A bunch of chess-related papers. master
authorScott Gasch <[email protected]>
Thu, 2 Jun 2016 02:04:57 +0000 (19:04 -0700)
committerScott Gasch <[email protected]>
Thu, 2 Jun 2016 02:04:57 +0000 (19:04 -0700)
52 files changed:
evaluation/Shortcut [new file with mode: 0755]
general/A REVIEW OF GAME-TREE PRUNING.pdf [new file with mode: 0644]
general/Enhanced Iterative deeping.pdf [new file with mode: 0644]
general/Graph.Properties.pdf [new file with mode: 0644]
general/HH and a_b enhancements.pdf [new file with mode: 0644]
general/State.Art.pdf [new file with mode: 0644]
general/chess.pdf [new file with mode: 0644]
general/glem.pdf [new file with mode: 0644]
hash/Analysis of Transposition Tables.pdf [new file with mode: 0644]
hash/Information_in_transpositiontables.pdf [new file with mode: 0644]
hash/Replacements schemes for trasposition tables.pdf [new file with mode: 0644]
misc/Are there pratical alternatives to alpha beta search.pdf [new file with mode: 0644]
misc/Multi-Cut Pruning in Game-Tree Search.pdf [new file with mode: 0644]
misc/Pruning nodes in AB using inductive logic.pdf [new file with mode: 0644]
misc/Using Similar Positions to Search Game Trees.pdf [new file with mode: 0644]
misc/probcut.pdf [new file with mode: 0644]
misc/vrfd_null.html [new file with mode: 0644]
parallel/214-92.pdf [new file with mode: 0755]
parallel/214-92.ps [new file with mode: 0755]
parallel/acm.ps [new file with mode: 0755]
parallel/brockington96aphid.ps [new file with mode: 0755]
parallel/brockington96taxonomy.ps [new file with mode: 0755]
parallel/brockington97aphid.ps [new file with mode: 0755]
parallel/ciancarini94comparison.ps [new file with mode: 0755]
parallel/dop7.ps [new file with mode: 0755]
parallel/jpdc.ps [new file with mode: 0755]
parallel/mthesis.pdf [new file with mode: 0644]
parallel/p53-walczak.pdf [new file with mode: 0644]
parallel/p533-marsland.pdf [new file with mode: 0644]
parallel/p65-campbell.pdf [new file with mode: 0644]
parallel/pami.ps [new file with mode: 0755]
parallel/rbf-europar01.pdf [new file with mode: 0755]
parallel/search.ps [new file with mode: 0644]
parallel/the-aphid-parallel.pdf [new file with mode: 0755]
parallel/the-aphid-parallel.ps [new file with mode: 0755]
programs/ComputerEloList [new file with mode: 0644]
programs/FewBits [new file with mode: 0644]
programs/PCratings [new file with mode: 0644]
programs/SSDF-RatingList [new file with mode: 0644]
programs/engine-intf.html [new file with mode: 0644]
programs/harvar93.txt [new file with mode: 0644]
programs/minimax.bib [new file with mode: 0644]
programs/minimax.dvi [new file with mode: 0644]
programs/pentopt.htm [new file with mode: 0644]
programs/testsuites [new file with mode: 0644]
programs/uniacke.ps [new file with mode: 0644]
programs/xboard.html [new file with mode: 0644]
rules and standards/FideLawsOfChess [new file with mode: 0755]
rules and standards/FiftyMoveRule [new file with mode: 0755]
rules and standards/PGN-Standard [new file with mode: 0644]
rules and standards/WBCA_Blitz_Rules.txt [new file with mode: 0755]
rules and standards/fen.doc [new file with mode: 0755]

diff --git a/evaluation/Shortcut b/evaluation/Shortcut
new file mode 100755 (executable)
index 0000000..44cb1e6
--- /dev/null
@@ -0,0 +1,154 @@
+The tree of posible moves branches so rapidly, one can rarely
+search to mate.  Which branch of the tree leads to an advantage?
+This necessitates the use of search heuristics - or shortcuts
+which direct our attention to certain aspects of a position
+while ignoring the rest.  The application of these heuristic is
+what distinguishes between players of different levels.
+Grandmasters choose not to use their "masterly" analytic abilities
+so much but rely more on search heuristics.  The results are they
+typically find the best move, and take less time to do it.  Below
+are some of the heuristics that I compiled which should be
+considered when playing chess. These rules were taken from various
+publications, including MY SYSTEM by Nimzowitsch, the Father
+of positional play!
+----------------------------------------------------------------------
+
+        **** THE FOUR ELEMENTS ****
+
+ FORCE  -  SPACE  -  TIME  -  PAWN STRUCTURE
+
+RULES OF ATTACK
+* Don't trade ATTACKING pieces for defensive ones unnecessarily.
+* You must have an advantage in some element in order to ATTACK.
+* The major aim of most ATTACKS is to provoke a pawn weakness.
+* Apply the force count, count ATTACKING pieces vs defensive ones.
+  A three + count in your favor constitute condidtions for an ATTACK.
+* ATTACK where you have a perponderence of force, unless imploying
+  a minority attack, striving to create backwardness on an open file.
+* ATTACK towards the direction your pawns are pointing.
+* A superior position in the center justifies an ATTACK on the flank.
+
+RULES OF DEFENSE
+* DEFEND economically, too many pieces can get in each others way.
+* Don't create pawn weaknesses, but if necessary, minimize the weakness.
+
+RULES OF FORCE
+* The person who is ahead in FORCE will win 90% of the times.
+* When you are ahead in FORCE, the key principle is "exchange pieces".
+
+RULES OF SPACE
+* Seek to increase your SPACE control.
+* DON'T trade pieces, your pieces are worth more - let him stay cramped.
+* Open the position by forcing pawn exchanges.
+* Focus your attack on a pawn.
+
+RULES OF TIME
+* Don't lock or close the position.
+* Open the position by forcing pawn exchanges.
+
+RULES OF EXCHANGES
+* Exchange in order to seize (or open) a file without loss of time.
+* Exchange to destory a good defender.
+* Exchange in order not to lose time by retreating.
+* Exchange when you are ahead in force!
+* Exchange when your opponent has a pawn weakness.
+* Exchange when you have a passed pawn.
+----------------------------------------------------------------------
+
+RULES OF BISHOPS (worth 3 points)
+* BISHOPS are best in open positions.
+* BISHOPS are most effective when on open diagnals.
+* BISHOPS are best against passed pawns.
+
+RULES OF KNIGHTS (worth 3 points)
+* KNIGHTS are best in closed positions.
+* In order for KNIGHTS to be effective, they must be centrallized.
+* KNIGHTS are best when you have connected passed pawns.
+
+RULES OF ROOKS (worth 5 points)
+* ROOKS belong on open files.
+* The ultimate goal of ROOKS, are to invade the 7th and 8th rank.
+
+RULES OF QUEENS (worth 9 points)
+* QUEENS should stay home (opening) and centrallized (middlegame).
+*
+
+RULES OF KINGS (worth 3 1/2 points)
+* Activate you KING towards the endgame.
+*
+
+RULES OF PAWNS (worth 1 point)
+* PAWN structure determines the nature of your plan of action.
+* There are three types of PAWN Structures, Weak-Solid-Dynamic.
+* Center PAWNS are more important than flank PAWNS.
+* PAWNS should not be on the same color as your Bishop in the endgame.
+--------------------------------------------------------------------
+
+RULES OF PAWN STRUCTURE
+Pawn Islands (Weak)
+* PAWN ISLANDS are weak because they need protection of the pieces.
+  They become weaker and weaker as the number of pieces diminish.
+* When playing with PAWN ISLANDS, protect them or trade them.
+* When playing against PAWN ISLANDS, "Trade Minor Pieces".
+
+Isolated Pawns (Weak)
+Isoloni (Weak/Dynamic)
+* ISOLATED PAWNS become weaker and weaker as the number of pieces
+  on the board diminishes.
+* When playing against ISOLATED PAWNS, "Trade Minor Pieces".  You
+  want to play a major piece endgame.
+* When playing against ISOLATED PAWNS, you should Blockade them.
+
+Doubled Pawns (Weak)
+* When playing with DOUBLED PAWNS, you should push the most forward.
+* When playing against DOUBLED PAWNS, you want to Blockade them.
+
+Backward Pawns (Weak)
+* When playing with BACKWARD PAWNS, you should try to advance it.
+* When playing with BACKWARD PAWNS, you should try and trade the
+  Bishop which is blocked by the BACKWARD PAWN.
+* When playing against the BACKWARD PAWN, you should first...
+  Restrain it  -  Blockade it  -  (1)
+* After blockading the BACKWARD PAWN, systematiclly bring in
+  support of the blockader.  Rotate pieces in and out of the
+  pivoting point to confuse the defense. (1) then Destroy it.
+
+Passed Pawns (Dynamic)
+* PASSED PAWNS must be pushed!
+* When playing with the PASSED PAWN, you should "Trade Pieces". When
+  the number of pieces on the board diminishes, the PASSED PAWN
+  increases in strength.
+* When playing against the PASSED PAWN, you should Blockade it.
+
+Split Pawns (Weak)
+* SPLIT PAWNS become weaker and weaker as the game progresses.
+* When playing against SPLIT PAWNS, you should not concern yourself
+  with them in the middlegame --  just place your pieces effectively.
+* When playing against SPLIT PAWNS, you should "Trade Minor Pieces".
+
+Screened Backward Pawns (Weak)
+* When playing with SCREEN BACKWARD PAWNS, you have less space.
+* When playing against SCREEN BACKWARD PAWNS, advance on the side
+  of the backward pawn.
+
+Hanging Pawns (Dynamic)
+* When playing against HANGING PAWNS, you should "Trade Minor Pieces".
+  They get weaker and weaker as the number of pieces on the board
+  diminish.
+* When playing against HANGING PAWNS,you should force your opponent
+  to move his "c" pawn, then Blockade the pawn on the "d" file.
+
+Pawn Chains (Solid)
+* The Base of a PAWN CHAIN is called the Theater of War, therefore...
+* In order to attack a PAWN CHAIN, attack it's base with a pawn.
+* Attack the new base with many pieces until a weakness elsewhere
+  appear, then attack this weakness with great vigor, returning
+  to the original weakness in the endgame.
+----------------------------------------------------------------------
+
+If you add to or modify this document, please send it to me
+so I can learn something new in chess!  I have a lot of room
+for improvments.
+
+ICS Name: ShoNuff
+Email ID: [email protected]
diff --git a/general/A REVIEW OF GAME-TREE PRUNING.pdf b/general/A REVIEW OF GAME-TREE PRUNING.pdf
new file mode 100644 (file)
index 0000000..e246844
Binary files /dev/null and b/general/A REVIEW OF GAME-TREE PRUNING.pdf differ
diff --git a/general/Enhanced Iterative deeping.pdf b/general/Enhanced Iterative deeping.pdf
new file mode 100644 (file)
index 0000000..eb92288
Binary files /dev/null and b/general/Enhanced Iterative deeping.pdf differ
diff --git a/general/Graph.Properties.pdf b/general/Graph.Properties.pdf
new file mode 100644 (file)
index 0000000..3b1ad78
Binary files /dev/null and b/general/Graph.Properties.pdf differ
diff --git a/general/HH and a_b enhancements.pdf b/general/HH and a_b enhancements.pdf
new file mode 100644 (file)
index 0000000..d285a5f
Binary files /dev/null and b/general/HH and a_b enhancements.pdf differ
diff --git a/general/State.Art.pdf b/general/State.Art.pdf
new file mode 100644 (file)
index 0000000..736de88
Binary files /dev/null and b/general/State.Art.pdf differ
diff --git a/general/chess.pdf b/general/chess.pdf
new file mode 100644 (file)
index 0000000..d60873d
Binary files /dev/null and b/general/chess.pdf differ
diff --git a/general/glem.pdf b/general/glem.pdf
new file mode 100644 (file)
index 0000000..4af5859
--- /dev/null
@@ -0,0 +1,13930 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 595 842 ]
+/Count 20
+/Kids [ 6 0 R 163 0 R 230 0 R 247 0 R 254 0 R 261 0 R 285 0 R 334 0 R 371 0 R 382 0 R 399 0 R 414 0 R 420 0 R 432 0 R 457 0 R 475 0 R 494 0 R 515 0 R 526 0 R 575 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im1 8 0 R /Im2 9 0 R /Im3 10 0 R /Im4 11 0 R /Im5 12 0 R /Im6 13 0 R /Im4 11 0 R /Im7 14 0 R /Im8 15 0 R /Im9 16 0 R /Im9 16 0 R /Im10 17 0 R /Im11 18 0 R /Im12 19 0 R /Im2 9 0 R /Im9 16 0 R /Im13 20 0 R /Im11 18 0 R /Im3 10 0 R /Im5 12 0 R /Im3 10 0 R /Im7 14 0 R /Im14 21 0 R /Im6 13 0 R /Im13 20 0 R /Im11 18 0 R /Im6 13 0 R /Im15 22 0 R /Im10 17 0 R /Im11 18 0 R /Im9 16 0 R /Im16 23 0 R /Im17 24 0 R /Im18 25 0 R /Im10 17 0 R /Im8 15 0 R /Im12 19 0 R /Im10 17 0 R /Im11 18 0 R /Im6 13 0 R /Im3 10 0 R /Im19 26 0 R /Im12 19 0 R /Im19 26 0 R /Im15 22 0 R /Im11 18 0 R /Im6 13 0 R /Im3 10 0 R /Im19 26 0 R /Im13 20 0 R /Im20 27 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im25 32 0 R /Im26 33 0 R /Im27 34 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im46 53 0 R /Im41 48 0 R /Im42 49 0 R /Im47 54 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im42 49 0 R /Im47 54 0 R /Im35 42 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im49 56 0 R /Im37 44 0 R /Im50 57 0 R /Im51 58 0 R /Im38 45 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im31 38 0 R /Im53 60 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im46 53 0 R /Im54 61 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im64 71 0 R /Im65 72 0 R /Im66 73 0 R /Im67 74 0 R /Im64 71 0 R /Im68 75 0 R /Im69 76 0 R /Im40 47 0 R /Im44 51 0 R /Im36 43 0 R /Im48 55 0 R /Im37 44 0 R /Im48 55 0 R /Im35 42 0 R /Im38 45 0 R /Im47 54 0 R /Im44 51 0 R /Im36 43 0 R /Im39 46 0 R /Im45 52 0 R /Im36 43 0 R /Im36 43 0 R /Im35 42 0 R /Im36 43 0 R /Im37 44 0 R /Im48 55 0 R /Im38 45 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im70 77 0 R /Im71 78 0 R /Im38 45 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im73 80 0 R /Im52 59 0 R /Im38 45 0 R /Im74 81 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im72 79 0 R /Im44 51 0 R /Im75 82 0 R /Im37 44 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im52 59 0 R /Im71 78 0 R /Im35 42 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im45 52 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im77 84 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im36 43 0 R /Im78 85 0 R /Im79 86 0 R /Im37 44 0 R /Im36 43 0 R /Im35 42 0 R /Im47 54 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im39 46 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im47 54 0 R /Im35 42 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im45 52 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im38 45 0 R /Im35 42 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im57 64 0 R /Im37 44 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im39 46 0 R /Im35 42 0 R /Im47 54 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im35 42 0 R /Im80 87 0 R /Im48 55 0 R /Im70 77 0 R /Im52 59 0 R /Im38 45 0 R /Im81 88 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im48 55 0 R /Im37 44 0 R /Im39 46 0 R /Im35 42 0 R /Im44 51 0 R /Im36 43 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im36 43 0 R /Im37 44 0 R /Im82 89 0 R /Im70 77 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im47 54 0 R /Im44 51 0 R /Im36 43 0 R /Im39 46 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im35 42 0 R /Im73 80 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im39 46 0 R /Im52 59 0 R /Im72 79 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im70 77 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im36 43 0 R /Im44 51 0 R /Im82 89 0 R /Im70 77 0 R /Im35 42 0 R /Im73 80 0 R /Im37 44 0 R /Im50 57 0 R /Im78 85 0 R /Im79 86 0 R /Im35 42 0 R /Im36 43 0 R /Im44 51 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im52 59 0 R /Im38 45 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im70 77 0 R /Im37 44 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im43 50 0 R /Im36 43 0 R /Im57 64 0 R /Im38 45 0 R /Im35 42 0 R /Im70 77 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im48 55 0 R /Im38 45 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im36 43 0 R /Im36 43 0 R /Im45 52 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im45 52 0 R /Im39 46 0 R /Im40 47 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im77 84 0 R /Im35 42 0 R /Im42 49 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im52 59 0 R /Im71 78 0 R /Im43 50 0 R /Im38 45 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im57 64 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im81 88 0 R /Im70 77 0 R /Im35 42 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im57 64 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im73 80 0 R /Im35 42 0 R /Im44 51 0 R /Im77 84 0 R /Im40 47 0 R /Im43 50 0 R /Im83 90 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im37 44 0 R /Im38 45 0 R /Im77 84 0 R /Im35 42 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im36 43 0 R /Im50 57 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im72 79 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im36 43 0 R /Im39 46 0 R /Im45 52 0 R /Im36 43 0 R /Im36 43 0 R /Im35 42 0 R /Im47 54 0 R /Im78 85 0 R /Im84 91 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im70 77 0 R /Im70 77 0 R /Im50 57 0 R /Im57 64 0 R /Im73 80 0 R /Im35 42 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im35 42 0 R /Im80 87 0 R /Im48 55 0 R /Im35 42 0 R /Im38 45 0 R /Im44 51 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im37 44 0 R /Im70 77 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im36 43 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im85 92 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im70 77 0 R /Im70 77 0 R /Im52 59 0 R /Im57 64 0 R /Im73 80 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im40 47 0 R /Im47 54 0 R /Im35 42 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im48 55 0 R /Im52 59 0 R /Im81 88 0 R /Im43 50 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im37 44 0 R /Im70 77 0 R /Im52 59 0 R /Im71 78 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im39 46 0 R /Im38 45 0 R /Im44 51 0 R /Im82 89 0 R /Im35 42 0 R /Im47 54 0 R /Im37 44 0 R /Im48 55 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im78 85 0 R /Im86 93 0 R /Im35 42 0 R /Im50 57 0 R /Im73 80 0 R /Im52 59 0 R /Im38 45 0 R /Im47 54 0 R /Im36 43 0 R /Im87 94 0 R /Im37 44 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im57 64 0 R /Im88 95 0 R /Im89 96 0 R /Im32 39 0 R /Im90 97 0 R /Im57 64 0 R /Im85 92 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im70 77 0 R /Im70 77 0 R /Im52 59 0 R /Im91 98 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im20 27 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im107 114 0 R /Im105 112 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im28 35 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im102 109 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im107 114 0 R /Im24 31 0 R /Im116 123 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im113 120 0 R /Im119 126 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im24 31 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im114 121 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im109 116 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im121 128 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im125 132 0 R /Im123 130 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im130 137 0 R /Im121 128 0 R /Im123 130 0 R /Im126 133 0 R /Im125 132 0 R /Im131 138 0 R /Im121 128 0 R /Im132 139 0 R /Im118 125 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im30 37 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im118 125 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im134 141 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im135 142 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im116 123 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im136 143 0 R /Im137 144 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im138 145 0 R /Im137 144 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im113 120 0 R /Im139 146 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im140 147 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im111 118 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im112 119 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im111 118 0 R /Im25 32 0 R /Im30 37 0 R /Im144 151 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R /Im103 110 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im102 109 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im105 112 0 R /Im24 31 0 R /Im110 117 0 R /Im30 37 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im116 123 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im25 32 0 R /Im111 118 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im118 125 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im105 112 0 R /Im28 35 0 R /Im29 36 0 R /Im116 123 0 R /Im29 36 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im146 153 0 R /Im147 154 0 R /Im148 155 0 R /Im139 146 0 R /Im24 31 0 R /Im107 114 0 R /Im28 35 0 R /Im25 32 0 R /Im26 33 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im149 156 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im140 147 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im120 127 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im113 120 0 R /Im150 157 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im109 116 0 R /Im30 37 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im21 28 0 R /Im22 29 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im133 140 0 R /Im119 126 0 R /Im141 148 0 R /Im135 142 0 R /Im24 31 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im24 31 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im26 33 0 R /Im111 118 0 R /Im141 148 0 R /Im22 29 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im146 153 0 R /Im151 158 0 R /Im120 127 0 R /Im152 159 0 R /Im148 155 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im119 126 0 R /Im25 32 0 R /Im25 32 0 R /Im116 123 0 R /Im27 34 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im153 160 0 R /Im105 112 0 R /Im108 115 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im154 161 0 R /Im24 31 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im21 28 0 R /Im101 108 0 R /Im136 143 0 R /Im152 159 0 R /Im152 159 0 R /Im147 154 0 R /Im146 153 0 R /Im155 162 0 R /Im148 155 0 R /Im113 120 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 587 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲ìÈuݼ¿â\ e¥\81\ f\91\ f \13\1a:dFxâ\90B\1cjb\93\94H\9b\1d\fÿ½\vU¹q
+ÀZµW&&}»ot\162÷û½ÿúÓ?ÿøëOáÇß~úëOõ«ÖéÇô5MöÏõ«ÄéG\8cÓW^ã\8fe\99¿ÖZ\7füú\8f?ýâ¿ÿ1üøÇ?ÿôÏoÇç¯%\1f\8f/_¹nÇWp<\9e\8f/_ër>þüzZöãu±ãé|<įt9ÿü|Î_K8\7f>\9fÏ\97¯8\1d\8f\87Ç\1fÛù%}Õùüýù|>}Å\8cÏ\97\b¾¿è÷/\8bvÿ:\9d\91·Ý(®S;þ¸a´ãåzýó××'>âº\82¯×+òί\7f!/M  o=\1fg\94\97¢P\1eýz\9c\95¯_Qß\8e§\b\8e\87éJøSF Oyú\8a\17Ê    \97ë\97¯5\9e¿¿LÛùoÌ¿\9d¿p\ ec¼4Ï\1aã\11è-èù\17èÍ_±âã+\82Þ\85q)ôj\90 ÇäFªE\91\e\94ïCÍ/¾Ïå\13ß³Ï\87µQþá8ø<aÛ)¼p\9fçOl{%\9dƶ¡qýãëo\8cs\91\1a\j\85\15üÀEj1äÇ\88^¯#\7fÓ\19ñ\ 2ü+òùýÓ¢Ü\7fù
+\17Ö{Þ?Oèþ\17ì3Ñ\11sAçeÑ\11\1f¬«¼\9fñn\\ 2ø>\90|gêÛ\95Þ\8aî\7f\81ßú\144Àd¨ßø\7f£?@¿Ë\85~\9eJoÍ_©\¾\7fÑ;TtOèýWø3µ\97&DþàóDr\87¼\1fÿ$¹éõ1ûè\9a'M÷Ø'¥¢±\ f\91½\19\81\1f\b¿+ø\9e\8a+#è\aÝlX2¢>\19{%\89Ø#ׯQº>\13>i\85Ä{\11>\14ûk½\87ý<å;ØÏS½\83ý\1c\10í]ÁÇtO\8e\8b¤{*8_7Ù[êKö<Lò7³éÂ|ñ+`\87¥6ð\1fÏ\ 3ð\97ÓûóS\1an\16»}ÿûþñB~\19Àïe²gôýËûó×¼ ï§     ~\1fØ\ e5ãóóþý·ó\17òEð3Ù\vî\ fÈïûä;þR\98\11þ.ºç
+¿\17D6á\vî\7f\11þWÝñ\90:Û÷#Äÿ\85~_ÿ7\80ßÃí¸~?]èo\ 1\ eã&Pâü\82ß¼¾\7f?\ 1\7f}¾ÐÏóü²<áw:\ fÜ\8eëùM|ÆòR^Ûù\92÷ó\17ú[.¶ÃëE±Æýþoç\ 1ý\9dÏç§:\8dõûýoð\ 3\1eû\99~Úù5¡ó\17ú£ß_\8bôýü\94µ×ó\9bíbð\7f;\ f\ö³úH\8d\7f\1exL\17ü\ 1úÅ÷7þ;}\1fÐïY~¼¬Ñ\14\12 ¿\fäg\81ô\9bb@ç/ô{ý~{\7f\9cÑù\vý2ü\9bñäá?^¬\8f\97#\9eRÚáÿ}>_#V@~?ß\9f
+ºÿ\85þù÷WéûHþ?m¿\8cè?\ 3ùM¾\9f«ô}J\7fs\14ù÷j~\98üz\9e¯á\1d~\0\7f\98þbÉè¼L\7f±\14t\1eèï+ÿ\98ü{òÿãü\eü\0ÿ3ù÷ýýÏòç¬\7fæ'DâÚø¯N_áûþ²üØå\9fû}¿S¸\ 5¿MþÝ\81_
+áÞýÃ,Ý\9f~?Nèû\17ùËÏgéþ+p?\9eðKáÅ¿\8fóßú7\ 3ùOôW\9e\0ü¯ú\8bÑ_Êsûþão¿\ 3oÀù½Úï/ûçeÿÍez\83ÿ\fìo¬?ã\12_ß?\9c¿êO&¿ãÒð\7f8\7f\95ßT~,\15\9d\97ég³¿ìü\býìòëx^\96ÿ±\86\1d~\9fåÿY~\9bü\9aÁ÷g\81ÿ\eüÌþsàGíç\15Áÿj?_ý\1f\93?ßô÷Í?3xÿÙÿ3û)¢óÀþeç\v:\ fôçÕþ~\9e\8f¯ðÃé<°\7f±þMqAð\açÉýÓ$½?\äÏK£§ô\90#\eý-ë\9bþ\9a\aáÿ\89¿\1cöû¿}ÿÂÿWùgi\9b\8aà'\85\7f^i\9b\ 4ä×r\91\7f(x¸Á/,í|:\9c\aþßÕÿ~\9e/íýÇó@þ\9cá÷¢\88P
+ú> ÿóû_ò#Tø}\81þÛ÷M~\1cÏ\ 3ý}\ e~·óë\84Î\vôoçgô~Á\7fkï_Wéýá¢?_\7f\13§ü¢ÿãù\výÎÌþ5ùs</û\7f1Tpÿ«ÿGõg\8b¿\9cÎ\ 3ü\13ÿÝäO\9a>úoÔþMÍ~\8aëGû\97Ù?ñá\7f\19üFì\9f­`Aù>ÕßyEï\aò\9fØ?só_Ógû\87ú/K\0ï¿ÚßÜ~*÷ð¿À÷ëñ\9b\92Ðy\81þs+ø(àüÕ\7f¦÷·ø\97{\7fv^£\7f7~æÒ\ fùþ
\aø\8fÅ¿â-þÙý7\97\7fHü,,"ý\93û\a\8dÿ]ÿÍ¡?\1a\7f\89u¿ÿXü)\8aüGî\9f´ûSø¥*Á\ fÝÿUv\83ôG\ 1¹_âÿÎ\13À\7f\91ýÇ$ËOòþy\91Þ\7fµÿÚ÷\17d?\15\80å'¨|9§\ fÛ÷K\ 2ôWdÿ/\15ôý«ÿGá_³\bÿ\84é§"ýS\0ý\13úY\8bH?øýy\9a\7fËÞ*ïgò#\87\ ffÿå°Hö\1f£¿\1cÃ-ý\93\13\82\9f®ÿr\82úK¨ýiðO\90~.øcò7gä¿ øÑYÿM/ø?üÏ)lç\1fïøæ?9ÿ´û\8f\ f=öYÿbû'Xüêp^Ï\1f\ 4\93\1fÇó²ü\be\ 1ß¿ò\ fÃßî\7f\7fÂ\1f\85_]%øÑ÷¯Úû\19ý\ 4\8b¿\1fî¯ëïÝÿ<Þ_\8f\1fN\bÿè<\89ÿ\85\8fÆÿÂ\82Þ/çÿbDß×ó\7f1Î"ý\12ÿ+®ûù>ÿ«ù\1f  Ý\1fù\1f\ 4\7f©Hø£ïÏñ\16ýF\93\7f\12úÉ\88þ:èg\8e\90ï/Aú>³\1f¶üå\15ÿÈ~pü×#þ\80ü?Û?§üåá|\91ý·=\7féÈ?f¿ïþëñý\17û\81Ò\7fEòëJÿôþ­ötT~où\83;ô¿ù¿wèßê¯Fé\7f¯ÿpé\9fØ¿¡JôKë\ f\1f\84?Vÿ¡Ê\7fæ¿Bù¯ûßi¹\87ÿ\ 4á¯ã?ßÓ\9f[ÛÉ\1dý\99f\84?d\7f3ÿ\eé?Ý\7fÚúVÆä¯ùÏHþ*þ{Ã\9fÕ\8f\84òµîù\9f\ 2ìgâÿ\17Í~¤þ\7fÍ\92ýJé\7f\85ø\93ý¯´"ùsÅÿtÁßëoÒÃþ,Wü\83ü\ 5®_ÌVÿq</Ç\9frÐô\17õ?\ 3´\9ftÿÓê?\ý\8dãï9"ý\85ê_Hü!å[ò#§*É\ f
+ÿ\oÁ\7fó_\9fß\7fø!#ö{XZüæp^·ßC\99öó#ö{0ùqü¾l¿\a\8b\9f\1dß/ë¯P\93ô~z\7f\8b\9f¹÷'ð[£\ 4?î¿Îèý2ÿÄVÿ~º¿^\7f7Aøëöw@ôÛa\7f\87
+îßa\7f\9bÿ{\80\7f\87ý\1d\11ü;ìï\84àßa\7f§,Ñ/õ?M~\1dÞßã\7fNàý\1dþg\9eÑ÷uÿq\9e\ 1ÿèöw\9c5þåõk\88~:ê×\96zK~m\r÷·ð_ üuü\17tÿ\9eú5\15~$~tS~FY~\92ü«å/¦2\96\7f\9d\10ýöô/@úÑí×\10\81×\ f/\83úÇü×IÂ?Ïÿ΢þ&þG\oÉß½ÿa\90ÿöþ\87AþÛýçAþK9Kð§õ\87¹ù/\aú¿Ö\1fºù_\aþ\94ÿ¬þx\94ÿDû\95ço\91ý\8aüoÂ?P~vÔ¿WhÿËöß\96ÿUì?\1a¿Z\91üÐíß=\7f<(ÿ²õO¸ò\ fÛ\ fyZ%û\81ú\8fP~v䯭þfôý\11Ñ\9f&\7f·\8aîlõ3\87ïW`ÿbþÛóÇ\ eÿ1û;Cû\13Õ¯\10øg\84ÿ\ eøg\rþñ+\9fôçô¬\7fÎÙâw\8fÿÞ¿_/ôCó\97Í\7fÏkù(ÿ\99ü\ e­ÿët^\88?´ï·úçü°\83>Åïxþúõþíû#õ\13¡Â÷Ëõ\13¡õ\9f\1f¿¯óÿæ?ÛýGòOaÕ¾Oý¿Vÿw:¯û\7fS\19\84\7fó\7fÂ\ 4î¯ËïØä×\11~\1döwXEüaû5Æ\82ÎwÔ?\eý/\83õÏ\8b\84?^¿\8càßQ\7fÐì7\ f~Ôÿkù_OþPø·Ù=Ãð_¢\ 4\7fÞ¿VîÑß.ÿ\ 6é¯hïçßWåÇgÿÙ\93ÿ¼\7fM\93\1fÜ\7fÖàGã\8f­\7fäô}Ýÿjõ\7f£ú'MEÒ?¼þù\9eüÞú×\94ûSÿ1æ[ü\9bdùÉê\97³ôþ+ÿ[ÿ-¢ÿ*Õ\ f¾ê\9fÑû\91ýHü§¼HôKñ7kôGýÇ\19Á_ñß\eü\16¤\7fôþ\93ô&ÿ\86觤[ò/\15H\7f\9c\rNôá\87ó\ f©"ù}Í?ðü1Ôß\1dþo\96ô\17Í?N\10\7früaË\1f+÷gõï9\ 4@ÿ¨þ\9døß1ܲ¿s\84ô'Ûß\9bÿ{G~ç\14oÙß9!øëö÷æÿÞ±\7f²h?Òü\7f\86öûuâ¯çÿÖå\9eÿ{<¯×/\97¦¿\1eçGì÷`ö×ñ¼,¿B]Àù«ü¢õÛ&\7f\ eïGõÛØþÞý×\87\1cüìÿ\10ÿqJàþzýûV?ý¤ßãy9~oý»\1eþè÷Í\7fu¾Ïûw\11ü;òg\11Á¯#\7fföÛ ýoõÓ
+ühþ<¡ïëýg1§\1dþCõ¿-\7f|º¿\1e\7fÉ«ÈÿÌÿÍèû²ü\8bs\15å\1f\9fã2\81ïëö³Íoññ÷9\7fíÁ\9fÙ\ f\9bÿ|å¿«ýàÕ_{ø£ñ\87jü?\7f\9c¿Ãê÷¶ù\95åJ¿rý^\\97ýþ\9fê÷xþ\17ê\1f=ÿ;!ý£Óo
+\9aü£þ\v\94ß=ó«Ê½÷·úkïý^ÿ±¯¿Hü!E\ 4\7fMÚûùüº|ïþ\19Ê/ýþ3Ò\7fÊü»\93ÿìèO^ÿ\1c\81þ騿X4ýCῬ·ì\8fÝÿví\ fæ\7fÃûëýëuºe?Xý¶§\7fè÷Wíû¼~[Óß´þ@´\9f¹ÿ­Ò?;\ fõ¯\?fýÏ\1eýñúoH?@\7fàú\91\1cÖ¦?ç\8fõ#Ôÿ\8dó-þÍQ³_xþ\1aÉo\9d~s\9aoù/9iò\83ûÿ\1aýÑúû\$ýMýOóÿ\1f~øHþgë¿~¾¿ÌNü\8cùÿÍþ(³#?Xýy³\9f\8eç;êϧýþ#ò?\98ü<¼¿£ÿ¹Õ¯{÷§ð[\83\ 4?Æ?V¿~¼ÿ\95\7f¨ÿdñO÷ýÄ\7f\9b2z¿>\7fh\82ð\ 3ú\83åß\ 38ßÑ¿\1c ýuäϧ{ï7ù9úþtóýIã?:¿-O\88~dù½Ç\ f\ùAàgö¯\ 3?\1a¿Z4ùAß¿@ùÑáÿ¯\12ý±ú#ë¿Î\ f;öSý\11\9fß\85è§'\7f\8eäOGýþª}\9fׯϷô×Ö\7f­Ð\1fÏ\9f§[úg\8f\1f¸ò\97õo#úé¨_\ e\1fù~ëÿñ¾Oûwc\ 1ø»Æ/½úq\ fþÔ\7fMèû\1dó·Úüê\11ýýÄ\7f\86ü#çoR.\12þè÷g\88\7fýû³Æÿ´ÿÙâ¯\8eüâõëU´\7f\9fûôKüߢéo
+ÿ\1a%øSúoóË\86åO­÷äÏ\8aì\9f\ eù\ 3íW}~\80Í?óáOüç6ÿöH?\8aÿÜü·0Iò\8bú\8f\ 1Ú/zþ½Íï\1eÕ_{ý@·ýÓòïq\16íO\12\7fH\b~\1dñ\87\ 4ý\8f\8eü;´?ôþû\8cÞ\8fâ\97\9fëßóÃ\8eë­\7f·ùÝÏï?ìÐ\91üÓ\9eÿ\7f\9c\1f\89\9fmýëà¼î¿\97&¿\ eç;üw³\7f\ fï×å×\16?¸Þ_\97_{üàø}¹ÿ+Xþë\81Ç\91þ/\9b\1f~\82¿Ð\7fÔìçi\92îÏûßÑ÷¯ñ+\9a¿\f      à\1fÕ?\11ÿ!BúÓë·#Ä\1f°\7f\88ÿ\15\8d\7f¢c¿\10ÿÑü÷ã÷Áþ+Ö¿¾Hüs\9d_\7fª\1f8|¿^ÎóùmUú>=?Ç[ü¿×Ï»øcóÛªHÿ\ 4ÿ»üý\8c\7fÞ?\ eùO¿\7fAò_³ÿc~óÿ\1dýÁë\a²$\7f¨ÿ^+ ?}~Rlý\93\1eü½ýS#ò#¶úy\ 5~®ÿ?\88ÿÝÿwðÏóÿYz?¯ß¯·ð¿íÏTðïíß;}_Ï?ZüàÁÇ\9fêWø÷«ô}^? É?^\7f?Kø£ó¿2¢\1f4ÿ\8b¼\7f\86ü£÷?,÷äÇ\9eÿwé\87åï£Hÿ¤þ¦Í_óì\1fî\7f\8b¿jð÷æ·yö;ï_Gô§ï¯È\93Æ¿ü<\94_ºÿ6iò\9fæoC\90ðÏê߶þõr¡_TÿvÝ¿ô\9c_\17ãþý7û\rìÿ!óÃ#´\7f\93±ýªÏo³þO\87ÿiý@Fö\93¦\7f_ç5ÿ\99öï·ý\83\9eþ ñ§Yóÿ\98ÿ´ùÿÏïÏiÈ\7f
+\96\7f:\9c×ç÷ìþ÷fÇ\8fÔ\1fÔ¸ß\7fh~\9bÕÿ;÷§óÿ,~y</Ë\8fÐö×øð#ñ\ 3³?\ fïïè?\9d\7fGÿé¤â\1fÏ¿Øý÷Ãýõù\17¶ÿ˧\1fæÿg\11ÿl~z\95è\8fÏ\7f\v\b\7f\17ùÉì/Û\1fv<¯Ï_\8dm~ï(ýżܣ¿9HôGýǹÙ\7fÇûëý\13ó\8aà'ôOXÿ{¾%\7föúýAù\13\vÄ\9f^ÿQ\90ü»Ú_®ÿïÀ\8f÷¿#ý£×?Úþi_þ\92þ\97\15áO\9f?\14Wôý\8eúç)Hô\83öw>÷\7fN¯ý\9fÛùïý\9f\7f\ e³È\7f¤þ< þé¨?\17å/\8d\9fÄ*Ñ\1f=\ få¯>ÿ(%¤¿¯øçûcëË~;è/Ý~Ûû\a\1cû\8dâo\9e$üñüÿ,é/Þ\7f\0å\9f\?fó×½ûsÿ{\ 2ú££ÿ¥Ì\12ýÒøI\81úG¯\9f\81ò¯'\7f\ eá§Ço üÓãWyÒô¿·\7fÌ\93\9fÔ\7f\9cªd?¸õû\83ö³í/óè\87çß5ýI÷§Eè?èûÓ\92j?²ùu«h¿³ùs\88ÿ®ôïæÏ\1frìSþ\9cÏooð\7fØÑ#ø\ fmÿìñ|\87ÿgóC\1eçGìï­~^¹?Ï\9f¯èûBþó»\7fÿÉ\7fÇ÷ëõëæ¿\1f¾¯ëï`òïð}½þ0´ù\99§ïËô\13'\8d~hþwBïï¨\1f\ ea\90þ\9aýlù\9bãýõü\99Ù\7fÎ÷Ýú÷ãy}þW\82ï\aý¿ÄÿK3À\7f\8fÿ¯ò\ fé?Ïèþ×þsîÿ\8fÊ\1f\9bÿ\1e$üsÿ}\95ø\9fϯ3ú        Îü\fv~\95ÎSü[ý\91\83\7fo~»'\7fÜþ{\a~¼~\1fâ_ïßX¡þéèßoù\8b£ü\ 4þïùþ§ù5ñ}þNÕã¯V?\11½ùE,~Ýð\1f\97\8fñ{\1a\7f·ù­Ñ\9bßä̯\89\9fçoñý'Óþý¾ùW¦ÿZü-~\9e\7fÆãç+\82¿°¿©Å\8f\1fú³\î_uùcö\7fôæç±þ±\ 4îß1\7f§í¯;\9d\97ñoûS<üÓøq\\0ÿèûgcBøïÙ\9f¢½\9fïï\8càþzüa\9f_\13½ùwlÿI\ 4üÓ1?g\86ß×çç\98þ\1c\85¿ù/\ eü)ý\9bÿâÐ?×\9f\b~=óc\91üÓë\8fcEüÛ±?¸¢÷ëñ\97]\7fFo~ ±\7fWôý\8eú¡i\12å\ f\8b_çAýÑê?&\95~Xý\19\92\7f\1dû3mþë ü±ý)¾üaýo\88þ:âw±HôÃãϱéÏÅ\89?\93üCjù\87Ç÷ßò\ f\0ÿ¼\7fÍä×\9bþ¾à\8fÍoJæ\7f\1cé\ fè¿óüQ;_öû\7f\9f_åú\8bmþë-ø\95\80à§ço ýØ\91¿©P\7fêù\e(ÿ:ò7Pþuäol~\8cs\9e÷\9fiöó\15~åY\11\1fÒÃî\7fà/­ïñÓ\15ì?;Û_õY\91\15æ\17ý\9fÎ_¾ÿ¢\96#þ·\88æã7\9eôs:\ fð\7fþ~ùZêwüq;ÿýþ\15Ä\1f\96\vý=¿ßæw\9c¾\7fÁÿLã\8fu?ÿöý\8bþºú\7fõõý:ïï\7f;\ føï
+¿M¢lñ?p\1eÔÏM\17ÿï\15¿\9bÐyà?cø[üÎ\83ÿ\95ÿ_ïßâwWü\87éÂ\0\f\ 11Ì"\ 20\ 1n\ e\88B\80õ+^\1cøÍ\81\vm\0OZÞ\198J\v \9f\ 4\9có~þûþ\11\10ðY\80¼\úÐ
+\98\8fß\ f\13àà3\a4\ f¸M Ü&\91}w\10\84I`áÒR\0    @ LÒ\fç'\b[\fãü\ 3À\b9ÿ@\83a)\0\86a\ 2^\b\81\ 2qa@oPÅ\e \18¼æؼò\88ç\1f\0\81 \9aá\rÖ¼\ 3ñ\8d\8e@"÷\f\82FG+¦#¡\12=7I #áJÉó3\14\ f\84\ 5â¤â\0\83Ðbù\1e\béù\96KôÎ_©ð\85\ 2\9bEs~\80ä\8c</\90\83$K"(¦~/\86;É2P\8cE0ø&\8b>a\90Þ\7fÖd!c¢-\98 1\11\ 2@yëf;\ 1\0ÈÒs4µ=`A\18L@\19`anÛd\a\9e\9ebë(\8b\9fá\8c6\ eìü\ 3@\9f\13\14Ö$¢\90¼ ÍS\10^P0\17¯\90\ 6¤\84æ+ _ïÑ\80\1d¥\81m#ë\1d\1a°\89¸\ 2\ 4±\1cLaVå &"ëI\13\88\88\80 jlp½@\ 3ABl\10¥¤Î\13\85©îê¼Æý\ 1AÂÁü¬JÓ¸\80Ò\10\10\r\9d»\92\e\ 6æ\88P\18@Z\9e\ µ¥ù\17 D¸\88DHQ°Ì\1a
+(\15\17$\a:´¹M¦ñµ1VF©"\1c eD\88¸B\14\80È,\16\84i\85Ê\1cxö×È«2\ e*sÉ*\7fVVµÈ¨+H\19\0­4­_\9b·ó!©\ 6åµ·ÿÕ[\860\10\82lÕ[s\99{\83kt-´é0\ f\ f\aÜ@v\8drBÊ\b¸F\8c\91sBT i\13k\10\9bU2Àt\98±,\ 4 À|\9cgÕ*Ç|´uÆk|\84\95Y^Ê-}\9e\vF!\90åËé\ 2­Ä¯\94\86\81õk\9d¾\89H6\8bC«ñÙve\8fù\96­Èçø\ 3H\94^A°\85­C\e²±\9d\7fg\ 3Ý;nS6Ü\170$\86\96¦<þ\80b\91¼\14rhc2O/¸\9aD4@°4£ìô\ 2\1d\ 4­Ñ[@"ÖG¡MÊ8>A1ªNA\96#\11èTØ:\1dÇ©°\95\8aøT\88M\12kuÜVî9V!\89\12­óþ\ 3\1f£Dì\ 6¶ìH¸\ 1q\90M¥:8`A\1e«ö8\931\bò°\10I\90pÀc4Ë=6\88I¤"¦\8eö Ë\91\rdud\ 5\e>\15b"Úc,>\11\11\ fÝôáñ\ 2z\98¬U\¸( \17X\92t\ 1\vº@G\94ªd\84AÉÁ\7f\9d/Òy\8aÁ²j\18¤\XÑ\ 5\0\17R\b®H\99 \9c\ 1\1ez\95&\93\84ïK\8bB\10L{\8b\91¬÷\ 4Ù6vç\8e ³¶½aAfu\a>\e\13\10¦¬\82\90ÄH M\85,\12â\1fgÑ à1\8a\8aØ@v\fRë|v%1\8fQÌÒ\ 5(\ 4ç*A\90Ç8°2Ô\ 3m\vÒÆ=((*\ 4È\v
+Ba\87s\97jºgW§\8aØH¡âïò\87[êÜöç\8cªs\9b\9fã\e4تÎ!HV5ý~@\8e\89\1e¥ÚößÜQ¦9jÊ\94\11\vb\89\86çg\ 3\1d\ 4ÀÅ\9a`\9aÀ\ 6à\bÊ\14ÇZsFb$\ 4Y\95dl\90é$4C\12\96]Ë=ÀáÛÔعÍo®åP¼\7f\ fqt{×\16"\81\16\99ÌDÁh(ç!¯d\8bo<!x8ßã\9c[\80ãô\ 3².\f­\8d\81O\9a\80fï[\eüñ|\87I\19æ
+@ÐáÝ/w!°h\10 u0\ 5C@ÎX\ 4SÆ['Q_ÆÂ\ 2\1cY\ 3\ 1ÓeÁr§G\10ȺÌf1ylp-äi~IÛ\85tz@\90Ó^6Li\14\87ÖÌ)à\90ý\0""\18k%/hí(Ã/\88ó=*´~N\81
+Iþ\1cÊ2=m\14ÛBw\8f\by\r
+ü¾\9c°ØÃ\e\1e\ 4)\0\96I\ 2\0\rð,YT&¤\ 4£u\84\9c\1f kÓX\906Óµi¬H\12\84\8dDª÷ä\98õ\84\8cÊ1ë        ñ0ÀÃ\e\ 6ÀôÙ7gFq\82r\b\19Å,º\91D\1eÀ\11¦\14ê.\ 4\9crD\16ÝÐ4\ 1Í]G¨\89d\12J\96qòIÈ\89\8e8<@ãC\19=\0ÚC,¸°H\17`µ|i\81ºôZËGQ¸ \v\QÈRÏÛ` z\85À5õ\8c:\93ë3¸Pv"~ÿ\ 1Ù*·Õ¼>\11\92\ 2\88ªj2Â\85«Ê\85¤\bgE&1(Âqc\v\83nÉ^@á¹%Ô/\v\1a\11SÇ°-ÇqU\19uì"4êõèHB\Ô\ 1Á6]WpìÈ\ 5ò$ª"\12\9e±ê~×­"\0ÌТ\96\8b\88¶±Bw¬Á<C\ 4\ 2k\90\9c\7f\93b#Öd¶ö\9cn·ÔÎ\97QÏþ;´ðü\81\14=\1e$N\9d\14\1d\b\90Ê\ 5³Ç\ f\17¸ò0sêöþ\90ã\ 3®N\1du¬M\13\1e\1e 9e\r\ 2\a\ 1óìG!`öt?\ 4Ì/\9fÅ\a\90ØJÛ1\7f¼\80.\ 4öº\83ã÷\81C\81\15ÙÖÚ\ 1høªÈxÙA\91\1e@\97ìX\90û!Î?\1aäÔ¥\89\93\b\ 1âRE\8d\89\18\ 4cÄL\ 4Æ\14\90\9cs\82(\94k_¢U4\1f1 w÷ìU\v'&Ö\v\9e\ 2´·eF\ fèém±(·C\83\14\ 3\16_t0@«\1e \14ê¨z(\8b(\ 4\98WÞl±\13\0õÞ\96
+Å°ÞÛR\8bÈC$°³b\12\94{[lÔÃù\aäÞ\964A\1a\965á^õà¿\80x4\ 1\19\13zoËVõp\8b\ 6ö¸À \rì\8d\1d\834°7v\fC0!U¦\17óî\8d\1d£\ fÈU}\0©\19°\16\9eäe\17\ 1\1aÛY\10\1f"]J¸hA4\80êÏ\b
+K¸Ç\ 4mâç8\13\14h\91ëLPã=\1aªH\13u$)\12\au\1a´À\86G\83\ 1\fÝzþÌ\14_±¥£=wmzç\91\11Í\9caÖD\ e\b\ 5\1dѵ½5Ľ\0+{\10\ 5\19sJrBæD\87S\92\13´gôÂ\97\8c\ 1\81,R1\r.ͳªÎIt\v\9a\94(ºÅ\1aC\92¨KHåÊ\ 2\89X.ÄÝV¾Klè6\86¤ü¹1\84æÜÍ+y¸WC9wóJ\ eç{rî¦\8eCõêHY_GÜo0"\8b\83Å·ü\17`×ÖöGo¦Yg)­E7\9a_sxAGp  \17è©\9a`~Åáû=\85\eæW8DÄØp\1f\9dq\ 4\80Ì\866\ 1ût^*Zxß@uº¿\8cÀm\82Î\1d\ 4Æ      2¡Üì¼÷tø<D\1eÐF`{\ f ±\ 5s*N<¤Ç\16Ì+8^@o*±\18í\89\84å\ÙV3Q¯/ÐÛ4÷¦\8e\13\bôª\a\8bÒúr\88xçs\95\ 4!¥Â\ 5\1ccÜÂ+\0\az²Ì\169ûD@\1epS\ eÆ:kr\90ÇGV\11\ 3\84\8a\86=ÕäS\94\ 4\99O\88\ 4¤JZ+[H\9a.äu\17È\9eÐ:{^á\8d ª"6ø"ï4à\98¤¤pÃò\9d\8f\87\91²Â\89E¥BR\ f\9f\90 ÑÝ\ 2Û§ì³!ñî-áèjs§©cРÛ\9b:<Aê6uxlÈã\13QC!\rÐ\14¤L:\ 24Vÿå\18D¼îb\91PÈ{:¦{\16¥ÍÄôÝ\12BCo\16Ý\b\re(H{f&\ 4Ѧæ]\1dÈ¢éH{Gd\93ö\8cÎ\88P\17\GgÐ\10Ql&ÕQ\17 \10\11\81a\92õ1\v\90Ü\93\84Y\94\84\94\8afQ\12¹ñ\8dn\83¢AÐJòGùp\9f|1È\87¹ AÔ39\ 3yF\1d\10Üã\eS\1dª\7f
+¹I²Çy§þé:]øé\9bæò\9a®{¸@@\16Éu¼ïó\aæðb£Ó\ f\r^?°À\e\ØàJ\ 4ß\93\r\84bÖv\83\a\19¢\1f\90V\ 4¼~`U\9fp\1e\11Ûb4\ 5ß\00ÂyÉ\9aµ\86\14ø\ 3\92\87û|B\rð        Rêqn%(è\ 6B\94`}í\99Y\1fê~Ó\bÓòn\99"^ ¤üpO$RfhÜ6ußBã6jXB#£Ä\180)\ 3Ó\ esãVÇ\ 2~ IÛ2\9e\90d¢<¸Ú\86¯\1f\8b9ß@\18Ök3F\ 3\10\890ï@¢E©ÙÇ\87\1fÐM\93\98\138ßáæFku;\bå\8e\16\1dÓË'¡.[wÑ2°§\17èÕL\96\81=¾@¯f²\98³£Öh¬ÆBÎ'\1a\90{v÷XË\91\ 6d\ fc\e2
+hHoÑ©ðû\82\0`£õ<\0Ð\80áú­\10\9câú3     ´âúé\e\ 2o?\90äÂÚ}Jè\91\86t?? \1aÒ¬Û§\93i\ e\82C\ 2ÔO·\8a:\8f\viu¾\ 5}=\1còHÇ$A\80ºéy\96¸\98\ 6»2\82\80>\86&Yêë¨Ñ¯±&wFè  Ýg\84ú(tf\84n\8a}h\8a\8cÍ\b\1dÔE[%\88¤\8bè\ f@AÖ1K)aI&O?°õ×g\1cÈ1Ûl£\80¦â\95æ²1¡\8b¦\r©\97\89%\99îe\86(jCâe\ 6Ä\ 6\1då89.Ò\ 3x°f\98
+-TR4\14ð\11\9dAR&¼Ëe\19äÃö\0\e%ä[Tì\aD\93\8c÷©@\93L\ f\16Y-È 2Ù'h8Ê\84~¿hêÜ\9b ±­3í5\a\9e\13>Ó«2u;ÿqÂ'\1f\80\91÷\v\8c\16iÙHðø\80\9e\11\1e\8d\ 6Ï? Ï×\9c\ 2}\88IË\ø( \85$\v\82\80®\f­\10Å\85 ïÓYÀ\ 3:jqÚ\12\96\13\r)öı\92Ä\83\0ï\93\89à\ 1\1d]\1eVJr"\ 1½Ë£)ãQ\12°ñ ý\0°>\1d#Aw¨\1dû\81\ 1Þè\ 3Å@G£O\1d¦Áô\1c¿\91îÉ1kÔñä\18oÔÁL Ï\86ló7úÅ\80E7²&\ay|F\83\0\8fn\84[bÄ¢#®\18¡\11ª»\82Ð\ 6\84z/àK\2"BeØô÷Rs     \87|\82Ç\8cp¨G\17dAÆ&xÈr\84\8574{\86:÷AUæ\9f\b(d\13<\902í¨ÃH\13\12\ 3\1d\85(³j\ e±ð
+R¦z\89\7fÊ\ 5)c½aÐv¨x\82\90ÆgfM\99S×~FR@o\18Lmbü¨ ß\ 6\80Ü\12ä©h&9-Ã(\b\83=}2Q\15ä\84     ßÄàXÃà\9aE\14\92\17¬H\8at´»å      Ò\80ÌÅyZïÑ@\ eé\16\rØ\ 4\92Q\1a°>\e\17\82ô\ 1i\12\1fÀö§ \0tíOI÷tqÎP\ euìOÑ\ 41\9f\ e:©\Ä\16¨ Ç¶c:è\ 2\rÊË÷é\84Ø\82å\88<\vj\ f\8eÔ±1:VF²\9dw\8c\ 1Ò"ÑâkÇ\vèE\95[lCy\0\9f.ºìç;£ÌVD\92Á\ 5DÏú5\1dt\ 5\99\ e\1aá\vôØBÛó|BAÇö\93´ÓÀ`\9bM\11!@h ®\12\rP\b®Y\83 ß\ f;\ 1\bö¸US¹Å\861D\8d\ry£Ì*Ò\0¹@,ª\1c`\8d2\13\80\80W(È`ñ\aI\9cCAÔ±\970¾I¢\910¯m\88u\89È+Þ\18æC+Þ\18\95Dq\91ù\88\14O\14ÄG\1d\vRKÖ ÀW¼Ê²\94í\98E\8c¬'=c\9bsìª#\1e\9e@ú°#:0Í\88\ 6¤Ôÿûú\14\9f\vØ\1c\91\ 3l>i\91\ 4\19u\8d\ 19LlãE·: ¡0qJ\88\ 2ô0qJ\9a\ f°à\86ÿ\0\16\1d©÷(pÖ\0À§\88\94{bÐ\8a?|\12fãM\93\b\80Ïm:ÃÖ\84í^\19µ&R\95\8dz¶{ED\ 1_}\ 2\ai×EB\ 1/\1dÉ\1a\13ðà\02gô\8e\92qi\80G7T9L|û6\1fu\98\8br\84\8aD\ f¯D$F:Â+P\8e\ 2U¾^hhjÑ\8dø5\85øTéó÷\b\8a\ 4lb6 TumIéÉ\ 2­!}ÿÍ\ 21 ·¬îÁ       ç</ÜÐL\11º½¦@\1e@e\90$8a\81þâ\8caá¥#\r\ 2Å\e$C<ëÜ\8c\9926\18o«ü°\atÛ³Öc\ 3\1e\0ª\99YáGÙÏ\8f\15~Àïë#j-QPÜqN¸\9ay\v®ÔË\ 3`5ó\99\89Ë«úçA\84y}ý@yk.Ñ«\7fjB \ 4r\90\ 4¨ÚjØ3\bäyPaÕpÀ£#3x@OSÁ4\8fRqKÙ\9aOQ>Ï\83¢~mÈ\12
+¨gn>\85O\85¸ct[-û¢ÂÁ¡b{í\87\8bCâV¶]ë.\11ñÖ\18\ 4\82\8e\11¥9"\14è#Js\96\ 4\19½ÿ<Ý\92Äq\16i\98G\87 \rw\94\8e \fö\94\8e IÞ\91q\8cm6¡«LygÍ*¢\90Åf\10\17÷D\97VH\ 3zt©-t\1c§\81µÞ¢\81=¶3H\ 3[3 $?\ 5g<AÈ£;«\84\ 2\1aÝ\89Ybc¯5Ç\85\0oÍA\82¸c£bÂ\82¬c\b     4);\86\90\94{4´ AÞ5\84DT¦¼ø#hlÈ\87\90 \83¦c\b\89(Èø\10\12HÄzýR]U\0°èH\12­       ¶=\ 6¢PO\95d(\88:*\17 AØ5ÅD\ 4!\9dq\1a¡A\85ÒM,¼\81\88H\ fÓæ]\109{\a\ 5ôK:\1ac (×ç¸Ì\88\vzö×Ì\9aMìí\96u/Àã\13\93¦\vX\9b\ 5Ñä\8dÔº¶ÚÚ\90Ó§_±\1c¦\88$`\91ÄÓ\r^Q¯­|ãéÝ>`9¿ý\0PgNoÊâ\8e\94"Þ©E(\96Ï£hh_BÛ´~\ 4\81\1e¤
+FEÎ÷iýJ\9b´{:/\vó­µå)\89\96ÁI6¡\ 4\ 4\80\8eò\91\fÎw-\97m\92lv\86tÒ0]ý\ 6ÁX\98β\ 5\ e\ eù\12\9b\19áPw\ eÛö\ 6\17\87Ô5\9a2z\80\1c¦Û\ 3$\8b\92\84\17¬\14Òe\ 2\16 ©\9a\14 îyÔ0@}Ã4©DLª?\12º\0\8c5\9fç§4ßîa×?%éI\14\83Y½X\14oÍ-¢(&î­¥\e\1cIä6§,\9fGZÑÒ\ 5kNYºglZ\84\ 1qAG%Ý\1ea\18\14\85\87GE|\ fM½w\81\15Éò\9e\15Ë\96÷ôe1ñ-¦<*ÊZæv\82 è\18Þ\ 1E¡¼\rÊ欺TH\97\8bÆ\ 5ÙT×\8cÁ\95\8fZÆ`n6U®\87\8c\81®Î̤É\9f\e\9e©Idõ\vùóô\r\9e´\89Ò÷¹IÔlÂì\8dÀ!&\919øypì\82mÅ;\ 1 Ã$ªà|\8fId9\9fìLÿ &Ñ\9av\10\f\9aD\8b\84Coòûé|\87I4k8ä&Ñ\8a\1e \9bD\ 1Ò@\87I\ 4¿¯\9bD1\ 1\0öÌ\ 2KQ"b>9>k\17 ö\80\ 5\bòØð\91\98E.â{ù²HÃNÊÄy\0Íx\98kæ3!+G\1df\82\965++¢\ 1}Û|Õ èV£fw\ 4\ fËX¨( Áâ   ©\92\9e`q¸©KR\80(Ð'ÏGÄÆ=\93ç͵ÉÎ\14#^\10\8aT\81Þ£\94¬mß\95¤\ 4\ 5\ 2\92ô±H££\8bhÊâM\8e\fE\8b·v×{/À\16\91þ\82\82\89HO[Y\8bÏñ\ 5h,"ù\81\0\1f|\8eD     â#\96sX\900ÎúJ,ë7u¬Rº\12K4Hh5]@T\88¬r\96²(\1a\11òY\\8bj\10\10\b¤I\82\0\8d\97'ä×Àxùù\ 2V\91\19^\15\99sx¯ÈÌ\1d\r«Ë=FÎó¨Ylç\11\11ö\f¯\9f\91:\ 2ÃëyÖC4\v\ eÊ¢\8eÜ\1dtÎ:¤ñ^Õ\99\ 6»\8emmýö\ 3#VÕ>Ï+\8dͯ\bm\8fÈé|GËk\ 1ßïhw4»8u÷}\9b\83\ 3z\ 6\92µ=".
+ùf¸\ 5¡PNá\87¶Gä\84\ 29\85¿Í,WPÈ[fW\r\04Äaê4\8d\r/Øã\ 3\834\14­\14É£!ê\9c\85 ]\80w¼.;\ 4Ç:^#äB`\93\91P«ùç\ f?{l7\9d\95T:\17ðöÞ\9f!б÷\1e¡@o\92ÙK\1a\93\88ï­\9f\11\11ëë    \17\r\82,ÿ\1eË7
+\87Æ\fG\v\14º\È\12\ e\93ÊE\84\b­8Ü'B\82C+îöpÈûEÑ\13\15'¤L\91 "\83\96Í,÷ ÀÇaA"\94åH
+H\19êllÓÆ]6¦     \8bôÚX}ú\ 1}Ãc\82ö\10ØðÈ=ü\9bê<Í\1a\11ѤѬYd4Æ2·\bÃ\91\v²ì\1c¦\ 5^@r\ e_-§Ð$\95vg\1c\ 2\ 4£\0\1cèhY­A³\by|a\ 5\17\80¾![\8c¦É\11¾ÙM´Èh=Ý\ 4-2\906$Þq@ö\b\fÑ°\96Ó*A\80Î\12\8aè\ 1\1dã9s\8a\92$äó¬Ê-m\9a³¨M©ol\81Æ~*n\ 5}ÖºîkSVÓ\88Ø@w-mï»ç\97ðµh\9aAóxÞ%÷=µ\96O`\95\8bÈ\ 3Ê"úÆ8>²Ï³\8aùs|\84:ÇFDÇ\1fèXÌÖö%o?ð\89\rYeq\98'p\1eT\16ó\8aÈ
+^Ð\93þG\17ЫÃ÷\9eÍè´íò\82B»@ôL:ò\822\8b/`ö\13x\81\1e®\ f\15a #\¿\r¤\12AHÌzSFqp
+I\9c \11éêÛæ
+\8f\vøæ÷¢Ò\0\9b\1dÅ\a°ðÀ"Ñ\0õÎÛ2²3\r\´)wï± Ò«á2DaÇ21ü\ 2Ý9µÑz>\ eI   \ 3\96$z´<\9aYíi\ 3îàg  \864Âasb\1dYÌÏ£\a(I#+\0\88£\10´ubX\eéA¦U\93Å´YÊ
+\91\8eçõ\8eÁ \89RM\96?=»iE÷\a\91bÖ2)Ò0/\88\84\17Ð\87\ 1Å"Ib:\f(5çþ$\ 6ôü¿íO9A@/)ÍP\94wì}¯\12\ 4\99E\96fdÑ\ 1\8bÌ\1d\bå\\80Î$[îI\91T\90*Ñf\9a½Î/\9a\18uÇ]\8f\1aÕ¶KlÔ¨¶]b.
+Ýq×Þ\vø¸êªq\ 1\1d\15\1cî\194Û¸jM\10\92øD\f\9aMJ}[(\88tA\96ß,ªÏ4pÆ\80\95\1f,H\90e\1d\ 2\19©²\ e]\98\ 2%Êf«À\16\8d\86h×ê\8ctI\87\v\12\85ú.®}$\94K\ 3Nñ@?\eÚD§¦\8eCwÓg[¸mÁòàôݺÕ\ 3Ák[eçWé<õ-­ú 8ÍÛ|\19\17ú\81\ eïØbLap\ 6Ch«1\85\17\90 \91\95ç\1f\11$ªò\13\1d\11AG\90hEDÐ\11$\8aÖ\81\1f>Ïãáë¼îQa\fÃTh\ 1\ 2»À4\16$Ú×q9/pëóÃØ\f\83}`µOC\ 4\ 2» q à®Ór\18\99F(æ\f_ û\86K\12\89\b×\ 3nùÿg=àÃÇ\1aª\a\8cV\87\14\ 6G\89Ä\ 2ÙHï2±\ 2\80Ae°\17ø»çI|`\85l¨{§ÑÖ\ 2º(dîy\90h\90\97\1f¨\b`\ 3\89&ô}A\13Ø®rÄ\ 3\94w\eN¯ä}pç\13\9e5Ay\ e\9bÛÜ{{À;\13Ê\19\97\91\ 6\ 1â\9aå(©2\1a\15Q\90PUl¹û¤\19d|\19ÖzK\15\9bvY\80MkF2 #@c]FÁ\1dÌ\86Ë vï<¸cH\b\ 4êM!°Þ\14\ 2«*\ 4HÞwBB c|A\9e \ fɵ\84û**_\95\7f\87\86Ø\80Ê-÷_¯L\14åò\89­7@Ò¤´|"i\82\94z\96I5HÙ8#\15\85¤9b\86\8c\10'>®ù\1e\aà\ 2íQ¡mÝ\{\8d\84ø\9aoäTu0a)*\13:«¬¦Ïó+ÜUV\93;\86Æ\99Ö<\rÎNØSÿÓØì\84}\97ÕäÍÁqVYMÎ\0\ e\9ex\9f¤\vð=Ýͳ\9fÜiR¬± ª(`\9dû/\10\86Õ\19 Ág \ 5ð\ 4Ý©Ú\vó'g~\ 5÷Ì\11\12;ªº[\9cy\v1\8cUu\9b.\9a>Oäâ\99w\r\82´ª»-\1eØP8VÕm\81æip\8a\8bm\1e\98F§¸4]&\10!Áa³©]\1cR¿vFOè(ÿ°\16%G\16S\b,Q\83\0}ÀRÄ\a\10",÷Øx\ f\følÌ2÷âÐ<óxO\96Fë¸õd)_\ 5\ 5Õ\99\<±\ f\ fp\ 4 ??\8b\82\88x\96w$ákv\0$B}\17V\9c\10\11ÊÅ\90{kÁ\91\bQ³(ÛÔ½Þ2(R\82D\8c¢¼$í\9aeQÊ¢\13U4
+Yë\7fR\r
+r\81%\88\92\90Í[Æ\82Dç¢\ 2µ\19x\0\89\ e´\12(W\9dòmRIµ«YxA5k\9dð\82#Ëyk\80(\bù®mÈFò,£\8c\ 5\99\fÀ}tÁ Y¾·&xªäSí\80äXPï:"{¢Ã»¶"¦~¿ÀÂ\ 3P\14ë»\98²¦\8bxkBQQ@ÜûY\93C\14\82ËtϹÍ\vRF\1d\ 1\9eE#b>·\0~_n±ÊE³(iʶ\85'¶ÜñPíEh\81öã\ fè\0°Æ\84íüg·\86¸Æ­ð`s\91\1d¯\84\8572º\80Ô§øtîÛ\18\9e\13\ 4õ  (V¹pþ\ 1\1d\84-¾á\83ðóªîãù\8e\15&¡õÙ\9dh@\1f\1dQ\11\11êÉ\1a\9b´|ú¾¾Ol\854(\a m,¡\8bA/:â1\917¶À\ 3 7¶àL\ 1\1d}  \90\ 2ôÁ\8cQf"¶¨;\89\10d\93\96\vBaÇ\9eí\9cD&ds\r\97[<`}\11>\ f°=ß\8bFÃ|®!Â\80¾:"¶Hÿ6wÝ\89\ e±²\89¤Ñ\10o«(\12
+it¥"9ÜÓ\eS«t\ 1$\87·\19¿6¨ùt\81¬ÏW]\11\11tø$S¸\87\824Aeܱ\8bª\fsÑkì\82¨
+ù¢í R1É\1aGM\17ñ¹\8aH\17"UÀ
+/fI\97ó¶\ 6¨\8bõ\9eý\9cU]Ê~ j?@\8b_æ×ä\8a\13\r â\97ëþ\93çä\8aù[\97¼ý@\ 2IOR¾³Ì\92IJ¹H4\b)\bËM\8b4AIØq\81Ö 6N\ 4u½§Íl0¤ÇFt~Ê\8aDyGÂÌ\96Qy|D\8bê¡I(õ\96ØdH¨\8côML\11\11\91®K²n\12\92à\ 4\94d]\93%×[nEÎP\99\ 1QNæ6dÙ""\17À®íå\ 2481«ö\b\9bê\88¼\82\9e©\8eX\10ê³7\16dÑuä<­|Ä\8d\12¦R\9b2)½%LÇÖ\90m¶àXtÀ¨¸\8cÍ/   mÐòñ|Ot \ 5       \8f/Ð-
+ÛÅu:¯ÏM0*,ý\ 3`^\8b+\16\ 4@}*¤96ÇóúÒ\ 4\vÏ\8c¾¿@øË\r\94qqG\0á\Mh\85\98[\1dÍPéCXË-\12\8e-åë\92\80pmÅ#Ó×Z^/Èß È Ì|\16\ 3ß\8d%KxÝàmûJ\ 6ãÔØ\r^%Dç\e\b\9b\1d_û_¶É\11Ûþ\97Ó\r®û_ø`H\8d\8døè    ÄFp\90ÓçeÛ§\vÈ\91ê8O\12\1fÑ
+¢9Kr\80\a8\8c\8f\a\87\1a\88'Hh\84¦ AÚ\11¡)\8bö\0z\81\8a$\99¾w!V$ɺúBTUÂæN,\9a\1dßÓ\ 2.\0­r6×1\89Â\9cäÍͪ÷d1õ¬"º\0ÄÁçÉ\rg9Ð\11á\98E*b\9b#\90\18­i\ 1\ 6\17\ 5$ïÞªØ|9öyïÃ\19\ 3\1dÅ\1fè\ 2\1d¾-4h:Fò¥\82ب#ÌX\83\ 6\ 1\1e\9f\98%\83\82ïÊ\86\8f\7fY\91\9b¤        \eDr\rZ\86\ 6\91^}cS%\a¤\88­\8dH*\r\13ß< A\8aú³\88g\18£f\12R×4Þ³Imm\85{\ 1ê\9aîö\943b\98F\88²¨\8bøà\b(Ètï~VAH °L\1a\ 4\a\14\ 3\7f[µ-Q1ï.É\9a2e±ê=¼p¤¢k¬z\ 5\8d\9aÓ[{ÊÖdñî\98\b;\v\9aw\9c¿\7f`$VmÝ%§ór!a0"<\9eïØ´½ìç\87\9aCÚæ\92ãù\9eUã¦M\9d\vP\0Xx`\14\0e\16\ 1@Â;e\ 5\0èY:ñÚíz\ 6 ¾t¢V\89\82h\80kE\14سWÓÊG\96î©\90Í­\98¾A0T\8b\1a-íéà\90úö! \1cêå\eV?âá\90úöqB\ fÐ÷jÆ\ 5Ñ\80\ eÀ\ 4¿¯·5$Q
+ðò\91 \111½@\16/@]Û\19\91@O\ 1Ì\fQ ¯R\8bæÖ\1c\99 Ë\99kۻᠠ "J\83o\82ô\13\rzS5}AL\98¨N\1a\13Q1R\8b&Fh|fE\ {Ö6UÓãB>v#Jb\88oÙÆ\92\wL\ 3Ôe@\ e²Ö\18Ä\85\1ds;"Tezâ?AcHolI\88\87;\96ãÚØ\rO\8e²tYʯ5ç[MìÇt\19\eõ¾\15o )"Ûô[ñ\86È\85ä\a\96\9eÙ«?F\91¸ "ê°g\92%=}{\86µÆhTp\r/Ø`Nd\93\87I\1f\ 6ñ\ 2l®¦È\a\ 6\14\ 4zcFÐ\8cz>Vs\16\ 5\19©\1c\88Ð+\13$¹EGò=\12Ê­Ço\14\83Y\95d4À\84\85\ 4éÞ\92\8c¬\ 1iÃrëN\9a\91_Ö3×sÑ\98\80Ò\0\96C²5±×Nt[\13e\8fmHæ\8cÛÛ2;ã\bÝÞ\96yl\18ßÞÛ2{Ãø\9cÞ\96Ù\1dÀãô¶ÌÞø\1a§·ev'Ñ9½-s÷\f#ëm  \1a\bxs\8c\8a\ 32ù¢¬\88\88t]\14j\96\88È\9bêy|@\87.Úª'®8з\ 3oC9%\1cRçÚÌr\a\ 2<º0kTHý\9a\88ø¸£=&\96ý\ 2C3x¶ð\80ÈGijJ\88\b:\ 6Gä(Ñ\0\ fO\14\91\8bØÖ\8eI#b\1e]\98o^`\98\8blöGRe1«\9e0"t&\ 2òò\8d*R1«\9e\10e1oOÑ\88\80\8fî\984. \17X¡:Ó{¬ÖE\82 u\v¦ \11\11-\9e\98\90(î)¬\ f\1a\eð½\1fâ\ 5(\b"º@Ïè\8b\14\ 6©Øöv,\1a\11Ñö\8eü\9amzz\ 1jï8«³\16bÈßúð-e6ëîñ¬Y\ 4\14\89s½§\90Ó¢Ùµ4L¶ \8b c2fA|Ô1\1e·Ìèûz\98­"m\84Ìb6;dÕì\ 1Þ]¢\1a$\ 4\0ؤ\93CÝyBL¨7\8bfU\8eQß4À\vè£;\ 2¢\80\9eµ¤\11ù\86º*ØË7úU\81Íþ\10]+Z¼`\rÇ.\11\13\14ddNèyç½zcþ< \98\86¨Úvã~·ÄF\7f\88^\ 1ÿ\81ªþ\0[\e¢\89Qov\87/\ 6\89w\9e\1a\ 4òà\14¨½5${S ÈÖ\11«ÈN\83£Èö\0G\1e\eE¶AîIC¹\7f\14Ùó\ 1\16\1eÀ{;\16ô\0Y\11ì£;º1`KGf\0\0q\94ÙstF\rà\ 2H\13°Ñ\1f\8b\84\ 1\1a\1dYá÷õá°«\b\0Ö¬\e§ï\1føج»|åK-äó\aBD?\10\84
+ª¶/"NÏ}\11á!Ð?î\8bX.8°Ö\8eùÕÚñ¸Á{k\87\91\12BbGkG\ 5\еU\14±\11\f\96³É\9eYä#\16\1e@\82\bv\báÄå¶\14´^%É5qÉG{BQvÁ\ 1\vvGÈÈ°³\805gT    \84\9f$QHË'¬¦9÷ÎÅlF¹\ráé\17\85S\e^1k|èmíðd!­ê6çÞ\85\0«^¨\12  ¹­\1dÙ\99æÆ\7f h?À'sÎ\90\88õ\ 2\8e\f\17pd¤N:f\9bB\83\ 6îð"¹w\8bs¦ÁIß\ fæ¼%Ë÷ê\83QY¾W\ f\8cÊò\ 4%YG\94®be¢\v\82\87w.     \ 2:\ 4ÆDÙ¨Y\99Û\8cáQ³r\1f\1eá\82\90\b\1a\15òµ P\98ëkAã=*ÎQ4(X¿m~¼üÙñûø³³ã×Üóï\17¼G    e\8bb\9bÍ)Z\14ä\ 63¾ÁE\16Q\18ÌÍ¿<ÁàbRÐ'Ìõ\9eQ\94\17(\8eå¥\8eùͽê\1cçd5\b¢{Aý#\eß\10\aG#\9a\8b\1eÇ\ 6Zí.ztg;²\12\80\96´\89î\18\16â"[\83F\1c\eB\12\14½\19 l}È\ 4 Ø1åw÷ñcïd=Ûþ\11T\b:\1d\1añó( \1e$X\ 1\rB"f-\1aU{\ 1_,\1a%*¦>¶ÙöG*¾úؼA¢J ä%\fè\ 1=ëK\8c\88\9dQ>ËÁ\1ay\83@\\0\ 4¢4Zðé]%È\85z\83FR\99\80\0Ðú\e\1c\0RÿÚ
+\83S|ï8\9d\85R&»@EL\80|\13\12£\98\11\17\82\9a½^\82$Èx\7fC\96T    M¿/7¹x¯`p¸\98¯%\85\92\b¸\878\1e¼ð±ë\98\878TeJH`Í\1a    ðù\13è\ 2zÆ`\1f\8fé@ð\9aºn\93       ­Ïë(Gga%à)Ä\10{\87º\9d\1a$|.dó5EAJ_`±N÷\ 5\ 4\ 5©\8aDüy1é(\r¦\î\89¡ô&Ç\86Ú\vf\ 4\0hQ^#î¯þ\86ò\12åÇ\1fH²k\95,Túø\81\8f\8e\rÿ\81\ 3V\0\10\9c\8e\8fsJk\e(µMeúì^\9eɨqò\8aôy\98\81Be70m°xÎ\1di=\9f&\84Æ÷:\9aÿú«\9f~ñËð#üøÕ¿=<õíü\8f'\ 4_ÿò«?>~;?8gú\9aËãÿùÍ\8f¿û\1f\7fþñ\87ßÿú·\7fúÏßþÃ\8f\7fúÇ_þøË\7füù7ÿ÷׿ýÍ\8fÿõÿ~üÓ¿üüû?üáÇ¿þݯÿõï\7füòëÇ¿üþ·ÿþÛÿøùÇ\7fùñ»\9f\7fþË?üâ\17\7fûÛß¾~þÝïÿóëO¿ýù\17ÿ\1aÊòoÿñ?ÿô\7f\97ÿÜÎ}ýîç?þáï\7füê\7fÿôß~õ¸Ýÿ\a\87ïkL
+endstream
+endobj
+8 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 588 0 R
+/Name /Im1
+/Width 74
+/Height 81
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕл\r\800\f\ 5@G)\f\84\8cBOGÁ6Ha4F`\9cT\18\17$À2%.¬kü\15\91\18E,ùLRE   \8a\10C\1er\105%¨k\9aï\8aª\82UKQ&6\8aèUN\95\87\18
+Pª:â£Zíµ\1f?ÌÕ÷Óo3\8b~*ÁK­ê\87i\1dw{\a\18z
+endstream
+endobj
+9 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 589 0 R
+/Name /Im2
+/Width 47
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕÏ¡\r\800\10\85áK:@Gè\b8\90·\18\14\9eQ\8eTà òDÓÇ\15°\fÀ\13\9fzæ§(®\11 \1eÉd\88\19\16\14Ø\94«C\16¶S^£¹§îùHÝã¶\11WB}\rÚõ\85 dû´üBÀb>\1dÆy\99\84\93ù
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 590 0 R
+/Name /Im3
+/Width 58
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµ\911\ eà\fE]uÈÈ\11r\8dªK\86\12\9cª3GÉ\11\18\9co[vªV\19\8b\84\1e\82ol\7f\13Ýx#Y3\ f%3Wà\ e60qÉ]\9e;%\11ä\9d&.\905HªFË\96³Ýá-7Ó@\9b\181K\ fÎÊ\11\\86¦þa6\96+²±þ\8bWy£N­ÿäw_gßâC\ f?Ü'÷Í}\f\ f÷}Â\1cö\8f¹ \19ë\9clnÏÇë½\1e2\®Ú
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 591 0 R
+/Name /Im4
+/Width 103
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cíÒ1\ e\ 2!\14\ 4Ð1\14\94{\ 4naËqlí5aoà\r¼\85\9d\ 5\b\18\v)\bãüÍÆÊF\e\e\8bOx\1f\ 6(@¬\b\1d\0\8b\8aU\95á9\168k\ 4r6LdC²e!\94ÔA§\90\10\11ƦA{\1dëQ\ 1§vÓ  µb¢\9f\91\f·"\9c\0\ 5Á{\16Î+\1e³n¼\ 2ñ\ 5Mâò\ 4\bmÅ0Ôwè\86ò\19\9a!ÿñKP_ÊkÈ\91\1cß`·=\öOeÝB¨
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 592 0 R
+/Name /Im5
+/Width 60
+/Height 84
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÒ»mÄ0\10\ 4Ð\11\180d        jÄ\80
+pêbì\88,M5¸\ 2\95À\90\81Ìñþt\87\13l%\ f\90vHî\8a@aC\ 6@\ e\14 \93Ä
+¬â¾\ 1\9bØ«|>ÁA,<P~\88$©E*ó\94h%Ê      ­E\19b\91\15Ô,v1\11Ûå!.DUq·\82/nOûM]_Îùð\fgHØ#M\98Õ\83"/-©íµP\97ж5bvmÅ?èX4\9aè\ 5\8b\ 6^XÕá\v\823\ 2\13QxíÐâE\83Wîq&3Ó»Æå\16\96h"\87éé'l®}xð\1fëÃóo\8fyÓ§Åýa\vwÛ¯ÙÉä\7f2þ¯\rQ.\85µ*\97Â\879ìvÉ6àÊ=Ih\16\9fã\99|,C»\97l×qÈZ\87Ý*àíãëûý\17\12\90
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 593 0 R
+/Name /Im6
+/Width 27
+/Height 84
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨g``øßÀÀüÿ\ 1\ 3ûÿ\ f`Ìÿÿ\aN\fS\ 3R\ fÒÇ\0ÒO\ e°ÿÀðÿ?&f\ 4b\86!\82ÿÿÿÿ\0\1dK\87T_V\ 5\0\e±\95ñ
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 594 0 R
+/Name /Im7
+/Width 65
+/Height 77
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍ\911
+Ã0\10\ 4ϸp©'ø)"uÈ\8b\9fJï§ä \86\149\88ÑfïäÈÆM\\85\14\82\ 1í\9eV{\12§\ 6w\11\ 1¦\80\ 2£\ 3x\f\1e\ 6O\95DQ\vzz¸z\90ÀC\10éÜ\96\r8\12³     ÍOkñoÁïw\90\17H\15ð\1d"\9fÿ\1d\1c\b\96÷ßYaþ\94PA·EU¨\1drh(Ë\18X¸÷<z
+[\8f\e\ 4¯Ü\95é
+\94]j2½Aï\12BkS\96\18\7f\b\87át¹ÞÎoÑz\15Y
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 595 0 R
+/Name /Im8
+/Width 28
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÀðÿ?&f\ 4b\86Q\8c\13ÿ\a\ 6\12:\96        ®¾¤
+\0\85¾°\91
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 596 0 R
+/Name /Im9
+/Width 52
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85б\rà\14\ 4ÐC\14\94\8cÀ\12)ÒD,\16 g©Ô\8cÂ\b\94),~î0E¢D ²ý,øØ\9f\ 3¼UpdÛùtfF\ 2ál´\9b5.í(\ fèæ\e¬#\r\166Ä17\aã%¶h\eg\165\11'ôÙ\9a'mQô\172^è\vûÅ\1c_i³\84Eÿ)ï\18\8e\0>ij\1e®ë(ð=\1eè´\b\15\8e¹ U\18\93Ê\e\8a\92\82\92òCAÖÌy¯nÕÆL\17éhgî<\9d¯÷Ë\13æöª1
+endstream
+endobj
+17 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 597 0 R
+/Name /Im10
+/Width 60
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ÑA\ e \10\ 5ÐiXtÉ        L¯áBC<\96\89        ì¼\91k\8eRo\80».\1a¾\7f\ 6\8d\91\84<\12\86Χ\88D\88\8e\11(j\0ª
+\8e$2`öÈ"®rY´\8c[\8b\9a$¬"^­j\96i\13MÝûv´\99_:\889Ôf\8bò\97\11¦G\13MÞçª\ 6\14«\8b\akï[z\8eÙô¶Öì-Wè¹âfý\94\9fù©\7f\97ç¦~~×=ö>gfо\ fþXÖº;0\8fX¦Ì'qú\f\91a)\8b
+çj¡ù0zùÃþr;=\ 1D\88À5
+endstream
+endobj
+18 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 598 0 R
+/Name /Im11
+/Width 42
+/Height 77
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍÑ!\ e\800\f\85á.\13\93;Â<\1a\r'àJcG\9bç\12\1ca\12Ax´\rÉHÈ0\18*>Õ¤É_¢\81\8d\r\8fªyhUwÓ«A\1dU\88Fõà!4¼ö\7f®Ë\9fä2>Q@Õ\83\82¤I¬CæoX\94]\92\933\8a\ 4Å*¹\91¨\9bâÒ\9fß\0z\10
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 599 0 R
+/Name /Im12
+/Width 66
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÁÀÀøÿ\0Ãÿÿ?\18Øÿ\13É`\ 62\18ä\81\f\ 6\10\83}\94\81\97Á\8f\9b!\8f¨\a2ìa\fk\18£\1aÄ°ÿÃÀð\19Ê`|üÿ\ 3PÇ?\ 6öàÈ\0\1a\fb\0£æ?3\88Áøÿÿ?0\83¡þÿ\ f\b\83ýÿ\ 3æÿ\f\fNæÕ[½\ 1R\9fà+
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 600 0 R
+/Name /Im13
+/Width 44
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ1\ eà\f\ 5Ð\1fe`ä\b\ k¥n¹V\87JpªÎ\1c\85#xd@¸þ&m\93á)Ø\ 6\7fì*\118t&@íÃî\ 6µ\1abçOjØìXm\0G\ 1\12vñTÍôµ\¬®X\ 3:\\96\90U\97\9dËy \15É\14De#\98ÃóÌ3\9b\ f\15oW/\99\18Á\r¾iSyòuél¸IÆÏx:ÿ6]2ó²zòÊW\8fÂ\94\19\16c\9bÌ\1f\aÔ£\8fÄå=0\94\80S·Çë}ÿ\0G,\92\e
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 601 0 R
+/Name /Im14
+/Width 66
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cíÑ¡\r\800\10\ 5ÐK\10\95\1d¡£4Á"\19\a\12\18íf`\82\8eP\82\0Ñð)G\ 1\81)\96pâçÙÿ\8f¬'9à\ 5\8a\13ô\19\98\90\0° 8ÚÂk`\11\18×\ 5\81
+Z2\10\82ÑEô\11\13'Ì=©\e¼\8fH    ë\ 3!\ 3Ë\8f\v\88¯Q18\a\fÕ\ 6nÅ!*
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 602 0 R
+/Name /Im15
+/Width 51
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµ\901\ e\ 21\f\ 47J\91ò\9e\90GÐP ÝÇ\10\97WQç)~\ 2å\15§,k\1f'\90 %ÍHöÆk/\90¸B¯\92M ù\0²°\ 1\13û4Ô\1a\12\ 1˦z\83ú\85-\ 5z¦¹*³;Ê\8eIª7ª \ fU\13\84\99>\1d\8e4°Ð­±\8c\1fàÿp\18ñ\13ó7²ùò\a\8aé\1a\f\98"\8a\bP#\10̲P\9a·Ýb\8b1yõ ­¾bµ=ä\16\1e±GòÚé|½_\9eM\ 2\89W
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 603 0 R
+/Name /Im16
+/Width 65
+/Height 84
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕÑ1\ e\ 2!\10\ 5Ð![PÎ\118
+±¶õ8&ì\r¼Òv[\9ax\ 2:K·\93bÃw\86Y\8d\89q\8d\8d\894<\b3\81\ f\91\f\87^'òø\ 2\14îðÿ\ f\87l\b\98\r\0\1a:Á¨`äxV\ 4\90¿*Ò,u
+\14=ßËj"\8a\82\ eÙòñ\18\9eÀ\ 2¶^½Åg C|\8fT?\ 3?ÄÊ5V^\11^ðH\83-Ù%(Ëp\81Ó0SËyZ\ 2OEÿE¶c%¾ Õ\ fé\88V\ f\1cì3P¹\9d\8e(\ 6iÉrÍÍn\7fÚÞ\0p¹ù\11
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 604 0 R
+/Name /Im17
+/Width 79
+/Height 81
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ÒÁ\rÃ0\b\ 5P\90\ f\1c=\827iF\88zë0\91ÜÑ2BFÈ\b\10\89Fmü\9d*\14¥\9c\9e,\ 1F ºÇS/\8aD\v\11«\8e\1fQ\82\ 4b\88\9a2ÔAÉP\9cÏ\12WÁQ9j©â\8bzOµ=¸
+\90@\11Ê»¶øS-÷XO\8c¾þÿèK7WÃo\91­ÕP9\8b]\85¦\ 5û\85¢¡\ 4uP®Ûg­\12(U\ 5Õ\19÷li´Ôß\87éñ\ 2¢áQ\ 5
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 605 0 R
+/Name /Im18
+/Width 64
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}б\rÂ0\10\85á³\¸ô\bÙ\822¡c©\908;1@$\16±D\91Ö¥\8b\88Ç=\e",!Ü|Ò]q¿\f \89\ 3ß_\r²\88ÌQ°«\83\1cδW\9fê¤#:ªPu×ÑL\83\18ÕÓD×C«:\1ai\14§ZºÒ$^54Ð,\9d*T¤\84|\1c¨\86ôo'ªAc\11Ì)A¹º\14=\96T½7:<bu+Zlk\15E\ 3\84o\ 5\90Æò#?\1cöÖ.·úÔêbÕòìùt½]^\bÂ\87;
+endstream
+endobj
+26 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 606 0 R
+/Name /Im19
+/Width 66
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÀ ÿ\87\81\81áÿÿ\ f@|\0Ì`\ 6q@\fþÿÿ\7f\80\19ò\ fêÿ\80\19ö\fòÿ\18\18\98ÿ\7f¨a\90ÿ\ fÒöá\ 3\ 3?\98ññ\ 1\90Ñ\0d|>\0e|o``G0ÀF3@\19ÿ0\18\7f\88\18\19ÿ\81\ e$\ e\10Ãp2«Þê\r\0FfèÎ
+endstream
+endobj
+27 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 607 0 R
+/Name /Im20
+/Width 69
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÑ1
+Â@\10\ 5п\fd\e!­`\91+\bVV©ì<\84à9$\ 1[\ fd9baikç\1e\14!ãDE\93°30\9fW\r\ 3_\ 4:^\1a\91Z\91\ fà>h\81'+\16Í\0÷ X%q\8b\8a}\12WÝwüpÑëî\98\ 4w\0Ñ\b\15\90\19(kÌ\f\14\8cù\18yÀÒ\80\8fØ\8d¡Á\ 6\ëj\ 3è\b\13T\99\89ò4Eñ0\91Ç4\\80\ f=(~¡Ý\11÷\10ab\92¾Ü?ôSÅf}8o_FC²X
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 608 0 R
+/Name /Im21
+/Width 18
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccn`à\7fÀ ÿ\ 1\ 5\ 1E\98\e\18ð\ 3æ\ f\fÿa\88ý\ 3\88KuÄþ\83áÿÿ\ 3\10$dQ·]\1c\0\0r5J
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 609 0 R
+/Name /Im22
+/Width 31
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dα\r\830\14EÑk}  7(,\10éWQV óJ\f@\1c/\93=<\8aG taA¾\11\ 3P\9còé>¤\81\1e\89(ÅU\16Ù¨¾¸6e9i\92\16:\ýÂfè¢Ùo\8aצ\v0\84Ä \89\87fÆ)óô\85Ùº\8bõ\v«Ïö\a|Eß\9fßë\ fNÐ,\8f
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 610 0 R
+/Name /Im23
+/Width 41
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀ\0\ 4ÿ1H~0ÉLs\12d\ fó\aû? ò\83=\90üx@¾\81\81ùs\ 3ÿ\ 1\ 6æï\f ò\1f\98üÃÀþ\0FþÀ ?\f$Éþ\ 3\14\ÿÿ\1füÿ¿\ 1\99Ô´ªÛ©\a\0ï¯i4
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 611 0 R
+/Name /Im24
+/Width 38
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÌ1
+Ã0\f\ 5Ð\1f\ 4Õbð\9a)ÚZè!âkuh±/Ó{ø(:\82Ç\f\14Ò¥T\887|ø\1f¢\0F\aH\13À\88Å\9e\15R©Aô`Ú¾ #V\83\8b\87\ f&5vËhóZ3Ä»ÉÉ>\90q\12ö_¦\93\ 1ê!\83\9f!\97Ë:§º¬sÔ\874\1a-ªÍp½Þ^ïû\a:8D)
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 612 0 R
+/Name /Im25
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α  Ã@\f\85áÿ\10D]¼@ÀnLVH\95\ 3\18ÙËd\8f\eåF¸RE\88£\90+B\ 4\1f¨x<       u\18\ fX\87\92\ª´Ô´&\1f
+>î¬\1f\19,Ü·¯láõãè\13;ÿ¬Ûºè\91¼#Ñ«qã¤\85³V.©qÃY0©ñO$\9eLW{Ìo\ 4ô/\8c
+endstream
+endobj
+33 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 613 0 R
+/Name /Im26
+/Width 18
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀð\1f\86ø?00\ f>Äþ\83áÿÿ\ 3\10$dU·S\1c\0)yA\16
+endstream
+endobj
+34 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 614 0 R
+/Name /Im27
+/Width 50
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95\901\ e\84 \10E?¡ ô\bÞa»\8d\85'3p¬-9\8aG ´0~\91\8f\ 6\92mlæ\85\84\99yóIr\ 5rå.\100\fð1?\81q-\18R\81Û
+ìÞÂ\1c\1dø\16ê³G;³.ªk«Ä,¥,\aé>\0|h\7f:õYM1\9d'Ø#\14ø\8aø\16¡\9d"ü=ÌIbÜ\94nRÖñ\8eüªÙöó]~Ó       «J\8fq
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 615 0 R
+/Name /Im28
+/Width 41
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀþ\80áÿ\aÆÿ¨$ÿ\a\ 6ù\a\fÌ`Ù\ 1'ù1H Û\18\ f\ 6û\a\f\f?\18Ê\7f00üaxþ¿\81Á\9eù8\90\94ÿß\ e$\99ÿ\0MÐT«[¢\a\0t\rR\9c
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 616 0 R
+/Name /Im29
+/Width 28
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f ÏðÿAý\81ÿ\ f\1f?øÿ¸ý\ 3ÿsö\ fÌÏ\80ø\1d\10¿a~Àü\87¡\81ù\a\ 3\ 3
+þ@]Ì\ e4óÿÿ\ fp,£Z·D\11\0\8fV6\
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 617 0 R
+/Name /Im30
+/Width 37
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8eÁ\r\80 \fE\9fáÀ\91\118\19\13\87\90Å\f²\8c{0
+#pä¤þà\81Ä\93ióÒ6ý¿Å\\80»\13l¦@SL\95\1d5\e6ãqIé\85ìÑ$\b¥#\82©\1fÈÍ´¿\18²C~u8÷ký®Ó\aÉ\16\82\96\88ï\7fDÕø;K)\9fy\89çú\0¬_;f
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 618 0 R
+/Name /Im31
+/Width 53
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÐ1
+\ 21\14\ 4Р [l\99\1cB\ 4\11a¯eer\fÏá       "\16\96¶væ\b[¦XòÍND~ª\a3Í0R\0'YäGØ@\ 55\91\b\9c\80O\ 2&àµh\9e\99<Vͽ\90(\r\1f4s$.iìBÆL\86Uc
+©K4>\909\12\974v!cÖ\f+1\85@:ü\95Ìo\8dËÄ6Æ\8e¡aþ\98ú\ e2k\9c!Ûg\87\8e    ûÝåvü\ 2¬Àið
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 619 0 R
+/Name /Im32
+/Width 46
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\ eüG"\99ÿ00Ô\1f`\ 4\92ü`\92ù\ 1\88dD"\19\90É\ 4¬$\e\83\ 1\ e\92\ 1Hò!\91r`²\ eHþÿÿ\ f\8d\84\88ÃÔ ëb\83\92<\18¤\ 4Ø\r¸H\v\0\89ü\0ö\1d\98d\ 6\93ì\1fÀáð\ 1\1c&\ f\90I=ãÚM&\0/\13h\89
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 620 0 R
+/Name /Im33
+/Width 46
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð1
+\ 3!\10\ 5Ð/\16ÛHlSHr\83\90nS\b^)\a\10ôP9À\1eÅ#l¹\85ìįl ¤Ló\8aafø3\80Þa\80 Ù\ 1"ŵ\82Ú<ì
+\1fq]pªH\19\ eèª* ªn¢ê\8dNk3ÚòÑ·¡C\17\86\99&j¾\ 4\15\8a\7f\9fýaÈ\ffäé\9e{Îá£ç¿÷[\9eý®¢º¼W-\ª3ÿ`Á\9f\87±A\84\83A¸°\95p\9bãk~\ 3\ 6ªK?
+endstream
+endobj
+41 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 621 0 R
+/Name /Im34
+/Width 54
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dϱ\r\ 21\f\ 5Ð\1fQ¤Aº\96\ 2\89)@PÝJL\102\13\13x\94\8c\90\92\ 2\9dÉ·sR®A\97æEV\1c\7f«ê\17\80\93\9d
+\84\ 5\91Õ\857\82\973gã"N1¦NÝͦoýLÆ        É§{\b¶1\9a8°"ß7b5\ e\9f±\ 1\9d\1e>mvøKÞÁÑ\90\91YÎAÉIµE+ÆTî$Ö'\13\a-¤-x»¦÷ã\a\9e·v@
+endstream
+endobj
+42 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 622 0 R
+/Name /Im35
+/Width 29
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]˱\rà\14\8b((\7fë&²\94,\902\1d+y\ 2`\15oÂ(\7f\84_º°\8cÁ¢Jq\9a«÷\10\85\11ñ&%¨T©A×â\a\e5â,ã\8e4]Skíq\ 1ÿR\97§\bË°\16~RøJe\v\8a\95Sú ?\82ñú¤ý}\ 3úì0t
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 623 0 R
+/Name /Im36
+/Width 25
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱\r\83@\10\1fAÆÅH\88\vÜ\86\ 5m\11Á¶âN®\ 2\1d\f\ 2të1 \a/\99Ù\1d¼¢ö\95HáÉÀD/\rùT\9dö[\ 1Ü`9`ô$\99à»þ\15¸Úà¿\v\19-\11%ØFý\97
+\1cÚ/t|lâí\ei1ÚÇüê¿·)/Ë
+endstream
+endobj
+44 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 624 0 R
+/Name /Im37
+/Width 34
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmËÁ  Â@\10\85á?ä\90ã6 \fD°  Å­É\ 2dçf\1dv2v²é ÞCÆÙ \17    \ f¾Ãã=\8aBï3$]àÀ\15r\84¬¢A²\1fCE\bØ£ó@\1aþ¨ôKtin\ f\v¶oÙhc\ flý'}q¤Zá\-ëí­ò\9a\\a\8f\9a\95\vãñþ<}\0}\80AO
+endstream
+endobj
+45 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 625 0 R
+/Name /Im38
+/Width 26
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~PÃðÿá\7f\86ÿ\8fû\eþ?\97?ÀþNþ\0ó\e(þÃßÀü\83\81\ 1\8e?P\a³\ 3Íúÿÿ\ 1\1cK)Ö/\90\ 3\0¢¯0\v
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 626 0 R
+/Name /Im39
+/Width 29
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÍ¡\r\800\10\85á\9fT\9c¬Å\90\0\12w+1\ 1t\156¹Q:ÂID\ 3\14\81G|î\7fyÈ    zC\15ë\9c\12Jp1ñؤ,®/BÙ\81×Ö\?}\e\85^3}Ê,É\98£±Ji_Þ\195f´Õâ\fÓv\8c\ fT°)\ e
+endstream
+endobj
+47 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 627 0 R
+/Name /Im40
+/Width 38
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÀð\1f\95`\a\11ÌT"ä\ f\0\89ú\ f\fÌ\1f\1füa`þÜPÃÀü\9d¡\8e\81ù\1f\88øÃ`\ f%~À\89\ f4%Ø\7f0Ô7üÿ\7füÿ\1f\ 4¡fR·Y\e\0­gN\89
+endstream
+endobj
+48 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 628 0 R
+/Name /Im41
+/Width 23
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿß\7f0büÏÀðo\80\11Ð\rÿaî\117®Û$\ 3\0\10Ï@)
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 629 0 R
+/Name /Im42
+/Width 38
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþ \7f\80áÿ\87ú\ f\fÿ?>øÃðÿsC\r\ 3ûw\86:\ 6æ\7f â\ f\83=\94ø\ 1'>Ð\94`ÿÁPßðÿÿñÿ\7f\10\84\9a\ 2m\0#²<Z
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 630 0 R
+/Name /Im43
+/Width 24
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc0``@F\ 5\ 1\84\18Á\88ù\ 3\ 3û\a\ 6ùÿÿþ\83\113X\84\8c\ 3±3þ`\ 3"\86?|\fu2\fò?\18Ø\1fHèׯ\95\ 3\0v².\19
+endstream
+endobj
+51 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 631 0 R
+/Name /Im44
+/Width 16
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoà? ÿ\0\ 2ù\ f°70`\ 1ì\ fþ\83!ÿ\ 3v\12!ÿ\87ÿ` `\·I\14\0çÜ,E
+endstream
+endobj
+52 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 632 0 R
+/Name /Im45
+/Width 38
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀ`Ïðÿ\ 3ÿ\7f$\82ý\ 3C=\ 33H\82¦D=*ñ\9f\81\11Lü`üßÀð\83yÿ\1f\86:vû?\fòÿ\80\ 4û\ f{\ 65¥º\ 5Ú\0ÁK6¤
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 633 0 R
+/Name /Im46
+/Width 33
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dα\r@@\18Åñ»\B#§UH.\1aõ%\1a\9dUlÀ\ 4ØÀ.&°\81\15n\13¾?rZ¯øUïË÷\94Ò»R\ f\ 6ÒH\ e.ÒÁ\f\ 3\1c\82\ 6³\ 2å\14,dPB\v\1eF\b°\vz\11Ì\r\8f\12°\90A\ 1-xè!À)Y>Þ\91\7fqAFr\16©\9ai«/\1cËCÌ
+endstream
+endobj
+54 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 634 0 R
+/Name /Im47
+/Width 38
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Î¡\r\800\10\85á× *»\ 18\f\1a}\93ÑëN\fPFé\b\95\88\v¥\17     \92\ 4ó©Ëû\ f\0\ 1\ 5\1f°¹BR\11G0¹\8b°É\14¸\r\ 5C¨¡
+éå\r+^9>ãÛ\0·½§ÁWRã¡Ë6
\9eD_\13¸D\18çe\9dNW÷5\1a
+endstream
+endobj
+55 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 635 0 R
+/Name /Im48
+/Width 37
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α\r\800\10CQK.R2\ 2\15\15\r\ed3\b\9b0JFÉ\b\87(¸"â8\90\90 ¤yå·)1ÁÄ
+lË
+Û1"\1c\88`E\9b¨h3\ 5ÍMq\82| þ è7P\9e¨çï¡\8a\98.@C\ 5·YÁÕ¯Q&8øIPÇ,¿é\86qéOÙ[X<
+endstream
+endobj
+56 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 636 0 R
+/Name /Im49
+/Width 76
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÐÁ  Â@\14\ 4ÐY\16\92\8b\98«\82\90\16r\11<\88i@°\85\94`\ 1\0«±\82-ÃcJØc\ e1ßÙ\1f\11vñö.ÿ\ f3"¡\14q\95\ 4ù#+@\e`\ 4f\ 2ê\ 1¸ýt\80\99\81J\85¯\9aEAÅÛ\92º\ 2ý¢.\91C5\ 2<j\17ùD\1eÛ      \86ª\17¹D\ 3\9a\19Öih\14\12\ 5t=Jh\14\1aá[·¦¬j\95j2®ö;ʨ6©fË\1cÖeͨ&\95\14ÌQõQ]¦\asTm\94Ïôb\8eª¦Þ.\137\13UÜV\90iÐac9ê\9e\8b_O*K\1dsñëN\15\87\8d%Ïûþyù\0¡\90\82i
+endstream
+endobj
+57 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 637 0 R
+/Name /Im50
+/Width 37
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα  Ã0\10Fá_\b¬&Äm
+\83ª\14éT¦Ë*\1eÁ¥«è6É*7\8a³AÀ\8d ÆÎ\1dè\ 4i¾òñòA¹äF(\88ì\vzr\ 5\ 1B\al8Uv\fÀ\13\97Ê\ 3É     \884
\0=s%¼ÉX\ 5¿Bø
+n7$ýÇÜH\8d±±(l8iÎÊæatÊY\98\ 6\rÝ\85ø\81þ\b×\94\1f»>5à
+endstream
+endobj
+58 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 638 0 R
+/Name /Im51
+/Width 44
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ?\ 6\86ÿ@p\0L~``þÃÀþ\87\81ñ\ f\ 3Ã?0Y\ f\e@¤ü\ 1\0Dò#\93\1f\88 \91ÔCÍ9\80\1ea#û\ f\ 6F°K@d\ 3X\9ca\0\7f òÿÿ\1f\8eqí&\13\0GO^\ 5
+endstream
+endobj
+59 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 639 0 R
+/Name /Im52
+/Width 33
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8e±  À \10E\9fXX:\82\84\88\8b\ 5q\95lr£8\82¥\85\84\18¯     ©\ 2ÇëÞý\87«@¼\ 6\98ê\ 4+¦àÄT|¦\11àPDHì\8cKÃyaè1ÿÀG\9bÿ&t#Óñb\9a\8eÛê\8aVißSº¬éÜnÕÝ-\92
+endstream
+endobj
+60 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 640 0 R
+/Name /Im53
+/Width 32
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ÿÿ\9f\ 1\86\19ì\1f00È\1f\18\ e\88ÿc`û\86\7f@\9cÀ`ÏPÀPÏ`Áð\8fA\86ñ\ f\ 3\a\ 6æÿ@m@_(\98ÖnR\a\0a+<¯
+endstream
+endobj
+61 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 641 0 R
+/Name /Im54
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀPÿ\87\81á\87\1d\ 3ó\ 3þ\ 6ö\ 3@ØÀ|\80¿\81ù\81<\ 3ã\a\10¶g`ü\ 1Âv@Uu\f\f\7fÐñ?\ 6\86\7fÔÀØÌ\86Ù\rÂ0÷\80Ü\ 6v'\10\82Ü\fr;Ø\ f@¿È\9bÔnT\ 3\0\80\11
+endstream
+endobj
+62 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 642 0 R
+/Name /Im55
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5Ï=\ eÂ0\f\ 5à\17eðF.\80ê\8d\130Fɵ:@\9b+q\83\9c\ 4\ 2ÞÈ\10Õµ \1d¾ÅòÏ3B\ 3Ö\ 1¨Â\v\17ªT\ 3|»ÀÉ\ 4È\15è\11\98\90­\9e\v$W',®q÷5lTHmZßpÚm§É\9bQà«Õ\7f´QQ Xû\ 4î    4"ü\98á\f\16ë^\ 4H\87éÔÿ¢õÄÇq\9f-[(¾\91pu\96ý÷\ 37ðýùºí<\9eHe
+endstream
+endobj
+63 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 643 0 R
+/Name /Im56
+/Width 29
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8ḏ\rÂ@\10\8f\b\9c¬ØÔ      8£\ 2\ 2\ 2$·B        \14`ák\89\ e\14J¸ð\ 2\18É\12dhõ¤\rfÆ |¹Ö\92à­ÊK²\ 4Ö\83ñ\aWv.X\9eð\18q\86äúvbtÏ\ 5t\19¶«ò­\97»Ô_¹ªSäªþíÃãÌ\10\17í\1f\98ñ¤D+l\9aæÇÄþ4=\8eo<:;ù
+endstream
+endobj
+64 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 644 0 R
+/Name /Im57
+/Width 9
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³a¨cø\ f\82\rÿ\eê\el\e\18¡\90¹\81\99\81\99\81\9d\81\8d\81\8f\81\87A\86Á\82¡\80!\81\81S¼ª]\14\0\9aT\f\81
+endstream
+endobj
+65 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 645 0 R
+/Name /Im58
+/Width 53
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cåб  \800\14\84á?X¤LkeV°\11D\ 4Wq\ 4'Pgr\827\8a#XZ\88Ï\97X9\83ÅñÁqÕ©ÞD=õ\83SÀr\eýKù\ fZX\8cúÃ\ 4Ã
+#Dc7\ 4'\10\84Âð;Þúâ ØØ]Täû®Ä G"¨$ò±M3oÝ\ 3#OKï
+endstream
+endobj
+66 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 646 0 R
+/Name /Im59
+/Width 34
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ï»\r\ 3!\10\ 4б6 ¤\ 4$§.ÀÙÑ\96\83\93MQ.\80\ eÜ\ 2%\9c3\ 2\9dóG''O\vË~@j\ 6ÜFÀ\81\f\bKz \16#\12@L\9e\12\193üfã\ 2Dt ü3\0{³~Pµ¨N^\ 4\9dD\ f#=\fd\85Qg²+­r®ß\97&À¢\1e"\8b¤n±Ö=aGû¡1e£kç¡í½÷ä\1fÃ\15>zà9¬£\91\r\9cj\9e?\9eçûé\ 5cäR\94
+endstream
+endobj
+67 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 647 0 R
+/Name /Im60
+/Width 51
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα  \ 31\f@Q   C®Iâ6\9dW8\b¤HãUn\84,\10ÎK¥÷(\1eÁå\15G\14IWX\ e\16\82×\bô\ 1 \80N\aV\8bÛ\ 6\80ËW9wÜÖ\ 1sL\86WÌÂ\12,%hLö\ 6L¾*\93Á\1dM='À½q\ 5\94\18Od\bD$E\0kcf\92\12\e\v\1fç\7fx¥é\0\85ªp\93+Jà:¿\ 1?C¢Òs\7f¼?Ï\1f\97%Q?
+endstream
+endobj
+68 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 648 0 R
+/Name /Im61
+/Width 60
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuб\11\830\f\85aé\¸d\ 4/\912\87\8a¬\95\0\1d\ 3±\0\e°\82G ¤ðåE²áξ#.ü©ü%"
+\13åw)kë\18ïÅÞÈ8nuH\8d\1eßâÖÚm(ÎÅ0#\a\ 5W\14\87\1cÔsëÀÈAo*¦3è ±\96U\vâ\9dÄtª\ 5¹H¡Ö\ 39ð²SQ©Wò\16\14l£J15¨·ÍÕÁ\8c\96ET\9bÎ\8bY\83\86AgÑï\9fÏÇgyý\0\7ff
+endstream
+endobj
+69 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 649 0 R
+/Name /Im62
+/Width 43
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃ\0\ 4ÿq\90ü`\92\9dÊ$\88fÿSÿ¿\81\81ýïÿÿ\ f\18Øÿ\7fàÿ\ 1$\ f\0%Øÿ30ÿc`ÿÇÀø\1f¬þ\7f\ 3\12      RÀP\8fL> \8bD2\ 1b&Ü\16\88½\107@Üóù\83<Ðm\ fÁî<\0vs\ 3б\fÚ&u\9b\r\ 1@Pk\8d
+endstream
+endobj
+70 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 650 0 R
+/Name /Im63
+/Width 28
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÌÁ  \ 31\f\ 1\1ftt\ 3\81\10\10W¶k\97\92RT\8a\ 3\1f\130\9e\8c\83\ f\ f\84`>x»\91\9e¥´â\17²\98\8f¿äsc\ 38\84\81ª£r¢\90míl=\97Ì\ eTɽÃ$õϦVLXP}ú³\91ÄW\9d(\81Çë|\1f?d\87G\8b
+endstream
+endobj
+71 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 651 0 R
+/Name /Im64
+/Width 26
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°a``@Ç5Hø\ f\ 43B13\10³\ 3±üÿÿ\rÿ\910;T\9c|Ì|\0'þÇÞÀ\fÄ\8cÿù\19\18þÿc`°\ajàÿÀ ¥_·N        \0H\87<4
+endstream
+endobj
+72 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 652 0 R
+/Name /Im65
+/Width 31
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccü!ßðÿGý\87ÿ?\80ðçã?ÿ\7f\1fÿÇÿ¿ý\1fû\7fv\b\ 6Cæ?ìÿ\18\7f°ÿcH`ÿÃÀ@)þÿÿ\ 3
+\96W¬[ \ 2\0O²=
+
+endstream
+endobj
+73 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 653 0 R
+/Name /Im66
+/Width 40
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ì»\r\840\10\ 4ÐA\e\12\10\19Ò\15Agg\97B'¸\94-Á¡\ 3ts³\84$/\99\ fê\ f02PÈ \1f~c\9dF±$`Kº¨Ý\87(!\96&\80\87Ê\ e§ 0\ eõ¨àY\1c¹¨¹P.Ú\efÀ®G\11Æ8¦_ÔÝJã\9dGQ¸oßóó\a×"WÉ
+endstream
+endobj
+74 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 654 0 R
+/Name /Im67
+/Width 33
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dα\r\80 \14EÑk(~É\bÄÊÖ    d2\ 3£8\8a£0\ 2%\ 5áû1±·9Í{ÅE4CÔ
\1d7\96\81t§øf\84jÄò\91\8a­é¦Ovô\86ߤ\97ò\11\v\92c5BÃgß\bÈàÀiî³¥Í*{\8aº\9e×ö\0øk>U
+endstream
+endobj
+75 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 655 0 R
+/Name /Im68
+/Width 12
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg°?Pÿàÿ\a\ 4¬\7f`\7f\80\9f\81\87§ª[\12\0"}\11«
+endstream
+endobj
+76 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 656 0 R
+/Name /Im69
+/Width 48
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4ÿê\91É\ 6ö\ f\8cÿj\18Ø?0ØU\80\ 2\10É\a!\13@$Û\ 3\10É\8eL\1e\0\91ÌøI\ 6\10É0tHþ\1f@Bþÿÿ?(¤\81qí&s\0\8dÜRò
+endstream
+endobj
+77 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 657 0 R
+/Name /Im70
+/Width 16
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fð\1f\fù\1f°Ó\ 4ò\7fø\ f\ 6\ 2&u\9bE\ 1˧6Ä
+endstream
+endobj
+78 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 658 0 R
+/Name /Im71
+/Width 26
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`üÃÀÀþ\9f\81A\9e½\81Á\8eÿ\0C\8dü\ 1\86\a\18\7f@0ó\ fv\ 6æ\ f\f$áÿÿ?À1©zÉÁì?\18\18êÿ?\80c)Óú-â\0z%A:
+endstream
+endobj
+79 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 659 0 R
+/Name /Im72
+/Width 60
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþ ÿ\80á?\ 3Ãÿ\ fõ?\98ÿ\1f`øÿñA\r?3Pès\83\9d\fã\a\ 6öï\fö\16\8c?\18\98ÿ1Ø\17\80è?\f@\r\7f\10ô\ f\ 6ù\ 3Èô\a\ 6ù\86AH³ÿ`°?Àø\8fáÿÿãÿÿÙÿÿ\80NÛ(Ö-p\ 4\05Öjß
+endstream
+endobj
+80 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 660 0 R
+/Name /Im73
+/Width 52
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ_þ\7fãÿ\ fÿQ(ö\1f\8c\7f\18ì\eØ?0þ`\90c`þÀð\83A\ 6\ 1R@¡\1a\ 6     8õ\87¡\8eÁ\82\ 1\8fÁ\0NÕ1þgH\0Qó¡T\ 3\90²gæo8\80L\1d\0Ròmì\a\e\10Ô1öÇ@\8aÿ\fóc\ 68Åþ\87ù\e\88úÁ\b¥þ\ 1)°cÐ)Æ\a\f\15\18\14Ã\ 1\90\8bL\14ëç\9b\ 3\0{ûHû
+endstream
+endobj
+81 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 661 0 R
+/Name /Im74
+/Width 36
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Í¡\r\800\10\ 5Ðk**»\0       \ 6\83GàX\89  Jwb\ 1\12\16é\bM\10\9chzÜÇ\0\1eóÌ¿ÿÏf"\92/\ eØ?±\92Þ\18\8aI`ÃIT<\8e\e0\82\19è\82=X9\8bRA 
+/H'ÔÚ»\8b\15\8f=\aô\81rÿ\0T@%Ç$Qd\97üÐ\raí/\83õ[L
+endstream
+endobj
+82 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 662 0 R
+/Name /Im75
+/Width 37
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\1fÿA\84*SÃ\145\0\vJ
+endstream
+endobj
+83 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 663 0 R
+/Name /Im76
+/Width 36
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÌ1\ e@0\18\80ÑO:X\84Õ i$\16\9b\e¸\8a#8AÕI\Eâ.æ\7f4\88ª¨ÆòÆç\1cN\¤\10z\9b
+\1a\ f\19ê "9(_8é\ 2\17#\18\ 6\98\1e\80\9eíÇæ)6\ 2é\1e¹<êüðõ\1f$âã¦6K{\ 3Ø\1f,/
+endstream
+endobj
+84 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 664 0 R
+/Name /Im77
+/Width 34
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu\8e±  Ã0\10E\9fq¡&D\v\84\bRd\81ôÖbÆ\16d\92lr]Ö0d\ 1\95.\8c/w*B\8a\ 4\89\87Ð\7f÷9 Ù\95¹ ëKº:?%,¹\97(é^¢\1dR\89bR\102aù\8f¦4¹\8dYA±ï\f¡\8e\15\ e\ 4ß8\7f\90\1cQw\87
+AµÒ«nþÚ-ív\ 6\98±¶ìHÅ*ãOl\9eºâ\13\837\8f¶P·ÒWÛ\14Õb\99I\97Ûô¸¾\ 1¥¯G\e
+endstream
+endobj
+85 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 665 0 R
+/Name /Im78
+/Width 8
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\1c\1cUí¢\06\8e\ 6\97
+endstream
+endobj
+86 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 666 0 R
+/Name /Im79
+/Width 46
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dб\rÀ \f\ 4@#
\8c\90\rÒDJËd\11\99)\130
+#PR \1cìG"%Í\15\80ÿ\91\99\99\89:\9cÔB¶\92mdj?UÃ#ú(î0\89\eÌ\v¦9\85\ 4¯\99Aóµ«\97\9aÞ\9eÕ$'®ÎÛñ\1e³ÿ^\a\8bha]°Ì)\884üЫ!Ê\1eXwÒÆfÄHÇy¿×\aÎðz(
+endstream
+endobj
+87 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 667 0 R
+/Name /Im80
+/Width 38
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÍ1
+Â@\10Fá·,d\ea/ ÄJð\ 6v^)¥\85$\11\ f\92«\b^ÄÊzË\14\7f\1am>\86\81\9e\1fyÃçdÜÀ¸ÂÈ\0\13o¸Ü\9fÐ?f¨/ |\82Md\13i\15ÄDìðØ\ 5yQQzµ]Õ\95]\11ûÜà\1cÉ W4u©©«MÏݲÛ\9fãaZN_ÅÍ:b
+endstream
+endobj
+88 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 668 0 R
+/Name /Im81
+/Width 20
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃ\7f$$ÂZ?I
+\0Â\0\ fë
+endstream
+endobj
+89 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 669 0 R
+/Name /Im82
+/Width 37
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÀð\1f\95`\a\11ÌT"ì\e\80Äÿ\a\fÌ\9f\ fü``þÎPÇÀü\8fÁ\9e\81ù\ f\83|\ 3ó\ f\ 6þ\ 3@u`\82ý\ 1\88ø\0#\98ÁÄ\ f\92       ¸\ 1\10ó\1e@\8c\a[\ 4¶ò\rÈòó\f5\fÌÍ\8d@\a1\ 2\9dÆÀPÏÀ jZ·Y\e\0mòT7
+endstream
+endobj
+90 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 670 0 R
+/Name /Im83
+/Width 40
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\90\7fÀÀÀðÿ\ f\ 3\ 3ó\a9\ 6\ 6þ\ 3ì\r\fò\r\1eÈf¨c\90?Àð\aF0þ\80\10ü\r@\82\81\81\ 4\82ÿÀ\7f @"àF\r\ 4Á\fôÌ\83úÿ\aÿÿG\10\1a¦õ[´\ 1Æ6eÎ
+endstream
+endobj
+91 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 671 0 R
+/Name /Im84
+/Width 43
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\1aþ#\91Ì\7f\18\18þ70\ 2Iy0É~\0D2#\91\8cH$\ 3.2\ 1Hò`!\19à¤\f\12i\ 3&A¦þÿ\8fNBÄaj\90uñà%\19(#\99ÿ\81Èÿÿÿ¡\91ÚƵ\9b\8c\0ïÍ[c
+endstream
+endobj
+92 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 672 0 R
+/Name /Im85
+/Width 51
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­\90Á\rà\fE?Ê\81cF`\88\1e\9aŪÂP\1d £d\84\1cs@¥þ\8e¿ªÞ\8b\10\ f\19\ 3r\aG\1d«­©çÝ\9070:7Ü\r\vP\1að´\80åt?N\a\9cÜ\ 6,Îó\99x{²]*D\15\96Æ\82-P\1d«À>\8a0\1cÛ\7f Ò¿ï\9dPKÞ  ®ù\95¡\1fÑMêÂD\ 5\87L\84\17Y
+gV¦~}\86Ýp}\9a¿\\1f¯Û\aÎ;an
+endstream
+endobj
+93 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 673 0 R
+/Name /Im86
+/Width 54
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\rà\10\ 5ÐC.èð\ 2H\1e"RD\11É+y\82\84\992\ 1£0\82K
+ÄÅ÷\7f¤\84\ 2½\8a\7fw_u\88צ\13NEì\r\11éä\ 4®\82¥\0\90H\129H\ 5®\80%\ 3ûv\11H$\894à:X\88\1f (\88\10\88®\9b¡e³y\9a×Ó\10ß8\8f íÚeü#J,íÇÎû6^»~a\ 5\96f\15ô\89\81¾¼fkp×>s¿=ß\8f\ f\89Yt5
+endstream
+endobj
+94 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 674 0 R
+/Name /Im87
+/Width 8
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\f\ 6*ΡP5_\14\0í^\f7
+endstream
+endobj
+95 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 675 0 R
+/Name /Im88
+/Width 51
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥ÐA
+à\14\ 4Ð\91\84æ\ 2B\ eÑE7\82\17\13â¡z\80\1c%Gpé"hç\7fmC»­ O\14ùÌ\0\f ´äHk\a\99ª)\1eX2|\ 4Ö\1d·\13Ø\12,©|>axâæ       E±\99D,Ç\85\97ß\1f\1c )\9b0ÿ\ 2¥A×ÿLÌ´\rÒ\e\89-0C\18ìÊú\85d\10²b;\92vd'¦\17¢\93®\96¤³¨\r:¯ÃJo7÷®¥\ 5¹\ 5î\8føô/ #^X
+endstream
+endobj
+96 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 676 0 R
+/Name /Im89
+/Width 41
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\ 3\ 3Ã\7f$\92\19D00þ\19
+$c\ 3v\92\19B2`'Ù\91H~0)\ f&íÁd=\98üÇÀü\87\81ý\1f0L@¡\82Lj\1a×n2\0\0Ñ K­
+endstream
+endobj
+97 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 677 0 R
+/Name /Im90
+/Width 61
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÐ1\ e\820\18@á×4Á\85\84\95ÁÄ+\90\eçà Fj\1c\1c=\82\ 2ö(\1c¡c\al­,Pü\87\97o\7fq\ 4Tô1$õ¬\9e\f¨w²\18ÿ}\1a(\17>,Ô\82÷\ 1\9a\857\a\9dàÕ\83\154ë.h$O\14\99;S\8a\16Ý\fM¦v\9d¨òV\94\8fÉí\11Ô\96ãÏÊ%U F¶ôéûÊÃþüj¿N\90\89å
+endstream
+endobj
+98 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 678 0 R
+/Name /Im91
+/Width 38
+/Height 65
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``>ÀÀÀÀ\ e"äAD=\90\ f\81ÄÿÿX\88ÃÿaJF\18\ 1ôþÿ?Ø\b5Çò\ 3\16\0ö\19\8a®
+endstream
+endobj
+99 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 679 0 R
+/Name /Im92
+/Width 35
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\aÿ±\10\fòÿ\19\18F      <\ 4¶P\ 3\13Ê.µ\87µ\0ÐBs6
+endstream
+endobj
+100 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 680 0 R
+/Name /Im93
+/Width 55
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨o`ÿÇÀðÿ\7f\83ýÿ\ 6\10õÿÿ\ 3 Õøÿÿ\ f ÕþÁþ\ f\90êo\90ÿÃÀü\7f>\ 3ÿ?\ 6Æÿó Ô\1e\bõ\83\81ý?\90ú\80B=ÀF\1d\18JÔÿÿÿ\9bÿÿÿ\87\8f2×­Yc\a\0¹]\9b4
+endstream
+endobj
+101 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 681 0 R
+/Name /Im94
+/Width 35
+/Height 64
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`|ÀÀÀ\80\8d`ÆB°Ã        ~8!\ f'ìAD=\88ø\ f$\98A\ 4ÿÿÿÿ\eþc!ÀJèD\0½C<\ 1ôçÿ\ fÌ\a\18ê!\ 4û\ 1\ 6û\1fü\r\fò\7fäÁ¾\ 1zÿÿ\1f`\býÿ\ 1ñ°²CÝ>\1d\0\13(\7f/
+endstream
+endobj
+102 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 682 0 R
+/Name /Im95
+/Width 39
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨o¨gøÿ¿ñÿ\83ÿÿ\9bÿ\7føÿ¿ÿÿ\ f Ñÿçÿÿùòÿ\98ÿï\93ÿÇø\7f\ f\88ø\ 1'>\80       þ?\8cÿ\1f°ÿ\0\12\8c\ f\80\ 4\ 3\ 32q\80ÞÄÿÿ@\8b±\11꺵kô\0B/q\a
+endstream
+endobj
+103 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 683 0 R
+/Name /Im96
+/Width 49
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð±\r\830\14\ 4ÐC\14\94\1eÁ#Dté<Y\ 4\ve\a\8fÂ\b\94.,.w\ 1\87&¢ÁÒ×\93ì/ùß\ab\85NGf1\90«\88¤o§\12(\98;Îp©§ß\80´`0+\82ÚbA(pES\eÉlîr÷dø\1f~\99orõC\9be§ÍéákËp$:è\9dvQheÏ¿M$RÏ\bd9w¶op|¼ÞÏ\ fÁè\7f\12
+endstream
+endobj
+104 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 684 0 R
+/Name /Im97
+/Width 54
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÅб\r\ 21\f\ 5P\9fR¤ô\bÞ\82\92tL\85d6`¥+èYá68Ê\14Q>ßw\bQD¢B4~\85\15ëÿ\88\88¤Î!\19_\11ÛÑ\7fP\96 ¡\ 5
+\I\ 1î\ 45\ 2N\98'\92p\11ï\8cÌuß\9e2µ¶í\8aí\94:À_<>Á\ fð!£H\11×ÞD\156ÊÄ£&{#J' ñ¶­Äù/ÄÐ\95dÔ@|Ö*\87Óùv|\ 2ôm¦N
+endstream
+endobj
+105 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 685 0 R
+/Name /Im98
+/Width 55
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕÊ¡\11\800\10\ 4ÀËD¼L        t\80Å\91Æ\98y
\88\11\87Å\81`r<\ 2\11\83G­Y¨!\10¤E~\13iHôl\90_\92\1aº\86Là¥@9CK8X¡§lN&W'\91âDÖ\aè.\17\86~ZÆ\e\94 
+endstream
+endobj
+106 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 686 0 R
+/Name /Im99
+/Width 42
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ð±\rà\14\ 4ÐC¿ d\ 4ú4\912@X+\85\90w`$J
+ÄåÀ\8e¢ô\91¬W 8Ý\19H\1d\80#\v\10È
+$RG{µ\ 1°8Â\98\8dðóË~LÃ2ö¯©]êæÞàÆ\14/Å(ý\92\7fr&ÿ\9aNUÛÊiTy_Â4\ajZV=DÕ+xjnŦÇÝÚÚ[×vý\ 1#?y·ûv<Þ\98-dW
+endstream
+endobj
+107 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 687 0 R
+/Name /Im100
+/Width 24
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`üÏÀü¿\81ýÿ\ 1 âÿÿ\0\19A\ 4\81²@5\f5\f\ 4\81úÿ(\88ùÿ\ 1FÚ£ÿ¨@­æ¨\ 2\0ÆÕob
+endstream
+endobj
+108 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 688 0 R
+/Name /Im101
+/Width 41
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÿ\81\81áÿ\aû? ò\83=\90üx@¾\81\81ÿs\ 3ÿ\ 1\ 6æï\f ò\1f\98üÃÀþ\0FþÀ ?\f$Éþ\83\ 1è\8dÿÿ\ fþÿß\80LjªÖ-Ñ\ 3\0¶pU\e
+endstream
+endobj
+109 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 689 0 R
+/Name /Im102
+/Width 39
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα  Ã0\10\85á'\ 4V\13¢6EÀe\9a\14n\ 2é¼\8a\0ÆÑ.YD£d\ 4¹3DH¹\v§\ 37_÷~^­a,Uñ;|r   .Ú\ 4\eÌ.Àd\ 2\19\9d°â$¼\98\11\17¡\ fC#Î\80\8f\93à>±±\11v\v\82ù¢Q   \14e9òT\ 6ef&%
+\8b!\8a¡z±\7f8I·\91Ï<ºr\88K}\ 2ß#n\8fõ}ÿ\ 1:³;%
+endstream
+endobj
+110 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 690 0 R
+/Name /Im103
+/Width 55
+/Height 60
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÐ1
+Ã0\f@Q\19\84zÍPð\15²5Ci®\92\0-ö½ºø(9\82Ç\f&\8aäB¢\ 4{y °õ1\0\f\99O\8dµ\82Â
\a\81ñ\91iFÉm\9c\99ÖIî.1\9d\95\fvaz#y\9bÌLZ\12ui\8aJ BiR\ 1\ 4\1a\0\1f4\ 4¥\19D<°\ 4¥µ\0î £yºÒÓ\9dåÊD¯ç\9dy\87ÒÔ\1f\9dʯÙÌ+\ 3R\16âzæñüþ^\e\S]ó
+endstream
+endobj
+111 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 691 0 R
+/Name /Im104
+/Width 26
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\81ÿPÌ\0D\fõ\rC\1f\83¼\82ä/)˺\1dr\0ëýLc
+endstream
+endobj
+112 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 692 0 R
+/Name /Im105
+/Width 26
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Î1
+\ 21\14\84á\1fR¤Loa°ò\12\v¹\92¥\85²ï2Þ#GÉV¶\ 1\9b\14\8bãs\95->\18f\9aA\81 'ÉÄ\91ÂDæJâB¤ï\ 2ãou\ 2ææ<\14\ 6I¾è\rò2Ê|uÙ*©Vâ¦\11výÇ\ 6ÑÖMâûàUo,êÔb\1cÎ÷Çé\ 3¿\9a7\1a
+endstream
+endobj
+113 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 693 0 R
+/Name /Im106
+/Width 26
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90```@Ç\16\ 2  ÿ```\ 4bf f\abùÿÿ\19þC1#T\8e
\0!Ìð\87\11\84\e\18j\98\e\18ê\98\19\18ìÙ\19\18øÿ\815K\99ÔoR\0\0ën83
+endstream
+endobj
+114 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 694 0 R
+/Name /Im107
+/Width 64
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÿ\81\ 1Ãÿ\ fö\7f\18ê\7f\0é\ fö\8c\ fê\18þ\7f< ßÜ`ÏÀÿ¹\81ÿ8\83|\ 3ów\ 6þs ú\1f\ 3ÿ\1d\10ý\87\81ý\a\ 3ÿ\ 1\83\81ý\ 3\ 3\ 3û\83!@\83<\ 1
+\88ÿÿ\ fþÿßüÿ?:í Z·Ä\15\0\95RxV
+endstream
+endobj
+115 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 695 0 R
+/Name /Im108
+/Width 39
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU̱  \800\10\ 5Ð/\a¦\11ÓÚY\89\8d\85e:Wq\10    ·\8b\8bd\94\8c\10;A1\ 6¹\886¯|1òtÅ\17½C\a\15 <\ 5\90£\1dÄE\ 2\ f8Q
+\17jÀ¢\12&4\196@Ë£ Ý\9cñ       å\9d@\e\7f)\ edb"ý\99å\8f\11úήÃ\r\9bä/q
+endstream
+endobj
+116 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 696 0 R
+/Name /Im109
+/Width 28
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨c``þßÀÀ\7fð\ 1\83\ 3\ 6\ f\fuPü\a\82\19\7f0\1f`üÁÀ@*þÿÿ\ f\1c\93£\9fRÌü\87\81¡þÿ\ f8\96±®ß% \0åÍJó
+endstream
+endobj
+117 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 697 0 R
+/Name /Im110
+/Width 38
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8f±\r\ 21\fE\7f\14\89t\98\rÒQ0\ 1Å\89¬t\ 3D\\96a\8f\8câ\11\880ö5W@AódÉÿ?Ë\0â\0\r\12\94¹,\90¼Ö0\88käÔkê\91/Ô=áÈ-È?8\1a.\80«ì
+5DÉ@*\13\0ÎÀ\17è@7$Õî\10DÕ7\82ª6\9b´\9bmc³Ñxø\v\15\b;D¬õ\13Ó·{Î\e\LÎf¡\96\18\ 5a\ 6\vl:ü&p½?_·\ f   =Yä
+endstream
+endobj
+118 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 698 0 R
+/Name /Im111
+/Width 40
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Î½\r\80 \10\ 5àG((\19\81ÖÊ\ 5,XLÁ\r\98Ç\8e\r\r´¤â¼\93\84ÄÒÄækîç=\06\ 3\9a\vöWta\1c1Á¤\8c¢Î¬/Äl\ eN\93Qí¼ì\1fä,v\82P?\13Þ_|\87\83\\83s½Ô\88Rè¼TQ;a6\89àª%\18.>LË6ÞIVX\ 1
+endstream
+endobj
+119 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 699 0 R
+/Name /Im112
+/Width 40
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÍ±\rÂ0\14\84á\87\¸ô\ 6¤¥`\0\95()P\92µÒy\14F\b¢À\85\95Çý\91\100@\9a¯yw÷ÂlfþO\82°\r;o¿ØP\80ë\r.p'WD\18E¤¶\87\13\89\a<\17ñÊbÉ
\8e\9bX\89 EíUh̯ôöù\9bWFÑ\95X-ÏîÅýËáÜOÇ7ô|b\19
+endstream
+endobj
+120 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 700 0 R
+/Name /Im113
+/Width 9
+/Height 9
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a¨gøß\0\83õ\f2\f\9c\9c\95\1dâ\0\82Ù Ü
+endstream
+endobj
+121 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 701 0 R
+/Name /Im114
+/Width 22
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÏ\7f$$ÆZ?E\ 6\0Äà\10-
+endstream
+endobj
+122 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 702 0 R
+/Name /Im115
+/Width 41
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ!\ e\ 21\14\ 4Ði\9a\80!Y\8bؤ\ 6C\82@âz%$\8a6á(\¤\ eÉ\15ö\b\8bÛ\84M?3Å´â¥âÿùc\96\93Á:}E\9cá*B\ 6(\80;F\1a±§!\9fe¹Ò¡Lt;\15ùá8üW:\83^íLÍøÿ禶ð\96î¥\1cÿ\98\95ã\17ºqr\87\95\8e¼\ f\ZÄ­EÌêÆ\89P0,jkUå{\8f\87ô<ý\0w\9d>\9a
+endstream
+endobj
+123 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 703 0 R
+/Name /Im116
+/Width 40
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dα\11\830\10\ 4Àc.PH        J\89\9c\11»3P1.D¥¨\84÷0c>Ððè\15Ah\92M~þî(±ÀdUØ·,°-Å\14v\8c\99\aBa\ 5\85
+*\ 5C§6Ð9î¬\7fs\ fèÉ\8dÞ¦Þ[\11¤Í\18\v\7f>hOoÐGRÌï1Ã\7f\1f\10´a\96¯Lóòy\9d\ 4o^Ê
+endstream
+endobj
+124 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 704 0 R
+/Name /Im117
+/Width 40
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Î±  \800\14\ 4Ð\93+,\1d\95\v\b\8e\16ãXvVºF&\10ÅÂ_\ 45?\82`)ؼæ\7fî\8e\v\80óM¡ðw\8c\8f´\ 2®¾\ 17g\1cw\14\ 3\ fä\9e!Þ(È$>'\10\1e\8e\a«´\9f±ï\14\rÍÂÝ&Ú\9bÊg\9d1ê É\19°ó\16Ä)qº\19PÖ¶¯.£·Zý
+endstream
+endobj
+125 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 705 0 R
+/Name /Im118
+/Width 55
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎ1
+Â0\0\1f\ 2v\11³:ÙÉÝM\87b®Ò\eè\ 1¤Vr\14/R\10ì529      fÌP\8cI\15ÛNo}!äÁêw\98 <\ 1å3G\85´_\1aéØ#ê\1f£\91L¡C׳ÄaDÅ«\99\11Z´v\990=\17ãv\90\eã6   Ñs\13þ\bê\8e/ÿd\ fº&òä4 ;Îu$.\ 6úSÄ\91\ fàX%,\8bDI¬l×Õµø\0ËÔO 
+endstream
+endobj
+126 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 706 0 R
+/Name /Im119
+/Width 54
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÑ1
+À \f\ 5ÐH\87\8e\1e¡·(tòd¥\1e«£Gñ\b\8e\ eb\1ac
+Z\8a\9b\12|8\99ü ":\0º1V2\80BKEO\0ã\19\1d\98%2*1\90+W\87±\15Çl\82\10~Xã\804\81Á\7f\9f\ 6»æe\14\19ì\9dÖ¶\11ä6%ÉL\12¤<K´¥Êé\92§=ìÇy\9b\a\95<\84\88
+endstream
+endobj
+127 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 707 0 R
+/Name /Im120
+/Width 10
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a¨gøß\0\84\a@°þ\80Ì\ 1\ 6(d<ÀØÀØÀÜÀÌÀÎÀÆÀÇ Ã`ÁPÀ\90ÀÀ%YÙ!\ e\0\9dò\12µ
+endstream
+endobj
+128 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 708 0 R
+/Name /Im121
+/Width 29
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÎ!\12à\14EÑË \90¬ \83\8b®\8c\82\8bN {éBÈNX\ 2\12\91)ý©©©8óÜ\9d\a\19ì¬ø£\91èl\b'b\ 6b;â\1aâ/\95\11*=\15£\K%\94¼Oò\1c\8a«\82\ eï?Î\9fû\13V%\eô\88i\11[\ 3¾x"n\1fz¥}C·åñZ>\1c+1\18
+endstream
+endobj
+129 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 709 0 R
+/Name /Im122
+/Width 33
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUͱ\rà\14\8b~A\a\vXFi<\ 3\85%Vr\9bÆ0L\ 6a\14F ¤°¢|Ç\89\944GºÅÓ£ã\90\83\84\9dÉÅ\ 5e:YOb \95\98\beKø\ fYé;\9e¶ciO\85CSq\987ãbF\ 6\13Ò\7f\9d\88m\17Û?í\8b©\8aT¤IÑ\99^\98î\80±*y(¾Âm¹?\96\17\8cô1F
+endstream
+endobj
+130 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 710 0 R
+/Name /Im123
+/Width 34
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ1\ e\ 2!\14\84á\9fPPr\ 1\13\12\v\v\ f±{,\e\92\82No`åAð&\1e\81\92\82\80\ f4ÑæË\14ó^\ 6
+`\9aàâ\ 1\16\ f\8a\81ÎTÌK°\93¤*.©òa\r\13\8247~\98L\1f\87í\ f;IãÏ3}q\93}\12*ë$\ 6Ï\16ñtâº\95e·+Î\9a»¬Õ\15\95É\1cO\97Çù\rAZDp
+endstream
+endobj
+131 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 711 0 R
+/Name /Im124
+/Width 18
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̱  \800\10\ 5Ð/\16é\f\bvbÖ\10\14\É2\82hÖ²Ë(\19Á2E\88æî¬\85W?h¯\9e\ fLáÈ"@Nv°Ì\12©D$µ¸\89\12\81\89ùï\e\92\8b\ 1©g3Ò\88XXØ\15{\80)\95C;mW÷\ 2ê35\ 1
+endstream
+endobj
+132 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 712 0 R
+/Name /Im125
+/Width 39
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5É¡\rÃ0\10\ 5Ðo\1d0\8b\17°bÖ¢r\83H^)0%\8d\12\1däF¹\11\ e\1e\88¬:©K\1ey0\0ÔàØ¿A2\85êe>\89'9Ô 9u¶\ e¯\17¥&Ö\82ÄÒ©²wðB\194\14àø±Ã]X¯?\rt¡8¦\81\93رH2XHÉ2©·ìÔëêt6\85-\9b ha\ 4\ e¸ß\9e\9fÇ\17\10¾E·
+endstream
+endobj
+133 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 713 0 R
+/Name /Im126
+/Width 24
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]̱  \800\10Fá?¤¸2­\85\90)\ 4\vñV²ÔÆÜN.\90Q2BJ\v!\1ez\85øøê\a\8cð\11\95\18V0  Ø\91ZS\1a\9c:\8d\90*&\94ß¾\7fL,#ce,\8cÊ(ìòìs$       \ 1¤Û\8a\8eþ\ 6Õ+1\94
+endstream
+endobj
+134 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 714 0 R
+/Name /Im127
+/Width 20
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Í¡\rÃ0\10\85áß28\96#%\95¢Þ\1aa])4$qÕ\9d\8a\9dMn\ 4Ã\80¨ªí\fЧ\ f\132âHA+o?&þ®\10OäÁ`\8cÝT=\99/\eeÅ«/\9c\ e⥴\9aô\94ºkvÝÝöl¯î\9d,&\13\9a\ 1\1d\91\83àܦåsÿ\ 1º=)z
+endstream
+endobj
+135 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 715 0 R
+/Name /Im128
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=α\rà\14\84áߢ |#\90*E\86\80±Ò c)«d\10² #Pº@&\ f\90\|ÒUw\a   LÏȯâ8Ù\894â¦ÉT¼­\ 4[\b¢\^Â1¥4pë]]p-ÛÐÚdÎÅVU\1aR"\92wÜá  x\1d\1dÓò©ó
+Zðx¾¿¯?\99\137H
+endstream
+endobj
+136 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 716 0 R
+/Name /Im129
+/Width 41
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUϱ\rÂ0\10\85ág¹¸ÎY \8a;$*Ú\14\16Y\89ÒH\91c\89U\18Ä£Ü\b.S À\9d]\0ÍWÝû¥3\8c\ 3 Ý¾3\\18¨`º\ 6Ë\18\15óR\8dÊb\\8ax\13w17!7uS9}E\ 2\89\a\88\81×\9f\ 3Ã\88\ 52ïún\86íV,\8f¬Ú&eIm¤óô«ÓÔê4²Nͱ9k0DMy\ 6Ék\19çÓýyù\0âÔE\1a
+endstream
+endobj
+137 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 717 0 R
+/Name /Im130
+/Width 38
+/Height 76
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95б
+\83@\f\ 6à\88\83£s¡p\9bÏàP¼\17è\ 39\88\95>V§{\14\1fáÜN\90³ÿ\1f´\14Ò¥C>\bG\92KD¤
+"â"èZ0Ü@ÚÀ
+
+e\ 1å\92@\8c\ 4\8f\952[j%X\9c2!Û÷ î\0¹G\88\17Ë\83\8c?Èd³\14\94J´üµÆg\83oÎß^ÉØ\9dd\9e1\ f¤çA9§'^Û±´¹?_\977ê0L\8a
+endstream
+endobj
+138 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 718 0 R
+/Name /Im131
+/Width 33
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÍ1
+\80 \14\ 6à?\1cÚò\ 2\91\19\1a$¯äh\10éa:\88\b\8e\r\12é\83\86·|ë'¢È\90Y\15LNK\8c§\95Ð{2a3±â\83       ®\ 2ëA\8cÈ\17\80ô6Ê\ f\1a\1dñ0\ 4\91\19=\91\18\92\88\fE\ 4\86!Ú84æõ¸\97\ fýT+Ð
+endstream
+endobj
+139 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 719 0 R
+/Name /Im132
+/Width 28
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ͱ  Ã0\14\84á_¨p©\ 5B\ 4.2C*y%\97Á\98D\90U2\88\b*U\18?\9f\ 3Iñ½æqw°Ã`\99ð.$*+\8d\a3\9dæºo®ýUÝâ;øM¬à¬\8bòfðRÇtöèÁi\92(¡$yÊNÈ?\eQcQcIc+w\r^}ýÆ\9d*/·å3\1eñÔ7È
+endstream
+endobj
+140 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 720 0 R
+/Name /Im133
+/Width 53
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿ\ f\ 2\ fìQ©\ 3Ìÿ\19ä\1fØ10þc`~P\ 3¢\18?T\80(\86\ f\ 5\0\95J\0S\ 6\a`Êâ\0\98\92ÀJ1\80)\86\11C±ÿo\0\92ò  F£L-kwØ\0\0¼jbÅ
+endstream
+endobj
+141 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 721 0 R
+/Name /Im134
+/Width 82
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\ 6\ eüG0\83\98\1a¦\ 5\ 3\0\17*
+endstream
+endobj
+142 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 722 0 R
+/Name /Im135
+/Width 56
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ñ=\ eÂ0\f\ 5àWeÈØ#ô\1a,Èâ^H©ÄÀ\9d\98¼1r\85Ü\80\8e\1dª\1aÛu"!1âå\8b\94_¿\0\90\19\f\8c²\f
+ÉfÈL\89\916ä;c\\90^\8c©\ 2o\ 6éta\94\196\14\0\13\ f»£ëõ Î«\92\eº\eH\r;¤10\ 5ì\14\ 3¿ÑGZý\ fÑ:°\e\ 2\94ê\10\a\14TgúÂ;êx·\1dO\82\8e\"¥È¬\1c    JÏs\\91\9e\9aõ\8e|ó     \8a\7f\88_é/>\9d¯\8fË\a½ü\84°
+endstream
+endobj
+143 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 723 0 R
+/Name /Im136
+/Width 28
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`<ÀÀÀ\fÄì@,\ fÄÿ\ f\87ay¨ØPÂö\ f\18êÿÿÿ\0Ã2\16\95Ûµ\0óÃ?¬
+endstream
+endobj
+144 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 724 0 R
+/Name /Im137
+/Width 19
+/Height 82
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9d\8f¡\r\800\14D\1f\81À\12Ê\18\bÂ\10L\82DTt1\92\8eÒ\11\18\81r\ 5\ 48\92çþåß»\0\11\16\18 \85
+j0\9e2\9c\14é¶\8bU8\18a\82NX¥Oü\85   oÊø\87ï\9f§"7ÚÛa\92\92»\re\9b´³¿Q¼Ò´A3Ó \0Íì¶þ\0\bv1¿
+endstream
+endobj
+145 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 725 0 R
+/Name /Im138
+/Width 33
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmϱ\rÂ0\10\85áßrá\ e/\10\11ÑRQ¦@ò*\19\81\92"R¼\15mFñ\b)SD9îI\14 Ñ|\85ýÞÙG^\81ù\80`V\89­42~x"mtÄ\9d\81pp\13\ f0F±\vóbõÒ\7ffÝv\82\ f\9eÿÂç9>Ho8\9b\93ô\99Ô\9c,úÅ)ª\16µ&¡XP,*\91\94ÈJd]\9e     \95»x\8a\95XC#\12\17'ùz¾\16\89lfô¢\88ÙìÀ~¹\fÓëú\ 6/éTP
+endstream
+endobj
+146 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 726 0 R
+/Name /Im139
+/Width 37
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUϱ\r\ 21\f\ 5Ð\1f¥H\99\11RѲ\ 1\13w¬EåQ,±@:"\81\8f\ 3\1dÍSbDZ\8dÜ!¨#\bÌ®\12{ºKR<$\vf)\vªT È\19Èr\ 1Ò\87      \88òÚ\b;\ 6\80\1d¶²ÐY\1cu:©\1e\1d\1e³\99"\19ïÑ\8c\95fæo\98a\90\95³\93L¿\7fÔF\8a\93\9dÔWø&þ\b\8fÖ6bc]T\ e\9etøZæ[²iY\9e\r\15m`@+§ÒÌÞ\12\98?\9c¦Ûñ\rM\17
+endstream
+endobj
+147 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 727 0 R
+/Name /Im140
+/Width 65
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cåѱ\r\ 21\f\85á?JáÒ#d\10
+tÅ­E"±\15Õ1\ 1+d\84\94)¢3!\87\ 4'(éx\8d¿âÙ\8dA\v¡Ð\13W¬õéª\9e\8bvHv·Å'\b       Ã-pDV´ã\846B~CCë\ e®\8eÓ\ 3R\1e[\1d¾ày\82_C2¶å\e¶Nȯò\1fÂ7dü%Z6»\9a¥OL\87x\99ïÂ\1d»§
+endstream
+endobj
+148 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 728 0 R
+/Name /Im141
+/Width 41
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\1aþ\83IM¦\86iZ\0\84D\fb
+endstream
+endobj
+149 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 729 0 R
+/Name /Im142
+/Width 40
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÁp\80\1fã\ 1\86:öÆ\ 3\f\7f\18\ f\1f`þÀðø\0û\a\86ò\ 3ü\ f\18Ì\ fð\1f`°? \ fTtÀ¾\ 1\1f¨g@!þ\91\19`\ f&@ÆË\83 \90\95`{Ù\1f\83\1côþ\0ã\ fÆó Gö\83\9c\v\94cÿ\ 1$@ÚÈ"ä\1f000ÿÿ\8f 4Lk\97è\0\0\9cwU^
+endstream
+endobj
+150 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 730 0 R
+/Name /Im143
+/Width 42
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕÌ­\r\800\18\84á·©¨ì\bx\ 4\v Ø\8cv.\14£t\84ÊO4\94\ f¯DrâI.¹\1cxA\13\16Å\88\8bà\92\99¡\89$\18´Á\88ϧåÖÈ¡nT\13\9bÏÚLÕ¼½þí\1f´\ 5'\84\9aj\9d\9f¶}\98º\15Æéxë
+endstream
+endobj
+151 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 731 0 R
+/Name /Im144
+/Width 51
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÅб\r\80 \14\ 4Ð#\14¿d\ 4V0±´p3!q++6\81\11(\7fñã\17\1a
+j\8d×¼êrÉ\ 1\8e!\0\82\92\ 2\86)\9f      T\8cº\ 4\1féö\ 5;\9c4\8e\ 17dP)\1a\ 6ÕÞ\86}\eíá\89/\86
+\88ûýEµN¬[¸\96\a\90*
+endstream
+endobj
+152 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 732 0 R
+/Name /Im145
+/Width 31
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%Ρ\r\840\0FáG\9a\14C`\ 1\12\fç\91'\b]¥#0\0¡ìÂ"\8cÂ\b'\11Í\95¿ \9eûÄs)E\97ÛL\9c0×HùûÒ\9c\83\9aé\8e\19·yB\ eÏ\1f_Ä'QDß\9a\13QDß\ 2VôIÔ\8aÚò¢\16­E+Ñ6':\ 6X\12&&=äº~Ý?7ãH2ï
+endstream
+endobj
+153 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 733 0 R
+/Name /Im146
+/Width 13
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\18~`\18\8cð?Ôu¼Á\15\ 1çìWµ
+endstream
+endobj
+154 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 734 0 R
+/Name /Im147
+/Width 35
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α  \800\10\ 5Ð/\826¢­\85hage)\bf\15G°·HƲÌ(\19Á\râ}ÁH
+\vÃå5Çý»\11ò&²\10å½w1V?\18\82\rÈ°\ 2%iH\rÇ\f\vé       \8eH!!©!ÌÎII
\84Í7[àä¨{H_\18\97\aª\98ÎD¨/ô\1f\14ïiå÷ó~\f\17O8@\9c
+endstream
+endobj
+155 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 735 0 R
+/Name /Im148
+/Width 13
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\182T\f\1fê:Þàú½â\0\8b=4\94
+endstream
+endobj
+156 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 736 0 R
+/Name /Im149
+/Width 80
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÑ=jÄ0\10\ 5à'\ 4\9eƬZ\17\vº\82û\14¾B\9aô{\92X¹E\8e\92R!\171\ 4
+.Ì*o&8d'D ñ\153b~ZÛ¥µ54\9e¿\92V\90¯@Þ"ß´\ 1²\ 4J¨X\7fTB;\ 4*î¼ø­b\12`.ЬîFõÐT\11\99Õßh9\94\17h=\83©\9b\9dÒ\8a\13\7f\1aMýäÄâÎüéb\1a²\13\8b\eò\8aj\1a\93\13\8b\eÓ\16\8aé"Nl\93b\93ª\1aw¯B\89j~*áÚ9½R'ÕôÆØÞé\9d:«ò\ac\9f\9d>\ f%ÎvZÿ\93ì6D|o(;EU51:9\ 5U11Z\9c°ØNõTÛ3îï\1e_\1e¾\0\95\ 6\99È
+endstream
+endobj
+157 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 737 0 R
+/Name /Im150
+/Width 57
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ÑA
+\ 3!\f\ 5PE\98ì:Gè9ÊP<Y©Çêr\8eâ\11\10ÓÔ\9f\11&\9b2Ax ¨ùÊÌÝI±TV«è9\11\16d$\18wxÏp-\90êÙÐ\8cý¢f¿=ÿ¸÷è#j\7f\8c~©i ¬î\98\1fÛÄP5×̧¾MÎ\99×äþk¹ªO'+\§!É\7fHþð\8b#ïBCß\96¡ë77*6HÅ=¶×çù\ 5\8b\8d
+endstream
+endobj
+158 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 738 0 R
+/Name /Im151
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM\8f1\ eà\10\ 4\17]A\17~\10\8atyBdÙßráÈü*-ùÉ=\ 1)\8d\väËB¢8Í Ä.7\aÙ\0D#VË@õ\ 5\ 6ɨð \v<0"\0g\9c\98äÁË\81x }\10\11\95o¡´ZÅ\80°c\86·T\88§Bì\95á¬\8d´\9d\98¬\eä\ 6m\1a4*V!ºî4 [@°\14YL#\8by`(/,æ\99s\95q¯å\vùÁý\81\11×Â\1dҺ¯¸Y\17\ f\89º^¹ªl¼5\8dÉ\12\ 3\15¸Üî\8fë\e\7f$T¨
+endstream
+endobj
+159 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 739 0 R
+/Name /Im152
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ï1\ eB!\10\ 4Ð!\14\94\Àd\v;\8f`ÃÉ\94½\89Ç°å&\7f\8f@IA\82³þoabl^\ 5³3\88\ 3\80,RW\ 3f2Ä\11;R\ f\ 3Ù0\91\eî\10§(ÊN%Zñ\81ߥýÅ~á\7f\ f\98g\9el¢¨;¼»\8cu6\8b\166\v=>X'\8b¡LÖI\9dx<)oô\eø&dx{õö\8dc\ e¸­4®,Ê\ 3â\13Oþ(û\9c´&\10V?rÏ×Ûóò\ 2ëû_\12
+endstream
+endobj
+160 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 740 0 R
+/Name /Im153
+/Width 10
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a¨gøß\0\84\a@°þ\80Ì\ 1\ 6(d<ÀØÀØÀÜÀÌÀÎÀÆÀÇ Ã`ÁPÀ\90ÀÀ%Y¹S\1c\0\9eT\12æ
+endstream
+endobj
+161 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 741 0 R
+/Name /Im154
+/Width 57
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ѽ\r\830\10\ 5à³\¸#\v ±\86\91"¬lä\ 5\12<VJ\8fâ\11\88x!w¯\0\8aÓWÝ?\0q{à¢C\11\bD$\15s\11óN#Í´\99®\9a¾\98\81\8e4ÒL\9b©é»¡\98\9a¶;Ò\85¾(LG=,/¬Vg c²úqêj¦íöQkøª\85\8aß8\ fÎ
+¸×ZÏ&î¯\85\ fj\83\83Úà\7f\9fí¬6Ðà½QiÓ\7f8týÏ\ 4\94«óü|?~Ã\v\85r
+endstream
+endobj
+162 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 742 0 R
+/Name /Im155
+/Width 37
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95Î;
+\84P\f\85á\.x\e\19[AÁÊÆJ°ÑÝ\bn@°±\12a65¥àF\\86\85 ùÅG=)>N\93\9c\88H)rÑÃzcÀ\82{\b \81\b
+è \81Y1'_ŲëÀ\ 3\1fb\b!\87\16j\98\14\ 3v\ 4z\1d\87\10JÈ¡\86\ 5v\9dõåúù\7fܦ\81\ 3\ fi5ü²\ 3ÔTR\0
+endstream
+endobj
+163 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im110 117 0 R /Im30 37 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im109 116 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im30 37 0 R /Im24 31 0 R /Im26 33 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im120 127 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im30 37 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im26 33 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im114 121 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im134 141 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im134 141 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im107 114 0 R /Im116 123 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im113 120 0 R /Im158 167 0 R /Im159 168 0 R /Im160 169 0 R /Im161 170 0 R /Im162 171 0 R /Im98 105 0 R /Im161 170 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im163 172 0 R /Im96 103 0 R /Im97 104 0 R /Im164 173 0 R /Im162 171 0 R /Im149 156 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im118 125 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im101 108 0 R /Im118 125 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im120 127 0 R /Im165 174 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im166 175 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im150 157 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im113 120 0 R /Im167 176 0 R /Im25 32 0 R /Im106 113 0 R /Im168 177 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im143 150 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im111 118 0 R /Im134 141 0 R /Im105 112 0 R /Im30 37 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im123 130 0 R /Im126 133 0 R /Im128 135 0 R /Im169 178 0 R /Im127 134 0 R /Im170 179 0 R /Im134 141 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im171 180 0 R /Im172 181 0 R /Im173 182 0 R /Im174 183 0 R /Im175 184 0 R /Im176 185 0 R /Im177 186 0 R /Im176 185 0 R /Im178 187 0 R /Im137 144 0 R /Im174 183 0 R /Im179 188 0 R /Im137 144 0 R /Im180 189 0 R /Im177 186 0 R /Im181 190 0 R /Im168 177 0 R /Im120 127 0 R /Im179 188 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im182 191 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im168 177 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im183 192 0 R /Im128 135 0 R /Im129 136 0 R /Im184 193 0 R /Im185 194 0 R /Im125 132 0 R /Im131 138 0 R /Im123 130 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im132 139 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im186 195 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im171 180 0 R /Im172 181 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im187 196 0 R /Im181 190 0 R /Im165 174 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im188 197 0 R /Im174 183 0 R /Im189 198 0 R /Im166 175 0 R /Im190 199 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im190 199 0 R /Im189 198 0 R /Im191 200 0 R /Im118 125 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im176 185 0 R /Im188 197 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im137 144 0 R /Im173 182 0 R /Im174 183 0 R /Im192 201 0 R /Im136 143 0 R /Im120 127 0 R /Im21 28 0 R /Im109 116 0 R /Im189 198 0 R /Im166 175 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im190 199 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im190 199 0 R /Im189 198 0 R /Im191 200 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im25 32 0 R /Im193 202 0 R /Im120 127 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im118 125 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im113 120 0 R /Im103 110 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im188 197 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im123 130 0 R /Im170 179 0 R /Im126 133 0 R /Im127 134 0 R /Im122 129 0 R /Im121 128 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im187 196 0 R /Im120 127 0 R /Im21 28 0 R /Im144 151 0 R /Im188 197 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im25 32 0 R /Im113 120 0 R /Im149 156 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im111 118 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im194 203 0 R /Im121 128 0 R /Im129 136 0 R /Im121 128 0 R /Im131 138 0 R /Im123 130 0 R /Im124 131 0 R /Im127 134 0 R /Im195 204 0 R /Im121 128 0 R /Im196 205 0 R /Im197 206 0 R /Im127 134 0 R /Im129 136 0 R /Im121 128 0 R /Im123 130 0 R /Im131 138 0 R /Im198 207 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im125 132 0 R /Im123 130 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im199 208 0 R /Im128 135 0 R /Im196 205 0 R /Im121 128 0 R /Im124 131 0 R /Im134 141 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im176 185 0 R /Im165 174 0 R /Im120 127 0 R /Im168 177 0 R /Im120 127 0 R /Im201 210 0 R /Im137 144 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im113 120 0 R /Im200 209 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im173 182 0 R /Im202 211 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im201 210 0 R /Im203 212 0 R /Im204 213 0 R /Im205 214 0 R /Im206 215 0 R /Im207 216 0 R /Im166 175 0 R /Im208 217 0 R /Im206 215 0 R /Im178 187 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im176 185 0 R /Im188 197 0 R /Im206 215 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im137 144 0 R /Im209 218 0 R /Im120 127 0 R /Im176 185 0 R /Im136 143 0 R /Im137 144 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im188 197 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im188 197 0 R /Im204 213 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im171 180 0 R /Im172 181 0 R /Im120 127 0 R /Im208 217 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im208 217 0 R /Im204 213 0 R /Im181 190 0 R /Im150 157 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im201 210 0 R /Im173 182 0 R /Im150 157 0 R /Im210 219 0 R /Im150 157 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im112 119 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im186 195 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im141 148 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im188 197 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im188 197 0 R /Im204 213 0 R /Im120 127 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im112 119 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im201 210 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im203 212 0 R /Im176 185 0 R /Im187 196 0 R /Im206 215 0 R /Im120 127 0 R /Im189 198 0 R /Im206 215 0 R /Im137 144 0 R /Im180 189 0 R /Im211 220 0 R /Im174 183 0 R /Im136 143 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im212 221 0 R /Im209 218 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im29 36 0 R /Im30 37 0 R /Im29 36 0 R /Im213 222 0 R /Im176 185 0 R /Im208 217 0 R /Im137 144 0 R /Im173 182 0 R /Im174 183 0 R /Im214 223 0 R /Im205 214 0 R /Im206 215 0 R /Im207 216 0 R /Im166 175 0 R /Im176 185 0 R /Im189 198 0 R /Im206 215 0 R /Im215 224 0 R /Im202 211 0 R /Im216 225 0 R /Im176 185 0 R /Im187 196 0 R /Im206 215 0 R /Im137 144 0 R /Im137 144 0 R /Im217 226 0 R /Im113 120 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im173 182 0 R /Im218 227 0 R /Im49 56 0 R /Im78 85 0 R /Im70 77 0 R /Im78 85 0 R /Im52 59 0 R /Im78 85 0 R /Im77 84 0 R /Im78 85 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im36 43 0 R /Im37 44 0 R /Im36 43 0 R /Im36 43 0 R /Im45 52 0 R /Im72 79 0 R /Im35 42 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im77 84 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im219 228 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im42 49 0 R /Im52 59 0 R /Im38 45 0 R /Im72 79 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im220 229 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im36 43 0 R /Im45 52 0 R /Im39 46 0 R /Im40 47 0 R /Im37 44 0 R /Im73 80 0 R /Im37 44 0 R /Im50 57 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im37 44 0 R /Im83 90 0 R /Im80 87 0 R /Im35 42 0 R /Im47 54 0 R /Im48 55 0 R /Im70 77 0 R /Im37 44 0 R /Im50 57 0 R /Im35 42 0 R /Im38 45 0 R /Im44 51 0 R /Im36 43 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im78 85 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 164 0 R
+>>
+endobj
+164 0 obj
+<<
+/Length 743 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÓì¸\91ݾ\7fÅ·\9cYøk<    p\96\8e±"¼qÌÄh©\8d-µF²õV;\14þ÷.\14\ 1V\91<§p\0nnô\8d¾D\ 1\89|#óä_\7fø÷¯¿þ`¿þñÃ_\7fðßÖ\99/ómLûsùÎÁ|Ùh¾]t_Ë\12¿×\9c¿~ýÇ\1f~üï\7f´&|ýë\9f\7fø÷·\ 5Â÷zZ |\87ç\ 2\1e.`Ï\v \1d¸²Àòø?~[ /¯\ 5\96þ\ e\96ïu)\v\ 3çÏß»o»\9c¿O\8f\15mrè{á\0á{ÉåûøíÓõ\0ñz\80¸À\ 5²\a\v¸Ë\15<þÕåûç\15ä\8c\ e°Ê7°:í\ 6(\ 5×E¤`Â\14\3"\80S~¿p\803\88\aÝeÿþÉò×ßwæµÿ·ß¿\àò½\18t\ 1Î\ 6ð½µYÞ\80³Ò\ 6®\1c´]\80skýþñ\vîµ\ 1s] à\rxt\ 2\ f¾Ç,ì\82ÊÂX\86\1e¿­É\10ãa\17\17\8d\87é\15,F¼\82\e(bé\96FÁðmÞx\0là,ÅéÛ\94\r¤\97\1e|W¤\171F\9a¸Ü\8aK\90\8b\ 1\13b5â2Ô\83²\1aqY¼\ 2¦ÈÝ\8alÑU\91Ó+\£t\85\8c\0ÞÀß\97     àMR     \80¥Ð[¤\ 6®RÈô\90·\88\ 3\80\1ebbìÝ=Kä\9df\89®B´É\80÷P\r\16{\8f\80\1eñ!Þcb\1fÖ[Lì£ÆÄL\vøÅKZ\80ÙR¿À+\ 4j\8c\100Ù{Î\84OQr&Ò\93\\80\a\13:\805I\16\82\87\1e\9b³e\95\ 2«H\ 1Ê\ 2¢\1ecÞ@ØÝ¡Io \98\e\bVS#\8c\a\83Õx\90îß!\ 2^÷ÏLqðF5Å\84\0>I\ 4`B\1c\82\13M9fÁ\10nZ¢\105KÄ\840D\14\11\f\baXPP¥\vaHæ\9e\1a
+)Ü\8aiB\82\12Ó0%`}åáG|ýY   à\e°~\ 5ß[#û\ 26\84í\0Ç\rÈBlÃk\ 3\9f\85\18Ë\80\8d\ e\11\7fLÒþy^¢FÅ'\ 2êQñ² \ 2\8\88É ]Ð\r"-L23\8d\83\ f¿\ f33X\rÚ\1cv
+LE$6'ñ
+É      V§\9e \93X8n\0\b!     iÌM\1eØ3\v\93<àÌ=\1eØ3\13³\14t\ ej\81\v\ 5é\ 1ÜÍ\ 3\0$³ðÐ\83×\ 3\8cd\16\82×x\80ÆÕ!!\1eÐãúf\8b;RD¯\10+B]\b\16{S\b\96xO\bZH2ËCÉk<d\9fjï}\ 1[S3ù;_\17°\97 .~/áL\81üL\8dÄý
\16\88:   ¡&DÞ\báÁ\15^\81\90Úh©\95\9b\8d(E\ f^7Ç\ 5üöçC\93nwàÞókN\ eJ¼Õü\19\16U\95ÜÈFBû9ª¢a\9dCl¬EöÏÀÖ\8blL7àµ\rÐìN@\e@\8a\8cÜ@Ð<2\9a\9a\88P\bôÌBÔô\10R¤þù=Rä6\0\ 2\92\vX K+ä\98kzlY\90\14^Óc\94\82   º#\ 3¹\19èÓ\ 3MNX8Ë\ e\1d¡ ö(å§6¿:1( "°j¶\9cí?\98{Q]°æ^T\17D-ÈS3÷¢ºàîEuÁA\8f\v\ eѼ\80¿çÑ\a\18\97ëÎL\b¢CÌS3x\ 1\90\9a!'X¼x\ 2¬ÅÂ\82®\10\89\10\81«\10Q\1e\96\16ÜS3ÁÎ\15\f´G\8aÇ÷\9d\82\ 1üÖhCåÁ`Fß\1a\86E'\90Õ\98\8d/
+|ö$\b\ 5\16£Q\80n ½¶v6@3\v-¤8\10`¤j¥½Ö\9eN 'ùmJâ   °\14Ùì\10   ¯RÄ\82\9a\92\9cÉW\12\\83\1aZ:´\ 6HC=öf\95\86$ªiÙ\95I6vÍ\9aN²±kÆ´ÏÆ$´¶w)ÐÌi\87\ 24®t\90\82\ 3é¡\15P` ·àe1bé\9dtO\93¸ ©2æ\91¹\88xhÀ#s\111\91î\91¹¸¢+\94=2·8D\0}ÿ\v²fºGæTMJyøM\93\97Ò
+\b0\90^ÊX\ fÊyv·\86\9d\ 2\1fóì¼ðEµ%$*2È\96\f¼x·Â\97Þ\15Ò¢\ 5k%\1e¤a\99½g\b\1eÑý-CàÝMCàU=HK\87ü"21I-\ 4ô½µrT°'gº\e`ß#\1e¾~ÏëV %Ô\8b.\16Õ\ e\10\19Z %\94ë¨}\92µ\b6Å>C;"¿Ôø\9c¥\v u7«\87\a\0\1cDâB\83\94\0`A\1a\9a\eÕ\10\90ÐúÍ\1düx\ 5\12oéÑàÌ=S\18\1c\81ä\84Ó\84\90RÐ#!\1c\vª;GO\0õØ@éO´\9a-¦ÅW±\8a\91_??\13Ð;\\90\1c¡;$ù\9d\ 5jò«CÊÓ+Ð\18˱uH(=2 F%¿òd\82Gp1U¹\11ª\18\1d¾\1f0¦¶åØ\ e\vèªp/}y|ÿQ\15Ò\fS3\86\87\ 5\ 6\1a*Z~åHA\10\96\91Ê\8f\14\9c«üH\ 6Pp ò£=T\9c6 S [\91\ 2\84\87Z1{\8f\87è\15\ 3\ 3Õ?íÅ·Ã\83¼v\ 6±ÐHá\84ñ\80\82@\15ÓWsS\13\1d\\13\85\v뫹uû\ eÞ\16ð\97\ 5hC\81\ eô\86\82VGzd¢\v\ 5\98\1epÞiz\80\86¦Á\8aL\80]*\17\16t\87zªÝEÄ\85zªÝE$Ç(9ÁºjÚïçÏ\99n\9e\9dH¢-!    ¶\84®P\7fóv ÝÀõ÷)\ve«±\10Ï\r@M¬§([r¢§\bù\ 6²¸\ 1Ö\95£Ý\0\8dÍ\r\94\ 1\14\9b\93ÀÊ"E\88\ 2+Vx¢± \8d\f\1dÖ"À\94°®\1a¤E@`Å\vG\96[<ä\83ÈC¼r$K$ä\95\1f^2ƼòDUc,¹\81d@\89J*\v,pÿz~kIÒ\ 5R\ eJNµ#D\b3rHa\G2\84\19¹äz\11¤_5\8f\98¶u­At%Hhß*\89û"\807\10\fdAà\v±Ü\ 4ºÂ\81Ü\84M÷d88¨Fe5\18\VÕ`§)gb\ 3\87¦\9c.\vv\9arfÃÒ½)g2,\rP\8bÍ4åÌòP\12\ 3ónSÎd\\1c°7¦Çžv\87>\84aê¥Æ¶\12ÌÇ\ 23Yf\eª\14\1f¿\1fH\8d¤ý\0S/5{åÈq\ 3òKÍ\9eÙ8Pp òd\81¿?Py²\ 2\ 2\8eÔÞ´â#»ÌE$6eñ
+YfãïõƲ¬± ý¾\81}tYøÊAþÙ\12c\90\fY\1di¡ÕPön\80\ 6¥Ö"\1e\94õðÞTs \80î͹VCÙ\91\ 1\1aS:È\ 1ú\8b»Ë\9a\12 /î-¯q<\80þâî5\ 2ò¦ DÀ\81\88È\85\15l` "r\11\9d\0     \11ëÉAjh ­ª\ 5\ 4\1d
+Ò´Â\92!\ 5u\ 2$M\vÐìbËÏöô0-\9aÈù\9e)v«fI¨\14®Ë¤\14¶¼\84H\ 1\1aÔîz°'\85$¨3È\10\88ï­Ï\98ÈzI\8fÒ¨Ôj<Ä\12Ì¥j#_\99XO0{\97ö+\98J0û7E6\ 5ö\11\8c(EX\bJ^D\12\ 2\9e\98@B0Pu\11\17\89\ 5ø÷Ð\14ê\89\15è\ e\ e æ,\88\ 5\ 1b\ eï\88\812 wÄ$D@)ª­\eh-56öÚÒ\88\1ej\99\91¾&fp%÷l¡_5[ÈS+þ\9e;³×\8dLº3{ÝȤ;SÊF$\1e U\13N¾B\12\17;\18\93ÈîHxs\b?S\80d&|Bb8P³\10Ð\ 6ôG\86\10´°\94fFZ\11\19 -)¢\1e¤ß/Ð#×\93s\8b\1a\94\12\ eL($\81Î̹CÚ<UsH-1±~¯æ¥Æ@v\8eÄå­)Çtñ÷H\ÛÞZM\ f=\8eÄå¡&ÇL\ fð\85¥fÖ\8d\ 2¦\v\eER\eÑ\83\r\fÔNí¹\153\a\9bT\0OÚ      æ²cÍ\98\80bÞ´Jð\13\ 5\98ÖTcæ\80«vÀ\13Ó\ 3®b\80)+"\80¾ÿ\15ò \9e\19\99\1e\ f\93\80\b0\80w\82np\ 4ïÄ\81ß\1f©ÅwVãaÚNá\82x\85ä\ 4nUO@R\vþ\9e\1e\95{<\10ü=\1eh%\9c³<\10íM
+¶ê¹\ e\ 5yr\ 6±À\b^\89Q\ f@\92+     ±ÀH_Z\92m\11Ã\92\85< KQFz`\0óf\85\8a\\17\82\13\ 2o\10\13êBà\r2\85:\ fíÉ\9d\1e\ f­\17[l¶\9a\r\9b¿\8d-\väïørȼP9õª:\11½\ 1Rôà¡-Ñs\e>K$¤\r\rP\8fIÏ¥'¼\11ÓÁáäe\e\87\b\13,\88\82#p\e\0½Â¤^!©ûioe\93þ\8cÏþ¦\18c\87NOﬢ*§<Ô^Ûú<IJ#á\9e*\ fP\93\f\84ÆvÞ§~fgì½+\b\ 2ÞT\13on@TÅ´¥¤\ 1?õx\80ÅÆ{v¤\17\eó®\1aM\95Òô\80\1a\9aÒ;\88\1a\13P)\887\9dÚ½+gÒ\9eï]9\93ö|oÊ\99õ  K\82å^v &XâÚ\83}aM1\ 6|?\90ã³\ 1m@7F­+§|ÿ¹ô\84¤7âæ\13\1e¿\1fIo,\88\ 2\ 3Å?µüêô½^üS˯Î7 §'j~æ´\ 1½ø'©7ÀJWàïëÅ?5*8\13`¸ö¥·\ 1>¨Æ \ 2\f\fªQ  @Â"\93\10\aéa\91u\1a\aÑÜ\80]\10\ 1ôÜ@E\86ï+!\96]ñà÷\ap\7f\1a`\89 C¬ö%I' ³\86\ 2\91YCQã!z\851\8bWHf\15íZ°\83£I»º\96\88\97b»:¡¢{\85¼öe½¥\86\­à\13Ô\10\9b´\93n\8aa­}éÝ!-\1fªO¾g1Ògl\18¤\89Ç\11G¦)Ð\10Gf\15\91·á\96\16\99Â\91ü\8cÛò3ña\92>æghéC@z`¤ô!Bc&«ÒÒ\94\8e´â\91$*\ 2ÖU\ 3\8d\91ÞU\934\7f\8eV^$äÏ\rÔ"û]\11¹¹7O\9fU\97\9aa\8e¬·ü\89\82\19"ªâÏm5Óæ¸\ 1²öä\98·ÅÄ{L\1c "ÐKÈ\1aäG?¨`\90\1d²GD6à\91\ fO\fª\1eê\ 1\9a
+Æè3 i_\97\7f\ 64=\9f`\18Ðt6¬h\80¦½°¢\a¸\11ó\1c\1eÚç.â\a\ 1³\fh\ 3\ 3\14l\80¤§\13È\9dú¶Öß\9c\80\17Õò\93Úa\19³é¥ØÈ\14ÛÆ\ 3\87\1dèý}­­¤w\8746nNiî ïpÀ\8b\84\ e £âÖ:Äî\ 68bF\ 6<0\10\e\1at\ 3\ 3\9a°\15\1fô\99\90t%Ô\16ËÓ\ 6\ 20F\f\8d\13ʱ4G÷}\8clÿ
+       \ 1¼F\0Þ×\81Xh$:\ fn§àdí\82F\ 1\1a\18EwO\8fìÑqO\8fÐ\14Ssjó\1c\ e\9e[Ö[\9aÔA=6ÒYR\11\99(#\ 2\8c0Q\9dßØe"Þ\19¢\99S\1eÜ\9a{\ìk\15V\8f\8byñAº¥I½ÅR cS\17È\8c|]@\1f¸Ó\09O\vè\ 3w¼G.ÍÀï\17\8d Í\90Ô¹U=&¢\9d\15\ 1ò\80Þ\99\114=r}iÓ¤\8f\18u\r/\ 2\\8c\11\1døópëóU\13º\81Þ\ e\ 3¸x Sê\17$\ 6\13ñ}ߣ!  \8e\ 4­\11ð   \19¤'ò\8a\aºcV\91\82\1c´\ 2J\91|\80\ 6z1{\80`\91-\81\109E\87\82RÀA1ÒÃ{¯ZCòôïWÍ\9fà\9d\11\11\1d@\9fx\134\7f¢W:Ð\15\81¨I1M\90,¢1£<´$\8d\87z\80\9cã<Pó\13X\ f)è=õá¸Â^ÄdæNÐ\86Ñ\1e\17\18é­¨Lpü^Fï±µ½§|ÿY\ f\91\ 4G{3;|?PCdÛ£Ùq\ 3B\82¤¥\17¶fáøðÎßÄ8\b\14¨O÷-,8RP/¾¨8xý\e$Ñ}E^9³\90Î\ 2Ye\ 1ÖÚ\91Ñ÷z\8ek\15Y\80b\ eÔ\8aà\13\ 5\ 60\aL\92®\80\86%\15\9dºO\ 1\12\9aÖBº\13\ f¢\14\17[ j\vÐØÖ[$E\ 3¸\15A\92B\9eßPo\80ÁNX$\ 4º".ÃF$EL«\ fb\0\9f;\\1d\8a-l\80=Þ/\92&æoïH\8a\14!hÃBª%Zr¯ú\80HQ\85ÙïI\11\aô\¡\1e\19\0ôT\99\90\ 5÷Qd\ 1R×o_<ø±\f\ eù¼Às\8c¦}¸ëv[ ½"Ã\b(@ò#.ÜcBï4w\80ãazé
+hlíáï\ fÄæFú\9e²@@ûGù\1d\92\9b\88H\8f\r \9a\ 4F\10M\17§)R\ ehi´\ 5\ 3Ôc: fZïùC^ö\87\18 &T#BdÜP\eÐïKELm\ 1Ù#üÜÙ0­\ 6\82¹§\ 6\82ÕÔ\0o\f@îÌÈÓ»\83N½þôî±KªOc\85\ e\8dîR¶i\1dÓ.ehï-½\ 5hz#B\1e\90\9bÌÂ\82H¨«Ò° )ÐÑ\0KnàNdÜ\86uôd\80±ÐÞ\15ð\bp§ªÈlíM)\vÌT\91\95Ò\81§\168n@×\ 2{[Àq\ 3r\15YC´<}?\8chy<\80îÑî\91ýèNy´¶±Ðq\ 32D~\9bÕÑ#\0\9fdjÀï\8f¤§òª²ÀçY\eÇ\ 5\ 6\0\1d\8d½Å\ 2\rѲÇ\ 2¼­\0²°þ`Y[ôú\1cÀÚ\ 2\92v\ 1\86*\ 3$°n\85\ f=\16¢Uõ-3ÐSc½I\1dÓ,\14f\85¨\rÚ0à{kÁs\e\99Ö\12ãöÜvZ\0\86Ë\1d\94=\15\fëÜ¡\f/^H\98¿Í\89\84ùÉ×¥\86ëy\89§\ 5\84Àò!>ù5\14ú´À\ 2\9e\8b\8c9/°Ô\ 6©¶\837.X\80&:/\90·\1d¤ô\1dÖë\ e.·påÃø\1dݦ\vÛ\ 2¯\1d¬\17\1aÒ\13´,gï\ 4áòê\9aª*|Ñðm\ 3àÙ9ç3\ 5
+_\94\ e'@\ 1\83xY`;AA\90¹\9e`½¨\12DÁç\ 6,ÚÀzack/¥\ 3\e\e\96\91Êè\ e\81 \90\13ø(\9eàÌÆ\95\84Á!\1e¸¤G6¦\a¿\1f\ 3@\9dc..ª@ââõr\a/\98ôÂDaMï\19\9e ûDµx¡,ðÉ\1eÄ\8b*i­\9a[\9a²|ÿ^I7àÔå}\ 3\9f-:\83\19ß,êñ\0\ 3ÁmÃÒ:/ Øôê\16Ö:¬°vp!©c\9e       ä9\84¶Öq\9dO ?9ÕB®\1e\13p0¬\0î@  NÛ\83\r¼Ã\81áY&ßââÖmÙåb\8e\86\85®pàÙ²µKöx\80#\8d\8b\Ì_l\8cÈ\84¬ÛÒ\81+\18A\1aO\1a\ 5{`V½\rP<2¬ÉPÓ9{2ʪ"a/6\ e]\81þb³$I
\8bO\14Õ\0{p1\9a\1eâ/>QÒ#4:[!\ fË]÷nE<¬\83\ 2\96\ 1lÊþy9ª¿'Ä­\9ctV\88}\rog\85ØÛ¨        1E\82r\ 1\ fG\97Õ\10\9bà\96î\99¢öâÓ\13"þâ\ 4¯PðÊÛ\8b\ fúý¡ZL$Å#ãÙU!`HVÐ\12\ eô\8ajZ\90¶zæÆÃ\9d¡'ô\0«\95\ e@YxEjXaá\9a©7F;@¯S³oII!¡5\9a\81¨\90\16\18\19//û\12\ 4\aÊ\89.=\9f\80fE\8f\98õ\8a.ê       H%b@\e\18\r\11^¢þnÛf \8d{´­\9atU\ 3;ò`³xt\aò»mÀî\94ünÛ\90º'"Ó#\90Ô´\1cíÙ\81<\87åUf¨=ý\91<\v\94ݸ0w¡°H5f}2
\8b5ÎÒ\v\90\ 4²2níªÇ\13èʸeJ\85\ 3°rP\ 360\80Å\95\82D\0\ ee%ò\0ïVu"\13²äD\14       ÀÚmW\8d\aY¾¾Ô£æË\ 1\1e\91ð9]Ý\18@\ 1kdkÐúeÏ\vè\8f\ 3\1a\ e´\97´\8aÔÓ%Ê=Ó%=q½\84\81
+q+h"\12ÝW¬í3     eEà\82\93\14\ 1\8dM\9b_\7f¤ ^\91\eVé{^\8fªí\9f²PL\1a\vQ,¦%¨r\88ÛÔÊ$µ|U¥×6µt\11ä­\1c²ä7\1a\ f¼\ 1ù,úãgNè\b\ 3\15]Â@Çí\8a\98h IÖF¼÷¸ \87\ 6%È!\9bDfois_Kë»\ÄKZ½v\82^IkO\15öJZ§) úT<C1kP\e\9a\94Q)ÈF¡!U2P\17½xU\97³\14\ 5r   \ 6:~\13t*õªâtÏ\16´\11í½ï9\18\15º\0½\10jÏpä.L2¹\80Us\a(\f\8f±¢1$ñ}{/\9a=@)HU\ e@\91\94Ú{Qî Þ÷
+RûWȺU£\16\97p j¤È\a\92D\ 1±À\10P5tI\a\80ªÝ½ÀfOpt6À\87Ì«¡%k\97EZ`\ 4¨\1aªAx\ 5\11gH\92\7f\16"\85|\18s¿\HÈ\º\ 2§%¹t=<­²\93©^ÃÚßQ¾¿\85§uÜ\80XR\99ß\13\14§\1d\0tɳ&x\81\1d¼7ùÈ>]\19Ôþ\14\84ã\11\ 6êz[Æ>Í\ 1ëíõ\ fÇK\1c\88ð\13º\83\11°i;¹\81JÁ5ª\14dø\ 2ØÀÀÛµy]açí\9a\rJ_Ð\15êuµÎH\14äù\ 1M\8ey¿*\92cíå÷P}Ð×\ 3ä鸥\a\8e\a\90¡\15÷ô@êB+\92ØôM\8f¼+"½ÛqQ\85\80°Ð¢²\10\e¥e4)¦uµi\83±9\91P©«­yº:)ý´À2\0¨\95\91\86\87ÕÕ#ËåÉ#=-lÁ³B'\0y>òüm\11\13\fp\91·\1a        hdÐ\12\85\1dEÀ*¹¼\8fH\13ê\95\>XM\13Ð\1a\8c\0å@\ak\ e¢9¦W\10ý-sÚZ>§Í©\7fÓ\ 4S        \86:=cÚ\9c64§YsZâkÉ\9cR\1eX\11\13\8d\f³
+\1a\13r¸ç\9bL\14\8cÆD<Ânz 3{\80·|B\83ªÏ\99¶È ¢\87?\12¡;hOõb¶à\91=\eÈqx\14\18èÅl\r-ºç\91p8)\95\ 3X\ 5\ 2ôʯ\91\11ÃÝ/\r£\ 5w?¤\ eî>\7f?\17\15\19\8dÐ\13RdH\8f\10$\9d\16\9d.\9fQbyt»¢ïõ!É­¸\7f\99C&l`N½ï9V´Ù¿\9fa![g½\1f¿\87E,g\97°a1=ü\84õ²À54½6Ù´çûuó)O\vH$Ø\ 69\ 5¸\ 3\10\18\yp[ £\1d\16]½Úíý}\81G\0.ݹK¦î`5è\bé"\ 6L\90\v\ôS\90\9707àt/Ï_l/¼exÑQdD\16\9e\1aI\10yu~Ü\ f0\98bi³®Wt\0y\1eXëº<I²NÀfL:\ 4¤Á]\85\95;\13@¿\81
+\84Ò»\ 1>ªz\ 1\ 4\18\ 1\15\ 6\80.B¯Ï[xúZà-O\97.\vÄ\8b\82\1d\97\9a58\80X$¡ñ4lïß\ fAÎW\1a$\0ApÖ\ 4nëw[k¾·<À½-\0äà¼Àº=\\99ø\9d\8a\1cÄõ;¼©\12\90q>wÜmÊ¥<ÿ®i[ ¾í@\10¤õÉ\9ae\1aPé¸+\v¼\81å¦\8b6¤;pâ\ e(â²k&åa\19^\9eq\ 28\ ed\aÞîGxÛ\81¿\1c\81]c\ 15\92®ñ*\8c5>\8a[ßäÙ"\0\9bD\8e\10³v\ 4Ã\18iI\9bM:2R\16\1eO*\1f<ì²Ä\aè\ 1­üYbÄ&LoF-\83\9a,\92«io Gi¼æjèã\89©ui\ f}0øxR=t+_#\9b×ë\90\1f \1cò\8f\a¬Bðî\96U\b\1e9¸#\13\8b\ 32+\ 3\95êaÕ6À_1\83æYpÐ^ͲÓ@¿5­=\ 4i.Ð_\92èZ\90@?A&\ 4®\rV%%È\ 36)Ë£µ\1afo¹Ë¹÷³\8aÙ[\16\98z?kaÞa\ 3\ 3ïg±JÑé\0úûYs®\867Ð^ ­JAR¥½d°\ 1=áW^0Û\ 6¦ÞÏlk}<^áÀ¼]í
+i¤\9e!\vés©V\vX``àñºh7HÛ\8f\r$ ÞýÛò\95\1d\ eà%Ö\19üþ@1\85k\15A=!¢'¨È<ý\13\90\17D\87\84p\0\ 5 aþö¥\98Å\98Q\92\ 1æ\10í1âñ
\ e\11\ e÷\14q\e¸ÛSÄ4H]\10\ f\f¤  \96¬\1d\80\8e¥ªØߧ\r\80\84#áÁ¬ñ \87Ü] \14éC\99ÚÃGȽ²4Ö\82½\8aW@\9a7M¸¥È½A\96H\11¢ö\0»¨\96\88=À®Ò\ 6ø\ 3l¸ÅÃ%¼\9d\14Â
+\97ê\91&×S]ÞC!Ö    Ø*9º\ 4$-ìÑhz\98cþFé\ 6huð\ 2M©~\ 1\8bz\ 1ìùW\15\ 1\ 6Ø+ZRÚ\ 2\ fµØȼå\fYhàõÕÜ3DûûoÇ\10Ñ°\14k1=,5X\8fëaiËØ÷-\19{þÕB
+ÞÁÝ\84 M\86¥.Þò\86\82\83\1e9PC¤{¹\ 1QL\9aò½>{Ò!\ eííoÖ!\ ezTÉR\ebLÁ\11\7f\8d¤Hy\815rhG¤ \89z\80¿`#c<P\13·\17X\1f\8f\89»êÒ­gÎúå;\94\ 5ü\ 1`.KÉ\89çëáë\7ffjý¡\89\1d\81ê\90y:a\9bPx^\0Ä\15î´\83-Õ[Ò\e©\10ñ\11\9f¼¥z3à\ 3\7f¹Æ\907\88ºg\9eô´\80ä\12lÏÐ\1e\1e\ 1\88Âzáäm\81\8c\16ðúCx· ?\84'|\v ÀgÏÐ\ 6. U\16>\8f\90ÃMFÊ\90\88H%_Uúö\10\1e¶Láé\16äz\8e\1dçÎÏAã´¹Dåû©WÜVÝé?CãÐðÒ®hÿzxÙ`U|\ fÙ\86$i\\ 6ç\87éúsÃJþNÏ2qÿ\1dýU\92õwx\9f\10\ 5%\1eÜʼ\9dv\ 2z\ 5!KWÀs$Õ1;òð@¢®åzý$N`ëz\9aå\81ÖõÔ§ ëCGL<\92¨K\88\a\ 6\9a5òë
\9a52\12\83\ 15°:I\rp\98\86d¿l¯RïªAÖ\84\1eïñð\9e¤\99äa\ fõè\bL\1e\92¡\ 1\1eö\ e\19\92\81æIïV\91\ 2l貨ÇX5ÌÞÅ~ô+õj\18\1f\9a\18/£Õ0µ\ e£Â°\9f\8e00ùzy\1dá\1dE]/S_f\15ICÊC\97\80J\9c\89\1cfM\ e9R^\13£I ¹=ÍÑ%\0\el$ªr\9e\92\18ðÁHË=MT òîh¢½J~R\13íUò=9¾B ×>r÷\10\8f+\ f\8e¦¸bM\f?ÖÑ0T\97\10^Ö \83êBÒ\ 4q\11Å\80¥        ¬FCZ)¿$ÄƨÌ\99\9c i'èÖ©»8å×ï\ 5\f\93}/`p\9dNv\8eB_\13\ 5\17ÁpoÝ\93®\v\bÁ¦þ\1a@\ 2ýÕ¢Í\16:\9e@×åm Æé÷õ\aü\86\8dä&Ñ\10lZÑ\ 1dM¶\83ØÏòPF\ 4\14G¼mÑ=\12\82R\1fyÉ3\91êØGtÿ,«t©W\1d\8b³<;JÛi\a \1e\ fã1\94é@Û\ eÂg<\86xY Õ©×ªÈÇ\ eÞ¼²õr\v´\a××L\97ë`åñ\ 5ÒÍ\ 5\1e\11¶´\0¥AH\1a\rè5s\8d\16¤\v\vs»]\97\84÷\ 5V\1dîïM\99||\0ãHð\88\13\a¦DµNêÓ\ 6t ´ÖIÝÙ\0\1dèÐ:©û\ 6¡\83´6£N\ eHk]\12\92R\8a\1a£úi0ýZ\90ä;\10Ä4Ê·¯\r|n\1eÃ5Þ¥\9ei}þ~ü\(Ï\14\848Qàª\90ù\ eVm\a̹-3-\96'    :Î-Ý\81ß^\ eN;¸Ö¹Ó\ 5ê\84¢î\ 2´ç#lIïã-\8eô|Dû´)Ï\8eâÏÍ\ 2gF~øRϤk©\8azÈb  \17ßΰ\82\9cåÙ7j\93ÄëÓ\819tC{\19\94Em\v¸Ï\95ò4é\99«>4½\9e~\96ò«q¢éâ³\10\9b²¾60ç\1a¬ys\r\8cýì\1aÐ\96\8d\aí\9e}/\8f\ 5¦\84©dí\96ë%èÂT²nOÃ|ÜÁU\16\98e/Ø\14Û\ 2~λ)à\14\80\11uçÄ{ÈÉ#\vDm\ 1J\83`4\1a0Nô­c¡Ç\89Ì»Ùá)\8cýìÝðæ¡å&'Æõ&'.QãDÚ\81\95j¨P2Ù\9fC\ 5\92\ 2oo\bÇ[Pð\90[\8dÔ\824\1a\887I\91X\eµsØÀ@\91غ ï\81{tVéÕ;©ñnAÚxçc I\9fmB9H§{\8aÕÊúê\1fÙÁäe\8d3òVì{ü~¤Z¹>ã\94\ 5fÚF\8a\1e@¯pj\1eîé÷A]\ 6)Ó«Ef'\ 2\f\94éY\8f6 ¿¢Øeç¡©¾\17_\8bÌz\14¤Õ9& çL«Î)lÝ\12wå%áݯ\0<@2\7f\15\85³,0\95ù«Å®Çï\a²65V>\1f@ÏüÕÖ¡Ó\ 2\ 3\99¿\1a+\17\9d>\97ùK\16\90` óW\9f\93\8f'\18ÈüÕXûôûzæ¯ú¦Çï\87\ 6<¬è\0zæ¯é±Y\1eZ\11\ 1\a2\7fΠ!\80\81&   \ fê¼¢\1e\ 5\10Ü\80>êÆÕ¢ý¾\183|\8b\10\87\88\0úp\ 3¿HßóÖ¥\15É \9e¯ª­G§\vÐ\81f\ÜêëN\v c\8cAVJë\11
+²Â
+>E¾\90` @Ï-\11.\0
+ôH\8cZ\8b\14Ï\v\808\9fРa"êCT³\115\11IúeÄÆÒÜ°We\8d"GôEÝ´\ 3̾¨\9bEÒ¥Ü%BÆd¤°Ä"\83>Ð:aó=kä\9d»e\8dÚ\ 4ÊYkÔ*k\ 4\8f\86D§>mIÇ¥\93td\91M\99@\99¯\vèÙ®\16â÷H¸\îð\ 5\ f\82|2à\92`\83Ü*k\ 4\83Ì\ 2ô-EP\9cº¹\14ÁC\97I\97@wPñEN;\18H\11ä\9aw]:yWÞ\84ä4Iâs,¡Q\96S\ 4Á Ø`\0\80ÐDɨÓèÊ\9aÝ\1e}\8c®V\10]\99÷à&\1e^\ 2\83\8c\8fÒ\8a\ 2Ê\ 23ÊÐÖA'ÏRµ\99\14\81­\15\rH\93Ë\\8dMîm ¾ê÷6Àc\8be\92\82-8Ú*ÄÎ\a\90'.Ù\96$\89\93\13\97\1a0Áq\a\ 3i"\93Õ+`ï\80\ e\90` )Ý\8a<ÀGÛC\1eÐ)Ø,r\87\82¼k`Õ®\90>§û\15l`ä9=,`\81\81¾\8bÚ\11|ú^\ fïj#\\8f\ 5xÍ}T\85\80,\90ä\ 5X²ÕH<@¯0Gí
+i\84¸&¤H\ 6æ\82C= W4´Ék'\12\ e\0\9b[¯Ý\ 1G\16È"\173d\80\9bÆÄ{Í\98ðÉkI:\0ë\85,£ÙÃÕ\1fX\ 5øÃê×Æ\r\8eöD\ 1-@Ý\16¨!öi\ 1\ 1ìªyÖâ\ eèóß\ 2w w"ú\16ä\9fv ¸\ 4U\10j'ây\ 1\90¬Â\89\ e_;\11Ï\vÈ\89\ e\9f7\18ÌÓ\ 2+\90\ 4r\v9«|pV\87\95\ 6\ fß\1e,°J\85~ùY¸n÷#¼)\83\15Ä7\98\88\ 5ß]""\8d\ e\ 5\99\95KéºHDÌ\89áá\97H\9cÈøàYÚ¥ÈÂ\15ñ¨Þ\82\ fð\16\80cAv\10,$"ð\f\b\r\1e\9eÉ-i,SØ$id½Ñ!z¸\0ðÐÉ\11âª\1e\ 1gNÃ\82w gNKý¾¨Pp¾£\fI@G\90[\9bC\82\9cx\15¦\95M!ó\e0oÉ\1d½s¢ÔS¸uéWÃ\12\b\95Iï`\81«J£0å1À\1d\bÙã\16îWÓvZàÂÊ\14ç¼ ú\16q\ e\9d\81\ 5\b\ 1í      ¶\90\ 2¥²\837\aÃ\ 3'\11O0*³Ò\9f^jèL0º¦îê\ 2\15\að¸@É3\9e\16È q\96\8c\16Póf¥Åý\99¹\v\9dâ\1e:äÙÖ\aáÇ\ 6\ 3ÑÂ\10»V6è\14\vR\1c;çá%ÈÀ¾®V\89uw\80Þ´CÞ\90ø6\1aØ·6w\87úäYÙ©©\8cØ)p¢\ 5\8f!í·ð±à\91·\89×\80ï \8czod+Â?ñ¡>\8d¬\ eA:)\ 3%qT\9f4[]Áq\ 3 \c]æî\1e\ 1ZYÁ0\ 1ZyÒK\8e>Fk´\11#Ç]\9dv\8a[°.*põ\92.¢%ôk\ 2$\1cAb3\88 \ 6\90Ø\f¼\ 3\1d\89Í"!@6\95ìßFiÿ<b7\1a\ fðǸ\80\b\18\87npà1Î;ðû0çAà\18\83\18¹Â\10Ä+dãèVõ\ 48wØÐ\ 4O\e\90\ 1CJ±ì=\1e¨p\82Ó<ð¦H§x Õgõ)Èð\b\17Í\14p8AU
+È      22%CÓà¢v\87\1c\8f\10qá8\1ea\8f\ 2\14\aÍ$í
+ø¼u´\ 1\bLK\1aí\9d\17¹\90ôx»\8cN ç\8f\83G\eÐA[Ú8¸q[T¿\ fð
+eläPñ:z¶\88Îã\8bH\91\ eÀ[·që=\ 2\87\13¢\0\15\91\9e¾nÓèú\a  ÷-*ð\9d)Z¼Í¿²\90ÿ\ñÎÇÉùýû\99*AÛ\9eÑ:ßÓý\amÿì\11ÉF\ f¾\1f(Xßë\ 1üÜ´\10» \ 2Jõim\ 3U\ 6\wX\a\e\94\90nòP6Ò\1dðA\v\11\91ðòûÌ\10ìÅʧ\ 3È\r\95¥Ú8_\17¸6TÒjãVr_\12à/16\17\8f\8c\ 6ç±6Ö\9a<ÙÖúàãgq\93Y'ÛZã6Dë´\ 3½¸©\ 4ÇÏÄw\81   þÜTJ2\1c\8d\ f\1f;èd8Î\992k·®Ôì¿ã\93\8aéí\fîÚ:qí@òuXwMó¸\83:6\973X\7f\8d\90ýÖè\9f·¦Ì²\aó¶\ 40êçGáÍÏpµ¼¥ Þ¿ï\ 1°ÂY#mKº\96ï3æ;\99×\ 2\80\15X_é\ 69Qvð±¯ôÊ
+5@j®áI\1c\80RÅ4ØKVM\87\ 6´§ÒV\89.\17õi \eE|o%§\87#\8cä\19\1cT       z\9e¡=\8c[Ó1¬l¢\Ð4
+-Øô\19\1c\0\16l\92K\fN»Dz\84\10ï)E\1fò=¥ècÐ\94bo(\9e°\0Ñierû¶ÂQ§\81Þ\R:Ü^²\8eDÐÓ÷aÉ*'á^ÿ2Í+_X\19ôúÓ\1d´7\94¾m"^^\1dcS`:;¥B¤æ±b¼\96\ 5füü6uù¸\ 1½/³à]\83ß×gQU\84×þï\93§ÀeË8\9d\b\88\94\ 1¶)ÅK}Ú\94l>Û\14ÆÆeèr~\9eÀ~fcf\12ÚÐå# \aúôKÝëÍ\ 5\82º\0¡AN\1a\r8\1e\96Õ®\919H\rP«\ãG\a\89Ãe/`\a\ 3\15¦uV\10ÚÔè¾ |îÊ;}?\0\97\9dÁï\ f\14¾Ö\94Ñ\89\87ôæÚRøZ¼ìÓ\ 2zs­«I£'\vÌ4׺\9aþ>\91P\9f{\1d£Ä\ 2|ìô*² \9bè\15v
\15O/\19\1d@/\9c\1e\ f%DÀ\11¸í\fÕÈ\0Üöª\9e\80½\ 2\ 6\aæâ­\90\a\ap\12\82Ä\83\14\16ð\97ïç \92ëôú\93=EPÉÄ-¬¸7][B\83<\8fî\0\ 6yØ%(ïp·\\82R\93sË%ðµÐmÚ¢ûZèvc\81å\9eKЪ\87ç¯qñÚ52\97À'£º\ 4lêö˯ú\88\16\8c\14ò3ÈZ±M\ 45ZgmÐJo\ 3\92Æ(\14ç\1cß²f½\9a\ 6ù<ëÕ´ÉZ=uÆâ£6\18«\e\1fñ\97,'m\80>&úE4\89d4\98_g\9d\92ãSX?À#/IaÕ\9c\ 2>ZËk6\95\8e\8e\8fbpÀGk¡\18o\03ûÍ-\99ÃÌN0ÈT0³ëP§ú\1aV\1c¬\8f\19\10PÛ¬\8b\87Õy\b µ\96õ9ê´\80®\8aJ\7fê\93\ 6\8f\ 5>ª¢|\99`°eÁÊ{ÔÓª¦\83:FÏAä\b\15'vþ\bí\1a{Gè5\88\1ew0Ò \9a÷\rtÜS69{\ 1\v\fôÖ\19\v\83^\98\0Ý@³'½\rð©P\88\84¨Â\88Äh\ em` Lw/\16ødOh\8cç­t\834Âñ\88\ 3\ 6ê\83Jµí­\e\fâ\rò0½j¢ÒÜõÙ"²0ù¦\10\10ÐöÌ:Bát\aÈ\1c\90\ 5Þ\14ÑÇ\ 5\f:\82\ e\9aárÍ\14\1c\81fl\81ö*\89\ 1\15Ã\16\8aá\9aE1$UnFÖCl,TÚ)8W©hµ+äå¶A\94\ 2Ì\83mt÷\99\aÁ\ 3\10y\al®yúü\ eÈñ\f\93t\85ü\1dRû}z\ 1\1eyD\ 3\85\92aZ\8dÔ\ 3\ 4äMX+ز\ 6}\13\91\14\ fÔ\vG(Ez½ð\82=2½^¸\8eÇë[s"\85Éß\94Â\94D& õÂÙ\0
+\ eÔ\vgÄÄ\80\824O³\1a\14\18 Æ\87ë\eèÓ«n~}<\0×x¡Õ¿¾@ÆJÂÃ\ 2\ 3/\90\8bÛ¿\9fI\114HÌã÷\ 3)\82òþ¦l\80G\ 5\1e\11\93kQE\1c\ 6\ 5­7°Zñ\ 6\bðκ\81r\9e(¨§\b\9cyñÐT\Spg®\v\8c<¾Á+\18x|K\12\vP\ 2Ô\9a\1a\81\0lÔ«A\eÐ\11CZ\9aê$\ 4BiU\1dV[\9aïüÆ\84\1f\87ÕrØ\99(\92\90Í\9a]\11\v\fÌ\9a\r³LÜ^Ï\9c\0};ZÐ\1d\f\80/%Q\fi\17`\9d\8a\89\enMï
+)\137§¾ÃÄT\8a\ 2\ 3RÔ`oúRÄZð \ fê¥q6 \v\90kν\83\8a|À¥\86\17 «aïT5L\9a\97¼×.\90ús>Í\8a\80©\13'ì³+¾\80P½=Ù\ 4½ÿ*È\9a\9c ªîþÔ\ 1Ì1\80B\fæ\94#52ÀÄ\15ÏrÖ\96ú756cK}\82¦L¶¥¾%Gú7À|r¤\ 5\94î©ã¤ÙÓ\r^qqy\a\9c׸\98F%+t©Á\94RÒ¾d\fø\1eô\1dð\16º,m\0\19óç\98T\8b\14\99\rú\98T\8b\98@/\85   µ\99
+\82\83ª\\9f\95ë\90G90+×;x\85r`XZðòu\ 1=0,£no\ 5\86!¢#\f4ñÅYkÔzèn\8aaHÐ\1cë\8d¤)h\9a\8c¾\9c¶ÊÐØ\ 1W¦¡eË\91\85ΤY\1aÛ¶×\82Ð\83Ó$\1d\v¯|?U\ fµ¿[\86Ï0z|æ\87\ 3\a\18@Y·\15\9bã´\ 1Ù'²   }?0÷ÅÖNÌ\1e\ 5øÈ\8dª
+O\eÐ;\19[®ÿ°\80ÒEW\9f]×°oàc\9a\92\86\86\ 6^\81^Új\10\ 5\aÊ\12\9b5ëñ\10-m­¨¶§\ 5\ 6J[Û«eO\8eihÖÌÑ\91\84zi«÷H\ f襭>MJQ\9b\93ë4&æÏ\9e\8b¨È\b\ fA=4ÀC\11\11p¤´µ\15\aÏè\91mb\ 6º\82\81N        WçÈ\95:멲È6\ 5­,0U\16éZA^\98\9d×\a\82n,°ª\v\10\1a¬A£\ 1½Æ\8ayÖ½FZ\16ij\90\1eÞ\a>£VRVÙi²v\84\1eRPO\19t_\1e\8f²<\0\14\94E]À\80~D{@_þ<RF#/\7faÑL*G
+B6}àå/¢+\18zù3\92M§1ö\12ï\19\ 4¿¬·\fBCú\995\b>A\1eÐêhÂ3ÍÑ\9c
+ß«)$r¼º\9br¼"\934P\97Ùz\15Æå(íC7\80.Tê2[\94\ e¹Pvî\83\87\eÐ\9dûà\83\18Þà\UðyWæSÙƽ¼¸ë\18\92\ 3`E"ÇgA÷\8b°"      Ð/B\8a\84\1c`A\11*:\0Iô$ô½\1e\1d\95\18_\8c\8eH\80YÇr\16\17½Ã\83d,§_Á\ 2\ 3c9[\8c\7fø~\0e¥¹Ö¾\a\1eÉZ\88\1dø}}\1e_)`\0\ 4DhYlrNµE§\e\90\87\1f\9c\1e\ 5h\8e"yt\83\92CõÌò$x\ 3:TP«\82ñ\1d̸naõô\ 6\10\ 1\8aÚÓeA
\1c`cEìZA¡wsÃô\9cÉ¢\14±±\9e\88\aF
+\83[\r\ eh\88ÞRî=)à£{¼È\ 4¬\83y\91(È;\98­ÆD¼6\e*\12t\ 5\f'èa\ 4âs\ 5ó\19'\88c)o\90\18å,\93pMö\89Lrâc\84LBP\82vmzlÛÓ³\ 4K­hó\1d@j>\1a4\ 2>x¨\bù\b­*±w\ 4z\v\ f}\`AN·p\85\ 51\97ÞÇu«äx(TS\17\boG\0y{<rc/å8Z\84«M£ Ykí\81-\9dK\9f\18¶J©°ÎWiºb«ÐÊÆ\96\1dHg\ eµäï.\90´\ 5\18>}©çh
+á]£\ 1ô5\ 6²S\18`½*\ 4\1ddÇGU\9aH ]A\89»j\9d¹\86\88Ôº>H)\1aɽcõ¡>&¤\ eôúP¿\ 4i\ 3ÝLC×®aßÄ'§ú&ä\ 6\12´ìr}¨ÏNõoIIG^4ÃÈ3\r\9a\83˧\8bÞ\v1\82ÑB\f\1a¤\1a5Ä"Oé\16ºF2¾\7f°ë-ç24p\99~\8cI\bè\90w;\90&ðî\9eoöXDeÁN¢äx\ 2 EX\9e\ 2m`\80\ 5b¸%Äa\11\85\98n`\811\9a^ÎÑ\1e»2L\ ePQ8'´P\rÓ[\13¶³s\14°­\97ßÙ)Kf\e\v\1d60ð\92_G]\v\a \99\9aVZèzx¸,ÑaÕ\r°b\8a\9a«:R@~ù±­¶Ð}\ 6eæÅ\18\vøý\81êÎ\92éØ\160sùÖ\ 6)|¢\80\ÝiW#Q\90¦\9aÖ\88(¨'ÛÖUâaÚ¨`\ 2º\ 1\1d\9a~oõè
+\11k\15I"\ 1X\ 3¹\95¾çY
\0\ 3£v<\14\ 1\0ðt\ e\bjdXíPÁ"x÷Fõ\14CÜR\f%g÷1ÅÀ\80}\mø*;x\ f¯A!\ 2ÙÁ²!B\9fvp\r¯\19\9aF+D8Ò\0 iÐè8mXÊE\1a?FÇ×âÊ\9abh\ e­9\82³\ fá9oÀ\95E£Ìá9WUR\94âÇ4\aÇsvu\814\8bç\\8fðØÁÇ\8a\12\8abk¼Æ\8btºj\1d\9atäÅ\81\QÃK{"`~"âòöiû3¼%\19\9eM|o\99\1a¹®§ôQ7\81~ßÁÅ$]«ÓjA\88\87G¸¦®9¢³¨\118\1cò\96t,;\98J:\96aÉÒ-p8d«©\94\1e sw\ 1\7fá\83W/öó\bë\11hJPj5[U'\8b\9e\94\1aRìä\11¦\16\v\17 \9e)t\9bú\16]¾ÿè\Ñq \ 1m` m¡ÍÌè\9d\80\17\v/p\ 3ú;V\85\16ém\80R ¦\9aæ)PsEý;Ä\8d\e6Á+¸6nPÿ°>\ 5\1e\99`à16\aÄDWÿ\90b\19×\86øÓ     \ 6\1aâ+ÆÒi\ 1½ïÁ\19È\85²\1c\97ÀY9tuFÁ´\1c\16\8c%\89\v¹\8f\9b\0\13èó«\³H=& A\82G\eбE\1aÈÑé
+ôNÜ\0¯PÎ\95\94fæ+\ 1\ 6P¢jQL\97\ 5øDÒE]\80Ü@Rõ\0áÁ\14À÷#@ºµ\19º·\ 1\1age¤\8a\a*Þ3²\86zªÃ­P\8b\0\16$2´B\16Ðe¨!      ÷       H\92þFäA\8e\90¤Ú2\92ô·Ð\9f\91o° $)7H\11\96\1c\ 1\84%o$\16 7èý¤-nnyýý¸ö\1a\r\ 4äOé¹\92öô7nGZ/vT\ fÀ\9eþ4-Æ{©5\16äUÎ\exëY\86\ 6ð\8d4\8f\987sÇ{J æK»J\80¥j|\1dMqòEΩ\9a2¶¾\0yþñ\19G?"Ïò\97?¼ýå\11k\97¿oÿlûËo?ÒÏ×\94\7fúNå\ 2N³D/fh\ 57øL\18\87­ù­¼\1d¼0GÃ\85\ 3Ì%Aa*º\92ß6àßG^]ÇEYà\89¸÷\90æøýE\84øï¯Òï£\ 4KI@î\11\91\7f\9fµ\14/É   úû\ fGDùýpá\9f\rûÐÖ\91\ 6å"_Uò   Tâ\90ßOóô·o¥\95Çï¯@\8bî;\9fö\1f\9f\99F['£\1féwí\1c¤¿\9f\93ôû(-ñ¼¿:\10áøû×*\9e+ýÛ÷53sü^J\8b\94ï\ebmï÷ù÷QÜÿÕ     0oe\99\83XêZ\7fótãêsÅ\89\7f@yú5YþÜ¿\83ç\17*'j=\9f\8b\80þ\ 1ø \98ÿÊk«Â\7fè÷\9f\1eò\1f\98\7f\\9dÕÖã\1fºÿ\90ÄýcýÑú6{ú\83î¿¥õ:û§üÓ\1eKfù'Aù\15Ú\eâV\91\9aÚýå·\97\8e ë\7f\97½¤ÿ©ü¾é¯OòËô\9f[í-ýëV\8dÿùï«ú\97Я¾·öèw\95¿mÅ=\8a;þ¾L\7foÐïëô÷\16ù\1f×óÓý[h?/ûGÙ¼R\ fèÝë÷_\80\82\18\ 4\v°÷ª\ 1;;\80õ\0áeÀ_\að@\80°\0·òÉq\ 3P\7f?"\ 5\82\18\03`+\9fì\v09\7f­;ê\9d\9f)À=\84ê(@z\7fµ7¦w\7fÌ\81öÐ\81»:ÐT\0²\11\15À\99\81·\98Ìgä@8TÀK\18\bkPÙ\83ðu4_Ï\83 \ 4xÓ`3\1a \18¨Áe\r\16D\rÆ<À`\91\ 5C/"\98þÁ"\ fÒ\v\ 6e\ 5\ 5Xö Z\8fjO\0¶_\ 3ô÷\19XÀk­\ 4ýý\10¤ßg\1eH\bí÷ó[\12\a\ríÀ\16<Äå\96\a\e\16(À:ý\17ä\81ë\1elh9 a\ f¶þ~­yëÓ\9f\94¼µ\f\86{\7f\ 2ý|\9d<³¢ïeýekákù~F\7fÙæ\81\1f¾¿ê/Æ\7f¶Ö½Z\97>zÀ4\ 3S\81\ 2\8eç¿\1a\10\1aAW\14±Óùõý×\ 6ã²ÿOòCéß\fP\87þÌ\ 1°\15§àxþ«\ 3@3\18k\0ô\eÉ`,hÿ \85J"\0ã÷ý\7f\92?êÁ·\12£Ã÷W\a\8ag\10ÐùQ\ 4H~¿Ù\8fÎïoùVðû\ eÑ\ f\95X\91\bÔ[\89\7fX\ 6®t ¥\vÿ¼gàþë/\7føñ\17öË~ýò·e®åãïç\eÌö\1f¿üã\83µ\82[\1fËÅôø7¿ùú§ÿñç¯?üþ×?ýéï?ýË׿ýë/¾þò·?ÿæÿþú§ß|ý¯ÿ÷õoÿñóïÿð\87¯_ýÓ¯\7fõÏ_¿øþú\8fßÿô\9f?ýíç¯ÿòõ»\9f\7fþË¿üøã?þñ\8fï\9f\7f÷û¿\7fÿé§\9f\7fü\95MËoÿö?ÿô\7f~üËßËwß¿ûù\8f\7føç¯_þï\1fþÛ/\1f»ûÿ\8fq#*
+endstream
+endobj
+165 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 744 0 R
+/Name /Im156
+/Width 47
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b~üG"\19ÿ70Èÿ`øÏÀÀ\b&\19þ\80É\1a0i\ 3&e\90H\1e\1c$\1f\98d\83\93\8c\rÈ$\ 3V\92\19\89d\a\93ò òÿ\7ft\12"\ eU\83¬\v\97ÉÈ$\bP\89\7f\80\ 1ì¨\ 3¨¤¾eí\ e3\0Û\18i#
+endstream
+endobj
+166 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 745 0 R
+/Name /Im157
+/Width 54
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­\91±\rà\10E¿åÂ%#°EºÈÊ\\91\ 2s¥b\14FpI\81Lþ]î\14á:ÈâIæ\ 3Ç;`\1d\90\11G\15\9cKç¼4¼\88­"f \14ù°gl\a\90\80µ1ÈT\87¦OÉ\83;ä?×%Å´!ȹ±\18¢¢F\9e\87PwÅ1#)ZÊRÁ\ 5CÑÿ
+¿Á®\9d0WæÅO\búÌâ\8fV\ 5ÙL¸\9e\99\e4\9fT!nÌ5\17Ò¯\ fÞ\15íÑíþ|?>jÇy\99
+endstream
+endobj
+167 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 746 0 R
+/Name /Im158
+/Width 45
+/Height 65
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÐ=
+Ã0\f\ 5à\17<dô\11|\82îÝDoUhÁ>\9a\8e¢#xÌ\10¢>\89þA»|\84èI¶\f¸\ 1¨~Pq\1f\80;\7f\15ºaÝ\v\vÕÐ\1dm°>$²Ú\81\95*µ>\196\9fX|²ååFñOæ©XØ4äÉ/Y\8b     _ÆíÊS¦yâÈûâmÛCÉ\ 1\12\96Ã4\aÄg\89í¸M6e¤eDFÆ\81+p\84Ë\1e\16Îâò\8cLT\r¹<åòôΩ\93u\94¹ð\95|Æ[¹­iM[*iOý£þzºÜôü\0ØÈ´R
+endstream
+endobj
+168 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 747 0 R
+/Name /Im159
+/Width 67
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÒ¹\r\800\f\ 5P[)(³\ 1Ù\84\14P1\11\rÇhH,Â\18\14\bs\88\1f$\f\84\89o\91ãM$QÌDN\88\18 \ f\0\f\90F\ 3dïHo¨\1e\98ö\b\8f\0îÄÞðo\84_W\1c~Oº\81dzB\rÓÇ@\17\12\8dî\ e«à\14<Ðbà\82\r\ 2 à\ 4\a 8\89\80å\vyQ\ få
\9aϫ
+endstream
+endobj
+169 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 748 0 R
+/Name /Im160
+/Width 54
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ÍÁ  Ã0\f\85ág|ÈÑ\eÔ\vôÜKC½V\ e¥É>]£d\ 4\1f}p¢>)¥¸\14
+\12\1f\bÄ/"ðÒä\ fNVà\ 6(#)ÆL&R?p\12\97÷ÔàH$ü\89;<     $\13Á@\ 6²(K \9e@Éo"a÷tÀ¸æG£Ü\95¹LF­JªÅØ\8c¸­\86\18Aò/ìvxA\87Û{оÐêåüx^_e«`]
+endstream
+endobj
+170 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 749 0 R
+/Name /Im161
+/Width 50
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ϱ\r\ 3!\10\ 4ÀE\ 4\84\94p%XràÐTfACîáK¡\84wF\80XßÁ\a/Ùz\92\91Ð-{À±B\8fp\18\99,\80#íÖ\ fä\ 6\84\ eéÊ@Ô\99H\ 4\9eñ\9aøÁq³\80áû\ 4û\ 2WxN8 \8bÄ\8fÁ>\1fc5"\8b!«!­\86Ô&ù`õñ þÇ\9fصqÆãBô&\r<u\v\99\9b\14ݲ\8aÍ°X"vûÀýöz?¾G"\91R
+endstream
+endobj
+171 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 750 0 R
+/Name /Im162
+/Width 25
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨?Àðÿ?&f\ 6\11\80ÿÿÿß\80\8e%]k\8e(\0\0÷µ\87§
+endstream
+endobj
+172 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 751 0 R
+/Name /Im163
+/Width 97
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÓ»\rà\14\85a\10\ 5%\vDö"NÜd\91´\99ÀE$Ø$«XÊ ñ\b\94.,ßpÈC\918Ȧ\81¯AúuuEV\95\8f\17      "ò\86\10\ 4¼u\ 1Õ\7f\81\8f\8e2\ 2æY \93     °÷\12>\ 2®-ÑÏ@CÐ.*_\ep¹n °¹.\12\18\ 4é\89@#È\8c[P¨³\81\ 1uN1 ®¡@P·\rÔ\r\14¨\8b\14©NO\14\8c\14\86\1dðÑ)\8e~n*h\97®\ 2·\ e{`%V`0\a\8a<;
+\85á\17È\8b\91à\7f[âU\r§\7f\1c\9co\8fë\vãÏ\ 1À
+endstream
+endobj
+173 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 752 0 R
+/Name /Im164
+/Width 44
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuϱ\rC!\f\ 4ÐC\14\94\8cÀ\ 2\91Rd\0&\8b`¡ìÀ(\8c@IñÅå\1c¤ü_$\14OÈ>,\fä À\93\15\88d\a29\802­Á\16\ e8V¿\14Ñ\ 5a©Xãa&YZ\9a¦\85\96íø:Ì4xÕÎ/ÕÕì?\96«ó4\9f\ eûÕÖ\8d¨ßº\1e¨\ 5»×\86¡96Äjã²\1e/§@"\15\ e\9f­\1dÕWIåÛýùz¼\ 1\88¼y¿
+endstream
+endobj
+174 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 753 0 R
+/Name /Im165
+/Width 59
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÐK
+\ 3!\f\ 6à_\¸«Gð\1e}\8c×\9aE\19=V\97\81^Ä#¸\9cÂ0i|,¤XáçC" \11ÐÌ;ä\ 4f\8e\80\128\ 3¶(\ 5ÿÎ\9aO`Õ\19\9e¡\92É0\1c5\89\9aÉD\11\1aÈ¡è\93\87I\80KK÷Ù]aE\9b¨;\84æq%q°\ 4ÍeÐ\8bÏnYÈKrS¥¦¦²'`ä 6à\82æ½[ÿá\80NÍÒItgA\1d¡\96ÕÎTý\1c
+t\9ekÒ\Ks]ü±Q×\19Ýþxtûxô¶·Gx]¿b[f\15
+endstream
+endobj
+175 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 754 0 R
+/Name /Im166
+/Width 21
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°``¨``üÁ ÿ\83áß\ f\86\a?\18\18h\83\18ÿ0üÿÿ\ 3\88DÕª\97*\ 2\0d¾+\f
+endstream
+endobj
+176 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 755 0 R
+/Name /Im167
+/Width 45
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 3\ 6\86ÿH$ãÿ\ 3\f\9fa(\93\12xI\v0i\80A\16`\90\1f\10$#\98d\ 6\93ü`Rþ\ 1ãÿ\ 6\86ÿ\ fþ\83\0
+©kY»Ã\ 4\0Îu]8
+endstream
+endobj
+177 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 756 0 R
+/Name /Im168
+/Width 56
+/Height 60
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÐ1
+\ 2A\f\ 5Ð\f\ 3³Í ít{\ 5Áf\vÑ«\fx\81\ 5k\99\ 1\8fe³à\85\10£É_ÇÍ/ò\8aÀ\ f\84è\9bL\9a\11<u:\837t`kèç5{p\ 1gðXãnk¼WÂ\8f\97\10\17\9c\92ÀÎ\90\r\93â\16ªâɽÿ\ 4"a\ 3"H g\16N\86\8cÝÔ`in\14iV\82!\1a\12\18À\bäm¥ºYé\ 4®ÌU\ e\v¥1\1c®÷ã\a9xXD
+endstream
+endobj
+178 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 757 0 R
+/Name /Im169
+/Width 62
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÏ»\rÂ0\14\85ácÝÂ\1d^\0á\8e\19RXqÃ@.C\93x\18\ 6ñ(7b\ 1K\14q\11\ 1(T_c\9dÿZ06È\b\99h÷zÅÉ(\19\86\1e\97ÞÐÌ\1ag=Ð+hßÙ(\16¯²,\16(?Ø ¶¬k\ 6g½X« \ 4íãÔä\11\14\ fb,5ë[Õ\ 2+$ÿ«\18\13Du\84HyôçVÔ!?¢¯eT¬çf*æK\92©\11J]\1d¥x4_\16]\8d\10»:N\1c?r\8dÐ\1ct\8d=óÏs\ 4;$Ð\ 1\ 6ýõþ¸½\ 1üëh\a
+endstream
+endobj
+179 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 758 0 R
+/Name /Im170
+/Width 29
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Î!\12\830\14\9bù\ 2\99\150qèJ\14Ý\12\ e\ 4\ 3a/]Hº\93,!ò\v\ 6ø´¢CŹòÍ\83\ 5äHøw&Ð33²Ñ:u*E´ºdQoB\92\12\12<ã×ráç0û\9fíîaZ3NPf\î\90ÔácÀºª]É\9f¡º\19^Í       \90î-\96
+endstream
+endobj
+180 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 759 0 R
+/Name /Im171
+/Width 59
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUѱ\r\840\f\ 5P[)è\8e\112\b\ 5«°ÈAƺ2£0\ 2%E\94\9c¿m  EO
+!þ_Ph­\9dD4\88-¹;6N\8aúâ PLªâ(n½rxN\8f\11æÎü¶_[²oz±\1a\99\98'3¸\98\ 1y\9aE\81\18\8931\99\88Ã\15ÉE¯\ 1\89ô\8eQ&¢K8LÆ9ÜYÜjµoW¯}yÕnnõú½R\9b_æ·ócP\13¢,·\9bº»Yk\17Î$ÿ\86\v'´á\12\ 3©ë\87ô\89Å\94¬ÓôýÍ\7f\a¨\82_
+endstream
+endobj
+181 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 760 0 R
+/Name /Im172
+/Width 43
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMϱ\r\83P\10\ 3Ð;\9dÄoPÒÒÑ'\rJ\95\8eU²A&\88DÇ,Ùâo\90\15\18\81\92\ 2ñãóIè»x¥-\8b\88N\82\18Mav¯´¯\1c+ßô\17.@g×Âä6ôB[Ú¥õt0÷U\99]\r'×Ä6X
+L´\15=íè\93\ e¢;j(\86`v\95\1aÅ\1d=\ 4%}YÂûíó}ü\ 1zé<á
+endstream
+endobj
+182 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 761 0 R
+/Name /Im173
+/Width 9
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a¨gøß\0\83õ\f2\fÄ\0\19\f]\9c*\95\8bÅ\ 1Ù\ 4\12Ã
+endstream
+endobj
+183 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 762 0 R
+/Name /Im174
+/Width 54
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 2?Àäÿ?Pª\1e"È@sP\8fÇv3±êù\8e\0H|7H
+endstream
+endobj
+184 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 763 0 R
+/Name /Im175
+/Width 29
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``üÁÀÀ\ fÄö\r\f\f\7f\18À\æ\ f\f\fì\ f \98\1f\84\ fÐ\1eË\83p\ 3Ä\19õ\f\f\fÿ\80Î\0\1e\7f\ 6\b\râ\83ÄÁò u õòtp\e\18?@\84       (|@á\ 4
+/°C@áÇøC6¸j¯\16\0\13\1aH/
+endstream
+endobj
+185 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 764 0 R
+/Name /Im176
+/Width 19
+/Height 82
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9d\8f­\r\800\14\ 6\8f ê@à\81A\bC0AǨ@t1\92\8eÂ\bH$_\7fÀÔ\91\9c|yß\1dX8i\ 2­Ç@\a#,à\12\17Í\19iCÄ\bO/\88LéV¬/{Åý\8búÏ7\91\17'\8a\83d¤dB1̶Ò.þKºV\94Ò\14¨LÅb\87Í\1dó\ 3ý©/Q
+endstream
+endobj
+186 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 765 0 R
+/Name /Im177
+/Width 41
+/Height 76
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ð1\ eÂ0\f\ 5Ð\1f\98\v vî\1d\10¹\0\aêPÑl\8c½\ f\13\b\19\19"Bü\ 3\ 1\84ÕÁo±eù\e\0î¥`\1f¢;\8b\83\vÅ\83§\8b8\7f\99^ÊdÚ\15\f\17ük«Q·«Þ\9a]ÎñW8vÝUw¨\ 6]_\85.¯ÇiS~\ 4I×$=´Ù\fm?qßJ\88\9ezº¬¡\99W\19É=¯¡ó^\9c\8cm\ 1Æã|\19\9füÿL´
+endstream
+endobj
+187 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 766 0 R
+/Name /Im178
+/Width 9
+/Height 9
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a¨gøß\0\83õ\f2\f\9c\9c\95\ 1\82û í
+endstream
+endobj
+188 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 767 0 R
+/Name /Im179
+/Width 38
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎ!\ e\ 21\10\85á×\8c¨£\17 ©Ã`\90\9b ö*\1ca%\82°Ý¬àL¸r\93\12\ 4\15M\97×
+HÍ'f\92\99\1f²\0jm\80®\84\ 6\r¶â\1aú
+\1aÆÂ\15Ú\13»\90s\87\8c\10\91Ô#!ÉL´N*mHÜê¨b'\8b\8a\83
+\12ùW^|$o^\96OéÉ?Vnõ3\96¼\¢Æ\ 2\13\8cg\8cõ\f´ÎøÃ\8f¡wÖ\9fzNÿ\84\91x\96MÄL\8eÌ.Cß\90 \19\1d\10±;^îû/\99@U\97
+endstream
+endobj
+189 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 768 0 R
+/Name /Im180
+/Width 4
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKø@m\90À\12\¾W\1c\0\19ÐNS
+endstream
+endobj
+190 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 769 0 R
+/Name /Im181
+/Width 40
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8f1\ e\80 \10\ 4×PXò\ 4Zk\e\85\89\89~È?ø\14\9f@IÅy·F\b\14\93p\17ØY H\ 1D\ 4ÎàE¯!\ 18N\85®0d\85³Ñø(üm°eÀ\8fµb¯\88\86\\91*4F\8at§´m{\11ûÿZFË¥\ 6\85¨FIêRü«À2¬Å\82¬j¥§y»\96\17\ fDFX
+endstream
+endobj
+191 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 770 0 R
+/Name /Im182
+/Width 29
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀÀðÿ\0\ 3\ 3û\a\ 6\ 6Æ?@N\1d\10Û\83p\ 3\ 3\83<\b\ 3%ùé\81\1f\0\1dñ\0â\10æ\1fH\8e\91\a
+°ÿ\80Ðu\10q\90<H\1dH=H\1f\a
+\aPx\80ÂÅ\9e\ 1î\14\903@á\ar­lpÕ^-\0rCG5
+endstream
+endobj
+192 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 771 0 R
+/Name /Im183
+/Width 55
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Ð1\ eÂ0\f\ 5Ð\1feèFn@\8f\ 1\12E\\89\81¡\ 3\82\9c\8b)GÉ\112v¨j¾\9d@\85@b¨\9eê&®¿\ 1ø\ 5\e\0'\89["\92\a­¹BBÁxå§\84a\ 6î@?\ 1\vë\13ült,ðáAt\ 5}æÕ¢ç\8d\1a|\86\18n©Ì\867\926YÑ^o¢¶|\ 1\a\eñ\aÒÀ\1fö\1f\8c\9a\158×·F\r\84l¸Fª)\93eîb\85ã\12î¶çdÜm ºÔ¬\9du]\8e\11ý¤×À½\84hóÞ,\92èf\10$¯³í\8e\97Çá      /%]\1c
+endstream
+endobj
+193 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 772 0 R
+/Name /Im184
+/Width 52
+/Height 76
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÑ1\ e\ 2!\10\0À%\14\94û\ 1\13\9e`ciä\ 3
+s\12¯°ó  >Ä
+\7fÂ\13®¤ w.\vz\1c*\ 5\13X²Ù]\0\0\rÄ<[Byå\bm\85O!\10\83LDP\v"| \97\14\97\16ò³\16UðÿÁ\82û\ 6gZ+&®\8f\8aªI\97ÆBä¢×\88B Î\99þ\8d\fK{\85©mÖ·PB,8\9e\0>]\85.\f.¥×\83M      \e®<\16Æ\83F\ 6o\8cº32æ±\8c¿Ç\ 2h\19]³Ñ|è\v\86\99\ e\99}æÄ\84\8eéò×\18_§Ü\1d/\8fí\v¡ætF
+endstream
+endobj
+194 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 773 0 R
+/Name /Im185
+/Width 36
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÎ1
+\ 21\10\ 5Ð\1fRL9\17\10Ò\88G\10»\KpÙÍa<HÀ\8bä\b\ 1\9b-BôOØhóªù\7f\19@¬¤Ý
+\\r\15¾\10ÉZ¡\89\84$\15\11\19+´ \e\r\9aÝAÈ~°ó|\12\93\fFú`;°\9eIÿÑøÛ\19Þ\90Æ=º\ 35\90û\83Ä7Ñ\97Íõ\86ü)\13\1dd\9c\8c\95£\8cÄ\a\11d5\1aë\1c\9b\16\v\84Ob[gè|]\9e\97/áµS¯
+endstream
+endobj
+195 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 774 0 R
+/Name /Im186
+/Width 21
+/Height 73
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`<ÀÀþ\81\81ÿ\a
+\ 2\8a\0Åñ\ 3Æ\1f\fÿa\88ý\a\88K_dÃø£\8eñÇ\7fÆ\ fÿ\99!èÁ?ö\ 3\a\19øÿ10ÿ`\10õlÙ.   \0\ f\87
+endstream
+endobj
+196 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 775 0 R
+/Name /Im187
+/Width 44
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÎÁ  Ã0\f\ 5Ðo|ðÑ#ø^z-´PðJ\99 Vé*\1dÄ£h\ 4\1f}p\93JNpBA<\84\87'[\80À¾\ 1\8fò\fÀT'Oà/»\8c¼R\17\8eM^`Ù\90X\f5Ѿºf³\ ea+Ü°\1cJù!Ãó®TØÌðy7\926\9bI\12\12æî\ 2\1d\98å\9b¨ù#Ë%$\r\8et\8f\0æÐT\1dëÊ°\1d\9a³õÐ\9e-ªë®kþóz{\7f.?Yñ_7
+endstream
+endobj
+197 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 776 0 R
+/Name /Im188
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\r\830\10\8f\90r\1d\1eÁ)\103¤@¹\95X\0ð0\fr£x\ 4J
+ÄÅ®P(^ÿ@\8dÆw$\8f\84Ô¡\b\v\91\93µ9ðvÇ%ã¡2®h|4AµVܼ¸\1eÎ\7fm!\v¼\8aî\v£Â\14!\87$&¦¥rPKïaÞú\1fyÙ)­
+endstream
+endobj
+198 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 777 0 R
+/Name /Im189
+/Width 33
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~Àø\83\81ý\aû?\ 6>\e9v\ 6\19;\vy\ 6        û\ 2û\ 6\vû\aõ\r\ 6ö\aþ7\09ÿ\e\12\80\ 4C\82=C\1d\88°axPÏÀÀp \ eF0\80\89\7f â\ f
\b&~ \10Ì`â\ 3
\ e&\1e \10ü`â\0
+!\ f&\1a@J@V(ªÕ-Q\ 5\0\10,q
+endstream
+endobj
+199 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 778 0 R
+/Name /Im190
+/Width 46
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ϱ\rÄ \f\ 5PG\14.i¯ó\ 6©"¥Ad\95\eã
+
\94\r\18%#Pº\8cA\ 2[\87Ð+\90\ 1\ 2ô\83Ü\8dÕ¤çß«\99EL)fKÊÖò2<´Ä\1ay\1a\19ë\12\82JZ5ÍÚ=Õ¹2ý\8d+öheÙµ\13¸áܳ!Û×XÉ-\96ÝÂiDpqÄÅ,#xúv?ûQîó\ 5G\ 5
+endstream
+endobj
+200 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 779 0 R
+/Name /Im191
+/Width 14
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨áÿÃÿ\87á\aÃ\ fF\10üÀø\81\19\ 4\1f0?`\aÁ\ 3ì\aøA°\81¿A\1e\ 4\19ä\19ì\81Ð\ e\bë\80°F\ 2\ 4\7f\18\0¡BEBÅ\ 1û\ 6~\ 6>ͺå¢\0½e\1f\0
+endstream
+endobj
+201 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 780 0 R
+/Name /Im192
+/Width 39
+/Height 198
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cí\93;\ eà\10D\a¹ ô\rì2·°O\956A9Yª\9c\83#¤t\81\8cw\87\8f±¥ÔI\91\82\1d\16\ 2À \v7Yf\15XE¿\bf/¸?\ 5Ñåb\17T¡EûV\99bTÙ¨²\99pz\8a@AT¬\7f|\ 4Í5á\80n)h\f÷\ 5Ép\87ìuÄ!¡\9a\v#¡ý¡\82[\16\98ÇØ \95Ù\94íyÑ~/Õ¶>\8d8=Ü|ÝÎ\9fGòx\87Cv;ÅBxä\ 1k,oRR5\87\93\81µõ+q\9c1\^×Ç´\ 1
+\93Áñ
+endstream
+endobj
+202 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 781 0 R
+/Name /Im193
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÁÀÀ ÿ\1fHÔñ\1f``øÁü\80\81ñ\ 1Ã\a\ 6æ\ 3\f\15\fì\a\18j\18ø\e\18ì \84<P%\84°\a\12\r\b¢\8e\81\81ÿ\0\1f\90x@;\ 2\9b\95õ@W\1d@s$Äõ\r@·#|\ 4ö ÐË?\18\18?0~\80x\1f\12\10à \ 1\ 5\8e²Uív-\0ÑbR\84
+endstream
+endobj
+203 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 782 0 R
+/Name /Im194
+/Width 55
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmѱ\rà\10\ 5ÐoQÐ%\e\841Ò8r\86J\91"\92\99+\95»¬Á\ 6¡t\81LþÇØ\96ìHFOº\83ã\ e\ 30\13N\0ºì/$çÐ*ÖDr\8e\98\1aÐ& \aÜ\bL\8c\8f0©`\19àâFØ\b\17x4j\7fÁ\17x\f\17\9ai&\15LaP\91\rÕZñ*¹\0TtÁ\81¾âÿ\90+X°\9có\0l\9aÛ\1c\v\12wh s%ìÐÌnÅ\89A\9f\9adz\81½²\90Úâ]æëÁw±\1f¯Dg½~F2*\98ãÖþõöxß\7fó\bqe
+endstream
+endobj
+204 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 783 0 R
+/Name /Im195
+/Width 33
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85\8e±\rà\10E\1f¢ \v\vXFN\91\19RXñJ)\91R\98a2\b£0\ 2%\ 5Êån\ 2\17÷tÒ\7f_úøê\v±\87B\1a\ 1\8e\19á\9c7\90ß
\98¸\1e\ 6®Ñq\95¦Ð\1f|Uh\v´\0«a7dC×»Ò\16Ó\16ÓvÓ\9eè\90lî \ e×I\12\1a¯$\9aG©ä(\85w\10mù        ¶\87íñùÞÿ93.÷
+endstream
+endobj
+205 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 784 0 R
+/Name /Im196
+/Width 37
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎ1\ e\ 2!\10\ 5ÐO((9\ 2\95\8dW0Ù=\96\r       \9blA§7ð\1evk¼\88G ¤ à\a!Äæ\15\93\99?\1f\80\88\0Ê?²\11\ 6\19èÉ10\93\ eâÊËL\8cwÀ"\v`eæ\dv |\95kvª±ä\10\89a?"#\1a\1au½Ãf¥Ò®;ºÃ\9c×Ñ1\8dweß\12Ö\86ß,\9c\87EQXDÑlv¿Áhõ`[\99 \ 2\ 2N\97ëóü\ 5]W[n
+endstream
+endobj
+206 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 785 0 R
+/Name /Im197
+/Width 46
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ1
+Ã0\10DÑ1.Ô\ 4t\81\80o\90*E\f\86\)¥Á\85\94:\8a\8e Ò\85ñF³1Þ\9dâUS|\ 4\91\1d¸Ü\0D\82XÕB\ao6ßÞd®^\98â<Ìλ\9b½w3\83·\9añò¦á÷S\86OêKÃçS\86\7fÔªá\85v\85áýßÌð ÆÌð!Ñvk±\92Zr\10\bç<ð\18\97ïó\a^\ 6
+endstream
+endobj
+207 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 786 0 R
+/Name /Im198
+/Width 56
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\rà\10\85á\87((½@\14¯A¤ÈYÉe$[\81±Rz\14FpIaÙ¹\a6\ 4
\8eã?\98\83\a-èVh\12\0\97\19\80¾r\17\96\7f^-¾p\93\17Z }EF^\0Øa\90èäV\85\9el\9cM>\82>\8e½a#\11ÄDÌ\99'Ya+Òõ¾\bì\1aOT`ר\96\94G¤D\9føÔeNrWWp9\96\fi]\9cKfv\81\7f\12Td\17\7f%Ap+Ò¦[\ 2ìcúÚ\1f¶emá
+endstream
+endobj
+208 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 787 0 R
+/Name /Im199
+/Width 76
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]бmÃ0\10\85áG°¸\8eZ@1×P\0\ 3ì\83\f£Òp!i\93¬á\92\ed\84p\83°t!\84¹#%ÑbqÄÇæ\80ûAé       \80RDQwȦÀ߬\88M.\9cdEó¡_ÏÏÛ¡~\ 5Ô·è*úÙ¥¿\16ÖÀ"{Ö\8de\\15\ 3#«o\14Yük\9cD¡j*\ 3\95õ·IùUä'èå,Í"U%\17èe\82iD¬^ï\1a´d!T9\8cY\9d\88v\ 5\92@\ 6NùF\178½tU9\1a\1c¡Ñ\15ÎÀnêQ¢½È>\8an"·)¢D\83\r­¢,\9b\ fåTQV\88è)\92h)y\8b9­Y\97C¦èóýþøø\aàQ\89û
+endstream
+endobj
+209 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 788 0 R
+/Name /Im200
+/Width 51
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÐÁ\r\800\b\ 5PH\13\e¸\84§^t\15\17Q;\96GGq\90&Xû5±\16¹<\12 \10DRD\92\ 2\96@.\12     \11\ 3\0:Ðj4\1a\16\98Ì®B5\`\80Ë\88(ܵ§³\1c¯6L\1aG¾3%¿°\86  ol\81\ 3#XÃõ]+øõ\97ÞÏ\9b?\ 1ÃÝ\80º
+endstream
+endobj
+210 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 789 0 R
+/Name /Im201
+/Width 38
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEб\rà\10\ 5Ð\8f®¸.^ 2]\94   ¢\14\91X,²\19&\83x\14F ¤@\90\7f\91\9bW\80îß\a@\13\0_È÷þ\86
+ÉZy.\15ÓF|t\15\81WX\8d\ 5RÐN²«\a\9ae§ØàÉ\94t'3gàO\12c\aá\ 2\92¸E2:\v\864 èÂzs³¢DSe]\18î¢\f¸y¶\88`¬Qw\12z\9c6ÆúÈÞ\81q|\b>6à;¿@:'\1f¯õ÷ü\ 3í\80V\9c
+endstream
+endobj
+211 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 790 0 R
+/Name /Im202
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}α\rÂ0\10\1f\9d½@\14\12\11·\12%\rñ\rà\1eåFHé\ 2Å\\16 xý\ 3iLc'Ú\8b¢3\e\v_ÒÔIa'E\97Í5\96Ò\98Ý*J\17\rVUZ\1d\au\18\15\18îøc\83ࢻ< ¹µÀ3+\965¶`â\95ÎYºÞÞ\9fû\ fý\97
+endstream
+endobj
+212 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 791 0 R
+/Name /Im203
+/Width 20
+/Height 98
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð«\r\84P\14\84á\9f \90\18484\ 5\90¥\17* Y\83 ä\86Ên)\94\80D¬`î\ 3V\80#ùô93\ 3\r\f°\92XRKfÈqJh½\11vØHd%õ2\eå&ª\ 4§;}¼ùf\82ß\vÓÓÍðëz\1d\92\1fï
+\1cò«\88ê¨\94«6\9eMKbw\8d )4\88fqã4Eÿ]ê\ 3_Þ<À
+endstream
+endobj
+213 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 792 0 R
+/Name /Im204
+/Width 35
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90?ÀÀÿ þ\ 3\83Ä\87\a?\18\f>6Ô0\18üf¨aHøÇ`Ã\90ð\a\0\12\a\7f\0Å\ e~\0\12\8cp\82ù\ 1Ã\ f\14\ 2(Ê~\0J$°\1f`~\0\eØ\ f\1c\80\11\a\eø\e\98\ f3È30\1f\a\12\8cÿ\18ø\18\80z\95¥kgj\ 2\0v¯1\96
+endstream
+endobj
+214 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 793 0 R
+/Name /Im205
+/Width 109
+/Height 116
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµ\95±mÃ0\10EO`Á\92­;® \r´J\16\bà"E\80\14äh\1a\85#¸T!ðrDlé\7f\a\12\18\ 3¹î\89ÄýG
+:©îU\ 4@oÝ´HRù)&ÃU&ÍwòFQçm±J°Ì{E"_m÷íA\83\8a³¾\8fJö`ÝhÊH!·¾[\9b\f2âf\90\91\81H
\19\81\8c\Mf§\11Õ\8cPíBjí\90L\15    ÔÚ9@æ\99PMHMHæ\99PM~©Õc:Sc\99~5÷ªZzQ-üAm9¤Ó\17\9a\16"ì)\13Q,D3íÌÔ\ 5Aê1\r¤âHÅSx8 \8f\14Þ­Ò\1fÞ¯ò¿÷p¡ð\91ÂGº\87+©¼\91JÁð¡`¸Í\17\b÷3\86Û\\ 2²,PI\19U\14Ã\9dbxP\fo\9fEÝ7VPIF\9bJjSØü^­\11NïxB\13MýÔùG(òþñ\95>¿\ 1°æ]\9d
+endstream
+endobj
+215 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 794 0 R
+/Name /Im206
+/Width 17
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàc`\90g`°\a#;\ 6\ 6\19\ 6¬\80ù\ 1\ 3û\a\ 6\9e
+\ 6\89\1a\ 6\ 30J\0¢\1f\f\aÀ\88ñ\ 3\14\ 1\95\81T\1e\0£\83\rü\8d $ÏÌ\0Bl\fü<\fü2 s\80j\ 45j\97\89\ 3\0Ì[\18\7f
+endstream
+endobj
+216 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 795 0 R
+/Name /Im207
+/Width 43
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\1eüG"\19(\ 6ÿ1ÌÔ\16¬\9df\f\0Ç\97
+endstream
+endobj
+217 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 796 0 R
+/Name /Im208
+/Width 54
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ϱ\rÂ0\10\ 5Ð\7f:\89tqK\11É\1du*\14        $¯\92\11<\0J¼        \r{àQ<\82K\17\96áì\84\14\9a¯»\7fH\90\89\\80@©S È©W\8e#çaã¼1)×EÊ£\10\90­®<æ\ 3\15p\ f¦2y\ 3å\85µ\81\ 5ú`D\81vBþa\1c,5fJ0ø#pÂ
+x\8e²`\87v\\83wÐè*\ 5§\8d^Þ¡\82\ 1\94è-\1d\90ùé,°(å\ 3 3\7f<jTN\/Ëëö\ 5\vRt
+endstream
+endobj
+218 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 797 0 R
+/Name /Im209
+/Width 20
+/Height 98
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð¡\11\800\10DÑÏ \90\1848j@0\14C\ 5È\88\b\86ÊRJJ\88Dr¹\83\b\90Ì<}·»\ 1"l0Á\f=´ªÙ©CVEª\ 4â\ 4\a^-\8f¡ØiM¸5&¾Õ"ýð9\98é¯òÚ\92\12¯\ 4¶üNë¤\M
+ZS©lÝ{\9dbÒYd\9c\0Ýê\8fñ\ 2°ÎB½
+endstream
+endobj
+219 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 798 0 R
+/Name /Im210
+/Width 72
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\0\ 19\ 6(ÀÃ\90\871ø1\19\rP\ 6;\9cq\0Ê`~\80Î`ü\0Óö\ 3Æø\ 3cÔÁ\18öp[a&òÃLdÿPÿ\1f\ 2þüÇ\0p)¸btíp\ 3áVÀ-\85;\ 3æ0¸S1}\ 1÷ ÜËð@À\f\1fxÐá\ fg\ f\9dêUÁ\0ò\9c9\81
+endstream
+endobj
+220 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 799 0 R
+/Name /Im211
+/Width 21
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85ͱ\rÂP\10\83aG)®Ã\15R
+\10\fUVÉ\b\99 \18Q0\12í\8dr#¼\92\ 2EÜK$Z¬¯µ~ Ð¾+û)h\1c\7f\97§\15F\1c¨\13ÕQ\ 3ÕSóES\1a\15#<Ý\80\ 2\1f4»-Ø\96ÊJg\91\ 6FOO35QA9ïÎ\87ìYC\99;^\97×ù\v\r1-$
+endstream
+endobj
+221 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 800 0 R
+/Name /Im212
+/Width 69
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ñ1\8e\830\14\ 4б,á&
+m
+$®\902[¹Xå\1e9\ 2e\8a¬àX[r\14\1f\81\92\ 2á\9dÿí8f%Æ<!¤\11\ 3l\\81\9e\87\8b\eàkÀ\11&\82Øy¼\98FðdÎòx\10\8c\19§q\ 2\1e5:O\ 4Å\fðÂ¥/\b  7Â(Ú\ 5\86ïãZà2\ 6·Â*,Á;\1e\87`6¸\84\1d\8d`FAT°fÄ9c:  ¦\ f¼\825~î\12úù"à:!£U°¦]no\e\15º`\15°Æ®CƦ«T0»Î#\b        Øu\15&¾1ê*\aè*\8c?@jú\ 2ùâ\85i\91þ\9f"ÆP¡©qÿúùýþ\ 3Uæb\1c
+endstream
+endobj
+222 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 801 0 R
+/Name /Im213
+/Width 60
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceÑA
+Â0\10\85á\17\ 6\92\8d\98­\vÁ+¸TPz\15\8fÐ\vHs,\97=J\8fÐe\17Å:3\1dc\1a'\84o\13B~\ 2ZdF\84J\84    hÄbÓ\0\99\10\87­§Ú¾\90wS\9bp.í\12Ú,O\a<L¹\11KÖ©oP¿\1aEǯ¯Mâ\8c\8c°q\ 2¡\90³C\964Ûg\83f{^k¾·ì½¹³ì£y°ìËOÍnÍQ³5ä+g#\98\12ÄÙz\96³\89Côwþ\ 4n×çëþ\ 1­§{v
+endstream
+endobj
+223 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 802 0 R
+/Name /Im214
+/Width 53
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÏ1\ e\820\14\80á¿ib\17\ 3±«£\v \83       Wñ\b\1c@#\9cÆc\887!á\ 2$.\f\ 4|}ÕØéë[þ¾G5cÖ\89jQÌ\ 2\1eyÂ!²\ 5ûlÈ#{Áw       .ë)#'ظ1ag'êÈEBfNÈYè#\1d\12º'\94T­âÛ\ 6 ù\97\92\ 5j²Aq\ 3HȽ\15\e豫\12®\90Ð\17ù\ 2óç*4\8a\95é,»GÖ9,ð£8Þ\1eÅ\a·\9e>b
+endstream
+endobj
+224 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 803 0 R
+/Name /Im215
+/Width 50
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 2\r`òÿ\ 1(U\ f\114b©\9cæ\b\0ôò\1aï
+endstream
+endobj
+225 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 804 0 R
+/Name /Im216
+/Width 42
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ρ\r\800\10\85áw¹\84C\90`I\10õ¨\8eÄ\b$\18\ 4\84[\83mn\94²Ae\1d\140\ræ\13\7f\9ex\1c\0V\89\98D\9b\ 5©µn}ô+Eye\e?\13E2K\1cH?s-\14cpø+ÖjUØ\14Ö¯\1dØ\9cú¼w6\81â\1cò¥ë¼\14\ 3C¿\1dþ\ 6\9b 95
+endstream
+endobj
+226 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 805 0 R
+/Name /Im217
+/Width 25
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÌ1
+\83@\14\84á\7fY0M°V\b,6©S¦Ò«x\ 4K\8b\8dÙËx\8f\1ce\8f`i!>'Ä"<¾ffx\18\94~¡båA¤gb¤c\93\9d\90þEá\aÔC+\93DYÁ-z\98å\ 3\17ÍJÅ7yÊà\12Ù¥ïy<\85\%\98ÑÉÛvìTß_ss\0\84\97(m
+endstream
+endobj
+227 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 806 0 R
+/Name /Im218
+/Width 18
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀÀø\80\81ý\ 1Ãÿ\a\f?Álj!æ\ f\fÿÿ\1f\0"!Ū\ 5r\0\1a.$4
+endstream
+endobj
+228 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 807 0 R
+/Name /Im219
+/Width 53
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÏÁ\r\ 2!\10\ 5ÐO8p¤\ 3§
+õb¤-\ f\86¥&+ \14:\10OrØì8\ 3qÕ¸\17\90ÿ\a\80\98\13`\98¹\ 1^X\80 ÈíB9p6\85²åâ\12epõ\10B%P\ 2µ³â[T\»"(M±­\f$\r+ueZq\ 5\88\1f\v²\88O\1d\ 20\ 3»Áip\91­\ 5     1\r&w\êè{Ût*%SU\1eúKا¤IɽtúùF+ÿ ´AÀ\ 6ñ\87ë`þF\16ë\8c:3²öÇx;¼\0W\80
+endstream
+endobj
+229 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 808 0 R
+/Name /Im220
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%˱\r\ 21\10\ 5ÑA\ e\b¯\ 1$#*Ø\90\0É­¸\ 4WpG'´r¥l     \ e/@,\7f!\98ìM\8b\98-c\99\ f\16¿Sw£=\a[FçC?½é%;à<\11ûWwD\11ËLÔD­d\a&:ÄFuº¨\8búFñÐ\1c\11¿.×õuû\ 2&Ü0û
+endstream
+endobj
+230 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im221 232 0 R /Im103 110 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im117 124 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im21 28 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im105 112 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im101 108 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im120 127 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im168 177 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im28 35 0 R /Im105 112 0 R /Im120 127 0 R /Im222 233 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im223 234 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im101 108 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im105 112 0 R /Im102 109 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im102 109 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im222 233 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im223 234 0 R /Im113 120 0 R /Im149 156 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im112 119 0 R /Im25 32 0 R /Im25 32 0 R /Im116 123 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im113 120 0 R /Im103 110 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im21 28 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im176 185 0 R /Im188 197 0 R /Im206 215 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im137 144 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im193 202 0 R /Im30 37 0 R /Im29 36 0 R /Im136 143 0 R /Im113 120 0 R /Im224 235 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im144 151 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im105 112 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im112 119 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im137 144 0 R /Im174 183 0 R /Im136 143 0 R /Im226 237 0 R /Im176 185 0 R /Im136 143 0 R /Im227 238 0 R /Im202 211 0 R /Im225 236 0 R /Im187 196 0 R /Im176 185 0 R /Im215 224 0 R /Im225 236 0 R /Im137 144 0 R /Im137 144 0 R /Im120 127 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im115 122 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im201 210 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im166 175 0 R /Im137 144 0 R /Im228 239 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im217 226 0 R /Im137 144 0 R /Im229 240 0 R /Im230 241 0 R /Im225 236 0 R /Im166 175 0 R /Im228 239 0 R /Im225 236 0 R /Im217 226 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im114 121 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im120 127 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im107 114 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im30 37 0 R /Im111 118 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im113 120 0 R /Im103 110 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im173 182 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im30 37 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im120 127 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im26 33 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im200 209 0 R /Im113 120 0 R /Im110 117 0 R /Im113 120 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im168 177 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im116 123 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im28 35 0 R /Im21 28 0 R /Im105 112 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im176 185 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im21 28 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im137 144 0 R /Im108 115 0 R /Im21 28 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im186 195 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im171 180 0 R /Im172 181 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im123 130 0 R /Im124 131 0 R /Im124 131 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im165 174 0 R /Im113 120 0 R /Im103 110 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im108 115 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im168 177 0 R /Im174 183 0 R /Im192 201 0 R /Im177 186 0 R /Im231 242 0 R /Im180 189 0 R /Im177 186 0 R /Im231 242 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im232 243 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im187 196 0 R /Im120 127 0 R /Im232 243 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im233 244 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im235 246 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im114 121 0 R /Im105 112 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im27 34 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im168 177 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im114 121 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im29 36 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im117 124 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im112 119 0 R /Im105 112 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im110 117 0 R /Im29 36 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im113 120 0 R /Im135 142 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im108 115 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im21 28 0 R /Im22 29 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im173 182 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 231 0 R
+>>
+endobj
+231 0 obj
+<<
+/Length 809 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÏìÊuÝüþ\8a\aùÄz°Xô0p\ 4d\12Ø°\86\9e$\92l)ÑÓ¾\81\90\7f\9ffwm~Mr­Þ«\8a\93\83\83\83Ãêªý~ï¿þôÏ?þúSøñ·\9fþúÓüUòôcú\9a¦ï?S\99~\84\1c¾¦\10\7f\94R¿æ©þøõ\1f\7fúÅ\7fÿc\8cáÇ?þù§\7f~; |\95éxÀò\15\1f\7f\869~¥e;`þZ«\1d\10¦t> }\85x< |ż\1d°~\85ô: \96ï\ 3Êù\80ü\95OOÈ_¥>\ e(é+Îç\ 3Òtþ~yþïã÷Û\89áñtûþý\ 5Ëù\80ø\15Êù\ 5ËãMa)à\80+\bÓó\7f\83\a\ eÂï\aÄxý>\953
+¦íûZw\b¾?`½\1eP1\ 4×\0 \18ç+\ 6æ\82¿\9fÑ\ 3²J\ 2\ f:RI`½@p»R\9c2z@õ!ø"\81\18&\84A\19\80\12¼\ 2ð
+\0û¾\ 2\0\86IÆ@\8c\0\ 1@
\0\90æA\04
+Èy\94\ 2Ê׺Q@FL\1c\81\14"\ f\985\fæ¯z\11\83\e\ fÆ\12Á÷!\\84\b%á²H$Ì\84P\\92$\84Ð÷O\0b!\ 6\10@\0\0\85X\bÒ\ 5\9e\ f¨Yz\0\ 2à\93\84ë\ 2Å88àÌCí\ 2«¡ðA$ñû\ 5\17EÂ@\90&\91\ 6\18\ eÒ\84\9e\80p\805az\13c\9f4!SD)@9~QDW\0´ûG$FC\0\9a\fËÁ\14Ñ\ 5 \1c$\10H\9a-ÀTiJ¢*eÆDʳfLÐ\17ÌH\95)/h\17x\98Sw$y\82Ö\94®ÊÒ\12n¢pAªä
+\0D\84\eHR5"Ì_Ó\e\17ʪ$U(     /ª\84     ²´B]
+ÌA\ 2Á5k\10dÊ4­US¦ì\ 5ùM\90\8d\18´yRå\b¶fò\ 4\r\9eÌA´&\18\13äPoY\ 39&M\192&È   ©\12Ä\ 4X\19æ$*C
+\81|O\fä¼hD\1c\9e\0{?àõ/y\ e_\15è\92\v\e\96\8b ,Ï7å¹"Ç4]\ e`r \97{r /÷ä@^D9\10\9e\8eøû\ 1éuÌR\e\b\ f\920^¨\88:¶s£Â\87q<b\92\ 5Óe\87ï¡I\86ey(v@ü,Ë\996\fË\84^pÑ\86ܵG/è\80\80\1e\ 4hl ¶ðÊã\80\94> ¢\v \a\10\fÔUÃ\0³i·Ø\0¸\80,\8aúìß\7f\12D\8c    âC\97Õë\ 3®L@]ë©"\f\\94\11u¬,6à\0\80\7f\ f1(;\ 5\0\80WUr\rð5¿*fð}\b ¸B\82\e)\0\0vØ31µ\báé\80\8eà\0D\81\1e\1c°à\82C\83\94\84æE"!\1e\e\88è÷\ 5\f4\0\96E\ 5 ¡!Se\ e\r1¯(\121\b¼"\ 2Á\9a%\bR\bT\91\84( ¬I$\ 1\12\1eY\91\14\81\16!\v\1aê\88¯$,\87t·Ä\82\ 3>\e³èÂ*©2ê\18BA\84lbâ\9aG$\bÃ\ 4Ø\88¸Æ   ]\0ÙÄÄ5OU2F®\ fh\9em61\10¾Öüý\0\1d\82³ÆÆ4:2\97\9d\8b>FG\98\a\17|s\88E'\10\ e¯(`Ê,-\88\8d\812£\T5\83\90Æ\87ê¢JB\12ÞØí)Ç £®å4J\ 4͵\9c =\ 2\ 2LÌ9\9fTeD¢\ 3\ 5Ô7~3\88\1c"$/\88YU&\98\8f6ï^â#ê\9d§ù\96A\92\13\14Åz\80%\8b\10`\16\16\95\9c°Ëгԣ\9c[p@\13åÄ7/È-\83QN\12!zsL\9d|\11V\ 6Ù¤\9e2`OØ\13÷9xOÀ7\bs\13\ 4\ fb\1a»A Ú\rhé@\99_dx:@w.M\9d\1c\ e¸\92\ 1-\1d0uòø~È®\r\15\81@gÄͽ\97 @ã\ 3ë\ 4^ÐQ»°&ô\0@\ 3øû8A\0È&M\9cf\80Á\ eÏ$ ÷Kú¸\19ö\16*>b@Kú=Ó\8efÖ:\18 yϸÀ\17\byOóÏ\91 èð­Òr\8f\ 6c\ e"\ 4\b\rä,Ñ\0\85`^5\b²Xu|h£z=à\1a«v«°\1e¨øX\85\85pPó[¤öáã¼?A(\0i5Ds\13¥§\ 3dÓ~¯Â:\1d \9bö{\19Öã\80Ï*\99UQ5Itü\1eH"òûË"þ>Ñf\16©=|/i3; h\að2¬ A@.\ 2ÚCµ\a\14êþiX\e\1f=$ÒG\83\80ÇjÓ\8b\8f\1c«¥Ú$@\bèÚ$Ì\80\ 6\89\15@\9c\98@öîb4&¨cáö\98\10\eêáö\98\8aÄ\ 5H\f¤&Ë\81\1c     B\90¤éÓyÒ\ 4\91[Éå¾\80\ 5k«ÈE,Ø\9aö\a\8c\153\16(\88ôbÆ\ 5é\82\8eZ¾E#\ 1\1aï7\9bÖ\17\84\84\8bë*r1Á \15P8\18¤öÀ.Ç\1cUÆcµ+\80 °     i\98+ä[4\9c\85\0\ 2ä\ 1\11ñ@O´:!\14\80\ 3\15\81P\8f·§,_\80\14ÑÌYec\16lEö\fÊ»\9d¹àUX\9fʲ¿à\8d
+ËE\ e0«t+¤ªW2Ö+(Ò\9bE3TA\91*b¤kÞ\8dI­\12J\93\84$J3!s §\82bʪAr¾A; Ä¯ü\8c\91¤7\93(v\94B\ 5d\14vDêb¸GÆ9Þ3\89r\12M"ZF\93*""½\18-#u\84ü\ 2\82ÂÜ0pB¡^\a4C³Z¯\ 3\82\ 6       ô\vHÀ»\14U\9f\11\1ax³(>§\f\b\11.˸I\94ßÝÛ°\f:\97ó²\1f0ä\Z¼÷ø½î\\1a
+Üß'¾¡UÕ\1e¾ïq.­\98Ì;\80:\97KE\10Ð\9dË\9a\0
+;*±ê\82¾\97û\eö@çñ{@\82̹µûÏ^ò\95Õ\11!\14*\92üäÛú\18Ä/\88fTú/ v±%Î<.¤îµ\85:\ f\bÔEù\ 2\ 4\ 4\967ó@@\1dü\8c¨\bh3îÞ¶Ôßé\0\10d!04mâÀ\90z\87\ 5ò\81\90¾m1\9aR_\16M\f\9f-\1a\v\12¥\80\8ey§S\91$\ 1/FÂT¤\aivQT\ 6\834+Rg\1dA\9a\15Ñ\80¢M^8L»]\1c>\9b4Ôµ\98\9akq\ 4á@Àûá)\7f\fx¯ íxªo\16Áô \8aoNÎB¼ºé\83ò}ÀHM`°(ÍãûÞ@Ù+u\88~¿Ç¤©A¼\0É]Zeðá{P\ eå\86\9b\8f\17\90\vc÷pó\11\ 3r\9c\15\ 1@¾ÿÖ4¬Ü\9fw-·\9aÂ\13\0õ¼W\80$¨gþ\ 2\ 2`OÇc4\12Ê^Ç#k;^%\10RIj¾ÝC\9e\f\153í©¿Ã\ 5\14ÏľG\ fèQF\16mvpH\89ÈònÃDdý~.\11\11\b¾ÉÁ!\9bìM\ e:ÉS\92ôYZÒçH\ 3(ÆBLªå\9b\ fÇ2\ 6\15\81 #c`\89»QA²\ 6\8d\ 6hÆàM\92\8ed\fÒ\14\10\ré=£\13ü}½gt\12¹\90Æ»Ã"b\80\0 BI¬\ 3 "]ª\87\17öpùñ{½°7!U¨\aéRFR¬£
+f¯,>bP¯\82I3\12#º.LæÖ\8c\9aS©h4L!° kH¬Ï\7f\ 6Ë\17(ÈeE\90*db\1d\82\84à:Ý\12£{ßó(\13¯\10\80R\84éÙï9AU.G\88öÂè\87\94?\90\96×05MX>{U´åõM\f\8eµ¼FD\ 3\1d¡î¨\19#4Ôm¥h¾"À\13(r\86b\0M `}Ϫ*c߯\83\11\91\156{\16\16\88º\94\ 6ë­Y¬ß\1ai8X  \92=뼨Ê\94\r\14{\85Øæ\87<\19«\89m\85ÍÛ\ 1#\ 1¦Ð2¿Çïa\90ðsláø\ 2DDd"Z«\r?~¯wJ\856Bã\fA¹S*Tt\ 1½SÊ\82õ'\fèÁ\9d\968>}¯\aw\9a\11ð9´pú^®¿\88Í >!@7&¬*ù\ 4\0ݯn\91\ 1\8f\82xÓpA\14tí³¢%µéå\15\9ex\béB<\97p\8bÔ\e\b\9d¹\84¤
+©M°8áP\88s\9bg/\8a!êÕÍ\b\86\1dñ­Ö^á\11!¥¡\ 2Å \1eå.«H\83$YÓ"¤ó\1a\aËI\1f\8aäECÉkýg#Å\12\14äzp¥"9¢'ηJ6\89\86¸g\1eEAF\1cà    òqGÏl@\82D\ f\93§\80\88°£»ÁF\8ay\@]ã4kÊ\9c\161å$±1õ\v³&Êy![¸g\ e¥\19A@\1f!\92vs(\8d¥Ë¬kxD\10=\1f\80\ 5\99\A´5\1d+\9a\80\92`ëLðH\90bp©71X£\88A\12^\82æ\9c\1e#NÐ\9c\ 3LÌÌ\89­\90O2'øD³E$\81ÏMË\ 3ʼ9E\ 1Ò°<%y\9b(vï\ 2\11B@÷Ê\12\14crç}ÎH\11À12̳®Ò\ 5x\19\1eÄ\80\9c,Ë»9\16½d\19\9b'\16î\91@)÷Ä@^ WÔ1\90\f\1d\85\88\96´\9f\1fòèV\19ßvÀ\9d2¾Ó÷Ýe|þï\7f.ã;~?PÆç\1eà\95ñ\9d^Ð]ÆwDaG\8fX5\fN\83MãkÑ @\13¦¦K\8e/гî\13\82@ÇH7\e(6J\846PÌ#BfÓ[\93Ú\19\82ºci&µCC¼G\rb\0ȱxzÀú\ 4É\16\eX\97\17\rÍß\18X$¯èéY§\ 5ÑP\ 5æÄt9`3rc6>\9eÞ!\80D1yBÎÚ\13æË\ 1Í9Î\ f\87å        ÃðnTW\90p#7x¨Ã¼^n\90:\ e\ 3\b#¶á\8e\1e#ÒÚ\8d\ 2±\88\84)ktË\12#ñBÄuð\ 16\94¬yf§\aèsíÌ.?^@\9fk×&\15ûê\8cÔ\92®ð÷\8128\ahlÞù·:~+â[A¾\8a\r<G\ fè\18\96\1d\8aô\80ë÷ͱ\8a-JyÔ\ 5é\82AZH\19+: ¿\90r~ø\98\9dû[¾'\a<q°Lï @±j\92lh\ 5\ 1#ΡÍx=^\0FxÎ\aL¯|ÏãÃ+\b\1e\80QõÑ\9e.9\82\17µÉ\ 1§ïõ!±\96nñ ÀÓ-\ 5  g\7fË´ÓÀ\90Q¸B\0ê\ 5X\16¥tî_.\82ÔÒ%¯\94å     \80\19<\80\99\ 5øÜ\81\ 5\ 1\15´.½ã÷0ÎKt¡\99\ 3ô\17¤(½\80\ f\91\81\10Ð{®sT¥\0I\99Í\13@aGÏõ\9en\19d¢­ï_\83\0©\85móOæ²zµ°ä\03g¼\ 3øà\80Ubc\9eíHÃ\9aà9;¢í±:ÑÀuv\ 45ÈV¤J::CÖ\ 2\89P\1eç\95\86\1d\91^\v3úr\80¥[\10
+:ªØÚ"ª3\17é\8dÿ\11qQÇ\»Ô6\1fÌ\ fvèîR{å[\90 Ð\9bÆ·\r.\92(¥Ñö\fÙH/Ä\9beQ\88#\95{Âå\ 1Â\8f\91J\9eð(¢2`+\\10
+:ò\ 5Р\ 3\10\98/þy£Â\1a A\0\1c\v\ 2B³¨<\10òÑ\ 5A¤BVÌ\bmJ \8bÙ
+\95pK\12\8c\92$¢Áæ\80\8cZ=ç\94¡IÖ±\ 1\0JS^mð\ 1Òç=\85tI\14æ4a\90 :\13\88ØR6ë=\1ahS^\ 5mDF/Ì\90\be9\92¡IÖA\ 3%ܤ\ 1(\b;tA^4.à)\97»D¸,*\112÷¾ñáC©ô\85X¬Q³]àñ½Ó\9dæÄ6\10\1c\11æÛ«)\ f\at4J¶zÖó\ 5ôjÈE»\0Ϲ|_`D\17\98W\bö4jNè÷õ%<fV;÷çá\81I\82\1fÍ7´í°Þýy5ç"Á\8fz÷!î,0Ø(
+\ 1¨\97¡µÁ\r\1e\ fó¹\v\b\80\1drÔúD]\1evËA\8f7\18\88\93f§áÜ\9b°:çc{\8c\1cá\bVF\95\9dþ\1a¾ç:ï\a\8c\ 4»mØõñ\ 2H\8c`×Î\ 6¬\1e\7f¿c¦Û\96{¾> G\ e\ 1´1`m\ 6Yv;\e\b\ 6V\r\ 3¼¬;Þ\83`´2&\a\82T\92\ 5t\81\9e]V\vÂÀ\ 5\80¼,<\82ûwÔqí©ãÜÛ`d³ª£J\ 2$åÖæ£\9e\14ñXUù\8cH cÓwëX÷PÈËÒó(\ 4¬,\1dr±>\9e´h\Ìã¬Ë=\0," xóg<\1aäË´VQ\8a°ªô¬*\126\1fU\93\ 2|>*\92\ 2à\ 24B6©\10$ñ¡   i²\8e\12\9cÔVÈ\9c \0ò5,o\EMÄúÅ\91\1cì\99ï:Ê\ 3Ö/\ e\15QG\8c\13\8bA\1d\83IÄ \rÐec\ 2wt\89\13e\1d\12\94\83\1dAN(\a;òÞ©T`Òvä½m\19\96§Í)\11È\82\90\85ye6&lT\91=ÖÁFUÕ¥,H\8b$qOÇy¸\85\0ëX\1fE@\86rXÜÏûªj\87L\84Ú­É&¬øm\92;ãðÈ"©\98$k\84\82 "IÞ¡JrRU     \8b\12×{æHÎ\b\a\1d\81ö<ß\92cyF&yÇ\0 -Êûôí³;\0\88Ei\83jS\13"*\b\ 4Ȥ%4° \v 87ë\98\ 1=п×p¥Þ\ 6£ï²úë÷\92SR¾rý^Ä5§÷VÍ\88,B\LºÕp=ëa·\ 58\9fêaé08+~8\82\0\ 5  É\rêô*g=ÞàZÎúzñû\ 1ñ\19s
+µ~\95M\1d?L£ðö\ 4A\9b|\17¦×ö\84\8fÅ\84W2\[\9csn7\88\r\ 6zUr\10±@\9f\10²ö\84+\10_ÿ²\ 5\b^Ox óí    R\15Ï«´;!VÐË\a¶B&\89\90xev|Uf§4X\99\9d«\86\85r0        _\7f>\81\86\85å\1d\88×:\1a¾\81dºÇLñ!\ f$fâ\a¬Ú\ 1ÞT¹\13\16\90RaKH&DHzA\9c%]\1c\99Ì\9dìo\1c\f\15Ä¥     !±g     I\9bêvz\81LE¶Ääô½^\88\13\11\ 6:\12\7f¶0Ú\7fÀç-(g\bÊm«6\96í|\80¾m8Ï\80\bôpçÖ;þÒË\83]£»\97\80^ ?#iª\19\97O\1a*q\90\86Êî#K\0p}\\a\ 3®\8fë±1\rUÕ,É!ê£Vt\81\8ePU\9b{ï3\11\9bê\86lKÝ6Í\13²m{J0¦{\18Ì\93\88AÚ8¼ËA§qØÛ7=ÌÅ»\93ëp±ÛûíÐ\0ÝÖ\9c¡\14Ñ\9dü\$)À]Ô 2!k½\ e÷ÄÈîa:DH·è\14\84Á\8e\91by\81 \94uáîbÆøY\17R\aÍ4Áá\0=mdûE·ï{cmÏ&\9d² ïõ&\1dË\9eG§í\97\89\81½ËèaÖ|\14\ 3\9cE;O7\90\e.m\85É0\b¬ÍÇ\ 3\ 1\ eÒ\ 5h}þ$BÀÍ\7fÇÏ\9dË´C!´b¶ã\ 5ÐvKV\b³ 6êèYM\ 1±\91\9e>N³\ 4\ 1\9a½µêz\87\rùTµ\8c~_\ e\95E\9b\ 2\12?·¼z«\9aÏ\18\94g¬îSÕ\8e\aè3V÷>\1fç\ 5¼k9I\14À»|àïwOK÷~\9f7é@
+ÒkÉÚÆy\97\85\18\9eÌß\84TYGæÏÊù¼\v¸éc\97\ 4>\8f\85\bÛî\194c\80û¥a\97£C\95X{ú×A\ 1õªfU\f9É_ç÷éT9hÍtì J6\1c1\ 6¯[\90\8bj\8f\11\14Ö¤¡\90'oU"Ä9\87´¶\9cC\9c\1cørÏ\16o?\82ð\1a"dl\90'D\ 4\1d\11¶}(\98ËÇ$ïdÝz.\15\93\ 6\918n\ e½\92¯£4ôíWÞ²\86r\82\17\90ihË}J4ÄâÔ[òó\19«\8fÎ\1c\17
\19     2\18j\9fIîrzeL¶]^ß7(rÒ'[¬>:s\®é\86׿d\vµ?\9eð^Z-Ì\13jÙC\9b\94;ÕÁìá÷|báqÀXöÐ\1a\85Âô\19\vé\ 2\ 3; 5
+MÇ\1d¯rÂck2ybáø\84+\16ê¥À}þZÊ+\7fù¤\83Ç\13Jü~ÂÅ®ã\a¬è\0=V»{g\1e\10\19)oéÇç\r¦õ3)3JÜܳÚnàP"y\82\ 5ÊFé`O?ztÀ\e\1dêþ\84{\8d\ e\ f\19\b\83\1d\1c\8bôäµ\8e986\10æx@Ïf½¼\7fÿY+²\19\ f\18\8a\18\87\16+;=@\9fÿ¿ \0t\18w6$/¯ËØÄÜÐ\16L\9e^ Ûf\16éñPÀ;®\92ôû<P4K\18à3ú*Ä\80Þh\114\1aä\81¦
+h°#Ì\12!\0õ0K\9aÐïËþMLèý\1d[f[\98È¿?\81\7fN"üÙ\96Ü0x\7f\9b&ój\7f?\13\90Ük´­Õ³\ 3Æ\1aM
+\14B\1da"\ 4\ 1=F\10ß\84ØH׬\r\839\ 3@\9f2Y5\16âKv5\19Ä\97ê\15\ 4\0ùþ©M`ðE\0q°§¢Q\10M]\aÈ\83z\98\fö\84¹d!\8c\99p\vSILHc\1c\11Ò°\9c7´ÙÿÂ\vH\98)kb\98ÇÉæ\9b4\90¡-ÖÑä ÉQÞe±h\10¤\Tæ[RÀFÑ\8cX"ï=\12¾\14a£p\90\14Ñ\17éØV¿\13\ 5 ±é¤\8a
+\8aÑ\9eÝ\9a«\86\ 1^?\810Ða\8bå7cî\93&ZX\98.$$F²\1c\11\v\17ó­x\9a5K\ 1\105\0P\f\rô\94\1e\ 5Á\98!\81ƬÒ\10Û\8ag4ä8Dü\80Y;\80\96°\94 \19´´Ë¢ \8fJ\9f\8d\97Ë\8a\88X\9f\8dg=\ 6\1e\11F\10WØDÓ>HæÁÎëw·Y\90\17éØ\0\85\1d³¤Ë¡4eZÇ\1a\7f­Iáø}Ï^ÀV\ 2r|\81®LÃò\r\81\11ejsdÎ\10Ô/Ð*H¼\vÐY>uÝ!è\18dl\80Â,B\80\8c¸4]R»·c6·lºI\ 3qÒh\80\96°\84\9b\\10£Æ\ 5Ô-\8a3z\80>Â!M\0\85\1d{\¬Áâô\0½~ #\bê{\b6&èî\1c\12\14H\ 2ò\1e\978\8b4H+ Ú\8a×ó\ 1`\9a\ ei\8e\8cÍ\89\8dPs\ 4Áa«añpH\83\ 3P\12v\8cÔ\8a\8bFD|\86\ 2fCÙ7\8dwEa\5eÀgï#e ÷\1e'\vÑ:r\80\877\8a¨\8dÙ\b\85 Ý\9f\ e\0\b³ÆƼ\b\ 6     2=Í`3\18\.ä\93nÃþ\82¡U8Û\10\ 6é\ 6<¼0©\92\88À0#\83\ 2¹f¤\f&WM\eR\10Ì"\12è\ 2\86\87]_¯7¸æÛØ\0[.x~\82ì\1f'hUvxg©Yæ.\16i\93O\85¬(\87\9a­\92Ç\17Æ,Â\90$QBk¡ÖªY\85Ô;\9c²v\0\1fä\0M\82\8e\9a\v\81f\ 4\10\8b¢cRlëP\196«÷\10Ç k\95S\10\1d\v\16"Á\,Ø\ 3Öâ\92%uæm7ôy\88\ 58¢Ê\ 3lÖ.º\80n\8fä\ 2í  9a\96\8b(Åx\87\v"\ 1½¨u\v\90\0U¢ï\ß\ 3\1c\8b·ï\9aMqxÕ¤nß\ fÅ7æf\92.N\93\12/¼Hû\ 3F*Ë\83y\ 5G\0\H\80¹%[|ä©\8b\17§g\9b\17\v\9a\ 5H
+\80\88Í6õÝ\83\80[wáb\80\857\92F\ 2Ô·m¥í§\aÈ\93H¬ÁÆ£aê\97\ 5ôû=³íb\91.@ã3Vøà\91\10\ fO$\ 4AY\8aÄ<KR\84\7f\ f\99P\ f\90\84õé\86s\96X\88R\80U\8fy\14@\ 3ToRh,@µhLè­\ 5ô!H\ 2T\16\9bX\ 6\17\rǪ11\95"kT\15     kÑAL\b¼2\9aõ\9c\90&êÀá^û0¨Êöè  ßk\1f\9cߧ\vL¬ôáÈ\ 5×\ 5&Ô)LÃ8´\ 3æ{Ö\84\8dxô@@\9b\8c22\87z\9a\8cfY\19~\1e\8b2§vaРÛj\ fD\14\10*^  \90Gín\81\ 1å\ 1´úäÍ\9c\1a\1a\9eQE]@/°"mÞq\81\1c9Nhte9m\91 \b\ 5=-2á\9e\85\ 6D"dÕ\13Ð"Ó\97À¤pË Ø]{\ f\87\14\ 5YD\ 1\9fÐ\b\95\ 5ªJ\ 3\ 4\87³¨\fè\væ{\8c\9c\8eò\91õ\ 4ø6\11¡¢\ 5Y\14zê;/\15)dT\10L\;\8b\ e\94þ¶éWt¡ìß\ f\95ô\e
+\9cßg)»=8P\8e½zú\16\1c³ËÝ\v°ê\87\ 4\0\0h\88ÏÏ\88ð\80\8eù\19\13B\81\1e ZÑ\vt×n\8f\ e\f|ÿº\7f\95îO]»Ö8\7fÄ`\87k7!\12îY#caîâö\8b²=½+8 £-""&èHÚF\88\ 1½-"iB\84. i[zO\0TÖ{ÚpK#A·íÜiÌp!Èj\1f\8aF\ 2Ô;/\1a\13óÆ\8ef\94\17§ï\9d_`¹Ç\85\ 5    ò\ e.l\93rǹ°MÆ\1cGAU!ðy4¦û\ 2¾\0\ 3\8a\ 1½va\82\ fè\88\ e &èH\98\ 6Ä\ 4\1dë\1f¬ Ùàõ\8cã|\8b\ 6\89Á\94\90&PRÆ\16\\98\905\83úµIùL¾g\8eí\95\ fÝ\92¼å¼wsÐ\11Äô\ 2ES%\94\a
+\ 4\80<\8fmoÌ\18\14\83iÑT1¥\80¥ªª\90\àM\8a\8dx\14É¢¬'\1e\903¦[ÙÃ-M´\8dÖTP@\87\12\1eí\19J\18\10\ e¯4È\8aw¶ù'õz\ 14Ìë\1cg^\9e9È`b$\1f\86gLr\98\86ÄÇ\ 1CaÖ0OÚ\ 1¼Û¾Áðð\84\9f:\ 5æ\17\1e¿\97­\81\ eBG\97\90fw³g\1e"yȤ´Á\8aÇ\e\\19\91B N\12\ 4¨cZ\11\ 6:
+¸¶Í\ 1\12\r\94\8b[³<\9b\ 5«Ûð\90í\80å»\920\81tC¾à ¶¼1à\83\ 2fÀà*¸mtÇõ\80\8dÅN\aT05ÿu@\81\aÈFiÛ0*\90![ì§ñ\11ï\98_%*¤íÆV@tøþÚ«Êó¾\90\8f\85\1a8ëx\87|¬¸\86í\0ë\90:\1d k\83Ý1:B@.&\8dor`¨ú#¾1òg\14²\96÷\8a ÐQÕ¾¢\vt¸÷kÕpÈ\17ó-·D¡-æ\e\16\85[ÞUT\87¬i]cCz\81¸ÜÓÇ{U·#GxÚTã\ 2j\97\ 5\1dv9\96#úb>\vð<äáPõÂ\9euu\ 1ÈFþ\8b&\19u­T\83\84¢\10\1a$\1d(\ 
+\ 4ÇÀ<\93tÏ$Û]\9ba\b\88\82\8cÎM\80\82¬c©Ú$Ò\80·4Àç\ 2æ\1a!1Ô¡
+li\80\aÁ«kÔú\85Í5:JâEö\vrÌ·T\81Í\86\1cV\ 5[Þö\96\19ÚõúÖ\83\D"&i[«çõØ\90§mE¿\80\96õC߬£¬¿\88ÊЭÉ\1e4hö\9alÏ ¡\1dËVÅ\14×ÏA\16ê\¶\15\ 1C\15ÁV\ ez¸ÀU\96Ó¤e^À÷=I˹¢\vèÎi[}q\ 4@W×üè\ 5̽oÁêÓ\ 5:\12Çè\ 2\1d\ 3Hö¶ùÃ\rô\82ÐPo¢`\15Q@cD\968>^@\9f%fm÷\ e\0hÚs\82¿¯¯|·ªòãïëUåqºG\ 1±\r\0à6Í\1f1\88êYÙ<½ A\90ÏÓ\9b¥\aP×Ö¼\82\13        \82QZNY¸#Gixc^\11\0ôin\96î8\ 2@\1ew\1eÛ"±a1¸Ïãs\84\0\ 5à¢\ 1\90§}\11\0{\92¦m¡¡Ç\84¼a\1d1!\12\ 2¸]:Z-çðtÚ¥Ù>CH\ 22\ f¤         \81\8e\89\86) MÖ1Ë,\94[<°ÇF\1c\1e ÷\8f\0VR>Ýã¡\94 1¥§ì\12Â`GÚ\1a\9e´õ<\89\8a\8ce}M\8c×±NçdÕ/Þ\ 1nÚ×åb\96¶E\9a°£¦~Q¥\10\b1 ï\1fJo¶à'S\8aõ8¦õµtâ\84\80\83\97¤#\ 4t\f\81ÊS\900@\e}'\95\ 2ø8>`Ïë\89÷\fÅ\18z\0\e§§\99óÔ¯·T\93ç\90ÐÐJ\82\10ì\1fÇçÉQ7²ájB\12W\10Å\18\8f\8c &îij\98¡&Ó#+\16Ø\18õ¨2¶æôØÒ¢a\80º\84\16×Ø6\1e\8c\84\86BjD|8@Ga°î¬Ó\ 5¤\18óÓ'µ\ 2¨Ç\ 1ïµ\er-î^\10\7f¸AÇ0;\vl\1c/\80BCl\1ea\95@H\97\8eX\ 5Óñ{Ù%      Ö\92àÓ\0ëv\8f\12\ 4yAý\82PØ1ÑÑFËv\13¡µ»O\1a\ 4ø4¿\f^ Ï]ÙÚåÁ\ 3d\97$ZsÖñ{Ý-7Ux\ 2\80>d="6î\99&¸"\0ênyB$¨»${Aû(\ 5YýÖ0\ 5å"Q\10uë3Â`O»<¢à\9eAvVÏî\8bA\16YArX\1f²¾\a\17\10&\T&$4PÃM\1a¨ó=\1a¨õ\1e\r¬I\85 \13\19\10\1eN¼¯*8ér=áló¯B\19\eÀ\95\ 2RE\1dcÚ-BÜmL4¯,B\12Ð;­ã¨9f¡\95|\8f\86SBæXGh%\87[4\9c \1c\ 54L\aùÍm\90ß\89\ 6åžû(Áã\ 1úÞ«T 1!gÜ÷Ð\88k\8c\90²\ fÛ{å\99ä¼]ÿæ\ 5¬î¤ß'°\92\85\1d%\84{pÄ\11d´W}\9a$UB\1dãI3hé6È\80\0бP3 ßï\9a\16\80Ì\91\ eÇÚÊç|\9f\848Ö  Y\ 3\1d\8euÒ(\80ö4dlOÉE¤yF^\9dÞ\97²\15}\0\14¢\92\a\ 2\81\ 2ÝJ¹Ñ<\17¨        ôÒ©Eõ©\b\rCs®C\8a\ 4ÛÚó`Æ\8fR\84:æV8t8@+Å~æûM\97\1fê\137\9fàø}GOI3h\8f\0P\98°\ 1`^%\0ð\96\8eF\ 2\ f÷z°¥\ 3a gSÂ\f Ø1Dl/ù8Ñ\90>íÀ&\ 1\1e\8f{XÑ\vzf\ 5Té{\16\9eÛ##G\b¢ð\1cköGDÜ\91§Øc#\ e\rÐ\9a\8b\80\88\18 \90W\8d\vhp$\8dãðéW&\88C½O:\aí\ 1¼j¤HDL£3sKx\1f¿×K\ 6f(Hõª\17S\85îýIx­,\88\84:Âkf\92;\0 \14´ \12ì\b¯UM\93¹5\1f.\ 2Ù$ÁIÓD\94\ 5V$\86:B++Â`\87[j\91\11\9f\85H\97oøÖÅCáµ\14\90&êØa\18D9L3æ\11Ò\80¾Ã0®÷h`¯ú\18¤\81½êc\94\ 6t1Jüâ\\0\ 4{VðY%¹Ã\86|\v£¬\8b\89c^Ð\ 5:\9a\ 3·n}ñ\0V7R%$ò\1d\ 5\90\8dôm\1f¶FÑÇ!«Û\10MR·nÃ\85\0ë\89)÷øpïÖwø\90ºÖ\ 1\8eµè{áƨ[\91\93æVP×4!QØ\13^IбÒ\v/ $é)¼\80|ÜSx\81ØP·¨2´Èzú¢\8av\ 1Z½´ \85Þ±§aÑLbÚ\ fÒ|\82­Cnä÷C£ íû\119¶õ£l\14pü¾£)ikHÙÄÈù\0¹\82\ 6Q\ f\ 2¼¡\ 5BP¶gB\v°\9d (Û3¡õ\97º\0à\r1Ez\0\r\8e\14D\ 2\91\f~¿k\8dd¼w\81V7â^\80\14\r\ 5|ÍÁ\84PÐÑ\103ßâÂ\18nrá¶'á\16\17ƨq!õ,#\84\0\90ã$i\9f¦[\\18[\ 1Ü\0  Xå      \14¤\1d\1d9\88\8bz:rªDB¼¡¦HLÈë>Â\ e@gü\14;`Ñ\ e \18X&     \ 3¼p\ 4ÉÑ\9eÂ\916Þ|\98\ 6«H\83¼pd½¥  l\87䨠¶èÈ\80 ¶Â\11Q\8eQß>@AÜ1/$ÝC\81\15~ø( n]\9b\b;L\84)jæ\b­|Iè\ 2\1dMAI\13ä|\92"b¢\8e|¥U~\8cêÒ4Ã\v\80|\18\94õ\8aBT9ÂV@~ßàãð+¾\84²j7 CWvQ\1a>\ f]¡7XD\18о\96Å\9e\10½\95Â$PZ³ªN>ÏcìW\88\16 \89¢EĶX®\88\91å \9d\14ÌrÜ i3G6"øØ É·@BQÔ±\ 5R\14Æ4>\135\14Ò\bSB(ì\18\96`#CF}Ë\f½kdQ\90-\ 3m\1a¤`\94±øL\12­JÖÙs\93\ 4\8aL\ 2¤\ 2ª \12ÐÍr\8bï\8c\9aåy¹§\8dl¢è¶:g(¶\axjïÔ\19\8bÏ4\fTgf\v\1a\9c\89jú´\1egA^P@×8ÎM\15Ôé³* Å\17e\ 6 \902÷­øÁ\88 \ eÎDmi×Ó÷z\88©5\99\9ep(7\99ZõÉðýWø½>r¥ío\13\88\98õÅd\11\0$ï<Uô½Ü'\1d[ªâD\82(SÀ&\8e¬\83\17hÎqÌ\90\84åùâ61ä\84B¹ÅÓ\1ak<1ÂûR&ð}Gx!\97]\f9æÜçy¤g\bʳ,cKU\8c2A,Ae\ 262$k\92\98o\8aÐ^àuÖ\9cq o¢49¸tÏr´ú\13H\85r%¥m\8a\18Æá\8a\ 4qÏT`,IeI¼m\9a¸\83B«?\19Fa\9aª\8aÂÏ»&|IÈ\ 2$2\11b·&Åo"tæ¾°Þ\98¢ZDd\e)4É =Â\9ac\8a$Li\8ce\86FeÇ\ß\ 2µ (\87=\83Ðê?\12\92æ\19ø\ 5\84jÕ²\91¨   =@߸òfÑõv¸½6Q\8a|H\89°.\1a\11Ò\16¹uVM\1aV?¢jtR;0\89\9e\r\9f©ªÉB¾\892ÞÓ§V\80â\vãÏ\83G|6f#Q\912éÙD\19\91U
+Qp\9e²¿>\19#§åk]^²t~\9b
\830#iÞ1\156Ë `\11\16h\98Ëáò=@âØÕ4>1#Q®\87Ëm$ë°(ß\ 3\18X\90*èYÅi\11\92~\8b¢y§\96qx¼dÈ$Ùús\9e0,\9fÇÏð\99ªv\ 1g¦*ߥ\99ö\ 3ú´IóïM\1d\97ÏÓcÜ
+\9228Rµ¬\0\80=E@m3õù\80\8e\ 6\9f\ 2 Ø1V·\ 6\ 4\ 1y\98`¨ß4øѨä!\96\80L\9f±\12\96â\f&æ³O¢\8a\ 2V\ 3\ 3\89\81i=û>\13\10çÒ´é¨\18°Ù%£bÀf\97\f\8b\81ØV5x\10pKH\1c"vKHÜßg»4\93&\ 6¨{?C\0è;kJD\0\90\e\1dc\99U\1e A¦Ö\9fs:@O^ï\11\12\97   H Òü\8aâÎc$\17¨\1a\rð\12\10\84\82\8eÖ\80­\86D\ 4¡SCâS![ù2Iº\84wÈ`s@÷®£ª\vX\87LÑÈ\98\99õÛ`Õmÿ×&JßÌú\ 4*ë±(LP\92\81²l¾5\ 6r²>\18\92,§U4P\94é\8b\9d\13\94d\1d4\ 4%\19¤¡ùt@ýZ\9eÃC\1e¨K\17\83¤êu<K\90d1}Á\82Ì\81\9e\8adiG\9fX\95¹\80Ðà
+­j½ÅhEV}\a\r¬U\85 \8b°Ü\94\84Y\96\84¬CgÖÄ\0\1f­\8a.ÐÑ\9d\115\8b\9415ï:\85\1d\82o\8b\10\97\v
\v\rÍ_Ó3@Ò\12\8f\ f\86ÃåBÅ,ù\9ds+¤*Î|_¶Ë1Ï¡Éòul\97ã^Âq$C}\97c.38 c\97c^\ 2<@N\9f[\rÅìMáa;[\9aa?{#XX| \83ï;ØÀ\ 6x\9c\1e 7     Y|aþ<M\8cú÷m\94Õù\ 1@\90\·G=\a\80\94ò5­\97\ 3\94\bEso\97×4®ó\ 1Bç»\1d\90µ\ 3øÒ\96\ 1%\ 2\8b\10xDÀ\87\9bN\88\8aåÞ\7f\9b\0r"\ 2}\88\8b\15\9fgIñ\1a\8c\9f\a(^ãiÏ\0ÔÓß\16`\98\aÇ*\ 6\84Á\8eêø8\81ßï\19­Ù:ßÏ\aè\1d\12)\8a($/h\ 3D\84\17\90:\9e\fi@ï\90Èwi`¾I\ 33\12å=ãUW\15\82¬\8a\ 4é²\ e\9b..é\962\8bK½§Ìl+î¨2Û#\14\8e2C6]z\96P\94\9d\86æéÛ\9eÑëû\1f\82¬^q¨o\89Oá[\92¿\13\81¾\924F\8d\røxÑ"Á\90\8fÐ@¢L_g¹7\99xDä\8d\17õ/Àâ\ 3á\962Ý+0\1ceJë\af\8d    è\84ÜyAª\0MÈ%\0(\9a6fÁîT°*\90\87/ìñ\81ytD¯¥lFQP\91(Wä\90\r\17Mª6fñ\81"Ib¾8\ 5\ 2@¶ê·ú    Q\95°é¢\90\88å\9eÝ\1cÐ\ 5ô²æ\1c¡[#t9Ùô\fÕ"eµ\ 3ñ\96_\99³F\0´=eF\ 4Ð3\0ÅòÆ£<\98\8bæSxÓ7|\1e$%<\8b¬\b\9dö\fW\ e³µ'Í\1cËc\ 3ͶÒ\83ç\ 3²3D\87Æ&,¶\90?\8f áµ\vëþýP\8bS°Hwþ<Å\87\ 6\84 (·8\ 5k\eÏÎ@4êØ[\ 1K\1e\9b¡\13\96\9b$Pe\12 \8eyE$ ·8\85\8aH c\84\8cŹ\1d\0R\97f
+\0\80\1d-Nûô\8cî\vXdaÕ0@\1dóP4\1aä¡\85Uâb>}c\96PH\93®\16\188B\0\8d8&\ fH\8bô\0\1a\1c²À\80ËD¬ô¡Þ\ 3\80u\87\9c\0 ·6\98*}<d¬ú¤hb\84V\9f¼\89±±ê\93\ 5Ñ`\a\eW\84BÀÆtÀî\8a\ 41(\8bçÍ\11ª*"nõ4,\89\9bK2et\ 1`\90\12\8f`ÒÄ\0\9fí   \ 5¡¼\ 1l\e^!\ 2\808uÖ[\91\a'êí\81\ 1W\10\92â\ fË·yDè\16\1e\8cÒP\9e5\10ò\v@m¬g\9dÍ)\18 ¡×lÏ\ 2å\88\10¥¶È\80¦\8bÜÖ\ e×\1ec\81\85¬Ñ ïí\18\15\84Vx\90o\92@\85ÊL§ÁUdc^ù\0åXGå\83j\r°Ñ\15\88    ;*¨r\b\83\10´ÈDVu\19iz¯­Ë-\1còþå"\8aËW>©óøUò«\9e·\84ø\12Éo\85\ 3 Oîl\ fÄô¬\0zö<oT0\1dz3V!¼²>Á\12\1f@xV\ e<¬Û·\12¢\ 5¸\86Ë     \v©\r\95\ 1\aç:]Ð0]\80°¶m\80Ë+mü¸AþFC\15\b©=á¡N\9e7\88qð        \ f}ò: }~\ 2+¥Û\16\ 2>;d\1e7øØ!3\83â\87gEç\83\ 4ËüºÁ\9b8«à  ä\ 6V\0r¼Áµ\98\8f\91âÖøü"Åò\99\14iÖ¯-6Ýö½\8fÄÉö\94Õáû\8e¤\9b¥¬\1eß\ f5Ûm¦íS \1e\11fÚû\8e\8f\10訪\r7_°.ê\vXUm\08쩪\9dª\84D>øþ\e\a\9d\r\ eVÖ»ª/`Æmsp\8e\9c\98¥\15&Oó<"\10è\15\14ÛR>ÀG²\93¼÷\1d\1f@Øa\99\87È0º:xÏ÷ï\92èð}\92\9b\8c\18¹£û½\88lÄmËæ¢\1eI Ã¿±x³Ë\ 5ll¼È\86ܶ\9c%\10rã¶j\82\84Û\96\b\a=¶e¾¥\fÒ\8a\98\0Ð\0SÈyZ4\85LK:C«\1f8\1e\80ê\191\1fíVM\88c|d\8b\ 3\86Æ`´eíÇ\vt, °E>§\17Èsç£%\rü\v\90>\99b/\bc²<\9a\97z|AÇ&\1f\ 4Â\8e\80ç²"\14ê½^V\85sü}¡\9c±¹\17Ïá~\17÷"^×\9bR6x\98\93O6xx\acc½Zßïf\1c}\8c\17Ò¶Ù\16ëÙ\ e\18éXÜF×_/ÐS\96\v\7f_O¼´P\8dÿûlòü+Pq\ 2 \1eï\f\aÀfØû\ f`sÑ^bäô½^Ø]\11\ 5u\f\9eo\11ëãû»\ 6ÏÏ\1a\ 6xîm\95 È·êå{/°Ü\99ð\82Ï£ëÏ\aè\ 5\8dq\92\90È«j¿qà$ï\88(O\90
+ueÖÆ\ f\b\10 Ê¬©ã-\812¦Ì2¤"]\99µyB>\ 4\882+\88\8fzöòe\89\v¨=ÔzÝN¿¯ÛCKÖ0èM\8e\1f\15d±"MÐ3¸\1d\ 1 §,¹Mxt!@Ý\82   \92\80¾\10l\82b¤clx\8bO\8c\14Ò-\1aÞÌ M\92\13\0DDBRß´\8d5\9bTk\80åî\10\17vL%{3Ç>\16!ðø\84\86\16\ f\11qÇhº"r\11\1f«¶\8aLÀzn\91AÙ3Ul©÷ì\11+ÊíG\81\85'\9a «Î0 z\81\0\9fÚ>KlL[^'HÄz\9b×\16^P\88\90\96d\ 6èTè\ 3©\ 2²\89Q\rÁç\96]\ f\ 1¬»"ÇWÃë\89\86\95î\8aW·h\98\9b\1cçÐ\06&^A«hÜ\ eø$Çø¸é\b¾ïÙõmb`ñfp\90\9aNs«\96Á¶ëÐ\12\ 5xEá÷\ 5>1\11\9dø]\97\17\r,\83MÏ[Iâ\16!Û.0Ôôl5\89Ç\17t4=Gcãe°é9¶\14ôù\0Ù&\8feÿ~D\8el^\rÀ¡\\1a\1eÍ\1ap¾÷*
+G¹0f\99\v\99\ 2\0ö8¦\16\9eq^@\8dò\820гn½ \10vÔÅ.Í3^\9c  \1a<q\8b\ 4\99n\11niS\80\82\8eqJ+\92\84W\b¼\865\80\v´´é   \ 5\19Tô±yËH\12vàpwK\]ðyܲ'\ 6hIc«,>kSÙ¤m\9d\82§ïõ÷'\r\83<ç¹HªÈk\14ôàG\7f?\17é÷ù ¢   ý¾Ü#\95f(\86\ 1\ 1\9fm\89\96ñ´ÐÌâ\f6¤^aA\ 4Ü\91÷o£!Ï\1c¤çý+\82`G\9b\9b5
+\9eP o4«H
+\ 2¿\96öZ®\88\aa\9f\17\eÕ\8c\98H\97ù­Ï\18\96Ã[=\9dÂÅÜ©©\92\a\1d#.î\995\1dWI\8cÑ\8aFhMISr­WP\93C|P2z@Ï\ 5,Æë
+B¶ÉiR\8d ¶É      j\ 2}\93S\81(\945A^Ò-\83:/\1a\r»éβ|6hù\98ãW\8fËñ\0DBX\15ìéÎ2\7fV\ 5|\91Ók\88O,e0ãk\9e¹\ f\ 2\96°Ìû\ 1C\83\92[ýÏé{½Ùq\81\179-\8bt\7fî\98Ïè{=ãlª¬|n\97eöô¶Hê)\ 4N÷×·\99­Ú\ 5¼ER\1e\ 2¼!D'
+ìIw"
+\90\92}Ök¸¢\ 3\18EH\ 3òî\8e\18+ÀaÇî\8eh&½\8bC\92-l³?F\89x\8f\f8¿Oýr3éK÷\f\9fFDsÔ\88\88ÆVæ\15A@/G¶È\82\v\ 1ÒkX
+\92Ã\1d3\80\16í\ 2\14\0\v¤a\9d\v\97ªr!K¸"eÜQtÐZtÎ4$û\856&Ù×$¬\1c\ea@\9f\e\90\ 4úü\17\8a3{\82WSO\88\86:\9a\1dg\8d\vih "I¬[Ä[¾tX\f¼\ fAò$9_#¥Ñ\0\r\82\90'\\83\ 4A:\ 2h\86æ\10\10\ 3$¸Ò\86 \r3QAöh\a\13-ñ&\13ÕIc">D        ¡°g\88\92f\8fÑ9Vm\88Ò   \ 2×9V¼\9c\ 1ê\96>ä (\ 5°W\94\ 4\8eWÄ·dC"Ô=û\80 Ð1q?Gd\13wT\8els\94D\18\92AN    R¡\G\9aE\8b\8e\86ªD¦â<#·\ 6Nc#\83\98v\83Îác\1eܸçØíÁ\11\17\82$À¶ "\86\ 1¶rºÀôtöóÒ2-Û\8cçï©\8cA®¢´IL[-âP\88Ϧ<o\a\8cÌ4\f¦MO\17è\98ò¼\80\ 3ôÆ÷`¡þypø\82­\91:^ §ðaF\10è(|0}è@\80\867ZwÕ  \85ò\18\9e½nÁ\ 1\0\9dEU[1ôì΢rêÁçÁ ${|dþ<\81\84\8fRÊ"\ 6\88[bá\8dã÷z!k@<Ð1\9d6ÞdÂ\18Ë-\12ÜË&\1c\12äÁ\11ÄCz\19hL+\12\83\1d)s+¢t/@00#\1eî(\80\8bmØüé\ 2záJ\89\b\ 3²_\19¡\14ëéì\9a¤ûóª\8b¢É\0^Í®*2\16Û@\18ì¨[©\vøý\9e9çkÑÄ(Eá\9b\14ü\8cBVµ1«/ \8ee\804 ï®    ¢\1e nQ¨·h A9Ú\11\1a\88H\13w4\14¤\84\14 0çè\94îôj/<Ý\0Õ\91¾Û¢/\10>\97`åï\e¼\81\81Õ|s˸ÎÉÛ3NJGf\88Ã\8eAJª5EPP\8a\86\ 2^M>iTÌ·tg        \ 2\94\v\16\8d\vø
+ªp\8f\8dë]6®ª(gÍîH\17v,çµIN\e\11;õø,¾rÓ¢µ-ߣ\16í^Ï>È\ 5¹Mý\18ö+sDêP#Âô^zrÄaÖ£\eI³éù\98\1e`ê<çESçl\98V\9e\13\90Ä`\98\16m5/­ðàè\19£\89\v¬xe¹IÅ\vt\vt*^4·\84v*\9b[\91\93'\bÈ\90á<í\a|2©ø\9cé\ 2\84º\9bomÑ\8dÃ\ 5:ºÃ\82ÅØ\8e\83\v%\83\17t\ 4\17\8c\ 4\ e¿ß\11\bÙ  \82rÊ0´\ 1­'\0ttËWé\ 1¼[>i4È«G*\82\0ªÆ&Cz-º\91\83\978\16\13¤!¹\ 6-\ 6\95\86\88o\19*B¡î[Æ´CpÌ·4ev|\80î[&$F:|KU\8e¹Íö'\b\0¿\ 2ë\92­Ùþ©K\1eZñ£.ám!£rÀ\ 2,H\92*k?lɵH\ 3tÑ{\814 Ç\18\97$  b\1eßÐh\90/\90\9a\ 6\ 1\91E#!>\8c/h\18 /X\11\17 1âÄG\1Fü¢i\964        \1f´½\8e\92 \rº\86$$Ëá=<â\92\0q­c\94H\98        \91mN¶(DØ(@¨ËõVõ\84\0ÐSº\915MD18«\18$$4W\95\84\ 6BaGí\ 6\94\82Р%\10\13éåCmo\88 E>/Àò\88øS_\v\90\83\80õê#\1aêXü±7Û»/`½öED\ 1ɺ\87 \8a\11\0K\93£Ô«\f«¨\89\89g\1e¡A­ï-ÙÛZ\ 6m\99½ðc@\91½ºZ\90=ÝÑ^¹W~8\14ÄRÞ\99\82&j((³êÕ}^¡5Ì\ 3Ö\92àð\80[¸±\8dZï+Üh9ïÔ \90º§ÐµÐ\84\15n$ob\ 5\8d\88Òà\18\98&oä\bÛ®Ýtyê\9eÿe+°&p\81\9eÐ\88Õs»/`m-\ 1¼ #²`åÜéóä \1a\13À`Çî\9b=´1\8aÂUD!MyZ\19br\86й\85\eÎ\vøvî\8a\ f±\v"\ 4øvî\ 5q¡\Ÿ\8f\ 1ô\98\80Ö\rÄ\19]@oª\88\1a\r±\84å¶\83«^\89ø\9a°D\82ô91äM\ e¾Ó\90ì\14Ä6ßû|@\7fcK¿(·Æ\96\82\87\16¬±e\94\v¬vÃá\ 2:\89q\17d\93W\82G\ eØ%\99s\0¥â
+!¨\aø*""=eºÅ64U@0`\83\ 4»å\90\85\16\82F\82|\10!\14\ 3zåÄ\84Ä@GåD\10\99\90\ f\ 2\8cH\12ë\r\82¶ÄË'\ 1\81\98¨c\1a¦í9ði\88Ä\16d\83\90< £ß\97\ 2|§à\88\7f\0[\ f\1eE9FhÀjèFhàÙ\17R41Â×\8b¯÷ØxÉ\1a\eó%^ªEG"\845JN\ 1\8dðÕV~t\14ä(åÌ\ 6\19&\91\ 4ØÐ\90\ 5ÙC=\83\b\91\1cé\98w0A1¢Ï{\984.æ}5ó-\12Ìm\19â°&Ùújîh\92\1c\11\ 6;¶¨%DÂ\1du\98ÛÌ\11É)¡(ÌÐ)\91ë0÷è\8cÿ\ 2\12`\9b!\rÈ\89\8a­/ç\1e\r\14¤Í;h\0\1d\84Q\93ÞÂCP\93t\ 4',c\e\9céG|lI3'Bïà\19û~\ 6ßw(c[\91\80\ e\81\v Ý¬/'\82\vt\14^X\8808³\7fè8Í¥¼Æi\86Áq\9aÛ\8ar\ 3ÁÐ8ÍmÓÂõ\80\8eq\9aÁúå\837N\935¦LÃ8x¦\\ 3b\ 3\15M\e\ 5w|\12ñ,M\e\85\16u/ÝpØ\80wÆd@\85(ÌJBd©î\10\18JVØÖ#\ f\85|Çx\91\1e@7tÏ\13dC}C÷\o   ¢híî\9e â­)Q%B\12ßY \bõøNE(ì\80@E¢¼#R¾W^¸LÀö$¬ª2bñ\8d4.\a\9e\9e]\80T\18$ïú\15 @8\84\ 1
+§·ÄáC\96sÛ{KNHÔÛ{l\0\91÷\ 2:\932GU\14\91\bEÖ´\ 1\8dE\89ÞÙ`«\ e\8e\17Ð+x\8a¨\8eøª\ 3¨\rt"²ò\8bA\9bh\1f½áC\90Äxl\84P?'[ù\85h\97R\10@aÖ1YÕ\86\eûTÌ"\ 4ªeN²ÿÓ,)Tº*`Z_1\96\93(\933&9 \vtdLö\ 2\8c~*² C½§Q÷
+\fG£R\a5-\12\1fRÿ\10zgRæÓJ8à\ 5ôú\87Y3     è\ 3f\99\r\9dÙ\1d£\86õ>»Ã}\ 1        r,\90\rõ \87ÅZ=\1a¤í5\ fQX¯\10¸:WÔ¿LóË¿\9c\96Aÿ27ËvZ\ 6ýK\eö\7f8 Ç¿4\85z:@\ e\12\98\8f>-\9eeÊf_äý\80¡*\16«ª\9e¼\198$LSã\ e\80ÞÔésrE]Àý\81]Êk0Ð\ 5Ä9߯þ\94\15Ý cß\82é3\a\84teÅ´B\1a\10BÞÖ\9dÑÌÂÇE\9cnMââÆY""¾\8b\11½ #J\922\82 l\17ï%\10\1e
\83hÁÂÉ\99\85E«8\1e\96y\ 5d\fÚÎ\89,|\1c°ÉÂm\14ÌGYÈ×\17½$ÉvÀg\1c°hc\12¿ç\92l\ 3áñû\8e $&\89\8e\at¬?j©»Ó\ 5ôÌW¨\ 5¼@Ï|\85\83lû~$ó\15Ú\8aóÓïë\13H\9a]îÝ\9f\ f9~Ud\9e\ 1¨\17\91L\15\ 1\12\vA$A"\ 6Z\88âøû=\13Hâ7\ 4Æ&\90\84=\82,«/ u8m\ eÐé\ 2ú ë\9coÒ@^îÑ@\vq\fÓÀ<«\10d;æ\ 3\92c\1dKî¡ DlHPØfêù(dßÃß×·\ 2C9ÚÑìZ¡\14Ð\9b]\9bA7,ÆZ|Ã%a¾{   \91 >¥ÚJÉ|=@&ÈìbÔ\9d ÃvÊ\16é\ 14D\15E\16ðf,\ fK\91Ô\fJO\8aÐ.­\84TqO\97V¾§K·Hï="ÌP\93è(\98\8bv\ 1ºAªL\b\ 5rÎÆJɼ\aÐpÿ\82¬!à\15ñ!:Ð\1cÓ\87èTQ\17ó\ 3\10\11÷ì\ 5^¡ é\18\ 3\84tqÇ\18 [ µI"DZd\9dnH\92ôtº!\8b\ e­1#¡j(É:\86,GÙ¢$\0HP\99É¢Ü:åFE¹í\8frE9\r\14gÕ¦gµ\X\12\v®y\8b³îrhp¼m\86\82\båKX)Ô]\10.\1a\e{­v[-Ë­V»­\1cgH\1d[«ÝvÀ\88Qo3\92\8f\17è¨dj%\18Çßï0êÃÜØð\ 4\ 1=¸`Ñ\95Ó\ 1²6²1B\1e\bé\vÚT>÷\ 5Þ\ e«þ\v4"j\v\19]"rã;\87\ 3:êéÚT¾Ó\ 5P=\1d;`U\ f`\ 1\9a\19½@÷\8c&\88\ 2y®¡5ûùlH|ãiÑØ\88\ 6\9a[\93Ê\16js\ 6)}\8eT\ f\1c`\91æ\19àðªÐi1VB(è)Æz\13\85\9f©ø\8c\83©\ 5XÒ×\14â3ï1\7f\vó¬\17cåªò!\e$\14%*äåhE\82\0\9bÄïY\80fÑ$¡·\85ÊG!ë\16ÔhÐ\eDä#\80\ 4xZUíé÷e£ÚªáN¿/\eÕÖ«ç½\9f\8fY\ eª\18"mN\13¤\0$ÈÙvì{\18LQÅ \9b#\94E
+$%@Iµ§Èþ ó*jòj\17Xx#ܳ(­\12ÎSe4À\93«&Çé\ 5fdRêãYÓ\8c\98¨c<k²|Û 9\94,Ìì1\ 1ß°]v\1c\ e\15\ 5©B½°z\ f°¸\Äæ\bMªQOØÀ\12n>\e°ADª*cß«r\80\16-ZZJ\17^S\rO4\80ÒÖg\1c¶Rºø\8d\83·\ 3\12P&$Â\13\91MÚ1!7E\11\ 5l\14\11ü}½\ e\rº¶Êï[³Ý|\8f\vsF\9eiÇ,¦9Ý\ 3À¬¹u|Hsl$\98î\rivu\917¤y\98\ 4\17Õ &\13~-<³Ä1\12\bmªßvÀ'\12 \85\vm\0Èñ\ 2Úð\88×÷Eú\9e\87\87´ûóýà      |ß\91*°IJ§\aÈ\8eõ^;s ìX\87\87m\vÒ\fÍÛ·)Ñ'\10ès\11\83eK\1c\1cÐ-dÕh ôO0y\82`\r\12\ eè0ªµyE\87\a(\95\ föý
\97ê\b\9b[5A.Ðݪ¶Cëô\0àV\91ÐF(\88\vzv`!\12ÐS\8e[\15à-\1a´\ráý4hU|\11Ê\ 1=¸cÅ+\ e\ 4è\ 5¬øÄ»\0\85@Ѹ\90\86\16
+¤Ay°b\\90 ì©\85]\10\11v\fy6\9f`P\12Ç\8a\0\0\1e@\ 3\84ë\f\ fÐ\1dËéÞ\v\12\14#=Ñ\11(G\80\eí\10\11J\8dv­t VI\12R×8e\91\r?O9\16@Èúô \1cÐ'      µÑ\8e®.áÑ\89å\1e\11YtbÔ Ie\1e5H,8 \82\80¶*¶   \14\9e>çmrH\19ôD' 
\18ߪiSÊÆ묱1_Á\945uÌûô \eë}\82¢ACóæá\1e\13ä(*3>É\aé\82\9e\vÈr\88Ôßì\82ÐáBZ<±[D\8eUîF\17\.bmv7%a\16%¡7ÊÇå\ 2o\94\8fO\ 4\89kÔ~\1eå#\98d\9f\b\92Ø\89O<¼ä{ñ\89Ç\ 1#¢x\8fO\1c. ¯>Ùzkì\ 1\9d\11¢\96øoã¾\8f\aèeý¶\83ê\fAY\12Ù\8aí\13\ 4:\ 2\14\0\rP´å-[\1dÌP% õ     \9e@ر\85ªH4Ä»ü\82\ 6\ 1¾\85jA\г\85*j ä[¨\16\89
\16*\8d\8dx\80bA(ìØB\1556ä[¨T.`m\8a\9a\1câÝ9\b\80\16éô4u|\84\0Z\eÀ\ 2\14+"\ 1ݽ\9e!  è\ 5@\965í§a["\85Ø\10¹\86l\8bUÑh\88V\8f´®ùó\ 1¼îWâ7.-ev$\82åò\84\19\94s>#¥9¼*\80\1eZí»\ 2(^\91Àrn{1c>Ü@Ϲíê({H`{\ 3òþýH 0´yRÇï;<\93`Q¦<&ɶÅ\ 1\ 6Á\11Ï$Ô\19ý¾®\8eÍ·Ì£ö@\9b\12;|\81\15\ 1°§\12Ðjx\92+\bÈ\ºÖô¾\95\16\ fy&6Yï\88CÝ3\89\11Ñ@Ïæ\82\98%\1cpu¸h\@/`µ\8c.\118áv\a\82\\1dV\8d\88øRƬ¡\80ï\r\b\92 £\16M\9bÞáÉ\ 1\9ar)\ 1@°'åRÊ-I\1a­(Û£!J\ 3Ë"Ò\0\9b¬\87¸°k²\1e\ 2aÇxÉ\15\11aG\98άrç÷i\r\91\85ë=9Æw\12Æ{\ f\b£$dµ\88¢\1ct\8b\19]\b\92XuDÖHÇ0­-] 2\ 1ÛªX%1À«!E.äÕ\90È\1e@\92\9cUC®÷äP\9aU\1c~Þªè+cR\8bX¾uáÇ\10\13_\1c \9a\944g\85MJ=gUoÊ\91\1eÚ\9bE\aí!\9bê7l\ fíÅ\8c\83öж8à\16\17ÙZÆQ{(\87{öP\ e7í¡ms\80(\8a      \bS¸Ç\ 59AÇFï·Í\9acE\1f\90Þ\ 3øbFÄ\86\1d¥`\19ûÆò\ 6\95\ :\97kél* ÷=- ^¦{\ 6Y^T{\82\ 4\a\f\ 3±:\82\90uZ\16ð}Ï\18'\eàr¼\80>Æ©|_`h\8c\93Õò\1d\7f_¿ÿ\92¥ûóèJËx\9d\0¨7jÖ$b\90õY.à\ 1\1d[\88öè\84\8b\ 1\ 2A+å\e\84`´Ìù(\ 4÷AX\ e\ 4y¤>"\0è\8d¢aEßëUT\11ý~Ç\9aðmm\88\86\ 16ƪ ï;ÆX\ 5\r\834×ÒVØ\8c2ñ6Æê\8e\10Ú+        »Y Q\80E&b\19l´-\10\ 3z£­¥­O$¤\a\ 6\16(FõFÛ\9a_aö\a)\8e5ÚVY\8e²ÐD\92¸\98\87F\16Q\8a°ÐF\10¿'\91\81   \89Ñ\9eÈ@P\15 kÓD\8a¤§MS\13£´\ 4-jR\88ú\94\16 =þþÅ\9afÝY[\9bf½òÐ{wÖ\7fýÕO¿øeø\11~üêß\1e¬¸}ÿã©\86_\7fùÕ\1f\1fgçÇ\83§¯yyü\9fßüø»ÿñç\1f\7føý¯\7fû§ÿüí?üø§\7füå\8f¿üÇ\9f\7fó\7f\7fýÛßüø_ÿïÇ?ýËÏ¿ÿÃ\1f~üëßýú_ÿþÇ/¿~üËï\7fûï¿ý\8f\9f\7fü\97\1f¿ûùç¿üÃ/~ñ·¿ýíëçßýþ?¿þôÛ\9f\7fñ¯a)ÿö\1fÿóOÿç\17\7fùÏí»¯ßýüÇ?üý\8f_ýï\9fþÛ¯\1e·ûÿm;ÜÖ
+endstream
+endobj
+232 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 810 0 R
+/Name /Im221
+/Width 47
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\bþýG"õ\99\e¦\e\0\0\aÒ\13e
+endstream
+endobj
+233 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 811 0 R
+/Name /Im222
+/Width 26
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`l`\ 6Bv\ 6v\ 6\94\ 1B      ´\0B\ 3 ,\0Â\ 4(|\0\84\aÐà9 üß\0\84\a\10°\1e
\eì\e@fJI\96ìÔ\ 2\0®ú$¿
+endstream
+endobj
+234 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 812 0 R
+/Name /Im223
+/Width 26
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a\90\aÂÿ\rPx\0\ 1ë\81P\ 6\b\19Р#\b6@ 3\b203°\ 3!\e\10ò\ 1¡\f\10Z\0a\ 1\10&\0¡\94díN-\0±\11$\86
+endstream
+endobj
+235 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 813 0 R
+/Name /Im224
+/Width 55
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÐ!\ e\ 21\10Fá¿i²uô\ 6ô\18\ 4Ã\9e\fº\8a3!KH@r\ 4ªÐUdŦC;³bV}î\89G\ 48ªD\93\90:h fP\ 6Â\84O\ 1<\98\ 1xÏÌkÑ<*s'MjÑNL\9a13¡\b\ 5·\b\95±\82¡\95©\83\95\98\84Ì\8cB(\8c\9f5nalÕ\18b@WM|2ãW\13~\8c¯\1a\r\96\v\88\13la|[\86=úkì6\f8\1cÏ·Ó\1f\933v\82
+endstream
+endobj
+236 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 814 0 R
+/Name /Im225
+/Width 41
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÏ!
+Ã0\18\17"bFc+Êâ\ 6\15¥½Ê\8e0YQ\9a\8c]e\aÉQr\84Ê\88Òìg\f\16óÉ\a\ f\93Ô\ 6.\9b\1dæ±±\90\çPÑõSÐÁn>hl*Á|m°±p\12WÑÅ\81\ e\17 ­\84©\96¿¾r­<*wéþT»ÔÏbˤ²è\9f\99\1eÿÊ<(â\9db2\89£YTdé\16\1d\98ûQ&ÜfeÈD-s×Ëú¾}\0°#6\ 4
+endstream
+endobj
+237 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 815 0 R
+/Name /Im226
+/Width 31
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``àa``\90\ 3b;(¶\ 1â\1a\0â\1f\81\81\81\11\86\1f000Ãð\ 1\ 6\ 6v\18n``à\87\16y(¦Àx\1a\1aME\973$\80Ô\aWïÕ\ 2\08V0z
+endstream
+endobj
+238 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 816 0 R
+/Name /Im227
+/Width 54
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``0`\0\83\8a¡@Õÿ\a\81\1f`òÿ\1f(\ 5\15\1c\14\ e$\8e\ 2\ 5¹\99YõzG\0Æ\143\88
+endstream
+endobj
+239 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 817 0 R
+/Name /Im228
+/Width 50
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`\0\83?\10ê?\84ª?\0¦ä?\80)v\88$ã@J6@$\ f S\10\12¨\ 6¨v\88a4\96²G\96\82\ 5\1d\v \94\91QåZG\0|+5\98
+endstream
+endobj
+240 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 818 0 R
+/Name /Im229
+/Width 72
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]\91±  \80@\fE#\16\96\8ep+8\80XÛ»\8c à\rä\10\8eâ\b\96\16â\89\98ÿ\ eLs\ frI~~̬5\ f`\16\8c\82Spø[\bÊ]°9T\82::\ 4Uw\82%½q\9b¥/¬\10\94ÉSµÚ\ 4µY4ûÒ$É
+\12\91â\1f\99r\1aæ\11\fE\ 6Â\90\9aų\ e\v²2&`\vFa\1dff{1\9c\13ü®Ó7Ó:<´\11
+endstream
+endobj
+241 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 819 0 R
+/Name /Im230
+/Width 72
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]\91Ë\r@P\10EçÅÂR\a´ \0ak¯\1c\12¯ E(E   \96V\1ebîI\98ÕIæwç\8eÙ\1d\8dy\0­ \14T\82\ 2\88\ eùê\90\ 1\9bCØU}\b&³9=q\9a¥7\80è©Ä õ\aúOA§ý\95¶å*
\ f¤(¦]\ 3Yq/E\ 6Â\90\8axÎù\1eÈÉ\98\80-\18\85u\98\89½\18Î\v>ßéëq\19..oTM
+endstream
+endobj
+242 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 820 0 R
+/Name /Im231
+/Width 23
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀPÿ\83á\83\rã\ 1\ 3\rv`dÃß \ 1\94aÿ\ fD\a\98ÿ?`üÿ\81áÿ\ f\ 6ö\1f\f\8c?l\18~Ô1T\0Ñ\1f\86\ f@\9d\ 5\8c\ f
+\98\ f\05Èÿ\ 3É\8bK×Ì\94\a\0\82½!x
+endstream
+endobj
+243 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 821 0 R
+/Name /Im232
+/Width 30
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEͱ\r\ 2A\fDÑo9Øð\1a@G\ 6-\10 £%Â\v\90n\8b¡\90+eKp¸Á
+3B \82\97\8c<cHðÜ\99j°paå W\82aaÃÚ\9f\aá]ç\ 3,\9b\fQ?³²iã¨Ð\85[@\11\8f\19\8bí+±öóÂ÷.\8dRïLz¼0Ó)\9f]\98O\8fçù\r\b?9Î
+endstream
+endobj
+244 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 822 0 R
+/Name /Im233
+/Width 39
+/Height 198
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cí\931\ e\830\fE\83\18\189\ 2co\ 1§êJQOÆÔsä\b\8c\f\884~!qÈе\f0<      ùÛ±¾õ\17ã¿MàÀì1X\8fvõh¤Rï©ü\9a¤,\9a\ e \D\b¤¥\ 6ÒW)\98\a\82½g\fSÂl\ eË[\e\81å\99ÛÅ\95\82:\9d%\94Ç\b~) AL\9b\8bE\862\9e\87ô]´,¤û\15\8b»¿Ûyqà°æ#óZ\rç.Öä\86§\v\11IÂIL  ,ÑÅyâ,íæñy¾û/\ 1tÂi
+endstream
+endobj
+245 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 823 0 R
+/Name /Im234
+/Width 55
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ?ãÿÿÿþ£P\8cÿ\e\18\98ÿ30\0\11ã¿ÁI\ 1\ 1&5(\F\90\82\86î\7fl!onY»Ã\ e\0\95V
+endstream
+endobj
+246 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 824 0 R
+/Name /Im235
+/Width 42
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`àÿÃ\0\ 4õÿ\v\18\18\18\7f0\7f```\7fÀ\ e\eø\81¤=\ 3\88¬C"ÿ@I \1aÆ\1f\fÌÔ#ÿ\ 3\ 1*I]óiM2\ 3Ãä\a0\1c\1füÿ\7f\0\99Ô²®ß¥\a\0\83"
+endstream
+endobj
+247 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im221 232 0 R /Im133 140 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im102 109 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im135 142 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im235 246 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im120 127 0 R /Im107 114 0 R /Im25 32 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im110 117 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im113 120 0 R /Im200 209 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im149 156 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im30 37 0 R /Im144 151 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im107 114 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im186 195 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im20 27 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im26 33 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im21 28 0 R /Im22 29 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im113 120 0 R /Im236 249 0 R /Im237 250 0 R /Im95 102 0 R /Im161 170 0 R /Im100 107 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im238 251 0 R /Im239 252 0 R /Im96 103 0 R /Im240 253 0 R /Im100 107 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im240 253 0 R /Im103 110 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im30 37 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im102 109 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im116 123 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im120 127 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im108 115 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im29 36 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im176 185 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im137 144 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im113 120 0 R /Im157 166 0 R /Im117 124 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im111 118 0 R /Im23 30 0 R /Im30 37 0 R /Im22 29 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im26 33 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im111 118 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im139 146 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im113 120 0 R /Im27 34 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im23 30 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im141 148 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im30 37 0 R /Im114 121 0 R /Im116 123 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im117 124 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im173 182 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im112 119 0 R /Im25 32 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im117 124 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im149 156 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im176 185 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im107 114 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im137 144 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im101 108 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im107 114 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im28 35 0 R /Im105 112 0 R /Im120 127 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im29 36 0 R /Im21 28 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im26 33 0 R /Im30 37 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im107 114 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im120 127 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im106 113 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im27 34 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im141 148 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im235 246 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im26 33 0 R /Im102 109 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im118 125 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im173 182 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im23 30 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 248 0 R
+>>
+endobj
+248 0 obj
+<<
+/Length 825 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}Ë®ìJrÝü~Å\19J\ 3ïf¾\98¤\86\86Ü\80'\86\ 4õP\13»»¥n»\9fÒ5\1aþ{\17«2¸\8bäZ\15+\93\93\83\8b\8bMV2Þ\11\19±â¯?ýó\8f¿þ\14~üí§¿þT¾æ<ý\98¾¦éûß4O?B\ e_S\88?æyù*Óòã×\7füé\17ÿý\8f1\86\1fÿøç\9fþùí\ 5óóÏß_0\7f-\8fW\86\12¿RÝ^P¾ÖÅ^\10R:¿ ]^\90¿òó\ 5ËW,ç\17Äõü|þ*\97ççåñüü}\80\9fÏççãW¸|@\8dÛó\15ýþ\85\0ùk\8dðüu\ 2Ï\87éò\ 2z\80Zn\1e\0\11\10\1càJÁv\80\17¤¯%î/\bÓõ\ 5Ët~ÁS\88ÖØ^\90¿¦ùû\ 5óõ\ 59C\1e®ß\9fðÍÃt9@ú
+\17\12lÏÇ)\ 1\19\bSQy\10'M\b®\a\98¿bÞ\9e_¿Bº\1eàB\ 1z\80\90D!À\14\8ca\96\84è¡ñ\9a\10Q\16Ī± >ÿ\1c\9c ex\82ª|Â&Ø1G@\82\87<«_\90Å/ BP\82&\ 4W=ª_Óv\82\82Ô \84\v      ÒÓô\82O\983"\81ð\ 5íù\8al)$A%/\98\911\8e²\18/\93h\b°3\89\v´¥\17gB ¸¬\12\ 1)\a×\8c\b\18\ 4[ü:@\82\96ìêÍ\18\ 3Ò´H\f Ï\aèM\ 1\ 3±\12&h\87\90\12b\ 6¦\18oE\ 3)B\ 1\ 4ôÃ:\9c\92¨ÃL\82R*\92\ 4!G°n\ 4L+"\0°!g3úòÅi·\82ékÍß\1fpá`x
+ìû\v^ÿ'åG`wµÃá\12й!e©7CÊ\92?\87\94W!|Ñ0\94FÃÃ\v"\bI1\ f\83\99ÑÇó#f4Ôï\ fpÌ(9@\9d¥\ 30!
+fF\8f\ 4\90\858,I$\0¶"aY\0\ 1\90\15ÂZ¸\ 5\94O-<\11Pÿ\80U# µãÓ\848xµãÔ\11>\ 2B\85\ 2<\9eC\1cè\88ç\ 2R\ 1\10Ï\95¯)C
+ļ³àí\ 5\19(!Î*b2\19\8c^VAâ9³¤G\12Ê®ä!HH dW\12sF,\94]IÌ«&Ä4'(        }\80\9e\13\14¤\ 4\1d24\aM\86h89Ï\9a\1d¤,¨Ib\ 1ý\ 2K\8d½/ v`A2\0í\0\11\ 2Õ\921_\16ß,Ù\88/KS\1cv%\9b\10¦     þ> \0    è&è\8bADÎ\ 2R$Cº!M1HJÀÒÒ- D"\ 4ÒR,B)¡`\ 2$u\94\ 3   RP®\ fí\11¡¯\ 4$¦¶ÄxÐ\10¦"ê\0¥@Ñd\90ÊÀ[<8b\bÓ[<ø\91\82T\88*²ä\1dµ\8d´ )Ök\ei\11-1åá:ݳci­\92\1dcB\98\15`\16äiAj8\ 1\12bC\9aaD¦$\ 5/
+æx\93\829")Ô=A\8eH\vÐ\a\90çS\15cê«\f§ÇÿÉ9 \882\bAù+SÌÙ\ e\90>\97\99\99\ 5YB½:\94a@¥ç\85ù\11P\rj¡½ h/`\964Ϫ/!ZT\91\1dêÑ"1³¥W\rÆ­È0tÕP\9a\10=¼â'_0\7fÍ\13¢ÀvÝt}>\ 4\99\ 2ÁXpx\ 1\12"r_Vóþüg!&¹õÒìÐñ\ 3\90\1d"\14\²DA\9e\9b#
+êv$<<\89\90\1d\89\93(C¬¼²ß\16\1dY\0(HÒ\9aЪ\vG
+ÈW\961\14ôûrD\18Ã\ 2\9e\97\12»\96ÕĪÊ\10Éj¬8pü\ 2Ù\97Å4\8b2Dòº\9c\0\a:êô[r¯°\90ß\15e\95\82ä\0e\11\ f@ª#ó,\9a\11Â\81:\89\1c`©}\1e$ =\8f\18\0k\vìª)If\8c*Ñ"*\11¥ÀªQ\80ß5!G"&\96Ï\90|\82\9eD¿jØÍàôùª\81ùÒôfÇ\86|é~[ä\b!¥@\84J ;\82\14WéyJ\80$\12\80fU9Jv\94\19        ñÕ\93P\ 2\14hÇõÛ²\82\94P·"\ f1\14u\88$æ3dÀ5\9e¥¥\ 5h\ 6¯V\842 ª®\9cT\97*r\ 3À\91Ñ\ 3\bèÕ¥\ 5©PG÷QÚÃÁÉ»'À,È\93Æ\ 2^\19\10e\80W\ 64WHÓÒ EôW\16L¯ÊÂ#\9c{^¸æòvá\1a²|×\93cB\11õõ®\87×6V-\9a¡/HQ{\ 1Ml\13´ä²\18ç\84,y\87\18ç\9c51f÷îùaJ\97ë        ®÷îó¥R^_õ\95R¾òúzAývÇ©£8\90D\1a\12E\9aQPÞU\1c\bÃ\99á«:\81\8ciG^\13¬RýHO\86ò\9a`\15¢Ç\vÆ:\ fÂþü'
+0M\ eó²\7fÀûïË\ e5XX~<\80\9c×\84ºj\14ä­\a³D\ 1&\84a\9dÀóУ\13
+¬E¢\0/\ eLH\ 4\ 4\11j×ÞSB\ 4\90Ï\1f­\ 3l\90\83\81ÄA^\9d¨\88\0úµuD\1cìie-à÷¡\158ûã\96\ 4\94(L\82C¶Î\ 5(ÃBTo\9d\v\ 2Ò}b7vÇ\ 3Èý7Qµ\83¼u\ 1ÚÁ\8eÖ\85å\9e\fØ\8d]¿\f\0bAOyD5c¤Fi\1d\\8fÈjè®#.\90\ 3ú\a@;ÚÑJ¼"GÒÑ\ 3\17W$\ 2z0\90ÞìèP0°µÒ\8aÁ\0IN­\97\12§PïiáÞû0¨\85)æ[Z¸\97G<\16ðÖ\aÕ\95°Ö\aä\8bÁ\ 1XL½ÕG\9e1õã\ 5\1fcêGè}Ñã%¿Z\17L\ 6ÞN0_\8at3\10\82ç\væ\b\b2Î/xhË¥J÷zÁ
+_pÍKâé\vÒëߺ¼ò\92£%º¾\806?,Ø\16ËS\r{\85À5Eìù:hÊZr:\85{z¸W\18\ 6Åxï]ðÄ\98&§Ö»\10\97ÏÉ)OðE\12ðæ\ 5H\ 2¹P\99\13\8cªåVÄ\9c\92ê\8epHõà\83\14RÑ*U.·li.¢)c\95­<\0( W
+ó¬y\13*CóÍÄ"Ï÷\12\8b\ï%\16{yÁc\ 1³\84{óBX¼606ëÚ\84ðñ\82¾rwë\9e°rw\98?ßØðæ\83\ 4¾@\8f*C­ûóCí\1f\86\8fÐèÍ\19ey>),ð\0\97Ô\8c\ eë®\88\85z;ìV]¸E@»ôs   Èª\ 3U\92 ZÝ\bðü\1d­\ fÚïÓ´&Bú\vMý-1µ\e¿\87\ 68\9e\90u\1e\ 4\91\ 1$3M+´\ 1R0ð\1a\92\ 4Ó9[s$¾\11r¦T\ f\aè\9aRM\12  yëÂ"Ê\0).Ô\ 2~_\192µ¡\80ÖAu¢ ÜÓ\1e­\e÷H\0}8hE2ØQ\1d±\99\ 2O\ 6Y\999YD||\81>\1c´·\ exjÈçL£¤\ 5t,!ÔA;ò=V Ù1\92Û?ì\90Qp,·OH\8d;rû\84\94°#·OH      ;\86\83\92µ`\9d(p1\ 3|Pµ¾\12Óã      Ð\85\19\9e\9a\ fì\ 4Cs¦[÷\ 1à\81>\9b\92!äÍ\ 3\9a\fP%\10£9ª\ 4\8b\1a\8e²©\ 6d\88\95©\86ÓP\82§DT   VäK;\86\83VìÌå\80>ÛeÍ \19ÉvY3jF2¶\83òMC\ e«äÊèó\11Æ\83zZ\rñ\8e\9c.\89®\90\16\16rÔÌ\18ea\16=\ 1\9fj\80V@¾­ÊE\v()\v\8b*\ 2¬.\90oÊð¬É°[\17\18\95¡\8a\1e\ 4\vLóPq+\94v×òx~H\ 6·¡\86'\vN/Ðû\1eÌ\93\1d¿@ï{°Î\8fÃ\ 1z\86"àïëiµ]·uÿ~ë»XòN@çÊ\98\rUTp\0\1døf¯K\8c\12`\9d%\ 2Ð\94Äz\89»Ïo\80\v«J@\92Ø[aâq\10'±g\95\85é\16\ 5cD\14è¨ÌÄ\ 5(qGß\86u-x:Lïì3$\80>U\92\13x¾gª$/Ú\17P\16¼ÙÑ¡ÂB©÷D`V­\18ÃK(÷ìx\9cW\8d\82,§Ú\0\17\96+\ fûÁ\7fÊê\82ÿàûN\ 3ÿ)ëaBq\92Ûy\rüg{ÁX\ 3Ø\9cö\13\8c\94HC+O\9d¾@n\03_xú}ýüµJçç\ 3\82¯`àL@Ù\90\84\96Ö\9d\b ÇcaY\0\ 1ôx,¬       ü~\ f\14\ 1\ 5ál\11\9b0\9cÛ ÜIebIZyëÄC½y&ÌÒó´ÆÛÊ['
\97\85\92\fP\16$\91\ 5ô\0I;\0-\93ç\b\85H(\937\19hi\99+\ 3\1e|\8f§\ 6¼L\1e\10\ 5äAáÍ\eIv\80F4­óÄ3D\1c½'\8fêqû\82Ö\8cì~\ 1u\87ËË\1d\9eN0à\ e\97òÙ\1d®\97 ±\96\90¦,\87¦þ,d÷æ\8d¾_0Òxaðȧçå      1\83G>=¯÷\83·\1aåöügKÈ è\9a%;>/\17\98¬\1fýø¼^"\fí®æøý\1dvÄn|Ëâ"\1e°\86ò\82((WY·iõ§\16-\83³9±Í7y"ÄÇÕ\91\bv´?Ù¥qY\9cÙ\1c6§i\97¾'\12è\83ª±Ý\96xRÌs³$\92\90\17\8d\ 2t`¿@5\96'Ä6g&       \11Ï\8d& Ç=\ 1\81hÈøÀ¹x\0>ñ¾ K¤»Ã\ 5É\0T\ 3vm\1c%SvMÍlà¼î<|¿õ\15¾`j\1dÕ     xC0¨È'Ö\17É\99Ð\v³\80\8cqG?1´d0"!7~a\95ì\0s\ 6)VÍ\19Ð+¿\ 4\r\89\§´\8elO\86(\9c_».ñÜ1%`F¿¯\97XRAá@\a\ 4Sjm\94î\vh?uY_1å\91\85×~j*Äó<hÈÚ­i\9b\11\1c6Å©"\1ev@ý§\ 59\93\9e\8eðEs§üÞ\16\9bR\10\94±\99s\14\10è¹Y\9e \ f\81\1aâFN\e9ßüùÇFNzñÜîmG\9d\91\81Ñ Î\88´#'èNudÕmbûVX\9aÅ\98\8a     Ñvq{K\8aíâu4µÉ³fK©\10Ï\9a-ç÷\9e\84÷\9e×ìx\v´sµ\80âñ\13ßñ@\90A\80öbq\r^LFj­Vc9¼@o¦´yííù±ì®¡Á\95Gté8t6pݪ4'\12èÕÚº\82Oè©ÖF@Â\8ejm»ù<\93P¿ý^çQ!8Nl\9f(\0ÚÀØÝg\19¦À3A\ f\93$\84¼'{Fç××Î\98/8\12P1ÅÇ«K\97\ 3üî2Þ\13b\9b¸ö\84\98\92Ðòs\87\84ôù\8cì@\a\vò\ 2D §§º\ 1)\9dd¨ãê1ܳ¤qFJ\80\b\ 5jÐ(\10¿Êé\0ËW\9d_\13×e\93¡\87E}\v\89\16ýÎe\81j¨ï>Z
+ aÇÐý²jJÀ±æ«ö\ 2\9aÜM\88\ 2È\90±çWñy\92ÝZz=ê\fSÃX\1e¶#)&É\8exhñn<ÀÛº³t\0$\84émbút\80¬#ªe\14Ru4¶gQ\b9Ø;4¥\1d`ïÈ\12v4¶\17ä
+@<BûÒçüJð\8f/èèK·Jãñ\ 5\1d\15        AG_ú¢:\13RdZ!\vå>\9a´B_¢Ëð\8a\ 2\1a\1d[t\9b×\16\9d!+\ f wÞ\91Y\ 5d\ 5::J³hÇ(\ 5¢H\ 1\9e\9d\17\91\81qhÈ:ö\ 5Ü´cù®\1dÛæ­5;Æ\ 6¾E;Äûªåp\80° B5Ö\17\ eT\98\ëMµ\r\85¨\94Õ\9b³#wÇÆ\82­ä:`GBël?=¯wRµÎöãó\12\aZyÂZÉ\8e\a\90§Ü\f+þHÁþqm\8f\8045·\90øD\0}\11^ÛÇé\1d\80v\1fX¡÷H\80î=r>\ 1Ø\1a¸ I\90\9e\13LE\93 ¾ØxE\ 4èØ+\1c\0\ 1zöÐÍà÷¥:qk£\8a¦ÃKoûÃ\11jþD\ 1Ù\91\851#`Xlá\9e\ eìw÷®\15#\99¹µ\10¹F\84|@C\9aw?\80\97\ 6´\ 3ð>²*q\80\16gj\94\8c\0\7f¾HϳË\1aÛBWJý|YC{\11\17¬Dò\98¡\81±y\14ä\ 3ãÈ\8a@-Æ$0¨y\97\ 4üâ<\89J@\12ó\80<YGWø\ 65\7fG\b÷\9b{W\88Ȭì\9b\19\e\rjþN,³A©ÝòD)ÃXDÏë3â`O^\8f¬@\a,è6í-\85£\94\853\94a\19\164Í¢\16Òæ\8b
\80\1c\8dlPp÷d`\81\96X\97\81\ 5¹Â\ e\19XQ, Ù±ãÀ·kFhN4e1 d\8d\ 3\v¢ ÐÔm÷þÈ\8cõl\10\83\ 1]Ç°m@\14ì(\8dDdFz\ 6¶#Jê:®\vmd|4 Ü+\13®3vú\ e\86e° \98¾\ 3\ f±¬jZË\1a\ fP@¨Ü\13´Þ\91\8a|aÇmÙ^\99\18Lëö¾\83\r\82d¤©ÜÚ\ e\ eÏw4\95[ÛÁãù{m\a\ fYr²*6dV\10\ 5d\1c/\e¸>~AÏÀv\ 6\14Ô\a\9clCýñypçͪüamUþ#\v®U~\86˺\97\ 6\8e\14\90/ÛöÌÞ\91!:\1e\14ò-\ eØ\129\9f\ 3\fæ=Içgfpk:¸>ßa\ 6cB\aè\98\16
+µC@Ö\bº\15\ 6\96«\ e^%\80N%ä\8a(p\9dJà(íP\ 4ôùªÒ*Ì'\16èµ\19hÇ::ofÍ\8eÒÊD\rH\ 4ôÑ\98*\13\80-¡CfL¿1\8f\8bhÇyÏ@Ѿ\80ÊкJ2DoÌ'Ñ\95ñ\9e~èIô\es\eµ=\1e ãƼAZú®\905-Ä{,Ø\9b\ e\1c
+p\98\93p(8dFz\90ösºgGR\86¦X¿ð.Qt\ 5\9e'1\1ed\95\81"Ú!\ 6ä¦FSìù{±@ªj,À\96ÈA\1dì\90 eÑ$\88Î4¬(\9eí¸òO«¦D¬>¸\17\ 6\8e,\10\8aÌV\18\80Á@Ï\16;U\aØ\16;h\85.2DÛé#¶"²#ØvÈif\90\80ä'SÂ26#\993ÔB}\8b^\16}1o\19\10Õ\88\ 5é1Ê)>C¼\v_àdö§\90¶?³w-\11»òo\99ýC\18>\17gH^Ù \84\8eÏw,åÝçõ\1f/\18º±6Wrü\0\1d
+®6\16\1e? c=|E\14\89F\80¥ \ 2Èåµm\ 1\9cÆA\86\1e\83~¿c²)N\ 1\1c@ÄNy_/?*\ 2{e`P\ 4bÛ;$\88\0IëÚÞ!\8f\85\1cJm\96>\80c¬g\95\85l\81\e¤ \8e±\9e±\fu`¬'Í\8cðy\0U\ 6\18xLB,ìÀX\9f$+@ñ\0ë¼Ë ÓûÅ@Ú£ú\ 26\ e \19Rz羬\92\1dâ\99y\1eÕÂ&Äm\81\9a'Ä4)\98\90\16u$\ 5\13ü}}Ò: WÜ\13\92\a¤\ 3=ëËD3B)\90\90\12\)À×Ã#
+ÂõðìÎ\1cÉ°^\1f³õî\9e\bñõðÐ\97Ëá`²Ö£QW\9a\95òYû\15=/u¯½:ñQ4\17\82Þ÷\ 2£)Ý\97o7æ·Â¹´\8c+ÑS\84\ 1r÷Y\9eD+Àoܵ`\82îå\ e­L\7f\94Ö=\11--¯\fG\T="53pz\81¾Öº\ 1«n/\18
+èv\14²Ã  :à\9d-+
+\83ðÊó¼\7f\80ÓzC\92\12Óãð\19\9e\98£\98eD\0¹\85pO\8a\9cçù\90õ$\9d\9fy\92ýºô(\ 1úU\91áK\9f>@\9ef\b+"`\ f\86\97Í&\ 6\17ß\99\81z¶x,¸àºìÂ3\89BLzÁí\9eàø¼Þ\v\ 4\9e\16sLÎYä!»±]$!tÓ²~;f7¶2\v\19Ât½g\b£µÎ\f\1aÂ\1dÓÓ\95!gL{X\88ç2x\0»ñL*\ 5Yb\88\AÏ\8d§\19¢òùÆ\93\82¼©¾ñd[¾5¦Æö|ÑXHï\e§\84\ e ·ÞìyÙ\91\0z^\17¢$B4¨\8fP\86ulá$Ú1\9aXFÙ\8c\90ë¾\ 49 _÷%\18\ eÉ1±­Î\1a°\83ß½Ô·ÌHz³\83C2P \12tÈÀ\8c\82ê\ e$¿Y\8c©é\17THB\ 4\9aâ\fY\ fZâ´È¾\8cMICC&M4<Y°jjHsóu\1d\8e©_[µÕp\86mÕF¿ß3`\en¦U9ÞK«2\fÈ:\0Äl´Íµcäº0#+ÐÑË\9d\11\a{8P\82Æ\ 1Þ
\85\vÒsÈ{E\89iÐ{©\rd}4\9eÊ\15\99\11½Ð\9e뢥ÖóE\88ê\93\ 4[y#¯\8f\17\1d¡<]Hðø³KD÷¬\8f\987\9b\ e ëóå®\83®\fÉ+x\ 1X\19ÂZq·vlô\ 2µD´Ý¹>KDÇ/@0ñg\12Ô§`m4\9cC|2óM\fÓE
+®_°<W´n\93î\e\13\17¼[\12pát¾±z\9dÉ\96\9e\1c\82Rõ4\9d\9f\9fó«ÀbÏ¿Éñ\f¼Árù\82ç\ 1\82peâµÄѾ ®à\ 5+\0º'\a\9b\aX'é\0W\126!X\97FÂð\95ß\84à\12\16.\97­¼ËÓEZ\85ã,\ 4\17U.\17\12¼\98¸µt_\99¸\ 2[tîhnÏǼSà=¢\0e6Ì\83mV[âÁõ\ 4µU\b^%\86Ó\17\80\98\86\1d\0  \118\0%aN\12 \99\10ŬI1eA©\1a\v®\a¨ÏW\866'º¹Öw
+È]L¡ÕX¶\17\f\16\9b_QÅñ\ 4=Åæy\7f~d0Á\86k\8eÏw¬â\9bgt~\19Û×6fä¼zؾ\9f\8bÅý\1f`³1eç`ç «¡nD\89\83ô\ 3Ú͵÷\ 1t0bJày¸®\81uÀdU\86\19l\86ö\ 5|cŲË\80Síþ<Üâ+\ 1«ÕVÀÂ\8e»oÛXá\1d\806 dt\0}7ul@ï§ß×Û/ÚÂ
+W\ 4\15i¡Ò?bû*VM\ 4x¥5\8b2ÈfS43B{\98\96\ 2\81ðm³)\ 2\v\88\fµ
+è\fY¥Õ\93!Z!\99\16ôû\1dë&\90\80\81K\ 1º¢\8e\ 3 \ 2vÜÚY\v\8d`ÇH¥2e$D\1d\95Ê\84,qG\99-GU\bY­uÖ¾\80\ 3b\96{L,H
+{\86+ÚÂ\88á\88κ`F#:k\82ñyHêõKEz,\aT\86gé[B\ 6;\81Ô°§Î5\85{Î(Oe8\1cxÖ¹Ú\ e°Ó\17tÔ¹\82hËi\9d+¢x¢£Î\15\17-¨¥$LjZÁ`\e\90\10\10mã!£ÞèYm.\13ÒB¹\9f4\17\18Ñéçoh\8a£\11Y\9eÅ \9c^\18Ì0¤Ô§cª\1a\10±}\19È\90\10m¹ù\93\ 2i\10\81È:ɶ\17|f!éâ± >\r"\10Y©öt\0¹\a&\94´S`H\ 6¬\13íø\ 5\1dÛ.,ªOcð56\9e#P\90Íçd\8d\ 2|½ôM\19h­dî\17ðõЫÈ\ 2ÖJ\16µ\ 3° t//<rܱe\88íæñô\ 5:¤dël?±@\87\94l\9ddg\19гû(J!Í\r\93¦\ 6|áGQ¥\98-ÌHà\0=\ 32yEj 7R\15t\80\8e\ 2KYT\16\10
+ÌP\bô\ 6\84XÕ/ CNµ"\16t\0°,Q:\0\9d\93\1av\80\11èhE[Í\12:д|B\ 6iQG\17Í\945\11 °\9c\96p\10\96SÕ"\86}!úsºl!ÖçÕëI\8dôî|\ 3¯8ë¡Ü\9doÍ\Ã\1eÝ6f\fxt\9b²\99$wÄ\v\fP\8fô~º\82\82º\9ev´yV_À
+\ 4\9a"q`Ìr+,MmÑüpXjÍ`£aiz3\85c\15\8a\8dÚBÊÝ\94¹¶ðóFÌ\13\ 5äZíV¡Ðb*Ò\v\15î\89À\86kyK\ 4ö\ 2\87«\85ä\ 3"R"Tä"\ 4L\1a\ 1iy!¡\98²£\9d/£°^\19µk\ 5\9e\8c\18Ø\11\ få¢zcVß\80\12¤o\9d\99\11\ 3:\1aÃ3\8c\bõÆpÛçé© \87½1\1aÎì­\aÑÁd¤\99e\ 3`Ù^0âȬ\13ít\0½1<´¾êã\vôÆð½õ!öâÑ}ÏÙ\89\1f@^ÐæK\84\17|\86\1f9}\81.\ 3ÖGæÉ\0\9dt³òÆé\ 5B}ã\88?r\12"9\9a
+k\10\85\90ÈPÃêï\97!k¾X¤óSì\8a\86>r|¾gÙ@@j¬à\eÛÆ\ fÓââõ¿\90Ì8b\11Ðk\ 3\96\138BLG\84Ò"²\90$¦VÜ\88\9fa\98\b\12\81\8eÍÔ6¦æ\13\80\94w¬T\1f»\91¬\f\18T\13b·¶Ñý\ 1V\1a¸i\aã¢ÙAþüzË\8eFhE`4D¶\1dLigáÐÈu\9a\90\fémt{óCìÅ4l\1fЦ3\84\ f SZQuÆä\ 3â,~\0I*ÓtO\89Ò\9b\19\eºv\7f\v§FZ¸lã\87G\0o\13¨çIyã\ 3úý\9em\ f3"@G\853\89Ñ\10/\8cÀhH\1fxN5i2DyPQ4 \83*¦åÛ\99;w-¤\akÑ¢     J\81UÔ">æ\96D
+°æ\11Í\ eò15¤\ 5=\v/&1)ð\10PN'Ð\17Ú\86Ò2Ûp\80P¹.´¥-Õ\16\8f\ 4\ f\8d\8c`\ 2Îß\a\18iäÛ³\9aàÁ\0±[ß\ 5<ßsgjñÌè\ 1*"`Ï\9d©ÝÕ\84äé1Ù8ÑVïl«m\9d\8d\13¬)üû\13ú®\1c\rÿ#\0\19èèÃ\8b\93&\ 4|\97c\vH\82\ 3ÅD\ f\10¢(\ 4¬)=K\14ä»\1cWM\88(\vÚVa\97\ 5<±JH\8få\1açÖÕ®Ø\ 1J\81\8c8Ðsik!Í\91\ 2\8e\15¼ §«¼hzÌ3«I<\0!aEZÔ3X°h\a Má\vTc}° á:z2äá:ºf\80\12`]D\ e°[ã\88´\10Ý\1a³\85\aÈ\92êZ´w¥\8fj\91íbt¿\80w\95\8b¾\80#\80 KÖÑQ\9c\99\95#Ä<µ»)C\ 5\19â.ü\ eÕ\97\ eÙ\8c\10\11\10\ 5\11ø¼óÀ'!I.\97\88\AGr¹h®\80ÊÐ
+Y OǬópPýÚx\10Ðï\v£²Ç\8d\ag\19Ô\e\92\ 3\12\ 1½P\9d÷x(yÝ3l\15¡(\8343\8bË+3\v\83Ø\949!;\ 2º_h[}ú\ ej\9d¶úÏK\ f\wÈ·. ¨´\ 3D¥ ¨¸\ 3DeFΨ\ 3DeFbÜÓU.Ƥñ9 þþ\82é©Y¹-±Êá\91ÞOßB$_\ï÷¶Sú,Æ4»5o8%Ç\19\90Köbýt\0ýê?Ø°éá\ 5º)Ýïm\8f\1f o3´\11/ç÷ù­é¤\11\80¦÷\16Õ?lòP\99ÎöA\9e¾à"Ct£¥EõÓ\11xAN\8cB\83õóIÈ®M+b¡ÞÓmQµC\0^\9e¨\9a\12ñk×Y:\0í¦\8d\ 5\11@ï¦\8d\88\ 1=è  J\80\8e\10kÃ-\9e\fstÐæËN,Ðç\8dE3ÀgÖ5%â-á¢\19 \15&\83®p\f1¿÷]5
\ 3T$\ 4\1d\8a\fi\87\10\123$çÆqE,è¨0­H\v{rãIô\85|f\1c
\9eX\85¤\1a2\)Þ³û\87E}«\14g\1d^3Bo.c]§¶HlT\v\92\r·øv\84ͬ¯\83á@£ e÷G
+êµöýæÔU#r\80²ª\a`\v\11Ñ\ 1:\16OT¤ÇÈ\99\91ܶªÞ\9c-T\$OÀv\ 3§¥]¹\1d  \18å\16 [ÛàÆS<»Gñ\88nȶ\93\8b\86\8c\96Þ?\f\9aÓ\ 6Föù\85z/¦ÍQ\13\ 2¾Ñ\10\85\94\1d1íÞRí¦%¤¾\90a<p5Åô\v2\12ã\ e)ÊE\v\10\18\16\97/\ 4\9f\17
+\9eÝa÷BAß\16\93Ĩ%ÇÛ\84E\1f\ 5läúõ\ 1Çç;`\ 3BÎÒ\ 1xSõº\1f`\ 4æ×v\87\9c\9e\97Mq(*\ 1yn\f\bس\91±H\1fÀ[¢\17p\0mÌñ\95\9bÏ\12\ 3øÝ?b`Ç\8d\9b¥Ö#\1fðJ­Ó=\ 2®Eú}zk<MH\82ôÅ\eÓëÆî¬\82z^8-\88\0ú2½\10\ 1\ 1z.î«&\ 1|s\bä ¾3!B\1d\ 6\1c ËüÒ7\a\86\9aQ\rÎΣ G£\83FL^n\1c3Òá\9e¦ú¢Yq\ eg·j2Ì®\1a\85\90Ëõ\vô&°Øz\19O/¸6\81Ñ\9epl\aõ\9eð\ 5iQGOø\8aÌHO\ 3Q\9b\17÷´\88
\8aÕXØ*ÚÒ²É\féÔ¿;å\99VµÚÀ¨%O!ÝbAj\0Å.\vø¼yTMùçÝ!    >ï\ eñL!ï\1c@θ§s\0\9ar½);#!ìiÊ\9e4_D;\8aÛ]É\96á\ eu"ZmÁÕ\ 2\19FÄúdDEZ\80XȦÕ\91\16 oúyó\88§\85´ÄØàôÎ\11µ¼^9­ð\0údŪÅS\1c\r\ 4Þ¬y¿3>Î\9a\ f\981{\81h\85¼as_\8bIm¥Í¶\bJHÊC     y\92\9e®ö\ 4\85Pw\ 59\8bQ=o<\80RØÑx ©a¹Àý·ÒÆ\1cQP\9c\85\80ªñ`\16Ó\ 2ª\a\15ú2½\ 3¨B
+
\ 1ë\eh® º@^¬6Ò\14¹~\9e\98§·ÖÙ\ e°\8e\82É@õ\80K\18Ö|\ 4\aèh<h\17~þï\93Ö\8f\1a\0\ 1E$²\17\1a]A\a\90\výÖ7p"\80\10Ï58½å5 uþ\0\10\12\9f7¯¬¯Ù\96MvëK\ 6Ë·\bT\19É,´}\80§\13tàxµ>:\8f\87\14Æʲ\82:\bc\15\83z\0V\9eÀZ¤wÕG(\85\1d÷ÞqFR$\aµ1®ê\17°Þ\ 5Ù\92±\91q¤G\1d\82ô¨\ 3Åjë=\90\14\89\8f|gÄ\ 3\9f×[¦,ÖU3e|±(´Åº\14/w\rÁªé!M\8e'\99\85lä;KBH/-\ 3\12\ 1Xà \a\88\ 2r\80vcw¦\80Þ\93\9dÐ\ 1\1c{\93\94^K¨NÞäºÇ\8b\83É\95\9b<ÌH\8d\94Í%Ö:°H!\15-1ÍIrèüyhÊ\ 5wܪ\ 35kÞ\90\1a\ 1i\85iÉ÷ìP²ë\1aÇ\ eñ\89é \86Dlb\1aùó\9e\89éå\96\13\12¡®\89i$Ã0ª%=Ý\ 1Ù\11½Âc\9d\a'%\ 2\15\1eö|\95\9e§Pï   z\12¹@\93SE\12 `w\1c±ò½ç9\96\9c*\81l1):\7fG<·çö^<DZêÕ`\82åörLÍrûY²ãnn>\ f\ 2?ì¹ùü\19øÁÍÍçA\10¤=7\9f?\83wЭ å5\9cs:\0º1˧\17´Íª\ fW¸m\ 5Ý^ð¶Yµ\b÷=-µ¬\ 1|\ 1h} Í'vå6;\0(\1cë=\ 2&tÀí7°ùã\ 14Wð,/´6¸\13\ fu@=KÎg\a;\83÷>¬\88\0 \9aÀ\rPÑJÕ³\ 3\86Æ:    7¬ú\97\14Î\9f;        ù.¼Vf\9cG±¼Â\8c\ 3êÅ\18$\19â¨\ 3Yã!G\r\b\92\89][³}VCÁ\987
+BS¦ïSÜ\93{G\8bhûFAZ\80      Ra²\98þ(\83ú\8dÛ\9eÛÏ\9f\91¤øX\0\1d\ 4°\e7\87\0\81ãJxi \8eJÐK¨ã
+\ f \at\869à1\80#Ý«\ 4 Pf\13\14\0y:+\ 5(Áò\8dÝÃ\1dßó\ 3{eÁñ\ 3\8a\90\0rïÈ^\98ð¢!~ï?\rZa+L$Õ\8d\10\16\ 3\1d@`Eôc\1eLþh,cC\11#±Ì«í C\16ê\93\81å        1\9dJ¨i4\96ø®\8d\f«Ñ;N¾Ï\ 3\ 5ñ°c\81ÕV\1c¹ã  \f\rÎ3\844/\9c4\ 2ðM\82³ª\86¤¡¾\8dw   ®\88ÕF45 ×æ\11¥\ 4\1dC\11\11ùò\8eåI9áÄR§@Fi\99¾<)g\91\87nçA·7n\14\99õ\14Øf(DúµñÞº0\18Ï\18hÂh<\93ab<0\15R<\10)\ 64?¡çå\ 2á>\14â<Oój»%8>/Ó?´\ 1Ãíù!@G»epéG®ýç\16\8d\94A\10®`\ 2X<Ô\10Ö8\81\ 4 gÕ\80¹R\97\83¬²\92À\aè}¤ûP\88ÃA\ e\93\1fÑó\1d[\0\vx¾çʽm¬Ù ¬>\16(iGüT^ÑPqÀw®,xÕ÷¶¾\89çeßã\ 5oõ½$[¡}®Ã\11B\ eù\10\10\ fôÆ\8f\98E%`c!P\8bõÁ\9c$j1--¥zK\bcZo
+¡Uv<!¤/0WÞÿ\ 2«íh\96\94\ e%Ì   \92@G´¬ñ\96%\8dvQáYR^\A\96°\a\93s\81ÎPß\96°\8a\90ÐöÁ\90â ¡ñò\8cªÈìùEz\9e#Bb!Ò\87\ 2¬ñÃW\ 3Ö9\82H\88\92s6\96\81¤XALh=õÖÎ|b¡¼\80\84Yqð\95i\85ªhÎ\807~À\90R\1eõÞË#ÅEÓc`ûª\10;c\1dNDÃ\8b\eQ5D\ft\ 2\86tzëÌ\ 2\83j]\ 2\16è\rõé®u\12­\0©Q®\88\81\1d·\8dy\9aDwNî¼'ÄÁ\8e\rõ\rá{8«È!Üò\859\88¾\90~A\14]\11\1d\8a\88P\86ä˾\9c´´\80\8f\85\88y\15]di\93¾\9e\1då½+ZbD«Cå\9e\8b3^8C§2fÈ\ 2]\88ç"        1\ 5\1d©H\8bADIQQë¢%fóÛ£F\81gO¿ Q> ÷\80¶  V\1di\14Ì\9fÑ\8bhu¢m\ 4>>/M©¶\17\94¢½\80¢!\9a\9fÑ\10½\85\19§çõM\8cm\95åù\ 3ô\ 2[-à\ 5Ê\9d}[Was%ÙE°b/\98µ\17Ð\ 2Ë\1a\11        e;²\17H\ e\14Ð\eym_\86GA\8eº1£çå=\861LÃ"øz\1e\8apGq\ 3*±Þ5\12á÷wt\8d úw\80ÜÛ²\vW\878\1e¦lEØPÊ*\8a \11\81²Ü²B{m±B|Y\86é°\8b Æ +\82ô\ 1×ç§\17\aêÃEm\1d\80\8fä®|C3g9+Ü\1aO^20\88¥\18-'p\\19ÇÃ\8c\92\16P-^«¤ÅôÂx\82VDo[hk\10\ 5\1d iíô-CC0v¶-C\10B\92VFÍ\90ÓÖ\11\e\8eË\830v¶\87г¤|[Ǫ\192Ú·ð\90þåê\8b¯}\v¼ù\ 5ú\92\ eÐ\väËA}\8bUøl]ÆÙ\19È[\8d÷âÆ )ÝÇb\=b\98\15È\19éÑÀ\ 6\889fIÛó«úüçe\17~4D²Â       þ>\88æHV7¡xV\1cq}fu\ 1\1e@¶cÙfóúí\98õ]$1\1e"M\a\11\ 5\ 3=\80¢)i_@§j2ôe:\ 5\ 1½¼d\1dl¾/ú\8cÆÙ\7f\0ËìaHÚQ^\9aÅ\88\92ªÑ\f#B½¸R\91\1d½F¤Þ®\8cmÌòã®\f\9a\16ZóP\9az\91\91[fn}\98i\fu$Ø=Aê\85à²ÒB\83MI.l\8aÓº\91>\83\86 
+¾à8\13 @\bò=Á\8eÇÙM\ 1+-Dð\ 1\1d\1d\90Ó\93\ 1\ ezQ\90\fè,X4\16ÐÞ\935¡çu\ eXPïp\80Ï´´xîH@½\ f5N\88\0\1dýg;"gò\10¬Hq$T\89\82\8c\ 2|¤e\12%\80Õ\16\8aF@\9a×e¤Å\1dÛF \19ëØ\ 6[Âø\a¼\1a\ eê­#¥"3ÖÑ:bv0:\10\´sÃ\8a\13i\14\93t\19\15¢V_Z\8aæJxã\85jÉÙT\v\14\87\88\87ú}c\9a4\ 2Ò\vÛIó\ 3Þª\8fQ\19Þñ:<\19¦YaÔ\1c     Íê"d\80\1c\fí]\e\83¡ÀÞµáY\11ú\82,\9a!\ e×\81\ 3\ e´h*@ExVm\0\91\0\9bIq%ÀÁÒ\1cýþº\88ßÏ\ 6J\90\0WO7m\98\1cµaÉ\ 6\94\a\8e¥é\11\80M¹o\85\89ç\94ûã\ 5\1f§ÜiR\19V5#a=\vP\at Ç¨±\90\96f\92\16\vñçç[±TN\9a\r¡\8bX3
+çAq\926}\14äG:\86\9aJ½)\ 13t\84ò\80u\9eµh\94\8e³¼\85b#\r\ 3{YÂ\8f¤HFgñ|ð\0cÈe³5B\871ä¯ÐöYoÏ\ fA\9bï`\1da\10Ä0Ø]c\18\ 31ÜË\12a\10th+K\YÐÕò\10\11\ fõ\99\18\13¢0\88û\14¬F\1fÆp\9f\ fG\88(\v\96Uc\ 1ElYó«®p|AÇ\8e\ 3\vè\8f/èØq0-\88\84:\bbH\92\14Ó\8c(B\16ê\13)m\89¨¯E¬ib\1d\94a«KdU\89Ø¢\10d\ 6:p4³l\ 6Ȫ\13\9f^ c]\14Ä\82\8eU'¶/É\15\ 1\ 6\ 4*\9a\11·iÂÑ\ 1¾C´JfÈ\ 5\ 2õd\88\ 3\81Þ<À:Ý\14âµ\8aBÌv\88Fð|\anT\9aÐ\ 1::¹S\88·\I
+\9a\12ð\15¢\13²c2nT²æ/\8f\85WW\94\9fYÑVÚ\ 6®¨
+\15^[bÚBÒ0\88(\9cr\10\9e\9fï     ¡UhOB¨OÄì\86Ì             ](ÑàA\89²Ú\b\8aè:&b¬¶ñ`áØDLÕbZZ[X\90\98\881Ø"ß\90Ỿ}"ä\14\90Iík¯ê\88\18\12ÒÌnÒbR\9a\eO(1\82£yl"cºçN÷êÆ`H\99\82\ eÄ\92¤yC¾\83\14Å#\1d©á>\90áÙ\ 1>\91¡É\0mZ(H\bõ\88*\eX\81/\ 2¤ïcFÞ¨£õ\ 6Fd\1dàðYM-ivnm\13\93\87·Aê\vV\9f\98êç\80ÄÝ¢:}F\9f¢Wöùû\0\9f}       \19\ eÂé3à        ïº¨Òù9`FKK¦Aô¬}ÓÈ4\88\ 4:#\ ev\14\a¬\81qr1kpb¶U'\8c\ 2\1f\133¾Fµ\8a2LXhÐS£,\g\8d\85´éÁz©\1d\19äkP¡\btÀ]Àß×\91\ 2\ 2Òá\1e P\83åv8À×\84TM\ 6ùLHB_ ÅÄ\87\8bã      ôæ©hÎÔå\ 1y\1eÛ1}Y\8dµML.\94(+O\fk\81\95'&$Åz\89®Î\12\ 5hÛÆ\82~\1fÄC|\8d(\94\81\8e-\eÖËì\98b\9a\16Ød\98§\87t(#LãÎèµÇ\149\ 3½\19:\19ðÎä 2Óä6"!\80\15\16\92[&Í\14Q
+$d\8a:r[\ 3 \e4\85)\17Õ\1d\93Æ\81\ 2\ f çÆE\8d(YybÕL1-qÍ0"Ô\9bojT)H´h\11C:>\93\81xØÑ}³";¢g\96û\9e\11\87\82î\1aQ'\1e¡K\1eöxfpÅÁÖú (\11M\8d\ 3\8e'äɬ\1c5%àX\9aP  \942g\eÕO\r\14\8f\dh½ÔWÚ\Lþö\86oÝ#Yhàiå\91¢¹sw¦b0*ßZ\ f$-¤\15&\98\18u\80?e1 ¡\e\10\1f¹ù¶\ 1q\8b+\9c\r\88\f\fó%Eqõ\90\83Hj×\9a\a¶ç\87Âê-9¿\1e\0ØrÚ¾Ð*<ç\13ÈîÜð\ e<\12p4È\88\9e\97\e)mÑÇñ\ 3\1eZ\eÜéy\1dͱ¹\12\97\85|¤`Ú_04ÔÑ\16}\9cD\0]ú±= Ë\13Ìñ¤\ 5hsÛg¼\ 4\9f\85$9mÎdT\8blM\87Ë\ 2\8e&\89\ 3¸°H,ä3\rIÔ!R\9eH\v:¿Ü
+\1a\81®«ÿ\97+8¿@^\9b\15\v2\84\1dk2
\80ÞÅe# ®\19ô°\1c]-¤%ªº"\19Òçr\16d\ 6:ær\16ä\b\94hÂ&
+ìùA8Ï\rÉQQ\ 2:ì?\89\9e\8c\ 6õ-&\1d\86\88\0\83;Т       \9a\15$M\89øL\81fÆø¢\8cº[\81±´¬\ 19z2È3ãYú\0\97>µ!ß\93\bé{éS\9dî\ 5\ 3©j_Àï½Ñ\ 1\94aýV\1eZL\ 4\1c\f\ 13K\86Økê\1f\rǬ©_à\0CB\14\85\98#\19Êfàó\9a    \8f\84Ì\19ok&$gL¯\9d\84\80·õW)\9e¢\99©\9cV\11¼\84=­r\0\98n~¤UË\95\ 2×1]\9aÚ\96\ 2\81z\92a@Ò\81F9Ã\90P.Rn\17çwÂ\89\aH}9?ÍKÛµy\ò`^\9a[LýxÁg\19"Ãúíºèt\80\8eaýÖ×\7f:\80\ eWÐÊ+Çç{\90\10gDÂ\ e¼\ 5sfÎ\að\1d\9e\và@G\9dÙ\16=\9c>\0Ìg\9d)h÷ÞóNÁww\ e\ 2*\96\9aG\91\85\f\bqF\1f _\eO*\aH^7a%\92­Àvo\r\94H¿s\rå\96\b\19XÀY\84t\80û¸ÜRBÛÓà*!\ 5¸O3ü\ 2¹Æi÷Þþ\17|¾ö\1e\96¡\125\19âÓþ-\9aXâX;¯a\19\1e¿@oçµ®|ÿy"\84\96Ú{v\8c£\r\14Ñ\15\11\16¬\93Ê\ 2ò\ 5«ø\ 5\1cK°ÜóE¶faÔ\17Ùµ÷¨!Iw\r\89Íë÷\e\92ã­÷\99\82zr\9df\95\ 5\82\19\924ØTÞ\1a\ 1O<ìX³\10D5 ­\v\96Ý?\fÉà\9a\ 5d\bzÖ,¨î\9c­Y@Þ´ãÎq\832\@L
+¦üÎÞè5åg{\1aÎj\bx@Òû\ 5©\81ÞT\9e`DÕ³ïe]EC@.\9e'äNA;-½s\9cÔ\88\82´T\aäO¯BDSÓ07\19H\9fSS\8ef\88,Q\ f\9aaU\83JBA\18\12u°0#5îè\88ÎYóÇ´¼Q\90?Ö;¢3Î\fõó\97U:?¿¸Ï\9a+áÅ\ 5$\ 2zGt\86\99¥Þ\11½\17\17|\11$\1dÑ©Å35z%2ÒÔn¥òÇ\v\90]ü§ýù¡Ìl¿ø?\1e@^@·U'\8c\ 2c]ñ­\9dõø\ 5=]ñ\13 `GW¼U7<
+Sk«?¿@ß\95a\9d\ 3\8e\fÐ\8bû6cvf\81^!Z\83ÆCÞ\97¿ !Ò!Î'DBtoÎÀ\fg\8d\ 2\vª\10\91ÄÈJíÇ\ 3ôÔ\172\92\81\8e\9bÿ(q\80\97\17\0\1då¾M\ay\a \17÷yE" \97¸J\12  È\8a\ 3\9a\ 4ÐÎ\85\ 4´BT£ª\84¬+\7fF\14Ô»ò\ev\89GAÞ\95\8f8ØÑTo3û>\vXS=Ò\81\9eÔ¸m\86\1föe¶ÄÑóe´õ  \16v\fz¦Ý\8c\84Ák×4ª\ 6Ö:\80¼©>è¹-:¸å\8a\92]×8v\88wå/j@E¾@\r\88\98\86öEKÂÊ\13ª)ü<´ï\9brB\81*R\80BOTd\bô)»ô\16P\rõ¯,³D@j\88\1az\89k\88h}¦¡0\9dD@GaÊÓ÷        \86P\98öê\84ãLhj\1a \fÊ1m\ eH\ 6;\16\9e\89åj     Qy\83ä\96\11\85t\1d\80v     Ft²\10ç¤\ 6D$9Ï¢3ã3û\93t\0^]Ð"B\ e\89\b      wðÌÈ
+\88ݼ\87êÄè\ 1*"`Ç\8dWÞ#ºéó\8d\17Í\f\e¦á\16Ü:\11\11\ 3\1dh<8¼ £÷ 7Wp:\80\9cÙ\ 5«õ{_À×8\96ý\vFp-\83Õú\ f\aÐÍ\80\rý\9f((Á@½Æ\12\ 2:¿p[cÍ\13\19\11P¿tÜ\86þ¯/è\80}XVé\ 3øX\82,\ 1\9f·@z\1cäS  \90\020h\9c\90\ euàéÙ\95å\81\80\1d\11ilèÀ®\12ò¡ÿ4,\ 2Ï\9b{k\9e8\8a\80¾( !\1dèi\1dh#r[wÿPOyÌÈ\90ê=åÑ|éé\vôúP\195ÄVÞ@,ìAôÃvHça\15¥\98V¨¬\89ëdÈäNȸÂ/ÐA\15×Y¢\0µ#ë*Ú\11Öú\90DOFÒº i1\87\1cXT3Bj\v\11¹BÝ\10\fð¹\ 4è\8b\r\9bØß\94q¬ºR´`\82Ö\97\8a&\82|   #2Ä=Å\r»ñ\eu%ɦ4\1d!äs\ 5Ac\ 1m>Y       õ\ f\16ëÍ'6×ð`ÅXóɪz\ 2\86\11\9a\91KZÇ'î±\16Ê\rÕ\e\9cߨ\b¼ÐüPDßÑP\9dÓtË\97æ\ 4Cj}>˶(ö[bˬÅ\90\98R  \90¸C\86
+\8céå\8d\eûP\82kÇ>/\e\18MÊrEv¸£:ÕV¹º\f\12òòY\89è­¹Ýû\1f\ 3,o;\10\9f_ðx~ìθ´*õé\ 5\1dK\1038AÇ\\85Éà\91\84=K\10óþ\82¡Ú\86\95¹}
+8\88\ 3G\1eÊ\ 1]h\9bÍ=
\ fXªö\ 1T\bW$Å\1dBhm\ 3¾\1028½\8a\ e o/3_æ|\0Í+­ÊýЦ±\96ô°\0\19ì@ª\8fÐ\fèãî±J¿O\87ÍÛö°\93\bÊ\86t\ 3\1c\90$\80/Q\8c\88\02\8c\90þÁÁ¡pl\a\1c\b¢à\86\ 5²¦\84ïfL\87\ 3ÜÍX\1d\8b\88\rÍÏ'!\e\8b@2 '5¶¬ ß\8aØ\ e\13ñÆ\a\95\85¤ùg\81B¬@RÚX\ 5²\ 2Ò²\81\96TXÿ\94/Å,·¿éËvÌ\ 3Ç\97ñ±\88\80õ-hBHóJë\7fò´\88×\ 6¢ú\82Ïk\fGLñû\1aÃsH©WGÞ\ 2ª\91\ 1¯½íÀ?\0+.,\9a\10ò±\86vç{²¥@
+¯'XÞQ\ fN\9f w\8f,Ã4°ì>i\ e\91öN¬È£_=2Mï'ü\ 52¶j\861UO} ¬bXK\92Ó\98Å\98\88\fýÛm\85gLiëACô;\99\82\8eÉ\8a\86,:L\81\ 2=ºÜÿ\92\8bj\8cÙÍ?r\88\1dõ\8dYV\ 2V\1f\18\ fk_7÷(ª\84­\ 3óé\0ÓóúÂÐþ·{\9fuú¶DÀ\900@Àvá\94æÎìØðü\9a\b\1c\9e\a!\ 5Gë/û\vF ÌvØ\83ã\aèht\rTòô\ 1=\ 5\8a\16X\9f^ ÷¿Ø:Ã\13\ 5äþ\97\1dÐÐa!¯/Dõ\ 3\18îÂ,±\80e·¶ÌpÛ(çd·Ø\92\ 6«µ?^à\84¥d¼fÍ;      \9cñ\1av÷_\ 1 :òkC\ 1ê\96\81\96ÛØÝ¿GB\ e|\90E\1e²æ\81\ 5|@GT¸\ f&¸zÌ*\14è\0º\16í\83\r\83\r6HZDÓS\9b\12<~\80\9d³Æ\ 1Þ¼ Ë\10!A\11IÀ÷!B\12è<\9c5gÆ+\ 4Ó=\16TdÉ;:\ 1wLÅÑ\ 3,\88\80=2`ãÒ¾)&U"+Õ>â\8a±ôt
+¢%ý¼ñÀõç|¶B\13\ 2\10Ý)?À,
+\ 1[ȸJ\14¤¹e\14\r    \87\8e\98Ô\90\8aL&\18t\84ç\8eùt\bÔ#Ù\9dïÐ\13\ e        é|MÆÞPß91#\12¢°\9c¬¤445_\8fYÿD\92\ e@)PE
+¸³\11n@B\0\8c\84PïGMÖF5\18\10\f%;@³Ûi¹\95\9aí£\11^jæ\16Hº)`\r\18\90\ 5\1dí\ 3QËíø>D\98\86,'Ä\81\8eÜp\ 3n\10e\80\14\18²fËy\a\aÊ\r{X0#w¬±à\ 5\vy/½ßa!Ý´\80ÁB°^¾°Ø\v,ýZÜ\92[\93Áè¢\891\Èæ
+âgð\fÚ\ 2b\ 5\96è\0Sº¸\90Ñ\ 3\90a\15\96\ 5|\80¸\9aö\99Þ\9b\fÅA ¨\1d\18ò@\ 2½\17/\983tX@ë\13æ\fã \10Ô\ e,é°\80\f¹áÈ\ 2ýæpïÀ8½@¾9\8c\16Ö{$ ¹Ý´J<àà   Í\1d\9f¤P¿¾\8eA\12"·Àáò\90\rG 5Ò½ñ¾³ÁSC·ÂáQ\90^àgD\81\8e\ 1\15s\86'K¦×\98
+\92b½P\19mÒÏ·å\fü¡\8a\14`-\10È\ eô CBS¬/z\8f\16\95\8f\9aâhxj\83¦8Úò\98AS¼o}\185Å{\v\84ë\rIj:!!Ök\[u@#\0Ëî\91\19ëÀæܦ+$\19âÐ\vå\9e\1dÙ³{G\vh}"Co\88,![\88\18\10\ fäI½\ 4íP\aøÅ\fã\99\ eà\86QWÔª\v\83¬º\808ÐQ]X\90\15é©.¬Ó`@eÓ\15\83\9b4KN\13»I\fªin\1c !Ö×N\ 4Q\8bù\ 1 !Ô{óc¼\15Mì°\90~4Áª\ 3QÍk\9c­\11nDGr[\83ÂrÌ\10\7f\1eþ¾lÆ2L\fu3\96mJÌu\85¤À5C\ 6èxý{qÁ\15A\axÁ÷¥\ eð\82gHéݽùÒàBà\90\8bkó¥¡\17\vË\80\17ªz\0\86\9b\10ö\ 3\f-}0XÇð\19C\87­P
+ó7\ 5ßw.È+\94öâBèFßøn\9fx\8aqèÇ/y\ 1\1f@
\15*»ó\v\ eú\aGe\8cÒ\aÐ
+ÕZ!\ 5õ¡u[\eáÈ\0½w¶Jy\18Ä\ 4\f\9a\fÒÔ<"\ 2öìâ³\89çð\19\ 3\88feI\13!^\1aÈ\9a\15`\1dµÛ|Ær\15\ 1\1d\88j\87\85\f\83@TQ´Côê¾ !Öï\1a¢Ýøù2Àæ3ì\0\ e$\1fÕ\82ªi\ 1/N -èÀ?Y \19Ñ'd\16¨\ 4úx\85\ 1À\1c9\80\8a#D\vWM\vyi Þ2CiÒ\bÀ\e\ fò-\11ÞK\13\9e\bóá\8c,}@¥¥\89\ 5úrY\ 4·é\fE\ 4)\ 534"úhDÖ\bà\82Jz±\b\a\95\14\r9o\@JÔQ\9e\9ag5\9a"2P¡/Õ\93\82\84Ã)\9d\84\8bHBªF\v\12Â\8e®ô´¢p¨cj}\9aD;Æ:\1fä¤\84ìs´\1a©çÊ8*$\f\bõ/\88\93ÊC\92ZÛe\8dcHxi@\v©if\9apH­\177òM[¾Ï\86\fÆä;t\84\e\8d\90ñ \82\12Û\9e½)³j\8b  \v¡!êè\9e©¢\19pk\ 3\93\8b¡CRs«\rL\9f\81 øhFÞ\9f\1fºµ¶MnÇ\ fÐ\e\98\82u¿Lcø'Á
+LÓ \98Ù\ eÊ8yP^ì\0«v\0:ØPç]\ 6Æ\ 6\eê
+x ×øÂ\92\11\ 5dtÙ­¶0(Ä\r\17Ó\9cáô\19\82\85¯¤\fà\ 3zzº\r\91\ 1~\0¤\85==ÝÍ\19n(\18c}ý1Ý3$;úà!ÙZ\17\14CÂj|\e,#Ð\82k\8d\8f/\8d\80z,/RÛÆóD=f£\15Yc\ 1\1cD[\8cÝi\9c\91\1auì°\8a\15\91 cuK-\88\ 5²\1d\88Ö\83åÚ\ 1\133\rú\12C\8fX4\ erXÈ(Ú\11¶õ\ 2q°c,À²\ 2Ï\ eÑ®þiU}\11\199\ f(\1eÐMù\8e\1dá\7f\ 1)\ fD(\ 3:úE¬÷d`G¦\1c\94\81\94PDÖ\83\8c)û"g0Â3#\1c<Bs\ 5´ÆV +ÒWbZ}c4$L3´c:\vgDÁ\ e\16Ö¤±\90\83_´Rýñ\ 5¨Tÿý¨Q`É/D·\8d\84a9 \ 6tô#¿X¸=?Ô\8fÜXx|¾+ª/û\ 1\90ä5mïÉé\0¨\83\8a\r\ç{\14¨ð\0\1d©e[T\7f~\81\9eZ6°ö\13       õÔr-·(\10§t\8f\ 2[T/QÀ\83\84ó\84\88ÆC!£çõFÌ6eè=O¯\9b\1a\90Òv{<vÝÔ\86{N\aÐ/]\e\12Ó°\b´Z¿ \ 2lQ}\90\ eÀÛ\99\91\19éÁÛoÐ\98\82\16\12\1e\96Eã!ïgF\86\1e\89óª}\ 1åAM÷xPëM\1e,ñ¦\1d\1eÊÝ#±áD\9f( çU«fGh+fK\vÎ\14\94\11f­!Ú#\0¿u\14ÝùU\ 6¦6°]¾¦\10\9f\v@Ê7\86NÖO\10\92°¼"#\1eêýÄq\15Õ\90\8dKC\19\90áMS\82¦\\87\8bÏX\86ä\12WʦD.>*éç-ù\9e\96l\8f\84<¬×,)½ö\9c\91\btà0¥
+\83\12§ªEå^K·kG\18\1aÚÖÒ½\Y\18eg\94Ö\9bAm\86¦P\ fjó4\8bÎ\8c\\9b\ 63#\a
+daó\87]\9b"!Bצl^û^T¾­Â»\15\95o\88x·¼±Ý\9bú\96\8cÍkO¢\1a\93{[5&ô\96áyá\80\87¸?ê
+\fq\7fÔ\9bo\88û·¢rëÉ\1e\96Á\8a\bس\10²ÕG\;Ä\16\10ÙÄøvw÷nÊå\ 5D¡AÄn/\18»·­à\0\1d\80õ¥ÅÄÕ\9d\99g=áó½\ fh\97\1dþ\a0D>øûú¥eCì\1f'@­÷\b°ÄA\ eZy¥E´Õ\81\8dàxx\19\1c\0ÙA\86gg\1f0\8ag7i2Ìñì\90\ eõÌ\1a\aU\89Xy\ 4\8e\85\16\v`a\ f\9e]Ðd\98×g\90\bt´ã¶é¨³\19ÔSó6\9a"|\ 1aA        ÷XP4\16ÐÒ\80å\14õ3|\r\95aóÅ\9e\fó\ 3¬÷\ eP\11\ 1{Z\17v;Ø\rIhÕ\11Ä\82\9e"ß²Þò\85q\15]\ 1/\8fhBÀñð\92J\ 1\92Ù\ 6x\0½+=\8cÚ\81\96\9a[RR\1dDAú\ 11ßû\0+T\ f\94d\ e°u\82÷|\99\v¾\8cdÆmÅ·\10Ï\90®ð\82â\89\8e\95\90¥ÜÔ¢¢Z2R\9d\98Q@Õso=ß\8b©SÍ*\vH\81©")îX\aujO\ryW:"a\ajÃZ55¢©é\ 4ݹ>ñ>\89\aXD!$Å\85\80Ò\9a\8eâB@iMOSx\f÷,Y\16M)ok\17#\1aÚ\97ß\10ýN\aÐGÞs\1afÁ³Â\96!\ 1ä\16&\e¹\1f6幡Õ\ f\87õ\19\8e¾þ\19¦¶úÎ\88ªåö\144 Â\88P\9f\ fÚË3ó\18h@°Ë\92Ãó\1dAñ^\9e\99G\11\ 5Ë«­};Á'oLçµ­\ 1çô\ 5z\aÏüMÂ>30µúÊôº±{ÈRç\8d\9d\15hZ<1;à%´BÔÚâOB K±\ 1úy\14àÏWñyVà)@\ 4:,yXW\91\85\fÎ/K2È\17\f ÃÆmIùé÷å%é{yçøû\97
+\1d\1dx\8f¯\15R'\1dê\18x·»\92ã\v:\ 6ÞÛ\92\vø¾\82(ÙA\9a\9agQ\ 4\8a\99±4vݵ·¿\1ce@\8eé÷úÊ \12\ 3ô\95\90\14\17Úæ\16×\8cñ}\ 3P\ 6ô\9eò\8a\81èøf\ 6Ç*T+zA\87\10ªv\90¯+@2 ´^XSü²³ðcS<\1fÚ×Â\11\1ep8\ 2\86ìHb\18Í\12\ eB¡ÙJÅ~\12
+4ÅòmÍV\1e\91´\88V7 %ë\98yo£²®\16p<ÂYrf¼81I\86\8c¶^<â¹å*\ 2\85\15'\82¦\86T\vê½ <U1(§,X´x\82¯;\80¾H¯\ f\8a/ÄNó\8a\13\ e¸Í+Î\a°[ïleâã\a\o½ym!H\a Õ\99¨úB\82åfµ\r?-#\1c\97IKE_Í/«&\ 2lL2ç\19ù"4&É\8a\vb<¼a\9e\eò\85\8c£îت\13È\ eèW~¹BK¬c¹Yq¡|\ 6ââÅ\89\ 5\17\7f©¸¸\11¬wdÞ_0\92\17îÃAÅCM \89y\81\ 4Ô\13s+o¹ç'µ\11+o\15\av\82£\ 1\ 6\89\0|×A\95$\88ÎË[e£|\86N¡ç·\eW\97\81là¿\99\80â@¯P\15°Ö\13W\ 5
+\92à\8e\9cÆ®\19|\15ÂFpÃa4
+\fÍÉ\1a\9c¡ÏBÖû²ª_@\8a+ÖÏ^>£ßpÀ\81å\9e\fì³A\832\10ßÌð\90\f¨f\94\17W\10\v:òZ«\8d\14\a<\86Ã\19j\aà½'¢\16\86¹\ 2-x0FÖ\82ªi\ 1\1f-ZDOÀj\eH\ 6{´hYD-"\1f°ª®\8cá!V$CúÒ\18Ã#<¿@^\1a\93ìÂsÛnýyY\ 3ÛŸj\86\84Åä)&¤\ 6rV´Oæ8<à\80\84³$\ 3|\91a\90\f\19­­¼\85s\9fÃ)6n\8f\faGïMÉ\12ýèTK\81ñp7\9cáh4³Á\19Þòd©B\ 2êp\ 1Ð
+öÀ\ 5 \ 2v\f$l}#
+\ 5i}rÅ\8e\ 4\18\11Öw\82T°£kbBñd\ fÈ»5Ð\15\a_\9bfÅaÑ\ 2B·42\98\94åx/¦ÏI\8céiÛD\82f@FÖÍ0\1eëh:È\9a\19âh\8aÈ\95÷ô.á´VßT\0í`OßÈ[86V_¬H\8f\8bU+,xh\88[\85cìÊ¿aßl/\18)\r\85Ü*Ĺ\1f\0ëÕö± ß×K;æ\8aó \90Ý>\953|\0\9eÆ\17\9b\91MÝ@v߸)W\16ôt=Ôo\1e\f   ¡¡\ 5xBÈÚ\ 6\9e\ 3ÎW\1aêm\ 3\96±¶\ 1+oäA,¿i\96HH\eGB\91Ô\88¦eQT\ 3¾¬aÖ\84\88ÝtÄ4\ 1
+tÜtD»ðt¥\90¡\19B\16ê@ÿy\ 5¿ß±\85Ð\9cÙ\89\0B^hÅ\ 5HÁk\91\95\ f\14Ñ\94\13d\aô6н6\91?#ÙQ\194\0'O\ 6\87\15\87¦\883óm®ÆL±³Î\95\15\17\90\1aw``ís1®\1d!m\v\93}Áê\8d\95°¹\96 \1e\80¡\11"\19ìZÄ\18T\12\12Ñ\92ñÎ\r¤È\1dÉe\1e¶Å6\172iþ\94Öw¬¾0èÍRA¦°ãÚ~^Ô\ f %²¶\8aq@\11í\ 5õ¦\1e\96ul+\88\92\10Ñ\ eªµî$t®KH~>\15-¬¤éq\98¤\90\84\9582±\ 4r?u\8e*\vp?õÖºðì§~¤(CýÔ;îÆhr\95\13Ì-:\12\eðç\91%ëHðËÍÌbOÐ\aÃbÛ\85èÉ ;\96á2\80\fÖTä\8cô~ê\aD\ 6ò\1a\a4#.cAõ\ e\9a\11\1d§q!\8e\ 1¯ìÙu\1c\83Cܳkçü\8c\81;(i\1cà\v\16ÒÆ1ä\9b\8e\rAUµ\ e¼\93\ 4Èë»vLÒè¡\1f\11
+®Y¢ ï|h\97Uq\14Jp\8aH\84:6\r\14\95\ 5lÓ@\v\89£\ 3Ãv-o<H\17_ ¤Ëõ\ 4U\1fJ\88é\1e       "ÒÂ\8eë\8eh\17v\8e\19 å\95\8cxг\86p\12   @Xh\ 3\86\1e\vù\1eE¤ÇÚ\a<\9f·"_ôpiIfj\8eìñ\ 1\9d\96[#\ evAFL\92%æ¹9\14\ 1\1dxÅfÃ\ 6=Alë\GíX´VäQ;¶§ö®\f\93+à     ¹¢\9eaýi\11)È Ië=\11Jva7\18\8c$»°\e\fFR\82\1c\90£Á\rPT\v&HZ\9e4#Â÷(j\f¤\12TP0ØÑÅ\99
+\92\0½\8b\9bp­ Y\951£pXïâLU\8df\19\EÑl\0\87\13ÕÂYZ\1c[\90\ 4JÍK­.b\93eq\10\e{ï;p\ 2b\9aRNð\vzð. \12éI}\b÷ìø^×pí8û@ZÜѹ\ 1\83Á.¼\v\94\13Á\ 2)[ã¨E\83¼o!\88vØ)k\f\84"¯¶\ 3\18\8c\1dÔQ\ e\9cÚ\ e<\19\ e\ 6=ÉÞv@)ø_\7fõÓ/~\19~\84\1f¿ú·\9f\1e¦âñø\8f§\11zýǯþøHvò\83cÓW©\8f¿ùÍ\8f¿û\1f\7fþñ\87ßÿú·\7fúÏßþÃ\8f\7fúÇ_þøË\7füù7ÿ÷׿ýÍ\8fÿõÿ~üÓ¿üüû?üáÇ¿þݯÿõï\7füòëÇ¿üþ·ÿþÛÿøùÇ\7fùñ»\9f\7fþË?üâ\17\7fûÛß¾~þÝïÿóëO¿ýù\17ÿ\1aêüoÿñ?ÿô\7f\97ÿÜ\9eûúÝÏ\7füÃßÿøÕÿþé¿ýêqºÿ\ f\ 6Zo²
+endstream
+endobj
+249 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 826 0 R
+/Name /Im236
+/Width 45
+/Height 66
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85\90±\rC!\fDýEAé\11\98 }:¤¬\95\ 2Fc\14F ¤øââóG_Q\9a\ 2\9fÏg\8b`\88H\ 4\8c      h"\ 5ü\82\94)aJ^\12»UH\85è4mÕE&²±ô\8f®oñd\97y*ªMS\8e¤3¹È|\92\9eÇ:Ð]X\99pyÎy§\8d\9ev+w¯ºÏå\1f\9dÁEÁ\8d.\1eÛúâü¦62\ fÒbÜÄùÃq3lv\9eË8¸iéd®L\92\ 6w´`à\11\0\1aú\85\8bçO¾\97/úx½Ûó\ 3Ãÿ¥r
+endstream
+endobj
+250 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 827 0 R
+/Name /Im237
+/Width 69
+/Height 67
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿ\ f\ 1\ fì\89aücàÿßÀüÿAý\ 3\10\83ÁþCý\ 10CþC=\ 3\98Á\8e`ÔA\18Ì\1f\fF,\8c
+\b\83\ 1\1fã\a\94ñã\ 3\94QA\f\83\ 1Ê`\18eP\93Á\ eN\bÄ1\\9dk\ eù\ 1\0ßI»l
+endstream
+endobj
+251 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 828 0 R
+/Name /Im238
+/Width 50
+/Height 66
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95\91»\11Â0\10D\97q P%¸\a"2ÍÐ\17è: \11\8a¸R\\82C\a\1e\81a\b\1càä\8dî³»\92\ 1\ 3\95c¢ \91\ f\ 3ýÓ\13µ³éDÌ[Ó2P÷¦uG\19³Ì\ 6VkÀÚ\1f4\87ü\8f_\95\90¶Dn\ 4\84-\10!\0\8f´ú\89\16; 6ò \r¢\88×P­r\bM,\895áwM\98Qa\88\ 6\96pàj¶ÙLDqÄ\ 2-\96©t¢©ï¢\8b\87\14\a\17ý\09\99\vèêëh~¹\11ÒeG\1dñ´ÅÿÈ;\8bº'\99é·PòÃùz{^^k\1f¸Z
+endstream
+endobj
+252 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 829 0 R
+/Name /Im239
+/Width 67
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\ 4\18\18\18Àôÿ\ f0Æ?\18ã\7f\ 3\8cñ\80\81A\1e¨\92\1f¤\bÄ`üÿ\ 3Â`¨ÿ\ 3eØÿ\832@\ 4\98Á\ fÔ\8fÎ8\0a°ca< 6\ 3Ý
+lîAw3Ü\170\7fÁ}
+õ;\b\1c\801\18 \8c?0Æ\ 1¨Y`0L\19Ðô@\1cÃÙ¥ö°/\0ḿ£
+endstream
+endobj
+253 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 830 0 R
+/Name /Im240
+/Width 35
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEϱ\rÃ0\f\ 4À\ fT¸ô\b\ 6È\bZ,\88Ùe\1aï Q<\82J\15\82>ÿpà4WP$\9fB\1e)@~"\91\8cÕä\96\18¥B\ 4Jl@\8e·\99Àz±\ 4ÿ\849\0P/ØØ\8c\9e
+YMC&\a´~ÂA¸9È=ábu§Hç\8eCãå¤+׬'ãÂgT%ä\1f¾TÓ\eØÓÔ\87\94\8eVT=\16µß\9f¯ýñ\ 5ì\92
+endstream
+endobj
+254 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im108 115 0 R /Im21 28 0 R /Im22 29 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im21 28 0 R /Im116 123 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im117 124 0 R /Im29 36 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im141 148 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im29 36 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im105 112 0 R /Im25 32 0 R /Im25 32 0 R /Im107 114 0 R /Im105 112 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im21 28 0 R /Im106 113 0 R /Im114 121 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im109 116 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im107 114 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im143 150 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im109 116 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im134 141 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im107 114 0 R /Im21 28 0 R /Im111 118 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im141 148 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im134 141 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im114 121 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im117 124 0 R /Im102 109 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im186 195 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im30 37 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im118 125 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im29 36 0 R /Im30 37 0 R /Im118 125 0 R /Im24 31 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im113 120 0 R /Im139 146 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im111 118 0 R /Im25 32 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im186 195 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im176 185 0 R /Im25 32 0 R /Im113 120 0 R /Im110 117 0 R /Im113 120 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im113 120 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im107 114 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im137 144 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im107 114 0 R /Im26 33 0 R /Im102 109 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im115 122 0 R /Im141 148 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im21 28 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im102 109 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im120 127 0 R /Im110 117 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im186 195 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im107 114 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im105 112 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im144 151 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im117 124 0 R /Im30 37 0 R /Im101 108 0 R /Im28 35 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im120 127 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im25 32 0 R /Im111 118 0 R /Im141 148 0 R /Im28 35 0 R /Im116 123 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im111 118 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R /Im27 34 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im117 124 0 R /Im25 32 0 R /Im26 33 0 R /Im105 112 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im21 28 0 R /Im116 123 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im24 31 0 R /Im117 124 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im113 120 0 R /Im241 256 0 R /Im242 257 0 R /Im164 173 0 R /Im162 171 0 R /Im164 173 0 R /Im99 106 0 R /Im94 101 0 R /Im100 107 0 R /Im93 100 0 R /Im238 251 0 R /Im243 258 0 R /Im96 103 0 R /Im93 100 0 R /Im244 259 0 R /Im238 251 0 R /Im98 105 0 R /Im95 102 0 R /Im161 170 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im240 253 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im149 156 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im141 148 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im167 176 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im28 35 0 R /Im111 118 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im101 108 0 R /Im25 32 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im116 123 0 R /Im24 31 0 R /Im116 123 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im103 110 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im114 121 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im176 185 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im222 233 0 R /Im117 124 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im141 148 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im24 31 0 R /Im110 117 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im223 234 0 R /Im137 144 0 R /Im107 114 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im114 121 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im133 140 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im153 160 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im107 114 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im141 148 0 R /Im22 29 0 R /Im29 36 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im118 125 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im30 37 0 R /Im109 116 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im144 151 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im196 205 0 R /Im127 134 0 R /Im131 138 0 R /Im121 128 0 R /Im170 179 0 R /Im126 133 0 R /Im124 131 0 R /Im245 260 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im30 37 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im120 127 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im22 29 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 255 0 R
+>>
+endobj
+255 0 obj
+<<
+/Length 831 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K¯äLrÝþû\15½´\17¾\93/&I/\r[\807\86\ 5ÍR\e{4²dë­1\ 4ÿ{\17«\18¼\97¬s*N$7\8dF£ÉJÆ;"#Nüóo\7fþë\9f\7fË¿þí·\7fþ­}õ%ýJ_)Ù\9fí«µô+×é«LåWïÓ×Ò\97_\7føûß~÷_ÿ>§å×\7fþÇßþüÇ\vÊWîç\17ô¯¹<^ÐÒñ\82\17\94|}¾>ÿ÷ù\0Û\91r«_u¾\1e \14ý÷gé÷Û×úöûO\ 2Lèü9½½\80\1e`ê"\ 1r¹>_\9e\aX¾r}ç@\7fÿ\82+\vûW}\1c)÷²\1f ~­íû\ 5o$|}0`Á\9c\80\fÔôþ\ 5õB\81ù+=\9f\9f\8e/øIÂõý\0K\82_°Ø\17´¯ôM\82üF\82÷\13ìL\ \10¼\1d\80òpÍ÷\84hm\9a\10Q-X×[ZP\12:\0ú\0Ì\81\92f\8d\ 3íkzãÀö\ 1%\17ô\ 1\80u;@\86\1c\14\94àÅ\81RªfÇè\a\94\0&\82¥Ö["XªjÇÈù\1fvX;?6C¥M\9a\19¢\1fÐ\16ñ\ 3°\15*S\96¬\10ÓÁ\ 2í0ÔÁ+\ 5ö\ 3t$Â9M×\17<ÎyQ¢úü³ôþµ¼+Qyû\84þÕ\13ü\84\19\91 g ÄW\1aìZ4¯\88\aõ\9d\ 4\væÁÒÀ\ 1Ê\e\ 5¨\12,ð÷ß\94\80þþ\8a´øý÷©\12¬ó \12¼\9e¯I\14\ 1¦\ 45A\ 2È\8e¤æ¢  ñ»!\7fùâZ°\bÍ*\vk\81á\fðåï_°1¥V\14L\947\11fv¨Ö®Ù!&Cµ®¢\f]? ½\ eÐ\1eÚ\9b·ç\97¯)\1d\a\8eàp¨¶U\r\87°%¬S\19\8cÇv\16NZ4Ä\82\91Ú³\14\8cP\ et\94S +B´pF)\ 1ÐBz\80y¾eFê\ 2   Ç\ 2uÑt\882`\85¾\1c\ 4ôØ\rÔuºå\ 6Z\82:,3°¥IcàL¢¹\96Q<\9eÓ\9b\15c\1clE\8b\86\98\1dn\ 5Q\10Úa\9c\94µÃ\f:I\19\93¡Va8%Ç\93­!O¢d\ 4/+Ö\1aäa\96óâ6i9\15S\826i\85\ 1æ\88Ú´H\8e\88e$­Ã\80\1ed$Ø\8a·Þ\87ãÙçùa0¨8Òý÷g\14\v\ 1%¤Y¹\95\86\1eîÈÉ   I]¡í_ðàäg?\86¿ ·þú\82Óó\81hì¨í<^0V\9a)/O~9\80\9c\13\1dµ!ç\0\94\82Ó*Q\90Ö%z\ 3¿\1fÈ\89r_5\160C\9cç\ 5¼@w¥y©\88\82rFqT\86ο/\87\12Ù\©ó<­K¤\ 4\9e\8fÔ%R\93\bH\v+iE\ 4\ 4J\8cÍP±\8cäüûúù³*\0¤.Qª¦\834§,]ä v\84¥f¤\ 2ï\8e\90\96\ 5ê^\168ÛÑ@Y U$C\81²À\94\91\f¼Å\83´´#\9a1æÊË\84¬\88\1eÏ\96\ e\8dÀÛùiiiF\ 4\f\94\96æE5£¬®\82\ eð.\83T\ 2\84P\ 2\b\ 5ÖqGòÌêS\93¬\0³BU¶B¤¬aåeO        ia¥\94{,¬Es$Ì\11Ô
+Yøî\bx]Cõd$)mÐ\bÈ\9e´NÈ\93)u\15«Jȱ\b+K$Ñ\8a\90²JG2\1cÐ\81\8et\byBB\80y\1a\rÆöÒØ\92î¹Âº@-ÖEhAvPÏIëª\86Ã\84\82+²"0+'e\81\ 4\1d\11\bFHN\9aa0\ 6\92zÌÁ\96\17\8d\834),÷¢±V´h\8c\15zbá\9ap/
+Xqö\11\91,åÛ\8e\ 3%$\1fдp\98V\96`J\b*K´66-¢\ e\91´¼CO\86n\99Òå\v^ÿÒì\96éü\ 5\19T÷Þ\85pû¦6#\1eæ$\87ä[eA´C$«¬{méá\92\86
+¼ÙÄèô\82@Vg\11µó<\93¢lw\9d\8fç\1d)"\14\98ºF\ 1\9eÙWx\ 2Ù\14\1e\99ý\99\ 4²\10ä¹½\84àò\ 5²)Ëó\82x\0â!§2p¢\0º¨"\ 4Xf\89\0Ì\14f\8bÉÏ¿/(ÁNÀuQ  HbúT\0\ 1ßã\19Þr\91Å\ f IMn¢\12\92Ì>\8b\ 4à¥\81iT\ 4w
+\94\15Q@¿.·
+i\98\ 2Ö³QïÙÁbÍoÎ\ 1hqfÊ¢\11 ÷ýV\18pt\90\16\ 6,¤?ÿ~ 0Ð$\ 6Òï\9f\11\ 3\ 2ŵ\19ù\ 1=\1c*Ë®\82\ f\7fæ\84\ 6,]²\ 1\94\81\ 1z×Ò:¡çå\94¦èF\90\u&h\85ß$\80\9a\933\16Ö¼j,ä\85\ 5Í\8còÊ\ 62b\91ÊFUí8É
++´¢²#®­Ü\8aDj\93ý\b«lä[\8e¬NëM!\86Á\9cî\87\8eÊÄè\aX@ïS\90\15\ 6Ò=\11XÚ°\1d~*á\ 2E0PX@V$Ð\ 4^Wè\bä\ 3\1c\1d\17ñp~O¬SW= ¾ímG4\97Æn{·\96\vÍ\15\91ĸ\88I!m8ÀÑ\9cì\8bZ-\9a\16Ð\ 3T\18\rÉ·½\rfµú5ÅV\e\11=\ 1aAC9¡Ô2°7\8dL(\1e\ 5Ý\87´mÆf\19\1e¤øØ6Cy0Ã\80F\17\82¹ªBÐ/LLÏË\9b£8ò\88í×ïöÁ,÷ \1eÅ\91\878ß+\8e\9c^ðî\rhbkÅ\91Çó\9fóB2\ eÒö\ eÎÓó ÿ\91U¸òC\f\97·\ 3\80
+×ôÆ\83W\85+Oß$üñ\82Iï\é      \90P\ f«³u@\9eI¨Ï£Ì\ 5=¯Ï£Ìè÷#}\1fÖ\ 1é\v!©n,Ó!\ 4NLÄÊ3\v8\81ÞÁ\97W$Å##9ç\ 3È]°%UI\riÛ@Zv-X>·\rÐê\82]V\8còð(Ð\8cò°\14$E\81ò\82µn8jD? &í\ 3øPN»¥\87ÇP\8f'\84´@pØâÙË.\89\10\9e7)S\93Ä\98\97\98 \1aé2Ð!\v\ 2%&hGô\12\136Åz\8dÐJD\ eý(\ 3\97¢1\90ö\8e,(\1c\0½#¼Æ\ 3µ0PãYU3Âj<0 \ 1U>\9cÚT+t\9f\9eÚÔ<\8bá\0\19h("\ fiz\89\r¡Þ9PD\16Ð\ 3\ 29µ©u\92(H\13ô\96î\ 54Õz\89};H¦z¦ªEµ|*Gsf¼}E\8bIi¥\13Ƥ°ÒIÔhî\9a\1aÑ&0«v;\89\85[%rCB\9c\\1e\873uf2H\9dmU}!éb\83!%ìbcU\9eY\v\ahûDF\96(Ð>\91q@£·O\14d\b\ 2í\13U\8cgXXÝ\1e!\9d\14VS\12Ö{\ 1Mk\88\84z­´MZPM«DÐ\ e\ 5FL\8f\ e\16_\8aÙd\8cæN©\10Â\90,Ò}a%\96\874\87»/\9e½\vVb9½\0µaa\12f«Ô\9d\ f\80¦tYÿHÒ¾\80\16\89&t\ 2ýÊà@-¹\1c Pbéà\0\11Ð\91|\1cÀñÇ\84\ 23ä¡ÜÐ{ô\9f\( ÷â\1d\15\8eó\ 1\ 2\r\a\18\99ìÈ+â@`²#eéü4/H]\13\80\92D\ e\92É\8e\fÍ\02d\ 45Å®ns\1fK,JE_ '\16E5d¼À±"\19Òs»V4\1e\90.\1d\80R°!-\8e \864ðû\11Ô\10«oø\96\98\15(f¤F @ÁzX\8a¤\86|¸eÖ(@Õh\99UgÆP?Ê /2Ô\ ed\88\ 2C\8a5!5R\12\vCí@j\1c\99íÈÓ-K¶5¡H\96\8c\17\184;@óóZT!r\9a@\1c\16L_©A
+L0\1c\8cÛ39\9d\90\1aèÝ\90Gzî²\90\10 kÑ\0\9f.AÑ@\ 49f\16e\88ªá"[B\96\88\88´B\16\82Ì\8aä\15)ßS㣠 cP\ 6\1a\fHtø¢\ 3õÂç\0¹ý.rT\8f\rÚ\81\0òHE¾DOKZ\93cJ\92\9dOI\94!\96\9d·á þ\85\9a\10\1f\r\14\9e\19 \aèP\89ô\ 3Ì\88\80\91N&+3>\94aèÊëÈîÓ |Ð\91ݧ(üÍ\9e\e·½T\9c\1c\b+\9a\19Zv\9f¢øC{n<MÇ\ 1\9cÜØÉî½/ $41tIÈ\1a(úñ|ìæ×\92ûªÊ\0¹ý7ô\94ä¡Ï\90òÆ\82\b\10è ± Ú!\80\8bh\9aF\11M+x> ÆÙf5Sý¬Æ¬\vh\ 3¾XÞO Ï¹\1då\81Ë'è\99Q\16\aT\8aj\bØ\80
+T\ 3\1d¸¡jRÀë\vMS#\ e]\91\81\1a\ 2\ 6kºH¦\90Ýù\94©\1ebøñÎ\87¶á<ò\82\97\18\9eT\bºì\rØ\90\v4\ 5\81\ e\ 4Í\16ó!\95¤i2G¿\98Ä\ 3\10=\VU\ fY\81A;\0\9f\92A\a\b´·'ä\8d\ 2\13\ eé¦;>`E]\ e°ú\ 2ò\86\81Jiµk¿äâK³\ 6\ 2dH\ 2-\18µk\96\8cVH\1aò&\81\16\8c\ 2~\0è\vô\16\8c\86¢Ú@\v\86UJãÞð\82ßá±\80\97H`L¦Ãrþ0\84C\b(s\1fÌ\v¬@"\ 6¥\14\81äGPøéÆ\86\17Hn\12\b@Ñ#\12\fGäM\aÍP\88<gî¶?\fJÐ1ã2HÀVÚ \1dÞ      P\16Í\8crTQ¤Ä\81\ f0TÒA\15h\r\90\9b·¦\89 ï~@"\18\88é·ö\89[É}\83fP\ f\ 6Z\9fî9\92Öa4#@ÛZ\85\aÆô\812éM;j\ 5\9ei\1d\ 5¥Ü[xÎ/л ¬}c{~¨\95\bßÓê@«Ò»ÿ\1d\85æ|\ 2ý¶Â\ 6\.\14\0\14\e\vx>Ò½ñJ\8a®\14Ô+Tóz¼`(«²ö\8d\v\ 5å¬*ïI\89OA"\ 2»/uEÀ\83ÿðY@rû4kZD\8b\v{[õ\85\82zu$7\8d\85ü\0P   ôÞ\81\92%
+Ò¼´th\ 6\ 2å\95¬±\80\ 3\90 5\f\r)A`HÊÊ3\97\ 3ÈeR+Ï\8c°à\89N;A\ 2È\98|\86,:ÀB«î\88vÈ«Îx,¤µ\89½}ã¢\ 4úÊ\95\ 5)A \89j\81ÎXo=(+r¦\81\19«\15\11 P©®ÉÔx\10\93n\9b\13\8cí\88Ü@c\10"q3°¯<Ùz¡óö|÷V\9e°¥-UÕ\ 2\86!rO\8a\rÜÔ×"ö|\17\9f'©ý¾¬`Ø\92\89ÏBV\eÑd\902 #\19\f¬,\99\93è\bÈ\8c×>±<\1a\8e\19\ 2É0\ 3±\19Óa\19·î\97å]\89õëª
+í`\0\96±îXJÃJ¸­m¹£\84-i!1\1f.\91Ó*\86nZ$%à\b
+é½\ f\v\b\9b\9aÙòþ\97¢¦Ed6\ 3\1aB\14\90\7fñí\10¡À\84Rs\89\ 2V^\11-±×\0ã\v\ 1ë_Ij8Á:h\90\1aF =M\8a\16\ fP\8b­äMèy0&Ç\9eoÒót0a¿©¸<¯#\83î7\15ÛóCÈ Ó"Ò\8fÔ&ö\eßóó¡î\99\19\11@/\90Í\88\ 1¡î\17H\81@÷K\ 5\1f\10é~Y$\ eR\ 2î\17\1dÃ\ 4\»J@6Û"\8a\0¯î \11Pª;V\\99Ô\ 3\90®\83¼"\16è]\aû\8d¯Ç\ 2:[S\8d\85it¶f\19¤ \956ª&\ 3|´eF\14ÔK\vSÒXÈ׶@;\18ØÈÛ%
+òâJ\ 6¿\1fÚÈ;k, =ds~\ 5åç\13¼\aåýÍ\10í=dó÷        ~¼ \ 2ì   ¢F\vä\81ÞÁµ@5ÔI¸\96\9b\96lGï\10\fÉçæ\97¸7µç\91/\12÷Ø=SË\\90\18f9\9e©;\8c\91ï\r       \ 5\8a\16\8fñá\9a¤é\11mß©( 
+LhÕÖDcN(0!)Ô#Ò­:r'"­\1dþ~`u\8cf    i\85\960\80½±jÞ\90coLÈ\8eèÝG8"Ó\9b\7fV\94SH½/¶ÓV3¤¼8\91\ 6ã\91\1dõ Á\98ZÁî°Þ\13Í\ eÒ¼Òn»f\17á\95UG´\ 3ðê\88&\ 2¼:"\86\ 3\94\ 5ª\19£ýCfÆf\a]\94òÀ®«\86y ¦\96´DÖ«fHxïE\16Õ\0_\15\eÏ«\82G\3tU°\15'\9eñÄ\9cƪ\946\9d³½`(7´;ÏÓ\ 1"»cfñy\ 6ݱG\ 3\17\ 2\ 4 ;Vé\0|óK\ 3\a\b¬dí*\ 3Xq¡¢ß\97¯
+ò<£ß\ ftn¨\ 2À°Qg\8d\81l¤`\9bÍyf%\ fB\ e-\ 4Íë\ 2¾ ²\10Ô*ý\ e        yçEBÏëm\ 3ù\9e\b\94¬\89\0ïÜ@ÏCWÄ\8a\v\ 5p °w£Â\ fxÓ!æ\al®æú\ 1òU\89á\82zF\80n>\99 \ 4Éñh\99 \ 1äVàb\rl}ñ°Ü\18®è=7b;eãVdÏ«çEó\83´õeA"¨WÉ\r¶Ã#\0ï»À"ø¦C|õ
+2"P\86IV\96\90\95°Ú}ã \bÔ\8cÌp\0¯ÀúÇF\7f¿&é÷iNXÇuø\ 5
+
+%(\80ù¡Ù ZÖh\13t\83o\ 2Ä1?\90\b\a0?&Õ\ 6°¦\8brO\0z¿\15É\1cM\e^$C\aRæ&Ù ^\95\80q\84¼\ 1®.EM&XÛGW\83qÖtÑF͸Õ5\161\94a+mµh\9eo\9eA~02\10\91\87\1dÙ>\15\16è\95\9d¢\9aa6Ó¢i\11\9d\87ø\11\8b}\9c\87à;mQF\18XÊ;iZD\97
+c3¦\9fßz6Ü\84\92\88:ä¶l¸\8e\884½ÌÈ\91\ 6\16ïÌÈ\91B\1d\10V\14\99\96Ïã\10\1c\90\81Ç\vFú \8f¢Èå\0ú¶\8c}uÐå\0òfì¼Ãk\9f\9f\ fÈ@¶\84âô\ 5º\f\1c\13\ 3è2`+_\
\9d/\88\ 5úuq\9e»FA^×H\80\85\91Â\94Ýu\9ee@_<´,\88\ 2úâ¡5kZD\17\ f­/È\91Ë\v\ 2\90#)A!Ð!G\92¨\87´mÂ\86r\1eêà´M\90ÂÀ>ê\7fab`gKALÔw¶\14Q\8c9æ      âA 6U\8bdÉh^^gÉ\14ÓÊH\83\ 4Ô\19hÑÄ(\ 3'H? D\f\94hþ\ݤ\fì\1a\ 3yÛ  "` 0Qì\8eäò\ 2½¸6Cg¨[\81\1f\86Ô±\ 2¤:f]#S\1f»è:\86j\1e/\18\9b\89IP\8bô\99\98\84Üyd&&O\923â;[nzÃZ \1dÐ÷úV,\85\81®\8f\8e¾@ß6Q\ fK4*\ 4Mó%T\b&¬Éº\10À NoB¬\96XøÞ\94\94(\7f\ 4u#M\88Õ\1aq=)ä}\eÐ\9bè\93]ËtÏ\1d×Ã\14\8dÅå\86Y2\1a\97×\15\e\12}&\ 3Z²@3õVaÑ\ 2
+§qdÐ\9b\1c\8d\86¤Y\9dúbHô¦\83\8ax\18©Ð¬¢\1a³
+\rJLB\15\1a¤\86\91
+\rÌí\ 2\15\1aÄ\81@\85¦kÞ\98Whf5·tÚNÂ\86x\17Á\19\ 5µ\ 1\0²lw\1d\8fèØAÎam\1fû\17´>TëÏvYñxþs^Ķêî}¸§ç#ûNÌ\99º\1f@*<Ó\1eN\9c\9f×+<=\1f\1f\10ö$Ïò@\87\14\94¯\8c\8f©\9a\87\18\14¯o\14LG\85åÙûô`Å\8fÞ§
+,1\e\8bY\ 1\v\ 2c1Ö\ 3éÈ\90·±åÂÂðÆ\96a\16\1a¢ªÇB¾ñ¥K2ì-¤\8d\13À\9eG:\10é¦ß7Òº\14¤¹©U\17.f@¾4/?ìÐPç\8a\95\a\;öy\9fì0\v»ÊB¶nE5cäù\19þ¾^\1e\9a\11ý#m\eù\9e\r°A÷Q\e°\8a\12ÌÁX5\ 1 6Ä.L\aÝ@MYs\ 3\1c\8duÕ(@¯|±\15\94¯|mÛ\8bÇB\9a\12\15äF"\9d;µhF\88c\99B!ÖK\e6\9bwf\81\12\ eÚ\v\10        EÔ\9a\b\81Ö\91Y4\83\ 4²å\11Ñ\83Xä½\ f\9b\16w~DCcÅ\9d\94'\85|&Fôd\1cò\ 3ZR\19ÃÎÖÍ\8c\8a\r\91¼Ð÷\80Ûp~\9f\82\81Z\13îhJÓäh\8a\14\16
+
+\ 5"»FJ\17Í\0;\0â@d×Hmª\12\10\1eX\89Ôã\ 1ÇÛXD!dx\19Ð\12\ 6à.&¤\86z\81pkþ\18Π      ^Í\eÐ\e\ 6¶É")\8e4o _\14)\10Ú\8c°Ç\ 2\9aWÖéeË\1f±ýǼ\92\ e\98\10=ÄyD\8f²õA\9e\9e\8f \8eì\98¶Û\vÆFJà\a\ 4\96ãù¡\91\98¹\8bçg­\13\19<\ f\e)Ye`\ 2\1f\10è>YÓM\ e®\1a\ 5(\f`Êà\ 3\ 2½¸ÅPøÎ" §\15ÖÇ8(\ 2\83C\0\9a\98\97\ 29 'æ5\r\8bÀ«ï\0\89P\0
\89"ÄwÁîÕ¡\8b\12è\88\1dV%w(ÀJ¤eßZuý\ 2½÷Ä\1a\11½/à­\v\9a!v;\ f<!âS)\9a\16\8ceoÞ8\1f Ð\ 1E\f\91Þû°Ö{b¸u\1e\88bHÒsl\89äá¸\9a\11\13\ 3£ò¹iÎÄÅ«8\vA\0¯â\9e7¬Uô\86\ 5\9a2yÀrûxIqýÜ\82Ä\e\17\e\92äÚª\ 3µ\f&×ÖR=è\8djo÷\fI\95#*R\9f°»\92sL«Ì\89[v/\v\91Ó¹àÛ\ 1Â\83\ 1\15\82U\14\ 2¾nE\ri\18d\ 5
+iàF_V P\85\80U(öÜò¬\87\81
+E\19\95B+\10ÌjXÌ 'ÊM\12ÖåÞ\174\1cVêùy[45 _0iÆ\986_LH\8a\17\1dùÃ@óE_¥Ì\826_`S\b\1azû[z¿Íïoõ\81\17\a\1eçù6\85Y0${nfx\9e\ fm\18¹²Ùð<\9f\a8=\1f\99­°þ\99Ç\v\86f+\fTöt\80@vkõ\89ÓïGækú7\ 5Ææk¬Huf\81>_c2è\7f\ 1\ 3ÍhH\ 6ôî\vÛ\972,\ 3K½'\ 3\18\95\ 1K,\86)¸®\12\ 5\ 4ä@`´C\14\ 1Zb1ozf¡Þ\86W
+\14b\1dв"5\f\15\99\91\0
+Ú1\1añHp\86Ö\9f\1d\90\9cç/\90¯lÊ\ fCôY\88        \ 5&d\b\ 3«³\ eHM\87\85T\86¬ûá"Cú¶\8eYs\ 5\1cöbÖì\90»¯Ä¡\0ï\9f\98D\11\13Ð\8c\ 4ú'Ú=C|ô?¸\86\98MV \ 2\ 6dð¨\8f\f\98\91\ 3²ä\81\ 6\ ek\9f\en!\97ÿ\ 5R@Ç\91;F;¼\13L_©Á\13ؼïÙ\126Pf#wÏ\r\9ab¡Òy)p\\84@Ï®\9b\18\17ì{\14Ý\17\89\9en\85dµ#C\10¸½>@=]E$\a\98QD\15Y\dÅÞ\87\18:\ 5\ 6V"\11\8d1\a¯\80$綬\9a)á \9eMt\87\ eøÅhLÖ2
+
+\ 33VG\ f\85ÇC\8eê©%\87\14Q²â¸:0ܱH<``v\r&\87\0Ì\8e\17\85µG\a\84«Ç\84\85]f!\ 1@\81\96\bi\11)ñÌb~Ï;\18 \14ë8ëm^^\ 5÷³\10é8ëG\89#\9f\104t\9cõl©A\1e\ 4\85´Ì \8fA9\1dÓ\15y\10\95Ô2\ 3ç÷Ý\ e\8cìa°°
\1e\91\9c\19\10XÈÚ\97ã\ 5C\81ýÑÃ1Ê\81y\968@Q9\97\1d\9539¨\9c\94\ 2æM}
+°ñ\8e,}\ 1ïá\98$\19 \99\85¡Wd\ fF\87U8\90\ e\ 4\92\96{\aÈ\88\80\81\88ê\98/y\1c\1fðØzr\16¢ÈÖ\92\ 4´ °µ¤"\19\88l-±YK\87\a¼\v¤hZÀצtQ\bØ\80Ë*Q\90
+\91ÝÝzBDY`w·\1e\vh\1fK\9fU[ÌvÂBEÖË\s\93HÈÛX\90\fÁ\98\92\15I²&D\14 xEL\f$&     ©a\08À,\99g\a\lÒÁxâÀ&u?\80T\89
+òÆ JD³ã\ 2ݱ>÷/\1aBZ\1e°\1e\92ü\19Ô\8eWH²¦Å\1c=cQ}     ë\ 1©\92;çè\19È\9b\86Ð3´\98\94\83W4Õ\10\92úÄ,Æ\94¼\85£H$¤<4\8cd\8f\87¼À¡\ 5µ\1cÝs4¬¿¬t\1d4#G\81Ä\15\ 1ÖA¢¥U´y dÍ\fñòH\1f\8e\89\9f¹y\851¹Þ<P\91+\r 7T\14L\ 4\90\e\97\96\1d\ 3*aO¸WÈ \15\v\8cêµ\ e=Q`ëKÿVâ \18\96\95G4\19bVÄ°'Ú:\88£d\vYÛ:\86£dØ\13ÛóC\9e ï%¶Ë\ 1änÀm£ê³\e0åÁ­1ûJÕó\ 1"¹õîËÎ$\88L\98$\89\ 2üùI|\9eM\98\ 2!pÎYd!+.dI\ 6yqCe\0\99»OP\aô\95!ûUÁå÷ß2\ 2
+k¸)ÿóy\aÖ\90Õ¹­¶pá``iK©Ò\17Ðĺ¬èù\00&\94\0\9d\ 3\15J\80´´å9àÒ 
+       \11ýy\9fªkC¼}ª\1e\ 1½\9d'\97ç\ 3Ó%i\98\81µ|\ 3c^Ü@\93mHé\9a\r¡\95\91\19IP\ 4>eïbsYÈ×±j:Ä»O\16\89\ 2åkºüþò5?ë\12Ó×T_¡À\8fXdÑ·¾¬ë \12XacºÇ\ 2C¿\10<1yAî£<Ü3û\ 2]±~ñ_\90\1d\82\ 5>6\9e\92EWú\19\98óê  ô\ 3`K¨\17w\1a\12¢@VµÍ·(Á\0\80®(ÐûQD\11 çß\17KûÁ\f+L\94{®d\e\8fQL9Ç\15E\1c\f b.È\95\ 5:ª7ð\f£ÀPGu]Q8¤kqKÐ\99éýÀ6\1dã\853|ïI¾'\ 3-£¬,\0|\90\91/
+\0\1fÀx\12P\90\85Ä­¬ZHÌ\8b\eÈ\19\ 5\90M\e
+\88"í;M¶Ä\f~Ct§\94\89\93ªÈ\fý\ 2\85d\11ô\vQ\8d¼Ö\8fË\vâ­\1fm9áoÄ[?Î/\88·~lÏ\8f4\91YëÆå\ 3ôx"÷2|\80-®ßj\eOKt>@\96cºlîlq1Ý>¯\ e¹¾@?ÁÒÔ\13°òÆ"Ò\90àîÆ\ 3\aÈ\87¦÷ 1\11¦÷äÒu/µ\9f_\10À\7fØo\f/\14Ð÷NXX½|F4££\ 5ûzñ+\ 1ôù\96Z!\ 5õù\96ªÉ\0o]\985!ôÆC|\16\92ö\93nÏ;pT<Aï·L\995\ e\f\9b²2k\aàÓ\19P\b\ 3Ó\19\r\ba`:cYïÙ!\83¯ð   À\1a\ fT_À¦;\10\ 3\1d\19µ=½\97D\88¶NXzîYbÞ9\80¾ °s¡Î\9a3óÐ-/B¬#\98´ª      !?À,\1d\80RpJîèÕy0©f\84°`\aùuYÀ\13üU²\ 3|6£\8d\9e\1fã\88HÉ,l±hR\9d\11\9bͨRXÌá1µx\84ïÍ@¦8pcÕ\92æÎé`AFq=\88È8<%\12\82\04b\91ã       2\18P¡!ÑwÃ6¤F\81üz\12Ã\ 1¾\19´\8bî\98´¯tH\0¹\11Ò&+üp\82\9a\ eP\11\9cQL\ e\93\82ÏÐ\ fÛ\8b>s\10\9b¡£s`vðKX<q´\ eÌ\83è\1dyB'Ðe0Oß\a\18\ 2@1ì\87ë\17ÈMdyÇ\1fñ¿\80´\7f\98\10Í\838@Ù¤hþ\8cÀBg;\96|PÀ©Õ2ì\ 6t\80ÀÞ\8ae\ 5<ÔÕðè\1dp~\9f\ f&dU\86\18¸ä,r\80\|f$B\91®|«õ\9e)¨çÖ;$\9ck\a8v\ 4bA\0X°¾¦k.,x/\13¾ËÀüº¼~Dåm}½`þ¾9­oBÄç
+\8aDBÚÔÞ°!\92\rÞÒ;\0o\1fèèy}1è>\97àÙ1\9a\9b÷&i1¿¼Ïª!þ<\96à\9b!ÒÀ²w\ 3_\b\0\1aXÈï/È
+\ 4ÌÐ\8a$02Y²Î÷ÌH\85\860°w!A;\16¸¹Þ±\1fâ®ì<\16áÉ ÇæTí(ë\1d\10=   í(?ìh\18\19r\7fAm£/°ò\86f\ 6èXAC,\88\8c\15\963ÝVgHZ@¥¸#;\12(4×¾\ e~\81µ\ f\12²¼b\e\8c@_ Wù`D\17(S.\1a\ 5øVNä\v#\9b\e¬Nê«\ 1Û¾¡\1asvû\8e¤XÙÞaÈ\11P\8aõ\8d\86í°$\ e¸¦7Ú0\1aOl£\rZ^Dúòëw^ä,bb£     £y\91µ\ f@g \83è´     Å\13À\10\8d åE\11ì\8d®å%îí¿§\86\1e¶å6"ñ\11Û\92fç;\12Ò6å1TëÎ&E}\14\9b2\1fÏ\8f\ 4u\86myþýÈí¿¹Ã>\ 6éf{9/\14T h¬¾1\81\17\ 4jL3¢ \1cÐ!,\98»È\ 2R£Zà\ 1ô;¯¼ \ 3èxãÛlÄ3¹íy\10:b\9d5-àÓ\r\19i\81Þ×\9c4
\ 2GBB¨\17û\8fî\85°\16\18ð\82i\91\ 3\rI\93»}\97\94'\84\1cx¡j\14àÀ\v³dÈx÷BºgIKk·,©\81k\8eZÒòÃ\10\ e\ 2\1a\vønQÍ\12\v\17
+ê»QgU  H\vÐ\ 2]\89<\1c°\158îiñ\8a,±^©ÞÆ#L\86\87º\8a\r\1cÓ£\0mLOP\a\841Ã=µÌIý\0rëº\83[úf\88\15H\16Q\ 4IjZú¨'2Ü\85$q\80f\866,ëY\ 1·ûÂ5cä\0­j\aàÀ\ f\16\91:xp4»\9f\90\10G²û>IjHIØÕ\98\9a\ 1S\16\8d\ 2´wa\86¾PFÄÛp\1f$)æÛG`P­÷u\1f\ 5\8e°\1eÛ|Å¢\19\12\9a[&¬GòuEËH\ f\ 2Ë9³\98\18Ñ
+KAÞL7\85¶üÃ7\85\98\ 5[}Cb\ 1GÆD\ 1Q\0üÃÚ7Üp\84a?\fg\15;xŤÙrÊ\81   \89@\0}¤Ãß\97³\12Û\1c2¬ÅG}dT\ 4±\1d\93ûW\ eä\88i\10\8a\18üJ6_89ð+|¶b\11\ fÀºGö¬j\1a\83oÉÓ\82\b¨W\97L\ 2§1DBÛ\er~>\10L\1cÍ#m\10\91Ð`1[\eD$Ì\96TL\9f\81¸ølÈ\fX(Í\86\\90\17P&®P\8bä[ϼ"!\ eí6m\92\14ºÕ\19G\8bhi ï\9elrA\80Hb\9b¡\1aémù¥HjÌÛW \f\ 5ÚW*\12b}WüQ\9cq\94 ¿q`ÿ\80\1d\15ób\a\9a¼Sq+®HJ@I85M\88ùlIº'\84]\14B:aÕ±\1aêËSæIü\82ÏËU}!"\ 5®\ 5\99\ 1à\fh\vÒZà\v\9dÜý\e\88\8eëN1|Å\86\1eñ\84¯h\8b\a_AÒ¢\84H\18)o@K*Çô[ÿ\ 6ÐC=¦¯\ 5©\91\1eÐÔ²H\1c \99\9a\16ñú\f²dzL_\e\8ah\ 2À¤\rþ~ ûC\8e\ 6ÊE\89Öç\91¶êÊ:¿dxú\16\81YöÆ\aø\84ó\ 5¬\15r\83Õ\Þµ\18µB\92ò\8a\1a\13Ò\13ÌM;\ 1í\ 1ZPX\1c1DËM5XE5àÀ\9cª\182`Md\8aõF´£<ãƤ\f\18T# mþÈP\8d\85%LVÝA\86\1cf\86$7/MÓc
+<P\16U\8dÞ3£Wÿ\vtÇù­ÿ\84òðGv=T!kØ\9dëMPfK=CàÂWøQ%\eðYE=&5¶\1fAáX\8d­\8fº\13Û\9dRT\7f\98,¨l\ eº(o`Ù_P=\18\18Rb°©÷:\b\84\93\r\ 4¥\8eáúÙvÖË\aèø\eV%¬\9fѬh}À\86Ek\18ÒìÒ\0ã½\80\14ð\ 5\81ù\18«ÑÔ1lÌlSï.\aY\89g¹w~»ìpÎÏw»¢ï\ fÍçTQ\84H}#i\f Ý'\96\96Ôy´û$\89\1c å\81"\8a0\7fÁª¾\80UXT\16°þ\99åæ\17´¢½À[<â\ebÖÿ¢i\11ï\7fAZ\ 4Ã\ 1R\1eèÈ\f\ 5b²b°x\1e      é\94×¼7ÂU\a\f\8ao\ eÁ\96@î%´õ®>\13H\99\88\86Z­÷µ\9eU\93"Z+¶±û:\ 6\12{\0\888¿Ïñ=÷\88¬:°v, ²Õ'­ö±\80¨fh\8cõ\ 6\8e\8c(\bô¨\7fµå*\ 3µ¼j4=¿^ðcÔp\92××l\0\9f"\rIÿCK·Bª\ 3 Ô1Æ\1c\9f\13þ¾<Zp\8cø8Ïs\0\12M\8bi\8d§§×°è\83\11?j<õ\8d\83¼FÓ4C\86\89jg\14,gè\ 4}!ß´W8./\b,äKÇ\v\86.}²\8dI\951,¦m#àÓ\9b\94Ïà\ f41Ú÷ã^~_O\8c¬­¼8è\15ô\0ÖW>z\80\ 5\110rùkSVÅÁ\ 3ã¨v»-.\83XJÇÍe\19\ 3\81Ù@íÞe 4ø®  \ 1¿úì\9a\16ð\ 3¬¢\10°È¾H\14¤Q¡u1yBä6¦{, \97·\86!âè1M®Ì\199v\84f\16m\ 5\14\fd\16Ö\16î\11\80ß|fé\04¤ëÈ\10\ 5®ÿíâÓ%\0\99{\9f\91\ 4èHÇÅ\86¼|OÂPó5\ 2Ҡܺ1\8b\v¦EDpÕD\90ªÀ\8aÌX\0N,É\9e\80\rÞC;\8a\86¼X_ù$\99!zãSp<#÷ÀÔ²HJ@Ó
+\9bV}øBg\8b\13!!4c\90\84äæ´!\12\ 6nN'\18NèØ\ 5\13\14b=/\9aDOÂï\1d«\16\8eP!\9a˸\10½öñ!)\f\90`AÑDd¸`\81R,wpÔ\15É@äâô\86%ªÏ{Ç\86Ò\8aw¬h¶ÊkÛ\b¸­òÚÀß?®òâ\83ï(¤\84ã¢l¥\9f\1a\8f°\9bÇé^<Ð\8a\16\90P
\88,\80:ßÄ\90\8eOÎÏâ\17°k¿|+$<\1aÃÝ\90\90ìnèP\ 4ä+«\86S[¹¾Òæt+$mûfT\97\81\82¡î\9f\13»÷\89czåc·\8ey\fË([\85*\ f\1dÀ\82Ù\ 3\97\19\9e\1dð\ 5J\ 1s\87.\ 5Èóæ\rG)hQ½GA>w?#
\9b\11^ß(à\ 4Jnm×\86\93Æ\ 2~o¹\82\17\ 4î-W\95\ 5d¼a]Àó\81ñ\86ãÞÑ\15bvï\88d@G )¹¨\1c\91\1dïüò\ 2\1dx Tô\ 52Dm±~È3\ 5uÀvë\87ô>\80\8fÍç\9b\14øaÈ\86 \17¦$É\10m\8b\9e \10ë0Ç¥Ã\ f\90\83ê¢\e2¶u i/ _`\8dÙ£_\0\ra 3:Ö\ 2f\17â\95\94hÖ.ZBra\94\90;ÖÕp[\e ¨!¿sËj8\80    °­\rP\bÀû²³¤E4±+÷DèX:à\13\80ô5Û°§\1fÏ8å\893\ 5\80/#\1c0 æQ\11\9c\90\16#\11${\1f\8exÊÁ3£%®¾JÑ\0å\80\ 5å\1e\aøR?èÍõ«÷EtE¼:¡ZrBÁ\ 5¹\92ÀÞ\87\15\ 5\ 3\11%XQ4\10`A³I¹Á\90öh«öµ\90U7:ôÆúØ}A\96\18^\90\14Gª#(&\8fÔ\16ª\16\13óê\bd\81¾9ã\18{÷#:2õ=!_\12\9f\90%\ e þoãâ\1a\ fÙÚ\83YJ+(\v\8b\ 2\ 5*\9c\9a\ 6öÁ\19,`\1a\ 4D;&ßÓ\18 Z60¬4\86G\96­\99/9xd|r\1d~@`kÁÎÃô\19<\82Ý·d»´|D\96\9c\a, CAÞ\14Ý\11\ 1ôþ\17[)è\8b\90Ó\15\9d>\83?°ZÿÑÕ\9c\1c\ 4\16Þ|1I\a ý \ 6¶}¡\80^ÞÈè\0\ 1Ðÿ\92^UÊ3\ 5ôÝ ÇÜ÷ù\ 5únÐR\9bd\ 6xOpBÏëÍ\17Ö\94\9c\\ 4\12ÒYn¾È³#\94\ 2\13T#½<aMÅ®!dÕ\ 1ôû\ 1\18 2£\ 3èjx´\14{jÈ»\174-àÕ\ 5dÉ#\14XU;Àº\ f\90\10Gn=ó=-Ø@í$-p³{\97\ 5lêºKÎ\90¯\ 4\14ª1ë^\98ToÊv\ 2ÞôfµiÞ\8c£ö£çõ%ÅÛÔ´}\80sñÌê\ 3ó½\88ªZ?é`DUgM\88xv\9e%-r\9b\17<5f\97\86\ehÿòNAtiH\1a@Öï\98ðc\99\93§ç*      ÈÔqBQy ¢ii½eË\8f±i\8f\a|'`½\97Ø\1c¨v\83þüHÏÃaù\9e\eÚ}IrPñ8ª]\13m1¹û·:åùyÙ\92¶I´¤ô\ 5?,Ù\18\vaH\14Xë8£ 2\80\v\9cÞ\ax#ËÛ\8eÒ;#Ëçç#;ýö\12Ïö\82¡!%\9bYÞ*\9eÁnB{Aß_àÀªqd¹"Ñ\90Þ\9dïØ\86g\12 r=«\ f¬èy\1dYo¿´»\9c_X\17¿\13poås ÈÓó~\1c`¤Üo°rW\19
+ÃÊù\1cd ÿ\8b&Ä49M\9a\b\ 5\8f\824±ÙÓ\82\ 15þ®/H, \97÷»7\15ì\0k_\98\11   õì¸\16@ÂwoÊ\97
+fHB¹\19r\e\8eÐÔ\18#zm°p\e¢×Å\10ê\88^Ö~à«!Û*X\11\aôµ\8e\1drP\1f\10\9aÓ=WRö´Bp%ld\19É\90\ e\15½5\1fØ\17\ 4'\ 5­¾\80\I\bö\1fÉ@ =OU\12bÚY\9fP<¡·\93Ö½\8dÊ÷¥äê;÷[V¤\16Í\8aÐÑ\86½¼qaàû}\rmK¯è\ 3\ 2¥j[
+è»\12r\80}Æë*\82:äý\84\ e\10\81\95[Æ£\81§\ft(\ 3áî\85Ñpƺ\17\86\95غ\17<
\91é\87\19[ÞeH\1f\99\9d\82W!\f\80Â\15Í\94óö\ 3¨Gz\ f\8eÕ'.4\94\97_45¢âí\a0¢Ò\81r­ý`T\8fl¸b8ª¶á
\9f\93ȕ
+\83b½<Q\91\fèPÅ­!\ 2\ 6À¢m6Ã3$|¶\ 3\19\12\1då¶Á\80\ eõ£b¨c+\8f\d\18A\1d3H7í\0´@4kÞÜ+\8f\b\11áçÙ\8aÍ¢Þ\99­Ø\9eÿh\ 5¦¯Ô\10\v\89ç\17\9c_Ðäý)y\9a\8e\17\fÕȶî\ 5ñ\ 5¤{ÀÒ\82ù3\82  \1d\8eØ¡\8c.\ax7\84¬\89Ç0Ù®/\b,\15\17ðé\8c\15H\81¾\84'ï`ÑÛµÅÐ\12\1eë_¸\1c@\16¢­<1(DV\9fè\88\87\11ð\88&\91\90×' \10\ 5 \13Ì\e\9ee@n«.U´\ 4\1ev\83w\0\ f»áBA¹   g+OH2@Y8U\89\85Ì\14\ f¢)$\9dù{\1fÕ\85\822\9a\95õ?ÄÕØ~\7f\958HÁ'f¨\ 3B\9dÖª\v\19ÚÁ\0"\e\81*ãaÇ\\1d`;\ 1Ñ\ 1ô­\88Gu³\ 2|)`F2\18Y
+\88\I\ 45\1fº\92ÀRÀYÓbZ ©Yt%$7­\90\85zï@3%tð99 \19ü\0½w`j¢# ý#Óz8ó¡nÌÚµh\84\8a\90\ 5å£"4wU\84ØlB\92t\80#/`Wª\97¸ÖE´c¬w\ 1E´¡Þ\ 5t\0½@ó\1cN{§\80Þ\8d\v\97\17èÝ\98Ö»à\99\ 1\ e¸\8e\A`º£¢p,2v_×\9d\84óç\ e\1aú\ 5M\8d\ 6\18d<²ä\91þ\1351£%.\9c\98é;\ 1ECB)0\8bá\80\a\9d0ÄÃ×hÁ\1e\13÷18¯£û¡\8f\81o佧øò¼\¡Êû*©óó\81é\ e\83^¸¼ 0ÝaBØ\1d@1\ f{áü\ 2\9cú÷lÂ\85\84r\9dÖf\13Î"\10¸ùÞ \17î\91pé*   \89\14­é\9e\14­\13 ah)^º¥F\86½à©\11\1fnH¢\1a²é
+H\80w\7fN3»¼J\1c \ 4ÜWQy\ 4¤y\91ycW        Èù+2\ 3\11è\86E\13a>\9cQ\10\ 1\ 2\80ímØ\8a´ö\rL9l\ 5ʾ~ŵ\ 2Ì\97\95i\8f\ 3\ 3Äwê!\12ÀQEÒ@óÃ\92\ e\rØ̳ÄCZ\9e\19\93¯îm'\9fw~\ eÜ\0\9d±Þü±"%\f¤5      é\0LkHj|\98A\a"\98\17\17`8\14(n¬÷(\0Í`\ 4T°VQ\ 4ÙpHW}9«n 
\17^\15\ 6\f\1eÅ\8dQ\ eL8\1aÒeð°B.L5\eÍÐ\82\19*ó&Ã\1cù\ 1y\82Èh\aÖb\1d\9aÓ\8a¬Ý\81æäûðP4£GCuE2\1c\88\86¶Ö\89\90Mv\8cFC[uäN4Ô2TB½)¿\94{ÑÐ\86%x'\1a:\1a/\ 6£![§7\1c\r\15É\8eòÖ\8b\ e\83\19\1dYtÒ2k>\9a¢\1a\91°£`
+l$ä­\13\88\ 2\ 1ì\rhG%\8cä\1d\1dö\91\18oè°[7\9b\83\ eK2s+®L\9fQ\8cèX\81õNL\ e\8a\10Ý»a7\96Ó\19ÃFX1¼×\ 6öÝ'ç\17èñÐ1Y2}F\1f¡°\ 3&D\97\ f\10¼±áJîyÝä¢\7f\87\15ñPÇÎØ\a\1d\ 5\1e²âÈ7\ f\87î«\8eÞ\893\ f\85Ö\a+®,\88\84:8é1\9aá\b\ 1í        ÏI\93bz\80\93w\0zm\\8a&Dü\ 5\90\84\81\17ÔY{\81[^8\v\ 1è Â\8dp[ï\ 4à\81Þ\b\ f\9e\1eÑæ\8di\92,\11ÿ}U\8f\19ôC\83\96HOî­÷á|\0Ù\1d\1e£\19aCôÝû Ê )±-H\8bôË\92\82í\90>\1c³vI\84yïŪq\90æ%\87\1ds\811?CG¸\96\94&6Ð\90\ 5\15È\ 2}Ñxi¢\12\93侨:ÀvÑUÍ\17òòÈ,Ê\10\eíH\80\0\91Ñ\8e\ 6CÂÀhÇ]\11\9a4\11¢Õ\89\8eÌH :Ñ¡\16ëãM\16Õ;"D»wfdÇߣ!>\19ò\82\81ºX\11Ôxð3\9fx\1dà5\19Ò\8f\ føq\0\19ÁÇp)\87upE¡\84>k½\rÚ+\ 2ÀÇJT7B2ë\f\83±\0¦cF9I`Ëzi÷\ 2ò¶o\ fò\ 3r\86z¡Ya\96\92\1cS\1dñ´Ò\1a\15\95ãñ\ 6cA%\1eß?àÈ*\aÑu[/bFBd°Ãp< \83³\16\róÚƤ\ 6s¤¡ÞJ\13ÍA¿á\98\92»'lcà3\86I¹=ïÄÓä\0\93v\0^Ú@\a\bl\ 4µ!Ë6\ 6\²µ}<ÍH\e\ 5.±añæá\ f\91ÚÌ\8c\b\18\98ì±{\ 6\8f\83¼4b\1cp@°(\vmªÄeáç\95\e\1e\ 5(lÉ
+E@Oé\12úý@J\97fðû\91\94\ 3è)]^$\ 6P\ 2X>â\10\80v\8dÔ\84~_¾j;º>\1c\1dæe\99\ 5\9c\1f\14éù:Ðv\8f\0\r2@\9fJÚw_]\8dP\0ÒsÑt\98Öæ:¢@`)¯\95U¼/àM\eU2£\1cs£ß³ã¶ðcÔ\8e\1f\90\e\83vü¨ëø\9e\98An -\ 2,`\8d;\86éyU#yëKM\9a+¤u\ 5«0{<ä \190\98\90kìµ\88\95\99Yt%$­¯È\10\ 4Òz\ 3Ýp=\ 1kûH\92\fh(\18A\f`ûL¡\15\90=ÙQVq£Q"\0;J¾`\88ÉÆ\94Þ%WÎ\ 1Eó '±\99\98¦©\10Çü@ÁT \7fðÀìhaDP\9bÊ\19\8dè/\88\e£®¨%\18ÎÈÈ7-!!\ eô.µ\9c5oN\eW24Ä:ÞCQ\93:Ò´PPD¬\98\91½8Ua@ª\ f\84Tøý²\199J3á¤ÖºFÖC\v\87®JÛ¤\ 5\13|\19ªJ\0\86G:ÝóÄÇH\8eã\b¨\ eÎÐ\93\87·\85\fGÔGe¦8X\924+¶ÊLõ@cHVl9Iõà¯ØHÎ
+\9e\ f\fSd»ê­c 1Ùr\92ú\19s\857\9d\14ðû\81\ 3N´Faü¬2³;\92êÂ_}^\17r}Ax]\88/\ 3\a}A ±N\19Q Ð0a¥\11ï\ 5|\99è¤\92\904ãç\15        \81\8eÆY&I\8aifn\9dà£vä(n8vÄm9q´\80O¤ 3\10é¸ØÁµ/\14ÔÑ.°\1d\92ë\9bGmÄã\0\87˨\92\16ÑêP\87\1c\14Ð@Ï»L¯: OUÍ«ô\ 1T\ 4\17hHu\11\ 1\92\15\99¡ÀTØÚ5#Â\v\eÐ\97ëK\10S\11í8Û¶2«:ÈZ^DWFóÚ\92\90\19Ô7\81\16è\89@\8d\9e<_5#Âça43Î\ar\90
+I±\80UV\90\11        ´oÖ6K2ÄK+Ð\ f\b\vü.p!¾\19eh¤\88\ 5\114R$\ 2¡]ª£ñ ÕVæ\9bfÄp\8f\8851\8f\9a\11h\87C»TÛ½\88x[Ör+"niT\88ö\ 3äz/\9e<J+\83ñd+\88\87\81\97*R\90×F4gÎÁL\97áhè\ 5WRoÅ£ÇD\8e'Äô\0Ø\10ê\a\98\10\ 1\ 3\r¬­ï¾´,c\r¬[qETCÖ÷\82â\91\80\10ª\96\90\86\9a\93£\18\82VÜØo\8a²\ 3\7fÆ·½Ôã\ 5\8e\1a±Æ\9bÝ\ eä1ð«c[Lþ\8cYë3\vz>¼ËÕã\0\aCíàû\ 3wîÙdÐ! _\16Ó%\ 2ðç×áç_Xª\ 5=¯/,ÚW@^E8\0ƺ\9b\91ì\80±ºËb<\1d µ\95\ 4I ×VÒ"\89\0Ýt\92Ñï\83
+!\85ª°Fú\8b\10Ë7Þ¥B-ÖË[µÝdA\85f@\aÔµ­WÃ\a°þ¿Q\19\98\90\1d\19\18\bòÔ\88/£]Å\ 3`5<ª3\9e\1aºÕ\19×\17\12\16\fñe´\9a\1aÒ"¯á\95\´HO+\12òE\91\8b4\ròÐ\9eWYÀðJ\90\10F\96Å,è÷õ¶\8b¢\1abÖ6¢\ 5#nuÅ\r\86\9cê\8a'\0´<eIEþ\8c HÛ.\9a\16\fÐÒÀT4\1d¤ó,\ f3¸¼\9b±÷y\96ékY®J¸©¥EÔÛfé\1f_ð>%ÿþ\82å«¥×uß\_/ø©\ 3oBø`õå\ 5ÓWßïëì\ 4?hÐ\81\16}?j'(Ï\90òq\92õú        \8f×Ê'\98Å\13¼#{Û\v¾Oðý\82\15äÆ×Þ\97y¿¯{Ù\81Ëó 7&<x\84t\80\ 2IÀÞ\9aö\17\82U\98\8a\9a\9f\9ae\17~e©_í[\bê\9b"-o\8aôú\82-$CR$Èñ\8b\ 56ä}!á\9b"1
+l3Þ\1a\ 5®¦xÿ\80½\83îªGo<¤$Ü\v½.        Ñ\17\15Q\ 1!\ 4·=רx§À>\11\0h\ 3½~ÀÎ\81\16\81Ä\ 4kAÙ'\1aFµ Ì\93¦\ 5T\86ö\88jX\86\16t\80w\19z'Àþûk\ 5\1cÜü\84+\84ós±ùfÌ\9f/èékþ\86æ®o<|\9d÷ì\8f\96½¼ñ¤@?Õ¨:È\8cð⬼ï\80<¿ ¼ó`y³Åû\v¦\ e_ ^7äýÒt\ 3\f\18ë¿Ù\eÊ/\aÐûov\14Áíù\91é8«\ f¸\1fà5\7fx\aà\80!ß20\14UÛ²\96ó\vô¨îp&Þ\ 1hf\94\16ð\82Àª\93}Äô¢\ 5\81Üp\8f«=
+ðúB\aÏC(LÖ=ÒU-`\93\17ðe-³¤EÞd\8b \ 3¬{cºI\81½ÚîS\80\ 1\86LH\b\84­¾°¥\ 6W
+\ 4\ 6S !\93Á\12Ê\f\85P\aK°u-\1e\ 5ùd\8cfÈ8b\b"\80´­eÏîRA\14\ 4þ\9cµoh®\80\ eÖd¤\84\17[\96R4\19¢_\0\rÑû\17Ðüx¿4¼PPÿýª:SÖü\80(¨9ãW~\8fÌ\18@ÁãËV \15Ð÷\88ö¤q\90/[Ñ\9c1\85L\99¡\fêMduî\12\ 5¨\bý°"#`\9aui\88\0úùwpúa\ e®Ó=;np¦¾\1d\ fÈ\f\aÀ4\93\1c\r\91©\86üM\ 1çÒ\95A~ G \97i\9bÕ\ 6\ 6YØö\9dS\82\19es)Ð\13\86çRühêó\ÊhDÞ\1a²bp¸\8bìûi/pø«\1d\95\1727\vç.2$Çô¶JV\90b6Ú2,\ 4{\aÐ\f\r\99Þ\ 1\ 4ã1= =*½-¾=ðµkf·Cm°s`ß\15sù}y>ÏvÅ\9c\9f\ f´RfË)¼\17Ы{\13ÂæÝÚ\12\ eX\85Íá\0ï½Ð(H9h±À(\a÷½îÞïÓÒÆl\12䬾ó GÜ\17ÐâÎÞûp¡@\0\1dÏ\8f\rÖ¬¢\ e\90¤2A\ eè+&öÎ\89Ë÷\83\8c\86í\89A:\188\7fÑl\10M     k\12éO\10\ 4\9e×!\9dKK\9a\0\8f.© ¯Ë¬è\ 3ô\9cz\9a%\ 2R0ß}£úùü0\96û\8c£:,\ 1VÕp>\80öþÌH\ 3\ 2CÖeé7E`\aR\1d\16\81\15Ê°tç½]\12l@ª\80\85Yß!\9b\16U\ 6\18\ ej\16¿\80¤d\19Z\11=%+ùø\80¡xÞ\80T=3Âû&47Äû&àï\aú&P \12¨°oKl5\ e°¡\92|\8f\0\93¦\ 3´qÆî*\a­Pí\9a\19¥kjfd\ 3\ 2Àø¶\82öÂAmJû5S\ 2\1dQ`M\fÊ\ 6\ 2w$\15\86Rz÷X\85¡\94\88©þÚÒ\ 2c!}ÉI\862¬Ï\ 3äz\8f\82-«±\0+\8b@%\90\95Ø\80P=%¦\f¨\9a#|/Mîp'G0ç,¢æU\89\17\18ðÕ\13¾\85Ãë[\81þ¼åe{Á\8fûö¦\17fD;Fe°CG\12\18))\a \9d&ÔÏx\1d^BÁ'Bªæ\8a\ e×\95±K\16\ 3ìØ®L\9dK\166ÑQÀ\v\ 2\13\1d&DõóÂ/\ fIÕû}\8a\97a)Áé÷\ 3ÛÈm¤ã|\80@ÃÁ¼×eª»´\8e\f$Ì{\81¹\ eì«ú9Óqa\81l\89²ÝQ<â²\8f\96\88/yIè\0r^¾mÀ}'a ã!¡ß\97À`\r°£#\1eêÛ\9aÊÃ\9b\9aJu¶5qÄ\8f® \ 1ßA\võH^Ä|4mx4¤\89\9dÝ\128\8aÌáLE\1e0\7fXZ~ùÃó\17 fbÜ>V¬D{~Á{û\18­/íû\11<9¦B0-\9a\10ð®\8f{ƼtÍ\98Ó-ºó\1e\92Tg\8b®\87g: \ 6\85V3E¼ë\ 3ùÓ@÷×\8aD à\r¶5¶·\fAMP\ f\85"¡ÕGd[\88ÝÉÑ÷á»\13Ö¶\81L\99^å«åÛ¡:8t$;üaÊƲÃ\8ab
+­Èõ\1aìÐxH\v\14bPÆû>\92dÈh×Ã4\89\11       a@¿Ë\80>\ fª±\81^dM\vióÓ,Æå\1cõ\ 2\99ò\0ðÉ\82âb\røäÉÂ\15²\0mÐü\fHêZBÞùQ%
+P<Q«\90Tw\1f7«P \ 3èC\9aGãǨ\14\ejÆhHÕöÍ\7f\ 3a­u~@;&_8µ#¹\1c\GÝDCÄ\97µÈ2@ªDû í¨%5Ð
+?$$\98²3\f)AÛC¿\88PzZ&ìØ&¦×ïÄ$ë\9bBêîLËàÖ³£ñ¢|ÞzFÛ\ eÚ\9e_\9f\ e\10h;°bÿùy½íÀ\8aýçóË\9eà(P\9c        \88<\ 1ë\9b\aÐôÞ\8a\8cÅcÇLÈé\0z<¶Í\84\98\b\rݺæ\1d\eÛ\17\ 1Ö÷P¤\ f 5¦u\ 6"\10¸ï°%´W\19\90ï;J\86B¨ÃY\9a+»|\81¾Â5kZÌË\vE;\0\ 5\1c(ó!Å\ eî\a¹ûÿaÈ\86î}\rtâ"\85ú\\8fM§9zÌA+\16Í\12Ó\12Ñ\ fK6\92U\94  ©A`áN\87¿¯çÖ6\93r!\80\8e\9a1ËBÈÚ7\90\b\9d\88jHë\8c\ fKø¬3>´ác\9d\91·o \13è×\86\a\ e¬È\8eD2»Ôni¡\81^øZø\19ôÂS\ 2\9a\1açEb\0­®\94¬ys\8a¹P¦W\8dîÌ\ 1´CôýÚp+ûÙ¶\96+\v\9f`j\1e\86ÔÝ H^Ð\9aö\ 2\ føbT\v\fUt4¦=æj\ 6\r\95ô\8e+©½Ý\vêk\87R¬czÎÈ\15\ 40=gd\86\ 2\96ü\98«\19\8c\ 6\121\9ap\ 6kâÞÜ
+4P\86õ\86|\18\93êS¾-£ :póÜ~\84\94Ñî\81×&[h\89õu1\ 5º2É
+\9d\1a@.\86TÚ÷r\9a\8b\19\15b\ 3\15õ\84\98²°¡p\ 6¦¦l,eR¿\80upÔÃ\9b\ 5£z«Ï@C¤×g\f<Ç­\ e\95\870}¬¯PDI\9bkÉÎ\1aMZ_±¦îìí\8ca\r õx~¤Êi\90 çß\ f\8c&åio¢ÉîÖ\1d\ 6Ê\995\12R\12ôY"\81Û\ 2\92Ý\ 5z¤À1#!ÐqÞ\8f\ e\90Q\1e\9a7\1c桹Ã8\ f÷"\95\95Xòà:^[g{Q\ 3y6¦$$\ 3ú:Þ²o\86\1feaÉ\9a\fÒ\12S\11\95\807\90À\ 3èÕ\ 1s\87\ e\ 3xy¥K\ 4(oÐ;ëÞ½1}­O\ 2¤¯é[\86g=µm«dHijkå\95Q%Úê#¢\12\91æ\87}×Àå\väõceF_ ¯\8e*vY1j\a·m²\8a\12\r$C\11Ì\8d»,´î\r\8f\85¼¼\91\86-ù6\1e³a\82Ú\ 1\9cñ\98ÏÛh\85\8cêéó\90ä¶\ 5        Q ÷Àúºóç-\90\1cô\ 3*\81ÎÁªÆS¤ÿ¦"úI¸²û*Ò\87\1d\ 3ül,/\88\ 3ä\ 4\13ú\ 2p[ÁË\13P\ 4äKÏc¾Å\15!Ò»ÐaHªdfioÿ¨¯2k\9e>\97Yi\85Ê
+Å£á\8c-=\19\rg\8eö\ f×\12\92\ f°+3ï\ 3\88&\ 343<â¹4\ 6\92*\84\9fw¦¸\86\90OØ )\f \9f\14ä
+\ 2È'\ 5E\ 3\923{\19\92¶o\9fº\1a\12\10\90¬\19 ã9$«o\86\84î\14nH\vàÅ+ë\1fAQ±Ö?ò¬ñL]³$´ÈÕó­Ô²õ®\85TÞJÙxLw^z2\9eÙí\13*\e\18"¤5C¦ADHk\0I\ eü\vGÞHÚ\v8òF=¾à³% \ 5\ e\93Âó\ 1\ 2Km­/<}F¡â\ 5\92       \1c@o§Ü ª\9fB\94\ 6\91Ülí\89'\ 3´\87fi\80\85Ú\84ÉÔ_õ\r@\0\19Ê.[µ\7f\98\0ë"\11\80\ 2\aصiJc\96ô¨o8\14ä\ 3.³F\ 1\9a\9c\96,)\11\aï¨è\ 3伤X3¥C\0zó^¡\11Ð\81\17j\97\9eg\17ÇÖ¾²IÒÇ\8bcoi\8a ÃNÿ\89£D¼À\82(\10ZzR$3ÆWâ®÷D`^D\16\92ß_\90#\8a\9dÐï\v\97%¶Ñv=Dȹ­aà\1fMd\0Û\b\8bü\98Ô?cÃ1³$\82\14ù #%\8e \1f\14¤\ 3\81\ 5b\a¦©ë\8a?/=ñe\80a\9aj\8e\88^\9cï+è®\14Ô\87sÚzÏ
+\1cÃ)\83ÁÌÖ|!ÙA:\eÒ+\94\ 1}6ÄV\r\84yp\19Nqe\80ÔWfÈ\ 2T_!Õ\85½:!ä\ 4¬º F#\84\ 2ë<h        ­¸\90¥ß§\89m®L6\ 3\e\1d\9a/$!vgS\ 6íP+\1a\ahb\\11\a\9e\83K\ e¨'ë\83kíû\ 4C}p¶\92ÕÕ\ 2JÃI\95bRaêZfM¥¸\8b\8b\13Ð\10\81Þ\a§ûâ\11\17\17äâÛ\8a\13Ë \8a\8du_l/\18ë\9e\90\ fÀº'^÷5ç\ 3D\96ÒîÅúË\17è$ܽ\99û\ 5¼}\ 3\1d@\1a\9d'\vàA\0ê?/Ub"Å@1w¶x¸\9cdBg¿vÌ\8b\ 3\ 5Äw\8e$DB}\93\9c\95\a.\14\0\14\ fè\0¨û\81=ßÄçY÷Ä*r\90\10p/\ e¸\ 4ä/\98Õ\17°ñ\94|èq8.~\81\83j,äõ\85\15 q\0Û³\ f[Â'°ã\ fCöñæ\9a£otÉ\90Ñ\12YÏÐ\90éØ\9aÝ(8\8a­9#g\10`Á<K, %¶¥£ß×û?\16\11\9aÕU    v\ 4\96õ\9b\85?XPå¦æ\9aTKÎv²\8ajÌÁ=ó°7}\16(2Ô"\1dùa\9f³ó]Ñç\95)çß\7f\ f \19\ 2ÌV^X\9e1íi<e\12 Õ¾Û'D\ e\90
+KË(\1a\bt/4$\ 3\81î\85©H¾\8c\13ÒBik\8b\rg|\87\13CWçµß³¤6ÝáZRþ\ 2ä\8b\ 2 nuA!a`¾d\95\83Z¶v\ 4éa\ 4û!i¶\9c'øEË\vø|Ç\ 4õH®Rµ\1f¦h¤Je\15\ 2ß\94±ù\f(\85ïzÄÇ#Pn'\8dGì'h\vú\ 2¹\1f³MH
+õ+¯\86#"\19×Ïð9½ó3g°Õ\a\96÷\80è\1d\ e\8c×\a 7Óµ\10\ 6T\81±÷£>0÷`Ddè\19¯\99ííy§ÌÆ\9a\17öxb\ eã\89Ù\vÖÑ\17\9cÇ3\84O Ùñ^¥ºÐPßZaîlöp\80X\81¢\83ß\ f\f)e\93¹\8d]{\19\80Æù\v\ 2ó%Ë°\10ØxƤñ\90\96\1f^^ \97Xöþ\ 5\9f\ 4l¼£HBÄ+$]#!\aÀH\92% ­é\19Q0Ð\9a\9e\17M\8a)6ã6áö|\81\83ÍHóã\8a(\10i!©È\14éÍxe\1fû¾\1c@oƳ    \8fQ=4|OW\88h\8d\ 6\9a\8dÈ\1a\10\10°
+\ 1<\80¾\80eF\14\f,`YÚa\88\82U.ïÈH\rõ\15@+¢ ^í®Ð\ e\ 5ªÝG\85a\ ec²í½éùÕ\9b¾Íü9PÃ\9f\a4.$\0\94\18\\7fÎ\ 6<\90)Vînm@"k2D/ðkS#\1a6â¡93^¢\80v\ 4\8dx\10\12LE%Áç\1e\bÿ\vX\85 \89<d\0\14r@Bêd\1d²@¯\93ÍÈ\97\ 4V¸Ìj<CÊ\û¤Ûp<RW5\1eq*\1cñ¨Ø
+\14H\88\15\83S&d\86 !$/È¢\16ñ\ 1\8dõVr×JÑ\84\98\1e hÙ%¯° !\fL\88TQ\ 6(\ 5\9a\98\er\ 4\v\94\19é}ÝG\85#ìK¬\83\ 1\0ï©\85´´ÄôÃ\f9%&\ e\1fñ|Aw\90\ 5½é\8aó\v\ 2\9dõûtÅùy\9d\ 3\ 6¯¹=\1f«òÙlÄ\ 4~_ò¥V\1e\98¤\ 3ðÙ\88\15\10P      \ 6l­è®\84Ý\ 1³¢\1f0¯÷>Àº\1f\9c\ fàÕ\89\19q@OJ\8eö\a\97\82¤À³"\ eF¦¶Ó\1eQ^¾@oÌNH\b\11I;\0¯NT$\ 3\81êD\17­\0\83÷DZ\f«\13dyG\99\89ó\vP7Þ5«\99\ 3\8f ~\9b5Ü^ðc\99U}\93"¾ý£\1c<üq\82÷í\1f\9d,ùÞð9ß_°\15c./XÞÆ%÷\17ü0e?_ W\17 %Ò«\vû\82äaE¶ù\86QK²ÁcJ\aàÙ}\96ô\90'çèù@HYS\97ôð]\86ì\0ëa\b~\ba\ 3\96\84-'Eñ@`< ßs&µhÎ\84¦%e¹gË·þ\81[¶¼þ°\ 3Ñ*å\v\9crÖü9}\81µ\ 5\8f\ 6\ 4uB4\fô\80ôr+$¬\1d\ 5\ 4\81\ 6\8a\19r@¾¶4pÈË÷\83kK\82\90úÈÍ%_\84dpiéØ.z\15b½Ê¸"w.iÁ\19}A0å$³KES#Þ¿\80"\8aÀzOë(\1d4å-\8by\ 1O®µ\90\88ÕèZÍÈ\94¿×èhw}ŦPNí\8eäÚÕcB      éa\0WÏæ\13<\19 \b\9d?\fÑ\10Â'NíôúL\9fŨ\9aµ\1f$M\8d)\bÊaÉ\1cxLw¾ar0@xy \1d/\18º|oò\ 1ðuÇV\1fx^wL\ e\14\ fßßÑÁ       t!ÈÓ\8a\9e\97\85àh_ð(à¡S\9eY [RC§¼<¯WhfHÀ@}a\92ÎÏbbÃ\96¼\10P\8f\89\8fú\80s\0\8aιïê¾<¯\ fΧv|ÀP\13P±Rùä\80ÀPpÈÜ\ 1\ 5`\95\90\80\aØ\9dß\94¼\1d2ìî_\13BÚ[_í\v\<*ò\82\17Ðæü6Kv\84\92pJ\1a       i\8dgB¦4\82O¹¨¦\98\8cÿï»°¶/p¼\11á\81\95:}&\12)\9a¡&\ 6\0\10\9adÊ8\0\ 3RÄÀ\88\89Åõ\93\83gÅç\e²hÊHv¼ÃC
\88\1d`\15\ fðy}\86Ç\ 1Z`ÉH\88µ\96Ø'>fI\88\ 3M®qÕ¢9\13\ e\0\81D\18æ%$»®\9a\ e\ 4Ä\81Àů-\aõ\ eà-\a\1d5¤GyÃ3¤¼ù jJÀ·_@W wàt-  \1c°Bí(\af\18Ò
+\ 5&[~ÑQD¦Ï*\1e\ 5\92ó\aÈH@u\15³
\19\9f \fË"ÔT;JSˤÙ1\9aÛgä\b\ 2Wÿ\19\ 5õ\81
+ÓÖü Å¤\94\845i$¤$¨M"\ 1-д¦I1-o´{\89\99\81SúÑ\f¡àÔU
+\92õ®\1d%÷z\13\95á?\8cf\86G}$\1cÍØóÈ\ eB\f\102 2/¯Jï9 }¿rc·\8eyG8ÝÊ$C·\8eÙZ\ 1Û BC¿u<æ;N/\bÜ:fk¡¹¼@­¶\1fý\ fççå\8e\Û}±=?\12Ïä%\81ß\8fàO,è\0â¥ßú\13¾¡\r¢kZVТX>ß³\15à\ 3\ 2{\11­Vï\93\90µ\ f\14ð\ 5\91á\86Y=\0Ù\8bøðFÏ*áC\9dÆö"\16t\82À^Ä\8a¤0\90\9cתQÀÛNê    \91·\9dÔSC\9a\ 5\11@NìÊT$\ 2Ò"Û´Gdm\14_t\82\1f\10\0\97Ì·´¸ô®jñU      ÷"ß6س¾½`\ 5\14x÷E¯õ\1fëË\e\9e_P@ub}\93\81g\ 3\8a]\9c\9e_P\ 1\rÛ[}äõ\82\19}\ 2b\ 2yÁÃ\14\83\17Ì`âtÁUºµA\1a\bb´sa]à\v\80?»Æ$ýùQÛ\ 6\90ç\vêO\9cÖò^¡àM,+\10Ä@±÷è!©\ eR,\9fðh¢-!·×eÕTÁ\ 5\91ð^@3ü
\81\*­vmV\1d¤T^¥\994\7fÀW\94 D\9f\ f\98D\87DI`÷f>      \b\bDG\1e\rÌ\9cò2\89æÒx\99\ 4z\ 4}Fe\81\1eA\9e\99­K¿åQªuÃÅÕÈv\94®\9aO¥)zB\91\ 3\ 1Æ\95\81îö\96\91\f¡\ 3°&\10í\ 3ø\8eQM\84h\86\µ \82\96\18ê½äª5dE`XJ\8a,\86êuy\81^#\98´ä\88\17YPr\14(²X±Ø×\ 1Vd\99E+@\8a,3\f\8c\ 3E\16Õ\8a\90Ûo\13¡â\81\88\90\ e\12Ã\95+\9fa`Ø\9dY¶û\8a\12\86e³   \91\ 2\ e nÏxu\80\ 4\ 3\1d Å\ 5\13"%\12K\r\8a\87HÅÖoì­hÅÁ\ 2¢\140\1c\15\97\ 2l}Ç"É\0¯ñT\8d\82|Fe\ 1\14\fT
+7<³gT^\1c(\e·\89ÄU#6bR%\19 \ 5\8e\ 4\85Xo\7fÈH\88\ 3Ø\84¹\ 1\11\bì7Í\90\83¨\19\91íÿ@/\bì\96¬È\8c\ 4j\\96Rx2üÈâq~oÃ\96ç\174¡Òj\vNM\ 4\\8¶À£"\1eê+b§\15É\90Þ~Ñ5\1dà\vV\97{v°Ìå\96\1d,3R\82\80\fÍ\88\80\ 1;X\16äÌ\ 3¨éÛ
+\90åý\ 4zo|Y\91+     ôÆ\97u\98\ 6Ö\ 3#J\ 1\9d/ÈP
+dX·£\87Å\91"^\1eI\1a\13é\ 2\8a\82Ü1\9c:f=(0&\ 4<$\15&+\8f\14\að\9aÂ\8c¶IsÇ|ÇiÖÜ       ¯¯ s\1e\84â\81HrÞë=cvt±\f\86µ¶\85DPD6ç£e\16\94\ 2KÒ(@\ f\0£Â@\1fξ\85\8fìùY\95\ 16d\93¥ \8a^ '\94X\ 4\16v\1f\18\1c\83\14l0ª\vÔ'\8a\98\18Ð
+\13\8cê\ 2û\98\8e)\1d7®e\18¡]r&¼¾¡É ¥ ´c\11
+vt\80ÀõyëZfÂ\v\1c\9a\12Ð\ f\80fèô\ 1ÿé÷¿ýîÏò¯üë÷\7fýÛã¡Çó¿\9eO¿þòû¿\7fø©ö\bcÓ×4?þÏ_ýúwÿí\1f\7fýÝßþá\8fÿð¯\7fü\8f¿þû\7fþ³_ÿô/ÿøWÿ÷\ f\7fü«_ÿóÿýúï\7fñ§¿ý»¿ûõ\97ÿî\ f\7fùï\7fýÙׯ¿øÛ?þ¯?þË\9f\87_\7fó§?ýÓ\7füÝïþíßþíëO\7fó·ÿúõ\ f\7füÓïþ2Ïý¯ÿå\7füÃÿùÝ?ýëöÜ×ßüéïÿîßÿúýÿþí¿üþqºÿ\ fÇ\17\9cí
+endstream
+endobj
+256 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 832 0 R
+/Name /Im241
+/Width 49
+/Height 65
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ð!\ e\ 21\10\85á6\15\95=BÏ\80Cuý
+­ãZu\c\1dv\1d+HJò¿&¤bQ<1\9f{\99\19c\8cY\f\19\14Ñ\99V¸     /\82\88b\99\83}\81{\82\1f< Ü!ª3\89\9bÈb\a»\81\ f\1a\84
+Q\9b%\91'v°\e¸\15|\83\10u_\12Y¼E'õ\17ß¿ü\93¢êcN\97k;\7f\0F\82\81B
+endstream
+endobj
+257 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 833 0 R
+/Name /Im242
+/Width 49
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cm\91M
+\83@\f\85\9f¸p9\17(x\86îKÝõPE\18\8fæ¢\añ\b³\9cB\98ô%\11[¡Ù|8ù{/\ 2ºá\ 2\fÚp\ 3&Õe\ 6Tu\13tÄ[Ðë2ª`°\aAª@\16\8c\85Å\82i\ 3\12±Âò\99è\89å@\17\80@\7f0\1fXOà0\8aÐ\12¨\ 1\81En\ 1¯!ü\93jK@\89ÑT\aØ\93\88\18\v=0Vwd5Y½ÓJkÔØ\96\1dIcú\8eÁ\87[\ fb§#¹\ 3&\1d<Qù¢;\ 1\aê\1f@NhÞ\aÛÑ5¿Rßü<¼§        ç\91M1\7f\82©\9a
\0\13-»?\19ý\14up'\96åê-T^\1fÏ×ý\ 3A1Æß
+endstream
+endobj
+258 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 834 0 R
+/Name /Im243
+/Width 68
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÅ\92½\11Â0\f\85åsáÒ#x\147\1c=\9bPS\90lÂ*.\18Ä#¨L\91\8b\85Ã_O\8aä\8bóNRô\1e\11\91\19Ï$B\ 4v"R\1d \0\16\ fÈ\80-\0ô\83D\86dÃé\8d!ÁiÄ-J¡ö\96P\84< C\ 2!Ó´Rï"\8bÂÄz\88\97ª\908ìP\14"G\99ß p+ü\ 2\9eó\80í\13¦\ eî\17´qt¢¿Â\18Ã\ 6Û\81\aäo\10\ 3[\82\ePmQ\ 3|µeúbë\rÅ?Á,\88³\99\92\9e\ 3eêÆÑU\ 3¡\85Vê溥\eL¡e\ 4¢¤ÅDà§ê4$m\16\8dM«¥Ajm4Z³ý¿¶;\1c/÷Ó\ 3zØ»\9c
+endstream
+endobj
+259 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 835 0 R
+/Name /Im244
+/Width 56
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cåѱ\r\80 \14\ 4Ð#\14\94\8eÀ\1aVÒ9\960\9a\16îá\b\94\14\84óó\8d\9d1±ö\9a\97\ f\\ 2\ 1À@H\f¹¢\ fÌB$K_+¶\ 2Vv\9a\9e³\82opÒ\bU\8b¡(1ßx&ð\9ax<ã\9ab\8aÒó\ 5¹h¢æ\95^°¿Aþk\93W¿1ÎË>\9d\1eÁõ¢
+endstream
+endobj
+260 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 836 0 R
+/Name /Im245
+/Width 35
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÐ=\ eÂ0\f\ 5àWyÈF.\80ðÀ   P\87J½RÖJ¨á0\1c$\e×ð\11¼Ñ¡ªx   B\85åóòü#Ã\ 1È\8a®\84\13Ä\ e\8a`ÇÊPé\15Ñú\11±¤\9d\f->CïÖØ\bV\8c\rt\8dåC\86,\98!þÃ\86àL\ 6Ûé\1aË\1fÒp¸X$®Î¡Ù\80ü"ú$<¯R¾háfÞ\93ë=\84Y®%7°®@ât$aW\1fØ00\8b¸Õ\1fÔG\9c¯Óãò\ 6\8b}QW
+endstream
+endobj
+261 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im109 116 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im30 37 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im21 28 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im21 28 0 R /Im22 29 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im113 120 0 R /Im103 110 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im145 152 0 R /Im21 28 0 R /Im110 117 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im21 28 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im113 120 0 R /Im246 263 0 R /Im247 264 0 R /Im248 265 0 R /Im249 266 0 R /Im250 267 0 R /Im251 268 0 R /Im252 269 0 R /Im253 270 0 R /Im254 271 0 R /Im255 272 0 R /Im256 273 0 R /Im257 274 0 R /Im250 267 0 R /Im258 275 0 R /Im259 276 0 R /Im256 273 0 R /Im260 277 0 R /Im103 110 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im110 117 0 R /Im117 124 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im114 121 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im21 28 0 R /Im105 112 0 R /Im26 33 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im120 127 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im30 37 0 R /Im105 112 0 R /Im114 121 0 R /Im21 28 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im113 120 0 R /Im104 111 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im120 127 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im114 121 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im116 123 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im118 125 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im110 117 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im109 116 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im134 141 0 R /Im24 31 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im105 112 0 R /Im25 32 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im22 29 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im113 120 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im110 117 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im222 233 0 R /Im116 123 0 R /Im21 28 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im103 110 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im116 123 0 R /Im21 28 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im27 34 0 R /Im223 234 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im30 37 0 R /Im110 117 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im118 125 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im26 33 0 R /Im24 31 0 R /Im110 117 0 R /Im28 35 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im139 146 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im105 112 0 R /Im24 31 0 R /Im111 118 0 R /Im116 123 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im102 109 0 R /Im22 29 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im104 111 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im120 127 0 R /Im22 29 0 R /Im24 31 0 R /Im111 118 0 R /Im21 28 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im134 141 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im134 141 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im117 124 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im102 109 0 R /Im30 37 0 R /Im111 118 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im24 31 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im224 235 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im110 117 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im167 176 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im24 31 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im28 35 0 R /Im110 117 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im24 31 0 R /Im30 37 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im25 32 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im20 27 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im134 141 0 R /Im208 217 0 R /Im178 187 0 R /Im177 186 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im134 141 0 R /Im117 124 0 R /Im25 32 0 R /Im114 121 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im176 185 0 R /Im208 217 0 R /Im178 187 0 R /Im179 188 0 R /Im137 144 0 R /Im21 28 0 R /Im208 217 0 R /Im178 187 0 R /Im177 186 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im205 214 0 R /Im261 278 0 R /Im176 185 0 R /Im208 217 0 R /Im178 187 0 R /Im179 188 0 R /Im137 144 0 R /Im178 187 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im176 185 0 R /Im177 186 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im179 188 0 R /Im137 144 0 R /Im113 120 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im176 185 0 R /Im177 186 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im174 183 0 R /Im179 188 0 R /Im137 144 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im26 33 0 R /Im102 109 0 R /Im107 114 0 R /Im25 32 0 R /Im24 31 0 R /Im21 28 0 R /Im110 117 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im21 28 0 R /Im109 116 0 R /Im177 186 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im29 36 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im22 29 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im21 28 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im177 186 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im21 28 0 R /Im110 117 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im22 29 0 R /Im24 31 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im110 117 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im208 217 0 R /Im178 187 0 R /Im177 186 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im113 120 0 R /Im246 263 0 R /Im247 264 0 R /Im262 279 0 R /Im263 280 0 R /Im256 273 0 R /Im264 281 0 R /Im256 273 0 R /Im259 276 0 R /Im257 274 0 R /Im250 267 0 R /Im253 270 0 R /Im264 281 0 R /Im265 282 0 R /Im266 283 0 R /Im251 268 0 R /Im264 281 0 R /Im267 284 0 R /Im265 282 0 R /Im258 275 0 R /Im259 276 0 R /Im257 274 0 R /Im250 267 0 R /Im253 270 0 R /Im251 268 0 R /Im264 281 0 R /Im260 277 0 R /Im104 111 0 R /Im24 31 0 R /Im117 124 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im109 116 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im117 124 0 R /Im25 32 0 R /Im21 28 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im116 123 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im106 113 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im136 143 0 R /Im137 144 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im110 117 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im24 31 0 R /Im26 33 0 R /Im112 119 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im111 118 0 R /Im25 32 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im29 36 0 R /Im138 145 0 R /Im137 144 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im113 120 0 R /Im139 146 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im114 121 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im118 125 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im114 121 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im28 35 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im149 156 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im111 118 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im106 113 0 R /Im105 112 0 R /Im28 35 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 262 0 R
+>>
+endobj
+262 0 obj
+<<
+/Length 837 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲,»qÝü~Å\19J\ 3\8d*\r\1d2#<qH!\ e5±IJ¤Í§t\1d\fÿ½»º\91µ»ªÖj, &'ιq\v\r\8dÌ\95\7fýé\9f\7füõ'ÿão?ýõ§ôµ\ 6÷Ã}9g\7f¦¯\94Ü\ f\1fóWÈáG)ùk]\96\1f¿þãO¿øï\7fôÎÿøÇ?ÿôÏ\87\ 5r9/P\96Ç\ 2É}ÅúZ`)¶@Hçïã\97?m |\85m\ 3)\7fùxþÞ»rÝÀõ\ 4Û\96|Z÷\13¼m`¹n ^\ eð¤@F\14\b«L\80¼J\ 4\b\9c      °nû/    ýþåüüû"}ÿÚíñûøüÞè\17¿Öô}\ 1á¼\80ÿ
+î¸@|þékúZ\9e\v¤/÷}\83\8fË:-P¾\8a\837PÑ\rz\7f¹BD\82úø\1d¿@\12\x\98òà²Îò`»\83\rÄë÷Ûy\ 1\ f­\v @¼P\90É@pQ\94\ 1L\80àD\ 2Ð\ 5|¹GÁàW\89\82ñk\81\14\f!#
+äëï/'\1e¬_nû>\ 6 ÅÞ\ 3\1e"\e\88è
\e \14LA¥ æ¡\90Ê=\1eÊþ\96\1e\r¹\8az\94ì¿ \1eFû?ë±öû\ 5]\80\0ä\ 6+\14"p\83\84\0u\11    \80MqX\90!\80¦\98PpuÓ\1cðÜÀ*û\ 2ç\ 5Ü\93\87£{üËo\v,_Ùí\v¤Ë\ 2Ì\96E\am±d\v7C\10\1d¼\ 2á\0/
+Dï5
+0\1e\8a\1e   !RCØ\99\88Á\8bÞ\14æÁ\18 %\94\9d\99\bÕàõ÷)\ 1#R\ 2\ 3îdLñ\967\15\13ä\0Ù\e\8a»\16ìxCL\8fÇ,ZBÊÃÅ\89ÎL½\Á\93\82\ 5Rðr\0z\ 3¥Þ»\81\1a¤\e¸²ðË\12Ç\87\1a5\ 2¾³\90¤G·#ÅE3d\94\87¡7 \95\0¹\81\15
+\91ÎBëM\16JNc!fH\12t'uC\92 \1a\86\14<S mÀ#\1eöî¢Gý\93\17\97äk\8bI\ e\17\7f²\¸°<U{
+ß;x[ \ 2\97\1e;´)Â;\90\1dÚ\14ï9´   *Ò\ 1\876¥Y\87¶}\9fÅ;¤\\9cµ¨îªÈìûïÀv      ß\14ÐÙ\18\ 3\ eY\82\1eåU\8e\98*LwTá!»ó¸\8b)\7ffËîØ\ 2\9f¹\90%g2ú~ 9ãÀ\ 1F\923éÅ\84Çß×\933ÆCÇß\97\92SÏý[rfú\ 2ª\97.\80¦6j³%\87ï\81-é&g\8e\v\\9334·±\14°\80"\ 4m\ 3«\17Yà¬\b-7\ 3\væ¸\85\ 3\1e\ 2\8a\8cù\ 3áa\ e\ 1\13\ 2\8f\8cÄu>Þ¢`ð\8bDAú}\bâ÷,7\838@·$!:í\ 2\10\vlG
+±)ò\1cÞ3\94~ ·\82Ôà@d\9dD=LÓS\19\92\0YsBÃ\871\15\99\98ä§\1eÆPR$<¿SE.&RTÑ      \ 6¤hA\9a\ e\17Q\95ç/\97à\1d>\14\99Qðm\81\ 4\JìÐ\84Õ(èÇ\1d\9agdäÂ-k\1c]½e\8d·ô\8ab\8di`äEcFcë\0Ý   Ù¡\8bAÓÄ4´\fH\13\ f\ 4F[~E\14c\92 J\9a?Áó+H
+PtÏ~\7f\11m\ 1\89­-ªèh\ 1\9e\9e©7Y¨@wDg!\v*fY¨ \8f\14°\10=@\85Þ\80\9e#]\10\ 1À\ 6Êå
+\1f¼»m`u_i}-P¿SlñÂ\ 3ù+]ÌùòÌ\8f|ûSo;(õº\83+\13<\83{\97Á\ 2Ûëæi\81\a¥.YÂç\ 2o\8aì}\ 1õÉ4=ôÐruHô'Ó\14\901\85^9KO$Ä\ 5\17[D\83ó¤iR&Ç{z¢kÍÉþ\134Eúþ3Ôcz\86Ê^ýgý©TDED)P¡"Ò\13LuÖ+o\91el\85\e\ f\8b\10úØ4Ùa\ 1¤    ±WïScá\a+~ôêiÙ@úÞÀ\f\ fûÜò¼\87\ 3è\1e©·L\7f\87\0,=äË÷\r|L\ fñä@T¯\90Ô=\18\ f\1d)(K¡_\82x\ 3X
\92Á\rHRh\85\17Q]\80ägÌ'?òÀ@nÀK<Ä+7\8av\85ì
+\82\15ðäD\10¥\98\84\82ß\aî\ 4\87\87O¾\\17@©þ³-­Oó¼§\17N;\0\9a\14Ëa\88õ\9e\1c\ 5é\12i\86eW\85=.$\19\1eóÊ\8f\1cà\94]\18\97CË.\88\14`¡å\96\9e\0r$\87\96¡¬7åÈrý]9"r\0U©ôrÞ6`~ùìv²\ 3$Ç´"säýÅ­¦w°".Pî \85FP\17\ e¼\18íå#\93\ 6=Z¢¶«\8cI~ÄCs('J÷ôDG\8c\99G\14\83\99Ã\83G\94\ 4¯º%\88\80\\88\19£z\ 1\84\80QÕC,»\80\8cÑ\95\80\95Ô\90Å\84\8dÑE\ 4è\ 6r\16o\90\ 4×\19¹¤R\82¨å7\8aè\95S!,H\ 6 *gõ\e\864CRµ¸\80\92&\8d\99\95_\84{^ñV¿¡xÅ42s\1a\173=\9c¼»e\v\93¿\19Ù%¯Ý \13Ã\14Ð\r\ 21¤Ñ}Tã
+\92\9d\88(®P\f\81\15_$Õ#dÅ\17ZXAY Ã°Bg\81,\86\15Ì\92$\18ÛêO\r©Ü3¥©j¦\94æw*ò'a\ 5\12IñÕ¥\85%n²+ÂliX?§øxíF\0\v\I@7`é\91Þ\ 6hto9¶Ç\ 2\9f¤°[|qü~ 3&HßÓ\ 4\93U\94\87ås\82\89\96.XLpÜ\80ÌľVé\ 6yz¤%¨\8e78\90ÝX\8a´\ 1Zþb!Å\81\0\ 3îÌV¼ñÔC§\13èq¡C$Ð\v\9a\83«Ú       è\ 6|\91\988\ 4/21    \vÍ\96\86Ú\v\vI\82' 50P}b/\r\1d\81µÅ\ 4\1d-ÒM®ôY\88´&%x\80\8b;Ǽ\99\90±\10\80 \82ä\97\8aßO0åQ\87\92î]a\81\8aXx÷·ÜHÑx\90æ·\16\7fK\ f\85%«z\88l`Õ6@)¸¢\rè\95\13a]%-Bc\1a\974!èvÖt¤°ÛY3®GÛ\ 6¼ÌC$¹\13\12"¡üZ\13E=È[c\90\1a\19¨\1f\8aqEj@¯\1f\8aV\85Ö7\ 5$=ô¦É¦ê\87ò=)\88ù¦\14\94»RPT)`©\r¤F\ 6x¨"\8fz¤~Hõ\bY\928.\v8\ 1L\12\93\ 6«õÛ\1fùØ`ECÛ\9b\1e]ºëÑíÍ)\93\1e\90\89ä\16µdYâ\1e\ 5\91
+pR\80\\94ôÎ\8c\88<\1aÝ\18¤\88â¢\ 1c\90v\9f°k\fH~#\15M\13Ðü\ 4têtU\962´F\12\13\1d\9a[f¯\0ÆÆ\ 3ed© 1\1aØ@\15CCÊ\ 3ªSIÃ{K°<<\8b©ªpoµ\94[³ÙG·\9a\84ç©\85\86\87ï\aÞ»öî\98Ç\ 2\17¹eºO\eÐ+h,ÃÓÙ\0¥ qq\87\82¼½&\81ß\1f°\87\eø\89t\ 5\1cü¤U\1f\1c\99è\9aæ£\1dJ\15í@7g~\11IÀ,ú\96£\ 1$¸¶\16ð\ 5 \r¯\vÐ\bß¡#èU@[\8eFºDZ\84\9cÇ;\90\9fM\83/\80\8d\15ø\15K± ß\1f(c
+öð;½\80õý÷\17`ð'\90\ 4À¯$I\12¨KGÐ;\92\ 1\ e_\ 2\1e¡\9bAïÈ1Íó½©ÂÏ^!ËñdQ\95\92\1e)³Ç=kHólöî;kLB\85\14¸¨\ 1\9ag³bÂ\93&\94_\r÷\ 2\98®\1eÂ~u0\14¨ã\ 6®~5Ïò,\12\ fñ,O¼w\ 5ÑݳçÑݳçÑß´ç[\ 5\8dhÏq5á\96%Z®;¸V\13¢lñö\8eæÛÓq^\ e$L\97\17&ð­eÚ?wp^\0¤\8b×Ë%>w\90\12\à¢J+ë\98-\1e\1e\ 1¼[%\18¡\1a¤Üi\81¬ûuíõõ¼À\85\ f\aÖµ\8c\16¸\98ôð\95/M*O§fÁ\v\0>8;\86öô\15à\ 2\17a~\89î\91\88Kú®\f>/\0´ÉU\18íé
+-páÄkÂÑJs#\\0p"æ\ 3k<îòAþª´ó\18í\0´¹\9cÅÙ\16À\9c(=\9dØë\95DDd\14^\v@F*B\1dÀ«<yW(å¨\13A9\11CØ|EyÛ\ 2s\8d\1a͵:. \97óø\86©t>\81l\98-L<.0ШQÂNÂ\99r\1eß\8a\83Ï\a\18\ f\80\82z9ÏV\b\0\ e \83¬.2\v\10\1c\8f\ 5±À\0\8eÇ\8aX` \12¢½\9fõ\bÈCD\a\b\bóÞ¬\8e \887À0\18î\11 øY\ 24ï<ÄY\ e°:\84\82\ e \ 3tFU\ 4\18
\87\ f\ f$HO\90\82r5\93\ 5\88=%Ä\ 3¼\88¾\17ª\91\f\ 2\ 2qàH\9a¥@\16Ô;\14Z²í¬\ 5õ\ e\85j\14Ì\93\1d
+­u¹Ë\ 3ô\ e\16õ\ e\18\86\84f i¢iõ\92!bX6aEB8\80ec-\16]=H«»Ý¢\99B\1a"¾)©ên\ fõ\10P¤¬\f \8aWÀÊ\0ª´\7f^\ 6\104)âe\0ð\ 6\0¢*\86¤\f !1\1c)\ 3@\8a\f`¹å\rm\b\99\92-äe\0\90\a\a\90-\e)\ 3\1051/\ 3\10Ý!\9a&YZ\8eá¤\88ä¦ËhñõxTc \9bÈ%\1eiÀo%QÓ\1e\91\15\12ÌzDÉÇ[>m
+â%Ò.\87V\11
+SPÙ\18§\9c\r\83"\97\99uI8ѧ$\aH\9a.§m\1e9¨Æ\90U\ 1h\9a\8cwY@\16\92qÿSYî¥\ 6\12\f\14\f_åô½{*\86TkÛÀúµ~#\86û\v\ 5hn¡=âç\9c\16øü\92æ\ fäÙù%\8d\84y\12¬w{\84¿\9e`\ 4\85\ 3HÕ@\87äHç{\8ebQ÷ýO½áWtþ\ 1\87È\e\ f\1d\17Ð\1d"oQA\9e\0\8a}eG\16@\82\91ìHD, £\9c\9a-\9cäá­Iâ\16\ f\87önÔãa\1aWµw£Y\1e
+íݨËCü\ 1\1d       ÁÈûw(\88\ 5d\µ\10=¢ \8e\0\11\93ôû42\8d\8b¨E>\8f/\99g¡t\93\85ÒM\16Ê"\vñô
+\14b\9d\ 5\vÒãb5Ø\93\85 "Õ\87g\84\8aLéÀû{]4SL7°h,@y°\8dqêò ïò\88\92\10q\ 4\r¤\87\aJ©¢CZd¤ºÚ²+¹3¾\82\86¶~½u\a1\88z\80¿à\17U\13\93\1dÄxO\13Ù\f\93Y9\88\16\95ôä \87\91ÙgC\96\1fA$\1c\18âR\90-\1a()Üò#\92\1cP&¨¢.¤H(ÕØ8õj{        \r\97$ºT$Íhù\8d®=%<°Þ³çÉ\12½\93^}rY2§\14ÂÁc\1e\ 2\9a\8c$\a¼x\83´Í" \83®{T\ 6±Ù\97«\14=»,b@a\89\1fè²Ðô\10ïqp\9a\8d&)jÆ\84b ¤\17\ 6Âé\ e¯ÅÑ\94\8b3\fÎu\94Ð\8c\\12}.c*È!@N%û\1eir½C`\e "ú\84\9düJ®\9fó+4;aù\954\87\16ì[§Îñû\81GCoL\98: ç¼ÉáÕ=½í`*Ïk\ 3bO$\90ó¼ÞÌéa\ 3ze²ÁP\9c~_n ß\13,Ý+$7`qAï\ 6(\ 1\17'\12\90U¯dõ\ 6Y~¤E÷Ç\e\0\ e\11ëp¨à\ 6\81[ÎËO"ØÀ\b>¢«\1a  xý      ¼\ 3½¼Ý'\89\84¼ÅbEßëù\85\904\ 2Ðà2@)Òó\v\11Iñ@~¡5Ht\15!\rï\e\fÅé\0\ 3\18¡\88\89\a:42"ÀH\87F.Ò\ 6(\ 1Þôèg\ 20\18\8do\19\9a\83ѨNb\ 1\16\1a\12]\ 6\17M\8dñü\88¨D(\ 1VM\ 6h\86hÅ2 g\88¢\8320\0ðYE-Dª_|ÒX\88Ï\87U\85\90Í\87½Ç\ 2[õʤ3tD\b=m@¯ý\80jp\ 4á\13þ¾üh\1e\13²c#\18³\19j!=µ\91Å\rðù®~\92\87-»£Ý\0å\0¨\ 5\11\a\90ý[n§³\7fz\ 1Ø\9bÔ'\f\8bZ\94NÀYªd\86héÌú\9aýqÒ!×Ò\19$ïñ'X\8b\ e ` 
+      .ç¾\8e×\ 4\97m¾kñ¯\ 5Þ&¸ Æ\10\860ZîÅd\86\811\e\93¥\90où")Âß×\93S1JßÓÄBDû¿Zb\9e\991&ì\f áó[\8a$Åô\0Ð\9b\1c\181\9cEw\9aU\r¤â\91)׫\ 6\f\0c",nÅ;oqùç\82ôNn'åϹ\1d\9aX0&\8a\9f1ViXm­Mq\ edÖ7\94Üã÷#¥3öP\12çfW\18~Æq\ 3\ 3¥+\19\11p\b\ 3
+\ eÀ1í¹¡8\89Ùï-Ã8|\87öý¢\9d\80C\8c\ 6p\ 2ýÍÕ/\15m\0½¹\92â\9d\r\80\16CÒ8ï\9a&{\98\84¹á¢öè;É\85{kÑ8\17ZnÅirÈ{\83\12\92C½7È
+I;<À!Fë-E¶\81O(BÀ\90\92÷Ú\95\13\ f
+<d½=\88\a¡\18\a\10\e\9fRD5ÀR\e\88\a\95!ÍÖÙ\935)¦\e\vêýu\vR¤úè\8d°\ 6M\vp\84PhËôÀØiz\94w\ 6!\ e\18\99\911\1d\18}áÑ\r\8e\8c¾ÐÕ\18K®¤[þÌ\86\10\9fÙ{\83\99\18\91\1a\19è+IN»\ 2\84¼\ 1]\8dì\9dA³B\90ë=!(P\r!\7f\8c$G
+´d\ 2ô\86\rOùv\89ߣ\12\1dåv\81þÜ@v\ 5\9aR\19(9®7µÀzW\v¬¢\10Ò¦\8e6Qï¼\ 3ù\99 9Ä\ 3ú3A\82\8aP·¥) _` Sz¯|é0qoúJ\8f\87xr\ 4Æ¥r§t\8a0&Ñ;¥÷Â\97®\1e\897\7fpªè!YOHèÎrcÉ       §.À*WTSÂ\1a\83ÔÐ\9aÜ¡î\10\92¸Ò\98È÷ ãYcÑ
\aÏ\9d¼±¨y\13~\ e&ØƯlß\7f\96\ 2\12×\1a\ fùÏ`Ýtÿ¹Jû§Ù\9dÒêßü$ض·\87
+?\a¶½£Pù9°mo]¶¾\v¶M`c\96¸S cI:¨+Ý+dãW\82z\ 2Ò\e¶B\1e\18\98Nëïñ@pù\16\ f\846¶`\96\a\82õèö)H*\7f¬îÅw\0××\8b\1es-9S¾ÜöÖ\12ÂWþÎòFðÚÃ\92\enR\8eíû¬\9d\80fGrD\9aT\1fd\15Ì\98uT9ï¬Y´\13ÐüVEr\84ÊHÉ\15TM\95\12øûòk\93\8d?é}O   h°%=\ 2òÆ\1aÍ\18óä\86Æ\ 1ôÍöM\r|¶¥$®õ³2Ô\82\926Q±«\ayr\ 5Ù2=C\1a\ 3²e×\98\82Ãb¶Jî£\1eDx\ fç\r´Gëøí\r½-\10%\Íç\156\80à\9e\fòÂ\91z\8f\82\19ÊÐ@jB»AÊ\82%ÞRãQW\82lv      ò'G@KªfJyjBó\a\89h\8ayj¡jRÌ\11C4\1eæ£OÊ-5´5åH\aà]=(&\19@[ØR\vÊ     øä\10Ñ£¥=-öTä»ÃSHv&A.Ô\a\93æ{¦,a=¤·5eM\ f²¸Ø\ 6\87LÇÅ[ÝÄ-\16\80ÎØ@\86\9bè\ec\12×ÅfÍÝ,\1c¨5ŸI8ÐÔJØÜ\1c\0\96Ou?ÀT\15è\8eèêæ\10À¼1¡\9b\84\ 3-ð÷õÁ¨\96çw\1dè$ÞS\13Ñ\ 1ô¶¨6¼æÌBúè\96¥Ì^¡5å¬è\ 4\17[D)`.}\87\ 2ô
+\1aÖ}÷
+(\9a¤\95M¸.\8c\1dkiñ\92\14Ñjv\8fïPîóÞË&º\Ì0;":\80<Im+\9bP\b@\93#mÀt\97\89yÙC\0\ 4\80}U¬¥DS¤<³PDE\8c{|·²\a`      ®=¾|ê\86\v\81Æê\1eÐ\1d\8cÔ=h\14à©\ 1§\891_ ©\v°Ü\82jL\19æ\ 62¦# \1d^äb\ eÚQwM6\fÚñ\8c\8d\ 34§r\ 5\9a\8d6=\9e@\87µ\8d\11\99S]\11E+$í("zþ\94Äó\93\e\84îÌ@ùU|ógfʯbQ\1d:ÖÓ¡ùS\94\0\15\99BøÚÆÊ\ e\90\1a\18@Õ]²H@V6à4SDQuWèÓ\ f\94\83[lßwGÈ«»\83\9aXö©wÄ\8d.\ f°±¦P\88õä\82\95_õ<Rúê\1e \14Ëo=)¨BØÉ-\8cûäÖ\94!»´\f\8f\14±À\b\1e)tGP`JN\90Å\13Ð\ 4QÁ4Ô\13D\15*\12}¸n\85a\89Þ\98S\17é{úbÚLaZ{\88%\9f{*Nßë=\1dÍ\14nßÏX\ 2ß*ø\8e¿?P;ã3Ü\80\1e\19·Æ\9eã÷\ 35\88\86gÚ£ ­»h¶ôt\0½l¡U¾ô\b@#ûúª\1a\80\ eÛc¹\85´va{ðc\8f_^\13ÈNW\80\1e{p\7fàÖ\93±õ\an\v\aúf\8d\ 5\1a\90ìƺ¢KÐ;\12Ü7\17Ou$8øû\821nÉ\rÿ}\87\8d6R´'\ 5\11°\18ê¡y«¿êS\90M$E\8a\14\19ÞE÷\ 4|¢'Tå =\82åÐÊ\16ºrH\99¨hLD¯ %){WÀ\93\13µ\11à\0ß\95ô¹¸-9qÚ\80>r§5eôU)ë©ð÷\b¸j<Lú\ 6ûÓç 2©Ã{M\vô\86¥Ì\12 \ 6w\8f\0A\13!\8eåé4;@\ f\10ïéñ\18!\aê£JZ\9bt\9f\ 3>g&Îî\98\8c<eX ]5Ê\87¥ÈWÀr\13ªGÊr#È#\1d@â¬P\bå\1aÆØ\9e\v»\ 4àu\vP\vé]=\vâá\81ÜÈ\82ÌÈ\0òT\¡\10èOÎ\ e1ñÀ\93³Cjx\0y*yM\8dÑ Ðg\89\0Ì¡N~Ñ\1cê|iõ\7fUOÙ¤\96Ó\ 2×)¤\1c/\ 2Q` '%B
\18\84)\ 5Q\ 6XG\ 5úý\91ÜLFþðȸ ,\87$\9fg½ôM\ 1!A\89*     \bdG\81©\ 5\19\928\89î$Å\1c©&\ 5]4X\12\15¶º\8b´Ì"y¶\9e\8em\81)$OK®\1c60\80äÙ*¡O¿¯\97=´g\86ÞïóÔ\86G¿¯ãh\96¦\86\8e¿?Ð\12²j\17Ø+»8\1d@o     ±ÔÈa\ 3\ 3-!\v" ¤\86^2°ud¤ç\ 2ïågA\9b\0ùLî¬v\820\ e\8bý*\9b\80< ÷Uí\99\91®\f\90¢\ 5· \1e\92µ\90udô~\9f\r\9e³I/ç+Ô\8bùã=!Ø\12\e\92\10ôF­\bj\90u\84\14ñ\ 4ä
\96\90N1m%\8c§+Ч\98\86\82600\1e`ϬLKQM÷¤¨j\9a\9c\12îIÑ\82\14!\92"w!à\92^\99\91«\14\ 5!,}éA+º8ëA¹ülO\8dt-Ág´    A\93³9²P\rÈÐô±á\11Ïú"{f£ËA$1\10\91\1e\1e\89  ±à@WÕ\9eÛèP 7æd\\11[bAÖ",3±J\e qu\85î¨^¶óæ\8dÌ%\ 6ª&\ 34?ÙúKÓÒ\85À#]Þ\ e^\81Þåm3Xg¥ y\91\ahP峨\88I`m\19ÖNHÐ+\9aèëA2f%\88þ$\8d\8b£è\8d\88r˧OoAÝTÙG\12-\ 1ïÈ\80AÉ@G\86f\8byb@\fJ8XDÑÄ\98wTø{\81¹UmôL\ 1k16°\87m#ïzDè\94\85°/0\97\19¨`\ 3ú\1d\1aXÃñ÷á\1d\92\8e\f{l¬\9f1[xGD3¦µ\83|Ô-{¨s\98){hߧ\0\e\1cªÒ\81<¡Ù\19ó\89ë$\1cj+\85>]\81\8c"h\1d\15\ 2\13\93rz\vÍk\17ø\87 %xÄD\ 3(\82f\f;\14 ïµ\ 1ò\90\8e"h>yí\82Æ0 IÄ\84\ 3\ fÆQU\ 3$.mMÎ[\15Ü\;@Òx\987T@5¢WmdÄ\ 1#Õü­MzV\91Ú\14Ö®\1a¡Ù\15ËQÖ\ e~\18\a{\b¢\10\90\rØ{co\ 3¼jÂ\8b\9a\98h\81\ 5©\91\ 1Ì\94eÕ®\80ÂU¬\15\1d@Gkp\9a"¦q\91Ë÷LÑ\9e\9cè\99"
+#è\8bdÍyÝ\85\17)@\ e`QAß\96²ì\84¿¥G¶1!\92\1e¡\80\15\ràþt\87×'׫\14¼j\18cÊ_i}-ðVÃ\18åÈlOoL:D1Ë\9a\8cd¨ò\8a\98@\1fAú¦J?Ý!\9d\83\v\81\ 2¼-?rK\8eß\14Ù\14XÀ^9ñ\10\83¹iÊX\93É£\84mR\87@B\12Þ7à\9b®CA£k¯\19\ 3Þ\95\82\8c\ 1rHXWI¼g\8e\rqb\96\89¬+dÚ¡Ø\10\13Ю\8e6&á¼\ 3\1drB\ eNYå\82fMxéDQï\90´FÉÁ-aÂrÏ+Nõ\9eW\9c*\8cK\90\94N\1cÅX)\9d8µ¥äa\b´\96_°,Ûa\ 1\93¡a\9e¾\97\9fKlÔÇöýÌc\81¡Y\9e~_\9fsa]%=\ 2\10\8b+r\17\f\92Õ.\ 4p\ 3º&ööä\98?\ 3×°WÛ½öáx\0ýÕv˯\88\12,QºC\ e\87\89xh\ 4¯À!&\96ZÅ[|ïí\ e\97Éwg\ fÅ@v*C\80\978\80g\19ÄKdª,Äæ\98\1fIpUe¼þ\ 2í` É\94\10     \ 6R$V\8a\98{\0J\9fA/ÎL4Ð\97²ÜRe¡ 1\1aÉÑ\94z\8f\ 2­Û\\10#\96¡p\92\19\8a<+\ 5-G³Æ]\99O=xì)\8e®9#O¿.\8aÆ\80Mû@<44í\ 3qñ@gHÃÅ\1dgb\9bµ\91´\eà\v\15
\11\fô%Dè\91ÈUT\11ê1h\8fÉ0Û$z$\1cÒò&\ fLûdÖ\9a\12f¥Ð¦u\14Ñ©%­-õ\9e)\89U3%T\8a+\12¢\ 1c¼M\v\91\8c\82e½§\bã\1a%EÈç\8dÀ¸Dè-±\ 4\89ý~\17\ f\92\15\80 c6PUï!\ fÊ5å{\ 1I\97\aY\82ET¤<Á¢¹#¼þ\ 3r\80Þ\1a\12\8bfÌiý\ 6v\bå~û½\80¤ÏB¬7E\8c-iùDF$н     Cí\98ñ§^ù\19è\10J}¾¯ò\8f ÞÀça!\13qÙ7¢çs\ 3i\12\88Î\e\ f¥Ï d½I¦Û÷s¨\19\1e|?2éÁ\8a)Óg\0§nkIêAp±ú\95\84\b(×>x«ÅL]\ 4+r\83\15±ÀÀ\1cÒ*n\80²Àr\93\ 5V\99\ 5\18èF³å©\ 3àD\83\1a³¥é3¤(o-YÅ+`å'\90\87õ\97÷àU\ 2\90¸4 \1eºêQ
+Ya]\9a©\83\9eDÓCq\95x\88\15´A¨=-ÀB\8a\90¾Yh*¤Ø\93#³,\80Õ\98Î\ 2Ef\ 1\ 2yQ \1a\91C
+\e¤zºÁ\ 1Ì\ fM\8dÑä\905\96¤\ e\ 2X·³dx\ 3\96Z\11o\80½üo\80¢ËU\88®/ÿh\aÏQ\15\ eKá@ýHÒ41¯\1f1EÚÁ\12äÙ\99E\14#r\82\10T[Â\80\r\r´\81\ 1Ð\88¨é\ 1\8e(ª¹34°NÆ\84¥\17X³â\r'ib\9e[I\12\ 1xõ     ²$\ 3o%6JuÚ\1fÚËGºþ\10Ã4\8dÚ\ 6xùÉrË\96lå'\92&£Bdý9\93º|kÏ\11u9É\10®¢9ç£P\919\1f¨\1e\96\1aتWî\áV½rË#ÜÊWîx\84)  `À#ܳ#\93\1ea\8a(¬Ñ=ÂÔFML{\846/eÖ#L¢"äÅ+ÓQ\91%G\10\v\8c\14¯À¸p xEs©yñJÕ´\b\874m\96àÁ\8a3\ f¶¾M%ß¾\9fBÍ°üÜñ÷å\16?oé¹ã÷2¶õ\8ehzø^×\ 1{jåp~ \ 3ø\ 2«¶\0/=Y¤\13\8c\b7 ×MØ Ó\r\86¨SÆÈJGê-\1e\ffȺ<È\ 6¡¶\12¸ÃïKÏ\95ß­9×\ 3\f`K\876d w\87\ fa?AG\91³æ\1eÄ\85#½5Q\12cÚU\10+ú}Ù\e\vojhì¥ÉêN\90\1a\1a\18\9cµ%W\14\1e¦U\ f9iRH\99ØLa\9f\89     \ f\95ªò\10Ën¨wÀzs\92¨\ 6Xo\8eH\ 1\8e\88
+\99XO\ f-Ë=!Z\83h\vÙ´\16¤GG^\9c\96>jò\81\17gWg¯ \85ö\1e\99Ó\ 1Ø       Ë2OòP´,sï\0l"ô6­e\9b\b½¹æ\1f'BÓÜBºçÐØ(ÕY\87\eéû#,·\80Ô\0x®£¹\ 5ËÒ\1ey@ïÍ)H\fGòcUóIyrcAr8\90]Y 5Ô)°"§\lX\7f-\80\9dR\1d÷Á!\12\94õÖ¬\9a\95\eÚ\1drTQ¨Ë/z\80õ\8b§\90¡\14è\938#Ô\ 32Àù\9e[\88i²ð\ 1*"`M\98*LIT\85½y%\82*bóJü=\1aÚ{M\8f\86ôáÝJ\17B\9arkm\16éöý\8cKe³HOßË\b×\erÆõ{øpO\9e­­»è¸\80\9e£ó\96ê>,0\10Ý\96\ 5ÜÀ\801Ø¡/:W@\81#*ºB \bº¥\aG\1e\92Û\14÷Ò\83\13\ 5ä6Å}\G\88sm\8aÁeé\ e©_mÈ\17G
+èñ½O*\13²Ú\85E\14#ÖØ\11U&dÅ\ f\8bv\ 2\1aÜ\19:ïi\a\ 3\ 1þ=M\14R\94HÈq5E
+Ðà.{t\0=¸3xß.\13²¾\føûzpgOv'\ 2ÈM÷\evÆreB}pÐV½ð\1c\1côXàãà ÚZ² U*Íâ<\ 5Ø'\1aè3KÖ$éRªÉ\fàwÂ\1a=kÚ\9dÊ\84¬3\ 4Úc\r\bê\10_w\1c\12Útonu\b½ñU$Å`hûGc2\90b\b²2ï`{\1e\83\9bF¤ÌõÙÚ{õCï\ e9¶'R¥#íA©Jª\882\91¥\b&½Ú\98\93¨
+;Ø\19Çïõ¡!%j,Ä3\14Ð\16èCCª»åÔî­)³þÄ^ý0ë\11m\19\8a9snÕ\ f"\ fÓ\ 6«7Mü±Á\8a¾½;\18\9aé3+\1cò        ¥\13´Çw\8f¼â\81²ö½¹¤ë\92\91èÖR\14=]Þ\9d[2ÉÆ   FÇ\ 3eLÉ*bûá)) H\9a&¡å\ 3X\93éå\ 3oÑíg§\92\95\1f@[¤\97\1f\14Í\12Ð\e¬È\12\8cà¯\18\9eZ_\11\91àÔxèáØL\81òí\ 5\f>tª\98H\82Â^\ e\1fß\7f\16\ 2\82\8c\99\1a\v<\82Ü9dÌ\9cÄ\ 3\8d¦È\ e\aÐ\87QzãÁÃï\ fdé¼5\bu6@\93T\8b\ 370ðàà­ãüHA¹GmÏÐ\1c¿×\a§X\86¦óû¼7¤Yó#\ 1\ 6&·XÃ{w\ 3¬7\ 4ÝÀ@lë\10\a\8cĶ®Å¶G\1eD±í9K÷*+÷VÑû8É\e\ 5\10\13²<e#ác\81Ï9.6}§Up\1c¾\1fðÈö\1e«Ã\ 2\ 3\93\95íÑëH\ 1y6÷\8e`Óù\9eî\7f\89Òþ)\ 1\97E% ¹A{}ïܠϳ"\ 2\8cô\a\99Gz¤ Þ\1fd\1eé\91\82z\7f\90Ï;\ 5çr\84öfvÜ\80\9e#\f÷X`Ï\92öY\80ä\b#b\81\81\1ca\8420\80^ã%\ 2R=j³\83N\ 4\90{\95C\ eè\0úø¥\fYPxp;\ 1\ 4\9f\ e ?û\86¢± ¯!Ê÷´H°±!\1d-Âs¤È\8e\fD\85aE$Ô\úC\8a²+\ 3,E)ò o\8f\15\92¾\bU\8dq|_ÈCrÃ|\f\84ô\0aU\ f@ÒKP\8déïmQTc´þ%%\8d\87é\r$$Dúhò\985KÊ\13\9c\8bèËð\12\ 3\ 3\ 5@\86}Ó9\0/\81Z¡/¢796op\9b\ 1Éfã\8f\90\1aÒýᨻs\f»ÆK¦\8cc× E<\0ýâàï\v©\1d\9b¾´ÜóÆ\92×\9c     Þ\9e\85\14ù@o\8e\95RÎzc{~rÒ\eÛÓ\93\93ÞX\8aH\8d\rôæD\14\91\rDµ)5\0¨#\v ÉÔ   Fµ)- ªõEoP\13\15)­àÊ7c¢$*BÊ\84EV#¬\84,\88aõy8¸{¦\1aö\ 4§\v_ëw\11\9c×ãÚV¹±)ĹäN\83\9dØ\16\98y¬2ô\9cã\ 6\ 6*°ÚÔ\93ãï\ f \9aZ\8b×\99\ 2rw\8doæ¼w\ 2\8e\ e\1c÷+è¨b\96ÜY´;¤\0Ë-Ï~ºC}\ 2VE\14\18è²[2¸\82\81.»e½ÇC­n£ËCùË%t\85[\86\12\a\12"Ûcr&.enj\88\15±\9dH¨ç\16<\12#=Í¿\8do\ 2W8\90\¹©\87BXné¡\10ïé¡\10E=DY %\8d\ 5xz\aIÁÀø¤6tDФ\9fç7õÕ\0áÁ\8260À\83¥ÞãÁ\1aT=ʲ3eÒ\12X\ 1\9a\97\b@1¤Zvç|\83:¼ô
+\15±\Ñnð9\e\ fOu\ 5\186±`\8cYv%Hz\90ÃïTU\11³ñIá\9e\18ÇPE)b\ 5`¢?CcãX41 \v$Y\8eHp\9dò-\7fÄÆ/õHÈ\13<ª-aù\11§jRR\82Ö&rö\1c">]\1am@Gd\8c5\8aÞÄgpâ.\ fò\165h
\12¸%ß²æÖâ&Xs²\81õ^P°a\13\8bA\ 1©=\82\9aT÷©\93G,0\80\91\f\8d\8c¯
+fLëø¼\8cg\8f]\84Q\8d>\9b9"\1eÒü©\18\1ap\85^~j0ü\1c\81\a>ãçôOð\19?gÖ¡2ü\9c       CpÄÏ\99\8dj\f?§çPõðsfm±áçLÛâ==S';Þ÷ôL\9dëx·ÙMÇ\r\fÔM4TÐî\ 18\ 2OE\e\90ÁðlxSï\0¼Ã¯\ 2\ 2\ e4;{\v
\v°ìFØ\17\98ªýYªÊC¤\ 2ÎÒ#µÓrß+à:Ý\81\8e+êVé{¦\89\83\8f;\ 5>jb>»©é\91ÚÁ â\0\89¡^ºaÙ\8d.\ 5IéFDR0Ð\15b\93\97\84\ 5>Cèôï\90T.¤\8c6008(#.\1e\bÎ3Ô¤\97+d\9dºáM\91¼\1f@/>©è\0\ 3 HuA\a\90ý©=;Ñù\9e&\17\96EÔÄD\b[éIW\bù\ 27¥ØÀ}{,À'7!)Ö¢\92ç\bU\8fÑ°ÊC\16\90\1fÜb@,02Ö7¬·Ü\89\18\93êN°áÔ\9a"åÅ'P\91êã&¬»­kLi\8e-\9b\1eé"o\10..È!\19\99\¤Zs\96\1c\80\9a| AU\17\95    \b\ 5Þ<ªO\14àÙ       HA=½³@)Ð;\f×xS
+Vd\8bt)Ø\9e\9b%)èMNê{õ,;Q$MʱueEF(\10\90K:Ð\15\1f=\1eâÝmr\B\82ûÖç;«\8aS\12¥\90W\7f@\7fB\a\81\12\1d:JAèÐ\rT\ e¤"*2z\ 2\ e»¤6ûhAþÀÀ\aKq\95\1et
+\8bîÛ»wéö×±ÑÎißÀTå\81½y\96Ï\1d\86½î¶ÓïË/n\86Ï{ü\1eè\11z\80¢\1d\80n ¢\ 3\f(²=»P&û\84½=:Î^Á\1a¤+ õ;k\8bLO<¨£ã¶ÑE}! \8d\94ò|\ 5Ã\0BÓR´§'&¥hÏNt®\90\8feöà
+\ 6\1eÞcU  @®Ð\92\v\9d\ fç)kRD«O°\1eÑ\9b«2bâ\81æª\92T\1eü<×y\9a\ 5Z!ã4\vT\99\ 5\18º.b\81\11tÝ"ª!Ö\18\ 3\7f\7f\0]wÑÔ\18õé\1dRäzoRl0åÝ\e`õÄ[gÍr\15¢k=ñCY]"Û÷.Ù-D~»\ 2¹)ÀÀü¶ïg2|6\87ðôûú°\ 1{mÊ\9fû\949Ô~\90öÏÚÛ¬Göøý@{Ûî\vt\ e@   ¸T\89\80\f½iëT\7frPö\9fÑ\9bÊE\8d¾0Ä6_ ­¯\r¼a\88ÅË       XI{p    ° (i/d\80\98\9fyør\ 4&\ 4\eV¿&\ 4¤\8c°µ%lC¤æÊ\b-&èr1)#4[|$á@\19aÒ6@5yZ%.ä]¦q¿\81Ï5ù$O\9e\17ôûz%«Å\14¹\a\97põ%\9e¯]P\8dù¤?Õ\88z\8c\9a²\8a\b8\90àÛlùÓ\14å\ eâ\ 4u\88\17¨Éu\87xu"\ 5\88;gÆüø½^¿å\82ÄB4ÍÞ\10/z,LS´oZlê¹0ú¤-Ð}©\98\10\82×C\83\97n\80?Th\14¤7\18\91\16\1c¨À³ròãïë\15xöNÑ¿A\86â\a7 ;3\86Â7î\8cÙ;ɺë\80NDC\16(Y]\80P@vçØ\f\8et\9f9Ƶ`ã¡Å\8b\9eI4w\8e¿2Àß\1f\98a\88dp\ 4"ÞÅ'DüÖ°ý\11\8aIÛêÏ<\14\82«GM{,Ci\1emþrßÞX\ 5õèç;\\9fTIÑ7\8fÖ½¿öU\90\99\93/ªlï\ 4k}-\90¿Å ^¸(\ 3\87ôY\87ùðçÊÕ)_ô\1d¤²\1fám\añ²\0½Æ,^#}¬)00\1aÀB´D}\87\93{m\9a\9bRì´i\92*¸6G/¦Ïà;|\ eß\8a¾\97ªàò{\9e>ÍÁvì¡}\9a\84íØ\13õés·4cÂ-Qÿ\14\83¸|\16\ 3¦
+|\e\e\80®
+6\1cº§*H±§
+Îwø\r\94£#\r+x¶&4Xòk\81#\r®\82È\81ÜâN\83\997K¿fð=\b\rÙ%Ø\1c¹\18ÊÜ%\84øBr{ÎQ\9aÑÇ[\97Þ\93\86!Íéã°)òúZ`J\1foáéS\1f\87\8f·B6;ÂG6¸ÞÂK¿\85R\9e\eÔµ\7f;ÂE\9bøx½\86ø$ìÖ)÷Z"¼\1d" }\10.úà¹ÀÒì¢?d;\vÀ@!TXÅ{ ¼hU±³¼¸U\93\89¼\88\15Btv\91eN!lÄ\938\81\1e!xõ\b¬ ,\ 3"\ e\fFÜ⬧a  \9f«\18x\9cö½\81ÏÉ\1a\87.\95Ø\88)\94-P»¥Pb\12\14ÊæØÝR([EÚ-\85²!¦K
+\85JBM7%¡\8a:\91\12\9b$\94Ï\8f\1fÔCj\1eÞ\96:ê<c3¨â\97mÜÆ4vª[?ÏJ>î`\0Å¡¡]\9f¾\97!Ó}ë?ß¾ÿì]0¤á\82~_\87(my×ÓïëH(%Iûgy[ë49~?\90·õÕ\8b\17HX°"\ 2\8et+-¯ºÄó\ 2z9P{\84=\91P/\ajµ$=
\1aýÖ¨r:À@\8d¾«Ò\ 6hîßC\1eÔA$¼ñà0\8e\88\95\92¬â\r0\1c\8f¤²Àg\1c\8eã\ 2\ 3Õ8­{ý$E¨&\8eÕ\82 \1e\1a\9aÕ\oé¡\90\83¨\87\98\7f\9f\9f\ eÁÆ\ 3S.\89\ 5\bÛ\ 2s1N\11w@c\9c\87*,W[6\10ãÔ¸\1fa.Æy\ 4ÛO\97dCö\99qIÂêÛ\ e\969\97$´·ìî\11x|ñªÇ8I\ 2B-?\8bÒë)Ú°VO\vDÐ<ÊÆ-C\8b®ÏBÂÊH\9f\85Ô\1e\81\ 4\9f\8a\81\9a:åí&\9aOEq\bZ»ÊY\9béÃ\86\8e¼\ 1\ 1ý1=6tµYehÝ.³N\99AqÌ:e± \16\ 6N\19%@Ѭ\ 1\7f\ 5
+\9a\14¨Ð§\1a\98&µJ\ 6\99²ð\82ÜbÀÂô\0\87º\16XåÈ\8aM\9bF\1eÁ@£\81\83\8e½F\81×´h¨Gå±z6\vêdЯ-c¼]\ 6ß¡þ\80\12\9c\8f«Öb;z\ 5        ùÕ\ 3L\98\12ÔCz»NFzh\0\1eΰR\ 5SD\9aE\8aS\1dãÏ`\1c§;\90\81ËS\81Ö\ï\17ªYÔ\ 3¬[¦Î\12àå\17o)\9a§G¶tRu½n\97­Öx
+\8c£½¢mßÏ\94õø\9cÁ÷\92?t\ 4Ó\98Þ@\9b\98ÞÝ\0owÉ\80\82#Ó Ú\1c\98Þ zÃ\98NW¨Ï±i5\11½ïy·LEßëÅ\8d\ eÝÀÀ¬iWà\ 5\fd(\8c\0i²>Õ\7fïà\93)¡O\80íÍât\ 2%SÛ*t\ 3º\ 2ït\1a\ 3\ 3ðp[\89-¸D¹\1a 4P\9fY1\ e\96éí\891G
+\8dÒ\1dÒ$Qñàû\ 1°Ö"r1Çâ@\e\18ÁâX§ÕÈS\8aZ¥þé{\ 1\85À
+d¡\1e½Î7íUÈö\bÀÛ]\10\v\8e\80\0¸\16\17\9d\16\90\13\8dÑ!=rå!\9e\9c\80Æ\\a\89ôX\8d\f\94¸Bc,÷ÐÇ7=6Ó.cs`ú¦\b?XY\89ëÆ\8b\1d<\17r\80\14î\1d Ý³¥ÛÃé\9c\1am,\9c\8bÆÂ\1cçt\15Õh'7Ñ=\0)±­ß\a\98+±­7\ f zs½10\82\12!%¶+bÁ\81\12\9d£qµÓì\10-/m%$Ó!MòÐ\90É!Í\96YÐüQ\96\99@\1c\ 4^kz8\1c³jÜp8¦\1dâ\r\87Cr\889J§¦\86h\\9e5_\84þ¾\1c\142\90ÎY5ly\81\9b\11EªZDAc²VC´\ 1´ÍØ\11+Îݾ\9f\89Éö´Âá÷\aXÐP4¶&î)
+Zuîé\ 4 &#\8d\9fùU\96¹=ÛÍ5~\96\96\9ayl`ªñÓ·þõ\13\rõÆO_W°À@ãçVû\80\16PÝAßzÎNw \a\85.Üâ½ô¡Ï\85\ 4áÑ\ 2û:\89D\12\1aô~\8f\vyç«\93¾ç0\18I¢ ÇØDz` i.\98)9²\90üÎ\10RAßËï\fáM\8ft éX^ \8a7@\80\98ë\13\ f"ÈmR¾Rê¾À\94K¾'\ 6&Nð\94¢\8a\88\14-\1e1\11\82f#'X\90\18\ e\0µ®â\ 6(B¢Cb8\82\90è²Æ\864¬ðQ\12dúhÝ\9aW{rÄG¼zQ\ eYd\8fÌñ50fep{ÙÃé\ 6ô  ©\11*\12=7\12×{\1eÍ^öÐ÷hÈ£qF,02\88\ 6«²\v    )Ôj     \90\ 4\17\vT§-ÀûW5·\94\a×IÓ¥\1cf\13y\14\ 3\95\v+R$#C@D]L!\12\9dH\ 1\1eÞ/¢GCB+\8f\98H\87·K\1eÉ1|÷'\10\89­\8d^\10#R{\11\91O7\0\91\18\btp¶-<\97î\90fH\12äb¹¦9å8É\ 3§wÿ\1e\ 5è\15\14´\ 1=ÍjC8¦\99°\8a\9a\90¶nZ|^&»¸·\0û\19\9e\96É.î-À~\86§e²\8bÛ[Mo\99ìâÞ\86\94>+jËd\17÷ÖÝ`G\98*GÝб\96v\v\1fß]\91 m~ÊÞ!\13\ fp\ 4 \0\94\9d\r\9aoMÌíå÷´\0°\88gIh;xðÁV\14|Z \80:*\ 2¶ù ¾-ðÞµ\bhp\95ÅWý\83C4È\80\ f*ÎUUHÄ\ 2Â|²\83%h;H\17>8\82\84\9d\17¸è\83ë°ÕoÀP´\ 3`\94Îú ÉÂ\8aw\0\9eþò%ÛäÞ\8b(N\v\80ÉÙø\16\82\13o!\ 3×hãÄàm\aï
+å¡\9f®:qÅåé\ 1s¢ôòñ\9ah²B\1a\80\99¹\84\ 6X\9c\11\rÎ\vX¶Â£k¼¦ì(\11­Q£GDz\ 4\v\12N4\0v\ 1Ë\82Í\14\99\96\85\rëë\96,\ 4\8b\12¦e¡â\1d\bjÝ2\1eõ&#-ð\16®\8c\842§¯\ 5 +\17       \ 6{y\7f\0ðG¨!=\83oeþ§\ 5ôÞGceÿ\19k\88¢@[\ 2ßw\10Rxe \93\9b/\11      õG¨Í»Ð\bÀ¦tEí\ 6hú½Â\rÈ©O¿Dp\ 3zÚm3«×ß\1fÈû\198G\7f\ 3¤oÎÒvÇ\r\fôÍ5ìÍY\16²)a}\16b#Ô\ 3"\80¾\7f¯± o\9dl\91¦ïà}ñ\11è\ 5\11@\9f\90\15V@\80\91\11èI\95!Ò»Ù\ 6\a\9f\17\90\r\7f\85l\ 4º¿§\ 5\fÇ»¯\ 5Øû\83¿É\ 3X\8fê<`\8fñ³<P\83jÉ:ï\17³zl\7f¿èè1^\99\b70ð
+·ªW@*¤-<ñ\1d\ 4_\9a·tâ\1dÐÌ­\17¹\907~"M00À; [2Ð6\19ªÊ\85\f~S³\ 54ùN\1c:y,\87Áov\1d2^\e\bO 7~fhLôYw\ 5ù3\ 3ø\9feÑl\ 1/N\8cê\ 2¬8QS$¼8\11)\92\91÷\932+\85V\9c\b¥h 8\11\ 1üOäO\fLO\86\ e\11gSÆ`P"¿\ 3o}\93w\82\8aô¦Æ¦\8ca
+Ë=-\90"\8aët<\92½o²kËXßåÍ°*Y«Iס"\8f\ f\19m` À6#\7fh qÕ\8a#\87\95\80}\ fÃ:½Õf¯\8e\9c\8c+SE2\0Ë9\bt¨%GÜgèP\8akÕæ  ø\876éàZ}\1eA~ÜÀ@§\887SzX\0ùÄ\9dÜ\88ë\81¯\12
\a´.\ 5ø`\91$\1d\80"[Y\99¾\9bÄýl@ÔÇï\a\1cR\eaÞ½BVÑbÈ¥§\ 5®\15-\14\17É¡#\fL\14°n#÷\19¿\96\ eµð\ eý¾>\9eÈ#\16\18¨\8d\fH\ 6\ 6\80­B\91X\88'Gd!&\17\18ã½\v4\8f\ 2\13ü}Á\9dµÚÎV"}\94¡8\0\võzÀÝê\84?>àÒüVñ\93jÌf\94\15ðý@a`¨h\ 3`\ 1Ê\84m@Ò¬\1e³\19c]=FCûÖv¹ÝÁT¯Ç6\ 3ýÖ\1dX\91øì\1dD\8760p\aÑi¶\84ç&\82¦\bxߦ¦\89h`ë\91"\18¨*\vH\11\f¼õØ\fõ\1e\ fpÈÛ\84\b\04)î\1dÞ\8b3\8f\a¸ö\ eS
+¤¬R\80Í\16\15ÐúÖ\8c\R±¾õI\82\12$\12òÑ"Ð'Ö§Ð\17Ä\ 2P\8cI}l\15\15\11\82®@÷\aöÚÎa5ð]Û      ( ç\ 6â\8a¬ÑÀ\ 4ò7\87ð\13\ fÒª6\87Ô\90\94!4P§¤ÆE$2\fÚ\15òì\ 6Ò##ó³£x\87\1c\15*I\9a\90ÖvFÑ©¤$L(¬\18\b®íÙ¾'Ç´¸3çý\ 4\9dY³f¼¸Sskyz\ 11á@³GzÓdSÍ\1eVV¸!ûL\95\b¾\1fyxo\10\8b§\rè¸Û\19m@O\91ù\96âÚ¾\9f  -\r7»·\7f\9e\1eÑ. \a*uº\80\81Ù2-=Ò?\0á\80Ö(1Ï\ 1K\157@P±\1a
\99\ 2\82ÍPï]\ 1/½ð\88\85ôÒ\v\ao` ôÂM²\90M`\7f©Ñ3\ 1õg÷\ 6\83p"À@é\ 5\92¡\81\96^9þþ\80-\ eP\v\ e\8c\1f\bÑ(09~ $M
+ù÷ë-)\ eP\8dB\9f\9a\95N )ÔM©\95^ôõð¹¤×²\e-Ásä\81\b¢\1a\ 6\9a½¶\ 5:\88Ó\94\ 2\96Þèr1)!k\ f\96]=ÆQ©Ð\ 6\ 6\1e½\9d\93®à*\86®\81R¥ç¤º\råïmR]\ 2µ¬çzÞï\91\88Þî0Éøû[å\85¤Éø\ 2Ë=U\18C\10U!Ë\8fdM\95ÑØ6Ú%vg \90è:"\87l¤öBVe$6M\8bäÑñüH\94ä\90V¯ä\ 5^\81N\80RD\ 2\90è¾"{>\10\19ÆVT>îÔ·\16ò]\93\19«\9d\80\1e\91^>\ 35\19R¥$®rP\95^y\98¢\ 29$\86z\8aËZW{,À[O\91\1a\ 1<ÈG¯¾º½N\v ~³ó\15¼0e¶Ù­fOß1eÀ\ 4\a\ 6-uO\13¦(jB^<\ 1Ýb¹&=ÝÔc©\81ÿÏê±\94\91\1a\19\0^/H\b\ 1\ 1\999N\r\ e¤k\8e96UÐlQor¬ßÆ\15~\9a\1cÛ+¿Ø\86\14\81íå\17u\ e$Ñ7¬ÙÓïË¡\99Uo\1c¿\1fðGl¬Øé\0²[ï\8d       ë\1cÖì\9e\1e©]\9cO\92ßhï¦g
+è      ¢6\88üt\ 5z\86Ì\8c
+yùGÐ(@\13\ 3W0à\90\r \ 42\ 5\83S)H\ 2#3\86\1d\1ebÆ0xÄÃ\ 3\8f\ 5{~¡v±VI\86¦UT÷Õ\bÉ°Ä \891¯¿Ð®\90\86÷f\vO<$A&\e¸Õk\81\ 3       \93ôìù$aë±ë\91\90æ\98Z³hO\91Q&n¥\88}&&\98Ñ¥ &¼¾ûrÐk¤\a\ 6àÅ,O[ÓçT?\83\19Ü\12\1cËU
\18{<Á\81®p M· +\1cé/j³lzwÈ\13$«¨\b\19êvÑÄ\98w\86@wBï\fñª\1a\13P\93ëEùaQ  @\ 2»\18n\99\82\18«f
+h~&å[jdONtY\90ôe´'Ëó\ 1ô¶\82\8c\8cé\bê5Ô\83:\vXP0.\ 3­/£ú[.y¬\88\ 5\ 6ú2\16øûzvfAJHÂFkJ`E.±\ e\1a½¡fk\ e)«½@28\90\89^³ÎÈ^»1ëÐZíFÿ
+Ù÷Ð\17\19¨ýXTCÆ\1aST
+\92+L\88\87\a\9e<SBQÕ\bj6äaY     ¤·°tæÉsCí¾£ÅRI÷\1cr\83õ\9a\96\81\8aÔ0pÈ\997\97ê¢ys\144ºÍóÚ ­æ@£­ô£Ì\82F[LqX`\ 44ºõ\9b\9f\17\90\ 3ã6\93mû~F\ f\18\89\ 2\19ß\14\98\89¬\r6ãø½æ\91?Ócm\9e×é÷õôØ\9a\0\ 1\ 6Òc­ ûôûÂ\98á\16\14:;ÿ$tû\9e\9aèp\0-\1cð\ 1\1c``\90O\b/|Âó\ 2úÄð\90\80u\86ôY\80\95N +\1c\99\86ÕæØô®\80f\87Z9ôY\bõÎ\8e\f\85P\87~/H\b`\82\8fDö»\1aê\ 2\87\93¸¸B1Ò\13t7ÔÈ+°_4
\97\86­±Ã¤`ê¥a\8fì{\8a\80F%\ e\89Ñ@TâÖ[\9aÐ@·{LØ-\èé\91náÂñ\0zW\82\15.LòÐ^·Ð·¥$.³\1a®¾"b\ 3±\905\1f¸ÂVÎ<}\859¨¦\80\ 4\96öVs<\80\9e]²·\9a®1$\ 4,ð÷e°áXÓM\ 2\87\ 6"ëE\13B>ì[Ô\83<´×ü!Z\10ï*Ò£zv)y'±\0ë-ÚCûã\15^{\8bè£y@R<ðh\1eÑ\ 1\ 6\1aSbV½  Ò\98²k\91øù­\89\86Ö     2±\1e\99fM\8aÙ\14\91Ôæò\9d(\80¦\880Èí|\93 \8bæ\94Óä@EN9Jntª\ e\1eúìcÕ\ 1\8f\8d\ 2y\12»Æ[9q\9eî±\99XÛ÷SM\rÆ\83y\ e»foÊÈ\1dÜ\ e
+\97ý`Âår\0P¾tE=·\91\89ð»-ð\96ݸBÃÒ+h­9ÓWÐð\93úW@R\ 3\v"!R\84dÚºuUäÏ d´p¤aF\9c¾\1f\ 6Ôì³\10ACtn\97¡\8e\16aU\vE$      \8aÚ¨îã÷\ 3A\91G\f0òÚ\19¼t\0\ eZQ&oÀ\0-\9dÄÁ=@Ì.\ 1z\ 3½ú,È\ 6u#\ e\18IÎä8«ÇÛ\9b\7fÖ\84\90^¡5UÌ^a\81¿¯ã¦T$\ 3\ 3B\³&ÄT\b+2D\ 3]%\vd!\9d\0oZô³+Bö\ fµ Þ\13²·d\9c8P~«³i`³\1c´ç5\86\95@ë     ññÕ\13\92ódO\88%6\8e,4Ð\13\12\92&Ä|\81ª-Àç\81yI\8fñÔ\88¨HyO\88]b\aS\95¹c[Õ\84ä\8e­\97¸Ð\10Ö\e\1f'÷î\8e%Ý#µò¯ô¹×\9cB`YL\91&@/^(`y_àÓ%R\88÷º ïå°ÐPÄzß39òmØ÷ñ{(G\9d·\9eÔ\83p"1\81å6R\17³\82Xc\17ö\13t¬1©a´äFìbF0\18²"\92\80Á\90iLL\1d\9a6.\ !s       \91\14\fÌç´ò­4       e·½\16\89wH\1eķK=\b¨Ï\18çÝ\13ôpÀz\e e \ 5ò\90@\0\838o<\14» ZÌ¥J\80\a\ 6\ªºJB@½zsÉ:\8a\94²P\ 3\ 6\16X\888å«C\e¸(Búà¸"K\0û\ 3I\r \83ªX÷\8a£÷·®0\8az\8cú\13öæÜãA\8ep®)®GÔ×Cd\ 3QÕÄì­H3\86ü­\b\19Ã\91·¢¨ \ 1õI-2íH!½\81\8c´À\88OÚ@À\ 4\9a\\911D$$\95¼\vü^o3^\90-\1d\99¯\8aôàÀ£ù\ 60.yt´=Ï\89bL«ø\1c\94"9Gº!\8cß\91¢ä×[R\94,4\9c\95¢\14 S/?\9a§¨)rÞ#\8b\14ù\b\b\19t§F\0¶ß\ 2»\99\96\8a\94Å+à\95\9crT@&Ôb\87L~4Þ_\9bf\99Ð^\9bÆÃ\9a\16ÙYáC\98\84\9b\C\ fº\85½\16\15ðýÈk\91C\aЦ\8d\1f0¼B\174\83P á¸õ)@\1eüÚ¸\8eó       \ 4.¶BPx\87úÀu\ 3)?ÝÁE\15_kq-=\90ö\13¼\e\13ÀÆì½\a1\91îQíïE¡\87ÿÃÞ\8b\ 2:\8021Å&¸i\eà]®è\ 6Fº\\13db\1d\7f(di\ 3\14\7f\e\1cÁ\1f\8ah\ 3# áN¼\ 1\9ckÞÞ\8b\9e¹æ8\89?\14¬Û>Lâ\ f\85\9c\80- *\12>\ 1\1aê ß\ 5\ eòmïæ¡\83ùÀrÍÛ\9bÑrÝ\ 1zú¿bÅ?\81¼Úä¡Ó\ 2Q\1aµýL\10\98g\7f¤¡þj·¦{r°Âß×;Ü\\90~\9fFVör\1e\aÑüF\e &¨â\ e\8cW_\8cX\9fìrë\ 6\f¥¼w\ 3¬9g{2zñpí5ç\10\8cî\88\1c\12XG×Ipt(@7\90ª¶\ 1\9e`@\8aD\7f/\89ЧÓßK\1e\17+}ÏAÆ\91\10\8c@ýÛÛy\87\0\1c\ 5,i.!MpXW@èá\ f\91\92ø\ 5ñ Þ\19²%HÄ\ 30\94ó0ë\14[§í*)r\8er®yT¼\1a\16zTH\8aY\82Âi\8a\90\9e  S4\0¤\16á\15èà¾)j\9a\987ª¢\r\f4ª&M\8dÐ+Ì¢"¦)"¬\87äç\8e\rb\d\ 1\96ß\80\14\18Èoô¼\81ÿú«\9f~ñKÿÃÿøÕ¿=¢\9bíó\1fOþyýåW\7f|\98Éô°\9dî+×Çÿó\9b\1f\7f÷?þüã\ f¿ÿõoÿô\9f¿ý\87\1fÿô\8f¿üñ\97ÿøóoþï¯\7fû\9b\1fÿëÿýø§\7fùù÷\7føÃ\8f\7fý»_ÿëßÿøå×\8f\7fùýoÿý·ÿñó\8fÿòãw?ÿü\97\7føÅ/þö·¿}ýü»ßÿç×\9f~ûó/þÕ×òoÿñ?ÿô\7f\97ÿܾûúÝÏ\7füÃßÿøÕÿþé¿ýê±»ÿ\ f2|ù0
+endstream
+endobj
+263 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 838 0 R
+/Name /Im246
+/Width 41
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dϱ\r\80 \14\84a\b\ 5%\e`mggCâb\18\99Ê\9aQ\18\81\92\ e}\7fb$±ó\8a¯¼Ü)¥lVwÜà\84\e\1eØ_5\1a´è\ 6=\ 6\8cØ°\8aº\88&\8b\16]B\9a=\ 6\8cØ°\8aº\88&\8b\16]BVy\f\18±a\97¤¯Ï\8b_\1a\1a>Îë~.\17×~\80X
+endstream
+endobj
+264 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 839 0 R
+/Name /Im247
+/Width 13
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão°\7fPÿ¡þÃÿ\1f0\bâÙ?àoàå­ì\91\ 6\0_Z\14&
+endstream
+endobj
+265 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 840 0 R
+/Name /Im248
+/Width 33
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\90c\0\ 2;\10ñ\ f\88ÙA\84=\90øÿ\1f\958\ f\92à\1fnDýÿÿÿ\eÐ\bEóÊm\ 6\0\8aîM&
+endstream
+endobj
+266 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 841 0 R
+/Name /Im249
+/Width 65
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ð1\ eà\f@Q#\ 6F\8eÀ=:\ 4uë¡Ú\84keã(É\r\90²0 ¸ØN\ 6P©§'\16\7f\f\0z\ 3\19\93zØ<\84+=ü9Ä\82=\10Ã\0
+1
+\8e\vú@IÔ{\ f³£´\9axÁF\94D\e\96\ e.,ÒêÀ\vü\9d8\81ë0\83\93Ö7XA©àÄ\f¦\85"P«J \19\1aël?a\b\89\93ë§\13'Wd.­\17\b\85\93A¢ý}×\89^\eÌ\ 4äd\90è\93\11êm3ï\r\7fð||Ö×\17òk\8e\8b
+endstream
+endobj
+267 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 842 0 R
+/Name /Im250
+/Width 29
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàg``@ÇòhØ\1e\8aë\81ø?\ 43\ 21;\10Ëÿÿÿà?\12f\ 6\8aQ    W\10À?\18ÿ7|`üßø\81áÿá\a\föÿ\ f\0\1dÓÀÀü\8fAÖ´n\8b*\0»NB\14
+endstream
+endobj
+268 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 843 0 R
+/Name /Im251
+/Width 41
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ü\7f\80\81\81\81ÿÿ\ f Yÿÿ?\90üßð¿\81\81ù\1f\83ý\ 3\ 6ö?\fò\1f\18ø\7f\80\10\90\ 1á\ 2I{        V\0TV\ f$ÿ£\90ÿAd\ 3©$¦9\10ó!v!Û\ eq\ f\84\vq'#Ð\90\ 30÷Ëÿÿ\ 3$ÁþÒT­]b\0\0L\94^\96
+endstream
+endobj
+269 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 844 0 R
+/Name /Im252
+/Width 76
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÝͱ\r\83@\14\83aG\14\94\8cp\15[Db\814l\93\ 6ÝE\14, ٠\eD\8cðJ\8aÓý<\10\15E\ 6H÷ɲl\15ÅEM\96(7²:\92«\ 6Áâ
+/FëÌu\17S
+¦º<ÅGaUU<ÿ\1eònÌûLÅ[q½*)ÚU:\8fÿE\90\ 3\8c`¿õh\87¹ß\0³­¥\9a
+endstream
+endobj
+270 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 845 0 R
+/Name /Im253
+/Width 21
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀþ\87\81ÿ\1f\bÉÿGA\10A ,ã\a\ 6|à?C=\12bÿÏÀLmôÿÿ\ f8\12µ®Ý%\r\0ÎÅ>`
+endstream
+endobj
+271 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 846 0 R
+/Name /Im254
+/Width 35
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α\r\840\10Dѱ\1c8t\ 3H\ e\10    MP\19ç-\86B\\8aKpH`1\8c\ f¤\8b/yÉÎJ\1f\8e\ 5\88ì@&\ 1\1aÍ_`     ]\97x\8aô¥\89íA£\\91\81¾þ!ÿhb{q5\9d\ f¾Æ\8e\85`\9e\9cÏèë£TsGüìÇz\ 3ÈZL\87
+endstream
+endobj
+272 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 847 0 R
+/Name /Im255
+/Width 52
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\ 4\ eüÇF1Ôÿ``\86P\fõ\ fÀ\94<\84â\87Pì(\143
\88\95ú\0¢*\18ðQ\f\ fd\8a\11\83©ÿÿqSP%0\r¨¦ Ù\80\8f\r\ 5
+[\\94\89\ e\e\0²Í\99Ý
+endstream
+endobj
+273 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 848 0 R
+/Name /Im256
+/Width 37
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]λ\rÃ0\fEÑk¨p©\11X¹Ë\ eZËM@\ 1Y%\83h\14\8dÀR\85`\9aù\0ù°8%ß%y\ 5q\ 3õÉâ·\83t u\9d\94\9a\a¥É@ºXP\8clO´¿\19Á:üCÜ7\1døC\7f\89\7f/vy\10\93\8c<Á¢ Ùâä\8e7mÑç\90#2*;Ûv½_Ná,U_
+endstream
+endobj
+274 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 849 0 R
+/Name /Im257
+/Width 42
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuα\rÃ@\b\ 5PN\14.\19\81*M\8a¬Àd\91o\98ì\11\11®¼Âºo°-9M\10z\ 5\82/È&\11\88\ 4\18DÚ%FÖ\19á(¨!Áo×v©=\95\96rM£~´+4\Ó\82\11ó\ 55¯æ\9dcGÎÙ8õ¿"wʱ\96Z_âiÝô\v\17L\853\86ä£\8dáÏÇûóÚ\ 1R\15
+endstream
+endobj
+275 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 850 0 R
+/Name /Im258
+/Width 48
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏÀ`\7fàÿ\7f\ 6ûÿXHöÿ\f\8cÿ\ f0\ 3Õ\f\88D2ÃHÆÿ\fì ²\81ÿÿ\ 3 2; \8bëÿÿ\ 1\92òÿ?ü\a©høÿß@µv\89)\0ü\qt
+endstream
+endobj
+276 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 851 0 R
+/Name /Im259
+/Width 34
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇü\81áÿ?þ\7f@Âþ?\90¨©oøÿïÇÿ\ 3ìÿ>ü?Àüÿ\ 1\888\0'\1aê\e\80\84=\ 3\90à\ 1\11\f@\82\81æÄÿÿÿ0\b%Õº%ê\0º%G´
+endstream
+endobj
+277 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 852 0 R
+/Name /Im260
+/Width 31
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%̱\rÃ0\f\ 4À\17T¸ô\b¬\92\19Òi­\14\8e¥a<\88\b,¿\10ô¡ â\0\82O>\8a\7f²\ 6w\89vï,È<\91x\0ìËw\ 4M\rP,¤\a5\86*µ"Ý&ùüÏ!Â\ e\9bW5Þ¶áH\ 1\83ËÙ\97\1e\9dTK\94o®è¡\84Ç\b{ý®÷\1fØ0Pñ
+endstream
+endobj
+278 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 853 0 R
+/Name /Im261
+/Width 27
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5α\rÂ0\14\ 4Ð\8b~ñË?\0Å/¨Ø\80*^%lÀ\0\16rÇ(¬@é(\12\15C\9cÄ\ 2\94\14Q\14Ç\ eÅëNw\87\1eÐ¥AÜÍ»_Óý}\e©4    =\vÏ\83òBåD\1dïÔIi/Íö\96dOÀ\bxÉ{é÷\90à\96\11\94\bBôÂas«r\8eÕ\98æM÷)Ó\v®åÐá\14\1fÇ\15;\8078
+endstream
+endobj
+279 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 854 0 R
+/Name /Im262
+/Width 37
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÏ1\ eB!\f\ 6à\9f¼\81±G`rws\93k\99h\ 2§ræ(=BG\86\17ë_¢11oà#¡\7f\v@v\0Í\a\92»!»ï\10«\8eÒÅ{Åæ£-Fru\85\eS?Úü£)©\83\bÇN|`í\8b\82W-\ 6\a<ϯ \1e#ÑP"[5ú{À\85H¤(n\86\e²\12\19¤tr\ 5&\1e\80q\83%C²Íù¥E\ e$(A\r\1aQ?àt¹?Ïoçü\88(
+endstream
+endobj
+280 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 855 0 R
+/Name /Im263
+/Width 65
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½Ñ±\r\840\f\ 5Ð\8fRPf\84\frEtõ\8dtEXë:\8fÂ\b\94\14\11ÿl\13"\10=T\ fYNà\7f\0¹b\10\0\81\94`Hä2\1aHÖ(6©`V\8c\14\9d\ 6D\83.ëXQ\16`0p¶MÙ_\f>F\11Ý\9e\14zN$ÎHâç\9d \97æ\8ez\81~X¹cÅþð\19dMfê(\1dõ\ 4ÿï|ÇÖ\90nð4.ðÄÂ\91aðTç\16x\87]?\1e]8\12[;½¯Þ uºÅÖò\1aZï3Ä\eñÌ߯ïïó\a¢\18°Á
+endstream
+endobj
+281 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 856 0 R
+/Name /Im264
+/Width 48
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇP\7f\80áÿ?æÿ?\80$ÿÿ\7f@R\9eù?\90´aüßÀþ¯\ 2H2ÿûÀ\0$ÿ?`ø\7f\80ùÿ\ 1\ 1\89d\18@òÿÿ?öÿÿc\92\ 6ªµKL\ 1\93"y\ 3
+endstream
+endobj
+282 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 857 0 R
+/Name /Im265
+/Width 43
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85\90±\r\ 21\fEÿ\89"åmp\19\80\86\8e\8eL\86\92\r\98\82=ÒQ²\82%\ 6àÊ+Nù|çÐITHÑ\8be\7f\7f;\ 1\80\b\84\ 6Vd¾X\a\92o\v-ðfã20Z\9c¡8\89OK\86ü¨NÉíÿÙ\94_Î>ÄÝ
+ÜÙÇj0Fr\113\r\98<\81  ØyéL\e\8b3ÖÎÞ%ÊÍiî£T\10W\1cÄÖãÖ«Dª\12 «\93\91\99~¸U]\99uKï½CóÍÃê_¥\87ø/i\8dL\17\aÎÀñ|½\9f>\ 5R\88\ 3
+endstream
+endobj
+283 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 858 0 R
+/Name /Im266
+/Width 58
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½\91Ë\rà\10DÇâÀ\91\12ÜG"\85\8a\14»­Ü¶\14JðÑ\aäÉÀÚ\89\95\ 2\82\84\1ebµ¿\19\0¹b0 \90\16Ä\91\¢H²&Ów\ 5³!Ò\14ÒÝ\80$*K1ô\0\83È\ 2åX{6\86ÎÉ"g1["N\1c­\95ù2Y>XÏ\8c6ýrE?ü\13\8f~Þÿ`Øç;qsú>ñCß7ÎÎ4»\1e    ®Ï\b×ë\ 6×ï¹7¬Ý\15\fk³Ce¥qÓ?\15¸\1f­\86üq\ré³Ê¿ÒGì£\®\8f×ý\r6O\8cô
+endstream
+endobj
+284 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 859 0 R
+/Name /Im267
+/Width 48
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕÐ1
+\800\f\85á¿ô\0^ÅÅÅ¥7«½\96[\8eâ\11\1c\1dÄgS\\14q7<>B\86\10\ 2Q\ 6LZ©­vèÄ\ 1i#Õñ\82
+² \12.=ÑcQ´þ&ÂÍM¾L2y½ØöüÆúµäg?íÇ<\ f'\82\14ªÝ
+endstream
+endobj
+285 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im102 109 0 R /Im28 35 0 R /Im101 108 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im102 109 0 R /Im26 33 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im29 36 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im141 148 0 R /Im28 35 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im113 120 0 R /Im268 287 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im27 34 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im117 124 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im134 141 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im134 141 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im28 35 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im136 143 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im113 120 0 R /Im135 142 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im168 177 0 R /Im120 127 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im213 222 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im269 288 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im127 134 0 R /Im196 205 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im168 177 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im269 288 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im213 222 0 R /Im113 120 0 R /Im27 34 0 R /Im25 32 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im105 112 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im26 33 0 R /Im102 109 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im111 118 0 R /Im29 36 0 R /Im30 37 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im269 288 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im22 29 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im23 30 0 R /Im24 31 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im120 127 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im143 150 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im179 188 0 R /Im228 239 0 R /Im136 143 0 R /Im120 127 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im179 188 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im114 121 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im179 188 0 R /Im215 224 0 R /Im136 143 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im270 289 0 R /Im176 185 0 R /Im180 189 0 R /Im271 290 0 R /Im180 189 0 R /Im178 187 0 R /Im180 189 0 R /Im171 180 0 R /Im172 181 0 R /Im180 189 0 R /Im217 226 0 R /Im178 187 0 R /Im180 189 0 R /Im213 222 0 R /Im180 189 0 R /Im137 144 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im271 290 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im114 121 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im213 222 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im107 114 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im113 120 0 R /Im139 146 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im112 119 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im110 117 0 R /Im29 36 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im25 32 0 R /Im115 122 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im272 291 0 R /Im98 105 0 R /Im93 100 0 R /Im99 106 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im273 292 0 R /Im164 173 0 R /Im93 100 0 R /Im243 258 0 R /Im96 103 0 R /Im93 100 0 R /Im274 293 0 R /Im41 48 0 R /Im42 49 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im87 94 0 R /Im37 44 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im44 51 0 R /Im39 46 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im275 294 0 R /Im57 64 0 R /Im43 50 0 R /Im38 45 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im276 295 0 R /Im57 64 0 R /Im72 79 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im72 79 0 R /Im37 44 0 R /Im70 77 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im277 296 0 R /Im85 92 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im87 94 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im275 294 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im43 50 0 R /Im70 77 0 R /Im35 42 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im277 296 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im52 59 0 R /Im71 78 0 R /Im276 295 0 R /Im278 297 0 R /Im87 94 0 R /Im279 298 0 R /Im280 299 0 R /Im280 299 0 R /Im281 300 0 R /Im282 301 0 R /Im283 302 0 R /Im284 303 0 R /Im279 298 0 R /Im285 304 0 R /Im286 305 0 R /Im287 306 0 R /Im281 300 0 R /Im288 307 0 R /Im275 294 0 R /Im57 64 0 R /Im285 304 0 R /Im288 307 0 R /Im38 45 0 R /Im37 44 0 R /Im42 49 0 R /Im77 84 0 R /Im35 42 0 R /Im282 301 0 R /Im281 300 0 R /Im284 303 0 R /Im57 64 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im280 299 0 R /Im281 300 0 R /Im282 301 0 R /Im283 302 0 R /Im284 303 0 R /Im279 298 0 R /Im285 304 0 R /Im286 305 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im290 309 0 R /Im277 296 0 R /Im286 305 0 R /Im291 310 0 R /Im87 94 0 R /Im279 298 0 R /Im278 297 0 R /Im292 311 0 R /Im39 46 0 R /Im52 59 0 R /Im70 77 0 R /Im70 77 0 R /Im35 42 0 R /Im39 46 0 R /Im43 50 0 R /Im36 43 0 R /Im37 44 0 R /Im70 77 0 R /Im70 77 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im293 312 0 R /Im87 94 0 R /Im279 298 0 R /Im278 297 0 R /Im292 311 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im71 78 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im39 46 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im76 83 0 R /Im44 51 0 R /Im52 59 0 R /Im45 52 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im294 313 0 R /Im295 314 0 R /Im296 315 0 R /Im297 316 0 R /Im298 317 0 R /Im293 312 0 R /Im299 318 0 R /Im279 298 0 R /Im300 319 0 R /Im301 320 0 R /Im302 321 0 R /Im303 322 0 R /Im87 94 0 R /Im279 298 0 R /Im300 319 0 R /Im292 311 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im71 78 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im38 45 0 R /Im38 45 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im282 301 0 R /Im304 323 0 R /Im284 303 0 R /Im305 324 0 R /Im302 321 0 R /Im65 72 0 R /Im298 317 0 R /Im66 73 0 R /Im67 74 0 R /Im295 314 0 R /Im306 325 0 R /Im288 307 0 R /Im293 312 0 R /Im57 64 0 R /Im307 326 0 R /Im288 307 0 R /Im278 297 0 R /Im301 320 0 R /Im302 321 0 R /Im308 327 0 R /Im87 94 0 R /Im279 298 0 R /Im306 325 0 R /Im309 328 0 R /Im280 299 0 R /Im307 326 0 R /Im286 305 0 R /Im292 311 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im220 229 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im306 325 0 R /Im296 315 0 R /Im305 324 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im290 309 0 R /Im277 296 0 R /Im64 71 0 R /Im295 314 0 R /Im298 317 0 R /Im310 329 0 R /Im303 322 0 R /Im87 94 0 R /Im279 298 0 R /Im303 322 0 R /Im309 328 0 R /Im280 299 0 R /Im308 327 0 R /Im286 305 0 R /Im292 311 0 R /Im37 44 0 R /Im48 55 0 R /Im48 55 0 R /Im35 42 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im71 78 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im47 54 0 R /Im298 317 0 R /Im310 329 0 R /Im301 320 0 R /Im296 315 0 R /Im305 324 0 R /Im298 317 0 R /Im310 329 0 R /Im301 320 0 R /Im305 324 0 R /Im302 321 0 R /Im65 72 0 R /Im293 312 0 R /Im87 94 0 R /Im279 298 0 R /Im303 322 0 R /Im292 311 0 R /Im42 49 0 R /Im35 42 0 R /Im80 87 0 R /Im43 50 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im52 59 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im220 229 0 R /Im35 42 0 R /Im291 310 0 R /Im87 94 0 R /Im279 298 0 R /Im291 310 0 R /Im309 328 0 R /Im293 312 0 R /Im292 311 0 R /Im37 44 0 R /Im47 54 0 R /Im47 54 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im298 317 0 R /Im310 329 0 R /Im301 320 0 R /Im294 313 0 R /Im295 314 0 R /Im296 315 0 R /Im297 316 0 R /Im298 317 0 R /Im65 72 0 R /Im298 317 0 R /Im64 71 0 R /Im311 330 0 R /Im65 72 0 R /Im310 329 0 R /Im291 310 0 R /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im314 333 0 R /Im68 75 0 R /Im51 58 0 R /Im36 43 0 R /Im35 42 0 R /Im45 52 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im77 84 0 R /Im35 42 0 R /Im42 49 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im71 78 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im52 59 0 R /Im39 46 0 R /Im39 46 0 R /Im45 52 0 R /Im38 45 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im43 50 0 R /Im70 77 0 R /Im35 42 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im277 296 0 R /Im43 50 0 R /Im38 45 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im78 85 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im71 78 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im70 77 0 R /Im50 57 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im220 229 0 R /Im35 42 0 R /Im36 43 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im57 64 0 R /Im73 80 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im40 47 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im44 51 0 R /Im72 79 0 R /Im48 55 0 R /Im70 77 0 R /Im35 42 0 R /Im81 88 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im37 44 0 R /Im36 43 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im36 43 0 R /Im52 59 0 R /Im71 78 0 R /Im38 45 0 R /Im35 42 0 R /Im70 77 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im57 64 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im42 49 0 R /Im45 52 0 R /Im72 79 0 R /Im82 89 0 R /Im35 42 0 R /Im38 45 0 R /Im52 59 0 R /Im71 78 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im282 301 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im284 303 0 R /Im47 54 0 R /Im38 45 0 R /Im52 59 0 R /Im48 55 0 R /Im36 43 0 R /Im82 89 0 R /Im35 42 0 R /Im70 77 0 R /Im52 59 0 R /Im73 80 0 R /Im277 296 0 R /Im78 85 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 286 0 R
+>>
+endobj
+286 0 obj
+<<
+/Length 860 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÓì¸\91ݾ\7fÅ·\9c\13Þ gé\18\eÇL\8c\96ÚØRk$»õn\87ÂÿÞ\85"À*\92ç\14\ eÀÍ\8d¾7\1a\91od\9eüë\ fÿþõ×\1fì×?~øë\ fá{1æË|\9býÏôí\93ù²>~»è¾R
+ß&-_¿ùã\ f¿øï\7f´6}ýë\9f\7fø÷Ã\aB8~ |§åñ\81\aâ÷²\7fÀ\9bózÿm\1d^ÿØH>¯·&Ê\1f\88\80û¶éL\82ìÊ\aü~\82ui\1fpöJ\813        ó·yn \ 1
+X\9b\95\r¬å\ e\92C\e\0WPÎ\vî0µ;ôßkxQÀ]?°^H\18Ë\a²\a'p\8b²¾p\85Í+8\805\80\841Á;\\ 2¸C\17®<\901\ f,+Z\7f!\0]¿Âß\aë\17,\ 4ë\82\bxaA&\85ÎxM
+¯Bðà½P>°|[\7f\15\ 2ÀCø\ 6\9c\r0!p6ß\13\ 2çî \81\10Ð\rø n\0+Bç\11\ 5®\8a\90      \91\v\88\0\92\10mzÌ\85¼S`q¯+\0ªØ_xà¹\837EöF\81UU#.\99[jÄíz¬C\ 1*\ 59hRÀL\81Ë\8bd
\85     ë       \16\vOp\91\ 2¦HܲJ\8aäz\85U\f×¼Sà}\ 3à\ e1\17{\83î\10\99sÌCÞ ;¼ò\10»BÿÐC¢";3Ñ&ÆÞB&öê\rx\87ü\19t\ 3Ø\94\99"z\ 1ojhF\8dx/Úâøm\ 2b!\1f\ 2b¡p¡ ÓC>\1aM\ f1=âc\94ô\båÁ7=ôY\8fa[è\93ê\8d\10\1eNë=5ä³ê\91\12\1eÊÈ#\1dà!¢ÆdSäW\91\ 5¨\14®\90\ 5\80CEN°\8aRÀ6\10\8c\ 1Æ\83Á \rè<\18¬¿Å\83ÁÊ\ e!æ¡ðæ\8fÍ\18\82à²D\80\a§\9d\1cJ¿}ÅÛïåê\12;a\ 3\9b\1e\vþ¦)|üë=
+\ 4Í\14¦ïdàú\88nÀZ \a \ f\99`j($è\11ËZ $Ñ!e¶<d\18\13\0[N\84 gM\b\98-,Ù\91ç\a¢ÿl\vÙ\ eì\83\87Ú\a\80\7f h\1f Ù\8dP]ÚÃ\11Ð%\92Ø>Z°~À\16ìé\91Ç\87>r\ 1Ó\ 46UMð\90\87\8f\9a\80¦¨\1a\1f\1e\v²mlx$!ði±&²\8bA\¤k"»ø{\a\ fÈN¹]£Æ\84L\90m3ÇÇ\rÈN¹3\ 1\10@wÊ÷ìÆq½ì\94»\16Tt.\80\ e\80Sî\Ö\14\11M\ ex¯I!\rîý\82®@vÊ]ð\12\ fÒ\ 4UÈè
+e\87èñÛ÷\14é\9e\1dé*RÂCq½ÇC)¨\8a\98$'ÞÔØ;\ 5@~\86\AÖ®\80\16¨G\ 5-RYp\89"\v\12-Ò¢\92\8e\16¡û_¡\1a\95]jo¬È\ 1l½ª\85®Yæ-5\ 2\15Þ   LMΤocË\aÒw4/-$9\13ÏÈÞ!
\f\93û\16T\1c]\ 1ôZ\85ÓÔÞ'ÀÂÖê'\bÚ      hn"dI\rÒÔ\0tÇtwÎGY\8b°ìΪ\1a\12ò\81Ý\e\eþ@Ën@c~QC,Ië3º\82\81$­_\90\1c\89*F\ f=$\89\11M0©þ\18åBì\8f\ 1\87\90eG\90C\8aü1¶\1eyäh=~ó\r6"1F\8fÆd\ 3\16\19ct\85$=ã¼è\8d°ì\88ê\91c\876xÕ¡%\91µ\87jèâNÚ§Ö|_¿ýK\b®ÆdGSrùÀ#ð>}àáC¸íÕ>\15\19ðëw\ e/[
+L\ 1\89\89b=Áã\ 33îÔþèþX?å\92ÛT3lÇ\ fè.ùþêþ¸\8b)\97ܶת\ 3       t[T^ݯ$Ð]ò\12V>\99ðøû²KnW¿Sp.·±&t\0Ù%ßÃÒI\1eÚÃÒ\1e\ f1=æ¬\ 1\14\ 4z\8cÉñþì~¤\80À\83u\ 3ÎIWHc
+\87¤\10Ä\14Ô'÷\ eñ°`   jX×\12l=\1e¢aY\b\12\ fÐÔB\84\14ÔS\v1\89<Hn Ù\9b7\90Ð\ 6ô\97\ e\97­¨EHíË®Å\96¹
+4·¨7H\84°\15\ fõ\84\90f\ 6V/©!ÊÃÍ\9d\9bÕ\83îM\8f\17\1a$\84\ 3ï\85\ 6\ 1=è-\12\b°zÄNV\ 3¤lÀA[(+ÒýÙ\7fÒ\16\96gÿ[zl\ fL'õ\98oùµ\8e\1e£ë\1fá\9c¦\aÙ£?TC\ 3\8fþ\9a\1a¢\81uZD\19"2\0ÕàH`½\18Õ\1d$,¸D\89\ 5i\ÜÒc§\13èqñ
+ýQ9..Qå3.~\ 4\17Sqq0\8b&D4,³((\18\88\8b­jKÉzg&½¡¶\1eyä#q±è\8eѸ¸å׺j\90½\99kRLãâ\0e@\8f\8b\ 3´¤\173Àßì\91\b\807{º\81V\ 3ÙÙ\0}³ÇÞØE\84X\8e;dèË\0    "\f\945     1¥¯\17ø\b,f\ 2\12Û\8a6\ eëá#\aëg\88à\ 3W;Ê»    ^\e\98ë&p\80\0 CÍ7°\88\e`\89\11\vÖ\8f<ø·\80ÂÅ\9e!#W\90\83t\ 5\94\aò¢ñ\0-çoïíG&\94C¢ý½ýx\ 5B!µ©\89\11·\19Bo>\eB\9a\9bjeÀÇ;ÔëV\9c\a¦êV\9c\ahLcU9"¹\19ëï±±³\8bÆÆÌ\168\97\10\eê¶`\7f³?\92\9ah¥À\1d\1d       2       YnÃ\8a\82LR\ 3-&xPr®-&\89lL¹0%\89\viC@B\9a\0øÔ¼#!K\e@\ e\91\7f®_Ñ\ 6\82\9eÜXÂ=9\Ð\ 1Fäpu÷äpoièÉ!\8dkL\96ä\88\86\96\16YT½\8eÒÛ \1a\13\81\98@¯£,É\91Ikв#\vrj®q       {oò¾¾7\1d¹èúÞ\94\ eÆt;Âò̯ä}\ao$¸È!O¯hn!%a4\1a   é\1d\18°ü\88\93|\12*\ 4   Y3½ÅÑçúÔqÔåAO\10et\ 3×\ 4\11\95ÂE\93BJ@¬\bu\ 2.\9a\16áé\19t\81\ 3é\99\0õ î\ eì-\11=MÎ{\12D\19àÏþAS#4=à\f\8a.\ 1\ f²g\7f5:%$ôÈ©\85Æ\10G\87ÁÃÐæÚfK\99  ØJçÂ\10qt¨o jN)e¢$Ú"JÂ\8cÝ\ 1`
+p§qØ\15Q\9cl·o\98\v¶×ßÆ \13*\17ÛøY\fxO@Ø70\95"hElv²?l\87\°ÝÎ\10\92&J\16\90@/EµiE\14\90Ûåm«Aëü>o)@\14TJ/*\ 1\9b\11\90§8\12âA\1du£!&ôx°\v\99\81S\86ÂN6¸9³\82\r(M\15\rñ ì\eøØÕAOà¬v\ 2úòî \18ë%õÍ+\9f\10¢COÁ¤\1aq>ij\84n A&Ìn\0êÁ\91Ø´%{ûz\8ce8\9a\14LÂïì]\ 1].&Å\ fi½gK\Ö\98\80c6$M
+x\82Â\88LÀÊG\9cDA\9eàX4&¢W°zí
\8b*­õÄ\ fÇþ\99.¶Ë{ºØ\ 3·´\93`\98µ&{\82¡£Ìéã¹CL4Ю]Ê/4kB\82;¬ÊtÈ\80\96^èú\ 3$=\10DkF  \104{N\e#"ô)Qc\ 4¡@D\8aD¡À     t¡'\ 5ô\ 4\19¹\84à\ 4\94\84o>Ù\8cKT\12\f¢KDJhZ\ 1Çq\ 3 \ 4\87UõCM¨\97À¬jX@n`E<8\12\9c\1a¤\8au&.m\ 5\12\vÐ×s\eo9\14ÁNÛ\82\1aݶ>ϾWË
+û-:\81üf\14ü¬\1e©ÁñîRu\91ÌH\ 5\98\98ç\17\90C\84\ eÀ\12\1c(.\ 1\8fÇ\1c5Aõ\8a    ìDB7 ù#1½U\80Lf\17B\86B4\0ÈØJ8Ìds\8e\96\87\ fèÝÞ6x°\ 1¤G\19æB-#;\1d@ïKhI23×*l\e\ f\1f60ÐÛ\12Wðû@\r1\8f²ô¶<=J\93F=Ê\96^°è
+äDé\9e\9eè\9d\80\96Ѭh\ 3Ð\e ^¹1÷¸xo\ eép1í66\vb"Ù#tÖÞ\92"g\91\18ëRäZIö¬\14íé\8d®\14\ 5\99\87\18fBuGL§S\95\92\1e\1aè\r  ÷ô\80\v¢\1e °\131îw8\a;Ñ Øz$ä\98\92\11\ e;\91¡*Ösd\19J\81\ e;±Ü\95\82E\95\ 2\96ÞÈ÷x¨=;öx\88§7²ªHIll\82FBút\8e5©ÞÛa¡?¡\a÷Vô'èÓ¯\8bð\ eÀ\93\15KOÜ<\81\17OÀ»K\9c¨       É\15\ 6¤Ë\a®0Î\8aqËN \ 2J\8d\9aµz!!1¼ê±L³\e\ ejb½¿\a{d\12<òV>\81x\10åyYùÃ"¹#\1cÑqZ\ f\84\e^ý3´6h\a:BuØ\1dB;\87P\1dZIkw\ 3\fSR\15\ 2\ 6Z`&mi\8d\8c]Pý)Ö\1e£\ 5\86¼ü"«\1e!\89­\83\13¥\98$\17\ 2Þ\0Pä$Ã\15\91;4\92bKjT@x AE¬\83jf/¹#\14Õ3/H\ f꯮\rÒ1>\ 2Ä)o¢e'Ê\af2l­øâ¸\81\81\97÷°%ÚÏ\aÐÓ+µø¢·\ 1:2¤úô±ÀØ̼Y¶\ 6\91ã\ 6\ 6F\86ÔL\7f\97\ 24?S+xNW(\9b\12[\99°ËCt\ 3õͱ·\ 1\ e\b\89xh A´ \1e\1e\v"¤t\ 5¬ ·@o,×\1d \0\99\14Î$\\9eõ\1f¯\1d¼} \ e4\98\ eX\7f\83\a-;¸¦\98\ 4Î\8a$¸êÂ\96 \89è\ 3^®§t5,èÞ"ïPÉ\92.ä   \ e¤\8a®|L[lB\ 6ëai?¡@\14ù\98æ\a\92\ 3\1fÐ\ 3\vWË¢\ 5mþyæEW\17ñ\fÉ\82îPÏ\90,\1a\ 5x\82\ 3ò\90.\87M\97õä\90\1aD\83Îò\13\ 6jlgòþ\81)|`o\8dhPÉñ\85öPF*oå\1f]1äè\19I\94"V¾\ 1\80AÓ`!¡\1a\18¨~\bH\93êõ¨>@!\14B»#,¤ \ 4\84\85¢ê\93}\86ßèÝ\0\87߸ç\92ù$ºd4Ã\94¡KvÑ\ 2=Tɳ\10\83È\8ch\81e¹©\ 5V{ï
+×$]!Gß\10-\11­]0\9a7Á«7ü$\ f½Ð;nÙâ\82
+)R\80õ\97ä[ÞD\83\85\14Ü\19\f\11ÜÊ?Î>é%GÅ\81!­æÔ¦K\9er\ 3\86,)\92°n\1fx\ 1C>¢v\99\v¢¦Ix\ 1\bô)uô\80\90\1cøÀ@\96*aM"\e£\82Áq\87\8bZ\ 1\93(2{\8a$\8fÂØ´\ 2\8c*Gy\12\f«\81p\1c? g\99l}÷,ë;º\98õ§8@Â\ 1\94oR k\14`ælO\91ä\ e\18\14Oq\ 4ð\ 1­q½5¨\0
+
\90­\0$hWÈ\eT²ÄÄ4.2÷XÀ\19\99\ 5ÈÓ¹E,0ðt^Á¬N7(\13Ð9øûr¢³Ô\7fHj\b\99\922JÆy»\7fà\8d\ 5Ò\85\ 2lòL\ 1Ðx\1a³¼ôfP1tÒ¨Ý!\9f\9a±Jw@\990z\89    ùÐ\8bE\92b>´ÂB5¢·ø$È\84\ 3\e@\ 4\1c)\ 2ÊM\8fuaùH\8bO\ 5\13:1Ñ\b¾é"\1a³Ïý%]9âð¢YTå\9d\ 4IO
+hph4[ÂñM\91*\1fÀ7­°\80]&âø¦Y»\82|ÑD\15¾âM\17¾S\0\0¶cUÖ\04ºª\8c\97\90,\92&¡4l©Þ¾ \92\1cM{÷:Òp¤CE;\ 1\8dð¡*\1ap\89|VÙ\98A\8c"9\1cP¦~A|¬£\19µ\1a\90.\ 5è\15@U4\90&[¡9\94\v©\1a\84Åô\ 1ÚXÎY§®\8då\14\1c\ 2\86`\ 1½J\1dàÒA{
+\92Ýlð\ 4\8a\rõ\92Ö\0\81î\86\10\96\ 6×o\91á\\87N\14\a§]xðy\82äР      \92>\195-\9a\18¡jhöy¬æ4\13ï     \86Ô\83a!Ámc¢ô\19\8c\89\ 6·\8d\89R\aÄ\84\96\12\8aÔ\ 1¦£\10 Í¯N\9fÁ\8cx~ F·©\v¥C¢Û\96dJ£0,G\0\8có\ 6t ×¼"\1eÐ\11<\16t\87WSÀ×gi½\7fþßà\ 6\1f¦l¹\10Ð"&>gJÛ\a\1eâ»^? ¤»kq¾qp\a\80\84áÂÅO¿ÞDø\ 1\ 1\14­í`EGXeEàZÆ}R\11¸:O®§\bz-"gE 7Hx»Ëá\\83D« HÃØ~5ËSK\12û\9a\84e\18 \1c\fd\18¬$Ç|.gÒ4\19Ï\10\18t\0½A"ù{<\94\16\8d\87x   \88WU)K\10\18ñ\ 4Ø\1c¶¹\9aç\r\f\ fÖì\e\13Â\83k\94x\90%ú¼y\19£\8f\89>Þ¡á4&ä\b\9bH\91\8c\8c\ fAæt A£ö\8d\v\a )\12\1f$\1e¢í\ 5\1e\9as}|H\b¢%`s9U\87\8a<~GèN\fÔ/XQ\v\91ØþM\vM=úyè\90\rpP\169\88Ææ¢CÖÃÇì)\11\9e[\985Dm=òEF^ÿ[\9a³GA\1a\19\1aH\81kdHÁ\17lVÃ\12\12\9d;äLè©æ½~¡GC\1a\9azM\8cè\1dx1.â\e@Ö|\0½!ÜóHC\10=Rz\ 5Ð\1f\e¹\82¨R\80\95/ +\ 4'`¹îÐJbO\eÐ\87\93æe\8fk:5(\ 6î`ÏOÄ\ 3\84\87Üdc\9bO\1e{\18$\ 4ݱ1Aìàqõ\0(N\aÐ\ 1>\9b5\8c]`<6DÄh\1f 'hõ\80³'h^yÿ\ 4\9f§³vï\80\15Åî=\1eñ\bF$\ 3ÉìM\1a\1d\12ðñªÕ©\8d\93XBm¼êi\ 3úpQó\12£\99\14Ï^À\10?\83´òõ^ZOã"gÐ\r¢YB\f`3Ü#\80\83\1c \87ÆÞ\89B\84\9fÜ\9cG\17\bAT\18\0\ 6\0\0Æ
+n` 6Wõ\18\aÀXw\19\9a\ 4À\88\9a\1a¡ù\9d\8c\98p\ 4\0\ 3\ 1\0\8cUâa\ e\80\114-ÄûC\90&\1fÈï¬ö\1e\ fA-8òøo,\92"=¿ã\8d&\ 5´²Ü\ 6ÄÄ×R8\1aÚ9èNè¡\9dó¢?ÄàAo\1aó\ 6ïÙ\95Â\1e\0Æ´-õ\ 1ªb¹SÎGäM\f\94°´ªæ>\17³ù\1f\9aOK\vPJ<ò\\1fæjé|ö7¯ #\12è\8dÛ\1e:t\13        \8aIoÀcwLï\11\13}SDb[\13&õP«¾\80î\8c\9cc\vØ\9f\e\98?\12ïqP°ð\0r\8fPpÈ\16\ fT\105\0\8bi
+øU£\0\1f\1f¢ir>ß\15\1a\e       u:æ¬7R\9a;ny#\ 1\ 6\ 3Ý%       \11p¨»d\91n 7àu<(:N?)Z¤3ý\84 3Öé'1t LhíD\1dñzü\80>\bjÏ®\84ÏHF´r \ 5\aÃÃ&¼V;p"\80\ e¾\10\80\96âÛ¦\9f\ 4ñ\ 4¬»\ 5m`dú\89C¿¯O?Éí\ 6'\81\84Úø\94Ó\ 1\ 6\ 6¼Fé\0´\0ju\88\80z\ 1T«È\ e\9fQthLcÐ\ 5\8cÄÅ­9%Ì\ 2C6[Þ»BÞݲHZ 7<e\9c\a[ng\11e\80ÄÅÞï\14\9c\8b\8b½¦Æh\ì×{<\14\10\ 1\1eêÈ\81®\1a£é©\88¤``\92\97k1Mè ²ñÒ\r¨Êµ~Ûç\ e\9a5}\84\87\1d¸tRz±@c¨£üÖ\99\ 3=Mij3Ð\18ÊÏÖ\ ekB=Eú¦        gR¤m8loÿl¾®7\1eI\81>_wïMé\12\90õ¦ \ 3\8cäF\1aøG_\13\93É\9e»&íò0©½p\90\87ôÉ\9aÞK2À|rï\91)\19\80üß{[&U±\7fóHg\8aâwô\8f®-$\19Ê\98î9\94>A)\92\83\8a½ú¥§\88)\13g{Ï#ô\19]Á@\8aòÍ£\9c˯-Ú\ 68z\aÚÀÀ\ 4£\15\1a\ 2=²nÕ/=\7f\86\ f\7f    â\r°á/È!\e
+\16F5zk\8bCR8Púá\90C7à\94\17ô\8f[Nù\9e^\9a\e>ê¬S¾§\87&\99xO\ fÍ2qÌ÷\9cò½øeÒ\12\84\84\84`\80\87\122¥#åC9h¦\80v'µâ\9b£7\80\1aM?OÇ\8dÞ~ä!>\9cÖìë§:¼J~èÉ\ 4¾\83âÃ\13L+ØÁ@\82©½õøÏ``ô\0\ e@\v?\12Ü\80\ eqÛr\94þ3\ 2N\17|Äw°´øø\99ÊÅ~\14\ 1§RpY5
+v\13\rÈm\9a{\82\ 6ö\ 4\ 6øô\9b\fö?0ËÎYx\ 3\87E,¤»Ä®=9Oj\91½ôfV\8b¸V\89Ú\17B\92Ý\b\16]\ 1òg:\9d\a\8aH® E\15Ý+`³m«?ãM/.d³i!\ 5\ 6\12DP\ f\r ¥ïà\1f\1d1¢Ù\89¼H\9a\9cwöhW@ñq[Pq"ÀE\fXIú^ür$\0jVƵ¸¾5)ú.\1eÜ\15äø\89|ÑÜúã\a<pj;­9\93ªt/~éð\0oíY%[Dck\1fD\1ebµ/U\r¸YhÐ\80\0®¤¨\87hvåM\ fMÁÏD\7fÏ\1dÚkg:\1cÄ\81C¼æÎÐ樬\19S\9eÜXEo\80Üà\82\ e #\83\96Ö\1eñ\ 6:¥3\13\95¾@\1d 'YWÑ\eà³cT!&¯îæ%Ä\9d\ 4\19+]A.µ^Ë]\92\ew´Ø\9eÜ\98\8ciÊè\17Ñ#ï@£ö\9c  \1aØúT-\99\19-`kµ3â\ ehr!Üãâ\0ãRèÓ\92\fYCË\9fÔC!ªz\880A\92õ\b\91\82\fM\89>\1d9Cwhx4n´w\91Uí(¦â        YÕvA%\19²ª\ 5\e\18AVMû\ 6>Ö"³Ç\1aÛ\8céé\ 4rSFIN\ï`\0x$¿60óâ¸\17¯Ø\1e
+\18)\1fj\ 5ù¶\83\83Æ\91U!\ 1\ 6\8a\r\f\f\9fY\17@\80¡â\13\8fxh ø¤\15¢Ú.¦#+>    H\f\a UWÄ\ 3\ 3Å'^âa>\9bwÑÔ@·³¨ËĬø$Þâ!×\92¼=\1e¢¹\85 jb\8e\8c
+ÕÀ@õKÒ6@¥ A@õ¥\80Ð0\8b4¤$Èq\92\ 4mt\8dÈ\85¼øÅIÖ\90N`ZªKw¤\0\9aÀt=Ás\bÕ\8a\98À\1a]\10׬\92 Ó\Ô÷(Hli\909Ñ­\81·\9a5à³g\905@±%+\1e\81\9aH/\1eqIô¨\18ð\89\91èÇ;\8b¢ê\91\91ØÔ#[2Ry\10 1\93\9dÚ\1d\98µÏ\82¬ü\ 4\11\1e\1dÐôBBÆ`\0ÛVÕ¤\14Ûv1È©Õ\13Õ;2ëì\1d®A»\ 2\9a#\83N\9dÞß\16\8c¦FX¦;\98\ 5RP\a\ 6µÈ\98\rÜáÞÜÓ»C\9aãñf÷J\87ç\ 3\ 1Ä\86\ 1¤JGH\10Pd\ 1!\9aIýHD\\80üj\96 Ð\8c\19O0\88á1¯ÿÈ·üâ\90\91"\18¨ÿ\80.ÙÀ\84ã½úÂ\8c\ 2\93\93ª\8aÍ$üÌ\8eÍjæàgl{m0Ã@Z\r;¥ò é 2rlÖ\8a   i&Áävì\13ó\19L\8e&\89Z\96Ë\8cÂñ½2\fí\0\9d\1c\r+¿p\80 PxÊ2\14\19­\97ÅxG>éÝ\0Ëõ\96ñ¶ÏÀÀ¤ÉÁ\1f\ 1\1dJi\92Ä\ 34C`­x\ 5ä\06i\a`LTúkD&bØ®\19\1eXì)
+3
+lÚê/Ì6\88ìH\81\fP)\8d9\93°üYÀK\96º\81h^\,d\89\1av\88Ý?ðþô-³q\19\9e"±1EÀÉ\ eÜÁ\b\ 2N\86\92¬·w,ð\12\aÀC *Õ\11pZ®ôH\80\ 1\ 4\9cUSe\1cû\ 3éò\ 1Ü\a¨G\ 6\92­;4ª\99D8Þ\ 3ü\9e=¥Ý\r­\94«ë\92°\fÁ2©\bZ\84¯Z3\16ágM\95òö\12+21+à\b÷x¨½\eöx\88\aøAs
+é      \12ÒC\ 3\b8)kÆ\88\16ádè\95ê\b89I.Y·½dÖ«ÝÛKf½ÚR\82qË£ñ«æÕ2{\f·Hö\98\97@À;\1c(\81\rÊ\12\ f$\86\ fn\15\99\88lÀ/÷¬ù^Á0iÍ\ 3\8cÍtk¾\ fo\99´æ¡%\1aûÖ\9c\94p$D\0)MÖ\86¿@=\0n\80\9c\0;d×$\93ûN'\1e2ÏÌÙ>»Å¬ß«y}@\8fÍj        CXç ýZ\ 5ÃqýÀëq5feý\94CSfÃ\16
+\9c> ;4¶\ e\18\ eë$¤_\ 3G=\91Pvhle¢ã       t\87ÆV\80ÝÓïëÝ\11\14\9ck\90É+:\80ìÐ4ø\8ei\1eZ\10\ 1\a\1c\9aÖÞq¦\80ìÐØU\93\ 2\1a]×Yëç\13È\ eMÃV=]\81þôZ\9fýN<$;4­¿£{\ 5´\86ÃyM
+{5\10].¦)\9a\9a`8\91PvhJ\83GqhN\eP\12\fæ;,¯\ 4C(o/¯;°B¢ï5Ýu¹^\ 2J0\90\aô\14Ð\aôê~[1@Â2YÝokmöñ\ 3#­jn_?S\1aÝr­§ß\17\9cÒj\vjÂþôûz·c}9<\11p Ûq­æpéÔTRe¾\ 6D\ 1y¨dC\99>\9f@oÒ1\90\84úø\9c¦Ê\96Ñþ\86*Çu¦ãù\0ry¼sQ»\ 2ª\89j`0+\ 4­\1a«OA\92å\v~\97â©,_mû>í_nqi\9dj!O¶¸´Vµq\168\8e¹îi\ 1>Ã*J2D9(-79(;\89\83\98\10»\8cÔð\0²eÃ\11\1a§À\11GèL\ 1iXü\ 6ä³¥ûË\aòþúî2\98¹pn\95[÷Fµ5oL\18_$È\97\8c÷ñ\ 3\9a\7fNÓ+\1f\b¯#, \ 6â<\92°\1eÁ\ 6x\84\v\11é\ e\9c¸\ 3ÚíçªC±\84\12Ä|1gt\a>h;È\97\1dÔL\9fO;\1f¼h`¯4\88\17\ 2Æ6\88*\1c\aÄæK\80K\8fðPFÒ\11üÅ­kh>M\9b\86\83(\d\89ÞÂ#¾¼w\v)«·@Æ\95×\1aû³4_ô  ÝA\16w@¥±,\/Òè\ 1\11  ^õâ+\11Íç·3V\91äW\ 3l\8aT\91Ô\12¦÷\Û`­ç¬gÔèï[+ý>Sg\ 5mYRg½aR³6¥\f\93\92l
+-'
\9eYn\1d_Ó,\10µ+ õTÉ ÇN\87DJAò«(`vB^\ 1t+>§;ÃC\9a?¦;é¤çæ\1a§erÒs-Ê+G\19+¨:¢Ñ\1c×\8fLz\8ep\ 32\88\82­\8f\r\fÀ\15'\8f>0ÐôV\8bêz'àùJ§\91\90fëZ¾2\8dÖ¸W\12Ö\19(eý\Ó[\ 5w;\9f@oz«èn'\12ê\11\9ay1ÑT\1dF-ï=­×ë0LR\99\90áÑ@\ 2\fàÑh,Àñd\ 2 ÀФi\83xhdÒtÓd³Mo²&cx4  ñÀÀ¤i#ñ0\9f4\1d55À[¾V\91\89Ù¤i$Å#\93¦³ÆC\1c®Øi\9a¸7\fªw\ 5ô\ 4\8b(\ 5T\ f¬\88\a\80\1e`\91\89[_'ø\18\99ðQÑF5&\f\8f\ 6Ñ`\ 4\8fF³ç´\18§\ 2\97O\9bcßÞ=&Íq    Ño\99ã\ 6·;k\8eˬhÉ\1csD\19Q\93ðiÓP\93è%iÐ¥\1aÀC©ÀX}MÆ\1a\9e¬&Çt\ 3\19Ú\82\81\r \ 2\ eÕC\ 5Í\1aR)X\11\13j\ f Ïd]íü<\9dàúxG\8bq\8cÆ\ 34¶2\88\a È"\9b6\9d´Ð\88c .Òß Ã\9bO5£    \83\f\90Aþæ\88Nw(?\7f\96yLWk4ðü\19°O5\90 Ðt9e"¨È \13±\fÁ"êr\86W+\a\97$G\93³ªËItY\ex\vvðÜ\ 3\88\8a\9f«Úè\ 3j-\ f\1fx@Ý3\ 4q´8ÕT¼Ùðm¬{f\8b^\8d\ e\8fm©Á\99­m{§\rè5e-Í\14ç
+\9cmB70R\ fT\ 1ÚÎ< ×\ 5Ú
+\14y¢À%¶¢<°\ 4\8d\aø+¾\93\98\90\83ºD\8d\84\1c\93¥1a·M\80À\8d\9av\89©\97©c-S\11q¡<Õª\8d\8b>\91\f ÜS${ARç\ eixè\11\ 1F@\7f[\1dÀ¤\1cïu\0\1d9¦¯Ðµu³+\ 5\94\87Z\84Þç!\92#i¥\99\1d\90(î&\ fätK\8e]\16U!\95ã]\13M6\1a\14L\15\89\ 4´\96¡½\9bŹöÙ6Ò§g\ e)ܧEb8\80^îk£A_\11\91ðÔ\89\1e    ÅÓpª=&)\ e\8fä\10Ý\0ùý\9bz¤!ÎÎø\ 3Û\v¼\93¤\98\ f[^fý\89z\83I\94\ 1\9aä©\13\1a»ª\9c\aèÈ\9e\8f\ 4èwI°,÷Ô@\e\88\ 6VÄD\1aö÷óõÙÜÓÄ{|Þ×Ä\fÑ\ 4û\8420PpZ\@\v\b\1cÚ\80V\15÷\fn±?#ç  \83\8f¢\1a ë\ 3:¿\ e\80\1fBÔ¼ \9a_\88[\ 3øé\ 6¯ù\85ë    j       ÅC\11=K(\1e\1f\86òúÈí\ 45¹Î\83            Á\bäl{²è\98\82\1ebë¬\14ïïÿ¡×ªBâ¢Úsw\?4\8d¦æ'Âd\9bBCl=\9d\90o\15ö¡×éAê\aR\ 4ë\a°­ö\12ûî\ 6Ø´à¶\81\bå\81Vc?Ë\ 3\15>½Ë\ 3ü\ 3«ö\81n\8dþì   Ö¬\9e\80E÷N»\ 3\8eGâî\89\81³P\90õ\1ay§r!        ¬<b¢\ 1d&ç\91\1cé)¢ýùþ´\ 1!8nýJË=Av1H$¤ \96\88Ä`` MB\9al Ñ#¿x°ónHò#íù<ôzg     \ fCE2ÀÃ\vºÁ\81aÁ«\17÷\7fu\88\ e\91ù\91\80V\1fd±«\919[äëX«3\vËîH\19&£Q\80D¦P\8b\f@qT´Ò®\16¡p.Þ"\1e\1e\80sñYÓä4¸\ eð\ eu8\97\80\98hàí<Zt\85zv¥"Øw-\11\7f|WÝ     \ 6\86âïñP\9avI\e\98     R\ 3R\19Q{|·ª7À\ 6Ò 1Ð-Á^\9bß!!¯íÇ>­\f\93Xjó%\12òâzt\ 2½ü $\a\80\1e\a$¸mÉ\81\10z©r6.7Ýb㽺¿ÏÆ\84\84\1em@÷èB\907ÀÚ\ 3nj\92\86\87Ò×$\9fÇåöT!MÐD¨\8aõ\ 2\10¬      õ©H»&ô\93\88¹Ù\89\ 4ü\f·Úe\81k9âòÜRq\89\9f     \9a#¢ÍµÛìª\89âwtÛ\8bUûÀë
\8b"Bë\83Ù:G¯\eX/îÀÕ\9f\88Ï\96\8bòÞ\ 4~\1fhâ3\ 1ruIë\r\1c×\ 3\16\\963\ 1\9fû_2Ø¿5\175\12/\1f¨\a¨£ÅN\e¸ð %àª\11p½(\81í\0\ 5\7f?ûóï»\fnàÜé¶\1d`\7f-:B\ 2¥\v      Ù       \8a\9c\bQ=\81\ fè\ 4W\97\92]ÁþÜ3y\ 5>\1aé\0W5R\ f\10óþûïB\b\980_ÔH¹ÕV@Sæܽ>p­\7f¹êa_St\1e­\17¢\8aøÜ\91­\81qq\8bìk½Ô\1dbÞêgÊï¿. \80$)¾ÀR?S\fÙi=èö<wúm¶¹\8cTÊþ|þå\94XxP¹àÜ\7fýñYn³\84ç_~zûË÷ãÄ?}ÕÿmûËï\ e§?gÙ7¥dkMùq÷×NQzú5J§÷\97Ó·ß_\0õãåö¯6Ä×Þ\1cÄ=W\13bAV¡p¯«}\9a\ 3\ 1ѹWwÛ\7fÃÏ8ÑOª{y\16]8³ÓïmÿÀ\8d"¿ïàï\ 3?\ eß\7f\ 1\1a¾sÿ¥ìF¹\7f&}-±×\93¾+ýêý\aD?\ fb\11B¿\80¤ÿJ?Ô¯þ\\1f-Z\ fÞªÉïGtþëïSúGMûlN÷\91ÿ\9e0J)í÷ÿ®þ\852àÍ ¸]}½«ß¨3P\9d\83ÔW \84\ 1\16'1\0\15\80%J\ 2@\15È
\1fè
+ÂæÏÕÚÃ\9eùã¿¿Üú}oàþ\81ù=Óoû}o\1a\ 3Ç·0$\v\9bùö»\ 2ýl¾\99\ 1i\bË=\ 3Â\ 4Øc\ 5
+\9e©1ý}EjïÑ\9fñ¿w\9a\0Óß÷Ð}\ 2\ 6\8cÐ\ f*à+ý(ÿ\ 4\8d\7f\ 3º?]\81¶r¥Y\ 5Ú2\9a}\ 5zö¿+ýk7ÒY\81
+u\ e\9b\ 2\93\14\ 5Ê< V¬4ë\ 1µùÖÓ
+¤¦#g\15X+Uêý>=ÿªy\80Ì\0\84:DnÆ\0<\13Y\ 6\9dÿ
+\9dÄö\1f \a\7f»ÞòàB­¼î\e`,\80áM\ 1\80Q>ܽ¥2O÷\ fÒáä÷ý*zàX\ 1\86\80\f\80¢\0Ã>÷Iñ`\99ü\ 41þ¥÷\175\aê\9aĪûOÈ\0¸«\ 5\84):ÑÖ\fDik|ÕY-R/\9fy«±)ëç\ 2ðê\ 1\1e×\vub5\81PË´\8a"\9dJ Ô\12\9déýç$í\9f&\10\96j@\1eë;    \84ìK\ 2¡d\1d\97ç_~zûË[\ 2¡ýåw\82øÙæÿ\1e\8b_«Î9®×ý\8f\ 6&|<=ò_YçLØ©ÿF=À=Øÿm\9d7eHÂgÿ\97\ 4À\16\9d\7f \0¶+Øÿ@üã¶g\90Óýéñ\9bË\12÷ÒøÅ[t\7f²ÿê\9aÿ;É?®Ö(öø\87&\0\ 2ú}ä¿\92ý\87UÜ¿Ç÷\1f\11ÿ\ÝO\9e\80XÐþuþ«Õú=þã        \88uç¿\8f   \b\9e@XEõ\8fý\8fVWtb\0ð\14Ë\12\bË=\ 1Z½¸\7fòûë*ý>»@\ f\15 \9e\ 6\99o=\ 3ékça\7fÿä÷-\12 TåÍ\ 2p\8dþÝ\ 4@G\811\ 1ö\ eí_\17àò\ 2¥Ð\9fî?h
+\98'\0\82h\80ÉýÇ{\ 6¨<`ÍÞ_k7ºîÿ\1a¿Qúïîã$ÿ×\81\14}þÇ\ 6¨Mgê\19 J¿\96\80íÐ\8fÅ\ fmúòq=\88\1fh\ 6°\ 5ð\1dÿ\9bf°VÍ\822\ 2¶éË=\ 22\ 1
+FS\04\803\9a\ 1£¿o¡\ 1\93\ 6e2ëAµb¨Y\ fªÍ\8e\9eõ Z§Tÿþñ\13\19\18Àë\13\1cË\0\86ú\82\7fö`\84
+³Y±Ý
+öñ;Ö+\80,&\11\11àã\ 3<\ 2D\11¼{Ö\0\94\bú\19ÁÇøVÎæ®Ã8üÅ\89[\9f\7f\16\90Édݳ¼4¿¦}.@\89²\ f\ 3W%²<KCÊT\9cí\bîý\b\8bÐ%²<å²\8cÅ)ífe\a¯²L·\0èëó%\98\1a\88¶Kx¨µ\17\e\#Iº\83\87\1eÜ\8e\ 1¨e!׸®Ú5^ë\91^(\12\8d\11ß«\93A0\80¯±\ 4³è\1a%\18øç\a\9c}âÈ\9f\18\93\8d\ f\­çéòÁU\9bÕ\9a²ZÐShð6¸vÑ\ 3\9a¦\ e\ eÂ8ò¢\1a\e\8f\ f\ 2ô\16kEO÷\16)       \92H\ 2\1a\13æêR\1fH0\90\93Èè\ 4W\97\88ÆôµÄúøûú\9b¦kO\1a\ f\94Ó¡1õúúýÏoRX\13¸:\81»«\8b¨\14ì\9a`R\e\96 PÒEôUË,\12\13_mâ²M"°~?\81}Ó¦\17]F\9f\85\1câ\ 1ýY¥Á@ôx\90ºÕþ%\ 33Ï*­Õäôûò³Ê\1eÖ\1de@èû¬\1c\10D{ÈlA)L¼eÒ}\f7\99¸\8e\82\986é%4¼eÒKlxˤ?8ð\9e\8b»gÒ˳\90dÒ©&x(Ã9MÐÞ\87#´§B¡ýv   %¾\93.!^pôs\ 5£X÷\13\84×\aVPfM\9eØZ\8aêx     È àK(o´Ò% ¬ÅÃ\e]pï!Æ
+¦ãtB\8cÇ\an\85\18\87\8e\19ÀÈ4HªX\b§\13(AR«TMõ\ 4öÝ¢¬@¡\11«^û/Ë\ ef^º\+\148¬¿Æ©,QÕ¦V\1e¯à\9a¨âë½´\9e\97º¢ý£\97\ 2Vªj$úñ\97¦\9a¨>¬G\16Õ\18üû\19ý>h¸!^i\9d\88rZ/\17\8a¸V¨0{\7fÍ¢wÖÓ\97¢\80Î\7fÕ£ôüµwtúü1M\9fÿé\95·\97ªÃz%Qý·»î?è^}ZïÉ\7fö\92üÓ¨&Ãóë/Ý\8bßågê¥{i¿oæ^ºWtþ\81\97îu\ 1û×£Jo4þ¥\1e½I\92þ¡\ f-P\7f\ fTjZd\7f\ 6*5m\96ø\87WÊBûwÑ\1fW\f\8eW£Ð\93þþ8RK/tIÕ\93<|`Ä\a©\ 1Å#4\9bôAü~\82{>H\99gòÙ\a!6¬ù ÞvråÌ\87\89h½þØ^\a@\1c×ëí>»\ fqX¯çêK~Ð^X`¤]&£óë:¼U«töÏ«M^ô\9fÒáÁ\80ó\ fèð
+\99\eS:¼5û\1dï_×áuxÄqÿ\ 3\99Á
+\96}º?½Ø"\ 5\89\7f©\ f\922º?½Z)#ú\8dø\0\1fª?*Âí´þX\90ü*ínÍ\86\1dh×Z\83¤¿x±Ìr\8b\7f
+<®¦ÿX±\f¤\9f\ 4\1eòLçX\ 3ö\7fõa¹\ f²HüK}\bgEýEÞú[±ËÁ\0¢·~R¬äÃ-þñ~\11éO\8au\ 2²¿¨Ù\83\15ÛÜÓ\1f> ùÕ\8bÕ}Dò\83ô7ñ\ 1£¦?èùS\92ÎOå¯Îú\9e\96¿\fý'Ù~ùV«=i¿ü\82äw@ÿ,÷ì\97_4ùçµ6÷ìWÃ\ eêé\8fë\84ë\ 6\16P\7fß\1cgG\81\190¢"\8aÆj\0N\1f\900Q\9f1@
\ 3 \1dMvPÑ©Ï\1f\0>\18ÖAm`Çù\ 3\ 2\18b\rÄ2Þ\81Ð1±aF\14HN_¸Ð¼\ f?rWà\13\1a\89-\en\88·¶Wpr\1dX¿\8dô|]£{É\91\ 1)ùë5>\93Qu¦æ\91\ 6\1e!R\9e\89Øêî\1d¸\ 5\7f\85ßY.¢ÜÂáí\8d¶¸$ï\1f\18\0\8epÏ`òø\81\81p8×pØ\98ÉKX6Qx¶ \7fº\ 4\16\ e\17ot;A\9e\f\87kíaÙÁ\9c;» õz8¼n­GÇõ\ 3áp-]<®×ÃáV»}d\81k8LÝ\99\9a\92:þ¾\9e\12\1c\e\a̤\84[íöiÿrJ¸¹£ÇõzJØ;´\7f=%ܦA\9eÎ/§\13|EaëÝ?¯½\86ç\97Ó        ¾\82°\9dT\88\9cNð±ý~\9aJ'ø\88äWO'ødÁþ\aܱ¤ñ/wGWIþ)ÿf'ñ/å\9f\8cè7À?\19Éß@JXÔ¿½Þïqùmîd\10÷Oz\87\8d&¿´÷× ùÕù·ô~+üË×Gq=9¿EöGIG´Òo/Ñ\9f÷\9e/·ä'xxÿzé}-ýîÛoB¿\80ì§\1eN\16üÐ;ú«ô\9eßÑ_¥÷ü\16ýcº¥¿Ú\ 4ÍYýÕ00ûüGJ®ýVhYüÈÁ"·ê\83ûåY\98\9ao\17`\ 4\14Ѻ\83°\15'\9dw\0Hx\ 6rm\ 1m%á\11ÿ\bá\11ã@Æ6\1a\9e>\0hp\ e\ 3Ú\a\16ð\81$çÔl3\82G\ 4\95k<{õbÚ\a\80Ð@R××\1a¹Óú\8b\14Ñ\9cÂ\92Áz\90\0\89 °¦ý\0ï\$Lo¬\15Û¦\86\82\8f\ f|¬Øf)\81\ 2\83\87\8e\04\ 1)Z·5\94ë Ø\S
+ía\ f\93@p%[ݾ×HÀ\1ew]xqÁÇÇ]\9aR\88\88\8dFR
+\11      \12\94Ä«9Ú ,·×1wì¤2z#ÑÃ\9f|\12ñ#\94ħ\94Â\96×)¥*\9d\94\ 2\91\84\16\90\9fNp\91\ 4\ 4Éû\ 4óXCÝÁ;\18\89Gc*H\v\8bÙZ\99ÊKÛ`Ùrk¢Éð\br±g\91\ 3ÐDÓI«\1c\1a*gÒ*\9d\8e<öʳ§Uº\1d\9d\9f_ù\§¥\96¯\87\tá\ 1\1a\96´° Û\12Í*\8d\ 2\92C=-R1E\§%\99¿òiû¿N\18ØÔ\80·\ 1¬wNï\89¶ð\ 2ä\vl\93>z\17Èó*\ 6¬\1f\88\8b="À@^Å×¼À$¨\8c\ fM\0ç@eÚ3áñü\ 3y\95\18Àþ\aò*õ\95¥'\0<¯âöß\9fÊ«¤$
+\0á\9f\84è7\92\12ÿ03Øf\84tÍ \7f¥ª\9e@:Hðõ\95\8a\86\15\15Ôêø\ 1\10\ 6®Ý\15Hq®\81ËÖR\93ã\ eô\ 6.[ç5\95õ3<hk¹éq½\9e\epæEÁ\99\ 6®Vªw<¿ÞÀUJõ\9e±m
+½Ø\16{\93®%÷SÇ\9bä1ÁÖ\ 3xd\ 1½ó§AS\9d\98Xïü)cç6\1e\fs\9d?Χý\ 4S\9d?.DÀ\ 4°óç¬\89\e¾s\0\p\9doÀbS×4ñI\11ÈѹKh\ 3 :¿î }\0©"\7f\9dwD\1fJ\9b&y\90bî¡´væ\1f?0\10ÕÔÆ|w\18e\v¢\1av\82\12SH'`QM\11Åö\81¹¨Æù-¦xĨ\1d\80\ 6¢\f*N|ÙÁGe@wà-ÜÁxTSr\96\9f¢\9a\1eÒ÷é\b2N\8d«\83H\8f\e@8\91d}\8bj:ëyí`uj\8fû\97\93õ%*ië?;µä±´¢C\1c\7f\7f¤ö0£ß\97fÏm\8fµ[íèqýÀcw\v*\ eû\1fxìöFâ\1f\1aÕÕÚïÓþõ¨Îkô£÷\17Ðþ¯÷׫;*#\13¦,A)8ynàð\ 1`   X\86ÍÖ\11¢§\ f\80\9fnqS\ 1§#ènqËl\9cv '»[ºÞûI"¶'ëÃ\a\86\88\a\94Ñqí\ 3       \1caäÅ!#\1a\8c¼8´üÔá\ 3×\17\aÞ\89TùȹÃ%\f\94^U\8fÂMvCçêQ¸N74õ\89\96ö\ 1\13\9d¬©ëtCs\8c\95z\a®×MÆrtf_?jÍ\96°YS{½\ 2\10\1e±Ò­u_\7f§\92ÿ´\7f=EeÑùGºù\82D\7f\9a¢²+¢\9f\9e¢rí÷çºA['À\89þz\8aÊ£û\1fHQùe×\ 1S)ªà$þá\9d\0 Ýß@'Àr\8f\7f*ì|_~\8d\81¿\1fÑï\ fÀN¦(Ê_'E×9?\87Í\84ò+¿q\94Jþm½\9dóæßôçT\8a|Aç\1fxãXáýëo\1ck\92ä\87\8fÍ0à÷uo¸¡vöå\a¿q\ 4\83ì×À\eG\80
+üz\81\1c\92¥Ö\7f[;\vÉRM¸\9dl\87®ØB\ 5\17¤Ó\ eMNP1\17»'à\8fµè\ 3 ­A\1d¹\8a}}$\81äÈ\9dÜ ÛiÈî&\15ìç\86\1e
+J±¬`=
+ÊÈú5\88ëIPÜÄÈ~nhãO\9dY:?¯\0wûïÏ=u\ 6°~ (¶hÿ\ 3\15à\15¼öt~Ý\rln\90\9dl¨òðüã/\95G%2ðRY\7fßÌ5\94ïn\8c\9dk(ß_*ídC^Ôø·ûRi'\eòR\94ø\97»A\88~#/\95\ 6ÜÀ\8c~\1f¹Q,\1fR­èÃ\1d\98Ë\87Ī\80\ f\1f\18É\87TX Ó\aÐ\18\93X1\ 1ÎGÐ{\12[^ìô\ 1½'±v\95\9e? ÷$.\1e~@Ï\r¶ÇÚÞ5Ò\94\83ÒZ8UDZßÉ\8eëá\ 6ðC[KÌ\9d6 \â«\8c\90ð¸Þ[\90Vce´p\ 3\17
+ô²«ç\r\\ 4\81»s[N©| ãÎ\91Ià~\13Å\82\15ø¾\ 3¡\1c»òq°à\ 3\80\8f\915+\7fÚj\8dÊe¾\Zo\81:>GuÛ¿Ø\8a½|ÜA\12Øx\9bï^Øðºþá¤È\e\ 6\90.yÞA\9dç{\\1f\ 1\17b}nkåJY?ÓQÙ\92çõú0¸\1aV\1f×+Óô\8e\19þÓzàϱqd\16ü>J+°qh+:ÿ\0H$¢¿bÏ[õé"\9eÿó<óÞýõ\0\9a\8eü\87\0\9aÈù\9dv~
+0S;\8aN\ 2\83m\1c\1ad\99\83þ\ e\88\7fõGÚ6\8fü¸ÿ\81´z\80ü7\0Ðä'é×\0\9a2à¿\11\80¦\17ÿÌ\ 14ED?}\1cwõ§{ô§üÓôg\87\7fèù\17íü|\9a\19<¿\ eòºjüKKÇ×|Ë~x\83ôïÀ8g\13%úõ@\16ÇõÏ+\9f é?\96O\b·ì\87wˤýhù\ 4'ò?Ë' ó\8fä\134ùáù\ 4Ä\7f\ 4wKÿ\95qâwô_Á¬¿£ÿ|\82öc \9f\80è7\92O°¢ýÂúÃcÿQ\7f\0I³ú³ÀÝ+ú\93?\8b¸{÷¿æ[ú+\18¤?tÿ5\18Õ\7fe¯"Ð\7fÔ;êí=ù\rN\93_ÞQnnù\ f\9f¬£ÛÞâ\9fP\11=fô\87«\1dá×ýë ñ!FÑÿ%篥9½óÓar        ÚOY\7f\84´Hô££\1e2:?(ø¦m\a¾:0\ fGþ³\ 2À\ 2P:ÒÛú\19\ 3fk\eìñ÷µ\a\9dg\ 2¢\19àÃïë\ 2d[\0s\/MIØj»Â½ß\8fpÿr\0P\ 6]lësÇ\81aÓèÛù\97©i\98¶1àáþôº\88V\9c\7f\19ÒÅÖqÊ=úSþ_4þç¿\ fùGv\80ìê$úñyôIâ\1f\8eðm%ú³\99E¥m(_ä\1fu±ã$®«\b³ÇõIo[²P~ô\0Ô!ú\8f$ V ÿP\958A¸öè÷\95\ 4dCøÖô\aOàÀóëSR\9a\ 30)?\rá{V~J\7fÇ\1dùq¢þí&\80&õOAøÖì/¹¿\fåWOÀåxË~»Z#ß³ß<\ 1åïñÏ¢Ú\7fÒo¶ û£\8fCo]6=úÓ)5\15;à¤?\ 4ø\87Z\17hj\ 2/¼C`D ÿH\0l\16IÿÓßo       ¬®ÿÀZ÷³È¿,\81\ 5ù_¯KtÐ~êu\89n\99ö_]\9dÛ¨Ü?ïÒÑô\ fÅ^ð\88ÿF°\17°\ 1Ñ!¾C\92\18\90þ~ô\12\ 3Ð\fTD\f8\90\81JV2 4\83\99\12\ 3\19̬\ 6\0$\83\99\11ý\a2\98í\ 5\80øö\82:i@Jaò\1d\ 3Ò
+\93g\1d\10¿"úéüÓ
+\93g\1døVXÜ\ f p×|\9b6yTà¨kþ
+I·aB\ 6@ÿ,g@\83\83ò£\17f\8b
+\9cf\90\1c\f\0$¼9ð3\19Ü\10\8cÄÿ\1cÓQsà8¦$<¿äÀ¼c2öèÏp7B\84\ e\90<â#¤$9 4\ 3\99\11ÿ\rd ³æ\0nEðÇ\0:=××\ 4Z´ßi_\7f\9d:LqK\9a\ 3à\97\8fô£\15\ 5ÌÏa²î     8?\87ÉjÛ\v\98\9fÃDµ1Nî¿Vð´\f°ÿ\8cÉM\13\98i\ 1ëõ\fò^\ 1å?c\1aÓõ­\82©»\9eÐo        \12ýx\ 2m\11ï\8fì¿%Àºûg ´\15¬×_Ð]Å´?É\ fxA'\ 1tÅT>®\1f\181e5úó1»+\92\7fÙþ\94
+*\85\7fù\98Ü$Ý?\rà\1dÚÿ@\ 2È#þ\19H\0ULü\9eþ¢   Ô\8a\89ßã_\8aZ\14j\ 2Õç\ e\92)\e\91\87Î?\90@\8c÷ô·K\9aþî&Ð:÷Où¿UPuø\9fî¿%À:û§      è\8c~\7f \ 1½Ü³¿nµÒýñ1¹Iâ\1fæ\7fì\15T\1dÿ\83á\976ðÉãïk°am&\88B?\1a¿ÚEÔ߬\ 2
+Ño \82Ë\eÉþPú{$¿:n]Á~¼£ÿ}4·ü·=\7fsü}9þòX\7fé  ´ä$ýÃó?P\7fÉ\ f¸>7ÿ­7Ó\84$`wý\93§\1ep=ôÿô\aÜ6â­oÿXþE£?¯`
+·ì\8f_¡þÖg
+\18dÿGò?\1aÿÐü\8fÕü\7f\ 6Z\18\1eúo©ü÷\11·\91!o\96\12¨g\1fÏ\81\ 1\a\907\ 3ô\0u\rV¦jÜÑ`!Ü\8b@C\80\11¨\9eA
\ 3\96\917C\ 1ØRn\90\81í\85\bCX\1dy3$'ù°\fy3´.¢\ 3\ 5\ 6\907C\ 58:\93@\9e\8b\11rÖ>@Ó\b­\19ͽ\ f\14@\8d\8eªNÚ.ëgÜ\90½\15íðûH\r\91: Ú\18m]ê\98\11¬\86l3ã\87ßWÞ\11\e\82°\ 1ëu7Ð63|ü}9\8cÞë \ eôGi@V\aå$ú³4º­\93^\8fë¯itV\bØ:b\8fëA! +ä)y\98|aÀ÷B\9eÿú«\1f~ñKûe¿~õ»Ò\9cüXøU\80\7füê\8f¥ÉЭ\8fÏÅ\87÷ú«ß~ýÓÿøó×O\7føÍ\8f\7fúû\8fÿòõoÿú˯¿üíÏ¿ý¿¿ùñ·_ÿëÿ}ýÛ\7füü\87\9f~úúõ?ýæ×ÿüõËï¯ÿøÃ\8fÿùãß~þú/_¿ÿùç¿üË/~ñ\8f\7füãûçßÿáïß\7fúñç_üúA\9eßýí\7fþéÿüâ/\7f/ë¾\7fÿó\1f\7fúç¯_ýï\1fþÛ¯\1e»ûÿÚÚm\88
+endstream
+endobj
+287 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 861 0 R
+/Name /Im268
+/Width 49
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ñ1
+\ 21\10\85á?\ 4LgZ\vaÏ`g¡äJö\82\99\9bx\ f+oâ\1eÁr\v1ÎÌF\v±\14\16>\18fg\92\17\bM\82@ncTj\9b\14­\9d\92\10\1fä,ä;ñ,\f#á&\14íjBE\9b\85§R$Ìh?\f\92&%¿Ñ¿!½Ñ!\1f¢\94ÎÕ©FøF\9cføâ¿S;¿¶\97ÎèôSÏà7ê$ü¶\9d\ 5\9eÄ\12Ïe\8d§´Â3Ûâ     \1e°<ÑÏÒÕ-\96µÖ5ùâ§i6A_Ŧ[\156ûãe÷\ 2b\acI
+endstream
+endobj
+288 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 862 0 R
+/Name /Im269
+/Width 44
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM˽\rÂ0\10\86áÏrq]¼\0"\1d\15ED\95\ 2áU2\82\a@\8eÙ\85An\94\eÁ¥\8b\88p\97\88\9fæ\91Nïw^0\ 3ÔÜ*è®ô¨8Ü\8eh\18ã\88\ 5CL\9b\82;Rdu\8aå«Dhåy3ÿD\86S_pÍÎ\7f}³ä«\9d»´+\96Ì\8a \83ÉfÏI\a}\994}\14\13\1c\81ÕbúMÒ\17\84Ng \ 5\ 4¸\8aó)?/o|ÁF¿
+endstream
+endobj
+289 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 863 0 R
+/Name /Im270
+/Width 56
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÐ1\ e\84 \14\ 4Ð!\16\94\1e\81kl³ËÅ6깶â(\1e\81ÒÂÈÎ\8c\14\9ahÔG>\ 2þ\ 1\10\1at¥VÅ\11\87\8a\89Ä\82´@ÏX\80\ f\v+°{:l\86·\86ª\13}Åy­!Ùûa\16\13\aF»c\ e'Ãv%Ö+cg5É´N.\ fÌ:5\1c\8f41ìîôNÜ®\8cõÆjR§\98¼¸¡¹s¶wvÉ®òâ \ 4»R\10l'\15íåtXQVÙueÜ£äREÉ\8a\87Äædàß\7f½¿¿ü\a\84 i\ 4
+endstream
+endobj
+290 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 864 0 R
+/Name /Im271
+/Width 58
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÑ»\rÂ0\10\ 6àß²\84\e\84\17
+\94\11¯¬DI\81\12\1e4d\14\8f\902E\84¹\87\r\11JAa}.ìóù?\0HÁô\84OQìÒh\ 3`Rh\1déFxOV\11îN6\ 1öÉ·ø\b­I÷vTÝ@¶T-ªU¯Ò5àLÕÙ£\1c\15_ªÉZ.\87\91\87¹;TE~\ 6øØôËvÅ°l*â\ fí\8f.»úÚ±\9bì:»ÍÖ9\8eâ\85úg£ÆÅSàøx
+¬La\90r\92\v¥&±_µ!#Q4ÑË\17}ÒVm\9aæ?ß\9fn\8fÃ\eÅkT1
+endstream
+endobj
+291 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 865 0 R
+/Name /Im272
+/Width 60
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\f\1aþã§\ f0Øÿc`\90\87Ò\8cP\9a¡\1eJÛCiy(Í\ f¥Ùaô\ 3\bÍ\8c\83fÄJ3>\80Ñ\f\1f\bÐ\f \9a\19\aÍ\ e¥ù¡t=\98\ 6ú\8a(\1a¦\1e¡\9f\9d\80}\8c$Ò`@g\1a\14©\1f\88 m\j\ e»\ 1\0¦Å¿Ù
+endstream
+endobj
+292 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 866 0 R
+/Name /Im273
+/Width 76
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍÒ½\11\830\f\ 5`ù\P2\ 2+d\ 3ºT\19 c¤NãlÂ*\14\19\84\11TRpV\9e$\83áòS§\81\ f0XH\8f\88H\98è\863u"D¸  "SP5Ð\1cU=\94\e\95>\93\96uYÆý\81u\19\ e­\1fÆrÙác\14U}¶oBi¡²¡ÌªÄ~\1fk\18k'«\82ñ~Õ¨Ân­<\8eB-¶Å^¨´¯ÊïJ®ðEV\9e\95ø\1fJh:§ªüKþ\97ÚÏ\9ddU÷AÞÉ£¼ã®©(nòi\85m\82uªa\9btôé?\8aj"jJ<9âiâ Ã\9a\95¥n\89k\12Ù2©é\1cé´ëÒå|\7f^_î\89éu
+endstream
+endobj
+293 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 867 0 R
+/Name /Im274
+/Width 39
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``øßÀÀÀÿÿ\ 1\ 3Cýÿ\ f\f\8cÿÿÿ``þßÿ\87\81ÿ\1fÿ?\ 6ù?ò@â\a\90°\a\11õ\1f\10\ 4ÿ\1f\86ÿ\ fÀ\ 4ó\a Áp\0D0\90\aÙ\88\8d Ó¼\ 1 êÿ\ 3Il\84º[íQ%\0{\1f\9eÅ
+endstream
+endobj
+294 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 868 0 R
+/Name /Im275
+/Width 52
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\r\830\10\85á³,Ù\r\92[\8aH¬à"J\91\86U\18\81\ 5\10^*5\8cÂ\b\94\14Q\1cß=,Û×|Ýÿ¤#"Ò$g\81k\18\bÖ\86X£6A\8f7;cn\ 6¡\ 3}\83\a3\98À\9e\1c\ 4\1d\9c@\82ièÀ\ 3ôÀ\93;\vk\8cL¬Q\81l!}\831\85\8bË\19}qYð`\ 6\138\ 4\ 5¸`¿i\86TZÊü\84çkù¼ÿ¦\1e
+endstream
+endobj
+295 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 869 0 R
+/Name /Im276
+/Width 55
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\r\830\10@ÑoY
+\1d´)PX\ 1)E\88\84\94U\18!\ 3\10\85\992\ 1£x\ 4J
+\84sg#\ 3n^wwß\14^ÞÊ\91\ 5^#6ÂF/\fÐ&¾B\19¹
+\1cñ'Vì\8eYÉh\94\v5f\11PrÁ&JeÖ¥Øp\10YbV&6\1a¡HÔ\8aÛé¨\1co\9cÒ1R\8dt&\80\19\86\1dB\97\8dyYìÊwdà-ÒÆ®>2k\97\9e*AT\13ú\7fþ\8cãqÿü\9e\7fl>bG
+endstream
+endobj
+296 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 870 0 R
+/Name /Im277
+/Width 42
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5̱\rà\14\84áC¯ 3m
+ËH)SD)]D\90Q2\82'Àx\93\8cÂ(\8c@I\11Ùy\ fâæ«î~\95±\ 3ºÒ\1118£3F÷¤\82\8b]TÁl3ûðIU,Í·\8fMt©"¯àý+\888Õì\ e®áû×t\13T·Âv£\ 4í\968å·Èw¯\9a$®$©@\12    ZtCs\94à4KÊ\14P\ 4%Ü®ásÿ\ 1be=£
+endstream
+endobj
+297 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 871 0 R
+/Name /Im278
+/Width 55
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÏA
+Â0\10\ 5Ð\1f
+f#fëBè)Dq\93+y\ 1kÏä       æ(9\82Ë.JÇ?\13\r\11R\1et\9aßùHª:\ 3ÆRÙ\0d     êرg,dFªÄ7ðü\a\88KC\e\89³­'\10\869\82°z\9e\ 3\fdrìÅ°x2±\1db],ú\9a6\98*¼f±ãì$~É\1d\7f\14ÿW\8fôüzµz\1dì\95¿\88÷jì¬W\96Ceo½²\9c\82sT]\99~5R¹\e±0\865T\fF\Î\8f×í\ 3,iqX
+endstream
+endobj
+298 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 872 0 R
+/Name /Im279
+/Width 51
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 2\aÀäÿ\a\1e"È@\ 3P\8fÇ>c\91\9a96\0q©5ì
+endstream
+endobj
+299 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 873 0 R
+/Name /Im280
+/Width 27
+/Height 75
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``\7fÀÀ`\ fÄÿ\18\18\98\7f00°\7f``à\a\ f00È\83p\ 3í°=\b300Ô\ 1ñ\1f\88õõ@«ÿ3@h\10\1f$\ e\96\a©³§¡[Àø\0Äß ÿ\83Â\ 1ì\80\7f\f\90ða\7f í]½]\r\0ÿ(8\1a
+endstream
+endobj
+300 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 874 0 R
+/Name /Im281
+/Width 37
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÐ1\ e\830\f\ 5Ð\8f\18\ 2¨\9d¸\ 5j&îÃÈ\80H\ eÅ\ 1à&\91¸@F\86
+j\eÊ\10·Ã\7fÒ\1f\ 6`\ 3\0\17\89¾\ 3\8a´\11+QÞ\985]Øe&(9O!h\9cÀí8\ 2Ü\ 5uOÁø\83\9dyÿ¡\106M)$\8d\11¢ÆF}ÆIv\ 6¥bü\83y}Ù\e¦ç¿1\1dïq÷|Ý\ e\ 1¤¶EÚ
+endstream
+endobj
+301 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 875 0 R
+/Name /Im282
+/Width 18
+/Height 74
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95\8f1\ e@@\14DßF¡#Q˺ÈÆ\ 1\9c\88DáVÚ\7f\14GP*Í.\9b \93¼ræÏû`8£X¨¡\82\16\ 2\8c°GÜFa\91R(\92R]ÂC\9fQc~süäS\ f\8fã>/jZ\ 2Ò(í¶\92Þå\19\85C\92¯RNïè)¬\19¦Õ\9fá>*ï
+endstream
+endobj
+302 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 876 0 R
+/Name /Im283
+/Width 8
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\1c\1cUÓD\ 1\ 6¦
+endstream
+endobj
+303 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 877 0 R
+/Name /Im284
+/Width 18
+/Height 74
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95\8f!\ e\800\10\ 4\87 êÚ\ 4MÊG\1a\1eÀk\90\15\15ý\15¶Oá H$e             àHÆÝíÝl\81\15f\bÐ\83\ 5\a\96\93¦Î6±C\84¤½Qx\18njÆå\17¦üã\13w\8fãþþ\18$\10%#«ªwy\1a%¬*\ 4Õ©â\ 5º)-þ\0½®(¶
+endstream
+endobj
+304 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 878 0 R
+/Name /Im285
+/Width 35
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\r\ 21\f\85á\17YÂÝe\81\93Rа\0ÒUd%\16à.\88\91X T¬\91   \10\88\80g(àh>É\96\12ÿÐ\ 2ÈóK\ 6\10þH3â\eÌ\98\8cqÎÃh\bÆ\94Ñ\ɮɡ¸ª\9etFï\8bÔÁg¹n\8d¢\90\e\9d7ôÂ÷Ú\fûÊ[\9f?WrâìóhyÑ¢>¤Dö9¦è¸ùAÒD\18µQcABǼгL+\ 6HÁr½;®^T«D\15
+endstream
+endobj
+305 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 879 0 R
+/Name /Im286
+/Width 27
+/Height 75
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀÀðÿ\0\ 3\ 3û\a\ 6\ 6Æ?@Î? ®\ab{\10n``\90§%\ 6\ f²ü\ 1\ 3\ 3\ 1õ@\ 1ù\a`\1aÄ\a\89\83äAê@êié\1e\90\7fí¡þÿ\aq\ e(\@á\ 3r\99´wõv5\0«Õ9,
+endstream
+endobj
+306 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 880 0 R
+/Name /Im287
+/Width 4
+/Height 75
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKø@-\90Àâ]±]\14\0¤0FÄ
+endstream
+endobj
+307 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 881 0 R
+/Name /Im288
+/Width 38
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8f1
+\800\fE\7fqèè\11º9º¸·×\12qð:Þ£x\84\8e\1d
+1ùBÄB\1e´4Éû@\91\86 Ò\11\rIôZn\0¢\15ºb¨\8ahOãe8\14I\vÅ\90\r»cu4\87õCô4Cw´úÿ÷õ~ó²/âJ.§\ 6\85¨FIê¾â\8cÀ0\8ce\ 1§y;\97\a\r\15C\7f
+endstream
+endobj
+308 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 882 0 R
+/Name /Im289
+/Width 55
+/Height 67
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ѽ  \800\14\ 4à\93\14\96¶Vf\ 5;\e\11Á¥,\ 2º\93\vd\14G°´\10õÔà\8b\15ùà^\91\1c\ 1\90#\ 5§Eé1ÃxL\8cßD\13·ÂÈøF\8d\91\8feü&¶Ê§WöCÒÇ\16ÝvÌr\9eÛêp!PA\1f/r\94Ⱦ\18n\85\9f²Áû~\v\85\9a\9c\15\ 4Æ\82f,d\8c\85P¯P¡ë/\8bÆ\fõ\ e\8a"vf
+endstream
+endobj
+309 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 883 0 R
+/Name /Im290
+/Width 47
+/Height 62
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+`\0\81?`ò?\98¬?\0"å?\80Hv°\ 4#=$þ!H\88\bD\16¬\12¢\8b6ÂP_CB \80\81\9a þ?\10ü\ 1\11ÿÿAH\88\88¾]Õ\ 6\e\0z H²
+endstream
+endobj
+310 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 884 0 R
+/Name /Im291
+/Width 53
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÐ1\ eÂ0\f\1feÈFV\ 6$®À\82Z\89!Wá\b\8c\fHäP\1c Gé\11ÂÖ¡j°\93
+T\ 1K^dÅ\8e\8fl\81\a[JºJl²C\86\90x
+\ 5N\193Á>ãFaÀKÜ\ f\r\84X¹+Ißc\93\99\eSÅV¢f\v\9aýA\8b`Y\90OßH[\vñ\ae\81ÿÌßô+\ e+.\8dsC\ 6\92Ó¤F¬ØØ\86¥²\91]H\83»º\vÝ\9fËZ\ 4;b$ ³»T\e\rZ/\14]\ 2¾èØ\98Úþ±»=º\17\14jRþ
+endstream
+endobj
+311 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 885 0 R
+/Name /Im292
+/Width 8
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\fhÀ¦î\1fP¼Þ\9e\19\bØÙØØøxd,\f
+\128ô«æ\8b\ 2\0\9ei\rÜ
+endstream
+endobj
+312 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 886 0 R
+/Name /Im293
+/Width 64
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÐ1
+Â0\18Åñ\17
+f\11³:\b½BÁÅEêQz\ 4Ý\¤ñJ\9e àE\ 2\93v\b\8dïK\13Òé·þß\83        \ e*\ 4\14Ç(ê\110\ eh'@Û$\80£\a6+o3°Kni\97\r\8b®\a\ eQ\8b=\1dÚì *ñ$Ö\ e\rµY3\8a\95x\15õ\84\8e"[E5*\ f'*\8fA\92Ô¼\88\82ÊÚ\98Ô?W2­}g\99Ťú³\92\97üR&é,\97Æ´¬\97Ù\90\90¢+\82\ fª¤æ»¸³)ØbS¼\1c\1f¯ó\1fLÊ\\ 1
+endstream
+endobj
+313 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 887 0 R
+/Name /Im294
+/Width 59
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuα  B1\14\ 5Ð\eR¤Ì\b\1fçP\8c\8a       8\80+8J\Dâ\ 6\11\v?\18ò¼Ïoñ-¬N{D\8eÒ¬\14ù£k\18
\98\Áuu\ fK+¶j¨\18a\ 4aDUãdÚ5S\81\8f\85æW³4æ{·\99^¾Þ\8a8\1aÔD\1f9z:Ð\13èsÒK
\1f1têh\9bÉ\90\1fç68ÕÐ:\93gí@¯t¹8\9c7o\16Il_
+endstream
+endobj
+314 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 888 0 R
+/Name /Im295
+/Width 44
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃ\0\ 4ÿq\90ü`\92\9dÊ$ó\7f\10Éÿÿ\0\90´ÿÿ\ 1HþáÿÁÀþ÷\ 1P\ 1ûÿ\ 3\81ù\1f\90d@\90ÿ\90È?ô#ÿÿ\7fPÿÿ\ 3&©cR»Ù\10\0\apm³
+endstream
+endobj
+315 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 889 0 R
+/Name /Im296
+/Width 18
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀþ\83\81ÿ\ f\83ü?t\ 4\14\ 4J1\7f\ 5\18ÿ0üGB õÔ@ÿÿ\1f\80#!ÓÚ-\12\08·:j
+endstream
+endobj
+316 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 890 0 R
+/Name /Im297
+/Width 19
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃð\1f        ñÿa`\1fPôÿÿ\ 38\126©Ý,\ 1\0Ù\84Az
+endstream
+endobj
+317 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 891 0 R
+/Name /Im298
+/Width 36
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\rÃ0\10CÑ/¨P©\11\84\0i2\856\8b4JFÑ(7Â\95.\fÓ\aÃ\ 1\12\16¯$IÖ\84.\ai')\1f\94\9dAÝè³9m5\vºQm\¬\e×MqE~YDÝ?ãÂ\82þÅ£\1e¯Nò²\91-¦ëJ\9ac2$hq\88,ãùx\7f^'\ 2ßK­
+endstream
+endobj
+318 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 892 0 R
+/Name /Im299
+/Width 37
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc```0\0b\86
+\10ñ\ 3F0~\80\11Ì\ f`\ 4û\ 1\18Áß\0\19`\84\1d\9c¨\81\13#Ó8\ 6\90I\f     BÕ­t+\ 3\0sþ-V
+endstream
+endobj
+319 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 893 0 R
+/Name /Im300
+/Width 31
+/Height 64
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ϱ\11à\f\85áÇ© d\ 3Óe
+\1fÎX.\b§µÒi\83¬@\97V%\ 5w\ eF¡øÔ¾_\80c\80ÄxAø
+\8e\8bÑ\ ev50I`ÏA\ 2b½EDÝ\904!µ\84}ÊÈÙ\9cC\9b:´Ln©¥Ó"Æ/lÂ\82Òãßfr\1a\ 3·ÝÆJFO'ÚÔж\ 6\8dê4è¨Vª¾\92\8cË4ªiTÒÕá?õþ\10\9e\r\ 1\88Ï×ûñ\ 36fgÔ
+endstream
+endobj
+320 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 894 0 R
+/Name /Im301
+/Width 43
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc```üÃ\0\ 4ÿq\90ü`\92\9d\8a$û?\10iÿÿ8\90üÿÿû\1f\ 6æÿ\8c\80\82ö\7f\18ø\7f0Èÿa\90ÿ\0²×þ\ 1X\10LÖCÈ\ 3\bò?Y$²  õHæ\ 3I~°½ò`7Ø\83ÝSÿ\8f\81ù\1fóÿÿ\ f\80î|\ e$íÿ·ÿ\a©fÿÿ@Û¤v³!\0ªÇp\9b
+endstream
+endobj
+321 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 895 0 R
+/Name /Im302
+/Width 39
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8e¡\15\800\f\ 5\7f\1f¢²#ä¡0ì\90Í(£0JGé\b\91\11}\r!\ 6$æÜ¿\7f\ 4È\ 40\9bH\96\fy ¶" N\ e¡\8e"ìPnÈZ\1dã\85\ f|f®\1aá\vs|\14\ 5÷ø\8d\82h\ 1\9b\ 2O߶\1e×~\ 3\azMÑ
+endstream
+endobj
+322 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 896 0 R
+/Name /Im303
+/Width 74
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]бmÃ0\10\85áG\10 \1a"jU\18Ö
+\ 2ܤcï)\ 4x\81\0i\r\89\9e$;d\ 2e\92\ 2)]\18¡ï\9dDÊvC|×\1cx?êt\ 6P§    ³Ú¢ BP\95g\9c²¾©Ý\1f\15\17\99\ fê]dÃ*\ 1\ e"WäU¿ÔHý\\80f ¾\1eÔQ\86êÿ\8b®ÔI4e\99HYê¤\92Ù\9a\v\85{9U%òv\15/p¢¦¨S½`@Weõ\15oö¢éI\e\f&Ö«\98¥Á`\91åf½"8´\8b<Z\ 6ê\10\9ag½!È°\8a1z\84>KV¨ÎÔ¸(BS\89 \92\7f\8b\18-¥¸Å\98®ªM\91\9fµß\1d?÷7Ï\1fwÿ
+endstream
+endobj
+323 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 897 0 R
+/Name /Im304
+/Width 27
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàc``\90Ç\8e\vø\18\ füàc~ð\8f\8fÿÁ\7f\aõ}ö\aäßýg`þÿ\83\81áÿ\ 3\ 6\ 6û\ 6\b\ 6²Ab 9\90\1a\90Z\90\1e\90^\90\19¸Ìg\0Ú-­P½]\r\0\10h"â
+endstream
+endobj
+324 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 898 0 R
+/Name /Im305
+/Width 32
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°\7fÀÀüÿ\a\ 3ÿÿ?\fö\1fÿ1Ô\1fþÏð¿ù?ã\7ff0fþ\aÂ\8cÿ \98¡\ 2\88\19páÿÿÿ¡`|j©\85ë\81NGÆ
+&u\9b¥\ 1;^O\1c
+endstream
+endobj
+325 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 899 0 R
+/Name /Im306
+/Width 30
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]̱\r\80 \14\0Ñ#\146&,`4:\ 5\95®ä\0\ 4\19ÅQþ(\8c@Ia¢ßÐ\18\8bWÞÁ\ 1ö\16\9c\146<AUª)¦Úlk§\9c¨dÊ\94`{ÑhIü¹>BÓ«Aù\15v\95'¬¸äè$bĸÄs~\0A5"¦
+endstream
+endobj
+326 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 900 0 R
+/Name /Im307
+/Width 37
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\rÂ0\14\84á³\¸Ì\ 6¸Bb\ 1:\84\19\85A¢Ä\88\82\81\11EÖð\ 6¸t\11\ 3[\96Ð\93¾î~=\0*\ 1Ø\1a\91\98?B¥kL\15Ûð\15WPÉq\99\895#Ðë\rH*CE¢#²dÉ\84Ub+תàä³\82N\18\85A6\ 5ó]Gn\98\10.L\84«\10$6õ?ìLÜìO\18\8c÷ÝïÔòBg\1e\v\99\ fñöÇáyø\0\16»P~
+endstream
+endobj
+327 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 901 0 R
+/Name /Im308
+/Width 29
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ce̱\rÂ0\14EÑk¹p\99\96\86XB\f\91\ 2\91\952@b<
+£x\947BJ\17\11\9fO\89R\9cæIïÂ\a\92Url¬A¡£¸£$44\94ëOÐLh3±\15\86Züó²\8eùí\80?ýìâû´ÂâôðÎ\93T3£\97\ e¢    \f®·í}ÿ\ 23\1e
+endstream
+endobj
+328 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 902 0 R
+/Name /Im309
+/Width 42
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK````lø\0$\99\ f\f\a\90d\87\925@\92¿\ 1\ 1Iy\ 6{ iÏ ßÀÀPÇÀÿ\80\81ñ\ f\ 3û\ f\10büßPÿ\80\81áÿÿÿ\a\80
+þÿ\aiùÿ\aH2\80\ 4´\f\1a\ 3\0C\97
+endstream
+endobj
+329 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 903 0 R
+/Name /Im310
+/Width 44
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁü\9f\81áÿ\ fþÿ\a\80¤ýÿ\ f\ fÿ\ f\86ÿ?\1f°ÿaàÿ}\0H²ÿo`þ\a$\19\10ä?$ò\ fýÈÿÿ\1fÔÿÿ\80Iê(Ö.0\ 4\0\8c;Z<
+endstream
+endobj
+330 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 904 0 R
+/Name /Im311
+/Width 44
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀð\8fáÿ\1f\86zl$ÿ\1f\ 6ö\7f\fì\7f\18\98éH²#\91ü`Rþ\1fHÊþ?\ 3ã\7f\86ßÿ?0üÿÿ\19HÚÿ?\f$Ùÿ1ÿÿ £X»À\10\0\ 3zQÿ
+endstream
+endobj
+331 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 905 0 R
+/Name /Im312
+/Width 48
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\bþüÇ \19þ?`\90\a\93Ìÿ@$#\98d\80\90u`Ò\ e\89\94C#\99\ fÈ\83I~¬$û\ 1\ 6\ f&íAäÿÿØI\88,T%²^f¼$\ 3\ 3E$Ðò\1fØH\ 3ãÚM\16\0Ùã\95\86
+endstream
+endobj
+332 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 906 0 R
+/Name /Im313
+/Width 40
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu\8e±\rB1\f\ 5_\94"e\16@rKAÅ\0d3ìM¾Øä\8f\92\11R¦°ll*\84Ds\8aä\9cÏ\0°Ñµ\19Ø\ f+îÎM»r_U\99V5¦Yì1fñK\ 2\7f\91ÿ\90\ 6ÒElÙhî\13\9d]л\ 2\14µoHâL¸¯D¸q\81$f¸¾j`çK)1\ 4¤\fTs \98\85ú\8bÏ\80\ 5\89¶)ú+Ú<s\95 \e\11\99¸Þ\9f¯Û\eÕ\18
+endstream
+endobj
+333 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 907 0 R
+/Name /Im314
+/Width 31
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨```øÁÀÀ\fÄò?\18\98ÿÿ`ø\8f\84ÿÈCÄ\a\13®ÿÿÿ\1f2\967¬Ú \ 3\0\88ØG@
+endstream
+endobj
+334 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im105 112 0 R /Im116 123 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im105 112 0 R /Im116 123 0 R /Im111 118 0 R /Im28 35 0 R /Im116 123 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im21 28 0 R /Im108 115 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im107 114 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im102 109 0 R /Im173 182 0 R /Im221 232 0 R /Im119 126 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im107 114 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im190 199 0 R /Im120 127 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im179 188 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im105 112 0 R /Im108 115 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im179 188 0 R /Im215 224 0 R /Im136 143 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im117 124 0 R /Im105 112 0 R /Im29 36 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im110 117 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im118 125 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im112 119 0 R /Im118 125 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im24 31 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im111 118 0 R /Im117 124 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im29 36 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im111 118 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im117 124 0 R /Im106 113 0 R /Im106 113 0 R /Im29 36 0 R /Im105 112 0 R /Im30 37 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im110 117 0 R /Im101 108 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im105 112 0 R /Im116 123 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im111 118 0 R /Im109 116 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im111 118 0 R /Im143 150 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im29 36 0 R /Im171 180 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im29 36 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im22 29 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im176 185 0 R /Im315 336 0 R /Im137 144 0 R /Im117 124 0 R /Im102 109 0 R /Im316 337 0 R /Im251 268 0 R /Im259 276 0 R /Im256 273 0 R /Im257 274 0 R /Im254 271 0 R /Im317 338 0 R /Im188 197 0 R /Im181 190 0 R /Im212 221 0 R /Im120 127 0 R /Im318 339 0 R /Im181 190 0 R /Im171 180 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im318 339 0 R /Im228 239 0 R /Im107 114 0 R /Im24 31 0 R /Im115 122 0 R /Im319 340 0 R /Im320 341 0 R /Im321 342 0 R /Im322 343 0 R /Im318 339 0 R /Im323 344 0 R /Im324 345 0 R /Im251 268 0 R /Im104 111 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im141 148 0 R /Im105 112 0 R /Im24 31 0 R /Im108 115 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im110 117 0 R /Im101 108 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im221 232 0 R /Im103 110 0 R /Im101 108 0 R /Im24 31 0 R /Im21 28 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im22 29 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im325 346 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im176 185 0 R /Im202 211 0 R /Im120 127 0 R /Im213 222 0 R /Im137 144 0 R /Im326 347 0 R /Im269 288 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im202 211 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im108 115 0 R /Im29 36 0 R /Im102 109 0 R /Im107 114 0 R /Im107 114 0 R /Im117 124 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im213 222 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im29 36 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im116 123 0 R /Im29 36 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im111 118 0 R /Im24 31 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im189 198 0 R /Im181 190 0 R /Im171 180 0 R /Im120 127 0 R /Im24 31 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im109 116 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im176 185 0 R /Im327 348 0 R /Im206 215 0 R /Im137 144 0 R /Im328 349 0 R /Im329 350 0 R /Im206 215 0 R /Im207 216 0 R /Im166 175 0 R /Im111 118 0 R /Im143 150 0 R /Im101 108 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im327 348 0 R /Im206 215 0 R /Im173 182 0 R /Im174 183 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im176 185 0 R /Im189 198 0 R /Im176 185 0 R /Im187 196 0 R /Im206 215 0 R /Im137 144 0 R /Im137 144 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im29 36 0 R /Im187 196 0 R /Im206 215 0 R /Im181 190 0 R /Im213 222 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im211 220 0 R /Im141 148 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im103 110 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im109 116 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im101 108 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im29 36 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im141 148 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im108 115 0 R /Im30 37 0 R /Im26 33 0 R /Im108 115 0 R /Im111 118 0 R /Im29 36 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im113 120 0 R /Im20 27 0 R /Im30 37 0 R /Im111 118 0 R /Im29 36 0 R /Im101 108 0 R /Im268 287 0 R /Im330 351 0 R /Im331 352 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im272 291 0 R /Im98 105 0 R /Im93 100 0 R /Im99 106 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im163 172 0 R /Im161 170 0 R /Im94 101 0 R /Im99 106 0 R /Im332 353 0 R /Im333 354 0 R /Im164 173 0 R /Im98 105 0 R /Im95 102 0 R /Im100 107 0 R /Im240 253 0 R /Im94 101 0 R /Im100 107 0 R /Im99 106 0 R /Im41 48 0 R /Im42 49 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im87 94 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im308 327 0 R /Im57 64 0 R /Im39 46 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im74 81 0 R /Im36 43 0 R /Im44 51 0 R /Im220 229 0 R /Im35 42 0 R /Im334 355 0 R /Im57 64 0 R /Im38 45 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im52 59 0 R /Im72 79 0 R /Im48 55 0 R /Im37 44 0 R /Im38 45 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im276 295 0 R /Im218 227 0 R /Im57 64 0 R /Im78 85 0 R /Im78 85 0 R /Im78 85 0 R /Im57 64 0 R /Im276 295 0 R /Im335 356 0 R /Im52 59 0 R /Im71 78 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im276 295 0 R /Im37 44 0 R /Im36 43 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im39 46 0 R /Im38 45 0 R /Im44 51 0 R /Im82 89 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im80 87 0 R /Im43 50 0 R /Im57 64 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im47 54 0 R /Im35 42 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im70 77 0 R /Im35 42 0 R /Im76 83 0 R /Im35 42 0 R /Im70 77 0 R /Im336 357 0 R /Im337 358 0 R /Im54 61 0 R /Im85 92 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im87 94 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im35 42 0 R /Im57 64 0 R /Im44 51 0 R /Im71 78 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im290 309 0 R /Im277 296 0 R /Im44 51 0 R /Im36 43 0 R /Im70 77 0 R /Im44 51 0 R /Im74 81 0 R /Im35 42 0 R /Im70 77 0 R /Im50 57 0 R /Im292 311 0 R /Im71 78 0 R /Im37 44 0 R /Im70 77 0 R /Im36 43 0 R /Im35 42 0 R /Im57 64 0 R /Im52 59 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im38 45 0 R /Im73 80 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im338 359 0 R /Im87 94 0 R /Im279 298 0 R /Im277 296 0 R /Im339 360 0 R /Im289 308 0 R /Im276 295 0 R /Im292 311 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im38 45 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im44 51 0 R /Im72 79 0 R /Im35 42 0 R /Im47 54 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im307 326 0 R /Im87 94 0 R /Im279 298 0 R /Im54 61 0 R /Im292 311 0 R /Im42 49 0 R /Im45 52 0 R /Im72 79 0 R /Im82 89 0 R /Im35 42 0 R /Im38 45 0 R /Im52 59 0 R /Im71 78 0 R /Im35 42 0 R /Im70 77 0 R /Im35 42 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im39 46 0 R /Im40 47 0 R /Im35 42 0 R /Im39 46 0 R /Im74 81 0 R /Im35 42 0 R /Im47 54 0 R /Im340 361 0 R /Im87 94 0 R /Im279 298 0 R /Im54 61 0 R /Im292 311 0 R /Im39 46 0 R /Im45 52 0 R /Im38 45 0 R /Im38 45 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im305 324 0 R /Im302 321 0 R /Im65 72 0 R /Im341 362 0 R /Im87 94 0 R /Im279 298 0 R /Im342 363 0 R /Im64 71 0 R /Im302 321 0 R /Im343 364 0 R /Im344 365 0 R /Im342 363 0 R /Im301 320 0 R /Im302 321 0 R /Im340 361 0 R /Im87 94 0 R /Im279 298 0 R /Im340 361 0 R /Im345 366 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im346 367 0 R /Im284 303 0 R /Im292 311 0 R /Im45 52 0 R /Im48 55 0 R /Im47 54 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im307 326 0 R /Im87 94 0 R /Im279 298 0 R /Im307 326 0 R /Im345 366 0 R /Im334 355 0 R /Im296 315 0 R /Im305 324 0 R /Im340 361 0 R /Im290 309 0 R /Im307 326 0 R /Im338 359 0 R /Im345 366 0 R /Im336 357 0 R /Im347 368 0 R /Im307 326 0 R /Im338 359 0 R /Im282 301 0 R /Im342 363 0 R /Im344 365 0 R /Im338 359 0 R /Im284 303 0 R /Im64 71 0 R /Im295 314 0 R /Im298 317 0 R /Im310 329 0 R /Im65 72 0 R /Im298 317 0 R /Im64 71 0 R /Im311 330 0 R /Im65 72 0 R /Im310 329 0 R /Im64 71 0 R /Im65 72 0 R /Im311 330 0 R /Im298 317 0 R /Im292 311 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im290 309 0 R /Im277 296 0 R /Im44 51 0 R /Im36 43 0 R /Im70 77 0 R /Im44 51 0 R /Im74 81 0 R /Im35 42 0 R /Im70 77 0 R /Im50 57 0 R /Im298 317 0 R /Im310 329 0 R /Im301 320 0 R /Im296 315 0 R /Im305 324 0 R /Im296 315 0 R /Im305 324 0 R /Im340 361 0 R /Im348 369 0 R /Im307 326 0 R /Im338 359 0 R /Im344 365 0 R /Im336 357 0 R /Im347 368 0 R /Im307 326 0 R /Im338 359 0 R /Im282 301 0 R /Im342 363 0 R /Im344 365 0 R /Im338 359 0 R /Im284 303 0 R /Im64 71 0 R /Im295 314 0 R /Im298 317 0 R /Im310 329 0 R /Im65 72 0 R /Im298 317 0 R /Im64 71 0 R /Im311 330 0 R /Im65 72 0 R /Im310 329 0 R /Im305 324 0 R /Im66 73 0 R /Im297 316 0 R /Im63 70 0 R /Im298 317 0 R /Im292 311 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im348 369 0 R /Im277 296 0 R /Im44 51 0 R /Im36 43 0 R /Im70 77 0 R /Im44 51 0 R /Im74 81 0 R /Im35 42 0 R /Im70 77 0 R /Im50 57 0 R /Im298 317 0 R /Im310 329 0 R /Im301 320 0 R /Im296 315 0 R /Im305 324 0 R /Im298 317 0 R /Im310 329 0 R /Im301 320 0 R /Im305 324 0 R /Im302 321 0 R /Im65 72 0 R /Im65 72 0 R /Im298 317 0 R /Im64 71 0 R /Im311 330 0 R /Im65 72 0 R /Im310 329 0 R /Im45 52 0 R /Im345 366 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im335 356 0 R /Im284 303 0 R /Im290 309 0 R /Im277 296 0 R /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im349 370 0 R /Im68 75 0 R /Im60 67 0 R /Im71 78 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im39 46 0 R /Im35 42 0 R /Im47 54 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im43 50 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im40 47 0 R /Im50 57 0 R /Im48 55 0 R /Im52 59 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im44 51 0 R /Im36 43 0 R /Im289 308 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im282 301 0 R /Im308 327 0 R /Im57 64 0 R /Im276 295 0 R /Im284 303 0 R /Im290 309 0 R /Im277 296 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 335 0 R
+>>
+endobj
+335 0 obj
+<<
+/Length 908 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I¯4¹\95ݾ~Å[v/ü\14\1cbê¥Ñ\16à\8dÑ\8dÖR\e[*µd\97æ2\ 4ÿ{'3x#3Ès\92\87\8cÍ\93²ð\91A^Þyüë\ fÿþõ×\1fÜ×?~øë\ fá{\8bÓ×ô=Mö7~/ÛôåÂüígÿµ,ó÷¶l_¿ùã\ f¿øï\7fôó׿þù\87\7f\7f[\1f¿ç\ 5¯ß¿ÃZ­\8fåúð½z¸>F´Þ×ßß\8bõË÷¾¤õÛyþ};×\87r½ÿvK¹>\9dÈÍp½«Ïïªïû\aDÝâ¾](Ï殮Þ\80<À¢=@ø\ eÕ\ 3Äç\ 1vt\81]~À5\88\ fH\0°n\1a\0è\vl^z\81ãºà\ 2\e\ 2`\98Ú\18\94\ 1¸Oàûnª\ eà¾ýtÝ <ÿºýñáç\ 6ñ{zAÀW'`\10ðS¸\85\83~\9aï=\81wqð\0Ç\13\ 2\1cr\13@bÌ\ 5¼\9f%.À\88À{\95\bj\1cHdáC@D¸ÉçÇ\°:?}\80¨a\0#b\1f\17\89\88Ñ÷\13\17õ³Cß\aL\8c`à,2\ 1FÄ~ñ"\11\93õ«º~\9bÊ\v$\94òë\9a×_hØé\10xp±{4¸-\12
+¬Ïû\ 2\12Ø\10        ¸i\95\ f°¯"\13¨i <þK\98 \1f\8d\80     `I\18¦(JBü\ 4Á\ 5\15    ±.\11\1c\84@¥KÐ\vxÈEª\v°'\f\ 1Q!xBÆ\ 6B\9cnÉò\10EAÂø`\88\1a\1f¤/0C>\b^\80|\7f\81Ê\fø>f#aY%6B_pEº\f|AÌ\87Âæ4>Ä$Yxc#\9f%\19A\81]äc\14\aw(Êe\1c\8c\ f6r\8b\91ÆISf\18\ eÄIÃ\ 1¦OF\87q@Ö¦¢Û4m\8a)¤Ñ{M!e\8c,¾©S}\9c\ f\88\fÁ\r\18\19Ä \8bcr\83¨±bÆHbD\1a­®ÐÅY5j0\15ÅY£"¦ÐÅ\ 5      ãZ¡ãëáù\ 1\17(\19a~ÀÓª\rß{|a\80\ eÀu\16µ\91Ò"X¿§\ 4À\87Bglä\9d
++\93\80Úµ!ËÂ\87H\1aÒ&\92gäy\83Ç\ 6#ÚDò\8cØúÏ\9e\19\1a
+^¾\ fø\10\13%§käz\80J\940aè\96\0\ f \bÃã\rÝêÀ\ 1\9c«6  4­¾\ 1Bê[Ù\1czB`V2×Ä\ e¾_\8b\12\86Än\8f'\ e~DbjÖLv\ 1ßR'\88]5-â\r\98\1d|¬ ¢ê        ¸kbFO ûFܦ\911=\80Gd¤«\13ɵ¡@\90\91±\ f\93FÆô Â|ó     "¢ã\ eï\909'F\ epx'à\ 1d\95ÔÏè\0H%%Þ¥Ee\ 3å÷3\0M\18Îî{ó/*\94õ1¿N\12\1fsO®ñ¾þø/~Í\1eÊ+\ e¹J\16-\15\ 4\96ç\91üö"ã·\r\ 1\13\86~Ûn   C¿kÂ\90qÒ0y\95\93\12ËpÒÈ\98ápp\88\8cu\85,974\1a çwÚù\97ïeB4\10<BAç*m\80q\91àW\91\8fb>\18T>Ȩ0\84E£B
+B¨\90é>Æä\1c\91\841µÍgQ%¥o0C\95Tö1\ 6È\b;|\8ca\85T û\18W¨ÓÖ>Fê\9dXWQ\14\90'ØüÍ'Ø\96[êDØ\90R®«\13aÇJ¹,ÍþkÒ\9c:\a\ 4\ 1'*µÔ9à\90R\8b\84 s\8f »\ 4YfØ®\89\1ejdN¶Ìb\80Ò°âÅ\14\82qÒ HÝ\13\11!AMFÔG6#u@bæù\0æèm\1c\80º\17\16¨\8f\80ïcN\18±i:\ 1?+Á¡UÃA\1a5·¼\8dè\86\v\eXßá©v1_à\81K\1fq\88i4Îb\8e×\eè\89\13s<×\8fD[\9c        Ã\16\ 4xæÆ*\1d\80:hV\ 4\0\89\15[êEöq]\ eÐá«w[\8e\17]o ç~l³v\0\9eû\81Þ #÷c÷à       zr?Võ   Hà\7fZ\10\ 4å\80\937³`ð\ 2§{¤\1f\87Ì=áÀ\ 5\ 3^cDL\18z¿¡\ 3ÔÂ\90\9a\86\96»Ñ CjÝCN¨'Pùè%"¢\0\88\88\8d\0/'w\8fx\89\912_½\9fó\v\86ý³¯¾v/\1cZ¹_¦Ã½pEµ²îçï¥xÂ)Ë\92ÇÖî±\81\ fßóô¢¢
+\a\96ïX]a˾îç\e<¬Ôw\a\87\9c\0t
+\83Ç\ 6\9fæ\8d,¾ëz9w!eá=9ée}G\ 2Íéê¾l 8j\8d\95\ 1H¸ÃÒè.OÐ\11îØU\b2N\1cO\14\18âÄÓ&\ 1\90æß\98\83æ\8a\82µ:A70Gsk\ 3\9eÄ6\898L\å\16ñj£\0á\84\96\ 5w=\80¬Nø\18µ\ 3pOõ\86pPÖêÏ4¸â\0²\93+y\9a\95\ 3ð<º]}\ 2ÂË-në¶Ï¼\9c'Ò!\10è!+¿¾øÈGGëü=\93Dºð\1d÷c\83õu\83½:\ 1Ë~ð{\96Fnÿ\9cý@±`G¬\14`\ 1u2MN¢\ 3êë\9d \16é>¦i\17É\0k$Áyp~¨\92\914,\ f\ 1 §aùEBBî+v\90\95V\17\98¿§\b!\10 \16G\10ï Îæø¢Ã\86³\99äqE\84\84\88\99c­6ÌH\9aèZm°\98Ù /\ fV\171ÊËÃ\9bF5ä(]4yNqhÅò\w\94®H\1aB?'sõjT@c^»ÓX1åC;\14§º\9fuB²Dw\90Ä ¡@GÈçô\14·¨\90&#º\9bZqô\9aV\ßÀ\Åû)\rß\ e°VoÈ´Ê\18\90,èÈ)>3á\1a\8c\80f\82ͲFB@¸ f®\80Ð\Å\1a'kºz[ê@ÓÕÛm\e\9a£3\8bã\87\85Ò\88¸0Oi>Àe\ 3D\87,\91k\ 2ë; pZÇ\8d\ 3Ð<¬õu\80±\1a·\b ¨+d\ fzCß\17´rË#C\ fСQ&ãúÖ\ 5öYº\0õÓ\9a$¸®×\9d\11_\ 1\804ÊF\1eY\8b\ 6¨qì 
+
+!3sSB\1a\88¬ÄmAO¨\ef¦Ó^Ö÷ä\91-à     ;tb\1f³:qÝ@×\89OGçü\19Ò\89OGgã\r©§w^o±\91\94\a¦P!µî\97å\84à\98\7f\ 3óA=\17ÑtÚQ\1cZ\11\eè\896lA%cr\83\ 2ê\9eØW\84Ä\1d:±U\9748)/r[EYLÌ\12ç´' \96©\13©\90ZvÞkXL\8b¼<âDºN\9c\8có§N|=@­\13/oKíoÌ\89\\87\87è\ 1Ë×\e8A\1f±<ª\9cOy}\84P\81\80%d\ 6\8b\98\7Ð\132S¡\9a\11ÒPBfX!\1eË}\13¦±"j\1dßå\ 4\ 4ÔɵC\9d\f      t\96ÇtS-?ÍÛA­8:U+&\86\8d\8b÷´Òèö[ò0úxO\1eF\ f\ 5º^ê\17\90R×Qê\17\90ZÝSê\17ç{jm\8c»¨Ö\12\ f\89%Ñ´u2¶Á®\8a\13B\ 5²mH@¸ $\94ò\113\16Zèµ\85\85ô\ 4ëzï\ 4ÉÀO'\98\1f,i,ö\9a\rü´Á\88\8bÄeÅöz\80\8e< ¬Ø6/À²Ë]\96\ 6uv9õ0dqTÜ@÷±l\e\80\80D\88fa{ñ    X&Ó\ 6. ±¢§m\94\14\0\90"\97Ï$\92iCç\a(Hìc\87P¨#f\94\fl\80\83²\9bÐò\90Z\ fÀÓ\88T\fb-`¢xþ:\9fòyþ쨽\9eß¹j\ 3FCf^7i\88Bp¾        Áe\94\ 6Í<\8e÷Ø _ \ eë\17\80\¨#\93l\85ß×ý\vÛ"±aê`Ùíüñ³,æ-`\10\ eêù\13©Ê
+  î(6ë¸õ\ 2Ü:F\¸'hç!\eÓ\8b\13ÂÉ\86æ±â\84p\93\ f\85\îÙâCÔ°\83|Hï\\10r:d\v\89©\83å\8d\8d\r%?Ì\93t~Zb4\a\84B\1d%FózK\99
+\8b¨\ròÈ9Ô\ 6;"çû°*rDΣF\84Ô7±¡'ÐÕÙ\0\95\ 5̵\10F\99@\8eÚæÀw)\8aåÒ\828-"\13`\15\0\1d\91w\87T\81\8eÒ\ 4\9bHÌk¬\90>Üß\82¦ù\86ô\ 6a½y\83¨1r\8aD\111rX%F6\98±Q¥c¡¬Ð\91\1e,o
+ÝPÑu\\90: xû-t\ f\8d\ 3æsä¾\ 5\0Þ\6\7f\7f\8bC5ÏVât]ßS!´\1c¾\8d´Á\98gÁ^àz\ 3=«{}A`D\9b±
+¥b½`\15æ¼þ-¢ïË!CËj/î\ f0\88­G/¨càé\16\8fFì&\84\81\1d\18\94ü\ 2\12\ 6µz˶h\807pYµ\ 3P«.Wë¶Q\90õ\96\9d¥'¤V\9dß\11
+ëQã\10o¾@ØD.Db®\11\ 1°#j\9c+E\9b8H3ºç£\9fÝüÐ\vÇ\1a\90\8bÉ|øôl´nÀÛÛî\12\b¹gAc#Ô;·n\0\a{\8aìL%\1f\râ Ü\8dÍï³*ÈXâ\0\b\89YNÿ*Q1u\8d8DD0ØÆ\1a¸,Ò\ 5xÿ\15\0\89\97ú¨¢\10ÉH\ fá\96(\fa\15E!k¿b\0\b\83\9e\99¨\1e\809\ 6Ü-A\90RòoIÂðÆÆF,\92\94\92\0o\8f\8bP §Áñv\13\84\9b\fBâ]ÛGõQK©\87\8c\np\1c§ ~ÿssÛ\16\17¡éä\ eë\93\88èE*¤\11o\8fø ^å\18\83W%       Éz\bË-\1c\8c9\8frX\9f\8bQÓ¨)\ e@>Ö\91õ\0­Ú\9e¬\87\19j#¨Á1N\9fJÝi·ú\ 4(}ª\8c\95­O\1d\7f±\13¼_AH\9f\ 22
\fXN~\ 6âÃ@\1eÊÉ·\90ÿe}WN¾\13\ f@|\13Ëë\0\r\9d\98uw\9dÑ\r:º»nÚ\rZÝKJ\10ÊýØR÷\12q\ 3\añ\ 6Ì»°\827P´j«yÏ\ 2½¸\80\9e\8e\9b+M¯\eè]\11OçÀõ\ 2²0ðnE\0ÔKÞs.kó\ 5\13D\ 5=Ýa5\0ò¬~\ 4@@\85­æ®­\v´\9a»6Q\88\97¼Gí       (\bg\84\ 3\8aegÝYí     §Ñî¬÷8©_ENÊ\8ds\95\11\1c"±îá2¥øú}ÝõË\8c\98u\87Ý\ 6%\81\19÷"\12SÛ2§âÎ\ fT\18³-\1d\12ç\1dQ\7fË[¸®×£þ~\16ù\181Ìr\17§\16
+Ш\7f\80lH\8fy\a\8d\ fÓ¨\7fØ\10\rvDýc¸E\ 3!n÷$QxS(\87¢þs¼%\89NçB\9b\8b\11"\De\847\97ÕD\19Ï[@4ÐÑ\942lè\ 6zWÌ°\8b ä5\11\9a6Aã¥\13TÇd7s\9c\10\17èp3G\87\90°§$\ 2\91qGÀ׫V\19ëì
+\ 5\89â$Í\e\84\97(l\84Ì\99wBcļ"!ª¢\90\94ëGh\93È\85EqV©\98x7 aÜáÝx³\8b\87ìÚ¸Nà\0À®¥\1d\13N>4µ:&\10Ë:7\f\98\97Á\96\8aÎTêåsKEV*ì,\85m¹4\ 4D¥Â̹ð:À\90YãL\16,­®\94¬7ë¬\1d\80Y\15§sbÞ{\vkÌ»±\83Gì¨ÉØ·ó\rÆì*Kb[>·&å\99\ 3«z\0bV¸I\82\0w. 7ÔG&\9c\89\ 3M\0°Ä\81\ 5}_\ fÚ\ 6tÿ®Î¨\8bDÆô\ 2\96ÁÖ¼\0K\1cØ$\0ÒFl¦Ò\16\18$û8½ÈÇøà\17/\ 1`­üÔù\ 5\97\17\r¿õ²[õ¹¾\9bF\ 2Ôµ°Él\8càà.ã \ 1¡©¤\r\10ò\8a\80 =!µÌ­®éa\9e\fµ)·Á+m.B\8c\ 2·\88|¼aÙ/\9f;L7-ûAI\18üvO\12\ 6sQ¶$!¯\b\80T¨[Æñ&\ 4¢¨\8cP\1c\9e5\1c~\³`#{.ö\7f|x= 8¿õW\96¢ÖOïÆò8\88K\axX\17g\7fåP7<à'8Ú\90\15'\bò(¿°"NÜ¡\14§Á+\86E\r¥¸äÅV\1f\98\1d4©Ëõö\82\81\14k8Äù
+6ð3À£ºMöá«ÏhPl ÉÓc\ 3|\82ê
+µ^n\ 2\1dÁà!%ë\13\94\99x¶Á\ 67¨¸Ùü½b\9dlƯ \ 5ý\9e\11\9fåµÁ\e"mÒì\93ô7õÐÙò+¼z\8d?Ôõr\83­¢\85<\v-÷u,`P\17jÒtÆmË'ØZ\rj\99P\9e\ 1\f\ 2ªôÄ0HBU\82\ 1Sl\92\13|Tlø8±xÒÂÇbUîðu\88\98ä´â`Yµ×\ 3tt±±t´ë\ 1\80\89K8¢\ 5ÎZ\8fXw±É\8f8Gð\88^\9fÏj\1dV¯7èÉÆZ\11-jÚé1Ík;ßà=\8d\ 3èçeÛÿcËTéö\14Ká2\f«nû_\93¢\7f\9fNóÈ\8e\e<°âÔMBM\8aT´?@°\86ã\ 4áÅÏj<ô\15C\f\a\1e>`\0® Ô\8dg<ÚDfàªW\fOâ<SÚ\92\9aô\ 6\ 3az\83å´!±\14:¦AMX,IÄlã\1f\9e\98ì®Ù8º³$OÖK\e\fE_Ü\82\87Ñ\9d\ 5?\#%\8a;¬0\bôQ:V¼î>g\85ñd\98 \81°5@¢\0¡ÞÄdG ì\98òjþ®ë÷uwM\1e@Q\0@éqi\95.2\ 4Ù0¡uð Íá5\8c\84¦cïâ\13²\1e\97³t\ 1Þ\ 2c\ 2ëa\e\19\96\8c2ÝCboQÔA$N\ 3 4$nôÐh_\80\1c`u\83Tt\9dÿPò!½Òcݵ\e4KU®7è/Uiò\ 1\96\r£ñ!î±2$nfH³\rfm\ 3îò\82\9cP\1eB\12,\8aëüg[\9d\ eò\91\ e\9f\95,\f\89Ïʯç\rÆ\9ad\ 6Q¡àæ\85ÆJ\9bN¯A\85$\98¥ß\92\ 5­aÅÃ*\95\r+nÝ 5¬¸D\ 29¿Ø\86\15·\18\84SVíãsªÙü\10ËoVvì\9e !Èc\96\90\12DVD@¸!\9d°c\1e\92M\e\1e&äܤs\98\90£Õ?·\b\99\17¼ ­\14\1aÉ$\1fÁiz5O)Ao\bÔJÞ$S£#\16Ì\8fÁ!\89^\aóiÍ\92¹-¯X\b,\6\81BUIXÁÍr\8f\13Å\19Z&\1d))H#é)¸A\1aIO7\96e½'\8dl\ 6FK\1a5\ei4Y)±í,£e\1aK/=\13Z¦V\9d\ 1Éæ0Y45rÄ©um¾¶i,3Ï&`\14\17\90Ú\96\1fù0\11­ï\185\9cihjfé\13ë~\83\17¨0\88Nk¶\1cõÉ·¤9ñ°\98\97j\1a-T\98\9c\ 6\ 2Zj1ÍÒ\e4[t6\90\98çÃÀ'\90\89àt/´\88\80wâð\80\b:
+%<Æ\81\8e\84\18í\0|T0:@ϨàIbc|@次 \ 5@ÜE\0\10\ f\91\85ïZDÄGhh\10 8¼@\1aÒi`Ñh\88¦$½ñÑ\8f\1a1÷¯ì÷\0°AF®3¡\rJB=!hCçïéó»o\b\0úlHK\bjHRjR@.Ú3\eÒÜ´×\r:fC:Y\99 ³!=BÂ\8eÙ\90~¿ÅÆB@\ £Ö%l÷$é\99\11ÔDb\82CQÓÆ(\ eÍH\92öÔºäé\9aM>Ú\1a R\9c ®\80o\8d\\8f{l\8d\Ç%ô¦\92Çý\9a\15Õ\91ã}`q¹\81\9c\1cérveÚ \97\95¾ëÄ×\ 3èÝ\8emäúõû=%ø9§©¸\80n\15ín\18\0GÄmA\0Э¢\v\19·f\8e;K1\8f\0\0\1d\19Ö¹ü¼¸\80l\15ÙÌö\16\ 6ð\88Ý¡\8f\95\18 \87\8b\1c¼\80l\15Yoº\92\86\80UDÂ5¹Ëi¹AG\8e÷tï  #ºAGÔu\8e\80\ 6z\92äç]"BªÏ,è\0z~®i¤m.ÄZ»!&Ðá\1f´òóö\ 1Xù:Âá\ e\1f­%©7ÙÈA3ï\elßÛS¥<Ò[ã>½\ 5¼Bý\864T0y\8d\8cx\92÷$qbª\11©\8c\84f\89;(\võ¾T\1eÊB\10n"       Â\ f\952¥(§7l¤(ã¼NÓ)\8b\vÔ1C\96U\99\94Êm.\91\0dU®Õ\ 6y¤ZD
+\8d¯U*
+\83\87V\98
+\18ÔIÒuFßö¤Í0¿®àÞ\12©@~oy\82\fÄì¦-\80¸èÕ\16\eÜ@îJd#Ë\9b*\11%¤]#$>²\1c\8a\13¹¡\8c\8d</¾¯\8fD\9b 4Ðc\15Ó®2\ 2VA­é\94´þ×­H\9ctôM÷7u"\8bWµX\11\85@\98E\b\90\1aò\b\95\86<"³@k\1aþ¼ÿ\8c\84\91^p\14çù\1e
+.\93ö\804\¶hZ5ïú\8e\98HG¸ì\8d\v\8eõ§[E\1ahõ}\8fëçäôVß÷ëzÑÑýl{nJéº\7f\96¦Ì.py(^y\ 2Ù.p¦U^NÐ\11ð2It\ 5¡Þ8}ÛÁ÷;úëí\11¬ï1îwí\0ܶ\r\12\0X\12\96Ï\9d>\132\7fL¢¶¥[ \12Êù3§qÚ\80\07nwí\0¼\80zEo¨w\18´æhÃo\18\rYk³Q"²úc§Q1Ó\89\93Y2²J\183?e2.·ú\rõAÇ61¼Ø@\1ftìsZyq\ 5}(Ü®a1µÌ&È\8a\1d\88\8fè\1d{-\19s\80\8a\99       ³m¬c¯%S\16\10\90\93²\93ihX<\94Ó\1cr\ 2Rq\80\8eÞ\^;\0\8fW VÚ\13¯Ø$\1càñ
+$K:\12\88Â">\ 1\9fI\ 69aGçpDÅ]É\9c\b\84H\1f O°!$ÖYqؽÆ\8aé\13ì»J\ 5Ä®Â
+\85Þ\98iÚ¤'ä\96¥\ 3\91;`ãÆ[dL\r+\8f\1eî\88þ¥Q\r\85;bð·tâ\184u\827\ e\87\9eF\18ãM\14\8c\10\85äpG$|\fp\ 1\92\8aº,¢0&(\98ëE[(Øj\eÞdÄ\9fZ{=7xðÓ!\95Ö2!¯\e\9cΠ      8iý\90]\96'ᴾϻ\86guª\0\80d[?Mã\15\1e\0h#l"Ù\f\ eP£PÓ0\1d\ 5À.\ 3\80Õ)\ 6\r\85¸e\99©ø\81
+\9dýéò\ 6ÎppiuËe\9dµü-$´DÂþ7È\17ÈÍ\aÆ/\10\16é\ 2ͨëå\ 2H\92\90 en>0\8aÄ~FßïÉ#\84H¬x\99m\83\80\87]!
+u\8c\ 4C|°'êi^ÊÇFC\r\ 2-\93°x\83\8eÞ`Q½ÁçTÀ\ 1N\94ÉÈ\82--2âC¹\10\1aé%ߧmÝ$C\16ö\rÒ÷y¡å\86¾¯\17jz'­§F\91\8f\12\19óï\8f\9fÿ½\89K\8b\by×î\80P¸îÚÍ\ f\0/ÐÑ\1a\f] §ÐÔ<\ 3-.@ÝK³¦\8eð¶ßH\1dép/-\98\8bèî¥Õ«L\80¸\97ÖMTèØL°ìÛ(D\89Î\85¶UäB̲÷Ú\ 1x\95%Ô&ºÛ\86·p\80÷o\11%  u\rLP\92t\f\84rGC«â\ 4º\9b9úé<Á\90\9bùt\ e\ß #j\8d\f;}Ôt|Ó\bGÒÈbD¢¬§u{Tí\1a\16\1e\97¥GÔYSè(\ e.Ã*iö\8e¬"\19S÷Ð\8a¬\12]©?3²\1f"aD\14ØH±ëz]\14ØD±´~H\14\9c¾\81\87u0$
+¬kw\ 1\ 1Y\14¤"Åç\13^Ö÷\fô2\9dúz\0ÀÇp\12[r\ el5\ 4ê$6\1a·ßãy\83±¸}\1e)ÖB\ 2\1e¶ö\0  :Lss.4 È\9b\86\aD\ 4r»]ï6\91\88X\v$x\7f \aÊ\ÖÜß2Làþ\ f¼P\88(ýMAï-o0ÔÛ1\ 5­\r\ 2\1f{;òqÝQCâV\13¤ö\e\12çÀ²\82õ\90\95\7f\9eèÕFBbØ®Y)¿B 
+X\94±`CX\80\18\19ë\81\84XyG¥í>AVÞQå·HdÄÛ~C\0èáºi\94\8dY\91\9fWù(iËèÐ\ 1\80\97\95÷í\ e\88\91è![¿¨²\8cÔ¨åñ\ 3M*¢ùÐa9rÂ\1f\9a]#'¼.1;Z¤æ\84êë#z\0úßqz\96\90\87Ù¤\13¼§Á\ 1Ë\8a\áÁ\v\8f\13\84Ï)Ýów¬8\81{61ry\83í{y»BEÉó³\1f\829:çksM\10ô#0ÈSÇSZéG\18Ì\15"\1e[\86ù\ 5ÄõU)X«u\1e\ái /ÓQ\9e1_j\15\17¡¡\99Í\1d\87ü\·MN\1fC\83\9bÐ\92ßuEÜ@\9fgcÝË\ 5\12óUµ\88\80pG¶AGÔ(B\86Ü3Õh2\91\14>G\8d\187H6þ-np¦¶·¸Aíe8Ü\8d©\15ÓV¿â
\fe¿bÿ,ÃMãÁ\ eJXß
+<Ü*7ä:3\0
+\9e¬×'D'©V4\87"®H*É\f5y     D\99\80õã3\ 5 ¥\1fÓ\13<\18ªt\82ºÈ&#òÃÌ]jõvÓñp\11ñ\90^a\9d4©Ä7\88Ú\ 6LÅO¹\80\92\8aÏ:µ\9ey\f1\Ø    @dÒOÈüÖ\8f\rFümgõùå\0=y\10ðûz\1eD\1ePÖú>ÃÂ\94\1fÿÄÂèÇ°Ð\99×:ºÏXÈ\fÍäjØò\r\1a\86&I.ÎÓÇ\v\10¢\82;V¾½¡7ÐgWçÑ:\ 5\12\84ò9'¯Ø@¯ÿ\ eá\16\16û°IXT«fù        \8c\9d_×+Ù4ÓÙ0ùÙF".½=.­ãò|\13\842#`\1d\93Å7¤\1e¯\15¾¡Þ\14ʪ\8d®o ;¾ýæ%*hÍ\b»®ï\19!oÎ\82Ñ\ 3ì\b\80\14\16¿J¬ìs*Åç!a\ 53E\8egânpH\9aè\9d×Ïòí\16'jz\vºY¡y\vD2ä\a\80d¨Ç \ 3R\b:RÜê!\11í¨óxû­Þ\0\85\10qC\9cTþ]\8b\10\87ú\9cæõ|\83±\14q«Ül³2beÞT\8aÂ\ 2\ 5²~\81u½'\fÎúõ\860 Xl~ÓA\8d"l"\1dSNdá\97\16'â#¼5iDø\13Ô\bä\vDçn^À!BÖS#£w"+&)ây\84w\ 1\0Ùs\1dÃ$Ò\10\89C\87yT)µ\r\92³\0~P\9eÇ(*\14´Ðbv\9a<ç±üé\9eb\1fó\18\8daN\1a\17M1§dd\1eË\16\195-ôë\ 6(\92ÌF"å\bH\18ìãp¦\13\84±>\ eg:Ahõ"!ÝѬV#´ú \90t
+\vâ\85Ï-uxËä}\14\809\9b!\ f2)\ e ûúl\82x\v\0¼=\D\ f(pr+4p'\0\1aú\fË\ 5\88·0 å\12h\18ðy Óð\v\9e\85\ e\8d\17äu\ e\ 1½@G\9d\ 3ü¾\9ee\1f\1c\0`O»ß¨Ñ 5\rM\94\84fo1Ö\1e\ e\1d 'G}Éâü!Ö\87LC¿,à\r:\86r­â\eðþn\b\86\1dM\ eM)oQ\ 1wP8é\0\14\82\eb\ 3ºiè­âª\85Dô      v$      zæ°ä\ 1\87mFÄê\14¶[| XS¨&#eó\94Ð\vv\f\17\f^#\ 2Zh\10 .¡ûgÂv\v\85BD\8c¸+Ï?ã oô8ä3Ä5YHQhÖP\88B`YU"jÄà\9b\17`ë5YÆç¤B>Ú\91D°Ý<À.\1e\80z¨öÜKåú\ 4\1dIîV.uÝ #ÉÝAN®'¹;Ä\ 6ô\8e@Ñcu@îÓ\19C¼¥\11&ÛZ\92\85Ô»`M&\eF\ 5¯ Gd\88^\80|?7\1eo\7f\9fõfCF\99ÆH\9fá{¨\r!\9b¦ÑÛ­_\96[\96¾¨Í4³ìÝX?\9fÓ,vcý|N³Ø\röó9#×n°\9fÏ\99eïÆúù\9cYön°\9fOʲ\aO O{Því\0´¿\9fE¬ÜX?\9f³ñz\ 3\a¨F;a\1c\0T@\fK\876è0,\1dD\ 1Y\16z+·º¾\80ÞÅáì-×ÄA\92\9fl\96m\83\8ayà]\ 3\05)"\ 4@GêAÜT"b½å¼\88\83l\92\ f\84 nÚ\9bBÙÂaÞø\1c1b   \87rîBjh\96r\17¼oå.\10$²Þt\83¢Àfñ\8c\8a\ 2¿ûQQ\90URKê,@¨'©O\8bÈ\b?\ fãi"\ 1\9f\14\1cï\1dÀÉXÈ&\ 5Û\e4\9aBñîv^%d6)\18¾\81¬\94\9f\83¼Ü\86á\8c#Ѭ!\11\9f4,\8as\1aµµ\84Ì63f¶é(\b­\ 6>;\98®*\99^/tƽ\9bâ\90Ù¶H!ép\10í²BBÚ\18X½Ð <\8e\93ö\ 2¼\ 2}ÖP\80\8fù\8d\12/gÁ\92´Î\90x(ù#Z½Ï(\1f9\ 3×\83|$\ 6\r\87xØy¾ÅÊÏærmVÞè.W@\10\18§lÎï&á\0M®_ Y!\ f'<\8dëÖ\ 5ø\98Þ{¢ ®\90\8a\90\8f\8ddU\9bR:\rv\973Q2\8d5´q\16í\99>7´á#ɲF8\8dµ\ 2qKÖê§ÁV n\85\0Ô-S\9b\896\8dµ\ 2±1¿×ïwÄZÎözS£\r\ 3\1f\8a¦=\ 1½\815¥jÝàS\7f=p\83\8e    \99Σ\eèf\85é´\ 3o8¿\97°O\9f\eêð1½ë(\ edÛÖ\1a>\8fRÁÙø½I\ 5ä\ 6aWq\80d$\9b,\9b\9am\9d>\ fÚm\92\ 1ïÐ\87\90@Q\88,-Þko@É`ÙÁ\ 1\823nÝxD\1e·\16y)}\83\rÑaOä}ChÔ\93\18\8f\98yOÛnËÀi?"±-'ø\ 6ºmi~Æ&\16\92¨¥\83\10Ô\ 3ß\96@ÓM\ 5¶~U¥\11\ 2\ 4@ÅKyà\er2\ 1\87Í»°ß#\82\10E\bðÀµ\86\ 2Ô6¶\ 6wÓ2h\e\13ð¤xM§¤¶ñêT*&¶ñºHú@s¨[ã\ 24îüPɶú\ 2uÜy\ 3µ\8aÏ.
\8b\91¾!±Þ7}B\17@
+\r«]G\0ìémv\93\8d\9d\ 6\e£¦­\17µêù9\ fó
+\81£r}?
\1f\e¼zúø\ 5´¡Xqê@XÀ\13\86ú\rPuÌ¥¿Üå\ 4\ fö({h¬\8fŨa\10­\93FÃ0hZç\rVÌ×C$ÐÛÃA\85Jy\ 1\v\9d\ e\94\×õºÇxJ\1f\8eªñä­|»ÀZ1¢ú\ 4Gw\13\1fݹÁë\ 4{u\0´>µWñq\a\aØÁÌó²äù\98\82\9eÆ)\81ï\ 32,\ 1°æ\90ס\8f\15ë\ 1\ 6\95\1dç\7fX÷õùÝT=aMÆù\ 29\17´8@\85B\14\80+:@\rÀ\a»+§Æg\14Ø't\83\ 5¤ MÕ       \96øÊ\84¼ÞÀ-@'Æo`-\9b[oÀp MÚUp \ 6á!Ý\1eÜ\14\84\8a\böª\aH\1eòêÑ\e\84:        «®üÏ7\b\e\ 4a\ 5\ 2F\86©+\92B\86µ\9bñÀ¢\903`
+,\ 2f\11&\83Tç(\91A\8d\ 3\19\ 2\vâ#IÝU\91(³âQBN¹\8c"!\13,\5,ô@\1c'ñè\8c\13ÍïiPuäº\96\85!û9\17´^p1\1d
+\82Ë:m\8aý½\1aÙD©4å\98âñúþëþ¨o7f\84©ûE2k\8aõ\15\rMU\17\99CÅK^Æ5\94÷/\9bg< \9c\12w¿þøø÷I\rzþøéíÇ\83ÄÓïã\9f\1d?~wQeJ\16p ¤õ¸¼\9e>\0«¶î\81ó\ï\ 2X?\vSl\8e\1dÍAØ~}R\13áý     ý7è\814ÒÒ 8°×\1c\84   h¯VP«\94ÅyÌuô\12öÔªd¾\7fXÁù\ 3ÀÞº\ fÔ\13þ¹\89Rñ~À³EÄx\9c%ìuÀ+ó\84_N&/Þ\ fD\19\bþÌî\1eþÌ\1a÷@ø\7f¸\ 6#\82_\1d§ª-Ò\83!&ßâA¾ïìg\ 6C\90\b\ 1fU¸E\80Ƚk®E\0\0)wjÊ\89C
+\ 2Ó\aØà÷Á\ 3\ 6ì\1aÝ\ 3X_·!\v\95\16wÀ/L\b\81\ 2(NÅ\blnÅ6\ 2\97öôÁ¾­»çu½GÅ­\18\ 1Ì/Y\\0p\10_ÙbGwÏl\89\87ê\ 6\f\83\93cRÃ`ÌÂ\92\16y\87\85¥¬#\85\851\f4¿d\e\ 3k
+zzõ"ú~\ 4÷Ç,,ÄUbaµ-\9bÏÿÆ\ 2ß(@V\80©\80µ\14 \ 2ÿ\9c\82?}ÿ\15\89àúý\99\bJ>Å;"(¬\9a\b¢ßßü½ïo*\a!ø³!\15L\17\81a\87
+¸à
+9Î\9f\\9aöþï¾\14Á\9b\14ò4Ïíd ï±%Y\86Fç%\ eT«ÐS®\ 5Z\80
+½Vßçë·{ë½\93ÖÓû\8b\1c\98¾ ß´\17\9c+_J>@0-hºÈ\10 \840\ e§q\9c
+\ e£ØгÇDÜ\ 1\ f©û¼3\1ex\9a1)Æô\81\ar3&\9f?N\8dóc-ÄÚÿ]×ëZ\88å9¤õ#<Ìç\9eY×ïw¨ñ~\93¾Oá\97c\8b-øQ-2×0\14ß×á\1fÑûÕð§Z¸ÉðëzÙ       \90Ì\18\ 5þ\8c\82m\86àõþ\80\82©\1d¸¼6ø,Ä  \0sçÀ\16\0\99\12\95¦\ 4ÔßGJ\14y\80m\96\1e\80\9e?ç7\f\ eï/¤¼f\ 4Þ×\13\ 1>)AÜ\f\99$\ 2¬\19 µ\rDçß$;ø0£ \ 3\13ÌÀüý\9c(Öz\7fz\7f¯Þ\9f(A>H\f\84*\81A#`f\86\aÌÀt+0N·\18P2B\94óÓïÏ\88\81\9fÍày\ 6ø¿\81|crþÜ/°-À\88\11»d\15ê¢\0èn\98°@þ!ûA\ 3ä\9f\1d
+\ 5°ì\aµÉ\81\ 5ü%ü=Ö#ù¡óï\80ù§ìF²f\83m\ 5\0\7f?N^|?¶~\91Î\8fø׳äÁ!þ³Êôoi\19\95n´l\83yÄ?P/{ò}¯É_z\7f¿K÷¯£Hói\81Ôô\1fj\ 1^\9b0G$1\r\1d\ 6¯
\804 2µ)ß`~i0¯¬\90\19\842k\13&)u)\ eöôÃ= ñZ¿I9!G\1c*¿ \7f/Xè\88\99\ 3\ 3\ eÀâh\99\ 3%wÞH\1cÍ\1cÉ£çÏ\95ð­óÓ8Ú\9e\9d\bþ½b\ 5ÆÑü\9aâh©¥ÜöüñÓÛ\8f·8\9aýø\9dpúd\80*§§úc\1eòt==r¢\127¾ñ\8f\ 6ô©þ\9bÛ*]×#ú'a\10\9f£\98\17ì©å/5@Ãëû\9f\rPì@°<ýëúÚ\81\80r)¦\9cf\7fPïûù}=Ë\83yqO\vòz\0 À\89\ 1\97G\e\15\ f \aòf\8d|(\ 2,\88|;âPË\82\1eP(8Û\9e7J%ôÛ|PÝ«LÁk\16ÌQ\83?#\0vDòÖ]BajÃç\12ü+\ 4$?j\ 6Á\9esI
+\10\80\84¢R\ 6®9I\7f=o\10_\eìB.H\8e%M+@\ 2_\87é\19\97\9bq´É\18\9bñ6\85¾xDÉ\8f\8e\8f\88
++\0p3\14Q12Cq43\84  }\1fÜ\9f¨Ñ!\8al\98Ü?lÒýi,)f3Ø¿W\7fÏÕúZ\b\9b\19º\0\1aò»ì\b\ eæHkðq\1aÌ\12Ù(\ 5`\1eáÑ\ 2 Eà\ 5ÊQY\ f\ fË|K\ e\87EcbÜ\8eE߯íX\1eÌÓÄ\10õ£¼i\91C~\94\r2\109\1f'\ 5Ó\14=l©¢ñ¶~\ 1÷¯Ç²1\ 6tÚ±\83\f4N\10\7ft;pRáW\96'd+Â\82Ñ\8fs¼ð/Ô\0¤j¼!ðàçj<2Ãü3\1fÒY>äôÎÁ\1e²]\95\81\e,\9fe`\rÂýù7M³:N\10ß\86T\86Z\95bºh²d\8e\ræϺ(ÓDÜ~tÛ¾Â\10h"\94\8dOY\91¸\9e fã4§Á½\80\r\87Ü\94ëú\bº6l3d®ë;Ü¡\16\ f»~_Ö\86m\84Ìõþ\ 3îàÆ÷yNJ\ 4ë\15wdV\ 4-­ï
+?Ý\9d7Gt\7f]\8c\985Ó|?¢F,˹þ\93\1aAÅ@n~p]ß\91Ó\94\e\82µð\97¾\7fî0Ûz\7f\9eÓâ$øñ\9c\16ø~\1d9-èü=9-NÂ\1f\ 6ÿ4"V\81?\17ÃÚý\19ÿ³Ñ5-þÇÝÁ3z\7f9\1c\17Ý\ eî\8fÜù$\1fï"ý\90|\90\80ø\97\92\ f\92ágîà&ýáp¨©!iöû»3@H)ÊjÈz¸\93Ó\ 6\10¿7Ô\10æ\8ev¹â?\1dà\93;º%ÂSÃø\8f"\9c\92 {\81°/­ÒòRWð\ 4µ\b¡*\84GßWÒ"³\bÈ(xý~GD<Gt\v\14Ò-\89\î~=\7f\8dÂ\\84/àûzJ\95\ 5ü\0    ³\880z¿\ eWD¶\84\8bïë*PvH¶¾OñgY%üá"X{\7f\1eÑÝ%úá"<\9eï÷Y\ 5Â\96 YÂÅùuOD\1e¹S¬×Uà}C÷×#¢\93öþ|=Ä_p~ìʳBû\ 2\7fdW\9eEtûñÇDðt
+\80O"¼Î\bÈv¬\89Àí2£¾~\80¦\bÜæA\11\18\ e\11øÐ\ 5\aEàáPO\a¸%\ 2\13%}vF²Ò\f\bBi\9cî!\ 2\17°^/\ e\v¹¸íú\ 2H\84°õ³¸\9eYÁ;º¿Î\ 2óHéë÷{\92²¶óü\9f\15\ 1Ù
+¾~¿Ã\v\91«\8b\8bûë^\88<Eµu~.\ 2§Aü3\11\8cîßá\85X5üçÎd\84ÿ\1d^\88Ü-¦E?\14ÿ¶å\1eþíN|¿Ò\19j-\143üÖøN\7f¨OHYÞ~­\8d.7\0\1c¬d¡y\83\\1c}Ý`\ 1I\19q*oðô$æ¤\90´þ]\88TZ$¯n\8e\a\ f¾\1c C\88dgª_\97\96\10)Õ £ïC\9aoP\1f  Ì²ò\ 4\96Ù\11\11\bAH\10¿¡\95&4ßp¥©\1d+|\ 3Ð¥¡\f\vOOÂN5Î\a\b\1e\82Ø¿6\10\82
+\a\f}\10a8\83~3Ç\84\80#*WÂ@è\87\15»\ 6\r\19"/aP\eÚ2\f\960\88ÈG¯\r¿Ì\9f\11\99Þ`\17o\80\12Ô\9eç\98²>\96\f«·\r*f@sdÜ\94\8392îu\85¡\1c\99<\ f¹\0\81\9e#\13\8e$ãëú\8e\1c\99\1c\9d/¾¯çÈ\ 4tÿ\8e\1c\994Á÷¹Þ\ræÈä\ e\ 5:rdf\97©À\8fåÈä\ ezW\b\80È\94\ 3Tp¤)e\95ìñ¿ïT 'Ù,sFb÷9ɦiU\©@q¬\99\ 1\16\86äh\9cTä;\135³cÈ\a\80\ 4È°d±¹í\16\15\86\9cª7J\856d¢ø¾ì\18°\ 1\8a-*æ\8e\88;´ÚY}\7f\16[[\11\17ѵÚÜN·\rÿR\e\ 4Â_h\1e\97}ó&\8aç\v  wøæsÇ\9c´Á-Q<Ç\96(&7ÈÅ
\epQ\1có ügQÌ\9a>¤¶;¶ÁǦ\ f¨\ 3 =Â\93\88Ãuê\960UÞ\9c3Ù²¸l\0m\e¢Ïä\10aÚà£>ò\1dÝ\9eÑ 4²\1dÙ3ú\9c+S\9c ~F\96ìâs\ 3¸t\82\8fÉ.\14\ fÜÑ\ 5ðÙäû\13\1e°²      «û-®P\13ã^!ÒC
+=\8fðàæû\13\11\1eP};B\ 1\84Ç\15\93\12þõǧ
+\9eþý³ÿÔëÇ\91*\9fÿY\9d7OßÀT¢á70nÞz\ 3®Tm\87R\15\9a\89ÇÄ:2\9dèJ     È:"öÙ|´\1fðÑ·ì3\ 2\ 3\vu\fÃ`u\19\ f\e\99ÇÔH^7À\rj#¹n$\985c\8bv\16ìH®\7f²6Då\ 6 «ly\ 2\rà\ 4\ 1µÉ'®\16ãg\89 >¸ZØ\r\Ny¸®\a7`o`\93\1c\8b\ 3\bo`\8e\8a\1cp¸¬\ fÊ°\bÛ\0\1e \82\0=\80Ã\a\10&\15X\17\84I\82\0½@Î\1e\1f¾\80iÆ-\bR,\ eè\0\0\a\9aÆIÊßød\9c0\e?\19'ONpÝ@·ñ\ 3|\83\9eÌ¿\17\fǬ\8b¬Ý^Ö\ fX\17×ïë>÷\88î¯Ûø\ fá\7f\88#¿\8cÙø)u\ f\0P·ñÃ\1c\0\ eé6~²Oj*è¨\83Ia\8b\ 3\a\97±:\98`\91ËTÁ7T\a³M\0 zê`r;\8a\ 2\vô:\987a0T\acÎÂ+\15Êu0q\82X,×Á\9cÁûë÷õàù´¡ûw\94c{éþÌÇ\92Fè¹\8cA\9fê`¨07}È­cêÈ\19û¾l\0d!s¹§rZ°\816Îô0r#Ø ÇB4+¹8\814³æb£NóM\eõ²Á\88\8d:5r(XUúi£>6x«JGκ\86\8dz=Á\80\8d:Å϶\ 1µNrsµ\14Çúh\9d4mÔë\15FlÔÉ7mT\17ßlÔÇ\8f\9fÞ~¼Ù¨ö£ËF\1d~\ 3³Q[oдQ\1f\9e\8d\84\ 1\eµ\85\ 5M\eu\18\ 6\160è·Q/0\18°Q\vvÔo£\16\eôÛ¨×Wì·Q\13o¿c£^×\ fبÅ\ 1ºmÔëú\ 1\eµ\ 5\81\96\8dZ\1e\0<\ 1\96If£\16\e(2É\8cÌ\80n\0´k\82ÆÙÀ*ß\10p³ºãña¤:°A=w\83\e¹è    \ 6\8cÜ4^ó\96\91[lÐoä^¯Ðoä¦õw\8cÜëú~#·ø~·\91\7f¿\91\9b*\1do\19¹Å\ 5ú\8dÜ+
\e¹\ 5\12÷\e¹%\b\ 4#7\8fNÉFn:ÁGÕ²eä^a8`ä\16XÐmä\16\8fØmä\16TØmä¶Îß2r\8bïw\e¹Åý»\8dÜÖý[Fn¢\81;Fn²Uo\19¹×\r\ 6\8cÜb\83~#·¼B·\91[\9e@W©r\8eh*\18\e\ 3bnß~Ý \a\88k@\e ¡\90\ 4\ 6¹Ò¥Ü@OsÝ\10\fzÒ\³f}Ý Öêèz{\84Å\8déÅÙ¸¹®ïÑ\8bWx\0Y/vy.çu}\87^|>A\ 3\ 2\9c\94ñ\ 1ä9$ÉSb\aø\94\15ÃS*\8eäÄ´~,»qZó\ 6Óhvã\f\93Ý\18N\10\ ee7æ\9aÝ\ 2\82\1dÙ\8d\ e¼@Ov#º\7fOvãt(\85ó>\9aÝ\18\11\0\eãá丢@Ov£\aDÐÑ\87?5q;6hôáçÙ\8dGBI      C½\85ØêO\10\f\85\e#ù¨U¢ñ®Ç<¹l\e\85K'm\aòÛ\98Û8\82\r\80LG½tÓ_\97\9b/8¿¿éE¡\1e2ì*Åêø/\89\99>\81x9Á\ 2\9c¾õPÁm{\15=\14 \88\15\ 3ìÚ\ 1\103\8d9×¼\ 6á"\ 4âÍk}\14n]×ë]¼¼sç÷?·ÏÀ\96\85uÃ,Ö\ 3ã\8c°R·\9fç\1fé¥\9a"\97\86A\9fÇQ°©p\ eÀO¯\1d?YqøÜ\8d\9a\8fC\98\10üänÊ6\8e¡X/×¾&F\¿?JQ&%3s\0ßï\98Ê7#üÕ\v'm:oëþ\94~\96\1fúþ+ú>z\7frÿ<\92©u\7fJ?¹\ey\8b~ø4\88U\84\1f¡\7fó,\8cÒÿ\1e¥óÓn¶æ\99¸À¯c\9aÁ4¡õ\82*iÓ$\8cÿl\1f§ZRÿ¢ÓÞ\8fú\aÝ\8aί\17\9ez\8d~è÷sárëû´Ä"·\9f¹j\0È3ÂÖï"ÿÿܾ«E¿|\1a\84*¿\büÞøçÐûÍÛ-ú\r\98\7fêC\1d\97Y¢?þ}x~a¸y\ e\99Ê×÷ï        0l\1e\ #À°O\92\ 2Å+\9fç[\f\10\80²-im0[\bÈì ÔücË\f\96\8cX\ 3ÕmÉÔÁk\r%
+tÌtË\1d¼
++F\ f0D\9f\ 2\ 4²)\18C8o0d
\88¨øb
+þ×_ýð\8b_º/÷õ«ß=h!­ÿJ\9fÏÿçW\7fL\16\8eß\1f»Î\ fåçW¿ýú§ÿñç¯\9fþð\9b\1fÿô÷\1fÿåëßþõ\97_\7fùÛ\9f\7fû\7f\7fóão¿þ×ÿûú·ÿøù\ f?ýôõë\7fúͯÿùë\97ß_ÿñ\87\1fÿóÇ¿ýüõ_¾~ÿóÏ\7fù\97_üâ\1fÿøÇ÷Ï¿ÿÃß¿ÿôãÏ¿øµ[\97ßýí\7fþéÿüâ/\7fOë¾\7fÿó\1f\7fúç¯_ýï\1fþÛ¯\1e§ûÿÞ2qË
+endstream
+endobj
+336 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 909 0 R
+/Name /Im315
+/Width 31
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n```?\80\13W07Øüan¨ûÇÜ𯾹ù\8fýáö\1fü\8fû\1f0ÿÞßÀðÿ\1f\ 3\83ý\ f\ 6\ 6þ\a\10\fb\ 3Å@r 5 µ = ½ 3@fá³\8b\ 1è\16y\95ê½Z\0[Æ4z
+endstream
+endobj
+337 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 910 0 R
+/Name /Im316
+/Width 34
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\90ÿÀÀÀøÿ\ f\ 3\ 3ûÿÿ\f\fò?ê\e\18ì\1füo`ø\7fðÿ\ 10Áø¿\11J0ÿg\ 4\11\fÿ\e`\84\1d\ 3\90\86ø\ f2\1d\8d V/Ý\88ÿÿÿa\10JVµ;e\ 1,~_$
+endstream
+endobj
+338 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 911 0 R
+/Name /Im317
+/Width 48
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏ\0\ 4ÿq\90ì`\92\99\96\ 1 Éüÿ\a\90äÿÿ\ f\ 3\ 5\99ÿÛ0þo`þ_\ 1&?0\80È\a\fÿ\ f0ÿ?\80D6 \91\f\ 3HþÿÿÇþÿ\7fLÒÀªv§)\0°\19\8e^
+endstream
+endobj
+339 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 912 0 R
+/Name /Im318
+/Width 40
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎ1
+\ 21\10\ 5п¤ØFH»\850­`c)\bæJöêfÁÂ3Ù\8d
\ 4¦T\b\89\137ÙÅ"/Í\9f\99\ f\0F\1e¥?`3ýD\9c\b\95fæ]Q3¾ÒVúÖA¥«\83¾?\1c\b/'»-Ë2Ã2mXâÄ\92¤A\924h\a3\10\17ä\e±°?r³JDÊÄܬÐ\14\824[\14ÔÈRð]\90RÝIØöÐ~³\ae\8eþ@xz§/üa\95ò­ ]W»ómý\ 5å\ f
+endstream
+endobj
+340 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 913 0 R
+/Name /Im319
+/Width 29
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ͱ\11@0\14\87ñ¿K\91\8e\ 5\90B¥3\80\93U\8c¡Èñ60\86\ 6\81Wr§\90\b\8aß×~\0\ eÀ¼\12\89Ôg\8bô\87£\8cafÆ´\12d'Å\964YÊ`\10\94°è¼Ö×=F?      Üë\82<\8eæ\97H\1f\fÊK\85Ûü$#\13i.QÔn©n\&6\0
+endstream
+endobj
+341 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 914 0 R
+/Name /Im320
+/Width 10
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccn`?\0\82ü\r`È Ï \a\84v\f6@hÁP\ 1\84\ 5\0\b¹Dk§    \ 1\0\ 1Ô
+endstream
+endobj
+342 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 915 0 R
+/Name /Im321
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`üÿ\9f\81\1f\88í\81ø?\ 3\ 3ã\ f\ 6\ 6æ\a\f\fì\r\f\fü\f\f\fr@,\ 3Ä6@l\ 1Ä\15@\\0Å\1f\80ø\ 1\14ÿG\ 2\ fHj+ úm æ\81Ì\ 5\99\ f²\ad\1fÈ^\90ý`w\80Ü\ 3t\97\82zÕB]\0\Å*d
+endstream
+endobj
+343 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 916 0 R
+/Name /Im322
+/Width 23
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀ`ÿ\83á\87\fã\ 3\ 6\86:~\86:9\86\1a;\86\1a\e\ 6\86\1a\81\84\10Ë\a\ 6\9e
+\ 6\89
+\ 6\ 3\e\86\a\aøÿ30ÿ`\10\97®\99)\a\0\17B\18L
+endstream
+endobj
+344 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 917 0 R
+/Name /Im323
+/Width 13
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀø\81ù\a\b²\7f\0Ã\aì\ fø\1fð\1f\0\ 6 d\90g°g°\ 3Ã\1a0¬`ø\ 1\84\1f\18\ 4\18xåjç\v\ 3\0&K\15}
+endstream
+endobj
+345 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 918 0 R
+/Name /Im324
+/Width 47
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÐ½\r\80 \10\86á#\14\94\8cÀ\bV66Nfıì\1cE7ÐN\13åó;+ÿ:có$\84\v÷\ 6\11\91:*x×\1e\9a\9f4h¨ÇDKl\14\1d÷ZH@t«8D¿jC\98u>\8cjy²îïâ\83\97×\1e»ØÀ\12?k\15Û<;\13;;^mHü¯\ 5z\1e¨\85\8aªÍwÃ\88\95Û
+endstream
+endobj
+346 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 919 0 R
+/Name /Im325
+/Width 58
+/Height 74
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``àa`f\0\ 19\ 6ö\ 6\8e\81\1f\85¶aàg@¦k\18äQè
+ Nlô\ f  Èô\a     H4ã\a    Èô\ 3 N$\9aù\ 1P'2}\0¨\13\vÍ~\0h\ 2\7f0h\80Pÿ\ fÀh\988\ 3бì\a°y\976Þ&è\1eâ¼\85D7\0\ 3\ 6\89æo`F¥A:\91h\98wiím\ 3`:\ 2\ 2+¯ê\9d®\0\ fõ{\96
+endstream
+endobj
+347 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 920 0 R
+/Name /Im326
+/Width 50
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`\0\83\1f\10ê\1f\84ªo\0\ fÀ\14?D\92\19\7f\0%\ f\80\ 3H®dü\ fæ°ÿ\81H}\80H\1d ·\14\ 3D\8a\ 1"ÅPÀ@'Pÿ\1f\ 4\1aÀäÿ\ 3P
+*häR¹Å\11\0GhP½
+endstream
+endobj
+348 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 921 0 R
+/Name /Im327
+/Width 30
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ1\ e\ 2!\10\9fPL97X\1ao¡   ×² »\Ë\8e£\90XØRNAÀaQ±øê÷à\ 1×\17\1cjÿÓT]Ì \8b\1dÊBC® g\a½(q³\99Å\14.F8C\:U\17'?àËÔCí?¶6Uµ2ÑPäÄù#    \\14øx\87GÐé £7\9dÛt\88)\81úüÞ®áqy\ 3¡¼Pi
+endstream
+endobj
+349 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 922 0 R
+/Name /Im328
+/Width 45
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}α\r\80 \0DÑO(èp\ 1Ã\ 6V\16Z8\94%\85\ 5Û¸\ 6£0\ 2¥\9dB\8c\89 ñ\8aW^>(z(ìX\92\9a¹Ò`\93=kÓ\85\98\9c   \95V\ 4μã-"(\aÂ+\1e¥ï²NW*gZ\81\8dÏ¿\ 4X\85o\1ae6HWú\r¼\1dÆm\9f.\9f`Jf
+endstream
+endobj
+350 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 923 0 R
+/Name /Im329
+/Width 46
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÏ=
+\ 2A\f\ 5à·\f8\8d\95¶V\82\9d\85°\17ógnã5r\94\96[\fÆ\97D]!|\90â\85\17\8cªÚ\11\ e13pu/Hôìn\91¦Åüo\83|-m\10\98\95J\98è^\8a©\8a\9fµÐ±fwebñ\81\r\1a]Cpçîòô\v๰\ 3\f»lÍ\80¹û\14\15Ï3ø\9b\86\13\8e\87Ûóô\ 6D\91BL
+endstream
+endobj
+351 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 924 0 R
+/Name /Im330
+/Width 48
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\ 3\f@âÿ\ f\8f\81ñ\7f\ 3\101üg`°?\0\1f\80\ f \92ù\a\98ü\ 3&ÿ\81HFdò?Ñ$\92.¨i`\92ý\aÂ.\88½`7\05\81\1c÷\aL~`\0\893\f
+\12\14P`G¡\91\ 6\96µ;,\ 1\a=ln
+endstream
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 925 0 R
+/Name /Im331
+/Width 55
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cåÐ1
+Â@\14\84á\7f\11Ü&hk\11È1\f\ 4Ì\95¼@\92=\96¥GÙ#X¦\b\19g\13P<\83Åã{\f\8fW\8c$¢Vý\10\94\bhÒÆ\99\8dã\1fsr'¦2éC\rý\97\8bûzB»swm\19^\10\ e3ÁyX\88>f-­\967c¡Ñ\\88Êì)\»áq{\ 3¯¨Qy
+endstream
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 926 0 R
+/Name /Im332
+/Width 55
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨?À\0\ 4ÿÿ\13¤\98!\14ã\80QìÿÀ\94ýÿ\ 6\10õÿÿ\ 3 uðÿÿ\1f@êø\aû?@ê|\83<\88ºÏÀÿ\ f\83P\7f Ô\ f\ 6öÿ@ê\ 3
\0\eu`(Qÿÿÿoþÿÿ\1f>Êܵæ\88\1d\0Ø}Ǥ
+endstream
+endobj
+354 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 927 0 R
+/Name /Im333
+/Width 79
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\ 6f ñï?\91,\ 6û\7f\f@ðÿ\aÃÈcý\a\ 3RX\ 3ïæÁÈ"6­!Xþ.5\87#\0ÅË$·
+endstream
+endobj
+355 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 928 0 R
+/Name /Im334
+/Width 27
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE\8dÁ  Ã0\10\ 4GÜCO\15`HÀ¤\f\93ZR\82\9fy\84D¥¸\94+E%¨\0áË\1a?Ì2ìq°»¤\ 1%àiÎ\9b\95Ú!\93r3ϧ7«ÖÁâ \8bA\8a\1dB\8f_TuT\1d\ ewQüKö\9d\/
+C87\8d\1a[RWÌ1ÕLóg{ü\ 1ê¸0\80
+endstream
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 929 0 R
+/Name /Im335
+/Width 47
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg¨cøàßø¿ù?\83ááæãì\r\89ï\98Ï07$¾aüÁ|àà\ fÆ\ f\ 3\98|Àø\80ù\03\10³7\0i\14\92\9f\81½\81½\ 1\99\94c\ 1\93\fü\fr< Ò\ 6BJ@H9\ 69\ 6\99\ 2\10)ÿ\80\87\81\a¨G_¼vª\19\0«#)k
+endstream
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 930 0 R
+/Name /Im336
+/Width 23
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-Ì¡\r\800\10\0Ào*\8a{        ¢É¯\80ı
+#0\ 1ý\ 4Á6Ìð£t\ 4$\82´ôy\92Ó\a\9e\ 1åG\86Õl@¥Ï\ 6©\96¦Ö\ 2\ f4ÎÜÊ\9bK\ 5\93\15\1aí;\92H2\107\13ñJ¼\10dr\82\ 1¡èÓ\8fé\8c/rD.ü
+endstream
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 931 0 R
+/Name /Im337
+/Width 47
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+`\0\81?`ò?\98¬?\0"å?\80Hv°\ 4#=$þ!H\88\bD\16¬\12¢\8b6ÂP_CB \0LêëU­´\ 1\0ë"1»
+endstream
+endobj
+359 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 932 0 R
+/Name /Im338
+/Width 32
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÌÁ\r\ 2!\10\7fÂa\8et Æ
+,ÀHc\e \14+qéDJàÈ\81\f\ e»!zøn/\ fÔ\fX\18\8e\1d6³£Ñ\9b*\89©\10.*£[åÒDÝ\83Ú\12aZ\80©\8b\80k\a\97\1f;åíà\94Ï\ fÄôÄH\17ú$Ë{bñ\80Þ\80)ªðGT?ÑÒ4\e\ 5ãt½\87×í\vô¦DÉ
+endstream
+endobj
+360 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 933 0 R
+/Name /Im339
+/Width 29
+/Height 75
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``0```¨\0â\1f\81\81\81\11\86\1f000Ãð\ 1\ 6\ 6v\18n``à\87\16y(¶\83b\e ®\81b\12\8dÆf¬\1cùF\13r1\91F3$\0±¬wÍv5\02Í.\18
+endstream
+endobj
+361 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 934 0 R
+/Name /Im340
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEɱ  Ã0\10\ 5Ð\7f\11DMðµ.\ 4\82T)R¤t§\8c\92\11<\80°o\94\8c¢Qn\ 4\97W\18\10Ò¼æÁ\0¸
+*\9eát`ñ\1a:#\17¯\13\17ÖWlÌQ¸|N\92Ä¢       ±¼\e\82µ³  jgGÂ\8f\15tbí;\97\9d+mØÿ\f´Ñ~#s\16:#\8có\84\1cò\8cdQáÕËã¾|\9f\a7õ:0
+endstream
+endobj
+362 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 935 0 R
+/Name /Im341
+/Width 20
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ͱ\rÂ@\10DÑo]°\19\9b\10!ä£\ 4K$d¦\14\97à
+ìC\ 4dôB\a\96p!\81e±×\0£\17L4Cg\88#\15\rÞz*üO%mHÏ!sÎÜ2C.ÃÈ<2\85\15_¸ï\106ºðmR¨íGêE|V\9fÔ\82«Y.¦\ fÓgÑ\17ònãqq¼.\9fÓ\ f®\96'5
+endstream
+endobj
+363 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 936 0 R
+/Name /Im342
+/Width 25
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`g``à\aby ®g``ÿÏÀð\1f\84÷30ü°\a\8a\rV\ßÀPÿÿ\7f\ 3\fK\1aUmT\ 3\0Þ\19\e\9a
+endstream
+endobj
+364 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 937 0 R
+/Name /Im343
+/Width 63
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEͱ\rÂ0\14\84á{zHnPܦ\88°Ä\ 4\94)PLÁ \8c\90\92*y£0\8a\b\8e(pa\ 5b\87@õ5§ûÉc\86
+P\91ßb\12ªN+\7f·hº3OÞHmzz\8a\96ÖxzAËÉ:\9a¡]ÿõf\85R\11\14W9Â8?\82\ 3\8c\\86Uü]jVÖª\ 5\12\94ÿ9fµ_F´\99O\97ñjÚQ>GªJ\84Ò¾\9cRÜl8\9fs¬K\84C]Î9´E
+}\89PðºÄ&·\9c\ eÀ(,h\80\ 3ìqx\?\122Z\ 3
+endstream
+endobj
+365 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 938 0 R
+/Name /Im344
+/Width 47
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4\7f@Äÿ\7f\10²\1e,¢ÏR5Å\ 6\0\91Ý\18^
+endstream
+endobj
+366 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 939 0 R
+/Name /Im345
+/Width 51
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``H`\0\83\ f\83\93ªÿ\ f\ 2\aÀäÿ\aP
+*8(\1c\88\8bJ\0bc£\9aÕ6\0\16hEñ
+endstream
+endobj
+367 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 940 0 R
+/Name /Im346
+/Width 15
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°`¨\ 1Â
+\86\ 2\ 6\14ÀÞ \7fÀâ\81Á\83\84\ f\a\1f\80 ó\ 1\10do`oàgàgág\93ã\ 1B   \19       ¹\ 2þ\a@1åÚ\85b\0µd\13\90
+endstream
+endobj
+368 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 941 0 R
+/Name /Im347
+/Width 77
+/Height 100
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍÒ1\ e\820\14Æñ×tèX/`¸\ 2#\13x\ 1'¯à!\18\8c4ñb=J½\ 1Æ\85\81\80&å}E^7\1dd\80ßøÏ÷ Z\9e\92A-4H©^J\a)㥬\93*HªÎè\92Ñ\8fóL&ï/C¿ÎÛA%¢ðR\ 3GiÈ\8e\1cµ\87ª\89£zèÐ!êS1ªqkŨ¯\157³a­a#ÓófIïÔe³$5\92ö,³\15MX/©ÃzI\8d«3âã\16>\89\8fk\ 3tçã\9a\aô\fBzöBjvB4\93Ô\ 4]¡ôïUñs<··Ó\v\ 6>h×
+endstream
+endobj
+369 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 942 0 R
+/Name /Im348
+/Width 47
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\0\ 2\19\10ÁP\a"\18ÿ\81Hö? Rþ\ 3\88¬?\0\12þO;a\ 6°0\94\84\88@d!*\19é!ñ\ f\11\ 2\f2úzU+m\0õ\870\17
+endstream
+endobj
+370 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 943 0 R
+/Name /Im349
+/Width 35
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\rÃ0\f\ 4À\17T¨Ô\b*ÒºÉ\ 2Ñb\ 6Ì\912\ 2\b.]\18ù<c\ 4H
+]¡'øÄ8\ 1\90\86J\ 6:y`Ä<1­\13\e\9a°J£W:£\\84F\7fÙ\L\13\ 2_\1c(\17\ 6\15\7f{\89\9eÅý\10c\17Scª\12\19\96\fk\86-\8aÎr1L<P\ 3+ªã\10eGÓa¤·¤'#\99É\96èéú\7fn÷õ¹¼\ 1;gw§
+endstream
+endobj
+371 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im141 148 0 R /Im116 123 0 R /Im29 36 0 R /Im106 113 0 R /Im117 124 0 R /Im102 109 0 R /Im23 30 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im350 373 0 R /Im138 145 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im351 374 0 R /Im155 162 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im26 33 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im225 236 0 R /Im173 182 0 R /Im174 183 0 R /Im225 236 0 R /Im190 199 0 R /Im176 185 0 R /Im225 236 0 R /Im215 224 0 R /Im136 143 0 R /Im137 144 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im26 33 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im29 36 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im225 236 0 R /Im120 127 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im141 148 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im30 37 0 R /Im29 36 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im29 36 0 R /Im116 123 0 R /Im21 28 0 R /Im111 118 0 R /Im26 33 0 R /Im102 109 0 R /Im111 118 0 R /Im28 35 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im221 232 0 R /Im150 157 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im22 29 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im325 346 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im176 185 0 R /Im202 211 0 R /Im120 127 0 R /Im213 222 0 R /Im137 144 0 R /Im326 347 0 R /Im269 288 0 R /Im117 124 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im28 35 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im173 182 0 R /Im21 28 0 R /Im109 116 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im136 143 0 R /Im193 202 0 R /Im193 202 0 R /Im29 36 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im107 114 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im136 143 0 R /Im193 202 0 R /Im193 202 0 R /Im193 202 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im28 35 0 R /Im101 108 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im26 33 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im114 121 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im115 122 0 R /Im22 29 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im352 375 0 R /Im193 202 0 R /Im193 202 0 R /Im113 120 0 R /Im20 27 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im325 346 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im176 185 0 R /Im202 211 0 R /Im120 127 0 R /Im213 222 0 R /Im137 144 0 R /Im326 347 0 R /Im269 288 0 R /Im23 30 0 R /Im30 37 0 R /Im26 33 0 R /Im111 118 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im114 121 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im23 30 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im120 127 0 R /Im213 222 0 R /Im21 28 0 R /Im105 112 0 R /Im29 36 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im107 114 0 R /Im26 33 0 R /Im102 109 0 R /Im116 123 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im23 30 0 R /Im28 35 0 R /Im101 108 0 R /Im112 119 0 R /Im105 112 0 R /Im213 222 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im213 222 0 R /Im353 376 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im232 243 0 R /Im176 185 0 R /Im213 222 0 R /Im353 376 0 R /Im107 114 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im137 144 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im202 211 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im213 222 0 R /Im166 175 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im109 116 0 R /Im29 36 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im106 113 0 R /Im23 30 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im325 346 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im176 185 0 R /Im202 211 0 R /Im120 127 0 R /Im213 222 0 R /Im137 144 0 R /Im326 347 0 R /Im269 288 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im105 112 0 R /Im25 32 0 R /Im28 35 0 R /Im111 118 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im114 121 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im138 145 0 R /Im107 114 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im22 29 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im318 339 0 R /Im29 36 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im107 114 0 R /Im26 33 0 R /Im102 109 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im318 339 0 R /Im354 377 0 R /Im120 127 0 R /Im21 28 0 R /Im109 116 0 R /Im330 351 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im175 184 0 R /Im136 143 0 R /Im182 191 0 R /Im174 183 0 R /Im354 377 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im101 108 0 R /Im111 118 0 R /Im29 36 0 R /Im111 118 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im347 368 0 R /Im318 339 0 R /Im354 377 0 R /Im176 185 0 R /Im136 143 0 R /Im215 224 0 R /Im354 377 0 R /Im137 144 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im23 30 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im106 113 0 R /Im29 36 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im355 378 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im26 33 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im355 378 0 R /Im120 127 0 R /Im23 30 0 R /Im29 36 0 R /Im111 118 0 R /Im26 33 0 R /Im102 109 0 R /Im101 108 0 R /Im102 109 0 R /Im117 124 0 R /Im29 36 0 R /Im25 32 0 R /Im112 119 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im117 124 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im134 141 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im120 127 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im26 33 0 R /Im118 125 0 R /Im102 109 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im355 378 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im107 114 0 R /Im26 33 0 R /Im26 33 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im120 127 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im200 209 0 R /Im115 122 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im355 378 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im226 237 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im113 120 0 R /Im246 263 0 R /Im247 264 0 R /Im356 379 0 R /Im255 272 0 R /Im253 270 0 R /Im264 281 0 R /Im324 345 0 R /Im253 270 0 R /Im264 281 0 R /Im265 282 0 R /Im249 266 0 R /Im254 271 0 R /Im250 267 0 R /Im253 270 0 R /Im357 380 0 R /Im256 273 0 R /Im266 283 0 R /Im251 268 0 R /Im264 281 0 R /Im267 284 0 R /Im265 282 0 R /Im258 275 0 R /Im259 276 0 R /Im257 274 0 R /Im250 267 0 R /Im253 270 0 R /Im251 268 0 R /Im264 281 0 R /Im260 277 0 R /Im119 126 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im26 33 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im28 35 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im26 33 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im171 180 0 R /Im172 181 0 R /Im117 124 0 R /Im102 109 0 R /Im119 126 0 R /Im103 110 0 R /Im135 142 0 R /Im358 381 0 R /Im113 120 0 R /Im224 235 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im358 381 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im101 108 0 R /Im111 118 0 R /Im29 36 0 R /Im22 29 0 R /Im105 112 0 R /Im107 114 0 R /Im29 36 0 R /Im112 119 0 R /Im111 118 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im350 373 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im186 195 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im26 33 0 R /Im26 33 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im269 288 0 R /Im141 148 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im108 115 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im141 148 0 R /Im119 126 0 R /Im103 110 0 R /Im135 142 0 R /Im358 381 0 R /Im323 344 0 R /Im30 37 0 R /Im109 116 0 R /Im358 381 0 R /Im113 120 0 R /Im135 142 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im26 33 0 R /Im26 33 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im141 148 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im358 381 0 R /Im323 344 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im29 36 0 R /Im30 37 0 R /Im30 37 0 R /Im106 113 0 R /Im113 120 0 R /Im119 126 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im120 127 0 R /Im26 33 0 R /Im26 33 0 R /Im108 115 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im29 36 0 R /Im112 119 0 R /Im25 32 0 R /Im111 118 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im108 115 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im143 150 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im26 33 0 R /Im26 33 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im101 108 0 R /Im106 113 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im28 35 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im102 109 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im102 109 0 R /Im117 124 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im141 148 0 R /Im119 126 0 R /Im103 110 0 R /Im135 142 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im155 162 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im113 120 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 372 0 R
+>>
+endobj
+372 0 obj
+<<
+/Length 944 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K³4¹uÜ~~Å·\94\16¾,<
+@ié\90\15á\8dC
+qÉ\8dMR\12m>Dr\1c\fÿ{wuãàvUe6\12¨Í\ 4\871]\1788ïG\9e?ÿô/?þü\93ûñ·\9fþüSüZÓòcùZ\16ûgüJeùáVÿ\15²ÿ\91ÒúURùñë?üô\8bÿþ\a\1f\7füã\9f\97Ãï÷ÿúøû\18\1f¿Oî˯çß»¥\9c?\10¾J\84\aH        |À¯×ß\87Ë\ 5\9e\aÈKûýVÚï·þ\ 5Òó\8b.ÇúûðµÅï\v\ 2%H\17È_e9þ>\7f-Ïßç/\17Î\17p\8f¿u9@öð\0[BOx¹\80ÿréL\81ý\8b~\81\14t*\ 1ü¢\11 ~m\97óï/è\97\fþ¾[À\ 1\9c?_Àï\1fp¡Qð\9d\a\93L\ 1¯Q \13!ð>À\eä+   Î<ðbB\1fL\8aâ×ò}\ 3'Ý`{~\0ÑÐ_~Oß0."\13\13
+ĨQ\80\1eà¡\87n1Ñz\97\89\92×\98\88iR\9f \18^4)=@v7¹8¯\12\17¿\b\ 6.\90\vx\82pÑCô        
+\96\ 2ý\0\eâ\81ë\ 1®¦à¥Iý\ 65ér±\ 5ì Â\12U\1e8\93à%\86a)è    \82*\ 5Á©ª\14ó`ðª5ÇO\18¼(EWEöz\82\10Ð\ 1\9c\ 3\1f8\9f`y=A(_\8bÛ?P¾ÖåÛ\1a
+'x©Ò\10\83¦J)\rc\11å\18;$aEbpuH(\13®YeBò\ 6iE.\99\ 3Ö\b»D¡¹T\1d\97\88\8aAÞ$1 OPÖ{l¼!{>ÂÆ\e:\0`cf\8fãâ${Ìty\\90=Eº\1cS .I¥Àù      ê\ 1\9co<Pü7\ 5\80\179|RÀ»FÂÜ\98(¬@\9b\ 4>}Åír\85p\89,\989\89\ 1É\81bN*\r£\16Y0e\1ec\16\959ö©"t\89\ 6B«¸ª\a L\94\10\13C&"<\901\ f\b\1eAzÞ)fÈÆ+¸\ 2   ®\8c\86\ f¥üQ\172AtFÃÇ\a>\aGX\9b?¾úÒæÇ\ 3\µùõ\ 3\16\1fÇ\17\rO\1f¸\90\80Þ {é\ 6\8c\vZ\80|ø½¤Lk\84\ 3~Î"»\87:¿\92@·Èn[\11\ 5@\8a\80ýýMúû48[\10\ 55cðú}\92\ 3ô\r\bÁU\ fпï´ó»§È½ÿþõÿx÷\90æ+\a\16_\85¨¼Ç×'\16Ôc«\87-\11¥\90\900,\12      \19\vúp\8f\ 5}ÐX\90\12 F\8d\0\8cå\96\16ñë¢j\11ì\90øÕ\84Àõ\1c\92ë    öOú´¢'¼¾á\95\8d\1f\1aø\19_GÄÆùÂÆ\ f¿åô\ 1ÿ\95\9e\11~þJ{l³®_îí\ 3\92_û¼B\81\82|½Âúµb6xDÈO\9fêñ\81o\83üЯW6ð§+lOÉ\b\ fU´å×+¬oW\10"ä×\15\82\83\82t½B:\84\86¯\7fÆg\88\ê+<®ôý\ 1'\88â\8b\91\82ßÐ3\ 6 
+\84\ 6!V"\1eh\10.>\85»¸EáõÏ`W8\18D\7fy\85ô\95\16$L!"Vv\ e¸Æ$@[¡Opád¦\r\82ì\15á\94õãe\90\ 3Ì\ 4-\120(äïgäTi)óW\80\vµ¡lNBq\92\ 6È\93\1eQ\v\90\889¥a\13\9dRf\8fââ5{Ä8 b\9fHδE§½\0\r\ e½FA\1aà{ÈÁz|î§Ía%`ÐT\0\90µ\17d%\83\18\1dô\b@\9a\8aÄ÷\11YC\14ßc&\8eë]&^\8bÊÄä\ 6)I7 \ 1zÆ$\94Kw-¾\9e\88\f^Ñqe¢Ç[NÅ\96k\ 4¿\1f¨Ú¸TK\7f\8f\ f\11\97\81¬G\1eî_ûýgMΪ¿\vøýH\82¢¤{O`>eï   xt\ÅèH\81\81è\1c\1d@/à·òó#Dê\14ðIlæ \13Ëy¾=¼\9dc\81z\ 13%qù\9c\1f¡\17ðë½\vøMº\0S¤> \ e\80\8a\94E×E¤       .#zÁ\91âo,ª\1a!ñùêD! \aX\93v\0\1a\9f§ET\ 3¤ö\9a\90\1e\e(þ¦¢ª\11V}ÎÒ\ 1hñ·øFÁ\8fÅ_\1e\C&Dù\ 1\1cÖù-¼Âº£\1c_Ã:êÕ/\8bÄD4*Y \1e\90ó\8ca\81¶PvgZlßyB\1aÖº\15ÚBPð a\89\95¿{\8a\88f'°&Ô\ f\10VU\13\92âoôª""o\10\911BbD"ã\15Zs\10\99\93¿¿")ÒôÈó\ 5 \1eº¾\0-ý&Ñ\9d¡/\90£ö\ 2\94\a
+2\ 5\ 3Öp\ fîçÌq½Á¶¨<ĪßH\15\ fø¤{t¯\18#\9e\1dXï½A\6U\11`\9f,ºÚÌuÔåQÈP½øx/\7f+|Ìó\ 3P\17Ë\19¶è\11\ 5\90\1c_        ðJ\ fÀÈÌÉ)²\18 [\ f\98\10»õÑ|º\9e[ϪN1ÖªÓé\ 6rÕ)Âà\16T\9dhx¾¢Ðl@\17Å$Ê\ 1Mò@¯LÏóÆ\8c¸@\11dË/dU\ e;íé{Òþc'\10©=[¢Ú\97\99| yí\ 3L\ e\9c=Áã\ 63\9d@Îr<ÇßË\8a`OP\0
+\ 2E@^ \17é\ 5h\86¦Ô\fÍá÷\ 3\91ÍÞ\1f¯\10\80y$-Áq8\80\1eÙìù\8dëß\1f        .\17\91\ 24¸\ò¤\10ÔÐÈ\12\1cÇ\ 3höüÕ\0\0\9f\9e[\86ãx\ 1Á-_jù>¾\9aB\83\1fm
\14ð\88\a`K$«¿¯\93RðÝ_\7fýýH\8a$F\91\84\84\ 2\11\891èhä\19\8a¬q1½ArÒ\r\98"Ûë÷\9a"öЧ\r11hJ%\19\ ek¯ïé\ 1\9a¢)\8b¨ÈH\9e°\98&/s>iËp\1c)(÷\13úMãA*\ 4\eäA$\ 4\13,.8=\ 1Èñ\90ètA\14Ð[B[\7fþñ     A¦\95\1e©\81\81èÚ¯Ó¶ì\19]\a¨\88õè:\882Àó\eË=o Dd\8dõrG\88È\94\rô!µöþG\80Ö)¼²ö|ô\ 6\ 3Ñu°ªa×#$oðP\84¢&'\19\ eèR\ exõ¡@1ÐÛ\17
+bC½à\11 K¨\97=æ½\0\9fO@¦\b\8a\11V\84Ñ\ 6\95z\8a\90\16~\97,ªrÒþðæRNµ?8\95\82¤rîî)òè5EÎ\848BE
+\84\98>@H·¼¡\b\1dJ=¬\8bQshi~kÕ, o¾@\7f\7fÀ!\8e«&Ã<·"ú³4·\82\ 3\ 3)k\1cÀ{'ª\b>\82³\8e%ÃOØr#\8f\ f|zBÖÀÓR#§\ 3\bSϵ÷Á(x8À\80\109#áñ\ 6:v@qà\ 6H\v°ÔB\ 1\7f_¯Yº­f\ 6N\14\94ûðÚdÂ\91\82\ 3a¥5Ot)Èr\e¥Ý`ªÖà­æ×ã\81îìþñ\rõ¸Ö\aí\ 64ªñY{\ 3z\ 3\ fßÀr\13â\ 1xn ¢\ f Ü\0\eÞ_D."¡ý\8a\ ep5f´\ 1ÆlAG\8eyjB\93\ 2\8f^` ;\94ýM\16zS\84\19\19\11pd:Ãf¼\1eâü1*¢O¸\ 5Q\15\93'Ø´' cãV²|8¦ÃyþgL°dñ HXè\16M\bi÷Æ\9b&\9d\ 5\1fßéL}\93\e`E¨Ìþ[vÂK\ e      \rë\ 2\ 3\85ó¸ªÆ\8c5_l¢?@\ 2ëµÌjòú\86IäbJÂ\ 4}BY\93\a¨Ét,¢ +2\92YÈÈ!\1ah¡*Ð\16ëZ hZ\0Ñ/ø·Á\8c£"\8ezje\83¦T.×í©       I\ 6\aTäzd¿ \9f~ 'Þ!\9f\1e\982Ú7`ÓªÇ\ f\ 6ÖçPßû\a\96WÉ8ºWµjYߪUþJ\82t\11Âï¡õç\e>lÒÛ\94\1e\82N q\91ùC\8f\ fÌt$;ó\87\167[ôþ>Àg[Ä\8aÎß\14øÌŬè\9dÑïe5Ô\ 2Ããù\a\9aê#øý\80\8aÖËÒó§HÙÝäø@\81\81ô\867\87èH\ 29½á­ÔÒáA\1a\138í        i?±wàï\ f44Û\80Uÿ   IT\15\10\ f\8b\ eÝ+.Ì\12\13ò¦öEc\ 1\8d¸x §<¦{O°"\16\ 4O\90.\102å«Ô\92ósàú ÇÂ\0¬\1dÔc0ÅEÂ\12ë\9eé*2ò\86Ö=Ó{C*FE\15\ 66¨       A\a\19\1e\96ö[\1d\18\7f\8f\ 3ãH\8f<\83\ 2k\8a?^\0õ\ 1\92\87\19.WcvmËÏ\0Åæ5ó¾µ\13¼\8b\81L\83àêÔý\91\ 6×\81ñëÌ{y\8aæ^öµ+|\ 3\a\84«=]/'°È*#e\9cäzG+\9b\9e\94\99\8e)ÖdyéE\97ıMªKÀ\8a\96\ e©ã\81¶lëÿ\98tªZhräC½}#¼9\15Sá±Å\16Ý\v°ª¥èÔð¶î\9b\ 6©¡¢u\r\12)z-Iâ!ÚÓì 2ÔÛÒ\1d²\ 6#\13ÇÞ«^\1d¡\80×(À§¾ÝÍ'\fë¤ScuÓ»$\8c"        é\r¢z\ 3\85.\81^¹]Ã=&^Ë$\13\9f\9aÒû.       )|&52`Må\88\0#,\90³*E¬«üeÌÖG\9465±k¥×õ¡\92§
+\8fµ\97rÿýÌ\94\97«XÅÇߣ\82\v+¼¢¿?0õ\9eWð÷\a\16 \9f\ e\0l!«ü&é\ 1(\ 1ª-í\11\80\17n\v"\80\9eéõ\15`T`A\16\9f\ 6lêÝßb\ 1ï\10\vJ\rÉ\16à{\95\84¤\1d¶6\85÷x\88\83¶Gõ      X\80þ
+îÎ7Ðs4\11\9e£Yµ7äuÛMR#|è<Jj¬\17\9e\1fï?\82»_\87λOÈ[ª\83¨\87X|_T\16`uO$\ 5\ 3        \86\8a\99Þ=\0¯{:Ä\83r\92(,\1a\ fШdÁ< ÷RîѹQ`
+8 xh\vd[\14¼j\8bHÉ&,÷ÔH\bá\96\1a \ 1*R¹\rË Û{\ 4`\15\9b=9Q®,pMÐ$\0 øLÐT\97úô\81 Ì\86\18\1eÝ"Q°×ÒÝ\13"\9aÜH²;A¤°&7úRH\92\eu¶eÚ\16\86\92nê¡\r>\81¼Ã%l^³%<9¡)BVúµÂéé\0zé7.\88      \ 6b{'º#¼©\eF5zé\17\81Ò¯_US@Bó\10D\7f\86¼@íÄë½\0½@Ä<(×\9câ\8a¢\91¶ôU\8b
+(¨ß\9bG7\aê\97\91Kzå\ 1\ f\8aï;ª\8cÅöëC\9c·ïQQ§Ï+¯¯üÐ\9aË\9c\14¸:õ¿\7fà³\14\90¶ê\9a\9f9\1f\0Ä%¤x\9e*\17\1f>00±\9d\8aF\ 1\9e\1dðà\ 6\81\ 4.\0³\ 3\fT/!\12êÕ
+W«^ëã$SÕ\8a=<WÞ\80ïDCL42lêT.$\ap\9bv\0ÞW\1d5.âá9\92\ 3\1d\9bWÛ¡\0½@H÷\14\81íT\9bU\ 4>\ 6M\11ð\99qHA=ų"1Ò
+FOÀôä\1a\ 5ßýò\81¾j¤\b®RDó\ 3\96¦<1ñ@~À¤ Oîå«\93\8a'\1eгtE{B\8aYÿ0\83åJ\81+f=eâ\ré\ 1$EldÛ#\1e@Ñ5\ 3ÅÛnñ@¨Ë+\ 4\1e`3×H\f\a\12\14ozlnâ¸)²4×\vf r\13ª¸\86·\11\1a\13=A°j\ eÁúµÀ\86ÈP\97è\9cH\18Á\ 1H\86\vèxçyA\1eÉ\0®_\16­!ÝZP  _·\16°]L¡6\ 2í\1fx_ý\0r\1cä\ 3\96iì}\80ÎÜ.H\eë#\1e;*Ü\1d\9f*:d\8fG¢+'û¥,Àu\92*¡Ñ\95Ç^¡\fäcÕ÷\9e9¢ lµ\8f¨ë\17ÓÚm̪ ±\0\15\91Pße´Ï\1dß1È\11Fg\ 3sÛÉ#&\16\bx\1c[\9e\ eÎbÖ\bH\85 #)\1c        ÎÌ\18¤É\89ÏV<Os\13\9f\92ít\80ñ\95\ fÈÙÖV>O\93sÃ9µ\e\86±5qfM\8e\1fЭ\893kòøÀ\945qfMæ? \9e\80\8f\1a\eð\ eù\rñ¡^}5Ï4õf­\18n=üû\ 3°ïAúû<À^&åÐæ\96Ã=1j\ 1vG\8c8lü
+. &Y\9e\1c°:D\ 1Ù\9cúÕ^ ;rÉ\ 2d\ fH82x¼hOÀ\a\8f£Ä\ 3|ð8iOÀ\a\8f}#áÇà\88GèÐ\9aè\11ú\86\98\10ÙS¶ô<ßbb\e\îR\90\ 6guP§w\ 1Ú_ïÌ\96¤Ïýõ´rçÊ-{\1e¼Ó\149=\80\9f=\80Õ¿E)b\99>\e\>\7f@oí\8e\9a\15x(\ 4ò\ e\96Ð\14aW\91\91\1e\8auC\17\18\80}¿©ÊmçyO\rðÁå *B\8c·\1d°"¼âm÷VÊÍXóW~\0Qp\0>À2\95=\16à\93Çé\9e\8f\17(þXo:`Ü\98Zý\ÔCü\ 3å&\ 5\ 5\ 3\90T\1eÙ¢\ 1L­ »Ôle;R\84
+\80\825÷Gõ\0\f\16-K<ÀÓ\vð\ 5¤¢×\v2\1e\99¢\ 1\98 %\90A½bBA\ 5L1u
\8f\ f},Àwó\ 3ëú9?À§ß3øÀ\0*Xú>ÀTs¾\99\92Ãß\1f\89î«\14\1dþþ\0Ê­+\88\82\ 3\88ç%\ 3\ 2\f¸\94nC\a\18é\8e¯Rxd\81\11X³(\1d\80V.\97\r=\ 1Z2̦×#¸\81>`Ñbû.\ 5;±}\97\0\f0\1d¾À@w¾\ 5÷ý'<Ïn[o»{\ eÍî\1føÎï\84\15¸\948A´7ÇÛ ¦2L¶Ó­û\ 1º÷~}!\89\9c¹èò\81r\19Û­{ï-¼?j" Èl§\9a\9bÔD§è¼£      yõ\1aiBE\13ÛN7(\86º&ôP\11\r\10`C\9aðJ\0Z|^\1cÔ¤2~@«~\1f)¨ã\19¹\88. ¯\84s\90\0\ 3 b¦ÇBo\8b\ fÉ.øXe(NîJ\ f\88\aáR9ÖÝ®¹\13´5Ú\8açÇ\eèÃ\82\9eôG\82\95¼ºî\0\ 3\15\vÐ\ 3¤$JáçÑýiw u·\ fû#Ö\9c\1e\9a\1e\9a\80\1eÕ@\ 3\85ìP1¼pwO\91FèP¡¶\\12\17-Û-=dxã}=Äðµó3-\12¡?\ 6´\bßç\ 6\9c(\8f\1e\11p QÞJÿûªï©\85ñ1Üâa[×>ã\93¿\10Ç¡K+\8fY\19`xO\8dÒ\17Lðþ:rAJª\16ccë\8b¦\85ø67õ\ 6¤w!£\e(0½ß\91ýó\ 21ô´\10C,¯<\1cÃG\16 \81­Y²Ó\ 1ôejö\86Ç\ 3È9NgOxøýÈp\81ÕÛ\ e7\18X\86f\ 3¯\87\ 3\8c¤\ 6¼FAæÏí¹\85§?\17ý\9c?ç*Pð\89\84WMÌËö\ e\91\88µÖüÎ\13ÐÔ\80¹ô\1d\1e¢çwA:?_7_\83Êã\v\f¬\91ò\88\87F\1aó\11\ f\r\10°îbë\13\10\97\8d«\1eyX_mÚú\ 6\8e\17ÐËþVmÛ·j~.\95°¹{M\rñUhH\ f\ et®¤\848@Ï\8eYÛÁì\vB-\b\8be¬ï\ 1É °ÅL\vù\82(0¢\856¨Èõ'Ø6ñ       HHS7\bu-\11\ri\96\ 2Á!=>P²vðï_|       \86\r¹'\16vlÈ£\1a\1cÀ\86lmù'S¨çv¢CR C5Ǥ=!ßõ®\8a!a\81Uãa\8a\8bøPC[~éÁ9lH\9bt<^` »\94\8aæ\8dPlÈü}\829lÈRÓÜG\1a\f`C¾9TsØ\90[A\82\88°!YÝ]Ó\ 4<6÷\92OÊs\ 3ðïË+h¢Gb0Pë0P½ik\12\83èÓrL:hÐudFC"\9aµ\ 61ª<À@í O'¯ïhÁùQ\90õ$k«{wÌ      o«×ÌY·lþð-\açÖ­ê]ÝúÐYµNc[s*\ f\1fÐ\97ð´à:¸©ü\8a\80ðy×<í\e¨«+N\ 4\18Ù&\16À\aFÆÖ3z\ 1}\83K\e[?R``Sú6IÁï\9eüëï\azÐÜ\86\9e@ïAk¡ù$\ 1ZÙ¿K\0\96\1aÈè÷²%k\98x\87û£ì
+û}\11\7fϪöAã@Z±öÕ\1f:q\804Tñ¬X[\96ùø\81E\a>\b\88\87¥<÷÷Ð;Pc²%ñÖ=\14\969KbËÄzz\90\a×\9a\10ñ\99uwó\ 2\19ª!½è^\16\89\8b9d½j\88:\1dù\1d\ 2ò5å«jIÙ\a\ 3\1cS\ f²\90¾_xÁR¨\8f\9cW ëußM:6rnCóË,\r­©¿æ'N\1fÐ7Yù{bdËȺbDcËP\ 3³ã\a\ 6b˺\96ñÌ\ 5:ªÜ
+\ 5Y\9fkXE>î\8eÝw5   Ûæ\85¸H\9fønuÿ¾\1c\90µ\aÅi\ 6\95¶>\14Ä\85úÄwÀ.ÙÀÄ÷\ 2½r}âÛTѾåxl+`ý\80\13å\88\86\86\ e¹Õú²øÖ\14ßµÇ\fs?i\9a\88CÞÃ'Ð\83ó\10î\1e\0ºµ:lÁ\9bO6S4\8c\11¹å\ 3ýĶl|62\8bk\9c\8fÌ^µÿÙÀ²\vH\11\8e¬ÎÈ^ã\ 1\8e«\97n9e-½àzûæqhÕPñÜçmé´ôo\88÷îó¾y^úÏàïK¦ ^À@í\8e\1fÐkN-=à:\eï\99?àÊÚ>Ðñ\aVLÃ\871y\96<\8e\9b\r\93ìÒìñýÓ¥yÄ©\1f]\1a\1a_>\ 2ü\ 2\88¨·T/ñî\a²ú\ 1L\83½|/Ñ\80=c\e\rè=ãKò\8f'x!ëU§ä¸!sÕÓ\14Á\ 3\aTöÅtOet\92%\19NiG¶\93D\81Cë!iÖ±vmaùé\ 6W¬]\ e\8d·"u\ 4~\7fÍø?{(\92\7f\95}\8e¿\ f \a\81ìU˵vö`\82\8fµ3Ê\86ù.\e\16¯±!Eç³N\9e\13\eÉ@0­»¾Ã\ 54ʵtá~\83\99\96È\86=ß1j4Èu±  Ò\\11ÞC
+Èe\17[Ù}bC\10\1a8²Ê#\83ë!IrDç\13̵<\12\12¼)\92\99\Q°\19¡\9e\1f\ f°\8dÝá\1e\ 5¡c4@Á¼H\7f\9f\19½ Ð\ 2\1d\81µvEô\fùàº×¤\98òÀ\96Ts\88\8dÁ\1e俬IþÜD@w^«nÕuçõË\9aìØzWkòpúõ&\0¤\bôI­\88\ e\8b¨      Y{}Òl   /á«Æ\8c\fn¿iÂ)UÜúó'å(®X\90õöò¤\86\98\84\85\12Òå\ 3i
+\1cá!\f\91N\rÿÁ\8b\1f\fç´5È/\87\0í\8asJ×\86[ñjé !ñ0»Ò`ù\f\1fÀ\9b\0Jûý\8c\18Úâ÷Óß×±ëí     \96I, ¶XnéḰÙû\0\b8Ò`\8f\b(æÊ^A~A\14Ô{âü\12^¶`éà9Q`=·hoÀ;Ü#z\83\ 1\r1±>vì\v\12C}NÅ\a'I\11/\82g\95      H       Õ\ 2ìã\ 1ä9\95=¾¾%F\r\19oR\8cü\1ao\89\91_7\95\82\84\ 2i»ÉÄ9Ücâ\$&¦\14(^£\0G~\87\17Ð)¸­\1a\ 5»-îÃblUp¨F\ 6\90ç¡&Õû³m\9fÒ¬\10\ 5ó\89»BDB+¨\aG¢s\8f¤p ¶ôH
+\aÐ\ 3\9a\1eíb\8a\91\ ewk±ïèAZ¾µI\9f\8e\1a¢Á-T\83\ 3\v(\1a.ÞÑ\18ë\v*C\82O(/¨\fY4æ<? ñ\10\1fþGR8ÒIRD[F\93lÖO4©É÷ð^¡\0\85äZV\95\89X\ 5\1dz\ 3\ 3ÀvEå\ 1\12ÙyèÕËÅÃ6<ß}\ 1¶×-ÝR\ 3-6\9fðF\9e£ë\11r\80ì\ fF¢Fôòñ\9aÔ\17dÃë\8b*\85\ 4\81âÍ\9f\9aC È(2\1dH\10eäS\ f´§WXº¸Í\ 18¸êÑ\1e\7f?4{þz\82ý\ 3sýùè\0\ 3+Ïkh\7fúûò2'WG¥N¿×\a\1cª!8þ~ hh³ëÓ/X\11R»/H³3Õ\90Ä­\ 3ÁÁqñ6\8d\ 440­Ý\§7\10V\9e×ȸ\16¼N\a@3\16¤ò[\8bßÝ\eðØ^ãB¾\96îå\94\9f\ f kBCÆ\13Þ\80Ð0¬*\rÙZ77)\88V<_56äÁýrK\90\fö^\10¤ÏÑ}÷\ 3ô\ 6X\17ê\a¨©æiUà³×Þ\80\ f {ÈE:
+CA4\1c   ï½&H|\ 2\ 3\80ö\ 1Ò\1e\9aÏ\17\90Û¡öø|o\87Úß Ó\ e\8e»×´Ì\89\vôi\99à±E\11z[k\7f²ßÚ#\fvâØîøtï\15C\84º@\ f\8e\86\ 3åcâVéSøiÖ-©\14¬Ûr\ 5\83Br\14µäÑóëè\vdM\8eèß/Iüû$G²-à\ 5õà(l\90\ 3ôàhqªcM\82£E\94\ 1\1aÛÔ6\1eA
+Ilâ\909\19)^;\91\87Y|®±\0ïPw\1a\ 5y\87:R\84#\1dêy\9a\aß\17¯OØsëP\87B¬§XÖ¬êaVüN÷(\90e)b\ 3ðè\0ú¼U\8b¯Kg\82\9fV^kí;\96q\18\89×ü¹o¿\9f
+\ fë
+\92ãï\aôо\15îÉ\ 3\87\v\8c쥳\bùô\81ñ\b¹K\ 2\12àZ\84\ÜxûÁ\vÜmÑhHo°¡G¸Þ\80v`l¥½ÁÇ\ e\f\8eî\16Á\e kÊ\16Ç£7\1cX\1c_a\95¦¹Ð»¢q!\1dâ÷\90\89tt4ÿÍD\83\13g\16`£'\18\98ö±\19ô\1e\13¥\v ë\ 1ê¾å3\13\ 1kðyqû\89  ôÍ\80+|\ 2½?¿B\81t\15   í H\ 1Q@÷\88\fa®w\ 3\8e|¿HÆ\80o\8eÇÊ\HtU1ªU§®\18ñðØ!
+\f\0Ä!s¨ï¥³êy\8f\82|\ 6\1d       ÑÈ^:·J\17 Àï>\80ß\ f\ 1¿#\1eÒ\13ÞûV7E\95Óò\7fDªüª\86hh\1c\91\fA\1e\855kRÌ\81ß5)äóãÐ\9a_þ>\87w{Íj\9d|J½\95-ÔE»ÓR\1c24%zz¤hB@\9fp\13\151\8fÎ\13:ÀxtÞW\ 3$6]²äPõ¶²Mù3ÏØÔi.%ïlGÆ| 2ó²GG²\v\ 6Hd\17 \vè¸åQ|\ 1^>G¦h\ 4ù\1dE\15È\99øÜÙ>áS[v`Sý©Ï[ߧõP\vï'õP\8bî;<@¡ÍÌ#Í\93Ðfö\ 4y\12ÚÌ\92\ 3y\16Ú,}_`\8a\0     \1d@\8f\8a\Å'Üû(¦Ökº\K\ 5¹\v¨Cú\ajgûé\ 6:x\7fE·;QPîDsVpê]\80B\10l ]\0\fW\90\98 öa\9d\ f\0l!\89íë\90Ô\89\ 2ò2'ïV\91\87Hõß,Q÷\ 5>/\95ëÉ@oîüøûñ¹ó\93\10_\9d\19\86ùìã\vóyߤ1\85ùì¡\1a\e¨6ù¤±\0oK_U)&ù©´¡\ 3èÐñ\19j\ 1\19ïxG^ßçÖw=6\85ùìK@\17\18\98o)µj{`\82\11\0\87Í·\13t
\ 4ó¹\8ek\9eh0\80ù¼|_a\ eó¹v\86\9f\88xÅ|æ\9dáð\ 3\ 3±q\14å\80D\86a\93\8c\11\9f\e\87l¬w¦[Ùºg\8eiïÀÃ'-À!\ 1ð\vg
+ÔÞ\815\ 3.tA@Ô±ÁoèRé¡iRY\80´¶g³FK\ f§\92t\86CM02:_²x\ 3\16\eC\9fPî¦\v[F\17ÐÑå\f\9c­oPIlí¼h\f>\ fm÷þ>G^w\1a\ 1z\vËg¼òCݹ\13VÐÖüPT\7f\80 ãY\8e®'\ 4½\85ã=EÆ¡Õ\90S;0\9c°"E<\0ß\10Ó¼\10¾Om\9f\ f0<µ½#¸\ f"¯×À¤Nmï¤è\ 4&¤3ÚÊ-ëgì\ 1z\80ä´\ 3ô ×÷\ fL\r\e®s\93÷\86­vüû\ 3        \16\88Î\14\10¸è\b½~¢\80\f©å¬ZÓ¡\0ßj\96Àï¥}B\16\9c\ 6\8d\84´èéÐ\a\ 6Zb-8í\1d\80A\88ìu_{Ã\8f\10"¼lëÄ\e\90\9eÜ`RÐ\81ð Ør¡\96\eÖ\ e\8a
+ÚyþêÌN¯Ààø\81\ 2\1e\9fâG\18\88O\83¤\8aèf.\e\129\91@\aïÎ\ 1\bÂ\0x·õÀ\8ck\ 2\8b/Wt\0!MeuW§\1d\80\17\ 1\ 6
\88\82z\96e\ f\9aÌõ\14»Uµ\87$2±è´£\8cypªQ\90\ 2îv)À£[Õ \7f\1e[>ý^ÎõÚf°î\vÐ\ f¬áæ\13®Y´§\9d®ìI\97¨ueOS \8b$ìV~g\99\18ë!=¸Ý4E\8aôà\ e\91\19\ 6\9c\1cß·àt-½ø\9eD\ 6Ë&R\80\90\87\ 6*Ç2\ f±èÔ\8bOÀÂc¤F`~\80ÄF\ 1yµâ Õ«ò\8aÜÚ«1¤ÑaÄ\a\10âãoänä\17\ f\84\97ˤ-0änäQé\8dh\11ú3º5\8eY´Æ¼-º2a\9c\ 4¤2M\1e'\0©\ e\95Ó8\a\0±\a\97O)\88\9dÑóÞÎìã\r\ 6\1a»³H\ 1\1aßWàî\13\ 5ôÉç-h\14èíåê=\ 1])´Ôð:¦É\95Ñ\v<\80^y´à´{\ 1\16\9cÊLLÊfÞ£'ÔÃ\1a¯¾\0+\9dFI\8aié4¾`\Î\ 4\0j\844UÇ\ 4\b\10P7%ëI\86R(ûÔ~-\92\10ñ\91Ý J1¡\80UN\8fR¨gë}ÖÞ\90÷$oð\ 6ò.\18_\90\14\ftæÛtFìÀ1Ñ\fK]5»\7f \ 3\80@\9cÚå\9e\1eØcÛ[Æ,\88\8a\88o­F\a\18À$ÃzH\8f\8b|nz`ʧ5H®qSb±5²\85P\8aÈ\a"\92\11ò¶j$Fúà{°t\7f\9f\84\fò\e©Ò\91õpP\95\rìõJâ\ 1è\e\90\0c\10/\99ÒïÚïÕ¡\bë\85\8figwy\81\94\9e<\92k\13\a¥aQ¹\805V{Í ®_\19×ï·o{öý\810\0hdíh]UÂ\8aÇE\f\fHhæDA\f_ñÒ\ 6óÚÛ½}åð²\ 6ñû\ 3YP¦µzëce\82Ã\e\ 4 \89ä\ 4\1e\9e \\fZº|àUMÜç\8e\9f\re\ f\9dòÝ\88ó\b8TAØ\8f~K\10öú¯$\bt÷ø\8aØ@ª<Õ
+t\82|(o)l­É\1d\15ð\fµ¡\9e¥±Öæ\8e\ 2\83\85\95½µù©IÂ$"\913Ï8t1\95X\84½Î~À
\9bv\85.6Xø<>ÏCô\ 2Þ`À¹w%"\12 ·\84Åø\9bt\ 3Ú]½EÄEr|f°ßÂ\ 5\18´WÖ>Ð\8dÑC\ f\0\80\847\16£\9f\98HG4ò\9a Ò\bÓ#1\18èÍ\r\8b&\ 5¼\80\ry@\ f0\ 3¢à\0hvD\ 4\1cé!°A\9baUh1>R\ 3@\11m\97\9dTοÌrz­ÅÚwf~[ô\10ON\89Ï»é]\7füá9¦ú´¿ë\8fß¿ýËÃÞ?þ½þg¯\7fù7E\88êÂÚÓ\vè\8eñ¾{ûõ\81øÙ\1f ýÕå\9b\0\9dþjìTùR\9dª#\13\\9dªksòòô\92ö\ 2øë\ 3\ f\9dü-F¨pD\82\83ÅÝ£Á\8e\föl£8Ò@_\87\13Ü\82h0Ð\9cëRã\83¹æ\\1f\90$\r\94À7Q\19³0\1d*c½î\12ÞtÉX¦Æ\1a´³D\0\9a(1@\9e®GÁpÅnZ£\90TkÄf§×ieþlNÎ\vz\09_Û`ź\ e Û|\8dÜ\81\816\94R\9a5\9dkCÙD¿\9aã~#§r °Y \fëS£KRÝr\86K\164\12Òò¯K\12\ fñÑeÑ¡àÀdÈ)\1d\ 1&ó÷\²VA\9f\94âÖ >é\92µÑçY\97,NG§ßýá"\13~ÞêÕ{ÂÞV¯i
+fÙ©íô\87?Lâ½þpßÅõ"±aÝ\9d½\7f`F\15;ëÑ?\1c@CF{Í.¯èïË3
+­=¼ó{Z¾6Sv8¿î̸ºêöô\0zlÜF\9fO\1f\0m,dz»nõÚ\a\16\99¸º"òD\ 2Y\8aü\82H8\10\1a.\88\ 5`w7\ 6\ 6Ãá;Àj4´r\88\ 2#ù  3F]."$ðH
+Gz\b\82\97Þ\90^ $é\ 2´ü\eÃ-1ôQûû4ÁS·X\9cõ Þ\ 5²Þ$@ZD\ 2\9c\1a\9c'ô÷Ãz9\0\1d\100<¢#\vékVwX2c¡\8f3\12T\ f\14M\ fÐ.\8e\ 2M\81<wë7/=\ 1ÍÑm+\92!}nx\81, Ôß\8f+ÃwE>ÙÁ\80l±.D¶\13¬+D¼\83`\91(ÈwziÎ\0\8dK}A\ 4\18@e\8b\12\ 1iñÛPÙN\ 4Ôç+â:)B\86ª¶ K\88\ 2\86Â
+\ f\80Ô\10)\9e¯¦\86:°hÝÑqÿ\19M\88ò`Öx\90ç&4-Äû\17\97 BP \ 1\0ëÄêù\83\94\82¢\1eä°lH\ fÂ\82\19¾Aë>èß\80µ\ f\88>5\aMß$&àÝùè\0:\84EËMt\9f\0\8fÊ5X¶\933 Ç\ 4\ f\8a        ¢¨È8,\9aÌC¬¹\1f\0PoL\ e±\80\8eüo0µ½È\9c\1f\0F¶zz\bF¶#É\r1,£sÇ\96\1erG\ 4\ 69ÍÝr\vî3\82\ 2Ï\rxôû\81ÜB\94~Ïs\ 3\v$\80\èpö\ 4n\ e@¡å\16Ü$\80B\e\1c\80ãªÕqM×\81\94Ú.\aX^uïåáFìMPî¡*¿\13dA/\9cÛþ\8cÞ      øÂð\82\98@ÇJöQ$!\ 3&sí\ 2S\89öVùw=$\19¶0\1cIáÐÂðª\8aÝg$\18¾0|Ó\9e\90·\ e 1\18Y\18\9e\0\ 5\a\12\Éi\14¤\v¹ÒvO\93ú\9cniÒ6\1e0©IÛF±IMÚ¦\vf5©-\1c\1fWd\16Z/\80\87žê§W¿¨¶\84MÞk<H\11Ë\1dÒä\80\85h`g\vÉÜÒ\vìXr "5 \87\15­í 'E¼ï\0\1d\ foï;PnÀ\81á²Ä\ 3|\1fÙ¢\99sÊDk\91\98\88\aM
+øè|V­1\8bîÑ      \ 6\9e Ck\ e\1a\90\88\18\15Q\8cè\ 5J\11¥\80D÷¦È\96a¬^\8bîÑ\ 1¤Êÿi6À}\86Gä£÷\88    \a ¿­ó`Ü£³Î\ 3dL\ 6 ¿=4f:ä·GÆxd©\¸éÓ¶Î\81I\9f¶u\ et\9f\90d\17V'y\844´]Q\40Þ\92\90"E,Ì~\ f\8d¹.\ 2I\15\ 1B¿\f\r\91Þº\92E5Ì»\ 6^"\10¶ÏÈ\ 54®¬\1eõþû\19wÌö\95\1f\7f?\80Äd¡ýé\0\92CýL\rÔÐþD\0\19\ 2fG¥Û_à|\ 1y?¬{xôår\80\81ý°®Z²Ó\aôý°;ò\80]aªÖ`\vÙ\8e4\0µ\ 6¾\90-¡GÐ\91ýêÊó.\17Ñ\9eòÚE×ý\0\1d»v\88\8dF0Õ\\ 1'\18\80\89ê\1e\1fóßÃ'\0lL\0³}©l\æ¶èøj\v»\82Dó;µ\eùt\ 3=¿\13\83¨ÊH~§\96ìºbDó;+<\80\9eß©AÁù\0z~'EÄ\83z~§âiu\9f\90g7 5\1a\0OX\91"Òó;\ 5K±>ÛRÐ\13\f̶T\@Á\1c\12\10\96\8a\16}\12C\1d\84%,~Ú\9e¾z\1fT
+\10T;\87(\80<J\0³\85pgs*#ÿï­\ f\92"£Ù      \8f\98\10ö\ 1\92'\bNz\82Þºöi1\f\11Ú\12\1dü ®ª*ÿ<\971k\fm.cÜ©³ô\88ì\95²¹\f¤Ê\avÚeäÓény\80\8aP\ fÍCÝ\ 34a\8c+\ f\17Í\96Q\ 2\85\1e\ 1h\8eqC,<\0\16\95éÀ$.Z`B\93\vÄ£Ô7ºAM8\10ÛºMâ!:rïã´Gú\ 2n\80B¬o[÷((PZ/jãA@\ f(bÈ<  \10ÕÐ\92%gf\1dR\e\vÑd\88£þ«\7f\9fM\85Ü\15¡4ï\8b¼@'fÍ\80eW\16M\vR
+däP\ 3
+°äÀ\ eì(%\a®[¦krÀ,i9à^,\92K\1cjëÆ\93\ 6\87\ f\f ¼¶\ 4MIs\b¯-CSæд\fÙñD\ 2©\eù\85\fYÐïåõ\1f-?S:\88l\94\0f\v;\ 4 ¸\17f\vK\17Ï\8c5\7f|óÀ\94\1cì{\a\8c\v§æÃü²\81\ f ¨\80eW"ú½\8e\vè¶{$ô\15RM !\9bëp\12\13ÐüN\9d\v9q±\9e\1f
+P
+ôìL\84R(ïÎ0Ô\88ãýõ²¹!K\9e\1e\0AS~^ª×}Az\83\eP\19¨¨\ f}\19 /\0õÐÀ\v\94$\9d\9fþ~C\1c¬×¬ý\86î?²ÉkQ\rɲ\9c        ø\82\9c\80\ fxMsÓÌ\0ÔB\ 3Ói{nB³\ 4d\9b\9a¿i\8bmÛý¬)²¹\8c®\1eåÀ\8e\8bFB\9eÛX%kNo\10\91\1e\94p\9eë\ 1\9a"êÀ\9bòÜ\82\17å\90ÜÀ¼âY[¶'\17DMøyëAO\13õ¶\1eô\ 5\99Åö^Ó$T\8e¬^5+GqAo¨ïm\88\vÒÅ\ 3K\ 3,ËÚ×Dgcd°\8cé\89i¸?E|3Fráy\1f    Q¼r>\98¡ñ\0\8d\rß4ÙTv"xQ\8f\90ìD\85¸í{¤ä\ 5#ÒÄ\ 3\b·¶u¡w\ 1\9eÝÐ\1cB\8e9\ 1\19\9d©\88\88\82\16"ÃIV.+] j\ 6:¡:Dl.\ 3\a\86úbˬi\ 1Úû`Í\1fy\9dzBg¦,÷pOp­Æ¶F\1c\7f\aÌæBö\ fÌu\9fÔjYîâ\96°î\8fÊ\84¹\v\1fDP7,¹\90{À%\fQ2\81\eèK¤\9c\15\1cs\ fx\85¬D¬{ÈN, Ã\1fùÅI,DÃâ%J\1c\ 6\16Dÿ\11¸\81:¡Ø;\0\9dö¯ÝØg\19\90@àöP×\99!y\18´7
+Fйqf¡×ÿãâ\v\8aïü\ 1        ·ä©\ 6\1e¡ý\8e¤·\7fà=.\ 2½¸g@Æ\9a¤L\ e]\ 1õ\ f­'\1aÔ\ e¦Tà\a\0\19gÛr\84ð\ 4é"G\bsáÕF\86N\10\92\¡bËÎ_¡dõ
+WQ|2ÒVOàË\9b=ô   ô@\91µ\8e\96å;1\12\9d\96\90\ 6@\9b\9d\91¶k÷Cm\b>\7f\0\80\18áWð\1es"x\85\88¯`\11ö\91\ fV©³ÿ5¤µÀ\13\0a:¯\aµ1³íå\99\1f¤Ñ'©tû\ 2xÅÂ\ 4P|0'\1a@«À\89WÔûw\b\96ó\a.Dd¬ìëî\82.+Ó+dÌ\89\ 2D«} @N\ 4Èÿg($kE\82D¼2\12\95\85\82O ËÂ\86O X¦z\ 5KØÍ2RXà+\\19  y7¶É\ 5}\0d\8d¯D|Z¦j\wD\99wë,÷ô¹\8a\7f\ fÂÕ(ëx\80\81âÕêÑïõµfµAÿD\0=Ýåª,ïÜô1ÝE\87Ïó\ 2(\b\13÷¬~\98Ñ\13èÍÉ5oÞ'!¡@\85\ 1éR\80¯\1dßÐ\ 1¤\ 6ñWùî\15¤\9c(x\rR(,ÛâÛ\aÞ\98à
+ËFk'u[p÷\ 4|øÛk\1fà\8bËÓ-9°áñi90Ç@à\ 2\f¡©¢©\12f\90\96»Ep\0         ±Z¤ÕH\10?gMy\ 5\r©\82\81
+RZÑ\rô\9dJ6¾Ýã"ÊÆÙÝdã\8cÔñH\83t\91\e¤\83ÆD½ñí\9e2¦ñú\86\94ù\b²Yõ)zbÄÇ¿3z\ 1½1Ò!\1eFm\81äü\ eñðÈn·\9b,\18\9a"\9b\84,÷è\ 5\aÊW\ 1y4#å«(Ú\12\8e:\ fm\89^¾Z\9d$\ 3½îä®\1a£\aHqò\06ü½©\14$<\0\11Øwè\90 Q\e\86\8c\86H¨§M\rYíô{yR&l"\ 5{°ñ})ÄzÔ
+\88]=Ê»\83U&f íð\ 5ôâ\8bG<<P|ñÈ\94\ f`\15ï\ 5<É)f\1e¡Uð&â\ 2Û»¾J¦\84\96`W\18ØÈBdÈl³¦h\1fÞ¾'\ 4é\9e\ 2Þ4\ feDÀ\81!\83}|[Òä44\f\95\ 5\1e1æç\9e.R>ªí4Ï}>COh¿_ÁïG
+hë\v\ 3âü\ 1½\80Vk\88Ç\ fè\v*\9dñÀñ\0#Ðn\1e|@W\84®À'\90\15aK/t\bÀÛ\937ÀBpr\994x×\r({lР     ëØÞ÷\80(¨wf.\9bÆC½\1a^ï       9ê|FR0\10\19{û@\98\9bÚô\ 1\ e+\162Ò#\ 3Èp*\13\93ÒQ\8c\88      ¯\9d\0´=¹¶\a\9f. o-·<éóì ñ\90éïä\1a\13v\R\96ÜÐä\98\82®gH\ 1Ù\9aû\8c\98x\0\80 $ñ\ 5È߯»1û¦\88Ü\7fC,¤\83¶û¦Æü½µó}-B\ 2[ó¨O\1c$å(_©\ 5dÊ®J\80¢\92y?k     \f\97m¹gKC\807\90G}BTe\80¡¶\97I\194Ôö *\ 1ÒXj\19ξ-eÍÁ\88\82\ 3Àpµ\11¢ëÐÑôP\86\1eé@sqÑ\8c9ßÙ\8eÄh ?%úST\8c\89?50y,úÔt1åöBî?\eSy\81È\ e\fg'xû\80¾@$¾©²\19[\16\1d´%òV¿=9 F\15\ 4\17t\0}«_\b\93R`ÝÁIã\ 1¦Hbs¨&\9dr\e\1eî;å,¹\0õ\80¬     ãºÝÓ\84¶q~V\13Æ\8c\81,kÌH\91 Î@\fDb³¿'
+\\81HhåÜ\92\ 3\8f\bu®rnÍ\v\87\ f\f\9aSþøýL\8f¿õ\17÷þ>\8dL\8d\87\1eF­3¦A.\90â½\vÔ\91¿>\ 1Iz¥\82¤\9e^PçÁÖûÐ¥ iÿ0cz ÀÈèpyaÑ\9co ãëUàùî\ax\87rAo¨Ã\82-\1a\13Ò¢³»ù\86ÖÔ8~\0\e=v*\ 5Idj©òÃ\at¯Ø\90ÝÎL¤\87¦\15®ùD\ 1=4\8d\19±\80\8cõ\18àa\92\1dY3:¿¾\9719é\ 18l}Ò¤\986\0U\90ËÓ\aôZ\87ozh\99«u\18îü\89\84²;bÝ\90=MÎWÊi,H\85\9a\10r\5¤\89\aÂ\1aËNLò\90­¤\9b°\ 4Ö¸\105=È\e\a\10\v \e°ô\ 6Ò£\ 3%ÏÖy0é\ eµìF\87\aó%®³ÙçµQ0\7fç(3\10ã3\ f½\ 4Û`Õv)|{Ã,¯ã2X³³G)¯¸\rÍ!Z&W\9aÕ9\8b\9e\1c²\86ÞP¾UñÇ\86Þ«S\9d\9f~z\8bÎOr\0\10yÎÆ ?\ 1uöÑß}Zæô\8a\ 1\8cY\Ùàù\817Aúþ@¸ö¦SP¡\87 \95«(#P¡3\rj~ "k\9d\18\19õ"\92ØìM\12f\8av\11:\ 4\ 3@
+1ÎúTVú\86\aÐÓd\ 6\ÞWç¤ôü&\89\1fÕ1墷Ðâ#\17Ѻ¥µÆ§eÊ©qu\eÑñ÷z\8eÈY\86#-\9dجÓYßý=\vN=8ÿ@lgNáá÷\ 3)\1eg^á#Ê\9dÊ\90´Òwç\ 5hphí\ f\a
+\ et\14»\fI\80ĸ\13]\9e\93 "\97÷\99\90áR-·\84 \ 5\97\93\97M{\ 2¾q}m\14\9cóì+$Í\ e>=çÙW \87\13       uÏ> .\1cðì±\1eÓ=û¸h<Hkï\15æñt\ 1½§;Þ\13cÛ¸Þå!\9aáP5\19Å\8eO¯    ä\93&»f:é\e&t\82\81Ù\88\8c\9e`d6ÂÜÒ\9e&ãÕoô\81\91ê7d"`Í\88"Û \ 5õeD\8bÓx\80\16\9f\89&\93\17(\ 4w\8f\82Ák\14¤Àã\16^\1e/pmaáÕó¤ñ\10\87¶ò\92"áÕsÕ£"ññ\9bG5Ó \17êÜð8\ fÖÒñ\9a5MÌ\eë\91)\18Á\85²ù \9eKÖÃí\9e&aÝYÞ#!/\9eC\16Ð\17ë\15M\11Óé\9a\r²°\9e%Û´ó#ú\85çï¡\10G}ß·\8d\17Mz\13q\11y\98\ 6\96n¹åMØÆõYo":\14V\8dôD×í\92\827ÁÒ\eµnzRÄBzã\95â\89o\1eáÇ\14\ fOO\88\9a\9c#oÏÆ\96\86\8d%ÇE\84\8d\13\8ck$9~¥7V\89\v9r7\fÎu|½·Ðt¦£w_\99\ 5[íýa\13G\v¯OØíP{\9a\1f¿\7fgbY\119\9bÖ=\1eàò\82´-Üj^Ç\ 3\f´\85Wxµ½øöÑ\16ò¥í\ 1\9c\81\96Þè<\ 1Çý\86\7f__JVñz\8f\7f\7f`)\99«\10 Ý\ f\80\8cn #þ:³Æ\87\ 3è\98ËnËà÷pÇ*KoDÈ\84ú>&ç¥7äcÿ«v\0ÖJçý·\18~l¥ã\9dùH\ euô        o\9dh\ f\9bô1?C\ 1ÊB5§'M\ 4¸è\1cÝ[õý\9b\8dß3Ízt_\ 1\89\8cÞà\11WH7H\97À¨>⺡G\f\12\vÐ(I\82H[@2\12D¤ÊÎP>å       ­³§'Öðb\82·²[ÑGt
+<\800¢cé\8d\v­~î\9a=ìx4$C³!&\1aÁÞ^\82ô\ 6<C\ 2\ f ï@\b\15\1dít\0aBÅæ\v \13ÊPB\ 6>Þ×Dl/\1a"àÈt\80õ!u}*\96`\81öT)7X\82\ 3½ÀÈà}Ô¼B¾×\f>\81\9e^XU\1ef\19\1a\ 3\19\9aä5)¦<\98\90=\1eè\82±¸¢ãÑÐ.\18è\13J0@\96 q\92\1c\10\v\81\9d%x6Í\1d \14Ü¢DAª\85¶í\96\16\8aˬWn \96¤\1a\122\1aà \f^l9\v¬"q)\81\1adÈ   (®\18@N°\82\ 5é\ 5\ 2\81È°Í&ô"C:\9bð¦\ 6g\ 6\86÷Ù\ 4\89\ax~F³D4Ç\95äÈ\8eägl8aR\8dÄ\fõ¨\1c\9bÇ\DCÔi\1eyðÒ­æ\91Ãï\aZ\17\8c\ 5\1f¿\9fª\9b»ºìùô\ 1½nÞ\80\15C\9c«\9b7`Å#        udI\8bI\ e7ÐëæÎXðø÷åL·«[D\8e¿\1fð\ 5\ÞÐ\ 5d_ Í6ÌòPA\ 4\1cÈt;ë)>Q@\aÏ0\14¡\1e i\jÆôHB\19>Ä[L3É\ 3ûl\84x\ 16\9a\80\84\7fÇkz\88þ>@!\18Àm\88·\84ØÇå\96\10ï&øÖ\ 3®~^\88\15\ 5]@\87îHH\88QLÈ:GÒ$\ 1,3ãîÉ°WÕàÃ\\ܱWj\ 6R    \10ÅËë\ 4åaÒ\9c\7f\ 2\87¯Ë·)ÓQ-·\e\82^\80¦HÞ°é7d       \ 66l6PÇ\ e\17ñÙ\ 6Q\93Ó¸Ö©¶\8cÄ¥Þi¶\88Æ¥X\91Ér\10\ 2²\ 4\11\ 4\86ê\98î\99\92\96\eé\9a\12\86ýP\90Gx\9drãÉ\91¨Ý\80\86Ö    êR\1d\141#.Ö\8b¾\rÕq\96\89\v2f\ 3Õ\1eÛ\v7\7f\0\91Ý~\96\1cé;õ$4^L
+ÖÉ©w¨É\ 6¦Þïj²\ 6ÝÐy\ 3\1a\9b;ѧåkã¡O«7Àøt+,hé\95Ù° a?ô\9e\806À<\9cÂr=\81^ïjý+Ç\ fèõ®¸jq\ 5ß\r§\99C\9e_\99öÊì\ 37ÍYÌ÷ÌÙ\8e\f\9cµ\ 6\14?\ae䬭Ýw¡\8cH\ 3\89µ¥û#~\86\8ctíÖú\88\87\ fè9.·~\1f\97°¡G\1c\7f¯O·$t~iÇæ)Ãr$\80\9e\1a\vð\ 4Ç\ 2\b0\92$++â¡\81$Y]\19í}\a\93\8d&É6Ä\84\ 3ñµM]\1fy@\8f¯\rI©ÃÃ<Aò-\85\95\8b"\13\93\ 4\8b\81OLò\90·¡í\1e\ fÑ\0Û\17$E\ 3;\eÞ\14áT\vPÈÚ\røÞ\8c é\ 1\9a$²¾ú.\13\89\11\9acYáß×\11P\12$\80^íðX\11\ e$iD\1e궿t^\80²@A\14\84só$G³\85W\8eÆçÏ9\1a6÷ÞÚ_\8e\<0÷¾$ô\ 1}î=¸ð\9a{\7f|`jî=øo6î̽\9fÙ(</µã7¼>ðx\8dfM\82Þ\ f\19\ 2\81\14A\f\9aOEI\107\95\ 4\ 4\1apͯÐàÄ\ 6ú+&ñ\15y\92\0ZTyqAÈQs+ù\88Í&i3\9e$\bª=`»'¼¤Íx\8eÀ(8\8b\8c· §h$G\0\1dÛ\91\1c\81f\92y\8e Üó\8a"ôJFr\ 4÷<k[>ßå!\8a\røpjÊ\95\aô\89Ù\18ï\ 5W1Î\aW¯ßÃàJ\1fPYUÇ\9a4Ñ$-¶â»+Ö\9b,\98Ê-=\18ßôè\94\1e´åñ}¯®ÓÂáæ@ÍZ\v\87\9b\ 3¤j-\1cn\12Ô¬µp¸IP³ÖÂá&AÍZ\v\87\9b\ 35k-\1cn\ eÔ¬%\18Ü\1c¨Ykáp\93 f­\85ÃÍ\81\9aµ\16\8eY\1e*\88\803-\1c®\vîØ\ 1\10éJ\11K0Dé   »\0"=
+ðÝ\17H\8c\aºº\eþ\87\eEU3tÉ\80Äx`ñBHÓLô
\11\13¢à\90íÛÎ7\9f`\85L¨¬\1f±Ý\15^{C\ 6ë¶ão\98&\9c\82uó6+×ec\16`#c40Ýá7ø\88òäÿ¾Áéõû.Ô0©þ.NÓ¥t+á²"]*Ôl^)\86}1å3ÅðpÎ?¦\18\98=\rnÕì)Gàp\929£=\b\1e2\81Þ\8b³\ f\98HoÀ» \10\e\ fuA@\8f\945\88È®E'O°.â\13°\ 1\11h\8e\84~8\ep)\12\13óù\10¤K\a:\02ºÿ\0¬^(ßö|.Ie@@{\1dýS\92\8a¯\8f@O0"\ 5[Q5Q\a\ 3c\92   [\ fð\1e°ô\80¨J»ù\89I.j\18\18}\8bNVCZ\ fC?² O\10Ô' $\fù&  £FBz\80(2a\17¡³/\ 6\84\v\93¦
+ùþ\89\95ì÷Z|Ì;\b¢FAÚFbû'\\17&\16×\1cZ\86`9\ 2±\b\9d©5>¶\9eÀe\ e\1a°A|.\9f\ 1­x\a\80G¿\97õ@K\10,]X9\92a¨<¸ï0èì$#ñiÚÚ\13L9$\r\ 4\ 1©°\14C\ 1\aÐm\81+AzB¾]3£¿/;$­\ 3áø÷/2À\12µ{\ 3By¾à,´á\12$\ 2Ò\ 6û\ 5Ê\80Þ ï \ 1\84Å\8a\86 Q\0\ 3\81<%­ß{È\ 1\ 3\r\ 4I\13\81.\ 2Çð\ 1j\ fG¨íñK\17\96\8eĦ\96 èÊ k@p\88\ 2z#Ò¾ÿB\13"\92ayÓ\83SM$       ½À\bÊ­eë\8f\1f\18Ù_á4EL\93D\19¾áÀþ
+h\8aôF¤²\8a\83¿Ñcb>ã\11E[JxÈ°\84&y(,\88\80#û+\16\ 6ºXöüÈ\1dSØÒ#]SÈà3¢¤F(Bk@\8ax\ 4¡\15ê¡\ 1\ 2Ä$Ê\0Ah]¡\1a¹"´rø\f¤Ç\ 6\0H\12Ò£\ 3\ 1ºsz¶¿5Oô\1dRr\83\80&\17ʦé\11\9a!Ú ; C)5ü\89Î\evñ'ºÞ\0Kn¨LL"{ÛþÑ\15"Røv\90\85ô·\ f÷\fAôY4\ 4\f~bÑ\1cJZø\ e\9a\14ÓÌBD/0\90`k¹\8d¾\f°æ\aU\91vàAÇ\85°\ 2p$ô\ 6:\1cXL7}ò\b\15ÙÀ\80HFa¡\84ô\\9b\ajnÃ\95I81W3ýÇ\ fè\ 3".¾\ÚÓ\ 1ô¨ÂÕ\ e\9cþ\ 1ØrÏÐ~ÿI\91q\80Ñ\f~\ fÜ   \9a\9d©XP§\ 3èÙ\99Ú\81s>\80þ\84\95      {\14äëO\8aÆC,C·'GÊõ\ 6ú \97+[;ÁÔ \97ÍW\9cÞ``¹¦\9b\94\ 2ûý\86H8²\3\88oHâ*\97Á\ 1\ 6ö6ÔNÄ\9e\14q\0\8b\84þ¾\9cß²äFÿ\ 1É\ 3\ 4ÈÃ\ 3ø\aÑkz¬·þäø\ 1e\97X­Ü¯Æ\82\1d4*¾þ\ 4=ÁH\82)AMªO¨$$\84ЫgëO¢ú\ 1ò\ 6\19Ù\12}\9fÛ¾"û\965õÛ¬5µßÃ\ 3\f\14Mkû\86ÀÆ\9fÛ7z\82ȳ\v\8b¨\88È\ 5\9cèOÐ\v`M¦_Àk\9a\94\ e\ 6\ 4\ fX`h½g¾eÎm}Ê\99\89u\14\92Uebö{Õ\1f\81Ut\88è\13$DÁ\81\\7fÈ\90\87ô\1c]\86\0\ eË\9b"\9bÉõïð\9e·¼r\83°\98\r©\81\81^À°\95{\l   \92ñ¸¢®^XJ#áT?gtȧÔ\11J\rÁ¢ï\92\11\ 2xM\8cùp \92¢\81ó\aÍ¥¤à\r\ 1©\ 1]\91[~dV\91G\18\98\8e$xd=H\96\7f\80#"\90\90Kª+r\9bí\98\86î)D¶\ 4ü!Tg w°\8cøpGå¡<\ e¢òêü\bà÷zOµu~\9c\837ÔFÆã\ 1\ 6\96±Ùö\92ã       F²\13\ 1ë¼pà\ 6z¢ØÖ\97\9c~/'\8a\9d\99Â<       äãÌ\14v)H\12LuûÉù\0²\1e±õ''
+È8<ûú\93r}Â\81½\13µ÷ãô\81\81½\13\15«úDB¹\9dÖ;Ä\84\ 3½\17µØp~\ 2=½â!\13êÝ/\15\8cét\ 1\19.Ýð9÷Tß\14\º¯Sn=EÈ\ 1>#º\80ÜÂæ¡"\1ch^YE)¦,¸B)\96áÒ­÷ã¬\ae´q_Qíöaµ·üNÔ1Z3Ò#W[D\9f h\96\80¦øjëFO\11³²wË\8d\9cÔ\90´\14r{\9b\v\11\99\ e²\90â!D\1f§\83èdIÅì?Ý\0µï\90ÈÖù{î@°4oÏ\1dà³)á\9e&4\80ÎYM\18\ 2Tår\1f`\bP\91È5K\9bL\99uGÂ
+ï?°\1c6ÞsGZvdÒ\1d  ÉÝsGÂ\9bGø9ª`»a\91K«wñ\85<ïÓ¿\ 3gt\85\90ª\81Ú;"¨\81Ïð\9c\825ǦÀ\9aGz¦\807\7f@Mª7\7f\9f\1a(ü»\9bB`\93-}!`¹\8då\16\ f\19ðF\97\878¸&\8a\8aFÀ5+ò\86àÔ\9f\81\94\f\ 1§þáhÊ4\8c\9a\1c²­\8c\ 6Îy¶ez~%¡GDé    \92àIë=M\18³v\0*\86Ysª)úJ\9d\8c\94צ~\1a\e[~%uÐChÝÝÂ\8a\14?zÕ¼ù#¶ßÏä(\9d\15\1c\0\8eas\1eÏ/B=¿\96ÃzD\0Ù'mÍ#\8fï|ôIiûK\1d\8c9\1d\12;\8b*:/@       P\9cD\0ú÷\8bÊ\ 1,»RÀïGà]·ê\11\1f\ f ÷²º­h,DCÛ%¨BÈz?\16é\ 64°«\rá§ßË.­¯PÙÝ\vôFkN<$»´Þ'\8d\aød\vR#ºKÛºO:\14ä½#á\96\1a\95\1e\ fÒÁ\94õ\9b\aç\ 6SÖ­é±¹Á\94\ 4õ\80>\98\92 %Ò\aS²¦\ 6øþ\94rS\b
+´$zï\8b¥©gyÈÒ3ãzÌzW\12  4élé\15\8f\98P¯ö´Þ\95\ e     øfZD\82\81É\16§ÙR\1a\9a\86\ 6lYðè   F\923\9a1§qiÐ\84\98'\97¶[B¸·¾Ü\12Â\0\15éÀ^×\9bþhPýQ\96e\ eM\8dvA9É\13æå\96\1e\ ey\15õ0¹\80u¾ô/@\9e\83\1c·\ 4yS#Ø9\9bæÑò\ 3 gbd)ç\ 2ý9\1d÷ä¦\1a\8cn\96\06ÚãîE¥-;Ó\89J{\9bigYÈ6§L³P\8cP\b/¿§©\95\88\f\11H­ðÅ'QÒ\83|²'ß|Â\ 4-\91þ\84     \85\ 4zãGk}éªÁÏ{S¦\83º6سö\90sHÛD\Ðïõ¶  3¥ë$òNk}Y{àEl.ǵßϵM\98-]{\80\8e\f³$\0
+J³Y\96Û©R¸v±ø>\83\9eôoÀZg²Ä\ 3¼óÅ\89OHxØÚé;<ÌsK\eúû:\vZãLçü\88~áùû\15üÞE\1dufÛD!f©¡\9bBh¨+ý\17dkW\90\10\ e\ 4\95.!
+\8e¬]q\9a\10²\1cù\ eëZ®B\88\80oÈLH\80zh\0X6¨z\88$\97""Á\04oÔ,        ÍÌØ8Àñ÷ò\90m\9bKê=!ß­\v\ f H¡Í5\99\1eî ØÑ\ 3d/\1e\80Í5ÉR@\ e\ 3\16t\80\81äØ\ 6\9d  ½ý\r*R]\91·Î\9dIE\1e\16\ 6\14yXTo\8cM5-÷\14\98jR\91·ÔÔ¤"oSU³\8a¼\8dUõ½)\96\eÒ\9c  \9a\98\bÐ\99Ð\93{QuÆ>CÚNÿý5\8aJ\88´\8e­\ 5=\80¾þ+$H\0¹\17>$ô\0#Ío\19     á\blMÑÔ\18ï\1c\82þ ^êÛsK\92\1a {\93¶X½\99\ e\16&:A\89o\9dC§+è­;V­\9cÕd-»ÔÕå\9f7\ 3\13Ñm\93î\84õ\ e¡¸Pß\ 2\17=\14D¤       qÏ@\e¬Z;(÷\1cøEdCÞú\83t\11J\90±É¨y\87*<ÓS©]à]\fô\14cr\1a\ 5xïÑzË%l­C³Ê0ªÊ°Ûû\13'\11°ZïO\9cCÀj½?q\ eÅl\a~yR v1ÀX\82h\93\ eÐM\10Å.\0\13ÉϤ\f>\80rt¬÷Ç¡\17Ðq\85­V\13{\10X\1c8æJÀ\81и5ÿ̲@\ 5©ï²\0OР\ f\8c Ú\ 6DA}®§¢°ís\8ass=Î\ 1
+\ eÌõX\82f\92\85¼5ÒvX\88f¸*\8cÛ´\16ò6¥ÜÑBt®Ç\8ci\9cD\93\95\ e\võ@mûJàóVÝÞï9(.Ò\82\ 3\1c\94¢ÄA|é\8f\94\ 53\94Á\ 1Ô\19$\ 2\ 3èè-;Ó\13bªE
+äa}°Éòä\8f\ 3\1e\91\10\ f\f,^
+KÔNÀ[o4.â­7È\14\r\14ݽWm9ÛÙ\934EÆó\13P\93Ê\9a¸õÞt51\19Ë       ª3Âzo\9cF\0Þ{£z#$:\8få\9e\1c\a\eH\98\91ã×Ö\1fM\13Q\12&Ñ%§\\qy»\Ü\9d­ê\18\ 3\9a#*\ 1\89¡\6ß·\ e\89î\0i\1f²\92_Ø&û\9f¶|ë\ 6-?2þ\86Ç­A\ 2    \18îÌ*½!]\89ë¡\1cꡱ\87\14Ôó+\ 1©â\ 1Ü\96\80þþÈXOô·lɾ\93ø\96\14¶î\9ba\97¬æ\ 6Ö­±ÐÇFZ\9e\1eÉ÷¼ò\88#S97\10ß|²\19\1ejÝ3¾\87B×é\9e9þ~¼{Æwð·ºÝ3¾\87ÅØé\9eñ\93àE­{Æ÷°\83Xn#J\14¤\93\80¿?0ÙeQ\81ï`\ fѵÌykO85\12Ñ\92\e\ fÏpn-³¹õG\12êk§¬êê{\0\\9dî\95®\10uºWf\85À×\ 5|}!`É\91å\16\ fy\87\b8Ô½\82\84\0Z\ 2Ò{á\91\14 \9a\ek^     H\r À\ eocÝqcöm¬.¸ÏÛXÙò5\1f¿Ið\9eª¿páµ\975?[z|\ 5\99??\ 2\18t>k¢×*L¿\96¯¸½>ð½
+óa!Ô¢Û\8ek[®lp-º­_)B\1a\18ôËñ\ 3«.\by\13\ 5¡\93¡è©"J\82\925\12\E±\92`\83êxÕ\111\17'\91\80\8e¶X\86âø{\1dwdIÒïi\±¨Ê\9c\84v\ ey4#      
+·iÚ\98ïýAO¨\9b\93Ö\ 12iNBÝ_&\\80\ 1뮢KC\9e\0:\85#O\10³v\ 3¾\96\18
+\81¾tFvê\18ôK\94~ßm\ 1\19\95\82ù¦KÑ\12\1c\1d5B\85 À\17Ðó\94E¥`'¿á»(ñä\ 2\e$\80\8ej»xɧ¢{\7f\16¨\ 5äÝW\rUw\98\8056v               ±Þ\ 6\15=<\80\8e½ã¡S«OW\ 5\8d\0\18nÊÿë/\7fúÅ?¹\1fîÇ/ÿm_0þøý\8f'ù^ÿã\97\7fx|;>\ e¼|­ùñßüæÇßý\8f?ýøýï~ýÛ?þõ·ÿðã\9fÿñ\9f~üç_þô\9bÿûëßþæÇÿú\7f?þù_\7fþÝï\7fÿãW\7f÷ë_ýý\8f\7fúúñ¯¿ûí¿ÿö/?ÿø/?þãç\9fÿó\1f\8b¿ýío_?ÿÇïþúõÇßþü\8b\9cþí/ÿó\8fÿç\17ÿù×ýw_ÿñó\1f~ÿ÷?~ù¿\7fúo¿|\9cîÿ\ 3Þ×õX
+endstream
+endobj
+373 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 945 0 R
+/Name /Im350
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmб\rà\10\ 5Ð\8f(èÂ\ 6¦H\97    ¢4¬\94\ 5bØ*í\8dr#PRX!ÿ\88HåÂO2þ|\ e#t\0y\902\ 4®Ç\ 6/\\fÕ\1f¸À\1d\88p\1f$\ 5i\18§D%A`5ÌÁv,\ eâû"4CI¬dç\93,\91\86½F]\91¹m\16üJKý#\8b<ÑÉfð{VÞâ\14á     E\18)u·ª§5ßí\8cÍ\88\95ó\85Æë»Á8ÿ\86ÍÃ\91¯\8f×ûö\ 5¤íZ\ 5
+endstream
+endobj
+374 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 946 0 R
+/Name /Im351
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuб\rÂ0\10\85áßJáÒ\eÄ\ 5\1d\13 
+#°\0Ø[Ñz\14\8f\902E\94ã\99\84\ 2      \9aOnîÞ;Cªàl\ 2o\v\84v\81T<<\88°èífr\19¦\ f¾\89ÐH\84ÊHÔøF*_ä7t\9c\16go\ 5\e5m'7a7fìª\0k\8a²ª}\e\9d\8e\12Ú/ò?Ô`£¾\89;©¨i*¡\aõ;:+:kÁͺ\93Õë#\92\8a\10\15À â\87óýy|\ 1gs_¸
+endstream
+endobj
+375 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 947 0 R
+/Name /Im352
+/Width 33
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dÏ1
+\ 21\10\ 5Ð\1f\16v\1a!\17\10ÅÖÊRDÜ«x\ 4K\v!s+¯\93#l\99"$þ¿\85\82v6¯\9aù3\7f\ 4V0Ç\196\ f\ 5ÖûÂ,²p\ 1R\811e\ 2ü\85\1525r\8f\fÍÆx\1fx\b¡pd\ 1U£íM\17é\83\7fq\11IðÏ_´Ö\94\92ÅU¡7q@¨8êä\1a,½awD\8f|(O\8e ¾HzeËÅÝéñÜ¿\0Í[H\1d
+endstream
+endobj
+376 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 948 0 R
+/Name /Im353
+/Width 52
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90?Àþ\80\81ÿAý\aù\1f\f\12\1f\1eü¨°a0øØPóÀ\8eÁà7Cm\83\1cCÂ?\ 6{\ 6 õ\aBý`°\ 3R\a\7f\0\19\a?\80)F\14\8aù\ 1\ 3H\16\võ\83\81ý\0P\11\8c2\0Q\8c\1f`\14\7f\ 3ó\ 3æ\a  (Ô\ 1\10Åø°A\1e¤å1\98bøÏÀÇÀÜ\04ÓDºv¦5\04nC}
+endstream
+endobj
+377 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 949 0 R
+/Name /Im354
+/Width 34
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\rà\10\ 5Ð\8f((\19\ 1)RFH\e\16K\0É\83¤É ×e\r6°K\17ÈÎ?¬D¸à\15ÿ\8e¯\ 3\1a\ 4v7\ 2?M\82h>\82\84¹0ÏŬÄ.\88Å\11¸J<\97\10\ 4YI\1cýÈ\ 5\eSýøg\87iLÙ3bW\8eX;â:\95ø\8aÇA¨Ú-¸#\v\82\99õÆ\97^\e
\15tb\a\92ÎlJã3JÞ\97\81Ëíù¾~\ 1C{Oñ
+endstream
+endobj
+378 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 950 0 R
+/Name /Im355
+/Width 25
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmͱ\r@@\18\86áO.q\8dÐ\92\bSHtV1\82       8\95\81,p£\18\10çû\13ñ'¢xÚ÷Eä\ 1³\ 1ö#\13^Õ©N\0S\bN\ 4Â\b¼.:U$\ eeÄ®ìþ·\8f\1f)÷ ·%åÔÒ@=mÈf\ f»8\18y²[4ãZÝ'µ6Í
+endstream
+endobj
+379 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 951 0 R
+/Name /Im356
+/Width 39
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu\90!\12C!\10Cà\90\1c\ 1Yûe\1d\17ë\fÿTÕ\1c\85#¬ü\82!ÍòEMk\9e !Ù]D\ 2(4 q"ÌDD\8b\bì©\83#\9bc\82V6Ö\1f¸eûF´À\ 1(\0P\94C%i      Ò\81ª¶ìbö÷ìå·\1aÜ\f\ 1h®´Ë±ÿ}±J\17ê\10\8b×oÌ\e¦\94¶¡\8d¬\9e\8a/]óeí{&\92ªÖúº\81\1au\ 2<\9e¯÷ñ\ 1æè\81}
+endstream
+endobj
+380 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 952 0 R
+/Name /Im357
+/Width 45
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ce̱\rÂ0\10\ 5Ð\7fráÒ\eÄ\15e\1aj\84×¢@$Ãd\f\84<\8aG¸Ò\85\95ã;HX\82æ\95ÏLŪýé\fHèNtÅ\15B/4ã\ eÐ\e-¨ÀR T\85&\95Bk7V\97¿6OCó+Ý\ 3õ{\0µH\9dM\87/*ö<l\14V\7f]t\98Ê0æaï?ΧÇv~\ 3¡¶J¯
+endstream
+endobj
+381 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 953 0 R
+/Name /Im358
+/Width 59
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÑ;\ eÂ0\f\ 6à?Ê\90±+\ 3j¯ÀΣâV,¨¹\ 1÷aêMè\112v¨bü*T\88é\93\89ÿ\0\0eLLCE\1dh      #\10(_"\9b\164\89m&Ä\aÛ\8f\b¯ÌeÖ\19ª\19giÍH\85íµ\íF³ç\16tZ\ 2´Ü\ 2³\9aÁ\8d\8b¸·qlr\9b²u\87nU®\91Én?þwXÍÿ¥U|\1d¨ªô£\fSy'ò!&>\ e[É­~_õ8\Ù]bú¸X|\92\85ìË? ±\8arÖÎV{òÈËMÞRÒtÓ_¤|`#UO@\939\9eïÏë\eÅSk\9c
+endstream
+endobj
+382 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R /F2 582 0 R /F3 584 0 R >> /XObject << /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im359 384 0 R /Im68 75 0 R /Im37 44 0 R /Im284 303 0 R /Im33 40 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im360 385 0 R /Im60 67 0 R /Im88 95 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im43 50 0 R /Im73 80 0 R /Im52 59 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im281 300 0 R /Im218 227 0 R /Im57 64 0 R /Im281 300 0 R /Im361 386 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im38 45 0 R /Im37 44 0 R /Im42 49 0 R /Im77 84 0 R /Im35 42 0 R /Im282 301 0 R /Im281 300 0 R /Im218 227 0 R /Im284 303 0 R /Im279 298 0 R /Im280 299 0 R /Im54 61 0 R /Im57 64 0 R /Im342 363 0 R /Im286 305 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im38 45 0 R /Im37 44 0 R /Im42 49 0 R /Im77 84 0 R /Im35 42 0 R /Im282 301 0 R /Im281 300 0 R /Im361 386 0 R /Im284 303 0 R /Im279 298 0 R /Im280 299 0 R /Im54 61 0 R /Im57 64 0 R /Im342 363 0 R /Im57 64 0 R /Im362 387 0 R /Im286 305 0 R /Im78 85 0 R /Im363 388 0 R /Im346 367 0 R /Im364 389 0 R /Im365 390 0 R /Im47 54 0 R /Im35 42 0 R /Im42 49 0 R /Im52 59 0 R /Im43 50 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im70 77 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im281 300 0 R /Im346 367 0 R /Im282 301 0 R /Im283 302 0 R /Im284 303 0 R /Im279 298 0 R /Im285 304 0 R /Im78 85 0 R /Im82 89 0 R /Im284 303 0 R /Im33 40 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im82 89 0 R /Im35 42 0 R /Im70 77 0 R /Im52 59 0 R /Im42 49 0 R /Im77 84 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im52 59 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im281 300 0 R /Im218 227 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im281 300 0 R /Im361 386 0 R /Im78 85 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im366 391 0 R /Im68 75 0 R /Im84 91 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im72 79 0 R /Im52 59 0 R /Im36 43 0 R /Im43 50 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im83 90 0 R /Im39 46 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im82 89 0 R /Im50 57 0 R /Im47 54 0 R /Im35 42 0 R /Im48 55 0 R /Im43 50 0 R /Im40 47 0 R /Im75 82 0 R /Im83 90 0 R /Im38 45 0 R /Im36 43 0 R /Im43 50 0 R /Im36 43 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im360 385 0 R /Im60 67 0 R /Im88 95 0 R /Im246 263 0 R /Im247 264 0 R /Im246 263 0 R /Im367 392 0 R /Im256 273 0 R /Im324 345 0 R /Im258 275 0 R /Im254 271 0 R /Im253 270 0 R /Im264 281 0 R /Im265 282 0 R /Im266 283 0 R /Im251 268 0 R /Im252 269 0 R /Im368 393 0 R /Im369 394 0 R /Im256 273 0 R /Im370 395 0 R /Im253 270 0 R /Im250 267 0 R /Im371 396 0 R /Im372 397 0 R /Im373 398 0 R /Im257 274 0 R /Im250 267 0 R /Im250 267 0 R /Im256 273 0 R /Im259 276 0 R /Im264 281 0 R /Im260 277 0 R /Im139 146 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im29 36 0 R /Im120 127 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im119 126 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im144 151 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im105 112 0 R /Im120 127 0 R /Im135 142 0 R /Im25 32 0 R /Im101 108 0 R /Im268 287 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im111 118 0 R /Im28 35 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im114 121 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im156 165 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im120 127 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im107 114 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im107 114 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im113 120 0 R /Im157 166 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im269 288 0 R /Im120 127 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im120 127 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im114 121 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im29 36 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im153 160 0 R /Im105 112 0 R /Im108 115 0 R /Im21 28 0 R /Im25 32 0 R /Im118 125 0 R /Im117 124 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im113 120 0 R /Im103 110 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im269 288 0 R /Im23 30 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im28 35 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 383 0 R
+>>
+endobj
+383 0 obj
+<<
+/Length 954 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cÅ}]³%·\8dØûü\8aó\16;µsÔüfï[¶¼ÚÊKj]RU\1eìM\95|5²´\99\91li\1cWþ}\88/\92ÝMÞF÷­XzйÄ4\ 1\12\ 4A\10\ 4Á¿¾ûýã¯\8f°\86Gööñé±àïÇò»\94ÿ\ 3\1c~¿\7füÏÇ\8fïþåëw_|i\1eæñõwïü3\ 4ü¨üáñ\8f¯?½Kþélx\18\9b\9e>ÆÇ×ß>~c\7fûøú?ß姧¯Ë\1fõk¿<])ÅüLqÁ\8fÿ\ 3?þâKK4Þ/Ïhã£ü,&à\aßá\aÿúõ;óøû;\17cA\10\1fÑ\87gN¡4ÞE÷4åS\81¸¸<ý
+_¸§\8d¦+\17\94.<^\1aÄ­O\93JO\e <W\1f\1a\9eÎ=*M*\16\ 49?M®ÿ^\10¬æéMý­\1eIU|µ\8c\ 4_\1a\80Ûô±\83\ 5£ôJHrù¥\fÏW\8d\eÖ?W\97{n0¤vÍÚ2L®\95Íú\ÖÜsÃ\14
+kÏ\rSPDßP\9a\82"4nP±ã\ 6\ 1:np\ 5é\9aà«e$Øq\83ÛÔqCZ-\18¥WB\92Ë;n,å_MÏ\f\ 2Ô\8e-¡üv\92²Ø§M=+\96Bn   \1d
+\ 4+Â2E\9e!6^H¹1C \8d\eµ\ e÷MPJW\99\ ejVÇ\ri·p\83»%Ì â\96\17\ 1¿µ\1d3\ 4R»Vª§5uåÒÎd;v\84ì\9f±\f\8e\p¸\8e\1f)?³õ\8d\1f\îøÁ\90\8e\1fRGø!8k\99¨¾t\10jÙÇ\ eÂm¯<æ¾ÕQ òN>¢}Æ2\ f;\ 1aH\15\80ò»,\8dG1ÄgJ\e\11       e\1eÆÜO\97Ppx×p\86\82Ãæ6_¸ÜM\18\86t3FêÈ\88\vÎZ&ª\9d\90pË:)\91\v\9bPå2ñ\ 4Õ;«Þ±ÂöOã×G*¬w\ 6õñϨ\8f\97Ç{ûô9nA湦|\0­¾\ 3½¾\9ad[ þa\9c)ݲ´\9aü\93\11\19sb Ý®\e¯6>=\ 3/&WÚPTq\8a+V3ÿ´tmà.\9aÖ°"ªÖpÃ\16Y¯¼³Ïu)\8b]2eDÖ"oÞ®¥¶«\10_\16Í¥\90\8ae=,ã×\95ÃÓDÐ\8d\rR\96Ù\ 5æO\83\14\1c¥%\15g(=/ó¥RårÁ\11ü3\15¾       ¤à(\7f-EùÔ:Ef¢K\rg-\13Õ\97\ eB-ûØA¸í\82Sú&T¹LòÖZç\9f¶Ìþ\8e'\f©ý\v¦Èi+úB&û\9e%¾X\1c)ö,)ãm\83i(}Aábc     \97;\960¤c\89Ô\91î      ÎZ&ª\1dK¸e\1dK¸é\95Ëܳ:\ eTÞr$¬ë3/=G\ 4\vk\82\ 5³\15\1d®§/\eÈb\Ç\91\90W$YQæ\82¢üV¢\n\1c\11HãH­Ã½«8¥ÌT_6\90\1c\91¦\v\99\10åò\8e#e"®)õ\1caHë^1'£må2Ó\8dK=KR,\8b¨éY\92Js\8b>®8SÑßEµUª\îXÂ\90\8e%RGº'8k\99¨v,á\96u,\91¶W6sßê@Py7o\f|\1dûyÃ\90:    L±\12\16Û\95m\19¾\9e\98§3=OÀtXrã  Z\1a©ñDÊÝÄaH7q¤\8eL\ 2Á)e¦ÚM\1cnY7q¤í\82Sú&T¹¼ã\89+S2»\9e'\f©ýs\1e×ÍV6¸®v<qKYprÏ\93ò\e\82k8ÙÖ¬T«íY[Ç\90\8e'RGú'8¥ÌT;\9epË:\9e\ 5§ôM¨rY¹\9e\17\8b"ûô(ÆW\bËhI\fO»àÇ\ 1f¬,\89¥à<nò\82§\15ø\7f)Öߢ\a]ae\99\r!\1aõú[\få\15v\94\1eL\87¸Y\7fu}»H.?c!Ó\93\13\93ãu^\94µ±¨½«¼X\8au¨·\87\84\17\ e\8cºecvèxq\91\1có¢#§â\85qÏlÌU^\14ËÁØ¡\10¾Ê\v\e+ã/ñâ*9æEGN¬Î×y±<Ë\ 2Øñâu©\vÏ´¸\8dé¨\93£ý\ 4.Öþj\1fïaáY/Ïk\93\9eÎEm\9b\1dì4Ì\8d6[\\15¯\8c·÷D.le\1fÝCki÷3\ 6wECpC
+\99Í>E9  \8b¡gò\r\854%÷º\82)\86sNêAi\8d\131\ 5\9fÙZV\98²5\ 1¿\91÷°F\9a\95=\91\0LÙfç\ 4\1f\94\96­g-»²ì-°¬4HÙlãòÖ eWX¶×\82²¬\8cy-(\84&\97_\1e¶¬ô!VÀÇ\ 2(b¿¶OlYØ}CX\8bDñ¥\ 1¨Q\1f+\80[]ñq¯\84 \17im¬í*\9a;,¡ã\ 5\ 3j¿
+çsÁVË\85XD÷N\83¤g
+©ç\85)8\ãE\11͵ì²+M.7^0 ã\ 5C¤k\8c°\16\89\ 57ªñ\82[]ñq¯\84 \17w¼X\12îg\e/\18PûU̺%vr²\14*8&\r²\14CÕv¼\0k?\15¹g\94àù2À\1a¦)åÊ\v\ 14^\b\84»&\b¥§L±ñ\82\eÕxÁ­®¼à^      /¸¸åE(¿kÇ
+.×^å2ÃbèÊ¥\8d¾c\ 4x¬,î\13\1a\ 4ö¾±"L°U6\8d\11\n\8c`@Ç\b\86\b#\18a-\12Å\97\ 6À6}lejsã+v©ò\1dK;\89\88Å*Ͼ\93\b\ 6Ôñ\ ek©¼vå\88>ýN"B\99v¸«n\90¢úMÓ=\ 5\ 3謪\9c¨Ü&\a\ 3ºÉÁ\10\19_ÂWKD¯É\ 37©É\ 3·¹¢ã>     =.*mhë\90©©PÍý\12üÿÉ'æËn:\ 4ô\89Å\946FÙ\r\9f\984>¡ççj\e<¸¿ü}\9f\98\ré        \87\18¦e\97\¤Ì\96}LQ}\15b\ 3p§|\11Ós-ûãV.û\1d\1aä
+q(\\1f;HÙ3ùØpÂ\9e©Ì\8fJ\95Ë\ 5GZ\8bè\85
+)8`¿\r² uÐÛ\1c\1aÎZ&ª/\1d\84Zö±\83\ 5§ôM¨r\99ä­µÎ\15á´=O\18RûW~aÇ\˾Р  ¶çI\81\7fl\10°ÍsÃYö9¶¬¡\95*\97;\9e0¤ã\89Ô\91þ ÎZ&ª/\e\b´¬ã\89´½ò\99ûVG\82Ê[\9e\80gÈ¥\9e'\ 2\91þ\15­\80\vc+;\7_:H\99ä¹c x°\\91æ\8a2\17\14¾r\84\8b\8d!\f\90
+ܵ\8aOÊDð¥\ 3P\9b>v\10nµ`\94^    I.ï¸\ 1®iï{n0¤v­Ô_íÚ\95\v\1dô¬5H(kåÚ³#Á\89\80o8cÁ±®\8d\1f\18Â\90\8e#RGú'8k\99¨v<á\96u<\91¶W.sßê0Py7k\8aa\14\13\81Ô\19\80\a\8fkW6eôz\9eIJgË©ç    Z\bÁ5\9c`P¸Æ\13)w³\86!ݬ\91:2\ 3\ 4§\94\99j7k¸eݬ\91\v\9bPåò\8e'\ e|X=K\bP{W¶T°`¶r\99ßè\9bk\10\ f=Glz\82i.\18ź\14\92Õ¼¬McHÇ\10©#\9dc\94Rd\9a\1d?¸]\1d?¤å\82\92;&4©¨\ÇËæÃ\14y+&\96_õ{æÂ\ f\1f3\a<èý?\8eÜyà\9c2z'Dá®/{_tN-æÂÖSúv\8d\Yë,Øi\1d¹Wý?\95\17p¢±^æEÙÅG{\99\17¶¨\89%\ðÿ\b\91\13^täT¼0e\1d³z\1f)ó"\16«#ê]\12\95\17±L\90t\9d\17\17ÉU^4r¯úÂ*/\96*~¯¸0ªÔ\85²»Ï\e\93Q'Gû     |Ë\17\9c\9e6\9cúï¤Í®\18Æ.ÜhsÙÀ\pFÂxÃ\9e\vÈ\ 5¿\19﻾0iH!ÃâzEð\.í¿D\8e\94Üë
+\ 6ö½^=(­q½/\f\82ÏâÚû\7f\1c\9cÊåæ\0*«K0ks\0I¹9\80*¤:\80*\84\1d@\82S<@Bµz\80LÙmÂ\91rs\ 1\99\b[IÛê\80«zé\9cJµ,N \ 6\11/P\85\ 5§ôM¨ný@eïb=,ÅÅ¢\ f\11wý²e'{ü#|\95\972&´\v·«ã¯Lʸ\11dzoS\16dgèT>[®\16cÙ|\e\fã\8a\8bí\91W_bùª¬Ý\16\18\ 6Î?GM\80ócú
+BY\0ûRLÃ\8c\ 1vaeä\8d\ 3Ö¹\1e9C\by.½5\18[\ 6\ 1,\84<-ýWí\9b\88sY\9a\9e\11V\9a²n°/KáËZùâW:\1f\8d\8b`_ñ4\94t\10a\a\a@\JÓ­`g®óx\13ö\88\85
+\9e\13\ 3ö2\92\99\9c6ÉvÈÁË\932zbÓ\8aÍ\84\1d\881Ô¨¢ é¸£ldsph\ 5î7Ìå+p\8d\96\8eÁæÕb\13lXpäà«äÑè\82`C\10¡hXÈ\0{u¹$\8c8lûL        \83\0ä±\98a\11÷|\8bu=òòU$\vW\1aP ^\1aU\9bî\9e&\93w\0¤Övç³\80½ØÑ\86Â5\9då&X4\ 6\vÓ1d\ e\1a\0\b@^LH\9b\96{ØÏ\eÆ\9dÃ\8açÐ)[Æ]\ 4\93w\15µwèÏ-£gp\13      {]\f\8f,\1c\88©¶\eÎê;»\9b\9a\1dVRw\84ºÈy´(@Vp\a\8e\fô´û(¸­¥pÃÈ\9d-B   =\80\9eDv\98ȶ-=\9d©¨#Æå\81sG>r°w\ 3ÿ!\19á\10¸\92)vo\95Þ\96v\9bàp\82Zãz\9e\14U\9aB¬ü\86¸;ðª­Ò»ÅEôªÑ\84\81\ 6@\17@,l\95ÃÒ    :³Ï[IY\8aÐzS%\ 5\a
+ÆÀ­½¤\14ÛÁäÔKJ\81\15\94Å?¹VQ? ªìñ\97v[м\1eÄ\82\e\0z\bbzBÊÜn\1c\13\ fÎmä¤\f\93Ù\8e%\ 5\13J³!P\ 1Æ×Æĸ\97L_%\13¸Ù)8\82\84¼i7ÄÔ@'      {Ùìã^(ÚÚn\8f[*ðíÉ\ 4θ.\81×@\18îpWVx\1a6\rï\9d\ 4ÜòTôFZ·-\87í÷jú\96\97¥ÙfÓ·¼B¾ÚÄ\81\ f×wP\9eÅ0(v\rè,Xz?ÿü·\ f\18\12\97"\1ad~\7fóÇßÊ¢ü\87\a¬\r\8fÿ(H¾}\a±\17ÙAÄ\9cG\e\f":`\8e\9b
\85'6Ã\17`?µb,ãGÁ%\f       eyð9`@\87@BáB¬(CÑs«§ \11 *e
+ÆX\vã\ 5\ 2Á\18\8e\ 2_¥N\84µÊ5\9cµLT_*DZö±A¸é\8c²ö\8c\89J\99Öç?\10c\1c¬\97\99bÍ,\9eQ¸¢Ý-L\1c\86À\189\98`¦¹Ïá«2ÁMÿUû¦¨*ª%¸\8bBËÁ÷¸\19²Á\8d*Ãô¸ëWí\e°ÎHylÆ×\15\eÄ/\8eä\98»QtÁZ\ 1\803\a
+¶I\10+^Ë\165üK\85\80³È[\8c\90"\81e\\19%\b\10ÓK4¥\f±³EW,¶B(v6c\1c3×YËê\1flCYËDô¥B¤a\1f;\b7\9dqÖ®1U)óøîÙ\93\96\88!\95+êz\b.6¸J\13\ 4FÆà\81EiXQ\11­\fn\11\f\96\16\b\98¥(ÿ\rR´6à\10\9c\10ä\ 18\84*\97\89AŤ©\10è\1Ê1ø\88ë@<_\b\rg-\13Õ\97\ 6á\96}ì ÜvÁ)}\13ª\ÞN\80²\v_8²\ e\bÈXÎ\14ÿ\\0ÆRÄ\1f\9c\15\12\ 4\8aÆCk \0\8e¾0Ô­\ 2\b!¡w²4\8b\10dA@éq1×P4\1c\9ao\0  \1cH\18ÐMî\1c(8ôy\96\ 5\81\ 1\ 1Ä©¬7e\1e},s¬ì~\f\ 5\e&âF\81$ò­¦LH\8a>0¤Br¢O<¬@\0\80\0Z\ 2¬\10²\18\13-\84®X@¨Ù"^\f\0@Dó\11ôRöÔþ\ 4\f\ 3\80Í\84µð      U\15È)V*\16\11\b7\ 4û¢\93º\18\ eÄìªÿ\9cwe\9c       \92\bb«I!\ 6\83_\84§#\95éÐ~ue¡   \99¾0t{\0Î\ 4à\13\0ªSÆ#" \eRNeíwôI¤!\83u\9d+\ 5Câì\9f\10¦\19aÁ'\0\98¢\b°!°B\0Ï\1c@\8cE&\14\95`3AÈGë\8aIkà¦B\ 4
+\1d\ 46\ 3$Q`\7fáv @\\91\v ¹üI\èæPFs     xÚáÊ\0\84\bÁ\82\bÊ\ 6\0èîvE\92ÒJ¤-Ý?B\91%\88¡¡/f[\fTk!Fd\90:B¼,Ƚ²Î\975¥@ÊÂ\11è\eX¯  \82vþ;\97#ú¼\10BW\r\8aå\91Vú&\11ÿÊÞÁs-²ûáêÀ\ 2*\14\8e¾øB\ e\D`H\90\vKÆÚ\r¤¬o\81\8aJdZ\ 2\ 1]´­µâyd\83øbx\ 5\17:êÅ^)\96®mm~W\14\19û\8e\aÞ~   h #\ f)XwItI\ 48\8f
+Á/\999\ 6¾\12\ 4¬Ü@\8aý+\10\88\13\ e\11/\ f\96)\9e\8a\94\81\8c\88¸,opO©Éº\87¸UO&E¦\0l\13\91\99mRyØ#\80Ú(\90¼`·\f\b\ 6I\82nYV6\11\f0\8c²\aÇ\8738Åá*\ 3ARÌݤ÷pK*\91\1aHÁoL\9eÄ6ôWï<\1ah\19qG2­Ê\84Y\b5[(\10^\8b\92Pª¯´îû\ 5bÙs\r`.õ
+dµ|\90\84\e \18\1fÃ\16ä\9a<CP¦\8a\8eÌ«|\ 3{V<\18Ê4>E18Ò\92<<\ eo\0\81\92t\8beHÊtÞd     \0\93\9ft¢µ\81!Îgìª3\89!àFD\ 6Á¤|\a\90\1c¹ë\14Û^¤ÅØL\83±\8aüxGZÐ\10ëaS¿Ò z+µÖ\95\84#z¢\ e\81\ 6¦©\11\84D\1fº\99Ûä\10ºµ2Ä\83\90\ 5\98y\89!\19\ 6§¬Õ\89\84£Èª\85~\81u\93#Cð\18\fì.øæ\1d\88¯ÁZ\11\ f\vI #Ð*:1\92\8c-èè-\vV±.\ 5\12 \81\ 5âhøÌ\82\1e\8aPvÝ\f(#\ 2ëW\ 1¸Å0d\ 51\f²U\86\ 3AÜBSÇá\9dÍ\0\9b\15Ç\0p\e\0 ,þ<s\1c6¸P¤\19h\ 2\0\82'¤(§Ë\12\10²\84Ès     %\17v¹x\87¬Î¥\ 2\88î
\81ý;\r_\99]0_\ 1âùR\ 4x£      bxÏä1r( Ì\15#\99Å;'²,\16#BçpÃmÐ2Çzp\98\90]_O qÅ\15ë#A6;\11\ 1`\14\fì\bVT;ÝT\ 6H }Eà\9dG\81\90\1e\89\14\9f\1e¡_´®æUÐ$RGvI\ 2à\855\ 4©\14;=÷\ e\0\ 1×HÃæ\99Çvw+\ 5\0À\17\81NUË\0\a±\8d4Õ`ù\83o
+dáMN.x#
+2]¡\ 4\b\b\b
+2\97\17°\96\ 2\181\84¥,I(ÄÉd.;`B\81\18îa\99BKB±&\9f\8b/,C2`uxì\10\85颠ÓÜ\84½\99%H`4\ 1ð\82çq\ 4À\82\95ÊrBB\fæ*I~à.\166cÙ0W\1cF\96\81ÜG\1e3KÆ\ 5ì¶#¡5\18&ßf\ 2,S\1eË\9e]dÀ\86\94É\f³yÝ  \90GREÞ\÷IÝ\86¿êfϸh\ 2v\8e\99ýNáÕ/JÙ»\85Î4\13\1f­i|úD\f\fl\97/\13ó´\905bc\1aE,-Þ!ð|ðA7ÆÑ/æ\1eàì¦\80«\1a\8dd0\12¡¡Ý\80ì\11ä\8e \7f\ 4\ 5red´\83WtÓ\9d\10\88«m³h¹¿/\1cãÃÊÏßüéã\87Ç\ f?~ûÃË\87_v·å\rHZ~ÐÕΫ\ 3à DË\9e\97\ 1\80ÞôWößSì!E\ 2\ 1øñ\97o>\7fþðó\8f\7fhaaÙûkÿT\16ß²ò¿_p·\ 4ÿüOBËÀ\95Ì\ 5\9dê\0ÿSs!ýþñWÌ\rð×w\ 1³
+ÐÝ\ 5ú\7fÄ\90\7f\ 3\9ebØmÙ\ 5\97Oï¾øï\9fÀ¤üÝOï~ß!(vÌ\ 1AÙ/£¬\1e\11Ø"y;\ 4`Ûí\11Àÿ\r^#,\bà\8e{l-p{\ 4ECø-\ 2\82\98\0;Ç}\v
+¦C\ 3ì¸\ 1\ 1ï ~n\r(K¥¶\ 1\80%oëS\93\fhõth@:\1f\82²Æ\14\8c\ 6¤\16:\0þd[\87 ¨Ó\1d\82²rÚ=\a"4 /\95\ 3É×\ 6\1cF\0Î\9e\86\1d({)\1cÂM\aÂA\86`ânë\13Æb¨Ôú\8d\81~Pÿ(B(\83e7e\ e\ 3\90\ fí?\ e\0M\82bë³\b\16S©ö?\1d\ 6àØ~Âh\97Qÿ\8bÂ8ðÏØQÿ­1\83ö;µ\0Aì®N\80ò®~±\85=Ô_+ý®ý\83\19¸\1eä\aù\a\9bªãø\1däo&?e¿ò&ù±nQÉO\19%?l¿\1fÕ\aÉ: Ø\ f`Ä@g8\978*A]}\98\80Åæ\1aLÀ|\10\80£\0Ñ\ 4°1\f\ 4(\19õ\0À¦Q1\0S\ 1.\1aH#ÀS\ 1\84St\85\0\1e\a\90éÃ\99û¡~R+0».7ûÏü_W%ÿýp\ 2»Å\ eè»\83\ 2\99)\0·Ä7)\0×) ×ø?S\80Îø7)@gFü;ÊÏ\94\7f\9d\ 2z\8d\7f®«¹­\9f\a6ÌÞ\ 2\80ã \ 5½Í´\ 2÷6\f\1c\10\9e.áÌ\0Ï&DAÐYQæÀ\ 1s\90\0\8b\96\1d8\9d\ 5\81©\bÂ`   \9bô\0|\ 1º\1eÄá\14t¢Â6=pñ\80`6\87Ñï¬\98óEÈu:ìµEh:\a\92N\a\1dç\0õÈ%?¢\7fX\ 3¦s Óaw\8c\0p_ktÀl\11\ 5G¶Î\b\e\eQp\88¥1¢fsØ+uàÌ
+\ 6÷b\ eG+xÐ\81ñ\14\0\ fá\9b&1øðT\93\ 5\93u\86üÑ\8e\80\93Ü\ 5\ fìÉ\8e°}\17Òa+ã\ e\93p¥¡\80\86Z\0ÞViÁ@\8aÓa\16\ 2Jï]\95ÂfÉ\84C\ ffzÌ\83\97R¡Ç\8e\9a\9c6s\1eÜ°ÇYt\14ã)\aB\1ar`°\16\8cç!ºÛÞ0\ fÁÙ¥\9b\87G=ä°þh3à\a\1c\1cë!ð\b \1eZÖ[z\b¯['ª\7f§ÿp\91\ eû¿¡¯×CÆó:°¤[zÈ\84Fÿ\8e\1e2\18tAôoé!\13y7¾ä{K1Æ·2\82W\97âi\17"kÂ]\17ÔzÈ$±\87Ì==dr YXZpK\ f\99¼V)¼£\87Ìʺ\1cR\aÞÐCfe=¶\9dEG1\9e5ÀÂ\ 1\9fª\ 1{1¦\ 6Ø\85\97\82m\ 3¢Z\11\82Sb4\ 4\a\1c6U\v{5â\80\ 5i`Ôï\87\90½*Ö\8e&b\1cX\84\90¸\15X\13\17\16v\bü \aùàØ[ѯ!\83\98ð\84VZ0pl\1c÷\15\ e\108Sgbß\85ÁÆn¬ÌíP\99\8e\94ùX\99Y¯SfSÏ\8aO*e<ÝX\87Ñ\18\1e7ÖSÇ\0\9cèºCÿ\a\eûIÿ£Qõ\7f¶1\ 4ÇÊH\ 6ÕíOFÕþ٦¦0âÿ@\r\9f\17eÿ'\8e\9d\9cTÆÀ\94þª£?ÚÔaÿW?è\7f\7fê\19]\93Ê\18\99n
+\17ÝøM7¥ËpüÔ\9eQ·dÕü\99\8cU\1aS\13·\80UÚ"3\1dìlÐéà\99-âlÖ\99S³e\b"\ eiGa:%n\8f§\ 3Ó\168ÿ6k\b\9c;*khtBåз²\f¤\18âÙ´<À@Àó¥ø(\ 6Ü\0\bx8\88áq\f¦,LJ\16ÎN¨\9c\9cPmÌ9ý     \158GÞ4\8f\9c\13*''T\9búú\13ªê\1c9ÙÔÌ\1c´^N¨¶zL½\ excÞ´)ôrBuS\ fcøß\eô°·ÃM¥Z\ f{;â\9f^~¼[\94vÔØ\ eñNg\87Ì&°÷#;ì8\81§Î9?\9a?úuÜ\87Ñü9®ãSþ\aÿ6þ\87õMN\ 5\b~ÒÌ¿©üŬ\92¿¹SH«\7f&íOQÕþÙü\13§\90\89\1d>\89\10pÔÿmýÑøíå\97\ 2W\8c\8f\?u»a¯wJ\ 5\8aRÙÒ×ë\1f\13¢ªÿóú«\92\7f\13§Tt\ 3þéíx\b1\11ú¯ëï\89S\8eåo[_¯¿L\8a£ö\1fô×<ÂÄ*åÇ\8dûÏëÿ¶~\1aÐ\9fð\7f5oãÿ\1a\94ü\1fÛáv¡\10\1f\90ÿ[g\13à\ eJ\8e\10¼z61\8f1ñª\194õ$\98¬\92 ©'Ä\8eè\1f=!S\ e:5\aÇ^UëbEðªWuê\ fã3Þ-\a:#\ùî\10P1x«=\17½\ e\91ït      _ p¯:â\8c\89ÅÀ>\96©ÆK\83@ H\93!\18öåZ\ 3Ó"\b\14â\80WÛSÆ\8b·¡áÝ\97¹FG9\80_­£t(K\rLádÀº\8e\1då
+aJv\ 1o\999\96+\9e\ 6!J\rç¾ÜS\ 6íë6]f\80ô\10®\7fûx,·\1eW\b÷P0î\8a\eª\81î\ 6ù²\ 3\ eøjO\83xÌ(\ 1¡\93\ 6\93þïËTã¥AàNÝ\92\1a\86}¹Ö þ®xA³£\!L\89\e¼/Vº\f\102R}_Þ\92\95aod+\84é\88à\1cÊ\95°@\84\92\97·\94áöj\8c\ 6\v\0î`\99²M3ð\8c\81³\872Wxé\0 ó\176\8cPN\8f\1d\ 5I,
+3«£JåJ\ 4Näs8\94\eÑ
+`¢\82\8finÐó$\82\94Ñð\ 6\89Ð\14\80\10±\90È>ùC¹bi\0"Ú0\12Õ\1d\85ÝÜ­d\19PÉðÄÜ\97\eÙ
+`²\15#\93ÝRØ\91­\12Õ $A\15í¡,òQ!,A\15þ¼\91(\bI\ 4\15ÞQ®\10¦T~Kã\aåJY BI0ìË[Y\86)oS'U\f¨bäÒ3®öPnbU\ 1,V\15#ËÕ\96\82è\f¸ ç:²\f¨d k\ e¾à´-7²\15Àd+F&»¥°%\v×B­_{º \92£wt\ feªÑ\bãµQß\b\1fʵF¯3:Ê\15Â\94Di\1cÊ\95²@\84\92\977\94ëÜ©\94\e\84(ÕÙt(\v\9e
+aJ\15þ¼¥ì)«OG¹B\98\12¦¤_\aåJY BI0ìË[ÊEëÀ\15¿\8er\850%[LôÕ\fÊ\95²@\84\92\97·ã\9c\1d^\92\87-t\f\98\91\bnO\83\ 6\f\94r.\85\85Þ3\81\v\9fd#@Z/Xã\17J\ 4\ 5\91!k¤kQ\9eS<å\80ù\ 4!j#$ʼÎ\100\19\ä¯RÑ\ 4+º!L\8c\9b¯J[#¥\99òx»N¾¡zô¯­ív¡\v:\1e®AJê\15¸ò\19<^΢4\17 \1d6Q\e"%<Z,f{\ 2GJâ\eW&@\9f\81\ f\10©\82­òxOÆñg4ü\11°\ 1`        \9b\ 2\1f­8@ Æ"^Q\ 4+\ 4²ay\97Ñþ!\86\1aLQ\ 3ÈÅè\ 2v\13ö¸\bÛ!kµÃ\9aÜ\84
+)\rv\94BÌb"\ 4ø¦±\1dÒ0YÄîý\86í=v`{\11U¨I\89zÚW\15\98VG¾¡t3æ\19rßö
+é°[¸\15º¦\ e{ûJ°[¸¤\9aÍ\ e\12=açz¶pÆ$Äî"§¼±\ eïøJ¯?a\94=ü«Ç\9d\10&\9a\82\10\171w5õ\99ûc\83\18aðH\1c®¬\11\15·$àrÀSÈ\12n\13\7fµ.¤½}\94ô^\80Ác\82(S9\8aO\97\91ô}Â8\v\9c\13\10ÁÌc³:Lì\ eõ ð\0>røÞ\85Ç4±À=È\8f\ ek\ 4^A·Üò"|+>ïT\91Cös\98º\1dr¸ò\bo\ 45ä!à%ä\ ey0xß\12\91'î0fcÊ=[àâ\13¼RU\90K"+X\19#!7\98û\b>\82§\1aé\163&£\13\b¤O[üV^x\84:I\80;Ó6nå\ 5\9e\94        aó\15]úíä\85¿!IÈ´\Ã-\v\v\f\aÇØk\ e.ÈÔá]m\17}\85]®m\aL\8b\11\ 5\15\ 1\8fÜAR(LÉ\ 4\10È£à²\n&U\ 1\17Ká©Eè\ f\7fåIù&¼¯\ e\ 3Q6Ùõ\eJRWæ©Ï=v\86\83\84\86Øc¯_Uì      ïùõÈ\eû\8a\12\ 4\ 4ävÃt¨\aùmúo@ôsÇtù\86\98¾bº\17\80/µáôÃ\178+îÂN\87vGâ7já\9b\10}\8f»@à\8e\ eI\86ÊâºÓµ\e|\13i\83ÛQì\8bÔ£oð±Ë\8a\1aÒªà\92\9føq®R-GÔÉ`R\82QZªU\88G\1dC\11\ 5iP¦\1a/\râ 1IC\80Å®\+à\v¤&`b&L}\80\ 3-\10\87î\92Òp¸Ò\1fí¡,5^:H\82éÞPî\8aò=Ò\ 5%\9a7t\19Réx\8f×ù÷å\8en\85\10¡\8arWìéÚ\ 4yá;²\f\10*\16nÏ/áPnX\1a\ 4ÉT\84ÛÒ\80&\987Kèi&ÊpYi\1eÊ\19\17ËF\13\84\b,$A°+2\ 1æ0,yÙud\e\84è@\8c\0,QDzЭ\10&T1ìË[Ê\ 1\82?zÂ\ 2`:`·\80Â9\94+]\81\b\1dF°+n©Â\1a°Ø\9el\850\9d²$Ãòp,Wº\ 2\11B\82a_ÞR\86\ 5\1a\9cL)³\rÚ \ e-;¸§\ 4\82º/Ò÷/\15\0:\ 2|\ 2R=ãLÞã\aªßý×_\85,hª\85\fn¼wB\9a\8a!\90ú"\82øBNOw,s\8d\97\ e\ 2a  ¦a\b\94\83pO\83;ük\91¦\11\86\84=\0¥L\9d\15\ 2®Ç²N\0+!eÍ¡Ì5^:HÂüù\rç¾,5ê(ÿ\1a¤¿¢\fa` 5Ê\ 2aJ \1e\ e¥\8a\ 3Ê\90\ 4»R©øöåm\87\7f\ 5²E¬cÂ\1cÅ°:Òëä\râq\1fI!\8daPÎü¢w\85\80\9fÈ3\82mÉt\9f\93Lÿ\1at;\81®d\e\84É\88Ì\1cÊ\95¬@\88PE°+nûûë\10¦Õp\15\8fuäÅpe\97\ 5W\10\98\89\1dÊXá¥\ 1à\818°G\ 4\ 1\96ócG¡Jó¯@\17\16Ã\84\1aÙ
+`2\9er{\1eËBV\0BV\10\bÙ-\ 5éî¯A\17f¯y\1a¶»Ø2g\bz=é]\1dÈV¿+Ê÷/\1d$¡ÿ­aÜ\97¥\ 6Oß_\83péð\1a1£.úd1\89¸@\80Ð\82\ f\98ÿk_\96\1a/\1d$á¾½á¤\rù\9e\86tùW"ÝÍáJY BIæʾÜð4\bQn8\89ò\9eÆ~\1aÿ\83IÓHCjÐn÷P!\ e÷ØÀÌ°¤A¹n\1f\10Bæ´Ë\rÁ®Ø\19µ<Îÿx°4-\98~\11\1e½&  ü\96è9­y¥sÀÌîà\15]s`KpÁ\ 3äÈ\19tmvO\8b\8fÄÛR\9d\9c&pß\1fr¶Ó]=Ìö+\90À\ fjÁG\1es\rC^-0\18ú\8f \1a\eócBæ\92T?¡jøÐam¶\ 3çàâ°Ýâ\94up?\14_i7ì\17\ 6¡0\9eè{ÌBï0KÜ\8a}\13§,\Gpà^\82\94;\98\9aËr\86Fp=ZI\84\ féºÀ\11ç(Ô\82¾Z7\9eGÈÓ\9aÉ÷éVvÇ\80}\8f\v\9e¢\7fBÖ-\90\10ÚuùÅá\80\97*r\v\ 4`ù%2xð\b¼ÙðDBÇox$\ 1P\933´²²C\r\f\87·~¡fôvó\15#\a~;[¿ ^RêÌÖì
+éqÃ[9É÷¸ëW\82ÛB2¿´Eî\96§·Ä\136B=;â\vrqóÃZåìZ»L_YG\8bµE/\19d»MH.¢þ¦\ eSoÐ3\85û\18ðÆ¢\aé\1c3\ fËJ®;ð\86\8a\9eõ\98{\12\14\ 6\8d¹]A.2:\ 6\9d\v)\1c\ 1;ÈÝ'Ì2\813¡s$;È\\1fsu)ÂW\vî\88\9a#ÙÁ_Ü\82ê®\ 47\7fZ;ì\90\83\ 4çk\87\1d®ß\80DUä\0X\8dí\90\13HM\8cÈ\13w\19\85\9e1à¿tä1uò´\0ä²[È\a½&þ(ô^j\ 1°¯y#-0ßbìå  \16ïa\95\16È\13\89®ìö\95¼®RÅ\85¿!A\bOx\f\ 6°ÃË7d÷Ø\187\rÇlös\81\ 3`\89½\v\1c\1c\fà\ 5î\a\14¶¬\81\8fèÁ%õ   7±qëvL\ 1\ f½:w)|cMïwL\94ñyã.]->$Ýá\16HýB¾l×ã®ßTÜø\12AÚàn¬\83×%ú©çðÍX·a9Ô¤GSÚW\96Y',\97o\88\99\11%   °»ÌSÏ°\ f¹"÷ð\84\14Ãu\1a{ßã\86\19K\8cs2\98\81¹ßÚ\rYGý\ e5\WF×Xfú\ 5°øÔ£\ e\84@¨c\92E\v\87b\16\9d*\ 1\râI\99\18È]\98\ 6eªñÒ èdw\rþ\k|ßS\86Π¾¬\10ÌYÚQÚ\97¹FG¹ì¥amj8÷e©\81\94}ÆDÑ\1de\81\b%\18;\e\8eåF¹B\98RŹ/÷\941Á»ó\1då
+aJn\85\94Îë±\ñ4\bQj8÷å\re8\15\8e¡sè7\b\1d\1cÜ93(\8b\7f¾BÈ¡_\11°C\7fO\82\99\r\8fúÄÜ\11n\10&$\r>\94+a\81\10á\8a\80  ïIìä«\11®\10"T¥çP\16<\15Â\84\ 5\81\10Þ\91`ÂEWÚv\1eñéÁ\0\83
+N9\1cÊÍIß èį\b·¥Þ¥\8f\16Ur=Q\86T*EgAb÷}¹£Z!Ibö\b宸¡\v\89i㦳\f©t ·8\86ûlË\1dÝ
+!B\15宸¡+Ó«\rn\85ð`Ê\ 4=\94ëà
+\84\aW\10ÈàîHÈ\f\80GwNÄ\90z.\ 4Á\ 2Ù\1eÊÝ9Q\85ÐÁPE¹+nΧ\84J;M¨\10>=\10º\87r=M\10\88\9c\1e\b\86}y³ÿ\11>4Ê\rB\94\84\91DzP®\10¦T1ìË[Ê\90IÉ÷\a7\rÂ\94À\99hÜ \)\vD(        \86}yK\19r>§M\9f+\84)A´\80÷\83r¥,\10¡$\18öåín\13ÖHÇ'v\ eõ4C@\9e(\12\v\12úæCYj¼t\102n\eÎ}Yj\90OáW"]5fÇm\ 1ÐF\1eã\13²\1f\94\ 5B;y©¿-mý      ÿx¢4\97 ã:t?&±<\0\82\8f<xRS\96\rà¾,5^:\be  o8÷e©AÝý\95HÃdòøôZõÁ6\0ù\É\8dq,²CUÊì\80­µÙ\ 1»C/Ýý\87\13\ 51.{,o:\97Ë
+ùÕÓÆU\847x\81GÕU\84o\80ÀrP]E\9e\1eVë=E\90«\1f^?l\9e¢
+i\9e"xø\ 2#c«§¨}$\9e"È-\86Þ\95ÎU\ 4\ 2k¤4\1c\ 6\1a\9eCë}E\18Z\87\91\8dâ+\82¯\16ë;_\118\15\12ºn\9a¯\88òÉåÎW\84\1a\106\95\9d¯\b\9ea\81\97¾\9b¯\b¾Ê\1cõLÎ"Ì\8c\17ýÆY\ 4,F×Póº¬+© Þë\ 2\a˾÷\165\88x]Ê(Dg6î"| a \9d»¨ò³C\ e\\87§\ 1\9bK§}ÅÈ\91éëÖ¥ãá9 ß·¼Bzä\1e²Ùõ¸ëG\82Û;|\9cm\8b»\98\12èë\13w\11\8cHN\eo\11l\18ì\12;o\11|\ 4ï\955o\11Ü·\8dH­y\8bjgªW\ 4n\85[0\95:w\11=[Ñy\8bà£Èv\9d\8dòn\füÕ;\17\80\99\90X§ùs`\8a\99­;\aÒÛa\ 4hõç\0$vëÎG
+§Çíjs\16\81\10{WT^iÊö®(ØA»Þ[\ 4\90Äñuì\8aÊ\ 1\9fäì½E.\95\19íMÇ\17\a^\10³sºÀs\93Ù5o\11|\ 4®\8aÎé"\90Î_T\87½ú\8b*¤ó\17\89´TwQûHÜEU\:w\11\ 6üfÓ¹\8b0xØ»MË\ 1\96ÖÖ¬O¤C\18;5ÝÓÓP\eÿß
+¡µ¹sé\0$pè^Ó\11Ë\12;\97\ eÖZsçÒ\81\7f[\9bG\89\8a/G5Ô\15RQãsE¦ÃÜ>\11Ìø\90̺uD5Æ\89ÓE ½Ó\85ùÝ|Eí#qº\b¿{_\91Çg\91Öæ+\82\89·`¼\7f\87\e´\7fç­¡¯\9cé=:8acì½Eø¦Ç²i8$\12´;ä\90äÔ\86æ-ÂGTlï\88\ 2ËÙ \8dÞ¼E\10B\9d Ü\17\9e        µ\14.mñ\81SLlà8d\e\ eHàèÁE     
\17UIá\e\8aÂ\8c8\b\1e\93(LO¡Ø\96Þ4¡È~x3\16\9f"\92\18Ö\80OdÂì\81`]úÈZ\9a\ 6ü6'¼¥\fÔà-\ 4Ãa»\90?ÈÇÆq\bJ\8e\18\85¹à*#!ÏÎ;\9cÜ\14+\89÷.\f±.c´;÷\ 4\93¬rÔ©Å\17\86=2Å[:TXðÑ\94\9e)p¸´¬¶c
+\84\r,¡çJ\11Â'\18\17ø^6ûý\rö
+\98\ 26\19\ 5\91Á[\8e\1dSÄÓ\88L!\93ÂÃû[kÇ\14xÓ.b ôRCv\1d¾äå\1e\16ü÷\11\9c\ 4\10º)\87
+t8\0L!äÐ\13\8f\e\e\83ïJA»3ûCáõ7n\14¬§xD$¢\ 2Î\14\8c\ 3iLA%\18×\8e)°l¬ÎwL\81\16'<\ e©¢\82éMy4¥\9a\0óÃDA\ eï¸yl9É8S\83\86\a²W \1d Ï1#\8b><Ï\r\8b>¸CðInPjè÷Z<\87WÃâÉK%d\13Zù#¼aYX¾Ð[F\10\11\r\8b0<ÓËÏ ãã4\8e\1e\1eÁSÄ\ 5\9f\12ÉA\9e\12Aï/ì\8fðé\1cxÆãå\8f¿}|úé\97Ï\8f_þòáå\87ï~xy|óòù\87ÿCïÆ.h·½\87#yzlåQþ{ùéÇï~øóß~þæó\ f?ýHÏ¡¼·\10¡\boÁÀ®\8b\1f\98Ý~øøåo\7fzÿ»ÿöo\8f\7fû/X\ 5\82·±Upõ£6\8f.\13À«\8d\8bé\1eiy\ fïð&x´$ñ«/VÞµ\ 5\8eÃc&¶\7fJæý\82\8fÒÀ÷)uïÉ@¹L·
+\8dòÞKé\1e½¬\92\ 4\14\1eï˺ã\88ÞJOÞ<\97b\14Áã\\91ßè1\82·¬÷\84ÁX~G%\94iÔµÌ\bê2\ 4eóÒµ-H+J\17 Gf\14\19Y\83µ=\7f\ 4/k2\88Z?\1cgxQ\17oW\96~Ø:r\1f?|÷ùýç\9fÞÿüÃ\9f¿ÿüøÝ\97_=~üÛ§?}øù\97WF\84ÞJ\ 5\13\9cß\9e1\81\9f\90iÌ1Ìu\8b/íu=3Ëi\13A\14\93\93\17eXøv2öøæÇo¯¿5\83Ç(oykf\8bàÆ[3pÚý¦·f¶-\18\12\ fy@(9¬4`Ã\82xèÁÙ[3g\r\b\ 3\16â\18ð[3ÛúÇD\³D6pcñØ\ 1}"\eà    \rwõÕi èâ\11Õ\7f-\rÄ´ýüTÍíöç¬lÿ$;ñ*üó·\12ñÀ=<ã\ eý×'\94\\86ý×'\944¦Ö\7f-\11J:¤²\934 ë\80~Ò'\14å\97\1a¶ôG/u\8c\13ÑÀÝ\99Aûõ   =9\11Ò\19ÿ§ô½SÑ\9f%B\92\84¬\18¯óJ"¤éø\85aÿ\a\89lfõã¨þà­¬ÉSAqQοq"=\bÍ0\aýwL¤7O\b\9b\9f¦ÁIq \7f\8eipæ      Y\87óç@\7fþR\8eNþ¦üÏ£ù7âÿ8\91\92]Gí×'R\82MÄ[ä\ f\83â\14ü;K¨z¦?æ   U\87ë\9f>\11$8Ñ\14ò;}eÃêÖ\8féK=vÔÿ\v/õ¸Ñü»ðJ\89ÓÍ\9fiB^oÞ$ÿ\18\89£\90ÿ©üxÝú3\95\9fNÿÞI¤\ 6WÎî­\1f\92É5\fêk\1e' õG^ÉÙZÐa\90\90yl¿\81³Tc¿Mç\7f\1eÎÿABóIû«ýöúú9\95¿Õ½Éþ\92WrÎì¯cû\17J¤¹X|{\19ÂÕlÓ¿\83þ\8fõ\ f¸luëç,\11¬UÍÿi"S3\92?½ýåù¥°»ö\97\1fÚ\8f£D\84\93D¨nQÊß$\11®óJûaÂ\7f·*ù?Kä:´?\aöÏX~½×í\1f¦\89PÃÛö_\98ïD¡?§ò\13ó\9bæ¯$b½»\7fòi(\7fjûÇp"`¸Í~Çþ1n\1dÔׯ_ò:\ fÔ¿õT«gùÝÔ×Û?Õ\81\ 2i*nØ?FägÓ\7f½ýcdÿ±iÿ\85×\91Äÿ²\1d?}"Z~is×~µýSý/ÛñSÛ?p~ò&ùáD®gò3{ªU\12±îø\1fÕOµ\9aµ\rÀ­§Z\17Je\ fõ_{ªÕ\ f\ 6 .Í       
\12:\1fæñA\ 4sà AÀ  
+\ f\11\f¦À¤\ 5ÞëZ\90\a>D\9a\ 3¦"è×PE.V\82\98´\8cZ\10\ e-\b\87\¬±z\11\8f\bà-ö\ 3\82½+\9a[\90Í°\ 5\8a\ 5A\1e"\18<7¹\7fÑ \91"ZÝ\10Áa&O»°Æ\11\82ããD#W0I²e\ 4¡S¥öø8Q<è\ 2ê\825\16ÏR·r`\8fÎì£$R\17 ÿÔ\88\a\87\94ºëa2
+\82!\ f\8eêh$Hô¾\12©Cpët\a\ 2G\7fú1+p䤾v$\89q`P\8dç\82õC}0\9a\v~(\896,Ü\85M\v\8e¹õg\92\b.=\95$\8e\9e\1a#\9fܨ\ 5ö¸)<vA\10øÑ(\1cßO>êDæAQ(G\9dè\8enå8x..ûæÖÛ#\18ÌÆe<\8cy¨Tuïµ!\ fØ1wÊÄ)\82Õë\10L%q\1d«4ÕË\97\1e\1fKrÃ\16\1cæÂL¥¹eØ\82Ñ{kÇ'ã\10\81\19N¦ãê~äAB\87§á\87\9c­ïß\991£ýÑ\91\89pägø)y@Э\8d\83QtC\9d
+\a\8c`ßAýÖ\ 3³(6hÜ\80Àëʦ\ 1Ç\95ñØ\0^VØ@Þ6À\ e\1cüÇ\ 3\1e4R Û"Öï_\8c\ 2õ­å`Ì*\ e\8e\16\15´\8fø\84\80Á\ e\80´ª\180\1dA~2M1\82\13\ 6¬Z\11:N\ 2ª\1fF\1200ÑÇ\f´Ë\88þ\88\81ÇE9â[\ 5#úf\19øH\8e\ 6*\9d\11ºÑ\b¨^£Ç\ 6\98U9\ 5&\1dà§\ 6\14\1dØoryEåCÆ\1d\ 23X\fö\ fOr\vÜh\ eØÁ.uRß\8f\1ap¬?5ÌØ˽\97áÃ\82<\93a9&¼3\89±\ 1ünãi\ 3¦\1cHFÅ\814\eÂ\14G³xäè\19ÏÂj\10\9cÌÂQ¬KÂ\83º¡\1eÖ3`Õ1`:\ 2\8eÀq£l»§\13÷³è`NÐndd\r¬ÃY¤x´\86XàLTé\81\ e\9fUXQ\84ý£If\19\1cÖ\8c\15\89³£\ 6\f\14Él-\81§\aß´\96\87\b\8fA§H^[\fGîR\90b\17\1a\vÛÃ\7fÆ\f\1a0\16cx¹ð-bìÂh5¿ HäÀì\\15O8\18uæÄT\88\93Ö\9e\9b\94uÓp¦\88\\1e\8aÀ`)\98\8c@V*\92©\f­j\19\1a«b¼Ø¦2\88Æ\93ÈsÌÁÝÅÌ/J\19<n.I\rx3T\ 3ºS\8bdéùD\15\vg6!æ\8e~\83Q-Çfwg\81\1c\9bÝ\9d\ 5rlv{\16ȹÙù,\98È\90\7f\9bA$\ f(ÞX\8e¹\ 1!i\8dÚÉ\10Äá¶b°\9aNz\90F"0Ô\ 3c\93̧á¾Â\fX0Ù\18\89ëÝ¥[z@Îζõ\8fc\98\ eö\ 4ï,9ú\18ê÷\1c\18øÍ'\87g\81\85Ðõ~2¸\8e Ý\eËæ~Ë\ 1ÅÖ\8e¦\91\89¬\886õ/L#8þ:²@¿\98\18\11¢\1d\vÕ\8b\89<D\b\8eß\13M8ñ¯\88]¿e¡ÊEEõW\95\10N\87\80\ 3\ fÁª\1d\82±\14W÷À®\ 1\ 3!\9aìLøMô\1d\a\ 6\16Õdgeì\9b¦±5Q5\8dç§\16F'\83³å\1cb\98e\bo-çÕ¿p.Ä\13\17\8fKJ=0^Î%\8ay'Cêå\1cì\10Ý$\1aO\ 2\88b~Ó$¨þ\89ÓI0óoè\96\82¹\7f\14¨\97s\eGjd°\9c\9b\83³Þ°\83Ã\91\9f\82ãU\9888o #\93Ö\82\1eÁÀQ:Ñ\ 3y4\ fGz`Â\82ÕèX0\8d%\97\13\93³åtº5ZF«ÑÈG3s\91(uùtsº\fç±\82\85Ü\0£\Ïg®Zgò\88\ 3\83£ÃI\a¬Su`îß0Êy8      ÇvQ'\ 2S\ er<òmM$\ 1Ég243*\9d\1f\8dÀÀ¨\9c6@©
+G˱³\9d\87\9a©7\16.º7-\ 6\8eCúî\ fA²oZ\f\\1a\194úÅ\0o]ë\16\83É,ÊC³~\10ȱ砻\19;\9b²\1fÂÁÞnÂ\81\1c\ 3Ëh9\1c\9d¹M¶÷\8bR\ 4¦»c£\KfÇ\9e\10×\9c\8f\8aäxìy\8c\93gH\80\82\90§·;yV\9fùx;\1a\ 3½§Ô»\91M74k÷¡\89Ü\ 3H5`ö=°£Ë±'>\92\9bó¨úHÎçÑØÝ\8e\ f:\1eçÁÑÝ>SÆø²£n\87?q²¤\91\1cê\8f,|UEáÞ\91\91ØðúD\98îOÅÓ¶C ß\9fÊÞÂ\86Wµñ¨>E(\87Q}\15\9fUõ§.\8a\7fáìÔH8Õ\86\83#e:sÒ\ 4Ý\bÌ\1cm5\82b\8b@\7f|]C(6\bFªhæcI\ 3!\1cÍ\82I\aV«ëÀT\ 6V\9d\fÌ]\1c£!ÔÛåðJ«r\bg>\8e\11\aFªtâa\10\1f\87u÷Îí 2S'\ 2\93\r²\18ög³h\1eB¡kÀÜÅ1jÀ\15\17ÇH\91^qq,:\11\982\80oJÜ\9d\846ZU\afsÈ\8a«÷¦\1e¶iQêá\89\9f2\8d\ 4`à§\9c2@bÄï2 ÇÛ\fHÝUí³\85p\1a\85´\8eÚ\7fá¼\ 43@\1d\19 v´º%(\95Ðd_dF\12pÁÑ
+\ 1 2\87n9Z\9dV\rÎ\1c­n¬\ 6Õ\8eVçì\9b´\90\·¾«\85ª{ã®5çÆÖ\98~oíÓÛd(\8c\18xÁÑêBÖ\19ijièâh\b\ 6Óp*CÉ(ehâ\1dH#\16^p\12fµ=9\19Ã<2\aõ\ 6\9d~\93\10úe¸\96«}lÕ=±\13"µAì\87æ\98ÞÍéíH\ 4.øWìp)RøWvá\17×'\ 1ïK% \15\1eS|ýäz²1öN©ÈÆk\19¤¨Ö¬eÓ\11\f£=Ñq\ 4\80\8fC\11Ô\8bpÔí\8aç\9e\89\91\ 4\p\13cÂ|Õ¶|\7fQjÁøN¸øL\938a:i\91\0õRd8ó\12D\87\9f¨¡É®Òñ\81Õ\ 6\81~-\84ð\rU\ 3æ\9e\rVÄpwùÆZh$\98\0ýZX=\13\eú\17ÖÂzñsÇ\ 1õ¡#¸&ò±\ 5ÇCÇÑ}½\8cñ\1f­\ 5\1d\82Ñ\1d¥Ùí\908àá\85Û!\12\r¹\1dCµ§\1aòÏ)¥x|âVo\87l\e >q3k\181@¿/^\86ôÕ.R+kéN\bU\97\87\8d\93Y0í\80\19ÎBý±µ¬Å'\f\9c\9d\14à
+\82õíÙ\ 5©É¾Ô\8d\85\84±m\19 Ö£õÊë©\1e\9dyVt\ 30õM\89\9bß\98\9b¾©0Ô\ 1\94¬Ågzt\1a~\13W\95\12\9aΡ¤\9eC\13×@\1eÍ¡+\17\94äÄñ®\16Yujtª\ 4Ö\11\aõ×,!\8d\9c¨á\8b×,y_kÞ(\84μM\bëå\94óÅ|\16z¡kÀÜ5¡[\bæ®        ÿ&sÌÉAÓÙJ:e\80\11\98lì%\88m7\89ôþ5¹x¿m\80Þ¿\16ßf\ fÖ«-g"4õ¯%3\9aE\17ükÕ\1a;\99ESßH\1e.ÆzÿZ¾»\16\83n-\9e»6\94æàܵ1\9c\85ú{ \8bÎ\9a\9aßmÉZ54\8b¼pº=Åtg;Q\84ú\9d­\1duaÄÂÉå\1a§\
+f&½wqÔ\0EN>ÉÉf´{\8a\89wF\8e¼·&é(
+nâ_
+#\83DoSKV·sU|\12w±ã\80ÚGêczÓjìÓÈ\9e¹p[¶ºGî{7ø¼q1·®çÔÄ\15\8b¹gO@f7Að\1a\vg7®ár\vr`Û\0¯Ï{ \a\96Û\ 6¨o\\eq\91m\1a ¿qm¢\8e\ 1ó»-N;\ 2\13ßBZ+\a\ 1I\8e\ f\13/í,u\85\1d°@ãé\97úi0\84\83Å`zf*\9eþÓ1\9c\ 5^x\1d\vç\r\ 6̽\e\8b\8a\83Ó½)çW½=\8d­\rJ)\9eìMíh\16\9v\97\89";uolG@í!¬\81\1f[úúöû\91\f߸Ûr[\ 4\83N\8f\9dÞm¹+\82r·åL\ 4§\1e²¢HóQ\r\8d<dóä\1d\ 3\19¼âÞ\18Ê\80þ\8aZ\8eª¥h*Cër{1G\19^\87\93X\9d§F~\9céáùÅ\14\9d\16\99_LqÚ¥l²76I)Ä\93úV·\92M¯e¸ÑBt!\12ØÉiÕM{Îyå,\9cf?a{ÎÀ#\8b¯\87\12ÏÜ\eY9  fî\r÷&=ä$\91Ø\19\aæî\8d±EzÁ½ÑXxÓ½á\95óxæÞ\18®\85\17Ü\eîMkY\8dܸ»\96U÷Ä͵Ì\ fõÐ\ 5÷\86\8a\8dѶìJÚ\ 5«\1d\82YèÇh\16\9a»\91\87\91\966(Û?\vÜ\18îkÕ÷å½Wn\8a¦"\18FÛ2ý}y\1f\86ÆÈ\15ß\84Î\18\99^M\92C÷ssj2\89\92vW7\11Á4Ü\13éÏÌ9ò\ 3R'Ü;3ç-\ 1 ¸ufÎké¶\ 1zsÐ\ 4òLìêë\13\8f°\bmë_\bü`        ÚöÿÂJ\bi;d\ 4\84\86E\bnvÜZ    \rËÐ\8e\85\17â6ÜH\ 4ôiUùJÊ\8e¾>xhµ:\19\9e§í\88£\ eè\83\87ÖõM2$q\e§24Ý\94\99Ñ$\18ÆÁÎÒzæ7\r\ 1\ 4q+ÕȤ\ 1V'\ 3ó;-AÇÂyZÏE©\87\83ªþt\býª\eÂiÊ\86\10F\bô·\váR\8ar\f\8d¨U¥\93úɨêOC7ò2\94\ 1Åë\r¼µçÈ\8bsE8qM°I\7f¾\16M\92ó®Iµ\96N7ÆËH\8f]\88¥\86\9c\15\1a!\9e\8c\8c\81\v\ 1\8e\96¢\v95\9dU.E\93\8d¹\8bu-}uc>\8bÂtü\82È\8e\ 3\9aÔ/\9c%=,xÓ\e\82)»»êÇd÷óHT\16â\14ïiBþ\ 1@pÍ¿$7Ty1ÚÔ\1fnË&Ë)»\18·\b\8eB0½aÊ\1eÆ-\aô^êjÏl\19 Ïä\96i[´gÀ\ 5\8d:pÁ\1e  *\ 6Îí\91\11\ 3/\9c\96ÁI\8b\8a\ 3ó£\1a¯êÁ©=rÞ\80\89*\16\1d\ 2õ¶FÒ\88Ý\9dD\90¤@5\89æö\88Q5`\9aÀI\\94\8b[°!\8c\ fC\f«R\88'\ 6U\1c\89Ð\85\8bê\12Iz¦FæiÒu"0\8fD\1d\89àp5\9fÈP\ e:\19\9a\9ev)õÐ<\8b
+ñ,\89\97\7f\9b\1e\91'\89ï,%\14\8a:T\ 3ú\ 4Íf$CCM:qôÛÑ\18\8e\t\13\83È\ e\85Xí¢tNg\fÌ\8fZò¨ýê÷"\1cßM»­\aå\92ëuEÌ"\18ÂÛV\12\17\86# Oã\16G\8bù\ 5\9b<\8d\95$fcsêB\92\9b\ 3Ó\ 6ðµ\9c³\ 6L9°Z\1d\a¦~v>²=\13âé\ 5Å%ªV\92i\18¦Q\ eáü C×\81©£ßFÝ$\98\9e4¸E¥Ææa\9c#\19\1aM¢ÙI\87\9f¥ÏÒ­#Ó\1cïA·¥\98§ßR¯#\93\11\8cÊ\95´(\9b\83\fb\ fÆÖÌñ1¾éQIÊ´3Þ\1a\94££\92ɶL\|¥+wx(Q\98Pÿ^\f çY°iÀ¥Kªë \ 5\17ÒoqÂ\85]}uBM\13\92®\ 3ÓÃ\1e9ìØ6@\7fØáÀ»!¼\10ÆéuC8?êXU24M3\9fð\ 1êÛauk¿\1d\82\vù¿8}Ö\19\vçwLÝh\bõÛ²eÄAýí0Ëiq÷\1cÔ_Q´2\8díÝôYC=¢¿¢hG³øRú,]\ 3¦Cè\86jäBú,¶©·ôõ\87=>ëÔÈü\92¨U\8eÀdkÏ\97»ö\93H½«\ 2ßÀ\80\ 3ú4÷Q7 ¦"¤ÕcÓ4÷\1c\8e¾Cp!Í}Ud'³h\1e\ 6¹¨4éü\96êH\93^\10b~xè®\10W×ÂÝżº\16N\16óy\14¥y\93\fÉ%×\eæ\8c¸\16Ìh\16éÝCÎê80m\80l
\1a0\ f\ 4MÚÕxâ\9dà\0¨3!\9agÀR\9a\94Ó\ 6\f5Ù¨\ 1\93(Èj\90Ý\\f]\8cJU<{Bm4\86út¢\92ßûÔ\1e\9aÙÄÕ;qj\13Ïò{{\15\ 3¦\a~\99·5[\11\18\1døí\15!¥]\91\1d\ 27På\93½ñ2\12£Q>\8f\ 3\1d)\12ý4\86'ØTÓxê\9d0ÚY8¹bY-Bwvµj\86 ê\10Ì\9f`\e
+¡Ú¨öC\8bP\93Rv\e\b\18¾\1e\bzn\ fMDp¼±=\88àÔ7\10\ 2O"wÕ7 )Àts`:\0Q7\0³÷Tå\ 1¶½\1a;\98Cg)¼à¢äI
+¯É¾PD¨ØÖwî\96Õ8ÎMý\v¡´5\90ó¤\ 1Ó(Bß\1aðÚ\1c\9a>\8e\1eèÑ\1d\13ÌuÿÒ&pbÓ\80\v\8b¹\91\96\ 3úçá£\8e\ 3ó×Õ\9dªþ<î"\rFP?   $\7f×N\84\8e\93`\1a9Âï·íeP\9f \7fåÃ\9a\1d\82\v\19À\86C ?ö_t³pZß\8cXxá\86¨\19\rá\95\e¢²)8\91á项,¥[\ 6êo\88Ú\91\1aºpC\94¯ê\9fÏÁ\99ocÑIÐô̼S\83·n\88ú¨\9a\84\ 2gð:ÕbS\a]l\1c8qÐÍ2p9å\10Îî¸*õðÔ»\93\86zX}­Åò³Î÷e S\84·d \8f´È\ 5\19\10ßÌ\19\a§·\84W¶ÇÊö´\v\83\f\8a´)â\9dÉ:M>Sdn¨H\a\8al\1e¹1\9a\aú\8c\13Î\f¥xðîÓx1\94×ÛN\17ÃéÎØ\8e\11\f\9c\e³XVéÁrvÉt\92È\8dsß(4Á,ÁøÈ$\1c\9d\15Ìn¹.ª\89<½â\19\86&©þªv\1cÑ¿â!\8bÚÅ`vÍv´\9a^yß]Nm\v'_õ\ fÍ\83?FªäÂ3\8cÙi-²\89\fuºì\96\9bt\rÚÕdöþ\99º\a3ÿLz\93\956áY\12¯=\aÔAù~¨\89ô\99gàõ³7\99õÞ%Ý\10\9c\86\7f\9c*\92YøÇÈ*ÕßLña¤\a\ 6CpöøÙý1Lo\9bFòø\99B\13\1f\89\7f­WßW\97·Ã¸\aå÷ÞEÓXëß\8a=\b#úWÞ\1e\v£\ 6\xâ^|ý»\ 6èC\aÄ¿p\97\ 3rjyÎ\81\89\83\84\9f5Þ5à°9\9b¦8Ï\9eÌÒm\ 3F¾ö½Q\96ÐÒ­\ e\86]\ fÔqdf\1dö@\7fp¼ø7É@\8d¾8\93\81iX¿8\bΦáôÜ\96_\15ÞMC}ü\88\¬¸Ë\ 1¹XqÆ\81ù\ 6}¨GôAí\12=±éÀ¥\9b\19#\ eè\9e» \1cT£ix¡\ 3ræxÞ\81ÙEQ¶\88v\b.\\14ÕÉÀ4xA\14\91Ë7C\80ÒÛ4¡ÍJM8O\82¥kÀ<zb(\ 3\17¢'²J\13\9f½®~*\ 2g¯«\9f\8fÀäÜÙ\8cf¡ÞOY·ç[\ 6ª_Ð\93×ËÎêOý\eC5xÁQëø¥\82Û\fpñ6\ 3pcèF+\91þ\ 5=Ç/\1dì\18p%Ã÷ò¦¥Ø\ 5ÝR<\8fý\18/Åú\14\96ì\ eÁ\95\14X\8bN\rÎ_?\v£Ix!\ 5Öp\12èS`É\ 5µ»Zh]tZh~³D·\94Î\9d\13Ú\85l\96á{lÌ\\88½HÚµ|²36^9\8b\8d±\1eÕ\1f¼wæäë\1c\9cÕ\1f-¤W|\13£þ_pñÉëkç"4\11\81¡9zÁÅ'/»\9fj\81éÍ\8e0\1a\82ÁÍ\8eyðÅH\8a/\ 4 uæàë,\9cpà¾\1eä\ etzð\96kA|\e6ßÛXËZZêßs-øQ\ 3ô×\93ªocÛ\ 1\85\17[ä®·\8d÷F@Þeßr@\9f¦\1f\\e¸\12l:paKRc'N98ËaÅæØ\96\83\83\18¶ÙÅ\928 ?´\ag9\1f\8cª\ 3§9°¶# ¶çªgdÛ\81Q
\99k$)G`\16ú`u\1c\9cÇ^\8c\1apaOfí\88\83
+5ºpÎ\8aø\ óK±ìC\v\ 1óúK\ 1ÎÔIðªA9ÝØ»¨\9bE§Ñ\13g\bN£'N¥p²1÷I«Ig\ f Y\9d&\9b\1e\9d\87D>ʲÁ»÷\ 4]tJMr\12>qÎ\82Y\86\9bÉS)\903¿»ÊØ\ e\95á\85g\b× \9a\89SM°®Êõ|²·]FCxåYêeØ\0u"2gFC¨\7f\91·¦­8U\85\93\8d\99U*\92\ 4§µ\afi+F\12¤÷±:?¤¯\b¢\92\fáîæZ°»Xr>\89\ fC\93T}ѵ^,Ù5@}ÑÕÅ\91\b]¸èZ\9d\137\97ã\9a üt\b\89¨ÒÃÓè\99\1a\1f£gæÞ\r¯]\8d'\1c\9b\17\9d\10O\83â\87\16Ý0\ 4jv1d¨Æôù¹\8dV\ 4Æ2,ùÁo¬\84-rb\80@ó¶;·`¸³¼\10\ 4æ%\r\98\8d¯\a\81Ms\97ø!\ fÕk¹\ f#³ü\82\83'h·\ 5Ç\ 3Ï\8dsb;\r\8dúéªê\9d¸i\92VïÄ]\93ÔK:ĹIú/_¿ûâKó0\8f¯¿+\1a\1dê?P\82è\8f¯?\15\17±_\9e!\95o¾}üæ\7füôøøÃË\87\1f\7fùðÏ\8f\7fÿÝ\97\8f¿üüÓ·\7f{ùðíãOÿ÷ñï_}þáãÇÇ\1f\7fóòÇß>¾|>¾úáÃ\9f?üüùñþñýçÏ\7fùç/¾øûßÿþüüý\ f¿<\7füðù\8b?\9a\14¿ûù\9b\1fÿ÷\17\7fù\ 5ê=¿ÿüéão\1f_ÿç»\7fýº´îÿ\ 1\13k\b\83
+endstream
+endobj
+384 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 955 0 R
+/Name /Im359
+/Width 35
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu\8f±\rB1\fD\ f¥ø¥GHAKÅ\ 2Y\f)\1e\89\11<JFH\99\ 2ýã\1cD\aÍ\93\1dÙ\97\v@§ãBN\94Y\17\8e°\13æÇ\89\1a\85¨³ÐÛÆú\83\1c\81\8d\83\ 6lìhå\ 1m
+\f\15Ì.ß[¶ÊþÎí\8dÂ\r\87lbÃ\84ÑBèCàü\8dø`\14F\97³w\97KsKûªcÈ¥\\ eYdzÕ\8f×ûãy{\ 3EÃo\9b
+endstream
+endobj
+385 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 956 0 R
+/Name /Im360
+/Width 52
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ð±\11\80 \f\ 5Ðä,,\1d\81!´³`3d&'p\14F ¤ð\88!Á;¸ÃÎ\ 2^ª\þ'"ò\0üST2\0f@\ 2\0\1eí%,A\98£0%\ 1o¡¼\82S\ eÅú\16s\rà¥ßÄ_\18­6atRw®í¢Ô|\9a\16SÛDí\85[\92ÎüÛ`!)Üs\7f\0æésê
+endstream
+endobj
+386 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 957 0 R
+/Name /Im361
+/Width 22
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d»  \800\14\e\ 2Ú\ 4ì$\85\ 4ÜÀÒÎU\1cÁÒ"`Fq\94\8c\92\11R¾"ðü\1c\8e\9a¦!/¶ì¦î\88 \8dö\8f'q¡ñ\95¯©Ø\82Íô\89\ 1\ 2¬p@Ádg\93ëð\ eïñ\9bÊ¥¢Zßã\1cïð\0Ö©&)
+endstream
+endobj
+387 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 958 0 R
+/Name /Im362
+/Width 29
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ê!\12Â0\18Dáש\88\8c­(Ä¡;(D\87\\85#T"\986Wâ\ 69J\8e\10\89èð³¥\ 3â\13\88\19¬ÒÚ\8a\91%õÄ|!\94 ¿©7\]å\8d{ÙWû7k\8f®îü¦@È»\98\ 4\98e\85Fi£¤Uât{ÝA×UF¹ÓQé\9aB×f\ 6\97\18<\f=LÁ¬FYÄÌÊÏáüx\9e>{¬FV
+endstream
+endobj
+388 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 959 0 R
+/Name /Im363
+/Width 31
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~Àü\80ÿ\87ü\ f\99\1a\e\19\89\9a\ 2;\v»\aÿ\fì\ fü3¨oøWPÏð'¡\ e\8c\v\1eÔ10\1cøÇÀàð\87\81\81\ 1\8a\19\a\ 23\83ð\a\ 4f\aá\a\bÌ\ fÂ\a\10X\1e\84\e\80r@ãä\95ê\16(\ 3\0Çõ)ó
+endstream
+endobj
+389 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 960 0 R
+/Name /Im364
+/Width 7
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«øóçß¿:666\1e\1e\19        \83\ 4\av\81ªVa\0gy\aB
+endstream
+endobj
+390 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 961 0 R
+/Name /Im365
+/Width 25
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀÀÿ\ 1\82\19 \98ñ\ 1*f>\80\8aÙ\eä\80¸\9e\81½ñ0\ 3{s;\ 3?\e?\ 3?\8f<\ 3¿\ 4\10\17ð1È\ 3õ\80ñ\1f\ 6\ 6¹:\ 6\ 6\e~\10n`°ao\ 4á\86
+~f\ 6\bfb¨`gcøÀÞÃð\81ù\aC\ 2ÐrI\95\9aE\8a\0\1d¹\1fÎ
+endstream
+endobj
+391 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 962 0 R
+/Name /Im366
+/Width 39
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Î;\ eÂ0\10\84a[[¸ô\rpI\93\86>\84\b\88#\84\9bÀ\rH\17\1aÌü\12²D\9a\8c´_5Ú]ç\rÊ\ 5\86BÖx0\b\10\v  Îp\85·ð\v<\85ÝE\98D\84Ä\96\ 6jhá%<ØC\84\19F\119y\80\ 6:X!+\9f\r¿×ö1Êÿ\1cOý­ú\ 2(ùT¡
+endstream
+endobj
+392 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 963 0 R
+/Name /Im367
+/Width 68
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ñ½\rà\10\ 5`\90\v\97\1e\81=ÒФÈ\18Y$Â]VréQ<\ 2¥\8b\13/p?±dR$ÊI O\ 2Á=\0\0rµÐj3\90\ 1m-ínÂ*ð¼©Â!+Úà)Ò\19¡tÀ\7fè\ e<.µ6\925f­\ eÖ|\908\969idFÖ¤\91Þ\91\15#æÓ9¾{\8d\ fÏò\15ößp7d\ 1\ 1/\88Åo\9c3\94A0á¹2F`fxùÞZ\81ÜõòXn/PçÏW
+endstream
+endobj
+393 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 964 0 R
+/Name /Im368
+/Width 47
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ð±\11\80 \f\ 5Ðx)(\19\81\11¬¬ÙL\1cÆA\18\85\11(-8¾\1f,ôÔN\v^A\ 2ù\17Á\80E\0\8bL=
\ 64³ H\82¨ì\bI!\12rÓo§®Üµõ\83\8fßÜe\96Ï=  \8d\91­]*\8a©¢Ì¿QË\8a¢½hç\ fÁ½¼9Nó:í§æzQ
+endstream
+endobj
+394 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 965 0 R
+/Name /Im369
+/Width 22
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏð\1f        ±ÿg`\1edèÿÿ?p$fU»S\1a\0$\Gç
+endstream
+endobj
+395 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 966 0 R
+/Name /Im370
+/Width 45
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceͱ\rà\10\85á\87((\19\81*e\9a\f`\16³b\86É d\13K^\0ÉÍ\15È/wפpó     !~\1e9
+\aoF¶(\bìq\aØ\93ºí©\ 3uä¦J\ 1Pæ¢æ¹ªé\9aj¤¸C\rÔÈbsós\1d®øÍüËËÞ\9f´ö þ\9f¾\96ån\96fqñxñxÕe@t\19At\19$*åîóñþ¼~ßø\Q
+endstream
+endobj
+396 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 967 0 R
+/Name /Im371
+/Width 45
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceϱ\rÂ0\10\85ág¥p\99\râ      h\90è"¼V
+ éX\841\102b\11\8fàÒE\94ãÝ\15±\ 4ÍWþ÷N¤8©òg'@\84\ 5g8:Ò\84\v@'\9aQ\819£Ðâh,.Óª\86Ú¥ÝÕÓ~õ\vÝzê·\1eT\ 2íd0_ÔÉÓ\)¤þ:\97fÌÍ\90\9a\9aßE3\98z*ò\1fV\96Q»ébN¦\1e\91·æå£áù®ÉkÐX\14«Ø2o\v\ e§Ûãø\ 5¶¨_\7f
+endstream
+endobj
+397 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 968 0 R
+/Name /Im372
+/Width 13
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão°\7fPÿ¡þÃÿ\1f0\bâÙ?ào`À
+øqªçU­\"\r\0H\8e'A
+endstream
+endobj
+398 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 969 0 R
+/Name /Im373
+/Width 56
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\18\18@äÿ\ f\10ê\1f\84úßÀPÿ\83\81ÿÿ\ 1\10Åøÿ\ 1\88b\0ª\ 1Q@\f¢ìÿ SòÿP¨ÿdR(¦ Ú\0µ\16â\b¨\93À\ e\84x\ 2\81P\ fÀ\8aA`ðQ\10Wb§,,kw8\ 2\0o\86\9aN
+endstream
+endobj
+399 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im217 226 0 R /Im103 110 0 R /Im101 108 0 R /Im114 121 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im101 108 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im107 114 0 R /Im28 35 0 R /Im106 113 0 R /Im28 35 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im116 123 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im114 121 0 R /Im25 32 0 R /Im29 36 0 R /Im117 124 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im167 176 0 R /Im25 32 0 R /Im106 113 0 R /Im358 381 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im119 126 0 R /Im103 110 0 R /Im135 142 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im175 184 0 R /Im177 186 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im177 186 0 R /Im353 376 0 R /Im182 191 0 R /Im374 401 0 R /Im168 177 0 R /Im176 185 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im350 373 0 R /Im137 144 0 R /Im120 127 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im189 198 0 R /Im72 79 0 R /Im44 51 0 R /Im42 49 0 R /Im101 108 0 R /Im111 118 0 R /Im189 198 0 R /Im72 79 0 R /Im37 44 0 R /Im80 87 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im28 35 0 R /Im107 114 0 R /Im226 237 0 R /Im107 114 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im28 35 0 R /Im107 114 0 R /Im29 36 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im22 29 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im101 108 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im358 381 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im176 185 0 R /Im136 143 0 R /Im227 238 0 R /Im189 198 0 R /Im72 79 0 R /Im44 51 0 R /Im42 49 0 R /Im137 144 0 R /Im353 376 0 R /Im101 108 0 R /Im111 118 0 R /Im176 185 0 R /Im136 143 0 R /Im227 238 0 R /Im189 198 0 R /Im72 79 0 R /Im37 44 0 R /Im80 87 0 R /Im137 144 0 R /Im353 376 0 R /Im120 127 0 R /Im101 108 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im102 109 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im138 145 0 R /Im353 376 0 R /Im113 120 0 R /Im375 402 0 R /Im133 140 0 R /Im23 30 0 R /Im28 35 0 R /Im105 112 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im119 126 0 R /Im103 110 0 R /Im135 142 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im119 126 0 R /Im156 165 0 R /Im139 146 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im25 32 0 R /Im107 114 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im117 124 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im101 108 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im28 35 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im30 37 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im111 118 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im175 184 0 R /Im177 186 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im177 186 0 R /Im353 376 0 R /Im182 191 0 R /Im374 401 0 R /Im168 177 0 R /Im118 125 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im26 33 0 R /Im26 33 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im22 29 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im146 153 0 R /Im177 186 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im177 186 0 R /Im353 376 0 R /Im148 155 0 R /Im120 127 0 R /Im21 28 0 R /Im113 120 0 R /Im25 32 0 R /Im113 120 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im146 153 0 R /Im177 186 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im177 186 0 R /Im353 376 0 R /Im148 155 0 R /Im173 182 0 R /Im174 183 0 R /Im175 184 0 R /Im189 198 0 R /Im166 175 0 R /Im376 403 0 R /Im191 200 0 R /Im377 404 0 R /Im190 199 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im190 199 0 R /Im189 198 0 R /Im353 376 0 R /Im376 403 0 R /Im191 200 0 R /Im378 405 0 R /Im180 189 0 R /Im189 198 0 R /Im206 215 0 R /Im376 403 0 R /Im191 200 0 R /Im379 406 0 R /Im174 183 0 R /Im176 185 0 R /Im177 186 0 R /Im206 215 0 R /Im176 185 0 R /Im178 187 0 R /Im137 144 0 R /Im174 183 0 R /Im380 407 0 R /Im206 215 0 R /Im137 144 0 R /Im120 127 0 R /Im380 407 0 R /Im206 215 0 R /Im181 190 0 R /Im29 36 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im176 185 0 R /Im177 186 0 R /Im206 215 0 R /Im137 144 0 R /Im182 191 0 R /Im268 287 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im146 153 0 R /Im177 186 0 R /Im166 175 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im177 186 0 R /Im353 376 0 R /Im148 155 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im119 126 0 R /Im103 110 0 R /Im135 142 0 R /Im176 185 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im350 373 0 R /Im117 124 0 R /Im137 144 0 R /Im113 120 0 R /Im119 126 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im350 373 0 R /Im117 124 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im146 153 0 R /Im177 186 0 R /Im166 175 0 R /Im120 127 0 R /Im177 186 0 R /Im217 226 0 R /Im148 155 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im187 196 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im350 373 0 R /Im178 187 0 R /Im177 186 0 R /Im166 175 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im227 238 0 R /Im177 186 0 R /Im217 226 0 R /Im176 185 0 R /Im187 196 0 R /Im137 144 0 R /Im113 120 0 R /Im268 287 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im108 115 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im120 127 0 R /Im101 108 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im114 121 0 R /Im116 123 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im26 33 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im119 126 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im235 246 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im116 123 0 R /Im110 117 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im109 116 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im107 114 0 R /Im29 36 0 R /Im102 109 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im235 246 0 R /Im106 113 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im107 114 0 R /Im26 33 0 R /Im26 33 0 R /Im101 108 0 R /Im111 118 0 R /Im107 114 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im28 35 0 R /Im107 114 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im105 112 0 R /Im106 113 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im167 176 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im107 114 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im268 287 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im26 33 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im352 375 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im109 116 0 R /Im105 112 0 R /Im106 113 0 R /Im101 108 0 R /Im111 118 0 R /Im134 141 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im134 141 0 R /Im101 108 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im108 115 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im176 185 0 R /Im211 220 0 R /Im166 175 0 R /Im120 127 0 R /Im211 220 0 R /Im217 226 0 R /Im137 144 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im120 127 0 R /Im211 220 0 R /Im166 175 0 R /Im101 108 0 R /Im111 118 0 R /Im211 220 0 R /Im217 226 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im105 112 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im153 160 0 R /Im105 112 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im116 123 0 R /Im29 36 0 R /Im106 113 0 R /Im105 112 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im22 29 0 R /Im26 33 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im27 34 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im23 30 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im176 185 0 R /Im211 220 0 R /Im166 175 0 R /Im120 127 0 R /Im211 220 0 R /Im217 226 0 R /Im137 144 0 R /Im361 386 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im77 84 0 R /Im35 42 0 R /Im42 49 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im70 77 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im82 89 0 R /Im70 77 0 R /Im35 42 0 R /Im72 79 0 R /Im52 59 0 R /Im71 78 0 R /Im47 54 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im70 77 0 R /Im35 42 0 R /Im76 83 0 R /Im37 44 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im52 59 0 R /Im71 78 0 R /Im76 83 0 R /Im37 44 0 R /Im38 45 0 R /Im44 51 0 R /Im37 44 0 R /Im82 89 0 R /Im70 77 0 R /Im35 42 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im72 79 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im37 44 0 R /Im38 45 0 R /Im44 51 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im77 84 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im47 54 0 R /Im76 83 0 R /Im37 44 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im44 51 0 R /Im36 43 0 R /Im40 47 0 R /Im37 44 0 R /Im38 45 0 R /Im47 54 0 R /Im78 85 0 R /Im31 38 0 R /Im35 42 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im70 77 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im57 64 0 R /Im36 43 0 R /Im44 51 0 R /Im72 79 0 R /Im48 55 0 R /Im70 77 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im36 43 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im36 43 0 R /Im70 77 0 R /Im44 51 0 R /Im74 81 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im381 408 0 R /Im36 43 0 R /Im39 46 0 R /Im52 59 0 R /Im38 45 0 R /Im38 45 0 R /Im35 42 0 R /Im70 77 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im43 50 0 R /Im38 45 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im39 46 0 R /Im52 59 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im39 46 0 R /Im37 44 0 R /Im42 49 0 R /Im36 43 0 R /Im35 42 0 R /Im38 45 0 R /Im76 83 0 R /Im35 42 0 R /Im37 44 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im36 43 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im82 89 0 R /Im70 77 0 R /Im35 42 0 R /Im83 90 0 R /Im38 45 0 R /Im36 43 0 R /Im43 50 0 R /Im37 44 0 R /Im48 55 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im80 87 0 R /Im44 51 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im78 85 0 R /Im382 409 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im42 49 0 R /Im45 52 0 R /Im72 79 0 R /Im82 89 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im39 46 0 R /Im37 44 0 R /Im42 49 0 R /Im82 89 0 R /Im35 42 0 R /Im47 54 0 R /Im35 42 0 R /Im38 45 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im47 54 0 R /Im82 89 0 R /Im50 57 0 R /Im37 44 0 R /Im47 54 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im70 77 0 R /Im52 59 0 R /Im73 80 0 R /Im35 42 0 R /Im38 45 0 R /Im339 360 0 R /Im45 52 0 R /Im48 55 0 R /Im48 55 0 R /Im35 42 0 R /Im38 45 0 R /Im82 89 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im36 43 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im42 49 0 R /Im45 52 0 R /Im72 79 0 R /Im82 89 0 R /Im35 42 0 R /Im38 45 0 R /Im52 59 0 R /Im71 78 0 R /Im42 49 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im339 360 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im47 54 0 R /Im35 42 0 R /Im48 55 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im37 44 0 R /Im48 55 0 R /Im48 55 0 R /Im70 77 0 R /Im50 57 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im44 51 0 R /Im47 54 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im50 57 0 R /Im383 410 0 R /Im335 356 0 R /Im346 367 0 R /Im384 411 0 R /Im385 412 0 R /Im203 212 0 R /Im335 356 0 R /Im346 367 0 R /Im209 218 0 R /Im386 413 0 R /Im346 367 0 R /Im279 298 0 R /Im282 301 0 R /Im342 363 0 R /Im345 366 0 R /Im386 413 0 R /Im284 303 0 R /Im335 356 0 R /Im78 85 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 400 0 R
+>>
+endobj
+400 0 obj
+<<
+/Length 970 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÓìÈqÝ~~Å]J\v\7f\vZ:dExã\90B\rc\93\94D\9b\ f\91\1c\aÃÿÞ\8dîJ|\rà\9c®S\85ÍÌÜ\e\ 3t!ß\99\95yòÏ?ýË\8f?ÿä~üí§?ÿ\14¿R^~,_Ëbÿ\8c_¹.?\H_¡ø\1f9§¯\9aë\8f_ÿá§_ü÷?øøã\1fÿôÓ¿¼=\1f¾\9c?>\9f¿||<\1f\97/\17ÎÏ»%ë/(Ú\vâ×zyÁúø&\97Ü\97\17¬uÿ\82p=@\8d\90\ 2©ìÏ¿Q \9d\9f÷_.\9f\7f¿<Nä2ü}wýýpá@Ü\b\90#z~í\13°\9d¿xÀA·\>\80r d\95\ 3D\86êrO\86\ e@YPW\91\ 5\84\84«»IÂõî\17¬ê\17\14ø\ 5~ABà½ÊB¿d\89\85èü\9b\12z\a\95\ 2í÷]Õ8À\bè½\97\bx%\80=\9fÚó\ f;á÷\ 3¸¥o\86^jìÃ\ 2\ eà\96Ë     è\17\84$}AúZNv¬|-\e  CÝeðí\0\11\18B"C1Ü\93¡\88xx\95!JÁ\144
\ f\0\97\ f`\9eÀç y\82ü\95\17ø\ 1Å\81ç\9d«²\b\94:iÇ^fÈWwÏ\97ú
+e\10\88\10öe~U}\19áÀZ%\ e0-\ eKPµ\18ËpX4\19f\ 4\b\ eÉð\95\0ñ«.H\89\83\ e:Y\ 4\82\97\9dy\84,\bovìû\ 5áBA¦\ 4\16\ e(A\88Y´äØ\8c\84\88\94\b\98\11ú\82\84\84\92\87¤9sz\80\8c|\19ü\ 2¢\ 6¹jjÀ,i(H\f\91+Àv$T-&§jXµp\84RpE¿?àJª\11\80\19²¸ W\80\fÙÙ\ eä§e\89\8b\89PüZÞ´\b\ 4\10E\a-¹l\89£['?àeÈ¢GÁ\ 40dL\89¢¿\17\11Ç EÄÌ\90Æ \1a\ 1\11\ 5\84È
+`C\1c#\8a\86\98é@Tí {2ìý\ 5¯¿\89\8fx¬^_à@4°,ç\13lz\1d\93iñz @éû\92GJ¾½æ!ýÆÃ÷O\0v\84Р\88\96Ô\7få\13\13\96ç\99b±êDùZ\97o\1a\0K\84¹è,ªß\88ù\81\8bÝúÊáù\91òH\8cû\ 1¦Ê#q\ 5\1fp5\ 4´¼\91àï\83\88\88\100/\12\ 1\99%uÙ\18à{\96\94\95G\9cÆ\ 1\9aÛ\97\84\e\ 2gYA\97\ 2X     \\rà÷¡3<³ðeË·ò\88Qàý\ 5:\ f×(*\ 1\91¡u\95d\88¦%K\16\9f'i\89C2¨;Cï\9a\1d;\8aÐÕ\19"\16n\96Ô{x\80KLM3c\9fÀ\ 1®Î\90×&\16Q\84YqÄk"HË3\96U$×\8bhIj\1có=;ê\13$\81lG}B\8e\0É\10!a\16µ\98ÊPFfä*Cåy\p\80\82\ fpñæT\v,)8iÁå\ 5\94\84µÜrE~ER¨»¢½:1lÆZr¿\ 4Í\8eÒ¬ä\91\15(jLs{§Ùa\9aV9d\87\81\f²\1a\11QàZ£¤\99ín\88:v\80iA\80ñ\18²¤¤À\13¡\19\02D2Û\88\\81~W\12\1eáØ­h$$¤Æz4\12R¾'CÙ©Ñ\b¾*\b¹ gª_\15\ 4hÈôÛ¢P²v\0ÊÃ\1aT_Dx\0\rá\95\aì¶&¬0"Õeh-\12\ 5\99+\89\vR"àJhn½ÔI\16¶äÞ\891=\7f\17ND\ f}\91\1cND¯ùBJA\18\91é·Ö1@\11\92o­ct÷´8F-«B¾4ø·òÈÉ\15\ 1-&\1cx3¤\9f\ 3:Rß\11\13\81\81&ÂÅß³B±h\9e\80E3{ëÉC\14f\8aÌ.´häñüç"3ÉJ­2rø}äÉÈó\96\11t\9e§]\a        }?ô#¬se\ 5\a@ñ09@ÎÚ\ 1X0å
+¢À5\98b\19Á^\199\1e\0e\ 4ä\vª»IÂ\8a\90ÐZWZ8v:\80ÜøàÖ ò\80ÕV\90\10èI\89_âþ\ 5\9d¤\84dÖnÑH@3k\17%=æÕ\19M\r\82Gj \87ä>8\95\0\fH\b¯,¤\99y\\0\ 1\aÂ)o¾ðÈ\81\81Æ\v¤\86è®\85È`ªª\f²Î\rwO\ 42tEº\b\94i\1d\99\82|\91\9e\96ú\8aD` ÂYáïˮį7\r±_ï\19b¿\8a\86\98w~Ì\8a\80ÕV\16\95\ 2$+tå\9e\1d\rÞݲ£[ë\88¦D¤w%\ 4Í\9bS\16\84õ\1e\v¬¶2+\84áÍ\ e\8e\15\18\e\ 5\92èKyq¥L:s+®\ 4É\fðÆ\91æJ\1f\9cè\94Ù   \ 5±\1d\93«Ü¡ O\ 4«Cä\0²!#\14¬Ð\15êõ½Õßò$[iE²\ 2¼4\ 2­\80|U\13\17\14\8d\r\Õì­+}\19"\9d\eÖ\ 3×Í\vI^êQ00Ð8ñf\a§ªÜ[m\ 5\98\ 1½Ê\1dCÑHÈÂ\89\18ý­p"â\80\82\98îiALwµ «ZÀ\8a3jm\80ÈPFµ\89\81*w,¢/£Ý;\ fKZ¯'¸vï¤KëK~ÚÖ­¼ñ<\81\7fïÞqIï{°\9b\ 2¿NY¢½¼q<\80b\89¬¾\91ö/\98\19jØË\eÇ\ f\90\bðzÞKÏÇK^×ZW¬<âË×\1a¿      p±\84îÙ-õþ\82WKÖ6\98ó\94\ 1_ß{_¼^¢³>Ì#\ 5eSì¬\ fóðü@ëÊ\8aDh@\8düâÀ\a\8cÌ\95,I\14brém\råÇ\ 3 \86nVÝ\b\80\84\ 3\97Þ®¢\ f¸\98òî`ͤ\16ï\835ãZ|ê=yhÁ`ë\87\95WVM\ 6(\v¢Ê\ 2Ö{Ò¼Ùé\0útT\12¥\98V\98ÞLéT\910Çý\v>&6¼yÄA)\0¹!+\90 /@\11\r\e\8dI\1a\ fè\ 1ªv\0ZbZã-gäWä\rÑ\84\1dI\8c\96,      1úþí¾,X\99÷ÈA\a´\804¯8Í\97ÐKk¯ycÚùá¡\16\v\12\11\aú\ e\82jI±\ eí­+§\ 3\80/`å\8dE´c\84\83\11Q` ý(!\ e\f´\8e$äÊFÚ\8fr@2<Ð~da}Ï\17Q!´úHW\bIy¢@+ \97'j\90¬\10o]©\9a\19å­#ª\12\10\19Z\91\12\f$f\v²"#\89Ù\82Ì\98tiÚ:?Þ\ 2º©Î\ f\a\1d\91d\86^\9d'ð÷\81\1d%£IV\1e9&\15JCýi2§\1f\8f±Ñ\9cUõå\9dÑ\9aáp¨       Q\82\ fW%Õ\17\93áª\fãA½\9f<fx\0¹\9f<\16ÄÂ\81ñ¸¢\11\80\87\16͹29\15c½#\8f\17ÌMÅÄýù\99:·3       :üþ@7÷\8eZr<\80ÜÍíì¦àt\0¹\9bÛYD\7fd\81ÞÍí
\ 2}°¨:ÄB}(Å*ý\87ß×s¢­sÃd°sÙÃ07Z\81íH\0à\8b\19æGBÏË\13\8e~Y5%¢¥\ 1\87dH\ fh½ËH\84ô\80Ö{$\83z@ëý*Q\907n\ 4I\84øXLÕ¬\0Åü\88\11É \1eÐz\9bîsi. õ    \1aB½qÁº »ZÌ:7¢¨DD        ò]%(ª\12\10\19²"ï¬\fUDÀ\91\12©ÕxO\14ÐK¤«J\ 1ò\ 5kV}!É    \16\8d\84\1c´C\95A\ 6Ú\81dp Æ»ÏÕLºÂm¬Fù\0\9aÕY\a[?\9cb !*\aXçFÐd\90%%!Z0\91{I    aAB¦\1c±\80=¯E3T\86²×d\88W\16\16É\10S
+ZHÞ§ +\rÜ\8cÉC½\17\93\87U\8bÉ9f\87\17YȦZ\90\b\80p\86Þ\9a;'ù2\9aÙ;dHõ
+iÄfH?¿\87\ 1©~ë\1f\96{¾8\86{¾xÃü¸ã\8b·¡\16Ñ\17\93¼:Á\94@o}I÷\82\89\b£±\91êXF"02Ö\93¡\11\90ï[÷ÊDÏ\8ev\11?\1eÊð\11ñ\83æµæ\v\97ÏÈ94¯µÒÄÒ\83\10#]\ fæK\97\1ev\12Iì­÷g9"÷HÝä/@Ö\88>@o{°êØ\12zm\ f¸õeCd­\97\ 3ÀÖ\97\85ÏÖ\17\e1=¾ \ fÔ6\82(\ 3\fs¤    áÒ\ 1\1f*\17\12\94çm\9d«qÿ\82²Ó0$}4gER<2¬o}\88\93\1a'$\12ð±\12\8fÄp`¬\ 4éÁHq!!=\1c(.,à÷\a¦BÞìÐ`\85ï¥\87{ÛÃÒÁ £WÖo\96dæÊÚ§\9b"\94²&Bü\0ë=\11x³#S"P\10\ 1\ 6j\ 3\16Ó/\1dø+Z_ª~§à\}É\8a¬Ë\ 4¬î³¾´BKª×\97V(\83ú\85©\ 1+w¼)Í\8a\16Ñ\92Ó\vSçÐ\aèÅ\11\17oÉÐ^\9bèÉPþ\8a\17w^\9fÅ      èLÝ\85\ 5\f\ 5.\84\88^pE\81Ë\175|9Ã\10ýW\ÏÎð\11§©¥þ\90 \1a\8cÌu o:2×±HR\1c.<X_©õÃ\10\95ðRÃø-\85E¸¯Z\9f\82ý \7f#á!&+ (L¤<ñðSîåLÞCª\8b\1e°^Öð0Eõê\8d®½¬,*Ü0E¥¨\90¿`½ù\82Õ«/ 4X£F\ 3ÊÆuÕØø2^Ç\13ø6\1dòÒÅø.È       DUX\12·\1a\a\90Äzñ\89ù\90\99½ÌÉS\9cÜ7\17Ò\9e\9f\85r±ÈÈ\1a<A%Ã\ 2\83{\0Pì/\9fP\9fYþòµ\96×'¤ï\17\94\8b(³Îú\18¡AÓ;ëc\82æ@\1fѱbgÏ+shЪIr¼Hr+Ue\9c\9fÈ@Ý[\9d@ñË\94\89\9aðÆÄpÑ\ 4¦\8bû|E_\17?o^Iëg$(ÚBкù¶ç;×&,ÑG\a\10!z×·Dýx\ 2=¾·\ 1\8f\13\ 5ô,¹µó\9d>\0Å÷ë\85\ 5ém@ãô\82
\9a¯Bð\9að0
\ fÙ\14P©¸æ¨®¥é×ç#\90\81³\fµßo@P§çå\95\r®Á\ÏÊ _ü=\19´ñ\88®\f2\16Z\96>ÍBßÚáÒÃ9\7fba¼\98Â\97móÍ\9dlÏ¿yDaèù¥\16¾µ2\1d\7f¿
+ø¶Ö\ 2 jq/Ëîi!_Û\91T\19 YnF\aÐ!\92}Ϊ\19 \14(Ë-;´Í&H\aàk7\ 22¤z©ª"%¸~\0-\15­\15²P\ 6\10±á\82Ó\aè\e\ f\96U\93!\9e%Gé\0\8c\ 2\eø\82D\ 1>]\90\10\vä~¼í
+^:ÀµÖÔR¼°>\13¬Í\15Ä·Z\13(\19\93\13DDBH\ 2R*iC¿3Îä\99¦·¡ßÓ\ 1®\13&T\b2T#]\b2¶dº\10\94pO\b
+V\ 3 \ 4¤N°"\7f<\82^\90\ 3\ 6> ø\ 2\ 6\1eð\1dÐL\ 1PD\87B:½d»\81\a\0
\11\1a\ 59®"¢ Þ\8b\14aV1²w\ 3¦\15\ 3ø\11\11)áÀÔv\8c($\1cè\82
+\f\9a/ãØ\ 5r4\80ï?cößAý§ûO\ eÌ\88Ì\90ÞÙ¼¥¶À\10ë\90\9e\9fê$\94\91Ý\81o/¸Ó\9e\7f<\80\ eäãRØ?`
+\90lO\8d;\aàÐ\ 5-«¨s\0\1a\eôÁ$\aZj\9c\ 1ò½\8b+\11qP'`\ 3\ 2ês\90!C\ 6\ 1ü\8c-µ®\97\ f\0%®|¡@k"h\ 3¿§\17\ 4ayMË
\99N*\81m½èË Iì\1cú}©\19¨åE~¹g\ 6¼\87B¤S ]¡OS T\8d\ 2ôöÒ\9caG\8b8²#²\83#;\17Z[ê\89\ 5\ 3m\1c\19~\81\ e?\91\8bd\azíñÇß\1f@.¨\8bfÉy\7f\80\91òÆ\8a(¨,0j_°VdÉ\ 6ºË\17\95\85¤9{\81\a\18\18|w\19É\80^\1dpX\v@b\87»¡lt\7f{ÁÇn(¾\93r\91¾ ×ßÞ%!m\ fONÓã\1e²`_
+IjkAiÇ\92ñµ\ f²\1a\11
+\14\ 15\10#
+z\0\1c\ e\82\15\91\10ò\10'\ 6¶v!\95õsb@/½\1eÙõvs¹½àãÍåÕ\9a¶ÜÈ9\14\14\85Ë\vP3H|¦çõU¥Ú\867ßÒkà\8fp½ßÖB\9e\88¨×û­GüIÄ\89+\eëñ>>¯_ÙDKM\8eÏë<\8c¯+ü\13\ f¯\17\ eô
+?\99\1c\1fzQ®Wøüê5I¹ _Ê\88\8cé\80)\88\ 5\1d\0Ö80\r·üô©\a\ f£4¥\a[~úÔ\83ÃfË\ 1=p1¿ô`K³fô`O0ó:§\aÎn]r\9dº÷r¹ùÔÇ¿g\16ég`vøýë½\17åáÃ\9c?õàÈC]\ f\måê\12\ 1E×[\97&\ 4\1dt=~ûÚj\85ù3\18\v¿}u»\fLÞ¾\16p\0èSItíÚÕ[îà\82ÑàØB»<\87ıg\88y\ e\ fgÃî¿Å\82\90U\16`\9fîÍ\9dä\ eÆ#íÒn½@')¼visl8dIôÙM\9f\11   Gæ\87íÚ%\7f\86\ 4â÷¿e\17ÂÉ\11n¤G##ÜQ¢ oÓ^5!âàvU£\0-´Xh\9aç0\89¼E¦¹\ahÃî\7fe5"é\89\0úÍ\9bÃ\a\90\v-Á#\19\18(´ØfÃ\1e        éÕ_\80Z¤·(G?i\89\e\ 1bQ]\ 1»>\8e\92)¦ètiEÏËp(\ 6\ e7mFö\14·kFØí/\92\80\11|¿\92D\11"\14´\f·CÁÞZÂY;\18 \15\1aÁ÷[+\92Á\ 1àu+\95åI|?[LسCôú×Ý\8bg¶üZS"ryéo*\81¡ÃÍúÒ=¿\9f\94¡\18\10\ 1G&\98ãr/\9c\89Q3\ 3ô\0I<À55´\vìÒ2£crz\11BZ!ÈrfÄ°ç\17\94\1e_ïÎÂÛ£\a\1a´\15«§\13\çUèå\9bµA¤Ã »~ùæÌ\1d¦Ï`\14ôþÔ¤ õp\91ØrÀ°\7f@çþ\92d§©Ý_¦ü9;¥ðývó\93æ`}\Ã\18<±@\aCp%\ 1\12è­8®¬èyy\9d\90ÍPwYÀ\97\vV$\ 3\ 3«ý2x~dµß\vÖçÌ\ 1yßøÞ\9dÝå\0Ëî½ô\ 1ôúÓ\15(Bú\b³y£Ô\ 1µ¡#ÌÖ\8e\95>Cªð\eè(\89\0ß-Xw\16Îõ6GÄ\82\81\11fóF³"`Ýá\1d\11 ¹q\9b|ìZ\11:Âl\9d0i\16"Ϫ\ 3i\16"¯ 5\1eÙí\aeP¯qUhGu\88¼uÑd\90\ 3ÄEÑ\93°\etäK\aò\8a\ 5ùò\91\11æ\ 6ÌtzÁÀ\b³«è\ 5\ 3\ f\8cé\1e\8c0\93\eè Æ\134=\8eN\93\ 2
\15\93\14Qq\84µE²d\94\89  òàÊD6¶\19ÚºäÓ\v®c\9bW9nLlCÔg&\ e ·{I\93é
+\85\8aü)Bæ!ð÷\r¡M0\85\f½\1d¹Ã\819øu\95L!_\8e§Å´4=^ò=%\88\ e¹³«\12°\88È Þ¦#¢è\8b\16\11ñ\ 6uHB\1dû<ÀÄH6dÛýû­¨<F\14\91èµê\98Ä\88\847\88§{1]L«ø\ 5\f>\1eú\82\81\19\81\ 2\93c}F  W0@½Á<æ\9b\ræ\8f\17Üj0?\1c@_ÂàlHáøûò¶b\97ZLwü}=·µþò\13\ 1\af¯£Æ\ 1z\82\ 6Ô×=\ 1­°XX}$\81\8epV=x\1eÞØ°ú@QiH\84¨mÇë        \11-\90¬P\b\ 6\0à\17\8d\87|9^DR¬\aö6íu8À@rè<øý\11ìk\9bö\9ae¡m·ë³\90=¿JÏs\90\ 181H(\10E5ä k¢\10ñ
+\ 12¥W!¸æVV!\bP\8fõÍl\ 5ÙBÝ\96ú\82Ôp\84\846?Þ·¥lþ\e\91` Ê´º\9b\86`M\92\ e ÷Åøóv»\1e\ 5>A¸KÎ\80öæ¶íté\11\18|ìãáëåÖ{¦(\ 4M\bhr\19\90;Ó'W÷\ 6\82£\fÈÅæ\10³äÍh}ÁâòNHG¯ïS\16\9d\19ÛN\87\81Ùç\90ã.B\9dì\9apÐZä;\1cäå\ 1ÈA9(\rU\rJYv\ f9(\94Gl·\9cH@\8e ¯yc>þ^T\11`\bì(&ÕÛ\98¢\13í(M\r=²£\ 3mL1À/\90Û\98\f\82½/\ 3\9b\16MÐÙçøí\8b§æÅ"4#\ 3ób¶º¾\1f\14³ì\1e¦%ú Ì\9eÝ\ fG\13ö¼\98\17ÑÌÌZÙB\9c\13BgMµ\87\17\f\8c\7fÇV^\b±'\ 4äæ¶!\1f\1f\ f ×9÷òÀá\0\ 3ÓÓ6íÕ!\0¿ûÏè÷õúLÛªtâ \1eÑîãß\9d\ f`½t{r\7f:\80ÜK·#«u\ fÀ6×{@Á\91\12×Z4\12ÒkÇ\ 5*\81\9e\16µE§§çõ\85ÕÎ!\19Ò¯Þ-$ï<O;ë­yàá\91:\119\9b-(·\94\1dèZ!v÷\9fnJ\80\159;\12@        \10\93D\0Z\9e\89ë¬\ e|\97\ 6®"8\92Y[Oï8  \9b\10f(\ 3zc|        \932`\99½×(@3óªYr>þ.ò\90¶OXPþPÃ\8fAyoñ}Ï\ eðÒ\0r\ 5\ 3y±]þwì`oïýéy½/Ý;M\86ibë¡\1aë}é\1e¹Â\91¾ô q\80W\ 6\90\12\fô¥Ç,Ec<³G\9el¤/=\15\14O\8eì\9d÷\9a\12ññ}\18Î\fì\9d×\ 2R^\9a\12±årþ¦\12Èv\90Í6h\11=\9fm@\ 4\84=H¸Ì\1d\97\88´ðZææÈxZ8Â\91í\16\91\85$³ÇfHo\1cð0\9aÑûòC½å c\14­\0½÷\8fù^R´w\1e\f§µV\9a\80\11õÀÚz-)ãËá½p.f1'â¥\rU\a\ 3'%\94;'öÒ\86÷SBèL\88\ fÏ\ 3!¤°f1¼Æ\ 2\8e/\18\80\86àã\v\ 6&+¬6q$\81\§ßç\12:$ä­\ fiÿ\80Ny\8a\14wÊ÷\ 1f
+t{mãx\80\91Æ\83¨}Aw0áð\82\81\15\85VÜ8²\0D\ 3¤:c\83\r§\ f\18¨M8@\81\81\96fëã;\1d@¿ð´>¾®\1e³É\bU\86\83h\aè\8d«GZ\bo
+Øzº$}\ 1eA\n²À*ý]\160l½rS\b\rïzV\b-+èQ\80có-¢\1a\ 6Ñ\12ÒÔ¼@S¬·~\14d\a\90\16\90çm2bØ\12\eî~FJà\0\18\13ë{p·Üù^\1cé©1¯®´ ø\11\9cw®<ÉØ~[³y>\81\8e\eà4\1eÐÌÒ!\1e\fd\96\1e9ë\16rà}$Ã\ 3\86pï{\98%@\84ñ\90\1c\95ïÕ\89®\15`ϯÒó\85\ fH\82\0\14hGe%\f\ 5\00 F\0\9aÚW,Arb¸\8dUH\8e\80#\vfdÈ\114!Éí\97{®,.¢+ã¸\ 5³\ 1Ý©8Ñ\ f\89\19ðAT\9d1+o \88L»,y¶~\ 4dFP\85\8e,.°ö­\8e\16ñê\84WYH> ¢\80p\0ú"A_:P\9d\80¿/\ 3~oS\15RfL×úå\8c2ce>ìÔx1éI¶Æ\v\8d\82x7ãV\9cØv3¦GL0µ%t[I÷\1cp{¼`jKèÖxñ\84E\ÞA\ 1\a\84ºØ\98¸¬s[B·Î\8bç\v\1e ÞG)à/Èw_°ª/ 4È^£\ 1ecÎ\1a\e)´biÖ|9`Cê[B7è\ 6 \89ú\96PW¿¹0µ%tß\8cwäB\ 6 *¤-Ýz\ 1\1f/\98ª×ïý\ f\87\17\8cì\9f\17ÌÜ\9aí£\r\87ç¯Ö¨\v\9dp à@ÿ\87\ 5æ\9dçyûE¾G?\ 3\ 2êÐ\8f\178ZûÆQ\0ô\98h[Ì\a\ e 7à¤|\8f\ 1\96\18t\9e§à\eÖÏ|´C\ 3È\94\ 6\88Ö\91Àî`Æ\89\ 3z\81Ä\10dz/àÝ\17P\86u\80Ö\8ad\18\94\8a\84¦\84\1cØQ3B4»^Ðï\8fd×ËzK\ 6\82\9b\96\81\96\9c¹ª©1\1fì\10OÀô(ØÅgO\8fxÿ\ 5²ä\ 3ý\17\ 1©Á@\82\1e5- í\13vqz\14¢kû\ 4\87\86ô¢)ï@KNºÒ}1aG\88ùò\84
+µH§`\89\1a\ 5i\ 3\8aÕH¶\88\ 1¥BC¢7 ¬\v\92¡\81Í\86Qr¦Ô\f¬«f\ 6ºÐ\13]W@\92ÃE\vÇhû\82Ã\96XÇ%´>¶Yg\18½\17)@¾à- \1d,\96[\89$LÊÀ      z¢ïK:Ð\13]CÌj4¢\10Ò"QB<\1cØn\99aL¬ïfÌ\88\85zH\1a¡!ÔÃ\99½ÿ£Ã\80nÿÇ)\1e\13\ 2º\97/·þ\8føH/;11\ 1~hYI\ë\94\1d³Ñ\96ãóR8c/XÕ\17°Ù\94ÐHP;JÀfcÊþüLWº-¾8>\ f[hÎ,hÅ\89üÚ¢\13×ü^\9c\88B¥´ÕWÊ«L¶½`®LV^e²ç\v¦ÊdåUc:\89á@\99¬\86ö\82:Yåj\ 5\9a\e/XÕ\17°õ\1d\ 1\9a56²2\99u±l/øX&c\92è\17ÓÅ£$^¢*F\ 3ßö9uiÀû` 2ÊíhÛ\8aH\89\8b\1c@C³&ü\0E;\0µè­¹|s\rs\16½\95y6Ìã)\8b\9e^ÙÑñù\11\8b\9e\17õ\ 5Ä¢·BÏé\vt\8bÞ¼úöü\94Eo÷&ÇçG,z©/\8bþH\93æ,zu/SPâ¤E¯¯}PÏ\17LYô¶\8cè$\86\ 3\16ý\91 Õ+\11\a\fòZî½`\83#\12_@¬Ù\124\1a06n5{\89\8dÔ¢;ßt9NZtoº\18{\16ýº\96\98ܪö\80\88\ 5ô÷\9e¯^üó^ÓûÚ$±~¹·\17\0{\84ïn6Èârý\84ë-"[mfKsOöèºÚ\8c)\93\8fUS¦år\82\97\9fÛ:û^\9f\10¾ò7\e¯ûá\1c({n¢e\98FG9p+è\13?\17lBÛêTÚ'¼¯`\ fWIL\17\1a|O>¾D9¿c\8d®²=ðÅßTç\ 2%qä\ 5U{\ 1¥A\15i@%qõ\9a$R{Ð\1asºö\80Iⶻ÷\96$\1a0RW\12¯¥C;Am\9fp\94Ä\8bEZ\88=ض÷.ëÅ\1eT\99\vÁËöàü       ¯ ÍÖÿ\1eià¯\ 1\ eåBp7¹\10\82Æ\85«_x\99Ù\10\ 2\90DlÖ·.Eɬ³}\8b\ f¡Ýc¤\8f;3\99sÝð\95Ä\18\89°1;\8d\8dô\13rÒ>\81\90[ÎùH\9f\97ï*øU\17è     Êw\9cØYZIØXDï|MØl\8bq\ 5ÙF¸j#åÂz\97\vkÒhÀ¼­\14/\85y\8c\ 6qÉ÷h\10\97\ 1J\1a\9f¯qß¾ñ»=å\91E¨)\93ÕÂû)\13\eæ\¥¤³·f©\9brÑM[\r\9bâIÂ\19¬.\ 3zê%\9d\9fö(ß²gÛ\1eå[ölÛÓtK\936¤(I\93X¨¾\95ãA¨~m³zHk=kRhã\8cOsô\88w¿#,\7fí\92â@I-ÂJscÕ¶fi{~êft«F?\13®ã\vô\9b\86bc\9a\1cÍ·yÆ#    ô\9bÑ\rkéJ\ 2Ý\14¸\86\1axú}½þTêNÁ©\9bQצxN\1f ß\8cºvµ<-C\15\11pàfÔp\98Ï\14ÐÛ\84\96 R\80-\82\17ÐV-g/\bsELßúïg\85h+[HBÄ_°ª/`í\82P\rå"¦\ fUTC\ 6\96ä5\1eÒÒQl×R\ fC4UÄÜ\90\9c\9fî$ù¹"æ¶ëéå\rü\\11Ó·Öç\93\18êEÌ­å°^\898PsÈùî\v\ 5\84\ 6VwéÑ\80²±d\8d\8d´hQ[\84\9füd\11³\9a.úÏELÚzke\93£.êýVË"y\ 4Úl\ 4í)\1a¤`Ïk.\996ì9Õ\16±¦Çª9$ÞrèT\7f@8àË-\9fl\90Q\13\1e­å¹\ 1\92\0¡ ²}WEs(\94\ 4ÉI$ hÌyAB¤w}â¸RÇ=k8²=\97NaÃ
+
\87ÖY#\19\1aÐ\82\86\9d'h\ 1ÛV5kFl,3¡Ü\ 2íßdc\95^\95A²n
+\e2ùvÝ\9a\ 6û, ýf8,\94\rù6\95©p\80âa{\1cÚëë²BÑ\f!íX\8b0´×;Ö¬½`X lÙÔr/.6Шi\11ÈH\v\aD ßó$±\88\9eÄ_Æ:\97çh×6Uù¢à\83£ßµ:w1\84´ÄÐp\·      Û¹\12Clv(v@\1eø2êf\ 6âÜh®3W\16ç0\1al[Õé÷õ\12\83u¨ÄÎl2Ç\8c\8aè\ 3ô\12CÃÃ>\1e` ÄP\10\ 1\a6\90ººì\14|O+ä\r¤¶¬ê|\ 2y\ 3©³²ýã\ 5\1f7\90²jå\86¹ôÌO\1fRü±àÊæ«7Ì%ð      ×ùjÞ¬\96E) `+nÕô\907\9bµô4vFÌã%9´\99Èo\12|3!$\19{ÌP\9bN\9a\84\ 6Ê\b\17c«9\1f¹\88no\b\r¢H\ 3¦
\91º«
+|®²Þ²F\ 6*ݵFô\0¹\88\a ¥¦\92$sÌA©Wä\ etا
+­©þý5ßc@[WÕe\0\9fj\84þPß\16µ,à\ 3F\92Ë\86º$\88\10C]ò\92\81J\v\a Û\96<\94\ 1}\9bsX$\16ð}Ö\11±`d]V\15\ fðy]Õéy½Fõ\16SMUH\12rf#3\81ÙÝ\vK\rSz:,Ý+\ 4\93aé^ \98\fK\83\15:'íÐ\86)}+,Ý\v\f\93\81JOËÐZ5\19¢\13qKPµ\90d\87\ e\81\814§e\16\10q`\ 4ÔÙî\9df\r©á>Í\1aÒ(Û1ÒI\12áïë°K\11¥Fú®¥\rö      \98!\1d\80p/Pt]!Ã\9d\11 #%\1c\99)D\9epdåZQ9@®¯CÓ¡0    \91°-Ó~²0tÆRy\17H#aè\81<\90úD[·µ=?ÃB\97<ø}\9d\85®\8dÕ\9e\b0\0\vÞæbO\1f Ã\82gD\80\81Ñh×ö3\9c( WhjRE\80\1c ®Ò\ 1(\v\1a\99\ 52R\8akHª'\16è9Å¢Ê\10I\8aÌ\13N\12À;¨ÅÊhr{AÃ\8bê¾\80ïËÊ·´Ð[JС Eë\99·cö\ 2$\83#ÛÀ¡\1dÓíÈÖÂq\8f\87)kZp½´3̦\96\95ø:º4­\9d ,»!èÜy}Þ\985­G7-\99o\9bf\ 4KF¶®UÄ\83\81­k\r²iZ\8dÖ$\12\90A6!\ 6\fà¢ï\13#\1d\ eÐ\8bo\17$KLÓJ§2\80T\ 6¼»e\87\82\87ÑÀÕ\8cÐ1\83Ð\ 6!C\a\ 1\92UÊ÷i\91ã\vt$Rô\9e\rÈ\fÓº'Ã|\17\15\ f\85\84~\7f ±\rvk9\e\13\87\9cï\ 5D¡¨ñ\0!AA!%$\ 1)pU\14\ f Ð,¢FU³CtÌÃ\0\1e|\aÆ\94WW`<¢\vÑ*\ 6Õ\14\10x)\9a\1aRÄ$§ª\ 1\19²0t\ 6ßAí¢\98ÈÞk\96\88]XEÿí\v¦.¬b\80ÞHY\96sĵ\9eðçÖÁ\ 1ÅH/ФYwb\1d\1crvÍ@\9b­Ì"¾%\97S©U,\9a\168:\14ì-Ý\8aî3HIoéÖñù\81fÄ­¾ñä\80«½Ô\8a-4_÷\13|\8eé®_ð¼¼·)\97ã\178}#z\86/\18Ø\88n\1d\14\87/\18(ñX\a\85ë¡>\11\98\16»ót³À[5\ 1\1e\ eTHÖe§àÔ\84\83[\83ú\ 2"Dk\91\84\88&&Váè²\80M©dM\8dh_¹s¯\ e\127       ¼µAj?\9b\17Ü$ðÖÖ\ 1ò\9cpp\93À[\e\Q½\8aá@wÿáJ\9f\10Þ\1e=|B0[t\98\1c½ZsÊ\85Ðúá\\at\8a"£ÛäæÉ\1a\82)jÒÇ\93  Êw6\e:\87¤It+xB\ e\ 1\85\ 4D\932|~ FâEw@\1a\99Ì¡>Xع¹e\1d\1c^4\86\84\0µLZóVe²!ô¾Ce\r\18¢5æ#&H\88µÕcÏ    \v\víûþ\88u\80 \90`\0\18»íÍ:S@\8eª\82\87B¬³ 8\8d\ 5ô\0rXG(ø\16ÖMÝ\9e[µ·çÏÒ¥\97®ÉÀÃ\8eå«\fT)°~_\v\ 2«r \98f b\1e
+\fl\a\84¨@C ¯±\fu\81<\90\eüm¯wW\ fiµr\8dè\v\80\1eã\8a{Ø£²ü¹âNSlC³x\1càc\8aM\93|×:2½û\8cjB\91\10ür/¬ÚÐ,¤°\8a"!øu\8f\f;½ÅX\15·.\fQ\15É      Âw\6\88ìòú\9b\18\8d\ 6\ f\81|+·\ 1Ifx\14ù^d\18\r\17\19r<\8at\93\v\8f¸è\1e\17JÔ¸@uÁ0Ç\\a\ e´\8b\88±ä\1e"\ 6Y\8fm¥÷%O\95\9bvD\8c¥\aÆ\89˾®íJ8=\ fÌ\11Þ©êì
+r9¢¶ÉÛ"v|æ#\ 1\ 6z!":\80\ eMã¬!gé@Ó°\ 4Ç\16|\1fI\b\12\1c*\ 3V:\9f\95\81Õ\892ÀJ\r­\9bcé ÂÒ\ f°f\8aÉ\ fØ\ 1\1fÀJ\15ð÷õ\11\ 1W\90\12\b%Óv\8dnðLË$(ð¶<K9\0MqCÖ8Ø[Ï-¼ Ó\v1ËÂXE\16\92jSBvtàþËgÈ\ 2}\7fZF2<°â}7C\9d\ f`\rÞ[\96o,\9cjð¶õÚ]CØm\858\92\15\ 2úB]\8d\rGbR\8b¶íU\92\12Ðôf\81\86\OQ\17äI\ 6RT\174\19âI¾æ\8c»U\86\13\ 5õn\94à\91/\1dèF \9a\fÐü.B
+è"\10Q8¢¯\80\v\11¹"Ø\13Æ\ 6M\90\12\8e,\9fB\ 4\10\ 5dQ$
\fÙ\0Î\96\93\10\9a\9d\fH\ 6\95¶>«1\18\v\ fÑ@\ 4®\84t4­ð\0rÁ|¯1tµ\98´È/È\15\r´È/q2\1eµç«fEx#\ 5JJ\ 6VO9\14O\ e\ 4\13\11ÚAÔLÃð>µ\80\96O\89h"L\814\ 2\92 Pgë­¾êë\10á@\12£!ÞF!æ4T\86\12d\81.CY\fHi7ÏnG»á\18i\ 4)\9a+dB`}\14[ɳSleË«^åâí\ 5Swèñ56{|~`ÿ\99\157N\a\10\fñ±¸q¤\0ÊkÉï·\15ñýß']\14-'8>¯ùr[\1cu}þêH8T¦\83\12 k¡k#\93\ 2\aYi\ 3Q``×L+×\9f8(@2}\8fy\98Ð\18ºuAH\14 y¥Ód\80&U\ eiñÀåsó\85=\ eð9\93\88\ fK\19Rçé\ 3t´Ô\80\94x`XÊG¨Åzq¦¹"A\ 4\18\82Å*\1d\80² GÀÂ\91µÒyE,Ð\8b\81¡'C´\85äÍ\ eMUX}»öë\eòÏ{±ûJ@dpE¿\ f\r)ÉI\96 \1e\80MyTDÁ\ 1t>§\1d\80&e­7¹g\86h^ßÖj÷\95\90\86Ïëø\r\ 1\99Á\91î\ 1ä\88\e\1a²Ûé\ 5\ 3ø\rÉ\1cÁ$r¹!Tö¢      *\ 2\19FSº\b´\11\89Y;¼\8dHHv\98w/@3¨\97\19\e\90¡*z²Þ\88\ 3hyoE\8e\b\96÷HJÒF$fµ8:- §Y¡\13£1¾Ôz\11E\80!T"3:`\87£G\86\\1f³Ù*\ 3õù|\17o\9amÕV\83\11\92\17«\86\90Î'$d\ 6`3 \83¨\84vd\0¢\12\ 5\ 3\ 3(¥0\9a\ 2yu\ f¢rSç\8f\10\95½µÔ\9bAºµ\96z+\95Î4\84\1aBåöüÌÀ \rH\9c\9e×\9b\ 6Úmáñù\91¦\81Ö\12¼5¤uöÙ0\8cËf\89ê$\90Ì^\e¨s@2®5\ 5\9fX¨gÖ\r\15®ÇBúû\16\92w\7f\9f\b@\ 4¡/"Å\91V%?\1d@ª²¿¶1#\19BI\11«\f$M\ 2hVd!ùñ\ 5\ 3\8dõ\1e\8a\90ÞXïÃ=\196\b\89¾\f\7fn{\98?@¼§DþÍ\8eÍÔÙmqèÙ\ eÉ-Á>C!Ô\8b#\19\19â\81\90Òc3$wô\1aþC\97\ 2|6ÁI®\88£[B\19¼\88\10ý\80õæ\a\84\0Þµ *\ 1M\8d\1dtær\95<8èÌå*¹5\rô\7f\9f-\9f@\9e\92Û¶Î\9e#àË+P02P%ßj\ 3\12\a)\82D|µ±\9e\83ì\86\86Ø}~\81~gþf\87fZ\10·¦\ 1Q\88Ùö\b'\1e\80\baI\92\10òâª}\0ÍÍ+²#\ 3ð\ 5Ð\8e\r\84´ÖuÐ\riY<\12\17Ä\82\81*m\ê-o\1ca@40zïê½pbÃO¸õ\ 1\1e\86¤:¸c\80¿¯¯       \15Ó:º>#\1a\ 3'óÊ\rÜñ\8e/4ð\ 4Á\8c\90\17d1¤åð\907YøfÇfú`c\11\ 3:zgm\85òò\19\a\86ÞY\9b7,\9f±\84ø\8aϸ??U(wV(?¾`dÅg#aîÀ¨ð\15\9f\v ÁÈ\8aÏ\fH0²âsA,\1c\99v
+Nù2C_8}ÀÀ\8aOwO\86*"à@Vã\1a¨Zï\ 3xq¢\ 2\ e\f\14Ê·â\80ÆBÒÍî \bÈáÌÖ5pK\ 4ö¶\81®\b\90´Ê#\11\18(\94ïµ\85ò\19E\86¯Î\88\88\85¨\11\97tÃÇ{V`¯-t¬\0å@T9ðy¢¢«Dt\9e ¡²uí(-peÄB\10PöÀ%{2À\8b\eE$!\9b¨Xf=\89\15\fè\ 5²uÑÔ\98\ e\95¬Es¦¼:\11´\13\e³\96(¸å\96\1eì\9d\ f³z`Ð\r\82\14|Þ®Ùs\87ôâ= MÖÁ\94ö\ 2G^'Á+ÞLÙç\ f ÷Π   y³\11Ü\81\84\82Ê\ 1ð\8aTn
+av·""Ûî9\e\11\85\ 6A3!ÄV\1fAîp`®\ 6\87\84z}§"\11\1ah\80ª(-\19\19,Zo\12\bÀÂ\89¸x)\9cè¶^L&\ 5[ëÅ-\15°¡\8cY\15\88î^biËE§\93\ 2æ\9cM
+b\eM\9bN
+¢õÓwXH\e\ f\122B\ 3W\15Ñ\1aQge(\8bY\ 5\7fAU_À°%¡\16\r\94g`D¨ã"ZçE\1aÅE4hÉ\16Ð¥.0#ëÜhf \8dByYu%Ý<@[Ç×?\0\e¼éñù\91õ%vÕ\90&\81¨ö©\8a4\89/Úæ\13Ï$ÔñE+$Á\0¾¨9Ã4\89/Ú°)O_\80ðEIyÂÆ*\8e\aÐ\87í\97\11½´mûôÎ,\90q¤öÖ\89ÔÅs#Õ\ 1\8f\f\ 1ª\ e°Ö\a§I1\87\9cH\93zxD\8c\98V#Ã\85ì«\11\91\81\ 6ÔÜ\93\ 1^ßpª\1a²½\9eN¢ ï½È÷ì\80\0\ 3³â{}b\96\84\15\81±\ 6[~Ñ3D¼¾±ÞÓ\82° Sª\8fÖìs\15'\16È£5\ 6\f\ 2=/rH\vôý){óE×\f°¹\8aE²äüyøûúÚ\81\80\180°½#N\87\13ö\ 2\14P\8d¬ÿxØ¡zU¢kó\ 6R\82\1a¿·_\9cµPß\1d\91EKH\99hs®]&2Ä\ 6t\80\ 1Ä\86\ 2\9d©Ü\86·\17'zá\0¯N xD\9f\ fÛ{/ú\1c \ 5ªU\fjyy@sf\14ô\7fAÎl ¼ñ\16\91}.o\90Ö\ 3\80\8c\8c\15@C\b\9d)¡ _o\ 5T1D\8d\85½Õ ³¦0ª¦\90¯æÔ    ¾\eTÎ-Ùd\ 6\12¢\81\12\96Tƾ±Õ\17}-ÀØ7{÷Fê ÃòÝ\9c\8d\84q\16ÊÏjýñ3\94\1fßí\19÷çgJýÛdÇS\bc\aû\85\fà\0\ 3ÛC¬y#Îá~¸\1cÀó#Ù}\86\14\18Ø.Z¢ô\ 5´\ 3¨­Ô;QP\ eÉöî\8d\ e\a¨\bÔ¬\89\0\ 5ä\\91\b\8c\8c\8b/P\ 6.J@SÛ\86\ 3\ 1ß\0\90z\1c ç7gÚUb\92ٶݠ§ß×ñþ­÷âøûëAguØ7ø¢Y\1dÞ[7z:L¯Íã·\19~g\80<\9c´\17'b\ fJ\91P0e\89\82¼6á4
+p8M¤Äº\11ÙçJº\1fÀj#I³¢ô\ 5\15\e\11}·ª\15Yc\aÇ\8eO\96 )\86EJ\ 6'\99$_LïL\1dâÁ\10h\ 4:À@rîä`àónÎî\v\83\91 \83ìËë\13\9a"Òçã==Ø\ e.éA·÷¢OB2^\93\8adÊ(\v,¨ï±\80ößXu!N\ 2©\85\ 2m\99\1a*6¦\ 3å\85\9a/­:\10¾\16·=¿~¥ï\81ñ8P^Xµ´\82CJÂ\88d\0\9e\1aEw/&ÝÊ\v·Ò\92}4¤ËBV]Ðd\90\8f\86 \19D\f    \ 1Ù\11=$\8db^Ik\ 3\86\ 5xÒ!i0âY`\92#*BÀ¤Æ´¬ua¹\97\99ï°\13]
+²É\14Í\88ðÖ\aøû\17\ 2ôvm\9c8¨×¹÷Þ\89\10çêܶØóü\ 2½­ßjý¡\8b\7fC&CL\b\ f
+!\85ä4!<}ÁÅ\93Ð\17dLC\1dÓ³­\80:}\81\8eüQ\10\ fP\ 3\r\8eª]\ 3gÞzZ?FÕ\f\0g«.<Å0t\0pø¶\8cÖ\b\17:\18B|[\ 6bâȶ\f(D\17!¤Éé²î\1fÐINÙº\8c\0\e.Y5
+rà\89¬²\805?,Ò\17ðá\90\ 4X0\82¨haý\91\aÃë6z2Àwj:ôû²%ô \99\81\11\Ts\87³Z´\83ZÎjQY$
\ 2\ 3ô\ 5ú}\91¯ª%%\14¬õ¦\12¬~ò\0V^@J4 \ 3ûlHß\ e\90{ck\ 3ë:\13\92\9a\1d\f$\ 3\ 3 \ 1ÞÍ*Aû\0\8fìÐ\0$c\80f@¿x\87v\10)\11\e\fñàyýÆpk¾¸º2\90\15P\ eB;6\80}\92 \ 4Ê×eû\G\87\0\ 4\86SzçF\81\8ePo¿)\9a\0P\ 6V¯1\90cj¢\ 3\fÌF­Ð\11Ë\0á[ãÅ-#\18\17Ù\ 6\90Kïå\1e\ 5¢Ó(Àç: #\1e\81ThdQ\82ÿN     >Ö÷ø`\a¤\80þ\ 5!¨y%)n\84zO\vbD\8el@\ 6"LI.¿Ï'K\10\ 5g&K&\83¡­8"i\11\95\81\f\r¹>\9d\ 4ÃÉ\81Ö\93\82\13syiÏ^\1dñ\93x\8cV ó\9f\81K(j\86e$¾\ 3\1fÄ'SZ\89Õ÷°_\b\ 1¬ñ£C\0Úw\91
+øý\91¾\8b\f\ f0Ð9\8288´ÉÔi, õ­²"\12\\9d\19-/UD\82\91ò\92å$\1d!`yõ\ eêé?£ùñçWéy\8eÛ\91¥óÓ{wËHú2@ÒR\87\ e\0¤\98Þ:{,\85òeÕ\ 6\9c¡\19\12V[Av`daH\8cÓzø\ 2îÈè\ 3ä"­7à\8c>\ 5Iq%GM\r9*h\95(\80²\82à_\83\v¢|ÛåKº'\ 3uÑd\80\9fTdÉ\ 6\ 6ÌÖ\0>``ÀlE\1c\18\180\vváé;Pj|°\ 4IáÈ`\89ÆBZÛ°"¯\9fEtô\88\ 5\ 3\88\8em§ò¬\b\84\80\b0²ñcÑL9Ýø\11óNÁ) ³\90Äx ÛºÑ±\84\a\94A}ãGÖ¼)\aåt\9a\fò\8d\1f0¨Öa;J½'C$\9e\1aØØ\81â©\81¾\85}eȤ\19Øv\89\8af\80-\ 3\15\9d!½w^Ú½³ï\82ã\9e¥øuï\1cÝ÷    Þ^\10\80\1e2XPäN'`A»<`å\85\84\f\89\1faH¦ß\14ì\93%})$RduÞ\9e\14u\81E»_@Ú_\92\16\9d#ð÷å:kÌÈ\90\fô/\95i\ eØ\v`v<0\97aîÔõ\0|Xóƺ??\alj\9d\90Ç\ 3èÀ¦q\ 5\1f\8cÓ0¨Ü\1c\1eà>\98â&QAM\ 4Ýgð\16Z]°þ¡¥\ 3cÆ7\8e@\ 2ès!¥\82\ f\18Aþ¨Í\ eº\ ez\fÇ%ÕD\80o#-\12\v»\9d\1f\93\14Ü«\13³\14Ü`E%
+òm¤Q¢\0\87\15­èy=/ô\8bd\ 4\89(Bô\0Áß²Bû6Ó        +ô\1amq\9a\19å£-e§ÀTV²\97Gzv\84ÏÆ\94[\86Ô[\9d\90ú\$CJe¨xM\868,i\96\94\80ÊP\99÷d/Ø\ f¤Ä\ 3YÉÞyÒ·C\f7\ 4iÁ@qÂ.]ûjÌz_\903\1dé}q¢\10ÐÔÒ¡x
+1\91\14\98\f\ e\82z2ä\90õ\96\1a\ 4\9bw\1fç\81½ ª/`³5^\94"RÞ\88\9a;§Ù}\12m1\9fÍ\11ý9Å\1e\94õz\82kn\9c¾âE\8a\9e=Ùm:h«w¾½ ë\17\13\17LÝúµAÅã\ 1\14cnQmjÏçÙ¨vÙ\ f0Vên\rÍ­D´MûÍíb¬Q¤ \8b\8a_\85Úãó\ 3zhhpÂ\v\b        \9b\91\90:ôE\95\ 1âÏ\96\ 4\9e\1fñgn\ 1,\80Þ\80\85ÅUú\ 2\ evïo       ¡÷¥}ÀA\b£Ð\a×b²\0\ f ¯"l\13Û'\ 2ÈÝ\ fÖO=MÀvgØ' \89   \93\97\94\90Þ\17A360ëë¡\19ÒSS»±\9b&`\8b){\ 4¤\ 4¨H\0\9d×të\0aA\1244m]oqÀpæûV\f\ 4WvOÖÁ\8ea\17n\9a\19.lÔ8,»\1f\f\ 1\ 5Ø\8dÝ\8a\94èò\ 1ô¶&B
+Êh\84!j\ 4àñ\1c\16¡\ 1\98ù¬zRvá¦É\10_ãWnù\91\16Ìp$8è\aô\ f¨N\f%HD]Q8:t_¦\86\83\f        .Þ\94¡U\fç8\12\15On÷mÒ\ 1xC±\97Ô\98\ 3Å#O0\ 2\14/ª1½qôé\99U\9d^ OºÆ\80(00é\1aCÖ>\817\14k4äÓÒZ<FÑø\12Jj\ 6 ®cÖô\90~@Fz80îÝ\8a|\82\1a²\86\8c\90\14\93´°\rìoû\8d?_÷\90VN\8b¨k\aü\85ß\97\ 2}´Å¥ï\ 3|6\ 3¬\9f×\ 3\ 2\f #Û\85\ 3(\ 53"À\0|Î^Z¨s\13ûváv¢ \90\17/m\ f`}Â\86lÍt\1faCè*ÆÚ*\ 3\87\ 3\fl\8fÚk\13µ\8b;Ò©Mô^À7\ 1fQ
+ɵuk(>\91``\8b\9a\15'j\a½\86\r¼oÅ\89§7ªéóÀ;]Ãæ \1c\ f¬a³êDG\8e9\1c]\95L\19ÍmÛ|NO\ fxGs\11õ\90\94\87bD\96hàÚµ\81\9fLK±Ý¹õ¤\98\8e«'hIäfT»²ë=O«\e\19IÐÀ\8dUF¿?\0ìj\9b\ 4û\1f\80\93s»²Û´øcrN9Xá\ 1tHÃ\8aìØ@^±Aõ\8b¦¸S \99ôf\1e\81Ôp        ·´8,È
+M\ùMS0@C<\80\ 5×\9a\1fº\11\11-°øzK\b\rMO\10BV!\82\9e@ïé\8eH\ 6Fzº\11\ 1Fzº\93\18\11ñ\9eîU\v\ahOw\8eH\88\ 6zº55ä`zAt欧û¦/\f\85½\89ói\19Ze%`=Ýù\9e!ÚÀø$\12Ò\86æ%!\12ÊøÂ\e\1aß\1d\19ØV   J\1f\95=\92\81\91\80\bØ\7fR}\ 1Ãã[EKHX\18a<!dfÖ\10\8dX8\ 2\88\98TgFX\b³ó\81ì:Âô|¤BtÏ\10\10ò]\ 3Ð\19멱\89`\99Dß±\8eìí\ 5S\rÉm*àx\0\8d\0¯\89ó\8a~_OÍ­Àtx~`!¨¡ñÍ\1f\0\11pdàÛ|yé _ðæ\93f\aK\98Ûì¼w¯\94\1eð\ 4ÃúG200êêìÞ¸Ã\83n\85©§\ 5¼@\14D! \14\³DAÞ¼â4!âMáEc\ 1»îØ\v\13 &²zzAy\8d\e?Üyv¯\17\94ømÉäR³÷á\1e\r=²$#4l[̺4ä%&¤G\ 3\r\15»\8f\8a<ÐÀ\13\v:ÀÀÂ\ 1Ä\82\81\85\ 3        éñH}"\87yE~\ 1
+BK¢\97x,\1e(\93ȤÏ\93_\8dñµPË\8bTÐ!ëà\15ÕK\ e\99Vh°-\96{1m\e\9dõÚÂgµh/\11õÝ!['¹\8a\14d%¢¨Ædì\ 5E}\ 1k\ 2r\12      iyÀÃ\98\89\ ebPF³c»÷ì\99bÊÃxO\vBÔ´\80r ©\1c`MáU%Àç\85\vóZ\90QD1@Á=*\9dÄäkû\1a¦½q¨\8bÄ\ 2ÚV_\93\1a\11åxfAm5"û\82·\17$½Èµja1-3®«f\8aùÔ}ÔH\10\9e®\v¤·\8f¨2®ç 0$¹Ök\e!g\82ÂçÂ\0\18\eº£¯÷\ 2\92½\v¨ãÎ9¬aº\95\9eÆ GŤÂ\12µ\98\90Ã\ 6È\96ìóÔ\7fÏ\10ñ\1a\93\a\1f0Tc\82QõÀÎ\ 5\94Üé=Á\86\8dI\19tÄ^$Ê\93Ð\11Înlò\1ctÄ^$Ê\93Ð\11®Í«\9e_ Ï×\98\10u¾ [åÉ\93\90n6¸\7fú\82ëµÝz\91Bëãy­ÿñ9½÷ñ\84\81\11¡¬Òðóàüñ\ 5È\16³"I\15\9f'Ù­\ 5öy\ eÈÈ/\15ðPig´\85\8c        É\80\93ÒóW\85bQ\85\88\95H²DAÚ\ 4Ô\90ÂÏB(Mø<I\10   \a6\1e \ 3\f@Ê5ø\8f®\16ñ¹u;@\17]óóNÆÞ\1705Þ*\1c\92\1aS!*ù¦\10\ 3½#roB9Ù\11½Ê´jB@\85pE\14ÐïLln¼k\by\13J\92>\80o\1cX\903Òñê\eþÆ\89\0\ 2\94\95\r)\89Î\8c·\90 K¨tõÚغÅ\13n®Ð\19\82ê
+ØÊ\ 3ä\8a\ 6\10ïcV#*ÖâùR\9a]'(\ 2\ 3 |N\8cè\88\b7P¿\9e\b÷V\16ô\9fÿ¼² Ï@V]Xg#R«.\88!-ï`)¢\ eu:Pú~\80U\a\92ê
+\19¨\9fH\ 2f\ 6âb$èÀ£ò\16\14t\82\81}\8aN\8b\b)\ 5¼W¥\88\81\ 2\ 4\9d°  \90\ 5úþ¢8\9dÙ\19¦_¼\97\98Ŷ\8d¯w\0\16Òî\1d\90\96od\f\923å;\a \fÉÝ\90[uàN0\10\vôÅút\86\15\aÒ$\1aØÞA\92&!í¬8\90>CÐÐÌÚ
+LÇ\ fЧÌlçÀé\0:¤]\82\a\18\0ÜÏ\19Pp`l~\9f\11ê|\ 1=@A,\1c\18\9bß\e8Òg\1c#\8e©çE\19Â%²½ÿâ!\vS%²\rTÏ´`* Ûö1Þ¡\80aêõ(@\9b\17<Ò¢\ 1\e\8f\1d()Þý ªQg@§ó<¯\r\ eÐ\16\98\87+ªW-Ð'~½ù¢\93\10é r©j¶\98ï\f(H\8aô\16\18\vËÇ¥È\16*VÀD°S\93·/DÉ\eÐ/h;\ 3º_À«\13\9a\18S
+´]b]1ä\10$\9a-åÙ=²¥\ 3K\88\f³¿o\8aX÷Á¬"·ê\80U)û\96\88-D\84\7f\80U)'\ 3\82`UÊY\19Ü«\ 3]
+2\f\13ÄÁ!\f\93õ\9e!Ú1L:\86\88~AƦTÏníÒ-v\ 1\94\90µ\ f\9cH\0\12\vRb©H
+ôÖð=Á?\92p {@e\ 1\194³       \95~\M2\9b\ 5½@\9fó²\9d\86³\86p\87\10éÉ\10\9bó\8am³ëé\ 5ú\9c×\9eÞ÷\85\90´/\ 4\8f\f\81\15EKȳs\14S\8d\94\aò=;²C\90t\85\98È\10Ìí\ 6d(ÕYKjÍ\ 3r\Î&Lü­\80È0ÿ»\a ½ñÖ\81\12zH>\fó¿\82çG®Î­@\10&ad\fôÿø\ 2Í\9d\ 6ÿ*\10<¥øø\ 5No_È~\7fÁà¬^[;`\15\82ð\19\99\91\8f\884o\18:\90^t¥\9eAz\1d\85@G\a5oÚa\ 1\1f1\89H\ 6\90\14û\93;\7fÝÄn\15\86õù\82ü\95¾yX\0\ 5\12Lîö\12Ãñ\vÐÜõù\ 5\8d\87ëú\1a\90xðà\1de÷r\ 2ÚZnÝxG&¢Örü   {\ 3\13ÂÛ£ï\9fà]³E\87Oð×ì\8eqa\e\12\ 3\1e¹\10./ 9ºoc*¡\83ÊÅ\9a2w\90Ôã\v®M\99\1c»ß\ 3"\ e\14z\ 2Ô$\1d¸Þ\92\8bð\19Ù\8dw@´BSè`%s\18\92\a¤\7f #\ 2\8eô\ fä2mÎ_\1d\14nÖ!µRÙn̺hϬ\ 5\ 3Ù\12}ànë \10­!ááªùt\8e#R5\87F\93\93Å\8b\8a$Q¢ Í/\17$ÄR~i=\1c«¨\86ä\0\8b\8a\f¹¿\e\15ñ2˪J1\9b±@>y`N&®\9a\10ñ*EP_À¦44KÂa4\90%\19\98\93ÉH\r!H%\ e   ¶*Ç­\90Àv\eNG5\e\14Õð2ÉMEZo*Ò¶ÜPR$FøÀôB\ f«ö6\86^XEsD\8füÁ@\1f\84Ï\92\1cÓ6\86 F÷\f\a£¢óë\95¢¨Åd\14I$¢\98l`Ño´®Ð¾-%\85\9e7K25§\92Ë=S\18\v<\80Þ\89RPX*¹£ï!\85ç\ 1ü\11×
\80Ü\ 1\eÖ©ï ³ñ)\85f\89|\a\r\85fÙVlòi2˶ÐÚ\8f#ô½ $<z^ÇQÈ­\9bÇw\ 1\vªö\ 2ú\ 5\ 2Zl*  <?\82ÆQ¿¥h°+î\84EÑ#\ 1kèÙ±(|\ fÔ\87-bY\81"\r \10ØýcO\8ai\86jîÌÏÁ*m{TnIá\ 6U*¾\80a\9d"[4\80rhþÐ÷P\85H\86\1a¢&Å´Tô\88í_qáòn\v\93\8c\fµCQôl!m¨IËÎ\83\8f\r5],\8a®\18³e.õ\9e\14\1a\14Ÿ\1e·b\99\95)\8e\aÐÇ\95°)\1c\92E!f\9d\14Q\15\ 1r\80Z'\ f`E\ 6\91\ 3¼Èàn9\93\1dI¢§\86|ÒDö\ 5l? R\ 2¥PÔ\ e ZBÖ^\e %\84íµä\v\82\97¾\80V)¬\17\e\ 5k0îÚ\ 16i¡ªag\1d̸7³Q\8bE\rK;H\ e\1d
+P5\80\86h¤TU\90)\1e)UU1$á\v]4gB\85`­¢\10`o¸\83uö¼!Íp\17¤\87\ 3«<\9c\16\91Ð\fÙá\88\ 4Üü\90\8b|\7f\8fþf`¿×(f\ 3û\r¬óV`¿#)L\ 6ö1j\81=ï¥(÷X\90\91\f\8dTÚrÒì@·HÑ\8d       ñEþV¤\0j\88.òq¡jßÇâ\ eP\10 PÅ\80\14Vô¼Ü\13æláû\8c&BÏoΰ{~Ò\87`ãÓÇçåùqg"Ø9?¥\9fùÂ\ eýx}¢     Àáù\91ú\84áÃ\1d?@\a\8a,\88\80ú½\95³ þðû\ 3ýHÎàáN\14\90\v}nE,\18éƱ»Ç#\ fõ¼d\81\a@y   V\ 2ßÖ~÷\94 \8b#q\94\81\8b\97¯Ö Ý\95!Òaî\10\ 1\94\97\16ë-î\1e\81©C\8fͨ<òµ/\8aíQ\80^ÀGDÂ\ 1\f\84\ 4\ f0ÐÃ\90n*AF2<\92\9cç2)\ 3\vÅ\84x\12\17è\8a\ 6p*¡\16é}4¶$rÒ\95ì«Tz®¤»J¥Ã\ 1Ú\1f¾,¢/Å÷%{uÃMÂJí«PN¾H\aA\80\86l\0\ 4ÁC
+\f\fªTQ\aHb\1d\90/\1d\0Q\b³ÑX\93\80èÐ÷ËEÞ`ðÿýX\80Àp`+&´¥6       Ê¢\1dçµ\11¤Ä#\936\ 5\9d@¯Q\86\125+@Q&K}Uê\8fJtmhÌo\8fÚ    \9e\1d\1cõÛ\97¾ \81¾ñzõ¢\12²UµE£\0ßC¢I1ß4\v­\80\9eÖZ\8dµ\17RÓ´Ö¡¤n`#Sô0«Ó\am¼fGxû\86\16\ fÒ\11\83 j!\1f3\81\11¹Þ¿\12aV¦÷¯¤pË
+lÝ\e÷t 'Ñ\92w
+#]OFt  ß\87:@
+\ 3Ö½±ô\0\99XïEKê\96I$\95½2²Ì!©ìÍ\1fK\aI\85\82lÚìö2            å¬\ 5h\99\83\84ÚgD\969H¨\rDâJ\ 1=\9aÙ:'Àó2$Ô>âÑ}\9e\8d\98TI\ 2¨\b®A\15\82¢½\80\16\ 6\16\878¨¯\87\"x~hMm³£K\a\12\8a·~TI\86\98\1dÜA(\96\1e²\1d+, \1e\ e \a\ 4t~)"n\1f`\9d\88Ý\ fÀÛ\9a7\f\8a'<ä\92>okæ\10\12~7C\1dWÄú&²ÈBR\9b\81f\fÄôÝ\15\1eË$ƨ\85ô\1d;ÐÝ౸ñ\r\1e¯-¯7Õ¸\8ajLa^í¶s\99ÄÄÚK\v\1d\8d\17Ð\15é\eB\17ä\8cG\02\83¨\85\ 2º\ 2½À¹\ 3\\ eÛ¡\96T\85pO\8b÷ÒB÷\0lÿ\85\16LðÉ
+M      ù\86ÔtÏ\13í]\13³\ 4ÈI\8c¦XiC\8c\ e\15d\ 5\ 6\9a\97
+2£#\b\1aV`í±\80j±M©uµ\98U&²\14\10Ó¤\ 6\86S#ø\ f\ 6
+v|Á\0þ\83\13IHÇ\ 2\\11Ó*6Ø\ 1\r¡\8eÿàµ`\80÷L\88ÑHwýEW\vHßL@IÁ\80\fED@\b\95\8c'\9e·ÒÂsîü!\ 2SsçûhÉ\91\ 5ú\84ÖÖ¶ñ\9cÐz¨ÃÔÜyÌr@D>Á.Í{\9f@\a¤\f\ 3ãð    \ 3\e\bÆsîüÈ\85óܹ\vé\91ÅÅ\1f\7fxüÓ}=x´ýá÷o\7fø\8auûóë\7f{ýáß\ e?\7f\1e:\7f-ÆyüÐóç7\98Äïó\87\f,Q¹¨ÁFh×
+dÛ¦Íï\17di)Û³ï¡õm\1c\9f\8fÀ\94ÇË}ç&\14¶$u{þM\8d\80;?W¹ÛùÛ`\8a{\84ÆßwM\ 5ÔùÉï·\9c ÿûçïo\f(ðûAm\81ü~Ѿÿj\aÛï×W7üñ÷\ 3\bÈÏôk¿ßЦO¿\ f`\13®\ 1ñk(¥\82ï/Âê\8e\97DÚLÊÖ=â¾é'\94÷Ú÷·yñÞ÷_÷H½¾ß/\1eÐ?  ¡\84Í´ þU°Õ\11Óïa«$ú1ù1tÏ\9eü\14`\82_«G ÿ\80ü\12úù*Ñ\ fùñ'ý\9a\1f?ý¾\14\9e/@~£¬ÿ>\ 6QÿØóÐ~\ì'â¿óßkCNöC\ 2Ýx~\7fBú{ý~þû\88ÿÊï7ùÉ\9aýcöÛç,Ùo\7fY\ eüÂaÙ¶\10\9aü¼}¿\14H?õïÍþÎø/k\16\99µßÛ(\8bf¿Èï¯Nú}j\7fVôý\ 3ögEú\8füg\80ß\1f ý½\ 6±Ì\7f\85\ 5éÿÕ\7f\rÐþêþ;8è¿A9\83<ß:Múò\83í¯A¢ÎÚß\r\12U³¿\84\7f\ 1}ÿ\0ÿ\1a\ e`\8f\7fL\7f6DTE\7f\98ý3@Ô¾ý#çOÚùYü\10`ü«Ç\ f\ 1Ú_]\7fCÖâ\a\94\9e\87ú\ fR@Bÿ\12\9f\80í·à\7fÚùÅø\97ÅO\86¥Ú\8b\9fP\1dä\85\85\8aè\17\1d\97 ñ\9fùÏmüGñ\9f\8c\7f\ 6QÒç\1f\1f\9aµ\1fÑå[öÃ\90Xgí\87uØÌÚ\ fë°é\9d\9fòïÍ~\7fâ\1fÓ\7f+\83ÍÆ/\e\8eë\9dø%Fí÷Yü\18wûÝËÿÉùS¸wþ¤Õ\ f\98ý\8c\19ÆoàN\92=\ fé'Ûß\98µø\9fÅ\1f± ó£ü\19Ûoë\ fêÙof\7f­;g\83÷\98É_]\eÂÝ\9e\1f;¿!³4ý=<¯ç\9f{ýêð¼\1e¿[oÎéûÁ"nÌÿ½~ux^÷¿ÛòXð¼ì\7f7½½ÒO\89ß\eý[³}\8fþÌÿ¸Õ\ 1úëþg\9b9\9a;\7fËÿÚ\85x\8f~4ÿj㻧ß\97ó\ f\99\91¿gþî\90ü!û\81í×^\7f:þ¾p\1dm\88,Hÿ¯ù;ã\9fo`\87=þÑü=¼Ú´\8f¿\8f꯬~U%ù].ökimAá«\~¿\~?_îñ\1aÿb\ 5ô\và\ 2\85ÈO\82ò'çÿ\86ùÚÓ?úû9J¿Où×p¥züãõ'·??W\7fJ\92üòúÓrË\7fXKPÏ\7fðß/"ý\89þCû«Ç?~\85ü\17¦$üóþa«_½ôǽÝ?$ ÿ$ÿ]\82øû$ÿ]\8ad?iþùf¿?ç\9føþ%8û}÷ñþ\85Ö\1f¼¿%?\ 6\ 33+?¶Ò§G\7f¦¿¡-)ìë/©\1f@û­ço!\ 6é÷yýJ\93\1fJ¿\bý¿N¿tóüI\8d\1f\88ü@ÿ\81â\1fòýy^\7f_õ7¨\7früm\108ýøûì?¿ÇÄÀïëô+ZüGù_ó-ÿ·\81ôÞñ\7f\ 1Û\7fiÀ&´\19±«ÿ¿Ö¿iþ¿h¿Oë?Ë=û\11Û¨ì8ýc\e1Ëàü×úc·~Ö\89\9f(ýDûÏüw|Äï/ÿ\9d¿â÷óUê\0z\15ÀÔ\0\84\15Ð`\ 2\ 3\f\10) D­\0Á\vpYd\0+\80\18\98 \ 1Õ\vØ        90Ô@B\14¨µãN+PÖ\ 2\80n\ 1­ëÀ:\ 5´á\ 2Ô©\80Ö) ¼¨}}Þµ=ÛÛ\90Ø[\ 2&\7fÿÞ\0\96ÝÇïgô·\15HÇß×\1d\88\ 1ÿ\9c~_¾\0\9eéß·\0 óû¼\ 1,îÏÏ8à­\80¦\9c\9f7\90\7f®\81¬9°ãùå\ 6\94½\ 1¬#?´\0ÙÀ.NÏK\17¨Ï\ 2\88\15à&\7fß/ðüz\ 3LÃüÙ\10º?]`°\ 4n/À=ìàç\ 6:ÖÀå\80ü!ÿ\83ý§÷\19ɯ\9c\0o\ 5¸;öco ëÈ?ýý\0åG¶ßÞü\7f\87~T~Ìÿwä\87Ò?!þéñ\8bmm:=/Ç/{\ 3YW~X\ 1.Hö\87\17\0\8bd?)ýÊMú\15ôýWúÑ\ 2t\83MëÙO*?5ß\93\9f\15ò_ÿþ\15~¿\9c@\84Å\8bþ\875\90!û£\17\90\83[¤óÓ\ 2\90Óü\1f-@x/Ñ\9fþ¾]`t\7f\9fÐ?\94\17âMúÙ\0Â,ýâ*Ê/i K\88þºý\ e8þÔ\e\90²ªÿ¤\81\fÚ¿\81\ 6²\82üÏ@\ 1W\8c_9\ 23Òÿ*ǯ\e\82³&¿D~V(¿z\ 1tEù\93^@Þ
+Psü\7fÅ\7f\86ßÜ\8bÿèó»ýëÅ\8f¤~à²H\7f\92ÿ:¤¿\9aþÕ6\88\bäG.ÀF_¥ø\8f]Àìõ££þÈú\1f\83f¿iý"jù3ýþ\bí\97^¿\80öw ~ñ\16\7f\9fì\ 2<¦V\0<Ò_¸À\8dm;TkàI\a\94²«\ 1íNÐ\1d\16yOLÐ\1d\9e\9f\98 ;."\97\ 3`× òNÏË\ 1\94³\e\94Îïó\ e"\8f¾_î µ\ 5ÒÇß¿V°i\aYE¿¯Ü Z\aÒ
+~ÿ*?\94~VÀèò\8fMÀ½Ðã\8fç×\1dà>\ 1\7fï üè \90ûÖ\9f©\ 4È­¢ü\90     >s\0\93üÛ\90\81æä¿ý~[\88t\92ß\81     6$ÿ\ 3\1d0ÉIòÃ'È\12¢¿Ü\ 1î\13:ÿH\a\10\94_\9dþ\ré³G\7f*?\ 5éïU~h\ 1Ï&x\1f\8eô{\b\1dlmÍé¸þ´ó7t²þ÷³çÑïë\13\88¶p¹/?$\ 1[²¨ÿ¸\0»O\80Åú±\0Ë;`\16ä?\80ÿf\13\È~\\ 3(v\81³M\80\99þ~ºÀ¡        \9ch¿º\ 5\84®ÿ9ÿþúzKt/\b\83\aýË\ eL\16\90\ 3!#4\11\ 5\0\80¶@Y\0¶m\8d\9eÈ ö\16\96Îó|\ 4ËÝc\80Ý`u\18@+\b\ 5        \0r\80D\80\v
+\80\94\f ñ¯¢ßGü#\ 6 ÖÉ\0²}¿h\0y\ 5\ 1}?
+ X\vJ\ 6üC-($\ 3[4úó\f>JòC3ж
+îD?ù\ 6uo\ 1\99L\80lÿÒl\ 2²wpL& \86ä3\9b\80ì\19ôd\ 2\12a\ 2¨\a°Q\f ¨üd$¿\ 3\15 h\7f\14ùmß_ª¤?4\ 1µ\11¢°vnPÈ\b\91ño[\8d:5BÔ\12 Ãó\ 3#D ýþH\ 1  ç\85\0üåÀ7\b\9d§\ 3\7f\ 4\ 2\1d\aNZ\b\8a\ 3\ 4@W\0\1d\f\9dãó`m\ ek¡h\11ø\91\ 1z\vL\85\ 2$g@®¢óë\19Ð>ÃÔ\15\0ö|\95è×ÅÐ\19V\0k¡(\92\ 2Ò\8d\ 3yxþz\85@[0¬\aþ!À\9f[0°\ 3Ø[(\8eò£gà\16Á\1fί·àl»\98\15ýá-\14é\96üï-\10\1dù§ò\13\11ýFZ(\92hÀ±\ 1Ü[(º\ 6\90`\18%Ä?=\80óV\81í|?o¡\88\92üð\16\ 6Í~Pù+é\96ýÞg\98\87ÎPaû+ ºZ\ 5ÃßrÀ~-"ýH\ 2¹\18ýëÇ\ 4\92^AZ\ 2ÑÑ_Ú\83ï\16\91~\9d\16\88\ eÿi\ 2ç½hÿI\ 2g\18
+\1dþñ\19\1eM~)ÿ¬\ 5¢Ã?þ|\92\9e§\15¨\84ø§cðí3<\8fßÿT\81ä3<\9aý§üÏPþô
+\9ea tü7Õ\1fÃ\10\9bÕ\9f·øsj\86¥jö\97Ò¿ÎÒß
+ (þÖí\9fÁ)÷í\1f\17\8dÿ]\f\9bÉøe/ tèÇgp\9c(?¬\ 5#Iú·^*Àk\9bÁñO\1cÞMþ\17ÿíÿ/\aH\17\14Ù6DÓ\96[l\99ð\e\ 3\91\ 4\9e#p+Á´\17\84Ã\12ñ(¬\f|½r\83¡±\1c\850\ 2\ f¬\bãР       *è£\8f§OpîE\84X¿R{Ã÷\11ü¢SÑ Àb\98¤b\12©È¿áa\89_d<~\83´*èµH\e¥r¡\82vnò\r¹""\¿!_\82Ù×WmÕ ×uÀ;&´/Â\12Üú\94\8d§\10o\9f°­òÞµÁ£zØ9\1dxmÂ{^Dlêèë{8\8dFj®ùÀó\ 5)¾>a»Y~£\81\10\10\96\ 6«È<^ð\91\v\94\ 6ym'8Òà¢NL\96\90Ø\7f\96\96ãÊ
+\88øÞ\96ó_\7fùÓ/þÉýp?~ùo?=ìÖãÁ\1fOxü×\7füò\ f\ f\11\8b~}¼.=2©_þæÇßý\8f?ýøýï~ýÛ?þõ·ÿðã\9fÿñ\9f~üç_þô\9bÿûëßþæÇÿú\7f?þù_\7fþÝï\7fÿãW\7f÷ë_ýý\8f\7fúúñ¯¿ûí¿ÿö/?ÿø/?þãç\9fÿó\1f\8b¿ýío_?ÿÇïþúõÇßþü\8b\92ÿí/ÿó\8fÿç\17ÿù×í¹¯ÿøù\ f¿ÿû\1f¿üß?ý·_>N÷ÿ\ 1Ûß\89\13
+endstream
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 971 0 R
+/Name /Im374
+/Width 50
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`àÿÿÿ\7f\ 3\ 3\ 3\90ü\7f\80\81\19B\81Ä\80\82ò?\18@ ¾\ 1\ 3\93\8c\10\ f`\8aý\ 1\98â?\0¡ 
\19\90);\14ª\ 6\85ª\80P?P¨\ fdR¨¦T`³\ fÕ-¨î\84:\1eê\15¨Ç Þ\84z\1a\1a\ 4°\0\81\ 6\ f4° A\a\rHH°\1a\19U®u\ 4\0K\80C.
+endstream
+endobj
+402 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 972 0 R
+/Name /Im375
+/Width 25
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8c1
+\800\14C_qèè,\bâäêè z%G\87\8c÷ð(=\82£\83XS\10Äá\ 5~~\12"d1\90\9b\93\12GËJÏ \1d\7fô\ 2ùèB98Á\1c`\ 3&z!Ë\ 4ÉñþS6uª\84OtÂ\89û\83K\99YÙI\9dN\9b\956mÜA{E³lõ\ 3f #v
+endstream
+endobj
+403 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 973 0 R
+/Name /Im376
+/Width 8
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨ù÷ÿ\7f½5333\e\e\e\8f\84E\81\ 2\87PU\9b\b\0c\8c\ 6 
+endstream
+endobj
+404 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 974 0 R
+/Name /Im377
+/Width 17
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH``|ÀÀÿ\80áÿ\ 3\86\8f\ f@lJPýÿ\ 6 \12\94©\9e-\ 3\0\17ä\1d±
+endstream
+endobj
+405 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 975 0 R
+/Name /Im378
+/Width 42
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãgüÁþ\80Á¾ý\9fü\ f\ 6ãsò\165\fÉ7ø\13l\18\ e\7fà?\0$\1fð7Ø00\1fàg\80\91ì\rr\f\15\18ä\a\a\90Ü\a\90
\a`òa\ 3\88|\f\9f\81\87Á\80¡\86AK¨v¢1\0±\97 \ 6
+endstream
+endobj
+406 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 976 0 R
+/Name /Im379
+/Width 13
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(`ø\ 1\84\1f\18\1e\ 1þ\ 6ù\ 3\86\ f\12\81ðð\ 1æ\ 3ì\r ÈÏÀÏ!'\ 1\84\ 6r\ 5ü\ fØ\exekç\88\ 1\0\11J
+endstream
+endobj
+407 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 977 0 R
+/Name /Im380
+/Width 18
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̽  \800\10\ 6ÐO\ 2¦\11\ 3V
+BÖ\10\14\ 1üÉZv\19Å\11,-\8ehî®\17^ýà¢y£\15ðY`³\ 2;Ä.\92 V¨\87\19u3«.æTdþ¿7,Y¤\12¤jP\ 5êA-Ö\ 1Ó\ 2\9fÏ\80fÜÎî\ 3º¢2ê
+endstream
+endobj
+408 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 978 0 R
+/Name /Im381
+/Width 9
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³a¨cø\ f\82\rÿ\eê\el\e\18¡\90¹\81\99\81\99\81\9d\81\8d\81\8f\81\87A\86Á\82¡\80!\81\81S¼j³(\0\9a¬\f­
+endstream
+endobj
+409 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 979 0 R
+/Name /Im382
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-˱\r\80 \14\0Ñ#´&´\16\84     ,­`\15Ç°@gq\14Fa\ 4Ê_ü\ 4!1yÅ5GÇöâlõ4\8fD4\92\87\80.(Èd\1a¶â\8aé\f³ipA\86\bi']$ýEá9É\a\12ls}^ëv¿á\ 3-¹"'
+endstream
+endobj
+410 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 980 0 R
+/Name /Im383
+/Width 77
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ó±mÃ0\10\85á'°`ÉÖ\1d\ 4æ\ 4©Ü¸ô\bîm\84\1c\8d£p\84\94)\ 4\9fióîÅ\80ä\0\ 1Âê\87\ 4ñ£ \93ÈX\v4ä¶Y¹¢¯(¢\85,HíY^\10¿\9e5I ß\18·Y±øeT¨î6Ê×IF9ÖÔ ed3\ 4'$­³q\98\8dëeÈ\8eÕ7_¬\8c{\9cl]ä@\ eD^Ë8l"¿sø'\8e×|[Wà~\81F¤»g}²xf\90\98\rÂÿ\99¸¾'vpü\82FÌ$Î$N$\1a\92\8c\88þ \12¡\1a\11\8b\11¹èûôéT¢O¬\12I\94\b\13§ý§òê_X^êãpÉÇ;Èc¬i
+endstream
+endobj
+411 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 981 0 R
+/Name /Im384
+/Width 39
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\7fÿá\ 4\ 3)à?ª^uþ\9aÉú\0\bc\1fQ
+endstream
+endobj
+412 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 982 0 R
+/Name /Im385
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏÀüÿ\0\ 3~\86\ fr\f\156\f6@TÁ \aG?\18ä\89A\10Å5\fv\10\13\80F\ 1\r\ 4\1a\v4\9cá?\83\84\ 29\0\ 1\8b!;
+endstream
+endobj
+413 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 983 0 R
+/Name /Im386
+/Width 37
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎ1
+\ 21\14\17\91\89å\80\ 3\ 1ÁÎ\ 5h¥KJic\12\98\8d¸\94¿\94·\84\94\7f@\82\93±\10\9bÓÞ\8bPBAf&X\19\8d,¢¶<guȳ\ eÈVw+uB²uD22¢\ 1\17¼\81}\a\efCÿ°?ê\97;\\ 5;29B\92£\91äiJó´¥\ 5\ 3\aèu\rƨ\ fÜú\99ï\8f§cz\9d?mT:õ
+endstream
+endobj
+414 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F3 584 0 R /F1 580 0 R >> /XObject << /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im387 416 0 R /Im68 75 0 R /Im84 91 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im36 43 0 R /Im48 55 0 R /Im37 44 0 R /Im38 45 0 R /Im36 43 0 R /Im35 42 0 R /Im47 54 0 R /Im37 44 0 R /Im43 50 0 R /Im37 44 0 R /Im37 44 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im78 85 0 R /Im360 385 0 R /Im37 44 0 R /Im43 50 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im77 84 0 R /Im37 44 0 R /Im38 45 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im37 44 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im38 45 0 R /Im35 42 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im82 89 0 R /Im50 57 0 R /Im43 50 0 R /Im73 80 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im341 362 0 R /Im218 227 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im341 362 0 R /Im361 386 0 R /Im39 46 0 R /Im37 44 0 R /Im42 49 0 R /Im82 89 0 R /Im35 42 0 R /Im37 44 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im35 42 0 R /Im47 54 0 R /Im388 417 0 R /Im45 52 0 R /Im44 51 0 R /Im39 46 0 R /Im74 81 0 R /Im70 77 0 R /Im50 57 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im73 80 0 R /Im52 59 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im48 55 0 R /Im36 43 0 R /Im78 85 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im25 32 0 R /Im111 118 0 R /Im141 148 0 R /Im28 35 0 R /Im116 123 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im211 220 0 R /Im166 175 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im211 220 0 R /Im217 226 0 R /Im120 127 0 R /Im21 28 0 R /Im105 112 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im120 127 0 R /Im136 143 0 R /Im137 144 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im138 145 0 R /Im137 144 0 R /Im21 28 0 R /Im101 108 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im28 35 0 R /Im21 28 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im28 35 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im110 117 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im102 109 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im173 182 0 R /Im117 124 0 R /Im25 32 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im211 220 0 R /Im166 175 0 R /Im141 148 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im107 114 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im116 123 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im102 109 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im176 185 0 R /Im211 220 0 R /Im166 175 0 R /Im137 144 0 R /Im227 238 0 R /Im211 220 0 R /Im217 226 0 R /Im120 127 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im211 220 0 R /Im166 175 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im26 33 0 R /Im24 31 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im176 185 0 R /Im211 220 0 R /Im166 175 0 R /Im137 144 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im107 114 0 R /Im24 31 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im389 418 0 R /Im128 135 0 R /Im132 139 0 R /Im132 139 0 R /Im127 134 0 R /Im390 419 0 R /Im124 131 0 R /Im121 128 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im211 220 0 R /Im217 226 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im102 109 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im113 120 0 R /Im103 110 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im25 32 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im138 145 0 R /Im137 144 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im211 220 0 R /Im166 175 0 R /Im106 113 0 R /Im30 37 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im176 185 0 R /Im211 220 0 R /Im166 175 0 R /Im120 127 0 R /Im211 220 0 R /Im217 226 0 R /Im137 144 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im186 195 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im176 185 0 R /Im211 220 0 R /Im166 175 0 R /Im120 127 0 R /Im211 220 0 R /Im217 226 0 R /Im137 144 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im102 109 0 R /Im111 118 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im211 220 0 R /Im166 175 0 R /Im113 120 0 R /Im167 176 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im389 418 0 R /Im128 135 0 R /Im132 139 0 R /Im132 139 0 R /Im127 134 0 R /Im390 419 0 R /Im124 131 0 R /Im121 128 0 R /Im211 220 0 R /Im166 175 0 R /Im176 185 0 R /Im25 32 0 R /Im113 120 0 R /Im110 117 0 R /Im113 120 0 R /Im215 224 0 R /Im136 143 0 R /Im137 144 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im30 37 0 R /Im144 151 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im211 220 0 R /Im166 175 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im120 127 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im193 202 0 R /Im120 127 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im211 220 0 R /Im166 175 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im330 351 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im135 142 0 R /Im25 32 0 R /Im101 108 0 R /Im268 287 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im111 118 0 R /Im28 35 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im107 114 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im109 116 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im105 112 0 R /Im28 35 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im26 33 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im110 117 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im117 124 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im139 146 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 415 0 R
+>>
+endobj
+415 0 obj
+<<
+/Length 984 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÏ-·uåüþ\8aoh\ 3ñQñÍÊ0H\fô¤\91À\17è\89&\8e-GJ$¿¤\86Ñÿ¾«Î!ë«ÇZ\87\8b¬É½WGÅ*rs¿¹÷âß¾üÇÇß>Â\1c>²·\1f?}LÏ¿\7f\9e\96?×ß׿¿ÿø?\1f\7fþò/_¿|ó[÷a>¾þéKzøùùÐò\ f÷üÇ×\9f¾x÷pnù)>æà>¾þñãW?üúãë\7f\7f  \ f\17\9eÏ,ÿ0õá8=æåõfZÞ0ÍϧÍóé\7fûúÅ|üã\8b\9bÌÃXÿ\11\92\7f\96¹m¿ÄøðÙ}Ø<?\8cO×ÿ.#þðùK¶\ fçýç\eÎÿ½\8døþãw_¬[¦\96üG\fþ1¥\95*6¹GòyûåÇýS˪}0û§Ê/\87§\9c}d·\7fèõÃá\19k\1fv!Åî¡òËá)c\1e!§ýSå\97ÃSÓòw\8cû§Ê/û§Â<-t\b»§ê/\87§ÒüH\v\95vO\95_\ eO\85¼ìÂ\9e\ eõ\97ÃS>=ò~Zå\87Ã3.=¬ÛÓ¡þrxÊÆG4yÿTùåð\94   \v\9b\1d>X~y>5\87\87Yx3¤ô\98âó]Û/æ\91By×l\1f\1d'Úy\99ô²/õ\97çSËûg\e\9f¿Y÷übÎ\8f<§í\97çSÙ=bX)\18\1ev~~1§Çüüb}êó\19÷0éEå'§Î¯§¦°ÒÆ\99ø\bÖn¿<\9fZ8a\19ý|»±æùTx\84¸{èó\11»\90!\1dÉ°l¾9\92!O\8b|\17\86\9fãÂ\8cëoá\11_\vÜ\9e2\ f\97WbÙyùÎÂdõ\99פ^\13\8di\15ÿ\95Ùüd\1712Û/\87§¢\7fÄÙï\9f*¿\1c\9eÚDs{j'\9aÛS\9bhnOíDs{ª\8aæöЧhnÏl¢¹=´\13Íí©M4·§v¢¹=µ\89æöÔN4·mÝD³>µ\17ÍÏͯ¢¹=µ\13Íí©¸¨Ái¿ÄúËá©M\80·§v\ 2¼=U\ 5x{èS\80·g6\ 1Þ\1eÚ   ðöÔ&ÀÛS;\ 1Þ\9eÚ\ 4x{j'ÀÛSÓÂIé@­òËþ)¿pg
+{jÕ_\ eOe¿põ\9e\97§\14\18¿\88ëÞ,}ªÉ\9d2°á\91\9eO\85\87\7fÎk}j2v÷Ôç3\8bÙ<\99\8bÏ\1dÛÔÖnÇ\80\81:©»ª\90ö
+\ f\9b±«t\9eéð|jÙ¿Ùì\1fzý°\7fæL-,ç{'b~L/'bùÇæDØUÙÎ\8b\10.CòÎ\89XØzQ>ö\11\17{þùëbùísd\v»¾b\91\8c]\8c¿ÏÓγ0Ëò\17\95ç\16Ýýz\87åî\89ÏO\ 5¶º'aùÄçKð¤\97­\9cV\eø\94ãõá¿üéO?\7f÷ËÇ/¿ÿÏ\1f¿{}Ü,\9c0}üÆ-Ä}¹;ßÿþçï\7fóù\0\9cyÌSÞ»T¯\17\7fû«\1f>¾ýõ\eïj\99~HÀ»Â\8e[\\fÕ¼ÿÊ\1f\7fÿËï×oüSã3ó#[wø\8c­NÜâX>\1d¹¿-CS\\ 6<¦©þ\19\17ó4},¶cÙµ\85Óüb\8b\16ûñ\87\9f¾|ó¿~r\8b\94üë_¾üÇî\ 5Ë~^^à\96_\8c\ 5\8b¡:¿À/[~~Áú§ñ\8bÑ\rë\vÌÓ\ 1¨3pç\17,\9bç\8f/xýb´\bñy\ 6Ë\9b.\13°x\ 2\8b(úù5>\7fN`1\19ê\ 4¢6\81\0HøÜ\83\98\0        ³¿.`ÊÇñ¯%\99Å\8f¨ãw\v¸ÌßíF\1eǧ²\ 3\87ñ\97\1d\þïéû\8b\87±®\7fñP\8c;\8f÷\97\r¤ß_\9c4åûþBÿ\17W\9bÅ9¬\1cd6úyÀ\0\84~s\12é·îÖ~üân.ß·«cxÙ\7fwù>[ÿâÑIëwO]\8aÆÏh|¸®?@\11\ 6­ß_ÖÏèg­Æ\7f\8c\7f¬M\12ÿÐï/\96Wù>\1f?\8bûOè¿i°ÃøY\1f\ fù_\1f\1f¬´ÿ\94ÿB\14ù\8f\8c\9f2~zJËtxËS~\16Gãª?ÓE~\96Yú3ÿ®\12iÓç÷wò·¼Ye\80¤)\0ÊÀÙÞcà\1cî) Ù\8b
+\88\f\19\10(\90óü_\eà¦Ê\80Ë\86úm\ 3e\ 1tS¼µþ5 VÖÏ\14à\1a¡+
+pq\ 4-\¿E\fè\81\ 1?\7f¿ÌßZ4þâ\83QúÛt\8fþN¥?æ\9f%$\16\15ØY\ 1ÔñÈ\80\ 5°~B¿àEú]]Ðçþ\87\19ðO\16ä·Ð?z\91þçù¿Þè"Z¿\a
+\9cð\7fÒä\9fî\7fÊ·ô\9f\13õ\1f\95\9f\1c%ù¡ü\ 3\1dÈ\ eþ\99\9dÄ?\8cþk\90}Gÿú        \1a\7f±\ 3ìÍ$9Àtþ&Ü\9b¿Ñ\1cPæ@xën9ÀÞªôÃûï\1dÔß \ 6Æüï]\10\ 3 2\7f\81÷ë©\8fäÀ\9fù§\8c\87\ ed\ 6òCø/T\a~\1fÂ\87\8bÿEé\17£D¿«\ 3Xö/¡\04\ 1úcýá\13â\9f«þ`úkM¢<ǯ©¢\ 1ûo\Bã\ 5ýUs0%\0\8fø/¦\ 6 \8dù3þ]30uüH\0cªý>\8e\97õ\87  \19\8d\a     \f\7f±ÿ¯\ 4L@ã½i'ÁÊ\ 6Æü\8a\1cðg\12Ìè)\88\14À\ e¢\10\96pP\9eîqPFß¿r\10¥`µ m
+F(Âf\8e¯$Ü\81\82.^^À\93 \90\87.<Hc°)ßÚ\ 1k¬¸\ 3X\a[kÀü¯:\98®¿ÚÀ\86\fñ$\88\93ÖO¿ï \fv$AìÍñÚúy\12\ 4ê0= \82u\98\9eÄ\vIÜ?\92Ä\8bF\92àëø\97\r_\93(¯ñÓÎ\87\\8f\94Å Æ&¤D¯A\f3B\16«0Ù\b­I\18M\ 1¸Ë÷í3\89\13Á÷ÓåûhþÏñ³AãA\12
+;Q[\12g=¥|ãDÑ jBßïHBì\14è\88\13ìL      \82\8eû/;q®\ 6!\87ñº\13·%Q\ eã¯N\1c\13`ç4\ 5@׿(Peý4\89âT\ 5\80ùg1¶eüÔ\b\ 2Éú±\ 2\95³¸®\1eÃ\1dùÿò}t\90\98vNô\1a\8cï}¨v\10ë\1f1¯ã_\ 6|\1dÿ9\7f3       Y\94ò\ 2\1fG_ðâéÕ\r^9àü\ 2á «Ì Ø\90ã\vÜE\ 5¸§Æ?\8e\7f\9d\84Î\88\84À\86füýèÀ÷-`Ás\1e-=MÀê\ 6\ 3
+\9aË\1e\9a\8b\13òúŤeàe\ 1æz\16\1c.nd|®Éd³Í`÷\82\0¤\98paN"\17\92-\98'q\v\b\13.Và\1e\13ÎYcBs9\ e\7fi\ 6;Ù²\avg\87Ö\8f \8eÀº\84õ8òº\ 4\v\fÑÙ\90½H¸\96÷\Ih¦Ë\1e01Z«z\141\8a\17\12¾Øx=O¬$ÜM\0¹"x\13m)ª\106\11\v¢u³$\88\8c  Ö\13I\89    \98\18Øàn)c\eD
+       ¼Î\ 4\11\13XY\95Ú\98$\1e ã\93\15Ç_\8f\14\9eóOH\8f\98k]\re\81\8c& ëⵦUÒÅW1\9c\8a?k\9fÕrn\89ÌÃô)\ 5Â\v^\9aa­Ð\ 5+\0\ 1\ 59\95\99*\ f\1e\14\91\91\99Ø\19\8d\89\99"Z«ðDE\845¡³È£¸jB&Æë¹\9cèP\90     øITÅ\98\89êÁÞ\99\89@^\b\8b±\vF\12c&\ 5\1e       æA\87=\1aád¤|\1f{4\9a\1e{òàN\8f\fñ`B^±Ä\83e\ 2¹:$\8b[o?·\10$çÉ
+°G£¯`FR\bW@\98pFþ\ 4Ðd\8c\89ü\84Üj\8d\89Ö\\81\9f\a\f`\82p\91ãuJõ|ì4\81ë
+®/xm«_bÛh^ªp7\83\b\9c:ìX¯'d\92c\1d/~mY\82óȱvà\8cü\9a\9ex\9eÑx¨   @xL6ÑCk"mâÊ\86\1ej"À\86Ì/^\ f¹$¿\98is\1f\83ªÍ         c\96HÈ$Ù'èSÉN\9dOÐ¥¸*C\1aßÖ\10?\9b!ÇÜøâ\98g3æ\98o!þa\ 2\1d\8ey=é:¾@wÌ×\b¿®`(:[\8fº\9e\¸¨õ·\H\ 3Üø¹\a#êÜT&<îÁU\8eÜós\80\84É\81=°À1&\11vB\13èHrTǺ±\85éù4ø~É\13\9f      \0NJÈ\ 4f/M\80îÀ<«;@¢ÃIdB\1a\9bLY\\ 1\89M\8cEb\88b\13ò\ 2\8bö\10ø¥þ²\89õ´­X\934ï*¶Ì\ 4²ÝؤÛ\92­=\91\09%Ót¦á3:ª®y>\1e\19\83C{\92§Y|ó[\9a \96\r·4A3Æo)S\1a VçüHCÙ9·Õ9\1fÕæ[\90?ÊÇÕ ¶ø\98Jb\8e\9a$Ò4Å\8cì\11JS\90\0q\9a\902\ 6\ 6\15+s7!\1e\9c\8d\9fÅñ$>4\90\85ä\9c¿32\v\91\17X¨Êô|­s\93Ê\ 2Ø+tÎ#1\96\1dkçæAsT¾ï¡=\ 6\81\ 1aÁàE\16$;\10\10\vIj¨,`§\86Þ/\0'ÊÖ\1cÁ3Q\96ýûD\19e\81äT\16 $\84z¨#Í\ 3\9e4ON\88\84z\9a\aª±+\ f²ðÖÍÕ\16\9a÷á-;7Z+x+\ 5ß\9e\e1Eì'ä\ fèGwÞ@c,\9c\e\95àÒÞT#ÞÞS#µ\86¶­F0\ f{\87\95\87\19\vz\ fç/ÈP       \8eËñ÷ê\11¾Í\93Q\ e¨    \86Q\ e\b(®¸r\0\8dîã4èÎÕô\84¬\85Xz\ 2*\81\v\a±ÀÊ'$\ 20°"Áu)Ã^Û)ÆÎß«)<¼@9ô©ù\89\fÆ\ 3=ÊÓ\v\ e¼\0¹3$¶\8eE\8d\1dÇ\vE\88u|\94\bÀcs³\8d\7f¯ÅØø \8e'ôKh\ 3\97½D?Ê\819k\1cHÓ;s9|_}\8a÷IÆk\9eö\99Þ\99çò\82ù\90§\ 5\87fö$\85ó+°\9d^Ýðn\91æ°{\ 1\b­ITW-Ù\91\86àØ\8f\1dÿ'À\ 3 ½AãZë\10\13      É\85\9a\e(1Íq\ fP)/¡\803\12\ 5øé?\92BÝ#·\1eJ\91ì\91¯¥°@
+ôò\87\9a\188I\81¾\800\8b\v G×1¼<òÅ¢\fyä¶4\94\b\96\84\900AE"{ä\16\ e\8fÜf\8fH¨§ør\125)\19?\87A\1e\86Ó¤i\ 1\1aTM¢3Àl\91\9b \13ÊþØ\96\9ah¨!\9eÚд\0ÏL )î\89\8bm¾¥F\9cSe\0û\83\ ezcf\92õ¨ó~\90\82\85\85\82½çOº ¹S4.\8fH\88:üI\97 %\92\83²5\18ºc     \1cô§zÒk9k/àÕ\vVt\ 6HùĦÇR+,$çκ"cÕ\vª&ÅL´6\a\ 3\12êIêµzá\96\18x\8b¢\1a$\ 6$0tÈ£\ 4\8a\80ç\16\92ÄÆ<·\0\99H.DóØ!\93\8f»ÖÚ\ai\vé\ 4\ 2ò©õCß-·Ðbbº\82\b\8e\1a\1eY\93\91\1a\9eôé\ e¼­ái&\17Ö2\90¾ôÈ\8b-·äÂá\ 5z9dÅI[\8dJw9ä³Å²Ö.,\13\18q       M=/<.@ï¯\b\85\8bO\14\ 4Y^\12\1c\8am\8f\14Ð+Ó+ÐÚi\ 5reºI\16P°C\fL\82$@bpn²©í     ¯6ÙÓ\f®P\r,¼7³)/\bïÃ{Z?R°\82N\$«\12[ÚÔ\ 4\1abk`\v\99\8ddk`\8d\91¸\80\86V&JrDó\13f\16\8b\1f$&¢\13ph\v:¶Ð¹{bP\ 1×\ 41 Ñå¦\vß«"f\r¬\9f7e>d\rlA¼\18\ 6k»î\1dk°õ7\8cZ\ 3\vuYG\82 ¦j\a­\81M\90\a®Ö\80\1d\17l\19\8a\13\17ê\89Ê\19®@¯\r¯µ\13­\15ð\14\85W\99\88Ä\87\ 61QO|h\92(Gd\ 25U:*ȵé¶\9f\8b\84è\95\1f\9a\13 \ 5,\ 5zç4^>1X«'î- @E¢oa\88Ú\16Ò³÷Í+;êR¹´Üí¼²¡Òr·SEC\150YcÂð\98<$aÎÈ\9a Öo\92j\9c\91\9bFÝ,zÖ4Ä/\b\ 2\17b1ð\ 5=¥%\ 64E`\1cØ\ 2\94\ 1ªA^iO\80j\91\1c÷\84ØVóêè\168«m\ 1\9d\80\83R wÍz\97ïm\81\17½BÊC\ 1ùµ\88\87H\96\aÆ\97ztçãÍèÎ'¤G:ÌqÅ!k)"Z\9a^YÀ\87ÁÒôº\87kmñH{\83/nña|\87GcB\0\13è(ì65Sµ¬äma7/¡(\9aìH\ 2áð·dY\92\ 3{\80NMH   Fmo8|_o\6\19m!*á Y\9a<\83õwdÜ+\1aû\89\0z\83É\8c\99XNÙo\19\86\85\ 5Þ¦ìih2\89$à%\10P\8cd(\94-CР!\8dN­QÅ\90¤Hª_\7f\\80~|]Ýú\96\18Óè´\96@\1c) G§\ eI\11ò\8aI]½\8f\92\14Q\b\89ð¹\ 3c\10\12Õ\98µx\90R &\18\ 6U¹­Ý\8a-\1eâÝ\19²\14±\1a\8a(2!ISe¤\88zÒT\19î\ 1jS"+\98µ\15ð\f\83¿§\88Ü\ 4Åà¢\88\12M0xÈÆ@\95\92ð¸æ*\eÖ\94\1eßZ¨\aôü\82\9dE=@ÊP\1c²æ=e(nÖÄ\88\96Ö{èO\0U\8e\1d¢\r¡å\10q\b\a/N\80õw )BB@\82ã\bý      \80ëGNðkMkÛ\1dh\14QtóPMOdÑ#$\ 4ÌH\vô\14a\f»3ñ\0\8fÞ^\0i\90\99K\83\8cÏcåx~r÷ü\99µ;ã\8e?³ug\8cú3[~bÐ\9fñVãA\8eÿP\1ad\8e\9a¤C[ðÂ\7f0P\11êÑ5\89Må²Ü­ÁÃû÷'\1e´ÁÂC¯ZP$5¿àD9dù\r-²ä\r\1a\94¼:DTcJ\16\0=:½YsÃ\9fh21AàH\ 5ûàÈ\ 1¨8¾QÃá\ 6\11\1a\ e7\ 6b²Õp\1c&\80\9cò3\v×ô\88Û\16°\17"ÀÃ\fa2\82     \ã\1aZCR£
\1eÏ\89\8f÷ÒxÞ \92¤ùÇG\9c\90\ eØ\1aT\8e\1cp\ 5j§Ù\8d\ 49@ÏndDÀ\8eìÆ\ 6\1axNô\ 5sÔ^Àôè\96_q-\88K\86\1e\11D! ãËm'­ñ\1c}¢øS'\1e\10*Pj\83È´Qð­KÍÓ+3\98AG\ 5\8a\88\9cÌC,=b%1¤,ä\93ÄB\1cº\ 2² \9e «0<£\86À\96\e'Z\86\80\16\9eó\93\1a\0\99zl   ÖäÈ-K`w\8alh\v3äA \ 5°3ag\87d@>1ÜÐ%\eóç\r&VSÄ<9\93\91\1aé(ÿ(\80éM&¤\91±    Ò\16Ðì\90A,\80
+`Xr'H[H        `g\8d\04;ä\90\14u@\13ºxÏ\18WÌuÁ\96\12\12\ 6sK
+\@¶T÷ç\\9cnùs\ eê1½\16rKÎt+ò\8aÏ\89,i\17>§ÊBd\ 3\92\ 1\94\ 5\0È\82\92ã+¹â\1a0½Ì\92¬À \92%áÕ+ª%`à\1fù\96?è'ä\8cèù9o 3!çç|¹>¹åÍQXÅ\9a#oñ0\87î\80B$ççÖÜ\8eÈB¬v%ªî\14!a\ 5Ck\90\907È )ìÉÏa\87RÏÏ\ 5'ò0á\81 :\13\1c|Cå\ 1²\ 3       1a\a\13'$\ 4p\ 1¤½¥æ\a\97àj(½·\82\83¾^ð\1e?\85¦\16jnƶ ÔXéJáaÛ\0\83£\r\96\1f^ »c¦Ü\0u\1a/§ç6dPÛBða·\7fÌ\1a\ 1\9aÈ\9e\8d\1dl"{6\17\83rD\ 4ÔÑeg´\ 1=ø¸3Ú\ 1Ý\99°\13\12\81\ eÀz;i\14à©\15\ 3\16ÐS÷Q{kì\18\90ØV9Ó`\ 1\1aÕV\ÐA\16ÜZk\9aßoÜ\1cÒf!\86=\ 2      å7_Ø!^Ü\0vóH©\0´\r\14)^ø"
+Ñõ¨«ôö\84rÔu\14\82ëEb\94\89£Èļô&\rê¡\92ݪIjÓ\80"£é±\ 4¥HoðJ³ªGXé\râ¢\1e\f\9f\19\1as}\ 2õȺ_\13Ö      dm\ fØI\83\9b"ä"ù¤aÃ\ fi\90\80§\97¢&\89\1cÿ\ 3î\81td|Hï\fOÀA
+t \9bfI\ eY\92¶Þ\88wf"á^íOhSÅ\9e7¡M[º\90nAÅôkkc\92\1c¨@H'\12èÉ\81\ 4÷PO\ e$U\97\92K\84ê\85pÇ°B\aór\19ɱ\ eæµ\ 1\904\17À®OÁLØQ<c5\1e ·\97LХ踽Ä\94ÛKì\1eê\1cÜ^B\13\14¦ä¸l\ 3a\97"\88XhÒ;\10D¬æ\18ÓüÂÎ/|\7fb\87¹Ð;¤It.ôØ-Ôó\13Þ«^\19©Ýð¥vã(\87×Ú\r\ e¯ªéRV\91íÃ\8c4\99^\91í£H\ 2º\aQ3GT\90\93¬Ì\e9\9avpA\ 2ä\1a\9dL-8¨F\8af\1a\84÷¬ÁÉ4\ 6gej\87Ysþ\r\ 4\93i\10ÎjKÑ´^м½e\1a\83³Úno\99\ 6ᬶö¦i\10Îj+ iî!É2e\87H¨ÃY\99¹\88Ñ4\bgeêÉóô\1eÎ\8a_¿\12Õ        \90â\ 3\ 3ÅHö\8b­       Ò\16Ðâ\ 5\8b¾\ füb\ e@bE.f\0$H
+\0\13²\8eí\15!µnÁPǶ\rª&cY\ e?ªIj\ 5K\1e\8a\91Z®÷4\r\8cTJÃ\98T\1a2\90UQ\109\ 2\88Ñø\90¦;ke|Ã\1eð,\83×ø°\89r:ªMݤ\89r\13ä´ÁÇ\14üÁ\94\v»\8f\vè\0\7f¨(¥Ç\17t\80?T\94Ò\862ä(¥È\9eôÜÑ*
+"ÍóÔ,CC\19Ò$\81GLÜá\9a¯w¬¾ö°\819NS]q\ 2L\bR]ü\ 6\96tË ¹\9dS2\14c'ôý\1e1Ìê\ 4H¦)#\97¢\aêv¶÷ôÀ\fw@ï\8d\98ÔÈ\80´\16\18d\ f{ðC²ä\93ÑøÜ"·V¯\83ÚJ0\ 6Æ\1fÐC\ 6\95À\8a\1er+°ðNÓBMô\90Æ\ 64ÑCÚ¦\94å\a\90\b"¯¼Ñ\9dÓà@Þ\1c\ 3í\88\9c\11©\0\94á!ÝM00Ó=Ò-9Ðâ ÚZQ\9còµ0wÈ
+\98RT¾¾`¬¹&\81     tÜ«\19Ð÷;NÏëí+§   È®\84)\1eõ\89\82J\82§¼ \19õ\ 5,8÷\12    )\0M     îÏ$\ 4\1e\ 2Êu\ f\e°\86­è¾I\ 2\ e_\92\10\17\97`\12\97T9
+½ð%%®*MûM\12ÐÒúbL\8f/Ð!hj\11Ek<m\r(.ù\89\veUl\vÜwk<­¡Ø)¢wª\98bsz\91\89i\83Ѧ\89B\vÄ\88\81wX\95\ 5H\8a©\94\13\8eêâZÂЯ\8bëõ%\93ô}\1eÙ\87AU\»K\f\18ßs\85ÍìÅ\ 5\90²îiz¥g\96¿Ç.\95\9f\b,À®\86\9d%\12rpRdKz.\954H\93v\*i¡\18Ëç5Î\8dòpí.       \9a%àØ ²9'Q\9d\87L\b¢:\86\1d\925=Ä\v 4KÂ\ eíjýÂ\89\84ú¡]í\ fiÊq+µÐf"v·«èÓ1Àöçm\88éµ\a;Àö$\1fß»\8cüò\8eãû\15Þt=¾_ÍÙÛã{º\84Å'[1çOK¸bÎÇ\87¿ð¡\7ff7æ2\83Å°î\f:P%¤\84ÁL\1a\rØmí5?q¤AÇmík\82"_}\ 2tþÍ*\104\8bÆ+\10 EÕ3\1cÎ\89ãÉ\16xq\vh\15\89w\1a\eò\1e\rÍ\1eÐ\14E@>QO%\8eê\95Ñ\18\1f{eú\15±  ò@Ç%,ªE}\9fc\10´1iq(\ 5\b«{÷γ§ð\13¥\ff\1d?\82eµ¦(À÷%!|\ 6\9752Èï\11Xh|]\8e\1d\8fã{\0^«AÎ-,+Öã\81\b \9d¾×\f\ 3|AG\8fD©m>¾@é[¯õ\ 3¯Ó÷3  åTw\ 5Hmñ\0-\82©\91A\1e\83\93Æ\83\1c¾\ 3ò ÞâPz<Z,DÇÛI\1cÏZ4nÒÏf\91~¬EÃi\1cÌ{DÒ-\19´P     õÀR\96\16\8b\16\ 5è±w\88P\véÀ\9aª\16áà\15VR\ 2\14\9eµzåy\14\9e5\8bj\8c߯\8aÔX\a<kéÚ>O@¿çy\8dé\9e+pcq\85\9d\82\8e¸bz\95\ 5¯Í"cqÅôº\fë´\ 4ý.«
+ Ñ2Ç4º4H\95ô \ fX$I\1d\0\16\16ù3\1d\98ûõ\8eÖ\96CE3\fØ¡ÒËû=\12ä\9e\16\rdÌ:\1c¢
+ ÑVÆd\a"öÈô$OÁYn
+2]A\84r¨_\0\93 =CÊ\98¼ \14?\9c_ ïAÖVÀ\11,\9cêÒ\914Õ<êSÖ;^Í-)¨W¼\8eºDÞh.\11ý¾Ñ¢\ 2\8e`!»D$2¶Q\13\ 2~ÃëtË)®è¤m
+2\ 4\8cY5Çì\8aXwË\12x/ûdøر"`¬Æôí±#\85\98]¼Â|\9d\81^
+X+(N/ÐK\ 1ë\1d±'\1aÊ\87V\1e\86\96ú¡ÕV\ 1\91Æ08LAAYÇ\ fµ'ø\0Æw\1cZ\99\82\90Û^\0>´Z\11,ÖC«µÿxèÐj½½å)F§\15è \9aÒ¤Ó"á;\f\8bJ\81¡C«­\82"\8d\ 1É\98R\8axZ\80Þa\92\11\ 1z:LrF\v\90<Jg_ \18×ñ\v\14\98\83D\ 1Z\15^à N\13è¸\17²\1e\16\1c' ß\v¹bXH[À¯o\91¥\80Ý\10\e5.æ)
++í\ 1\a\18­b4\8a1ë¡\18éI*\9f\a\17PS$vP\15\1fÛ3\9a[غ¾¥­\a\b\ 1c\14       È\9a3¬Ê\83¤\0"Á      tTph;À!(\12T\ 3:Fì\1cnR`Ö¬)ïíð·L\81+÷\\ f¸\ 3\15\1f\14jbp{\f       Î-4\ 5\1dø  P\ré¹~çÒ¶\85\rô\ 2V\81qS
+jsÇ0\ f\ 4M\11Ó-\b\88\a;Z¤êå¬#b¸º\ 3n§GöQA\a@'\92cýȬ\ 2l\8eS g\89\ 2´\8c©@Ñ´<B\9e\9c@.iGã{¹eúì\90é\8dï\ 6\85%=\8dïfT\91\95àÚ\88Æ´Y;1hK¶Ú\89\96-¡ø\94\ eFf×\1c\eãâ-=0ÊÅ^th\98\1cû\0U©.ÇõvÕQ9ö\11\ 5×=\14¨yÎA9ö    \ 6F\92\0\97Ïàx\89q?+\80\\96|Ú'>¤_þk=î\88\aø\ 6­Eäõ\ 2ÿHîò\ 2'eû_/ÈÚ\vìÃO\88   Li5</A\86½_\11\18®4p³ÐèU\ 3ü    Î\0hÃs-Z¡Aôp\17d,\9az\ 5Éé\ 5:\16\8d)÷"\1e_ 3r½\82d\1d?\82ESo\98=}_îU45Ý\1f[\88Hïñ\17N< {\85\0"\1d×\ f¼Bzò9Á\ 5èÕ\84Ö\14e\1c§\83.\94«  \97G\v\17Oï« )\ 2\83u\88\at\ 4\86\9aa\88M|=r\82_s¥Ý\9bX\13\ 4\13Z\08òaE\14\1e\b\11,d"\ 1z\98$.æ\b\12^Z@³Å#6Ð\80è\ eDm\aøõ¬\88\82È£ yº\84¤\bêA²\80ì¥\ 5P\19Øé¡÷2@Xh¶\1a\vñ\ e\v#Q\90\1eÞOÐ\10È}R®:öÍñ$85\88\83z\12\143" \ e§äê¹cû\ 5¬E\ 4\99\92\8e\15\ 2
+êyÍP@!è8;÷Ú\1eð\16\8f2\810\8f¶xhRH\v(\ 2\92Â\8eØj- \1059kÑðª&%r\9c²¨        \e\ 5\14-& )\86zfÓðè8z\ 4rI;:¥fÕ£#ñõ\84laO|=AMrå\ 1zxmÂ\16\164\ e¯ÏÝïé飭\b\93u\ 6û%\bhHG\ 4\87¦*i!8´Ì\19\r°\1d\16D¹wÛ×Z¬£Szm{å\97p@§´£Á#JlÈ\10\f|Dª\f"\18°\14\83\992öå2¡¦2¦áq¹àÔúù}hCc«\ 2ã±¾`Ä-75OåߣP4\e\1c|\ 3Ò«Ùàà[@8ì\12\f'\8eo`8øA8¨-=àÇ°ñ¶\ 2\ 4ß\ 4R!\10\91Õ/÷\r\88HÚ¤S\13æ~\fËÇ\14\16\ fr\ 4\86¤R\80\93\ 3\v\0Ö\84F\16S\96ö\90#8\98{LT\11\1eÛLÄ\10 Ò­-°Öj[à\9e\8a\1f\99Wi÷ñ\ 5\ e ç\93òvWjÃ\17.\1eª\r·X\93ɵáÖGÄD=\b\8fNc\ 2º\89AÝD\12àG´\82\8eË`ª5l\89\11\7f\ 1$¡îÙ¯\85|"        \19\fÅ\8c\98@\87Á\98½dM¨c?!9ê8;\9c\82\e\19\82¦*¿º\84/\b\ah\8c\f80 Íë\16\9aã\8e&\13\e_M&>·º\86\19¾£¿'\86Nt©\9a%\ 4\r\1e¤Ñi=ùk\881¿\84"i\8a\8c£;B\8f\81\88³$D\1cÝQô\88x\82`ÖX\80vÉdÍ+¦5\10\19y4z߶\9b§A§¶\8e÷ª-ÃqÉÚ q+.Ù2\ 4\83qI½Ã¢µ\ 3­;>[BÄñ!5EÎÇ#\1eF\86\80\ 5÷\88\ 3z.À¨\15\f£\ 4ð(°ë\0È\14Ý1~CèM_Â\87a_¢àWàÈTF\15Û²\13>\ f¦W"\94\ 1\92P\6\80þÐÒ"̧_³\eÏ\96U7\b\85³Á?¸A\f\92\15ÿáéM¸\ 6\ 6     ;¸]\ 1 \9eyF×\80\81¡K¨m:­%°³gS\90ç\8fK\0gÏt\17Âü\8a¬\\ 3Í\87÷h\14UâZÀb,ÃñI\82¡ø~+ piL\17¬M\16O]à\9aØj$ÅQ\13öî=.\16Ç\90\88\80\ 4\1dåñ\ 5wþ´\ 5@\12Ï\\98\1f)¾2$Á½x`\97¨Ìzy{\ 5¡hL\80B<Ö
+\8aãx\1d ±\\8e×ÜAÞ£áT\16 ]&\16R@\a\99¬µÑ®\ 12Ioút\19ñ\90¾\85^ã!\9e Aj Ã\1c¬=\1a·Ì\81­½ß£æ`ÍÓß2\a6º{æÀF¤HzJ\91j\92\1c¬I\1aÉ\1cP\1aäI£\ 1­çªY\9e\93=\90\83\v{S\e×ËF[Ú\98_\15\8a$©çþ\84\9d6}\17a·®\1a=\8d×Q$\f´è\ 2àîñ¦ÑÖüùM£yT\19×\9bF­8\ 1\ 6\15ª\993\9aç«ín\r]LsL\1e}¿#Ï\174sJó|\ 11 Èóq\9c\18p\18\8dù\9e\92½¥\ 4\\82æTGBÉб×+\89²èÔR%0C\1eÔ±hfÈ\ 3=\17\95\86{R¼%y\ 6¥xëSin\ 1k3\81R¤_\82b\93èÔ\92ñÎ\88ãÙ%¡ñ\96Gç+~A¿\10×\17\ 5d\ 5\1eºC²\10­\15(\92\10Q\16\8c(6Õ\93õ>")Ö\93õ[\ 5J\8b\82\1cC#Ü\92¡\r\ 3ÃÆ¡dý\96¢±qL\8b¬M.O-r\98@G²ÞT\1e:Ì@\aÍÞ®\11±¾UQÉ0(Ê\1e\1eW £ã\99r\95Ìñ\ 5È\941\f
++í!Çø\8ch\ 1Zã±/ù\15\89        x~e\16)Àn\11\11\99¨     BqZ\81~5a=y=î\81\ e@`\82*\ 6,Ã2£  È>ýÖar\14#\10\93\90ÈÖA&ì\bÎ]9ùµ\rxAV\13º&8òu\ f¯5¡\ 1t»=\97àÓFÂý\fäþw\e\9cÈÆd\ fË\9dVí=Än½\8d\90\8bu·~MO\88\9a\80\ 1}"sÒÑë\95§M\f\1a¹\ 1\92¦ËH\97¢4\1d»"\14+\ 2É­~N`Ö&@#«ZÌÖÚ\ 2\ eC\ 1\a&F6g\8dì@C\93Ð\ 2\b\8bÌQG\ 1\84\83\vè(\80ØùDCÙ\ 5ïoùT\ ez4=\ 5\10á¦OµÝ\ 3Òð©hl
+\15QG\ 1DÔ(ؼF¤Å\ 2\14\85¢¢á´ý\ 1\82Å\92á
+t50#\7f¢'Á¢ºD¼GÃ\80\15t´:yQ\11Ñ\12\ 2\ 3ÅP\87X4¢\18ñK>¡K¤'H*Jfk\vx\8b\bÔ¤râwÈ\96ôÜA\ 2Õ@G\11\886\7f\86\15\91\1cwPǦó;M:\96\9a-ä-*X\88@]4\83á\80[ ó`½b²­\ 6\1a   \86Ak¾]\ 1b|g\8fÍ©Cå0¾\a~Ági\ 2\14~!|N`\b~¡v9\1d¿¯Ã/T\16:\8eï¸\ 2d\ 6ëïH4\9bÊ\ 1G\ 2\0\19À\80F&\95Ó\9eÃx\b\0(\10\vè­û[õÆq\ 1\7fkpiî\0kp\89àû=Ðvµ\1có$\ 3\82?W;df´\ 5\bX\8d\1c\99\1a+\91\907¨ !¸Æ\854?c\r\9e\9f©¦°©\86H\è\10\ fÁ¸\10§\19·þ\94\85\92\8d4#Æ#ZË'\9exDÆ\8dá\11Ù\8aÅsä"\1d\8fhm\93LW6Ôñ\88Ö\ e\15é\ 5\f\8fȦ\92â9-AÆ#ZA0®4èÀ#Zo"A3\90ñ\88l6p\17\84<YÉRí´ÙX¢m6¯DÛÊ\89ï\12\1e\8féUȳ¼àm!\ fOQh
+\9deúÜ\94·Mx\9béc=\93®Þ\89´¬`\b\99¨Í î\86Ö?\9fW$Z[^p¸"ñ\8aÏvåä²\ 4\198}\17\17ÇìY\btÜET\bDhàf\8d\ 6á\11=âdç?]ÃÝ\v\82\1c\80¬BÇ\11xÅÂh+u\86¶9Ýò-]\84®\95\\13èêÉQÓ7%h"õ\82Á\96QbÅ`.\15\1c\86\83Q\82×d\922\8e\8c¼Û\8e\egëõpmç\92%Z,r\8f;ò­3ôïu´ÌiR\9d;r\86<yu\ 5¤ÛÇ\18Í;¤Ý>ÆK\9bH»}jƸé]²B\8etK\f½\83ÞmÇ]«ª\18³»Va\88×s×jÐL:½îÖÏ\9a\1cÓDG\b(L×k"}\84a¶\\13¹%J\1a\80\16ãÔJ\8cã\1eÈç§\1eGÉýy\92É6N=X\19D\91¡É\8e\ 5¹õÐâø}=È­¶øðý\9e\1a\80Z\93x\98@G\r@\ 5Ø;\8cïh\1101k/ ×±Ô:\8cã\16èµ8µ$±±\ 5á1\9dÆ׫Rö\80½-\ 4\13`m*h\ f\15\8cÃ\9a(A<ÜqhaæYÝCr\82>A)\92±L¶»D\1aLHó\14õÌâ$\ 52(ÓV\861\99÷m"t\ 5õ\8aÁÆ
+x¢ÃkrÌï"A\13Ð\15\89õò\ 4H¶Ì\8bLÄË8¢¨\89H\92!\1a$\87ú\95Ŷ\82ø7l\ 1%!TD=ɪ
+â¿Fúï\93UD\ er\0$ìÈÚÛzþÙ \ 1í\96\9a\91 êGWvÎh¼\8erX±B\8f\ 4è(ï\9efq\ 2$¶52\ f°:\10Ä\84\1d\88»\e\16È\80"x^Ea\13\12#\94"aP qÔ \97C|¬Êä\9e¿\rì³¥Ìi|\1f S§'Ú\82\ 5\ f%Ñv\\0êõ"\8d\8eÀ¦=f    \96|K\13®\97¥Þ\93\82l\90"ë¹,\15¹µ\ 3X\1e-\9f\8a\92pÖHȱ@\9cfÍx\1d\b2§z³\957Ð+\95\93\[v¢eÌøu©Vuk    \ 5¬F\ 1~[ét/´ñ.Ýs\89\fEÓ«<+\92
+'2o$L\9f{0_B\13\9a \b^ÕDd\13ìm"O0 UÒQ\8e\14£êײ\f\ 5\8ev¡¤qa+Ca\16×l¨\90¢d(Öñ#Y¶Z 2>~\96Æó\ 4\85ÙÆ\8fTw\9b\ 2Ìu¢\9f\Ý]\vA\8eóï¨î6¥Yé8\81\9e»F\13Ü\81\ e¬Ó\88VÐÑ,T2\1cç\15è)\9a\fy@OÑ\94¦ËÓ\1eʥŵϤõ}\1a\16MY\92A~שÓX\80.  \8d\17\80¯\1c^\91F×*\86\8f]9lKT °\0«\ 41\12   )Ê¥\8b\80\ 5:Ðß­\87\ 1ä¡òàû»RÛ<ÄnB\81\83ÙD¤Gõ\826[
+ÚÎ\e Ãý&/©1væ¸fG*\v\ e\15´Ùì$
\1dÈ7w`Vw\80\84{zÜ\95\82¶¦\10Ó\9b\8c¶@/h«\15 -\12Òsk\13$g\80ßµ\8a\9c!\b\9cÎ\92\e"   [].mMÎ0,Tw\88\ 4¶^ôFxrc\92¸\98bÕîôØЩë
+\94º\9eº®õ¥oO]Y\96´"¥\9eI gI]Bæ¼£þ¤\9c8µ]bÖå\ 2\15\89\Ûì2Ü\82\8eä\b²å\80\87h\rÓüª_9ûÔ \86)](øB×{å©W×öó\ 5NGí^ËÃë\vF\1a\87M9l8\8eï:ö\fê\vX\81záâÔjÖ"§\8eÕ\1c\1fH\88T1\8b*\12\18/Y£Ïúòë\16tt\8b\99\82×{\9e\81\ e±Xrt-& ç5¥ r%åЭPµ¾û8\ 1íÔ0ìÃ\82ÔÛî\16·°@bB~nZ¼ò\14Þ§Úù±%¢@\87OVÃ\82\ 6\17ÓCC?m\14\18CE«é\91Æ\16ò\e\1a³´\0\1d¬&\ 4ôì>z$\ 4:\ fÇ<ÌïSS§é\11V\7fa\vîøé\ 5×ú\vV\96\oH\ÅømY2ï~\87ªXªð?8öMUÌNmç[ÆÌ\95»Ï\9bj\80\9f\9aB&\96\8b\90\9c\99nñÐ\16\16\8cÚ"g\91\10t]\91\88¤@?kX¡õ\ 6ý\89Ú~\8f\1c\1a¸\ 2rfèïé\ 1çïé\81zh:¾\87\ 1IA\178\9e\80D·Q3FÔ¯OH\f\90\1e![\98 S+Ãýº<ÝóI]ö\92\14ðc_¸\85ú]8\15]ïü\ 2à\12\92SKÕ¥\8b\97=H¯æióº\92i\9dÁîÈÍé§\96Fóëé\81\97\95íiÎp\ 5ö\ 5×{\ÁÚ-£\9eZî|²\11MPO=\ 5M@ÎÎ}R\9dº÷\0w\ 2\1f¾¿Å -É\84        ¢&H¼ÿ\vìÉ\1e&u\ f\e§\96ñ}o\0\8díj¶=6;OYÿ·Ý^0¢KM\ 1\85:\8d\97\vÓM´`\ 1èÈ\8bÜQYwðD\0Ù)\C2e\axx>\81ñ=UÅ\ 5þÿü\ 2=ÃQZ.O+Ð3\1c\ 2\81\82õ~¢\87b£]\91Ã÷Gi\ 144ªnñ\89\aô¢`£M\80\ 6&\16M #0©nu7\ fÖüĬ±\10=sr\ e-@¿áÑ!\ 2v\ 4·Õ\94µv\90\9f\1a")ì¨I.\r\ 4ر\9fAj@¯GµÉ\88B@\12\1c)\80ñ=5ÍP\91uÔ4gDB=[o±\1aë¨Év÷\84hÎ÷\84¨^¯8*DõzÅQ!rª\1a¤\13Ø©±\91Î\ 2g\83f\8bi`Vn-o;\13ìrÄt\8f\82\1eí`G\8eÍU\8fúø\ 2=ǶE÷-[Jcã I\11\8fÍ¡%\90M\99+Í!£RèvþÜ\98\14¦xO
\85ÕÃ<\94±G®çgfÑ¡ä§\86¯k`N3@è\ fçnÙÒð;}Î`ï\93\ 3kÊîWDL\88ÚæI»®qÈ\96]ÛuyI3Òdº1­\17$6\8d)\9f\0â"Ý£ô\ eqÑU\fiA²Ë\85\a\9aÈ\aä~À-°t­N?Òõ.zd­\e\12\85°\88½@t\8ayr\ 1qaÇ\1eÆ$ªR\92ßI¢Sܺ"q 4=e'B³»\83d\17J\8bÒñ\ 5WkDÁÙ
+üþ:~\f\9c­Vá\84Vo\ 3\89\8d\v\ 6Ëq\ 2ú¹imû>-@¯\ 43\ 5\83¥5\ 1\8eÞ\8fv@¯\ 4ÛÊ\1fB£e\98§7âF\81±¢èyB\14è(\8a\ e\12\vÐØx\82ß\17²¬\15¼ßI;Hã*\ 3¿¯Çö\ 6~ÿ2\7fÞ4\1e5\ e \13°P\86úkª[\1cÄ\8b'\8cÄ\ 1¼¦\1aªAå\86ÏZü êQZ|P\1a\94N+Ð\8b\ f\82\93´\0­_©QEh´\8aòªj\7fo\vJÏøy\väFG[k  \9b\86\80ì@¶â\ e°ìJBã¥\ 4Õ\v\16\ f\11@Gì^\81ÿE\16d¨x£BTº\8d§Yc!\1aY\1a$D\1d\91¥\9dT5Â^àïé¡­øaÐ\19©÷
+¶}\ 1\12\9a:¬ÉõÐÔ#!è\ 1®÷³fK(\13\ 4U\8cð¹u\85þ_ý·çÖ\1czßܳ\86kñÀ\985¬µ\ 3â\1eð\17Ä\9b\9a`Öt9Opä{+ð\93L\82÷=ßm]Æ°û1\13è¸çFt\8a9ø¿ÆE\1c\93ÎIrD»Þwªì}²\1fç9·üÆ"\87Cg\86\1eG\96ú\16z\1c×Èç5Þk\13 Ù\81 \85\ 5<¿¢iBº\83\11\1a\13\9d\ 3q`ªß\9e\10\11\a\81Û\13(\ 1\12ôÈ\0\ 1Îø®Ó3íèk\9fÜ\12âÏ\9f½\9eFïmp%Cå\e=N´a¹ò°o5,\93ؾ\9e\9aú÷=N´5ÁGðý\9eÖ\84Ú«é\a\e\Öö\92|\9d\ 1JU_q\86\9f\r.\ 5Áåô\ 2'tüVT<\83ö@\ 6\9aÆ\e{Èo7\9c5\12òË     ³È\ 4ä\ 2\86rÝøi\ 2(²b°zY[\ 1/ÿ°`\ 6\1dÕ\17å&\9fÓ\16\bWlÖ\ 4\a\12£\9e\93ó\1a\99øVË2KpL÷\14É\96a\19T$k\86å\8e"ÙºSF\15\89õ¢"¡áñN\95õ\15\ f\14
+Ö2¸õÜäý¹+{AÒ^À3$ª\14°Ë\11£*\86\84\v\93È\85t\ 6É«\9bH\92<\19\91\0V%7JH\1a\Àaõ49â°~Ð\18È\97\9am\r*'\ 2tÀò\ 5Q\11\90\f\ 1T¥R\1dV½ºÀ\8dÊQÍ\918I\97ò¾q¤\8at{î\\16í9»]\11\19\93\8e\1c\8f\87;¨×_xÄB:|F½t õ}ZÂ\13\907 ×\ 3»¨í\1fOðä\8d\ 1\87zM]Òl!-\82ÊvS£\9dEõe\ 5õ¼k\89\ eÆ\12¥3²\ 4\1d\15þ¢ß\10Ô\17\88\81\11ÏÏ@=®ÇÖÆ\89BÄò;¢\1alaò5M!¿[\11\86%:\9c\9bCbÜQ\v¸åGºÅ æW`lÛßZÒ2\85\94\87Â|\8f\87¢ÆCÍÖ\92\96\104[Kº\ 3»\97\1eÙ\8a7\16ç~§G¼ \8aKñFEijyÈ\9bÚÒ\v6wg\88\8dbJ\8eß×\11éj\86íð}\80HÇïVÌh\ 12´ç\ 6\89·^Nù\1eÚ\93P M"\ 5Hn Ö\84\1fÆ#\16\1f\19q@G\19\9cÉh\ 2=w#Îh\ad-bæ\8c\16\80"
+\12\19ON¢ ¿\e±\14\95\9f((W¿lÐ\17G
+èMûÖn<8\16\97ÖÜ@c\v\9b¹\81£\14ö ök\13àÈ\11\90\82zsNE\82:~_ï\8b¨À\9cM-ÂZ[ \1aÔ[["T\83=­-3\98@OùK\82/P\12\ 3¥ü¤"Ò\1dMYGùIFz £ú£ö\964\141O,$É\14Ò¾\82r\v×i\ fÑÝ)$,\9b \13K¶ô\19\94\88Ö\ eðÞ\123¨Hëx´\80\ e\8fÚ¹IôF\1aÈ\13-MÎ' ¹C¼¹e\16\8d9knñª\1e\17^RDMà\89Q5°õ¦\8cª\81\rÑnP\rl\80v\r)âÍ-¢7Ð,þh\91\90ö\86äràvò\89\ 5\17êÁÚ\òÄmX^°Çm\90ÊY\9fb0C§Z\8fl'dN{\80ʧ$n"\ 3\9e@\9a¬\ 3sÀN÷\­9¥á\12òܨ&¬¥\17"\13Ò\93{oD\8f\86õ¦DÕ\18\91\17ÔÓ\9e¶"aÅ\eÐ\9eëWRFÍ\1aR
+FÍ'm]'Øv\aÞ_'ÈYð_¾~ùæ·æÃ||ýÓ\97\85ÈËð\8f§3óúÇ×\9f\16\rå\17zM\8f\90\96gþøñ«ÿý\97\8f\1f\7føÃw\7fþù»\7fþø÷\7fýíÇ_ÿþ\97?þß?|÷Ç\8fÿü\7f\1fÿþ»_~øñÇ\8fo\7fõ\87o\7fýñÛÇÇï~øûû/\1f¿ùøþ\97_þúÏß|ó\8f\7füãñË÷?üüøów¿|ó­IñO\7fÿý\9fÿç\9b¿þ¼\8e{|ÿËO?þúãë\7f\7fù·¯Ëìþ?M®\ eÙ
+endstream
+endobj
+416 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 985 0 R
+/Name /Im387
+/Width 35
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ϱ\r\ 21\f\ 5Ð\1f¥¸\ 6]FHAKÅ\0°ØI\97\8e\0\8fâ\11®¼"\8aù\1f
+\ 4\ 5Í+,ûÛ>\03\8ac D¼èb\17\9bpa\ 2¤\8bM\80´¿Ü\ 6y¼g\19Õ\vC=s\87å`K"HÑf\80=_ø\87*Ö&\8c°ú\8bqF¤°\95¡ma(.à\8ek\9b\ 6ª×\8eI\17\ 1ý\81º\ 3Çór?=\ 1Spj¬
+endstream
+endobj
+417 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 986 0 R
+/Name /Im388
+/Width 38
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ͱ\r\80 \10\ 5ÐO(®d\ 3éLìÜ\80É\f
+n"\9bÈ\b\94\14D<.1Æ\92æ]sÿ\7f\80«\ 4TCPEï ¤v\98¤.Ø\88\ 6\eàá\ 4þäóÒ:÷\bþ\8f\94\f\99¨\1a\8fë\13:\13o\95©\ f\16Æ$¦'Fñ\81í~Ìëv,\ fý\ 65\ 4
+endstream
+endobj
+418 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 987 0 R
+/Name /Im389
+/Width 41
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ϱ\rà\10\85ág¹p\99\11¨\93>R\8a(¬äÒ\85en\98\fB6!\ePRX&ïL\ 2V(¾\ 6îô\83A\ 6\ f\98`#p\8fÓ\fÜRx\0\93óttbh\ 6\8d\e\8c \14WÚ½w_ÅTE\9f`«±9D¸j\80Ã×S@Þݨ/v+«~&*}\91\9dV8\aëùV\15\1a\18\b§áp#\87°è\87°è¥.¬®ÍîhjöGu\8b&óäìÿ<_åyù\0Ï \\19
+endstream
+endobj
+419 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 988 0 R
+/Name /Im390
+/Width 28
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÏ!\12\ 21\f\85á·S\11\99\v0Ôq    \18z,\10Ìn¯\85ëQâ\90DFt
+é.PÄg\9eú\1f\12\10_\ 3\167ÿi®\ eSgCèt N\fôh 'g®TØ\9c\ 6a  \12KÐUÞ¤\ e\8b\9b\7fX\9b«`ÙÄ®Ø*å\ f\98G\9bÇ\9a\a^=ê6)NAp¦\82}Ì`ÿà\13vÇËýð\ 6\ eÛO=
+endstream
+endobj
+420 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im120 127 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im391 422 0 R /Im392 423 0 R /Im164 173 0 R /Im100 107 0 R /Im238 251 0 R /Im332 353 0 R /Im94 101 0 R /Im272 291 0 R /Im100 107 0 R /Im94 101 0 R /Im94 101 0 R /Im100 107 0 R /Im93 100 0 R /Im238 251 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im107 114 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im26 33 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im111 118 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im111 118 0 R /Im105 112 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im110 117 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im29 36 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im23 30 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im26 33 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im156 165 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im186 195 0 R /Im28 35 0 R /Im110 117 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im105 112 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im146 153 0 R /Im351 374 0 R /Im148 155 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im105 112 0 R /Im28 35 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im105 112 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im110 117 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im107 114 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im105 112 0 R /Im105 112 0 R /Im28 35 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im393 424 0 R /Im247 264 0 R /Im248 265 0 R /Im394 425 0 R /Im257 274 0 R /Im260 277 0 R /Im253 270 0 R /Im254 271 0 R /Im266 283 0 R /Im251 268 0 R /Im264 281 0 R /Im260 277 0 R /Im253 270 0 R /Im324 345 0 R /Im256 273 0 R /Im259 276 0 R /Im257 274 0 R /Im250 267 0 R /Im253 270 0 R /Im251 268 0 R /Im264 281 0 R /Im260 277 0 R /Im104 111 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im28 35 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im110 117 0 R /Im30 37 0 R /Im26 33 0 R /Im22 29 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im107 114 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im146 153 0 R /Im193 202 0 R /Im120 127 0 R /Im136 143 0 R /Im148 155 0 R /Im113 120 0 R /Im103 110 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im107 114 0 R /Im25 32 0 R /Im107 114 0 R /Im102 109 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im26 33 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im26 33 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im235 246 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im25 32 0 R /Im120 127 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im117 124 0 R /Im186 195 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im26 33 0 R /Im110 117 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im105 112 0 R /Im25 32 0 R /Im120 127 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im143 150 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im21 28 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im112 119 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im201 210 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im111 118 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im107 114 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im137 144 0 R /Im174 183 0 R /Im138 145 0 R /Im271 290 0 R /Im226 237 0 R /Im176 185 0 R /Im136 143 0 R /Im227 238 0 R /Im202 211 0 R /Im225 236 0 R /Im187 196 0 R /Im176 185 0 R /Im215 224 0 R /Im225 236 0 R /Im137 144 0 R /Im137 144 0 R /Im215 224 0 R /Im271 290 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im139 146 0 R /Im141 148 0 R /Im105 112 0 R /Im23 30 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im112 119 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im201 210 0 R /Im173 182 0 R /Im104 111 0 R /Im150 157 0 R /Im210 219 0 R /Im146 153 0 R /Im193 202 0 R /Im120 127 0 R /Im136 143 0 R /Im148 155 0 R /Im22 29 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im105 112 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im111 118 0 R /Im120 127 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im137 144 0 R /Im174 183 0 R /Im136 143 0 R /Im226 237 0 R /Im176 185 0 R /Im136 143 0 R /Im227 238 0 R /Im202 211 0 R /Im225 236 0 R /Im187 196 0 R /Im176 185 0 R /Im215 224 0 R /Im225 236 0 R /Im137 144 0 R /Im137 144 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im143 150 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im108 115 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im201 210 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im137 144 0 R /Im176 185 0 R /Im136 143 0 R /Im215 224 0 R /Im201 210 0 R /Im176 185 0 R /Im225 236 0 R /Im137 144 0 R /Im137 144 0 R /Im113 120 0 R /Im103 110 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im29 36 0 R /Im111 118 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im26 33 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im105 112 0 R /Im193 202 0 R /Im113 120 0 R /Im152 159 0 R /Im106 113 0 R /Im30 37 0 R /Im118 125 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im193 202 0 R /Im113 120 0 R /Im352 375 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im29 36 0 R /Im118 125 0 R /Im105 112 0 R /Im120 127 0 R /Im101 108 0 R /Im111 118 0 R /Im193 202 0 R /Im113 120 0 R /Im136 143 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im101 108 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im26 33 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im102 109 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im108 115 0 R /Im26 33 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im136 143 0 R /Im113 120 0 R /Im193 202 0 R /Im101 108 0 R /Im111 118 0 R /Im193 202 0 R /Im113 120 0 R /Im193 202 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im113 120 0 R /Im135 142 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im176 185 0 R /Im176 185 0 R /Im187 196 0 R /Im206 215 0 R /Im120 127 0 R /Im189 198 0 R /Im206 215 0 R /Im137 144 0 R /Im137 144 0 R /Im214 223 0 R /Im206 215 0 R /Im207 216 0 R /Im166 175 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im117 124 0 R /Im186 195 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im143 150 0 R /Im101 108 0 R /Im111 118 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im395 426 0 R /Im396 427 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im29 36 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im213 222 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im174 183 0 R /Im136 143 0 R /Im212 221 0 R /Im214 223 0 R /Im205 214 0 R /Im261 278 0 R /Im207 216 0 R /Im166 175 0 R /Im397 428 0 R /Im261 278 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im217 226 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im397 428 0 R /Im261 278 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im173 182 0 R /Im174 183 0 R /Im189 198 0 R /Im261 278 0 R /Im215 224 0 R /Im201 210 0 R /Im398 429 0 R /Im204 213 0 R /Im205 214 0 R /Im206 215 0 R /Im207 216 0 R /Im166 175 0 R /Im208 217 0 R /Im206 215 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im400 431 0 R /Im101 108 0 R /Im111 118 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im173 182 0 R /Im174 183 0 R /Im108 115 0 R /Im26 33 0 R /Im176 185 0 R /Im188 197 0 R /Im206 215 0 R /Im176 185 0 R /Im187 196 0 R /Im261 278 0 R /Im137 144 0 R /Im137 144 0 R /Im113 120 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 421 0 R
+>>
+endobj
+421 0 obj
+<<
+/Length 989 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÓì¸\91ݾ\7fÅ·\9cYøk¼\b\90³t\8c\15á\8dc&FKml©5\92­·Ú¡ð¿w±\88d\15És
+\aàæJ}ã\12\ 5\8dÌ\93\7fýáß¿þú\83ÿúÇ\ f\7fý!}OÙ}¹oçìÏô\9dg÷åãô\1dKøÊyú\9eóüõë?þðã\7fÿcH_ÿúç\1fþýíûðíOßçïåñ7>¹ï0mß/óþ}>\7f\1f¿}\80¿\9f"ø}ï¦ó\ 2é;%¼@Ù7ðZ :å\0å±%?Mè\0þúûËå\0ë\8eü4\83ï½»,\10\9f?\a\ e\90\11\ 5B¸~\1f/7øÜ@F\e\bËõû\19\13°x@À\0.\80pPÉ\12\aQ\ e\98½Æ\ 1ô\0ó$\1d\80o`Q7p^ \7f\87õ\ 6\96òíãu\81\8b\10\yh\13¢à \10E\95\ 2Áe\91\ 2ä{\9fD\16Xÿõ\95\ 5\83\9fÁ÷ÞÍ*\ f\85\0e@ÖB!@\19\10.`ÛQ\88P\ 6ôýÇQ\19Ø8($¯q\10Ób!©Z\f\90Ð\r^µ(Ó\82a\8aª\16$\14Èá&\ 5r\96(P\18\ fC5ê]\91\85¨ Ct\15¢\a§¹ã÷ñùgxèÁùù}úv/
+\84Ë\1dÐ\rÌÚ\ 6Ð\1dÆ\95\82Ëë
+Þ(àÁ\ 2³;_Áj\9bÂb\e8\9cÀ\ 3g\0\9f º(ê1l
+£+\92)d<\14½¿ÅCñM\8f\ eñP\f
+\9f\e\b\88\0\1db\18£(\86Ì\98F¨        ¡?\87maLH\93\m!SÅ1!k~UÅÌ\96Å  ñ °eô\ e'¤J\15w¤^ÁC\91\89Þ\ 4Öå±8I\97Ó\r\94\ 1B\81YãbfÍã\fÅX2\ 5Û÷\8bô=ÓÄñ¡\b%M\9c¿³\83<´@\7fÈ\ 3\7f\ 2\vArÐ\98]\84\80)²$*2\16\93¤\87"Sb\12º\7f\ fý1}ÿP\8f¡ýc-\94¢»çÒ§xÓ¥O        Þ\80ìÒ§¤¹ôW[\¾Ýúý\84\zïeS\942Ò"º\1aK\8fï\ 6-\89-pS\r¥¢©!æM¤¢y\134®´ÔÊâ\8cÅ\95qÙ(pZ\0P\80¤\ 6Ì\96>\16øt\ 2\1aÚ§\ 2\875~
\ 1HhoÉ\99ã\ 6\84ÜDMî\18\13O\ fß:¼¤\0Ä5go`si}\9eö\ 5\96ô:\81\90\9dÙäÐ\97¸\93àÝ#\ 3w@ò[%\ 3\12 kNx`ö÷xÀ²#\r\1e W`AAë
+h`ç\ 2:\0\bmI`ç\10\ fu8tÁ;\91    IllQÁ\89\ 5À        \1aÙ\91æ\15\90¸Ì²#\ f\18\97Ñ\ 5\16 ù\99¸ ;ìHoh<Àü\99\90\12¢ ðgÈ\r$M\bhvãa\8d%EH   `AES\bH~'{I\8bP\1eÎYãaÿÔzï\vl\7f\13JÍn\1c\17ð\17\87húN\17\87fÝÓjM³\7f\b\91ßN°\w\10\9fÙ\8c÷\15\1e´{7&§\15.\0=ÿùû\ 2\8f\9f®\99ö'\17\1c\16ð\19¤)çù¼\83õT¾<¨¹l\v¼S\11\ 4\16\ e\13¡Ø\ eÜwzña¼è²kdRi0£\1d<¢þ+#\9cc£-éá\97\0\88¸\HP.ßÏOÖ\ eÎ\83\r\84\0£áª\8d%\1a²\13\ 4\1f¥\13ðï\17é{z\80 3Áù\ e§ºÀ\f\16X.\92Ä\98(\98_Úf¢³K\91\9f\1cÛé\11æ¾\9d \82\1c\r\ e\8e|UçÇ\ 5ôàÈÞüÖïû\82£êÕUM0=|\93\92½¹yt\0ýÍ-Oâ\ 1°Oãó\ 2¾\a>\r}õ,\13:\80lO|A7 Ù\93ÕÄú9 \ 2\0\9f\8c½ÙÍ;\vvÆVu\81eR\17 W¸ +@Ñ%qI\\ 2\e@Ͼĥp[x|>\80îRx(\84ºKá\11\ f\14Á\81ß\97rÕæ\16\8bWÈr$«[\v\16ð\97\1dP\12ÆY"!=Aò*\132¿\16\91@ÉÓÕwÏ\ 4\99X\16Ã0ÉRÄ\16\89aÈqÐ\14T\1eÈEã\ 1*\87%krH\1fÿg$\a\1d\8fÿ³jKp\80\1e\96T¿Ï\9f\ 3\ 1Q\13ÒG+\17UEÀ\9e\rUUL\9e\r\80\9e"\89\1eñ\90\1e\1d®¯~·Ty\fù\96*\8f\ 1\11PWå1&í\ 6é\ 6\12r\a\94$×&Å1\95\9d\82\1f³lôÙrBÖ¸C\13¯¯~\9a&&\14È£\14¨W\90Ë-\8f4\16\7fK\8fÆZ\ 56¬Gã<iB@)0Cc¬Kñ#²U¤\98
\ 2o@.$LNô\87è£\99\0Û\0\94§´WGÑ\92°¸,\ 5\8d¸\8cIQ
+³(EìÝ\10z\84W5@ï jL@\1f½\92»g
+RBªX7\ 5 \86Öº)H\13\8a*:¼ú4A\87\fyõX\8e×\87GE\8eé       \8a(\87ôéµ@§XW\85k~åÉ\ 4s\1es)}M·¯\v\8cåWÒþýPEíTUéé\0zp=ei\ 3´*½¾û\9d\b ¿;ZTÑ$\0«é.\80\0zpïKÐ8 \99ß9\12 #¿3\ 3\ 2èjÀÏ\11ü~\87GhyæÖ\ 6è»k­É>o\08D,?\13¥+¤é\91Z\8b8JÁ==Ó¢àôí\12¢ÀZ\94\r(\90\84\1a\18\9a5\9e\9c\93ìB@L\84²\vØ£\v1!&\96=º5=\ 3®°£*;Þ\93Â\90ò-)ÜÓ3£<4!\ 2ö¤Ø²Ó\149}öËéùìwÚÁõÙ\ fÝÁü|xD¦Ì;Ù\9c\87rS\13\85Z@ѯ\89ê\ 6\ 4\80\8bI\86j\81w\80Ü \96\9fÑ\8c)¯ª\86ÆT\88­kdç\8aêÎ\90ØØ«7@bs¿ÜRå1 o #=ò¦\a\87ZÄÖü\8ar\0Z\10\eÑ\ 6ôö\98\98Ð\ 5 ö\18\92\1c\1dê`á8!o £¦zZîyÔ1#-¢{Ô1#M®whÅ¢É0­j\87J¬£CkMÏ(¶\94²à¢yä\94\ 5\17è\91ëû_ \ e\90}\81äÒ=_`Ï®\fú\ 2É»[J(y\14\11@%\84\14\92æQ³+´¢îö\15\92\13DÑ#¦UíØ\1f\94£²\94nFeé¦?\98\83\a    \ 53
+ìuK\9aò½ ÈJº\9b\a\bÏ\82­÷\ 5ܳ\9af­éÞ®pþ^ÜË\12éÝÊVûRÒ½¢îó\ 2ÝEÝë\ 2\9fýIRza\19¾Ã\ 6PTFr\e\96Ü9~¯ç6¦¬\11\80æ6,¹s$\80\9e\11\10 #·Q;E\8f¿\ fk!q\7fÑZ\ 6ø\f\8a\1e¡ÉP\7f\91\9f\1d8\ 1è/â-ó\90\a.LÌ\1a\1d½½\19\9fHpé.¡©\81ZÔÝfB\12\98ºù\9e\18®é\15Q\fÉ\ e,¨hí\80¾û\a(Ç =CâÒ0KlÌ\98È\8aº\9bLD\ f\90\10\13t\1cÀ¬Ùè\ 1¦¤J\ 1ë9O\1a\ fðªjí
+h\82ª\14¤Jec\14\8a{Êoæ¬-@3\\8bª\8b\89é\81Ð\9fc|2ÁR4eL{5íÕtT\97îÕ#\r\9bÎ\919ÑI\18­\8e®\9f\8454\v\93$ǼgÜßS¥{zcT\99Ç$*s^\7f2I\82Ì«?Р:2L\93ªHH\86)#[ÒñX°æ'\8c\82C\8f\ 5±¤qA~\ 6ø\ 5Y\ 3ý± Î\90\8bõò\8f\19Ùó\8e"®E4&¼~DÕ\ 3$¶rÈ)ì\88­\1c"`Ï˽÷\9a\18³Ç\825E1_w ?\16ø©\92 \87Ï\8f\ 5ôÕpª/>§\ 5ä\··Dc\ e-MD\9eîM\92\ f;èxº7\97ä°\ 1½\18ÓÚMÏ\14\90ª\88¶Ê~\8f6p\91c\1aZXhrÚ\0\b-p²y­ì¿n £óÝиZ$¤\ f>nBW(wüî/¿\87ß×\9f¾\83/\1a\13SÇ: \rt¸DÁêI\e\14äuõ      QP÷*­
++»1\97ÈúMÛRÈ^\8e\8b¦\ 6x]|Õ¥§\ 5t\12NH\8c:Z\13ìåwd\ 3O\12\ 1 \bYl\846\80ì1\91¢J!á!óGZ<Äëò\93¨\89\89\1aX\90"íxw^\90&×ò\84[`\84d §¨Û!SÔáÔzd
+%Sä6\97ì\11Y9¿.0}O¯do\92*j·È\b\1aãþºü¦\1ec\ fÇ\8bF\ 1\1a\9bF\95\a\89S\1c\97[B\18\13\17\1e¤\80j\93W\9d\ 1\16X!K\84x\90¼\ç\84Ô`ÇËuÑ\9c Ê\82\ 5RP\8f­-ÅÔÒã<.B\14è`\81\19ñpGcÂ\12E\16\8eØ\9b\933ÍkX$\11\90Â\10\19¢åÄ^dAöÜ\90ü²\85\7f~n ;\b\90\ 4z\9fä
+Ç¥9#\ 4\89)B=,óÐ^\95ßôèɳgBÞXÏÃqÖÜAæ\91ïUõ£\1ey\82zP÷ÈS¾ç\91ï\ f¿£\1eùþò;è\91ï\ f¿m\8f\9c<{ÚÃïä\86R|{Mþáû«%¢q±\99ÒÇ÷\9d\81\1eT!JK«¹\86\96¤<R@~nñöÜrø\1eæF\b\14\95\1f7 Ã\91YU}k\ 3¼ª>\83;詪×x\80WÕc\1e\90\15ñþnÛ8\0GM@7 =z\9er#­\13ðä\88\93\91Â\1d¢\80þäg¹\91Á+\fV\ 4Õ&\0Ëm\98\18Ï\83qi\84b¬§·R@\14\ 4Æ\98¤§&·Ka#ÇJ\ e`\8a¬q\0\9aY°VÝn5ò\82\1c\90\84\80C\95#\1e@j\84T\84\17$\ 3 ÃI\85  )ÔÛ£BÑX\88v\ 5Ì\eÀî\89\ 5\ 2æ\ 5J\91Þ\15°DM\f)\13,\88\89zÞ,\9dh\8c8êA¾%\ 6Ñ\9ek\1ab@Cc\9f\11\ 5ô¸$\86\r\12îä\90\12\9e^\99\a­Ùéázø
+âtK\95Æ\88ظãÍ2!MÔñf\99æ{\ eÑ^\97ßÔd,¿\83\bØ\ 3\9e\91\vÙöºü\96WÍó;Ed\ 1\ 6{ ò ­Þ\98¡.\97«°¢¥\99\9b\ e\rQ\ 3\8b¨\ 6x\82\ 5é¡\8eBºä¡K'O\fX\9f\9d5E\88y(\ 5h\8eu&NAU#\f¬\\ e¬Hé@DL¬óÀ\ e\1aÐrHxz\ 2\1d\8c\98¸#É\a\9e$_\81\eÐ\93|\ 5ñ \94"R¹`\98\ 1±\81\80Ãó\13Õ\98Æ1\0\9a½,=~\86_¡5ÍV»\11\8f¨        zM³½xÆÏ\b6¼¬< \ 3È\81Ù\8eé\18\9bè'¤ô£8´\ 19ŵöü\e\v|T\ 3¬\bl\ 5e\ 4<t-\ 2£;\98gm\a|\92\16à   \8eI¼D\92aYfð}Oxî\92Æ\ 5t\f\94«ÙúXÆ\9a\ 3v\Æ\96 ñÂt(\bòð\8e½0½q\a\14y!V\87 ¶ ´Èþ#ä\ 1Ù\1f0°ðÓïë\95\aV×ÞÐ\84ÍüFC\91ÑÞ
+3\86ÇïõÞ
+3\86±\89ÀC6P´\rðÒ\8f,]\0MoÌ\1e]\80\8eVoiÖÆ÷W\87°Âå[    ÛC\a|\1c\1aÁ[þ3\14a\90ë'\81¡\83"$§¸ÖÜ\82Ä\ 2¼(\1e\ e89óÉc\ 3C\89÷ì'É\9di\96\r\ 1\89,¡?ÕÓqmÁý \1a\8a       ªa}\18Þ4ê\ f\9djâ»yðÔ³?ê\vìEñÍ\ 30HF$\85\1d,T\90\1aêÈ1îµ\emELN0kB@a5çE\v*xQ|Öî\90\ fBS}bV|\81\9c!\1d\1c7Y\r\9d£¥\v^\93B\9a\9c\bA\92"^»\ 1y¨§vC\93"^{\81¤H/HO    q@ÇHË\94Ä°\88\8fRC\8a¸£\ 6,MÈ\14t\94\9fdh       @ù      \eå¦EƼë~X\91\9d\8a/ú¯ Ö.\98K\1f¦Á\81\rÆE¡\ 5ÂD²#V}\11Æ \88ÖìÆó
+C\vz\82%7Ðïëþ\94·7ÏÐ@à¡Å\1f\19n@nÏÚ'V4.\80\8f\12\ 1Ø\93ã
+h8_~¿§·ÈòìÇ\ 5ô'G?#
+t\14óî\13'\9a<@Â*C4\f-\b\1c\86\88\88x¨#.·¾\96#\v\b7ð*½\0<ÜÑó\1fª7\12\1aø-¼tÂ\rJ¡ÍQ\13Õ\18M\ e=ÔØ|]à\9a\1cj6¦´H@/Ñ*²\e\97ØìK     \9f!p\9a})-& w`\rr£¦$\94\94ìÅ\13\83¦$ÌP\8ceS²g'\ 6MIX \18ê¦doÙ\1f4%û¼\88ASbSâÛ\ 4 \9dÊ~\92öÏ8p­{\908\90&Ģoß\0kë@WØ\11\9aGQ\8bÐ+H^º\ 2\1a\19§|Ï\14Ä:\90qX\ fî\1dûMcÆ
+\174\7f\86"\ e\14x\85òä\9f½naT\bghÌ\85*@û>ß\13âE5Å$9³`wN\8fi\9cÓ8\88Öô;d\azjú±\1eÒkú\ 3\8c\89ô\9a\8e\vÝøÐ5¹\13T\19bu\ fQ\15bR¹\ 1ÕPOåFÊ·¤8Y\9b\96\13
+L\93J\ 1Rù1¡\98B\7fõOYs\86(\ f\16¨Fô\99%E\14c\1a\18[[\87\9f>ÛRúâl\99\ 5?5\1cÚFÝ\84oM\99oÌÂô­)÷,3á\ 1\ 1\ 6àü\8e\ 4\1c\80ók\10\90Ãù\ 5@\80\ 18¿Ãï÷\8c*(è\ 6:F\15Ìq§à\18èÈâ´+ \95\16\ 2\1dtÄ2\13\r\1eä]!â\15ð\11íIÜ\0©Ú°,½\8f-SöyDûi\ 3ú¨\810kWÈS\13H
+:¢ºX4=HI¸ë¡\ 6   i\=\ 5I\11ò¶\8e,]\ 1\9f\ 4\89\14aÏ4P{/lZ\ 26Êò¦\14\15dI:\Ú\15òBÔ#lTÂ=M\18¬ükT\13®£(oiÂ=·0¨  ÷Q\94MkÌê&fñ{\12V\ 5M\88ø÷\90\87åäV\8cn\90\ 3¬jb\1aÜ¿M\1a\10m)\1fu\90Ñ\ 5È å\11\9eY\ f\13Rĺ?¶\ e\92¼å\8fEQ\8dñ²    ÄÂ=e\13¢\1acO=+\92à|]@\7fêÙs\13§\1dÈ0rñÍ!kè1¶@Q\17`u\ fH\ eõ·¢\1dõbÐ\9fY{2\ 6\15q­èÇ\1e\9d\9c\9fZA/î\84U{r£©\88IGA\98\917Ñ1Æ0jî\f%\80å6F     \90¦Ao¤&w&-¦ \99\81   ^`\aâDP]zr\80\\86\ f°!V@WB®"ÝS\e\8f\ 3|¬"m"V<|\9aÏ)â\ 6bÅáû\9e\8e\90´\7f\8bx+`l~Ïj&\ 2Ø\7fÇ\10I{ª<þ¾\ eWa³í\8f¿¯ÃU\18^Æáû\8e\98pÏl4\b@sc%\82\ 3ttøîE\17.\8c=W¯\80\17\12        hfc\86<$k¡=3rü¾\ 30##\12v ´»¤-@£R\a)p9\ 1ë\90\r6|íð}\aîL0K|d\82ës'\87ì\98$9äh¤E\14\ 36F\12êQ½\1dÁ2ÄÝzÄ2+Õ\908ß²dlÐ\ 2Ò\ 3\1dH\92Ö\90ÒPÄÍ\9a\8fn!²9\rî\9e\16\b\19JñE\vP\19È\8b&\ 3\94\ 23\12¢\8eª\97\ 2H\b\9f\14\14{é½ø0gáD\82\ e4Pd\8dõi\1f{ÕÆÉ\18é\91¹GLÐ\91\1e[Ñ@E6d=)è\b\1dS\ 6n:tñM\11\rEæ   )â\9e\9e\98   m \aîa\9a$UNÓK\19ªb\19\14\8a¤¡\8a\9b\9b\a`-!¢?AñDgÕ\18±\96\92xO\8cgd\8b\80\18óA\92\9a7Àª}ÌÂã
+?\86UtJ\81«àE'Uz±&Óe\ 6Ý\96^JVG{\`\92\ 3\8b\1d\11´;°°ïQ`ÒQ=\95TMȳ+\9a\ 1A¡=\95\87»§\bC3}\8eaÒ¤\807µ §\1c\ 2ùM§\ 5æïòÌ®Äï)^¸xÖók\13¼\ 1¡;ñ\94^i;¥\84\89­Ëx0:N\ 6æ8Ì\83\ 6æØ\1d\16Ôа>U¤y\19{ð´Ê\91ôðÍF\1e<}íS_¿\1fyðôi\ 1ß÷\94¾Ô\14ßé\0zCCåÁÓ\ 1ôY%\95\a\8f¿ßáÑ­\80¢+\ f\9d\81HZ3$­+ )¦Z\v~¢ \1c\1aÚ È&\ fÒ\1c_}ê8\1e #ÇWã\8a\16\ f·ð:Ú,ÄJ_ä\e$¡¡\83\aÐCCW \ f\ 2è#6GrBRØ3GR;\ 1/]É¢\1a!\14\88\1e°P\87S\1f"âÁ\8eÒ\95j\8cÏzL\1føS\ 1;Z\eh\ 1v\8cê±0!-ÐQÄ\182ä!½CÕ\10;Ú' <P¦\9b<0;i\ 3\1c²\ 3ê\91\8eÊ\95\834ɹ\18\v¸VW\11\82\ 1\98á\90%\82¹ú³\1aX¶¸Ê»ï¥l¦$½\16H\80\84çd\7f\rÌük\aewIãÔ±\83­\ 6î¼\83\v\13µ\0EO\97 ?7ÄÚ 8lM¬üeT\17[\86§¥\8b9 §S\ f@Ø(!cÐ\83»2\ 5Q\90XýÌ¢êBV~\82T\11òh\b       \8bHÂV\8afÀ ×\12\v/b\90/\e\8ei?Á;\8c\eà"Ö[£Y\ 3\9aeÃN\9d\92*4ò\99\aä\97cCýhGVl\94&r\bôY\rV¼2à\14Z\82%ÝSDÖZÓRD-Ô\8f~¿üX½"\b\ 16¨)\ 5Õ ²ú\17H\ 1\9d\adEÆPCPpÛ\ 1Ò\9e`t«?{&¨\buhäT\90-\ 3LL\13¥õõÿ´À5QzÍ\15\ 5³\86e901\bM\18jG%áZ\118\90¬¶Þ\9aã÷]\98¤    , ûÕ6rå´\ 1ݯ¶q²­\r\8e×\ 6>I\11¯\0Ù\92å+/\fÍ\9e²\91)ç+\90\83;ÃíhS\80TQչЧïAª\98¤\88\96\84¾\97`C\9eÀ+\v"@\a\9a£C¿ß\ 1åg\ 5$m\ 2\92×{sëO\eÐS4\96à8©\ 1ù\0\ 1IqOkLÖX\90\ 3\8a\ 6\89\ 5è\15¦¢]!/À\80\14Ô\11Y+\ 2Ö¨\fØÄ\94\16\ 1ø,Y¨\85ô
+\1a3e¥\f\14¤D:*hÌ¥o¨Q^?\92Ä\v$28\97\9b2¸h2HÓ¤K\ 1ß\ 3g\82\97\7f`;\0\1e¬H\è\91\14wt¦`-\ 4üI\\81\13Ã\84(p­À¡qe\85E\16\149[\0\9eÀ4Ag\ 2\8cvgÉ\85eçÂ÷ÀT/\80\99\90"¼ê!ÞÚ¢êAV½¡ºs$¹\91\17(\ 5z   RI\9a\1cóq²ª&%Õ\13³ß5éÇê      *Ço\8adÈ¥¶ú\8dÖ\1dаÊ\ 5\89\ 2ü{$ÇúLèäáïë\88\a\1eê\11å± FÖ»"\9a\a#ë¨jBÖÙ2\89î\10\9bÆê$-À\ 1Ao\bÑó
+\13\14\9d\8fö\ 1\18\9e¨\16ÒðÒ\ví\ 2\ 6òf:Þ«lÚÉY       è\95\aV{\91ËXY~ÜJ°Öï\87\82"_ÛD\8f\vèW`x §ïå\90ÀO\93v\0^»±\88\14d\89\85 \11\80'\162ú}\1dó¢\ e;9\13@~ñÛK/\ e\vh\83D·Ò\8bY" \9dçk\86ðð}Ï<_K\f<(9ÖWQG\95\9cN ?YZéC\83\ 5xgIÐ(À\ 3{'
+!\9bÅ\8a\bÐ\ 3\98\10\9dÆ\84\14Ï3Æ-=v¼Ãkz\8c\ 6\86     qQG`Xûå\9b'hæ&Z\8a\88Ãv M¦T±\19\9e§×Ä\80/\90oÊQA|¬{\84\ 6(Ú¾C\92\9d
+:²3s\18´E§äB\8b\87(\ 1\16'\11\80fg¬ø¢¡Êyo\vRå@\ fðä\ 4²%bQû30õ\9a?CÃ:\ f\8d\91\1e\16\ 6¨F:\10I1\ 1ô1\9a1\89ª\9c¥\16\10\ fwx\946-eÔ£\8cæÓ·=J\96Û\80zP\aô|sèFÞ     b\16=J¾Àrϧ6à\8fa\1e\80\87\aæ"ê!\86)\8aô\18Ð#t\1aí\82\9c\13²Â\ 5Í©å¨\19QôÊ\19$©æ\12òi%\90      ;FmD/m\80C\8aÊa\ 5Kn )Ð\9e:¶Ü\82æ\fÐôT\82<¬ç6&í÷in`B¿ß\83«\9bEo\82\96¾\14hËô\91AE\víidk¹\89i\10гÂn¬ß\8f\84U\ 6(zü}¨DXn¢\9a²é3ò\fO-dD\0}\ 6ç´À\ 3è\98®fʦ\ 6\92\1f\1f6â¤+ ,P4\16à]\19\ 1ü~\ f¢h\95¡i\18Q4î\v\f      ¡·÷¾i\fý'8ÄÄ\1d\ró\ e²@\aî\86U3·\17`\90¤Eä!\12Õ\ 5(\85r\96{EÍ\90®\90\8fqEbØ\11\95E\8d\89iT\16\11\vuàÀ­¹\8dùºÀµþìz\82W\969ûðôJÞN°\\16¸V´o\7fãS-H\ f\a\12&\10\16-\97;XC͵Å\ f-\0\9e\Ï4¨%t\15Ôô¸@\.Êü:\13ú5·éº@\98À\11®|lº\10,\90A\8aëÜêúª\0C;\0×xN²Ùà¥\0\17¸Ð _n¡î`ñ\80\ fB\96\9am·\/>Â\85\95§gs/\90\ 5\87\89\99Y®õÖ-\ 4\9fµ[@]ïÛô'D\83\88\12}W}²ekñ\ eÀ-\9ceáÔ¨vZàb\15\99,\84\88w\0d!Á×ó=[{Z@¿\85\ 2Uªé.'Nw9\11j$À\89t\10\9bù×nt\10[\9dÌ{^@\86\16ÜË\82]sð\ 5ó°«4ºÏów¨\8boAÖé\ 4zQl~Ñ°/L~9È×\ 3\0ï\88×\ 5WÃæ\ 6\a\99­\9dÏO÷Æ\r\ eðñ\15ÈäHÃ\ eÌû:ίEBþ|gwØ\9c\ 2EÆhY!\8b\e\9bà³×õ\1e  \15´m¸nA=\0q\10}\ 1\aP:µÌCFRÔã¢W°ëö\152\ f7\89\a pçqÙy¸\11¦±ÆeM\8ciÛnB<Ü1£<Ô\19ß-EF\9fΦ\ 5ñ .\ 3Y\93\ 1^\98\¤ýsÄü¨i!þö\97\11\ 1ô « \eì\b²æ¤ÙB\ eÙ\1f5\1eæÓ\0¡\10ê°n\ 6àÐ>\ 1yxq\90\atÀuïïñÀþø7È\ 3ûãß \ fÄ\80,aÏ\9cú\8auÝTÄ\94\ 2Q\93\ 2^Ù,n\80÷MOª7Á õ49äÀvÈ\16vàÂeÙ\16²±\ 1ù&\17[δq\87ôí«\ 4ͧ¥½ó³¿¥ËWÔ\7f\89\ 2­\91\84ýwX7`X6£.m\82ª°ãåÃiþ\10\9d\91?ÔQ\ 6\91\ 2<\80þø\14DkF\17\88\88\89!.\eë\9bVu9ÛÀÍØÔ\90é\9a±)/N\86±©<å;MP\97Ë\10\18)kbL)\98Ñïwø\ 3©h\ 4\1f\0y¼©OÐqI-\8f\8aáöo<´.0R\ 4`\ f\88Ç\rt\94æNn?ÀXh^ß O\eÐCó\8aòzÜ@Gh\9e\8d\80q¬"Ð\17\ eX¹-Íw:\80\0ÉU\ fP»tâ\12Z£#Xr#K\14ä°pî\1e\vUS(°\10\89\8b\9c\97d\80×&£\ 3tTâØDÁÖ\ 6hh\1e"ø¾\aQ+ \r\90¾\9eÅ­sÿD\ 1\84Þpæ\81-O\eªS~Z 
+¹jÃÍÏ\92\1ahu=\9f¾×ß\90krã|\ 5úTÉü\12ñ¶ã\8cÄ\101\11Io\14\11\fo\0xÄä\r»¾¼\9d~¿£2¹\88z\90\15ö\ 6(År%I\84j¤§®µöH´M\11       j*:d\8b\ 2\11\9ct\ 3ü{$\ 3\1d\90óµ\88`T\ f[]° \87±-\8f)ܳå1\15I\ 6h\<ASØQX\1cU-D0é&x\0}¤e\ e\83ÞT\95¡\8c\84X,ËÝz\965-Ä3\13Ëà\rXbÀkÎ\b¥`\85 \19õ¦¢èMQ%²@!\96Í\80\95%\8f\À{^¢í\ ecw6¹¤¹³´¬ØCg
+!¸\90\1dìÞ\Ó¡&Ae\80\96L\a\9c\8f\9a?Ëó
+H\86:r¼)!SÞ33 eU\8aHm:V¤òCCz\8b*?¿\97²ÄÈ"\9aRVØ\9c4\ 2ÐÜR\86\8a\Ï-\15\1cÓè¹¥]\117üÙfjãá\17\ e=\16í©\8dÇ\ 2#\8fE{jã´\ 199d\98ù§\rÈL৸S`\88        ¬ôãx\ 2ý±hÏ\8d\1c6 +\12«\1c\11(ø¹täL\ 1Y\91ø:¥¼IÂVåÇ\89\84r\86ríü\ 6< Ïu\D\1eà\98ó\ 1Þ\81\ eHæÑ\1dtôÜzc\ 2?Øs\eä\ 5\85\97Ø\98Æöµ\94¯É\85¼ñÚIrØj¼\1eV\ 4{vdP\11XíǨ"\bfNG\15Á:ÕïÞ\15äY¤\09Añ£'°ê\8f¬j"\86:¯)c\86\98\1eæå\89Ù¾"F\ fa¶¯       \12»\83\17f»G\15î\ 4À`)[\96ð(Ȩ\8eï\9a%|\ 6gu\9aÖé\12"\80P ¨ñ®¦\8aO4\0¨ñd\¼[Ð\ e\14\98Úò¤Jôe'â;\1fÉ\93¢c@¢\84Òl\f¶¾h|È»¯\91\bP#r
+4×|û~Ñ$\91F¸iºe\92£=Y\8d\bµ!ÒE$Ï5ep\ 3=\93\11³v\85\94\a34':0\¶+t­±zdxC\89ª&ai\1añ\ ei¢l\86w¨'Ê\16¤Íõ\81b{\9aåq\90±\91j\15ê·%\ 5\14ñÛa1\94³ÝÖþÝ¢\0Ý@@LØáئ¨Q\80æy¢ÈÅ\1c¶~Ö\1c[\9eå\80\ 1[\8f"dýÝ1å¨)"\9e¥P½2\86\rç\91\ 1\ 1P\90\80f«ð\84kAÛÈ£\93¯\1düë÷ÝEH[×à²/ð)ÉÁ»C&¸\81\8eî\90\88\r\1a\7fÜ@ÇP8sÌ\8fßëI\9a\92Ð\rê\90íµã°Å\ 1´ücF\1c øsõ÷\17\ f~¿\ 3Kf\9dª§\11\80$\89\16Ä\81\1d\ e\12@\87»v\90\81ôÈÎ#\ 6êÈt\86
+\16\1d\1f\9c<ör\1f¦A
+ZkH}s:\9d@® Y«/l\81¡\98 ØÃé \12Øó\13\r\1e I.K÷·´\18/ÿ¸ÉDy\98\89\8eÍ%£jÄpåZj\84&ÙìÝóá\9a\8f%ÙÞôØP\92mFz´'óDÑ\10\10!X²&\ 44¬s\88     ;Z3\1c²¤\1d­\19P\11ö´fT\18\vÁ\940Ø{È\84r\8bZ\fYR#×\9eëZ=P!6O¿\1fuT±¨m\80VÀT´é\96-å­%é&\ f¦{z,N7\8dá^@Ò2\86­Þ\92&  hd^ \18ê\91yAÖXol\88P\11öà;.\9a\91åÄ\98\82>ß;ä\12w¨â$ºdH\8câú½\87æ<Érl¸÷­;¤ÓÈ|Mó\1e7pMó2Ü\81\14\90\81;`Í%\ 3\97h%\14î\9e\1c%\18\9avL\ 5|\8bLGjÙ¬·d8°IYSÆ-äû\96KF\ fPÐïw´\9c§\824      âb\9c\99z'\9fî\9a%mf7\1eÞñg
+°æ\90z\80Ç÷#þ\80ag\9c~¿\ 38?\88ûgÀù\ 5|\ fË)Y\ 1\85\a\aè) È\80\80\1da\85·\ 4Y\83\ 2\1eº\81\8eÁ\94\86Nwb\ 19²´\89|-\16 ß[TÐd!\92\1f\ 1:P\ f\9cÆ\83\1cx¿H\ 4¤-ófK\8f¿¯ïß«:\80AËU;t"`\a´\1cT"zíB@7Ø\ 3-\878¸cÈ´\ 19µ7@F
+¦¬Êà\19\bj~\ 23­½-Óó
+òûCŬ§w&U\bIk\87Yâã÷:<¡UC\ eó\90%\99\9b<DòK\ 5]aO\83UAw¨½¸¾Ïôk\1d\80gWDKƳ#\93v\ 5\1cw\7f\96¤ Ù\1cÓäA\96Ü@z¸\aôÀç{L\18ý"Ý!mo       X\11é \a\11\8a¡^ø\10E
+ðôÊ2x\87\96\1e\99U&dí-\1e]\81\9e\e\984&¤        ªü\92¢÷ÀV\86ä\8b\ 5\1d §øź\85\aÝ\11\9bé×vGH~h65\90Çê\16ÖÞ,å\0\1c6\1f\99\82\9eº\ 5§©r\1a\16ú¤*"\12×úY²¦ôÕ? \97¸\ 3÷?@cªãþ¿9TCÉ\99\87\1a\9a¯7Ø\91\9cI\11²\80\9e\9cIbXÆ\87òÝs\aRv\83î\80µ\97Ä{\8ato/\19T¤©h<@y°Àß\a<H\1e½-³\91ZÀ%,3² ïõÌBJàû®\99\82U\bÓgà\10\8a©9Õ
+ºÔÄÔ$\e¨h|­\r \19Zs¼Þ|út\80\1dÀ\e\81\ 6¤$\aî\9f¤\13pàþ\17\ 5\86*W¬µ$}\86ÿ¡¥;\86»q¤`Gé\8e=\14\f\¡!U£\rèO®îÅ\ 3\r\87\92!÷Ϫ\181äþ¬-@q'êXÁÓ%
+°ñ§Ú\8fô\19\v\8e¦w¢Cw(=6=÷\1f\11\13éü\ 2T\84 \ 2\8fg7\90"ë@MØ{K\9a\92\13A4\ 5\f\fßà\96[\b\9a\14Q
+ÖQVÂ\15\10\1ezSD#Í®aFRØ\91Þ±\1e·¶\1a ,° +è@\1dp^£`\vÖ³y\ 2\ eË©©\ 1\1aX\ 6hM;\ 2Ë êrJCèQA.dm\19È%Ò]ª\1dû¢_\95ÛP<ÈEú»}Öìy³ò¡ÍD\84\82YsJùL<Ä\84\1d\8f=q\86Æ°\ 3û\ 2*"½/Å*'\1a¿Ï+/\92t\83¼ò¢\8c
+\91\81_@[à\81*Å¥ É\a¤\aô¦ù\ 4\15\91Þ4\9f ?Ô\83¨\18\90\81\9c`5`-)â¨\9c*\13\8d{þ@J²?pM±¥grÁ\8cQz{î     ú,¤u,ß\f¸PFs[Ó\vv\87Chn6\96¯åU7Û:\1a\8a\84\86VÖ£\18\a\11ývì\88Ø\82Õdù\81êRÅA\ 4\95µôáÉ\ 4±\89 B2$\86`\12Ç@hö¾\90\ 6\ 5è\15Ø\93
\ 2\96"\1a¾Ãy\92NÀÃc\a7 cY­\9d\19×\ 5ô6Ko©îØ\84BbSC2 \80>&Ø\ 6I    \ÌæâÁ\rÈ\8e}0D»ã\ 6\90\ 6ë©R@ª'bDßë \84\11KAGx\9d4
+pè\88\ 51¡¾\81       ò\80\1e\17¬­\19
+       yñ@T5!a¬1!\95\ 2«ÁjI\ 1GæT)@ºkæ\88®P\9f\1c3\97A\ 2X|\9f´\e I¶\ 5IAdz­C¶H\7fn\89Ö"6(\ 3{cE[\r\91\ 3øEÔ\83\9f§v4Õ\bG\8dX´+äS; \ fê\e04°6\ f\11Ì\ 1«=h\19C\16Z­Ø\9e\83¡Ðj\a÷lXSÞ\9b\91ÕK$Ý)\19\8eî\14KP\f3AVm      É\92YªtÐ#\8bÄ%ÔsTs¾eÎ÷\ 4Ũ9\8f\vÚ\80\94©´ê\85I3F¼·C½C\82\v¸ëÒ\ 6. Å}ð7ýú\144¿\9e'\b\90\ 1Z\0}Bx\87\93ü=M´·v\fj¢4\89\91\r\87ÇD\Ø\91ä\99n\9a£\945sDy\bú\84\1dI\9e"*\ 2Þ\RT§\92\rþ¨R\10Z x\ 4\9eÓú\8bB\ 3\9e\93f(ê\18­ã\ 6\19-2       c\10<;ôEè\ 5²ª\14ÈA£\0O\91\8c^\81e8\1c"\80Ü5ï­¿(t#èl\99Æ5C²QÀ}Î4>Ìöi\aË6\9ewq\e&Ýc\81éµ\83"w7ì%\fÇ;D®=ÛÁò\9d\96Ë\ eâ\85\ 6ù2¦9<\87W¯9\92uÞ÷ó\ 5îí\b :»\8em7ø\88m\aGP»\8b6F\13Çã³A"ì\v¼pù\1eQg[\eWdÀ\87s¿\1dá\1d\15/ w\13LÄu¶©t\8d\fØoMsÌWN¼\ 2û]oaû\9b5ͱ\1dá±Ç·#HU\ 4ÏT\97¥)\8e\8cÔ\91+³×Ã\16'N\17"V\ 4\86\87:ÉÏ\ 5\ ehP3x}#·\90\16òÛ§öç\93\88¥Â+®\ eÒë\b¨$\8bР,÷¤1<\14\8a$\8d|\ 1Y\9c  \r\96¤Ñ\80\8aQ)I#\85\98ô\ eÉÂõõezê\9f##Íém\fÈq\81I/F¨\93õFíÒ\ eãаK<W\10Ð÷ú3ì\9bk3\ 6\84\91<P\ 6\ 3#B\ 5ß\86\15CÌH\1dé\81æ\14U\12\90\\81=ÿ\9cDYÎXå(9W\14á1\9bEèÆ\8aµb\86xÏ;Û'\89\8cJÁìoyg{§DÛ;#\a\ 3Ð8ÕA)è\0×sÐ$Êå\1c{ª |\86\19¥A\9eGþmÇ\f\ 4_4!¢¹\ eëØ
+\r\90Îf1Ãh\8c´\173\fÆH;Æeã
\94×\84x°gÊ+Td\1dw8![Ô3å5#cÔ3å5#.\1a\98Ä1Ì\85»"kra£Y·\804H nLä?#\89Ðf\v{Ãô\9f\818èC¼¥«|\13K\85ÕBh\ 4höJøÏ@\1e\94\0y¾G\0\e1Ú"ÀÕ\94lNí\8aâðtj\1f\v¼A¿G!ãè¶dÏÃ\98¹5>óñ{rû\ 2I\9f\ 4bm\7f¾\ 1¦B\99Ðjó\ 6\99pÇqhÞ\ 1\ 1Ø3cè\1a\0\16"\8aLD\1eâ=b¢\8eÑj;\90\82ÿ\f1H+     "\12Ã\ e\8cÅ(s1®®Ü\8b)\8e\vèÕ\95Áú\8fO;\90\13ïû\94Ñã\1dÊ\89÷`ÖlT\93íÍ\ eMMÆ\8a)òN\81¡Ä{(*\13\90n\8b\82¤ §Û\ 2ò\80^]¹\16C<)àæÞêÊ­ñmÅ\99\9c¯;(rûê^Íà\eØbù¢I¬ÝáeÎÞ´ùt!â|É0lÉ«\15
\99m;rÑÕ£ s8bÍû>\8884\8b\88\8e Ï"\89\96qt\rl,:\8b$\ 5t\8d\1d³HL\99\9ch ·ÝÄ     ºErmÚ\1eâ\ fz\151§Q}ü
+ѯ²Ü30·¨~\15©È\98\8b¤\8ei\9eHuJø\14\b¸\ 1Ù¦ï!ú\88M?¼Æ\ fÚä=Äî÷,O`\ 4\r\ 4#8\1e\0Xdö\18\8f\fbO\92ãÍ©\18êd·rÿÆ\ 1øS¸Ó,2\1f\ 2\91D\8bJ(\98¡\10tP0k\14¤8\8d\ 5m@\874IÐ%¸úµ,Ça/ék\95âP\8eÃW\16X\17\18©\8d³\97ôÓ\ 6ú_ÒO\e\10<\12\8bo·Ðâ¼\81\8e\07\80\ 5:¦$æ2J\81ú\8e\ë1N\e\0\96\80\17DAyê²\9fý=\ 2ÌY#\0\a#\80\8f
+]\ 2 `O³\ 4" 0$ìÙ,¸\rÐâ´\80\8e
+c@\89ç\1dèµú5@o\1e\81C%Æ{rl\11zK\8ey\84\88¬ÛaÒô\0\9f\ 3\81HØQ©\9e
+\12cyªÖZ\ 5°}?\88N\15*bl[\8e     \ 1\ 1Ù\9dYãsp\ 3WcLg4>\14á&F¥\173¸ÆÇe®L\9cÇj\82Ön\85¥l\v\fÕ\ 4Y»Âé\ e\10\96-ÛyÚ\81^\13´N\82xÆÇ\8fÿmÔ\ 4\91àÒ\a¤Ì®Á%+éYÇL®;X\8f0TÒó|mPn\81\1e!dí\b¬¤g­lÜ\8e0\8f\95ôØ\9cÇ\13\1fè%=ñÍ-\1a*éY#ô|\15&½¤ç±\88v\v¬\9ce\8dÑ·4\87\1f+é±\92ûaaZkî%a¢\v<\#q\ 1RN"º6<ÊGÎiG©mrNò\8dh½·{ù÷\9d¥¶\86\18(\9f\80L*¬}\98'FÖ\1f/ì%¼e\98\0g6\94ó\1cÑ\8bî-\9b\15\19%»NcÌ\9a%8ý¾^Ê\90&qÿ\fT\0ý~Ï8\89IôM9ä¡æ\9aÑ<\89è\19ñ,C\16\7fÿó4\aÁ·%\14,I£`k\9c\83à\9a\110\7fKTÌ\83P[¾"\99\1f\17Ð¥Ø\9bE\9e?c{ðB\80\ 5}/EhÏ(¿¦ºNßËù^_qÌO\ 4ì@mÌp\ 3:ªCÙ:\7fÎ\eÐ3=åÅ\ 2C=\13³Æ\ 14WV\8bÚÎ,(\ 3©\e&Bk\ 34ÏQ1\vO\ 4Ð\87=V\84\9e\15\90½\11!\92\18½Ö\ 1´o\80$      |ÔX\80A\85\ 5¿ì\v|\84
+ãi\8a\ 1_`Ñ\16hæ)\9a\97È*      \90\14ô\8cüÜ\15a\93\vH5\88\85\16s\13¼\94$
+ÞTÙçD\ 1yG\9f\90 "\9f\94\15\12$I\95sP\ 5ôû= 
+QUÅl\81¬-@S-\15UaØ\9a\86y\91H@¹x\89\1a\17sØDm\ 3\14tÐÅ{\9ad}|\1fÔ$\86\8b s\ 1©\12¯ÓiÎ4\ 4n%ëu@\97 Ëa\fE\92CZ%\ eUaÏP\88\84H¨×µ­#\15¶ï\ f\9a,éY\96ZÓÔrÊ8¨\80f\f8*\82¦ÉXU\99\81\1a\9cnàZUFQ\v\vTå:²\85½=Í©\85lA(0«n9áa¨È:xxA\ 4\80<LÒ\13.jÖ\946Ä;h\8d\84À Æv>©~9É/ø2(\855E\14DcD\13\14a\96\98\90\97Ah\81\ 1¯Ã\98\91&ï¨"HjhÅê0 \ 1䦵4©>)\81µ\98`p®\ f\9aK08Õ\9f\90S\16ÝzÞè\0)¨S  \16ê\18²e\8d\ em\1eü\f\89\10J\v´ñ3$Âú}£<\98ôÓ§ú\8a_B«¶\94Mu¨¯w\ fïøc\8a\88Æç\96¥+Gl\12¡B¹&\18ò\8b\86#OÐ\86ipú^oÕ°¸ |F\16á      \92roÿu(Ckÿ´\ eÂlé\89\87ôb eÞ\99\88Àù[\14Ø\13\1cÍ\e\91\ eÜ`Ç|¤`¶´É\ 2ä\r?xô½\fD\1eì­¢}\0\12\97E\a\84°cX =6\8cÞ@B\ 4\90ʹ\f\8daÖô\18}\81\9fj\rÀc\81±\1a\0¨Çzj\0rÜ^\1d\8f;è@"ÈE;\ 2ÅÄ(®êò\83&@\ fè¯OíO«ÄØ\16(­·_Öêp÷\1a\97»×¸Ü¼FCc\18¾Æ貶@\vÎát\8d\bLûl\92ËÓÊGÿR'ï\16A®Î\S\f¢>bØ\8b^3)4I\12¡S WGÆ:d¦¥\91i\8aÀb\83¦Q&C\v­¬¬40ëøÜÉ ÙTz\ 3S\19½\ 1\e<\99\94Äø\19Ib\a\1aB\81\14¸ü>sL\r\8dApL\19t#t\fåÊ<\83chó0Cn\fH
+{\90\eE«Lk(jÛWÛ/be,Ë-\16°^\91\16\ 5\8aæÖðÑ\14ȱí\82\9a\1a W\18Ñ\rô\¡eI\ 6£\e\9b|ÙÖC,É2K\9e)Åî\9cÐï÷\f_Í^Ú\0-¥ÊË==\98ÞôØ\90\10àøRGM¬8Èk¡ðP\1d\8e\811\1c\17è\98zh,\94\aA\aÍ\96æ\ 6¬\r\8d°-Q\96Çð4¼½|æn<\8dW\11ÇS\bógl&:Ö!/è\0ÂȽ:ÖÁj8²oe»Ù`\v\aX c8IEA>ó ^\841C
+tä8\82&\ 4¼
+$\8b<ĺ]\90\10ut¡»¤ñ \1f|¹Ü»\82à\91\18v\94Pxt\85]Í.³v\874Oe/\9fù3´Q3KÒÍ\84\96%qÚ\150Mh\93/\9b\9a\90×pd\91\v\88G'Ðß\lôeË\96PD\11Ëø75!\e\8cQ$ML¯p\ eÚ\15ò\ 5nj°8Q\fI!\92Õ\80ä\ 6\13/"\11­!Í.8d\r\90@9ø\17\17\1cX\86¥v\9a\1c\8fpÍ°ð\1d,h\a\93>\18!\14U\97\91è:zI\92it\f\9d:\18\1d\93\r$U\950¼I$É"6ϳ\88!»{NMÌÚ   (\1f\17¨\fuQ\8eEóK)\13\15Ñ ò>\17¨Mõé\1asºÇ\ 3ЫëQ%ˤ]\ 1\ 5uy¸eó\95\89P\85\ 4{\8adT\17%Ëö¶t\11B\ 3ß0/ë»Ãa\aQ×Ek\96ã\96.²ñ\18£^ÅÞ*Óö*H\88\1cat g\8bSB\e¸z\ 5\1c³\12y5°F\9d¤y¦\9b\8e·\10ù\98Õ\82 \1dèÐ>\8699 Î+\13\14H\ 2\rK¢aN\86©   ð\84%q-ÆxÒpr-IÄïok¢\ 3,\80zp?\8fà\\17\18\92Ä=Ó1}Ffá\89\86´\7fÿÙ½fó)\8aôû4OPÂ~\87C\ fO¾d\95\82$Ub&-5@\17y ïî\91`\994\124ûU¦Ï\0M4Ìv"\13òr\8e\0\rR­´²AÁ&ªÆÔ\84<dõ$\8bÊ\85\ 4õѼû©\89úHH\10U&"½\1e\11^\81\9c3^Q5D1"©\16\8b\ e¦ÏØ©4O`Ï\9fS/Ì\99\8dÆð\9a\18ÓDC\86\aÐ\13\r\19ñ\10²§¸D;X\89w\9a[%Ú\84\82e\91\1a\ 1:ÌB\8b¿gË¢Ù2Z#î\90-ëAÃ÷\88\a\91\1e"\eðÈ\18vT§Æ  \ 1Ms\18 FÛ¡!¸¡\11kR¹B8ÆrÏ\96ĤÙ\12>\97£Ü³¦qÒ6@¹p\9aU.di\8e|Ï!Ùë(\ 6mÉÞ,2¨\bÖ$\83¨\bX\1d\ 6ò\88zFhºQ\7f \9e`\99´\13Ð\bÛÉæ\94\15R¨~5+¤\80ÖL\87B\bÈ\1fé\0\\fIºBÞk\ 2}Z½Ñ \ 6Q\8d\«(bØÊ0\0\v%¹@wÏP4­1á «\8f\1duÈÒ\ 4\83Ù§  )Ò\9e^\119´e\98\9dî\96\16H\ 5\8e;»÷zÄ\16^!\89,S\95¡ØDÄi\80vÆQÄFk!\8f\9f!ah!\86ñP\9c\8cÕAÔ;\8cc\988{«Hü\8c\89C{UìõðHÁ\ e,\89
+üz:@G\19\ 3¢ þx·\8eÏܾo¢\r²\99\16\ em@.+õ\8bÈ\83Ì)ÞÑ0N\vÈW°7\8b\80÷zxÄ\83ú<\ 3\9fU
+\90¸Æ/\92\1e¡\81YHè
+årª\10ý=)\ eV[Ý\90b\1aÚZmuÌ\9fC[>Ó\ 2ë!=Ã4!1Vrt6Ó"j<ÀË \10\ fh@\ eÏ\89\10åµ\81÷ÈN¯"(\9a)hÖAÄAl«0ß4faÑT)Íѽi²N\88<\83¢ðª" %þ\ e
\9c#\8bÞ\89\9a\90}¯iRÆ\84kzBbÂf\11D[\8cX\97\bRezX\13¡K§\17'ïE\14-UJ7\90Ô+`Ù\85¤YÓÖD\8fQ\8fÌ&z´<2
\91!\ 1ô\14YAî\84\ e
+\14­\1e¬­Ç\bhí¼Á¥\9eX\0\ru!IºyA\vtÔ"-/\87æã»'å\81Eµç$²\82z¬çé×£° ãé7ÕAeM\12Ð"\8c\10ï]Â\8e6:z   {\r\12x  Ä|K\15ÚP\91Q·:%ÈDz\9f\89õy4\8c!\9fI¢zÕ¤\ 2ÃJôÛ\8aàóL\92\11kºå'D§\96ò°5ï¶x8_®°\8el\9cÜVHôàå÷\91\8dztknu\18\83óðVÑ\17\ 6á<öü@\18ÃGÛ¡$\ e\aèiô(U
+B/¢\8aõI\14ð}\ f\èâE
+\90$\95U\1f\84Al®\1d\v"´p\91Xx\9fo]á>\93£u\85<?\90Ñ\15êï®\ 1\ e)\13Â\f¾×!eÖ\99\97O§úD\0\19ú{\ fïÛ<H(hÕt\r
+R
+¤Q
+Xz "5¤\8f\ 41$\88n\19:5I\84&0\15\89\8d\8bÛ¯p(.Ú\8b\a\1a\14à]\12³¤Æhl>Ã\eÐ[\85欠     1O\ eø{\eX\10\ 1{à^­\b+\f½F+\82
+M\80:V½\10E)b@\99\88\az^έz¡q\a<;0iRÀ7°\88LÀZ,\82DAúî\1c\8bj\8aXñBP¯\80@\91<\9cò'\9aÊ\83\v?¢©Ð\ 5\fU§µ\0\9fg\92·y&G6FóLÎ\88±\9bdD\9bóöXàM\15é\18økýÄ|ÝÁµ2úZ_oóL W:\ 3\14\ 2r\84\92´#ð\81(suÌÓè@\94 -\90\81Ay\1eÁJ0âñý\1cX\ 4B\ 3[ ¤Ï4\98.¼-¹\82i\18\11\8b{-\0h0áLÓC¥?\87\ 3\85C\1f\7fî(â\b\9a>¢!®CV­\ 3JÁ#}¤{\96É/¢>c\88¡              \ 2B\f=_Áü]V\ 2<¸g\8aõ
+^\ 1æÜ\ 1\19\8a\91¤\88ЯÑ;e\92È\ 2|(\vd\ 1\1dð2¡+ì\ 1¼\9c4
+rÄÎQ£~j3i\a\17l&\8a,\85\f\8e\ 3\ 5\98W)`\10æ;\9c\86\91+\849M2X\1dÈq\ 1=]ºb~>iè\e¸@4KaÝF\87\ 5ôv'\9fã~\82Á2
+\a\16è(£°øæ@Â\8e2
++iô\83è\{\1dÇq\ 3z\19Å\v&\1a*£Ø\87\9a\9c\16èȳhW@\83|kâ>~¯\97Q¸Y¥\0\bà\0\1dY\ 2{ý<^!(£`\98\9f ýþ\ 2(\18H\8f\87IQ<, W3í#EZbÈ\9b4f\89\8bi\94=ibHyhB\8aL\7f\9b<\1aû§\950V\85qÒÄ2°P(\90\80\1dy\ eÑ\14ðDK\966@)0ߥÀ\ 2¥H.¬\8d\ eR@/¬Ý\8b(\9az\8c\81Q,È\98v@]Z=X[\91\912\90\80HÐQ\ 6\12\90)è(\ 3\89È\9aë\8dB{\9a£¡Hé÷     J±\8e3\99Ðù;ú\e&H\7faÿ\15¦q*È!DÍ~¬\ 6\ 2\9abA\8d×\ 3\ 4:\9e<¢uÝ\ eÚòXD\11à8\14ð
+:p(\10\v÷àP =\ e(XÀóÿ\86>½Y²µ{øý\0À\942ìçôL´­\8eåÇD\euGêóóº\83\8fî\bÝAÙ`\8bO;ÐGX¯Iÿ5Á²b½\r\8d°^mÉ\9a©[k\94?\94Ò\84Ç\99Ö\ 4â\1f\9fºÿù\83åë\ foÿñØßã¿ë?Ûþã·o??\83\ 6=½EEkpð~\87\171 I²ZƲBÅ}L\92=\1c¾Ë\13~|²ft¥Òн%+\ 3²FW§Ò\16xÞb9À8ä\v'Ó<[-\8f^§"\8cåÙê\1cñu\a\1fólWYªèÕ!VF|\97¥¸\80¢:B\83èwNþH\ 3\9a.]\v\93ï\bc¬!þ°0Æ4kÂ\18ß>=ÜÂ\14ªB:VÇ\ 2\10r\926\9fª0ΣsAjm¥\9fâXtâkEÒºÀ\88_d°¡Ç\r\96Nð÷ågd_±öZ¿Ïä`\85¬|ò@Ìcr°\96bl\v¤19X\81\1c\9er\10\e¯?Ô(Uüçõ\bcFÉÏû\11:±ôk¡üúæ2\9d\89øPn²U\vU\9dŹeÕðó\91\81F\1ei\0\9e\8fè5¦ ]#\9dê\90\96J\83epªÃ´A ¯;ø8Õáê`>\8cAyFê\8fkxRѽÝc\\802¸ª£­$b+\8còéP]wíDç¶uÅàÞn2|¶­ì\rË\ 6\88úÑ7,\e êGß°Ö®\8bç\11ZoXWn¶\ 5\103\86\90ÒÀ\9c¤Ø ÁU«[ÛŲkµw\95 ¿¦ÖÄcs\aî"\90[ø±ºHåÉÍ\ f\7fõµ\ 34f\85ùX\8b&\90T\1c¢·3¼\8bCr2ZW\f¶@ÿXóm\ 6éK1\ f½AÄ\886\0ß 0\1f¬CDïñA-8\1eç\83\87}¿Ç\aSÒø\80\19§µ¶á\96qZ»/$ãDûGjSôé\1a;úGf'1"í\1f\99\88¨±\9fU6\14ÍEA^ÚôÖ=q6ϲF\8cKÖø\90\1eaY´#°\1a\9bµ0!?iب±a\8c¼Î2½å(\1a\ 4eÓMã\v\94Q?Ï\1a8\1c\12¥÷\ 4Ì\7fýå\ f?þÂ\7fù¯_þöá°®ß\7f=\95Ñö\7f~ùÇÇÚéáÝ?4ryü\9bß|ýÓÿøó×\1f~ÿë\9fþô÷\9fþåëßþõ\17_\7fùÛ\9f\7fó\7f\7fýÓo¾þ×ÿûú·ÿøù÷\7føÃׯþé׿úç¯_|\7fýÇï\7fúÏ\9fþöó×\7fùúÝÏ?ÿå_~üñ\1fÿøÇ÷Ï¿ûýß¿ÿôÓÏ?þêq\9b¿ýÛÿüÓÿùñ/\7f_¿ûþÝÏ\7füÃ?\7fýò\7fÿðß~ùØÝÿ\a\ e\8c±ò
+endstream
+endobj
+422 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 990 0 R
+/Name /Im391
+/Width 45
+/Height 66
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð1\ eÂ0\f\ 5Ð_eðØ#ô\ 4ìLDâZH4G\v\13ÇÀGðØ¡ªùv\99(\eUôT)Müû\ 5@\81(P!¾/>é\96®é\92Zªi\v7\84kª)ï\93\8e?¬F\1fq\91<Ý;äµÏÕ\1aI02U¾\88¡xcòâ\9dg\aï¥Q¦ø\b\1eûv9:¶°j8[è»ËO-wÃÁmÖ\985Çt½#\92\1aU´©cd`ÃÄÌ\eXSÉ\ e\91\1d¢F\87übÍÄüûÓõÖÏoK\8c¦3
+endstream
+endobj
+423 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 991 0 R
+/Name /Im392
+/Width 111
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dÓ1\8e\830\10\85áA\14.}\ 3¸\b
\9eg\9b-(¢ÀÑ,íE8\ 2%\ 5òì¼g;\90\ 5)«mÐ|S$ñ\1f£ªQFU\15±Iÿ)\197\11é£=ä.2bè5\8bë\96\1aòú·&{®yí©%¯½\ 6\91jÉkGÍg\ 5ȦzÎë¤2¼Ê«}\9e3Õ»&\88_c¿Ã\9b*¨¡ä,\enjgnq\ e¨C\81\86Ú\8eÂpG\8f®hè\9f\8a\902RÊ´ Àp!µ\ 6è±JªWÍ(°$M\aÙP\9b\ 2²$\ 5·+@sMÙÚMV\0\9a½iq\94­=
\123\1ddC\8b\1eÈB5èQ´B\e#aÝ¡@s©\8d×æ\964n¸\1a±Ë\8a¼(Y}\¡¡\88\17¥H©5©}þ»ï´ß\9f³òm
+E¼(\97ª\95g\9eÞ«â\8b¢r%Á\9b$\8f¿\88§f\96Ï\8fÇ÷×\ fw\ 5'D
+endstream
+endobj
+424 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 992 0 R
+/Name /Im393
+/Width 37
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÏ1\ eÂ0\f\ 5Ð_U"\e½\0\92'vF&z0\90\9cS1û(=\82Ç\fUÌw\90:1°¼ÅÎÿñ\ 5\80IE1iP\93\88¨\a =Ù\13O¶¤\92\ eâ\84\ 1\7fQòÅú\rh\90½0t\9bÙQ'¶\ 1\84«Ü\ 1\ampJÖJ8×\16\ 3ÿ\ 1\a>PC¸fè+ã\1f\98Â\ 43+­\ 4\16\97\8e\92\1f\9aò6(oîëýù¾}\0×Etl
+endstream
+endobj
+425 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 993 0 R
+/Name /Im394
+/Width 59
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dÑ1\ e\80 \f\ 5P\8c\83#Gð\1cÆÁÅk\19<\96£Gñ\b\8c\ eÄo\85_c\8d\93,/\ 1òÛ¦\80\9cÕ¹\v$
+U\1eBt5¶¬C,\86½8¤b«\1eV\8f\7f¾s4_ëi}öS±O\8fY,s\18óý£ÿa·¹\9eu\1a¨s¶\96ào·\9fÚ\9c\86zÖ»ç§áà|\89û\88÷^Ì\9eäkßMËx\ 2°ïÇ\ 3
+endstream
+endobj
+426 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 994 0 R
+/Name /Im395
+/Width 63
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmб\rà\10\85á\87((o\83Pf     Ë®²\93\v+FÊ,Ù\83Q\90²\0%\ 5âòpL¤H©¾æ8ý\a|\0`\124ÁFW\8c\16¸,Õ¾*\84ºG\85Ͼ\89m\87þt¦\v\9dºÉ·Íu¥­®Rw¸'Ó\8aÐ\88\9a¥t7øa\86\ e\ 3V.;MCCK_¢@æ£?öîh?\ 6\96\fmüÕ\85_\ 5Ø¿²üB£(&ôc4l`×¼Ç\ 2\88Ö\85\7f\ 3«Y\18Ì\81#`¹Þ\9f·7\ fà\80o
+endstream
+endobj
+427 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 995 0 R
+/Name /Im396
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o``üÿ\81\81ùÁ\ f\ 6ö\ 6\e\ 6~\ 69 äg°cào\0a\e h\r\ 3û\ 1\87\81ý\ 19\18Ù\f\98ù ,Ï \ f\17d?È\1d ÷0\0Ý%­^·T\11\0®I4é
+endstream
+endobj
+428 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 996 0 R
+/Name /Im397
+/Width 60
+/Height 60
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]б\r\830\10\85á³,\99Æ
\8bH^\81\92\ 2\85*{0B\ 6\88böJs£0\ 2%\ 5ÂØw\8f\86k>7þ¥;¢2\9et\9eð\ 5\7f7\ fÅdÕÞtIõiÖ\1c\f°\eÕidq\81¬\9a9\8a\96âRm \83\9eZ1P»V{ØÁ      25[Í]Ϊ%µ)ÏM²dw]^\f°/_vÉ\929$«²jX\ faê.Y²¢\83\8fjÂMËâ\ 1vðS-\87\98D&V%W´bdÉ\96Å\1dô0f\99Ëu\84éf\86Ãðý¿O\8f\86jB
+endstream
+endobj
+429 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 997 0 R
+/Name /Im398
+/Width 31
+/Height 148
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½\92±\r\830\10E¿å\822\eà\1d\18\0fJ\1f%\88\19\18\88Q\18\81\92\ 2¡Ü\9dý±\85\90\92\8aâU¾ÿuþÿ\0Ô\0Zá%¬\80[\0?\ 3\95ð\98\80Ð\vòÔ   oa\8b8\19õK¤*Æ\ fI\1f%\94){\92&¹Y\946D­JÔò\8cÚ_ðÁoö\9bøg\97«?X|§ÿZ´E&\16\8bùù5çêRM¶\bóg\1fì\87}±?\1a©\ 1{>\84\ 1YdÃs¼\15½\19»\1d½¡:\8cÏ¡ù\ 2\19ÐtU
+endstream
+endobj
+430 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 998 0 R
+/Name /Im399
+/Width 41
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ð1\ e \14Æñ¯!±\8b\91\v\988»96Ñ\84+9:\98\96k¹õ(=\ 2#\ 3Ò~ï=\87ÊòK\b\a¸\ 4 [[Ñ\9bK«7çÖ\8b\19[\83\89ÖI\1d]\16ý*><gkêyÒw\96ÛÖ¨Â-èªZvf)rfú\93\8dÌg\17\97{ÙÈ-vqi\ 6\83&O]¤£Z]ä@q²õ³\17óAòó    #=ªgu@\ 5^O\14¾rÁÀ¿\89¸Þß\9fÛ\ 6~\b
+endstream
+endobj
+431 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 999 0 R
+/Name /Im400
+/Width 31
+/Height 148
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½\92±\11\830\fE?ç\82\92\11Ø!\ 3\90Å\92àË\f\19È£x\ 4\95\14\1c\87$K\18\8eÜ\91*Åëô¿åÿE\0&æÁ\fLÏt\91I@\9b\81@@#ÈÐ̼\8c»\fÇ\82\f»ÀEÁD\9bPXL<\9a\81\12«Q\9f
+j\98+jLGô\91éL3_£\8bü\81_vùö\87@çÿ¶ù\98I\97j^\9e\9fdé¹\8e\96õRó÷>¼\1fïËûÛlv=»l'ÑñXne°Û\91\96INâó|ßV\8a\1c\7f}
+endstream
+endobj
+432 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im139 146 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im110 117 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im395 426 0 R /Im401 434 0 R /Im396 427 0 R /Im402 435 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im22 29 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im114 121 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im30 37 0 R /Im403 436 0 R /Im401 434 0 R /Im404 437 0 R /Im402 435 0 R /Im174 183 0 R /Im215 224 0 R /Im405 438 0 R /Im178 187 0 R /Im176 185 0 R /Im265 282 0 R /Im259 276 0 R /Im257 274 0 R /Im324 345 0 R /Im395 426 0 R /Im213 222 0 R /Im137 144 0 R /Im176 185 0 R /Im395 426 0 R /Im401 434 0 R /Im404 437 0 R /Im402 435 0 R /Im137 144 0 R /Im406 439 0 R /Im395 426 0 R /Im401 434 0 R /Im404 437 0 R /Im407 440 0 R /Im166 175 0 R /Im402 435 0 R /Im174 183 0 R /Im395 426 0 R /Im401 434 0 R /Im404 437 0 R /Im402 435 0 R /Im227 238 0 R /Im403 436 0 R /Im401 434 0 R /Im404 437 0 R /Im402 435 0 R /Im113 120 0 R /Im405 438 0 R /Im228 239 0 R /Im193 202 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im105 112 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im265 282 0 R /Im259 276 0 R /Im257 274 0 R /Im324 345 0 R /Im395 426 0 R /Im213 222 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im109 116 0 R /Im213 222 0 R /Im153 160 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im108 115 0 R /Im24 31 0 R /Im114 121 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im408 441 0 R /Im329 350 0 R /Im408 441 0 R /Im216 225 0 R /Im379 406 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im29 36 0 R /Im30 37 0 R /Im29 36 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im153 160 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im101 108 0 R /Im25 32 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im114 121 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im111 118 0 R /Im28 35 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im153 160 0 R /Im105 112 0 R /Im235 246 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im173 182 0 R /Im409 442 0 R /Im213 222 0 R /Im409 442 0 R /Im208 217 0 R /Im206 215 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im174 183 0 R /Im215 224 0 R /Im138 145 0 R /Im212 221 0 R /Im214 223 0 R /Im205 214 0 R /Im261 278 0 R /Im207 216 0 R /Im166 175 0 R /Im201 210 0 R /Im323 344 0 R /Im398 429 0 R /Im204 213 0 R /Im205 214 0 R /Im206 215 0 R /Im207 216 0 R /Im166 175 0 R /Im208 217 0 R /Im206 215 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im400 431 0 R /Im397 428 0 R /Im261 278 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im113 120 0 R /Im176 185 0 R /Im138 145 0 R /Im137 144 0 R /Im104 111 0 R /Im109 116 0 R /Im201 210 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im409 442 0 R /Im213 222 0 R /Im409 442 0 R /Im208 217 0 R /Im206 215 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im174 183 0 R /Im215 224 0 R /Im138 145 0 R /Im212 221 0 R /Im214 223 0 R /Im205 214 0 R /Im261 278 0 R /Im207 216 0 R /Im166 175 0 R /Im397 428 0 R /Im261 278 0 R /Im176 185 0 R /Im395 426 0 R /Im137 144 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im28 35 0 R /Im105 112 0 R /Im120 127 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im30 37 0 R /Im28 35 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im176 185 0 R /Im138 145 0 R /Im137 144 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im29 36 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im193 202 0 R /Im120 127 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im212 221 0 R /Im113 120 0 R /Im200 209 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im108 115 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im28 35 0 R /Im105 112 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im108 115 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im117 124 0 R /Im102 109 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im116 123 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im106 113 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im111 118 0 R /Im21 28 0 R /Im144 151 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im29 36 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im103 110 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im111 118 0 R /Im21 28 0 R /Im108 115 0 R /Im21 28 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im399 430 0 R /Im206 215 0 R /Im376 403 0 R /Im261 278 0 R /Im410 443 0 R /Im174 183 0 R /Im193 202 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im30 37 0 R /Im109 116 0 R /Im212 221 0 R /Im113 120 0 R /Im393 424 0 R /Im247 264 0 R /Im262 279 0 R /Im373 398 0 R /Im251 268 0 R /Im260 277 0 R /Im253 270 0 R /Im250 267 0 R /Im253 270 0 R /Im251 268 0 R /Im264 281 0 R /Im411 444 0 R /Im371 396 0 R /Im368 393 0 R /Im256 273 0 R /Im412 445 0 R /Im256 273 0 R /Im368 393 0 R /Im256 273 0 R /Im264 281 0 R /Im324 345 0 R /Im256 273 0 R /Im264 281 0 R /Im250 267 0 R /Im413 446 0 R /Im256 273 0 R /Im253 270 0 R /Im265 282 0 R /Im317 338 0 R /Im250 267 0 R /Im260 277 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im120 127 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im114 121 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im105 112 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im114 121 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im143 150 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im108 115 0 R /Im30 37 0 R /Im21 28 0 R /Im111 118 0 R /Im117 124 0 R /Im21 28 0 R /Im110 117 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im186 195 0 R /Im28 35 0 R /Im107 114 0 R /Im116 123 0 R /Im105 112 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im141 148 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im116 123 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im107 114 0 R /Im30 37 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im22 29 0 R /Im29 36 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im111 118 0 R /Im186 195 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im414 447 0 R /Im37 44 0 R /Im47 54 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im415 448 0 R /Im283 302 0 R /Im416 449 0 R /Im417 450 0 R /Im418 451 0 R /Im419 452 0 R /Im218 227 0 R /Im420 453 0 R /Im421 454 0 R /Im74 81 0 R /Im42 49 0 R /Im52 59 0 R /Im73 80 0 R /Im42 49 0 R /Im37 44 0 R /Im36 43 0 R /Im422 455 0 R /Im72 79 0 R /Im52 59 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im72 79 0 R /Im423 456 0 R /Im421 454 0 R /Im39 46 0 R /Im37 44 0 R /Im42 49 0 R /Im44 51 0 R /Im72 79 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im77 84 0 R /Im35 42 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im37 44 0 R /Im36 43 0 R /Im35 42 0 R /Im52 59 0 R /Im71 78 0 R /Im39 46 0 R /Im52 59 0 R /Im38 45 0 R /Im38 45 0 R /Im35 42 0 R /Im70 77 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im78 85 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 433 0 R
+>>
+endobj
+433 0 obj
+<<
+/Length 1000 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I³õ¸\91ݾ~Å[v/ü\84\19`/\1dmExãè\8eÖR\e[CKv\95Ær(üïM\90HÞK2ÏÅ\ 1¸QèU|Ä\ 52\139\1cäð×\1fþýë¯?د\7füð×\1fÂw\bæË|\e#ÿ\9b¿½3_ÖÇï°¸¯\94âw\ eåë7?ýð\8bÿþ\93õË׿þù\87\7f\7f\7f[w^ }»uI\eÌ·õû\ 2%\1d\v\98t] |Çt^ |§R\17\bß>_\17pá¾\ 1\7fû>l\eX¾]Ü¿_Êñ=\7f\80è¹\ 3¸o\9b®\väJÂ\98µ\rØ;\ 1\16§\1e \19å{k\94\ 5®\14l\eX?Ü\17ðßÅ\1d\vXs] }'£î \87c\ao$°\85&A±\14  \ fJ`\85èJÃô½¤º\80Ê\ 3O\vá\92(!D<tF#\80ÂCDAg5!à\85ÈYÿt\ 3ê5¢Yè\9c}v\8d\9c\8b$\ 5t\16:W(\16j¿_EÈy\8d\82\8eÐcmÿ~án¡Æº¤\vÚ-t·K¸.\1fT\ 2D£}\1fû\1c\94ï5ElÍÀ\ 2\1a\a\94\ 52ba\8aÊ     ür[À~\97\8b"Ëߦ.°*²¼        aù¶\a\ fÃý\16øMf\95\1ddÑ#Ëi\a7)\80;X5áN\83ó\ eÜ}\ 1wYÀoÿëÊzöm\aáÛ¼\88ènb\ 4ïÑÂéb¨I\96Ài\12$\87ÞxJ\ eÑEö&\93\ eAVÅÐ[§}\7fã\0²%Þ&Ê\96 kàWE6y\8fvUêÝ©RÈ\ 1Ïrà*Äis²¼\97[p\92A«l\0\9c ¤göÜGÕ\1c*<\0\14\88i\92\ 2û5öI£ µ\99\16âU\81pB\f\84(\93Ê\18©\ 1\9f\viÏÁ-:\14\16éæÐ\97Â\99Cä×ûEµÇ7¿\1er`áÔ\b\12\81Ugk\1c°´G\15\fË\ 1]\86\83µ¤\fë\8a<XÍ¡R\15¹~\8b\83£C;@BÕ%SH\bI@*2t\8b\82'=\12t\vBàn\ 1<@`õ\10ࡪ\aGx\18iM¬Û\82ph®-ÐïqHê5Pîñ\15¡h$ÌNs
+\15\7f(]¾7[¸\eV\97n§@þ^Ìë\0´?Q!\92M\ 6¢\9f\92\ 1+\81Áù{Ú\16\1d\0Éé{å\16¡Àâ@HÎ\eP\ 2\v\80°Äx|ÿ\19a\ 1\ 4\88,\ 1ÀþS¢ö\8f\8a\ 4E÷Y\84!\ara9\0à\85â5\11\ 1ÁGÊ.Ãç\rð\1e¡]\1cÅ\ 2¤H\ f|ä²\ 1Ú§u&p'@\1e¡\13kz\16BÚ#<\0\92\ e\ 5\10FVñ\8dû÷
+F\ 6
\ 1\18×y§\11\80F      \9d\97[lGñ\89Æ\81`H\ e\0\11\b\91\15\81J/\85\ 5Q\13bk\ 6\10\12\8e\ 5È\12¸äHK\0(\90\12K\ 1Ý\16ºl\94\ 3Üm!Òä.s\9a\1cblE%\0mJ]É$\ 1Á÷\vÇ\0H¿E³$<ý¼±$ý@Xi4Wb ¦ðVÝ\0\rîx\e\94ï\aÞ\1a¼ÀÄ=-\82Á\8düì\ ex¯)â;\ fï'Ø_¼\pû\8bתO_ß\asÓc\10â\ve\a\19W\85ú\11d\µÕM\8fm@ol'ðé´\83Û5\82;\10¤ö²\83Û=Hßá²\83ÝKviõ\8dm] ¼-`óm\aéäNïÿ\e6Edw\94²\1a\95×E´7U\1a¿£\ e\86\8f\¸ @½ær\ 4Û\80Ö|ìÀ¼\ 41+oVW.,\9by¨ºdÙv`¾ã\e\rn\82\18\95»X}\ 4'>ѺÀr<\9dº¤øµ×#\886iöl¥ÁÛe\8e7u²\9eðv\15ö\ 5ÒAÄ÷\ 5n(U¼ÅF\ 2u:e\ 1\7f\b±÷¶YTwÆË\15Èÿ
+w§\8d\vU\1d(G°·Û\88Øèå\ 1ûÌF\7f£\ 1^`áä\0Ò ø\83\8d\16~õk\1e)\14/\ 1Ú¬BñòrÓS(\90\88Ér\@\ f/\15/uí:/o; ¹à\ 4§0\1dIÄoGvçÂz'æÔº¼¢[ÿ\99\vw\85²ÿ\97úø´qa]À\86×\ 2\8a(\ 3¥º\86\99\9bZ·'ë\9e\ 6^¯d\anÒ°,¡íÀ~6,ð2\99ð\8c\8d~=û#6\1eÏ?=6â\1d,³DÜÿK}@Ú\88¸Òà͸:âñawq\ e\9dx"â\80\8bã×Pï\19\11E'N\131$\8e\88È?¨/H¥     ÒÛ]¸\e\16ä¡\bì\17\17ûÙC¹ûHû\7f©¸]ÝA] \9a\17\e\15Üên\e·¤\96ææÕ\ 5Þr³\16Å6\82´\9c´;\18u\81±\9c\8e\86ú$\8d\ 4\ 3¨OEÞª³\7f]\80ÏëÉI;\ 1\8dúHbÒy\ 3\ 3¸WY\1eR`ñ\1c\ 50r\97©\13 ðS2\93âbFßr\9ba5$    pf\91'¥ð\1eôo\ 1\9bÕdÀ\ 6\85\a\b\84 \97Ytù\9eO\ eó\1a\ 1Ô \e\98e¯m@\81\r\12\1eWq\9e
+U\TyÈ\87*kPr\1ca*T©þÝ}\81\81PÅ5\ f³^\84©PÅå¢\1dA\vUÀE(Ë#u,è×´2rËòL\1dKjϬ:ö\rÄïßD\1d\ 1öoª`
+\ 1ö¤*\80Y\11\88<\ 2ì½a9\80Ð/¯\1c`\0ÁôEã ò\96\a\b\108\ 2Àý·\aíÞþ!\80ÙBÝ®.\85\895É<3g>\85G·Ø§üì\16ûl9\19©A\1a\r\a\9cY{\86r\83\9a\10¯
+±ó\14\ 5¤hÑ®1s\vZt±¤\83\84ï'¸]\ 3d\v$9¨k\vP\9ag°¦\ 5\añÍ"ÛHg\19\ 6K\1a\ 3\98Øa\17Î1DnQÐu!]¸\11¼!U\11HmñáÙ=\bº.¤_õ×CP\ 4@\19ç!¨÷\90\8a\96s\vavRÔÌ©f\rQj\8f¥8\b\19\90XE¤»\ 3\92ZÔu\a \a³v\894\ e~Î-\8ak\94×É-\ 2á¡ßßÄc^ædX\92\8bê\ 23$´Á\1eßOyT¶e¸\9d\17\18\88°E\88/\e ¢»=Ö¨ G\ 5»b9CM·\13h@O½XV\frñ§Èâ"Æ6Ùõ\9f¸¯\9f¶r©õ\87ê\1f?¾ýñ½ªñõïý\9fí\7fü\9eÚÿ\ e\9dÇ\9czû¿\86V;\98~ 4§\ 5Ü]\91ÛÛ-ð\eÞh³°à\1d{÷ùv\8f\11ÖVQ\9ar\13B\ 5kK7E²\9b\8fº,à\95ú-\80\13-F»\ 6<R¶$ê\1aáü¨\85\93bXüc²v\8dè\1c·\ 3dY\83Ô©\1c7gÕ\13ð9nÎ\ 5e\ 1>Ç͵ª\87®*\840\8f\84F\93\9a¨&\ 6\90\9a\bd§4Ìú²\ 1ºðD
+¸zB\8cÓ\9b8U\9cQ~UÒ~ßÞß\9fà\ 6ÒBr\0\10P\10\96Y\ 2\16G\11\10§7©¿Ï\ 3}\8bW    Èçè-Í¡Yý\8aNvÍçÚ«Ù;P\ 1\1aò\ e\80àÔ&î\16C\88É=»\ 4Þq\97\0åyú\96&yÕ\83\14\1cµ\ 1\18\9d\aÎ\14Áà:,\9c\fáÚ«@r\0\88\159BH<'\84\18àPõÀ\0À\11Ù{\f^/Kä\8c)<\81îÏ(þÈçâ©Ë÷tʾ_Tw\84¯\9b1\9a-åqÒ`H5\ 2CKË\11\10V\9dXM\91ò8e°\85\15\ 1\r \88«\96N      \ 5?B\\90\ 5Á>Óä\a¼1©ÉÃ\9b;ôY\ 6Ñ÷¬7\82Ð\rU\ f*\ 4ü\øÔû¾Wø4.\ 1í÷s\9eÜ\7f«z\11\16N}\92 X·#øÚºÀç\98\ 64FiI$×\rÐ5¬µðiÓBç\rÐZHZÃ\9c¿\9fh\rs>\ 1¯\85¤5Ìy\ 3¼\16\92Î0]
+"\98Úæ\ 6Sg;\aSÛì\15\16\f4\95°­\ eyb\ 1©\9d\8a\1c\13q\ eÉ¢\89\87ìâ©ïaù\9a\ 4\ 5)õ28@Xf¸\rà\f\90ò\8c\ 5Î:\8e\ 5]pâ¼\0\8ftKs\99i\128u\ 3\ 3Ø\80×î\ 1_Dê|&\85\b\84¦\12\95ôu)ªÞÊ,\ fAp\1d£F\ 1>¸~Ó\85sY4IÛÀ\80S.   ¾=m\ e\85¨å÷v\85\bÖ \16M\8a\aút¹E\93\ 2Í\1e\ 1\12.$   1>¡\194.8Þ\13P4\83¦=\99]!®ÖÙD`Ötzv½§\95"\9fæÈ@éø4¸9\8cc\15I\aß\18¶&-4õ\86e!x;÷\vë\16\82Çû7U4\95Â\12\8a\ elj
+       é\10\80\rÄ\85Ú\0î\r£Ú\ 2êÝxÏ@)ä-Fð\86å4)ÆWÒÃ\rh\ 4\1cJ    Ç5î`\¨9\fÇ\ 2\8c¯¨,à\83kCzD¸¹\fÇ\82û£¡t·QoqP\1c{\80ðØ@94\18 Q/\11\9f|á´¸` ù©\ 4\rÉ^¡\83SÔÛF\8d\8eé\17Ã\10\9eîê\11\ 2\90\ 1Q³d\ 3\fÐcc\9e\ 1é)\ 3\12\e×\81;\9cit \93=²näcö\bìÛ*o\15±Ó·\15â\vb\8aãçÞ:¸÷n>¾\1f«\87\97
+\17«|o-\81ÐHöH{r\8d\9d\ 6O0u!5\80ã²\ 3êµcK]\10\942\9c+êé¸ÆJj}è\94äC\80#5[\12&[«\1c(QøÜØ\ 3¢\âO\84ÏM    0FÔLÉå\0t\81\86-FY\80iõÖ\10\16\89«Âp\83 \81h,·\0R\86GþÉ\99\84<и,$\v\0<!ï5g
+\12ÝþäûDq\0#D\96\93a\d¤Ê0\8d´:y¯9m\80GZ\9d#o1ìûZ+èï"äèÆ\1aNÒagÕ\80ó\85R\ 3\10¢
+^!á@¥Ú¡I»·\10!L¬\10\82î8IÕc´S_\ 1¦gB\9c¸[\f       \90Õ[Ì·À\96\17£\8e\16\82ðPÑ~\7f\ 4¦-\99\12!ÈAÁ·:\1cÄø\98ª\86élZ÷¦\86§\12\92kþÎ\13=Zów\1e\89\bò\84\ 2þM\ fOVh\19R\ 4\10ÀF;\13 ýÅ«Z\80N"ó\9eÓB\90\82Á>¤`H¤\1e\ 6\a\88³2(ð\96å8\80ñ-Î\96£<Æ\ 3\1f»Øb¥\7f\ 2è\7f-øÖ¬;ç\8b*C|\ 3oÁ·\86õ Ô7½Ü©9\8cvÑ60\80Ñêþ¨R_\ 5*;\8cîN\11,lø\96\0ß45èz\88¾\85Ái\8ap\0]ðtT\aÒG¼¦\ 6î,L·\90`o"\12BØë\12Öïß'\ 3)-¾Âí\16m5rñå\r¼w£¹ñ0\81Ð:´®D\17!2·#\94[\17\92\80¼ø]\16`}ò\90[\a\8f\90'\8bôäů§
+\11L{äàøsÁ5\1f\1aK\8d\9aï\15é¡ñN¯\rÌeO\b¼áçJ¾\8f\14\1a?Yãe[ÓÎ\1e\ 5`h\9e^\e\18Å)÷îÅ\8bF\0~ÿ9>ã`1\1c\añp§ \11\80Ob*\1a\a\a\92\98Ä©÷\93%ßëåV(8Ѽ\98¸\ 4 .\91¾\aþs¡$¬\ e²\8e\92!\bïØ¢É\10߸Ö9\8e\0ð\0òÚÒ=\0  8å\1d\ 2âô\99Hi¡;LÜzÐ\84\ 6\13\9fe0+ݤ®\97(·ù\M\v\99åÍ\9a\ 6¾âÜÙ|,ð¡âÜY³þ\93ôõÓFòʲõ\8f\1fßþØ\v\13Û?»W)âýïw(¬\11òÇýß\9b\9a\89\bï\12P\17xãÀ]\8f\83Lõñ*¶ï \9c\16\18høéÊÖè1\1a;×èQ:pGsò¨î\1d\ eV)Ú\ªó\ eî]\12a{½Õ\11©\9dá¢\89\93}[ãÞ5µòþcßV¿Ù¾»1X?jG8Wj^ØèR\121\Í\97=Äðø£\89áþÏîb\88<ºÚA[Äðý\16(½õî\8ad\93"\81¨ìy(˽1\9d¿¿\18ùM»Õ*µÊ\84°Æ8æM\10\15\1aÞ{]Ê\ 2\95\86á\u\9e\88vNûåpE®\82ûίÎr#\8d"\97v\84\93:»7\8aÔ\12069Z\9aE4ïyÁN\83»ï5Çõ1Ó\8b\96ñÈàð\1aÚ|5i«"Ì­\17QÙÎ\90ß.\93_\88öz¾\95ªÅC\14Þ\15Ê\80(xk8Q@J­öóÞ9i?+5$
+µÝå#Q¨x\e%
+H±\1f    i'­8 Ø½¤Æ\9a\ e\rîÎ\85d¤¥¦\93ÎzY\81\ e¤ò··\ 3\8a»Ó\»"åí:¬Ä|íànZ\90J¨9mb\19\ 4|\1dZ´}¾\ eá\1e\1d\8cý¿Ô\1eÀBÅ·.\0\vÕÂw;CJÜ\19`\13áZdðÄ@\1fu{³\ 6ºân\94\81\86¢XÊCQ\ÈË\0E±:h\8fDqÕe\14\eQJE0\r59      \92\92R\81¸P\v§(9@NJ­\9cº\8bòÍIù°\83\9c99\80Y!-Þ¨;ù\98\15\82\8b¯ö\87\9cë\ 2DzÖ®¨\ 5¸     Ù|¶Ð¸vÉ+G\18Èêh¯±õû¹Â\9dä\ f\12Læµdí\ 4|óØü¢ÀL%wE^\18
+±Sâæ\9d À?§JåRï\0\18yÑD`$5i)\1c\vá\83l\e\910.\84\82ÜDV\86ô\82\81Úývß\80ù\0\80.r\8dÛÉ\8b\8c \13£1\91®¢\14è\85`"*]²\8a\18\ e\80G>=\14\ 2¿\90÷\bäö\ 4§Pp ·'hzd$·§\8eªÙ\16°\93¹=­¥Â´*\94é\b=U\883SÊ#cà²&C\ 3e/.\97iU¶\ 1xÅk×ð\ e|Àì¤"\e°ss0e®ö\85\84<\84¹p\14À­]ܬ=\96\ 5H\83\8esKX{\b\1e¥­f\8f\azÇZM\88UM\b^µUU:ÐUëª| v+r\ e\ 1¬^\v\9c-ÁÝ\7f5\11à«X¥ûï´\fG\95\0\ 3í\89Z®4¡H\81\f¦DÉ ÄÑCóéê\10±©w\80ÖÓ .ðé\1d Ô\7f\12*\0[_Ñ÷?~|û£\ 1°áí\ fê\1d A%µùêÜ;@+;©\v̽\ 3\88\fxÿ9B\86(|2[x\19V·bî\1d 5\ 6©\1dRæÞ\ 1Z|zÙÁÀ;@nøí*Msï\0eÏ6®¼\9fz\a¨øív\84\93\18Þß\ 1\96ÒÄ°VÞZ\11Ã×\1fM\f÷\7f\ e°\94C\f§Þ\ 1\ f
+1̾\ 3\1cà¯/sï\0u\81\8d\86§ái\ 3ï\0Ç!V»2     þÚý\b\fþBÐÐ¥&\ 6v\124l£\8aj/å9а\8do\9b¾Í2ªhú6Wä\95ºÍ\104\8c/"Î\81\86-ÅåBÄ\ 1ÐpÕh\154¬G\98\ 3\rSæØ\bÇ5U{\1a¯\824ÒBV|#{Z` \85¬D\89öól\v<e=\1fßÏt\ 6°-íöü½ZÊ\ 6zõ´·ÝÚúl0Ê\94L)r\a\18±kX\87\9dM\16k\95d\17\1aò­vÚ\ 3@ï{\\bÖüÓ3      ùV;¶$ò\0¨\8f°yÈ\82ö0Ûe\ 1¬á0VÛÁ@\r\87\ 1ßjǪ\e\18hµc£²À@«\1d\ 1ܺB\84\0· (\92\91V;­\132ÁC\0\19zN\15A¬ãP\85\9dk\0\85(\14N\88p)WÐxÈ×\13F\92\84¸\95±\7f&Å­©<!Å\07Îñ8ÁT
+ÿ\81\98\9dv00+¾xÍ\1eò³âUU6P\8c¶Dí÷é\1a\8c\ 3/ë|\ f\e\ 1\9b Ðo¤\11°å\8c\19\86Ë\92v\80\81\8d\0¦;e\aµbV%\80o\ 4Ìê1\b÷xÚ!Ax\95*\83tY³\ f\9c\1a\82\88cëÅÜ5\ 5\10ñ\8b\8b*\84tKv\99VÕ×c\80\82­¤´OA\80\97\14ݵ\10¬å*\9aW>R˵\90.\1dÄL\17Õ¥#üziõc\9f\99¢`f\9dÚW«\9fG\1e\9d´êém £\r\99² \98"ÐkÈk.á@¯!ÏiÒ^«\9eY\8fPZõL{\84\15e£d\b7ÛQ\83\19<´±{U\96>>\83ãQO\9aSÌ·\f\vIc!Õ2LJ±Ò¤GÙ"³\86/Ôô¨©×/\99ÔT\17\98¡\80Lj:\7f?Ð4M\0\8aÚÛý£?\0\9a\10]N0P
+\16\8f梨óæ\93×ækS\r"l*
+\ f\ad 53îÊ\0^ Ï. Å\{x\7f]\80Ï\89jÏØ\17\1e*>\1dèøÔ^±/ßÓQ\8943>\1f\80{ÃÝç$yM\86\88j:I(*Ü%\80\99\14Ö\93\ 4ü\J5ÍAÉçéo\0\95B9ê\16âFÀ\86;\0\f,\83JA>°\fÚ%âÛg:]\8dÑ\8aؽ©±©ö\99Ògfz\ 3\83#c\86ÒÂ^\ 2\80ïèzl\0ß)\9a&\1dÀwJao\11B'\1cµ\ 1ô^á\96\1dl¿ð\80ï\eç\8dv\vÔ\faÔê%s$Àø\82ªÊùAÆ\964f\10aqAÑD\ 3í\v¥UKÏ\98àaت*å;        ³ª\10",Ae\ 1õæ´w"Ö\85\88\8a\9c9Æù4þ¡\10¦üH\17úl\9eéB©\19éêBôìV{½\94»WÊ'wúB^d(E\8bjOø\8eEKz¤\8c\ 5á <\ 2´\0­ÍÁ¨!«\9at~Ô\90Õ®ÁÀ¸+§R\90FÉd\14\1aÂv9^wIh\94,\1c\8a¨\eZ¡nÄ\vå\97C\11hMÙ§\rº4\8b\99\16â§\9a\9a\f\8d{âd\0"$\99tKah&BTFûò·r\15±\86¥3\18\0%ÒÔQÒ5\95§NÏ\9bªûª½xk\16Êe\a|ÝWE(ö\ 5b¯î\vL\9cj)\14g\1aò\ f\ e2\8búò=ßL¸Í\f»ò` æÈ*B0ðà Ý^.'à\e\16µ\11#=
+àV+F¡\0?µÍµg¿Þ÷¸\13nyÄÁ\ 3_ès\10\ 4wbËJg6\ 2Î\7fð$\aApè4
+\8cÌÙñYc\ 1\1f\1f\vÒÚ#!\9e\ 4½h'\18\98æ\1d\9dFB¾_OT\85\88\1f\84\9c4500\b¹\95ëô\84\18\ f*2ª\16¡\9b^ÕF°Ü-\ 2e{â\12\97Î\9c\1f\1c]¿\8cÙ\9cS®ë\11Þ)7\9a\f\ et\82µ\91;\0\8cÌ\9c*Cô\9b\95\ 6p'Wò\16vÃû®*ÿ\-Ó»Åøõ?Îê¡ó¤¢y\1eJxßá!î¤jÕ\13\f¤\1f,\8fl\89Ï\9a\1e\18\198Vf\8dYK\1f\99Éá\8b2\89¹¿\ 1 D\8bÆÂ\ 1\8f.\18Í%UI\b\9a\9a\86h\96\ 2\v\18Ù8]
+ùçsÿP\99×2\13F\99C|A×$\ 3      \ 4´\10\80ð<ªRxSe\10`P\15ÉH?Þ¤ÉÀ@\\11²êRñÓ\9c³êTò\ f\97\12\1dçÑQ9\97è8ÇÏÑ1ª\12©Ññ\16\9b\9e7ÀW\89ØÖ!ÈçNá\1cª\12©ÑqÞ\8eàæªDj\85Â~\84Ó\ eîU"0:míßÎ4\18\b-¤ÀàÌ\85»A¼·$n\eÈAãbPÜ2\14\1e\eE\8cx1\96\97\ 3Ð%ÈÇû\7fç÷{-A®b<Ü\12äÂBæùX
+\14"w\91zÍX{$Ä£b\1c¥ \90\1dA4\12*ºô^\ 2¼g\0,Ç-xë̽ÜÌ\11ìGá÷\ eM~\95æÎ\93\ 5zÂW¯ÑÀ\13~TîñHz¿á\84\b\ 6ÈQ½F|\12EËË\9d½ÆÇ\13\1a\ 3\ 2\90\09R\ 4À\ 1º¡8\b1\9a¢ýþ\0Z-í4z·\10úÕÆp\e@%ÈG\80~1%7\88\ 1\96<ÚÒnagô\1cê\8f/£N.;0tÁ\9foyµW)⣣Ã)
+\93ÑÑ\9b"\99JO×\15     \9d\96*\r)zþ\0\9e\95â¨k\0\a\85\16ðE.>©ûççaKJåê\91}ÄÉ`\ e\8c¡\8aô\ 1\9c,/\8f4±/\9a\1e\18\88¯\8böû\ 3¡Õ\11 \9f7@×ý\1eñyï\12âQÀª\fñ©Õ\96Ô\84èÅá\88ï«[?\96NÖ^\9f%\11¨§Fàã¯ç¬\11\ 6\b\94¢\ 5\16v\ 1\84\10øG\ eE\bª\10PXç\1eàk\1eÝÀ\9bI\88jhÆ\97¯\876\89\95pJÑ\v~~æ\13\ 5=8äQ\9e\9cH\1evJ\fÒì\1cT¿(\vð£Ç¬d\81\6 ¼\9f\83ðZ²@Roz\1c\9a\85ë\94ïGj\1cÄ\9e&Û{üD=\10\1cÇ\ 3Ü\ 3¡i\82Ë\ 2|\86~ë:z¡!ß\87¢Õý^\84\80ïCQÂC)\,%\850\87BÒÑÎßó\8f\9fâÙw\b\88{\8e&J\88q\ 3\84Ec\0=ñèÈ\0èÝB¸\ 1«JÀÀ\ 3¾×$` »Û³\12\80¦½¨\1cà[%\ 6C\11\0¿ÿ\17î
+tK\fºz\10äpH\89AO\8dá\12\ 1í\ e\fÕ(Dê\ 4hpYm\18*jð\1d(%æ;H
+\82&\84\ 3\13©³ÆÃ\11\80BSÃ#]<Já\f\ 1.1Ø["]vpÇ\aî\10É>ÁïH\87[}»÷    ~ô8Ü£`/Î\15mZy5\8aݺW\94N×lQ\9ckåbÓk\ 33µN¶5á8\7f?dÌ\17\8d\82|\vò\12É\ 3 [ê(\ 2âr½¤üþ@ëdc9       \80zDª\Î\vÜõ\bN\87kª8\f\90ÁUYc\ 1?ºLÒéâd\1f\15\975\16òXy\e\95a\9c\8e\97H-\0\90Z¿<\93!\89Jz2\ 4\1f\1aÇn\ f    ÔðÓ<cA"Õ\b4\86i!¯1BûU\19ä\8dqy¦F\\99W#ñ=\9d¯s\a¡\b-\995D(\1d\90¼D0\93Êè¦\90\96Á£Ú®#\83\10é\95$\9aÐéà\80Â\12i^}%\ 1?ÛÞ«Æ\9c\8e
+¼Wm©¢H\ 1\ 5\ 4bëS\05ãѤPÉa\81;\88\89Û\ 1\86ûU\87\8cÆI}bm   `AÖ4)cˤØ.qÆ\18£ýª"à\a£\8bS\1e»]ÕP­\9c%)\b\1e¬\ 4Üèz´\9dZ»¾G
+\92ñ\8cæQò5³ÇkAG\ 4 Nl5-0\82\13˳é\1aÝÌáÄ­\1dÑ´S\1f\9cfM\ 6pbï(!\86¹tAsGF\1a:\ 56ª@X¿º\ 1¾/[\88l\\a\84P\r,ïB\88kõT=ÆçÔ&\8d\80\8c\9c\1e\83\ehCÁ»"\0Qby¹÷½>* \17\8f@l¾[0
+RùÚ(\89ó\ 6\ 6@Æ#\9dÑÏ\15|Ö§\82M\rønÕ2\ 2\17\8cFBþ¹G\8c±ïôOÀè\84}x\82¬
+Áp»ä®\10@x¢h$àã\1a\19\r¿5\81\9fÈb²\8búû<Hh´ß\1f\93°Àwº\ f`¬ß?\12B\19\15BXêå´\r\f´Iu\9e»F\18\9e\88\9a\fð,\90\1e\v`p\1d<%\84¸¡Ra¯1ࡪ     \a\8erÃIUê¤v¾w\ 2øä%eB\97\ 5x!Ê\81¼\ 6\0¤Ë\8bÆC:¶<^\vV!\9a\8a-¥[r×\1cÂk Hmç\1a Ìv·¼¤p*³ý(x\9cd\817\1c\vp»eG\1a34\1d,sº\1c\17<ºg÷Ø;í\1a\ e¥c:Ö\1e£\ 1e\85ä!Jçä¬\11DX\82j\8døZ5ß\86htI\b\93\10\8d\8b\14ðsHd\16Ëe\ 1~\ e\89Oê= Ó\17ü\9b*\9c\95I\8f\0n <Ü@Q#\ 3¾úþ(¹ìÆ6\9d\92˾W\87J.\ 3+ƨå³f\ f\a\ 2t«n` §TU\86\1a\ fA\80î\fiOAB§Ó\ e 9æ¨å´êPÜ\ 3tØ0Y÷*ù|NR\93B\94+´Ç\7fßé*\86A¢ÌQ\0\9e ²\91\ 5ÂxØØ\ e\88@ââ{Xò\9a4\ 2\fäegÒ«î¦\83v\8d!Êæl\18\8f\9bë\0qT\9cºnÕ3xü\97ªc7W·-\13äë÷\1d\8f
+5\8cÖ60Ò0º\89\80ë\14ïC
+dOQ\0\97\9b\16\85\ 2\ 3     4\ 2°ô)\88úE'N\ 6zó¤\b!B\10MÖHÀWÚ\19\8d\ 5\ 3ð\80\84\ 5\1d\16ÀØÖ\92\ 4èfcv\ eÐÍ\1fq\93\r©$\7fdR\8d\1cù#=\ 2t\ 1\9aî%@ù#ÏÔÐ\81Ïô.\11\1c\87uè±n\ f\10À¨ª\ 1¾â89\8a\ 28}¤h"ÀODËÚï\ f\80\8cmöÂU\84ø\ 5¤Ú´·\0Äè\8aÊ\ 1¾Üu      \93\97H¾_f)péö<kÌe\1aUÿ\16\81ÐÜ\19åû\91IDÒ·~R\88\8eô\91i\12úò\90\84\81»\86\10\9e  ´;\ 2\16à\15\11\9a¿>ëP5!\90ö\96\17!PƼ\82fÉ©=Þ\9f\855 ÿ"sN1.÷$=*H\82¢ê2íÝ\12,°Dî"!¬9HN­\9bìmWS8\1eùtA:ÇOút2Pª/\86¨!\94öû
+\13atí\16N\fÑ«\97L\94º2\91\bá\99[\e\ 2\eY\80\9a])|w\9d.¡P\ 6b"e\0UkÚÙÈDð\ 1M\13\8c´%#\83;\94K\16òË\9eL5¢9r0ì\\17\95£ÜÓöª\9eÁïKbuç÷ax.2h{¥÷ \ 5$Få{U\13\82$\16iOhGKï¥V³EǶS1\8cã{\95\82tfº\15\88Èv[\ 1¡\f\f!a·r\1e\15x\18\85\84|: ]8\19Æø±\0÷[öÔ%À)\1cEeÁ8@Ð;\ 1\8cÎ\9cÕNÀ'×;í\1a\rÄÇÞp\14\805:þu\8dæjt¤\v\8cí6\90\0õ\ 1!\91\8a\0\ 5èî\91&vÒü «\89Q\ 2\85\88\8e\8e\bC~&CbKÇoÑ¥\ÓvÚGÀ"\9f¢Q@Q¥8\81B;Â@\1e\91$`\8c\v±t\8c¶Ú\ 6øqË\86´f8\ 3B³f#Ó\84įï\1a\13\94AAªRHBÏ\91\10\97¨dÒ\98\80\1a\99à4\8f\86Ïc: \82\8eK\ 5\93hâ3\97î\0\bº.\1d*0á¬1,\8fH\9a\1aà\13B\8f\ 2\95î\1d\ 2çÏÏ\Z/\85r\17\97\96o(¶¨Î\0ñð-ã®\17Î!\84\86\rJP}\89FA\1e$;°\85þ\ 1:àÂä\15\85\ e\ 1\80ª\83\ 62\a\ 2)\82º\ e:2\ ffuÐ\ 1Mt6\0      \104\8fzdÖt8\fi\aßB\99\v¬\ 4tFAõÌ\10J"«©\aånHµ$²+¼\947Ä*ä\97\1a}·Ä\84/pÉ\1d0\93\1dL\8eiÕæsÿ\ f\18Ù\8aKoüdd+\0\95q\9fõ\0\9eV\1dµ\13\fL«.Ç÷\9f¤\bA\84GòÁ\99\ 5ü\f\94
+.ÜyÈWü\1eÉ\a«_9\85\13[\19Lx\11¢\ 1pÁ*$àß\9cj''E\8aù<º£\95S\87\870®³Ú\ 6øö\9eÎr2\88\8b+\1c'C0¨qÜ5î>þ÷E\0<¼ú¤m` 8"=Ü@P)Àw\ 3ÓÕ\b\1fØJmEO\13Ãì\ 3\99\9cÐS\84¸¶ASÅ\ 3Ù\a9>»Åòäv\11b:\17óè\1e1©É\8fÇÿ\8e\16\80Ð\82 \ 3=[\ 63¢Í3\19ò\86\94!<\f\8a¾E ²w\1a\ f\aºm«zh\ 4Z\10¯¸³\81\88Î%\80ý;\ 2)\ 3ÝNÑ\93¦äè\14ݹ\ 4¸Ó5k       î\91ym&æ\93Ó\b\10øÚ\10Õ\1fâ½r/½¸f-ÁÑiºk\8a:\9d¦»ÎD§,áü=]r}\94\fA·,¡çNÁ\94\1dÂ\89\a$\v»s\9a\87eHÊ
+ü¬1n$ô\9aG;\92¼qøC\1d§\1cçõ«\91\1d_(xtzî(\ 2\88/Dí\1a\f4  \ e¤&ÂÍ\174M:B\81¤ªR¾az6¬1\ 3É\17ù%\ 4\83]\8a[dÖú\95×¾XsYÙÍ\1cÖ\ 5¦ú\12¶Ô\81ó\ 6\ 6z\1f4kx=\0­LmK?¹l\80\1eh&©\ 3g\ 2\f\f4\93Ò\80Ë      xM á¹+\9dfP½ð|^\b\16\8d\ 6\ 3B°¨< Ó¸dÔò\95\at\13\13é´<+\ 4\12\9eO\v\81äæw\85\0ÏZVOÀ\17\ax¯±\90\8fíZ\e\97óïó9Pu\90\93È`§\9f\96>Õ®¾¼×\1eµ\97\rðSí\+3«\ 5ôo\14ä§ÚÕæ\8euª]½\87SSíj÷\83ý\b§\1dܧÚÝó'\96=¯Ó\96Û\ e^æ ÜÍAú\ eåz\84´Eøæ;Y·\ 5ªöÅ\85¬@\85`¢X±\87:þ8Q\f¢$Eµ'üÈîÖÈ¥«
+p\82\f
+~=·\9c6Åý\ f\rQ\83\9c\80/y­o\ 5
+\ 5\1eÅø\9a2ãuAm_@é\ 28QË¿Nð.DüD­°Ïµ»ì\80é\98\1eq¿Hé¬\8d\94ÉzW&îÿ¥>{l;H§#\ 4Å¢ÜwP1àêXÉ\ eÞÃ|e Ó5Nß\89X\1d\9b\8d\88§\ 5|¦æGì\9eQQ\16p\91B
+ö¤Æ -\90\94ªÉ¨Ú\84Ú4[Û\81â\98\õ¡dE6mrY\80ßAKòïî\0\8fÉ4\1c\11ãw\86y\95\1a\11oê ßî\82t\96Ò\16\bwu\10¿ÃÍ&lV©u\96ªöѼÙEe\81t\13å}\81E[ )\80Ç]!í¯\1f:\17\88¦»û]p^§\ 1\95Z)­§©\1d@\1a\84§4\88$\r\90 9U\1f(\82¤\1d\rZ\9bº\8b\f\138\82®\ f\ 6\8e ë\83û\11\90>\90ÜÀ®>¨5r·\156",þXáe\18\ 2cY¤»\11I\ 4¤\92dÜdW%EÅE«\96¥öGÚ\16\88ïñ¦K7\aåÎ\86\86\9fZÍ0x-ØÑÙà[fM\97\rȲx§\v\82â(ëÍy$-Â\ 5\9cǶ\ 4¿ó\ 2#¸I>¾ÿ\1c\84D}\8fÀ;éYyþ~ \89·M/
+Î<cØl4\ 2R9ªût+¯\11` ©¢PûÇ Ë\9e\et% _2R²F\0ÚK\97\82\8dó\ 6\ 6\9a\82\8dË\15\18\18¼+¨Mg\ 3x~÷rP°S6\ 5ê%lÒX8P/ñ\8c\82RoÑ¥ ®\97°\1a\ 5\ 6ê%¼h\ 13[/a©[\84ç\7f«B<P/a\1fÝÂê\15\85.©jh ^Â=\93¡¤\11p¨^Â+\14\1cª\97Ð(02\14¥,\14\ faËÌ%\1cB<7\8eÁ8\8d\ 4|v\98Ìäè\eSð kE\bìd9¾e7\80²*<«ËQS\aÍ\1a\8e`F^óg\ 6òBT\7fj¤éft\9c&\80Y\ 1o\1eÕTV@RU)\ 1ûµ¼\8cÖî\91Ðå¨#B î!ÌlÉ\v§\bp^\ 4'Å0»iÑìù\0t\e\8cae\0ä5\18M\99\f¼ç\1e\8a¤ÃC\9c× ùT\9a\10\81¢\vÇ\99#\óÀÙsØOÁ7Øó¬   ïý\14\90\10\ 6¯ÛC\ 27\95¢\85ø\8c\ 2Qu\bèÂ)É\8a\98U\ 3áp(fE(q\91%Nj 5±»áDfÃ\17BnÏÑaý  ó:\ 1Ý@ZÚ!Ôzä\99·Ð#§aý~ª\9dBhZàüû|hÛê^.¿?P°`©ïaB\81\88àjÔ?:Tè\16×\8a\87í\16»¥×\9c\aĦ)(\1c\1c\88M\93ÆÁ\91v\87­%Çy\ 3#)\11òrpæÁÀ¼ÎLÉ0¬z\91èüÌ\ 2\ fµC0\94\10ÃÈÎDê\12ÁÈL¢û\1e\ap¿F¯m\80\1e\19\ 3g\ 2\10\15¤-4\16tàü=\95ݶ!Å­ÍYÿ\16£v\8dË3\ 6úð\8c\81Á²W\bÄu\81TC¸Ý¢áî\0\89\9c!ÁÁ½§Ô\18D¸ÒK\vu\10\83\1c\9e©1\97USÄ7]-\9a"çÕØ\91ÎÑWc\80\ 5\8b¦G\99N\ 2\12Ú;å\16\8d4±7ê5\1e\18\18úP\ fzR\ fâ^\fé\91-\96y¡][\f\931VEXî\vÜ\9fÌ´\87Ç=\1däÅ÷\ 5îOf\18\9c(\93÷ø\óÑS¥¸äÂ\90,\ 4,\88Úï\ f\80\84¾Õ\9euo\ 1\94âäXE\84úA¨Ö\98\98I)\84\r%Ú4\8b\9e\e8ÚÓ\84°áeI\9cO\8d\a\86j\9a\0\8b¦\a\ 6âB£ ñ\80O\1eZ[\9a®\fõ&\8eÎÆu2\fc6®\93\86\123qÝ\16Ú«\9a\94¯¼\92\86\14\17\ eÜ+¯ð\ 6Ô\ 3ðõ\ e\9e¼\84\10Ü\10tgu       §ê\1d\82¤\19Ï:D!¨$à;\96Æy\87hûý¤Å\95ö\9e\89Ô«Y\99æa&¯q¯f¥ËCÜQ¢yå¶L\9dÀ\8a5?}?`
+dâh]`,2\14|Æh\aà±\ 1yi8ÿþÀ¼P£ì\7f \8bz\85\ 5ð8\f«\9c\80ïí#í.ëÐÉ©Èî\80g:$Äó4\12'CP\88\17÷L\88\17í\12\f\r\f\15!L£ªT\0¢È      Ao F\8f\ 4xâ(¹\ 1Ü/Ó\91÷\18å\7fh÷p¤_¦e\15\11 @ë27Ï\82 í\80¯ t\82t\9f70ÐWEÌiW\95¡~\9b^;\0ýÚâZ1|_\ f\0\ 2$M\84\ 6æ\fÖ\8a\eR\95\ 2\98±u\ e¾\9c\80oìRTcÄä\85»Dø÷ó3\11\T\ 2\ e\88à\9b&\9d
+ÌVEZî¶è\1e\98¡Þ<G½Ïå\ 4Ä\98AɧU/\ 1\9fy`Ë£Kxd\8fL^BïØK\88\9amZM\ 4é\99*ÞkþÜÀP\98\ 3ßé0\0â;AóH\aÚºD\8d\0\ 3s\9b\ f|§KAÔmS³\ 3\1a\80à¡\ 6t_\ eÀ\83\9c\995d(wEÓ¢\ 3éÌ^J\v\86e°Q \84\87\14(\9c\fA\8cs1\8f\9c\99\ 3\1e\9aõ\88\83        \8f.A0¤3\ 4çLZ-ªÑ\84\18ÁK*\a\88
+æ6gÒ©1\89\92K\vöïÔKÌ#\ 3\9e\rI\0<æ5\7f|\0\1e\vª'ÂÃcá\19.\10T-¬H0Ì=\8a\9a+3\90     +\93Hz\14ìb3ý \104\95ÉBÂ4×1õÀfL\9a\8b«%õfý~*\11Õ¶®6ç\r\89Z`.à̪\8e¦Ò(k»Ðû\ eø4Ê£²æB\ 2:\8dòH~éð\0¢;\92\11~&!?úÜæ½kíå\ 4÷\a\18\96V\e£\91` ¸¦¥\90]\8e@\14|
\128&ô¦\89ô¤\0&?\98|\88áTS\17×:õuI\0\9fþ\9d&\87\ 3Oÿ\82\8e\10å\9f¨¿Ï\87ö>Lþ¾\14×\94\83\80\9d\8e$¨%\8aU6À¿\1aË,\92i\ 2DCêb\10Y·¾ÅWUÊ÷¤I\1c\a`ÓZÉ$½l\80ªyÞÁ\15M\13\ ep hZ` \ 5ª\94\87wpqÔ\1d\84\14\94ì\97>\ 5Ñ(\11\95\ 2|dkÕKL\ 5\ 5'hãüý@a\fç\8fô\ 6\89\10\1cD½P4\ e\f\8cú\94
+=\13çò8}°\94!¹+¬\16Bu5\86£ N~QEp °\87ô\ 5à\ 6\92¥6\0E@U\83\ 3\91u"}bÜðô¡\1aò\85SC8÷E»\ 4\ 3·p\89Ü\ 1 \10/\1a \a2?Ho\ ec\e\85\14!\10ØYM\ 4\15«Þâ\81\rÐq\19\97Zç^X\ 5á\1dOF%x\1cÊ3!\fÁ±·\b\bQXHM\fð\9d\18´ï\95\88\0}¯þ>ýÜ\19\92\7fäM\85¤^\ 2å\12\82v­Ùq¡}·°h½\8d\1f\v\8bz\99'5:|\92yrþ~à\16ÙöÐP³\aæú½¶*׺\83)\7fFrOÎ\v\fdn4ch\17?9g´a\½\r`tc\87\14à\aÚ´ ¢'\ 4\18\9b Y\80\e\7f$R
+\ 1\ 5K!Y\88RO<'Ÿ´Ç³B\88À\91t\\83¹Ê\90fO»R\bC[\9b\15\1aò\8fÆ5õ¤Ü7 UÈ¡ê\9e¢\88ñÀ´ZO2\11¢\ 3mfô\85\89\83Ô\a\95gªÈµY«³\9aÀµ4¸®&èá\e=!\80\15^IÕ$¼\10fKý>LÝÈI\93!\1eb,\86ã Î\1dQ\85\98OÀZ8    ÀÍb3w   P\ 3\1eÿ¦É¦\1aðHç\90®A\87³ ¬×d\80nÀ#\93V/2HGF¾\rBèé!\f°\90Z\0FçÞ=²\862\ ffV\86d\1eÌ\845\14\80\86tHz\ 3afM\81\f\84\996\ 5\92ýÑ5\ 5ð\1aeÇ]£\1eÂÑ\95"\98\83U¢"\ 5
+P\8a«c4UÄÙ\82M\8c\17Ö©\ 3\8adYf\15I{}7AÛ\0Í\82Z\C\1a\ 3\10à[U\8aø¬ôZ\1eóÈ\9e\vFÑã!\9c\166¶ù\9cAÑW¦ Â\ eæ\912\ f­Kí¬2¯\b\a)\ 3¨:FµfüÄXU\95\rL\8cM\86\v,УaH\8b¦ÉøGCé\9eÒwj\81\bd\95\ 2ô£á\ 1q\94Ñö3ò}\v\vJ¯!\1fª­      Ú÷|mMKâ©ß\8f©1Á7²òû\ 3JDæÁô\b\bá\81´cÝ×\rÐ3\83kúG¹Q`$û"G\85\84\ 5\ 4\b\ 4!)\93\9dA¥ùÉ\99\ 6ü%\90â\9a\8b\10ÐH£m\8dÄ.<\18\19\17ëH!@ÍS\12u\0\9cüá9!\82\91\95å8\80á\89\ 1\94\8f\1f×\ 3ðOÿª\1e»\1f\0\18\8d\ 3Ã\951]\11ÂÙ\17\9a\1e!\87\9dîóf3y\ 2P &¶°L6\12\90¦\ 4È@Ö.Ñ@N¶Ë\9a.\1f\18º\T5B·\98\96\97ßç÷ßJ[ú¶\14h\81\854%P\84\16M\91\ fÄÖª\1a\1c\88­\8d&Âê³çµ×}ÙzÏ{»ÒÖï2üæÏ\15\9a\85R\1aÓc!ì\89ÙJî¯' §×\1fðFé¶\86EÅ-\85sh`h\1c4)\1eÉ!\8aê5â³\a¢f\8b\ 6\9aÛ&í÷\87Z\7fXÊ'\85\18\9bêPñ³Õü\9b?5\ 3t×Ú\12Ò§E\v\902\84Ñ\rU\ 4ø\ 66\8bî\92òé\a\866f¨ùHa=*\10ZZwì`êÍ*\1c.Ùd\93èÐÊôú÷\b\8d¬U}2mP%\88m}\9a6\a[\81LPC+B\11      <B\9a\13H\ 1AZûN\1d\0X¢v\91\ 6\0\9eä)MÒkþÑ»\87P\84²&\ 2\ 3c\93\89`\7fà\ZpÛé\ f\8c¬Ù\81od3gÍdpK]`&#V\ 6·\¾ç\9b\8fÄæ\14æѶ\94Ò|$Pû\87¿ß*Þû¿\8fæ¾díû\ 1pA£ÿH÷\96Â\12\10\1c@¬éÄ\ 1¶Á3mÂåå{å¥\ 1 Tm ÛE\82\a\10ª6þý²\ 1¾ã\80Ñ®\10¯\86\8fä\8b\1e\aahÜ:³^ï0\ fÏ8GQ\0f\ e8u\ 3\ 3}7Ä\94v\95Àçi½\97ï\ajc2)\ 2\bÝ°\1c\a`hÛr!{\97\b÷ýPµ\18\ f\90ÅæÎåN\1f0<÷E5\ 3\ 4\a¥qH<6Ðy(\0\14lÓ5û\14\1f\9eR\83¸µlæ(\b/QQehà\12\15Î\92âì\ fí\12\8e´P\12E\9a:\9dÌà˽QyÀOÜ0E=\ 1?q£¥\85\8f\9b\ 2Ó²7V7̺­d4¾2j\ 3_\9aà\12+E¨÷ÈòH\13ú7MúÙ\14 ï9c\8a³?4obÀ\9a\90>\v\b'\83\90\ 1Q\93A\8d\ 1¨u\bëO\ 2t)%Ê\9f\85í{ò>q¤>\9b}\8c(pë\11u\ 3\ 3Õ9Ë3Stä®\f\82îôD\10²`aC
+\10U\1aC\890|õ7êï+Ð\f@V\ 4fNÝ>ñàÕß:Ö\98\ 3dÃr.5¤\80Ó\j-\93\14 [¬\1aÆÐ\8eÆB¦,@°%-*\1cpéCàô8JA«Ø\90ÂB-\93\13\80KQsÉÕ¸\14å¾p\8a\1c\9e@÷(\aN\90ɸ\f£C¬7\ 1ª[\ 4\9b\89Ý\96\94àÝ_\1emc¯\ 3\ f\1aÜÓ\8cq\1cï`³c;\8böû|}\90¼\94ÄnCHÔ\196\1f\vÌÄu\a¸\13;ÍôpcVá@§1+.ïIÊ      \ 6Ê{$ª\88\9d.P¸º&R<Äå=-²\8c\93\8d¼ìbI!Bs}\ 3EA\Þ£    ñPy\ fI\ 1XÞ#O%±Ó\85\b\97÷dN
+1@ä©{\84\ 1¢ÌI!\8cî=§\89py\ fÉD\8cðDN\13`\84ųR\80Ê{4]6RÞ£\9e``°mÒiH¿wÉð\9cþM\ 4ß\17M
+\19
+\9cÛ\8f\10,øÜ~ä¢\8aø\97{cHs\84ð\8d¨|?Ò\95Ñ\9ai\83¾·\1fQ\8dÁ@ú\88j\8fùýKuMgÿÝê\9aYct¤\9fL\1a#ï5\ e\8e\8cõÕ<º\99ê\9aYM|T×tY\0ð\8d¨\99\82\81ä\91¤r\80O\1e\1cª#ù¥G@¼ÀS\ e\14\8e\ 3°<©¨ÆXë\e\0²ÈV\8flË";û#Z\16\198Á¢\91` ó\83\18Ý\951¨ztdtÏC\97°¶V¥ô\10\ 6(ì3\9fò¨í\99õ)\ f\84cÖ§<²_&}ÊZÜCÝ#T\18P«{Ê\9d\8bü\1cµ\10_;x[à>G\r¦\9f¼¹t3±Uí`òL\8c\12é\94v\13h&#ü#\81¦ï\97£é9\14Fb}¬c\80¿~ÚÂÉ\9c¶?~|ûã{½\ 3?~µ\7f¶ÿñûÓùËÍ#Û\0\ 2Áé\82\7fÛ\7f¸·P      7!\f\e\0\7f@,k\80òf\8e\88¾\9a\r`\90\87ãÓ÷\81ÿ>j¿\7fÿÞ*.q\95)\e\9b*\¿\7f#\01áÝïé7R\1etþ^QCWúµß\17\ 1\\19ñÒcù¶ÿx\13à²ý\17Û&\82ÖV4ö\8d\817-b¶í¾/`\8eÁƹ.\10VQzÝ\80¢À\8cþFÁ\9a\93u´/9sà®HíM\95ÇM*7!Þv°\1aìðZ@©\8c¸"¥\8d\aK8\84ø}\a\8a[~e\82\95sÛÁj×Ík\ 1"\ foßAí\80²/àOjä¶\ 3D\83\14\96\e\rî¯VËM\13\9a£Bh{¹­él/\1ah\9aìÎÆm\ 11¨'AÎôE8R`:\17ÁßäpW$G\81ÏI\8câíû}·Úï7[rú>\13\9d\eÚ÷!M^ä¶\7fU\11Ý\15¡?±îýûE9¿W,Y¾ì\7fÿ/n\8d\vBÜE0¼        Àí\0Yy8ÝG\ 3k\fÌ<\ 3\ 5\1dé0\10þ¾Tçt\7f\fX\8cF@",i¿/8kG\0î¦t÷¯jqÍ]\0\99Ö!áè=¢èQ\ 5ÞÒéw$\8f\87\ 4èÈ\1d¹\bÐí\0H\ 5Up\83RA\88\83^U\ 1^    \8dõ+è½æK0¾H£`à$\0ù\12GaLÇ\97\80\1c\8cÚïß9x\87\ 6âÎA\81\16ξ\0\91\89Ú~?åC\82_¿ï\95ïu\r C[z\1aàn\82Úïg\8dÿY\89\ 6\80ü\14N\ 3 \eìK\9e¼ÁÒÖT5\81
+4\ 3ö¿h\9eÔ}ÿèû j\90ûýAü;ò&ºüÓï\8ft5í\9bP\9dÿÒÔt\96ÿGÖD\97~ºüWL\81\91\7fäË\1fýB:¾<Ü¿WùG[0é\88ÚwÁÀï\a\ fú\9e\93_¤?\8f\94\8bÉX,DÎ\85\83ûOá\91ý      \92Â;é\ 2\86¬ò\9f\97ÿÌê\ fýþ[±\7f®|¼ÿ\1a\1a#±üv\7fÜ;\18\92\7f\94²\9c~\9f×_G,?¼\7f\89å½²\7fÍþ¡ï3ù=8¿xàçóS÷gKUÈ/ú½Ñ_y\9c\ 1X\8eÔ×\9f\7f_\89ÃuûYs5äü\9fì'<¿¤jtÎ\ f± ²(û¿cAP~\97òH~e\ 4o\7fÿ \84\11ý\9dY(ú£\bÄIïÁó÷´ý¬cª\9eÈ¿\13ûÝ¡\1f\f¡\9d*?7ý\89 0·Úï|çÿÛþÿë¯~øÅ/í\97ýúÕïW/¾~øµ½JíÿçW?­Wsu\ 2Öåâ*5¿úí×?ý\8f?\7fýøÇßüîO\7fÿÝ¿|ýÛ¿þòë/\7fûóoÿïo~÷Û¯ÿõÿ¾þí?~þã\8f?~ýú\9f~óë\7fþúå÷×\7füñwÿù»¿ýüõ_¾þðóÏ\7fù\97_üâ\1fÿøÇ÷Ï\7føãß¿ÿô»\9f\7fñk\9bÓïÿö?ÿô\7f\97¿×ï¾ÿðóO?þóׯþ÷\ fÿíWëîþ?\8f«0·
+endstream
+endobj
+434 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1001 0 R
+/Name /Im401
+/Width 15
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`càa\90`0`H`xÀx\80¹\81¹\81\9d\81\9f\81\8fA\ e\be\18lÀ°\ 2\ e\7f0|À
+\7f ©\81è\91\ 1\9bÀ\a4\8b\9d\ 1d*ã\ 1\86\a@;\f\80vñ0°ñ[W­\96\ 2\0\9cÈ\e\9c
+endstream
+endobj
+435 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1002 0 R
+/Name /Im402
+/Width 15
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90À`À ÁÀÃÀÇÀÎÀÜÀÜÀx\80ñ\ 1Ã\ 3\86\ f@XÀP\ 1\866phÇ \87\15Ú!©\81è)\0\9bð\80ñ\ 1ã\ 1\90©ì@óy\80ö\18\0í;ÀÀo]»Z
+\0t\ 6\17=
+endstream
+endobj
+436 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1003 0 R
+/Name /Im403
+/Width 38
+/Height 61
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\rC!\f\ 4ÐC\14\94\8c@\97&3D,\16ÉH\19+\8dG¡KKù\vô\9d³¥|)Í£1Ç\19 L\0Ý\88Ø\ 2Ì\ e¤i\eIûFÖæÔ\ 3yæE à   ä\83¤`;'\81\ 5ÃQÏódñéî\83Ý\aÛ\19\ f1ÀH5N·\ f\91\17¯X6Mg2Í\9b\94Í\98rÀfuÚb`Ð'D\ 3   ô\ fæÈðÄ\v\v¼Ý\ 5ûþØ\10d2¸\92\8c²Ð\95_Ò´*êj\ 3Å\8b&\8bÞ\ãöx¾ï_\87\8b
+endstream
+endobj
+437 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1004 0 R
+/Name /Im404
+/Width 19
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90a`°\ 3£\1a\ 3\81\18?0üÿÿ\0\88\80\fæ\a\bÄ~\0\81ø\e\10H\9e\ 1\88\12Àè\80\1d\1016Ø13ȱ1ÈË0ðÿ\0i\14V«["       \0e      \1e¢
+endstream
+endobj
+438 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1005 0 R
+/Name /Im405
+/Width 46
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÏ1
+Â@\10\ 5Ð\1fRl\13Ø6\85\92ÎRÒ\b©Ü«x\ 4[!&s\18\ f²GYo°\92Â)\96Ä¿«¥Ãð`\98æ\7fÀyp6%&\8cÔJG\1d:i0ñj\90`ü®RþÛ:fM@\1d\ 6Kco}¶Ë^\9dÐK1ÌY?\ 3õë«d\17Ù²X黸\16ÓÏDµ\18ÿ81cÑF\9c\81½¶\ e¸iËÀO\1d¬\18¯½      \ ec¬X\88͸V\8e\87ûãô\ 1ÓQIº
+endstream
+endobj
+439 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1006 0 R
+/Name /Im406
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÍ¡\r\800\0DÑkH¨iÐ$Ô °\95u¬Â\bH\14a\1aæ`\94\8eQAR~  \16ñÜ¿\9c\14¥×\86,\99O\ 3\8b\16\ e\1e=\ 2V,¸²Lud5l-:8xD\ 4,H(¥¤êýùcni¦Á0íçø\0\ry2§
+endstream
+endobj
+440 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1007 0 R
+/Name /Im407
+/Width 43
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`àc\0\ 1z\93ÿAà\ 12I\7f7@HmíÚÅÆ\0\15k
+endstream
+endobj
+441 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1008 0 R
+/Name /Im408
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ê1
+\ 3!\14\84áÿaa\17/\104\90.'ØBr¦--$Ù\93¤Î1<\8aGx¥Ep#+,Ã\aÃ0\98\1f¸\1d¢-¬R©¬\14Òh\8bQâà\ f\15/\ 5\ f\84Sh\81w\ f¨\rRåc6é\ e\ eãøzB\8eC\9eZ\9bt\12U¤*¦LvKX\12\17\16®# 'cÝ\vÒáöÈßû\1fâZ0©
+endstream
+endobj
+442 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1009 0 R
+/Name /Im409
+/Width 43
+/Height 62
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}б\r\830\14\ 4г\¸\83\ 5¢0@2\ 3Y,±½A\ 6\rXÁ#¸¤@8w6¡\f '\84°þý\ 3ì\ 6^S\8d\ 4\98Õ\15À&³\ 2.âI\ 1\ f\fÀ\ 3¸ðßþD<\12Æn\92î4ÂåÃ+$þ;\16Y7jË@]rïÌ\11\86Î0KV\8c%+RÍ\96\86d\8bÔ¹\90ÆæÄð!v9ü4HÞ?}sGmît\93¦»J\8e`-\1cA]7K.Úõ­\0ß*\99q¼lú¨\8ccR\85®(\8b­\9aÃåZÍZù6¿>÷/Bmd÷
+endstream
+endobj
+443 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1010 0 R
+/Name /Im410
+/Width 42
+/Height 78
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc````l\0\12\fÌ\a@$;\12Éß\80 å\19\10¤\1d\12Y\83Dþ@\90\8c\1f\10\ 3\ 4       5\18Éxª\1aLcw\93\1fº¹\9b\ 1l0C\ 2\98Ôò+ÝÍ\0\0uJ1d
+endstream
+endobj
+444 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1011 0 R
+/Name /Im411
+/Width 59
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿ\ f\ 6\rö¸è\1f\fÿ?0ÿo¨?\0¤\19ê\ fÔ7\80\ 3u\f \9a\1f\80iv8]\ 1¦\99qÒ? ô\83\ f`\9a\11\0¦Á`dÒü hÀM[[Ônw\ 2\0nÕ¤
+
+endstream
+endobj
+445 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1012 0 R
+/Name /Im412
+/Width 64
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÑ½\r\80 \10\ 5à3\16\94\8eÀ\1cVÚ:\94Á±,\1dÅ\11()\bO\10\8ex4T\92\90¯âçÞ\ 3â:\88\12pE°\17\91q¤`_ëÖ!;!;Æ\e\92C<ð\95pg\8d\95.®Ñgukè\88\9fí½ïåÿ«e.ãäÜ\9cG\91sâü\14d¾Æ×ü¹\ fÑ\8f/ÆþÖy?·\a\96\1f¹Ï
+endstream
+endobj
+446 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1013 0 R
+/Name /Im413
+/Width 94
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dѽmÃ0\10\ 5à#T¨ä\ 6æ\1e\81\0m\92&K¸\10,M\929R¤P\90E\bd\ 1vfAèòî\87\ e\12»H÷U\ fïî1sNÌ\8dfnü\ f\a.Ds#¢\v\91ú\80'sê®î\85h\153|6Çî&Þ\88ªå\8d\13\aÏ\8b¼SÈ\7fÌæ![^âLÃþÛ\921£Ô¸\99§\9bwu\84\axAÙHæóÚ\9dÕ  \ epAÁ\93ºÜ\8c\83CAÙÉ\9dSwU/âµ\ eø\9c\9c«Þcw\13oU<·qCÁ¢>~\9c\8e\b\7fd7J¹Yü©\8e\9cà¯Ý|BÁîWøª\1eù\1d¥®\9b\19\9ffV\ ff2£Êzï >Ü}mòå\9b[\16yàU\ݲÎ\ 3ϲH¹w\12\94rë:rÖóÓåíå\e¥§å\96
+endstream
+endobj
+447 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1014 0 R
+/Name /Im414
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM̱\11@@\0\ 5Ñÿçf\B.@ \ 2B\91Zt \ 1\81R\94¢\93Õ\81\ e\8e¹\11ØyñJÈY@1«P\8b&4¢\ 5]èÄ;a'\9aÂ\94¦1µ\19Ìj0)÷}þ­9½ê~;º\at     )Ë
+endstream
+endobj
+448 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1015 0 R
+/Name /Im415
+/Width 43
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceб\r\830\10\85á\1fY\82\ 6á\96\ 2\89\ 1h(©B\93A\18\812E\ 4\1e*\ 30\8aG L\11Aî.D\8a\82\8bO\96ϲß\1d\90­Èª7õV\v\ 1\16)\92E(pbevæhF«.jò1¨.àEðrh¦òA8, \87\1c&1Ùîò°Û\9fPfnUmoç\1d\ ýÚ\9bµ~®\ e'£ÝYþ\95hÌæ¤\ 1\ f7\8dÉ\v·\1c&OU2h\a\91t@\ 6\90\8eÈ0ÒN\9f/*\8bìå"¹Û£6±£sÑU\9eìÌöäh\ e\8fÍu~4o8KA\91
+endstream
+endobj
+449 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1016 0 R
+/Name /Im416
+/Width 36
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMϱ\r\ 3!\f\ 5Ð\8f\P2\ 2M\8al\90\92ÍbºL\94\9e\rn\ 5F ¤@ç|_tºk\9e\90ü±ü\81Ô\0\94\9d¨ñi6\10ºÓt@ZvR\87ti\90ÁØ\9fIÂrük0\ 2«\8eïÓîx¦¬\13cP\8cÁä\94\8dèÇj0±*»³H\9cÁjrò8)\1dw¸Ü í \ì\1c\82Þ\99$\ e\94vÀB¹³y\1a¹"\9az\ 3ïQxòãõþ>\7f£,li
+endstream
+endobj
+450 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1017 0 R
+/Name /Im417
+/Width 14
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa°`(`xÀx\80¹\81\99\81\9d\81\ f\be\80Ð\ 2\f+\80R ø\ 1+\84ÈU@Õ\82t\81t³303070\1e`x\0\94´`àá3¬Z"\ 1\0£W\17\12
+endstream
+endobj
+451 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1018 0 R
+/Name /Im418
+/Width 17
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc0``¨``ø\80@\8c\ f\10\88ù\0Ãÿÿ\r@\ 4d°7 \10?\ 3\ 2ÉA\10#\105Ø03Ø°\81\11\ f\83\8c\ 5\ 3ÿ\a\ 6ö\ 3\f\82\8aµó%\0\16L
+endstream
+endobj
+452 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1019 0 R
+/Name /Im419
+/Width 34
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\ 3ÿá\84\12sU¯\ 1\0½ \ f\91
+endstream
+endobj
+453 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1020 0 R
+/Name /Im420
+/Width 14
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c;ÀPÀ`Á ÃÀÇÀÎÀÌÀÜÀx\80ñ\0Ã\ 3 ,\0Ã
+ $\bÚ`\85\10¹
+¨Z .\90\ 6f Y|@3-\80\82\a\18ø\fk\96H\0\0ß\18\13®
+endstream
+endobj
+454 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1021 0 R
+/Name /Im421
+/Width 76
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f
+>ü\87³|\98\1a¦ø\ 2\08!\15~
+endstream
+endobj
+455 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1022 0 R
+/Name /Im422
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccfàag\90ác°\90a(\90`H°`x`Àp \80ñ@\ 2c\ 3\10=`n8ÀÌ\0\98+þ3ÿùßü\ f\88ê\e\9eá\8f\1cC\85¸xÉf5\0\17q\1a\86
+endstream
+endobj
+456 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1023 0 R
+/Name /Im423
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³aøPÇøã?ó\1f\10\a\8dÿl\e¾16°Á\11s\ 3\1f3\ 3\ f\10±3È°1Hð1Xð0\18È0\14X0<(`<\90ÀØ .^·Y\r\0aN\18\1a
+endstream
+endobj
+457 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im23 30 0 R /Im30 37 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im114 121 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im135 142 0 R /Im26 33 0 R /Im30 37 0 R /Im117 124 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im26 33 0 R /Im30 37 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im120 127 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im108 115 0 R /Im21 28 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im116 123 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im110 117 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im120 127 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im114 121 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im111 118 0 R /Im186 195 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im30 37 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im143 150 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im235 246 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im28 35 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im120 127 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im123 130 0 R /Im124 131 0 R /Im124 131 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im23 30 0 R /Im30 37 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im28 35 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im23 30 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im176 185 0 R /Im105 112 0 R /Im24 31 0 R /Im102 109 0 R /Im326 347 0 R /Im138 145 0 R /Im193 202 0 R /Im137 144 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im28 35 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im107 114 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im176 185 0 R /Im105 112 0 R /Im24 31 0 R /Im102 109 0 R /Im424 459 0 R /Im155 162 0 R /Im137 144 0 R /Im120 127 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im141 148 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im105 112 0 R /Im26 33 0 R /Im21 28 0 R /Im112 119 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im114 121 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im108 115 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im120 127 0 R /Im21 28 0 R /Im113 120 0 R /Im25 32 0 R /Im113 120 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im193 202 0 R /Im113 120 0 R /Im268 287 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im111 118 0 R /Im186 195 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im113 120 0 R /Im234 245 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im108 115 0 R /Im30 37 0 R /Im26 33 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im120 127 0 R /Im21 28 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im28 35 0 R /Im110 117 0 R /Im23 30 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im108 115 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im30 37 0 R /Im143 150 0 R /Im106 113 0 R /Im24 31 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im113 120 0 R /Im103 110 0 R /Im101 108 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im208 217 0 R /Im176 185 0 R /Im179 188 0 R /Im137 144 0 R /Im174 183 0 R /Im425 460 0 R /Im178 187 0 R /Im179 188 0 R /Im227 238 0 R /Im327 348 0 R /Im120 127 0 R /Im179 188 0 R /Im396 427 0 R /Im424 459 0 R /Im179 188 0 R /Im424 459 0 R /Im179 188 0 R /Im166 175 0 R /Im120 127 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im21 28 0 R /Im116 123 0 R /Im117 124 0 R /Im25 32 0 R /Im114 121 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im179 188 0 R /Im134 141 0 R /Im22 29 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im134 141 0 R /Im21 28 0 R /Im101 108 0 R /Im146 153 0 R /Im179 188 0 R /Im396 427 0 R /Im120 127 0 R /Im113 120 0 R /Im113 120 0 R /Im113 120 0 R /Im120 127 0 R /Im179 188 0 R /Im166 175 0 R /Im148 155 0 R /Im113 120 0 R /Im157 166 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im109 116 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im107 114 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im120 127 0 R /Im107 114 0 R /Im21 28 0 R /Im111 118 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im141 148 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im28 35 0 R /Im116 123 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im425 460 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im327 348 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im105 112 0 R /Im24 31 0 R /Im235 246 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im426 461 0 R /Im427 462 0 R /Im428 463 0 R /Im428 463 0 R /Im162 171 0 R /Im100 107 0 R /Im99 106 0 R /Im161 170 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im429 464 0 R /Im430 465 0 R /Im94 101 0 R /Im332 353 0 R /Im164 173 0 R /Im162 171 0 R /Im162 171 0 R /Im96 103 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im109 116 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im113 120 0 R /Im27 34 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im117 124 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im114 121 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im113 120 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im28 35 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im29 36 0 R /Im28 35 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im146 153 0 R /Im138 145 0 R /Im148 155 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im153 160 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im102 109 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im146 153 0 R /Im136 143 0 R /Im148 155 0 R /Im113 120 0 R /Im149 156 0 R /Im25 32 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im21 28 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im120 127 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im113 120 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im30 37 0 R /Im116 123 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im439 474 0 R /Im24 31 0 R /Im116 123 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im120 127 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im30 37 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im151 158 0 R /Im115 122 0 R /Im151 158 0 R /Im141 148 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im351 374 0 R /Im155 162 0 R /Im106 113 0 R /Im30 37 0 R /Im141 148 0 R /Im22 29 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im113 120 0 R /Im20 27 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im22 29 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im107 114 0 R /Im116 123 0 R /Im106 113 0 R /Im102 109 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im117 124 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im112 119 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im153 160 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im352 375 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im26 33 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im120 127 0 R /Im21 28 0 R /Im101 108 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 458 0 R
+>>
+endobj
+458 0 obj
+<<
+/Length 1024 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲ìÊqÝü~Å\19J\ 3\v\ 5@C\87Ì\bO\1cR\88CMl\92\12ió)]\aÃ\7fïFw%v\ 3X«sUarâÞ\13\aèB¾3+så_\7fúç\1f\7fý)þøÛO\7fý©~Õ\10~\84¯°ÿY¾J     ?b\9e¾Ò\94~Ô:}-uùñë?þô\8bÿþÇ\18\97\1fÿøç\9fþùí\ 5ùk)ç\17Ôåñ\82\92À\vÒt~>}Åz|¾~Íi{¾îϯËþ|<?_¾&òüÚ\9e\7f\9c0}\7f@¸¾`Mç\17¬\8fWÆ© \ 3ä+\ 1âåù´QpZ¿b¾P0Tÿ\ 5\8d\82\8f\93çùú\82\v        \1fÿìD\82ù+l/\98ã~\82ï/\88\92 `\1eÎ\ 5ð0_Hx=@\13¢yE$¼üþüü5ðü2\83çc\98}!h\1f°N\80\84©ø2ð:@
+\ 1\1e\0Háù\vê\93&)Ô]
+×òý\82t}Á\12à\v¢éaù
+ozx\91"ÆÃ\94\82ÈC,\85)!\12\ 2)d\8a\9c\12\14\82\v      \99\1e¥\9c4=¢\aȪ%!\14Ì«DA*D\ 5\19\12 D\94\ 2SÖ(@¥p\9aoJaM\9a\142o\90ê"y\ 3*\85³h\vãW:}A~þ\99æúµ\¿ Éî -Yr\aT\8a\16M\8a\98CN+²Å\1d\ e9\ad\b®,¸
+Ñë\0\88 è\a\88Ú\ 1\98\11\8b7a"\90ã¢\89\0=@\9a¤\ 3P\ 2$$\ 2\88\ 3X\vs6%8|@\ 1j|µDÓó\ 5ð\0\17\ e2K\9a¡%C¦\9c\10° \7fÞAÀ)Þ²"y\12}\19\8b'2\fÉ®ñ\ 4"àfD\1eÏ"\ 2\0CN~\7fÖâ\19Ê\80\ 5Å3W\ 6° :/E\vª)\a¡\15D*\80}i^qD\b\9c9V\81\12`ZrQ\ 1\16\92\96°¨!éY\89_Ay\89\15ÚñË\v\18     KÒ\12+&\ 3%ÁpHN
+J\1eM
+\1a\ 1òªe%,\1c*\8fÌPL¬\b\ 5¦Q-h\14xd\86£V`Ó¢2i\111S\82R\91\15\ 1J@\ f\1dÖ\ f0Ëi\11¶#e®\9a\1da®p/OLi,-\8a¥¹\92Gl=\92\16\89§\f\1c\9eïH\8b¢ áã\ 5#iQ\9cZZt:\80\9c\16Å©J\a \144)v(È\84\ 2~_J\8b¬>²j,`\ 1a|$\15ËU\88PN@¤ÐÜ©'\85´@²@\1eè\ 5\9a5\88\ 5\96u\ 2Ï\83\98\9eæÖA\93\r\88\87\11\b\ 1I,Í\1f\1f^ ÄÔí\0Q>\0\93¨\874±LP\ 6@\9d\91P '\89\ 2,¢y|\ 4ÔÃK@Be ¬¢\f\90úÈ\944C@\ f\rç\0\94\ 2\0\v\b¶êÆU\88ô´`«n\80\ f¸\88\10ý\80åî\a\aP%X\8b¦\ 4ùÉ0p\80G\\ f\ e d¶-±
+H\86\90\12áßÏ1\8a¿\8f\rq\8e\19>3ó\84Â\91kZBó"hD:j\8c\f'24#J<Ó(X\92æÍ\99\12ìÅ\81Q%È\13\8a'ô°>Ã\80\83¹"3ÖÃÃYvE¬¼\80\82Ú\ e
+,\88\ 5\1d\14\90Ð)/\fF\ 3y-Z4@3«\0\9eY\ 5Q\8fiv.\1a"^\1d\80,\ 4\11))oØuÑh@W2´\84zy#OÒ\aðêBV\95\88p Ì"\a\b\ 1&ÄAíâ|s\85¥B\ eÊ\86¼TM\84i\85¬b\11\96ãÉ2kv4}Õ\13\ 1Ãóî¤Ìsãàôµ\86o\11\94o}÷âB\89½å\r+\ e\84\97\12<^0\12NÅ2½¾àð<\f§Xóź\7fÁg;Èrû\19\91WZ\85êô\ 1z÷HE\aЭÀÖúpe!2cg\11\b/\ eÌÓW\88Ûó\ f\1e\7fËP¹\88Àã\9f\9d> õ^<Brcá\9b\f\15½}d©ª\f°\17¬Ú\vh\81\88\86²/\8bk\1dU#+.4)Êëç*a|\92üý\ 5±U\17æW\81çx\82xaB½¤\ 5\8ft$½ª\ 3e}½`þ¾8ϲ1Þ»/\8e4ìèÞÈ¢"\92òFZ\90"^o\ehf\98\8bdÊ(\ 1ò*\11\80>_ "ë­\ fveù8ÇÇÖ\az\80 j\81ÎÁi\928Hïýk\80\1c\94MiºiJÓ\9c$SJ«332\ 3\1då¡y¹iF\96¢\99\11^ÝH\9a%¥%>h       õ\12_\ eQb!M\8d\ 3\9eÔ8.·\ 2\9a\9c²êÌH}&Ut\0½>\94¡\19ÑëCy\15\7f\9fÔ\87Ì\f¹v\9cÔ\87p@§×\87¦¢)\11å`\r÷¢\89üf\86\86êC\15q\0vòêÈ|O\8b÷êƨ\16\96!Ϋ\16ÓÒß_\91'R~ß\8a#+
+iõvâ½÷ÂQ\ 2\9aÚ\a(B2\ 1JÔÌ(-ÎDlFõâLÒ¬\0­M$1¤§\9d\v\19\9aQ93.0\1aë¡À\84¢\19%\9e}\85se\8f¦\82wãJHXã=;V**\ eè×æ\ 5\86cúµy\81á\18`\ 1K\8aʼhI\11"áò^\1eyHãû       :ê+\v|\81~ó_ZRòxÁ\90/\88eyIÁé\ 5z\81Åî,\ f/@¦\84T\88¦
\0)"Îëb\8d\88\ 2×2+í}¨-5~$\88\ 3ù\ 2ëÈv¾\80Ïv$(\ 4 &uz\1f\ e\aè\18NY\91\18ëÞ$®«$\ 24±4ovü}=±\8cê÷\93+×8!\ 6\82\90\96T\ 6R\90\ 4\80\97F ý\85̾å\85\16Ò\9ftXï]±¹\90ã\ 1ôÖ\93¬   \0Íì-'8é0Èì      \a'd\ 6;8h\17\9e®\11"\99y-\9a\1d§y±õ=\1c9 ·¾Ì7Up\81¿\ fD\90\8cÅXD\7f4¢z4\92ÖIóCÔ\b@#¤\eÁ\1c\90+îÈ)¢ê\aÉ\85kD~\10ø1Þ8\ 1\ f ëPN³¤C\94\0Y#\0ÍJKP%\80d¥å\9e\ eí\95\ 5\97\83¬²\80ÜXGG~®Yâ -nU\1c\1dùy®Ð\ eË\1dùyQe\80Me@G$çÕyE\8eDïÈß\13û\13\ 5\85Û²S×\82\1fÐ;\99¹KAö<b¡n\86
+\8cezº\16ÒÍ\ 3\041Þ\83\11Ç\15ñ¶\85I\14"\9c\93m\99½\94\93ñ©\b\14\rñe\9a5KÊ3û(\1d\80göÈ\90udöÄ\90ÉiñÖ8!±À-\r\1cO\80îKËr\16ãí¾t+\rÔíÚ<Îï÷¥\13°Å¤4`Þìñ\82!K²eöö\82\91\11Á­óáIÃÃópD\10»³hRt<\0¨Ô\13Ü
+k\9fy¤gÎh\fy\81µ>x/ $4\7f8JÂ%j$ä\9d\v-*>½@ï\°6À\83\14u\8c¶¬\88\87\1d£-kÕ¤\98¦\86\ 1±\0¤\86\8aH\8f:2«¸J2@SÃ$ê1ë\9fI9ï20Ô?\93lÌÐ\13\82\92îIa*H
+:.¾\v\92â\9e\8bo+\96{\96\80÷\1e\14M\fy\82\ e\8d¡\8e\1d2O"          \ 5¬wÀ7¦\ eê\83«GD\88\96eT
+-ÁOª1%Á}\bH\91ô[»\1c²d\fy\89\ 1\1acyÚ6Gä\91\95RyCM°Ðü\91#8\9119@F,è\18ºÏ³D\0^"\88÷\fÑÞ|àh\11­\91\14È\ 1\1dvÂ.K\9c\90\88¢&L\90\80:\ 3k¸ÇÀ
\90Ð\13ß$ÐÊ\9c¾\ 4\12\15\9c\917Ös³m®B2"|°c\11%\88\88ð\1an\8aðª\890/\91Ì·"º½uÁÏKHv\1aÅh\8252î%\8e\87+\eÂpÚ';<)ä5\ eDë3gW\8eÛdÇr=ÀõÊ\91&èyT
+­Äq31)E\8c)yû\83êK±%Þ\90\1f4Kì4\1f\8cªÁ,ª\81;\9bñÈ/>ÎfÐä2·[Ë0\bG\17­P\16\vrónBt<\80^*\8c6\1f\14Æð[¢Í9\ 6\ fDÉÁ¥\f.\9a\1c\ 1Æ´:Wð\801ÙlÇ"\12\80|À\µ\ fà¨\vA¢ m}0w\1aÆð_öò\84+\82¬¼\90Àó\1d\ 3óq]n\1d`G}ð\ eÀ';\9a3\v\83ø/É°àÂ]XÌà¡\18\98£vh\87ÅtxàÂbzZà¶?¸BÀ`1\91\1a÷Àb"3ÒQîÞê#\12\vXj\9c¦oCâ Q\91Ñ\88        òPN­Ó\9b%ýDB\ e\\81ô¸\v÷!H\96\8c\8e\17-P\vмôtâáò5?'#Â×\94_\86à-ª]äÜ.­\9a-æÀ\13H\88:îÿ\ 3baÇõyÀ,ÔS«\98UoÈf3\82\1a\ fàÌ$[Ws\18D\97Ýq1=cÎ\9b0¦Á\88â4ÝáY\12Za°
+\89+\85\f\982i\a`\95Ú\\91;ëA\87­U"!G¶\84Q©<ç\97mèÛy\9e]]fÃ÷=ê\11ºº<ÛòWWs^òÎ\82·\17d\0ðK\1aqV\18U^\9eç%\8ei0 °\12Ç¢É\10\87¶D\ 1\ 1ð&¼\v£Ü
+ìK\îe&;4¦Ã\ 2>\9f¡\86\8b#«î\90T8
\0\1d>¤ \19\82Þ\84\14\18&\94Ý"wÈ 5¡\10ë#:o\11ÕH_}©\88\ 3º!.UT"ú\ 1sºå\8a\ 2\89x\0\92\1dç×åù´\ eâÑY\81d{ÁPzßn\e\8e\aÐ#"\e­8þ~GCa\9c\16t\0¹¡Ðê\eç\ 3È\r\85Ö\81qb\81ÞP\18çY"!/pDÄB\1dVrYÁïë\r\85±ÁÁ\9d)(ß\98X\81aZ\aá]­Àà\7f\ 1É-\e\1eÜY\8bôô¾íí8±@Oï\9b/tÕ\98×\17\90\1au¤÷i\92(HÓû\1c45¦,h\95^\97\ 54½oHN\82\14\12\12\14U\88Xy@UC6\9f±\0
+ôÌg`C¦o¯©f\aâçÌ\8e¯í\98\11¶dz¥r)*   H¥r\r;   >V*é\8cÉ
+\r\81¾9eÕ|\ 1M®ÃtÏ\94æ\88¼YÇås\eñ\18\96\81\9c\90%é¸|Nù\9e)Íi¾eJó\9b)\1c1¥VÞ\180¥ÖARÔ\98\90\94xʬ\19\ 2*\85SÖ¤\90¯þ\80A]Çæ\ e$\85º-Í32DÐ\90°)\13h
+¯¹!-ñ,È\eõ\94xÖ,\91\90\17(T5  ÿA4¥4½\ fÐ\94ÊÍxÛ\94\89¤\ 649\8bE3e4=MI\92B\8eΠ  Y §×\19Ùò\8eì´\15J]\ 2Ð\1aS\91s+ÖA¡y#þühbpÄ\8f\18\r?b4½.0¹ì\984\9aaX\8d&\8dÈí·ÅåK?\86È3=o@ѧç\81\19û\f\8ey|¾£   ÇÀ1\8f/ÐoÝl1èöüЭ[l]<\1e\ 5)\ 5ê¢Q\80Þÿ\9b\f-\1e\16\13®\12Æ6htú\0yð|Û\vª\10\80ÅÔqA\1cÐ/\e\86÷<\v\87öúÈì\80
+²Û\8a­@²\EH¿­Ø
+$FÁ¡Û
\9bq"AÇ\80HFZ¬/tLH\a:
+­¶6Ã?\0¹øÍA\94aÖþ0IV\84·?\ 4hEôÕ)\ 5ÙahÈ?#Sú_À\96\82Ú\17\84\83*ZrZ\1d¨«dÇ(\ 5Z±~\98\87V§õxÈË\eè\ 5ú\9dßV\9d\10µ\88\ 1P\88®\84O\87h$ds^Ùbò# õ9¯­¼ ~\ 1ë>\9841vÓ{\87\ 4¼û\0*rG\81$kjÀË\ 3é\9e\1eæ\ 2ý©^ \11#2\ fÝÒÕC\8en\99U!"\ 5\92ÖXíF\ 4|F$©Æ\94d÷ó"ùCZ\9fXfÍ\9dðò\ 2²\ 4\1d\85J+/\8cR @SÔ\ 1ï\18DkÎW{Â\98¦\ 3E"ª<$_\90Ò==Ø\1a $=`Eª\92QTÖQ¤Ú\v\ 4\ e x\a\85æQi\91ª\ 1Tn\8a<V¤z\8bª\86\8aT\rh×e\ 1oa@ÉY\ f\10Ç\8c¤¨g;(¢@Ïú\fs\88\98\1eÒ\ 4Ýdèñü\18´ \15\99\ e\aè\80\16´"Óá\0\1dÐ\82\16Y\1f pá ]>a\ 5\82ãï_×\16ð\ 6\84"\1d\0\89À\13\adF\a\88Q\9fÒY\10\v;¦t\96
+>\0´`Ð\12\81y³ã\ 1t\80P»ös(H[»\ 3úý\9eÖnë`p\94\88æ6\11É°Ø\86ó\82\80\88Ú\vx\86?K$¤×ï\19\1dàª\85t{ÈÃ\f\ f¸\16i¦Ë°[+Ò\94o\16¼½`Ò»X
+¢@O\ 3\ 2\14byT,µQ±\93\16u,>¨P\8då\9eØ=ÁwÌ\0ï?@J\0/lH\8d£M^O\8f\838É!®vï\r\bG!\ 6ñ\10\1a$\16Ò\ fh\83ÓÂ\a°\ 4\1fù¢\8eì6 gÞQè3ü\bÏ\f°±ãm@b¹Rà:v|ÍíZv\19Ñ\ 1\0Ð,½{NE2Å´7>A-ÐÓó\fÍ\80~u\9dÑùa^Ã\0$2"@Çö\8cE\92A^\1fÀ\ 1¡\8cF´u\1f\80xæZ¥bi\85í\ 6\9d\1e\91YgZa(\99P\vd;\92ß"º!\14\96y\91d\98VX\96¬¹\12\ eA1\8b\10 4;Feè- \e\v²/"Í\ 3Ae\ 1i\1e\88Ð\19w¬ÏÐâ1\9aZ[¡ÕÓ\ 1Þ½ ¥E41ÍH\az`J\8bv\0Ê\81rO   K¹§\84\eü\84¤\84|<C\15\ 1R!«P\a\14\98Së^@\1c\80ûì\b\8cÊü-\84NK+¹û¶âÄÃ%\8cø²}¼âð|\a¶ ÉÐãù!;\14\ePëñ\0=\b\1a\13:AGnÞv_\9c\ eÐ\81 Ñ¶\8b\9e\8fG´YÇÓ\aÈ\eí¢   ¡K\0ÂÂ\86\aå²\90C|\9a\fU/\9a8§¶­\agY¾Âza\81\92\98Ù\84Gz\ 5Õ§\17\b1­½`Ò^@sÓÐ.­Nb,£\80$ë&t¤\80\16\8a\f\81\8c\ 2b\10\16£R\94Ì\1d{RÄ'D\90\18v\1c !\ 2öôÖ[\81Æ\17c\92Ü\9a?~¸¥±1¡2IÆ\98Ö\17îÚÒ$ÚR^¡\995-à\15\96(
+\ 1\83°(·ÜÙ^á\19ugÉzÑ<\16Ð2_\ 3½>\9d £\17\8e\bÆz±Ö\84x ÷b­³ä\ figy@ZÐÓY\1e5\87Ls;hÊôK»}BÄ7$dv\1f\9a2ýÒnk\ 1\91Ô\90\16\18ò·\1e\8fµÁØ°\9bï\ eÙ\vnZ\92\96Ä)Ò\8cº\93<ÉQ\11é@hp:®;áE\16èQu¨Ý\19\ e\ f¸-"Qr\13¾ÈD3$\1c\82"j¶\98¿\0%W=\b\8dAT\ 3>c\ 2s\ 3½=_4\85|Ç(úý\9e&\94t3»ÚgD\! \10\12\19\1dà*\84¼\83CÍ®\b\ 1¬Ø<L\0«6\ fjÁVe\11#\12\ 2\94:Í-"\99½\e\v6c\ 2í\90\8e\83\1a\ 5í\ 2\9aQP\b\ 3
+\aÄ¢ÔÁ\19\ f«²\1c^ [ÒØ\0\9d\8eÏwTyìæÕù}>c2ïÏwbP´\11\ 5\e3zd8C\17\97û\8cÈ\91\ 2:\v\eJ§ËBZåi(\9d§\ 3tl\11YT\19"@(k\ 2\0Bi(\9bþ\a\90 \85PoÉ`\8a\88\83\1d©\99¹¢\93\fê;<RÜ90tk¶w\80\942vk\962RÃ\8eÛ÷\8cÔ°£Fd\1d Çß×\8b\ET"^_\bè\ 3:fDò=\19\9a\16M\86ø
+\92\19\1c k\ 5I\91´\90¯ YE
+\12\196\ 4\8b~\19\15$H\r;V\90¬I5ÄlÈd\ 2\13Õ\87¬¾\80µ\80 !èh-· Üw\86\9fw\90øzL\12Ã\ 4]\89\9e +Ðoßs¼ç\8cw\b\8a\ 1-z\16X2Ô¢\ e\0\8a´k\91smGÖàLÐ\17u¬Á\99\90\1déX\833A
\9bv¡!ì\0À\98UWDj\v³\1a\8d\90\12Û\12o\991[!"\84sD\84\fþÂ\13!> ²jV\84\ f¨hJDÓ²¨9c¦\ 3\86¯)è\0[!"'\15ä\v²\16\92rü        $\84\rE\8b\87ø\ 6\10Ñ\99ò\ 3@o®/\19-ZbKëKofìc@Fw\84>ìØr}\81Þ\15]ê7\ f\87º¢÷ù\94AK\æ{AýÞ\ 1\92ËPgý\ e\80ñx~\b\96-Ú­å#»é\84\15 ­Jzø\82\ e\97\13ðòDãaÎc¶Ô\96\88\9c\98 ×ض\1e\8cåz\80k\8d\8db\Ú\88Ë\89\8b\1d \9b\11|AÇ\90\91å\ 5\87\ 3\98eVÑ:Ã\8fBбc4Dt\0½¹?À\ f\90»\8a÷\ 6\8c£\bÈ\11É\ e\9c\9f&V)©ZD\ e\90 \ 1ô{ß\8c$HO\8b\92\ 5å\9e\12òòF\91,!-¯\983sD\98w?\88v\8c\97Gæ{"Ø6\vö\8b`«OU¤\83úfÄ4#W¢oFLs¾ÇÀy\11\19Hè·@Wª\978\97U²¡´<õf\ 3Ç\ 6\ 3ÚvÕÓ\v:\ 6\ 3·/\1f\e\f\88A\12!\9a\97\8dðÒ\ 4T\ 1½4\91¦{:¼OÇ8:Ìá;4?ÌÑ9\11\ 1\81\f±»\9e¼\87\17È£\9eyRµ\98°`Z4\16ÐÚ\80\ 1\9a\rzb[>â;BV\9b¸gFl¿ê\88\b<upÑÌ8\9f-\113\ 2^\1c¹©D;v\86ë\bÙp\vâ@G\8dxÇÎð^ÀxPÞìØ'\1eÌ´o"AK®ïæÌZ,À·\9b"_\84XÀú6f1\1ad»CP8ß\ 3\1eb\1dd#Bø\82Î\80     \85¾"×.«ü¬\94õM@-\903\1a[¯ê»"2!µ\87sÝÁ@û\80\19¹\12ô\ 1éDÁõ)U[icÝdøáÔ§o\19\98廢h\0±\ fm\1a\1ar\8bÖ½sx\ 1*®°ÚHcÁã\v>Ê@}{ôõçòäj´æ\9bíòz'AFÈ\ f+\1eΨëWY__ðÞ\ e\f¼Á¹4Ñú\ e¬£ùñ\82ùû\13V\9d\8b³\9dàÀÅ|     (hqdÉ;\r\8665Gsh\a\1aèeÖhw\96'1Ò\13;«Mt\1fÀj\vH\f;üY2\7f\bÉ`ó\1dE Û/¬ùâ(\86h¹%\83ß(; GúolA©ËC\8e°YÁ\ 1thÁd@ÁG
+è=Õi\8aÚ\17¸ø\19>    \1cü\8c£\18ë\15\92:<äõ\81Y\14B\96ß#-@\rÉìyøûz}`\8d\92\b\8d\8aè/\\98}\97\a\80\15Ð\17Âå\0\ f 7Õ\87\ 5<ßÓToSj\ f_ò1$¡Ã%)\ 3\16ô\f\97ä É0G¿("                \ 5ò¬Q\80f·Ö»à*±3\99á[\11V\1f\98D-&ý;\15\82¢ÓԠ¨°\ 3[r\1eõE'ô
\9d;\93\15®!#U6\9b¬p\f ß½¡Å3\94\ 3+"`ÇJº½ùÁõ$$½\ eå\9e%,QUcg°Â³\84\1c\e³Þsæ%àX\1f\1e¬n\16´ôØ\90\ 3\8eQ½>Þ´cc:BÌÑ#4-f@LeBÑ\f\0bâù9\f§ôæ\8bªE¤´F5£pDé©·Î\a\14\ eud%{ëBt1hÈT\80]\19ÆÏ0D\14ûÁd0:ø\1d.z\85÷\ 5´q`B'лò£-å\8b\9f±¬øò\8evg\19\a\81\90\8a8\ 6\84\14+ba\a\0É\Àïwt\10m\83\1dËõ\ 5×\ e"DÂå½óát\ 297Þöw\18\ f\9cÜ\98Õ'&\8d\89|¶dELÔ\13;»6\1c\94â½<áH1\9f-\99\87\85èyñm\rÑ®\1d\13³&\84¼:qS\rwì   G\ri\81¨ \ eôT\98ʪ½\80BÌZ¹<\8eBÌV(D2®á>Û\11ûq\r_ÏC%\ 2Ïã:i\9a[µû\91$\ fU»Ó,²\80RpÉ\12\ 5Yµ;--"
+\ e\9a\15«vo\ 5\8e§-\ eë[µ» \13\9c\rÁË\16ï£\19G!\9a@z\8e\99°Íf<\8bÕG&èÅê­\81Á>Á\99\96%·¿\ 6TìÚ2r\7f\9f*\8ai®a)¯p \ 3èxV{\aBô`åÎÆ4´\ 2Ããÿâö|þz°a/\94ê]0eBþ´\ 3½b
+\9a5æ/(÷Ìù¾_Ô\8dªH¡­FÍ!q\84к«r÷¢áç\v`\¦;¤}A©gÌè\8cÏ\ 2\ fÐ\8fðé²à\9aß>\7f\7fE\1e9F\1dþbÕ\82*J\0\1cÔé÷×Ö\84áYs\8a\ f\19Qr¤w¦\978©BÌ\9a("\92!TècE\96õ^`]2
+jz\8a,0ÁÕÑ/J½\15Xï=\10\83ÙÙ¾ßÔc!³åû\82\96Ó&\ 6\8bê<CÆ«$Zn\90.\ 3&áy\a±UI^_\90¾Öow\16å®ÖØ
+me\1dC\ 6´&\88íù\91~¼ØÖu\1f\9fï)\114\ 4\93Ó\aè%\82Vè;\1e £D0!\ 2ö`\94\1d6g
+\b\96_WH\ 1\19\ 1Å :G(ðBÏXÀózc·m8=\9d_Xjg\15\8e\19\11P\aÚµý%ç\17È\17\ 6Ö\81\80Þ>\10VM      èÝmÌ\92\16ó\r§Uú\0\9aÛ5_8j\ 5R»o\10\bÀÆC\90\16ëW6)C%Ô7E§ÖËÕO\ 1{~Ѭ\0\1fï\80\86\1c\98!ÒCÓ\1a£ÏvL\1fP©¢%ç\r \9a\1dãè\17È\8euìÐ\99áïëJ´$é÷ù\82ÔUä Ã®H£\8eÄ:@Ð\ 1`HÌö§\14É\93plÌ$úr\92\98\17\13ä\84ÖHæ*\ 1¯¯h\14àà\19P\ 6.¿Oç+2r\ 4\15å\9e%ÏE´ä¼8\11nÅs\ 6­9\1aÏYqDP\ 2BÁ6óíQ\90\96Øf\14Lô¬à\99µ\ 3ðÚD\948àÕFüx\8e\9c\7fQ       Èú? \ 1õ}x¶\9dÕû\0\8e\ 5#\14\13ñaF\97çó\ e&"ï\1fÑt\88â\1e´5R'\1d\96\f\19\14\88\ 2ä\0\aøÜÀ2\1c\8c\14l\88»\eX<
+PXÉ\82ÌXÏrY\98×v,\97\9d \16w,\975%\1aÄ©¶\ 1\15\9f\ 3l¹ì|Ï\13\19²çh<f\1d,n<æu°\94e\10KÌ:X\8e\80\95l@Ûç\ 3ÈW\15±u\95»/àÕ\99\ 2¾\0ys2_RóNÂ\8fó%´\81£¾\10ó·\178\100Ëé\ 5s[\ fûø\92x>Á#×\91+l­\1dóÄD9³ÜË#ÃRdþ´[\8aìyQ\8cù\80\ f0\92\16X\ 3É\89\87z©?Å  P §@Ô@ûG\151µÁqW\8f(´dZà\17èÐ\92\19\91\0}\ 1y¾h\14 <,Eã!í\ 2\9a2R#ù¾)µ^8O\rùò\ f$Ä=BØ®
\85pF2 °à\bÎyRCá²ä{@å\16\ 5Wôû\1d\14Ì\ 1YR±/û\99\18´\ 6\90\13\ 5tdɨ*\ 1ù\80\b-©^éÞË\13\9e\fQ`A\v\8b\17\aX\90\17(\16ÈD½9¿TÑ\101lÊ\88x(\xY}¢ì\14\18ë]¨á\967Ë5©jÀº/\16í\vÜ\ 2\83«ÈD
+\17d\b \1eN'\12,_s}U\b¦|\91ÂE/1¬A\8c©È\88\f\fi:\96\8f¬Z`No¾\83ì\rÙî\90U\rÌÉ\80E4S8
+\8f\99\90\80ÇLbXË1( !ÐI\98\8bFB~\0d
+{à1Q\ÞÑ>QD\7fÊW¬\8aQ)\a±X4oB¥°\16M
+i\95¤\8e\96ã\17M
+i­o¶ürêÝ\7fbS*-0\9fÇðx\f¡s{~H
+¢UüçA<\9eØ\90ñ\8e'ÐëͶ\7fäô|G\91bÕ>\807`À\ 3èË3Ì!Ï\9fÑl¼õ#Â\a0xÎ\0\ e Øb[?2©\a`5\8eÖEt¤\80Ü]oø\9e\9e\bÐñ\0kà8)\81>\1e\10´\ f  ~,\1a\ 5ù\90Ë\82\ e \ 3\84&M\86ir\961\ 5¥°öµ¾¤Jv\8c²° \ f\90\bY\ 3\ 4R\82\9eüz\82_ ÷\1fTd\89;\16°T(\ 2ú\88\8aõO8JÄ\9f¯ÒótÎjFfPßĵ\r\98 \ 6Ê#§É²\82\93\12êmP«Æ\ 1\9a\9b\ 6HA½û jvüS}AR\ 1
+\ e\98¢¤Ä´/ß\82z\8f\ 3ÞrR×\8eR\b\8f\8c\84°\a£ÀxL\87ð\10£!^\9f0;8\88«\96íâÎ\8df\b\vÚЯË\ 2:a3\7fóplÂf\16Ã\11vé³ad.W_\82Ö$\9f¥¨M\8aY\vÃ\89\86À\12°\ 2\ 1²e\1dU®u\91,   oaHÒïó\16\86Ú(èBÎ\93Ü2\8aRD¯\8f#´¥ú\ 5~Ò(@çS2r&º7.oyÝHV³U\17Ä\88\92­\ 6Õ\b@\114\8aêÌØt\87\98\98R\ eLõVLnÓ!Ã\89\90\85Âî\8bF\81:#_¤\ f[ÚtI\7fbyê`\18\r\88ö\ e\86Ú\vìw*NÔ1\14\16\83à8ý¾\9eYO/\¿ãó]ý\v\15\1c@©ÑYiaB\ 4\90ïÜbÛ\84å1\80\89`\9cÑù;DÐ6\7fx\1cà¥\89u\90\80ÇÍ\1fG\ 2\ 2+B³\9a\0EP®q&ó¤Õ\ 1iåà\98IÔ!\92Õ$$\ 2\17      Ê Þ~a½\a\1e\vèZIkj®\ e*\1dåaF'ÐïmSÑ\84\98f¦S@ZÔÑ}a1¹s\0ÊÂ\1aE\16\12\ eX\9dÝã\0\9fíX%;FëcsÑ\f1\1doY¾-ùPgÿ¶¾C1D\1c^SsenmÁ1\ 3¼w!K:À\9f¯ÃÏ¿f;àïwÌv ß\976\89Ùh\ 5RbØWÏf;4_Î÷\82B%\14<\89\95&P0Ó\85½\81|iGû\89͸U\a×\90#Wd5\9c"í'{8å:S²×Ò®jª\8b\vøy5i\7fDi½\13È\9bÃ\90\9a\82|IÇ\84Ñ\ 2½ùÅ\ eQ\b\9a¥ÕFê ^z^¡!Ñg´ÖU³ä¼÷¡ªRÈJ\vÐ\94÷OG¸2D2ët/+*)\8bv\80\95\88\94\9c?Ï÷Î/\86cîh\84ûý\9f÷\8a
\88akj:LQ#*\14 ¡¥ü¸{c8\9c³Ý\e~ZJVbZq«¬cÝCÑD`ú\f\1dB{Ò\etÉñù\8e¤h\87\8d\98z\11\88N\95\85i\10Äi¯,8\aà\95\89U¢ M¬-%\98ºQ     ¿±9%\16ðÚÆ\f^ÐQÛX\90\fu\f\ 5   \91>h¹\ fV8,t»\1e&\ f\83\89\9c\7fU      HnÌ­´q$ >h\99¬\9fÚù\0\ e[\11À\ 1ô[\8a­ëb¹\9a\96b\9bë\90´\98f\95©HZH÷~4hÏ\93\16vìý°k\ 2ÿ\v\18ðÅ4(D­>fÎÔw\ 5l0\ 3Ù\91\8e½\9eÐ\90\r´]8¿O\eW¬íbr I]Ü      G\v¨\b,U\13\ 1z\80USC^\1aÑ8@«[vÙéúâkïÔ6¢\97\ 3²Ã±È\ 1¥-6õ\bÀû.\ 2r\85×Ä\9av-Ä\ 5Zb½4\90´/à\8bG´p\88/\1eiJPº\81Ô¬¸\ 2e cñHÖ\94\80\ e¶À\80\10ö\9f
+ÄÃ\8eæ\1dÃ\11ó\84\88\976PDØ\ 1       9ká\bïºh=\ 3G
+*]\17óÓÁÛâ\923\vä&Ƽb\1eê$\5\12¢\ 3l\96¨\ 4èΣ\9e\9a\87{ÎÈ6\8f\bRL:ò­mÂsç´ï!Ý\8b K\1euF\r\13ò- \1aº((rjêôM8Þ\90^ÚÛ «\9fW\91êÂ4#
+\ 2_B`A+:\80Þ\8a¼·=8¦\9cêÀ¬¥eL\aöâDv1\94Xq"ï/\18±äÑ°à²\ 3Fçíý8¾@·äÑ\Qþ\f\80Ã×v 
+êÈ\19±B\ 2\E¸~\95\v\v_\90\94\13"\0Ú\9e\8a.ù     \97_rý\f\97\7f\15ÂoPÊ\rêýô        3\bjÉ    ÖÔ^P?cÅ_ið\ 2\8bÝ\1a\17\9eÀ\13%¼ÁÝÇ\19dfW=zväÇ\b¸Pt\14\9f\14ÛUÁÃ"\86ï n\16
+,¶×³hD¼Òàõ7[zü¤Á\16\1d¾\99"\90[]C\8a×^Í\fN\90¯/ %\86òZ±»Õ¼\9dù.B\83iÒh\90\9fq,ÊO\9b?z\9càí\13\12\1dN\9fÐö&Ôuÿ\ 4go\ 2ù\84%¨l$'Xn\9e`ËðDm<O\1c·ÆöP\9b Íï>¡\82à\96mn\b\9a\1cð\14o\ 6&\r¤x4CJ\ 5\19eyá÷\9eâ¹F\9dÌLç\fÌ\89\1e\16ØnJïüôæÕJþ\9e\167\9c_б\9b² 
+èØ\8a6¨è\1d\80gx(0鸼®³FB\8e\1c0I\14\ 5\a\ 3\13[»àÉ0M\10­\e\0£\9f×.x\1càÀ\ 5«(B$¹\b\90\80À\99\90ç\r¡Õ}\9e]}×[\91i±&\1eG\0hn\90 \11Ò{ÂÓ¢© \1fú\87\ 4Ô¯\8e3\12 \9e¡\7fdÅ;®í\8ajFiz7A?"û¡2iÉ\ 5­PìÉÍì]8\90Å\1f\15{b¹`_fÍ\f{K\1f6^:K\1fÈåsn\ 3Ri\10N,Zµ5\rÂ\89E\9b\92Kcpbûõ»ó<ßÚPöçÇP\ fjÒHÈ;û+8A\ah\80Ív8\14 ,\9c×\9b,\ªt\0÷öûH\0ùÊ Ú\88\ra\8cØ^ÊEä\0ÛÚPT\11`\9dýíÚ'\r\ 2¢ÅI\13bz\81\ 1É\ 1bâ÷ßë=-Ø[û\aµ AC¤ï\89NVlM\830FiBj¨7"m\9dý\80\ 5\1dÓ\19US#¾¶!k,ä\a\98E=fcÿÈ\94ë\11M\9aE-à÷ß"\ 5è\88\8fe\15i\10ÆhÛÜ I!¿\81\80ÕGZ\91éH\82k}d½\1c ­U\8cå¹Vq\83Í~[«\88\ 6\9eIu Ud\vå]b{s½+Eäö4£ßï¹=-\9a?æÍõâ\ 1Üê\82ãMhro}4\9e%r\17\1f\fº³}ñ\81§È|+ä*Z"\96ݧ{\96d+/H\96\84\97\a\90\14+z|ê­÷b">÷¯\1d\80×\17\901¾Ö\a\98\1dÙê\v\92\1d¡Ùa\82\a\90e`¿~öd ^X°¶¹ýúº9Úî.¾e È7GÛVFÉ\16³\82\7f±¡ç\a)>\16ü)xCi\98tÉÁ¤£ë\e¦¶?âHÄk'\a\7fÁt÷\ 5\8bú\ 2B\83GX%Ñ\80²±\8a.\95]9\94\879|^9<Nà\9\10I4\18\94\93$^2<JÄY$âõú­aßçéõ        \8fèà\r}\7f\ 2\95\12Ü\8c±/ \88G\f\b \v\88mqüö\82\91°"Ú6¡Ãó\1d»\11­Ëþøû É&\0\bÖ\9c\80Þ\f²ß¤G\aÁÁ-3ÄÏ\10\12L\8f¢5uÅA \98¸|\8bÀX¡Åê\14G\12ÊõƸ&ô¼ÞÌ`XÁ\1e\vØ®ç½Íþ¨\ 4×]Ï|\7fÂ,}\ 1¯3\ 4t\80\9eý \15\91\0Ŷ¬M~\92Ô\90N\7f\e,\98gGh\93vFBÔÑ\13\94\8aö\ 5\9fР       %\12r\b\ 1t\0ýæeG'<
+QG\99\0ª¡¾Ý°"KÞ18»Ã\13\ e\98ò\17¼ TÃ\ e$\91\ 5ª¡^f°îÔm×ó\böþ¾ßÑ\13bÞç>K2D3Dë(:>¯g\88\11\9e!&Í\96Ó\ 3¼Ù¡!(\93½\89":è|túÙ®n<KF!\1a­bêD$ô
+¾À\88D\ 6âØ»(ü\ fp\16<vû\82Ó\82G'¤â\10\ 2&\ 3y¬d¼×9Ü\ f`\10\ 2Ð\9bê%ã\1dB Û\14[\99C\fÉÜ6\fW\r     \ 5×pË\94ï]\18\9e\1as\b\81¢\ 6¥Ø\96\97Ý\92\9cï_H\9a\14òN\fh\atl8ë¤ð3\v\ 6P\18î\ 5ö%CK¤÷\89g\98\eê½ E\14\ 2Ú(?%19u\0\ e\aÝi©ñ^\¿ã\b\9c\82Ò\8eN\b\14\93uàó\997\f£ø|\ 6\89\13<4\15¶ü ¨\a 3Ø¥Ýÿ\851X§½@\11Æ`\9d¢¥\ 5ÎóÌ\90í£\ 2ÁEä!\1c°¼Àå\0©\90\987\r\1e®\16\19¶°\96Äà\82\1a9\b\87a\fÍ%.\90\ 3:Æå\82DX¿xÚP\ 4$\ 2Ð\12ÏÚº³\83\83\bDS»\0Y O,mÛ\17\0  ä\89¥\r\a\0(¡¾<Á|i\18CéLI3\ 2\94\80\ 6Èã\13\90äÆ¢\19äm\14Í\15\87AX­\1d\15b\92\9c[?W\18\80ù|\95'\ 2b¡^#3`1ï\0\1cbñÛ\90\fé¤É\9c55ä@\ 4\ 4  Îãù     \16Ö»4$5.Û¿àY"þ\ 2Ñ\96s\90CèLôûÛ\90\aŸµQ\84åuýù°\88\9fE¯/\18Ê¢'E¼D³H¦\88\8eÁ'\14\8fôÔ\98²æNé M®\9a\1aP
+\94(Q\80&\97¥ª\96\80t\82\9a÷\fòß3¦{\85\vfY\91\89\18[^0,Æ\8bÆD*Æ\vf¢.Æk\11Å\98\80!ìAÕá\0×»W\94\99\9d\18§/гÃ\80\82\9a\8e\8dËE\8eªÈ¨Ã[T5\92\19\14h\8aôBßÞ
\ 55|V\ 3y\83\8e\ fÈ0¬\94\91\89\r\ eca¥\158f-¹å£\1aÐ\9dêÍ80¹í\bª\8a]¿{v\84ï\80\10\91\12! t¬Ð\19¥Ç\9a-\7f_\ f¹\95L?¥F\14©±Í\vm\93oCÓ2\86´x<@G_clîðô\ 5ú°Ëôbáé\0zS^lîôt\0}\85A\8bì\8fÏë\97×qÎû\a87&\84\87\8bÌC\ 6t8\89, %\8eõ\9b\82#\86ÌJ\14ÞïSD\8fvñy¦ \ e±ÖÊõ\9e\bðõ\8eé\9e\f¦vóé\1f\80@¬%\8d\ 3|\89\ 4â\80Ø\1cüZï\18Á\v\0\98\ 4Ç\19\f\92\fÐ\ 4½LP\ 6ôärB\a\80a9Á\92\98^\8d\9d';pÅ\92ð&-NLÔk\143\12\82\9eI\89yÑÄ\98\16ÊZ\ fÅé\vôq\9f\ 5\99R½?:µþè¼80s|Cc¼eÉrÐ,©\87\14è
+!_Ã\80Ô\0Ýý\92¼&ª\1c`\1d\14H\ 2zzì\93,\83\ 3± kÒC\8b\a8\10\ 5<\0º9%³2\r\1fêt\80KbE? \85ÕÃ<\9c\90\1dêáaÍ£<l=\18³\18ÑP=\9e¡\1aèM(ó*Æt\84\85\v\8cht\16.è÷;¦\8dÖ¬Få¤\8dh\85\a\90\e\9b\r\88Â\ fHØ \8af\87hjú\16P\8d´#\96¸ª\ 1\11\e4A\aèY"\90\93(\82¬ÿBÌ\8bhj[ \võþ\8b\82\81e2i"D»\17&dFáÅ'\99\8f¨/øð\13\vÑ|Äù\v^5ºh!å|@\95Ê\ 2`©ÝÞ7K|xAGo{»µ:=ß\ 1Ô7í\1f\ 4´\8d\17<\85ðô\ 2=9oõ\91ã\v\903&\ 3"K\0_ _ýÆ\86Häq\80ï'\fàù\8e\8bËØzÙ<\16Òâ@Û+¶\95Üß\i\11(`\97ï\ 5q@ßm×.ï=\ er\14\85\8a8¨¯½o\90B'\ 2êkï\13\94\80\8e\15\03øþ\8eµ÷9\81ç{ÖÞ·>8W\89½\15\0\1e\aè\12\83\16ì¬Cò\90R\9aT\11°Ë\86\81pRÂ+ì2ÏÌ\97A%l\14\98#䡾Ic\86\8e@¯/Í7\95p\99%\11 ¥\89\15\9eêÌ\8a\ e\0³:\96ÙWDA=#\88ARc\9eÙO\9a\bÐ\88\ 3 ;LÒÒ\84ìh\ f>bkèu}9³\ 3ÛÕ=PC}\99É\86Á F\13ì\ 5\93ö\ 2Z^)«h\bXj-ë\ 1¹9\9fÌ\12MÞÍ9\91ã\8a\ 2*ý¶b\9bn\0LÔo+ò\1eÑÕÁù\8a\ 5\8eù
+hËzæ+V\18Qèå\91µÜ\94ÂUuG$µ\fÈ\1du\80\fB[Ú3_\11E
+Ðù\8a8ïj06_Ñ\9a\a\)äK\16U\8fJ²Ó\fͱ^¦´=\ 4ý\ah\14\1eò5\8bê\ 1Øí¿(E\1c¨1Þ$aE¡yÇ\17ÌÈ\10ôèACztõ\80\ 35¶¨¢N^rÀ\80\1a\13xA\aÊ\9fIQ\9d\1cSDPþÌ¡>Bô1\94\12\1d\ f Ç\14±\81.\9f(¨Ä\14V#i¥ÖÓ\väV°X_\10òÇ/èØ\8b\13ç²\9fà]\f\ 1\rH\aB[\9e~~\81¼rwk \10\89øyÈÁ\13\81\90\91\14\b÷v\ 6¡\9041t;\b\9c\ fà\18\f\11|@\aòt\8aÚ\ 1x\a\ 1:@Ç\9a¼4\ 15ÐÛx\fÂÁ\15!\9a£gh\bôÛó<k\1c 2Td\19"$\98\92ªE\84\87Ót\8f\87\r"Îã!/\93ÜdA\15Y@\ f0C3ÐÑA\81¼Y\8f\f,Qug\f*Ò^P\ 6\ 1
+ì@Gv\14¢æÎhr\12 \10êÙQXî\19\82\1c\93(\ 4¬Ò\83\8eés+Ôø¦\9cUj\90)íAjÌEÒcú\ 5yUÕ\80\81\ 3HÀÃG°K\97\ 4¼\ab\19\8ek\9f\93B\15Z\92\8eU\1cH\rõ{+\e±8=\ f\1a\b\88\16Íå¦\16ÍË-S\9a\171 ¡\95®eVÝ)!áZ%\12ºU\92A;°WI<
+°zi\89\11\85å×z)m\8f\8f" éªÀ\ 4³C½\v$!\87Þ1á\90\91\98\8aó¨\16Ø:\8dQ_RJ¾'C\ 5iaÏ:\8fIÎN    PædÙi\19\ 3øÛ\802%\1eð}\91Ð\12é\vEf-*¥$\9c\17\91\1e\ 4ëHÜ`S\a\f\91\81X\1c\9f×\85(Z#Ïãù¡I¯½\8fÅù\0\ eB\81\ e\80®Ð\19Êæ\f\b \f¹´úFMàü=\18\10&\82Ç\ 3È-¡[\e\f8@G\1fÍÒ²ãÓ\v:P23b\81¾\8edA2رÐe\85,\ 4!-\19^7g|"\80°kÒ
+4\15É°ÞF\12ã-\19\882ÌÚ`Véü|\95GÑ$\88æÖiA\ 4Ð1>3â`\a>c\83è\14¬\18\ 1 µËßÓ\vdh½T \15\1064Zy\ 6é`\87\1dÞë3\8e\1döv\81\8cË@\9dïÉ\80õu\8fÊ\80µu\ fSÐú²\a]ñ> 2ú\ 1«,\ 2¤\99kE"ÐÓÅ\11D\19p\ei\8e\ 3TF$\ 3:\98O\8eÐ\90ë\99q\12])\a\19\85Ñ\8c^_JÈ\15\97¬!Ð\93!\8a=\90_¸ï§\17\/\9c¦¯r\89§¶3\19îûV){\1fö»\90p½ð`y®Ã\8eméñö\82ï\13\94ë¨\1cB\9e?4&Ç\87\98\84ï\17\88¾`ÎÚ\vòÛ£\87OhK\8f\8f\9fð\884¯b´,ç\17ldÝ:\8bÁ\vÂE\ e®å\81é¹80>l\91½à\9b\v«°u¹=oS·\87çc\ 5\82|N\rç\16R5M>\1e\0\84T\98\ 2) )\80\148¿`j+ÐWð\ 5hóõùâô%Ù[kñõ\0+X"qÎ+¦§\f¤ôÚ"\7f\16ã\v\v\96Ë\ e\88F\81GL4ç\8b"![@X`M \ e\v®\14xIñ¶¾üJ\81\87\85¹²à¼Æ¾±`ÂB\ 4âR¬G\e0\97¤Gü\ 5P\8f®/ RÔv(øRD¦<Zz\9f\96Ã\ 1:¦<ÚÅáñ\ 5\1d¹Y\99÷çG:\81bkÄÙ\82£¡i;\e39}\80\ eqX«ô\ 1\ e;\a\86n\vb+\11ù\14$\15\96Ö^}\12\81\8eu£Ë+;;\7fAG\ 3Å2(\ 3\86\12\99\10   uH'ë Ø¶íÝê \18å\81\ 2\ f>wPøRø¹\83ÂÓ\ 2¯\83âôûz\85¢aÏ\9f~_FnOm`ðL@yyx*ð\0:\ 1Ú­¡G\0
+pX°\16ê0 \93¦DtTçÍ\ e~ìÆ£ée]Á\vtD©ôfÇz!±^c&\v¢àu\15\r\95¡E\94!Þ¾\10îQ \8dËù®èszì\1abæÌó\9b\19\e\86ðè[!¶h\13\19ò\8eE\9b   ùâ\9eìT6Ãäê?Ϫ3gC\1eQõ¥¤ÂQT-"\15\8e\ 2Í\88\98 \1dÔ+\1cÓ¢\11\80V8p<§W8êtO\86fäH:fçm\ 3F¿\15iý+­\9fUp\85\f\1e\12y\ 2ýºÃ\16}\9eY(_\17\94ÖÆ5\1aLXó\82\17LÐÎ\81\80<\99~Ýaà\92Þùé­s«ò\rë\80\r\88\8cê@¹iG\8bnG±\f\97738tÝQ
+L\8aäë\8e2\89ZÌ÷gÀ\80\83¥µö\8fË@½)\ 30¯í\90\81ù¦/µÖ\ 5×\97ÒÒD\9b\1akG0@bCu{\82\97w©±=?\81ç¥å\8a-¯m\ 3\97§\17è+Ll\ 1Æé\vôÒBE\aè(-´+·#\az\0$fÈB¹\91\8bv\0ÊÃ%\8fòÐð-\8d\ 4és}\8achd\89\ 4|º¤¢çåhÀ
+å¾\f\90á÷P\10\ 5;\80ó£¨\ 5lÞÒ6`l@\ 6\1fç-yûÁ«\13ï,\ 4:´`\9b·ô,\11åÁ\9b%\eÊí\v\9eÛ\97\15¼ #³mMT\9e\10ÒÜ~\82z|Ííyq¢J\1fÀ/ï£fHøå;R#}YsZ \bÈݬ{mÂá\0[\97½aXlצÛóκlV\9c\98î)Q\ eH\ 6z\8a\13ER"ÚU\1fáïËX<9!\11Ò±xìêÞ\97 \82]\90\93æ\89hi!#oÞ\81BR¢ø\ 1¤©¾ÔÝ\8e\8f\ 1¤N\90\ 3:@ê\84\ 2º\8eÅ\r\15é ¨ñ¾îö\8e\14\v¿b».<¾à\91m]_p\96Á×¥ñ6\18aZü~g\vî\eÏÝ\13í\ 5K\81/\10\1a\9a_gÚð'Ð'\bÈzí\ 4+>ÁE\8f\11\r^'Xv.¾\9f@Àox½`\83\87D\9f\0\ 2\92óÅw{A\fð\ 5À\1d³\17\v\98\1cl\15\ 6I\ e(¼`zm²9;d0÷\1d\ 2\12åÒÖ\82\9dtQßÎ\98QDÒ±"´\88\81=\9f®\80ÖP\a\80\98PvÙ\ 3\0\90¦\83\ 2\15\1e cIjÛ?1ìÑ\v\fªú÷Oô§&-7³°úA\89±Þ\ 1»4¬qÈ#ÚpÃöü\88G4\0\8a­·vÈ#Úp\83÷\ 1n\81áð\ 1\1dÍ\ f\r\7fâø¼$\83ö\82Y{\ 1¯0@
+tT\18fð|W\85¡ª$`Ó  Aâ\ 1\1dpY!\ 5ôî\8du\16e\80´5\87\ 4\bÐÑ\18\1eZv~" Þ\18\1e¡\16\ 3\11 W÷vëy:\80\8e2\1aïiQJ7Ehï¾p\ e@\9b\1fÚÌöéy\19-ÙV|úf\88\88PAf¤cGjAJܱ#uB\fè@\98lË®]#BkdØ\fê\8b\8c\88Ñ/x\95'"\92 \ 1à±)±õ^xJÌ{/Ð\ 1®®\94ößX\99ôÄ\ 2\10Ô³í\19ª\ e°úȪQÀm¾p\95\98\81|Ê2ät_¸Ñ\f+PD5\1ccë95OÄ·c&M\r9Â&´#\1d\b\9bÈ\13u!lNZ@H\85 ¢\88\14\16ÛÙò     äJ\90\10°ç§a!zVÙ\16HBÔ\ 5ƶ_¬¢/!\1f°"5ìè\1fY\91/ì¹7\85\86¨'¯k 6\82%"È       \11é\91Þ\83dû/|gBîÞS¼\15Q\96t3¢,Y\8d(?¯Ï\18\95¡\92Ť\84\ 2'\94×¾î\93\0N(¢7£µ\81)K!\19¯\8e¬·BÚ\ 2#*e\19VC(\9d\93æÌÒ¥Ö\e\9e·x\ 6¯¹Í½®ß붣|\82½ºQ\96þ\9bç×hG\93â\a/{/<^Õ\89\8c\9e×\91\eÚvÎíùÏ\96\98\fèù\8eå\9cíÆêð|\87\19\88&\83\ e\ 1ørδ??b\ 6öö\8bÃïw\Zîí\17Î\ 186gØ)8\88ÍY5\16Ð\1e \15Ê°>\9ediÁQ\86ôå\9aÖ\92í}\80;Yâ\1e\80¤Æ1\8aJDRã8I\ 4¤©­Ýzz2È¡\eª¨D\ 4\940µxîh\ 6;vÈ4lÎ\13\ 5õêÎ\9b\19\1dªîØdÉI\84ô\ e\9c    \89@Ç^Æ4!;¢\83\10¥\8a\fq\a\bÑ6&9&Ä\8d\85\r\ 2Çg!ù\806p-|\0{Á¬¾\80-\17\8d\92\10Q\19X\90/\95vê5;°\16Ñ\ e°òȨ3¶ç§{2´!kj2Ä\905\91'èAÖ\14\r!Ç~\10}!ïß\80¾ðâ\8ciu#C\11Ð\8153re=[d
+\8a\87ô"ã6ÛrË\19Û\ 6\94Q-Ì\93¨\85|9iQã!6Ý\82,¡¾\98q[¸p+ Ûë3\83\ 1Y^Ô\80\8c\ 1k"SÞSÞABÜ\ 3¬\99\80\95w\16Í\10òí¢è\ 4\1d\8d\v\11\8eÆ\85¤\ 6D\f\98\13\86¤:0ç\1e\11~vE|û  
+\b;\16¢í½+NbÍ·§\8c\9a\9eb¿?X\19(\13ä\00\ 2\84\ 3\13
+\87\10\apGwÙ\13ãùsG7\1f\8eÑ"Z>Ü\82¬XG¡~o]y|A'Þþ\11\97s\e|\1fªònÀ\9cOK\9eÝ}d¬ù¥\95wòç¥t.òG\1e[`\13­\9b3\ f®#Û¡C²³\8e\8c\92°&\8d\84´:a³¦Ù[ÐêÔgòØ>´½>\93\9d}hn}f\98\ 2V\9fq(À§c*z^ï¾±fPO\8dhyÁfM³»\89\8aô>\98;vÔ\88^|Ç*É\0Å>±¼Ä×\ 2\ 6\1d\ 2Y #gä\0\81\9c\91\91\12\81\9b{ÖË\9aì²ãø\ 2\ 4)\87Û²7/ðlÇ=¼ £-{ë\1fy¶ã\1eHÐÑ\96½]\12 \17ÈmÙ\ex\aú\ 4¹-{\9b*@'\90Û²÷\ e\94Ó  ä¶ì´$ø  r[vj\98\17ÈmÙ\e@¦ô\ 2*\aë¢É\ 1ß_²Ü2\87٪ž9$e\9e\86ôë)3Í\90mÈåx\0=¶Î6j\97Ç\96\rïS2NTÂk\f\88lJ\ 6Q cWï\945
+ò"Ç*ÆeD\ 4¬§×\11\ 1^ãXÔÀÔ©Q\8c\ 6%{\8d    Jx\8d\ 2\85e\1de¢õ.\vW\8d\85¼Æ\80XØÕB2ßcA\89jdÌ\96\7f\ 4D\81\8b%fAE\81AMG;`±\96\10²\16\ edÇ@vÃ\ 66·í\eæK\86\ 66·ù\92{<¬÷ÔhG p¤\98V)føûz\95c\86    ®lÉ÷\1c¿Û\92\9f\1a8\92\ 3mé6p$\ f\a\87\ 1`43\90¼U\¸L\13\rKj\83\9aý<xÏÆKòþ\ 1#\95BÛ½q"\80\90ÞZ\ 3F\ 4\ 4è\81 1L¼ô\19P\8dr mGõ9à`{&\17\8c\8a@\90,\13¢\80~w¼'øé3\f\r\9fNÉ¢\f\13\19´\ 2\81'\83¬\15nÿX®Z\88\9c\ e\ eG\88ùxI\ 4Ïw\8d\97\0N\v\87'D\14~"\aô\ 5\b~\82\>g¨Ç:~FÑì\b¥@A¿/áY\19þE\95\f\11o`@\14ìØÞQÑïC;àà_x/àÛM!\v;\ e [2¶ÝtÚ\r\81Ó\1aÏ&L
+àAÏú\fñ\vhj\eÊ-S¸£{z¦Ðm\81\18¤@V\r     =\04$:\fMÞ#ª^\88Yë`XïyÃ\à\ 1ô\ 1\11Õ\10q\b\v-¤ã\10\1a\8bHA"\83vsçË ÉÍ¡!êèC²2ã(\ 1\16øûº\b©\ 1\15s¦y\85á\0\84\ 2vå1H\81­8 \ 5Õ$­\13ã¡x9ÿÚJ\ 3幸b\13¡òÖР      êC+i\80\8d8)ѵLKO\90Ú½ßé\ 4à\ 5\f=cj1å\11ª\1a gàµ\r;zÆé\13äµ\r{ya0¢Úñ5Ý\88\8a¡_$M\rø|Ç"\1d\80\83W\18\ f]¬l6 ¢\19\12¾Ù\13\1a\129\1a°Í ^4àÂkú¹-ÛìÙ|YìÅ\84k©¥UÊ£³Ò\8e]»mó!O=\8e\83hH[yáY";|AǵÛ6à\81^ _»m\r\0è\13äk·m¹':\81|íf»¤Î'\90¯Ý¶\12\ 3ú\ 4ùÚÍvI\9d_ _»më=¥\17P9X'M\ ex\8d ¾ìy<ô#MÀ\9c\92þp\9bÙ<\9c §?Ü\8a\ 4\87\17ô\14\19\902÷¬(M\ 1|AÇ\ 2\90ô}\80ÏÉ\rÉ\90Û\86ÏÓïëçÏY:?\1dôÉËnÍ\86\86Åv\8cÎèáI1\88\1có\ 5\9f\ 1ü~Ï\8aÒiÑì9/r@\19î(rÌê\17\901\93¶éøt\0\1d\89ÆF6\87e`A<è\90\81¶(yX\ 6\96E£ Õ¢u¾e\ 5r\80Jбß\13Z\11\81!ÿ»f\94µ?hV\84cp,È\ f 1\1d\92_[ÿDt°\8ei~\9d!\aôü:k\12À\1cQ~3\83CÕî½Dâ²\90õO\14t\80\8eË÷\1a¤\ 3ðç\91!ï@1©«ªÄ\84\ 2³(\84´Êõf\86\86º\90lXÍ\8f\86Ø\90\a\fFäyÁ¼"\19Ðç\ 5K@¿ß1/XîÆ\83%ÀpHÏÏ#r\85\1d2PR\14]\19é\7fHH\86 \84\ 5)Ò<\fÙ³Lô°\84N\99èZcy\81x´"Íñ\ 4×Ì\88\9e`Opã`\99È\1a\ 3²º^j\85¶Få[
+Þz@\8a\9b41bÅÊ\ 2m\19(Vò*\89\16\15ó*\89\96VðçQD¤TYlÊ¢aH\84A\1c\94h\85º0\86\83²C\8c\86Ï8(|Ê\ 3þ~\aBh\1eü}Û\81\ 4
+\ 6¢\11À\ 1ô;£}Fc\94\0u\95\bÀg<ªt~Ú\ 2b\17\16a\0Ôì)\81¶Á$|Æ\aå\1d\18/\ 6ÄuõBR2§³.û\v>ÞÜÒ´*dô\ 5:Àg@,èêÀ\88¢\f\90´ÊÒ\82Ð\8b-x\ 2\b\r\ e$\18\b\92\15¢\89\84\98ogEB¬oÆÜ\8a\19&\1f`\93ß®\16\12\11\9aî\8aPÕD\88R°V\89\82ô\ 3fdFÁ\að\ 6\10hGõ\rÇæ\89\1d\ 2Ð&¤\ 5q°ãÞ4Ù\96iG yÿ\a²£=y\99ue\9f¾@®oí\10\18a\10Ú0ÞsE{ÿ\87G\ 1¾\1fv\96>\80\ fw¨v\98í\87E2Ü\83áa{\r=;Ä×»jÑ\b\94QObëY\8bú\ 1lºd¾\15\ eå·plH\ 6gäÉz0^ßìP_q£Qp\91E\80UG&Í\99S\19ZÓ­\88vßïêº"\ 2ÏiÕ\91A-.\ 1\89\80®Åûz×Q-Þ:P$\16ºÅ\11G\86øtJ\81_\0î\        \ 2\84Uy\1f¬\18\9aZ.\19j\81\9c\95í\10\16\83ñÔ¾}e4\9e*0 »
+\11\84â)À\ 2>Ý¢%æT\8aë])\9eE)¦ ±\ fK¸\\85èÚ\19ÏB2ë Ù.ð\87úÂc\93¢í\ 5\ 1M\8aNÏë\b¥\raôø\ 1:¸¢­_\19>\7fÛñë\9f\9fÍ·Tpþ\9e\rµs\86\1c\94Çä¶î\11@A}ÇîR´/ å\99våy:\80N\81\96\15\9c) ßÙ\86\b\ eÐqgÛ\8a\13G\19è°\ 3[ëÇf\aÎ$Ô·\9bÆU\92b\9aÙ¥"±\80V72dA\a\86G6\12:xH45,Q\94bVÞ@<ÔçÔ\12´C=íC\93Æ\ 2\9anR°.\83vÀZ/²&Äü\ 5U}\ 1\f¢\14\13\19X&I\ 6\ 6ÒÂ\81Þ\r\8f\ 5t}GȪ\f°\17\vhb\13¡;Õ\17\94\v\14(\1d+OdQ\88Yy\ 3*Awï\86g\88)\ 3J¸É\0Ù\8e±â\80ªC$5\9enF\ 36ÞâÛAÖ{\81\ 2²\9e\ 2Q\ 3¿\186CyN·â\19\9b\8f\11â\19¢\ 4­<ÑoF\fü\ 2É@Ï\ 6\9aµ\8aZL2;\18\90õ¤\96\ 1\1d\0\r¸\90kÿø\9a8>      \11\9a\ eÁÐ\ f[Z²õ3oW\87\ f±µrn/\18»µn·\15Û\v\86n­[+çñ\0\1d;\rgøû:rB\e®ð\9eç\97¶èüW\19¤\89\9d\ 5\ 3ÇßïX*Ù<É\89\81ò\8dã¶\14òú\ 2=\18\91sC(t\82\ 1\96\16-\12\ 5é\ 1Ú64á\0¤\eÙ²\9a#\ 5¤û®WC»*B¬¡~\968Àw*&ôû \18:WwZ;w\9bu=\1a\91\92u\¿rS\84ʪr\90me\9cÄ\ 3°~ò\0(\b\9d9»³\9d$+Æ·\ 6\ 4M\8bù\9di\96\ eÀ·\ 6Dð|\87/N\8bf\a½;×a%XgQ     Ø\95kD\1cP¢!\ 3ä3!.\1eê\0ë(×´\88Õ©ó\9b\19\eªSow®\8a\f±*ñ\96\94,W5¾V\89ùZÈY³\ 3t¨ ä[\968·=T¾\1d!=ù\96Õ<d`\b\ 6ɶ:\8eªq®Ð\8e )f/@Î\18Ú\ 1B\82=\9erIÀnM\93\16\91Ò±ù\ 5Ñ\10Þ5°´"Ý
+H¶[Ï[b¼§\15\83bl\8b\ 3FŸì\11Õ \18\97\88¤¨\a÷\1fê±\%-0¢ê\98x.\19¹Ó\9eµ\8c\8b\16PP\16\16-&¤\a\98PL\b\ fp6æß\90~× 0NR[ÿ\13\95°N»\1e¿ç¶\80\aä\ 4s\1c=Ah×\9eõ+<\93ãõkúÞ«XtH4»µ¬e,(\8a­\99ñø\ 2=(²½\88Ççõ È\80ó·çG\82¢hqõ\89\0\92\10LõíÚòø\ 1òxM´Ë\82ã\ 1ô\15\8adG
+ÈÃ)\86»\7f|¾gõ\80\ 5Ö5ya!V\83ض\14o'øV\83\8cÔà,\84\r\8d8\9d>aêØløêc:3AöÈ)`=\92=²!çûz\84-Á6­ÿ´\ 4uþl       è¼pJH\11å~JCÎ÷>\80\96\182Td½Æ\92\8bôû¼Ä°J\86Ä\83å;ÑOOO\v´\ 3z\\9b&dI{6#VÈ\81\8eÍ\88E³d|3""\812²~\1cyw\ f@\97'l¡ÈÕ\8e\\8bÕ\8fÐç\12V.­/ÛNðFÂ\ eX>Õ\9b\92Æö\15)aÏÀq@\a踴
\9döo6\1c5C9Î\83vÔÚº\917íXifmÝÃþ<cC¨\1f ËjHÒÓ\86þá:C\ fõ¿ß\14·\f½í[?ó@\bê¬HaÞ8\ fVY°)Ô«,Ð\14v\\9e×UÒ\ 2Þ×\9d\84y®÷b¬Ç\84D\86\96õ\9e\1eã\90P¯wï%\8eA\7f¾!\ 3ÞrÇ{\89\ eØjÃaS\¢&\84´Â\90î\99bëë\1e\10B«0\ 4I\vé\ 1\8a\98\19ñ¾l-&ä}Ù\v<\80Þ\1a_«f\by_uR}\ 1)´íÙeê-\96¶ü¸í\ 6\8cS\1ak\88\8cv÷7ű\9dé6u~<\81\8eƵ7V\1f\9fï(qLûï\8fM­¯èüúõyE\1cèÁí\8fàü=¸ýÖÆs\14\ 1}ÓðÖXý\94â\93\fÉ÷ç{cµ#\ 2\94\85k\91XHI¸.\1a  ½©ñÓ\ 1tÄr«×û<$\88åÑ\84 \8cÝ\1d&óF\8e\14º-\fG
+È!a2oæ<OÓsóf'!\ 6w\97¬@\81d c5aI¢\19"Ù¹Õë\8fÏ\ 33zµÃO\ 2\fDùÊÅÆÎ=;F\8b|5jV\80·@@G \97x*\12á\9eñ\8ay\ 6\aèè#ZL\ 6ãXWóÞ\ 2á¿\80\158²ø\ 5lî\4\84¼À¡ò\90ä\15A>\0É®cÖ¤\90ö ÄùU¤z¨Ã\10>kN(\1eé\18\94ÚK\1c\9e\1có\12G\92¼\11/q\881!ͯ3t&rP\9aÛ2)\81\84$½µ6
+W\ fH'Ì[L8Vè«è\0úýu®ZDÃJ­[\17Æ\ 2¼\81¼§6Ïß,x¿ó\91ç\96m1¢\1f\12±\12GÖ"\1aJ\82E$\ 1Âþ\7fV©Ú\8aÖí\ 5ï÷f²\18\17ë\bóÅ\98 ï\a\98\9aÈP:[w¸¢\ 6\14\92-B5¸^»ñ6
+\14\14\16\97¤\85¥¼È\81ô¨§ÆPP\©9´×jÅy÷GN\13\ 3¡À¤Å\95¼È\81\ 2ë®"Ǥ\ 5%\1c\17\ fE¦ú\9a]Û­è±\80ÎHÌ¢!`\e\1aI        c\e4öÙóÃ\vz\80ùæýù¾\12Ck!°Ðþ\91ã\fe\87¶Üðt\0Y\b£\15Ê\8e\14Ô;K÷!\v\87\ 2|t;\89\14dÈxø\ 3ô"\8bu'\1f\ e \15YlÊbF/¸\9a\87ât\ 2}³^¼'ÅÉzú\ 6y\90\12úý\9eÅtvõç½\80~AÖô\90ãö£\ 3èx@Û\98ÄÓ\99\9cd@\1f¿/Ë=\16ZÅÝUC¶Û\10þ¾|ó¸OI<\12\8c!_d» O\aÐçDÚ\92\10²z½­&Ü,ñPclZTCÈFÇU\ e\10  Z'I\82èÕmÐ<       ï\80¨\9a\19t\87$\9c\ 3лkh\85ôh&'d\86u_\9eÓzÏ\97ï\r\f£\ 4°N.\87\0tʤ\88±\0\91
+ô$÷+r\84=ɽ¦\83´ÄdÉùÑ\8a\98xÿ\ 1\8eþ\83Ys\84|B\ 2\8eXbï\1f\b¥À
+\85PnÇ,\ 1\85c:|Â>`á:Rvù?\89¿ÏòâpË\8cn[\ 5%3J\93²\84\94¨c§^\9eï\852\ 5ÇR\1d[     «h\87IZlVh4\14)V"\1c\fEJÍ·B\91bsó£¡\88áí\8f\86"\ 5Z¡k(âBÂ¥å³\11â\90ni\7fÁH8\1e\eRôé\0\1dÐ\a6¶|<\80pÕ`Ø\vóÍ\ 3X#\9e{\0\a{áp\0½\ 3g\1f\8e8ü~G,\10­J|8\0ê\85\ fN\14\94íØ\96×\8b,`\85\81\15\9d £¯< \1a\95['\9dO\ 2rs\1d#xAG_y¬Ú\ 1øl\84&\ 4¼°°@)Ôóò|S\ f÷ÂÀ \1eî p\8e\1eòá\86\ 2M©>¼oÎÌe\ 1Ãt\9b\90\féÃûs@\ 4\94çÔö¼ÞÓBÊÁ\ 5ú\129/NÐ\10u¬mX³¦D4¤\ f\88\83=CÏ\ 1ù\82\8e\96â\88(\b·8\91\v¿ØÒªã\vÞëüÿõW?ýâ\97ñGüñ«\7f{ø¤íù\1fO  xýǯþøx÷#°}¼u\9a\1fÿæ7?þî\7füùÇ\1f~ÿëßþé?\7fû\ f?þé\1f\7fùã/ÿñçßüß_ÿö7?þ×ÿûñOÿòóïÿð\87\1fÿúw¿þ׿ÿñ˯\1fÿòûßþûoÿãç\1fÿåÇï~þù/ÿð\8b_üío\7fûúùw¿ÿϯ?ýöç_ük\9cë¿ýÇÿüÓÿùÅ_þs{îëw?ÿñ\ f\7fÿãWÿû§ÿö«Çéþ?I \90\99
+endstream
+endobj
+459 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1025 0 R
+/Name /Im424
+/Width 50
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\0\ 2Æ\ 6\10ÉÀ~\0LÉC¨z° ã\7f\88Ô\1f\88Ô\a\88Ô\ 1:HÙ#K1@¤\18þ1 ¹\8dÁþ\ 1\98âÿ\ 1¦\98¡\92ÿ\aP\12âX~\bÅ\f\11¤)¨ÿ\ f\ 2\r`òÿ\ 1(\ 5\154r©Üâ\b\0\15÷P³
+endstream
+endobj
+460 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1026 0 R
+/Name /Im425
+/Width 38
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ1
+\ 21\10\ 5Ð\1fRl#¤ÝBH·\95\85¥\95¹\92½º\19ð*\1e\8bÄ\138e\84°q\12-¶y|\ 6\03\0[       p\8f'ÁãÍ:\8a\8c\82À&+Vàiè$Å%\ 4ò\8c\80\1f\11\91Ú"V,¨Ð;Ë
+ÓÉ\9aMÞü±\1dÙ6Æ\82\8br\98ád\7f\84o\9cåäñ\92änüa[[WÑ_§ézß}\ 1î\91
+endstream
+endobj
+461 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1027 0 R
+/Name /Im426
+/Width 45
+/Height 66
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ð;\ eÂ0\10\ 4Ð\89R¸Ì\rð      èé"q-\8aõÑ|\14\1fÁ¥\11Q\86Y\13\bÉz\85åýx\80\81   @d\95Æ\ 5º \81Àd      Ó\82\980WÄ\f\fê\14Õ\f,ã¦*JXÝigT+f×\92{À,ñ´¹öfð·-j\1f6c\91d\ 3¯Uå¼e\8d \93Æu\13}n溩­6}ný²©ÕOí¯ó§uî=ãN\85ä¿^^9ä@\8c\1e\8eo\8eG æ?RØ\9ev ²ô´{\1eº8\9e/ùt\a!)Æü
+endstream
+endobj
+462 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1028 0 R
+/Name /Im427
+/Width 76
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dѽ\r\830\10\86á³\¸ô\b·I\¥K\9bm\10°      «Pd\10F t\81¸ø~\8c#\90P\=åû\9d\ 1\0p\ 4{Mi¾jXîDëE\8eò\8d<m\17\ 5Úo\14\89ª¦*\9cÈ¢\11\ fŪ\14Éò\1f¡ª\ fdÑ]\93¯Ú|ÍÏÎär\8dvk\13\98|\91æû\ 5\ 6U(Òè0ÿ(©b\91æÇ\11P\85,\89FÞyRbIþ\83ï!êY\12=Py'14ÿ\90\13e\8d\a\8b6\9d\ 1:$\88v\8d\aÍo\8a\9c&CD2\ 4U£Ä[~RÍ\12oêå"EÄ_\1a¹ð_½\9eÝçý\ 5\92\1aºà
+endstream
+endobj
+463 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1029 0 R
+/Name /Im428
+/Width 54
+/Height 64
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÑ½\rÂ0\10\ 5àg¥H\99\11²\ 5%a1ä\fÄ\10'1\0#\90\11®tqÊã]$\10\12?\15\14ÖWØ\96ï=£ÚÐ\0ÒÈY\9cÉE\È&®6\85 Æ\15\1d\ 3=Q´Ñq.taE§µ
\ eèÏÔö\99)~Ïû÷üu²mÜ\1cÞ\1eQ\9aò)X`È\98k\86.ª \86P!.TO^UYHFß\0þ\ 3óO¾³;\1c\eE¼Ì\1f
+endstream
+endobj
+464 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1030 0 R
+/Name /Im429
+/Width 15
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁþGý\9fÿÿ\90\1fû\1fò\1fØ\ f\ 1ìxuòëT¬\96\a\0âE/t
+endstream
+endobj
+465 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1031 0 R
+/Name /Im430
+/Width 71
+/Height 70
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½\92±\11à\fEåKAé\11\18Å]²@¦I\83G£È \1e\81\92\82\97t\90;ç\Æ\ 5<dé[\16\9f\88\ 2\87¹ë\1e\98-\14\ 5
+ uâ&û"ÇÈ\9a²Ó\rI+#zH.Þ'ÉÞ*Ù\82\83\86U#vËC\85VBc\0ô\bñ\ 1\10\ 1Ñ¡Dk\93ËæPÏ\90\1cZj
+Ø¡ÿ\13f\e£Õ\13üøA\1fB\9dÓ\98`£+«Ã1 ø\9có×äí.öÅn\87!\8e\8bëh\89lѯ"\1cÙî^
+²T\1f\90\80\132Ââ\rmAÌb\ 6Ú\ 4 5\8d4¬åf{Ü_ïç\atJæ\82
+endstream
+endobj
+466 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1032 0 R
+/Name /Im431
+/Width 47
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 3\ 6\86ÿH$ãÿ\ 3\f\9fa(\93lxI>0É\83AÊ`\906`²\ 6\89ü\ 3"\99Á$ÿ\ fÆÿ\r\fõ?þ\83\0
+©oY³Ã\12\0É\80
+endstream
+endobj
+467 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1033 0 R
+/Name /Im432
+/Width 43
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9d\90±\r\80 \10E¿¡°d\ 4\a0\96Ö\f¦Aöq\89\e\85\11,)\8czç'\86Ú\84¼\108îÞ\aØ\ 4\80»\8bÒKT\ 6\f  XÑ\vº\ 2wزM\ 6\8a\1dê\95WÆ·,T\ 6}8$r3
+\19¿¶^.cþǶ'Y'ÚôÔ\9aЭWÛ³\92þÌÂ\µ\98bÌþþÃ8-ûü\03fDr
+endstream
+endobj
+468 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1034 0 R
+/Name /Im433
+/Width 45
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ϱ\rÂ0\14\84áßráÒ\eà      RR¿Á\90°;J\ 6a\89\bd\ 4Ê\14\9d\1cÒÓ|Í;=Ý\81-\11B_\13¤å\94¡\90îp%¼à\ 3\9d°B%¾Á<¢@\9eeq3¥Is\93ße=\8c»Û!ÿi}\1dêOoÒ\18Ú°É2\9ce\9e\7f=mï<úkKÕ._äåÃS{óMÛ·¨_\9e\9d¦Ëãü\ 5ñ¯6\86
+endstream
+endobj
+469 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1035 0 R
+/Name /Im434
+/Width 18
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀÿÿ\aØ\7f00\7f +\ 2Úø\1f\90vÍ*I\0,g1\92
+endstream
+endobj
+470 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1036 0 R
+/Name /Im435
+/Width 28
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMͱ\rÂ0\10\85áßrá\8e,\10á\8e\8e\9e.«d\ 4ÊH\14ñ>,áQÞ\bH4A\8ar\\fB\14_ñtÒ\7fÌ\8cÁ¤T^:\90Õ\93t!jrW\82\1eðo\¾V`só®Âàc0\91m!ÙF4\ 3³Bg~ÝuÂÛ\10=\13\9aÚð£\ fÿ\13\9a\85XWR1:\9e:"o×,úóí~z\ 3DkG\86
+endstream
+endobj
+471 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1037 0 R
+/Name /Im436
+/Width 43
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4\aêÁd\1d\83ý\ 1þ\ 3\15\fò\rÌ\a
+\80$#\98d8\90\0&\1f\80È\a\10ò\0\88LÀE2\80H\86ÁJÖ?\01ÿÿo\80\92ÚÚµ«\f\ 1´Î9á
+endstream
+endobj
+472 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1038 0 R
+/Name /Im437
+/Width 39
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\aÿA\ 4û\ f\ 6þ\aÌ\1f\18\98A\ 4Ã\a\10Q\0'\f°\10\12\0\98`@&\18á\ 4;\90øÿ\1fF\80¹H²ÈÚØ`\ 4\ 3\82àÁBÈÀ       \e\10Q\ 3"~\0]Ïþ\ 3ä\ f\b¡®]³J\ f\0NfPk
+endstream
+endobj
+473 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1039 0 R
+/Name /Im438
+/Width 35
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 1\ 3Ã\7f\10Áþ\83\81\81\81ùÃÀ\11   X\88\ 3(\ 4#\9c`\86\13ì B¾\ 1èúÿ\rÿ\81\0B(k׬Ò\ 6\0c\f?\1e
+endstream
+endobj
+474 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1040 0 R
+/Name /Im439
+/Width 35
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÿÿ\ 1\ 3\82`\90ÿÃÀÀÀþc\88\13ö ¢¾\ 1Hü?\80\8dàÿÀð¿\ 1HÔ3ð?`(`\90\7fÀ`Á \7f\80A\86Á¾\81\81\ f(ÊÀÞ\b\f\aÆÿ\1f\80ÆÕ700([×îÐ\ 6\0gÖPI
+endstream
+endobj
+475 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im440 477 0 R /Im441 478 0 R /Im442 479 0 R /Im443 480 0 R /Im406 439 0 R /Im375 402 0 R /Im217 226 0 R /Im166 175 0 R /Im444 481 0 R /Im445 482 0 R /Im446 483 0 R /Im447 484 0 R /Im448 485 0 R /Im449 486 0 R /Im450 487 0 R /Im451 488 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im59 66 0 R /Im43 50 0 R /Im37 44 0 R /Im38 45 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im282 301 0 R /Im79 86 0 R /Im70 77 0 R /Im37 44 0 R /Im39 46 0 R /Im74 81 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im284 303 0 R /Im441 478 0 R /Im442 479 0 R /Im443 480 0 R /Im406 439 0 R /Im375 402 0 R /Im217 226 0 R /Im166 175 0 R /Im444 481 0 R /Im445 482 0 R /Im446 483 0 R /Im447 484 0 R /Im448 485 0 R /Im449 486 0 R /Im450 487 0 R /Im451 488 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im453 490 0 R /Im453 490 0 R /Im453 490 0 R /Im453 490 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im49 56 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im441 478 0 R /Im442 479 0 R /Im443 480 0 R /Im406 439 0 R /Im375 402 0 R /Im217 226 0 R /Im166 175 0 R /Im444 481 0 R /Im445 482 0 R /Im446 483 0 R /Im447 484 0 R /Im448 485 0 R /Im449 486 0 R /Im450 487 0 R /Im451 488 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im453 490 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im453 490 0 R /Im452 489 0 R /Im452 489 0 R /Im452 489 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im283 302 0 R /Im51 58 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im71 78 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im72 79 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im82 89 0 R /Im56 63 0 R /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im454 491 0 R /Im68 75 0 R /Im32 39 0 R /Im80 87 0 R /Im37 44 0 R /Im72 79 0 R /Im48 55 0 R /Im70 77 0 R /Im35 42 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im78 85 0 R /Im89 96 0 R /Im35 42 0 R /Im77 84 0 R /Im37 44 0 R /Im70 77 0 R /Im72 79 0 R /Im52 59 0 R /Im76 83 0 R /Im35 42 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im72 79 0 R /Im37 44 0 R /Im38 45 0 R /Im74 81 0 R /Im35 42 0 R /Im47 54 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im47 54 0 R /Im52 59 0 R /Im43 50 0 R /Im78 85 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im120 127 0 R /Im107 114 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im114 121 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im173 182 0 R /Im221 232 0 R /Im139 146 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im235 246 0 R /Im21 28 0 R /Im116 123 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im102 109 0 R /Im111 118 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im30 37 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im116 123 0 R /Im21 28 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im113 120 0 R /Im221 232 0 R /Im234 245 0 R /Im24 31 0 R /Im108 115 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im120 127 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im114 121 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im109 116 0 R /Im28 35 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im113 120 0 R /Im221 232 0 R /Im20 27 0 R /Im24 31 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im111 118 0 R /Im108 115 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im120 127 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im153 160 0 R /Im105 112 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im153 160 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im113 120 0 R /Im330 351 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im107 114 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im25 32 0 R /Im107 114 0 R /Im116 123 0 R /Im106 113 0 R /Im102 109 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im146 153 0 R /Im136 143 0 R /Im148 155 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im117 124 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im22 29 0 R /Im112 119 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im106 113 0 R /Im28 35 0 R /Im116 123 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im118 125 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im147 154 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im145 152 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im120 127 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im24 31 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im25 32 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im326 347 0 R /Im155 162 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im26 33 0 R /Im28 35 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im107 114 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im107 114 0 R /Im114 121 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im28 35 0 R /Im21 28 0 R /Im105 112 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im136 143 0 R /Im350 373 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im111 118 0 R /Im25 32 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im107 114 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im105 112 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im113 120 0 R /Im103 110 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im101 108 0 R /Im21 28 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im21 28 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im143 150 0 R /Im106 113 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im136 143 0 R /Im113 120 0 R /Im352 375 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im105 112 0 R /Im102 109 0 R /Im107 114 0 R /Im107 114 0 R /Im25 32 0 R /Im106 113 0 R /Im29 36 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im139 146 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im395 426 0 R /Im401 434 0 R /Im396 427 0 R /Im402 435 0 R /Im174 183 0 R /Im455 492 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im24 31 0 R /Im330 351 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im28 35 0 R /Im107 114 0 R /Im104 111 0 R /Im104 111 0 R /Im226 237 0 R /Im350 373 0 R /Im350 373 0 R /Im350 373 0 R /Im268 287 0 R /Im330 351 0 R /Im331 352 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im350 373 0 R /Im193 202 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im102 109 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im138 145 0 R /Im352 375 0 R /Im193 202 0 R /Im21 28 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im200 209 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im116 123 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im114 121 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im118 125 0 R /Im25 32 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im186 195 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im22 29 0 R /Im29 36 0 R /Im21 28 0 R /Im117 124 0 R /Im25 32 0 R /Im111 118 0 R /Im120 127 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im23 30 0 R /Im28 35 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im149 156 0 R /Im30 37 0 R /Im29 36 0 R /Im26 33 0 R /Im111 118 0 R /Im141 148 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im351 374 0 R /Im141 148 0 R /Im193 202 0 R /Im21 28 0 R /Im101 108 0 R /Im103 110 0 R /Im28 35 0 R /Im110 117 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im136 143 0 R /Im152 159 0 R /Im152 159 0 R /Im147 154 0 R /Im146 153 0 R /Im138 145 0 R /Im148 155 0 R /Im113 120 0 R /Im103 110 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im102 109 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im105 112 0 R /Im28 35 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im109 116 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im120 127 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im157 166 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im136 143 0 R /Im152 159 0 R /Im152 159 0 R /Im147 154 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im138 145 0 R /Im138 145 0 R /Im141 148 0 R /Im118 125 0 R /Im21 28 0 R /Im101 108 0 R /Im108 115 0 R /Im21 28 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im102 109 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im113 120 0 R /Im150 157 0 R /Im25 32 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im114 121 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im105 112 0 R /Im136 143 0 R /Im351 374 0 R /Im117 124 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im113 120 0 R /Im139 146 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im136 143 0 R /Im193 202 0 R /Im141 148 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im136 143 0 R /Im350 373 0 R /Im235 246 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im28 35 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im350 373 0 R /Im166 175 0 R /Im396 427 0 R /Im178 187 0 R /Im138 145 0 R /Im178 187 0 R /Im136 143 0 R /Im350 373 0 R /Im456 493 0 R /Im136 143 0 R /Im113 120 0 R /Im352 375 0 R /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im331 352 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im28 35 0 R /Im22 29 0 R /Im23 30 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im114 121 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im21 28 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im105 112 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 476 0 R
+>>
+endobj
+476 0 obj
+<<
+/Length 1041 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}IÓ-¹qݾ\7fÅ[J\v\7f]\98jÐÒ!3Â\e\87\14â\92\e\9bl\8a´_sl\aÃÿÞ\85[Ⱥ5\9csq\80ÚP}?= \80Df"ó \87¿þðïßþú\83ûö\8f\1fÜ´|Kóôíço>\r_Óøúñýðã+Îëïò϶\1f¿?\8f^ÆÃèõÇ÷Ã\8fÃhûq\1e=\ eé=:ÿø~øñ\1e½ÿ¸\8cvñ0zýñýðã0Ú~\Fûp\18½þø~øq\18m?.£\83?\8c^\7f|?ü8\8c\1f\97ÑÑ\1dF¯?¾\1f~\1c\8fËè4\1cF¯?¾\1f~\1c\8fëèå8z9\8e^\8e£\17xÞó¼\8e^ÿ+ÿ?ó\8fïö#\ f\98ÆÃè×\8fÃèy¶Ñó|\18½ýx\8f\9eg8z\99lô2\1dFo?Þ£×\7f\ 6Fûa,£×ÿz\8f.?ö\ 1ù\9f¡Ñ+k\95Ñ\e+\95ÑÛ\8f÷èõ\9f¡Ñ+k\95Ñ\e+\95ÑÛ\8f÷èõ\9f¡Ñ+k\95Ñ\e+\95ÑÛ\8f÷èõ\9f¡Ñ+k\95Ñ\e+\95ÑÛ\8f÷èõ\9f¡Ñ+k\95Ñ\e+\95ÑÛ\8f÷èõ\9f\81Ñ\7fý!|\rÃðm8üoü\1açae\90ð\15¦¼¯åk\1eço¿ýù\87\1fÿûÏ1\ eßþõÏ?üûi\ 2\1f¯\13ÌÃa\82e>Màî\13|^Á8L§    |ó\ 4n<M\10\94\ 4\13øôµÌû\ 4+\ 3¶® ÄÃ
\94\94    Òx\98 \86Ã
\9b®\13ø¯äÙ\ 4£Ë|ç\ f\13¸\11l!Îç  Ö/ç     f¿Ñ`\1cND\8c÷       ¦Û
+\96õ/n\19à\ 47\1aø¯\19¯`Yà\ 4`\vx\ 5~\98á\ 4\80\88x\ 5+½á\ 4ó}\82ñÆH¯\15øñË\85m\82\ 3#Åå¾\85ü½;#ù\90\15d\85ï÷      \12\90Æ;\r²4ú\18÷-\1cV\90nÒ¸þ¿/+Øþâ\87Uyä-\84ñkzsâ|\13&:\81\9f¶      ÜÜ9A\1e\98'È+é\9a`\18¶  òJ>M°^W\97cÜþ\92¯"¿ä        Vb¾ù Ý4\12\9dÀ¥m\82ü\7f?M0Þ¶0\96-\8c_)l\13¤á=Ám\vt\82<0l[ø8Aü\1aæë\ 4ã°é\83¸n!MëiD\9b Ý8ù.Ké%\1cn5Q³(äñ\aY\12¾¿Ò<\7f\7fqÛµr\1a\1f\1c¾ÜE\10Â\8b\0n\19÷ï¿\ 5!\0Q&ë_µ\91²~÷\12ü3ýÜK\19mwÊùûwuº©ïûúý\90Ðø\e\a¡ó{}ß\reüÊ\10ûùM7úÅ\e\v§Õxؤp\e¿\9eãûû7ú\85\e\ 3nçç}Ü×ÿ¦ß]\ 2Ð\8d¸\8d\9fÁøp»\f\83\97èÏÎ߯Wù£ó\ f³ô}J¿8Hô£ü\135þñ_î2~~QÄÍë\85\92Ç\8féköo%z\9b Ý,\92\8d\0Ù\97x        ð8\1d\16\14\b\7f     `a óøÛMÈ\15È´\7fÿ³\ 2¹\1a\0\ 6·\7fÿ0þ¶þø\15àúw\ 1>¯_g@\176\ 6<}\1f\19µ\84\81\8a1s\1e\8fî0?@\ 6ò\90þ@\80É÷M\0+ß¿Ó¯|\7f5@îã'Á 5\ 1\82ç\aÌQ,\0Y\80^\17àE\0.\aèW#?Í\19A\b\80\9a\8c ¼\7fl\8e{ùgW/þõçe8\8c^\86Ãèe8\8c^n\bÂöçå8z9\8e^\8e£o\bBþó8ÌïÑùÇ÷Ã\8f÷èýÇe´\9b\ e£Ýt\18í¦ÃhwC«^\7föãa´\1f\ f£ýx\18íohÕëÏ!\1dF\87t\18\1dÒat¸¡U¯?Çx\18\1dãat\8c\87Ññ\86V½þ\9cÂat
+\87Ñ)\1c\eZµ±Á\v­\9aÒæÅûí_o^|(^|\19\0æh£çx\18=Çóè9ÂÑK°ÑK8\8c^Âyô\12Ðè0ø2zý¯÷èòc\1f\90ÿ\19\1aí\9c\8dvî0Ú¹óhçàh?Øh?\1cFûá<Ú\ fxô¼\8f\9e\8f£çËè\19\8e\ e\93\8d\ eÓat\98ΣÃ\ 4GÇÑFÇñ0:\8eçÑqD£9àৡ 6¡\ fµÙ'X|\1fjc\13\8cë5Ù\85Úì\13¸¡\ fµÉ\13¼\]·ô¡6û
+üÜ\87Úì\13\84©\ fµÉ\13¼P\9b\95\1fºP\e?\15È#Å>ÔÆÏ\13\9c@Fmü2  dÔ&\f\11N £6Á\ 58\81\8cÚ\ 4ï7Ôf\9d \vµ        Á\95\15\84>Ô&\14cÿ²\82;jCÝýU\89§\82Ú|t÷\19b\91õø\v±ÈVW\ fä\91U¹4Au\v\83\16¤     ª[X'è£Áz!I\13Ð-¬Nã#\1aìD\½÷g|\90Ýÿ®-¬D|¶\ 2#b÷
+ü¢­ z
\13ì§0,\ fY¹{\ 2;\85î ÖS\90&àǸlǸNðL\16zW\90Oa[ÁÐ)Î&\vµ     ê§0<\94\85î\15\98,ÔVP?\85Î-Ø)¤Å=;\85þ       \8aZ¯NP£A\9eà\91RMù\8díÑ\16º'(\8cT\9d\80¾©¬fÞëM%VÞTè\ 4sy\16
+½¯:û\ 4Ãà       ¼{8\81ó\ f'\18\ 4!øg4°        Ò\12?O°Ü\9eUÆÍÜ\9f]\81Å\87óÐÝT¾ÃÒ\ 5\15]\fÖ>½OÞ,e
+«/     \8d×QÕeÞ×ÿ\19UŨâK\94Óu<B\15ñ÷ð\88ßǨjpèû:ªûR\ 47úé¨nØ\9fe>\7f\9f¡º! õë¨nÆ]êô\ f\93+ l\8cþ\rʾ\7fl¸\ùgW\90îõç\17(k\ 3^ ìûÇaô\1d\94Ýþ¼\1cG/ÇÑËqô\r\94Í\7fÞ@Ù2`\ 3eß?Þ£\ 1(ûúó\v\94µ\ 1/Pöýã0ú\ eʾþü\ 2emÀ\v\94}ÿ8\8c¾\83²¯?¿@Y\eð\ 2eß?\ e£ï ìëÏ/PÖ\ 6¼@Ù÷\8fÃè;(ûúó\v\94µ\ 1/Pöýã0ú\ eÊnlð\ 2é¦#89]ÀÉ   \83\93ó\ eNÎGpr¾\80\933\ 6'çe\1f½\1cG/\97Ñ\v\1c½ìÐær\846\97\v´¹@h3\ e\ 6m®ÿõ\1e]~ì\ 3ò?C£\9dA\9bë\7f\1dF»3´\99ÿ\19\1aí\r\b_ÿë0Ú\9f\81ðüÏÐè`@øú_\87Ñá\f\84ç\7f\86FG\83²3\83¼GÇ3\94\9dÿY\13(\eÆñ\19(»OÐ\vÊÚ\ 4Ý ì>A/(\9b'x\ 4Êî+è\ 5e÷ zAÙ<Á#P6L\18Ñ\94AÙ0cDS\ 6eÃâ\9f\81²qpÏ@Ù8,Ï@Ùèæg lôÓ3P6\86ñ\19(\9b\95ø3PvÕã\8f@Ù¬Ê\1f\81²û\16º1UÛB/¦ºo¡{\ 27>\ 3eó­ò\8c\ 6ó¢!\9aU"öB¢\99\88\8f\9d\88Ý+ðé\19¦º\9fB7®<\ f\1a Y=Æî     ì\18{'Øe¡{\ 2;Æî    |z\86êîÇØ\8d+ï§Ð\8bêî§Ð\89©îÂÔ\v\89¾O¡w\ 5&L½¨îû\14z\81ér
+ý l9\85î L\16ºQ]£A?ªk[è\ 5e÷-tOP\18©\eÕÍvâ#T7Û\89Ï&pÃÓ    \96g¸òj\e>\9b [ë\8f@Ù÷
+zQ][A/²\9d=\96GÈö¾\82nd»LP\ 5¦kDì\9eÀd!Íéó\ 4ë\r\b#îÃh\19\vGhõî.PhuDЦ\1e1¿~\eA£rÄüêc?\82ÖäAëôû³\97¾Oé7G\11\9aÆ\11ó¯;íþ}!ã¢|ß\ 2ÎÏô\172VÆâ2û\9d~\ahþÆ?\8cþq\88\8f\9e\80 ýûÓ\ 6˸\89\ e­ÿ\9e\9e&²&\7fò4a\ e\7fïÓD,Q\½O\13\86\17Ôèwϸ)ç\1f\ 3\18\7fO¸¸\7f\7f{Z\8bq.\19[ǧ¹t[ÿ\96ßs\97?7\97\90ÐpÊ\98rBÊÈXRH'0\81_n+Øð\95ó\ 4ù\7f-\854\85ékxSÐ\ 1\15r%áö\17·¤M\87\9fV0ÞX0ÞXp[@Î\1c|\910\9c\92~ÒM\a±\ 5ä¤\ fe\ 1,iÆ;\87Î@ÒasÜ\92>Üíû³\9c4ã½ß¿ÿI\87ñ¤\91"\83§ïße\98f\9d\85¸sÀ§¬3\964´gM\9d¿\ f0?\964â÷ñm2\Ö\1f\17iý4i&%ðý\86¬¹´ õëYsc\0ôkx^\1fÓÎ\7f]Ysã"}\9fÒor\12ýhÖÜ4¢ïëô\9fÑ÷ïôç\11"H\7fL@\81±ð\b¤?f\0\9a\13þ_F\91ÿqÖi\18LþjY§Ä\86Zõ§¢\7f\98ü\87\ 1ñÏ]þix\84K\92þâá\11Aä?\12\1e\9f\11\9aþ¢>D\80ç\ fnpr~1HçÇlÈ\10Ñýu·!éþ\13\94¿Ûþéù§Y¼¿Èþí\ 5·wÿ«í¦ì\9f%\9dÚÓãeý@\7f\12úMðþ\0ò\7f\ fï
\8d¿ïÿþl8Þ\9e\8fËþ\17\aî\8fI÷!\17d\7fè÷W\1c\ 6éþbámq@ô¿G\00þÉ>\94Â?\8cþÑ\ f\12ý¹\ f¥Ù\1f\94~~\91èGQ\9c\10¤ûo¼=ú\8e/û×¥²ÿáøøï\ 28À;\ 3å\ 5¸T\18è4\81\a\8cK  \8d~\1fÿ&\80\a
+h¼1ÀË\83)Im\97\r\f\ 6+E4\83\ 5\ 4`\ 1_5P\19o\12|\1aï\ 6\ 1\ 6(yûVøã2Áí\ eAnää\ f\89ÿç#¸á \94\84\v:BH»\eú\8aqµÌýa<¸¡Î\81[\10\9fAöâ´3¸\87.låcFD\ 1`Åá#ð~Ð\8eà®FÊ\ 6<b\ 2\ f\8a\97\¥¨lÀÏð\b\0\16Jv`Õ7j;@Á\e¯\1dÄ\ 1í@pDm|\92\8e\90R a9\ 6\14 \eHIÚ\0SD~\1c$ED\85`\8c\9a\10Ð#\9cD&d\9aȯ¶\8c¤\89\98\9d±\8a"¡gX°ªg8Þ¬©ée\9fùÅ¿"Éò\ 4oDn½bT\1a\86A\16d|\9d\85\ 1mA¿Îv\7fªÂEè\b6\7f
+~_º\v¶ñP\13Ê\9a88´~$ÆX\11f\7fLQ\84L\93ïþXU\93\13ú\87±S\8a§\97\85¹ûcg\ 6ràQ\ 1ËP\88\8b$CL\88³C&\9a\13X\ f\ 6Y\ f\92\ 5\8c\ fí\99ü,÷è2\r\13¼\8aÀeJÎpBW\91C\ 1­ä\fE=H\85p\86\ 6\99\85\19ÚÔ²1\90\1fæÄ\13¸Z\84Å+]L\v¥\ 3\86\e\139\0\v¼þw5)çûeè\ 1®\84\bõp\83Y\1fE\93\921QtH\9140QôP\93ÉL´{\96\9dL´¿îu2Q\fòU\8a\99(ÚÓD/\13Åì\13+LÄ\14I\8cÈ Ò­ò\bu9°g(\13%h\91Ýo\13fTF{^¨{V\84\ 4ãüè>\8e\13´G@UËkTúðª\8a\19\f\96¯exo\0\0LĹ-\ 5\92ºØØ\85-È"\8fïbcWÊ¢ÅU'VØø
+Qm\7fqq|±ñy\aîþH\8b¶°a4\1e\90À\r2\1f»\84h(ñq¡Añmâ\12ûØÐ\95+ý|
+:\eº    r\81ìàç*ï\12\17P6\9cÑ\19 6ÄV\99\9b\13"\0p¯ïGø*W]^ú/ãAv\b¾MÜ\ 2      ¨\1fà2?:@«îZ;À»\10mȽ\1f&$Dw ;\ 1Edb<¬®e\\ fò\1d½ê\91s{\8f\1dÍ+ÈR\98C\1dâÊJ\aßô^ß\92ò`ÚTa\9e Ë.v%^î<\81n\17»\92jvY\80fÒ¼\98¨\ 4Ìå      >1\11ÅzËcËe\ 3²sfPëu\ 3²sæJÄÚe\ 3²sf5\96¯G(;gY\fÁ\11ÊÎY\8e·y´\80\ò]Y\0\ 5:\1d:\82\ 6 ³TI>\9f\0¼\8a\18R:©\13\10 2\ 4À\84
+ÞoHë¬\8a1æb\1fE1¤Heò\92\18¥¯á¦É^\v\18ݾ\83#Æ¥ã\84\a\19'dP©\89á\3'È\ 4f\ eÔ& $\9c\87G\9aÈÏH\8e%þL`÷q\8d        ¨\8b\ e¦Ïf)\87J\17\95\8f  Tê\ 2â\ 2\1d*u\8bx\ 6\ 4ªô³$È\8c\89®\b:¹0\84Y\9d\80ì ¢ûP\7f31¬±ª\vé\11\85è\bÈ\ 2\92¼\0\86\15F\8d       \99s\15Æ\r#¸¬àî\±\að\f\16\9a$w=\80[\14\18Ì\88\8dïg@\11ó\ 5~_GÌ\17t\1d)ß/\18Ç\80n\137\80
+G\ 4©\e4) \10Å\0\8d:\99\0Ñ!\83àN\0
+S¹â\9a\9cÕÀ\1d¦¢H\9b\17\85\80±`ôȨÒYÐ\90ºº\1a`H߬ÝE\14'\8bÈ*m0ìc\82w\11ÐC\84\87\12´ht\1e\1a5{\82\99åq\8c\9d~Aa¡Q¼Ì)Ú<A\ 2ê`ïn\91\11â\19¥-\90+\8e\aÎNpì\8b?Èε\8dïºÊ²wý:\82±ú|Ï0®\ 1¬\0A­Ä¹5ïz¬½Þ\13ïz\9a\0\ 5¡IJ0ªòü\7f9B\10\8bÊ\ 2¡f\95\82\ 4_°«püüøK]»\12=P]\0õ-\87(1!]@É\b\13\16\80o\ 2\v\84ºð\80|\13xï$
+Rײ\843^¤\bÅ\83\12÷Þàþ\9a\18R\80¢Ä1]v ½7¼(\18!\ 5õ \1c¨ÇZ\10\9a4>R\84\16ÇTçA\82Ô\8eè\ 4ô«pwî+,Ä,z¿ÞDó\9d\ 3t\8bÞÏo\ eè²è­Ä\7f·\10\89j\88½}ï®ýØùömAHíjÈ<ó¨ò0që\9c¨É©kí\8d    «Át,\8eH»L)       \83¦Éé\19\86E;C\1eG4\8b·9sÍ1\135`\ 3È jÀ\ 6Fy\ 1\f\e\90\r*ÂÆ¥Gl?\e\97Çk\81\8dI$Óì¤Ë\88F2Íè\f\1a^lrz\88v\9b1p\0\89\81\8e\93æ\14}p\ 4\r\8eÝ\0u±üb\93Ë¥<º\8e\85ú\8bMNÒ\97\16@#8<´\aô\b\8e\0Y@wm\ f\16Y\ fLkYúõË\88\1c\80a\ 3Õ\ 3 ãeÇ\12{51!·èîÕð\10\1e¯]eT\ 4Fí& \a8i6=\95aCHk2\uíS-ö¡âÚ\9fÆë\16íîڧϱ\a\1c\1aH`|ÃUê&\a6 C¼{ôKe\ 3ôÙzZÀ\ 1\0\1dÄ ÎìÙ¿lò\14?C\9c[+d°\ 3{x?¯ÀIyÚ[üÊ\88Hp³Éé\93e)C\7f\19¯g\97\fQäaâS\f\8b´~ú}7\89ßg    JP\ 6\e\12\94&M\ 6è\83g@BÜòê\1d5!bzÜ*M\Æ\vèÔ9¿¨*DüÙ\1e.@\7fs.\81ùW
+êÐȤñ\0Ï/B<Ø`Êä¾\9b\8f\98pFBÔ\92#¶ 3l\90âE\93\98ÇG7YÀZD¾\b\82\83,\84x\18\ 5_\1eû.' ûÕþ!\ 5¼J\ 1\92\1d\13F\89\ 3è÷K½\9cú÷\89C\15Ñþ\91\12 \1eeDW¹"ÃÅ¥Mq?À®@Ø\90ÐEÐ\80K\8c\88\80\12À[\16`ÁG)\1cÚL;§C3S\84+ÐáµÙ?ãá\19\92°áÅ^5'\89\16XDs\90¾6\ eAc"êÓ\ eÐ\9a\91q\91èР      4à"ÑÁ#\90q\91è\87Gwy~±\97îrê\14ZðRÕ\9e\ 4Ô\83\88½³T\15)Y@D¶\0ôIð;AÆ\ 5æ»\18ßß        ª\11áqü\1c\11~wjÞy\19¯-Äp²\ 6\0\e\93\80î´ì\13|\16\ 3R¸ÁÒ2NãÝ e\ 5¼\9e\8cí­æ¼\ 3Y\99ï\ 1á§ñ\rÊ|\7fs^Ïâ£2g\ 6\89\9b\vH|Y\81¬LwÏô|\ 676¤\9eí\ 2ÏàîÙR· t\ e©-\80gV$t\867\ 2°ëÐ[øÓ\85\82òu¸¿\19\9f6\80"/È\ 2ü¨q1¥`Ð(È#Â\11\vè\81¤Þlºè;+?¤agâ.£Ì't\86JnËûÍY£\0qÌF§é\ 1êZ\8e\13Ð\84\r&I\8e\b\97HH]»R\ 6èªÌ\9b}Ûª.¯ø¶í$´F\91ó3
+X§Æ\1a\ 5\8bù\91\18\8a^1\f»\1eª\88!\9f`R'`\8fÆþ\91\18Y¯F\81\a\98w\19Ä#`\ 1åò\ 2\98{\19\9ei²Ý=¬h²Zõ\8aª"áÅ#\1c\9a@GÙÂ4>R\ 4V|¢Û¦ÚÝ˺MÅüKÄÆ-\11é£d\91ð\80ð¡[\8c^/v\a\8b¨\aé\8d\ e²\80þ\\12]Ú\\93³"A\85\v\98{\88,\9a\ 6°<úI<BâÝ\ 5D\ 2ý¹aw/;\84àu\84\11\9a\11Fôý\ 6°>&Ä\83Z\1d§- ]ó¬x@·{¦HãC×.ª®]­òC\8céså\87ê³qp\1fy\90¾\9a\9a\8eï\81Ù\9c]EçïËPm~6\ 6ë\97\9f\9a §ñ\r\a\84W6À\17\v`\ 1ÝÅ(¿L \9b¤»s~>B½¸è¢R\80½új,È_}!\vêN\85\83ßoȶ\9eÀ÷[\1e̼*\83,\9e|\12e\88¹æ   \8cW v˵\1ev\ eü\b\ fUÃÁÏ'¨g\ 4ÄEÜ\0{u\8e\9a\frh`F\eÐóí\ fZ°Ë\1cÝ\93ÅýòÙ\1cåÏÖ\88\ 4H\8f\12\1e\9eU!&G8#\1en\b¨7sºr\ fÑ\13X\10\v¶x\85\860Vµ {uÖ.RêÓ\19ÂØÉ\82;0P'\0ñJýÃ{hO5ï¼\87öhòª\1ad~9b¡&`@ÕÃĩŶ\98^Ö3¡\8b\bÙb$îÀòÄkz\9c9\14Ö+î²\ 197-÷\8aëd¡²\80i\14\17À\1e\8d5-ÂÓÌá÷å綰\f\9bO{>\81\8eç6\1f>?·Í ]àé¹Í\1fÛ\9d!§ºR>É\ f\15\ e\ f¾\8cÑý"\eN\14\90Ú}m\8f]\ eLÐòÚ\16Ñ\ 2Z^Û\8a1âæ\1a2ô¹Tý\99\84-\ 6ý\ 2IÐ`ÐOûøV·|3È\11      õ2hÞ\ 2\17*<DÍ9çÁø\96w\ e7j'@\9fûJÃ\9d+\13éÏ}Á\81#hxî\v#\18ßòÜ\17Ñ\ 2thf7É;ÅÐ'ÄÃ-)ªã *"f\92'm\ 1´ÌúªHF·MÐUf=\17\8a\7f¤\arý¤'zÀ/ý<°\ 5rÂïËå\12òc\9b¦GX ¨*D\ 4ã\1fDMN\r:Kkªð \r¢sH\88\80\1a¡ö\88ï×ä/
+\ 4x\82úCQ@\9a¼!\989D\8d\82¼Òü\82\16\80\1e\9aÈ\11¤¤)Rº\83\87z(¨z\88\eÕ\83ªFØ[\9bz\ 6D\8ct\83\88YÕQâb\1eJ:\8bz\80x\15K@ß\97ßIöPÐ\9a\14Ч®¡d\ 6­ú ±ø\91=öÍÚ
+èC\87Å\82v^çÑÉ\LÞÊ<ô+d\8cÔ
+½÷jÂ\184\ 2ðBïI\93\80øð\ 4âÓ\13Hê        °êOð.ÑSdÓ"j\ 1V¤=<ò*¬È»àU°\14Q/m\80.`\92/S\96âY\160ÌÍzp{ë\9böñ})\9a#Z\80^\ 4Î\8d¥\bܪ\8d\ eõ¯\92PäÝ\16P4ñi\ 1-$4\80©BB\9e¢éÀx)EÓ&\98µ3 \ 5¨\96\11\91@\ f\8aß\93<O+ÐmÂ=ɳv\ 6ÕêÊg.\92sÕ½KÒx\1e\8a;t\8bÑ+GÒ®¢ó÷e\16ðaPÅ\90\15W.ðÆå\ 4nw\11ãbëGÞÁÅöà· \1eÒ\13\8dS\92x\90z\96    I\91\9e\99²¿×U\14\19Ï2\9d4!¤\v°J\82\95\ 5P\19\98Ð\ 2ôËÜÏP        èõ«f¤GõËÜ/\ 3Z¿\ e\11.H\a´¼ø.\90\83õç6¨E[\ 2\10-\10x\18û`æÜT\Ò\ 2¼4µ&Ä\1c\9c\88"\ f°@^\99\84į\v\93¤\88)<\13ñ\ 2\84\96®\ 5\9dHH\8d4D î壪j\80¼w\8dN\12cêY\8f\88\82zäÈþàw¡ ¾\80i\16ïb\12\8dnÕ4\87©3\9c}·Çª\13\90\1d,H
+\1aÂÙ¡"j0Ê÷@ÞN1Ü+C÷\9a#¹ø\93¤\88x$ðüÌ-ØÁ\85º[PÉ4í5ª÷LÓN£z\ f\ 5î5ª÷LÓªAPÉ4­- \9aizf#ôô=Á\8a\94Ö\ 6î<AлªÆQµ)\bÀ1B£T\8eàÙ\83\89\9by ÈÑA\99V.ôë}få¥Çݤ¨T\18'Oß\ 5`È:­\vé5\84!'7ôè"+B\95Çw"\14Ú\ 2x\11\0t¡²\16n\9b]zù¾\X×\95\96+\97ï7t`\v\ 4\12¾úw\15»þr\0Q\ f§^\ 6ñ\0Xó(DÀ\96·ÿÒiá:\81þêZîÓ\v     ußÖA\16Òñ\95R~¦J\81\1a¾q\9e@oêjøÆe\ 1Ȫ%;(y1Â\19²\e´\82\86\92«\\97b\12}\11\ 3¢\80þhèK9Æ\9a\1aà¹ÎAcb\ e°L\12\13Öêc×yèsôEU\91S&\9cà\11è­\9f,U9ße]½\16\ 1ÎP\87\19\17÷\8c\84\vTÅzºx\ e\9f\90Ä\90F\ f`M(\9fa\18\90\144 d9þâ\89\1e\bn\96ô\0%\80÷"\ 1\88oçe)  Q\184\83\8c\966\ e\90\ 2zì@D<¤ãt!"!j©.]ª>T5!\ 5y &l)d5¢ËH\ få\v\13\r¡|aÒnÃZ%®v{À \12£`êÄX\16¯NÀ0\96\ 1o~\ 5­b¹)m\ 6\87:mÊ\92©ëÐ] ?\19Y%®ª"á}î5MÆ»o¥g\ 6IôÐ$ÓQ®\0)¨?¾\aY\11\91\ enñm\92uA\9d1\8eÏ\988i®)\8f¿@B¤ô/3x\ 4©\91\ 6=\16\1fúæQöÍ\19<\92T\8b\90¡\e\85\ 2sü¸\ 1v\15Y®u\1eßøÞpî0\9fQï®\1aJ®Ä\12\9e\01YvE¾Sº\9aØY\8bøË
+\90]O"8
+`\7f\9e@G  ÝRÜëó!Ê(¡[fp\88\88\v\89cS²¥¯\ 4\90»ðíøBe\ 1Ô¹.¡|5.¦©ªåÙ0³@³Mú\9aÀG´\ 1Ý7-AÑu\ e\17\1e\8aám\ 1´ùRØÂ\98.\13Ü¡n$\86¯$-Ã7.]_ä bgf}­m\8c»\1dâ²á\8cq\1d\98¹p5nã\9b\v£Ð:È â-Óí²\82\0\1e
+R±(.+h(Ëè\0\rt\93Æ\95lÉÐÛFnÇ\8a+\1d°8V\L\92\12\ 2\95\96¾9×\rȯ^V8â2\81þ|m\95#B¥i\ 6\1f\8f\16 ?\17x³ëÛ»'\9d\ 4\12~n%Xç\ 1¦Ë< \80\1e\8fhe!¯GØ\10\8c\16UM\82\1fo3Öº)\82±¯±¯\8fé\99\1cZ0Z¯\1c\82v9,\e\18\au\ 3,Õm\92\16@£á&\8f\b çiM\88\a\1aÊwÌNbbZ\7f¤\94§½ò ì\9fçâ\11ÏXhÑĸV<¢®\b\19T\8b®\82\86\17\93à\ 6q\ 1$\90ÇMê\11°`0m\ 1\14hôÏ\840#¥\9d,`Ádð.ÓK\ f\ 4¨\85\1az\1e\84g,dON½=Ü\ 2V\83r5»Pêt×N\90\897\11/J\89\12\8d7©æ\b\aJ7
+\9c®Â(wQÛ\81Ò
+\ fÒ÷\8a\92ø_7\89I\10Ñ0\88,\80\8b\ 1\1e¡Vüaë80\887\11\81x\9c\110µFÀ\9c#ÉêLLúØíöX¥\8f\1d\9dÀpÎÞ\9e®1@\1eh\80)µË\1cñpð\eÌ     n\12×P\14Róë\18Ê\96ãÈ\90\1e\ 1\b\13\8b#CN\81~\15e\9c\8a\bÛõй\17áU\11ê9F\86OÔ:\87P\98°4\0Ê\95\8e\eaÂ2A² bM\8e\88B\83Î\16\8cúZ÷\96*¼P\9f\80\85²Íà\10ZBÙü>¾§¢\9a¥Ê\85Z\ f"Z\9aÔ\ 2(z;ZZ\0\83\10ÝÀ"n }\r\11\89Á\1eJv\9e 
+\9e¥¥ÚM»\18T
+P\90T3ç\11\ fÈF©\95¶¬ó\0k\88è\1eIQ\86'$! X±\ 5@T\ei±:<á\11\ fù0«B@\10¦\18\0\ 5\e@:+¤#èbÂCi\92x\88\1eÁ\bõ\88\9e«7&4^ïû1Î\1a\ fQ\ 2\1c\14ÙçÇwÒ¹Ä\9e¬êw\11ÃG\90&o\89\ 4\v\1a\13R×l@LØP\98ЩW  «£\ 3o\82Û÷\19ÊiM+®2 \1caq\r\ 3Ò£\r¯\8e!¨GÈâ¨\1e\9e@DzH\7fu´Ò\94W\ 2ȯ\8e\ 1k\ 1\1dÞ\18¡\10ê¾õ$\1a\84t\ 3\13TCú\ 6\f\1cèí'XZßT/\ 2^EG³\a\19\96BD\8b¬\88YCÃgÖDÎkydMìðB§5\11Ý3k":Ñ\9a IV>n\8f-µv~#x¶}%Y\85÷\11\1c\9fm\81I\8b\91ò\b\r"\1d)\8f\11\91°¡ç\ 6Tdz±ù\98\90S ?ØÅ\11Ý$z©òho=½j`\a\a:Õ@\84zP\82Y\8bknà@½\ 1\14qÍKªb¨´=¡\9eµ=\18Öº~ð       \16u\ 2\16\bV\98¸³÷Ï\9e&WíýSI\93ëí$ç\8c\vë\r *ynÕ3$\14°<·
+\ 5xCÊ(\9e\0K3ó*\ 1X\8dÞ\11m@\7fø\1f\1cØ@ÃÃÿ0\82ñ-\ fÿ.h<ÄøÐ\ 4\r\15b-9¢¶\80{­ìí.ËYbv\86\87   \92\ e.D$Fh\a\ 4Þ\89Æ\84\95\1eb4\90,\96Ø\89ó\ eî×y¼\ 5_\1880¾jÔæ   \ e5jãͯ¡+X5\89´\ 2ÖÞ×\1f4ÉQ\ eÀ\8b \11\84)I\82À+Ùh\9a\842ÁA\93ôdÌZ%\9c\v\ 5ï\19³Õ<±Þ¶¢P\13µØõ\ 6sÖ{b2xA»\fh\92\92\83G(×\8fÈ­3æ»Er\ fA¢):\16ÒÚÛ\×Jáô\1a\ 4Á/âuÈ¢\1f\82v\84¼P0´Hd¬?G?\0\16Ð\83\a\89n\16\8a\90\80:\v­n\85ÈB,úa\966À£\1fÄë\98"<#:\81\86G¿0¡\1d4Ô@±Z<íש\ 1\1c£HB\92,¹+ÒÊuÌÓÌ\90MÕàÞ\ f¢YÎ\ 1\12d\96ëR°\87?T¤\80\8f\9f»ÇoI^ªAE\bèÑ]ÜR\vÉ#EÞ\92%\86ÔPCí\ 5«òÛnÍX\96Ù´+ò\8fqxô\b\13\14B=ö !\19h\80\17\94Iq4 ¸Þ\98\97\95Ñ\91Í\19\ 2\11MÈ1¹»vãaäö¿óëP2@òºKrHâ»\90\91\12O[ÒCJ©çpî"\94tï<\95×\86ÎFTÎR\ 5»\9b\82ú}ü'&â©\1d\vú~C\ f \8f\bØ\10ºPÊk^6 Ç±íYnÕ\86\88øÉÒÍ    \11P~ïr¥¼æy|Cå\85\1dÞ¨¶BcYnò\ 2HLøP\1e\eê½Ì\88[eir½\r Ý(Ê\0k
+
+e°¡Jñ,­\9fÖ°     H\ 6[:\b\99KÐÙ\10Ñ\8a\f×\bÈÑ\19x\0\14\91\12iéÉi\81\84µ\9e\9c´\8bÔ\88Õ\90ÞEÊ\1e=«<À\8aè 5\ 2\9e½982Hg@c?Ì%¨èAþ}\8d\ax\v¦e×"]ùÎÖ\964óÀÇ@F
+°-%W´Ö\11\90½Ø\ 5Ë\17>O ¿ØY\17¤\v\rõÜ\16\aï¢\ 6lCÓ\ 3\1c[Ñ®"Z\0&8U
+\89_jØFÅ\9a¢~±ÁĽ\9d]ã¤)2º\80\ 4O@_@\82öhC\19#«&VïnL¢?,\16v5©»Þ\1c­\aRÝ"fM\98DEB'\98\83:ÁçÖ¤Ýb¸ 1Ðß\1cÃ"2\ 1ïa\ 4\86\ 3\e\8cÚ=|£³¿o®ÂÓ«\b^\8e\84\86è\91E\ 6Þüx\95bt\86-M\90&õ:%®u\84L(\15Nx-Àª\81u/ A\83D\ f_I\8bÄB¼F°fÐÐä\16è\19\83ËÌ\83\ 6Ã\99«r\13¢\8d\82ák\19Þ<$g8íá\1f\8b\86\ 3nérÌ\9cù\ 5ëø\9e·\12g<tú~Ãs×\8e®\9c&Сþ\1d]9m áÁnO-©í\80Ã\e\ 3Ú\81\9e\99a~Eï\11\9a[Q9BÞD)ª\14dá#\vØ@C\0Ï\82\16 tj·è\r\8d\0Ô7\1f¢´~\9e\98\9f:kø8H\0=/Ã\8d\12\añà\11×+Cï"Bw\11h\88\80òöTЩ\ 5ö\1aŵ\1dPç>¢\ 5´ô 2· ÊD,3\ 5\92\10½8\12.4|¤Æ\85¼\8dÓ$\8a1a\82ÉkL@½ûiܼûó!êÞ½·\1a>ç     tï~Ï-9\vbC\8fhM\93T+_T\99\88\ 3R\ 4-ýy\1d¼Ë\1a\82O\12" ^7ÂÍ\88\0úú½¦G¨cé\17Í\18à¡\1fþ\91*\ fA3\ 6\81îB¨ÊIí\92\14¨<\15\90#L\90\87åPʽÄp}\a$zfDzHiÞRxÀ2λy`B×i\ 3\ f\8d^\1e\98D\93\98\ 6¯Ìâ]ÄKghRÀ{D'í*áÙ5\ fåx/r\=C\16½\82üª\96\97{{q«]ç¼J2º\vôLÕ\1d_é<ÃèÅ3¤è\82G6]\ 3º\10ÔË\98\85¯Ì*\13âª\8e¹É4°gîU\1dï\ 1É\86¯¼oãw@rHB\1c\9dUÿ\98U&úÜ&ºv\9fr\84\ 5«"¹\8a\90uaê=DgaíCµ\90\13\81\aBÑ$Cg=:gɪC­\b\ ei#eɪCêm#UTÙÐW\vË\99gR#!oT]Ââ\87JQC\1a\80\154\ 4`X\bK\85\ 4\14¦\9b\8aM2Të\b1\88D]\0Ãh¦}|×\95¾§èÔHH£\88¬Róð¹\90\10¯.êÔ\1d0\94eÔä\80£$\11\9cA\ 3Jbqíµ\1dðú\1d³ªJ\88{\1a\10\r\eÜÓ0=âÂ=E§~\86¤xD\Ð\ 2ä\1e³Öéúº\0¹Ç¬\1f\91.l¨jçG¸\ 3=\8eg
\bõ@,\ 3{+LÌ«\83¦\9d\a\1d¡àâ\9e)\12¿ UÖÐÑmYÔ\e\9dø\87\ 3¼\90åæ\9e{#¦Ú\ 2¨\7fçÒ#E´W\aíUDá©"ÚQ\8eNE\14dED\1cÔ\88(ØR\81$9ñ\bX\82Ê(\19uµVÓu5ÀòS Y{\97B\86µæ
+ ó\9d\87\94TÅéeæ\85éM\81#\13\ 2¬õs³éªMÅ'X´   (X¹ ëL¯\8f¹\17\b\1d*õ19È\0Ũ\ 1dÀ×a\ 3È0h6\15ïVýP\93ì(C§&\89~\16ïc\16\84\91´\rp\94A5\bX«ií6âA Ð.\17\9e<¬À'2HZ\9aa%d\16+}\rK\8dÖÑ\f\8aÎ:¿{'¤\8aQÉ!\ 6Í7£8Ñ$úÇ\9f
+\84æ     üR-'E¼Ë\ 2ú\9f'hðð#\\80nRå\1a ÷ \90IÅRd¾\81\9eèv+\ 1r\19¯{Ç#"`Kï\8e\12\89T;\ 1º\80\12CRe\ 1J\81\82ù×)À\0\ 6\aÆ·\84Ñ\94àð+\ fé\r`\16È\ 3òM`íOÚ\8f \ 4§\ fv\84\9d5Ѭ¼h\8d\89y+)\95\87\88sì!\13ß\1f\7fy\r\92$òÐç$\9bó\ 24¿æ\85\ e\84\80\b\0\14\94\8d´\90\84õZyQY\ f\92#\8c\1a\ fÒ4§\14E=Ê:]Ï\9a\10ÖÊ\93v³À\98ºY`\83G\86^5ô.\80"\1d!íÀ3mUd.j@¯]\90\11\16p\86BH¨\ 1,â]ÄK  =¢\8b¡\ 5¡´\8b¡U@\195&ä92P\ fHaÁ[\10
\ 6ôïCEÚ\10\85S\12ï«\8a\98/@½Ê\b@\14¢&E4Ë'"5\0\ 3£Y\92\f\92c=Õ-`\83PwíÓØ=~[ÿòH\ f\1a¾Ó«\aÃ\88ÖßÒ®^Õ\83\14%\9d4\93\9eR`FB¬G5[\81Ö^kÊBPz-ò\fî\88N\19«¯\9aT5ÈúlC\1e\94ëDç\ 4\1då"âõ]\9f¹\14Ñ\8bw9\8f@\81BÜ°\0\16xl×£Õ\8e\ 3\ 4ÛØõhg±sCwêRD°\89\84x\0¨\ 1\8eîh\9e5Ï1\12ÝB\9eã\ 3o\ 2½Ê0ôÌ\eÊ\10\8eñ\19\1eª\1e\ 1KT³\1c!\7féq,\9b\13θ°Ò£¸\96#ä;{$[û\99Ú÷i\ 4\8cñ`­Gr­\82J}\ 1¬Bì\ 4\bÐ\92!3=<\81       -@¿
+¬¹­¯¶éfàN1ék\9dÎ98£²\0\v_\89`\ 3\r·qn\14\80\97\98\1dÁ\ eîz\84¶¿qq_À±²¥\9c­\99á\1dq\a¬ýÌ(1\ 1\ 5ÈJôI.CÑõ`gá'Õ   jEPêb@Î0jgȺ±åî1à\fõnl>AM*ûeÞÜ\92\8b"\92«/X\81Ù^E\90ÃW\1e)\ 2k\1fSS\ 4¼\ 6\8aC\14ÔK\90\94dÇ|\97||³eA½9þe¾\1f\ 1jÕþ¹\86É\95\89\80"X0        \96å+.Û\ 4ǨàÛ\16¨w?àëL÷î]\92Ø\98\ 34³t\88t¼×\98\80®ß\0\9aÊú©oëûõȱ\88\9e -|"ºN\eLB«\82Ò#\86\e>\ 2O@¯a\92¢fÒÑ\b$¨ õÚ\aa\8cª"#\0Ë8#\8bDÏv\\akz\80Ö2\9aÞ+è«e4C1¾\8dçY>\83Ä\ 4<Ë'h$d6U.\82"ÙTÔÁ\1fR/\eZ\92\8dCr$·\14´$\9d^×jÇXª\8e\ 5qÏýǫ̂´\168=FåÖ\ 1\a\11\049æ-pà   èÑ\e\11\rîyLÈ·kÐÅñ Êztq\1cÕÛ\8cÕ\88\15Ýk^â\15\9aåz\1d\9aIdÂZ\92OÎ@ïJ5s%\88+Oð9\88\8aåøD°\80\86\12±\11~¿!þ% ñzô\87ù%§ñ\r\8e°ä°Ò\9eD3W
+®×(ÈlZ7E¸\ 3ùÕÔÍo\12öØtÎÞ+ºIhñ/5\12Ò§ïÒ\10N\90\ 2â\eÙm¸®à£oDÝÓ\12NZ=\ 4>\ 1\9e\9eQ\8az]ØH¾\ f3ÆñRE\17\1aê\10\85\81µ\9d\92ì±&\92\93ß3D\ 2äHn\1dáí:¬È!õÏÍ18¯_.¦dePêëg\ 1\91\18ûQÔ\84\14ç\9büÎA]6©7¬·®JI\18Õì\91\fèm®¡&khs½@\16Ô1¦eÒd\90ú%\ 3RC\rîýðì*È        B\12\ fQÇÈ!s¢áÕn\8f`é´\a\82GöDG\86\fy\1d\14ÄÄ--\82\a\91    IøCD&%\8aÄ#ã\13ü¾\1e>\91b7\ f¦#>RQ\ 2<\0\ 5Ýc-\1c0\r\1a\ap|dëÎzY\ 1jçv%áôBës\ 4Ë\v']'8´s\vz\1f¨\92+)01ëÁ3?r\vÂ\ 2Íz}\ 3O5©õàéÕ#qÀVys\82Rõ2¤Þ¹C\ 6aK\95W\ f\r:=\0Â\8bgÀ{\ 4Ã3¸\89ÁÄ\10\9a8 M²\0 \92T
+\8eó×ôÚA<t`\89H\15x\ 2\ eN!\18\vP\ 5d\ 5É\94ñy\ 57m:~Å\8b.Ù*·æ>ù³ãy\82ÕgT\£\17\17¬Ä3]òÞB¼7\91aaÅq\9a\8b6s\9fÃ\8ay\1d\92¢\8cÆ¡3¿Â<\8bu\82®ü\8a\92ü\7f^Àݵ¢a,\86Q\9c\10ÆbI:\95\ 5ð>8 \11 \ 1ã(f]\9aûp27\ 5ñ\ 4\b\vL³Æ\ 2Ì7ÙÃ8N\vh\88AÈUD¤\15ð   Fm\ 2^\86\ 4rqC\19\12\ fÆ7\95!\91¹\80DA\18ƱZh}Q\10\1e²\91\1e\ 5a\18Éé\fPL!qÑCñïÎr(#ö{\18HE\8ey©V\a¾\ f+¥²*$p\ 1º\83\9c\10\ f5$z\19ÚZ!\0u\90Gù*` É"q\0ï¤\83®\ 2¥\93N\ 1\89&$ÄàÑ\87çØ,\88\ 5o×yú\9aàÓ©Õ\109/  \19`\85Zµ#¤î\95\e45DM{'ò\0\8fáèW¤/\aÓ{I\88h\10ÊA\vU Þ;\ 5æc\fÄe\ 2  gÚ&\88ê\ 4WE¸\946¹ófU®WA<(B¹¾_°èìu\ 5\95ú~l\82ùá\ 4£¸\82Õr¿\1c£9ÙŲ>MàÇ\e\1f0Q\fó \89"*Dr,VzÙBÐ;å.\9a\9dT\906lHØÛ\13=ªê\94\ 5!@Ë\NØ\8b\16YZ¿OH\9dJ¿<cCë\14{\9eÀ-r(K®¢¡\98Ö<Ïâá\11\bH\1cH\82ÚX@zÎu:¯G¨\a\82L¢eO)8¡\e±¡\8b\85=\9c­Jµ+ÉÀÜÛu|[\92Á¹Lçe¼\f\18ç2\9d`¼\ÇÅ\99QyÞ¿\1e\82PʨÔÖÏs\1cFðý\86vÛÎ2\ e{ h\17A\85\80|<ü¾ì\96X\17\93:\ 3\91\1a¡¥\9aTö.*~\1dó\8dKªÔi\ 1-\ 1þ\83ƼÍì\f( 6¸|Ùõv\11\9dyX\ f\ ewã#\19ö¥ú\7f/\vz»Ç:Yк\98´ë\0+\80\81\ e Á1\8d\90þúË-Öa:ý\12d@°\7f\12\80b\89^ql/¨öb@¨Ä\1a\18pTu\0\89_1\84ï"Âz\9bà     r@Cz\ 4¼Et\152C     \10^¬¬xEÜuØÇò¢ÕÇÿ\9a\12ä\9eù Q\90¾¹\rª\1drÏÎØüêòRp¦@\0,\80Ó;rr\84Mð1½\83útþ-\85\1f\8diÞÃÄ!\12èØD\88\ fÏ\10ëAý\f#\94\ 2Y\ f\ 6\v\82ªJ\ 1!\80å\89Õ\bÀÓ+ \13ê\11,   \11°¥üDÐ\8cÁjvÄ\85\ 2íÙ\11ç\15 ì\b\82îLï\15\1cH8è]rw{rê«K¸§GTns\9e^\ 1/3¹°b°§\92\9aAJ«\17\f²EËZÄjº\98"+\ eÙS\0éç=^á}ÜÒãõ\99*\8c!¨6={ý\9f\1e¹\85QTe¼<("@Cê{\1cU\1eÀ&U\1c\93fRQ
+LЯÔû\fOP\17\ 3]þ¹G¬OC­G,Ö#;2\12ÆJ(\17C6
+\ 1ÎãõäÿX\9e\1aNã[Þl\r\['è¹Ívhä´\80\86Ð|s+Nßoè\89\96±\11£ÀG«\96\1eá¸\88GHv0%u\a\15på¼\0¹° \9b\9fòÀü\90\aJÃõn\1e°Ë´FAêÚ\r#X@\8bkçÐ\ e\1a:G8Ä\ 3Ȩ%ε=ø­Öy%ó\9d5y\9d\ 1\ f5D%ûà%\1e Ù!\ 1K\81\9c·îí\95 ²\0ê]GÄD\rÞµ\95I®jb\16x\10%\16à\81\ 3N\93âjyÏ\8a\14òò\11Q]\0é\80cøÈ\99\ 2²9\94S\f\9fÜ\85Þª\1c×6À,R¿@5Ò\90¹?\ 4I\8dФo\a\85P¦`.®©P\90\17ÇD\97ySqÌI"\80ÿJ\17\ 2̯'è\8cN¤pÓ\83³Þ£6ÌÒeN}c{iªéQ
+/ÄI\95"RÛÐâi/L(\eõ{yËê]Æà\ 1¸\80\86ê\94#Ô¤rÁù0i\9a\94·x\85z¨¡Ãê\0Õ\80\9cè\18f¤GZÊ["\83\106\90Á\ 1Í\19\9dx\ 14ë¥ü1 9Ýü¢\r É\1dV_8ç\89\84ñ\1e·\91ng\90¾â°\85M¼BON[\88áÆ\ 4Û?\a\13¸\11\0¥Û\9a\12´\ 5áB/+ð  ®\0TÀ +\bïc<®@¨\87d\13\8cp\v xåÊ\ae\82èà\ 4À·a\13à\15\80\b\aÉi|@a¦\11^Iº0î\15\14ªÂÈ 
+ÿÈ*Ù!\86Ú\85PM.ðÕ2 \95ä\ 2_+\ 1QI.ð\9fk`T£'*ߧ\ eºA\ 4þs\1d\17Z~À\0óÓ÷\e
+³¹©\84oøZ\1d\15\86\10\8cp\ 1\0*½¦Èl\81|ÙÃ\7fI\91?V\15[é"ó\90å\ 6tóÐ\82¶ÐÐÝrð\12\ fQïn\80ß\97«\92ù\ 1Ê\80î\9´þ»sµ\90@ȽÿÇù\ 4cCbÀ"-\80×>\88\88\0\92\1cÃ\1fª\ 4¬$\ 6\9c9PI\f\186ï.?t¼d`úJo¨6êÕ\17\92GR,\a\81í\99\ 1U5ÆÊ;jZ\84",#Ö"B\7fÕ\ 22\19Pé+%>)D3\ f\88\ 2z\ 3\929H<Ló\83\83\10'įïÞêÆûsuF\99     ÃªÆ$&¤ïÿ\ 3ZAËû¿!\8dÕ3`É\r"\rioI«T{\99@¾ÎC\80æ\84ðdb\11\10¦     ;ëÂ\ 5lÏè\18\81\95\ f¸\¦:F\90¢v\e³:§¡4m¿\9c\ 1ò,XjÁ\88Ø°!\8eå`\125NP|ÜiD&M¼i3wc\83\92à\91\v\9aM\e\e¼\13<\\ 4D$Á@ó´ù6\17"Þø\80®`7ªÎ+\0\13\908\8a\uþ~\8cz\9f×\cQ\92Eöx\16\87yçÄ®\90°\cQde\16\86\90\90\17i\84\86\1dØ\0¡\80\1f5
+ÐØzÑ0£Ù        \ 1\12@ÏN\88ðR\96\9f\9e¢%\újÑeV"Q3í©\83\9d&É.¢\ 4\18¡{Ù\90\9e1jê\9cgWhf\reÁ©[\b/%\16]s\89E\8bb(<ìjU©X~E\ 4\vhH\ f°··êxÖÄ" õë=V-U¯F@:ÁèÕ        X\14C\ 1y\9c¯©!\16Å0KGÈü»½F£«Õ\86cA\bþ\81®çK7G°\ 1]\8fîA\fU\1e&9N\v$\80t\0Ûø\19\8coÈÑñ\ 3\14"Ý?\1c\16¸\0½>£\95ã©H\11uÏìõ°F\ 1ÞEcRy\885±°3t}]ç½]¦\15)àA\ 4H\ f(\ f°e\ 3v\19»J\95OÚ!3\95Ð\W)eÃ^~^ùÒË\95\ 2\r/?~\8c\9ba\7f"AÃËO®Â\83&\90_~r\91\ 5ùå'ã\1ch\ 5òËÏÞfô²\ 2ùå'7²@[\90_~r(\ 3\9a@~ùÉ\8dF¥   \18\1fä*\f\12\1fðN£ã#u´×Y¬+dò\fkHÇY\1d5¼Ä[\80ru\ad\ 1A\\0\ 5\8bbBêLO\16\89¢BæP\89Sí"VªQ³\fiD\8cå^W\142\8dE\18Ñ­ÞÐérò¢eÊÆkBÀ;u:iý\94\83\7f\1dn\Ð÷\e\9e¾r¢\84©\91ÊÓ\17æ h\88kÕ·`\b\87\7ffØF¨Ç\94\82<\86P -Òò\ 2î\9fñP\f\1a\ f1´r½4\8aMâûÐÊ\18ßBÜ\85VÆ8÷N`E\ e\ 3âÂ;ZI\93]F|\88\vVDz²ËäT6f\8d$à]¢×@0\90bø\É\85ºØÆ\ 4Cg\15\rg\97ÙP­\8fG<DK·\19jµÝ\b\ 5\92F\ 1^#q@ßo¨\91¸¡$ÙSí«\91h<8ôÖH\fê      `È>\83\f/£ô´\01\7fw*\81\14Ò\ 4ì\ 10÷Ê|=\0\ eáó\ 3 ­´¹¤\9d\86]\8a`\8f¤¨r\ 1\98Àø\96d\v+$q9E}\a\ 6ÙWvÀ+Ax$Gò\8dî\rò¯±!}Ç\ e\ 3 @K,\ 6:\82\86l\91\ 2×fAn.Å°åZ@AÖy(!MÔÐ=|ï\95Ye\ 1\96,áUMBòe\fô¯Ý&\14)2Ðÿ¼\ 3\1d)\9aÐ\ 2ôëÐ[×àÞëÐ[ÖX\9d\84D\f\17M\f©\14YHYE\8ax§Lt\1d7ÄÃX\9dÇ\Û§\92\83M\ 2     \1cÒåzm·Ü*S<\ 2\96n\81Tq\83wè¡\18Þ\14\11uÎBÁx\86¡/.1\87b\88ª\98dÌ`M&Ç%\86\14$
+Òn§    ~_ï\96:B\9bRoÅ1¢õëI_a\12\15)]À\84d ¡\17ÆìD\19b\0Ç(Þ¥\f \10¯2^¡RSäL\8dEU\8dQ÷~X$\16¦U\ 4\1cºÉ\1a\9emr\b\86ÄC,\ e&§jÌ÷\15 8\98+    Êëi\89ÈÊ}Þ\8ezH.\19l!æy\82Ï\8a\94<`\97÷ßËxý\ 1»ÄvÖ¾Ï#Ì\87}|×\19æ\10õ|\86ç\ 5\889ä/ßpF+Ð{\7f»R\1c+\97ÁïzùróÖº;ÿß¾&\ e¥<V\95\ 4<F~B$h\88\91\ f\12\13p¿Ê¡ïëV}qì\ 4&b\8eÙ I\ 1\8fq\8f\80\0\r~U1g.\ 4\0w\ 1{>¶\ 3¨\16åa\8eáòl\ 3\11\9d@{\8dÀË\ 1è\19Ô)ôk\81ͯ\83" G\88\8f\83D@Þ!0i,\«\9eß~\82ÖapÙ)ø1\8e\87\17   \1cE=ú¹H`\9d\ 5\b\v.½,X8 \84Ád=^é\94ú9\87¾~\15³\1a\81\90\ 5e%`N\9d \ 4\88AèÝ#!\f\8ay\89¿A\9d\80½[?<\820\8bG@lòè{­\19Ëâ\9fÀ\11\9c\1a\7fµ«\9c?;÷ò\80\8d\1fµ\rð\1cx(Ær9\970!)j\ 1WfQ\8cx\7f=hPÊqÙaÑ49­\85± »¼¡\16\86Uè«Ûô¬u\ 1Òä0ü\84ùeó3\836z$\87ºA\e½êU\91ñAõ\8a\88k\1d\9dv\84¼@_\92Ä\98\96§KªSÄ:\17@E¬¯?©Æ\0á Qt\89ø«õ3{0NÏìA{´\16ìAR8¾<Õä"o]e6\9dñàÔWYÌÅ´\8fïÉoÉ¡õ¯#<\8doÈo±ìýó\ 6\1azG\98KPÙ\0ÏÞw`|Kö~)Gs9\81\86ìý\b\17Ð\ßï²\80\86æ\aQb!\ 6¯åÈøù¾\81;¼Æ\9a1Yòÿ\95\ 2: í.­\93\908¦nع¸ë*ó\ 5ä¼p¡\8e͸E\14c\ 6\8dÌ\12\ fðî\ 3H
+\eº\ f\98IÞ¬F\f\99ðâxB¿8Jô«½8÷sPJ\1a\aQhcDj ¡@â\88ô`Gú~õ*âÐ\ 2¢aC\ 3\869HgH)0#\1elIPY\9e1\91µ\1fèf¢\1cÓ.ª!â\17\ eÚ]Ä;\vÆg\léÿ5.¦^\95GæLCñz\8f¯\12½´Yðå2«\94\11å\ 1\1e\81\fR\87\88¤ \81\ 2\11K\ 1H°Á\8d\82­zÀe\82{£`Z@!Ù]\16;\v(\8cРÑßl'¨\88ô\16\10S|&EÓòP\8afhMèR4#EÖÀC\v\89õÚû\aMø1
+\91\83\e\93¤\8a©cè =!DzZÙ\80\ e\1e6l\ 3ò \1cË\9a«\ 3J<DÓÎ=ÒC\10£$Î}\98D)`\85\ 3\9e\99tQ4éx[EÕ³eu\a4\93\9cvаpèºkÏ
+\ f ¯¦a\ 3\93fOÕ\9a\17äÖó\1f\9b\17Ôê\ 6¸±ZÈæs_Çó\ 4\ra\vv\97\8e\95bD<¦¿@\9ccgù\91\1dݨî\0\83´®\14¯¸,\0\955cè\ 4:\83\86´\88ÒAC8C\9c\9dã¦\127q>\ 3=;'GnØ
+*Eµ\b\r\ré¿ÐP.\1do1õç-èÑÄ9\8eZâ"\1e\93¯-\80ÇäÏÏä Ã\e\8fäÀrÿër@\9e}Í/\18+E¹è\ 2Ì1¨,\80\ 3\1c\ e\1d\81\CÅ«º\90¡l9ö\ 3ÈÑ\1d\e\85[0m\ eþȹ)g9ZU¬\ eq\f\1a\13Ðà\87ÒÂà<ACøJZ¤3à\10\vº\ e\1aÄhDb(År\96\ 5L"\17Ó\ e\ 2\13º\10\eìê=ü£"\ 6\94\84\a]ÚcWû%h\14 @ë\82T\99nWçð\ fQ\93\91§ó\ 1ÞÈz)\9e\1dc¹p\91þò\fu©.FÖ\85¡®ÊHu@\ f5QCuÀÒ*÷¢\89\94\8eï¥Læª\vs\96\9c\e«µZY\0\ e\91\86\1fX$Ü\18:\e\ 4¦\80\ 4Q~zµÂ\ 5\8e\15\1e\88"\13°.\10s§a[\bhhóX)\16K     0#ô\ 1¤)ùI\1d\8aÀ&X\9eÙDa\81\87A-\93t\84ôñz@&MC\18TTU!Gi \13Ê\17²\95>\10v@J\aøôL\95Y\ f\86«s\ 2ê!a´5\17/¸ß\ 6þ^\v\88Ç\90\84Gr\10u\17\97L\90DAªF\91TvÀ[8 ³²¡uý\ e´\9cÏ@¯1:iN>\95£I6)>·pÈhC_j\81\ 1-©V|\81\14dzÀòÓ\ 2ô\92ÇV ñº\ 1=\8c¥\14O¿l@¾Î¬öÁe\ 3òu¶Ã,ÉõÙ\ 3{\86M\85\82\14£\98 \ 1\ 4MhQ(ó3\ 2Z~M\85\80\94\ 3æIã\0
+\13-a\9fà£&¾÷\ 6+'°z\169Ù4³Òá.\18\81\1að$¿ÆHpzuYä<µ\fÓ¼n£U£\ eoçh\92ËOd\98æåâ§s%\1c¹bt\ eC\11W\80/ÔW\8dÚ\e\e5\¨Þ/Ú1Þs\86-\92e,Ǹ\9eÓ¾\85\98äâç¹F¢´\ 5JÄR#ñ2\ 1\8a\87º\1fãÖ  "íÇx¤ÁM\99ðX\90\0\84¹¥Y¦\ 1\15\15m«\17D4^\ f%ÁÚL\aL'x\9f5t\92@Ú¬¥\93Ä\ 4\ f@Ƭ½AΩR\94\8bå;Zõ\82\9cºÚØñõ\12\8bR³)x}EíJ¥>zi\0\11hù{7kr\88Êß\ f¥ü\ 1ÐE÷Z¥t\vÁi[ \81\0!\89|L\1eò\ 3ºÕ\e\10Ë°\evC\rwg½(ü3ÓtO\95©\98¦µv\95Ýl8\8a¦)\8f&ñ`\ 2=\81?@ˬ!¬m\8f\ 6©Ú¶¬\ 2A\906@¡\1e\83lS¥j2}I·L\97Ú\ 4ô%}\80×\81Þ\83Á\ 5ñ: \1e®\9b%
\1a\93\1e\9e\80ÜZjO\94©Ê\10é \10ÞwA\17d\1d\ fþe\ fd\1d#´'ô\1e\fITÄU\90£®Æ\b\ 5Òü\8c\ 2ФÓß¾öL\99Î\9b$\1eüÓ®\9b$î&]å&¡\95íì.\8c\95Êv<UÆ\83   ô·/g\ 1I±³>b,B\10zë#Úûiì¬\8f\98
+b\1d\9a¹Ríø:\81Þ\86¢T        =ï %[h\8aà\f\e²\85Ì1\88\9fËùÐl¡\19ñ\0\8c²'8Ï\82¸Xo\85âKK¦Ëx½Ëà ñ\10õÌì*\8c\9duéÜ\88Ö¯×\ f°@\90Ê\ 1ò@\92¤   !}A/Å\19kZ¤V\9c±¾\ 1\92¦aZ,T«ÊU\8axTO RÄ£]\8bØ\ 4\93:\ 19\82Ñ=;\82Q=\ 2\16\a\82\94HÃÃ\99·\0ó\9a\1eå\9d2½t\15ñê\8eIUää\f\17\91    x\1cÇ$Þe¬\8c\87v\99ó2\1eð2×ß¿]¯\1a°(\90ôì&Ü3m:oÂà¡"×  à'\89\0týÐ\9ck(ì\17á\ 1èÅ1ã¨r0Ù@
+\9d\a`y6³Æ\ 1t\acz&\83\ 1ê±\ 6\19\84ÆXC\fÈ\ÌÉóUÖ\10D3#\19@<P\89À¨
+1Á\86\16t\95¶¸\95\83×\8e\90ºuX\8dé\ 5\10\ 6M\8bð\b\fdNÂ|;R\9bÑ^\9cbµ6ãý¹f~%ʼ\rÊãs\8dðvm!\1cP\11êUH\ 2dBÐÌ\89D\80Ä        é\81\1dOt\81Æ@\ 38\82\16.\1e\87g\ 6\9d5\9f¨+\92;\17\ 6¿\ 5`\0\12ºöT\97Õ¸þ\98êR­ãá«å\88*u<|_M¬½\8e\87ÿ\Î\88\83\e\v\1a\9fï\89.¾RЩ\1a\81Q!\0Íõ±( ß]¢´p±o®\8böÆ&^rä+Eµ(Â5#\1ehèÝàì>¬\1c"OTq\1a   x\89\85\ 2Beè\86HB^ãt\16¹\88¼\9c;\8f\8e@¯Êµ'ºtʱ5¹¬É1õîí:ô}%¥ö<\17ÿ¹¤\14Ïs\99´\13äø\86Ó4)Ç74
+ð,\13H\ 1=Ó§´áéçá´\88<Lb\aFx\ 4zΠ·\17Ë*\ 5 8`·i]\8d°"£NZ\0\1d¿\fâ\ 6Xë     t\84z¿i¿,âøJ\8dÒª\12a9*³Ê\82\ 2q@Ó\ 4\88\ 2-\8d\19íɳBBêÛúI¼\89*5J+G@_í\ 3ú~Ë«½½6õò@B2 )bÃ'ÐM\ 6C\90>÷ÆlW#ï\14\93G\8aÔ\9acö*Ò0¡\9b\ 4*RV\87#\81\ 5´Ôá\184\9b\96î`AWICês\1c A§?\e\ fX\fä»(\87^<¹Í£\83&±Ü\vk¯Qê+}\ 3¨w\1dÐ]ÖÀÅ1 &ÒÃwb\80\97QC\1d\ fäX!{\88\ 4¯D$Æ\rÁ+г¼kòZk̪WUE':Mú8i&=O/©Ý\ 4ÿõ×?üø+÷Í}ûõï×\v)\ fÿöÒ\0Û\7füúç\1fÜW\¿7|¥iý7¿ûöOÿãÏß¾ÿñ·?ýéï?ýË·\7fû×_}ûËßþü»ÿûÛ\9f~÷í\7fý¿oÿö\1f¿üñû÷o¿ù§ßþæ\9f¿ýêëÛ\7füñ§ÿüéo¿|û/ßþðË/\7fù\97\1f\7füÇ?þñõË\1fþø÷¯?ýôË\8f¿qÓøû¿ýÏ?ý\9f\1fÿò÷<îë\ f¿üüý\9f¿ýú\7fÿðß~½®îÿ\ 3HñÍ}
+endstream
+endobj
+477 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1042 0 R
+/Name /Im440
+/Width 25
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨g``þÿ\80\81½ñ\a\ 3\1fC\r\83\f\83\1c\83\ 5\18ó3T á\1a ®\ 3\8aÛ7\0ñ\ 3\e\ 6ù\ f@Ñ?\1f\18Øÿ\1f\0êo``\0\9aÁø\1fÈ\9fÿ\87\81\9fý\1f\83\1có?\ 6\e\86ÿ@½ö@,ßð\81\81\1f\8aÙ\911P\ e\84ù\80j!6\83T\80ÜÃ\0t\97¤zíRE\0\ f\99+\1e
+endstream
+endobj
+478 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1043 0 R
+/Name /Im441
+/Width 27
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3```°\ 1bûÿÿ\1f\81úÿÿ\e\80\81\9d!\81\81\ f\88y\18\ e\0±\ 5\10\17\0U?\0â\ 3\f\f\8c@ÌÜ\0Áì@!~ æ\ 3b9$l\aµ\0\84kÐð\1f\ 2¸\82\81AZ£v\99"\0\v\ 5$]
+endstream
+endobj
+479 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1044 0 R
+/Name /Im442
+/Width 25
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Í1
+\83@\14\84á_\94¤´\ e\88\8bU.±¼½\96\85¢\97ñ\1e\9b\9bx\ 4K\vã:
+B\b\8fïU3\få\fa\85µ"\9b\1fäÑñ\1c\ 3%\ 1\98¾\ 1Ý­\90\10ÙÒÂ7¶$¼\18»r»Z§\r7þêþxeLêëL{^»-ùg!K\11\ 6x½û©9\0]a(6
+endstream
+endobj
+480 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1045 0 R
+/Name /Im443
+/Width 25
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`àa\90g¨a\90ÿÿ\ 3\88?\0ñ\ 3 n`\90üÃÀ Á\80\a×30H\82Ô6~`\90c¨`\90\ 1\8aÛ\ 1e@X\1e\86\e\0\88\8164üAÅ\f\18\12\80ê\v\80Ø\0è\ 6\19\86\1f\füÌ\ f\18\98ÿ\1f``ø\a4_½v©"\0a "\80
+endstream
+endobj
+481 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1046 0 R
+/Name /Im444
+/Width 29
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÀþÿ\0\ 3\ 3\ 6\19\86\ f\fv\f\15\fö\f5@l\ 3Äv\fr@Ì\80\8cíÿ10þÿÇÀþÁ\8e\80\1dXM\1d\14ÿa°\93@à:\89:0¾oaßÜÿ\81ÿ\1fÿ\ 3æ\1fì\adeêf)\ 2\06\93\1ff
+endstream
+endobj
+482 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1047 0 R
+/Name /Im445
+/Width 31
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão``ø\ fÅò@ÌO,nüÃÀßÿ\9f\81\7f\ fÿ\ 1þ\ fÌ\ fø\ f0~\0\8a\83ð\ f þ\ 3Ä5P\\87\aÃÔü\ 1ë\ 3\99q\80ñ\ 1\7f\ 1ó\ 1>\eþ\ 6\1eþÿ\f\fÌ?\18ä5ë\96«\ 2\0\1fn.\84
+endstream
+endobj
+483 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1048 0 R
+/Name /Im446
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°?Àðÿ\aó\ 3\eö\ 3\ròò\föv`TÇ WÃÀ\0D\7f°! x\1d\b1Û10Ë3°ñ7°±\1fàaþ`Áðÿ\ 1\83}\83\84LÝ,9\0L\98\17å
+endstream
+endobj
+484 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1049 0 R
+/Name /Im447
+/Width 31
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``~ÀÀ`\ fÅì@ÌL\1c¶o~Àøÿñ\ 3æ\aÖ\ fØ\eø\1fð\ 3õÊ\ 3Åí\80¸\ e\88k ø\ f\1e\fSS\aÕ'\a6\ 3hV\83ü\aæ\aÅÿ\80æÿc¨g~ ¯Y·\\15\0!²:+
+endstream
+endobj
+485 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1050 0 R
+/Name /Im448
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=±\r\80 \10@Ño® \93Ö\82p\9b\1ckY\10Â\1cNã(¸\81¥\ 5       F
+_\1e\89e4¹n_\1f%+fX!\164£}\1eS\87\7f\86ò\15C\14çëêΠmg4RÝB9â\v\1d¨
+endstream
+endobj
+486 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1051 0 R
+/Name /Im449
+/Width 22
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\7fÀ`ÿ\81¡¦\82áÃ\1fÆ\a\7f\98\81è@\ 5û\ 1\ 3ö\ 3\fXÑÿÿ\r@\84K\96\18Äÿ\80¡þ\1f\b\89iÖ¯\10\ 5\0\8c\93+       
+endstream
+endobj
+487 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1052 0 R
+/Name /Im450
+/Width 28
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmʱ  Ã0\10\85áߨP\15n\ 1aáÊ[h.\17\1a©²\8aÀ\8bh\84+]\18.ç*\ 4R|Íû\1f5\8cÉÞ\1a\8fK\ 5ÕÌÉÌFaÿën÷Ç¿È1xX#UH|ÍNÌ»]D3²Y+ä¾\11]\18Êô÷¾{+H\93^   v³\93ÖúZ>l32\86
+endstream
+endobj
+488 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1053 0 R
+/Name /Im451
+/Width 31
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão``ø\ fÅò@ÌO,nüÃÀßÿ\9f\81\7f\ e\7f\ 3ÿ\ 6ö\ 3ü\ f\80ø\0ó\ 38n \1fË\1f`ÿðÿ\87ý?\10\96ר[®
+\0[\10
+endstream
+endobj
+489 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1054 0 R
+/Name /Im452
+/Width 62
+/Height 62
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­\91½\r\ 3!\f\85\8d®pÉ\bì\11E°Ö\15§\v\93$«0
+#P^\11ɱ\8dÞ\15ÔA\82\ f\84å\9f÷\88èu\91-\16©Æ"2\8c"òUlҢط>, õ¹\8bÞY\ 3\v\9aÁbõ\b\9eì¤Ís\14ânL\95\9b1Öè5¸\81Éko\1dÌÎ0ÀÃI\17¸Oîàì\9d\ epL>ÿÅ5ÿZ\7fíoí\7f\9do\9d\1fºp7¦
+Ý #t½u\86îð\ 1¾À'øvû\b_§Ï9\7fÞ\8f\1fzæe`
+endstream
+endobj
+490 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1055 0 R
+/Name /Im453
+/Width 58
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÑ±\r\800\f\ 4À 
+JF`\8f4\8c\96\f\ 2»0
+#PRDy\9c\8fl!K\94Ð\\81í$ï\10\ 6\9c¡}3
+M@\16\ 6\80?&ñ\16\17±\8a«\88^ÆÂ\ 6\ e\96·\86\91^lk\8dêL\8b¹Ðjr¬\fö¦növpüå×¹_÷ôïñïõyhN\9a\9bæh¹rð+wÝ\83îE÷d{ë{\8cqßâ\ 3XaQ[
+endstream
+endobj
+491 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1056 0 R
+/Name /Im454
+/Width 35
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÏ!\ e\ 21\10\85á\7fSQ¹G(      \16\85&éÅ\bí\918B\8fR\14\92\95+\9a>¦,ëÀ|b2y3\ fR\ 1§\ 5f5\88õ\ 6)\a&\11q\1deß&c5æAXvâ\ 6"U.\ 3v\ e \872zª¢\97VÔ]Cm²DKaL²]Ý(\e¶Z\7f\91þ\11wJø0òæåû)¾Ùÿ®ûfeì\1e\f²¾¾Ãñ|½\9fÞ?­\85ß
+endstream
+endobj
+492 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1057 0 R
+/Name /Im455
+/Width 39
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÐ¡\r\800\10FáG\10È\8eP\89Eâº\18IIØ       Í(\1d¡²¢éq\1c\ 2\ 4\16óäõÿJ'\80\93\ 4Q*ÈÖè\1aB_\89ëP\b\87Ëødñ\9al                W\9eDMý\8aÞuí¿|=ù\9a¦K˳ùv¨(\19Ë\80F5ôÍ÷\92áú\92q^öé\ 4[\ e\88\80
+endstream
+endobj
+493 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1058 0 R
+/Name /Im456
+/Width 54
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÅλ\rÂ0\14\85á?ra:/\10\89.# 
+$ÃF)#\81\94\1a\1e%#¸t\11q8.\99\80Û|Å=÷AÞ\80\13ªf\f::Q\9fN\92Ü\1cÏR1¹¬ÎÜ2©ÁõEpfY\18\ 4m\86µ\84ê~n©îàÑÝD\8f\9aÁ\8b\f\12\9d|p7±\9fü©¿þr\99\9eïÇ\17<ËYÈ
+endstream
+endobj
+494 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im457 496 0 R /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im458 497 0 R /Im68 75 0 R /Im459 498 0 R /Im460 499 0 R /Im461 500 0 R /Im462 501 0 R /Im463 502 0 R /Im464 503 0 R /Im465 504 0 R /Im466 505 0 R /Im466 505 0 R /Im460 499 0 R /Im381 408 0 R /Im36 43 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im76 83 0 R /Im44 51 0 R /Im52 59 0 R /Im45 52 0 R /Im36 43 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im78 85 0 R /Im51 58 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im37 44 0 R /Im42 49 0 R /Im82 89 0 R /Im35 42 0 R /Im52 59 0 R /Im82 89 0 R /Im43 50 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im35 42 0 R /Im47 54 0 R /Im82 89 0 R /Im50 57 0 R /Im38 45 0 R /Im52 59 0 R /Im43 50 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im72 79 0 R /Im44 51 0 R /Im38 45 0 R /Im38 45 0 R /Im52 59 0 R /Im38 45 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im82 89 0 R /Im52 59 0 R /Im37 44 0 R /Im38 45 0 R /Im47 54 0 R /Im40 47 0 R /Im37 44 0 R /Im76 83 0 R /Im35 42 0 R /Im82 89 0 R /Im35 42 0 R /Im35 42 0 R /Im42 49 0 R /Im52 59 0 R /Im72 79 0 R /Im44 51 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im78 85 0 R /Im32 39 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im47 54 0 R /Im44 51 0 R /Im37 44 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im38 45 0 R /Im35 42 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im37 44 0 R /Im42 49 0 R /Im37 44 0 R /Im43 50 0 R /Im52 59 0 R /Im72 79 0 R /Im44 51 0 R /Im39 46 0 R /Im71 78 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im45 52 0 R /Im38 45 0 R /Im35 42 0 R /Im281 300 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im38 45 0 R /Im37 44 0 R /Im42 49 0 R /Im77 84 0 R /Im35 42 0 R /Im280 299 0 R /Im54 61 0 R /Im57 64 0 R /Im342 363 0 R /Im57 64 0 R /Im362 387 0 R /Im286 305 0 R /Im78 85 0 R /Im281 300 0 R /Im282 301 0 R /Im467 506 0 R /Im284 303 0 R /Im44 51 0 R /Im36 43 0 R /Im47 54 0 R /Im35 42 0 R /Im83 90 0 R /Im42 49 0 R /Im35 42 0 R /Im47 54 0 R /Im82 89 0 R /Im50 57 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im48 55 0 R /Im37 44 0 R /Im38 45 0 R /Im43 50 0 R /Im44 51 0 R /Im39 46 0 R /Im45 52 0 R /Im70 77 0 R /Im37 44 0 R /Im38 45 0 R /Im36 43 0 R /Im388 417 0 R /Im45 52 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im43 50 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im282 301 0 R /Im35 42 0 R /Im78 85 0 R /Im77 84 0 R /Im78 85 0 R /Im73 80 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im36 43 0 R /Im39 46 0 R /Im468 507 0 R /Im469 508 0 R /Im54 61 0 R /Im57 64 0 R /Im35 42 0 R /Im72 79 0 R /Im48 55 0 R /Im43 50 0 R /Im50 57 0 R /Im468 507 0 R /Im469 508 0 R /Im342 363 0 R /Im57 64 0 R /Im82 89 0 R /Im70 77 0 R /Im37 44 0 R /Im39 46 0 R /Im74 81 0 R /Im47 54 0 R /Im44 51 0 R /Im36 43 0 R /Im39 46 0 R /Im468 507 0 R /Im469 508 0 R /Im362 387 0 R /Im284 303 0 R /Im78 85 0 R /Im60 67 0 R /Im79 86 0 R /Im33 40 0 R /Im312 331 0 R /Im296 315 0 R /Im313 332 0 R /Im68 75 0 R /Im470 509 0 R /Im68 75 0 R /Im89 96 0 R /Im37 44 0 R /Im38 45 0 R /Im77 84 0 R /Im35 42 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im78 85 0 R /Im84 91 0 R /Im52 59 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im52 59 0 R /Im71 78 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im44 51 0 R /Im72 79 0 R /Im48 55 0 R /Im70 77 0 R /Im44 51 0 R /Im83 90 0 R /Im35 42 0 R /Im47 54 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im52 59 0 R /Im71 78 0 R /Im88 95 0 R /Im35 42 0 R /Im42 49 0 R /Im33 40 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im77 84 0 R /Im35 42 0 R /Im42 49 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im37 44 0 R /Im82 89 0 R /Im52 59 0 R /Im45 52 0 R /Im43 50 0 R /Im55 62 0 R /Im55 62 0 R /Im57 64 0 R /Im54 61 0 R /Im54 61 0 R /Im54 61 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im282 301 0 R /Im289 308 0 R /Im32 39 0 R /Im471 510 0 R /Im342 363 0 R /Im342 363 0 R /Im72 79 0 R /Im44 51 0 R /Im70 77 0 R /Im70 77 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im57 64 0 R /Im277 296 0 R /Im279 298 0 R /Im472 511 0 R /Im56 63 0 R /Im284 303 0 R /Im78 85 0 R /Im60 67 0 R /Im70 77 0 R /Im70 77 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im83 90 0 R /Im77 84 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im36 43 0 R /Im83 90 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im40 47 0 R /Im37 44 0 R /Im36 43 0 R /Im40 47 0 R /Im75 82 0 R /Im43 50 0 R /Im37 44 0 R /Im82 89 0 R /Im70 77 0 R /Im35 42 0 R /Im36 43 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im82 89 0 R /Im52 59 0 R /Im45 52 0 R /Im43 50 0 R /Im473 512 0 R /Im342 363 0 R /Im54 61 0 R /Im43 50 0 R /Im40 47 0 R /Im52 59 0 R /Im45 52 0 R /Im36 43 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im38 45 0 R /Im44 51 0 R /Im35 42 0 R /Im36 43 0 R /Im78 85 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im153 160 0 R /Im105 112 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im151 158 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im111 118 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im155 162 0 R /Im352 375 0 R /Im474 513 0 R /Im113 120 0 R /Im157 166 0 R /Im101 108 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im24 31 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im23 30 0 R /Im141 148 0 R /Im106 113 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im105 112 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im186 195 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im101 108 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im29 36 0 R /Im113 120 0 R /Im133 140 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im136 143 0 R /Im105 112 0 R /Im28 35 0 R /Im107 114 0 R /Im107 114 0 R /Im24 31 0 R /Im29 36 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im101 108 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im103 110 0 R /Im26 33 0 R /Im26 33 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im117 124 0 R /Im29 36 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im141 148 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im29 36 0 R /Im28 35 0 R /Im101 108 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im30 37 0 R /Im101 108 0 R /Im330 351 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im28 35 0 R /Im107 114 0 R /Im104 111 0 R /Im104 111 0 R /Im226 237 0 R /Im350 373 0 R /Im350 373 0 R /Im350 373 0 R /Im330 351 0 R /Im268 287 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im431 466 0 R /Im432 467 0 R /Im433 468 0 R /Im434 469 0 R /Im435 470 0 R /Im436 471 0 R /Im437 472 0 R /Im438 473 0 R /Im438 473 0 R /Im432 467 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im107 114 0 R /Im21 28 0 R /Im111 118 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im141 148 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im102 109 0 R /Im138 145 0 R /Im147 154 0 R /Im193 202 0 R /Im154 161 0 R /Im101 108 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im226 237 0 R /Im105 112 0 R /Im25 32 0 R /Im22 29 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im147 154 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im101 108 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im30 37 0 R /Im112 119 0 R /Im136 143 0 R /Im138 145 0 R /Im141 148 0 R /Im136 143 0 R /Im155 162 0 R /Im116 123 0 R /Im26 33 0 R /Im102 109 0 R /Im24 31 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im107 114 0 R /Im21 28 0 R /Im111 118 0 R /Im111 118 0 R /Im26 33 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im156 165 0 R /Im21 28 0 R /Im110 117 0 R /Im113 120 0 R /Im151 158 0 R /Im118 125 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im114 121 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im234 245 0 R /Im28 35 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im109 116 0 R /Im29 36 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im107 114 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im21 28 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im22 29 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im109 116 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im138 145 0 R /Im475 514 0 R /Im151 158 0 R /Im141 148 0 R /Im22 29 0 R /Im30 37 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im115 122 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im28 35 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im107 114 0 R /Im24 31 0 R /Im112 119 0 R /Im25 32 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im26 33 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im111 118 0 R /Im102 109 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im107 114 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im136 143 0 R /Im351 374 0 R /Im141 148 0 R /Im105 112 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im107 114 0 R /Im25 32 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im113 120 0 R /Im224 235 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im105 112 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im120 127 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 495 0 R
+>>
+endobj
+495 0 obj
+<<
+/Length 1059 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}MÓí¸\8dÞ¾\7fÅ»\9cYä¶øMÎ25qU6©\99\1a/½IìöØÉm\7f\95\7f\9fC\89 pÄ\a\87\10µè[¯Ô\a\14ù\10\ 4@\10\0ÿúÿ\7fýõ\aóõ\8f\1fLÉ_ÑÚ¯\9f¿¬\ fßòñð\9d=|óùõÜ~v<üþB\9d9uæÔ\99SgHí<£~=|g\ f\8c\9a\1e.Ô~cÔ¯\87ïì\81QÓÃ\95:rêÈ©#§\8e\90:pÔ\ 2G-pÔ\ 2F-pÔ\ 2G-pÔ\ 2F-rÔ"G-rÔ"F-qÔ\12G-qÔ\12Fmç\96×_õ\7f\1eÜB\ f±ÔFèÛíᤶ\9b'^ÛüIM\ fD°ÿ\fP\9b\8d¨ÍƨÛC§®?CÔ±SGN\1d\11R¿~ܨ\8fEШÛC§®?CÔ}\8dÙÌ©ó\85\1a£æ:j\8e£æ.¨9\8c\9aï¨y\8e\9a¿ æ1j¾£æ9jþ\82\9a\87¨ýõ\aÿÍÙíkû¶môïñÆ\9aô͸
+Vøf¶üõÛ\9f\7føñ¿ÿìCúú×?ÿðïª\ 6ÌÑ@(\8b\rl¡5àÖ\1a\1c\røô©\ 1\eBCÐmö\94¯çñÄÚÏ®ëíx\9d9uæÔ\99S\ f\92b\7f½ËW"ØåëùÀ¨Gùº¿Þå+\11ìòõ|`Ô£|=^GN\1d9uäÔ\83|Ý_\a\8eZà¨\ 5\8eÚ(_\8f×\1cµÀQ\v\1cµQ¾î¯#G-rÔ"Gm\94¯ûëÄQK\1cµÄQ\eåëÉ-¯¿Øzk\ f}½íß\1eWk4D\1d\r£n\ f\9dºþ\fQ§N\9d8uºP'H\9d\1cQ'ǨÛC§®?CÔ¥S\17N].Ô\ 5\8eZæ¨å\vj\19£V:j\85£V.¨\15\8cZé¨\15\8eZ¹ V jns]:0Ôè\81\bö\9fÝ\92¯y{(_\93\7f(_c~&_m´\1aùú¡\81\10[\ 3æS\ 3Î\90jw¡0\ 1Ý\1f\8e5Ú~v]°ÇëÌ©3§Î\9cz\105ûëC@7\82C@÷\aF=
+èýõ! \eÁ! û\ 3£\1e\ 5ôñ:rêÈ©#§\1e\ 4ôþ:pÔ\ 2G-pÔF\ 1}¼æ¨\ 5\8eZà¨\8d\ 2z\7f\1d9j\91£\169j£\80Þ_'\8eZâ¨%\8eÚ( \19·\18f\bÒC_°\ 6\1a\82ÎäN\9d9u¾PCCÐY2\ 4_\7f1jûn\bî?\ 3Ô\8e\fÁ×_\8cÚ½\e\82ûÏ\10uìÔ\91\v54\ 4\9dï¨y\8e\9a¿ æ1j¾£æ9jþ\82\9aǨ\85\8eZà¨\85\vj\ 1£\16;j\91£\16/¨E\88\9a,\9c\9c\ 4´sé\99\80vÎ<\13ÐÎ\86g\ 2Ú\99¢\11Ð\9f\1ah º\8f ºHÆ\85\7fíöº\84?\1fÚ\8a?~6¬øýuæÔ\99SgN=ʪúz\97ðD°Køó\81Q\ 3        __ï\12\9e\b\7f>0j á÷×\91SGN\1d9õ(áëëÀQ\v\1cµÀQ\ 3\12~\7fÍQ\v\1cµÀQ\ 3\12¾¾\8e\1cµÈQ\8b\1c5 áëëÄQK\1cµÄQ\ 3\12¾sËë/¾âËeÅCSÔ¥¾ÝKÌ\14¥\87N\9d )ê2\99¢¯¿\18u~7E÷\9f!êÔ©\13§N\17jl\8a\96n\8a\16n\8a\96\8b)Z )êJG­pÔÊ\ 5µ\ 2\e¡öú뤦\a\7f\ 6¨\8déë\9b¡F\ f\9dÚ@Ô¼I\9d:qêt¡\86¨ÉÂÉoñ\99\84÷ÛöPÂ\17ÿPÂçüPÂgûP§¨\91ð\9f\1ah Ú\8f V\87exml»W´>|g\ f§W´?¼{EÃkc{R¿\1e¾³\aFM\ fWê©\v§.\9cº@ê×Æö¤~=|g\ f\8c\9a\1e.Ô¯\8díIýzøÎ\1e\185=\©9j\85£V8j\ 5¢\167\86Z}øÎ\1eNêþp¥.\9cºpê©!jÑ0ÔêÃwöÀ¨\rF-æÓ\v^\1fN/¸ \87\94 ê«Ç`ó\8dº9¾\ f\82\13Áî\ 5\aÔf#êÃñݨ\9b\17¼SW/8¢\8e\9d:rêx¡\8e\90ú%\19\eõa'5êæ\ 5ïÔÕ\v\8e¨s§Î\9c:_¨1j®£æ8jî\82\9aèù\8e\9aç¨ù\vj\1e£æ;j\9e£æ/¨y\88Ú\a\ f\85o&økòÖ\\1c®\99à/ÞYkÀ\1e&xx±îb\ 3®5`W\1dùÇ>&äøì$ äU\10ÛI@H\8b ÒI@\88\1fA¬NÛCÇ4gð¡cÎ\87Ó3\ftÌþz×1D°ë\98ó\81Q\8f:æx]8uáÔ\85S\ fÒr\7f½ë\18"ØuÌùÀ¨G\1d³¿Þu\f\11ì:æ|`Ô£\8e9^sÔ
+G­pÔF\1d³;Ê7\86Ú¡cÎ\87\93\1aè\98ãuáÔ\85S\17N\rQ;t\f\11\18\86ZW+ígpÜ\87Ì9\9cÿMæ´\93\80.s\1aõUbECÔ\87ó¿Q·\93\80N]O\ 2\10uêÔ\89\vu\82Ô/ÆlÔ\a#6êv\12ЩëI\0¢.\9dºpêr¡.\90:wÔ2G-_PË\18µÒQ+\1cµrA­`ÔJG­pÔÊ\ 5µ\ 2Q«.þ\83º9ÿ\ fj:  \82ý$à\96\8e!/ø²\8a ?üz\ 3ùa\ 3t\16±Ü\0\9d\86¬7ð\14Äò\14Ä¢\ 2±ú\9d\9b\8e9üÙMÇô\87Ó¹\rtÌþúÐ1\8dàÐ1ý\81Q\8f:æx]8uáÔ\85S\ fÒr\7f\98Fpè\98þÀ¨G\1d³¿>tL#8tL\7f`Ô£\8e9^sÔ
+G­pÔF\1d³ûú7\86ZÓ1ýá¤\ 6:æx]8uáÔ\85SCÔ\9a\8ei\ 4\86¡ÖÕJû\19\1c÷!s\f³çé0£Ë\1c\ 3íùzJAÔ\99\v5´çë)E£¶Ì\9e§Ã\8cNm¡=_O)\1aµcö<\1dftj\aíùzJAÔ\91\v5´çë)E£ö\1c5\7fAÍcÔ|GÍsÔü\ 55\8fQ\v\1dµÀQ\v\17Ô\ 2F-vÔ"G-^P\8b\10µ¹\1f~y\17A'\ 1ë\r´³\88õ\ 6ÚiÈ\83\ 6ÒÃ\ 6üS\10ýS\10\83
+Äêù>tLó¨\1f:æ|8ÝëHÇÔ×»\8e!\82\9c\ f\8c\1aè\98ýuáÔ\85S\17N=JËúz×1D°ë\98ó\81Q\ 3\1dS_ï:\86\bv\1ds>0j cö×\1cµÂQ+\1c5 cêiÃÆP;tÌùpR#\1d³¿.\9cºpê©!j\87\8e!\ 2ÃP;uÌñ38î&s
+\979å"s =_ÏI\1aubö<\1d§tê\ 4íùzNÒ¨3³çé8¥SghÏ×s\12¢N\9c:]¨±=_º=_¸=_.ö|\81ö|='!j\8eZ¹ V jõ\9cä n'(\a5\1d§\10Á~\9c\ 2¨\r¡ÖNP\1aµyGm?NAÔ©S'N\9d\10µ¹#\7fÙÑDG ë\r´Ã\8c\a\rä\87\r´\ 3\9då\ 6èHéA\ 3\ fAôF\ 5¢µ/.2ûÙÀkóW\ 5¤ÙÏ\ 6úCó\9d\1c?\e|'ûë©\v§.\9czôÛÔ×60j\e\18µ\r\8cÚ\8e~\9búÚ\19\f£v\86Q»ÑÛµ¿N\9c:qêÄ©GoW}í9j\9e£æ9j\1e£æ3§Î\9c:sê1j¶¾\ e\9eQ\aϨ\83gÔa\8c\9a­¯ãƨãƨãƨã\185k#q\8b=ìù\83[ÚÃ\8bàð¼Ô\9fÑ\ 3?Y°Dí,£n\ f\9dz÷ð\ 2êÜ©3§Î\17ê\f©½'jï\19u{èÔõg\80:lD\1d6FÝ\1e:uý\19¢î¨\ 5\8eZ¸ \160j±£\169jñ\82ZĨÅ\8eZä¨Å\vj\11£\96<\93\ e'uº \96 j\9f\ e3\9a\r\1fV£f\9d{Ú@yØ\80\ f\ f\e\bæi\ 3OA\8cOA\8cOA¤iôËÁϪ\ 6l&>®ÛÏ®åÎ\87\8e\9f\rRo\7f]8uáÔ\85S\8fZ®¾Þµ\1c\11ìZî|`Ô@ËÕ×»\96#\82\9d\ f\8c\1ah¹ýuâÔ\89S'N=j¹úÚsÔ<GÍsÔ\80\96Û_gN\9d9uæÔ£\96«¯w-G\ 4»\96;\1f\185ÐrÙ7-G\ 4»\96;\1f\185Ðr\9d[^\7f\97/R/c]Qº®(\W\94\8b®(XW\94Щ\ 3§\ e\17ê\80¨Ýf\88Ï7sRÓ\ 3\11ì?CÔ©S'N\9d.Ô     R¿~ܨ\8f%Ô¨ÛC§®?CÔ¥S\17N].Ô\ 5R[BÍY\86\1a=tj\8bQs\86I\87\93Ú]Ps\10µO\87\19þ¡x,ÛÓ\ 6â³\ 6ê\19êÃ\ 6òÃ!\10\88Ë*\82@\o >k \83¸Þ@Ö4à|çã×\ 6øÔrý¡ù\8f\8e\9f\rþ£ýuáÔ\85S\17N=ú®êëCË5\82CËõ\aF=j¹ýõ¡å\1aÁ¡åú\ 3£\1eµÜñ:qêÄ©\13§\1e=~õµç¨y\8e\9aç¨\8dZîx\9d9uæÔ\99S\8fá×õõ¡å\1aÁ¡åú\ 3£\1eµÜþúÐr\8dàÐrý\81Q\8fZ\8eq\8bçRÏ_¤\9eǺÂw]á¹®ð\17]á±®\b]W\ 4®+ÂEW\ 4¬+B×\15\81ë\8a\15\ 1ë\8aØuEäº"^tEĺ"uÔ\12G-]PK\18µÔQK\1cµtA-aÔ²íë\9bí\ 4é¡Sg¸\13t93éÀ¨ó\85\1aî\ 4?\9d\86<U\11þ¡\8a¨\87r\ f{ðT@{\95\80V\f\a4\84Õ\10ô>\84Õ\ 6ú\10&\r\84o)¾7ðÒ¯5ºÏ\85o.Ù/ÿ²uK¦\ 6ê\99ø¥\81×H\87\ 6êQªy\89®±\81\97ú\1e\87\90·k\ 3õ_ãý7\ej\ 3þÛ\16Ï\1e¸k\ 3¯Åîß\e\98°}KîÚ\83WKC\a®ô\r\82\17\86Ñ\1cô9\9e\18\ e\r\88\1d\88º\ e\ 4\0áÞ\81\18\ 1\84þ%I\87\11Ä|å\82
+ªI¶7ÀFðúØt\ e¨\81\ 4\e0#\ 4eàê\0Mvh\bq`#·\8f\18ô GØ\83\81\v\8eï\81\1e¼,Î\83\8dÞ{àÇ\ 6ì\80ÁÑ\0Z   þ¥\91\86!$\88Á«YØÀ°\12ä\ 6p\ fÀRÂ|PÃäU|`¾m\97\ 6ì.\1f¬    \8d\93_Zý\\8b\ 3ÇH©\avïAî³pöÀ\81\11\\97Ò! ìËL%a`N\b\86¥4²\91ûV*½;ö\1d\17q\ 6èý\80àÞ\7fçPÿ\a\1e\18å1}?\ 1ú4\8c\7f\G\87(°/\8d\ 2¸x`âãk ÿ>\80ï\87a\19¢UTY¾TáHïÁ\1a\10æ? ïß\98ÿhTóï\a\ 6\8fH\8c¸A\1dÖ åë÷kö©M¦ó\ f\eÿ \85dú ¢\17ù/Áõ\ 3ð\17ø¿\9dâÎø\7f\9c\7f¢\8f\88ÿ\80\18\17æ¿xÕü\8bã/ºñKøÓ®\7f\86ÿ6¬\9fã\8dÛ\ 2På ¨r\9bÑúu\ 6YCa\90\9f\12ÿ:\83\14±\9e\7f\9d}Æ¿\14i¶Ê¿Î"ù¡ç_×Î&Vù·\ 69>á_Çäï'þ\15ñk\ 6ý\f¿±ÿ¯~Wú\0å?0ä\ 4þ \ fù'êÖ\8f8ÿ\11®_`É
\87\96ìØ\7fqþSRÍ?Ú\vÔÝ\8cËH\7feÀ?Âø\99\15ú\99ÿ±þvPþ!ý\8dûï7Ä¿cÿ¥ù÷[Rò/\9e?Ïäߧù\93ì\9f\1av§±\7f¤ù÷Ìþü¼þñüy«µÿÆõ»ãoáF
+ð¯0\7f\7f\92ýôzÛæ\8fo¦Ã ?$ùë\99üúl?cþõ\ 1ñßÈ¿"ÿµ|\9e\8bh\a¤\97\7f>êô\9fÈ¿\11ò\9f\9e\7f\93QʯëøÛ÷\13­\9fW{¾Û/\80ÿ0~Ý\1d\94ý\92ü5®éÿ\17ýçþãõS\9dAã÷Çõ\93\86M|û>ñßÛ÷Óð}iþª+\aô\1fì¿ðú1¤?ßèÑú\91è£\92\1e¯?\13Oü?­?ñû-\19mö}\11?Ò¿\13üDþÉ\10\7f5ÿ\eÒ߯}Ð'þ\97Ö¿)çü­Øo¦DÔ\7f \7f\85ýÏfÀü!ý\83õ\87Ý\12 Gö\8bà?0VÅ?âþ\9bö/\13ù!î_­nýHò£ú\8f4òC\9a¿\1a\16©\99?qü.+å§à?ò\bÿÑ\7f\8f\7f\83\7f\82\8fðý\90\17é#\1a¿ÆþjøE¸þôü\9f¼\8aÿ%ýÓý7\8bú§û_&òSô?å¢\92_"½RþÉþ\9b¸8\7fmÿE>ôÉú\9dúoÞñ\aþ\9b\0ñwæü>\93?jùçLTÊ?É\7f\ 2å?Ø?\vþ\ 3ë\95òKÀßY\15þ\12ÿ:§Õÿ\ 2~/ûQ\83\9f´þ\9c\1f×\9f¸ÿ\ eZý'ø\1f\82\88øG\1dþ¢ÿ,\16¥ý(ð_ÒÊ_¼ÿìþ\97ì\96Îo(\vi¹ÿÝþ\9bé\9fmÃôÈ~Öû¯k\ 2Ü\13ýå
+\?7ü7Zù\8dÇ_3 4ã\9fú\7f\16÷\8fÝÿsÛþ?ý7\9aï\8bøÙ¬ÄOð\7f8\9dü\90ä\97whüzûÁCù\87ö¯\82ÿËÃù\1fôϸ~\9bÿ*8°~\138?\16¾\1ftëW\9cÿ Ó\1f²ÿÇ/îÿ\8e\1euÿÏ;½úüÃ'\84\9f^þuÿÏmù\9d÷\13­êÿñåEÿÒ\ 3§ÿÐ\8e\ 1\0\87¹\ 16ð-Ï¿\ e\84m`Ô\ e´\1a̳\ fàE¿b\0W\aÐøý\e\exRàïßW;P\r\e=ÚÀ
+\ e¸Ø6Ðoý¿á\80#\ 5þÞ\7f½\ 3\85\14x2\1f\1d(\12\ 3\9a|~ÿ³\ 2¾òOÙÿ}\19\rG0Öëûi;\19\10LÀ5\88\86<0®\ 3\98ú\0ÂÀ@R\bL-s¹ï ^@\9e\16Ì\18P7jÐ#\9c;4p\1a\19`\9c\ 11\ 6ç¥\82u\1d¸Î@ë@­\95Y\86\ e P,<\ 55\b\bMÁ`\ 4H\9b0k
+\80\84IB¨:qTBh\8cIÌ»X¨Q@¹1q¶g\ 3`\15\ãáZ\18\8asßb¸Î\81\8f@\8fH=(m\bï=\0l(\ 5\ 2\ 5\95\1c\14\ 3\11ô¾\ e\81!'8Ò\82\ar\bmD$GPQÉ\ 1\14\15º\7f?: G³B\8e\93#(«ä \1c\88ã\94ý\17ðKY\85\9fè\88Ë\ 1|_\7f\10H       8ïkh<\b\94\1d\91\1euäÈ\9eêQa#µE%þÂFÔÐüÙ¥@²ZçK£\87Å\8d¬Eü;Ú\ 1r NRá/;btv\94\88¿\83ü¯pD\1d\88vGÐ{ÿ\87ùCýßùÇ#;&é\ 3a|x6\7f­ÜÔlþDGB\80ü«\90¿\8d\7fi#óÆ¿5OD;\ 1Ñ«&@\ 40\96g\0&\9d!,{¢ \ 2S\9f\8cÆ\8f\82'0g@\7fÃ\13X\9cJ\ 1\89\ 2@)\80Å\9d \13À+\9e¨ZNéIÿ½Ù\94ýÇ\vÈ\e8\7f \12\ f[`Þ*m@9\14\bv`\0\82«+Ig\ 5\v¡\1c]\82\7fÞ\89\89ßwAõ}i'ßC\89&;yÉ\ 2ðÌ\ 2ýd\ 1\88®¬\0w²jO\80oõþ\96\17P@\ 2àF(XD\1aH\7f\94â\93V\83\v\v\b[°jW¶Ç\ 2x\10 Û°\11wG(\ f¹\92^\96|`{¨\81\ 1ó°\82[JPoÀ¾e³\0\11\ 2|ó¥¼\1aXr\ 5\ 4s¬ hnîÄ\9b/$4\ 4ß\ 60r\90\18ÌDÉ\10/úOÎ`É\ 6îÁ@oý\1fm`Ñ\97F*ü}\ 2\80\ 4\10¾\9f\9a\rûúþ§=\88ÈAù)\ae5\a]×PËM,©q\80]uæèXh\1aÏó6\82Q\89Ift\8fçyg!}<\8b }       ­\9cgWW\10X\ 2`\eq\8d\87iý§xÜ÷þ+âÉ\1a\80þë\85°¥ó\98·ïßpÃ88þ\eñ<V\85\9f´\84j>×£%t60]B\82;²^ÊP\86%4º#EWZ\8c­\81í³+MtGÆ\ 2\1612\84Æ3-\9f\8fºi;\ fyN\1f/k¨\16ïs\85U\b¬\ fßÙÃYã¯?¼W\bô\e«\10X\1f¾³\87\93º?\©#§\8e\9c:rêñ6òúÚXFm,£6\96Q\9bñ6òýuæÔ\99SgN\rë*¾\fmFm\19jÞ2ÔúÃ\85ÚqÔ\1cGÍqÔ\1cFÍqÔ\1cGÍqÔ\1cFÍsÔ<GÍsÔ<@-\12·\1ce\1c\e·\1c\ fÞ\9bVqêõ³þð^Ó±Q\1fe\1c\eõñpRW¦GÔ¹SgN\9d\19R¿\84_£>Ê86êãá¤~ý\fQ\87\8d¨\8f2\8e\8dúx8©Ã\86©;j\81£\16\ 5\8cZì¨E\8eZ¼ \161j±£\169jñ\82ZĨ%Ϥ\83çÒá\8d:AÔæ5\1d½[½F\9c\12îÖ\e(\ f\eh5\1d×\eh5\1d\1f\14Äø\14Äø\14ÄÎ\a\8bWQ\9e|°Ü@yØ@ç\83Õ\ 6:\1f,7ð\14Äø\14Ĩ\ 4Q\8a\85ÛF[%]¬µj<\1dÒ¨\15g<¤ÑùpVjD¶Êëõa«4\82ÃV9\1fNjd«ì¯#§\8e\9c:rêQëÖ×Æ2jc\19u·U\8e\9faêÌ©3§Î\9c\1aVÇ<l\15\fµÓV9~\ 6©\1dGÍqÔ\1cG\rØ*ûk\8e\9aã¨9\8e\1a°UêkÏQó\1c5ÏQ\ 3¶Jç\96V\8c³é®|Ñ]\19küÒ5~á\1a¿\4~Á\1a¿\84N\1d8u¸P\aD]Kn6>?\8aq6>?\1e:Aý\19¤N\9d:qêt¡N\90Ú8¢>Êþ5êãá¤~ý\fR\97N]8u¹P\17Hm        µV\8c³QÛwÔêÏ\10µ3L:x.\1dÞ¨\1dDm^Tr]ÉÑ\99öz\ 3ñY\ 3½¼Äz\ 3ùa\ 3æ!\88¯ÿ\9e\10Äs\1aWµdg¤§\rØ\87õQ½Y-oÚ\eX,üÖ\eØVg¡7ð\10DW& "[%V\ f\95o\9e!ÏÝóîâ^®¥0\9b4:Jl6iÔ\1fÎz\9bÀV©¯\9b­r\104[¥?\9cÔÀV9^GN\1d9uäÔ\83ÖÝ_\1f¶J#8l\95þÀ¨G[åx\9d9uæÔ\99\1a§ÍVi\ 4\96¡ÖÍ\93ö3Hí8j\8e£æ8j£­r¼æ¨9\8e\9aã¨\8d¶ÊþÚsÔ<GÍsÔF[\85q\8bçºË_t\97Ç\1aßw\8dï¹Æ÷\17\8dï±Æ\ f\a®ñÃEã\a¬ñC×ø\81küpÑø\ 1küØ5~ä\1a?^4~Ä\1a?uÔ\12G-]PK\18µÔQK\1cµtA-aÔ²íë\9byeÚÃI\9d¡WÆå̤\83çÒá\9d\1azeæ\95=×µ¤\7fªèÃSE\1f\9f*úøÐ1ãÒCÇ\8cK\ f\1d3.?tÌ\10\1fL\95Ü\8c\ fÖ\e\bJ5;ã\83\a\r\84\87\r4>xÐ@zØ@ã\ 3\85­ò¹Ln½fíQ\99Ü÷\ 6\16ÊäÖË\ 1\1f\95É}ïÁx\128ÖGm\1d¨µÐËAÏ\8fRA@Ïç2¹ó\ eHµYÐ\1cdum1\93Î)X\89h4í\8a½\v\ f¨\ 3ºL*m\ 6ýbj\rq@\9c\ 4$    á\18Åt\ eZ  \89®µM4ø\89\9béø-Õ&ؼ\8a^®­\92\89µIÚå~óù\17R\12Znë;ý\8dÚ\9aÖ þ«k\13Ò\19Á2~\ e~__\e¶Õ6[î¿ËÏúßb)æëG\88\88ÿõµ)l\v'{\9f\7fT\9b\ 2\97    ·­¶ãEþék\ 3G4~}m(\euòo\96R3Ç_\88EJI)¿\85ïgÈ¿êÚ\1a\94\92sY¿ ¥EÀ¿ ñkðoüW2À\7fÌ­\96kã:Õú\91Sz\92rüBD¾Ñ­?1¥\82ÉÏ¥Ú\fv{¤?kJÎ\13ýIµUVõ'ÝÁ¾ª?]\vè^\95\9fÎëì\ f\ 6ñï\8dÚ¾Á<Ò\9f.¤GúÇÅ\87ë'>\?éáúéöççñ\8b)eÙ¢þ\ fúG¬Í\ 3å§>\9cÙuùùyý\89)e%£ïë\13\12¶M5~)¥Õ3ùû)¥UÎèÑÙ¯bB\82AòG\93\92ÚjËvù¹&ÿ¼\r\8fä\9fw:ù%ÓëÖ¯\88¿\83òC_ÛÃ\9bGòÏ3ùû¹´\ 3®-H 5ïý××\16ôX~êÇ\1f\17\13Z¢nÿ0«Í;[¿bm\9f\84ìG}F OÐ~T×&3´\7f\8a\9fk+Kö£i\11Z\95þ\93ý\88â ëy\9dñG v¥?Ïë²Úþ7­¶ä{ÿõ\19\89\94NóÞÿ\11?é¼±Öæ\1dû\7f=o\9c×Ö\9dá/\97fqªþ\8bó\97tó7«\8d\98%ÿS«m¿<\7fín\90ùø¥ï#üoøoHÿÆÙÝ\12ÂþskûϸV[Ü\1aÓ¿¿ä¿0hýßð_\98\ 2ú\8fô¿0~\9b\17s\99Zm´wú\eµ\89]^\\7f\11úþ\98\11\9fOÊùÃé\88õn$Â\8f¥#*î\17#ú¢¢\17sÑ¢?üOÑOÒ\19\85ï·»\95\aúS 'ÿû2=Ä\ fØßBmåìÁü\8fö\8fÈÿYÇÿb.^Aò_¿ÿ¨A\8f@~êsá
+꿾¤O÷ÿÄÏw»\88\15\15\8cy¤?\9d\81ãW\14ujµU­\ 1ò\1f\95\14Âú³\ 6¾iô§\\12\ 5éO}m@çÂ#ýEµuWõWõÿhä\9fè?ðÐ~SÛß. ünðOÐÚ\1fxÿá\ 2´?Ô\15)ªÿ'7þùX\91â0Wß\eØê\ 4¤­\19°\\80Ûñ\ 4T¬n\9dN       ð©ºõ¸\ 3 côÜ:\10ù1:*ïy\85ð8Cv¥4\15ôÖ\ 1Í\1c\1c\rT\1f\8aª\ 1±Àª±H\bë\v¬\9a¢bbI    x\v¿¯R\ 2\a=bâ\eN,ûl\11zûl\13ä\9dn\11JF\8cwEeÄ\84\8cBØ{dDÛQ\8a\8fkàµ{¬Í\84ÐÖ@âÅ        ¯)6\15Á<\98Á¶]14nC=ªQ>fTï\rt1ðf\aé+ã¤\16Èq\91\84j\9f2X\84ú\84ê\1eL\13x\91ÛkBµ¼\ 6\f\19òoôú5ÔCi&ô²#cëô+\86\90   \1eÐßp$\90"
+³"ÙØ\10¢\1aµïôzC¨;BÂçKv$C¨;BÂZ\91äî\b ³Kb\84@\96l;ÿ­\18B&§þý\15C¨;R¬H·À?\ 5áw\83\7fZ\91ù\19ÿ\88\81\1c­6ã\ 5?}Q\8b­ zýFÜ8\15þò%ÕIÕ\7f±6©Õ­\1f9\10§<â\9f\1eH3á\1f1\10\89\1c)Sù!\ 4\88èõEe\82Q­?ù\92i\1dÿ\89ý\8f\81þ_\1dY[£\7fY\17Æ\1e\aʧ#AÏ¿Q7ÿr \8cSá':â\12âÿ\eE\85²{¤?{ Ídý\8bó\9f¡ü\18æ_ªlGi\80ïôú\1aõ5\90F³þä@\9c \9c\7f)\10\aê\7f}mÔvIÛ*ÿ8kUü#nä-â?½#×9ô}½#·\aÒLõ\avD:\7f®?nÁ+\14\ 6ûf@¿\e0H\ 3\v=\b\16ô`t\85Ê¡,Û3\ e\8cÈ\82Ö\87¹\88\r\ e\82F\16$\96 =\14fªA\84\15¤´ EWTÖY`â5Q\ 5}_ïÊí¡,\13        ,\17\87\85ó\7fã\9a"\9d\ 6\14C   \98\ 5¸rM)]34·À\ 5ü\8cÎ\82\15C\19,²àGþ\93kË& @PmÙ«\ 5\9b\8e\1d\18íÀk\91Üþ}c\147,Ä]$\19ß\18èÕ\0Kg\ 1\8eÀÑ\93\18óqM\fèÀ¦à@j \81\ 6¬:\18\8b.
\15\156\86\80z\13`ZyXE\ 3W-ÚF\10]\87\90ñ\0¨Ð/L\ 1\85³L¦`L§9zd(\9cå\8dÞl\8a9ln\14Ê\87¹Ì¡Â\11ÕF\90uL$\8e ;Ý\b\90\18=:Ð\96±ÉÌ\13f\fð$]õÀñ¦\864ä±\acR\16Â0{\16Óp\19\ 2àc\8cA½nF9\8bWSâ`Ã\9a\15\ 3\16\120EÜ°\10=«0z\99D\85;´}\9fDñû÷Õ\82 fÅh\ 4\81$\89jÉ=\95$\92¸Øºg\ÜÃ"V¹¸oçg\,-dª¼5]È(3¯´*£\0\ 2°
+\ 4\1eh·¾Íy@º,Æèd±ÈÄ\14\9a=abI\96[&K?Érq
+Ûµm\8a)\14\ 6\90\910G\ 3\10VQF\ 6Á¸\8aÒþkðý\82\16\81Ù@pÄx.Wÿ­Á \87$åÉ\91&($é1\82ZÔIiQ\8cLt\\1d\8c\8c)¾ÒBvP\12Â\85\8c¹¨Î¾\86\8bÆóáÖ\ 1\8b,
+c@ÁïQ\94\1d\11\ 6P\94\81e\84×1]\1as\7f\1d§~i\8cÊ,\95ÖQÝ\99\910\ 2\8f¦àÆ\bèhç2\ 2°3¼.$º\0xë#`ë`Sm\8dc\8b2X3\8cÛ\b\92ÕÎ\81Ô\02(nì-\1c4ëô
+ÕåøL¡ÖÝõ#\85\1c\1e)T¿A\bÔ
+µ§\8a,*TO¡VóÍ\ræB¿l\95Q\98\83ro!6@É"ó\ 6\ 4\b\95²LÒÈÞÁí\19ÐÈ\98\8b½W\eöX!z¸C\ 6
+Ql ]\ 1¨Ð¨\ 2\17\a\b\81âþ\88Ö\ 1å\ e\87>¢U\0ô¡8\a)èæ@ÜáÒIÝk=.íp\89\89ÞèA\a\ e·\1aØ_RÎú{\ 3\9a`\916\ 2ò\93LG l±É´ßââ\16;\1e÷8]F0n±QÝ\92ã\16\95Ð!H̲Tï\90\r\1d·½\1aø´C\16\1d\9cÄÏ\9b\83\91       *¨ÝÍñþ}µUg2b¢Ñª\13\9d\85Å\80ñC\8b@àbrr̸XÜ^mA\85 ¸Ámw\91]F\80\94\81à$1ñ\11\vôÒ\1d\93\ 1\88Û+
+=¾ \bÌJa\87Law[\9aí\90\85-:9|ß\11\826\ 2\8a¹\9añ\80觠    \eâB½Ç\98n´½\8c@m\92Ôô\v%\13      \10\82p´(\8euhÓÉÅ\1cÂ\e^
+$HÐ2\12\9c\f        
+\92\eN\86Õ\19hôtê5c\ 1I\12Ö\83\7f\9d$\14\0,:I.nÐ74\ 1Р\11öV\ 6.\ 2$\8a%\17C|6\ 2(Èn\98TÎ*-\1aq\ 4N7\ 2i\159ÊÂ\9e¯"a\83Mvõ\84\8be\17\ 1\12\ 3ÐE  @y°\8bö\84\8b:{BÜÝƬ\13\84(~$ïy\fÈ*6(\13îzüÙüT¹E@¿\99tn\8c\1f\88C\ 3-\93"\1fWÜ×\ 6Üyþ;Þ+&Y¥µ\16\85Ê*\8dà    r:R)^¢\84zÀ­RÀ\ 5ÂÞdÃ&\81joò\96 1\15\86ØSE\17´VË~ÉSUS!tê\0¯dOõÌf+yê#XÕè=\99á¶F'\1f\ 12\8cu>\82\8aiOfX\É>\18\1d\0ÒîÐ\aÝþVäA&Ê>ñ øý¸©¾\8fìzg\99\87á\9d\85P(\99Ô\ 18\0õÖ\88.yU¨C¼¿ötr4Û_\8b§ø-«°ÚFK¾JÓ\98¸6°â«¤l\8c÷\ eèÍâê¡ \ 1,)tÓò²/\1dP\9b¥ÕC1Ò«\1cmm
+Z>Æú\14´ãÇÙ\14\88\b¤ø\f\81lt\b\88\ 3h\11Áó\ 1\8f\88ìꢨ\11Ù¶\94oa;×±>\96¥\85\ 4+¦@ØÛl\88        ôV!¹8.\1d\18­Bqoc6\ 4¡~wj\9cj\19Êq\18:\0D\17\8b\85«P\11\12Ûè\1dü> \17Æï´bHØ\9c¶ìê\ 5)@\1e\16÷°\81 \96C\ 2\84ÍC2\83P\f\ 3iþþUM`£n
+D/YDß\a^2±\ 3M\99\81\f\ 1Ô\ase¤J¡5 H\91\82: :@§(
\8476·-\9a\ 1Éá\1c\81xzl 9¢?=nÉ\r\8a9\10N\8f[vC\9d\8b\8f\16\99\1d²ôóQçðe\91\ 5w4À6VYa\ e´\r>³Èîm\vÈÃ\ 1ç@oÐP¥O\856\95\\1cH\eê\\1cÞ\9fQ\14ÓI\14ã@¢V\12\b\ 3HH\9bÞðR¥¬3jÅ)È\ fmJ\97\9f  sWVõiÛ\9b¶jñË\ 3ð\9bΦ\14\ 6\1aÕêÀV\8a¡\98\ 3 ÑÃU¬Þ\17\91{DÁB\92wc{¤\r«wdmWAî\99²Ê\ 1ä\1e\81&-\90\83\ 2\ax¨Jô\0\ 6\9dI-\a`$\9d\1c\96\82*kÅͼw\80ß\19R?¦\9d\82\98\1e.BåÎT\84Pm\91    Y\1a-\0£¦¬.E\ 6S¢K5íV"\83»w#û\89&\13â'\88\a³]\8b\f¦b\13ó\ 1\91fѽ\r@\1f\19Li.ïß\87\92s«: \87o\14D¯ÞÕе+\17\0A¶¿\94åR\10½Ú\141-\1añÒ\7f°\ 4\84   h\87\9eïôµ|\93vW´\19e\a$×F\ 4\13pä·\ 6Î\80Ú¹Së=ìRì\82\80"\98ð=ÇäÚ\80\1e\82vêy\85@¿3uH\8cÜñN U|ä·í"´)\86b\ 4J\17dSIü9Id\ e\81\10½\10à:\ 4Ú\\b¿håÿ¯\82L\1f~\11ÑB¼\13~aT\ 3\10Ý#)<\93Äuê4\92XvodØ\ 1}®Z\81ª@ïã+h\19êW\91Ã\92\fÉ\ 1)üb[d\ 1ò\8ed-\ f
\1d(É4g®ä\1d\89*\1e\14ÏÍÝ\11Íy\19\0:7¿v Å\ e¸s
+X\ 3c\15o9|Ã*\99XpPµ*\96SQ.&Ù\ 4\8b Ô'Ù,ËÁæ\9f\8a\ eM\ 1*ß$¬\82¤Ö\86\82\7f\11\f\ 6\89$È\F69\10dr\ 3X\10©%¡+éÑ2ò\eä\81a\19\89ÇÎ\e\\86úsï\r\ 2\80
+hHΠ   ÷H\92z\83\0¼a\8føV\83Ka\8f\b;S\8b ¸±3U[d\92sA§ÍÅï{­\18\90\9c\vÛ³Uܽ\e\93U,Ç~@{L\9fá\13\95\16©\88@|¨Í}B\bèµ¹O\ fµ9\95ñ°É~\14Cbf\097^ôwÃo\ ez§¢\17OÝé\9cà­ÿ7Π      (;å½\81\e©\15-þè\ 2 ÚCØ\9d\eï\0¨\93¼LL\80^uØDÎ\r«â\0Ñ;\93p\aÔ\e\92-/\1d\ 5P-Ì)\ 2räFÐñ\90\18¼R
+\80ðÎÖx\8bZ.\16ÎÍ\r\\86j\93\96²SfL \ e \15Æ_\1f\0éÒÕ\ 1\1a\80äâ¢
+\18×\ 1è]\L\90-¹¸ÚÕ\84\97\ eÜðï\ 4Ý2\92C'P\an¤ç´»µ\14\82Hpï´\8alÕIñѽ#Æ/µ\92l3]";'t\92P
+g¶\99$áö9\9cYv. ]t\83\87hOqá!µ$¤²\92ËÚ\94êJδ©¸35P\9bª=Õ=ôb¶\8c\86N\10Êõ/\8c\92\a¥À\v¯2'dßÄöH\90;¯Ö\85\9fË_¬\8a\14crñ
\ 4\0;\b]\84\f >ëqI«\89\ 5\ eN\ f\15\11Õ¾\98O\80à\9fËP\13+ÂFȱ\81¤è\8djX®DÔ\ 1}zWÑÉ 9-Æë\14\99䡬¥)óØ\0òP^SäR«\rynÊx\ fT\a\86\87gª¤\90L\8ft¹F\936çR\97\82Ûç#g9ðC'\86¥MIw\8d¬nJzàÆt\15}®|1]\ 5rå      l\ fªå\0\95®X\95\ 3>A\1eÒ{\97\92V\90Oâ.¤\80ÌÔ5\11?\97¢\92ë\83¶-E\9c\95AÂæ !M\18&u\98Ä\8d1¹ÇâZ%)CÁ?q±\ e\93¡ãƸX\8aªg\95Ì \10{\907]\ f
\85Äû5t\8eÊ\19\ 5Í\81:?®û\16âb\11!C\a\8eS&Ày-õÊÒ=¯%ºY^\8bph½å>\82µCk\8a\82\8c\9fkðÈåA£j
+å´\90\r­cý®¬Ý\975\9f\ 1ɵ`\11\ fßp-´[Ãg\1d\10\ 1ôF         \94V\12\90\1c¹QßÔ\17Ô\ 1\96\80\10Ô[t6$ðý;\95C¢Õ! \an 1¢÷óWß\88j\11JU\9cjuÏ\9aïþÞÀËN\e\e¸ÎaØ/-«Î\8dh®#ðãÍ\7fÇÏA\ 3ÅÃ\ 6\14FíÑ'·mp\b\8a#Ó£\a53\ 5õ`\98E\84ÁÑ\83ÜÙ\80÷@\91ðÞ\1a0\1e\ e\ 1(Ôk8.5P`\ 3À? 4`q\ f\86\ 6$>p¶èø@Ü_:(\fÔ\1a\99
+tÎ4²\98Øá³N\18\88\r\ 4¯k@Üà\ 6­8\94RS¬v\ 4B~Q<-ÓÉöLÊMA\86á\8dä\9a\8c4\12,J\97p\fOÙÀJt7\1c\8d\ 5\8d@ïíö\9br\ 4rrJÔ\19\86b\0\87\81Û\e\15\17í\87ï\ 6)U}\b\8d7x\1d\ 1Ó\1c\17®§{@¯\r¨|\95{\ 3Îi\e¸Z\86¥Ý$ÚtÚk\1dxf\19\ 2y\8e\v\ 3z\7fÚ\ 5¼\8a\fX\bR\ 3éa\ 3\ 3i%ù¨\Ia¸\88\ 2\18§apö ^j¦u\95Ptþ̸\12ýmé(ü}á\ 3}%\9dêjØ\87à\17+éô(\ 6\7f»4]Û&¶2*µ\81¥óS*\92ùÞ\83\e)\ 6änò³2(R\ 5\8bæ,ñÓÚz\93\ 2\14\93\ 1L\vPø»¥\80ÈQ\0¿\ fÌ\12ÉS\11\10\0£³ErøÕ\ 2\14Ô\81\8f\ e?\11\81\92\1f!`7ÄÄ7®áhÕï/ß\aÖµ°E!ãøíûw¶(Öôe¼¶E±        6 Þ¢Ô\1c\v4\ 4õ\16Å:Ü\ 3õ\16¥îõ\89   \96¶(ö¥\91Ð\10Ô[\14\e\1cl@½EÙµ±¦\ 1\91\ f¢Óñ\81\18\b\90\900»Q\88\95¨¯\82\91í#aÞ\ 3\11¦Â\\8aCØT+YôxQâöE\19èÏ07]\aä,\v¯ÕFÂ)²1*\ e\10ÃÃ)óúb\10¨Bü\8f\12\10Y5\85ò=\18\9bN\1dÉ\r }ªL¹Û\ fÂ=T¨7\ 2       \10\13é\1dßÎ\97Ãñý2­>:¾Å]2íóý¤.\9aÈD¡<c¢èuL$B\98ì³e\94!\13é.ÄÙ¯"¡ÄW¿X3Úå¢\1cÁ¤\84Ä\94\89\84U\0\eÕr=4\8an\ 4x\eÛ7\ 6K\ 1Þu\9b®aBñ\1e\ fëtS(7P´< \95¸DË@\9f?O×h̦\0mîö\r®wh
+\8c¾Â£×ÉrÑÓ\12\90\91\95\82\93\bºÝé4\16\fÅx\94\ 4·&úB³ä¯ô\93B³¨\0ݱۤî­\12\8aƨmÛC¿\1d6é«\ 1æb\18ïÛ\15ï  C¸÷\ 6
+pr\ç ÝãAÙ:ïC\18o|\963\r\1a\e¾7 ¯»Ýà   Ü¬$\93°Å¦¬A7)ì%\9e¥Sª\82[«¦Ò\8bTºiU+ìp4­hô¾Oüäp\943\r6m\ f¤p\ 2¯\84@(\85\ eïô l6örØ\rñ\80ªú;e:8À\857*\ 4\92e>\ 1@<K¶èû7\}5\1c`\17¦n± \8e\19\ 2Þ(\11\98\94apaíf¯^$Ò­Uu¢k4¦\b\8a\rP\1d\86y\ 3\84V\90Lê0¼O¡:é«×a¸Ï\84\94ê \96dR\ 3\80ÈÅ\94ë0ábù"\r4\ 5w.Ò°«\82\88\1a(º9\90ËLf\84À\8d2\93J},9\ëQ>²\bÔG\90\ eK"ý\ e\9bB\ 1ܤΥX\vÂ\1f\97g_F ¹Ù\8bJ1\14­Y&íñÑ:¸Q\r#Bu¦vº;¥$\92\v)@{@_è3!{à\86AÒÓ\15nk£6\83X\10\8dFáì\1e\8e)\ f\89õD
+\F¨\9e\88TfR§ÐåH\0(Jõ×<\9aðL\19Ð5\1c
+e ù\b¢Î¤\90K) i~£R¦Cf©\9e\v½\87v¹~kÒó\r\16ÍÒ^Ja¾9\9bø\b&\82LD "Ar£¨\rÝcqáb=\v$-\vHa\biu\15\®Á°\8bõDú5\18\9eH/\14i?×ó\103.\88\87ìj¥Ë\0\a ¯tIÊÐ~®\86!Vº$7\93]­t\99\9cr\0R\10Bã¡÷\19Ð×R \83¿·ï+cª\8et\ 3¯åAa
+(Ý`2\ 5b\ e6ù»ß\11Ôß\8fGQmS\16\90è£\92~\\ 3G\1d\ 2\83fÀ(Â[ÛÙ+\95'{o\0ÕÆ®FK®ÆK\ 3\8a\8dIËøxé¢ýà˦»\19\1f\14®\1ftC\90ng«×H\0\10ÇÛÙD\17\ 3\15_\9fI"\91\r©\18Á\94\r\85T~&I\96n&ë!\0\13\87\0@I¤wòd´\8eoÜCQ\9c²ÿR)\ 24þ;\970l\19\ 1 ß\1d\eÈ\83z?]½±û\91:wÖ?\9a\90(¼q\81\03'î\8aÂýð¶\9b\13\8båV\9dG\1dÐÛ´ý\0~6\85Ó@ûU\1e\8aX\1dß\ f´\9f\19$¢{AiPÈ\81öê\11L¶×³u,\ 61\14´\8eoDÂôÝñt\12\85\8dÉVt#\10\e ûdVDÙ\91M\8f\8d\9d\8dEf±Þ®ï\9bãÙB\96³ñu\(\17*D\¨I@lçÏ>>³j}@;£\eQ\18tâpabý\bè\16\84Ù\bäÝ­y$K}B\ 6\11\10\ 4âÖ\84Òñͤ¢\82\18aN1òfVÖC\8a±\8f°\ 3ê\84\17Ca\14fV©O\8aÑosh\16\18²jÍZM  \13\9b\9fÎLjJ\88ûcr\91\98Ų\1c}\7fkÖÊrôýí\8c\89äãk8\87z\b\8b\12BÉ[\Ï¿ó8\ 2½·¸\87aloÉ*zoq/8ùÖÀ\r/\11\195Ûݪ\12TÓáàâ\8aÄ\9261)t\ 4V\8e\7fkM\88}\1d\92
+R\ 3\80T±2« \14ÝLÅ¢)Ô×ü¤äÅm5\9f}³`
+n8ìm;ü\9c2\81\ÔÁ« \90Ã8´S ÝÇát\bÈU!\92r\19        GøT"éþ\1cR\1cI|ÆÅ\96êãÜ\16\ 4m\8bïÑ:¾s)\vù\9b·µ<è^ñr\ 6¡\98q\14=\92Åú\ 3ð\1eÇ1\1d\ 1Vȶù\9b«×ué\0¼\96¼Ì#\ 4\9a\ 3pò3\9d\10ðÔGuÚ\9a-H\9dܨSe©\Û¢0uÛ3IÒ\1dMÓï\v\ 5\ 3\rTgú\82\81¦¨ô¹èæ±\1eô\1fím\84\13|·=\93\84ιG\92й¬[Æò}\1a\11²à\8d \ e¤\ eõ\97\97;*´µ\fa4\8f\8bJQ,\17tÐ1\918\87 1ñ-?\13R§p\ e¥ª\8f\88\v5Ë ¹{KÖ©S9\8a\ 3\1au\8a\ 4æ÷z\ eS] gzèìj1ÍÀnp\ eõ5\13­N\92O\8b>N\ 6 ú8¼Ò¤\92£8P\aîDqP\16þ\14\ 1\ 3!x£|±g\16Í'\bEWe\84ÊH\7f_j\82\9bKp£ÇÕ"Ûvû¢\ 6a\1c«ðµ½>Ï.\rà\81Ï÷YÔ-ÚÒæÒ\1f\9bËwú\eeY(\b£6°Rë\8cÜ\ï\1dÐKbòr½\7fÿÆÞд\82 W\ 4ô\ e\82H\b,&ýu\ fC^Kú3É«èå<\93\82\10@b@H\92È 1!0     ¥ \fû\8c\aZlô2\ f\90\7f\ 3âÆh\8bÊU ]ø©\9e\ 2É? ã\ 1Ù?QÐ\0Ô\91@ä_X\95Cõ>\8cGr\88ªN®Ê!º.t\95\a­C\0ÞáA\8f\rWmÍSÉc\ f4e¸)\8cåì\ 1·èT\ 6I\88GÙHÀ\84ê\12[\94frÅP\7fÝf+\8a3ãBùºM¥2\11ý\84¹èt\81\18ÈS\ 2bc}®Q\8bC\99#\80\ 3\81\+\8aS/)Z*âLî\85UAä\f\Çúrü\ 6±\0Ü\9b
+\17\86Z×%Ñäìóó\85\9fó\11|\8e\83¹¯ÎÛ\14\10xãA¯ðÐÐ\9d\1c\8cå8\98 \1c\80T±rY\94¶½m\bëÊä¸p4+W¡°\8a¢Ñ­"¹\14\ 6\86@ïâIZ9\80ãB)MåªLôr ëä\80È\84\ 52\91¾ÊÞf´r@ØÛnZ.\16b0\8cΨ\95+a$­\1c\92îûtºU ß÷\89Ôñ\9dû>\9d
+A1\12ÊÁï+âzÉ?²=²i©Xåý5DQ4\88\ 3\94)";\0A\a\80ìÝ\80\0èK®F$\ 44\89V\14\ 5\14\9f\19õ\1e\8aA}a/rÏÌ\8d\91Ï92
+!ò9G¦Vk\ËO ]\9c>§ýÊ92\19Ðë=tt]èu\0ú*\8dí¬àÒ\ 1ý\85«ñìÀ\8a\87δÈøË÷õýO\9bªÿ"\a$%\aÈÞ\1dÄ\ 1úZ2¦\9d\ 1\94Êlj\ 1\90\82?\ 2ú¾B
+7\ac¡ñO\92¦å:\9d\ 4\ 4ß\8c±\0\80;çþ&#\ 4ô\9e\ 1\8bf@U\86\85\1aðh
+\159>\r\ 1ç:\ fO\8arIÎ\95¨\94b\9f\98ñ\90èXð\88\aï8\16\82{$\ 5j\8dO\95\14\10y\b\8bA½{\v\8aÁ\eî-òQ§I¾­ÈÄ-
+nÊÄbà\ 5íH.ËP_I§ !ܨ2Z¢r\19\v«\90\3\93U(\ 6NlNÕ\7f¹Æ'\92c7J7\18¨Hô~\rk\94rXªÿQt,('\béÖ\80|Wè¦UåBè\8c×r\800\0h\8c¡E,x\15\19srÜ\ 6êÀ\rç^\84KHÏBL
+-Å\8d`!t£JlF¶Ä\8d\eâ¨Àgµf&þÕÏq\e\8a\1dÅç¸\8d\99\18\91ý"Ú\1d\85\94^\84l\81\eÑKT}ã¾.&z´#¹qØG·}®*\ 2ï 1¡¸$°å7y\9aÁÅ\82dݱ±hÍTÇ\86R\10J\rÄg\9b¢îÙX\14DT½c¾)\11Bo"2éo\98Ct  È\94      g\97\80\zpÿ\12\90\1a¾ðñ\12\10iW`Z\9dØÚÀM\a%ù&Ú¡wô\9f1\98\15ð¨u4Ö"/ÈÏ\1f?g\99\89\81\ fí\16\90\vý°\92å[HRÿþ½xê\8bs"~NT\14}\ 3-Kîò}}ð\ f\9d\97Nû/\ 4n\90M\7fa!ý=2¹t\1e\ó®\14§ä\0É»\ 1gðÆ%"Fù})r%èÖ\90¸3Ý\94\b\8a[c:p\9dð ¸··\90\87ô\bÚ DPºmÔªèE÷PK\16¾\0\88lJ!)\82Ôy\9c\91\12[\92j\ 4r^
+\94\ 27òRò³ULõI\97\8d:\ 4fõIg<(Ç\9d Uxã\ 2\95\få¸zS`sÐ\ 1(ß \82¦ð\86{© 1výD¾\95û,Da'VkK\bÞ\91\r\19#7*OP\0Þl\ 4âÖÒ@k\b\85\0âBJõ
+\95ZHéÒ\ 3THéÚ\83ãMõ\8fø}\b/nêÁÈ>\ 1\fqrU­ BCø\98\5»Ã¤ÚE\93RN\82\87%xÕB\92=,È Ô;ª©¼é\\90H\15X\909\ 1×\81ä!yfϸ¤µg\84     È\ f' ë&@\ 4°(-Ê×ÖÙÃeX
+ÚÕx}^\v\1d7ÍÔ¹\98S@¹Æï\10\ 2'\9d°·5P\9d߸AE'        å¸\13ÿL\19yûL\19y
+ [ä!ï\10\80w6÷íRº©2\127÷­"Ý¥\aúͽ\ f\9bns/×W}hÓQ\ 5\18žBðSb\9bLï§LQi×K\91\17\8d\v\82\9d¨\82IfM\98\94O\11\v_PfM°K\0\18
\f³Ú!RuSø}\85.£È\8d\7fѹ\11ÛÆ2|.¾":\17\88\81´\80\8e\94\17\83:\0Km_í!w,æl\8fe\1c\f÷OYUuÑÿ\92\11\84z÷HQò Ø\ 1roÜî\0¹'6\ 4á\9dÂ\eÔ\ 1³Zxê¸XN¬\89\8b«¨¹\a¬éS0ñ\92\rÿh\19[\vyH¿·uV¹\feÿÈØÿ\e\85²m+¤u\19À\8dº\1fH\90k\l\14»aµ\82\1c\aÄB\9a2ÏäÝðÏf \16\9d\1c\13\e ÷Æý\ 6(-ÆéV±\bAFC¸\11\7fÓêDOçPn i\e\90òbÌ£e춸¨\8dßëÃNµ¡\9cX\ 3\99àNb\8dÕIB¹ò\87Ö"\13 tР\19¾/^¡#H2u\ 4\92SZtr}W8\80\eÞ\11(Êõ\11H\ 1Z\ 3À"\15b\17Ú½\8aË&qO\8bY4\89©ìÇl\11\8a\13\90¡1¡/°\9b\11\ 3Üq\12\16hOéó\84{ZÍ\ 4\ 1ñrÐmC\8b\1cT\f~ز\92\a'i5\13! Vý0\88\87a(èç»[\14ºLðï8¨     Ôu9kZ\8cr\15\1fæ\912¥ò´Ë»
\94cry[\1d\ fÈÎ\rÌ\ 3ú\b\1e¼5UWË÷ -ã\e\95_RÐ\r`Vݶ:)\96\ 2¢kðÇ>\ 2?«]\83ó\v{^Ê{\aôù\85=öÃ߯Â\15¸wÂ\7f®Ü2+NûN\7fçfRÒeÓ\ 1\bþ)òoùY\ 1(!|'·\8dé\85\ 5ô\97¿PÕ\8f   \v\88Á'TõÃ\7f®½#\87^xD¯ÞXÓÕ/ó  \10ö$Ûê\12 \9a\1f\19q\10ÚUáXRº\1aÖ¸<»´Cè\81\1eȾ        Ä\837¶ÖîäÁµ\83\7f\96\9c#®¨xHN,q:9*Ç^\18Ô\81\e±\17h\11Ü80´X\ eêÃ_È91ã!¹¦(\14\ 3z\ 4\12Vezï\ 6\ 5_,\8f GÕ\bäè\8f\82\ 4\89Z\15Ú¢S\85¢\93¶ A~㸪ú62Pæú+%·³\a<tA]$¼G_øµ"áT\94t\ e¡°³¶Q5\85bÿݦê¿\9cÚ¢5\ 6\ 4ç\8e\87\9aàFEO¯\13ÄÓ\9a\1fs9\86/ñª¾ À\83è\12/!x%Ú\ eÁydên\ 4¯Ät\ 4¯¼tÂ$xEº[Öê&A¬üB\aV®,V~ÉFe\14\8bATJ\93PôÐa\93P\9f\1fTtö\88¸·§\14;·XëßC\9bîÆÖÚ8­A$5\90\9eYTÞB\16ÐgVX¤\8eodVXµ \10\82/\9crc&z\88<2ÉîÔ\85õZe"UUõ\8f¬jOÉÆËLD~ÚY\ 3bìFD»û\e7<'¨Îod×(-\1a\84ö\15vZÓSØ\9c\19»V\ 4¬\a\7fØ»eÔ(9§\85±Ùiõ É¿b\17;@Ñ#ñ\19\0qS}_\8cþ \84w;-"&äö\90\8fî½\ 3z\aUÒÍ xóN»êà2\0}9G\93C\1f\0\9b\ 1¤\8c&¹1Ó)\10\9c\8c\14<bß«çè¯JØ\9eñ`\ f\1e\99ò à\9e0[_DKr°Weµk\15´¬Õ-\ 21tÂÂïëÝ+\16Íà\8d\9d¥3`\r©²\93Nÿ\8eª\ 1)\ 4«:xò(ÈÇ\10,\91\aè°c\99\aÈ\1a\81\10\9e-\82è\1e â\9e[³Ê\ 3´«\99M¡XU6EÔ\ 1Pc]X\ 4´©\99.\ 2)¹Æë8@D Ý)º¾
+\8ar\15È¥Ot<(º\17\83£{A\8c\9cØ
\ 4\84´\8c\91G˸Wu]]ÆÎB]¢¯¾âÐ2Ðï\f\1d\9dúÞçBª^\12\1e"@Gv\8b\82\8c®7\9e\v\12ÁÇ\16!\82úÔ\12(Èô\91\ 3.YhQ*"\a¨x\bÒæ7êAº\8clÚ;á'h\ 6ïd\17©-B)|\ 5JB] áQ¼\ 4­Bpl,º\17\f\9eD}ì\81É\8fD!]n<\15\85bQO\aw\96z\a\8fÓ\19Õbý\16Êw\9eÏ¡\90 EùÎ6®å;{¯µH\84è\8d\80Ôé\8d\10$¸5Õ\4ß\10\8cP\9d߸v'\99gS\98¦\1dø¯¿þáÇ_\99/óõëß¿\ 4b¥ÿÚ©\8f?~ýóKSû\97\r¹}\véõ\9bß}ýÓÿøó×÷?þö§?ýý§\7fùú·\7fýÕ×_þöçßýßßþô»¯ÿõÿ¾þí?~ùã÷ï_¿ù§ßþæ\9f¿~õíë?þøÓ\7fþô·_¾þË×\1f~ùå/ÿòã\8fÿøÇ?¾ýò\87?þýÛ\9f~úåÇß\98\14\7fÿ·ÿù§ÿóã_þ^é¾ýá\97\9f¿ÿóׯÿ÷\ fÿíׯÞý\7f\8f\13ßÌ
+endstream
+endobj
+496 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1060 0 R
+/Name /Im457
+/Width 36
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%\8eÁ\r\80 \14CK8pd\ 4.$\8eÁ*N\82\12\ eÂ&2\ 2G\ e\85\87ÿ_\vìà\1a<fRìCq/Åß\ 5\bg\ 5\92k@¶\1d\98f\80{\82E\ 6\9f\13|E(¡ðN\1cl\99\88N\90Y¢R\1fjQ³Æ\ 4\10\85\97\91,e®\18
+¤h
+ùÇ\8dñ¸¶\ fª\0
+endstream
+endobj
+497 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1061 0 R
+/Name /Im458
+/Width 37
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ͱ  \800\14\ 4Ð\13\8b\94\19!\95\9d\9d­àZ\82¢®ä\ 6\19%#¤L\11\12ï\a¢ 6\1eÜ+ïF0S!ç\1c^ìÄ\vN°Â!\80$¬À\86\19\88¤     \bh=<\94\12sp¶P\ e6! \91m
+\81´7ÊWô\8dyp²ôÁþ\87ÉV4Û\rËÙ_¥²W\r
+endstream
+endobj
+498 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1062 0 R
+/Name /Im459
+/Width 43
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ?\ 3\ 3Ã\7f$\92\11D00ü\e\12d\ 2\ eò\ 1\98<\80N2b\90Ì`\92\1d\83Iy0YßÀø\8f\81ù\7fÃ\7f\10@!µ\8dk7\19\ 3\0ªNTn
+endstream
+endobj
+499 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1063 0 R
+/Name /Im460
+/Width 39
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8f±\r\80 \10E?¡ d\ 4\1c\81Å\14\99Æ9\18\85\11()\bø=Ll\rÉ»ärùÿ\ 15\0Ø\91\ 1¯*°óqzè\f\e\r\91l\82É6rã\88âÁ\ 3ÁI4A`ÆD'ú_|\ 1\82\99Ì\8e*E\8e½EÊEC\17¸(jh\b¯®\88?_XÖãÚn\83 @¶
+endstream
+endobj
+500 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1064 0 R
+/Name /Im461
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Î!\ eÃ0\f\17\ 5\98TZ\ f0©´0p¬W
+\1cYÚÓì\1c9J\8f`XPÍsª®päC\96ÿ\aF\8fØ\9a\18ê3S¸+\e¢A\89\1aW\82Jun\15tXNòÄ\8fÙIåâãð\87`vàDz9QçÆtáïO|2¶ñ##¶ QöF¡SÏ}d\ f×\1ela\1c_ïô\ 5\8aE<È
+endstream
+endobj
+501 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1065 0 R
+/Name /Im462
+/Width 16
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\7fþ\ fì\ f(\83ü\1f\80Æü\17P«]*\ e\0\8fW(F
+endstream
+endobj
+502 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1066 0 R
+/Name /Im463
+/Width 26
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Î!\ e\83@\14\84á\9f¬Àu}E7Aõ\bu\©²\86°§é9^ÃEÖa\91\b²¯\ 3m\10\9fx\93ÉäQ\e\82OÄfæÆÈ\83$\91ç¡e9\ 5Ö¿\rÔ\94\ 2}\15/$_i}Ó\96\82Ñѱ72$\89¦Àì\10Nå'k\7f§Ý\vU_Ìöâã\v¹7®÷áÝ}\ 1}\942H
+endstream
+endobj
+503 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1067 0 R
+/Name /Im464
+/Width 38
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÿ\8fz\10QÇð\87ñG\ 5Ã\1f\86\8a\ 2 a\91\0$$ÀÄ\ 3 !s\0Hð`#\18\80\ 4\ 3ý\bÆ\7f@¢þÿ\ f\b¡¦V·T\a\0\99ç9â
+endstream
+endobj
+504 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1068 0 R
+/Name /Im465
+/Width 35
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\86ÿ \82ÿ\ 1\83}\ 3û\ 3\ 6v\10Á\f'\18ÁÄ\ 1\18Á\0#\98\91\b\ 6\ e\81Äÿÿ0\ 2Ì\85H0#\11  P\82\ 1B<@6\19B ¬d\86\13ü\10\87»YY­v©\16\0,¦D©
+endstream
+endobj
+505 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1069 0 R
+/Name /Im466
+/Width 31
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81á?\10ó\7f```\7f@uÌ\86\ 5ó!a\19\ 1â\1aþ\aÌ\7fþÿÿ\ fÆòjµKÕ\0c3/\81
+endstream
+endobj
+506 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1070 0 R
+/Name /Im467
+/Width 40
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMα\rÂ0\14EÑk,á2#¸\84\92\ 1\16\ 5ÂFY\84Q\8cXÄ(\v¤Ã\85\95ð\1db\85æt÷éa±à\82\8b\fï8ò\1aüE=?\Õ}â¬úL«û$èñGg\8c°/ìL¤c¡\89¸Â\8d&Tl`*d¬¯t^¥\15Ê\18º\84\ 3Î7^\90Csha\8a     ²<#K¬2¬¤\8aÞ\18+fCJæÙÿs<õ\8fÃ\17À\13
+endstream
+endobj
+507 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1071 0 R
+/Name /Im468
+/Width 6
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûð\ 1\ 1~üùó\ 3\89û\81M¦f\ 1\ 3\0\ 6m\e§
+endstream
+endobj
+508 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1072 0 R
+/Name /Im469
+/Width 68
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\0\81\ 2\ 6\80Áø\ 1cT`0j`\f\e\18Ã\ eÆ\90Ç`ð7@\19ì\a`\8c\aP\ 63Ì2F¸e\7f`\8cz\86úÿ\10p\0Jÿÿ\0gÀ¥à\8aÑ´Ã\r\84[\ 1·\14î\f¸Ã0Ý\f÷\ eÜ\83p/c\86\ 6Üí\98a\b\f^\17\8d\9a\0©\80:<
+endstream
+endobj
+509 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1073 0 R
+/Name /Im470
+/Width 35
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE\8f1\ eB!\10DÇPPr\ 4
+[+/°\173a\8fä\118
+GÐØP\10ÆY5ßæ\85ì>\98\ 1y\ 30v\80| Í¼\90;6\8a£\ 5\fU{\17ªÛ\a\aF`J±-Ùè\r\95c\vÏ\85BÎÀ@¦2Rd\9cb\86Æ\15§\1d3¢¼H¯C\8eu\951/ìMwF\934(]/Â\ 2õ@ù£3дèíWÍ¢\9aºÌ´#|~Ã\95«¯\96\ 5\9c¯·ûå\rª(k¸
+endstream
+endobj
+510 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1074 0 R
+/Name /Im471
+/Width 51
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½Î±\r\840\10DÑo\11\ 4\92ë\80\14É\94DHp:»\18
+ÙR\\82C\ 2Ä°n\80ð6yÁ\8cFK.À\1aT\9d\1auvFÝ\9dIò°&É\b5\95Ü\böcº\18l'\8aÑ6\82,\95\ 6Ù˾áe\9c¾à\fº:¨±:Éx½?ÿ2\7f¾Çò\0ÑåZÎ
+endstream
+endobj
+511 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1075 0 R
+/Name /Im472
+/Width 32
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3```°\ 1bûÿÿÿÃpýÿÿÿ øO\ 1\ 3\83E\ 2\ 3\83\ 1\10\17\0ñ\83\ 3\f\f\a\ e00\ 21s\ 3\ 3\ 3;P'\e\10ó\ 1±\f\10K\0±\ 5\10\17\ 3\bf\ 4êbFÂì\r\10Ì\8f\84åA\98\ 1\82í±àz"0Р  
+&5\eÕ\0\1dÓ-Z
+endstream
+endobj
+512 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1076 0 R
+/Name /Im473
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ce\8f±\rB1\fD/J\91Ò\v Ü1\ 1\ 5\ 5\92W¢¤áÿ¬Ä\ 6\19%#¤L\11ýp&¢¢x²ìó\9dlh\ 5æ@\98\13©Z\16h9Cê   ©\99\93\1c»\95¸*Q¤\8eE[\b\80^À2°\ 1\81òÎñ>À\19\96æ{_\ fÅèP\fÎñc#ó\9fqp÷I\1eôÞ\98q\874\85VáÍ\91·û\ fl¡××ûò\ 1\16\83
+endstream
+endobj
+513 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1077 0 R
+/Name /Im474
+/Width 58
+/Height 67
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5\91AJÄ@\14D+4Ø\e\ 1\aû
+.\a\19\92\85x\ f\8fàR0`{0±a.ÒGèe\16\r±êÿ$\8b<H'ïWý`\ 1¯w\f\9bØ\10o\19\18\1aÆ\9f\ 2\ 4\12\15\88\15\ 4Æ\82    W \15Þgà;cÁc\rüvÁiÛþÀ·N©OÀ\8a³\1e\92÷@ß¹:©7\86\83Õ\19\8bs<\98\9d     îãDù\99ÁæIo¤\9ey.ÒóìYzæý\90^ù¥W\1féÕOzõ\95^\ 2éuÍ\16@\8aÔüäz\11;Ö3,B{Ð\97m¨wÐrB\8db\r%ÈÌ\ 1!kI±\fbv&Ä<\14é9°Hï\vö\9d«S»\17ÃÁêd6ãx0»7i2çÌ;'1èÇÀru%\8c¶{å¶å°\87-\87½l9ì\19T\9d½\95X³^^¿~ßþ\ 1\ 4\8ev\1a
+endstream
+endobj
+514 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1078 0 R
+/Name /Im475
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5\8f½\r\80 \14\84\8f\90\b¶nAÜ\84!¬Ñq\1cC7!q\ 1:)Hð¸ÄæÈûûî\88\0¦Jñ\8d2'J\b\944\1f\17Lu\19¶Ø\ 2\97M\ 5;\r\9c%p+ðaÁK\7f\93á\9e\ 2Ø7\ 3¦_dt"°ã\97Qj \15-ëL\0¡\ 4\1dx\19ÉRæ\8a¡@\8a¦\90\8a«àq|aY¶sý\0\11\117D
+endstream
+endobj
+515 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im476 517 0 R /Im66 73 0 R /Im62 69 0 R /Im297 316 0 R /Im298 317 0 R /Im314 333 0 R /Im68 75 0 R /Im69 76 0 R /Im52 59 0 R /Im45 52 0 R /Im38 45 0 R /Im42 49 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im36 43 0 R /Im78 85 0 R /Im459 498 0 R /Im460 499 0 R /Im461 500 0 R /Im462 501 0 R /Im463 502 0 R /Im464 503 0 R /Im465 504 0 R /Im466 505 0 R /Im466 505 0 R /Im460 499 0 R /Im45 52 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im82 89 0 R /Im37 44 0 R /Im36 43 0 R /Im44 51 0 R /Im39 46 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im48 55 0 R /Im70 77 0 R /Im37 44 0 R /Im50 57 0 R /Im35 42 0 R /Im47 54 0 R /Im46 53 0 R /Im473 512 0 R /Im46 53 0 R /Im75 82 0 R /Im77 84 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im43 50 0 R /Im52 59 0 R /Im45 52 0 R /Im38 45 0 R /Im42 49 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im37 44 0 R /Im77 84 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im36 43 0 R /Im35 42 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im37 44 0 R /Im70 77 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im421 454 0 R /Im44 51 0 R /Im42 49 0 R /Im37 44 0 R /Im47 54 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im421 454 0 R /Im35 42 0 R /Im72 79 0 R /Im48 55 0 R /Im70 77 0 R /Im52 59 0 R /Im50 57 0 R /Im35 42 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im70 77 0 R /Im37 44 0 R /Im38 45 0 R /Im77 84 0 R /Im35 42 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im81 88 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im52 59 0 R /Im73 80 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im84 91 0 R /Im44 51 0 R /Im77 84 0 R /Im78 85 0 R /Im55 62 0 R /Im78 85 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im35 42 0 R /Im47 54 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im78 85 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im52 59 0 R /Im42 49 0 R /Im77 84 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im52 59 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im70 77 0 R /Im50 57 0 R /Im45 52 0 R /Im36 43 0 R /Im35 42 0 R /Im35 42 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im38 45 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im275 294 0 R /Im52 59 0 R /Im38 45 0 R /Im477 518 0 R /Im78 85 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im50 57 0 R /Im82 89 0 R /Im35 42 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im48 55 0 R /Im38 45 0 R /Im35 42 0 R /Im76 83 0 R /Im44 51 0 R /Im52 59 0 R /Im45 52 0 R /Im36 43 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im44 51 0 R /Im77 84 0 R /Im42 49 0 R /Im44 51 0 R /Im83 90 0 R /Im81 88 0 R /Im39 46 0 R /Im37 44 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im50 57 0 R /Im57 64 0 R /Im37 44 0 R /Im70 77 0 R /Im43 50 0 R /Im40 47 0 R /Im52 59 0 R /Im45 52 0 R /Im77 84 0 R /Im40 47 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im50 57 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im342 363 0 R /Im342 363 0 R /Im478 519 0 R /Im36 43 0 R /Im70 77 0 R /Im52 59 0 R /Im73 80 0 R /Im35 42 0 R /Im38 45 0 R /Im78 85 0 R /Im49 56 0 R /Im40 47 0 R /Im35 42 0 R /Im42 49 0 R /Im48 55 0 R /Im70 77 0 R /Im37 44 0 R /Im50 57 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im388 417 0 R /Im45 52 0 R /Im37 44 0 R /Im70 77 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im35 42 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im82 89 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im52 59 0 R /Im42 49 0 R /Im70 77 0 R /Im50 57 0 R /Im42 49 0 R /Im35 42 0 R /Im35 42 0 R /Im47 54 0 R /Im36 43 0 R /Im43 50 0 R /Im52 59 0 R /Im36 43 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im37 44 0 R /Im82 89 0 R /Im52 59 0 R /Im45 52 0 R /Im43 50 0 R /Im362 387 0 R /Im339 360 0 R /Im473 512 0 R /Im52 59 0 R /Im71 78 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im42 49 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im421 454 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im36 43 0 R /Im52 59 0 R /Im71 78 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im35 42 0 R /Im75 82 0 R /Im40 47 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im48 55 0 R /Im43 50 0 R /Im52 59 0 R /Im45 52 0 R /Im38 45 0 R /Im42 49 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im78 85 0 R /Im52 59 0 R /Im48 55 0 R /Im48 55 0 R /Im52 59 0 R /Im42 49 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im35 42 0 R /Im339 360 0 R /Im77 84 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im289 308 0 R /Im42 49 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im52 59 0 R /Im48 55 0 R /Im48 55 0 R /Im52 59 0 R /Im42 49 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im36 43 0 R /Im73 80 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im282 301 0 R /Im72 79 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im36 43 0 R /Im284 303 0 R /Im282 301 0 R /Im71 78 0 R /Im38 45 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im284 303 0 R /Im73 80 0 R /Im44 51 0 R /Im42 49 0 R /Im36 43 0 R /Im47 54 0 R /Im38 45 0 R /Im37 44 0 R /Im73 80 0 R /Im36 43 0 R /Im70 77 0 R /Im52 59 0 R /Im36 43 0 R /Im36 43 0 R /Im35 42 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im37 44 0 R /Im77 84 0 R /Im35 42 0 R /Im60 67 0 R /Im342 363 0 R /Im54 61 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im55 62 0 R /Im479 520 0 R /Im362 387 0 R /Im342 363 0 R /Im473 512 0 R /Im56 63 0 R /Im55 62 0 R /Im342 363 0 R /Im480 521 0 R /Im473 512 0 R /Im56 63 0 R /Im56 63 0 R /Im78 85 0 R /Im55 62 0 R /Im79 86 0 R /Im342 363 0 R /Im54 61 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im55 62 0 R /Im479 520 0 R /Im362 387 0 R /Im342 363 0 R /Im342 363 0 R /Im480 521 0 R /Im54 61 0 R /Im342 363 0 R /Im480 521 0 R /Im473 512 0 R /Im56 63 0 R /Im56 63 0 R /Im78 85 0 R /Im56 63 0 R /Im60 67 0 R /Im79 86 0 R /Im342 363 0 R /Im54 61 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im55 62 0 R /Im473 512 0 R /Im362 387 0 R /Im54 61 0 R /Im473 512 0 R /Im480 521 0 R /Im54 61 0 R /Im342 363 0 R /Im472 511 0 R /Im342 363 0 R /Im56 63 0 R /Im473 512 0 R /Im78 85 0 R /Im472 511 0 R /Im60 67 0 R /Im79 86 0 R /Im33 40 0 R /Im342 363 0 R /Im54 61 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im55 62 0 R /Im362 387 0 R /Im342 363 0 R /Im342 363 0 R /Im46 53 0 R /Im479 520 0 R /Im342 363 0 R /Im472 511 0 R /Im46 53 0 R /Im56 63 0 R /Im46 53 0 R /Im78 85 0 R /Im473 512 0 R /Im60 67 0 R /Im480 521 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im56 63 0 R /Im342 363 0 R /Im342 363 0 R /Im472 511 0 R /Im362 387 0 R /Im56 63 0 R /Im479 520 0 R /Im362 387 0 R /Im54 61 0 R /Im473 512 0 R /Im46 53 0 R /Im480 521 0 R /Im78 85 0 R /Im46 53 0 R /Im60 67 0 R /Im472 511 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im480 521 0 R /Im362 387 0 R /Im342 363 0 R /Im55 62 0 R /Im473 512 0 R /Im56 63 0 R /Im56 63 0 R /Im342 363 0 R /Im479 520 0 R /Im480 521 0 R /Im46 53 0 R /Im55 62 0 R /Im78 85 0 R /Im56 63 0 R /Im60 67 0 R /Im55 62 0 R /Im81 88 0 R /Im342 363 0 R /Im54 61 0 R /Im54 61 0 R /Im78 85 0 R /Im472 511 0 R /Im342 363 0 R /Im342 363 0 R /Im479 520 0 R /Im56 63 0 R /Im480 521 0 R /Im473 512 0 R /Im342 363 0 R /Im472 511 0 R /Im480 521 0 R /Im56 63 0 R /Im362 387 0 R /Im78 85 0 R /Im362 387 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im118 125 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im111 118 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im111 118 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im143 150 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im114 121 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im107 114 0 R /Im24 31 0 R /Im102 109 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im117 124 0 R /Im25 32 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im117 124 0 R /Im102 109 0 R /Im24 31 0 R /Im111 118 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im116 123 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im118 125 0 R /Im117 124 0 R /Im30 37 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im234 245 0 R /Im30 37 0 R /Im118 125 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im24 31 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im25 32 0 R /Im144 151 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im107 114 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im481 522 0 R /Im242 257 0 R /Im98 105 0 R /Im482 523 0 R /Im482 523 0 R /Im161 170 0 R /Im95 102 0 R /Im483 524 0 R /Im161 170 0 R /Im93 100 0 R /Im97 104 0 R /Im484 525 0 R /Im100 107 0 R /Im240 253 0 R /Im99 106 0 R /Im98 105 0 R /Im240 253 0 R /Im240 253 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im116 123 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im109 116 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im141 148 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im114 121 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im27 34 0 R /Im24 31 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im21 28 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im134 141 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im134 141 0 R /Im25 32 0 R /Im140 147 0 R /Im22 29 0 R /Im21 28 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im26 33 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im114 121 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im26 33 0 R /Im30 37 0 R /Im29 36 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im150 157 0 R /Im24 31 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im109 116 0 R /Im25 32 0 R /Im118 125 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im134 141 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im102 109 0 R /Im107 114 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im23 30 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im29 36 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im134 141 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im28 35 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im26 33 0 R /Im101 108 0 R /Im30 37 0 R /Im101 108 0 R /Im141 148 0 R /Im26 33 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im144 151 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im105 112 0 R /Im111 118 0 R /Im21 28 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im120 127 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im28 35 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im114 121 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im113 120 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im23 30 0 R /Im28 35 0 R /Im107 114 0 R /Im24 31 0 R /Im101 108 0 R /Im105 112 0 R /Im25 32 0 R /Im115 122 0 R /Im22 29 0 R /Im25 32 0 R /Im26 33 0 R /Im173 182 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im105 112 0 R /Im114 121 0 R /Im22 29 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im111 118 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im24 31 0 R /Im26 33 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im131 138 0 R /Im121 128 0 R /Im123 130 0 R /Im132 139 0 R /Im128 135 0 R /Im129 136 0 R /Im127 134 0 R /Im129 136 0 R /Im185 194 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im107 114 0 R /Im25 32 0 R /Im113 120 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im105 112 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im143 150 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im107 114 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im26 33 0 R /Im30 37 0 R /Im101 108 0 R /Im110 117 0 R /Im25 32 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im107 114 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im106 113 0 R /Im30 37 0 R /Im107 114 0 R /Im21 28 0 R /Im22 29 0 R /Im109 116 0 R /Im29 36 0 R /Im24 31 0 R /Im110 117 0 R /Im114 121 0 R /Im107 114 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im118 125 0 R /Im24 31 0 R /Im102 109 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im107 114 0 R /Im107 114 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im22 29 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im24 31 0 R /Im117 124 0 R /Im30 37 0 R /Im28 35 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im117 124 0 R /Im28 35 0 R /Im21 28 0 R /Im26 33 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im117 124 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im112 119 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im108 115 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im29 36 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im28 35 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im102 109 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im105 112 0 R /Im21 28 0 R /Im110 117 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im107 114 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im107 114 0 R /Im113 120 0 R /Im157 166 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im115 122 0 R /Im24 31 0 R /Im107 114 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im110 117 0 R /Im102 109 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im116 123 0 R /Im24 31 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im173 182 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im30 37 0 R /Im117 124 0 R /Im105 112 0 R /Im25 32 0 R /Im29 36 0 R /Im108 115 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im114 121 0 R /Im107 114 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im21 28 0 R /Im107 114 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im24 31 0 R /Im101 108 0 R /Im106 113 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im116 123 0 R /Im106 113 0 R /Im105 112 0 R /Im22 29 0 R /Im30 37 0 R /Im107 114 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im111 118 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im222 233 0 R /Im107 114 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im101 108 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im223 234 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 516 0 R
+>>
+endobj
+516 0 obj
+<<
+/Length 1079 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}IÓí6\92Ý^¿â-»\17þD\f\ 4È^:Ú\15á\8d£;º\96µ±«¤®²_ÍrTøß\9bäEòr8çâ\0\H¡«ø\0\ 29g"\87¿þðïßþú\83ûö\8f\1fþúCúJÃðmø\1aö\7f§íß.\8c_!ûo)Í_ó4}ûí\1f\7føñ¿ÿ1æôí_ÿüÿ\1f6\88_Óe\83ð5§e\83è¾üxÝ ÝÖ\8f_.]\ fàãº>£õþºÞ\7fù    ®\1f\80\9fóý\ 2ÁÃ\v\8c#8\80\9f§ë\ 6á+_6\18¿¦åL.ů\1c®\e\ 4\17¯\e¸¯\18Ï\e¼þ\8f[\16Þ7H·\ 3\8c\ 6\1cÉe\84Ã4ß/0_ÖÇ/¿\9ebz£pJ¶~¼¡ ~\8d·õÃ
+\80)\81õq¼\7fßa\fÌîËÝ\ 1x»ÿýû¶>\ 2\fFpþaB÷_þÙá÷>\7f¸QPÞþúþ}? ïçÛ÷ÃWÄßw\1eÀ/ÜàÇîï]\92îï7r=\13pZèÏû7ü\ fø\v*þ¼\9f$üÑû\aD\7f÷û\87ÃÊóú\11­\a"\fÓ¯\ f³D¿îköWþ[E\90\8f\10ÿ\83\fÿ\98\93û\8f\83tÿáÆÿ¯ÿãG$À2\90?w\11¾R\84\1fg¤CÆ\9b\0\8a_éF\0«Vñ)\ 1\ 6\8cé\ 6Á»\12*\ed\a7pu\14¾\88Âç\8c®pWCw\1e('\98\90\f\89é\86DD\84Û &(ÄÒM\8bÄ\9b\14²\r \16\12`£«\1e+\e,b\14mp£#¾\ 1>\ 1`DL\aa\b*\1d`N\ eP\92"M\849)¸,q\12\92\ 4+]\ 4\8f\8c¡\bp\88%yð½\9a̾o\92,\7fÍqçä\9b&c\92(\ 4M\12ÝÏÿ\92\84!\ eèü7ü1M\10"\94ä@\13^-©E\80¬ð\e\11þ'Ù\12\bã$Y\ 2\94~\12Ôä:ý$¨ÉoôCá\97&ô} \88¯ð{Ù\96!Û÷\17\8dþþ>°Ä\bü&$\87ïð£ô7\8d\12ýñõ³¨I       üæ Z"Ø\12
+s~dÉÆ\ 1ò\ fÐB\98þâ ZB\18ÿq\97\9f\9fñÏ,¡è\903w·\84\18ýD¯Yâôü\8bü|Á\7fú\1aÞ\9e\8c,\7f¢G\96 b\89¿äO\fP\81\ 1ùqµÄ^ü\1f¡3\1d\ 5\r\1fß\86T\8eïï\ 3\ 6 \a\18!\ 1
+\ 4\ e°8Ó\83[Öç\85\90v\0d\0@¬À\16£QR`\94\80R|äÊÅ\83\0íqåbF®ð\9d\80\98\0[Ã1\e\ 1/\8aè³\0#®|(ç?­opåc\0ë\e\ù8íçïråM\81\9fÖ뮼\e\8b\1d\7f:¿\8e\7f\97\1cø¾\8eÿ5\94s\87\9fîÊ»\1c¤ûSúÉ\93H?X\81¸É£ó\ 3þ'ð7'¤\ 2\7fÆÿ{(gL]üïæIú>3Àü\0á/\eðÞ\14p\ 5\7fÔ\95w\83\ 4\7f\1aJpñ\11þ½×ðOC9~\14é\1f\ac½Güs\8fFóPR\94¾OCYA\95_$\94\18}7ýù\12
+\ 2ò\a\18P\ 4~#Â_\ 3üÆü\f~ÉIð£ô\97 ýÈ\ e\94O\93Ä¿L\7f®\81¤>ýYî\9f\11þ\1aø\7fBßoàÿI\93ÿÌ\81÷3Ô¿²\ 1ïgMÿR\anpÒùç\eý½ìÏ0Ì/ûsÕãïõ^\b\ 4Z\ 4\ 5\ 2 =\82ÓiÀ\ 4ó ª
+\14{ ! \ 5x÷@èú\88¾\7f_Oá\175\ 6¤\ 40j\ 4@¿?BøË\ 2 @\ 1¨\v\80\0\rÈ;þ)\ 1çA#`\1aÂ\98\90\ 5\7f\97àÌ\ 2\ eS\96,`\1aB\9aM\82ç¾\10Â0H\1a\90!0\ eèþ\b\81$\840\94\10Îrþ®\10\82\83\16\94\1eBpIb@Æ@{\b¤S\ 3D\ f\19X¿\7fÐè\8fâ?B\ fL\ f!Å(      PfÁDÙ\83e\11\f/y0\14~c\12é\87Ðo\8a\12ÿñ\b\8aæÁQúË\1aýù¯x\91\96¢\12³\85P\97ßï\10þMþU#(1w\85\80÷\bÊi½n\ 1»Å\ 3°ïwE@Ì\ 38­×-H7:t~à\ 1°õðþÂczÉÇI\ e\9d_\96ß.eðý»ü~}\rÀ/;\80ÿ{\ 4\94G`²\ 4\7ff\80ìÉ0çõ²\ 1¹ð¬ô}ö\18ïÌ\ 2\9f@2R%\ 2R=?\96\7f{\ 4$\8e\1få\1fMFpÃ+\19áôý{2\ 2\v\81{7î÷\7f\87ÀÇ\eÿÒï{íû,\19k\8d\80Üá\7fOÆ¢\1eXð"ÿ°\b\bâ\9f\ 6\ f>FI~ÑïGU~\12\ f\9dò§$ó\8c      ¬oHæ\81ò«!\99'\ 5Qÿ\90ûCù×\10\ 1Éñ\91üÙ#\18\15ùÃìWoOÀçûë\11Ø        Ê_ù     |M\83\ 1ð\ 3üÇ"\18\ 1\9c\7fü<=²?Ö\b\88Â?<\822Kߧ)\1cN\93?4\80áò#ø­\ 1\98\13¼j¿\10ÿu\97¿é£ýLñ'Ë_\96\ 2\ 3å\9fì?\ 6{\ 2®ð\1fõÿG$?\90ÿOð\9fü3ü§$á\9f®ÏÃ3þËá\91þ\fy\12õ'¡ßI³ß\99ý²¦Ð<±_Â<<²_Ö\14\98'öK\1c4úç)0PþË\11ôèTýMâ\a.\89ø'ñ+?Hþ\ fM!²\17¸ªþ&ñ\8b0Hö;\8fÿÄgøÃþ·\8e¿¨é\ fö\82\16\1fý\ 5-\8eÏäG\1có#ù\11\93&?\98ý\15\13¤\1f9\80\1eEÿ\9dÒo\86ö\87\9e\ 2\97\99f\10XATH]ñC\17\8aýµ¬ïñ\9fö\f\9có÷õ\f¢qØ¿ßcÿ9Óÿ§ó7Äo,\83ëôý;þiü)Et\7f\99ÿöøQ/ü,~Ù\v¿<Iðã\194A¢?z~{\ 1®\9c\9fâÏÞo*øãÅX3º¿\14?Ûüï\ 1Ñ\1f\8aÿcûÝÛûÍÂÇ\9fÞohüÀ¡ûë%\ 4Þôw'ýz\ fé_ö\1föbªÊzê\7f\87\11áO~ÀÝ3h:ùÇG'Ê\1f\16\7fJ"üHüë ??Çï  ýÙ\ 3òú\ eÑñþâÍ\7fêäÿ5~¤À\9f®·øyU~\10øg\95~ üó$Â\9fį,\83±"\7fîï\a\917ÿç´ÞßS\98i\ 6Á\80\ 4\0R\80Ä\81\1cF  \0é\86\80âÀ9\ f.\10õ\b|p¥\1cù,\81u\ fÒ\8fà\0\r\1edx&\ 1ö\bL\85\ 2i\ 4(:Q\83\90\88, {\11\12=ÿ¨qPµ\88©S\82\ 4\8b`wJ\90=\ 2Ó©\ 1ö\bL/þ\ f\16X\17þí\ 5¯"Áy\11\90\ 1\84YÅ?ö`Ã\8cèïîÁR\ fp\80ð×=À\ 1i`½\ 6!:dÁè\16XtÐ\ 2\0\1e \89\0\815D\0¼&\7fh\ 4 ¨ôCî\1f\90\ 5Û\10\ 1\bÐ\83Ññ\1f\11þ\1a"\0\a\v®+\ 2\80å§~ÿQ»?\8d %3\0\86\81Ü?A\v\Î@\88y\10Ï\7f-¦/\19\ 3ú\9bÚ3x\16\94ÁÃ3pÊý\17;¢ç\ 5o\8dÀlúï¼^\86ÿ\1e\81YÖwÕàX\ 6ÙéûZ
+«u´¹\7f\80×\bÎëûñ£ýânðóe}±ÿÖLÂýû£^\83c5x\15øÓû[\ e\7fåþ<\82ã$øó\bÎ\88ð¯GÀ¦\ 1Я®ÿ\9cu\828\9f_®¡tö\ 2¾è±6ùSî?GéþÔ\83\1cü#ø{³\1fªðgít\1c\92\1f²ý·F\80\14þ¡\1e¼\ f\12ýóv:y\87ߣv:\95ûßõç«%Ø\1aÁÉ÷ï+
+¸l\10½¶Á½)Y.1\9cü\15ç×\ 6ãðvaõ2"\vÂ\9c\99\0§$ \8a\b¢eD        ±°\9eĸ\961ÝY\b\95qW\820U\12¨\ 4a*$H\93è&D\ 1wüÝ« ,\89èÍ\ 2\87:v=\89\8fDH\18¼(BH\15\b\16az\11\853üÅ®"\8a5\84£\99\10$\84à½hB\91óû$\9a ¤\8a' þk¨Â
+\9a      Gûè\ 4U\85\12øY\12N\ 5~Õ*¨\8a
+å!$(ÿ\ 4ú-øK%\89ïD\7fa\12¢°¥\11SJ\9d6\8cÅpÜ#\erodS\15àX\81ìY8\15\ 5RmdSE \89!M\9a\0æ1¤\87\ 2lV\ 5\18ñ\81-\8b±Â@4\8bcH\8flÈ=\v¨Ó\86]\eÙ<ú¾\87\ 2¬¡\11\râ\1f½\11V<\bÀ\9e\18ô\1e\ 3j¶!-\ 6\ 4é¯!\8bGÅ?\89á\8dèû-Y<\9a\0¥1¼äDþ%ðK0\ 6Ò\90Å\83\86\18^Fò¯%\8b\aúÐ\80þX\1f\9b²~1\84º²\10L\81/ë{²\10\9cµô<­o\88ÁÄ"?\hÌB°>8I:?Ï\82q\0~z\16\81K\bþz\16²³*ÂÓzÔ\b\vÓ¿Ë\11}_\96\1fk\1f\9b\17ücEÿ²\18\8eF\7fôü³v~
+\7fs`ªðg-\8d\1d\80\7fC\fÂôï\89þ\1ab\10ÖÇæü}Ý\81s\ 1Ñ\7fC\fÆK÷gúÓ{\ 4\7f¤?I\0Àª\b\9aå\97µ$Fß¿Ûϼ¥°Jÿ÷$\82õßk\16Ì\16\81\1fõýn0\97\rbÙÀ\7få=\84\13î\14@ëøÆ·\ 4ilew)¤ª²0\89Ad\ fX Ë\85È>Ï\12
+(\vL^b\ 1^\b¥\8a\10\92H3\8f¢
+ªäÁ4³@I£\18FQ\85\10\17\b\8b \86\9a\b§\9d<\16\11´uòX{b¾Ï\7fïäÁ[Á \044£=Ø@]>ìnÃô\11p\18Ý#\ 2\ e\a\e¨«\12'ÅG:,@\ 1Ò@@\19Ú`r%kÈÈ\ 6Ñ+YÃ4H6,\8fa\ 4Q\87\90ûO\10\7fÀ\ 6"\ 2\ 4ÚPº\0\ fV\89Ù)À£%âuÒÿ\1e\83è¤ÿ\88\ 5\90l\ 3D¯Ù\0Ô\87ôP\ 1Ü|HÚKÕ*1Ïðo\88AhüO{ÑÆ\ 1\b\8b\96à\ fú\80º\rºV\12i6(ñ¡Gø}Y\81ÆQóÁx\f\ 1~_®Ä\8eX~Êy\1c1k>\fí\84³ËÏðñ\11¥ÚIf\b}>¤ÅÐNë\eò\0,\ fåüýö^¼ËúG½xOë;zñ\9eÎßÑ\8b÷ôý\8e^¼çï·÷â­Ü¿Ú\8b·J?X\7fî½xÏç\97c\80{'\99óùõN43\82¿.\7fÜ\9c\0þ\e:A\fðûz'\b«$:ÃOï\ 41L\12ýò^¼^Ä?\8b¡$\89\9dlÎü#W"[\1eÖ8ÕbÀ$\ 6Zøg\9c>?bóõ\93´\9eÇð\82xþÏ\9d\98Öõ]1Ø\19}¿Aþ\94\18`íûµ<¬ó÷¯ôçÝò÷\93ÿöÇ-f·@wýñ}ÿ±Üa\88¯ßï\1f?KÔ\1f\85¯\7fà~\a¡/[\9f¾¼À\9d×7\f\88ú\95\bz   \80\ 5¿\ 5ÀÆ\85
+?\ 6Àh#­`èïËA°VÔ\97\vèSíJ\1av7\0\8bùú\19\80>y#¿ä\ fäW~ìä·þ\19"¿{
+Ù´üÑ«\8cí\ 5þ£ðð\93\10\81~§@iÜOÂ\8f\13º¾\1eþZ;9ßѧ\87¿ü¬\80ÿC
\féÿb}\84a.è[û\ eíè³\1f\86±íÏ\10ú¨ï\7fàÞ\1eÝ\13|z¤{,\ 1©W÷\84\90\1eé\9e\10\91ôÒuO\88èû\rù\1fe\ eL¯î ã(I\7f\1e»{뮾ØÝø\88úCñ\1d>Sÿ§Ø\1dÒý\r±;(}ZbwN\84?¹?\94^÷û³\ 4Öè\ 6ðýûã\r\8d=8hûȾKt³D¿¼\8bN\94ÖóØ\19ü¾~þò~X??ëâ£\18\ f\9bQ\97ÝÁö[~|?\18\82\aÛÏ~\9cm¿k\ fÒi£G¿`oZ¿\9e\17úôoå{;>7Þ\8aøÉ\9fC\87Ôx4ã-\7f\ e]Qåoâ?·\86Þìù6íëû\9eo\vûæÖç[³ý"ø~\83ò/%Ì\97õàé\88\10ÀX\8cß\v\ 1\\10°Yu/ú+öÞ\8bþvKð`ü5Ñ_\12é\8f¿ý\ e;ü?=\1dðüù\0Ö7\8c\91)ãh/ð×\8d¿É!üÝ\8c_>Fd\94è\8f\9c%þ£ÆsI_=\7f_7\9fü\9c$þe\ 4´6á\14èw3k7ú5\83w£ß·)|°~\11ý2í\19Ìw>]_×\9e»õÜ)þB©\80®\81¯Ö\83³&>x\ fK\aÈ\1fù>Äz,Ù£½ì·Z¿
+ûQü\8d\1aþ¸õ9HðãÖ#Â\9f^¾dÙó5öãÖ£vþªõY]Ïf äGê/@ñsýþZýüâþufÉÎýöÃ\18~û3Äý|\ 2\89Ýþó»\15\7f7\86Ð×s\97\ fÒ§Ç÷Úm÷\8aòá¹ïPyɾ«åÎ×\85?y7\ f\83¤üè»e\88\92ôර)Oß×\813\ 6\ 1~.e£Þ8\eé¾þk%ßïßÊ\1f¼~\9cµÖÝh\8aÓ+gv»÷b¾\1dúþ\¤ÎæL,ÿóís,?¾\1f\1c\90\83Ïa?~þȳ%cÑ¿úÞ\9e¿\ e«VIÂa\18öã\1f\ 6\a\80Æg¸íÁ:zp#\9b\14+m\ fÈ\ 5JÙmÿ\ 5,àûñ\ 2\9b\82\7f1³_ðß\rð\83Í\8dáO¾\9e'     |µ\92Ñóõ\eæ>\1c¨ïÓÜ\a¾~\ 6ëc¾\88­Í\96ÛÀgVÞ\ 6¾·ýw0ù0øpÂmpéeq\9e±\8f\12n1ù¬6ß#ò±¶]W\0H9ÃÛ\ 6qÚ¯pÀ\80<¼:\8c\90~åºõ°8MÏ 0¡\ 3¬\97\957H
+\b7\8b`£!³\156\1az[\11\aÃA¥¡×ôõ$"\80¬÷NZÏX8B\11¬³ð\9a\10Àø5\92\84\87BÁ£;~\7f\ 6
+hQto\ 5´üø~ÐF\a\ 5d?\9a\14Ðéë=
+hÙà\91\ 2\1aÃ3\ 5Ô}\ 1S@\1f/°i\96\17ü\8bÎyÁ\7f×F\a\ 5\84á_Q@\15ðU\15Ð\99\15Ðùûí
+è´\1e\r|¦s6ð½µÑA\ 1aðU\14Ð\19û\1d
+¨N>l\83\87\f´* \0Á\ 6ù=*\ 4,h î\e\0=\1aèBDH\ 3mDdJg#¢·::h \95\88N\1aè\fÀv\rTY_Õ@U\1e\9f¤ïs\17¨à/\ e\1f\ O\1al\ 6ë¡\ 6[üñ·\ 6\vÓA\83Åù ÁìG\93\ 6;}½G\83-\e<Ò`\8b"y¤Áº/\10½p\81M5½à_\94Ö\vþ»:;h0\fÿ\8a\ 6«\80¯ªÁÎÔÓ®ÁÎßo×`§õ7ᳩ¦\r|¦´6ð½ÕÙA\83aðU4Ø\19ûH\831\ fÈIð¯zP\9fï/(°ó\ 6\1d
+¬z\83\8a\ 2«3Ðt«\9b5\ 5f88\82@7\ 2\16\ 5&\9c`ÓL\e\r\99ÎÚhè­Í\ e
+L¥¡\93\ 2;\ 3Pöa#$!@\ 2U\rVåa\8c\80]\83Õ\10@U\98  !?wª°\11¬¿ª0¼~Õ\ 1n.\14´¬\7f_  ¬U\9f\ f*pùñý \ f\ f*Ð~4©ÀÓé{Tàéø\1d*0¸g*°û\ 2¦\ 2?^`Óm/ø\17­÷\82ÿ®\ f\ f*\10Ã\9f©\10\r|\\ 5"üµ¨À\8c¾?\ 2\r¶ÝÞ\94Övû·:;h0|û\8a\ 6;#¯Ã\a«c¿â\83Õ7¸" <=\97ñ¯ç\rb{\10ð\84\80\9b\17,¨°ú\r**ìr\ 2\1d\ 4¥îõ3\b6Õ´Ñ\90\8d\86Þêì ÁT\1a:i°3\ 5\v\96¹æ$\ 4V\15X'\aîAÀ\vø/
+`{\9dz\81\ 6»×\7f\1d\9e¯ìGÓó\95\9bjÏW.\1d\14ÏòãûA\v\1d\14\8fý\90\ 4\9f]{ùúGÓ\8f+\8e\92\87NÅQðvº~\93â\18À\r âxÁ¯è\8a\17üv-rP\1cMðË\b~\1d¾Óéúzä`U<\eÛ\9d¿/¤<\14ðO³\ 2þM¥là3e³\81ï­\86\ e\9a\a\83\8fHM\97\13©i\91\9b3ý*å"oÍc\e4v\9c¹<?U1PÑ<\97\e\by\voÍ#Þ \12ý«Ðp5øw¹\ 1
+þm4dÊf£¡·\1a:h\1eLCDs\94zÅóýuÕ¿ûN5\11XU=U\1efªo\92.PÕ C®i\90a<h\90åÇ÷\83:9h\10ûñ³À\81Þ<¿åë\1f9°ªA\16aòH\83\9c®ß£AN7\80\1aä\ 5¿¢4^ðÛÕÉA\83`øU4Èǯ\v\1adø<x¹\1a};ã\ f\ 5\7fHÏ®E\85\18\ 1|\90?\9bnØàgZc\83ß[\9f\1cT\b\86_E\85ô¢\7f\ f¿\9d\11 \87\1f÷ðÛ\85\ 1Ú\13\18Î\a\90_/\82e½W×W\\97n\b\9a\ 2¹@@nº¶k\90Ï4¸©\86\8d\84Lil$ôV'\a\r\82I¨¢AN\0èР\15
+ª*\90*\vW\9e\8f*\ 4PS qN\15\ 5\12çøV ë\8fï\amrP ö£Å\ 5Y¿þ  z5ý\11çÚÜ\9fÏúã|û\ eýq¹\0Ð\1f\ 5|/\95QÀ·+\93\83þh\ 2_\86àkÖ\1fçëë\91_ó@Îßo\b½\9b\vR\81ÿª\18^ð+*ã\ 5¿·29è\ f\f¿Ïú£\eý¦?®\0\90\fxS w\b6x\10\11Q@ÇóÍõ\ 6BáÀY\83\b\1cü\12\88è³\ 6©À`\95 /"*JãEDourР\98\88>G¿ê(Ä6\94% \\0x÷áj*¤ÎÅì\0\93v\80{éRÚPb\9d³ãx|@B]'¯µ#¯z\ 4ëZu^ï\ 6¡öÍZg¿ÚF®\e¼ÓÏÝ\0ª\7fîÕ+¯¾S\ 3º\ 1`\82+\rǯ4½{g\9f\ fàAý\0\81@é{&@\80\1c \14\8f×\ epï]Q\ e\90#Xï\1c¨_Â\13ül\82ØÚ\81n8l \95¯o7(C\90/7\0\91\bB\ 3ó¨Ñ\0ß`V7À8ðe\88i\r\aa\ 3Ø\1d\aë\18y@\84 }\b&"\eBÖÁFå\ 2.\ 1\14¸\ 1\90ñ\95\bò«\ 6ÙG´\81\ 3\92àZ\87TNà\11\19\a Í\b
+\ e\92è3
+\b\ 4Ê\1cG\ 1\ 2\ 4\a1i8 \10(\1dðê\10ÀT¼\8e!\13©øªMË\ 1\12¡\17Ú Øz\r\85yûk\0Á\8cE!¨eÂ\92È\9aXW%\11%¢iz$Ì­\92¸\9f\ fçI¥B,K×YbOdi\18d" ´FØí¢ð%H\82\9bö\ 3\1cA\bd!¦B+G®³\11\96ÅÖ̧&\8b)\ 4KNE·Eb\13å{-\92\10Ue\84ipí¤Ý©\vJAõ8>cÃ\90\10
\rØzM\170e\16\12Ô\ 5H\99\91\r2dãû\ 6\94\b'$
+\91A@\98\0
+²;\13P\14\96n\82U\14ÞÇú¾þÏÚ\ e{ºKBw£ât\83@Ú°\1aKCþË\ 6×Ô,ÎFÑ!Y|g#æÚXaq͵al\14=²j\ 1\e\8d[\v¹;\11E\9f\91$D¥ÁX\eÙX.Á"Ád¼Îå\92È\98Â0B2\96ÝÃ\18\11\ eà\rî½\1d\ 3\98M\15§Ck\rç@¢\ 3¹AB\96\rÒS\1c¨²\88Þ\0ZU÷\eø­\1cý¸þ<`}\ 5å<¼\ f <\14\17÷®L\96X©é³YIÜC³ÌÏëu÷0\16\85|Zß`Ò¸\92ev9\80¬PÝ\18À\ 5\80$ 7\18\ 64ÈaT\18¦\8f²\90¢ MÏPP:\14     \17 \a(\99\9aí\a°õYC\ 1\rt\95öÔ\17\bÊ\82ÈFt­c\ 6>
+"\1a'\9agp\0 HØ\rü0J7`êÈ\9bgp>\0j\13FÜK\87Ø@\97\ 3k\9f7\85\ 6¨sæ½\ 6Aê`ûI£b\8a\82\10%\14P\aÙ<\83Ë\rt\a9\1a\rä\9aeN\ 2U\16-=ß@¶K­Mï\19\84È.%\10\18g°Þ\r»Õ;Æ¡Èr\8a\82\84Ù\10ôK!\aÈY:\0¥â          ¢\16*\9e²*\8b \ eç á\90yø~\9e\90 A\1e>\8bq@A"+\83à\9cª\8fY\8cc\14qH¼+g\16Í\89\rQÇÇ;\11\8céõv\b\ e sA\bÃ#"\f\ 1é\92\ 6"\fqx&JCÔD)¥¡¨)\13ôýWÓ5¤L<`"\16#ÉÏ$ñÚ³ø\89\99éuI\8c\r\1a\9b7V5hè\ 5r\12/@0(\9a\84L\92\87     Ó0hYO6\98Ñ\ 5 6Æ7X[¯i\ 6Íõ\0eäÒ0ï(x·îr\83$F6çÔa{B~²\88\a\93ªçÉb\ fqÔu\11\8bP uî\9c¬\8e­ýY¯(\8föêSãc
+±\17\84¶^ôlè\ 6\86<D¢9\16\81Ük\80C&\8bc\86Þ­ìßÇ\8c\1e\93 |ú|\ 1ÆÈ.\16uìc\8d\91\89{\\86¿\9dO\80$       ¹Á\18Áú\86\80÷\82\18m\ 3ê_§7\f»\12I\8c\88\e"\856?hÅA£>+ (CÀ¯'\90\1eñÇô\9e\ 2~A"0ê°BÝC\14g\10Ê\ fW{\1aÅ\19\87\r\19á@\7f¸²\11Z\17\04dQÀï\ 3\ 4\10ï¸$\ 4¯YU]\89,6\a¼Æ\86\905\fÐ\rJ3Qa\ 3\96\10\ 5¦N«(`I\14Accú\80nY\91\17\bè\89,\96ÏU\17æ\84\bL\9f6\13\81­OÚ\rx\84a\90pH!\90GU\19\90\0Á\84\88\b¹\16\81\88¨%Äa\11\86^I¶fQ<\91dÁò¹:Ù(¸$²\11ñ\8d<RÇw\1ad9\81Á#\fJ9\81å\ 1\7\89\88{\1a\9dHCÌ¿G\\84¸\90``Ô\94)\ 5À(2\11÷ÍY\ eÄÔ)\ 5J\80"{M\19rÿ^ÓÆô\ 2\93\17y\88Dù¦\87r4̪\1c%A²\19\99´\rblÍO\17ÅX%ÀÐi\8f¬\ 1\ 6é\0<\87\ 2©sdÕ\13çØ!1¢k\92è\a\r\ 5,\8deûð}\ 3\94Ær\95¤%\8d%¼M£&\ 1®\19\ 1ADTx\a\ 1\13å1bI,Ç\8a÷\0E\95\rp\98,b\83J\7f²ÙS0:\95iÄ®åM\1090\1ejÛ%Í\85\ 6N\92Ð˺h\8d/(lÈ\ 2\8d{|á4\1a\1d\ 6\1a1\rÙlïx\9em.\87\ 4\88Ó\ 1tQn³½Ïß×óù\9c½úUÖß+\1d-:Q2@Î\0D\13\82È\ 1̤®^\80¤Àä"\88Ï률Q¯ü\89y¿@\97 ¶éÞ\17\f\ 2ALHp\1a\ 1\0\1a\98ØÍ\1a\ 4y\8dÈ\84 ¨»ÖCРH\9d\1a3é+<D\1f\8e\1dÂ\0`b\9a\a      \854ýÂ\a\91\ 6ɳ­Å\16.\17\90¥\80\ fH
+é$°f?<"\81(\93\0\ eÐí\15\1eç\ 3È\ 1:?B&Ô\ 18Âïë%.\16¤½\0 !ù!?¤á\9cD1\84\83´6&yÍímÌ¢J¥ì9 \ 3\b\93bßMg%\1a¢8\9c5\1c"\1a\fë³ë\0¹Ðɯ5a@Æ\84\9eÖ\1c\ 6$\88\e\92\19\83ó\1a\bipÂ!k\0\ 6'HtÇC*\943ÃCÐ\94)\93Ä!hÖ\0/\10\99\9f\9d?"6ÖßZl\óU\fè\0\18¡2\97\vÍBÒìYúr\9f\90=+åÑY}\aâbñÉrC\81eqõ¢ÀB¬5\14ÐøØ\8ctAC\9d\98=\16õZ¤a\86\87\ 6\ 6\0\r\r\fH\b´ä>8d\12k\a\18Ó!6Qµ&XîDRÍ\19\92º`\15·.ô\95\80 Ðà\98GhÑ\ 2{\b[¤1B·N/\15\8cQ³éé\ 5D\83\8eÉ¡8b\1a\14F\8f\16\1aH¹×¤µÔ     (\87ä\87\8e\b\ 5a\83clµ!\83oT\85åÍÜTáy½þfnѱÁ7\92 ­\9fÅõ,²\11Ðùõî\11\96Fxú~Kÿ\8cT¬±Ó\ 1Z\8ac\12Ä\80\1c\1eÜÛO\\ e\0¬9\12\19È3"!9\93so_qF¡ì\15ºÒ\80¹F\82<²á¥óó´\8d¬a\90\17\868\ 4\0ý¹w@\18lxî\1d\10\ fA\1a&\91 ÷\86@WæÍ\1eZ©¢\90U\96\ 6$6\13\9c$\ 6yÞGzH\ 3qxF\ 3Ñ?£\81(Ê1öPã\17A:Ý7¸?Ô\8c·2Çi\83\89+ýàÖÚï÷\r⽡Üx\eä;m-êÜ\886ð÷¤þ»_û\9a\8aâµ\19Óy\83ùF\85kç½xÝ`;A\1eö\r\ e\r\r§Û     ø\ e\93ÓvH\87¥¶A\8aoav¾\83KB ¹\9c`\9e÷\rÞ'\98A¨ÿÚÑ*\9f\84QX,£ñp\ 3ð`\87o`\9dpª7@h\o°&\81Ýa8\83\ 3\oð¢£5Î
+Èàf\13η\v¼\byeE\84\101!û\11\ 6ÀÌ×\a³\ 2Â1\81\e¬rêÆJ×RòAr\b\ 47yÎ8i\8dS*\9cD/\90\ 2t\83        á\10l@q0\8d\1a\ eîÒÈN0\ 32\9e\85 [¡â9IT\8c4Òtx³\\9b\91\1c/ WkZg¸ë\ 6Í\9dáÖ\rúÒYK
+Ðù\ 4z\98Í:Ã]ÖË\91ÖõÕsCáå\ 2r
+\8fKv\0ßÙ\98-;p\ 2%­¼\1c \8b\a ÎEy¶¼\1c@\8e0\98m~A\81\9cGçæð\b\0fZ\v\0øÜ\18®÷\ 2Þi\18ä5Û       ­×\rS?hLÈ_=£ÈDìÕ3K\17à\8f\8e\1a\0\99w¹Zæàü\ 2\ 1\14ß&ú\1d\80\95WWBA\11    â\ 6
+\8aH
+éÉ+Vñ}½\80^0\9d4\19À\9e\8b|J`=|."¾M©\f9o G        íѲ\8e\81»\10±VÍ\0\82N\7f¹\9f\a\8d\86j\15ßÝ\10\985\bð¦tã3U\1eJ\88¡¦Êk\ 5ßu=D\1eMKaHU\95Ó\ 3xDÄzÛ\ 2+ø®r!\7fó\84\10\14\1e¬\86Rð½øéÎoyÙã»\8bPl(Ø\86\9aH²'·\92ù\835×óÜ\12\9cd\8f\96è\0-\8f\96H\934\94\e\87\92\84\ 5\b\ 4J\12Z·.\ fSx¤Ë-£»n\8c\90õØ\9aÓ\9f\9dç,a\90?9BA®\17\92{!\88\11ò^ä¼\86BúâåT\83úó£g\9d\v1
+c\99ºÒk\8fÆðÐ\1eµ\9ezu9H\9e\1c\ 3\12ä\r4\14\91SÚòl="\fèÝ[â8ª\ 6)Kç\86$ ç\93\8b\e\1e\8cb\1e\1e\99ô1C\8b\1a\90Ðç\86za±Ì?6Ôã\8f\9eå\0\8boÒõâT&\97\Ö74Ô+$pZß\92\8d\^M×\rz\98ÈòÉÏ\aÐ\99È^MÏßoxqråÝýº\81^ë]\12Êë($7È£z\ 3òð>9D\ 3zFúô\94\ 6¦\8740?¤\81\ 1\92M[:m_! ¼Ý\17¿Î\r\b\ 2rSÆ=6ÓÌÆ\16\1aA$ÐÔó\7f\ 6(hh¾â± Ó+\9d\ 3:@C/µR\17\ 1\1aß\em\83¡·\9f\1eä\ 2=%<\ 5\11\82,%<k4À\8bÍÝ3\14X\88¸\9d\r-#Ûi\82\88÷ü×\88\90r\81½´\¸@\7fº\9eÇíéú\ 2\ 2Tc8ܨpÚÂ#oF>\10\91î\18\ eè\ 6-ýôâ3"Z{þ?AÁ\1e^©¡\80zv\ 1Q±®LB\10©¸\1aݨ \80vc+-÷Ã"\92+ÝkX¹84Hôbç$\e\0Ø"Ò[&@\8b¨¡eBÖ\98\806\ 4,id\97ï7\ 4G\10       iÁ\91­0\ 4ÚS\8b©.#`\8eÏ\98°TèU\99\90úUÃô\b\82\11ÛSz«v'Z\ 3Ô³uª9B\1cÓR¡W\97Ã$8ã!\0uÏü Åº<ó\88¤h\8bg\1eÇG<¸Ç6*\14D£S#´¦ôó\8f½\8aÔÒ¹ã3§*&äÔ4D§ \10n\88N©ni­Ô}­ñzTê¾nðù\ 6¤\91\1fu^\ fû¶°\8cî\b\ epg"\9a\8e<N\0\ 2w\1a\9e\1fJBw|=´,6Ñá¡åÞp\82תg\0\81\86q\re,ôe}C>v\96\0À×ÏÒz^©î%\ 4R
+\9a\11ü\0\ 5¥\e\ 2ò¦É×Fý[êÕ²Á{ªèÂ\19×\rÆÛhä\97?`\8dö/L\94nL\84&C¿6\98Á\ 6kªÛe\83\85T'¸\81Op\ 3\95\88}\98T"f¥ÒNBbþÐ\ 5n\93Äg\10Þ\13øj³ôj\Dó^\12¤bY\fí~y\95\8a+~ùE\10·ûåg6ÐËÓl\16ßê\1cöÅVæ\88\90õ\90%UB\9f\e\87 \91\89\¯ Z\v­%AD\9fÌ\1d<\80\\\15|\90\10À\93\1e4\0и\84ån]HP\8eÐ\86\0\1c¡]\9bÔ+ª\90\19Ô!N\0\0\r]WÂ\88¬¡\96AxH\8a4Dx÷¤\85*
+YTà\99\18Û£\ 251F!0!\14\83ÖE®~\ 3B\ 33²'[h`\9e\1f\19¤q\80bTop> \12ÐG\11FçT=ÀÜògr4zQ\8eÒ'sK:¸\10¡^§\1c\86\ 6\ 6°\1c\13bc6Æϸ(÷E\17wǼ\93\8dã(²q5é *\87\90k\87 }\7f\964\ 1\8d\fä¨YSÕ¤\ 3ï>'\1dÐ÷ZóÌ\17«¤'º¶×s\9cÖ·4h7Ï~q\8f*DȦè\95ä§å\ 4]ÉO{AÇ\19\ 4z5Aé¿t>\80æ\19\1f{äw£ \89\a°LèÞ\ 3d\ 4À\16\1a(mSª4@+RL\e/J©k\\87\9bßWø,\8a\80\ 34Ð0mÃÆøÕpÀ\eáM\1a\17Ð\ 3\94Fvu" n\95\8b\12\ 4©gjQö\1a\11ñ¼\87QC\ 1k\bºæ=Lw"º\877ªy\ fgA 7\ 1óezÖ\ 5\ 4÷&`µ9\80U6 e-\16_9\13\81ÞMq\f"\e±¼     $Êî¢\98\87WT"&D\bEq\83$Ûã3½ÚÌ[6v\8d\8fk­ð. Ð§uL³Dļ*%#"Ö\13I×Vx\1a\17±´\a$\a\1aòáÝÐ\8b\ 1\8b¯ &h\88¯@IØ\12_\81ßo\8f¯Ô\ 4)í1\1fD1Ä\ 3\ 4zyã\9evq^¯\87èF\8d\ 4\99&YÓ6$MB\ 1\904\0ð´\rÙ"c\9dð<¢\81»sÌÆ
+\a\8b\13\9fO\80Æ
+\136\9c²jÖ³Vv"\1fóVvñ\912ÙëJz\95I\1c\88D(\9c\7f&\8b­\19^¯,\8eöâÔ)\8bש]\8f\9e;Ñ)\8b÷\10M§,\8e!K\0ämþ\91_ÒÔæ_S\ 64õ`DD¬·öÝ#4u×\8e´²ÃÞ±,GÖÜ\87N9bÉ\13Qõ+È°\89<\15mp6ëA"è\15\87ïA\84ë  Ö\8cÒÃËñ(«\13\17ý¾A_eÈK\16\9f×wôÜX7è1J-Ds¹\80Þ0"Áïë3ôÒS\0d\r\0¼eG\960HC4¥Øüüý\96Â\92ÒXör\0¹ÈÒ\15ez^¯\97ɺòÜq½\80ÜÛ×Zn\P¨÷öõŬ¿ P÷-\8b.­¢\80÷Ì\80\1fÀGí\0Ô¹õ\86\83P\93å\9f[ý×å\10ë\9a\11w6ì²g¬\1f]M\8eЦ\13£\87D$Ø\13å\ 6É=¼AB|Ô0m¡¼Xôª\ 2\9fc¯$,M\193D\81>ma\82\ 3pÒH\80\86\19g\a\0ØR^UºfT\ 5Ñý鸸×CØÙ°y>ø+@áD\14°Â\90¤\81\80zV¥\¼W\92Y\84£[\92\ 5?i\92\8c÷úG hè9\10\87Gê0D¬L\ 4uX\88h49\12ûBÅaD
+¹¡0"!\8b¤¡kD\1aE\f°\10Ë3A\18TAÈs`\90\1chHâ\99\90Q/æ\81ÅøNa\11¸\885Î@VyKã\fdÐÀ\ 3àî3k\ eÊ\9a\8aÔ\8fÝgh\12\8c\83&UCm
+2©ZjS²j\96\13÷þ    ûjSz-2\8b\8f@.Ö{ý\87\87h\80'jº\8c\901@Z\97\8cзÖ[\97\8c¢kÉ\8bCT·\80d!%DB\r\\9c&\15\82\9f\ 3,Us\82Nr,\ 1\96\8b\87Û\99YoI0ë\84ë®(\9b+}²Ï\eèSy]ypX\8dÛ®¤è=@2}\1eYAÝó4\80\vèÙ|\96ÃR½\0=\80\ 5H*\a ]UË0Î\v
+õbe7!\b(~\81uÎ(\92ìr\80\86\14\14DCz^º5®¸\@6Iý\90D\12\r\aH°%\81Ãe\15\85¬+©ÓP@}K\8b\90\88\r\1c\98\10\rÉm°|\99 VC!\9f\17 Ò \8f\8f \1aг\9a-\7fäz\0¹Ôr-Ð\ 1\10Ðû²&D\84z©¨5Þ¨a°\1a\9c¿\1a^©a\90\8fb\9c\10\0ô4®I\93ÃT
+LH\11µLý(\13È®\eèL8kLHÝ¢\ 1   \81\961x\ 3¤\ 1\99\8b×¾\e\8fhÀúnôÒÀ\1e\9eé¤\81àÇg\9aÀ2Pª\9a\80úÆ¥\83ÐÕ Ócl\16_Y\9cì\8f16>\vQ\13å\14\a#ºAK[QLÅ\r³\10\919Ò2\vÑ\ 2½U*d³\10\a\8d\8aj­7ú\ f\80ب%Êho^Se¬-\1d$7\ 4\15\89,ÿ\ 21\92þlh}A\ 5\10`>Z\8bl$>b%Ã1¼\1a\f¯aû\8f%ôÎh7i:=\93\bm\1aÝ3\89Ф\91ÌÚw\91\8b´\ 1\8f\10@³VN\ 6³ö\13]¢àÕZ\13Ñ1²Ê\b\15eQ\1a×úOøìk\8cô¹ÿĺAOb³+%\9fç\ 3´\f\14ôàû\rÞ©½;æÊ$1\9aÀ\90\10\ 4[\12\18
+\11çÏãðj\9d\18\14¤¹õ\8fP/@Z{Z´<÷\r\93³
+\13á\ 2,\81Á\ 1\b\8aç¡#½4¸;ø\15\1a¤\17p£z\ 1æß\8fÏ\88xO`¨Ò\0q\8e\ eb¤Õ0Þ\\93¨Ñ\10\8d\90D\bAd\17\7f\9eúÑË\856õ£\9f\88\13\12\ 3\80\ 6h\v\91E\8elöÀ"\ f*-D\88\7f\9d\88ú20¦,²\ 1ÁÁ\8cø¸!DP
+,:¸ <ÿ\ f*\15\92ú\84\ 1\86ú\ 4\a¿¯×'\94¾\94U. éù®¼\17d×÷^°;¸\17*\16\94\81\b\92 âc; 9¡\87("¤A!\83¤\9c?>³\ 6Ö\ 2       \8d\a\b     ¦á\19     ¦øH\95\85\8cÌA\18_ î}\9eDMBÖOè\ 2÷õ¼­%Ô\84zò¬Ú\ 2\84\0æôH\11í©\ 35ED\9fm\9dÊ\ 1Ä+t\9a)@]{\8f(¸!>c\95\rU\12ä#/\90.oÈ]\bÈ\9clh\8e\e-+½S\11Æ(*B^Û\80\88¨áå|Ô\98\90·¿@LØòr\9eDMÈ\eCöºµy/m\90\8c\16ZiÃ"Ðû*\13\1dçõ-¯®±àð´AC^z\99y±®ÿÈÇ|\9ch\ 6\eèªÜºO\ (L\91;w\8f¸|_\8fLX\9cøü}½1fi\1eqù~Ã0Óù\19\ 5\99?P£ >ñ\ 2\ 2°aâ\85\93\1aX¸P`ÃÄ\v\a ØPà´ö®\98î'@\ 5NW\1a´Æ\94~?Áa\83 \ 4glæ\ 6âBÝ\9eöfÐW\99\90õ\9eÈ\1a\bye\84&\a\87bN,*¥\12åf\e$m\ 3ÞºÁIr\84·\8e\18E6`/ïP\ eê#q\13Ä\80ì\12ùÒc¹F\82ôü¢\1c£\99\ fS\94ä(_\ fõ\90Þúc\9a%üÑÒ\9a\19)b\98\83\ 2ª\18ãq\11t\83\96²\bDA\rùKk[ÜGÆ\8c\8d\13í5f¬qCÕ\98áe\r\9a5Eýê\88\98 ¥-ã\88\ e [#û³{\95\v>7^¨*c\1e\18xf\r\ 4hN5äÔ¯e\ 5[\805\85¾\9cú 
+\12þl\ fQÐPÖàU{\88Å6&\89\86¨_;xQ\13\91\9cú\ 1\ 2°¹iCíü÷6áÖ5bÞÅбu\87Ü¥;zí\0|\1a(T\85\rÓ@E\93\9eúÕaRU           Î\94\ 64U9V\rMT\rRBC#´\ 6t\1a\1a5\1e (L\90\at\14ZÁ}\8fWöJ9\80\0lH9(\91\91\ 5\10\1fS\ eªE    g\83º£(!N\9f\r">\8eÓï\eô´\14´y \97\ 3\fXlä|\0ù¹Õfn\9c\ f ?·ºq\ 6ëõÙàkÎ\83\ 4\0ºAv\ f!\98G    \82¼¨Á!\bèC/¦"\b/4¨\8fM\99\11
+\eòVæI\85 «jð\8fhhO\9a¨Ò\10q\8b­kÄ\19\83º[ì\10\r£ó\93\8c|\8f\10ÐÐg|Ï\99¨b\90\0 D\11\0,ea\0\90²\10\11\v5<S¬\81\rå\0¼§fB\0\905\91õÄ\#4\95Td\920PÆOUy\88\9cDEBB+\19¢P\bQ\97\94\8dü\16\ 2}%\ 1X\fʹ[{QC\8d\86(\ 4f/B\80å|¤g(Üs>*(¤né\10ºÅè+g\ 4\91PKI@\19~t\85@CÒG~Ùc1wödôè\ 4\r=\19½\b\ 2\0AÐ0\ e5ªº\90ô\8c°Zé3\bõ\91\r6·¤n\8e\10\10\8eù!\15%\91\8ah\8c0i&%\ 5ánÐU@H7°ö7u\1c\90Ô\99 \1aåú@ÕYc\ 3\9az4#\93²Á3\1cü3Qh\83KzµY´ò®Ê\ 5xM\86\ 6@Þ³\ 2jãÛýiKIl\11¢ä5r\81 \19DÔµ\ e©× ±Ä\11t\0\18h'i\v\969R7(XæÇ IR\1e\9e\814¨On±æ9\v\bû&·$èÖè\93[2\8a-Àâ¬Ï\83\ 2É\8f\83K¨giá\91\85\9a\12g%\82Ëú\1e9¸V\84lDxþ~CæJ1jOë[ò\ e¬$ä|\ 1}jÇ8\82õ-S;,       sñðºÚ\13¯©'\ 6\82®Tì½iD\85\ 6xîÈø\f\87Ó á\90F¨ìÑö|\09º°\17¥T\88¸\1a\9e©2\11éºaÊü\ 2\0=ïaÐ0@=;7\88\0$\8e\95K*\ 6\99Ó\ 6ú\93ë\1e\9f¹ð\80\âéÃ39´÷\8cè\95C>jr\88úÆe\9aâå\ 2²=µ×´T\0Àã3\b\ 3\r\89\13æ\94TÖóøμ\8bÑÊK\ 3I¿JñåÙ\9eI\b¥_\91ÉÄ\8bS³N&^7è\9bLlÝ\89Ï'h\98L<\ 5°AËdbkO|Ù@öjìͶ\93\88l¨k/\11\ 5\a\ 5¹\9eùaaæ\8a\18¢\15-.\83õ-Ù7\1e  ò\96ä\97àzu©ÕÔ {F\7f+ Q5&Xt¤øeË9ú<ó1\88\16)k\19\81p¨dÐ]:r¶Ûs\96ü\ 2\99@\ f-d'1!M_²Ü\97^]º¦®<±FöÔ\93Nk$Ì¢.¦Ã\12\ 6¨\8bå\17×8h$DýZ\a¿/÷ÙßSOzͱ½\1f\ 2\13\ 6Ñ\18\87^iCIHDz ¥®)B\83Z\1e}´G6ªR\90Õ´`{VÎ:X»]H$Àgºªb\94ÍtÕ\84\0\1f8âÕ\v\10\14\1cÄØg\14\90´      £Aß×¾É\19\rúæöM\16Ú(\ìc\9f\18s¦  O'h\19\172\ 3\b4´ã4Eæ«=cX`¡Ø³þsß\1dê×[yè\19\0ú¼\92É«\18`E)\83DC4´c]Ü.4¤WÙ\9b&«¢\90øÕ¦É.\10Ð;ùY\81h\ 5\85Ô-´ÖIg\14ê\9d\b\1d¤aýüf\90WI\90Å\ 5\ 6\8d\84h\ @&Ö;\11\86ôH\8cy³çëb\8c¤\1d\8cN£a\8a\85U\14²n\e³z\83JMËù\0\r\99#¢ çÝ(\1fÒ@~H\ 3\93L\ 3,q\ 3J\ 1½©îüL\17ïy\eíºØ\ 2\e        \ Å/w¢\1càãL£¤Ëø´\92Iâ"úàì¡.ÖÛqúü\8c  ÖÈÆ\13&\b\ 1\89\91\ 6\1a
\18¡©3±Ôw\9eÍ¡\86~)£Cʸ¡_
+\94\84\r±\9d\ 4%±üX¸§}Tí16ëCµfÈý¡\1cÓ\9b\97í­0+<D#+³\87$¤7¢\1c\ 6É\1aáý>Ægr0Bs®¡?|Äö\98<Ü}\8dL\0kâ>ܽZ\15S\95cl\14i\90.@óNB\96\fÚû3E\ 1ÀâVNw\14f}\92g\14\ 51\8d\8e\8d\1a\17ñØ\bä"½*\b\9ac-UAYÓ$|Ò\ 6R\85°\93h%kçZÖ\ 6éVauíÎ\9eµáj-WX»\8e\bÖ7¤Ãï5-®Ö¼\8c\rê\bûúÏÖ\10~-ÜÛ\85,fYeø\e\9bô\91$\bRÏÞjZ\µ\7f\1eÛ k\eð¤\89\ 1¡@ïÄ9%\80\82\86D\gN\81«41¤á¡9#.\90\1f:öà\88«4\8fâ­<!\bå(ï>Ë´\ 6BÞÊsØ\89 "ËYx#J ¤á\19?#>ÔûeX\90Õ¹¾¶Ò{x¢Ê\87¬\17hBD¨w\85öã\80  £pô\1a
\ 1\10\1f6\ 4\aFU\17\10"NQ\95\ 3¬eÇð\8c\ 63â"Ô\84\8fµ2\95E1ke\8a´aC+S+\ f¬\0\80\97µ\ 4U
+°Y\1fYR\ 5¼\95)\12¤\r\80\94iK+S¨I\1a\ 6]XpÄUº\02{b\1f¥Z³'ÂF²Àµ\fþeÖ\9fO\10\80\1c\897eöÚ`¹Ê|Û\0É\81»c±m°HR´\ 1°ëïTðÚ`üÊw2\f\92kµm°\88Rt\ 2É$ym\10\11\10ï\84èA\ 6Ö+wc\80\e\0:`\85-A;ÁË\99;\9f n!\96é\95Dv&¤Io     \9a\91BSZ`Ù<T¤P[z²NH\98è¥Â{\90¤*\8cXöGÖ¤!/\8d\19{Å©¥\8fLH\1cê\ e²ëÕ'Å¿µi!\v\ru\r\98ßÇ\99v\1aÖû8Ó^ÃzÏߨ@\80årF\vµ\9e\ f çr®1\8eXDQW.çÚùÃ@Ø\95˹G9ÎD4ȹ\9c1;¸\81ªT÷\18ÃPéÞB++,È0|n¾Â{\82:°¾a8·\8d\ 3us¥\19\1fmªiµ\1dC_\ f&g5ç\15\b\8c_C¼R᫲£X¦g\bD=\83â\14C­ÿ\f\e\aê4\1aà­;æý\ 6}9,V¨9ôµ¤ÜÛ\8aVPÀK3\9eB`\96!Àj;\ 28\81â\1dØúI»\ 1b£W
+\86G|è@¬\8cL«ð\ eP!0)xó\8c,\921\e\b\8a\90ØP\e\11\92\84\ 2\ 4\ 1 e`        ú~ëË\1e¤h\96\ 3\16¤\98\9e±±O\88\86t\93\9d\0Y\9f5AÈ\9e\9dö\18Á\85\a\1a||\8d\84ª\19\14\15\12®¶¾¨a\90EIÖÖ\15\0\ 2z\94dwò«( \8e\8d\83\10\90£$Á\89\10 \8e\89\87L¤GI<´&t\0úYä\ 1\82Á0i\18ä\8d/\90\18ÓÓÚCL\12\0èóùA\8aU\fB\16\1f\80RDj\ 57\17ï^±\a)        'U\b\10\12ÎN#a>L\14\92`C[U\ 4À\86\1c\1ah͵\f#\9d¡\1eÑó¸fÑ©á\19\14â\rxm\88\ 6BÞ·"\8b4ÈJ;\90\14k(­\80R¬¡Þ=\96<®µè¹¯éBP\9d\1a\10\91\18Ñ2é^ë\91KÑÐ\197\8eá\911\13±\18kH ð\88       ôv\84Q´Æè\ 1²x\0\1aß±® \17sL\1e\95\8dÕ=<l \8fJ°® ç\r\1aj+J\13¨u}\97g>¾/P\11d,\ 3b.\aèl\1fã\92x\ 2Þ\17ôe\8f\7\90+|lfJ\r\86\943ÀaËÐ\99\12\10AspA@"Ë\80\98À\ 6z°ß\ f\11@°a$±\1ff\ 4\ 1\19\85\16[hg\ 3k<1k4D_¿ËÃÝy\83\86y\19ÁwbÀ\12 \8c\ 6;;\99ù]\10uv2ó\11\12qÃÄ\11\84BÍ Ø\ë1ï(üèZó¾\9aP\14Ëqf_f2WÅ\0O`\b\12\rP"Î\ f\ 5á:Ð[ã"\12\\98ft\81\86ò\f$F\1aº·ÌH\8a4Dú­oD\95 xã\88ðH\8e\ 57J\18`L\10J"W\95       ¨sï'´ACxÆÌòê\r\88o[b¤½L°\ 6\17DIN\9cû\b\87g쵨"\ak3Sz-ºµ8C4\ 6ÈË}yì©*s\9aÄ\92\9dj\12\92\1a¡ix$Gl\1c\1c±¦\9c\1d\80pFVyË4Ð\ 1Ê\11}\1aè\90à\rôÜvç\9e\1dÀEí\0Ô½wo¿¢3ù@³iùØ\92ðÌ$\8c\ 1\11AÃLZè\1a\15\11K"½yÅ\bí\11¹Q¸õ\8e\10tÉçÞ\11u\93òsï\88ºQMhpw\f+4X+ÐXë÷?\16hPײä5¯c9»2`Ö¾\98¶AOjù\1e\9d\r
+\8b\r\ 4¹Ú\7f\83E(
+\12\95\15\vò¬Ù\ fÓý
+÷ \ fºÂ\14ß3Y¯0\90Ëå¬1f?\10˳a\15\88\ 1ÑQCúCi@qYß\10¡\b\1a\12é<ÂÁ\ 1:nh\93\v\17F\90Û$Ûä\10\97«}\ 1qÙ®/\1dï×.§\1fËvùTÔØ\89\ 3+òÈ\1a\11ñ\16\12\90\88ô±¬\ 1¡ áÑĦ¢Vù¨\1a\9fûAQ*\1c\93J\85$ʲ\8b\92JW:Þ\82!J7 8(sM«8 \eL"'S*\9a\90FA\96%\895\9aq~Á\81\1ek\9c!\19ëQ\92y\92T*Ï\80H;\1fö½\9f\ f\b\ 2\rïç\ e
+\12¹\9d\91\rFíÖF6\18µ¦\8dx\8c\ 1±qKoÈAãÂZ\ 6B\r\82¼7ä a\90ö\86\1cÇ]\19\86\84ú\ï\r\99¢¤M©\87\9dfÍ®åÍ%±]*\eÆÖ\83¡\9d\8b­\a\83\ 6ÁZsI\81\89X\ 2\80¦Ëj-\18\ 4m\8c¹È\ 6\9b
+\Ä\ 6\93"\9b®e0é\88\88P\98\11þ"ëµ»$ø¾\9cÆ\13±=$§ñDh\ f5D(¢ìZ±ò\88,ÊQr\81\11"@~6\8c ! ¡F(&ÄÄz\8d\90\ 2å\1a¡Ý¿¯c\80\87W\8d\90K\9d\8dù\(ÆHª5Á`s3Ê»ãy}ÃÜ\8c¼_ +ÜîJ\17\90Ë\ 1ô\99\v¥\ 3Ã\19\82\r3\17\12ü¾>\933!\ 4@\1a&\0(MÙj\0 ®y\9e\11\0ä\ 1áÎ\1eýÎë\85\87c\eJ\1a\ 1\ 55´QÙc\v\95\vÐèÊ\1cÀú\96É)fÐ'_\v5³ô\87¤Ñ\0ïN©â\80\8d½\88à\0z\9fåµÿ\ 3\90\ 2Be\86µo\88\b\ 5÷Ò\ eêU\96nJW1¢çÅÛ³aE\8eÕÚS
+DDh ¢\ 3Àd8V\e\92\94\ 57\90$Ò3B}J\12\11òÚ\8aù\91*ÚÓ\1fª($¯ÿ\19\86Ùº\13\94Äz\12Ñ<ôêB\8bL 6jð\8b\87\0yw\1d²$\ 6x`\ 11QÃÓ·y\14\9d\14\14°\18Ós\a¼È\824­Ükº\98÷\96DÆHKoIÄÂ\r\ 1Ò=ù¡ªHHlk\1c4{\96¢Ð\\8a*
+               'M\93Q\12\14þ<\92´fÎñ¾\vÈ\9cj\18}\83ÍA=\83I6\a\87½4-ÆT¥#\1aëÛ Ùü4cÒL     ê\15\ fþ\91G\10¡\14\85\96\0y7w\ f\9dB\9bIÚ+G£×41u\8b-\89¬\97\89"\94\83ºS¸§^t*¢\18\90\8fDER¬Á\9c\8dc¯[në!\rêï­1!\8f\ 2N bc34\10ÒàZ\1e\1fɱx°\ 6{\82s{eÇØÚLË\ 2+\ 3\92\93\1fó³\ 3\18  Õ\ eÀ7HÚ\ 6Ô±·ðÞXë(Ç&\9a\16M0VûÏ\90È\80ÅfÆJK9\1e[\89â\rXâGÒ\ e@A`Ú¸\ 6\ 2ÆÇ{på\8cD\9d\8f\9d¥2\8e\9f[èÐç^Ó¦\9dDàK«é\ e"°Ø
+¤B¹Ï±7m<6÷\81²àÌÜË\88\96¸\91´\13ðÙ\1d\88\b\94§"\e>2«\a 8°,´*\ e\88g\1e'\89\biaÀ\88¾\ f_\vÙè\r\91\b(
+Ì-èE\81½4t£ ôcëFÁ¤É\ 1Ê\ 53Ò§\r\85\86{qÇXm\8dÈfoÄg|\18\86I\95\ 4,¾á\1f\91qpX\9dÜÈ\98¥B®\ 1\8eé¾\ 1ªw½v\87|õ3[\ 3\14ɽ68ô3\e¥×\8eãô\8bªFäsA£H\87¬¼BÃ\ 1­°\19ß\8cØÕÁ%$d\97µ¤Nd\8d\b\8bYÖc¥W2\ f\11@Q¢³Á¤¢\90\ 4\99f\8f\90@e\19`UaLÜË\ 1\9a\14ú\Íá¡0ß«3*Â\9cWw \1aj\98\àEç\86o\80\9c\9b\ 6Y\1cË|bA\16³\10Á(á\90'o «®%y#>S&Q´\89hqÃ(º\16L!G{y¯)dJÅ    ©34F\87  k\92\94Ïß\10\89\90>}\e\rÅÎ\86\9aò¼\81®Ì\D\ah©î\98÷õ\8d¯\9e\97î\ f¡Ò\1a\93¦oX\9c)ö5³Ú]ü*\ 4YgÊ\12ê\8c\95F>¼yD~\86\82Éi(àµ!Å;\8cÕ\8elÌÃ\1fÄ\e°ù\e#\ 2¡\9e\0²w\8f\88µnRäí~ÈÏ@è\9d\bBê\ù\ 1Ý@ÖÇÞ\12¢+\10àé\13\93Fż}DÒø\98>Þ[\1eYüÜ\92\8c·\9fȪ a­)\83(\b\8a\11\11Ñ]\10±yZÞªÌÎD¨ÏÓò)?$Â\8c$I\83\87/K2\12â\98\902B\8f×$\83\ 6Ê!¨MY\88!=\93å{þD'\r\ 5\84iR¶\1e\86)Ékû   \85\vyoËI£A\9e\0áEQN<3\1fE\1a\ 5$\88\eTA°Pg/\17\86\18$.¤(\8cH\947 Ðêmëæ\0Ë pè\0\85¤\8a\ 1\82Â,¢\90u;_'W\18\ 4>v;§Õ5f\92\85JgA>ß\13JR½\85È\f¹HO¢\81\82°Á7\1dÜ31`óA{Å@\84\82°¡¹¤CLØ4\9fT4¨xm
+D\81Ü*|­MÑì)\ 2\81\800Ð0MkOaè4èöæ\13u\8b\92m0>s-c\82ö\90\1c%\8c\ f\ 4Ù6û#ÍH\ eé\rÉö\14\88
+\17U»O,¶ù³î\13¾³£ÙÚ}b#"ß×\83ÅÅb\8føÎ\8e\82\þs3¥j
+\83ïë    ·§0Ô!H\ 2,fÔûj_?2`Ô¬zÿ¹\v\r\rÐL\1eA@\8euïá\89\1a
+yoÊA¢!^\1e\82\89X\8f\ e\f\83v\ 3öh¶¶\9eØ\1eÍ\96\r>>\9a\13u\18\13¾¯Ë¬÷c7\e\ fðûò\8b\93\ f\88\8d\1aêc\ 2:\7fC}L\8c\88\ 6õÆ\86\16g­|\9fF¸¬'\\9d\86É\ 5¬)\å\ 2¼¶#J\ 4Pí{Q\13c<ÿ!ª\9a\80\98\0\ 4\1a,:\9b¼ÑM\ 3ó Ñ\0on)+cÒ\94n\bà\0\rMéö¾\13\15eH=;\87TIËÛ¿CºL\8fT\aï\10\rÜ#Õ,\9bn¯Ï¸l \17k\ 6+×­\80°ÚݲW\13ì\ 5\1eUMÀÂ\v"\1fÒ\ 3\8c\10\ 2z\8d\93(\89î\17xµa
+9|ÅÍ­8Ö'ø;\1fW;OÔø°Úy¢z\ 3\12 Á\ 6\91üì\1af¤L\1a\9e]\87g\ 6Ù\1e\1c¨\89\ 1\9e½ \19åÔ7wÐ+Ñ}s\87T\89\13½fÍ0\12Þû^\HXÇ`\80æLCp\ 1)\82\9eàB/\ 4\9eä©\v\86\81Ρ\ 56\96³jMP\1aNЭÒ\ 3T     A\10¾ø\91èFFÖ\80\17óÛ5'IXÿõ×?üø+÷Í}ûõÏ\8b4]×\7fÛV¿þã×\7füÁ}ÅÅ\91\1c¾Æ¼üÍï¾ýÓÿøó·ï\7føíO\7fúûOÿòíßþõWßþò·?ÿîÿþö§ß}û_ÿïÛ¿ýÇ/\7føþýÛoþé·¿ùço¿úúö\1f\7føé?\7fúÛ/ßþË·ßÿòË_þåÇ\1fÿñ\8f\7f|ýòû?üýëO?ýòão\N?ÿí\7fþéÿüø\97¿¯ë¾~ÿË\1f¿ÿó·_ÿï\1fþÛ¯\97Óý\7f°eÆ\15
+endstream
+endobj
+517 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1080 0 R
+/Name /Im476
+/Width 55
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿ\ f\ 2?ì±R\1f\98ÿ7Èÿ¨o\0\7fê\19\80\14ã\9f:\10Åð§\ 6LÕ@©
+0e\83\95ú\ 1¦ì>\80)9¬\14\ 3\98b\18¢\94<0¬>`§Ì\8dj7Ú\ 1\0\13´{\8a
+endstream
+endobj
+518 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1081 0 R
+/Name /Im477
+/Width 54
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMл\rÄ \10\ 4ÐE\ e\b]\ 2EXºà\12*;\1d\ 2\ 4B\a'öfv±\8c\84ô$>Ã\80ìªÚEÈp´\88ä*¹\19{7")\12/c\ 3_ð{\90\15}ÀNäÆI\97À[&M\ 2v¥jä5\88Ë8Êc\e\1a¡Jôb\98\82¸\99­<\8fçn\9a\85M\92?㦮ä\85ÂÁ×L0Ø\9f\f\8b\rc}\1e\9b©_\89\15\96\ 3
+ªÿ#¹\1c\84¿\8eÏùþ\ 3þ\96
+endstream
+endobj
+519 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1082 0 R
+/Name /Im478
+/Width 55
+/Height 60
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-\901nÃ0\10\ 4\87\10`6Bغ\bÌ/\bH\11\17\82ì§ä   .S\b6»<)-\9f"ÿ@%\ 3\18röH7\1a\9bÛ\153ÐÑm\82Oþ'AHÁe\88éÀ\ 2'&
+\\19\99q\9b\1e·ä\1fÂÇs+|3Üþ\8a\ 6\8e¸UØÓ-\15þ\85\\11REl8Q15ÌÔõ\a&³S3\83\Â¥\13F¾¤Ôð"\17\ar\10\14PJ\147ZüÍ\94¶1A{±ÏR>5Dqw      ÜÚå\8bfW\9f\ 6a       é(A\ eJ@È\91w+\1eéU\WúVüÍ\ e\9a{gJ\83+\rk\85â\19ü\v¹Bñl]\8dM\16ÍÚ[<;tÕ©VÜB\14ûñ\83\94\15W\§À\16^Uµñ9οç\7f37ZO
+endstream
+endobj
+520 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1083 0 R
+/Name /Im479
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ϱ\rÃ0\fDÑ/°P\17-`\80]&H\91\8e\93ÅÖJÞ@£h\ 4\95*\f:\84áÊÅë\8eG\92Òa\9bp:2\8dÜK--7­¹k\95aÈØHs½9épxò§È^bÖí"\1e}^jöÜ^.}ñ4¾Î6\1cm\aÑCtßæm\10û\15é\16÷\84fq\9d\86±°¢\11/ç@Î\16?\80~~ûû\ f\18kP\12
+endstream
+endobj
+521 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1084 0 R
+/Name /Im480
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\rC!\f\ 4ÐC\14\94\8cà.\13¤HÇJ\7f\80\84x¥¿\ 1£0\82K
+\84sü&Ò\97õJß\1d°\80ä
\8e\ 2Ã\eG\18<\8b#ö8\12å¶\ 5\13\ 5\82¿/Õ-\19ªL¬\97`\1dYWOÍ[ì®Ñ\Ãp\¦\ 3\17¶®»zÃìÅ\8e¹        \7f\859Y\83q\8f¥Æe\9d«\ 6\179\13Ë\ 4r\87<?çã\a,{QÅ
+endstream
+endobj
+522 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1085 0 R
+/Name /Im481
+/Width 47
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ï±\rÂ0\14\ 4Ð\8b\¸ô\ 6x\ 4Zº4\f\85\10J<\9aÅ$\1eÁe
++áÿû(FD¢á\8a'¹¸ûò        \9ah6ºIÖ£c·Ñ\85VZh6g5M²5â!N´á&.ê@]\95\17|A\ 5B¦I\8d ¬\82U°º+U\893«êi(ÝhfÎ|8\9b\9cߺÃA÷\16\9f\86?ô+¯ô/\9e¯÷çå\ 5J\92
+endstream
+endobj
+523 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1086 0 R
+/Name /Im482
+/Width 87
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cíѱ\rÂ0\14\84á\8bR¤|#x\ 26@d\f:æ @ÊKEÉ\ 6°\0#Px\14\8fàÒ\85åãB
+D\83DO÷ýÒu\87É\87\ 6X\ 5H\1f\19\17\92¹#\938\93¥W\8aç\1cª¥±\88\97h-x¨èy\83q\87ÐÐñ\8a\81[ØÂ\87x\Y4ÊÊOf1­LbüÆ(ú\9foòõ\võKû\85ûÍé~x\ 2\915ìg
+endstream
+endobj
+524 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1087 0 R
+/Name /Im483
+/Width 54
+/Height 64
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ÏA
+\830\10\85á\91,\æ\ 6Í-º©4=\96\8bb¼O/\91ÞÄ#d\99\85:}3\13\8aR((\1f\bñågfr¼ò\1f:^\88îDÂ\0\8a\92À\bê\17<\11/¾Ç\95:\10\0Î\84\9d\1cð \ 3¦\1eô`\16f\ f\1c !7\ 2ÀîÅÀ¸Ì\ fJy
\8cJ­B¬EÙ\94°-
++\9eó/Ø=à\98\ e\11ZO\8c'ªQì@CV\83&S\9c%\99R\96d\14H2ð\rË
+\86Ef«{ë\9fSoYÜzÚÕmÆ.t}L¯Û\aÌ:\7fò
+endstream
+endobj
+525 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1088 0 R
+/Name /Im484
+/Width 75
+/Height 68
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÅÒ±\r\830\10\ 5P[)(=\ 2£¸I\97>Ó \85Ñ,e\11FHI\81øøNö?¤£¡\8a«'#Ûèþ\ad\85º\14øQ;\85\99Zêf®_F¬M\11[SÈèJrD5 4=ä°*Ê+ª`ú¬]yó\1a\84+ÍNÃIå¶\96¿ëþ?û\19\9cÅI\9a8Ólâì-\19\98zn\91©ZÒ\96>\e\11µN¢$\97\80ek*¾uÖDyðõ\9c¾ï\ 3û¸ð\8d
+endstream
+endobj
+526 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im107 114 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im111 118 0 R /Im28 35 0 R /Im22 29 0 R /Im25 32 0 R /Im111 118 0 R /Im24 31 0 R /Im101 108 0 R /Im25 32 0 R /Im115 122 0 R /Im116 123 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im24 31 0 R /Im116 123 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im23 30 0 R /Im28 35 0 R /Im24 31 0 R /Im101 108 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im102 109 0 R /Im25 32 0 R /Im29 36 0 R /Im113 120 0 R /Im103 110 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im25 32 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im110 117 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im110 117 0 R /Im30 37 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im24 31 0 R /Im29 36 0 R /Im117 124 0 R /Im25 32 0 R /Im102 109 0 R /Im30 37 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im143 150 0 R /Im29 36 0 R /Im105 112 0 R /Im106 113 0 R /Im116 123 0 R /Im26 33 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im146 153 0 R /Im136 143 0 R /Im148 155 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im25 32 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im106 113 0 R /Im30 37 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im110 117 0 R /Im24 31 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im22 29 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im111 118 0 R /Im30 37 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im106 113 0 R /Im106 113 0 R /Im29 36 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im21 28 0 R /Im111 118 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im135 142 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im117 124 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im110 117 0 R /Im24 31 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im102 109 0 R /Im116 123 0 R /Im30 37 0 R /Im116 123 0 R /Im28 35 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im118 125 0 R /Im25 32 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im145 152 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im103 110 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im25 32 0 R /Im106 113 0 R /Im120 127 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im120 127 0 R /Im23 30 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im118 125 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im28 35 0 R /Im110 117 0 R /Im23 30 0 R /Im26 33 0 R /Im102 109 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im21 28 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im30 37 0 R /Im109 116 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im28 35 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im29 36 0 R /Im102 109 0 R /Im330 351 0 R /Im268 287 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im22 29 0 R /Im28 35 0 R /Im29 36 0 R /Im29 36 0 R /Im25 32 0 R /Im101 108 0 R /Im106 113 0 R /Im26 33 0 R /Im102 109 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im443 480 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im106 113 0 R /Im25 32 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im23 30 0 R /Im28 35 0 R /Im24 31 0 R /Im101 108 0 R /Im149 156 0 R /Im30 37 0 R /Im29 36 0 R /Im26 33 0 R /Im111 118 0 R /Im141 148 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im116 123 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im156 165 0 R /Im30 37 0 R /Im29 36 0 R /Im135 142 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im101 108 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im22 29 0 R /Im24 31 0 R /Im28 35 0 R /Im105 112 0 R /Im25 32 0 R /Im117 124 0 R /Im29 36 0 R /Im28 35 0 R /Im106 113 0 R /Im25 32 0 R /Im141 148 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im105 112 0 R /Im21 28 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im28 35 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im117 124 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im106 113 0 R /Im30 37 0 R /Im29 36 0 R /Im113 120 0 R /Im139 146 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im24 31 0 R /Im110 117 0 R /Im30 37 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im25 32 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im24 31 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im21 28 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im117 124 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im135 142 0 R /Im30 37 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im105 112 0 R /Im113 120 0 R /Im104 111 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im23 30 0 R /Im24 31 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im112 119 0 R /Im25 32 0 R /Im102 109 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im106 113 0 R /Im106 113 0 R /Im25 32 0 R /Im29 36 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im135 142 0 R /Im30 37 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im110 117 0 R /Im29 36 0 R /Im24 31 0 R /Im105 112 0 R /Im26 33 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im108 115 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im114 121 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im103 110 0 R /Im105 112 0 R /Im106 113 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im116 123 0 R /Im30 37 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im26 33 0 R /Im102 109 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im112 119 0 R /Im101 108 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im118 125 0 R /Im21 28 0 R /Im106 113 0 R /Im23 30 0 R /Im29 36 0 R /Im25 32 0 R /Im110 117 0 R /Im24 31 0 R /Im29 36 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im21 28 0 R /Im29 36 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im115 122 0 R /Im21 28 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im25 32 0 R /Im111 118 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im143 150 0 R /Im110 117 0 R /Im28 35 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im105 112 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im135 142 0 R /Im167 176 0 R /Im200 209 0 R /Im20 27 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im28 35 0 R /Im111 118 0 R /Im21 28 0 R /Im25 32 0 R /Im111 118 0 R /Im117 124 0 R /Im102 109 0 R /Im105 112 0 R /Im25 32 0 R /Im108 115 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im24 31 0 R /Im28 35 0 R /Im106 113 0 R /Im23 30 0 R /Im30 37 0 R /Im29 36 0 R /Im105 112 0 R /Im113 120 0 R /Im331 352 0 R /Im106 113 0 R /Im110 117 0 R /Im30 37 0 R /Im144 151 0 R /Im146 153 0 R /Im136 143 0 R /Im193 202 0 R /Im148 155 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im24 31 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im26 33 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im29 36 0 R /Im101 108 0 R /Im25 32 0 R /Im29 36 0 R /Im120 127 0 R /Im22 29 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im25 32 0 R /Im111 118 0 R /Im200 209 0 R /Im167 176 0 R /Im156 165 0 R /Im120 127 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im22 29 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im105 112 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im109 116 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im117 124 0 R /Im30 37 0 R /Im30 37 0 R /Im26 33 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im21 28 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im23 30 0 R /Im24 31 0 R /Im105 112 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im101 108 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im118 125 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im117 124 0 R /Im25 32 0 R /Im25 32 0 R /Im144 151 0 R /Im25 32 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im24 31 0 R /Im26 33 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im106 113 0 R /Im21 28 0 R /Im143 150 0 R /Im22 29 0 R /Im21 28 0 R /Im24 31 0 R /Im26 33 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im120 127 0 R /Im117 124 0 R /Im28 35 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im26 33 0 R /Im111 118 0 R /Im101 108 0 R /Im30 37 0 R /Im106 113 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im108 115 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im25 32 0 R /Im21 28 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im22 29 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im112 119 0 R /Im25 32 0 R /Im29 36 0 R /Im105 112 0 R /Im113 120 0 R /Im133 140 0 R /Im23 30 0 R /Im25 32 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im30 37 0 R /Im109 116 0 R /Im200 209 0 R /Im167 176 0 R /Im156 165 0 R /Im21 28 0 R /Im105 112 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im26 33 0 R /Im30 37 0 R /Im118 125 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im113 120 0 R /Im133 140 0 R /Im24 31 0 R /Im112 119 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im21 28 0 R /Im101 108 0 R /Im106 113 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im22 29 0 R /Im30 37 0 R /Im28 35 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im110 117 0 R /Im25 32 0 R /Im101 108 0 R /Im28 35 0 R /Im117 124 0 R /Im25 32 0 R /Im29 36 0 R /Im30 37 0 R /Im109 116 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im101 108 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im25 32 0 R /Im111 118 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im101 108 0 R /Im24 31 0 R /Im111 118 0 R /Im25 32 0 R /Im142 149 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im25 32 0 R /Im108 115 0 R /Im24 31 0 R /Im26 33 0 R /Im28 35 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im101 108 0 R /Im22 29 0 R /Im30 37 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im111 118 0 R /Im30 37 0 R /Im24 31 0 R /Im21 28 0 R /Im101 108 0 R /Im105 112 0 R /Im120 127 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im28 35 0 R /Im26 33 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im21 28 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im25 32 0 R /Im144 151 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im21 28 0 R /Im145 152 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im120 127 0 R /Im21 28 0 R /Im106 113 0 R /Im105 112 0 R /Im25 32 0 R /Im25 32 0 R /Im105 112 0 R /Im23 30 0 R /Im30 37 0 R /Im116 123 0 R /Im25 32 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im22 29 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im25 32 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im113 120 0 R /Im157 166 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im29 36 0 R /Im24 31 0 R /Im116 123 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im24 31 0 R /Im22 29 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im101 108 0 R /Im105 112 0 R /Im106 113 0 R /Im29 36 0 R /Im28 35 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im109 116 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im28 35 0 R /Im29 36 0 R /Im25 32 0 R /Im105 112 0 R /Im30 37 0 R /Im29 36 0 R /Im24 31 0 R /Im111 118 0 R /Im24 31 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im22 29 0 R /Im30 37 0 R /Im117 124 0 R /Im21 28 0 R /Im101 108 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im109 116 0 R /Im28 35 0 R /Im101 108 0 R /Im22 29 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im118 125 0 R /Im23 30 0 R /Im21 28 0 R /Im26 33 0 R /Im25 32 0 R /Im143 150 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im118 125 0 R /Im25 32 0 R /Im21 28 0 R /Im110 117 0 R /Im23 30 0 R /Im106 113 0 R /Im105 112 0 R /Im176 185 0 R /Im25 32 0 R /Im113 120 0 R /Im110 117 0 R /Im113 120 0 R /Im485 528 0 R /Im432 467 0 R /Im486 529 0 R /Im487 530 0 R /Im488 531 0 R /Im146 153 0 R /Im352 375 0 R /Im148 155 0 R /Im120 127 0 R /Im25 32 0 R /Im21 28 0 R /Im30 37 0 R /Im105 112 0 R /Im21 28 0 R /Im105 112 0 R /Im101 108 0 R /Im25 32 0 R /Im106 113 0 R /Im118 125 0 R /Im30 37 0 R /Im29 36 0 R /Im112 119 0 R /Im105 112 0 R /Im146 153 0 R /Im350 373 0 R /Im148 155 0 R /Im120 127 0 R /Im101 108 0 R /Im30 37 0 R /Im111 118 0 R /Im25 32 0 R /Im105 112 0 R /Im116 123 0 R /Im26 33 0 R /Im21 28 0 R /Im106 113 0 R /Im106 113 0 R /Im21 28 0 R /Im101 108 0 R /Im110 117 0 R /Im146 153 0 R /Im136 143 0 R /Im136 143 0 R /Im148 155 0 R /Im137 144 0 R /Im120 127 0 R /Im109 116 0 R /Im24 31 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im21 28 0 R /Im21 28 0 R /Im26 33 0 R /Im24 31 0 R /Im29 36 0 R /Im22 29 0 R /Im30 37 0 R /Im116 123 0 R /Im26 33 0 R /Im25 32 0 R /Im115 122 0 R /Im21 28 0 R /Im106 113 0 R /Im102 109 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im117 124 0 R /Im26 33 0 R /Im25 32 0 R /Im105 112 0 R /Im113 120 0 R /Im157 166 0 R /Im28 35 0 R /Im29 36 0 R /Im105 112 0 R /Im30 37 0 R /Im26 33 0 R /Im28 35 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im21 28 0 R /Im105 112 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im25 32 0 R /Im116 123 0 R /Im24 31 0 R /Im29 36 0 R /Im24 31 0 R /Im106 113 0 R /Im25 32 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im105 112 0 R /Im25 32 0 R /Im106 113 0 R /Im24 31 0 R /Im105 112 0 R /Im112 119 0 R /Im105 112 0 R /Im21 28 0 R /Im101 108 0 R /Im30 37 0 R /Im29 36 0 R /Im111 118 0 R /Im25 32 0 R /Im29 36 0 R /Im106 113 0 R /Im30 37 0 R /Im105 112 0 R /Im116 123 0 R /Im25 32 0 R /Im25 32 0 R /Im111 118 0 R /Im141 148 0 R /Im28 35 0 R /Im116 123 0 R /Im106 113 0 R /Im23 30 0 R /Im25 32 0 R /Im116 123 0 R /Im29 36 0 R /Im30 37 0 R /Im22 29 0 R /Im25 32 0 R /Im105 112 0 R /Im105 112 0 R /Im24 31 0 R /Im101 108 0 R /Im111 118 0 R /Im106 113 0 R /Im30 37 0 R /Im110 117 0 R /Im21 28 0 R /Im108 115 0 R /Im25 32 0 R /Im24 31 0 R /Im101 108 0 R /Im102 109 0 R /Im30 37 0 R /Im116 123 0 R /Im116 123 0 R /Im30 37 0 R /Im29 36 0 R /Im106 113 0 R /Im28 35 0 R /Im101 108 0 R /Im21 28 0 R /Im106 113 0 R /Im21 28 0 R /Im25 32 0 R /Im105 112 0 R /Im109 116 0 R /Im30 37 0 R /Im29 36 0 R /Im30 37 0 R /Im116 123 0 R /Im106 113 0 R /Im21 28 0 R /Im21 28 0 R /Im145 152 0 R /Im24 31 0 R /Im106 113 0 R /Im21 28 0 R /Im30 37 0 R /Im101 108 0 R /Im113 120 0 R /Im489 532 0 R /Im164 173 0 R /Im274 293 0 R /Im164 173 0 R /Im95 102 0 R /Im164 173 0 R /Im93 100 0 R /Im99 106 0 R /Im164 173 0 R /Im240 253 0 R /Im342 363 0 R /Im78 85 0 R /Im90 97 0 R /Im78 85 0 R /Im79 86 0 R /Im45 52 0 R /Im38 45 0 R /Im52 59 0 R /Im78 85 0 R /Im32 39 0 R /Im80 87 0 R /Im48 55 0 R /Im35 42 0 R /Im38 45 0 R /Im44 51 0 R /Im72 79 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im36 43 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im90 97 0 R /Im45 52 0 R /Im70 77 0 R /Im43 50 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im38 45 0 R /Im52 59 0 R /Im82 89 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im37 44 0 R /Im42 49 0 R /Im35 42 0 R /Im73 80 0 R /Im40 47 0 R /Im44 51 0 R /Im77 84 0 R /Im40 47 0 R /Im75 82 0 R /Im388 417 0 R /Im45 52 0 R /Im37 44 0 R /Im70 77 0 R /Im44 51 0 R /Im43 50 0 R /Im50 57 0 R /Im35 42 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im45 52 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im85 92 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im70 77 0 R /Im70 77 0 R /Im52 59 0 R /Im78 85 0 R /Im490 533 0 R /Im491 534 0 R /Im492 535 0 R /Im493 536 0 R /Im494 537 0 R /Im495 538 0 R /Im491 534 0 R /Im496 539 0 R /Im491 534 0 R /Im497 540 0 R /Im498 541 0 R /Im499 542 0 R /Im500 543 0 R /Im501 544 0 R /Im502 545 0 R /Im503 546 0 R /Im492 535 0 R /Im501 544 0 R /Im501 544 0 R /Im504 547 0 R /Im501 544 0 R /Im499 542 0 R /Im492 535 0 R /Im505 548 0 R /Im495 538 0 R /Im506 549 0 R /Im507 550 0 R /Im508 551 0 R /Im509 552 0 R /Im510 553 0 R /Im501 544 0 R /Im494 537 0 R /Im501 544 0 R /Im499 542 0 R /Im492 535 0 R /Im505 548 0 R /Im495 538 0 R /Im511 554 0 R /Im497 540 0 R /Im494 537 0 R /Im512 555 0 R /Im513 556 0 R /Im512 555 0 R /Im514 557 0 R /Im512 555 0 R /Im501 544 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im472 511 0 R /Im78 85 0 R /Im362 387 0 R /Im78 85 0 R /Im90 97 0 R /Im78 85 0 R /Im79 86 0 R /Im45 52 0 R /Im38 45 0 R /Im52 59 0 R /Im78 85 0 R /Im69 76 0 R /Im40 47 0 R /Im35 42 0 R /Im85 92 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im70 77 0 R /Im70 77 0 R /Im52 59 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im52 59 0 R /Im71 78 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im50 57 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im87 94 0 R /Im69 76 0 R /Im37 44 0 R /Im74 81 0 R /Im35 42 0 R /Im36 43 0 R /Im40 47 0 R /Im44 51 0 R /Im90 97 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im74 81 0 R /Im37 44 0 R /Im72 79 0 R /Im44 51 0 R /Im76 83 0 R /Im36 43 0 R /Im78 85 0 R /Im89 96 0 R /Im52 59 0 R /Im77 84 0 R /Im44 51 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im70 77 0 R /Im70 77 0 R /Im52 59 0 R /Im78 85 0 R /Im511 554 0 R /Im509 552 0 R /Im509 552 0 R /Im515 558 0 R /Im516 559 0 R /Im491 534 0 R /Im514 557 0 R /Im492 535 0 R /Im497 540 0 R /Im499 542 0 R /Im517 560 0 R /Im57 64 0 R /Im362 387 0 R /Im54 61 0 R /Im282 301 0 R /Im473 512 0 R /Im284 303 0 R /Im87 94 0 R /Im342 363 0 R /Im55 62 0 R /Im479 520 0 R /Im75 82 0 R /Im342 363 0 R /Im479 520 0 R /Im473 512 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im472 511 0 R /Im78 85 0 R /Im473 512 0 R /Im78 85 0 R /Im59 66 0 R /Im78 85 0 R /Im53 60 0 R /Im78 85 0 R /Im518 561 0 R /Im37 44 0 R /Im42 49 0 R /Im36 43 0 R /Im52 59 0 R /Im42 49 0 R /Im78 85 0 R /Im90 97 0 R /Im35 42 0 R /Im44 51 0 R /Im52 59 0 R /Im36 43 0 R /Im44 51 0 R /Im36 43 0 R /Im42 49 0 R /Im35 42 0 R /Im43 50 0 R /Im73 80 0 R /Im52 59 0 R /Im38 45 0 R /Im74 81 0 R /Im36 43 0 R /Im78 85 0 R /Im515 558 0 R /Im519 562 0 R /Im520 563 0 R /Im499 542 0 R /Im497 540 0 R /Im505 548 0 R /Im501 544 0 R /Im494 537 0 R /Im513 556 0 R /Im497 540 0 R /Im507 550 0 R /Im501 544 0 R /Im514 557 0 R /Im492 535 0 R /Im499 542 0 R /Im517 560 0 R /Im511 554 0 R /Im497 540 0 R /Im521 564 0 R /Im491 534 0 R /Im492 535 0 R /Im500 543 0 R /Im499 542 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im522 565 0 R /Im492 535 0 R /Im491 534 0 R /Im505 548 0 R /Im501 544 0 R /Im494 537 0 R /Im494 537 0 R /Im513 556 0 R /Im497 540 0 R /Im523 566 0 R /Im504 547 0 R /Im524 567 0 R /Im494 537 0 R /Im525 568 0 R /Im512 555 0 R /Im501 544 0 R /Im500 543 0 R /Im494 537 0 R /Im57 64 0 R /Im48 55 0 R /Im37 44 0 R /Im77 84 0 R /Im35 42 0 R /Im36 43 0 R /Im56 63 0 R /Im56 63 0 R /Im473 512 0 R /Im75 82 0 R /Im56 63 0 R /Im46 53 0 R /Im342 363 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im54 61 0 R /Im78 85 0 R /Im46 53 0 R /Im78 85 0 R /Im84 91 0 R /Im78 85 0 R /Im518 561 0 R /Im36 43 0 R /Im45 52 0 R /Im57 64 0 R /Im59 66 0 R /Im78 85 0 R /Im60 67 0 R /Im42 49 0 R /Im37 44 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im37 44 0 R /Im38 45 0 R /Im37 44 0 R /Im72 79 0 R /Im37 44 0 R /Im42 49 0 R /Im57 64 0 R /Im90 97 0 R /Im78 85 0 R /Im59 66 0 R /Im78 85 0 R /Im33 40 0 R /Im37 44 0 R /Im72 79 0 R /Im48 55 0 R /Im82 89 0 R /Im35 42 0 R /Im70 77 0 R /Im70 77 0 R /Im57 64 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im60 67 0 R /Im78 85 0 R /Im31 38 0 R /Im52 59 0 R /Im73 80 0 R /Im37 44 0 R /Im43 50 0 R /Im220 229 0 R /Im50 57 0 R /Im74 81 0 R /Im78 85 0 R /Im360 385 0 R /Im35 42 0 R /Im35 42 0 R /Im48 55 0 R /Im69 76 0 R /Im40 47 0 R /Im52 59 0 R /Im45 52 0 R /Im77 84 0 R /Im40 47 0 R /Im43 50 0 R /Im78 85 0 R /Im41 48 0 R /Im42 49 0 R /Im69 76 0 R /Im78 85 0 R /Im60 67 0 R /Im78 85 0 R /Im90 97 0 R /Im37 44 0 R /Im38 45 0 R /Im36 43 0 R /Im70 77 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im53 60 0 R /Im78 85 0 R /Im59 66 0 R /Im39 46 0 R /Im40 47 0 R /Im37 44 0 R /Im35 42 0 R /Im526 569 0 R /Im35 42 0 R /Im38 45 0 R /Im57 64 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im52 59 0 R /Im38 45 0 R /Im36 43 0 R /Im57 64 0 R /Im509 552 0 R /Im491 534 0 R /Im500 543 0 R /Im496 539 0 R /Im514 557 0 R /Im512 555 0 R /Im501 544 0 R /Im492 535 0 R /Im506 549 0 R /Im509 552 0 R /Im495 538 0 R /Im501 544 0 R /Im494 537 0 R /Im494 537 0 R /Im506 549 0 R /Im499 542 0 R /Im497 540 0 R /Im519 562 0 R /Im509 552 0 R /Im491 534 0 R /Im523 566 0 R /Im497 540 0 R /Im513 556 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im57 64 0 R /Im48 55 0 R /Im37 44 0 R /Im77 84 0 R /Im35 42 0 R /Im36 43 0 R /Im56 63 0 R /Im56 63 0 R /Im75 82 0 R /Im472 511 0 R /Im55 62 0 R /Im78 85 0 R /Im59 66 0 R /Im48 55 0 R /Im38 45 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im35 42 0 R /Im38 45 0 R /Im527 570 0 R /Im35 42 0 R /Im38 45 0 R /Im70 77 0 R /Im37 44 0 R /Im77 84 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im54 61 0 R /Im78 85 0 R /Im56 63 0 R /Im78 85 0 R /Im34 41 0 R /Im78 85 0 R /Im60 67 0 R /Im78 85 0 R /Im89 96 0 R /Im35 42 0 R /Im76 83 0 R /Im44 51 0 R /Im42 49 0 R /Im36 43 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im34 41 0 R /Im78 85 0 R /Im59 66 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im35 42 0 R /Im38 45 0 R /Im78 85 0 R /Im60 67 0 R /Im47 54 0 R /Im37 44 0 R /Im48 55 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im48 55 0 R /Im37 44 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im42 49 0 R /Im75 82 0 R /Im52 59 0 R /Im38 45 0 R /Im44 51 0 R /Im35 42 0 R /Im42 49 0 R /Im43 50 0 R /Im35 42 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im78 85 0 R /Im41 48 0 R /Im42 49 0 R /Im89 96 0 R /Im78 85 0 R /Im79 86 0 R /Im44 51 0 R /Im38 45 0 R /Im42 49 0 R /Im82 89 0 R /Im37 44 0 R /Im45 52 0 R /Im72 79 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im88 95 0 R /Im78 85 0 R /Im33 40 0 R /Im52 59 0 R /Im70 77 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im36 43 0 R /Im57 64 0 R /Im35 42 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im52 59 0 R /Im38 45 0 R /Im36 43 0 R /Im57 64 0 R /Im522 565 0 R /Im492 535 0 R /Im491 534 0 R /Im505 548 0 R /Im501 544 0 R /Im501 544 0 R /Im519 562 0 R /Im513 556 0 R /Im497 540 0 R /Im523 566 0 R /Im494 537 0 R /Im491 534 0 R /Im521 564 0 R /Im512 555 0 R /Im495 538 0 R /Im501 544 0 R /Im528 571 0 R /Im512 555 0 R /Im495 538 0 R /Im511 554 0 R /Im497 540 0 R /Im512 555 0 R /Im501 544 0 R /Im492 535 0 R /Im497 540 0 R /Im499 542 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im499 542 0 R /Im517 560 0 R /Im490 533 0 R /Im491 534 0 R /Im492 535 0 R /Im493 536 0 R /Im494 537 0 R /Im495 538 0 R /Im491 534 0 R /Im496 539 0 R /Im491 534 0 R /Im497 540 0 R /Im529 572 0 R /Im499 542 0 R /Im505 548 0 R /Im495 538 0 R /Im513 556 0 R /Im497 540 0 R /Im501 544 0 R /Im530 573 0 R /Im501 544 0 R /Im499 542 0 R /Im492 535 0 R /Im497 540 0 R /Im513 556 0 R /Im497 540 0 R /Im523 566 0 R /Im57 64 0 R /Im48 55 0 R /Im37 44 0 R /Im77 84 0 R /Im35 42 0 R /Im36 43 0 R /Im55 62 0 R /Im56 63 0 R /Im75 82 0 R /Im55 62 0 R /Im479 520 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im342 363 0 R /Im78 85 0 R /Im531 574 0 R /Im360 385 0 R /Im35 42 0 R /Im35 42 0 R /Im48 55 0 R /Im79 86 0 R /Im70 77 0 R /Im45 52 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im35 42 0 R /Im47 54 0 R /Im37 44 0 R /Im38 45 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im362 387 0 R /Im54 61 0 R /Im54 61 0 R /Im72 79 0 R /Im44 51 0 R /Im70 77 0 R /Im70 77 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im42 49 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im472 511 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im39 46 0 R /Im40 47 0 R /Im73 80 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im86 93 0 R /Im37 44 0 R /Im36 43 0 R /Im48 55 0 R /Im37 44 0 R /Im38 45 0 R /Im52 59 0 R /Im76 83 0 R /Im78 85 0 R /Im60 67 0 R /Im36 43 0 R /Im36 43 0 R /Im45 52 0 R /Im72 79 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im37 44 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im35 42 0 R /Im47 54 0 R /Im75 82 0 R /Im45 52 0 R /Im48 55 0 R /Im52 59 0 R /Im71 78 0 R /Im71 78 0 R /Im52 59 0 R /Im45 52 0 R /Im38 45 0 R /Im77 84 0 R /Im37 44 0 R /Im44 51 0 R /Im42 49 0 R /Im35 42 0 R /Im47 54 0 R /Im82 89 0 R /Im50 57 0 R /Im45 52 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im37 44 0 R /Im70 77 0 R /Im48 55 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im52 59 0 R /Im36 43 0 R /Im35 42 0 R /Im35 42 0 R /Im76 83 0 R /Im37 44 0 R /Im70 77 0 R /Im45 52 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im40 47 0 R /Im37 44 0 R /Im38 45 0 R /Im47 54 0 R /Im73 80 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im37 44 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im35 42 0 R /Im47 54 0 R /Im52 59 0 R /Im71 78 0 R /Im362 387 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im42 49 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im339 360 0 R /Im36 43 0 R /Im35 42 0 R /Im39 46 0 R /Im52 59 0 R /Im71 78 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im75 82 0 R /Im52 59 0 R /Im71 78 0 R /Im75 82 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im75 82 0 R /Im37 44 0 R /Im38 45 0 R /Im43 50 0 R /Im51 58 0 R /Im33 40 0 R /Im39 46 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im77 84 0 R /Im38 45 0 R /Im37 44 0 R /Im72 79 0 R /Im70 77 0 R /Im35 42 0 R /Im37 44 0 R /Im47 54 0 R /Im36 43 0 R /Im43 50 0 R /Im52 59 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im77 84 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im42 49 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im35 42 0 R /Im47 54 0 R /Im71 78 0 R /Im37 44 0 R /Im39 46 0 R /Im43 50 0 R /Im52 59 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im35 42 0 R /Im78 85 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 527 0 R
+>>
+endobj
+527 0 obj
+<<
+/Length 1089 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÏ,;rÜ~~ÅYZ\v\7fÃg=´4l\ 1Þ\186<KmìÑÈ\92=£ç\18\82ÿ½»º\98Õ]Å\88b\90\85\v\1cÜsqYM&\93ÉÌddä?ÿæ¿ýúçßø_ÿö\9b\7fþÍü3-î\97ûqÎþL?)¹_>æ\9f\90ïiÊ?ë²üúý\9f~óÛÿü'ïæ_ÿñ\1f\7fóß¾>\10~ütþÀô3\87×\aR\ 4\1f\b^\19¿NÛø   \8d\9fôñëðø÷ü³\97æ¿\8bë,ÀM¤>§cü2Ùøèêñk\80\e\90Ñü½«&\10\7f\81÷\ 4^\ 3ã|\9d\80wY^Áì¥\15Ä\9fx\91àüãÞã§\1f\1fë\15¬í\15¼¶~\13Á\12\8e\ f|¯ ÚÃz\ 6E\86\vÔ¡j\ 2é'Wãß\12X\1d\10aH²\ e­è\10!\1d":°Î\9a\ e°      \ 4§\1dB6\81à\90\0Á\ 4j    \96       xÓ¡ø³\84ã\ 3\1e\1c\83Å]?°mjðv\fÒ\8fûè\80¯t\80iq\bYÔb|\8cBD:\0\8e\11Ý\83\98¤=`§ ÄI;\ 5t\ 2É=²dáË\92\8f\90\96g\96,ä¨Z²ë\fö» LP\ 2\ 3\ 1\9aÒÚ\ eÐ\ 5Ì¢\ eÑS0ÏÚ)`\960¼L©f   \89\ e|YÒ{\1d¸.`¿\vÂ\1a\90\ 4¼d\89¶M   _¦ðk\v\96Z\0\82è\90\ e\85P\8f\0¢\83¿/ìà.\80èe\ 1`\1d\8c\8bØ)\8c\ 1;tà\14\12  Dd\ 6\90\ 4ê  ¼&ÿ\1a?#wÀË\87 \1ev¨y\bÈ
\fÑÝ
+Ø!\8a\19Þ¦²?\13ó¬Yr*\81I\96\0\ 4\9d\fÄY½
+°;\10çEs\aè\ 2\16m\vè)Zfé\14±°(®È\8e\82°\88Ù¡ä\90\1d¨í\10[@rÚ\ 2\98
+%\1fT\7f\8a\8fN`7\84)\ 4 BÞK\81åv\99§\80Ü\89:°cV E\14Ö ;\86Ï@\8aÈ\8aèaQz\991),¢\12\84f\fH\90J\0\86¦H\ 2D\ 5ò2è\ eív0Mñ\99G\9b&\14\17éaM\9a\91\11Ö¤yÒì\18\8d,cñ(_WÊÈmîͧ\7f\8do¬àjÈv;àSq\a²ÿYÓç\ 3À\10a\9fúÈo\9cf\80|jìÐ\1dù\8d³\ 4*\87\8e&¨¦\f%P\9d\ 2º\ 5s|¶\ 5v\97µ·\0\9bb¿\14-ÎáÞ\14Ó\14×\1aÑ\16Ȧܯ\93(\ 1¬CÁ9M\87\98!
+.#\1d\90\1d²àÑ)¨½\ 1ÿ¶\9bßã÷ÿ\12ükoê-ô\95\12O?Se\8a_«ÿ\15Ì)¿è\80t
+Þ+\b¢\12ñìÂ\8cD gxTCBÓ\13/Cò6æ§=\84I:¢\ 4 \1a\ 2]     2<\ 5À+'¿\9fgñ÷Ip?\ 5p\8a@pO%8M\9a\ 4©\ eLë3\1d\98\83jÉH\96ï0\85¾×­/é\81å#\82\86OD24Ë*\99\96\875¡ñÀ\92\91=\×g{\18-ÓÚØC¦\85Ñ!\ 1thaô³¶\ 2æ\10ÄàE\87\80%8´Û\88.àå×\8b\86\88}@ÜC*\81\ 4-Q%\81f~¢a\89ht\9d\18Ò-\98¼´\ 54:\9e\90\12Ãè\98H`Ö\1c\ 2äR½w`A;à½àÕZ~AvêH\86äË'»\8b\ ek\8fÂ\12\fH\a¼¯üb\1a\1e\17w\84ÇNUB\12\9dzäVK\89Î\12[yù2!+\bh\vÐ\85ÞH\104%@¢Ë\88O\ 1°å$G\94à1\ 4JL2\14i\92t\90naF¿\ f\90'\18Ð\ 4:t\bÚ!¨Cä\ 3³\83§\b\ 4\878´I³\18\1eÓ·ëXÜâ×^\ e]&>\16§îõ\81\91Ëħt\8c\1fqk}.níe\ 1ò1ò¦\ 4Ý\13(\12\9c¼*A\82_\98\160\81\1eüB<&ÐpJÉ\ 4\16'M VB\83/d0Þ;ðèE¶`E\13ÐC+¿&¤\83ºWî\90\ eéþÄ\11ß_v@\ 6!\1dè\81ó\ 2d\10R°dõy¼\9c¡        \ 1
+P\8fìÂ,Í\9f>ÛFU\ 3Id\18\0ù*\v)!\r\90¯²#90º\80\8c6\0, ÿ¸\84\8c@È+2\ 2I\bk,8/"|Ùó\86SN^¾gx\88\81\11 ù\91\19íaÇ!\9e\10ÓÐxI\9a\1d§\87`Y\9e\1d\82Õ?Ó¡uÒt\88úô\ eÚñÚ§§a\91\ f\92\1d§É\ 5\8fV\80$H\ 2K3£ý:l¹\ 1h\a\813CBó°j:DÓ#1jÞ\f\15Aòª\bH`\98\90;\84¼\11¢\ 3\19i±îÏmÉ\ 1Ñ\9fÃîP\9cdw\88e\17Ð\f\90!!oÿ³\17\r\19\81àÌè.éx7\8dÐ\1fCa\r\ e*âò9F\8d77\96\@>½nÉâ\8aÜ!éɪÄU.#%B\91!yúõâeÀ,É\91\1d\18\f\8b\8eä@·K\$\10½v
+xvA\8bËèã{|v\1d§4¼\ 3û\94\ eøÁ ?\92r\94\8e1O.Ì\8f\fa\9aÄÀ\96]çiÂvD¾Î\ fôÀàu~Ôf¼nÅ!X¹!XNã;Þü¼AX^\1f\18zóói>f0\92b;\8a3Z+`\86Ìç\82b:¯@Oqù)\88\13\98ä      \90=\98³¶\a4Ád×áY\8bô\ 4Ó\92$      Ð\ 4\93A\82/\v\90¯So~ù+HîÌÑYzÂk3 ¡\8d\13÷\80\ 3 VI\86<A\12á9\0.\rYA\90µ\88\95W,`\ 5
+"Ô2\14è\1cèxÆ\90ì\1c.-<#ûÀ¬} \89?8\9f#\1dZ\9f\91\9cºøN0øc\voqÕ\1c>0K×       U      \19\92\ e\ 6\1fPt\80g\18\1e^GaÑ®#*Á5=º\90\8fâ\86Ñ\v\86\88\ 6èîÙe\10}\96$ÈÒl1\ 4¤Äu\9a\8d\ 6\87\ 1\80Í·\ 4Áû Fy\vXy\83hÉX²ù\80\ f\9cE Ã\ 1cF"Ð14G\86á<^/±±*­\86\ eùjþë¾þ\97\1d[çÝ\1fH\1f\ 1\92[u\82Ûá\80g%\8cÕ\aè\f\ e\9fì<\83*2`\80Ä­>\ 2Ì\0\ 1\12ë%,oüB:öà{        \ 2 ±(Ñ\8a<ëÚ\10ÐTãá\94Ý\9bBz\ e×U=\87$¼tp\ 2zxé5-¤á¥Oª[Kâk\8f<ª:¾æõ\11ð2\92aP)ÌÏnÓ\14ã£à.éá)ÃODÉ\10\84êÓ\92\1dÌP\0\1d\19\12hÈåDë\91áhúÔ\ 4\81s8\84ó \ 2\82cz\86f\18\1cë\97ñ\81¾ðóCôÅë\ 3\8fÐ\17§      èY¾\ 3}q\1e/\87\82
+?\8d\85EG~£õ\ 1Z\9c\8b³\ 4\rËö\9fÇËFà(ï8KP.´ó\16\944v\80\93WDM\ 5©\0,(i\b\80£OV \82\1d\ 4$F^qúý\ e(äA>Ñ\98\0\ 5\85»å\90àmª}ªT`Þ#ã×U\9cÖý\ 3ó'A\14AT\92ªC°¤\1dþa:ð5\83©\8al' \ 4K)ï¨?°U\8e\>ð:+U\8ek)\0\fô\ 194N³j\bYvÂ\8bZÄÆkZÈ\8b#Ò3K\1e°\1d\92-y\985KÎá\17ð÷\85ËÜÐ\ fv\fó\18¨;\18\89\90Ñô\ e±\ 3ú³©S%ÈJ\e\90%î 2:\92\13Ý\86Èr\vNÚB*\800\8bÎ\0\81ÕGt\ 6;p\80Ñ\10ÉÍ   \90\84îâ\9eüTvÏÌÐA½ÐmF,·\80ü©\ e4ëQÚ0èÐÅY;\85\1cü\80N!ÒA\92\9c1\14\1d"y\81%Jf\94C\17³3¸BoH/\9aw    )@\a¦Ý¡\8b\fY1\12\94z4\81z\ 3hÍ»\87÷\88\9cXIÁk'\80N @\r\94ÝÁ\83·aÐ\1f
+m\7f\94P_\1c\11Òи<©:H$ ûR¬.\ 3Ù \1eê\8c   ÆTzfgÒnræJ$è\8b\95\97ÄÀ¨\12\1fР7ÈÈg¹)×d\8e Q\99Á\0]/\1d]      +syísM\ e!ÆÛ\0% g6L\87Ü\18\89ÒÁÛàZ\f>\ 48aq½k\12i1ZËEÚ\ 1J<a7¡kP\0\ 5\ fVÐÃ*9=ÓaC\ 1¶t\98ã&2Ú\82ú\14\85×]ºÔ3èà]ð\9f\19Üò.pÜCÐ\8e\11ÿÀ¤~\80Ä\85V\9aÑ<\a\f8\91$-¢\95\19\86#t-B<\96Y\88\9a\08-å,ª1\89\ 3ç¸#*
+_\96pÄ£;\88\1f\1a\12ä¬\92³´\83\86ö]DH\19g4\ 1`Jye\ 62\85h\vÉ\ 4\96Iµå,·¡\99RNÛ \9fb\96Û@JØ\93Û@§XªKø\94\86h\12 q\95\87§°#·¡º\ 3$.µ\f\10\91¸4B\15Ô\81+\11y\ 3\1d\e\98\90ü¥§ªO]È3\rÈÚE@\93;Yt\ah]Å\ 4u¸>Å,O¿±J¾óô¯\ fÜæéiraAJØ\91\1dZÐ]Ø\11V\1c¬\ f\83.Y\84.]Ï\93·Óî"\9eÝ@aI\ fëCB\971*¸gÙ\ 1dHõ¸(\19\90u4.:Ò\13\rCB\1fÍ\8d\88Ë\rR\ 2&hIô<}\82þTG\9eþH/\f\9aÂ4¹g\96,\89\ e\11ÍÏ@\87¨\ 3ú3«\87\80D\86\90×8æ\91\1a«ãù\ 3\1d±uA\1dlãïc
+\82¨/À\97¼6I!\19ì`*\1fhP\1a\86\0$ ¤È\f¶0«\13 ´\94\85áø²\ 52úʲ\v\97-Ð9\19\97Ý£½ü¾|\ 6¬åE[\ 5Xr"J¿Ï\93\vhý=A\89C\13\80Þ\ 4
+\1e©PGy\96\91F´N!'}\88\92
+ðñp\ve\15
+QS!Nú\80~_¢\ 3\86 M\80
+ Í¢\0°\19³Ì@Ó\8c!oê\r\1cÉ\19I É¯\85\86zh©\10=\ 4Å¥n\1e\ 2\9aa\9bö\fÛe\ 5\1d\19¶9\1f3\18c6]ÂCC°,\9a\f¨\1a¬\93ª\ 6,¸÷âu̪2öìÂÕ\1f\0xòp\11AÜÿô®ìâé6Cð\1fR³ïó1\83!
+£è\17é>æР       h\võgëÒ}ç²\ 5\1dé\ 1è\11uP2ª\1e\19\8bîáAîI\ fÀS\80ríD\87rÐt\88\8a0C\8fFçõ\9c4\8f\82÷¬\80¿ßAû\80\ e\87"Îè\f\0\87\827\9dÈÏ$°:ñ\10\11%^Ó£°"}ÙÁ¡wo\87â¢\ e\87\87P\90¿A'òq\11\fÑ×Xr¢u\ 4xI\86êÑá\9b,\85õÙMfÉ\89~\7fä\ 3\9dØ5ødD\92Ä«º\93FLÒ\16RðIFÞ\84þX\94²\18\9aó\9e\17ë#\9fÖ \13-\15àÐ\vu\a\vt\86; |\eôBrfZ5\19y\19ås,5\19ç\ ftð9\16,ô6~\8cÏÑâ\8aÆ\ 4\8b\fÆëuA~úü~_\8d«1jÎê\ e\b\8f\83\0}ic7,@\8b)\9a\ 2$\94\13¥ûÓU\0zYNyo¼L #;2\ 1\ 1veG\ 2Z\81\8e~1JÍþCdÙ\95,é ]\80\ 5pJL8\ 1½Ö>Ìê\16°ôJ\94t\80\ 3?\16Q\82$¬-uâyn°\88å\9f\19Ö\b\11[Àg\ 2±Ö\81ü³,×=ÜÓ#óÏä÷\ f|ÞëÂ$\9fÃ#½Ñ:\87T    °!Ò\11L³8\ 1\8aýX !\90ý!«ê\18½
+\8cÓ²}\15°ñÚ1¦     ®\15ÝÅ\1d\15\ 5¥6¬y
+yneÑî2Ê\96à\ 3\92\80ì\93[QIó\18ò\86\9c²\b\18ôBÛ\ 3\ e}\88â\1e\92À:ÂÛT\87Ô[¿\8cá $y\ 2ÎÁ   d3åß\ f~  ±\8e\10-\9cÜ3\9f6ZXм\8eYY\aò\aôR÷(zd´ãÇ\82N\11\ 4Ã\12Ö\13Ëm,n°©ë\97K5\92¤MNÜB\ e\9d@[XO\80Ò    zäÔ\8a\1d?öôÆ:x\19\1at"<\v\v\8eôF#, \13\88éá\ 4°K¥\93\82&m\véïg5.b\84\11P\87å^\88i\92O!ÉnÌîQ\cí2\9a
+\9e\9bÞ±¹A'^\13ù\82\80%=6·-Ü8|\ 6â\1a_\88æ·ñw\ e\11}÷/\ 5\8a\97ñ\ 2ß\82\11Rî0Àóü¥\ 6éîh\97á6§|\8e?Ù}$¨\13&Lh\ 6úSË\91\1c8K@~'ð3ü}\19ÿä\17ôû\1dW\91\11&äií§¼Ø\v32\92\80^\99\89\86\ eÓÐÖ!\1d\ 4§\90×eìôS\97\ fÔ¯ÆùgJW ¼CËRäxù@î \93t\8f\8eñ\91\1dh\1ccJ\19\11Ã\e\8az±C:\14Õúi¶\17ÀÊ*J\s¶\ 3\1d|\a\96)o\1cÃV;ÌË1ìh\87\99\91!ëi\87¹ª\12`t\92Q2$t\ 2óð\16Xp\1f\90\bõô\88¥)["ä|\94\9a\13XÅ   päD\96\94\882\1e¸\15\8cïa<ðÈ\1dèÈOøE3¥ôÑ8 c\ 4\1f\8dId\16\9f941j\ e\r\a\1e SÔ£\ 3I3$4ºÏH\87zÚ5LÈ\14w\94¦@K¦×wÅi\95ì\103#q\86:,\9b\91¸¸\87;¸¨\87\88ìàêÕ\1d¼'}hé0\8d«\1c\9a\80"AË\rLÚMÐ"\93ì7C®´ËȪSOÚU\ 4w¬`èÍÓúe\8c\9a!+«h\9b!RØ\12\83t\b9òazäΤ\94\9e\1d"#\93\0\ 3\1e@\ 1èE\11Y;Ct\ 3J/ÎÑ°0MÐ\17\91 eÓ\97\15\1câ=\99E_\86S>\94\ 5äe\94òÁ\1d\1f\18         |*À\89Óx©ÔÜr\vñøÀ­\11hµò<Ï \83ͲT\ 6\v\1e¹\8dÏ`|\ fíG¡¨?K@/Tö¥²è2\ 1\9dyå@>\9c' 7LY\90\ e\e10õe\ 1Ò³ù\ezQ*\1c/\13èhEºJ\và­6fí\104\81\ f\83§p\ 3.\88\13 \81y\88H\ 5ôÀÜnÒ\86\ 4iUE\9c$\15ä¸\87U<Ä$5c\19ÚóïëD\88v\91¾\8cÑ\10+±5ê\18=C¡0ß4\8d\0\95À\ 4w £\13§fF9a\84x\935Q\ fç      È¾À\81zh\1c\ 1\9e×p¢\19g}6Ð\11\94°?6\81UÕAR\90ñeÆ\1aþ8ã{P¯R\12Ôzt\95ê´/Q7\83\11Ð)ì©(Y¤CD[,ÄR\ f\81:Ç]/ °\15ÄeO\11¿>ð\9d"\96\9e\8aöV¢Ð\10êd\ 1       \99\91\8ec\1c-¤hê\0kEúÌ\1d\88\1d#½X­F·u
+9ê\ 1]¥:©±\91a¶Ç\93Ä\88ê\8dqÐÃ,î\0y0vð*ë\80ûIÚB
+\87÷^tFXIH\92ÜQ:\7f¯:3\f3\9143ÈÙ4¡\19ÓÙ4#ÚÁ\1e6MÙ\88\90ÌÒWTÚ¸Éîû\88¶·\90¬ \8b\979Íld¨\ 3òU\98¦øP\a&\18\14ê:0k!M\13µÑ\92`\8bM3¿n¤\91ÜÌƦùÞ\81×ø±ÜLB\13èÉÍ\18rç4\83\1e\92!¾¬@ê³±·É\88h\ 5^\86\91Z\9f\8dq\11X\82­!\ 2öÒe}D/"@/]d\ 5FYÑZ\ 1Ï-d0\83\8e~ºë:¨Æ\96\9b\bª\12\90¸È!     t¤\ 6\f\10\0\80¿¯\a¦!\81sÜÑb  \rèé iPäÆ\ 48êBÜAº\ 3i\92v\80B\ 6¬´ì<^¯\aÈÚ\ e\86S-ñ=\99e{\aX\9b\8c .\80µéÐ6\80c.\90
+÷ÀV\96ES!\9eÜ\80\12\90.ã·\11Yáe¬ÓÎXLÑ\18O£:§\19\ 1\1a\149|\8fÈ9ö\ 3óÑX\0Ç\8cÌ\83*TR#\85\82\ 6Xj\ 4I #¬\8c\8b&ÁfAFÓ\8a\11\15\9fÓÍp´\87ª¶\19nÔc\8cÞÄG=ÆàM\1cghÇuÈÄüt\v\17äÍu\10\96,¢KN·`\15¯RÊ\ 6úòÆÞùµ×\a\86 \98É¡s¬sÈ¥Ã\eÊ\83}"\82\17Ý)\86¹@þ¬ÒSݨ(M   So\96Ú\92\ 3ð*Ñ\ePÚSÑ ?xÔc´üAúèo\85]--fYâ\r\80°LªiYJr\0-AÏ0MbdÙ\ 4N\f\ 6ç\ap¢í\12\86¢E1u§'ÞOÎ\86\9b8\8dï KH\9fß\1f9\86Þ\90ÔÍùß÷àÌ1\ eÖ\13\98\ e\9d\17 7z°÷ÆÓø\9eü\8e\95t4'ÐH-\fhÀ)µÐZ\0oÂY\9eÛN\13èa¼X¡\ 4ô¢\16CR\9fuX\ fL-µÐZ\0ÿÀúL\ 2ÁC%ìÈM,è\14KÔC'6̳\ eÔ   2:\81èÅ   \10¾\85Ã\8c\85\16ù\12K.$u\vXMÉ<h\88
+p!O`|\87Sy \1f\1a"ä%\1dÓC-\9e\9dú\ 1\96\1e\88â
+î»x¶î\12\8e\9cÈÈ\ et '\90%ì8\85\8b;Ò#ë
+æßÃch´¾­\ f4\81\ f\rKÊ+:\907ÐÓæ 4л\9e"½ÍA(\81Íë\ 3cm\ eâ¨\1d(µö\87CÔpH(ö"ÃÛPg\13ͪGH\1eþ­¢cÃp\8c\ 46qR]ÂFIGC       )]Â\97C4\14Øl|\vÒ1¢I2lHd\9f4b\87¨\ 3¹\80\8eü\84j\88hXä\90?¡;ÕÉ¡\9b Ã©N~\96&@\83ãà4\1d¢ù\r\83\1e\8c\9a\81\14\91\16wä7"r      \91\19\ 1\14\98uT\a&èPut;Éð\14v4\93\9d`h«ãw&dH{ð;³v\9bRüÎ\f\r)0#×Bq÷~F>Ø$ãë{\9fÂ&/\17Ç\1dÉ\85\10\86\0@[rá-\80óx90;\8a2Nã;Ò3\aáÄë\ 3C±µe'N\13è\88­-;qúý\ e\0\907§þò\ 1\19\0t\14e4·\90e\a\92º\ 2Âx±@\1d\90\ 3;¿¤\87:°,ÏtÀ.ãQ\1d0\ 4Y'P\ f$ØÕ       4ïyÖó\fz:\81~fð½\ 4!QkØ\85 -¡Õ ´©\ 5\1c¼ \9a"F(\99\91\16É´°[aÇ#5\ eölØTc\ 2ËO¢\1aRX¾Å%/ר\ 1\bÆ.Ñѯã\15ã\rõ-
+\13º\8eê\93È -Ý3\11Îh\v:2¥\aéÅ°\12,P\vuSb\ f\8fÃçp\15od\9acYá\8d¬¿ý:è\92t·òlÙ\81&gEÿ1ú\94f(\13 ±e\80×\99\19?Ǹ3Ój \92IÓ!^\9a¡\1dÃ&iFk\ 2<Câ$;Bë\8brV\9d2\9cn\8f\93GJ¤ãQã$\esV\9c¡9¶¼]Ç\fÆwàQ\ f\bŨg¼u\ 3\956¡Éi9hI6NË'ÁÍÖ°cÐ\94\1añ\86æÚÓ\f\83W]\1aÆ»\ 1\7f_g}\80\96\10\9ccJê\19Ñ9î!õ\8c(<ë õLîÙmx`0\9a·!ã\9d\80N¡¾\85\19\1d\fXq\85ì\13²n¤è2ééF\8a,©Î\94\9f¬\ 3ÛE\85ôÇok¸á\9b<f\8d\86\e¾ÅýÂr$³:\ 1òún~½\1fã²;x+ü=÷
+\a`Àß\17.\ 2\ 3`$4^oÆ9\97àÖ·\18¤\b\ 2Å@Ñ®ÁhÉ)1½ö\ 1Þ\8et\16%ÐÈp4T\10]D1ì\19\ eSÁowF§Òs\9a
+ÐÒ\ 6\87T §´Á¢\82\86\ e
\10ò\86\e\9a\ 48¥g\1aÞÂSq\88oPñQøC\9cÁ\ 4`or\82\0±ü\86[îã\12Ú\926#-îiIk=ø\ 6\rY0\82èæ\1e\92\ 4\8b¥76\82Ø\91\ ejG~£iÉYzbÒ´\98\ 3@Ð]ÖAþaõ!\97-Ô¹3¬±²oñh\91c´"-Ö\8fQtH\ 5À1Ê?.!   \1c\1d\1f¨\9b%Ð×{\1fG\95¨\10"zx
+ä¨"\86g×ñ\96ßxb\8a·\86\e\8fLq\8cÓ#S\1cE\87\8e3OàËLÏ\8fXë!ß$c#[\90çÁ-0\0\aºMá\ 4\b\86Æ\1e­F=¢h/§\83\1eQ\84\86¬\ 3\ 4\8d¶OÈÈ/F£\82\ f\ 2\ 2\9e\1dÑ.C\1aX9d\89!\17\1aù\80Ç×¹ìP\1c\10\90¶C\81¡d[\85È\e\e4å¯ÿ­Ò\82wyBüÈàë$OÕ\12&Vß`%\1eg5v\95\1a¼öª\92Áû\ 3i\82\1fP_\ e·\8e\9eKm\8bÐËáõ î\13ðÅ\16¥õÄ~\10\85®\1d\16\9dî»xþ@GtZ\9c²müH\96ÏÏ\9f\ 5ô¾\17¼ßß\8b\8c\97Ùq·àp»ÎÎã{ò\v\v\9a\80Þ|È\17:°Ë\ eê±ÕÖpA\91 \a×GM\ 2\84*¤;\95\1eª\0x0aãgi<\8fí\90
+÷Ävhý=\0\84B\ f\ 1ýÕ0NÚ\16rZC¤\84:GµÑ"¶O!Ù´\8a*@\ 4\90ÓC\1d.±iK\87ùÓ¹{¦CSÖt\88N`F; ¿¹m¡¥I°ñÜC>°dõ\ 3$¸]\96G7\89ŦÃvp]Ô\9b\80Dv\ e^\85zd\87í¨þàV<º\96\0©Oë'Í\fѺóÂ\8aØò%Z¡iÿ\ eZd\884@\8a\8b¬\17#:Å]Ü\ 3\93¸\ 5\8c\94PÛB\1aÛfÑ\8cðÐ2=»\8aâôô\14ÍÚ)âä\ 3È\eèèÍl¼\88mw\86\91\17@\8f´£á\ 4r\87:"»X @M-¦\91\9d³»d\1a\83°$/;4ìé[;G\14Z\1eÐ9ê\ 1×\aõ ³ê\ 2Õ¡bä\ 3è\1cv@Ûã\8a~_\86snÄ\88O²\94\91%íhZ\92E\8f\96\84\ 2\10\bríá\\vëøù¦\0\9c¸@4Ä4µ0ïmð.W\81\ 6J¶n\96ï\19\14&1êO÷\85\8flû@'¦Øª\vÊ!\\1a\14 -bÄó\f\10
+ëº\82O?K[Á÷kAu\f\82µ\10\ 6Îû
+ÒG\ 4I\bÌ>=\1f\96\Í \ 2\19\ 6\87Î\817=:í¢_+5 K°Àà²\ 4áB¶çwÛÅA&\1a_8ÅÎ2èy~\9f$- ¸jçµ\ 5ÐØÌ\1cûÆ\ 4h~À®Ó¥IgÄè\v\90\ 4:
\83Ó&À¹\15\17ð\ 1\9d,;\94b»¦%àÔ\86Q\92\0G÷Ï@\a;è=­oC{\v\187"\9a@\a»eé\80ÔÚ\ 1J¬7Mè÷»¹\vÚ\e@ (ó\ 2Æw\14\v\86\ 5\1d¢\ e\ 1,p\ 3ô~\9a\96ç=ÿ¾>ÿu\92æO\ 33çµÛ\98ÆE\16\15,÷TLôÉM´\82¼2\0]\ 3=\88æ\10Ðm®×úÅBiÖÞB²\82èÕ\15\90\9e\a\11ê\80Þ÷"=Õ\81ôP\aÒC\1dÈ¢\ eÐê\8e      ú\12:½æ\ 4U £kÄ*\9eböð\ e7@Rá}üòì\1e³\97÷Ñ{,.h\ 2¨óÉÕ\9f\8dû\9fk(\ eñÉ\19«\9f\19\ eÈ\rQ\93K\8fî\11«*hi o:ñL\83­éD[\83\19n\0É\ f\90G÷ðùÀí£;\7föÏà\ 3àÙ\9f5xߨ\17À\aê\ 6ïL     ·®\ f\92\12ÒÊ\8a\8cÌ\88TÞc\r)#Ò\ 2½!å\ 4\8f¡Þvb\86î¤ÞPsÎÒüiÕ»éÀÜ¢¢º¯
+8\8fïxµ·\8bpîæ/±ÔB\0\13\10\89¢ß\99\ 1{±<Í \87WÑÃ\15è\r\v,"\98ïé?hß\fS¡³\ 4ô§\ 6_è7®\1fÐ+3\16$\82\ eì\8b\85\ 4\r   ÐÌÈjJ4Èac=\1f.\v\903#\eôC9\ 5ôÙÞ­Ò)äy   ôû\1dy    C~ô«\90å%d\1ddý,ó³\15\14Ú\84æ\ 4è\16Ft
+;Þý-$¸\98\ 1\9d\140¡=è@ß@CØ\81\9cȳjÇX×\88ðÌ\ e\191dÓ\ eq^F'\1ec\92Z\98\13RB\1d}3«Ç\98u\8dH\9a\08í³»,¬â]Æ[bÚ)jpòñ¾\ fh\và\9b+\89\8c½\13\8f\ 1\e\8f\f\91Æݱc7 \ eê\81qÐL9Ç~@3¢óFÄ \9a\ 1\92\1d*µÆ\82!¼ï;1,\81Òw¢%\81\89\ 1w¨¤·2tgtüÒ\84¶ \ 3¿$;\94\9fã£\9bèÈ\8d\fÆ\ 4\apd4&\88_fl(&\88ëôÈ\8eFèOv\90¯l\9c\vOt8y÷ì&9²\e\90g\7f¯¹S\94X3ÈQ\15#m\10]Ú&rdÐ\90¦(ë\0I\10%4\ 1\98 bÉ\11\1c\1aëà\9d\8c\82{½Ð4Mª\12\86Yõ&Xv\ 4ZR¹Ð4©\911+\93\854\9dÈ_ê2I\8eýpÇ\a\1a>1û@Ò>À©)\8b5\9fÆÈÈ\ eìÈ4Èçf¼\r\eMê­\160\ 4Ï\96¡Yê\19t\14\a\95vv\97\ ft\14\aY`1ÝÓ§pjH'í\ 1M\11Ù\9bíÔd¢"µ1Ë
+>ÐÁ=a\19\9a©I©Ç>°j\1f ±aác»\88°#ų\1eãï/4ÆÜ\90$    òâ\1c¸\ 3\0\8b+\1a*HÇGt\8cuLº5ål¯\9fd\17\92¬Â¤fÿË\8e\raÒ·Ú\98ú\ 3:&Ýh%[ãyi\vÚÁ\9e\ 4\8d%\8aÛ"d¼\rð\fÉXаxé\f\fCÀM\83dn[iË \b\8fÖmÊÁ\eY4#$´±WËQ-6Ú\84Q->°\e\8dñ\f
+\1a£\83\1e\110\ 4d\ 2\11)AGt[¸¾[\86\94c?ò3\87\ e\15  \8f3:E\1d\98ü\985       Ò\ 5@CÔ\11\1dOÓ3C\16gt\97\ 2CÆ;o -è¨\15\8e\8bv\9bÑ,á\1a\90\beðB\¡C©\97%8x\bt:;Ñ\9bâ\9c\92ë³C\94¼¦\83,0Û8%ÅÀ\8c\at\99Öf\84. @       ê\19"C\ 2\ fjàÆù i\10é\ebHâQ\87Ü(%G\1dò\ 4ý9ý&5JÊæMJ%øåÏ\r\ 1\88&dÇk3L[¿\103ª÷EUÍ(\85ïXiÌY\a\ e\ 5o\14²ú­Ê©ñÚsß\15ôü\81\ eÖ\8aT\9e\1cs\93I\8càgrIÔæ1"/oJ\94ûI\98ö¶\19I\12\0Sb?\7f\ 4Øg\ 6Ê\ eÎ\ 1¬\1f\16Y\92ô\90%ûs\93Ð\8fñ\86,\92\ 4©
+\14~æa\15غr>Q\81£ªe@\ 5ÞA\8d\85\ 4\92\92\0\8f&\0\1cJN
+\89fÐñì\1c²¶\ 2º\ 5ÑK[À»\82";ÔÁ¨\98Ò3\ 1¤Y\13@\93v£1\ 1\ e½pê!`à\8f\84ì@Ge\93=:æ{.7Z\f.}\1a\r\ 6Èn}\80\17¶¬\92)¥{¸j§\88sJªW\11+\8c\1dà¹\91¤é\10/\8cÑ\94\98C7ü#C\1aíͲm\86\88\ 4\82èMpJFäÎè8Â#·ÑT\ 1B<\82í\98Þô$CwLÏÍddEÐüI¿\8a\8c\8e`G{è\88Ý)½*c\82*,W«GìNéÕêq\9ev\97<\ f\12ámà\v\9bÁÐ[×\ 1¾\18Õ¡u\92\80\86E\ e\9fb9·\93<TB)²ÞS\13ð\1eÐ{\8aBoJ\ 2\ eXh\1e´\9b\8c\93nhZÌCó \1ab\86|\80\ eiOh\ e¯R=4Ï\9a?Hu\10Û!¤\83D\82s\14/\ 2\fÂK¥\81×u\ 2Õ\16²â¢£.$\9eh7\9c\\äí½îô\81\8eâ"o0¾ó\aêâ¢faGlñ\ f\91Gs«ô\8e\ræ\10Þ0bt\ 2V\97Q\1e\9bb\83»\85W\86äñ\15ì\85\1d\11­ \9fÓ3Þ\93¿°\a¿\83Óó¼\0\84`ºoIÙ\94\0笰\15Ì-[ÊJ3Ð\12:^\8d=\12a\aU½á\ 6b\83\ 5\8b\f;µîå\1cê\1eÅ\11\9cÇ&µ.\83\ e,`     Zhø\ eÌ\12Òbà\15òð^;ȼ´Â£     ô´´,>M\9cî!P¼åC~¶\ 2hʺ:JFÍ\96q^ÎY2%\9c\ 2ÙÂ\ eü\8d±É\9dÇëäº+üý\8e\8e\ f«¸~Fª\99\90\1dÑ9\17¾ìØXpl/ný·\99E×AU!F«9¡C G&æW7L1}´MH\84ú£­õ\93l«0        N±\19\13¨oJ~Ƽê\96\15âé\ 1t\86;X9¡\15\83v\94qbÂ˸:\ 4\1c7\80' W&,è\14öÀw\16d\ 6:\12\14k\12u\80\ 4&ÎKf\88\ 6&n:\ eq£:\88|ÀGõ\ 3\rJ̦\12²\87wx\11è¥\19\83\94\122@\15ÐÛiFè\vè\ 2\8cª
+\92gghÆ$\18¢E×¢;ÅÃ{M\ 5\9a\83>ùÆ\89)ùät\ 2óà      àÀ\10M\0\9f£®!4) \18oD¹\8bB\8bÊ\8f\9bO\7f\9a@G3Eë÷\11îÙgxUC\ 6¿ßQáåíÁ¬9\ 1òðn\ 4H¡A\1fCI\17æ\f\83\8a\9dÃ\89»%I½¡ßÐ\85\ 5N@&ró«¶\85üáÿ£Ã\r\87\94HÐ\ò\86\ 4iho\ fÿÍ\1d`ïö\ 1\8cï¡ò3¢ú\86\ 4é\8b§\15é\9d\ f¡NåWZ°\8djÀAú0¨\ 1!\8a\1a@Ãê/+6òb¹\91F(V\90ã\ 6
+qÜ\02c=\99\r$\80\1eä\86\95V\85\16ÿ\11K\v 3 ×\1a\1fi\85Ë\ 2\ 4\8fÞ`\ 3\ 6©-=D\96ãl\1c"jEÖ(Z\11Ü\14÷h×q\96\14\97S6 +\ 2!`ìÝþÙ\1eF/ï!ãLÈÃvpïÄ\b·P\aÄGäÌô\0â#t\ 6t$ç\96ZXj-FHN\96\9b@3è \9dÈIõ§\88\16Nè.èh\90¾1JJ\97\ 1M/}\99¢¡ôÒ\8c\1eFHt\19tÐF|\19¢\91¸ÎZ96\95\90fgV(\0\19Ëz´ÛhZRV\940?s\a¬\15ä¨\1d8\8a\1aú\83\8a\vô 4é½YUóëø\80\1e\f:4)bS®Ó>سsK     é\1eB\97
+í!Ã.<\8cËRÖâ2\9aÞÉ«d\ 6h~k\8a\8f\ 2Ó\83\11ó"\0\1d¼1«Ç\98%G&Q\80$¬³ü\98¿g½ Í.b¹Hü\89ø£®p¤¹\91\84\91\e1\14Þi\ 2zq\96·&\80¾ÁzA³C\93G\12èÈ\ e\19\foT\ 2¥/sK\ 2ô÷-*hü>oÕQÌ o\12R²nª³¶\ 5\14{b(¼³\ 4*+Ä»©&0\1eøÔ¼\99i\90&\80n¢wXâ2\9a@Ò1ù\ eê\80\1eÚz´\80\9eG{\vK|\83½\86\96»Û{åY    tþ\9e`qEÃ\92ñôÆ,\8a\90\1e<[\12 \84\ 3 )\81Îß\13²S-\19Á\ f\19 ùò\ 19°Ú\12$Km êÀ\8a#7ÐAì©ì\10-    g\8d\10EÀ;\96,\92\16ò~¦\9a\16Ó\14Ï\82´¸£Nò\80n´$@#C\17%5æ¤\11H\82úu\14-®h_G\8c4b\1d6$§\86¦g\ 1t\90b"KØ\11\9a\1a\ 4­­Ãì\ 3¢
+pÖ\88 \1dCÞñ\ 3\89 £4\ 4\ e\8cT #I\aíX\ ftb\ eð6ÔI\1dgõ6#)ª\ 5¹Õ]-?´À\822«Z¥jË­n\96V4&ÀY#Ð1ê\80>\18ø£}\b\bôÁ;´\0\1dúà¡?Ñ\81\1dÑì`3½2x\bSôâEÀÒ+\93ªÂ\8dôʨ\1dLIT\ 1\9eÞÐ\82[ÞP\15\85\96:Ç÷\96^Q¶\90
+`\12\83kNª©\9a1VZ\82ÎP\87\ eÍ00ë@>Ø]êZ\\82\ 4zaQ\85k\12J\12èDB\13è V=À\1f®ÁCÆ[~\ 4ð\ 1=0;Z\86¸^ò\98O7Ô}|\83R³Ihéî\99àxiKÉ\91¹\ 6ÿ\ f%Vµ\ 4\89\e%V]\836\ 3þ\81\0OP =îHPXTÑ>\a$<·°¢¥\ 5´4Ä\97WC×$VMËu\17ßI\9eà~&¿\7fà«©n\16\12Ý\86\84&­eS\91Y\8ae\96N2¥%Mð÷õv¤öÜÐ4¦\ 4¾`ס\e$fÝ\98\ fP   LY\94\0A\80\1c¶l\90\98Õò\e\r 6\9b~¸{"0ª\81\v\1d\1a¸ õwtÎY#º\r\91KGÂ\12ãļØ!y\a\8fÒ\94Æ\ eÒ\87o·J\1aDCcë~ÔÜA2ÿàE\r$\81e@·y\17ü#¨[H²\13Q¼Ëè\16Dm\vèÓ\7f\8aH\89e¯<b3¨\93zZÏ\8fÑËü(m\19¼Ìã$;µ¤8ç0£\8dË\9c\1eã9iÇ\98ãW´«\90sj"-îà\9fùr     \87²\v\a\0¦©\84¬¶\ 6zåzvÁÁß×\v+\1cºÉ:z \1d-Q\a\rqòð\10èÐ\83 F\86\ 4z`xàV`Ç{~\8cN 0o$Ù\19j¤GFíÐ\91\1e\19´C\a+æ¨\1dJY\f*x\82\18\e\99K\7fàG\9aÇð¾¥êfNFÜ k©z\1eßßRu\e?\94\96ªç        \f´T=Ï ¿¥êu\ 5\1dÅ5\13Ú\ 2½4¤0o\$Ð\ 1¿(I²¶\ 4\18\0e\91t ÅªÙ\94 \85ð¬\1f 4\9czRݳ&°\ 2½ÞÜ\8ak\84\150ZNí\18ÒÔB¡¨\1eÖ\ 1kÊ:ª\ 3¡\14ª\8eê\80Uç4%Èñ'È\10u4׶\9eª\17        ÈmoB
+\92\ 4iiE\82§P/­(<T\17\15ªn\ 2\96¤ÜªkÀ!Ò\93\94FËÙÔAþ\81ôP\89§g¦ÜZ²\ e\98ò2\81r\eÇe\19DQ-È\10õ ¨V/i\ 1çõTï\ 2ÖSuÑ$Ð\82\9f´\8e!'ö\FµðSàS\9bb\bÊ\ e\17\97fÝI  ýò³Î»\bòG\8bæ\ e\0    riê=¤´\8aa~gº/j\gºix^J\84\9a\9bHg\10³6\83\97\84ª]|Ë0í¹öó\aÒ\ 2¬ÙU\8fw\8e·\8dÜÓ>ð\91a\8aÕ\8dZSÂå÷¾n}GÒZ}`\1100û\9c¶Æ¨ö\81ï%\0N¹z       û\a\16ø\81Ê\16øj\e×Rã3\1d\8a\98>\9a\9c\80\18        5¯Ç\f>/\1e1WB¤3(=¢¯3\0K ¥^KQåe½G$R$Ï\8ane\88§cy\8eg\ 6Õ\9a\8f\8c:VÉiÎ5ͳø¨\9a3V'4K\và½M\9d6\ 1N1\8a\1c³\1e\ 6\8d¨ÙS\1aä\97\84sóJ¡½M\93S}SÆQ\8a\8e\W\86¾)\88\8f0)\9dq\90\í¹\10\9f|HH$%`\96dK´H¶,U\96Ä\12-\1f5ü¶eàN#3\98ó3[f\rH\9a\8cF\99¥Ög«½l¸§¬VÇ\1d\1fè\83æ\1a\16¥d*æA*\18k¯zþ\80\9e4Þr5`\ 2:C¦aY¶ôÿP\ 1¼Ñ¤\9e÷@çÍ·\16&\97ñ\1d4«ûÛÏU\ 2:\12¤t    n~\80·wõÒ
+\9aÙ\9e\16\13<PyC~³\87ß{§ø$ûµØ\92×\a\1a~QM\12º×+­ûI>/!Ê\1f\b.i\1f`K\b¥eúu     ü\18\a)[ÁÐÛµ{}à+H\89\95_DkEüT\960ß[3\96´Û2>¦\88\8d¤\1dÁB\84\ 4\8cA\a\16"¬h|G\1f\96ôÈ\98mh\1aÉ\98ñ\8c\13º\ fô²¹#c47\b\ 29!Ë$M\80¦¼²fL©\ 6LH\82:Çd\98àüe,\86µ\81iiP\8b&¶u\1fób¡ m ÅC­îÙu\18V(Á\ e>\98U:C\8c\ f\16\ 1#RóÁ´Ú¸\8cÞÇ[\e\17é:­y±¬Ü)\1f·ÙúA\15\8dHü*Wjî!E\ 2\ 4(\ 2\1d\11\15Ã#¯2Ft
+:jð\r\8f\84ñË\8e\8eÔìY#\99æ1¤)GÕ­¥ù¶­)b=\ 3\1dÛ\1a_áÕ;]öúÀ-¶\95\93ÕB\19êp\14ìUê½hJ\8f[!2 Z¼¢Ð¤ÖbÞäV³\84\1cÏ\ 3-¡Ü\1c2\95\86VÃ~}\12-!Çãh\ 2ä|2H\80\1dôp)¤AS~®wjª\10Ï\13\89±\19¯\98Òü\ 1\84\8eêgkSÛ¾\8e     ¤(\8bw\11Å4AKØÑêy\82WA\a\9f\fÒ\81\8e¢Á9¨áù=\9e§?¨(á}a\89ÜÚ\96\ f\ 1\92\ e@Ï4F\fv\0z¦1b._À±×\ 5è\8c\83Ý\13(\12´gì¶\ 4ïÉr/\13\10tÈÆ\8b\12`ÙZ?G°\85\1dÙÚ\rÐ#Í\80ç\882R¢\8e\1cÑ\82\91é\g \ 4zÂÜ\ba.\v\10\12æ%¹Qh&/\12Ô3¥ÁnÓ¦\16\93\ 5ØmÚX\0¯U
+ê) ±m\98Ä\1d Ù\91\88NQO3¤h:Ôà:å\80\1aÕ\92±ñ«4\9eêP\8e\9a\ eÕ§È\15B\99õÇmNýË d÷I\12Ê\1d(\8cÎå²\ 2ðlÅÊ­Vu\vX#\9eåÙmvdH\ 6o3£céßCK°dU\ 2¬\È\89\86è¾\©}\f\8aC\97\91\9e$\8dþ\99\81iDw\80\ 4Õ\8e0¾](\ 1\9d,6&õ.#ù\91Ò'W¸K\18\9d\8b|\8a\18\9dJ\90\94\88\97û\98\127\98>i\96nRý       Æç²\80\ 5\0òy^.¤9\954E´x¨\ 4:ëóòP\vWY\vI\9eÒò\13¯=lä)\e@\96¦\12\91ØÒ\10Ê-SÊ? :\ 4t\ 5Aµ¥$8\r\92}²#¿Ð\7f\e\16:\91\bo3\19æn­r\9bJÄùj\91_¯gÛ·f:\92\ 4\11:\ 6h\ 2\8cïVó\a8\ e\8dhG©Bü}Ý\ 2½'Ö¬ÙrªÄóüÈ!9@,y\90­Ô0,y\94­4\95\fI\1eä´ñæ×çA¶R»MOã;\9e]½]§\8d   0¶RoI²ó\ 4j¶R\9eá(Y²\93\b{*\96ÂÃ-°,YC\ 2¼bi\15\95\90å'\12ÜB¹OíÖ\ eh©?P?ج\15¤py#:\8eº½\13otZªs\98+\0ÈÞÃÚx\85Î\1fð\13ð(®j¼¼!Ó\e\96Ë>ðµ\a\ 1:\83<<\83\1d´m=¯Ï3X\ 1F\9cLÀÔ¸5\81\1a×Y&ðò
+ß \9aó\ 4ªM¬KnÊ\ 4\16w\8cÿL`Õ÷p\99T        ^A<å\ 3k\0\13Ø\8ehu\92\9d»\1eÄ·6ÇõgÞN²û\96@¬ûj¹
+b¾ÿ\97-]\\7f`\ 6M.ceJ|Ø\8dé{\ 5§ñkµ\0úû/[ªü~\ 6\85
+ïß7\1d:\8f\97\1e\1cÞ\86À\ 2\vw:Ç\82C\11K®·Ävç\r\0\81Íuý»N\18ù÷ù÷k\84?\95ßK\ 5\1fÉoEò«Ë4jùí.Z0\0Èiü\ 2,y]¥1O\1fZ©è^^ÁW\91E-¿ëÃù.¿£nò$¿(ïßÆ»­ì\9f\a ®í\8bGÝäi|Mß?\ 3\18ßÞ\15-\82ñ3Èï\90õG/­\1fíß^u\99ÑüA·ó\ 5\9aÀ\8dµÛä÷]çÓ6`eþ\96ä=Ï\1f@ûC\82ó·\88ä4~®~\9fî\9f\1aûG×?¡ß¯×\8fR3Vs       ~\1f@аýÝ\b©\14ûËì_\80ö§¶\7fH~ïù[\82ö¬¿ ³Dä·júC÷oEçGi\9fQrôë´çè7Z¨\8fþ\b>Ìþû[~¸¶\9fY\88¨c)·Ôì\ f»?¬Ózëþ¨×\7f\81¿\9dÆ/²ýyi%:¿òý\e\ 3:ÿ¨q\ 3Ö\9f-;¬\9d¿k Pæ\1f?÷ß×ü\85¼`Ù¿\14\89Îÿ[þ ý~\ 2¿Oæ\9f§gó\9f4ûO÷\7f\86û\ fúß`ûmDR-ûÍì§Ñd·ì'³\1fFãÔ¶\1fWùÛx³?ßiÙY\90\7f\99ÿ\8aìg=\7ff¿ÒËÿRìWýû»ÿµµ1ÛõçÛÿ\8au\91+;ÀF\ 3Õ:ÀL\81\93×\ e »\80R@\a°¾\80\98\ 2¤\0/`Ù\ 1ØPk\9a\ 1Â\ eðFCµ\8fÿÎ\8a×eqì\0Z\83õ¶\ 3xu ö\ 3\98\12r ëbyº\7fiy¶\7fYÛ?ª\7f\19]`\1dú79iþtÿ§üÈ\81±\ eh-ýc\ e\80\11\1d\0|\ 1\18Cwû\ 2¨s\89ï|pÞs\89ÛKû×þIìK;\7fÔ~þ¶ñ÷û\87çïK«\89óïë\17\98/\17àù÷k\a\86í¿/\ f\ 2\97ùËûïË{Àeþòþ\eyÔù÷õý·Tl[~dÿ\97\7f:ÿ\82ûnÍ\9f&`
+³öù÷k\aºnÀ·g\15·\ 4Æ\16@mã?Èû\9aè\82\ 6\12°µÿ4\0ô    É_¶ÿÁ¯H\7fõ\0®$ .û'Ý\9fûøI\1aÏö?\94ê\97Öþ³\ 4ØÖ¶l®õ¯Úÿ\ 5\ 4po\84Ðëþ[ãuÿS\1dAG@.°ÃÄü»\9aõ¢\0+8\ 1ì\ 3Ó±\82ï\ f\b\18\1f£å^ßÅ#×\ f\0ꬫ\ e\97\19L       Î@Èc\eÐl\863\0i8"\83\97\15\94\84\88¥¬:¬é;\8f¸\82gI2\83eRg@2)«\83B\ 4|3×]Ø-Ñ;\95\04Q\ 2ÉXou´\84ê.\9bÀY|\7fÀ{°\84ì$Ðè\1eÍ¿þ¶Ö\1f\0B¼zc{8³\15Ó-ok°|\853¹F¹L§¡_ñXX\7fRe\8e²\ 3  I¬\añË\9e4N#\91A\4\19Ð\ f¤ 
+±6ÉoEJë±\84\8f"e'!àß3xùÔâ\12\88&æEÓDº\v\93¼\v×¼\82}\0\9d\85\8c`\87ؤm\89\rɤù*°
+o\8b´UäÍ\95\88µ¦f\7fz«ò\12\8e\19|«rePêÜ\8a}`=\\9bï\ f\0ߨ>LoEzùVµEÊ5Ø\ 5\rùz\ 5µ¶\84¯\ f(ü¾\96]\88\9a&²«m«j\93®6:\83à\9f\9d\85ô2i\8fÎBzyH\8fÎÂÖ\bìÑYØ\98®Åë\1d«òV\18\aTYãÚv¥0Nº\©\1edlP@\9eçúPZò4yFwc]ÔS3~X \8fü\83\CNè\f M\ 43¨S=E\ 6\13:\vÙë2\98¡\7f \156½g0\8b\17K\8dÛ        e\ 6\v2ª Ò»6HÛ\9f[¶â=~ùÆý\0¼D\8dݲvç{¾}ûÀ\97\93V\ 3\ eè\a
+hFø@ííï\1fÈ»U¿|@\87\fÌ\ eÈ \8e\98ê\88ó\839yO`>ÉpêÆ\9c\9c\8f99\8fïÇ\9c´~\9fcNvàÔe|\a椤|æoô[\ fæ¤Ä:ç\rèÀ\9cxðû=\98\93,Êo\86·Á\86zªå7   ò³fjË1ÿ¡\94I©É9¯\1f½Y\91\94Ñ+L2ý\eK\19-Çþ\r¥\8cBx¶þ0Kë§)\9fèÁïw¤\8cJ§ùÖx\9a2*Lá-ý¥\98\9b\ 4\7f\1fÜ£øÉ \14äåE~ò\93Á\96ðQö\9fî\9f¥¼Ï¿/\9f\9f0¡õ#ý!ò\9f5ûÁRÆ\eKwm¿ê\941\95ß\12\9e\9d\9fòf<|~Ê\9bqëüÐ\Õjö;\ e=ùE\87î\ fôû\ 43P\8a£[úK1+\85s©uÿÔ÷G,\ 4ÝèþGÄÌøþ\88\85Ѷ}\7f\90õ\amýµ\1fm\rРý\ 3!%Ù?h¿\10fñêÄ\96ñ  ê\9f@\90\88Úù§\98\89\ 4ï_\80yÄþÛ\ 6ºWü7\8a\19\9a\9eùO[5¢¢¿T\7ffÍþSý\99'I\7fèï/Nú}vÿEhÿêû\8fcf þ\80ùcÈAüòßî \aLÿ\93\8b\92þ3ÿuë,¯ø¯(¿ú\8eä=ò_ëÒ\ fúdïÑúÑ\93\1c¥Ãÿ\v·\98#\ ey\99¥ý£ò\ fÐÿ\0ÕC\ 42Qê(Gý\1f\1cõ_Szæ¿&ì?ÊþÓÖ·íIüµµmSô\97fãry­;\8d\aÙ8\96\17~WQÆk\0\85÷\ f\av\859\7f ½\13I .\ 1ø@¸\9czË!¼\1f\9a¶¤ÚWfZ~/Ü\12Aï¤êë\ 3\8d÷B\9c\8dÛ\12Aï]<}\0dãè\f,\9dw\99\81\0ý°<\84\83\1f\90z3ì\1fÈP\ 6Õ6¢\93´\83Gܱ\vß2\0¦\fç\ 3·ò\99}  ¡\91\ f$¹¬eïñ±Mà6\97EÓy\96Ë8ë\11H©^+)\97·uÜêov      ø/j\86\80\0Øx\ 2Áy0\81T#hÙ\f¶Ög»\bÎ3¨\96ÀÜù­÷\99©Ñ\9d;Ïr²Á{0¾#'»q-\81=\10z0Z>ÅA\11
+5Õ¥\88 ä7\b÷Íg|\ 3Â¥\12\bH\82=\12(dMÍ\15ð\ f¬\9a\16±\83¸åT´\83HD\90\9e\8a ?\15A¡>\14>\80\13óÛ@³%C\89ù\rESË\0ÝëÄ\16Ù&æÆ&6\13óù~\ 2È1Ýî¨#1\7f\9a@®$H\7fßÞØ\1a¿Ï\80P\e\16´\16@Ö×?ië\9f@[\81\1dËY\ 2óÓø\8cúÌàÈnËìÛ\ 2Fª9\8eÌþi\ 2è\10aÏÞ\97j®Ëï\v\r«\fÌéÀø\ e0j¡ëjÍ\9f\9e ç¤\r¤Õtn9\14ø.3ÁÁ\98\13\92\9f\14\99ìÕ¤H\81t0ð\ 1ælÈ\9fVc\ 6mÿéü#Ô?9²´\96\ e­ß§Õ¬IÕ\7f²\7fIÛ?\9eÙ/`àÓø:²åÕ¬\11\8c¯\r8ÝÿI;\7f´\1aºt\0\ feÆpfË\1a\80\9f¾ÿ3Ò_=³³½,(ç\9f\85\95Û\93ø;¬¼\18p!µn|\83\ 5jsÞ\0/\83}ÞH©J\ 3¶wh1&ÛP¤õ\f@LF³«.\81\19À¨\90@ï^ñ\0\90\81F\19¸ÃPÓ\8e\12¹|@\ 6}E?Ã%\80¨\8c\ 6¸\vJ\aO\ 3Â.\9a\10)ø/ÎH\13µ\9e\ 6;\8aT\14"ËOÄ\84\96Ð\91\9f\88\ 6¹Ê\8dü\ 4G\91N\9a*³ôBÜBÚÚ\1cÖé\ 5\96)³¶\fW{ ãÖâì4=¨wa/Xx£Hß2\bßo\85\88l\8aì¼@!ê\1fXÄm¤¨ò\ 5\9dF\88*'z°fM\ f\18nmãNDª¬c÷\Ðì\ 1Åp:¼\ 4\1d\0éEEB \95ýÑb\ 5®mFL²\f\86\8al"<Î\1cÇ*j"ñ\86g\17ËöpðèbÙ\1a\89\8a\17\vû\0¾\å\9b)\11«,ßL\e\85£x½_Oã^¸\92Jcæ«E\ 23Àå     é+Ên\94'\90\19Lv\9cÏ3Ðwa\96wáJ\1cæö%Ì%k\9bóOþ,\ 1u%Æ\16éÀ¡¦0\86¤Ý\9e\1fÞª|þ@­ÊÌ*o¹\120\83Ú*3!\1eÏ\ f§\ f\0!ÒܽÝ\8d¯ í.eÈ`4FBx\1e_SGÑdËR2ç§\ 5 d\v~\86µ&\v\e\ 5ÒÝ3,­<¶dÉù÷e\18\88/\94Â\97ñ YS¿}ØËA**ôu\ e;Ægq<KÛ»Cþ·éJ\9av÷%í¾õ\ f»M»\93\ 5Ø\95Ø\\0ö\ eCølÀW¶AÀ1XÚ\7f9NÐmÎ\9b&Ý­V­q\82è\ 4âªM\80na\8ap\võ¤{a\8f\18ÿ@\ eà\ 3õû\eÍ\18XÊù$\ 2ý-ÝÚõ\84\ 3Í\94{¼ÿý\f\98X\r\vÿ^ÿi¼òxg)÷Eú}\9aò6,éi<HyS+f9óxoÅø#v\ 2ã\11\81\19»\85Ê\19\88­[\88¼y,Å
+Æ0öæaeÃÍ\r¨ýú´ìü\aµ\ 2L\ 2\98®¤ü\1cÚ@D`EÀÐn9~\7fäÉÂ\b\1c[¿ÏÁô\ 5L{Þÿ\ e0½G¿\ fäGÖ\1f&iý4å\1aý1ÿ\110âñôÛø}
+\86\87\ 6¬\ 3\f_\bÌ\86÷?Cùëw ±'4Î/}ò\99Âq~G\8a\89\82ÕÄ5Î/³\1f¡p\18\8fÚ\8f0k\ 6\1c\15\7f\7fIà÷£L ·e¼\1fé\9f=ù5õ\ fG\ 1ñ°_­(\80\10 \16\ 2Úóü;\b\10\7ft0bô\vZ¿\fF4\ 2Æöx|~6Æ\85±ûÏÀôë£ó\1f£zÿ\10\ 2Å\88î\9f\9a@\91Ý\9fñË~ÝÝ\9fìüm`ö'\ e\94õæ¹Ø\7f\99?iKQ×úW?ùq\ 2F\ fîO\14\8410¼fÿ)\81§\15ó4îïº\1fF)&Y\90ý\bõ\83\19\85\81v;\0wÕ8\14Í¿&t\0e\ füHN7\15\b³<l\f\8e@\81j\r¦pjÑ\82ññÈ\82êåP\a\9c½aÁY9ÐÆ \bN°\\ ewÀÉ\e\1e \87s\aé\ 4rn\ 3t\82\15\ 6C\83sÛïßç¡èúó$­\9f3 "\vR\9f`
+g\9f²t\0\ 2Ûÿ9 ù\vO+Æ\80\b×_í\1f-g¶\10ü\15IÜé_3\ 4?\8dï\88\0\8dQàüû\1dåðÚïÓrüBA~\1e\8fʹX\1eö#¿\91\bj\ 3­ùjþ¨\1cþ{å_¿oyØóïK §\1d\ 2\9e\8eñ÷\f¦dý\16Á7ÖÏ#x\ f~_÷ ¬Wîù÷u
+ê-\rûhþÁ=\9b\7f@¿_Ï\9fÒçÅx\8c\1fA\8dn\8dn\95óC#Àô9?w\11 \a­­H\7fõrðÒ°û"\7f=\ 3bÀéæù%ó\9f"\9a? à¯A[F>X\9fÿ\1c\84\87\fC\9d\ 5i\ 24\85cõì\r\ 3DS\18KI\ 1¾\ eB_\11K\99ÿ2Ió§\ahuÒ\ 1â=\182R ½\87ƺ\1cò»\ f\ 1H\bäÐþé¨Ç­\1eþÉ\ 5b=\18Ú\17\b     Á}\94ö\9fÒ´½~7ÆÊ\80ÔÕt\14â\13
+Ðê¼\ 152\83B|¢?Làíc2\r¢©\80»§ïähµ\88f s[\1dp·Ë\atÞÇ\h\e/2Ð\81V9\83\19\0\80\re\1c´'ý³\1e!ÆA¢H[3-E\918ib¡,¼,A\87\8b&D
+ý\\90&v tâ\82w\ 1À\1aÈ.,â.4án\97\19È\bÞdU\10\97\ fHoZFÛXÏ\0 \98i}ïæ\12>±H)8Í"Q\8cP0§ÊµPJD\88V\93×\12"EjÅ\ 4\r\8aÎ÷\17gÍ"q¬\18Ò\83\1eÔb\8aÚ.Ü¥6$!R¾?ÃI5®F\9a[2ª¤ó½"¿®mX5-¶!¹\19+\88ðë\10F(Í\9aoL©\1aJ·à\96k 2GEß\ 6?\1dÀ\by\ 3\v6Æ3\88Ï\96ÛxC|¶Wâ[\88O\83,ñôû &\93ÖTÎÅ7>/ \9a\0'[,Và5~¨¤²´(½ü¾P\9a\@r\96\1ewk£¿"k¯P\92{§ùëý\11\8fäÈi<â\8aa\15\813\1a/s¥\ 4\8b\rÜ2t\0·ä\88ýþPlhí!\1aòCÏCïØÌ\7fÖÿµÿA_\80\95\ 4\8e. ô7\1aQ\80\13Yàù\0èÙ\ 5Ã7\9cç/[à-;£(@³°ýt\80z
\17`\0º
+Û#°@#\85íÃ\1f\98\ 2²\81:ÆÎêÚ\e6\90^"F8ëî/\91&ÆÎÝÿþ\ 4~߸bv\15úþýØ\8f±kþ~#Á\7f\1a?\90àoü>ã»Úî°ú÷\11ß\15\ 1:/î\90ß}~
\85Y·÷óø\9a/\8cÞAËz\8c\1f»\83<\1a¯WÕ¯\13Z¿\U¿\8d«ÇëUõ\aßmcþ<Á\1f\8fý\1f\83øÍâï³\ 4?ú}\ 4ñÀç÷¸\82\ 6Ïï\91ào\9e\9fF\82ßµ|8VÕ\ eõW\86HmÔ(Û\15î×µ\81p ò7Z\8d\86üy\82\1f\9dß\ e\17Äø\1aݽ\vÂ!rá\91ý\ró*Ù_*¿e\92ä×\84Ø5Ï\1fã\9bÝí϶ÿw1\0\85è8\7fÈÿ.?Où"±ýÑù"Ý,Ù\7f\ eÑ\vâýC\92Ó¥ÅZK~\1c"\97¤ýkõ8nÉ\9f\8e\8fA\1aßä«\1d<¿±ô\88o\9d_ÞcY½¿p\12\87ôN"¸V\12\81¼/Ù\ 3iãþ¥ëÏ\9aý¢çg\82þ\87Î7,Ú_Þ#z\91äOõo\8eÏôoFç_\7fß\8c\v²\9fúý\15¿üÇ\91\aö\83/÷,?\9dï{]Äó\87ýÏä ýëàÛÕüWη»J÷/\ 5xaÿQ\ax\ 5\ fÆ\97\8bîÿ:þ¡ë\8fYZ?ë7²ñÕÖ¿_Çï\94ï7Aù      -°âÁ7ûÄ~§\fõ_°ßå9*#ý¯!ú<\89?\1a¿Xß$ôû5@\93\958\1cIüóþÉó7\80á\16Ç\8eÄ_¾\0<·ñ#ñ\97å\1fο¯Aìß9ìiÏßlã¿ú¥Èþ»/¬Nçùë%.[¡wýûu\89\vï\97³\1cò»»ÿ9@0\0ùë%\1eÆ\8a72~ÏÁ/hÿåü\87å\1fZúCY½\\ 6òÓñ1F0ûn5=\82\8f*\0÷Ëïëø(¿HúÏYý¢$\7f\8a\8f
+;>éòû:+\ákoé//QLÇï\8fà£,\ 5?¼ÿÉKûϨo6V?;ÿCÔ7¡0Y]6@§¾       \85Éêú\ 1\99úf#ö«?ÐA}\13¦½óÞõ\ 3rWÚð2âÒ\a(5ÞìÑ\12jP  \833\84¯k`\88ú&Ì+ÜF\99úÆj%7E¼\ 5\95ÐFÛË\ 2g sª\85\82\rj*\12ã\13\v[µÑ\/\ 1\0¬\bNÎá]\0Þ\ 4Á\88¹½[ùu        Ýô\80C\9ah%\93K¾ú\ 39\80\80\84È Pa\8dË ,ª\f\18=àt|`\8c\98.\8ag\81ã%\93&\ 3NP¸¨\16\89á%\83f\95©\f2ÚÆ\8eþ\a[b\ 6\9dF\9d\98n\12\15\89\12UNÈ t@¼"´Ê\1d\10¯\b­r\8f\10\17Q\88\94åq\99\8eãü-\83j\ 6\v\10âû\ 3/ÿ|\8dW{\90\10í3c÷C·s\aÇâ\ 6¸\14\1d\f\92\88Q\95o¦ä±\8b\ 3\82\ 4lÒ¶$\8d\18äSÖDVGjnòr\8f!§3xù¹\8fÎB\8aøz\a\9a\98*!Z¦\ 6\98õ ô 0v?ì\1f\80\ f\10\8eżj\8e\83)izÀûd\8b&\8dîÂìU\8bĺTÏÚÍtGÊôö\137îÕÏ6F¹íý\86\18\ 3\8d»\91tæ±\9béô\81\8e¦óÞn¦Ë\aôæB\85¤ñú\ 1\19?mÈÉ\8b\ft=Ø\9a)H3`îþV\98ºoã|ïîóîDånÜ\1a6\8f0\1cZâè4¾\83ápݹ\19Î\12èÀÎ9ûýi\10<9\97ñ§ß\97\1f.¶Î@`|\aÃàgý÷\8d\81\bA`ø\9cã\11ôò\96¸qo[è\e\ f\8f¬+\8f\17çÏÆO`<@þñÌ\8b\93\14\98\83\1f§ã\b\ e\82\1f\91\ 4ºÀ\8f\0YÂä´%pôc\ 2\1f¸f¯ýëTø×<ÿôF\9bÍÓû/\7füúËKE·¿ïÿÛþ\97¿=YÑkql1\82qÞUøeÏ¿¬hÍ/ÃèE|y|\7fß(#ô"¾\10|m\1f¸7\ 2l|\96ÆS#ZJ@^Wu\83^\ 4¿¾mèÉ·\ 6\9d\ 4 ½¾í\15\ 4\19\b\10\ 1 ù5V¯\1fu»eèË Ê\1f\ea£G¸\8c\97Ñ7V\ 1ÐÞ?v\89\7fw\89ÑìµÛÑ\a\17\ 5\16ÐÇç
+\80ËïëåõÞ\81ý×_ÿ7z\ 5M~ìõb\ 5òë@\9f\85\87ò\8fªüÉëEDò×éu¬'Pëüpôå\84öOG¯Ú\15Ö\90?kQ¹]@»\ 5?\e\ e\9dò1\81;ø>\1f¿Jã)Ãß¼ \ 3\9b6z\83Ë\ 6\80\82\R\81²Àß\97\9f_Ãê\87Çïô\bQ\9a?=\0ëè\ 10ø$4@\1dãWi<\85ÏA\ 3¦Ì¿¤çD\ 3FáSA3 \94Þ!¬Ò\ 5ȹ\r\ 1¡óOê\ 5Îà\97\93h\80Éús|ä\0Ä\8c\1c\18Ý\ 14øcë\ 2æ\f\89£úgðGMÿ©þÎYÒ_
+ÿ\\90\a®Ã7"¶\9f:|sÍ\87þÜÁ\ f\11ÊOç't\9a\ 3É"¸äË;ÑYÿõ 4\95þÂç\v°#\bÝRÛâ\ap\19óÖ{Ç|\80Û2f
+A\8bH\87t\bÚÆq¨8\81\94#ðË\ 6\8d@\807\bâ\13'<ex\86*\1dd,©\e\84°\9e?j\8f\98Ø\86È\10 \8dãðÉ\19L0\bEë¯\9dÐS\16 \9f °à\ ed\10Ær\ 2ò=\ 4\93\ 6¡\ 6aÌ÷\10äf\12 \8d\95pxó¡\9bó'eôÓ^Âq\96\9f\1e\ 4ù\ 2!=ÿ>ºÃH ¥%\11ò}   \r\85`.Å\86æ{\b3-a]\96C~w%T<    \91¥ýçã\17Q\7fH\10i\99ð<\ 6\ 1>2áù\1e\ 2Lc\b\9fÁø\ e\b§G¿ßA£P8z}º¯¢çUüîÑù? \84\83çÿH\ 24Î?çXDçG÷a­ËAk<O" û\83\928ä%â\15{¼_"ò}       \14Õÿ     \9d?\94D!ò/]^Úò'1ð\8cö_\81°Z    f\ 4öw\16Ð\8f6\1eÙo4\9eÅðÈ~t$±Vtÿ¡$0£8ôÒýÃοuI\18=ÿ±\94\90·Î?\8d\81°ýÒc R\ 2Ô²\7fÍ\1cÂàùµ.        ýç׺\1c û\83J`H\ e"\15ÿ1õ\96\80\e\89ú\87íwÌÚýM÷ßü·Ñý\9f£ûϺ,´ô\9f®\7fÖÖO÷Ïìßàýuä\10\ 6ﯸÀûW.A\8b+\94?Ø?b?Ö4l?N9\88³ý\96ùI\93\95°4ã\aÞ¾÷\89ýÞ\b\155ûMæïµø\87ö8\bH\7fÐý\8bõ?\85\7f\1aÿGt\7fvô¨\88ð÷e
+\9a\8d     Q\89\9fxþdy¤¿Öã¡­¿¬ë¯ê¿±\12\7fç=">ú{\97¿àù\93\1fT\7f\7fë9à4ÃøKÊ\ 1¿A\0\96?\89ëmþ\85æ\1f\1fâ}   (Í?\18\ 5L¼/á¢% y\ 6¿\8fJ@qþÌOáøý»ü\19Ï¿<\\7f¡ h­\9f\82\18,\7frþ}\1dÄ°diþ´\84·P\10\ôG/á]Ñïw\80\0\\12å\8fí\7f(\14,\97ñzüîKü\13\97±ø½tylí\1f\1f\9fÅýg\14VH\7fÑ\e&\ 3A,à÷;âß\84ô\1fů\ 4\84\90J      ÷ùüt\80\10òG\81\86@\b\85Ä°5\9e%°­ÉÄy\ 1(\81M\12h34àò#øV{¨l ç\90B\a°\83\83kA¿ß\ 1Å]£t\80ëß_w\ 5Z\v\ eq#µvÇxô\8aK"(\aO°þ
+í´\13ÌÇC\ 1ê¯Ð\1eÝ ú \8e!H'\98\93P-\8f\91\81\9f¾"\17\12¨\8b\ 2ë}\ 6\93v\ 3ñß_¤ßç(\ 6x\83 \19ÐBB\95\v\16|CsÜbÁ\19\8a\ 1é\7f\87þ\98\aÞÔ\1f2ÿ\97\a®Ì¿E\ 2ÕÞ\7f\82"\98\83æ\19\fÍ\ 3 ë\7fypÊúy\ 6Ã=ò`\ f\14\83å(\ eMÿ3+Ë*]Âο\9fAM\14&aÙP\18æAÜ\93°\90\b\vHG\0\84gúsd \ 6\14'ñþbãáý#{ÐF\ 2Õö \19 \14º\7fô\17lë2Ùv\80X'\85\92A{ÝC÷\19X2\7fhÿô>ëiÒîÏ\16      ÔÅþê$B\96A\bËm\ 6\88F°¶ÿá¾\16«\89à\b­Z2\96AÈ`<r`±þ{Ûÿp_\vÆì\9f/]â.¿¯\93@Y\ 6é4¾Ö_úûó"ý>Í Y\19ÇiÿuûµuÉ\1cÛÿs#\a\1fîk\ 19       Õ\8aæ/\93ÀZ\97Ëóüu\12Ø£\8c£¹~\86 phþ:       Vé\92ÜÒ_\9a\ 11\ 4F¸¯\ 5å\19\fmÿéø\88äß\91\ 1\89êùg\19\8ct\9c\9f\91øg+ãPìW\13Áq\1e\ f¨>\b\89\8fìOÈ«d\7f8\89v\ 4òë(\83\9a¡ýÕ\13\bszd¿\83h?y\15\89\97ì\ fEp-ðþÕIô× é\1fo\929\89úÃò\17ÚþÑ6õ®\94±\ 6VÆú\1f\9bßþ\95ÿå\7fýîo_RÜ\ 6¾þ9þåw\7fzmM
+ëësùuj\7f÷7¿þÝ\7fùÇ_\7füûßÿá\1fþõ\ f\7fùë¿þÇ¿úõOÿò\8f\7fó\7f\7fÿ\87¿ùõ?ÿ߯ÿúßÿü÷\7fü㯿þw¿ÿë¿øõW?¿þûßÿá\7fýá_þüëßÿú»?ÿù\9fþò·¿ý·\7fû·\9f?ÿÝßÿëÏ?üáÏ¿ýk?O\7fû/ÿã\1fþÏoÿé_·q?\7f÷ç?ýñ/~ýî\7fÿæ?ýî5»ÿ\ f\88P'Ä
+endstream
+endobj
+528 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1090 0 R
+/Name /Im485
+/Width 71
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÑ1
+Â@\10\ 5п,$M`Ût¹BZ«\94ö\9e ÷°È\82\97²\\11´ô\bæ\0\16)S,\19\7fTp7ì\ eÌç1000"`)YD,¡\ 3¨\1f\80§#\8a%Àc$ª$î\13Q\87¸ÎD\9bÄÅ\13}\bÇþD\ 2\ 3\11:\v\8d4\1a\87"\86\19QÅ('Ô\19è\19m\fåÑgÀp\e\fÊæÐ\9d°As˼¶(ç4Ô\b=­`~aü:T\ 2\11GÈúÜ?¸HìwÇóá\rkú³D
+endstream
+endobj
+529 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1091 0 R
+/Name /Im486
+/Width 45
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7f\ 3\ 3Ãÿÿÿ?00°ÿ`øÇÀÀü\81Á\1e\1f\0\91ì\ f\10$\14ý \82ü\80®\17b\1aÄd\90-`\e\81ä\ 3\90\bã\ f°x\1d\92íò\r\b\12¢\17\0\17)\ 1"?\80Hv(i\ 1ô#ó\ f\83ÿÿ\ f0þ(\0\92\fõ@û\19\80ÖèêÔ¬2\ 2\0á\1f
+endstream
+endobj
+530 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1092 0 R
+/Name /Im487
+/Width 37
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 3\86ÿÿÿÿa`ÿÁð\8f\81ù\ 3\83|\ 3\90à?\0\1f\80\88\ f@\82\19AüÀEÀ\95\80u\80õ\82M\ 1\9b\a4\19d\a3È6 \97\81ê\ 4Ðõ\f@\7f\1c\80\12ªÚ5«ô\0\0\11IS
+endstream
+endobj
+531 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1093 0 R
+/Name /Im488
+/Width 43
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ@ýÿ\aÿÁ$û\ f\ 6æ?\fÌ\1f\18\18\7fÐ\9eüÿÿ?\9c¤\8f\8d`\12âÇÿH¾ÖÖ®Ye\f\0mªeP
+endstream
+endobj
+532 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1094 0 R
+/Name /Im489
+/Width 80
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ñ1\ eà\f@Q£\ e\8cÜ ¹I\99ºwèu*r´H½\bGÈÈ\80p\1dl\8c\14ØR\ fè     \89\b~\10i\12Ð`\9dM\95TE\85+qA\0\8fQtÃ]\ 4õHUÈM¾4Í\97Uä¦Úþ¢ñ˳¥ßÔëíõ\1dF_iõå^j\1c\ 3MI\15Ï{\14(\83\9emrÚÔÖøÜ4\ eê70³â\97\94\89ʨÐ\85°H]\84;÷¡¿ÿ`9\8c\99e)\17Ë îÒ1pL8\1a­¯ççûþ\ 1\ 6}ù\
+endstream
+endobj
+533 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1095 0 R
+/Name /Im490
+/Width 69
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceб\rÂ0\10\85ág¹p\17\16\bc ¥@PQ²\8bË\14\b<\13\13x\14\8f`DA\8a\13æîÀ\91-^õuOúK\89Ç\92mY\8a      Â\17\9b\fCÀ-¸\ 4³\0\aü°ÿÃTá\ 5¶E\12¸\ 6&
+6\vì\8a Ø.pè0\11\86\1e\9e0*²Âf$âs\86Y\11\89Ï\196\10rE\128\90Y\11\ 5\ 3\88Ï[\8c >o1\81\ 6Å\áA£"5\98\ 4\8f\b\9a+¼à\19@©Ã\8b\93Æ\ eo\89ÜB³£\ 3\a¼*r\83\8b"5\98\15QúóN;\7f?\7f\0\ 1è\8d²
+endstream
+endobj
+534 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1096 0 R
+/Name /Im491
+/Width 30
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ρ\rÃ0\10\7f20ô\ 6µTÒ-\92µ\ 2¢ÔR\17é(\1eÅ#\1c<pJz\ 6\r\81C¾ æÎ\92\ 6.*&\9a\14Ë#t¬\84ÚðiåOü\8dØqKv\92ÔoyL;¥\87¶SÃÊÂ\11\9c*Jù\fÒÕ\98\85Çsû¾~X52.
+endstream
+endobj
+535 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1097 0 R
+/Name /Im492
+/Width 30
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>À\7f\80ÿ\83ý\a¹\8a\ f\15\ fllì\ fü±°oøcQÏð§¢\9eáGA\1dC\ 1\103|øÃÀð\0\88\13~000\01#\f\7f\80`f\18~\0Áì0|\0\82ùa¸\ 1\82åa\18h\1c\1f\10Ë)U-P\0\0Èa(!
+endstream
+endobj
+536 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1098 0 R
+/Name /Im493
+/Width 32
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÍ1
+Â0\14\ 6àÿ\91!\8b\98\v\ 4+x\ 6¡\83$WÊ\18°\94\88\að\b\1eÂ\vä \ e\15\a7Éø\86b}¶\19\1c¾ù\83É )CÍ\12ÐüÃÂW®ê«®\1a+F\ 4Ó\87X_\88×\86\8aõTZ¯J\10\83S\8flÕ3A¿\0ý\16\80ù\99Ä5Ã\9c\v\9a\93H,õlåÁ\ea]Õ\83\ f¢í\16qD\fb`ø\1c`Òv\7f¼í¾\13«?±
+endstream
+endobj
+537 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1099 0 R
+/Name /Im494
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5˱  \800\10\1fN°LkeÀ),\82s\ 5\11u\14Gq\94\eáÊ\14Á\18\ 4á\95ÿ#F(Ä\91ä±ÞiãE\83Ü\1fíDi\89ÔSªºjÔÌQè\v<°Ã2³´ÿ·\19I1s\96D£?Ã\83d\86i½Â\v˾'%
+endstream
+endobj
+538 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1100 0 R
+/Name /Im495
+/Width 35
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\rÂ0\10\ 5Ðo¹pÇm@\8a\14L@\e¯D\89D\14\191\12\v\6ñ\b.O"Â9\eÙ\91h^õïÿ\ 31`óA\0\81\86ïL\9d¥3w¶\8exm\90\1ca>1Áä 
+î0_MÚ­ \85ÔpQ\ f\15\81ã\ 6±©$Ph\fÁV¢~æ*Ì\1en\8d\1e´ò\ 4zþX@¯\82\r3ÈUt\80N\85s\19\10Ü }ãõñ¾ì±0E\91
+endstream
+endobj
+539 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1101 0 R
+/Name /Im496
+/Width 37
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎ1\ eÂ0\f\ 5ÐoyÈØ\eР     ±r\ 2¸\18jRuè58JP.\12Ä\ 1°Äâ\ 1\bnª¨byú²-}c\87\vàÇ\ 2¼Ò\1cñxr¦û\972ÝÞ$\94\94\84\93\18\93\90ò\94Iݼà\fv\91\14\95.rEÐ\85F\1f\%£GãlG+'[­\f6\80·l,¿@\812
+ðI\19Ð\12\8c\ 1°\96\864x#7ÜF4Jùc\7fô×Ã\ fü\8a
+endstream
+endobj
+540 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1102 0 R
+/Name /Im497
+/Width 38
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ͱ\rÂ0\10FáßJá\8ek)P,Qа\80\8b@Va\84\94\16²\92\e\85Q<Ê!\16¸Ò\85%8\v¥ùÊ÷\86â\15¤¡aLyÄ)kÀt\13B\9c\v\988m ^Ö\1dm\b,\ 6\1eÕ@ÇUÌ\9d;\9cî\f\8aµ\931\b\1e½1yq5úâô\ f\19É\90\85Ø\89v$°{\17ãSlðÅ\ 1Ö»\9c\9f¯ë\ fõþ;I
+endstream
+endobj
+541 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1103 0 R
+/Name /Im498
+/Width 49
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÐ1\ e \18\ 5àG\18\189\ 2WÐÉÁÄ^ÉŤ\83\89\97ð\0½\89=BG\86\ 6|ÿ/hMtúÈ\1f\0\10f\13\ 1\94d\89\91°\ 4ÏY\17Ý\8d\a`\12\8e\ 5&\ 3~\969¤t<3\0#7_u%dŬ\8aM¤o0d\83dáÜ\90È\ 6\93\ac\ 5ÿ\91·\95õ\8b¤\ fc\84\82Æð:´ax3Ö¤\ f,\15¢v«øI»±\83KúI¾\87LN½ü­Yw\92[\16!\14ídåbì\ f\97ûñ   $&S#
+endstream
+endobj
+542 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1104 0 R
+/Name /Im499
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ͱ\r\830\10\ 5Ð\8fNÊu¾\ 5,\1c¥É
+)\90Y%cPX\8eGa\12äQ<Â\95\14'\ 4\b\85âÕ\ f¤\80¬@ô_$Q¬¬\9d²RcåFMê%\14\11\7fR\7f\90\92o¡l\b°ËÃ0²!ÊÁ\19²KÈ}ÂæSg~ \e"/\9fàú\89M\8e\8fêó5Íï\1d\ eß.ý
+endstream
+endobj
+543 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1105 0 R
+/Name /Im500
+/Width 58
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÍÁ\rÂ0\f\85áWå\90[½@ÕHLQ¡Ò¬Â\b\1c\11ªÚ \ eÀ\ 6\88QÂ&\19ÁÇ\1c*Ài\ 2âôI¶å_y\151\ 3ÄôªÞ\1eí¹7ú\19Ð\8c\8aÑ\1f\82¾\83ÑY¯WDt³ÓQ<ÍÐ\\fÉ)Ë+ÈW\11a\93q\8c '¢(+ãÔ×\0\19\19ü)+\9b>e}\1a\rò©xu²\9a@\8bß4\8b\93\93\11\94Ó\15Fg\a-Q)\ f\94mk\89J¹m\8a½D¥L\8c\1a\b)²ß]\1eö\ 3å1U©
+endstream
+endobj
+544 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1106 0 R
+/Name /Im501
+/Width 26
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ce̱\r\83@\10\7fÚ`ÃÍ\1d\18ÉnÃ\82²H\10\9eR\
+¥\     \ e/@\9c\97\109xÑè\ fÖ \ e\18\ 3\9a«|MVM¾\99"\r:¹&\9c\89`edÍæÝ+=³\9d«ö§¨aÛiÁµ0ðÊ\8f{.a\15ï¢dx{Ì\9fç\ f\0\98'\8f
+endstream
+endobj
+545 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1107 0 R
+/Name /Im502
+/Width 34
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\ 3ÿA\84\12\14u\0
+endstream
+endobj
+546 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1108 0 R
+/Name /Im503
+/Width 50
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUϱ\r\ 21\10\ 4Àµ\1c\Æ5ðz÷\0\ 1\ 4HßÒ\a\ 4Dp5Q\81Kq     \ e\1dX\18\e\vq·Éh\83\rÖ·\91H\1a¡\82\8aM8º\8a ,\1d\16\86+\9du@Xá\aËä
+\9fÁ?. \8c\ 3î\93\1d\944\9cú8\ f\16\0\1c\81?Á"\9aÍ\ 2ÍÓð0¼\rUã,Eã-YC\964/|[hm¸\19\8e§Ûëü\ 1ÆaK÷
+endstream
+endobj
+547 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1109 0 R
+/Name /Im504
+/Width 41
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÏ1
+\ 21\10\ 5Ð\1f¶Hç^@L-\1e@\8b`î%Ë&\87ò\0é¼ÆÞÀ\80M\8aÅqfÂB\16\fÃk>\13þ\0f5        \18i`\ 3½ØÙ¾\13L5\ 4\f\ 5â\82\bØ,\8e    wÀ5!\ 6\95Çï\9d7o\9dübgHê¢~EG\19R§²\96\90\ 6\91 \81n4Û¶Ë\1aüóÐyÒîǽ|\87×;üvM\9bIËNZ\93\9bÄd
+\9b-\17ýTù¾\90ÔY\82\14Ì#\878_\1fÏË\ fÄ\rB:
+endstream
+endobj
+548 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1110 0 R
+/Name /Im505
+/Width 27
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]˱\r\830\14\ 6á³^ñJ\ f\90ÂR²\87³\16\85\ 5f\93\8cò\8fÂ\b\94\80E
+\10:}åA\ 3ß y%\9bhAák²ÕåK\94+\1e¥ê¤
+oNS7^üºvS@\85°ü\992±fR¯\10ç\15Ût\8c\8fçðyíï³#b
+endstream
+endobj
+549 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1111 0 R
+/Name /Im506
+/Width 11
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccnà\7f \ f\87ì     \f       \f\ f\18\ e0\1c`<ÀØÀÜÀÎÀÆÀÇ Ã`ÁP\0\16æ\16¯j\97\0\0ÁÅ\ f\14
+endstream
+endobj
+550 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1112 0 R
+/Name /Im507
+/Width 58
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\rà\10\85á\87(èÌ\ 2\96\19"\8d\93Xb¥¤\8bd)f¦LÀ(\8c@:\8a\9dÁ±)N_qÒIÿA-\ evñÐ4ÓI\18\ f\99\0Ø\0\11\8b¡HkÜcv\8c\90»\8e|¦Úo\82\ f\8a\15á\r]lX¿k7%Ùe]Ë:S©\9cñæö=\8b¿\81ÕPáU|\90\rTÌÊÍ\8e\8cÙÄy-Då\01g1sf\7fÈ_\ 2Ý\9ev9\93nÚ³ñÐpVQ¥ìDïçü\85lNÞ.ãçº\ 2Çp^Y
+endstream
+endobj
+551 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1113 0 R
+/Name /Im508
+/Width 52
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\r\830\10\85áwrá\ e/\80`\88P¤@b-\8a(x¦LàQ<\ 2e
+\84sÏ&\ 6Ü|\92\8b\a\9bô­p\17"0yô\ 5[0\ 4\7fDYN\ 2ð¾±ßØÐ\9cÈ\86ÎdZã!_´\0\19\15S\99ɪßJJÄVV\12¥\0â*\91\84\8a\ 5ú ÑeB£x    \1d\ 1÷N'cî³0ç.\ e=`W\81\17Øófâr\97Ng\90$\8f\85\aôH\17\80áñú\f?ÿ\ 5h\a
+endstream
+endobj
+552 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1114 0 R
+/Name /Im509
+/Width 50
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuб\rÂ0\10\ 5Ðo¹p\877 ;Ð\84"\82\95h\90¨\88;\16b\80
\0\97\98\7fw\8e\14     \90,½æî|ÿ\04\19\ 3\802;âKñ$æøHÀ9ù\17YàÞ    nfQ\82Ï\84\15#гyPÎR¬\ f'àn,\8a´\11?\91n%ä-2\vÇ\15\19¹Â\91\95ô\83¾\82ÿ,_0Þ\96¤ÛVBÅ"DcgÃö\16¯3n\8cÎß/\ 6\ 1\8eû\87\11\98¥\en\92;ȽfÝ©H^4E3y]êÐ^\9fí\aü0FÓ
+endstream
+endobj
+553 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1115 0 R
+/Name /Im510
+/Width 50
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎÁ  \ 3!\10\ 5Ð/\1eæ\16\e\bl\ f\81@n),a×\9aR\81¥XÂ\1e=\88fþ¸I\8c\bod\98ñCzo\0Bï=\rv}Þ£\14ÃU\ 3+\ 1\81^\96\1f\9fh_8Pg¸°\rôºb\15Ñÿ|\81ß\8d Y´\¢Á\802\82\89Å\84d\9f\r\8e!dî"O\92,íÁòO\9cÑ\8cm\ 23\eÜ\ 1W¯?\Ò¾«þ ê×Ä\11\89\9b¦¬\ 2\86m'c=\83g)\86d\®\8f×í\rs\82d_
+endstream
+endobj
+554 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1116 0 R
+/Name /Im511
+/Width 33
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàÿÿ¿\81\ 1F000Ø\1f\0\11\rp\82\ 1FÔÃ\89:8ñ\ f\81\11\8c\bâ\a\8c`F\10\1f`\ 4;\82x\0\11Ä\ 1\18!\8f \1a`\ 4\ 3;êÿÿ\1fp\ 2h¹¢qõ&9\0´[4q
+endstream
+endobj
+555 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1117 0 R
+/Name /Im512
+/Width 21
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-̱\11\80 \f\ 5ÐÏ¥ ¤²°IVp\ 2]Å9<O\99È\19\18\85\11,é0!Þ½ú\81\80\94\7fâ`¶a\1d®áÄÝ\9b꽡A\ 5÷\1arÕDWLrÖï\92_ÉUP%¨"T\982GpBbD­*¦åxæ\ f<\v
+endstream
+endobj
+556 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1118 0 R
+/Name /Im513
+/Width 19
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l``\7f\0Bü@ò\0\ 3s\ 3\ 3!Àø\81\81ù\ f\ 3¿\1c\ 3\9f\1c\83\8c\1c\83\8d\1c\83\85\1cC\85\1dC\ 1\ 4Õ1|¨aHøÃÀð\ 3\84\18\7f\80Ô\83´\0Ñ\ 3\10b\7fp\80ýà\ 3þ\83\aø\eÁ¨ù\0?s\ 3?;\101ðó\81\8ce\ak\116®Ú(\ 1\0µ{"Ú
+endstream
+endobj
+557 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1119 0 R
+/Name /Im514
+/Width 36
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÈ=\ e\82@\10\86áw3\ 5\9d\À°\89±ñ\ 6\16\ 4®Â\11°3\86 Gñ(\18/2ÆÂvJ\8aMt@\13\9açû      \ 6H"#/ÈÙ\14D¶3å̱ æ\QÑ®ôôXGG\93\1c¦\1f\890y\ 4[ñCÌ»è\9fFT¬uÔ²QT\17\9e\v>ò»\13\1fcÐú5\ 4\a®ú\818\94ìw\97Ûá\v0¼:ë
+endstream
+endobj
+558 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1120 0 R
+/Name /Im515
+/Width 47
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM̱\rÂ0\14\84á³\¸s\16°Â\btÈH\91²\92{\10x)ú\8câ\112\0ò\83w\ 1ù]ñ\15\7fq\0\90 [\8c\1eºÃ®zcx¨\13\8d4\19³±Ð\9d6ÕmC_\9ftÕK\f#\9di¢ÙX\8cMu"ò×\1f\ 1\9f\91Î4Ñ\85fZèN\9bꨧӷ¯\9bt\ 4éÖóåöº~\0hÊ>\f
+endstream
+endobj
+559 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1121 0 R
+/Name /Im516
+/Width 39
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUΡ\r\800\14\84áG\10H\16 ©\84\ 5p$¬\84\ 4S:\13\130JG@V4\ f¸\a\15g>y÷\8b¸[Eæ\8f\81\91Â\ e<£ \13\95\91\88Ú¸\88Æ\88Dk\9c\843\ 2Ae\1dðÈSDý(jÞ\94\84\9e\88\8a\88Û\ 5?+\86'\87µ\Júq;\86\am\176\95
+endstream
+endobj
+560 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1122 0 R
+/Name /Im517
+/Width 16
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°gÿÏÿ\9fÿ\1fC\1d\18Ö\0á\1f üÁð\83\11\ 4?0~`\ 6Á\aÌ\ fØAð\0û\ 1~\10lào\90\aA\ 6y\ 6{ ´\ 3B¨v\89?2\7fl~X\0\8f\82\ f\ 5\1f>üxPùÀþ\0?\83\80iåf\11\0;ý,a
+endstream
+endobj
+561 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1123 0 R
+/Name /Im518
+/Width 53
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1fóÿÿ?þ£P\8cÿ\19\18Øÿ00üc``þ1ÐÔ\7f À \ 6\85ËP(h\98ýÇ\16\9e¦Æu\9b¬\0F\\87[
+endstream
+endobj
+562 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1124 0 R
+/Name /Im519
+/Width 34
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Î1
+Â0\18\86á¯üà¿5\17¨-¸x\ 2Á¡$×ê\10bîä.=J\8f\90±C¨~Á6\82˳¾/\03\ 3òþ\11\ 1\f\7fàÀUl%T|%ïHZYX\89=\13oȪ  M"²\10]$ñA\96/CÔ\1d\a\9d\ føø(\ 4\98xÀ³­\90Ë\199\11§\ 5ClKBË\9bÐ\93­\83or\87\b«¯;\86\9f Ù\94\17\99q¹MÏë\aº[?}
+endstream
+endobj
+563 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1125 0 R
+/Name /Im520
+/Width 30
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ñ\rà\10\8f®pç,`a)Y\82\ 2y\16\8f@\89,äx\94\8câQ\18áJ
+\8a`¬DO\ fÅI¥>,ul§Ö·Î\92âB
+\v¾ßñ\9apkÅQúh
+Áè¿\8a\92%ÿ\9a³¿\1dr\ eW$\8f½Ñ     J\84w\86ùÀ>·Ïë\vö¬.B
+endstream
+endobj
+564 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1126 0 R
+/Name /Im521
+/Width 36
+/Height 69
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``\90g\0\82ú\ 3@âÃ\ 3\ 6\ 6Æ\ f\1f\18\18\98\1fÃ\böÃ`\ 2(Á~\10¨\84\1f¤\8c¿\ 1\93\90\a\13\f\98\84=\88°\ 3ñþÿC&\18ê@\125X\88? â\a\ e\82\11L|À$\98ÁÄ\ 3L\82\1dL\1c@!ø\11\ 4aoÀ}`\ 1"êl`Ä¿
+\90cAÄ\ f\90Ý\15 {ìÁf\824¨¸6m\91\0\0H9<ö
+endstream
+endobj
+565 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1127 0 R
+/Name /Im522
+/Width 51
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\r\ 3!\f\ 5Ð\8f® ¼\11\18âÒ³Xt0S&`\94\e\81\92\ 2áØFJì\86gÉú\1f#\12Q\ 3Nfl&\80\ÃR\907©BÆÔ\94\93)\7f\1eàv¬\1f\12\98\96 T\85kÃÐ>\81£ÇÐ\8cÀë£ëÄDî\8a\1d\99Kä\(Cà\ 5ö_\86fI\9e\1eX\8aãv,ÇÔ7l
+u\81\1c×õþ¼¾\8d\ fN?
+endstream
+endobj
+566 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1128 0 R
+/Name /Im523
+/Width 32
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5Î1
+\ 3!\10\85á_,,=\82\81\9c ]ªÝk¥\10õ(9\8a\15L\93ÚÒBbÆ5ËðÁ\83\99\a\ 3;0\12úýÁä\81M\11Gd\13A\96]\92P\8d\8aÿëf*´E\1dlVuÑÕ,Åd#¬pE\97\12åbdâ+ãl\82É\9dXæ_\ew\11\8eé|itUyè\82\97\8a\e`\1a\nþyý\ 1[¾B½
+endstream
+endobj
+567 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1129 0 R
+/Name /Im524
+/Width 32
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5α\r\ 3!\f\85á\87\85\ 5"H\93\ 1Ò]q:VÉ\b\94Q\8486È
+\19\85QØ .)(bî\84¬Oraé7\18 \ em,ÌÅÂ]Å*\16\vÿÚ°\85)!qD|vD´CW\rMñ¤\1a±bª\13\rU\97\13\15=Èf\84+ªú¢xÏØ\7f\19î\93\ 17àä!I¤c¢\18AF\90\8aEg¬rf: åÿÛãý½ÿ\ 1\ 2ø>Ò
+endstream
+endobj
+568 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1130 0 R
+/Name /Im525
+/Width 17
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿á?\fÕÿg\10\9c(\r\0 \9e\f²
+endstream
+endobj
+569 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1131 0 R
+/Name /Im526
+/Width 47
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°\7fÀÿ\80\81ñÿ\ fû\1f\fì\ fä~Ø0È7ð\7f¨c°g\90\7fð\8f\ 1H\ 3É?\fö\aþ1þ\80\93\16Ì\1f\80ª\18('ÿ\83À\ 1d\92Z&S\97d\aù\1aèÚæÿÿQH}Óú-º\0úTs\13
+endstream
+endobj
+570 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1132 0 R
+/Name /Im527
+/Width 53
+/Height 53
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmб  Ã0\10\85á'\ 4Q\13pë"Ä+¤1\844^Å#x\82X3e\ 2\8dbo`H#\88ÑåN\ 1é\ 2®>8ÄÝ\8f\886X\8aô\87K\0æ`w¦\83\11®02¼\0B[ æÎ\8f\99[aðÀX   ÀÂ\8b\98Ph\16\18_Ù2\8e¯£`#N\8a=Ã1gE\92"\89i\ 5ú1KCÅOÂàGE\17\82fÍ4«W¸74\9f\8cM\aä\ f\1e1Uúþùz|\ 1\90¢I\9a
+endstream
+endobj
+571 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1133 0 R
+/Name /Im528
+/Width 34
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM\8fA
+Â0\10E_É"ËÜ \ 17^ÀeÑkU\bm<\927ÈQê\r²\1c°X\7f\8aB\99ð\b\99áý       ø\ 5¸­Âü\81Î"¸%d|ö\99\80/D\¡o\18\ eP#iè\8f°\ 3&M2s\15r\92¸\98ðRF|\17\b\9br¼rpûmËÐoj¤Y#5Vº%\98Ü^ÈÎdì¬\19­\19\8cÊ\11Æ#LEUé\98\14zs;~;\ eú\83\ 4RÄÇÚ¶¨m\ 1ÅÒV9]îÏó\17.4Bó
+endstream
+endobj
+572 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1134 0 R
+/Name /Im529
+/Width 70
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÑ1\8eÂ0\10\ 5Ðo¹p\97\ÀZ\ e±MV ¤ZÎ\13\12Öb\89\eí    ²â"á\ 6¡K\11aþ8v\bÅ\8c^7_\7f`B\aà<¡\8c\b\82~\ 6\1aB\ 5$<\12´`K\18·Æ\89\8c\918\12\12Ü\aà+ãÀÁm\r\19Å¥®\väðÿ\0}I0Z\12\bLBa\98[ûñ\ 5+0DU.ð\ 4F´o(\89~3Cu\e¦(VÐ^ð\ 1§}3à&,\ñ\8e\1d\9cÅo\86\94QÁU\19\8f`\8a¨{H\aí\vM\171 ñj\81t@È\82\19 M\9c\83¯\11øª\10üN%Ø\88ýçéïû      \¬\81\8a
+endstream
+endobj
+573 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1135 0 R
+/Name /Im530
+/Width 43
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMα\r\830\10\85á\87\¸ô\b\1e\80&Rú°\18
+\9e\89     n\14F taåàpà^óé/\7fDU\ 1\12\89ÉÀTH¸\vù%\7fds\a¶º\81ÝÝÈnnbåvC\16\f]A.\7f\83Øx(f,6ÞM×x7_ã\9fÛs|6í´!4\8b\±¨j\85\18ßóú:\0=4E\1f
+endstream
+endobj
+574 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1136 0 R
+/Name /Im531
+/Width 22
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\13`0\90cü ÿÿ\81üÿ\ 3òÿ\eäÿ1H\7f`\90`@E@A \14ó\ 1\19Æ\a\12\f\1f$\18~00T\80Q\r\10\190ÔT0Ôü\80¢\8a\ f\f?\12\18>\140>°`| ÇÞÀþ\9f\81ñ\a\83\98\ 29\0Ð\86
+endstream
+endobj
+575 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 580 0 R >> /XObject << /Im480 521 0 R /Im78 85 0 R /Im49 56 0 R /Im78 85 0 R /Im518 561 0 R /Im78 85 0 R /Im51 58 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im57 64 0 R /Im59 66 0 R /Im78 85 0 R /Im60 67 0 R /Im78 85 0 R /Im69 76 0 R /Im35 42 0 R /Im45 52 0 R /Im74 81 0 R /Im52 59 0 R /Im70 77 0 R /Im36 43 0 R /Im74 81 0 R /Im50 57 0 R /Im57 64 0 R /Im49 56 0 R /Im78 85 0 R /Im69 76 0 R /Im78 85 0 R /Im527 570 0 R /Im35 42 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im57 64 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im79 86 0 R /Im78 85 0 R /Im51 58 0 R /Im78 85 0 R /Im84 91 0 R /Im70 77 0 R /Im37 44 0 R /Im42 49 0 R /Im42 49 0 R /Im35 42 0 R /Im38 45 0 R /Im50 57 0 R /Im78 85 0 R /Im507 550 0 R /Im514 557 0 R /Im500 543 0 R /Im501 544 0 R /Im492 535 0 R /Im513 556 0 R /Im505 548 0 R /Im499 542 0 R /Im517 560 0 R /Im510 553 0 R /Im501 544 0 R /Im505 548 0 R /Im513 556 0 R /Im496 539 0 R /Im501 544 0 R /Im494 537 0 R /Im506 549 0 R /Im532 577 0 R /Im497 540 0 R /Im519 562 0 R /Im501 544 0 R /Im519 562 0 R /Im513 556 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im78 85 0 R /Im33 40 0 R /Im37 44 0 R /Im72 79 0 R /Im82 89 0 R /Im38 45 0 R /Im44 51 0 R /Im47 54 0 R /Im77 84 0 R /Im35 42 0 R /Im58 65 0 R /Im42 49 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im44 51 0 R /Im43 50 0 R /Im50 57 0 R /Im51 58 0 R /Im38 45 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im362 387 0 R /Im78 85 0 R /Im472 511 0 R /Im78 85 0 R /Im60 67 0 R /Im78 85 0 R /Im89 96 0 R /Im78 85 0 R /Im59 66 0 R /Im37 44 0 R /Im72 79 0 R /Im45 52 0 R /Im35 42 0 R /Im70 77 0 R /Im78 85 0 R /Im59 66 0 R /Im52 59 0 R /Im72 79 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im45 52 0 R /Im47 54 0 R /Im44 51 0 R /Im35 42 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im72 79 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im35 42 0 R /Im70 77 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im45 52 0 R /Im36 43 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im77 84 0 R /Im37 44 0 R /Im72 79 0 R /Im35 42 0 R /Im52 59 0 R /Im71 78 0 R /Im39 46 0 R /Im40 47 0 R /Im35 42 0 R /Im39 46 0 R /Im74 81 0 R /Im35 42 0 R /Im38 45 0 R /Im36 43 0 R /Im78 85 0 R /Im511 554 0 R /Im533 578 0 R /Im529 572 0 R /Im516 559 0 R /Im491 534 0 R /Im514 557 0 R /Im492 535 0 R /Im497 540 0 R /Im499 542 0 R /Im517 560 0 R /Im491 534 0 R /Im521 564 0 R /Im510 553 0 R /Im501 544 0 R /Im494 537 0 R /Im501 544 0 R /Im499 542 0 R /Im492 535 0 R /Im505 548 0 R /Im495 538 0 R /Im499 542 0 R /Im497 540 0 R /Im519 562 0 R /Im534 579 0 R /Im501 544 0 R /Im520 563 0 R /Im501 544 0 R /Im517 560 0 R /Im491 534 0 R /Im496 539 0 R /Im500 543 0 R /Im501 544 0 R /Im497 540 0 R /Im512 555 0 R /Im57 64 0 R /Im473 512 0 R /Im282 301 0 R /Im473 512 0 R /Im284 303 0 R /Im87 94 0 R /Im362 387 0 R /Im342 363 0 R /Im342 363 0 R /Im75 82 0 R /Im362 387 0 R /Im362 387 0 R /Im479 520 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im56 63 0 R /Im479 520 0 R /Im78 85 0 R /Im55 62 0 R /Im78 85 0 R /Im88 95 0 R /Im78 85 0 R /Im69 76 0 R /Im35 42 0 R /Im36 43 0 R /Im37 44 0 R /Im45 52 0 R /Im38 45 0 R /Im52 59 0 R /Im78 85 0 R /Im69 76 0 R /Im360 385 0 R /Im75 82 0 R /Im88 95 0 R /Im37 44 0 R /Im72 79 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im57 64 0 R /Im37 44 0 R /Im36 43 0 R /Im35 42 0 R /Im70 77 0 R /Im71 78 0 R /Im75 82 0 R /Im43 50 0 R /Im35 42 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im82 89 0 R /Im37 44 0 R /Im39 46 0 R /Im74 81 0 R /Im77 84 0 R /Im37 44 0 R /Im72 79 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im77 84 0 R /Im38 45 0 R /Im37 44 0 R /Im72 79 0 R /Im57 64 0 R /Im38 45 0 R /Im35 42 0 R /Im37 44 0 R /Im39 46 0 R /Im40 47 0 R /Im35 42 0 R /Im36 43 0 R /Im72 79 0 R /Im37 44 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im38 45 0 R /Im75 82 0 R /Im70 77 0 R /Im35 42 0 R /Im76 83 0 R /Im35 42 0 R /Im70 77 0 R /Im48 55 0 R /Im70 77 0 R /Im37 44 0 R /Im50 57 0 R /Im78 85 0 R /Im507 550 0 R /Im501 544 0 R /Im514 557 0 R /Im492 535 0 R /Im499 542 0 R /Im517 560 0 R /Im509 552 0 R /Im491 534 0 R /Im500 543 0 R /Im496 539 0 R /Im514 557 0 R /Im512 555 0 R /Im499 542 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im57 64 0 R /Im282 301 0 R /Im362 387 0 R /Im284 303 0 R /Im87 94 0 R /Im362 387 0 R /Im342 363 0 R /Im56 63 0 R /Im75 82 0 R /Im362 387 0 R /Im342 363 0 R /Im479 520 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im46 53 0 R /Im78 85 0 R /Im479 520 0 R /Im78 85 0 R /Im88 95 0 R /Im78 85 0 R /Im69 76 0 R /Im35 42 0 R /Im36 43 0 R /Im37 44 0 R /Im45 52 0 R /Im38 45 0 R /Im52 59 0 R /Im78 85 0 R /Im69 76 0 R /Im35 42 0 R /Im72 79 0 R /Im48 55 0 R /Im52 59 0 R /Im38 45 0 R /Im37 44 0 R /Im70 77 0 R /Im47 54 0 R /Im44 51 0 R /Im526 569 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im42 49 0 R /Im39 46 0 R /Im35 42 0 R /Im70 77 0 R /Im35 42 0 R /Im37 44 0 R /Im38 45 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im37 44 0 R /Im42 49 0 R /Im47 54 0 R /Im69 76 0 R /Im360 385 0 R /Im75 82 0 R /Im88 95 0 R /Im37 44 0 R /Im72 79 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im78 85 0 R /Im509 552 0 R /Im491 534 0 R /Im500 543 0 R /Im500 543 0 R /Im514 557 0 R /Im497 540 0 R /Im513 556 0 R /Im505 548 0 R /Im499 542 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im494 537 0 R /Im491 534 0 R /Im521 564 0 R /Im512 555 0 R /Im495 538 0 R /Im501 544 0 R /Im515 558 0 R /Im509 552 0 R /Im529 572 0 R /Im57 64 0 R /Im473 512 0 R /Im55 62 0 R /Im282 301 0 R /Im473 512 0 R /Im284 303 0 R /Im87 94 0 R /Im56 63 0 R /Im55 62 0 R /Im75 82 0 R /Im55 62 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im56 63 0 R /Im78 85 0 R /Im342 363 0 R /Im54 61 0 R /Im78 85 0 R /Im51 58 0 R /Im78 85 0 R /Im32 39 0 R /Im78 85 0 R /Im58 65 0 R /Im43 50 0 R /Im77 84 0 R /Im52 59 0 R /Im526 569 0 R /Im78 85 0 R /Im33 40 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im71 78 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im37 44 0 R /Im48 55 0 R /Im48 55 0 R /Im38 45 0 R /Im52 59 0 R /Im80 87 0 R /Im44 51 0 R /Im72 79 0 R /Im37 44 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im42 49 0 R /Im78 85 0 R /Im69 76 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im39 46 0 R /Im37 44 0 R /Im70 77 0 R /Im34 41 0 R /Im35 42 0 R /Im48 55 0 R /Im52 59 0 R /Im38 45 0 R /Im43 50 0 R /Im479 520 0 R /Im472 511 0 R /Im75 82 0 R /Im46 53 0 R /Im57 64 0 R /Im58 65 0 R /Im42 49 0 R /Im44 51 0 R /Im76 83 0 R /Im78 85 0 R /Im52 59 0 R /Im71 78 0 R /Im90 97 0 R /Im37 44 0 R /Im36 43 0 R /Im36 43 0 R /Im78 85 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im472 511 0 R /Im78 85 0 R /Im342 363 0 R /Im342 363 0 R /Im78 85 0 R /Im90 97 0 R /Im78 85 0 R /Im49 56 0 R /Im50 57 0 R /Im42 49 0 R /Im42 49 0 R /Im35 42 0 R /Im81 88 0 R /Im53 60 0 R /Im52 59 0 R /Im42 49 0 R /Im35 42 0 R /Im36 43 0 R /Im78 85 0 R /Im31 38 0 R /Im52 59 0 R /Im47 54 0 R /Im35 42 0 R /Im36 43 0 R /Im48 55 0 R /Im70 77 0 R /Im44 51 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im77 84 0 R /Im87 94 0 R /Im60 67 0 R /Im39 46 0 R /Im52 59 0 R /Im42 49 0 R /Im36 43 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im39 46 0 R /Im43 50 0 R /Im44 51 0 R /Im76 83 0 R /Im35 42 0 R /Im37 44 0 R /Im70 77 0 R /Im77 84 0 R /Im52 59 0 R /Im38 45 0 R /Im44 51 0 R /Im43 50 0 R /Im40 47 0 R /Im72 79 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im71 78 0 R /Im35 42 0 R /Im35 42 0 R /Im47 54 0 R /Im75 82 0 R /Im71 78 0 R /Im52 59 0 R /Im38 45 0 R /Im73 80 0 R /Im37 44 0 R /Im38 45 0 R /Im47 54 0 R /Im42 49 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im37 44 0 R /Im70 77 0 R /Im42 49 0 R /Im35 42 0 R /Im43 50 0 R /Im73 80 0 R /Im52 59 0 R /Im38 45 0 R /Im74 81 0 R /Im36 43 0 R /Im78 85 0 R /Im507 550 0 R /Im501 544 0 R /Im514 557 0 R /Im492 535 0 R /Im499 542 0 R /Im517 560 0 R /Im509 552 0 R /Im491 534 0 R /Im500 543 0 R /Im496 539 0 R /Im514 557 0 R /Im512 555 0 R /Im513 556 0 R /Im497 540 0 R /Im523 566 0 R /Im499 542 0 R /Im497 540 0 R /Im519 562 0 R /Im515 558 0 R /Im496 539 0 R /Im496 539 0 R /Im517 560 0 R /Im513 556 0 R /Im505 548 0 R /Im499 542 0 R /Im512 555 0 R /Im513 556 0 R /Im491 534 0 R /Im497 540 0 R /Im494 537 0 R /Im57 64 0 R /Im342 363 0 R /Im282 301 0 R /Im342 363 0 R /Im284 303 0 R /Im87 94 0 R /Im342 363 0 R /Im472 511 0 R /Im75 82 0 R /Im362 387 0 R /Im362 387 0 R /Im57 64 0 R /Im342 363 0 R /Im479 520 0 R /Im479 520 0 R /Im473 512 0 R /Im78 85 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 576 0 R
+>>
+endobj
+576 0 obj
+<<
+/Length 1137 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]É\ eäÆ\91½÷WÔÑ>L5sOú8°\ 5Ìe`Ã:ê2#µ-\8dµ«\aÂüý0\8b\99¬"ó=ò\91\85\ 6\1a\8d\16[FÆ\8b\bþòáo·_>\98Ûï\1f~ùàîÉ\ e·á>\fíïx·~¸\197Þ]²·\18Ã=ù|ûú\87\ f\1fÿã\a\9f\87Û\9f\7fúð·\97   \86û\18×\13Ì¿\18ïïÉÍ\13\8c¹M\90òvüx7Ý\ 6\\19\1fìݸn\ 3£¼~4ÒúójëõË\8eLôw\e¶ã\83é& \e\ 6ÂÝf¸\81\94\17\ e¼n`;Þu\ 4tóúÙ/\ 4|\8ewÝúîî7ëO\a\1fÊø¼\10 Çe|èÇ¿\9eüeühÑø¨\8f\8fÒxs\1f6û·÷TÎ?\8e\95þ\13\1d\9eôKÛñ¾\e\1fï±Ì2¤»\1f·\ 2\18d\ 1´Æ\8a\ 2Ø+@á\885\ 1ð?Ê
+h­¶~xP«\97?kG´~w~&?Ö\ 5I~ü=ÄíøÂ\11;Y ~¼\aã\1d´`Ö#\ 5N¾ßÿ\96~uÿ\1e­?ýÐÉß\88×\ f\ e­ßñ\8fÉ¿\r\9aüÓó\87Q:¿¿{¿\1e?K\84\8dÍ~Lüx\9e¿Û?Ó?\e5ýc\17\80Mñ­\vÀæø\9eügd\7f{ù§ë\8fáò\ 5T~qÃÓ~¾Ø\1fÛ\11\90\e\90\0÷
+hï9o\ 5 N"á\8c[\18ð¢\80N\1f\1f¥ñtÿv\10/ |\ 1:«]\80L\81\9dM\92\ 2£ñeGÎ\r\a
+¸5\80uÿ\ e\19\10ß\19 t\81Íë·\v|\9ao\11 ÔÉ\ fS`çíÅ\v´ò/\f\8b\ 2½ð\ f\8c\ fÈ\80£óoÇW\ 5\8ah}ß­\1fî\ 1ó/\rÀ\0\0¸¤\1a ì\0º\84.àÞ\ 1¤ëgÍ\ 3\ fw\ 3\r \9b\1c¸~ýÜÉ/Õ\9f1KúÃäÇ\ fïÉ\8f\1fÂEù©ã\rÔßn<³_Þh\ e\10³_Þ\8c\92ýb\17¸·NºÀ\99üøÉþi\17Øvü,?Ó®îÑtò;\0\ 6n=\98Y$¼\7f\8b\af: ìwP'\b\ 6M0\0\1f\82:ÁdB\86±\9f\0<ÂbçÄÍ\13\83ò¬è.Ql\ 4|L\90\ 6à\16µ\1eî`²bc§Ea\0b\98É\ 4\1eLàÇÎ\ e";Pì°\9f\1e²¹w¤M'\a±ó\84\9f¡\80\87 M\17Â\8b'dd6\9aÉ\15~°q\9aà\80\8d\98\88\99\ 6\9b        \80/E\1eó±\8aòz\82\9e\8dL\99M¬Æ`zU</c?\82ç4¡ÁÄF\89\ 6½;×&Hà\b~\ 4÷ÁV\9dë\83<Wm\\1d!\fàEc;9xĤòs\a/rà\ 4\8b^\8f0Zx\ 4)&ð\90Ä1!90àQ\8c¹`\87¨q\81íÀNN½´\ 3&\89Ö8M\12\16Õw¡Á¢,\9b4kFm\ą\96ÈFO\ 3?\ 2"\92Ð\82Å¢ÜÉ\ 1}Û¹§ í»V½kù\88-¹q\8e-­$Ù\ 1k\80]#ëklhu\80Þ5J\9d&Í®\85\rÕµYï\1f(ÒÖ\1aU)\fi\19ÿ\?\ 3×\b»66Öàîj}íiö\10¡\18Áþ\95§UÝ\7f\1c\ 1ýú§\ 1{ZÙT\9f&ÓÍ´÷´¢±±\94\ 1ýz×\90Å\ 6l\ eËø\17K\b\CìÚÚ\16\9b]ÓO\8am=Î?&\91þÛ« >í\86\ 1\9c?\81Ë\8c\856\82D?\1a\1a\18FIþXlÎ\19\8bÖ\a±i\12\1a0\9aüòÐJ^ö¿\17ZaÞ\84³vñ&ö\9e\ 6ôiê\86E\7f®`\13ÎE\91þ\84ÿ\1eÉ\8f\8e\16\e\1f\1f\8fì\9f\8e\0]!`?z\8føAÅ\90ÀýãÐÛ\14Ã{.\9a\85\81/ÁÕ>¸Á'\88ê\ 4[\16Ö#Lï\92v\ 5¾\1c!vGàá\95 ÝÁý»æ\89p>6àÝê\ 4ò\ 6\16\84s\9aà
+ÀS\9e5\ f\12®Æë\0OyÕ(ë{b\84L\93\81Õø|\ 2aMâú\18`3É\ 1\ 6ô\0\es\82\16\80t\1a\7fÅ 2¹\1añõþO¼&\86\1e@E\ 1Ö1\80ñ½\11cñµ\ 2p\82ýë\0á`ßâ_y\8a(ü£\0\9bñàü=ÀF\9dX\93%þQ'ÌF\89þ\14 kñùõøî\12`\97¸ui¾\ 4×ò\ 3.qò\8añF\92\ 4û\bô§w\82©\13\18\f \7fïÄPú\aH?\9dþ!Kôç\8f\b\9f:Ñ1¡ñºü¦ Ú\1fò\bÌN²\7f\94þ\19Ò\ fØß^~\1e\0ó\bù/ãcË#â*ý¡ýÓãón@öG·¿Ë#àÀþÒõ¡ýC     \12\ 4_3ÚýÇñQ·Ø\9f}|\81às/öóÊ#Ò9Í~p|\14êï |´É\8fÙ}Ä3û»<\ 2\ eï\7fò\88\bö-ûå\ 2¤¿N¿\80îÏ\13ô\8b\1f}Ä&sñþ«ú\aígo\7f¨þeä¿)úWÏ\9f\93(?D\7f\96ÿêFÄ\7fÝÿñ¢ýcþ\9b7H~{ÿ­·?\15\17jù!ëý\83 \ 2Ù¿\85ú#ß_\1eÛ/Y~¼Cþ\17¢\1f\e\ fý\7f°\7f\9càå\1dôÿeÿË{\95ÿ\ 4\9föYº?\98ýó¢ý£øt\bÒû¥\97ß\ 6­VXq5>\98N\0\11.9O\10Ñ\ 4}\18?ß=\9e Á\1d\ 2\11ãQ\13     \1fÐjÁ#^\90Q\10ÈÂP\8a\99î\90\a\942Mp\0¥`\8c~I³^M\00zº\83\86\8cnv ?ÃÓ\0'\0~\10\ 6¸Ít\8f \1aÈ\0·\99.\92Æ\85]\80\9bÒ ã\1d\b\8f\b­Éã==&0¯ñ\+\89ò\flVQÞ\b\92\f±ÛÁÍÀæ\9a\ 6:¼\Ò­\11\e\81 \91\1d\18£í\80ÉA\89GHr@qÉ\ 6l\1e\892K3X\80ÍÍ\11\80KÒ#ä\8f'½}²ñu\ar²GIÚ\96\97µ-i#\ 5¸=â\ 2\0¸Yá\86mÙ"Ó\ 4¯VY\17¤\96ôs,HD\ e¢G6ÑêÊ\14Gm\aÌ"Ùdß³H6a]\0\16\89d\8f§\8a°M\16i7_\85ånÙ\f\898èD\9cÜk\89\88T\94G|3\81\a\ eÎ\94p\ 3¾\eÁ\v\99ÀDC£\819\80\89\bH3T\98{eÕ}\ 2¹\1eÛ\14Ðü0Ó%D1ËÑtÃÙ6\81E@?ÙA\8bQ\ÞÁd\12\1fAæÍ\ e:mî½ÄÙÆ\95(EcÂ\vÊ!DÉ*NesÝÀëx\80SQ¬Î9°\ 1\88Õ±      \926A¯\8bÃÌ\ 4?iÂÃ"N\ f\8e'Ú.<Tê\ 6|RI@&\bF\9d\80\88Q\88P\8c\80\8bF4)\ e¢&\11\1eD$Eg\0×d´\13 \1a¶hG£á\8b\87\ 6<}²\81<h\eàéä\ 1\90\0\ e*J­y=@'\85\87pë4þ,Üú\80\eCµ$«õ³^ÏÙàÖ\83õY=Q)(mç¿ROWÞ9\8fçò4þR=fËYZ\8f\aÙ\97\fnMËþÏ¥ã·G\8e\ 5ë£p)«g­pÙ\8a~(Ü\80ÃU¦Á\15«õûp\15å\7f«çºÈ\7f;\18\89ÿ±{\1c´ñyÙÿ«\11\ 5õ\14ø\1a(\ 5¥\8fkÀúÝk\80)\90µ\83¤@\14¯²\9a\0Q¼Ì\19@\80>ÞÉÇ\8fÒx^\10\9a$\ 1¢xU°`}\84\97\90\82Ê\96ô3ñáJ=VIºTèOñÖ8J\ 6\84'=:É\80Ñ\82Ú\94\10ÿ\84\aA{\14\8dÀ\80ôñfª?ÙJúCñþ\1c\97õ¯ÔCÚQ»\0(ÿG/ò\9f­\ fù/ÇÛÝà\90üëõ\94Ð\0\9eÀ»Ì é\1fÅ{Z=\97\19\ fð\1e\9c4]ðÖ\9e~ý[\8aâE6¿Å¿¥\9eô\90\7f\18o(I\9b@ÿ\0ý     ýZ¾Ê!ýÈù[¾ÊÅûÃ\ 5Ä\7fýþXðÒ\8b÷\87\8bñ­û£<!4ù%I¿-é|u\7fxà@\91|\81ìÞrÀ\16¼ôðüD~FM~èþÇ(íÿ°\1eõ¢ü-xë\81ü°ûß·\86"\a÷?¯'U\1dh\86·"\aZ¿\7f¼\roÙ/oß»\7f¼Óî\1f\8e×féü\14ïôè\ 1ÔûOT~¼æ¿Rú\aÍÿ¦û\8f\90ÿr¾£\8fá-ÿÇG\95þDþ\93\15õ\1fû\7f>EÉÿ£ùºÍÿ\9fü\90+ùb¦õC\98Æïë\1f.º1íþZ\8d×\8bnLË÷9X\9f\9e¿åK\1e\9c\9f\96À¶÷C)ÞÙ¹¿èú)\8bë\93\0H\8b ­Ï/ø\7fuÿ¹Êÿ´ÿ+õø\ f\90×uû\97ëñK\0ã\ 1\8c­Æ\83züC\8cwE\0\88¨àd\81RýÚNp)Y `¼ý\ 4\10ae\18oÅ77\13ÈX\7fÁxs§\ 4b1û\1cE\99&ªGx     \83\ e:Êì,<\ 2Àú      ²æ \17\ 6Y\11\v\ 4y\17Û£ràGM\ eh\rrðp\ 2]\ eBÒä\80î "I<S\ 5\1dñ\11ô*è\88\8f ã\9bÉBe\92\e\ 4ÙÖ\11`%\a:<¹$°¯T\ 1ô\98dà \9d^\14\ fe\1cò\11<\89\81©\92ÂîÇ­I\ 4À\14ÝÁXQ\99Í\ edxÒ\8eȨ\9f\80'\a«\9d\80"[/6ù\0Ù"À\94yÒp\ f\98¢èd\vK\ew\r\9dlaéË\14°^¥\0\81ÖZ§Äµ\1c\9f@'\eD|¨Hä\ 4\ e Ñ\99\13\9d\80\92\80%cºà\80sæådÐ\12\9cQ\9c£#t2\14\ 2\8f6x²Lð\ e<¹ÞÀyxòh}\ eO\86\85\0ïÀ\93eü;ðäfü        x2/û¿\ 6O:°þ\19xrÎ\86^Óï<<¹^ÿ\f<\19ßâ\7fqîßá¿­Ý&\8føÏ«9\9fô?×\92¤:d¶Ñ/\1fD7        ºW«\ 1\8eèO[\9a8#ñ\9f¢3.HòKÑ17"ú\ 1§\9eU\83¢õÏT\83\ e\1e\9d\99cA`ýà\0ý\82ÕáÅ\1aÞ86@û=i\8e\15\98¬\1f\91\0\8e[9($ ^Î\Ë¡6ëë
+\9c4\ 5¦\ 2\98£$\80¼\1cU[\9fÃ\9bNR Êÿ1\89
+Là\99ÁHüãð&¢ß    xs@\ 6à\f¼Ù.àt\r\9e³öâ\ 5¼.'=Þ?i÷êÐú¨Ý+¾\0KO\19å\ 2dù9­\1ct#?z~Néwûx\b\95ÆÏ\17òs\8a\v¬x\90\94\81\81(>
+\rØ     |5ei<Ç\17µ\e\9c
+à¨\19\ 4©        bÇ/\80þ\15Wøç\8b\aæ¶ü;\11\19ôµ7àF\ 3ôÈ 7Ï7Ìnd\90N`\8d6\ 1mùjG4A\1f\19dn¼wè\b0i\9f4\ux\azÃUo\ 1\17Î4\õ\ 1²Q\8eMú0À#èMg\83Si@$±\96\15\1eJ"ecD\82\ 4Ù\88ËÉ|\8cp\ 2\19jðÉ©GÀ5y¾DGÓü Ù­Écl,\11\81Ç\11¦\97å.\eY5\98     3à³\9e\0V\83\91\9e±µ\12\83\1eðANý£ÅULË\ e^KlÁ\9d\86mb\89
+¸J\83]\9bÈJl\vh\a\97ØÒÏÈä\¹\90.\ 5¹Mͺ[\9f\0TÀð     2\98 Ï\9b§!êéZ)Aò0]\8f\97jxJe¦t\ 2º\83\1a!Þî@\ f\92\9b°hÂÙ ù\9cù\9cê\ 6ò¥Ú        Û\Û\ 3\16ÐÌQ;g\ e\84\12ãÙ\rq\93õ\9dA\1cè\81\12>A\94\ e@\91\1e?\88JЫñc\96ÚÉ}ÍÀ\13\ 1êÒk
+É \1c ¶!¨\13\10\19\8a\83$C´ÛZÅûÖ$@\ 1jLBãª\ e¤\8b$\"Üiu\0A        7\ 1î´\7f\0ú=³Úîp=^ÿ\9c\85©éïÇëãÏy\98ú9\90\r\ 1õ\0kó(\ eÖg={MMßÜп\eÏÒ§J\80ÛÔõ÷Ûåà÷}i¿>¯\1f\ fÒ'I\80º=¯Vë÷Ï+\16à+\ 1nÓÑ\ f\ 4ø\ e\17\ 4`îWX¯¡\15\ 3ún\1d4B\óÏ\8f\b@\ 3|-½ڿR\aÚú%¢õOô\e´F\12 \1a ³\ 10P   \90µî\ 6#Ø¿Þ/ÓÖ~_\9bó\83g\11ë·¨)\10\8dp{\83ø'7½n\1f¤[¯¯çßµ\ fÒmÎ/xó-Â\8eø\87ê_\bÿ\ 2\92?¥ßd\v°«òÏ\ 2ìPþuþ×üÏËüOQâ?µ\1féMû\915úñ\0¹Y.À+ù\8b¶ö«\r)í"l´þ 6}?\1aÏ\9b¶GÉþÐøà\80ôG£\7f\1eÞzýÞ çMß³$?4>j\91ýÑó¿[\9aÊ\11ÿi¿>çÞÒ\9fÒÇà\1dýiý\1a¯ê\8f{±¿\97â»5kñØÿ \0C{\82¬Æë\b{éa Ù\7f6>Hö\93ÖïE(¿\ 2ÂÜâû\1aý©ü¤Q\94\1fÖïÑ\88ç'ú\93\83¤?ü{x\ 3Ò_\10\ï_ ®â\vý\ 3\ 2õ5bý\1e­$?ô{r\r <´ß¬_$¢¿\9eaÑúE\1eÙ\7fZ\7fR¿§wìÿâ\at«_ZÓ\1f\86\10ð\17\a¼\eÀ\ 3\ 4|q\80V ¸\19!\fù(\8eD:\1e:¨Aòg+ü\12\ 2Ø\ f\ 3±'°\7fñ`¯|¶Æ\aè\81É\16¤U0]õàý\8b\a»çÁÓ\8e\951K7\bÕ \84ÖW4èù%>å\ 5\90@\ 5p\vá<\ 4¸¤\9e/ãG½\82¦\85`¦ñW*ÐL»ÁÖãõOÊ·\eì`<\8d\8cùõù{þQ,!Uý\89ñR\18µ\80\19ýúgb\80í
++\9fî¸\12F-5Hâ\ 4ä«+£_DèÚWWÆ,ñà0\8eZ Ê}\1a²      Fm\82Ã@êj\82þ\ 4\87\1aßk!\ fd\ eÒúìÃì¦Öq\96ñ{\1ffçu|¾\8e\ f»upì\16\ f\í_ÿ®¯©\1fO;\1aÏ¿Û2,ã÷ü(ÛA\92Ã\8ci\8eíüù\1e\9f\84>¥Ï\8fP>tpEÿp"\8eiÁþOÄ!\9a\1fx\91~¶ù\81\aôãqÐ\80ÆëH\8cA
\ 5ò\1f\8bäÇ\ 1þ\11ú;t~\85þ5\8e×À¼Õø>Ñ\8dÇ\11ߤ¿Ï\12ýi\1c)4ù\v\97êxÛÇ'7üÓ¿;\12 ý\90?¾·$
+¯é\ fàp6>Hãùwk´ýóDc#ÚOöñËF\7f¿\v$Q4¿~\ax½~\8fæ³ï¦\95Dã&ÿ/q\14=Ñx\8cH~åïV-qÌ\8bö³}wæØ~bý[â\98\aúÇ?\1eé$ù£qØÚGdcÿd\1c¨\14ìõû×q g¡ý\97q\80\12\a}GÿZ\1f¥cý#\1f?uHþN|üÔkþ\aï£\94Àýq"\8e\15\90ýPú(´8¨\97ì\aÕ¿\80î\1f=\8eT¾[£È/å\7f\84þ\8fþñÖ¨É\1fÿî\r\94¿\8eþ\87yÖkþÉQ\ 4×*ÝÖãeÿ§õqºÌ¿1Hü£Q\90Á\8aûßÿnαÿÄÆCÿIþn_é\ 3¥ø\7f4\8a\1cE,~Ðn\14\91ÐϪô#Q,h¿OÄ\81_ì÷\1eÿûB\8d:Þ¡û¯Og¤}\94Z"Õ\81ýäßÍñ\17ïÏ\16EÍ"ÿ\ f¢¨\17ßoK\14õ´ü¶ÔlÄ\7f½ÒÖ§A¤\1fá_òoÝ\7f\1eÛO=~ÑÞ?%ÏÿJü¡½\7f¦ñûñ\a\92H\16k\1eÐj|\7fÿ0ý)\8d¬ûñ(¡\99$\92µ÷Çj¼®ÿå{=mý}þã>\96Küh5\1e}7\vûß&{D\7f=\8a\9ck"ãzý\13}\9cü\9cÒ¾\1a\7fª\8fÓüe\8c\r\ 3Îôq
+Ë      .öq\1aÀ\ 4§ú8Õê\8cÍ\ 4'ú8å9+~s\84\13}\9cÂ\\990Mp±\8fÓ\0\8f\8f\13äÂp¢\8fS½ÈË\85\8fSÒä\80÷q²p\ 2½\8b\92¨\7fD¹ö\rÙrAøzX\98\8b\eâü\15óBÄ×2\1f`\ e\89(OæP\12eÞÇ ÑàÌ'\972\92DðÉ%VæS¾$\f,R_æ³\97Z&J"Ï-\93&`öÀM&M²\aL\12Ý\80uA®\e,í©\ 1\17ôºAW¿_v(Hô{E\ 6é     mt­üó\98\ 6Ø&\96VL\92Mä±¥QÓ\ 5V7èZýèf\82Τñ^N\8d\88þZ/'ï\81w\0àEúÅ$ßn6wTïEvðb\94¯í`r\8cg\93è.~³)\ e`\a¨Þ\8b\9c \8a'`(µ\8bµ`lu¹\9fÈÔ\99Þ\17ó\e»`%»olÒÔ,Åe\ 3\aMÍÈ\ 4Ùh\13P9Îá=9\1e\8dÊ\ 3ÒRl¬aþ\r\ fä\\85Ö¯û\8d \ 2\9c 3g4ßg\18\ f\7fÿòÃÇ/ÌÍܾüÇ\87t/\ 3§?Ë?¾üab\8f·ã4]HÓÿùæö\87ÿüéöýw_\7fúñ·O\7fºýõÏ_Ü~þõ§oþ÷ëOßÜþûÿn\7fýûçï¾ÿþöÕ\1f¾þê\8f·/î·¿\7f÷é\9f\9f~ý|û·Û·\9f?ÿü§\8f\1f\7fÿý÷ûço¿ûíþã§Ï\1f¿2)þã×ÿúñ_\1f\7fþ­\8c»\7fûù\87ïÿxûò\7f>üåËiwÿ\ fB³iY
+endstream
+endobj
+577 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1138 0 R
+/Name /Im532
+/Width 35
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÏ1\ e\ 2!\10\ 5ÐO¦ ä\ 2\e),¼\80\85Õr\15\8f`¹1jÆXØy\17o0Gá\b\94[l\82\7fèLÈ#a ÿ\ 3¤
+ ¬¤Í\80X\ 6¢&E\ 2Ù!\1a&çä,\16+.\95´3©$\flPS\15³d¢Îs Ùä¥Yå\8d¢òAAØð`\186F\ 6Ï\95F¢×HFX\0~\ 3\18ÃÿóÙYüe\83(\87ÄX8*"+sí\9c  Ü\8b_çÏn¸w]±ä¾¢¥ÞP¥³|è\8aêAûãõ{ø\ 1\ 1\98Gc
+endstream
+endobj
+578 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1139 0 R
+/Name /Im533
+/Width 50
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\90Á\rà\fE?âÀ\91\11²C+õÊ`\95Bfê\ 4\19%#pä\80 ßvS\12  é!Û|þ7Â\18c\a"Q\f\r@ÚÐ\rÙÀ\83\ 4,\13l,û\1fë\r}\82\93M\15~pMß\b8ìªÖ    )ø
+_\14á\80\EÄÓ\12=Ч8
+\ 5\99ZìÇ]!\93ñÐw\ 2ê±á&(!Ò'¶+ÒDÕ\~"ë_'VU¿Ä\93@]Ûôïº\ 6
+\12Íö8l«ÃL?\9eïÏë\vS*fo
+endstream
+endobj
+579 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1140 0 R
+/Name /Im534
+/Width 53
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUб\rÄ \f\ 5Ð\8fRP2\ 2C\9c®¹&\83\9dD2ÓMÀ(\19!e
+\14îÛF@
+x\b\81¯µf \90Ó(\0ÖÝÝ
+6#î\84çYñ\aä ±01u\1ca®»:eÆ=¹f\96\ 1\87Ü7ð\13§¾ì;aâÐ\1aC##\92Ø°6bïf\1d$]I\8d\8dÍ\8a\1eíÉ[É~àÖK\84¤ÁÚLA\90x~ \ 39W(ÜÃûõý}þðÕc\ 4
+endstream
+endobj
+580 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Roman
+/Encoding 581 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+581 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+582 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Times-Italic
+/Encoding 583 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+583 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+584 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Times-Roman
+/Encoding 585 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+585 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /grave /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /ring /cedilla /hungarumlaut /ogonek /caron /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /oe /OE /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /endash /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+586 0 obj
+<<
+/CreationDate (Sat Oct 13 15:27:03 2001)
+/Producer (PStill 1.55 UNREGISTERED by F.Siegert [email protected])
+/Title (main_dvi)
+>>
+endobj
+587 0 obj
+14302
+endobj
+588 0 obj
+112
+endobj
+589 0 obj
+99
+endobj
+590 0 obj
+151
+endobj
+591 0 obj
+154
+endobj
+592 0 obj
+260
+endobj
+593 0 obj
+65
+endobj
+594 0 obj
+171
+endobj
+595 0 obj
+33
+endobj
+596 0 obj
+169
+endobj
+597 0 obj
+185
+endobj
+598 0 obj
+111
+endobj
+599 0 obj
+113
+endobj
+600 0 obj
+169
+endobj
+601 0 obj
+115
+endobj
+602 0 obj
+159
+endobj
+603 0 obj
+179
+endobj
+604 0 obj
+150
+endobj
+605 0 obj
+166
+endobj
+606 0 obj
+110
+endobj
+607 0 obj
+166
+endobj
+608 0 obj
+49
+endobj
+609 0 obj
+109
+endobj
+610 0 obj
+82
+endobj
+611 0 obj
+127
+endobj
+612 0 obj
+114
+endobj
+613 0 obj
+33
+endobj
+614 0 obj
+133
+endobj
+615 0 obj
+77
+endobj
+616 0 obj
+65
+endobj
+617 0 obj
+110
+endobj
+618 0 obj
+147
+endobj
+619 0 obj
+105
+endobj
+620 0 obj
+159
+endobj
+621 0 obj
+139
+endobj
+622 0 obj
+105
+endobj
+623 0 obj
+108
+endobj
+624 0 obj
+117
+endobj
+625 0 obj
+58
+endobj
+626 0 obj
+97
+endobj
+627 0 obj
+76
+endobj
+628 0 obj
+32
+endobj
+629 0 obj
+66
+endobj
+630 0 obj
+64
+endobj
+631 0 obj
+42
+endobj
+632 0 obj
+65
+endobj
+633 0 obj
+113
+endobj
+634 0 obj
+107
+endobj
+635 0 obj
+107
+endobj
+636 0 obj
+210
+endobj
+637 0 obj
+133
+endobj
+638 0 obj
+92
+endobj
+639 0 obj
+99
+endobj
+640 0 obj
+66
+endobj
+641 0 obj
+90
+endobj
+642 0 obj
+150
+endobj
+643 0 obj
+125
+endobj
+644 0 obj
+51
+endobj
+645 0 obj
+107
+endobj
+646 0 obj
+155
+endobj
+647 0 obj
+141
+endobj
+648 0 obj
+154
+endobj
+649 0 obj
+106
+endobj
+650 0 obj
+102
+endobj
+651 0 obj
+69
+endobj
+652 0 obj
+65
+endobj
+653 0 obj
+110
+endobj
+654 0 obj
+102
+endobj
+655 0 obj
+29
+endobj
+656 0 obj
+71
+endobj
+657 0 obj
+27
+endobj
+658 0 obj
+68
+endobj
+659 0 obj
+99
+endobj
+660 0 obj
+135
+endobj
+661 0 obj
+115
+endobj
+662 0 obj
+21
+endobj
+663 0 obj
+102
+endobj
+664 0 obj
+154
+endobj
+665 0 obj
+19
+endobj
+666 0 obj
+123
+endobj
+667 0 obj
+124
+endobj
+668 0 obj
+19
+endobj
+669 0 obj
+108
+endobj
+670 0 obj
+83
+endobj
+671 0 obj
+84
+endobj
+672 0 obj
+150
+endobj
+673 0 obj
+151
+endobj
+674 0 obj
+25
+endobj
+675 0 obj
+158
+endobj
+676 0 obj
+67
+endobj
+677 0 obj
+136
+endobj
+678 0 obj
+51
+endobj
+679 0 obj
+34
+endobj
+680 0 obj
+90
+endobj
+681 0 obj
+94
+endobj
+682 0 obj
+85
+endobj
+683 0 obj
+135
+endobj
+684 0 obj
+143
+endobj
+685 0 obj
+91
+endobj
+686 0 obj
+135
+endobj
+687 0 obj
+57
+endobj
+688 0 obj
+74
+endobj
+689 0 obj
+140
+endobj
+690 0 obj
+157
+endobj
+691 0 obj
+32
+endobj
+692 0 obj
+115
+endobj
+693 0 obj
+73
+endobj
+694 0 obj
+103
+endobj
+695 0 obj
+106
+endobj
+696 0 obj
+68
+endobj
+697 0 obj
+154
+endobj
+698 0 obj
+117
+endobj
+699 0 obj
+124
+endobj
+700 0 obj
+24
+endobj
+701 0 obj
+19
+endobj
+702 0 obj
+141
+endobj
+703 0 obj
+117
+endobj
+704 0 obj
+117
+endobj
+705 0 obj
+148
+endobj
+706 0 obj
+121
+endobj
+707 0 obj
+54
+endobj
+708 0 obj
+114
+endobj
+709 0 obj
+125
+endobj
+710 0 obj
+133
+endobj
+711 0 obj
+95
+endobj
+712 0 obj
+133
+endobj
+713 0 obj
+100
+endobj
+714 0 obj
+111
+endobj
+715 0 obj
+111
+endobj
+716 0 obj
+144
+endobj
+717 0 obj
+140
+endobj
+718 0 obj
+104
+endobj
+719 0 obj
+119
+endobj
+720 0 obj
+80
+endobj
+721 0 obj
+21
+endobj
+722 0 obj
+169
+endobj
+723 0 obj
+45
+endobj
+724 0 obj
+110
+endobj
+725 0 obj
+158
+endobj
+726 0 obj
+168
+endobj
+727 0 obj
+127
+endobj
+728 0 obj
+20
+endobj
+729 0 obj
+123
+endobj
+730 0 obj
+97
+endobj
+731 0 obj
+101
+endobj
+732 0 obj
+113
+endobj
+733 0 obj
+25
+endobj
+734 0 obj
+120
+endobj
+735 0 obj
+25
+endobj
+736 0 obj
+226
+endobj
+737 0 obj
+143
+endobj
+738 0 obj
+178
+endobj
+739 0 obj
+155
+endobj
+740 0 obj
+54
+endobj
+741 0 obj
+161
+endobj
+742 0 obj
+122
+endobj
+743 0 obj
+13066
+endobj
+744 0 obj
+95
+endobj
+745 0 obj
+159
+endobj
+746 0 obj
+184
+endobj
+747 0 obj
+129
+endobj
+748 0 obj
+138
+endobj
+749 0 obj
+150
+endobj
+750 0 obj
+33
+endobj
+751 0 obj
+194
+endobj
+752 0 obj
+144
+endobj
+753 0 obj
+182
+endobj
+754 0 obj
+43
+endobj
+755 0 obj
+67
+endobj
+756 0 obj
+147
+endobj
+757 0 obj
+182
+endobj
+758 0 obj
+109
+endobj
+759 0 obj
+179
+endobj
+760 0 obj
+127
+endobj
+761 0 obj
+29
+endobj
+762 0 obj
+32
+endobj
+763 0 obj
+97
+endobj
+764 0 obj
+110
+endobj
+765 0 obj
+145
+endobj
+766 0 obj
+24
+endobj
+767 0 obj
+169
+endobj
+768 0 obj
+18
+endobj
+769 0 obj
+119
+endobj
+770 0 obj
+94
+endobj
+771 0 obj
+190
+endobj
+772 0 obj
+193
+endobj
+773 0 obj
+151
+endobj
+774 0 obj
+71
+endobj
+775 0 obj
+155
+endobj
+776 0 obj
+105
+endobj
+777 0 obj
+111
+endobj
+778 0 obj
+129
+endobj
+779 0 obj
+75
+endobj
+780 0 obj
+182
+endobj
+781 0 obj
+113
+endobj
+782 0 obj
+185
+endobj
+783 0 obj
+130
+endobj
+784 0 obj
+154
+endobj
+785 0 obj
+132
+endobj
+786 0 obj
+160
+endobj
+787 0 obj
+220
+endobj
+788 0 obj
+112
+endobj
+789 0 obj
+158
+endobj
+790 0 obj
+112
+endobj
+791 0 obj
+127
+endobj
+792 0 obj
+107
+endobj
+793 0 obj
+291
+endobj
+794 0 obj
+83
+endobj
+795 0 obj
+27
+endobj
+796 0 obj
+163
+endobj
+797 0 obj
+119
+endobj
+798 0 obj
+106
+endobj
+799 0 obj
+117
+endobj
+800 0 obj
+216
+endobj
+801 0 obj
+167
+endobj
+802 0 obj
+155
+endobj
+803 0 obj
+26
+endobj
+804 0 obj
+112
+endobj
+805 0 obj
+115
+endobj
+806 0 obj
+38
+endobj
+807 0 obj
+173
+endobj
+808 0 obj
+106
+endobj
+809 0 obj
+16222
+endobj
+810 0 obj
+21
+endobj
+811 0 obj
+64
+endobj
+812 0 obj
+61
+endobj
+813 0 obj
+157
+endobj
+814 0 obj
+149
+endobj
+815 0 obj
+73
+endobj
+816 0 obj
+42
+endobj
+817 0 obj
+64
+endobj
+818 0 obj
+137
+endobj
+819 0 obj
+134
+endobj
+820 0 obj
+85
+endobj
+821 0 obj
+115
+endobj
+822 0 obj
+170
+endobj
+823 0 obj
+52
+endobj
+824 0 obj
+80
+endobj
+825 0 obj
+16992
+endobj
+826 0 obj
+177
+endobj
+827 0 obj
+89
+endobj
+828 0 obj
+195
+endobj
+829 0 obj
+112
+endobj
+830 0 obj
+142
+endobj
+831 0 obj
+18458
+endobj
+832 0 obj
+131
+endobj
+833 0 obj
+218
+endobj
+834 0 obj
+223
+endobj
+835 0 obj
+110
+endobj
+836 0 obj
+161
+endobj
+837 0 obj
+15518
+endobj
+838 0 obj
+109
+endobj
+839 0 obj
+31
+endobj
+840 0 obj
+46
+endobj
+841 0 obj
+171
+endobj
+842 0 obj
+75
+endobj
+843 0 obj
+103
+endobj
+844 0 obj
+117
+endobj
+845 0 obj
+51
+endobj
+846 0 obj
+110
+endobj
+847 0 obj
+85
+endobj
+848 0 obj
+116
+endobj
+849 0 obj
+125
+endobj
+850 0 obj
+73
+endobj
+851 0 obj
+71
+endobj
+852 0 obj
+114
+endobj
+853 0 obj
+128
+endobj
+854 0 obj
+150
+endobj
+855 0 obj
+177
+endobj
+856 0 obj
+75
+endobj
+857 0 obj
+178
+endobj
+858 0 obj
+180
+endobj
+859 0 obj
+95
+endobj
+860 0 obj
+13800
+endobj
+861 0 obj
+178
+endobj
+862 0 obj
+144
+endobj
+863 0 obj
+177
+endobj
+864 0 obj
+196
+endobj
+865 0 obj
+100
+endobj
+866 0 obj
+218
+endobj
+867 0 obj
+92
+endobj
+868 0 obj
+142
+endobj
+869 0 obj
+159
+endobj
+870 0 obj
+140
+endobj
+871 0 obj
+168
+endobj
+872 0 obj
+32
+endobj
+873 0 obj
+93
+endobj
+874 0 obj
+131
+endobj
+875 0 obj
+106
+endobj
+876 0 obj
+19
+endobj
+877 0 obj
+107
+endobj
+878 0 obj
+154
+endobj
+879 0 obj
+89
+endobj
+880 0 obj
+18
+endobj
+881 0 obj
+119
+endobj
+882 0 obj
+136
+endobj
+883 0 obj
+69
+endobj
+884 0 obj
+181
+endobj
+885 0 obj
+43
+endobj
+886 0 obj
+181
+endobj
+887 0 obj
+140
+endobj
+888 0 obj
+76
+endobj
+889 0 obj
+49
+endobj
+890 0 obj
+30
+endobj
+891 0 obj
+109
+endobj
+892 0 obj
+59
+endobj
+893 0 obj
+147
+endobj
+894 0 obj
+119
+endobj
+895 0 obj
+99
+endobj
+896 0 obj
+218
+endobj
+897 0 obj
+80
+endobj
+898 0 obj
+70
+endobj
+899 0 obj
+99
+endobj
+900 0 obj
+151
+endobj
+901 0 obj
+108
+endobj
+902 0 obj
+88
+endobj
+903 0 obj
+71
+endobj
+904 0 obj
+73
+endobj
+905 0 obj
+84
+endobj
+906 0 obj
+147
+endobj
+907 0 obj
+47
+endobj
+908 0 obj
+12300
+endobj
+909 0 obj
+87
+endobj
+910 0 obj
+81
+endobj
+911 0 obj
+81
+endobj
+912 0 obj
+164
+endobj
+913 0 obj
+111
+endobj
+914 0 obj
+42
+endobj
+915 0 obj
+96
+endobj
+916 0 obj
+74
+endobj
+917 0 obj
+56
+endobj
+918 0 obj
+120
+endobj
+919 0 obj
+137
+endobj
+920 0 obj
+83
+endobj
+921 0 obj
+127
+endobj
+922 0 obj
+107
+endobj
+923 0 obj
+131
+endobj
+924 0 obj
+97
+endobj
+925 0 obj
+118
+endobj
+926 0 obj
+95
+endobj
+927 0 obj
+51
+endobj
+928 0 obj
+113
+endobj
+929 0 obj
+106
+endobj
+930 0 obj
+99
+endobj
+931 0 obj
+56
+endobj
+932 0 obj
+122
+endobj
+933 0 obj
+76
+endobj
+934 0 obj
+132
+endobj
+935 0 obj
+120
+endobj
+936 0 obj
+51
+endobj
+937 0 obj
+176
+endobj
+938 0 obj
+26
+endobj
+939 0 obj
+42
+endobj
+940 0 obj
+63
+endobj
+941 0 obj
+191
+endobj
+942 0 obj
+60
+endobj
+943 0 obj
+143
+endobj
+944 0 obj
+17326
+endobj
+945 0 obj
+156
+endobj
+946 0 obj
+160
+endobj
+947 0 obj
+144
+endobj
+948 0 obj
+127
+endobj
+949 0 obj
+145
+endobj
+950 0 obj
+106
+endobj
+951 0 obj
+152
+endobj
+952 0 obj
+121
+endobj
+953 0 obj
+199
+endobj
+954 0 obj
+16726
+endobj
+955 0 obj
+141
+endobj
+956 0 obj
+119
+endobj
+957 0 obj
+98
+endobj
+958 0 obj
+135
+endobj
+959 0 obj
+94
+endobj
+960 0 obj
+29
+endobj
+961 0 obj
+105
+endobj
+962 0 obj
+115
+endobj
+963 0 obj
+155
+endobj
+964 0 obj
+112
+endobj
+965 0 obj
+30
+endobj
+966 0 obj
+133
+endobj
+967 0 obj
+160
+endobj
+968 0 obj
+37
+endobj
+969 0 obj
+93
+endobj
+970 0 obj
+19175
+endobj
+971 0 obj
+117
+endobj
+972 0 obj
+111
+endobj
+973 0 obj
+31
+endobj
+974 0 obj
+36
+endobj
+975 0 obj
+87
+endobj
+976 0 obj
+56
+endobj
+977 0 obj
+97
+endobj
+978 0 obj
+51
+endobj
+979 0 obj
+94
+endobj
+980 0 obj
+223
+endobj
+981 0 obj
+27
+endobj
+982 0 obj
+61
+endobj
+983 0 obj
+133
+endobj
+984 0 obj
+12315
+endobj
+985 0 obj
+136
+endobj
+986 0 obj
+112
+endobj
+987 0 obj
+155
+endobj
+988 0 obj
+129
+endobj
+989 0 obj
+14712
+endobj
+990 0 obj
+171
+endobj
+991 0 obj
+289
+endobj
+992 0 obj
+146
+endobj
+993 0 obj
+132
+endobj
+994 0 obj
+166
+endobj
+995 0 obj
+77
+endobj
+996 0 obj
+180
+endobj
+997 0 obj
+168
+endobj
+998 0 obj
+158
+endobj
+999 0 obj
+165
+endobj
+1000 0 obj
+13490
+endobj
+1001 0 obj
+80
+endobj
+1002 0 obj
+80
+endobj
+1003 0 obj
+169
+endobj
+1004 0 obj
+70
+endobj
+1005 0 obj
+154
+endobj
+1006 0 obj
+94
+endobj
+1007 0 obj
+30
+endobj
+1008 0 obj
+124
+endobj
+1009 0 obj
+185
+endobj
+1010 0 obj
+74
+endobj
+1011 0 obj
+79
+endobj
+1012 0 obj
+121
+endobj
+1013 0 obj
+255
+endobj
+1014 0 obj
+85
+endobj
+1015 0 obj
+192
+endobj
+1016 0 obj
+151
+endobj
+1017 0 obj
+68
+endobj
+1018 0 obj
+66
+endobj
+1019 0 obj
+21
+endobj
+1020 0 obj
+69
+endobj
+1021 0 obj
+21
+endobj
+1022 0 obj
+70
+endobj
+1023 0 obj
+70
+endobj
+1024 0 obj
+17920
+endobj
+1025 0 obj
+92
+endobj
+1026 0 obj
+139
+endobj
+1027 0 obj
+179
+endobj
+1028 0 obj
+203
+endobj
+1029 0 obj
+143
+endobj
+1030 0 obj
+40
+endobj
+1031 0 obj
+205
+endobj
+1032 0 obj
+67
+endobj
+1033 0 obj
+122
+endobj
+1034 0 obj
+137
+endobj
+1035 0 obj
+32
+endobj
+1036 0 obj
+127
+endobj
+1037 0 obj
+68
+endobj
+1038 0 obj
+90
+endobj
+1039 0 obj
+55
+endobj
+1040 0 obj
+87
+endobj
+1041 0 obj
+16275
+endobj
+1042 0 obj
+118
+endobj
+1043 0 obj
+88
+endobj
+1044 0 obj
+113
+endobj
+1045 0 obj
+105
+endobj
+1046 0 obj
+92
+endobj
+1047 0 obj
+86
+endobj
+1048 0 obj
+71
+endobj
+1049 0 obj
+84
+endobj
+1050 0 obj
+80
+endobj
+1051 0 obj
+57
+endobj
+1052 0 obj
+112
+endobj
+1053 0 obj
+62
+endobj
+1054 0 obj
+167
+endobj
+1055 0 obj
+132
+endobj
+1056 0 obj
+140
+endobj
+1057 0 obj
+110
+endobj
+1058 0 obj
+119
+endobj
+1059 0 obj
+14782
+endobj
+1060 0 obj
+117
+endobj
+1061 0 obj
+111
+endobj
+1062 0 obj
+65
+endobj
+1063 0 obj
+112
+endobj
+1064 0 obj
+124
+endobj
+1065 0 obj
+29
+endobj
+1066 0 obj
+118
+endobj
+1067 0 obj
+64
+endobj
+1068 0 obj
+85
+endobj
+1069 0 obj
+48
+endobj
+1070 0 obj
+143
+endobj
+1071 0 obj
+24
+endobj
+1072 0 obj
+107
+endobj
+1073 0 obj
+153
+endobj
+1074 0 obj
+109
+endobj
+1075 0 obj
+103
+endobj
+1076 0 obj
+137
+endobj
+1077 0 obj
+269
+endobj
+1078 0 obj
+129
+endobj
+1079 0 obj
+15902
+endobj
+1080 0 obj
+76
+endobj
+1081 0 obj
+157
+endobj
+1082 0 obj
+245
+endobj
+1083 0 obj
+134
+endobj
+1084 0 obj
+133
+endobj
+1085 0 obj
+136
+endobj
+1086 0 obj
+134
+endobj
+1087 0 obj
+181
+endobj
+1088 0 obj
+153
+endobj
+1089 0 obj
+18512
+endobj
+1090 0 obj
+166
+endobj
+1091 0 obj
+114
+endobj
+1092 0 obj
+82
+endobj
+1093 0 obj
+51
+endobj
+1094 0 obj
+169
+endobj
+1095 0 obj
+186
+endobj
+1096 0 obj
+102
+endobj
+1097 0 obj
+94
+endobj
+1098 0 obj
+142
+endobj
+1099 0 obj
+95
+endobj
+1100 0 obj
+142
+endobj
+1101 0 obj
+144
+endobj
+1102 0 obj
+135
+endobj
+1103 0 obj
+177
+endobj
+1104 0 obj
+117
+endobj
+1105 0 obj
+173
+endobj
+1106 0 obj
+103
+endobj
+1107 0 obj
+21
+endobj
+1108 0 obj
+133
+endobj
+1109 0 obj
+164
+endobj
+1110 0 obj
+98
+endobj
+1111 0 obj
+49
+endobj
+1112 0 obj
+174
+endobj
+1113 0 obj
+155
+endobj
+1114 0 obj
+179
+endobj
+1115 0 obj
+163
+endobj
+1116 0 obj
+82
+endobj
+1117 0 obj
+95
+endobj
+1118 0 obj
+109
+endobj
+1119 0 obj
+131
+endobj
+1120 0 obj
+128
+endobj
+1121 0 obj
+108
+endobj
+1122 0 obj
+93
+endobj
+1123 0 obj
+54
+endobj
+1124 0 obj
+145
+endobj
+1125 0 obj
+105
+endobj
+1126 0 obj
+128
+endobj
+1127 0 obj
+131
+endobj
+1128 0 obj
+132
+endobj
+1129 0 obj
+142
+endobj
+1130 0 obj
+22
+endobj
+1131 0 obj
+86
+endobj
+1132 0 obj
+153
+endobj
+1133 0 obj
+164
+endobj
+1134 0 obj
+211
+endobj
+1135 0 obj
+118
+endobj
+1136 0 obj
+92
+endobj
+1137 0 obj
+5252
+endobj
+1138 0 obj
+174
+endobj
+1139 0 obj
+162
+endobj
+1140 0 obj
+147
+endobj
+xref
+0 1141
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000396 00000 n 
+0000000435 00000 n 
+0000000457 00000 n 
+0000028442 00000 n 
+0000042820 00000 n 
+0000043121 00000 n 
+0000043409 00000 n 
+0000043750 00000 n 
+0000044095 00000 n 
+0000044545 00000 n 
+0000044800 00000 n 
+0000045161 00000 n 
+0000045384 00000 n 
+0000045743 00000 n 
+0000046119 00000 n 
+0000046421 00000 n 
+0000046725 00000 n 
+0000047085 00000 n 
+0000047391 00000 n 
+0000047741 00000 n 
+0000048111 00000 n 
+0000048452 00000 n 
+0000048809 00000 n 
+0000049110 00000 n 
+0000049467 00000 n 
+0000049707 00000 n 
+0000050007 00000 n 
+0000050280 00000 n 
+0000050598 00000 n 
+0000050903 00000 n 
+0000051127 00000 n 
+0000051451 00000 n 
+0000051719 00000 n 
+0000051975 00000 n 
+0000052276 00000 n 
+0000052614 00000 n 
+0000052910 00000 n 
+0000053260 00000 n 
+0000053590 00000 n 
+0000053886 00000 n 
+0000054185 00000 n 
+0000054493 00000 n 
+0000054742 00000 n 
+0000055030 00000 n 
+0000055297 00000 n 
+0000055520 00000 n 
+0000055777 00000 n 
+0000056032 00000 n 
+0000056265 00000 n 
+0000056521 00000 n 
+0000056825 00000 n 
+0000057123 00000 n 
+0000057421 00000 n 
+0000057822 00000 n 
+0000058146 00000 n 
+0000058429 00000 n 
+0000058719 00000 n 
+0000058976 00000 n 
+0000059257 00000 n 
+0000059598 00000 n 
+0000059914 00000 n 
+0000060155 00000 n 
+0000060453 00000 n 
+0000060799 00000 n 
+0000061131 00000 n 
+0000061476 00000 n 
+0000061773 00000 n 
+0000062066 00000 n 
+0000062326 00000 n 
+0000062582 00000 n 
+0000062883 00000 n 
+0000063176 00000 n 
+0000063396 00000 n 
+0000063658 00000 n 
+0000063876 00000 n 
+0000064135 00000 n 
+0000064425 00000 n 
+0000064751 00000 n 
+0000065057 00000 n 
+0000065268 00000 n 
+0000065561 00000 n 
+0000065906 00000 n 
+0000066114 00000 n 
+0000066428 00000 n 
+0000066743 00000 n 
+0000066952 00000 n 
+0000067251 00000 n 
+0000067525 00000 n 
+0000067800 00000 n 
+0000068141 00000 n 
+0000068483 00000 n 
+0000068698 00000 n 
+0000069047 00000 n 
+0000069305 00000 n 
+0000069632 00000 n 
+0000069874 00000 n 
+0000070099 00000 n 
+0000070381 00000 n 
+0000070667 00000 n 
+0000070944 00000 n 
+0000071271 00000 n 
+0000071606 00000 n 
+0000071889 00000 n 
+0000072216 00000 n 
+0000072466 00000 n 
+0000072733 00000 n 
+0000073066 00000 n 
+0000073416 00000 n 
+0000073641 00000 n 
+0000073949 00000 n 
+0000074215 00000 n 
+0000074511 00000 n 
+0000074810 00000 n 
+0000075071 00000 n 
+0000075418 00000 n 
+0000075728 00000 n 
+0000076045 00000 n 
+0000076260 00000 n 
+0000076471 00000 n 
+0000076805 00000 n 
+0000077115 00000 n 
+0000077425 00000 n 
+0000077766 00000 n 
+0000078080 00000 n 
+0000078327 00000 n 
+0000078634 00000 n 
+0000078952 00000 n 
+0000079278 00000 n 
+0000079566 00000 n 
+0000079892 00000 n 
+0000080185 00000 n 
+0000080489 00000 n 
+0000080793 00000 n 
+0000081130 00000 n 
+0000081463 00000 n 
+0000081760 00000 n 
+0000082072 00000 n 
+0000082345 00000 n 
+0000082558 00000 n 
+0000082920 00000 n 
+0000083158 00000 n 
+0000083461 00000 n 
+0000083812 00000 n 
+0000084173 00000 n 
+0000084493 00000 n 
+0000084705 00000 n 
+0000085021 00000 n 
+0000085311 00000 n 
+0000085605 00000 n 
+0000085911 00000 n 
+0000086129 00000 n 
+0000086442 00000 n 
+0000086660 00000 n 
+0000087079 00000 n 
+0000087415 00000 n 
+0000087786 00000 n 
+0000088134 00000 n 
+0000088381 00000 n 
+0000088735 00000 n 
+0000089050 00000 n 
+0000114275 00000 n 
+0000127419 00000 n 
+0000127707 00000 n 
+0000128059 00000 n 
+0000128436 00000 n 
+0000128758 00000 n 
+0000129089 00000 n 
+0000129432 00000 n 
+0000129658 00000 n 
+0000130045 00000 n 
+0000130382 00000 n 
+0000130757 00000 n 
+0000130993 00000 n 
+0000131253 00000 n 
+0000131593 00000 n 
+0000131968 00000 n 
+0000132270 00000 n 
+0000132642 00000 n 
+0000132962 00000 n 
+0000133183 00000 n 
+0000133408 00000 n 
+0000133698 00000 n 
+0000134001 00000 n 
+0000134339 00000 n 
+0000134554 00000 n 
+0000134916 00000 n 
+0000135126 00000 n 
+0000135438 00000 n 
+0000135725 00000 n 
+0000136108 00000 n 
+0000136494 00000 n 
+0000136838 00000 n 
+0000137102 00000 n 
+0000137450 00000 n 
+0000137748 00000 n 
+0000138052 00000 n 
+0000138374 00000 n 
+0000138642 00000 n 
+0000139018 00000 n 
+0000139324 00000 n 
+0000139702 00000 n 
+0000140025 00000 n 
+0000140372 00000 n 
+0000140697 00000 n 
+0000141050 00000 n 
+0000141463 00000 n 
+0000141768 00000 n 
+0000142119 00000 n 
+0000142424 00000 n 
+0000142744 00000 n 
+0000143044 00000 n 
+0000143530 00000 n 
+0000143806 00000 n 
+0000144026 00000 n 
+0000144382 00000 n 
+0000144694 00000 n 
+0000144993 00000 n 
+0000145303 00000 n 
+0000145712 00000 n 
+0000146072 00000 n 
+0000146420 00000 n 
+0000146638 00000 n 
+0000146943 00000 n 
+0000147251 00000 n 
+0000147482 00000 n 
+0000147848 00000 n 
+0000148147 00000 n 
+0000181376 00000 n 
+0000197676 00000 n 
+0000197889 00000 n 
+0000198146 00000 n 
+0000198400 00000 n 
+0000198750 00000 n 
+0000199092 00000 n 
+0000199358 00000 n 
+0000199593 00000 n 
+0000199850 00000 n 
+0000200180 00000 n 
+0000200507 00000 n 
+0000200785 00000 n 
+0000201093 00000 n 
+0000201457 00000 n 
+0000201702 00000 n 
+0000201975 00000 n 
+0000237519 00000 n 
+0000254589 00000 n 
+0000254959 00000 n 
+0000255241 00000 n 
+0000255629 00000 n 
+0000255934 00000 n 
+0000256269 00000 n 
+0000294696 00000 n 
+0000313232 00000 n 
+0000313556 00000 n 
+0000313967 00000 n 
+0000314383 00000 n 
+0000314686 00000 n 
+0000315040 00000 n 
+0000344634 00000 n 
+0000360230 00000 n 
+0000360532 00000 n 
+0000360756 00000 n 
+0000360995 00000 n 
+0000361359 00000 n 
+0000361627 00000 n 
+0000361923 00000 n 
+0000362233 00000 n 
+0000362477 00000 n 
+0000362780 00000 n 
+0000363058 00000 n 
+0000363367 00000 n 
+0000363685 00000 n 
+0000363951 00000 n 
+0000364215 00000 n 
+0000364522 00000 n 
+0000364843 00000 n 
+0000365186 00000 n 
+0000365556 00000 n 
+0000365824 00000 n 
+0000366195 00000 n 
+0000366568 00000 n 
+0000366856 00000 n 
+0000393450 00000 n 
+0000407328 00000 n 
+0000407699 00000 n 
+0000408036 00000 n 
+0000408406 00000 n 
+0000408795 00000 n 
+0000409088 00000 n 
+0000409499 00000 n 
+0000409784 00000 n 
+0000410119 00000 n 
+0000410471 00000 n 
+0000410804 00000 n 
+0000411165 00000 n 
+0000411390 00000 n 
+0000411676 00000 n 
+0000412000 00000 n 
+0000412299 00000 n 
+0000412509 00000 n 
+0000412809 00000 n 
+0000413156 00000 n 
+0000413438 00000 n 
+0000413648 00000 n 
+0000413960 00000 n 
+0000414289 00000 n 
+0000414551 00000 n 
+0000414925 00000 n 
+0000415160 00000 n 
+0000415534 00000 n 
+0000415867 00000 n 
+0000416136 00000 n 
+0000416378 00000 n 
+0000416601 00000 n 
+0000416903 00000 n 
+0000417155 00000 n 
+0000417495 00000 n 
+0000417807 00000 n 
+0000418099 00000 n 
+0000418510 00000 n 
+0000418783 00000 n 
+0000419046 00000 n 
+0000419338 00000 n 
+0000419682 00000 n 
+0000419983 00000 n 
+0000420264 00000 n 
+0000420528 00000 n 
+0000420794 00000 n 
+0000421071 00000 n 
+0000421411 00000 n 
+0000421651 00000 n 
+0000443311 00000 n 
+0000455689 00000 n 
+0000455969 00000 n 
+0000456243 00000 n 
+0000456517 00000 n 
+0000456874 00000 n 
+0000457178 00000 n 
+0000457413 00000 n 
+0000457702 00000 n 
+0000457969 00000 n 
+0000458218 00000 n 
+0000458531 00000 n 
+0000458861 00000 n 
+0000459137 00000 n 
+0000459457 00000 n 
+0000459757 00000 n 
+0000460081 00000 n 
+0000460371 00000 n 
+0000460682 00000 n 
+0000460970 00000 n 
+0000461214 00000 n 
+0000461520 00000 n 
+0000461819 00000 n 
+0000462111 00000 n 
+0000462360 00000 n 
+0000462675 00000 n 
+0000462944 00000 n 
+0000463269 00000 n 
+0000463582 00000 n 
+0000463826 00000 n 
+0000464195 00000 n 
+0000464413 00000 n 
+0000464648 00000 n 
+0000464904 00000 n 
+0000465289 00000 n 
+0000465542 00000 n 
+0000465878 00000 n 
+0000499360 00000 n 
+0000516764 00000 n 
+0000517113 00000 n 
+0000517466 00000 n 
+0000517803 00000 n 
+0000518123 00000 n 
+0000518461 00000 n 
+0000518760 00000 n 
+0000519105 00000 n 
+0000519419 00000 n 
+0000519811 00000 n 
+0000533349 00000 n 
+0000550153 00000 n 
+0000550487 00000 n 
+0000550799 00000 n 
+0000551090 00000 n 
+0000551418 00000 n 
+0000551705 00000 n 
+0000551926 00000 n 
+0000552224 00000 n 
+0000552532 00000 n 
+0000552880 00000 n 
+0000553185 00000 n 
+0000553408 00000 n 
+0000553734 00000 n 
+0000554087 00000 n 
+0000554317 00000 n 
+0000554603 00000 n 
+0000591382 00000 n 
+0000610635 00000 n 
+0000610945 00000 n 
+0000611249 00000 n 
+0000611472 00000 n 
+0000611701 00000 n 
+0000611981 00000 n 
+0000612230 00000 n 
+0000612520 00000 n 
+0000612763 00000 n 
+0000613050 00000 n 
+0000613466 00000 n 
+0000613686 00000 n 
+0000613940 00000 n 
+0000614266 00000 n 
+0000636989 00000 n 
+0000649382 00000 n 
+0000649711 00000 n 
+0000650016 00000 n 
+0000650364 00000 n 
+0000650686 00000 n 
+0000678921 00000 n 
+0000693711 00000 n 
+0000694075 00000 n 
+0000694558 00000 n 
+0000694897 00000 n 
+0000695222 00000 n 
+0000695581 00000 n 
+0000695851 00000 n 
+0000696224 00000 n 
+0000696586 00000 n 
+0000696937 00000 n 
+0000697296 00000 n 
+0000723667 00000 n 
+0000737236 00000 n 
+0000737510 00000 n 
+0000737784 00000 n 
+0000738147 00000 n 
+0000738411 00000 n 
+0000738759 00000 n 
+0000739047 00000 n 
+0000739271 00000 n 
+0000739589 00000 n 
+0000739968 00000 n 
+0000740236 00000 n 
+0000740509 00000 n 
+0000740824 00000 n 
+0000741273 00000 n 
+0000741552 00000 n 
+0000741938 00000 n 
+0000742283 00000 n 
+0000742545 00000 n 
+0000742805 00000 n 
+0000743019 00000 n 
+0000743282 00000 n 
+0000743496 00000 n 
+0000743760 00000 n 
+0000744024 00000 n 
+0000780607 00000 n 
+0000798606 00000 n 
+0000798892 00000 n 
+0000799225 00000 n 
+0000799598 00000 n 
+0000799995 00000 n 
+0000800332 00000 n 
+0000800566 00000 n 
+0000800965 00000 n 
+0000801226 00000 n 
+0000801542 00000 n 
+0000801873 00000 n 
+0000802099 00000 n 
+0000802420 00000 n 
+0000802682 00000 n 
+0000802966 00000 n 
+0000803215 00000 n 
+0000803496 00000 n 
+0000834789 00000 n 
+0000851143 00000 n 
+0000851455 00000 n 
+0000851737 00000 n 
+0000852044 00000 n 
+0000852343 00000 n 
+0000852629 00000 n 
+0000852909 00000 n 
+0000853174 00000 n 
+0000853452 00000 n 
+0000853726 00000 n 
+0000853977 00000 n 
+0000854283 00000 n 
+0000854539 00000 n 
+0000854900 00000 n 
+0000855226 00000 n 
+0000855560 00000 n 
+0000855864 00000 n 
+0000856177 00000 n 
+0000877226 00000 n 
+0000892087 00000 n 
+0000892398 00000 n 
+0000892703 00000 n 
+0000892962 00000 n 
+0000893268 00000 n 
+0000893586 00000 n 
+0000893809 00000 n 
+0000894121 00000 n 
+0000894379 00000 n 
+0000894658 00000 n 
+0000894900 00000 n 
+0000895237 00000 n 
+0000895454 00000 n 
+0000895755 00000 n 
+0000896102 00000 n 
+0000896405 00000 n 
+0000896702 00000 n 
+0000897033 00000 n 
+0000897496 00000 n 
+0000897819 00000 n 
+0000928879 00000 n 
+0000944860 00000 n 
+0000945130 00000 n 
+0000945481 00000 n 
+0000945920 00000 n 
+0000946248 00000 n 
+0000946575 00000 n 
+0000946905 00000 n 
+0000947233 00000 n 
+0000947608 00000 n 
+0000947955 00000 n 
+0000983733 00000 n 
+0001002324 00000 n 
+0001002684 00000 n 
+0001002992 00000 n 
+0001003268 00000 n 
+0001003513 00000 n 
+0001003876 00000 n 
+0001004256 00000 n 
+0001004552 00000 n 
+0001004840 00000 n 
+0001005176 00000 n 
+0001005465 00000 n 
+0001005801 00000 n 
+0001006139 00000 n 
+0001006468 00000 n 
+0001006839 00000 n 
+0001007150 00000 n 
+0001007517 00000 n 
+0001007814 00000 n 
+0001008028 00000 n 
+0001008355 00000 n 
+0001008713 00000 n 
+0001009005 00000 n 
+0001009248 00000 n 
+0001009616 00000 n 
+0001009965 00000 n 
+0001010338 00000 n 
+0001010695 00000 n 
+0001010971 00000 n 
+0001011260 00000 n 
+0001011563 00000 n 
+0001011888 00000 n 
+0001012210 00000 n 
+0001012512 00000 n 
+0001012799 00000 n 
+0001013047 00000 n 
+0001013386 00000 n 
+0001013685 00000 n 
+0001014007 00000 n 
+0001014332 00000 n 
+0001014658 00000 n 
+0001014994 00000 n 
+0001015209 00000 n 
+0001015489 00000 n 
+0001015836 00000 n 
+0001016194 00000 n 
+0001016599 00000 n 
+0001016911 00000 n 
+0001017197 00000 n 
+0001026174 00000 n 
+0001031505 00000 n 
+0001031873 00000 n 
+0001032229 00000 n 
+0001032570 00000 n 
+0001032699 00000 n 
+0001034026 00000 n 
+0001034156 00000 n 
+0001035483 00000 n 
+0001035612 00000 n 
+0001036886 00000 n 
+0001037033 00000 n 
+0001037056 00000 n 
+0001037077 00000 n 
+0001037097 00000 n 
+0001037118 00000 n 
+0001037139 00000 n 
+0001037160 00000 n 
+0001037180 00000 n 
+0001037201 00000 n 
+0001037221 00000 n 
+0001037242 00000 n 
+0001037263 00000 n 
+0001037284 00000 n 
+0001037305 00000 n 
+0001037326 00000 n 
+0001037347 00000 n 
+0001037368 00000 n 
+0001037389 00000 n 
+0001037410 00000 n 
+0001037431 00000 n 
+0001037452 00000 n 
+0001037473 00000 n 
+0001037493 00000 n 
+0001037514 00000 n 
+0001037534 00000 n 
+0001037555 00000 n 
+0001037576 00000 n 
+0001037596 00000 n 
+0001037617 00000 n 
+0001037637 00000 n 
+0001037657 00000 n 
+0001037678 00000 n 
+0001037699 00000 n 
+0001037720 00000 n 
+0001037741 00000 n 
+0001037762 00000 n 
+0001037783 00000 n 
+0001037804 00000 n 
+0001037825 00000 n 
+0001037845 00000 n 
+0001037865 00000 n 
+0001037885 00000 n 
+0001037905 00000 n 
+0001037925 00000 n 
+0001037945 00000 n 
+0001037965 00000 n 
+0001037985 00000 n 
+0001038006 00000 n 
+0001038027 00000 n 
+0001038048 00000 n 
+0001038069 00000 n 
+0001038090 00000 n 
+0001038110 00000 n 
+0001038130 00000 n 
+0001038150 00000 n 
+0001038170 00000 n 
+0001038191 00000 n 
+0001038212 00000 n 
+0001038232 00000 n 
+0001038253 00000 n 
+0001038274 00000 n 
+0001038295 00000 n 
+0001038316 00000 n 
+0001038337 00000 n 
+0001038358 00000 n 
+0001038378 00000 n 
+0001038398 00000 n 
+0001038419 00000 n 
+0001038440 00000 n 
+0001038460 00000 n 
+0001038480 00000 n 
+0001038500 00000 n 
+0001038520 00000 n 
+0001038540 00000 n 
+0001038561 00000 n 
+0001038582 00000 n 
+0001038602 00000 n 
+0001038623 00000 n 
+0001038644 00000 n 
+0001038664 00000 n 
+0001038685 00000 n 
+0001038706 00000 n 
+0001038726 00000 n 
+0001038747 00000 n 
+0001038767 00000 n 
+0001038787 00000 n 
+0001038808 00000 n 
+0001038829 00000 n 
+0001038849 00000 n 
+0001038870 00000 n 
+0001038890 00000 n 
+0001038911 00000 n 
+0001038931 00000 n 
+0001038951 00000 n 
+0001038971 00000 n 
+0001038991 00000 n 
+0001039011 00000 n 
+0001039032 00000 n 
+0001039053 00000 n 
+0001039073 00000 n 
+0001039094 00000 n 
+0001039114 00000 n 
+0001039134 00000 n 
+0001039155 00000 n 
+0001039176 00000 n 
+0001039196 00000 n 
+0001039217 00000 n 
+0001039237 00000 n 
+0001039258 00000 n 
+0001039279 00000 n 
+0001039299 00000 n 
+0001039320 00000 n 
+0001039341 00000 n 
+0001039362 00000 n 
+0001039382 00000 n 
+0001039402 00000 n 
+0001039423 00000 n 
+0001039444 00000 n 
+0001039465 00000 n 
+0001039486 00000 n 
+0001039507 00000 n 
+0001039527 00000 n 
+0001039548 00000 n 
+0001039569 00000 n 
+0001039590 00000 n 
+0001039610 00000 n 
+0001039631 00000 n 
+0001039652 00000 n 
+0001039673 00000 n 
+0001039694 00000 n 
+0001039715 00000 n 
+0001039736 00000 n 
+0001039757 00000 n 
+0001039778 00000 n 
+0001039798 00000 n 
+0001039818 00000 n 
+0001039839 00000 n 
+0001039859 00000 n 
+0001039880 00000 n 
+0001039901 00000 n 
+0001039922 00000 n 
+0001039943 00000 n 
+0001039963 00000 n 
+0001039984 00000 n 
+0001040004 00000 n 
+0001040025 00000 n 
+0001040046 00000 n 
+0001040066 00000 n 
+0001040087 00000 n 
+0001040107 00000 n 
+0001040128 00000 n 
+0001040149 00000 n 
+0001040170 00000 n 
+0001040191 00000 n 
+0001040211 00000 n 
+0001040232 00000 n 
+0001040253 00000 n 
+0001040276 00000 n 
+0001040296 00000 n 
+0001040317 00000 n 
+0001040338 00000 n 
+0001040359 00000 n 
+0001040380 00000 n 
+0001040401 00000 n 
+0001040421 00000 n 
+0001040442 00000 n 
+0001040463 00000 n 
+0001040484 00000 n 
+0001040504 00000 n 
+0001040524 00000 n 
+0001040545 00000 n 
+0001040566 00000 n 
+0001040587 00000 n 
+0001040608 00000 n 
+0001040629 00000 n 
+0001040649 00000 n 
+0001040669 00000 n 
+0001040689 00000 n 
+0001040710 00000 n 
+0001040731 00000 n 
+0001040751 00000 n 
+0001040772 00000 n 
+0001040792 00000 n 
+0001040813 00000 n 
+0001040833 00000 n 
+0001040854 00000 n 
+0001040875 00000 n 
+0001040896 00000 n 
+0001040916 00000 n 
+0001040937 00000 n 
+0001040958 00000 n 
+0001040979 00000 n 
+0001041000 00000 n 
+0001041020 00000 n 
+0001041041 00000 n 
+0001041062 00000 n 
+0001041083 00000 n 
+0001041104 00000 n 
+0001041125 00000 n 
+0001041146 00000 n 
+0001041167 00000 n 
+0001041188 00000 n 
+0001041209 00000 n 
+0001041230 00000 n 
+0001041251 00000 n 
+0001041272 00000 n 
+0001041293 00000 n 
+0001041314 00000 n 
+0001041334 00000 n 
+0001041354 00000 n 
+0001041375 00000 n 
+0001041396 00000 n 
+0001041417 00000 n 
+0001041438 00000 n 
+0001041459 00000 n 
+0001041480 00000 n 
+0001041501 00000 n 
+0001041521 00000 n 
+0001041542 00000 n 
+0001041563 00000 n 
+0001041583 00000 n 
+0001041604 00000 n 
+0001041625 00000 n 
+0001041648 00000 n 
+0001041668 00000 n 
+0001041688 00000 n 
+0001041708 00000 n 
+0001041729 00000 n 
+0001041750 00000 n 
+0001041770 00000 n 
+0001041790 00000 n 
+0001041810 00000 n 
+0001041831 00000 n 
+0001041852 00000 n 
+0001041872 00000 n 
+0001041893 00000 n 
+0001041914 00000 n 
+0001041934 00000 n 
+0001041954 00000 n 
+0001041977 00000 n 
+0001041998 00000 n 
+0001042018 00000 n 
+0001042039 00000 n 
+0001042060 00000 n 
+0001042081 00000 n 
+0001042104 00000 n 
+0001042125 00000 n 
+0001042146 00000 n 
+0001042167 00000 n 
+0001042188 00000 n 
+0001042209 00000 n 
+0001042232 00000 n 
+0001042253 00000 n 
+0001042273 00000 n 
+0001042293 00000 n 
+0001042314 00000 n 
+0001042334 00000 n 
+0001042355 00000 n 
+0001042376 00000 n 
+0001042396 00000 n 
+0001042417 00000 n 
+0001042437 00000 n 
+0001042458 00000 n 
+0001042479 00000 n 
+0001042499 00000 n 
+0001042519 00000 n 
+0001042540 00000 n 
+0001042561 00000 n 
+0001042582 00000 n 
+0001042603 00000 n 
+0001042623 00000 n 
+0001042644 00000 n 
+0001042665 00000 n 
+0001042685 00000 n 
+0001042708 00000 n 
+0001042729 00000 n 
+0001042750 00000 n 
+0001042771 00000 n 
+0001042792 00000 n 
+0001042813 00000 n 
+0001042834 00000 n 
+0001042854 00000 n 
+0001042875 00000 n 
+0001042896 00000 n 
+0001042917 00000 n 
+0001042938 00000 n 
+0001042958 00000 n 
+0001042978 00000 n 
+0001042999 00000 n 
+0001043020 00000 n 
+0001043040 00000 n 
+0001043061 00000 n 
+0001043082 00000 n 
+0001043102 00000 n 
+0001043122 00000 n 
+0001043143 00000 n 
+0001043164 00000 n 
+0001043184 00000 n 
+0001043205 00000 n 
+0001043225 00000 n 
+0001043246 00000 n 
+0001043267 00000 n 
+0001043287 00000 n 
+0001043307 00000 n 
+0001043327 00000 n 
+0001043348 00000 n 
+0001043368 00000 n 
+0001043389 00000 n 
+0001043410 00000 n 
+0001043430 00000 n 
+0001043451 00000 n 
+0001043471 00000 n 
+0001043491 00000 n 
+0001043511 00000 n 
+0001043532 00000 n 
+0001043553 00000 n 
+0001043573 00000 n 
+0001043593 00000 n 
+0001043613 00000 n 
+0001043633 00000 n 
+0001043654 00000 n 
+0001043674 00000 n 
+0001043697 00000 n 
+0001043717 00000 n 
+0001043737 00000 n 
+0001043757 00000 n 
+0001043778 00000 n 
+0001043799 00000 n 
+0001043819 00000 n 
+0001043839 00000 n 
+0001043859 00000 n 
+0001043879 00000 n 
+0001043900 00000 n 
+0001043921 00000 n 
+0001043941 00000 n 
+0001043962 00000 n 
+0001043983 00000 n 
+0001044004 00000 n 
+0001044024 00000 n 
+0001044045 00000 n 
+0001044065 00000 n 
+0001044085 00000 n 
+0001044106 00000 n 
+0001044127 00000 n 
+0001044147 00000 n 
+0001044167 00000 n 
+0001044188 00000 n 
+0001044208 00000 n 
+0001044229 00000 n 
+0001044250 00000 n 
+0001044270 00000 n 
+0001044291 00000 n 
+0001044311 00000 n 
+0001044331 00000 n 
+0001044351 00000 n 
+0001044372 00000 n 
+0001044392 00000 n 
+0001044413 00000 n 
+0001044436 00000 n 
+0001044457 00000 n 
+0001044478 00000 n 
+0001044499 00000 n 
+0001044520 00000 n 
+0001044541 00000 n 
+0001044562 00000 n 
+0001044583 00000 n 
+0001044604 00000 n 
+0001044625 00000 n 
+0001044648 00000 n 
+0001044669 00000 n 
+0001044690 00000 n 
+0001044710 00000 n 
+0001044731 00000 n 
+0001044751 00000 n 
+0001044771 00000 n 
+0001044792 00000 n 
+0001044813 00000 n 
+0001044834 00000 n 
+0001044855 00000 n 
+0001044875 00000 n 
+0001044896 00000 n 
+0001044917 00000 n 
+0001044937 00000 n 
+0001044957 00000 n 
+0001044980 00000 n 
+0001045001 00000 n 
+0001045022 00000 n 
+0001045042 00000 n 
+0001045062 00000 n 
+0001045082 00000 n 
+0001045102 00000 n 
+0001045122 00000 n 
+0001045142 00000 n 
+0001045162 00000 n 
+0001045183 00000 n 
+0001045203 00000 n 
+0001045223 00000 n 
+0001045244 00000 n 
+0001045267 00000 n 
+0001045288 00000 n 
+0001045309 00000 n 
+0001045330 00000 n 
+0001045351 00000 n 
+0001045374 00000 n 
+0001045395 00000 n 
+0001045416 00000 n 
+0001045437 00000 n 
+0001045458 00000 n 
+0001045479 00000 n 
+0001045499 00000 n 
+0001045520 00000 n 
+0001045541 00000 n 
+0001045562 00000 n 
+0001045583 00000 n 
+0001045607 00000 n 
+0001045628 00000 n 
+0001045649 00000 n 
+0001045671 00000 n 
+0001045692 00000 n 
+0001045714 00000 n 
+0001045735 00000 n 
+0001045756 00000 n 
+0001045778 00000 n 
+0001045800 00000 n 
+0001045821 00000 n 
+0001045842 00000 n 
+0001045864 00000 n 
+0001045886 00000 n 
+0001045907 00000 n 
+0001045929 00000 n 
+0001045951 00000 n 
+0001045972 00000 n 
+0001045993 00000 n 
+0001046014 00000 n 
+0001046035 00000 n 
+0001046056 00000 n 
+0001046077 00000 n 
+0001046098 00000 n 
+0001046122 00000 n 
+0001046143 00000 n 
+0001046165 00000 n 
+0001046187 00000 n 
+0001046209 00000 n 
+0001046231 00000 n 
+0001046252 00000 n 
+0001046274 00000 n 
+0001046295 00000 n 
+0001046317 00000 n 
+0001046339 00000 n 
+0001046360 00000 n 
+0001046382 00000 n 
+0001046403 00000 n 
+0001046424 00000 n 
+0001046445 00000 n 
+0001046466 00000 n 
+0001046490 00000 n 
+0001046512 00000 n 
+0001046533 00000 n 
+0001046555 00000 n 
+0001046577 00000 n 
+0001046598 00000 n 
+0001046619 00000 n 
+0001046640 00000 n 
+0001046661 00000 n 
+0001046682 00000 n 
+0001046703 00000 n 
+0001046725 00000 n 
+0001046746 00000 n 
+0001046768 00000 n 
+0001046790 00000 n 
+0001046812 00000 n 
+0001046834 00000 n 
+0001046856 00000 n 
+0001046880 00000 n 
+0001046902 00000 n 
+0001046924 00000 n 
+0001046945 00000 n 
+0001046967 00000 n 
+0001046989 00000 n 
+0001047010 00000 n 
+0001047032 00000 n 
+0001047053 00000 n 
+0001047074 00000 n 
+0001047095 00000 n 
+0001047117 00000 n 
+0001047138 00000 n 
+0001047160 00000 n 
+0001047182 00000 n 
+0001047204 00000 n 
+0001047226 00000 n 
+0001047248 00000 n 
+0001047270 00000 n 
+0001047292 00000 n 
+0001047316 00000 n 
+0001047337 00000 n 
+0001047359 00000 n 
+0001047381 00000 n 
+0001047403 00000 n 
+0001047425 00000 n 
+0001047447 00000 n 
+0001047469 00000 n 
+0001047491 00000 n 
+0001047513 00000 n 
+0001047537 00000 n 
+0001047559 00000 n 
+0001047581 00000 n 
+0001047602 00000 n 
+0001047623 00000 n 
+0001047645 00000 n 
+0001047667 00000 n 
+0001047689 00000 n 
+0001047710 00000 n 
+0001047732 00000 n 
+0001047753 00000 n 
+0001047775 00000 n 
+0001047797 00000 n 
+0001047819 00000 n 
+0001047841 00000 n 
+0001047863 00000 n 
+0001047885 00000 n 
+0001047907 00000 n 
+0001047928 00000 n 
+0001047950 00000 n 
+0001047972 00000 n 
+0001047993 00000 n 
+0001048014 00000 n 
+0001048036 00000 n 
+0001048058 00000 n 
+0001048080 00000 n 
+0001048102 00000 n 
+0001048123 00000 n 
+0001048144 00000 n 
+0001048166 00000 n 
+0001048188 00000 n 
+0001048210 00000 n 
+0001048232 00000 n 
+0001048253 00000 n 
+0001048274 00000 n 
+0001048296 00000 n 
+0001048318 00000 n 
+0001048340 00000 n 
+0001048362 00000 n 
+0001048384 00000 n 
+0001048406 00000 n 
+0001048427 00000 n 
+0001048448 00000 n 
+0001048470 00000 n 
+0001048492 00000 n 
+0001048514 00000 n 
+0001048536 00000 n 
+0001048557 00000 n 
+0001048580 00000 n 
+0001048602 00000 n 
+0001048624 00000 n 
+trailer
+<<
+/Size 1141
+/Root 1 0 R
+/Info 586 0 R
+>>
+startxref
+1048646
+%%EOF
diff --git a/hash/Analysis of Transposition Tables.pdf b/hash/Analysis of Transposition Tables.pdf
new file mode 100644 (file)
index 0000000..999550b
Binary files /dev/null and b/hash/Analysis of Transposition Tables.pdf differ
diff --git a/hash/Information_in_transpositiontables.pdf b/hash/Information_in_transpositiontables.pdf
new file mode 100644 (file)
index 0000000..b28eeb3
--- /dev/null
@@ -0,0 +1,9542 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 595 842 ]
+/Count 13
+/Kids [ 6 0 R 154 0 R 203 0 R 236 0 R 257 0 R 279 0 R 284 0 R 296 0 R 308 0 R 313 0 R 350 0 R 369 0 R 415 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im1 8 0 R /Im2 9 0 R /Im3 10 0 R /Im4 11 0 R /Im5 12 0 R /Im6 13 0 R /Im7 14 0 R /Im8 15 0 R /Im9 16 0 R /Im4 11 0 R /Im2 9 0 R /Im9 16 0 R /Im2 9 0 R /Im10 17 0 R /Im5 12 0 R /Im7 14 0 R /Im2 9 0 R /Im11 18 0 R /Im12 19 0 R /Im4 11 0 R /Im11 18 0 R /Im9 16 0 R /Im8 15 0 R /Im9 16 0 R /Im4 11 0 R /Im2 9 0 R /Im10 17 0 R /Im7 14 0 R /Im13 20 0 R /Im14 21 0 R /Im15 22 0 R /Im11 18 0 R /Im16 23 0 R /Im17 24 0 R /Im18 25 0 R /Im17 24 0 R /Im19 26 0 R /Im20 27 0 R /Im21 28 0 R /Im22 29 0 R /Im23 30 0 R /Im21 28 0 R /Im20 27 0 R /Im24 31 0 R /Im25 32 0 R /Im17 24 0 R /Im26 33 0 R /Im17 24 0 R /Im27 34 0 R /Im17 24 0 R /Im18 25 0 R /Im17 24 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im21 28 0 R /Im20 27 0 R /Im31 38 0 R /Im29 36 0 R /Im32 39 0 R /Im23 30 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im27 34 0 R /Im17 24 0 R /Im25 32 0 R /Im17 24 0 R /Im36 43 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im21 28 0 R /Im34 41 0 R /Im27 34 0 R /Im21 28 0 R /Im20 27 0 R /Im29 36 0 R /Im23 30 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im40 47 0 R /Im50 57 0 R /Im51 58 0 R /Im52 59 0 R /Im43 50 0 R /Im53 60 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im56 63 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im60 67 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im63 70 0 R /Im60 67 0 R /Im64 71 0 R /Im54 61 0 R /Im65 72 0 R /Im52 59 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im53 60 0 R /Im43 50 0 R /Im58 65 0 R /Im66 73 0 R /Im55 62 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im41 48 0 R /Im40 47 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im60 67 0 R /Im57 64 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im53 60 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im70 77 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im58 65 0 R /Im43 50 0 R /Im59 66 0 R /Im66 73 0 R /Im43 50 0 R /Im58 65 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im67 74 0 R /Im42 49 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im40 47 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im58 65 0 R /Im67 74 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im58 65 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im43 50 0 R /Im40 47 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im45 52 0 R /Im47 54 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im52 59 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im69 76 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im60 67 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im50 57 0 R /Im58 65 0 R /Im57 64 0 R /Im70 77 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im74 81 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im40 47 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im55 62 0 R /Im40 47 0 R /Im53 60 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im46 53 0 R /Im58 65 0 R /Im59 66 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im57 64 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im44 51 0 R /Im68 75 0 R /Im62 69 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im69 76 0 R /Im42 49 0 R /Im76 83 0 R /Im39 46 0 R /Im47 54 0 R /Im69 76 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im58 65 0 R /Im67 74 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im50 57 0 R /Im52 59 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im59 66 0 R /Im47 54 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im50 57 0 R /Im40 47 0 R /Im53 60 0 R /Im55 62 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im48 55 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im58 65 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im68 75 0 R /Im78 85 0 R /Im52 59 0 R /Im43 50 0 R /Im79 86 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im67 74 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im47 54 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im80 87 0 R /Im81 88 0 R /Im82 89 0 R /Im83 90 0 R /Im84 91 0 R /Im85 92 0 R /Im83 90 0 R /Im86 93 0 R /Im87 94 0 R /Im88 95 0 R /Im89 96 0 R /Im90 97 0 R /Im91 98 0 R /Im92 99 0 R /Im91 98 0 R /Im88 95 0 R /Im89 96 0 R /Im88 95 0 R /Im93 100 0 R /Im91 98 0 R /Im94 101 0 R /Im95 102 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im43 50 0 R /Im58 65 0 R /Im50 57 0 R /Im44 51 0 R /Im51 58 0 R /Im52 59 0 R /Im40 47 0 R /Im57 64 0 R /Im59 66 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im30 37 0 R /Im20 27 0 R /Im21 28 0 R /Im21 28 0 R /Im96 103 0 R /Im68 75 0 R /Im62 69 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im43 50 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im42 49 0 R /Im59 66 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im46 53 0 R /Im40 47 0 R /Im48 55 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im106 113 0 R /Im107 114 0 R /Im108 115 0 R /Im109 116 0 R /Im110 117 0 R /Im101 108 0 R /Im111 118 0 R /Im112 119 0 R /Im113 120 0 R /Im104 111 0 R /Im114 121 0 R /Im115 122 0 R /Im116 123 0 R /Im103 110 0 R /Im117 124 0 R /Im118 125 0 R /Im104 111 0 R /Im106 113 0 R /Im111 118 0 R /Im103 110 0 R /Im100 107 0 R /Im106 113 0 R /Im108 115 0 R /Im109 116 0 R /Im119 126 0 R /Im108 115 0 R /Im111 118 0 R /Im117 124 0 R /Im113 120 0 R /Im106 113 0 R /Im103 110 0 R /Im104 111 0 R /Im120 127 0 R /Im121 128 0 R /Im101 108 0 R /Im103 110 0 R /Im100 107 0 R /Im121 128 0 R /Im103 110 0 R /Im115 122 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im123 130 0 R /Im125 132 0 R /Im108 115 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im127 134 0 R /Im115 122 0 R /Im127 134 0 R /Im129 136 0 R /Im130 137 0 R /Im130 137 0 R /Im131 138 0 R /Im116 123 0 R /Im131 138 0 R /Im118 125 0 R /Im118 125 0 R /Im105 112 0 R /Im132 139 0 R /Im106 113 0 R /Im104 111 0 R /Im101 108 0 R /Im121 128 0 R /Im133 140 0 R /Im106 113 0 R /Im115 122 0 R /Im134 141 0 R /Im133 140 0 R /Im103 110 0 R /Im135 142 0 R /Im103 110 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im104 111 0 R /Im136 143 0 R /Im118 125 0 R /Im100 107 0 R /Im137 144 0 R /Im105 112 0 R /Im123 130 0 R /Im138 145 0 R /Im111 118 0 R /Im118 125 0 R /Im101 108 0 R /Im136 143 0 R /Im139 146 0 R /Im140 147 0 R /Im112 119 0 R /Im104 111 0 R /Im103 110 0 R /Im113 120 0 R /Im141 148 0 R /Im103 110 0 R /Im104 111 0 R /Im115 122 0 R /Im113 120 0 R /Im101 108 0 R /Im106 113 0 R /Im103 110 0 R /Im104 111 0 R /Im142 149 0 R /Im101 108 0 R /Im143 150 0 R /Im141 148 0 R /Im115 122 0 R /Im133 140 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im141 148 0 R /Im144 151 0 R /Im145 152 0 R /Im121 128 0 R /Im105 112 0 R /Im123 130 0 R /Im104 111 0 R /Im113 120 0 R /Im136 143 0 R /Im101 108 0 R /Im111 118 0 R /Im112 119 0 R /Im113 120 0 R /Im104 111 0 R /Im114 121 0 R /Im123 130 0 R /Im100 107 0 R /Im136 143 0 R /Im146 153 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 425 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]K³å¶qÞϯ¸K{á#âA\90ð2å¸*\9b\94]ÖÒ\9bD\92c%\92\9fJ©òïsx\88æ\f\80¯\ f¾\ 67s§îL\13@£ß/üýÓï?þþÉ}üüéï\9fÒÃÇåcy,\8büéÜcKÏ\1fk|¬KüH9>\16\1f?¾ùñÓWÿö£ûøÍ_?ýþ\vøüHK\r¿=Òþ\ 4Oþ±Å\16Ü·àé\91S³¼?\7fl\1e,\1fZøý\11ñòÛ\ eÀc¿üæ!ø\8eÀ×\16Ü­\ f\87ás\ 2§OýîSDàÞ\ 5°üÖï~Yº»[\9e_ôÞ?|já÷\16>>\82ï\90ï_ð\19¬\9fYäû°2È×HÇÇÈ\90\8e¾ûä\98Ý«Ë'twÝò\85M\1aì¯Ï-ù\1díß-,ñù\8cÐ×\11\9fF<a¡\88G;~xÒ\1eŸ-í\15p\ f\ f\ fäFè±wÐn\br{Ë#¥ë\ 3Ý\ 6\v\11      \ eÀùÊþW$·úý«Ô÷<\16C}*ï\86´ÞâÝ\0\ 5'Í»\81\13\9c*õìÛ=æ\89ËJ1\8fFýÑm\1cõwäwê\9dè\13R{\9dây*Gå\ 3\ 1mÀu\18\v\ e\0é×uì¯\11p\\1dEÀ½æ=å\91Û\8aÞ_+øNw¹\87o  øõ\e·?éÐwðÄ\r\94õ÷\15­ß1\80ºþóÜÌúé\11w´þó\e\8e\81Âco\bðdI¿\14\ e¨à}GÀ¡;\7f\81\7f2BÞ;x \80Z\ 2\14ø\84ÖïX°ßÿI\11Þ;\ 4ß1\80º\7f¿RûWñ\17\16
+\7fî\11\eøð2Æ|(
+è)ÈÝrÁwü÷\94²Ýý¿Î\1fåüO=¸_ð½í§Ð\9f\8f\eE\7fûcÇë¯Ë#÷ëÓüç\9fú\87Y\7f{d\ fé?y@ÿ¾\83W×ßÜ-þ÷[¸Åÿ~\ fÓüÿÂÿ\9e\11þ»õ}§\80Êþó\8aè·\93\1f\bþe½æ\fà\ 3-?Ââoñ_X ü\0Ök«\7f
+¼Cò#tëkø\vn§ð\17:\vä4      \9e{xÝ[Íÿ\81\96\7f\97\ 1;\90\7fÏ\7fÝáù\ 3\92ß\ 1Àï\18\7f\ 1á?tò«7\0Ëþ#ºÿÐÉ/\8dÿÃênñ\7fX3Å\7f\9aü\ré\9eü\ri§ÖWé\7f\v\bÿ\9düUïÿi@ߺÿ\1d®Ïß\7fæî_\95\1fy#í\ f¼ÿ¸xjÿ\1aýEÇÑ\9f¶ÿè\10þyù\17\7f/ÿ4ù\15=´ÿ\bûñ¼¿\88í\9f\8e~úõO\8b0\ 6Ñ?û\97ø\aú¯\rü\89ýQ\1cÀã\1c\17ÿ\ 5à\80âû?Â'/ÿÕWë\ 3ý×: eý§ýpÀÕð±Ã¿jÿ>ý\97\bî¿Õ\1f\ 2\9f\11\1fmè¯À\1föG\ f\ fìg\r~Cð\1dÿ¨øË\1cþ<°?Oû\ 3â¯\93\1f\ 5\9f¾Ð¿\11ÈÏV~}¶?Àú\84ü.òïðÃûówô»¾¢-Øþ8é¿\82§é÷°\1f\18ü÷þ\7f9¿G÷¿\ 2úoù¯¬\1fV\ 4OËï\10\17\ 4\7f\88ðþ\80þëõ×i\7fÈúëc¿â\7fk\a¯úï[\81\7fúÁ_ì\1fèO\8c?¿m\b\1eèOE~\bÿWð½ü@ò÷ô\1f\8aþ«×ïøG]?ïÔú\1aÿ\1fþ\ 3\80\aü¯Ð\9fðï$þ\ eþeö¯Ò\9fCë÷ô§óïròo½ÿNþhú'xtÿ+­?\83G÷×ëO\9dÿáúÀþPð\17\1f\91:\13þ9á׸}\99úêä×ÚE\80\výïg\0\81'\ 2ðÛéÿçPàÓ\17öK\ 2ü§È\8f\8cößË\ fíü\aý\83õ\81üRà] ð\87â¿/ÿÇ/h}°\7f|~¡¿ñù1¼+ù\8fµðQY\9f\90\1fç\8dºtÊß\1a\1eé\1f,?Ü\16\0</ÿÜî\10<Ø?¶_\8eø5\80ïä\87º~\86ð@~bþuEþ7ðD\ 2Câ×\1eá\9f·ÿ\17t\7f½üRí_\aï\8fÒß/ûÓ\95õ\9fvÜgû3Ñö§äÎG÷§îßCüóö{8í÷\ 6\9e·ßC¤èG_\7f§ÖWñWìÇ\11þTú)öã4ý¬\90\7f\ 1ý(ô\9fÐþ{úW×O\99Z_÷?9ù¥û¿P~òûß!ý\ 3ÿU³\7fÑý%âþÅ\7f\85ø\aô«Ù¯\90þhù\19\16È?ôùÃ\ 2ù\9fÖ_bÿNÃ{Dÿ\bÿ\9aý\8aô\8fÁ~\r\bÿ\ 6û\15Ê\8fÞ\7f\ få\87\ 1\7f\7f\84?%~±Bþ§å_Hh}^þ\ 5Rþ¨þÏSþpò_¹¿\rá\1fù\1f
+þ±ýÅû\7f\18ø\17Ê\1f$\7f\95ógt\7fýù5þ\8bPþðò;.Üý«ë»{ú#z\ 4Ïë¿\18¸ûW÷\1f8ù¥î\1fÛ/4ýÄÈÊ\ fL?1"ýÑë?-~æÄ~YÞÇÏTÿ¡Ô\9f­Ë(~\87ñïÒ\ eà\19ýQü\9f\12¿_\974°ß1þ\9cÄ\1fêõéüáá¿\1dù\93\1a>uûWý_áÿz}>þ¸8jÿªý%þ×ò>\7f¡ú\ f%~ÖÀÓö\93w\bÿ\ 6ÿ³ÄÏìôÓø_Ëûü\93ºÿ\80îÏà\7f\86\9d¤_Í\7fBç7ø\9f\11\9dßà\7f®gþ¤\81çýÏ\15Ê\ fÞÿ|ÚOÌú*þ\12â\1f\83ÿ\99\10ý\eègó$ý(ô¿Cþ7øo\90\7f\rþ\eä_>ÿ\99Yú{\9f\7f\18ÑÏ(\7f8Ë?GýÒ\1dü\ 5\aå\ao?BùÙÛ\8f½þ\11ÿ\rÁ'>\7f\19Ò-þ\97üÁøþ4ÿ\ fÝ?òÿ\95ý\93òKõ¿ üBü¯ä\9fÓ\82Ö'
\eÿo\96~\13§\7fÕü3\94_(ÿ¬Ä\ fHù¥Ò\ f\96_üýg\88\7fZ\7f\1cõSwôGÈÈþBñ\ fÍÿCð\9cýüò\1f\1c¼?"\7fö¹~êÎù#¶ßhû3Bû\8d\93\1f\90(ûK÷ÿàý\eü?H¿àümýÖrÖ\8f­B¿g\1dò      ¿Ñü'þ_ÌUþ\16Ôßbþ9ü¿\ 3®\81§ùGü¿\ 6\9e¦\1fÉßÕð|ýÉÑù  Ö\añ\a\ 5¾È\9f\92\7fÌ\10ÿtüBüÇæü´ýçJþºY\9f·ÿ\16\84\7fCü¾È¯fÿ¼ÿêÐú\ 6ûÓ¡õ\rþ\8fgéÿ½ÿYÃóòß\a\88?Z\7fJþ¬Ù?￯\90~yÿ}\85üËûï+\87?=ÿ\86øÇà¿_ò+Îùï\e\\9f÷ß7È¿<ýî\9e¢_\95~JýÂ\88~ôõó-ýá\8bý5«?¤þtD?ºÿÉñ\8fjÿ:Ä?¼ý\16\1cÂ\7fo¿éõk\ e࿯_Óó\87\90\16^­ÿÂ\9fý;\8dþ\0ñS¥þ) ü÷õOêùc¤Î¯Þ\7f\84ú\83÷_¡üdâ÷â\7fBú3ä\ f\1de?©õ·IÖ\ f\a\ fñ¯!\7f¿£ý\eð\ få\97¡þ\94¶ß4ÿ\ fÉoÞ~\95ü߬ý\19\17hÿ\12÷/þ\1fG\7fjÿ
+\94?}ücäÿÍÚ/1@ýAÛ/\11Ê\1fÞ~\89\11Ñ/o¿Dl¿\ 1ýÿÞ\7f\8cG\1f×[ÿQÉ¿\89ÿ¸û)ûGò\87q\8f\ 3úÑü·\ 5ÁÓöÏ\91?|\9d¿\86§í\1fWê§\1axÚþ9êG\99õõúÑ@áOõ\9f÷\1dÀóö\8fÔ\8f\8eÎ?ª\1f­áyûçò\1fkxÚþñ¥ÿ§\81§í\1fï ý\1aüÏ|\8b~½ß(úÑëO¹õõü'¤\7f:\7f\9fÓôSê'ìô#ðèü|ý\99ä/\9bõyÿ=¡ó[êG!ýÑö\97Ô\9f\8e÷¯ø¿\12?\eÈ\7f=ÿ\88îÏ\10?\80ò\váOë\7fBò³\8f_éý\8f÷ä\7fX8ù¯×\8f"üõû\1fÕ\9f\8eäWï¿\9d7zÔ\9f¾ü·êþ7Þÿtù\96þ\95úÕiü{n}½ÿ    ®OËOÉ\7fÎÊÏ\10¡þçÏ\1f9ý¡Ã#ü!ÿù}þu\ 4¯ÆOV\8eÿuÿ\17á\ fÉ\7fÅÿÞ\90ýÂØ_åþ.ûq$?µúWxÿ¼ÿ¹#ùÅé¿×þs\ 2ûßèõ#¶ÿèúë\bí?Þþ\92üç,ÿElÿÑü\17Iù§úß~\96þêúÛYûçò\7fëû£ãW\92?\1dí_«_¹üßZÿÑõ+®Ô_ÄÍOÉ\9fcpíký\1a\9eÏ¿\95þÅ\1a\9eï\7fw[Ñ?O;î}ý®Öÿ\98Ðú\86þÇ\15ÁÓñ·Ëÿ¬ñGÇß®üç`ÿjþ`A÷\87øGó_áýñóC\1c\ßà?Âû3ÔÏ.\14ý\ eó\9f\ 3þÑáw
+^÷?!ýñùk±¿\86ô£øOb\7fÕû'äg]\7fÛÀÓúϯ\88þ\rþË\8aÖ7äï\92\a÷g©¿\85÷Ççï6D¿\86ùA;\92ÿ\86øÉ\ eù\97¯ßÍ\1cÿéùK\84?Cÿ\é\1f\18ѯ^¿\8aöo\99¿\ 1å7\9d\7f\ fNèw\99³\9f=§?txÄ?\88ÿ´úÙ@ò\8fâÿ@ùÇËï£\7fò\8eü>üÏ9ûIü×\ 4î¯\9fÿ¤Ö/¯èü½ý§Ò\7f\82ò\9b÷\9f\13Ò_\86øÍ\86ø\8f¯\9f
+\e¼\7f~ÿÅn\1eÓßÀ\7f\1cÈ\1fµþ9Cúçë\9f\7fhû!BùÇ×?\1f\ 3È\ 1þiþ\8d\ eÒ\1f\9fÿt÷ô÷á?ÞÑßÑßÓß1pú[÷?\91ý\86üO\ 5ÿ\91\93\9f*ý¬PÿÑñ\83+\7fZüP³ÿ$ò«\827øO\12ÿ¯×\aþ\9f\96?-ñÃz}Þ\7fÞÑù\rþ³ø\9fõþyÿYüÏu\9bó\9f3Â?oÿ\ùÓ\1a\9eÏ\9f\89ÿ: \1fÕþ]2¸?~þàå¿Ö÷G×\ f\þç:\9a¿£ù¯\89¤\1fÍÿs\0Þà?\ 5H\7ftüËGx\7f\86ù7\e\80çó÷~Eøãå\8f\87òËP¿\9d þøøÇ\ 6ù\8f÷ÿ7\84?\83ÿ¿#ú1øÿ;ZßàÿgD?\13ùËIùqÌÏaä\87j¿-ðþøúÅ\ 5ÉÏ\9eþÕúSwÎooðÇ÷ï\výǹþý+þ\eß÷/êñ[\ fà9úýr~Ý\11G\9f\91¿WÿK´÷\9f\9dõC\9eZ_׿\b\7f\ 6ù±@üñõ\13\ eÞ?\1d?¹ê\87f÷ïÑú\86ùa¥ÿ®\86\ 3ïç×\8dð§Ï\8f+þG´öß
+|Døçãï\11â\8fÇ\7f\eâ\7f+ÂÿDÿK|ß?ªë_x\7fÝùûù×¢?Ñým\14ÿ\9cõCÛ-þ\97ùÉÓ÷·ß¤ß2?}D¿ªý\9c\1aê\7ffå¿À#ùiè\7fqp}¾~\1fË/¾ÿÁCþããg\ 1ò\9faþA¦î_\9f\7f\ eñg¨ÿ\81úÃPÿÃí_\9f\7f\80öÏÔÏÈüv¡¿÷ó§ôú\1d´>ê\1f\1fÄogïOâ·Cù¯Åo!ÿÛûW&õßÕ¿2\90\1f*ýe\8eþÔø}Fò·\8fßëõ?¬ý¤ÀCû\8d\97\9fÑ¡ûãågÄò\8b¾ÿ\bí/Þ\7f\88\19꧰ü2Ï?\18Óß \7f%\8eæ\1fhþW¹ÿð~þ½>\7f|Eð\86ùã\ eÀóþ»ÛÐú\86þ\93­Èÿ\1aÞÐ\7f\82öoé?I\0\9e×\1f2ÿü ãwúC\8f\7f.äùµú\9f\80ÎÏû\1f\12¿\b\83Wüu\80?5þã\11ý\eâ\7f"¿Â\ÿ¤\ fp}>þ&ý'õú\ 6ÿ\ fáÏâÿ¡õ\rñû\15ò\ fx\7f\1fVD?(þ®Õß þ3Ô¿Aùey?\v®OÛo×ü\82\ 1ÿêþ\1f\94\9f|ÿS\86ôÃß\7f\86ç7̯\83üÃÏÿZàùÍóËgùWÞ/\19ë_Íÿãô\8fz~\ fñ\ fô\876¿\ eÊ\7fÞ~\ fh}Cÿ9)¿Ôú!é\7f\eð¯Þ\7f\ 1å?_\7f´"û\ 3å\8f\aó\v&í¯\90 ü¦ë\87/ÿmH\7f\v¶¿\fóï8ûO÷\1fÑý[æ\1fÀóÓü\7fÕßLêï«ÿcR\7fG\aå\87½ÿcR\7f\e\93ú;bû\89Öß2ÿ|V\7fËüóYý\1d¥ÿlR\7f_õ7\93úûòÿü\ÿÏU\7fãß÷ÿ¨þ\93È\1fÿ¾ÿE\9f\7fà\11¼½ÿÃ[ûǤ\7f\ 3á¯×ßúüôóýê\1a\9e\9fÿsÕßÔð¼ý'ý³\83û\1fúo\ 3ü\rû?êýÓï\87\1f\ 3úÑçÏ¡õ\rýï\1eѯ!ÿ\198úSóOR¿\Á\eòO\12\7fòsý\97~\85üÇû\8f+<?\1f¿Hèü\86üSBûçóO\97ÿg\96\1f\ 2¿Rô§Ï\9f\83òÛðþ*â_\ 3ÿexÿ\1d¼\9eÿ\83üC×Ï]óç\ 6ô«Ï\9fC÷Ç×_\ 6,\7fxÿÑÃûãûG<+¿\aýû\93úÿê¿\98ÔÿWÿÿ¤þ\ f\11\9e\9f\7f¿¶ÄÝGòCÏÿ!üYò\7fB?n\10¿Uð\9fXüký\1f\88ÿ\rþÏ\ 6ñÏÇ?v(\7féùÛWÿŤþ\ fP~¡ù\7f\1a\9f¡~\7f\9báý+h?ññ\vy¿j$ÿ\86ý\135¼¡ÿ\1eѯaþA¸'?c`å§2¿/¢óóý;WÿŤü»ü¿\81üÓôïåÿ¹÷ý;úü\80"?Ý\ÿÔ\95ÿsïû_ôü]¢ÖWÏ/ó\83\aç×ë?7\ 4OóÏQÿÙï\1fõ\1fâüï\91ÿ;áÃÛü¯V\7fpõ_Tëóó#ü²ÞºÿË\7f\1cÜ¿^\7f\1a\11þéøù5\7fνïßÒðwåÿ\ 6ø\eöï»÷ýSÃþý\1a\9e\7fÿ6Büñó×"\\9fï?\10ÿ±Æ\1f??\7f\85üG×ß\ù¿Yú\97ù\99\ 3úWý·\r­oÈ?ïP~óóë3\82·äï\10ý\18ú\7f ü±äï\ 2E\7fzÿ\ 6§?ôúQDÿ\ 6û_âçËûù5zý(\8b\7fÅþö\bÿ\ 6û?@üóõs\11ñ¿áýé\bù\87¯\9f\84òË\90?[¡üæó\8f Þ\1f\9f\7fLðþøücy¿xd\7f¨ø\83òË\80¿\1dÞ¿ùýâ\91üRû\9f\9eòï\15\7f¯å?\95\7f|ñoFô³ñù3,¿èúñ+\7f7É?WþnÈ?\9aÿ\bù\87\9fÿ\rå\97aþ·\87ö\a=?åªÿtï秨þoàü\1f½~\14Þ\9f¡~\94\93?úú\1cþ\86ýû¥\8eЪ\7f®üa\ 5ÏÏ/¸ú÷kxº~@ÞO\1eí_\9fÿæî\9d\17\ 6ç\1f¾\9fU¯Ïç/%þ>X_÷ÿ\8aþ¨×'ò÷§üô¥þêx\apæý\8c«ÿp\12\7fWþp\80¿aÿa\rÏÛÏ\9e£?Ý\7f\84ôg\98ÿ\86èÏR\7f
+ùÏ0ÿ\rÒ¿aþ\e¿eþ\e<¿áýå}\92þÅÿ\84÷g~\7f¹\867ô?nèü\86üß\86îß\90ÿÛ\11ý\eò¯\19é\ fËûËHþññßcþ8¸\7f>\7f¸Àõ\89ù-Mþr\12ÿ\ 1Ê?\84\7f-ÿÈí_÷\1fáþéþ\97#ÿxâß\19û_dý\9d\94?\83üãPþ\ fò\8fCù¡å\1f\91ü³ç\1fgõïå¿Öøãów\eÔ\9f\ 6ÿ\93Ó\1fúü6\16\7f\12ò\ fí¿\84\fé\9fï\9fÌ\90~\rõ£\90~\róÇÑúH\7f\fæ¿\rìw½ÿð\1eÿÊûËcù¯\9c\1fË?þýæÀÙ\7fúü7x~¾ÿ\11Ë/"~Uö_æ÷\1etøn~åèýå°Ï½ß-ý\87\r<mÿÈûY5¼a~Lñ\1f\ f903ÿ_êG\9býóï\1fïðü¼ÿ\9báùÍóÇGøÓó\9f'\³\7fz~ª/õó5þ\11ý)þ§\93ó¿ï¿\1fͯ±ÓO\9d\7f¬á\rö»çÖ\1f½\7fÕÀóóÓKül\96þ|\91_³ô'ý\8bãó¿÷\1fkx&ÿ(ð\88þÑü\ 5åüPþ\19òg   ò\1f\91¿þüþUÏ\7f\e\1f\7fØàútüýx?ë\88¿7ø'êg¶³~þ\89¿õÉ÷\87\1d¸í\17</\7fÒé?\84mîýrWò/5<Ï¿®Ìï«áù÷«Ü\86Öïé_­ÿ\10ýQ¯Ïï¿ÔÏ\8dÖGòû\94ÿ\19Ào@~kõ#hÿüûE\97üßÞ÷\ f©õ\ 3\8eÃ\9f\1eÿCð\96þs\84?>~.óÃ\1ax^~G\88? ?püäè?\0üg®?iàéø\89Ì\1f\eÝÿ¨ÿ¼Á\1f??!Áûãç·\96ùa³òCÞo\18ñ¯Þ?\9e(üëõ#\1cýèïG°ô«Í/˷俼\1f1\92?úü0\96\7fÞ¿\1f\7f­ÿ\ 1Ò/ÿ~\9cGüÃço¥þ¤Ù?ÿþE\10ú\8dSï/KüoÄÿzü\ fÊ\ fCüo£èO¯\9f\81ò\8f\9f\7f\ 6\92þ\15ü­\90ÿÍýëcþQâ¿IôÇû÷»Uüm÷ä\8fô?Øùçsÿ;\80çß\ f-ïW4ðüû§;Ò\1f\86ú\9b\fí\17\9eþÅÿ\1fÐ_x\ 4\1c?\84òw£Ï\1f¡ýh\99\7fÆÉ?\8d\7f¤~fÄ?£ùi#úUûï\ 3¢\7f¦ÿNà¡þàãÇ\11í\9f¯ÿ½â\8f\ 3ûwôþá\91ÇxO\7fZÿ|Ñ?i®\7f\1f\1a\7f¾ä?\1ax\1a\7f®ä_kx>\7f\ fÓ¨ÿ\vÇß.ÿ/½ï\7fÓç\8fÁýóö_yÿatÿzü\ eÝ\9f!~Wú¯ÆøÓü?´>\8a\7f+þW\99?ݬÏû_\ 1Ò\1fï\7f\85Lѯê\7fExÿüül±_\ 6øÓão\90ÿ\rõ\eèþ\99ü¥ô\1f õyûá\88¿õ÷ox¿rw÷ø§Ì¯\1eñ\8f\1a¿ß9ù¡û\9f;)\7fµ÷\ 3!þùúù\ 5®Ï篡ü`ò×â\7fÁýwë«õ#\1eÒ/Í\7f2ÿkVÿ\84\bõ§¡~\ 3­o¨¿Y\91ü1Ì¿Z¡þ¡ã?!Áýóô\ 3í\ fCüb\83ëóñ\8b\1dÚ\ f|ÿ\8eø?CûMó\7f\8dê7Fö_\9fÿ8¿xøO¯üGªÞ\8f§å÷ñ~<s~½ÿ\0êoÞ\7fp\9cþ\1dõ\8f\8fõ\a\96ÿÒ?>¶\1fµú    D\7fÈ\7fÐê78üéþ\vÒ\7f\86ú\9d\bí'¾þ@ò\8f%\ e¤ûo\9aÿ³\ 2x¾~Fê÷\ex°>\96\9f®ô/5ðtüRæ\7f\8dίú\8feþj\ 3Ïϯ.ów\9aýóþ\9fäßjxþý\9a\ 5Ý¿åý½xkÿÒÿ=½\7f\89¿Ôð\86ú\8d\8d¢?ýý=Dÿ|üOæ?7ð|ÿ{\80ëóýËÑ!þáû\97#Ä?_?/ñïÁúzþ\ eÒ¯¡~\ 3á\ fÙÏZþ\ eÞ\1f\1f\7f\90ú\83¡üÐü7$\7f\fþ×\86ø\97\7f¿XÞ\8f\1fË_åþvH?<ÿcùIÏ?ñP~òùÛ\0å'\9f?\97ùÓ³ü\13$~5É?ò~Ñ,ÿ\ 4(?\rþ\83Gú×2?\8cã\7f\19¤\1fÚ~\91þõ±ý¢ÁÃóÓõ;\97ÿYÁ[Þ\7fw\88~ùøEâô§î?¢õ\rñ\97\rê?~ÿ;¤\1fCÿ9ä_~~\ 3¶ßøógh¿òï\9f/\9cþÐß\8f\87ö\1f\9dÿ\93¾ã\91þÓß/\82ëÓöÛ\95\7f\9b´ß®üÛÀþ\1aõ¯ÏÚß1@þ£å§Ì¯\1eË\7fíýø{ø»üÏb\87\9aóOâ\7fVð¼ü¹êÿkx¾ÿ[ì§\ 1¼^¿¹Qû×ß\7f÷\b\1eø?\1a|&áß¿ÿ>½\7f\89¿×ðDý\8fø\8f\ eÑ\ fÿ~ÊRü\8f\1a\9eï\1fv\1cý¨õÏOÿõ\15ÿ«à\99÷\97Ïúç#ÿ÷ª\7f~òñçúç\8d\7f?Õ£ûçã?Wýè\80~úùÕâÿy\80ÿ\8d\9f\9f\16!ÿÐô/ï\ f\8dèoÔ?>ËÿWþpÀ?êüï\84è×òþlY?ä¹ùß\eä_Cý('¿ôüc\ 2ç7ÌÿÞÑþ-ýç\9cü\1eÖ\8f\ 6ÿ©Ì¿\1eÓ\9fV?
\17\90¿\9aÿ\bï\9f÷\1f\1f\86ó\aH?æ÷\87\9aû7¼?\ 4å\a\7fÿñ\9eü\rXþðþë
+õ?ÿþO\82ôgxÿ\aÉÿ>~¤æ\9f¡üáß\8f¹ò\7fÃý\ fò\7f\93öÓU?9´_5ÿ-PòO­ß\83ò\83\8fÿ\1dóÇ\98ûÓë\1f¡ýÀÏ?v\9cýª¿?\84ä\ f\1fÿ\8bPþðñ¿Ë\7f\eú\1fÚûA\vyÿ\9aÿ\aíw~~wDüÇÍOør~ØQG2c\7f\9fÏsþ\87ø\7f5¼áý \9dZ_ïÿö\0\9e×\7f2\7fºY\9fÖÿNä×àüZÿµ¼?[ß\1fßÿ\7få\ fëõ\rïÇæ[÷\7få\ f\87÷¯ÁCüóþ«Gø7ø_\9e[_µ\7f\ 3¿áýÔ\bñÇço"ä\1fóüèñýkþ\17ä\7f¾\7f?!ü\19ÞïÁòÇÐ\7fÍѯ\9e?,þc\rÏû?;\87?Ýÿ\83üOÇ\8f}\99\9f?Ú¿z\7f\19é\ fÃü\9f\ 5\9d\9fÏ¿ËüéYü_õ£\15<?\7f'@ùgÈ_:È¿¼ÿä9þÕý?\8e\7ftÿ\ fÊ?¾ÿ+Âûçñ\17¡ý¯\ få\9f¡ÿlEú\83¯?            Ò\ fOÿåý\90\11ý\ fó\87\ 3üéó¯WR~(þ#¶ÿøøÇ\8eðÇ×\9f\84\1d­o\98ÿ\9d\ 38\7f\1fÿVý',ÿhù\15¡üêù_¯?\85ôÏû?Ðþ2ø\9fR¿0i?_õ§\ 3ûY\7fÿ\bÙ¿\86ùkÐ~3Ì_\83ö\e¯?/ÿÏm÷ò\7f\15üDþ¯\86·çÿ\ 6ðÃüß`ÿÃü_\rO×?_ý{³øÏ\1cþõü]@ëóö£ø\7fõúüû9\ e­oè¿sèþ\fýw¾Ø\7fõú|ý\9c\87ççý¯\0é\97÷\7f#¤?>\7f&õO\ 3þ\19Ö\7fÎ\9e\7f\85ôËûOeþs\ 3Ïû\1fR\7f\eúߤþÊŹþÙ\ráßP¿¼£ý\eê\97w¸>_¿,þß\0ÿ£÷\8bÆò_[\9f½\7fÅ~\\10þ\föã\82ðg°\1f\1d¼?Þ~tH~ñõËGþï\ eÿ\ 4\8fø\97Ï_\1có§ïÈß\80姡þ\14Êo:\7f\9f©ñÏ×/¯ìý+þ×ÊÉoÝÿ[îñO\82úÛ0\7ff§èG÷?¡ýÆÇ\1f°üäý\7f,?ùùM\99Ó?jþo\81÷Ççÿ ýgð¿\16t\7f¼ý\e\1d§\7f\86þã$ý]þãÀþÕû\17\91ýÅ÷ÿËûE³òûÊ?NÊï\bå\17oÿ\þçÀþ\19½_\14Ê;¦Vþ\95÷\8bjxÃû=ÒÿX¯oÈ_n\b\9e\8e\9f;\99ßPÃÓó\97Ü\8eÎÏÏ_ºú\1f\aç×øÏIý{\r\9f\1cõ£àüüüË\ 5â\9f\9fß)ö×$ýÈûE#ü\8dÞ\1f\1aí_Ï?Âû3Ì\8föèü|ýj@øçç\ f^þë\80\7fÔúIñ_\9fzlfþà\95¿\1cÒ¯æ¿ÞãÿÃÿdø_\9f_ÍÑ\8f¾þF­¯âo\83ò\9bïÿ\94þ¡\ 1ý¨çß¹ó«ô\ få\9fÁÿÎPÿðó\7fdþi\rÏÏ\ f\\90üêå\8fúþæÓ\7f}Õ¿Wð}ýûúX\9bûÏ/\8dä\8eúÍ'\9cO_ö\9fì\1dý¸'ÐÞ~à8\92[ó«\80¾ù@\87À£Î­Ó GM¾D\90\9b\ f\80\ e¾Üe\0^ð»C\eè$hî4p~é´#\ 2\và;  Ðcð\ß?o\0À\83\17´ñþ½óÔþ{\ f¶Ü\89´04\1f R ×\aà\15\82\19Þ\1eÞà\11\ 3\ 5ð\1d\r\1e©&ü\81è^DÜ| \13"§ÉÚ_áQ\84\92÷\16>\13Ft~©\ 5\19"ÝÀw4¼uLXö¿!\12Ê\84\13RÖ/Fàh}õ\ 2vx\81\86\vÈ\ey\ 1\18þ\88\821\eèiXàw°~&¼Ð\13\812Ek\84À§®Âë\87\80\93\ 1¹c¡â\ 5\94)\12Çk\92\9f»\88\ 5E\81\9f{EÜ\95(T\ro¨¢\Ñú¼\15(YÄf}ó\14\9bñþ\95W|J\15W\83?z
+£T¡6ëóU¬%\8bXÃóSX]\89B\8dî_\7f\ 5è\84köÏ¿ÂQ¢ø£ûW³(¥\8aáÐ$ï_\ 1R¼ÈC\13õûç³x\ eÝ¿e
+\ ewÿú\14\ex\7ft\17\86\ f\90ÿ\rU¤èþø.d©"màù*â\15âßPEz\8f\7fä\15×Yùé7N~êU¤h}$ÿ´*Î\85\82W½è]îïý+ìú+®\90~ø)´\19Ò\ fñ
+nyE³D±ÇòC{\ 5ö\1eÿÊ\14\97\95).#þÕ_qàô§^\85       õ\1fxET{Å\15é_¾\vüxÅ\95Ñ?£W\1c\9aõiþ\97\ 6ÞPE\89ô\ fó\8a\9edÁ8úQï?!úaø¯ð\8fȯ!ÿ(Q\b,¿ÌS\fí¿°ß³ÿB¾gÿ\ 5,¿hüÅå\9eþ\92.±ý×¾âQª Ý\19\ 5jì7 \7fZûK²h\v\80÷ü+\12>\9e\ ex\r\ fì\a\r~¿\aÿ\84ë÷\9f;ý§EÑb@øã_Ñ\8b±Ä\80*ÿ\8f\7fE/®÷ì÷Hûo
+ý&d\7fð¯`Å\ 4í\a~\8aÐ\86à¹(î+\v)ö³Û§²\b.\8aü\¦ü\a\18\r<\9fE\\8bþ©áé,\82+Y\90\ 6\9e÷\1f×D­¯â¯tÁ\8fð§OÑ\8d\0Þ\10\7fØàùé)\f2Åv´\7fÍþs;¢\1f¾\8a\b5ëóUØ\19áÏpÿ¥
+otÿªÿzùÿsç\97*äÑùG]¨£û×_\ 1Fûç»\0$\vÜ\9cß<EhDÿú\14Û\1d­Ïûï\11â\8f\9fâ»Búç_AY!ÿ\19¦\10Aúá«\90KÜw,ÿ´)¶pÿ<þ7¨\7f\f¯\98¬\bÿü\14Þ\9d£_=\8b\vñÏWqd¸\7fà¿â. É¢Öú\1fu\ 1\ 3¸\7fÞ\7fÁò\87÷_$~0I?Ò\ 5:+?e\8aì\88\7fÔý\a(ÿù*è°\ 2þ³øÿPþðþ¿Ä\1f\ 6ü¯¿\82ÂÑ\8f^\ 5\féÇð
+%·\7f½\8a\17Ý\1fï?\84\84ø·×\9fêù\13'?ô)F\88\7f,S\8cÐþùøyÈ\b\7f\ 6þ\85ò\8fçß+þ0)¿®øÃ\84þ9ã\ f\v\90¿\9bá\15H(ÿùW\10ý¬þ\14x´¾Á\7f\ eh}\83ÿ\1c\7f¸'\7f"ö_ùWXV(ÿéüKÄö\1f\7fþÄÙÿjü%±ò_\89?AùexEu\83þ\e_Å+ô³ì\83ø\85ò
+L©Boàiûï\8a\7fÔð|ý\83ÐO\ 5\7f\80ë\e^á     \bÞP¿°Qëëõ\v\ e\9dßP¿\0Ïo¨_@ø·Ô/Dêþôø\ 5Ä¿a
+\17Ä??\ 5iAø7ä¯\17È\7f<¼Cç7Ä\1f¤~a@?zü\ 1­o\89?x´>ïÿ\ 6´\7fCü'Büó÷/öû\90\7fµWP\11þ\98.Þ&~QÃ\eê'\10ÿñöÇU\09{þ\8d;¿>\ 5\vÑ\ f¢\7f¥þ`\87üÏW±g´¾¡\v\ 2Ë\1fþ\15÷ÒEÓÀó¯\80.PþòþÛÂÝ¿>\ 5\19­o©¿\98\95_\9f» \19ù£wQï\0ÿLþ_¦h\89þHoãOzü\ 1Ú_DþVà=e¿iþÛ\15¿¨öÏ×\ fÉ+:³ò7¬\9cü×ë/ ýÀß\7fB÷o\99b\ 5í\a¾\8b\1aÚo\86)Ö;\\9f®?»ê/fï\ fÊOË+°\9cüÔ§0CûÙ0\ 5:Qü¯¿\ 2\vñGÛ¯\11Ú\7fèþ\94.rÏùo\1aýF(?-S¼ ÿÒò?\ 6Hÿ´ü\8aRÿ:\90_êù¡ÿi8ÿ
+íO>þ°ròG¥¿\ 4ù\9f\9f\82]^Q\9c\95\7f1Áûç»ø¡ýXÙ_a{<ùùøÈù×ú3¿ZÎ^°ð\aM/\7f.&ùN\ 6\1a:<9Ë\95:\9e#\9fþy\1f\99è¦;\7f#q\f©Ç/ðD\1eî\8c,I\1dF\rï\96¾\1dï\91ñ\ 6J;jû\ 1à\89µ\92¤ì hÒö\ 3\84(\97\ fìð\ 3D.·| ¼hÐ~\00S[\f'\1f\ eÀ\9bB
+\12·\9dCbÏN'\81K9Hû\ 1`Oõõxç\abùÀòX÷Ï\1f \1cº\82\83\8cw@D\94
+\ eò
+q@\90òù\ 1)        i>àhRö\vÞ\ 1è\8ak\e+O\1c\880iw\0²Ê­T+;pp\a\8e0KË\ e\8aZn?@óÂQWBñBOHç\83G2^à ¤\10?ï ûÀÒ!ñ$n_*+\eJt\1d3i"Q\ 6\f´8 |\8b\82\83\88%\12Õ\9cp0\93<\91Ü\1e\81\88\8e\97\1d\94êºö\b\ 4\a°X'ì\83r\84\ 4\99©\17(*/\94\ 2\97!/¨GØð\ e\b\13O>\80I\99è\11(8Ø2+T±Lô\97P\9d\94\89G\97\r)\13[3§| Çb^Ô·@ÄiÎ#\ 4,Tû#htp\ 4\8a&eây¨à\1cÇL\1a\1dÈÀ»¡LÔè xZ¹bR\ e\1eÓ\ 1-\95%ZDHåö\1aO:\90vãæ\ 3\9e¨7);\bÐÈê\væ5å*\ 1#ÂNTv\10I$ªt\101\12y\1c¬P/ ¦\ 1í\ 3P3õGÐtãñö3¥\e5y e3í\11:\ 3£ßÁR¦¯/e\aõ\aÀó\91mã{ÙÁ\86)\91°\ fd\a\99ÝA;þ£ì\0KeOä~Ë5fR&jê]\8a\1d\10\8aå<\94Tß´\1f ÂGò\81\ 4o\ 1\1c\81\838èw \91òñ\8c\18EÊê\ e\ 3¤\Ï\ f@Ýè  Ý(\1f\802\115A)\1f\bð\1aû\ fôÊõ$e©Âi?\0ÆP`[9FÒVVwPê \86;ÐxA\1ay\bSWû\0¼\85þ\ 3\9a÷\1e7x\v½÷ÞÇp\96s¢á&\ 6FxM6\12\1c\10Áàâ|\97b\9ac¨Ã\94\81áÊLÈö\ 3\9dPU\ 3\10¢\9d÷IíìD;ï\ 3ݨyï.Â#\ 4ÚJ\93\8e¤!\125\89t\84Â^\12i\1f:\9eXµÉdÊö\b © à %\ e\az$ËA\1c\0ݨ\84\13ËX\92v\aD^¡ì`\87tÐï@\8f\1dôר"1»\9bH,\ 3*\87GP=×2awÈ\8d½@\91@T\80G ¢y²\ 3(Pz\99¨úÎ\ e\1f\81\88Ï\7f\8ed!B\ 2\16
+\96ʾ<\13Úî £DÍN<*\8cNv\9e´\13¯HVs\ 4Úõ=¦\94\ 1\10\88r\8d\11²s\7f\8djD3B\81\82âÊ
+%*R\99\10ª\12\88ZÐ-0\85.ÛëPG$ëe¥í_\ e\1aqL¦¨\1c!ARîcª*;\97\90\9dõ\ f`R6D² vî#\18*\ eÊ\9b\81Í\a\80r\84\1d+W^&î$\12Õ°ð\9e9í¬"\11ë\85\1e\89*3e\9a\99\94xb&U\9b\1a?XHõ®\7f\80¼\85ÞÄ\91\ f@RFÓC\950\90Ã;à\vg\z\84¥£\ 3frIÙ\81¤HF¼ \ 6a|\9c¥DÙÁM3O\8a¿æé \90t ^£âpÐ\99.y}zB"\9dzáx\86\11é\ 5\82\94e\a¹| Þ\ 1mêÊC\1aC\97G3q\ 2ö\17x\13ç(B£L\1cõ\b¬jScª)sBU30\8ep e`¨\94¸\91RYMPl\90\94ù¤mÀª\8d\1eñD
+\89ê5fhhòI[©\86;\98É\98´]J9\9bç(QÃA\ð\11\ e\13ÒQ\10GúL-\12e"Ü9QÈ­µ<øâ\ 3ÿòõ§¯~ë>ÜÇ×\7fúô4¨\9eð\1f\878*\7fùúÇ'\91F\9f\9f_]·çÿùöã\17ÿþ×\8f\1f¾ÿ滿üó»_\7füî7¿ýøÛ?þúíÿ~óÝ·\1fÿù\7f\1f¿ûÃOßÿðÃÇ\1f\7fñÍ\1f\7fùñÛÇÇ\1f¾ÿûÇO\1f¿úøóO?ýí×_}õóÏ??~úó÷ÿ|üå»\9f¾ú£ÛÒ\9fþñ\1f\7fù\9f¯þöÏ\ 3îñç\9f~üá\97\1f_ÿ÷§\7fýú¹»ÿ\aÜQ\8e·
+endstream
+endobj
+8 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 426 0 R
+/Name /Im1
+/Width 26
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\81ÿH\98\ 1\88\ 6\8fæf)ú\rr\0\18Fg\17
+endstream
+endobj
+9 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 427 0 R
+/Name /Im2
+/Width 40
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁþ\83áÿ\ fù\7f@Âþ?\90øPßðÿç\81ú\ 3ü?\eì\ f°ÿf°\7fÀþ\ f\95øC+âÿÿÇÿÿ£\11\1a
+µóu\ 1Ï=V¤
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 428 0 R
+/Name /Im3
+/Width 29
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÏÀÀþÿ\0\83üÿ\a\föÇ?0Ô÷ÿ`øÏÿ\83\11\84ÿñÿ`þÇþ\81ù\1fó\ 3æ\7f\8c\a\98ÿ10àÂÿÿÿAÁøÔR\ 3×ÿÿ\81\82e\8dê6J\ 2\0\9aµJç
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 429 0 R
+/Name /Im4
+/Width 35
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ÿÃÀÀPÿÿ\0\ 3ãÿÿ\1f\18\98ÿ°ÿ``ÿÀø\87\81ÿ\ 1Ã?\ 6ù\ 3\fõ\fö@¢\ 1LÔ7\09\bâ?\90x@\ 4\81¦\ra\1eØx°E`+Á\96\83\9d\ 1v\10\ 3ÈiÊ
+uó5\0¥yE?
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 430 0 R
+/Name /Im5
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüQÇðÿÇÿ\86ÿ?ÿ\1føÿûü\83ÿ¿å?ðÿ\97ÿÀþ\ f\86ù\1f°ÿa?Àþ\87\91\81ý\ f\ 3Åøÿÿ\ f(XF¡n¾"\00¢8Ã
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 431 0 R
+/Name /Im6
+/Width 63
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍÅ¡\r\800\10\ 5ÐO\10\95\1dáؤ\8e\990¤·\ 1#°JÙ\84¤ º²\84¦\9f
+\ 4\ 6Ï3¯Ë}\81M`\16Â\97¶£²¶'·íl\a\17Aµ§Ê\ 1¯æ\82\14ø`ø\!ù}\81¤\1fMFraýÚ\ró:Þ³\9c\83ý
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 432 0 R
+/Name /Im7
+/Width 36
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmË¡\11\840\14\84áÍ "S\0"\bf(#Eá/tB+)%(ì\93\b\86½}\983g>óï¢\1a\ 1"¹!õÒ\91-\9bH/\97\88·\82\88M\ 4\bü\18(\8a\b<5¹}ì\8fìã²\89ê\10ÿH^\9d6>(}¥%\1e´ÈFS®6O\9f\ 2ålEd
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 433 0 R
+/Name /Im8
+/Width 25
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90c``@ÇvH¸\ e\8aÿ100\ 213\10³\ 3±üÿ\7f\fÿ\9103T\8e<ÌÞ\80\v3þcg`üÏÏÀð\9f\8f\81¡þ\ f\ 3\83ý\ f \ 3>0HêÕ¯\95\a\0\97>3\84
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 434 0 R
+/Name /Im9
+/Width 18
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÀþ\81\81ÿ\a\83ü\1f\14\ 4\14\ 1\8a3?`À\ 5\18ÿ0üGBü\7f\18Ø)Fÿÿ\1f\80#!ãºMb\0Èá8\ 3
+endstream
+endobj
+17 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 435 0 R
+/Name /Im10
+/Width 49
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 2\fõX©\aü\7f\18\81\14\ 3ÿ\1f Q\a¢ì\19j@\94<\84âgø\ 1¦\1a\ f \8a\9d\18\8a\ 1D\81ÀТ@áÓ\80\9d24¨]o\ 1\0¿¬cõ
+endstream
+endobj
+18 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 436 0 R
+/Name /Im11
+/Width 25
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-̱\r\840\f\85á_¢ ¼\9a\86d\92ËJ7\0(\9e\80\15X\85\91\90®I\11Å<\ 2²>éI¶\1f¾1z#H¢ñÕ,ÝL}5À\ f
+ÙO\92\17ýT>ú\eîÅmtS°\1fÉNBW\1e꠽ݭê´ðWÇ\91\8d)®{¼\0\8cö6\8f
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 437 0 R
+/Name /Im12
+/Width 39
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccü#ÿ\80áÿ\9fÿ\7f\18þ\ 3\ 1\90xPß\0¤å\ f°ÿc\90\7fÀþ\87\81ÿ\ 3\90`ÿ\ 1'þÀ\bf0ñ\8f\ f\8a^°Qü? Æ\83-úÏ`\7f\80ýÿ\81ÿ\rì g°\83\1cÄ\ er\1aP      \ 3i\ 4Ð\v\18\84º^Ý|]\0¼¬a\84
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 438 0 R
+/Name /Im13
+/Width 39
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÀð\1f\vÁ\ f"Ø)"ä\1f\0     aìÿÿÿ\a\12\ fê\eØÿ3È\1f`ÿÇÀÿ\0¨\84ý\ 3\88ø\ 1#\98ÿ \12ÿ\88$Pµ!Ì\ 3\1a\ f\blå÷\ 3\1f\83\9cq\0ä \ 6 ÓÔ\8dê6ê\ 2\0â×\~
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 439 0 R
+/Name /Im14
+/Width 19
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃð\1f        ñÿa`\1f ôÿÿ\ 38\126ªÛ(\ 6\0\81S?o
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 440 0 R
+/Name /Im15
+/Width 32
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM˱\rÀ \f\ 5ÑoQPz\ 3B\939X,\ 26É*\1e\85\11()\10\ e."qÒ+\ f<\81¢\95TÅMn¾»Î\8dÆ%4\93`\99R\91·bÔ\9cUàT~\ 2ì\97\10¸#ø\81Ç)\r¨6$\15ø\85\18ó{\7fÄÑ<\12
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 441 0 R
+/Name /Im16
+/Width 29
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ñ\11\800\b\ 5ÐÏQPº\80ÆE\18ÌÊc\ f\97É(\8c@\99\ e\89UÎ{÷(\13\94Ù¡ìPª\88ïõ\13\18kr\8a¥sç¹Èlb\eÄZÕ:\90éÕpì÷s¾\10h,5
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 442 0 R
+/Name /Im17
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãÃ\ 3VÖê\16^\0#e\ 5G
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 443 0 R
+/Name /Im18
+/Width 39
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀü\8fñ?\ 3û?\ 6{\ 6ö\ 3@\82\1fDHC\89|\ 6ó\ 6\86ô\ 60\91\ e%\8e7\9cg`8ÞØ\ f#\9aù\19\18Û\9bå\80D\e\9cè\91c`f\9fa\ 3#6\0   æ\ f6\f\ f*`Ä\81
+\ 6\86
+\86ÿ\87ûÿ\ 3 þÿ\fê2u³U\ 1ô\13+\10
+endstream
+endobj
+26 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 444 0 R
+/Name /Im19
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUû\r\800\f\ 5Àg¥pÉ\0|²HÄ\TÈ{°\8c\b\19 âá\b\1aN:!!¤¡$\8f\15EÞÇ\98¾êhjh\19à\1d;¤îq\1amLþ¯\96¡¶Å=v\90-:æå¼Ö\a\7f¶)\86
+endstream
+endobj
+27 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 445 0 R
+/Name /Im20
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93³±¯K?\9cÜ~¼ÿ8?;\e;\ 3\1f\14Ê@¡\ 5\83\ 4\83\80PíD!\0ÌÏ\a¦
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 446 0 R
+/Name /Im21
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀü\87\9fG\86Ç\86Ç\82§Â¢þÃÿ\ 3\1f\18 °\80£@Æ¢Âþ\ 1\7f\ 3\9fPÍDa\0:\9b\ eÿ
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 447 0 R
+/Name /Im22
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãgl\90on0nnH\ 6¢v\86Ãí\fìì ÄÇ\aG
+<2     22      @\92Ïæ\0ÿû\ 6æã\fÂBµ\13Å\0\9b4\rr
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 448 0 R
+/Name /Im23
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? \7f\80ù\0s\ 3\ 4²3@ \1f\1f\9f<\9f1_ºÌyÙ~y6y\ 6û\ 6Ë\ 3\16\ f,\1e\16<\ 6Ãg\ fj\12,\ 4dkç\b\ 3\0\r\9f\13ù
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 449 0 R
+/Name /Im24
+/Width 6
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93±\ 1\ 2\1e                \v\83\84\ 3\rl¼µ-¼\0%T\ 4r
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 450 0 R
+/Name /Im25
+/Width 22
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÃ\0\a\10\88½\ 1\81ø\19\10H\ e   Ù@Q\ 5\10U0ü\0¢\ 2\86\a\1f\18\12\1f0Ô70È30\88ÉÖÎ\16\ 3\0;\90\13\13
+endstream
+endobj
+33 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 451 0 R
+/Name /Im26
+/Width 37
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5Ʊ  \840\14\80á_\ 4«àkÓèU\16v\8eä\b\96ï8Ñlp\ 3¸LF\11\"]4       6\1fß~Å\7f\88W\94Уµ\7f¨\\1a=!Óð©
+\ 6©5c\91¦0!¦0#VÏ\84G¦oÆ!ó\ fäLøíÅ­\ fd\14ÚÂ\ 2&1tz\8c7/Ê#8
+endstream
+endobj
+34 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 452 0 R
+/Name /Im27
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿü\7f\ 3#\88`°aøÀ\80NT0>À >0\1f\80\12ÿÿC Æ\aì\rè\ 4ó\ 1~\ 6t\82½A\ e\83øÿ\19h\0\98P\94©\9b-\ f\0Ìä.\16
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 453 0 R
+/Name /Im28
+/Width 27
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿQÿ \1e\88ù\19ø\18ø\19xàX\8eA\ 2\ 5Û0\18 à
+\86\ 4\14ü\81á\0\ 236@03\ 3C\ 1\e\10ó00XX00È\7f```?ÀÀ -[1[\1e\0æÀ\19\8a
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 454 0 R
+/Name /Im29
+/Width 11
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àø\80ñ\0c\ 3\ 3\12àc°g0nHn8Îp\9c\81\1dÈ\ 3A\19\ 6\19\a\8b\ 3 hÙ`Ï ÇÀ-S;\9b\17\0`0\fH
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 455 0 R
+/Name /Im30
+/Width 11
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8À\b\86Ì\r\10øÿÁÿ\aì\fì\f|P(\ 3\81
+\16      @xÀâ\80|\ 3?\ 3·TíL>\0Õ=\ e»
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 456 0 R
+/Name /Im31
+/Width 25
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg8Ì ßx¼Á\18\88\93A¸¹¹ápsc\ 3;3\ 4ó±33 0\13\10³1ðñ\ 11?\ f\ 3\9f¼\ 4\ 3ûç\1f\fÌ\ f\1f0H
+ÕN\94\ 1\0\13;
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 457 0 R
+/Name /Im32
+/Width 15
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàc\90\ 3B\1e\ 6\81ñ\a³\ 5\9b\ 4\9b\ 5\8f\ 5\ 3\b\16\ 3\bd<\0\81Ì\rÉ\rß\19¾3üc¨`àWi\9cÍ\v\0à!\11õ
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 458 0 R
+/Name /Im33
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|ÆÀþ\8f\81Ï\8eAF\8eÁF\86ÁB\86¡\ 2\8c>XÀQÃ\87Â\86\a\85\r\1f>6\14~f°·c\90\93a\10\14ª\99(
+\0û>\12Ú
+endstream
+endobj
+41 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 459 0 R
+/Name /Im34
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\93c°¯gH\7fÜ\90|¸áxsÃqæ\ 6v0âcg\80">\ 1\19>\ 3\10\92I\0"\vþ\ 3\12ì\r"Bµ\13Å\ 1Ó\93\rÓ
+endstream
+endobj
+42 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 460 0 R
+/Name /Im35
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccà?À \7f\80\81\19\88\1a\10\88\9d\ 1\8e\18ß1°ÿcà³c\90\91\91\90\0£\ f\16pÔð¡°áAaÃ\87\8f\r\85\9f\19ìí\18äd\18\84dkæ\88\ 2\0v\1c\17\92
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 461 0 R
+/Name /Im36
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg\93ï7îOîOn?ÜÌÎÌÎÌÇ\ 6\86,|<2<|\12|\ 6ì\ f\98\ f\b\bÕN\14\ 6\0¾?\b\9d
+endstream
+endobj
+44 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 462 0 R
+/Name /Im37
+/Width 11
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc\90cøÇð\8e\81\ f'üÿàÿ\ 3náÚI\82\0\aÃ
+endstream
+endobj
+45 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 463 0 R
+/Name /Im38
+/Width 26
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\81ÿ@ÌÏ ÇÀÏÀC5ÌΠÁÀÞ ÁÀÜ`ÀÀxÀ\80\81áÁ\ 3\ 6\86ú\ 3\f\fò\f\fR²u³å\ 1\10z
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 464 0 R
+/Name /Im39
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûWÇðï?\83|?\83<{\83\1c\11èÿù\ f@$"T?Q\1c\0\1aT\13S
+endstream
+endobj
+47 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 465 0 R
+/Name /Im40
+/Width 10
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\ 3C\19\ 6\ f\båðÀÿ\aþ\1fà\92m\98Ã\r\0Ì\9e  _
+endstream
+endobj
+48 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 466 0 R
+/Name /Im41
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿà\7fÿ\ 3\ 69f\ 6~6(bï\ 1£;\fÌ7Àè\a\ 3ã\a\10bx\0EÂBõ\13Å\0\vR\10i
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 467 0 R
+/Name /Im42
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÿAÆÂB¦B®\80ïÿ¿ÿÿ>0@`\ 1C\ 5\9b\r\9b\1c\ fÿ\ fæ\aüBõ\13\85\0\ fà
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 468 0 R
+/Name /Im43
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷àÿ\aù
+9\ 39\ 6lðÿ\83ÿ\ fx\85ê'
+\0\0\ 4\1c\v\90
+endstream
+endobj
+51 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 469 0 R
+/Name /Im44
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\ 1)\0Öÿ\1f°?ðppà0à0ð\0þ\0\7fÀ\7fà\1fð\aø\0xÀ8À8à8ðpÿà\8f\80\r\12\7f\91\10ºþ\14¦
+endstream
+endobj
+52 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 470 0 R
+/Name /Im45
+/Width 12
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc`\ 3C> \94c°cøÿàÿ\ 39\ 64h\0\83|      ü\ f\98\ fðHÕÏ\14\0\0÷\18
+3
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 471 0 R
+/Name /Im46
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿà\7fÿ\ 3\ 69f\ 6~6(bï\ 1£;\fÌ7Àè\a\ 3ã\a\10bx\0C\a@¨à\0ÃÏ\ 6\86\83\r\fÇ\19\18ê\18\18l\18\18\84¥ê'\8a\ 1\0ü\92\17\
+endstream
+endobj
+54 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 472 0 R
+/Name /Im47
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÿ\87AN\8eÁ\82\9d¡\82½¡\80¹á\ 3ó\ 14\ 4\14\ 4J\ 1\15\0\95\ 1\153\7f`\10\12ª\9f(
+\0\14R
+endstream
+endobj
+55 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 473 0 R
+/Name /Im48
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨aüÇ|\9f}>¿<?\1f?\ 3\fþ\7fðÿ\ 1\82\87      ë?Ô\7f\10\90m\98Ã\v\0\8f]\f^
+endstream
+endobj
+56 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 474 0 R
+/Name /Im49
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83áÿ\ f\ 6~\ 6\92\90\ 4\12²àg0àg(àgøÀÏøáÿ\7f\10\12\95©\9b-\ 5\0\ 6`\ f°
+endstream
+endobj
+57 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 475 0 R
+/Name /Im50
+/Width 32
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgÇ~àßÿù\1fäÛ7|\90g~P\ 1ÂrÌ\a\88ÆÿÏÿü\ fÂ
+Bõ\13\95\ 12G"\8e
+endstream
+endobj
+58 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 476 0 R
+/Name /Im51
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇÀð\8f\81A\ e\ fªc\90ÿÏ ßÞ Çx@\8eñ\81\1c\ 3\10}À@\ f@R\8c\a\80Êdÿ3HÔ0\88ÈÖÏ\11\a\0>a\160
+endstream
+endobj
+59 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 477 0 R
+/Name /Im52
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgßðϾA\8e\9d\bÄßÀ'ßÀÿý\ 3óó\ f"Bõ\13Å\ 1\b§\11®
+endstream
+endobj
+60 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 478 0 R
+/Name /Im53
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n`\7f~\80ÿï\ 1\eÛ\ 3\16²\r\15r\fpd!Ã`cÃ`ÿ\81Áü\ 1C\ 1\ 3\bÙÿ`°ÿÇ ÿ\9fÁþ\7fC\ 1û\81\a\8c\bTÀÜ`ÃÏ ÿ\8f\81ý\a\83\90Lý$Q\0\16<\1e\ f
+endstream
+endobj
+61 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 479 0 R
+/Name /Im54
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ@=\10Wð3\1f(àg<\90ÀÏpà\ 1\83\ 3ü\f  È\98\81\9f\81\81\12Ìüÿ\ f\18KËÔÏ\96\ 3\0ø1\17\1a
+endstream
+endobj
+62 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 480 0 R
+/Name /Im55
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇÀð\8f\81A\ e\ fªc\90ûÏ ßÏ ÏÞ G\ 4ú\7fþ\ 3\10\89ÈÖÏ\11\a\0·¹\14³
+endstream
+endobj
+63 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 481 0 R
+/Name /Im56
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏðÿÀÿ\86ÿ\aø\eä\18ø\ fð\80\ 3\1e\ 6\9e\ fP\\ 1Å6@,\aÅüPÌÞ\ 3Äg\18x\98\81\98ñ\r\ 4\81â\1a ¶\ 1c9\ 6\19 - Ìà%S7[\1e\0®¸\1aX
+endstream
+endobj
+64 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 482 0 R
+/Name /Im57
+/Width 10
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇð\8fA\8edøÿÀÿ\ 3\r\ 1ÿª ·
+endstream
+endobj
+65 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 483 0 R
+/Name /Im58
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fÀ`ÿ\83¡Æ\86¡F\ e\84\18\18ä\18Øÿ1Èÿc°\91\90\0B    d\97PQÿÀþÿ\ 1þþ\ 6a¡ú\89¢\0þt\13^
+endstream
+endobj
+66 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 484 0 R
+/Name /Im59
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o`\0"v\9c\88ùy\ 3ÿÿ\ 6\ 6\vö\86
\86\ 2ö\86\ f\18¨\0,eÁ\ fRÆÿý\ 3ûó\ f"²õsÄ\ 1£o\1e#
+endstream
+endobj
+67 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 485 0 R
+/Name /Im60
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c``àGÂò\r¨Øø\0\ 2'>@à\ 3\1fà\98±¡\ 2\82ÿÿ``þÿ\87\81\99Á\ 6\8cÙ\18äàX\1e\bÿ\1føÿ\ 1\84edëçÈ\ 3\0\9b<\1e;
+endstream
+endobj
+68 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 486 0 R
+/Name /Im61
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀÿÿ\1fø\19~ð3Ôð3Øð3Ø!!\e°à\ f\82ÿ\ fø\19!j\80ârü\fò¨\b¢þÏÿÿ?þÿ? !S7[\16\0¹Ä\1a=
+endstream
+endobj
+69 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 487 0 R
+/Name /Im62
+/Width 18
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fРÿ³ÁF¾¡\80½¡\80¹á\ 1\101BÑ\a\ 6\ 6 ªa`¨?À`ÿ\83\1f\ 3û\7f\ 6\86ÿ\r\fü\r\fÌ\a@\88ñÀ\ 1\18\ 2ianøÀÌð\87\8fáü\1f\86æ\1f\fBrusÄ\ 1Ô´$\80
+endstream
+endobj
+70 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 488 0 R
+/Name /Im63
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9f\81áÿÿ\a\fü\8c\1f\18ø\19*\80Ø\ 6\88í°`\e\88<H\1dHýÿ\ 6\ 6\ 3@>\90Í\0Â\1f\90ð\ fdlÀÏPcðÿCMÂÿ\ fö\ f\18\18ø\ fÈÈÖÍ\96\a\0ï² L
+endstream
+endobj
+71 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 489 0 R
+/Name /Im64
+/Width 25
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu̱  \800\18\ 5á\v\82i\84Ô6É\1a\82\19ÌBä\râ0YÅ\rRÚÅß`kñuÇ\91$Ú%WWù\92\14\b\8ax3(\9b½sÚÌÝÁ\9f·Ù?ÙØ\83d\ 2#¾L¸º@«\90
+s<Îø\0\1e¬
+endstream
+endobj
+72 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 490 0 R
+/Name /Im65
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ãÿÿ\1f\18ø\19þ\0±\1d\10Ë\ 31\b²7\0ñ\ 1~\ 6f\18~@\0\81ô\80ôò7@̱\ 3\9b\r²ã?Ð.i\99ºÙ
+\0Ñz\1e1
+endstream
+endobj
+73 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 491 0 R
+/Name /Im66
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûWÇðÿ?\83|{\83\1có\ 1\a Äð\ 1\1d\99\ f\0\95Éÿg\90«a\90c@Gÿ\ f\80\90\88TýDq\0¦\97\19\18
+endstream
+endobj
+74 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 492 0 R
+/Name /Im67
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÿC®Æ¢¦¢¦Àâ\ 3\ 3\ 2V0T°Ù°Éñðÿ`~À/T?Q\b\0Z\94\ f\14
+endstream
+endobj
+75 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 493 0 R
+/Name /Im68
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1+km\v\ f\0!\ 2\ 4à
+endstream
+endobj
+76 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 494 0 R
+/Name /Im69
+/Width 27
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo\7fþÁ\7f \96ãgo\90ãgf\0a~þ6\b\96nc`\9f}\ 6\827\9ea`þø\ 3\82\1fü``|ð\ 1\82\ f\1400\1cH`\90\16ª\9f(\a\0üg\1aH
+endstream
+endobj
+77 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 495 0 R
+/Name /Im70
+/Width 11
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?\10r37tñ\ 1\0\ 6Ä
+endstream
+endobj
+78 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 496 0 R
+/Name /Im71
+/Width 5
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øðãG\85\84\84\84\81AA\82\ 3+om\v\ f\0\ 6 
+endstream
+endobj
+79 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 497 0 R
+/Name /Im72
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ØÀÿ¹ANºÁ\86¿¡\82\1d\84>` \888P\81\9c|\ 3ÿ÷\ 6æç\r\fì\18Èþ\ 3\10\89HÕO\14\ 3\0\19æ\1c\85
+endstream
+endobj
+80 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 498 0 R
+/Name /Im73
+/Width 21
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«?ÿ¡þü\aþö\ 6ö6\ 6æ3\fÌw\18\18\7f00|\0£
+\ 6\86?\f\8c@4\8f\81Y\9e\81\9d\9f\81\9f½áÿü\1f@$*Ô0Q\f\0\8f \14ÿ
+endstream
+endobj
+81 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 499 0 R
+/Name /Im74
+/Width 12
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a~\ 6Òà\7f \1e\1e\99úÙü\0
+v
+endstream
+endobj
+82 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 500 0 R
+/Name /Im75
+/Width 27
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ço`øÿÿ\0óãÏ\ fØÛ\1f?`g?ü\80\9fýà\ 1\ 3\fèøÿÿ?`\8cM\8e\18\ßþ\a\8c¥e\eæH\0\0-Û&Ù
+endstream
+endobj
+83 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 501 0 R
+/Name /Im76
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇÀð\8f\81A\ e\ fª?\0Bv\fr\12\fr\ 6\fr       \fr\ f\18ä\81è\ 3\bÉU0ÈÕ0ÈÙ0\80\14È1ÈÉ3ü\9fÿ\0\88\84eëç\88\ 1\0Ñ/\13ú
+endstream
+endobj
+84 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 502 0 R
+/Name /Im77
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿSÿ§¢¢àGÂ\87Ä\aÉ\ f\92\ f°7°÷ðóÈóÈÉØHÔHTTüÿñÿ\a\9fPýD!\0²l\12è
+endstream
+endobj
+85 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 503 0 R
+/Name /Im78
+/Width 27
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o``øÿ\80\81ùÁ\ f\ 6ö\ 6\e\ 6~\ 69 äg°cà\aòØ\ej\18Ø\ f\80p\ 5\ 3ó\81\1f`U¸1H\rL=H/È\f\90Y 3Af\83T\81ìb\0Ú)-W7G\ 1\0b»&\1a
+endstream
+endobj
+86 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 504 0 R
+/Name /Im79
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g`øßÀü¸\81½ý\0\ 1~ bnàg`\80£ÿÿ\ f\0\11?3±¨¾ý\a\10\89Ê6Ì\11\a\0÷Ä\1d>
+endstream
+endobj
+87 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 505 0 R
+/Name /Im80
+/Width 23
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`g`àg`¨g`ÿÏð\1f\8c~üg` \rªÿÿ\ f\82ÄÕ«\97)\ 1\0    \r-g
+endstream
+endobj
+88 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 506 0 R
+/Name /Im81
+/Width 42
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4\rõÈdCý\ 1û\86\1a\86ú\ 3ü\r\15@\92\1dJ\16\0\86\ f ò\0\84|\0$\19q\92\f@\92\81a\80\87\1e \90Z\1auËõ\ 1\ 3\8f
+endstream
+endobj
+89 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 507 0 R
+/Name /Im82
+/Width 46
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUű\rà\10\0À·\|\97\1fÀ\96\7f\83Hé(,±\92ËT\8692\r£ü\b\94\14/È#á(nî\9a\ 6em\7f\92\90L   3Ê\1c\87Å\8es\17Ì\820)\95ÇeeÝ\0êªk·\9aÍ\9d;@p§3ßÁôÙ\1f?\853\0\vË%%Jw1b\1c>\97ðy}\ 1ÔÃ=É
+endstream
+endobj
+90 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 508 0 R
+/Name /Im83
+/Width 29
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀøÿ\ f\ 3óÿ\7f\fü\1fê\eä\ fÈ\1f°oà\7f\0Âõ\fì\1f`ø?\ 3û\ f|\18¦\ e¦\17d\ eÈ<öÿÿÁæ3\0í\91\95®\9b¥\ 4\0\ 6\921\1c
+endstream
+endobj
+91 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 509 0 R
+/Name /Im84
+/Width 39
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ f\86ÿ@\0&\ e0ÿc°\7f\0$ø?\0        ö\1f â\ f\90`\ 6\13ÿ\b\13\7f`:ÀzÁ¦\0Í\ 3\9b\f²\83\19d\eP\8c\81J\ 4È8$B]³n\85\1e\0k)RR
+endstream
+endobj
+92 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 510 0 R
+/Name /Im85
+/Width 23
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÁÿó?þßÿÃÿó\1fÿG\18\87ÿA\ 5ÿ\ 3\ 6âÑÿÿP$.]7K\1a\0÷\84
+endstream
+endobj
+93 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 511 0 R
+/Name /Im86
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81á?\14ó\93\8cÿ3ð?ÿ\7f\80ÿÿÿ\aüÿØ?ðÿ`þÁÿ\80ñ\ f\10ÿ\ 3ÊÃð\7f"0T-Pï\a \ 6\99\ 3dñÏ\a\9aËþ¿\81\8fñ\1f\83\82VÝJU\0\932H\r
+endstream
+endobj
+94 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 512 0 R
+/Name /Im87
+/Width 15
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?\10òS      þÿ\a\82üZu+\85\0JÒ.£
+endstream
+endobj
+95 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 513 0 R
+/Name /Im88
+/Width 26
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÌ»\r\800\f\ 4Ð\8b((ÝCáQ¼\19ñ\1cLs£d\ 4J\8a(Æ E\14¯º\ f\8c(qa\89\ ei\ 3J\83ºÁ\½âÃW@\18\11?\0S\9d\1c¹+T\16J[|½%\7fG\96z\ 6\rÛ~\9cú\0;Ê,4
+endstream
+endobj
+96 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 514 0 R
+/Name /Im89
+/Width 51
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f \9e\0Ãÿ\83ÿ\ fÔ\7f\7füÿÃÿ?\18øÏó\7f\87\81ÿ\ eûwF u\83ù\1fÃ?\ 6þ\ fÌ\7f\90¨\aÌ?èIýÿgÿ¿ÿÿ\ 3TÊXºv\96\15\0B\89^&
+endstream
+endobj
+97 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 515 0 R
+/Name /Im90
+/Width 28
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÍÁ  Ã0\10\ 4À5zè©\ 6\ 2\91&¬Æ\f¾rRÆ\95rî@\90\8f\9b\8d1y\f,Dz\aÂ\13w/üx5zCó\ 5ÅWäË@ºM~Þh\0;°)l
+\8dCNT\12\85´LúD\86\8e\81$hj\17É=.é¯#ÅÏ\81\1cCÿ´`\8cjoííÚõÚñx®¯ù\v\8a_P¤
+endstream
+endobj
+98 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 516 0 R
+/Name /Im91
+/Width 20
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(``\80£\ f Ä\b\1f\18Ø?0È\7f`øÿÿ\ 1\ 4±\83E\88@\ 5\98\88ùÇ\ 3Æÿ\a\18þ70Ø3\88¨Õ/\95\ 2\0CÓ.C
+endstream
+endobj
+99 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 517 0 R
+/Name /Im92
+/Width 30
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüßÀÀÿÿ\ 3\83üÿ?\fö\aÿ1Ø\1f¨\87\ 6ù\ 6û\ 6~\ 6û\ 6\ 6\18f\ 6*þÿ¿\81\1d\88å?Ø7\80Ô\0U\82ñ?\14\\ f\14\ 3âÆû\röÿçÿáÿÏÿ\87ù\aó\1f9éºY\8a\0HÌ/÷
+endstream
+endobj
+100 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 518 0 R
+/Name /Im93
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà\1fÃÿÃÿ\eþ\1fÿ\7f\80ÿ\1cÿ\ 3þ;@|\83ý\ 3ÿ\a(~@\19þÿÏþ?\f+H×ÎR\ 5\0\9dÿ<|
+endstream
+endobj
+101 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 519 0 R
+/Name /Im94
+/Width 22
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%±\r\80 \10\ 5ÐO((íl(\Á\r\92ÂÀ\1eL\83\9bÜ\b×y\ 5á«ñåù¹/ÔD-^3Ôpü'@A\9d¨ì\89²Q\ 3ÍÑ\10\ 6Ü\10\9coýf\83Ñ))7ûE¬±´ø\0ë\19/M
+endstream
+endobj
+102 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 520 0 R
+/Name /Im95
+/Width 40
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿàÿÃÿÿA\84<\83\1cC\r?\900àg°\87\11\rö\f\ 5ì\ré\r       \b\82ùÀó\86\ 3Ì\a\ e\1f\80\10\8c\ f\ e\1fl`|Øø\10\89`øÜø\99\81á3\ 3\8c¨føÆÀP\a\84H\84\r\10"\112\f\16\f\f\12@¨![?[\e\0\1cu4l
+endstream
+endobj
+103 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 521 0 R
+/Name /Im96
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀþ\83O\82ÏF¦BÆ@\8e\0ÿ\ 3ö\ f\f\1f\14*
+
+>\0á\83\aõ\aä\19ø\84j'
+\ 2\0/\15\ f©
+endstream
+endobj
+104 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 522 0 R
+/Name /Im97
+/Width 1
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\18\ 5\0\ 1\ 4\0\ 1
+endstream
+endobj
+105 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 523 0 R
+/Name /Im98
+/Width 9
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãa¨aøÃ0\87A\ 6\vüßð¿\81S ®\9f\1f\0v\19\al
+endstream
+endobj
+106 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 524 0 R
+/Name /Im99
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fðßÿ\83ÿä\18\fHB|\f       ì\f      Ì\8d\a\18ÿ70Ô1\88\8b×O\93\ 2\0\93\87\ fÑ
+endstream
+endobj
+107 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 525 0 R
+/Name /Im100
+/Width 19
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\87áÿ?\ 6y~\ 6\19v\9cèÿü\a@$Ì×Ð+\ 2\0\a7\v\9d
+endstream
+endobj
+108 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 526 0 R
+/Name /Im101
+/Width 8
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93°±\91`\0\81\9a\1a\198øÿ\9fC¼a\1a\17\0AE\ 5ö
+endstream
+endobj
+109 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 527 0 R
+/Name /Im102
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgÿÏÞBFFBF\82Ï\0\b\vØ\13Ø\13\98\ f\80 c\83\0_}¯0\0\9f\19    \ 6
+endstream
+endobj
+110 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 528 0 R
+/Name /Im103
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? ÿÀ¢  âÿ\8fÿ?>0\80`\ 1C\85\84\8d\81ü\aö\ 3¼|õ½\ 2\0\17,\ e\96
+endstream
+endobj
+111 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 529 0 R
+/Name /Im104
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûûàÿ\ f¹
+\19\ 3\19\ 6dø¿á\7f\ 3/_C/\1f\0Æà
+E
+endstream
+endobj
+112 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 530 0 R
+/Name /Im105
+/Width 11
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?P\7fà\ 1\b2üc¨o\90\bæ<xðÿÀ|\ 6n¾ú^>\0O\ f\12\8d
+endstream
+endobj
+113 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 531 0 R
+/Name /Im106
+/Width 10
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`\90\0C\v\86
+\86ÿ\rÿ\e,\18\90à\ 1\b\94oàgà\12©\9fÌ\a\0â \v+
+endstream
+endobj
+114 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 532 0 R
+/Name /Im107
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgÿÏÞBFFBF\82Ï\0\b\vØ\13Ø\13\98\ f\80 c\ 3cC2Ãg\86c\fÿ\18*\18\ 4Dê{\85\ 1+\99\r\1f
+endstream
+endobj
+115 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 533 0 R
+/Name /Im108
+/Width 15
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢@¦@æ\83\1c\f\16ÈXXÈ\7f`?ÀÏWß+\ 4\0áA\f²
+endstream
+endobj
+116 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 534 0 R
+/Name /Im109
+/Width 13
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀþ\83¯\82¯BÆ@\86\ 1\ 2ÿ7üo\80±\91!H\9cW¼a\1a7\0:|\f\12
+endstream
+endobj
+117 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 535 0 R
+/Name /Im110
+/Width 19
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80áÿ\ 3\ 69\ 6\82(\ 1 =\90c8 Çx@\8eýÀÿÿ $,^?M\f\0û\13\11r
+endstream
+endobj
+118 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 536 0 R
+/Name /Im111
+/Width 29
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûóÇ\9eáÿ¿ÿ\ròü\87\ fÈ°3\12Äÿç?ÿ\ 1²|\r½r\0×t\17¹
+endstream
+endobj
+119 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 537 0 R
+/Name /Im112
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81A\ 6+úàÿ\9fA\9e\9dA\86¹A\86ù\0:bo\90çg\90þÇ ñ\87AH¼a\9a\b\0ä\95\ fC
+endstream
+endobj
+120 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 538 0 R
+/Name /Im113
+/Width 19
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûcÏðÇ\9eA\86\1d\aâg\90\91gàÿÿ\80ýù\ 3\86^\11\0¸>\bó
+endstream
+endobj
+121 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 539 0 R
+/Name /Im114
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\9fgÿ¿ üC\ 5\ 4\16\14Ô?ÈoH`¨ÿ`ÿ£þÏ\ 3¹\a| Xacÿ\83ÿ\81\80h}¯\10\0n#\18\a
+endstream
+endobj
+122 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 540 0 R
+/Name /Im115
+/Width 4
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð¡ÀÀ  á\81\ 3\vWm3\17\09\82\ 6\19
+endstream
+endobj
+123 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 541 0 R
+/Name /Im116
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9fáÿÿ\ 3\ fä\18>È1TÈ1XÈ1ØÈ1ÈÈ1ÈaC2`d\ 3VùA\8eñ\ 1Pïÿÿ\fââõÓ¤\ 1Øy\13{
+endstream
+endobj
+124 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 542 0 R
+/Name /Im117
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\87áÿ\7f\ 6y~\ 6\19ö\ 6\19æ\ 3è\88½\ 1(%ÿ\8f\ f\83\f\ 3\ 2ýo\0!!\91\86^\11\0\88X\11½
+endstream
+endobj
+125 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 543 0 R
+/Name /Im118
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?Pÿ ¢ ÂÂÀ\82ÿ\87ý\8f
+\8b\ f\16\1f¬?XWT×ÿ\93\97\11à«ï\15\ 2\0\ 6¹\ e\92
+endstream
+endobj
+126 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 544 0 R
+/Name /Im119
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccø#Àüß\80¿ù\83\1cÃ\a\e\86\ 2\v\86\82
+\ 6\83\ 2\ 6\83\ f Ä\80\8a@â@Y\v\86\ 4\e\86\ 49\86\ 3ü\8d\rÌÿ\19\18þ0\88\88×M\93\ 4\0`t\16\e
+endstream
+endobj
+127 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 545 0 R
+/Name /Im120
+/Width 15
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?bÿ¦¢&Aæ\81Ì\ 3\9e\a<\1f\18þ0Ô\1f°ÿ ÿ\83ý\ fC\r\83\1c\ 3ß\ 10| óÃâþ\87ö\aüâuÓD\0O^\16y
+endstream
+endobj
+128 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 546 0 R
+/Name /Im121
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f ÿ梢¢Àà\ 3\ 3\ 4\160THØ\18È\7f`?ÀËWß+\0\0ç±\f|
+endstream
+endobj
+129 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 547 0 R
+/Name /Im122
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\ 6\ 3r\8c\ fä\18>   \bó\ 1ùÿ\ròÿ\18ä\18°£ÿ\a@HD¼~\9a\ 4\0λ\16\ 3
+endstream
+endobj
+130 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 548 0 R
+/Name /Im123
+/Width 4
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\85¥¶\99\v\0\16d\ 3³
+endstream
+endobj
+131 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 549 0 R
+/Name /Im124
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀü\9f\81\9fù\80\1cã\ 3\e\86\ f\16\f\ 5\15\f\15\ 5\f\16\1f\18l0\11P
+\88\80j\80*\81êùÛ\ f\0õ2üa\10\13¯\9b&\r\0\9d\92\18Ó
+endstream
+endobj
+132 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 550 0 R
+/Name /Im125
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9fáÿÿ\ 6\ar\8c\ fä\18\10\90Ë|@þ\7f\83üÿ\ 3
+T\ 4Róÿÿ\81ÿÿ\19DÅë§I\ 2\0n\8b\1d/
+endstream
+endobj
+133 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 551 0 R
+/Name /Im126
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûWÿ¯^Æ\82¯\80ý\ 1û\ 1æ\ 6æ\ 3ì\ fØ>ð\14ÈXü©ÿS/ÀWß+\f\0òf\r¡
+endstream
+endobj
+134 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 552 0 R
+/Name /Im127
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀþ\83OFÆƦ@¢\80áCÃ÷\ fÿ\7fü\90ù!óA\ e\ 4\v\80Ð\ 2()ÿ\81ý\0¿hý\14!\0æ\80\13\82
+endstream
+endobj
+135 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 553 0 R
+/Name /Im128
+/Width 12
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccfàgøÏð\9d\81\1d/¬ÿPÿ\81G´n\8a\10\0xX\ 6\95
+endstream
+endobj
+136 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 554 0 R
+/Name /Im129
+/Width 13
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fPøáÇ\87\1f\15?*
+*\18\ 3Ã\ 3Æ\ 3Ì\rì\f|\f<\12\12\12\ 6\16õ\1fþ\ 3!¯hÝ\14!\0\b\ 1\148
+endstream
+endobj
+137 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 555 0 R
+/Name /Im130
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¦¢Â¦@¦@æ\83\1c:\ 4\89VØØTÈ\7f`?À/Z?E\b\0ç¼\13t
+endstream
+endobj
+138 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 556 0 R
+/Name /Im131
+/Width 29
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀþã\7f\ 3ÿ\ fù\ 6þ\ 3 ,\8d\ 4%\1f\18\83±Ä\87d\ 4®8\8cÀ¶Í\b\fÁ|Ì\aþóÉÿ\0aYñúi
+\0|s*k
+endstream
+endobj
+139 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 557 0 R
+/Name /Im132
+/Width 9
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßð\1f\b9\99\eÚy\0\ 5\9d
+endstream
+endobj
+140 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 558 0 R
+/Name /Im133
+/Width 19
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81A\ 6+úàÿ\8fA\9e\9fA\86\1d'ú?ÿ\ 1\10   \8b7L\13\ 1\0\f«
+endstream
+endobj
+141 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 559 0 R
+/Name /Im134
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ£þÿ\8f\82
+\8b\84
+\89\a\152\a*x \88¡\82\81\18Äÿÿ\0\10\89\89×O\93\ 4\0ñg\17L
+endstream
+endobj
+142 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 560 0 R
+/Name /Im135
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇøï?ã?ù\ 6\ 3 \92>` ýÀ@ò\81\81Ä\a\ 3\89\1f\ 6\12\15\ 6\126\ 6\12v\ 6\12r\ 6\12ü\ 6\12ì\e@\88ù\83\ 4#\181\0\7f\102\10\17¯\9f&\ 5\0Ïï\18>
+endstream
+endobj
+143 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 561 0 R
+/Name /Im136
+/Width 9
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃð\87A\86(ø¿á\7f\ 3§xÃ4.\0¹\16\bK
+endstream
+endobj
+144 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 562 0 R
+/Name /Im137
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c`\0">,\88ÿ\1c\83ü?\ 6\e9\86
+>\86\ f\18¨\80\8fÁÂ\8eAþÿ\ 1þó\a\84Äë§\89\0\0¨Û\ fï
+endstream
+endobj
+145 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 563 0 R
+/Name /Im138
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÁÿÿ\ fä\18\1fÈ1$È1\14È1\18Èñ@\10\83\9c\f\83ü\1f\10\ 22äx$ \88\ 1\88,@Ê@\8a?üÿ\ fB¢âõÓ$\0\16\ f
+endstream
+endobj
+146 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 564 0 R
+/Name /Im139
+/Width 4
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1\f\12\80,\16¾Ú^.\0D\9a\ 6g
+endstream
+endobj
+147 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 565 0 R
+/Name /Im140
+/Width 13
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁø\83¹\81\9d\ 1\eäcøÃð\ 1\88ù°Ê²3070þ`øÁ«X7C\b\0Ka        Ý
+endstream
+endobj
+148 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 566 0 R
+/Name /Im141
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81A\ 6+ªo\0!\v\ 6\99\ 2\ 6\99\ 3\f²\a\18ä\1f0È}\0s+\18dl\18\18þÛ\1f\0"!ñ\86\0óÚ\10\99
+endstream
+endobj
+149 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 567 0 R
+/Name /Im142
+/Width 22
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\a\ 4,*
+\80H¦&AæO\82Ì\99\ 4¾s\a\80\88¿í\0{{\ 3\b17033\88ñÕ÷J\ 2\0\14c
+endstream
+endobj
+150 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 568 0 R
+/Name /Im143
+/Width 10
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`>À|\80±\81\ 1\ eø\ fð\1f`Ä    \13\ f|<ð¹á?\83\1d\ 3\97ló4n\0\14Á
+endstream
+endobj
+151 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 569 0 R
+/Name /Im144
+/Width 13
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÁð\87\81\8f\81\1d+dn`üÁPÁø\83¹\ 1»<\1f\ f\ 6^ź\19B\0:\91  e
+endstream
+endobj
+152 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 570 0 R
+/Name /Im145
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀü\9f\81\9fù\80\fÃ\ 3\8b\8a\ 2\83?\ 6\89Ç$\92Ûg\1cfî9\8e\8a\80"Éí\1d\89Çg\18üý`Qñ@\86\81\81\9f¡\86ùÿ\a\86ÿ\fbâuÓ¤\ 1dG\1e/
+endstream
+endobj
+153 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 571 0 R
+/Name /Im146
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`n°oøßp¼\81\9dhøÿÇÿ\1f¼25³E\ 1i    \14à
+endstream
+endobj
+154 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im58 65 0 R /Im57 64 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im46 53 0 R /Im42 49 0 R /Im39 46 0 R /Im67 74 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im41 48 0 R /Im40 47 0 R /Im57 64 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im67 74 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im57 64 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im43 50 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im67 74 0 R /Im57 64 0 R /Im57 64 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im30 37 0 R /Im20 27 0 R /Im33 40 0 R /Im34 41 0 R /Im96 103 0 R /Im147 156 0 R /Im148 157 0 R /Im96 103 0 R /Im29 36 0 R /Im30 37 0 R /Im29 36 0 R /Im148 157 0 R /Im34 41 0 R /Im30 37 0 R /Im33 40 0 R /Im149 158 0 R /Im150 159 0 R /Im21 28 0 R /Im151 160 0 R /Im152 161 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im51 58 0 R /Im57 64 0 R /Im45 52 0 R /Im45 52 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im154 163 0 R /Im155 164 0 R /Im156 165 0 R /Im62 69 0 R /Im57 64 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im60 67 0 R /Im45 52 0 R /Im76 83 0 R /Im40 47 0 R /Im39 46 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im155 164 0 R /Im157 166 0 R /Im68 75 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im69 76 0 R /Im67 74 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im158 167 0 R /Im20 27 0 R /Im33 40 0 R /Im147 156 0 R /Im159 168 0 R /Im71 78 0 R /Im59 66 0 R /Im52 59 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im57 64 0 R /Im67 74 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im69 76 0 R /Im47 54 0 R /Im52 59 0 R /Im57 64 0 R /Im59 66 0 R /Im57 64 0 R /Im40 47 0 R /Im76 83 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im41 48 0 R /Im42 49 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im67 74 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im45 52 0 R /Im47 54 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im42 49 0 R /Im41 48 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im160 169 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im40 47 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im73 80 0 R /Im67 74 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im51 58 0 R /Im46 53 0 R /Im57 64 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im57 64 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im67 74 0 R /Im66 73 0 R /Im67 74 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im70 77 0 R /Im59 66 0 R /Im46 53 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im57 64 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im79 86 0 R /Im39 46 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im159 168 0 R /Im33 40 0 R /Im96 103 0 R /Im159 168 0 R /Im30 37 0 R /Im33 40 0 R /Im149 158 0 R /Im150 159 0 R /Im21 28 0 R /Im151 160 0 R /Im161 170 0 R /Im39 46 0 R /Im52 59 0 R /Im45 52 0 R /Im55 62 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im162 171 0 R /Im157 166 0 R /Im68 75 0 R /Im60 67 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im34 41 0 R /Im22 29 0 R /Im163 172 0 R /Im149 158 0 R /Im21 28 0 R /Im20 27 0 R /Im47 54 0 R /Im48 55 0 R /Im66 73 0 R /Im47 54 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im52 59 0 R /Im164 173 0 R /Im67 74 0 R /Im40 47 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im57 64 0 R /Im46 53 0 R /Im57 64 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im151 160 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im159 168 0 R /Im33 40 0 R /Im96 103 0 R /Im159 168 0 R /Im36 43 0 R /Im33 40 0 R /Im150 159 0 R /Im22 29 0 R /Im21 28 0 R /Im157 166 0 R /Im51 58 0 R /Im46 53 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im44 51 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im55 62 0 R /Im44 51 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im59 66 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im50 57 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im51 58 0 R /Im46 53 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im66 73 0 R /Im43 50 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im55 62 0 R /Im44 51 0 R /Im55 62 0 R /Im41 48 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im73 80 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im151 160 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im159 168 0 R /Im33 40 0 R /Im96 103 0 R /Im159 168 0 R /Im29 36 0 R /Im34 41 0 R /Im35 42 0 R /Im21 28 0 R /Im165 174 0 R /Im157 166 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im66 73 0 R /Im47 54 0 R /Im66 73 0 R /Im52 59 0 R /Im57 64 0 R /Im43 50 0 R /Im55 62 0 R /Im44 51 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im59 66 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im51 58 0 R /Im46 53 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im43 50 0 R /Im50 57 0 R /Im50 57 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im43 50 0 R /Im40 47 0 R /Im51 58 0 R /Im42 49 0 R /Im59 66 0 R /Im51 58 0 R /Im46 53 0 R /Im166 175 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im167 176 0 R /Im157 166 0 R /Im68 75 0 R /Im95 102 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im39 46 0 R /Im59 66 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im50 57 0 R /Im57 64 0 R /Im70 77 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im71 78 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im70 77 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im50 57 0 R /Im46 53 0 R /Im44 51 0 R /Im40 47 0 R /Im53 60 0 R /Im39 46 0 R /Im40 47 0 R /Im79 86 0 R /Im67 74 0 R /Im39 46 0 R /Im45 52 0 R /Im57 64 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im75 82 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im151 160 0 R /Im168 177 0 R /Im51 58 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im154 163 0 R /Im156 165 0 R /Im61 68 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im39 46 0 R /Im59 66 0 R /Im168 177 0 R /Im51 58 0 R /Im42 49 0 R /Im57 64 0 R /Im70 77 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im153 162 0 R /Im156 165 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im153 162 0 R /Im156 165 0 R /Im160 169 0 R /Im46 53 0 R /Im45 52 0 R /Im45 52 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im167 176 0 R /Im157 166 0 R /Im71 78 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im48 55 0 R /Im42 49 0 R /Im69 76 0 R /Im66 73 0 R /Im40 47 0 R /Im42 49 0 R /Im67 74 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im68 75 0 R /Im62 69 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im47 54 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im57 64 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im57 64 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im67 74 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im48 55 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im68 75 0 R /Im170 179 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im69 76 0 R /Im42 49 0 R /Im59 66 0 R /Im59 66 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im53 60 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im69 76 0 R /Im42 49 0 R /Im67 74 0 R /Im39 46 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im164 173 0 R /Im67 74 0 R /Im40 47 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im57 64 0 R /Im46 53 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im171 180 0 R /Im51 58 0 R /Im46 53 0 R /Im42 49 0 R /Im39 46 0 R /Im57 64 0 R /Im43 50 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im47 54 0 R /Im43 50 0 R /Im51 58 0 R /Im46 53 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im172 181 0 R /Im74 81 0 R /Im39 46 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im173 182 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im72 79 0 R /Im52 59 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im48 55 0 R /Im46 53 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im43 50 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im53 60 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im43 50 0 R /Im40 47 0 R /Im51 58 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im162 171 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im174 183 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im70 77 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im175 184 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im68 75 0 R /Im176 185 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im46 53 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im67 74 0 R /Im57 64 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im41 48 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im154 163 0 R /Im68 75 0 R /Im177 186 0 R /Im81 88 0 R /Im85 92 0 R /Im92 99 0 R /Im178 187 0 R /Im179 188 0 R /Im91 98 0 R /Im179 188 0 R /Im83 90 0 R /Im93 100 0 R /Im92 99 0 R /Im87 94 0 R /Im180 189 0 R /Im83 90 0 R /Im89 96 0 R /Im181 190 0 R /Im83 90 0 R /Im93 100 0 R /Im88 95 0 R /Im93 100 0 R /Im91 98 0 R /Im94 101 0 R /Im182 191 0 R /Im47 54 0 R /Im43 50 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im57 64 0 R /Im59 66 0 R /Im45 52 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im48 55 0 R /Im47 54 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im151 160 0 R /Im170 179 0 R /Im43 50 0 R /Im44 51 0 R /Im57 64 0 R /Im39 46 0 R /Im59 66 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im154 163 0 R /Im156 165 0 R /Im160 169 0 R /Im46 53 0 R /Im45 52 0 R /Im45 52 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im167 176 0 R /Im157 166 0 R /Im171 180 0 R /Im183 192 0 R /Im184 193 0 R /Im185 194 0 R /Im186 195 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im53 60 0 R /Im39 46 0 R /Im40 47 0 R /Im79 86 0 R /Im67 74 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im55 62 0 R /Im44 51 0 R /Im55 62 0 R /Im41 48 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im41 48 0 R /Im40 47 0 R /Im77 84 0 R /Im68 75 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im57 64 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im55 62 0 R /Im44 51 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im73 80 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im76 83 0 R /Im42 49 0 R /Im46 53 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im52 59 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im39 46 0 R /Im53 60 0 R /Im59 66 0 R /Im40 47 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im55 62 0 R /Im41 48 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im50 57 0 R /Im42 49 0 R /Im55 62 0 R /Im44 51 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im73 80 0 R /Im68 75 0 R /Im97 104 0 R /Im187 196 0 R /Im131 138 0 R /Im118 125 0 R /Im104 111 0 R /Im105 112 0 R /Im136 143 0 R /Im118 125 0 R /Im100 107 0 R /Im137 144 0 R /Im188 197 0 R /Im128 135 0 R /Im189 198 0 R /Im190 199 0 R /Im127 134 0 R /Im191 200 0 R /Im113 120 0 R /Im105 112 0 R /Im103 110 0 R /Im105 112 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im106 113 0 R /Im103 110 0 R /Im104 111 0 R /Im111 118 0 R /Im192 201 0 R /Im136 143 0 R /Im108 115 0 R /Im121 128 0 R /Im141 148 0 R /Im193 202 0 R /Im123 130 0 R /Im173 182 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 155 0 R
+>>
+endobj
+155 0 obj
+<<
+/Length 572 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}M¯-»\8dÝüý\8a\1eôy¥\8fRUõ0è\18È$èF{Ø\93Ä~\1d;ñ·_`äßg×Ùbù¨´ÖÖ¢öäâââr«D\91\14I\91\8b\7fþáß>þüCøøÛ\ f\7fþ!\7f®eùX>\97ÅþÌ\9f).\1f\9f±ä\8fr\94Ï%æ\8f_ýþ\87\1fÿÛï×ýã_þøÿ}£\8f\9fyiéËçñøÅ\90\97\eýv§O\9f!Âõs\ 2ëçÔÓ\97\ 5Ó\17D\1fïôtÿk\90ö\9f?w¼ÿ\15­¿\1eãõ\1ftùA_lýü\19\96ëû\8b¼ÿr\88û¿\7f\7f¥ß2 OÝ÷Óõ7´~éÎÿù¿\ 1ý\8eÖÏ\80\9e|ÿ\8eÖ_õý\1fÚþãç¾Ãó; ÿW\95\7fq\81òß}?Ó\9f¸ìoéO\f\15ùyÊ\7f\f³ò_×\8f\9aý¡ûOË{ûOPþtþgÈ¿¬ÊOÌhÿ½ü0û\eó\ eìïã\87\87ýSì7§Ï\12==ÿ\82Î\ fÙ_F\ fÏ/èôÐ~È÷_ÜÐþ\1dü߶÷ø·«ü#ú»CýëøG¿ÿPï\7f¢\7f\87fÿ\1eZv£\7fþK<¶Ï-w÷O·ÿò\99;ýÛ\1eë§\ 5î¿Ó_Æ¿\14\97í\7f
+\9b´\7fÆÿ\145ùc÷_\8ah}tÿï\19®\9f\12Z\1fÈ\1f¾ÿS\82þ\9bì?&l\7f;û¿}\96\1dÓÃó\aüÃú\97V$¿È~`û\9fVx\7fËö?\95(\9e\7f\81÷\8fì\7f¥\rÙ\1fÝ\7fL\eÚ?ò\1f        ÿw¨\7f\82ý3zMþ©þ\1fÐÿéì'Û\7f^Ð÷ëþG^ ÿ)û\1f9@ûÛÉ\1f\93\9f\8cí\97¬¿9ÂýËþ[\8e\87Ï/Cÿ±÷_\99þå¤ù_Lþ2´_Hþ°üçU»ÿé÷¯ïù\1fYôßèùcûÓ\9d\7f/\7fÏû;_þÛã\86*×úºüÀøW\97\9f+\7f²ç)ù¹ò'\r}/?ÃüIKïÈ\9fl\88\1eØ\1fBoù\93\86¾·ß4~¶üI»>¸ÿÊÍÿX¾Î?¬Gåßúyd£ßäû;\14Ä?$¿,ÿ²Kûçù\93ø&=ä\9f|\7f\84\1d\9d_\7f\7fpz$ÿúý\13\ e´\7ftÿ\90ó;Ðþ\1dñÏ\82öï\88\7f\96\rè¯#þ     \8bt~}üó<\91\18ò3þyøA\7fÏ\1fn²ÿ\11#Z_÷¿bÌ\12ÿ)ÿâ!ñ\8fÒ§ø\1eÿ¡ývä¿Ò!Ú\7f\96ÿAö\ 3É?Y\7fEú£Ç\9fq\85ë\83øón\7fë÷\97Råï;}\ 2÷×=~ü{þ¥§\8fÀ~/0~\8b[ú<ön}à?`ÿ+>â\ fðýÀþ%\92\7fI\80þèò÷èü¾ø·\eÿ¿ëo@\ 1\18aÀÃ\80ö\f\b}\ 4Nw`\19\94Á\ e\90\ 4<3(\ 1\9d Ð\0,AiÉ\92\ 4ñõÑ   öë3\ 6¦\104\ 6Ò\102@\15\0W a@\%\ 6Ð\rÄ]R\81^\0,\85ó0á\9d     \r\19\9c` ?\80> ôI\14&\82éá\ 4÷?\10\85Køq{\9eLIÙd |¦ýï_ÐýÂSd¾ÿÂöu±¦\87\19]\97ó\a\1eêüí\ad?*\15x\8fË~x*è\1eÕýð\ 4ýPý\1d0A?Ô\91\aÙÐúº\1f\95ö$Ýã<\ f¤ù\814\ fw@?\18Ä!\8c\1eú\11à\1eÆ*pæ\814\15ÀF$/È\8aëF$?üHÅ\880\e\90áÙ\0\96ÈÏ1!+Ô   \0s\84óeEG\8eð]\81k"!ák\0¼ÄãLxN\ 5\9a\10`\ 2È\ fä\0\7f\0¼EÜÏÐ~\0\7fA'\84=\ f«\10­\ 1ðð\11¢\8f³1O3zf\93ú/(òkF.\9a7ϳQ0\e#[\81¼A+.{ÓW6ih\85\aÕ8[\9cÊf\9fÙ¤\9e^·â!Ãõ;úþ\1aµj\18D_\80/G²\ 1%\ 2z%\eP×/\ 5ÐoÀ\97%Ù¸­¾\86·ëËÙÜ«\9a\7ffÄÎj\9a/\ 5|Èá\8c\11\v\8f[ðË\885ë;\8cX8ª\rz0â¥\11c6èÌÇ \1f\0G\88\7fàLÈH?@\9dÁ¸ÔOx\84\96ß\9dAá*©oÊ\8f\1fz\9eB#ÅàM\19kA\f\87¤\ 5<'\11\10½#'²\ 2)FV\14¿éÄ´#-\94ßt¢å¤[z\10S\93ýg¤Å\8e\9a\9c\15ñ¯÷ÅyMËñ\96\15\88Ð\8a¡7Qòýe\93øGs
+\9bíÿ»\15)rMáY\93¢ñ\9fÐïªü\92\9cØ\ eÏ_¯\89ÚÕó#ò\7fÀ[H~\13?3*ï\9c\7fZæÏÿY\93\82ø\8fL0©        \bpýnÿ}M\8d%$àùëû\8fÈ~êo
+WMÉÐ\8b ü\83^\14â\1f\89E¡ýòÔ\84@û¥Ç¢+ä\9f¾\7fh¿\1c5M\ 5Þ\1fz.e\83ç'ß\1fiGç§{áiG^\9cþ¦\9d\ e¸¾\9e\v:Ðý\89ÞdXM
+Ò_äA\91(\bÛ\1fpþäM\1fÚ\1fGMG@Q\84~ÿdè\7fé¹°\1c\91ü¢(\8aÔÄ$èÿÈö3Cÿ\vÙO²ÿ\fýO=\8a^5ù§ü\83öG\8fB3´\1f\8e\9a*\18\859j\1a,
+/Ë\80\7f¤§ÁÞ\ 4\ezGOCÎ\80\1f\82Õ\ 4µë\83û\93DÁVÓÝÒ\vþï­'¦¡ï³\b¼¦"¢ï×k\1a
+ZßQ\13³Aþé5A\e:?½'âê\89iéåûçê\89\19\9cÿ°¦brý¸ ïwÄ\7fÖÓ2ä?©I\bH~\1cßoþï¤üDó\7f\87ö\83¼éGd\7f´\14ÊWü\94ò3\ 1²îM\1a\170\80<ʧ\9a\86j>Àñ(\9fë£|kÀ\84Gù[QD»\ 1dAûªÀg\ 4\9fÀ\ 6\82´¬f­\ f\8aÍ\17ô\898z\84E5\ 1¬,\ 1\99 ô\1cÉBx$B¨¬\83\85à      ÑË!dÜ¡
+é)\80\ 3~¿^\16\13è\ba°        \93ù\97     Ò]è\14´+\8c\860\11Ê\8f\0M\90#\85\914\17\84Y\80dmy\8dþõ),\9aÂÈp}G[        \94\85\90\(\1eÂkòC×_WÑ\85#ü[á\15¬·\85\14d?\1còS4\17\86¥ðÏr\86þ\ 2èSø\88ÿÛ÷\10 \1dß\1f\92\ 4ùµ\10`\aô\8e¶b+Ënèuûw\85\0\r½nÿ.\17¾]_~È=˪¿ä¯¥×C\88\82Öw\84\10VÎ2ø~ê\ 2op}\1d\16a\ f`ÿzYjØÑùë!|°r\96Á÷Ó\10â\80çïpá\91ü!þ\13ÿa\81ò¯§à\ 3:\7f½--\ 6¤¿ý÷³\14Îå·ç'§\90βæ·ö\9f\10ÿzÿ\91·\95GI~©ÿ\95Ñþõ¶\98Ó\81WÖçôE´?¸\90 Z
+«µÿú\13\9aùÿCûIüß\ré¯ÃÿÞ\10ÿ\15ù¹ùÿ\ f9zý\84HBè\1dê\8f\1eB\1f\9aý¦ë\1fÐ~èO\b¢ýâOx\90ÿºÿ¾ ùëa\rx[¹&\7f\94>BùÓ\9fP ýs|\7fz\93ÿÐ\7fSøoñÇ\ 1俯£¡ñË忽Ö\1fî\7f'I\7féþW¨\7fzüR\90ýwÄ/Øþ9ÚÚwÑ~\13þaûéhkGþ\8f£­}×ô\8f·¥#ýw¬\7f õõ'\8ct@û#ó//h}\1d\96)Cû§ÇO\19Û?½\90Sôÿx[;Ô_\7f[»[~¬\18\19úÿrþó,fþ\8a\9f\eûÕç?)ÿ3Ü¿\ e+\90áþ¥\ 4ðW5·\95P<ö1Õ\16.Ç¿dÿEõßØ\13\9f\1d\85ÈïÝ\9f×\13ê@~YüsåOâö2þámñõþièõûç*dnéõü\89=¡7ôJ\11ªå_ö÷¾ßÚ\89\ 6ßÏ\9f@3¢×Ûº-\7fÒÒ;\9eP\v¢×óGû\ 2øçÉ\9f$i}þ\ 4»!z\19Vìjko¿_/ä?Ðúúý\17\17x~z   e@üw\94À\ 6´¾\ e+uæ_Àú2¬Ôõ\ 4ÛÒë%Ì\11ʯ\f+uÁ\12¶ç/ÃR\%Ø\ 3ùámåPþ\1d°\82\9b\84ÿ+´_zþjEö[i¤¨%ü¥\96ð·÷\ f\8f°©ølKÿzBoèC_ÃÏ\130P\80ä\1a°«\86zp\81ò\1al$@\8e\1a
+hÀô\0>B\ 3æI @\ 5î\14\909°g\ 2æ)\0ë\94\ 3\9b \ 1sÔÐ\ 6\8e\ahlÀ:þQ\»\b\1d\18¹\a%A\ 3äX?Ã\vÐñ\0©\19\10\9e\0\81\ e \9e\0²\ 4p#?¨\91\8a=`Bþé5ÀØ\ 1\93\ 2À¯ï¿ìO#ÿ\8e\ 4\ 4\92\ 1áÄÕS.\90a\rõ,ÿ\ eÕ\ 1d5Ôð\ 2Ökp\17Íþ­\9f\v,ÁÊ\ 1\ 5@\9b£\86\1a­¯ãJeÑþ\f\13\18\93üÏØ\81\92\v\b2\f\1e\9a\f\1d¨¾\ 6\99Ù\8f«\ 6{`?\86¸|\83\0h\88Ë7p \87¸|CûI\120VÀ\11ó{¸|Ã\0\92\ 4Ðvþa\84kÉpý\ e@ï( °\1aî0Â\15ds        \10½\8e\8b\1dì\ 1 ]_\ f\80g°>/\0©\ 1\x\8d\8b9ìÄ\ e\94W\rö\90\7f¬\86\e\9e¿\8cg\12*\ 2Àèû\87\ 5 \ 3ù¡ôVÀ\11æpu¯\ 2\8e      þ=\13\10¦\7f\0Æj¸\83´>/àÐöÏqé\16Q~I\0\1e\91þhH\ 6\rð\ f=@²\ 2\12(?@þH\ 2Æ\12°-½~þæ¿\ fÎ\9f÷pCû­\17\10¬H\7f\1d\ 5\ 4\ 5Úo½\0ªhúË\vÀ# w$\07¸¾\8c«\1a­\80íáG¾ÆUes\ 5 ýÕç\82\1cªý!úc\ f \ 3ýá\ 5 Hþ\1c\ f¨\v\94¿\8e\9eÆÏ\ 1òOâÿ\13T.\89ö\97\15\80#ÿ\ 1Å\7f¬\a\eê\8f\9eÿHÐ\7fÑóG\19é\ f²\1f\8c\1eÝ\1f\8e\ 2äµ& [ùÑçR\14ôý\8e¹\14å=ÿ5mÐþ:z¸¡üëñû\ eïO°>\99Kaù\87áýÅ
\90ýqä\9f\8e÷\0\7fú\80¿Ô\ e¨FÿQ\ 3\13\89\1f\ 3\94?\1dI+BýÓ{È#Ô?¹\80.G(ÿz\ f3´_z\ 3CÎP~ä\ 6\98\9cÑý¥\17\90]s\ 1&å7cÿK. Ë«\1aÿ\r
+(\86þ\vC\92[¥õ)ÿ
\7fô\ 2¨\rÙ/G\ 3\88å/\96I\tË_,¯\91ðx\ 1DFôzük\rPËk$?Þ\80\12Ñþõ\ 2\82\15­ï\98«`ò×Òë=ô\96ÿ\18¬Ïü¿«\a½å\9fìÿ]ù\8b%¾´\1fÃüÅìùYþbp~tÿ\aâ¿þ~uå/\ 6ëÓøkAòï)À@úç\98\visyÜßo\ 5\14\88ÿ\9e¹\8c\1f|.£¦?¼\0\ 2~\7f·~ÿ~bù\v$¿\9bÞ\80½"ùAçÏ\1aPVIÿ©üXþvV~\8af?QþþÙÀ^!\0\1azÐAÏ\81ù+ pË@\ 1\95ÜèÑ\a `}²\ 1\ 3æ\1fm\80N68\ 2ø\ 1\1dQùÌ@Ì1 F0§\ 5ë$È\ 3˾ \ fðÀ²/\ 5ü\80\a\96\19¸aÙk\14\1c*\9e\85"à0X\1a\ 3¹Q
+\14\91¥!à5ìH\83 3ê(#Án\9c\80è\Ë`r-\83YæP±Ï4\ 6\90!\1dPö¬Ãx\9eà\0\15\9báÁ\9eÀúè\a\80%$_Pà\17( Ô&Æ\9b}B\98\ 3\94M[\ 6¦D\a\94½\8a1Zz=\19x9S¯\9dA\9e\f\81\a\93\v¼\8cô`ryï2Í\8bv\99Òõ­\18c°>\r&\ 3r&\1dÁd|Ï\199\ 1íÞ   \86\82úcH\86Î\9c\9eL¿\86$Îò/#ùõ\fY\84ëë\80t+Ô\1f½\e\ 3\a£\0Ð\98%S üéÝ$\ 5ê\8f^̳¡`Æ1$±\ 2Z¯Ç$,{}Lhé=h\1c        ÐëÝL\86æq£×\8b\19j1HKïè&(O4\94Ûþu@¸²\ 1ú\b\82ù\f\8bÙÂ\96\0}(²/\1cÎ)¿\9d\0\0_\98¹²ç\98ÂÓ\8f¹í\0h0FD;!õ\0\aä\eÀÊ1F\12@\9fã\97\804ÀQ\8ea\12ø\1a\12\9c\96\13\ 4¨\ 1:\9eW@\1aè\bgësÂ\8d^OçDÄ\7fG:§¦3Fß?\82ä\1f[°×ý #\vÀû9\12\81§\91Ñ÷+åX-¢_+\7fz9u\¡þÈxL±\96CÞ¾\1f\83¤C
\7f(z=È\86L¸£\1eiÛ%\ 1\1aaòO+P\9dó:­@Ç\9b
+tä÷\ 4ð@\ 6P¯Ç=s!së[.ES`\ e\b\b\r°\\8fk\98þëã"\9b©ÇM¢\ 1\1e\8f\14\98ò?!\ 3\86ä\9fä²\12\9bü\9ea\80\82£ý¿\18QX}¨ýx\9d\v\eM\ 5\18;¡$\95´"\rö úk\1c`   Ù\ 4\9dHGFùl\89é}8=£\9cê¨×\96^Ï(§\1dyÑ`\ 3Ì\89<kJ\80\e\ e>\800 f\94G\f    áã\0ô !Lãà\ 5\8f\ 3ø\90ÃMò©\12\9d\89\983\13wW"\19\97,C?ÔÑÖ\11³t\8dð²\12dFõ1£\96I\995£g&å\9dHÚÊRFn\0m\v©m1ãk\88\95¥hûçe\1dÐ\88Êe\99¹ kD\7f\96ÎÐ\rt@Ëײ\90µâ#0#N#y»ÆZz\1d\172£õõ¶ªp\9dÿëïçe\1d5\ ei××3A&?\r½.¿Ö\16³nÛKù\1d\95uÜö/Ë\8f\95uÜö¯·EÕ²Ê\e½Þ\16µ#þ飥\f\17㶾l¿Cm˼­¯ã\ 2Ô²È\96^/Ë=q1Àú²üÇ ñ\8fçAàùÉmÁ\86K±ns¸ÚÑÜèÁùñÑ\80\1fÃ<Ä@ÿ9.\ 6â¿#\f]\83h\7f\bÿ,\93ë\96ÿ¶­ed¿è÷\97Mú~z~Ð~é£Ù\f\16cÖþÄ\1dê\9f®?;¼¿ô4È\81ÖïùOqa°ý\92=ð3\r¡Üßô%¸¶Õ\8dõ\9fÑo\12=O#ÌÛ¯¯\10&Bû)ã*'è?9p!¡ÿ¤§Á\12ö\9fôÑ\8cÐ\7fÒ_\92Ò:+?\96\ 4@öÛ\81KY4ÿ\85ãr"ûéà?ö\9fô¹\1cØ\7fÒaEv¤?\8e4äñ\9eÿk£\ 1\97\17U~Iü½hþÿh4à¬ÿkm)³çom)þóoÛRfõÏÚRÆú÷º-e&~ûÞ\962ë?Z[ʬÿhm)³þ£µ¥Ìú\8f\19Ú?\7f[ʬÿh\95\18³÷\97UbÌêÿ\95\7f¨í\r\ÿ_·¥´ôþ¶\94\e½»-åFïnK¹í_ÏßX\12}ðýìþ\bÅø_¦ò\8f\ 6\8bq[_\1f­¸¡ós´Åì  ðß\91¿©£Á[zGþÆ\9e!\1f||\95¿¡m5Ç\ 1øï\80µX\90þxF\13"ùÑ+Áb@çï\98+\11\ 3¢×ëXbAç¯ãZ&¨\7f\98\90ü8âÇü\9eþ[[Éh}*?ë\9bò\ 3í\8f\9e¿\8d\ 5Ú\ fýûíþi×\97Û\92Ï2\beÿ4ÿ\ 1í\8fò~tË\1f\fí'\83Å\84úã\80åÔîO\ e«       õ_®\ 4¼ò\aîûÛè5ûMã\9f\98ߺ?®üÁðþ`ý\18H~uX@\83µ\18\9d?\83\ 5L\15\96§¥ïa\ 1ù\Àð\1eÿV$?\8eø»@ý×\8b\18
+:?\ f¬\85f¿é÷ïÐ~ÊöÏæ\82Ìú¿6\17dÖÿ½ò\a\93þï\95?\18ò\8f½àW\ÞÓ\ 1\9b*\83¹2\b\93\12\94\ 3Ô`÷d\90±\ 5ÇU$g\ 6áÉ\80ïô\8e2\98s´ÇW\11\82r\19\8c\8döhéõ2\983\85 m\05VZ\r@ÿ\ 3QîÉËk\ 4ô¨\9a\9dl`Ý\10\ 3\81\ 4\10\ 6\96\bèõZòl\85P-\ 3\8b\90D0%Új\19ÌM\89ä\86´¼­à\13ôgÐ+\r°Î¡\13\ 5s£×9t¢`åÄëkt\1cú\foiðv}½\9cßÜàu\ e]%X\1a|\1d¡«\904\8c¹Ñëkt\14\1aÆÚ5¶Î¡Ë\aø`ÿ<\8c\ eâúl<\ 6<?}¼åRݨ\96Þ\81\8e\89Î\7f"\8c_GèF\832\82\81þpt\a$?\8eï\8fPÿô02iúÏÛ)6p~\8eñ$\19ñ_O#ÙxÓuMSe@W\19ÀÀþ\8cÐ\1d\8f¦Q
+\92\1fG\1aeCüÓË\80®2\80  ûñ\fã\ 3Z_G÷8à÷;Æ\8bÂïw\8f\17\1d\9d\1f\r\ 3°ýÑÃØ\0õ_NC's\82×ItÍ\88ä\ f5\ 4³0\1c\9e¿\ 3]\12Ê¿\ 3]\12­¯\8f׺Ê\0&ìç³\17 I÷çh<èøþ!e\bØþÈãù®0~`?9º$\_\1f¯\víO\7fÿQtVl\7fdt¯\84í\8f>\9dåÐüß\11 Ã\88\7f\9c\7f\1cP!K÷7]?hëÓ$@Ôì'\9fn\ 1ýwG\19?ôßÝ\80
+#ûÉË\0´óçm\ 4ë¤ÿeôH~ûû\87\ 3*ÀøK\a$\80öO¿?¯gøÉûóz\86\1fÜ\9fh}\8b¿¿\12\0¹ÅEÒ\ 38»À²\17\ 2ø\ 2èÑ\ 1\92\0x\85ëË\ 2\ 1ä9D\13\e\8fq£×\ 3\0³\17Q¦¦pBÅW[ó\0\1a\8b!3\9d)\80¯,T+\ 2:2SØö*C\93ÈLç[>ú\ 1\19\99)ìð\v\94¦hãâa\9f0\89ÌtÎÙ|\1eÃkd¦£3D·~\9c\18¿mápÌ\995ú4\97\b3=jèõzÊ°¢õu|´+\11Ö~¿£\9edA߯×\93\91héõz\12s\ 4\87û'õ${µ\ 3qyéÈÒï?\82ôýÔ\ eÕ1g7z]~ì=g ?4\10^ üÉ\8eøU\ fÓÊ\8f^\ f\12 ü8æܪòÃÆÔ@þéc2­\1eÕ­¿\96\bCû×\1dÙ«\1efxþ¬\1e\ 6ò_ïG²z¾\18¦ú ®z\9aIûw%â\ 6úÏûi\96·ìO,H\7f\1d\89HsD\aö\87×Ó ùÕë9â\8eäW¯§°1µ#ùåý4ðûå1c\17¬Çäù]°\1e\93ò\93DûÃÇÄ ýuô\13EÕþ2X\ e$ÿ\bW\b\8f\19J©>Ä<\ 2òWc\86Ø\98ä\ 4íW?&\99~¿á"Í\9e\7f\a\ 6Ê\81îOG?Ó
\1fyÌôÕÏ3àß0\117ðßx=\8evÿðz\1axÿéõp;\92\7fÏ\98\9a\ 3ñOOdCÿÍ\81ï{Ô0²¹?õ1×W"oè?²D\1c¼\7fõ~\98\0ã\a½\1f& þ;úa"ZßÑ\ fc\ f¡\ 3ÿ\85ös$¸¾\9eÈKhÿ\1e<\10ÍþQù\81ñ«£\1fÆú1\86ö\97ðo\85öGï\87\81öÓÑ\ fW4ý¡ò\ fã_tÿâûó,äQîÏ!\9eH\b/óx¼\9f¦Þÿ-½ÞOcȪ\r½\1e\7f^Ȫ-}'ÿ¼\10(£ýËþÓ\95\aléå1\85Á\1eÂ\96c
+\171lèü<ù\93\ 3\9c\9f¢\7f\96ÿ¨þÃÃ\ föõÓÜ
+\89\9aõuÿ9T\1c\9dÑ÷³1!Á`\ 5\eú~LÈhÌLKï\19³\våO\8f¿¬\1avÈ?\96?\81òãÈ\9fì\92þó1·á-ù\8f\11íß1&6iö\87ç_vt~z!
\7f\8e~\92\8cö\8f\1e\ 2YþDÛ?/$Bòï($*Pþõ~¬\r®¯ç/7íþ\18ª\ eå\87èÿ\ eï_½\10ï\80û×åÿ@ü×ã\97\vÏdòü.<\93\ 1ÿP!ò3\7f\12\90ýÖñ4\ 2\_\1fó\19áùËý\98WþÅm\7f\rV4ÕbøÇ\ 5üò\1dqýÜ:\v¼Õ\fÊ×\13\ 5¡\7f\ 2£!l\86.\90\9c\ 2O\19\89\90>é/­È\ 5С­\93=%\ f] Ö\12\85¾_Oá^-Q\ 3\17\8a¦\0J\855m®PÇ\88\9f:¨ë&\0\8e\11?\ f\1fò)AËë\87d>«7£\1f@Y(ö\ 3ø\v\84iÍ6 '\ 3\1e\86µã\ 1Õ¢ã\0ZÔÏ©¢\ 5\1däy\18Õ\ e\r
+²&\95(\87í-%²      7#%â\ 5\8e:
+²´{\94Æñ ù\11\8e<\164¢z\1e9Ã8¸÷C\99üæ:¦kú\16È8\10Ö\15 ¼w\v\9c-Q\9a\0\ f\12)!¾L¤\8cFÔäã\98R\0\eQÓÒ;
+\11\91\8f2u\8b\9c\1d\ 5ÌÇ6u\8b\9c\85$ç-Ò~¿§\1c©ÎyË\ f\8f\16  uÎÛí\aô[$lâ\17°[$Ô®º\96\87à\16é\ fq{V#=¢\89þ\vúIu|èn\ 1B¤{óÖ\96ÕÒ;Ð\85\ f´>\8afX6\ 5­¯G\ 3qAJØG\ 3|讶>oëBûïo\11¦\841\1co)á\89®ò\96\12\9ecnÞRÂX£\89i%<\ 1bßRÂ\98\8b¦\84Ïÿ\ e\98¸Æú\ 5\r\13\8b\90\13ns"í\17 â^\92\13¨\18O#-â\18«\v\92B\10S2ú,ÑÓɽ{\ 4R\88PþÉàÝÝN°¹
+\1d\83w\13X_\1f\93pæ4\80\16õ\8f\ 2tÜçò\9cVvû\ 1¡(µFtK~Ë\f\9cI\91·ÌÀ\99\15\f\9ci\917\7f\0Û\11½48]¦¬xK\83ë)$t\9b£S`y\8d÷.\13ë\11»Ñë=b55Ü~¿\ 3ªw\85ëËÎHZ\ fÉ\19¡y\99\92D\8f\9a\94\86\14Í\19¡ëo\ 1¬ïÈ+ÕÒä\11=í±¬©éÑ5B×ßË[\11\89\95\8c"\92Q\8fÚH~hH\{ÔÆ\11\11\83\9aEë+¥U5$\ eY\8a¨xi\vâ\9fÞch¥)7z}ÔHBüÓKs\r*vd?hiF\86ΰ\ 3ê\15ÚO\aÔ«\16\91ÓÒ\8eu\13Ý(\ 6õ\8aì\87\aê\15ºaziKQõ\97ð\1f»\81\1dÿYi¡\95\96ä}ûnÿõ§ý
+uÖÒ;Z#2Zß1êÄîÏ\86Þ1êÄä§]_>?+-ié\1d¥\11\15Ûçöýòý\13¶ª\7fû:\15Æ\18Tìm}\90\fàÝaàüådÂ\95Ìhé\85d\82ÑkòËGî\16À¿Þ~òÒ\8a É?Ofdiÿ\9c~Gû×K\v"\92_G2%Bý\91G}Å\ 4÷¯C}Úý7Ô?6j\ 6ñÏQ\1a±"þ9J#V¸¾^Úbþs»>èq&üß þé¥Q\e\_/\8dØ¡üé\18K;Ò\7fǨ©\87ýù\8a\1f\ 1/*8\19|¦!¾\ 2Ø3\1dò"\19LK\v\16(ÿ²ÿ\92\96\7fYkË"Ý?\9c>Iô4~\ f5~oì/*\8dgP³ïù\1f)¾Éÿ¤­Oó\aÐÿr@ýfh\7ft¨ß\8cì·ò¢eù\ 3¤ÿ:Æ\9cµ¶\8cî_>ª\ 6®ï\18U\83ì\9f\16¿~\87\9a½É¯¾>¶_zþFô\9f¨üAÿI\87XH\aò\1f\1dñ×\82ì\87#þZà÷ëñWÐü\a\8eQ\83èõøÃJ"FßÏü_+\89\98\8dßrÖì?Í\9fØ\8böäý\9f±ÿ%OLÏ\97ÿ\95§&¦g\1cÿé£\8aÊ{ñ«UTÌú\8fWü?´\7f$þµû§VVxý?\eU{£\97óïWüßÒ;ZK\ eD/çÿB-­néõüs¨£\8anô²ÿ\14,ÿ4 ç\18µ\9b´\7f\16\9e\9f>*gCç§\97Ö\eÆí\8dÞ_LÑУ÷\v\ 6Í\ 1÷¯\8f:®­)7z\1d£ø\80ç§Ç¿\96\7f\1dÐ\b\ 1É\9fcÔ¨å/ZzÙ\7fµÖ\92\91þÑýGtþ\ eh\83\84øç\80æÀöOÏ\9f`û'¿\1f\8b-MBsÀóÓóO\96¿\18ê\1f\83æH¢þ\fÊ0&í÷Y\86ñ\8eý>Gå(ô´\fÅò'Íùõù[æÿ]ù\8f\96ÿºü\1fPþõÖ²\ 3Ý\7fzþÓ0vGòÃ1váùëñ{Pí÷ëQ9#ûÃK("Z_È?Yk\8bæ¿ñü\ 3´_2FvJÈ~8 M2\94\8cêÊ_LÞß6jgöþNØ~ê£\8aWä¿: I
+²¿z1hÚ4ÿ\97C\8b õ\1dù\ 3h¿\1c£\86vÄ?GkÛ¡Å\1f<\7f\81ô×\11?cû¥ÇÏAÓßaýÄ\16çâç\0ã/½¥#"ùÓå'Ç÷ô?[GÀ@ÿiýGBë#ûÇê7Ðý¯\8fª¼ê/\86òÃò\1fïÅO6jw¬¿¬~\ 2Ú\ f÷¨ÜqüózTn.#h\10\ 6Íq\0\8c\9c\8cÖ×ó\1fvþe\ e\1aÉ EGëÓý¯pÿ\ ehR´¾#þ·üEy\ríÄgôhç?\82æ¸Ñëñÿ\ eÏO¯?±üGy\r\8dáu\9f\9dÉ7þIþ×sT/:ÿM\88_-\7f\91¤ïçÐ\18\90\7fúû}\80ò§Ç?q\91Î\9f×O ý;â\7fóßË\bÚ\8aÄÏÐþi£\ e\9fù\am}\9e?AòëÈ\9f\88ö\8fÆÏ\96ÿoå_Ïÿ\14Í~SþÙûcÃ?ýýðÊ\1f\fì'\87\88\93çoô\88\7f\ eý=Ðú\ eh\9b£\88úG:\99\ eh¿eh¨dù×æüPý7\89\7f\ 2º¿\1cñO@òç\88\7f\ 2²ßú\8c¾\14¡üéù\1fì\7féï×ÐÿÒ[ê\rZt$?<ÿ\0í\97\ em²Bù\97\9fТ\8aü\8eFýNË_Aúï\1fõ;ë\7f\17\ 3ÿ\93÷_¬ÒùSh\e«\7f\1fGþá=ÿÿêß\98ôÿ¯þ\r7ÿ\8d^ó?iü(úo\9c\1eî_\87F\8dpÿzÿ\b\7f:¤DBûwÔÿ'¤\7f\ ehTÑ\7f\eö\8f\fí× \7fdðýÃþ\91Iûm3\86\8f\13\9dø/cÿÑß?2Ô¿×\88\1açw¼FÔ\18äOÖ\11´\1c©¿°û{õB²XÿGFô\ ehÔêÿ­¯\11Ixþ$¢ýëù\8b\15í\1f½\7f\91ü\81Ýßíú\1d=\85Vµü[»\7f9\7f\19¬ÿ1\1fSöã\1cO¤|?Ï\7f ï×û\1fm4Ëèüø\8ccm}\1aÿ,p}ùþ\8aË\86è\ 5L­Zÿ\1e\9esâoò\aú\1f\ fø~pö\9f|Õ¿7ô\ 1a\e\93\ 6\84\b7 _ W\ 1Çú\1a\13j4[e,\0äûí\ 2\1d
+0      À34 úl\9a\15®ïH  \ 3ê@CY+$Q~\rlG\130\ 5­ïHÀX\ 2ex~¬\81\ 5\1a\ 2\8aÐ\80éC
+#4`¨\0\89a\8bjçDZEÑú\8e\0d\81ú§\ fÙ] þé\ fÈA3 <\81\82ì\8f#\80\8d\9a\ 3À\1e\ 2\8cü\1aXr\98@\99¼À\12\1c\0\ 2Ð\ 1ó\0h õ\1dC\82\7f:\80\84\15ð\ e\1c@ÞÀ\92\80\ 3äh\0\ 1Ö\e@¶7ù\ fí\9f§\80\ 3Ê¿^\80c\0\18-½^\80³CùÑ\vp ýô\0X ý;\1a@\16È\7f½\ 1\ 4Ú¿þþ¤ôQ£ç\0\16ªÿñzHò8\0b\r(èþ÷`z¢ûGo\0Ëö\80>\b\80h\ 2¤@þÉCÞ3ô\9fzùa³\15Î\ 4\7fýl\ 5\9a@Áö§\93\7f\1a\80Úý\95^\ 3¨Ð\0Ò\1a\90Ò\1c\80\ 2ê4\ 20!      \10K\0¤×\0$4\0µóO¯\ 1`P\0öl ©\ 5¬\rýã_å\ fØ\10\ 3õ
+î3\ 3Ð\7f\80^\ 1|u\80\f\18À3\0\19Ð;*\80ì\ 2\19\1c ï\0I`ÿ\ e\ 4\ f\83ãL¯\11¤è\v¦Ái¶ß¯wà/P\ 1d\ 3\14\ 3T\09\ 3eÃYÇ\ 6\80u\90 ós\ 4p     É\8f#\80ËH~õ\17¨3\ 1 èÏ\10ÁbR~cEæ\1f­OÏ\7fEüst0­èüÐ\ 5\0\19\9cÿ°\ 3d ¿T~7M~ùp\12ôýú\v|\84öK¿@¯\ 4Àä\ 5\9a\16x\ 1\v\ 1\9cUPl\92ýë\13PVÁP+ØÚ\v°Ï@Ñ\f@\84
+\fèÉ\ 6¢jÀ\a\11üä\ 5xEðÃ\v\90\95\ 3¤\97°_-\18\ 3\ 5¤\ 2\84=(¹\84ý\82 H¯!\09\84e\10\r \8bà5\a\84~¿e\0\86ßO"ðM»\0x   \ 5â¿#\ 3¶Ãõu\b\9cË\ 1\1ayÐ$\82\ 3©?á/Ð\ 1Ð#ÈEÓ?ÞÂ\ 1/Pý ßJ Ò$\ 4dÔ.p^B\ 1\1dhý        ?!\aÚñ\84\9f4ùáë\1fo9@6\15\ 1ÊÐ~:JhVDï\98nj-\1c\93\ e´MW\1dÝ\9f|(\b²¿ú\13ü\95\81\18Þ\9f$\83`÷o|\rÁÂ3\b\v¢\97!Ìl:jK¯û\1fW\ 6"NB@ÚùG/\84\94
\97\ 3¨\vÂr@?L@Ä\11\84Ð\0\82"z!°lºªÉÏk\b\1a>\8f#½Ç\7fsà'ùoÓMgù\1f\rBnÀ\7fÞÂ\11\91þ8¦\9b\16ñüY\ 2ã\90ô\9fCP þ9\ 2Ø\88Öw\ 4°)\83ý; \f²v~£é¨£ýóa"\aZ_n\81¿ 8'í÷Õ\ 22°ß4\0ÇöÓ\ 1\9eÿ`\12Ȭþlû{ú³£ý;ôgG÷\87ò\ 2m-\1cu\86DC\1fú'XÚÃf\ eÀR¾?\81È=l×T°\86^¹@ê@©\87\ 3ðµ\81e\9d\e(e
+Ьï©AÜ\0½£\87Ò\14 ]_Ï \97\9a\80héõ' \82øï¨!´\17\90Áù!\ 3fãÕ\9fçW\1a\ 1\94#øë      bÀ@î\ 1 \r8\9a\90\ f¸¾>_Újx\ 6ßÏA¤\16D/{P\17\b\7fý        ý;< \98%\ 1¦ü\8bH\ 1\1d\16<\85·\14èz\ 2\99\98\10ÿ\1c\1ePÖÎ\8f{0\aØ¿\1e\15]\0z\11öõ\84\1f÷ àþå"ìx\19°<\95\ 1\8a\9böýü\ 6G߯×\90Elÿô&ØC[\9f7¡jöwø\ 4ÒÒË ø     Û?½     0À\vThbµ\1aFt\81;@\98â\9büKÐ\81Ñk\0\13º\7f< Øhÿz\ 6÷z\ 1\19\9e?©!´&¨Iý½^@\86òC¾\1f;pr\ 67\89\ e\1coB\85\ e\9c^CXÇ
+ÏÞ\7fW\rå¤ýKÐ~êMXW\13ê²M5a]/0Cÿ\91èÏ\81ôO÷\9fÒ\81äß\91\ 16\10ðÉûû\ 2Ñ\9a\f\80®\1aÊÉûçz\81\99¼\7f®\1aÌIû\99±ÿ(?Á_M¨\8dýÑ3È\19ú\7f\1e\10\7fz\13s\86ò¯\83¸­È~é\19´l5ä\ 3ûÃk@UûË@¸ ÿt\10ql\7få&ü\f\ 3h\94\81fM OýM\15LÙ{\7fÛ\vLK¯×p\e\bùm}ýûk  Ôèû9\88w\ 4ô¨\87\86Õ\90\16\83\88m\88\7f:\88F¨C4oôz  èöæ÷×\fä\88\7f4\81TïÏ\e½ì\7f[     è\8dÞ1\ 4í\90öß×p[    'â\7f\9f\7fâCÐlý8\aâ\14\90þx&²ÃýËòw\82h)òGãï\88äÏQÂ\97\90þ;â×\84äÏ3Ä\f®¯çßjü2¶?ä\ 5§Þ\9f#ùçù\13UÿÈ÷×\1e¬\91üðüÉ\ 2äß\ 3Â\ 5ï\ f\a\b\17²_\1e\10.$¿\9eü\a´\9f\ e\10.xþ\ e\10®M\94\1fVB\8aÎÏ1\84¹ú-£ï§ñߢé/­\0\f¦¿a®\ 20BÿA¯\0ÄöO¯\0LP~dÿûÌßhòÃòGÐ~\80ø\81åo ÿ¡÷àfíþæ\15°Ð~;òGû[÷wÂöSïA-\88ÿú\ 3¢\81\80ÍÚ\9f´©úË@СüÈ\18\fi×î\7f
\aí¯c\88ø\ 2ýw\1d\84{\81ß/û_g\ f«Âÿ\11\bجÿ\92\83¦?ôûë\10\86Yûc\15´þø£\82°§(Ú\7f
+ïOYþ-\7f3+ÿ\19û\9f\fÚO\1dÄ8?ìçÙ\ 2r³?\9dÿ\80@ü¶où\97\9bþIö÷û\10·ÙûÓ*Xgíï\95?ÙãTü\18jålK¯Ç\8f\ 6Âu\821ÎÜ?¡bØ\8c¾\9f\83 Ãýëù\8b\9a¿»ÑËñ£\15À´ôºý\ eµ\ 2\7f\92\ 1½£\ 5v\83ëËö×@¼nôò\10°Pß\1fnüÓógõýatþ4~_Ðù9\86p\a$¿\8e!bu\88ЬüÇ\bõGÎ\1fZ\ 5kK\8f\86ȳõ÷·ô/Ö!Ê#ýã-¼Hÿû÷§Ñ\10·éóÏp}½~h-\93û¿åO\ 6úÏ
+\10Ï
+Ô³\80-íaª\01Bûã\18"\aí\8f\1e?Dl\7fôüE\1d\9e:æ?«\80\85öS¯\9f94ûMë?\96\15\9c\ f\909P©¢\0Þ\ e@Hà=\ 5èL@¼#@   \e\10\9d\vÄ\11\80&h\80õ\0´\96ÐÏ
+PÊP\80õ\ 2\84<k\0¬\85\16  pèK \87\19\80Á\ 1ð
+\ft\80\9e
+\f\8d\ 1¼\82B³ 4\83°#\ fÄ\81BvÌÞ\80\96AP-Èë\1eÚY\ fÎz`Gû§\11T@߯÷0eè\ 1é7ðÙ;§ð\9fWp@\ 3æèAUÏ\1fëONð\ 6Ö{P\13:?½\827c\ fH\96ÿ¼"\ 3ê¨\0Z\91þéö'\17ÍþÐ1p\ 5ê?\90\9f×0ܧ\1dzU\ 1F#pó\80\1fvx
+\86¹V@¦
+\86â\95\9f`\19ô\86Þ\ 1üÂõõ\bxÕÖ\1fµ°ÜÖ×#à
+Bs£\97_PC\1d#|£\97_P¯
+\8aÁù\r+(Zz½\87Õ<à\86^¯ ¶\1eÖYþÛ\18ôÙï·\ e\96Ñ÷S\ f> þé÷ï\95\ 1\18È\ f}Á¶ûoRÿ¯
+\88\89   Ê\8f\9c\81\8fu\fç\8d^ï ©(\92#ùá\1d$AZ\9fòÏ2 \93ö3f¤?\8e\17ü\15ÑëþëUAá\96\7f\eã\8eôW¯\0\8eVAÖÒë\1d<ØþÉ\ 1ðY\81ñ\15\07ôú\18Ä«\82¢¡w\8cA<\90üè\19\9c´äg\0^\8e¹\0Ü2\98\ 3þqzôý\8e\0<hö\9fÆOö\827©¿6F}V\7f\rÅ{lÿI\ 6'/àüB?G\8aÏ!S\r\0)\ 1\ 1ÐK@Vx\80z    D\81\ 6\/ÁØ4\a\92Ã`k\ eܨ\ 5äÆ?½\ 4\f O`h\17 \9f#¦]à4\80\ 1\91Khó\ 2\1d\0¹\85-\aä\0:Z\10¢¶\7f\1a\80b\ 3¢· D$?\8e\06!ýõ$\0\90þ:`С\ 3¤\8f±È+t tþ\8bö\87·PÀ\0B\87qßÞ\94ÿM\93ÿa        Àú\1a\ 4kX\ 2ÐÐO\94\0¬¯Aè\86%\0\83ï\1f\96\0¬¯A\0\87%\0ëk\10¸a    @C?Q\ 20Øÿ°\ 4`\9d\ 3\91»J\0Ö9\10Æ«\ 4`\1d\81\18²\12\0È?G       @\91Î\7fØ\821ä?~A±9\g+îL      ×       \82¥È\1f\87À\80ò¯?\81GMÿF X#ù£\ 1Xª/\90\r}\1f\80­\9f\7fzbè´ôa\93ç0\\11ü¤\0]=\14\ 3\ 6\8e`¸o
+ £x­ù-\ 3f(X#\ 3Fׯ=àc\ 1&\ 2d\19\84\81\0ñ9^èüt\ 3\12±\ 1\94{hm\90z{\ 1ê(Ð6\bý¦\0:\ 6 6\80z\ 4» \ 3ì\98\ 3µ õõ1\12)\ 4Iþé÷\at\ 1¡9J$\0
+ðüu\f\ 4ëA\eÊÿ \ 31{~        \19p\a\86E\82ò#_à      ÚO\a
+xÖô\8f'  \ 3"Õp=1(\16 ¿ú\1c\9fT4\a\84W@À\vXGaß4\a\80\96IûmôPÿtû±#ûï\18\ 4\ fí§£\ 2`Q\1d0\86\ 2®9@,\83{bP<\1d\98}*\83\9b±ýr$ Ðùé\19\à\18\ 5\10¼\ 2\ 2Ùÿ\89
+\88IûyU@\fí'      àó\ eÎ/ôM\ 4¼\89!I\1epßÄp|¦òÌ\0\87\16\ 6³ãÀ  ×ÛýÂ)\14ç,ê¯-4¿°w&\ 4ùàç7\85\ 2éÁ(°;\a*ý¶\ 2úCh£ª[:\83Ðþ\aÂ&dQ\1e¿ð\f\ 3\ 5!\ fv|]\fW\1cÚîA\88Ãê\17\9c\ 3¡¥/x\8a]ÏÅ3\12\ 5§ ÀÙVú\80äè\0ôø\14ÏHP9EÈ\81ó\14Ïjp°\81N\8e\8fî\a\8e\8c9~\1e{ÇÁ½3%\94\83+ÚAÏÁ3åÜÙ\82¯\1f(\11°pï\8e°?\82§*\9f¯\99Ï\ fÈ\9f!ÿ}\a`¨2ÙÁ\8e4É!\ 3G\96\10\ 6\9cC\81Áú`ª8^ÿªG\1e¬Ï´ðzN\1cháÃeÂëc\19îl9¢7Dá\93\r"ì®Ï$¨õXí\ fxf\12\14D¯×óToº¥w òÔt|Kï¨\a«Ï\81·ïw¤C£´>O\87Âõ\1déPx~r6Áf
+\9cÈ\9a3\88\ 6¡v\12ÞÖ×g"\1cH~\1cÙ\98\ 5Ñ;0Ík=Á,ÿc@òç¨\a\8bH~\1cõ`\11É\8f£\1e,!ýsÔ\83¥\ 2äÇQ\ f\96Ñþ\1dõ`\19ê\8f^\ fV§É\8eä\97×CiòÃ×ßEý!ü«Ù\84\11ÿx6t}Ë~\19"Íhÿ<\9bzLÊ¿uT!þ;êÁö\ 3ðßQ\ fv@ùÕg\92-ðüäçà´@ù\93¦Ê?³¡Ðþè\88\14Øþ9\1a² ÿÐÑ£\8eú'¢\vÒß¾\9c\897tiësD\16tÿ:êѲ¦?¼!\fɯ\ 3\91d\85ò«\9fÿªùO}2âiÑODàÓ\ 1\8f~¦&G\ 4Öì'G\84\81þ\93^δAù\97\11\1dl&âMÿtýßáúz6ÿ\80þ·^Nv þ+¯)\96\rEü×\111s@öS÷ÿrxOÿr}\8d\99½?²hÿ8¢\8a\7fZ\ e\95àþuDØ\84îo\a",ôß\1cåh«\16¿ÒlìªÅ\1f¼\9c\1f|&"â¿£\9f­\96qÍÆ_\86¨;\1d¿\9aüls\88pÁäg\9bC´±r°Ûúàþ&ýPµ\1aâF¯÷C­pÿòkt(\vX_¯Æ\b%Iôôû\8böý½ÿeù\8f\ 5Ð\17÷LÅÛúî\99\8a-½g¦bÕÿm\ e\11ëÊ\7fÌ~\7fE\94\19}?E´\Þ\93߸hç?\9a¨t£×gÚ\ 5¤¿\8e\99v\96?iéõüOí§\1eÙ¯ÑD¤ñù\13þ'h¿Ü\13\91FòÓ\7f¿=\82äýé\80?\14 }{Nì<ðíóÀ\ 5që3\ 5ß~A@-Ŭ%,HGÈAy\8b$\82¼ \v\8a°\9e\90       ÐÇÚ[KÙhÿ\1c\94\17ñO¯¨\8f;2A½\vÎB¸3\ 5ò\94 ø2\84ëùo-mÇ×3ÚM\80PE\eC¥ÉU\ 2Só"\ e$\80ýÀ\81~ ¿Åø\$ü\ 5Â\9b¼µ¥\1d\80\87aíx\80\1e¶ZÕ\ 5´°\bZhÈ4fH_C\eóÑHP\8aôÑN\19\19rd\88\19\ 2À\91L$\11\92\81\14F\90\88¸\ 3\1d\1a÷y\82\8d\16\ 2þßk"¬¬k\ 5ë'à\88\84îü\9eд\vÒ¢þ&¥ÐLg]kgÆB_ÕÁ29\ f\8e\1983!ï\99\81}{Ó\f\1cñÝ\1f\80_ Ô¦ÖÛ8/ö   ím,\9c\82U\87\15 \86¡?\ 6ô¢|\94o\ 1]^\9b\17eýE×2¢·\1f\90Þ´\9f\1d>U\93sún\vûò\9eÞ\14<¿é\1c3ûÅÄÜ\94èï\9d$1&\ 6KJ¶[@²Ì^\95\ 3=«q½*7ô\9e\e wDõµÆò¶¾\9cÕ¸¢ª\86^Ïj\84\8aRu[ß\11Ueiÿ\1cåcAû\97³b׫ô\90\7f¯q>oü\93³"\86òq[_Æ        \8f\11\9d?\8aÊXT\83l\80\aå\ 3~¿£G\ 6\9e\9f\8es\9a\91þL¼*\ få\974yÙ«òÃ)z\95\95à8\9d\87¨ÿ¬Ç&Kßß7y\1aý\ 6èûÒB\8e²\81ì\1f²\9f,¤Bçç     ©Ðú\8e\1dÊ\8f®ÿÐ~9^µ\8fC:?þ*\rï\1fÇ\9cZ¨¿\8e9µðþqÌ©ÝÑþ\1dsfÕû\8fÍ9\81òçx\95\86ëë=
+Ðþ¡WEÖc\83\9c@G\8fͪÝ\9f\1c$\ 4Ê¿þý\ 5Êo§?\9c\1f£9±7z\aÊ(ä¿^\95°k÷\1f\8dåöµ:Àée,Çç¼ÂõõWý£Hö\8b\ 6ó\aò¿A\87\ 2k\91X"\b\04\94¦ç«2Ü¿l?\f¥tÖ~X\8fÎØÿ\19¼JOÆ/Yôÿ(Ê%ôÿô9õ\ 6\12ÒÊo_\958B      \1dé/\a    \81öGö¿¯WéÁþù\9cUd?\1csR\8aê?\12ùß\90üêUmÁª\1aS\9aºÿCí\11¿Ñë(\91V\15ÔÒë¯Ú¶ÿ\86Þñª½ÃýË÷\7f0ÿ³]_¶¿6gô¶¾ì?^UÝ\ 3þq\90\8d\ 3Ñë(w\vÜ¿cNh\94Ö\1fÆß\93çg \19·ï×_\85ã!É?\8fßáþ\1dñ;â?\ 2Éy=gtVÿb\85©\9fÕ¿h])³çW\90ýÐý×ëI³¥w`L@û%ûßWU÷àûyUu\96ìÇhÎhKïxÒ<\90ü:æä\1cP~e\90«dU\19\r}\ frEßb\1eöëËÿlèõ9c\86\92yÛ¿\1e\7fEÈ?=~\8d\1aÿÐc䳪\eÉ\1fÂØaUÙêýI\1eC/û\13\ 6\8f¡,~Õä\8fÆ?Ö\15\1f\8e\11\ 1÷/ç¯SÑìï°*{Rÿ\13´_\8e1#VR\91\96©üiÚ¡ýv\80lnï\9dß>ëÿXü\8cî/\87þbÿË1ç\13Þ\9fú\94\8f\0ù/´õ\1a=¼?u\8c\87\bå_¯*\8e\88\7fºü^UÙnù5\8c\bxþ:FIÖô\97uåd{ÿhí·\9e¿X5ÿ\99Ê\1fô¿ô÷£+~vû\7f·øypþÃøy6þ4û\1fÃËøoX\15ÜÐë\18AWUp»¾\ e²¸Áõeù7\90ÉÛú\92ÿø|ÿ®ñC8æ¦\9cØûÍ\80\7fÃø·¥×ß\1f\97\1a¿·ôzWë\ 2ù¯ûÿË!­OãO\8b¿\87òǦdl\80Þñþ\1fáúzü\94 üëñ\9få?\aúCé3Z_Ï¿Ç\ÄócS&v\89ÿÃ÷ï°\ fªò\89ü\16x~zþ @þëù\83\r®¯ç\9f ýÒý'\9bS9\92\1fZÿ±£óÓóÏWü<Ø?õ_\17d?\1dï\7fá½û'\ 5hÿtÿ;ÀûÇ1eb\7fKÿ\12´?zþ$aû£cìY\rààüiþ\ 4Ú\1fGþd­\ 5|\r}\93?9a|ãóG¾þÚþÌ?-O °ôàÐZ\1ev(}ÕÆ>\7fç\0õ\9c÷¢àgfö*e\Zx\1eÐ^uÇWzb\9f\19Zy\\9a\ 4*\11ï\99àçÛè\85\8fÓþ@\10T¡þ@©©¬ö\a\16à\8bô<Hå\9b/yû\ 1 \f÷ÊæÊ\83r /HBapý\ 2Ë&\8c\9b\13û\81\15ò@ðgê\16v|\8c@\90î<Ø¿þ%Xmóò½M-ô@Wý\8døÔ±\13öüù\ 3Í\17D\ 1±Î~\0\1ec\8f\7fà@?p\b\97Êó\a¢]
+·-ÈL\8cË\8e\98Ø£u198\9bÕ\80\1c\ 4à\97`]\88\ 1ò ×\ 5¦\8d\97czû\ 1ý\vìe\7f¬\8d÷«éyY\OC·\1f\10\1aE\9eº`\13ØôkÕ-d¨L\88\ad\v\19ó@\80à­_\80­rÿ\ 5ü\a\92fTû{Á~`\83\92Ø\89òÒýÀ\93+g\85æ×\r¹lß\91ÿzôDf\95£n\95ïê\·\80­ò"ßLWßÜÍ\1e\bY\8eº\85\8aD|û\81>L¢LÜ3db'\aý\ f,WëÝó\aÚ-H\1d'_\89îÚúfmìõ\a¾{Jÿå\97?üø\8bð\11>~ù\9f\ f\7fÿ¤ÿ8¡\80ë_~ùû\87\13\95ãñøÕu{ü\9f_\7füÃ\7fÿãÇï~û«\9fþð×\9fþùã_ÿå\17\1f\7fúË\1f\7fý\7f\7fõÓ¯?þçÿûø×\7fÿù·¿ûÝÇ\7füïþã\1f?~ñùñï¿ýé\7fýô\97\9f?þéã7?ÿü§\7fþñÇ¿ýío\9f?ÿæ·\7fýüÃO?ÿø\1fa+ÿù\97ÿñ\87ÿóã\9fþzÒ}þæçßÿî\1f?~ù¿\7fø¯¿||Ýÿ\a\ 2ÞE@
+endstream
+endobj
+156 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 573 0 R
+/Name /Im147
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccooà¿\7f@òÇ\ 3\89\a\ f\f\81èÀ\aF0bn|\0C\aØ\99\81¨\81½\9d\81½\8f\81ï\ f\ 3_\ 5\ 3\1f\ 3\bÉ ¡ÿ\r $"U?Q\14\0­\ 5\1c\ e
+endstream
+endobj
+157 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 574 0 R
+/Name /Im148
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀü\87\81\9f\8fA\8e\9dA\86\9dÁ\82\9d¡\82½\ 1\88>ð3@\11\1fÃ\a9\86\ f2\f\ 5\16\f\15\1f\18ì\1f0ð70\b
+ÕL\14\ 5\0°Ð\ f²
+endstream
+endobj
+158 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 575 0 R
+/Name /Im149
+/Width 14
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³g¨gàgà\83B\19(´|`ÿÁ΢¢À\ 6\ 4\1fT\80\83\ f\ f\1e<<\90ÜPÏ ÇÀ'[=G\18\0ìt\14
+endstream
+endobj
+159 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 576 0 R
+/Name /Im150
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93o°o`o`g\80@>(\94\81B\v(,\0Ã"\86gPX\ 3\14ã\94­\99Ã\r\0\ f\99
+endstream
+endobj
+160 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 577 0 R
+/Name /Im151
+/Width 10
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8ÀØÀÌÀÎÀ\a\842@h\ 1\86\ 5\ 1\a\84ÉCT\83ô\81ô³303060\1càÒª\9d'\0\0 C\14®
+endstream
+endobj
+161 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 578 0 R
+/Name /Im152
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceͱ\r\800\10CQG\14)o\ 1Ä\891\10\19,E\84<\bÃd\156HI\17LDGñJûÃIô\8b¡í\8cÕi0.\8821I\19\ 2³Ü\ 3ð×Û+kW>i|Dº\98Äjjlj5Â+æå8×\a/&%µ
+endstream
+endobj
+162 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 579 0 R
+/Name /Im153
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ÀÿAÆÂB¦B¦\80ï\ 3\bòÃ`\ 1\7f\81|\85¼\85½ü{þó\f| h!S#ScQa`ðÁþ\0\7f\83\80lÝlQ\0ÀV\14÷
+endstream
+endobj
+163 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 580 0 R
+/Name /Im154
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀü\87\9d\87ONÆÎÂÎB¦\82¡\0\b?\7føþã\8fÌ\ f¹\1f|\1fø>ðÃ`\ 1\bòYðYÈÈXð\7f`~  [7[\14\0ó¬\17Q
+endstream
+endobj
+164 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 581 0 R
+/Name /Im155
+/Width 17
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK``¨ÿß\0F@\ 6Ã\ 36\86\ 3<`$ÁÀ`\0F      \f\f\ f@\88\11\88\ e\80\103\12\86\98\e\18\ 4eëf\8b\ 2\0\19î
+endstream
+endobj
+165 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 582 0 R
+/Name /Im156
+/Width 5
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\14\14|øñ£BBBÂÀ  Á\81Uªv"\ f\0»å
+\82
+endstream
+endobj
+166 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 583 0 R
+/Name /Im157
+/Width 10
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90À`À`Á \ 3\84|@È\ e\86Ì\rPx\0\a\84ÊCT\83ô\81ô[\0MJ`8ÀÀ¥U7O\0\0\12\7f
+endstream
+endobj
+167 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 584 0 R
+/Name /Im158
+/Width 17
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨l`üßÀÜßÀÎÞÀÏÎÀÇΠ\aF6|HH\86ÁB\86ÁÆ\86\86\81ÿ\a\ 3û\ e\ 6\ 6\v0*`H(`øð\80áã\ 3\86ÿ\r\fõ\f\f\82Ru\13\85\ 1\8fÁ\11Õ
+endstream
+endobj
+168 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 585 0 R
+/Name /Im159
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?À \7f\80\81\19\88\1a\10\88\9d\ 1\81ø*\18øÿ0ð÷1ðó1Èñ1ÈÀ\90\85\f\fY8\14X\1c\0¡Â\ 6 z`Ï\90 Ç $[;G\14\0»½\11Ç
+endstream
+endobj
+169 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 586 0 R
+/Name /Im160
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿùÿ\81ÿ@ÌÏ`Ã@\14þÿ\a\82\89U\ fÅÿ¡öHÉÔÍ\96\a\0\1a¹
+endstream
+endobj
+170 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 587 0 R
+/Name /Im161
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¡þÁ\7f æg°càg\90\0b\ 3 N\0â\ 3\fü\8c@ÌÜÀÀÏÎÀÀÏ\aÄr@,\ fÄö@\9c\ e\14?\ eÄÍ u\ f \98á\ 3\10ÿ\0â
+ ¶\81b9 \96g\0Úñ\ 1\84edêf+\0\0/\ 4\eõ
+endstream
+endobj
+171 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 588 0 R
+/Name /Im162
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢ÂÀ¦Â®F\ e\bí\ 4ì\18l\18,\18
\1f°\1f`(\0²í\18ä\18ä\19ä\vä\7f\80 Ü\a¹\ 4\e\8b
\ fì\a\ 4dëf\8b\ 2\0\13\e
+endstream
+endobj
+172 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 589 0 R
+/Name /Im163
+/Width 31
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\93g?`oßÿ =ñFAòÁ\ f\ 5Ç\e\1f\801;ã\ 10æcnx\80À\8d\87\19\8fA0s\ f\b[ð1þ\90`cø /T;Q     \0Ë"\e³
+endstream
+endobj
+173 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 590 0 R
+/Name /Im164
+/Width 33
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90gþÀÀðÿþ\ f\ 6æ\87\7f,\18Ø\9b?Ô0°3\ 3     ~æ\a@\82ñ\81\ 5\88`@'þÿÿÿ\aB\0¹6\94\13õÇ\7füo\0\13\8a²\rs\94\ 19\971\14
+endstream
+endobj
+174 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 591 0 R
+/Name /Im165
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\97\93ßoø8ñyâù\83ç\19\8f1\1e`n\0ÁâÆïÌß\99\9f³\9dï«ýSðA@¨v¢0\0\80\a\12\87
+endstream
+endobj
+175 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 592 0 R
+/Name /Im166
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ¡þÿ\87\a\15Ì\ f
+\98\ f\14°7$\0\11?C\82<C\82\1c\ 3\83\r\ 3C\r\ 3C\ 5\ 3Ã\a\10b|ÀÀüÀ\80ù\80\ 1{\83\ 1?\101\14È\81P\82\rÃ\83\1a  ì\ fþÿ\a!\11\99ºÙ\92\0\8cÜ \ 2
+endstream
+endobj
+176 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 593 0 R
+/Name /Im167
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ÀÿAÆÂBÆB¦\80\ f\ 4?ðã\82\10y\90J\19\vþ\ fì\ f\ 4dëf\8b\ 2\0ëô\16ã
+endstream
+endobj
+177 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 594 0 R
+/Name /Im168
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÏÿÿ\7fø\19\19\19\19øø\19Øø\99á\88\81\9f\9d\81ÿ?\18\ 1\19Ì\10Ä\fB\fÌ \95P\ 4Ô%\a4ä?Ø4       \99ºÙ2\0\12k
+endstream
+endobj
+178 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 595 0 R
+/Name /Im169
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÿAÆÂBÆ\80¯\0\f+ø*dìdìwÈ?`ÿÀÿCæ\8fE]\81\\ 1ÿ\ 3þ\aì\10\bTÃcc#ÿ\81ý\81\80lÝlQ\0\9eº\15Ô
+endstream
+endobj
+179 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 596 0 R
+/Name /Im170
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀð¿áÿ\ 1Æÿ\rü\a\18\7f0\80    Þ\aÌ\15H\ 4Ï\a6\14¢\82\a\85°\91@!ä\fP\bþ\ 4\14\82ý\02!ÇÜPÁðÿp;Ð\ 5 BQ¦n¶\1a\0 ¢+i
+endstream
+endobj
+180 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 597 0 R
+/Name /Im171
+/Width 5
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\14\14\808¬Bµ\13y\0\bÂ
+endstream
+endobj
+181 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 598 0 R
+/Name /Im172
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7f`ÿ£À¦@æ\87\1c\b\16È1Ø0T0<`<ÀØÀÜÀÌ\0\83L\f0ÀÎÀß\0\82@Z¶n\8e\b\00A\r®
+endstream
+endobj
+182 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 599 0 R
+/Name /Im173
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢"Á&Aî\83Ü\ fù\1fü?ø\vø\19ä\19ä\80Ð\86Á\82¡\82á\ 3Ã\ 3Æ\ 6f\ 66f>f\19f       vû\7fõÿþ\ 3¡\80LÝlQ\0\14T
+endstream
+endobj
+183 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 600 0 R
+/Name /Im174
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90a`\0"\e\ 6\86\1a0úÃÀ\bD{\18\98÷0°Û0°Ù0ðÙ0ðØ0HØ0XØ0\18Ø0$Ø0<°aøÿÿ\0\10\81t¡"æÿ\a\80HH¦~¶(\0\ab\14ª
+endstream
+endobj
+184 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 601 0 R
+/Name /Im175
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3à±ÿcÿÃþ\83ý\ 1\ 3\ 6\184~`þÁÆÂBÆ@Î\80\8f\81\1f\ 4\vø\7f\80á\a¾\ 4¹\ 4\19\8b
\ fì\a\ 4dëf\8b\ 2\0\12õ
+endstream
+endobj
+185 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 602 0 R
+/Name /Im176
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿áÿÿ\aü\f\1fø\19\19\19ì0\90\r\ 3?PÙÿ\ 6~\ 6\ 6<èÿ\a\10\12\97©\9b-\ 3\0\ 1^\14%
+endstream
+endobj
+186 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 603 0 R
+/Name /Im177
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMʱ\r\ 21\10DÑo]àð
+ °DB\17v[\ 4Àn5ÔáR\Â\85\ 4è\86µ\9c ÑKf\ 69Y\aE_j>y%a\98Ë­ËÛ4\962\8c2j\806õÅ|\11pBúÀv@\8eË\1es\89º2x\84{\18©Ïl\9ez\96ú\1eJhÁ$×\9fËíù¾þ\0²^Fù
+endstream
+endobj
+187 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 604 0 R
+/Name /Im178
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨ÿÀ\0Çì¤áúö\ f\8cÿ\9f\7f`ÿÿÿ\ 3ÿ\aû\ fò\a\80d\ 3;\18×3@ð\7f"0L-D/?Ð\1cù\ fü\ fê\81æ~ÿÏüÿù\7f\86zöÿ
+Zu+U\ 1t²GY
+endstream
+endobj
+188 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 605 0 R
+/Name /Im179
+/Width 15
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccgà? ÿÀ\1e\få\1fð\1f`g@\ 5ÿ\1f\80 ?Ñðÿ?\10ä×®[%\ 4\0*\96
+endstream
+endobj
+189 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 606 0 R
+/Name /Im180
+/Width 40
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α\r\80 \10\85ág(èd\ 1\13Z-íMXËÂä\18Ç1ÜDF`\0âÉ3Dk\9b¯»{? ÉÀh±ðª\ e\92Ý  \8d\9dv\17 ¦\0b3\10\ÅûÔpáhXy\88\8d\ 3ùà\97ðÂ\8d\87\9e»=\v\ 6¶,¬ZÙ\97k©=Ø\1ckýÅ\17\19ã´íó\r¼}=Ï
+endstream
+endobj
+190 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 607 0 R
+/Name /Im181
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?Ãÿçÿ\ füÿÿÿ\ 1ÿ?þ\ fü?Ø\7fð?`þÃÿ\80ñ\1f\ 23ü'\8cáêÿð\7f\0ê\a\99\ 3\83Ì}þ¿\81ÿá?\ 6 :\82øÿ?\ 4VP¯\9b¥
+\0¡\8cJ\91
+endstream
+endobj
+191 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 608 0 R
+/Name /Im182
+/Width 22
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÇÿÿ?ø\19\19\19\19\19x@\88\19\82\18@\88\9d\81ÿ?\18±3@E \88\ 1\1dýÿ\ 1Bb2u³¥\ 1\ fá
+endstream
+endobj
+192 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 609 0 R
+/Name /Im183
+/Width 22
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\1f\8cäq!ù\1fPÄÏ /Ç oà_Á ÿ\83\ f\83ü\1e\ 6y; \ 2\ 6\90\14\7f\83\81ÿÇÿ@\90\98\1cI\0?1\18\f
+endstream
+endobj
+193 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 610 0 R
+/Name /Im184
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÿ\9fA\9e¿Á\8eý@\r3\10=øÃüàÿ\7f\10úÃÀ\0A5\f\fu\f\ fì\18\ fÈ7\1fàÿßÀø\87AX¨~¢\18\0\a#\18ý
+endstream
+endobj
+194 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 611 0 R
+/Name /Im185
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7føÏ\7f0\92g|Àßx\0\88Ø\ f7\80Ðó\ 6æç\f@Äø\ f\84\18\80è\ f\18U\80Q\ 1CE\ 1Ã\9f\ f\f\7f\1e0<|Àðø\0C}\ 3\83\1d\ 3\83\98TýDI\0\83S"¯
+endstream
+endobj
+195 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 612 0 R
+/Name /Im186
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g°?\90øàÀ\83\a\1f\1e\140\140|`xÀx\80±\81\99\81\8d\81Ç@ÂÀ  þÁ\7f ä\11®\9b$\b\0\9bN\12,
+endstream
+endobj
+196 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 613 0 R
+/Name /Im187
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g¨o8|à\ 1\100\0\ 1æ\ 6v\ 6>\ 6\99\ 4\83\84ú\ 3ÿ\81\90[ ¾\9f\1f\0\10<
+endstream
+endobj
+197 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 614 0 R
+/Name /Im188
+/Width 9
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`f`càa\90a\90`°`0`(\0Â\ 4 |\80\ 5\82ÄAò\ 6@\95\12@\1d<@\9dÌ\f\8c\r\9cJu3ø\0Bt\ f´
+endstream
+endobj
+198 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 615 0 R
+/Name /Im189
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢Àâ\83\f\10Ê\81`\81]\81\9dý?ù{Lr\f2\ 62\15\16\15\16\ 5\1fì\ fÈ7ð\8bÖO\11\ 2\0Ê¢\11ö
+endstream
+endobj
+199 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 616 0 R
+/Name /Im190
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢@\ 6\ 4kdì-ì?ð?\90ÿaû§àÏ\ 3»\a| XÀS\ 1\12=À/Z?E\b\0Æ\81\13/
+endstream
+endobj
+200 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 617 0 R
+/Name /Im191
+/Width 9
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90À`À Á ÃÀÃÀÇÀÆÀ\ e\84Ì Ø\80\ 5\ 2ÅAòl@\95<@\1d\12@\9d        \f\a\188\95êfð\ 1\0Tõ    Þ
+endstream
+endobj
+201 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 618 0 R
+/Name /Im192
+/Width 4
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cS(HxpàÀ\83\ f\1f\12X¸j§q\ 1\0BH\a\9c
+endstream
+endobj
+202 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 619 0 R
+/Name /Im193
+/Width 4
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð¡ÀÀ  á\81\ 3\vWí4.\0\ 6,
+endstream
+endobj
+203 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im71 78 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im58 65 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im71 78 0 R /Im47 54 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im55 62 0 R /Im40 47 0 R /Im53 60 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im68 75 0 R /Im197 208 0 R /Im198 209 0 R /Im195 206 0 R /Im199 210 0 R /Im184 193 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im62 69 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im69 76 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im200 211 0 R /Im70 77 0 R /Im201 212 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im52 59 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im58 65 0 R /Im59 66 0 R /Im202 213 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im200 211 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im201 212 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im68 75 0 R /Im203 214 0 R /Im204 215 0 R /Im205 216 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im206 217 0 R /Im58 65 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im67 74 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im52 59 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im68 75 0 R /Im197 208 0 R /Im184 193 0 R /Im204 215 0 R /Im199 210 0 R /Im198 209 0 R /Im207 218 0 R /Im208 219 0 R /Im184 193 0 R /Im209 220 0 R /Im210 221 0 R /Im207 218 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im95 102 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im39 46 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im212 223 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im211 222 0 R /Im213 224 0 R /Im212 223 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im65 72 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im67 74 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im59 66 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im58 65 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im57 64 0 R /Im46 53 0 R /Im42 49 0 R /Im39 46 0 R /Im67 74 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im58 65 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im95 102 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im79 86 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im79 86 0 R /Im42 49 0 R /Im57 64 0 R /Im59 66 0 R /Im44 51 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im65 72 0 R /Im52 59 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im71 78 0 R /Im42 49 0 R /Im58 65 0 R /Im67 74 0 R /Im55 62 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im57 64 0 R /Im47 54 0 R /Im47 54 0 R /Im76 83 0 R /Im42 49 0 R /Im59 66 0 R /Im52 59 0 R /Im66 73 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im74 81 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im52 59 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im71 78 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im203 214 0 R /Im204 215 0 R /Im205 216 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im197 208 0 R /Im184 193 0 R /Im204 215 0 R /Im199 210 0 R /Im198 209 0 R /Im207 218 0 R /Im208 219 0 R /Im184 193 0 R /Im209 220 0 R /Im210 221 0 R /Im207 218 0 R /Im68 75 0 R /Im146 153 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im68 75 0 R /Im56 63 0 R /Im47 54 0 R /Im48 55 0 R /Im52 59 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im55 62 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im171 180 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im214 225 0 R /Im38 45 0 R /Im44 51 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im57 64 0 R /Im44 51 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im40 47 0 R /Im66 73 0 R /Im58 65 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im173 182 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im34 41 0 R /Im148 157 0 R /Im30 37 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im67 74 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im58 65 0 R /Im59 66 0 R /Im202 213 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im200 211 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im151 160 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im157 166 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im201 212 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im151 160 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im52 59 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im157 166 0 R /Im68 75 0 R /Im74 81 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im67 74 0 R /Im58 65 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im200 211 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im201 212 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im58 65 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im47 54 0 R /Im67 74 0 R /Im67 74 0 R /Im52 59 0 R /Im43 50 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im39 46 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im55 62 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im68 75 0 R /Im78 85 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im79 86 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im71 78 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im69 76 0 R /Im58 65 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im151 160 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im53 60 0 R /Im47 54 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im52 59 0 R /Im53 60 0 R /Im55 62 0 R /Im45 52 0 R /Im47 54 0 R /Im46 53 0 R /Im40 47 0 R /Im42 49 0 R /Im57 64 0 R /Im59 66 0 R /Im58 65 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im157 166 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im57 64 0 R /Im46 53 0 R /Im68 75 0 R /Im162 171 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im53 60 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im67 74 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im215 226 0 R /Im68 75 0 R /Im74 81 0 R /Im45 52 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im79 86 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im71 78 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im69 76 0 R /Im58 65 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im55 62 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im58 65 0 R /Im51 58 0 R /Im40 47 0 R /Im57 64 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im55 62 0 R /Im40 47 0 R /Im53 60 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im45 52 0 R /Im58 65 0 R /Im57 64 0 R /Im44 51 0 R /Im47 54 0 R /Im69 76 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im51 58 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im68 75 0 R /Im97 104 0 R /Im216 227 0 R /Im217 228 0 R /Im109 116 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im137 144 0 R /Im103 110 0 R /Im117 124 0 R /Im106 113 0 R /Im133 140 0 R /Im105 112 0 R /Im106 113 0 R /Im101 108 0 R /Im136 143 0 R /Im136 143 0 R /Im106 113 0 R /Im108 115 0 R /Im112 119 0 R /Im103 110 0 R /Im105 112 0 R /Im103 110 0 R /Im118 125 0 R /Im104 111 0 R /Im121 128 0 R /Im133 140 0 R /Im103 110 0 R /Im137 144 0 R /Im101 108 0 R /Im105 112 0 R /Im136 143 0 R /Im103 110 0 R /Im105 112 0 R /Im105 112 0 R /Im106 113 0 R /Im133 140 0 R /Im118 125 0 R /Im100 107 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im137 144 0 R /Im103 110 0 R /Im117 124 0 R /Im106 113 0 R /Im133 140 0 R /Im104 111 0 R /Im103 110 0 R /Im106 113 0 R /Im104 111 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im103 110 0 R /Im137 144 0 R /Im115 122 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im105 112 0 R /Im103 110 0 R /Im118 125 0 R /Im104 111 0 R /Im121 128 0 R /Im133 140 0 R /Im104 111 0 R /Im103 110 0 R /Im105 112 0 R /Im113 120 0 R /Im136 143 0 R /Im106 113 0 R /Im105 112 0 R /Im111 118 0 R /Im118 125 0 R /Im107 114 0 R /Im137 144 0 R /Im101 108 0 R /Im218 229 0 R /Im103 110 0 R /Im104 111 0 R /Im109 116 0 R /Im104 111 0 R /Im108 115 0 R /Im111 118 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im104 111 0 R /Im103 110 0 R /Im105 112 0 R /Im113 120 0 R /Im136 143 0 R /Im106 113 0 R /Im105 112 0 R /Im142 149 0 R /Im133 140 0 R /Im103 110 0 R /Im100 107 0 R /Im105 112 0 R /Im103 110 0 R /Im118 125 0 R /Im104 111 0 R /Im121 128 0 R /Im133 140 0 R /Im101 108 0 R /Im100 107 0 R /Im114 121 0 R /Im142 149 0 R /Im101 108 0 R /Im106 113 0 R /Im133 140 0 R /Im108 115 0 R /Im113 120 0 R /Im106 113 0 R /Im118 125 0 R /Im106 113 0 R /Im104 111 0 R /Im118 125 0 R /Im100 107 0 R /Im105 112 0 R /Im117 124 0 R /Im108 115 0 R /Im105 112 0 R /Im101 108 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im118 125 0 R /Im112 119 0 R /Im136 143 0 R /Im103 110 0 R /Im123 130 0 R /Im219 230 0 R /Im122 129 0 R /Im104 111 0 R /Im108 115 0 R /Im114 121 0 R /Im104 111 0 R /Im118 125 0 R /Im111 118 0 R /Im105 112 0 R /Im113 120 0 R /Im105 112 0 R /Im101 108 0 R /Im100 107 0 R /Im114 121 0 R /Im118 125 0 R /Im105 112 0 R /Im117 124 0 R /Im101 108 0 R /Im104 111 0 R /Im118 125 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im105 112 0 R /Im103 110 0 R /Im118 125 0 R /Im104 111 0 R /Im121 128 0 R /Im133 140 0 R /Im118 125 0 R /Im136 143 0 R /Im105 112 0 R /Im108 115 0 R /Im113 120 0 R /Im105 112 0 R /Im103 110 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im105 112 0 R /Im121 128 0 R /Im108 115 0 R /Im104 111 0 R /Im103 110 0 R /Im123 130 0 R /Im217 228 0 R /Im106 113 0 R /Im101 108 0 R /Im105 112 0 R /Im113 120 0 R /Im105 112 0 R /Im103 110 0 R /Im137 144 0 R /Im109 116 0 R /Im108 115 0 R /Im104 111 0 R /Im105 112 0 R /Im103 110 0 R /Im106 113 0 R /Im106 113 0 R /Im101 108 0 R /Im100 107 0 R /Im114 121 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im105 112 0 R /Im103 110 0 R /Im118 125 0 R /Im104 111 0 R /Im121 128 0 R /Im133 140 0 R /Im142 149 0 R /Im101 108 0 R /Im100 107 0 R /Im137 144 0 R /Im108 115 0 R /Im142 149 0 R /Im188 197 0 R /Im125 132 0 R /Im104 111 0 R /Im113 120 0 R /Im137 144 0 R /Im100 107 0 R /Im108 115 0 R /Im115 122 0 R /Im128 135 0 R /Im189 198 0 R /Im127 134 0 R /Im220 231 0 R /Im221 232 0 R /Im125 132 0 R /Im103 110 0 R /Im104 111 0 R /Im136 143 0 R /Im101 108 0 R /Im100 107 0 R /Im103 110 0 R /Im104 111 0 R /Im115 122 0 R /Im128 135 0 R /Im189 198 0 R /Im222 233 0 R /Im223 234 0 R /Im221 232 0 R /Im224 235 0 R /Im101 108 0 R /Im136 143 0 R /Im136 143 0 R /Im108 115 0 R /Im114 121 0 R /Im136 143 0 R /Im107 114 0 R /Im115 122 0 R /Im128 135 0 R /Im189 198 0 R /Im222 233 0 R /Im190 199 0 R /Im191 200 0 R /Im123 130 0 R /Im162 171 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 204 0 R
+>>
+endobj
+204 0 obj
+<<
+/Length 620 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}Ë\8e-»qåü|E\rí\81ë&\1fùò°a\vð¤aÃw¨\89-]·Ô­·nCðß{çÞ\f\9ebæZ\9b+\988@á PL\92Á\88`¼¸âÏßþíãÏßÂÇß¾ýùÛö¹mÓÇô9Mö3\7f¦8}\844\7fÆ%\7f,ûò9Åüñ«ß\7fûá_~\1föüñO\7füöo_>0\7fN\19~ gø\81ùú\81\88W0Oð\ 3Ëù\ 3ùs^ð\a\16ô\81í²\85ð\19\81eù\óå\ 3k8\7f }.ø\ 3k\ 2+XÖë\ e\8e¿FãW0>\83ñ\e\9e\7f\8b`|ÚÏãã\85     \1e\94ËÇx8ÿå\bé      ì\ 1\8c\9f·ëüy:Ï¿/Çø׸Óü\93¼ÿ}\97ö\9f>\ 3¤\7f\9c\10\ fç\v\ 31úÅ\80ö\8fèw^ÿkÿ1 !\9c\19ÿÅ\bç\8fòüqCóËü\1f\13¤ße~Jÿ\84æwÐ?#þ¿Ò\7fý\ 
+\8a\19ñÏ\fø\ fËo\9cáú\81übù\89\vÒ\1fY§ÿ\ 2ç¿Ð\9fÉ_\ç[ò\17¡þÒõOÜ\90\ 6wÈÏ\8e®\10\87üìHþ4ù9Ö\9f&;¿ü\19¦ªÿÁ\r\86ù'M\88ÿ®üÃä'\ 5U\7fáóOa\93Î\9f\9dßc\rÒùÑùc\16ù\8fÐ/Þ»?SÒîÏ«\ 1ñ:\91\94Öb@|=ÿ«ý°|f¨\7fR\86öÃe~Æÿ     \9aPWþ§ô\9fµû\97ÉO\9a\11ÿ"û\87¬\1fê?]~Ó
+õ¿¬ÿÒªí\9fòÿ
+õ¯¬¿\12´ß\1cûß4ýOõÇ\ eé\97äù¡ý\85Î\1fß\7f\19Ú_Wû\91Éo\86ús\96÷\9fEýÉö\9f\83F\7fvþ9Âó\aòOè\97\9b®?\8dÊo\19\ f}À+ý\99üdh\7f!ùÁú?ÏÐ~º¬ÿª\7f\výgtÿ­\97ù\99þÏK\96ô?]ÿ
+ïOùþÏ+´_.òKýϥ̿eçýYü·e\ 6ã¯þ\ 3õ?W8¿î\7f®\19ͯû\9fëþ:ÿv~Ýÿ4ýÝ\8cGþ'\89\1f\98ÿÝÎ/ë\8f°£ù¯ú\83ÚßS\10éOìï        Ò_·¿\ 3<\7fÝ\7f5ýÛ\99\9fú?1\89ç\7f\96\9fås}úßÅ\7fÙÂç¶Ôù\81ü\91õ'D\7f\aýÒ"Ñ\8fúß\19\9e¿ÃÿFò\7få\1f:ÿ\8cøW¿\7fã\8cö¯Çߢ¨ÿèú¡þÓí§¸ìÒù]ï\9f×oâZî\9fvÿ\17ý\87î¿'ÿn\90ÿ.ô§ü»iòÇýo¤?®ûgñ\9b\ 4õ\97\1e¿IXÿÈök
+ðüåøMõ\9f;ûçþó*é/jÿ'8¿pþ6\1eÝ_ºý]ýßAùOùÞý\99fÈ?àþÞ2\1cÿÐ\1f\80þÀ\7f!ü·Àýëñ\9f\ 5ÉßUÿPùY¡ý¦ËÏ\ 6åW\97\9f\rê?]~DýAíolÿèö÷\ 4ï_ùþÏPÿ þcþ'Ô?ºÿ\8bõÏeýLÿd\8bß\rÚÏ9"ú]ígf\7fe\8bßuì/v\7ff\8bßuîÏô\99°ÿ\91æÏùá÷-Ë×ña\a\ 20\91\ e?pYA7\v\00áÉ
+,\84\80\1c\83\bó\8c>àÉÂίCh?0\90\85m>àÉÂn`¼'\v\8bæ÷daáü\8e,l\ 4ã=YØbE,cR\³°\9dýó,,â O\16\16Ñß\93\85]\11ý\1cYXD\7ft\v\91, y\81Ëû[\90\8fGôÓÏÿACpþ³Ìÿ1#ú#+\90Ð/#þÑoñ8£óC·8¶ââ\12\11ÿ\ 3ú\11þ[àúuþ\83úËÁ\7fX\7féQ\94\rò¿\9e\85\86úÇ\11\85ØáùÉò\9f&t\85éU\0iBôóx\91\1aÿQ+\18ë\ f\87\17 ç×½È4ßÒÿÕ\v\1c¼ÿª\177(?Õ\8b\e\94\9fdQ¤\ 1ùy®ß¢@\ f=2T\ 5°BþÕ½ÀU½?Y\16t\97Î\9f\9eß\ 6ùWÏBo\8bÈ\7fÌ\v½g¿¥]³ß\98\17qdA¯\ 6ìÕ\8b¸®\7f}y!\ fýór\ 2ÒçºÕñ²ü\1eYÌ;ò\9b\ 3â\7f=\8b\91¡þºÚß|¼&\7f¬\8a"'ä\ 3]«(èü\19Ú_²ý\96¡\v¥d±-\v      í7¹
+$/p~YÿåE£?ÏBBý%GÁó\8aÎ\ fÝ_Ä\7f²ýϱs\7f°,hBã/üûðõ\89ÿ\18ÁøC²/\eXN\ 6èô\fcÔ4ä\9c>÷\ÓÈ\97ñK3òøùªî\ e[x*\8eåÁ\88ß/ 8\ 1\v\ 2\9f`õ [
+ÈqØ£\8e\17\8c×=      \9d ªcèx\90íüz\1eÆêH\9añz\1dSõ@ÛõËu\ 4G\1eóy\834\ax\8d\80P\ f$Âýë\1eHDû÷ä!áü\8e<$\94@=\ fh\16d÷ü\98\a\19$\rÀó\98\90ÿ\1dy@¨Át\ fÚò\0Ýý\13ù[!ÿÊuXÕ\ 3mÆ£8nÇ\ 3mçwx \90\7fdýSó\88\9dýS\v8h7\10¯ã\85ë\17ò\b'\ f´]¿Ì?)Þ¤_\82ò#G°RBò£G°ÒÃ\82{] ÍxÝ\ 3°(ú(ý2Ò\9fJ\1e¿Ô\11ÏYÒÿ\94~P\7fèò[=X·ü\9a\aªÑ\8f\9b­\7fêxÐlü,\8dçyDÈ¿\8e:ZMÿS\v~\82úW¯#\84ö\8bî\ 1×:X÷ù\9dò\88\83ú?Cû\ 5y@dÿ ­ß\91ÇM\90~àü\88\a\bí\ f]\7fe«Ãïê/²ÿ\19Ý¿J\1d¬y\80\88ÿ\1c\1eôªÚ/Ì\83\84ç'ËOõ\0K&Ã+?µ\8eµ\19ïÈ\0®p~Y~º\80ñºü\ 4«ãjç\97#XG\1dêóþiÆëudÁê0Úùõ:²      ®_÷?¦\15\9d\9fî\7f\ 4xþºÿ\11v0Þá\7f\98ýÕá?º~{ÇÙ\8e×ý\ f«£èЯ\9bAlÇËuhõ\1dg\87þÔÿ\985ùãþÛÍó\9fÑù;2p\v\94\1f½\8e{\85ô\93#`\11ê\1fÇ;Ö\rÑO\8f\80Öw\9c\9dý_Ïï\15\0;êH§c|Ú\9a\0\98¬\80ã\8e\ 4ÈQÈ8¡\ 3ô¤0¡\0\83\14
+s@!\ 3ë)4¨À\1c\b÷\7f¡\1f\v¡&¨\80@\b\95z@P\838< \8cn\10ý\ 6N3\9cÿ2\9e\85p\ f\ fî\19Â=q00aÈ\ 2Vx\85Ê&P\92U\0! 6Ad        LÛÍ\ 3ص\ 3à.\1c\94@p\ 51\17L3!Y\11ÊQ
+
+®P9\ 4\95\ 34\81d\rP]¸A\rP\93x\83&Xuá\ 6¯à\9càùéI<Q\81ÐõC\ 5âH\82ÍH~ô\14D\86&\8c\92\82(¥°\87\ 2\92\\80³\ 2+.\88\15\91ÄV\83_\bÀ+Y\v\ 1N\1f\10\0\89^nI°\13xHÂ÷bà8 $°JÖâ\ 55+ð\14¢\9a\e\19{gÈÜÐ\1d\8c÷¸¡\19\8c÷\14¢Nh~½\10uCó;
+Q·\1dð\90§\10\15±\90^\88\1a¬\10­\9d_.¤9\9eCÞY\7fuc»ë'\85\8c!¢ùåç(Ñ
+A:üÇÝPD\7fý9J\8c\90\7fd#0¦$ò\1fq£ì\ eéð?w\83!ýu8¡\8cö¯Ë\7f-¤íð\ fO\83Âýëó/÷ôOMCvõ\ f+¤Eüë\b#Y![;¿£\90\15êO=\8c°#ú9ÂH»v~Ü\8b\85ô×á@ þÒ\9f³¦\10À\ 5¬\87\17Û\9e¿\1c\86¬\85´\83üS½ØÎþ\91\ 5óJcNÐ\86\92\11\11S\86\ 2 \\0\85\80f\846&Ôõ=\15Ç\13ºw\81§\ 5\11Ðá\ 4\0\81\ 2b\95°IZ?Ç#Bô×ë0\12\1cu\b\e2@Q\1d\ 2Ã\13\82\ 6¨#\ f
+\15ÈE\0i\1ejB\ 6\84\8e\87\95\0\1dNl\80\17°\8eg\134\ 3¢\8b\a4º~¨À<N8T`@þÉþ\13ä\1f}ÿ\19\1apúþ¡\ 1äØÿ¬9\0¼\92\16ò¯\9eÇ\85\ e¤\a\ f\b\1a þJÜ.ÿ\13\aÎÞÃOûP\1e(\98þoÇ\83\v\9cá\ 1M`¼®?ëKÐv~¹\8e«â\ 1µãå:®`x\98íúå:¤ê\0·óËA°ú\92³\1d¯¿D´4H\97þÌ\81Þ\ 1ÿ8^"\ 6´\7fÇKD\v¢vèGëxc1`\1f\86ðH\1dWÍãvèG÷o\ ep3^¯ãªx@\1dú±:¬Z\87Ûì_¯ãªx@\9dñ<\ f\våWwà\16D?½\ e%bý#'aª\ 3Ûίóÿ6z~6\1eÍï¨ãÝ\91þÓë¸j\1dngÿÜ\81\85ô\93ë¸j\1dî þJ1\88ú\8bì?"ý©×q¥\88ô·^ÇUëp\aåçp`ïÈOÍÂ\ eÊO\9a¡üêIL¨?\1c\ 5\9d\9fÇ\7fEç§×q\1d/A_÷Osþn<\93yû:\1eâ\99\10\ 3¢8\0§\ f\Á@x\16h\ 6\1f\0\1e\9eÉy\và\fØ\a0\r\0$˺ C´bÄó\16.D\?ó%\fô¬¦[\16°\828\ 13\80\99Á\88\88ð\14Îå\18m"hÞÖ¦\1a\ 1(\923#µ\8d%N[\b\17O\80\12±Ü$]"²d^\9câS\14N4Ð\93yG2åº\ 2G0¶$SÚñ\8e»¼$SÚñ\8e`zDG 'óbBlì°åKBø4¿\9e\f\98ÞþyMaFû×Qeftþ\8e\8cÎß\91\8cXàüº-»"þqÔ\84B%âé-±\83óG¶\10«)Dûw$ó 
+r$óöIä_²þ\12\v=\8dw¼iCüïÀ6\9cÐx\1d[Îlá\91ù_%\89\e¸C®¾\1cï-\ 1ç×K\1a¡þsôFHë-ýe¶ð¨þNÐ\90ñ ¢ ýçAEA¦\9cÃ\17X ÿêØ¢+\94\7f\9dÿWÈÿò\9bê´iüG÷\8fõ\8f£·\ 2Ôßú\9bÄ]Óß\1cÛ\12\8e×cáPÿ8
+ò þq\14ä\ 58¿\1e\v\8fªýÇr9÷î\7fëí0ªÿs\82ó˾ä\81\8ar5 ¯¾ä~Y¿\15$Úùm_Pm\100%C5\81çï@5\19½?-\17\82æw¼É27p]\87baVLØ\8e¿ú\ f¼·A±_Úñz1\9dí¿\19¯c³Z.e^s\a\e\9f\15\13®\88~r,¼z\90\9dõ³ö\94\87\ 3y\1d\1f\ 3¸@0ªËÃa/\a°½Eu¡Áð\92Ì\98\1f\86ø{\ 3\8a\18°a\ 5\f \18à6ÿ\ eæÏ \18Ϫ\ 1wÄÀz5TB\fè\81ÕÔ\18¨÷(í4¿î@\95b\9c\ 3Tf\86
+Dwà±\ 2Ò\93IP\ 19\92\ 1«ª\0\99\ 38º~s\07I~x5]\96\14\ 6Ôø\9f: S\92\148\7fS\86øÏ\ 1Ë\17Ô\v\84\ 4ã\ 3\94\1f=\18\1f\90ü"\aê}s\84Þú{Í\11úú\8b\8dßÄóg°\98\90~ò£Î\945\ 3\82®\1fê\1f\87\ 33Cùq4g@ò£ë\8fê\80\a\aï\1fÉ\80}9\90÷îïÃ\81¼s\7f[1_ïþÞ>\ 3¦\1fÔ_1èÝ\15ª\ 1Óc@ö$nA\ 2¬?\89\8bã\aøòà \ 1áðà4\ 3\86\83ô\93#\10\19+\0Ý\ 3Îð\ 2\93#\10Õ\ 3ì\8c§ÝõÊ{¬\96\81uT¼\8c=(\87\a
+\15\88~þ«¦\0y5\QÀË<d@\e®åi¼^\rfûoÆë\ 6tõ Ûùeþ\v¥»t;^7 \r\15å´~ùüÃ\8eè¯GÐ\83Eàºô'\ 6ìdó§¡\bº¡b\9eæwt÷Û%úq\a´8Àíü:*HDçwå\7fêÁGÄ¿À\83¿¾i\9d\9e\ 56G{½§\ 2ZÖÏ°}ÿÀ\85\83Ù\15Z]ÀÓ
\ 6oó\VÐ\88\80ÞàÍ\92\88í\11êÀ<+\14\ 1Gk\ 2M\ 4(\vlP\85è1\84\r©\10G\fa\87*D\8f\88\ 1</ª\10ý\1d\r¶KAnïüø\8bªéU\8aÒί'\91\82J\7fbC[\10~P\ 5Ö$à 
+4`ËQ\15h/ºz*\90'\11\11ÿ;
+Ê2¼Âu\1fz΢
+\7fßZ¡Ï¿Ì\87Óä\8f\9eÿ\ 2åÏÑ`\1e\9a`z\12tEò§$AÛ\ 6ñ}\13\86Ä\0°þÓ\vJw4¿çA\16\¿\ e,8!þu¸ \ 1ͯë\9f\õ×{ýC\93\98\11ñ\9f\1eÃ4T\94ÞüÜ\ 5\84üëp\ 1!ÿ:PUàù\ 1\17\8e\ 1c&Q\7f\92\10\ 4Ô?\ e`T¬\7fô$:Ö?r\f8[\12¯\9d_\8e\ 1Õ$fÃ?(\87Ã\ÈÂ?å\1c¼IÔP
+¢Ûñ\8e\ 6饠º\1dïií\87æ÷ ª ù\1dÀ\9e\9b\7fú m\87ô\97ï¯`Eh\9dóã\88(\e\1aïh¬\10\aùÇ\Ð\ 5Ñ_º\7f^9Ìâ\7fÌa,\ad.h\87\7f¸\v\8bÖï@\94IEþÛñr\ e¨æP;üÃç_¤ù)ý\12\92\1f\ f¢\89&?<\87\8aöïÈ¡ÎPþuÿ\ fê?Ýþ«E¼íüz\11©\85кòÏügÈÿ\8e\ae³¨ÿX\11n\16ù\8fáz¢ý#þa\8d! þÒ[óM*ýYc\b8¿\9eC\fPÿ8rÀû ü\97ø\81ùïó4T\ 4Tý÷\8eüÑý'H?\a¢\v¤\9f\9eÃÌèþv<èÊ%\ 2ÙÚ?r\11^(\8d\98Þ\16áQûÁôoìµ\ 6#ãMÿÆ÷­áxsé\r\8cw Ê-Å\7fhÇëEtÅîî\8dç/±Ðþ\1d\80\ 4æÿÇ÷­\159 Á\82ÆëExf\7fvÖÏ\8bðf0ÞÓ\1a: õK÷ç+\ 5bü;Ö\9a3\ 6´\7f\87ý\17Ðþ\1dö\9féßø¾µ#\7f\ 4¦ñ\ f\9d?.ÒüÜ~Fòë°ÿ\12\92\1fÇ#8¬¿tû/kú§k\7f¶ãåøÇ\ 1h è\1fþ\88\fÊ\8fÜZ³æ\7fZý­Ûo%õ=Ì¿\e\94?=\85¹¡óGñ{2ÿ®ò\ f\ 3D\80ü£Û\1f\93zÿ2@\ 4(\7frþ¬Ú\9f\9dù)¢]\ 1Dhǯºýmö_;¿n\7f'mý½Æb}ý×Éßtï?\\ 2u4\16\ 3óË\88®\ 6K?z\7f¥\19Ò_FtMPÿè\88®\ 6\880j?ÕüËàýw<"»sÿÕ\1aÀÁû/Aû\r=b ò·£ûû*\7f<ÿrO~ò\84æW\0\9dZ@¿ÓxÙ~4@¿¾ýÈò7÷ì÷\8cõ\8f\97îÙï5ÿ3h¿Ô\12Â\ eýyþFÓ\9f\94~Ð~Òå÷(!¼#¿ÖZ{T~k       bG~éùAûËÑXnÕüWê\7fZü ô\1a\vwð`\82·1eñ¿Í~\ fï\e#RÿÝîÏð¾±\1e\8f_D´\7f¹~+Ì%~Ó\8cw4V[Ò«þ¦\1d\9f\16\7f\b\88~zþÇâÇá}c>\8eè?\ 1ú;\1e!ZýWè5\96ÄñÇ`5ðÓÞ\ 14fù7¸\7fG     %¤¿£±Ý"ñ\1f\8f? ùñ4¶\83û×ëç"\92\1fGþ$jüÇß\10"ú;ÞàAýçhì\9e§"ÿï\eûvß\10\8eÒ\7f\86ü\aèÏ\0\15Ñü\ eúÙýÙ¡\1f\8dßY      zè5\ 6&ñ§\15ò¿\1e¿[Ñýå\88ßmIÒ\7f\ 1Ï_\8fßmèþsÄïvxÿéñ;¨?\1doøÌ\7fè¬\9fÇ?î\9d_
+h~\a £\81PtéGÆG\8d\7fQýÏ+þ\82ö¿ê\8d±\13\9c\7f\7f¥~Ãâ'\88\7f\1c\8dÅ«ýö^\7fÐó_Â-û%-\9aýÂã\17Pþôúå\15é\ fGüqC÷\87þ\84­¾A\1cô\1f¬¡À¨ÿ`]ýFý\87<!ý­û\ fY´ß(\bK\98$ÿ\ 1Ñ\7f\8d_êW[ù\aö\1fy\82\19!ÿ;\9e`Þ³\9f3´ß<O0Uû\89ÔßVÿsÌþÈ3²\7f\1c\80þ3ô¿õúQË\1f\rÚ\1fµþuÐþÈ\96?\1f´?ê\13ÌAû£Ö¿\ eÚ\1fÖÕp\9e¦!û#Øý×\8e\97åï\88\7f\80ùåø¿õD<\8d×ë_íþlÆ;ê_g´\7f\ f\88RBóëõ³\16ÿh÷¯?\ 1µ÷kíüzýÌ\ 6ç×\ejl\9bÄ\7f¼þb\92èOùÏò\a£üg\18\ 2\1dþãõ\1f\19\8d×;
+N\88ÿ\1c\1d\ 5­~®\1d¯\83\90F\8dÿxý\85¦\7fºõ\17\83ò_ë/ºüÃ0\94àþõøSFòç\88\7f\7frþ¤Öo´ãõø\rÔ\7f\9e\86\14Hÿê]©ã¢É\1f=ÿ\15É\9fþ~£ÖotöO׿i÷\17í\88ºGI\7fñú\ f8¿î\7fM\88ÿÑýÁâ\17p~ýýpÐî\1f>^\93¿ÞûݼoÎ\860\16ÿ\80ú[¯\7f\81úKkHñª\1f^Åõ\93øM\86óëõ\17\1fÙû[¨?túÍèþ»ÎÏâß©t\15\87\1a\86\18ðþÕA¬±ý§óo\89\9fôο\e?qÏ\7fªÿ\18´\9f+\88p×~&ñ¯}½e\7f&hÿéù;\ 3!Îûû\86¤Ô\7f\f\9aüQÿ1hþ\v\8f\7f@ùqÄ?Ðýé\89\7f¨ö\13{ÿ\8bèçhhxÓÿÌP\7f9è?k÷w¯¡ã¨üÖú\8fÑõ\8bþ+o\b        ý'Ù~´ú\8f\üP¯ý\15
+þÅi<¨\7f\98 ÿ\87¼\80ñqº(\0ÚO¨\18ðç\ f\b\r\89^5\19\16ÁÈÛüE\ 3ÅI/\81)=\89Û\158\9eP\94\14@;Þ\11BY74¿ÐÊÇB\18¯nDíxOO¨r\a\9d>àè        U@tºgÈZ:Ù+äó\16ä\9ePña\86#\1aÈ=¡\fËù¼\ 5¹'Ô\81¥u]\81£'\94UR\b§\80{BÅdD\ÆzBÙ[àÓ\16ô\9eP1cY\16zB\19\9aV±F\9b\ f öhgmZª\89\1e·Ùþ X\9e\9b\9eRW8\ 5^\ eöjJÕ~ÀS\ eö2\aÚñ:\9cWÕEó\18¦~ÕEóXO\ 2ë+v\9a_\87\83(æðÈü_á\14\ e³`\ 4\9e³\9dæw 
+î"ýY8tCóë=­\ 2<?\a¢_¹\8eÛñ \9dôþ9ÛiÿòsÌXÒ\91ýñ,\1c\vé'Ã)Y9Ùi¼^\ e\95!ÿ;ÊÁ ÿéáD³\86:üÃÃ\99H\7f8ÊÑ\16D?\ f\9c\ 2\94\7fGO3D\7fG9[1§Gõg\84úÏ\ 1\87²Áù\1dp
+I\92ß\1e\9ca_ÿ¼\87´ïÉ/\7f\ e§é\7f\ e§\0é¯Cº\aD\7f\a\1cC\84úÃÑÓ\fÉ¿\ eg\92 þÒ}\11\83ChÇ+á\1c\vgBýå\86¤\1f\95ÿ$ë/\12\ e¬ú«éïîè\ f\8cè\87Òéäü ýåèO]\9eã\8eÞ\9fÖ\13môþ48ÂÞùÓùoÚ_I¶¿X9\17\94\7f½'\17´¿\1cp\88\ 1Ú/z9\93¥c\ 6í_+ç\1a¥\7fÆúÇ\81h\7fOþ­\9c«G?\8eȯÙ\8f¼\9c\vÚßòs\9a\ 3ÎP»¿\19"?â\7f\a\9cã\ 2å_¶_­\9ckX~°þÓËY\1eþó\93~ù}G  \8eÈ_ö\9fßwT áTó¿óû\8e\18¬\9c¥úßÍøk9\v\87\93Éh~Ý\7fÝÐú\1dñ\83\1dÒO\96?{NÕ_?ñ?,\9d\94ß·\84¡ö·Ù\8fíx\1dÎÃüçü¾¥\v\7f\8eµIô£q̸¼\ 2XÍø$¤Ã¿û¿ÏøU;^H'Øsª\15ͯÃq\94çP£ük-ÕFù7Î\88\7f<å<\9aþàp.P\7fèò³jòÃ\9fCÁýË÷\97õ\ 4?\8d\97ï/ë      Þç\7fÖR\ eò\8f£'7¤\9fî¿ïPÿÈåt   ê/G9Hy\ eÕ\8e×Ó¹Ö\13¼w\7fqÿ\19ê/Ý\7f\8bÚùó\9eÞðþw´\84\83û\97á$RFüã\803Éèü\1c=©gÕ~!þë\fï\7f½\9c\fë?\87ÿ\vå\ f\94\13±ñHþ\1dþó\16¤û\9b\97ó ý;è·Áó\97\9f\13\1dÏ©®÷7Ê?E\98\85<à`\9eYÈvýús\18¨\7f<\1dá6É~§å\18\11Ê\9f\ eç\1eáý!à    X9Ϩýbí\0\97\9c4þáþ7ô\1f\80þfþ/\94_½§¼h\7fqÿ\15Ú\7fzOùE³\7fºþo÷þeþ/Ô\1fºÿfûO½v"¬\96eFã\1d\1dáÐüzüÜàHNãåø£=Ç9\8dwt\94ÛÑþeû±æ\8f\93¿\1dÉ\vN$¢ùåø{Í\1f»÷oþg\ 2ã\1dÏ\ 1\ 2\9c_¸¿Ì\7f-÷W3>è-!c\82\f¨;\90¦\80;\ 2ÄñH\10\ 3yÞ³@\ 1p$p¡\08ðDî)\80\b\15\90Ç\ 1Fô÷à\91 \ 6\ 3À
+H6@«\ 3Û¡\1fÇó(    \9cv¼.ÀX\81éý\0D\ 5Æ\13À\11¬ß\83ç\ 1çw$p\11ý=ïi\16qÿ,\ 1¬é\1fºþ\88ø_\ fÀ\1cïi4ú3<\90{ú#%x~:\9ek\86ôsàñCý­ã±\96~x§ùeýW\1dèÎùÑ\0\fÖ\9fr\ 2¡& ÛýË       \84$\e\9f\1dâ\1f\ f\1eÉMùÛ¡ü8ðHÐþ\1dx\9aØ\80\91 ùuà\91\ 4M~9\1eÉ\f\f0TA{-&\9f\97/    ìô5\81\17ÃE\81£\b\84õd\7f\1e\86Ø÷\86\16I÷à \ 1§4\14°ñÐ\80p4Ä\83
+H\aô,\80\96=\ 6è\ 1²ö\r\bÒPn¶õ¿o(Ç{ºï\85\81Ò­\9eî£
+(\8b\ 6`¯§ûè\ 5T=ð8ÖЩzàq¬¡PõÀãXC!k¨w\1a\7f¡\1fÍ`Û\ 5Ðî_\ 6\15ܱ×P\8c=F\81ôÓ3@\13\9c_6\80£)ðø¾¡\12\aôÔÎ\8f\ 3Zl\88þº\ 3\9dÆ»\eâõ×Ï*°µó§ó\9b\ 3Þ\8e×\1dÐ\1cÅóg\19ìU\92\1f\8däÇ\91\815\ 3¶Ë\7f\9d
+ðÎþ»\15à£ò·@þÑ#h+Ô?²\ 3\10-\ 3Ôί\a@6¨?e\a nH~u\a Z\ 5NGÿR\ 3zÒô?\aÄ\80úÇÑP\1eÎïpÀ¡üê\ e\0Ô_\ e\ 4ùOv\0RiÈÙ׿Ì\81\87úOp\0
+ C.\11Ø\18:\80\ e\84~3´\7fô
\19Ýß\ e@\ 4¨\7f\1c\80¤Ð~r\0\92¬ÚýÇ\ 1-´óã\ e8\92\1fG\0dG÷¿£!Í\ e÷¯\ 3"NÚýÇ\1dpD?O\ 5ö=ý\93\ 3<?Ýÿ\88H\7f;2¸\11Þß2 ZÆúK~\ 1h\8e\7fÏþ þ7´¿t@GË\9c\ eÏ\ fõ\97\ 3Ðd6þ\7fß\10µëÿ\ eÞ¿Õÿ\1d¼\7f3öÿô\17¸æÿ>äð= \ e«À.û\ faÈþ=\1aÊ?Ï¿\1d¯\ 3*Z\ 5v3ÞÑÐÞ\ 2¨Íøk\ 2\8b\ 3B\86Áõ\9f*À;ôï5\ 4mçw4dÝg°~½¡j­\0o÷¯'àì\ 5agýÜÿ\86óëþW@ûGçÇüwÄ?\1e@JÄ¿þ\86 ýõ\13ÿ¥\0Ò\9fÆ;\0)³$\7f\14\ 2¢4ä8É\1f8ÿ«ýc\10\10Gü9í_\ 1\85Ãza\80\1e\ 4\ 1?\ 4D;Þ\ f\ 1q\1aï\86\80hÇû! Nó»! Fæÿ
+\ 1\91ö^G\80÷\10\10§ùÝ\10\10}ú¿\87\808Íï\86\80è­¿÷\84å4Þ\r\ 1qÚ¿\e\ 2¢?þ=\ 4DÿüX\02 ñn\b\88ÓúÝ\10\10=þïA@ôø§\17\0ìËßû\0àiÿn\b\88Óün\b\88\93þuC@\8cêÏ\bõ\9f\1f\ 2¢§?{\10\10=ùíA@ôõÏ{\b\88\9eüö  Fùß  úüÿ\1e\ 2bTÿ\1a\ 4Äèýa\10\10=þëA@ôä¯\a\ 1Ñ\8e÷C@ôôg\ f\ 2bTþ\93¬¿ÞC@´ö\83\1f\ 2âD\7f7\ 4Dïüz\10\10£÷§=a\19½?\r\ 2¢wþ=\b\88\91í¯÷\10\10£ú;CûË\ f\ 11Ê¿\ 6\ 11jÿZ\0q\94þ\19ë\1f7\ 4Ĩü[\ 1N\8f~=\b\88Þþ{\10\10½õ÷  ú÷÷{\b\88QûÍ  NãÝ\10\10Ãò\83õ\9f\e\ 2"\95δÞ\ 4®A@\9cÆ»! NãÝ\10\10íx?\ 4Äi~\a\ 4Ä\86æwC@\9cæw@@ ý{  \16´~\a\ 4D@ãÝ\10\10§ñ\ e\b\88\1f\87\80Ø\9e\10\fíx\ f\ 4Ä+\ 1|\1aï\80\80ØÑü\ e\b\bÄ\7f\1e\b\b(?\ e\b\b(¿\ e\b\bÄ\7f\ 3þë¨ü¬\9aüs\b\bH\7f=\0¾E¤\7f\1d\10\10³Èÿì\ 5\ e\94\1f\a\ 4\ 4¤\9f\ 3\ 2\ 2êO\a\ 4\ 4¤¿^@\10\10ÿ{  ´û\8b¿`\81úÛ\ 1\ 1¡\9d?/ É"ÿ1\b\b¸\7f¹\80üð\7f\89õw\9a\ 3Ð\9f\ 1µ4Z.\ 6Ы%î\82\16 g Ò\82\ 4À\81a±B\ 3@\7f\ 2µÂ\ 3Ð1,6¤@=\18\fP\81ë\ eü\ e\19XÎ`æ  ®_\7fA0Í\92\ 1B+ &D\7f\9d\92¥G?þ\ 4e\ 5üëh\89\eÑú¯-qù\v\10d\0:Zzdx\81ë\ et\86ò§·d\9d§[
+0C\ 3Ê\81á° ú¡\v\889 H~\1c\18\ eØ\80Ò×\8f\r\0«  Üe\e:ÿê\80\1d\ eXi   x\9aßñ\82dEãeúÙ\v\90v¼n\80\ 43\0\97^K\1a²þ\1dÒ_6@\82\19\80]ú±\17$QÜ\7fÇ\81]ÆúÉT\av\19ë'c-MOóë\ 6tDë×[*Y\ 5Èi~\a\84\ 2<\7fGKRíüy\ 2xCë\97ï\8fê\80\aI`/èüô\17\ 1\9f%P\91ü*\ eÐö¤È\13Cð9¾íC£3Ð\ 6\15¨Î@\eT z\ 5Æ\8eæ×K\80Ó\ 4\19Ø\81ÁP< v¼ã    \88Ê\80$\ 3\ 3\15\90ç       \88¦@¸\a
+\ 5@.Áµ\9e¤ÃûOè\ 2pì?Áù/û¿6r2\ f\14Ñï0­U\ ff\86\a ¿\ 1\81\16\90#\85¹,\80\81\1d(|\vÔÀº\a¸j7Àuýazzõ\a
+ÂÓ\85y\98²©>b\ f\8eW@Û,\890}ÅQ\1a`\9dÆë>ü\ em0G\12\16\9e\80?   ;¨\ 2j\12\ 6ÈP\ 59ÚbF¨ÂõW0\11Ò_O\82\aà¯8V\91ÿ:IÜ\ eý9\8a\ 2º\82\1c1\90YÕ äüf¨\82/ã¯E¼§$jË?z\11\0´Á\1cü\8f5\98ü\8aªú°\85\8eÌ\aàIÐ\19\8c׫À\rÅà4¿l\ 2\86ò
\1dïè©i>l;¿P\84Wn\80\ 3HÿYF>§æ\ 6н`óB;\14ä^ð\8eÆËFPõBÛñz\1a\13ÔÓp\ 1\85\ 3®\8de\8b\17\11ã\13\0túêEè\ f\8ak\17à\18¿"\ 2è@\f¹äÑÚñúC\8a\8c\18È\81\ 4\ 3t\18A\87\1fû4\82N" gÒ\97\0\eA\8fÕ£ñúS\1a¨\84\1c"°Â\13ÐE`\85"ìðc\11\a:\ 2!;R\82º\11dX\82£*¬úÁ\1d\15Æýh¨Bu?:    td\12\ 3\9c_\a\93\8fð\12Ò+yãè%h~(:?å\1260{;¿Üy\8aÈÆ/Òx^  \8cèç\88#Ìð
+\94\8d(\ 3Ã\1f5¢Ò\ 2å_w\83±þÑ+\99¡þq@1l\90\7ft#ê(a\95\8c(\ e\87\9fË\15Ôh0=\958!\ eº¦\12)\9c½¥b\ao Có\e½\8124¢\1c©Ä\87\e{G\ 3\1a\98Áè\rdpúý\e\88¸\91       J\80ÞN !  p´\13Èð\ 6Ô÷\9fïY\0yÖèÏ"\89\19º\81 \92H\19X6¡\88\1f\ eU\98\ 3ÏÝ6\90óP.«ú±Íx\94\vº\16C>\1fóÚúsx\8b\ 6Ás±;\9a_Ïe\168êþú       \1a\80\99\90-ýd\ 5\16v8¿£\98x\91ÖÏ\1fÓ¢ó÷xÁ\9b´~î\ 5£ý;àÈ\83F\7fê\ 4F4¿þ\98«>\86m÷ï@ã\83çç@ãË"ÿb\13²æb\1fÎôÈc®ú\98¶¥¿\ 3N\1fɯ#\b`.l;^\7f\f½Bþ×sÉ+¤?\88\83N§õ\97(ÌV¢0\rýA\14\86Á\91\1d¹Ø§\ 5×\1e Þ\ f\ 2+\10\a\9c\1d¼@\1c¹\õ\ 2!6ø\84\18\b     0ñ!\83Æ\80¼\1a\17)@å5µù\90P\ 1êp~   )@ÇkĬ)0\84ÆñÂ\93_\80\0®úü3ä?ý5ô\82Ö\7f¥?\1f\8fæw\9c\1f\1e8<Èÿ²\ 1\94°\ 1¤ÇPD\ 3\86î\1f\1a0\ e\1fx\87óË1\98Z\8c;x\81gh\80x\12\91P~t\ f&ªú\8fxpQÕ_ïáàG\r\10\83\83÷Ë\8f\15óª\ 6 \19?#úë\ 6d\9e5þç\rÑ ÿȵPù¦\ 1\92E\ 3¤ë\0¦14\96ê\0¦±×¬Õ\ 1Lï_³Ò4 é¿ôþ5=M\84nh~\a\9cÝ\8eè§\17ó\a\8bÀ5ã\154¬õ\ 5çU\1aR\1e¨\16ßÛA¬z\ eg\82ôs8p        \9d\9f#\8d    ç×\1dØ\88æ¿ê/V\88\10í1DK\7f\1dMÆ^S¥Þktæ\0¢ù=Ÿ£üWü\a{\8d\95¦1ÿÁ\1eC\8cò\8fÙ\7f£ücöß(ÿ,\90ÿ\1c¯Q!ÿ9^£Âó×_£npÿ\8eר³È¿ì5ê&ê\7f\12\0Ø!ÿ8^£BúépÐ\13¢ßõþ¡ý¤\ 2\1c/ÃA&¬ÿä\b¾õC\e¥_\8aªþeµ¸P\7fêëÏ\90~ºÿ\91\91þpø\1f3²_tû'\89ú\87\97â"ú\ fø\8f\83÷GZUùe9Lxÿëñ\17(ÿºý\9d°üë\85\94\13´?/ó?´$iÈ\9d\80þ\å×ì\15ͨ{ÿ0ÿ\13êOÝÿ\88H~\1cpì ÑÏ\93\81Dûwd 3â?]þk\ 6±Ã¿¼\90V³ÿ¸ÿ\8aøW\97\9fê\7fvèÇáÔUû\83\15âjú\8f¶C[5û\93£\11\15û·dâ9ÿ38ô"¿íx\1d\ eÝâ\87Íx\ f\1cz\ 4ãõøe-äm×/×p\ 5³ÿ:ûçhJ\e\9aÿÂ?Ìÿª      Ìvÿ2ÿÇ)\81ñ\ e4Õ    ®_÷¿\ 2\¿^\ 3\18!ÿêU¬\16?ìò\1fó?Ã-ù©þ¯[~lü\8aÎOo¨\9eÑùûû\89\9fÆëþß\fé§?\86\9dÑù)ñoK\80Âñºÿ´jëçhHPÿèoA-~×Ñ\1f¼\8aú¡\80\9e\17HXßWQó*\H\ 1=\85\ f5\18ª\82$\16ð\ 4OP\7f\8a\16 \ 6\91kØRØ\80\ 4\88±\ 6Óá`Ì\83\1dÔà)©\16\0Ë B\r"Dà_%LÉ2\18\ f\ 6|WÂÄ3°P\ 3éxT3² ô\f\ 3\1eÔÀi\81ëwTÑ"ùsà)¯*ý\18\1c\12¢\1f*a!ço\19Ôîù³\f(\9c\ 3´\8eÚ~þ5\ f\18ê/½!²ÕÐ>ôÈ»\86ÈÝ\1aÚ\8e\ 5Ñk\b6j\ 1\1fpH\8aþãx¾Hÿ8<¸\fÇË\15\83íZ ¬¡\17Ô¿:\1eð¬Ýà\94ÿ\16x~r\ 5J^Ðýu­@¡\16Ä\91B}¦ÐN\16\84Ä\ 1\r Ñ´Üjé\95¦A@\1e\8b!Nï\1fÃÒ"VËaLïá\f¨\ f¹\96\8e&ÓûÇÐ4\87k9\8céýcb\9eÃ]Àx=\86Z\8bp§÷\8f±yK¯\ 5ì_o)\1f\f\f á\1f¥¥|ié4\15DÚf~­¥Ósý¥¥Óñ\1eî{\ e9,z\12»´t\8aÛû\ 5ôZ:µãý-\9dNãÝ-\9dÚñþ\96N§ù\1d-\9dæáù_A\98½\8c\7f¯\80z-\9dNó»[:õéÏ\820èü<-\9d\82´þ^OºÓxGK§\r\8c÷´t\9aÄñ¬¥Ó"\9e\1fq\81\13â_GK§\12Ä?­ßÑÒ)Küßë ßã\1f\1eÄQåï}\15ûiÿ\8e\96Npÿz\10jAô÷´tBúÏó\10\eÍïié\ 4çw´t
+\92üò\10N\92ø\87º\80\93ÉÏ<ô\8aÉB@£çoEð£ü\9b\ 2Ú¿'\ 4\ 5Ï_\7f\ 4\10µû\97\ 3\9aÁûC\a4Kðü\1d\80f\9aýÁ\8b 4úó"\bD\7f\1d\91×\8að\87÷\8fí7ýü\178¿^\84°Búé!¬\eúëkK¨Qû+m\9aüôBH£ö\97\1eÕ?VDÑ£\1f\ faAý¥¯\1fê/GK¡Ò\92¤\7f\7f04´{ú×BX§ñzK¡xïþÍPÿé-\85r\81â9ͯ\17Ñgíþ£!¤\fé/·\14²\10Øiÿú+îå\9eÿ\94¡ýæïI?*\7fÕÿ^{¯ÐI\0©\84ðÚñ:"n°ý¯ï\81@x\0ê\95\84>\8dw\14Q¬hÿzü£ÀY¶ãu\18\r+¢hÇë\88ü\16ÀjÇë÷¿½\ 2ï\9f?±ßMÿ¯c0\1a\a\16Úõü\1cö{@û÷\14qì`¼\ 3\91<Âýëþ_Dó;Ö\9f\90ü)(\fí#\82Óx\a\94Ú,ò\1f9ÿ9HòË\ 2¨ö
+ýx\8dý>\ 5\7f\81ü£óÿ\82öïñ\9f\83t~½\96T§ñzü`\83û×\1f1\94\0|\8f~Üÿ\86ü§?bØ\91þw<bØ5ýÏK8àùéEä\13¤\9fîÿ\ 4D?Ï#\ 6¤\7f\1c\8f\18"ä?ý\11\0Ö_:ý\12\9c_\a²Ëó­ûÇJ8zú\9búï3¼?ôø\a¶ßôG\0\v\9aßÁ\7fØ~\ 3þCº\9cÿüÕ\7f/\89Ä×ø\18.
+\84â\98­Û-\ 3Ì\90Øz\ 6\18wàá\ 5®\a@v¤\0\1cUôÐ\80sTÑOÚ\ 5ÎqÔ \ 3ë\ e,T@þ\1a\8e\9e\0ÓýC\ 3LG\11É      ÑÏáÀc\ 3Ì\81£\ 6\ 5X\7f\ 5\92¡\ 2u´Ô\8a"ýq\0½:à\ fEð¾\86\8a½â\87\17\98ã\15\ 4¤\9fî\80C\ 5èéé\f\1dè\vÿ±WHÖÓ9.\r
+\8b\\ 5n\15(íxý\15\92\9cÆËüg\15(§ñ\82þ\7f­èpà\9fú\7fy\8f\82D׿Áýë\15 %ðr\1a¯¿")5Èíx\ f
+Æë¯Hâ\84æ×õouà;ûç        |íüù+þ\88ö¯¿"\89\88\7f\1d\ e|y\ 5×ã\1f\9e\0\87ë×_\91\94W°§ùu\a~Fó;^\91Ì\88ÿ\1c¯H
+\92¹_~¾ÃÀ\81óÓ_\91`ýåpÀ!ÿ:P\ 4 ýü      ôÎþyOf8Þñ
+\7f»E¿4¡ù\1d\13ä\7fp\7f\93v@V\0Ô\8e\aö3q\80\ 3Ü¿£'´Æ?Ü\81FúÛñ\86"Cý/\17à¥\8cîOG\ 2|ÖÖO\1dø\ 2\7f{\1a/\17\19Ýßz3\12C\ 1è\9d?»¿j\ 2¼s\7fq\14\0È\7fz\0\0ê\ fG\0lCë÷¼â\87ôÓ\v`vÄ\7fz\ 1TÚáý/Û\9fG\ 2\±?9\8e9¤¿\ 3Ç\1cÒ_÷_ ý¤\17@äª\7fâP\ 5|NP\7f;\12ÀÓ ýc       l¨¿ô\96ä¢þâ(\0ðüä\ 4h\16í'>>ßÒ\9f\a\8aÀ\1dû?cûK¸?\fE/\ 1þ»&\80z(xq¾\87\82×\8ew¼Â_\8bÿ4{Q$N\ 5ìs\ f\ 5\ 3Ç_\82Ý\1fy\1fzÃf/0Nô\93ãGG\ 2[Û?Y¿éÿÁõ×\ 4xwýïQôNëwà÷æç0è\e\1a¯£\0\9aýÙY?G\ 1Ðø\97Î\9f´ùéþ3<?G/±\19¬\1f\15\900\14\ 1D\7f¥\80øä\7f·ãeû1Býå@14ýÝ=?2\1eê/Ç\ 3\885Iãy\ 1;\92?\87ÿºiú\9bûÏ\88\7f\aüçÎüÜ\7f\86òã÷\9f;òÇýç\8cøÇá?¯\12ÿsÿ\19Ê\8fþ\ 6;BþÑ\v\88\93Æ?|<¼?\1c\9dÄìü§±N`Y\9b\9fw\ 2Ë\12ýy\ 2;HüË\13تü²\86ÜðüuÿuU÷ß)@oõ·î¿n\9aýÀýÿ\9búg\87òw9?Þ\87lyùÏíþå\a¤µ\0½Ý¿\1c¿²>b}û\8bä\8f\ 3´\7fõü-Ö_\ e\14¿{ög\86ö\97#~\904þ¡\ 5Ø\19ÒO.@ÊXÿèõ\13\9f\9e¿_àüzýªù?½vÖ}û\93¡Ø\15û1OCü[ýßf¼®¿kþ¸\1dï@\91Ohýr\ 1´µ\ 1;Í/? ­þo;^¶\7f\ fÿõyþíøËù3ù©ùßvÿRþìk3ëã!ïHü®>Àn×/Çï¬\99u\8f~<\7f\8bø×\81"\1dáü²þªþk\97þ,\7f\vé§ï?CþÓ÷?Ãùõ\ 2òy\93ÖÏ\1f@#úéö{\ ÿëù_¨?<ù_4¿\a\85=HòOó÷\eZ¿\1eÿ\8bV¿\98ÞcXQ\ 4\92ÒÅ¢\9d¿±ß\1e_~Ü'Ï\8f<ÿÛ~æ\1f¦§e\17Òc\87óòì-\1f*\12É\ eôèròC_\9ei09\88ó\97uÄ ¼\ 4xµø\fók\ 3GAÉ×\ f\b\9cl\1f\ 3a\12B1¯Ã\rf\8a\9c>\0bÙg]PV°D´\82$8c¯úÜ\8a¦rZ\81 ÍË
\1a9­@ bYÁ\8ai Ý'O"nF\83ésþ\8ehs=Fz
+\e¦\81~
+\ 6IÐ;\ 5ÄÊO\1aXHè´\ 2!&ûÚB´\9a\8aÞ\16Âç\ e\8f1\96æÌç\ f\80¬T\8048`]\10\r\804\92\ f\ 4$\8dð\ 3\84\ 6fWôhp½\18^§P\ 3ë§\ f\b\91­²\85¸ -\ 4áj)+°ÔjO\16\18#Up\96\1e\15dq\ 5×è }\0\9eB\10Â+ö\81\1dr"ð/È\af(\vQHð\96c\9cá1êJÕúÔ\f+ÕúƬ§T©8¯ð^@âL\18iÅÂ\ 44\12\11ç\rëDÁÍ(+03gX\16\88Z\a\1fØñ1êZy¿y±\1cX3"'bi¬`3=i¼® |\0kåIÈ\16½hP£ýÃ4\88âåÊ\18)EÌʲ4ZÛÖa\13§BÆ\8c\9a8GÉÞ-\13'U[yô\14°Vv\9cÂ\fí\ 3]­×wo}}@h°@K\15Ù\al\ 5â\16\98V>Ð\8f%­LW°\8a:\91ê\83\15s¢l¡¤íæÕV_ßõ\84iz:Ë_?ð:Ø´O/÷ó$\v²V®õ\83ò°o÷d!O7¯¶\1c°,Èf^\ 5Ñ\19\8cÕºnæe¬Öu}\90±Z×ͼ\ 3HçÞ1&h':¶\90\97òAÆÇ(ÔÒØ\a°Ç\ 2V\80ͼ<\8bf\1e\93Æ<ã-\80\ f\10\1aÌ¢\99·\\14JùÀ\ 2£8\ 1he"\v+\94F$\vç\ f\14\1aÔ\18J£Ò&¡$½\ 4 ¬$¡4(sû\v¡ÄòN\1f¸ÞLó%\9ag\1f\88à\ 3\aÁ\9eÕ\9fV G²\8c\13O\1f\10¤Ñ¢y+ü\80P\98o+ØÕ\15à\0D\85V:}\0¤Æ1+\87\ 5náÊÊ4\14¶âSÐCa\ed$G@r\83¬ìà\83}\98\ fì\ 3â
+ºÑ¼Ó\ad­|DóÐ1ÊZ¹\ 6ãN§ ÇҬƵÇ\aÔw¶"×\1e\r\1e´Þð\a \11\952\1f\vÆå{\9c\89öø\80\1ecJ\90\13\81ïL\88h\95®="òXZV\85\89Eó >pDófÈÊ\9eh\1e\94FO4\ fjå+\1fÐXÚ\ 2\19éz7R>X\16\8d\ f®§ðÂ\0¨\90Q!|¦üý\14.D¤Â\84Õ:\ 2½#4Ø0+Ë\17KE\8d\1a½X\8e¬¥(Î$º¿cY\90CaÑܾ¾V&\8eç\84¯w\10\80`Ñ<¨\91®ÒÈ\83qâ)P÷?È&\ eÙB\844p\ 4$#¶Òd¥Z£yýÛ\99\ 4ãRI\95=¤ñm0\8eqb"j\1d\1c\ 2Qëà       #       DeÈʺ8§\19oAÎ7¦YTª\94\883fe\9d\91\fF¥ÏH,\9e(ÚÊ<\18\a\89\88d\81ÄÒÖ\19j$P\8a\88íÄ´b¥ªë\83\r\vÓE'^£yS)f.ÅÀ§ë]2¶\9b*\90é+\9aN\f\ 2\1cÂ÷*\90×\aÚ\15È!Ñ`é©«\13\89ÛgU S\87\95\99}PýÆ©c\1fð*\90\ 2få`\16ÊÔaeê¹\1a+\9f> ',\83¥\v§®ZÇú \98\811u¯wæöem\ 54\b³ãSÐ\rMK\17N\1d\95F\rMK\17ö\19\89ø\v\ 1\9e\ 2²P\98߸ªÇ\88oçÚ^gêÜÎÔÔ\8d\90\13õ$M\8c7\85©V\81ô\89H\8cm\v\aN\83·sLP\16ôÛ¹\96\91ôT\1a\8cOA÷\9dgQ\1f\13s¢î;/ðbqøÎ\v¦\81î;\eRÝéjÓ}g+#i? ×\1fÄM¤\ 1/#Ép\ 5z j\13\15
\eá\16\ 6üÆÑ\8b¥ú\8d£¬\_|öX\99û\8døjÓS¦aU\19\89\15qDu\v\84\88\11\eY:\11\13<\85«0Q\8f%áS\90õA­\ 2\19Õ\aÕoì\11\91Zë¹@ï\9eh 4_2·\ fñ\ 1(¹æN\17\96FÝñ\ 'ê\95qÕk\e54\8f\1a\8c{ú`ò ³ò\86í\ 3G\11\a\14&¥"ÊJ(ð)\b\8f\84BÔʼ\ 6\ 3^,Waâ5\18ØÄqÔ`\88ÒHSç\ 1^ï(IC>@\94ª,LYµ\95iýAÄ| {,Ù¢y=\8f\85Ò \8b
+\85\96\91ätïj«xÌ£W[\ 5\94\1aæD\12\80Ы\81\16Ñí£+ ZY/¥ÁZÙQ\r´bCóB\ 3\96\1a\8c°\7f\85µräXB¹ÞO\1fÐ\85)\14N<\7f@x\99h+ØÐ\16\90Zg\91¬\84>pÕÊ\94\88Åéê\12ñê/lÏß\84ey¶·>ª\0¾?n\v\e\19]Û^Tíh\ 5Q\16&\8bd\9di\0Þg\93c\7ô\81«}@\8fq\83§p=F\1e
+\83+@Z\99ðÁ.ò\ 1+ò<Þ8\1f\86æ\81\15Ö)ò¼\1a\9a¯HV,|Ð\1e#ÐHç-Ø\a\16´\85M°PÊ\aJ\8dæy\ 5\82\a\90B\89ñr
+W"Ú\83¨\1d\101^u"\93\ 5ku5,\vÖkúÌ\az\r\9a0ÑøAZÑ\a®ñ\ 3\1a
++\95qÃZ9\96Ê8A\98X\11\aÔ\89\ e"Îøb¹\10\91Ic\9cóMi\9c·\9bÒ¸@\85¢IãqÕ\1c\8fƯ+\88(ËCVP2\1cç\ f\b¾s\91ÆuQ¥\11\97X\1e/ªÐ\16äç\aG(Lbe*L;\94\ 5Ç\eÏ\1dÊ\ 2Ê7¾/âè^,4ñÛõ\1e\ 2I\99NÐÈB[Àž©^,ñ}±/}\01!µî\90Æ#\9awK\1a\r\ 1}X\1a\8f*\90[ÒhMÀO+ØAz\0Û\89\a\88\13÷\8b,ÐPØÃÜ\7f\9dBKDÁg*0^S9\85\87v^¿\1fãò\85\ 6ÿëÇo?ü"|\84\8f\1fÿëÛCt\1fã\1fÿê\7f~üýCÒsÜ\1f_\9d×Çßüúãïþ÷\1f?~÷Û_ýô\87¿þô\8f\1fÿúO¿øøÓ_þøëÿÿ«\9f~ýñ\9fÿýñ¯ÿþóo\7f÷»\8f_þݯ~ù÷\1f¿øüø÷ßþô\7f~úËÏ\1fÿðñ\9b\9f\7fþÓ?þðÃßþö·Ï\9f\7fóÛ¿~þá§\9f\7føeX\97ÿúË\7füáÿýð§¿\1eã>\7fóóï\7f÷÷\1f?þßoÿüãcuÿ\ 3T\9bÁ\0
+endstream
+endobj
+205 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 621 0 R
+/Name /Im194
+/Width 37
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû/\7fà\1fÃÿúÇÿ\19þ?üÎß ßð\87ý\0\84`øA"ñÿù\7fû\1f\bBU¨~¢\ 6\0£d.Ö
+endstream
+endobj
+206 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 622 0 R
+/Name /Im195
+/Width 21
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÿ¿A\9eý\80\1dó\83\1aÆ\ f\87ñ\a\1a\82\88\ 3\15\0\95\ 1\153þa\10\15ª\9f(\ 1\0\eæ
+endstream
+endobj
+207 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 623 0 R
+/Name /Im196
+/Width 22
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7føÏ\7f0\92g|Àßx\0\88Ø\ f7\80Ðó\ 6æç\f@Äø\ f\8a\18þ\80Q\ 5\b\89 ÕO\94\ 4\0\9a®\18ç
+endstream
+endobj
+208 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 624 0 R
+/Name /Im197
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\ 1)\0Öÿ\1fØ?øpxà8à8ð\0ÿ\80\7fà\7fð\1fø\aü\0\1cà\1cð\1cø8ÿðÏÀ\ e\12~\91\13Ûè\16\ e
+endstream
+endobj
+209 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 625 0 R
+/Name /Im198
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀÿ\8f\9eÁÎ\9e¡\ 6\88ä\18þð0üa@A5\f\f\r\ròì ÅÌ?\18\ 4\85ê&\8a\ 2\0ãb\ fà
+endstream
+endobj
+210 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 626 0 R
+/Name /Im199
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûWÃðï?Ãÿû\ròóÁ\88\9fA\9e\8dA\9e\ 1;úÿ\ 1\8a\ 4\85ê'\8a\0\0\1eÞ\10±
+endstream
+endobj
+211 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 627 0 R
+/Name /Im200
+/Width 23
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀü\8f\81½\9d\8d\8f¹M\86¹Ç\82¹§\82yF\ 5ó\8d\ f\8c\1fÀèÁ\aÆ\ 3 Ä| \80ÿ\80\85í1ù\ f\7fø\ fT\88\vÕO\94\ 6\0¥!\18Å
+endstream
+endobj
+212 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 628 0 R
+/Name /Im201
+/Width 25
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ȱ  \800\14\84á_\1e\98FL)\82he/ؤp\98\8cà\bº\87Ãd\14Ç°\10õI\ 4Q\8e\8f;\ ev\90\ 3¬\81JÀÉ\84\7f\ 4C2ÝR\95#fGì\16\9b\9a\94ü#ÓïUi\ 6]N\8d4¬ôg ;¡#ò?áQ¶óR\v¬\15t
+endstream
+endobj
+213 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 629 0 R
+/Name /Im202
+/Width 13
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(`ø\ 1\86\ 5\fH\80ý\aû\ f\86
+° âGÅ\8f\ f?\1eÔ\1f°gàUm\99Ã\v\0\fZ\17,
+endstream
+endobj
+214 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 630 0 R
+/Name /Im203
+/Width 25
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90ÿÃÀðÿ\ f\ 3ó\87?\fì\a\80¸á\ f\ 3?\18×`àÿ@u0\8cM\1e\1f®ÿü¿\ 1\86%e\eæH\ 3\0ñw.À
+endstream
+endobj
+215 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 631 0 R
+/Name /Im204
+/Width 21
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÁ ÿ\8fÁ^¾Á\9e\1d\88\ eȱ\1fàa?Àüÿ\80üÿ\ 3öí\aêØ\ fü\81\ 3uò?ì\7fÿà\7føCT¨~¢8\0Úá\1aû
+endstream
+endobj
+216 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 632 0 R
+/Name /Im205
+/Width 21
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþø\81ÿÿ\ f
+\eþ\8a\1aþ\r\r\10dÃÏ`'Ï ÿ\87Áø\ 3\83\ 1\ 3C\ 1\ 3\83\ 5\ 3\83ý\7f : ÿÿ\81ýÿ\ f\15\8c?>0T@P\ 5Ã\a\aòÿ\ f0ÿc\10\95®\9f(\ 1\0zÈ!n
+endstream
+endobj
+217 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 633 0 R
+/Name /Im206
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°?Àðÿ\0óó\ 3ìí\aØÙ\ fð3££ÿÿA\bS\1c\17ª?ÿ\ 3\88De\eæ\88\ 3\0A "Z
+endstream
+endobj
+218 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 634 0 R
+/Name /Im207
+/Width 24
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\1f\8cäq!ù\ 3òõ\ fä\1f~\90\ 1B\føÐÿçÿ!HB¶~\8e4\0gä \90
+endstream
+endobj
+219 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 635 0 R
+/Name /Im208
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\aÃÿÿÿAø\0ÿ\ 3ù\aü\ fØ?ð?`þÁÿ\80\11\84ÿð?`\80á\7f\ 40\92Z\90^\90\19 ³ä\1f\80Ì\86Øñ\83A^¦n¶*\0Ã&?\11
+endstream
+endobj
+220 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 636 0 R
+/Name /Im209
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo\7fàÿÿ\aÿ\ fþ\90g\0¢?ò\f\fu\18¨\ 6$ÕðCþà\aùÿ\ fäí\eä\19\18\90Ñÿ\aP$.U?Q\1a\0\1d\9d
+endstream
+endobj
+221 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 637 0 R
+/Name /Im210
+/Width 14
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccg`\aC~0\94g°ÿó\1f\bå\19Р\f\ 4òKð\7f`~À'U?S\18\0\15|
+endstream
+endobj
+222 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 638 0 R
+/Name /Im211
+/Width 22
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93áo°·?\90^ð ýÀ\83ã\r ÄÎ\0B|\8c\a \88¹E\86¹\a\84ØedØ%,\98?H0>\10\13ª\9f(      \0¶P\14\v
+endstream
+endobj
+223 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 639 0 R
+/Name /Im212
+/Width 34
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93á?ð\83Á^þñ\1f\86t\83r>\86ô\84\1a>\86ã\a*\80D\ 3\90`g(\80\12|\f\ fdP       \v\a\19Æ\ 3\16\a`D!\98h°`n°g\90`l\90cP\12ª\9f¨\ 2\0&@\1a\95
+endstream
+endobj
+224 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 640 0 R
+/Name /Im213
+/Width 25
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f \96dªíR\0\0G\ 1\b=
+endstream
+endobj
+225 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 641 0 R
+/Name /Im214
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?`ÿ    BÁ\82¡\82¡\80á\ 3ÿ\ 1þ\ 3\82ÁÆÁæ\81Í\ 3\8b\84\8aú\ fò\aø\84ë'   \ 2\0U\86\ f\92
+endstream
+endobj
+226 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 642 0 R
+/Name /Im215
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀ\b\84Ì\ fØ\1fð=\90y ñÀàAÁ\83\a\ fþÿùÿ\87á\ 1\ 4²ÿaÿÃ'\?I\10\0î4\16.
+endstream
+endobj
+227 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 643 0 R
+/Name /Im216
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g°o(<Px@ñ\0c\ 3\7f\ 3?\ 3ã\ 1\86\a\f\ f\1c\1e<xðð@}\83=\ 3·@}??\0\ eå\ e¹
+endstream
+endobj
+228 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 644 0 R
+/Name /Im217
+/Width 12
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a~\ 6\7f J\1eñ\86\0\0h
+endstream
+endobj
+229 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 645 0 R
+/Name /Im218
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨©aþÿ\8f\9d\7f\1e\1fÿ<\19~\1e\19v\ 68úÿÿ\ 1\10!\8b`¢ÿò\ f\80H\¼a\9a(\0£¦\11\9a
+endstream
+endobj
+230 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 646 0 R
+/Name /Im219
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccn`\a\ 6ù\ 6é\ 6ã\86â\86Ç\rÿ\1fü\7fÀÜ\0\82ò\ fä\1fp\vÔ÷ó\ 3\0\ fý\ eá
+endstream
+endobj
+231 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 647 0 R
+/Name /Im220
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? ÿÁ ¢Â\ 6\ 4\ 5l\18*\18>°?`\7f\0¤m\18ä
+ä~\80 M\81\85ý\aþ\ 3ü¢õS\84\0\8f \10Ô
+endstream
+endobj
+232 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 648 0 R
+/Name /Im221
+/Width 4
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1\f\12>|(00(HxàÀ"RÛË\ 5\0wx\bÍ
+endstream
+endobj
+233 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 649 0 R
+/Name /Im222
+/Width 15
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`¨ÿ\a\84\7f\1eH\1c\908`À\90Àp\80±\81±\81¹\81\99\81\1d\fùá\90\8d\81_¬nª\10\0\9bÐ\vî
+endstream
+endobj
+234 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 650 0 R
+/Name /Im223
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(`øÀð\81ñ\ 3ó\aö\ 2\ 2¾\ 2\99\ 2\89\ 2\83\82\82\82\a\ 5ÿÿýÿÇP\0\81Ìÿ\98ÿñ\8bÖO\11\ 2\0·Ñ\12\89
+endstream
+endobj
+235 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 651 0 R
+/Name /Im224
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÁü\7f\ 6ûÁ\1f|\f\152\f\16\16\f\16\15\f\12\ 1\84\18\10\88ý\1f\10U0T\0\91\ 5He\ 5P=û\81\1fÌÿ\7f0üç\10\17¯\9b&\ 3\0\92\93\19E
+endstream
+endobj
+236 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im74 81 0 R /Im39 46 0 R /Im44 51 0 R /Im52 59 0 R /Im50 57 0 R /Im50 57 0 R /Im58 65 0 R /Im43 50 0 R /Im46 53 0 R /Im71 78 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im69 76 0 R /Im47 54 0 R /Im66 73 0 R /Im52 59 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im171 180 0 R /Im151 160 0 R /Im146 153 0 R /Im157 166 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im151 160 0 R /Im173 182 0 R /Im157 166 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im70 77 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im67 74 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im42 49 0 R /Im44 51 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im40 47 0 R /Im39 46 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im67 74 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im200 211 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im201 212 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im59 66 0 R /Im202 213 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im182 191 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im41 48 0 R /Im44 51 0 R /Im68 75 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im69 76 0 R /Im42 49 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im40 47 0 R /Im73 80 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im57 64 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im146 153 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im173 182 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im197 208 0 R /Im198 209 0 R /Im195 206 0 R /Im199 210 0 R /Im184 193 0 R /Im68 75 0 R /Im162 171 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im68 75 0 R /Im174 183 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im71 78 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im210 221 0 R /Im199 210 0 R /Im225 238 0 R /Im184 193 0 R /Im196 207 0 R /Im204 215 0 R /Im226 239 0 R /Im225 238 0 R /Im184 193 0 R /Im68 75 0 R /Im175 184 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im71 78 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im227 240 0 R /Im195 206 0 R /Im225 238 0 R /Im228 241 0 R /Im229 242 0 R /Im196 207 0 R /Im204 215 0 R /Im226 239 0 R /Im225 238 0 R /Im184 193 0 R /Im68 75 0 R /Im154 163 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im197 208 0 R /Im198 209 0 R /Im195 206 0 R /Im199 210 0 R /Im184 193 0 R /Im71 78 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im51 58 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im210 221 0 R /Im199 210 0 R /Im225 238 0 R /Im184 193 0 R /Im196 207 0 R /Im204 215 0 R /Im226 239 0 R /Im225 238 0 R /Im184 193 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im227 240 0 R /Im195 206 0 R /Im225 238 0 R /Im228 241 0 R /Im229 242 0 R /Im196 207 0 R /Im204 215 0 R /Im226 239 0 R /Im225 238 0 R /Im184 193 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im146 153 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im154 163 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im57 64 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im230 243 0 R /Im44 51 0 R /Im58 65 0 R /Im76 83 0 R /Im42 49 0 R /Im68 75 0 R /Im231 244 0 R /Im232 245 0 R /Im233 246 0 R /Im181 190 0 R /Im88 95 0 R /Im85 92 0 R /Im179 188 0 R /Im89 96 0 R /Im88 95 0 R /Im93 100 0 R /Im91 98 0 R /Im94 101 0 R /Im82 89 0 R /Im179 188 0 R /Im91 98 0 R /Im234 247 0 R /Im92 99 0 R /Im91 98 0 R /Im85 92 0 R /Im92 99 0 R /Im178 187 0 R /Im179 188 0 R /Im91 98 0 R /Im179 188 0 R /Im83 90 0 R /Im93 100 0 R /Im92 99 0 R /Im87 94 0 R /Im91 98 0 R /Im92 99 0 R /Im86 93 0 R /Im87 94 0 R /Im88 95 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im146 153 0 R /Im169 178 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im235 248 0 R /Im236 249 0 R /Im237 250 0 R /Im151 160 0 R /Im95 102 0 R /Im55 62 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im70 77 0 R /Im45 52 0 R /Im47 54 0 R /Im70 77 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im157 166 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im76 83 0 R /Im42 49 0 R /Im39 46 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im58 65 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im173 182 0 R /Im146 153 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im235 248 0 R /Im236 249 0 R /Im237 250 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im70 77 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im76 83 0 R /Im42 49 0 R /Im39 46 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im151 160 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im60 67 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im73 80 0 R /Im157 166 0 R /Im68 75 0 R /Im61 68 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im57 64 0 R /Im58 65 0 R /Im46 53 0 R /Im42 49 0 R /Im59 66 0 R /Im51 58 0 R /Im46 53 0 R /Im55 62 0 R /Im52 59 0 R /Im50 57 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im146 153 0 R /Im169 178 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im155 164 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im173 182 0 R /Im146 153 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im146 153 0 R /Im167 176 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im57 64 0 R /Im58 65 0 R /Im67 74 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im236 249 0 R /Im238 251 0 R /Im239 252 0 R /Im240 253 0 R /Im241 254 0 R /Im242 255 0 R /Im243 256 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im151 160 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im57 64 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im45 52 0 R /Im69 76 0 R /Im47 54 0 R /Im70 77 0 R /Im57 64 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im57 64 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im66 73 0 R /Im47 54 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im69 76 0 R /Im47 54 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im68 75 0 R /Im38 45 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im67 74 0 R /Im47 54 0 R /Im57 64 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im57 64 0 R /Im69 76 0 R /Im58 65 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im69 76 0 R /Im47 54 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im151 160 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im50 57 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im157 166 0 R /Im68 75 0 R /Im60 67 0 R /Im57 64 0 R /Im57 64 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im42 49 0 R /Im59 66 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im71 78 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im169 178 0 R /Im161 170 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im173 182 0 R /Im175 184 0 R /Im154 163 0 R /Im161 170 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im57 64 0 R /Im53 60 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im50 57 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im50 57 0 R /Im58 65 0 R /Im57 64 0 R /Im70 77 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im69 76 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im70 77 0 R /Im59 66 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im200 211 0 R /Im70 77 0 R /Im201 212 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im68 75 0 R /Im60 67 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im70 77 0 R /Im48 55 0 R /Im46 53 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im75 82 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im69 76 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im33 40 0 R /Im150 159 0 R /Im150 159 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im40 47 0 R /Im68 75 0 R /Im42 49 0 R /Im68 75 0 R /Im71 78 0 R /Im44 51 0 R /Im52 59 0 R /Im50 57 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im52 59 0 R /Im66 73 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im47 54 0 R /Im43 50 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im48 55 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im146 153 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im173 182 0 R /Im174 183 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 237 0 R
+>>
+endobj
+237 0 obj
+<<
+/Length 652 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]MÓõ¶mÝ¿¿âY6\8b^\8b\1f\12¥,;ifºé$\13/³i\1d§qkçÓ\1dOÿ}¯î%ä\87â\81p@\8dÇNü\8eqI\81\0\88\83/þíËo?þö%|üôåo_âc]§\8fé1MòÏåQâô\11Òü\88KþX¶å1ÅüñÍ\ f_¾ú·\1fJþøÕ_¾üö\13}~¬SK\9f\1féE¿\ 2ú´\9déÓ#DH\9f\11}æ×\9f\9fã\99¾<\96\15Ó\17D?ÑôËBÑçǼ@ú\92\11ýJó¯l\88\7fÉ^ÿ¹ïü¤_S¥Ï\8f0\1dôË\99><â\89ÿï\1d\85µ<J>Ó\97@\7fÿÆ}?\92ß}ÿqJèûg\96\7fqBçÏð¯Ò\87@í_\93ß\18\90üðú\13#\92\7fF\7f*ÿâ\fÎ\7féÎÿ½\1aX?¡ïÏ\85Þ\7fBßßï?>r·ÿíy"ÏoxÑ\9dè;ýSå'sò£¯¿Pë«üËP\7f;þ©ò3#ýéåGýþ\ 5Ñ÷߯Êÿ\82ì7#ÿ\95\7f\ 5ñ\7fîì\87Êÿ²\ 2þÏ@þ\16Ì¿\15Êow\7f¨ëo\9cü©ò¿\8dêï\9b>M\13uÿië§\89Ó?\8d\7f) õ{þiç\9f\ 2´ÿÀþ­\19ÒÇ\8cø\ fä\ fë_\8aÐþÓö+%x~Ýý¡é_Ê\90\7f\9dþ-\8f\fý\8f\ 4í×ÒñOýþ\19®OØ\9fºÿy#ï\ fE~\17ä\7f:ä·Àý\83û[Ùÿá\7f\8dÝ\7fiåø§î\7fEßïп\15Þ\1f<ÿ6xÿuë÷þ\9fÐ\8bÿ÷\99\ e`o@\9f\96czÊt~Z ÷/¤GZ\8f_è¯\80þ\13Þ\10&OÛc[»-ô>¬¾\85§\11\9a§~\vÝ)jZ\9c±\17\ 6nQl\ 5s\84(\ 2x±X
+2¶B´\14dl\85:-R×ÏÐ\8b\0·¨Â?\8c\ 2i/>C\14\88¬0¾ÅóÌyqê÷Ï\9c\16j^T^ \16\ 2\15\87^\18\7f\vç\ 2Qtw\8b¨(X¢\bk6P0¶¢An±\86\1eÝB
+\8a\14ùiéiþ\85\19®O{\81a oùiéi/0\88\17ÞÒóQ\109¿\96ÿ´þ\87R¨õUþ\89\17mðO\93¿°.hÿ´\17\18\19ñ\9fö\ 2Ã\ 6å\87\13\94\9fÎþhúsD\11\ 6õ'\86í\96þÄ\bå\8fÖ\9f\18áúàüµ(\ 2\94?\9eÿ\19É?ç\ 5
+\8açäOùþ\19®Oë_\9cÑúüý\15\97\89²?j\14aAòÛG\11úó{»`G\14ài\aÖåà_·\7f-\8a¸G\ 1^>à\1a\87¢\88Q¼ðöüø(Ü\8aî/ôý\8aülP\7fA\14Fñ@w\18ÿf@°\9càÞ\ 2\96\17\8e¯.l³\83P\b\11:¶°Õ_\bcNp
+P\89i'8EÈDÚ      N\11*\11\ f\85 \13Ã;Á)qFP\ f\ 5ÀK\84v\82S\86ü§\8dH\9aY'Fù~Ò\89Ò\948Í÷\9c¸\ 4\8d\98#\14µ þ¡K@\vEÜs¢\12\16p\89\b(¿|(bCFÔ!ÿ\et"h':Oñ\96\13\9d'øý´\13\9d\ 3\92\1fÞ\89ÎØ  £Ï?Ç{ò\9b#+¿Ø\89ÎO'ì\8e\13}\ 4\11\ 6å/ç{ö7ßtÂòÌé¯\1aÄX \b¢S)\19\82@>\95\92\17$\7f(\95²\9cÎ\7fzÇÑ\8a\80¨ù±åà   \ 3©4\ 5\ 4§J_âe*F§_\ 1½\ 3D\8büµôT*ôµ¾\ 4±ÚýÓ©À0OÔþÍR\86\86\9e\83Ü\9fO9¸rÂ5ù=J\19ÚýÓþ[(\88ÿ¼ÿ\16Ê\8cÖ§ý\87£\94¡¥çK\11Ö\15í\1f\94"(ç¿%JþÕóßÐ÷£ûG\ 1¡S ù§\80ð  }?²ßøþ\88\ 1}\7f\7f\7f¨©h¹?\aå/Ftþ¼üÅ\b¿\9fº\7f\97R\86§\1e\f\95Rd¤ÿ\9e H¡ì\9f\1aD\10ÿß°_êùÍPÿøR\8a¹\90öSáß\ 2í?_J± ýëío\1fÄxÿI,\15Ã7ô\v%ÿ¯ JAòÇ\97â\1d¥\fÆþÕóÛ ÿxýÛ¸ûSÕ¿\rê?\8d\1föR\ 6Îþ*øsBëó¥xG)\83©\7f\ 4Ú\1f\ 3É/Â\8fÊ÷Ç\9bß\9f¸ï×ã'\9cýÕã'÷ü\97£\14bP~ÓÌù/*ÿ\16hÿyþAÿÍ\11?(Ð\7fàã\a\ 5ò\9f\8f\1f\94\9bú¿r÷\87\19ÿ\18åÿ\ 6ï_GüãÞý\9b\7f|\11\ 2ôÿ\1cE\b\ 1Þÿ\8eø    ä\1f]\8a\9b¡ýãK\89sâü\17uÿ\89Ý¿\12\7f\82ø\95÷ÿ3¶\7f|\11\ 2ößhü\94ç{øi/\82¸\83\9f\7f\ eþaû×ÑkI¬\j!Sãÿ;Já%ÿP\93yÞ$Ö\11ÿhèù$VÈp}Ú\7f\f3¢wÄ\ f¤\88¦]\9f\8f\1fHü¬]\9fÆoAJ\91\9fr<\82ß\8eV\8cv}úþ\f+Ü?\8dßöøÅK\7fZzúþ\b\e\92\1f\1e¿í­\1cÌúz\11F¡ø§â\9f\92ÿ\18\10}/ÿz\11\ 6·\7f\90(ùÕ[Aàú<~\84ö\87\89?Jü!P߯·b,·ìÇÑ
+aØ\ fµ\88\0Û\1f`\7fµV\b¨¿|\11Í\ 2í\a\8d\7f\8eø\81É?åüV$ÿ\)xS\ 4Ñò\8fÿþ\r\9e¿£\95\ 1Þ?<þ\988þëø\1fꯣ\95\ 2ê/\9f?\8f\90ÿ<~\8f\90ÿ\8eú\at\7f ü©àïÄ鯺>ô\7f\1cùÿ\f×'â\7fo\8eîñ\83\97ÿ×ø\ fÈÿSð÷ÌÞ\1fFüÀ8?U~
+'?*ÿVÄÿ^ÿÍú\85Áû?Aÿ¥÷ÿuz$ÿ¼ÿ\90¡ÿ\81ü\a\ 5?\ 5x\7fòø+ ý;ðW\fÀ\7fsà¯\bõ\87Ç_\91³¿*þJ\89Ò?õû3ú~>\7f\9b¡ýèåGkå:ðwk?yù[ þÒþû\8e\9f\99ï×\9b\10Ðùñö?\17ôý\ eü'þkÞ\86âßAê÷\1azG+¾\9c\7fCï(¢\97&\86\96\9eÖ\9f EÄ\ 6½ÞÄðæû\89\9eÇ\8fR\7f×Òóø_êïZþ;ê\a"É?­     \ 2ò\8f¯\9fXáùóß¿¢ów|ÿ\ 6ùß}ÿü\98\95ü\7f\0ô»­e\ 1P@?À_`Ç,\ 4C\ 1Õ\ 4²\`-=\1f@\88\88\81\8e\ 2\8c\88\fÈ@\17DKïï\82\18\14àc\16Á \0\1f\ 5\0\83\ 2\1c\0.\9f(ßÿ\__´'ðËÞ\b\9aË'\aà)Ö´\0b\vàoC\18\15àu¾'ÀØ\82ð\ 2¼A\væÈÀ#\ 5tdà&î\ 6U\11\f4@\ e\ 4\83\r\10Q\ 1þ\16À\1d\81OK/\80<\ 4\89È\85qtÃ'$\80\8e\12\84Ä]af
+ß´\80\1a\ 4G\16\8c\81àï?IO\17ê\ 5\ 1Z\17°\13\80'\97ÕiX¯\1e\98X>Ñ\87\956áAb Í\ f8r\0\12\ 3méé\1e\8e½\91õ¥\81-½£\ 6\15­\8f0°âC/ðûùFÜ\ 5~¿Ã\87\9b\10\0Ç8®\96\9eÏ\81È8\1a\93ÿJ\r¯Ôp=±ôU\r¯^Ã\8aøÇçÀÃ\ 6ÏÏ\91\ 3\9aïÉ\9fä\80LùÃü;\1aq\rþé5¨\91ú~=\87\ 4ùï¨A\85ü§ÇÙ\1d.h»>\8dá£\18ðAý;\ÐAûu\8cÓ2äÇta\8dóÓ\eqáþ\81\abÔ \9aö_©¡^ þtú«\9e\7fAûw4\92¯Üý¥{Àó-û\7fÔ \1aò§®¿Aù%fÉ\9c<PãüU\adªãp\1aúÞ\ 1Ñ=XxÿÑ\b$AûÁ#\90=\aÔË\1f\8f@RDüç\11Èá\80\9aç¯ä\10°ý¡õo£\7fiFûçõïÈá\fêßÑÃ:¨\7f      Ú\ f\ 4Á\95qd+Òß>\86­÷ÀÂýó\0bCö\87¯\ 1È\13§?:ý=û\97\ 3kÿp\rÓÑ\83ú\ 4\92W5Lz\ e\86Ó?µ\ 6\12ú\1f(\87¬õ FJÿ4ýÉ   ÚOG\ f*¼ÿèA.G\ ehÐÿ:r@\83ò\7fô°¶ëÓ=ì\19Û\ fº\ 6-?ñ\17ã¿=½\9c\f×/\b¿öS,Ì\1c\1e\84¥­¿ç\80^ë7ôýúj\r¡\9c\7f¸\1e'¨çp&jÿ*þ\9dá÷;â\a+øþþüôqØ\ 1¬ÏË\7f\90\1c¢ñýú ¬\fèù\1e¨£\863X\83ü\8c\1eÔöûù\1eÒ\15ñ\1f\8d³UÎ\7fCßïÈA\8aÿlò_ñ¿'îûõAZp}Zÿ\8f\14TCÏç \ füÞîß\8fß\aõ÷\18Çm\9c\9fÚ\83ø¼\7f_ø£ý~\82ÿ5þôô\7f÷Y\9aóÚ\ 4@\99yðï?Ù\9bØ÷\r´?\80\0Ðù\ 2/oú'\80Þ#°óº¼r9\95\9eO\82×&Îv}G\13y5@-½g\1e\7fFëó\17X-â<ñ\8f\16àP\8b8Oû§ç       \87\rÑ÷\ e¼\1e\0|_ §ïç\ 3\ 1?Ñó\ 1¸ \9d?\ 2\0J\0$Àõù\14\5 §õù"ÞÈ~¿6É\8f\93_uý\9a\83¶Ö×\ 3\80pÿü{
+\19\9e\1f?É­:P-½ã=\85\19Ú\ fþ=\85\7f\rÀô\0"\\9f¯\ 1(èû\1dC\0J¾§¿\ 5É¿c\bÀ:Qëë\ 1ÌtO\7fWd\7f=Mô\9cþèMèH\7f\1c)ì       Ú\1fº\b2\85\bøÏ¿§ MðÖý«\ 6PÃJù\ fÚ\1cÄÝ\81\ fKãÀô\bÎt`\96ë\r\98\ eÌrÓ\81\19h:0˵\0\99\ eÌrmÀM\a¦å\9fß\81Y®/pÓ\81i×÷;0Ë \ 1\14\ 5^,\ 3`80Æ÷ëEtèü\1c\ e@Düs8\0µ\8bÄ\92\1fuÿµ\84ÅÚ¿Ê¿\ 4ùG\9f\7f¬UàÃç_§xZüÓ×/Ôúê\ 58#þy\1e\14Büã+@$\ 3\9f6Êx\ 6ßÏO¡\95\fè°ü\96\9bò»\8eÊo\9bAµø¯?(\ 4Ï\9fw`7±\1fc\ e¬<HdÉ\9fÕÅgí_¯A¼g¿¥\86pT\7fS@òËë¯L\ 1\1aÕß\14\91ýá\1dXyÐȾ¿\14\a6!ýq8°\19ñßáÀÖ
+\12Ë~è]\84È\7fâ»\90ö)Èoÿq¾ìBR3¨Ð~òþKZ¸ûC=ÿ\ 2õ\97\9f¢T\90üñ\ 1\18\99\ 24,ÿ+ô\7fø)RØ~\82û#aùß \0ÙÀ\aL8\85øt Ñ\ f\80"V%\876!\r\f\e8\ 2e\a\ 1\99\80§cLgÁk'óé\aV:\8c½¿§Ä\800õ=\10A\81ù3\b\v=
+3Q`¾\89\ 2óM\14\98¯­\90\89\ 2óµ\156Q`»¾\1f\ 5¶üó£À|mEL\14\98Ǭè\81\ 2ó\98\15=P`\1e³¢\a
+4¾ßD\81Æù\9b(ÐØ¿\89\ 2\rù1Q ±\7f\13\ 5¶ô~\148zþ\82\ 2\rþ\99(ÐXßD\81\16=P`C?\80\ 2Mù3P`KïG\81£ò[nÊï:*¿'\14hðßD\81íþý(0ßD\81\86ü\99(ÐØ¿\89\ 2\aõ÷@\81\83ú{ ÀAý=Pà þ\1e\90\1f\13\ 5\9a÷\97\81\ 2\aí÷\81\ 2[z?
+4ì\87\89\ 2\rÿËD\81ù&
+\1cô_\ e\148*ÿ\ 5ê¯\1f\ 5\9aþ\8b\81\ 2\7f\85þ\8f\1f\ 5\1aß¿vô?£À\9e>l\9d\ 13AÜé\aº\1dô­\8c'\10\ 1`Â5\10\87L\90\vÄ¥A\fõs*ïµ\81\19³\1f\88n\82\19Ã\0qñ&\88\elf9@\9cQ\8cn\82\18Û\0q-ÿü Î(Æ7A\9cÑL`\82¸Ñf²     ­ï\ 1q\võý:\88Còã\ 1qðü\1d \ e\9d¿\aÄÁów\808d\0< .Þ;ÿ\fõ×\ 1â8ùÓA\1c\94?\a\88Cüó\808îüt\10WÀ÷{@ÜMù\85öË\ 3âFåWè9þë \ e\9e¿\ 3Ä\89ý\19\ 5q\9cüé \ e}¿\ 3Ä\85pK\7fe ç¨þî\ 39ïèïóï[ú+Ó@,ùÑA\1cg¿t\10\87ôÇ\ 3â\10ÿ= \ eÙO\a\88ÃöÓ\ 1â\96ê?\8e\828ôý\ e\10W\9b©\86å¿pò¯\838xÿò \ eÚO\ f\88\83ë;@\1c÷ý\1a\88\93\13\0q\80¸\80\f\80\vÄ!\ fÒ\ 3â"ü\ 4\ 6ÄÕ¡\9a±P: É\80<ª1*\ 3\19Ú d\ 3µ¡\9e\99²!=\ 3kCí\ 1B?\7f\7fß\ f£î\7f\86\18\80o¨]Ð\ 1:\1a2%\90>8\90%/\1cÿ5\10\9f\ f\e46\90%H ¬\ 6T½6L\86R¶ô\9eG%6´¾c QAô|C^\1dÈÑÒó\8f:\ 5I$´ë;\1a
+!ÿù\18\82$\12\fþ©\18¢>
+}¢§å7Nh}ä\83k\8fZNh}º!=\ 6$\7f\8e~\ e\89Â\19ü×\a\ 2E$ÿüLÏ\84ÎßÓO\ 4å\8fÇе!Û>\7f\85ÿ\19}¿\ 3Cg¤¿üý\13ç\85Ú¿*\7fµ!Û\92?\95ÿ\vÇ\7f5\ 6\ 3í\9f£!¶pú¯Êÿ
\8f\9f±\ eD\eµ\9f\11Û?^\7f\7f¾¡yãî\1f=\11ZHùÓ\1eµ\80ßï\18É\89ô\aÅ°ÏåtÕ\87\8f\88\7fO«Üo\0\17³%hÀ@1Ûü(
+
+\86;\88<\8cÎè
+\a\86\ 2äaÊó'tN¨\86CäeÊÓ'LÀ\8b<?\r/éDô 1\82\1d(L\\90\19ð0±\90LT\eËêël'Cà.)ÌO\87æSIaé¾ÀÊFåíz\ 3V6ªÝ\80?\eÕ®ïÏFµôþlÔi}w6êÄ?w6ê´\7fw6ê´¾;\euú~w6êDïÎFYßoe£¬ó·²QÖþ­l\94%?V6ÊÚ¿\95\8d:Ñ»³QÃç\9f¡þº³QÖúV6êDïÎFµôþl\94-\7f×Ù¨\13½;\e5,¿Ð~ù³Q~ùm³Q\16ÿ­lÔiÿîlTÞÒ­l\94%\7fV6ÊÚ¿\95\8d\1aÕ_ÉF\8dê¯d£FõW²Q£ú+\9e¸%?V6ʾ¿®³Q£ö[²Q'zw6ʲ\1fV6Êò¿¬lT«?þlÔ¨ÿ"Ù¨aù/\9cü[Ù(Û\7f¹ÎF\rË?´\9fþl\94õýV6ª¥\1fÈF\9d\7fÀ\9d\8d:ÿ\80;\e\ 1\7f6ÊÒ\ 1+\e5*\ 3\19Ú \7f6ʲ!V6ªý~\7f\92a+\e5z\87J6ʾî³Q¶\ fy\9d\8dÊO_æN6*¯éV6ª¥÷g£N뻳Q'zw6ª¥÷g£N뻳Q'zw6Êâ\9f\95\8d:Ñ»³Q-½?\euZß\9d\8d\1aå¿d£,þ[Ù¨\93ü»³Q'zw6ÊÒ_+\ee\9fÿu6Êâ¿\95\8d²äÇÊFYû·²Q\96üYÙ¨Qû\19¡ýóg£Fíç\81Á\aí§d£FígÄöÏ\9d\8d\1aµ\9f\92\8d\1aµ\9f\92\8d²åï:\eeñßÊFYö£\7f"S\9eÇ@ü\8b±;\05\13\93\90\0A\1f\ËF!\v\f\12\ f\ 21ò<\98ßó)Î?\0\12jJ:kAN\84'\9dµ -ò¤³
+:\ 5O:«`9à\83\19Ð\91ò¤³Ö\8a\84ZKâOg-ñs:kv7Wååz\ 3f:«ÙÀ@:k¹6Ef:k¹6\ 5f:k\193¥G:k±®\ 2#\9dµ\_\85f:«]ß\9fÎZ®M¹5!ãDï\9e\90a}¿5!Ã:\7fkB\86µ\7fkB\86%?¦+lìß\9a\90q¢wOÈ\18>\7f      Ç\1aü³&dXëëé,Ä?ÿ\84\8c\96Þ?!Ã\96¿ë        \19'z÷\84\8caù-7å·pöWOg!ýõOÈ8íß=!c\ f\89Ý\99\90\9f5!ÃÚ¿î\8a¯·ôW&d\8cê¯LÈ\18Õ_\99\901ª¿2!Ã\92\1fkB\86}\7f]OÈ\18µßRUv¢wOÈ°ì\875!Ãò¿¬  \19­þø'd\8cú/2!cXþ¡ÿè\9f\90aù/ê\9cÁ§ÿ÷ö\9f[\14\19Ü\11\ 4ú\ 1zÎ`\82\1e¤cÎ`Ú\90
+{æ\fNp\a\8e|Ò´RB¨æ#°\13ÉçS\ 2\14">\9f\12\13iD\95ýC'Ô\91OIb\84¦¡|JÎð\12¤\95H\9eÛ³\95Hyn\8f4bêùIM\93q~êú\v2â|<0c\10Ì?wX ÿi\10\9b1\b¦ã\81{\10à%¿s\18\92ß 5a\r=\9fO     Ë\8aÖ§ó)¡V%\9fèù|\968Ñ-=\9dO    uÌ\KÏçSB}íäDïx.>¡ý;\9e\8b/äù+ nBßï\0qâD\eò£?\17\87è{'LÝ\7fääG\ fB@ùá\83(õµ¨Óþýù0ãüÔ|\92ÔÄ\1aúg=÷>üý3\92_G>i\86ëóù¤\ 5é\9f#\9f\ 4í\8f#\9f\84í\ f\9fOZ¡üòù¤\15é\8f#\1f¿eRþ´ \0ü~>\9f\ 4í\87£»IüÇ\86ÞÓÝ\14\90\0\9b\81#\93\91\90        öt7eø\ 3\8etPF\87àI\aÍH\8a=é ù.\13\17\92\89j4¤p\17¡\1aM*P\11éh^Z¡!å\93\8aÐ\91ð$V7¬\bt^4CUv$Veàâù\ah\1eì\ 3\17_\80üô\ 3tb5ÃÛÜ¡I9ÝÔ¤\fuÙ¡I\a \eÕ¤<\93\9a¤\86\ 4æù\1d\12\16×!\ 1e\ 3\10\92ðqí\f]\ 2Þ%=J\1cÛõ;z­Ìø(q¬®\9d\b\11]f|$VO?@\97\19\a±E§\1f Ë\8c\ fTÔþ\0\9f\\ fk-µo~ Ïm÷±É:¹Tô¨\96ëÕ3 r\vïä|Dô|\99h^\ 1=rKµWèÑþ{z]\ 4Þt-}ÿ\ 6£\96[9rûÓz\99[Ñsë\81ü~\r\96Ãï\aa-\ 5Ö\96\r|\7fï\96ê°\1eí¿\87õz\99ëD}¿\1aV\91ÜVCÏçF\82\Æíú|n±¾"\7f¢\a°\b¿b¾?⼿bÞÒ\83WÌõâ\0ô\ 1\8eädä\18¨'çÑ\ 1öF\ÅÕOÃõr%¦íººG\7f\86¹P\fÐ\9fQF\16Ì\ 1\f¥QÁ-ÁRh\9aoY\90£ÐtÐ\82\1c\85¦æ÷+\aX
+² |¡7´ \1e`\ fùÏ\17z¯P\81h\v\16\ 6Ó\9fA\867(­@G³ç ÿ\ f`?Èÿ\ 4\r\10¯?)¢óã\ 3C)qò£\9dÿ\91Ý6Î_ÓߣJÕÐ_5»;#\ fd YÓ\90?5;<#û\89n@eýåÞ\r\9e\16äÁ Ä\88²~áÖ7ã    î\e\è¡þ\ 3\ f>\9fô·V\17¬µ:5¤O\89ÉçµJo\0\1a0GdpC.\fò úN¿w@\ 41 Ð\17XÆ.\14ý\0^\9ej}qk@\b\b´½b\9d;\ 4ÚéSÍ°É\ 1t8zëB£ÛË&\87ùíÂ\9c\7f û\82Þ\ 4½÷$8ôü\ 3Ä\1dV?¡¬u\aó#ä\9fa$(Q\89Ý%òÚA­°hw°R\ 1¡\17ý6#zÂ\88<\ fííG\að\ 3OtÒIAT>aO\90õǸv? ±`w¤\19\16h\87\18kÃoK¿\11Hr{)¶T¹\9eè»#ìc\11\8c\aCvw\ 13 f\98N\f  ¸\9cá\82\84\0\9c¡Ê\ 2¨\a=\vú#ØU\7f}'\89\90*wL(\9d-©<Ø&ÄDâ2{\7fA\9a\10\ fÑ!b=Ú»\86\18=Òö\9fÂBí_åà\9edAg\bà\94"\ 5)¥{R\90êô"\8b\87ú\ e\83÷ý\ 5¸\98Wt
+\849®ô3\12ÃÞ\14¨§\b\15©?EÈ\81×)\16Ä\81\95(6¨G°rb¬~À\8al©G\f7x\1f\11>Eý\81ýQ*\86\ 3Úm\90±"ºãª{\13Ü\9d¸ê\89Þ\1dWméyT qÕ\13=¿~-7°ÖWã\9auüÀ\89\1e¤w´ñ\a\85ÜÿuÏ\94µ¾Õ35Ìÿ\15\9d?S.ÒÆUOòÃó\7f\83çÏ\7fÿÆ\9d¿Þ3\85Îß\11V\fïr\9dÓú\8eñ\ 3ðûù¨TDüGqy­\\8a\93_=,\e\8fX£"¶þ*ô\19ê\ f\9d\97\89y\ 5çÇçeâ,ë/cQÕ\9böK¢ºöùk=Sèûù¼L,Pÿù¨f\19Õ_\89ª"ýåó2q\85ö\93ÏËlÐ~ÒöKz\9eZzGTr\82çÏ÷üL\88ÿ|Ï\98DuíûSëyâäO]?"ûÃßß2¾`ôüS\84òËW)aû\aì¿\12\95¯=§Öý£å\ 5S.¯¼`K\ fò\82ê\ 6æwÓÍ\8e¦>åÕú®#+®;¬\ 1\vw\83ª\1a\0-\98C\ 3Ê=\ f&\91\16\87\16\90é\9a\17zd\ 1ýCü,\rR-@-x·,\80Þñ\ 4\ 2Æ·Un\16ÿ+àë?`\ f¨÷\1a\10\131w ¶\fÅü\86ñÍ\ e\9e\9eÑù\aVÀÂwÏQ\84?\0\8aæÏ? 06Ë\16æGú\94\1d\a±é3\17¥ÌM¤è3\13\9b\ 5ý ¾ì>/\99\92"µí\8aÆqZÛ\ f¼\87\80\16\9dË\ 4§:\86o®ûß\1eÛ\11Y/ôþ\8f8@\\f?^iÛI\e¢\a\12\84÷\1fê\18ÇôÄ\13WûWë{juE»>Ê\8e*û¯Õ\11ÖþõÙ'\13¢§­\88Ôg\9dè\89²ýª\81¡Ô@PL\8d\ 6RÓO^\12P\84\83y¨û>È=bpPEòr\8f´ô´'¸O_yKÐ2¤ÁR¡ei\80¾þJ­¯7^\ 5R\ 2µÆ+$Á\8eé\r\ 1®O{ÂRàe[\10¥>*"ùáÓ»ò\98AKϧwc\82òË#É\84,\90c\10e\9d¾rZßQ\1f\ 6-\10\88D(ò7Cù§ëS\8eH\84i\81µé%Hþúó×#        Üúj$ceõW\89dm\88ÿ}$P§GúËO\ fJS\0ûwÔçLðü\81ü\9få§"ÁÚ¬±_@W\8dëú A¤¿üù'l?èH\92ÔgÙ߯umAù£\v\¥>˲\1fúô\12¸>e\7f^ç'Õ!\r}èC\99j(àéB¿B\ 1í\ f P\80\86d#ø\ 2\a\92\ 2{ÆÑ£õ\1dH~\85ëóH~ã$P§G>$\8fä\ f$ÜJ\10\8dä\ f$<èAí¥Õ\9c\ 5V\90|@çç@ò\ 1\9e\9f\ 3ÉÇ\9a\ f\7fþï\18\92O5!ßìÀ\83ä\ 5\87\9f~\80F\ 1y\16+<\86\ 2òr\ f\ 5H¯Ö(
\85E\ 1\ 6\8e6p¨\89£C\1eC\11µ?êDÏãØ:ÃêDOÛ\80§¹\ 6ô¼\r\fµÊ÷´>\9f\ f\17/Òà\9f\8eÃÑú<\8a\b"\7f\r=\8f"Bí\15\9fï\13\92;Ìä¿2~e\9d\91üð3XWôý<\8a\90\19¨\96ü©q\9c\r}¿\ 3ELhÿ\8e\80Î\8f¯ò\96\19¦£ç/ãG¬õÍ|zûýôø©\ 3Å\860äÅË8~\8bÿ*\8aËÜùëùph\7fù8Z\ÞCôv\ 6\F²õ\8c::AÏ\0\92\89ú\ 2\9d\9eãÀû¼\11\ eF'¸Ð}&Ò§´ãÁk\ fB\9b\ 2:Sô:\8e\857 ßç1!þ9pXà4PÏh/\94\a \8em\bÈ\83èa\9cª\ 1GiíI\ 3:\e®\ eR\8fkU¡F\82@\91þybA\ 5\92©ºÑ-==\ 2*A\eÄ\8f\80\ 69æPÎP\ 2\88\ÊÏHü\8e\r\96\97¡Gm°Ìá\1cµÁÒid[0\rGs>¤>9\ 5î\9fö\81Ò\86øçè\14ܸïW1ØÄY@\15\ 3Õ\ 6£Ó÷Ó¹¬\f} Î\87~í_"yÍþù8P\8e£>´ÀpèCðó>\12ºÁÑ\b:íI¹@}¿>\82\13Ê/]S\9bg¨ÿDU»`pä\81ð>x\86\18Ê1¯\ 5b(Þ\a?0x}ZL\93\1f\86\86Þ1kC"¹Ó46kC29Æþu\f\ e¿\9f\7f\92Ob@-=_\93.\18¼¥çgÅ,5
+ÖÐ;fÅ\b\86\1d=\rkFô|O\81Ü?îó«û\7fÞ\1f¯@zC﨩Û\8bÒ_\ eÔÓ\15¾¬©SQX@'èÈ¥Å\0\91K\93\e ]\9f\11\9d\80ã%\8e\94Áþù\Ú\81¢\r      Ð¢\90ò\12ÈÞ¦w\15\85TQ|\9dß·?.6\84â¡\ 5r xh\81\1c(~Açï\98U"\99\ 2«¹ð\ 2- cÖ\aÜ?\1dÅÞ\1f\96gôG¯J\87\16\88\1fB»%R\7f\15þI.Ûà\9f\8eÁ\ 3 wdâ&¸>}\ 3¤\0å\97\1f>\199ýÑéá\rNg²d\82è\88þ¼¾?Aûɯ\9f9\ fÌz    Ã¿ÿJ?#ýsÈÏ\82<\0G&wáì¿zþ\ 5Þ¿<\82\85\1e\90\ 3Á®Hÿø\97ÔÒÊé\8f\8e oÊï\ 6ק³(;\ 2\aö\8fîÊËÓ½ûã@àÆùõ3\8c\ 5\ 1\aä\02\10²BØÃ\80\_ j\b"-\94\ 3¥Bè´\82õ{\ fX\1d9\9ak\14¿¡ïG\8eª¥\f\18\829ÊÑïA\88\ 3\82\9b\ 6\14\17óì\10ü-\0\r\84à\8byög(H\fr\rÂ÷²¸¡Dh½\82Zz>\f\1f2Z\9fO\84    \bß]±\11\17Z@øi}Ú\85\96\82ò\13=?°rAüã]hyGc/\8b\1c+\a\8fh}G9xAô\8erð7\84:Ñ;ÊÁ\13Zßý\ e\87µ¾^\ e\8eÎßÿ\ e\87¥?z98\\1f¸@Zcû\8a¾\9fol¯\8d\99£ò#\89ô\13=m\0÷rðÝ\0¶ô\9e Lz\9bà\1d\8b}\ eÂÐ¥X1s\1a¨¿L\8f4\80¿\83¥ ¼]\9f¹\83ß\7f²¿l¿ßÁíú|\18O^¶?í\9f\ 6q± \rö¼l¿R\16Ô\1aøiK 6°\13\1f\ 4ÙÐù9\ 6>NÓ ü\b\bG7\0\ 21Z"\1fÝ\0½þ¨ô\ 1Þ@t\1adOÄß¹\81å\1d\90Q\ fHZÃ-\v®?§    ×ç[Ó3´À<\b\86\1e\98\ 3Dfôý\ e\10     =0ÇùÏp}þü\17èÁðç_ ýs¤Ño\9eß:*¿\12\ 4\80üã\a\ 6c\ fÊ\ 1Âïy\10yâì·\95F·ì\9f\9eÆG\1e\14z\8eZ{É\92³ßz\1a\1e~?\9dFÝc\býú|\1aUÒðÖý¥¿D   Ï\9f\7f\892sç¯ò\7fFßÏ\8fÆÉ3¼?iû#/a\8eÚ\9f\fý/þþ\91\970Gï\1fy s\18\ 1¦w\10o÷ã®ø¯"Ð\1a\83:Ñwë«ièüNc·ô \99£t\13\97ß*\15Ä\ 1\0QHQ\7f`yÏV9ÿ\05k¶Ô \ 2ø\ 4\84¢ÏgPw Q\84Ó\ f\80A£g#R\7f`\9dÐ'0©\84ú O/ü\85ãN?Щ±\16JÜ+Úß<X\86B\892aî$Fü\84´:a®¥wÀ\98    ®ÏÃ\98À©\81U\11ßÒónà\ 1äG¿?¡õy7P&Ì\9dÖçsÙ\19i1ªÇƯ²Gh\ 5úZ\ e\95\7fr\r\18üÓ'¼\15Ò\8c^¿û1|þ\85\93\7f½\1e]ø78aO`ø¨þlðüùwKê\\89\13=ÿnÆ\84ÎßñnÆ\84ä\9f\7f·$\ 5Ä?¤?Ú\848Îþ¨0¤V\83\9eÖwäÒ\91ü9ª\99\13Zß1a.Ãó#ôWêù\9f~èû\ 23f3©õøs\ 6wp_\8f¯gÓá\17ðÙhqD\8d\13Ð_î@\16¨\aÒêÃ\11\ 5­Ï÷\ 4¦õ\9e\ 59\80¸É¿ó»\ f?׳\ 3\17\bx0ý\13\94ï     m+ð\ 2û\87\17\87/úõûW#â#@þï}Ý=}èM\88úòÆ^ÎÓ\99Ð@4´Ôlr(\94\v¨&Sã\8c>\80Ï%ìPú­\81Í\90Ä>\e©ÿÀÌý\80\96\ e\95gHÏ,$ÐØ1"N¶0\8fµ\15íeñ½\18òù\84\8c\1d!ú"\91²öQGôÀ³\83fàȨ/cã%\8e\8cúâ\1d\ f!\19õ\ 4èý£ÞOû§\1dñ0Ãõ\1d\19ñ@­¯?A9½\1d±åz´\80\1díß\11ÏX\ 3µ¾þ\ 4f¦ø§V\ 4ÔÖîçßCù$\19\90vZ\9f\96\8cø üÄ\89û~uý\0Ï\8foí®ãEZzǨi\ 1ÒËõx\15\1d\88/\83ûo[ËOü\ 3@Tk\r\87ôü\80³\f÷Ï?À9Ãó\añx\85ÿ\v<\7f\8b\0atþ\bÈkEéhÿü\88ÍX\9fÐÝ÷q=ÚD+J\8f÷ôw\85÷\17]\14+Eí'z\1aÈ\1d@|ÐþïÍ\14Ì÷«@n\82òË\17\95\adÿ\98¶º¶¨ýD\ f`\80R\ f ù¤Áó\97\ 1m\16ÿ5/<Õ\87ËÚû\a=#¯<\80yøOc£\8d\12´_\9e¶rîü­¢øÑû'Aûç¨'\98áúü î%Qþ\8bÞÖ\8eøÇçSSAþ\13\9f\1f«bèµzª$¹\90\10\bÔÂ\0Üý§\ fZ\87þ\13=â9aûÉ\a\127(?|>uB÷\ fÓT(a\bdÿPE±\ 2\81\83èÿõ\80K5\1f\1a9þkþC\8e\88ÿ¼ÿ\90¡ÿÆT\94J[ûtË~flÿøz\8c\19î\9f\1f\r\94üè=\ 1È\7fs\8c7\8ü¦òoáôOÏç#ýã+\823ö?©øÉçÑxûCöCmñrÿÎccE\8e\8e\80yl¬\87\8c¶³ÖW;\1aê\88ù\96\9e¿\7f\8føÅ|=\96FoËç¾_»¿\8e\8e\82ùz¬\85ÚÖ_Þ³)ÛõQü®/F\90øÇ+\808§O1L¦\1aB\9eª[)ùS;\1aäþ\9b¯Ç
+éOÝmÔùë£í
+ çëi婸\13ÿéñºòT\9cõýúP\80j\7fçë±4:}¹G/õhíþéø\9d\f\88?ÑóMݵ'ÎZ_å\7fBòãè\bÉH~\1dñ§\19~?_È2CùåãWË=û+\83õ¬ï·\ 6ëYë«ñ\9f\15­Ï?t\15WÄ?O!\ 2¼?ø\a\1e6øýt!ÆÑ\ f0h\7f\13´\7f\ eü\11 ü8\9e\9aãôWÅ_\ 1ê/\8f\9fcºe?d¨À¨ý\90¡\ 2¶ýPö_Ç*\8dÚ_\19ëg\9d\9f\1a\88ÿ\8eøA¥³î\1fMÿ\13´\7f\b¿]\8fõ³ö¯Æ\1f\16äÿ8â\ f\ 5ú? ÿ¨Å/ ÿÀÇ/V¸>\1f¿8ü¿Aû±ÁûÏ1\16\90³ßjþyBö»Ï¿¨U\fS\8d\9f\8fâ§
\fðû\1dc\ 5!ÿùñü\11®Ï×óGÈÿîüÔøKBüG÷·²~\82ßÏÇ¿r¼uÿdèÿ9â\17õ©cûþÑÆ\12"þ9âo\a\1e\8bª?Ñ7î¿4õ\1f\83þkÆö\93¯?\90~\86<6\94ìègÈÖL -~\12\11=mÿåi\ 1\8b^ýþ9\81ïwÔ?Ìh}Gý\83Ü¿yl¨X\10ü\91Ç\86Â\ 4Á\1fùz(\8c\1a\ fd\9dèù§\15êP³\13ÿè±\9eGü%_\ fe2'2\98ûWð³Ü\9f\ 6ÿ­\aö¬ýëñ\17¸>ñÀ\96ÐÃó£\9fz\8e1#ýáë\1f\12Ü?\8fÿ\13\92_\aþÏP\7fø~xñÿ\rýÕ\1fØË\94þéO\13pöW\8dÿ-ÐþÒùû¸¬\94ýÔëO8û¥Ç_àù;æ)@ùãã\17Ðþ8êw6Ä\7fGýÎÆé¯\1e?YoÝ?)@ûé\88\9f@þññ\93\18)ùSñ_\84÷\9f#~²Ý\92ÿ\84í\9f#~ÂÞ\1fFüÃÍÿs#HÚ®\e\b\88ÉA­\ 2\85ã\80*\ 1\vô ù
+\1alÁøF\8cÂÝ\0j+TA\1aäh\85Z9\ fÚ¬à\18ô Ò\ 65\88\1fìNzP*=ô \1c\83íÃ8\ 2\90÷ý\0=\1fÁH÷ä/C\ f\8a\7f\9c+c\vB\9f\7f®O\14\ f\9f?ô \98\b\80Ð\8fß o\ 4\ fÏ\8föàóMû\91±ýà\11´\9c\7fÍdêôF\aHKO{ G\aHCÏWp\1f\1d íúþ
+\8c\86ÞÑÁ"÷O»\7f¾\83eAëó\11Ü°Àõ\89\fJ½ÁC©%\10±\8cõPí1\84·\vÐp\10Ô`àÇÁ\8e\1e\92\96\9e®!?¦2¶\1c sø{\r\ 6Coö\90\18'¨Í´Ù{Húõù\996ÇTÅ86Ó&\ 6$A\8e\1cp\84ßOÇ \8f\18BKOÇà\8e\1e\94öüø\1e\1cl\ 1ù\1a\0h\ 1\1d5\10\19É?_\83\15±\ 5äg\1a\92\16Ì\8c!\18\16\§/hÿ|\ fF¹gA\8f\1a\8avÿüú+'?æ0\88QùÛ\90üpS\8dß1\80tË~¤\89ó\0ô\18\0ò\0øa\16)\14d?øa\16Ø~ñ1\8c\bÏ\9fGp\11ñÏ1\130Aýçgêe¨¿` \93V\83\10ÐýÍ×pÌ\eeÿu\ 4\8fÖw<­¸ ós<ÌQ\90þ9\1eVX¡ü;f*BûÉëß\ 6ùGßßûÃ\bÌùYO\e\8eî?OÐþÓ\11\8c\1cXýW\10l\80ßOç@r\84ûçgÚAÿÇ1S\12Û\1f\1e\81'îþÑg"BþÓ=\0G\r\82q\7fé\11\80{ö?Ï\1c\82Ö{HÖ[ö/\93öOï!áôWåß\ 2õ\97ï!)Èþ9r¸â¿\ak\18\9e\12\81\10ÿ½¡ç{`åiÆ\13=\1d\ 1\ f¹Þ\7f-=_\83!\11\8c08\ 3Düÿp=LJ\1df¸Ô\14@ðN²\91\bHAëó¯b\940x~B\8f¾\9f¯!
+\92C|Þ\ 3×5DÚ\f\8e\ 5\9c?\9f\ 1\91§!\87÷/øÁØÿÕË\90`ÿü\f\86     Ê\1f\1d\81\1f-}§?úÃ\94È~ ÿ[«\81\0Z(×/c¢\0ØûY\88:RµÙ@@Ãд*\86DY\0½\8bc¥$Èìâ0,°^\ 5ÁY\0½
+!P\1ad=\r9jAã\82øç¨"\80\16ÈQ\85´r\1a ½ì´W1\0\ 1D/;ió$\13R\81\ 2$@\1fH  ~ \1f¤¥éP\9aÒ=\1d
+8&!\ 4Î
\95\bÈ\8bp¼¬\10¡\fò(.Å[:\94°\17æ\18i\89øÇ?ð\9cêël-=?Éí\88b´·\0?\12t\86^$_G°ÀówÔ\11@/\90\8f"`\eÄ?/     m\90'
+\ 2åÇñ¼$â¿ãe\90\rÝ\ 1|\14(O\90\9e\7f\99aZ)\14 yqG\1d\83áÅéQ\10xþ<
+\8eH\7f\1c\9d\bÒÉkØ\1f=\8a\ 2}\b¾\12?AýïèÕ:\90\84Ögê@$
+\ 2í\a\1f\ 5\9b¡ý õ?Ïðþà;\89\16d\7føçÑsaï\1f£\ eÂø~µ\92_î¯éz\92\9f\8eâ+
+\9aÆ&É\1c\9d\f\935IIëd\bÔúz'C¦¾_EárþÓØ$¥ \95Ä\935I   O¢;&iN×\93è´,F(èûù,Æ1Isôü%\v`\9c¿\1a\85\92û¯å\1f]\auD\ 1¦ëI0*ÿ6´~Ï?-\8a´Ó½ü·éz\12\9b\8a\ 1C¦ø¯b°\80ôÏ3      sBô\8e*
\7f:
+\16Åÿ7õOëÄ@òÇG\91c*¤ük\93<!ÿ\1c1\10d¿Q'\9c2ÉR¢°\86ýЫ( ýã;yft~\8e*\ 2h\7f\1d\9d,\12\85\9d®'q\99U\18îõ\85¾Üºÿ\8e\83ö÷¨â0í/ö¿\8fI\18Óõ$·ù1cü#\9ddÍú»­$\ 5x\1feÁ]\80Ó\89\ 1ëË$ì£@÷ÐK+\0\9fd\88è\v\1c\b4r\1a¬"Ð\bo@\1e\81\ 2\9bu\18í\rèx\9b\12Z\90Î\ 2ë\11\90ú¤B»>]\87\99 \ 5êë0õ'9àùñ³\18
+w\ 3©ü\83\16Ä\11\81\81\1e\98ãmÏ\rÉ¿ãm½\89ó ô\b\ 4ôàiùÏ\13Ò\1f&\ f/\11\ 4Ä?\a\82\rp}Zÿ\8e:
\ 6ÕÞ³\80\1e<ÿ6(¶\1f|\ 4%q߯×A¬à\ 6/üÛ\8c3w~ªüAûá¨#Y8\ 4¤×A@þñu\10\85CðÚ\ 5\9cËL]À\9aüÉ,\ 6©G×åO\99¥Xï\9fýM\85«Y<V\ 4ã´¾;\82ÑÒ;òÐ5\ 2¿×ó_硵:\82        ¬ïèd©\11ø\13=ßɲ¬\80ÞÑÉRàú|'K½ÿZzG'Ë\1aÐþùN\96\rÑ3³ì¤\ f\ 3É\7f\9fCT³ \13\\9f¶¿R\87`ñ_\8f @ùã{Á\ 3\92\1fÇ,¿ê?Ûò«õ1$tþ|\ 4£Þ_£ú'U\fÖþõ*\ 4\8eY\92\88\7f\9eY\92ðüyþ/\88\7f|'k\84ö\83ïd\95*\82\13=\1f\ 1Y¡ýs¿¥añO\9fE\89Öçë\88\12Ö\7f¾\939\ 4òþÆOÚí³\10ö\17ÝNçO?i·ÏrìéÁ\93\ f\ fèÓ\bâ \aÐ"hë\ 4t\ 4\r-\18mAe\9aã¨\ 4¦\19Z0~\9aÅ\ 2%\88ç?ô`øiРZ >\ 6\9b°\aã¨a\80çï\98æ\88äÏ1Í£VbÚüÇ\1e¬Ô X\1e¬Ê\7fh\ 1ù\18¾¼\86a}¿\1e\81\80üsL\93D\1e¨c\9adx?\8bÞ"\18>\a\94ëkBÖù©¯AFYÿz\9a¼\1e\81à<0}ý\8dZ_å_âøgE ,ýÓk\188\ fR­¡\80ö·¿\7f\19Ê\1f\9dÃ\97N\88\9b!\ 2tL£<ì§e?\14\ 4^k\18Âz=ËD\9dFXspa½\9e\ 6eu2´ë;"\b5\87ÖÒ;:Aäü×±Y>ò\1aÆ\89\9eï¤X\10ÿù\1a¨ý5\f\8e\7fJ\ e¿ þy¦ABþñò·¢ïçý¿°MÔþÕ\bƶ ùç\11ôtïüã\ 4Ï\9f\7fM²FÐOû§#¨G\ 4Áä¿\82à"\\9fÏÁ¦\ 4ä×1I\ 3Ú/Ç4Ã\8cä\a\94*ô<#ýãù?#ùáå?bûEË¿Ô\0\fËÿ\82äÇ!ÿØþÐ5Ü{\1fÄË\7fièù\1aîX'É\9c¾\9f\9f\84±¡ósD\80 ýqô\10Lhÿ|\ 4H^ó´î\7f5\83\19 ÿ@G\80\12\1f<~¬\19üQùK    ­ï\88\0ehÿù\bP^nÙ\8f#~0h?$\83?j?ÒÂÙ\7f½\87áæù\15x~|ü¤Ö`\8eú\9fR\ 1\7f¦\rÚ?¾\82\ 1û/~ünðÿ©åÐ~î\93\10ö&ª\96þùo4\80
+P\ 1è\0\8a\94\0ìcÅG\0\90<gi\19@\1d\0C\a\94/AÀ\ 6ȱ>T`b\98_åßÓ\81yEpÛ\ 3ìsÀz\ e\1f2Ð1\8d\11Y\0Þ\ 3\95÷(m\v\84;\19w\ 4\r$\18\rSSBxr\ 5Ïí\ f|:\82\7fùúËW¿\ e\1fáãë?>oÒ\9dþù×ñ\7f¾þáéÞä¸=\7fu.Ïÿæ\ f\1fÿôï\7fùøþ»o¾ýó?¾ýåÇo~õë\8f¿þý/\7føßo¾ýÃÇ\7fþßÇo~÷ãwß\7fÿñû\7fúæ÷¿øøõããwß}û_ßþýÇ\8f\7fþøÓ\8f?þõ\97_}õÓO?=~üÓwÿxüùÛ\1f¿ú}(Ë\1fÿþ\1f\7fþ\9f¯þú\8f\9dîñ§\1f\7føþ\17\1f_ÿ÷\97\7fýú¹»ÿ\ad\15Ýê
+endstream
+endobj
+238 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 653 0 R
+/Name /Im225
+/Width 24
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþã?\18É3\10B\8c\99ÿóÿûÏüã¿\84PýDi\0\18ê\19|
+endstream
+endobj
+239 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 654 0 R
+/Name /Im226
+/Width 11
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏð\1f\båI\82ÿ\1f\80 ·lý\1c>\0Ke\fµ
+endstream
+endobj
+240 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 655 0 R
+/Name /Im227
+/Width 23
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\1f\8cäq!û\ 3òÿ\1fÈ\1fü!Ï\0D5`T\87\81Àâ\r\ f~\90ûÿ@ƾA\¶~\8e4\0\9f°\17Ä
+endstream
+endobj
+241 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 656 0 R
+/Name /Im228
+/Width 24
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû/\7fà\7fý\83ÿ\ f?È7ü\0!\ 6|èÿóÿ\10$!T?Q\1a\0ªA\1f%
+endstream
+endobj
+242 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 657 0 R
+/Name /Im229
+/Width 23
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàÿÀ\0A\8cØ\11óÏ\ füÿ?ȳ\7f°cüP\ 3F\7f0\10\8eù\83<ÿ?þÿÿ\98\13\97­\9b#\r\0×þ)»
+endstream
+endobj
+243 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 658 0 R
+/Name /Im230
+/Width 6
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñçO\r\ f\ f\8f\84\84A\82\ 3\e\1c\1e\0\ 69
+endstream
+endobj
+244 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 659 0 R
+/Name /Im231
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8e±  Ã@\10\ 4çqð¡
+\10øA\89ºðW&þÜ\8cë¸RT\82B\ 5Bç}ã@
+\ 6\8e]nX\9a\91b#ÇÁð>)\16\14\ fêÚì\8a²\ e\99\80tÂã\80¼C¬Â\85÷Hú£zç)[ý\eÃoÈZ½Y³\97þ\8a¼\83vdí!\8cq^>Ó\176UD.
+endstream
+endobj
+245 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 660 0 R
+/Name /Im232
+/Width 39
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\aÿá\ 4ó?\ 6y\10Áþ\ 1H0\82\b\ 6\ 4Q\80L0\1e¨\0\11\16È\ 4ó\ 1\ 6\ f$þÿG!ÀbHJ\18\ fð¡\12\93Ñ\b\e\10a\ 1"*@Ä\ f\90«@\ 43\88\90ÿ\ 1\a\ 4¡®Y·B\a\0çM^Ð
+endstream
+endobj
+246 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 661 0 R
+/Name /Im233
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ȱ\r\80 \10@ÑO(®d\0\131q    \v\rkÙÁ\1cNã(\8c@iA8¯Ðâ%?_{\1cú\91&Å?\82ë\ 17f\18\13Òc\1aÄ
\88µØ\v&v8\ 6l
+g\86\96\8a«éöw¬¾\84ª-éo\99òµ¾ü\8e
+endstream
+endobj
+247 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 662 0 R
+/Name /Im234
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81á?\14ó\93\8cÿ1ð?þßÀÿüÿ\ 1þwü\ føÿ\0ñ\ fö\ fü\1f ø\ 1eøÿ?ûÿ0¬ U»R\15\0uÍK[
+endstream
+endobj
+248 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 663 0 R
+/Name /Im235
+/Width 42
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÄ1\ e@@\10Fá_\14\1a¡U`{\85HÔ¸
+7P\12\89Ì=\f\8e2n@§[\13a\13yy\9f\15{X¶\8f\ 61r=F¨\eú\fÈP¢ÖüésÍ\95:\88S\ 6\19áÉ~ô*¿
+pòÅ*MÎ\99f\ 2\164ÎN\ 3Z\18\ 1)¢¿E¶nå\r\1dÃ4Z
+endstream
+endobj
+249 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 664 0 R
+/Name /Im236
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ@=\10Wð3\1f(àg<\90ÀÏpà\ 1\83\ 3ü\f  È\98\81\9f\81\81\12Ìüÿ\ f\18KËÔÎV\ 4\0ø.\17\e
+endstream
+endobj
+250 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 665 0 R
+/Name /Im237
+/Width 35
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀ`ÿàÿ\ 1\86ú\aü\a\18ê\18À\ 4ï\ 3\86{H\ 4Ï\aÆyP¢\82Y\ e\99°aC!äx`\ 4¿\ 4
+Á¾\ 1\85`~\0\18\ fÈ1ü?xðÿ\ 30¡,S;[\13\0Ë\10
+endstream
+endobj
+251 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 666 0 R
+/Name /Im238
+/Width 31
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû?ÿÇ¿ÿ@lÇ|ÀB\8eù\81\ 1\bË3?(àgÿ\90ÀÏ\ 6Äm\1f\1e°÷ý8ÀÞSq\80ýLå\ 1æ;µ\rÌ7l\e\98\7fØ70þ°g`ü \ fÆ\f\1fä\18\18\1eð\81±¼hý\14e\0Q\19$d
+endstream
+endobj
+252 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 667 0 R
+/Name /Im239
+/Width 20
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀþ\8f\81\9f\9fA\86¹Á\82ñ@\ 5ã\83\ 2\86\a\1f\18>`" \14\10Ù0\1f\0ª\94ço\0êbüÁ "Z7E
+\0ÅL\eÏ
+endstream
+endobj
+253 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 668 0 R
+/Name /Im240
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ãÿÿ?\18ø\19j\80Ø\ e\88å\80X\1e\rËAå\80j@jÁêë rü\r\10Ì~\0\13\83ÄåÁzÿÿÿ\ 3Ä\1f\18¤djg+\0\0Õ \e\17
+endstream
+endobj
+254 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 669 0 R
+/Name /Im241
+/Width 10
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fàÿ\ 19\ 6Bð?P\15\97\14^\0òÅ
+:
+endstream
+endobj
+255 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 670 0 R
+/Name /Im242
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccø£Àþ/\81¿ù\81\1cã\ 3\e\86\a\15\f   @ô\ 1\84\18 Hþ\a\b1>¨\0#\eF\90J zöÿ\ f\18þ(\88\8aÖM\91\ 6\0¾\ 6\1cW
+endstream
+endobj
+256 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 671 0 R
+/Name /Im243
+/Width 15
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àx@þÀÿ\ 3\8f\ f0\13\rëÿÕÿã\97©\99-\ e\0\1a\15
+endstream
+endobj
+257 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 422 0 R /F1 420 0 R >> /XObject << /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im52 59 0 R /Im50 57 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im57 64 0 R /Im57 64 0 R /Im146 153 0 R /Im169 178 0 R /Im39 46 0 R /Im59 66 0 R /Im173 182 0 R /Im146 153 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im71 78 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im57 64 0 R /Im46 53 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im41 48 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im45 52 0 R /Im42 49 0 R /Im57 64 0 R /Im46 53 0 R /Im68 75 0 R /Im244 259 0 R /Im245 260 0 R /Im246 261 0 R /Im247 262 0 R /Im248 263 0 R /Im249 264 0 R /Im249 264 0 R /Im250 265 0 R /Im251 266 0 R /Im252 267 0 R /Im253 268 0 R /Im254 269 0 R /Im255 270 0 R /Im251 266 0 R /Im256 271 0 R /Im257 272 0 R /Im258 273 0 R /Im251 266 0 R /Im259 274 0 R /Im248 263 0 R /Im255 270 0 R /Im251 266 0 R /Im260 275 0 R /Im261 276 0 R /Im262 277 0 R /Im74 81 0 R /Im39 46 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im146 153 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im47 54 0 R /Im52 59 0 R /Im43 50 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im40 47 0 R /Im67 74 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im79 86 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im48 55 0 R /Im52 59 0 R /Im39 46 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im43 50 0 R /Im42 49 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im173 182 0 R /Im68 75 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im146 153 0 R /Im171 180 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im50 57 0 R /Im42 49 0 R /Im156 165 0 R /Im155 164 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im146 153 0 R /Im67 74 0 R /Im57 64 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im151 160 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im154 163 0 R /Im157 166 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im50 57 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im151 160 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im146 153 0 R /Im157 166 0 R /Im68 75 0 R /Im182 191 0 R /Im52 59 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im197 208 0 R /Im198 209 0 R /Im195 206 0 R /Im199 210 0 R /Im184 193 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im70 77 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im151 160 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im162 171 0 R /Im157 166 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im151 160 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im173 182 0 R /Im157 166 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im59 66 0 R /Im52 59 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im48 55 0 R /Im67 74 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im50 57 0 R /Im57 64 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im70 77 0 R /Im59 66 0 R /Im47 54 0 R /Im69 76 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im66 73 0 R /Im59 66 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im69 76 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im39 46 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im52 59 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im51 58 0 R /Im46 53 0 R /Im67 74 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im68 75 0 R /Im74 81 0 R /Im45 52 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im39 46 0 R /Im44 51 0 R /Im70 77 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im67 74 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im40 47 0 R /Im39 46 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im175 184 0 R /Im167 176 0 R /Im263 278 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im160 169 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im50 57 0 R /Im44 51 0 R /Im48 55 0 R /Im52 59 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im41 48 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im151 160 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im175 184 0 R /Im157 166 0 R /Im68 75 0 R /Im54 61 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im151 160 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im174 183 0 R /Im157 166 0 R /Im55 62 0 R /Im43 50 0 R /Im59 66 0 R /Im57 64 0 R /Im46 53 0 R /Im55 62 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im46 53 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im71 78 0 R /Im47 54 0 R /Im43 50 0 R /Im71 78 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im69 76 0 R /Im47 54 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im71 78 0 R /Im55 62 0 R /Im41 48 0 R /Im42 49 0 R /Im175 184 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 258 0 R
+>>
+endobj
+258 0 obj
+<<
+/Length 672 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cµ}[³-·\8dÞûù\15ëÑN\95\96\9a\97&»çqjÆ©$US3å35\ fQ\1el]Fr¶$[:\8e+ùõén\12ì\v?l~ìuü £M®\ 6A\82\0\b\80 ù\97\ fÿöøË\aóøÛ\87¿|ðÏ1\f\8fá9\fò¯\7f:;<\8c\e\9f6øG\98Ãs°þñõ\8f\1f¾üo?\8eÓã\9f~þðo\ax÷4\16Âû\ 1À{WÃ\87\ 1Ã{\ 4o¯ðö9Mgøð´~\81\1f-\82\1f¯ðþ9\rWø9¬ð\ 1\8d¿\82\1f\fÕ\7f\1d~\ 6ð!¶û\9fá#¢ßXá\8fÏ0ax\84\7f\1chüS¤ðÛ§Çô\9fÝ\ 6w\81\aãWøw\86óWñ¯Æ?v\80óWÍ¿Ö\7f;xÐ\7f\ fè\87ûo\aD?oXþ±\ 6ò?à?,¿ÖÂñÓòk-'¿:~Ä\7fÞ³üg\9d{\89ÿ¬\9b(þSùÇsü£\8eß#ý\8bÆï0ü\88Æï«þ»çäáøG4~_É\8fÊ¿\81[?TúÇ\81¤¿\ 6o)ø\9aþá\19×þ/úo\9e®ðÆ\a\9a\80ÓB\9aam`|Æ©4\10f\9a\823ä`0\ 3\8a\ 4Ì\13\80w\0?^\ 1Ý\0ñWð\88\0+\ 5Ý¢\81\12\ 1N\14\8c@\85à)pfâ¦\0\8d`\95Age\rðO3\945\14Àc\19r\ eêP\82\87\ 4\1eêðJ\865\1ev\8b\ e\10M\a9\ fu\0½\869\1fÉ5L¡ß\bm@Ú\86q#Ò!5\a«ô\ f\10\7fEÿES_ð§\16]ðÏè¯ü\13Á\1a¬à\8f\90\7fè5ÔE¸\ 6Ðk¨\9b¸ñ«ò3yJ~ÔþOp\r§m`7#\e¢¶\81\87\1a\90ç\7f? 5\84·áü\0m Ú\86ó\ 3G?µÿ\ 6Ù \8c\r\9dèçM\ 4ó_ëßZ~R\8d_lÈ$?§ù«V°ðôÕü­\v\80w\88\7fG\8a\7f·ñ;4ÿ¼\ fç±þ¤}(?"\e°ö¡TüX\7fÑòï\ 3ä¿Jÿ¨ü\13 \rH¯?>ÂþÓ6°\87>,o\ 3\97\18ÆäoÙÀk\fc\eÿ\19\9eö!\8d\8f\b\7fG\fb\0ð\1d1\b\89a\9cñWü£â\17þ9ã§õ\97\89¨ÿ<ÿ\96\18Æ\19\1eØO
+ýãDÑ_\8d\81L\88~(\ 6¢ðß\fûß\11Ã\98\11<\1f\ 3\18 ~0ÿ\8a\a"1\84óøy\ fÄ þç=\10k\1dÂ_Áë>¼EòKë/ë ýx\1fÞAþ«øW\8f\ 1\ 5ðÊüCý\81b\88Z\f\81ã_µÿ#ä_>\86\14ÐüwÄ\90"â_^\7fØ\bé\ fô·B¿\bÇÏÓo\82ôçé7Aþ£õ\7f\89\94?7pò§ú\7f\ 3Z¿\91þÀúË\19¸~Ñë·\83ú\87\97\7fgáú_Í\9fÚ\7f\a×\7fZÿ:\87ø·Ã\7f\96\18fC~TÿQb\98\93½\17\7f\19!~>þ\82í\1f\12 ýÇÇ_\ 2Ô?|ü%\ 4R~\14ú\ 5Nÿ¨ü\ 3í¯\9a\7fì3\ìç!\ 5ð\16ý\97ú?>g_â'<ý&NþTùÁö\e!?\99þ3â¿ÚþUço\8e`þP\fZóÿYûY\83¿«ÿ3¼AôGó¯ø\7f\86³¿UÿÏBù!ôgÆ/ñß\93þáâÇ)~\80Ö\9fÚÿRã?\9eÕß\1a<ô_ùø\11´ÿøõß\8fhþxÿÏCÿ±\83\7fÃ\8bü\e9þUýW\99ÿ¼\97¤á\1f\9f\83ÇðYÿ\9dàë\r\10Õÿ\93\1c\88\13|Í?ªÿ*ó\7f\86\aúWÙ\83\97=Àóøù\1c\0É\818ÁwÐ?\ 4\8aþjü"ÂñÓöOÉ\818ã§ý/#ë×\8dþoñ\vÉ¡XÆñ¾ý¤Å\ f\10þ\8e\1c\1e\89\9f\9fûOó¯\1d,\85_ÏÁ\88\b?\1dÿ²\ 6ñ\1f\1f?·f\ 4üÏÇÏ­¬\7f§ùããçvYÿ¶øù       \7f\1d?\1f\9fãeþ\92FXõ׶\ 3ë\8eñS\8b6Àf{íÀ¼) \9bv`/\r\10+`îÁ²\82¡\ 6j\12\98j\fÓÓl1H<\ 6b\13hÚÌÒ\12\ 4¼4\0v!¬¿6°ò\85\99,ìA¥Fô\ 6\ 14\84­\819¢!Ô\8a¼^\88\96\ 5lZ\ 5i@=@+¹\v\90\13\87¬\89Ý2+ÓÞ@%Js¥JÒ4®¢¸±ò¥\a\95.\19\9f1À!X8\võf\90Y &ÜÂ\ 4\98Y¥¢\83óXS±^\8f3\11F<\r\95\e\a\12P»4P CÍ\8a©OvYQS\ f\16\9dyh\0¨\14\85\ 6Ñs4¨5Bn`Â4 \84a\95g+N]K\9euFÀòÈ3\82\e\fG\84z\1a¤\81\88\1a\bÀ²º\ e!Íc\89l]\1a\0Ó\80\f¤A òkãÑ6\1e¦£mKçç\19\89\8d\9fàkÛ0u\17à÷Y\9a\8b®æ\8dÛ¼¸\9f\1a`\82\ 3cVÊÃø\9cB1\ e\80\19Ç\16\10 Ö¨ªq\16\10\ 1;\12¬#ÂÏ\ 4×óø\17\96öó\ 4ÔK»º;7\ f¨\ 3üî¨ì®\9d Èï\8eÊîZ7\ 1ĺ}m\ 2ÊîÚ]ü& x>CÖ"úwdÈZ$@\1d\19²\16Ò¯cw\rÒ\8fÏ\90õ\90ÿø\fY\1f\90\ 2á½\eÉнÉÿ¶( {üo¡\ 2â£+6\9a\97\14XÙ]kÌ\9f¾»\ 5ç\ fô_\99ÿ    Ê??ÿ³§æ_\8dN\ f\90~üî\94\1d»S\ 6éÏ\8eÝ)\83ä·#ºn\11ÿwì.Ú\99ZÀUú9\8e~*~w×\80\90Ý9¨ÿøÝ\19\8fè×±;ê¹ùSÇ?"þçõ¿\v/òo@\16h\aÿ\ 6$ÿ\1d»«\11ÉOÇîj\84ú§#;Wæ?ÜÛ]¥õ\9fÒ\7fh\7fuì®ÎÓKò[vÇnʯ\1f þ¦å×\ fhýåå×Cû¯cwÍÂõ\9bß\9d²hýåõ·\87ú\93ß\1dõ\ eÙO\1d»£\8eµßñúí=ä?0~eþG¨¿hùñ#´\7f\80þRð\a(\7f<ÿaýÇg\17GNÿª»S9\8206²£U\aÞ§\13¢c3;_ñ\1fsvÝ\ 5?\9d\9dhòü·àõ\0D\ 4ýçùßäìð±y:\0gg¬Ù½   \7f|7;C\r\80\84\98ñ»F\0\9dÊ\ 1\88ËøùÝÍ\18)þÑwçÐüwìÎÍ¿÷N\97É      ã±q:J\8f?ÀþÓë¯]\ 3¤\84ü¨þ«Aó×qBÚ\ 4R~\15ú\99\99¢\9f\1eÿð\0\9e·ßä\84r\8bþêîh¶ÿ[ü¯g\a;\84\9f\8f?y$?\1dÙ¡#§?[ñ\87»ògC äO?!l(þSû\1f\11ÿð§ÓlDóß±»=ݧ_: \fõg5\7fêîô\9cv§/ã§Ow¹\ 1Ñ\8f?Ý%ñ\8f\v<M?g8þ¯w\81\80ôW\ 4ö\ 3^?%þÐ^?ßÏî½\8c\9f?\1dê!ÿð§S¡ýÔq:uDö\1fçÿ¦ø\ 3Ò¿(;OË\8eEüW¯\1f5ÿ\9eã\a\17þïðÿÙõ[Ë\8e\85ô£ãÇâÿß\96\9f\19Ò\8fÏÎ\eÐúÅ\9c\ e\12\7fþt¦\81ú\87ö\1fÄÿ¾ÀóÙ\91\16ê\7fÞÿr\9cüªþ£gíOÍ\7f\86ö\e\1d?ó#g\7féþ÷]ûON·Bÿ\93¶_ätëíù\83ö\ 3o¿\9b\1c\7f\1eo\9e®\91\1døñæé\1a#öçÍìdã\11þ\8eÓ¡ù\86¯±yºC»!, xÚ\7f1ùtH\9bþ\9aÿ,ý7÷üç\80èÇï\1f\99\bç\8fß?\8f\90~|vîdPÿyþËù\ 3­ñëÙ­#Å?zv+¢\1f¯ì\1f\1a\8bø§ãt-ê\7f½þéþ/¢?\9f\9dm-\9aÿ\ eÿÇ¡ùë\88\1f8\7fSþÄÿ\8e\b?\1f?ðHÿðë\97Åú«ã\86®Hñ\8fJÿÀÉ¿ê?\ 6D¿\8eü\ 3¬\7fè\e\1e\1f\1dù#\13\94\7f>»]ì继ãÅ~¾y:ÓÎ\b\7fÇþaÑ_7Og\ e\10?¿\7fhÐø;ö\ fÍDÉ¿~º÷5ýãìkúGN\aßÕ?r;Y\8b\7fÔÓ\99NôÇÍÓ\99\9e\93?=ÿ\0®_|þÈ\b×\7fþtæ\88ìg~ÿÅ\8d¯Ù¯.@û\89çÿÈÙ\9fuN¿Ä\1f\90þ\8düø#äßjüZüÐM9~x¶\1føøá\fíG>~4Cû\99¿\1d
\7f=§kYûA\83\87ë/\1fÿ°Ð~åã\1f\ eÒ\9f\8f\7f\8b÷\9f±þ!®\97\14xÎþWó\17Fh¿Óþ·\1f\11þ\8eü\8f\0ûOÛo\1eû\8f<ÿG¸~ó   ø\12¿h\9c®ÓOçæþ7OW*þ·Øïa~×ÿÖã\17\91įÄ_$\7f q:VÏ?@ø;N·ÊúÓ8Ýٺݫ5~õvµèÁü×þ\8b\8e\9f£¿:þ  Ñ\1fÝ\8e§ÄOÄþo\9cNÕì?9\9d{\81çýç\ 1ö\9f÷ßòí:\17þé8]Ëο\ 6Ïɯvº~=\11\ f:]¯ì\1fKü½qºZí\7f¾\1dì.ÿY¬¿èÛ\19×ø\ 3\90\9fjýÑÖ\7fëQÿùü\199¿pWÿY¨¿øõ¯ä\ f4O\87+ôÇú¯ZÿUúÅ\17é7Áþóô\9b^¤ßÌÑO忼oÑâ?5þ5Cþçýß\ 1ñ\1f\1f¿,ñ\8b\9b·K8\83ð÷\9c_àäW\1d¿Eú\9b\89?Æä\7f¹t\94w\8cæpA}}\ 2\9fãè§ç\ f ùé¸ÝÙCþáã7#K\7f%~3BýÏóo@ë'â_å~ý0çù;Â\83ûõU\a<¦ëÍ/\13°\e`\8fÅÂ\8aã#Îþéýüøq-\8fÆ\96\8a\18\17Wf\9aMªX öò÷\8fÿxü´õÃ<þûòß\9f>üÏÿõ\18\1eß|Ø \97\ fÃÓ8i95<.`¿ßÐ/\ 6\9a\19æô\91Ýð»çlJù­\94\ 5[\ 1h£ß[ZÑOÃs\8aR¼¢_óÄ\96A\16ô¹\Ð/öC\8c\aìRn!ßÚÙ\91§â\15ù\94\86R\90O\85Ò¥\1c\16\9bùí\b\90*Zè·\96vô©xA¿Hî:\16Á\9e\8bo\87âè\ e\84ß+\1aÈK»       yi÷\8cܤ¡\14ìF\86\97ý\11»\94[È×vÆ\1dy*^\91»4\94\82ÜÉÐö²Ý\bv\0H\15-ô[K;úT¼¢÷ÛX
+v\9f\87\17\a䥢\85\ÚÍÈ¥Ý3ò\90\86\a\19Ú^\1eÆ#åKE\výÚÒÎt¹xE\1fÓ`
+ú(\83\93²\7fÎî\80]Ê-ä[;;òT¼"\9fÓP
+òY\86\96Ë\8b×7\rÇy/\15-ô[K;úT¼ \8fÃ6\16Á\9e\8bo\87b8jº½¢\81¼´\9b\90\97vÏÈM\1aJÁndh{y<hºRn!_ÛÙ\99.\17¯È]\1aJAîdh{9-:\a\80TÑB¿µ´£OÅ+z¿\8d¥`÷yh{ÑÙ\83\9aÝ+ZÈ¥Ý\8c\Ú=#\ fe\85M@¡,°¥lÍqÞKE\v}ØVÔ\82\ 56Æ4\98\82>Êàöò\91åK¹\85|mçÀt©xE>_Æ>_Æ>_Ç>³c\9fÏc?\e\17nvÏñd\\88-S¬\8b«qS@z­\9b\15Ð\8dWûBl¥ùé§éØ\81Tqè\80\95¥'CØæ*\9bñÛ¼zçâÒðÎøëë\ 6S4\87\ e¬5ÁÎ\87\1eì5\82r\87jvb\ 3v{/JùÔ\8d5\8df^\90íÝXk\ e\84yÛ+\ 4å\ eÓìÄ\ 1vëıñC'B\&È\1e;±Ô$[²ô¢Ô\94n\14¨v7VàÃ\8c\94ò©\eë\85Ï>Ì\87nlW@»C/J\85 Üa\9a\9d8Àn\9d86>×\82Qú°qï\91\9aÒ\v\ 1jwBdA:!eÈ\9cq²y=Ì®G*¿\1dËi\958B´\96ÄälHÓ\99/KÓg¾<\7f¶ÈBùîX\910\1ea\1a}8#-|yíDæ0õ³C9wá\0Ñè¹­Â\93\97.\b\7f\9d?\e\ et8V$\94G\98V'NH\vO^;\91ØKýêP\ eGUMtàÜTáÇK\a
+w­\87]\93y\98\190W\14\8e\fó\81=V\90R\ 1ºðXïËÛâ\19\8f\13kn\8dî¬\19\96>\1dLUa³Tm\ f¼)5;s\865»ôÄ\9c{\rÓ¡s\ f
+\ 3nW*×|ºUo«éñ»m5\95\8ae\84ɶ(0¥\86éÏ\19\7faÚµ\91\83]%\f\98«w¦-ß\95\8a0g\8a\15\98RCõç\84¿pæÚÈÁ±Êì\98kë¯J9>çÍ6-\0RÁôåÜjaå°nô\9a\8a\95×;\0³\9b\959×     óH\85uÙþ/0¥¦¡\S[\a\ e^\93¥Æ\9a\83·jsäà\sàà5Ob\9a\8f\1c\jZê5£ÝÙq}\93\12°­±ÙÙ?}g\ el;Ä\83\19°Á\94\9a\96\82ÍHw^] c­`sõ\81W廽"\87Iv\90V¨é\8crg¼á\14l\12n\e$ÒuúÌ\1e\18t\10\804=ÿ3Ê\9d+\87\93ï¿/ß\99\ 2\9fEDÊÑ>§Ñ\1exr¯A2b\9ea\ 2
+vñ\106G·,Ã'qÝ×ñÜ\99}©Ïßí\15" ;Ì{"{íÎ\19ÿa}?\89쾨O\9bësùîÀ§\87þ\14\98\9eþ\9cñ\1fl\82S\7föõ½ô§Ø\0¥C¥&sñ\ e\94+¨þ\9cð\1f\16þePñÊ¿2ÔógI\9fJ\85H\90\ 2Tõå\8cû`)\9cdiW¯þ\19\86ù¨^SÅ®^ÍÑÍÚ`J\rÏÊ[³æ i\976bmÆæê\83¢\95ïö
+#+s\811ï¬Ì
++\17DEû\99ãʼ«\\93WæËgEá\1e¬Ë¤oß1£\14\91\88\1a<ÙQ»\1a\95\95p×´²\14î5æiÇ\93îÍ\15\1dl\9cñ\9fôkíymµGïO*vïo\8e\97\90D©è`ä\8c}wÁæéhÓ\15¦\:}Ôȹ¼\87'f\7f\8d\r\94\1aÞä-X$J°´\11k\937W\1fb\15ò]©\88Óî\1am RÑaî\164\12.\88óÉ\0\17Ç?ÎÂ8Çïì!f\11¯vÃ^Óaîfü{Ü B\13"W\1f¢\17ñbB¬»L;+%\18ÓÓ\9f\13þ=\84°î!WîZ®­¿\92r¸²qx\8f\8d\15swÇ\92Ù8\1cÙxkCLÓ1é|¿Ø\v+?/\r\96â[)f±\96\8f\8b\94\7f÷_R{Ïaxüçcûß\7fý|­W\9d\e7{(··¦+:³7Xʹ\89ò=Ýá×1T\9d^sÒ&·7¹æ\98y·7Yʹ\89ò=Ýé×1Ô\9d\ eãaªVáYÆy\98ºR\96&å{¾Ó/c¨:½¬Ë\87Éúq»Mb>L^)˲%ßÓ\9d~\1dCÝéÙ\1c&k\95Øñ9\1c\94¥Iù\9eïôË\18~OIù0'\e0\8bu*\16)\1fÂÓÅ]Ê¥¸wÿsµ×èl\96Ø°\ ezÞ%<\97ßör6CÊ÷¹\8c:üz\9b\8dNg\89Ý\1em:Hx.¿íå!mç\94ïs\19uúõ6[\9dN\12\eâ\9cLª,ѹü¶\97s\96Eù>\97a§_n³Ñé,±aY@\9dÛ%<\97\8b\84¯A¨´lçïCqàêN¿Þf«ÓIb·7uÜ.á¹\$<¬/]¸]ÂK\19vúå6wU§\84Ã6ý²É÷
+è²\1f"¿fÙIò]ý\9au\93ªûþ~(Õa\95øZ\ eîR?\8e{\98¯ü>&E&Z ú=\87\91Ù±}n¼ê\0\8b\a9$ïzÕ\10\ 1Äò»?k\8cê÷\r\9e\1fàçÆ«\ fP\Ò1åfØ0o<~
+:®¿Ï);J´Kõû\98\92\ 1~f¼ê\0\8b¯<§\85j=/kÆ=ôY¼`ÙCÊ\9aèò{\86ç\aø¹ñê\ 3ÜÝv\17³Ö²q\ f¬\96@«M±;ÑZ\97ß3|Ç\0?3^Máã]Ûe!1±¨µ\1cÈ\15Å\15\17\111[J×_MÒr\87\15àï\87\84\1cV\89\0Ç´Êg\8dv\8e4/¿Ïy\ 1-^Øå÷\ 4ÿÞØ>7&r\80\1c\9eygpÓh%¤,¿Ïy±-\1eÛå÷\ 4ÿÞ\0?7&v\80\12£\16´I£íÍæß\vZñî.¿\13\ 3üÌ\98È\ 1\96ÀwHÖsÖh%\b_~\9f\93áY<Áëï!-Âú\0?7&v\809\92\1fEe'\8dV"û×\9c\80\83×xú=^\96\8a¿?¦¦Ý\19ÒÖ£\18\816¥>\8aÕ'ÅãÇý\86æ\1d\1cmËÒ¤$m±ðLLë½Xt¥|úþ\86%y\13OÛrtÙmË\16\1h²Å¶\97\8fßß°\14oâa,Ãa>ZhçèÔ¡|üþ\96%x\vOËò+[
+Y\8b¬\16Õ¶Å\94µÆ^>}ßméÝÆÓ²ìÒæú®%Ö\9b\ 2\8f\16Õ¡|ü¾Û\92»\8d§Ër[çÍ\1dô\84ì}e=Q\8aÇ\8fÛ¦Ú½Vûl³uüá`1\8d³Í\11ò¤#öòé{Â\16»Ýr\9fíµ^18\1ctĺ}s\8c\8e\1fÊÇï       [ëvË}¶Õºÿ\15Æ]G\8c1{\7fYG\1cÊÇï [êvË}¶Ó¸8       á`Ñl\97N\98\83\8e(åÓ÷\84­t»å>Ûh=ÕvÒ\11á¢#ÂYGäï      [èvËy/vJÇÙ\9cd\1e®ï:D³×¼í5F\981ÃH9í6þãÇ\ f_þÎ>Ìããw\1f\16{Òn\87%Ó?{ñ\8bõ)ßÇÇ\1f\85\9fmx,\9d\9b\17ª\7füæñ\9b\8f¿}|üÓ\87aéó´\8co­ùCUóǪ歪ù¶ªyT5¿V5?T5ÿïVË_ý\86hú'¢¡ÿA|óçªæç[CýD|S·\\8f¢ÆõÕo·ª\7fþ¸1Û\98³¾FÙr\1e7\87q\94}í­¸\ 66R¢Ï(9
+RQ3ÚÎ^_ìL¶ñØö×Âh\8b\ 2\8aÎ?¾ðÏÅÍÙúô/ÒËyνükUócUóǪæÛªæ\97ªæQÕü\Õ|G@ýD´ó\rÑÃ_    \õ7u;\7f ÆþuUó=Ñr=\8aº\87»\90\95ª\1f\b\92Õ\rÉ47\98è1\ fÏ8Ø#\13ÕøÞ\88\9a\1aª\9eƺßõ\84\Ä*,Æ\82\9d\1eÓz%Ùæ\8cM[nJ.¿Iy\\9f\8cØ\1c\7f\81ØkjÑZ\16êá Ã÷â\17Û\9f\8b\17\1f®G¦\17\974uËå\8e\8e+ÐV\13\9a/R\95Yl´Tí«\ f\aöCÏ~8á\ fÇêCË~¨\f&4\a\13GåCe0õ\87Ê`";\98úCe0\13;3õ\87Ê`ê\ f\95ÁÌÊ`\9a\8cøH\8c¸\1eÌ\18F¥©<ÜÅP\e\8f8\8d|¸ÈÉq¸u\8dY\8c§\ 5¥\r[£û0ÂÓ\15$FA\e\9eC\94Öj\19±ù\es\81ªi;¦»0\94\9eÛªfÊPï}3V5á [ô\8dd¿Þß\92\8e\ 3o§DGï·X¢Ë;k¹¼^\ f°)\98ü})£\8dä×ÛLF­\1fs®ô¢\0Ó\15\b~=k½æ¿ç\9a·SÍ\16N8\ 2½\7f\ fB\ 2Mm­Ý\!×°©u×Ø\96\0,¶ô¼\18:vLù´ëÛ\8dc)¿íe\93â°åû\n'î¼\8eá÷ÙBói(s!Ü´0o©x+\15ëm\11[Þ£\80\94\8a\1ew`ûs]JâsqÀ\1e\8bË2\8dI\84ÿ£Ø\92¶²I¥æSUó}UósUóW¢\9d\añ\r\ 3up\aìEp\ f\1f\9dVóÂ\87\83\9cè/¬Z®+8Ö¤ÓÞG(õX\7f\95\ 3*\9c<ä#þÂÉ\83\7f?Nráº!¤Ývá²TÞ¹np)ü^¾Ïe¨\ 3^n3s²±é|˺\95\9fÉ\989w(TÜ*Â\1cr¾µÀì5/ðòºï·ôx\9dà\7f\97)\8f\95I\17+K8Væj©ùDÔ|QÕüXÕü\Õü\9f[ýÙ¹»TÙú#ÈÝa\1a\93\ f\9c+ÞN\15\1ca\1agÆ2Cï­'\86.\8d«1c¿¬1ëµ"\93Ky\15+\9bÅùÐ+ù=&\1d\9fÙ®þÝõås|n¼Âüæ\19¢ÝÒ\ 63\95\e!r*ËyÎ\ 2 \15¯0~|\ e!\9e\19ßÅ*D\10¯\8cVj\1eUÍ'¢æ\v\ 2××UÍÏUÍ/·zxPôRåê\8f°(\84\90NK\14ÎO\15\8a¤\8f\8e\19\91ë\89\15\91\8a\82(K\85à!c\99Âk!g\a\v¯\96îÊïSZ=\84W«ßs6±\1eÛüÜ\98²TØi\vd.\8c.\ 4ÏR`\85Þ©<\96\b\94@\8cz\b\8a\97\8beQ]\84ï,\17cÅ«cÅucÅuc%\ 5cŽRó×ÏÔr]ó\ 51\8a¯«\9a\9f\89>3=<H\9cTùú#,q>æ\9b\9a\8a\84å\9a·SM2\9d\ f@ÚuMªÄù\98Õz\968\1f\eiw¹>\1f\ 3\14Î÷âòdNßËÇïû×\9d»x²D¹yÛ\14\1f]¡g\96 WÈ\99*\9cø\ f\ 2R*^\91(»¸\7fóY¢\16ò^x±Ô|[Õ<ª\9a?V5?W5\7f­j~ªj¾!p}"j¾ Æõ5Ñç_nQc\97±R5Ö\1fa\19[Tçz®ü c¹æíT\93Ôê\11ê¨h)÷%5|\90²Tî^×\¾UQdÁ\86\94E$²°\97\8fß3ëØÝ\96s8c±Úä\b´\904K\95/\14M\15¶ø6\ 2Sj^\90³8?§éâ\96\ f2ý?T5\9fª\9aï«\9a\a\ 1U×ÔP;\87\96ªP\7ftäÐm\9eÖ{Ñ-|\17Ÿ¸Ý\vëÌñ]I3ñ\ f3x·\ 1\9e\eèxØ0?\f¼^\90|çacy\18á\8c\9f\7fØX\1ev¼ô\9f\7fØ _Ì{\81'ðËÃ\8eÓs\9eª      ðÕÍòõżò²\81Û.æ½4\10«§U´§qÌ\84FÀ?\8dc¦  ÁóOCæ§\rZ\14T¯6\1f\0;@\ e¨ÆßzÚ Ý\7fåjs\83è×ñ´\9f\85\12\b\9eÆR\9e¦³3¢\1fÿ4 \83ýç¯ÖÏO«´$Pí¿Gó×ñ´\1eÔ \1dOëa\rB?­g\8b\ 6ñ·\9eÖ\93§       Úü£ô?¢ñóO\eÙ8R+\80Ê?ùi\96\16ÿ¨ø×,±[+\90<\8dà)úéO+ ùéyZ\81\93\1fõi¼\ 1ÉOÇÓx\ 3¢\7fÇÓxùiÚ\v<ÿ4\~\9a¶¥?õ§\11X\vD{\1a\ 1É\ f?\7fÎÁþÓOë8¨?ùõS\9eFhÑO{\9aÄ\8d\90\7f\80ü*ôÏO[÷Ó_àÑú\8f\9evÖà!ýø§5òÓR·ù7BýK?-æ\8aþiYÀ\8aüCýSË¿:ÿ3â\1fþi\1ayÚ°5þÚ\80ÍOÓ­\875ýuý[ìò\9a\0C%\80ÛÛt\vá\92\ f3\1eÞ&1µ\ 4i\8f\9búü8¬3ñÝÇMµ\15Ü[C­àêã\806R\1cXs@Æï\90\ 5\10êã\86Ø\82£-`\8f-8 \ 1\98\83=iÁ©ý\87\16\1cïÃÉã\8agøúq\19õqÄ\11J ÿ8bàV@uü\ 1á¯çO{ÛÅC\17²~\U\ f"\8c\9b\0®\8f\f"$\13îÜ@O\10!©°Õ\14»\15\89\80gü=A\84\11Àw\ 4\11òëÀ\17ø\8e BÜ\82\b\97  @\1a@{\1e1\80\ e ç\95\94    \9c\ 60\81\1dÏsN\8e"\80¦AL~Þì\82\9fÖ &?oÖ\9a@uüùy³Öø5\rnfa\80á\96\ 6·\ 3d :\86c\r\1a\7f­ÁZ1\8c\vþjüu\fj\7f\9e\11ð\1fï\83ç\15°5þV\fã\ 2Ï?\8f\99\9f\17nÓO\8bapü«ö\7f\84ü\v, íyDH?~üÁSãWch\ 1\8e\18`\84ôãc\80Xÿð1@¨\7f:b\803\@è\18 \e\90þåc\80\12\ 3¸Ë\7f«åÀð\8fú¼½\85üÇû@\16ò\1f\1d\ 3t\16ñ\1f\1f\ 3\94\18À\1dý\9bb\bHÿó1@\89\ 1´ùGé?4\80ø\18 \e\1deÀ©ü3rüÓ\8a\e\90ò¼"Ô\9f\1dÏ3"ùé\88!AýÕ\11\ 3\9càúÃÇ\0'Dÿ\8e\18à\8c\fø\8e\18Ê\fù\97p Ì°E\ 5Ö Äê¬\1e\80\0ª\11èQ\fN\83k\ fL{\83(À?0í\8b\ 6½÷À´\87\16T\87\ f\ 4Ò\16ð\1a\83`$P\8bBy\87\8e(\14´Àx\vÂ{¤Áy      \96\18D{\ 5Ä+ø\1aCH>´9\ 5±\b\15,"\10Ò\13½W\11 \9d8\9f\9fvmM¡ÊB\11
+1½\b\1aYDãÔ\10\ 1Å\89óÙ\88ÈΨnDàE`\8f"\fï.\ 2µ
+\90\9cèw\82\8f4\v\95\19\b\98\1c\86:Ãó\8b\80      hüü"`\ 2\1a\7fG\10 Z4~>\8a\14\11~~#ÈL\b\ 2Ìl¨ùÓ\13!àüóQ¨\19Í\7fÍÿê\eõ9\90\7f\99?Zþ­\81ã\aòß\b"4ä¯\95\bq\81ç\13\ 1\1fz#]\81whþj'T¥?Ô_5ýõ \ 4¢\1fo\ 2Ù\11ê?Þ\89\1eáüÑú×\ 6ÈÿüüÇáµù\97 hsþµD\ 2¨¿èm\84\12D8Ï\1fpB\95ù\9b\91üvÌß\8cð£ \88âD\ e\90\7fè \8a\e ÿÐA`g\10ýù °Ãú\87\8eâ;\8bô\1f¿\8dä,Ô\1f|"\80\83ú\970\81%\11\ 1â§ùÏAû    \8d_\vbÀõ«\82×\13\19 ýBoã\96 @ÃþTù/@ýËó_\84òËó_\84òËÏÿ\84ø\a%R(A\8c\19Úßô&\82Ãú\8b\ e\ 1ê_~\e{àì/u\eÛÀõ\9bßÆ6\10?¿\8dm\90ütlc[hÿÑA8o§\97ìo\ fõ\17³þ¦]Ðõ¸A\92ßøî.°¶    UB\0gúÑ\89D~´Ôøõ\10\ 2ëÿii\bPÿÐòç¡ÿÇ\aA%\r¡eÿªã\8f\10?ïÿÊú\15¦[\9b\18&§±\9cáùM\f9Êp\81§71Ì8Pý×\8fB ñó\9b\18&\18Ô\7f>~#ü\13­M\f\13Ñøyýo"\1a?¿\89\agxZ~Kü Á?z\12E ð«ôË\a1ZôSùGÖß\ 6ÿ¨\9bÈ\ 37~u\13|@òÃǯJüá\fOǯ¬AôçãWVÖßóøùM\fkCÚÄX\1cá[\9b\18%\r¢Ñ\ 3m\13Ã:\ f(Àob\94\bFC\ 3¨ýÇ\1a´#\ 2\ 1ÇOob¬\11\10F\ 2Õ\bÎ\b9\98ÞÄ(\11\90ÆøÕ\bF@\1cØ!Á²\ 2\80É\ 2[\8fblyh'x\90\87¦\8bÀ\14Ò&ÆE\ 4*!Ôr\19×ý³$CÇ.ð¹\8ck\10$uà4\84:\97
+\1e\90\16åSQJ\14¤ÉÃZ*\ 6«\85\15/Ð@\1eæ£\10\16âçÇo9+ªf\80Ôâzsqb\80£\ eª\8fCêÇ9 þ\8eã\1cH\ 6{\8es¼¦\ 3ä8Çmþ\e!ÿñQ<lEÒ©P\ eê°\8e\bu8\9fÊ\14!~~þ'(ÿüüO\9c\15á\9e\ eG¡æ\80\14Ø\fÌÀëq
+       \83\f°\ 1 B\95T\88\ 1\99\ 1  \95\1e@CÎÌ \12 Eb\90\f\9b\89Þ\8aò\16.\844\13z\v]      :\1f\19á\15WÖ¿èÊú\17]Yÿ¢+ë_te}\80\86 íÊú\17]YOº²ê\89¤|¦v5èÞ;\91¤ºÂ\12
+\19ï\9dé5.óïøþ\99>=\94b\10\15ö#\85_Oå\98\10\15\1e\1d\80G\86´bÇ\9a`\93\15²4tË\953ùT÷e\ 4´+gd3ô\ 4Ï»r%\98\7f¦M?Ñ\ 19\80Of\98àøù\13\19\13ÇÁ\9a+WN\84\8c÷NEÚa Æ¯ßj\81$¸Ã\953\10?\9d\8f¶&clVÀx:T\19\19.·àîå£Y\87X\98ÏG³\ e    q­\ 4\9bù\18\r\16\ 1d?³¡\84ôh\86§D@Ïç\80J\90Ú\ fL\87BX\15ðþÅ\12­þ«ô\8bp\11£óñd\1fá¢\ 2y\11\9a ~>\9e9¡ùï\88gÎhþ;\92²\a\8e¤ì\ 1©@\14ÏÔ"\11\9c
+Ò#\11pü|R¼¹K\7f\89D ü=\17C@ùí\88$Djüz$\ 1ê¿\8eH\ 2\92ß\9eH\ 2\Â;"    ì\12ªE\128#P\8f$8´þôG\12îÎÿ\84æïF$¡A¿©ê¿D\12\10ÿ\99¹\9a@=\10\80\18\0\ 4\ 2ê`¬øñH\ 3\99\99NÉñ\ 6±\0\b\ 4èYõ²'s×\90\97Ë\19î\1aò^ödn\1aò¾X1÷\fù\92\15\90\80\9b\86¼\1fÑø;\ e\96@-Ôq°$pãofEÜ\EJVÄ\rCþt9\83÷G\11¨\19H÷e}\ e\b.Ný­=\99õ`Å&C§.Ô{2ê\r\85²\10\9dà;n(\14\fÏG#B^\bNð¼#R|ù3|GbÂ\8bø#\87_¿áÑ!úÑ\89ñ%1á\f\ fT\88v0£þÓ\86¨Ü\10y\81ço7\10\f\ f\1c\17Gôë8]o"Å¿ª#([r\rú©±\0qÄÏðü\r\93\ eò\ fH\8cÔÒ\1a\10ÿ ÛI\14ú{8~þv\ 4qäïÎß\bÇÏ;\92X\7fñ·C\ 4(?\15~õv\ e\89f\9féOßÐVng¸Ë¿PÿtÄÒ&\84\1fí&4\ eV4ñ+ó7#ü\9e6!\8b\94_-¥\0ê\7f:\10S\1cñ\86þS\1dI\83ä\87§\7f\9bôWúï þç\1dA\17(ý§:\82¤þQ\1dA\8fæ¯Ã\11\1c9þQñ\8fhþj\17HwĹõSå\1f¨\7fjûA\87Gôc\ eö]\ eF4ì\1fUþ þá\ fF:lÿðü;Ï/ñ¯\1f¸õCML\1f8û[?ØÀÉ¿ê\ 2Z8\7fô\r§\1eÛ?\1d\a\e\90ü1»\89\82\7f¢ð«ã÷P~@ÿµû\19¡ü\ 3þi¸ðgxúv°²\9bß°?Tü!¾6\7f\81[¿\9a»ù~ì¾_4íÆgýéì»úGß\r\1f\0<\7f;\9bñ\b?O\7f\93C\17\17ü¼ÿ*ö¯ë½Xââ\7f\9féGo\84\19ÙÈr­Û\99\94ù\13û·9\7fÚí\86\ eÁó\a[&H¿\8e\8b      ,\82§í\87õvDfüZJçê¿oñ£\13ýQJ§²\91<L\14ÿ5÷Ò\9bôÓ.Fð\14ÿªý·\16ô\1fÝ.©Ä/,\92ß\9eÛ\19gJþuÿ\1dÍ\7fGZ¿d\13¹÷ï&j^\8c\1fm¿\96\8dø\ 6ýô\17&\10ýxûµøïîý»\89tÿ\eño-\7fºÿÏÍ¿þB\ 3§ÿuø\99â\7f\15~fåGÛ\88çøG÷ß!ÿð7ÄË6\98}ÿzcýb\ 3´þܸؠÙ\7fívFh¿ðþ³cõ¯v1\ 2G\7fývG¸~òG2<Ô\7f¼ÿ?Bùå\13!F\8eþúí\86\b?￸\80ä·ãvÈ\bí\ fþvÑ\béOÛ\8f\ eÛ_´ýX6âoØ\8féb\ 5OÁë\17\e@ùá·p±þ¢×ß²\8d\7fsý-»ø7×ßr±ÁÍõw½Øà\95õ×CýÃÛ¿~}D\94²\7fµÓ\0¯é\1f\9fÖû
+·ù\ fÚO\1d\17c\ 44ÿ¼ÿâ\ 3k?*ïsÈÅ.®u»»â\7f\89ÿo\87w÷¿ô\8b\11f\0ßq±\80\ìs\86ïx\1ea\0ð\1dûß\12?:Ãó\17ûI
+È      \9e¿XÄÈÅ@æý\8bETúKü Aÿf.}sþµýwÄ?üÅ\1cåbÃ3ýéýó²\7f\7f\86'üO\89\1fÌ`þc\85_=\13<\8cI\7f\9eéGÙ\9fÛ\99`\83ø'ò¯\v\18$\7f\1d\89IJþt˯¼n\90õ\8fi]l¥ÁO\14¼~¬\1fÎ?¿\7fê¹ñë\89ô\ eá§ý';FR\7fiûï\88\7f\a\9f\1dù\ 3\11Ê?\9f?0AýÍç\ fLhþ:ò\afD¿\8eýÏ\ 1ê¯\8e#ýÜú¡¿pÈâ×\12ÙÑüuä\ fX8\7f\1dGò!~þu\ 6\87ä\8f×_%\91½©¿\94ýS¨?:^G\18¡þêx\1d!Rö\8bêÿ\ 6Nþtÿ\9bµ\9f´ý{¨¿:öï-%?jÿ'Kõ_ß\7fçæOß?w\b?à_mÿþ5úy¨¿:ü×\ 1­_\1dþ«AóÇ¿°é-7\7fºÿ\8dôOG
+5ô\9f:ü_\aí\ fÞÿ%í\1fýb@h¿ð§ù±ýÂ\9fæ\ f\9cÿ¢ï\9f³ë§ö°\0\?\81þmì¿[së}Ïâ\7f\ f7/¶\93ý«áæÅv\12¿\19Þ¿Í@÷\9f\13Ý.ðüi~É\1f\eÞ¿M¢¹ÿßÀ¯ÒOâ?\rúéûÿ\1eÀw\ì\1f\11|ÇÅ\94q\ 2ð\1d\ f3Hüù\fÏ?Ì0M\80þ\1d\ f\90\7f\89\17~\13\ f\elþ÷pïJ¦ò0A\93þ\8aÿ0 ùéÈ?6\90ÿùýk\véÇ\1fä\96õ¯\81\9f\85òÃç/8H\7fþZ=\17)ù×ó\a`ÿ;â\aP~ùk\15=\8b¿\91ÿ\7fæ?þuË\0éÏ¿N(¯\93\9dàù\8bÙËAþ\9bëWyXá.ÿKü¡)\7f\1a<\9a?>~^\ eâwëo\81Gø{®\ 4\84üÛÿ°ÂMýå°þ\ 3û§Úþ?â\1f>þ]öÿ\9bó§ø\9f\ eÎ\1f\7f\91\81\87üÇ_l\8fõ\ f\1dÿvò°Ô    ¾\8e\7fëñ\a\ 4Ïû_åa\84\86ý¤Î\7f\1d¯\13F¤¿:Î\1fL\90\7f\99 ~\9e\7ffÎ~Qo\93[üÿí\0îâÇ\1fîâ©\19@o  \ 6j        \8a\95\ 5\17\9fó¶\ 3¿÷`,\1eÔ².Ñ[ø\96\13\81æ\85zgxþ\b\83\83K\10\1f\ 2\80* '\ 4À\99\16\1f¿\84\95·\ 1\9a*X»Pï5\13ÄC\13¤#\ 5\0ª\90\1a¿¶\ 5¸\86\0\92\vòþµÀ\89[Îó\7f<E/\ f½\8b\ 4uÜH\97\ 6pn '\a?\ 2x>\a×d\ 6ºà§mhÉÁ¿ÀwÜgç(üú\19z\88\9f¾\16x}\pe\80u/ú\8e\ f*>ü\ 5?­@d\ fÿ\fßq\aÁ\94\v\fE~\9cç\ 2O\v°\99\11ÿÕó§Ù0k\ e\7fÝ\7f´\84i÷éqøu\1f\1eÑ¿ã\f\ 1hÍ¿\1e\ 3\80üÏï![8~\9e~\ e\8d\9f?C'\8f\e\97¿\8cÏCýCïÁØ\11ñOÇã~Pÿ!\eN{\1a`\ 6ø;rÐ\83¥àµ\1c\8c﬿P\ e\99ö8¢£è×òá[úW\8d!LPÿÐ\8f»Ée|-þÓs\b\90ütø\10\ 3\94\87\18ÐúÑq\86Ù ü\1dg\98s\ eÒ\ 5?ïÃYný×s\0\90ýÃ\9f!u\ e­\7fÌ\19\ eñÁ\11ÿñwÐH\ eÿ]ûErøÛú_¹\85iM"H\ 6ÌÍ\8bÈäbþÖ\b´\8bÈÖSü`\ 5§/"sÑ\0\rÆg\91\81ø\19\80\16\18\1fÅ^³\b\18\vL}\9er\82\1a\88\8e\82K\16\82ײ\0\10\avì¢\ fH\ 3wD1\8cË.Ôø~\14C¿\8b/ßI|\15\ 1ú"²õ"\80$C'#\90¾\88Ì[¨Dé\17r=4¢\98\83\14\ 2\ fñóQ\ 4l\84ñ/\\8eÐ\89¥\17\ 1ID¸»\b\88Ò\12\11 \11ÁÓ/B%Þ\11Åà\8c`ý*>\97Â\18ëSs÷®\95\17\ e\9aÆ[\8b\80ñÙ\8c<Áw\+\9fSñÖ-í[×Ê\8b\19ßè\7fë*\81\v<\7f­¼pà\19\9e¿V^8ð\ 4Ï/\ 2&\1f%i\8d_M\85\88\1d©\10\13ÄOl\85ä8ZN%8Ã\e\94\89@~ßæ*\ 2üiÞ\ 1±PG6u¾\rà\ 2Ï{R\ 6±@Çiv\83D\98ÏƳÖ\ 3\16îðD%\12q\12áÚ\13Uûïâkô\97Hj\83þ:<Âß\91\r0"ü\1dÙ\b\ 1\89@ÇnrΦk\89°:\7fb\877毵\eß\1a¿\1a       Ìp\97%\84\8f\1c~\1d\1eÉ_G$p\86K(¿\e;Dj       Ñ#\ 1\1d×Ò[H?þ4ºåô§îÉ\ fÔøõÓøPþh#¼D\ 2\1aúW\8f\ 4¼f\828\ fM\10úm*WôÏ=\13Êa\13\88\8f\84\ 4D\7f^~\\80ú\97\97\1fx\8cÙ\89;\8d¿ÞÉQ#yÐ\ 4ê8\r2Áùç\1f¨\9c\7f=\ e\0í\aþ4\11Ö_ü\85öÐ~ê\89Cp&¨z\e\9cAðè4\99\96\8a\0éGÏ¿\èßÖ\1f\1a\1f¿\95î8ùUo\13ð\96\94\9f÷o\ 3¸k¿Ém\0wí7¹\rð6ÿB\17¬#\b\12áú\aì\7få4Ñ"?\9b\ 33\1a-\ eö\8f\1f?|ù;ó0\8f\8fß-\9eä
+ÿX3qò\1f\1f\7f\æÖÛyiu\¦íã7\8fßüËÏ\8f·\1f¾þö§_¿ý\87Ç¿þÓï\1e\7fþåçoþúõ·ß<þø\7f\1fÿúûO?¼½=¾úÍ×_ýöñ»çã÷?|û\9fßþòéñÅãûO\9fþü\ f_~ù·¿ýíùéû\1f~}þôí§/¿21|÷Ë\1f~úß_þù×\15îùý§\1fß~ûøø§\ fÿüqéÝÿ\a\7f»\98{
+endstream
+endobj
+259 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 673 0 R
+/Name /Im244
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ì1
+\800\f\85á\17
+fìè"Ô\83\bÞ,\14<\88WéQz\84\8e\19Jb\ 4\11¾å\1fÞ\83\81½fï\85G8/ý\15Ö\85\a¸#7\94J\ 6\99\ 6HA\13d\a\99\90ùg\ 6I*qå={\8bɺ˽= \95,\9a
+endstream
+endobj
+260 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 674 0 R
+/Name /Im245
+/Width 8
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\1c\1c\ 2\06\8f\ 6\94
+endstream
+endobj
+261 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 675 0 R
+/Name /Im246
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90``¨``þÁð\1f\8cþþ``¤\ 6ªÿÿ\0\82\84\15jæË\0\0.°&R
+endstream
+endobj
+262 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 676 0 R
+/Name /Im247
+/Width 48
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83\81Aþÿ\7f\bù\87\81Áþ?;\88|\0\18\18Êa¤=\ 3Ãs\18)ßÀx\1c\95ä?ÀÜ\ e\91\10ó\a>4\92ñ\87\f\9cdøc\81 ë
+ÐI \và¤ü\ 1\ 4ÉßÀþàÿ\ fþ\86ÿÿa$;Ãÿÿ\ 6Ju\vM\ 1òÃP"
+endstream
+endobj
+263 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 677 0 R
+/Name /Im248
+/Width 12
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc°g°o¨\a\ 6{\ 6>\ 6dð¿\ 1\ 4å        Àÿ\1f@\90G¥~1?\014\19²
+endstream
+endobj
+264 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 678 0 R
+/Name /Im249
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÇÀ\0Ã\fuDaÆ\7fu\fìÿÿ1ð\1füÇ Ïð\8fÁ\1e(\ 6\83ÿ\b`\18\ 4é\ 1éåoþ\7f\80ý\7fý\ 1Æ?õ\a¤\94ë\16É\ 3\0À¬)\11
+endstream
+endobj
+265 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 679 0 R
+/Name /Im250
+/Width 12
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßð\1f\båÉ\86ÿ?\80 \8frý"~\0\1d­
+endstream
+endobj
+266 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 680 0 R
+/Name /Im251
+/Width 21
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀþ¿\81¿ý\80\ 3\ fu ôã\1f\18ýÿ\ fBÿ\18\18 ¨\ e\8cê\19\18ì\19\e
\1f|`þ\7f\80á?\83¨XÝT)\0¦Ê\1eÀ
+endstream
+endobj
+267 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 681 0 R
+/Name /Im252
+/Width 14
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿç?\14ò±Ö÷
+\ 3\0k\14\v\1a
+endstream
+endobj
+268 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 682 0 R
+/Name /Im253
+/Width 38
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85\8e±\rÃ0\10\ 3i¨p©\11\b¤Hå\1d4\99ñZ%\9b0\9b\ 4È\ 2\ 6R¤1ü\16\v#eX\É;\94\ 3\ 2ó)D~4eO\95\1d\86ªúÂ,j       E­\ fDǤÀ\85ÄØ?ÔÜã\87\ eú\8a>¥ïi\11­¤åtF8èë´÷P't¿­\8få\ 4\15|A,
+endstream
+endobj
+269 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 683 0 R
+/Name /Im254
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿàÿ¿Á\8eÿ@=û\83zf ú`ÇüA\86ù\ 3\ 3\10ýÿÀþÿ\83üã\ föÍ\1f\80âÿ\90P\1dû\87zÙÿò?þ\ 35I\88ÕM\95\ 6\0Óì#Ã
+endstream
+endobj
+270 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 684 0 R
+/Name /Im255
+/Width 42
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßþ\81ÿ\ 1Ãÿù\7fì\7f0üßQWð\87\81Ý\81\1a\ 6ù\ 3ö\ru0²Á\9e\81zäÿ\8fÿ\1fÿ?\80Lj\89ÕMÕ\a\0­\165j
+endstream
+endobj
+271 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 685 0 R
+/Name /Im256
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\9fÿPÌþ\81\11\88\19j\80Ø\ 6\88e\80X\ e\82eøP±\r\ 3û\87\1a\ 6öÿ\7f\10\18Ä\a\8bË°#a Z\ 6\18\86\9aÅ`\aÄu »þ#Ù­ T·P\15\0\89¡>K
+endstream
+endobj
+272 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 686 0 R
+/Name /Im257
+/Width 27
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\83ÿPÌþ \82\81ýÃ\a\ 6æ\1f\ f\18\18\7f>``ø\7f\80\81¡¾\ 1\88\19\18\18ì\81X\1eȶ\a\89\ 1å¾\7f``|\fÄ\a\7f00\1füÃÀÞð\8fáÿA 9P,-V?U\ e\0«\99
+endstream
+endobj
+273 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 687 0 R
+/Name /Im258
+/Width 26
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿ\80áÿÿ\1f\fÿ?üa\90?PÇ ß`\ fÂ\rò\10x\0?\ 6©\ 3c\88Þ\a@3\80fÉ÷\1f\0\9aÁ\80\13ÿÿ\80ÀR
+uSå\ 1®+/\1f
+endstream
+endobj
+274 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 688 0 R
+/Name /Im259
+/Width 19
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû/ÏðßþÀÿô\aòÇa¨ù\80|\ 3\ 3Aôÿ\a\14     \8bÕM\15\a\0\15µ\1aÃ
+endstream
+endobj
+275 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 689 0 R
+/Name /Im260
+/Width 26
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßþ\80áÿü\1f\fÿwüa\90\7fPà\7f \ e\82\eHÇÿ?þ?\0ÃRbuSå\ 1Þ\9f
+endstream
+endobj
+276 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 690 0 R
+/Name /Im261
+/Width 17
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ÀÀ\bCÌ0Ä\ e\a\18ìÿ3ü\a\ 3xÑá\ 6TÄÀþ\9c\81ù\1f\ 3Ã\1f\ 6A\85úùb\0F6 ·
+endstream
+endobj
+277 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 691 0 R
+/Name /Im262
+/Width 17
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÌ ÿ\9f¡B\9e¡\80\9fá\ 3;\bý``ø\ fD\1f\18êÿ0Øÿ\ 3ɲ\ 3ùö\r\ fø\e\1e°7|\0£\1fì\f\7fä\18þÿa8þ\81AP¬nª\18\0¥¥\e}
+endstream
+endobj
+278 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 692 0 R
+/Name /Im263
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-̱\rÂ0\10\8f\1cÙ\8d\95´.""Ä\ 2îH\91a<\82K*8\16a\96c\13\8f\90 \0[qñÚ7\81.\82®ÅH¾;òóÇ~û²Gß\85.V\89\9c\1a\bËK\98\8cQ¬+Ø1âç@h6O¬R§\87\93lÞ0\87Æ2ÖÝ\95\ 1£çËã}ý\ 3\80t!:
+endstream
+endobj
+279 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 422 0 R /F1 420 0 R >> /XObject << /Im39 46 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im264 281 0 R /Im38 45 0 R /Im66 73 0 R /Im47 54 0 R /Im67 74 0 R /Im57 64 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im40 47 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im57 64 0 R /Im46 53 0 R /Im58 65 0 R /Im48 55 0 R /Im42 49 0 R /Im69 76 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im46 53 0 R /Im66 73 0 R /Im40 47 0 R /Im67 74 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im71 78 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im58 65 0 R /Im59 66 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im244 259 0 R /Im245 260 0 R /Im265 282 0 R /Im256 271 0 R /Im260 275 0 R /Im249 264 0 R /Im266 283 0 R /Im254 269 0 R /Im255 270 0 R /Im251 266 0 R /Im256 271 0 R /Im257 272 0 R /Im258 273 0 R /Im251 266 0 R /Im259 274 0 R /Im248 263 0 R /Im255 270 0 R /Im251 266 0 R /Im260 275 0 R /Im261 276 0 R /Im262 277 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im173 182 0 R /Im171 180 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im156 165 0 R /Im146 153 0 R /Im167 176 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im58 65 0 R /Im57 64 0 R /Im47 54 0 R /Im53 60 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im44 51 0 R /Im71 78 0 R /Im51 58 0 R /Im52 59 0 R /Im45 52 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im70 77 0 R /Im47 54 0 R /Im52 59 0 R /Im67 74 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im44 51 0 R /Im67 74 0 R /Im58 65 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im40 47 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im173 182 0 R /Im68 75 0 R /Im170 179 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im40 47 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im182 191 0 R /Im52 59 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im151 160 0 R /Im173 182 0 R /Im175 184 0 R /Im154 163 0 R /Im161 170 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im157 166 0 R /Im40 47 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im53 60 0 R /Im47 54 0 R /Im57 64 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im194 205 0 R /Im195 206 0 R /Im196 207 0 R /Im184 193 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im40 47 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im58 65 0 R /Im162 171 0 R /Im162 171 0 R /Im263 278 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im67 74 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im67 74 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im154 163 0 R /Im154 163 0 R /Im263 278 0 R /Im68 75 0 R /Im74 81 0 R /Im48 55 0 R /Im40 47 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im197 208 0 R /Im198 209 0 R /Im195 206 0 R /Im199 210 0 R /Im184 193 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im58 65 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im58 65 0 R /Im57 64 0 R /Im59 66 0 R /Im42 49 0 R /Im67 74 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im154 163 0 R /Im167 176 0 R /Im263 278 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im153 162 0 R /Im167 176 0 R /Im263 278 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im47 54 0 R /Im51 58 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im42 49 0 R /Im79 86 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im52 59 0 R /Im44 51 0 R /Im40 47 0 R /Im53 60 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im70 77 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im71 78 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im40 47 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im40 47 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im50 57 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im154 163 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 280 0 R
+>>
+endobj
+280 0 obj
+<<
+/Length 693 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cµ}]³æ6\8eÞ}ÿ\8a÷r&UýZü\10%íåÖî¤\92Tmí\96{k/â\ÌØíµ'Çî\19»\9d©ä×G\12   \8a\12\1f\1c>Ôé¹pû\90¯@\80 \0\ 2à×_ßýÛã¯ïÌãoïþúÎ?çax\fÏ!ÿë\9fÎ\ e\ fãƧ\rþ\11\96ð\1c¬\7f|ûÓ»¯þÛOnyüÓ§wÿVÀ»gÀð~\0ðÞ^áã×%|xN;¼àwÏ9\büèjø1@ü#Â?ÎWxû\9cç+~ë7xÔ\7f?Öð~¸Â/a\83_v¸\vü@Ó\1f\fÂohþ\87@ñ_\85\9f<\ 5\1f\9e¾âßÞÿ   õ\7fªø§â\9f9ü:ü\ 2àÃD\8fÿ*wÌø¯£tÁ?í5f\99\9e\93¿Âo-V\fÜÐÕ\f´Ãø\1c\87­\81ñ9ÍY\ 1+\ 1®\158¶h\8dM\1dðO3d\ 6\84\ 2Æ\1akfÄ\80\8a\81\9a\ 1±\161\907 ÖYr\0±\ 2Z\17\80\0\8e\80~¥ÿ\ e        PÝ\7f÷4\18ÞC\ 1®Æ_í¿\87ü\a
+ à\1f\11ÿ|e@Uþ\85\814`Êø\anü5\ 3h\ 3ì?m\0í\ 4\15\98çß4Qã§\19\10;C\ 3NO v\1eIþã     ÔÎó\9b&P\v\r ?\81Ú\ 5\8e\1fÝ\7f7\98\9bý\8f5n\80úGÛ/7 ý¯åW¥\7fµ\9f\fý\1aÿ\9cåä\aÙÿ\1d¿Eô\8f´þ8÷¶     ØAûYÛouü<Ôß
+~z\86\19Ã#ù\e+þ«ô\8f¬\ 3\85í\87Ã\ e\1cmÿ\1d´\7füüçVûÇÌ\7f*þ   :ÀÀ\81ÇöÃÍ\9c\ 3®òo\86øÁü¥èÏ\ 2ç?^\7f\164þ#\80Çý÷\ 3ÂÏÛO?Àù\aØO\ 5Þ@ý\ 5\ e8æ¿Çþ\1f\98?°ýô\16ö\9f\1fÞÂþÓòça\0\ f*<\f`Ñøaýó\1eÍßÈÿTø\87í\17Ï¿ñmþ\8f\1fáøWöKå_@üçõßO0\81\9fÚ\7f2\80m&@Ö@ôuþcús\ 2ä\ 4ÏÛ\7f#ñÃ\19\9e ?\ 5à~Aô\ 3ÿ\eÏ¿FÆÿ\8c\9f\96_#þÿ       \9e÷\9fLHþÓ\99~\80ÿ*\7f)\80\9fÒü;Û"þõ þU\1203\1a?$¿3\8cß·\ 4DM¿\aðÊøËüÕ\18ÿ:\ 1\13\80\ f\80ÿ\8aÿ>Àñçã\17cPÿ+ÿKó߬AòÏûoÖrüSã?\8bøWëo\9d\0\8a\99\98\0:ó¿\1a\7f\94@Ûã7h?FÂþ¦ñó\13)ÿJþHò\a'ø:\7f¤\8eÿ\88ô·\1e\7f\ 2ê?\8a\1f´ü\ 1\94\1fzþ¶ëüÃØ\1f\1dÞ¾É~Yñ¿\eãWË_\94h;-IþJø\89ö\7fì\1cHþiñ?\9a?yÿÓ.hþâýO7 ù\87÷\9f\1c\7f|üc ý ù\9fãÿ\9bòël åOá\9f\85þCGü\ fÇ¿\82Wé÷\8e´\1fJüè\91üvÄßã]ÿKà\91üðùo\aý§\8eüIx\9bÿæ&N\7ftx®ÿjü>CþÓ\vHn\86úÇço°ÿEÇ\1f9\7f\7f\82òßõø\1fÆ\1f4ÿ<ô¿xùÏù\83¦ü+ñ\9f\87âO,ÿÞ!û\89Öo°ÿî\1d²\9fµÿ®òßCúiÿÙ¯þÛ[üg?Bù¡ý/\8fã?>\7f\10 þ\80õ\13¥ÿÐÿâ×\9f<´_¼ýÉñ\7fòãzó\87Fòß'ø:\7fØ\8cÿÏøÁü©m`p\14ýjþb\9c\10<¿\ 1Còßçþ\13ë×\97\r\f'xÞ~äøÿL?°\1f8þ1â\7f¯rxgýÜÌ\10?½~lfÔ\7f^\7fÌ\92ôç\fO¯?åüCC~tü\81¯òoAúÓ±ÿ`@úÃë\7fÎ?4õ_\89\9fdþë\96ÿ\14?Z¤¿õú\9d\1a\7fÚ\19ð\9f_ÿ±\ eÊoe\7fÔøsµ\9f{üyÒ\9f:þÔòWÖ£þ×ù+\95\7f2ÿ5ì¯\9e¿\18Iýiä?îò\1fÚO>þ´\13ì?/\7f\13\9c¿@üªì\9f\99¡þðú;Cü´ÿ\99ó\ f\rýW×ÿ\ 6È?zÿ\8a3\b¾#þ7\88þ\9eø\1fÙÿ\9eø\1fÚ\1f>þ·ÈþuÄÿn¢ôO\8fÿ!ÿùøßsôëñ?\9a?;âÿ\11áï\89ÿáüÍ\8f\7f@þ_OüÏõ_\8dÿ'Èÿ\8eø\1fö\9f\8fÿ±ÿÕ\11ÿCù£ã\7f· ûÙ\11ÿCÿ§#þ\1fÞ&ÿÞ ûÁ\8f\7fÞ?p3þò\16\8d\1fÚ¿¡å\ fÞ¦?Þqú£ÆÏ\1eâç×ß=ì?\1d\7fù\11ù\1füüéaüXËo3\7fÐì¿2~ÐÿéÈÿLÐÿã\ f\10Hþ í£í\8e\9f\Z?>ÃÓù\1fã\rÀÏç\7fò\ 1\8a3~~ÿ\83äÏÏðôúé¶ÿ`\8f\1fNðõúéø\1c/ø#G6þïûçm\99ÿ±\88\80Å^  Xv\ 6Úç2×\rT#¸Ê\89\87\14ø\14\ 1\9d\e\bU\ 3õ\10ÎO³o\81\80]\18«\1cD}\86`\95½9\1eâ\0\r\84J\bê\ 6æ],Í:\89"&VZ\1c
+PáÁÎDñâ­yºù  êÂʪ\0»°\ 4È\83z\18\19µ`\aØ\87z&¨Ç15` \17ëPH\eGkq\ 3`\1c¯±p¢À¥¹ôÒ@eÌêq\8c4m\9b "\ 5æ\19\8a\ 6\806)<X½a\8a\aõt\94\1a\181\ f\b\7f`~\ 6\a¸\88\ 5]\10\ 2&\81\17\84      ë#Èi`}ÜÎ\ 4Púè«.¤q\94\97\ 6À0(<X\1c¤à0ë\8fizNãcZÝO¿êùO[y46W¼HÅ8\8eÏy1±b\858Ê?<þãñóN\88yü÷õ¿?¿û\9fÿë1<¾{·C®\1f\86§qÒrlx\Á¾Þѯ,2Ã\12?²;~÷\L.¿ä²`Ë\0môGK\eúyxÎ\93\14¯è×è#¬\1fgô©üR\94#7
+\80XÑB¿·t \8fÅ\vú0\98Õ\14Ì\19½\94_\8a²\1d\ fì¹Ü@¾·s OÅ+òM6Æ£ïRÎÈíê3\r\8f\8a\16ú½¥\ 3},^ѯ\8eë¼úÉ\19}*¿\14åpB\9f+Zè÷\96\ eô±xE\1f\96§/:\1f\8b/EÑL¶@\9e+ZÈ¥Ý\84\Ú=#ß\92î¦À\9eÊ\19ý²ú&¡ì{®h¡ß[:ÐÇâ\ 5ýdVÓg\ eÖKù%\97ýs\9a\ eì¹Ü@\1eÛÉÈSñ\8a|\r\98Ö\19\8eÅ\97¢èì\àÎ\15-äÒnB.í\9e\91¯³\8b\9b\ eÆKù¥(GóS\0Ä\8a\16ú½¥\ 3},^ѯ~Öâ\ eì±øR\14Cië\8e\8a\16ri7!\97v#r·M\ 6'S+\96=ÛÚ«©Ï ½¶~\ 3tãÕÚÊ̱\88µ\13|\8b\98;©X}8WÎ5Rnâ·\9b\84Ê\³7|\18¼m\8fö<\99\82\80­&Ø¥ à¨\11\94\aT\93\88\1dØ\1dTäò\89\f\83µ";ÈØj
+Ƽ\1c\15\82ò\80i\12QÀîD\94\8d\17D\84U\9fF[\12±ÖÄ\995S\91k2\19\19ªMÆ\ 6\\8cH.\9fÈpnxú°\14dl5Ö\15
+AyÀ4\89(`w"ÊÆ\97Z12\r»ô\96\82yÔd*\ 4¨M\84è\82\10!e(\9cÓ\1a\ 5Æ        )9b±üR\96ã\fTB´æ¤èzIÓI.sÓg¹<\7ff\97㻲"b,a\1a4\9c\91f¹¼\12\91$Lý¬('\12
+\88\ 6     ç¶²L^H\10ù:\7f6\14|(+"Ê\12¦EÄ   i\96É+\11Q¼Ô¯\8ar¢à\0h\10pn*Ëã\85\0\91®0\9a\93<¦r\96Ç5XK³G\86ð¯Ì\95\8fÕ\7f²{ÎìQ\8a\92¤dk£\987EÌbu)\9bRs\bgpâ#e(÷\8a×T\11t¦ \v`p'\17J¤.V\9bëw\85¤nnïî5e\10«»Q\155gìYd\83=ùT"~±Ú\162+5\87Ð\ 6³¤\9a\f\95k(\8aN\14dÉÜ\1a±ãU~SmýU._ä÷¨`h9·\9aEyk\ 4\89ò0\14Þ\81\95òáv¬ÞõÙ´\1e5\rÓ\9a\9b\96)\7f1È´¦êÂñ\90ïrÅ,~n\86\99\9b\9eï\19é1åÏ'ß7OÞsò\90¯\9få²+\1c\80\b!5M¯#·\9d¦û\15rr\95\9c¦êÂé\90ïrÅ´\1c\86n\a\91\8a¦Ç!mËd¿\ 2\86J0÷Z?_>ó¥Ã1\85ËT\9f+\9aþFDyLõ+ä4Uò8­²3/å\\9f*\8eÉ~õëãØ\1f0N\97\86\87y\86¹6®\eÌX\bgDSÏû\99\9c<ÏgzÊ\9aÈ¥\12*Ö0\ 4\9d)8f÷\vE2¥g\8a\95nÀdS¶à\80\91\1a\86\9e3þÃ#ØNÓ×^ê´\8ec2öâ\ 1¤\9aÂ'Èø\ f¨.\8aN\14\1c\13ÿ\8e¨r\ f2A§ÏJ\aa\1a\v\17v\a\19u]®¨9c?|\85µ\91\ fs¹ì\99¡#²K\15\85\89µ\17oá¨á\ 5zoÖ\94ÖÖ"o!V\9fÍ­½x\vã<^\ 4ú¨é\10èDAaSG$бÚ\¿+\ 4ú0C\19&×t\b\7fØáµ\91\19\84\89RvØa\13\ 5¿´Ã\87Y\14CÜAÏ  ÿam\ 5ÏÙ(\v9ׯ²]\9d¢Øe\8b\9cÊ\1d¢|à\10Û<=\97Ú6\8fÛzp)ɱ|\br\98¯\82\9ckx·7c\111ZÛ@\82¼W\9f\ 4\14\82\1c²%ÌP¯Ù\1dÅíM\14\1c\ 2\1aN\960\veHæéúY.\ f\85]\8c\10RÓáö\1eh\92\18­\8d\14\8b\aY$·j\7f\92ãTS&1\92\97\ fRE\87Ó\9bð\17\89\84i3DU"aJf°üì$È\99\98\ 3\82¦å\8c»È'\94´ìm\88\8b:ÆÈp\1d\88=é¸6\98\8b\98\1c0ùØ\89f}ÿ_b{Ïaxüçcÿß\7fýr­WÄ\1a7?÷¤Fjo[\97wæh0\97S\13ù{\9aà·c¨\88\83yÎîhr»ÍÏ»£É\\16/W¾§\89~;\86\9aè-UP\8cÜv\ 5ÛT\f].g×|<\8d%Aô\9b1TDoûL]1xn\8bí\8bÁËåÔDþ\9e&úí\18j¢·À¬\18<·¬f¿\18¼\\96&å{\9eè7cø\9aÑò0ºRËSQ´<ø¥Ôò\<ÈÿRí5\88M\1a\e¶=uË¡á©\9c5<¸´\18+ßK\19\11üö6\eD'\8d\rÎÇ%\94¤Ñ©ür\94\875
+=4<\97\11Ñoo³EtÔØ`C\xJ\1a\9dÊ/GÙ\89ƧïS\19\12ýæ6\eD'\8dÝvÇ\98éÐðTÎ\1a\1e\8cLÒé{\93\9aè··Ù":jì\ 6Pjx*¿\1cå³\86ç2$úÍm\1e¦\ e¯Ç-s\\82ß\92\92p[\8b6êFÒïó¯     öE·}\7f?\94j·ÄK\9e\97¸±bÓúq¼¤ñ¶p0Éb²\ 2ÕïsZûaûö¥ñª\1d,âÇ=\83µY\880\81\1caj(Y\8cú÷1&ÝØ\ e~i¼z\a%Kh¢÷lòÉø9\ 1i\8e\86\92\7f7ÑÛ¦;ø\85ñª\1d<ÇÊ\9b%²O3\1eiÐ"\ e.-Qõ»ÄÖl\a¿4^½\83\12¸û¨è\9b\95²Ó\91dÍ¿§\997Y­úwßg_¾4^ÍàãµÛÉDÅ\88f-¥tÅpíI½Ã¬U¿\9a³2þ]\91\90ÝÊ\99àqK¿d\8b\963Áù÷%Ê»DaÕïcLßè}ûÒ\98È\ eæÔrB\9b,Zn6ÿ\9eÐJÄVýÞìà\97ÆÄvP2ÕÉåI\16-çÎóïi©R¢»ê÷ä"½ÒÁ/\8c\89ì`N~ûèò'\8b\96Sñù÷9zÓ\12 V¿û\18\1düÒ\98Ø\ eJ6ßI&i·h9»\9f\7f\9f\92\89NQcõ»;Ï\85\7f\7fL\r¿sÛé:¹lÈÆ%Iz´\G±ü¸×Ѽ\87£éY.þ\88/w\ f/e<³G'åÓ÷ý\9eä]<mÏ1¥%³\aç¢UÉ\1e[.\97ßßð\14oâéö\fe\81@<²£üe=A\16OÓó[{\9evfd\ fÌ\<.#\99ðãû~Oï.\9e¶g'\8bE\87\875\14V¡(\97ßßðänâéòܶqÜÙ\94ìÄjÂv®$;\91\8båÇmWí^«}¾Ù¸\9d©,mD\bg\e\91˧   _ìvË}¾×\18Ò\1e\11!9\0b#\8erù=ákÝn¹Ï·Ú\96ð\áñ\8cã\9c\12uÉF\1cåò{Â\97ºÝr\9fï´mr=E\83cZ\17\17\e\91˧  _évË}¾Ñ\81\88Ül²\11G¹ü\9eð\85\9cVbçx¾ÈÙ´\9b\7f»Aj2GÍËQ³ÝMºç\14\12\8c\94ãjã?~x÷Õ\1fìÃ<>|ÿn;ƹ\9f \8bÿ\1cÅ÷ÛÙÆÇ\87\9fÞÙU\9emx¬
+º¬\ÿðÝãw\1f~ÿøðçw«»àæµ\7f\1f«\9a?U5/UÍǪæQÕüZÕüXÕü¿[-\7fó;¢é\9f\89\86þ\añÍ_ª\9aO·ºú\99ø¦n¹îE\8dë\9bßïUÿüa\17¶1íþ\1a\93Ë»]ö4Jñ%\15·ìi<\985Ên\9bùtR«\14´C¼Þ\1fB¶ËØþ×*h»ëï\1fïýs\9a§\9d¦\7f\11*\97%Qù[UóSUó§ªæcUóKUó¨j>U5ß\13P?\13í|GPø+\81«þ¦nç\8fDß¿­j~ Z®{QSx(Y®ú\91`YÝ\90\fsC\88\1ek\143\r\14¢\1aß\vQSCÕÃXÓ]\ fÈE­V/a¶ócÞ._\1aw\e¾oMIå\17)\8fÛå.û\ \10GM­ZË3\1dÉ\8eÿ\1cÅ÷û\9f«j\8dÏÅo©åu\86\8fdùDè¸\ 1í5Ã^ó>VmS\7f´õ³öá:\91\8eû\87c¬6òáÚ\8fXc«\9a+hÂQ\83\86&èø:\ e\ 2k\rêï\83Î,Áî>\9bjP\9aMZÏ\b¬5h¬i
+Ý#ì\e²¶ëéç\12\83Ù©zoǧ³¥\8c\85§Ë2f*©\vé\9ba\122\õ\8d\98\vTùM$~\8c\97ÚÐ\82;'¨×¾\19\95á\89ª¯¯óî\17)mçV}Üi6z¿§ú\:6\9fÊÛ\11\87]ÿÓ÷¹\8cÖyßÞfô9·K\86÷\1dÍ«}\8a\9bç½YâFõTórªÙ\97\1eK ×7ðGÐØÖFæ~§±\932Øض]Ú´¬~È*<ûþöí\12ç1\97_\8e²\89\99\94ü}*·÷Õ¼\1dÃ×É\81ò±+Kfܼ
+o®xÉ\15F¶g\v\889ï×æ¼õýÏÍÒo+ùö±F\14ó\18µë?²«g+\97Qj>W5?T5\9fª\9aß\88v\1eÄ7\fTá­Û\8bâ\16\1f\9d&Û,\87+_ã]\ fYTSÍË©&n\1f-¡Ô\v\1fª-\9a"É{Ã\85$Dz\1e\83^¤n\bÏ`
\8båCê\86\94PËߧ2´\ 1on3I²±ñ \8a\192\e\93ä\ e\99\8b{Åö\14W</#0GÍ\edyÛ\ 1°R¼\rð¿Ë\90O\95Ç5U\8eêTy\93¹æ3Qó¾ªù©ªùTÕü\9f\1cÒ\9d«lý\11\94î0\8f1D\13QN\15\8ahPJ\98Æñ®$ÐGëQ sãjJׯsÌv\ 1Å\9c\16~61\9b\96\82*ù=-ü$±«\7fw}Iö/\8dW\84ß<Ãd÷{8\12\97\93¨\ear,Oi[J\ 6\98N\e¼ï       þô\1cÂt\16|7U\11üt\15´\ó¨j>\135ï  \ßV5\9fª\9a_nQX\18z©rõGX\15B\88g2³ä\87´\13£¬\88ö¨\84QÏøUGJD+2¢¤\15¡<îÇËjH\eKDV3¹ò{ÚX"²Zý~ÙÐò÷Ç\94´ÂÎ{\9eq»;11<i\81\15~Çò\98\13D\ 2\19"^/ÖIuU¾³^\8c\95¬\8e\95Ô\8d\95Ô\8d\95\16\8c\95ôJÍo_¨åºæ=Ñ\8b\9aO\ 4Í\f\85\85Æ]#áâ#¬q^\ e¾d\rórò¥¬\89®s\ 1¤\9e}Ñ4ΧÅ_Ñ8ßZÜ\15Éõ)é.\92ï%äI\92~\94Ëïûç\9d»x\92F¹e?õ?ºÌϤA.³3V8\89\1f\ 4Ä\9dOçÝÓ(»\86\7fËY£Vö^d1×|¬j\1e\9fª\9aOUÍoUÍÏUÍw\ 4®ÏDÍ{¢_ß\124ÿr\8b\e\87\8e媱þ\bë\98\9dÓ}iY£RÍË©&\9aÕ\12J½4M\v_bÃ\85\96Ù¹kç¢È¶Kw#\88.ÈF~Ñ\85£\~ÏÌcw[Né\8cÕkÛÙµý\9aX\9a´Êg\8eÆ
+\9bc\e\81É5oгm?Á|  Ë\a\19þ\1f«\9aÏUÍ\ f\83\80ªkj¨CBsU¨?*%t\1f§í6M\v\1f85>^Eé\82)®¢43ýBÀvCñ\ 6xn\80ya&\11\90nèßnÚ\9fC¾!\99~aR^H:ãïx!:½ðw¡\9f¾aÞ\ 4\84\1fÝÐ\ßp½÷?Ý\ e|\19\80©" ¾¢ùx"y»àøÚ\0ñÆK¢ Ý±\7fá õFS|cÈ#xþ\8d­ôÆP\8b\83ú\eCo\93\0\ 4ÐoTX\83ø\87èWÞh±\88\7fü\1déÖ.H\ 3Á\1dóÊ\e5\ e\8e?ÿƬ\87ôóo̦7>Z\1a¨Ò/\16¤A¿*?Ð\82ðo\9cÙ\80ðóo\9cÙôÆ\9a\e\97[o\9cÙ   â§ß8³\13´`ô\egÛ}ÊÌ\f ÊÏ\fõ\8f\7f#j\9enÎ@òFÑ@ñ¯õÆQK~Ô7V\ 6N\7fÔ7\8a\ 6¤?ü\eS\ eÚ?þ\8d3gfÀ\7fþ\8d-yc¹e?õ7\96 ý£ß¨t\ eéOÇøyH?ýF\8a\83ö\93\9f\bå\97\7f#j\84ö\97\7fc\bÚ¿\8e\ 2\94_\0\8f=Hy#¹íA*ú3qú£½ñá ýâßø\907\8e[ü¯\1dÀ$\7fK\88\ eàiþ0õÃ\ 6õ\ 4\10\19è\87øÆÆÅ\83¬_¹W_iY=°èî®h~_ÂÔÏdÙý\11\81²\81!R`lRá\95\12\9f\9f)$TX\9eY\1e©)T}æÖ¢)\f=Óv\15!y&É\ 3ü\88\81Ê3;Ð\ 4ñ.¨\87.\1cÿL¡÷È\84Ô* ?\93\84¦@>\88ò\1e\85\0è\99\99\82ü3[#\17\82èÏ$q!\84öÌ\8e_\83È:\86«\9fÙQC¸ôÌ\91<××\1dÂ¥g®.ð\1dÏ$Ï\0¾ç\99¢\80àù \Æï.þà\11<Á?\81Gý¯CP5\89²\1d\89´\15\9fÊ3W\13ä\1fÿÌô<\90ý×\9eY\86ãO\87°fAýïxæk\81ãO»`Ûq\90·È¿\1dXùÓR\b\13\ 5_¿\89#)\ 4\ 3øWç\90Ô\10Ô
+þñÕùS\7f¦\18Ù\ f^ÿ¬\83ý¯èWCÀuþ\ 2òC?Ó&Ï\1c\9fvár
+¢Ñ\7f=\ 5\81ô·ã\99ìôLñ]ýßN\17½Eÿí\84ø×\11BOÈ~tô\7f\86òÃëÿ\82øסÿ\v´¿|\b6@þó!\18´?\1d!\98Aó_G\bfeþð÷B0\vý\17>\ 4shþê\bÁ\1cç¿höÓyÎ~ªÏ\ 4cûA§ðÜ\bå\9f\89ßÙ²\9fj
+\ 4ûOt
+oK\ 10øUþMÐ\7fá\9fY\9e\90üñ)`7CûK?\13ëf¤¿|ü%Ï\14ßõ\9fÝÂÊ¿\12?\ eÈþu<sk\10ÿ\90ýRð\e\ e\7f3þoøßê3·\16ò\9f\80O\19\18»\90öS{&\99ů=\93\få¯ã\99\7fP\9f\99Æö\8f\7f&\1aÇ\8ftüä±ÿÃ?s\8dã?>ÿ0ÁñããW\89ÿíx/~\96ñ?ÃóøÅ\7f>Ãóñ³Ì\9f\8eøyLùÃ3<\1f?\8f\90\7f|ü<Bþññ³ÈÏ\19\9e\8f\9f%\7fp\86çãg\99¿\1aýWóG3â_Ï\16\80\81\94¿Æ\16\82\ 6¼\1a?\ f\1eð¯#~\16ÿÛº{ñ³\81ò×±\85\ 1ö\9f\8f\9f-\94\1f>~¶püùøYæ¯FÿÕøÑ!ýé\88\1f±ýêØÂ\80ìWGü,óWCÿÕþ\a¤¿\1dý\97-\ 47õßN\88þ\8eø\19Û\9fjüUù\83ö£\96?Uþ\97\85\92\7f5~\1e\10ý(~Öàáü\aÆO[\82çæ?Õÿ'í\8f¶~ç\8cð/4Öï´ü\81è\9f½\99?@úß\93?@úß\91\9cüªù\ 3YÂoÌ\1f\80³\1f\bíGOþ`¤ôGÏ\1f@ûÉç\ f&Cê¯\96?\80óOGþ\0Í¿=ù\ 3\88\9fX?\8c-ºy\8eë\87'ù©·\80ªög\81ö\87\80\97ø\1fÍ\1fÈ\7fWâ¯\ 1ú¿ô\16¨\1cÿ7ô_\8d_-\94\7f\1aú?üüå¡ÿSÛ\1f5þÅþ\v­ÿÞCþóý\1f¡ÿ@Û?\9fíOË\7fÖÖß¡ýãó'\13\8c?øý+ÓHÎ\7fJü+ñ»q\8dü\97\12?Êþ\8d\13<o¿\8cGøkýÕ7á\e\8a~}ý>\0øzÿ\87¾        \1fáçäo\8f_\ 3ì?\9d\7f42\7f\9cáiûcdþ8ÓOïÿÉ[ø\eüSé_\10ÿøü­Y\10~~ýÉ\ e\90ÿÕü£ÇÏPþ;âçùMü·Ö\92ø5øé¦üJüËé_sýü\8c\9f¶_9~nà×N!mëçû\ 6Â\13|Ç)$;Îd\ap\0\92\ 3èU\90î\9cBÊ{ø\e\ 6\83\ f\r\18=\ 1Û       )\10\7f
+iÛ\83\ f\ 6\809\85\14k¬x g\v\ 4\ 5\ fÀv\a         \80wá¡   é\b\81°    á\97Ð\f\9a\ 2øS@\ e\9b Ú\84ç\10ú\fO\9bÐ\1cBß4¡y\17}\83\7fj\bãÒ.fc^\raô]ø\10\7fÇ.|¨Á\1d»ð¹)@ßE\8fä\8f· \ eº0ü\14æ\ 2tAxù\9dà\14F/a¸Ù"\vN\9fbs3\92\14[\ e\81\eò£\86 \ 3gÁõ%tÎ\85ÔCp4~|
+"o¡oÈ\8f¾\ 5\9b[)¬\1cBß´ßÞAûM§°¼s\94\a¡¦0\1c²\1f|
+ËÓ.X#\ 5p3\ 4Ì)\80¦\v©-ású£Ê?\fáøSl\1e{`ô)6/)Ä3<\1d\82z\18\ 2ò§Ø¶\14À\8e\7f\14\9b¾\ 5 \8dßðú\11\ 4-\ 5\14Úðú)&5\ 5!G0Îøiý5#¤¿ã\1c¾Eðt
+ʤùo[
\93\82\817èWù')\80\ 6ÿê%lY\82÷@~&Z\7fÍ\fñÓú»má\aòCë¯YÐøóú\9b\97ð\87×\8fpé[ø\ 3%?*~\83ðw\84Ðr\ 4à\ 4ϧÐò\12|·üK
+a ð«)\1c\87ðó[\88mZB³Ë½S\9cÖ£ñã\97\0­¤0\eöO?\ 2\0õ\87Ï\0\ 4d\7fù-t9\83ÐÔ_m     \1f\8e\1f­ÿvFòÓq\vÃ\8cðw¤°\967êß\82ä§Æ¯.!\ f\90\7fô\16\ 4ñ\eúé\17x(ÿü\16\ 4\8bæÏ\8e-\bvz\93ýuÐþ0ñgÚB\90ü\9f»öÃynþRÇßÃù\8bßB0ró\8f\1eÿCþÑGP·-ü{þå\ 4_'ð´\14î¶\ 4¿'ðNð \85«¯¡£   °#\ 12C\a\14ì\81S\12\03\1c\0>\81´@\ 3È'\90 \ 1ê8\83<@\ 1 \13p[\ 2b\13\80³\ 3Ì\#%   \ 4\84\ 6Ä\ed@:\ 2p\vûÏïá¶0\0\ 2\ 1¼\96\0\80òÇãwPþù=ä\9e\v\80TþËEn\r\ 3®\ 6ð#\9c@ø=\18#ê?\13@¥3\14\81s Uþ\857êßÄ\19`U~&è\0Òò'{\bì¼ÜJ`Ê\19\80\v<=\81Ê\19\803|Ç\1ar\9a@Ïð|\ 2S\12\10\17úé\ 4¦\$¸\9d\93À\94\8b\ 4/øù\ 4H@ýç\13\98f\8a   ô\v<m?e\ fCK~tü3\85_å_Ú\ 3Üâ\9f*?iþnÉ\8f~\87\0§?z\ 2\ 4é\ f\9f\0±\ 3â\7fG\ 2Ä\f\80ÿ\1d    \10cQÿù\ 4\82Eã×±\ 4nÑøuìÁH\ 1D?ý\92À\80ü'ü\97\8dñs¼\aqw VAtÇ-Hh\17\8b²\b¿ZÀÍ\85>S\0\16áÕ\9b G\97\1a\98Ë{\98&0\ah\r̨\81ú"\99H0èBp¨\v\81ßÉ\83­\10/\85\13ÒÂ\9e\9b\ 48+¨Jñ\f­8\7f\12gᬸ~\13\ 1Ç?\95~hÅ\98Y(i\81\el\92\80³\16\80½\94Z"Ä\90ó\88\12G\1a4\ fw$r,ôcøD\8e»K¿ÀsvH\87\87ó\10\9fÈñã\9bæ\11¹\v¡­ÁJ"g\94y ÜKä\ 48\ fñ\89\9c\80æ¡\8eD\ eiÁÔ<ÆÄù\81ªüC?¨#\8f²@?\80?\v²\84·éïÂÅ\ 1j\1c\98ý¨\96ü(\véÐ~t,¤\e\8e~ý.\ 2\9f~\17¡\8cÿôê]\84z\1e\83õ\83µ<\ 6´?\1dy\fN\7fæ\8a~É# ñ3K%ÀÚa`\1f\90\ 2¬áA;\15*\r         0\v\b%\95T
+4!f\ 6¾°r\1e<m&Ø®v.xÈïG\97dúôú}"j,\97rQ\17øJ\86õÍ\b\13\80Gs°v\9e\7fAøùóì\ 1Ñßq\9e=@þÑç¡ä>¿6ýJ,\9a\16ã.ôó\8bñi1î\ 2OÇ¢Ûy\82Zþx\1fB6\13´ø§z±\ 3\94?~;õ\80úßs\9e\0ñ\9f\9fÃmÚL|á_Çf\84\85â¿\1a\ 5YÈ?>
+²P~ù+å\9d\8b_Ìu\b?\7f\9f\90l&¸«?²\99 ¥?\9aý\94'       ZöS?\8e\0í\17m\7fl\80øùÍ\0\13´\1f`þQò\10é8Âv¯@y¡4u\9e!60s\rLÕjX<¡°ÅÑÒÀ\98OôÙ@\9f\b\84ðGú\9cA"Ä\88Ày?Àe\bèýD\ e\9b\0:\9d&ëù·ñ;Ö\ 4ka(Â\8f\8e\14*a\90G&¸ã<\88ç\\05\8c\1d¡
+óWÂa\13Òq\1e\0Ê\1fq+}:Ï\11Æ\98\r\9dÆ[ËÉnBý¯\97\93UùÃ.\10¿\1c\ f\8e0~\81.@Ç\95|\9c\v¤ÊÏ\82ä¯c9v\80øùýô\ 6¹\80ü\14\9eÃð\86ýÔ·\ 3@ú;¶\ 3@ûÉ\87±\8e³\9fz\18\få\87N\84Ë\95|íùG»R\9f³ßj\1aFÒxÓ½+a=´?|\1aO\96ó[!dk?ÿí\10Næ¯póJ5I£\9cà{®ä÷\b?\7f$^Ò(gü\1dGúg
+\7fk?ÿ\19\9e\9f¿å]¾\v~þ<AÚOÛæ\9fv%\0\1aÿ\8e+\ 1
+¯_     £_      À\8d¿\1e§\85¨3<\7f\1ee\81òO_\89+Wò·ø§/§#ùë\bÁ\fä\1f\1f\82\19¨¿|\bf!~~)×¥u¸m_çkK¹z\ 3\13×\80\1a\83\82WC(õLù\1aEï.äÙ\ 4PG:ã­\ 2h\b&\9e\ 3Á!\15 o\15¶Ó@©\90¾\96\8dT #\8b1#\13Ú¡B32¡üJ¤]¸)D_\v\9f)þé\ fëA\13Îß*6\8cäø)!ü\0§ þV1\83Ưãa:\8bà;v4\8b\v\ 5q\8e\9bBÝÓ)[ò\87d@Jx³\0\ 6\ eÊ\9e|\ f\e\0\9bÚñR\90óÈ\82\80¥ \95\82\11Í\82f¡uX¶õ_\1aà\97\82¶sý\8c\11Ó\97£¡\10ÑKAnBBÄ/\ 5ÉÕú\17\8d\04B=Ûú¡\11äã@èÇðq\84\\8dߦ_»\1a\8fóCõ8\18        `ǹj\e\80üu\9c«¶\\1c¡\9fë\9fÞäÇz\18\87ñK9ÞCùá·\95Ã8¬ãiÀ\11ê\1f\1d\aæ8¼1\89«ÇJBHN\ëjÊÆZxC~\9bqøغ\97@YÊ\96ñ\1f_¿WAÅ/qx\13¿¶­~\ 6ðüÓ\16&Á]àéu\84\1cÇ\9fáù<@\80ýïÈ\ 3 ü\1dy\0\99¿Æ×ïeÑó\0\81¢¿¹\14ß\18?=\ f\0ñwä\ 1 üÒ÷ú\18\99ÿ\1aò¯\ 6Q\83\ 5ò×ñ:ýÀÉ¿\1a\84H\1ey|ý^\10=\ fÀ鿾-\1eÉ\7fG\1eÀ!ùéÉ\ 3Ä\8bÕ¶+öîå\ 1¼A\rÔ\1a¨ç\ 1\ e
+^Í\ 3´.÷»°\80\8f£\ 3baÏëzP\ 4:\8eÖC\11äoÇ\9f\90
+tÜ\8e\ fMHÏíøþ&ÿ\ 5\1e\99\90\9eÛñ\91   ïØÑ< ùé¹\1dßÜ4¡iG³ì\b\1d[\97K¾~µ_Ë\ 4ê;Ú¡        íx\1dïmS \83.\10\7f20Gá\rýUåg\84ø;bp\8eÿ­\aîïNAyGùÍ)Hn§¿;\ 5Éíôw§ ·À\19\ 4\1dÍÕ\1a\80s\18?\ 5m\97ó½i
+\92\aêïNA9
+¿9\ 5yh\ 2zV³¡     îXÍ\86øûW³\9b&¤±\9a\ 4äÕ즠   h¬fß4á9\8a¾iÂójöM\13î±      é¾\9dns\ 6\ 6Ê\86rÿúáx}Cù\88à;¢Ø\ 1À£,Öë\ fÄ]ðóQ¼,Eù×/GPù\1f\7fý\81ú    à︠_¢hÿúå\b*ÿ'\84\9fÉ"Å\1a\98E:Á×K\81õn²¨¿9\vd\87\12?u9ÀN¿\1ch8ÃwìÆ\98\ 1|G\16dDôó\ fÜmò·ËÏ    \9e\7fàN\1eHØ.Ê¿óÀ\9dI\97c´ûÿúí\8a\17xzþÞnW¬ûÏ?p\97/'8\8f?m\7få\81ÃVÿõ\a\16<\80ï¹Ü`Aøù\rý²\8aq\86\aI\84Æ\81\88Æøé\97\13 þó·{æ,NC~Õ,\90\85øé,¤µ\90ÿôåTÖAþó)\84t¹Ð\1dþI\12\bÈ?¿\94\9f.\17\9f\9aÂ\19Qÿ{R8È~w¤pÄÿjØ\7f}+\88¡ú¯¿\ f\ 1å\8f×?h¿:.×\98¹ùG\87Gò_\apêøAûÇoåØRP\9cüi[9 ýâCð\ 1ñ¯ã\818lÿ:^§àü\ fõ\81G\9bâ_k^}àJ?MÂÊ\8föº\ 4ä?}¹V¾T¡©ÿJ
+\bÚÏ\8e\14\10ö\1féUôí4I-¿\1d\97j\8co³?\ eÚ_îr­\88\1fò\8f¾ÜÌAûÛ±\8b\ 3ú\9f\1d[\99&\88\9f?\r5#þñ\ f\9h?;^\17Y¸ùS?\8dÂá×n'ßvÁ\80ø\83Ï\7f\r\9cÿªÙoy ²í¿á\fäö@$Ð\1fþu\ e\vå\9fß\ 5\82ý¿\8e×-ØùO¡ß!þw\Ê!ù\e\9a?Ó_\97`ýß×/\97\9fÍü]·ý¿äïnÎÿ~âü·Ö\ 3\95­ù[\8dÿ%\7f2\84{\97#Jü\90\96âzã'#\a²Ïðüå\88\12\7f\9cá;.\94°\b?\7f\18(ü*ÿ$\7fØà\9f\9eÿó\0¾#\7f KØ\8dþë§a&\0ßs!\ 5â\7fÇ\85\14ó\ 4øßs!Å\80úÏç¯\16Ä\7fþ\81çíu\8c=ÿyÒ¿z\17]óB\8b\9bôÛ\ 1Ê\1f}¹jÞ\85Ó°\1f\aâïx`\13É/\8a?\95øÑ"ùAú«ìbrH~øü¿\95õ\97\86üêð3\ 5¯]*eeýî4~èR©Fþ§É?-ÿ\83ô¿ãu\94\0í7\7f­d@óOÇë(\13´_üë(Ù~\8e÷^GÁö\93\7f\1de\86ö»ãZJ8\7fÓù[7pöCÏßpóg3ÿrÓÿØò/oñ?\9c\85þ\13\7f\94Éú7ù\1f΢ñïÈ\7f9V\7fµüÏ|sþL¯[ø´~x¶ÿôú¡\e¡ýîÏ\7f\9cáùüC\80þ\17½~ï$ÿÜmÿ%ÿ\81ðwÜF2Áñ£/÷wÙ~½nÿôü     \94ß\8eÛ< þñùÇ\ 5ú_Tþ*æ?XÿI»Íã.ÿ%\7f\ 2çOúu:yÜã\fß\91ÿ\81þ[Gü\ fý¯\8eÇ\19\1c´ÿ\1dû§ ÿé-¼ò¸G{þÕò\1f\9cüªù¯\11Î_üm2\ 1âçå/@ý¡O\11Êã\1cwù'ù\ f\93.·í\95\1f9Et\81çO!¥Ç5.ð\1dù\93\19Áóû'ÒúÁ\ 5\9eß\7f\94¶à\9eáùü¡I[ø·\8b!_÷\7fµ\v=Qÿù-¸ò8F\8bÿjÿ'4þuþW\7fÜ\82å\9föºæ\80ðÓ[ eÿÈ¥ÿô)>yÜâ\82\9f\8f\7f\87\ 5È\1fs\8a\a\86â¿\9e\7f\98Pÿ;\1e·@øyÿu{Ýsó_Ïðµÿªî \1eâIøM\8f\95S@ÿøáÝW\7f0\ fóøðýjF7øǶ}:ýñá§\956o\97µÕqZ¿ùîñ»\7fùôxùñÛ\8f?ÿúñ\1f\1eÿúO\7fxüå\97OßýöíÇï\1e\7fú¿\8f\7fýúó\8f//\8fo~÷í7¿\7füáùøúÇ\8fÿùñ\97Ï\8f÷\8f\1f>\7fþË?|õÕßþö·çç\1f~üõùóÇÏ_}c¦ðý/\7füù\7f\7fõ\97_7¸ç\ f\9f\7fzùýãÃ\9fßýó\87\95ºÿ\ fâ\f\83g
+endstream
+endobj
+281 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 694 0 R
+/Name /Im264
+/Width 5
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\ 1\ 1\ 5H@\81\ 1\b
+@\82¬rµsy\0v\b\11ª
+endstream
+endobj
+282 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 695 0 R
+/Name /Im265
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5»\r\80 \14@Ñk(è´2± Á1(\8c¬eá\87M\\85Q\18á\95\14Ƨ\16\9e\1c\95¨y\8dåîDí»~MÝM\1dlå+ØB÷ÎøÄ\f\13, 49\98\14,¡%8\16¯\12U\ e\15ý÷ãvº\a·L,ú
+endstream
+endobj
+283 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 696 0 R
+/Name /Im266
+/Width 25
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÊ1
+\83@\14\84á_¶ØÒZ\b\85\82¸\17\13õ\12¹\8fG\11,,\15+\8b%ÏA!\90â\83af²Tâm øelÝ&+½;dÿÓºù\16üD0¨\13T<\1a\896Ë©íKn¦ltÄQ\8dä?\1d\81\9e¨6éw\92ÙDñ\1e\vPà.¤
+endstream
+endobj
+284 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im267 286 0 R /Im268 287 0 R /Im178 187 0 R /Im178 187 0 R /Im179 188 0 R /Im91 98 0 R /Im179 188 0 R /Im83 90 0 R /Im93 100 0 R /Im92 99 0 R /Im87 94 0 R /Im180 189 0 R /Im83 90 0 R /Im89 96 0 R /Im181 190 0 R /Im83 90 0 R /Im93 100 0 R /Im88 95 0 R /Im93 100 0 R /Im91 98 0 R /Im94 101 0 R /Im74 81 0 R /Im39 46 0 R /Im47 54 0 R /Im52 59 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im69 76 0 R /Im42 49 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im48 55 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im44 51 0 R /Im52 59 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im71 78 0 R /Im58 65 0 R /Im50 57 0 R /Im47 54 0 R /Im39 46 0 R /Im53 60 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im50 57 0 R /Im58 65 0 R /Im59 66 0 R /Im42 49 0 R /Im51 58 0 R /Im46 53 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im62 69 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im58 65 0 R /Im67 74 0 R /Im76 83 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im182 191 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im71 78 0 R /Im69 76 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im79 86 0 R /Im41 48 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im70 77 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im171 180 0 R /Im229 242 0 R /Im204 215 0 R /Im210 221 0 R /Im184 193 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im47 54 0 R /Im45 52 0 R /Im230 243 0 R /Im44 51 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im58 65 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im62 69 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im58 65 0 R /Im146 153 0 R /Im70 77 0 R /Im51 58 0 R /Im40 47 0 R /Im45 52 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im206 217 0 R /Im58 65 0 R /Im53 60 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im58 65 0 R /Im39 46 0 R /Im269 288 0 R /Im47 54 0 R /Im57 64 0 R /Im59 66 0 R /Im230 243 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im47 54 0 R /Im43 50 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im50 57 0 R /Im66 73 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im151 160 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im60 67 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im51 58 0 R /Im46 53 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im68 75 0 R /Im229 242 0 R /Im184 193 0 R /Im209 220 0 R /Im210 221 0 R /Im207 218 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im47 54 0 R /Im45 52 0 R /Im68 75 0 R /Im60 67 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im48 55 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im47 54 0 R /Im45 52 0 R /Im71 78 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im55 62 0 R /Im40 47 0 R /Im53 60 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im58 65 0 R /Im51 58 0 R /Im40 47 0 R /Im57 64 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im156 165 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im40 47 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im41 48 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im57 64 0 R /Im40 47 0 R /Im76 83 0 R /Im42 49 0 R /Im57 64 0 R /Im46 53 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im41 48 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im59 66 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im68 75 0 R /Im184 193 0 R /Im270 289 0 R /Im210 221 0 R /Im184 193 0 R /Im228 241 0 R /Im197 208 0 R /Im271 290 0 R /Im195 206 0 R /Im228 241 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im47 54 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im48 55 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im58 65 0 R /Im44 51 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im67 74 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im58 65 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im50 57 0 R /Im58 65 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im46 53 0 R /Im151 160 0 R /Im42 49 0 R /Im68 75 0 R /Im53 60 0 R /Im68 75 0 R /Im71 78 0 R /Im51 58 0 R /Im42 49 0 R /Im67 74 0 R /Im58 65 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im200 211 0 R /Im70 77 0 R /Im201 212 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im69 76 0 R /Im157 166 0 R /Im71 78 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im34 41 0 R /Im148 157 0 R /Im30 37 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im47 54 0 R /Im47 54 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im66 73 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im50 57 0 R /Im151 160 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im40 47 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im157 166 0 R /Im68 75 0 R /Im209 220 0 R /Im199 210 0 R /Im271 290 0 R /Im228 241 0 R /Im198 209 0 R /Im271 290 0 R /Im209 220 0 R /Im204 215 0 R /Im226 239 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im47 54 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im58 65 0 R /Im43 50 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im40 47 0 R /Im66 73 0 R /Im58 65 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im57 64 0 R /Im59 66 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im47 54 0 R /Im45 52 0 R /Im272 291 0 R /Im68 75 0 R /Im176 185 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im58 65 0 R /Im43 50 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im40 47 0 R /Im66 73 0 R /Im58 65 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im43 50 0 R /Im47 54 0 R /Im47 54 0 R /Im45 52 0 R /Im230 243 0 R /Im44 51 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im57 64 0 R /Im59 66 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im50 57 0 R /Im58 65 0 R /Im46 53 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im39 46 0 R /Im51 58 0 R /Im46 53 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im68 75 0 R /Im229 242 0 R /Im199 210 0 R /Im204 215 0 R /Im273 292 0 R /Im171 180 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im47 54 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im71 78 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im58 65 0 R /Im67 74 0 R /Im76 83 0 R /Im42 49 0 R /Im59 66 0 R /Im70 77 0 R /Im52 59 0 R /Im66 73 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im43 50 0 R /Im58 65 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im48 55 0 R /Im52 59 0 R /Im57 64 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im46 53 0 R /Im47 54 0 R /Im52 59 0 R /Im69 76 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im45 52 0 R /Im47 54 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im52 59 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im69 76 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im70 77 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im57 64 0 R /Im59 66 0 R /Im43 50 0 R /Im58 65 0 R /Im69 76 0 R /Im44 51 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im51 58 0 R /Im58 65 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im59 66 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im151 160 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im47 54 0 R /Im51 58 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im59 66 0 R /Im43 50 0 R /Im58 65 0 R /Im69 76 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im157 166 0 R /Im68 75 0 R /Im176 185 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im50 57 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im58 65 0 R /Im67 74 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im160 169 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im48 55 0 R /Im42 49 0 R /Im69 76 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im66 73 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im50 57 0 R /Im70 77 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im68 75 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im146 153 0 R /Im70 77 0 R /Im51 58 0 R /Im40 47 0 R /Im45 52 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im206 217 0 R /Im58 65 0 R /Im53 60 0 R /Im71 78 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im67 74 0 R /Im57 64 0 R /Im52 59 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im274 293 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im58 65 0 R /Im50 57 0 R /Im66 73 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im50 57 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im57 64 0 R /Im40 47 0 R /Im53 60 0 R /Im55 62 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im42 49 0 R /Im275 294 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im53 60 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im50 57 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im69 76 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im151 160 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im154 163 0 R /Im157 166 0 R /Im68 75 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im43 50 0 R /Im40 47 0 R /Im51 58 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im42 49 0 R /Im44 51 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im45 52 0 R /Im58 65 0 R /Im76 83 0 R /Im42 49 0 R /Im52 59 0 R /Im66 73 0 R /Im50 57 0 R /Im52 59 0 R /Im67 74 0 R /Im55 62 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im70 77 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im68 75 0 R /Im170 179 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im79 86 0 R /Im42 49 0 R /Im57 64 0 R /Im59 66 0 R /Im44 51 0 R /Im39 46 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im51 58 0 R /Im40 47 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im58 65 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im71 78 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im46 53 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im51 58 0 R /Im47 54 0 R /Im47 54 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im55 62 0 R /Im47 54 0 R /Im40 47 0 R /Im67 74 0 R /Im42 49 0 R /Im97 104 0 R /Im276 295 0 R /Im135 142 0 R /Im108 115 0 R /Im106 113 0 R /Im103 110 0 R /Im106 113 0 R /Im133 140 0 R /Im118 125 0 R /Im106 113 0 R /Im106 113 0 R /Im133 140 0 R /Im101 108 0 R /Im105 112 0 R /Im101 108 0 R /Im105 112 0 R /Im118 125 0 R /Im142 149 0 R /Im118 125 0 R /Im107 114 0 R /Im106 113 0 R /Im108 115 0 R /Im101 108 0 R /Im111 118 0 R /Im117 124 0 R /Im136 143 0 R /Im103 110 0 R /Im111 118 0 R /Im103 110 0 R /Im100 107 0 R /Im106 113 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im104 111 0 R /Im103 110 0 R /Im109 116 0 R /Im113 120 0 R /Im106 113 0 R /Im118 125 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im118 125 0 R /Im112 119 0 R /Im136 143 0 R /Im103 110 0 R /Im113 120 0 R /Im105 112 0 R /Im101 108 0 R /Im100 107 0 R /Im114 121 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im106 113 0 R /Im104 111 0 R /Im118 125 0 R /Im100 107 0 R /Im105 112 0 R /Im117 124 0 R /Im108 115 0 R /Im105 112 0 R /Im101 108 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im118 125 0 R /Im112 119 0 R /Im136 143 0 R /Im103 110 0 R /Im123 130 0 R /Im155 164 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 285 0 R
+>>
+endobj
+285 0 obj
+<<
+/Length 697 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}É®%Éqå>¿â-¥\85^\85\ f1iÙ\90\b\90 Zr#\91¥&»9³\1a\84þ^wp\8b|\1eqεc~7\95\85DÚu\ fs\9bÇ?\7fû·\8f?\7fK\1f\7fûöçoËç¾L\1fÓç4Ù\7f÷Ïrû\9bTæÏyª\1f˾|N¹~üê÷ß~ø\97ßçeýø§?~û·/?\90ÒçTÏ¿°Ýþ&Í;ü\85íü\vëç²õ?\90n\7fÜþ*­ üBZ\ 3¿°MÚ/\94ÏeºüBÉ÷_@_\91Öýü\võs\9bÎhH÷\1fØËg^Î?°'ý\ 6»x\83ëS.\9fõ\86\84<Uð\ 3[ñ±ØàSþ\ëå\v\0|\9e |Fϸg   \ 3Óã\a\10\ 6\v\97\1fxRb.ûç¾]0xûe\15\83\82+\ 6o\88Ê\15ÿÀ\ eP¸]\9eðú\ 4OnÌki\17(\9f©~ÿ\82\v\15Ñ/Øò{4°O\12\r,\f\ 1\90\887\81\93\9fðeZ¥ó\19\17\964K\xûWø|LÃõ\f\9f\vü\9a\9fâôqþò\15~½À_ï_\9fB l\0¾\0)tÿ×\0¾"øza!zþ\\0ü\fx8áógxþåý(ü\r\ eÀ_ðw\95!\r~\9d\10üåþ7I¹`ø\8a¾\1fè\11rÿu\17¿\9fÜ\7fCø¿jãëû=%BÚVtÿùzþváß\aü¾>àN÷¿|?£¿\9bf\90è\8fá/O\88\7ftúÉ  áïJ?\88\7fï\12-'\84¿zÁ\1fýþ\9büxëû3¤ÿË÷çÏ
+ßÿ®BÁû]4 ãÿ\ò üyÊ¿|ȯ\e\85-\aý\ 1ù\8dù/WH¿\80þ0ýç\19Ý\7f\16¬8\83\87ç_à)þoß­à\9fÒß\ 2éÿB\7fü|õý   ý®\b\7fºþÈ+Â\1f¢\1fòþ\e|¿ËûÓïß6ðýóåþ\14~¯ïñÏ®}?\93¿e\82ô#Ëß2Aù!Ë\9f\92 ü\12ìG\83Gô;\ 3üá÷/\19Ú\1fàý1ÿ\94\fí\ f\99\7fÊMþ½Ã?\ 5Ú\7f:ÿ\94\8aôç\95~èýë{ò¿@ù©óoY\10ý\ 4Þ\ fÛoÀ~!ô\ví·+ýÒû¯\88~\14ýÓà¡ý\86ø\9fÜ\7f\83ô+ø\ f\r\7f»½_ýLÓa?.2ýî\9aÿÀî_'ÕþÂô['h\7fÊú³NÐþ\96ù¿&M\7f3üÕ¤É_F?\15Ú\8f\88ÿ\97\93þ\98\1eöWÍK»ÿú¹\1f\ 1\84UÇ_Ñø\8fñO-\9aÿÄì¯ZÐûÍ\17ÿ\9d¾_Eúûªÿ\99ÿU¡ýyõ\1f\fß\1fø\9fäý\17\93÷\13íGÊ¿\8bæ¿^ß¿\9d¿\16 \7fêEþ<£-Àÿ5ý9ׯþ/\90\9fÄ\7f®\19À+øoþoÝ\ 1üÕ\7f¦ñ\83\19Ý\1fÑ?\81·÷ïï/D\91\r\1e\9d\8fè\97øÿk³\7fzxÙþL+<_\8f?mèû¯ñ'\ e¿\0xd¿\90÷ß\13:_ÖßGü£ÿ~9~u\8fákôKü§i{\8b~\8eø\89K?,þ²"xÝÿÏ\10ÿºÿgú¯\87×ã/\ 5~¿\1c¿Í\ 5Ñ\1f¢_\12?9äWrâ'\f~\95àéûÏ\9aü¤ø\9bÑ÷\aâoXþ\ 5â\1f\15É/=þ±@ú\rÄ?\10þtûÿ\88\9f8øK\97\1cÜó\17ó\96\9eù\93Û;~׿ë\85ÿyü\ 5É\8f+ÿ1ÿ?ï\88\7f\90ÿÏâ\17\88ÿ\ 3þó¤Ê\7fÌ?%\8dò\9fÅ?\90ýp½?\8f_@ù\ fì\ f¬¿\8eø\87c¿0þ/EÓ?Ô\7f-PÿÈñû\82í·\výÓø\13¶ßôøÓ¬Ñ?Åÿ\ 2é_¶_Ë\ 2ñ'Û¯e\85úGàÿF\7f\9bñ_~i¿_éÿY\15PöV\881\97Ïu;ìwÙ\7f*;´ÿåüWÙß³ßë¤ÙïÔÿKP\7f]¾ÿêÿXü\ 1é¯Uæß\9aµó©ÿ\87å\8f\90\7fj5\1cµ´"\92\9b\0-\a\ 1¤+\ 5^oð\94Àõæ\ 1>\8a\e¤+   2\17¦VD\82  Ù@ì\a\a\98\12©3z\84\ 2àX¼\99QÏ+ôX\ 4|@èxArT\8fcV(\87t?ê\88\ 38r\90É\91£,­¦\97r\84éÑdqô\9a\87âX©V\0¯ãï\88#tð\ 1?Ôâ\býù²\1d\11\9cû»q\84\ e\1eÉá«\1e\7fAß¿^\98\98rÀ½\90â!GÊ>&GÒ\96\9fr¤»A@\8eÜK)®$\18\90#iÏÚ\ f09\92,\18ß\7fB@\8eä©Õ\93\9d°x­î¼ø\13Ï¿É7{úñ\f=\1d\bÕS=üÑÔ\ 4Yÿ  \9bîPæ\8c\18Y6È\8f\82\8a\1eþ\82\0êÐ\94\84\18IOè×"
+"R\90`\ e}\7f¾l\10ä\19\9e\ f\ 4)q¨ç\96\90éá/ßOß\ f
+¢@AÏ\82\10\90Y\11ý\ 4\ 22\96\10¼qÐP@Æ\12\82\ e<}¿\r~¿Î?;ä\1f= ³CþÑ\13êÓ$Ñ\ f\ f\bÀû\a\ 2\ 2\88\7f\ 2    Ù\ 4ùG\ eÈ\94Ô
+Zo\ 6É«\80\fK\88\1c\ 1\81^\0ë\ e%\94_Wúá\ e54$\0ÿ\93ó«F¿¼ \ 1á_O\88\1d\ eý(ý.ù=ú\85\86T\80~W\84ÿë÷Ï\97î\f\v\bìàþ¨­\81\ 4D6x\7f9¡p\ f\bhïOÎß\91!\19H(OÐ\90×\1d\99      \9e/\17äÔ4KôC\13º     É¯@ACNoÑo\85ò'RР:BNA\81óþôû\v¢ÿ\81\82\0×\11\9b¡ü\95íÏ£ À\91¿¬ ¨.\86¿i¨ ¨Bù\83\ 2Ú¤ e5ú//\vRxCD\93?erô7+\b\98\0¼®\7fRÕΧ\81\88\19\9e/\17d¤¹"xÁþ0ø­ùÑ_áÓÕ\0\99\8b\ 1»\7fm\10\9c¾\12\82\ 62\f6\ eè\7f`\ 2\ 2cÒÉX°ÿ\81$\aõÓ\8cn\906\1d\89K˪õ?pE"\ f§là\ 6º\14IæÅLcR8­\b\85\ 1*6/fz­\85è\vXYÆ4&Åï¡\94\87\14\99<-F¾\7f¯Ò÷»e\1dýùº\175¡ï\ fD\ 1\12:?\10\ 5Hðüx\14¦\87\8fGa\ú%ðE£\7f\8aÿ\82èÿ\8aÿôYO2¬¥Õkk\8b\9cæ/^|.z\18¤B\ 6\92ëz³Å\93§×j\9c\87qfÀ@J>¡\9donTw>Ê\v\920\8c¹A\ e\ 3ò0\ e\12á×0\ e\rã­P\0IfÔ³¯\ 4  \10\14\8d&\f¸C\ 1\12\bã óõ¾°{]Å;\ 2´L\88~\ 3nxBï\17¨kH\88~\ 2u\r\19\9e/\87\ 1­®bÞ½0 qc\vÂ\9f^WsÔU8ôËÃ0\9a\ 2 a¨\19Ýÿ\1a\86âu\11ï)°\ 2åG \8c´¢ó\ 3ô»"ü\aèwC
+,ðý\eT`R]ȳ/¤Jú\83º\81Ø\0
\85À÷\vô\85l\92üâa\14Mþ¸a\1cW~\12ü%H?\810\8a&\7f\19ÿÖ\82¾\1fñ/\vÃ@ù#÷ÅWÑþáð»H?äý¡üÒûºë\fùO§ÿE3 i\18jÑä7¯Ç\80ò÷òþ,\ f|\ fã\=àk\1e\98Ös,Ï¢\9cyÛ_ÖsP\a¸ÉÿùfG\8d\84Ñl.D\ f¯ëO\9bëp:_¯Gi\ eô   ^\96?÷b\84;Ü        þr\7fúý\eº\7fàû÷Mú~î@g\ 4\ fü\1fâ\0N\10ÿz]vª\0^ï«Íy\ 2ø\ føOÍ\81\9e·Íñ\9fH]v\93ߧó\ 5ùks\19\9e£\91zxP\rÃ⸹5ÖÍ{
+Æqû:\86Ó\aÈ\8d}÷:\ 6\85\ 1h\ 4 ÅÑ=\ 6¤÷_\10\ 3£<\12\ 51\90Þ\18\9dWM\80P\atEø¿20Ë#Þ\1dà+þó¤Sð\ e%° A\1a\ 5·Êàù&       _y`Ü\ 3Ö\b\88\16\ 2L\90\80äB\14+$8}¿^Y\9f \ 4\96;ËJ\86\12X¯,Ï\90\81\ 5\v¢\15B´Âà^\ 2¢\10úëÎ\ 2ïû©\aWá÷Ë!ló G\19¸ÌH\82\a
+\11Z\ 4Ï£_^H\81Þ/Ð\19c\ 2p\94ÿÖ$ò\1f\99\8c²"\ 1tíL¥øß\90ü\89xðÈ\82\bxðPþE<ø\15X\10\11\ f\1e*\90\80\a¯ò\1fó ó[
+¼B\v.âÁo"ÿ°B\bÈ¿\ 1\ f\1eÉ\ fÝ\ 2½÷E¼£¿ª(?_uE(üÇ=xx¾\9cBª3\94ß\81B
+¨¿ä$r\15\r8úþÐ\80»¾?KA}÷ ¿v&f\14Âa.tCàº994â\82.\8d\81:xä\ 2\91\96\ 6sÁ{x\1d\ 1ëÒ\f\884\96\83K\eD\80>[²%±OðúlÉ6[à\84\0}¶ä\ eÏ×gK¶Rº\1e^ï­³Ù\ 4§ûë³\11Í\ 2v\b\90Ï\16ؤï§1\80\8cð§ÏVµ$´Ï@¯\93Ð'x\90\84\18õY\85rz¿\vý ÞÂ\87\a5C\ 6\94rÐ_g#zïO]Ð\ 5¾¿ì\81X\ eØ\13 Ô\ 3]áýu\17\1cË\ fýûEùáÍ&<Áë5\b;¤?Ý\83m9\9c\13þ\ 2\1e,¢¿\80\a\9b\90ü x°P~ Þlâ\81\0\ 3³\19\v¢ßÀlÆ¢É\7fî\ 1Cüé\1eh\85ß/Ç \v\96?z\ e{Fú\vñ\ f\ ea\966\9bu^÷\97!L\8aÿ\ 5â_\8f@@\ 3(\10\81X¡þÕk\bV\84\94Øf\13Î7Cl¤\ 6©ìE¢\1f*\7f ý£G0êdü7\a#\18Ö\95\9dL\ 1ϯ{RçÏõ\92\ 5xÜ =74\9c\1c\ 3;|ÐA\v°f$Á\ 3Óé
+ä`Á\ 2þîÃ^á¯]Á¼\18\1fr\90\0K@\80¿s%²ù\90å\99Eéà3Hb\9c%\90e¡W`Á]=\98ú 7ä\83Îàü\ 2(8aüß$Ð\15>]E\0O\ 3ß\10xaá$´\13?\9f¤\9a\ f×\89\10%\bÜ:¢\97ö\ 1ÝxÂHS÷ò¬f\9fo\7f\8e5u¯\93ö\ 3L
\84¼Ó'\ 4\9aºmÙÍ|ÓgCMÝi«ÏWè\97\f\0Gb½|Â×!y'xY\91d\13Ä\83Cjsëé\9c\a\87Ôæ6äi\1e\1cR{¯¦~(²Ñ!ïmHÔ<8¤ö\9eLVÎçÕØ\88\ 4\ 3ÉtS\ 3Î\90RV\8c\94+\82¿F²è÷×UÄ?\83ß\ 1|`Hü\8cð¯G¬\98zv\86ÜrGº¢÷\93\8bi¬'Þ\7f\7fÇ\91îáõûoð|½\98Ä\1cigH-¥¿]£?×\91\1e\ÒaÅØ£ò£Lðý\81ü`ððþz*+!ù\1f(ÆMèýôá8\ 5ʯÀ\90³C~½\1e\8b¹\91üÖz\92\9f\8eøú\96þ³bìQýW üÑõß}Èÿ[ô\8båW '\7f{Kÿ\95\15Òo '_£_ZL¿!úÕõ_Ù5ýOñ¿Cý¯§Âw¨¿\ 2Cö ¼\9eJ\13å\aw\835ùE\8b©3:_\9fÉQ\vä_Ý\8d-\9aþ¡ÅÀ\15ñ\9f\1eH·ùvÞûñbl\8dþø\90}h?_ðG½Ø\9bã¤ø?^Kô\¿Â\83\96h>]®\11\ 3 !\19ÝàkKô\¿j\90<\ 1\12$=Õ¦BúO¸öT£PÖs@Ý\86~`\12\9cPKG?\eÓO8\bôT¯è\ 6\81\9ej³Bë\98\16°U{=| §z\87çë=Õ\16\ e­\1e\17\12/ƬÐêiQâ\ 5\9a\15ê|?/   ßÑ÷\87Wõùø#^XFL\18Hgfx¾l\ 5g\v\86:ø£ðP\88\ 4Zb+¤\1f½¢{Fï\1fñb'   \7f|2\1c:?Ð\93¾"\11\88¬h\1c Ì-\ 6z\82\97½\80lV`}í\ 5ðtð\ 4Î\ f´$ì\ 5\9c\8fB©¬ \1aâOOçN\88þôU;\87\17\7fÖRìË/\96\ e\9e¥÷§øËH\7féô[\8a¦¿xK1\92_údË#\9d;(\7f\v\96\1fz\14b\86úC/GXÞÄÿªÚ\ f\f\1eê\ f}U\0¶_är¢²-À\0Ó³\0\ 5Ú\1fz\16 NÈ\86\r\144'U~\13/*Á÷×\v\9a-
+ïØOÔ\vÊP\7f\ 5&»Aý£\174\17(?õ\82æ\82Þ?PÐÜà¼û{-ÁÞû¹\ 5Á®ýCð· ý\11 ¿\15ÊO=\99¿Bú\91ËÉî¹Ô\aþËëU9´¥Ôê\89\8b·j\ 3ó\7f²(\ÉCü\9f,
+W^¯ZáåÀ        ÁËåTÉì·â­ja3±v\84?}Ä|\eéÐÃGüOt~ \vÙVuzôCíç\ 4éO÷_\93v>õ\1fÛª\8cáï7ùë~?[5\ 6Ï\ f¬\1aÛ¤÷§þWEô\13X5WÑùz9»M&÷ø\8fO6_¥ûsÿñ=þÏ«F?®ÿéÈ/·\1cÙ=\9f\8d´Bò3\10ÿØáùºý=Aüéö÷\ 4éW·¿'(ÿtû;Áó\ 5ûÛ&\83·\0hy½ª\8dû\8fPÿèY¼¼Kò\8búÏ\ 5ñ\8f.\7f\ eÿ³\83¿ÆoùH+È¿²ýs÷_ßÑ\1f\ 5Ë/Ýÿ]\10ýëY´£\1cyPþ\1eYPWÿ°räQûÅ\1aj¡þгÀVNìÒ/.Ä;ü×â­úc\93Á\11þtùyø¿\83òÓFZùò\93øßV\85æØßÞª°Qù]3z\7fÅÿ´bbÄ\7fú\8a$[5>J¿\15ÚO\91\9aü¥ðV\85Ö\9f/W±U\e(0(ÿ*¶¿\ 4ùe\93É\91ÿ§¬\1a<ùÏ®ÿG\1a\9aWøýòûÛ\8a­9\8f\8d\ 4=FZå×#½¨ÿ¾6ý\95½\91tl&t\ 6çëí\14Gþ5y\9bm\98ÿ½ ï\ f´³"üëí@ioï\9f_O¦çí¸\e:?°ê\eá?²ê\eá/à\7f\99þ\18Ä\7fN\88~\ 3íĦ\7fúû\aò¯\1aÿðü/<_\18hcí¼­\8a>\7f\1d©\99fa&²Ít¶\a\18\9bÉy\8cÔÊc3      m×·OÀ¯w}{ð|W÷¨\03xtÿÀH1+#ìáe\aä\b\08\ 4Èw}#\ 2Ô\rð#\0à\b\0\ e\ féGÇ\9f\19à\83
\98è5¨\80lWø¨\ 2*P\80\ 6\1c K@\r
+à£\1fyP\0\1f\13½\1cúã   `hÀèe´\ 5Þ_/C®\b\7f\91\89^\90~\ 3\13µªÄÿ\1c~\15é\1fwC\16h@êÝ\90åM\ 3²,»ôý´\8cþ0 _ï\ 4 çoið|+£~\93ÿ6\8dÿx\0!\8bò\87M\ 4\83ô«\a\0°\ 1)\a°mµ\99Ç?Ô\ 1ÆòO/\ 3\87ò/P\ 6\9eÑùz\ 1b-\9aýÃ\ 3\b\9a\ 1Ná+4À\ 3\ 1\84å-ý{$Ð\aõoµ\ 2\9eAý{\94q»ö'qà\17(\7fåy\1c\15Ûo\81\ 4>\94¿r\0î\b Lc\13ý\8e\0BK¤\86\13àöý=¼l¿'\9bÈØÃË\ 1$[Ju\82\ fÌÄNÒù¼\0¼Høã\ 5à\e\80×åÏ\91ÀwðÏçqe\0\8fæÙ°\0\ 4Ä¿\\80y\ 4\10\1cxêÿZ\e\8fCÿ<\0\80¾?²ÔjAðr\eg.\1aýó\ 4>:_/àÈ\15ò\7f`µø\8eè'°Z\1cÒ¯<\13ÿðß\9dûó\ 4¾ö~®ÿ>Jÿ«öýt\9eÛÍÿ\7f\ 4\90:x´S\81\14\10µ\ 6\82º§/ð°\8b
+®Ö\87ßÿ@F!P¶\99qA?\10ßÌ(|¹\rÉ~\0Þ \ 3'\0\8ft¹W±Ý{¹N7Ø\85\ 5§¶Ùb\85H\ 4C\81È~Ì\15½BÚ/|@q°\8a8 ­XÛs,Íé\ 6\81V¬¦Éú\1f\b´bµPz\ f\1f\18H1¡ó\ 3\92´yB§óeOÆ&[öð\81V¬6\9bøt¾®I2"¡@+VF\14\14\88D\16íû¹&Bb\0¥r_GÂ}ú!ð-\12îÁó\81 +x¿@$yAï\17H\ 5-\88þuO:/\88þõ%Ýy\85ü+§âóö&ÿl\88\7f\94\81,\16\89\86ô§[\ 2\1fÁ\12h¥`Ós½hÝö\97¥`´\94fBô¯{\ 2%Aú\ f´R¡óõɺ\16Éöù\8fD\82\7f=\12\Ò[ò·\14MÿÐHb+E©7:\1eÚ­P5ýA[ÙZ)Ü   ^¶Dm·\84Ç¿¼\15\v\81VB(¿tùYVMþðR:(ÿôHð\86è_O¥\97\rÉ\9fÈn
+\88\7fa9\90Áï\80~Ö@$\1a\9e\1f\83ø×çZBû-\10INðüp+\99/\7fX)\1dÄ_ \95\1fùvIÄ\7f\81í\92Ð\8f\fl\97\84\1eI«3z?4\10\85à\7f\13Àÿ\82Î\ f\f´Y\91þ  l&0ûsÝ\1dû\8bDrM~wðú@2+Eóàùj\89\ 5Ý?\1cI>\9d\1fØ,QÑýåíî6P³®ëX& e\12Oçë\95@\13Ä¿^É3-\12þ\ÿÛ¥\1fæ?gé|êÿ%H¿ºÿ\90\11ÿ Ý.$\12\98\9f­Ø=|`³\83ùß=ýë\99\84
+ù_\8f\ 4\7f\81\8cî¯Û\1f÷\81\9a×÷×í\ fÛLáÑ\1f÷ß!ÿé£`Ö$Ñ\ f¯$\83çëü+Ê?Ê?\eÄ\9fÎ?-\93æ\7f?ó¿\11<j%b\95`Pþ\ 5\ 6z¾'ÿÊ\84î\1f\19È    ï\1fØÌ\ 1éGÿþ¶\1dק\1fâ\7fe(¿tÿ³ ï\ fìf,ðû\ 3»!\91þ×ãoeF÷\ fÄOfH?ºÿ\bå_ ~´@ý­W"bûM§\9f\réo\85~l æ\ 4ì¯À@X(\7fôø§ífôîïífôø\97¶â\1còãõ÷óÍ\18¹\ 50o\ fùr3\ 6\1fÉ     -h}¤cÞ$\v\8aÖ2\15ÓÀËË\b\1c=¿h\16\1c]\8c\ 6¿\ eE\80k\85\1c ã\7fF\16\88nÁÙHOO\ 3ó\91¢H\82\ 4j\ 1\17(\81õZÊ\15YÀz\ 4òðÀ\1düq\ fº\9dßjÚÂ\1e°Ið\ e^·à\93Iðþ|ùý­\96Ë\83§Ip³@;xÝ\82·f2\ f\7f^3\99w\7fo\18K\ f\1f\19\86   Ï\ f\15à/`ÁO\10\7fº\ 5ßjÁ¼ïçÃTÐû\a\86©dDÿ\81\82î\1f¨¥+\10\7fz-\9cyàË<V\vWGÏ7\ fZ{?>\f\14\9d\1fÀ_«\ 5\e¾ÿ\82Î\ fT\80¬èû#Ã\ ü\f\9aü ÷ß!ýëµ\80;|?Ý\ 3\9d´÷»\ e´6\ f\14É¿»­tA\0Yî×vòÜC鯺y\97\ eòþßí\81ÒÇ4\96íÌ\80yºXPt¨\7fF\14\10\18ê_\16Q\82³\1côö\16\a\1f>¬ÃÁÔ\a­\1a\aPüÍè|\ 5\7fÍ\a¹o¥xTòÝLÁàZ¬V\85q_éUÏ$\10\18ȳB\1eгÀ­\9fÀ·ÁX?\93fCP
+\822èjCó~®\1dP0ê§ck) þ\ 2\ 3aÞä ]å âCZ\15â\8d\0Gª8îYèwî_\13¢\1f½\8aëðÁû÷\vôc!      \10ÈbB    ¦û\10µæ·|\88\ f\13XK\ 1m\b½
+\ 1ÚP\81*\84\ 5\9e¯W!,ó[>Ä\91Å\1e´\81ê\8al\18=
+zøÐm°Môü#\8bÝÁëô{\14r÷çë1\0«"êá\ 3YìFÿ=¼>ÐuC߯ïgNf\83:ßÏ\a\9a$t¾^Åj>¬ó~| IFçë\v\19òs=ðé| \7fñv×{\16ø¾Ü´\87Oh"*^/{wbÁ\ 5ô½\88e\93\bÈÛHá?\0!\80\191P\80\0æ÷\188[\10Ñ!`\9a\86n\rõ=| \r½Âóõ44\16 º\13½!\ 6\b\ 4±6x¾\1eÄjåK>ý\11'|\87ø\v\94\81ïÒ÷ó4.\82\ fL\84Ä\ 2(\90\ 6\9f¸p\19   Ð@\19vAü\1føþ\ 2\15\90þýUSÀ|      :_\1f¨p¤q\a\15x\99\97·\14¸mÄ\18UàÅÊX\1cüÑ\8d\127\aøª\7fô2¦Ã\81íï/\a\86î\1f)\83\86ï'O\14«\13¼¿ÜÆT¡\ 1£·1ÙDP\9f\7f\99\ 3\8aèOoc²\89¢£\ 6 \rô\18Õÿ6QtTÿ\1f\ eè þ?\1cÐAý\7f\83úÿp@\aõÿá\80\ eêÿÃ\ 1\1dÔÿ\87\ 3:¨ÿ\ f\atPÿ\1f\ eè \ 3q8 µ\fÉ\9fÃ\ 1íà#\e=\9aýÙ\9f/\95\ 1ueØ7;~d"ðáÀö÷\97\az\1d\ eh\ f/'al£Æ     >Ð\86¼\88ð\8e\ 3ÛÃë\eñ&x¾>Ð"!ú\8bLô¬\0^oã¶\89\9e\1eþèFÂ\8cÎ×í\97le\80.ÿ°\81\1a\10\7f\81\81\1a\7fêÿTÄ¿\81\f¿_nCÈVF8Èÿ\87ÿìÐ\1f¥\9f\ 5Ê\ f}¢ì
+ñ¯\ f´l\e\1d=ùIéo\83ü¯oä\84ò\ fmä#)°¼·A\ e7B~Y\86G\93p\13â\0ÔÈÅ\1a\91Ñ\v\ 6fú[
+Äå\0æ\ 1\1ah¤Ì\9a\ 6÷vj\8crðáA;\1cÌwj@\ e
+xÀïI\90be(®\ 4a;\1d5 Îáµ÷ç#1\93ô~|'\a\94@ò \83²h\12\88¯èþ\91\91\9e\15¼_d¤§Æ¿4\82!J@J\7f;º¿ÞHWvÍ\82á\85Ø\9a\ 6ä\8dÐ\90\7f\ 3#5\11ÿ\ 4<hk\ 4éàõ\b\90\7f/÷§\8dÄ\19á_×?6\92\ 3«Xþé\1etEçë\1eäQFÝß?Ð\88\f-X=\ 2d\1e¸+ÿ\9cFf÷ûI      ÅaÁMÎN\1e§\91¹\8c5\92\7f\19\eäpxÐåu#6ÝI±¶\bÜÍ\93\19ÚI±¡ï×í\a\e\89éÝ\9fï´Dø\và\7f\87ç\av\82¬\0\93Â<øòz\90\ 6·Ào.ü£\b-oÑ"´Ö
+\9cZ'Mÿ\ 5\17\f^\v)[\fÅr(ÓÞÕ1\ 2\16ÄYèdIÜÔ\8f£\ 3:\80\fÄ3\19Øý\0\1c\88ÇfúMè\a®óìè'Ìí\11N\9f $Òm¦\1fÂ\ 1ü\ 4ò
+æ      {¯À\87\ 2Â\e\96\ 5èF"\9c\90x1\85øPÀçz\93\13\12#C\ 13¸Ad(à
+à#C\ 1Ñù\91¡\80ðüÀP@ô\84\91¡\80M\17ôçëÕ\18\16\8d\9f·TTôý\81¡\80\bÿ\ 3C\ 1{øøP@\97~\bü\8cî\1f\19
\81÷\e\18
+\98Ætñ\11\8d\vãߪIÐù\91¡\80\88þ"C\ 1µûó¡\ 6»\84\7f^\r\ 2é70\14\10Ò_`(`˦O£C\ 1\11þ#C\ 1!ÿ\a\86\ 2\87W£Àó\ 3C\ 1\ 5\86\ 2\96·äo)H\ 3\a\86\ 2\9aü\9b\ 6\87\ 2ÚP?çþ|( ü~}¨\ 2\96_\81ý¸\90ÿõ÷[ÕïwÚ9\ýGbQ\96\rèø7\10\8bÚ\10ý\ 4Ö+íH\7f\ 6öC·ý\88\1eþx;Çö\16ÿÝ×ÛhüǪi4ùAc\19P~ê-­÷j\98wèï\88¥\rÒß1ÔÏ¥¿×ëm<ýKï\ fí·@,´Â÷\93«\ 1ªh¿Ñõ26ÔyPþU«æ\18\94\7fG,Í\91\7fîH\82°þîG\12Ü×T\rU\83´ï·á üý_W³\9càÃûm{øH;Ç
+àõ\\92\8d4\88ßߪaª\84\7f\1a\8bÛ'p\7fÝ~¶ý¸'øp5Ìéûuû¿UÃx÷÷öÛ\8eÒß}( ö~ÌÿGô£\ f¥²õ6§óõj\92¼\88÷'þo³\9fOðºÿTªÄ\7fÜ\7f/ÒùL~ç6\14û\ 4¯¯G\9dÑý\11ý½\1eiàÉ\ f¾Þ\16Ò¿þþk\96Þ\9fëüϪq ýëï¿¡ï\ f¼ÿ\ eå¯Î\7fÍ~õø\8fûßHþDF* üE\86úiú\97ú\1f      ~¿\1c?3ÿÝ\83÷üw_þ\9dá\9f\1c}÷ß\1fY\80ék.òÆ\15j*æ>\15ð\1e\8091°\94\8ay:ðõq\81\1e>]\17¼R\fÎP\83é\1eà\f9H÷\0Û\82n_\82°\bÀ{\1a¬,ïi0\eK8ªÁ¬\1aÆ· Y\ 4\ 1\9e\7fÁ?­ÆÛ \ 5ªWãíP\83\ 5<píýùXþ÷4`Å\16\1a\ 6\80\a\9b\91\ 5­g£+\96\80²\af\vjG=\80Z4\v\94\90\7f\ 3\1e<\94?\ 1\ fþ=\v°Î\9a\ 5èyð£\16\80yð£\16@\85ògÀ\83ß¼¡b\8e\a¿½\1ehãzðÛØ@\93Ã\83ßÆ\ 6\8a\1c\1e|\a?àÁ\87ï\7fòà\1dü»\1eüöz \8bëÁo¯\aò¸\1e|ÿýq\ fÞ¹¿ëÁ\ fÒßáÁ»ïçxð.þ\1d\ f~\e\ehtxðîý\1d\ f~\e\eÈrxð\ eÿ¹\1e¼s¾ëÁ÷ðq\ f~\94þ\16xÿ@?\v¢ÿ@\ 5\ 2\94\7fº\a\95¡ü»Ò_ú¬'ü?1rïgy:@_«1óu \b\1f\b\ 1\11(\97#Ú^>O\80ó©\86H\81\ 5R\88f\0;\fÈá\8b(\80Y\b\ 1
+P¹\ 4ã\b\ 1\f2@ÉH\ 1\ 5&ÚeÄ\80zC«íåóðOÛ     \0\v´\13\98\ 1ì*pâ\80ÖM\14\80Ì\81×\ 4\10\1fH¡        \0ÞÎ\82ø/°×\0
+ÀÀ@\95\15\1a\0\92\ 1þ\84ßÞ{¿\rÒ¯þ~\e\81\14<\92\1f\91\14<T@ñ\0À \ 1r\ 4\0\ 6\r\90:!ú\8dìåÓô\ f\9dÊ\9fZ\ 4p{=\11Ô\eh1Ê?6ÐÂ7ÀX;\f\94\7f\17x&?+4àô½\1c6\90Âÿ~²\97Â\ 2\98\1dþÑ^\8e×[\ 1F\r
+0j\80Õ\15\81©þíüõõ@\19o D\ f¯\ f\84\1dç\ 4/;\906\10â\ 4¯ß\7f\83çË)\90d\ 1Ô\1eþ¢?Y\0Ööòõð×\0,og\81߯;°­\ 4ê\ 4\1fØ«\aß_ÞËh{ù<x>PB{?^Â\8eÞ/0ѱ\r4óø\87É\1fÛ
+pß\ füZþ0\a\18ñoÀ\81«Úûñ\12zô~\81½~æ@\ fò_\9e\0\a\9a\f¤0û±Ã¿n¿\1d\ e´\83\7fo¯Þ   >¼Wo\98\7f±üÓ\ 3HMïxçSüí\1aýò\12zD¿\81\ 4Ú\ 4Ï\17ì·\96Á\9d\9e=L'ù-ep\1fú·ÌÏ\fn\eÌ×\ 2 9ÜL×ÿ\0h¦£}`\96Béopí\ 3[/1\9cö\ 33ºA¾\ e%£}`KÃaÿ   \81\15Ý Ð\afFT\a\1f\18ëÜzb{xÝ   µÕB§óe'ú\88âwð\ 3Qüþ|=\8bÒúP¼ïç«\89
+ú~½\ f,ißÏÇ2£û\aúÀ2¼¿\1e\855'Ì\81çS\95\vx¿@\1fX\81ô§÷\81ÕQü\e<â¿ÈTg\88\7f=\8b4#ü\aúÀ\16\rÿÞj¡\13¼Þ\a\ 6å\9fÞ\a\96×¥   à:Ô\afS©N÷קbo\88ÿ\ 2\8eÎ\ fd\91 ü
\91Y\10Ê\91ßÞrßQùk3±âßßÊÈZ\1fÞ=\18\aÖV«y÷§}`¹"øÀr]$\7f"S¡+¢_½\8e²ì\83ôk\8b\91 ÿËòËfZyò\8bÏ´Bô¯¬Öü>Óê
+\7f­BäS¡UýCð·Bý#Ì\93h\9b½Vã¿õåL\14\87Þÿ*¿y\1f\9fÑ_\1dª¢)»f?ñ©Ô\bÿºý\'¨\7f\ 23­àûëUpÐþÓ\83\90\15Ú\7f\81\9cß\92_5Ãóõ*°\ 2õ¯^\ 5VFõoßGçÑ/¯Â\83ï§ÓÏ\fý7}*´Uñ9ú\8bWñAú×\93`\8bê\7f\11ü-\9aÿàM¥öýWV\857=ï_«£ÿY\15`Ó_=¼ìÿÙjá\1e^óÿ\9e\9bü©y¬\8aq\83÷\97«x\ eÿ¿\87×\93 æÿ÷ð\819:3\82×íï  \9d\1f\b¢\9býÚ¿\9f\1e?°$\80\8b\7f§
+Ï¡\1f\96Ä9ªð:øk\12\87NäÊÏÕì'xy«Åá¿÷÷×W\13W\84¿ÈTéí-þ·ÕÀ\1eÿ{sp\86Ï_ ÿÈk-ó\ 2éGOb¬\9aüãþ?\94\1fà|R\ 5¹Aù­Ço6H?r\11\96ÍÑ9ÁË\8b]m+\93Ç\7fn\1f\9dCÿn\1fÝ ü,  \9d¯Ä¿\9aÿ\90v ¿ô$âQDçê\1frÿ\fõïåûi\17RAøCïGüß\8aî\1f("«èþ\81\19âON\82\17,\7fä.\16\9bc\13\7f\9f\91üAþ3\9b\83³¾%\7fm+\93/ÿ        þ6\15ÿl¦´¦?øZ_Õþ!ñ7ó¿krfÒ²"6(¿dù[-þ8ø~6Ç&®?¿¯%Vä/\85Ïðûeû÷ð¿\1dùMý¿\ 2í\17}&uAö7*\ 2z=SÚ×ÿ\f\1føV'\95þY\11\1f¤\1f½\b\12Ê¿@\17\1fõ"ª»ÿ¬ð\ f\8b?V\9b\83Pg'þøz&u)ÙÉ_\91ü³\15ñuð\81µÀm§À    ^\8e_\1cùû\1e^Ï¿\9býÛÁëùçÃ\7fïÏ\aö7\83ß\11|`¦4<_/B´ü\95s\7fî¿#ü\aìwÓ\1f=¼^\846AüéþgÛéâÓ\1f+\ 2Dô¯ëïlúçf\a\8fäÏrÛé2|ÿ\82èG\8b¿|ÝJuÏ£\r\15ÁUÄ\7f\81\19ò\7fÀÿ\9f%üQú³üÿ(ý-ù-ù\97M\7f\rÊ¿¼ þ   Ô߬PþËS$2\94\9fºÿ\9d¡ü\fÄ\9fvíý½9º§û\a\9aè üÔ\9b \92¦¿Ý9<\83úç\88\1f\fê\1fÛê<|~A߯×\1fÙVgßþ!þßMþ)ú\8bçïáùz\11*\96\7früºÌÚ÷Óø\v´\1fõ&\ 4ÛêìÉ\ f:\87zm]À\9dþÑ\9b 
+´ÿ\ 2ñ\9f\rá_Ï_\1cSt\9c÷§÷ß!ÿèþÏô\9eü¨\93&?xü@µ_^ï\94\1aõ_\8eüý þ®V¿4¨¿\8f&¼Aý}4á\rê      oÐ\7f±9º£òûÈÿ\ fê\8fZ¡þ\91ý\97c\8aÏ ÿräÿ\aý\97#ÿ?J\7f\8bf¿ð&DDÿñ\9dX£þË\91ÿÏÓÐý\8fü\7f\a\1fØ\8a\83\ e\9f;¦øôðzýü\96Á÷ëSpl+µw>¯¿\9f$ü¹ùÿ\ eþjÿrø\1dÀëõ{¹ÍQ?}¿î¿Zü8mcþk\82÷×ý×\8cî\1fð_ó&ñ\ fõ_\vzÿ\80ÿZªÈ¿\ 4\7f\ 5ñOÀ\7f­\1aÿSüWx¾\80\7fÛ©v3 \1f\ 6èÍ\90\18Új|D\10z\ eÒ=`«\80í9 0\897I/È+\b\10\ 5\aÆà¬èû\91\aL(h\e¥ \8b\0 
+B{¹\9d\ e\aQ\v~\82\1aH÷@-\82:¨Am\13\8f¯AY\ 4\ 2¾\9fÜAuD\0\1c  Î·R£÷\v\ 5\9e¯{À\15½_À\ 3\9e\11\ 2{Ö40­\0\98ßÓ`G\ 5\81\83\7f\ fùG°À\9b\ 4¾\97 <ú`O\12XÞjY¬\87©Ç <JÙ\1a\92ä;<\18¥L\930M\89õ?\10H\ 2µ Ò       ^O\ 2µ$ì  ^v¢R+béá¯N\14\9bä\92\1a \9eà\ 3\rÁË"È&\89\9cà\81
+ Füú4ÂNðòbóÔ\82\8eö×\8bÍI\12v\87ï§OrÙáûéIÜ6\ 2öt¾^D9Aú\ f\8e¾¿%ñNð\81I\1eð|¹\bÊFizøã£<\11ýG\8cø,\9dÏ\8dx(\7f\ 2F<Â_ \89·%\11½÷çIÀ$ñ/\87_Eü±$\9cöý´\b·\ 5\81\ 3úgID$\7f#\93H\90ü¸ê/&ÿm\92ɨü·e\1cþû3\13>½Ç?;Ä\7f`\92      úþ@\11-\94\9fWú¡&lBðW\13\96º I\93ÿ^\13ð(ÿY\13°¯\7fY\13/zÿ@\12¶hôÇ\8b\90!ýÉE\88\ 5Ê¿@\12\14Ûoz\12\fÚoz\13XY\90ý\14\98¤ºÂ÷Ó'©®;°¿ôQèe\83ö\83ÞD\rí74
+\9e\84òW_e\80í¯ð$LÿýY\12\ eÒo \88\17Ú_z\13kVù\87|\7fAøW\92\10\ 6\ fý\1fÙ\7f²$Ú\bý?\93X\9aÿCñ7CûSOâ-è|½    Ò&aúö\viÂ^Uû\89ø¿fÿ¶f(=\89fþû\ 4àõ\10¦Íáêáõ!*6\86ët~ ~\80Î\ f\14Á¶$\9e\ fÏ&\89Âóeý\97V\84\7f½\bÂ\86\80\9dÎ×ã7¦\7f:x=\84n\93HO÷\97å\9f\15!ûøcñ\ 3x¾ÜÄz\8f\1fÜ\ 3p§ï\a!Ø|áßG\11í´<\ 3p\1d|Zt\ 3¼M±ñ\18\90æpZ\füô\ 1ú\14£\f   H\9f¢U \0\91\ 5x\86\ 2,0J³@\ 2\12Æøµ)Rµ<       `Ý\9c*.ò~\15á?\10\80\98\11\ 1ë\ 6ì}\94èC\81ô\f \a\0m\egÿý¨\v\93¼?\14`\81÷Ç\ 2\85¬½?ý~\13`Î÷{Û4OçëÛPwÈÿr\17jÞ¡\0\ f\8c\12\85ô\e¨Â\85
+4°\8ds}K\ 1\97\féOw@¡ü\vT1cù\17¨"Fï\1f¨â.èý\ 2\15É\9fÀûaù\a¾ÿu\ eÒ{\7fúý3¢ÿ@\0eAø\ f\ 4P\16(\7fô\0ʪñ?\9fÂ\95\80üB\ 1\ 4VE\8cøO\9b\ 2ö\Å\81ø_O`\95}\93ô\97·\8aã\84¿@\17\7f½\vx\82øÓ\ 3\0¢üä]Èð|½\v÷Mû¯¾iÿUÑþs\ 3\18®\ 3̦\80­\12ÿð)^\90~ô*ä\19ê?½
+xAöG\80\7f\96\ f\r\0A\aø\1a\0òº\88ïÓX_u\11Ó\ 4pið-\90\eM\80\9f\1d¼\9e\0L¦?;ø\80\ 3_Ñùºý\9aÚ\14Í{-Þkû\95\ 5@&é|\1e\0©\b^\ fà,ðûõ\ 2\905#üËüs\14Pôðr\0ܦ¨\9fî\ fä?ëÂ\86øÓ§Èíðûõ\ 2\14K\0öðºÿ;¡ó\ 3þï\ 4Ï\97§XX\15µ\8f\7f\16ÿ\80ïw9\9f-"È\96\0ìà¯k\ 4h\15x\9bBÔó/Ò?Nüd\90ÿ\8e\ 2\b\87ÿù\14µ"É_\9a\80·\0rÿþz\rð¬É\1f\1e\7fÙ%ùOé\ fË?\99ÿ³,ÿ\bÿ­ðýuþ\83ò+ðý\eÂ_`\15Ï\ eõ§Î¿;Ä\9fî¿bù¥Ç\1f&D¿\81øCBô\13¨aN\bÿz\ 1\99MQóàù*ÒIâ\7f>\ 5]\93ßüüE´ÿH\rr\81ô«\17ÀT\84¿@\rû\8cø/P\83?#ûWߢQ ý\17¨á^4ùÃ\v(à÷\a
+(6I\7fÒûcûK\7f\7f(ÿô.¶²kú\9bOq{O\7fÕé=ýU'M\7f±\ 4Ü=þñÈ¿ôô\a*à×\8bÿóð\1foòï\91\80ëáAü\81Ü?Cù­ûïE³\1fÝ\ 2\ eÇþe[\f*´ßô-\ 6µ¾g?Z\17´\8f¿B¦¨­\9fûv\86Ï ~x\8e\1f|ïb¾ÒÏu\15;ÛDv\9fB~=¿\0û7aü¯\ 5À§«\0£\fp\1f\ 3q\11àI\bà´&\94{\ 4ä\81\81¹¼n\ 3¼>¡5\91ìÏOè7\99é9°tÓ\81\ f\1e¼7$~¹\ 1 \ 2ö\ 3»ö\ 3W)Þ>Á¼\80Ó26½\99òÞ\bò¼ByÝÊC;IL\11öë\fdGæè\ 4\19\'díàÙ\1d\87Ï\ 2\19ð|½\13ck\86Øà:\80£\12dt\9dÝ\8eH PÉo\8eÀè:°IÃ?ß \8bè'\10\88°Jè~\9d\10aøóÖ¹°@Ä$Ý\9f\17r ÷\v\ 4"Ê&Ñ\1f\ fD¤·ø×vÊ\8eòo\86",à\88Ïð|}§±\ 5ò\1dx^Èñæû¯ðýåqÊÖÌ=*¿r\e\87áË/\16HQå\ fVa¶S6»ëÌX'      \92?\81ub\13¤ÿÀ8yH?\81qòHÿèë\b\8e@Èè:©¬ê_\16H\80ô/W\ 2\17Kd9ë\98x'\a:_IDµqÞuÕ¬@º\8fl6\ 6\8aî#û\1eÉ\0\1f W\12X&tp\1fÒQ        2Ê@P\0\ 6æ©­ðûõ}\82\e$@\9d\81¡\0S\f\10«ä@øÏ\93Þ˲#      \82,0,Aë!Á^KPV
+z\1f(ÿt¤^/\14å¥\1cH\82\ 6\16Ò%(A\ 3\ 3ÙÐùº\ 5z\84B\9cûÓR\82\82\b@_([\8b¦\ 1øB9¤\ 1ôPvm\83ÐG-\80£\94\ 2¨\96Ê\1f´\0ꢠ       \0\8a?(\0õRº\8a\ 5 >\10\11
+@$ÀΡ¤'ÿ¦Ò")·wø\8e¿\8c\82\0Ä\ 56\15\91#\19\ 19\13õi\bÁr¡ýF\0=\84`\1aÔݨÀj1
+\82×ñ×&úyøãÍ0    }ÿ\85\80(þV\r\7f\9ei@g£\1e\1fF1IïÏC\18\19Ü_\17 Ér¡ÎF\16>\f\ 3¾\9f¾Ñ+AþÑ7\82'\8d\vo.\80Ë?l"Þö\16ý\1fµ\18\83\e\91\8e^\96Á\8dHG/\8a»\91æõFz\8fÿ¼\8dôÙÙ\88\1fË\1f½\17I\94\1fôý7H¿úDÄ\rÉÿÀ0\8fm\15å\a      !X\b\91Éj1ªD?|£¼¦?½\8dtþû³Z\b$?\91\a\86ñwô¢¸ò\93\85\10ÐùHþa\ 3¦d;¿7`.\b¤ãÄJK¦:+9Ñ\ 3®_c\b\1düÕ\80r\8b!FW\8a\1d\ 2\ 1°\0ÒcPP\0\ 5\92ù\8bv>\8d\90\80ô\81\82Ø\0Ò\8bI¶ô\96\0³\95t\9e\0ãÓ$T\ 1ÂVÊk
+\9c\93ÊÀ\f^\13\98>A\ 5¦7³@\ 3H7`jV\rø×+ÝG\r\10[éîÓ/¹\7f\85ï§\9f\ 1)\17ãÕ\19*P¹\18ïðà\aWZÚHöQ\a¤Bù\15\1fÉîÉoê@\9a\ 1í\8c¤§Åìf@;+mø4Ë\8aÎ×\1dè\8aÎ\ fL\93°\b\90»R\86\8d¤\9f\0|`¤ºå\0\9dóY3ò1ÍÂ]ɦA$\ 4/GPm$}vVZÐ\0Â\8eî\1f\b \98þ\19]I6Aú\v4S ú\e¨A\18¤¿Ã\ 1wÎçÓ$á÷ëÅôæÀ»+Ù\98\ 3\ fé_wà+¢\1fô~l\9a\7f \ 6ÅìçÑ÷_Þ\93?\19Ê\8fÀû¯\88ÿ\ 3ï¿BúÕ\87AØ0\89âMÃe\ e\7fÝ\95näþPþ\ 4Vbî\88~ôiPeBôs¥_\1e\0\80ü\17X)\aßOo¦Ï\10\7f\81\95pïÑ\8f­\94÷è\87\16³\9býëè\ f>\8c\ 1¾\9f<ͬX\ 6Ëy\7f\9a\ 2\12\80\ e~\r¬¤\87ç\a\869 ù\11\81ò+P\82°¢ï\ f4c¬\9aýÉ\aÒo-\0t#Ä\97µÀW
+X\9f\11¤­Í³ºyrß+q\17Ù\ 3.»jÁ±q\12ð\ 5t\ fnÒ(\80{ð£\16°\8dc\98\10\a\ 4ÆAhçóv\ 6(\ 1õ\1a\88\9b\ 5ö  g©!«"ºG\0\1eUDÝù\81ZòZ\10\ 1\ 6jÉïkáÞü\ 1|\ 3½\96¼Îí
+'.\94×BÔ¶ÙçÄEB%Ì\93\8b\8fµ\10·\v½âb7\11\9eÒ\90\1d|øÑ=¼<Õûð£{x}µÛÜ\9a\92{x=\11kS%;ø@"ÖôÐÍ\1e\1a\8a\83,ðûõ8\88Åa:ø@\1cÄjiûóõ©\96æ\87÷ç\a\86\12 úÓãhiGï\17Ø\8a0%\89~øjxHÿz-ò´\89ôKüÐ\ 4ùW\8f#$\95þ\89\1fk\95hÎû»[)zx=\91Z´÷ã«éÑû\ 5¶"´Õ̧óõ­\b\15ño`+B\85ü«oE°8d\8f\7f}+Â\ 2ùWß\8a° ù\11Ym¿¿Ç?+¢ß\0ÿ¬*ÿ°ÕòP~êq\1c(?\ 3½\18;\94_z!Ð\8eè\ f­ædC\19 ýËúß\16ÓÅùßà\91þÕ§\92\1fq\fW\7f:C\1d\ýÇ\86Z"ü\aüà\ 2í\ay(Ð1TÁå\1fÖË\0ß?°\95Bµ_\9cV\ 4\17ÿäû\17M~ð:\ 2$?"u\ 4ð|½\8eÃzIÃöo\83ß4ýÅ[\19àûé\85HX~éq$(¿\94B8\e
+\89¾?Ð\94?\8dÒ¯E\11 ýÊCE\8f(ÂM\ e¾\8aCÒ:\ 6,\7fô<tAô\87zÁØP\ 3d¿èQ¨Z¡ÿp¡\1fúý3¢?½\90».èþ\81:\92\ 5â/>\941e§\95\8bøÿ-\8foÛùâþÿ\84àõ¡\88-þp\1fn÷*\ e\ 2ÜôÇ=þÒ\9f\7f\8d¿¬\9f;öÿçgü¥\87O\ 1\ 4.õ=\ 4\0    ^¯äo\ 1\84\13ü\85\ 1X" µi =ü5\11À\v\ 1 \ 1éS\1d·\1d\9c¯¯å²Jü\13¼<UÝ
+\ 1<üóD>zÿH"\1f2P \12\1fÒ\9fl@ÙV
+\ f\7fÔ\ 1k\85h\1eýs\a\1e½_\0\7f\ 5\9e¯\7f\7fEøÓ\13IyFü\13\b@Íèû\ 3\85\f3\94\1fr3snS\85Oðz%þ
+é70\f\0Ò¯þý«F\7f¼\93\0â_.äµµ\92\91[am­ä=\10:RH\9dwt~ \19~\82ú#°V\12É\8fÀZ¿\84èOß\8ab\9d\0q\ 3Â*ùS3 Ö`\1aÍ\1cxH\7fr'\8aMeôä\aÅ\7f\17(\84/H~ \0Ðë­\14¾þg\85\ 4P~è½ü3\94ßz'Ë¢é_J\7f\8bfÀòF\0h¿è[M°üÓ\e1¶ô\96þ´\0\80§?©üÙ5û\99Ãkú\8fo¥Ðä\8f×H\10§\1f\v\0 üë\85\84V\86àó?+C\80ï¯O\85̳ä\80¡2\8cg\19\ 2¤\7f\at@\ 3[=ªæ¿ð­\10èþ\81\0Æ\fí\a}-ë\ 2í\97ÀV\89UÒ?<\0ò\9eþ¨Øþû\8aÿ\9b\85?ç'\11>þ·ÿ\99\7f\98\1e\94\95Ê\rÃórû\9d¯\r\r;ÀÃ9\90ò´\8c­£ÿîÏ~¿G¾F\ 2çË\r\9e\7f\93L\91m]=M\11(ñÙeh¥\f§\1f\98\84\93¸¬\96áü\ 3BQb»\81é²Ó\ f\bÙ\9cv\83\15â@\19\90¸6i|B¢P\12Ô>¡Õ\ 5\9f~ éHl\ 1\13ø\ fÀ\e\ 4\16̺8H\97\98\96ýÀ\8a~`\12&µ6$îø\13@w+¾A\9eæ÷n\90Í«ðnÀèà\b\8bxtp\93þ\eü\81\f\99 )\ 6r\ 3s\f¼\e\\7fàIH¹Ø\r¦Ïù{mÚ$\88\ 1\8cD!¹Ñ>¡b\81\ 4J\auÓèà©\8bÀ\ræ\84~ Iæå\ 3\a³Ý C"\1aÚ{\9e\1aÜ>a)\90\ee¡j\15\12®P¥8h%\12.\ eè\rV¬X\84\18\ 1\8b\11\9f~@XýÔ^aÃ8\90\85ª\95I\f\vÕ{\9d\84¨X\b\12wÌLò\ f\14"\13\85\ 5Øö\ 3Ã7xâà>t\ 1Ý@(Vh7H\10\89\ f¬ZB\90HX¨ÚèÇaõ^°T¾Þ\80\89´#^ã\894&T\8f\80\8d'Té+\14¬Þen´Ù\ fã¯PEÕv\95Ê\r\893¤Ä\ 4¢FX*\976xlX*Û2Òa\99X\16ÈÎ\88\17°\89S\88­,\eYe\85\9aéJ\89ô\13V\88Ä+!]éà\99M´9\96wåZêw\1c\bÁÏF\89\9bÈ\8dL¬Û$Ëa±n],Ã.\8f\r¢\18vºª®\1707V¬\17\107b:¨   \13\92P\84`? ZëÌJ»\a¡$+\8d       U\e\88)øÎä\13Ê\9bÜxß\ e"º<\84\90
\ 4Y3Ý\87j¾¥\99¬\16gX3Ý\8bqÞÒL¶¢uX3U\1cCÑ5\93-i\1dÖL\15ë\ 5]3Ùd\ fW"M\17\7faj{N\9e\9d\85§\1fÈ@µ\9d\17­XMísIH\9aû¶ª/¼ð¿~üöÃ/ÒGúøñ¿¾Ý¬\91\eüǽ£©ýÏ\8f¿¿\11iÍûíWçõöo~ýñwÿû\8f\1f¿ûí¯~úÃ_\7fúÇ\8f\7fý§_|üé/\7füõÿÿÕO¿þøÏÿþø×\7fÿù·¿ûÝÇ/ÿîW¿üû\8f_|~üûo\7fú??ýåç\8f\7føøÍÏ?ÿé\1f\7føáo\7fûÛçÏ¿ùí_?ÿðÓÏ?ü2­Ë\7fýå?þðÿ~øÓ_ïp\9f¿ùù÷¿ûû\8f\1fÿï·\7fþñv»ÿ\ 1\9aé[\8a
+endstream
+endobj
+286 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 698 0 R
+/Name /Im267
+/Width 29
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÌ¡\r\800\14EÑ× *;\ 1%Á°D\13Öªâ3\rs0
+#TâÊ\rùHÄ1ï%WJ\92&¬0×¥\80ÁE$ö\8câ*\9a)\8M\ 3ânÔLÙ\15T4ôÞïÏÛÿcün\¶c~\0\15Á1\11
+endstream
+endobj
+287 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 699 0 R
+/Name /Im268
+/Width 46
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ͱ\rÂ0\14EÑg¹ø]¼\0Rj\9a4\fà\95\98\0Ã6\19#R\8a¬á\8eÖe\8aÈ\8fÿ\15\81CnqÚ\vÈ\13Ún\98Îö¹\19ËÙ´6¹\99ï¦[ª9\9b~¦ùj\8a£.\ 5f\0uÖ!ý¼ e3ª\91,ÿÞѯfP\v\82Î2ä«\9b Õô\15^%X\91¸\1d\1d®\8fñö\ 1\18\1d
+endstream
+endobj
+288 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 700 0 R
+/Name /Im269
+/Width 6
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\900HH8pàÀ\8f?\7fj,Øxëæð\0\0MJ\b.
+endstream
+endobj
+289 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 701 0 R
+/Name /Im270
+/Width 22
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÏ\7f0âoo`?ÏÀü\8f\81\11\88þ00ü``ø\ 3fÿg`¾ÏÀÞßÀÏ~à\7fû\1f\b\12\13ª\9f(     \0\91¨\1cÈ
+endstream
+endobj
+290 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 702 0 R
+/Name /Im271
+/Width 11
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\aÂz0)Ç\80\0ÿÁP\1e\aüÿ\0\ 4¹åêçò\ 1\00A\r\19
+endstream
+endobj
+291 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 703 0 R
+/Name /Im272
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKH¨\7fP\7f \9e!\ 1\fó\19ê\ f\14<HH`(`(p(x\0d&\ 2\19x\84ë&        \ 2\0w\7f\10»
+endstream
+endobj
+292 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 704 0 R
+/Name /Im273
+/Width 31
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿñß\7f(\96g\7fP\0Ä\1føÛ\1f<àïÿð\80¿ïã\ 3ös?\ f°ß©<Àþ§ú\0ó\9fú\ 6æ\1fö\r\8c\19Àø\83<\ 3Ã\a90\96\17ª\9f¨\ 4\0\ 4L&µ
+endstream
+endobj
+293 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 705 0 R
+/Name /Im274
+/Width 14
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãà\90\9000H\0\82\ 3`ðãÇ\1f ¨©±°àã­\9e#
+\0ß{\ f0
+endstream
+endobj
+294 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 706 0 R
+/Name /Im275
+/Width 14
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+(øñã\ f\10ÔÔð\80\81\ 4\10\18\18$$88ðñÖÏ\11\ 5\0çS\vL
+endstream
+endobj
+295 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 707 0 R
+/Name /Im276
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKh¨o¨g¨aH\0Â|\86ú\86\82\ 3    \ f\18\1e8<xðàá\81ú\ 6{\ 6n\81ú~~\0\19\80\ fP
+endstream
+endobj
+296 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im44 51 0 R /Im50 57 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im58 65 0 R /Im59 66 0 R /Im42 49 0 R /Im47 54 0 R /Im39 46 0 R /Im66 73 0 R /Im52 59 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im71 78 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im58 65 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im151 160 0 R /Im58 65 0 R /Im44 51 0 R /Im44 51 0 R /Im52 59 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im58 65 0 R /Im50 57 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im70 77 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im41 48 0 R /Im58 65 0 R /Im40 47 0 R /Im57 64 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im157 166 0 R /Im68 75 0 R /Im160 169 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im58 65 0 R /Im67 74 0 R /Im42 49 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im50 57 0 R /Im52 59 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im59 66 0 R /Im47 54 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im170 179 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im58 65 0 R /Im41 48 0 R /Im58 65 0 R /Im40 47 0 R /Im57 64 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im40 47 0 R /Im44 51 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im39 46 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im47 54 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im45 52 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im79 86 0 R /Im42 49 0 R /Im57 64 0 R /Im59 66 0 R /Im44 51 0 R /Im71 78 0 R /Im45 52 0 R /Im58 65 0 R /Im76 83 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im52 59 0 R /Im66 73 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im51 58 0 R /Im40 47 0 R /Im45 52 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im151 160 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im146 153 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im40 47 0 R /Im66 73 0 R /Im58 65 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im157 166 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im50 57 0 R /Im58 65 0 R /Im46 53 0 R /Im51 58 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im47 54 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im59 66 0 R /Im42 49 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im147 156 0 R /Im20 27 0 R /Im29 36 0 R /Im34 41 0 R /Im277 298 0 R /Im29 36 0 R /Im147 156 0 R /Im33 40 0 R /Im150 159 0 R /Im36 43 0 R /Im33 40 0 R /Im20 27 0 R /Im29 36 0 R /Im33 40 0 R /Im30 37 0 R /Im29 36 0 R /Im148 157 0 R /Im34 41 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im67 74 0 R /Im40 47 0 R /Im66 73 0 R /Im58 65 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im151 160 0 R /Im278 299 0 R /Im279 300 0 R /Im157 166 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im53 60 0 R /Im52 59 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im68 75 0 R /Im74 81 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im58 65 0 R /Im53 60 0 R /Im47 54 0 R /Im47 54 0 R /Im59 66 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im50 57 0 R /Im58 65 0 R /Im46 53 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im51 58 0 R /Im42 49 0 R /Im58 65 0 R /Im41 48 0 R /Im58 65 0 R /Im40 47 0 R /Im57 64 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im278 299 0 R /Im279 300 0 R /Im40 47 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im58 65 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im74 81 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im73 80 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im66 73 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im43 50 0 R /Im46 53 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im39 46 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im278 299 0 R /Im279 300 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im68 75 0 R /Im280 301 0 R /Im232 245 0 R /Im233 246 0 R /Im181 190 0 R /Im88 95 0 R /Im85 92 0 R /Im179 188 0 R /Im89 96 0 R /Im88 95 0 R /Im93 100 0 R /Im91 98 0 R /Im94 101 0 R /Im82 89 0 R /Im179 188 0 R /Im91 98 0 R /Im234 247 0 R /Im90 97 0 R /Im91 98 0 R /Im83 90 0 R /Im85 92 0 R /Im179 188 0 R /Im93 100 0 R /Im281 302 0 R /Im91 98 0 R /Im234 247 0 R /Im88 95 0 R /Im84 91 0 R /Im282 303 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im162 171 0 R /Im68 75 0 R /Im60 67 0 R /Im44 51 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im43 50 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im46 53 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im75 82 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im69 76 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im33 40 0 R /Im150 159 0 R /Im150 159 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im40 47 0 R /Im68 75 0 R /Im42 49 0 R /Im68 75 0 R /Im71 78 0 R /Im44 51 0 R /Im52 59 0 R /Im50 57 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im52 59 0 R /Im66 73 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im47 54 0 R /Im43 50 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im60 67 0 R /Im53 60 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im162 171 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im174 183 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im67 74 0 R /Im52 59 0 R /Im50 57 0 R /Im52 59 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im146 153 0 R /Im169 178 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im173 182 0 R /Im146 153 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im71 78 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im57 64 0 R /Im46 53 0 R /Im68 75 0 R /Im95 102 0 R /Im42 49 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im39 46 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im278 299 0 R /Im279 300 0 R /Im151 160 0 R /Im211 222 0 R /Im283 304 0 R /Im173 182 0 R /Im68 75 0 R /Im68 75 0 R /Im175 184 0 R /Im157 166 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im151 160 0 R /Im58 65 0 R /Im146 153 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im278 299 0 R /Im279 300 0 R /Im157 166 0 R /Im68 75 0 R /Im284 305 0 R /Im245 260 0 R /Im246 261 0 R /Im247 262 0 R /Im248 263 0 R /Im249 264 0 R /Im249 264 0 R /Im250 265 0 R /Im251 266 0 R /Im252 267 0 R /Im253 268 0 R /Im254 269 0 R /Im255 270 0 R /Im251 266 0 R /Im256 271 0 R /Im257 272 0 R /Im258 273 0 R /Im251 266 0 R /Im259 274 0 R /Im248 263 0 R /Im255 270 0 R /Im251 266 0 R /Im260 275 0 R /Im261 276 0 R /Im262 277 0 R /Im74 81 0 R /Im39 46 0 R /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im162 171 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im278 299 0 R /Im279 300 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im40 47 0 R /Im67 74 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im39 46 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im52 59 0 R /Im39 46 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im68 75 0 R /Im78 85 0 R /Im52 59 0 R /Im43 50 0 R /Im79 86 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im41 48 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im50 57 0 R /Im44 51 0 R /Im55 62 0 R /Im58 65 0 R /Im43 50 0 R /Im59 66 0 R /Im57 64 0 R /Im46 53 0 R /Im69 76 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im57 64 0 R /Im42 49 0 R /Im171 180 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im50 57 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im42 49 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im46 53 0 R /Im59 66 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im285 306 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im167 176 0 R /Im68 75 0 R /Im146 153 0 R /Im263 278 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im47 54 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im41 48 0 R /Im42 49 0 R /Im44 51 0 R /Im70 77 0 R /Im45 52 0 R /Im40 47 0 R /Im53 60 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im66 73 0 R /Im66 73 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im58 65 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im58 65 0 R /Im278 299 0 R /Im279 300 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im58 65 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im58 65 0 R /Im41 48 0 R /Im58 65 0 R /Im40 47 0 R /Im57 64 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im58 65 0 R /Im45 52 0 R /Im57 64 0 R /Im42 49 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im72 79 0 R /Im52 59 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im79 86 0 R /Im67 74 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im69 76 0 R /Im40 47 0 R /Im45 52 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im151 160 0 R /Im173 182 0 R /Im175 184 0 R /Im154 163 0 R /Im161 170 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im157 166 0 R /Im71 78 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im97 104 0 R /Im286 307 0 R /Im135 142 0 R /Im108 115 0 R /Im106 113 0 R /Im103 110 0 R /Im106 113 0 R /Im133 140 0 R /Im103 110 0 R /Im105 112 0 R /Im111 118 0 R /Im118 125 0 R /Im136 143 0 R /Im136 143 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im101 108 0 R /Im121 128 0 R /Im118 125 0 R /Im136 143 0 R /Im105 112 0 R /Im121 128 0 R /Im118 125 0 R /Im136 143 0 R /Im103 110 0 R /Im123 130 0 R /Im169 178 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 297 0 R
+>>
+endobj
+297 0 obj
+<<
+/Length 708 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}M³ì8nåþý\8a»´\17¾%~H\94¼\9c°;Â\9b    ;\ËÞØÝåé\9eéï®\89\ eÿ{§2      ½Kñ\9cä\81´¨ª\17/
+I\11\ 4@\0\ 4\ eþüíß>þü-|üíÛ\9f¿¥Ï5O\1fÓç4Ù¿\97Ïm\99>B\9a\98?\96myþ÷W¿ÿöÿü>¯\1fÿôÇoÿö\85>\7f¦ØÒ¿þ&¤õ3.\1d}9Ó§Ï\80ésBôI¦\9f'D\9fÏôåsY1=Z\7f\9eúýÏ\v¤_"¢ïø\17\ 4ù¿\14Àÿ¹ã\1f§ß$zúýe\96¾?\7f®xý\15ñ\7fÞtúE¢§ûß\ 2\92ßîüâçº\9eécÞé3\92\9fY_\7f\95Ögú\13'(¿àüÎü3zt~      ð\1f\9f\7f\fá\96üÆ°Hò\97>\17üý\11éÏ\ 2öOø\17\91üôücú\1f\13Ü?8¿^~wùyüSéóg\98\8eï_äïÏèü\1cç\ fí_\7fþ\94ÿ3ä_\94×_´õ\99þÅ\ 5î¿Ó?fÿãÃþ)ö\9fÊoAòÛë/]¿hëSùÃöO¾\7f"´_ºý\8e\eúþÞþ2ùIÐþ ùÁò\9f\ 2Ò\7f]þS(¢ýÃú\9bâ,ê/Y\1fÛ\8fnÿL~R\82ú×ù?ôûoÚ\9f\945ûI¿\7fFûïå\9fÊϬÉÏc\95\13ýë\8bÒ¼}\96\7f        ò÷cû#Û\8f\ 4ý/tÿ\13ù)Hþuû\9d
+\92ÿþþ¤ô+<? ¿Øþ¤\15Ú\ fÙ\7fH\9bæÿÒõ±ýêÖgç\9f'èÿ\ 1ý;ëÏòY\9eô\16ÿ<"¬åX\1fÄ/\98ÿ9ÀøG¶\1f9ÀøK_?ªö\eËo\8e\88ÿúý\9f\93æ\7fÓýãø\13\9cßY~êú9\ 2û\99;ûI×Çñ§Îÿ\19î_?ÿ\19_ôüpüÚ­Ïô7/(þAñ+9ÿ\ 2ù§\9f\7f\81ü\93í÷\91ÿXó%û}ä?\1az=þ
+vÿ6ôÈ~\92øÕä§ý~\99\7faF߯èÏ)ÿ1ø~Ê¿¥Hü£ß_Ðú\8aüWþ\15ã\7f¼ä?\85\15®¯ç¿V´\7f\87üZþc ¿<ÿ\91$ùáë\17Q\7f\ 6ù\8f\ 1ÿ\86ù\8f\81üÐø3húÃó'H\7f\1cñWDü\9f;ÿ\95Ưq\ 5üwä_,~i÷ßÙÿå3\93üÉ\ 6è\179\7f\17órK~cFë£ó#ü\9f¡ý\ 2ö\13çÏã\ 2õ\ fø\9f\84ÿ\v\94?\9dÿ\8bÆ\7fº~A÷\8fî\7fÄ\15ê¯ìÿDlÿôüÓ\86äסÿ\e\_¾?\13¶_Ýþiü3eIþyþEã\1fýþ\0õ_¸\7fÂã?ëþ\ 3ë+\0\7f\ 4\92\1f\b½\ 5£\11\Ô<\bº\83¨Ý <\ 3£q\80g\80Ð\rÔ{Ð,\ 3\982Z¿Ï\0R       ÊÛ-\ f6A\v\88<X\1c\ 1§Ùø\1fÞFÀL\ 3Ó\ 2-\90\13´\80È\82³\f
+:?\87\ 6a\ f\10È\ fË h\11\0\95\1fh\ 1{ù¡\11(¶`r\ 6(C\v¤\7f\7f\ ePÿe\ f2Ç{\1ed\8e\90ÿz\ 6\ 4Ú\ fO\ 6D\95\7f²ÿ\f=xà\ 1b\ f&gäAö\1e\f=?\18\81\ fF\90½üÑõa\ 4\89ìçrÚÿôÊà\15Ë\0Ì\9f[>2Ȳü\ 5³ÿ\8fHôR\ 4h\19ü\96^Î`\85\ù_¦·\19,\1aÁÍéµÿv}ù\ 5\vbK/Û¿`\1epC\8f"(F¿¢õeÿ#\94$­OùWV\89\7f\94~\r\80ÞQÁ±ªüc\15\18\e¢\97#н\82Bù~¦ÿÁ<ð\96\7fB\ 6²z q
+\9fóCð\97\87#ðÕ\ 3í¾ \7fCzýÍ\9eCxº°Í\17,\1d\a_úÖ{@1̯\ fhèâ'AÌ\ 5\1e\98\10\1a\ 4FÄBG\10\98\90\bé.@L\9a
+Òõ3RAG\10\9a¡\bu&\94="Æ9T\ 1\98Þ>">Ĥ3ÁO\ 1\98\0\8bü\by\14A\f¾\9f'\11\90
+;\82hl\ 2\85ó·"
+´~\ 1\8f(,  É\1fOB@ù\ 3üK¤\88¢|në\99>\ 2\13xv!j\b3\ 5`@\12Ðÿ        »ðÓ\ 6ÖO \84
+\90ÿ)d@\1fz\1f\88YÀ=\88\8f\9d\r\ fB\15¢e\ 1\1e\93\ 3'\e,¨@\8d\84\80\1eâ°\e»\87á/\1d|\9cÅ\97/\0B@~àá\87I?@\ 3á\8c´8\14G.e\9e´\9b\8cWc@E\90^C^±4º\88úX\9aV\93\10Ë\17ÙQ\rqñ"KÐ\10)\86°î\7f\85\86P\8eåÒ\ 6/2=\97\ 1}!Ä\7f\16\8bÃó\93_\13\8fX~ðý4\96\f\85õj\8c \19r\9e\vÐ\1c)\1aKBGJ¯ÆË   úÒòk@Î\88^¯æÉó=G*Ï\9a#Eåg   ¢ü\13þAGH\8fÅöj\ 2%\16£¹\1cè\bé¹\9c#\17°L\97^\13\82ÉOK¯¿Æ\9b#ÝÐ;^ãó
\1d¯ñ3Zßñ\1aoò÷¸Ç.½Æ/p}=\17³ ý;^ã«Ü\9cèõ×x«f\19ÈÏ0\171X\9fW3\ 4\89\7fT~,\97=\90\1f\96\8b\19\1evä].\8eW3húGõgCçïxÍ\9fÐù9^ó§\r\9c\9fã5ßréíþõ@Êré\17åÿ\11CHòG\ 3\7f\eúâ¯f\18ì\9f\ 6ÂÐþ*oa\96\88\80ò'WÃ\1dÝ\1c\ 3ù¥Ý\ 4\9fÒÍrJD´ô@~X5\ 1â?êæ!úSàú²ý\8b«*\7f,\91\80ì\17\92\7fVM Ùo*?Ðþ(öת     Ð÷£(\9cÄO¢ý !°Ù\8f\87\1c¾{\væµ\0ðüõjò4\89÷\1f{ËGþ\83£\1a?ÁóÓãOì¿\81õI\ ec\86þ\87^K1Cû%Ç_{7\86"¿ô-{\81÷§Ô\8d÷Ü\7f\81ò/ÛïtÓÿIÐ~(oÉ\16ÿ#ýÓý\87£\9bbà?Ðøiº§?GþÁ}\7f\9eº)\ 6ö\83Æ\9f\ 1Ý\7fzþ%CÿG¯%9j        .ú\1fG7Ä\90\7f\8c\1eé\9f^\8b\94¡ÿ¢ë_\86ñ\9f~ÿdl?ôü\ 5\8eÿôüQ\81þ\97^Kaµ\ 4CûKÞB-\7fPkº¼òsä\ f\1azGþÂj       Úõõü\85å\ fZz¹\1a2ØýÕÒ˵$aÖøÇó\17\88\7f½ÿÇÞQöüÃó\19¤¡ï_\92Ëç\ 6í_(õ)»¡\ f\8eb\14+Çm7àhG\80\f\94_"\8fb\82¡\0\93ï·\ 4úàû\87\ 1|K¯¿DOp}=\80\9e4\ 5 /Ñ¡¾$æòö%\9aÃ1¬¢\ 2\91\18\10½ü\80°·#(\ 6\84\ 6\80\16À7ôú\ 5\1cS\11å\8fT2d$ÿz1Ò\11À\ fä\8fÓ#\ 3ì\80ã\987éü)ý\82\f°^\8ct$\10\86üc  \0Ä?G\ 2Í.àÁ÷ó\ 4\ 6\94\81:\12\bíúò\ 5v$\10®®¿!û«\17Ó\1eí\ 4\17ï\8f#\81\7f¬\981\ 5ã_¹T̸'\104û7h&\188\0<\ 1qOþ\8e\ 4ÂÅû'eÈ\7f½\19"#ùÕ\13`        Ú/Ç\ 3ø\8cø¯?\80§\ 5Ýßú\ 3XZ\10ÿu\aú\80c¸ºÿõÞý\97 ýÑíG\82öÇÓL ùO4\0\85öÇÑ\f\10 ÿ*Û¯#\ 1pÑ~å\98%ûÅ\ 3xÄ?=\ 1\99a\0\88ì\a+@ÐÎ\8f&\02<?ýûç\9bëcû!'P³Áñ\rüßa\ 2áªü\15-þ¢ÅÜ\96@HåR\ 2ôhFhè\1d\ fÀ\19®/\9f_08¡\96^/F\9fk;qK¯Ã)\9aÿÜî_\87\83°\ 2º\86^O\80\1ep\b)_J\80\1ep\8eí÷Ë÷O°\ 2º\96\7fòýsä\ fÚõõ\ 4Ö¦ò\8fѯ\92üQÿÙî¯\96^N\80\1ep\8a\ 3ùå\ føEâ\1f\7fÀGëë     Ð#~\1fè?Í\1f¤\84ôGo\87OHþ\1c\ fø\19\9d\9f£\1d<Ãõu8Â\19ɯ\9e\0\8dÐ~é        Ð8küã\9d\b\88\7fJ\ 2´æ¯\1eöë\99¿zÜC\97òW\ 5Ê\8f\ e\aa\ f\80WÏoÕöO×_¡þê\ 5\fV\05Ü?£GüÓ￸i÷'\87#@ò\8f
+@Hü6¡ósÄoÐþjp\90¯ü\ 1ò\7f\1c\ 5\14\11Ê\9fl¿\8e\ 2\84ÁýÅÁ\f þëp\8c\19Ú/G\ 1\ 3\92\7fO\ 1Ã,Ý\1fÃ\ 2\84áýÅà ³d¿)}\81þ³\9e?)p}½\ 1£¨÷7\ 33\80öO\873YË-ÿ9m\88\7f\ e0
++\0\1døÏ<ÿ ú\7f,ÿ\0õG\8fÿ°ÿç\80s\84ò§Ãù\19\9cÔÅó;À\10\ 6çGãï\ 4ý\1f=þÆöOç\7fÖô\9f\17PÀøCo \99µû\8f7`@ù\93ý\8f½\ 1C;\7fÂÿE³?Ã\ 6\8c¡ÿ>\80s¬ï\0îøÝòï\rý\ 5\86ÞÑ\80\8fÁú4þ68övÿzümïw\83õyþ\ 1®¯\17\90Øý×Òë`\18vÿÅô6ÿJ\v8Öø\8a_\9aõ\11\14À¹\81±æo,ÿ65`$r\ 3f0ÿkº\ 6ft\14àL×À|\ e8Ñé=\98\ fÏßm\88\1e¼\7f\93üã\82øç¨ÿ0ùkéeÿýÈ\9f\røÇó_\ 1Ðëã,\8e\ 6\9aáþYþ\v­ïhàÚàúz\ 3\88\15\90¶ôzþÌü¯V~t$\8bI\93\7f\1aÿ\a¤\7fz\ 3^\f\88\7fúý}äï¦÷`P¼\ 1g\16ù?Èÿ]\94¿\98Ðùéòw \89\\95¿\8cöï¨ÿ¸i?\8füßEûy4ð\fä\7f8Ne ?ôü\17d¿\1d\rL\ 5Ú\ f½þkEöÛQÿ\85í§\94¿x5ðØù}\85\83.\ e8R$?z\ 3U\82öÏQÿ1!ùqä\1fÂ=û\93Â=û\93Â=û\93¢f\7fhþ*¡ý;\00\92v\7fS\0\8c\fý\a½þd\86þ\8fþýÐÿsð\7f\81öO\97ßE\93_\ e\0\ 2åW\1fgR þÊöûÈ\9f\rì7§\87ëËño20¶\81þq\0\13Í~\ f\e\88\7fÆöOÏ\1f@ÿO\8fßsÐâ\1fºÿ°IþÇÃJâüWDçWôú\99\bïo=ÿgï·\83ï§õ7Ðþ!ÿ\9dåß ÿ-¿?î\rLÏø½½¿Áû#É\9fÍÚýÇów0þ\17êÇ-ÿ\86ìw\8f¤6Ìß¹ã¯Sþn¨?8ÿ~äï¦÷`Ð<ÿöâß¼\8d\90è\b\80H­_\9a·é-\80\b\1f\a;¡õõþ\9b
+ÀÕÒ{\0H\12¢×ûoêýy¢\97ë_,ÿ1Ú?Ï\7fä{ë¯\88\7f\ eþopÿ2ÿc}¿\1eñ\9få\1fm\1cI+\7f¨~\9d\8d#AüwÄO\ 1òO\1fg\12ÑùéùëXï\9f\96Þ\ 1 \91\10½#ÿ\90Ñ÷ëï\a±Ö]\9eö/ä\1f\rÀ#JçÏãïpoÿ\15L\7f´\7fÞÿ\ 2å_~ÿ·øýÄ?½þg\9d\ 1ÿ\1dõ?Ð~ôúC¡\80·Wþ¿¥ïóÿhýçûó\84ί\87\80¤ñÓ\84ô_Ï\9fYü~Ú¿#þ\87ö[ï?\80öÇ\11\7fEtÿ9â¯\bí\9f\ e\0\91Ôû\83\81\88F$¿:\0G\86öÏÑ\7f\ 3ý\a\7fïþ´ø\7ft\7fòqª\8b¤ÿ£þ\1dÿýSõ·¾?Îëvm\98ɪò\9fÅÿ\88ÿ\8eþ\9f\r®¯÷O@ûå\0p\984ÿ\93׿ܳ_Yô\9f8\0(´?zþ"Aù\97ß/-~>ÑëüÏ\90\7f:\98þ>Ïôy\ 1®\ 3 g\96ÁÌÐ\ 2õ\19L*\81Ð\ 3Ò!À²hAø8\12d\81u\b3\8b\80¯jð\11\ 1?<©÷ë\93\17pó \ez\ f\ 4h\ 6ôz\ 6Ý @Oëë/ð\16A7ô\ e\b\ fó\80[z9\83l\15\ 4ãõ\19\9f£\ 2§ ósT Ù\r28\7f^\ 1\10%þq\ 4\ e\18\10|\9c^Xü-=\0\82g\18¢û\13þÓ\0¬ï1Dé\13`}Â\9fË{\f\ 4\1fêú\r\ 3ô\10ÒBðf}¥\85´ÒÛ\154øþÑ\13üI\0ô\16\96\8cö¯»pQ4@¼\ 5\ 6)po@y\vN¾øý\96\ 2(\12ÿ9\84\ 6R@\a\ 4HmaõË\9f¥\0\90\ 1w@\98\14$?º\ 1²\16\9cËò·¢ý£ó#ß¿!ùq\94ðlè\ 2÷´\0mâ÷\93\10Î\ø\96^\7fÂ\9dÐ\ 5ª¤Ð\8e\89 ñ   b5\97ò~\8a\ 5/"P9À\8a\0\10\aô+tG\11½#\ 1        [P}¦l\86\8e¢\9aÑ    :\9a¨f\8d\7f\1cETsÁ\98\ 5\11llA\89\ 6`\17POb\14¨A:\bL\ 5!\1aÉï\bDäª\ 5I«z\ 3\13þ­Ð\85u  j.,óà¬\88aäÁñ"\ 6MÿFSTüúcI\14è\82ËIð|x°ïop\1aÂ\ 6x\ 3é  \11ÞÀ:\8aiDû÷LD\85öO¶\9fG\12Åm?ëú\19Ù\1f¥\89 -Bhéõ&è=\asÇ~d\18\82;\92`\v¼ÿô&¦EMA\10þ\97ë\11ÐW\10\94yY¯¥ ,\89ÖÐëE4Á\1e\11[z½     É\1e\11\ezG\13\8eE íúz
+jÑöÏS0\88ÿ\9e"\86íÞú\16Á´ôr\129\14\8d\7f£\89®\97ÏßîßÁù³G\f\ 3a\9d\1fçp    Df\83ü×\8bÈ'È\7f=\ 2\ f÷ø\17\83Ê?ÖÄ\ 1÷¯\83¸D´¾\aÄ\ 5®¯\83P$È\7f=\ 2­M¸cþcù;\8a8\ 6òÇAX\11ÿ\1c\11xÖä\97g\90 ÿ\80ýgM\18È~;\8ax ýt4A\14Õ~3zÍþ¢&ȯSXZúâhâPíÿ{\10Õ\96\1ee\0Y\ 6g\15å\875aÀó\añ/k\82\98$ûI\8b\10j\13Æ\89^/B\88Ú÷Óø«\82 \½?\8eüËpÿ\f\ 4Eó?8\88ë=ÿ-AÿÑQ\84\90Ë-ûyä_\ 6ö\93O\81\85öÇ1\85õ\9eýI\ 5\9e\9f\\ 4\9c\ eûµ\f^@\18\88ª¶>\aQ\81öK\ 2q|å/
+øþ \18\80ï \8cg\0Ú|@\ 4\ 1d?ϺÔ*\ e\8f!     \13 Oò\eì\9eÀx¾\ 1¶ë÷sàè\ 6\0e\ 3\ 6ã\9a´\13`\13½w\1c\95~\aúDï½\ f£§\a\13½©\b<l\188\ 2\10C\93\rä,m\80®\9fÑú\ e\11\9c\93x\82äû\1f6P;\0<Ò}\aR\ 1üÓ¿\7f\99ï}ÿ\82\ 4( $\1c\8e¤¢èà\bIe®\88\84î Ö\1eA\1az\ f\92J\ 1ô\1e$\95(­?L\82´ûw#©\8cÖ\1f\9cÖw#©\9cèÝH*ó\9c/"©TùkÖw ©l\88ÿ\ e$\95\rÉ\9fc\94\80\1aÉ?ï$Y\10ÿåG°#\89ÑðßQÆaI\8cÁùó2\96tKÿcDûw\94q$tþ\8e2\ eKb¸¿ß\92(Hþ\1de\1c\19é\9f£\8cÃ\92È-½^Æ1CùÓË8\16d\7f\1ce\1cÐþ9äoAûw\94q\14dÿ\1d\82î\1fG\12Í\92ÀÃï'IT+\83iéõN U»\7fi\19Ç\9e\ 5y\19ð4ª\ 4\9e:\ e\94\9a\ 6éo\80XÀ4´ó\15bÓl·W!Éüð¥Öï?à)E)õ\17ÒûR\14\8eç\8a¤Ø\81g\e\91\15v\94b$dE\1cx\16\19I\91\ 3Ï6Ã[Ddz\9d¡\17çÀ\83\80Z ãA,Ð
+êx¶\ 5z!:\1eǪyqÃR\8c¡\15 ©$ë\ay(À\95\84½(\1dO`ºêE\18=:?Ç<\91 yñ¼\9f\ 4Ê¿c ,Ô?Ç@YMÿx)\ 4¼ÅôLLV£ R
+\90\91ýÔ½\88<CýÑñpg¤?\8en\8eY\8b"X\14\94\17-
+bý¤\19z1}?éh í\89\7fò<ã\94"ûñp¾\ e\94\9ds¼TÊwà1ä÷x0| +ú~½\94oïFyò/_ÃÓ9²\bù\1a\9eN¨x\1e£õ)ÿ¬\1frÀ?Þ\8d\92\0½\ 3\8fw\8dÒ÷\8fæÑ\8eÎ\8fãajßOù·iü£QÄ\94¥óçY\80 é\ fÏ\ 2\14´¾l?\r\8fòDï(eÐÎ\8f¯¿Ië\8fð(ÇòËJ)àùëQ`^DýeÍ0hÿ\8eï\9f!ÿ\1c¥\b\88\7f\8eR\ 4l\7fôR\8a\8a'9ú~ÞL\ 2ï\ f½\14eEúëÀCYµó£ß¿]µ\7fVʰݺ\7f\13¶_úSü\ 4åO/¥\ féÖýkód¯êïc\ f·îߣ\94ââýkóh¯êÿ\81g1Ô\7fÖJ\82ì¿£\94 #þë¥ðiFþ\83#\7f3Cùíì\ f+åÞçÉ<ý÷ü\1eO\8eÏ£\85û\17æY\18\1e\85éÿ\bO\8då\ f4ÿ\99ÓCû#ÇO6Ïå´ÿN~ù<\16HïÀ\93Tý_\86\a\89î?\a\1eCÐî?\8eG\ 1åG/ÅOêýEJñ\13º?úW@\8eç\b÷¯ãyÌÐ~êh\10³æ\7fqz\14ÿé­\8c;\9a\85BÏÑ0\10ÿ\1cx,E³\7fÃø?\8dð\98Ø+þ\ 4èõW¨#\7f0X\9fÇïõþNïÑ@8}\ 4ôú+Ü\91\7f\18ò\8f¼b/\88\7f\8e\96?\18|?¯\82XÑù\81ø\ fç\9fBY\10ÿu4\8a\15Ê\8f|ÿ\ 5{EKïñx\86x\94é=\1e\10\8fÿá÷ëñ×\ 4å_\8f¿\ 2\¿;¿\87\94ây¸\ 1í?\ 6 \80\ 4\8d£\ 2\1aÏ{AÛ\154\ e\ 3tKï\ 1]y\19@º¨À\96\0XÀúý\ 5È\1eA£õ\ 2\fÔ\1fAwDÉç\13f
+ÞGP\vá³d\ 29¤d\ 1\8f\1fâ\15\13@\1fÂ-\ 50Pa\9e\ 2\b\92      ¡#¡W¨\82\ e<        d\82<x\12Ð\ 4ë!ì\ 4ùïÀ\93@û÷àIl\92üðn\bDïè\86\88Pþe\17ÆFBø¯p£Gòë@£ÈW]\b\v\81Ñ\15 \17b\1dÝ\ 4\r}ÿ\84Æ\9fàµ+h4\92õD¯w£`\17Æ1R5Þ²?\a\9aÃÐ\85\0\16\82\ fn@úý\e´\7fú÷oÐþÊ)<\e      1vÁI\b8Aþ;FR@\17Ô\91BÐì\ fo\86@òÛë\1f}B¶^\86Vÿô'ä\88¾_\87$>Ð\18\ 6ßOÏ/kçGC`lÿô\12\8a\19Ê¿\8ef1k÷\17\a\94\8f\ðóH\10£ß\80ü\16¹\9bûH\ 1\føOC0K\ 1ÔT¸÷     ï\0¤léu@E+akèõnΣ\91 ]_\7f\82\9fk
+§¥w\8c\84Èh}ý      ~FüÓJ\0_%\bõþ\v×ð\0\8f\12\80öûu4\87\ 2ù¯£i¬\88ÿz
+.X7òàüx
+\0}?J\ 1\90õ·Y\94\1fV°\8açOâ\8f    \9d\9f£\90{Bë;FbÔ\91\9a­ü¡\14ò \ 4a ?Ì~ÚHÌ\96¾·\9f¼\11 \88úÃ\1a\19\16Ñþ\11þg¸\7f\a\1e§&\7f\85öS\1f     s4"\föÏó\ f\93$ÿ£\91\98#ûÏ\e\19àý%\ 3â\1eù\8b«ú·Æ[ö7®pÿ\80ÿø        òÈ_\842@\93ax\96«hÿHü;¡ó×\9fà\ e\8bòw 1\fåo\80fyÑþ'hÿ\1cù\83\bï_\9d\7f        Ê\9f\1e¿cû§Çï\19\9e¿\9eÿÊÚýO\9fà­\84a ÿ\1c\8d\ 1\9d\9f\ 3M\14ÛO}ÿËtOþ\16ä?8Ð,\ eÿsd?\ 6h\98\83ýó\91\1a\90ÿúH\8dU½¿ÙH\ eèÿËh:    ÚO\1dM'OÚú\9c\1eù\7fzüu\94P\¼\7fsÐì\aÍßD-þ¢%ô\11Úo½\85A\8c\9f9\1a&ô?äüe\86ñ³\9eÿ;J8.ú\9fY\8e\9f\ 5\9d\9fc$¥ù\8f\17í÷Q\821°ßï\80\18\94ïgO°Gþej\90$ô'Ø`\80üÓvé ö¨Á\98ÞÃé\fk0\9a\rèO°\a\92C³¾þ\ 4»÷`<\13¨-\ 3õ'Ø=\83ò|\82Ýaq®<Á\86\15\ 3\b\19\81\b8°4ì       `z\ f\b5¬bh¿_\ f¡ì
+\9aF\80H,\85Q¤ïç\80\90\1aÿx\17Å\8a¾_¯Â\8eH\82õ'\9c£\b¢]_\7f\ 2·.\88Á÷\ f±\14\ 6òË»(6I~x
+#\89úCøg.ü\80\7fT~f¤?: y´*Ä\81\ 5\1evq\føDZ\1cÐùëUhG\17GK¯Oõ,Yº\ 18 %<?\1d\10rEW¨#\ 5µ"þ;RP\e´\7fºýÜ þË)Ø\ 3\90rp\83²'ÈdxpÍú
+\96Ïö\99*\96ÔNo³Ùê\ 5ºv
+ðúßÛ\1fXóë\rd¿\81O?\90\84:ê×7\19¤ôù\a\84* º\85²Ö/x\1cÒ¡Âa\ 5h\18±\v#\9e\16°\85µãáü9wnì\93~\9b\11½\10\ 6\86©^¢\ 1ü@è½\98ý²\84\87[÷Ǹv?ÀX°C\12),`\87\18c\ 1ëoB&\7f{*V¬\9eô\89¾;ÂÞ\13¯ëgÄÁ­»FwøjÌ\80
+,|b\80`Çì\f\17$\ 4à\f)\v \1eô,è\8fÀPa\1e¦\18¨r\8f+÷ò½{UÞÇ+íÀv§/\10|áº\83MÛÁëæéÏ`\9f°\f\84°\13\87{GÚ-=|ü£\9d!S\83½ MQ\83>\9cÙ\9eß\94\92í ~nÓwk\f\8aòñ\11\18>íe!J\15ÜQ\10"lIö1Ã\8a%a÷ÉÞV\ 5è\91&\9f¥ þ@M
+\9eo4)«W¾Dõ¹Â,V\97H\87·«U5'z}ÆCÍê´ô\8eª\8c\9a\95\11°\ 6©\8a¨À\b§õõª\88\ 5­ï\18SZÐú\bØ\87\84ôå5eîôý:0DÅ(>Ñ;fL$i}Þ\18\81øçàÿ\86ø§\87Ôa\83ëËÀ&»/\ 2ö¯W\95OPþõ\90ºfµOôò«\86U5\8cÎ\9f\86d\11Ú\ f½1¤b¬_Õ\7f\véGô´*£¾Êµô\8eª\8clë§kU\19\9f£*c\86ûwÀ\ejúK«2\16xþzUF­
+\1cí\9f\86Ä\ 5é\8f#$^¡þ8\80\1d\8ad?xW\ 6²?zU\86\1c\9d?¯JPå\8fÐcû£cä\87\15èOÑ«""Z¿\a\86\e\ 1#\8eøÏg4 û\81ª\ 2YU\81j\7fIU}\86积?CýÓ_µg¤\7f\8eWíE\93\1f\ 1ù\9fºÿg¯úWý\8f´¢õ\1dÀ\98Ð~èþß\ e¬xÇÿK\e\94\1f½ª£N   ¾êÿYWÅUþÛ\8cË«þ_\ epýÎ~s`\ 4è¿Ë÷_\86öÇÑ\15\90\90þxf\Þóÿs¾çÿgÑ~ñWyä?:º"`ü¨\ 3³Ú«þUýÍe\12ù÷þU\7fl\7fÎü\7f¥eöøÿ\99\81\88ñË\9bòâè\8a¨û¯0íîøÝο¡÷tUlh}GWE\95ß\96ÞÑU± õ\1dù\83\0èõ®æ}<C\7f~¡?@:\1f¡Ôdz{\0àMå\9c\9e\0\0\a¨#+nP\80d\aÚÚ\12ZúÞ\81£\ 1Ì\84\ eÐ\11ÀÔ¶º\91\ 2\8c\86<\8e¾\9f#\eÂõå¶:{Ó?­¯\a    \9d¿£,¼"\83\8d\r\bIÀÔ¶\82\13½\9e\80Éhÿ\8e\ 4̬í\9f&\10ì\ 2y8\12W\ 2 ¸@ùÕ寠\ 3ä¨i)h}O\0\1eo\19ðýM]1àT~ÖU\94\1fÒVd        Èæüú7mÞ\96°\88\17\10áÿ\86ì\87£,Ú\12\0qz[\96H\13\10\ 1Ê¿\8e\8c\1f4ýç\ 1¼&¿|È$¼Àõ\ 4JB÷\97\8eìm\93\15N߯\aÐY»\7fhYwFòß\97\0z\86ëëmý3tàô²ü\ 5Ê_÷ýýþ-\ 1\0ÏÏ1dR\95_\96@@\ e°c2\85è?\8dÚ\ 2Fß?\82E\18ñ\7f4Yáªü\1f\ 1üEþïvO³\9f\8c^;?\9a@HÐ~é\93)\12ô\1fud>Ñ~ð²|M\7fi\ 2@\f h[DE6\1cßßï\a\1c\9eÎ_\9f\90Y\12 \a\13\ f\ fð \87U\ 2ë¸zÝ\ 38\85ð\r½\8e­\1ajUkK¯ÏF µªõ´¾,\81G\bÞÒë³\15ì ¬¥×ù¿ õ\1d\ 5î_ÖàPàþuþ­ðüåÆ P\81ÉNô\8e\12\82Uä?ö`\8f\12\80i½ÔXs\94\0´òëèJ\80ç§?\81O\90\7fr
+2V` \91þ1lé=\83ñÌ\0=~ç\1d¶4\9fÐ\18¤óc\19¨hud\r}\9f\81âÀ\f\1f]?\ 5i}Ê¿¤ñ\8f\ 3+húÇg3 ùÑ=\908£õûû\87Ó¯\12=/AXnÙߣ\96Ô}ÿU`\81\8am>¶\1f¬*?Iü§\19 ZÕßÊ\8f\ 3ZtSí'\ 3FDçïÀö\9fàý£G°\ 1Ê¿\1e\ 1\ 5h?å\12\98½\ 4áÚýc\19\ 4Í\7fâ\19\bä¿)\19DË@ ùs\0[&¤?\ el}l\7f\1cÀ\8e\7f\86ç/¿ ¤\ 5Ýß\ e`KÙÿc³\1d£Ä?*¿+º\7f\1d³)°ÿ¦gàVhÿÁýM\80Q7è\7fë\8dÍ¢ýâ%\bPÿtlü\0åÇ1\eò\9eÿ\9e±ýé\8bÈ)°£æ\7f±\17@\ 3f<ÑËþ{6ÿç¢ÿ~\94\10\fýw\ 6\f0ݺ?ó¬Ù_æ?î³\1d4ÿ\9b\16(¿z\ 6n\81ú«gàÊÕø¥Í_X)\917\ 3\8b\96\7f-\7f\973p\ 6¬x¢×ã÷\ 5}¿#~_Ðú\8eÙ\ 45ÿp¢\973p6[áD/ÛoC\15\18\9f?ùþzÿ\8c¾\9f\9e_\ 5\16;\9d\9f\9e¿Úàúú\vú\84ÖwtÅ\87       ñ_\8f\9f\ 2Zßñ\82\e¡ü¸[\bNüw´\10Àõ\85Ù\125þK¯\96Ú\96>ô=T#dÃñ\ 1\90\0´ö±í\b×\97\ 2Ð\19)\90£\84c\86\ 2¬\97p,h}\87\ 2\0;zp\1e\17Ðë\0×÷5P|º"d cºb¹x\83Y\ 4\ f×w¼á#\r\b\b[\9ba\en\12\ 3F!øU    ².\80\91\ 4Ñ\14\ 44!\8e\b÷¯§0 \vã¨bÏH\0\94"\ 2£G\ 2¨»@     [\10\a6\9fæ\82ql@äBèã­Ò¢É/Çö\83ò«WÁ\97\ 1X\b\r]@\1d\esUå\8f\15\11@\17D×ß\rÉ\9f#\84\85\ 6LO\81[\b\7fUþ2t¡ô.\9e\f](\ f¶ ä\9f\ 3[\10\9e¿þ\88\9e \v)Ϧɠ    \86Pz\b^¡áÆü\7fß\850¢ïùo)\88íù\ 6\7fº@\1188aà\8c]\10ù\118C\1fÊ\81î· \eTwA¬\8f`\1c\ 4õ\f0\1c\81'\ 3ÖÒ¸ B\1d\81üÂã8ý@\7f\ 4\1c\1e°ràa\v¯\80\9b\1da|ó\ 1z\1aßæ#\9cè\1de\b¯¹\18'z½\93¿¦\81Nôú3|\9dï1Z\9f§\11¢Ä?\9a\ 6¨\85t-½£\93\7f\85ë\viÐ×/îH\ 4{\1a®\95\1fý\197lp}}>E-C8Ñ;Ò\b\93´\7fú\f9eI\7fF#\1eÇßÿ¾\91¢¥×;\81¬\91âªüïà\88\9aü\93 2Bý\93}8CB\18ñ\8f\83#fðý\9e      \93\ 5\9c¿\ eÎ\16\1f1ÌK\7f\9aó\ 3X8çýÛ\80IÛÿòå
+Ýô4\10¶¿z\19Í\82ô¯\8f\ 1y#\ 5Ò\7f}Dq\84öÏ!?ØþÉ1´\95!\8cô\87®o1ÄUûµÁýëøü\16C\ü~k\84¸*?G\ e¥=\7f½\8cÂr \83ïç9\f(\7fúþ#\ß1_\ 1òÏÑH¡é/]?Cù\93cÈ#\87ÒòOÏaÔNÒ\91ýåH\f\9aÿ6j¤\18ï\9f\94\81@ûç\98oZàý©ç\10\v\94?]ÿWMÿéþWÈ\7fÇ|Jx\7fëeH\eº¿\1de\Ð~:ðé'³\1fùÚ3|@üwD°\ 1É\9f\8eOoó\15Zz\a\91\ 4Y×Køô\ 6Å0r i\12\0LwàlÀåÈ\81cøô{\1dDïÀ9ðéó\j\ e`ñâÓW@Æ}Æäë\13\1egú=\8dÒ¿¥S!(è\12\0Bз\83½ìÊ\91Ç(ó3\1dQ\7f Çå¤\89\90¼\1c?ð6\11B\eòçW9rû\ 3J9²Ñg\89\9e>çÛ)\96ü5\95Õw\ 4ÒS\f\15\15s¿\11¾\9e¢>*q©éôr\r\14ã¨h(#P\fÒ\11`éø\86^7eÁ®\92Áú<\15\90\ 1½£¢Æ*\12\ 6ëó\8e\ 6¸¾cÎBAô\8eQ\8dv~é­%ã¡8:?G(\15Ñù9B\19{N\1cì\7f\84©p¢×;\ 2\12â¿£  këó\82\ 2È\7fÙ\95\8b³&\7fÌ\95;
+\1aÊ{P!^\90\0÷ï\0U,·ì\97u4\8cí×û\8e\86Ý\0¿wå\bÿV¸\7f}NŪÚ\1fÖÑ\90\ 1ÿ\1c©,s\85\aö\83§\12 þë¡ø\84ÎÏ\11\8a\aÍþ\fS\ 1íúúsr\84úãH\ 5 õ\1d¡\9c='\ eøOË\19\1f¨\9c\81\84\823ü~½\1ca\86÷\9fÎÿ\ 5®/¤"\fØÜüè\93\a\ 6 ÕÉ\ e
\0JAP­HZãë5¯õ\82\91
+â`Ì\1cø´wG_\bÆ\8eh¼1\ 1z0\96*,ËU\13\94\ e\17ì½  ¢ÁX\1duҮ      ÆB\ 6n¼+\18\8b¢\eÏ\e\v\16)\12é±\99_\8amãZRúú&\1d\ 1<þç\16Ï\1f°Å\178ýS
\1fP\ 6\16Õ/È3ü\81þQ¤\aè_\9fýþ¡NÊ8ÿ\82\90\16\\9fª\11,-vú\ 1Ð\9eq\9eQ°>Ov\7f\17E_ \8c\1fØ´\1f@[xþ\80]Çí\ fôö¸\17\84W\9c¿?m\82/@\17ÚyÎB}\9bª-\8a;Únø®\f½G¼uöìu\8c{D\ 2D±w©\1e\12»À-Dx
+ý \85ª|è\17\v\9d0S.&x\8e=\17ûkµ2aÆÇ\0\8cÚ9¹R¿ÀRÔ§\1fè\94¡\17Å×7íot¯/X>\97/? \98\94ú\ 5V*<âAo\11ê\ f¬\98\a\922,Ïg¶EÓg.\bX\1fuAHu\ 2Ó\90   ý1Ø\ f\14ô\ 3¨åë¼\85×9\1eõ§\1f\0Ç\80y\90\ 2äA_ò\8d\̯sORÓ´\84*¦YÓÒ
\95lµ¥  «67ô\8e¦\830צ\83«¨\19æ£^ìz\ fæ£\ eºÞy×\12b £\¦ õuÜÈ°V%xèÙÛ¦\ 1Zoe\1eæŶ»#Éw±í.Tà¿1\ 3X\92îÞ\ 1Ø0ÓËëÛ{ÏUØ\8b\88ø¯¿×Ƹ\0\ 5Òßk\r8utþ<É\aù'¿×Æ:9àD/¿×îÃH\81\ 1ÑaojÛëUù\8ff\80.Êÿ\91¤\eÈ\1f\8b°vàÓ§K×Ð;"¬G,\ 5,\b\88°xÅ\f<A}vÍ\86®\0}vÍQ13\0\1eá\153P\83\1dÀ\1dpÿ\ eà\ eí
+¤i¢\0%P\86~6èÐÑþ9p\a²`\ eà\15èÃ8*F\12¼Aô\8a\91\f- Þµ\ 4-H¿\7fz~Ð\ 2èÀC©\ 4Ñ\85\1dð\ 6w\0\7f þ{\80?\90ü{\80?\90ü£4#ÉÑmµâçá    ¼ÏÑ\91¶Å:{dì\82\92\8a\93  z\02ôûÑ5tQÿs@ç¯Ï>Ê\96¦\1fØ_Þõ£é\1fí:Jð\ 6\95;\16r*\92þ\8cf\8f\8cì×°ëç"pSÎÐ~;f\8f ûË1{fV=`Ö3\ 4åW®¸Ë\ 5F0r\ 4\90¡ýÓ\9f©,\ 6\8fW\81\17*ðG\1ct\1dò\8e![¿\z#\b\158&\ eº>9ði\ 2ßï\98}R=è8ì:dÀ#á2ÿ¶å{ÇÑèüøè\91\97\a~Ú¿0ν¦0jÅûi}}vm­x?Ñ;"p´\7fÇìÂZf\13Ý={F\ f¿_\a~\fðüdÿ'F$¿ú3³EÐ#þ\8dÊdNôz\99C\86òï\8e ã°k\96áv¨çÏÊ\ÐùëÀ7QÔ_>»S³¿ôü
\1f\1dø¦Î\1e\1eÙ_^¦²\88üg³;¡üèò¿¡õ\1dñó\ 4ùïè\98Aòç@=\98V\91ÿÄÿ\ fÆ¿\11î\r)R\b\88\7f\ eÔ\87\bÏÏÑ1sÕþ·¨##ý£û\87þ\8f\ 3µ%Ãï×;vò=û\9d°ÿ"ßß  ú/¨c\8fu¼ÀõÁk$\e\1d\82ü\ fÔóOò\1f\ 5\9d¿n\7f\12ö_ôóß þëñÇ\ 4ý/¹Ò|\1fÝqçþÌØ\7fq\8fþ\18ñ\9fÏîDöG÷ßs\82ö[\8f\7fkǯßþZü¯É?å_Fçï\0^\9d\11½\ 3µd.\92ü\8c\803Gü\1f\ 1g^\8d\1f,~\1eÙO\1aÿYü|±c0ÔüK\1ct¬Ñ6\89Z&\1e/v|\19bG\1ct|qÄ\r´¾\8expÄÏW\11C\16¸¾\8e\18² ý;\10CjÇe\1ct\fRù1ù»\8a\18RQ¯FëSþÕ\8eÍ\11ÿx\9bÍ"É\ fË_ï\83C^ßÿ¾á\8fW\0hú7\1a]ê×\1f\eü\81ί\8f¿iü4màüô÷\ 3«\08íßÑ&3Ý\92ÿ}p\88"\7f}U ­\8fä§èûOP~\1d\83G^õ­-½\92ÿjg7ïqü÷\aèþ\ 1\9bÛßj¿*ú\1eó\9f¨ý2ûÝÐ÷÷Gÿ~mùÓ\9a?ièÑû9³\9fAZ\9fÓÏ\88^\1f|TÛtNôrüa\83\9bNô:pñ\8aö\8fòo\f1©HûçùOÈ\7f]~6È\7fÇà&È\7f¹Éá°\9f-ÿ\1c\83\9f´óçÀÍ    È¿~\7f\1eù[·ü\9cìoCïhÓª\ró£ï\1fU@]Õ?\e\9c4Ö?r\7ffxþ:âOFçï\90\9f\19­ï¨ [nòo\81öGo³,\90ÿz\9beÑô\9fÊ\9fù\9fCýaù_d¿\1cm\96\87ýLoó\97\f¬ Bûç@¬Ø\v¸^\f\9a¤&û\80|­I* \ 3àh\92
+       ¬¯÷y[\9fãÕ\v Et\ 1:\12\80é\ 5l   9@\ eØà\84\1c0G\ 2\1c:\80\8e\a\80\n]`6ùéê\ 5f\90I#\ 5¦ç·Àõå>÷´@\aX\9f½\ üè°áØ\81Ôa¿W´\7fT\0Eö¿B\aHOàoèûõ\vøH@_Ôß<A\aX* ý:ùé´¾ì@í\90Gwìg\ e\9bd?Ù\ 3\86\15\90µë£\a\f\96\1cP>;\1aê\9f<û=C\aÎ\91À\85\ 1l/\7f\94\7f\9fÊ\ 3\90%\90¡þé\ f\0\8bv\7fpzä@é  \´\0°O\80\18}M\804ôA\1f}udÀç|I\0\8e\fxCï¨\02\ 1\97\rø\91Á\1eУ
+(Ãjz\1e`CßC5ñ
+0m}N¿\ 2zG\ 5\9b]\80\83ó£\19\ 4»\0[zù\ 5ÓFW\9fÎ_¾@\8e
+²v}\aæ³Ê\7fÖÃ\ 5ù×í\9fV\80M\88\7f¨\ 2\8cDÀAã\1fÏ\80l@~u 0Ãl\1eÑs (¨ÿz\ 5WBûw\fþ±\v°]_v`\rhitþ\1c3Y³_\94\7f\7fG\ 5\94l\7fX\ 6¤ÜÒ¿h\17Ø`}\9e\81X.Ê_ÍÀ\14ã_\1c\ 4ÀD~VÄ\7fG\ 5ߦ\9e\8cßÐ÷{:È®®oôhÿ\8eÑ»Ø~é£\8b\ 3´ÿú÷GÍ~ð
+6¸¾^\ 1\95 þ:æN!ýu|?ö\7ft ­\19Þ_z\ 5ß\ 2ïO½\82\rÛ\ fù\ 5Ó\90qNôò\vf*Èþé/\98iÕöOåg\83û×1£7d?\1d\15<Ó=ù9\12\0\17åÇæ>\8dï\ fòýñ\9eÿ{T \rî?\9a@¹éÿdÑÿ\19&\0\86þ;é ;â¯÷÷\ f¯@\83ëë       \8c\19Æ\9fz\aݼJúÏ+Ø þ9\12\b\9aý¡ü\83ñ\9f£\82°Ü»?\8eø?Ç\81þ\93øÏâÿ\86^¯À9âÿ\96^®À   ¹Æ?-½l¿\83UP¶û\a÷W\7f\7f̵\ 2ãEß¼@­\1d\ 3i\v×R[¸\9a\ fp´p-ð\0ô\16\0[z=\ 1²ª\fd\ 1ü$Ñ3\b\87P!\1cZz\1dÂÁ\86\81ä\95\17¼8¡õ\1d\ 1´9àn\ 5²\ 4B\ 2ô\8e\16\9c )0\aqA
\19\1aµ\ 2þ9J8\12\94\1f½\84\ 3\1a@t\ 1³\166tþ¨\ 4\9f|\7fFçï(\ 1\98Ñùë/\0q\81üÓK@\16hÀõó/\93tþ¼\ 4\ 2Ú\1fG\vÜÍõWÈ\7f½\84Ä\ 2\80«üß\90üê/\80G\vÜEý?* \ 6ßO\ 3\18+Ẩ?G\vÛEý9ZØ\86úC\ 2ÐxÏ\ 1I   ®ï@\8a\86û×_à¡\ 3çh\81ÌÈ\7fð$ Ðþ\1dò;CÿE¾?\8f\ 4ÆEû¿'0\9e%Ä94(x2Æï^\82 8\80\14(º¼&ï¶ô\0(ºGá*O\8cß}T\8cí`>j â"w\81\1fE\bC\15$]HV\8450\ 1<\87\ 1¯P=\87\11\90\bxr\18P\ 5\1c]t\9a\vÂ\8b\b  \91« 34!z\ e÷èb»hÂ\fEæê\15\9ekì;v!\19
+\rZ_w¡34!ú\eN^4ùá(4ðü\ 1ÿÈØ.Ë¡æt­\8bÇ\èZÍì\r\ 1B\85 =Ñë@¬\86B\11Ë¥.ø`ò׬¯»@Á®°Áþy\ e\ 2òÏ\81"3¡ï×\875Y
+a°\7fÚ\ 5h]Ø\8fPîR\17 Õ\10´û×»\0Wôý\8e.À-IòÇ»Ø\90ü8Bàiº(ÿ§\1a\86\ 1ÿ8
+N\ 1ô\9e\14\ 2¢×å'Z\ e\7f(?\8c~\95èy\17\1a\94\rßÞ\0\aû\1f\r\8b:­¯\ f»Ê\88ÿ\9eaQ\9aý¦ò7Cýs è@þé5\10åæù­H\7f\1c]¤«úýln3<\7f½\ 6e\83çï¨\ 1\97ã\rzºgÿ\f\85vlÿÈ÷Cûã©\ 1\80üÓCØ\84øçxCO\90\7fò\eè\81B3ô?\18\8a\rÔ_\1dEhFòë\bÁg¤?\9e&\ 4M\7fh\13\8fùß\17ý\17\eõtÕ\7f±¹ÍWý\97½\ 6á\8eÿ\92°ÿ¥ëïºÞò_\8e\1a\88\8bþK\82þ\97®ÿY´_|n3ô¿åûã@á\19Ü\1f\8dÈ\7ft\14¡G(¿B\11úK¢s|MÚjõ§¯A§M\00~t4\ 1dx\7fëù\9b\fõO\8f¿gè\7fë(°³fÿyþA\93?úý\v¼?t\14\7fõë³9\ 26¥Ìj\99k\ 2R\9f#°O){f0Ã:\9a#À&6×\fRx\8f\83Äqtê\r\12ÞãÀÑ\bتPÂ{\1c'V\85\1e¬\ f¹¡×«ÐmDÚ\89Þ1®9\ 1zǸè-Þ[\7fCü×qÈâ\84¾¿Ïászxþ\8eI.ðüõ\bÎn\900Âá"\11\9c\15\ 1\fä\8fãÐdIþ\878\ 6\9f\90ü;20yBú/·\81Yæõ$¿z\17\86\15\11\9fÑú\8e\19\9e\9f|\ 3\1c8
+CýeôP\7ft\1c\92¢­Ï\8b\10ʽó/\9bt~Ã\f\84ÛþY\ 6\ 2ñÏ\81ce\19ÐÁ÷ó\f\ 4´?2\8eÓ^\84Ð{\0z\11ÜÑÅÐ~¿>\87%@ù\aç\87\92yÐá=\ e//"X%ùã0\ 6ðþÐÇ%cû){ 6.z¬\7f,\83\ 1ï\1f=\ 25\1c¬\8bò\9bf¸¾¾ÿ\ 5ù\ f\ e\18\8c\ 5ɯ£\b\ 3Ú?G\ 6È`\f\86ö\9fèϪé\ f\87Q@üwÌ\91\82þ\9fc\8e\8ce\0Â×9\16E\7fÁ\87þ\eÂÑe\19\ 4è¿ë]\ 4\11­ïÈ\80DÈ?\a\8en\90ì\17ñÛçèôôú\1c8\9b\833òß)ÿ³¦¿\1cF\ 1ê¯Î?Ñ\7fã]\18ðþÕ»\b\16¤ÿ½üÐ\fÐb\11|y\9b\ 1¢û/Úþ)ÿ\v´?ú\v¼e ¦rI~\8e.\88é*\8eo\ 6ôz\17æ\81\820½Ç1å\15\bèû\1d8\84æ¿OïqHù(Ú ®ÏèÑùé/`Áî¿\ 1ÿi\ 5À
+ùç\98d\vÏÏ\81\83«É\1fÇaDò×\7f?Ëà\1eù\8bV\7ft\1cDC1\98®á0Ç\båG/¢\8eH~P\11;Ë?hü£ë[\ 5Á`}\1a\7fAûáè·ûgz\8fcÌQ\f ÿô
+\88\ 5é\9f\92?­8\82Ö\84ð\90ãwñ\17GQ¸gÿbAúëÈ_\15h?uù[¡ýÓq0W$\7fú\vp´üíÅûï¨`\18Ø_>ÇGã?\87q´õ¯áا\80öïx\ 1\ e\90ÿú\vp\f·ìç\81¢0\94¿Aþb°>å_\82ú¯¿\0[þââý}TP\fí7Ë\7f\õÿ,\7f\81ø¯çïv\18FÅ~\ fQ\1cÜ÷Ç\8e_º¾º \9e\ 1ÀÃ\0§ï]\10È\ 3í_à^]\fµ        ¡ù\82Ð÷qò>\8c­þÀòµ\ f\ 3!y\91\1f°6\88ö\aú$âë\83Á\16¶       maÑëÀ'Í\v¦QÜ\84¤Ø\91\ 5\bP\vu,\85\0­\88\9c\ 5ÍA³"¼\8eA\8d"\18\16\ 4´\ 2\82\15®Z°\83A¼$ Õ\ 2¡\17¨ÆÑ)U5\9aßÆÑC4\88\8b~HÆ~¤ü\8exäA.Þ\83\19Ʊ\ e  ²<ðð\1eb\9d È\8eëxÖG%ÅÀ\ f\1dVRð{$\95Ï9¾\84èùÇögþazFhá\11\8f¬óò\9c\8f\92\8e\8e\8e\r¼'\9e;B^ÖÑ:"l¾Ë\8b\9dC4w_ðú\9bPaAB-\r«\9a\90\84\88æ\85´`¸
\1f\98\84'½×áZIÅù\a@UøY\16ë\17Ô\98âü\ 3\820Ö/(\90\aý\17ôÒP\99X^U)g&
+Ïêu\vµ1CØB/\aÏ\1f¨qÅù\a@b`[ð\ f¬h\v=@{\7f\1fØ \1c\ 4 \a\ 1\9a+ÎL\ 4\0\ fì\a¢ö\ 3l\vV\1crf¢p/Õ\1f\bX\94e9\88µÀúü\ 3ÂÍö\12\ f\19\8arxv\94\ 2&FÈÄI¸Ùê\16"ÔÆ(\v\925\89\\17¤úF!\b\12\98°\1c\bþUý\81\fåÀÁ\83\fÕÙÁ\83\8a¶#è\ 2ÙÂ,\8aòÔ\19\94©fª^/\rg\1eèqÂôró÷¦½¯ýÚ_îøÿõã·\1f~\11>ÂÇ\8fÿõíq\ f?è?ö^éú\87\1f\7fÿ\90ò\87§÷øÕùá\99ýøë\8f¿ûß\7füøÝo\7fõÓ\1fþúÓ?~üë?ýâãO\7fùã¯ÿÿ¯~úõÇ\7fþ÷Ç¿þûÏ¿ýÝï>~ùw¿úåß\7füâóãß\7fûÓÿùé/?\7füÃÇo~þùOÿøÃ\ f\7fûÛß>\7fþÍoÿúù\87\9f~þá\97¡,ÿõ\97ÿøÃÿûáO\7fÝé>\7fóóï\7f÷÷\1f?þßoÿüããëþ\a\80\98
+endstream
+endobj
+298 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 709 0 R
+/Name /Im277
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁü\87\9fGNNÆÆB¢\82¡\82á\ 3\ 2r\14ÈTTØ?àoà\17ª\99(\f\0\19^\rú
+endstream
+endobj
+299 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 710 0 R
+/Name /Im278
+/Width 25
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ãÿÿ?\18ø\19j\80X\ e\88å\81\18\f\eÐ0TN\ e¢\16¤\a¨\97\9f\81\81(üÿ\ 3\ 4KÊÔÎ\96\a\0&i\13é
+endstream
+endobj
+300 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 711 0 R
+/Name /Im279
+/Width 30
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80ýÏ\7f æg`|ÀÏÀp\80½\81±\ 1\86\99\ f03\80ñ\ 3v ,\e\183|à\81à\1f2\f\f\15\12\10lc\80Àr   \10,ÿ\80\81\81ÿ\0\ 4³7 03PZ¶n¶\12\0Ïg\1a÷
+endstream
+endobj
+301 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 712 0 R
+/Name /Im280
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÍ=
+Â@\10\86áW,l\ 4[!«\v6¹D`/\16Ý9\8dçØ£ä\b)-d&_\12°³x\8aùý®\1cÉ\96É\11âò\95\8fÌÒÈ\ e\89?Jã¶íêÆ\9c;\953Å@\83Ý´Jò\92XÙOSÝÔ·\91j\ 3Ê?8\17ý:)\9b0ºþù~,¶Ä6C
+endstream
+endobj
+302 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 713 0 R
+/Name /Im281
+/Width 30
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cm\8c1\ eÂ0\10\ 4\17¹Hé\96
+KT<!\ 5â>fÙæ\eyMøI:Ú+]XY\96tHè4ÅjF\a>=ðÝ#9Òkdk{6\94¹âÿÉA\rÔ"²#qÃ\99\r3pp\17\ farFÊsÕïM¸¶\17Ä\9e\11úÀé\87\82à\15\93Û\9a¾m\vÜ\81ê¸ÜÊrý\0ZÑFH
+endstream
+endobj
+303 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 714 0 R
+/Name /Im282
+/Width 48
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Í!\ e\ 21\10\ 5Ð?©¨£\17 A¯#ÁàöJH\×íU8F\1d\8e\b\95\15M\87?ÙÐÝ`\9e\15Qõ S@\92\88.\14ÔãgB\0\89fsÎ8Ób^
+îÃ\8a'\10*\1e´¡\0¾!Ónº.i¨\8e\8a²¢+\85®0ßfü\1cìæÜvÙ\fCù×ç]K6¯S|ݾ\0oDõ
+endstream
+endobj
+304 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 715 0 R
+/Name /Im283
+/Width 27
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÀÿÿÿ\1f0\10\0 5õ@µÒ<uý
+\0¦K\ f\89
+endstream
+endobj
+305 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 716 0 R
+/Name /Im284
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3`H°a|`ÿÿ\0\185Øÿg°ÿÃ`ÿ\81Á\82\ 1\81,\81"ÿ\19ìø\ fX°?°`þÀ\0E?\80¨\86ùÇ?\ 4úð\87ùC\ 5û\ 3\eþ\ 3òÿ\eøÿ\83\94\88*ÔÎ\97\ 1\0«Ã(V
+endstream
+endobj
+306 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 717 0 R
+/Name /Im285
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÿAÆ¢\80¡\80á\ 1Ãó\aï?|°ø ó\0\f\13d
+$,\fä\1f°\1fà\13®\9f$\b\0\95Ê\11ª
+endstream
+endobj
+307 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 718 0 R
+/Name /Im286
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90?`y ð@\ 2Ã#\86÷\rÿ\ f|x\0\ 1        \ f
+\ eØ7È3p\vÔ÷ó\ 3\0\83£\13\97
+endstream
+endobj
+308 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 422 0 R /F1 420 0 R >> /XObject << /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im162 171 0 R /Im171 180 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im39 46 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im156 165 0 R /Im155 164 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im175 184 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im146 153 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im52 59 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im46 53 0 R /Im162 171 0 R /Im263 278 0 R /Im71 78 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im50 57 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im146 153 0 R /Im263 278 0 R /Im53 60 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im59 66 0 R /Im47 54 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im175 184 0 R /Im146 153 0 R /Im173 182 0 R /Im161 170 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im151 160 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im21 28 0 R /Im30 37 0 R /Im33 40 0 R /Im150 159 0 R /Im17 24 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im284 305 0 R /Im245 260 0 R /Im265 282 0 R /Im256 271 0 R /Im260 275 0 R /Im249 264 0 R /Im266 283 0 R /Im254 269 0 R /Im255 270 0 R /Im251 266 0 R /Im256 271 0 R /Im257 272 0 R /Im258 273 0 R /Im251 266 0 R /Im259 274 0 R /Im248 263 0 R /Im255 270 0 R /Im251 266 0 R /Im260 275 0 R /Im261 276 0 R /Im262 277 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im47 54 0 R /Im53 60 0 R /Im47 54 0 R /Im52 59 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im71 78 0 R /Im58 65 0 R /Im44 51 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im174 183 0 R /Im68 75 0 R /Im160 169 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im58 65 0 R /Im53 60 0 R /Im58 65 0 R /Im40 47 0 R /Im39 46 0 R /Im71 78 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im77 84 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im175 184 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im52 59 0 R /Im45 52 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im146 153 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im71 78 0 R /Im51 58 0 R /Im52 59 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im47 54 0 R /Im50 57 0 R /Im42 49 0 R /Im146 153 0 R /Im173 182 0 R /Im263 278 0 R /Im68 75 0 R /Im287 310 0 R /Im180 189 0 R /Im83 90 0 R /Im93 100 0 R /Im288 311 0 R /Im87 94 0 R /Im289 312 0 R /Im94 101 0 R /Im179 188 0 R /Im83 90 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im42 49 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im43 50 0 R /Im40 47 0 R /Im51 58 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im69 76 0 R /Im47 54 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im70 77 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im68 75 0 R /Im40 47 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im73 80 0 R /Im58 65 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im59 66 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im50 57 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im45 52 0 R /Im47 54 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im171 180 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im71 78 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im68 75 0 R /Im74 81 0 R /Im45 52 0 R /Im48 55 0 R /Im47 54 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im58 65 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im79 86 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im57 64 0 R /Im59 66 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im58 65 0 R /Im44 51 0 R /Im69 76 0 R /Im42 49 0 R /Im57 64 0 R /Im57 64 0 R /Im58 65 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im153 162 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 309 0 R
+>>
+endobj
+309 0 obj
+<<
+/Length 719 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cÅ]K³å¶qÞϯ8K)U:C<    zé²\95JRå²KSåE\94\85-\8d,9g$Y\1aG\95üú\80\ 4\1a\ 4\89¯/\1a<×ÉBWC\1c\ 1ô\e\rðooþpûÛmvw·ÜæÅÞ­]n\1fÖgãtixP\83sË}R:5D\88ýùÛÛ\1foß¿Q·_â\7fÿ\1aÿûë\9b\7fÿ\8fÛtûúÍ\ 6¹½¨\1dõ\9c:v\11ì\8b\84>Üg¥ª\97Ô}      \81\9e\1fõsƾ\ 3ôÐGÐ¥ê9Üí¼w|D¿è{\88\83Üñç\86GÝ৥" 4ô\bغڠ    H\8f'\ 2¼ö4ÿ        \1f5<ê\ 6\1dß|Ô ©¡CÀÖÕN@~<\13à§ûäTE@nØ  \883\17ê\19Ø\ez\ 4l]í\ 4¤Ç3\ 1\8b¹{\e*\ 2rãn°õ\ 4Ðs\ fýÚQ\85>=\9eÐÏz>0`~~ÔÏ\a\ 6Ü\e:è÷\9e7ô¥ã#ú8'\a\ 6¤\86GÝp`À½¡GÀÖÕN@z<\13°+\80\8coW\0\81\ 1÷\86\1e\ 1\v\ 1G\ràâ\848¥OzBW*à¬\80j\881\15´BêV        $\85æ\93\ 4ø"òD\81#\8eÌ*\90\9e»øÝ=\94\9eSǪ W>þªCEÀÚRQô(\r\ 5a\81é\93\86sç;\11Úù»\99êYX[¦¹"\82\1a
\ 2Ó'¢\82\rçÎw"\8cõ÷9ÔD¬-.j¡\9d\8aÒR\90\16¨>\19        x'\83\9e\8fdX\93¸¤P±6L¦¦¢´\14\9c\ 4Ô'"ÁîDÐó\91\88Âä\85
+bÞBDáfB¹\vF\97\88
+6\9c;oYs\8eËå\8cªÜ\83ÜPdcVó]ͺbͽ¥#\1d©¯\9d3W@Ûrfnn_ËÏ>®¥ÒKÅ\97{KO8Jß\99/WH37|\99\9a\9b÷Ô.\1cÞD\9b¸¨\8a\96\9epd¤\85\9dîÊ\9c¹rkÕµlPË.\e^\99¬\18        ¨4ôD##-\¹BêVYçæ]4Ê{E2\16r`
+W\96\96\9eh\94Þ\89+#¤_Z®\fî^+ìü¼óääòÔ\17\88Ò\ 2H¸©»\8f^Æ]ÛÛ\81=     \vñÊäëe)ì9ù¼.õ{ºÒÞÞÍ\19yaÐÒ"!ç\88\7fçA\17jz
+ß­Íz9½§+Eîut \8e¼ZZ$ô\1cñïl\e;YZ¶M­\15×Òk¥a\8aÎ\82_*¦-\r\12j\8eØwþ\9dttRZþÝ\9aUÍÀ¹¥æ`\9d'lç`Í+\94\86¢#\ 5\153ëZ·ì*v>¸?ù¹bfò¶vf~Áÿº-÷u\98\r3\13\96ÂL\a_lgfò\ 6ë÷lÍÌaÊ\r\85\99K\8b\84\9c\9dIÃTKzaÌ\90\18óô^­xcG»\12Ü`J\8b\84\9e\9d\99c'Õb\15Î\8c\90á \83sKÍÎ\84¾\0\8dÐsÄ_±s|g\ 1ìL\ 4íìL\ 4íìì\12CíÜ\9c\e\1cñWÌìî\16hæ9Ùþ\9d\9bgr\ 6
+;\93ï¾³³Ð\9bO}Õ¼yðæw\1e^N¬\9e_+êx¹\e]û±{K×_ ¾\8b\ e\ eø\v©¹}­x\v!\8bÌî-\84\9e\8d<öµsj\84¬$\87\98nkU5§æ\96Ê\93\8eÖuÓÄäÂÒs×WH(w\ f\16¦ñ`\17b\86\9d\15\89\e\9cMw\ 1¢\86®\e½dn \8e\\99Ä\0\8e\\8e¾Bz®üWÕø¯\8a÷_9_\81°\14¿RaWV\9d\Yute}|\ e\aÖ,-#\9e\ 2¡!\96\89\9dÌÀSHÍík׸\94õ\13\bÍÿ)ò~Âÿ\13ïr^ÂËl¼õAJÐÜ­\89l\erNe\ 3Ï\8f\8fòhS\8e\87\8fßÞ¾ù§Ôß}\9an\7f¹mÿûç×ë½!Vys÷säÄe\1dÍÊðÛèòóc\7fv\89åÊûù¹Oðó\18\1a¢u\1c\90ZC¡pÏ\ eô|\9fËóc\7f\89\81Ëûù¹Oôó\18\1a¢Íú[4ÐV§\«Yû*Ï\8fòlòRÒûôÜ'úy\f\rÑÖ¸û\9aÉ\8d\8b¡\92\97³¦\16éù±?«d7Ëûù¹Oôó\18\1a¢\9dNY¼%¬©\92UbÃ})Ï\8fý9j\81ô\9cßÏÏ}¢\9fÇð\85HÊÃ\9aÂÞ¥<=\16)\ f\94nÏ/\97l;\91ÿZýu\88%\89\9dBâ;\92èô¼K8\852å}{æì×ì³C4I,m}\90DÓÞ\a=»¼\19CïÓ3"úù>;D\93Äê¼cE\12­ó\96\15=«ìIÓûô\8c\88~¾Ï\ eÑ$±kxe*  OÏ»\84\9aeÜ%\9c\9e\11ÑÏ÷Ù!ºH¬¥p*K´½ç\8cC~Îápy\7f:\9b\98×ìsWuL¢Ö%\e;'á8d(âß%©Tò
+N¿f\7f\86Õ}ÿ8\94ì°J4§)\ 1½:pµÔ\97\8cÛ\96\ 48k\81#¼|l¯\8d\97\1d ¹Þë\8eÝ\9c5ƲìY\96\92õÈY\7fÒ\18çß\13¼|\80¯\8d\97\1d`I\93è䯮ÚÄÎ{Ú¦ü\9eÓ&¤]\9aßu\9a\0_\e/;À\92w)y M\88KÇå÷\90Ò\9cE\13\9d\7fÏ\88¥\ 3|m¼ì\0K"ɤt\86ÓQ¦\97=±T~Ï»=\95¯süÝ$\87M:À×ÆË)|&\85år²7©µ9\a\9f\87,BQkç_sÚ®²\0ÿ8$Âa\15\8d4ïQئÑ\8e\94S©5Úé÷\ 4ÿÒØ^\e\93p\80%ë6§Z\12Òhç\8cÞ\9a§©#¶óï        þ¥\ 1¾6&á\0K^Ä'\95M\1a\8d²4Õþ WÇèîð{\82\7fi\80¯\8dI8À\92hq´s\99Ý¡\99"Áü{\96\8b¬ÑÚß»â÷Ú\98\84\ 3,\99#\93²~¤Ñ(\93T~\9fi\1f i´æ÷\1c\98ñ\ 3|mL=¿3¨\12W\1e\14\19Ô\éåaGó\12\8e®g©L£¥ò.ZÑJõ®Z~\7fÜ\93¼\8a§ë9zÓh¡P{lûsýþ¸§x\15O×3LZ¤Ò2Yk\14­R\9e\8fZgÔ\13¼\8a§çùe-Qi\11G\85\16Yk\94ç£V\19ôô.ãézvóLÅ\1cYK\98£Gµ?\1fµÆ¨'w\15\rñÓ\9a\87p&+mmõÝ,\8a\1a\1e{\83Êp\ 4AÏ)ÛÿëwoÞ~®oêöî\9b7ËÝO·i%|û³?~\16¹ÙÞÞ}x³\926Û[\8cTm\98nï¾¾}òîÓÛ»¿¾\99¢Ö     ·Ôò§¦åÏMË£iyß´Ü\9a\96\9f\9b\96ï\9a\96ÿ¹Ôó\97\9f\bºþ^ÐÑ¿    Þù±iùáÒP?
+Þi{nGÑâúòÓ­é·ïÒæ\92YÓt³_ò~\98«\1e\1fùÑ\ 5\93\1eÓËå±e²\9dµ>Û\19lã¯í_\91É"\9f.Qå|f¢f]6z~\97)t+kn-\7foZ>4-\7fnZÞ7-?5-·¦å\87¦å\e\ 1Ô÷\82\16Pø³\0WûNÛÏ\9f\ 4cÿªiùVÐs;\8a\96Â"`{Ów\82)k;¢eî0Ñêù\9c\98¨Å÷\10´´Pí2¶t·\vr\12©\18\r­\9böAçÊA\15­p\8c\16òó\83\9eÝZ3µ\95Å\10ÄÞ2¦¿ý&ZQVuTßá\1eâܬd\99\86Ðykù,5\99í/~qÁ/ÚæE%}ÑH_tÒ\17\99Á´/2\83qÌ`T´ÐqZµ\8fnv\9aÈ°µ¯eHîðf\rë·\96è®\94wÚYÕÍ;¾yÇæw¼\9bθ
+\94nZB\862nbßqM\8b¯Øö\85M\8dèENk\18¢SúÍMaõ\1aóó\83\9e}|Þ¼Êü~y\86\9b\1a\99+5\82ÛB$¯RæÌF\17}«jñ´\87Z5¤zª
+¤S`µÁªªóµúÖì}·[È~NæÓÜ·\82E;«-DKÏ\8fò¼\ 6\10Ûs~\9f\9e\ 5[ÈOcÈ5%\93É'yf\9a8}\ f³¢\86ÇÞàÈU%\10w8êTë¨\18.éJGí\8f\9fmÿ\Í¿\8aJÊßÖ\1aê\18ÊÖ\ e\93[læÊÿjZT­^iýl9\11AKlË\89\88ª%\95ÄW@©AT\ e\93×ßê\14NÑú[}\b\97zk\15\83®mg\85Ö&=ïkesñqy\7f¢
+" 7O÷yZÿ(W4\8by½sKÅ\ 1\86êm\vTiy\86\a¢­³\8b\98\a\ 1MçôÊ\8ak:¨W·Ø\9a\ 5´aOêµ\95¦\99\ 3\b\10\aè^Ä\1fíû\96ëйÎl]\17·ì\80åw\97¥-¯Só{.\7f\13\aЯ\8c÷Ä-1\9a¥ùμ\91[*nQ.W\a\16¨Òò\f·¨âÖH¸Å n\99l.ç+¼\91[\1e\87\96ÄÙ\15Pï Hf\92­³\8aI&[Õ\14Ê\97nÒ)\15MKGÝ\94ß}Ò>´tÍïº\97ô~mL'&QS\99fb\89©Lsjñ\v\1dÙ"¨½å       &       Kt¬\95\98I,`\12\1f\\96\9cÌ\11¹áqhHì\\81Èëa3·ìx\12·\144=\95âCÞ\8bÉ«æc4\1eªUª\9eë÷\87UÈe<Gn\88ëNóIK¯h>sÃ\9c=\8e\ 2B\rÏpÂ|\9f"QRNp\aG8ÎÉßb4¥CBC\7f}ìyº)·zë6\ eÛÞ§¸ª_}xóö_>¨ o¿ùáÍ\1fª\ eôÝNç\ e\16¿và7Àc\av:ÃG6Ñ\98\80å®ý
+\1fU¢'øhý\eøpÂ\9fzT\11o\82¯ñ»\86~\13m!\86_\0¼mðG\8b\82ñÏ\ 6Á\ 3üÁÂù\v*/\80¹Ï¡,\80o:Pw\8d      \bq"m³\82\91\15»+0o]ªu\9f½¡ % òwÃBÚ®ðp\ 6]\1f\7f\13\9cÁYº\82z-\94\10¬ ÇÁZi!\ac\ eÔ
+q Y¤\12 õ$\94\0ç!~\8dÆï\82\98~\83æ¿¥¿U!\19>\ 6\10-üz|®Y\0\7f\12\81)MÀ\1a\ro\vàî\8b¥\ e\ 2$\ 6Ô\8e\bÐw5\15\ 6öb\ 6p3`\0×0`»\0\19¿\9f\0~Ûàg\17ÐC\ 6\ 6\ 2ÌÀC\15Ô2\0+@ó\93\ 2\14¤\ 2Äп:\1e\ 2ú9\ 5¤\97\80\17\84eú£³'Q`\9c\0\9aI\89\ 4\90£ßD\87ô\19\ 5f\94L\ 1póo4R\0È\0´ò»Ñ¯áú7ð\9c      6\ 6Í_k\82£G\a\15\98\80¹fþØù·H\7fHæ?Ã;Ä¿\ e\18\10\ e\1eÎ\9f\9c\7f¢á\91è?vþ¡\vÖÎ?g\0ͬ\9f2\80fÝn\16è\ f\ 3âßvýÙñcý#ðà²üDý\93<¸Ú~DǺ\9d\80©\11Àu\ 1í4!\1f²\95 Î\ 2ÛÉ=e\81í´<e\81­B\1aXn\81­\9aE\16\98³\80VC\r\1c`5t\81\81\ 4`\ e\ 6\ 61b\v\ 6\93\a1Ö"\và\ 5\16\9f\85\12(ÖàÖA\v"\ eâ¬\93­_+\81©ÅF\ f®\8d¡<\98\7f&\883.      `´D\95\0Îb\ 1T6\9bðè\8b_\11@E\vh¦K\ 2¨ì\92ñëK\ 2¨\9c\ 2øå.°ò\ 4\97»ÀÊ{\0/\17 \18.#üb\17\16Ì\9fÜ\ 5VdÂ:ô³18\99°#~±\v¼&\11dôc\17X\85\ 5á\17»Àj±\0\ 2¯9\ 4\19ýL\f<!þiñ³!\94\82üÓ( 6\84QN´~\9c\ 2Õ
+οØ\0imDüÇ\19\80\92\83\v\94\83\90ñ\ f§\80µ\85ò\aègÆïÐúIôGÎá¬\85\f¯Z\ 5Èæ@¼{Ê\0\94\1cÂE\ 3 ¡\ 2\eÈ\81Ìþ)\ 3 \ 3\12À\81\1cÈru\ 1O1üE\ 3`¦é)\ 3`&¤Àå\ 6ÀLÈ\80È\r\80Qê)\ 3`\14\ 39\10¨ÀZ\ 5ì·j^\0¯\11¼\97ÇÀFj\0\19ú\rR\80r\ 3²Ö²K\f\b\vï \ 3\0bhfý\1cä\7fùúA\a®Ý\86as\0äÀÅu\1cÛ\ 6Êë7Cù\91óÿ<?¥ÿL\98\8f3`&:P \82hwaæ&\84
+S\12\81:pÅ\80hßÌ`\e\ 3%\9e²Ñ\85Úb Ã\b$ÛH9\ 6\9b\9es\ 1-Ô r\17Ðj¤\81\ar\b\1a\85
+rY¤\15/à@±\ 5°ö9\vf­Ì\82q\12h)\vÙ\91@vþ\9d{J\83Z\87,\18ÚFcæÏË\X\96~\1fDüÃÂÏOòß,ã?6\ 439\84Èr0\1c\82Ù   À·\1a\9c\rA-Ä/Ú\ 5HðY\7f¨ð¢\aËnÄ;\88_^\b@\85\bGx\90Ccr@>\87 Gx\10\820ëW,àËë×Matèçô\97\9aÑüÉwAT°hübùW\ 1\8d\8d®\96¬\7fÕÜÑ_L\b>Áù\13ïbé  Îß@\b\8fäO¿9\ 4\8d\1eô\16\82\1eàA\bÊy\10Zg\ f"vô¢\aÁ\162\18/Z\ 16\86³h\ 5ä\1a\[ÿ\14\aj\8b4\0â@\86\ 3\@ô\vbX\8aá-Ð\80ò]\8cR\ap\1c?HBq9\80Y4\7f\9c\ 6Ñ3\9a\ 119\8c\10D\16\80ßÇG\1a\87A9\80Îü³1È\844\98< f\14Ô@\ 314Ä\ fb0n\1f^\8bø\97\8d¡4â\1f¹\aeÌô\94ü\1a\83è\97[\90\12Ã_´ \86vÁ.Z\10ã þ\93×A8\88_ìÁ\19/õà\98\1c\96\87ò/N"\9bÙ>Ç\7fó"â?vþ\ 2â\1f¹\ai\16(¿býk\16\7fs7xþ\17´þ³xüv\92\8d\9fã\1f\8b=\18q!hÉ\0t=`ì\81¯\11<90/îÂr.\94]¯ñ\93¸P\88\82­\ 3\93)8v07*$½\8e:\b¨\ 3ßÈ\0¿\93.ó"ù(\1c­\81¼\16Ìz\19\ f°Y\f\ f}\18y\16ÂË|\18vþæ«^8ÁC\1e\16è\80µ\88/¤0~KÃÅpÂTµ<\r\aÄ×\1a/f\8b\83LÎ$N¡Î\84\ 3\ ebâHÊ#\1dà\a
\89\ 3\8fðb\ e\81\axäÅ´^\:\90°\0øY\9e\bÿ@\1eÁ#ühþ°\16W³OJè\0¯\ 5ÕÔT
+ 2\ 3Õð\ 6xQçb2\8aÃ\ 3Ào\80\ 4*<ÿ\8b\ 1ðª\r\ 3¸b\1cµ\9a1ÝtÐ\98\ 1.\91½\9eGH\13à_Ld³\81t\94<0\0y.\7f\8dä\93\ 4Î\87r<q*i­\ 6\10uÐ=Rp\9a\1aÒ\9aH8ª!Á*¤\16­\17À\86mIUtyNs\90ÂKÒ\83fVµ\18\ 4PÓµè3\ 1˦Çô¶\8c§\ eZSÄR`!\ 5¾é \8d\87Ã&\eÛ\8d`SÓA[×\99\ 4·î \9dµX«\8a@\a¾\11¥¶\83°-ìZ\16\ 4:°`[u\9aÎs°Tu=Æ\87\8a\rt\e\93·Ö(\ fa=\b        æ ]Æ©ÑG©\a=Á1´aQ»\8e¹\ 3\ 5g±µ¨Ü:RbL°\8eçÍéLA>asî \11¦v\1d\13M±5Q\10\97ÁW\1d\b¤)S`\83l\ e\9a;px\ e\ 4\8e\f\15\1d\929³b3\ 4\9e\11<&AÎ\b3\96Çf\128yÔù¬^W\1e\9a×1g¸Î\1d\80e`æ \9fÕ;wÐx'-+\92w\98b|c\ f\95º\8d8r1ºÊ\87½Nðâ\1c\85²\ 1À\8fìÒx\ 4\9d.ÏáÏÞá   ^0\7f\ 4\8fÆ\8fvÙ¸BÓ\94ã<Á\83\1c\e³K7Ãù\13Çg*×9ôÇÏ\15\8aÂõ\17ÇøjAãoµHï°joüü.\8fy\8aÿõ$å?n\97h\16Á·:\90
+=\15\98¿6AÁæè5á\7fù¤\aK¿AúC.\7fÚÀñËÏ*æBû\13¼|\8fÃÂõ\17ç\17è¬joüì\1e\15Ô\7fòü\8cÎuZWå_{d?äòO{T=ùgÇ?#ý10þ\0ùG.ÿ\v\9a¿\ 1ù_ þ\15Ë¿\99àü\8bùÇ@ý#ßã¤:ÏÓøå{,\9aìÇų~\1aú/ò³~\ 6Ù¯\81³~Fæ¿pú\93ö\88\93¯Ó\84úC\%B{D=ùí\9d\15íéO~\8f     úOò:Í\¥ÕÃÏÎß\fý\17ù\1eë\8cøo Î7@ý\vô'Ãÿ\ 1ɯ¼JÐ,pþÅþ³Y¤üÏTéMHÿÉ/«°
+Íß@\95 \92áç«L\11ÿ£\1a\ 3f\8fKÃù\17ÀÓ\16Õ"Ô\9f\f~#ÅÏÌ¿\81ü'ß\1f±2ÿ\81Ý_ÂúO¾Ç\88ãGqüd±ÿ#ö\1f,\8eÿä'eg¸~òø\95âÿN\950\e?Óúw\ e\9añ»K\ 6ÁËãg²\9f\9ds\ 6üuU Ît«|\99øÑÁù\93ÇÏ\ eÎ\9f<~&þ¹xP®ä\ f:\aåø\83¦J4~6\7f\14Ðü\rä\8fò]\v}þãâo\19<\e?O\16Ìß@üLþwç\9c\1e\1fÿCþ\93ÇÏ
\9f<~Ö\90\7fäñs¾iÁtNIðù\ 3+\1a?\7fÙ\15\1aÿ@üh!~yül¡üÊãg\87ôß@üìõsã\9f\11ü@ü<Ãõ\97ÇÏ\ 1â\17ßõSâ÷\ eÿõÎyöø\9f¯\11\ fÜõ3!þ\19¸ëG!ù\1d¨\91ShýP\8d\18>çl4Í_ï\9c3\97?Èò×='Èå\ f\90ü\8fä\ f\90ü\ fä\ f¬\8c\7fÙü\81S"ûÁç\ f\83\8d\1f¡þ\18É\1fx\91üðù\ 3h¿\ 6Îy"ÿo$\7f\0í¯<\7f\10\90ÿ1\92?\80ò'¸é&õ¸ÞUµ\155tOy2ò³@ý#?¥8Éü\7f6þQ\88ÿÐME\9dø\7fø¢\v\8aß\91ý\90çOé\94è        ¿¼¾Ó@ÿa þ\86ò/\9f\7f\aý\7f±ÿmqü4P\9f*õß^>¥9n¿)þFü+¹,uß\7fß6ð\8f\ 5¾\ 3÷-Û\9c\80ê\1e\92À\ 6T\91\ 3Û=¤Å\ 5ày\ 1:\87\0Ø\ 1ø\91\rü\80àÅ\17\rÐ1ËÓ\ 2´¥qlyâ\9cê+\8f\1d´\85mm\11I&`\ e\88\ 3Ú"\12v\ 6\ 2\9c
+\ 4´\82\ 3\18á
+0ÇüòAË\13\a       \ eÊR}¦\17r0\83_Éðó÷E{¡\ 4r÷E£ùoU\bgÂ×r´\8d\ 1\ fÇÔP}+S]\9a\8fY\9dè\17\1fT.Õl\17\ f*k\ 3%X~P×Bþ\97\87 \16á\1f\bA\9d\15ñ?Ë?\1eipÉ1E
\11þ\81«\8e¼LþYù#\13Ø\91?vþf\99\ 6gé§\14\88\ 5W\ 2\80,\0
+!¸ë¦!ÿËS@ù\98V\7fþ¹«¢&¡þäJ\0Ðø\aB\10¨?%)ü\1cÂQ
+³sÌ\97\rÁ4Ä/\ fa5\\7fy\b\8bõ§<\845\90\7få!¬\91Ú\1f\f\94\7fy\bk\91þA.8\93\ 2Êw\8d®ëøR
+\88\9d?'\93?V~\1cZÿ\81\1eú\ fòcªù\88ZOÿ³)¤\19ÉÿÀ1Õ\19ê\1f9ÿ\aY\ 4Â\1eS\r\88\7fäÇTM\90Ù\ f>\ 5¢Eþ\13Ë\7f\v\94\1fù\16ð\84ä\7f`\vx\92ÚOæ\98l>]dzÇdÙÛÂ)\87Û\11`ö¶pÊá^¼ça­\81¸æ@eü¤\80»÷<p7uA\ 1\14çÐ,t`\arh\ eâ\1f¸©Ë
+\r\bC¿P\81ò5\14Ð\80\8b\r Íw¥^5\80¥\ 6ã¢\ 1,9 á{&N5\18Ç\13¢Ã7u\99Π    ÙÞM]'üÃ7u\99Ã\ 1Ëñ\9bºÌÕ\13\94\ 3ì\9e°}ù¦®\13üðM]½õëÝÔÕ£¿wS×iý\81\ 1æ\12@\16á\17\aPj\81ôËk@\16HÿÀ\19
+Äÿ\ 37eMé\84³é\1dðe/k¦MÔi¹vY3mBt\ 4\88/ÂÐ\80\81\a.:"\ 3|À?pY3e\80\8e\v ¿¬\992@Gúå\19\f\vñ\ f\1c\ 2\99\91\ 2\90\7f°Ê"\ 54ðÁ*\a\ 5PþÁ*\17\84ô3\19<\ f\ 5\88\ 4\81\f&¥Ð;'ôù"\12È?\ 2xÊ !þ\91\eP\1d \ 1\1aÈ A\ 3"¿(
+*À\81Ë\8eóç~züÃF\90\13\9a\7f¹\ 1)\19 \8bü¿F.\12úÙ"\8e|ÑYß\80r\87@d\ 6\88]?¬ÿÄ\17\ 5\9a¢ÿ^Öß½ËÂ{ëÇ\17\91È\1c vþ¡þ\19\98\7f\ fåOì\0¬\19\10\91\ 3ÀÝódè^\85Óý\1aÀ\85cnë\ esî`\1e½­;µ¬w\85%\15úòõ\1aí9ðeKËÐõ\1a:×ãd\ 2\86\ 6Ë6)«\13¾Îá±\ 3\15ÀÝ\14KÃÄ6$/x\9d\82c\a\ 5\13ü\ 2\80«¶¦  Â\87\0ðë\0¼\90ó\fÐUM\8bC#\10\88A¦`A#\88ÆåÜ\ 1*&°!9²-\ 1\8b \98#\8e mE¢\11Ä\99\95.âº\97ùÌ"®Ç\89%\8bÈÎ\80ñ¢\19h¹xÿpתIÖ²â=\17\f\g`3¼»d       TÖÄGøÖ\92³ß\8dÊÕ\10'xñwoT¾níD¿¸\1c\89\8e#\\1e\7f.\a\ fö¢¸Z\b%ÂÏ\87Â\b¿¼\1c\8a\8e#\1cáÛr4\16ÿ\ 2ùGþݱ%©ÿ\13¼¸\1c\99BéÓü\8b×\9fj1®®?]zÝ[\7fÖ\93Öpý\eùá>\eC\91ðiý\ 6¾[\ 5ñËk!,\1a¿\9cÿ´Pÿô\8e#\å?\9d\8fSõø¯WKq\99þ\9c
+ìÍ\1f\1f   ÏÂõcjif8~\81\ f\10\90~ùq¤`\0þ\81ãH\81Öß\;\8e\84õ\97\16\81ÏnÉø\8f\8dD&\87ô\8f<\12QÐ~ʯcPHþF>½\rñ\8bkQ\8c\86ü/\8f\ 4\r\9a¿\91Z\ 2¤ÿ\ 6Æo!ÿ\f\8dæoäÊm\99üò\9fÍBó/¯¦53\\7f±ý Z\80>ýÌú\aÙú³\9f½\8aþ\93D\7fòÇ\11àüÉ·"±ÿ"¿®x\92é/þ8\ 2ä¿\81ë\10\83ÿð5ÔßâZ.«eö\83Ý\8a5\90\7fÅþ\13\1d\87èÑÏn%[\99ý`ùÇBþ\97oeçZ¨¾ÿÎÌ\9f\93ù\9füq
+Äÿ#×}Ëä\87åÿ\19úÿ@~\99R\94ÙåùóÃ;q\87ø_\1f®c\10×rÑw»OðâZ&º\ eá\b/©eÊ\87\11\9f\1càÑ-»Ìq\14\97ò\90\91ã(ù\8bé§\ 1È÷¢É\0êÞ}4Ü^ú\84àå{Ùù>\8d\13|ÃÀìeÓsÈ\v ;Åd/\7fx»7\7fü}\fAD?\9f@\98\9f[?rà;óÏ'\10 ýò\0Hi@?
+\80¸Ã \88ÿäç\81uÞJ:Á\8bÏ\93¯     \ 4Éüó÷\19 \ 5\82\1c\0î>\ 5¸~ò\ 4\ eT`m\ 2\87MÀ8\ 4\8f\120\f~\8fä_¾\15J\89ã>ÿ3óçÑü¡ó¨ÜV6\9c?9ý\94\0¸Ê?\ 1\19@Ä?L\ 2d\81ü+?L´@ý+O aý#®¥2\13\9c\7fùw»óa\88\9eþà·ÂýSú\9bj\10ûëÏ\ 4p\1a: ò\0^#ý-?\8fkÌsö§$\10\87]\7f\8bèGëÏm\85Cÿeø>\85¾ÿÃm\85\11ûoë7·$óÏÎß\fí§¸\14®$\10ôÅû0\17$\7f\ 3ó¿Àù\13\1f\13ä?y\04!ý7\90\0\98\90þ\e\bà\94Ìÿeá¡ÿ3p\1f\9f\86ó?\90\0\80ðòû\ 4±ÿ#§\1f\aprú¡þ\91Ë?Ý\87xUþ­\7fÎÿ´\1eñÏÀ}\9c\92ÛÏ\12À«\8b÷ñÑú\1fáÅñC   àÕµûDè{\bGxy\ 2O9\84_\9eÀSd¿Ôµû\84J\ 1\81zù>\1c>þGã\97\14mÀ©\97ïóèÆÿ\1dþáñ\a\11~vþ¨\80¡3\7f½¯f÷ø\87K )òßÕË÷qñg\ 1dòÇÊÏ\82Ö_~\18SOhýä        ¼õ>Ævýä <\9dï#:\8d_~\1f¥\86ë/¿ÏPK×\9f) 0\10¿ü0;Ö¿\ 2ýIø\17 \7fÚJÌ6ÿ¶\17@lù·\ 3~%?ÍY*\10º\füòG¿O\f$?Ìâ!~y\ 2f\86\ 6H^Á3C\ 38p\e\83Ì\0õ>ÈÐ\9b\7fþBG$\0\ 3\ 1\1cT H\ 1s·1Àù\13Ï?}P¡7ÿ|\ 2À\b\r\10\17ÀË\14\b;~\ 3ç_¤ÀÓ\ e¾\7fÊ\ 1¡Zö«\ eH     à/: ÆOO9 \ 6;P\ 3\1fD\98\9fr@è6\81«\ e\b]\88Øã\1fö4~\98²\ 2ï]HÈU @ù\eH\0\eH\0\e¸\r\0Ê\8fü6\0±\ 3ÂU\0@\a@~! Fë\8f\12à\\ 2à¹õ£\ f\1aôÖ¯w¡bßþr        \0¨?ä\1f
+Ê#üÀaz(¿\ 3\1f$\80\ eôø\ e~Gÿ³ôCý!·ÿ%\ 1\90/f\1eµÿ%\80?ÀËí\7f      à\8fðò
+z\añË+\0\08À·\15\0hþç:\0?À£/\ 5s\ 1´Bô\ 3ýÅ\1cÆ\ fÙ~\1eáå\87ñ\83lýø\rø\0ð£\ fBp\eè\88\aaè6Å\1eýÜ\ 6j   \8fë/N é ÉÏ\80ÿ® ýòø\89\8fó'Ö?Z#ü\ 3g±5\94ß\81\0Ø?7\7f´\81Õ\9d?f\ 3\95N\0\87?\ 1° øñ\13\0Gxù\ 6´Cü'¹L%_æ\90Ï\92®\85,/ÝFÈ\7fÐ@:ÿ\ü\8dæ\7fä\83\ 6\10ÿ@ü\rùW^\80³h¤?Äú\8bn3¼Ê\7fôA\84\1eÿñ\1fD\84ò'¯`VPÿÉ+\98i\ 3¾k¿¸\ f\12@ý'\8f\9f³þYíÀ¥øÙÂù\97¯\9f\85ë/\8f\9f\9d\12é\ fþ6@¨ÿäñ³Cö\7f ~öP~åñ³\97é?~\ 3ß\8bèçO\10Èô\a[\0\10 ÿÊço\91Ê\1fW\81\ fç_\1eÿM\90\7fÄ\1fä 
\9eü±ô+8ÿò\ fúi\99ü¶\ 5\94t\99Þ\fø§=\ 1Îo Cüòø\11úOò\r kQü!ß\0²\16\8d\ 1D\97ñõø\87ÿ !ô¿\ 6âw4ÿ\ 3ñ;\8cÿ\ 6
+Pfä\7f\ fl`çø\9dâ°Qÿ\996ðOðbÿ\99âÿ\13¼|\ 3;Çÿ'xù     îlÿNðbÿYeûw\84\97ûÏ*Û¯õ«\ 2WügÊ\1fôç\9f»\ 1@\ 1ø\81\ f\ 2æ\ 2´\13\r\ 4\ 1Í\9f|ÿ\8cn\0èáïÝ\0p\99ÿ\17Ùü³ûg\13\92?¹ý¦ø¿'?|\ 1>¤_¾\7f©!~qþl\8dÿ×üÙ\11^r\91N\8e?\rä\1fQ\ 1N* ×"þïÝe×Ó\1fü        zÈ¿ ~äà¡üÉ¿\ 6à\9f\93\1fíeö\83¿Ë\ eÙ\ fù\aeu. =Á\8b?(«±þ\92ç\1f°þ\92ç\8f\ 2´\9fâüçZÀ/\19?Kÿ\82Æ\8fn\80y9\7fÐç_&~Ï\ 5@'xqþÙ(\88_\1e?cý'?À áúË?h\99?d5î\7f\10\1fò\ fZZhÿåñ¯õ"þã?È\bù_þAKg2þÞ]°Øÿ¢»ôzþ\17\9b?òpþä\1f´ô^Ä?ü\r\ 2PÿÊ?h\19H~^¾\v\97ßÿ\87ò3°ÿ\ fý\ayþj\91ÙßÞ×\ 4\9f\8d_'#\94_&\7f0¡õ\1f8A®\10ÿ\rÜ@  ~`¿\99ø\15ë?ùeú\1aÎ\7f\83\9fÛ\7f³Pÿ¡ý7&\7f\0ý¿\81\ 2~¡þëÝ@зßÜÇ\0 þ\97Ï?öÿÄöÛz(\7fbûMõ\v\87ÅúO|\19ýZ\7f¸\9eÀ_ó\0Õ×8j\ 3ðëwoÞ~®nêöî\9b¨ÆWøÛz\8fhþÇ»\ f\89\\1c{us|çëÛ'¿ûáöøî«÷ßÿüþW·ßÿæóÛ\8f?ýðõß¿zÿõíÏÿ}ûý\17\1f¿{<n_~òÕ\97\9fÞ>¿ß¾øîý_ÞÿôñöÙíÛ\8f\1f\7füÕÛ·¿üòËýã·ßý|ÿþýÇ·_ªÙ\7fóÓ\9f¾ÿÏ·?þ¼ÂÝ¿ýøáñéíÝ_ßüö]¤î\7f\ 1\17\98vt
+endstream
+endobj
+310 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 720 0 R
+/Name /Im287
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\11Â0\10DÑïq ð
+ ¸\19\12ÊPK4\0ºj\Ç\95¢\12\b\1dxX\84\9c0\ 4\9d\ eõ\r\12Ëa±¾,J÷´¬éqª\93GÃh0É:ò\1d\8d®î\r\8d\84FZá9áýWûSO£1ÅØ£ô'«\ e\16}?%\97Ûc»~\0}è@~
+endstream
+endobj
+311 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 721 0 R
+/Name /Im288
+/Width 25
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀøÿ\ f\ 3óÿ\7f\fü\1fþ3È\1føÏ`ß\0Áõ\ru\fõ\f6@ÌÀð\1f\ f\ 6É×7@°}\ 3s\83ý\ 1æ\ 6ù\aì\fü?ä\80æþ\ 1\9aÿ\ 3(q\80ARºn\96\1c\0}â#ï
+endstream
+endobj
+312 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 722 0 R
+/Name /Im289
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ þÃ\7f\7fÀN\ 5Ì\ fÅò\1fØ\81f²ÿÿþ\9fñÿñÿ\fõìÿ\15¤kg©\ 2\0©;\1f
+endstream
+endobj
+313 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 422 0 R /F1 420 0 R >> /XObject << /Im182 191 0 R /Im40 47 0 R /Im53 60 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im174 183 0 R /Im171 180 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im39 46 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im156 165 0 R /Im146 153 0 R /Im167 176 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im69 76 0 R /Im58 65 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im40 47 0 R /Im50 57 0 R /Im58 65 0 R /Im57 64 0 R /Im70 77 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im55 62 0 R /Im58 65 0 R /Im59 66 0 R /Im58 65 0 R /Im50 57 0 R /Im52 59 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im58 65 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im52 59 0 R /Im42 49 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im71 78 0 R /Im58 65 0 R /Im57 64 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im53 60 0 R /Im55 62 0 R /Im39 46 0 R /Im47 54 0 R /Im69 76 0 R /Im58 65 0 R /Im59 66 0 R /Im58 65 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im40 47 0 R /Im59 66 0 R /Im42 49 0 R /Im58 65 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im71 78 0 R /Im40 47 0 R /Im68 75 0 R /Im42 49 0 R /Im68 75 0 R /Im71 78 0 R /Im58 65 0 R /Im41 48 0 R /Im47 54 0 R /Im40 47 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im47 54 0 R /Im48 55 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im59 66 0 R /Im48 55 0 R /Im52 59 0 R /Im57 64 0 R /Im57 64 0 R /Im46 53 0 R /Im51 58 0 R /Im42 49 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im68 75 0 R /Im52 59 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im71 78 0 R /Im69 76 0 R /Im42 49 0 R /Im55 62 0 R /Im58 65 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im39 46 0 R /Im211 222 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im278 299 0 R /Im279 300 0 R /Im151 160 0 R /Im211 222 0 R /Im283 304 0 R /Im173 182 0 R /Im68 75 0 R /Im68 75 0 R /Im175 184 0 R /Im157 166 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im39 46 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im71 78 0 R /Im40 47 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im47 54 0 R /Im48 55 0 R /Im47 54 0 R /Im39 46 0 R /Im57 64 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im151 160 0 R /Im58 65 0 R /Im146 153 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im278 299 0 R /Im279 300 0 R /Im157 166 0 R /Im68 75 0 R /Im176 185 0 R /Im43 50 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im50 57 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im44 51 0 R /Im44 51 0 R /Im55 62 0 R /Im47 54 0 R /Im69 76 0 R /Im45 52 0 R /Im55 62 0 R /Im58 65 0 R /Im45 52 0 R /Im58 65 0 R /Im175 184 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im46 53 0 R /Im41 48 0 R /Im58 65 0 R /Im43 50 0 R /Im40 47 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im50 57 0 R /Im58 65 0 R /Im46 53 0 R /Im69 76 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im47 54 0 R /Im52 59 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im46 53 0 R /Im162 171 0 R /Im263 278 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im47 54 0 R /Im146 153 0 R /Im173 182 0 R /Im263 278 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im71 78 0 R /Im45 52 0 R /Im55 62 0 R /Im47 54 0 R /Im52 59 0 R /Im53 60 0 R /Im55 62 0 R /Im50 57 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im69 76 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im51 58 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im42 49 0 R /Im59 66 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im59 66 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im52 59 0 R /Im57 64 0 R /Im45 52 0 R /Im68 75 0 R /Im61 68 0 R /Im58 65 0 R /Im44 51 0 R /Im42 49 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im71 78 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im48 55 0 R /Im52 59 0 R /Im45 52 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im50 57 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im59 66 0 R /Im45 52 0 R /Im47 54 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im67 74 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im58 65 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im55 62 0 R /Im40 47 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im75 82 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im39 46 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im67 74 0 R /Im52 59 0 R /Im45 52 0 R /Im47 54 0 R /Im75 82 0 R /Im44 51 0 R /Im53 60 0 R /Im42 49 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im51 58 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im41 48 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im290 315 0 R /Im88 95 0 R /Im291 316 0 R /Im88 95 0 R /Im85 92 0 R /Im88 95 0 R /Im93 100 0 R /Im288 311 0 R /Im88 95 0 R /Im94 101 0 R /Im292 317 0 R /Im146 153 0 R /Im293 318 0 R /Im61 68 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im160 169 0 R /Im68 75 0 R /Im294 319 0 R /Im68 75 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im168 177 0 R /Im51 58 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im64 71 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im153 162 0 R /Im157 166 0 R /Im68 75 0 R /Im176 185 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im39 46 0 R /Im161 170 0 R /Im39 46 0 R /Im47 54 0 R /Im69 76 0 R /Im57 64 0 R /Im42 49 0 R /Im59 66 0 R /Im53 60 0 R /Im42 49 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im171 180 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im62 69 0 R /Im38 45 0 R /Im176 185 0 R /Im63 70 0 R /Im168 177 0 R /Im170 179 0 R /Im60 67 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im67 74 0 R /Im45 52 0 R /Im52 59 0 R /Im43 50 0 R /Im42 49 0 R /Im68 75 0 R /Im295 320 0 R /Im296 321 0 R /Im297 322 0 R /Im298 323 0 R /Im299 324 0 R /Im300 325 0 R /Im298 323 0 R /Im301 326 0 R /Im302 327 0 R /Im303 328 0 R /Im304 329 0 R /Im297 322 0 R /Im305 330 0 R /Im302 327 0 R /Im302 327 0 R /Im298 323 0 R /Im306 331 0 R /Im305 330 0 R /Im304 329 0 R /Im300 325 0 R /Im305 330 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im162 171 0 R /Im169 178 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im146 153 0 R /Im154 163 0 R /Im146 153 0 R /Im308 333 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im68 75 0 R /Im292 317 0 R /Im173 182 0 R /Im293 318 0 R /Im61 68 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im42 49 0 R /Im43 50 0 R /Im160 169 0 R /Im68 75 0 R /Im294 319 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im309 334 0 R /Im310 335 0 R /Im305 330 0 R /Im311 336 0 R /Im311 336 0 R /Im301 326 0 R /Im311 336 0 R /Im312 337 0 R /Im296 321 0 R /Im313 338 0 R /Im314 339 0 R /Im302 327 0 R /Im305 330 0 R /Im315 340 0 R /Im316 341 0 R /Im313 338 0 R /Im302 327 0 R /Im317 342 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im318 343 0 R /Im319 344 0 R /Im310 335 0 R /Im305 330 0 R /Im320 345 0 R /Im305 330 0 R /Im317 342 0 R /Im305 330 0 R /Im302 327 0 R /Im313 338 0 R /Im321 346 0 R /Im315 340 0 R /Im305 330 0 R /Im304 329 0 R /Im297 322 0 R /Im313 338 0 R /Im322 347 0 R /Im301 326 0 R /Im319 344 0 R /Im301 326 0 R /Im300 325 0 R /Im297 322 0 R /Im298 323 0 R /Im300 325 0 R /Im311 336 0 R /Im295 320 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im323 348 0 R /Im324 349 0 R /Im305 330 0 R /Im296 321 0 R /Im68 75 0 R /Im176 185 0 R /Im55 62 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im71 78 0 R /Im64 71 0 R /Im58 65 0 R /Im43 50 0 R /Im39 46 0 R /Im42 49 0 R /Im53 60 0 R /Im40 47 0 R /Im42 49 0 R /Im70 77 0 R /Im170 179 0 R /Im42 49 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im39 46 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im71 78 0 R /Im176 185 0 R /Im40 47 0 R /Im45 52 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im52 59 0 R /Im43 50 0 R /Im53 60 0 R /Im55 62 0 R /Im71 78 0 R /Im146 153 0 R /Im167 176 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 314 0 R
+>>
+endobj
+314 0 obj
+<<
+/Length 723 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cµ}KÓõ¶\91Þþû\15gi§JGÄ\95ä,§f\9cJR55Sþªf\11ea[òHÎ+ù¦\89+ùõ!\88n\10$\9e>hð|^èB¼§Ñ\r Ñè\e\1a\7fþôo\8f??æð\fëc^ýÓûõñcúvÁ\96\86\ fn\ba}NÆæ\86\râøþþñï\8f\9f>\99Ç߶\7fþûöÏ\1f>ýÏÿõ\98\1eß~Ú!÷\1fÚÀ=ç\8eÃ\ 6öë\8c~yÎÆT?2ÏuYøû£þ&ì\a@\ fý\ 6ºV=/O?\1f\1d\9fÑ/Ó3Nk\85\9f\1a\ 67\9b\8a\80ÒÐ# ue\ e\ 2òç\85\808m¿\8d\15\ 1ÜðQ7ÌîÀ_¾;è÷\8eæ\82\9e>¯è­{:»Tè©á£nÈóq@ìß=ô©#w Ï\9fWôÞ?ãj*ôÔðQ7\10;\1e ¹¡GÀÞÕA@þ¼\12\10ãs
+5\ 1Ôp\10\10Ãs9M@iè\11°wu\10\90\ 4,óÓ×øó÷Gýmæ\8aÿ\8f\86\1eúÒsFÏ\1d\9fÐÏÓößù@Oß\1fõwp\15÷\1f\r\1dôGÏ;úÒñ\19½\9b\9eÆVÜÏ\r\a\ 1v}.kM@iè\11\90º:\18\90\ 4\ 4óôKÅÿÜðQ7d\81t@ìß=ô©£\83ýèó\8a~¶Ïe\93±\azjø¨\ebÍ~GC\8f\80½«\83\80üy%à\10ÿ\84ï\10ÿG\83\ 2\94\86\1e\ 1\17\ 2Îò?Øù\19\8c½\9c\12¶:\0®ÇO\r1v\0%HÛ\1e\ 1ù8\8b\96O\0B\18Ë\8c3\ 5á\19ýR\1d\80üÝÅ¿I\8aÒsîøØ\81\91\1e\ 4¤\96\8a¢\8fÒP\10\16\98>     \15ìríü Â\86øtS=\v©e\9a+"¸¡ ,0}"*ØåÚùA\84óñ9/5\11©%lRø ¢´\14¤\ 5ªOF\ 6>Èàï3\19Þe.)T¤\86ÉÕT\94\96\82\93\81úDdØ\83\bþ>\13Q\98¼PÁÌ[\88(ÜÌ(\8f\8dÑ%¢\82\9d·¬9Çé¼7¸¡ì\8d¸Æ,Ö\19¤4töÆÞ\939ø2®Ûl´|\99\9bíõwöØ\1cÑÏϧ;\b7ô¶\ 6¡,\\99\0+\15\85ùkoÞU¤úwv9¶F´5\97î0¶+¤ÏH\vO&ÈJL\13{åV[í\fn©vÆ6ó««X\92¿{Û\82P\1e\1c¹&\r£åÈ\95ô\89²        VÒ(\8e\ 6Âx\80ôH8£<øq=)+\85\1f·\83%«4Ä\8eù»pã<mxkn,\r\80\80\87\8d_\9fÖ?N\8cÉ8\88KR\17\98{s-µ¹¡bÌH+tp&·hÈ9ã?qß´B.­å÷i[¤ïÉ]äæÑ¢¡æÜíÁ®['ËÚ°ëÞjjv¥\96\8a]\17"\90Ùu\91·mCÍ\19ûÁ¹Ëi\a\176\x\a\17N]x\v\1f2>\90ÞwH`nÑPt¦ \12¬!\ekWF^\13_V\8c¼f>-buÍ\8c}\88Uj@´¬\9bÊ\8c\18\99p\14q·>ch\18yoöËåwEÛØ\19\99\83\91¹ECÎ\19\7fÅ¡É\8e\ 6\8c\9cÍëËïLÅÊn!\e±À\94\16\r=gü\a+o\9d¬®aåÜZq2ÿì`í\89,ÆÂýÜ ¡æ\8c½°rêÄ®\r+ïÍK­\9cpKÅʳ§Õ)¬\Z4\14\9d)8Xyë¤Z¯CGpìÀ`\1dÁ±\ 3\83\99\99\1c\16\a3w=\18¤#¸ìÁ(\1ctra\1c\1cÌ.\94úw±\16Å\91¥O\81)-}-\81Ü(Ì6Ñ×vdaÁèÉ\92­\7fgk      lز*0¦ëÊ8#=xÕ\9c\9c\19Ìx\86½)\857\8d¯¶JÖ\12&ÂYÔ\84©GÄ\19i¥'L5\11Ç¡?\11\15\87^0\11\15\87´\8dÔrHÛ(oá\8b®0e2\8a\88\8dõ¾-|\19æ\v_RC¥-XÚ§\87º`_ì\A_HÝε\1e\8d\v\966ný»å¤/ð¾9Ä,·\fé\vöyâC\9fÌu f³\15\7fù]%fÃJgR1´¸aH_ر\1f&×ÖÇÒ\9a\©õløQK͸æbr\95\86\ 1\8d\81ðW<ljýåàaC
+ÌÁÃ\86\ 4ÆÁÃ\v\9dK\a\ f/²gXÔ\182\ 5\15;/\95)¶÷ÁBÑ=½Û\84¢}\86Ý­µ\83Óç\a\7f\ 6:\9dèÇüùýã÷ÿ%÷÷\9c¦Ç\7f<öÿü×/×{C¬Ù\ 4lÜÖ\7f¥cÍÄ,¢V\ 2)ß!klå÷ôÝ'ø}\f\rÑ6lbv\13t\9eüFvÛÛsùþ8¾CÖ¤Êïé»Oôû\18\1a¢]rloǵõÙßêüò´åûãø6Ùª+¿§ï>Ñïch\88ö.<MÞæäjIÎEþþ8¾Ã\93\ e+ú=}÷\89~\1fCCt°Ù\8f·uA:þÆjåûãø&\9d¿ü>°ºÓ#ú}\f¿Víò\99c3y[Ï\14\9báM¿RÀ\89DÂz%ÿKõ×!\96vì<í\0e\87Ó÷Çñ\1d³FV~Oß\88à÷ûì\10]ípr.\95\1d>\99ó\ e÷æ¼ÃÉÀk\89~¿Ï\ eѼc§\90OGÞÑùûØáI·0Õ\ eçoDôû}v\88æ\1d»\90\1d½\90,-ß$;Ëï\eiý%ûì\10Í;vc³\18ª\1d\9e¿\8f\1d¾)üS¨v8\7f#¢ßïó\10\10\9b©ç9o\8e\93·â1/\14ÚbapþëLT\88²ïï\87R\1c\ 1.R \99Kì")º´a\7f\ eç¿\13¼~l_\1a¯8ÀÊUâYÏX×ÃçRÔs2V\8aĸü=Ãë\aø¥ñ\8a\ 3,n\13òá'iâç«wfïxw§³t¹þÝQØA;À/\8dW\1c`1\ f\96ì¥J\92g\r\87_¨xiH\\92$ºþ\9dàõ\ 3üÒxÅ\ 1\16·\92ͬ\12ìú4ëáf*\7f\8fOrfe©ÕüÝ\8e±è\97Æ+        |Á¥e)'$\8bµìá*\82+\86l\8d²¦tù«Íòº:\ 1þ~H\94Ã*\12iÊ(\8bD#W]ù;Å   \8aD»þ}ê\8díKcR\ e°xàlvd°Dc7`ù;e÷°DkþNûE\1eà\97Ƥ\1c`ñîÙúóóáb,\7f\8fÙ/Á\12­ù»ÍÖ <À/\8dI9À\12\9a¡\84$\92hÅ}Y$\16ÅÀ\8b%xùû²ô\ 6ø¥1)\a\9aö3\89%Z¬Â±äYZNúßõïá|\16þý1õôΰR\ 2M\16d\818\9fÝOüYÿxXѼ\85£§YÎ\13ù=IJÍ\13)8Å\9e,ßõï\875ÉÛxº\9a£\8f9âP4¸«ÆV¾ëß\8fk\8awñt5Ã\9c&[¤LJ)XÖCªTßõïÇ5Á»xú\9a\9fcWu\96"\9b\rº\1fd\95\8dJßõïohz7ñô5»)û\92+)\11k\8dêø®\7f\7fC\93»\89\87""qJ~\88°\8d6»d7\8es«á\86\8f£Á̹\81!ø;{ûÿñó§¯\7fe\1fæñù÷\9f6smzL\89ðý_ÇçW\9büð\8fÏ?~J¤Íþ\11R\8eÁôøüíã\17\9f\7fùøü\87OÓ&u\96GnùMÓòÛ¦å£iù®iy4-\7fmZ~hZþß­\9e¿ù\85¢ë\9f\14\1dý\ fÅoþÔ´üñÖP\7fVü¦í¹\1dE\8bë\9b_îMÿü9\87\97\rÓ\91\ 3t\93\18¡úü Ï°8òíºÓgËd\ak}u0ØÎ_ûÿmL¶ñéº\89\9c¯6\r\7f\13­\89\9e\7f!
+Cbͽå?\9b\96\1f\9b\96ß6-ß5-\7fiZ\1e\1f\9b\96ß+ ~Rôó­\82¿*pµ¿iûù\8dbì¿kZ¾WôÜ\8e¢¥°l°£é\aÅ\94µ\1dñ2w\98(i>\17&jñ}(ZZ¨v\19[ºÛ\ 5¹l©höÐýb]\16ßf;\857iOß\1fü\1d\92â³\9fÃ\f\8cÉï¸o­m¯ÚM|'=7ìd¹\86и·|\95\9b6-Ææ\1fúæ\87\93ö\87^ûÃ\ 5ÿ04?´\97\1f\86Iø¡0\98¨\1dLûCa0í\ f\85ÁÌÝÁ\88?\14\ 6³\b\831\9b\16±-½Ý4ϹþeJ\9c
+ôK# ÙTªò\9b\96Eló\9bH=wøoÓA\9e\93O^«§Yêù\\9e1LW\9aJï¶iY\bÊ\85IüMhZbµ\ 5_\ 4h\12u\9bͱÌt\rcS\98\92\90ÞDßéfR\ e¦äß\97o\18 y»OÊ<Y7ó§LÌH\17`üf1\99Õ\94\96\8fSKN\8d©¡:w`2pîm\8f$mj3÷~öl3Àö\97\98b\19ìx]v-\93¾?\8eo\8aº\97ß{N¸ï\86ÄßÆ@Y2f\eZÊiZl\99;º,D-\1fGK\Xî2Tiiåîf\ 2Ú\8aï\8fϯöÿM*\8dÝΦù±.\e7\9a\93\12\18VOÜù\7f\9a\16S\1f\19e\117ÖÈw¿ÊBSËÇ©%\aþ* éúW\9bâC<\90º]+\1eÈß²\7fç²^a¥Ä{Z\9f@¹Àå\9b"ªå÷ô\r÷ÏÛ}^x`\e"O"¯¸+\93H-~¥lë\ 2UZÞá\81M\1eo}hyÀB\1epù:cÅ\ 3\8e/8Ö-\94a[AÕ,Üɧ%.Ø;®¸ \7f¿r\ 4l\esÓ.f\17óU\99´6ûMF\ 2ä¿û)\8b\14^«ëß\1dùSÕ\8e\81/\8c÷Â1Þ\97)gþðeÊ\8f\94[ÇPî|ëú\1eÇ$[Ê«9ÆA\8e1\94V_ØÃPð¹n Ë\ 5\15LÍî/\8e\8bÒ;1        w®õuÓÔ\e\8a\9eóÒ\15\1aéï\96âç¼t׿\9bKÐþï\8féÂ$6ð,ó=àÀ³L\r\86îþ\14\10nx\87A6UÏOj\ 6ñ\90A&¾4W\18bâ[suKææ\1aj w\94¸e¢KtÌ-ÓtÍ\1d\15Vm¢4OZµ\944\19«Uª¾ëß\8f\8b\90»x.Ü0Å2¥|/=\96\8bò+«\1e\fu´¼Á\11˦\9cû¨æ\88pR\8c·yùóf)Ú%£á\7fÇÍv\9c\1e&ÄÍ\12ðÛ\0üsÚVöw?~úú¿ýh\16ûø§?~ú·ª\83m\14Óµ\83\ 2L
+ÕÚk\a\eû^àý&{ \ 1q#-ú}\ 6\97ÈðÛô7ðË\ 5\7fîÑÌ\13Á×øCCÿ¶\1a\16Ã\a\0ï\eün[i\f¿"ø\ 6¿8þd34ðfö×\ eÌÓb\ 26\ 6Ûή¦\ 3Ó§`Þ»4)£~g\81í`Z¸\83\b8`iXÈn\vm'8\83¡\8f?·Ø        Îà¬]Ak¼j\ 5%\ e¶fQr0æ@k\11\aºUË\ 1v3éu; D\88ß¡ñ\87EM¿CóßÒß\8a\10\82O)\94\r|2L\9b\ 5\88þÜÁ\94' xZ\80°\899î`V,\01``\ 2ì&r\v\ 3G5\ 3l\8cß2@h\18°]\0Â\1f#Àï\eüâ\ 2Î\90\81Á\ 6\96àÑ\ 2\f n åÍ\r´h7\90@ÿ¦ðhè\17\ 5Ð\1aU\ 2H¢ß¥«\92·\8e°ÜâR\16\9aB\80I\eÐMè\bh7 H¿\89o        0gt\ 2@\9aÿͨP\1e\0íþÝéwhþB\ 3/\1dÁΡùk\8f`\11ÞÃ\ 3\f\1cáÂüyÝü\89ã\ f\b\7fP\1f {$ø\8d\ 3ÄE\88¿Ù\7f\9b\8d\ 4\ f\0\87\86ÿÄùWªP­\ 6\97¢\93þ*\7f7Ͷ/\0i\ 2SrÁÒ¨P­\ 4w\9b6\ eWp³\9fZ\15ÊÄF\ 4HG K\17\82Þ8\ 2ýäÞ:\ 2ý\84D¸þ\bôƨ\8e\bòP\ 4ùF     \96XÈ[§ÜÂx\vx\8bD\88þ\bõP\84é­\bïÐ\11Öò\8f$B¼\87[P-B½\87G¨Ú\8aò\ 1áoׯݹÅo*`kÄD0ÿ\82\15æH\849{K\84\eÖ\81Oðz\11n<¯\17á\86ç/Õ\95»!ÂM\80øÕ"Üð\11r\86W\8bp\13Ñüiæ?Ë\8fb\85§úx/ä\97¤\82\99Å üj\eÒ,\11Á7ü+zAVR!ÏðÍüI*\94Y\1d¯VaMª"¥À/Îß
+×O­ÂÚÉ«ö\8flÃ#þÓË\8fä\ 3ØåÇ  ¾\95\1f\92\ fÄZ\93\ fpg^ú@$þ·|~tø_\84w\88\7f\91ü\17|(Xþé×Ï£ù×Ë?ëÑþiå_»~\99#l0´~õþo}X¢   \1atü/\9a\90Pþµû/î\89\92`þ"\1a\7f\ 4ó'\99ðhÿ\ f\98ðó¢Ú?\92\ 2k\97\80æO±\7fØ\85\0ñëù\ fÊ¿Ö\8b+Ã#ü\ 3&\18\94_-ÿ\8a&°±*þ\11ñ\e¸\7f\0¼`ÂY$?ô.\14gáù\aôGÁ\0rî-þq\ eâW\9fßÎÃó¿Ñ\9fD\13Ö#ùÝê?¢\v&Dåù+¸\10\82\8e\7fEü¤7÷ð\8bã\87ò«\1d¿È\7f³Nÿ\14é_\90þÔÚ\9f¢ý¼0ÿ¹\97ö³$¿\1dÔÿZù-Ò¿Bþׯÿ\8aðëå\97\9fàþWØ\1fd¿MP\7fiæ_\9a?\ få_;\7f¢ý\bå×\88ý¯µÿ\ 4ûßAûgÀþ\87ø\aì\7f´ÿGì\7fx~ªÏ\1f\1f ÿ(b\88lÿëøGâÿä7zçü÷\11á\1fØ?XÿRëoÅÿ`§[!\1cÃú÷   ^/?\93ÿa\97?gxõü\e>ÿÎðjûÅ\ 4\87Ư\8fÂ\a\84¿Ýÿ¢ÿ%zD¿Z\7f\8bÎü\8bøg\88_Ï?\8b\17ý7+ä\1fõùcX\7f¾¹þÅþ?Áëå\97\9d ~µÿÃr\b¬Ëÿ\82ýetë/Ú_\16\8d¿\95ÿr\ e\0\8dßÌ/ý\7f²ÿà½ýg\1dÜ\7f\1e\8e¿Áßê\ fì?XÀúÍjÿuJ!Ð\8d_\82\87â7\92ÿ\0í_ä¿\93à\11ÿéíÇâ?¸)ÿJ
+Á°ü»¤\10\9càõ!d»êæOä_Ö\9f»ûO
+ÁCù©\ f!OðüWë\9fÅ\7fpS\7fp\ 6\9eßzûËÚ·ô\agÑø\aæÏ¡ù×Ë/\87õ/µÿØ¥\8aj¾ÙÿÍü!ù5×)\ 4çñ«õ\17\aõ'ýù\97ü\aíúµö§8\7fѨæO\¿\bÏ\ fµüw3â?½üw3\92ß\ 3) PÿÒËÿâ?èÈ/Éÿí6ýmç?³¼ô\7f\8bû\1fÊ?ýþOþ\ 3Íþ\97Æï¡þ§?¿¼Rÿ\13íO\ 3õ\1f½ýitú¯¤¿yÖÿ:ú\9b8~\vÏ_Åü±ÿ\0í?M\ e*Çÿáù£÷ÿ@ûQ\1fÿðP\7fÓÛ_>ÀùÓã\8fP~\ 3üBþ\vëo§ý;\90ÿ2ëίnþ\ 3åñHò/<'\8fá)ÿè\ 4?«øw\8f_³þ\9f*Ô¾\88ßËþ\83IE¿\f\8fƯ\97ß\86ùç\8c_}þ¤BG\1aúeÿÅ\fàõñS3S
+ÜiþÛó£{\8b¡3\7f\ 5\1c¿ÞÿÄñÃ\13¼Þ~(ù\13Ýõ\13üO+\9a\7fd?\bö\13ûßÏë§÷\1fL\11á\aù'\82ýdàþÑÛO|\87â.~\8bÆ?`¿Z´\7fõùkÖéä\87è?r\v\90\7f\9aø\rû/\10þvÿÊþ\13¸þjûÑBù\89øO\88ÿ\a8~=ÿ²ÿ£»\7f\84ü\81\bϯF~HþO;Ãñ«ã\7fvAô#ýEXÿ\ 5ÉÏ\ 1ÿåêUü'ò\ f\94_zÿ«ÃòKí¿rJù#ç? ù3p\ 5ÀÀó[}\87ÍY(ÿÕòÓaù£OÁwpüjÿ\9bshüúü»â¿èÈ\7fIÿ+W :ú\9f\98ÿ\11àù£Ïÿ\88pþÕù\9b\8e¯\80\9fÈ?\11Êo½ÿf\9e\94ç\8f0\7f3\94¿zÿÝü\9eþå\16Ýþ\91ý\17ºóK\94\1f+\9aÿ6~Ýõ\7f\9cá\ 1ÿ     ñû      ò¯>\7f~Bó\8fö\9fäÿÐ\9d\9f\85N~\89óguç\97ì?aþ  /ý'"~\8aÛ\8fëoì?Aë\87ü'\82ÿ\0ë\7fzÿ\eÇï;ü'Ã#ýmàþNÑ\1fãKÿ\85èÿ\81ö3Êÿ\11ö\ f\96\9fúý\ 3õ¿\81ü\9b\7f\9dü/I\ eÝÑÿ9ÿã\f¯×ÿùþÉ\ 5^-ÿ\92ÿ%Á]àÕñ\ 3Îÿ¸ÀëýW!*Ç/ùO\8cjþEÿÉÆ\7fÉ\7f\92.òÝÉ?Oþ\17ÍüIñ§tÿ%ã¯á\aî?ÑùÝ\9b?\11?]¡ìá\17çoÑÍ\9fÈ¿\14ÿ½¬\9fÂÿÊð\90\7fÔùk쿹À«åoòßhÖ_Î\7fYUü+ç¿\84\9bøÙÿ3\ 3ü#5,xÿ»Îù-ø\8f\1c\9c\7f½ÿ\bË_½ÿH)\7fEÿ\87\87ûO\9f?\13\10ÿ#ûU*¡1ÓúÏ/ó\9feÿ\r\1c¿Z~[Ê¿»{~Ù\88æoäþ\v<\7fôó?#þ\1fÈ_[àù£¯\81³Âù\aú»à¿[áþWÙO»ýVä\9f¿g¿Ohþ\ 6ìw\ 3ù_o¿\e\9dü\95ýWHþ\ eØïVwþ\8bóg¡þ¦·ß\1dâ\9f\ 1ÿ\8f\83ç'Øÿ\92ÿè=ý\8fïßÜ\95\1f\ eÊO½üp\ 1âWË\ f\aåç\80ÿ5¾w~q     \8e»ú³\9b\91üFö\8bpÿkñ7å\ fçß ùoó/äû7\16à×ÛÏ\ eÊO½ýìÖ\19ÈOT\ 2\7fAû¯õ_\89ö+\96\9f@\7fÁëç±üTßßcÿÑ]ùï±üÓÛïö=û'Ý\eÓØ?b\19ÅMÿL÷ÇÓ=¸\ 3\1e\94Q\94/`Ð\ 1|ê` \8c!\ 5\10ÏðÈ\81'%@L\b\80\erà_è×'P\90\ 3é\82_?þ\88ðë/\80\1aV@Ïôë\v(Ìpþ\a
+P õ\1f(C¹\ 4ÕüÉ\ 6ü\9a7Àì^\1að\92\ 3\90\13(Îøõ\ e@¾@Ò£_TÀY\0vøO¾\0\ 2×_í\80°\16áo\1d\10r\ 1      \84_\1fÀ´\ eò߸\ 1|sÿñ\ 5\90\v¼>\81ÄÃñ\ f\\0\81ó¯ç\9f\80æO_\0\80\v\95\9f\9cÀpW~Z,\7fô\17`\94òC¼À³ä\ 4Â3üÀ\ 5\9eU\87_\86GçÇ@\ 27\15Pë¯\9f`ÀAù£7àÓ\ 5\8evþô 8ξ·ÿ\1c\96?úñ;íø%\ 3\14\9d\1fú\0d*\0\ 1æO\7f\ 1ߣõ×;@9\ 1"\ 5âoÕ`\84úÏ@\ 2\bÔ\7fôE|Ý\8cÆ?PÄ7\15\v\10oU0t\v\13ànU0tT\84ö2\81\ 3\16\9c\ 1øQ\ 4tjðï\11ìÉ\90\ 2u\9aÀ\19\ám«Xò\15\88lBøª\ 4\95\9d\151\0³ýgÉFX&Á>ÝQ\85²µ"%&ðP\88\0&hO\81,WR\18\9dÍ õ\18Ã\ 2ÔØV\fî³è#²£ÚDt¹\90 Z\ 6M ë\\88°\a/\1aÒa\ 6«hÚ\83P^Åh©\87ó*ês\ 1(\97è®(ôP\14ès!J,\9crªFEY\89\85\9fà\91/S\8a¥¯\0\16$Dz;øeSzAøõ¹è\94K{\81W\1c%\84\9fUÑh^J2ù.\ 1\89\91\13üH,\9c|Igúõµ\bf´~z_v1\85ÏøÕª\10ßEè¯\9fÀ\7f+\?}.\a\9bÒÃû\87\b¿¾\16\90¥Z¾\17úõ±(\ 3×__KÎÂùÓ×\92³hþôµ´,Õ2»Ì\9fþ9\80"ÿ^ï?Ù\14ö*þ\93ï" þ\1d0%¡ü\e0¥#â\1f½/ÛF´~\ 3®\88\19ò¯Þ\151CùÑÌ\9fx\17a\81ûOíJäç\10úü/=§\10\11¼zþK,¸3ÿ¢\ 6ã¦\85\ e\90éµ\1eÚ«\86Ð\93\80b=÷M\11Nêç\19\1eÔs\17\8d\19Ká ÍªºeÌØ\15\88\80\ 1cÆù·DP±¦;"H2fÒu\80¼\82\ 1c&Õ3Ø\95ØM\97¹gÌ$Òs\ fÓk5X,é\10Ñ\18PH'`&\9a\99\80\13\13Íê;½\9cSßÓãä\9a\ 4w÷![Äè\1c\1e\88\89²EÝÑãÄ\9a\92P\8e\rÔÔ¤7\11îê\91\1eêA\ 3\13<Gõ5\ 1\r<GÕz¼7:=^\8e©Âs` ¦ª³£ä\9a\88P\8fQÜ)bx8ÿjþO5\11uü/Ô´ðpþÔv\1cçÔ÷Æ/ÃC=H]SÆc=L_S\ 3ëaú\9a\10P\ fC5U\ 5;\8cõè`î\85¤éNÜ\19~ & ëágxuMåâ\87èÒ/½é\10Uø%;,\85Ä÷\ 3lãÃ\8e+
+kA©(â¾\81\82½¥\ 5\19v$m\13qG\vJIí\19¿y¹\81EG\b\1f 'üúwÙÌ\ 2\17p ©]Ç@rQ\ 2\88_ÿ.ÛäÀü\r¼Ë6¡\r8ð.\e]
+îm\09©Ý+é\97\1c\193Â?àH°\0¾U DC\90\93ÚÏó§\9f\7f,ÀÔEi\8a#¡Ãÿâ¥ø\80Ư/\8amê\?aþ£nþ»\8e\80Îþ\11ùg\86\a\90\9e\7f\16Äÿú¢R%&ï\97[E¥JRyç\0\94\8b\12Ä·ä/?ÊÐã?1&>Íè\0k_ei­Ðô~rö#p\a¡\1c`6ªÂQ§´î3\aè\9f5°è\b\1f\89\8aë8X\8cê³
+}S\85r\1eíÀ\81´d\ fñ\83\ 5\14\0O ½  \19µ'\88\94\96\rU0ý³"3\9c?ý³\ 2ó¬Ú\81²\v\ 1\9eÀj    ä8\14Ò\95@Òµ~§:Ád\17\ 2â\1fý³d%­º3~)\14æ\r\85ÂN\12\f\85Â\ 4\13Ò@üz\13ÌÂõSÈ\ f¾V¿dGè ^ù°åÞ\81#?Þ¹\836\1e/\89àdÄ¿%\82=ßL¾)\82}@,8\90\99\1e \bS\8b`®,xW\ 4û\b·\80þeÇ\19\19!\ 3\95õØ
+\81ÃÑtVbOðã/+\9eáÇ_VL7\9cÞyYñ\82\7føeÅ\vüðË\8a½ùïU\ 6L!\81;"¬DãÏøõ^\18Îë:\8f_-\ 2K4þ\8c__Yp\85øÕG`1»ü#Eã½jü¢\11i ýz#\98*óõæO~Ù "ø\81\97  \10ÿ\8f¼\8c\b×_]ÙÔzº\19v\82×W6µ|3ñ´\7fô\95MK4½;~aþ\ 3\1c¿Þ \14\r\18¿>\8ac#ä_}e:V\81o\9e\1fåfvçü\10\9dP\vį¯\8c¹@þo¼ð¢\13eEó7ð²Ø¤[?\19Þ\ 1ø\81( W¶èÀË\95ýÐüë³A\9cÑí\7fùe\ 2´~úlÂb\82ß\94_åfõ0ýl\82CýAO¿\7f\13\7fÐá\17]\10A«?\b.\94\bå§:\eÆÍpýô¹(3\9a¿\91\97\rÑþ\1d\89Â{Õþ\17×\ fÊ/}et·Âý«\7fYtEò[\9fMÉ/\eöøW~\99\0Ê\ f½ý\85å\97Ú\89\9a*ÂkÖ¯W\99¯wþÈð:ýA~\99Pw~ËY\0ºóSÌ\ 2Àòo \v (÷\9f\94\ 5 ã\1fùB\81%ûëtþ\834¤¹q¢\9fn\96\9b\13üÀË\82´~æõþ\95/\96Ï\0~¤²\9bAðúÊnl\7f\9b\9eü\12ìGÖ_Mïü\10ìG¶¿Oð\ 3·\ 18\vÌÜ\93?ü2àeüúlô\ 5®ß@6:\9cÿ\81lô    Á\ fTf\8bÊõ\93.v#ü\ 3\17³\rį·_¹2Z\a^´_-\9d\1f\ 1ûÕ1þ\9bö«Cü?r1\1c\8e_o¿ú\19\8c\7fÀ~õ\88þ\ 1û5Àý«·_#Ú¿\ 3ök\84ûWo¿ÎPþ*^FË=Z®Li^û\ fÅÛ \8bE맿\r² ù3à¿ZáþWÇ\1fRe}\1dý¯_\16¼ð\9f¾2=\96\7fê\97¡Ü\ 4ù_ÿ²\9e\81ó¯Ïb6ïÉ\8fb¿ßÅïàú\ f¿,xWÿ)!ø\9bç¯\83òs ²\99\87øõó\17\90ü\1a¨l\16Ðú\r¼l\18\83JþË\95ùuú\97\1c\82×áïÞ\ 2èò\8f\0\8fåßÀ-\ 2íþ\13àWÄ\7fú\97¡\8aýß\91ßÒù]²ø;ç·\boÐù7\90\94_¢ýj\91ý1ð2½\85ò[_Y\1dË/µýå¡þ§÷ÿy,\7fô)\10Pþ ó_ª,\8fä¿\9e\7fKüþ¦ýÈ\95éûú\1fNÂö,\7fÒ\9d\97\95};ñûi~9~\19~\ 5ð\ 3ñ\7fNB=Á\ fØÏ\1eâ×ߦçøÛ\19~ þ\1f\ 1üÀ-\0Öÿ»ôKñ\7f´~\9a\14.\82\9fÑü\ fø?f4ÿ#·ñ\17\84_\7f\e\7fÕÍ\9f\15­ß\80ýÀþç\ eÿÈIøä¿?Ãë\93 ¹²rgþÅ$bÎ\1fØè¸\93ÿR\92à;ü/¿ì\87èקPZ\añ\ fÜæ_Tó/ßÆ\9fTü'û/´ë/Ø¿\1eÍß@\12z@ó§¿\ 5\1f]ù'å\1f80~}üËò%¤»ûgÖ\8d_´ÿ9\ 5÷\8c\7fÀ\7f\ 1å\87^þ,P~©\v\9bòË\84\97ù×_BYµëß)¬wsÿ0ÜÝýSü\1f\ f¿LØã\1f)ÿ£\14æ;ë_ú\14r\87øgÀ~vQ5\7f²ÿ\ 2Íß\80ýïÑúëoa:¨¿µü'\15¦t\ 1É\7f}aÊ\92\7fÐÑ¿dx´\7f\ 6
+SBù5ð2å\få\87¾0ä\ 2õGý\15\12¨ÿ\r\!Yuóß­\ 2Ð=ÿ$x¨¿¨¯°\94ü\81®ü\95ì\7f¤\7f\fT\86·pý\aâ÷:ýW´\9f\1dÔÿÕÕ¤Ê-þÎù+\8e? ùÓÈ/\86Gü¯÷ß\17ÿÃMûÅG\9dý&É?\ fõ'$ÿ¤\97õ ~ÅË\94GþB\82·ë먽\97ñø\85\9b»þ\873ü@5Á Ã/û\1f\10þ\11ÿÃ\ 2àGü\ f\ eá\1fð?Ì7ç\9f\eD¿þþÇ\82æ_SK\8a\8b\0D\82\7f]×UÄ¿¢õ\eÉ_\80ü£·ß¦\80ðëãÏ\ 6á×û\9f9ÿ¡¿~\92ÿ\0ѯϿ´äÿîó¿dÿgûû\ 2¯\9f\7f\87ø\1fÅO¥Âúpÿ\räOÀý§\88ßç\16K\ 5qÏð  ®i\8a\ 2¯û\91Ì   hé"ÃÑ\81]\e\r&ï·ó
+¤3)e\90µ\1d,@\83\9f®#\98öR`I\84"
+@Yb\81\82°ª(@¥Àvø\bGÐÈP\11ÿìTø[\1d\92à\17\13üÚ\9c\9cÛ\ e¿Nh\ 2Ñ\12\b\ 3XuK\88\9eÇIðÉ       Ú¯\80\89¯\13@<\18rA?»\19Ó±â\0Å.â[\80\8e:¨µ\18p\11V¦ \9b\91W
+\9a5\10ó8c®l}¦ Íã\94_x%9bïéñ\86îÑ\àÕ~lCyìgx½\1fÏP\1eû\ 5¿¾*0\9fãöµ\1d׫Ê{{þV\84¿\9d\85v?üäÀú\9b¨~"8\95åÝ\85À\99\81Ôå ,9²Ò\85¾ª$#Ú\84\12\ 1«\8a\0ù$÷`\ 6õuÁ\8b&Ðá\09\92\0ñ\83'\12ð\ eN'9ZA}(Ä£\ 1\f\14Æ¥Tè\1e\v÷êñÜÝÂ)\95ñ\9d-l#¢\7f \94E¡ôÄH¯LÉö\18ÌÕ     ì¼Ð\ 2Ö; ê7\0=rÝÛ\0bMÓTÙ7wà_\17Æ\95\8e±¤Ä©\8e1¹¤Î\ 4¦À s\ê  \ eÐC_ÒC7J
+äÊ°\86Ið7+Ã*\ 5\99X\19Ö\ 6$\bÚÊ°¢O\9b|j=I(\97õ\81g\11\88    \bðìSéÀËw
+\91$\1dÈ©¤\9c ÞY*Æd\ 2:ËQLfÆ\v\18'(É\81Q*½¶\83\ 6 \91\94\87\13¨.­ÉI\85\17\ eÖ_*¦ÒÀ½\93@N*\84\v¨¿Tº"eV_Ô\83ë\ 2õN\ 2ùR¡N\99\16K\ 3\eÝ\ 6\16\9dÊF§ÌÊA\ 1\88_1\7fù$LI\85à$T;58©ðöü9¨   éK+c\ 1¤_\7f(\80ôAM\ f\ 5P\eÔjO \ e*,à\ 42\ 3\85¥ *5^U¨7\80^U¡>\ 3`\ 6,Ö°ñ/\19\10YSìUná\9dú\bOYm\19>¼>ÂÑ\11\92ÍY8\0½;`u\88\80V     Ée´\90=9Á\11\0·\1c\1e\ 1¿\98zî µGåÂ0\13\80\1f(\fC\17ã.øÕ{\90_L=Ã\ fT·¤g^.ôë\13ÃX    3÷\ 2+\9cXv\81\1fp,{Õüõ^\íÑßK,»Ìÿpa\9bÛüCåÍ{ó'Zs\91¬9óÚ1.î\9f\19Íÿf¡õ-¡sfص\ 3Å+%\Ú\86¬ÁK\a\80\ 5Ú\ eêG[¯\1d\01z½\9cÊ\97ãð\10ôÏ>³cùÔÁf¥j\87ÀåqºC\10m1vM_(P\1dÅ\99\ 24\89n\ 2\ 4ß\8eç\e\ eôæ\10]Q¹v\0r|0#¥\1c5\15#I¬\9c^\8fE\93¨²Hs\96\9aÕM¢ÜAÐv 0\12å   +öB\eãÈoæLÔA\9dèà&\85o\86­â \9bDÙ,F'
\ 3ù®\1f¦\0è\ 4Â\10"RJÀ\10¤ÛÆ©`o\16ʽgè±Pæj?\17½pÒ_W\9bá©4P®\ai\15\ 3¾©%¨N%ѽ¶"Å\18ÔÌ\96;@\8a-pð\895sé!ÜÞ\12J\ 5\v8áî\fß\16,\10á\8d\8b\ 5[Ì¢\\ 1©æ.:\95\a|´ÞMh\ 5\82âÊ(\17íURÐNá´;\9c|\11eóÓWÛX?\aþÝ9\bx\ e\ 6Ê\ 6\87»lLl\10'\15\eôBÖ)îØ        YãÒË\86\9eP3§Ä\rø\14òë\90õ\95\82á\90õ\99\82ñ\90µ¹\9b:G!kÓI\9dë\85¬M'õ§\17²¾à\1f\ eY\9b»©\87\14²¾=\7f+Â?\12²ö\88\ 3ÇCÖ¦\93\v\1c¼·BÖ=\ 2ä\88\9d\8dÔAçIu1bgW\12\ 37%¡u¼\b\1dI\88Ì\8b\1cu\9e`\a\8a\fd\8e{\aÀFf\ 6æ\854\8b\81Iè<i.'±9Õ:¶j!E~£¡U8«\85úÜ\ 1ò\97^¶²QkÆÉ[Ðî% \19Ëut1\ 5úì\81\ 5I\13Ð\81\98¿±¬p\bz
+V¯£@\12H\9b9\87(0\8a3õ|\19ìÜ\ 1p¹¼z\99\16Q zÔ1\87¿\17 \ f\9cQÝÇ©\9f¤¹®\82~\ e,:Õ\ 1'\8a\8frPE\9dë\10\9a\ eZK9ïÆôªL+\91\9cѯ\82_t« NbPN¢|+-ÀeT»Þ\92¥ÜR\0ýVR\b\1a)WÀØ\17ý\15t1Ĭ\1d\7f\85i"\10G\10»\15Ê\e\83«Ãð\8b\81\93¨¿\e¹ í< \95ݪ\94Êè\9dãÝÐÁ\12ɪ)ðfÒQ \87¢½\8e\13e
+°XWûî¼V"\89\12©ÝÎ(\9a·\9bü\8e\15ýÚäw¶9XÄKz\ eY\1a\89\93H¾;Å2Jen!+ë}¸\1eJ$àÃ\15W!¾y´ñ{±×½ ç\ 3AGRyÿØ`Ýç`q=\81"\¶\9ai\ eÎ\1dèU\9cd²¢\ e\8c|]É\82!\fÄt\f¥ö\;P_\98L\ 5[TCè\9a­\97UP;qùÊÔu\búÐ$¹\10¯C\0\97\16¥¢±NÇ\a\92L´TõûÚ\ 1\8aEZ\8a®ç\ eÌI¤)Ì>\ e¯G4\a\16x\11\ 5\8b\85Ü\90×!èã\9b\94o}]Fµ'6\95\15\8cS\aú<Më#\18\ 1ÌÓ\14¬¾\808Y\93æÃf«n\0èîîL!îv\0Q\8f?êð\8b)\ 23ZA}\96Q±Y;ó'\9b¬\10¿>Å`AøQí\ 3é\ 1T\vv±¾öc1x;øÅÚ»+¯\9féDæ\v<\19Z\94¬\9d\ e\95W ï¯¬]°~úÚ£\ 6Éá\81<_Js¼\88 ýÛ'P\ 6\ e<\7fé\18ÿô2Í´W{¥Ï?¯kÇöè\97j\a\9d\90\1cÙ¯j\aJ9fN\10 ú\ 1Ð\8d\95þ\0¤â¯\13\98À\81ÇS"ÚÀèò¯\10\r\8e\90~}ñ \19i2(Q\1d§9:JS<oà6ÍQÄ¿@EH\9f\14\80òã1pþôÅK &8P¼d\82\ 2\18D\11%ø÷\ e\90TüE3\7fòû±Ú\ 3\18\17\86é7/\8b\1f\88±|ëT\a\90¤\81q\9eyW\ 3\13'P)AÅ        Ä\12T}SÆ{t\ 2ê«/y\ fO Åë7G\1c\1c\9cÀê\8b*\1e
+`}\92¦\8fè\ 4ÖTÿ!\ 6(\ 2ôõ       *\8e\1f
+P\8d\ 6N\f\17ô\18X
+ߥ\88Ãn\8e\a{/|Çoاgpê<\84ê\bùÇÏ\9f¾þ\95y\98Ççßo'q\82\7f$\ 5\8eþçó\8fÛà¶}´õ\1a6º?\7fûøÅ¿üñññÃï¾ûé¯ßýÃã_ÿéW\8f?ýå\8fßþçï¾ûöñÛÿûø×_ÿüÃÇÇã\9b_üî\9b_>~õ|üú\87ïþ㻿üüøêñýÏ?ÿé\1f¾þúo\7fûÛóçï\7føëó§ï~þú\9bm+þþ/¿ùé\7f\7fý§¿&¸ç÷?ÿøñËÇç?|úçÏ\euÿ\1fññõÑ
+endstream
+endobj
+315 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 724 0 R
+/Name /Im290
+/Width 47
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α  \800\10\85á\93\b\ 2Bj+Á\ 5ÜL\1dÇ1\1c%#¤¼"äéÝ!i\15Â×Ýû\ 3 \11\ 1¨*\ er\95ö$\86,\ e¬\16Ñ\99_^iW¶`k²l\15-º·\88K\µ\es3ð_{ÕkÝëgF\80;\94G\ 2\8b1ÍÓv.7ß:h>
+endstream
+endobj
+316 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 725 0 R
+/Name /Im291
+/Width 25
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÃÀ ÿ\8f\81¡þ?\ 3Ã?û\ 6Æ?õ\rÌ?\80øC}\ 3û\a{\ 6\b\8aÿÿ?\0ǸÔP\82ëÿ7À±¤VÝJQ\0¢}7l
+endstream
+endobj
+317 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 726 0 R
+/Name /Im292
+/Width 7
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷ï\01àß?vÍ\9ay<\0<\8e!\ f
+endstream
+endobj
+318 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 727 0 R
+/Name /Im293
+/Width 7
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷\8f\8d\18ðï\1f»fÃ<\1e\0\81y\ 61
+endstream
+endobj
+319 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 728 0 R
+/Name /Im294
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿ/ÿ\9f¡\82\18XPñ\ 3\f\v>\14>°?Àß  [?[\14\0uV\15ø
+endstream
+endobj
+320 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 729 0 R
+/Name /Im295
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`0```(\80â\ f\83\81\81\11\8a\99\98\r\84k\18\18xl X\ 2\8a\r 8A\ e\82ÿÿ\ 3\ 690ff\90\ab~\ 6\ 6Áú\ 3ÿ?ü\ab\19Ùú9ò\0\17Û
+endstream
+endobj
+321 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 730 0 R
+/Name /Im296
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93¿#ÿ\8fý=û9ö\1eö\ 6\bäg@@y\86ÿ\ fþ?\10\10ª\9f(\0\0\ 3\83\f\f
+endstream
+endobj
+322 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 731 0 R
+/Name /Im297
+/Width 11
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\ 6Bv äc\90c°cøÿàÿ\ 39\ 6\e$XÁPq\0\ 2+\e*\eì\81ª¸¥jf
+\0\0\ e·
+endstream
+endobj
+323 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 732 0 R
+/Name /Im298
+/Width 11
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àø\80ù\ 1ã\ 3Æ\ 3\fH@þ\80ü\ 1ö\ 3ì\r\bÈÏ\80\80r\fÿ\ fü?À-Û0\87\e\0Ò\87\ f\e
+endstream
+endobj
+324 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 733 0 R
+/Name /Im299
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`~À ÿ\81ÁÆ\82¡ \82áÃ\ fÆ\a@TÀø\80\81ù\0\14Ùÿÿ\0\a?°7>@CüÌ\aÐ\90\1c{Ãÿþ\ f@$*[?G\1c\0¸»%ü
+endstream
+endobj
+325 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 734 0 R
+/Name /Im300
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃü\8f_NÎÎFÎ\82§\82\ 1\ 4?\80a\ 1C\ 5\9b\ 5\8f\9d\84ü\aö\aüBu\13\85\0ü6\f\1d
+endstream
+endobj
+326 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 735 0 R
+/Name /Im301
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÁÀÿ\87AN\8eÁ\8e\9fA\8e\9f\81\87\9f\81\81\9f\81ù?\83ü\7f\ 6;9\86
+9\86\ f \94\0Bv       ?ê\ eÔß? /Ï ,T7Q\14\0­\1d\11P
+endstream
+endobj
+327 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 736 0 R
+/Name /Im302
+/Width 12
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÀÿ\81ñ\ 1\ 22\1f@@ö\ 6\ 4äg@@9\86ÿ\aþ\1fà\91m\98Ã\r\0Ìn\14?
+endstream
+endobj
+328 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 737 0 R
+/Name /Im303
+/Width 17
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿßÀÿ¿\81á\ 3\ 32b|\80\8e\98\ f #ö\ 6tÄßÀðÿ\a\b        ÊÔÏæ\a\0á4\1a¢
+endstream
+endobj
+329 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 738 0 R
+/Name /Im304
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?ß \7fÿ\0ûÇ\aì\aÁ¨\11\81ø\99\ f !9ö\86ÿÇ?ü?ÿAD¨~¢8\0+N\1aG
+endstream
+endobj
+330 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 739 0 R
+/Name /Im305
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁþ\87\9fO\86ß\86Ý\82½þ\7fýÿ
+\86\ f`XÀPÁfÁc#!ÿ\81ý\80\80PÝD!\0&e\rª
+endstream
+endobj
+331 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 740 0 R
+/Name /Im306
+/Width 22
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°`¨«aüÿ\87ùð\1eöæ\eüÌ\a\10\88½\81\9d\9f\81ÿ\1f\ 3ï\ f\ 6\19\ 6\10\92ÿÇ ÿ¿\81ÿÿ\ 1ùÿ\a,\98\1f\140>(`xð\80ñ@\ 1\1017Øð\83\14°\7f`\10\93i\98$
+\0!,\1dñ
+endstream
+endobj
+332 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 741 0 R
+/Name /Im307
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ@þÃ\7f æg`oàg`f\0\ 66\b>ÀÇÀ|\80\a\82\1fÈ00>\90\0c\86\ f\ 6\b\\91\80À6\a\10\ 1\81ù\19\10\98\8d\81AF¶~¶<\0,\1a\19s
+endstream
+endobj
+333 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 742 0 R
+/Name /Im308
+/Width 20
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃÿÿ\1fD\98\1aºE\ 15\ e\a\13
+endstream
+endobj
+334 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 743 0 R
+/Name /Im309
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÃÁ  \80 \0@Ñ/B^"\17\10[¡c\ai\96FèØAÈA\1aÆQ\1cÁ£\87 \94:Æã¡òÄxmøa\15Y¦F\ 5\91t\vÉB\jWû7mù-BA²\7f\1d]Ýc1hfTLÈ;Â\ 1ÆúÓ>_U\1e¯
+endstream
+endobj
+335 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 744 0 R
+/Name /Im310
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÀÀÿ\81\81ñ\ 1:b>\0\e\98ï\1f`þø\80ý \185"\10\ 14$ÇÞðÿø\87ÿç?\88ÈÖÏ\11\a\0øò#¦
+endstream
+endobj
+336 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 745 0 R
+/Name /Im311
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÆÿO\86O\82Ç\82Ç\86Á¾Áþ\83ü\ fþ?\8c\7f\18l\12d\80ÐâCÁÿ\aç\ fð\vÕO\14\0\0*G\ f½
+endstream
+endobj
+337 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 746 0 R
+/Name /Im312
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÿ\87\81ÿÿ\7f\ 6\86\ fü\r\f\1fØ\81\98ù\0\f3>`GÆ\r\8c\ føA\98\81ù\80\1d\ 3óÿ\1f\0Èf\80c n¬\18h2\ 3P9Ãÿ\ f\f\fR2u³e\0»¡%\17
+endstream
+endobj
+338 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 747 0 R
+/Name /Im313
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀü\9f\81\9f½A\8eù\80\rã\ 1\vÆ\ 3\15\8c\ f è\ 3ó\ 1\b*`n(`o¨àg°\91c\90ÿÁÀþ\80AX¨n¢(\0\14¢
+endstream
+endobj
+339 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 748 0 R
+/Name /Im314
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³o`¨o`àg@GrpTàÿ\9fA\9e½Á\8eù\80\r#\ 4=\80 
\ 30ÔPÁÞPÁÏðÇ\8eáù\ f\86Ã\ f\18\84ekæ\88\ 3\0\1e¨\17p
+endstream
+endobj
+340 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 749 0 R
+/Name /Im315
+/Width 32
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?~à\87üýÇ\7fØ?ü\93c\7fðG\8eýÀ\ f\86\ f(\98\9fñ\81\r6,Ç| âÿñ\1fÿÿ\9fÿù_A¨~¢2\0kµ#
+
+endstream
+endobj
+341 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 750 0 R
+/Name /Im316
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°çaø\7f\87ñà\ ff\86
+v\ 6\v>\18\92c0\90c`\0\ 6\ 6þ\1f\fìÿ\19\98ÿ70þ?À`ÿ\80\81ù\ 1\ 3ã\ 3\ 6\ 6\10J\80\ 3\ 5\8c\a~07üãg8ÿ\8f¡ù\a\83\98\1cq\0È7\1d¿
+endstream
+endobj
+342 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 751 0 R
+/Name /Im317
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû?ÿÁÿù\ fìØ\19äØÀ\88\87AN\86A^\82\81ß\82\81ß\80\81?\ 1\8c\ e\ 3Q\ 3\181\80\90°PÍD1\0ª\88\v\83
+endstream
+endobj
+343 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 752 0 R
+/Name /Im318
+/Width 8
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\93\93\97ãa\80\ 2\83\8a\1f\15\ 5\1c\13y\0 \89\ 42
+endstream
+endobj
+344 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 753 0 R
+/Name /Im319
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿÿÿ\83=\10Û°7~°`oH(\0â\ 4\18ægH8\0Å\fü\f\fp,\87\ 3ÛàÀ5\f\fòÿ\1f\80±\8cLÍl9\0õ|\18N
+endstream
+endobj
+345 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 754 0 R
+/Name /Im320
+/Width 30
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ű  À0\f\13*\j\81`2f
+\13¼G\96Ñ(\1eáJ\17\ 1Å\8e\9b\10>\8foqÃ"*\98\1cÔ\ 6
+±êÒpü\94yõWÿ º0Ui\8bzª3\e2\f\ 5\11\1c\1cy;¯ý\ 1"q.E
+endstream
+endobj
+346 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 755 0 R
+/Name /Im321
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7f~\80ÿÿ\aæ\ f\15Ì\ fl\98\ f@\90\1c\ 4±7ØÀP\ 5\18}à?ü\80¿¾\81ß\8e\81\9f\ 1\8aä`èÿ\ 1\10\12\97j\98(\ e\0®O\19     
+endstream
+endobj
+347 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 756 0 R
+/Name /Im322
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`?À ÿ\80¡ò\ 1Ãç\a\f\8f\1f0><Àø\80\ 1\88\98\ f@\91ý\ f\10\ 2\eÐ\11?\ 3:\92g`øÿ\0\84\84eëçð\ 2\0\1dý\18M
+endstream
+endobj
+348 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 757 0 R
+/Name /Im323
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿù\8fÿç?æ\a\ 5\8c\ f\12Àè\0ãÃ\ 3\8c\1f\e\18>\ 3\11\ 3Ã70úÃÀPÃÀP\ 1F\ 5`\94\0B\15\a@è`\ 3Ãs\ 6\86:\ 6\ 6\e\ 6\ 6\86\89b\0\e\9b
+endstream
+endobj
+349 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 758 0 R
+/Name /Im324
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿßÀÿ¿\81\8f\9fAF\8e\86\82\a\83Ä\a\ 6Æ\a\fÌÇ\18ØÛ\18ø\81\88\8fA\8e\87ÁF\86¡Â\86áÿ\ f\10\12\14ª\9f(\ 4\0È®\ fÂ
+endstream
+endobj
+350 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im176 185 0 R /Im42 49 0 R /Im39 46 0 R /Im39 46 0 R /Im44 51 0 R /Im46 53 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im39 46 0 R /Im40 47 0 R /Im58 65 0 R /Im68 75 0 R /Im292 317 0 R /Im162 171 0 R /Im293 318 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im52 59 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im68 75 0 R /Im170 179 0 R /Im68 75 0 R /Im71 78 0 R /Im38 45 0 R /Im40 47 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im40 47 0 R /Im202 213 0 R /Im76 83 0 R /Im294 319 0 R /Im68 75 0 R /Im95 102 0 R /Im68 75 0 R /Im160 169 0 R /Im68 75 0 R /Im170 179 0 R /Im68 75 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im160 169 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im76 83 0 R /Im160 169 0 R /Im68 75 0 R /Im294 319 0 R /Im68 75 0 R /Im41 48 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im42 49 0 R /Im39 46 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im63 70 0 R /Im42 49 0 R /Im70 77 0 R /Im66 73 0 R /Im57 64 0 R /Im58 65 0 R /Im67 74 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im54 61 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im57 64 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im303 328 0 R /Im309 334 0 R /Im309 334 0 R /Im295 320 0 R /Im325 352 0 R /Im313 338 0 R /Im326 353 0 R /Im296 321 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im146 153 0 R /Im155 164 0 R /Im71 78 0 R /Im56 63 0 R /Im47 54 0 R /Im68 75 0 R /Im174 183 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im146 153 0 R /Im169 178 0 R /Im162 171 0 R /Im308 333 0 R /Im146 153 0 R /Im153 162 0 R /Im162 171 0 R /Im68 75 0 R /Im292 317 0 R /Im174 183 0 R /Im293 318 0 R /Im61 68 0 R /Im43 50 0 R /Im52 59 0 R /Im59 66 0 R /Im39 46 0 R /Im47 54 0 R /Im60 67 0 R /Im68 75 0 R /Im49 56 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im154 163 0 R /Im162 171 0 R /Im157 166 0 R /Im68 75 0 R /Im61 68 0 R /Im47 54 0 R /Im52 59 0 R /Im39 46 0 R /Im59 66 0 R /Im44 51 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im307 332 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im60 67 0 R /Im51 58 0 R /Im43 50 0 R /Im40 47 0 R /Im59 66 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im47 54 0 R /Im48 55 0 R /Im168 177 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im50 57 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im312 337 0 R /Im296 321 0 R /Im313 338 0 R /Im314 339 0 R /Im302 327 0 R /Im305 330 0 R /Im315 340 0 R /Im311 336 0 R /Im313 338 0 R /Im322 347 0 R /Im309 334 0 R /Im323 348 0 R /Im314 339 0 R /Im305 330 0 R /Im296 321 0 R /Im304 329 0 R /Im305 330 0 R /Im297 322 0 R /Im298 323 0 R /Im300 325 0 R /Im311 336 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im146 153 0 R /Im167 176 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im173 182 0 R /Im173 182 0 R /Im175 184 0 R /Im308 333 0 R /Im173 182 0 R /Im174 183 0 R /Im146 153 0 R /Im68 75 0 R /Im54 61 0 R /Im43 50 0 R /Im58 65 0 R /Im39 46 0 R /Im44 51 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im47 54 0 R /Im48 55 0 R /Im63 70 0 R /Im52 59 0 R /Im44 51 0 R /Im44 51 0 R /Im40 47 0 R /Im58 65 0 R /Im39 46 0 R /Im47 54 0 R /Im43 50 0 R /Im40 47 0 R /Im53 60 0 R /Im40 47 0 R /Im39 46 0 R /Im58 65 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im312 337 0 R /Im296 321 0 R /Im313 338 0 R /Im314 339 0 R /Im302 327 0 R /Im305 330 0 R /Im315 340 0 R /Im323 348 0 R /Im327 354 0 R /Im298 323 0 R /Im314 339 0 R /Im305 330 0 R /Im296 321 0 R /Im304 329 0 R /Im305 330 0 R /Im297 322 0 R /Im298 323 0 R /Im328 355 0 R /Im298 323 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im146 153 0 R /Im167 176 0 R /Im71 78 0 R /Im170 179 0 R /Im58 65 0 R /Im46 53 0 R /Im146 153 0 R /Im153 162 0 R /Im154 163 0 R /Im162 171 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im146 153 0 R /Im174 183 0 R /Im146 153 0 R /Im70 77 0 R /Im146 153 0 R /Im175 184 0 R /Im167 176 0 R /Im68 75 0 R /Im292 317 0 R /Im175 184 0 R /Im293 318 0 R /Im168 177 0 R /Im51 58 0 R /Im42 49 0 R /Im57 64 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im64 71 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im154 163 0 R /Im157 166 0 R /Im68 75 0 R /Im295 320 0 R /Im302 327 0 R /Im302 327 0 R /Im297 322 0 R /Im310 335 0 R /Im305 330 0 R /Im329 356 0 R /Im298 323 0 R /Im306 331 0 R /Im310 335 0 R /Im297 322 0 R /Im330 357 0 R /Im313 338 0 R /Im317 342 0 R /Im305 330 0 R /Im311 336 0 R /Im318 343 0 R /Im295 320 0 R /Im331 358 0 R /Im332 359 0 R /Im316 341 0 R /Im303 328 0 R /Im295 320 0 R /Im296 321 0 R /Im300 325 0 R /Im310 335 0 R /Im298 323 0 R /Im297 322 0 R /Im305 330 0 R /Im300 325 0 R /Im297 322 0 R /Im326 353 0 R /Im296 321 0 R /Im305 330 0 R /Im322 347 0 R /Im313 338 0 R /Im296 321 0 R /Im309 334 0 R /Im310 335 0 R /Im305 330 0 R /Im311 336 0 R /Im311 336 0 R /Im68 75 0 R /Im55 62 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im71 78 0 R /Im64 71 0 R /Im58 65 0 R /Im43 50 0 R /Im39 46 0 R /Im42 49 0 R /Im53 60 0 R /Im40 47 0 R /Im42 49 0 R /Im70 77 0 R /Im170 179 0 R /Im42 49 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im39 46 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im52 59 0 R /Im43 50 0 R /Im53 60 0 R /Im55 62 0 R /Im71 78 0 R /Im42 49 0 R /Im39 46 0 R /Im39 46 0 R /Im44 51 0 R /Im46 53 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im39 46 0 R /Im40 47 0 R /Im58 65 0 R /Im68 75 0 R /Im292 317 0 R /Im154 163 0 R /Im293 318 0 R /Im152 161 0 R /Im40 47 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im53 60 0 R /Im57 64 0 R /Im46 53 0 R /Im294 319 0 R /Im68 75 0 R /Im294 319 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im169 178 0 R /Im157 166 0 R /Im68 75 0 R /Im312 337 0 R /Im305 330 0 R /Im296 321 0 R /Im322 347 0 R /Im313 338 0 R /Im296 321 0 R /Im315 340 0 R /Im301 326 0 R /Im304 329 0 R /Im300 325 0 R /Im305 330 0 R /Im295 320 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im323 348 0 R /Im311 336 0 R /Im298 323 0 R /Im311 336 0 R /Im313 338 0 R /Im322 347 0 R /Im297 322 0 R /Im310 335 0 R /Im305 330 0 R /Im319 344 0 R /Im305 330 0 R /Im300 325 0 R /Im310 335 0 R /Im304 329 0 R /Im313 338 0 R /Im302 327 0 R /Im313 338 0 R /Im306 331 0 R /Im323 348 0 R /Im309 334 0 R /Im310 335 0 R /Im305 330 0 R /Im311 336 0 R /Im311 336 0 R /Im312 337 0 R /Im296 321 0 R /Im313 338 0 R /Im333 360 0 R /Im306 331 0 R /Im296 321 0 R /Im301 326 0 R /Im315 340 0 R /Im68 75 0 R /Im55 62 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im40 47 0 R /Im44 51 0 R /Im71 78 0 R /Im64 71 0 R /Im58 65 0 R /Im43 50 0 R /Im39 46 0 R /Im42 49 0 R /Im53 60 0 R /Im40 47 0 R /Im42 49 0 R /Im70 77 0 R /Im170 179 0 R /Im42 49 0 R /Im57 64 0 R /Im57 64 0 R /Im47 54 0 R /Im39 46 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im71 78 0 R /Im40 47 0 R /Im45 52 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im52 59 0 R /Im43 50 0 R /Im53 60 0 R /Im55 62 0 R /Im71 78 0 R /Im42 49 0 R /Im39 46 0 R /Im39 46 0 R /Im44 51 0 R /Im46 53 0 R /Im57 64 0 R /Im41 48 0 R /Im58 65 0 R /Im70 77 0 R /Im39 46 0 R /Im40 47 0 R /Im58 65 0 R /Im68 75 0 R /Im292 317 0 R /Im155 164 0 R /Im293 318 0 R /Im152 161 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im51 58 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im63 70 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im71 78 0 R /Im168 177 0 R /Im58 65 0 R /Im44 51 0 R /Im45 52 0 R /Im57 64 0 R /Im58 65 0 R /Im76 83 0 R /Im42 49 0 R /Im65 72 0 R /Im68 75 0 R /Im168 177 0 R /Im68 75 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im64 71 0 R /Im43 50 0 R /Im47 54 0 R /Im67 74 0 R /Im76 83 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im154 163 0 R /Im155 164 0 R /Im157 166 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im152 161 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im70 77 0 R /Im51 58 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im64 71 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im43 50 0 R /Im58 65 0 R /Im50 57 0 R /Im68 75 0 R /Im312 337 0 R /Im296 321 0 R /Im313 338 0 R /Im300 325 0 R /Im305 330 0 R /Im305 330 0 R /Im334 361 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im311 336 0 R /Im313 338 0 R /Im322 347 0 R /Im297 322 0 R /Im310 335 0 R /Im305 330 0 R /Im295 320 0 R /Im335 362 0 R /Im303 328 0 R /Im312 337 0 R /Im316 341 0 R /Im335 362 0 R /Im301 326 0 R /Im302 327 0 R /Im302 327 0 R /Im325 352 0 R /Im313 338 0 R /Im298 323 0 R /Im304 329 0 R /Im297 322 0 R /Im309 334 0 R /Im313 338 0 R /Im315 340 0 R /Im321 346 0 R /Im326 353 0 R /Im297 322 0 R /Im305 330 0 R /Im296 321 0 R /Im309 334 0 R /Im313 338 0 R /Im304 329 0 R /Im322 347 0 R /Im305 330 0 R /Im296 321 0 R /Im305 330 0 R /Im304 329 0 R /Im300 325 0 R /Im305 330 0 R /Im336 363 0 R /Im337 364 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im169 178 0 R /Im167 176 0 R /Im146 153 0 R /Im308 333 0 R /Im169 178 0 R /Im146 153 0 R /Im167 176 0 R /Im68 75 0 R /Im63 70 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im169 178 0 R /Im157 166 0 R /Im40 47 0 R /Im39 46 0 R /Im309 334 0 R /Im313 338 0 R /Im315 340 0 R /Im321 346 0 R /Im326 353 0 R /Im297 322 0 R /Im305 330 0 R /Im296 321 0 R /Im309 334 0 R /Im310 335 0 R /Im305 330 0 R /Im311 336 0 R /Im311 336 0 R /Im309 334 0 R /Im313 338 0 R /Im315 340 0 R /Im333 360 0 R /Im321 346 0 R /Im305 330 0 R /Im304 329 0 R /Im334 361 0 R /Im298 323 0 R /Im326 353 0 R /Im315 340 0 R /Im151 160 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im56 63 0 R /Im68 75 0 R /Im49 56 0 R /Im68 75 0 R /Im49 56 0 R /Im42 49 0 R /Im41 48 0 R /Im46 53 0 R /Im157 166 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im175 184 0 R /Im154 163 0 R /Im70 77 0 R /Im154 163 0 R /Im154 163 0 R /Im68 75 0 R /Im61 68 0 R /Im68 75 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im58 65 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im43 50 0 R /Im59 66 0 R /Im49 56 0 R /Im45 52 0 R /Im59 66 0 R /Im71 78 0 R /Im49 56 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im47 54 0 R /Im39 46 0 R /Im68 75 0 R /Im292 317 0 R /Im169 178 0 R /Im293 318 0 R /Im160 169 0 R /Im46 53 0 R /Im58 65 0 R /Im45 52 0 R /Im45 52 0 R /Im63 70 0 R /Im68 75 0 R /Im170 179 0 R /Im68 75 0 R /Im71 78 0 R /Im152 161 0 R /Im47 54 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im60 67 0 R /Im68 75 0 R /Im168 177 0 R /Im68 75 0 R /Im71 78 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im56 63 0 R /Im42 49 0 R /Im57 64 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im160 169 0 R /Im68 75 0 R /Im49 56 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im167 176 0 R /Im157 166 0 R /Im68 75 0 R /Im64 71 0 R /Im43 50 0 R /Im58 65 0 R /Im46 53 0 R /Im61 68 0 R /Im57 64 0 R /Im40 47 0 R /Im45 52 0 R /Im77 84 0 R /Im68 75 0 R /Im309 334 0 R /Im313 338 0 R /Im315 340 0 R /Im333 360 0 R /Im321 346 0 R /Im326 353 0 R /Im297 322 0 R /Im305 330 0 R /Im296 321 0 R /Im311 336 0 R /Im338 365 0 R /Im309 334 0 R /Im310 335 0 R /Im305 330 0 R /Im311 336 0 R /Im311 336 0 R /Im338 365 0 R /Im301 326 0 R /Im304 329 0 R /Im334 361 0 R /Im309 334 0 R /Im313 338 0 R /Im306 331 0 R /Im304 329 0 R /Im298 323 0 R /Im297 322 0 R /Im298 323 0 R /Im313 338 0 R /Im304 329 0 R /Im151 160 0 R /Im42 49 0 R /Im59 66 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im68 75 0 R /Im60 67 0 R /Im68 75 0 R /Im170 179 0 R /Im58 65 0 R /Im43 50 0 R /Im44 51 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im294 319 0 R /Im68 75 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im157 166 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im146 153 0 R /Im146 153 0 R /Im146 153 0 R /Im308 333 0 R /Im146 153 0 R /Im162 171 0 R /Im167 176 0 R /Im68 75 0 R /Im62 69 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im307 332 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im58 65 0 R /Im53 60 0 R /Im71 78 0 R /Im56 63 0 R /Im42 49 0 R /Im69 76 0 R /Im339 366 0 R /Im47 54 0 R /Im43 50 0 R /Im76 83 0 R /Im68 75 0 R /Im292 317 0 R /Im153 162 0 R /Im293 318 0 R /Im161 170 0 R /Im39 46 0 R /Im52 59 0 R /Im45 52 0 R /Im55 62 0 R /Im65 72 0 R /Im68 75 0 R /Im168 177 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im162 171 0 R /Im157 166 0 R /Im68 75 0 R /Im319 344 0 R /Im310 335 0 R /Im305 330 0 R /Im295 320 0 R /Im296 321 0 R /Im297 322 0 R /Im313 338 0 R /Im322 347 0 R /Im309 334 0 R /Im313 338 0 R /Im315 340 0 R /Im321 346 0 R /Im326 353 0 R /Im297 322 0 R /Im305 330 0 R /Im296 321 0 R /Im312 337 0 R /Im296 321 0 R /Im313 338 0 R /Im306 331 0 R /Im296 321 0 R /Im301 326 0 R /Im315 340 0 R /Im315 340 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im340 367 0 R /Im331 358 0 R /Im313 338 0 R /Im302 327 0 R /Im326 353 0 R /Im315 340 0 R /Im305 330 0 R /Im336 363 0 R /Im318 343 0 R /Im316 341 0 R /Im313 338 0 R /Im296 321 0 R /Im297 322 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im301 326 0 R /Im304 329 0 R /Im334 361 0 R /Im316 341 0 R /Im305 330 0 R /Im301 326 0 R /Im296 321 0 R /Im300 325 0 R /Im310 335 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im68 75 0 R /Im60 67 0 R /Im59 66 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im70 77 0 R /Im95 102 0 R /Im42 49 0 R /Im44 51 0 R /Im57 64 0 R /Im42 49 0 R /Im46 53 0 R /Im52 59 0 R /Im51 58 0 R /Im57 64 0 R /Im40 47 0 R /Im44 51 0 R /Im55 62 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im58 65 0 R /Im39 46 0 R /Im46 53 0 R /Im71 78 0 R /Im63 70 0 R /Im42 49 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im71 78 0 R /Im170 179 0 R /Im58 65 0 R /Im44 51 0 R /Im44 51 0 R /Im58 65 0 R /Im67 74 0 R /Im55 62 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im45 52 0 R /Im44 51 0 R /Im68 75 0 R /Im292 317 0 R /Im146 153 0 R /Im167 176 0 R /Im293 318 0 R /Im170 179 0 R /Im58 65 0 R /Im43 50 0 R /Im44 51 0 R /Im57 64 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im54 61 0 R /Im68 75 0 R /Im60 67 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im154 163 0 R /Im157 166 0 R /Im68 75 0 R /Im60 67 0 R /Im63 70 0 R /Im42 49 0 R /Im41 48 0 R /Im40 47 0 R /Im42 49 0 R /Im69 76 0 R /Im47 54 0 R /Im48 55 0 R /Im152 161 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im70 77 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im42 49 0 R /Im43 50 0 R /Im52 59 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im68 75 0 R /Im303 328 0 R /Im309 334 0 R /Im309 334 0 R /Im295 320 0 R /Im325 352 0 R /Im313 338 0 R /Im326 353 0 R /Im296 321 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im153 162 0 R /Im71 78 0 R /Im56 63 0 R /Im47 54 0 R /Im68 75 0 R /Im146 153 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im162 171 0 R /Im308 333 0 R /Im146 153 0 R /Im153 162 0 R /Im68 75 0 R /Im292 317 0 R /Im146 153 0 R /Im146 153 0 R /Im293 318 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im294 319 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im153 162 0 R /Im157 166 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im160 169 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im47 54 0 R /Im43 50 0 R /Im46 53 0 R /Im160 169 0 R /Im42 49 0 R /Im52 59 0 R /Im43 50 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im40 47 0 R /Im67 74 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im66 73 0 R /Im55 62 0 R /Im58 65 0 R /Im70 77 0 R /Im61 68 0 R /Im42 49 0 R /Im45 52 0 R /Im58 65 0 R /Im62 69 0 R /Im42 49 0 R /Im58 65 0 R /Im43 50 0 R /Im67 74 0 R /Im55 62 0 R /Im168 177 0 R /Im39 46 0 R /Im70 77 0 R /Im55 62 0 R /Im58 65 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im58 65 0 R /Im67 74 0 R /Im45 52 0 R /Im40 47 0 R /Im67 74 0 R /Im42 49 0 R /Im68 75 0 R /Im303 328 0 R /Im341 368 0 R /Im341 368 0 R /Im341 368 0 R /Im319 344 0 R /Im296 321 0 R /Im301 326 0 R /Im304 329 0 R /Im311 336 0 R /Im301 326 0 R /Im300 325 0 R /Im297 322 0 R /Im298 323 0 R /Im313 338 0 R /Im304 329 0 R /Im311 336 0 R /Im313 338 0 R /Im304 329 0 R /Im312 337 0 R /Im301 326 0 R /Im297 322 0 R /Im297 322 0 R /Im305 330 0 R /Im296 321 0 R /Im304 329 0 R /Im295 320 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im323 348 0 R /Im311 336 0 R /Im298 323 0 R /Im311 336 0 R /Im301 326 0 R /Im304 329 0 R /Im334 361 0 R /Im330 357 0 R /Im301 326 0 R /Im300 325 0 R /Im310 335 0 R /Im298 323 0 R /Im304 329 0 R /Im305 330 0 R /Im303 328 0 R /Im304 329 0 R /Im297 322 0 R /Im305 330 0 R /Im302 327 0 R /Im302 327 0 R /Im298 323 0 R /Im306 331 0 R /Im305 330 0 R /Im304 329 0 R /Im300 325 0 R /Im305 330 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im146 153 0 R /Im146 153 0 R /Im71 78 0 R /Im56 63 0 R /Im47 54 0 R /Im68 75 0 R /Im146 153 0 R /Im146 153 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im146 153 0 R /Im173 182 0 R /Im167 176 0 R /Im162 171 0 R /Im308 333 0 R /Im146 153 0 R /Im173 182 0 R /Im146 153 0 R /Im173 182 0 R /Im68 75 0 R /Im292 317 0 R /Im146 153 0 R /Im173 182 0 R /Im293 318 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im294 319 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im312 337 0 R /Im305 330 0 R /Im296 321 0 R /Im311 336 0 R /Im313 338 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im300 325 0 R /Im313 338 0 R /Im315 340 0 R /Im315 340 0 R /Im326 353 0 R /Im304 329 0 R /Im298 323 0 R /Im300 325 0 R /Im301 326 0 R /Im297 322 0 R /Im298 323 0 R /Im313 338 0 R /Im304 329 0 R /Im68 75 0 R /Im292 317 0 R /Im146 153 0 R /Im162 171 0 R /Im293 318 0 R /Im62 69 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im42 49 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im294 319 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im154 163 0 R /Im157 166 0 R /Im68 75 0 R /Im312 337 0 R /Im305 330 0 R /Im296 321 0 R /Im311 336 0 R /Im313 338 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im300 325 0 R /Im313 338 0 R /Im315 340 0 R /Im315 340 0 R /Im326 353 0 R /Im304 329 0 R /Im298 323 0 R /Im300 325 0 R /Im301 326 0 R /Im297 322 0 R /Im298 323 0 R /Im313 338 0 R /Im304 329 0 R /Im68 75 0 R /Im292 317 0 R /Im146 153 0 R /Im174 183 0 R /Im293 318 0 R /Im62 69 0 R /Im57 64 0 R /Im58 65 0 R /Im45 52 0 R /Im42 49 0 R /Im294 319 0 R /Im68 75 0 R /Im65 72 0 R /Im68 75 0 R /Im58 65 0 R /Im39 46 0 R /Im59 66 0 R /Im60 67 0 R /Im45 52 0 R /Im76 83 0 R /Im40 47 0 R /Im39 46 0 R /Im49 56 0 R /Im68 75 0 R /Im63 70 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im155 164 0 R /Im157 166 0 R /Im68 75 0 R /Im64 71 0 R /Im160 169 0 R /Im168 177 0 R /Im62 69 0 R /Im62 69 0 R /Im174 183 0 R /Im68 75 0 R /Im175 184 0 R /Im171 180 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im56 63 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im55 62 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im39 46 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im70 77 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im64 71 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im43 50 0 R /Im58 65 0 R /Im50 57 0 R /Im68 75 0 R /Im309 334 0 R /Im310 335 0 R /Im305 330 0 R /Im311 336 0 R /Im311 336 0 R /Im316 341 0 R /Im328 355 0 R /Im298 323 0 R /Im302 327 0 R /Im302 327 0 R /Im298 323 0 R /Im304 329 0 R /Im330 357 0 R /Im301 326 0 R /Im304 329 0 R /Im301 326 0 R /Im304 329 0 R /Im334 361 0 R /Im330 357 0 R /Im301 326 0 R /Im300 325 0 R /Im310 335 0 R /Im298 323 0 R /Im304 329 0 R /Im305 330 0 R /Im151 160 0 R /Im42 49 0 R /Im59 66 0 R /Im68 75 0 R /Im68 75 0 R /Im95 102 0 R /Im68 75 0 R /Im182 191 0 R /Im43 50 0 R /Im42 49 0 R /Im46 53 0 R /Im157 166 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im169 178 0 R /Im173 182 0 R /Im308 333 0 R /Im146 153 0 R /Im146 153 0 R /Im169 178 0 R /Im68 75 0 R /Im62 69 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im307 332 0 R /Im42 49 0 R /Im43 50 0 R /Im57 64 0 R /Im58 65 0 R /Im53 60 0 R /Im71 78 0 R /Im56 63 0 R /Im42 49 0 R /Im69 76 0 R /Im339 366 0 R /Im47 54 0 R /Im43 50 0 R /Im76 83 0 R /Im68 75 0 R /Im62 69 0 R /Im42 49 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im59 66 0 R /Im168 177 0 R /Im59 66 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im71 78 0 R /Im146 153 0 R /Im153 162 0 R /Im169 178 0 R /Im162 171 0 R /Im68 75 0 R /Im292 317 0 R /Im146 153 0 R /Im175 184 0 R /Im293 318 0 R /Im62 69 0 R /Im45 52 0 R /Im58 65 0 R /Im39 46 0 R /Im51 58 0 R /Im58 65 0 R /Im67 74 0 R /Im76 83 0 R /Im294 319 0 R /Im68 75 0 R /Im62 69 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im174 183 0 R /Im157 166 0 R /Im68 75 0 R /Im312 337 0 R /Im305 330 0 R /Im296 321 0 R /Im311 336 0 R /Im313 338 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im300 325 0 R /Im313 338 0 R /Im315 340 0 R /Im315 340 0 R /Im326 353 0 R /Im304 329 0 R /Im298 323 0 R /Im300 325 0 R /Im301 326 0 R /Im297 322 0 R /Im298 323 0 R /Im313 338 0 R /Im304 329 0 R /Im68 75 0 R /Im146 153 0 R /Im146 153 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 351 0 R
+>>
+endobj
+351 0 obj
+<<
+/Length 759 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]K\8f59RÝ÷¯¨%,¨N?Ò\99É\12ÁHl\10\88\ 6fz\98\81yO£\11ÿ\9eë\9b\8eüÊö9×Çy7¥R©ìô#"\1cÏ\13\7fúîß>þô\9dûøëw\7fúný\ýò±|.\8býL\9fÛã/.¥Ïu\89\1féH\9f\8b\8f\1f¿øÝwßÿóïÜ\96>þñ\ fßýÛ\97       ÂgZê    âgÈ\13lþÓ§v\82èÛññs'ã70>\1còø\1d}¿\1f\1f>\9dÇãw´þØ\7f\7f\ 1úø\18\7fØ÷ã§[®ñÝùùϸ´ã\8f\94ÇoÏïÖß_·ñ÷Ëú\8f\ 3­ß©ãý\12ÁøuWÏß/èûýù³ý{·\82ý?\ eV]¿CôÓ¯ß}úæûç_¼÷\9f[lÇ'0>íõøãsÏ÷¿.\9fÇþ\18¿=8ä\1aï\8f\8e\ 1Âóß\ 1\ 1¬áäÀmýÜö\8b\ 3S7\ 1_Á~\9e\82ÐNð\98¿#áJ\ 6\11t$DYèñáç\15Tãc÷}.B64^\17\ 3ãW0¾gáç\rì  \8c\9f\10\81&\ 2\ 6ë§çw ï÷ç\97\8eîÏ/\ 1Ýß*³\80s'\vl¯Y`û<à\eâ]\ 4ßw[ÇÃ\9c\a\83´\80~üy¤Þ§2þ«\fÞ:\ 2>%6\90\ 1\16\fÝ÷©\f\vGáÀ×2Ì\7fîÝ\ 5æ\15ù\88\b8v\17È\bÐÇõ-\ 2ô\ f\19v\8f\0m<\12\0I\7f\ 3\92\93ί_ÿþ<Q\9füç\92Úû÷\8b,\ 1|R%\0\96á~³\vøJ@þè´\bÊ\ 1û"qÀÑQ@YÀ\1eÀ\ 2\ e]\ 4\17åû\88\83\9e"à@O\88\b\b\8b\0&\83²½'\83\82KoÉ à\ eI\ 61=&ø\88\1e1Y\ f\vþ\0ã\15=ú¤ \10\90\fY»ñ\8c\ 2BD\8f\10 \0&ÄÂ
+\85 ,ÄÂ
+\85`'Ä\98\10
+«&Ä\99\f          i\ 1½\f¡\a¸¹7YhÛ%
+fB,\jÔM!\16v\8d\85(\v`=Jg!¨Gé,\14\17ô}\9d\85¢CÏhÏB\8c\ 3¢\83z ¬\aG\8f¾¯\98b\8f\85/{\9eÀdXø\fßL\91\ 4N\1a\8e!\14c¨¢áÞ\1af4\18Ã\8e\8c¡\15Ø\12d\82\b­©~\82óÈÀ\16â\ e\ eÑm\1d\17ðS¼\fºú\14;\93\9eñQ\7ñ1Þº-<Ï ¡3H²=\167M\12ûÏÔÜÁr\1eáVLú\87]wÄK\12\ 2IÚóÑÓ¥bÚØC¢~{J\93îRÙ\8a:\99â=\97ÊV\9eâz<\10¤Ì\9e=ÀøÔ}\9f\8e7e®\1aß\9fÿÖ9\ 4\1a\97V½~ù%¾ìÑÁ÷¹Kh\ 1ã\91\1c"æÐ\ 2¿ß)³=\v\9e-öè\83\ f¾Ð?Ð$\889åÑúûûcï\80÷\90~tsÎ#úÑïß\aø}ùþ}ôÒ÷©9\19áýu\12\94ZSë
+ø7\82w¼½\7f3G\11ýGÀ\7fdý       ò\9fî\8f1ùY\9f?Ø?ùþ\ 6×\ f\9e\12ÝÑýM¸t÷Mâ_ºþ\ 3Ò\ fp©cùï\ fMþ³û\ f\vü¾|ÿÙ\96TÖO-       \87Þ\1fÝ\1d\14\1c¤¿N~ðïoÒ÷éùAù×\9f\1f7EW\89~\18ÿ\¦è\80\7f¨\1d\0å\97Bÿåü"ºÿ^\væ\96¤\97ô\ fn        £ýÏXÂðýÐí¸Tܱõû\aÎoÁ÷\aõ§°\0\ 1Ú*°ÛeÉ>Í\88ê\ 1\ f\v  2Á¾Þ\9d \!\14a¾w¨Q[pA:È\833T"\8eËQ&¨\ eÑ\81W ½\ 5³&c9\83j\ 2/Øb6\ 1\87pÖíQ$ÇÂ"3r¶GÁ\19,\80\13{Iz\9a\93\11pbè\1dÃÌ«\17CqiTO\11\8a,\10S,\1a\84\bd)\96ÅqEºD/\8b\99,\8ak\92d\11·EwI\16P\8fÀÃ\96ë©\10x\ 4\900ynÀÜbÕ      º^\9b¦W¸©W\88ýrWt´Hõr\82²6rEG«ñý\r²\epæÖ«Æ#i\8c\1d\1an\8fàûÀ¡Á\ eÐíÅ+´.\ 3Ï61ç\8fò\9c\91:GÔÁÅIãilcIÒ\ 12\12ö®8µê\ 3Ô\9d\15§Ö\83\97¿Fø\81BM&ð\ 1N XäËSÇò¾¤\b¬ñ3~\91\83ú\19\84wÏ À3Ð\1d{>\8ag@É j|4Lôx<J/\13=(#Z\944\f\19q\90èѬ`>Ñ£ZÁ\8dD\8fj<2L\a¹^Õx\94¨\81\95ª+׫\1e?\91\83ñÈÁODù\ 1÷ß\89\r\\92¬>\7f=Ob)\928¼&áõsÁQZçÀýÇnÿ<Qd\97¾O]ãW¢Ç\83\82o\ 5\18¼ßN&\f·å\90/GpW\ e\85\rN {·"\A/Èø)Ʋ\84æ\14e\95¯N¤#,G²\83M\91#ÔA\97¢ÄGÔAµ-7å\88\8d_E9@\1c¼;âc\14è#\ e2K8«÷/ÛE\1eÊ¡       \aß¡ÊAâ YÐý¡\\ 1b];\93ãnd\15\11\ f\8f\99¦\83\ 3 \1e\1a_ìÂzü\84\87\v\92qXÆ\aø\90\81õ\13\ fa@\ fé\84\870:°ÿ  \ f\1eBz~Q#@îá\82\ 2D\96Á!ÁýË\11\86 
+0ºþ\84è\17E\18\b\ 3m\88þzE\82\ e\ 5\88¬\b\86][?¥¿\87\0Óè\8f¬ÿ@\ 2\1c)\82$Èo\8aØã\ 5ÝÓ5^^\7f\ÒÍõ\9bsï®"ZÖ~,?¢Gò\aEX\89w\13Ë?9Â\19¡üC\11f\1cá\8dá\0:\94\1eá½ÜrÃï\13ÇdÔÞ\1fÆ?\11Ë/=CcEô£G¨c\82ï\8f\10\f\11¤\80!ùG²t,Cd \7f\87\86¬_¾\9a\ 1\8aO§±d«  P\88\ f3\903\ 1\\8f\97\1f`·/Å\94_^
+\10\9eâ\81Öß\87øyÕ\90Cãe\ 5äJ\11\19ì\9f¦\18X\8aH=^O10\rtp\7fÜ\92.\96l5~"ßÙm\80\0\1f\1a\¹rDª      `p\85Ø\0~\87+\10²\ 4Ì\90-.½f\ 2\89\aÌ¥×Ó0\b®Ð3\88\ emaé¨\88&ºXÝC³\ 5\9d\fWÄFÁéÕs    naâ\16\12b¤à»Cd¡N¿\95kÌùç¯B\9d¨\ 2ôé^7Qäö/îõàõ-X°uDH\94\ e\ e\91\ eø\ 4\88\ e&"\95Þ\8a(\9b\15È[x,VÛB\9f3Y,ºå\0\87è\ f\10èë'8mê\0¸ña髼\90\v Ð\16ô\ 4~\8fd:`&ZBáK\rHE\89z°5\84ò¨5¬ \a[CØÑ«"\a[³YÜß\81î\97\v\ fy¦¼JÌ;\9a\13Oz"\9að\8e\86µ<kÕ   º^±¤W\98¼t\85\17\81\1e+¼RO\ 6ãy\rÅ!Þ@\7f\80Ï\eØ¡bºIîåç\ 4P\16\8a\13\9c¦qBW¸   ¶Ý\19+̶ñIÄ~\14+Ä[ÈƱ´\ 5nÝ"å\14\ 4ÊhÒ\81K\1a\1fЬ\aïDõ\10g°E\8fÞ\13=\ 34\ 6ô é\19 Ù>VÔ{ê\9f\88H;Õýsq\85ê½\9cA\99ícE\90Òý¯H«ÒÍ\9b\98\10\ 5êæ]L«dÞQû:i\ f\11½?hÞN\ 4:M+]\8e[öýU\81Q\8f\97+Xr ø)B²\99ö¢\82\85\az#X\7fï\9fç\15ù\vÚ¿Ì¿W x0~\b
+R\8f×A1\16´þ\19P\8f\15\8c×éÇ;tþ\13\19ø\16ß©ÇËþÙ\fê¡\9d\1f~\81¼e0?\9e²;þa\1f\16ñûäü\ 3¢\1ftþäþM\91\1dÜ?]¿)²õxY\11öñxoÿ«\97öOÝ3i)ò£\1a\9eI\e\8c{ÆÒ\16\9b\15èVõVt\98f\ 2Ý=³#\1e\98qÏì\11maÂ=³#*\ 4î\19ê\9a¸ÄàöÚ5±}F¬M\9bY^¯ÀÏ[Õ\r\1d\b5Í6Áª]#õ,xHHºsäªÆ\18\93ò\0Y Y\81¾\85\0oaÂ9\12\ ep\88\11(ÏÀ5¢Ì©s\ 2¤\10\ 5\ f$*YÁ\8a4"°\ 2jY¯Å9RñÂ\84s$\99J°ßt\8e@\91\1cÙ\90<\9ap\8elv\0_ÇO8Gö\ 5\10Ñ\8csd_\81R:ã\1c9\16é
+)Æ\89\99öõ\ ePa5«)A¢\0©\85\18ëî\ 28¨6\80N\90Ùåû{W\10-\11º¾\82 x\0\8b\9a4\13È\99#\19á\0\11ÁDEÉ.\11\ 1óp]¦y5^÷\90]¡ëÁx^\10²¾Å\861\89lH½C  \11ñ\8cwh\13W0Ä7x°Ã+|\ 3\0WjbÖ¢ÞL³\81+Êåú\10\b/}||\82\84&PDY)JÙO\a\85ùdúõ!ÔßBM\·Á\11\8c\92éÛ\15L'Ó¯[u\8b¨0\87\17'M=\ 1JÂb0\13;\18\8f`:X\ eB('°½|\90ùø\15\8c×\8d<ËƯÇëIPædÉ7øÊHO\15\ 3ç\9f%rºx@Bi"\87à\8c\15Ôë\9fÉ\86wk\99 ÞÌ\86/ïiC\82\13Ùð\1erÑD6|yO\9b    &J\9bB\84+Ðáv|É\ 5kOQÏ\86\8f^ºGZÕQ^Ôz<¨\15¦\96z©Ñl\18¡·Ôù\ 4\87:\ 16°|Z\ 1!\ 1\ 3\8bfÄ't\ 6Á\817\918\e\b¤)°\11Ïï\81\15ì\ e\10ÒÃvU-4¿£C\846¢Ç°\1f\87»^\94oò(,\92jö\AIª\1a\1e"O"ðÚ5\1eÌFZvt\vA¶0\82\83\13(n/s6 -\ 4'\84\1el\82M#$\9aÆPrSÛ\15\804\86ÖL³  \12\90'\8f\93\91\88\14\ 3 P\18/<Óã}Ç\v¡Û\ 2C\85\ fÅ\7fÚÒA'Pz^(\0\fiCÜ褲ï\13C\ 2Þ\82\82!aî\ 6Q*SBÚ\117\ 2¿\19\ 3\1eâ2\91å\1eïË\833M}ÑD\1a\13(Q\15(\14CbAJò\ 47f\97\83t\88t\vN~Ú\18\8eÆ\81\ 4\8e\86\b \89M\0\85j\7f\88Ì        \9dQ,\0!õI\86¯ò      $±N·\10Å3`i\8e\19\aã¼\85ô:Í\91¦¼¯ÐÚÐ5\14CU¼OÊ        ¯@6ø"\96\89J\82]ñÝl«¤é\8e\9a\85¬%½Á\8cnYùLÞj\ 2\ 5ˣƨÇëy9Î\94Äz¼þý\ 2\851ú>O\9b_Áþõº\eW
+7GçÇÓî#úþDÚ=ú¾\9e×àÝ\19\ 3\v\9e\v\80ç'C\99xg÷\17\ 6A\94¥\19_\\ 6~-ô\13\fx\Þ£û\93ËV|©ûlö/çÅX£\81z<ÊëbÈ\90ðû2\ 4\86_íûþ^^\85YÊCúaùþ\87´~æùÍÈ\90ç÷ÓKÏ/í\94A\ 4¨¾\81Rw4Þ\0\92ìß\10 \9eر#\ 6F\89y$1h\87\f¬Wþ\97Ĭ\11\ 1³N\1f\ fÅ\110pßé\83ÆÂ\17Ä\0z·£ 
+@n_Ãó\93U\bËÑ¿û\0X\97\82\91\0âãß{@BÐÎ\8f\17Ϋ\ f0\8e\80Z\85\80(\89Å%\ 4\1c\83ô\0QÃ<\1e\9a\ 6Ʊ)5     J\ f\10KPÉ×y&ø#\r\10\15\ e²Êy(\0%lÙÓ-\80\18 w¹S\ 1\0\ 5°\9eYjM\16Æ/8~AÃ%@_¿ Ü§\0÷/£éå\1c\84w\b8ZÐeDÀÔ\bZ´'\9c¦F;D\80z¿ACÅ\1c«P$5\1eKP¹ß`ô\9a\ 4¢©é!\88/8s\ 5@\ 6\94+&#TAgJ\13Ð÷õ\178\96D¬»/°\95î\8fÖÏó'4\13r\189\8fþÍÈy\8c¯#nÃÈy³\ 2\19Þ÷r#4+Ð#×[,+\18=bl|\ 2ã'"ßÛ!\8d§å\15\ 5Ç®Y¿0ÞÜ\18E\v\8d÷̨ܰP[?ëyZx ¾\96A4è»\14\19\\11ÀL»´R¾_o@ouäK\85Ùý\ 5\94na£\ 5¼@Â+  4\8f\89\84WüÚÕ
\90ð\16È\85\ 2À´M°Â   ä,¤\a)¡  \94¾\81\17\12\9e-Áß\8dý\1fÒ=ÒB\83Õ\16P½F3\85\ 6\1eM0Qûn
+q5\81T©`\85\ 6\v\98`"8\90\11\bÐ\19ÈÁ\ 1ëw1Ü\ 2/4@ò\14\14\1ap@½\ 5Þ\82l\16\18\ 2A;\ 1HJ$\86ùâà
+äð\84\95:\f \89\83ò\ 5x\v\82sºñ-\8cÎ\80Çþ\93v\v,\ f&\ 3\0ôï\1aÈ\83a\ 5\94ãêa\ 3\ 5'<yà\80\94\b¶À*\15ÐÓ<\ 3ã\10!%ê\90&\19D@bgZò²n\9a@¡i,)\80§m"\eÉJ\15Ú-èÌ´\89R\191Ó×b\83v\ 5B^Ü·ì\ 3ñ]\18d\1f\8c\ 4Ê\bcox\88\1cäîMyp%\ f\8c(\91\7fp¢< +pâÓÆrÂrÅ\83ÙJ/sÂ\98\15\ f\92\81óPR8*%k&pND\9a\1e8\8fñ=R¶\92\85¡HãpyX?\90{@Ä\ 4\99IWóâ}-Íbÿx\ 5\ 2/|+Z8Wð5tõxðTRÎVû\93\12\1fvÃKRfgàJ[´µ<²ÓgජâT\13\0ý\80£æ-`\ 5@OäñÿbwV\13L$P\1ch\a\13  \14¾´6«'Ð\13(ü²I\e ­í,\1d«\1e¯\7fßi\aH[C\9a÷´\1a¯'Pxó\9e\ eÎ\8fÆ_Ka~ó}=\81" ïO$P\14àæf¼\9e@\11áùé     \14ÑîÏÝK XË[ðx\95n%P$Hÿz\ 2\85i\86õþõ\ 4\8a\rJ\10=\81ÂÂG\ 3ú¡        \14\97\ 4[î%PXÍÎ\90~ÈúwH¿z\ 2\85y\1e\97@QJ`[\ 1ª\83Ô\95\12Øñ\ 6Hü´\14\r6\ 4¨WA[\ 2À`<­Âv\90\81uäu\v_\r\b\98&P\94\96l5\ 3O$P\ 4Ä\0\13       \14\11\9dßD\ 2\ 5\16\80z\ 2EDç7Ó\9b\11~_O Xß{@\fù~t~<~¯>À$\81Â\92\ad"\81bóÒ\ 3D\13(¶CÓÀè\ 1\8a\12\94\1e \96 z\ 2Å\81\89\ 4\8a\ 3¾@r\ 2ÅeÕ×\ 2\94F(\80õ\ 4
+\ 3\a\1c¿à¤|ü\12 ¯_P\ e}\ f÷¯·#ôë[\ 4\1cK\ 3£!\ 1sì}í     ç\ 1xD\80\13  \14\11}\7f\ 6[\10ªàz\ 2\85¹'\a\12\88cû©/8±ä\13Ô@ô\ 4
\82"l¯×è\ 5#\15\8c\96m\9b+û[/¸a\ 3Öãõ\17Ü\15\88×z¼\9e\80á
+Äk=~>\ 1#\1eû¨\ f \8e\9b^        \18\ fI:èhú:\ 1£]Á|\ 2\ 2\1d\1fÑî`q\ 3-f\0]P\8f\97ûw\      \14\83ñ\1c\81ñz\ 3,w ïë\1dÂ\rß±\19\10ÃwlÆën\14{\84ëó\93\95\10oIx\83ñ´dÞ!\ 2ìñ=©\e© \85×ß\9fpcY\91p=^wc\ 5íûÔ\8d\12N7\<\8e\81\12@\1að\99K½ú>Ä\1e!\ 4d\85\18\ 3\ 2¢~\94\151\90Þ?å*Ä\18\12 ñcX!Æ]\ 6Jhý\1a\12Ö\994\81ÎOWÂ.?Ð@\80Q\ 2Þ\11\ 1L\10ðá%\ 2¦\ 4h\8eì\11\ 1R4·E[\0µ\ 3\97Uâ ^H¡1\0÷£¼÷\82\ 4\ f_\10à\87Y\9añ¥À>8$Ae\84â«\90\82S?T\84/0(\fg~\14ô}ÔÁ\8a%\19 ïë\fx%)\f5\10V\87\80èG9?\ 3H8ÐýÉݬ\r\rñî\v\18¶÷^Àì\ 6Q¾OS÷r£\83\93\81÷{     \909?á\19Ø®EÐ\ 4\98 Õ\825Z°\ e&h)WÍ\ 4À\14Å\96À\ 5n0²\ 4è)ft\83<C{\8ar\ 2\8aØ\9btt\95#ÔrLw'\ 5¤\89Nt\12\8c\90\ fåöI1">\9c0\85"\16$z+?,HôV\86        ªòº;'!M\f\99ó\ 3wB\86
+\99r'\14S¨hbq¯0IuSª¸\13\9añ²&h¦l3^/é/83õxÝ\94²N~£ñL\11p¥aLÜ÷ADõ5¤@³ÿiH\81fýÓ\90\ 2ÍxY\91ñ¥\97ôh<ó§z¿\94ó«áD\ 5PÛ²\0¿¡\ 5È\9a\94/]«\9añr1\88\ fÆ@¯{\15ð\94\0ø}\19±Ë\9að\8d\18\88&o\97^1ÍøN\80ðfögJB=~"\85\80\0fRø7t\0\ 2ð
+ä7ĬÁf\82EGßÛá
+f:ðym\ 2\ 6°\9e¡þÁ\ 4\ 1x\14HâôâÁ;\0\91úYi?ºF\90®Ê\12äBÖÉ|Ë\880A\8e\83+\98HÝö\90\ e&R·=zÌfR·Ã       mÜÞ\82\9eº\1d\914\98IÝ.%ACJ¤u\10+zРú\1e\16(!9HÊ FN°ï\12z\12\1d\ 6¹±\17i\14¾ï\92Hûkø>º\ 2,PÐ\19\10R>°HÓkA\8e\ 3È\83   PÕ\b\ 5
+L\1eg\91rx\88^>\83\1cª\96Ø\99âÿ9t\ 6\1321÷Á\93d"Eßó¢<àéëk\99`\1f¥¯³zsÌ\v \87\fÖObDúÝD\17\9b\8c\98\7fÞBÝÅ\ 6\88u\82@\98\1c8D\80@Ho!\89·@Ó×7¤$Oè\a\11ZY\13ø\7f\86\99\1fÇø\7fÌÎ;£®q\8cLKb\86%fÙL \94³\18^zD\13ô\8f+M ß7´\ 5ý\16¬ë{¼\8bDiùëÃ\15ÐC,\8d\96\87\87ÈÍM¼\ 2]Õ]\ eu\v½½uÆ.Kì®\ 1×\ 5\87\18pì¤@\1c7+\br\1f\99lq\9e+Xoµ\10±$öz¼ÞBÄ\92ØGãyÑu,ë\7f\rCIëÆ×"\8dn\83ί+\9c@èOø­¿\\7f\85°\89      n²ë\vúGÜ\8eù&»Vµ-\9e\ 1Ù¶j[ +Øñ
+ôÚû\12B\18\91\ 1M"0ÏWÝ¿A·\9a¡,R<§\86¶®±\11\r!-ðûr.¿¥\927ãåD®ËÜ\1côß \99¨%\13²ù¾^¡êÑ{¨\9d\7fe¬ÖýKtô\88`Y\18wûo\84èÞã¡ÜV\ eð\90\1e\82ÊmåÞ\12\85\19\ fN\9a\80\9f¢\99»£þ\e<%}\7f\8f\8e7¤Õ \92\ 6¬ZZ­ömÕ2`½L71,§»\9d@71
+Ð{-\8afL\8c%!\9ddÂÄp\88\15fL\f\96\1c%\1d\89£\19\88q/\9b\18,\96    \15ü\89Jé ê¦<\1a\8aW WJ\9b±;\9a\80ã´¯ï1S,\80\99)&¼\ 5!"WWJÇ\87Á7¨\94ÆÜh\95Ò1\85×ÜÈ+¥Ë\19¤AÅ<·UKL(\r \17\98\80Ò\9b  tw|¶UÏ3\18à\980\89\94[°?        ©^A/\91h±wÁ¯h&@tÀÐ¥J±t&É\81~@4Ì\92d\16§±*ÍÔD[è5\1c\9e&[rlnÂå[\9al3~:Mvü}\12\9a\vèûë\84¡¹JßG\p¦ÙîàûQ?ÿUÛ?ý~\81\9d\18}\9fÒ_Bb\0Ñ\1f\vL.h¼\10\8f*\8e\82K\fÍb\95\1a\a^bh\1aß­¸JÌÆ\1cÀÕRW\87y̪ñ\13®\92\ 3\9d\80î*±4Ù\11\ 5QõÞb\10\15ÞùD§ÐP\10p\9a      P\7f>\9c\1f\14
+\ 2N\1c@æÓ\ 5x¯-\80O°i\13Ð;\bÚ\1d°\é\0¥X\92»¶\84¨JQ\92êi:]-EõýËR\8cì\1fJ±~ÿÔ¼Jpýr\86\96µ\12\98^1\v\95)\94¡Äú\86/@\15\8a@\13"©Ö\96!6è\99À!Çw4~\ 22\1c\9d\85°W,.H\97ì_1v\7fq\81ë\971_"ÔÂ\14-ªTì\9aÃ\7f\byNöï\83´\7fvÿÑü\7{f\fé4ây9¿\88´\80þüèú#Òb'Ö¿¢ï÷ëç\88ÛI\92\82Ïw\11·ã\bçvXð9FÜÆ\8a´\15\1a,8       E·\96åZdÐ\0ñ\99G_\v\ fÇ{2üÊ\92\8d¯e\0\1f¿IãY¬á
+|VW8Q°¸\9c}?êï÷4Hqo,ìY_`¯Fqà­UZ\0ï\9cU\84`|-\ 4\99_È[jÚ\bó\9d§Ézt\83 \91¤Õ\82l<¢\0ä(g­¯"ú¾\9eç\1c\11\aô¯0\8dv­pý:\ 1¤(\11\0­ø+\1d][\11"WüùM[\0¥À-I\14H\8dÙ\1d] ^ñ\97ûC÷ãõgÔ\1fðû\12òÒÙ\9b9\82\vè\9d!<»ÔI\ 4ÌÃ\8dÅ«9h\1a@ÕP\a\19\0¤Ï\105Øk\ 2\80ÃS#\ 6Ò\90¯*3nô\86r;N\13ÁL\8f\fæ\8dª\ f\83.;înÏ\82\1cé;'¸Ù³ \946óÍ\11NÄK-ëaÔ³\80O\80Þñ\99       v¸\82\81\9fânK¸Ù³ \94&¤£{¤¥ÃÇ\8et\19¹â&Ç
+\95\97\8cÃ:#AªÕÞ\9f¡Æ(é¢ì%\8b\1e   ÒÞ\1fÁ;(9I\10\8e:05ç'#\88Y\a¦\91.Ûç\9f\99\80ñ\9b^2\1a592\f\11\8e\11©\a\11\16ò0D8ê\171\f\11\8eÁ\94\a
+\84j"`\9fË\1e\9f\87X£hé\ 1{·m`\82\89\80ý\15"lÐ\98õlÔÒÊ®]\81¬Ñ8ÓÈ\1a8gÁ³zÊ6w\14«¬¾\85\1eÍ\92f%\1fG9D\7f/eÀ\9b,m¶ §³:¯Þ\ 2\8b\15èANË»¸{\v\ 6æ3¼\ 5ÞUy\81g wo        \88\12'ÂåÖɨ\99 \ f\97Só8Ê\84Ä\0}\12Z\81Þ©À\17`Ð8\82\87\98 !iµ"gJkÉglä\81\80lgáÆU\13i|\ 5»¶\ 2ncB\99¨\17\19ø]>D\162=\8a\95ñ¸Ç{I\v\a\92ª\13i\99\96\16\13Êø\8eWZì4DyQ\8f]      ×Ý\84¸¿ìÔzýú÷}\12¿Oê\ f=Úÿ\84\99\19´ï3Wc\88èE\ 1®FÞ@È¡\ 3\94±ÅÂ\8ax`\ 2"9¡\ai\ 6"9\ 2) #J\ 4(\b' ¥,^9\r°j6î&1 Og}sý\aºÿ\89õ\1fðûrJ³!\f×oéDsÇ\fË£p\10Ãv\8aÎÞâªÉ\81\ eéâ\11\ 1 l,\ 6Q\f\ fP¯;\r*\ 33\84aÈÀ\12¸Ý\19pt\80\ 1
+KbÕ¾Ï!}Ðþ\95Â\fCe²ú¢æ\r\96Ó\96¢aZ\f@¢YÚ\91\81\ 2Õãõ´%Ã\18\1e\8d§\1c´io\10s\14\9e~\88íE&0óøþ\ 4â
+X\85W6\8f\9fDìèÂ\8b¬`\97Ï\80\84\9d­>ÊWÐVH\ e±   \12\9c@¯ðZ\8aÃx\0µÌ\ 4iNÀí\17Ðo\80\196\90;nUhyS\ 5ýkl/\8a\8bE3\84º&Ö\80UH\r ¶94PaãÇ>^C\ 3±nG+ÚÿD·£C<?Ò-&\16\7f\8d-Fc¦ö\10\13\16\19¥Ò\17¬ùÛ\a`AÛ»\ 4dFy\8du>\ 1s\8b\b\b©r\84\80
+8Ü\88\80x̶¸vÜk\94V\9a\0\96zý:Ìî\ e\19XÐD¾Á\1aõãû¤\81­Û¿Ål\ 3¸¿ p°\ 5M\17´\81\89 +ä`\1d\10\b\1e\1c\8d\eÃQz\ 1F¹Wa\ 4¶?̽\1a\81|\8er¯Ú\15H\89\eUîU\ 3\95,{'/\84Âi¨a\e\7f\80ñ}æ\rÏ\9dBß×ó/\9d\0â\939d\9cÅ+ïb]/E\19½\8bum\88\11w±®³\8b]Y\0÷éù3N\11îbåæB\9e§.y\17\97®3C6bP·W)Ï\bê\96® Â\15ôÊ ?Åx.¡=E]\9d]\9dt\8fL\12øÒ׺aä¾)4\8d\16\99YÖL G\8b6$\8b&ÀѼÅ쪠       \08Ú+ @4\81\1c·Ì\155ý!B\849âÞ²TÊæ\10'ÞDx\v=\8e\ f-8\7f<ªç\16\96\9b\ 5ç^Ü\ 2-8\ f\98\90ä\82ó\f\1f\7f¾\8aǽøu.j\ 1¼ Ç¯\83EÌFt@\81\ 2/Í`À\v|\82M#e\ e\14\b¹QG\1e\r\96\95=Z\ 1%¤mÓ\b\89b^îþÒ\8en5\85\ e»x\88\1c(ÐÁk\94\9bB_îæ\11/Ðl\92\ 5êg(\9b\84Áô\15+¡9\ 3\1d¦Ï!©<\ 1]jêùð\1a©ÃÏ#\15'ô®\8esÇà\fr\91\8aïdbÐÛ¢Y\b~DÊ\14ï±$\ 3µ\87(ôõ²\15ì\9a\84´"v\ 6\84Ä»Ì{M¤1l³¸\99\86\ 2 \836xh8\7f\90\ e\1cP¶1ò¨YKa\84<Ê+M\\99`\b¦ÌÀ\17Ny\10FP\854³ªàÉ´\13Èi\bÙàzrã]ØN«v    w¡\8c]iÓ\1cFPƼA\19¼\85\89\94\9c\ 5ÝÂLJ\8e\83+èSr\18%fð\ 4\89\12©ªë\13<\ 39\ egyMÃC¤+(þÛ!)s\að\ 1W wwÈ\1e\p\8d½ÅBSrâñ\1e/øÒ(è6/d\1f®Ä\v¼òæLH©W0\81sW¬¾f¼~\a¥ö®\1e\8fò\ 1Èø\1dÝ¡\82³fãÑ\15öª\ 1\1fè\ 6õÂ\11\7f .\98(\1cYÐùë\1dR\1e¤R\94«åe\14ãè\98ð[Ëùóû_\ 5\112¹YáÏ\81ö¯·ºòèþ'òiü\ 6î\1f\15\ e\91õ\a
+\8a\89Ùª±\8cß\ 6õ\ 2¤ex\f@\b\82\ e!\94\80\ 1TúH\12bVDÀz\8b\1cëù>º\80QBÔ]\ 6\84¨1\ 3³\84&x~r³È\fà ¬\9f'd!\ 1ª\87aÃn\ 4øºC\v/Ø        @\13é\vvh\ 1>\14\0ä\ 6.¤?é\ 1úZ°S3 ÊFa8øH\80é       iÑGñþHÁÑ%\80^\v\10\9aÍS`°êñJíô7\0\ 6pÿz\8b±\88èW\87\81\8aP\85Rο¬\7f\88®@XÇõ»ükÙPwù7\16\80Ñ\11ÿÒû/FñèþYFîe\13×0³zF®+åJõ\ 4zFn¶hûñz\8f.\8b \8eÆÓõ\97\bâxý¤Pè\b\9eP\99Ûu\83ïËp\8c~ñhüt\8f´ñù¿Æ!\f\ 3¤eÚ­¹Ô\b\85\ 1Ò3\1dï!ýÈ\bLÞ£ûÓK\ 2\f0¿¹\7f=\v!\9e\85\82z\90\85@rù\8ak0¬7\81¢-\8d!çÆ\ f\ 6i\fÍ\16@Èh \84Öw\85Ðú¦\10ªÆëe\ 1\97\10Z_\13\11m4¹Û   Vë×\eM\1ehýº\16cx¦õø ü\89Å¡ï\ 3ü\ 3\ 2\ 6êàúu&,\b2õø    7\88\9f\0@ñÚ÷yþ@(Y\18\ f\16º\97\85Q\9a£Ý\96\ 2¹U#\90\ 2:z\81\8f    \8a\91\89Î\19\1e®`¢>m-Y\18Í)êY\18iy\8f\8eJñ÷\88\8e¸;n\ 3G0Ñv\ 2Ë!\1d\94µT=7ãeo@Æ¡éå\18²æY} :?=§2@9Ô\93 O\89DãQJ$C4MhÿrÍ·\ 1\92¶, _àåÏ\1a<\ 4<y\ 3>¤ò\ 5\ 6óÉ\ f.\90ú3£=\84û +\9b\14X®ð!\92­\89ü]M\11 ûO\90\80äò¬Ë\9d5\18\89[\80\9a\94Þ8FÔ\84¨?\vJ Å\1f\91\ 4B\ e\8f;VI\ 2ñ\ 2C$\81&ìùÅ\18 NÚó%ÙaÙ¥\17\88õ÷¼üaõúQ\7fO\82 âÌ\9c\184Yà­.Ö»\13\86\a[\0y\80\1cT\14\1943Í1\v\1aVs\88(\8d\8f¤k¬\ 1hc ]\83f[@9\ 4S\97\98_
+\1d¢ÔQÐ&\80g 7I\8d[\0\9c\br^¸kk-¬ðº\15\1dÅÕ4Y\9a±Ñ^Uè0mÀ\80Is'¥WÚ\0µê
+äC=^×F³Uú<\80\ eÐ\9e«ü\9eWX\1d\0¬O`\186®, Þ*±q¥ñvs\0\80\88ItÕ\82\ 3\83\vàf¡z\80ĨrŨªÆ\ 3£\8aÃÏh\aH\8b\f\v®`=~¦\9b¢\97Æó&\eû[\14\98\81M\ 1\ 5*U\96¥\97¡¥h<$ò­J×Ü&CºBn\95\1ew\99¨\ 6G\1d\9dáÐAèÃ\9b\ eB?<\ 22\81½f£      \86\ eÂf\và=Åź\97\83Я·P\ f\9cEYª\1dL8éÍ¿X\8d×Q\ frÁ6\18¯\a\19
+lF=^G=ÈþÁó\ 2¾\8e×Q\ fÜ¡}\9f\a\19\164^÷-Y\90¢ºÿ       Ø\rï\8a\7fÍ¿fÂ\17eRå)y\90ðÍ2©¨r!9\ 3\7f\0\1e\98\85\88&\98\ 5q\ 5/ʤl    á¦\83.îÒ=RG³\85\8bkF\94ÓE¬èy$\bxפCddR´¼\15­¼¦¢ÞÃÈ\13æV      &\12æ,\Z\8f\a>Z\12®³\84»z¼\90EÞ$Üù×*!G\0Ó$\11MøZ\8c\0âË|\rZ\97ã¢v\81¼³-zJ\14\bµoõ]\80\82õ\8c½\0¿¯w\16\ eï\11`\b\88\83u\ 2Ì}u\15\ 2¤ë\8fêú\99\87\141\10RE\18\ 2\1a\94`:\82VB\f8\81 \95à÷eï\8e!\88\97\ 5\ 2\86úû\92*÷¼\7f«_ðó&Õ×\8eEwUÁ\\ 6¥Ü\1fó\90Ç\ 2û\903__yÈ)Bõ\92\80\0ê\11\ 3\97\v\92ü¡\bÓ\ eò¯î\9b\83òO\81\1d)îI+|¸iJ\18\0ÙXþòZ2Í\14 \0b\11>\80\13      {H\ 3\99\0\80[Ñý÷ôOé/\ 5ø\0ê\19\97P\85ÒSæ³[Qa j\v\9a[ÑÅ{¶ Ù¢õx=WcCßï÷ÏmI\ fÆ÷\ 40´E«ñ=\ 3ðÞ¹pÿò\ 3ê
+\86ìèû<a.HçG5Ø\ 5~_O8sèüõ\!oõ´õøià¯ÑþY\88ñ2#«ñ\13!Fo\12°Þ\80ÜãÁº%\8d\18\88w[B\17\88ºl\10\ 2XÑ÷u\rÒ\9b7lp\81Ü\86Dç§3ðeÃ\ e\18\88;4Ï\1e!Í÷å\10¥ßÑúa\88\92\18ñ;¢ÀЧ©Ð      J]ÿ\e\13\ 4\18®%×]=½Aõ\ 4=\\vÅ6(eùõ\ 4\ 6î@[Ыh\ 3\96#}\84qX{Õ\9c\81Þ¼\15J"XÃÊV\80Ï@ª =\8dÉ\0®q¢\1c;÷ÏíeÁ\ 4*|\86*\ 1[ÐQá\ 3\94f3×\bÅÑÌ5¦w·°\89[ N\19,Pz°\14nÔ-\1a%RB:Öû\84tN\80\ 4Ê\ 4dM¶+Ñ\16t\80\88eS%\12C\1aA\8a!¼F\928âÑ\ 4\88Ù\96H3\98I\9aP%\12M\9a\b\a\90\a i\82\81'åÎ_ç\ 4¾\ 2O\9a°\ fÑ5\ 2\883+ÒO\81H£+À\12I\17(\ 6Urûi˹/\12\1d0\80\88¸Afê\ 1"\8e\17 ÕÏ  \16_M0U\11\ 1&ÐßFWàQÛ t;Ù2\ 1ë  tx\86+hYM0\ 3Ub®ºf\vBwu\9b`\87g\0\ 4
+Qu\r\99@ïÙbÆæh\v\14ÒÎ\95\87¥9Dù]È8ÕÒ\190\91\96\v¬úk\ 4"\8dO°ª\13\10\9c\ f¿k\84Da:JW¾Ü¾æ\16\12Y®Î\10       \89Ð\81ÙÌcRfF/^\81\ eï¸by @¥\96\¨Ò"4Gàî¤óyK­ÎÀïwÒù¼Iõj\az:\9fß\10!OÄ®-\9f±\1a?\91\8d¶{ÀÊ\13y<~ß´ è\15\1e^¼B\12½\86òTÏ\a\f\96\ f8¸AÞ¾iyë\ 6\82å\ 3Þ½\81\1c¼}ë\ 6¬\ 1Ôè\ 6hôË\12\ 2«ñzBaÆæTÆó>Åá½\e\9cÂ\rô9,[1w{\12t\9bÞ¤×ò\ 1+1\ 4ªeé\ 4)      ä\9cÈl/\9fr(ÞË\89Ìöò{\87¸\1dê!\92\15ìï®à@¯\11X\ 1%ÄC\13Æ£¬Lÿ8\8a·²2ý~ó\b¬l»\99\0\1dÁë¬Ìv\vÓY\99¹3á;Y\99õ\ eæ³2ëñóY\99Íøé¬Ìzü|Vf=~>+sôýQVf3~:+³¾ÿ\eY\99\r\ 1Ldeº3\14\91IøfVf¸Ï\85f[ô<0\95\95\19´        XÅ\99\ f;¸E·M\94M\97z©ö\14'²27é\1e©^X\1eåzü\ 4Xu\ e\89\81     tç¥OH\94Ì Y\96¬\84v\v²Ó*w¨Eg »
+JbU{\ 6²ó2c1¢C\94\9d\97¾ X´\13È\ fB.\1fG+\90½^Ù@\97\ e\91Ö?\97ôÎv\ 2\19°;\94èþp\ 2
+^ï\17 \91@é \8fË¡Wa¢Wr0oGÃ\vò»hq¹Û×\98­\f\91\12_ÇåÚ-LÇå\86gÀÓ4¡D\9a\89Ë!\89\ 4®\91\ 5Ëb$\94\87\1aîú®\86\9bn¾­\97\86\9b\ 6\96ÒPÃ]ßÕpÓ\9b\1anu\ 474Üjü\r\r·\1e?¯á¦×\1aæPíÆßÐp\aß\1fj¸õøy\r7½«á¦×L8Öp×w5Ü»\xi¸é]\r÷þ\ 4x\ 574Üõ]\rwp\8fC\r7ÕÏÁ¼\86[OpCÃMõ\8b6¯á6[\98×pÓÍ'ñÒpÓàI\1cj¸i¨W\f4Üf\82y\r7ÝT\8d.\rwt\88C\r7\r\14Ô¡\86;\9a`¨áÖ\13ÜÐpGt0ÔpÓ@»\ej¸w¯ñÒpÇ\948Ðp\9b-Ìk¸£3\18j¸wÙùÒpG×8Ôp\aBy¨á\86w5Ü8x[\99ïÆ\95b\8af\82Þw3Ôpû\1an|­ár\8c\93ÂJÕ\ e&\90+Kî^3\1e(H¤\81hi@Z\8fGÙøLÃE7\804LÞ\bý\1c\7fSCÌ*î\93\88ãH³`\1d\83P\8f\9fè`ºIߧ\ f\92C\a¨\97³X\1fôzü\ 4ô¨\87ß\97ë\11³vÚ\8f\88¤\1a df\8c\b\90u|´j\86z|_MA³\12
+BJó}½\1c¤\0°\8fÎ\1f¥º\9d\8dG\1d ¿Ø\8dçÕ\ 4\1aý½ê`\ 3\ 4\98\ eϲißç¶Å~æµd\11|ÏBÛÅW\84ÚG¥\87C}\ 43\rtK^F;\81\94çv¶\91Á+\10jbÊ)\86¥,!ܴвZªÑÑÒ\8c7èMHGz\ e¹ß\0\1f\80Â~V\18\94Í\ 4rek\88NzÊùøíæxK­Hª2Ãô9']á(³¢¡ÂÞÝÔ/à[%B¿\0\87\12\9c\büè\86\8e@\87\171ôÌf¼Þ\8ei\87Ú\90\f/\12\ eDÄz\82\96usi¾/£sD\a\1fS©Ïæ×n0ãÇ\98\147\97âôÑù3üá\b\95\11\84°Ã\8aËáþe\7fg\fpÿ28F\fH\19Óµé\}ðÖú#â\1f\1d}6®èüze\ 6ÑÿY»p\0 \12&jÓ\11ýèèµqó\9227ªmÏþÎ×µíÄ\1a+µí¹;ä\97ïëE\ 3\16ï¨ÇË÷\7fÅ;êñz\1f\ 6³\ 6ëñ\13}\18B1§\97Áù\13kt\87ç'\19\ 3çø²~¿\ fÐ\85°\12c\80\9b\19+ìu7/ÖÇ!\82õOÀ[\99ü¾yÿÞ¡ïëÍ\80.cr0\9eÖ¶ûµh¡K¥\0èµí%¿vDÀ4G=@\ 6\10rÜË\ 6Ì\1a}h£¯à§ym>$à\89Ú|Ä\80:þ¼ÕÖ7ãõF\1c©ÄÛªñ\8a5¹]µíO[¬b \0\e¢¢\ 3\ 4UO4N³{@\820ÐÃz@à\15ÈBÜ\1f\88\89Á\ 4´»ñ\91\80\14\ 2Ý\8dYù\X\10\17\ 5/\80\ 4\e\90ãÀ¹Í\ 2=¹R \9f`¢h)\9b£â\ 4d\vn׶À£$è-\ 6îuV\83\18
+àd3\81^\83x\ 59\9a\15è\10\ 3¥\9bÄp\v<FáÞ\Á
+\99\ 4\r  ²³^     \1aÌ¿uû\166x\8d\13(     ¥:¾\9d\ 4\r;z\95'*ACi+s\9f\17\ eñ\1ayq»(\95©\83+.Å·ðx\99\anÂ×Àk#ÝjhÛÖO«ì¨Í¶­ò´2Ý*z$\r\80nE\17\10¢´\0Öë:\16äÈúYêÑ\ 1è÷-\adx\0¸\8a4Z:[}\0»n\1d¯P»ÕKû\13TNåf×\97u;°N8\ fX\ 6\ 3\82\93·îvZ¯@/\7f»ì[\97n\95¿]öí`<\röY°¡<î³\1eNg  ,¹ßÝ,\84ó3Z¸\17\16\0\8a\86XñYnwú\14Å~¹W|\96\9f\1a\82\89*Ö%¨\13ð¤>é\10\87I}\83[d\8ev_ \97ê\ 5(\ 5\80Ö\15"JTÈ\8dÔ¢àWë×!|3\ 2Ü\93\ 6êñzÈ1$ð}½Ç\927/£[\aF.«\85ßÐþu/ÅêÄóÃ^:¿\16\83\ e^79#!O{\a\ 1\95ð<\95o}ï\0¶7 ¨TÒ×ãõ¤\91ËÈ®Ç\v\fh\11W'\11\10­\83ßË3T1àL\1d|\0\ f³P\8d|\81ç?Ñ&1\82ñ½\0ܺý[\1dü
+î/(\1cl¶©G\eÐQÜ=ä`        ÅÝ\12\0ûñº*\1aBzë\ 5\b\11½ãz]\81\81\88\8f\19\98\8c·¼³zý2\94\86\81\90\8fîo\ 4B>~\ 1\18\b\7foËÐX{é³Úè\10
+\bq\13¨\1d,\80£\98\1fÒ\13JQì\ fÈ@:\8aý\91Ä'\9c\10À\ 1   P&\0k\938"\0j\b\985=\90ÀL\89\8c\ 5\16é¶\12\19-]¤V"õ¢\86\86;ªüiÎÂ\15 ê(fO¯\92\10\e¥Ïææáo¥Ïf\93àÖ%X\81X\ e{\r\12>^§Ï¶[\98N\9f­W\80ÒgYúêù\10ÕG £á[À´\1e?\ 1&^°xëñº ¶\80gó}¹&ÄÒgGë\1f\15\88Õã\95n\1af\v¢ý£x\1f³%\8f2~»[ v:µ\9a\r\92\1a\ 1òÎõ^úþ\8bÆX{\99`½Û¹Þ¿'\ 5\90\14\98é\ïµ  ¸Aº\ 1*\9a\82`Xm      ëÍ\ 2µ5I÷HM\92d¢´\12\ 4\13\ 5j%NÑL0Q V*\ 1ê   f
+Ô¶\1dɲ\89\ 2µÝÃ3Ð\vÔvD\a3\ 5j\a\ÁD\81Ú±\95\a­\9e\f\16H\a\8b\1en*Þµá!òú²\0¯Q/PóèM\99*P;\80D\9a)P\vèU\9e)P\8b\v¸Æ\99\ 2µøî5ÆM¥DR ¶"±>S ¶&í\fxð÷x\8f\9dCB\12iª@í\90\842\85I[Ê\19®wñ\ 6\97m4Á?üðÝ÷?s\1fîã\87_=8*\8fÿȺEùå\87ß=6\17ýñ\98u}XW?üòãoþå\ f\1f¿ýÍ/~üý_~üû\8f\7fýÇ\9f}üñÏ\7føåÿþâÇ_~üçÿ}üë¿ÿô\9bßþöãç\7fó\8b\9fÿíÇÏ>?þý7?þ×\8f\7fþéãï>~ýÓO\7füûï¿ÿë_ÿúùÓ¯\7fó\97ÏßÿøÓ÷?w[úÕ\9fÿã÷ÿóý\1fÿ\92Ç}þú§ßýöo?~øïïþé\87Çêþ\1fâm;\93
+endstream
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 760 0 R
+/Name /Im325
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿ\81ñÿ\a\ 6~\ 6\14$\87\81l0P\ 5\b\15T0ü\0£\ f\1f\18\1e<`xx\80¡¾\81A\9e\81AD¶n¶(\0¿g\12¾
+endstream
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 761 0 R
+/Name /Im326
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgßðϾÁ\8e¿Á\86\9f\ 1\rUÈ!!;0ªc°ÿß oß (T3Q\1c\0ºZ\ e§
+endstream
+endobj
+354 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 762 0 R
+/Name /Im327
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-Å¡\r\800\10\ 5Ðß\\ 2\86¤\16A(\830\14\12\18\82\0\ 3à\8e °\87CQ®IÅ˳iý¬\82\10CLÐ\ 1©T\ 3í\9a\14Ã\9c\11æRw\ 4í\f:Ô# V1\9bQ\87l,úÂÂ\ 6\17Òë%\89\17×-Ûð\ 3b\8c,%
+endstream
+endobj
+355 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 763 0 R
+/Name /Im328
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÀÀÿ\81\81ñ\ 1:b>\0\7f\80Ðñ\ 3ìí\fì}\fì3\18Øw0°ÿ\0!þ?\fü6\füv\für`$Ï Çßð\7fþ\ 3 \12\95­\9f#\ 6\0\19I\1cZ
+endstream
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 764 0 R
+/Name /Im329
+/Width 29
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ë¡\11\800\f\ 5Ðß«¨\8cÅp]¡\12Õ\99\90\15=.{°LGÉ\b\91U\84\80â\10O>²      ²\vPbhz\fh|\ 5I\1fÄ\ eA*¢\9fh\828Ôí®¹\r\89\9bë\7f\vq/6k1Í\ 2ÐX×ãÌ7"!,\8a
+endstream
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 765 0 R
+/Name /Im330
+/Width 38
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÃÀÿ\87\1fD0üa\90o\80\11æ\r\f÷ Dz\ 3ã<\86|\ 6 q\1eF0ö30ö\83       f~\ 6f~f9 Á\ 6#Ø{àÄ\f9\ 6\196@b\ 3\8c`~\0'\ eØ0È1\1f¨aøÿ¸ýÿ\81ÿ\87Ûÿ7¨ÉÔÍV\ 3\0ÆÈ'\ 2
+endstream
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 766 0 R
+/Name /Im331
+/Width 29
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿAþÇ\7f æg`oàg`f\0Ò\fü\rl@\1e\1f\10ó\0±\ 4\14\e00\1f\0á\ 4(>\0Á\ f\e\18\18Aø1\ 3\ 4?\ 3âo\f\f\f\7f ø\a\14\7f\80â\ 4\ 6\ 6YÙêÙò\0¸Ö\1e¿
+endstream
+endobj
+359 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 767 0 R
+/Name /Im332
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿ\7f\80ÿÿ\ 1\86\ f\fÈ\88ñ\ 1:b>\80\8cØ\98\ fð°7@\90\f{\83\ 4{\83\ 5{C\ 5\8fÿÿ?\0\91¸LÝl)\04}\1e§
+endstream
+endobj
+360 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 768 0 R
+/Name /Im333
+/Width 12
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿPÿáÿ\ 3\1eæú.>\0\ 5ä
+endstream
+endobj
+361 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 769 0 R
+/Name /Im334
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÁÀþ\83\81á\ 3:b|\0E?\1f0ÿ\7fÀßþ@\8eù\80\ró\ 1\væ\ 3\15\81½\ 1\82
+À¨\82¿ÁƾAþÿ\ 3öó\ fDeëæ\88\ 3\0\vô#g
+endstream
+endobj
+362 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 770 0 R
+/Name /Im335
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÿÿ\0?\103|`\a\ 6\86\ f\8cpÌø\0\84\13¡8\81\81ñÁ\ 3\ 6Æ\87\ f\18\98\81ÊÁø \10\1f@`öÆ\ 6\ 6ö\ 6\ 6\fÌ\ fÄÿÿ\0ñ\ f\ 6\ 6)\99ºÙÒ\0ú\83
+endstream
+endobj
+363 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 771 0 R
+/Name /Im336
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`üÏÀÜÞÀÆÞÀÏ~\80¿\1d\8cØA\\ 6~\ 6\ 69\ 6\ 6\e\ 6Æ\1f\fÌ\1f@\f\10\17\88øÁH\9e¡@\9eá\a\18}\90cx`Çð \86¡à\a\83ý\ 3\ 6þ\ 6\ 6!ÙÚÙ¢\0³\17\15z
+endstream
+endobj
+364 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 772 0 R
+/Name /Im337
+/Width 14
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa°`üÁÿC¦\82\ 1\ 4?  ã\ 3\ 4d>\80\80ì\aþÿøÿ\83O¦f¶(\0À\13\19L
+endstream
+endobj
+365 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 773 0 R
+/Name /Im338
+/Width 5
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨øñ£BBÂÀ áÁ\81\ 6VÞÚ\16\1e\0\a@
+endstream
+endobj
+366 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 774 0 R
+/Name /Im339
+/Width 30
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81ÿÏ\7f fo`>À~\80\19H230?`c`üÀÆÀð\81\87\81á\87\f\ 3C\85\ 4\ 3C\8d\ 5\ 3\83\8d\ 1\ 3\83\\ 2\ 3\83<\10ó\1f\80\ 6âpý\ f0\96\93i\98-\ f\0MY\e2
+endstream
+endobj
+367 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 775 0 R
+/Name /Im340
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨øQQÀÊZÛÂ\ 3\0\16\82\ 3 
+endstream
+endobj
+368 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 776 0 R
+/Name /Im341
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÊA\r\800\f\ 5Ðßô°\e\13À´ \ 5%d>0Ó9é\1cL\0¡ü\ 4²px·\97#<\13\86\92\18\ 6&ñý\ fÒ\1dªaÐF6\99Z«©ÊGñJ´ cCÄM\17Ör\9cå\ 1/i/Þ
+endstream
+endobj
+369 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im292 317 0 R /Im146 153 0 R /Im154 163 0 R /Im293 318 0 R /Im166 175 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im40 47 0 R /Im44 51 0 R /Im45 52 0 R /Im60 67 0 R /Im68 75 0 R /Im49 56 0 R /Im68 75 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im155 164 0 R /Im167 176 0 R /Im157 166 0 R /Im68 75 0 R /Im295 320 0 R /Im342 371 0 R /Im305 330 0 R /Im343 372 0 R /Im344 373 0 R /Im301 326 0 R /Im311 336 0 R /Im310 335 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im330 357 0 R /Im305 330 0 R /Im297 322 0 R /Im310 335 0 R /Im313 338 0 R /Im334 361 0 R /Im343 372 0 R /Im298 323 0 R /Im297 322 0 R /Im310 335 0 R /Im295 320 0 R /Im321 346 0 R /Im321 346 0 R /Im302 327 0 R /Im298 323 0 R /Im300 325 0 R /Im301 326 0 R /Im297 322 0 R /Im298 323 0 R /Im313 338 0 R /Im304 329 0 R /Im322 347 0 R /Im313 338 0 R /Im296 321 0 R /Im345 374 0 R /Im301 326 0 R /Im315 340 0 R /Im305 330 0 R /Im312 337 0 R /Im302 327 0 R /Im301 326 0 R /Im323 348 0 R /Im298 323 0 R /Im304 329 0 R /Im306 331 0 R /Im68 75 0 R /Im54 61 0 R /Im42 49 0 R /Im67 74 0 R /Im55 62 0 R /Im39 46 0 R /Im40 47 0 R /Im67 74 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im42 49 0 R /Im66 73 0 R /Im47 54 0 R /Im43 50 0 R /Im45 52 0 R /Im346 375 0 R /Im169 178 0 R /Im169 178 0 R /Im71 78 0 R /Im64 71 0 R /Im47 54 0 R /Im50 57 0 R /Im66 73 0 R /Im52 59 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im67 74 0 R /Im40 47 0 R /Im42 49 0 R /Im39 46 0 R /Im67 74 0 R /Im42 49 0 R /Im65 72 0 R /Im42 49 0 R /Im66 73 0 R /Im58 65 0 R /Im43 50 0 R /Im45 52 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im71 78 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im95 102 0 R /Im40 47 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im71 78 0 R /Im170 179 0 R /Im58 65 0 R /Im59 66 0 R /Im40 47 0 R /Im44 51 0 R /Im47 54 0 R /Im39 46 0 R /Im71 78 0 R /Im95 102 0 R /Im40 47 0 R /Im44 51 0 R /Im67 74 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im68 75 0 R /Im63 70 0 R /Im42 49 0 R /Im66 73 0 R /Im43 50 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im42 49 0 R /Im59 66 0 R /Im151 160 0 R /Im146 153 0 R /Im153 162 0 R /Im153 162 0 R /Im167 176 0 R /Im157 166 0 R /Im40 47 0 R /Im39 46 0 R /Im303 328 0 R /Im309 334 0 R /Im309 334 0 R /Im295 320 0 R /Im325 352 0 R /Im313 338 0 R /Im326 353 0 R /Im296 321 0 R /Im304 329 0 R /Im301 326 0 R /Im302 327 0 R /Im71 78 0 R /Im307 332 0 R /Im47 54 0 R /Im57 64 0 R /Im68 75 0 R /Im146 153 0 R /Im162 171 0 R /Im71 78 0 R /Im56 63 0 R /Im47 54 0 R /Im68 75 0 R /Im173 182 0 R /Im71 78 0 R /Im66 73 0 R /Im66 73 0 R /Im68 75 0 R /Im154 163 0 R /Im153 162 0 R /Im70 77 0 R /Im155 164 0 R /Im162 171 0 R /Im68 75 0 R /Im268 287 0 R /Im181 190 0 R /Im181 190 0 R /Im88 95 0 R /Im93 100 0 R /Im178 187 0 R /Im179 188 0 R /Im233 246 0 R /Im347 376 0 R /Im81 88 0 R /Im234 247 0 R /Im88 95 0 R /Im81 88 0 R /Im88 95 0 R /Im94 101 0 R /Im91 98 0 R /Im84 91 0 R /Im83 90 0 R /Im94 101 0 R /Im179 188 0 R /Im91 98 0 R /Im179 188 0 R /Im83 90 0 R /Im93 100 0 R /Im94 101 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im50 57 0 R /Im40 47 0 R /Im59 66 0 R /Im59 66 0 R /Im57 64 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im146 153 0 R /Im169 178 0 R /Im235 248 0 R /Im236 249 0 R /Im237 250 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im146 153 0 R /Im175 184 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im58 65 0 R /Im43 50 0 R /Im59 66 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im171 180 0 R /Im348 377 0 R /Im204 215 0 R /Im197 208 0 R /Im209 220 0 R /Im204 215 0 R /Im199 210 0 R /Im195 206 0 R /Im196 207 0 R /Im349 378 0 R /Im350 379 0 R /Im207 218 0 R /Im195 206 0 R /Im199 210 0 R /Im210 221 0 R /Im351 380 0 R /Im352 381 0 R /Im194 205 0 R /Im197 208 0 R /Im210 221 0 R /Im184 193 0 R /Im199 210 0 R /Im229 242 0 R /Im204 215 0 R /Im194 205 0 R /Im353 382 0 R /Im199 210 0 R /Im195 206 0 R /Im225 238 0 R /Im228 241 0 R /Im229 242 0 R /Im354 383 0 R /Im355 384 0 R /Im356 385 0 R /Im357 386 0 R /Im357 386 0 R /Im358 387 0 R /Im146 153 0 R /Im68 75 0 R /Im42 49 0 R /Im174 183 0 R /Im42 49 0 R /Im154 163 0 R /Im173 182 0 R /Im68 75 0 R /Im59 66 0 R /Im174 183 0 R /Im59 66 0 R /Im175 184 0 R /Im162 171 0 R /Im68 75 0 R /Im359 388 0 R /Im67 74 0 R /Im162 171 0 R /Im359 388 0 R /Im48 55 0 R /Im154 163 0 R /Im174 183 0 R /Im68 75 0 R /Im42 49 0 R /Im175 184 0 R /Im359 388 0 R /Im48 55 0 R /Im59 66 0 R /Im155 164 0 R /Im175 184 0 R /Im68 75 0 R /Im48 55 0 R /Im174 183 0 R /Im67 74 0 R /Im175 184 0 R /Im154 163 0 R /Im68 75 0 R /Im359 388 0 R /Im48 55 0 R /Im162 171 0 R /Im359 388 0 R /Im67 74 0 R /Im154 163 0 R /Im155 164 0 R /Im68 75 0 R /Im360 389 0 R /Im42 49 0 R /Im162 171 0 R /Im67 74 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im169 178 0 R /Im68 75 0 R /Im359 388 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im360 389 0 R /Im67 74 0 R /Im175 184 0 R /Im153 162 0 R /Im68 75 0 R /Im361 390 0 R /Im59 66 0 R /Im173 182 0 R /Im167 176 0 R /Im308 333 0 R /Im167 176 0 R /Im146 153 0 R /Im167 176 0 R /Im68 75 0 R /Im167 176 0 R /Im308 333 0 R /Im167 176 0 R /Im308 333 0 R /Im167 176 0 R /Im58 65 0 R /Im154 163 0 R /Im146 153 0 R /Im146 153 0 R /Im68 75 0 R /Im55 62 0 R /Im174 183 0 R /Im359 388 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im146 153 0 R /Im173 182 0 R /Im68 75 0 R /Im360 389 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im51 58 0 R /Im175 184 0 R /Im146 153 0 R /Im162 171 0 R /Im68 75 0 R /Im362 391 0 R /Im55 62 0 R /Im162 171 0 R /Im51 58 0 R /Im174 183 0 R /Im146 153 0 R /Im174 183 0 R /Im68 75 0 R /Im359 388 0 R /Im58 65 0 R /Im174 183 0 R /Im360 389 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im146 153 0 R /Im175 184 0 R /Im68 75 0 R /Im361 390 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im48 55 0 R /Im154 163 0 R /Im146 153 0 R /Im154 163 0 R /Im68 75 0 R /Im361 390 0 R /Im73 80 0 R /Im51 58 0 R /Im174 183 0 R /Im48 55 0 R /Im73 80 0 R /Im42 49 0 R /Im175 184 0 R /Im146 153 0 R /Im155 164 0 R /Im68 75 0 R /Im361 390 0 R /Im59 66 0 R /Im154 163 0 R /Im361 390 0 R /Im48 55 0 R /Im154 163 0 R /Im146 153 0 R /Im169 178 0 R /Im68 75 0 R /Im48 55 0 R /Im175 184 0 R /Im361 390 0 R /Im55 62 0 R /Im154 163 0 R /Im363 392 0 R /Im146 153 0 R /Im153 162 0 R /Im68 75 0 R /Im364 393 0 R /Im51 58 0 R /Im146 153 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im175 184 0 R /Im173 182 0 R /Im167 176 0 R /Im68 75 0 R /Im362 391 0 R /Im48 55 0 R /Im162 171 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im162 171 0 R /Im173 182 0 R /Im146 153 0 R /Im68 75 0 R /Im53 60 0 R /Im73 80 0 R /Im48 55 0 R /Im162 171 0 R /Im361 390 0 R /Im48 55 0 R /Im154 163 0 R /Im173 182 0 R /Im173 182 0 R /Im68 75 0 R /Im360 389 0 R /Im55 62 0 R /Im162 171 0 R /Im364 393 0 R /Im48 55 0 R /Im155 164 0 R /Im173 182 0 R /Im162 171 0 R /Im68 75 0 R /Im67 74 0 R /Im174 183 0 R /Im59 66 0 R /Im73 80 0 R /Im67 74 0 R /Im174 183 0 R /Im173 182 0 R /Im174 183 0 R /Im68 75 0 R /Im359 388 0 R /Im67 74 0 R /Im162 171 0 R /Im361 390 0 R /Im42 49 0 R /Im155 164 0 R /Im173 182 0 R /Im175 184 0 R /Im68 75 0 R /Im361 390 0 R /Im67 74 0 R /Im154 163 0 R /Im362 391 0 R /Im51 58 0 R /Im169 178 0 R /Im173 182 0 R /Im154 163 0 R /Im68 75 0 R /Im359 388 0 R /Im42 49 0 R /Im174 183 0 R /Im359 388 0 R /Im51 58 0 R /Im154 163 0 R /Im173 182 0 R /Im155 164 0 R /Im68 75 0 R /Im359 388 0 R /Im53 60 0 R /Im175 184 0 R /Im363 392 0 R /Im364 393 0 R /Im53 60 0 R /Im169 178 0 R /Im173 182 0 R /Im169 178 0 R /Im68 75 0 R /Im361 390 0 R /Im42 49 0 R /Im174 183 0 R /Im53 60 0 R /Im154 163 0 R /Im173 182 0 R /Im153 162 0 R /Im68 75 0 R /Im361 390 0 R /Im73 80 0 R /Im42 49 0 R /Im175 184 0 R /Im362 391 0 R /Im51 58 0 R /Im155 164 0 R /Im162 171 0 R /Im167 176 0 R /Im68 75 0 R /Im362 391 0 R /Im59 66 0 R /Im154 163 0 R /Im67 74 0 R /Im162 171 0 R /Im162 171 0 R /Im146 153 0 R /Im68 75 0 R /Im360 389 0 R /Im73 80 0 R /Im42 49 0 R /Im154 163 0 R /Im363 392 0 R /Im360 389 0 R /Im73 80 0 R /Im42 49 0 R /Im154 163 0 R /Im162 171 0 R /Im173 182 0 R /Im68 75 0 R /Im362 391 0 R /Im73 80 0 R /Im42 49 0 R /Im154 163 0 R /Im146 153 0 R /Im308 333 0 R /Im167 176 0 R /Im97 104 0 R /Im97 104 0 R /Im365 394 0 R /Im366 395 0 R /Im367 396 0 R /Im368 397 0 R /Im369 398 0 R /Im370 399 0 R /Im371 400 0 R /Im366 395 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im372 401 0 R /Im366 395 0 R /Im373 402 0 R /Im374 403 0 R /Im373 402 0 R /Im373 402 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im373 402 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im373 402 0 R /Im375 404 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im376 405 0 R /Im374 403 0 R /Im369 398 0 R /Im377 406 0 R /Im369 398 0 R /Im375 404 0 R /Im369 398 0 R /Im375 404 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im378 407 0 R /Im379 408 0 R /Im375 404 0 R /Im379 408 0 R /Im380 409 0 R /Im369 398 0 R /Im366 395 0 R /Im379 408 0 R /Im366 395 0 R /Im366 395 0 R /Im369 398 0 R /Im381 410 0 R /Im378 407 0 R /Im366 395 0 R /Im382 411 0 R /Im366 395 0 R /Im369 398 0 R /Im97 104 0 R /Im97 104 0 R /Im176 185 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im48 55 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im146 153 0 R /Im174 183 0 R /Im68 75 0 R /Im68 75 0 R /Im61 68 0 R /Im73 80 0 R /Im59 66 0 R /Im174 183 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im42 49 0 R /Im39 46 0 R /Im59 66 0 R /Im53 60 0 R /Im58 65 0 R /Im50 57 0 R /Im42 49 0 R /Im42 49 0 R /Im73 80 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im40 47 0 R /Im50 57 0 R /Im42 49 0 R /Im39 46 0 R /Im45 52 0 R /Im44 51 0 R /Im52 59 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im173 182 0 R /Im146 153 0 R /Im235 248 0 R /Im236 249 0 R /Im237 250 0 R /Im66 73 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im47 54 0 R /Im50 57 0 R /Im50 57 0 R /Im47 54 0 R /Im41 48 0 R /Im42 49 0 R /Im162 171 0 R /Im174 183 0 R /Im47 54 0 R /Im39 46 0 R /Im69 76 0 R /Im58 65 0 R /Im43 50 0 R /Im59 66 0 R /Im44 51 0 R /Im47 54 0 R /Im48 55 0 R /Im171 180 0 R /Im383 412 0 R /Im204 215 0 R /Im227 240 0 R /Im271 290 0 R /Im228 241 0 R /Im195 206 0 R /Im196 207 0 R /Im271 290 0 R /Im198 209 0 R /Im207 218 0 R /Im349 378 0 R /Im383 412 0 R /Im195 206 0 R /Im194 205 0 R /Im204 215 0 R /Im228 241 0 R /Im195 206 0 R /Im196 207 0 R /Im197 208 0 R /Im183 192 0 R /Im185 194 0 R /Im351 380 0 R /Im384 413 0 R /Im184 193 0 R /Im228 241 0 R /Im271 290 0 R /Im228 241 0 R /Im205 216 0 R /Im199 210 0 R /Im204 215 0 R /Im229 242 0 R /Im198 209 0 R /Im207 218 0 R /Im204 215 0 R /Im194 205 0 R /Im209 220 0 R /Im271 290 0 R /Im195 206 0 R /Im228 241 0 R /Im197 208 0 R /Im207 218 0 R /Im271 290 0 R /Im209 220 0 R /Im356 385 0 R /Im357 386 0 R /Im385 414 0 R /Im358 387 0 R /Im146 153 0 R /Im68 75 0 R /Im67 74 0 R /Im174 183 0 R /Im359 388 0 R /Im48 55 0 R /Im154 163 0 R /Im173 182 0 R /Im68 75 0 R /Im359 388 0 R /Im67 74 0 R /Im162 171 0 R /Im67 74 0 R /Im154 163 0 R /Im162 171 0 R /Im68 75 0 R /Im59 66 0 R /Im174 183 0 R /Im59 66 0 R /Im175 184 0 R /Im174 183 0 R /Im68 75 0 R /Im359 388 0 R /Im48 55 0 R /Im162 171 0 R /Im359 388 0 R /Im42 49 0 R /Im174 183 0 R /Im175 184 0 R /Im68 75 0 R /Im42 49 0 R /Im162 171 0 R /Im42 49 0 R /Im154 163 0 R /Im154 163 0 R /Im68 75 0 R /Im360 389 0 R /Im59 66 0 R /Im162 171 0 R /Im48 55 0 R /Im175 184 0 R /Im155 164 0 R /Im68 75 0 R /Im361 390 0 R /Im67 74 0 R /Im173 182 0 R /Im359 388 0 R /Im59 66 0 R /Im155 164 0 R /Im169 178 0 R /Im68 75 0 R /Im51 58 0 R /Im162 171 0 R /Im360 389 0 R /Im51 58 0 R /Im174 183 0 R /Im153 162 0 R /Im68 75 0 R /Im360 389 0 R /Im51 58 0 R /Im173 182 0 R /Im361 390 0 R /Im58 65 0 R /Im175 184 0 R /Im146 153 0 R /Im167 176 0 R /Im68 75 0 R /Im362 391 0 R /Im67 74 0 R /Im146 153 0 R /Im167 176 0 R /Im308 333 0 R /Im167 176 0 R /Im146 153 0 R /Im146 153 0 R /Im68 75 0 R /Im167 176 0 R /Im308 333 0 R /Im167 176 0 R /Im360 389 0 R /Im59 66 0 R /Im154 163 0 R /Im146 153 0 R /Im173 182 0 R /Im68 75 0 R /Im359 388 0 R /Im42 49 0 R /Im173 182 0 R /Im361 390 0 R /Im59 66 0 R /Im169 178 0 R /Im146 153 0 R /Im162 171 0 R /Im68 75 0 R /Im359 388 0 R /Im42 49 0 R /Im175 184 0 R /Im361 390 0 R /Im55 62 0 R /Im174 183 0 R /Im146 153 0 R /Im174 183 0 R /Im68 75 0 R /Im48 55 0 R /Im162 171 0 R /Im359 388 0 R /Im42 49 0 R /Im67 74 0 R /Im175 184 0 R /Im146 153 0 R /Im175 184 0 R /Im68 75 0 R /Im53 60 0 R /Im162 171 0 R /Im361 390 0 R /Im55 62 0 R /Im154 163 0 R /Im146 153 0 R /Im154 163 0 R /Im68 75 0 R /Im359 388 0 R /Im48 55 0 R /Im174 183 0 R /Im359 388 0 R /Im73 80 0 R /Im59 66 0 R /Im162 171 0 R /Im146 153 0 R /Im155 164 0 R /Im68 75 0 R /Im359 388 0 R /Im42 49 0 R /Im73 80 0 R /Im59 66 0 R /Im162 171 0 R /Im53 60 0 R /Im175 184 0 R /Im146 153 0 R /Im169 178 0 R /Im68 75 0 R /Im359 388 0 R /Im53 60 0 R /Im173 182 0 R /Im359 388 0 R /Im48 55 0 R /Im154 163 0 R /Im146 153 0 R /Im153 162 0 R /Im68 75 0 R /Im362 391 0 R /Im67 74 0 R /Im42 49 0 R /Im146 153 0 R /Im53 60 0 R /Im174 183 0 R /Im173 182 0 R /Im167 176 0 R /Im68 75 0 R /Im48 55 0 R /Im73 80 0 R /Im53 60 0 R /Im174 183 0 R /Im359 388 0 R /Im73 80 0 R /Im53 60 0 R /Im174 183 0 R /Im173 182 0 R /Im146 153 0 R /Im68 75 0 R /Im359 388 0 R /Im53 60 0 R /Im48 55 0 R /Im174 183 0 R /Im359 388 0 R /Im48 55 0 R /Im154 163 0 R /Im173 182 0 R /Im173 182 0 R /Im68 75 0 R /Im362 391 0 R /Im42 49 0 R /Im173 182 0 R /Im362 391 0 R /Im48 55 0 R /Im155 164 0 R /Im173 182 0 R /Im162 171 0 R /Im68 75 0 R /Im51 58 0 R /Im174 183 0 R /Im359 388 0 R /Im42 49 0 R /Im174 183 0 R /Im173 182 0 R /Im174 183 0 R /Im68 75 0 R /Im359 388 0 R /Im67 74 0 R /Im175 184 0 R /Im362 391 0 R /Im51 58 0 R /Im169 178 0 R /Im173 182 0 R /Im175 184 0 R /Im68 75 0 R /Im58 65 0 R /Im162 171 0 R /Im51 58 0 R /Im154 163 0 R /Im173 182 0 R /Im154 163 0 R /Im68 75 0 R /Im359 388 0 R /Im73 80 0 R /Im42 49 0 R /Im174 183 0 R /Im48 55 0 R /Im73 80 0 R /Im42 49 0 R /Im174 183 0 R /Im173 182 0 R /Im155 164 0 R /Im68 75 0 R /Im362 391 0 R /Im42 49 0 R /Im48 55 0 R /Im173 182 0 R /Im360 389 0 R /Im59 66 0 R /Im155 164 0 R /Im173 182 0 R /Im169 178 0 R /Im68 75 0 R /Im67 74 0 R /Im175 184 0 R /Im360 389 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im173 182 0 R /Im153 162 0 R /Im68 75 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im162 171 0 R /Im167 176 0 R /Im68 75 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im51 58 0 R /Im175 184 0 R /Im162 171 0 R /Im146 153 0 R /Im68 75 0 R /Im361 390 0 R /Im48 55 0 R /Im173 182 0 R /Im360 389 0 R /Im42 49 0 R /Im169 178 0 R /Im162 171 0 R /Im173 182 0 R /Im68 75 0 R /Im362 391 0 R /Im48 55 0 R /Im154 163 0 R /Im360 389 0 R /Im53 60 0 R /Im154 163 0 R /Im162 171 0 R /Im162 171 0 R /Im68 75 0 R /Im361 390 0 R /Im48 55 0 R /Im174 183 0 R /Im361 390 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im162 171 0 R /Im174 183 0 R /Im68 75 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im55 62 0 R /Im175 184 0 R /Im162 171 0 R /Im175 184 0 R /Im68 75 0 R /Im55 62 0 R /Im162 171 0 R /Im364 393 0 R /Im53 60 0 R /Im155 164 0 R /Im162 171 0 R /Im154 163 0 R /Im68 75 0 R /Im360 389 0 R /Im67 74 0 R /Im162 171 0 R /Im360 389 0 R /Im48 55 0 R /Im175 184 0 R /Im162 171 0 R /Im155 164 0 R /Im68 75 0 R /Im53 60 0 R /Im174 183 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im174 183 0 R /Im162 171 0 R /Im169 178 0 R /Im68 75 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im174 183 0 R /Im360 389 0 R /Im53 60 0 R /Im154 163 0 R /Im162 171 0 R /Im153 162 0 R /Im68 75 0 R /Im364 393 0 R /Im53 60 0 R /Im173 182 0 R /Im364 393 0 R /Im55 62 0 R /Im154 163 0 R /Im174 183 0 R /Im167 176 0 R /Im68 75 0 R /Im362 391 0 R /Im48 55 0 R /Im154 163 0 R /Im362 391 0 R /Im42 49 0 R /Im169 178 0 R /Im174 183 0 R /Im146 153 0 R /Im68 75 0 R /Im360 389 0 R /Im42 49 0 R /Im146 153 0 R /Im364 393 0 R /Im53 60 0 R /Im155 164 0 R /Im174 183 0 R /Im173 182 0 R /Im68 75 0 R /Im362 391 0 R /Im48 55 0 R /Im146 153 0 R /Im362 391 0 R /Im58 65 0 R /Im169 178 0 R /Im174 183 0 R /Im162 171 0 R /Im68 75 0 R /Im364 393 0 R /Im55 62 0 R /Im162 171 0 R /Im58 65 0 R /Im154 163 0 R /Im174 183 0 R /Im174 183 0 R /Im68 75 0 R /Im360 389 0 R /Im53 60 0 R /Im162 171 0 R /Im362 391 0 R /Im55 62 0 R /Im169 178 0 R /Im174 183 0 R /Im175 184 0 R /Im68 75 0 R /Im360 389 0 R /Im55 62 0 R /Im174 183 0 R /Im362 391 0 R /Im48 55 0 R /Im169 178 0 R /Im174 183 0 R /Im154 163 0 R /Im68 75 0 R /Im362 391 0 R /Im73 80 0 R /Im48 55 0 R /Im169 178 0 R /Im364 393 0 R /Im73 80 0 R /Im48 55 0 R /Im169 178 0 R /Im174 183 0 R /Im155 164 0 R /Im68 75 0 R /Im360 389 0 R /Im53 60 0 R /Im162 171 0 R /Im42 49 0 R /Im175 184 0 R /Im174 183 0 R /Im169 178 0 R /Im68 75 0 R /Im360 389 0 R /Im73 80 0 R /Im42 49 0 R /Im175 184 0 R /Im364 393 0 R /Im48 55 0 R /Im155 164 0 R /Im174 183 0 R /Im153 162 0 R /Im68 75 0 R /Im364 393 0 R /Im55 62 0 R /Im174 183 0 R /Im364 393 0 R /Im42 49 0 R /Im154 163 0 R /Im175 184 0 R /Im167 176 0 R /Im68 75 0 R /Im364 393 0 R /Im53 60 0 R /Im175 184 0 R /Im360 389 0 R /Im42 49 0 R /Im169 178 0 R /Im175 184 0 R /Im146 153 0 R /Im68 75 0 R /Im364 393 0 R /Im55 62 0 R /Im154 163 0 R /Im360 389 0 R /Im48 55 0 R /Im155 164 0 R /Im175 184 0 R /Im173 182 0 R /Im68 75 0 R /Im364 393 0 R /Im53 60 0 R /Im155 164 0 R /Im360 389 0 R /Im42 49 0 R /Im169 178 0 R /Im175 184 0 R /Im162 171 0 R /Im68 75 0 R /Im53 60 0 R /Im175 184 0 R /Im364 393 0 R /Im48 55 0 R /Im175 184 0 R /Im175 184 0 R /Im174 183 0 R /Im68 75 0 R /Im364 393 0 R /Im48 55 0 R /Im169 178 0 R /Im146 153 0 R /Im308 333 0 R /Im167 176 0 R /Im146 153 0 R /Im173 182 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 370 0 R
+>>
+endobj
+370 0 obj
+<<
+/Length 777 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]K¯4·qÝ\7f¿â.í\85GÍG¿¼\f\1c\ 3Ù\ 46¬¥7\89$ÇJ$?\15\bù÷\19N\17ç\ e\9bç\f\ fÙ\9b\ fÂ\85\9aCV\15\ fë]\7fÿòû\8f¿\7fq\1f?\7f¹ÿ{[¶écºMSþw¿mqúpq¾í[üXöp[|üøæÇ/_ýÛ\8f\1f¿ùë\97ß¿,\10\97\v,·Õ§\ 56[`¹MÏ\ 5\\ê\ 5Òï\95\vìË}\819Üæ)-0ßÖí¹À\1cÏ\vÐ#ÌÛã\97ÏG\bç\ 5âm\9bà\11\96ÅvP\1c\8e\10oáD\83ã/nõ7¿\9c\17\88«²\81\a    Ö\15|?»6\ fì÷7øû\15\ 1ü-âßß\16£`ñý¤ÿþ\8e~¿â ¿mÛù÷}âà\9dsàûùüýÁ®zÿ~\9aÀ÷Kµ\7fwó§ó\1f\7fñÓz[cõývþ~¾M\95\b§\1dy7\ 1\ 1\8a»üûn\91~¿æßý\87§;I½÷¶@¸\85\97;$H\90\9dÀ/×n±\ f\ eÞbp       §J\ 6\8e\ 5\16¸@%\ 4t\a\11î`©n!§bÌ[(©X­@ù8O\12\1f©\1cÏ\v\90c¿W4Xo\11\v"D²\10\ 1\9a\9f\89xÜd¿\ 6´À\ 4®bÜð\ 2è9\b5\16Ñ#l\e<B\ 5&ñ6/p\awþ£#\80»°Lh\81\0Ñ$¸j\ 1\ 6ça\8ap\81
+\8füm\81¢\1c\92@Vxì÷J\90ê\1dØ\11\1cz\10îûª\11ÍW·q},ðù¦nËç\ 2\15\1eì\ 4P\82\87\92\18À\9b\82%1\ 4ÌÆJ\12\11\11Ó£\12Â\ e$Ñïò«|\17Z\8d\8dL\12CÜÑ\11\u\17лòØÁ\1c!\11+6²Û\18\96 ÝF*\89«(\89\94\vwÕè\1a\17V\84\89\80\v\fTÃ6k z\97·j\81Ç\11vo4\8877=wà+<à\v\ 2H?JG\88S\0\\bS\ 5ë\8c\8dqB
+\1e`#ÃÄ8AT\9eä»\10\1d~X\0\r° E\87\1e\16 H\94\ 6Þ« J\8eàám¬¯3Cåè\91\9a\fP¹Þ\81\1d!lh\ 1\ 1=ÂSGj\1c\81¡r\8cXC©Þ\85ú6®\ f\15\19\91^µ´Pëúô\b\v<B-Hke.æ\ 5\b\8a¦-°B9@:\92\87*ÎÓÞÜb±\ 3p\9d1\1e¸Õð \ Æ\ 3FD·Îh\a5\11\19¤¹ÍÞ\85»åù
+iòÃâî¨\\1f¡CÅq\9bÝ\85Ó\11d\15'\19\9dÇ\ eÜ{\15\87iûî\ eë\ fm¿Ø\ 1ÒöÏ\8fó§ÕX\9f ö{0LNVcý=ÒõÉ÷Þ\81ïk{\89½ÌÞÏhÿà&c\ eú\80Î\1f\99y-\92ÅX\8b\10òZ\90ó\a$AèüÄÐÈúay~ÁjÏ\ 6ë\ 6ö_[\9bï¬Åã\12\87\17(]\0\96\93ó/hÿµü þ'\fð\8b
+\fнfÉÖ\ 4¿_\9d\9fy\9d\92©        ¾\a\10\84½N>{ÍÊï\81±}¾ÿÛcE¿ÛKTb`\87Ïdß\ 1\ 3ÝRÝ\0¶@24¥\ 5j\b;\88\1a¦Ý ìõ\b\f,/_¾¾æÁ­H\ 4\81B\83E ø(\89\0{ËCÖ¨Ê+\ 4´R,Â!¨"Lìl\f\ 1ÒCþøý\bE\18¨"ÄU1C\11\16\9c÷ù{ø\84\0\8döÌ?ãÿ2#þËOPXµ'\88AhX\91\16¡?\ 1\ 1C\88\0\81ö=\84\90ú £¿¿­Òùé÷»Æ\7f¦\82ÄÉ\ 1=p\91å/NèþéOH²
+µûǬJxÿ\81Y\8bå?bü\91\9f\90èµûKm\91\80øWã\17¥\7fD*\94.¿1¢ó#\15\8c\9c\7f\86¿_\9d\9f½?É\1aÔÞ\1f"¿\vÂ\8fZ\85f*l\\10ÿPÌ\81Ð\7f\85ò\ 3î_m        >¬ l    ÞqðÅ\1aÖ\8d ¬B­~H\85vë~àgñ}\8d\9fÔ\8eÜ\1cøý(»ÚSà\11|/¿_n\87¿\ fT`öý\8c¾\a\81KB¿ìÙkÐ\8fª \13Ü¿à\fÉßçýO/÷§Ö@©
\90ü \15\9c\ e\9e¿\92ß½â\7f6!íþ\14ò_»f¹     \18%úS\13\7f\rþS\13*ãoñ=2!     ý#\94\ 4·ïgôûHÿ ç\9f¯É¿\9fUü û_¼´\7fö~$\13ôñ~\14ò_¿\1fëmÇaï\1cî,~ß­2\0>mÈb\81Z\ 1¡>\94ìÅ*¿×} Ù\895z\ 1v\bÀº\ 17!\ 1Ô\ 58LH\0u\ 1H\91RE\0\18\0\85ìC\e\ 4 \14æ¼Bÿ§\ 1;\b@! \0×\ 1(`\0Ôù\17µ\v\1f\91üë\0\14fw       \80R\84uLþ\9c\19ÀYþ
+úË\19\1f\ 1*\80º\ f/@\ 5P7À\9e\ 6pq\7fj\ 3\8còo\83¿/g\9e%\ 3ø\12ÿví\ 1¤\ e\18¬\0ê\ e\98\1dÞ_\89þ9²;\86ÿ\96³\14\9de~-ûXæWt\96ùU>\81º\173z\aD\18d~ñ\ 5Ð\1dèY À\1dtd~Å\9c|v¢¢ì\88\8aÑ_\92ã\b\15ÁZ\8eQöÜj\864ø~ªhÈ㲫\89Aa\89\ eè\ 2K\1c]ÀH¸"[\bäiÐ,Ú\8c¥w¥ôe\a^\ e-»Õäè\ eê\8d\0ÿ\99\vy\ 1»Kå\ 2^¸K'{ºX\0\84×yTt\ 6\vH)\ 6\9f\16\ 1ÊÓ ±i\8b\8a\9f\17¨ \91©tÏ°ê¼5|B,\19ØHP\8aÁ¤\ee\ e1¡Ö\89¨Nî\10\ 5:²H\9d\ 5e\8aïk\9d\82çòÎ@
+»ry'p\91\íÖ§fY\98E\16â\ 4\89g*oIAÝ­\11w\89\83<\8f7\8a\1c¨    x¤áN`ÿn­\80\84Ûµ\1a\ 1ih6ciñ½\12×Êß/Ò÷\94\80\9b\1f&`6\8b\81\ 4¢Ü\b\16Z\rp\ 1!?e:X\98={\8b»íñÉ\ 1ð ãtö\90#+§\rÈéìaB¯\99t  Í4q\1a\ fîhwÎ>µº\9a\9c\81ëö×Ǩ^¡\8enܵ¨ô\14D\8b\ eß\ 1Ñ=ix\7fãä\ 5r\86Ck\ 1\ 4$)bà\16t\84M8\81}¿Z|¢ø¾®,ª¿7Å2UæÔ\e\90xy_¡x\90O+Tz\15=C6qJ6\ 6p\15\ådN\vø\94ÎîÏ\v\ 4\0§Su\19\ e¿\8bw\90\r\82\1c<ë[VÀ\a\8f\12¡± x(˵ ð#ÄM:\ 2ÝÀ\f¿\a%Fu¶Úã{(É»\10é:2ô}.Q+¿\a\8e²° 0ð[@û\a\fر\10í\11}\ fRáñùï
+¤t~z\8f\8bt\8f\18\ 5C\8e\954(ÈwàÄ\1d0\1a\ 6¯Ñ\90!A\b^B3Ê\83\88 ¨æ\ 1\8bÖ¦\a%QpÞ¶¡h­3gãé{ÙYãÌÙX~_;kX´Þ\99³ðôû ÚG¢\85Ëá¬?ý¾\94­t|\ fé'Hp\8eö:é{\1e-^ÀþkÃ\86Ò\7fÝ%ú3\9dÌm\99~{C';\9b\ 5&\7f\96m3ß\8däÏ\8c_T¢Èlc(\7f\826\91¿_%ù¡ÑÆ     ñ¿#áסý×ß×åH\9f   Ç5ÿk«\86Z\15>ÿþÒp6³\84eD?=[À\ax~ÙY\9d\94\båþ2þç\84ãaþ[ñEëü<Z\8cî¿î,Ï婧ß\aøKè¿Lè{\ 1ÿó÷ðþèü_!ÿõhÿªÑ\9f'\1c\a\89~<X\fÏ/¿\7f\1eâ\97r\7fÌ­±\1f\15\95å÷\1d\8e¥\9c¯<ß\ fò>_¹VÃs¼Ö\81\15î\17SÕA\82\97gð¡:Ã\ 6@à±@\98à\ 2RÙÄ\91ó«¡ \rÙb-FN\9b\ f3\94Â\8e\90ë*¡ \r¹a\14ÐCîK\14µ(B¿\ 5Þb=ä\rµ¨\8e\90÷
+_1Ùµ\156¨EÊ9¯a\83ç\17r¾Ë\90k\8b~4g\7f\87Z¬ü\8a¦ZVå{¶ÿè\90\16\8føÿ>çøô½\9có\98s\8eGQ8E;/¡p\ ev\9ePx\ 5ï\10¡`\84\b"ß \b\11¬¾A¬ª=B\ 4«_\11^B\8a$¸#k\1cÚaè\ 6±¬c$Aµ\1dF\7f\7f\85¿/'m=íðõ}»"Ú±)N\a\ 2\95ß×δÊ3\9díðëZ~ïPÚ^íÈÈ\8e\84\87\ 4Ïsá\91\14\1aöä\1dØ\1d,\16ðu\984Tî°¼À\ evàêjtZ@\9b}     wYþÔ\ 2|\1d.§GÈBÜ:\ 2\rVçwðt\ 4}\aù!<-\0\1a+\9cýI\9fár´@\85d5\11§Ãµ½\1d©\ 2ó]%\89/r yD\ e\8fÀ\11k>       Rý\98Ì·\15Vä»\1d\v\12\90\ 3bSO"\11\19\eý$²±\16e³J\1cÚ\81¯\el¸*\896\98w\7f1"¾\8ar¨S\90\1fïÑu®\r»­R)³a\8d\89(_ç\94Ç-]gJDËßi\12\91&\12Ïè:»ÚÁNå`F;\80×¹F¤\87u¹ \1ax/ã\81\87\80\ 2\10\89²1Ûç-6Ö¦E\ eRÌ&\89þ¥\13`P\9a\90åtîý\1a&z\88\a\10\13Ï\80R&T\9f¹Ð±\0ä\82\ao#\96\83`\9dZ\9ar\80\8aR\8e0\ 5Z Ô~~ÆÆà7ÈF\ 1\13s c\81°.Ô\15æH\aF$ÁHÈ\v\ 2¨õÓc\81\19    RP\94ÔO\1déa&ÄðÞL í-¢9:\8a\ 5P\ eG#ÚR|\8f¼\95Ä[oµÍ§\ 3¬²»ÎYq`k\ 3T͵\90ë|\17\86î$\94Ç     ¬QÌù\ 4B\1a\90±`Ý%\16Ð\80Ov\18\16ߣ\80\11a\81õål²\80z,'Ä\ 2\904\9eiE,¨MU^ ¶ \ 5ô,\9aÔ$EaAÝ\aÏ\9aDx\ 3\82\14;ýÌFD$`]Jv@BT"ÎÚb\ 6\8d\ 2ô\ 4³WO@v°\98\96^ÞC=\19\87L\8c\91¦\18S!X·KPè³Ëm\10\89\91æ5 <´N#Ã<LÙ\13
+\ fi\17?\87À\1c!\11óûoP\ 6ôt:/"    M§³ä\89\f\90\rd§I\93\82X\88\91áç0Ì\b\8bu      3\84R\1d\8b\93ã^ºÇ¼ØJ{\ eÙ-HÅN×n\819ÜF\91,à{¬cqÐïñû\86\1d£B\90\9cç"\16ã\8b\1c³­ßºÈL\b¢¥\ 2\84\92H\ e\12FËMO$\fÏ$\92P7\vç=7æK`\9ezfHB@70#źæ!³Q#|\8fµ4\8eצ\19£ZeT\9f\98g÷o
+Åöµ½:\99\r\ 1\89ËÖ\9dßß_Cê:µ\91\ 5å\ 6t\168kÝV~ß¡Øç\bDñ=`\ 1»EibÁ\83\82w
+\fÝ¢§iR²@\8f\1eÉ@\87e0Mh\81ÚWÄ\87\ 6Ì¢\10\9d)päØæÞ\e'!Zä6ãÞkB@«T¼=&'!\90ë.S>\13º\87B ððß{C\809\84Wÿý¤\9b\ 6\ 1Mi\99\8f\8a½\13\r:j¥¬\1dms\aT\8c\96E\12\81ìd\18f\82õ\0\1agÂvu\aÛÕ\1dìò\ eH§ö ^%]±\9b \1c"W\11i\97ïVU\ eY¿}¯-@\95ë¬W5ä\90Zx9¨\\92PH*Èöͤ=IT7Î!ÙÑG9Ìû¥G9Ù7W\1eåÔk_¢\0\95\ 1\9b½1\ 4f\8f\ 5¬È£ù"P!ÊñÔ\86\101µ"ì\8b¦VPÝÖ\1aÝ\8fò0f?Å \ f£CjM\87Ç45C\0\e\0ÙEï{!\bz\11I/ºßÃK/b²\8f\10\18Ë.×8kÚ9êD°?ì£ý¶\1a\10l\9fÏI½\81¦\81Ó\802J\ 1ò$Ë\ex&è\14\85\10Põ>cé©ÒHF\92\94Þò\10\82r\ 1¥±\\ eÞDm\aÔD\9bÍ×S,Ða¢Y3\889u(~÷\1aðf\10\vâ\81ì¯Ë­\1c\9a\14 &Ö\96\8ea¡Ûí=+v c¡\9f\10\ fu,Ìýí\87¥ÐÛÈ\8f¦\14R½0G¢ï\v\r9}}\8eD7¥\90ØxÏ\8b¼¾·ñh>A\®ñpFRØÁÃ\19Ý\82\ e_\8dÏÙÚÅ\ 2\9f\r±P׬½õd\19\17¢Íi;àÍ\10\96kB\94£°£B\14l|Ш\10%ëæÊs\14\9cø\18ðà\8d\97\84\88\12ÀÏ\12\ 1x\97=\84dºË7Ï2kâ\10ÕìcPßc\12?\8bø\1aéá/ëÔ<*ÄϪ\8f\96\10ó9`\1a\92Q\1e¬\8bv\8dé  ¶¨\9d\80G\7f®AaØ×kP\98\8c£KP\18\1d\84BÝñ\1e\9d\ 6\85¼U\1cB2\9d\84¹Õ\ó"2!\88A\14\ 2j[D¨Té¶E\8e\1eµ\84\80¶L\9f?±hZ>O ôÌÎ=ׯJÑ\8a\1fTÙË\10WõA=\9fàøË3~4Í\85\81ØÑ\88ÀÔºim\18éļ\9aÍÆ.¾\a$d&nJþ_Á     äRî\14\0z\¤b\aºë?¥¶Õßë\17ÑåPü\1d\92ºÃ7\87ye7¹$aÇ    r\0©Ü\81î¸OÕü\ f),v »)Râ¾ÄÃw¹mWxà­\1fÉ\99\ 2`z\ 19\81߯Ia
+ ]\91Âgüh\94\ 2qÑ(@Ch\19LÛRH¬\93ED\ 2\1e>\9a%)ä¹qö\1eÝ\8dýw=1(\v×k@â·k@\92jâ%\16rëÊ,Ü»\10\8f©uÓµk\98\e\13\9dN §\19?sãF ð\88\1d\ 5m\ 1\1e;Ú$!¤nÿ\90¡t~ïêâ£\9aWô ë©isP¥\b«\14!\87\81[*\ 57O¼$EÔÀ[g(Eò\83ú\8cý\8c>¨a\83OzGÃÂ=HRÄsÛ<\10\ 2¥\17~6\8f\90\10õÄnÜ\82¤P\ e@¦NÚ\1a\96²Êrt\80\ e\ 2ä2º\16\ 1\98\fÅ\F×\92\ 3¨Xw\84\r\9e±£\86\f±°A\8a\1då{<\96`\99\1a<hÆ\8eFß³\1c;\8a©\ 3êû÷\8cÕíä\ 5^+\8f\ eF¢\\1a\1d÷8\86DÎZ%\96\eèQí\97\80v »ýÝr¼gå\ etg\97[¯ò`C<èÉ\8e\9b \ f\80\97\80\18\98û¡Ú§\13\fÅP½ù\8cË\13èqlo\89Ƨ\13h³Q_\8b\8a\87¥È[Å@\93\86T5·\8a\81\14\91¢\8d\98\99\18\ 6K\87¬¦¸}\93Yð'\82ï;RrRå\8ft\ 2*EV\11<,Eë¦ñ\90J\91¹\19\9aRÄÐ0\97î4Ñ\90J\91¥Ä\8cJQî¹%ðà}ô&îþ­\85HõB\aß\83\1a\8dyË®O(x뱤ʹùûÎ`&\17\90\85ç\938H\82\19±\ efaÞ¯\81Y®½iî U{3ú$\ 6\18~\12sÛªQ0Ëm«\9a\17Ø/   A\9c \vt,J¹i\97\84 :ü¢é\8ew¯¾h,z2iB@-$+¢+7Ða!\89ºm+ú"`ÙûÜ´a½*禵^DZ\7fµb)\94]%9x\12·fù\12ï\1e\85\16Ð\1dïñpyÆí}\ 5\18ÕmS(û±\ 1\ 3gS+Ë\rè¡hg9-'
+ $`\8d\94\17°\81\ eó`Ã,Ðy¸Á\13 \ 5H\ 4l?\12\1aÊ\13ôt§°)A-!`.ÇGô%\1eB0\94]\97£/å\ 6t(J\8d\ 5j\1e\84{x\ fõ@p\9eò\93\16x«VQ\12Fw\91\846¼q\98\84óz\8d\84æ´\15î![`\1f¿G9úr,0Ø!Ä[\87\90Q,Lá\13   \vyãk× L\bK;R«lL\8eÀCVy\135$bÕKÁ²\10â6\8fU/=í\eþ &îÄã2ºj\95_\19"\86û£°/\8fî\96\9fû(Z\98Ý<\11¦_ÝÅèñ4æ5îjJ\à\1aT\9cR«F\17L½±üñ,Nµµ;Ui×ö§44(Q!5    }\19ßV÷GÞªq5\aP%÷á\83¡æ\87Ì\v q5l\ f\vÞCÅÒ©\9aörü%¥7<d"\16#s`£k¶\87\rî¡\9ev@3àw{£K^Ô]6ù\1e\1d\89\17o\8e\11l\89ÐX\82\922\1a)Ã8)gq\ fè¥{\88\a\87\ 3m3)ëÐ\16ßÃ*î¡\1e t\bº³¡\17i\ f¯ì¬\9f
\87\1dî¡6\81Ù\1eü$î\81\1e\ 2\10\19\1fü¨@Yí}Úè@-â\1e(\1dÖëtØ®Òa¿L\87'>´ö à\83»\8a\ fî:>´ö@Ù¹\18;Ý8;W¸\87Ú³@é°]§Ã~\91\17)è#í\ 1½Y\ f µ\8e\ 2©MÍ+Ðö\b\87©\ 1rM|\98®ãÃi\ f\95
+ÒÔ\1f.ìaÃ{Ð\ 5j¿¼\87'>´öÐÆ\87°_Ä\87°_Æ\87ñ=,×÷°^ÝÃv}\ f»¸\a\9eòz\98\aa/q\12\98«ïõ\87°\95\vô\1cÂðáQªþN&é\1eæë{Xà\1e¶J·oáCØ.ãÃi\ f\1d\8fÞ~\99\ e\19\1f\9a{\10ðaÝ/âÃ6]Æ\87r\ fh8(Kç·{±Mïï\85\80\ f-:P\eÇZ7\ 4ó\rçCôØ8ûE^dýá\1d/\9a>\fïÖ\9b[ßù0z¼)åY´ù\ e\ f\a·e\8f\84¥Ìd\93Ç<¹pT}\96\vèc\9e\9c\r\9b;}/\8fyJÃ6\1f¼(¿\97Ç<å4²Ó÷ò\98'g®\93ÖïSúYås\8b~lH\8d³ÊçòûzH\rí\1f° ïõ\96Biº\ 68\7fõ=¥¿%ö·èÏcLP~äa{i6\aø^®\8cpö¬\9c.PG\v\8a\1d\11 §\ 5Å~\18\ 2`\80:m\10ç¥ïÑl\91Gp`\9a\ 1\84\ e\ 6\ e°^6'  Ö{\ax\84`\80\ 1­yÁ!\\9b\17|ú¾{^pù½>oõ      !\8dï)\ 4YÍtù=\82 \16§F¿ßÑ%ÒJ®SþÔмÜ\15þ¾>/wsè{½Çä\8eè×Á¿]ã?\9fíc\17°ø¾c^î\94\7f\7fp^®u\98l\9f\9fÌKuðüú¼\\8fÎ_?át^®MÊ\eå¿\ fÚùé¼Ù°J÷\8fÎ{\85øÓ1/7BüÐçåÎ\90~:ÿ!þtÌË]ÐïwÌË]5úñìa\88?ú¼\\88?Zlú\98\97{\98Rå÷=Õ¡û1Ãå´\0È\92\99XY\98%\1d\860:/×\1dÉVå\16zæåú\0\17Ðçå\86EBAf\b\ 4|\võy¹\11¡@ϼ\'¡ \9d\97\voqǼ\\9b×Ûú}J?\8c\ 2ú¼Ü\ 5iq=órá-쨬ÜÑù;æåBùÑçån\10Å;æåjZ\10\9f\97\8b\9e\90þ\1dóráù;æå\8e£ðÑóe\a\10\b»1²²Ht\ 1¥Ìñ\9cu\fõ\90îy¹­\eÔ\9a\97[~ß?/·¥Ç·æå¶oÐûy¹-;¦5/·­G1W\9c}ï¯ÍË=}ß=/·ü\1eÎË=Oè,çåæV\ 5Ù·+wyÈórË\ 5ÀhG6T0yóÀ\ 2¾¢¡¯ÜÓ«õ\ 3\ 25\rØ\Ä\14¶A;Ðg\ 6g).\16è\1awëà\ 2\95&Ci`\93ã\9b4 #\7fÍ·\7fÞ\81ä\92:ò¾\11\rà¸[2±w7eènÚ¾\9dØKEy_®\89ròªIl¤SJ\1df#¸\vd\a~R/\13\16eïá]ÐE9U¦^\12e\9f\83\v-Qæ\ 3w#\94D Hç\1d|N~\0;@rP/ð0.³Z}·\90\8a»\80רLÆ\1e[\87âr\ 1\98úw\17,Êà]"3\83m\90Î\99\ 6º ­\88\88@\90\18"y\8c\a:*ûMÜ\ 1\9b\93\9aLäc\81ð⣼_r\15\13óÀݳ$êc\ 3  t¼\8dÁº*\9e\fÇËíM/Âzê\8f*Â:¡\ 1\ 4\94\8eÑÏ! §\r\82jMÄ\87\95\9c­ôâ6ú   8ë°(\87\19]&(Êl|\ 4>\82>¹y\81D¬ï\ 2\ 3Õ`å(\ 2¨\129\80\80\ 2ä\80\12q\83O\e""aã\1646ÒÑÏÖDè\ 4ª\1d£\9f-mþ¼\80<ú9×ù\9ea\1dÈ\ 1\86´è\10\11\aF?{k8ËÝ\86\8dùhå\ 2\9f\8f«pú^nD\94c÷§\ 3è\8d'\9cͲ÷©ÉãûÖ\19,ú~\98\ ezú[\ 6Û@\18+övÖuüL\ 2}v´u\1d\90\97\8fD\95\84Ä{nã\ 3ZBÀ\a´m\88\84ú\9cDo\8e§á\rx7ÎÃc\81];\ 1ï \13%\1eÒ\0\88¹¾Ëï;"øð\1e÷Ìÿ\9e\11\vzFGC\16ÔÉ\9a¼½å¤\9d\80\17\97®\91ßü5$J\1f^A¢¤ KBÈ\eÈ\84k@\10,\f}:\81Þ¹ÃÂÐM\1eò\ 2ËE\93">ûÙ]z\ fC@'è(r\8dð5Ñ¡0À\aµc\ 33\14"\1d
+sÿ\99æ\ 2­þ3-\16Ð\16£k~\ eý`\8bÑí\1a\94\85Ý«<dýc®©$q\82B\84°\94´\ e\ 4\1d£\9bÝ*b)i\1fã³FáÇz\båHÎ\88FpD\826M)£í%ãªa)\r\85ÌèEFß\13\1e."\ f[ÍûÏb¬\8f\80X5½´5\e-=¬/\14\90[Âåö3)¹ãí=¤s¹¢!ÑÝÖ\1dB\92\1c\89h\9d\80ZG\96VS~ß3?;\e'%  ô>P)7ø \81\1f\ 2ã§m2LBkÚ="\ 4Gj­Iñ\89\84à"³áͦW¦\88Ê;(¢¾[?¡\13èj\9dµ\7f9ñP\1f)\94\92ã\1eN\82\92\ 4\1ds±2\18\9e.\92>ùØÂ\9a-)¢Õd³\7fTÍ$\1e4\ 6(°ü4\axÐ1<z\99/\92ÐÚ¿4IØ\9aÝ\9cºè_\9aÝÜÜ\ 1OQó*\rØ\ 2«¶\0Õ\f-;%F¼?%~\10d&¤\14¹KLÈþûæ\ e¨rë/>I!À'IWn#\14£\8e.<ó\ 54:\16Ø4Dç\ 6\86\86FÔL^3\13§A3yC/\82\9em\1a¶ùÚ\9b\16lΠð¦\11åt
+\97¤(Ú$\8có=\10\12}>§/_\ 2ähM£\9bÊ!ï\90¹^\92¢\18ækR\94;\\8eHÑk\87˦^A\8d´y»(EË\86¤HvùÅUV\8f\eá\13\8b\ 1P)¢
\8d_>-ÐQyf\1d\ 5ô'ÍÍæ3,¾ï\88^dwϲ\8fù\fs\aþÇôÖ\111v\16\89<\9d@/ݱÌ\86\13\ 5;:dzD\ 1]½NµG\92\10ñ\16þ\90\a\1d³\8b§I\12"ê:·ê#¿¬Cý\8e\91(DÄƲÄß\93\10éHâm\9eII\ 1Ý×áÃ\82NÐ1{8\8aHBw\90Ѹµ\ 3*\ 4³\86\ eþÂEf&\8e\ 6E<\803kXÊ\ 30"\14ñ\ e\97\ 1\9c £\8cvGPÔ¡[[>Aó\1eñ\ e\97^}ÏH\11\91õ\r?K¡\1e?±¾á£R\18r uô9yÚ7\8dç\84æöÄk2\10"úý\ e\19\98E\19 1´%\\ 2ó`-«\87ßÃ`cØ\87¡0ä\84\88\13       ô       \ 6Ùé8*\84»\b$T1\9dÆyp|o<8A¡\1e}pË50\8fV\800ªWÆç=\1e|PS\0æ\92\14Å\b\95\92\8e\11\bq\93¤\88\ f\08¦¾&\1e\f9-s1M[³}? ¬­Y\13\16¬á¢u\94\ 38s««@ú\9a\eåX4µ*Ú=\9a\9be¹Ì<2!\9a×1Ïwj1ø\10¢b\a\1döÝb÷p~_ÒØ\9aþ\~¯\8féËóÍ\86\89,¤öå\96\8c)u¹¹á(\ 5\9eÉm\83\14H\9dð.        ±Ï:Y[\88\89mâM+,\17è\98<\9c]]\r\8ayvuµxȳÓ4)|g\)·\88þ¾e\8c\ fKñÓ¸jQ i\5NÀ¿\9f\11\90õ\8cG\vãPz, b1\1f\8f\16$)dïñ#zd<\18z\8f\83\95\83\9dx »í³RÖ¢\0=\81\9fÕ\13\10Í:Dñ\1e\10ó0¬P\8aôÑÃQ$\ 17\8f\1c|\90õÑÃó"I\11µïrJFñ½\9eÒ\11\16ñ9àÑ'ñAäѧM\12cz\82Ý_{ÐbNÉh        \ 1\16m\a<=Í]zТ\r:\1cæA2\8fê\13\ e\ eP/í\98N\16\83\ 6%<=\rI\81\9e\9c\95ÒÛÐE\96\a%Æå"\94<óÛZ4læ·5¡\844MËæQ|­þéè\e\99óÛR\f齫\88uÍÛÐ\ 6ô\ 4»ì«*7ÐQú\92Õ¢b\ 3\9fWm\a<¿Íü\95Å\ e:jg¶Ì\838j\9e\98jZl@\9fªäv$D:\9a;\9buyf\81^úb\9d|O\eÐ+Ô\9d»D\80gíÏ \ 1\9eéy#\ 48\16Ø5!¦\83\83\ 3¾FzüÏ\86Õ´\84\98¦×Åc4X\12â±ôºYãÁ»â\1fE\86(\vrÍA\8b\ 5tÀÝ\13\ 6âXZ\95·ÖQ'(\95³µ\9fÖQK\ 6x\aºå\1a\94\86¬\95\9d^\13Ýëns\16[RØ,\1e*¿\97u¢T<\ 4\ eP¿ç<·nÑ\84\80×Æ/"\94±Ü:/]\ 3ª\99\16t@YÈîÎa!\9a±\18÷çæ\rBYX½\ 6e\94\87\9bú\1c±à\15\92\81\ e\1enâ{L)\90Fv\¡@\9cÖK\14\88.\¢@\84\ fz\87F\12=|O;ê¯\9e/ú<æõ\8f¹\9awP\8ac¼(Åq¾&ÅqF2ÐÁÃETª\9a©\81\83¦I\1e~Ý|\fZïSñÄP.F²Î\1e^÷0Ü\9aÁ\12zÂX\r\9dËNëЬ¡cÆ\95]äÐ_\86xXw¦\92\84F\r\1d-\1e\1a\85F%'5\8e6sÖ\85±bØ4\99\0      \81Þ\b_U)båK^£!Ï\r\%)¢¶\81³(ö\9d\aC>çT¾4*EÇ÷\e"amâSÝ>¬\9a\145{#\ 47\18}òÚ        ¸y4\8dKѱ\80\bf¼7Ât  \8brû±a,ò6Ó¬%E\94\87ÖZ÷|\8f\80Û\9d\94LXó°æ    ¨b\99:wW'èP,\9dv\8f\9a½\15Z\14àµK"\96Ñ\1dXë°æ\ exs\86kX\96¢O\12\96ñÆ_\88\a\1d<\\90\ftð0çöµ(H£W+b\81\9e'\1dV(\ 3ºZ\95Ì£KP\96zdK; B´/\92\105K\9f\ 6Iø,}jQ v9\1f\7f\89ÙÏq\92b¡É±)ç~\93Þ3ÚY \a\9fÂhg\81\byØa E(EºÛ?ÙG\8a\100\9d"ZGÐaÍô\99\9bWn@\ f\0fû¦EBª[\a³.|£\90\94G\9f\f\v½\1fÒë\9e¹y¾YÖ΢O\vZ\0½GX\8e]n9U. ûÝ\93\81sÐð}        O®3óÄícÉu«     \91oÔ¿Ñ\0à¶\82\ 5j\ 2ðà\95\a\91]\98\v&\ 6        à3\16·\bÀ+\97 \bthÖ\ e\v¡ì5\7f|(É\10 <d0\1fda\ 6 Q\16ú\o1ÊBë7ßd!5ïæ \ 1\19ÝAVª\1a'àÆ\15\ 4²\ eón\15\81\8c\eG\18Èt'Á¦\ 1\19SI|î é§1\95$L\1a\12ÒÀEVª|³"\1e\9fàYøÔ>\ 1Ѭ½\ 6¥<5ÏkRÄ\83\1a\16>sóü`\97\970kPFͳù\98\8d\81n\eØðõQ\95$¬ø\1eé±\97mRO@b 6Çðt\82\ eë(jÏ\11O­óª\14\91¢\91É\1a3øFc\ 6\9e\9bç%)¢ª¹\9f\96µ\8eSyÀ*\97¢F\ 1jàE\7f\rM\9f¹yÍ7\99\18x97¯¥\18óðÏ2\8eEGé\91Óð¼\99\9b7\88Ei(øã&OÍâ­\86ydn?\8eE,|dõoÅ÷@\8aè        æU;Ak¬u¹\83¾±Ö\ f\1eN\8d2ΦyS\92 £û]ny55jiygm3ó\8b\1dèzQ\1easæ\81ÞUy\82<Ðû\1aäF\9e-
+4\9b×\r
+Á³yÝÔ¨\ 3åöEÐ\84\80/°i\v4\9b×5\84\80\e(ö Ý\85`Ð@1\1eL\83í9\16È\83Z\bh\f0Åa5(aÙq\88\89\1db\9cã°£P\92ZÏ]\82\92\8bÔávÎqØA)
+.ªRÄ\f\94\80Go\10\12ô$&\85ýÚ\93\1aâ&>©\8dÚ¡Q)
+óÅ\aéÙ\e»\85\86ÍÞØ\r)âéq¢RÀÓã\16À\83\8e\b\98M\85\eæá\8e±¬â!U®\9f\17¹ñ$ÓÔª\9cÞ6H\81\14¾¹B\81è/Jñ³ö¨ý¢²ø\ f\96b½p&hRLM¼¸\{QcÎW\1f|Qã\82yÐÑÚ\ 1ñ £w_îëÜz\8e\19ru|¿nmÅG)ÃiÈñ\9dÓÛÊ\1dtt\96\9e½}¿\8cek§â£ôÃå\ 6:*o\96\15\90°#¹lõ\88\82¨ÿ"±.¶Ì\82å=\94ñì´   P@/\avÖ'çt\ 2]§H͹/Ia²\8fÐ\ etÏ·U\82¶¤\90z¾-\18ßäA+~Sn \83\846è IBz\ 2\vÆ\v\8a\7fü¥{àgÌÃ\8eô¸¨]$¾À\ e±Lïon\89ªÃR´\89<h¥·¥jÀ!\13q\87<è¨\9d\99¢\86Ƽú\aÉq\87çÛa\1eê\8d×,½M\90"Ò÷,\1cmVN7±£½¹¥·\8dJQnÍ=\8cEaF<è\88a-P'ÐSuòªRÄ"8Û¥\17-</â@\83\8bc\ 1(\86\1a\16\1dÝ\152\13\aÛ¤\84}¿$Eñù¤\ ebQ®ßia\115/¼È\ 3\1e\ 1Ú¯aQ´\9c\86Q,Ê­ç\86±(Î\90\ 4ú\8b\16ñ\9bÚÑÝ|ñ\92\14ñ\bÐvéAÊùmãʱÕï¤\18À\98rl\ 1\1c·õ×$¿æ·¹m´\ 2)ó°µ\0\9f\1edJÁÖ(Âjå·\95\vt\84?ÌJ\1dçÁ\16®ñ`\83$ÔÇ\f$ñ}¼é%      Q\vD2¶ÅF¹¥6vcc[¬'ðù\bòØ\96ä¹~\1ca\1e\9d·1\99b4ÓXì¿|ýå«ßº\ f÷ñõ\9f¾¬·ôýGò8Ú\7f|ýã]Âî |_u^ïÿÏ·\1f¿ø÷¿~üðý7ßýå\9fßýúãw¿ùíÇßþñ×oÿ÷\9bï¾ýøÏÿûøÝ\1f~úþ\87\1f>þø\8boþøË\8fßÞ>þðýwÿõÝ?~úøÕÇ\9f\7fúéo¿þê«\9f\7fþùöÓ\9f¿ÿçí/ßýôÕ\1fݺüé\1fÿñ\97ÿùêoÿLßÝþüÓ\8f?üòãëÿþò¯_ßw÷ÿÀ\9d
+endstream
+endobj
+371 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 778 0 R
+/Name /Im342
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÁÿ\8f\1f\88\19þ0>`øÃp\0\8cïA0c?c\ 3\ 4760¶CqóÁ\ 6fæÃ\fÌ\8c\8f\11\98á3\18³1ÔA±\1d\12\96\ 3B\19\86ÿ\ fx\18þ\1fàa\90\97©\9b-\ f\0<\89
+endstream
+endobj
+372 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 779 0 R
+/Name /Im343
+/Width 27
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo\7fþÁ\7fûþ\a6rì\rv|l\frü@,Ï\ 3Áö\12`,\9fnÀÀ\9f¾\81\81ÿø\ 3\bn?\0ÁÌ\r\fì@ÌÆÌÀ -T3Q\ e\07d\12î
+endstream
+endobj
+373 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 780 0 R
+/Name /Im344
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿ?ÿ\1fÿ\7fû\7f\f\1f\98\ f cÆ\aì\r\18øÿÿ\ 6æÿÿ\19\98\ fðc`ö\ 6\98¿Á\8eáÿçÿ\ f\80ø\80¼LÝly\0r%*¸
+endstream
+endobj
+374 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 781 0 R
+/Name /Im345
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ÿ`À ÿ§\80¡\86/\81ñ\ 3ó\ 3\10do`|À\ fÂ\f\f\ fä\18\18\ eØ\ 1±\r\10×@0\ 3\bÿ@Áÿ?@0\7f\ 3\103T@±\r\14Ë1È\ 3I;\ 6ö\ 3ß\18\98ÿ\1fb`¨g`\90\91«\99£\b\06
+"ï
+endstream
+endobj
+375 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 782 0 R
+/Name /Im346
+/Width 30
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`fl`\80a6f\ 6\fÌÃ\86\8a%x\18êÿÿÿñÿÿÿ?\f\ 6\12\f(8Á\0\ 5\83Ô\80Ô2\1cH``l8\80\82\91­E·ZNµn\8e2\0æÅ\1e1
+endstream
+endobj
+376 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 783 0 R
+/Name /Im347
+/Width 9
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\aÂÿ\r \bbÉ0`\ 2\19\f5\9cÒÕ³\84\ 1º=\ e¯
+endstream
+endobj
+377 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 784 0 R
+/Name /Im348
+/Width 32
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5̱  \80P\10\ 3Ð\ 3\vË, jã\1c·\98¨{¸Ì\1fåÄÂÒ\ f6\82rg@-\1e\84\ 4\12\8e\88\ f¬H°r\82A`5õ\94\ 5\8b      Ö$Øhg\8eüºNÁqs's
+\1aIù¡üj\88­küÚj\98»\aB\90:Y
+endstream
+endobj
+378 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 785 0 R
+/Name /Im349
+/Width 23
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿßÿÿÿÄ\99\1aº%\0\a5
+endstream
+endobj
+379 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 786 0 R
+/Name /Im350
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-±  \800\14\ 4Ð\v\16)ÓØ)d\94¬â\18\16\8aÙÃe\ 2.r\eøË\14Á3\82\8fçë\12\1f&qó\\1dk\8fo\ 3\94¡\86C}N*Q\f¢\93!\18\ 6\833þi\ 3\9b/R¾\85«a\9c÷sz\ 1µ^0ö
+endstream
+endobj
+380 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 787 0 R
+/Name /Im351
+/Width 8
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨ù÷ÿ\7f½53;\e\e\8f\84\81\ 2\a\7fm\e/\0R7\ 6\1c
+endstream
+endobj
+381 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 788 0 R
+/Name /Im352
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n```?\80Àü\ f Xþ\ 3\ 2[ÿ\80àê?\f\f\85Püà\1f\183>øÏÀx \1e\8c\99ÿÿo\0aöÿÿ\ f°3È\831?\83ü\83ÿ\ fþÿ\83ay\99ºÙ*\0\n.d
+endstream
+endobj
+382 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 789 0 R
+/Name /Im353
+/Width 12
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc0`H`<ÀÜÀÜÀÎÀÇ \a\846`X\ 1\86?°B\88\1cD\1dH\a\1f\ 3;\ 3È\ 4Æ\ 3\f     \f\ 6<\9aµó\84\ 1´Z\15\94
+endstream
+endobj
+383 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 790 0 R
+/Name /Im354
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5¡\11\800\f\ 5ÐßCÄQ\81á\ e\915P°\16¢G:\aÓd\94?\ 2\12ÕP\ 4ï\9e\ 6\v\14«M½eöE¸
+\91{ÿj\85\ 2\ep\07\92\14pLÔà\1enáñ\9f\96ó\9a_\ví&ì
+endstream
+endobj
+384 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 791 0 R
+/Name /Im355
+/Width 12
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90À`Á \ 3\84|\fì\fì\rì\rÌ\a@\90ñ\ 1\18
+Ár\10\1dì@½ \13,\80f\1d`àѬ\9d'\f\0¡@\1aý
+endstream
+endobj
+385 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 792 0 R
+/Name /Im356
+/Width 17
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc0``øÀÀÿ\81á?\18}þÀÀL\16ªÿß\0A\82Òµ³$\0WÛ L
+endstream
+endobj
+386 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 793 0 R
+/Name /Im357
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀÿ\8fAþ?\83\1d\7fC\r;\10\1dø\ 3E\ fà¨\ 6\88ø\1fØð?\90ÿÿ\80ÿû\ 3\86ö\a\aê \88¿¡\8e\9fÁÆ\9eÁþ\ f\83ü\ f\ 6ö\a\fÂÒu³$\0\9d%$É
+endstream
+endobj
+387 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 794 0 R
+/Name /Im358
+/Width 21
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`o`\0\ 6\ 6ù\ 6\ 6û\ 6\86z0úßÀx¿\81y~\ 3»|\ 3¿|\ 3\9f|\83\8c|\83\85|C\81\aù\86ÿÿ\7f@\10H\v\f1ÿÿ\ 1A¢Òõ³$\0óÛ!Ù
+endstream
+endobj
+388 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 795 0 R
+/Name /Im359
+/Width 38
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15α\r\ 21\f\1f\11¸\14W\\99\82"\r\14T)é.£d\10\84Ì\ 2\8c\80n\ 4z(R1GØ\ 3é°eéYróMkÀ×xUå\9e\94÷¬t×A8ã\84\91\rìttû\8aÃ7={ \88'ÐF¥\ 4#\12©\99LªtRq\v¹\r\89é¹7²²ÔÊ$¥\10?\1a\ f\17Q¶7!\f\1a \16       \1aT¢1\19ÙÐÏFÃ3¯ëïx¸>N\7f\9c)!\ e
+endstream
+endobj
+389 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 796 0 R
+/Name /Im360
+/Width 36
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8e1
+Â@\14D_Øb-DR¦\90°\856V\v¶"9Êv¶vVÂ\1eÃBñ*ëMr\84\94\16au6\10Äæñ\99\99?ÿÃ\0\82Å<MÚÏ0Kae\85¦\8aà]\82à\ 2tÎÁëí!ºú\ f\b       \19\1d\8a\r\ fk£Ý\9a\19ûQ-G+x%i­43\96kw°Ùf\ e\9aãYoôéó\1cü)Ò\86¢%u\137Ûëc÷\ 5=0$î
+endstream
+endobj
+390 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 797 0 R
+/Name /Im361
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°a\0\824 .pâc`¸\91&ÍÀÐa#ÈPpCB\9aïF\81\ 4\9ft\87\81\ 4\8fà\r\v\e\19é\ 2\r\15\11>\ 3 Ác¡£b"£¡¢¢"¢\ 3$LLÒÒÒtÄ\9c\9c\9c2\84\80\84\87°³Ó¡\13\82\8eNM\1d\82\a\9d\9a;\ 4\ eÞnæ\10¸óß\9aCªüð»\bþ\ 3\fÌ\1f8\80\16\1að\80\b6öÿ\ f\12\98þ0Ø;0700\1e`düßÐÀ8\9fág\ 3Ã\a\ 6~\ 6\ 6 b\ 6\86æÿ\a\19\18ö1Ô20>``o`\ 4ª\83ÊÊÿÿÁ ¡^¿@\v\0ü±5a
+endstream
+endobj
+391 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 798 0 R
+/Name /Im362
+/Width 28
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«³o\7fà¤Ð¢àüà\8f\82\ 3\ 3\ 3\18×ÿÿÿ \81\81\82\81ñ\0\ f\ 33\ 3ûÿ\7f\fL\f,Dcæÿ\7f\18Ø\80\10¤W\82\81±Áþÿÿ\ 3
+\f\f\ e0üÿÿÿ\ f\r\f\f\ 2 \fbË(VÎÖ\ 2\0Í\1f\1eÙ
+endstream
+endobj
+392 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 799 0 R
+/Name /Im363
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c`` \11ÿÿÿÿ\ 1\b\93ª\ f\84¥eê¦+\0\0\ 5¦   Ã
+endstream
+endobj
+393 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 800 0 R
+/Name /Im364
+/Width 38
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÌ1\ eÂ0\f@ÑߤR:D
+c\17\ 4S\a\f\f\8c\1c\811G(\e\ 3\82°Ðkp\94°s\88\1e\81\11¤¢âª\b     [~\92-ÛP á\aº\7fü\8fýÀ]*»\f(p7å\92ß)_\87©jËd\9ah£nÈ£¬äQ\96G\12\el`K9§f²D²\14B!¬í¬o\93yr\8a\1a4ò7C\99þ\8cêx£#æÛ\1e\13n\9cñ`\ 5rKU\1d¯\8b\ fж&\9e
+endstream
+endobj
+394 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 801 0 R
+/Name /Im365
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³\93o?`\aÄöÿÿÃ1\ 3\10ÈÿÿßÀÿÿ?\ 3\13\ 3\v\ 3óÿ?$a\90\1eöÿÿ\18@úAæ(008ÀÌ\ 6±ÿÿÿÿ\ 1\86e\14*\17k\ 1\0ÝKC\8f
+endstream
+endobj
+395 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 802 0 R
+/Name /Im366
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\0\ 2,N\82\1c.
+\1c-J\ 2\1d\ e@\96¢@\ 3\90å¤È\0dµ81p8)r´(\0Y\82\1c\ e\8a E\r å\8a\f, E
+ å-\ e å\1c\r å\82\f åJCÆL0\10ÐÑi\¥\ 5\0\97\8d
+endstream
+endobj
+396 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 803 0 R
+/Name /Im367
+/Width 34
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`8ÀÀÀÀø\0F\80¹\10\0b1\7f\0\12ì?\80\84ü? aÿ\1fHÔïo``ø¿ÿ\0\84`üÃÿ\80\81ñÿ~8ñ\1fhÌÿÿ\a D\r?P±ñg\14\ 3À\84\ 5;\90Pÿ   ã\82í\80[Éÿÿÿ\1f øÿÿ\fõÿíÿ7üo`¨?P\0\94jP\0:\93AI¥f©\16\0îm8\8c
+endstream
+endobj
+397 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 804 0 R
+/Name /Im368
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\0\ 2,N\82\1c.
+\1c-j\ 2\1d\ e\82\1cþ\8a\ 2\rJ2ýÎ\v\19\ìÅÚ\ f1pÔ)ò\1fQ\90\98ã&ÜyÀ\96£MYø@\9d,\9f»ò\ 1\19=±nç\ 5\1c>ê­\ e"}nê\\rªrýîÂ\fnúüíj\flþòün
+üýúò}\ eâüçíå\1aÔç÷ÇÛ3¸¯\9f??\8e\81ûüÿý{\14\84Ïßßoã üþþþ\9a\ 6çÿÿÿ×2°¿ÿÿ¿N\81\eÈþã \f"\e\14ÿ7ÈÿdpúQÿð\13\ 3Kúÿ\7f)
+\1c\17\ e\82ö\rò\17\1a\94\1f?dp1þÿ\aèÎøÿÿ[\14\ 4ö7È\9fpP´¨\7fx¡Á\89ýÿ?E\ 6\16ûÿÿ\ f)p¸ÿÿ×â Ðá¤ÈÑ (Ðâ$È\0dµ(\81ýÏ  £Ó¸J\v\0ÚNev
+endstream
+endobj
+398 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 805 0 R
+/Name /Im369
+/Width 1
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`dlhÐ\ 2\0\ 2¹\ 1-
+endstream
+endobj
+399 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 806 0 R
+/Name /Im370
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÏ1JCA\10\ 6à¿Øb!Í\86\1cÀ\9d\97.\ 4¼A\Æ@r\vÉIÜÀ\83\b\95¥v\82\87\10\11\v\90\e¨õËûý_\96e\18\18öÛùß1\9càã¸Ì±mÒ]Qg©ªs\83ºÖ\11Ýb\9bÓÛÍãW±ÅÓËwõ+ò\88 ú\91ã-ùYR\ 5\vò\ 1~I62\11dîØÉ\1cñ$sÂ^æ\94\9dÌkv2w<Åb#ö©ú\84\9d!\fÓ\1cW\9a\96´×´\9a^\8dá\ 2uWìe\1eH\99úë¾6\19Ø`9l\82ó&9=\ 3ëb$\7fª«þ"¨þå!\96\92©X2\15«9çG\9aÏ·¯³\7ffóe\10
+endstream
+endobj
+400 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 807 0 R
+/Name /Im371
+/Width 38
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\10`\0\ 2\ 4ñ\a\95\v&*@D\v\103\1a\81\88*\ 6\ 6þÆ*ö\ 3ö\ f«ä?Äÿ¬ª\7f±ÿoÕÿ/ûÿm\ 5\12ÿ·Ã\89ÿÿ¿Äÿ?ÿÿ\85ÿÿëÿOè\ 3¹\17Ä\81Ä\ 2n áÀýàÞ\81U\80\81\89ÿÿA\ 6\18\ 3ãÿÿÿ\18\18\7f0Ô10¶ÿoc`¬ÿÿ\v\89ËTÿÿ'\ 3Ãÿÿ@\aòÿ?À ¦Z·B\v\0\ 5=P\94
+endstream
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 808 0 R
+/Name /Im372
+/Width 36
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMͱ\rÂ@\f\85a\9f\90\92&\82\11hR±\84\19\85EÐÝ\bl\90«X\83C,\90\11è ¤ \88\1f\eQàâküô\9e\ 4±»$ãæP\9c\97sN\12¨;YÀAZ¸K«<¥Q&i"³tXp\ 5o§ÊÚH_\14\90\88²\8dÕ`2\86«\92\86¢äS\8adÿç(\90\97\82áK£/\8d^8zá\ fýçÑ÷ûãæ\ 3\b8cO
+endstream
+endobj
+402 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 809 0 R
+/Name /Im373
+/Width 26
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90c``°\aâú\ 6T\f\15cüÿ\80\81ùÿ\a0fÿÿ\ 3\ 5ÃÄAj`jAâüÿÿ0ÈÿÿÇ`ÿÿ?\18×ÿÿß\0Âÿÿÿ?\80\vK)U,Õ\ 2\0E\ eH=
+endstream
+endobj
+403 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 810 0 R
+/Name /Im374
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÏ1N\ 31\10\ 5Ð)\\8c\15\a\88½t(w°5Y\89cp\945\92\11ÛÁ\19(s\89P¤HI\8e\90\88\82\12¥
+ÒÂç;\r.F_\1eééÏ\9b´ç¬Ó!híý\94\99¢/L\16e\88\8b\96¦\1a|\1d÷\9a£n\8e¾X\97¶Q\\9fv\16tH/5ûi<h\89\1e§N,bîÅ­p¦ù\84\99æ\15~h^ã\97æ\rf\9aÜÒ|Äw3qú7q¦y\87\99æ3@s\ 1ÐLÀ«¸{`\et\ 3ìrÇ\9f÷Ò\8fÀA\ 6Σ(çGð\0>sdþ*vÙº¶\rí¬ÖÓbëY­õäÅ\97ûÅ/\97\ fëÛ?ÿ:i¿
+endstream
+endobj
+404 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 811 0 R
+/Name /Im375
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÏ1n\ 21\10\ 5Ð\8fb\90A\14^ªíb;\14\bm±p\82Ñ\ 4E\94{\ 4
+.\91*\8ed\10E\ e\11Qr\8a-¸Hr\11øÞ)F#}ÍÓL\8fRF+»ó6Gw\11NÁ%N\1a°\v¯YaÕï³wY6V\82í£KZÉ2ÀDY©çb\97Å]>ÿl
+®ßVàâ<¼£\98g\18\9a3\8ci.0¡É\88&S\9a'L\8b\99\16Å<\1ci¾¥\9aæ\a\fÍ\1f¼Ð¬1¢Ù\ 2W\98\ e¸{û\vì¥ò@\97¢\04Ù#,ûÒ»\1eXIàÜ&\1dRóõxüûòV¹SC¹3k¹\93\1f\ fÿÃ5Í÷mý\ 4æ\9a1L
+endstream
+endobj
+405 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 812 0 R
+/Name /Im376
+/Width 38
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ͱ  \ 2a\f\ 5àç\19%\85EFH!\16V.p\
+\aq\12    \96â\10VÖç\ 6ÿ(7\88p¾¨Hà{!\81\ 4­\ 1x\ 6¹:¹\15ã@\1a\v\89\ 3\16\80¢\ 3\ 4rbÊÄ\894²JE
+\97LE|0\18ÂÁrLðX²Ë\8dÃF+<`÷ \97\91h_÷×]=\91B\vûã?äË0ϯÝöüØ¿\ 1¯`\1a_
+endstream
+endobj
+406 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 813 0 R
+/Name /Im377
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÏ1K\ 3A\10\ 5à-\ e\±Èl\13KoÎ.\ 4ÒÚݲ9ëü!!'¬z\90BK\vÁÞ?a\10\v\7fFìlµ2\92ÝçÛ4\99b\98bøxomÊTÁÙ®¶±\91ÁóRéy\ 55\9d\8ec06Ìl¬%.\9cõjo\eéË»\9aª\19\ f¡¶]û\10½\fËOÛ«àÇ\99 Ø5¦\9a§\1dÍ»\94i\8e\12h\9em\964g 4\17      4ï\ 1\9a#d\9a§È4Ï7W4/\9f\1f\8b\89o\9a\ e\7f\as}Aó¦ý y\8cmÉùúvÈÙ\ e4\ 1|yåþíçØ"\99£,«\\9f¼«<yÇZ%g\fÅdã}\7f#ÓéõËä\1fz\ f
+endstream
+endobj
+407 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 814 0 R
+/Name /Im378
+/Width 28
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«³o\7fà¤Ð¢\0ÂÎ\ fþ(800\80qýÿÿ\ f\ 4\18\18\1ax\18\98\19\98ÿÿa`b`!      ³\ 3õp\0õ\82ÌP``p°ÿÿÿ\0\88\ 6áÿÿÿ\7fh``\10\0a\10[F±r\89\16\0\9f}\1eª
+endstream
+endobj
+408 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 815 0 R
+/Name /Im379
+/Width 26
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g``ph``hp@Å ±â\ 6\ 6Æ\86\ 4\ 6&\ 6\ 10faà@Á0qF\ 6\ 5\ 6\86\ 3\a\18\98\19\fÀâ Y\90\8c\ 2X\86\91\ 1fj\ 3ÄT\füÿÿÿ\ 3RJ\15\0\95\8c\14\8c
+endstream
+endobj
+409 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 816 0 R
+/Name /Im380
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d\8fMJÃ@\0\85_!È\84F\9b\94\16     D\99üTm-$K\97C\b­©\vs\84Ú\13ä\ 6\8e\18´-\88\83x\80Pw®
+^ \ 4\ fÐ#¨x\80¬ÄUcâ[=xoñ}\19êH¾F\ 2J\12W\9d\88^\ 4·,ñ~\85ÀV\13\1fdæ*\ 15V£ÎEf\ewö3\9b\1dì\8d\1dv4Ð\1fFScÒïÞgÆ2ì5ù©¾\b»\98ôåE\ fr¨Ë!Ý\15k±d\1d±Y?qG\88Í\e\828J¿ Dqº¢\1d/Jsæx.Ëy°_lo±ó\8bÆ\ fmVL
+k×dÜDYÈð\1fÑjC\8a\81oJ2à\84iôú#âÖ1?¬8ÏÐÈA¦@@Õ´,Î\99y\89\96Çýêÿ       ©^)\19\97Û\84©sß$ܬ´4T-±þý¡\ e\87\83?\16\9cI-
+endstream
+endobj
+410 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 817 0 R
+/Name /Im381
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dOAJ\ 3A\10¬%KÒ  ÊöÜôäÌ\98Ã"9ì\vd\18Æxñ°?0É\v|\81´8Hð\15ëÕW,~À?ø\82=*\bk¯ÝtÑ\14ÕEW\8f©Êh(YÊ\9e\8fÁÐÖ±x~\8d\ eÉ]ä\b\8a\97\94-g\15\ 5G/\9e%\9a*9\94*\8fV\ fÛ\1cø¸Û\93¸¡\8b\9eÚÛ9hfï
+ËèZô\8c\834hzH\v\16\bã\Ð\9da\89"ÔX¡\90\849f:Úv©x\12\8c¢z>\8f¿\ 6ñ\11\8b/\94\ 1X[ê\81:\980\ e\8dø{ToH;à\0Rfmù\13U\1dÜ\ 30HT~\8fò\1a\8b\ fK7ã÷ôgtê9\85\81nÙÿç\ao6OïW\7fñ\189h
+endstream
+endobj
+411 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 818 0 R
+/Name /Im382
+/Width 36
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÍ1
+Â@\10\85á\7fYȦ\b²¥å\80©,ÄÒÂb­¼F."¬7ð\12Þ#GJ¹Å\12|J¢Ø|0ï130\ 1®ýã\93ñXǦ\11­\13\91\ff  \92Ù½DÈö\85\95\84ÚK\11\87\90\96Ý\1f»ªììG8":¯ó¾¾é T?³Õû<¸Â\90ç0Å+lì¤lìûÛsÿ\ 2s9\1aé
+endstream
+endobj
+412 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 819 0 R
+/Name /Im383
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\ 3Ãÿÿ\7f\7f\ 6\ 6þ\aö\r@Bþ\0\90à\a\13\ f°\10\a`J@\8aÿÿ\ 3j\ 3\19Àÿ\0ÄzP\ f7\85\0ÑÜðÿ\9füa Áÿ\9fáÿ?æ\7f\f\8a2u³U\0\ 4Î;\18
+endstream
+endobj
+413 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 820 0 R
+/Name /Im384
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿á?\18ñ?` \ e±Ã\10?\fÉñ?°ã\7fðïÿ\7f(\92\90©\9b-\v\0É>'ÿ
+endstream
+endobj
+414 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 821 0 R
+/Name /Im385
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀÿ\8fAþ?\83\9d|C=ÿ\ 18\ 2reä\e\18ì\19\98ÿ00ÿ``\90\a¢\ 6\ 6þ\ 3\12ü\ fêø\1füG \ 3ÿä\ fÔÈ7Øÿg\90ÿÇÀþ\83AXºn\96\ 4\02РV
+endstream
+endobj
+415 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 420 0 R >> /XObject << /Im97 104 0 R /Im369 398 0 R /Im370 399 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im371 400 0 R /Im366 395 0 R /Im374 403 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im373 402 0 R /Im369 398 0 R /Im366 395 0 R /Im373 402 0 R /Im366 395 0 R /Im373 402 0 R /Im386 417 0 R /Im367 396 0 R /Im366 395 0 R /Im366 395 0 R /Im373 402 0 R /Im375 404 0 R /Im373 402 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im369 398 0 R /Im375 404 0 R /Im369 398 0 R /Im375 404 0 R /Im373 402 0 R /Im368 397 0 R /Im369 398 0 R /Im366 395 0 R /Im375 404 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im375 404 0 R /Im369 398 0 R /Im375 404 0 R /Im369 398 0 R /Im369 398 0 R /Im387 418 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im375 404 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im366 395 0 R /Im369 398 0 R /Im381 410 0 R /Im369 398 0 R /Im176 185 0 R /Im47 54 0 R /Im44 51 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im47 54 0 R /Im39 46 0 R /Im58 65 0 R /Im48 55 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im162 171 0 R /Im162 171 0 R /Im68 75 0 R /Im68 75 0 R /Im388 419 0 R /Im73 80 0 R /Im48 55 0 R /Im174 183 0 R /Im146 153 0 R /Im162 171 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 416 0 R
+>>
+endobj
+416 0 obj
+<<
+/Length 822 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥\98MSÛ0\10\86ïþ\15\81\8d>W\12Ç\ e\97\ e\f9riC\80´      \9fédúï+[N\1a[2\16Þa\823\9eìëgWÚ×\92^«köZ9\ 1N³]Õ~ã\8c\ 3çûÿg\ 2\b\85 =2ô\ 6Pj¶ØT³o\eoÙÅsuݨ\84ß5\1añ÷\1d     ëÁËc\r\r:¯Ñ(p\90=\88xG(\a<Ä¡ÓÍ5Æ+ô}\ 1ÁÁ`W¡½%´\ 5ëj        Õ\[     Ë\8b\19\f\9d\ 1³\f\88Å\f\96Îà
+\19<\bÙUpà\\10ð\ e\f\8f\fþ¨\90¢\9cAòB\86\ fÒP­\84í\ e§..¥nKi§\97Òd\19>1\9cHg°T\ 6Ggð\85\f\9808\10Í|\b6¡#Ãñ\94R\9fö\a¤û\ 3NLB\986       \1cI¢À\1f&3X:\83Ë2¸\84!>±Ë\80\83w\91¡ö\89}\12\89Ù\17øÃX\1d
+üÁL-¥nKi¦\97Òd\19¬)f@:\83-¬Ã¨?\18º?Le\90¼\90\1f\1fôÈ`\8e®\1f\b\fXÈ0ê\ f\9aî\ f]\ 6tÅuðä:\1cüAÓýAM\1dÎýúAÑ×\ f\8aº~ 0Xj\1d\1c\9dÁ\13\19\ eþ0Æ0ê\ fÒ\90ýAêÎ{³|\8f\f\98e\98°¿ 08*\83'3\1cü¡Ë\90\ 2\7f\10S{sï\ f\82î\ f\93\19\90Î`©\f\8eÎà³\f.Ùq\8eúÃ\a\f£g\18RX\10ö£3\8cO\9d¦\ 4\14«\87OB\f\98Þî\eÁÖ')²Ý}sy\94JÍÕ\13Рz\ 2ñ\8e\b\1e)±/ \13\0\95lÿ÷ñ>\17\9fì»%hÞOÀ7>©âXtã\93c\18Ù\1c6tãc_aîùIk\ f>ßð¢ç\ fÖÏÈ¢úip<\1fo3ñ*i\a\9dtC\e\8f¹x\93,¿T2\ 3Ûü­Ìå\9fÄ\ fÖß\9a¢ú+À|þ6;\7fdñüs*\17\9f¬`\aó÷¼m qd&\ 23\0C\ 2¦L µ\92x'|\9aÖïf\90\87ãUQ<\82î\8d`<À\93\1cÛ\ 48\88ÿ\et\97\b\84÷¯Î\r\81lm´\v\90n"\86*(\85/\9a\82i\vF\ f\94\82"=ûKçP\14P!°ÞþÔ½|$ \13\13\1dÊ@\85\ 5F]Ba\ 6çÀ\97y5»\14L°ù}e¡\8e\ f\7f\87/óM\18^-}P56üæ\8e\9d|\7ffëÕbùô¾<gW\17\97ìåíùîÏbyÇ~þeW7ÛÕzÍnO\16·§ì\12ØÍjù°|Û²3ö¸Ý¾\9cÏf»Ý\ e\8f«wxZng·áupÿöãé÷ìå½\8e\83Çíf}Ê濪¯ó@÷\ frEçö
+endstream
+endobj
+417 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 823 0 R
+/Name /Im386
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÏAjÂ@\18\ 5à\a\19ÃàêON0\7f\10\14ÉÂ\e\11éÒ#x\12\19!HéÆ\16<@\17\14¥'©à¢ë®\\ 4¦/Îbxä1\1fy_\18\8f³Êo\82ï\ey\8eL*\89É\14L½Á\1fÖç[\90ïýe\11ÕÞ?Vɺ\9fAá"Ð\ 4Ï{\16%çü\9bT\807X\8b¢\81ëò@ó\ 4Gs\8a  Í\1a%MV4\r®\ frÂÄG\9d¢\94d5\1cͱ\r~Ë6Ê\vÛ¤|UÁæy`õ\84\82æ+@3\0»Ô¬s¾bÃLs\ f¦ñOîQ\13@\93w\ 5Ç/\7fa\9cE\93³hr\16MåâÇ~HÛ\1e?\97ÿ9k=æ
+endstream
+endobj
+418 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 824 0 R
+/Name /Im387
+/Width 44
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÏ1\8a\ 21\18\ 5à?qÀ¸ÎbF·P\10f2XÈb!ÖÂ\84\96{\ 4½Ã\1c #\ 1c§WØÒSLaá1d+Ko /6þÕkþ\8f÷\1a
+\17\99D\94\99p¹ô\1aII\8bd\14\95*u\86\84\99{\97I÷{\14Z\89Ã\9f´&é\95\8a¢|äM&ÊùÁié×\eañØO\b\8fq\ e\93GÁä\1cfÌ[0\87i\r\19Ì\1fÎ`zbÁ$\ 6ó\8b8ÌIº\85¹ºV0÷Ô\81\99ÐÇÛ,Î0wÍ\12f\97>CÏf\11z\16çWÏ\vÌGSÜ´²DC»¢Ô¶Iôî\ f\96Å\95\92ÿz\80Ycôt&\98XüÚOr6«OßOG´80
+endstream
+endobj
+419 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 825 0 R
+/Name /Im388
+/Width 27
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o``øÿ\80\81ùÁ\ f\ 6ö\ 6\e\ 6~\ 69 äg°cà\aòØ\ej\18Ø\ f\80p\ 5\ 3ó\81\1f`U¸1H\r\r\1f{\83\9d<\7f\83\9ca?\ 3¿Á=\ 6ö\r\7f\18\98\0Ù¥À`\ fÄ\f\ 5@\\91ÀÀPÿ\80\81Áþ\0\ 4Ë\ 3\1dÃÏ ­Z7G\ 1\0xÿ/\ 2
+endstream
+endobj
+420 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Roman
+/Encoding 421 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+421 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+422 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Courier
+/Encoding 423 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+423 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 0 /grave /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /ring /cedilla /hungarumlaut /ogonek /caron /dotlessi 127 /bullet /bullet /bullet /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /bullet /bullet /bullet /bullet /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /bullet /bullet /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+424 0 obj
+<<
+/CreationDate (Mon Dec 03 11:09:58 2001)
+/Producer (PStill 1.55 UNREGISTERED by F.Siegert [email protected])
+/Title (acc8_dvi)
+>>
+endobj
+425 0 obj
+9923
+endobj
+426 0 obj
+28
+endobj
+427 0 obj
+61
+endobj
+428 0 obj
+77
+endobj
+429 0 obj
+86
+endobj
+430 0 obj
+63
+endobj
+431 0 obj
+93
+endobj
+432 0 obj
+108
+endobj
+433 0 obj
+75
+endobj
+434 0 obj
+51
+endobj
+435 0 obj
+66
+endobj
+436 0 obj
+103
+endobj
+437 0 obj
+99
+endobj
+438 0 obj
+93
+endobj
+439 0 obj
+30
+endobj
+440 0 obj
+93
+endobj
+441 0 obj
+75
+endobj
+442 0 obj
+18
+endobj
+443 0 obj
+106
+endobj
+444 0 obj
+83
+endobj
+445 0 obj
+38
+endobj
+446 0 obj
+45
+endobj
+447 0 obj
+54
+endobj
+448 0 obj
+60
+endobj
+449 0 obj
+24
+endobj
+450 0 obj
+56
+endobj
+451 0 obj
+105
+endobj
+452 0 obj
+64
+endobj
+453 0 obj
+72
+endobj
+454 0 obj
+54
+endobj
+455 0 obj
+46
+endobj
+456 0 obj
+66
+endobj
+457 0 obj
+57
+endobj
+458 0 obj
+57
+endobj
+459 0 obj
+54
+endobj
+460 0 obj
+73
+endobj
+461 0 obj
+46
+endobj
+462 0 obj
+28
+endobj
+463 0 obj
+57
+endobj
+464 0 obj
+33
+endobj
+465 0 obj
+31
+endobj
+466 0 obj
+47
+endobj
+467 0 obj
+45
+endobj
+468 0 obj
+32
+endobj
+469 0 obj
+52
+endobj
+470 0 obj
+41
+endobj
+471 0 obj
+69
+endobj
+472 0 obj
+49
+endobj
+473 0 obj
+41
+endobj
+474 0 obj
+43
+endobj
+475 0 obj
+42
+endobj
+476 0 obj
+56
+endobj
+477 0 obj
+34
+endobj
+478 0 obj
+80
+endobj
+479 0 obj
+53
+endobj
+480 0 obj
+41
+endobj
+481 0 obj
+78
+endobj
+482 0 obj
+24
+endobj
+483 0 obj
+60
+endobj
+484 0 obj
+55
+endobj
+485 0 obj
+65
+endobj
+486 0 obj
+64
+endobj
+487 0 obj
+85
+endobj
+488 0 obj
+78
+endobj
+489 0 obj
+87
+endobj
+490 0 obj
+63
+endobj
+491 0 obj
+53
+endobj
+492 0 obj
+41
+endobj
+493 0 obj
+18
+endobj
+494 0 obj
+65
+endobj
+495 0 obj
+18
+endobj
+496 0 obj
+26
+endobj
+497 0 obj
+52
+endobj
+498 0 obj
+62
+endobj
+499 0 obj
+24
+endobj
+500 0 obj
+58
+endobj
+501 0 obj
+66
+endobj
+502 0 obj
+50
+endobj
+503 0 obj
+79
+endobj
+504 0 obj
+51
+endobj
+505 0 obj
+39
+endobj
+506 0 obj
+64
+endobj
+507 0 obj
+111
+endobj
+508 0 obj
+68
+endobj
+509 0 obj
+72
+endobj
+510 0 obj
+44
+endobj
+511 0 obj
+77
+endobj
+512 0 obj
+24
+endobj
+513 0 obj
+86
+endobj
+514 0 obj
+77
+endobj
+515 0 obj
+121
+endobj
+516 0 obj
+58
+endobj
+517 0 obj
+88
+endobj
+518 0 obj
+50
+endobj
+519 0 obj
+85
+endobj
+520 0 obj
+99
+endobj
+521 0 obj
+49
+endobj
+522 0 obj
+11
+endobj
+523 0 obj
+28
+endobj
+524 0 obj
+40
+endobj
+525 0 obj
+31
+endobj
+526 0 obj
+26
+endobj
+527 0 obj
+37
+endobj
+528 0 obj
+39
+endobj
+529 0 obj
+31
+endobj
+530 0 obj
+36
+endobj
+531 0 obj
+36
+endobj
+532 0 obj
+49
+endobj
+533 0 obj
+35
+endobj
+534 0 obj
+36
+endobj
+535 0 obj
+40
+endobj
+536 0 obj
+36
+endobj
+537 0 obj
+49
+endobj
+538 0 obj
+34
+endobj
+539 0 obj
+49
+endobj
+540 0 obj
+23
+endobj
+541 0 obj
+57
+endobj
+542 0 obj
+47
+endobj
+543 0 obj
+42
+endobj
+544 0 obj
+65
+endobj
+545 0 obj
+57
+endobj
+546 0 obj
+37
+endobj
+547 0 obj
+48
+endobj
+548 0 obj
+17
+endobj
+549 0 obj
+60
+endobj
+550 0 obj
+54
+endobj
+551 0 obj
+42
+endobj
+552 0 obj
+51
+endobj
+553 0 obj
+28
+endobj
+554 0 obj
+52
+endobj
+555 0 obj
+39
+endobj
+556 0 obj
+58
+endobj
+557 0 obj
+17
+endobj
+558 0 obj
+39
+endobj
+559 0 obj
+43
+endobj
+560 0 obj
+72
+endobj
+561 0 obj
+24
+endobj
+562 0 obj
+49
+endobj
+563 0 obj
+61
+endobj
+564 0 obj
+22
+endobj
+565 0 obj
+41
+endobj
+566 0 obj
+56
+endobj
+567 0 obj
+48
+endobj
+568 0 obj
+41
+endobj
+569 0 obj
+39
+endobj
+570 0 obj
+70
+endobj
+571 0 obj
+30
+endobj
+572 0 obj
+13570
+endobj
+573 0 obj
+65
+endobj
+574 0 obj
+61
+endobj
+575 0 obj
+55
+endobj
+576 0 obj
+40
+endobj
+577 0 obj
+50
+endobj
+578 0 obj
+88
+endobj
+579 0 obj
+60
+endobj
+580 0 obj
+62
+endobj
+581 0 obj
+55
+endobj
+582 0 obj
+34
+endobj
+583 0 obj
+50
+endobj
+584 0 obj
+75
+endobj
+585 0 obj
+65
+endobj
+586 0 obj
+37
+endobj
+587 0 obj
+89
+endobj
+588 0 obj
+67
+endobj
+589 0 obj
+64
+endobj
+590 0 obj
+67
+endobj
+591 0 obj
+48
+endobj
+592 0 obj
+87
+endobj
+593 0 obj
+41
+endobj
+594 0 obj
+66
+endobj
+595 0 obj
+63
+endobj
+596 0 obj
+72
+endobj
+597 0 obj
+23
+endobj
+598 0 obj
+52
+endobj
+599 0 obj
+67
+endobj
+600 0 obj
+74
+endobj
+601 0 obj
+60
+endobj
+602 0 obj
+51
+endobj
+603 0 obj
+111
+endobj
+604 0 obj
+77
+endobj
+605 0 obj
+40
+endobj
+606 0 obj
+115
+endobj
+607 0 obj
+78
+endobj
+608 0 obj
+58
+endobj
+609 0 obj
+62
+endobj
+610 0 obj
+60
+endobj
+611 0 obj
+73
+endobj
+612 0 obj
+51
+endobj
+613 0 obj
+41
+endobj
+614 0 obj
+53
+endobj
+615 0 obj
+52
+endobj
+616 0 obj
+49
+endobj
+617 0 obj
+54
+endobj
+618 0 obj
+24
+endobj
+619 0 obj
+23
+endobj
+620 0 obj
+13263
+endobj
+621 0 obj
+47
+endobj
+622 0 obj
+46
+endobj
+623 0 obj
+48
+endobj
+624 0 obj
+52
+endobj
+625 0 obj
+53
+endobj
+626 0 obj
+39
+endobj
+627 0 obj
+63
+endobj
+628 0 obj
+98
+endobj
+629 0 obj
+43
+endobj
+630 0 obj
+52
+endobj
+631 0 obj
+60
+endobj
+632 0 obj
+86
+endobj
+633 0 obj
+45
+endobj
+634 0 obj
+42
+endobj
+635 0 obj
+66
+endobj
+636 0 obj
+58
+endobj
+637 0 obj
+39
+endobj
+638 0 obj
+55
+endobj
+639 0 obj
+74
+endobj
+640 0 obj
+20
+endobj
+641 0 obj
+51
+endobj
+642 0 obj
+47
+endobj
+643 0 obj
+46
+endobj
+644 0 obj
+24
+endobj
+645 0 obj
+46
+endobj
+646 0 obj
+42
+endobj
+647 0 obj
+49
+endobj
+648 0 obj
+30
+endobj
+649 0 obj
+45
+endobj
+650 0 obj
+52
+endobj
+651 0 obj
+65
+endobj
+652 0 obj
+11989
+endobj
+653 0 obj
+34
+endobj
+654 0 obj
+24
+endobj
+655 0 obj
+52
+endobj
+656 0 obj
+35
+endobj
+657 0 obj
+54
+endobj
+658 0 obj
+26
+endobj
+659 0 obj
+112
+endobj
+660 0 obj
+94
+endobj
+661 0 obj
+95
+endobj
+662 0 obj
+57
+endobj
+663 0 obj
+109
+endobj
+664 0 obj
+53
+endobj
+665 0 obj
+78
+endobj
+666 0 obj
+87
+endobj
+667 0 obj
+56
+endobj
+668 0 obj
+65
+endobj
+669 0 obj
+24
+endobj
+670 0 obj
+59
+endobj
+671 0 obj
+31
+endobj
+672 0 obj
+11475
+endobj
+673 0 obj
+90
+endobj
+674 0 obj
+19
+endobj
+675 0 obj
+36
+endobj
+676 0 obj
+100
+endobj
+677 0 obj
+39
+endobj
+678 0 obj
+66
+endobj
+679 0 obj
+24
+endobj
+680 0 obj
+64
+endobj
+681 0 obj
+18
+endobj
+682 0 obj
+111
+endobj
+683 0 obj
+67
+endobj
+684 0 obj
+59
+endobj
+685 0 obj
+74
+endobj
+686 0 obj
+83
+endobj
+687 0 obj
+63
+endobj
+688 0 obj
+37
+endobj
+689 0 obj
+43
+endobj
+690 0 obj
+50
+endobj
+691 0 obj
+70
+endobj
+692 0 obj
+111
+endobj
+693 0 obj
+10218
+endobj
+694 0 obj
+25
+endobj
+695 0 obj
+92
+endobj
+696 0 obj
+105
+endobj
+697 0 obj
+13587
+endobj
+698 0 obj
+88
+endobj
+699 0 obj
+123
+endobj
+700 0 obj
+27
+endobj
+701 0 obj
+56
+endobj
+702 0 obj
+33
+endobj
+703 0 obj
+46
+endobj
+704 0 obj
+74
+endobj
+705 0 obj
+33
+endobj
+706 0 obj
+33
+endobj
+707 0 obj
+44
+endobj
+708 0 obj
+13083
+endobj
+709 0 obj
+41
+endobj
+710 0 obj
+53
+endobj
+711 0 obj
+78
+endobj
+712 0 obj
+107
+endobj
+713 0 obj
+118
+endobj
+714 0 obj
+128
+endobj
+715 0 obj
+29
+endobj
+716 0 obj
+81
+endobj
+717 0 obj
+49
+endobj
+718 0 obj
+42
+endobj
+719 0 obj
+8636
+endobj
+720 0 obj
+109
+endobj
+721 0 obj
+82
+endobj
+722 0 obj
+46
+endobj
+723 0 obj
+10174
+endobj
+724 0 obj
+105
+endobj
+725 0 obj
+62
+endobj
+726 0 obj
+20
+endobj
+727 0 obj
+20
+endobj
+728 0 obj
+34
+endobj
+729 0 obj
+76
+endobj
+730 0 obj
+37
+endobj
+731 0 obj
+48
+endobj
+732 0 obj
+46
+endobj
+733 0 obj
+65
+endobj
+734 0 obj
+43
+endobj
+735 0 obj
+63
+endobj
+736 0 obj
+38
+endobj
+737 0 obj
+42
+endobj
+738 0 obj
+43
+endobj
+739 0 obj
+46
+endobj
+740 0 obj
+85
+endobj
+741 0 obj
+71
+endobj
+742 0 obj
+19
+endobj
+743 0 obj
+91
+endobj
+744 0 obj
+56
+endobj
+745 0 obj
+49
+endobj
+746 0 obj
+73
+endobj
+747 0 obj
+59
+endobj
+748 0 obj
+64
+endobj
+749 0 obj
+58
+endobj
+750 0 obj
+87
+endobj
+751 0 obj
+53
+endobj
+752 0 obj
+25
+endobj
+753 0 obj
+57
+endobj
+754 0 obj
+82
+endobj
+755 0 obj
+59
+endobj
+756 0 obj
+60
+endobj
+757 0 obj
+72
+endobj
+758 0 obj
+64
+endobj
+759 0 obj
+11963
+endobj
+760 0 obj
+53
+endobj
+761 0 obj
+41
+endobj
+762 0 obj
+98
+endobj
+763 0 obj
+71
+endobj
+764 0 obj
+90
+endobj
+765 0 obj
+101
+endobj
+766 0 obj
+80
+endobj
+767 0 obj
+57
+endobj
+768 0 obj
+19
+endobj
+769 0 obj
+68
+endobj
+770 0 obj
+75
+endobj
+771 0 obj
+82
+endobj
+772 0 obj
+42
+endobj
+773 0 obj
+26
+endobj
+774 0 obj
+78
+endobj
+775 0 obj
+18
+endobj
+776 0 obj
+81
+endobj
+777 0 obj
+9355
+endobj
+778 0 obj
+79
+endobj
+779 0 obj
+66
+endobj
+780 0 obj
+61
+endobj
+781 0 obj
+90
+endobj
+782 0 obj
+66
+endobj
+783 0 obj
+29
+endobj
+784 0 obj
+91
+endobj
+785 0 obj
+19
+endobj
+786 0 obj
+86
+endobj
+787 0 obj
+28
+endobj
+788 0 obj
+76
+endobj
+789 0 obj
+55
+endobj
+790 0 obj
+82
+endobj
+791 0 obj
+56
+endobj
+792 0 obj
+35
+endobj
+793 0 obj
+75
+endobj
+794 0 obj
+72
+endobj
+795 0 obj
+144
+endobj
+796 0 obj
+142
+endobj
+797 0 obj
+194
+endobj
+798 0 obj
+90
+endobj
+799 0 obj
+30
+endobj
+800 0 obj
+151
+endobj
+801 0 obj
+69
+endobj
+802 0 obj
+86
+endobj
+803 0 obj
+121
+endobj
+804 0 obj
+272
+endobj
+805 0 obj
+14
+endobj
+806 0 obj
+217
+endobj
+807 0 obj
+148
+endobj
+808 0 obj
+137
+endobj
+809 0 obj
+73
+endobj
+810 0 obj
+214
+endobj
+811 0 obj
+213
+endobj
+812 0 obj
+131
+endobj
+813 0 obj
+220
+endobj
+814 0 obj
+84
+endobj
+815 0 obj
+78
+endobj
+816 0 obj
+268
+endobj
+817 0 obj
+231
+endobj
+818 0 obj
+127
+endobj
+819 0 obj
+79
+endobj
+820 0 obj
+40
+endobj
+821 0 obj
+77
+endobj
+822 0 obj
+837
+endobj
+823 0 obj
+215
+endobj
+824 0 obj
+225
+endobj
+825 0 obj
+112
+endobj
+xref
+0 826
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000340 00000 n 
+0000000379 00000 n 
+0000000401 00000 n 
+0000019926 00000 n 
+0000029925 00000 n 
+0000030142 00000 n 
+0000030392 00000 n 
+0000030659 00000 n 
+0000030935 00000 n 
+0000031188 00000 n 
+0000031471 00000 n 
+0000031769 00000 n 
+0000032034 00000 n 
+0000032275 00000 n 
+0000032532 00000 n 
+0000032826 00000 n 
+0000033116 00000 n 
+0000033400 00000 n 
+0000033621 00000 n 
+0000033905 00000 n 
+0000034171 00000 n 
+0000034378 00000 n 
+0000034675 00000 n 
+0000034949 00000 n 
+0000035178 00000 n 
+0000035414 00000 n 
+0000035659 00000 n 
+0000035910 00000 n 
+0000036124 00000 n 
+0000036371 00000 n 
+0000036667 00000 n 
+0000036922 00000 n 
+0000037185 00000 n 
+0000037430 00000 n 
+0000037667 00000 n 
+0000037924 00000 n 
+0000038172 00000 n 
+0000038420 00000 n 
+0000038665 00000 n 
+0000038929 00000 n 
+0000039166 00000 n 
+0000039385 00000 n 
+0000039633 00000 n 
+0000039857 00000 n 
+0000040079 00000 n 
+0000040317 00000 n 
+0000040553 00000 n 
+0000040776 00000 n 
+0000041019 00000 n 
+0000041251 00000 n 
+0000041511 00000 n 
+0000041751 00000 n 
+0000041983 00000 n 
+0000042217 00000 n 
+0000042450 00000 n 
+0000042697 00000 n 
+0000042922 00000 n 
+0000043193 00000 n 
+0000043437 00000 n 
+0000043669 00000 n 
+0000043938 00000 n 
+0000044153 00000 n 
+0000044404 00000 n 
+0000044650 00000 n 
+0000044906 00000 n 
+0000045161 00000 n 
+0000045437 00000 n 
+0000045706 00000 n 
+0000045984 00000 n 
+0000046238 00000 n 
+0000046482 00000 n 
+0000046714 00000 n 
+0000046921 00000 n 
+0000047177 00000 n 
+0000047385 00000 n 
+0000047601 00000 n 
+0000047844 00000 n 
+0000048097 00000 n 
+0000048312 00000 n 
+0000048561 00000 n 
+0000048818 00000 n 
+0000049059 00000 n 
+0000049329 00000 n 
+0000049571 00000 n 
+0000049801 00000 n 
+0000050056 00000 n 
+0000050358 00000 n 
+0000050617 00000 n 
+0000050880 00000 n 
+0000051115 00000 n 
+0000051383 00000 n 
+0000051598 00000 n 
+0000051875 00000 n 
+0000052143 00000 n 
+0000052455 00000 n 
+0000052704 00000 n 
+0000052983 00000 n 
+0000053225 00000 n 
+0000053502 00000 n 
+0000053793 00000 n 
+0000054034 00000 n 
+0000054221 00000 n 
+0000054440 00000 n 
+0000054672 00000 n 
+0000054896 00000 n 
+0000055114 00000 n 
+0000055344 00000 n 
+0000055576 00000 n 
+0000055800 00000 n 
+0000056029 00000 n 
+0000056258 00000 n 
+0000056500 00000 n 
+0000056728 00000 n 
+0000056957 00000 n 
+0000057190 00000 n 
+0000057419 00000 n 
+0000057661 00000 n 
+0000057888 00000 n 
+0000058130 00000 n 
+0000058345 00000 n 
+0000058595 00000 n 
+0000058835 00000 n 
+0000059070 00000 n 
+0000059328 00000 n 
+0000059578 00000 n 
+0000059808 00000 n 
+0000060049 00000 n 
+0000060257 00000 n 
+0000060510 00000 n 
+0000060757 00000 n 
+0000060992 00000 n 
+0000061236 00000 n 
+0000061457 00000 n 
+0000061702 00000 n 
+0000061934 00000 n 
+0000062185 00000 n 
+0000062393 00000 n 
+0000062625 00000 n 
+0000062861 00000 n 
+0000063126 00000 n 
+0000063342 00000 n 
+0000063584 00000 n 
+0000063838 00000 n 
+0000064052 00000 n 
+0000064286 00000 n 
+0000064535 00000 n 
+0000064776 00000 n 
+0000065010 00000 n 
+0000065242 00000 n 
+0000065505 00000 n 
+0000065728 00000 n 
+0000090887 00000 n 
+0000104535 00000 n 
+0000104793 00000 n 
+0000105047 00000 n 
+0000105295 00000 n 
+0000105527 00000 n 
+0000105770 00000 n 
+0000106051 00000 n 
+0000106304 00000 n 
+0000106559 00000 n 
+0000106807 00000 n 
+0000107033 00000 n 
+0000107276 00000 n 
+0000107544 00000 n 
+0000107802 00000 n 
+0000108032 00000 n 
+0000108314 00000 n 
+0000108574 00000 n 
+0000108831 00000 n 
+0000109091 00000 n 
+0000109332 00000 n 
+0000109612 00000 n 
+0000109846 00000 n 
+0000110105 00000 n 
+0000110361 00000 n 
+0000110626 00000 n 
+0000110841 00000 n 
+0000111086 00000 n 
+0000111346 00000 n 
+0000111613 00000 n 
+0000111866 00000 n 
+0000112110 00000 n 
+0000112414 00000 n 
+0000112684 00000 n 
+0000112917 00000 n 
+0000113225 00000 n 
+0000113496 00000 n 
+0000113747 00000 n 
+0000114002 00000 n 
+0000114255 00000 n 
+0000114521 00000 n 
+0000114765 00000 n 
+0000114999 00000 n 
+0000115244 00000 n 
+0000115489 00000 n 
+0000115731 00000 n 
+0000115977 00000 n 
+0000116193 00000 n 
+0000116408 00000 n 
+0000143811 00000 n 
+0000157152 00000 n 
+0000157392 00000 n 
+0000157631 00000 n 
+0000157872 00000 n 
+0000158117 00000 n 
+0000158363 00000 n 
+0000158595 00000 n 
+0000158851 00000 n 
+0000159142 00000 n 
+0000159378 00000 n 
+0000159623 00000 n 
+0000159876 00000 n 
+0000160155 00000 n 
+0000160393 00000 n 
+0000160628 00000 n 
+0000160887 00000 n 
+0000161138 00000 n 
+0000161370 00000 n 
+0000161618 00000 n 
+0000161885 00000 n 
+0000162097 00000 n 
+0000162341 00000 n 
+0000162581 00000 n 
+0000162820 00000 n 
+0000163037 00000 n 
+0000163276 00000 n 
+0000163511 00000 n 
+0000163753 00000 n 
+0000163975 00000 n 
+0000164213 00000 n 
+0000164458 00000 n 
+0000164716 00000 n 
+0000189223 00000 n 
+0000201290 00000 n 
+0000201517 00000 n 
+0000201734 00000 n 
+0000201979 00000 n 
+0000202207 00000 n 
+0000202454 00000 n 
+0000202672 00000 n 
+0000202977 00000 n 
+0000203264 00000 n 
+0000203552 00000 n 
+0000203802 00000 n 
+0000204104 00000 n 
+0000204350 00000 n 
+0000204621 00000 n 
+0000204901 00000 n 
+0000205150 00000 n 
+0000205408 00000 n 
+0000205625 00000 n 
+0000205877 00000 n 
+0000206101 00000 n 
+0000220148 00000 n 
+0000231701 00000 n 
+0000231984 00000 n 
+0000232194 00000 n 
+0000232423 00000 n 
+0000232716 00000 n 
+0000232948 00000 n 
+0000233207 00000 n 
+0000233424 00000 n 
+0000233681 00000 n 
+0000233891 00000 n 
+0000234195 00000 n 
+0000234455 00000 n 
+0000234707 00000 n 
+0000234974 00000 n 
+0000235250 00000 n 
+0000235506 00000 n 
+0000235736 00000 n 
+0000235972 00000 n 
+0000236215 00000 n 
+0000236478 00000 n 
+0000236782 00000 n 
+0000248673 00000 n 
+0000258969 00000 n 
+0000259186 00000 n 
+0000259471 00000 n 
+0000259769 00000 n 
+0000287049 00000 n 
+0000300714 00000 n 
+0000300995 00000 n 
+0000301311 00000 n 
+0000301530 00000 n 
+0000301779 00000 n 
+0000302005 00000 n 
+0000302244 00000 n 
+0000302511 00000 n 
+0000302737 00000 n 
+0000302963 00000 n 
+0000303200 00000 n 
+0000328806 00000 n 
+0000341967 00000 n 
+0000342201 00000 n 
+0000342447 00000 n 
+0000342718 00000 n 
+0000343018 00000 n 
+0000343329 00000 n 
+0000343650 00000 n 
+0000343872 00000 n 
+0000344146 00000 n 
+0000344388 00000 n 
+0000344623 00000 n 
+0000355462 00000 n 
+0000364176 00000 n 
+0000364478 00000 n 
+0000364753 00000 n 
+0000364992 00000 n 
+0000378287 00000 n 
+0000388539 00000 n 
+0000388837 00000 n 
+0000389092 00000 n 
+0000389304 00000 n 
+0000389516 00000 n 
+0000389743 00000 n 
+0000390012 00000 n 
+0000390242 00000 n 
+0000390483 00000 n 
+0000390722 00000 n 
+0000390980 00000 n 
+0000391216 00000 n 
+0000391472 00000 n 
+0000391703 00000 n 
+0000391938 00000 n 
+0000392174 00000 n 
+0000392413 00000 n 
+0000392691 00000 n 
+0000392955 00000 n 
+0000393166 00000 n 
+0000393450 00000 n 
+0000393699 00000 n 
+0000393941 00000 n 
+0000394207 00000 n 
+0000394459 00000 n 
+0000394716 00000 n 
+0000394967 00000 n 
+0000395247 00000 n 
+0000395493 00000 n 
+0000395710 00000 n 
+0000395960 00000 n 
+0000396235 00000 n 
+0000396487 00000 n 
+0000396740 00000 n 
+0000397005 00000 n 
+0000397262 00000 n 
+0000420172 00000 n 
+0000432213 00000 n 
+0000432459 00000 n 
+0000432693 00000 n 
+0000432984 00000 n 
+0000433248 00000 n 
+0000433531 00000 n 
+0000433825 00000 n 
+0000434098 00000 n 
+0000434348 00000 n 
+0000434559 00000 n 
+0000434820 00000 n 
+0000435088 00000 n 
+0000435363 00000 n 
+0000435598 00000 n 
+0000435816 00000 n 
+0000436087 00000 n 
+0000436296 00000 n 
+0000436570 00000 n 
+0000454994 00000 n 
+0000464427 00000 n 
+0000464699 00000 n 
+0000464958 00000 n 
+0000465212 00000 n 
+0000465495 00000 n 
+0000465754 00000 n 
+0000465975 00000 n 
+0000466259 00000 n 
+0000466470 00000 n 
+0000466749 00000 n 
+0000466969 00000 n 
+0000467238 00000 n 
+0000467486 00000 n 
+0000467761 00000 n 
+0000468010 00000 n 
+0000468238 00000 n 
+0000468506 00000 n 
+0000468771 00000 n 
+0000469108 00000 n 
+0000469443 00000 n 
+0000469830 00000 n 
+0000470113 00000 n 
+0000470336 00000 n 
+0000470680 00000 n 
+0000470942 00000 n 
+0000471221 00000 n 
+0000471535 00000 n 
+0000472000 00000 n 
+0000472205 00000 n 
+0000472615 00000 n 
+0000472956 00000 n 
+0000473286 00000 n 
+0000473552 00000 n 
+0000473959 00000 n 
+0000474365 00000 n 
+0000474689 00000 n 
+0000475102 00000 n 
+0000475379 00000 n 
+0000475650 00000 n 
+0000476111 00000 n 
+0000476535 00000 n 
+0000476855 00000 n 
+0000477127 00000 n 
+0000477360 00000 n 
+0000477630 00000 n 
+0000479067 00000 n 
+0000479982 00000 n 
+0000480390 00000 n 
+0000480808 00000 n 
+0000481113 00000 n 
+0000481242 00000 n 
+0000482569 00000 n 
+0000482694 00000 n 
+0000484142 00000 n 
+0000484289 00000 n 
+0000484311 00000 n 
+0000484331 00000 n 
+0000484351 00000 n 
+0000484371 00000 n 
+0000484391 00000 n 
+0000484411 00000 n 
+0000484431 00000 n 
+0000484452 00000 n 
+0000484472 00000 n 
+0000484492 00000 n 
+0000484512 00000 n 
+0000484533 00000 n 
+0000484553 00000 n 
+0000484573 00000 n 
+0000484593 00000 n 
+0000484613 00000 n 
+0000484633 00000 n 
+0000484653 00000 n 
+0000484674 00000 n 
+0000484694 00000 n 
+0000484714 00000 n 
+0000484734 00000 n 
+0000484754 00000 n 
+0000484774 00000 n 
+0000484794 00000 n 
+0000484814 00000 n 
+0000484835 00000 n 
+0000484855 00000 n 
+0000484875 00000 n 
+0000484895 00000 n 
+0000484915 00000 n 
+0000484935 00000 n 
+0000484955 00000 n 
+0000484975 00000 n 
+0000484995 00000 n 
+0000485015 00000 n 
+0000485035 00000 n 
+0000485055 00000 n 
+0000485075 00000 n 
+0000485095 00000 n 
+0000485115 00000 n 
+0000485135 00000 n 
+0000485155 00000 n 
+0000485175 00000 n 
+0000485195 00000 n 
+0000485215 00000 n 
+0000485235 00000 n 
+0000485255 00000 n 
+0000485275 00000 n 
+0000485295 00000 n 
+0000485315 00000 n 
+0000485335 00000 n 
+0000485355 00000 n 
+0000485375 00000 n 
+0000485395 00000 n 
+0000485415 00000 n 
+0000485435 00000 n 
+0000485455 00000 n 
+0000485475 00000 n 
+0000485495 00000 n 
+0000485515 00000 n 
+0000485535 00000 n 
+0000485555 00000 n 
+0000485575 00000 n 
+0000485595 00000 n 
+0000485615 00000 n 
+0000485635 00000 n 
+0000485655 00000 n 
+0000485675 00000 n 
+0000485695 00000 n 
+0000485715 00000 n 
+0000485735 00000 n 
+0000485755 00000 n 
+0000485775 00000 n 
+0000485795 00000 n 
+0000485815 00000 n 
+0000485835 00000 n 
+0000485855 00000 n 
+0000485875 00000 n 
+0000485895 00000 n 
+0000485915 00000 n 
+0000485935 00000 n 
+0000485956 00000 n 
+0000485976 00000 n 
+0000485996 00000 n 
+0000486016 00000 n 
+0000486036 00000 n 
+0000486056 00000 n 
+0000486076 00000 n 
+0000486096 00000 n 
+0000486117 00000 n 
+0000486137 00000 n 
+0000486157 00000 n 
+0000486177 00000 n 
+0000486197 00000 n 
+0000486217 00000 n 
+0000486237 00000 n 
+0000486257 00000 n 
+0000486277 00000 n 
+0000486297 00000 n 
+0000486317 00000 n 
+0000486337 00000 n 
+0000486357 00000 n 
+0000486377 00000 n 
+0000486397 00000 n 
+0000486417 00000 n 
+0000486437 00000 n 
+0000486457 00000 n 
+0000486477 00000 n 
+0000486497 00000 n 
+0000486517 00000 n 
+0000486537 00000 n 
+0000486557 00000 n 
+0000486577 00000 n 
+0000486597 00000 n 
+0000486617 00000 n 
+0000486637 00000 n 
+0000486657 00000 n 
+0000486677 00000 n 
+0000486697 00000 n 
+0000486717 00000 n 
+0000486737 00000 n 
+0000486757 00000 n 
+0000486777 00000 n 
+0000486797 00000 n 
+0000486817 00000 n 
+0000486837 00000 n 
+0000486857 00000 n 
+0000486877 00000 n 
+0000486897 00000 n 
+0000486917 00000 n 
+0000486937 00000 n 
+0000486957 00000 n 
+0000486977 00000 n 
+0000486997 00000 n 
+0000487017 00000 n 
+0000487037 00000 n 
+0000487057 00000 n 
+0000487077 00000 n 
+0000487097 00000 n 
+0000487117 00000 n 
+0000487137 00000 n 
+0000487157 00000 n 
+0000487177 00000 n 
+0000487197 00000 n 
+0000487217 00000 n 
+0000487237 00000 n 
+0000487260 00000 n 
+0000487280 00000 n 
+0000487300 00000 n 
+0000487320 00000 n 
+0000487340 00000 n 
+0000487360 00000 n 
+0000487380 00000 n 
+0000487400 00000 n 
+0000487420 00000 n 
+0000487440 00000 n 
+0000487460 00000 n 
+0000487480 00000 n 
+0000487500 00000 n 
+0000487520 00000 n 
+0000487540 00000 n 
+0000487560 00000 n 
+0000487580 00000 n 
+0000487600 00000 n 
+0000487620 00000 n 
+0000487640 00000 n 
+0000487660 00000 n 
+0000487680 00000 n 
+0000487700 00000 n 
+0000487720 00000 n 
+0000487740 00000 n 
+0000487760 00000 n 
+0000487780 00000 n 
+0000487800 00000 n 
+0000487820 00000 n 
+0000487840 00000 n 
+0000487860 00000 n 
+0000487881 00000 n 
+0000487901 00000 n 
+0000487921 00000 n 
+0000487942 00000 n 
+0000487962 00000 n 
+0000487982 00000 n 
+0000488002 00000 n 
+0000488022 00000 n 
+0000488042 00000 n 
+0000488062 00000 n 
+0000488082 00000 n 
+0000488102 00000 n 
+0000488122 00000 n 
+0000488142 00000 n 
+0000488162 00000 n 
+0000488182 00000 n 
+0000488202 00000 n 
+0000488225 00000 n 
+0000488245 00000 n 
+0000488265 00000 n 
+0000488285 00000 n 
+0000488305 00000 n 
+0000488325 00000 n 
+0000488345 00000 n 
+0000488365 00000 n 
+0000488385 00000 n 
+0000488405 00000 n 
+0000488425 00000 n 
+0000488445 00000 n 
+0000488465 00000 n 
+0000488485 00000 n 
+0000488505 00000 n 
+0000488525 00000 n 
+0000488545 00000 n 
+0000488565 00000 n 
+0000488585 00000 n 
+0000488605 00000 n 
+0000488625 00000 n 
+0000488645 00000 n 
+0000488665 00000 n 
+0000488685 00000 n 
+0000488705 00000 n 
+0000488725 00000 n 
+0000488745 00000 n 
+0000488765 00000 n 
+0000488785 00000 n 
+0000488805 00000 n 
+0000488825 00000 n 
+0000488845 00000 n 
+0000488868 00000 n 
+0000488888 00000 n 
+0000488908 00000 n 
+0000488928 00000 n 
+0000488948 00000 n 
+0000488968 00000 n 
+0000488988 00000 n 
+0000489009 00000 n 
+0000489029 00000 n 
+0000489049 00000 n 
+0000489069 00000 n 
+0000489090 00000 n 
+0000489110 00000 n 
+0000489130 00000 n 
+0000489150 00000 n 
+0000489170 00000 n 
+0000489190 00000 n 
+0000489210 00000 n 
+0000489230 00000 n 
+0000489250 00000 n 
+0000489273 00000 n 
+0000489293 00000 n 
+0000489313 00000 n 
+0000489333 00000 n 
+0000489354 00000 n 
+0000489374 00000 n 
+0000489394 00000 n 
+0000489414 00000 n 
+0000489434 00000 n 
+0000489454 00000 n 
+0000489475 00000 n 
+0000489495 00000 n 
+0000489515 00000 n 
+0000489535 00000 n 
+0000489555 00000 n 
+0000489575 00000 n 
+0000489595 00000 n 
+0000489615 00000 n 
+0000489635 00000 n 
+0000489655 00000 n 
+0000489676 00000 n 
+0000489699 00000 n 
+0000489719 00000 n 
+0000489739 00000 n 
+0000489760 00000 n 
+0000489783 00000 n 
+0000489803 00000 n 
+0000489824 00000 n 
+0000489844 00000 n 
+0000489864 00000 n 
+0000489884 00000 n 
+0000489904 00000 n 
+0000489924 00000 n 
+0000489944 00000 n 
+0000489964 00000 n 
+0000489984 00000 n 
+0000490007 00000 n 
+0000490027 00000 n 
+0000490047 00000 n 
+0000490067 00000 n 
+0000490088 00000 n 
+0000490109 00000 n 
+0000490130 00000 n 
+0000490150 00000 n 
+0000490170 00000 n 
+0000490190 00000 n 
+0000490210 00000 n 
+0000490232 00000 n 
+0000490253 00000 n 
+0000490273 00000 n 
+0000490293 00000 n 
+0000490316 00000 n 
+0000490337 00000 n 
+0000490357 00000 n 
+0000490377 00000 n 
+0000490397 00000 n 
+0000490417 00000 n 
+0000490437 00000 n 
+0000490457 00000 n 
+0000490477 00000 n 
+0000490497 00000 n 
+0000490517 00000 n 
+0000490537 00000 n 
+0000490557 00000 n 
+0000490577 00000 n 
+0000490597 00000 n 
+0000490617 00000 n 
+0000490637 00000 n 
+0000490657 00000 n 
+0000490677 00000 n 
+0000490697 00000 n 
+0000490717 00000 n 
+0000490737 00000 n 
+0000490757 00000 n 
+0000490777 00000 n 
+0000490797 00000 n 
+0000490817 00000 n 
+0000490837 00000 n 
+0000490857 00000 n 
+0000490877 00000 n 
+0000490897 00000 n 
+0000490917 00000 n 
+0000490937 00000 n 
+0000490957 00000 n 
+0000490977 00000 n 
+0000490997 00000 n 
+0000491017 00000 n 
+0000491040 00000 n 
+0000491060 00000 n 
+0000491080 00000 n 
+0000491100 00000 n 
+0000491120 00000 n 
+0000491140 00000 n 
+0000491161 00000 n 
+0000491181 00000 n 
+0000491201 00000 n 
+0000491221 00000 n 
+0000491241 00000 n 
+0000491261 00000 n 
+0000491281 00000 n 
+0000491301 00000 n 
+0000491321 00000 n 
+0000491341 00000 n 
+0000491361 00000 n 
+0000491381 00000 n 
+0000491403 00000 n 
+0000491423 00000 n 
+0000491443 00000 n 
+0000491463 00000 n 
+0000491483 00000 n 
+0000491503 00000 n 
+0000491523 00000 n 
+0000491543 00000 n 
+0000491563 00000 n 
+0000491583 00000 n 
+0000491603 00000 n 
+0000491623 00000 n 
+0000491643 00000 n 
+0000491663 00000 n 
+0000491683 00000 n 
+0000491703 00000 n 
+0000491723 00000 n 
+0000491743 00000 n 
+0000491764 00000 n 
+0000491785 00000 n 
+0000491806 00000 n 
+0000491826 00000 n 
+0000491846 00000 n 
+0000491867 00000 n 
+0000491887 00000 n 
+0000491907 00000 n 
+0000491928 00000 n 
+0000491949 00000 n 
+0000491969 00000 n 
+0000491990 00000 n 
+0000492011 00000 n 
+0000492032 00000 n 
+0000492052 00000 n 
+0000492073 00000 n 
+0000492094 00000 n 
+0000492115 00000 n 
+0000492136 00000 n 
+0000492156 00000 n 
+0000492176 00000 n 
+0000492197 00000 n 
+0000492218 00000 n 
+0000492239 00000 n 
+0000492259 00000 n 
+0000492279 00000 n 
+0000492299 00000 n 
+0000492320 00000 n 
+0000492341 00000 n 
+0000492362 00000 n 
+trailer
+<<
+/Size 826
+/Root 1 0 R
+/Info 424 0 R
+>>
+startxref
+492383
+%%EOF
diff --git a/hash/Replacements schemes for trasposition tables.pdf b/hash/Replacements schemes for trasposition tables.pdf
new file mode 100644 (file)
index 0000000..719abb8
--- /dev/null
@@ -0,0 +1,11065 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 595 842 ]
+/Count 14
+/Kids [ 6 0 R 171 0 R 209 0 R 244 0 R 281 0 R 288 0 R 324 0 R 332 0 R 345 0 R 349 0 R 354 0 R 363 0 R 412 0 R 447 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im1 8 0 R /Im2 9 0 R /Im3 10 0 R /Im4 11 0 R /Im5 12 0 R /Im6 13 0 R /Im2 9 0 R /Im7 14 0 R /Im2 9 0 R /Im8 15 0 R /Im9 16 0 R /Im10 17 0 R /Im6 13 0 R /Im11 18 0 R /Im2 9 0 R /Im7 14 0 R /Im2 9 0 R /Im12 19 0 R /Im13 20 0 R /Im14 21 0 R /Im15 22 0 R /Im16 23 0 R /Im15 22 0 R /Im5 12 0 R /Im8 15 0 R /Im12 19 0 R /Im3 10 0 R /Im14 21 0 R /Im12 19 0 R /Im17 24 0 R /Im9 16 0 R /Im17 24 0 R /Im14 21 0 R /Im8 15 0 R /Im16 23 0 R /Im5 12 0 R /Im18 25 0 R /Im4 11 0 R /Im2 9 0 R /Im12 19 0 R /Im19 26 0 R /Im20 27 0 R /Im21 28 0 R /Im20 27 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im25 32 0 R /Im26 33 0 R /Im24 31 0 R /Im23 30 0 R /Im27 34 0 R /Im28 35 0 R /Im20 27 0 R /Im29 36 0 R /Im20 27 0 R /Im30 37 0 R /Im20 27 0 R /Im21 28 0 R /Im20 27 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im24 31 0 R /Im23 30 0 R /Im34 41 0 R /Im32 39 0 R /Im35 42 0 R /Im26 33 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im30 37 0 R /Im20 27 0 R /Im28 35 0 R /Im20 27 0 R /Im39 46 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im24 31 0 R /Im37 44 0 R /Im30 37 0 R /Im24 31 0 R /Im23 30 0 R /Im32 39 0 R /Im26 33 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im49 56 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im52 59 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im56 63 0 R /Im57 64 0 R /Im58 65 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im60 67 0 R /Im50 57 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im61 68 0 R /Im42 49 0 R /Im67 74 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im71 78 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im73 80 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im74 81 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im49 56 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im49 56 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im61 68 0 R /Im46 53 0 R /Im55 62 0 R /Im55 62 0 R /Im53 60 0 R /Im51 58 0 R /Im71 78 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im72 79 0 R /Im56 63 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im47 54 0 R /Im46 53 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im63 70 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im77 84 0 R /Im78 85 0 R /Im79 86 0 R /Im80 87 0 R /Im81 88 0 R /Im82 89 0 R /Im83 90 0 R /Im84 91 0 R /Im85 92 0 R /Im80 87 0 R /Im86 93 0 R /Im82 89 0 R /Im79 86 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im64 71 0 R /Im76 83 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im53 60 0 R /Im51 58 0 R /Im70 77 0 R /Im68 75 0 R /Im46 53 0 R /Im53 60 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im33 40 0 R /Im23 30 0 R /Im24 31 0 R /Im24 31 0 R /Im87 94 0 R /Im72 79 0 R /Im88 95 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im42 49 0 R /Im47 54 0 R /Im53 60 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im62 69 0 R /Im62 69 0 R /Im67 74 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im75 82 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im43 50 0 R /Im65 72 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im53 60 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im90 97 0 R /Im23 30 0 R /Im36 43 0 R /Im91 98 0 R /Im92 99 0 R /Im87 94 0 R /Im49 56 0 R /Im55 62 0 R /Im68 75 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im58 65 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im67 74 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im33 40 0 R /Im23 30 0 R /Im36 43 0 R /Im37 44 0 R /Im87 94 0 R /Im91 98 0 R /Im93 100 0 R /Im87 94 0 R /Im32 39 0 R /Im33 40 0 R /Im32 39 0 R /Im93 100 0 R /Im37 44 0 R /Im87 94 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im51 58 0 R /Im55 62 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im63 70 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im71 78 0 R /Im42 49 0 R /Im47 54 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im33 40 0 R /Im23 30 0 R /Im36 43 0 R /Im37 44 0 R /Im87 94 0 R /Im91 98 0 R /Im93 100 0 R /Im87 94 0 R /Im32 39 0 R /Im33 40 0 R /Im32 39 0 R /Im93 100 0 R /Im37 44 0 R /Im33 40 0 R /Im36 43 0 R /Im95 102 0 R /Im96 103 0 R /Im24 31 0 R /Im97 104 0 R /Im98 105 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im70 77 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im24 31 0 R /Im33 40 0 R /Im36 43 0 R /Im96 103 0 R /Im20 27 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im102 109 0 R /Im103 110 0 R /Im58 65 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im44 51 0 R /Im67 74 0 R /Im46 53 0 R /Im54 61 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im59 66 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im58 65 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im75 82 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im97 104 0 R /Im109 116 0 R /Im54 61 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im41 48 0 R /Im62 69 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im110 117 0 R /Im106 113 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im51 58 0 R /Im55 62 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im70 77 0 R /Im68 75 0 R /Im44 51 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im71 78 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im54 61 0 R /Im46 53 0 R /Im111 118 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im112 119 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im97 104 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im103 110 0 R /Im57 64 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im100 107 0 R /Im103 110 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im100 107 0 R /Im103 110 0 R /Im88 95 0 R /Im64 71 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im24 31 0 R /Im33 40 0 R /Im36 43 0 R /Im96 103 0 R /Im20 27 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im106 113 0 R /Im49 56 0 R /Im51 58 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im69 76 0 R /Im51 58 0 R /Im75 82 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im62 69 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im44 51 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im97 104 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im49 56 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im69 76 0 R /Im51 58 0 R /Im75 82 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im68 75 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im97 104 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im49 56 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im100 107 0 R /Im106 113 0 R /Im106 113 0 R /Im72 79 0 R /Im114 121 0 R /Im54 61 0 R /Im51 58 0 R /Im69 76 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im70 77 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im55 62 0 R /Im62 69 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im70 77 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im49 56 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im66 73 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im111 118 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im116 123 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im43 50 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im49 56 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im49 56 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im75 82 0 R /Im51 58 0 R /Im67 74 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im49 56 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im65 72 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im73 80 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im74 81 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im49 56 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im117 124 0 R /Im118 125 0 R /Im119 126 0 R /Im120 127 0 R /Im121 128 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im125 132 0 R /Im121 128 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im130 137 0 R /Im121 128 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im124 131 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im123 130 0 R /Im137 144 0 R /Im138 145 0 R /Im124 131 0 R /Im126 133 0 R /Im131 138 0 R /Im123 130 0 R /Im120 127 0 R /Im126 133 0 R /Im128 135 0 R /Im129 136 0 R /Im139 146 0 R /Im128 135 0 R /Im131 138 0 R /Im137 144 0 R /Im133 140 0 R /Im126 133 0 R /Im123 130 0 R /Im124 131 0 R /Im140 147 0 R /Im141 148 0 R /Im121 128 0 R /Im123 130 0 R /Im120 127 0 R /Im141 148 0 R /Im123 130 0 R /Im135 142 0 R /Im142 149 0 R /Im143 150 0 R /Im144 151 0 R /Im143 150 0 R /Im145 152 0 R /Im128 135 0 R /Im146 153 0 R /Im147 154 0 R /Im148 155 0 R /Im147 154 0 R /Im135 142 0 R /Im147 154 0 R /Im149 156 0 R /Im150 157 0 R /Im150 157 0 R /Im151 158 0 R /Im136 143 0 R /Im151 158 0 R /Im138 145 0 R /Im138 145 0 R /Im125 132 0 R /Im126 133 0 R /Im124 131 0 R /Im121 128 0 R /Im141 148 0 R /Im152 159 0 R /Im126 133 0 R /Im135 142 0 R /Im153 160 0 R /Im152 159 0 R /Im123 130 0 R /Im154 161 0 R /Im123 130 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im124 131 0 R /Im155 162 0 R /Im156 163 0 R /Im138 145 0 R /Im120 127 0 R /Im157 164 0 R /Im125 132 0 R /Im135 142 0 R /Im158 165 0 R /Im131 138 0 R /Im138 145 0 R /Im121 128 0 R /Im156 163 0 R /Im159 166 0 R /Im132 139 0 R /Im124 131 0 R /Im123 130 0 R /Im133 140 0 R /Im160 167 0 R /Im123 130 0 R /Im124 131 0 R /Im161 168 0 R /Im141 148 0 R /Im125 132 0 R /Im143 150 0 R /Im124 131 0 R /Im133 140 0 R /Im156 163 0 R /Im121 128 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im124 131 0 R /Im134 141 0 R /Im143 150 0 R /Im120 127 0 R /Im156 163 0 R /Im135 142 0 R /Im133 140 0 R /Im121 128 0 R /Im126 133 0 R /Im123 130 0 R /Im124 131 0 R /Im162 169 0 R /Im121 128 0 R /Im163 170 0 R /Im160 167 0 R /Im161 168 0 R /Im141 148 0 R /Im125 132 0 R /Im143 150 0 R /Im124 131 0 R /Im133 140 0 R /Im156 163 0 R /Im121 128 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im124 131 0 R /Im134 141 0 R /Im143 150 0 R /Im120 127 0 R /Im156 163 0 R /Im135 142 0 R /Im152 159 0 R /Im123 130 0 R /Im124 131 0 R /Im121 128 0 R /Im160 167 0 R /Im161 168 0 R /Im141 148 0 R /Im125 132 0 R /Im143 150 0 R /Im124 131 0 R /Im133 140 0 R /Im156 163 0 R /Im121 128 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im124 131 0 R /Im134 141 0 R /Im143 150 0 R /Im120 127 0 R /Im156 163 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 485 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}Ë\92\ 5¹qÝ~¾¢\97ÒBÍ»JK\87Ì\bo\1cR\88KnlrdÒæKä8\18þ{ßê\8b¬é*\9cS8@mf&:&/P\89D>\ eòñ\9f?üÛÇ\7fþà>þþÃë\9fá3¯ËÇò¹,öOç>K~ýkñ\9fi\89\1fÅ»ÏÅÇ\8fßüñ\87_ü·?º\8f\7fùó\ fÿöí\aJCÿþ\8bs\ 5\90û+ùö\19r³ü\12_ÿòùMÿú\9d\9c\8d>\éãgºÒû÷¿\ 2Z?^é×Ï\1cáö#úúÔ~½_ yz11^ɳ̼¼(ÌséÓyL¿\81å\8b¼ü\9aµ³Ëøã·\bV_¯äù\eáéèý\12?}¾Òoý£«\92ëÝú¹­\8dä.êáy\8f¸×\1c^ûùUôüKôZz'_\1d\1f×G§ï\13Z_>}_\82²|{|\95|õèë\ 1ý\86o®ß\12R<ÍÕ_?#Ü@X\1c¢o®~þ,\90}ÁAúæîWi»\b`zýfð ± \91 º\ 3¨»Ú\1d\15"â`CÎîoH\93÷·\92gøõºê\ f&\80÷ª\9f\9eÿ\1aÅó'û\87ê«Ý\7fü\f¾\11`ÿÚ\7fÄ\96³¹\80T\ 1Æ¥(
+\90oÀA\ e4\e`\1c\8c\1e\99\9f\96\83L\80"T \8d\0ñ\v\14#Ô Í\ 5b\17 &¤AÁ\ 5h$ð­\82bFô®ù\ 2ê}IJ)Þ\a\11\8a°¬\82ã\16$     .\9f±aßþ\17\97ò\17}~ýÎ7úF\0]c@ß\7fq9\7fz\7f¥÷\8d\ 1v/¢æû¿6ðâ\7f»\ 1ßXPº\81\17û\95\r \ fàký5¡õ\ 5\15\10?×}ýz\0\17zà½^¿ßèË\97\as¡oä'}zHï\17\8fÖo.Àûÿ\ 66|yËÿ\85¾¹\7flÿþ\15V(ûgüÛ=8\85\7f®\11àðu¥½·ï_>×Ã\82øF\ 1¦/m\ 3¾?,uÿ¯ßY\ fúV\83\11ùóA»\0Ûç
\97\8fîÓµëË\17пÂ\ fe}d\0v\8eú\84ä7´\17\98­\9fý3\ 5ð²~\8f\14\80/IÚ@ë\84\9a\13\eÁ\ 1\84f}ÿ¹âý¿\ 4\ f0°Q -ýÛ'ô\eº@AV ^T ì\ 2\ 6¬@\9aõ[\ fÖè\91\ 5      Íú\8c\7fÁA\ 1\ 4
+øj\80ß>Ip¯\b¶Q\0AV\80¡z@}\ 5x¥¯ßÿò\80Àù5ô©ñ\80*}@\ 6(\0\ 5\90\bÀ¡õ\e\ 5Æ\14@HP~e\ 5\10\92f\80\99\ 2\ e/\ 5òD\ 1\87\97\ 3¡¬ßÊOå\7f\81ü\a.89ÿuyvþÐ\ 1\198ÿW\f­\9c\1fqAò\83\1c\10¼ÿ\88ï¿\14\81į\b\ 6Ò\83ó#û÷ñ\91þ³\b¦§ÿ\98þ\8a\ 1Ù/¤¿°þ\89\15\ 1èé\1fß\ 4@o\89\8eÑô÷ú=þ\0\ eÈ5\ 2ªö+\84¯\b4¿<ùoô\8dýcòïã;\84¿Ð\vßoô«D\1f\1a\b¬Ò§\88è\9bóké«ý}\ 5\90àû\eù        \8d\ 3\7fé¯\9dîBßØ\9föüÌÿ)\88¾9\7fº~YÐ÷\ 3ýq½¿\86\ 1F´~£?(ÿ^úOá\1fuà×z\7fsøf¿c£\7f\11\82öö¿\1cøþ\ 4ì\ fùþm\93¾\9fé\9f°$ðý       @À8\ 2ßý\1f@\ fî\ fYÿ\15ù+ë³ó\v>KçÇø\17^\ 1Ô#þ\ 5´>Ú?\96ÿÝÿÑî_«¿\rAmé\13ð¿\89ý\17õ\17µÿ     Ý¿$\0\0æ?¡û\9f\9aïgú3ä,éO$¿oýQåÏÇïë\ 3\ 4<âøi\apZúF\7fµöû\15÷|é\9f7\80\98}øæ?&\80a3ýQí×y}\0 áï\ f\7fçõ\eýÅéW\91\7f¾¡ß¿?\98ÿtZ?\83ø\17\7f\7fðñÑ÷»ºÿ´åÛý³ûçÜ\9bîBßÈßFä÷õW@\9feÿÅù\rì?Ëþ\87\v\9déuÿÃ\ 5´~«\7f)\80\18\vâ\7fóýmüPé\93C߯\ 3\98I[\9féoWý§Ë÷7ú«Ýÿ\eÑùB ¿Öÿî?dÙ\7fs%£ó\93ý'·"ùÓíßþ\ 2¯ñ\8fÈ_õ\7fÆåÏèá÷7ô­ýyó\7f\7fÂ\7f\7fÿ\89ÿÀþ\10ÿÕAþ    ø\8dÑGéþ¢øëKÿûå\90\9fü3½î\7fûôlÿaAü\ao¨$þ        hýVÿQú¸>Ò\9f¾>ÀõöÏü\17\9f\ 3Z\1fØ\7f\82\7ff¤?õûc9\10}ùÇþ\9b_\1dÚ¿\10?\19}\91Öçø¯\97¾\9fú¯Ë"Þ\9f\16¿\7fû/È~g\1d?s\90ÿ\82ýµø%Hö\93Æ\ f¾<º¿!@ý«ûÿ\ 1­ßúÿÔ\7f\8fªübý\1db\91ô7ýþ¤é_ºÿ´IûgøI\80ú\ 3á'D~2²¿­üÐõ\vºÿíú\94\7f\1f\95\9f²MÊOýþUõ?Éþ7èÿÊú?lhÿ¥\89?Xü\10\17dÿPüÎðo\18¿\80÷G\8c_Åú\0~¾?-~Åø\1f=Ò¿\b\7fÁþï\8e\7f+þ/»ÿ1,Òýgò\1f\ 3Òÿ:~\19\ 3¼ÿÀþcù\8bQ\93?*?\11Þ\1f  ÿ\7f' ¡ø¥¥§ç\97´ø\85ò?Cÿ\13ä°bý»'@)þ\1f\95\9f²\8aòCø·Æg÷wÕâOß¼?-ïûwøOëW\1e@Õ?²ÿ¼ã\1f_û_Ã-ÿhüçªþ9Ñ£ø\1dë\7fç=X_×ÿΣõ\að\87àÅýcýoÙû\17zÙÿØñ\8f\96^\7f?rÉ#z\19ÿµ\ 4þÞú\14ÿÊ\e:?}}\8b_ºßÏð\ f$¿\8aÿk        tvþËmüÌñ\8fYù·\12\84\8cö\ fð\17\12¿.ðüõ÷Ç\9a\93\1fúþäÐý\1dx\7fóèþéþ\9b¯Õ7½ï§ñ{@û×ý7\1f\90üéú\7fO Sä\87æ\8fÅüößÎû\a\19¸äýÀâ\9f3½`ÿ\r¿@û×ñ×ýýø\89ýð\16¿LÚ\8f\1dÿPä\8fÊÿúðþnHþõøiÏ\9f\ 3ö[X¿Æ\7fK\90ô\1f}?]\90þ×ï\7f\80þÃÀû­\ fÒú4þõpÿBümø\87f\7fé÷Çå\91þ\v\16?Lê¿\10Ñ÷ëú/¤ôHÿ}åß ÷\9fã'Hþ\aί@ÿGÆO\ 3ô?tüÔj\80¦×_µõ»øǤÿ÷\8aJ¤óçôèþ\ eÄ\9fK>ô×]üIãG\87äW\7f?\88>=º\7f1 ùCñ\ 3\89\1fC\96î\ fÇ\1f´ý3ù\8dI»?\1c\7fPý'²ÿì\1eÅ\ f\11ë\ f9~\88Å=\8a\1fbÑü\1fúýëÃóÛ ÿdüýÀ\ fr\9eÂß\9d½\7fÖ8r\14\7fw5ÿýL?ð~\óGzôÌþ8ó\1fÎôÀ\7f\81\aôºýu\16\7f\9cèuûë,þ8ÓËø±³øãtþ
+~|Á/:ü§øQÊàû[ûGù\9f5þ·û\7f×oì\ 5\80a¹~\7fÑñ§\12$þsü£ þ5ø3ÅÏ\fÿ8ÓëøÛ¶HôôþoÚý§ïÿæ?\9céeürÇ/\14þÓõ]\11×çø\85¦ÿHþ\ 6Ô\1f\917ÿᬿõüqó\1f:òG¿?nÒ÷Óø×â\8fóùÉïÏÞü\87aûQñ\83\9cÄûÃóß\95ó£ü+Ð~\ 1ÿ\9däï\17Õ~±ü\11$\7f#øË:©\7f\fÿ\bÒùÑüýZ\7fØ·_$ÿb\81ëËòoù³=ù§ñ·CúO\8f¿\82\13Ñ\93øÛiòCã_¯\9d\1fÇo\90þ\1dÈ_\bÈ~\rä/\ 4È¿\81ü\17Íÿáø\8f¦?©ü&¨?\80ÿÀè7\89\9eò/GÉ\7f£ë\8bú\93Ö_\96XïÿÉÿ\93ñó°¢óÓëwÂ\ 6÷¯×\9f\7fÐñó½~R\91_\1a\7f:\18\7féñ·\9b\95\1fëà\82äGÇߣxÿyþ\bò?FòGVÑ~\10ü jñ\ 3å_Bç?À¿\ 4ã\ f\1d\7fÈ\9aþ§ùGåYü\11\vòß\90þ'øÝ\8aä¯\8d\1féùÁøI\8f?\ eü%MÖ\8f¸*\7fi.ÿÍ\99ý>ÑëøåQ¿\92îó_Ú\ 68\96¿±\ 2ú\ 2â\1fòþ^ëç.ß/¿\1f9»?i.\7fÌ¥\84ø¯×o¤MÚ?Åï,\7f#ÍåÏ:»?é>ÿ\93â?ë\82¾_ÇßVx~rþì\91¿\91îó\17éú\9b\97Öçø\87Æ?\1a\7f-Hþ\ 6â/·HßOãO§\9e?«?\89\88\7f²þð\1e\9d\9f^?lý\ 3¦¿ßò¿:ú\93Æß1HòCÏ?féüéþÓÃóËPÿ õ»\86\9f ý?Àÿ\82Îo`ÿ+¼¿ºüYþfGþhýÙæ$ýKó\8f,ÿã¼¾\1e?.Pÿêñã\92%ûEã\17ç$þuñ\87Éûsä\8fLêÏ`ù£\1dùåý\aÐý\1d\88ÿ"Z\7f \7fBBü\1fÈ?Áþ\8b\9e\7f\ 2õÇ@þIVå\9fð¯ û§¿\7fíý\97¾ð\83t_?Áó7Ð÷\8fä\8f@û£ãg¢ÿB÷¿!ÿK±?5~^Lþzõ«,\7f\1f9~\11%ûAóG¬~¿\e\7f±þOZüs\87\1f<±_QÔ\1f´~Âêï&íWLPÿêç\97 ý\19Èÿp\8fìW´ú»\ eÿ¨ü\14xÿuùY5ýEñ?\18?éöoÏ\1f\a\8dÿ,ÿ<ú\ eþCâg«¿=Óëñ³½ß\9eéõþ\aV¿{¢\1fÀoü
\1f¨¿   EZ\9f\8eïþ\85gz\1dÿv\96ÿu^_Æ¿]Bß?\80¿ØûÁ\99\1f.\17Iþîð\ f@¯×¯Xÿ\8d\1c?íøG{þ\ 3øź\89ü#ûß¼tÿhþÒ\86îß@ý\84Õÿwä\9fÆ\7fXÿèù\v\ eÝÿ\81ü\15\87ø¯×/zÓ\1fa\9bÂï¼õÿ\99\94_\1f5ùåõ/Q<?Öÿc\13í\aë\9f\98¥ûCë?,~\99´\1fGýKçûéù\97$\9e?Ã/ܳûcõ/Ãçoø\ 5\92\1f½ÿ\86ß\90ü\fà?\eÔ\7f`\ 2\ 3\89¿\16d\7fô÷\97\80ý\17=ÿÀ!û\89ü7Ö?\ 4Þ\7f\1d¿±ø¥#?<ÿb\95Î\8föo1ü´#?¼\7f\aò_ôþ5Gÿ\90îýÅõsGýËyÿúú\19Ù\7fÝÿ?ò'få§h÷\87î\7fUùGú¿¬\9aý£øÑ\86îï\0~ºAÿQ\8f?\17-~éöÿ\98\8c\83÷g\0¿ð\8fä/zèÿéñg@ëëñçË\a~\14\7f\1eý;&ãÏ£\7fǤÿ\10\93vÿyÿ\fh\7fõóÏ\9aþ§ü/\90\7frþæÞ¿ã+~=Ýÿ\16\7f¥øѪÆo\9dú\99ÙøÑâ\ f\7f\9f?Ãì\9f\7f¢oí_·ÿ\86¿Ï¿ãôh}Ý~\1cýGý}þ\13ï?Zõ\9f¿Ïÿ¡ñ¯ù\ fþ>\7f\8b\9e_Ì`}ýýþÈ\1féð\8f®\9f½´>\95\9f¬É\ få\7fA߯ç¿\1føÇ\99^Ï?Y¡üèüßÐúzþîÑ\7fÔßç¯ñþ£¶þ\ý\9c_4ù£ñ³óÒþiþ\82å\8f\ fÏ?Ù\1eÝß#\7fdòþz_\1eÝߣþ¦#?¬\7f\93\15Ümÿ&Ê¿\88îÿ@þD\84ò«÷OIèû\aú§$h?\ 6ú\878ðý#ýS\97gò_4ùãõ?Hþ\8a>ÀnE篿_ïù+_þ\93¿¯\7fáøKzt\7f¡ÿ&ë'ê\fÜÞùqüEÛ?Å\7f<²ßºÿ|Ô\9f\97ÄßÖ\7f°ã?Ñü\93\båWÏ?Iêþ\19þ\92¤óëö_íÐÓóÃþ\8f\9e\7fT\10½^ÿ½ç\7f´ûoó§9}\91è9þ\81üß\81ü\99\rù\1f\ 3ý\v-ÿ£cÿxþHÅ\8f^úë¾ÿ\ 2Ëÿ\80ú_Ïÿ°þ!\93÷\7fï\1f¢ð\8f÷?µó\9bó\1fcD÷W÷\1f\8fþ!\93ösï\1fòÄ\7fÜóG\9eø\8f{ýÊ\13ÿqÇO\9eØ¿\98\91ÿ¬Û¿X4ÿ\9d½ÿÇRû7\9cý\ fi\ 2ó»þ\ 5Þ\7f=ÿÞðËz\8fØùÑú\ f«ß?Ñ·õ\1f4~´þÅ'zTÿ\85õ\97³ú}Wnõ\17}ÿ¶þ!§õ\aúw\ 4ôý\ 3óS,\7fäüý\ 3ýC\82´>ý~Ë\1fë|?\95\9f\84Ö\1fè?aó\1fÎôzý\93õo?Ë\9fÞ¿%?<ÿ¢\9d?íßRªÿÿºG3ù«nE߯ç¯îù'\80ÿzý\8f½ß\9céåüÕ#ÿäÌ?9\7fÕ[ÿÄ\17ÿÆòW\rÿp\92üòþ«\19}¿\9e\7fàUýÁð\8f\1f§Gûoå\87Ï\7fñ\88^îßì\r\7fíÜ_Ê¿\84ôç@þDFû\1fèÿaï/\1dûEó/,\7fäL/ßÿc~Ìðý1zh\7ftüÉú\7f\9c××ó_6Ä¿\81øu\89\8fôWpðüõü{\87Îo ~Åæ/Lê\9f`ï?\93ú'\ 4´þ\0ÿ­\7fF\87ÿ\94\7fÐÿÐû\87\85¤Ù\7f^\7f\83äo`þ\ fô?\ 6ò/²¦¿xý\8cf?xýÊ"\9d_7\7f¤»\7f\82ÿaÿC¯\7fÛÐýCù»\8c\1e®¯ç\ f,ÐÿÑó\a\1c\8a\7fôù\a\8c¦\7fIüì¡þÔñ\a¯ù\8f<\7f\ 4É¿®ÿbDöo\80ÿQ»\7f\94ÿ\86\9fNÚ¿\98\91ÿ9P\7fTçïöä\97â/\ 5òOÆO\8fü\91Î÷ÓõíýyÒþF\18ÿ\fÔ¿Ùüªnü@ÞÏ-\7fd¹Ï?º«\9fùÚÿr\9f¿Gã/«\9f9Óëø\8fá/Ë}þ\16¯¿I\80\7f¦Å/³ß\1f¢ôý\14\7f0ýs¢\1fÈ\1f\89èüZùãý[·¯ø?n÷ùS´\7fHí¿x¦×óÏ\9dé\9fÙó3ü´s~4ÿ¥ ó×óÏ\9dÍ¿ë\9c\1fïߺIû§õc+\92¿\81ú±-Hü§ø×\86ô\8fþ~å\17¤?\ 6âo§í\9fç¿@ý©×\8f\18~ÒÕ_$þµù\9bË}þa\17?éÜ\7fÊ\7f\8b\9f:çGó\1f,ÿcXÿ\e~\92$þÓü©\1aÿôô\ fÇ_´ûGϯ ùCú\9bÌÏ)+¢×óOàý\1f࿽\1fwøO×ß´óïæ\8fLÚ¿#\7f¤#ÿ4þ³þ%\9dûÇû§¢ï\1fé¿\9a$zÖ¿Ùæç\ä\7f|~ð°ý4üæ\99ýÞû\9f(þ+=¿\88Ö\1fÈß\89H\7fêóÇCÒè»õ;]ûÛ©ß\99Ôÿ¡ þëñcX\91ýÓý\87\0õO»>íߺÕùµgÿ\ 1è\8fÔôïßýß}û»ùH§ço\0¿´ä»@»å}|\17ú&ü\7f\7fìùúƯô}÷YbC/¸\9fo\81´ðéL¿\82òûëþëúu|Þ\85¾9¾·²\ 1ôuüÕ\85\1e¤\ f\¿ß-_\12µÏ\9f\0?Ðè?ÊÀ´\0\ 6®\8düço\94\r­/Øÿz\0µÿGï\0Â×´\88\v\ 3\82\7f\82\r4\ 6\94\9e@\81'(\9c@¥_\93$\81¯Ïl\1c\80íµÿµ
+ð+\ e/GþC\96û?Ôö\ 3Ñϵ¿ªÞÃ\99\÷þ]í~vY^\9f\1eS_\7fzô4z®èKô÷Ýs8z\ 3Ù7\90ý\12\0ÿÐë!F¯¬{ë¾ÿ)ôª¢'Óû¯Ù¯\17zÙú»\88Öo­7\9f\9d\7föÒþ)úS³W/ò¯g¿\14¸\7f}úoAò§{¯6}æ"ÿ\ 3ÕC+\90_={ÞÐ\8f\9eþàÕ;^º¿4úY6éþqôB\93?^½\83äg zÇ{°ÿ\91ê\9d,­Oùç5þqô\ 4Ýÿ\81é1Q³\1f,{Ѧß\äWî^íköjÏ|Rþ\ezÒá?­ÞÉèü\ 6ªwj÷ÅñûgÙ+Hÿ´è!Ï^IHÿëü«Ý[§ù·Aù\13ü\87\9f»¿¶ò§£waÑÎ\9f£/ðüåׯà¼ä?´ü³ì\95w÷²óú\ 1È_ Õ;¹z¯ßé½\9e}\10\16°¾\97_¯BH\12=EOâ\ 2ö¿6á+\8d\9ec\ 4ëkÙß_ç\97\90ÿ½êÓg³æ\7f2ý¹Wï(ú\93g¯dQÿ\90î-µ{Òeÿ\ 3Ù+Úú<{\ 4ê\1f\80\9e\90îµ[®ç\7fß½\96foÔî%=ÿ\91O\7f\81þ\8bÜ=.Bÿe {¨\87ç7\90}\82ô¯\9e½\14\ 3Z\7f¤û+ô\9fôî«\11Ù¿\ 1þEtÿ\94ø±Ò×îI}ÿ\8de¿ û\9f\85î\11uý¢ùo4û§ÀøU\9f\9e³"ÿG×\7fqEú·Õ\7f¼{      ¼¿òëç\8eº*þ?ã_\82þ\83οä´ø\99îß!ùÕ§\9f\9aúwsÍ\ 3Íû<\93ëà\17Z}\ 2ür÷O\7f4x6컳>\ 5\1f\96\r­¯§N8Ⱦ!ð\f¬¯·\ e®­'zÇGù_[ßôøOÁÃÚú;.s­?]\84ëëüOP~äÖe.iòÃS\7f\82¸>\ 3ßV°þ@êUAç\8f\82G\ 2\9eÕÔÃË÷ËÁß^zÕ~¿\9ezãjé÷\99^O½qµtb\ÿTð¨\96n÷´'§G秧\ eZêЬüÙèç\9eþ¡Á»\81_\93ü÷µô³¯\7fYë]Í~´o\87F\8fö¿Ê©\83\96:ÔÓ_½Ö1½ûCÁÃ\8c¾\7f\11úþ\81ÖÇEå?\ 3¿ò£ûo­{{òGG\87\9bÿ±Ü§\9eÐÔ\95¥>ý\9eè7 ÿ\ 4¼Y*xsÚ?\ 2o\bøà*xs¢\ f\0üjßÎß©7\19È獵>x\aÎoÓKO^Ágûý\bü!Áÿ+øüúþe4õ×F\17!ÿ     É\1f+½Bþ[k?yë\99Yÿ·\82\87µuCß~0ð
+Ù/\ 5<¨ë\17d\7f\ 6
\7f\ 3¥w+Ú¿b?έc.ß/\83GaCúk¤u®\97ü?ZúS[çÍú\1fÑ!ÿu tÈ\1eï»çÇÀ«$ò\8f\95>iÑ+]\1fÞ\7f¥u\82\8d\ ez\16¿D\18?\f\80wY\8b\7fiéP\86ñ\9fÞº\ 6Æ\1f\ 3­k\8a\97Ö§ü+\1aÿxé\13\8c_äÇ\8b}ôñ\93ø-n\9aü³ý§::µ·\7ffÿ\92Côºÿ¾·\8cy\12\7fÔÊû°õ:§âå+tx&×Ñ\9bzx\97Õeå]uÿ\85\Ç^jÚ÷\85^\1fÛTu\7fïëiì\Û\ e^èõØÛ£ÃÓ}ok;´ÛÐûÄ\19\86=Aþ\ f´ýYDþ\91¶C\11Iß@Û¡¤­\7f7v[»<\f;ÒÄ\9f·ýAë뱫µý¹ðo ì¬Hßϱ'/É?=¿\9a¸5}~µì¤·\7fÞ6\b~¿>v\19ê\9f\91¶A?ßß\99±\97\1eê\1f=ñÐÚ.÷ä\87\8dñH~[ß\9f¶í èüô±9\86]õöOË®"ÒÿºþÙ±+M~YÙ[\91Î\8f%nìØÕ\1e»_ì\a8¿+vòÎÚö/ßsÇ\ e¶~KÛNrÛ\7fk{|á\1fxû`c£ þ\94í¿%nõì?\1fû¤êÿû¶A³çom\83zçÏ\13¯V\89ÿ¼ì\f\9d\9fÞv/Tßõ²\7f\1d;ñÈ~\f\8c½òH\7f\8f\8cí\ eÒþéØ¡hþÛ\ÛÕ\10\11ÿôØ5$È?½íTÒì_\ f;ëñ\8f®\9f\91ü鱫µ-êë\7fV6\17&åÇè·GöwOüz\12>\ 5Ñÿéµm\9e\8d\7fâ\ 2í¿ ¿-ñkÖ\7f2zh¿õÄ\19\8fì·\92xmØ×Ãý\a(?Ãm\97û÷\1f'ÎÆä\81ÿ 'Îîc·ßþÃwzýíeÇÞÀúzÛ\9d\8cÖ\ f\9b\1d;kéÛ·\13öö³·Mnõ\7fûöó²ò\ 4;CþÛ¦\8f\1d[\8b´\7fdÿ¿°Ã\r}\7f\10âW\eû\9d$ùáë¯Òú\8c\7f\99Â?\8eý!þéò\93\93Â\7fæ¿ï\89g\8aÿ¾w§Ç©c5þ)ßË.7ùíÁÌG\99,»¬Ñ{¹O[¥\993µìàB¯7}ª\99\eÓë×´áÞú\14}¨Më.ìÓ3\8fjÙÒ\99~ ó¨\96-]èõ¡muhsÿûIÓ.\8b\9eË}Úd\17½ë\9c_\17½+½´g\82þÔ´á\v½Þ4:£ë££?\96y¶{¡3C+\Y\91üÉ/on­Þ\7f\99+[´²É\9eüò¡ipÿzÙ"Ô\1f\ 3e\8b\8b&¿¼l\12Ý\9f\81²E¨¿\ 6Ê\16\1d\92ß\81¦Ë^\93\1f\8a^Ö¦½³òke\93½õ)ÿ#¼ÿ:z\e5ýO\87f¥wÙÔùþ´\993Tþ²\93ä\8f\ f\9d\87߯7}/hý\ 1ôr\85ç7Ü´ª\7f\7f\19zXÀþ\a\86¦m^ú~\1a½/È~\r\f-¯e\ f\17zY~\ 2Ô\1f\ 3\99C®<\92\9fà5ÿ\8b¢'µkLO~xÙ$Òß\ 3çW\9bÎôô\ f\84üÓ\9b>'¸¾>´\rû?Bå\81¡wI\92\1fÞt\1cúO\ 3e\97Q<?F¯Å\1ftÿµéÔ¬ÿ¾£o\9aÿEÐÇ\rÉ\8f\9ey\12\17D¯g\9eD1~¢è\83\87á£ÞtÚk÷\97~\7f@÷GÏ<Ý\9b~+ñ\13\1fú\1eDùaM¿Õø\99\95=¢õÛïçM»Õý3ô\ eí\7f s¬hñ?/ÛÜ\1eù\1fÖ´»ï?\12þ\ezßá?=\7fÑÿà\99s\9aýaç\97\16U\7f\91Ì7Qÿ°×ÇäàùËm\83\92¡ÿçøU\8eß,s®v?áá\evßÌ{=\91ëÞ[-\9b¸¬®Cw\19m~ óÍ\83åõ\96GÎbß¼L¶,\83û×3\87<bß@æ\99Ù\9eóéé\ 3Ç\82*<\ 4;±Øù¼þ@Ã÷\ 5I\9f^uZ\a~_ö/¿<ì-Ï\1e\9d_Z¥ó£û7ÛÕÙ\7f¯eZ\8f\7f¼å\19úþ\81\81\85uàwïúó\81yNú~Úð¾v\ìi/\8eý!ý1\90y¸!þ£Ø©\83ÝMªÏ\ 3»ëèO\8eýAý¥gîùE\94_R5éWIÿRìMÔ?½\96g½ýsì\ eê\ f\1d»\8dÚýá\rë\9féo\9f\9eéo\9f\91ü\r\ 5ò_¯Z­\ 3ÿfõ÷Þrí\89þöë*Ú\1frþPÿ\f\9c¿ùÎ\9dó§\99s\v<?½á»½]tè)öà´ó§-«jÕZÏÿá\99{Úú4óËCùÓùï\91ý\1aà\9fa\8f]þ±ªW$?zì\13¢zþ\ 4û\8aÈþ¡\81¿¤å[ª\99'çý7ßÿ¾màü2:ÿ$7|\ eÐÿÒío\80þ\97n\7fC)\8fìWX5ù¥Øß\8a¾_É}°ª[-úäØ%²\9fºÿ\16¡þÒ\a\16\1dØåy}\19»\8f\ e\9e\9f^õê\9fÙ\ fk\155ë?ì\99\83\87\18\90ü\rT]Ö®?\97ýëØ_ÜDýIö\9f´ýSì-#ú\ 1ì»hø\ 1Å\1eWÍÿ¥ò·"ÿq êzEñóÀý\85úc\0»ß´ø\9dc\87(~×[Ö\1eØá¤þM0~Óýo\v¿ã\áßV½Ç\13¹î½lQZ\9dVÝn`u\ 57®ØW\1dv¿û ÷y\1f\f{¬±C\9cË:wuXÛ\85^Ïûª\1dÛ.߯\8f+°ª\93.ÿÈ÷×\8e\v½ïçã\122:~¹ã\85\8bh}dûâåü\97J_c\87\97\ fé\8e¬Ó¢wü3Û1)¾6n¡ÿý\8c\1e®¯w¬«\1d_úçÇ°K$¿\ 3ãFJ\98¤¯ç¿jçOÏo\85ò'ÇN®¶+>Óë±ÓQµÛÕ\9e\ 4»°¼\9dÎùѼ¯¥f½Ç<\97÷UÛ\9d÷øϱË\8cô\8f\9e÷åÑúí÷³¬\7f_;F\9déõª\11\1fÞ³\86ÎôzÕ\88\ f\eZ\7f ï/\82õõ¬ÿ\1d;léõª\11o¾o\9c«\1añV5sZ_¯\1añV5ÓÙ?«ÚرGÀ?¹jd¯\1a\87¯_¤õ)ÿV$¿zÕÈÞ1O\91\1fúýµÝzÿþð¼CEþyÞaBß/ùOï¼Atþ\9bìÿíy\8bíú^\88½÷V;ñ]6üÞ@þtñØ@s\0mÙß»ìÝZæ\85ø½ì}\93\13\7f\82\ 5ß\93\ e`\88\9a\ 1âô\9a\ 3Â[î¡\0``ZdBß?\0~fä\0\f\80·Y\8d\7fXË=Ä\7f½åÛ\91¸Øu ø´Lí\ 2\90y'ky¦@6¤\0Z\ 5Â\14@\\90\ 1l\15\0\ 3\9fãÞò·9\7fßÈ\ fsÀvðPsÀ®÷÷­\11¢C\ eÀ\ 6ÀÓ¶mÆ\17øç,\80ø®?Ü"ô,5ô0Á\1f\0\1a\80ü@X\80\ 6sK[9Ø\1cA­\\r\19°ð\15Ù+;Øuè\9eüØî m\1dÂgN@\1d¤\97\ e\83I\1d\10Syt\87\9c\7f{Àí\ 6Q,y\12\ 5\ 1\ 3\0ê\8aø×\82(hæÏ\17ý\ 6¿_~ÀO0\bSZo\18\80\88@\9c¶õ\0\a\10\17      \ 4â\0b\90øÏtXrÛ#\1dV\a®\86\90§T\98\85ð!Íi0K}¿Ð\83ëCè\v¤\17|Ðê\ 3î ä\9b\ 1á\9b\ fè\16Ù\b93"'\ ejC¯Þ(dEÁN\9f\90À °\fÆ\8a¢\86ûì_\8a\82X\ 6P¸Ï\9eí¢\90\9dõi\ 6¥Uß\9cèõ\f\ 2\eù|¦\1f\18zjÕ7a4{¼¢`ֻ뼾ü\ 2èÌ\89\r½ìq\96\81\18¥ýÓ\f¾:òýÂ\7f=\83¯ ù\eé\1d¸¡ï\97_\80\9d\9f××QäC\ 5Í\rýqö\825yþ6ôµwþ\14ÅZ\92Ä\7f\8bäO\97\9f=\ 3ñ\89üx¨¿\ 6æ&xM~8
+X\1eé\ f\1fÑùéÝ'<Ô\1fz\10nC[gõ\97Ï\88ÿzõ\9eÏh}Ôû\93Ì}°\17ô0W}á×gúó¨\1e\9eåß\16%þQ\14~Cöw zvAë\ fÌ-p\9aý¢ \96ÓÎ\9fg\0>³ßÁ2h\86Ïï\92Áw^_Π>2øÎò;лOÕ\7fdÿq\95öÏ{÷!û9л/!ÿm¤w\1f²\1f#½û4þQùÉÈ~\fô~,\9aý§û¯s·úòO@Ô\15é\8f\ 1\10u\83úOÏ µ\fÀnüA2à\16t\7fuý½Ï{ÐÎ\8f\r\8dM\88ÿúÐXèÿ êC²\7f\ fýWÐ}\89\00~\ 3û\1f¨\1e\rÈ\7f\1cÈ`³
+\8e\8eþ¡\0ZÔî\ f\9d{\92 ÿ,ÛÏ\98Ðú\ 3ß\9f¡ÿ¨÷Þ+Ðþé\19\94\ 5ÆÏz\ 6\1fö\9ftùYÑú\ 3\0\9fôî'iA÷O¯\9fÝ«\8f\9fÈ_\82ñ\93.\7f6·£ïÿcÿÃ\8eÏÍ\8d½±Þ7~nêM\9dø{&×\9d\ fËÀñs3o\9c\81¿~næ\8d3ð·³>Å\ eêÌÈ\1e÷xçÀ\0Ö×Á_g௻\9f¹Fùç\93Ä?:7ÅúÖ\9eéõêqÃþüýÌ\1a\9a\ 1\16Ñù\rÌ\1cMH~\ 62ðR\92Ä\9fc\87\9bÄ\7f\8a}et\7f\ 6°¯\82ø¯Ï=82\0Ïô:v\fµÏÀÌgK`ös3\9b\8e¹\e\9dûGg^.\19¬\8f:§°\f¾g÷ïÀÞ&ï\9f÷Ïî\9f\ f\88ÿºïé£vÿhõ²Ýÿ\8eñ£ü\87÷\7f\80ÿ\96ÀÒå?Á\1e-\ 3¸sÿ(öZÐùë¾\8f\87÷\7fàû×\87ò·jòG«\7fñý×3ð¬\82áÌ?9ö
+\v:ÿÖþpì\réÏ\11ì\rÊ\9f\9e\90ý\19H óH~':÷uÎ\8fwî{f?B\84ë\8fwîëð¿Û¹ïL?й/?º\7fÁ\92O&õ\7f°Ø·£ÿiõp©\19\9cçû#Ï\1d
+kM_ò®\93<Īo!ÿôê[«¿êø\ f\ 6ò\1f\ 6:¿Áø§=?:·\ 2Æ/íÜ
+ÞùOÓß4ö÷ªÿÆ:÷-\92üQì(<»?1j÷\87WÏÂõuþ'd?ô·\9f\1fôü\f{ïø/ù\eå\89¾ ýë\16\0¾â\12²híC^\82tWBÖn`û:\92={­u _a½\8cþmÏ,XÜ\9eY°£÷Þ¤\ 5;zïMZ°ä\9eY°£~¶s\ 3\96寽<±û\14þ6ûê+\7f­\ 6`u\0\9a\9d?\98Z\8f-\80=\9e\9cèQ\0IÈ7@®t_3ü\vm\7f\0¿±äÅ3½\1c¿8ëÞr¦×ñ/ëÞÒe\1fÁ\7f¬së\99\1eä\ e\85æû¿ð?«`=ï_Ç\1f\12¢Gñ\e£/\12\9dªUç\97ýë\15Ä\19­¯W0îsc¿ü·\97\1cÎ$\9fî¹_ïÛû}}=ûô¥òëù\97¹ôS·U\aòò\ 3\92\aúþ\81\84vàÀó+Q`~A\1a\f& vÊH»\87Ð)#\9dT"G\19iW\89tÊH;BHA\0¨\ 4ô\a¸½\8c\14ÐË\ fp\a\885y\89}\84üÓA´\84Ö\1fI [%%L×7\10«³>§ßÄý\13\10²DÉ\bt\13ÀºßOÎ\7f\9f%\90eñþ1\10
+í_\7f\ 4ÙË0µó# \8aU1u\9c\0
+\82ùUú~^E©\19A\1aÄ[\ 2WÇ       ãU\94A\94_ÒB/!ý7ÐBÏ\86?wøÏ«(=\92\7f}xpFNÜ\0ÿ
+r¢t'doû­Ø?\9e@\85䧽?¼\ 5Û3'~¯¢Tä\9f·@Cû\1fi\81\16D'\1e'ðFg÷7Ý&ðò\ 4&tÿ\ 6Zp\ 5Õþ\90ï\8fÚ÷Ó\ 4°¤Ý\1fº~Bç?0|6#ý=\0âe¤\7f\a@¬¢\ 6!äûW-\88â     L\9aÿD\13ð`\f¯<\ 2Õñ\ 1ö\88|\96\7f°>£Ï\12=O Òì\ f\87pÐýCüÃ÷·& ù-u®ïm\ 2Ò\99\O¡Ù\ 2X]\9f]Y\ 1\98\0\0±¼c\87\v½ü\0âÜ»\85È\85yúàVW_ðö\97Ð\99É­\96ÁsÞÀx\ 6Ï\85\ 1úìÔ\88¤G\aÐö\f\1eåüy\ 6O\ 6\a¨'°¹\fù7P½\87äwdö§\9d¿¿í¡G÷_\8a´\7fÞ\ 3l\ 1ç?0»µ\ 2°=ù¡\bØ\8a.°n|,\83èB?Pý·IßÏ«ÿ¢(?8xð\vT\9fz\ f³
+þôï/   ¾kð×S\80\1cüÑÎ\9fÒ\a$\7f\ 3\19\ 5Ï~\7ff\8c¯¯\bò¬þ3ð§wÿùü\ 1ÿHÿX\ 6Ó¬þ±Ù£=ýCÁ\93Ú¾¢wÿèþ\8b\7f*¿µ\ 1kO~Yðå7h\7fäê\17\ f\1d\90\81\f\84\ 5\9d¿.?æôõÖgß\1f\1c²ßzðiÕ\7f½óçýûáý\ 1ö\e\aoú»Ü> ³àk\a\9fÚûß\ 6_\94ÿÐÿ\198ÿ\88ìÇH\v.tÿ\90þfà\13òÿôà5d¤?[þñþûP~ô\f²¢Ú\1fòý«¦¿øìP$¿\ 3\19d\e\_Ï Û\90þlý\7fÞBË\ 2\18?õø\14\17$?:ø\e¡þ\19\0\1f\1c
\ 6Ú'y¤ÿ\afOz-þ`þK\föý=ÿ\85|\7fÐÂo^ý\17\1eÅO1>\8b?bÒâ\ fº~Òüo\ eÞ=\83\18ÿÑï/H\7f\ edp\15(\7fz\ 6\9e\88þPðtEç¯W\1fÇMóÿyþ\16¼ÿÍúÌÿIÐÿÒý\1fË\9fêó\9fÍ.-\87ÿ}\a¾³ï7÷·\1eãèõ­Ók.äÂí©äoäÙ\97õ6xè$_\9dW×}_W\81ÛÞî)vV\1f^ÎôÎéàŲ!îË\99\aÎED?P~¸I\fì\95\ f\17ú\8fZë1¸¾<¸×\ 5\7fÈϽð\13þGt\80\ 3éSuxàeÿzùbí=y¡\97_.\ÍÜ8Óë\83Ç]\86ò30À`\95¾\9f\ f/Eô\ 3é\8b5{÷B¯\83×ëìþ\r<\%íÉ\a\bxi}
+\9e,Eºÿ4óÈAþÉÁÇ\9eù¥È\ f/_t\8fÎÏ\a\8d\7f¨\7f÷»|1C\ 5.çoú\9aúq¹\80\ 3©_è\ 2\ fL¯Mh}ÅûµäÃüN>Ü5è]ú4\eßç3²\0E\b_,w\vi`ýíßÆ\87ö$\80Y ËýêY Þ|¬Lº\10\17ø°c\81)üZsÇz\1e\14Í\9dYÞ      ¼g\vª'ð\86å\9dÀ{Þ¿\9eÀ\e,üÞ\v¹f\12xm~èõ\aä\ 6²Á\ 2ðË\ f\b\130­ÿ\97\ 3,\ 4\1d°ógldðk\a\ 1Ê°l\85m\84\8añ"DE   Q\b6¡ @¿C!!/p\0\ 2ÍÈ\8aéù«Aöb\bÿ\8afE9\84\bc0½\81\19ÔA\ 3\10píáÒóB\99\r\88\v2Bº\r8 ¼I\e\10\9dæ\85ó\ 6^P~t\bËkA0\87\10\91\13 Û\0Ë\7f\9bµ\ 1±\8eA\9aµ\ 1;\84÷Ä\ 6Ä\14\9eÙ\80½\83×#\e\10\8f8¨³\ 3:\ 5!#\16\8eLA(¹òp¹-dæ9p(\92Ô=ñ\88ý\18¹\10,B\1dÒê°Þ\18ÐYO>\11(FÞ@ªIð³F 9¨\ 4@"Ø}\eÿÙKXË }\9e+¤ªmü÷^¾OÚø_éGÛøw×g\17p\87â¾Ø\97Óý\ 5du 6KôÌÀ\15ä\11\12(ª&A\9f7ÐBQ\14Êóõ\ 2åû$d\ eÅ¡ýë£\88\9c½cwè9\14V½à\13½\97G\11¹\98\ 1½>\8ah\9få  èåQD{'.p\81ô)\10{%¼o¾_\1eEär\ 2\ 2<RIé\1f)\0\eÈK1ÃÓ\1f\ f\ f³Q\1e[¬<\98¬¤Üñ<å\108\9e\97À%\1a¨dt\vR\ 2òc°w\15ÍÈs\99ä{;1mÿ¬\15\7f\97géxKF>ÓëÉdAS¢\14\r
++X\1fE\ 2\84Þ\92y:ô´\15~L\92\11áÉ\80Qâ_o\94Àeÿ\ 3\95 Y\92\1f\9eÌ\aù§'ó\1dJì¾\12\94¢ik8ø?\95̸n\92üñdBt~è1ù~\14@\9fÿ¤\95½½\a\aA2\ e'h´\12Ö\92\ 1£¤ÿ(\92äÑý\1dhe_G\19õ\9c º¾½'Lê¯\ 3    ìð¯\9b\fع?\94ÿI³?4\99/¡ó\1fH\86Ì\1aÿèùeÍ    ¦Épö\1a\17Þ£Î\95¤\97ó\93ý\87°jú\93ò\7fCòÛò\9f&\93-Úýç­üµûÇ\91<ÿÈÿ\88ö\1eÙñ?èú\1eño \99ÈÃõõJÐ\80ô÷@2YØ&￵â\7fv\7fb\9a½?\96L\87Ö×ó)bFò§\97"Æ¢ñ\9fÒ¯P\7f\ eT²&Ä?¹\123nh}½\1a1n(\b\11ÙK\80=dÄS.\9ePH_\vI«ôÆûTd&=µ\8cþ²º>\aÑ*±â}&"Ï&[ÑöõJºÚ\vöB¯#0Nû~\9a\fd\99ÌçõõJ:sÞâ}&#G \16éûi2T@ç7\90\f\15Õïg\bX\94øÏ\11¬\0è\af $t}\ 6\92ù\8aÆ\7f\11ñ\7f@~Ê*É\ fýþ\15Þ_Ùùu¦<ã}&0s\9e\9c\ 5oq.\13ß/\88ÿzðd½è{û§à\81\83ò/ë/ï\90ü\ eTÂ:M\7fRþy¤?\aæ`Z%ÙäýñVIÑÕß,\97\fYO=\13ÿ¨$=Ñë\99øG%iÇþñ6dY´?D~³vÿ¨üdè>\bòkà\93\97Ö§à\8dUB\9cåOOæÜ´óç\95¤èüGRÑ4ûAÓ\80j/ü\9eü0ð3Ô^Ô\17ý©Ïá3ðiÒ\7f\bu\ e\7f`m̶G÷ÿ¨$íê\7fÖ\ 6\rÊÿ@%*úþ\ 1ð*Bû£Wò\8aú§\9bF6)ÿG\1aYGþ)}AüÓÛ\b\86²=ò\9fÃ\8aüÏ\ 1ù\87á\97î?\1f\95¤\93þsØÐýQæHÖç¿\1d}úzþ{)\90»\f\86ÞE\a\15\80<ÈÚ\9aáÏ^àè\91\ 1\19h\ 6\ f\ 3(\84\9e$\8c^\ 5t\80«þý¢\ 3CûØA\a¦5 \14½LF\7fï\80Ó<@¬\0ôRĬ\ 5à4\ fï\15\80}¡/ñ¾\94\9a\8e\ 5: z\1f¼µ\88
+\88Èï\ 6\r\88\1f7¸¾üúz\94bvÏ\ f\7f\7f²^^\93\ 1h\82\ 1\94þz\99\1c2 -z×k\85ï_\8eÈ\9dþ£)déM\1e¾wâ×3HÌ}\rn2\85,Cz9\85ÌÕI\b×\1fÐ\r\88[
+` È\1fá¿à¼ö\v| cE`ýý@Gö\ 2´§\91\80Ó!ê/pÎÚ     \9cè\a@L{Á\b÷\ 3Ex;º\r­¯\ f\17\8cp?\90\84\83h    ¬¯\aA.#þ\rT´Ö^Úçó\1fH#¬½°/ü\93\aÊ\1d Ú\99\7fò\v¦\rt¼|¿ü\82é6/É/\1fÈ\88¾\7f \1d\99¥\ 1wöß\eèØ\93\7f
+\ 2X;µÎùQ\10À#ùmï/\ 5\81,\83¢#¿¼"ÓIüã\ 3%³t~w \98Bßm§6¬ÿ~\ 6ÁÀùé³\b\f\ 4\vyüF\8fÎ_o\87é­\9dRwÿ\8c>Iô\94ÿ\ 5êÿ\81\f,¤?\ 6\15Ê¿ü\88`\ 3){ßOA\80\ 5Ùo} èÑέ£¿y\ 6X\8d¡|o\9a8\e\b\89ø?PKW{\81_ø'¬_¿\1fú/z\f\1f\ 2Òß\ 3 \9c="vöOÛéEh\7fõvdI³ÿ\14\ 4Jèþ\r\f4Ìðþ뵬E³¿Ô\ 3\ fu¢P/\bâ)\ª\ 3D\ e\0:@\ 3\ 2´A\ 3¤\83@\8bj\80      \bT\9b\91\9fé\a@ ç%\ 1¤ \90C
+`\0\ 4ò\9a\ 2£ P@ü\1f\0\81¬\1fv\87ÿ\14\ 4\8a\8b\14\0Òbܸ"\aZ/Æ\85\ 1Ð@1nÖ\f\0\aá\90ü\r\14ãfÍ\81 )t\86âw\14`+ÿ\ 6ÂmG\0\8fÛPìUS`´\1aw\v\8f`\9ch=mfq\9ct\84`\93@N²*\98i g/Æ|\ 4Ã\1cÕ\98\9d[ÈÊy\r\89seª\9a×\80Xw\9fÆÊ@\94­ú@®\97\85\89\ 6W\97+i\9d¹°n4\89ÙòðV°ý\81RÞ½+\9a²\ 1\9aÈd]ÑÜ}\16&G\ 1}}\88r÷3Ii-_¨Wø´\81\81Z¾P¯°\9b\8b\11þ\80\8eÅÆMÛ\ 1çaJ\80\87CX¬Utö~ᮤóK     ¸ñlØÍ¿±¸V\v¼¤S\ 6\9cÀݧss0n\93.\ 2\ 5\ 37t\13[_\98\82\19ö Ó¹H¼\9c2Kûçå\90\15Ìp§¢p§O\ 64gôÌ\80\81É\96\9a*ä)iè\0FRÒÐúz\7fÆ£\1eò¼þ@=c\rFÜ}=#\15 ä$CÈѼ\8c\ 4POiLè\ 2é)Ù>k\96\88¢\99y\ 5߯ ¡\95ÿ\86¦¹Éz`\eÎ2iI\8fîfÃ
+ ~¿¥Ôv\14\10O©[Áþ\a\82ñ\ 5\ 14\aº2\ 3h\8eÓ\±nJ[W\7f04n\93î\1fEs þ\19\1f\11=BsIg«\88øß\ 6³¼\1e2¢ï×\87\v@ý1\80\86fMþZýkôPþu4º\ 4IþhJZAë\ fÔÓB\ah %qE\ eÄ@=-\8c¤ô\ 6Ó\11;@òkR´\8c\94\8eüÑz>\18      \rÔó9t\7f\ 6ºByx\7fdù92Úºû'`V@úK\1fn\12\7f\ 3õ\986\9c®ã?r0\ eù/\ 3Íõ3\92¿\110Mó\9føp\ 3\14I\8f\80iéð\1fïÀ4*?Ð\7f\19\90ÿ\15"\ 1z=ë¦úOl¸\80vÿÙù¥\ 5î\1fð\8f55ó`ÿE®ç>\86\13LÚÿ:\18Ö/÷   µÌ}´Ñ:Ë}>/\93\1e;¼e4\9fº¢p\eX} 7ù\82\96\1fè­nº¿³}\9aId\99(K/\e\92ô¶÷\11|¿®»\8eÁ¤Ë\6îÑЬ˿Îl\80å>\9bµ;\e ³~w6Àr\9f\rÚ\9d\rp\96þñÙ\0çï\1f\98\r°MÊï%\93m¹Ï\ 6æ\83IÑù\8fÌ\16(Ïîï¦Ê\1f\fÒ÷óÁ¢pÿ²î?2áÎ÷WÖýG&\çûiìî\91þÒ\95¿\87úC×þ;öõD~ö,þ'òã#Z\7f@~¬)nG~8vå\9f\9d_.\92ý òW ÿôÙ\146ت£¿èùY9gçü¨ül\88\7fz9ýQÎ9i\7fÂ\82î¯>X7\88þ\a{=     ®&2\9cõ\87ÜKä\18\fz^_n&\12¼æ\7fñ^^IÔ\9f\ 4;
+Úýãå\98ªþîôòêÞ\7f\96I¦ú\7f¬\9c\12ño¤\1c\12Éß\0ö\aïoë\7fRìlEþ[\8b\9dÑóÛ þÒ±+\9bìÑý~\12{/èûõLà¸@ý-g2G÷L\7fE¯é/Þ\8b+Iûç]ù\91þhùÇ\13É üëØ\9dè\7fðD²úz½\8c\ ef5ì
+éß\81Á\9e\9f\1c;Cñ\8bþv\11\1fÆ/q:~±Á\9c\88~\ 4{\82ñ§\8e=­Úþi"æ\ 6ãG}°å\82äW\7f{KîYü}`O\93çW±'·Í\8d¦«\9dÜ.äz/3´º\92\ 6}\9elyY^¾|6Ùò²¾ððm9\\e ×\1fn]í%t¡\97\85ÇUÀñòýòí«#a.ëë½¼Â\e¼¹¬?Ð\v­HÒGÏ?¢ýëÎ\87«\ f\1f=þsð       ÉßÀdÖ\84äg@~3úþ\91^hþÑíß»é?¹þ\ 6^õî?Ý?Ô\1f\ 3ào-ÆîÉ//Ãtàû\azQ-\88\7f\ 3e\88\15¼êñ\8f9O;xµ;OûL\82\99©öÞ?\93\1fëE6+?6\18³÷ýìáÍ\12·öï¿\7fxcs-áþõÄ£¤Ù?
+>%M~éùeõþ0ð\féÏ\81Ä©\ 2í·>\17´&^LËß
\87.\7f+Z\7f$q¬ ó\93Á»°¨û'Á÷²\8aú\8f\80\1f\9fhâO}|ë}?/Ã\8c\8fî\8f%nõì?/ÃDþ\17*C%ç\aõ\a\98¬Îë\185\a\80¢G                \80^G\1er|äÀ\84\f\r \9c9±gn)
+\9cgN=s`\83è\80ð2HÕ\80\90Ì\9deyt\81­\f\81\vòOn&kèÙÙ\ 1Ñ\9bÉFè\80èÍd÷\99\94Êþ)ú\13´\0\84£_È\80ê\ 1\90\9f\r\80\14 \95\9f\88\14`+?´\13{\1dgvq Áë\89'\99[èü\9dÓG1\14Í\83¦ð[\81
+PNý\8eå\19\82\10\ 2°VüÏ\10\84¸=C\10Òâ\1e\84#(Y\ 1ïðÛ\13\ f$9Í\ 3¼IýúZ¾Ìe¾×Ô¯3¹þøTÇYöVgák\85N/«ëM j\r¿+½²\19\82^Õ§\9bËöõÔ)gëÏ¥-ºÚÈ®¿>A\1fjÙÔ\99^÷>]}º¹Ðëè£\19\9fÎú\14}\89\88\7f\ 3èQm\0x¡×Ñ£¤\9e\1fAO\13º=\ 3\9düs\90®\ f\95\9f¼IòC;ñ×\1aþËýÑS÷Öå\19ÿÖ\88ö\ fê\7fYêÚ&É\ f\9fd\0ù/ß?¿ ù\19H½Z\90ü\f¤^9tÿ\aRgjÙæ¬üîèÝ\13ãã=Z\7f \89TÐÎ\8f\96ý\85"Ê?ùþ:Éd\ÿ\19½v\7fyÙf@ç7P¶Y$ùá\93\ 4\9c´>O}ÓøÇÇ`.\93òsAÿ:ßO÷¿jú\9b¢ÿæ;\9fè\aÐÿZöÙó\9f(ú¸¡ó×ý\97°Àû߬Ï^\ fÂònâz¾\7fzêEpêýgè#Ò?\ 3\9dÜ=\_G_=:ÿ\ 1ô5@ÿU\1f#\1aµóãc,\91ýGMHÉ÷'íû»àaWÿ±²QÈ?ýü
\7fBÙZm"¸\1aýä\18Ù\15Ýß\811²8|\e\83þ\83\ e^-H~\ 6À«E;\7f\ e~jü£à\95Cöw\ 4üÔì?å\9fÏ\8fì\97\95\8döå\87`?\ 1Å\8f\ 3©\8b\11ù¯zß\92\ 3<ìÜ\1f\9az\98TûIø\97TýËRï4ûÁSï\90ÿ22HÁKö\97¦Þ\15xþzÙó\9aDÿ      §\1eïc<\81üê=\b7\84_èmgÒ¢Ý\7f\8e]¢øUÇO\92Cû×S_­{[ïü{Øc5ãîÇ\9a\11¹pz\15\97÷D®\83Wµ}_\7fó\ 4»°³?ÓëØ\8f{Æ<W[\9eô¸Ç\a TÙ9Ñ·¾\e/\eõ\80~ l3:t|r\ 3og/ßçõõÌ­\84ößÞ=Ê¿:½Ç?:À"×Øç\15Cßë^¿ZöuY_î?ê
+Ú¿^ötdÞuÏ\9fõl[¥óãSD\8dÞÝÚ~\8a\1d,P}È-'l
+h\8fÿ4vwP~\a¦\90nHÿè\rø\r»ëè\8fnæÝ\99~<ónR\7fø\80ôßÀ\0\83Z6Öã\1f\95\9f\84Î\7f\0\vøþ\81̳\8cäw\80ÿ\ 5­¯÷\1fö\ 5Þ_]~W¤¿\ 6°Ë\15Ù¯\81ÌC{;è|?ϼ\83ü×±cÙÿ \89CK\9c\94\9f\9f\14ýÇ3ïÔï'\99wN³?´lÖ\87j?OúW.\9b5ß5\9e\9eÝåªÙÚðæL>P¶R\857Þ?úÓ²\vs>ã\Ò\84«ýj.ô\ 3Îç
+¸7Ðs£õ\aF¨×~{\17z\10\87ë(}?å\7f@Çßò\9fÒG\8d\9e;¯«´\7f\81äg ìÄ\9cÏx\9f5F¿¿$éû©óW\87\r\9cg\80\1fWûm^¾_Oü¨=K¦ï¯9¯Ýóg\r\7fÑù\ fôËuèü\ 6\9c\17\87Ö\1fx83ç3Þ'mñ²\11m}ê|\ 4M~éþ\ 3Òß\ 3\ f\97\16üvøÏ\1f\9e7i}\9ax`Àç\99\17\9b\91õ\1c)\e\1fH\(hÿ\ 3ÎW\81ök`ú\95¦?iðµBû¥'.l\9aþ£\ fGöð2iÿ÷\87[eÿôáÈ\82çÎýã#ì\91þ\1dè\97j\ f¿\93÷?x\8d\7f¼ßp~¤\7f\ 3ô_tý\e\ 2\94¿\81~ÁèþéàGHèüuû\e\92f\7fùÃ1Ò¿\ 3=cjÏ\84\9eüSþ\17M\7fRþ­*ÿØÃq\10õ7    þVä¿(ú×\1e\8eëù\85\r9ÿmÖÿ©\ fW\vº\7f\ 3\ fWnÖ\7f1ú"ê\7f²\7f\ fý\17¹çV¬ÓGgõÇ^uòD\7fÄ\88äw _o\84úS\7føKH\7fëàÃQurÞ¿\f>\1cU'gz!ñÝ\1e~¡ÿ§\7f\7fÑð\a\9aø\80õ\8fl¿¬çJOþ¨üoÈÿ\1a¸¿\9bæ?ó\87_è?\vëÿ<¹KÑ\7fìû\93ÓôW¯g\8b\9fË»·\9e-þþÙ\9fYßZér!\97\8do\9d\1c{!×±'\ 3N;\1f\17+yö½¤\ 5òpgÀé\89~ ß¯_\0ý\0vaE#þ>é\81b?!<:>W'W÷ίûð{¢×ûµY¿àéõ\93¶>\95\9f\f×\97}?\97Wéü)}A×o èªØý¹/º¢Ø\17Ô\1e\ 3Ø'¾ÿúýÛ6@\8ff\1d0ì-I÷\87b\ f\ eÊ¿^4Pû}öä\97ϪRõ\aþ4þSìÆ°ó3½\1c;xK\1aô÷³\ ex¿àíÙù%$?\ 3ç\975ûÅgU\99ý\98,Z±¢­óýÓ÷¿jú\9bO~_Dù%Øí\86ì'z¸'\89\ 3\eÒ\9f\ 3ØÅ\82Ö\1fÀ.,é¸#\7f´hÂÕ¤M?Y4á5þsì
+}¿\9e8\13 þQfMm\9fy_ÿå?\84åúýE~ø\ f\119¿\ 3³¦bBü\93\8b\16\8f¢\89\8eÿIé³FO±\9f\8cü_ýí3\14Õ~\13þ¯h}ýí,¬È~\fÌ\8a3쨫ÿHÒ6¼ÿʬ±\9a´now\1dÿ\89÷\v\86öG~û\8e^;ÿ^¿ßËùéE\ f\ 1Þ\9f\81~¿È~ëoG1jçGù\17µø\8f÷ûUí\17ë÷[&ù_ùgØÓ°þ1ì©HçÇ\8b\ e\9ch¿XÃ\11h¿tù\87ú§\95\7f\8a=ZîÀdüu`W]z"?\e\8a?\afåÁøgdV\96&¿\8cÿ     ú?\ 3Ø\9bå.Lê\9fäàýýþý%\7fÆ·\fïÿuù\8a\7fZ>ã\8e\81-\9fkÊ_hLú6³\1a\8cÜuùz\rvÁ¶Ö\ 3î{ú\9as\8d\eÕ6.zÿŬX}I5zaöù{}\e\9b\ 1\ füàë\a¼7`\84×\1f\10\1c\81º\ 3KB»ü\0°Ä\ 1²ÐÕÎÕ×\1f\10®bý\ 1ïà\ f\bs\9fí\a\ 1\90\88D\98h\15À=&¶·ñeEý{ú\17Ú\81\10\ eÛ\ fÔOx¹%áçéï\1eø³W}\y\101\13\ 1 w=ÆÊ\ 3\ 3ô.? d£Ô\1fHp\aA\17e3©½Sx{p\80\au~íu\aà.\ocÝA\86¢\1c@F\ f¹Î\ 5^¦ ß\85\82/\93àW½5õÑ\fæ%Hnùy\aB+·÷\9ev`°ÄF\12Cs\99ò7Ò\13\137,\aÀ4\12\85\82\95j«PÚSx_¦}\86\ 4¸LA¨è|ïÀ/X\ e\84i\1aõ\a\9c¬Ò°B±qd]\85ÂîÂ\91\eØ»\vì\14¼U5\8f\9f\ 1¢\13\81> <\b"\ f\98NôOu¢Wuâ{Ãà\aêT\92ë)\bnvý\84\84ï\ 2pP\88\1cä0«\13ë)\94E½LD\ e
+<F¤\13\89\1c¬¢q¥¢¼bÿ@ÖÊG\7fèq­\åÀ^KÎ?\10\ 1ÜF>a\83¦-\ 2\ f\ 5\e×`µ
+=ãÊv°'\e\aÁ\89ú\80î\0ëÄ\96\aü\a \13ÛO`¶q¯v\91l#z5ø:\ 5\8f\8f±q0h½ÍËOüÚÁå\a\9aO`ÖùhVsù\ 1¹Õë\9et(í\80éÄ\101\ f\84Q\89õ\18\13\vàí7a9È\vº\v(x¿
+ÒÛÉ::Ö\~\0\84\9dW\85R\7fàå'"&
+\96É~ k; ¢¼:M\94é\ eVq\aô\aì\ 5êò\ 3\82\1f\80rÐV\8f±\1f8\1aßô~à\r\19µ¢\1c±\9fØ¢èì6F¬ÒZ_\99îÀc\1eÈá\7f\fØ?\10jèì\a°£)ûÊ1b\0B¨!~«\98=\r\ fè\ e\12¶LÀ[ÇÆ5¦\87Æ5&ø  ­ic\91kÄ¡o\12ððÊÄ\8c\86\89L¡ì]p\1eÅ\8d±@IDOº\84\aØOly@OaÅ\86\ 5\18W\8c\ 6Æ\r\8a2BEÉ\ eÔÐ\97\1dãÞ\vG\ 4¢0\13\13vót&&\12úÊÎv"¡/¸\8dWPx©ýxêÓØk'1ÿü      2\1cXûÁmÛ\89\ 3\ 2\96÷þ\80Ú\92ãL\8e\14\93k¬q&o½dv\80\eZ=     \9eI\ 5Äáê \9f
+A\8f\96·c³\95\9e\83\8c\9dC· õ\93\1cîî@>`¾\8e\86×\92èÞáq$9\ 3ÙA@2£ß$Ùkù_÷\1fÞnÝ\85^x\8f¨ë\aÄÿ\16\0¥øeDâ\87\ 2e\82ýÅ\82èå Ó@èËþe\eâª!>Óg9Fu5-¤·\7fÊ¿\8cä·å\1f\ 5_óûYí²\7fÙ\11q\15¬9Ó#\98\81á×Û¤þxÿeïgÔʯ\92VY×_Ñùµü£ò³¢ý#¬\8aÜß\9a\16×»¿\9c¾Hú\83ê¿\rî_ö#ý\82ø§?\80\18ðÝç\1f\ 3εóc!\9d¯%¡/6\ e¾~¼ÿâ}\92ä\8f~¿\87úK~\ 3³\92øqýÿæè\8e\99\97î?ªçGö\1fUûG°Þ\bõ\87\ eõ&d¿\a\90^¨ÿ\15ýkp;Òÿ(­\85ð/k÷\1f¥\85l_%ýëWZæùüQI\1a¹ÿ\ 5ñ¯µ\7fÌþøR\1eÙ\1f\83êgí\8fÇÞ³l\7füæ\1fÙ\9f\1dè\7fb\7f<ô¿õûg0ÿ¬ý    uüø¬ý   Ð\7f×í\8faü³öÇZ\ 2ÌÚ\9fàÑúºý1\80\7fÖþ\18¾?k\7fö´ì'ö'D-ö¥°r}\1d\18·?uý\84ÎOG\1fìm`Vÿ\87\ 4í\8f\8c\ 4\86\8cî\1fÊÆ"ß\9fÑþuý\eÊòHÿ\86\82ü\17]ÿ\86\15ù\ fºþ\r«æ\7fñõ¡þ\97õ¯\r\ 2\9dÖ¿\eò\7f\ 6ôï\86â\7f]ÿÆ\ 5î_Ç\91±þ\96õoÄø\8b|~Ñi÷\8f\18~3©\7fãË\7f\7f¢\7f­\97ÿ¬þÝÓòïåç¿üê\87_üÒ}¸\8f_ýÇ\ f/_ñEþ±;\7fõ?~õÇ=ãÛo¯\1fMåõÿüöã\1fþû\9f?þðûßüø§¿ýøÏ\1fÿú/¿üøË_ÿüÛÿû\9b\1f\7fûñ?ÿßÇ¿þûO¿ÿÃ\1f>~ý\ f¿ùõ?~üòóãß\7fÿãÿúñ¯?}üÓÇï~úé/ÿü\8b_üýï\7fÿüéw¿ÿÛç\9f~üé\17¿v%ÿÇ_ÿÇ\9fþÏ/þò·\9dîów?ýñ\ fÿøñ«ÿýÃ\7fýÕkwÿ\1f\1a\1e´(
+endstream
+endobj
+8 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 486 0 R
+/Name /Im1
+/Width 57
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95Ï1\ eà\f\ 5PW\1e2r\ 4ÎÐ1R¤Ü¬åH=\82\8f\92#dd@8À·[\89%*ËCBØÿ«ªR;\rÍf55õ\8b°Ê\90Þ\aÜO\18³Y`pë\9fNÿ}\9eÏ÷}¶\9f\91\v9Érÿ\94¥@Æ»<PPÈúзÏÔëÖóN\86yI#·[B\8f'±ÆahÉ»¬eØ\v®Ï×g»\0Pó©¥
+endstream
+endobj
+9 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 487 0 R
+/Name /Im2
+/Width 32
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM˱\rÀ \f\ 5ÑoQPz\ 3B\939X,\ 26É*\1e\85\11()\10\ e."qÒ+\ f<\81¢\95TÅMn¾»Î\8dÆ%4\93`\99R\91·bÔ\9cUàT~\ 2ì\97\10¸#ø\81Ç)\r¨6$\15ø\85\18ó{\7fÄÑ<\12
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 488 0 R
+/Name /Im3
+/Width 39
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccü#ÿ\80áÿ\9fÿ\7f\18þ\ 3\ 1\90xPß\0¤å\ f°ÿc\90\7fÀþ\87\81ÿ\ 3\90`ÿ\ 1'þÀ\bf0ñ\8f\ f\8a^°Qü? Æ\83-úÏ`\7f\80ýÿ\81ÿ\rì g°\83\1cÄ\ er\1aP      \ 3i\ 4Ð\v\18\84º^Ý|]\0¼¬a\84
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 489 0 R
+/Name /Im4
+/Width 19
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃð\1f        ñÿa`\1f ôÿÿ\ 38\126ªÛ(\ 6\0\81S?o
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 490 0 R
+/Name /Im5
+/Width 36
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmË¡\11\840\14\84áÍ "S\0"\bf(#Eá/tB+)%(ì\93\b\86½}\983g>óï¢\1a\ 1"¹!õÒ\91-\9bH/\97\88·\82\88M\ 4\bü\18(\8a\b<5¹}ì\8fìã²\89ê\10ÿH^\9d6>(}¥%\1e´ÈFS®6O\9f\ 2ålEd
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 491 0 R
+/Name /Im6
+/Width 30
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Í¡\11\800\f\ 5ÐÏUDf\ 3@0\ 6w]«\86K7a\95\8c\92\11"+¸\86\11O?p\a$t\89°ô\90\93scã¶\rY'r©É¤¢\ e\88\1fòQ +Îi3\14v\14jðÔÉÆ¥ã\ 4¸aݯûx\ 1å\f
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 492 0 R
+/Name /Im7
+/Width 63
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍÅ¡\r\800\10\ 5ÐO\10\95\1dáؤ\8e\990¤·\ 1#°JÙ\84¤ º²\84¦\9f
+\ 4\ 6Ï3¯Ë}\81M`\16Â\97¶£²¶'·íl\a\17Aµ§Ê\ 1¯æ\82\14ø`ø\!ù}\81¤\1fMFraýÚ\ró:Þ³\9c\83ý
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 493 0 R
+/Name /Im8
+/Width 40
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁþ\83áÿ\ fù\7f@Âþ?\90øPßðÿç\81ú\ 3ü?\eì\ f°ÿf°\7fÀþ\ f\95øC+âÿÿÇÿÿ£\11\1a
+µóu\ 1Ï=V¤
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 494 0 R
+/Name /Im9
+/Width 25
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90c``@ÇvH¸\ e\8aÿ100\ 213\10³\ 3±üÿ\7f\fÿ\9103T\8e<ÌÞ\80\v3þcg`üÏÏÀð\9f\8f\81¡þ\ f\ 3\83ý\ f \ 3>0HêÕ¯\95\a\0\97>3\84
+endstream
+endobj
+17 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 495 0 R
+/Name /Im10
+/Width 36
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMϱ\rÂ0\10\ 5Ð\1f¥pé\11ÜÐR0Á­Ä\0\bßH\19Á\1dkx\ 4Ó¥\88òù\17\90Hóô¥³ïÛ(ëä g\9fÉ\97'\92\9e\97\r¨\81ù\13(AöýLrþq\0ì¢îAÄJ\8d\8c\8a\85\\91É\rêØ¡6b\8a¶8ÓbÒ~wÒwÇ\10\16\94 \8f\98N¬¢\1fl\9a\1e4ÆKµÌ\]Ô×Ôö\8eòn\1c\1a/·Çrý\0)ckÝ
+endstream
+endobj
+18 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 496 0 R
+/Name /Im11
+/Width 40
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÀð\1f\vÁ\ f"Ø)"Ø\7f\0    ù\7f@Âþ?\90øPßÀþ÷@ý\ 1ö¿\rö\aØÿ3Ø?`ÿ\87Jü¡\15ñÿÿãÿÿÑ\b\r£Ú\8dº\0JÝi\1a
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 497 0 R
+/Name /Im12
+/Width 25
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-̱\r\840\f\85á_¢ ¼\9a\86d\92ËJ7\0(\9e\80\15X\85\91\90®I\11Å<\ 2²>éI¶\1f¾1z#H¢ñÕ,ÝL}5À\ f
+ÙO\92\17ýT>ú\eîÅmtS°\1fÉNBW\1e꠽ݭê´ðWÇ\91\8d)®{¼\0\8cö6\8f
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 498 0 R
+/Name /Im13
+/Width 29
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÏÀÀþÿ\0\83üÿ\a\föÇ?0Ô÷ÿ`øÏÿ\83\11\84ÿñÿ`þÇþ\81ù\1fó\ 3æ\7f\8c\a\98ÿ10àÂÿÿÿAÁøÔR\ 3×ÿÿ\81\82e\8dê6J\ 2\0\9aµJç
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 499 0 R
+/Name /Im14
+/Width 35
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ÿÃÀÀPÿÿ\0\ 3ãÿÿ\1f\18\98ÿ°ÿ``ÿÀø\87\81ÿ\ 1Ã?\ 6ù\ 3\fõ\fö@¢\ 1LÔ7\09\bâ?\90x@\ 4\81¦\ra\1eØx°E`+Á\96\83\9d\ 1v\10\ 3ÈiÊ
+uó5\0¥yE?
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 500 0 R
+/Name /Im15
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüQÇðÿÇÿ\86ÿ?ÿ\1føÿûü\83ÿ¿å?ðÿ\97ÿÀþ\ f\86ù\1f°ÿa?Àþ\87\91\81ý\ f\ 3Åøÿÿ\ f(XF¡n¾"\00¢8Ã
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 501 0 R
+/Name /Im16
+/Width 49
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 2\fõX©\aü\7f\18\81\14\ 3ÿ\1f Q\a¢ì\19j@\94<\84âgø\ 1¦\1a\ f \8a\9d\18\8a\ 1D\81ÀТ@áÓ\80\9d24¨]o\ 1\0¿¬cõ
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 502 0 R
+/Name /Im17
+/Width 18
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÀþ\81\81ÿ\a\83ü\1f\14\ 4\14\ 1\8a3?`À\ 5\18ÿ0üGBü\7f\18Ø)Fÿÿ\1f\80#!ãºMb\0Èá8\ 3
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 503 0 R
+/Name /Im18
+/Width 39
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÀð\1f\vÁ\ f"Ø)"ä\1f\0     aìÿÿÿ\a\12\ fê\eØÿ3È\1f`ÿÇÀÿ\0¨\84ý\ 3\88ø\ 1#\98ÿ \12ÿ\88$Pµ!Ì\ 3\1a\ f\blå÷\ 3\1f\83\9cq\0ä \ 6 ÓÔ\8dê6ê\ 2\0â×\~
+endstream
+endobj
+26 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 504 0 R
+/Name /Im19
+/Width 31
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÃÁ  \800\f\ 5Ð\1fzÈÑ\r\1câ\=TÈ$Î\92Q2B6\88\ 5E\8a<\1ee*e:\84\ 2\82>ï/ùößÀ±&ÇXöb\88'y±b¬<oÊ*`\1dÈ\8cÙPëyµ\eÞ&''
+endstream
+endobj
+27 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 505 0 R
+/Name /Im20
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãÃ\ 3VÖê\16>\0#f\ 5H
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 506 0 R
+/Name /Im21
+/Width 42
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀðÿ\0#\98d\90g`üÁ\0'\99+\18\18Ì\19\98?\80H60É\ 3\19$\1f00$7@HC8y¸!ù\0\88<\8c \e\9b\ f0067¶7\0Éfv\ 4Ù\ 6$\99\99\19àä\f\10Éx\ 3H²1~\90C\90\ f\80$\1fã\ 1 ùÿááÿ\ f\18þ\1fl\ 6:VK¾v\9e&\0À\ 66c
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 507 0 R
+/Name /Im22
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]˱\r\800\fDѳR¸Ì\ 6       \830X
+@\9e\84Y<\8aGp\99Î\18\1a\10ÅûÍé(B)ÂÑ0ÓH\eÖ\9f\91Û\83\1c£\18¼
+"\90\ 4ÎJVì\95ÕòÁÊr«ÂÒÁräm&Cëû¹\ܸ1\10
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 508 0 R
+/Name /Im23
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãçg\90ßß`üñ@òÃ\ 3É\87Aèxs\ 3{\ 3\ 3\ 4ñ3 \90\1c\12²a`\90``\10\12©\9d,\f\0\9e\ 1\ eá
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 509 0 R
+/Name /Im24
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`üÏÀÞÌÀÏØ ÇØ`\ 3\f\15|\fõ\7f\18ê\1f0|`@ \ 2 bb¨`g°\91c\90ÿÁÀþ\80AP¤f²(\0\16³\10T
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 510 0 R
+/Name /Im25
+/Width 22
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoH\90?ðÁòà\ 3Ã\87\ f\12\ f>H>øàðá\ 3ìÍPÄÏÞ\0C=üü\12\12@\92\80ýû\ 3æÇ\aÄDj'K\0\0¼¾\18æ
+endstream
+endobj
+33 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 511 0 R
+/Name /Im26
+/Width 20
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀÀ\ fD\ f\18\18a\88ù\0\ 2±7\80\ 3öæ\ fü|\ 6ü\12\ 5ü\ 2\1fø\15>È9<\90o`\0¡\ f\f6?\18llÀHΠÂ&\ 1\8ad\ e|\90oHàg\10\9b/
+\0Ïx\1d½
+endstream
+endobj
+34 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 512 0 R
+/Name /Im27
+/Width 6
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93±\ 1\ 2\1e\1e               \83\82\84\ 3\rl|µ-|\0\ 4¸
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 513 0 R
+/Name /Im28
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÇ\0D\8c\ f \88ù\0\ 2±7 \10?\ 3\ 2É!!\e(*°aøP\ 1B\ f>0\1c\90x\80¡¾\ 1$/®P3O\ 2\0N#\16A
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 514 0 R
+/Name /Im29
+/Width 41
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱  \800\14\84á\17\ 4+ÑÖêbk!d\0q\96la'\99ÄY2\89è\ 6N`¼\174\1cÿW^ºÓ\95B:U+\90\99A\1c[>=ݲ\8fDzPk\ e\13¤3»Z¡\92ß\1au±ASìÑ\17\1d\ÑÃgO\1a\11\ 6\e²B9µ¥í'/\99:\ eë>½h¥ ×
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 515 0 R
+/Name /Im30
+/Width 35
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿùÿ\ 3F\10Á Ç`Ã\80DØ0T`\10\15\f\1f0\88\ f\8c\ f\18\18þÿ\87\11 .ã\ 3æ\ 3è\ 4ó\ 1ö\ 6t\82½\81\9f\ 1\9døÿóÿ\a\86ÿ\1f\81F)Ë×ÎS\ 2\0:Ï1Æ
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 516 0 R
+/Name /Im31
+/Width 29
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿcÿ£\1e\88Ù\e@\90\99\ 1\84ù\19ØP°\1c\ 3\ f
+¶a\90\15\f\ 6\ 3C\ 2\12>\0Ä\r\f\ 5\8c@ÌÌÀ`ÁÆÀ`#ÃÀ ÿ\83\81\81ý\ 1\ 3\83¬Bù<%\0w\89\18ï
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 517 0 R
+/Name /Im32
+/Width 12
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH`ø\0\84\ f\18P\0?\83|\83ñ\ 1ã\ 3É@x¼\81\1d\bù\81br h`\93\0\84\al\ eÈ\ 3Åxäkçñ\ 1\0\ 3S\10*
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 518 0 R
+/Name /Im33
+/Width 12
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àø\80ù\0\ 4²7°7üÿðÿ\ 3?\ 3\ 4ÊA¡\r\ 4\1aT$\0á\81Ê\ 3ö\rr\f<25³ù\ 1K7\11º
+endstream
+endobj
+41 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 519 0 R
+/Name /Im34
+/Width 28
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoHx \7fàã\ 3Ë\83\ f?\18>|ð!ñà\83\82d >|ø@\ 2{3\ 2ó³7\1c@àÆ\ 6(fàçof`\97oc`ÿý\87\81ñÃ\ f\ 6\19\91ÚÉr\0
+ï$\b
+endstream
+endobj
+42 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 520 0 R
+/Name /Im35
+/Width 19
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`8ÀÀø\0\8c\ e0`\ 5v\f\fõ\f\fÇ\e\18Û\e\98ÙA\88\8d\9f\81\ 1\8eä\90\90\r\12ª@B\1f@Èà\ 3\ 3\86Ï\a\18ê\e@F
+k4Íã\ 3\0ék\13 
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 521 0 R
+/Name /Im36
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøØÀüû\0;\7f\ 3\1f\7f\83\f{\83\r\10ñ3TÀÐ\a982ø`\93\0D\ 55   \ 5\7f\ eØÏoàçg\10\11©\99,\ e\0¤N\15k
+endstream
+endobj
+44 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 522 0 R
+/Name /Im37
+/Width 24
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg? ?ÿ\81ñ\8f\ fÉ\ f
+\92\ fT\0Ññ\86\ fì0ÄÏø\0\8a\98\ fË1\1f\93cn\93\91c\9ecÃüC\82ñ\81\84Híd)\0Ó`\1a<
+endstream
+endobj
+45 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 523 0 R
+/Name /Im38
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨``ÿÁÀþ\81\81\ 1\86\18\1f \10ó\ 1\10ú|\80ù÷\ 1\ 6\ 6\19ö\ 6\e âg¨\80¡\ frpdðÁ&\ 1\88
+j\12
\1c°\9fßÀÏÏ ªP3_\1c\0\ 5\8d \ e
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 524 0 R
+/Name /Im39
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco< \7fø\80åá\a\86\ f\1f$\1ex\90|àÁá\ 3\aØ\e \88\9f±\ 1\8a\98\19@\88\r\8cx\18Ø\7f00>`\10\16©\9d,
+\0¡}\16\1a
+endstream
+endobj
+47 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 525 0 R
+/Name /Im40
+/Width 11
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc\90cøÇð\8e\81\ f'üÿàÿ\ 3náÚI\82\0\aÃ
+endstream
+endobj
+48 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 526 0 R
+/Name /Im41
+/Width 39
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81ÿßÿ\a\fòÿØ\81Ä\ 10Áö\81Á\1c\99¨`HG&l\18\8e#\13r\8cíP\82\9f\99\1d\99`oC!\98Ï \10\8c?P\b\86\ fì\aøAÄÿ\ f\1fþÿûÿ!áÿ?uùúyZ\0ãy;G
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 527 0 R
+/Name /Im42
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7fÀ`ÿ\83¡Æ\86¡F\8e¡\86\9fÁ\82\9f\81\ 1\8c\98ÿ3Èÿg°ãg¨àgøÁÏð\81ß\0\8aä\r*ì?Ø?\7fÀß|@D¤n²8\0&u\13\7f
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 528 0 R
+/Name /Im43
+/Width 13
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\9f`ÿ¡ à\81\ 1\b~`øÏP\7fÀþ\81ü\aæ\1f\f\15\a,\ eX<°\0\8a\16Ü\7fÐßÀ+R7Y\b\0\ 5{\168
+endstream
+endobj
+51 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 529 0 R
+/Name /Im44
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc`\ 3C> \94c°cøÿãÿ\ f9\ 6,P\ 2\ 6ù\rØ\1f0\1fà\95©\9f-\ 4\0\10I        ÷
+endstream
+endobj
+52 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 530 0 R
+/Name /Im45
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã¯ùÿïÿ}þù@ÈÇÏ\80\1dþÿðÿ\83\80HÃd!\0\1e\92\v»
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 531 0 R
+/Name /Im46
+/Width 11
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc\90\aC>\ 6dÀÏP\ f\84üxáÿ\aÿ\1fpË7Ìã\ 5\0\7fþ\a{
+endstream
+endobj
+54 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 532 0 R
+/Name /Im47
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÿGÎÎÆήB¦\80á\ 3\12,`¨`°`¶a\96çãÿÃüA@¤n²\b\0f\91\ eÅ
+endstream
+endobj
+55 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 533 0 R
+/Name /Im48
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg`ø\ fFüx\90|\ 3\7fý\ 1þ\87\ fø\ f|àoøÀÏ@\14úÿù?\10I(4Ì\97\ 4\0;!\1dä
+endstream
+endobj
+56 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 534 0 R
+/Name /Im49
+/Width 6
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñçO\r\ f\ f\8f\84\84\85A\82\ 3\e_M\v/\0\ 6Z
+endstream
+endobj
+57 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 535 0 R
+/Name /Im50
+/Width 28
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿA=\10×ð7>(àox\90Àß\90\0Â\ fø\e
+\ eð7\18 c\ 6þ\ 6\ 6j`öÿÿÁXF¾n\9e"\02\9c$\8f
+endstream
+endobj
+58 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 536 0 R
+/Name /Im51
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÿ\87AN\8eÁ\86\9fÁ\82\9d¡\82\9d¡\80¹á\ 3sÃÿÿ ô\81\81\ 1\82
+\18\18*\18\18,\18\ed\98\eøÙ\19Øÿ10þ`\10\14©\9f,\ 2\0\88¢\13\15
+endstream
+endobj
+59 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 537 0 R
+/Name /Im52
+/Width 31
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃÁ  À \10\ 4@E¸{ZÂA
+1\8dI\92JRË\96b      ÷ô\114+80\136f³¡\1e\9bz\80ô½òÅ\85m} \99\15Ü iuHäÐùãÊ\85O6λ    9DL_\ 3Ìî÷ø\ 1\f×/É
+endstream
+endobj
+60 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 538 0 R
+/Name /Im53
+/Width 12
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãgø\ f\84üdÁÿ\1fþ\7fàQh\98Ï\v\0âì\bÙ
+endstream
+endobj
+61 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 539 0 R
+/Name /Im54
+/Width 24
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\97oø_\7fàÿÃ\aü\a>ð7|àg 
+ýÿü\1f\88$D\1a&K\ 2\0»¼\1d\18
+endstream
+endobj
+62 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 540 0 R
+/Name /Im55
+/Width 22
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`>À`\ fFÌ8\11óã\ 3ü¿\ fÈñ\1f°a?PÁ| \0\8c>` \888P\81\ 5û\ 19y \96\8fÿ\88)ÔÍ\97\ 4\0
+ý'Á
+endstream
+endobj
+63 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 541 0 R
+/Name /Im56
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n``\80\ 3\bÌÿ\0\81%? °Á\ f\ 4\ 3Ä5\10ü \8e\81á\80\1d\183þÿ\ fÁ\rò@cå\e\98\19øÁ\98\9d\81ÿ\0;Ðp ëÀÿ\aõÿ@X^¡~¾\12\0;\85
+endstream
+endobj
+64 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 542 0 R
+/Name /Im57
+/Width 27
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3Ãÿÿ\7f\18Ø\ fÈ\ 31?\b\1fÀ
+\e r uv\fì =ÿÿAõ±Cõ0\83ð\ 3,\18j\ 6Dÿ\7f ¾ÿÿ\7f0HË×ÏS\0\0ýð3±
+endstream
+endobj
+65 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 543 0 R
+/Name /Im58
+/Width 18
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÐÀÿ³AF¾Á\82¿¡\82½¡\80¹á\ 3\101BÑ\ f\ 6\ 6 ªc`¨\7fÀ`ÿ\87Áþ\1f\83ü\7f\ 6öÿ\f\fÿ\e\18ø\e\18Ø\ f\80\10ó\81\ 3\ 1P;{Ã\ fv\86\7f|\fçÿ04þ`\10\9d/        \00\80(\8f
+endstream
+endobj
+66 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 544 0 R
+/Name /Im59
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ãÿÿ?\18Ø\ fÔ\0±\1c\10Ë\ 31?\b7 a¨\9c\1cD-HÏÿ\ f@6L¯\r\10ÛáÃl\10,Ïöÿ\1f\7fÏÿ\7fì?\18\18\18?È+ÔÏS\ 4\0\17c,õ
+endstream
+endobj
+67 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 545 0 R
+/Name /Im60
+/Width 26
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Í=\ e\80 \0\83Ñ\12\ 6&u7\ 6Â1L\88áX\ e\18¹\89\91\1c\19­?³ÃÛ\9a¯\bÌØO\9a6Ó²£«\8e\ 3,½,0LR\1eà*í\85?÷®|\92¨S½¨\vW­Ê=L\9b _ \10\8ex\ 1ÿ\7f%I
+endstream
+endobj
+68 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 546 0 R
+/Name /Im61
+/Width 38
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãç?PÇðßþá\7f\86ÿ\ f¾³7\0\aø\ej\80\ 4C\ 5eÄÿÏÿçÿ\ 1\13j"\r\93Õ\ 1¹é'\ 4
+endstream
+endobj
+69 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 547 0 R
+/Name /Im62
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀþ\8fA\8e½Á\86ù\80\ 5ã\81\ 2\86\a\81á\ 3\1a\ 2
+V0>\0*\0*\ 3*\ 6jaüÁ "R?Y\1c\0\90Û\e\11
+endstream
+endobj
+70 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 548 0 R
+/Name /Im63
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÇÿã?ä\19\1fð3\1eàgl\0"öf\ 6\bb>\ 6\18\18ß\80Ñ\1f\ 6\86\1f`T\0E¢"õ\93%\0\bR\13ø
+endstream
+endobj
+71 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 549 0 R
+/Name /Im64
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÇÿã?ä\19\1fð3\1eàgl\0"öf\ 6\bb>\ 6\18\18ß\80Ñ\1f\ 6\86\1f`T\0C     PTp\80áÇ\ 1\86\83\r\f\8f\e\18ê\19\18l\18\18Deë'K\0\0\8a»\eh
+endstream
+endobj
+72 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 550 0 R
+/Name /Im65
+/Width 22
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\97oø_\7fàÿÃ\aü\r\1fø\19*ÀÈ\ 6\e²\80Ê\ 2\95\1d|À_\7f\80_\9e\81\9f\ 1\vúÿ\ 1\84Äd\e&K\ 2\0a\86\15í
+endstream
+endobj
+73 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 551 0 R
+/Name /Im66
+/Width 20
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`|Àüø\ 3ÿÿ\ 2\19\99\ 2\v¾\84
+~\ 6ddÁÇ #Ã`ÿ\83Áø\ 1C\ 1\ 3\bU00Øÿc°ÿß ÿÿ\80ýÿ\a\ 5\8c\ f\1e0|\0JBP\ 1Ã\83
\a\aøÿ30ÿa\10\91¯\9f"\ e\0çK!g
+endstream
+endobj
+74 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 552 0 R
+/Name /Im67
+/Width 22
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg`ø\ fFüx\10ÿ\ f\10b?ÀÏÎÀÏÆÀÏÃÀ/ÁÀoÁÀ_ÁÀÿ\87\81\7f\ f\ 3¿\1c\ 3¿<P\19\105\80\941\ 3Ñ\83ÿÏÿ\0\91\98BÃ|      \0\95g\13\8a
+endstream
+endobj
+75 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 553 0 R
+/Name /Im68
+/Width 24
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãgøð\9f\1f\84ø\19\88@\8c ÄÎþ\81ùß\7fÆ\1fÿ%D\1a&K\ 2\0\19>
+endstream
+endobj
+76 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 554 0 R
+/Name /Im69
+/Width 17
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°c`øÏÀ|¾\81½\1f\84øÙ\19ø\19ÐÑÿ\ f \84)\8e\1fAt        *4Ìç\ 3\0\14Ç\ f6
+endstream
+endobj
+77 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 555 0 R
+/Name /Im70
+/Width 22
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg`ø\ fFüx\90|\ 3\7fý\ 1þ\87\ fø\e
\19\19\19l°!\v°l\ 5\7fÃ\a¾\83\ føê\ fðÈ3\88)4Ì\97\ 4\0Õ \11¤
+endstream
+endobj
+78 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 556 0 R
+/Name /Im71
+/Width 10
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà?\10r1×wó\ 3\0\ 6d
+endstream
+endobj
+79 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 557 0 R
+/Name /Im72
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1+kM\v/\0!\0\ 4à
+endstream
+endobj
+80 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 558 0 R
+/Name /Im73
+/Width 28
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f f?À\ fÄÌ@Ì\bÃ\aØ\ f0@q\ 2\f3@ð\ 3\ 6öÿP\fbÃÅ\13\f \98\ 1\84\13\90ð\ 3\bf\ 4\ 3@ûÀXF¾~\9e<\0ÿÈ6Ô
+endstream
+endobj
+81 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 559 0 R
+/Name /Im74
+/Width 13
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(`ø\ 1\86\ 5\fÈ \82ý\a;H´\82\18XPñ£âÇ\87\9f\ fê\ fØ3ðj4Ïã\ 3\0\97Á\19\1a
+endstream
+endobj
+82 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 560 0 R
+/Name /Im75
+/Width 30
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû?ÿó\9fÿ@,Ç|à\ 3\10?àg>p\80\9f\1d\84\1f\1c`o\7fØÀÞ\ 3Â\1f\e\98Ï|f`¾Q\fÄÕ\fÌ?ê\19\18\7fÔ10~°\ 3c\86\ f6\f\f\ fdÀXN¤~²"\0\b4#°
+endstream
+endobj
+83 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 561 0 R
+/Name /Im76
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿoÿßBÎÀ®À&¡"áGâ\aÆ\aÌ\ fØ\ f°7ó7Ë3˱۰հUÈýÿ÷ÿ\9f\80Hýd\11\0£<\11ú
+endstream
+endobj
+84 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 562 0 R
+/Name /Im77
+/Width 23
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`g`àg`¨g`ÿÏð\1f\8c~üg` \rªÿÿ\ f\82ÄÕ«\97)\ 1\0    \r-g
+endstream
+endobj
+85 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 563 0 R
+/Name /Im78
+/Width 23
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿß\7f0büÏ@\1fô\1ff£¸fý
+I\0Þ!6i
+endstream
+endobj
+86 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 564 0 R
+/Name /Im79
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà\1fÃÿÃÿ\eþ\1fÿ\7f\80ÿ\1cÿ\ 3þ;@|\83ý\ 3ÿ\a(~@\19þÿÏþ?\f+H×ÎR\ 5\0\9dÿ<|
+endstream
+endobj
+87 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 565 0 R
+/Name /Im80
+/Width 20
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(``\80£\ f Ä\b\1f\18Ø?0È\7f`øÿÿ\ 1\ 4±\83E\88@\ 5\98\88ùÇ\ 3Æÿ\a\18þ70Ø3\88¨Õ/\95\ 2\0CÓ.C
+endstream
+endobj
+88 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 566 0 R
+/Name /Im81
+/Width 23
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÁÿó?þßÿÃÿó\1fÿG\18\87ÿA\ 5ÿ\ 3\ 6âÑÿÿP$.]7K\1a\0÷\84
+endstream
+endobj
+89 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 567 0 R
+/Name /Im82
+/Width 29
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀøÿ\ f\ 3óÿ\7f\fü\1fê\eä\ fÈ\1f°oà\7f\0Âõ\fì\1f`ø?\ 3û\ f|\18¦\ e¦\17d\ eÈ<öÿÿÁæ3\0í\91\95®\9b¥\ 4\0\ 6\921\1c
+endstream
+endobj
+90 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 568 0 R
+/Name /Im83
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨ÿÀ\0Çì¤áúö\ f\8cÿ\9f\7f`ÿÿÿ\ 3ÿ\aû\ fò\a\80d\ 3;\18×3@ð\7f"0L-D/?Ð\1cù\ fü\ fê\81æ~ÿÏüÿù\7f\86zöÿ
+Zu+U\ 1t²GY
+endstream
+endobj
+91 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 569 0 R
+/Name /Im84
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ þÃ\7f\7fÀN\ 5Ì\ fÅò\1fØ\81f²ÿÿþ\9fñÿñÿ\fõìÿ\15¤kg©\ 2\0©;\1f
+endstream
+endobj
+92 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 570 0 R
+/Name /Im85
+/Width 25
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀøÿ\ f\ 3óÿ\7f\fü\1fþ3È\1føÏ`ß\0Áõ\ru\fõ\f6@ÌÀð\1f\ f\ 6É×7@°}\ 3s\83ý\ 1æ\ 6ù\aì\fü?ä\80æþ\ 1\9aÿ\ 3(q\80ARºn\96\1c\0}â#ï
+endstream
+endobj
+93 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 571 0 R
+/Name /Im86
+/Width 15
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccgà? ÿÀ\1e\få\1fð\1f`g@\ 5ÿ\1f\80 ?Ñðÿ?\10ä×®[%\ 4\0*\96
+endstream
+endobj
+94 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 572 0 R
+/Name /Im87
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃü\8f\9d\9d\8d\9f\8f\9f\8fO\8e\ 1ÿ\ fþ?ì\7f\18ÿ1Ø\15È}\90ù ó@"¡Àþ\81|\83\80Hída\0A\ 1\ f<
+endstream
+endobj
+95 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 573 0 R
+/Name /Im88
+/Width 31
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ§þß\7f f?@"üÿ\1f\82É\80ÿ¡vÊË×ÏS\ 2\0Tð;Æ
+endstream
+endobj
+96 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 574 0 R
+/Name /Im89
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«\7fþ§þù\1föæ\aìÍ\rÌ\87\19\18\9f10¾c`øÃÀP\ 1F6\f\fu\f\fÿ\18\18Ï30¶70·7°3\1fàg~ðÿü? \12\17i\98,\ 1\0<,\19\ 5
+endstream
+endobj
+97 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 575 0 R
+/Name /Im90
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°3`ø_Áøø\ 3\aö\86\ fì\f\1fø\19\1fÈÁ\90\ró\ 1\ 4bo\90\ 1\ 6\ 6þÿ\fÌç\19\18øÁH\ e\84\fä\18*l\18>ü`¨ÿÀ`ßÀ *[7Y\14\0\e\r
+endstream
+endobj
+98 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 576 0 R
+/Name /Im91
+/Width 23
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|ø\80ùó\ f¶:\19\9e\1a\19\9e
+9 \92ø Ç\0C\8c\ fl`¨\82ù\0\10\150?xÀüð\0ûþ\ 6öy\fì\r ÄÏ\80@r\f\fÿ\1f\80\90¸lÃdq\0Ð]\1d}
+endstream
+endobj
+99 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 577 0 R
+/Name /Im92
+/Width 22
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀÀ\ fD\ f\18\18a\88ù\0\ 2±7\80Ñ|\ 6öÿ\rü\8f\ fð7\1eàg|\0DrÌ\aàÈ\86½\ 1\8aøy*ø%*ø$*ä\f
+>ð?H`o\10\9b/\ e\0í¿\1d÷
+endstream
+endobj
+100 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 578 0 R
+/Name /Im93
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`üÏÀÜÜÀÏx@\8eñ\80\fã\ 3\eÆ\a\15\81ù\0\14±7|`g(àg(\90c°°`\90ÿÀÀ~\80AX¤f²8\0ù\15\16~
+endstream
+endobj
+101 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 579 0 R
+/Name /Im94
+/Width 44
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿãÿ\ fû\ fÿÁ$\7f\ 3\f23\0É\ 3Ì\fì\aØ\ f°¡\90Ì\ fø\1fð \92\1f$?È00\ 2I   \18ùÃà\87\ 5\ 3\ 3\904\80\93\ 5\7f\80dMBM\ 2\9c|P\a\ eØ\1d@%å\eä\eÐH c\18\18ø\81\10Fò1°\ 3I6 dÐQ¨\9f§\ f\0]\14:\84
+endstream
+endobj
+102 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 580 0 R
+/Name /Im95
+/Width 17
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>À`\ fD\r\fì0ÄÏ\80@r\10TÁ ÿ\8fÁ¾\8fÁ\8e\9dÁ\ 6\84\1a*\90Ð\a~\ 6(\92cø ÃP`ÃP`Á`ñ\81Áþ\ 1\ 3\7f\ 3\83 BÍ|Q\0î¬\16ø
+endstream
+endobj
+103 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 581 0 R
+/Name /Im96
+/Width 11
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc| ÿ@þ\03\18²7@ ?\ 3\ 4ÊA¡\r\14V@à\81\8f\r ø\99¡\ e(Æ­P;\9f\a\0\12¼
+endstream
+endobj
+104 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 582 0 R
+/Name /Im97
+/Width 11
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH`8ÀØÀÜÀÎÀÆÀÇ \ 3\846\f\16@XÁP\0\85\1fp@\98|\ 5\rX/\1fÐ\14v\ 6æ\ 6Æ\ 6\86\ 3\f    Üzµ\v\85\0v\ f\17`
+endstream
+endobj
+105 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 583 0 R
+/Name /Im98
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccà? ÀPÿ#\81ñ\87Ì\ 3æ\al\ fØ\e\98\1fð30>\90\ 3c\86\a6@\\ 3Á  \15\ 3\82\19°ãÿ\7f\82\81\19¨\1e\82m\80X\ e\8aù\81\18d>\90|\0²\ f\ 2\ 3ÿ\ 3\ 69ÅÚù*\0\ 5\98-p
+endstream
+endobj
+106 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 584 0 R
+/Name /Im99
+/Width 16
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àx\80ÿÀÿ\ 3\9f\ f0\93\ 4ëÿ×ÿ\17\90«\9d+\ e\0 w\e£
+endstream
+endobj
+107 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 585 0 R
+/Name /Im100
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀþ\83AN\86Á\82\8fÁ\82\9d¡\0\88\98\e>@Ñ\ 1dTÀ\ eB\16ü\a\ fÈÿ>Àþù\0\ 3s\ 3\b±\ 3\11Ho\r\1f\bUÈ0\18T0È\7f`à?À $_7W\1c\0O\93\1eÙ
+endstream
+endobj
+108 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 586 0 R
+/Name /Im101
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`üÇÀÞÌÀÇÞÀÃß Ãß`ÁÎ`ÁÀPÁÀP\0F\9f\7f0|ÿÇð\87\8fá\a\ fæ\ 6 úÀ|\0\19\15@Q\83\ 53H¯\f;\ 3\9f\1c\ 3û\1f\ 6Æ\ f\fBòusÅ\ 1¾G\1f\a
+endstream
+endobj
+109 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 587 0 R
+/Name /Im102
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK``¨ÿ\7f\0\8c\1a\80è\ 1\ 160âa`\90``0\0£\ 40z\0B\8c@t\80\81\19\15±cCÌ\r\fBòµsÅ\ 1\r5\eÓ
+endstream
+endobj
+110 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 588 0 R
+/Name /Im103
+/Width 5
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\1c\14\0¹\15\12@``\90\90àÀ*[3\99\17\0Ìv
+\97
+endstream
+endobj
+111 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 589 0 R
+/Name /Im104
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÿ\87AN\8eÁ\82\9dÁ\80\9d¡\80¹\ 1\82*\98\e\19êØ\19ìû\18äÿ0ðÿ``ÿÃÀþ\8fAî?\83E}C\81|C\ 1û\81\aÌ`Ä\bE\1f\18A\1a\81æÈñ\81ÌdþÀ $_7W\1c\0£ \1fw
+endstream
+endobj
+112 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 590 0 R
+/Name /Im105
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÿ\87AF\8eÁ\80\9f¡\82¿¡\ 6\88ØA¤\r\7f\ 3\ 3?\ 3\bÉ10Ø00ÿ``þÀÀ ÃÀÀ\a\16do\0£\ 3\ 6ì\a\ fü\81¢\ 6        \ 5ü\f6r\fò\7f\18Ø?0\bÉ×Í\15\a\0H%\18k
+endstream
+endobj
+113 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 591 0 R
+/Name /Im106
+/Width 11
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90À`À`Á ÃÀÃÀÇÀ\ e\82\rÌ x\80\11\ 6\1fà\80Pyæ\ 3 õì\r ½|@Sd\80¦\19\0M=ÀÀ­W»P\b\0øÇ\1a6
+endstream
+endobj
+114 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 592 0 R
+/Name /Im107
+/Width 25
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c``üÏÀÀÞÜÌÀÏ|\98A\8eñ1\83\fã3\ 6\e ®`üÆPÁð\a\8c?0ü\0bTXÀ\fÄì\1f\18,d
+\eä\7fÔ3°\1f\90c\90\14©\9b,\v\0kY\1c-
+endstream
+endobj
+115 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 593 0 R
+/Name /Im108
+/Width 25
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ã=\ e \18\80á\97\90\94ÅÀZ\7fÂîF÷\1e\86#ttpÀ8p\f¯ÂQ<\81'0ÐO»\90\ 3wP\15L\ 6«\13£\f¿&\11eùG%'-êYQù\8bvÒ|ÐXé\18v\ føîÌEznráüx3µBh\10ØÆÝÒ=^Óë´\ 2\19\ f\1a¯
+endstream
+endobj
+116 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 594 0 R
+/Name /Im109
+/Width 31
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-̱  \800\14\84á\a\82¯\11ÒÚ¥p\ 1'ÐU\1cD4\938KÄÂÒ\11Ì\bÚ  Bâ/ÊñÁ\15Ç¥hb\82ú,ÀAÔç(P¢F\a/:;Ñ\ 5+}Ã\1eDïCôD¸Ø¼z\fh`\7f\86_ãõKH±\8d/kÇ©z\0x´2^
+endstream
+endobj
+117 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 595 0 R
+/Name /Im110
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³`f°ÿÏ`ÿ\8fÁþ\a\83ý\ 3\ 6\ 3\ 6tdø\81Áü\ f\83\9d\1c\83\r?\83\ 5{\83\ 1{\ 3\ 3\b\1d\80 
\ 3? ¨á\ 3{C\ 2?C\ 1\1f\83\85\r\83ü\ f\ 6ö\a\fBòusÅ\ 1\94!\19ï
+endstream
+endobj
+118 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 596 0 R
+/Name /Im111
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90o`ø\7f\80ñÁ\ 3æ\ 3\1fØ\e?ð3~àgxÀÏÀ\80\8cþÿÿ\0\f¤¡ÿ\87ÿ\ 3\91\84BÃ|I\0#I&C
+endstream
+endobj
+119 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 597 0 R
+/Name /Im112
+/Width 30
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90oþÀðÿý\ fÆ\aÿj\98\ fþ¨aoüQÃÏøÁ\82\9fá\ 3\ 36üÿÿÿ\ 6\10Æ%O,þ\7fø?\18Ë)4Ì\97\ 6\0\Ë0\1e
+endstream
+endobj
+120 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 598 0 R
+/Name /Im113
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÿ\87AN\8eA\86\8fÁ\82\9d¡\82½¡\80\19\8a>0\1f \ 6ÁÕ\ 3õ\ 2M\0\9a\ 34\rh&ó\a\ 6!ùº¹â\0&\18$q
+endstream
+endobj
+121 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 599 0 R
+/Name /Im114
+/Width 28
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90o``øÿ\81\81ñA\ 5\ 3û\ 1;\ 6þ\ 6y\ 6\94c`o°a`>\0Â5\fÌ\ f\ 2¨ê\a\ 3ã\aB\18¤\ e¦\a¤ß\ eh2È<\90¹ óAö\80T\82ìe\0Ú/£X;_\19\0É+,(
+endstream
+endobj
+122 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 600 0 R
+/Name /Im115
+/Width 22
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~p\80ÿç\ 1\ 3\a*\80\88ù@\ 1ó\81\ f\18\b(\b\94\ 2*\0*\93\93?Àÿû\0óã\ 3\fÌØ\90ý\1f \12\93­\9b,\ 1\0o\8b%\8d
+endstream
+endobj
+123 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 601 0 R
+/Name /Im116
+/Width 26
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3Ãÿÿ\7f\18Ø\ fØ\ 11?\b\1f`\aal°\ 1\ fQ\ fÒ\aÔÏ~\80\81$üÿ\1f\ 4KÉ×Ï\93\a\0»P)h
+endstream
+endobj
+124 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 602 0 R
+/Name /Im117
+/Width 1
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\18\ 5\0\ 1\ 4\0\ 1
+endstream
+endobj
+125 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 603 0 R
+/Name /Im118
+/Width 9
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãa¨aøÃ0\87A\ 6\vüßð¿\81S ®\9f\1f\0v\19\al
+endstream
+endobj
+126 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 604 0 R
+/Name /Im119
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\81ÿ@ÌÏ ÇÀÏÀC1fg\90``o\90``n0``|ð\80\81áÿ\ 1\ 6\ 6{\ 6\ 6)©ú\99²\0ã6\ fî
+endstream
+endobj
+127 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 605 0 R
+/Name /Im120
+/Width 18
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\83áÿ\1f\ 6y9\ 69>\ 6\19¼èÿü\ 3@$$Pß/
+\04     \vþ
+endstream
+endobj
+128 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 606 0 R
+/Name /Im121
+/Width 9
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`°a¨\ 1b      \ 6\ 4ø\ 3\8428àÿ\86ÿ\r\9cR\r\0º®\b±
+endstream
+endobj
+129 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 607 0 R
+/Name /Im122
+/Width 17
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûoßðß¾A\86\8fA\86\a\84ø$ÀÈ\82\81Ý\0\8c>00?\0\ 3P$(Pß/\ 2\0\v:
+endstream
+endobj
+130 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 608 0 R
+/Name /Im123
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¦¢Â¢Àæÿ\9fÿ\7f>0@`\ 5\83\ 5\8f\9d\ 4ÿ\aö\a|\ 2õý\82\0\ fÒ
+endstream
+endobj
+131 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 609 0 R
+/Name /Im124
+/Width 12
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû{àÿ\a\94I\90a@\87ÿ\ fü?À#PßÏ\ f\0\ 2\18\vø
+endstream
+endobj
+132 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 610 0 R
+/Name /Im125
+/Width 12
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\ 1%\0Úÿ\1f`\7fàpàà`à`ð\0\7f\0\1fà\ 1ðÀpÀpàpðàÿÀ\8f\80\f\10\7f\8f\ f\13\94
+endstream
+endobj
+133 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 611 0 R
+/Name /Im126
+/Width 11
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãaà\ 1C\19 ´aø\7fàÿ\ 1\19\ 6\14\98\0\83ü\aØ\e¸Åë§ñ\ 3\0Ûâ    ï
+endstream
+endobj
+134 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 612 0 R
+/Name /Im127
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûoßðß¾A\86\8fA\86\a\84ø$ÀÈ\82\81Ý\0\8c>00?\0\ 3\0B\89\r\f\9f\19\18\8e30üc`¨``\10\14¯ï\17\ 1\0\10T
+endstream
+endobj
+135 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 613 0 R
+/Name /Im128
+/Width 16
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f ÿÃƦB®\80ï\ 3?\ 2\16ðUÈÙØÈÿ`\7f  Pß/\f\0\1dÌ\ eP
+endstream
+endobj
+136 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 614 0 R
+/Name /Im129
+/Width 14
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁø\87y\ f»\r\9f\ 4\1f\ 3\fþ?ðÿ\0\82\87
\1fÔ?à\93j\98É\ 3\0U\a\v\95
+endstream
+endobj
+137 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 615 0 R
+/Name /Im130
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83áÿ\ f\ 6~\ 6â\91\ 1\f\15\80Q\ 2\ 3\aÿÿ\83\90\88TýL      \0ñ\ 4\ fæ
+endstream
+endobj
+138 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 616 0 R
+/Name /Im131
+/Width 29
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûóÇ\9eáï¿ú\ 6yþÃ\aäØ\e\ fÈ°3\12\85ÿÏ\7fþ\ 3\84e\ 5êû\15\0l\f\19\86
+endstream
+endobj
+139 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 617 0 R
+/Name /Im132
+/Width 18
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81A\ 6\17úÁ ÿ\8fA\9e\9fA\86½A\86\19\88\ e\ 6 \14P\81ô?\ 6\89\1f\fBRõ3E\ 1\10¦
+endstream
+endobj
+140 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 618 0 R
+/Name /Im133
+/Width 18
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSÇð§\8eA\86\ f/\92c\90±càÿ\7f\80ýü\ 1!\81ú~Q\0õ)       Ö
+endstream
+endobj
+141 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 619 0 R
+/Name /Im134
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿoQ^\ 1\a\16\ 5ö\ fÌ\e
+\18\f\18ì?Èÿ±ÿWÀÿ\80\1d\ 4\vø*ää\7f°?\10\90¨ï\17\ 6\0\15G
+endstream
+endobj
+142 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 620 0 R
+/Name /Im135
+/Width 5
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øðãG\85\84\84\85\81A\82\ 3+Om\v7\0G,\ 6N
+endstream
+endobj
+143 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 621 0 R
+/Name /Im136
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81áÿÿ\a\fü\8c\1f\18ø\19*\80Ø\ 6\88å \18\ e\e\b`(\94\87ê\ 3\99Q\ 3Ä?Àfÿ\aÚ!)U?S\16\0\9eo\15í
+endstream
+endobj
+144 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 622 0 R
+/Name /Im137
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\83áÿ?\ 6y~\ 6\19ö\ 6\10b>\80\8eÀâ@\ 5òÿ\18d~0È0  ÿ\r $$^ß/
+\0\1cp\13\e
+endstream
+endobj
+145 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 623 0 R
+/Name /Im138
+/Width 17
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?ÀPÿ\80¡¢\80¡Â\82ÁÀ\82\81Á\82\81ÿ\a\83ý\ f\86\1a\v\86\ f\10\0D\15\95\röÿ\19äå\18\ 4\ 5êû\85\ 1ÆÆ\119
+endstream
+endobj
+146 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 624 0 R
+/Name /Im139
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°gbü\7f\8cùA\1e\7f\83\9d<\83\9c\1c\ 3\9f\r\ 3_\r\ 3[\ 5\18ý``@C\10\ 2\e\ 6\1e9\ 6\1ey\ 6 þ\ 6\væ\a\ 5\8cÿ\ f0Ø3\88KÕÍ\94\ 1\0\13Ë
+endstream
+endobj
+147 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 625 0 R
+/Name /Im140
+/Width 16
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?$ÿÍ®@.\81ï\ 1\e\b~`øÁPß`ÿAþ\aÿ\1fÆ\7f\fr\fü\fì\aÀ\10(Ç÷Gæþ\8fö\a\ 2Ru3E\ 1\96\r\17[
+endstream
+endobj
+148 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 626 0 R
+/Name /Im141
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÀÿÇÆƦ@â\ 3\ 3\ 2V0XðØIðÿ`\7fÀ'Pß/\b\0\r\8c\rT
+endstream
+endobj
+149 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 627 0 R
+/Name /Im142
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿áÿÿ\aü\8c\1fø\19~ð3Tð3Ô ¢
+\908P\16¨æ\7f\ 3?\ 3\ 3.ôÿ\ 3\b\89IÕÏ\94\ 2\0\16s
+endstream
+endobj
+150 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 628 0 R
+/Name /Im143
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1+km\v7\0!\ 1\ 4ß
+endstream
+endobj
+151 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 629 0 R
+/Name /Im144
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨g``ü\7f\80\81ýà\a\ 6~\86
+\ 69\ 6\e\ 6; ´\ 1²j\18ä\81\f?\18ø\eða\90:\10\ 6é\ 1é\ 5\99\ 12\vd&Èl\ 6 \1d\92Ru3å\0ß\1d\eU
+endstream
+endobj
+152 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 630 0 R
+/Name /Im145
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿áÿÿ\aü\8c\1fø\19~ð3Ô ¢\1f q ,TA\ 5\ e\15Ù@Tþÿÿáÿÿ\ 3âRõ3¥\ 1Ûy\1c~
+endstream
+endobj
+153 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 631 0 R
+/Name /Im146
+/Width 19
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«\97?P/\7f\80O\8e\81]\86\81y\a\ 3ó\ 6\ 6Æ\a\f\f\81\81ñ\ 3H\ 4(Î&ÃÀÇÇð_þ\ 1\10  \v\8b\0\0ub\ ez
+endstream
+endobj
+154 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 632 0 R
+/Name /Im147
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|Àþ\81ÏB¦Â¢Â \80¡\80á\ 3Ã÷\aÿ?ü°øañÁ\ 6\ 2\v\ 2\b
\1f°\1fà\93¨\9b.\f\0n$\16\9d
+endstream
+endobj
+155 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 633 0 R
+/Name /Im148
+/Width 12
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`gø\ f\84ìDÀÿ\1fþ\7fà\91¨\9d.\f\0\90\ 5\a°
+endstream
+endobj
+156 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 634 0 R
+/Name /Im149
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão°\7fPðáCÅ\8f\1a ´)°a¨a¨\0Â\ f\f\ f\18\ f0703°1ððÈðXð\18HÔÿø\ f\84|\12\85\ 1eJ\15G
+endstream
+endobj
+157 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 635 0 R
+/Name /Im150
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f ÿÃÆÆB¦\80\ f\ 4?ðcB\88\8c\85\8c\8d\8dü\ fö\a\ 2\12õÓ\85\ 1);\13Ð
+endstream
+endobj
+158 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 636 0 R
+/Name /Im151
+/Width 32
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀøÿÿ\ 1æÿü\a\98?\80\ 368æA\86\15\12\blc\80Àr       \bÌ\7f\0\81Ù\e\ 1ñÿãýÿÿ\1fæÿ¯ U?S\19\0ÌR1²
+endstream
+endobj
+159 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 637 0 R
+/Name /Im152
+/Width 18
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81A\ 6\17úÁ ÿ\87A^\8eA\8e\8fA\ 6/ú?ÿ\0\10 IÕÏ\14\ 5\0´ç\r*
+endstream
+endobj
+160 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 638 0 R
+/Name /Im153
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\9f¡\1e\88+äø\19\12ä\98Áø\81\1c\ 19F8f\90c` \173ÿÿ\0Æ\92Rõ3e\0ò\18\13M
+endstream
+endobj
+161 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 639 0 R
+/Name /Im154
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏðÿÀÿ\86ÿ\aø\eä\18ø\ fð0ð>\80`\9e\ f\ 3\88+\80Ø\ 6\88í\80X\ e\88ù¡\98½\87\81\87ù\f\ 43¾aàaø\ 3Å5PlàǠ\ 34\1d\84y\18¤¤êgÊ\ 2\0\ 5#\19L
+endstream
+endobj
+162 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 640 0 R
+/Name /Im155
+/Width 10
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà?\10r17tð\ 2\0\ 6`
+endstream
+endobj
+163 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 641 0 R
+/Name /Im156
+/Width 9
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃð\87A\86\ 4ø¿á\7f\ 3§TÃL.\0Õº\b¥
+endstream
+endobj
+164 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 642 0 R
+/Name /Im157
+/Width 18
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c`\0">ì\88ý\1c\83ü?\ 6\e9\86
+>\86\ 2>\86\ f\18\b(X!Ç`cÇ ÿÿ\0ûù\ 3BRõ3E\ 1ù\ 1\11\f
+endstream
+endobj
+165 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 643 0 R
+/Name /Im158
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÇÿÿ?ø\19\19\19\19\19\99!\88\81\9f\9d\81ÿ?\18\ 1\19Ì\10ÄÆÏÀ\ 6R\ 3E2`Tñ\1fl\8e¸TýL)\0   ¢\12\8c
+endstream
+endobj
+166 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 644 0 R
+/Name /Im159
+/Width 5
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\18\14\80\98¬\ 2µýÜ\0i&\b½
+endstream
+endobj
+167 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 645 0 R
+/Name /Im160
+/Width 18
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81A\ 6\17ªo\0!\e\ 6\19\ 3\ 6\99\ 4\ 6\99\ 3\f²\a\18ä\1f0È=`\90)`\90©`\90±`\90\91a\90\91cøo\7f\0\88\84¤êg\8a\0\0@\0\11\1f
+endstream
+endobj
+168 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 646 0 R
+/Name /Im161
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨g``ü\7f\80\81½á\ 3\ 3\1f\83\ 5\83\f\10ZØñ1\18ügcH|ØÌ\90Üð\99áqCqÃq\86B¬øqCaCrÃG ÚÏ@=v@½ \13\18\80f1\0Íäo`üÿ\8f\81¡þ\ 1\83¤TÝL9\0Ä\9e$\90
+endstream
+endobj
+169 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 647 0 R
+/Name /Im162
+/Width 25
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo?¿á?\10[Èñ1ÈØñ0È\98\ 1±9\ f\ 3\9f¹\ 4\ 3_2\bÏ``OÞÀÀ~\10\84?\801sÃ\ 38\96\14¨ï\97\ 1\0\9bÈ\13¯
+endstream
+endobj
+170 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 648 0 R
+/Name /Im163
+/Width 11
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<Àü\0\ 4\19\ f\ 1û\ 3ö\a\f\ 4\83\ f\ f>\1e¨o°càVl\9eÉ\ 3\0f'\eL
+endstream
+endobj
+171 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im97 104 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im105 112 0 R /Im106 113 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im49 56 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im66 73 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im42 49 0 R /Im23 30 0 R /Im24 31 0 R /Im91 98 0 R /Im96 103 0 R /Im36 43 0 R /Im164 173 0 R /Im24 31 0 R /Im165 174 0 R /Im24 31 0 R /Im37 44 0 R /Im33 40 0 R /Im87 94 0 R /Im164 173 0 R /Im92 99 0 R /Im24 31 0 R /Im165 174 0 R /Im24 31 0 R /Im72 79 0 R /Im166 175 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im68 75 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im71 78 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im53 60 0 R /Im68 75 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im68 75 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im49 56 0 R /Im70 77 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im53 60 0 R /Im68 75 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im61 68 0 R /Im46 53 0 R /Im55 62 0 R /Im55 62 0 R /Im53 60 0 R /Im51 58 0 R /Im71 78 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im72 79 0 R /Im116 123 0 R /Im51 58 0 R /Im45 52 0 R /Im48 55 0 R /Im42 49 0 R /Im65 72 0 R /Im43 50 0 R /Im43 50 0 R /Im68 75 0 R /Im45 52 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im75 82 0 R /Im51 58 0 R /Im111 118 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im106 113 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im62 69 0 R /Im65 72 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im167 176 0 R /Im42 49 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im53 60 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im169 178 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im70 77 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im170 179 0 R /Im72 79 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im105 112 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im111 118 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im59 66 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im66 73 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im171 180 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im110 117 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im68 75 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im70 77 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im101 108 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im102 109 0 R /Im72 79 0 R /Im166 175 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im104 111 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im69 76 0 R /Im68 75 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im66 73 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im72 79 0 R /Im172 181 0 R /Im78 85 0 R /Im173 182 0 R /Im174 183 0 R /Im175 184 0 R /Im176 185 0 R /Im173 182 0 R /Im176 185 0 R /Im79 86 0 R /Im80 87 0 R /Im86 93 0 R /Im79 86 0 R /Im177 186 0 R /Im80 87 0 R /Im81 88 0 R /Im178 187 0 R /Im79 86 0 R /Im179 188 0 R /Im174 183 0 R /Im82 89 0 R /Im179 188 0 R /Im86 93 0 R /Im80 87 0 R /Im86 93 0 R /Im82 89 0 R /Im79 86 0 R /Im80 87 0 R /Im178 187 0 R /Im180 189 0 R /Im175 184 0 R /Im176 185 0 R /Im179 188 0 R /Im168 177 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im47 54 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im62 69 0 R /Im66 73 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im181 190 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im68 75 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im47 54 0 R /Im51 58 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im42 49 0 R /Im63 70 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im71 78 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im65 72 0 R /Im42 49 0 R /Im47 54 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im71 78 0 R /Im55 62 0 R /Im42 49 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im65 72 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im49 56 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im92 99 0 R /Im36 43 0 R /Im87 94 0 R /Im92 99 0 R /Im33 40 0 R /Im36 43 0 R /Im95 102 0 R /Im96 103 0 R /Im24 31 0 R /Im109 116 0 R /Im54 61 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im37 44 0 R /Im25 32 0 R /Im165 174 0 R /Im95 102 0 R /Im24 31 0 R /Im23 30 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im68 75 0 R /Im182 191 0 R /Im47 54 0 R /Im46 53 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im92 99 0 R /Im36 43 0 R /Im87 94 0 R /Im92 99 0 R /Im39 46 0 R /Im36 43 0 R /Im96 103 0 R /Im25 32 0 R /Im24 31 0 R /Im106 113 0 R /Im70 77 0 R /Im64 71 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im55 62 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im65 72 0 R /Im68 75 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im55 62 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im61 68 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im70 77 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im183 192 0 R /Im62 69 0 R /Im70 77 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im113 120 0 R /Im106 113 0 R /Im72 79 0 R /Im168 177 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im170 179 0 R /Im184 193 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im185 194 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im71 78 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im92 99 0 R /Im36 43 0 R /Im87 94 0 R /Im92 99 0 R /Im32 39 0 R /Im37 44 0 R /Im38 45 0 R /Im24 31 0 R /Im186 195 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im26 33 0 R /Im24 31 0 R /Im187 196 0 R /Im106 113 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im68 75 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im66 73 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im70 77 0 R /Im62 69 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im46 53 0 R /Im72 79 0 R /Im51 58 0 R /Im72 79 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im68 75 0 R /Im182 191 0 R /Im47 54 0 R /Im46 53 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im111 118 0 R /Im89 96 0 R /Im51 58 0 R /Im55 62 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im106 113 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im44 51 0 R /Im67 74 0 R /Im46 53 0 R /Im54 61 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im58 65 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im188 197 0 R /Im62 69 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im72 79 0 R /Im56 63 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im103 110 0 R /Im88 95 0 R /Im64 71 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im24 31 0 R /Im33 40 0 R /Im36 43 0 R /Im96 103 0 R /Im20 27 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im106 113 0 R /Im167 176 0 R /Im189 198 0 R /Im190 199 0 R /Im191 200 0 R /Im192 201 0 R /Im167 176 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im54 61 0 R /Im46 53 0 R /Im111 118 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im67 74 0 R /Im51 58 0 R /Im64 71 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im51 58 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im68 75 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im66 73 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im70 77 0 R /Im62 69 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im72 79 0 R /Im117 124 0 R /Im193 202 0 R /Im151 158 0 R /Im138 145 0 R /Im124 131 0 R /Im125 132 0 R /Im156 163 0 R /Im138 145 0 R /Im120 127 0 R /Im157 164 0 R /Im194 203 0 R /Im148 155 0 R /Im195 204 0 R /Im196 205 0 R /Im147 154 0 R /Im197 206 0 R /Im133 140 0 R /Im125 132 0 R /Im123 130 0 R /Im125 132 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im126 133 0 R /Im123 130 0 R /Im124 131 0 R /Im131 138 0 R /Im198 207 0 R /Im156 163 0 R /Im128 135 0 R /Im141 148 0 R /Im160 167 0 R /Im199 208 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 172 0 R
+>>
+endobj
+172 0 obj
+<<
+/Length 649 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K³5¹mä¾\7fÅ·´\17¾]|ÕÃË [\11ÞLØa-µ\99\91Ú#Íè­\9ePÌ¿\9f\10õ]Ve\16\13¬MwÇ\8dÆa\91\ 4\99\0þòÃ\7f|ûË\ fáÛß\7føË\ fñcÎÓ·éc\9aì\9f!|L¯?­ácÉùÛ\12\8fðú÷¯ÿðÃ\8fÿö\87mùö/\7fúá?¾Èç\8fimå\97\8fùõ\97µ|Lñ%\1eãç¿ßâóv\15_§Vüý\97\88óE<\9eÅÓÇ\9a\91ø\96Áè¹\9cÅ\97\8f\bG\ fS\ 2Ã/\17ùò±Ìhòa_ÃëøëYþºøËGλü\82äguú!N\1feºÈ_6\8f~\7f\84ëwùþôñ\1a  \8d\9f
+\1a\95ÇäÑö\97 Ëç,ʧx\9eÿöúK(é­üñu\bÖCþ2\7f:~Ѿ\9fîß\9c¥ý»®ÿü±ìß?£ñ_\13RõoI\92þ±Ó\e\96Y:¾Wý«òk\ 4ã\97Ë÷£ýûüþ-Öõûº\7f\1c`jý¶\ 2ó\17&y â4£-\94-X\fh       ®&\8c©`\fh\v®*X>"´ß1"\ 3¾LòüS|¤\ 21!\138_\8e \95ÏH\85¯*Dç\9f\7få²þì\bÆy\92\8e ]¿\19\99°ëúQùE\93§ú·jW\b\97\87W\80p\ 5\99ü&í?\1d\7fCú{=?áâ\ 2¼ÿ\92¦éc[/ú\7fY¿ðZ&x\87¦`
+ðÕ\ 6m@\ 1ñ\1d\9c¢æC0\ 3\90â"\1a\0¼\ 1)©6\18+`z\1dÀ'\ 60\15(\ f\1cP2~Y¥\ 3\10?Vh\0Ò\f\rÈÅ\87áò³(\8fïà4£\ 3\80|@ì\83¥%J>\18\1d\7fÑ|Pºþ+2\80ú\ 5\90`\ 4áпMóA\98þå)<2\80\19;\0²\ 1Ì0\86Ð\r`Æ1\84p\81\bç\7fÑ\9fð©-_åÓG\9awùùm@_\1eÔ:\1fòr\ 4\98Ó3û\91±ý\91\9cWÑþ\92ï/Ú\ 5ÌÎ_.êù'ó\9fáù\17\ 2x\93\1f½?êú-Èþ9Öo\85ß\ fö\9fèïºJúË\1c¸¼¡ùë\ e\yÙ\ fÍþa\a´Àó\8f\1c\7f%hû·\91õ[ëðÓöõóA\b\8d§¿U÷±\11¿î\1e\9bý6\ 3ñ«÷M\ 3ð©F\1f­üåë)\0\14\90¼\ 3\0\8a\13X=Ýy\vq\96¾\9f\ 2\0i\ 2òWå¥ß\9fʳïÏAü~\ 2\80d8¾\1c}\85R¤ùS\0cFë§;\ fa\81û¯ë¯Eo\9dõ»\1e\9f×¥;ïòõòx9!ß/ß\19à\1fØy\r+Zÿ«óJ×Ï\8coçøÓõÛ2\92\97/¯°mÒúqô\ 6É;¢ç\90\1féo\8chÿ\1dèA\\9f}\7fÚ\1eéï\8e¾<±_1£ïwÌ¿DIÿ\98ó\15Ë\8aæ\7fq¾(z1£Ûó\1a¼Ðù/èþÑíw4çkÐ~ÇU»?\99ý\89[\94ì\ fÝ?x~\91þ\92àw\82öC\ f~'mÿÙþ%è?è\0|
+pÿôà;hëG\83ï\88ì×U\7fé÷'íû9ø\84ì\8f~~Ryæÿ¤\ 2í·\ e¾AÿA·\7fiѾ\9fîÿR\1e¹ß;xs\9dÿ5ø à×\8aö\1fù\ fdýVíþ¦èíË\7fø\ 4\1fÚï¿Ìÿ½Ú ø\9e\16\14\7f\æO\83_|ÿË\ fÀ\19Ç\ f\97£fÿ(x`àKÇÿ¢óOÐ~êÁ\7f\8f\ 3<ÉÐ\7fÑÁ\13ì?èàIY$ý¥ß?/Ïö\7f\81á·à¿×ñ\r¼}Ýßó÷õ\97ï\9f¼¢ø\vÝ?\13^ÿ\rÅ\8f³l?ò¦ÆÏxÿwðFñ\7fÙýU&\18?\ 1ûÍÀ\e-~æà\91\86\9f
+þÌõ\11\8d\99ÿëö½Ý¿õ­ýóË\vüâýÉ·×ö\ e\1eÛѯ\97×õõßÀ\9f÷Û}+\1fuöÉËyÛ/\8f\93<p\1eÊåòþ\f¾+òÞN\7f\93\ eÿ\e<Jàû7\9d}Q\91÷V>\ 1yƾ  @> ýc?\80>àº\80ëGÆ\13È\ 1,@@á\ 3ãßLâ\ e\12þI)à\ 3ÒÅü_Ý\1fãß \15Lòõ»ÃG×ñW\1dþX²¶\83ìüïøÑõ\b\b\92\ fxÙÿG\1a°¡\ 5ðhÀ+\80T>\809\90qB+\88\1cÈ\88\ 1\84J¿9O@ö@b\85íOFP\8f ã\ 2>àz\ 33ø?&4þ\15ÿç\b\ eZ\0\a\82\15ä@0
+\9a?òÀp\ 4\13ç\ 5\8c¯?ßÇ\8a\0\9f¾_F\10â\92¤õ£ó_´ùsþÎCý[gé\12§óßâ þ\18\824#ý\95\9fÏÓ¤Î\9f\13Ò\7f\1d\81NA[?\8eà ï×ùo)"'Ly\81«ò\15Á9­ÿåù\9f®\7f\7f)?³\7f©hö\8f®ß\8cöïº~\9c~\ 3çï ÿ\14¤?²\v\92*ÿï$/ÓWÒ\9aÅóG¾\7f\83ã\vÏ÷&¯Í\9f®ÿ\86ôWG`ó\84ì\97\8eÀæ\8a@÷Î/E\0B\96æÏ^ÀsD÷Ïõ\ 5\9c"\18        Þßòý\97S~ä?\18\ 2Õó\1f8\ 2¤é\7f\8fþ3j\7fò\8cü\aÅþ¼\83Ð<\9bþÆÛ\17\18ª\7fK\19<¿uÿÖðÈ\7fÉ«v\7fÒýÛ ÿ\ 5ô÷\1c\81L\95þSêøËG8è»\8bc|\b\bj\99Ò#ÿ·Ô\17ìþúaý+¢ýàòpþ\17y¦¿\86@-ë­ú²å_«÷^\7fÆë=loîãI\O?[\90¸\9e¾cwG+¯§ïL3\9a½l{\83éÎèø!IãS\0Ë\82çFÞ\91>d¾o#¯£¯¡²'Nò:{)ÁùËÔÛ\90 þÈÔÛ\1d\ 4/\9aÃs¥ÞÒý«¯'ÃúS4ý½c_)Ç\8f²\9f*õ¾g<8{*Jò\1c~Óô\87³§Ò#󳳯\1eé_M\9fëé\1f\8dÝ+õµ·ÿ\14û©¯''yùõ0\ 6Õ|\93ï¯ÔÙÞ÷söVy6ÿ4\89ó'ØOBöS§þÆ\8cÖ_çþFó};ö\9bé_Äç_׿\19\8d\8fö\8f`_\vÔ\7fÙ÷?°·Îüéú¯èþº®?\95ß4y\8a\9dÀóë`\ fMÈûRî_K\9d\8b^< ÅIÔ?\82}Dh\7f\93bGðü:Ö¿²'{ßO×/#ûïÀÞÊüHÿÓ¬éO/uî¤?\8eÔ;ä¿8Rï\16t~<Ø\e\?}ü\15Ú\7f\9d¦?\1c»\83ë'ÛÏ´iþ\a\8dý'ôýzìºcgÊúSì& ÿU×_K½ëé\1fÅ^"´\1f\12Ñý¯Ço\av7¨\7f\av7¨\7f9iú×c\7f\8d\9e_c\7f\8dú\1f\19Ú?=þÉ3ò\1f\95Ô±\8aý\19v7\b\9eä\15î¿~~WôýJù\96z~6¨ÿàþgì/Õ~pìn,~zï\7f\99´ø\81b\7f\ 1®¿\8eýÁøE\9f¿mÿ¼\ em¿í~#®[o{øiG\97\8dg-ýÔ\8a_m'Í|\9a\7fµÝ\1c;K`öJìø\9d¼¦L\9fcghõuß1D´ù׳G\99Cq\ 1ßïÈÜLhý\1c¥\9fÒ*ÉSì§Ö\8d\99_6x\bûÉ\9b¨ý\ 4»)H\7f\1dØMMûîë\ fùþy\16×\9fèß\12Ðø\8eÌÉE\9c?þàøzé³\9a¹p\92×3_\8d·2hýBÍ|\1e=ÿ;qM9ÿ\8cym\99\8f'yY\7f"´?\ eÞ\91ù¾\83ú\1f¡ýQ®\ fÃÞàå§c\8f \8e\ eñ°?÷÷\ f\97Gú«gîFh¿®úÃx\ 3\aö×È_y\ 3T\7ffõü\10ý\995ûÁ±;õü°ºUÐ\7fÐy{«f\7f©þ\8bî\13%¾n\95¹Ûî\9f\9c9\95¦\84î\7f9s*\ 5íüñÌI¸ÿ:v\13GÝOãÍÁñeû\91\12Z?½ìÉλ{r\7f¤\fï\1f\1d;2Þ\GÿyÙ+¸ÿzæè\8cü'GæhͼìùïtüE\8d?:Ø\9f[\7fë÷¯È~92\8fíí°»þØ\7fH5skÔ\7f°²]£þg®\99ß}ý%ØI°õ¿÷ÿ¹ü,ÉSì"j÷\1f\9d\7ftì2Áó«\97ý²Ü\9ffþWî\ 1\8b\1fsFã£Ô3\82\1df¤¿\ eì\14ú/\ eÞá\8c¾ß\91ù:Ãø_/{µÀûCÇ\9e!ø£\97ÝË\96û×ñ\9fxÙ-¤ÿhýIæ#Äo\1ce³&ÕþÜgnöñ\a\929\1a ÿ.ãG\16þV\18Á»ýµîO+\8eªîbë·Uå)aÈxn\8b$N±\aÃÞگױ\87\9a-{Z<½êT@ãë\9c×\10V ¯gýî¼·ëæ{°·(\8e\7fN|ýÎ[»®ß*Øþ\13öÖÝÿ\ eöÖùþ.öÖÙ\7fÊ\9b«U\83\17ß\89ñ\ 6\82ù¾­þêØç\12Äý#¼É\ 5\9d~Ýw\ e+\1aßÁû³\9c±V^ö]Â\86ÖOÇNÂ\86ö\1f½Ûâ´÷PKF\9eô×\91tZ\13Ï\9bñõØÛl\7fj*>Ê¡·½ú§û\82\9dLû+Ñû$.\aÞÆ\97O÷å:¹í\9f\91¼nû\rwhå\1d¶¿â\9eé¾\(µ\1d\86{v\97\8fµüHhþBʺÝ\1d+\18_¯Ø³\17\r¸ÎßÃ\99\86û/s\8e\82\1ay\9dswp\9e[yýÝÈl\7fÜÆ|\97ÚòcX\7f\17¨?î\8a\93ýý#ëg\15\ 3\97ß\1d³t~è»Í\ 6ϯãÝf\91æO+ÞMYÜ\7fönòìüD\8b\eÜûoý>\90þè\9cË\18µóÇß}àí#s.£å\tÎ/\7f÷\88ÒùãýF ýÔ9Ç\ 5\9e\7f¹äG¬-\87zúCç?#ý×y\ 3Ñ8\93\1dý¡ï\16¢ýàï&HÿÐù%ï\9eë\8aæ¯\8f¿iö\93×+x¦?izv\7fZÅÊÞþSÎmÐü\a*\1f\91ývpvkÅÊQ÷3\19nÚÑ?^ñ\12é¿\83³\9b\90ÿèàìfd¿Ñ»\vÎwMV¯%å¡|×½âæ\13ÿ#\95gþG*ªý ë?k÷W\97sÞÑ_þn\ 4í§\8c\ 5Ù/Ï»ÏCý]\1fê/ôß\1cõ\ e¦Iô?Y»\16íþ¥¸ÿ\84ì\9fî\7fîõ\1a\14ý§õ\ 2\82\16¿ðw'Í\7f ë\9f`ü©sî3ò\7f\1d\9cñ\8cü_\9dw\91\v\8a?<\15;¡ý\13Î\8fÉWûóÚ\87»\8a\9büÝICoè»Ë¢á\17\16Õÿd\9cñgþS\86è\95î?e\8c?ùë5\f\9eÿ£^Ãàù+A;\7fÝz\r\1dùN»\989¬·æ\87\82\87\13\10\ 3Ò.¦N¾\11×Ë\9dn\9b$Î9ã\ 5\ 3;\9bêÝ\1dîß\f\99ïv¼;½bø;ß\8dÙ\9e\ 2¡\fUû=Þ\9dÂý\9b5ÅÞ\f{ì(\ fÇ\1e\17iýø»S}·
+=Î\ 6\99\7fI`|=ßyÇ\ eÁúɱG¨­
+{§\87·\v\9eÁ÷{Ú\ 5\97®ß¢­\1f\7f·ÚÐùÓs.j¯ÒÞú³w\9b°Öb£\8d¼£X¨å[7ò!È\15{£h@8x\b\15Hnw\15\8dtÙÊë¤é\88ì·NÚ\8a\87\ 1¹?À\14|JYR\0*\9f5ù.xØ\1e\0½Ù­=\w÷\8f¬_Q×\8f\91®µñi±Ô\19\1d`\1d¼9
+6\f\1aPk\97Ów?Èþ\89\ 6\88]ÀÑ\82çÎ\ 5LIÿ\eò¾ô\87ë\ 3¼l÷\1f<\cÒ_´jËá\9eôÇ\92\ 6Ò\84.p=i YðÜu\0\18i\eéo\b\8efÉè\ 6tT[M³ä\81Rô'£\ 5ôô»\89\8f\f\1e\8cÌú;зÎ÷sô+>\9bÿ¢^`¬_\rú~G¿\9fMû~^q\ 1~¿ìÁZ³cÿ\ 5lè×"FP\ 4\ e\88^-4<ó`\8f\8a\v\83\1eìQ-uÐ\83Íqô\ 2\rz°:ë;£ùë¯/\19:0:ó-\17\r>àÕNíûï\1d\18:ÿ\199\0z\ 4¿£oÊù§ó_Ð\ 5ä@o×Ñ\vÐäÑþéÌ¿¼¡ñ\1d\15/¶g÷G\99´ñ\99þ\96IÓ_öý\aë{ðü\17\18@)YS;míMýûì\97\8f\90M~\93_\7fÍÿ\9cÆ\8aU\9bûÙ\88ëØ»Qo&o©Z+¹0\ 3y\aí4Ô§£V^¾ü\82Qo\1ay½YÞQ®´\9d¿\ e\1fF´{\ eø+Uã3Ý\97\8aæÔ»IÒ\1e
+¿XÊát_*\98Ó®'°~\9er¥IÒ\9f.í»3>§þ\85G§ï(wÚ9~¼Üé"î?kö\83ÖÏAý\áú9zýhö\83\93f¾x¹S4¾£Üd@ã#ô\86DïæüN÷íÖèå±÷\1aºÞ\1e/³*ãwIµ d\aj»y¿\ 6\83\0Æ×Ãçh\ 5\8b;;È\9b\15¡\13è(Ø:£ñ\1däS#\8ftN0/xúì\ 4Z»èÞ÷Sò \95ko- \ðk/zðÄ\ 2Å\ré\9fcþµ]õ¨\ 5JF\1eîZ \12þc\ fF&\8f¦ y\10´àhDßï)غ\8a\1e\ 4\99¿\91\7f;û×m64¸ÿ\aynÐ\83M\ 5y\0\8evÏ¥Hö·[t¡ãÁt\8b.tô\97\17\Õ<8N\9eCû¯ãïÉÈ+/ûy\87¿ó¢\vèü;àÇ\rê¯\ e?\8aö\87\93ß\9eÙÿ\1cT\ f\90\91×\16)\ 2àð\19:¿zÑ¿\1cÑüõ¢\7f9iç\97\93çàùu\90ç²d?iÁMK~êØo
+ÿ\16´\7fzâñA~sß?&\8fî\ fÝ\7fÊ\87ýèùOdÿ¬aCwÿ\18|§}?\87Ï¢dÿ»\ 5O\aïÏ2Áñ\1dä9äÿy
+\9e>³?\aùmðüÕ¼ç²õêõâÜ\93\9aúv\12\97µ§¾\1dµâºñ¯\8d2[qGÁÉém»NòrÁ,+ºp\92\97\9f\1e÷Ä[0¾\9e4^\13ON˧'\8dWß·'ÏÉs\8b¤<ìíÜ\8a6´òèí\9c¡wYT^Ö+{Bó×\8b^\14¤ý\8eÄÓ9HúÇÉsPÿdîI¨\ 5wüúoè\17Ô?GÑ\ 4M\7f(úY\8be\9f¾ß\81~!ãçiö\ 3í\8f\8e\9d\ 4ÍüQì\b\9e\7f½`P\84ç×Q°1EI\7fèú't~®ëO\8bNäé\93»s\9aÿE\7fv\88\81vê~\7fÀô±\1cìãM¯x9#\ 5rd®.\93t\ 1P\ 5¨Ý:Nã;:]#\ 5Ô«õ\eøUÖ^µ~Ö)[;À\14<\98 \ 2ê\15'\83ªÀ\f¼Bë¯;\8f      \1e`Gð,\1e`Þí\a\8d¯¿Ý§¬é?çn¡\v\18\90×îÚý<ñ\0Ó\f\ f lÁRmwÑ¿Að\ 12ô§\7f\80Èü\17è\ 1è­ÆWÕ\83"ß_S\97zßOÇßÐúéï¯Fþêí\1f\83Æ×oà\1c\90þèÙ;FÞêÝàìýÌÚå\9cÖÿ¢\7f¬ìR\867ð"´º5ô\ 5E\10º\a²·ªVÖ\9f¢_¥\88\11\10!\7fÕ÷ï\9e\aMÑ»yÔ\ 3¶ÔÉåØ¿{ö4yÿÌËòùþ¹ÿÀ\1d{æj@ÞAY®ì\9bv\ 2\exþHX\81Ö¥\1e\80¯\1eT\98\80\ 6\90\1fØ"ü\ 1°\84ì\a\ 3Bþ^]Ã=ÿñº\86à\rùê\87\1a\86´\ 2?4Ì2\87©`?B\ e\84\fÄYî)d,\ e¯\14ªV\\ fÃÍ\89[î    d,\ 5p[ë\11¸Ï\0ä\19\8co\0½\1dÞ\93Á\88f¯W_Ù)X`úúøA\e\9f\838\934\7f\1a\15ÒQ\1e\1aÄW\ 2ÅI^§ U\ 2ÅIût
+Z\ eÏöß@¤ÎúÓ\fºüN 9}¿\1e\84\86\80Ý\94\ f\ 4¡Áî\90Î\ 4xù4õ\0\90Ò©+RÀkéT\8e\ 2Í\92\ 2Ñ\14Ü\r)\80\9e¿\1d'ôý\8e\fªÊ\80\9f\ e"@\ 3â@\81B\ 6ë§û {\ 6£r\0)\88PËoôì?G\81Ð\ 1ô´\9cÞÐþÉå#ö\fÆGã\17t\ 19PÀ\82Æwìÿ\8cÎ\8fþ\82\19k\ 2\92\7f|cpÕ\18|ñf°Öõ_Ñø\8eõ7\10ª»þD\7f7t\ 1:Z\16OÐþ\båã*\860!ûí``\84\97\82¦\7f¼üXAö[/\1f\95\90ýU
\7fO@Tì\17O@Ôô\8f3°Ðø\9eòa\9aýçòÚýÍ1°$í\1f\1d_ö?\b\ 6T3 {÷?ÇÀViý©ü
+Ç×AÜ\15î¿\83\ 15j\7f\8d\81µ\88ö\9f00&Íÿ¢\18\b´?:\ 3:W\ 6Cïû{-£Gí§µ\8c\1eÝ¿\9c4ýçå¿4ÿ\91Ê\e\88Þ±\9f<\81\11é¯\92Àh \88Z\0ÇËoiúO\19@\8bj\7f\89þ¯\1a~A\19h+ò?\11\ 3\8dìß\86ÖO\7fE/\13B\7f\14\fÿ;\83é\89ÿh\f¦Ñû§\ 4\8bÁô)>ßw^ ]gf$.Ã'5{ô$.\e\9f­êN+®\97þ6ðª\91wä/ÕäõÓøzþ\92ù\8e\9dñiþVe¿\96ù¾mJ¯ôÿi|\9dÁd\f\86®ò°Òÿ\v\92\97³\17\82ù\9e\9dõã¥ÿ\170\7fGù1c0u÷\8fåï\ 5´þzÛ\15ó\1d\87·\ eÈÒúsyxþô¶9+<?zþæ\8aÖßÑv©¶,\1c>ÿÆ \1c\9cÿ\81\9duæOcïÚöꤿzöÝ\84öïª\7f\94A\14Þ-c[ù+x\9b>æ      Îÿ°__å\ 3
+^É\ 4\0Gù%{À}\1dÄûú\87\ 4üÉ\9a\ 2ñò_ê÷3ðK3\80¼|\182\80\8e\9eɳæ=ÐòU3\1a_ï9¹3ÀÞ
+\18nËOQðlÑ\f\b\aÏ\90\ 1w\80\97+2àúë\95¥/\8e^àÑ^\7fÝÞ\9f\81o\9aÿÆå\91\ 3¤\epë]0ªÿÖ3º§ÿ\94À\13mýÇúÖ¥ôì\ 2:À;·\ 3\8f\8c. GúfFûïHßÌ\9a\ 3A\19xµüá¨\ 3gÕÇü\ e¸ÕþGçG\7f<²êc§\vT\ eþ­úX_\7fÈú­ðüë\ 4¾\r\9d?Gõ-Ñ\ 1¢Áÿ\84\1cHGõ¢\80ÖÏ\ 1~aû¡\83_qTÿ*\81-i\ 1 \ 5o\12²¿\ e\ 2a\86\ 1\84»zØh\0\90\v²\9f\ eý+Ð~êÕßjï¥Q\a<ÏÈ~9z_\18\ 3~ðüæåÙý\9bWõþeé\93\10\0п\1f\ 6p\8eïßÔ\0\9e÷\9cVì?\v ö\9eÓJ\0\9e\1d}????\7f\1fôò\195{½\95׫\17\18z\97{\9d#\bó­^>­¸\» \18s$ß7ÞàÔ·\ 5È+Ô¯ïÔ5ðýrúC¨\8d[Nò:zh\97Gg÷ºè_gþ\1cý\vÒþQôÆ^~ºêÃÐ?¤ý\8e¦ÙµúØI^oüjèß ú[õ¯V\1e1?Yñý é?E?\17t~\1c\8dO\r½K÷\8d/©þ­Hÿ\1dÔCs>;ûÏ\99oèüëÁC\9cÐþ;À\9f\80öÏQ},hç\87¢\8f\1f\ e¾!ýñ\80o\95¹\91î\e\1fqæÙ$Í\9f\82_\19Þ\1f\957ÉþÑõ+ÚúÑüÑY»\7f(óÌ\9cÏÎù¥ó_4ûÅk÷#ûë¨Ý¿júË\99s\9aûÂÇG÷§\ 3½ß´õã\8dC¡ÿâ\0ßÔû\97\80?A»ÿ)ø\11Ð÷ëÔõdÌÛÁû#EÍ~Sð$iç\8f®_Òì\a\aÏÊ#ÿq\aß\9eøOÖx³ç?qð­<[ÿ\19®\9f\9e~l¯\9f­¼üúy0ç:ëÏ\eo"ýÕ[\9f\1d̹Îùé2çF÷ß\98s\9dýçà\9ff?9sNó\9fPêÛöÉ|{\17?-¯8â{æHq\80w«¨¿\84yeì\89®þ±ÚcÏü¿\åFï¯\9cÑùu\80_Ƽ\eØ¿ÏäË\19Ý?áz\0\18ú²§\8f~¢/í\ 1\ 2Ô5¢@\96=:ª@«\16ÀS\ 5Z!\80¢+Ð\86Æw(\10t@\1cµó'äÀ;jçOÈ\0j
+ôYûßòF\9bý\v\93lÁÌ\ 1\8d½Ô'l@×zÿÄ1æ`-}{\12\97ÃO{:\8e÷¼I^{?\80á\1dµÓ'4¾bý\r½[\81<(~ÁÉwYZ?\ eÿm`ûtì:ØõÑY@º\0öö\13Ç\88×!¡ñ=½3m\ 3ÆZÇ\ 5\v\7fã\18ñ8\14ôý:q×zg¶ò\8eÌY+\1fÖ®\9f\ e_ÕÞ\97½õçðÝ\ 2Æ¿ÂW¼÷åòL\7f­øÈ þ\1eä·®þ2òÛ\8c¾_O\9c\f\9a\ 1£ãÇI\1c\9fÀOÆ]ëè?\85\1f\12\?½ubíÛÞÛ\7f
+\7f\9aûÙÑ_V6!f$\7f­\9bÀ\13\ 5â(½\8föß\ 1ßÎÚ\ 5Ê[G¢ýG­?ÉþYâUgÿ8|\85ì\87\ 3þÝ\90þ9à_{{\8d÷­/9|5Kç÷®tþ\93û'\ 5ä¾éðo\8aÚúñÄQhÿdø÷H\1cíÜß\1c¾Bë¯Ã¿{âè\13ý=\12GÝöÏ\12W·G\ elÂþ\8b\1cý¤\82ì\9f\1eý¤\19ù\7f\ eø\17ú\1f\ eøw\81þ\83\ eÿ®Ïü¯£xÚ ÿuÀ_\83þ\7fÚ´óGÑ\87W\0õ\89>´ó\aÜ\8f3÷Ù¸göý_\v\9f\14\99û±\17OSæÏKç#ýwtN\8c\9aÿÀ*\aå\84ö\ fU\ ebÜ7U\7fYâ)Ò_\a÷P´?¼ôþú\b>عgcú_¿\7fÖâWºþ\vô?eúC6ø½c\7f©þBôF§ÿäµ\88þ3\99ÿ\86ì¯#qvCöO/\9cQ&tþôø­\ 4\88~9J÷kç¿\a¾\85ûÎ1,|^3\10×É/µoK     ÷}#\98òÙÞ5£{ª®UÛ\17îÛ\1ePìÀ¨o\9dÙsìl\91Ƨ\89\8f\11m\9e\ 3|\8ch|OÕµê{\86\8c\ eu­3>\ 5?³¦¼ôû-ï¢Ý?\7féþÎúsêÚ$\8dÏl\975®<É˶k§®)ëO±S»;Zy\1d;]Ñø\9eÄÑ\8côO.\9a\12 ýp`\1f\96øÞý~\82=\18õµ\1d_¾;\8f¢k\1dyJ]\8a\9aùåØ\e\?\9dú\94´óÇ©oÕ÷\v½¶c\8cºV\9e}¿Q×:ö\8fÝ\1f\au­{{2ì\f\9d?\aöµhúCõ\7fÙÄû\8b\14\8d«m\9fNò:v»¡õó`ohýtû\9d&4\7f\aö\10àþ\83ý#Ø\9ba_]ýeÔ-uÿpÑÍ\94Ð÷_\8bnRìÌò&;ö\87S¯æG÷ÇÞ6RY?\8e]Aû!;Ï©ÀóëÈ»\\1fù\8f©¶½\1dõ\1fÓ\82Æ×Ûö%xþ\1dÔ¿Mõ?ÉþoÈ\7fw´m\14ã\av\7fe{;ëÜ_4v\ fðû\81ý#ØO\84þ§\ 3{Òü\1f\8aý\18vÞÑ?N½Òüÿnѳ®ý'Ì¥×ùÿd.½ìø\10sÉÞÎ\ 6íW¶¢«\1dÿ\97ç-¢ñ\1dÌ¥E³\7f\1c»BöÃA}\83è\83övö\89\1doH\7fõì;O<¬\853\9a\1fÐ+·\94\80\f°£rËνz¢ÁÖxa\9a\86\14ØênL\83\9d\13«ùnÄuõµ\97ÏVÜA\9dªÖcºo»A£w«ÚÑÈ;Ð\ 3+\e4õÚv`ÞÝÁ\9cj6/\ 4¹fv0÷ot\ 2æþµò²û\1aÌýk7@ï\9c\99W¤?:üge\7fºêË2\17\91ú{2\17\8b´þ\14þY\90\ 2\9fUü~\ 6ß\8c®ß\89:ÕÙ?N\9dBãë}¯\fþÙ\9b·\fenMÈ\092·,ó§3\7f\1aþ\9añï\180NÝBçß\93ù\98\1e\19Ð\18µõ£á»Q7;\ 6\94S·4ûAç\9fG×ÿ\ 4\1fuƧðIAçÇ\ 1\9fÌÚþñÌÉY<¿\ 4~³²\e\9dû\9fS¿\8axÿ0ê\97vþ¸|ytÿÄ\15\9d?\a|fðwgÿ\99÷\9aÌ{mä¯Þ+ëÛ¶Ã_`|Ð7\8eõ\fX\90þ9\1aO¦Gë\97\12Ú\7fGæ]RÝß\ eukÐþ¤\f×O°¿\ 6_½Ãÿýþ»\83\1f(|TÐùsÀ§\ fý\9fôÐÿI¢ÿÃkî£ûÇ¡¿+\1aßÑs\ 1\ 6@:|\9ba\0¤Ã·¹>\7f÷ý'\ 2\7f\ 4íüRø#¬Rü@á\8b\b÷O\86osD÷¿\ eßæ\84ôßS³\1fÅO\1eê\14\1aßSöë\99ÿ°\97\r{âÿìÔ«'ö{/ûõÄ~ïð×\13ÿ'¯\9aÿÃåQüíÐÿ\15\ 1\10zâÝÞ5ó*ïè¹°iö\8f\97\rK\8füß\124ýí\82o\ 3\0Î\17ðm¯Þö\0|ËëXÇ\8a
+¾µânðí$î\ 6ßNònð­\95÷\83o§ÕÓÁ·\9a¶Ôn\1ehøJ;6Æwͺö\ 3tç;¤\19ì\9fî|\87úöqÚ\0\9d»cÎã ú\85\826ÀQ¶mF
\0\9fjÍÙÓørðP\9b¦\9f\14ð²~4ïq\81
\83_\15\1d@\ e¾!ýÑß^-o±w\0\99óny\8b'y¹fr¬5¯G\r@\fHÿuð:FôýºþÆ\88¾_wÞ÷¼Ãëøºón\r+wþõ\88ó\1e\7fOÍ|mý(xU ý\92\9d÷X¹\17§ý×ËÖÍÚõËÁ«(]@¼æ>\1a_?ÿ\96÷8zþ÷¼E ¯çíÖ¦\1f£ç'MÚýC¹Ga\92ô\9fç=>üþ¨Þ\9f÷\r/ûûwÏý\1aÕ_ã~\8dêoÊhþ\8e\9e\ 5Y»ÿ)øWÁ÷\93¼\9e·Y\90¼#oµæ=÷Ö\8f×¼\ fÒ÷ó\86\93H\1e5\8d"ó_Q\0\7f)÷mCöOÏ\1cÉG\01\96w\9bkùQû\95\ 3º\7f\1dܱ Þ\1f\8eÈ~_÷\9fÕ\r°¼¿Sü¡\83\a\19ÞßzÍù\9c¤óO{\ 6Tð»\17¿Ðý\83÷¿cÿf´~\ eðh\86ú'Ç\1fyA\ 1´\1e\7fä\ 5­\9f\1e\7fìàÕ\13ÿÃòþzóçU³àùÓ¹\7fÐÿÐï/Ëû\eÕ_Ëû\e\8d¿\8bh?Øþ×¼¿¼äÛí§i\83\19\88ë§ß°«V\¾ükÉ×ÓÇëÐ×\8c>^/\994Õ«³\95×ÓÞ*o¤7{
+=\98ëÚÈ;xWA\9d\98¯-?ÅþjÚPOy8ï,"Ý\95q×=mð\13x]Ò\10ð\1a2Ò^\ fô\15\91þÈЫñÎzúC×\7fFgß\81½\1aôÖê\9f\8e½.H\7f\1dØë²\81ý\vÓå\ 3(öº¾\e\1f\80°×\88\17°\12ÏZù \13÷\ fðkð\ 4ÄÚ°©¿\82\f<Û$\vF\eæ\ 5dþÑíÁä\17\9a¸`\89\8bf\81\9a\86M ã&ix\18M\ 1î\e\1eò¢aÚ        âÌ5¸~²\ 5Ûkî?±`ÑÀûA\v\17\r{bÁâ\8cÆw0\ fgÍý ú?#\vê\0\8f\17õüa\vv\80o'\v¦7]Ø \v"GïV5lt\ 1Ò\ 4ÝG½j\98\9dï§U\8b\ 2t\ 1äè)Õ|\89¾\vÅÐ7¸þ:u+¢ñ\1d\f½\eÝ?Ñ\0qêÚ$Í\9f~\7f¥î÷. N=Ó\ e`¯èþI^ïX:\9b\v{ß1\90\17½\87û¯£\8f\8bºÿäû\8føm¬ãa\82\11\98£j]­ú5ª?Y\fÁ(ú1¡\10ÈQµ\b;P\ 2úÞv¼<­\9füúi\99\9býõ'èW\1c\r\ 1ë÷'tþ®ßÏ3?áü\ 5û{B\ f\a\ 3=\1c\f¡3´?\ eô\10\86p\9eÌOÕ~ÜSßúã3ê[\1eÔ\7f\93GöKÉ\9cþN}Ó \18F\9d\83\10\84l¿wôQñ_(z]+O\9cäåªÍ\ 5ûOòü\8dú6ª?\aúèÞ¿¦ãæ~\fF\12ßkË\96<O\9dð\vç½×\92ÿ­¸\9eönÌ\97FÜQµË\82ÿV\1e\ 4¯\ 4½¨ÝN[y\84^äÓço\9fÁ¯Ñ\ eë\15Tc\8f«ü\95y²}jS¨U\8fÚ\1fX.º»\17Ö¼Dïû'\85\80¿à²\ 1ï³r\9dA°·ï\90?Bþþ\ 3À}=ç]ïÐéúN]}ÿBû       \97\ 3p\85\80ê\1cjîØù\a.:ÈW!ÏÚ*ÐO¨\8dëº\9fp]Fû\81\ 5|Á"8!ïGÝ×r\ 1EX/\14\v©rØ®3Xõ      ¬h      ¯\13¸¾\81n\9f\9f´sØÞã§\8fmú¾\82B\18ý^\81\83\84ÖY\81ëQzOÀ
+x\9dä\85âïUÞÂÐ\93
+\Î"[Á½\82\97²\82(\8eø\94\0l\ 1>Ê1gí(¿ã\16ð\ 5%¡%\94"¡Où\19é \98\ 1Õâ8£5¸j1U¢%>;F{\19\ 3è\12®Ú\12R%Ú\90=×í\88\95 ï-\0;\ 5;\184x
+êu\90"4¥â\1e¼\7f\ 1í\81ãBI       m\ 2°æL\91\ fHƯÈM%X\83\ 6ìQC®E²\16 ¯?¨W¯ª\15×ßÓk.ÿI\\7fÓ\9bÐð\8e7ÍêP\9fÆ\97siBm¢u\1aßñ&\e¥ï§ozq\ 1ãë\80JHhþ\bP!o¢µ\8bçi|\19Ð\ eõ\1eé}?¥Ã\97      É;j\89ägë?£ýs¼©ÖR\90½ÓG¿\7fѾ\9fÑÉ,\1d¡\95¿\9a?:ÿ\1a\93\rÏ\7fCÖG§CÅ  Y?ô @rñ'¤\7f: l/ª;-s¬\14ë\84ì\8f#\1d\7fJ'\8fðü:Ú %q|2ÿ\84ôÿ:\7f\ 6        Ä\fÏ\9fþýy\15Ï?{\91\9d%yúýµ\94Üð÷ÏÚø¼\96\a:?ÊúWý_lüû\17}z~\ eïcìAú\88÷ì\ fÕÿ\rÞ\9fú\83 ´?\8e6<\13:¿\8e6<\13<?ú\83dxv\7fY-\90Ñû˺\90÷Ï\ f{\10\85ö_\7fÐNpÿu:=¶?úúe´~ºón\ fª£Þûþ ªè\1fÝ¿ù\99ýOÐÿq¤ã,\9aÿÌÓ1Ðþë¹èiEû§3\8aÒ\86î\7f\9d\11\96'èÿÊöÏ\1eDGï\7f«\ 52ê?ïµ@´ïg\ f¢0~Ó\1f\84"\1c_\7f\10ª\9cÖ^üJÓa²É\8fù\8f9«ç\87¬\7fÑì×]:\86f?ïÓ1FýWKÇèé/\7f\10\8d\92<c$æåý¨Óîß\95\91ÈÓ1Ðùq´\91ª\8cüÞþ±\a½¼ÅÃ\7f»{Ñ£û·iþ3OÇÐæOÓ1&h\7f\1dé\18Ïî¯\12´óÇâïú \9a\9a\85ßôAµ¢g\8d¸î}Úæ·â:v7£ÑåÇðP[\18\9fäu쪦â´ò:\9b9XìÞ\95\10Ó£Õ\ f\16»w\96\9fb_vwµò\ eì® ï×±Ë\9a
+|Z?9\95ÉJ\99ôÖ\9f\8f¿Jã³ØÛê\b·òz\vÅPëxöô\97c\7f      Í_o\ 36o\92þPý]àùÕóy\16d}\94دîÿ\8aôO'Ó\85\15Í_÷]Â\86ôïªÿ´\8d\%\ 3\9dÆ\97}ßý\15\1f^\a8=Úÿ\18Ð÷{ê\0£ËËÁÆ\8fHÿtBÍ^GøÓ÷j/O¹\85l4ûõ:G_Øü×g|:\81\8c\16P?\0V\v\0ÄÊF\1c=\0\11\1a ¥\90»¥\83 ñu6ç\ 1>¶ß/\83\1f±æB÷×\9f¬_}@\1f>\80Ð\0éàIÜÐ\ 1Ö/Ð\b\r\90\9e\8eµ\83\97ï\ 3°\f¥c¥Êhkåõàç\0\1f\aýO«åÒw@\19ø\88Æ×û\88Z\ fùþ\ 5Àj¡h\ e\14\1d\v\80RA\ e¨n?Ò\8cæ¯?\1e¤\9a\90ÚÓ?^\bø¡þ@ûá)\ 4¬\9d_
+þ­\9aýêõÁ\1auàó\84.p½\16\0®Ù¿\10\80\ 2\10:\7fM\aë]\0¼\91\96æÁpô\ f]@\8e\ 5¬\8d´ü\vhèá\ 4. G%Ü\84. G%i\18\81]\8bÑqô\ f}¿\ 3ý+Úúqyuþ÷\95\88{ëÏÑC8\7f½\18Ë\82"XG1\9d\15\9d\1fÝ\80åU\8b )ú¸©\110\8eÀËô,\ 2·t\8a>\82Ä*    Ãõ\ 3ù\fØ\ 1\ 1A\bR>}ÿôF?\83éoü\bG\ 4rícÆæ_k\81¥²t\96\1f«\7fMÇhůu i\17÷\bÄuø¦¦2\9fÄõj\1cÆÜi'¯3Ïìå˽xµ\v\91¡\87/'j\84¹`\95\88{ãÓùÇY\9a?E\7fìå¼\95×ÑËÚ\ 4ú$\ fl\17vþöL\8c·|¾uþ8sp\ 1ã;ºpÙËy+\7f¹û(úcÎo+ï`\ enÒ÷Sôw\81ú¯\17"^Ðø\8e.\\87õ¸×\7f\8e¾!óá@\9f7´ÿ\ eæÛ\14¥õ£Áû¤Ù/^È\18\9d?G!Ù\80ÆGè\1f¾{\ eôîåCÝÝ=\949\19\91þé\858cÒì\1fe\9e¥Y²\1fwMä\9fÜ\1fV\8b¥w~y!ã"Ù\ fÊ\9c\9b\8btþºà[;¾\9cÊm\85\8c{úGÏ\8f=}\ eÞÿ\11z/z\17J+\84Ü;ÿ\14}Þò\eüj½'G\17.d\7f<]¸Ðýã\0/ ýp0·"ô\1f\1c\85\94\8b4>»¿\ fð­s\7f\vú/\ eð«\16b\1f\9e\7f-\85Ð\9b?\ 5_óZõ/\ fÕÂJÐþ8\98\10kïþâ¥XVÉ~ñR,Y\\7f²ÿËúÈÿN«\16\7fPðrÕü/º\7f\eò_uìËJ¹ôï¿\ ex8¨¿Ù\1e\ f:úË\99\83Ð\7f\93\1forDß\8fØ\17÷¥XFõ/Ëþ\ f\82Æ×KAå¬ù¿\9c¹¨ùÿ]æá`üs0\ f;ßO±ã\19Æ\1fz!ì\19Ý_\8e.l3¼?ä×÷½\ 6\9d²~¼\10µf¿9sQõÿ\18\9d_ÞÅly\84^\95      ÙO\1d¾*büDZGíþeú_\82¦ÿ4í·ºo99Ýÿ*^\91×F\\1f}ÓFgʳÁÑuæ í}#ï`\ eÖ2d=y\8a}MõîÏÓmìʳ\9670¾ÞD'Ô\ e\9a§å\97\ 3;l¿\1fÐVYÖñ"­_\97yØÊË\ fçÁ\1eÎ;óçYÃE\1a\9f
+Ú?\ fó\ f\8d¯ÇÞ\aöØý~\92õnØc+¯cß+\92wd}¯\9bd}èøÛ*\8dϳ\86\91ýÙ\ 4Ö½a\7f\95¹ÖÈ'Ùwß\99{{å\8eV~\ 5Y+\f»\8bÒ÷_ÏoÅ~\12ü~½       U\9a¥ùSâ\\ e@~\93hóoù\19¬ß&g=ļ\81ñ£`¿wÐ7¿»\98½?`úR>g»l ¢.¾\v)'p\80\8a\eýëX .õÎí>\18u\ eM@\7fù\8e+\1aÿ\8a~ÑJâ¯èù½\83S\87ºv>\81ïL\8e½\8d\19Р\10½âJÒɨ3¯(ìk%iÐ\84\97üÀË\84¼? Þ\17Óç?°À/\10\ eQUâ\14\13\97o¤B¨).à\18é\ 4ÞdO\0­\12K¥w¶
+¡)nL\97\1e\ 2½\9a\ 4×»Æ(\ 4TË©÷Ü@
+A\19\7f·s\béøÐ\888\92Ï\17mý8\7fn\92\8c\18\87Ð\90¼\1e\82¥ZM´·\7f\14BªÕ\90Oòò\13T\9e\90þ; \80 ^\ 2\98¾c½ÐNãëÉÃ\11]\ 2\8e\11^\ 22\7fÝz©\8dºÑ\19Û\1f\9d~\96Ñþ+ô³úý%\88ßÏ 8\14F(É£U~.¢\eÍ ¨\f.Ñ$¸±F_C\97p¼¬ßzy\ 27yä\ 6\ 6¥\99®aPEòC9\864I~äõ\ e\82\16@çÏ\ 5t\0u\ eM\818\ 4*'\8e/`àâ2tÿ\1a\ 2Y_\ 2õë·f¿& îhf\86\94\13®\18L+¯c\0µ\86iïó9\86\84Æwt\93
+õð·ò:\ 6gÙ³íüu\f.fI\9ebp±î_ô&\1fÔù§\19Í_oD\9fÑü¯\11ÔJ³gg \1f®å?y;38\ 1\9d@8£       \ 5\14:\7f\8e\ 3d\ fÈ£\aȼÏî\ 1"\e°Àñu\ 54\ 2LG\ 1éø\86¡wÆç X\96\ e0'ðmhÿ\ 5ëmÍÔò1ÿ\91Ò\13Ñ@ô\8eþP\ 2\90= t\ e0M\9f\8d\9a\ 1å¥ÿ
+øþkáX^zo\92æÏA¨ô."½oÀ\1d\bE1\9c¬] \14ñÚW­¼£\e\9aj@\b
+ZKH·ò\ e\14\f\9c\81â.\15?iä\1d\82\14\18}\7fÁ\18Þº\80ñ\93\9e~¼Eiþ\14\85ÝV0þ\15\85eîÿ\9e¾z\95¿ºÿ\94\81e\f\94V^Gq\ f\f®9@\0\0£ÕÇ \ ft}æ   \94fB:W\b¯\9eW$\1f\84·\13\v\8f\91ÀÚ1¡¼z\9eæ\ 2°+è\0ð:W\10\aðà\15ª·S\9b\91\ f¯s\88\ f\ e\+¯' ¯£.XÕ_è\82è\15\80\92½ãw]\10V½.\rúàÖNL»\81xþiz¤¿9 \1f^×ßl       ì\1dýeúsT¯\eÔ\9f\1dÀ\1asÁ¬\1dØüÈ\83ØóO\9fè_.h|¥\1d\9få\8f"\ fâ
+à±\a\90\f=\b\9dC¾W\9f\ 3ãË\1cò¼"ûáÈ\1fÝ4\17\94ê\1f\f\1cª\ 21\10ý\ 1¦\ 4Í~ÓêuAÃ`zø×Ë\8c<Á¿ª\15ѵ÷=º\11\88;£S
+WÝ»vt¹rûÞ¹á*ï\b_­zR#ï\b_Ív·òzõ'Ë\7fhç¯s\88R\0»§ÛÎ`\8f\ fí÷˶óÀ\9fZy½z_Fãë¶s¯¾vÝ?Ty\9fÁ?pýeß5XåÐvþ:\amÑö\8fs¨fqþDÞò\9f\1ay=v\bVü±=þzþ\9c=^¶ë'WÎ\8d\13ú~GôoÅ\83ÜçÇäÑúë\95\87WO\9eæïÅM2¿¼s\ 2²\9fzþA´Ú!\9dóKá»\\ eý¹\8f\9dX/zh\7fôï/Y²ÿ4ÿrFã_í7\97\87÷\9fÞ9bAëïÉ\7fÔî/ª¿+¼?uøs\83ú'ÇÎqÓƧØɤÙO\9eÿøÌ~\1cü©®ýàù\93\8aýäòÐ~ê\95ë\13<\7f:v\95\90þ]ï\9fnñ³Áû3etþ\1d\95û­øbwþ,ÿqAþ«ÔÊþMÞªèk#\1fV\1d<²÷«A\a,-È\80]7\90'@j\17P\97}5h@\ eö\95û\ 2¯ì·\r\85\ 3z\85\7f³±/^7àýû    æ\90î½\17®\1a sH³E¯¡\8cqH÷nôï\ f(c\1cÒl5hÚ\1f\bÂ%bk\98\ 2XC\a\874§JÁiµ\18\84\81·Ý\13ãÖR\80\ 47´ÖP*@þÊ\80¡\1c\94w\10Ñ\8a»+°\9fÄ\1dÝ\13#\18Þ\11\83Ö'ØÞçó\18<£ï×óHê\13îI^¯À\1dÑøz\ em¨9¼§ñå\18`¯¡ô\1e\7f\8c\80lyP'íÓóhò,}?¥\80T\1fþ$¯×\90ª/¸=ýáã/Òøtýftü<Ý\eÑùóPP\8a4\7fúýµ\83p_ÿ\19\86\80¬\97\9eCk\14\94Óüu\feË¢ýa\18DDó×køT\ 2õèþÇÊ¡\eµ\1f\11Û/7\ 5Å\7fþ¾SP\94ñ)\ 3$!û£w°\88)KãÓýËÚùåydÈ~ \1a2Wÿç³\ 6Pmb~ò\1eP\10\81÷\92ÄZD%nm\ 3\8aRMáè\9d \9eÇ5ªÁm\15¨Q\ f ®P\83å Âª@õo\0V\85
+y0\ e\14qÓ4\98硽_\0[\ fÀQB}B\16ÔQ\ 2\1ey\90»ç¯¬ßüE²\91\8fÈ\ 3xÝKê\15\94\12T`=\8aNh\ 2W\13Â\1a8%h\82P\a'\\86/Õ&6;\9c6R\ 26\15äÂ;ÊX\1d\16èþ\0R\14aFW°\ 3\86\9b×G.@ZÒ³ï_\91\v\8b\ Ö\0R3@½2P£W¨¡ £W¨\95q\1a½Bó\84æ¯\aÀ9 ýuP@\ 2\f\ 1t
+\ 34@:\ 5*'ä\ 2;((µ\ 1\85ï\95\87 äû³\ 6\1cÀ\ 2]h]ÿæ Í\9fÙÿ\8cC09\rÃÊ0\9d¾_×\1f\18Â9J¨¯ðüê\r8Wx\81ë-\ 4¶Qý7
+\ eÒ\7fý\19ÞJ¸÷í\17\88ì\97þ\8cP\ 2\82@ôR&µ\ 4{¬×\88÷ø®3\12\97OÏV¤Ñiü_k¨·ò:\ 3~Çÿ>½×F^gÀï9d;úÛÊë\fø½\ e\92òýÈx¼;8n`ü¤ã?)"yðýgãiu\90V´~:~\9b3\90\8f zÄ\19\0!£ù\87UFßCA\1f \13\18\83y\8f\8d¼N`\fµñÂé\0è\v¸ÔÛ«\1d_oB`\0Z;¾^Äܼ¿Îø¼\ 5a\ 6ã{Z\10\80ÐðÛÂÇV^~D=\0´vþî\16\86ÃãW\12_o|J\82©I¤;\frG\82¡)<µ\88çéüÈÑGÌhýôèÃH<'y\1dÀËÈ\0+\0æQ\béý
+¾/àP\ e\1fÞ\9b\0e¡Íh\ 3\1c\ 5\8d¯¸\7fVÇh\ 2\v\18\1døU\91n\0ZE\7f\9b\8eõÿÒÂëz\ 5ó\1dÜf°\83à\ 5\97"\18Р  q\14bÆ6ÈA\ 4ÊÒ\16R"HDgÐ\91DUÛ8÷}@òýISANäYÐ\1d,W!Iµ\11\br\ 4+\0y\a\8feFGÈA\ 4Â&@ç¡,h|\a\ feAúç©Âôì\ eLë³;0­ê\1dHƯ\91Wïüp\1e\91æ\83ð$2ä\83z\92ÈÔ+\84 \0\ 1Æ\802\915C\1f\ 1sRÏß}!òQýÙ\11¬'>Ô^\ 5éÉùÏF"èèÏõ\ 5À\10¨ È\87 @¨\ 6A!\ 3ê(\83µ@'P\87\80Ä \88*\80h@x%q4¾\92EeU\98P\10\84\1e\ 1(\93v\0¸¼v\80Ùþ\15\18\ 4éO\18\ 5\1a\10%\93¤ÉBÛk\8a>ÈB3O\9a?@aóeï\17ó=\8b\93\9dÞúp~\12×\19\ 4¾ÞÁ@\9a²4>GÐViõ(\ 2U³ØZy\a\83Í\10´Îòó,8´þ\8e.xµ\8aÒi|½\v£\ 5À\1dååò«$Ï\19hÚþóJàhýôËÓ\8a(íß\7f_D\871ÈÂ3ý[´ï§çoMÒù£ß?l}êøµ\vio|\9eÅ6¡ý×ñ\83     \8dïÉbËÒù¥\0 1Ð:ç\8ffAE¤ÿ\8e\84ö_\7f\19`Úú3\ 6Ù"Í\9f®\7fÑ®/úýðüë\15(vþ×\13û\13\17¤¿Z\16Ë»\ 6\11²ß:ýcç\7f\8f;\98[\1dðVþÚÁ¼\ f_Í÷I\1c4úÄ\ 6\81\v\91·ò×\17\94»"FÊ\ 2ÒñC\90ƧmèB}\ 1j.P\a\81-j\ e\18%°ÅòÈ\0§\84.@G\1a\1c(\8a~eh@ô\12@y{d\80\972\7fÎßÒô\8f¢?\v2àº\ 3\91\16ä\0è\ 4Ô\ 3ýjå\81\ 3IJp­åpÀFZù¤í\99\ 3\99`\0ä\b¾'mý8ÿJ½\80     ø\10Ðø\8e\12BQsà(x\92 ýv´ñ\83\ e\98\8e\9e\ 2æü/\18@émü,\85g0ú?ø_\83á¿\95P\1a\8dÿ\ fþ× \0\90k+¤Q\0 /Ï\0\80\fí\97\ 3}5\ 2ýèùßÐýçiãW\ 6\ 3xkÃ\87ì\87§\8d\1f´\7f\ eþ\18ò?\1cUT\8bq\98\1a\aÒ\91Áº\17QW<0Æ¡1\ 6Zi\bl2\85Æø\83e\8c?»Õë¯\8cÑ·\83¹Ïe\8c¾\18,ÿ¡3>£/\87    M_ï"\1d\8c¾\îéÓ\9c\ 1·>\9b\7fDãë]xCmÁ³Wc\19\83Åïe\8c¾½3à\9e¨ßÎ\80Óô\8fe ¢õsàOvýu÷\9fuò{8þ<\83Óï¨ÂooGe\8c>mEÐOòr\ 5ÚP+\10\9eÖï²ÿ\9c\0\87ì\87ÒÉÒ2XÑù׫\98Äé\99ý\8b\7f\1c¿Sô\8ff@F¸þB\a\ f#°¡ïw\10Øìñ¸\9d¿\83À6Iç\87\13Ø2:?z\15°ZÅ®'Ïñ?8\7f\1d¿\84öÃ\91Á<£ó«Wq\8c\vÒ\1fd?\18~¸ ïE~û<ò?GÏï\86î/GúÙ\84¼/½
+^\9a\9eí\7f\92ý\8fû*V=ý¥ð\8fè\7f\1c\9a¿\1eþ¦\ 4ï?ùþJö~ÐÑ\7fÖ\85%Y\ 6y#ïèÂ\92
+\9c\80\8e?\eû¤c@9~§9Pt\ 1¡\ 1ñàwh|½\v\ e\88Ü\85\ 3Déµâ&ãoH\81\1cùÇ\e¼\80\81\ e\8cÞ\85%\1f\ 1Ô4Ô\85%[       n\0Bê7ÙûAkÀÝÑo§\ 26[¾µj\8f»\87M\8d~#\18]\aÿ64º\83¼aÌénù{B~\98êø\83ý×\82\aËoï-À\94ï§ä\vs^»\1dxHðeÙ\e£-Ô¬öÀh\v5«=Ð-?\7fßB̯?uþy\93æÏ\83\7f\8e\12Ð\eø~Gù¡¹ ùëå\87¬öÀ`\a©°$I\7f9y\ 5\19/G        ss~»Ö\8b\95_
+Òü©þAû¥g>DÙ~\91àeBú\83r·Yð\¤õ§ÁO\84çOna\18c\92äiò\8eÙ¯n\a¹Nðݱ_\94ü\93àú\vàKýþ¬Ý?tý
+²ÿúùßÉ7\8aþó\12ÐÈþ{J@?;\7f;ùæ\89ý?È7\83\1d\11·G\e°mÐyÓû¯OÐ\7fÐ\83_#n\8f¶oªísGïï\144ÿ\8f\aßÈÿÒÁï\94Ð÷;2·,slðþO\19\9d\1fýþ·ö_£çÿ¨\9dÔY?Zûi\9e\80<ªýÄbw\18}èµ\83 ýpp§\16ä?9À§UõÿXû0tÿ\85 ³ÿ\8eà·í \b^ïXð\8a\1cpG\ 3÷\80\f\90ÞÃ$\aôýúëI\8eh\ 3õ×\93£x\91û\ 2·âAÈ\ 1ÒÑWëÿÕ7`\84¼SÐ÷+Õ\ 3­üt©\ 50\ 6[ æY³ t\ 2\1dÄ\1föÔ¯'\168/È\82;rçVt\82\1dì\eèA8Ø7\eT\0\9d}³i\b\ 6=\80Ð\0\e\95}2=\8b@J@ó×#\90\124\ f\9aE %h\11\b\9b\7fm\81\1dÃ2´ü\16ÿ6âºÿT; \9dÄuêÏVkW¼\16q¨òA°ë§3}J^±ÇãV^'oØî5ò\ eü§¶09Éëø\8f%\8f\ eü§¶ 9m \8eÿÔ\16j=\ 5àÉcõô¼\14`\b?-\93´ÿ\14\7f²·£výuütFúãÀOíöëè\ f\1f\7f\95Ƨë·<3\1faÑì\a]ÿ5JëOõǸw]ýaø\9d¦¿¼|:Ü\7f=yÇ\92W»ç\87U\7f\82çWÇ/Â&é\1f\9d\7fDãëÜÿ\18mþÙ\89¿YòQ\9aÁ\rru?Qýñ-¾³ßÞòó\97þ+Egodd\80õÇËýÑP¹\0è\ 6\16t\ 1:\0¨\19\19P½øæÎ~Ñ.0\ 6Ài
+ÌÙ/\e\18ÿê~/\17ö¦±_à\ 1ÔÙSÐ\80è\95\17\92\91·[\ 3ìH\9eC\ 6Ø\91ü\ 2\1d ëúóäµùýøÜ\1c`Ä~Å\1d\9cvöËûü}\1d_ïà´÷í~ïÿ<ÖÁiGðÐ\ f\80\13Ä~`\85\87Ð{\1f\v¦\19\88¹\16Ál½@©      Õn\ 4w\ 6\8db\ 4)\8a5£0àêEÐ\f¼\19\19QG\ 6Þ\82¼p\a\8a\v\83(Gý(\18Eé¯@éðb\ 6ç¿i^\ 4¯ß\94$/\8cb\0A»Ä8\88WÄ(\94\8c\1fµ(\90VàN0\8a\90£ \9cÐø\ e\10Î@À®\17Å*\90\1f\80\96\18F1\18ÿHak\r\90\ eÂÍ\8bè\ 5uê7\rºáY4 ôûW-\8cç Üh\18\9av\80»%ÈÛý÷\97 ï\1a\90N        r7\8cpªßÔñ\ 2i\vÂ:ýi,\85\10èÔc\10cíµÍ\9fîù\87´\83á\8aÄõ.ôF!\99îé\93\14\ 20
+ÉtO_å\15È\v\18\1f\ 1è\ 4Â\8a\10\80Û¡ÀM÷ô_Þ\ 1q\91æÏè£Gþ×Ô£\8f\92ý³ò\a\9dý£ëWâ³õ+EZ?\9a\7fT\90þ^\9d\1f\ e\81¡õw@pË\ 4\1eA\1f\1d\b§\1eý\9bu\10\9c$ýçù_êùc\144¤ÿú\vè\ 1\81\8f\ 1É;òOÂ,­?\87°\90ýpä\8f\19\84Õ±þ4\7f,Áõ\17"è:~\ eèüë\1d\1c3Z¿ë÷s
+\99j\7f;\14´AûsÔ\7fr\9fÿï\b\18X?}üY³\7fw\b\9a²þ]\ 4­sþéü\rAëÌ\9f\81\ fq­é\aíù\ 5±\ 3Fàjì\1dª\ fÆ\0\80ù¶~'qý\ 1sE£ëüÝ:éÞð½öÏ­¼§ý3\1a_ÇßíýrOB\1eá¿\86\9a|v\1aßá<©ÛG\9c\9f
\9dÆ×\93Çkåõáõ¯Æ¯·þüý²HßÏÛ'£ñ\1dïo5ð>\8d¯¿¿ÕÚS'ýÑç¿ õw¼ßÖÞ_½ï§ú[\8bßõô\97\17¿\9c$ý¡ãoE\1a\9f®\1f´_\8eËã¡ý\8a5y¶7\7fzùÕÀ½¯ÿÄy¬\9d#Zy\9dÿ°;o`þ:ÿ=ÁÛK/>ZkßõÏ\1f+Þ  í¿£x'º\7f\1cúS\9d·\93¼þ|Zù\13½õ§û?g°~:ÿ=.Ð~èϯ\v:\7fzîm\Ñùwèߪù/tþÛèüM^Ó_Þ|9=º\7fS}y8ÉËÁ\8f5_\1eÕÿ\14¡þê¹ÛµöÞ¨ýL     Î_\ 6\9eSzæ¿¥¤ùo¼ó\8dv~(ÿ½ ûï¨]ZÔó\83\83wë|sÒ\1f\199N\vò\1fôàÛò\ fzö£\97ûß·?äûaôæèý½"ÿÏ\91ÿ!úO¼ö'\9c¿Þy¥æþïþï\1dxK\1f~\ 2Ô_ùûíåÔ\1fþÖ\97Ã\88â\a]\7f\9fêûï÷µC{ñ\13O¿\80þ\87þp\97\9fÝÿ\19úO\ eö}\81þ\9bξ/èþp°ïg¤\7fJ÷HKÿXÞÝïö\ 3pÇ¿Û>ÙB`\ 1\16¤@Ùñòª\ 5ÐT\ 17M\ 1ùË+r@Q\0J\9aooð\ 2\95\rp©­·F\ 1\ 4+þÙS\0þò\8a\ eÐÕ\ 1gü1+ÝÙ\ 2\b:\7fl}Ó7í\11¨ª\9fL\1f«Í£÷\1a\80Cì±Z½ä,/\93Ƕ\ 5Ê\vµ_¬þÈ»ö}\98¿Òï^\7fUÐ×w÷\9d\9a\ 5¼2G8\80X\1d¨æ\ 3ôô\95\10«þÌ=æ\a+@\82¾_©^×VßìÉóê\99¡nÀWù(\ 4\80\ 6@Î@>é\ 50jûè\93¼ä\80X\ 1\11p\80ôöÕ{\ 2C¼Ìÿr\80hõÔ¹\0\ 5ÖÏÿ^}ó\89\ 1\b\v>\81²\ 58\10Èñ\1f\ f\ 4½\ 3ðþ\82û^\ 37\7fô;\8axU¢pe!¯Ä\8d©ô§\90¾Ö_\ e×,bFÀ«UTNòÛe\rç/\92_­P%aï\87ù\8b\15Ü\0\87à|
+ß}Ýw+ø9\81Jij\1f\0=<È
+\86j\87Û\19\W\90¶q\8fh   \1dmÜí!¥\91wT\ 1®\14ÆÓø:\8bÁ\80ÈÔ+BN\80ð\f¿_\aâk!\82\93¼þ\10R\16°þ\8eBD3Z?G"bí"t\92×\13\11í!¥3\7fª?Õ\7f\eÖ\9f\15\8d¯w¡Ú\13±´ñ        \90i~p+¯\ 3\99\93¶ÿ\14\88·@¾óýÌ\ 2î,\14 ?z\1eQ\9c¥ùS :¡ï׫XÇT\90þê]Ü2\9a¿£\90\10´\1f:\10\10Ë&\9d_ÊÂ\99\7f=\11pFã;\1e\92\16M\7f)\8b\ 5\9f\7f\ 1\880ù|\Á#-¬£ÅáíüõB\Ø~\bã[!%¤? \90
+/c\Ð\ 68^"&é\0óD.t\0=/\11è\0ê\81T\8aH\81\1dH~B\ e\84£\92\8e½¤\8e®_F\aر~%?\9b\7f¥Á\ eÏ\7fFã;ÊX/PÿôJP\v\1a_\7f\89´*£\ eTZÑúé\ e\90\ 3çØ?h@\1c]¼&Õ\ 1g]Äà\ 5¤§\0EÍþP 4Bû';PY\f`(\92\9e´\0\82w\11\83\ e\90ÞB=¯(\80ÓS\90 ýÐÛxæ\82æ\7f\rÁi\15i\ 3\0N®"\9d\8dI1\18Àæ\159\0\8eó³Î\8f\ 2ؼA\a\16Üß$\85\1cXZ\aè8ÿc]\10\v¼ÿu\1at    H\7fõ\14\84\1d*#K\7f\894\ 4¥ê\7f+/çÀ\86ZÉ¢'Ï+éÔ\87\9cV^¯$RsH\87ÇOE\1a\9f3Y\v\18ßQ\89(£õC/\89¬\12õ*}?OãÉ@\7ftý=\98¬­¼ÌD²J8½õ£ß_+áô¾\9fWÒÙÄó\83\ 3°P»¨îç`$\0³6P§ý\97ïß\ 3À\19Ý?c\92\8f·\91\87úã¨d\9dÐøz\e÷\80öÏ\ 1@Ô4¢þùc\0\f\9a¿®?Ö\ 6ª¯?\84\89\99\9f\9dÿ\83IÚÑ\9f+\93ÈÒ\88Ðý\13\82Ü\ 6<ÎÚ\ 5Ä\11 ¤\0\ e\ 4hIâ\ 5Âò\80´\v\98\97²Fó×+ÙÄZH²\95Gy|\8c\8aª\1d\0\1a@NÚ\ 1æ\0\8e\7f´\92\ f4 J\1f®ÚF§\96ÒÚ\ fàH*Å\ 1ÀtÖ\8f÷\81B\ e\88\8e \1eTP÷\ 5`TÐøè\ 2NY»\80èúÉ\ e\10\ 1\90j\1e´ÿü\19\80\13\1e]\80      Û\1f\1d@ZàþËETÒ\8a\1càë\v\88Ψ\ 3eEtF/À\ 3\0ê\\80¼\r¼j?I\0\f\ 3(O\exõþb\0N\94ô\8f\ 3\ 1\97\1d¨l/P]\a\8aUÂFöÃ\ 1 \15ä\0;\0´ZJ´\7fÿ°6îÏοµqï}?oÃ\8eì\97\ 3@\13\ 3\18
+À¬Z\0\7fC\ 1\9c\ 3@ÛÐüu\0m\a\80>\ 1´Öÿùºÿ¯\101¿\7fcÿ¯Ó¯üÓô\91÷tèéc-ó'¡ä\v\97'\b\ 5\ 1ß\8eMíÆ\19¦\96J\ 3\b\81óÅ\r\89ù{BôÔ¸Ñ
+\ eó\1e\7f\1f\18ü@\12RÂê\ fÔZ@§\1f\88\ 2¥Î~ Ã\1f\0¡H\98Ñ\12XGñó\1a\b\1dýê\17ÄI[\83+'Ì~ À)\b¤²:\85\ 4¿ \05:ëáÛ>[bõöõ2\f\9b°  oû\10rååµ\1fp5GéB\f·\1f¨æ´ý\81\r\0\aJ\80?\0.tö\ 3ð\vPcQ²\86µ²Äi\r\85Ú´U\væ\ 5ª\91@.¯?°Dí$\\97À~\0\1eæ¨\7fÁ
\10\9dų9{Ûé°â/\0g\91\9c\84\r\9f\ 4p/\935ØðY\14\1cÛ÷\14¢å8ö¦À¾ b\93ªïÂ^bG2©ïH\14ý\04©      ðÔÏ4ß÷7ECקò\91¾\93\7p+`\9b\1ck\95­®M¾\86÷u
+\16\1e\9fÖ@0Hõ\a\12\\ 3\94ª\8251&xµÎ\ 2Wº.bNÕ¦¶\8bøÅEùo¿üáÇ_\84oáÛ/ÿëuÃïòßvÿªþÇ/ÿ°ÿvÜ^¿Z\96×ÿó\9boÿðßÿôí÷¿ûõO\7füÛOÿüíßÿå\17ßþü×?ýæÿþú§ß|û\9fÿïÛ¿ÿçÏ¿ûýï¿ýê\1f~ý«\7füö\8b\8foÿù»\9fþ×O\7fýùÛ?}ûíÏ?ÿù\9f\7füñï\7fÿûÇÏ¿ýÝß>þøÓÏ?þêe,þë¯ÿã\8fÿçÇ?ÿm\97ûøíÏ\7føý?~ûåÿþá_\7fùúºÿ\ fã]¯\82
+endstream
+endobj
+173 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 650 0 R
+/Name /Im164
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c`üÏÀÜÜÀÏÞ ÇÞ ÃÎ`ÃÄPÁ\0E\1fPQ\ 1\13C\ 1;\83\85\1c\83ü\ f\ 6ö\a\f\82"5\93E\ 1Öo\ e¿
+endstream
+endobj
+174 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 651 0 R
+/Name /Im165
+/Width 35
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg?ð\83A~þã?\fÆ?¾Ë1$?¨ácH>PÁ\ f!\8e7|\90c`G%ø\19\1fØ \12\15   rÌ\a*\ e\0\89\ 2\10ñ±\ 1H\147Ø°7Ô3H03Ø0(\8bÔNV\ 5\0ä\97#\82
+endstream
+endobj
+175 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 652 0 R
+/Name /Im166
+/Width 26
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f f?À\ fÄÌ@Ì\bÃ\aØ\ f0@q\ 2\f3@ð\ 3\ 6öÿP\fbÃÅa\98\ 1/þÿ\1f\82¥äëçÉ\ 1\0\ó.;
+endstream
+endobj
+176 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 653 0 R
+/Name /Im167
+/Width 5
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\1c\14\80¸¬"5\93y\ 1xa\bÆ
+endstream
+endobj
+177 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 654 0 R
+/Name /Im168
+/Width 15
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿïÿ?ö\ 3äÀÿ@\9düò\ró\ 4\0\1a¯\1eN
+endstream
+endobj
+178 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 655 0 R
+/Name /Im169
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3Ãÿÿÿ\18Ø\ fÈ\ 31{\ 3û\ 1æ\ 3ì\a\18\1f\0ñ\aö\ 3\f ü\ 3\88+ ¸\86\b\f\ 3ªÿ\ 3Ä<\90¹ óåÁöý\aÚ+'_?O\19\0ÿ?2Ð
+endstream
+endobj
+179 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 656 0 R
+/Name /Im170
+/Width 18
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d½\r@P\18\86ÑG¾Äm$7ÑP\88\19\94*V1\82RÅ·\88]ÞQ\8c TH®\9f\93\13NâM?0G¦èWð;èkZL\9d\89ðöo\84\16\1aèa\86\83L\98c(G\ 5ª3\8dÉ·äé_¶ë^=hq\1f\v
+endstream
+endobj
+180 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 657 0 R
+/Name /Im171
+/Width 20
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU˱\r@@\0\7f\91Ð\88JB!\7f\ 6¥Ê,&a\12F\93\eÁ\ 6ç\'yí£\83LX\8b½¸    ÙE%\8dÔÒÊ$£,2Ë&QRz²ïþ\85\14³Þã\1c\99\12è
+endstream
+endobj
+181 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 658 0 R
+/Name /Im172
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMʱ\r\ 21\10DÑo]àð
+ °DB\17v[\ 4Àn5ÔáR\Â\85\ 4è\86µ\9c ÑKf\ 69Y\aE_j>y%a\98Ë­ËÛ4\962\8c2j\806õÅ|\11pBúÀv@\8eË\1es\89º2x\84{\18©Ïl\9ez\96ú\1eJhÁ$×\9fËíù¾þ\0²^Fù
+endstream
+endobj
+182 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 659 0 R
+/Name /Im173
+/Width 51
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f \9e\0Ãÿ\83ÿ\ fÔ\7f\7füÿÃÿ?\18øÏó\7f\87\81ÿ\ eûwF u\83ù\1fÃ?\ 6þ\ fÌ\7f\90¨\aÌ?èIýÿgÿ¿ÿÿ\ 3TÊXºv\96\15\0B\89^&
+endstream
+endobj
+183 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 660 0 R
+/Name /Im174
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?Ãÿçÿ\ füÿÿÿ\ 1ÿ?þ\ fü?Ø\7fð?`þÃÿ\80ñ\1f\ 23ü'\8cáêÿð\7f\0ê\a\99\ 3\83Ì}þ¿\81ÿá?\ 6 :\82øÿ?\ 4VP¯\9b¥
+\0¡\8cJ\91
+endstream
+endobj
+184 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 661 0 R
+/Name /Im175
+/Width 15
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?\10òS      þÿ\a\82üZu+\85\0JÒ.£
+endstream
+endobj
+185 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 662 0 R
+/Name /Im176
+/Width 26
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÌ»\r\800\f\ 4Ð\8b((ÝCáQ¼\19ñ\1cLs£d\ 4J\8a(Æ E\14¯º\ f\8c(qa\89\ ei\ 3J\83ºÁ\½âÃW@\18\11?\0S\9d\1c¹+T\16J[|½%\7fG\96z\ 6\rÛ~\9cú\0;Ê,4
+endstream
+endobj
+186 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 663 0 R
+/Name /Im177
+/Width 30
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cm\8c1\ eÂ0\10\ 4\17¹Hé\96
+KT<!\ 5â>fÙæ\eyMøI:Ú+]XY\96tHè4ÅjF\a>=ðÝ#9Òkdk{6\94¹âÿÉA\rÔ"²#qÃ\99\r3pp\17\ farFÊsÕïM¸¶\17Ä\9e\11úÀé\87\82à\15\93Û\9a¾m\vÜ\81ê¸ÜÊrý\0ZÑFH
+endstream
+endobj
+187 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 664 0 R
+/Name /Im178
+/Width 30
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüßÀÀÿÿ\ 3\83üÿ?\fö\aÿ1Ø\1f¨\87\ 6ù\ 6û\ 6~\ 6û\ 6\ 6\18f\ 6*þÿ¿\81\1d\88å?Ø7\80Ô\0U\82ñ?\14\\ f\14\ 3âÆû\röÿçÿáÿÏÿ\87ù\aó\1f9éºY\8a\0HÌ/÷
+endstream
+endobj
+188 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 665 0 R
+/Name /Im179
+/Width 22
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%±\r\80 \10\ 5ÐO((íl(\Á\r\92ÂÀ\1eL\83\9bÜ\b×y\ 5á«ñåù¹/ÔD-^3Ôpü'@A\9d¨ì\89²Q\ 3ÍÑ\10\ 6Ü\10\9coýf\83Ñ))7ûE¬±´ø\0ë\19/M
+endstream
+endobj
+189 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 666 0 R
+/Name /Im180
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81á?\14ó\93\8cÿ3ð?ÿ\7f\80ÿÿÿ\aüÿØ?ðÿ`þÁÿ\80ñ\ f\10ÿ\ 3ÊÃð\7f"0T-Pï\a \ 6\99\ 3dñÏ\a\9aËþ¿\81\8fñ\1f\83\82VÝJU\0\932H\r
+endstream
+endobj
+190 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 667 0 R
+/Name /Im181
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿOþß\7f f?Àø\80ý\0Ã\ 1jcæ\ 3\8c\r Ìø\0\84\99\19\18>°10ÔÈ00Èÿ```\7fÀ ¯P?O   \0\9aZ1È
+endstream
+endobj
+191 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 668 0 R
+/Name /Im182
+/Width 37
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90\87\81¡þù?\ 6Æ\ fõì\fÌ\aþ±7°7üáoàgø\ 1"*Ø\19\80\ 4\ 3Vâ?\104\80  \90:j\12ÿ\1fÿ·ÿ\ 1&T\15\1aæ«\ 1\0Ú\9a2j
+endstream
+endobj
+192 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 669 0 R
+/Name /Im183
+/Width 22
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d±\r\80 \10\ 5ÐO(hLè\f\ 5     kXá*\8e`I\81Â$Îr£Ü\b\94\14&'øò\8aô"ýV-©vj>\f³!¶D¶RÀ\88øÏÀ\vt¨±Aó2\1a\9amõa\84Ûá"¶\8c\94U\17\99×p=þ\ 3£Ã%G
+endstream
+endobj
+193 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 670 0 R
+/Name /Im184
+/Width 18
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93©a°ûÇ\90ßÇp\9e\8fá\1c\1f\ 3\1f\18ÉÈ\0Ñ\ 1\19\8b\ 32\96\r\16ò\f\12|\f\r\0饠 \99
+endstream
+endobj
+194 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 671 0 R
+/Name /Im185
+/Width 25
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc\7fÀ`ßÿ\81ÁøG\ 5\a\v\86ä\a6\fÉ\al\18\8e7T0°#a~\86\ f\bÌø°A\8eñ1\83\1cóa >Æ Çx\8eÁ\86ñ\ f\83\ 4C\ 1\83¤Hýdi\0\8df\18¿
+endstream
+endobj
+195 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 672 0 R
+/Name /Im186
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc?ÜÀÿü\80\ 3\83\8a\a        \95 tàã\ 1\86\ f\f\10Äø\0\8a
+\1f$|>p\0\88\1e\1flx~\98¡æ\1f\83E\r\83°HídQ\0 à\1f2
+endstream
+endobj
+196 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 673 0 R
+/Name /Im187
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco0\90?Payà\83á\83\ f\89\a>$\1føpøà\ 3öF(âg>\80\rP$ßÀþ\9f\81ñ=\ 3\ 3?\ 3\ 3\1f\ 3\83\1cC\85\fC\85\rCA\ 5\a\ 6û\ 3\fò\f\f¢²µ\93Å\0¹Ã\1e\98
+endstream
+endobj
+197 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 674 0 R
+/Name /Im188
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90ßÀðÿ\ 3ãÃ\ fÌ\a?°7~àgÀ\82þÿ\a!¬RxÐÿçÿ\81HB¡a¾$\0§\10
+endstream
+endobj
+198 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 675 0 R
+/Name /Im189
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÍ«\11\800\14DÑÇDD¦\ 3b0t\80`\86\96R\ 1\1fE\17ÔB))!("2yì
\1c·wU7\8dúa\93\f\ 2\ 2h"0'°+p\ 2Z2\92@\12¸2¸\vÐ
+*)\vÈ\vg\13ñ¬8ö\b\8f\98Ì\8fò"UTwM?\9d\9f\8fþ\ 1ÀëF×
+endstream
+endobj
+199 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 676 0 R
+/Name /Im190
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀþ¿\81¿ý\80\ 3\ fu ôã\1fã\8fÿÿAè\1f\ 3\ 3\ 4Õ\81\91=\83\85<\83\ 5ÿ\81\ fìÿ\1f0üo\10\15©\9f,\ 1\0Ùb\1c\12
+endstream
+endobj
+200 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 677 0 R
+/Name /Im191
+/Width 25
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿá\7fÃ\7f(æ?`Á\0Âì\ f
+ øÃ\a\ 6æ\ f\ f\18\98\7f>``üy\0\8c\19þ7 p=\ 3\ 4ÛA±\f\14[00T\0ñ\9f
+ .``xð\80\81á#\10×\ 3µÈ\ 3¥%eë'Ë\0\0ÄÀ(\e
+endstream
+endobj
+201 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 678 0 R
+/Name /Im192
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g°?\90øàÀ\83\a\1f\1e\140\140|`xÀx\80±\81\99\81\8d\81Ç@ÂÀ  þÁ\7f ä\11®\9b$\b\0\9bN\12,
+endstream
+endobj
+202 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 679 0 R
+/Name /Im193
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g¨o8|à\ 1\100\0\ 1æ\ 6v\ 6>\ 6\99\ 4\83\84ú\ 3ÿ\81\90[ ¾\9f\1f\0\10<
+endstream
+endobj
+203 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 680 0 R
+/Name /Im194
+/Width 10
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8ÀØÀÌÀÆÀÇÀàÁ`\ 1\84\ 6\f\ 5@\98\0\84\ f°@\908HÞ\0¬V\ 2¨\8b\ f¨\9b\99\81±\81á\0\97ZÝl~\0Ë\18\11\91
+endstream
+endobj
+204 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 681 0 R
+/Name /Im195
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90\7f`Q\0\ 4\16\1f\ 6\ 2\vj
+jìÿÈïa°a°`°0¨¨(¨xPxÀ¾A\9e\81O¢nº0\0\15\96
+endstream
+endobj
+205 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 682 0 R
+/Name /Im196
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90\7f`Q``Q\0\86\15\16u\ 5ö\ fä\ fð?\90ÿ`ù£ æ\81Í\ 3\190\94(°°(\90\7fÀßÀ'Q7]\18\0@E\15z
+endstream
+endobj
+206 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 683 0 R
+/Name /Im197
+/Width 10
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90À`À Á ÃÀÃÀÆÀ\ e\84Ì\fÌ\rÌ\r\8c x\0\v\ 4\8a\83ä\99ÁjÙ\80ºd\80º\r\80¦\1c`àR«\9bÍ\ f\0\88X\10A
+endstream
+endobj
+207 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 684 0 R
+/Name /Im198
+/Width 6
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\900HH8pàÇ\9f?5\16l<u3¹\ 1Bn\ai
+endstream
+endobj
+208 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 685 0 R
+/Name /Im199
+/Width 6
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñçO\r\ f\8f\84\84A\82\ 3\eOíLn\0EW\ 6(
+endstream
+endobj
+209 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im200 211 0 R /Im201 212 0 R /Im202 213 0 R /Im190 199 0 R /Im167 176 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im112 119 0 R /Im49 56 0 R /Im62 69 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im72 79 0 R /Im203 214 0 R /Im204 215 0 R /Im201 212 0 R /Im205 216 0 R /Im190 199 0 R /Im167 176 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im58 65 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im75 82 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im72 79 0 R /Im206 217 0 R /Im207 218 0 R /Im208 219 0 R /Im209 220 0 R /Im167 176 0 R /Im56 63 0 R /Im111 118 0 R /Im51 58 0 R /Im53 60 0 R /Im55 62 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im45 52 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im72 79 0 R /Im210 221 0 R /Im190 199 0 R /Im211 222 0 R /Im212 223 0 R /Im213 224 0 R /Im167 176 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im54 61 0 R /Im185 194 0 R /Im71 78 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im214 225 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im185 194 0 R /Im215 226 0 R /Im214 225 0 R /Im72 79 0 R /Im216 227 0 R /Im217 228 0 R /Im81 88 0 R /Im81 88 0 R /Im82 89 0 R /Im81 88 0 R /Im179 188 0 R /Im218 229 0 R /Im81 88 0 R /Im82 89 0 R /Im173 182 0 R /Im80 87 0 R /Im81 88 0 R /Im178 187 0 R /Im79 86 0 R /Im179 188 0 R /Im174 183 0 R /Im82 89 0 R /Im179 188 0 R /Im86 93 0 R /Im80 87 0 R /Im86 93 0 R /Im82 89 0 R /Im79 86 0 R /Im80 87 0 R /Im178 187 0 R /Im180 189 0 R /Im175 184 0 R /Im176 185 0 R /Im179 188 0 R /Im168 177 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im62 69 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im49 56 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im111 118 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im43 50 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im113 120 0 R /Im70 77 0 R /Im64 71 0 R /Im183 192 0 R /Im62 69 0 R /Im70 77 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im97 104 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im33 40 0 R /Im187 196 0 R /Im91 98 0 R /Im24 31 0 R /Im219 230 0 R /Im70 77 0 R /Im64 71 0 R /Im183 192 0 R /Im62 69 0 R /Im70 77 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im113 120 0 R /Im106 113 0 R /Im106 113 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im72 79 0 R /Im58 65 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im63 70 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im61 68 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im64 71 0 R /Im46 53 0 R /Im51 58 0 R /Im53 60 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im49 56 0 R /Im70 77 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im71 78 0 R /Im99 106 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im75 82 0 R /Im45 52 0 R /Im62 69 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im49 56 0 R /Im46 53 0 R /Im69 76 0 R /Im43 50 0 R /Im62 69 0 R /Im49 56 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im62 69 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im43 50 0 R /Im72 79 0 R /Im114 121 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im72 79 0 R /Im168 177 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im45 52 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im52 59 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im32 39 0 R /Im87 94 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im42 49 0 R /Im70 77 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im71 78 0 R /Im99 106 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im62 69 0 R /Im45 52 0 R /Im97 104 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im33 40 0 R /Im187 196 0 R /Im91 98 0 R /Im24 31 0 R /Im220 231 0 R /Im49 56 0 R /Im62 69 0 R /Im45 52 0 R /Im164 173 0 R /Im96 103 0 R /Im36 43 0 R /Im87 94 0 R /Im92 99 0 R /Im70 77 0 R /Im64 71 0 R /Im183 192 0 R /Im62 69 0 R /Im70 77 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im113 120 0 R /Im106 113 0 R /Im106 113 0 R /Im49 56 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im70 77 0 R /Im62 69 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im72 79 0 R /Im51 58 0 R /Im72 79 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im67 74 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im164 173 0 R /Im93 100 0 R /Im96 103 0 R /Im96 103 0 R /Im32 39 0 R /Im87 94 0 R /Im32 39 0 R /Im93 100 0 R /Im37 44 0 R /Im97 104 0 R /Im109 116 0 R /Im54 61 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im49 56 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im62 69 0 R /Im53 60 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im58 65 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im23 30 0 R /Im24 31 0 R /Im91 98 0 R /Im96 103 0 R /Im36 43 0 R /Im164 173 0 R /Im24 31 0 R /Im165 174 0 R /Im24 31 0 R /Im37 44 0 R /Im33 40 0 R /Im87 94 0 R /Im164 173 0 R /Im92 99 0 R /Im24 31 0 R /Im165 174 0 R /Im24 31 0 R /Im72 79 0 R /Im58 65 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im53 60 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im68 75 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im68 75 0 R /Im70 77 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im101 108 0 R /Im72 79 0 R /Im99 106 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im42 49 0 R /Im70 77 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im89 96 0 R /Im97 104 0 R /Im46 53 0 R /Im72 79 0 R /Im51 58 0 R /Im72 79 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im106 113 0 R /Im72 79 0 R /Im221 232 0 R /Im222 233 0 R /Im223 234 0 R /Im176 185 0 R /Im179 188 0 R /Im80 87 0 R /Im81 88 0 R /Im84 91 0 R /Im85 92 0 R /Im80 87 0 R /Im84 91 0 R /Im81 88 0 R /Im176 185 0 R /Im82 89 0 R /Im218 229 0 R /Im80 87 0 R /Im223 234 0 R /Im176 185 0 R /Im86 93 0 R /Im173 182 0 R /Im174 183 0 R /Im175 184 0 R /Im176 185 0 R /Im173 182 0 R /Im176 185 0 R /Im79 86 0 R /Im80 87 0 R /Im178 187 0 R /Im80 87 0 R /Im86 93 0 R /Im82 89 0 R /Im79 86 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im49 56 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im53 60 0 R /Im64 71 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im70 77 0 R /Im64 71 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im230 241 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im46 53 0 R /Im70 77 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im46 53 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im74 81 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im63 70 0 R /Im46 53 0 R /Im76 83 0 R /Im72 79 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im97 104 0 R /Im171 180 0 R /Im72 79 0 R /Im99 106 0 R /Im106 113 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im71 78 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im43 50 0 R /Im97 104 0 R /Im171 180 0 R /Im72 79 0 R /Im170 179 0 R /Im106 113 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im97 104 0 R /Im171 180 0 R /Im72 79 0 R /Im105 112 0 R /Im106 113 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im71 78 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im97 104 0 R /Im171 180 0 R /Im72 79 0 R /Im171 180 0 R /Im106 113 0 R /Im72 79 0 R /Im117 124 0 R /Im231 242 0 R /Im232 243 0 R /Im129 136 0 R /Im133 140 0 R /Im156 163 0 R /Im156 163 0 R /Im157 164 0 R /Im123 130 0 R /Im125 132 0 R /Im141 148 0 R /Im124 131 0 R /Im121 128 0 R /Im137 144 0 R /Im126 133 0 R /Im121 128 0 R /Im128 135 0 R /Im120 127 0 R /Im128 135 0 R /Im129 136 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im137 144 0 R /Im124 131 0 R /Im128 135 0 R /Im134 141 0 R /Im124 131 0 R /Im138 145 0 R /Im131 138 0 R /Im162 169 0 R /Im121 128 0 R /Im156 163 0 R /Im156 163 0 R /Im132 139 0 R /Im123 130 0 R /Im134 141 0 R /Im121 128 0 R /Im122 129 0 R /Im123 130 0 R /Im120 127 0 R /Im121 128 0 R /Im120 127 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im129 136 0 R /Im128 135 0 R /Im124 131 0 R /Im126 133 0 R /Im152 159 0 R /Im141 148 0 R /Im128 135 0 R /Im131 138 0 R /Im121 128 0 R /Im120 127 0 R /Im134 141 0 R /Im142 149 0 R /Im152 159 0 R /Im143 150 0 R /Im136 143 0 R /Im143 150 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im125 132 0 R /Im121 128 0 R /Im125 132 0 R /Im128 135 0 R /Im129 136 0 R /Im128 135 0 R /Im120 127 0 R /Im123 130 0 R /Im128 135 0 R /Im129 136 0 R /Im133 140 0 R /Im125 132 0 R /Im194 203 0 R /Im136 143 0 R /Im143 150 0 R /Im151 158 0 R /Im143 150 0 R /Im145 152 0 R /Im143 150 0 R /Im197 206 0 R /Im135 142 0 R /Im162 169 0 R /Im152 159 0 R /Im128 135 0 R /Im141 148 0 R /Im138 145 0 R /Im120 127 0 R /Im138 145 0 R /Im156 163 0 R /Im125 132 0 R /Im128 135 0 R /Im132 139 0 R /Im123 130 0 R /Im141 148 0 R /Im128 135 0 R /Im120 127 0 R /Im126 133 0 R /Im138 145 0 R /Im141 148 0 R /Im126 133 0 R /Im123 130 0 R /Im157 164 0 R /Im129 136 0 R /Im128 135 0 R /Im124 131 0 R /Im138 145 0 R /Im129 136 0 R /Im124 131 0 R /Im123 130 0 R /Im123 130 0 R /Im141 148 0 R /Im128 135 0 R /Im137 144 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im129 136 0 R /Im133 140 0 R /Im156 163 0 R /Im156 163 0 R /Im139 146 0 R /Im125 132 0 R /Im128 135 0 R /Im133 140 0 R /Im124 131 0 R /Im141 148 0 R /Im123 130 0 R /Im141 148 0 R /Im128 135 0 R /Im157 164 0 R /Im123 130 0 R /Im135 142 0 R /Im162 169 0 R /Im152 159 0 R /Im121 128 0 R /Im141 148 0 R /Im152 159 0 R /Im121 128 0 R /Im125 132 0 R /Im138 145 0 R /Im122 129 0 R /Im138 145 0 R /Im121 128 0 R /Im156 163 0 R /Im138 145 0 R /Im132 139 0 R /Im156 163 0 R /Im123 130 0 R /Im129 136 0 R /Im128 135 0 R /Im124 131 0 R /Im137 144 0 R /Im133 140 0 R /Im132 139 0 R /Im156 163 0 R /Im121 128 0 R /Im141 148 0 R /Im157 164 0 R /Im121 128 0 R /Im125 132 0 R /Im126 133 0 R /Im124 131 0 R /Im121 128 0 R /Im132 139 0 R /Im133 140 0 R /Im126 133 0 R /Im121 128 0 R /Im128 135 0 R /Im120 127 0 R /Im143 150 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 210 0 R
+>>
+endobj
+210 0 obj
+<<
+/Length 686 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}ɲ%»uÝü}E\r¥\81.\13]6\1a:dExâ\90B\1cjb\93\94E\9bTK\aÃ\7fï\93÷`g]$ÖºX\e9©¨x¯p\80ÜØíÂnþý\97¿ÿñï¿\84\1f\7fþåõçò±/Ë\8fåc¹þÜ>r^~ìá£,ùÇ\16ãÇ\12ó\8fßüñ\97_ý·?Æ×ÿþ\9b\7fýåï¿ü@ù(±]\9f?\7fñH\1fqí×\87ûúõËÊfý\ 1×Ç~ÿ%£õa)à\aÂÑ}@ø\88ð\0\1fÇÞýÀºõ_°EDÁ\10W@Â\ 2(¸­÷õëþZ\9fÒçºv}ÞïëóDzÃ\ fH\88\84¥»\81\17\9d\7f>Àþ[w~º\7fA7Ðï\9f>\ 2ä °.\80~9\8d׿o$¬\19ì\9fó}ýÁöß\10ý×îü¹\93 º~\8f`ÿUçà}Cë»ï§ô\87"ØÓ?~¬\19ñïKØ\10ÿ­cþ}ï\1f_\12د/\1dýÙýÅ\80ø§¿?&?1.\8fä'¾äwN~^\8aãu¢\98ê÷\87ãc_¯û+*ÿÄ\1c$þaò\133Ò?½üÐû/Aº\7fz\7fE\93?¾ÿ.íOé·jô£ü»n\12ÿö\ 6äý_âK\7fô\ 6dëögö#îé\91ý\88\a¼¿\8eÿ)ý\ fôýÊý¿é\97\16M\7f³ýÓ¢Ý?Ý?ÄGö#½ôÇ\13ý\93b~¤\7fRBû÷ú\87Ù¯\94\91þÓíWÊÈ\7fÐíW\82ò¯Û¯´jß¿\11\a.­;X¿uú\97Þ߶>\92\9f´kö3}ì\98~{AüÛù\9fôüÇ3û\97\17\8dþìû3´ÿºýÈ\vº?]þrxæ?ç ùÏìþr\84ûwüG×'¨¿ºûgò\9bÓ\86ÖËö/gÄ¿kG?¦\7fsÞ%ýKé_4ÿ\95Å/¹ ï/²ÿ\95Wx~à\7f\91ûÛàzA~ëú\1dÆ\1f\ 2ý«üì\88\7f{ù¡ß\ fã\87^ÿ÷ú·Òÿ@ö;\84î\a§ºøú\ 3éã¥ü\7f\94\97\ 2ùt \1a\a:\1fê\a\94 \ 5\ 2K\80\ e\88Ì@Á\14Ør\f\f(      ÀCu \9aõ}\0N\ 3`s`\9aõ:\ 3\84\97\ 3óÉÀíúîüÌ\0\84´\80óë\ 1ä\ 5\804ë{\a|\b\80´ë\1d\0\búþ^\81\9b\ 2\eÐ\9f\ 2@eCôÓ\ 1 \15í\8f¾\9fì¿Ei\7fzÿÛ.Ý\7fÏ\7fuý^\ 3¸eýX\7fÊ\8fÀ?õüûú\8c~G\94èG\ 1¬cCò#\a '\0£ð\ f\ 5\0Â"î\8fõ_\fPþe\a$\ 6$\7fºþ\8d\11é?¤\7f\19\80\83ôo\7f\7f4\80O5\80oõ¯¤¿+\84¾½nk­lh\106p\80
\7fûÛ\7f¸¯\aúã[\bþ¾\1e\ 4\80xÿP\ 3\80û\ f\80\bê{\f¾ý\81       \fþö\ 3\1e\f>\ 3\1az0ø·
+l×{0ø\1dPÀ¡B*\86wÛ_\16áP\16´^\16aÃðÛõº\b\875 úÉ"\1c\7fO?zþ\rÉ@\7fþ~\7f3\81\a8ÿÚ¹ Ô\ 5ØÑù\1d.@\8dá§ùïX%ú1\17è¥mÀþú\eÐi\82\9eðÿù\ 6 ñ?{C8$ú3\f\rÝ¿Ì\7f1!úë\18\9a½\ 1ÜÖË1tÌ\9bD\7f\8eÁ\17Ä\7fú\ePÅðoûëo@+:¿ã\rh\83úG\7f\ 3Ú4úÑ7 ºn}ÅòSo@Õ\ 5\1dë_¿Õ\ 5\1dÉ\ fÇà¡ý\93\ 4=\0ý\r(-Hÿêo@)hôcü\9b\82Æ¿Ì\85\0z\a¦w!óGêü\97ã¤_2\1fòuÂýÚ_Ç \13Ò_ºüÚ\eÂX~    \86\8dý\17à\7f\907\80\82ô\9fç\r\0Ù\9fþ\r\80¿AhòOùo\83öK\86\80RMÃ¹í¯¿aìðþõ7(\18\18x:àþ2ýó\82äWñ\1f*\ 6
\ f\a\ 6\1a²¤?X\16Óù\ 6Ðß_X:\ 1\88\1fùö\ 3Ëû\ 3\92}Àþ\11.\ 5°    iTÇç\95ä\94\81\ 1
+\8b\ 3ÅG\11\94\ 3ÅÏZ\ 4Do  
+:Pxè\818^aV¸¿ü
+\97WM\ 2\19\b\9ek\16A{\81=\bÎ_\ 14      çßQ\ 4àxE;\9eE\0ç+Â\93\b¸,ÚýÑG\84\ 5Y\0Ï#Bz¤\ 1KÐ,\10\8dÀ\97J¿\9aÍæF\0BBëe\ f*\84êÁ5ë{\ f\82\82ðq\aë\1dY\88©jðv\7f\1dAÈÚ÷óG\80\böG .CpVðý=ÿPú\e\ 2Ó¬ï_\119\ 2³Iô£\18àVÀz\14Á²,ÊE¢\7füØ1ÿì\88~¥Û\9fÒoGüë ß\81¾\1f\81ÐXÿ¿üÚ·þß\96©Gи¬\8fä7\86(Ê/Y\1fÑú\9e~4\82¾ä\7fù6\82æY\98YZÏ\11\94Eº?ú\88\91\8b(¿\ 4\81+IÔ\7fäþË\81äÏ\91\ 5\89Î\8fî\8f¬ß\90þÑõÿ\89Àôü«gqÄ\1dé/Ç#Ô\81øWO\ 2°,ÈYýu! \ 3ý5D@\ 6ßO#è\80èç\88 £¦ÿh\ 4Y\93\bfåçB@&å'eä?8\10¤¬Ù\ fº¾ ùÓå'­A\92\1f\8a`½ìÿÛþ4ô\93³\98\rÀ(Ë\97å/£¤òÿËü¢õ þ"\8f \95ýoë\ 1ýïëß\12qÔð5o_r\10âÒÙ_þ\84Yíws\0ð\84¹u\ e\80\vø\82¢gAØ\13f{\80\0<àÁ\ef{\0ð\86@<°\9cÀ\ 1\90\aÆÒpVÀ\ 2(\r\87{ÐýzG\ 4\bÚõº\ 6\b\86\0´ç\97ß@Î4\9c~\7fG\1a\97YÐv½\9eƵ#\ 6r¤qíEú~º\7f­c\98ÞÿÈÒþ,\r)Z\1a\ 2ú4$ú\86\16\96\8f\ 1Ê\8f\90\ 6W=(\8bÀ[þÕ#\88\88øÏ\93Ƴ£ïïä\97¾ÁB\ 5æx\83ÍÈ\ 4é\11üõ\86:\90¿Q\1dÕèþ¹\a\9f\1fé\9f¸"þÓßpâ¶<Ò\9fÑ\10\80Ùóï\ fÏ¿«ú\9fD\80\aÒÿ\8e\bðX%þ§\1eà¢}?\7fC\85ûëo\80\vÒ\1fºþLµ\8es¤?y\1d\16â\1fO\1d\16:¿§\ e\ví¯#ØÉ^PÚýe\ 4û\8c \9eÈ_\12õ\aÝ¿@ú9ÞP\93D?\86\80\9du\\9f\1eô\8b\7f¾CÀ(ÿo\ fù\7fÓø\9f¿á\16É\7f¥ç\17ý\1fþ\ 6\vùOç\9f\ 3ò\9fl?ó\82øO·\9fy\81þ\83|\7f9 ÿA×_9 \10°×_\f\11ù\ fz\1dbNÈ\7fv¼ÀeÕ~\91ûËë#ý\9b\v²_\8eó\17´¿£\ eo\85ò#Ë_Þàùõ:Æ\ré?\aÿïªü\93\17Ô]³?ô\ 5þH\8fäÿ|\81\9f¿à¢øY÷\9fJ@ôÓ_p®\17Ø\ 1ÿñ,øª?*\12é~\ 1³\17Øf½ã\ 5Ìâ¿f½ã\ 5Ì^pÚóë/`\11}¿nÿC-ÃXS\9ez\ 1;ËÀ\14úÑï·\17\9cöüò\vX(h½þ\ 2v½à6߯¿\80]øÓ`=½?Ó_\83û£ø[-\ 3»Ñ_Fð¯\17Üf½\8eà[\19×\8dþúý\1fèü\8e\170Ë¡\1fò\ fy\ 1«e\·õú\v\98\ 1È\83ïçø\râ_ý\ 5ì,£z¢¿bFúG\7f\ 1;_`\95ïgþ[,\88\vØ\99\ 3ÿD~â\9a\1eÉO4ÿeR~®\1cøIù\89»f?øz$\7f\ eù±øg ?ô\ 5Ì20Zúuß¿\7f\84Îÿýú\ 2V«¹ë\vR\05hØ\7f°\ 4ºf=(¢ëS@ßúßJ\80^nÐOõ\1fû÷\9fô±ÂõÁü·Û\a\80\88_°,\ 5íö\ 3\9d\ 4Ó7´\18Þ7Ð\92ÀQ\ 6\98Ð\1d\0+\v\1deXö\88Üî¯\9bÐ\92Ñþº       7\15\9fº\90¦\82Úõº\v»®\80þ\8e$:{\ 2k×ëOH\ 6\ 1µë\ 1\84À\92Ø\ e°¿£\15\9f\95\ 1\ eèO] SaízÝ\ 4-H\87\98j+\9fV\87ô.$/Ã\vÒýÑ2®P$ù£O0Q½\7f\96Äv þ×ËØ2¢¿ãû3\94\7f½\8c­h÷OËÈj+ÎÛþr\bùÚ\e\9c_      \81n.L³^ï\84\12·U¢?\7fBBû;:\11\88òÏ×#ýã¸?\83p\a÷G!|è\ 28Ê  \a \17q¤ Ù?¾\1eR\8bÈþ9\9e\90¢v\7f<\89-Iú\9fº°é\0\ eTïÂ\9e\91&&À¥@Ò\97:ÄC\7f\83[ã3\ 2®\9a\ 3ÃßpÐþ\9e7\1cí\ 2¨\0@\ 1îc(þ\ 6\ 4\r þ\86\aÖñ\ 6bo8/CþÝ\e\bÅ\90\ 3r`\1c½è"RÀýùi\1d^\82\ e\1e\ 1X\1d^\r\82Ãúm\1d\1eó ²\15Ò\ e<(æ\81\9f\8f0\8a\aÞ{°uÿK\80\9býå^BYô\0è#ΪE@\94\81VhÁ\1cÍø \0ée\80\eÜ_/\ 3Ü¡\ 5\ 3
+\90=Â<\13 ²h\ 2Ä\14`YP\ 4§+À\12´\b\90\82Øõ\11¸\1cÛT#\85`\85¼\95\ e\1c\ 4%\8dxbåÿf½ÞH!Ô^V·õò#b°Gäv½\1e\ 1[\12Ý`\7fþ\88R$úñG\94\ 5ìïH\ 2-h½þ\b\1a¬\8cxp\7f|\18A\98\oÃ\b\10ý\1cI¼ë!ò/{\84)\88~\8eG ´¿\ 3Á°Gèv½.¿\aZï@\90\ et~\14\813\ 4d\93ô\ f}Ä°$Þöûeû\1dÃ;\82½íïhd\84ø/\ 6\99\ 1\18\90f!g¤\0õNZÑ:\81\f/\90@(\ 5
+\80\ e¡¬h\7f=\8bæ\840\94óó,\h@t\bB\14`\ eA$i=­cÝßY|-\ 3ë}\fâ¡)P>\ráxtÿW'£I\ 5\98\ 22@:\84\9b¬\ 2~+\10\9bF0R`4\v7iüK\11\80¤É\1f\8d\80¡þpL\83¨ÝÈG\ 6\9cE\90© û\a\11dÿ
+¶|äO\b¤¶\82Z^1æ\17\r,×A¤MTá\14\ 5ÚK=Á×\1f@¥|ùÆBǧ\b×~¦¥lÍþÝ\15¼ÿu»þTjg;Ðó
+î? Ôò½\8f\14j\10ÑþÀ\ ed\80¬\8fQZÿ\96\18´þ@ë\81\13Lö¯\1dùÇçïe8ï?{Q´ë_®Ù\98\89Ï\1a¤ý\9d\8b\84®@(\87¬G¨8À4    WH\82\1e\89\8c\9d\18Õ\1fxIAÏ\85a\13Þ"ß\82uz\92\9f\9eT{\ 2a°Ýû\0qÑ(Ч\93ØzD\81°uWðÖ\9bà\a\ 2¢@Ï\ 4\8c\8bb\14¹¨?À[²c2
\8f\90\7fþ\0@ã0\13ĤÊ\11ù\82\8cI\b\9c\89{JÃK\ eR\9dM\ 5\84Ão&²\9c\9e\11\13ñ\ 3¬Ú\ 1(        W\8d\84\94\89¶Mb"J\80Z\145"\0\95\82ÚÖiB
+ª*K\v2\ 6\83Ï_\bè\ eB\9fÙÕ\9bô÷G\9c>\19ú\ 1\0ËcFN\11~\83ÂÈWnѧS\17ÛÄ\98\8e\8a̧¨¥¹íú¾´\929\95µ²¶Ä9P;TG¤Ý\1e¥\95\10P¢>KÞÖË\13².Pqðùtÿ\9a\19\7f\94Y}[¯W\86×Ìêv½\1f\14¼­w\fè@죿*\85Z\99ròÏÌ«\92u7¿\9dßÑ\9b\1fïn\ eé§\83\f\rÎOé¿ÍòÏÏÌl°¿Ð\99¡\82òuBÑHþé÷×WÑ\9büé |\ 5\ 5Gçç\9d\ 5\ e\89ÿG\ 3:få/ÖÊÜÑþ\14\93[4úñÎ\ 2\9aüÒï\8fHÿê öÙ\19\7f\92\16\94\128\7f\9f\16DAÙ\84î_·?gfº¢ÿé÷Oë/[¿JüO÷¯½MýúÇÒ² þ\93\1f5#Ö?ú÷ïðüBZZ=ÿ\8eì\7f\7f~\8eI"û¯ó\7fZÂ#þOP\7fèü\9f\ 2´\1fzZ\98=J\fø\9fbz\11ɯ#«%¢ï×õWJ\9aþæ½É þÖ³\82.ÿg¤¿Éýgä?(ÝÁ\rÓDôG\13\ 6yg\0À¿zw÷Uóß)¦»jþ\v½ÿ\rño\7fÿ´7^í­|\93?GV\18Ò\1f\8aÿSÏ\7fhç§IAËrùßß=*Ò¤¦Kÿ\8cü?6aU³\9f4))@ÿY¯l\8eY¢?{ÓÌ     Å¯¨³\12ùþ¤éO\9a\94\94QøïHjÊÈÿÓõWΪÿÎz³kûÓÞèå\9dÖÚò\9fÞ\19$¯p\7f\ 1¾±ÞîHÿèozyCü§ã\ay\83þ«lÿrMK\9f\8d_ò®ÅO4)î@þ\87£5a>P\0¯?ÊZsøñ\ 5²¬¶øÈ\81-A3`ìûë\80ÌR;Ìyã\8fÚ\18«]®çTÖ¾4·å2úWÛbÝ\ e/gÄÔ\84\9e³;Äw¶\8bb\ fµ$aüñ\ 4{¨ïù·õBW§·7qÖ4~\ 2ðÍú\ 3Ø\8e~2Ð;¡°Ú¾åø\92\91\1f\16PÖK~àåü~\1eàö\ 3Òl¢÷\ fìè\ 4}Yçw\8d={\ eèÃ\17Æ\ 1ÖZ\7fÄ\ 2l>ç    ßõW\10vGYã\ eäÏ1à¹æô\8c\b@ñÇZ\964\96@ÖÙ\13íïHªÜ7Q\ 6XR^\ 4ôëí\ fKh8§\e~Úÿ\96~ro⸠\19ÖË\82c\80\1aPÏ)³÷\83\81þ¦ûG$@À~Ò¤2{\0\180\10\ 5`\12´ úxÆZ\179b\0¾\1e        \1e\0Åi\rbë+\80´\8c²ÒYRa~dÀã\86\ 4È\91\94Y[³ÜÖË\ 1\8cÕ5\8eÎÏë*\ f\91ÿXkM¨À\1cã\155\ 5N\ 1\90EÛ¿WÀ§æøì\8d\80\17\ 3ýL¥8:\ 4\85\176B\ 1Ô{ûÕ²\86\91\17D\11\81z'\8e¯G\fà@ \13\12\0Oa%²`¨7ãýü\15\81ÉÈ\ 2\89=ë*íþ¿\8cgÛ¥\94¸÷\ f\14 \81\ e9\82:\a\1f\10\ 5\bôíƦ3­¹»À\18\84l¤z\ 3P\ 5éN`Úó#'ð\9cpøÈ ¼@´I'ð\ 2Ñ&\9d@ko9ë\ 4æ\80öw´\17´$\98I\1f Û#âÀ\86S\1d\9aÓ¬\ e}³ðÙ_óI$\96k\7fñéHì¬í|\14\89å\12µH\8cÓ°l\80\86\ 1\8dé`¿`Á\94ÿ\17\f\8c\83¾\80Î\87[|Æ\87»æ\8b\8e*<g\83\ 1\e\9482e,\99)\1fÐ\97\93}ɲ<ó\85lÐáØ\17û¾Íæèû\19ÿÔT¸|lß²\ fÍ\84Ë`¹#\13.Õåy.\13¦\1a\91Ûözy_mÐsûz¹º#ÔL\92Ûz\1dM«©\94·õî)\91ízO&\\91ÎO\91\84ø~Ih×ësºÏòÖSûåc\9d\9aÓmPØ\88{yy­J?Ö`¬ û\93_rÃ\8aøW¯\8e³òÖÑýÑ\ 6m\e\12_G\83¶];ÿhJä\88þ¼Ç(\92_=\8f7.Hû)êëg\8fÑ~½>eÕÊSÇ÷Ïz\8cBííè1ªéO
+\84$H\7f}FN­Ì\19ë?Ü`.fÄÿz\8fh«g\18íÏgÔ þíõ\ fͤ«\99°·ûwd¢Aý£g\ 2n\88\7f\1c\99\80Û&\9e\9f\ 1a³úÃ2Ñ ýõLºC£\1fͤ©\99h·õr&]Âþ\a(+Ãü\9f þÐù?Ex~7\8e\7f\9aI\95\90þÔ{¤§¤êOVݺH÷Ç«k5ù§û×\bt´?­m]UûÅú{iô§8ê¶Jþ\ få\7f\1c}\0ÿ\8fðß\81Ö;pÐ\ 3ù¿\ eþ©\r\ 2G÷G\83ï\ 5Ú\1f\ eé\91ÿwf\82\9f9ªö\9bõ'Û\1fÅ/9=ó\7fsNâ÷³\191h\7fÇ\8c\98ò,~Ì+º\7f=\132\8bñ\ 3Ý\7fÓî\9f¶gÛ ÿ/Û\8f¼Cû#Ç\ f\96I5\e?\18x4\e\8c\96Ùø¡@ù×ã\873\91êIüP\13©òþý\90g\16>ØíµË¥\8aì/e\94'\ 2ù\b<\1a\9c\9e¦qÔ¾\fízG\19\95\ 5\8fíz½·\99]~»^/c4å?Ø\9fÒ/jôãe\9cèú\1dex)>£\7fÖèÏÁ£$\9e\9f\81\9d_v\9eB\81÷§\837+â\1fÝù 5\8dwD\7f^F ¿\1f\8c\ 3\8e¶÷\88õVþõ4fKã\9a\96¿Z\860\92?ZFmàU+?²ón\ 3rnë\852,\ 3\9f\96Éû³îôEú~\9e\86\15Eþ%Á{\84ü'÷Æ\8c\1ftý¥?Fö\87\95\92üÑû¯\ 3\92ýú³Þß\8a¬·ãþVÄ¿\9e2Æ Ý\1fo\r§É\1f]¿küK\a\1cÕ2ìv½^Æde\90cûÉË\18{ú9\ 6¤\ 6(\7fÂ\80N+\83\1fú\ 174ú®\13ÒÇ\ 6\88 \ fÐ\81pLØMH\0\1cÝÑÓ¬\ 3cYPª\0\92Þt\86>M:ÀÖ\9b\ 1N+\14`\1d
+D\9fp]óÈg\1dà´!\aNw\80­\ e\ 1¾Ð¯I\a8Õ<ò\11ýi\ e\98¡_-ÿ8&\f£ó#ú\11ô¤vÇ\1fÉ\1fE\ f\96\ 3ÑO.¤È\ 1\ 5\10½\ 2å)XH\7f9Ð'¬¿tô)©ú\93 \17Y\93_\8aþd\18\0wüOÑ\13èÀè}\84ò\8a\ 2PýõÈR§f\1d\98³9þ\9c\ 3\95æ\80óÔ)Í\ 1c¯Gù@ò§¿\1eeC¿\aßÏä·,èü:úWj\1fªQ\0ÄÑ3Mÿ°ì\97\12jöKë\0Êu4u¡\rÊ®ÛËe4ööÙ,×;ÃZôÙ.\97\9f®j#ºÛr\1d|©é»³Û\9f\99WÊþ<ójCë\1d\83\rVq\7f\ 2¾XæE{ùúhÃ\ 4¯O¯aK\90{tð¯öði×{\ 6\eì`\7f\1d¼\b\96¹1K\7f\v~gé¿Bþ\95Kp\82½¼\ eÖSú×®Æ#ú\8fj GûSð­6EÎë÷}ÉùhÆ\0ö×_>\82\ 5Ï\93÷wö \ 3ü#W\0Y;Ú\91þà=Äâ#þ\8fAÓ¿\14|ªå\ 3#úQð#!ùéÁ\ f
+\1eaý£×\80fÄÿ\1eð\fñ¿Ò\83Ñ2¯\96IûaàÛ\ 1Îï(Á¬Óå[ùs\94`Öú¡Ûz÷hÆ\11ýÙ`°\v<Ûâ·\83ÁXõI¬õGíþ¨ú\84Í%@öË\81=ÙËí¤þO\ 1é?G\ f¬ðLÿ§øpÿ\88ø×±\7f\82ö[¯àLÐÿ\13\1eÏ,ó+\8bú\97õðÒì'ÏüÒü\17f\7fSíá3²¿\1c;Cüã\98K\81ý\17=sÏ°³¡þ ØÝ\8eîÏÑ\ 3oGò\8bô?N]HV¹Òò\8f\9cùl=Èfå'/È\7fèù\8fb/0þÒË\9er\80ñ\8f\9ey\14\91ÿàè¡\14µø\91g®iú\8bf\ e\7fú`¶+ól\92\7fm°åh\7f\9ey\86øÏ\81\9aüó²Ågñ¿\r\9cõ\7fó¦Å\ f\fÙOO\ f1´¿ÞCóÊ\\eÈ?íahúgà?2ÿ¿,È~ôþ?»\7f+{\1cÝ?Å\ e\ 3ä\7f¹\83B   (þÐß\ eìúË:\15¾Úí7Ëuî«=ÀÚå\ eðÄ\82ßf½\ 3<YVñø$ø\ f\ 1쯿\\87\88¨ïÈܪ}ãnûëe\93)\83ïw\94Ý¥\1d\9d_ÏÜÊh\7f=x?3Ïúõ½ðrð\vÒßÑÀ¿\80ý\1dàá\86öw\fP0åÿ¢Ãw\ 3\14x\ 3\7f\93¿4\97yZ\ex\8d¾\9f7ðß%ùå\rô£$?¼\81?º?G\ 3\7fË|\1dìOÁ\97\80ø×ÓÀ\1fÉ\9f\ 3ü\89\90þúþµ\ 1ÿh\7fÞÀÿ\90ô'\1d*\99+xÛð¯\9e9yöÿÒî\8f\94\8dÖî;·û\13\82W\ 3ß\92h¿\18x\87ÌoÏ?\94~[\94èGÁÓ:Tt¤\7f)ý-x\1dÐ\9f\96m\1eHþtç)\1e\90\7fõÄ\9fE\93\7f\1a¼/\9aüPðcAôw4°\ fh\7f\ f\8bú\8bdþEÄÿ\8e\ 6öµ}ØØ\7fdà[Aò§7°¯ý\v\v/ÛDúO÷_\13ô\7fôþ\81©hú\9fÒoÕø\87¯\87ûëe\97\eÔß:x·#ÿÅ\ 1\9ecý¥\7fÿñÌÿ¼À·¡ÿÅÀ7m\7f^ö    å\a\80¿8ñ$\87¥Ú\9fÆ~H\89'ÇgÙèþ~<yÙá¯\8d¯dôóBßÜ\ 6Üê6\91\ 2@u\87,óM\v\808z\87\14 \a½Cëu\a:\17$@\ eôÓÐ7÷þ\86\9ei\ e\14\9d`q\ 5`s\ 1Ð\85¾M\ 6@y×ÎÏ×o\8f\ 2¨\v}\e:0$óô@\ e°Þw£@\ 5¤×½\97E\93\1fÆ¿%hüËîß\9a\96Í:@\969\97ã·þÏ\b}k\97Ë_oÑ{³\W^f|\86»³\9eeèãÑË)ëY\86ö×Ëf\82eM\ eÖSðË\82ïv½ÞóËÀ»v½\9e9X'\0ÜÖ;2÷ʳû3ÛÓî¯\83o\19~¿\ e>ÕæßízGæXÑö§à¯\81\87ÍzÇø\ 2\vÞ_tüîå\82òï¦ñÿ°ç\99[{Øú"ñ\1fïþ\8föw\94}\1f\9aüð\9ek\e\83¯±N\1f>ïï;ð\95\97\9d\97O\1fX%ýÃ3çÐþzÃÑh=\8fZùÓ\9b×gtÿÈv²\9eiH\7f¡¬\7fòý%HßÏÁ?¤ÿQì@27­gÚ¤þ\8b+\92ÿ\9e~ôþ6´\7f\7f\7f¼ìô\99ý´é\9bÓü{ ýuï'\99ü\ eý\87AæÜäý¥\0ý\1f½ê.hú\8b\82O\ 6¾\rô7­Ú\8cuÿÖ~éß\9f\10ý\1dU\9böx08?ïy\96&ý¯\9f½ÿ\9fدT\90ÿà¨Ú,\88ÿ\1dU\9b\ 5ùo\ eðyEþ\97cúí\ 6ùO\a\8f7¤?\1cÓowä?8z®\89Ñ\17ϼ+\92ýààßñÈÿÍ\8bæÿÒªÕ\80ì\87N¿\1c´ø\83ù_ÙÚö\fü/\9e9\aýW½çWBò«?\1e]\99w\93ú''Ä\7f\8eé¯Vµ?\88?èù-sxÒÿÎ\ 5é_GæÙúÌ\7f>3Æ\9eø\1fyCöKI\1eªô·Ô«Iû\99¡þq`\8f\87fÿ9v\bé'óoY\9eÅ\7f\ 5ë/YþmàÁ¬ý¼2ÿ\ 6üË\1e߯ªÛæþûÇ÷ÁðÏ\ß@\19û±®'\96úÓ,w4=1ðp°=\1d\1eZÁ«f¹\aüCÛ;À\83\ 5}>R^8ø¼\ 6&4ëõà3\98ñ\e\90\8f\19\9f³g]\7f~}zj°²¹¸\ e\94?Ù¿N\ e\1cíOÁ;kxÜÒ¯ã>\9aù\97\11÷£\9eE,ó\10Ý\9f\ 3ü4ãÕò\8f\9eùiàÁ\90ÿ\bxeàc{~=sÐÀÇ×ýÏ\80W\17ø8\90?
+\9eï\88\7f=\ 3\eÐþ\8aómà\9f&\7f¼ì\16\9e_\9f\hÆk°\9e\82?XÿÈÎ\7f\fÚþ|`\ 3\92\7fÇù#ÔÿzÙiÒô?\ 5\8fÌy\1eÜ?Ë\\88/ýói¼[ý\ 3οBù»zÞµæWéùaè#º@=s!®\1a\ 1yÓ<h@uônÓü\a\8a\88\80\ eôù@\ 6Ä\81>\1fÐ\80éèÁ¢¹o¼é\1dT@zÇþ:¿ü¶^GÏ°\ 2\90S7S,\92\ 3Á×#\ 3ê\99\1cªÑ\9f\19ÐkbÃÀ\80RôÆzV\r\14 ýþ¼IßÏënkêUã\0:ên\v\8eº[èÀ8R÷VM\81ó\89\11Ð\81ÕÑÏý\99þL0þr|¿\1c\7f\11ô\ 4ê\1fGÇ|kÚ9à_Þ³\ eÝ¿\8eÞ^\13\1f&åÿB\ f'\1dÈ«îv\92ÿ.ôo\92ÿrFçwÔ]fÍ\ 1äèá.\ 5\90¼g\1eÒßzÓè\v½k×Ë¥\83×Ä\87\81ý£ôßögôß¡üÈ}{l\èØ\7fa\13#\90þÑ\9b¾\17\1c\9e\9feîiú\9bO|\80öC.\1d¸ênÝ\ 1ô\85¾}~~í\1dì}¼5íß,×w7åß,×Ç¥Ô±÷·ÃëÁ»\95ݵëõà}Aû;À\17C^Ûýå\86ç\17x\16â\ÙcÜ&ÉoàWDÌ£÷\1cL\eú~\1d¼1Û1¸\7f>p"KûóÌ=\8d~\14ü*èþ\1deÏ+\12\1f\aÿ¯Hzõ~«a\83÷ï(\eÞ\9f}ÿ\8eèïø~+[\99\95ÿ\ 3í¯\97-]e»\93üs\95í\ eµï`Úéàü´ì5"ùqL[µØu°?-»´\9e\9b\ 3ùåe¿Ç¤õªû[æÞKÿ~\17;ó²]¨ÿõó\17¤?QÙ2Á~ þpd\1e®ªýc\99{I²\1fÃ\81\13\93úÿÂÞÜúßÖgéþ9v·Hú\93~ÿ\81ô\87\ e\1e§\ 5ÙO]þ\93\95͵ëAÙ;\ 6\9fÏÌÁOì¦Õ\1fàñì\8eý\18v\bù\ f\12ì*"ý§»\9f  ê/\aý\93¦\7fyæ^~dÿRFöW·ÿWϼIþMë3ÿ-­\9aÿH3׬g^{ÿ:v¸¡ûó`gÏü\8f\ 4ý\1fýíáÊÜk¿_ï9· þÓß\1e²=þMÚ\9f+ónè?ôØÛ;ó.¾Ën\9bõIÏ<|é\8f~ýÞa\a\ eúÿú÷§YÿÓªfÃ#û\95ó&É?ýþ\82âo\1dû?«\15ßö#Naÿùaü\94åø\89eÞ¡ý=\99w¦¿æâÿ¼ÏÚ?ÃÞ\9eÅÿ\17v7\19ÿç\ 3é\ f\9dæ\7fóÌ;\8d~\1c»\83ü/W>\14ë9îö\9f[ìo\99+|³\8eÓË\Þ£õ¼Y¾O{dÊÃZÞ,£¬e²|\95\96ÓY\91Vðݬ×MçÕqoù>i\9bæ½ÕÐýL\9e÷µ\e·¼»\föwtüKÚí±¬Í\90Ðõ9Ò6\83M\1a_¾ÏZ\1eVí¶\1f Ç.gâݧíiÖë³fBYÑ\ 5ÈÃfÂ
+ϯcWÛ"Ñ\8f\15»»1 ^5½kô§\ 2´ïàüzÇ\82\0õ\a®Èþ6ki(À\ 4;³YK\83ýyË>¤\80\1c\ 2¢¿^õ\11íÝz°?Å."â?Ǽ\85\98%\ 5\17\eð\ fÍ[³\96¡íz=oÍb÷á÷\93¼µ\8cöwä­\15´¿\ 3»^5úñªá\rÉ\8f<o ÚÛÃ`=ÅN7Ä¿z˵¸#ýáH<Ý¡üèó>\ eD\7fǼ\15ì\0\865úsìq{Ä\7f×¼\8dIùMöv:)¿\17v8©¿Rí¸åwàlý*Ù_ÞòOã\1f6/&ÙÛç\92§æÅ\9c\9fØI³¿c^Lyæÿ%ì?¹Zþ=ñ_ÒöL\7f^UÃÃó³YµP~AðÇZ\ 6BÿGÎûI\a
+@\1c]\ 3\8eCÒ_4ooAôÓß.sÐì'ž,ïxà\7fQì&jú\8f\15\1e]\1dÿÚï\97õGNÈÿÖåï\9a·1iÿrÖì\a½ÿ\82ø\1fµl%ëWä\7fë]\93òª\ 5ð\14;ÛPüà¨Z\86úC·ÿy\87ò+ûoyGòë¸ÿ#=ò\1f²µl\1fè\1f\8a½-IÒ\9f\1c{\84ú[¾¿\ 2ã?=wÁ:þ\9dü7S8W«vSm~ã\r_ê¤äÛr9z9Ðîºó\ejÕÛm½pz[¿\82õ}ð@ÑÃ
+üÞÖëó:ê¼\8dv½cXgMü\eÑ\8f·ÌCçw\807\15¼»}¿ì¼\87\8cاwÞ)ý
+:¿\ e¾XÕëíûõÄÅU\93\1e\9ax¹¾\13/nëõÄË-Içç\89{\88ÿ=\89{ë#í\11\ e$¿\9eÄ=´¿>¨ÞÀ»ñþ\ 4<©èÿm½l|b\1dö6º\7fz~¨?ôAõÑ\82×Vþôy\ f ò¯üp|V­\ 2þ\93\aÕÇ
\8fô7\aÏÐ÷;ªnË{ÞÇMÿx\aÕ§µé\16ì\1dTß.w\18ßwäqÛ]ï·Y=§Ûö\8eaW\9b¸?˺\8fh\7f9r\r\ 1íïÈú®\91ßíü\8e§»\1dݾ\10ùÛ°¬\1d\9c_G®lÒü94a\ 6¹²Ió·õzË\8b\8a\\8fî\9fÞß\1a¥û£ÎGÍ:»­\97\91«°içç\93ê¡ø:^Þ\92´\9e¿¼iüO÷?´ý{çå\fyò»gÅ       \1d\9e\f\14ò\ 5\1dêO\aK~¤\0Î\9e\15`½n½jºÆ\8d\ 1ôi?a\97Öó\86¹Ab@\9eö¿J
+¨?¿õ¼¨Ö¯Y\9fä\9e?çÓ\9bÝÿO\ 5\12ú¼»\97\93ÑiÀÏ\1f0óßüÀ!×ÌÆúöß~@\144¨åýoõ\ 3¾\8eû\88±3àtÞÕëàï\ 3|?ï\8a\1d\8fD8n\88\83\1d\8fW{\ 4\ 4\f\1aúõî¹k\14üú\ 3\87\1e° \bà\b\ 1^>P¿?â@\969¿\0\11\9e¡\vR\ 1\98B\9e´áÖ5#\81ï\7fY\16\19þ·\bbèD\11\ 2\81=\ 1èó\85E\10n#dMwW´^o[\92¡\r\91sïlbÖÈ\89£Fô̽\9f3¢õýnE\12\80Þï\12\faÎÜû7\ 1\9a\91G\vÀ°Ø\ f¬@\89\86\ 5øqä\a®(ª\1dº$ (FÃK\v}¥aX\84\ 2\85#h¿@Û\9f\1cå\91%°ö\19³\96 /\9bäKÑõb0F\9f1\ 2tÆå4\8e\1c5g\94¦@Gøý\1d\ fñg8\14\fôÏp4\ 5=£`Ò\91\82\9eQ0èhÿQ\10ýüÍoGz\8cÒoEÁ\bzÆ$ü\ f\83\ eÙ૱/L\9eñ0\16#çÑÚà«\9b!Öóhó¡1\0ï\9f¡F\93ß÷Ï\98e@Ë¡\9f\12T4äÛ¹ó©Ì¥\91Z,]¾\7fÅgËkëãv¹>÷òØÁá\1d\93\83j\ eX»^yC·$özwy®st°»\eP\8fO\9e\82äÓ\9fQ"¤\9fþ\fTëGoëõþ\15æ\ 4\ föçÏp\1aý(\92iqt\19å\10\10ú\97E¢?}F­õï·ó;\90ÀU\12\1f\9e\ 3ÿ\90\7fwtÿ\ eú×î;~úÛäª(ñ\1f=¿=£¹å¯\1d[?Ú\9f\1d\88ÿõg\9c\80öwô/\10õ\aE!Ìy\1cð\1f\9f\\95Dþg8\16º\7f½wÜõ\f6XÏûWÌê\ fëý\8aö×{\97Å\15í¯÷\8e»`´<\97Ã\157Í~PúAçÃA¿C£\1f\95¿\ 3ÒO¯__4þá\93¯\90ýò\8c\8d\8fÒýS\10+hòËǾ£ý=\93¯vIÿð\1cògö+Y\1aϤÿuö¯xâ\7fYÿ\8aYÿ+\15ÍþñÉWÈþz&_iô£ü³"ÿÏÑûµN~\99µÿg\ eú\9cÿdý/\90ýòL¾BößÑ;\19ú?(\8d\83\81\e|ËßO>¡Áÿ\82¾¿ç\1f:v~y÷?¸ÑO\8fý\17Ä\7fz\1aË\99\ 3¯ìOû7\ 4\8d~\14<\8a\1aÿRð\fÇo:xfàݤÿx\82wOüÇ\9cµø\85÷®Eþ\83î?æ\15Å/z\1a]^UúsðN\83?ØÔy-þ¤çß5ÿ\87÷¿Ðä\7fÔûv¤ÿ\99þ-"~ñ;ä\7f¡û¿¿Ã\ev\87¾\7fïä\9fé\1f\9b<5Ò?£4ºÔ´Îu§Ñ¥ï;\9fÓþ\17\ 5-\97_\10kýÂm¹\8e]Y
+ûäöÁ\92`\ 6ûó,¼\r­×³ðêÔçv½>58Ô©¯·õrï,ë];ZOÏ_§®\8eÎÏ{Ç\ 6°\7f/ûtðUAçw\fÞ2Ý\9f¾ï\9bΧÎ#éYå\87¿°!ñÑ;O_ØÛ\80þtp×\8eîOy¸3ì,?:ÿ\95ÄÖÊ\8f#\85|\91ä\97î\8fåWö=OìëSw7ëA
+Ðë3IóÖ\0\90\14à»\81C}¼o×KÍ[ß9è\8b¸\1e7\9f\8b9\81õzó¹\98W°^k>g\93\9b\94ý)ýK\96èOÁ«\15Ñ/\81ó³4Ð\97\ 6yÿÀúm\ 6\vë\1e\1aíé·åÀ\ 5T\111ø-J"Ì×ïH\ 5
\1f\f¾C\1fà\81ïÐþ½\ 3CÃßÅ8`4z\87¤\10\ 5Ä\81\8e\14\829óA§R\88jÿÇû\ fè)D\ 6àß~@Ïe>\87Ç÷L\f\13\80H\ fÝ\84ô(\88Á\97N\8e­      l}\ 4i¾áÐ\9b\98\16èH:\ 6 !GÎ1\0i\85\8e\8c\ 3ÄÒ\f\19o\84°>rdÓ¡9"\14\ 4;\10ý\1d\ 3È\ eä\88\7f/H\vê\81\84\r`\9a\rdrm\82\9f\82\b!=rÄs\80ôÓ\aPÅ]Ú\9ff°¥$ñ\1f_\ f\ 3I=\ 3¯6r\18[1Ö\b\ 2\86Ñz\ 6^\81ßïh"»KV\8cÞ\9fÕâNê\8f\vÄrÓ¿\82P\9bfÅéùwäE ýÃ@,Mþè÷\1f\1aÿ\ e\13ØÜöÃ@0Õ~aú\15Ë`\9d\fĬ\89ë\18Hù¾\11C\1cõ '      h\ 5,×ó\1f-\8am\96;\1a\11Ø\vp³^ï`\1e¬\ e¢=¾£\rk5þ-õô.\92\96\ 1Ò\9e_¯e¬Ó÷FßOQ\88:AàF\7f9}øÊàj¿_Æ0Ï\f.°^\16þP\10ýtåw5b\18\9c\9fg\80m\12ûÓZPË\0k×Ë/Xg-§"½|üx\12¿\9f\8d\1f×ø\8fg\90!úééÛqAÚKOß\8eö\ 2áV_5\83ÇÊ\aâ\\aõh/\90\83ýy\ 6Ù\8eø_ïÂ\9aàýë]X¡þpLÐÉ\9aüSúe\8d\91Ã\ 1ö×3hÎF\f\8fè¿"ùwdpY\ 6Çàü´\11Ç\86äÇÑ\88cC÷¯\a\9f\17\ 4Ö\9e_xE0\b\fº\1fz)ó¡ù\ f´\94ù@÷¯ôR°\f¶,ñ\ f\ 5O ÿâ\98Àcu\9c\93òc]Poë\81ýgÓËWñþI\ 6P<$úó2PD?Ýÿ´    J~þ©\19tÖHj`?(x\84ý\17½\8b«\81gnûý\13<Sø\97î¿©û³.¦\88\7f\94\f\\ 3ßTýÇ&(!ýç\98\80v\ 4\89\7f9x¦ÙO
+¾,Èþ;Êï\ 2º?G\ 6U\80÷§gPÅYþ­çOHÿ;¦W'\18ÿèå\83    é/=\ 38ÃøK÷_²UÐ\fí\ f\99 T\8a¤¿8ø\ 5åOÏÀ²
+\9cIÿ+oá\91ÿ{\95\7fNú¿\17ø6éÿf¬¿tþÙ·gò\7f ÿKG\8fÊ\ 2ùOÆO\8a\eØoæ\7fX\17Ô\91ÿA3Ø ÿ¤gÀ^\19híù¥\aÄã\rÞ}¾þ\9d/¡×Û[\ 1}øÈôõzû¡Éß\94¡wC^\9bå:ør Ý\1dØ˲£íõ>R\86ÝM\1eÿj¢:{~k¢ÚR_\ 6Îm\ 4Òm\7f\1d;K«ôý\14û©ÓÿÚõúôå\vû\e\9e\9fUoBö\93c\87°¢ûsLðY!ÿèÕÃu\ 2Éèü¼\ f\1câ\1fÝ÷\f\96¾\1aFÙ»äû\ ftÿ\8e\fD(ÿ\9e\f6\8dþ½î´\f´\9a\0Õ¬\8f\8e6hµ\a\1eø¾¤\8bXÕùi9¾í"Æ\13Ð\ 28¿£\87UÊàü}\ f+>}ý\0ëa\ 6\1e+\1fE\aè    ¸w#D~\82w=\ 1\82Þ     2ÚÓíð\ 6\19ú\96À\ 1P
+\1aid·"
\8dìx\e5ÄÁ}
+\1f\16´\e¤ð×\8eLHß\86\8cÃoè\0\ e\ e8\10\ 1\1c\1cpN W\ eÀ'\90#\1d ûo)\1c\92\ 3GÏ_§x\8cm\0Á?,þmu¸\8e\7f$m\7fÞF\rú\0z\ 5©U\80\ el\0Å\1f¡\ fÒûÿ\1c\7f\83\ 3\7fÓ|(\8a\1fÖ®3­\réù\9f~¿½?\ e¾\9f'¿\95G>x²
+ªI\1f\1aÿñ       æèþõ
+¶T'\b\8fï\8fáoYò\81\86äW\1f\ 4\90\ 3\8c¡dþ?ñ·'1T\8ej\fÈ*(Ó£ûÏ\86ÿOÞ¿M\11\1aë?\86¿©1\0ÃÏ üèÉcö~8©¿ò\86øÏ1EiCüçi\7f\86äÇ\91<ºÃ\18Bçÿc\96ÿmý*"0l\8a\90Æ?|½öý\1cÿ\9aµ_\86¿!\aR¿ÿÚÀÄ*\11¼Ï\1f\95{Úå(\ 2ÅÞÛñvÿã+\90\9dAßjât»{\7f÷¼{Z\ 1ëQ\v[6Dè\1dÿß\88§ã\ fµûÑ\8dzz\1fú¸ ýAâ1É\1d\8ah\7fG÷³\88èïé~\16Áþ\ eü£Ú\9e\19îû<\7fÞ*ý¶¦xD\ 6\9fO\0í\f^n\f$\18\8f­®_+ÿ\7f]ß×ßÐý×(íOG ¯\a` Ç\bô:Â÷Æ\0\8eä·$       \0mÿv\98ö*s#Ð\ fx~Gò[\10\19\98\8d Gûë\0j\f     )\0}ÿ\80\ 4È1\ 2="õï\18\81\1eÑ÷;F §EÚ\9f'ßeI\ 1~7\aá½¾Ì\8d@¯%è#þ¡#ÐkòËm½>\ 2½ìâ÷\93úÅ\15íïhÿ·¢ý\1d#Ð7\8d~|\ 4x\14\r(\1f!®¬ç#Àáýé#Ð\ f$¿\8e\11Ê\v¼?\aø\87èï¨\1c\fÈût\8c@\ f\1aý9ø\87\1c\10Ç\bô
+þÍʯÍP\18Ë/\ 3ÿ4þåàß&\9d\9f\83\7f\88\7f\1c\95\8f\ 5}¿®ÿ-yϯÿ\7f\82\87\8a\ 3O÷¯àá¬\ 3\9cjûÊY\a8mZøÅG\90Ã\0Â1\82\\95?òý\aä_Ç\br-\0à#ÈUÿ\8b\8d ×üW>\82\1cê?Ç\brä¿øG\90ß¾ß1\82\1cé\ fÏ\bògö'CÿÉ3\82\1cÉ¿g\ 49ò?ý#ÈGþãh\ 4ù,zcÉs³ö×F\90ÏúO6{aúþ\ fMþ¨üÔ\16^#ý3\1aA>k?l\ 4ùìý\15Ñ\7fê¿¿\1dA~òß\83\11ä±¢\80Þð¡\8e ¿-÷\8e o\97ûG\90ßÖ»G\90·ëý#ÈoëÝ#ÈÛõþ\11ä#ú\8dF\90ß®Ï=\82üöýî\11ä·õî\11ä#ú\8dF\90ß¾ß=\82|$=£\11ä·õî\11ä£ó\8fF\90\8fäg4\82|V{Ø\bòYõa³\13üú£\1dA>Þ\9f\81w\ 1Ý\9f{\ 4ùèþG#ÈGç\1f\82o\93üc\95³cýKÀËZùq[¯ç®Õ¶KãûǽScAßß÷Ný¦}Ú»ÿÚ\99Dö]û4^ú\9a¥\v 3Ð×wãª\9b\ 2ÔsÏêÓõ\88\80tÿ­HûÓ\19¬Û^×\87©æÕ±ö]\99U@Ѽ×I\ 5\14\ f\95\ 1Iô»¨\ 2ÄÖ£óë\ eL
\0ë¥{\11ñ¯£t4iüGÑ\8b\ 4\15¸#u.=r`lxÂÈ\81¡ß_\1eò\8f\93\ 6\9a\ 1祧Ð\80è\13`7x\7frúõ9<Aã\1f\86\9e¥G\ e\ e\8cl@Ó\81äÇ\91ú¶ þu\94\9e\ 1ÖSÏ\ 2Ò¿\8eÒSCï'ù/GäÀzJO5\a\8e¢/iÖ\81þ\89\9ei\ e )=Ͷ\7f\98+=-\9aþã©{û#ùÉ+\f@õÒSQ\7fqôM\93_J¿M£\1f\90ývÈÿ\8eô\9f^zj©{cþ'èé\81ô\87£ôt\81úOO½[4\0\84:ð¥¶Ïm\1dxGëØ3yOñ\80ßòúuýñé\ 1×ú³XG©¿\97¿âºnÿ¥#Áñ±.ï\f\và\ 5a½ý@ýÍPkÀî¿ÐÝÂKÖ:\f<ïï$´þ\ba\ 3f°Wc\9f?PÛgÞ\7f\1fùöl\83\ 5\82Í\ fì\0ÅïËÐ>\ fPÐ5ì \85Ü\9d\86¶~\ 3$Ü;9\¿¬lÖ×\12þÛzA\8f×ï¯%ø£ï§çß\17éü\94~û!Ñ\8frÐ!rP/Fï\1f\88\vâ \1d\88áý\ 2ª\10\PL+\ 4\82ÞW\10\r\8bu_\81\9d v±\9e\16ÃhÎÄ\88\88éSqÜ\8e\90â»\1d= b¯\f#;B9À7\84\r\8cr¿Sá¨\80@uÈ_\1aá\8b\80E\ 4ßðIÆ\1d\93%JÆ\1dq\ 2 #§Â\81n\12P\81\1d\8côá\11\98<\9fq}\7f\ 2]\9f¦Ú\92oÌÌw«X÷\8fH\1f\84M\96¦\944i¢¬|Fö
++3\85rFö\8aB¡7P\90Qío`0V).si½\86k5Ë\1dïrÕ\9c.£¤\0ò.`ai»½\\14\1djGJÿþö.\97\0õôvÀÁ\1eU\aç§I͵ªý|_\98JjN\ 1]\9fã]\ eÝ\1f\82µð£rÈ\15\96[F\8fÊäü\16\96Î\9e¿vdº­×çR\15´\7f\ fk¢©&ï®\18û[x\9bõ1
+\füö\90B\9d\87pÿ\ 1\0\8cÝ\8bºë\ fìH\82b\14ôW½B³b·\1f\10\12[ë     ê`\94û\ f\b*üý\ 3gf=:\810\1aÆ~\0I!8\ 1}]©\8diol$ç\16\9eÏk\8a\1a¡Ï\83µ1í\88\8déþ       q\91£±ªåf\r¾\9f\8eF·çù\81\18ÑÆÀu4ùH\rÒÚ\ 2C·[3 7'Y\91\10é¯\vgcX@\7f¹°7nP\rê¯K{|d\ 6¯Üv·\19´×-\8dÿéý[qߤ\19L\vâ?ÇëN\1dÍ;k\ 6\93\15÷M\9aAk\f;}~ÃU&Í`Jhÿ^~élªünìÑÞ_ÿ:K_\a3²Aúó¾\8d\16\9fåÿÓ\a\7f¢?Ó
+Ý0\ 1\1d¶õYâ\1fþº\87¼x\94\eÈ^Ç47\9e\8f\16Gn\98Òع¾.\1e\8b\18\ 6°Ürä\82èµyÖص]ïÈ\r\87ú\ 3妲×1-\8cá¹á0\8cÑ_g°ÿ¡¿Î$Í\7f ¹ñ       Ù?}<j¶ôÂåûÜj\9e\9b¾\8bú\97Ü\9f¨\7fxcXó?çì_^\11ÿ:^7Wä@;ägCü\87\a¯[íþúT«\1dÚ?9»Ê¦*\8dø\97¿niú\83òÿ\ 1õ·ãuk\96ÿ¬±\ 4ú~½¶á|ÛRä\8fñ_Í-·)½úãrMM_Ár=·¡\16\96ß\96ë\10Ø\ 6vw¤V׺ÌÛö:\ 4Tïn´\9e7¦Èâù\19\84öFpoûë\8d1¢¶?\85\80ªíºí¯7¶­Mɧé\9fàþzcÜ:Ño\96ýB>\9eñ_Q¿\9fAhðûAì\98:Ý_Öw_\8b÷ù\eð&uÊ\877Æx§¶¶\ap4ÆØVð\ 1\8eÆ\18;$ >Õë\80\ 2¬wö­\8d¥Ç\17\vQ\ 1QðaAêWw~b0ýû}j\12=\7f\ 5ïÆçgà[\94¬\ fÍM¯c\89oß/;?\96\e\7fÛ_o\f\90 \ 2ÖSË3ä_Ùù\89\19ÑßÑX¤@\ 5¨7\16©\18þ\8dþ:øY\8eIù³¾´It?Hc\91Õ\1c\880\b^\bø\ 6õ\97n\80#ô¾\1càç\8eè¯O\95±©R7þwL¥*\8f\1c\98T§*\8cõ'\ 1/\16d\80\1dàE@ü£OÕ;\9fà\9fèÏ\14!ÿëàcÒÎÏÁG´¿>Uô|\80\7f\12\82\1c\r:\15´¿£±È
+å×Ñ\18\ 2É\1fê\8cGÖïÈþ÷à!\ 5?÷]Ò\9f´4\ 2Æ_¨4\82\81\7f\1d\17-\80¢]Q\17d?õǯ\1cvI~yc       ´¿§±\ 4ò_\14ðЦB!ÿI\91\1f\ 3ÿ\90ÿ ß\7fÎÐ~è÷\9f5ûEï¿ þQºâZc      èÿ9F¢#ÿÛñýÛ3\0\9aüPðt\7ff¿Oðî\89ÿ\93\8fg\0Ä       Þ=\ 1 
\1f:ýË¢ùÿt${Ð\0\88ÑT¦Ùø»&°\85ýkþ\9b;\81­]îN`»íî\18\89\9eÀö\9e\91è  |½¢|kRÿËx¤sý¶\7f1\1e}\16,GÏ"ø~]y\9cè\e ¿\ 3=+èûå®R\96\806:?½¿\9a¹2º?\9aÀW»\9aµô×몬1Äèü´1ú\81óë/¿¡Ö%\8dø\9f7\86Ðöç\8d!Ðþ\8eÆ\185så¶^v~\ 2\94\7fGWÎ% þé\8c7K <S×Î\ 4Âv½#\81ÐÊ\11î? '\10\ 1\1c        \841"\11v$\10ZgÖû\ fè   \84y\81\13\bko±á     (\ 6\eÊj,®\9a\1aæ³\95fÅÐ0$h\86d\f$Öéj#1¦\18\9cÅ íz\1d\83Û\91\18+O\80\86a!/B\99,P÷\87\81!,È\8céyô©æÁû¿¿Æà\ 1Ò_\9f¬\14Ðþ\8eö\fµ<{äFÐý\13\8eÉ6        íïÁ  \e#O§´ÉJ#þ§\18\8e\rä\9f&p­H\83:\12ðV¤@=\93Éá÷ë\18ä\86øÏÑ\9ec\87n¼Ü^Æ\12ئåï@÷§¿!^\18\96[\7f\1a\86¥é\7f6Û#×êèÏòÐ\89Él9 ûáh.Z'+\8dì/o/ñÌ~å\84Ü@G{\0è\ 2\ 3dtÿ½ü³\ 4Þ\13\ 3û\8cá\9b0\ 6%ðâ7\1cK\80»\9d_O ,0\8c\94\13¨3\f£@%&Á0N\fíóûÛõ:\ 6º¡ûs´WÙà÷ëò³£ý=\18\1a\94\1f\a\86¦É/ã\7f\9bÌ4\86A\18\ 6\86ü_\a\86\16\10\båÁРÿ"ß\9f=ÁV7Þ\e\85Û\vl»\n\r{Tá]ó·ÙçLxë`\95vwGoI³]ÃÓ³\1aÐU"\1e\11j\rôùýßõæCäûL@
+\a8@ØôÑBñÝ\1c¯ý\ 1Çh¡¸×\ føº¾\1f-Ä)P;
\14\80ÍM°ý8\93àÞ_\90§Úó½6\ 5$tô\a­       Ü·õz\12]Aû;`àÚ\9e¨]ï\80\81\0\90ýÇöצ\9bßÖëI\98{\14\ e"-\15Ƴý_\14ºü¿^\ 28\f\87èï\80¡k\ 2õíþåæîqy÷³¸}¿\9e\ 3W'\8b\8eèÇsزt~^À
+¿_ïÏ\1a\11ÿê\16ä,`UL\b-\80\86è\ 5\90µ=ã¬\ 1½rØZþsà\7féÙý\15¨¿ô\ 2ä:Üä¶^ÇïÖ"é_z~\8bß\87çg\ 5´      \9d_\88ßlý&}?ïÏ»?ó\ 1N\0ñ\91\ fp"\88\8a\ f\80"ð÷ú\1dP (i\98\95\ 4g\8bÙGNÀ    B>q\ 2Rxæ\ 4¤ðÌ     HQs\ 28\b©\19Q>^^5â\f\84\8cH\bô    OÐ\89BUx\f\84\f\92\12¥ç/P\88õD¾\15Ñ_Wbi\85FH\9fð´!'À3á©L\ 6B\ 6b"'\ 2\rI`\89\80èþ\1d\89\84\aÚß1aÆ\12qÝFÀzÜ>3byÑ\9c(
\ 5Ä\7f\ e\10\ fê/%\11³jð\13Å|bÄrBQ\88Ã\88\9d©|³Fìó\ 6ì!w]\9b\82\1fe$ÈÈ\8e\ 3#F/±@OD¿DèÉ9Æ\94­Z$2D"'\8dè\85DN\1aÑ\v\89t£1V\8a\8b"\11½\15M>\90\12Õ\13zÊbëóT6®\8di\1a\19QZÊ\v\9d =\12/\17\18õ}$ÎèW\ 1
+ä@\ 6I§«&°Y®Çavyír=\9b¨Îhn×ë¥\18Ö"÷¶^ö@Î!ñÊþ´\140 ïw\fY·gøööôl2K%\1fÐ\9fîo¥ \83ý\99\acCÞoë\1d0b\91èOaD{\86o×;`ÄUb\7f>&*Kç§0Ø\8aèçh§gaø\80ÿy6 Ú_OC
+uÆàm\7f¹\8fT0\ f¶Ìu¹¿²\ 1\aüKa\bó`\aç§0Ê\82äÏ\91\ 6µ ùwÀ8\96\ 6\7fbÐèÇaHd}tý\1f\132?ºþ?3\115þg¥°H\7fè}@¢\95¢´ß¯\97BZ/\80\81þá0XmO~
\14\ff!xs\0\ f\ffÅü-\ 5¥Nlï9S\88\ 3À\ 18     ¶\15\90ÀÑèÿÅ\1a£Oxm\91ß¿qþíö+\7fµ|ö\ 5~ýÊ^ÖÏ\97±°\Ç\bBY÷Û:Ôq©!}õ#c\92\9fÿ娪¤V§Ûz \vï}\1dÞë\83=É7?\10ú¤Ü>\18|\7f@°7\95ö\a\12Ц\ 1\9fÀ¼©ö\a
+xØf?°k?Ð\7f\81\98Ð'\14\0\89Xi\10Ñ-\84¾Õ{¯Qê\ f\18&yû\ 1\10O\92\13¤\15ý@\16æ^×\1fÈð\1a#0Jä\16¬?Áí\a@Lr¿\85Ú Ö²»SøH?%:       ¢T\7f \ 4ø  :#\15È\89ý'ô\8e]%bÙà  \80gJ\84iÅ|\0ú¤\93\13\1aÁ\13\19Ñ\a\e¦\81\90¥`\9d\8eñ   ti4hâ&\8d\82J«4°G\9e\914RN<dNÄÂ\14\17Ì\89B\84`?\0i T:¼\9d¶hÝ\ e^\9fðÅ.% Îä\13\ 2>\81\0\ f@YHÝ'ô\ 5\a"\94\ 5d\1a\7f.m~ AµÞû¹L\1fDky0Ò\aô\ajÃæiÓ\16±RÕMÛ9\11\15\11Q\16¦X'\1a\ e\85\89râ¥Ò\86\9cHh°®ªa!\9c¸b} Ó`\83\8c¤(\14û\ 1l\17@ÄAh°Ë4 'ر\87"¼;×Ú«\ 3:\18ºZ¿jgfÕzZdNĦíª\9e\19\99\95­\7fôP+3¥\9a\ 2æD!ò\7fßBÂ\9eªã\16"¼FÇ-$hÚzG\93\12\11{ª=\11\99]HØSíí\ 2\13¦ë\ 1}V\98\12\8a\97öÖ\89éRª\ 3\9d\88\10´ÏOX!\1fô\10\bå\ 3¬\13{>`ásÚò;þ¾\9d\0ÌDº[çz\ 2¬\13\93\1cÀ\9fïèÒ      ¨0\11?Q\17¦\ 3Ç\8dº0ÁèÝ\117æE\8c\e\99,äE4,ü\ 4ø\13\84\9cþú\ 3ªRej=\aì¥Éj=Gñ\ 4L\1fä$ë\ 3Ì\a9M;Yõ\a\ 3\9d\88\19ó\81\f\ 3]¥Ec\18\880\12\89\9d\85
+ù÷#éÙ ç\13\15~ÝÆÏäÖpHC\e?i°>ÔHYÕ\89hÈØç       °Nì\91az\ 2Ë\8f\1c\9d\0\r~ü<\ 1ö\13û·)z\82CÖÊä\1a\8f\r^c\17|÷'x³VY\96z\826z\a\ 3\ 3qÜX\16è¡ ÷Ql\17J\80²\80ì\ 2\16ç\82cgE\9cß?`\85J5_\9c:i,d²:ýv}\1f»3m`ù\ 5íú^!²ýÍ.\8eö§H\9e5Ëm\7f\0\ 5Þ\ 4\ e\ 5t³f#ïî? \90ÐPí\15Ò@\87Á\f\9d@\88\97ì\a\ e\8d\8b(\r\f\80ñÓÀ~\0\13Q\8eZCÆ4\10º\1e\1a,\8eoA\96ÄP ( `\9e¡Ú\98\13Ák3;\ 1\80^TN\!\11\95ç\11Ã\94\ 3\92FÝC³qÈCF¢â¼a\1aÈhfP5"¥Á\ 15\12ÂÕÉ'\1c\98\ f\0¦Løà\80â¬ë\83¸`qÖ\7f \88²@añ ò\ 1Cö£\ 10qù\1eÙ§}\9c¬ø ý\81¾\8b\12ý\84\845\92ÌHÑz \8c\19\89 yºN$\98\89\e\vtOt$ïªÃ\1aÑ\80¡+<\81þh}\81Òc\a\83ý\0ü\84þ\a\98§\1e·\9a\ 4\ 4Y¡Ä\1d\v\93ìâ\\98ò¬y\8f\aäD=f\8cÖÏ`V'¦Et\94\87 ô¬NL\ 1ÒÀ\81§b?Qw4S\844г\1f.LyD\ 3\16±\9ds\r?#¶\9bV\96\vSnO Gl)CÓÖ«´!¦|£\81ÎHª\9fH?¡@qv|Â\8a=\14\19
+L«\1831'+mX\1f\b\89½ö\ 3\98\13\85Ìæú\ 3\ 5=ðL{Q\89È~`Óì\ 2ý\ 4\1c{+±»¡Ú\90\91úÀ\93~\82\8f>\81¡Ëtäj¨6<\81\ 3\12ÆZY\ f8®NYã\80\ 3\19;\9aÈS%\80,\8eÞ{ãÊøàjv5Ë\a9\89|@\7f ã¸QVª9ÃOÐ\95\9ejo\eé'\14ì­ëï+\ 5GmB­]e$\1c½£¬8r\82\15+U9\81#¯X\1aõ[ vA0ïõ\136(\8dÈÑ$DÜe"\12\1aì"\1fP\8dôÔÙÎØÙî±4\8eì×öE7aúBÄÿòë_~õ·áGøñë\7fúåeÆ^ë\7f\9c\19ßõ/¿þãÙ\93à¥\84\97\8f²½þÍo\7füÅ\7fÿ×\1f\7føýo~÷/ÿù»¿þñw\7fó·?þí?þõ·ÿ÷7¿ûí\8fÿùÿ~üÝ?üé÷\7føÃ\8f\7fü\8bßüã_þøÛ\8f\1fÿðûßý¯ßýÇ\9f~üÕ\8f\7fþÓ\9fþí¯\7fõ«?ÿùÏ\1f\7fúçßÿçÇ¿üîO¿úÇ°­ÿô\1fÿã_þϯþí?Ïu\1fÿü§?þá/\7füú\7fÿò_\7fý:Ýÿ\a;кy
+endstream
+endobj
+211 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 687 0 R
+/Name /Im200
+/Width 45
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83\81áÿ\8fÿ\10ò\ f\ 3ãÿ\1fì \92\ 1JÖ10ï\87\91ö\18\81\ f\1f\90\81\93ì\ f,ÐHæ\ f\ 5p\92ñÇ\ 38Éð÷\0:Yß\80 í\19`äÿ\1föì wÊÁI]ùºyF\0ó¯; 
+endstream
+endobj
+212 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 688 0 R
+/Name /Im201
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀþÿ\80\a\1fv\f\18þ\0Ñ?\86\7fh\b"\ eT\0T\ 6T\fÔÂø\9fA\¤~²\14\0UO ´
+endstream
+endobj
+213 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 689 0 R
+/Name /Im202
+/Width 25
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿá\7fÃ\7f(æ?`Á\0Âì\ f
+ øÃ\a\ 6æ\ f\ f\18\98\7f>``üy\0\8c\19þ7 p=\ 3\ 4ÛA±\f\ 3\83¤Hýd\19\0ÈV\1f\7f
+endstream
+endobj
+214 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 690 0 R
+/Name /Im203
+/Width 22
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5˱\r\80 \14\84áG\18\80ÎØ\98·\ 6\95®E\81q\13fÁMèl)¯ \9e\8fÂä«þËù±\ 6F%v\8f,H\920E3Dh \17M=Ø\94=\10Þ\92\ e\9bÜ~}\1eñºN¶\87õ¦,z\96í\ 3%ê1W
+endstream
+endobj
+215 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 691 0 R
+/Name /Im204
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀþ¿A¾ÿ\80=ÿ\ 1\ 3u@ÄÌð\8f\ 1\1dÕ\81\91\ 3\ 3ò\87\ f\0µ0þa\10\16©\9b,\ e\0øë\16`
+endstream
+endobj
+216 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 692 0 R
+/Name /Im205
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû/ÏðßþÀÿô\aòÇa¨±A¾\81\ 1\ fúÿ\ 3\8a\84Eê'\8b\ 1\0\867\19?
+endstream
+endobj
+217 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 693 0 R
+/Name /Im206
+/Width 28
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\83ÿPÌþ\81\1d\88\99\81\98\11\88\19>@q\ 1û\87\ 2dÌÀþñ\ 3\ 3û\7f$\fâ\83ÄQ0\ 3Vüÿÿ\ 18\96\91¯\9b§\b\0\15Ì<\13
+endstream
+endobj
+218 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 694 0 R
+/Name /Im207
+/Width 12
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßð\1f\båÉ\80ÿ?\80 \8fBÝ|~\0¹5\eÉ
+endstream
+endobj
+219 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 695 0 R
+/Name /Im208
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿàÿ¿Á\9eÿ\80\ 3\ f@ÄÃü\81\ 1\88þ\7fàÿÿAþð\87\ f\1fþÀ\11û\87\7fö?þ±?¨\13\17©\9f,    \0åý \a
+endstream
+endobj
+220 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 696 0 R
+/Name /Im209
+/Width 23
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþSÃÿÿ\9f<ÿ=;ö{uìoêØ\1fÀ\91\1dû\ 1\ 6ùÿ\fÖ\7f\18,\18 Èþ\7f\83ýÿ\ fòÿ\7fðÿÿcÿÿO\rÿ\1f\fvpTÃPcÏ\b\94zÀü¿A\®~²\14\0¦x)\ 5
+endstream
+endobj
+221 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 697 0 R
+/Name /Im210
+/Width 34
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\ 3Ãÿÿÿ\ f\80\88\ f\fì\1fø\7f\0  Æ?@\82á\1f\88¨\87\13ö\r¨Ä\ 1R\b\bCÿÁl\ 3Ú\vv\ 1Ô-@W)É×ÍÓ\0\0»~Db
+endstream
+endobj
+222 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 698 0 R
+/Name /Im211
+/Width 25
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿ\80áÿÿ\1f\fÿ?üa\90?PÇ ßP\ fÄö Ü\80\aCÕÕAô<\0êýÿ\81A~þ\ 1 \18\ 3V\f\94\86cIÙúɲ\0\12\8f*$
+endstream
+endobj
+223 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 699 0 R
+/Name /Im212
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccn`\ 6Cv0äo\90o°ÿó\1f\bå\e0`\1f\fòÏaÿÁü\81_¶~\8e\b\0ÕJ\16ñ
+endstream
+endobj
+224 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 700 0 R
+/Name /Im213
+/Width 26
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀÀð\1f\8aå\89Áí\1f\18äçÿ`\90ßñ\87AþA\1d\83ü\ 1(n \1eÿÿøÿ\0\fK)ÔÍ\97\ 5\0¦â,+
+endstream
+endobj
+225 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 701 0 R
+/Name /Im214
+/Width 38
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãcþ`Ï`ßÿ£¾Áø\8eíá\ 3É\1fì\e\ f$?\90g|\90|@\8eñÁñ\ 3\aØ\eP\b~\86
\ 6\14\82\9fG\8eá\ 3¿\ 4\90\90\ 3\13\ 6@\82¯À\86ñ\ 1ÿ\ 3      \86\ 3Ì\rj"õ\935\0\1e[#-
+endstream
+endobj
+226 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 702 0 R
+/Name /Im215
+/Width 26
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\81ÿ@,ÅTÓ­\f\0K\b\bÁ
+endstream
+endobj
+227 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 703 0 R
+/Name /Im216
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8e±  Ã@\10\ 4çqð¡
+\10øA\89ºðW&þÜ\8cë¸RT\82B\ 5Bç}ã@
+\ 6\8e]nX\9a\91b#ÇÁð>)\16\14\ fêÚì\8a²\ e\99\80tÂã\80¼C¬Â\85÷Hú£zç)[ý\eÃoÈZ½Y³\97þ\8a¼\83vdí!\8cq^>Ó\176UD.
+endstream
+endobj
+228 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 704 0 R
+/Name /Im217
+/Width 39
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\aÿá\ 4ó?\ 6y\10Áþ\ 1H0\82\b\ 6\ 4Q\80L0\1e¨\0\11\16È\ 4ó\ 1\ 6\ f$þÿG!ÀbHJ\18\ fð¡\12\93Ñ\b\e\10a\ 1"*@Ä\ f\90«@\ 43\88\90ÿ\ 1\a\ 4¡®Y·B\a\0çM^Ð
+endstream
+endobj
+229 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 705 0 R
+/Name /Im218
+/Width 25
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÃÀ ÿ\8f\81¡þ?\ 3Ã?û\ 6Æ?õ\rÌ?\80øC}\ 3û\a{\ 6\b\8aÿÿ?\0ǸÔP\82ëÿ7À±¤VÝJQ\0¢}7l
+endstream
+endobj
+230 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 706 0 R
+/Name /Im219
+/Width 16
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`d`f`gàg\90cøÇ~\8f]\8eÁ\ 6
++ ð\ 3\ 42>\80\ 3\10øÿÇÿ\1f\ 2rÕsÅ\ 1ç\1e\14¬
+endstream
+endobj
+231 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 707 0 R
+/Name /Im220
+/Width 21
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dȱ  \800\14\0Ñ\v\826ÁTb*]á\97)\ 4\r\91ÄAÜå\8f\92\11Ü@E¸æ\1d®°*±¢Ñ\94ÔHhCh}²ò·%[\93Ó»3\15£4\85\ e&\bð\8fO=b\11Ï&Ô|j~t\7f\8afta\98\8fk|\ 1\ 3w\e\9f
+endstream
+endobj
+232 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 708 0 R
+/Name /Im221
+/Width 29
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÌ¡\r\800\14EÑ× *;\ 1%Á°D\13Öªâ3\rs0
+#TâÊ\rùHÄ1ï%WJ\92&¬0×¥\80ÁE$ö\8câ*\9a)\8M\ 3ânÔLÙ\15T4ôÞïÏÛÿcün\¶c~\0\15Á1\11
+endstream
+endobj
+233 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 709 0 R
+/Name /Im222
+/Width 42
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4\rõÈdCý\ 1û\86\1a\86ú\ 3ü\r\15@\92\1dJ\16\0\86\ f ò\0\84|\0$\19q\92\f@\92\81a\80\87\1e \90Z\1auËõ\ 1\ 3\8f
+endstream
+endobj
+234 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 710 0 R
+/Name /Im223
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81á?\14ó\93\8cÿ1ð?þßÀÿüÿ\ 1þwü\ føÿ\0ñ\ fö\ fü\1f ø\ 1eøÿ?ûÿ0¬ U»R\15\0uÍK[
+endstream
+endobj
+235 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 711 0 R
+/Name /Im224
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n``\80\ 3\10Ìÿ\0\81å?00HB±á\ f\ 6\ 6\ 3(N¨Aà\ 3vpÌØ ÏÀøÿ?\ 3óÿÿ\rÌ\fü`ÌÆÀ\7f\80\rh0\bó10?\90g`\7fðÿ\80ý?\10\96\9d¯
+\0\v°$/
+endstream
+endobj
+236 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 712 0 R
+/Name /Im225
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80áÿ\ 3\ 69\ 6B\88±\ 1\81\98\81\88A\8e\9dA\8e\9fáÿ\7f\10\12\14¯\9b&\ e\0Ö \rè
+endstream
+endobj
+237 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 713 0 R
+/Name /Im226
+/Width 10
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fàÿ\ 19\ 6\7f J.ñúi|\0\v¥
+{
+endstream
+endobj
+238 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 714 0 R
+/Name /Im227
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\aÃÿÿÿ\19Ø\ fð7°\1f\0\aì\a\18?`Á\ f r (ßÀþÿ\1f\ 3;X\1f²\1e\ 6\10þ\81\89af\80Ôñ\1f\0Ú×ðÿÿ\1f\ 6YùºyÊ\0\ 1£;m
+endstream
+endobj
+239 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 715 0 R
+/Name /Im228
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90``°\81¡:\18:\ fE\8cí\r@ÄÜ~\80\99\19\84Øÿ?\0"6Æ\a<\f\1f\80H\8eáÇ\7fæÿ@$!^?M\ 6\0\80¾\16½
+endstream
+endobj
+240 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 716 0 R
+/Name /Im229
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\ 6\ 3rÌ@ô\0      \1d\0
+Êÿg\90\aÊB¤\18?   \bû\83ÿÿ\ füÿÏ "^7M
+\0c2\1e\10
+endstream
+endobj
+241 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 717 0 R
+/Name /Im230
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?`ÿ    BÁ\82¡\82¡\80á\ 3ÿ\ 1þ\ 3\82ÁÆÁæ\81Í\ 3\8b\84\8aú\ fò\aø\84ë'   \ 2\0U\86\ f\92
+endstream
+endobj
+242 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 718 0 R
+/Name /Im231
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g°o(<Px@ñ\0c\ 3\7f\ 3?\ 3ã\ 1\86\a\f\ f\1c\1e<xðð@}\83=\ 3·@}??\0\ eå\ e¹
+endstream
+endobj
+243 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 719 0 R
+/Name /Im232
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa``\90CÂöH¸¼\81\81!\1d\8a\ f\1f\80cÆÆ\apÌÌð\81\81ù?\ 4³1TÀ1\ f\83\rÐ8\e\86ÿ\8dÿ\ f\80°\94TýLY\0_\9b\er
+endstream
+endobj
+244 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im233 246 0 R /Im234 247 0 R /Im235 248 0 R /Im236 249 0 R /Im237 250 0 R /Im238 251 0 R /Im239 252 0 R /Im238 251 0 R /Im240 253 0 R /Im241 254 0 R /Im242 255 0 R /Im237 250 0 R /Im238 251 0 R /Im243 256 0 R /Im244 257 0 R /Im245 258 0 R /Im243 256 0 R /Im238 251 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im42 49 0 R /Im53 60 0 R /Im66 73 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im61 68 0 R /Im97 104 0 R /Im109 116 0 R /Im54 61 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im41 48 0 R /Im62 69 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im110 117 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im67 74 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im71 78 0 R /Im48 55 0 R /Im62 69 0 R /Im62 69 0 R /Im55 62 0 R /Im62 69 0 R /Im69 76 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im45 52 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im112 119 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im45 52 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im32 39 0 R /Im33 40 0 R /Im24 31 0 R /Im23 30 0 R /Im36 43 0 R /Im33 40 0 R /Im32 39 0 R /Im39 46 0 R /Im24 31 0 R /Im38 45 0 R /Im24 31 0 R /Im24 31 0 R /Im91 98 0 R /Im24 31 0 R /Im37 44 0 R /Im32 39 0 R /Im37 44 0 R /Im90 97 0 R /Im97 104 0 R /Im58 65 0 R /Im47 54 0 R /Im62 69 0 R /Im44 51 0 R /Im44 51 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im100 107 0 R /Im106 113 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im53 60 0 R /Im46 53 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im69 76 0 R /Im68 75 0 R /Im53 60 0 R /Im53 60 0 R /Im71 78 0 R /Im75 82 0 R /Im46 53 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im62 69 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im71 78 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im45 52 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im67 74 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im48 55 0 R /Im62 69 0 R /Im62 69 0 R /Im55 62 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im56 63 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im51 58 0 R /Im54 61 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im165 174 0 R /Im32 39 0 R /Im37 44 0 R /Im32 39 0 R /Im165 174 0 R /Im36 43 0 R /Im96 103 0 R /Im34 41 0 R /Im32 39 0 R /Im37 44 0 R /Im38 45 0 R /Im93 100 0 R /Im34 41 0 R /Im49 56 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im64 71 0 R /Im44 51 0 R /Im62 69 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im75 82 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im45 52 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im66 73 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im61 68 0 R /Im46 53 0 R /Im43 50 0 R /Im67 74 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im71 78 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im71 78 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im49 56 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im46 53 0 R /Im65 72 0 R /Im42 49 0 R /Im53 60 0 R /Im71 78 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im97 104 0 R /Im116 123 0 R /Im246 259 0 R /Im58 65 0 R /Im103 110 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im43 50 0 R /Im49 56 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im72 79 0 R /Im166 175 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im36 43 0 R /Im87 94 0 R /Im91 98 0 R /Im32 39 0 R /Im23 30 0 R /Im36 43 0 R /Im33 40 0 R /Im32 39 0 R /Im93 100 0 R /Im37 44 0 R /Im87 94 0 R /Im24 31 0 R /Im36 43 0 R /Im23 30 0 R /Im164 173 0 R /Im92 99 0 R /Im97 104 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im65 72 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im91 98 0 R /Im96 103 0 R /Im25 32 0 R /Im87 94 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im165 174 0 R /Im32 39 0 R /Im37 44 0 R /Im25 32 0 R /Im87 94 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im116 123 0 R /Im42 49 0 R /Im75 82 0 R /Im54 61 0 R /Im49 56 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im72 79 0 R /Im168 177 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im69 76 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im43 50 0 R /Im97 104 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im51 58 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im53 60 0 R /Im46 53 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im106 113 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im55 62 0 R /Im74 81 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im97 104 0 R /Im215 226 0 R /Im247 260 0 R /Im49 56 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im106 113 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im69 76 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im49 56 0 R /Im62 69 0 R /Im45 52 0 R /Im97 104 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im248 261 0 R /Im247 260 0 R /Im106 113 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im69 76 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im64 71 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im249 262 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im250 263 0 R /Im97 104 0 R /Im58 65 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im54 61 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im110 117 0 R /Im113 120 0 R /Im106 113 0 R /Im72 79 0 R /Im52 59 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im43 50 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im64 71 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im64 71 0 R /Im42 49 0 R /Im251 264 0 R /Im25 32 0 R /Im32 39 0 R /Im24 31 0 R /Im87 94 0 R /Im164 173 0 R /Im24 31 0 R /Im37 44 0 R /Im164 173 0 R /Im24 31 0 R /Im87 94 0 R /Im24 31 0 R /Im36 43 0 R /Im23 30 0 R /Im164 173 0 R /Im92 99 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im42 49 0 R /Im65 72 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im51 58 0 R /Im89 96 0 R /Im47 54 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im109 116 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im67 74 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im64 71 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im67 74 0 R /Im49 56 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im63 70 0 R /Im46 53 0 R /Im76 83 0 R /Im72 79 0 R /Im42 49 0 R /Im43 50 0 R /Im43 50 0 R /Im62 69 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im66 73 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im55 62 0 R /Im63 70 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im66 73 0 R /Im51 58 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im72 79 0 R /Im52 59 0 R /Im62 69 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im63 70 0 R /Im62 69 0 R /Im46 53 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im234 247 0 R /Im252 265 0 R /Im236 249 0 R /Im237 250 0 R /Im238 251 0 R /Im253 266 0 R /Im254 267 0 R /Im255 268 0 R /Im238 251 0 R /Im256 269 0 R /Im254 267 0 R /Im241 254 0 R /Im257 270 0 R /Im238 251 0 R /Im241 254 0 R /Im245 258 0 R /Im243 256 0 R /Im244 257 0 R /Im237 250 0 R /Im238 251 0 R /Im258 271 0 R /Im241 254 0 R /Im245 258 0 R /Im239 252 0 R /Im259 272 0 R /Im245 258 0 R /Im242 255 0 R /Im239 252 0 R /Im168 177 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im66 73 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im51 58 0 R /Im89 96 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im43 50 0 R /Im51 58 0 R /Im68 75 0 R /Im55 62 0 R /Im62 69 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im43 50 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im45 52 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im63 70 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im75 82 0 R /Im54 61 0 R /Im109 116 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im67 74 0 R /Im72 79 0 R /Im58 65 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im182 191 0 R /Im47 54 0 R /Im46 53 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im42 49 0 R /Im53 60 0 R /Im66 73 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im61 68 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im260 273 0 R /Im190 199 0 R /Im261 274 0 R /Im262 275 0 R /Im212 223 0 R /Im208 219 0 R /Im212 223 0 R /Im263 276 0 R /Im201 212 0 R /Im264 277 0 R /Im212 223 0 R /Im208 219 0 R /Im265 278 0 R /Im207 218 0 R /Im190 199 0 R /Im266 279 0 R /Im97 104 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im70 77 0 R /Im62 69 0 R /Im45 52 0 R /Im54 61 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im102 109 0 R /Im106 113 0 R /Im72 79 0 R /Im166 175 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im62 69 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im46 53 0 R /Im65 72 0 R /Im42 49 0 R /Im53 60 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im46 53 0 R /Im65 72 0 R /Im42 49 0 R /Im53 60 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im55 62 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im267 280 0 R /Im263 276 0 R /Im266 279 0 R /Im212 223 0 R /Im201 212 0 R /Im205 216 0 R /Im191 200 0 R /Im213 224 0 R /Im190 199 0 R /Im262 275 0 R /Im205 216 0 R /Im263 276 0 R /Im266 279 0 R /Im212 223 0 R /Im263 276 0 R /Im204 215 0 R /Im97 104 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im105 112 0 R /Im103 110 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im100 107 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im53 60 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im73 80 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im69 76 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im55 62 0 R /Im74 81 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im49 56 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 245 0 R
+>>
+endobj
+245 0 obj
+<<
+/Length 720 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲,¹q便â.¥Å\9cÆ33¡å\98D³Ù\8cI&.¹\99!["G|³Çhó÷Sy
+Q÷ á^p 7¼´c\8d\ 2\12\88\17\1c\1e\11\7fùáß¾ýå\aÿíï?üå\87ü\91\83ûæ>\9c³ÿÝ?¶Ã};üGvéÛ\1eÂ\87\véÛ¯ÿðÃ\8fÿã\ f!Æoÿü§\1fþíËxÿQ.ã\9f\7f9\8e\8frôãÓu|úÈ\e\9a¿x8>_Ç\1f\1fþ2þù\17ï\ 3ü\80íú\ 3ÛGH×\1fHçg\ 4¼\ 3ûõ\aò\87»ü@þ\bÇù\ 3\aü\81£ß\ 2\1f\88\ 5þ@\91W\90\92\82ü±oð\a\83ÇdÃS´\1fØá\ føþ\a\ e\a\7f`\8bð\a\82|\8c\e>\ 5ý\18\ f§mb¿\ 2û\81\r~B§JÛ\97¡¦
+§*ù\92>Âöø\ 1_>âñý\a:]
+\1fÇqÝ\83í±¦àÜó\a.+è\94\89}BpP\90úO`\9b\18<V¦n\13÷\8f\94\909x\98£ýñÁ[\89\a`Nz]:\r\y\1eâu|·\ 3áShÀøü¹\83×ñÀ\9a\94Î\9c\9d_T
+\9c\1fHa¯\89çüÞíp\ 1À\98ô\8aôù\ 3\15\0cBV\10\9c\82øá/\1eá¹&\1fÑ\19ô2Ô\1f¡\8dGg\90\ 5SbãÑ\19ô\96$~\1c   \8eOùsÜe|'B|<\9c_\10\81§
\9cÐü\82;©óoè\0ûý£ç·eñü®ûÿT\ 1¿\87:¿ûØ^ã·N\85èùí\87t~\85­ÿ\88`ÿ6 ?dÿ\1eãÖöoûØÃiD=\18ß[q&?ÁiòÇÖ\1f\\11õ\87\8c÷é\96ü\ 4\ få\1fø\90«ü×ñaGç'Û\9fGð*Í\1f>}f/¿\8f\98\ 1í\7f'¿týÉ\81ñ\19¸0¬?!m\92þPùËÈ~öòÇìOÈå\96ý      \9bf¿û0¨\8eßÑù=\1cãØ\87»ç\ 6\1cf\0ó\87\7fÅQ»°\80ò©\92á0\ 3ì>\8eíû\ 2\ 4\1f\¿  \1fÜ[°>\8e{\9e@tP\82d\v\1c]¼e\81£;À   n²\a\8d\1ez0\10\84a\r\8cþ\904\90i@\f\9a\ 5f\1a\10Ã&i\0ó@1\ 6É\ 3õßÿ\b\9fÏÀ:>.tÏ0Ø}<.wõ\a\ 1(\8aþÜÀ\84\ eÐ;!\b¬_\90Ñ\ eô6\8c\8eßà\ e\b\9eà\86>`â\ 4w4?²aD\ 3\8e i0ýþ\ 3I0Ú¿\80-\0´ ¹Ó ÇE\11^C\92C1\8cr\1d\7fþ%y4¾·\0|<\8aAt\v\92\82fA\98\ fJA\8b\81|§@ñsGÓ#\868a©Ö\ 5¤N\7fúõ?®oçü\8f\18 ¿Ç\96n|ú\88\1d*÷y~Ébðð±\1fß\15\18\0\a²]¤Û\1f\0'È~`C+ðÝ
\11K\ f\eÐ\e1ï:3î?·¬ù\85ç&n[=\84¯\9b¸\ 3HhÇ\9f°C%ê¾\80\19\91t¨F\84\bá\81\8cX/\84,\fH\ 5\1aa9\90M\ 5\ 6\90ÅF(;hÄ;/ľ?Ã0BÿþìÑüú÷g\ fÝx÷ý,\8eÌ/#ö>\8edòsøçô{YòAGE\82\9aẠ   ¶[ì`8;üR/áÍðÞ\ 1ÑK¼\9dýpõWÙ© \88\85\90íx\10Ààå\eª?^?\ 1\ 1\ 2Úý    \10%\ 60¿~  õqCÂ\ 3B`\ 2\82Æëç\97"Z¿,>'\bÖÏ¿\ 3ï\81ußç\fÆ£+\109¿\8cä\ f\9d\1fÙ¿mCß/\80x\ 6b!å×\ 3`¿#ùë\ 3`z~\87\97ôoï|oÝÿc\aë÷\1eDpD\ 1
+\14 \1d\85qÐz
+w@CÁÒ½ùÍù\fæ§(\90\87\ 2¬£\80Ð\80õ\ 2ÈÇC\ 3¢£\88ÑI
+D1\90\98%\ 3BÏ/9éüèúS\96ÖÏ\fXÈhþÞ\81ô
+TçÏ\ 5Ì¿wã)
+·!\ 5\9c@áväÿÑ÷\13ùÝ\ fQ~      
+y \ 3<\81B\16¨\7fú÷\17Í\ 1Ð\e¸CúÓ;06\7fôÚþ3ù?10Eþ9\ 6\16¤ýç\18\96C\ eLÖÿ\18\91ü£øóú\92\ǧ\84ÆËú\1f³f¿(\ 6\99\91üëþ'nÐ~ëëßÐþ!ù½òzêø\1d\ 5Ð\a@ ÈùíE²ßT~\ eäÿ\14\f´î\7fAë×ýo,È~¢W\18rywªýÄö#9í\ 2\a\8fäÏ{9\82}Ah\83\0\80   p
\fP\8a\9a\ 1¢\10"\ e\0\84\0¢ÎoÏh\83ù)z\92ã-\ 1L\199\10Ý\81\9eð\99\7fD\80\ 6\aÞ`ôG\9c´k7Xzþ»æ@èú\ fMþéùÁ\0DyƵñ\1a\ 2ÂÑ7t\81Ñ\11\8cì5\aÈô?{\18À\ 3b(FoOôì\13½m\ 3(\19½­ÄÔmÛ\96ÀÛ£â\ fÍp=|4\1eX;»\ e\1fØ\vn;½\ e?¹$ÍOá3\87>¿\87Ï(|à\ 3\98_W>oÞkõû\ 3\9a_\7f¿9á»OáÛâÛ÷\e\ 4?=á·ú\0ÛÌ\1f\85\17ü
+ßÄ£Îß\8c×á«äÁø\0\8cÏõõÆÆo`ýA`\10\18|æÐú\ 1tN¾?oÒ÷Óýß\9c´ÿ=\1fÙà»\88Æ\ 3ùg\1c:t~ýþ÷·\97ª\7f;<\7f\9dÃwDñüÙxuý×ÛÃ\93Øêë\93I«?e\82C§ÎOÐ\a\aÏ\ fP\80°ü\9c\1c8E~8z\17¤ùûó\7fîß\8b\ 3×î\9fþx\1a\1eÑ÷s\ 1ñ-\ 3\ 4\9e\10í\ 3ò\97çÛ\fðg\ 2\1fÆ\ 3¸ß\1e~¤ð_\8a¢\ 3\911XÚùuø)£ùûñÌ\81\84¬9\10F\0\r\ 4H'\0\84½Þ~\9aó\9b \0\84}\83?\0T\98üÀ+\0\e¬\80Ëð±\ 3\19\ 6\ 4\0\8aÁ\97\8c¢\bý\r @!\96½`t;\1a/\84ðO+\10í\r¡\11¢\r\AØøC\1aOy\84\ 6\ 1´Q\94ü\ 6\12\8d\89\7f\8a\e \8a£\18¬½!´ã»ïgJ\1c_QÔ{%¦çoLþÁùS\f,£ý\9fÀP7t\v@WHÆÂ\83·\0!-Ì0@¤\7f:\84\11í\11r`\84©ü\1d\9aþ\ fYx\83õS\1em±ý\8fKLì\ 4oq\13\10\98CNp\86\85\aí\9fLÂ8!@å\16I!\94è%ù£\ 4¨\88ì\ f²_d¼1ñ\87ã1\ 1\82\98ã-\ 1\88½\ 1¦´\83óëß\09\ 4©Ê?Á 3:ÿÞ~r\bR\93_\8aao\10\ 5\9039Ò®úoFÀCA þ\86\9d\ eÍÿS\bòu\8bz\8f\82ðñp~9\93ìEà\9bÞÿ­\12à\10
+£Û¯ì\91ü÷ö\8bÉ¿\11èrX2ÿ\ 6\07Ãu\ 6\86¥\92¶³Ë\ 4\f\8b]Ûá2\ 2V*úÝ.^O\824ô¸\9d^§ï¸\82Æëü5\8f6_?;ïwéð\98ëö¡ªþ#\84{çº)\7fÍ\92ÈÚùu\03jçÇBÿ3¥ÿóû\1fë\7f\17úSþ\98=\7f·û/\9bîW\12j;^O\ 2Þ öȯ\ag\12êgèÞ\8cï_\ f\1e\81\19>ÿ\1dÉ\8f×cß³\1c\80&\80\ 4\81?60~\ 2\81\0'\10xÑþ°»Kpèûõ»KÀ\ 6D\a\80|\96\ 4\98ó÷\8ad\80èúí\ 5b°ÿ<\8bõ¸eÀN\0N1`\1c\80[u\0\ 6À!\ 36\93E\1a%\ 3Bù[Y3 \14ÀÜ \ 1Óù\8fÛª\ 1¯ß¿¯:\90:\1eF/½ý ß\7f ùÓ    à'ÿN\91\7fj?
+2À½ýàØ\97\17\1d ËAEóëç\1f¡þ£ó'üµ°¡ýÓ±7Ë!]´_1"û9\81\1d%\14|ëYø1í·\ 2ÈW\ 6êàû)ö\ 4í\87N\9fyao\8bö'n÷ô/Bû¡Ûï¸\1f·üg< ýÖåï\80ò¯Ë_Aò§`\8fßù\7f\8aüÑ»·Û¤ë\1fÇÞ¼t~\14;óHþõ\fâ\14\90ýÓùËg\ 6¬fÿÈú\13ô_:ö\93µ\v\ 4]\7fÖô\97cg(~\9dÀÎví\ 2Æéohý\vô·Eÿ\97\ e-þ¡Ø©å\1f>Îá\1dvÊésû­ïÏ\ eÚ/áíÍ°3d?fèw\9aþÐõ{Í\7f°øË°³x,]ßìöÙ\ e\97ÙûeCÃuú\93\95PjÆOd_\9añnÆë\ f¿¯"jíxÙùzË\1cnÇËÎ×\9bñnÇëè\99%o´û'?Ü\9dÙ§Êú9}\r\89Ï\ 4}ÒJ°µóË\ f'¯ìÓÁþqú[\90Ä\9f®ß\92G\ 6ë§ç·¡ï×¹Çgö©¦¾\ 4ýÜw ÿ\13è§=¼¬êïqHúKÏß*'¬êOAò3\91üæ4ý§à\89\8fhý:x\ 2íÏ\ 4x\12àþËÙÏÁ.¯­üM±Ï\14ý¡ã\13Ü?\1dü±\87ÛÁþÑïÏèû'äDz×\17ýG\80öC¿<¿À¯EûÿJ>]\95¿];\7f
+^Yù¦EÿýJ^]Ýÿ\82Î\7f\ 2|¶ô\83¡ý&\97g\ 3ï\aòG\89S®Ò·c\1eÐçY\ 1\7f:qÇ#û­?Ý\9eà\9db¿øx\18\7féàaÔâW\ eÞÁøU~½=Á»;þ3¦{þ3Âøk\82xe%,\1fò·B¼z\81w\8bþ÷\ 5Þ-ú߸£ùõÊG/ð­\1d¯\9fß¡\9e\1f!^\1eèüôÊO/âÜê÷ãøK¯|å4ûK\89K\ eúO¹tÓ     þ)ö\9b\8f\87\1e¿§\10Åø\9dÌ\1fµû\ f%\ eÂøM©Þô|üI¯û_\1e\10§Yî-D?dâSÊhÿõì\83´¡ó\9fÈ=\16ã7úýÐ~éö÷\ 5>.Úß\ 4ï\7f\13ÄÁã\9eýM¢ý\19V¾kÆëày\86÷¿\99Ü[¤¿zîý \1e*û?\ 2\ f\ 5\1e¶Ã§ÁÃvø<xØ\8c\9f¡ÎUä¿\19?\ 3þe0¿n<^¹¯\83ñ\94ºeÁk;^Ï=´\97\9fáþ\11æS\82Ò#3\17^à_»þ\89ÒuE\14?\ 2þd4ÿ\ 4xº!ñ\9f(Ýfµ\8f\aë§ûo\95_\86ûOÖ\7fhë§òwÀóÓå¯húË\99oP\7fuðÊÁýÓÁ+ï$ùåãÑü\13à\95Gò?\ 1^\85xKþC@óëÎçÕ\7faÑû¼ú',º\9f\90\91ýÕýO°àq°ÿìòó\ 2ïÚñzåBËúj÷_Ï\9aÜ\ 3Ò\1f9ø83O\95ógÔß³}Ã'øÔ\8cï©¿oZH}Nï\9a\87W=k î\9e{Ï» ±O\ 6³ëyϯàŽ§\rPãk7×v¼n|=Ü=Ýø\1arçÞ?[³æ\1f\97×füDó\ f\9b{Ï;`Í?ÎîSçĹ\94\ föö\89$@7¿'s_\11@ÎÜ\87' c\17~\và\ 4\92·»ç`ýT\82v$\ 1\88xEößêF\rö\7fØ>ªÕàùöQ«ç_Ôýco\8f\19â¼GòÓÙOê¾=²@:ñ7Ô¤õV\ 1õ¤÷\10¡þèî;jçÇÃ\17t~ºü¼Þ\1e\17åçõö¸*?öö8\90\1fN\9c\ fâú   q~Û\81þ÷Ø%\95ß\1dÚ?=ü©}@/ãõðçÐöoXøvÑ\83¿
\ eöÿè\1c¨½\1dÖª\1d­\aÖ\14ðùø·\81\1fÐkïD_Ðx¹öO|Ä\8dÊüt\ 3\ 2\9a\1fl\0\7f½«Å\8fÚ\ 5HeO>_?R\ 4\v\aéµr^\9d?;´\ 1B\eY{}C\120q\80\9b\97\ e\90\15Ï\8aÛ\8eö\ fh\0.þu6\7fêÇ\17Ð\87\97ìß~HûG_Ï\8fgîbëÁú×sÞü  Y\0\84>\13ù³²7\83\b\8e\1d\8cÀtêµÓ,\10}½2ô{à\ 1èëU@\1e\\a\0ÏæQw<h\8a÷<@J(\ 2\9dxýHZ\ 4L_ï2\8c`äÔÕd¥¯\87òG¨ë0\ 2\rF½×îÐüõÊÝ;?£Þ/ÞÀR\81\11\88\18b\10ú\r ;¸~ùõ/;\14ÁNÌ\ fo\10z\ 4\97\7frêO}ýÊÇZç\8cã¹ûíp\1dþ+\ eÌ®ôþ¬øÓÓv^\16/ËN-;q\19®\13×kÖÅe<\0ß0öz\12÷ûù'ÞþjÅ\92ÕÍ7øj´û¬î£5OÏÇöõòª\13ç\ 3Úÿ\99Þç«Çoã\v\1a¯\7f\7f­\984ú~^¶"JòG¿¿bï\17ùÑ¿¿¶}\1a\7f?\ 1ßvh;tðm×ÖÏ*Nù\ 3É\7f_q\8aî\7fÑö\9f~\7f\ 5¯V¿ßº6­\9a/#Þ¯ÊOð»4?\ 5\7f\ 2²\1f\13oW\11Ú?ýí*ù[öÓÞÎÆö\93\80/µlÌÈþSð¥V,\eé\1fíº´!çÛË?Ýÿ\1dÉ¿\9eø\13j±ûQìÀÁ'h¿õó;\90ýP\88GU\7f
+:ÿ     â¬CÑËDße\aíï\ 4v\14\90ÿÖ+V\ 6¤?ó\9dÃÇßÏ\88ãZüB¡\83\84ö\7f¢k\95¨ÿ\94x\9e½$¿¼j\ 3Òß\89®U\e²?\13\15WEý§U?jÕ\85\e\8f\7føênÐÑe~½âmAû?\ 1\9d8\14ÿèU·\92Û%ý\1dAG\97ñ\13M\8fTûË '-~ãÄi\18?èÐ\v\8eßuè¥rïFþ\8b¶ìNϦ/\17û£·ìÎ(þ\9ahÙ½ÁõëÐÙ\8eìÿDÓ¤\ 3ú¿\89ª\v\9aþSù=Ôû\ekz\84îï\13\15{\v\8a\7fúû3\87\8e\90ÿ\9b¨8ê´ø\9d}\7f¾\19?\18ñzuýµæ~ÞßS\8fÙö×´\9f\82\1d=µ¯ò¶ó\1e\96\99ïØßóîxÏ$\ fV?\91ô_©O\97ñ2li-Ë/ãõ»¯ÉN;¾Ó\1dJ<©\15?.û'ß½¬èÃü÷_°£ý=ï\8f·üFç×'\8dQâKÚ\91ôN`?Q\92?\8a\9ddtþJÇÞïØÑ­õïYR~^4ÁIçGåç@ò7¡?\95·=Ò\1fN\9cBöc"iÜAù×ïþ\86=Mï¿U,uÒ÷sâU\92ö\9fb?5ið"ÿ:v\10\90þè\15\9f΢\11Ïñû[æ%%þDäüô¢#'o\Y?Ǿ\824\9e\12×^ö+¼%®qÞ¸¶ÿ\9cø\85ô··?\9c7®Ê\1f\99\7f[µßFÜ\8aRøA[6íõîÑì\7fO» Øí\81â\aÝÿ\86rsÿ\8a\7f4éÛÞÞ\ 6óSìÄ!ÿ5\81\9døíVðzboJôÊìÏÙíH±?ÌÿÇ ù\7f\15íßDÑ\84X¤óçØ\1f\8a\1ftÚÌ\89ÝÝ\89\9fÎ\8a­ÊþQÚÔÃþ(úK+\ 6ïN²¿´èÇ\ eÏO?\7f»û¯\9eÿ\81ôw¢è\89ÝýÛù\ 1oò}ÇõñúÉþ\17Õÿ\11ìÊÁû\87l?NÚÙ\1dû\91\8c;0\8c_pü\95<¼ÿN`\870~×±»pO~\93x\7fäØ£v~\9c6WnÅÏF\9b[^\7fBök\ 2ûÎèþ¯W,N\9bv\7fã\rßµû\13§íAû¡Ëß\ eñ\17½ÛѮٯ\11ín\84¿Ð~\95'øyò~O\ 3ö®çêCL°\0\16t\ 1ñ¾\93@\96¹\98\9d\9d`úÒr3 \11Æ]_Ϻ\11Ï/Ho»¾öðýÓ\84[ÏöÖ\84{'Èà+÷òó\b¶5模ßÛ{âî\9b\8eMýìzÉßJ\9bn\87O\14½thõúÛû\v\7fÜÞÓ&)~do_Û{Ú(oÙt í\13z~[Ý   tø
+öoÜ·\8cÖ\ fZ\ 6±\9eïUxó{Ú=Ç?µùGEoGçÏÇkòS>¿\16\9c\9fá\aíúuîà¦É\ fÅï7(?òÛ«ßáür·Gkù4\92?úý\86\9f\ e¾\9fw\8cÚÐüòýÍ\97 Ù\1fÞoÙ=ónN\ 5xç¿hÏj÷LÜj\170ѳº¶<ÈgþÏRÏjcß]~\0\98\ 3\1f\100\9cKßõv\ f¥\9eÕö\vµóúð\17\83ø,¾Ù\1e\ 3zCÇaH­\7f\90ã×'H\8f\91\ 2\bU\8dâû'`ê\84#\18®X\81J@ßÁêgê\1f\ 4\9e½oN8®\11\0¼×>\9f?\ 2ÂÝ×\8dxm;t\19¯\eñ\b÷o¢ï!\9a¿ß?êÄkËî\1c··N\9c\85Ð>Uýmæ\ fAx\85zxÿðd\90\7f\9a\90Ë\ f\03|\85\11ê\ fÔüçë\ f\80ôÍ\82ý¸qÐ/? \\84ê
+jõ¾ë\ f\b,Ìú\ 3FC¸ü\80ÐøÙ~\0i1XÁ¨\bÂØ\b±î\85       |Á\ 4\8fÖxäC3À\8a Dq~ò\16\19BU\83¯ãû\14âw\ 5Ü{58\80\båÎ
+\7f¾e½ÌÀW5,R\1e\8du/ìçïS\88{Gnoq\1e©±¾\7f)Kûׯß\8a x4^\8aE\8d\a¯}?Na>ßòúùû\14\16\17Ñür\ 1ì°£õ÷òÃ\vÀ£õ#+LÎï\88ÒùQù9 \eÐõ¿ ù}\9fÈD\1f³\rLh\ f\8c×0ÒÊ0\9c\1aø.\98§L`\8f\1cù\ 4\13ØÐìÅ@âq.b Aæ\ f\ 5YP¹\ 4r\8c\8eæÄ\84¾\7f\82      \9fàúå$Ô\98¡\aÓKØç"í?}\rÚ` «¿\ 6\19\eªñ z\ 3ë³\88\83r\11 ë·×¼Áú©üí(\ 2\98hÁ`l\82V~ô"\12E\v\84yÿCd\80f\8a8DIþGE Fã\19\9ae%Ð/ë×_3\ 2\8aã'^3Ä\8b\10\89p~\19ÍJƦl÷O\7fMLÐ~L¼f!û=\91\89\91Ñ-f\ 2ÍJÛ&9@\86f\9d\r\18û\10@G³\92Ñ1ÏPv\ 5ÍJ¯[Ô±\86f¥c\83? £Y©\ 4°\873hV*è\14&ЬìP$­WóÌƪlåH/Fá\91\1dÒ\8b\81\18\9aV\1f×gñ(ó\ 2íp\19\8e*hv=\b©\95\90/³ËÙ\18Þ|Ààã)\18å\ e4¿\ eF\19\98Ö\8e׳ÙíìW×\1f2\18?Q\89Û\18\15íx`\82\ 6`Úàøéúk\e åý¯=¼/ãå\17y_Ûp\8c¤\9f3êÑþ!F)Ù¿MÛ?\9a\11°#õÓ\19\81g5\ 6ðý:£þ@ò7Á¨¯=|Çæ\83URO\92þQù+ªþ³j\ eIú~ÊÈ5FØ`ÿ)
+áÑùëw\80``þ@~)£9T\14âñïÜ\1d ­Ä¾ê¼ÎR¨w¼W\88\9aüÑýKhÿP61aäg[\7f\1c´\11\8b4\9e\97BEú;Ó\ 6\11Ù?\9dÐ\12\7fz!Áp ÿ?!ÿG\11Ï\8f1âQô4Á\88vÈÿM0¢½\93ìר\8dáòúí9{°~ʨ\8fÈÿêwÈ\18\91ý\9d`\84CýGÕX\18\ 6·ßÒ\9f\98¡ÿ\95õç\85¡-êO\84ú?\81!Aý×õç\85\81­Êß¡É\1fý~x}Ñãç\17£|\10?SF±x\7fám\0aü W\13ðH\7fôø3\85{ñ§\152\1dÅ?\14\ 3\8aH\7f&0 \88â¿\89B®é\9eý91,Íþ0F´fÿy!S¤\7f\13Õ v´þ\89j\10;\8c¿u\fتÉMÏo\85T\91ý\9e(ÄZ´ø\9f\9e_A÷\7f½\19\8b\152]µ\1fÙk÷_ÚFЫþ\8f¶ñû<~¿X\a5£áà\ 5\12ï¾U\93ð\8bdîª;þ=\9b\94\13¹Ðô\13w_³ý«óû(ÎÏ«A(\87\93\10ÀúõJ.> ï×+¹X\1f\9eËúõJ²Ö\87§\1d/û.\1fáúålä\17\eÛ\95A1\14\82ýÙݳÝ\7f½\vbÞEùcln´ÿ½úQ"â\86æï\89\88ôüíýtpþ¼\8b`Bß?ÑEPÓ\7f\7f1ÐÜû64¼\1a\ 5\¿\8e\1d\7fhý¬\1a\ 4²?}6"¯FQ$ý{Ç`Sä\8fw!Dú;Á\0\8c\9fôû\13²\9f:v\e\8c?2\90\7f^\8dB;\7f*\7fY\95?r~\19ú\1f\1d»ÝÒ-û\1f\7fuùÛ5ûGåoGö\ fÝ}\b\83Ò²A\1aû\81\18\94¸ L°§Ûfþ¾ Lo¿\f;K`|Oc¦Ø\89s`<b\0\92»¿Óä\87cgH~g°3\aæïï\9e´\vPDß?Ó\ 6)\16ð\ 3\13]t\12\12\0ÔE\a\v@4&üª\0d$@½\0P\ 2×\86\1cÀD)Ý\r^\0ôRº;\9a_w ñ\80\ 6D\aO\8d½1P\0
\16ä\80P+\ 2"?\ 5\ 5н\ 3å\ 4.ôý\13éä0\80\99(\85êáúõR¨\ 6\9e\ fö\9ffsÃ\v\fÈæ¦\v\88\9a\ 5¤èUB\1eT¯G\97ìõ}`AÙëãY\8bõóõÑ\8dòi\19úu/\ 2\ fúê\r:Y>éð\ 6\8do\0É"\80Á\r`XËu1\82K\a\94\1f½\rRA7\80\89z\1aE\8bÀ\98\ 1ÍÐ\80èõè²õ\82\19ì\1f3 /ômh@q/\93ì¿#\0ïz\99\9b\15Shõ\17\9bCû_k)XI]\v@\ 4\ 3ÞPÏÚñúãIyºÏv¸î¾+|w\19>\91\87\89¦\9f\81Ï\9eØçeþ\89FBY\9a\9f\1c\9a_§^\ 5¸\7frôvRÏÀü:u+¦Åó³<L4^÷Þg\1e§²\7f\14>¬ðÛe¼^Ì"£ý\9f(f\91\8b$\7f\94x{âogø}\12pßÓ\9f\19þvO\7fý~S\81\8f\9b
+\ \0Ë\8f\17g5YE\ 18w­\80õOt\82qÈüÎã\7f£ý£Ü\1f\8f\14H\7f{\rµ\9aâèû9÷ËÝ:\7fÃïFçϹcÈ\0èÕ\98\r\7f\e\9f?k£\8dö\ fE_¤\8dy­þ02@\1c?\83ò'¼_\18\90Î\8fvbª\9dÌÚñ:w!Àðe\ 2\7f=ÐúçÛp\8fì\1f¯\ 6{Hë§×w\87¿\89NF\95»ºúýÑÃý×á\97\80æïågû2²\19\ f\ 3\18ï@9KR\ eÖÊA?6ò]9Ç~\ 1åÓ¤Çd\a°5µÐº\1dàõPÑ\ e\93­ì³e     Â\16DGP·{\1e\9a\a¡û·#\v¬ì\9f¥P\1f(\84\82¹K,\aóY\85¡\15\ 1\9d\7f\1dË=\e\94\9cf\83F9\98«6Ür0W%8\ 5Í\86óFÜÈ\86ÎðÏP\f1Ã?C1Ì\ 4ÿ,¡KäÄþU\ eÀ¼\ flùkãK0ã¿i\970ºÿ»¶ÿýúË'&rV\ 4\8dîª\7f» ?\86 ¡\18P\7fC¶nJã;È{\ 4n¤ÿT\7f¡ýÐï\0¹VT\9eß\7fË\9dÔî\90L~2´\1fú\1d¢¾À¤cÔ\90\ 2«O}\81m\87ë\11dM\9eº\f×\ 1°\88f×3?Ñì3ôµ\84¦×\9dçÙÍèÓy\1e³ÅpÝG:ñ\ 3ÿ¬bwr@Ók\ 1Áë\95Ð\1eÎã¹\80¯_\10ú\e<-%\16s]Áûzò\14\81\a¤Ë\16ê\b\9e¼\8c×\11\88\8cÄ\7f¢\94\9by\8f\81\bðìÉUõ{AX\e\10!\10\7fñüË\ 4V ¼\80\19\87,ÜÒAowÈÁ\ eð*fh~%\7fµÞA\1d\1a¯\83¨¡vÓ½|¿\f¢\86ú\822² \14ÃðÈ\bM`\18\1eJ°ÞQ% õOt¤©Ý<O\ 1\ 1¥ß_9¬£ï§ç\17\91\13ÐãÏ\904ý¡ù§9H\16ô\1d\87ì\8e\ 5\vÛM'v\92À\14'FAÈ\1d*\90ì\ 2B-)¼ê\ 2BM\0_ÞÀZ\11\ 5\84\82æ׫y\9e$2E\80P;Øg\ 2§y\90Ç\17~\89\ 1ä\9e\8a'\8bL
+"8\88ð
+C\16\9dX\8cñ\96\13{áP\8b\92(W\9d\98%Q®:±\17\fµèÄÎ$Ê;N,î÷\9cØ        cÝqbq¿çĬ­Ðª\13;yh\8a\13£òW\90\13Ó\81pk     >ú~¶þäÒ­õ\9f<4eý´¥µ·kD£¿\9dü\9d¹â¸\ 4P\r£\1fzð½\8aSÑï\91U}j=¾é{duÁÍð\89\10¶6\95»\8c×K\90Ô4\84ñü\98Dd%|Úñ:\vÓ×\86î\97í\93Y\98¾¦Ð^Ö¯§aEt|\88ÄCÖ_I\84£õS\1a@Bû?\91\86\95\ e$~z\1aV%!\8eå\akÿy\89}®ßMj¿]b·Åùí
+\1a\90üÉ\10¨ßÑùM4\95©$Â\91þð¦À\ 5É\8f\9eÆWvI~è3ª»g¾\82\17\ 5\830\1fòó\8eÄGo\0\95E<Ú?úýa\17¿\9f]\ 1\91þN¤±D¤¿z\1ah0\1e×Ðþ\11\1a\8a\81`\ 3ù§ã3Z?*ÁÁh\fªþ\I\98ÖTö1þsþý#¾Âÿ ³ ÏJØ@\0ô+Ø¡9Pz\80\a\9a\7f\ 2\83\96\ 3
+e»å\80bíê=v@$\8dÃ!\ 1ÐYÈÑxX\8bûoyLc\ 5Â\ 6,ú]2`´\ e\10F3Þ÷8<oK«E0¼-®\16Aðû«¿å\ 1cÚD\ fÈò \1c\1a/\97Â\8f\8aÀã\86\14`\82\b´i
+È,àY\84èùý\8d\ 5Ì\9d   ~ÃÃx¦Ò\9d"ø¾\94=îj\18\8f
+â47¨¾«!¿ÁB\13"ûàX \ 4é¥\94a\f\84h\fl<4áz\19\14\ fM ¾~\ fï@z"Q¨7èÆ\ 4).´Vr®\1dµÚù'*9¿îPa±\92s\8aè\aüÄ\ f\14ø\ 3:\1d\ 4th¢\ esÊ¥\1eB\13HIu\98??a\83\818xË'B¸#3¤óiÓ\81ÜÀL- hÆõîÒ\ 6\83\rü8\1f¯Åa4\9bÉióól*-\8eá\\ e\rHa0p\86\87\81iWº\8a#¤5:w­DÕ\ eׯñ¥~|\1a\11ÉÞ\939Ò{\1e\ f½Ä;4½Îã:¹\1c`üD\1dî\ 3\ 4\93 Ö\ 2\19}?ïìúÌD=;t¯uvM÷ö/\1e\92ôp\10\ e\8d\9fÈű'\98v¼ÎcÈh~\1dD9;Ã>Çooï \94ʳG°þ¾\96\10ï¬\8a¾_çñù\9aI;:\7f\ e\82Eñü\b\88á\90ñ\9a\01\1c²^:\11.Ô:´\97õë<
+³Ý\ 3ãKk\11Õ:ú\97óÓ»qÕTüUû\19jgçÕó\ fÆ\ 3\1e\9c?¯%\94¤ý§<\14{Â}èßûZd\8c\87\ 1ýÇD.\93f¿8\b\87ôg"\97\17Ýo[\aû"\7f\11`ð¡·Ä\r\a\9a_ïc\11
+\92ÿ\99\¦|Ë\7fD§ê\1f«%\ 4í\8f^\87Ù£õ÷ö\93bhÁIþ\8b\ 2\0\96\8b\9f¾\9bc\9d?9\10¿\ 4E\ 1\fê$\94f\ 1¨'-©E\94=\18\8fÚQ2\f\ f\a\18\12oF×ϯ·\93\8c\e\9a\1f´cä?pH\1fÀ+iG´\81ú\a\1cîæ\a\1c7O  \ f\988\81¢m ½~»\0Æë\r=O\f\fh\80^ÊØ£ù'\1az&\8f|PßÐ\93â/\ 1-@¯\ 6bµ¸¯\1f \17\83O\11\19a\1dG>\8d×\1d'd\råFN\88'CiAì0\19j:\b´ñÚ%\82\17óÖ.Á\1c@C\ 28Q\8cü@\970½¢È\99È\ 1æ\97+\8a¤¢^b       \0åÐþé(öYÌ[\91\7f^N\bíßL9¡M
+Bh5îú\ e\eרĵ\1aÝe¸\0\80=W_j\ 4\1cÃR7Wc\91´³Ëî×Û\vJ3^\ fÀ­\98÷e~½\91\97GóO° ,\80\8dk\1cNoÉôñ=\a\92\ 2\11ÝeÿôjF\96\88Ð\8e\aÒCX|\96\88Ð\8e׫1ÕF\ e\97ýÓ\ 1Ô\9c\91ôë\0à\16Día,´]:\7fÎ"\8b`~\85ES\ 1<\ 3Ð\86êKôçÐô\87î\9f\15\13\eÈ\ f\95ß\82æ×å÷\ 5 \ræ§\17pc±\ eì×0\91i`?èú\ 3\92ÿ\99\9b$\7flÿ\83U\ 3\7f¬ÿ²ýx\15ãY´\1fÁ8\18\8bö#X5¯Eû\116Íûr\12\19ô?:\89Ì\1e_\87ßÏ\0¬t+ø\b\87ê?X#8$\7fÊÝÅ\0('\9d\1f'¡!ÿ\8dü?kDwHö\9bÞ¾=Ò\9f       \0Î\0üEù\89\ 1Ù?\1dÀ\8dAû~\9aG\16\11G\89\88\8cC¦Å\ f}1÷ïø[¿\7f\87L\ 2=ñ7M\7f\ 6\1c²éý¯\0¤qÈ\16Ã÷\17\87làÿx)\1f$¿\139p\a´\7f:\80m\89ÜÃýcµ´ã¢ý±Ft(þ\99)\ 4\84ü÷L#:4?*\ 4DÈ?0þð®S\0^    \b\ 6\90Ó\9dèV/PÉ^ð\a\17(ºþ\ 4\ f@\a\9f\92\16@\fÁ¯Õý{\19\80\91\0³ZÞpý:ø³#\ 5\9a\10à\1d\ 5\103µ´µ\0\86¢¿\a\9b\\8bäìd§80Þ\89Îß2 \19\a0\13\9dèÐüº\ 1Í^»\80PôªúÏ°ÖKÁ*\ 1\85÷\95ÀÙpã\ f\ f\86³ÛSíbÚ\ e\9f\0_j\1dôËx\1d|±³kÇO\94ÂÞÁø     ðÅR¨ÚÃ\93·ï\ 5^\rö\8f§`\164^g\ f¥,­\9f³¿
+Ø?\9d=ôªãÓ\8c×ÙC/öÖêù\19ø4ø~:ÿ®É\ f\95ÿ\ 3Ê\8fÎ^<ÐþM\94R/p~½\94zAÖg&\ 52HûÇÙg;X?º|á\97Ë\13üúô]­üé      ðÖ
+îlgü.\ 3\9eÓ¿4\ 1楠\ 3²ß\13¥ \ fÉ\0\14Zÿ\ 4}*£ùõ6¼'}J3@\84>d\154\86\ 2LöoG\ 28A?;\90\ 2èÔÿW
+ã`~z{6ôÈ\97Å\14:\87,ÀD
+\9dG\ 2<\91BgÍ,\16=\80õR\e{@\ 2\7f\84$YP\ e?!\ f:q}7øz`\0èú\13ü~}ýéæþg¸\7fz\ e«h@(ÿm\83\11\80ì\81ã\86"0Ý\ 3G\1c\81È\1e8Z\ eöÀ\80QøÑÈWþ}',
+\7f\15\14\81OÀ_\ 5îßD\1dhMþx\ 2"\9a\7f\ 2þ2øhÑ\ 1¥\80ôwâû#\9a_\87O\93Ý üûN`4÷ËàãÁ\ 5\92R\7f¬\19ÎÐ\81aêI²^\14þ}'+º\7fY³¿£Npcý'ò³ß\v\0\87\83\0\8eÝ@\13Ä\ fô\e|*Hÿô\eü\výY¼Ág\88 èù#Ù#ùÕÑÏì¡üÊE\94\8c~_Y<ÓàQ\r\7f\9bázønÜ\85føD\ 5%\87V?Á\1d²JÎ\83¯çÉ{5xhçׯ¯\96ü×\8e×\93Ϭ\91P»~½\92u(âú  |\12#X¿\ eÝ\9eðѧó\7f8ÑwÎ\9fÂWötÐίÃ\1fyCß/\eÿW\19çfý:ñÙï\ e¬\7f\ 2~2ã;<\7f\ 2\9fY\rÔ\81þñ
+Zå\9eü\15¤\7f½ó\1ar\97\ 6çO¹C\ eêßDòÞ=ë\19\8cø>\90?z{\ f\9aý¤èG@æ{\ 2þ\8a\1e¬_ç^\ 4«?3\98\9f£G\9aþRîM\86þC\ e>Oî\138\7f\99·üB\9f\ 6ö\83\16\91Þ¢d?)÷kwÈ}ëEÄwd\7fQð¸WÈ~ìrá\8d`\97Çv¼\8#\18ü<­\7f6þ@ãå¼\87è üê}Ð=<?ùû£GþCç\8eÅpÏþEh?ôý?û\90)ûGÁ¿\84ôWoc\12\r½\1eØ_ÊÝÊH\7ftÿ\7fÖ\7f¾ã\7fã\ 6÷Oæ\1eÆ\1dͯ_þ^õ\9b\87ñ\eã\1e­Æ?ßÁ#M\7f\9f\16?Sð\ 2ß?ô¼'§ùozyöªý#à\ 3¾¿èàC@ç7\ 1^ÙóõðþD¾?ªñ\ 3ËÛCñË\ 4x\92 üè\85\93Äø\83\8fG秳/Ò\86æ\9f\0ovt\7fÕÁ\9b\ 4ã\a\1d¼Iðþ£Û\8fWá«iÿoMÌ\90þN4\ 1s\9aý¥MÌàýE÷?¯&dÓö§v\11{ªÏÙ\vò}í\rÒÃl«Ã×\88S5ïî2\¾<Õ³\eÍÎóæ\ 2\98~"ï§Æ\8e\97ñzá¤Ê[½\8c\9f¨>¯î>Á>\82\aëïï\8e´\81Uô`~½\ 1¤Q\97.߯w±OèütÛëkì9\1aÏ©KH|'°£z÷\>¿\rÉ_\7f~tÿw(ÿ2ðí÷\8cä_Ï;¬ý\83FúC¿ÿ@ó£¼AB\1d,H~'º/\14Mÿ)v\ 5í\8fþðhy\7fcûÁ°¯ ­\9fù\8eà÷[Î#Ô¼\9b\91üÓõ\a¤?3Õã#Ø\7f\9d:y60Sä\9fb'é\89\1d\87\´Ô|÷Þ¼{ÉÐCE\8eÛá:rQ[¯\8c\86SçW+\97·ã'ª\ 6Ö\80ç2^\7f¸ñhþ\89à¡&\9d\17.^öðó¼ø_Æë¼Ó\bO\7f"é}Cóë¼ÓÚ¸küýl<\9c_\7f¸«\ 5W\96Ï\7fsÒþ±¤9_/^íx\944Gä\7fGç7\11üíY\?«:\89öOO:õ\a<?\19øó\ 5\9e\9f\9c4nU+Gö\87w/Eú«\7f\7fpYÔ_æ|ã-ý\v\1eÚ?ýá§>\­ÊÏùðÔÏ?ã<ïÙ?{¸\1a¯\9fµnAò«\aÏ¡\ 2Ç#ù¥û\975ù£ò³iî\9bÎ_\eÿ\8dÏ\8f7ÿ\ó\7fF{Fñ\ 3jÜÀ\9a\7f\ 6QþÙÃ\13\94?ýáÅ¡ùg\92ö\ fIþ)m»²¦Oöé;Ö\1e\7fxÒä\87³¦Ó-û\1f\ 3\8c\9fô\87\9f\88ì×Dç\9d¨é/\7f8»§\7föð5\92\9fð\91.ó»ç÷g³\7féÿÒNv\99x\12³\16\7fÓï¯ECÆúC\1eÞ6d\7f\847.\85ñ\8bÎ\1aßQü\80âgöð¥ú\1fRtá@ò×Ç\8fTÿ\8bªÿ¼äå\9dûOª­3Gö\977NÝ%ý£\ f\1f\1e\9d¿þpi¬íÕøÇXÛóö¿><D4?ò\7fäûã=û\9b\12ô\9fzνh¿èÃSF÷\17½ù·åü\8fä\8fæ¼o(~×\89S  Þß&ôgGû7ñp{ܳߠ Æ_:ü\93äø\89±¾\91ÿÖÁ×ì´õsÖ7´_rÑ£3ç_\91\1ff¿+ëûä\9f¬\84o\95õ\1dólÏ\8e
+ÞÕËg^«\16kg?\18>"\8d_ÆË{o¤ñv¼\1e;xó\1dù}±Ó!v\98ß\17»\1dÕ\f\18í\1f'\9doÒü\1cûóh~\1dû\8b;:¿   ì\ fίc\7fæ{òZ±]+\989ú~^ð\12ÉïDÛåMÓ^Þq&\80ù'H÷\87vþT\7f\ etþèáu\80ý\rô\9fÊ¿a\7f«úWI£#ý£\ f7µÜûÅþ\0ù¹Æþµ`KÝþà¾\f\ f\11Ì_Âuþó/dzZýu¼Ð±¦V|yöK¸\8cï_\8e\8e\ f\7f\91ÿç_¬ãÖu\ 1Ý\ 1>ÌTºþ@r_\98\a\97\1f\0\16àú\ 5O\9fàkɽë\ fôI¯®\93¡ú\vöxwÙ\ 4\0À\\ f±þ@í\9c\81î\14\8f\84WP\9b¿_\7f@x¿®?P\13\97\87\9bð¤ª÷rì+ù<>üÑw\f!dà\88É\1eìIÛ\83¾wHý\ 1¬
+©Se*Iö\fqY\81.I\ 5~B¿\89ì\13\82\83\7fBoM\8f\18jþâõ\a:9è÷ÀV\0E¹·gÛ\97¡f\ fJøò\90ÿø7~\97\83þ2ÁN!\10u\94OÁzX\rO\81îA\82\82Ô·Ñ¥Ç\98ð&êÇh\80Úè\18{¯VW\90ñ&
+u@­\91T\84\ 6\ 5Ô1$\9f`o
+ãO¸\ 6\16õ\13\18\94>\9aö\ 3â\1e°F"õZ\15*³ð9~¢\8fÈ\91Áx=²+O1n\87O\ 4\96µ\1dühz\9a\rYMÉù¸²ÒNÝ*ù_Æë\8cÈZÉ¿]¿~-5RÄeÿôÀ2¢ã×\1f\15ÎV\9aýú'²¡+£q4?Ý¿\14¤ý£ò\93vI~h6p~2\92ÚóG¥@zFÒ\93\91øì\85ÞÎ\1f\82Àjx\86\18¾¶¡¹þ\0\80\95¯Ï"õ\avt\82!\80дtwË')\12\89`\bÂå´® r¢¯? ÜNë\ fÔ\94¸ë\ f\b\rýì\aÊê
+,)·¼ÌÈ\12±¯Vdº\88¡Î-ðH\8dt^¸uä\1cÍOß\96#2Ã\13\15\9b\1f¹\81QGÎ\91\19âÜ\b¤\ 4\13\r\ 1j,42ÃôûëÍfÕ\8c\85ÚE{tþ4)x\83ò£'\ 5פº\91\e¥óÃ(DÇ\17á\9d\1fÕßCÕ_Æ\8dÐä\97¾Íâ0FNj²\8ar\17ùÑ+zyd\82õ¤¦\88Ã\18ým9 ù'\92"+>;Ò?ÞP`\93Ü8¯è\86Â\90\99\86\ 2(\f\99i(\80\9eÔ\193\f\83ä\8a<ÖPàrþà\12Á¸\r\eX¿Î-³7¥Q\18Éûy®Þbêü\95Û0²\1f\9c\9bà¤k\ 4O
+Fû7Ñ\8cÐ!ý\9d©\b\aí\8f\96Ô;:\7fú¶ê\ fÉ~1nPª\89\15¡Ä·Ü \9a\94\1a\19U¤[õ_g\1dõ;þ+Õ\8a\96«þËú!¬ú¯\94\91þN$ånê5\90$ån0þ\9anæ¹ê¿\12¼Céþ+=ì\8fâ¿èü\aºEê\15Ù¬\99çHÿ)·£Àùå÷ÍìPü;ÑL\14Ú\1f½¨\87\eïß[nÃI1~gþ)\ 6W­O-MÁw\9fT´«Æ¯\19®\10«\9af\9e£á\9cÛ\10Àêg
+âe0~¢\99\87pnþ\8aíô\95\17wÙ}\9d\eP\9bñ]¾_.èäk5ãË÷OäE\1d\13Ü\88Tu§]ÿD3P4¿^Ðé\84ànÉOFû?!?æ{\ 6ò3J*\1e­\9fçEåEõ5n\83Cç7\91\94\fÏ\ f$e\92¤xh~\94jÈõîí¼t~,)4¼ôÿëø\89fV¡>½¬
\99Õ{G\0C-\87¾*\80Á0øÕõ'$ÀzEÒ\90¡\ 1\91\9d\7f\80
+<ÑPã¥Àï\r ]\7f­H5^?I¬\82\ 6\0U$%ä\9aǸÏà¯U ð\84\18;rÍçcö#|ø|\83Ø·/ý8ú\87`*?å\9e\ 1\ eE3À\14üp\9aüPðÆ¡\0F¯H\1a½\16\0Ñrî\ 1\19°\89n\86A[?\ 5ÿâv+\80\89   ®_&\96Ç\9aXxY¿\9e\98\91ïéoÄöC\a\9f6øý:ø´Á\0N\a\9fvw+\80\8d\87\16À2\16E<P\0¾É\15\91\1f\13\97\7f\87Î\7fâò\ fõ\7fâòïQ\03qù·Ëã \0ãÍ4¡üêÍ(kEíåù#º~N$&%\14\86\1dC¶ñïoÏT~ò=ûw\82O\8aý \89)\e\9a\7f¦\9d\ 1\fàåÇô«þ\97%Ö \0Zy|­àa\81ç\ f\1e_È÷Ã\vÄÄùÕ\8aÜ«ç\97¡ý\98hÆéïùÿ\fã\ f=1Ó\8e¯º!6üxßL³\1dî\ f\8d\ 1Ö\8cGOW\f>r`þ        j¼\8bÒçsøé\0óÏ÷c\18}?e°ÙÓÇ#
+yßÌ\85ÁW\aø~Ýû[?\85Ëx½¬\8bQ7Úï×Ë\1aÕÔ\96Ëx½¬MÖÄ¿§\ 2Ûø\ 2ÎÏ; ÀøíÉ\9bù\7füûîí©_@ù\14)kÈÐ
+ÀC,u\0Ç!        \9cHnA\16@igT5ØÈ\17\8f\ fX\ 2`K\92$\98Þß±\ 5Ñ\v\9bÔäº\91\ 5\1aU¥[Õ\80P\v[\8c4\80Å_V\18ç²\7f\9d\0Ò\8aþ¡â\ f\8d\0êͬ­\9fçò÷[ü¹h\ 1Ϊr\8a\ 5 ,ò\8cö_\8f_BMì\1eÉ/'oyIÿøx$¿z;2ë':Z?\ 3\80_ä±f¼^\15Õ
\8cô\8fâO\aò`\13øëMû\15\8aæ\81\85Ö?\81¿ÔÂ:\97ï×ñ\17\8fìï\ 4þ\ 2íÏ\ 4þ\12à÷ëøK\80þKÇ_b\90Î\9fâ\7f   éï\ 4þ\97\90þM´CÅöK~¼\8fùæùmÐ\7fÉøEÜà\rB®h\1e·"ù\1fN>Sý?kgºK7\0úýµ!úèû)þW´ø\8fw\94\80\11øDa\1d´ÿz;Â\ 4o`3\85q\90þMàOöþ×ÞÀôv ØþèøcÐö\8f~\7fDò;Q\18(iö\9f\17ÆQoÐ\ 4\7fÊh~\9dü\9f2ò¿zaÄT³\8a\93½ß¥­Ôø¹\89\7f@r9\96ÿ\9a\11\1câ׺*aë\8a{0ü»Ô\vx3Þ\17P\95ý\9a\bZ\93ã70>ôòÓg¢\1a\82âà\a\0\ 3tMa´$¾\1d­À\vå\ 5\f\83 è\aú+4]\81\81\15 \ep¾ÁZ\81\93ë\1e\bÉõßYDè\13ôS\88x\ 5@\rÉ\1e\98\19X>\85T´S@YÙÏ
\19J¢N¥Úà\1eôX\ eå2mh\ 5@\97(\1a¸ce\16È\1c§\17\ 2\ 1\9f¯ù\ f¯ð8\92ú\v¥û\ 4\9a\91x AB\15\ eH©¡Ú\1f³\1dß³\19è\19Ô2Ã\97ùõÛ¨Ýf\9añ\13=\ 6j\99«Ëür\7f´3\15¯\9f\1fõ\b!t¤\88Ì1*ROÐ\8c\88´¨÷fô6nhH3\1eѱÈ÷×\1e\1f\97ñÀ\9b04\ 4\99Ò        4oCç\87nÃ,\95n\97Î\9f¢a{Í\b\ ee\80\86]׿×þ\90á©¿Íü\ 5 I=\9bç\89FÔÛDô_Ø<\ f\1f+ÿ@\89u\ 1í\ fH|¢ç\ f\1cÚ\ fP\e\16]\ 26Ì;¹Éæ   i|\1eB+\84Ý
+zgh\90\ 2\8c\89&8\15Ð\1dO`:uÜH\8a9&à%+@\13ú\12\¿\9eÐ\97QDµÀÉ\19j1~\15\8bµËu«\85}0û<¢ý\9fH¨<ÐþO$TB/<±ÿEÛ\7f~§FV|¢Ø©CQÀÄ\9dΣ@j¢Ë¢ÝÉÛñ2¦\96 þN\14+\8d\9aüRNCB\ 6h¢Ø(Ö_½KdFò«t\89­\98\88%\84\86µbë¯\84¬éõ\e§\ 5\13\9c¦\1d\9e\9fü¦\97\ et~:¦x\16«Uæ§ûwhû7LèZ\8c\82NN\8d\16\ 5\r85\8búÿâÔ,êÿ\8bS3ô\9f¤.\90a\92þ}µÚw¬\90çø÷\ 5C)+Æ
+\82øQÁXÂj        \ 1\8c\9f`µÔúf\97ùuVODó+\ 5oëþ\9bý\1dì?å\14XR\93_,øi      ýþ}ÁO
+$äz\vkÆOtÚËpÿõ¤4»E­ÊßvHçG×o8Èpý,)j\ 3û7\91\94hoÊ«ë·\82$þ}ÁZÞl
+é/*èÂ
+Æ"ùÓßÔ¬Fãe¼\ïúä´¬\8d¯\9c\10\1a\9c\1fE\11<:ÿ        \14Ár2\ 6òÏ\v*¡ù'\9a-E´ÿú\9b\82&þ}Á]V\15ð,\88Ô\7fÿDYÀ\90\90\ 1\98\995\ 5¦¤ \r\1eàDRØ.\1eàûnQ£ïç\15\8d\9c8?\ 6Ó\83%e4ãõn{¡ ùu\ 3\1a\96\rP}\94wÚü<©+KûÇI50\80\9aè\16\95n90ë6µºÿ1À\0r\ 2ÀBò?Ñ­ \ 6\ 5"Æz\81h\ 2¸þ\ 2A\ 1\1chÀ&\0\1c\1c\80é\0\8eÁØÃ\0\8eÈï\86\ 2\88\89\8aX[\91\1c0ýþ\1déÏÄùÃ\0J¯Iñ\ 2À\16\ 3\80X´ó£Im\ 5é¿NkO\ e\9dß\ 4\80\85í\8f\ e`yÕþ±¤0-\0ä\0\9a&¿\14@²Â´\8b\17èWRÚâ\ 5ƺ=­^ ­ÛÓê\ 5ú\ 4àî\ \93\ 1è\8b\17è\94\8b´ÿ\1cÀË·.Ðɲ\1a\16/Р   Û/Ùþ¥\ 3Ê¿\9eTvÀý×寠ï\9f\0\0kâÕø#\95{ñÇ«"Óâú³Ó.pLÿ²W\ 1¬AE§Eÿé\8d\86àò\92ü¼\0Àv¼|\ 1}1\92\9añzQ\83\17\9f¨\9d_\a\0Í~\ fÖÏ\ 1À\8cÆëi}Qû~JcI\11\9c\1fj5º­G°~ïå\v\887\ 3<Ø@ZÖgC\1f #0Öri$\0\f\81\1a}\ 6ðÍøiV£¯É\19ÏáAã\11\9d\8cº\82Ç\83ï'i©      \8e\a\17XL\87«öó2~\82\rW\ 3ÈË\ fô\84¾\9e\96i\16ÀÁ\1f\0]R\1cü\ 2_1´\13\vý\92XX\ 4JaÕ\81°¡=ô:
+^3ÃÚ\1f\0t:Nj,ð\14Á5\80lbÚ´M¤ÄÎ|S\ e­õÚ² \9e-\ 6$I¤\9f°á\15\0_H6±ö(¸n¢\10L\18©q/\9f\84 S\14ß\91\1aY\89£sæçøð¶Ä\11=\84\ 3ÉÑDÿ½J\8a¼\8c\97St\r\8e¿\8c×I\81\15\rkÇ+¤@#5:°~ßË\10op°K\vàx|@\e\bðp\96£úÄÃ[[6ÁÊ\8b&@_ç\9f`åES\81°ÈÊK       þ\0\0\ f\14ø\ 3Â\93B­ñÿ0Dý\16z\aÌ\0©3¶ù[JhuÖV\95Ðê¬-+á\8eÌØ\84\12\1eÈ\9bM(áqÜT¢Y\ 1\8e\89#+ +áIë¼£\84Ñû[J\18ývO  cÍÒXVÂ\18vm\ 5\9c\1aû2Dn\91\1a\e÷z\b_7±\8fËY~@LP\88ôlÍ\fµX\8e\87â\16$+@\81á\rEt\13Ì\lEtfî\8eæ׫\rXµµËúåj\ 3±\96k]þ~\1cÊèmàkµ¶Ñ÷\8fªµ]Ö?Q­M\9b\9f\ 2{~\97¾\9f1\93Sm\95Ò\1aÁ\9e\99L\81Ñ
+¬\Ö?Ñj\0Ý+gZ\r\94×ú×Z\r \8bõ\ 40\9c\91\13\9ai5\80Îo¦Õ\80f?80íïÉï®EÒtü¡\ 5\ 1\9c\19
+÷_\7fØ(\b\14Ðíwvpÿt`¸¶*¹\8c\97\89-\ 6,\8f¾\9f\95{ÊÞìo~[î\89âr®\8eßÖ\88\11¾V«lÇëöÏ\9býÛÞ?lÐùC\90æ§À¬\81Jíø       `\19®_gÆÖj\95\97ùeb\93Õ\e\e\9d\1f\a\967´~½ÞÙ¦í?Å\95+3ó2¿ÞnÀâ\9fÁü\9cYéÐüúÃÊ\ 1÷Ogf\178ÿ\ 4\14\94¥óãÕÂÐþé\ f3/(gQ\7fC­ö3>?6¾Hãyµý"é/e¦Ö<÷\91üÒjiµZO;^\8f\1fBÖä\97~?Ö\7f½ÚUFû7AÌÜÐùO0s+1iùû+±rùûwdÿg\88\99\9aÿ¤ÌÞÚjiä¿(³·T\10¥\19\8fR[w\fA\18\14Ü\8e\97ßd"\8c\1f&\88m\1eÅ/\13 T­ö5²_43´\12\eϲ\9bïî_\94\98\16µø\8b\123+±h$¿\9cØ\88ü\87^­'ftþ\13Ý\ 2¶$é/ϬEú;\93Y\8bìÏLf-ò?3\99µ\9aÿã\99µP~õjí5³b>þ²V\8bÈ\7fLTÛ\86þ{"³0@ù\95ï_/üc`¿iµ¦\88ö¯·¿\94\18\95Ôû\17Ù¿\8câo´\7f¬Ú\14²\1f¨¾\ 6¹ÿo\9aý¥óïǽù¡þN\10S\ f\18?ȼ\16«\16¿j¿³¨¿Cüa\18\7f\10üãû¯ÞªÐ\88iv\8f\9c¾¿\99ÿoÆOÜßü\8eæ\9fh\97W÷¿\1d¯ßß\ 2\9c_¿¿ÕÄ\86ËøÎ~±G0_\13\eN\82Ø»G0\8a_ÔV«\97ùõvqµÊÖe¼Þ..GI~8/-\88ãYfªv~TþjµávüD»F»?\fä\8fêO­\f\1f\9eÙé\17Ïßð\8b$ê?£¢Àñ²ÿ
\80ñ\8aÿ-\9f\ 4§\13\7f\88îª?»\80\9f\19þp\80ýS\12S\8c\89¢í\1f½?\aMÿx}/ÍþòÌRdÿ\11±\95\8cO\ 5ì_ïÿÙý+Ôj\9díùõ÷/\8e\1fdQþØý\1fé\8fî\7fÃ\ 1í\97|ÿ  \a²\1f\13øQ-·9²_41Ë!ÿ¥ÇßÑ!ýÑñ#«\16>\92\7f\96\98òºÿ·ò#ûÿ\18\90üN$vBýSâ÷ºþxHë§ó\eÿbÑ\7fE{?\1dÆOäü²v~\14ÿÈpÿõÄÔMóß¼Û\1eÒ?]ÿã\ eã\1fùý:îèûû÷k\9e\18¹\8bþ\83¬¿ øc¢2\94Cãg\12\eaü:\91Ø\88Î\7fâþ\1a¼äÿxb#Úÿ\99ÄÆ Ú/²ÿ\86?®î\7f\82÷'\99\ 5\99 þë\89µ êÿDbí¦É?ýþ]»¿qþ\ 5Úÿ\19ü\ 2Þ_\0þþ¾2×Ø\7f\13ù/È\7f÷ñ\e¯Ì¥Ù\7fæ\7f2\8c\1fôûS\16õ\7fTÙkùþeëOk\95\11}­LÖ\8eGø%É\89±õ7ãuüúÄOúñ\13ïÿ\86\9f¤÷\95õ(þP»¥\Æë\95\8dje¯Ñþ3þ\9a7þÚãߥnc)£ï×+Se'}?ïW\97¥ó£ü\99Ú¯î2^~\7f\81>ñ«f|ÿþè\1di\17à÷j@Ò×òÀE'À\1cP\0t\ 2LA\ 28Ñð± ù'.\90\ e*°^\9aÊ\bhí÷ë\17x\ 3\90\a\ 2ÀK[iûÇSyviý\94\0\10á÷ë\ 4\80\9aY<\7f~\96Hã%\ 3B\ 1\0»\80µç?A )\92ü0\a\126d@t\a\12vdÀt\a\12vh@»ùi\81ú\ 3\89vq\ 5\89v\8dö\0<0à4\r©À\0\8cc\ 4ÐÅùcmp0\9a\9f^àkE\84ùý3\0&HçO×\1f\91þL´K\8bÛ-ûoíÚ.ú£·KK÷ì_Ì«òk\0\15ÀEh\7f&\0 \rÊ\9fÞ.mCþ«\7f\0¢Yh»\7f\ 60ñ}ibN`Aú;C`Ñü?%°\14dÿf\b,È~L\`]¼e¿S-í¹j¿Ó²ý©\0\ 2\8c_fJË«ñ'\ 1P"\94_\ 1À4\0G\9b\9fW\86Òâ'\16ÿ$»\80\fâ\1fºþí\9eý~%à,Æ\9fi\87öS.¬b\95¡Æö\93U\86\82öW~ÀN\87\16ÿñ\ 4\9c$}?Ý\7fÑ~P\ 2\8b\83\0\82¼þ\8cã\97     \0       Ùß\89\ 4\18\84céü^\ 4\9afüDih³\7fÍx½²\95\ f\19­_n\8dà\ 3\9a_©,÷\9d@Óϯß?­²Óe¼~~\ 6\80·ë×ç¯ívGós\0Fû~:Þ\b\80Íx\9d\80ç7mÿ\18\80ïw´\7f:\81ô\95\04\90\7f\9eÀ\83¾\7f\86\80\83æ×Û¥¾j¹´ë×ïï\ 6 \ fõ\9fÜß]Aãõû{­\f\1fr\7f¯\rîFö\83Þß\ 3Ò\9f\89û»á7\ 3ûCïïÐ~LÜß\13\94\8c\bÔ\7fý\ 1Ù*\9b_ÎO'pm\9aüÑóÛ\90üõçÇñ#Í~RüPÔ\7f*¿\87&¿t~#Ð-úÿP þê\ 4\ e\87ìÏD\ 1
+§Ù\7fZ@Ä?\e\1c^ÎÿËúÿû/\7føñ\17þ\9bÿöËÿxHÑ9üÛ)¼õÿüò\ fçÕ<\94Ç\8fæýñßüæÛ?üÏ?}ûýï~ýÓ\1fÿöÓ?}û×\7fþÅ·?ÿõO¿ù¿¿þé7ßþ÷ÿûö¯ÿþóï~ÿûo¿ú\87_ÿê\1f¿ýâãÛ¿ÿî§ÿüé¯?\7fûoß~ûóÏ\7fþ§\1f\7füûßÿþñóo\7f÷·\8f?þôó\8f¿zx\97ÿøëÿúã\7fýøç¿\9dã>~ûó\1f~ÿ\8fß~ù\7f\97_>V÷ÿ\ 1\88N'\r
+endstream
+endobj
+246 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 721 0 R
+/Name /Im233
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`xÀÀø\80\81ù\ 1\ 3û\ 3\ 6~0\92\7fÀ`ÿ\80¡ü\ 1Ãs\10b<þ\80¹ý\ 1\ 3>0\92a\7f`Áþ \80ýÁ\ 3ö\aÿÿÿ\83 \90^4\ 4\14\ 4#q\85ºù2\0XÁ-\
+endstream
+endobj
+247 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 722 0 R
+/Name /Im234
+/Width 8
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\1c\1c\ 2\06\8f\ 6\94
+endstream
+endobj
+248 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 723 0 R
+/Name /Im235
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90``¨``þÁð\1f\8cþþ``¤\ 6ªÿÿ\0\82\84\15jæË\0\0.°&R
+endstream
+endobj
+249 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 724 0 R
+/Name /Im236
+/Width 34
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ\7fC=\9c¨cþ!ßPÃü\83½¡\ 2D\140ÿ`nø\0$\ e\80\89\aÌ?\18Ñ        \ 6æ\1f\f\f4!\98ÿÿÿ\81D()Õ-T\a\0L\ 4
+endstream
+endobj
+250 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 725 0 R
+/Name /Im237
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀÀð\1f\8aå\89Åí\ f\18äçÿ`\90ßñ\87AþA\r\83ü\81:\b\1dÿÿøÿ\0\fK)×-\92\a\02g.ú
+endstream
+endobj
+251 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 726 0 R
+/Name /Im238
+/Width 21
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀþ¿\81¿ý\80\ 3\ fu ôã\1f\18ýÿ\ fBÿ\18\18 ¨\ e\8cê\19\18ì\19\e
\1f|`þ\7f\80á?\83¨XÝT)\0¦Ê\1eÀ
+endstream
+endobj
+252 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 727 0 R
+/Name /Im239
+/Width 17
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÌ ÿ\9f¡B\9e¡\80\9fá\ 3;\bý``ø\ fD\1f\18êÿ0Øÿ\ 3ɲ\ 3ùö\r\ fø\e\1e°7|\0£\1fì\f\7fä\18þÿa8þ\81AP¬nª\18\0¥¥\e}
+endstream
+endobj
+253 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 728 0 R
+/Name /Im240
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿàÿ¿Á\8eÿ@=û\83zf ú`ÇüA\86ù\ 3\ 3\10ýÿÀþÿ\83üã\ föÍ\1f\80âÿ\90P\1dû\87zÙÿò?þ\ 35I\88ÕM\95\ 6\0Óì#Ã
+endstream
+endobj
+254 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 729 0 R
+/Name /Im241
+/Width 19
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû/ÏðßþÀÿô\aòÇa¨ù\80|\ 3\ 3Aôÿ\a\14     \8bÕM\15\a\0\15µ\1aÃ
+endstream
+endobj
+255 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 730 0 R
+/Name /Im242
+/Width 20
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏÀþÿ\0ÿá\aòì\1fìÙ?Ô\ 1\11ó\83\ 3ÿ\18\18ÐP\1d\18Õ30Ø3\14È7<à\7fø\0¨\11(!"V7U\12\0ê\87\1a`
+endstream
+endobj
+256 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 731 0 R
+/Name /Im243
+/Width 26
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßþ\80áÿü\1f\fÿwüa\90\7fPà\7f \ e\82\eHÇÿ?þ?\0ÃRbuSå\ 1Þ\9f
+endstream
+endobj
+257 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 732 0 R
+/Name /Im244
+/Width 25
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÊ1
+\83@\14\84á_¶ØÒZ\b\85\82¸\17\13õ\12¹\8fG\11,,\15+\8b%ÏA!\90â\83af²Tâm øelÝ&+½;dÿÓºù\16üD0¨\13T<\1a\896Ë©íKn¦ltÄQ\8dä?\1d\81\9e¨6éw\92ÙDñ\1e\vPà.¤
+endstream
+endobj
+258 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 733 0 R
+/Name /Im245
+/Width 12
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc°g°o¨\a\ 6{\ 6>\ 6dð¿\ 1\ 4å        Àÿ\1f@\90G¥~1?\014\19²
+endstream
+endobj
+259 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 734 0 R
+/Name /Im246
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83ýß\7f æ?Àø\81ÿ\0Ã\ 3ö\ 3\f\aÀø\ 1ã\ 1æ\a\8c\r\81¹\81ñ\ 33\ 3\b3ü`Cà\1a\1e\ 4\93\80`{ \967\80â\ f\f\fü\ f\10\18h0\1837À±¼Bý<%\0fo"è
+endstream
+endobj
+260 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 735 0 R
+/Name /Im247
+/Width 38
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀ ÏÀÿ\87áÿ\ 1ù\7f\8c\1f\1eXÈ3\1f0(àog°H`?Ç \91Àü\8e\0ã\1f\ 6\9e\ 3\8c?\80\ 4\ 3\98¨\ 1\11u â\1f\ 3O\ 2ã} :Æó\r\12\ 5Ìí\a,\fø\99\1f\14ÈØ1þ\7f\06\94ù\ 1\83=\83\9aHíd]\0xù#ø
+endstream
+endobj
+261 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 736 0 R
+/Name /Im248
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c`` \13ÿÿÿÿ\ 3\b\93«\1f\84e\14jg)\ 3\0W\91
+\ 5
+endstream
+endobj
+262 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 737 0 R
+/Name /Im249
+/Width 15
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã`\91à1\90(°H0H08\90\0\82?jþÔý©«±³\90áç«\9e/\ e\0¼²\fe
+endstream
+endobj
+263 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 738 0 R
+/Name /Im250
+/Width 15
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+°øQó§îO]\8d\1d\ f\e\bJðHðXÈ\18H$\188(ðóÕÍ\17\a\0À_  &
+endstream
+endobj
+264 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 739 0 R
+/Name /Im251
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\91Àü÷\ 1{ÿ\ 1\ 3\ad\98\ fØ°7TÀÐ\a~\ 6\ 4\92c(\0";\ 6\8b\7f\fö\7f\18øm\18\18 ¨\ 2    }`àÿ\ fB²5\93E\ 1hq\1a\9e
+endstream
+endobj
+265 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 740 0 R
+/Name /Im252
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5»\r\80 \14@Ñk(è´2± Á1(\8c¬eá\87M\\85Q\18á\95\14Ƨ\16\9e\1c\95¨y\8dåîDí»~MÝM\1dlå+ØB÷ÎøÄ\f\13, 49\98\14,¡%8\16¯\12U\ e\15ý÷ãvº\a·L,ú
+endstream
+endobj
+266 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 741 0 R
+/Name /Im253
+/Width 42
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßþ\81ÿ\ 1Ãÿù\7fì\7f0üßQWð\87\81Ý\81\1a\ 6ù\ 3ö\ru0²Á\9e\81zäÿ\8fÿ\1fÿ?\80Lj\89ÕMÕ\a\0­\165j
+endstream
+endobj
+267 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 742 0 R
+/Name /Im254
+/Width 23
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀþÿ\0\7fó\ 3\ fv\f\18þ@Ð?\86\7f\98\b"eÏø\ 3¨\18¨\ 5¨\91á\1f\83¸XÝT\19\0\1c¢#\9d
+endstream
+endobj
+268 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 743 0 R
+/Name /Im255
+/Width 27
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÁþÁ\7f(æ?ÀÇÀÿ@\8e\81ý\81\f\183\7f°\80à\1f\15\f\8c?
+\18\18ÿ|``øó\0\82ë\ f °}\ 3\ 4Ë3@0\1f\ 3\83´XýT9\0\ 3-\1eÜ
+endstream
+endobj
+269 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 744 0 R
+/Name /Im256
+/Width 14
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿç?\14ò±Ö÷
+\ 3\0k\14\v\1a
+endstream
+endobj
+270 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 745 0 R
+/Name /Im257
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÇÀ\0Ã\fuDaÆ\7fu\fìÿÿ1ð\1füÇ Ïð\8fÁ\1e(\ 6\83ÿ\b`\18\ 4é\ 1éåoþ\7f\80ý\7fý\ 1Æ?õ\a¤\94ë\16É\ 3\0À¬)\11
+endstream
+endobj
+271 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 746 0 R
+/Name /Im258
+/Width 26
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßü\8fá?\14Ë7Ô\91\89ÿ\811\7fóÿ\ 3ìÿë\ f0þ©? %V7U\1e\0mÍ"\85
+endstream
+endobj
+272 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 747 0 R
+/Name /Im259
+/Width 17
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ÀÀ\bCÌ0Ä\ e\a\18ìÿ3ü\a\ 3xÑá\ 6TÄÀþ\9c\81ù\1f\ 3Ã\1f\ 6A\85úùb\0F6 ·
+endstream
+endobj
+273 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 748 0 R
+/Name /Im260
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a\ 3ÃÿÿÿÁÄ\ 1\ 6ö\ fò\ f\80\ 4ÿ\a Á\ e&~à"@²ü Åò@m \ 3Øÿÿ\ 1\12\1fì@\84=\88\90o\80\13\aP\89\a\bB\ 1D\14\80¬,øÿ¿ýÇ\83ÿÿ\9bÿ\1føÿ¿á\7f\83\8a|Ý<u\0¹³G\11
+endstream
+endobj
+274 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 749 0 R
+/Name /Im261
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o`ø\7f\80ùó\ 3öç\ fØ\8f\a¢Ã\aø\ f0 £ÿ\7f \bM\1c\ fªÿ\ 3
+õó\ 5\0?q&9
+endstream
+endobj
+275 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 750 0 R
+/Name /Im262
+/Width 26
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßü\8fá?\14Ë7Ô\91\88ÿ\811\7fóÿ\ 3ìÿë\ f0þ©? %R7Y\16\0\84º E
+endstream
+endobj
+276 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 751 0 R
+/Name /Im263
+/Width 12
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc\90g°o¨\a\ 6y\ 6>\ 6\ 4øß\0\82òxàÿ\ f È£X·\80\1f\0Ãf\18-
+endstream
+endobj
+277 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 752 0 R
+/Name /Im264
+/Width 26
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþ\81á¿ü\ f\86ÿ\16\7f\18ä\13ê\18ä\ f@q\ 3ñøÿÇÿ\a`XJ¤n²,\0Vâ"\9f
+endstream
+endobj
+278 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 753 0 R
+/Name /Im265
+/Width 25
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀÀð\1f\8aå\89Áý\ f\18äÿÿ`\90ÿð\87Aþ@\1d\1e\86\eð`¨\1a;\88\9e\a\7f\18äê?0ÈÈ\1f`\90\9f/\v\0\81ª&\
+endstream
+endobj
+279 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 754 0 R
+/Name /Im266
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7ffÿ¯Â®\80ï\ 3\10þcøÿ þ\87ý\1fù\7füÿ\19ê\1fÈ?àÿÀÿ\81ï\8fÜÿ?Ç?\b\88ÔM\16\ 5\0\1fQ\17\9d
+endstream
+endobj
+280 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 755 0 R
+/Name /Im267
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\7fþÿ\ fÿá\ 4û\a\86\7f\f¤\11ÿÿ£\10¤\e\0'þ£ºEE¾n\9e&\0Ò¦Pè
+endstream
+endobj
+281 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im168 177 0 R /Im54 61 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im75 82 0 R /Im42 49 0 R /Im64 71 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im68 75 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im49 56 0 R /Im46 53 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im69 76 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im47 54 0 R /Im42 49 0 R /Im65 72 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im71 78 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im55 62 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im65 72 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im103 110 0 R /Im46 53 0 R /Im69 76 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im71 78 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im55 62 0 R /Im47 54 0 R /Im42 49 0 R /Im65 72 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im103 110 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im71 78 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im55 62 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im71 78 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im54 61 0 R /Im42 49 0 R /Im55 62 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im71 78 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im43 50 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im70 77 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im53 60 0 R /Im46 53 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im61 68 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im66 73 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im62 69 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im55 62 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im71 78 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im233 246 0 R /Im234 247 0 R /Im268 283 0 R /Im236 249 0 R /Im237 250 0 R /Im238 251 0 R /Im238 251 0 R /Im255 268 0 R /Im240 253 0 R /Im269 284 0 R /Im258 271 0 R /Im240 253 0 R /Im259 272 0 R /Im245 258 0 R /Im254 267 0 R /Im243 256 0 R /Im270 285 0 R /Im258 271 0 R /Im243 256 0 R /Im242 255 0 R /Im259 272 0 R /Im245 258 0 R /Im254 267 0 R /Im243 256 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im43 50 0 R /Im68 75 0 R /Im61 68 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im71 78 0 R /Im43 50 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im169 178 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im49 56 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im101 108 0 R /Im171 180 0 R /Im71 78 0 R /Im43 50 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im73 80 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im43 50 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im62 69 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im71 78 0 R /Im43 50 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im111 118 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im54 61 0 R /Im49 56 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im70 77 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im54 61 0 R /Im46 53 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im111 118 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im91 98 0 R /Im23 30 0 R /Im24 31 0 R /Im91 98 0 R /Im23 30 0 R /Im93 100 0 R /Im164 173 0 R /Im24 31 0 R /Im87 94 0 R /Im87 94 0 R /Im32 39 0 R /Im37 44 0 R /Im90 97 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im65 72 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im167 176 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im55 62 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im71 78 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im58 65 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im46 53 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im71 78 0 R /Im44 51 0 R /Im62 69 0 R /Im58 65 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im55 62 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im46 53 0 R /Im44 51 0 R /Im72 79 0 R /Im166 175 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im55 62 0 R /Im45 52 0 R /Im42 49 0 R /Im75 82 0 R /Im43 50 0 R /Im70 77 0 R /Im64 71 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im49 56 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im71 78 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im55 62 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im110 117 0 R /Im113 120 0 R /Im71 78 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im68 75 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im75 82 0 R /Im51 58 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im67 74 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im72 79 0 R /Im233 246 0 R /Im234 247 0 R /Im233 246 0 R /Im236 249 0 R /Im237 250 0 R /Im238 251 0 R /Im245 258 0 R /Im253 266 0 R /Im271 286 0 R /Im269 284 0 R /Im238 251 0 R /Im253 266 0 R /Im238 251 0 R /Im243 256 0 R /Im259 272 0 R /Im240 253 0 R /Im259 272 0 R /Im245 258 0 R /Im254 267 0 R /Im243 256 0 R /Im254 267 0 R /Im270 285 0 R /Im259 272 0 R /Im237 250 0 R /Im238 251 0 R /Im259 272 0 R /Im241 254 0 R /Im240 253 0 R /Im243 256 0 R /Im239 252 0 R /Im271 286 0 R /Im254 267 0 R /Im239 252 0 R /Im245 258 0 R /Im259 272 0 R /Im245 258 0 R /Im254 267 0 R /Im243 256 0 R /Im259 272 0 R /Im240 253 0 R /Im272 287 0 R /Im269 284 0 R /Im238 251 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im53 60 0 R /Im62 69 0 R /Im62 69 0 R /Im67 74 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im66 73 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im68 75 0 R /Im65 72 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im97 104 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im47 54 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im112 119 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im75 82 0 R /Im42 49 0 R /Im64 71 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im58 65 0 R /Im68 75 0 R /Im70 77 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im171 180 0 R /Im72 79 0 R /Im170 179 0 R /Im106 113 0 R /Im72 79 0 R /Im54 61 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im42 49 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im66 73 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im97 104 0 R /Im46 53 0 R /Im72 79 0 R /Im51 58 0 R /Im72 79 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im112 119 0 R /Im49 56 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im106 113 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im188 197 0 R /Im42 49 0 R /Im66 73 0 R /Im49 56 0 R /Im55 62 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im72 79 0 R /Im169 178 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im62 69 0 R /Im67 74 0 R /Im68 75 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im36 43 0 R /Im96 103 0 R /Im96 103 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im72 79 0 R /Im69 76 0 R /Im42 49 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im69 76 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im114 121 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im69 76 0 R /Im54 61 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im55 62 0 R /Im74 81 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im47 54 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im188 197 0 R /Im42 49 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im58 65 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im75 82 0 R /Im51 58 0 R /Im53 60 0 R /Im53 60 0 R /Im72 79 0 R /Im52 59 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im49 56 0 R /Im48 55 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im49 56 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im55 62 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im45 52 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im69 76 0 R /Im68 75 0 R /Im53 60 0 R /Im54 61 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im53 60 0 R /Im46 53 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im55 62 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im65 72 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 282 0 R
+>>
+endobj
+282 0 obj
+<<
+/Length 756 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I\9359rܽ\7fÅw\14\ fªIl¹ð(£h¦\8b\8c\91\17i8\14G\9aáÚ²1ý{UV!^72Ý_x /Ýme\8d\a \10«g,ÿöÓßþø·\9fÒ\8f?ÿôo?\95\8fuY~,\1fËë\9fÛG­Ë\8f=},¹þØrþú÷ïþôÓoþÛ\9fÒºÿø«\7fùéo\7fµ¾}l븾~ì\9fÿÜ\eXßêuù÷fãöë¾ü8>\7f·^\97ç|[_?\96}\ß>Z^~¤¥|´åþ\ 3íú\ 3ù£.ø\a\8e\8f¼Þ\7f`½þÀúq¬\88\80)ex\82ͧ`?ANð\ 4·'ø&8ú\81\r\9eà\90OPªv\82t{ÅòQ>\7f2ÕåãØ?\7f \1d\1fûj?Po\a(\1f)\8fë×\8fí<@ÝÀ\ 1ê\8d\vî\17øæ¢Ô2àÂ
+(xå¢o\9a¦¶\83ý[º®?nçïë×\15ì¿ÞÖß_°¯ß\1aØ\7fÍ÷û/\15®ß\11\v­E¾ÿ¾J÷¿¿__\7f\81\15ìOî\7f\1chýíþåc\87÷ÏKEï\7fS\ 2ìþ\19*\81ûýÙùsBü{\7f?zþ\fù÷vþO.Ù\11ÿg¨\ 1\9a~ÿRÄ÷'ç/û3ú×,íOï_µûç\8fõf\85N\8d\96\e\92ßz³\ 1Ì\bævHV\90鿼"þÓõ_Þ ÿËúï\93ª"ÿ_×÷ýwôþëMÿSù9 þºÉOþØñþÇ\86è\7fÓ?l}Y\16i=;\7fY\90üÜÏÿ©%Èzd\7f6\99\7fKzÆ¿%iü{¿\7fß?wûõù;ë/÷¿íOï\ f\1d\90ûý)ý+òÁîöãn?¿½ºbþÇ࿬·û§Ûù¿ÿR>ý\8f/ÿg<ÿmÿoi\aô[\17¤¿\16UþË
+õ¯,ÿeCôGú\97ì¿#û\95\92l@
+T w\ 3Â\1c\90r@\ 6¸    0SÀåÐ\1c\0Ö\ 5\85\ 3X\13z\0Ý\ 1¬  \19\10Ý\ 1¬\19\8a\ 3øM¿
+\1d\88;ýèý\8bæ@1\a V¤\0·\9b\0Ñû·g\ eP]¡\ 3|\8b\ 1éýWä\80£ûc\ 5^7$\80\8a\ 3bëwI~\98\ 1ªP\ 1 \ 3DÞoo\8f\1cØ
+\1d\88Àû\1dÐ\80Êû·Es ØýÛ¢Ý\9fÑ¿%¤\7fîôgïß\92öþLþ-þ\\8e)ÿÕ@¤q¹l¾\ e´{ z7ïoX\1f\88Þ-z\1c×ëÑ»)ÿq½\1e½çEº?óÞSÞÑý\ 1z\83\85'\95\84\9eOöÞRY%úÑ÷«hÿûûQô©!úGÐ'D¿\0ú´¢ýuå\95¶"Ò\9fì¿mÏøÇ\94¿Ã?Ìx%(þw\b\9a¾\1f\94\7fÝùHGW¾ãz\80Þ\90è}Ñö§èÃ\ 2ÕßMyÓèÙ¢GWÿ\10ô"U°\7f\0½Èå\11ýsÞ%úSô§ þ¿;\7f\14=(\aº¿¬\7f\95#?,z<Ñ«¯èq<¿\1c\86øW\8f\1eó
\87\8e\1e­Èþ)Ñc_\ fõ×\9dÿØ×\87¼\1d\9d~ëÛ¯\ fTþöU\94?\86~!þAö\93ÈÏ\81ì\9fn\7f
+ô_\ 2Ñÿ\82öW\9c×\8e\9e\98ó9Ð\7fÕÑ\9b\8cô'BÏIðoè÷x\7f9x)Ø\7f\11\9cç\ e\1e\14Í\7fàûCÿAÖÿ\ 5ê\1f]ÿ\9fè\97"\7fôüM\93\1fú~\86~9ïÇ䯬èü:ú\6\8dÿ(ý6t\7fý\13z\81þÓ\9dþÌþ\9dà\19Ðÿ:z|hüGÁ\87\ 5É\8fî?Ôô,z¬éYøX¡þ      \80_\19Ù¿ûù)øP\90ÿ¥ÇOµ¨þ\13y¿:ëÿ\19x¦É/³\1fµÙþsö£®(þÕíÇ     ¾=±\1fu\83öW¶\1fuÓüg¾?Ò\7fºý¨»F?Ê?Ð\7f
+ÈÿÑ\1eÅ\ f'øö$~h0þÒã\87\96 þ\93ã\87\ 6ñ\1f\14?`ÿ·%ÍÿuÀ»õhOÀ»Ëò(x7.×\95oêÈ«wz
+\9eôÔ\91Ëz\1d¼Z¾\95ïe½,<)¡ýuå{\82\7f`\7fYù¦lûç)å\9b
+¢¿®|OðO9?S~gê\19x?Yù¦Z$þáûïÒþ\94~\rñ¿®|Sw¾=þ¹ç?.ß÷_sß\7fûHûKùéò׿\yôã©o\90\7f\9d6t\7f]y\exy¡_ u®Iú\8b\82×\aÚ_ÿø\90\97\ fþø\90\97\r­×Á¯\84äç~\7f
+¾äYù5ð°Hú\83\82\99õËå\99ùËU³\7f\fÑ\ f¥î\90ý\e\92\7fÃô_Ñþ»\ e~\89ú\83É\8f¥¾MËÏ\8eø7 ?ûþL~\8eúÈÿ)Pþuýkà\9f\7f\7f\ 2>$Äÿzæ\85\81\7fþýIæP\81öCμ0ðnÖþ\16è\7fèþ[©Ïü\9f\ 2å_ϼ(\réO=ó¢´ãÙû­ªÿMö_\91üé\99\17eÓîOSÿúÇ\87\vÿë©\7fû\86ö×Sÿ\8egö§.³ñ\97­×ø\97î\9fPü ûO5!ÿ;\90y\97¡þÖ3ï
\1fúý\8bÆ¿\94þUó\7fèý[\92üo
+^ÂøC\97ß3sN¹?\ 3ÿëz ÷\97Áÿ3sNy\7f\16?\9c\99sJü@×÷\ 2<?þ`à\9df¿XêuÝ\91þF©×,ó\ eÅ\ f\91Ì·,é_º>!ûw÷?XêwKæÿä·©ß\8cÿ÷.>ý\19£îǾ¢å\82÷õ}ú£3Ï'\13¾\ 3o\98óho7î.Ä>\86}õØuX\8f\12w\18ö¶\83õ\81Ä¥\94Áù\ 3±·Å\9eãùõÄ?þÆõzâ_ih½\8e=T´\7f l¯6Ä}\82ïy"Þ'øõé<\9eå»'ÿ¥j?pܸ\9fgÞÍ2`\a\84\18(\90y\87ö×ë\1e\93³?\ 5\ fw$@
+xhë;\ 3}Òÿ]Ý\r=ÿ\81\ 4 @¿\9e¹2Ë\80\9cÂ\80\ e        \10\ 2o1ø\99ÍùÜË[ð\93\ 6ÿ\ 6\ 2\87\9eví©\7f\9a¹fàýH\7f\0þ\13ð(o\92\ 2÷êF}ùa\99{èþ\8añÿ6\7f¹g®xö\8f×}\16\18x¦é\ fZ7»ªÞ\ 3˼\9b\95¿.?\9b&?\94\7f·C4\80äýwä\0èàÑ\v<\9b¤\7féÝ#f½·²l\8fÜ·\92Ê#ÿ­$D\7fÝ\81+\19ñ¿îÀ\95|<rà^àÛ¤þ(²þ àIEü\17©[lH\ 1\aê\16\e4\0zÝâ\8a\14ð\9d\ 1îèUgÀõ;õxdÀ´èðã6«A\r~\83\16\b\84ï\84\83öY\ eê\ 4è¹s\17\ 2$\81\85ú\ 1\ eÄ\ 1È\84\92ø½'¯Ìº\0'þ¦¸\0,y¤.\aà\0=yäL¾{âÂW\18\83E\92÷4\13H\93\97
+Ú?\90¼\ 4c°Àý+Ô úý\9b\16\ 3RþiH\85\að§\15Åà\ 1ü \86`\ 1ü    º0\ 1üt\87ò'kà
+\15\90\1e\82Tû~8\19\82Ô\ 3Ò_\7f¿Csahò\eÄ\80ô\10Ä\92ïfC\90Ö\93\87g]\88\13ÿS\\b\ fÿë\1d\18fñ¿qy\18ÿ[Û#üoÜ=\8eÿ\rë'ð¿q\7f9|;ñ?°^N\OöízX¯·=±Îm'ùßÃ/,÷î\90\9e\8fÞ¿ óëák²oOãýõÂSûöä2?Ã/µýyá-º\7fÀ}\7fá\87\ e\ 3R\0um\88\0²ñ8\93ß\14\ 1ä\0ìV¿\ 1ØÏ\83ü\ 2À¦åÆ\ 2ìóuútû¾Ü¿á\ 4úçë\ 4\15\98þù:\99û<R@G \16\0\ 2³ÀýÃ\9dã¼ý9\ 2X%\ 3@k\ fÓ\81\9e~\95³Ä\81ôþ\19\99\90Hç8¨Â\ 5úÿ\82 *÷§ô¯èþ\81Îc\86@\8e÷\97?ÿ¾Ò÷\9cõôü½q\8dw~æ~ç\86ø÷î~{\9dëâ.\84u®+Ïä\7fÓä\8f"ȽvÅ÷ \bÿ\1e*ÿ\92÷\83.\98Þû¢`\17LÖ?%iüÏ\11\85¤øQ\86\16X¯}ÍU:?\85o
+\94?9ý´`ý£Ó¿jïÏ¿\82å_þ\84\\9aê\ 2²Ú]è\ 2ê\9f\90˧\ 2¹{0÷OÈ\94\80\9b¦\0)\82»!\ 3ª·^-;"@ \7f\14\18=?v ôý\ fÕ\a'\9d»\16íþt=\8cáôü\9dúR@ímþ\ e->ÍÏ\f@\95\1d\18\82¿ôæG³\ 6 Ög\ 6 ZýѤ\ 1¨\r\9d?P¼\8aC0½xu}f\0\83\8e\ 1 üc\1f0&cøºC\aH\8eáë\8eè\1fé|§\ 2X,ÿOÛ\9f}\81jKê\ 1h{ÿ\ 5\8a1`[fA¬±zwÖ\ 3\ 3ÒA\fËÿì_\12Ùö\8c\7fö\r-\973\88\8e\1e>\7fj\81\99\ 4¢Þ6Ñ;<\ 5\80¬xeX\1fH`³äóq\7f\1d\7f1ðx\¯\17OÚǯO%8\ 3Þ'û~?ì¯\83÷gñ.¸¿\1c½¾\0È\91þ2x\9fÌø\8dç×ßß\0Hçýiñ§\ 1\90ãz9\7f(ÙçûOö\9f1þÉ\8aßFúëÅÓf¼Fúé\9d\ fWô~\91¹\13\90ÿdã\9fvtþ@ñô\8eÎ\1f(\9e>\90þ\b\14O\1fH{êÆÿ,\9e\87æ\9f\8f{\7fV|»\8aú\93Í\9dHH\7fèùgYÛß-\9e\1dÖ\a\0ü\¡õ\94\ 1ü\\9f\19\90l_ßÃ\ 2ÐÃßÜ:\80ÿÉAS\0~n\1dÀ\1fN\10h\1e¸îH\85êÍ\ 3·g.@ÞU\17À\ 1à\\15ÌR\b5\16æ\0\1câÀ\b\0·\88&üýè\aO\85\1f<\15È\ 1<$Â\81ý{óao\7fæÀ¾R\b\1d\ f\96¾_E*8ð~\ 6À¹&\88\ 1\ 5
+\0x+Ú?\ 2à!ù×ë\aÏ\ 4>\85\7fùä\87gò[vM~éù¡üëøa\85ò¯ã\87µw~÷\X^?\8bB\98\8fõ\87¾\7fF\160\80\1ffõþ\1c?{Â\7fµj.\10_\ f÷×'?4ô~\ 1þkÚûQú¯èþzóȺj\0\ 4\9f\\81B(]ÿ×m\95ô?ÏßCò\1f\98\r þ\ fà§\a
\ 2ð\95%0Lú_-iòëM\9eðÞ\9fñoKÈþëükùwõ}ú\1e»þÞÁ»:\97=ÚÇ\ e\8dËQø\80/\7f¬h¹\9e?e½\e\9cÓóü½®;ÆõrãY\e\11\9fçïí`ÿ@þ\9e}<vÎÏó÷úë\97Éòɲ¡óëå\9fæ{:÷çõ»\90\7ftø³!þ   ônk\r¬×m×+ýnÜ\1fÈ>þöw¦ßÙû½ûöGáÛÍîïå^³òß*½?\95ßÞxuZ~­õæH\7f=ÿöÐèOù÷@û\aø÷Ø\1fñoîc\17=þå\837 üʶ+[ìîèo\8a>¥ã\91ùÈ\ 6ÿ»ö\83$\1f\9bIùÍ\ 5ò\7f`ì,Ú?P>nð¿C?oðƸþ\8e\9d±Ùé¹!û\15\18\9e\9e×<iÀ,û\r\12@¯¿Ý\90\0êÉ\eyG\f\18\98»ký\aÂ
+Ä&g<T\0\87æ\80\0:`\81ì3Ñ\ 1s³ï&\rø«ù\9e«\0Øä\vÍ\81 õ·\ 5\1a\10}rIÕ\1c`
+þ5d\0\ 3àß\8a\fx\0ü[¡\ 3¥\83\7f\9bv\7fæ\0\15\v\9e\1d\a\88\83\7fÇ#\ 3\ 3\13I¾C\ 64\90|w ú\aÀ³\ 5ê/\1d<Y \ 1\rLÞ@\ eL\0<±þ%\93\ 1PÍ0\80   \14ï"þ\89\14ï"úé\ e\ f߯jïÇ\9b÷m\8f\1cà*\ 6pôü\rÙ\1fÝ\ 1>\8b\87\9f8Àgò\9er\7f\9aü¸!þCú\9b%Ïågü·kòÇÁ?´\7fàý\ e-\80aúÛÆÖÎú/¯â]Wÿ8Å».ý\9dâ]Wÿãû\exØÛ EÝg«\1d\19\96£î5xws^\87åºó`\89Ûãr½yÜ\82¶×§\8e\9cÅ»_ÁÓg\10ú®q\ 4«<zåÎ\8dÔ\93{·$³=ããéà\9bå¾\8dëeÝwæ¾\ 1æ¹é>\ e\1e"îA¶\93\80o\ 6þ9ÌKÏo¾ï¸^o¾h\89ß\ eÿ¼Ë}\9b\13>\ 3ÿìýêÛÜ+º~kÒz>8\ 2Ñ\ fUþ±Ü·*ñ\1f\a\ f7\89þ\14¼?\10ÿ\ 6\ 5ò\8f\9cxñª¼\1dõ\97\1c»ÙÔZo=Ï]Óô\1fÅ>úÔÚiú\15õý      öS6Qþ   vRÑý\ 3\95¿Uã?^ù\9a%ùaà\7f\8f\ f£üêØ\99U®9ô£\95Ç+²\1f\81Êkk<=KÿMÓ¿\14¼\85úë®ÿ©üíðþzå;ö_tì\ 4ú/\ 1ìÄ*÷ÃöË\12ï¶\17ÿ½\8b\9déþ\19½¿\1e{\14ëÝ9®\97ù§\14MÿñÁ\e»è?\10ì¨BÿIÇ\1e\9f@å1Ô?\ 1ì·!ÿ5\80ý®Ð\7f\90§^¿Z÷9þ7¥ß¦é\7f\8aÝn\88ÿ\ 2Øíþ\90ÿ\ eÕ\7fu\12ÿ\9c÷£\89?\v\92ß@âÏ\82ì§>ø¨Êþ\ f9¿UÎOêß\17v7©\7fkAò\13hÜV\ e¤?ôÆgUõ\9f\18ö\ 5õ\87\9e8ù0~ªÖ{È9?\1f\±Hþ\17¥ÿ\ 6ý'\9dþ\9bfÿéú]\93_^øª½\1fM\9c<Pü­\7f{hP\7fèú¯-Pÿêû\eö6\19ÿ¼°7çþ^â^òJ÷°ù4äuX®#ÿG\ 1Ëuàÿ@»\a\12×ì»Ñxy=qÍ\86¶¥¹¤×ducãùõ¹\v\19\9d?\90ø\94ÑþzÒi²ØÙ¡?½¿%\9e8÷§ç·®QÎùyã<È?zÝhC£ûÎ/ìι?¥¿ù®.ÿ\93ºg«{\1d¥WÇ®­ë\94Ë?,ñÏö÷ê¶ÙÐÙ]R^\1c»C÷W\86^Ùzíþ\14û|©¿÷u«\14{°ïFîþ$ïiAò«\17\9de\eú4©\7f_Øá¤þÍVô\12Ö¿\86=\1eH~õ¡¡\16»»üðCÄ¿ºï\9b«f>ùz¸¿üíä\85\1d\87Öm[Þ\9dÃÿ|nÇþH\7f¿°¿Qÿéô\87ú'P·½küCùw\87û˱C¶o\ f³ü\7f\ 3-z\ ý\94\13GËÒ¾±\97aý=qô>4yð}[¯\9dþ^þ)Ô÷ý\8f|ÝÿüËþýéõº\1eøoxÿ\ 3î\7f÷\9e÷\8ft\91¿ï¿XáÇõ\07\ 5øùLõú\ 3uù®Ü@?\04ÀÕ\83ø\96éÔ¿¾\\7f\0¨\0ò\ 3\1d>p\7f`ý¨;ü\81ú\8d_\~@\89\ f4HÄ*\8c®ïDì¥Ã×g¼A\80÷Wè'Xá  \9a\90¿l?\0\89x¿\ 2û\88\92úG\8cë       nW@4Xë÷WXð\ 3(\8c¿\8aB¿ÂÞ \rn²D\89xàg\14\80\90ïg<\9d!p\85{\1e        ;A^ ,Ü\9f\91þ@\824P®Ð\7f c\1aè\1fÓ2de\9d\ fr\81DÔùÀ>§NóA®U#"ëÄaF¡þz½Þ\88£\7f\8e\e\97ë!yÏ\84½ì®G$\8b\9ewÂZÀú@',cáñú\81NX\v _ \13V\9fÄw9¿\9eÍÓÇØ{çç\88\ 6¢\7f ¢/\90}ôNL=\9bàr\7f½\13S\9fÄu¡¿\80ÈØ(\0tþ»)¤û÷\88À{?¾^;?E\84\8aÞ_\9f¤Ú3ñ§ß\7f\exÿ\9e\8d4ýþ\a¢?*E~\8f(xïÇKñ üé\11Iª¢þ#ÙD½\14ð²>Ð\a\1fé¯@\1fü\82Î\1f)\ 5\84úCï#_5þå\88@ydþ¬\ f¾÷~^\1f|ïü<¢\87ç\ f 
+»d?¨üìh\7f%\93ý\97l E~("s\98ü\16\a\91$_ó\17è?\böÓÖCÿA\9f\83\98\90üé_$JBö3\90Í\92¶Gú»d\8d~<\ei\95ø\87\95Ü÷ßß"ò¼\12\7fx6\92æ\7fÑJ´ÚÀýï1\1có?­\12Ñó?i6MÓì\ f\1f$\8aÖë_ÄÎ6bsû÷õ=\9bÀ\93?\9eÍ\84ü\ f¤\7fÉþ{~&ÿ\az?½\12ìlã?w\7fËFÒÖóJDä¿êÙÜ5¡ûß³\91x\eþ$é\7f\9aÍ\92\91þÓåç\1c\ 3ªð/C\84Ïl¦/Hv\94\7f¹\95@­èü \95\80W
+8ë\80X\1f0/\0y\97\8eôÄ\80Ô\r*@Y\80kïC8-\0û3\ 1®û¬\0[\1f\81\1f\9a\ 2eï×\16-\80g\ 1H\83
+D\ f@,\9dÈ3ÀL\ 1Ùóõ\8eäLÿ°í\8f\87å:üÒ¿G]\96ëù$æ½\ eë\ 3ù$½\ eó²¿ÞÈg9Ðz=ú·ïA\ eù(úÖ\e\81]î/G\ fɼÏ|LE\ fVËç??«\ 5Ü$úSô¦ç\13ùüó>\1fÈ;?E_\1a:\7f \11\¯¥¹¬×éoè\97{~òþ½\8fÄôû\1f Ð_\8f\1eS\1f¢|9¿l|¬\96Î\93\b«JüÃ÷\7f&ÿ9!þÕ\8d\7fN\1aÿÑý3â?]ÿä\8cî\1f\98ÂX¶g÷ïC\9cüû³Z¼]²\1f¼\89|ùö^\87õ\91&ò+\92ÿ@\13ù\8aø/ÐD^³\9f´\96íxæ=\9cèÓ\13÷¡,Ïü\87\92\9eù\ f%=ó\1f¬\89ü¬þ(ù\99ÿ`Mägý\87R\9eù\ fVË6ë?\94úÌ\7f(\rÙ/=ø++ô\1fô!\8c+âß\0z¸Aù\93¿¾Y-\9a§?)ýz>\9cO?\86\1e\9fî\7f û¡\7fý¨Ø\7fÐû0-hÿ@\13÷´Kþ\1f\r¾3Ôÿ7ýqï%rA\7f\86õ\9fQ\89\ eÿ \ 6\b4\ 2+H\ 1\ 5\8aÁ`\0\10hD\ 4\15\88þù¹6è@éS\0\9bæ\80ð.ò\90~\81.òH\0ô1¾6\85\ 1¨\87j\0X#(D?Ý\ 1°b²Yþµb²Y\aÀ\86(Î:\0-i\ 1 s\0\9a¥ï\84\1d\80a\bcë~\fûzãt\91\1f\97ë\1f_z\17°qùýñY'%\ 3\9fÆÃëÅ(\16<:§çëwi=\ 5\1fú\10´ËzÙø&s\1eGòé\8dxÌx\8cë\81î!à\87¥n\8dç×é_Ðû\ 5\86`ö      &ÞýYðw&2\7f\ 5\7f#ÿÈÁ_2Û1\9e_\ eþ¬\98ìr~½\98pÕ¤\8f7\82êÎGZçÀ#KA\1eö\ f\80Gûú\8c\7f\ fH?½\18ò@ò\1fH\1dëM\94½ý)x²hôã©_H~\ 3àQBü\e\0\8f\12º¿\1e|æü\8cÿ2Ô?\81b®Þ\84ù²>\90ºµ<â\9f\5ýKS\8f\1a¼¿ÞE¿ÁýõbÈ\15\99ï@1ÕªÉ?o$\85ä'\92z¦½?}¿í\10ß\8f\82ö[N}ÍÐû
+4Ò\82îW uó@ïw·ÿ\1cükâù     ø\92\90ü\ 5Rß,xwø\8f§~eðþwð\866aÏH\7fê\8d\0­\11\95·\9e\82\97¢þ¡÷oˤý±FTæÿ­N\13n\ 2\9aý ÷ßÐùõF\94ÖHÊ×\7f\ 4|Ü ÿÉØÃ\v¼sö§©\87{\8f_r
\1e\96æ\7fÓ÷{é\8f_¿_Jr+\94\17úç\b \ 5/\96í\91\ 3Qa\0\17\0¿\92æÀ³\a¬½\93\ 1\92Q\0\16\18\ 1(:`\14=\85\ e\98\9e;Z+zÿ@î[Õ\0\0Ú   ¬!\ 3ª×nÕ¦ñ\1f½ÿ
+\ 1\ 4Ù\80Õu\15å\87Ðo{æ\0¾R×&\ 3ø3uM        à\11\9dúv\80ó'½xÊÚÐ{\ 4ä裦@(ú¸h\11(mc\9f \0É\16¼½\14Ø{\vÎ\ 4À*?{\16\17ã\7f¶½=ß\92§v?\9a´;s¿¬\97Õ¸^ïÃüªü\1cÖ\aúЧúÍý\9f×\7f×\a\93V\ efx~9q1õ>\8a\97õzî\98å\9e\8cô\8fÃ\87\ eýhåm\9f¡t9¿Þ\8b©÷\81öö÷úÐ{÷§C Í}\1eÞ\7f\95¿ýZ/ªËþàÛ+\eB¹Kû»ðã¸>ÐKJ\93\1f\ e\12ÿRù±Ê-G~(üõÒ\1fïïÏs×VÄ?rø\92\97ã\11ÿfût5î¯÷âIÚþ<÷m\13­GÁ¹[Åô\7fýØ^ÞsZ¤FØßS\14\11\ 3¦»ÿÍü÷\M\82·©\0ì\ 5\0\8e\14Ð\ 1Øf/\98ç\ 2°¼B\13"\a`/\ 4ÐyB\8eài*Ôk%ï\8b\0\8a¤Béýw\8d\859\ 2WÀýõ\0*\1fÈ\ 4\a\8aïìë»C?·xÔQa\1cÁ+\92\0p\ 4NuáXúÞ!½\1f½¿\ 5ÀÎý)\ 2g\bàH\7f=ý«j.\0OÿÛ\9fÝ¿!\13\1aA 7éþ¼x\13ɯ\8e\80\9f­èï÷¿#à´\9dÚÖÓ\8f\95¿@\97\1d¹°\9b\f@\94]{?Þ\8a^s\ 1h+ý\ 3ñïý\v¸×J~\96\7fÏâÍ'ú·&Ä\7f\ 1\0+#ý\1d\0°²j¿Xö\1eÔ\9fzícÑ\h\9e½\87ä?0F°!\ f,ðþ\rò¯¬¿j\83\9e½gÍwÂ÷·õP~e\a°n\16Bx!\18¡ß\8eì¿þ\ 5®bÿG¯]=\10ýô\f\90jÍ¿\1cþáûkïO³ÿ ÿ\14\19C©Ù\7f7ûÐå\7f\92}\984ÿ\91A0Ý|Ù3Fñó\9e?4.×OßÓ\87Æå:z~4°\\aÏÓ\82.\1fÈ~ë\8d[.·\17l\87\95\9e\16t~\1dþëØïe}\0þË`ÿ@ého\pY¯·òï­ô/ë\ 3c(\17\89ûxék\13ÏOà³Þøéü\881\ 3\1fYã¸Ëþú\18Æ\9eýãó/yÿî;_ö\97ᣴiûsø\ fñO qÛ\8eä_\8f\81Þ?\0_\1f\87¨<\19ü§íÏá¿E\92_:Æ°7\8e»ð¯Þx«\97¾zú\8fg\1f~ûNãþ\11ð«@\ 5ª\83\11³¯@X/yÄ\80\ 1ð«"\ 6
+à¯M3\0\1c<DôÓ\9dÿ\f\15@ s^w~}\ 3Àjo5\ 5ÄÁ;$@ú\14í|hô§Áÿ\92\1fñ_éΧ¯\0\bx\92Ðþ\ 1ð$}7\83¿ÐO\aO2r\1fõôý";\10\ 4|ªÈ\0\ 5:\87ÕY\aÐÖkòOÓ·:ø6ë\80\14(ÿ\81ô»^{;kÀÎÚÛ'\ eHÙ´ýyú\9d\ 5\0u.ý®7^\9a5\80¥w®\9c6\80å@\ 2\10I¿S=h\82^-P\81\aÒïf\ 5°£\ai\97\f\10½?ö`tô1#\ 5\1c@\1f¡\ 2\8b´\8eC\ 6(\90þU¡\ 1
+¤Ï=ä\9föÌ\81ªMU ¤x}Eï\97\92<I¼nÚ\ 3òõÛ3\ 6\80!T z~G\16\9eT\ f¨\ 1\ 3ÅÇè\ 1\95î\aßëÛ\82\ 4@÷@-ýnÖ\83h\10\82Ñéß\8b\7fÏ\81¤ï\1dзſãr}\8ex¯>©[{\9b½çL¢\1cw\8fL¢D\97×û®§\ 5í¯Or{Áo³çO«´?£~Ê\1aù)|R\12xý@öTAôCð#˾«\93Ügë»÷3Ò_\87/û§£ËzùÓç\v~\e×\aæ. õ\ 1øik\12ýXíý\v>\e\95\87\0ß\1a|\95\11ýôìË^ü?ûþ¹OB\9b}\7f˾»¬×'éõ¹\v³ü\93{ç*\9f\7f\18üeëÛÜ$À\82ôg o\7f\17\98»PáûéÙ\87\1f\9e{\a÷×'\ 1¶&­ç\9dë\8eoôc\94¿@çº\1dì\1fé\\aù?\8e\9e9ôgðw> ýÑ;\17öâ3Oþiçµ%#ý«\17\8f.H~õÏ\87%¡û\aУ\ 4ï\ fø\ fW\1f\9c©sßü×ÞV\1fPô'?óßJ\9fûâÙ?\9eú\86ì\97â»\ezV¥÷£èSCçGè)K}CûßïOßoÕÞ\8f¢ÇP\7f\ 4Ðã\rú¿rð}\16Ïjú\83 Ï;â\7f½yM94ýÅSç ÿë\9dã`ü¢O"¯\vò\9fõÏ\87/ðl\92þ5!û§Ï}ª\19êÏ\eÿRðÇÀ³Iÿ¥\16ôþwÿ\856^+hÿ{ê±7ö ®¿:ý\9aæ?Ò÷_5ûCï¿!ý\17h<×ç¾yô\7f\87=)à\aOýÒä\8fbo\aÔß\81Ô7Í~rìJµ\7føó}{é\8fööó=O=+\8fð\ 3K=óä\9fÅ?\86}­sÅW{§þ:W{utâ\ fËuãÑ+W/»ë©3\8bº=K=«hÿÀÌÒ\82Öë©7½ñÔåüz×þ\8cί7®I}fàåü\81Ô3tþ@ã·\8aö\8fT\9eægüc\99\1fÎþÞÌQïýxåê.Ñ\9fÏ\1c\a*\8fíËï,ýwU~\89ü@õ\11\99\1eÑß\1a×ÍÒ?/hÿ\0v\94´ûóÆuðþ:öb\99'Ãú\0öb\99'ãþ:öb\1fn'õ\87\15®Æõ¿5¾Óä\8fÏ\1cÍ\8fä'÷¾)\9eüPúAý£cïyÕì\ fo\1c\aßOn|\957»ÿlÝî\8e\b \83OyG\f\10\0ß\ fd@tçï\ 5¾\8dë\85¾-¶þ\0ë\ 3\8b¨AøzÈAúÔÅ\f9XGϲf\ 1Ø×Ãb_ÿÖ÷­W\ôÍÕ \ 4}ªÐ\ 3\rL-E\f\10\99Zª½?\9fZz<òÀË
+=h½ðÓrß\1cúySG}\ f\80Í\9dxæA\9f¹kO,`±äûIú×E£¿W¸:Ëÿ5A\ f>й\ eƯr\ 4tN-}tþ\8cø_7\0Ö9Î3\0¼ó\e:\7f ó[E\11@\0=}è\ 1Õ¶JïÇÐ\9b\17z·z½{ØØ\89\1f¬s\9c\16A±ì\83º£÷Ó³\ fll\85¯?Éù¡\ 3£;@my&¿6¶Â\97_²>Aý/{Ð-Aþ\93³\ f\f\f$f\92\ f\f\1d´¢ñ£}:\1e\96ë©\a}æáe÷\0ú\96Áö\11ô\rî/g\1e${{g=\1f\e± êËM[\92¥=»çg3Gáz\1d=);Z¯Ïl­\ 5Ü_÷ýS\1fôë­çèß!ñ\ fE?-sm\\ flG»Ùþï¾o\r\bï\ 1tßµï\96¡gËÇV¯ûgýþÛwßÃËz`»Èù÷åÙù÷&\9e¿\91ÂÑ\ 3\9cÿ\bd¾¡û'ôé\85ý\0\9d\80\1c¾«\80\0;è[ÏÖïÒz$@_ðI*`}   \f]]Ñz`üHåj\9f»sa [ðHáü\ 3ú\aàC+\1c\1d\ 5X\87\ f+4\9f:úÓʤ\ 2êô³Â/ÇúSôhE
+Pï:\92\0\ 3C\8bûÜ\87¸\ 1´®qÈ\ 1\bÌ\rÙ\91\ 1     Ì\9dÙ5úQù±Ï\aãûëàÍ\ 2\1d\90\9df@iá[ª\8føïL}SÎOS\7f2¢_`è©u¾pø\87\9e¿hïOÑWK}\e×\83Ô\e\15é\8f\0øÓ\9eé/ëúæé/oî\83¯ÿ0xðJ]\eé\17èÚ\ 6\1d`]~ö]\94\1f\99ÐûËu\9f\ 5\aPzÙÖ¢ñ\ fO\9d\83ü#ëÏWêÛ¤þ¬    ê/Á\7f³Ô7´>еÞRg\9d÷ãëµóSðÊê>\9d\0\8e¾\7fo¼=ýþ\rñoàý[}öþ+¢¿þùÐf¾Î\ 6àUô\7fèùw\14\0#þ!]ç\f¼wì/Mݳô''\80åà\9bæ\7f¸e\9f®ýee\9b\b\7fÒ\ 3øf©ûÎýiîZg\9f2\97y¿W°\\97þ£;Oãîrðh¾gñÒvIâ]w}Ê\Öê\99ùvß>2ó¡Hû»\99o.ñIæT\9fÙp!\9fì:&k\9a4®×±³\ 2\99GÇάjÔYÏB÷dß\9dËû¬Õ{ènØÛú\1dº\ fû§õƾ´l²\ fm\18\7fàþá\82Ï\8cE\ 4\f¤\ enË3\ 6Ü\90ü\ 5ÊNíÃ\8d»?éz¶#ú\ 5\86v\1cÚþ\14|>VQÿ\90Ø{Y%\ 1b
+('´¿\9e6\9f\1fð]HÙ]Aô\vt\9d³\9e!\ eýùÌTH\7f}fª\95}\8fëuìÇʶ'\8dç+õÌ\91\1fJ\7fK}\9d¥ÿ¦\19 \8e\9dA\ 3 Ïl5ìË1@\1cûB\ 6@ñÝûúã\17\ 30Óö \9bïéÈ/\9fy\8aäG÷\1dmfª¯?YÓ5ä~¡\8f?d}Nâz\96x\86Þ/P6iM\17\1dýË'.hüÃË>\17Ñþ\91Ä9K\1c\8fcgH\7f\ 6°³\15:ÿ\ 1ìLÓß4qMÔ\1f|æ)Ò\1fzâEé\1dÇ}ùee\9bH\7fë\89\176óÔ\v\7fhÙÞ¢½\1f\8d½\93\9d\7f®íC\85\ 1H l2£÷Ós/*\ e@ää\8bsâÁ\13þ­eÖþ]°/g=+Û®¯\0ä}Ù6/\eEö#P6jØÕ¤þ¨+ò?õo\876±Àã_Ê\7fP\7fÄ'\16Ìú\8f\15ë\8fðÄ\82YÿÉ&\16Äý§_\12×´øáýÄ\82¸ý4ì¬>\ 2 ^e£a\0¡\83_Ý}ËÕq¿ññ­éÀ°<>±`X\1e\9fX0\1e>>±`Ü^o¹eßMÆýõ\96a       \9e_Ö}gâÙ}ÿ@Ù¦ù®ãz\9d~\ 5í¯ë¾T»îøôÁ§:þ×\1d\9d_ïøß´÷çe§\90ûõÄÉUÛ\9f5ÜMf{òú¶á.å?k¹æò\1f+;-\88þ²íJVtáÈ\ f\ 5¯­êk\/$¾m\1fGþnÙö\957õ)G¿\fÌl²ï\99\8eî;\rü\e)[3ôÝU`$x·à×Q¿¼g\eR@\81\8eû}â©/@\ 4<É»¤Àèý-sÖ¹?íX_\90\ 2       \8c\9b¬èýôÌ×\\91\0è\89\eÙÀwW\ 1\ eÚ_½nzEç\ fÔMohÿÀÈ\rëù8\1a\90\0ø\ 6ù_\a\1dñ\9fÞ3Ï\12G\9cõ¼ç\1a¢\9fòáÚ\12Ï\90\ 3\7f
+Þ$Í\ 1¡àA\82\ eH q-?Ò\7f%CúË\89\eÅz&¹ú\8b\80?E\95_Võ\99Àùõ\9eS¥Aþ\91\1d\80WÕèìû5d?t\a ¬Ð\81ÖÇõn\9a\ 3É«>\91\ 3w\7f\7fÚ³îSÿ|\81\1f\83þ
+ô¬;4þç\89oèþzß\99j}s\1cþã\ 3\aê£\0¦&äÀ\ 6À\9bÜDù#U\93\ 5\9d_\8f\9e«%¾O\86ÏUô?ø¸R¤\7fõ\0º6-\0¤÷_\91þ\fTÍ®\88\7fõ\0ºnèý\ 3üg\957³ü·Ïêÿ\ e\1e¾\0\90¹\0ºAÿA\ f _=Ó&\ 3è¶@þ\97\ 3è\ 6ý\ f=\80n6ðÄ    \19ÿ\98úï\93ã¢áËÞÀrÄý8|=ÒwôúIÄ\99èÕ|ÏO\1fp*xMÖ³d<¾>oréÎóH=½a½U=\8cëõ¦WöøÃz=xM\19­\ f¤\9e\95\9f\96=Zð:¬×\83×T\11ý"e\9b\9bD?\8e¾­ÒzÞt-¡ó\a\9a®¡óG\9a®¡ýõàõÕtm\10@=xMV55î¯\97-Û¸¬q½ÞôðÐä\97\82/æ<\8eï'gn¼À/g=\a¯Tþ#û[æ\88³?\ 5OÊ3ë\91\v:?j\1açd\9e\85ùÇ\9a¦\1dÒùyÃÿò\1dü\8cú\vT\8df|þµ\82ý\93>p'oÈ\80\ 5Rß,uÔQ@ô\ 1wÄ@º÷\9f¡\ 2Ðs\8f³\95-8ë)úv\14I\81±è÷D¿¾\18`X¯\7fú\7f¥\8e9\fHS\87làï¸>0±@S t}Fç\ f\94ÝYÙä¨\0ô²»Ò\1eñß\89>iüãL\1c\98t KC\ 6 \90ºØ4þáó>!ÿÈ©\a¯²MG\81Sú­È\ 1ÔËîÊ\86ä_/»+»\16\0ðõÚùyê\19\ 2èí¡\190^vY\1e½ÿ9îóÉû¿Rß&íÏk\ç¤ü¿&\ e8òÏSÏ ý\v g\1aýxêÚ*îÏÐ/¤\7f#=Ï\90ÿ \ 4\10\1eño gÛªÙ\1fJ¿U\v 8úö,\80>Ë65ùae\97\88ÿõ\0¢Bý¡\ 3\b/ô̽?CßT\0\83õL\83ò/ëÏ\ 6\ 1\14ä\7fÑi\9dçö68\86ÇOo{¦\8dËC=Óî»ß\95\1f«{ëÓúÆå\81i\81=ø½l/´ü°Ô±\fn\7f\a\7f(øÐßî´¡ï|wÞól\93ÎÏ'\ ed@¿\bx¶JÏÇÁ/D¿\bøÕÀù\ 3u·}ZÖ¸^/{;§m*÷çàW\15éÏR×\ eéþ,ö³\9eg#ÿÝc?Êÿ;¢_\80ÿ÷6Éÿ\9d~\azÿ@êeO[¾¬\97Ë\86\80¯ý\18øµHïÇ×#þÑ¿¼XæØé\83Ϥ.æ\\90üÈ_έlô²^Ç^\8a¦?xæY{dü,ólúý«&¿´åY3úW§l\81ì¿jüÇ3Ï4ýE±¿\15Ê\9f\ e~n\9aýâØã*íOùwCï\17hy¶#ý\11À.\ fè¿èØÅ\82ô·\9eyR\16dÿ\ 3e\9f  Ý_·\1f¥÷\v\9fµ\1f6o`Ö~\94\ 2õ¿\8e]V´?Òÿ÷oÏße\9fæ\7f¬¿úø\9cÒ\8d\80ô\aZ\83?\0ÐklAÊK\83¼· <w\fiPÝ\ 3³¦i¾\ 4²¦iP\82\ 3\85£\9a\ 5ö
+?=\vÂsÇ\90\ 6»£\7f\14=Z\9e\86\9eù\1c\83¤i0\8a~ô¦\89^\ 4D;¾çM\8a yá§\16\81ðÜ1¨\81å¯Gµ"\ f\f½\1f¡\7f\83ôÓéß\90\a¥wÝ®}âÈe½^¸ÜÑ÷Y\r|6-{"¿µ\17\9eûçgóB¡\a}[Oç\9dîÈ\83
+Ì;=àù\ 3\9e\86\9eù\11,þ|}¢gß\11ì ¿@ÿ_»v\8fèWï¿ò½<\17P8}äëþç_öï\9eË×õB×ðW饴ÿþ\91.üÿý\97Ô'¶\\7fàæÂÞ¿ßï_&=e|\ 2¡mõ7O[ï®ë\ f\b&hÿrËSï\e\81»\r<\ 1Î\1d\1e¡\16t\84»\16DI\f¿î]_Úú«ö\19ùîÆ ;|Q±§Ð^N\80¾â\11*®M£"'Â\ 6\1fRI$è?°C*Þ\8fp§¢ýÀ\81~@ù\94cpÌ\8a¨Ø\84o¡ß'È\v¤A\ 5þ0\ 14L\1dy'`Ì\9c{.¬ËÌw\85Ял0^OpÓ(ì\15r\86Ï\88@mr\82\ 2YQ\89J¿\85!W(\f÷°\8e¾B¯\bv_\81)µÜ \11\96WQ\16è\15̯ð®p\1fçÐO°aa\12\12\ fìð\19ï²@\19    Û&E\9cí\aà\15\8að\8c\ 6/\88j\99±rÁÖQIΰ\1fÀÆMÖ\a%C>P Bë\8cµ=ÓH¥<ÔH¥<ÔH\ 5\9bgÝ.X\8aд]8Q\8aIYøV(g\7f\ 3w?\939\b\ 5ë\ 3ÝA°\ eW\8a\83pÕ(/W÷ë\ 4\9fþÚ/PÏ!c]\ 6Tä_ï¯\aZG7¬Ãò@\9ayÏò¹¬×¿\94-\87¸?i\10j_Z\86õ\81\ 6¡IÛ\9f¦¹÷Ú\9a\vùõ&\ f¥«Òq½Þä¡¢ý#_J!ýd\9c.5D¿\0ýW´¿Þ 4m\90þz\9a\7f\9f­|Y¯OGëYÆÞþ|6û"É\ f¥¿}i\9d¤¿Ív÷ù\9fÔèÛ\97\ 6\87~ôK\91}i\1d×ë_\8a\92öþwþ·õÝ\8cçu®A¨yõ\8eüz=>¼ûÓ÷3/ÂÕ\9f¼ÇÇýüzsùÜ\9b\fÍòÿ9\e\7fþ¥\13Ý_ÿRtöèxb>­Áî´üì\90\7ftùÝ7i\7fþ¥2\8büK¾´\1f\90~z\83Ì\ 5î/ãÌ6\1cÊ{?Þ£C\93\7f~æ~\15(ÿ\81ïT\ 5Ê\9fü\9d¤\18&0É¿¥jö\93~'ë=6.öKþNfá.ç\97íÏë;é¤ý±\1e\e³úϪ\14|ÿ\19Û¯WüâØ/:\1cm7û¹Î\rG;\10ýô,sk\90\7f\94\bû\7fãp©Ù÷¯\8bfÿøwVä\7fÅ\87KyüCÏ\9f¡þÖ\87\v\95E|?ç;«#¿\94~\15½\1fê\12ÀÖÃøEÏ\92o0þÒ\e\14Cý£ûouEñ£Þ ½nH\7fE\86;%I\7fð\ 6µ\b?Ðõg=4þ÷\86;ÍÚÿs¸Ó\13ûß\92æ¿9=6JW\ 3ìø´J ¿þ¸\¯\12èÂ?.\97\95×\81vWÞΰ£\84\97\a\83\12NeÊö\9dßxïÄ×m_J\9bt~>\99=¡×\93m_ê\15\1eóðý\ fi\7f\8e}iô£Ø\89ù¾aþé÷ïÃ\19¼ûsìLe\7f6\99}\ 5ç\ f´(éÃe.÷\ f`oèýõ\1c\8fs¸ÔW\92Åx~Àÿ+ô]Oìí~þ¤4ز2\a$\0\81\ eÑ\16<;\fÀË\14Ð\ 3\ 4:D\eøî<\0M3\7f¨ÀrBÖ#0Yû¡\ 2Ë\ f\15\8fx\93
+,g¤@\ 2\ f\15X.H\0tçÝz\94Äé÷K\99Ã\13\ 3\9a_
+ì=ÿQð\b*°@\99Æ\8a\14xdº\95æ@pðOS ¼Ì`ydÀò®\190ÞbÄ\14x\99\99-x\9fôÿ¬A¯wÿw\rzïûë=\86¬Eɬþ/X\7f\ 5À?d\7f\ 2\rníã¡s\7f\ eþ-\8fìO©\9aýá-F´è\85O\86\87á\8bÞ"eEöCo°Y6$¿ºÿQ¶\87ü\aõG\80ÿ þ\b´èé-\8e|þ¹f°Øzd\7fwYÿX\83]OÿÐ$í\ 5\ 50z\83dk°ëÙ_
+^dèÀË\1fÿj\9eõ\1f;xÔ\a\ 4Äõ§\81gj\0Î\1aì"ùÕ\e´ÛDl/\80âÓ±4ÿ\9f\17I<ó_ªè¿ð"   ¤?õä\89ºiü˧ceÑ\7fÂ\1f/Î"\89ïó\17g:"¡ÿQ\9fÑ_\8c¿\98þi\v\92\9fH\91Æ!\ 2\10ï\eüúþ/kq\ 2ã\1fÙ~\eøØkÕ¢æËÀÇq¹l½-\rv\®\83\8f\eØ]/ñM\96\91>¬×'\e\9e£áÁíõþ¼}²âåüút©Þ¢äL\ 6\9ekpl5þ#\ 1ô\ 6Ç\96yâ¼\9f× ÷B\0½ÇJC\ 4\8c \7f«È\0¬Ç\bZ\1f\0\9fÌùtÅ\87\8d\86GûëÎCêÃí.ëu\ 6>\1e2p\17à\91\81õà#Û\97ßIúç\ 5)\10%óÄÀ3Èÿzæ\1cT\0\11ðkEç\aýaI\8f\ fCÿ\1dùã=B\90\ 2Ôå7[ð:)¿g\8f\10E~iæ\CúG)¦1ð
+YÏ\bxµHüã\82WÎþ\94~V\bãèo
+þaó¯\83\87;Ü_Î\1cË\az¿@ð¼ þ\v\807K\93ô'\9d\8e\93Ò\17x7ê¿@\7fà\84\1c\98\bø\ 5\1d\98\0øuHôã£ÝwI\7fñþºÈ\7f        ô\87­h\7f½ÇÒ\vü\9at K\83úûÆ?¼ÃGBç\ f\80úGï/\fý\8f\9d\81_ÎûÓóïÈþ\aú\vïèýõ\8f7/ðk\92\7f_\1dB\9cýùt)Í\7fàÓ¥ ÿ\ 5¦Kiþ\1f=\7fyæ¿×\82üWýë}\85úCÿz_¡þ\btx\81ú#\0þ¬\9aüðþ¶Eô_Y\87\8e,Ùoú~}<î¬ü¾:|\84åÇÖCÿ#0\1a\1eÚO!s×úó>\8b¿l´»/\7fl:\15\8c\7fôý\93Æ¿ìþ-i÷§©oßæÏÆ<D\8fß;d\8eËõþB½ìë²\f\9eÎ;\97Ã˶¯³Îe¹\9e¸ÔI>®\ f$.õ¤iïö¼h3IħÐMoNåß\9f@_=t¾ì/\7f·¶ÙV\97õ2t\91zÑÆåü:tTÑù\ 3ÐQCûG&Ão\8fdϺºøïÏ&»£ûë®û       ½Ý÷\ f`¿=ézúþ;Ú?P´Ý×]Î/CWgÑ)\90\1f]~{kxÿüïgcÍÊ\8fµçõä\87çÍ¡ó\aò¾2Ò\7fzÒ}.µ¯\7f\9ftOéW\91þC®\ 3\83Î4ûAé\ fõG èµCï¾þaE£h}\0úÝ\90õ\8e\14\8djçgÍ\113t>îÍ\11)ô+º\ f\94\7f\8fgöÏ\8a>gù¯ôoo\9eü1ú\15(ÿwúÑóCû\8f _rþ\82ø?\0=\14U\7f¼\1f-5ý~MÓ\1f´è¯Aý!x¿gµM¯º<\87»\9e
+0Uû\81CèîØ\13×ÖCR \1cûB\ 2\18¨zìí\r=\ 2ðõ\9a\ 1æØ\19r\0ôØÓºãÎ\ 6\0\86}y\ 1\0ë/]\17\13 Õé/M°\87\ 4é¯c\ fI\r Þ'~Í:`µ÷v\9c}ÿZÐþ\ 1ì± \aV¯Z®5½Þo¦ëÆ\89}i\ e\bKÜÒÞ\9fÞ\1f\a\10\81º©\ e\10þ\90\ 3¡\18@ën\8bÞ?%a:j×À'úu×Ài¹=!+\1e:ᯯÏW£
+\ 1óM7Ø!Ýr¯.,\bZÔ¿/Ü\9cõá¬psÖ\aí¹S6%\95q\80S¸yY\1e-ܼ,\8f\16n\8eËã\85\9b\97íÃ\85\9bç\98\89'\85\9bãþñÂMïü^áæe}¸pÓc\1e¯pÓÛ\9f§niôó
+7=þaÃ\rROÝÈÛöv¸\ 1ÇÏ6\89~<õ\vòo ðs\ 3÷\8f\14~\16D¿@áç
\1f\18ÏÕ\9b®]Þ_Ç_÷*ò\ fizÖó\86\ 3ø\13\92\1fýÓY^\10ý\ 3uw½i\9a§?8þT%þã©[\8bÄ?\14\7fÈ\ 5Ð\ f\rg ç/ªü\90ÑÚÅø7O\8dç;\e!kö\875-CôÓÝwk\83ì¿ÿûñP\1eÿRü¯75¿¬×ñÓM³?ïRÇ\14ù§ë÷]´ß¬i\19Ò_¨ó.¡_\1fÎàÑ\8f§\8e\17húµ@û­§þ$d\7f\ 2©?\19ÙÏÀp\1fì?èÃ}
+Ú?Ò´L\93\7f\8e?}*\80¯èçS\ 1½Ã\9f8\0\ 6\15¸N\80\86\ 4(P¸·j\f\88ÆS\1d_¹[¹ß¿þªgqÓ\ 1È\r9\80\97u-ó\1c(Þu\fÆ?:ýE\a\82O\97:Ðþòlá
+\15H¼kÙl\0\0\8aw-C
+HÃ\8f¾À\ 3¨\80Ò=\ 2 èCéèÃÈ@À\ 2Ý\ 5à{=²à   ¹ð\f@©   ¨\90\b\80RWé
+¬û\8au.»\Aÿ\8aP\9b\16Å­Cüö«õ+²¢i¹I\ 1\v\ 3ëË\ry\1f\ 6Þ\ fp|É¥\95?\8endZt\18ö¡\1a\1755LÄ\10«\11Ù\ f:\87D)~\ 4_¯©1\8eÁÁ8êÞ:\9f¤À·tt\11ÈSý+ì+LÏ\84fäci$½õ÷¸\¯þï\9d3/»Ë\1fÁ\8dw\86庠    ê\13\96/»ë\10Ú²K´£\10^/\9dÏ\9fJd
+Â3\bl$¾\ eá\15øö:\84g_@Æõ:\84Wvéõéþ}¾ ·?¥_ï}æÑ\8fBx½ôþÂ~úù{é|\9c~\ 6aµgï·iïGïo\1e¬s\7f\ ea!ñ\r@X\ 6\81¹âÏR¸ªD?>áý\19ÿ¾ ´0ÿÚúο\9fúcªo\7fÒt?O!Û\1eiïÜ'${ïG!\88¼\82ó\a \9c¢\9e\9f¥\80¡ó\a \9c\96Eú³Öa\ 5­\97ûî\9e}ÿ\9f\98ÏÓåPì'\87Ð\90þ\rÐ_ô]¨üAç%\90\ 2¶#ÿ!\92\ 2¶HüË!4D¿@ë*ûüëø\1f¼zR\93\1fonÀe½ìú\9es\ 3¾\ßáüw×\97WOjïOï_5ï\95î_¡ÿ)Ûÿ\82õ\87\9eAµÎ®·¹\ 1Ïä·l\88~\81êÏ\r¾\9f.?;Ú?P½¼#ÿK\9f\ecóÑgõO\81ñK¤úQã_^ý\býÇ@õ£fÿyõ#Z\1fh]\85ã\179þªå\10ã¿÷­¿âïwÉ\0\97ö­ï­\ 3gãÏj%(\93ñgí\83\v\97³õ×\13ýmóÕgõ÷\v;\9b\8c\f´'ñgÝ·gò/Æ/ìü¯ô³0þÑ¡¯\ 5Å\8fz
+HësÏ.÷\97ãÇ\ 6ý\97xúZ/b\8e\92Ï
+\18\86åJôÐË\1fm÷æ\ 4\7f\ 4:[ÁîúÝÓ¢]\9e\96ßYúÚ¸^/¿Khÿ@ù]¯Ü¿ì\7fÓ},ýã\85½\rëõò\93Ô;ÿ\ö\ f`gèý"å\8fI¢?ï\1cöðý\e¤¿þþf{\9c÷§ég\16»\8eï'w.:±¯9ù1ìªëÎñþ:öÔÛö{ô§ék\a¢¿\9eþðÂ\9e\1cíÅ°¿\få70³3iú\8b~{<Á£¯o\8f\9fúó]ú\ 2\ 5\ fÊ" 0ût\99íëëÈ\80Â\87\17Ë\1fÓ\b@÷¯IÚ\9föM¯µ¯oS­\97\8f\93
+$[þè¤\ 2±¡\99\1eý\98\0e¨@\ 2\ 2´£û\a\ 4\b*\80\80\0\1dÚýiýà\82Î\8fê\a        ø\93 ü\80¡\87$xÆ\ 6\9b\81\14°>t³\ f½ö\r(\eZY¥ý)xRàùõúÉ\8a\1c0=\7f³Xðé\180\9e¾\85\1c¨\0ø².`ÿ@ýì\ 6ϯ\83O;\/\97O\95\1d\1a`}hë¡éOz\7f\18\0\ 4ʧ\16¤ÿ@ù\143 gþ\95b@xþ\95v\ 1\8aþdt\ 1ýëÅ\v}\9a4`/ôiÒ\80½ê\a'\r\985\8e\9f5`u\85\1e\9clÀ¬ñû¬\ 1³Æï³\ 6¬Âð]\8fàª}ý\99\8càª(À\94\7f \a¯Gp6õqvÿWñà$ÿ¾Ð\17×\0\90Îé}ûÞ\a$ê?\18v6.\97¿½[âÒ§\12x?r\18\1fÞÞÎ9<\8d>Íù\1aÖ\a¢O+¾\19÷×£O\8bÞÆõzñ£9_îþ\ 4½É\ 5­\97\9d§Ô\87\86\8cë\ 3Í\8b\f½\19÷×\9b\17\15´\7f z=S\9f¾¢×Oþs2g±õ=Ëÿ¾¬ïç\ fÌ|;M\969ëÈ\ fÇ\8f¶g\1cdÕëa\ e¶õ\ f9p«Ï8p{È\81\7f }\96Æ\81\94\7f¬tÝá\1fÞy~\91Þ\9fw\9e\87÷×Ãÿ\84ö\ ft\1e\175\18Ï}*Òþ\14>°î\17ãþzîPÑø\87¯\87ûë\9dÇ{çXïýxçù\fö×sgÎo\9e
+ýiû1+?\1eø?0ya=\9eñÿ\ 6-\90<y$ïÐ\82êíÛÌû\1dé'ç>ek\9fç¾\1f      _\17´^9¿ÁO\88ÿ?µ¢|\0ë\9fé\1c\809\90gÿ,Å\83¤ÉO%I
+\98ÏMD\ 2\1c\99\9bXE\ 1\93Æ@\94þ\86\1f¹\ 6\94%/i\ 6\88â\8fk\93\1c zÿu\9f¼\7fßß\92\17\1cþ¡øí\8e\fP\0¿=´ø\8b\97\ f"\a0\90ü\ 3C @ø¼<\vÁ^å\7fîùYû-\18\80êðÓK\7fLÞß¾_ÍÞ¿ ýu\aªVè@ë­Ó+tÀôöe\ré¯\0\90þ\8aÌ=Ô\1c@
+_m\88ÿôþ\13u×ì\17\ e\r°Ü¿ãì}5·¿ÁW\88~zò\9fµn÷Þ\8féï\17ü5òO\1cþrí'\86O\r½Ì^í\fI>ê\0P~\9fºE[·÷Ëç÷\99W^ï¬ñð\ 1ø\v]>\10¼~:\8f_¾Sz\9f8N\83÷\94\1fQïÕûÊ!\1f\87¯*z|¹÷kêc\87ÆõHw0øj\93èOÁ\v\vþFúɽG\92ù\8eù}â ¥\9fù\8e\ eýháÛ\8aÞO¯\1a\86Þ_ï\9d¿\15À\7f\94,÷À¹?\a\9fvéýèþ\16ü9òC\83Ï\ 5Ê\8fàûü\ 2þhïG\82\7fË=Hï\13§ézûôè¬çàÑþHþlìà¬üå\8aè¯Ë_®H\7f\ 4zÇ7¤?tùË\rño\0¼X«$\7f4÷j[¾íÏH?éÛûWîÙ\86Þ?ÝËî9z\83\14\10J>`Í£4\ 6âÍ×Ñþ\81àyA\ 2\1c\b\9e-{1½¯\9cå\95s]\81\r\ 2\1c\18\1c\ap\7f\0\8a>d\8d\80¼{Ô"j\10\92ýS \ 6\97£·WöÒ¸^.]}¡OÎù9ú¤i\0>x\10i\80Àù\eòÀ\ 2ô·¾1\ eýéþ\eò\0ôÏ\ feÛ$\vγ§4\ f\90¯\87ûëÙ{0\80       \94\9e\1eÛ£\b¢.È\83Ó[\87\9cè\93æA°ä)Ä\7f\81Ò­\fù_/ÝÊÐ\83Ô\93g
+âß@é\96\95þºú\93Яhôã¥\7fUÒ?ôü\r\1a`}pa\83ñ¿\1cÀ×U;?OÞÒì\ fM\1eÛ`\ 4§'\8fíªý#èß\8e\10\f\ 5½½ _®ýdÉcÈ\83\8e\94îAø(Ð5\vú\1fáÁ\87þû¿\1f|èyà4û««ÿ~\8d¨ÿiÉ\17Ãr½ðÒÚV\8d»Ëн\r\ e\19\97\aÐ3´} ô/\15éø¼ônCç\ f´½ê©?ãúÀäB´\7f s\7f)h\7f½s\7f±ýë\Û¯\8aè\1fhûe_N\9cóóÔ¯"    \ fOýZ%þám³4á¥ô[\11ÿGпã\91ô¿R¿\9cûsô\ eò\9fÞy\7fGú#Ðyÿ\80Ú/Ðy~\93ô\ fEO\96üí{\8fç\97§¦ôÂ\8d´\ f\r'å¡)=ñe\®kßÞ5÷²»\ e\9d÷\9ea\97íuè¾\8f\8dó÷g\99»\19POw\1c\8fë\11ðÁ>\9d ûß\99\8f\8f\rYÁý\ 3y§e\91îO\85· ú£ª\7f2¶µ¢û\aƶ6x~ù³kjèü\ 1㿪üË\94÷&\9d\9f÷,\84ü£¿ÿv\88üO\8cÿnûO\8eíé=\ f=þñÆÖzç§Æ÷\80êO6þ¹§íxüÃ{&®ÒþôÓCÏûõèÇ?\1d5\89\7fX¿fëyxÖïÏ\8cíÉ\19Ù\8f@ϼ\fùWv\1e,]a\¯;\ fçØ]E\7fÓO_\1døõì\17Ý¿W½ùû\13ú5´\7f çãªò\1fûô\84ø\7f\95ËNó\86î\1føô¹m\8fôWÞ5ýÍ¿<åGþOîΧÇ?üË\13\92ÿ@ÙtBÞg\0¸O\9aÿÈÇö"û\1fÈ»\16õ\aM»-Ïô×9¶ätþÇõå¦ÿ\91ýøº\7fÝ¿
+§Æõ\87¾¾%i=å\9f\86üß@ÚsO\e\9cÕ\1feEï\17HûÞÔø\85MíÕüg>µw\97ì?ï\99\bõ¿Þ3mAú;\92v\8cìg$í\18í\1fH\9b\7f\fôL\84ñW í5kú\97§\1d#ÿQ\a\ f\80þ\bL\f©Hÿ\83\89!,\80«\159Ðz\0w6mT\140s\80ìËͬ\ 3VWõ\ 1Éù7\b È\ 1\90\ 2@©/äËén÷\9fs`ê¡9püËÏúH\ 1\ 59Ðz\0fyÓ³\ 1\985m\9c\rÀìËÏl\0Ö\12r\80õ/§ýËOÚæ>\9cîßß½/Ëåð߬ÏêuÜ&\ 3K6tø\0ø×\95çæ}õ|ß6À»=ÝßÞÞÙ\9f\83\87\rÜ?\80¼g´\7fdfð.1\ f\9fù\9b\9f\9d¿7\1c÷ÎÏ\9b>"ú\ 5¾\1c6íý\ðÐ9?\aÿ
+â?ýËÇ\8aÞ/ðå£Ïü½Ü_çÿm\93èGë\16ö\1eü¬ï³\8exÓH\8dþ\94\7f\ eÄ¿\ 1þ9Ðþ:ÿXÓIïü\14<èyß¾þdàa\13ù\8f\80/\19í¯\83Ï6ðdÖú\9cµ¢\8aù¡÷/\88\7fußÇf\ e{ç§ào\85öO\a\9f\9b¦?éþ\rÉ\7f\0|n\1aý(ÿØÇ\13\87\7f(øÜ\9b\ e\9c\1fA¦Àç\rù\ f\91\99ÇÛ#ý\9d\7f\ 2àó\8eô\7f\0|>fí\9f­?$þç3\8f¡ýÓ{F.Hÿ\ 6\ 6n$Ä\7f\81\81\eIÓÿ<ë\1dú/úÀ\94Þ4Å×\9f\ 4<*hÿ\0ø[Ó#ÿ¹Tdÿ\ 2à¯}ü\1d×\vï÷KÏMp\7f\19»x\81\97³ü\aý7½fþ\ 5^Nú?'xùÄÿ9{~*ïÇ{& úéY³\ 5ú_zÑpÅúGÇ\9eúÌvOÿò\91ÉHÿ#ì\8d\9c?Aù\97?^Ô\8cè\1fÈ:\17ãGzþ\82ìO ë¼g½{þ\ 3\1f·Üã\8fÑþ\ 6Æ-#ù\89\80§Ð\ 1ÓÇÍÖõY\0ý\ 2O'\15\80¥½Ï:\10'øùÄ\818'Î<q ê®\ 6\0dÿã\99\ 3aiï\1eýXá{[\90\ 1Ð\9b\ 4é'\a@\r+ ½kC÷\1f\9a׳úí´åËr9|îy\9f\97årÍ£e\ e\rË#M\1f\1a8½nü,mý²¿\9e¹goç\10\9fg."òéÆÏÒÖ§éWÐý\ 3àSùî×}6O\98\ 2\9f,sÇá>\ e^"þÑ\eþ¦>íì²^\9f¶Üàû\a:\8e®âzÖqtAë\ 3\1dG\91üD\9a>,\92øó\8e£\9aüòÌÃòìý\8egô·\8e£³÷Ï\16|;÷çÓ\96\91ü*òc०?èý3¤¿¬þ³9¿ãýõiÑ\ 5é\8fÀ´è^r~Y¯7m¨­ë¿÷\ 3sPÙÁÑ\aÞ|e\ eµíc{\81o)É_\7fro¸?«@ó
+\15 Þ2wCûGÆE¯\12\ 31ç-ïÈ}Ñ\eö¿Ð¿I\ 5\7f\8a\ 2áèáúÈ\0\9fM/\9e\18àÒ\eþÏòO±è{\92\7f^è_X\80\8dlüÓ¦¾^\14K\1dr\r ëy¡9\0|Ü3¤_`Ü42 ñqÓÞþ\94~\r:ÐúÄ¡¦\19\0Þq\15\19°\0ú»=\93ß²©üKзýY\0r¦>>     @
+\8cßô\0¤\1cj\0â \87\93Ñk\85\ e\14úúÄR'µ\0\889\10\15\ 6\80zêô\99ú¨Ü\9f£wÈ\ 1Ó»VUÑ\ 1¢è¥¬?\18x\87ô\9fÞ´ª\8aú\83g.j\ e$\ 5¯VD?½ç\8f\8d\9b\8e\a\0\1eî/\a u\87ò§£ÿ»Æ¿.øç\ 6\10WýÙ37\rü\eí¿ì?·\87þ\8fu|\9dõ\7f¬ã«÷þl}ïø\9aêdÃØ\15,×­\8f9¿Ãò@ÃØî»\8d\87×\eÆ\1e`¹nzR\9f\16à\9dÞ\9bwtY¯'\ eZââ¸^oY`®óxÿ@Ë\8b\8aÈ\ fX\9f\86\1dN2O2×y\92{lÝ,û$K\1c\87%>¢û\a°«Þ²Â{\7f\8e\1dVD?\9dþ\96tïÐ\9f7\9cÝÀú»ëp?ÿñõ)ðL\,_ë\7f=¬b\93±«´#õ¡'^\9c\89\8b
+ý¨ü\9béqä\9fc\7fªî&Ø\95%^;ôw\13\17]ýÇ°?¨ýo®\ f_\ f÷\97±ëÜÛUzú\8f7¼Eü\13ix»Hôç\89\8bp\7f9q<Wdÿô~§¹7¼>åï]¿S\ e=V\91ÿÉû­\9aýâ\89\87\9aüQès\87úW\87>w´\7f@~\ fdÿõ\86É\ 5ê\8f\0ô²hö\8f®·Ä?×\7f \89g}ZÚ¬ü\9cUÇOä§XáÅìù¡ÿ\128?ô_\ 2ÃÊ+²¿\81ÄϦÙ\7f
+=¶gö¯¬Ïì_Y5ûG×o\9aü±Ð³¼b¯4\15z\96\ 3Ù¯\0ô\ eõG ïHö?XÕ2\92¿À´´*: Ì\80Õ¼H\ 6\8cgÞ=S UT \14»¬Z\0I\1f\0;\10:\ 3´,1\80\9b\9c\9fcgP\ 1êØéª\ 5\90ôý6´¿^ycÓ\92¼\0­:®ïÇEÒû\1f\9a\ 3àV\1d;çw«\8eÃ\ 1¬ao\9a\ 3éV\1dO\ 2(\r\ 28\13\93òoö£Ì\15ÎôY[\97årønUÇÃr½lƾû\94÷YÛ<qo\ 1\97×[6Ø´¦Ëñ\81í(0ñâLüûJ¼ø\f"\7fI¼hzâX:Àý\ 3U¿}ÚËåþzË<«Z)^Ò®\93øçÐ\9f'îe\89yyâÞ\8aè\17\0ßÐþ:n\9eV$|\81Äѵ\81õ\ 1ðÓ\12÷\1céåUÇ\88~\ 1ðsCü\e\0ÏEíÃÁ3MùñÄ¿&É\1f=¿U½\94÷Ië|ÚT\95ä\97}÷Ì\16<\8fûëÃz\12zÿÀ´£\87ú'\8bú\87\827Pÿ\ 4ªnËþèýsEü\17x\7f¨¿ô¼\95Ü þÓóÎÚ\81è/Ë\7f^\91ýÖÁóܧÍyûó¼ÁMÔ¿¼ê÷¾\7f\0|=\10ÿ\aÀW¨\7ft߯,È~\ 4\82ÿ\ 5ú\1f\81¼;´\7f$ï®\7f|ʳîú¨a\8f\ 1)zV4\ 1¢\ 4èÃZâ\ e\90¡o\9a\0pôî\99\ 3÷J¼s\1fÐé98i\0Ê
+ï¯\9f\7fE\ 68@\7fûú8©\80
+\8c¾\ 2îú°\ß\ 1"ôÃ
+H\1fvuÀýåaWuAñ\9f>ìª.½g^\9ek;óJ¼\9bT\80gâÝ\13\ 5Xû¸ÜÙ\0èÕsÐ9?\ 5¿
+\92¿\0øem\ 3Üð\9f\r\9bÒ\1c\18>,
+\19à\0øeú'O\ e+[\11ÿ\ 4À¯\15ê_}XÙ\86\1cøÀ°²m}ä\0W«¼\9at\80ë®Ñ\8fòÏ\8e\1c\90\0ø\r\ 3°È°*h\7fdøë\ 5\1eNâ_-Á\0P¶?¯Ä?Gÿx-\vStÞN\a\ f»û\96¼qE$õ.\83ÝõèáØ¥Ý9xØuoz?,\86f.-\eØ_\ f\1e^óJ\1câsðo\ 1ë\ 3-ÿ,ó%½\1f\16DÁ7ë×?®×Á·\8aö×\83\a\e6\95>eh*xH\r]@\ f\1eÒ\8a\1e@\ f\1e\92\19\1f\87\0<uO\13\0^ö[Ðz\1dýµèÛ}@\96z\87ä?\80^ïðþúù\8fgô?\a\8e<Q@¯\9e\83Îþ<õ.¡ýõÔ5CÿÆõrððJÝsèOS§¬ç\96«@Xê^\13ïÏz\ 6.ÒûѪѺ\83÷C-?Èû7íýiϹ\15Yï»óÀ×#ýw_OË\96×\1e¼\8d÷\a³æ¯Á\9fÍ\9aoèþúÀ\93\1dÉo õÏ\ 6\1e9\ 6\90WÝjú\83\ 5¿ùèm/\ 6\ 3v\ f~9z§\1a`\ 2>$d\80ïôcü_\12â_\9dÿKÖèG«\1e3\92?}Ro±²\7fWÿ³Ió»¤?iÕu-Òûóª]\8d\7f)ÿ@ÿ'À?+Ô\9fzêß\8aäÿ~~J¿m\99¤\9f\81\7f«¤ÿùÀ\10Íÿ£àé\ eõ¯\ e\9e\1e\90þ:xzhüÏSÿTù%Áÿ\82ä'\10ü'tþ\0x\964ùå\99\7fÈ\7fÕýÿ\9a¡ýÓ«6\8bæ¿Pð¦@ÿY¯º´\81\91\ eýèý¡ÿ\14\98÷\ 1ý§\0ø´jñ\a\9fw\ 2ù\17À\1f¤êÔº\9e\fú\v¥þ²\96{Pÿèôßgù¯Ë\9fè?ñª]h\7ftù; üÊòg\93êgý\8f\ 6ã7Ýÿxe\ eN\ 2P6©Þ\ 3 hê_\ fß\96¹ÄW+\9c\e\96ë\85\ fV77.×Á\9b%KÛÓÔ\1dkù0¬×\83\87dÆg¤\9e>í5£û\aê\ 6mÚ°³?½¿¡\7fîý      øRÐó\az¶U´\7f\0}­Mä\1f²¾ÕgügàßH?¹çYZ5úQðѦm\8eëuôØÒÖÃòÓ÷·\96YËû²  >­¸£·K\9aDo-wÆy\0>îW# Gï\90\ 2\88 \87\87¨\0\18zWÐzÙûÏ   )@Ý{\7f5ís\18\88£\87ðþúùËCúWM\ 1Óý+RÀ\ 1ô¶iæ\97ÒÏ>};
+\84®_áþ:z\8b\15\98\9cúqNüø\8aÞ\a\ 5 £\1fyCü\e)ÜE\ eD¤pW\93\1f\9e;\88äG/ÜÌ\87f@xá.2\0\91qÃË#ùyå\ eºòC&FXíÄx~9÷¹@ý\85ì\aéy\96Ñþ\81\9egEu`\19z©ñ\9f\9bz\18v@mý&­§èYCö;ÐsÏ\9a&»û\93÷\83ú\v}=a=\ 3ÑûßÏ\7f\11½ÿªO¬ÁúKïù¸#ù\v\14^[ô?éÀ\9fèã\13\aþÕóoÒ\81\7f\15\1eO:ð5AþÕÑ\v¨¿\ 2uÃy6\0þeb\88âÀóÔÅgö·VÕþ²ÔE(ÿzÏGK}vÏOR\ fíëëò¾î\96\ fü\80þ\9b~ÿ\rêo=uqÓâ\ f\8e\1e\ 5Æeïýëç°þ×_\8fÿËo\7fúÍ_§\1féÇoÿñ§OZ}.ÿq\12¯ÿÇoÿtº\96ùøüѶ}þ?ÿðã?ý÷\7fùñÇ?üî÷ÿü\1f¿ÿË\1f\7fóW\7fýã_ÿý_þáÿþî÷ÿðã\7fþ¿\1f\7fów?ÿá\8f\7füñ÷ÿéw\7fÿ\17?þúãÇßýá÷ÿë÷ÿþó\8fÿüã\9f~þù_ÿò7¿ùó\9fÿüñó?ýá?>þù÷?ÿæïÓ¶þã¿ÿ\8f\7fþ?¿ù×ÿ8×}üÓÏ\7fúã_üøíÿþé¿þöótÿ\1fÑ\1e;R
+endstream
+endobj
+283 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 757 0 R
+/Name /Im268
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ì1
+\800\f\85á\17
+fìè"Ô\83\bÞ,\14<\88WéQz\84\8e\19Jb\ 4\11¾å\1fÞ\83\81½fï\85G8/ý\15Ö\85\a¸#7\94J\ 6\99\ 6HA\13d\a\99\90ùg\ 6I*qå={\8bɺ˽= \95,\9a
+endstream
+endobj
+284 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 758 0 R
+/Name /Im269
+/Width 12
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßð\1f\båÉ\86ÿ?\80 \8frý"~\0\1d­
+endstream
+endobj
+285 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 759 0 R
+/Name /Im270
+/Width 20
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90o`øÿ\80ñó\ 3æç\1fØ\9f\7fà?\ eF\87\1fð\1f`@Fÿÿ@\11\9a8ATÿ\a\8aD\94ë\17   \ 2\0\ 1®*\ f
+endstream
+endobj
+286 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 760 0 R
+/Name /Im271
+/Width 26
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿ\80áÿÿ\1f\fÿ?üa\90?PÇ ß`\ fÂ\rò\10x\0?\ 6©\ 3c\88Þ\a@3\80fÉ÷\1f\0\9aÁ\80\13ÿÿ\80ÀR
+uSå\ 1®+/\1f
+endstream
+endobj
+287 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 761 0 R
+/Name /Im272
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀÀð\1f\8aå\89Åý\ f\18äÿÿ`\90ÿPà\7fÀ\ e(f\ fÄpx\80\0\86B{\88Þ\a\7f\18äê\7f0Èð\1f`\90R®[$\ f\0B\80
+endstream
+endobj
+288 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im168 177 0 R /Im54 61 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im42 49 0 R /Im45 52 0 R /Im45 52 0 R /Im42 49 0 R /Im64 71 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im72 79 0 R /Im52 59 0 R /Im62 69 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im188 197 0 R /Im62 69 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im41 48 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im107 114 0 R /Im71 78 0 R /Im108 115 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im66 73 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im72 79 0 R /Im273 290 0 R /Im222 233 0 R /Im223 234 0 R /Im176 185 0 R /Im80 87 0 R /Im176 185 0 R /Im179 188 0 R /Im80 87 0 R /Im179 188 0 R /Im176 185 0 R /Im80 87 0 R /Im166 175 0 R /Im62 69 0 R /Im45 52 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im49 56 0 R /Im42 49 0 R /Im63 70 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im97 104 0 R /Im59 66 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im51 58 0 R /Im53 60 0 R /Im55 62 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im110 117 0 R /Im104 111 0 R /Im103 110 0 R /Im109 116 0 R /Im62 69 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im57 64 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im62 69 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im170 179 0 R /Im103 110 0 R /Im52 59 0 R /Im46 53 0 R /Im51 58 0 R /Im53 60 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im103 110 0 R /Im274 291 0 R /Im42 49 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im58 65 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im105 112 0 R /Im106 113 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im68 75 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im69 76 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im65 72 0 R /Im68 75 0 R /Im45 52 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im72 79 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im49 56 0 R /Im75 82 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im62 69 0 R /Im65 72 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im49 56 0 R /Im43 50 0 R /Im62 69 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im54 61 0 R /Im46 53 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im114 121 0 R /Im54 61 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im63 70 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im66 73 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im70 77 0 R /Im46 53 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im70 77 0 R /Im68 75 0 R /Im44 51 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im72 79 0 R /Im41 48 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im51 58 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im43 50 0 R /Im68 75 0 R /Im47 54 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im58 65 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im46 53 0 R /Im111 118 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im75 82 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im109 116 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im62 69 0 R /Im63 70 0 R /Im71 78 0 R /Im58 65 0 R /Im48 55 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im45 52 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im170 179 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im73 80 0 R /Im68 75 0 R /Im75 82 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im246 259 0 R /Im58 65 0 R /Im57 64 0 R /Im44 51 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im54 61 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im171 180 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im97 104 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im56 63 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im89 96 0 R /Im56 63 0 R /Im106 113 0 R /Im275 292 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im99 106 0 R /Im110 117 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im72 79 0 R /Im56 63 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im49 56 0 R /Im75 82 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im46 53 0 R /Im55 62 0 R /Im55 62 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im111 118 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im69 76 0 R /Im51 58 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im99 106 0 R /Im104 111 0 R /Im65 72 0 R /Im62 69 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im276 293 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im61 68 0 R /Im46 53 0 R /Im55 62 0 R /Im55 62 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im111 118 0 R /Im54 61 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im114 121 0 R /Im68 75 0 R /Im45 52 0 R /Im111 118 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im109 116 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im62 69 0 R /Im63 70 0 R /Im277 294 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im278 295 0 R /Im49 56 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im99 106 0 R /Im104 111 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im72 79 0 R /Im279 296 0 R /Im222 233 0 R /Im223 234 0 R /Im176 185 0 R /Im83 90 0 R /Im176 185 0 R /Im179 188 0 R /Im86 93 0 R /Im177 186 0 R /Im79 86 0 R /Im82 89 0 R /Im218 229 0 R /Im80 87 0 R /Im223 234 0 R /Im176 185 0 R /Im176 185 0 R /Im280 297 0 R /Im174 183 0 R /Im176 185 0 R /Im81 88 0 R /Im86 93 0 R /Im173 182 0 R /Im176 185 0 R /Im79 86 0 R /Im80 87 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im69 76 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im55 62 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im36 43 0 R /Im96 103 0 R /Im96 103 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im46 53 0 R /Im72 79 0 R /Im51 58 0 R /Im72 79 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im62 69 0 R /Im45 52 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im281 298 0 R /Im234 247 0 R /Im235 248 0 R /Im282 299 0 R /Im238 251 0 R /Im271 286 0 R /Im269 284 0 R /Im240 253 0 R /Im242 255 0 R /Im238 251 0 R /Im253 266 0 R /Im238 251 0 R /Im243 256 0 R /Im259 272 0 R /Im239 252 0 R /Im242 255 0 R /Im237 250 0 R /Im238 251 0 R /Im253 266 0 R /Im238 251 0 R /Im239 252 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im23 30 0 R /Im24 31 0 R /Im91 98 0 R /Im96 103 0 R /Im36 43 0 R /Im164 173 0 R /Im24 31 0 R /Im165 174 0 R /Im24 31 0 R /Im37 44 0 R /Im33 40 0 R /Im87 94 0 R /Im164 173 0 R /Im92 99 0 R /Im24 31 0 R /Im165 174 0 R /Im24 31 0 R /Im87 94 0 R /Im49 56 0 R /Im63 70 0 R /Im46 53 0 R /Im76 83 0 R /Im72 79 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im49 56 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im49 56 0 R /Im288 305 0 R /Im225 236 0 R /Im289 306 0 R /Im49 56 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im49 56 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im224 235 0 R /Im225 236 0 R /Im225 236 0 R /Im49 56 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im49 56 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im64 71 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im111 118 0 R /Im63 70 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im43 50 0 R /Im49 56 0 R /Im42 49 0 R /Im43 50 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im72 79 0 R /Im117 124 0 R /Im294 311 0 R /Im295 312 0 R /Im123 130 0 R /Im138 145 0 R /Im124 131 0 R /Im123 130 0 R /Im133 140 0 R /Im125 132 0 R /Im121 128 0 R /Im120 127 0 R /Im134 141 0 R /Im128 135 0 R /Im120 127 0 R /Im156 163 0 R /Im127 134 0 R /Im128 135 0 R /Im120 127 0 R /Im123 130 0 R /Im134 141 0 R /Im138 145 0 R /Im131 138 0 R /Im123 130 0 R /Im121 128 0 R /Im120 127 0 R /Im128 135 0 R /Im124 131 0 R /Im157 164 0 R /Im123 130 0 R /Im124 131 0 R /Im126 133 0 R /Im128 135 0 R /Im123 130 0 R /Im125 132 0 R /Im126 133 0 R /Im138 145 0 R /Im132 139 0 R /Im156 163 0 R /Im121 128 0 R /Im125 132 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im121 128 0 R /Im141 148 0 R /Im152 159 0 R /Im128 135 0 R /Im129 136 0 R /Im128 135 0 R /Im133 140 0 R /Im124 131 0 R /Im123 130 0 R /Im146 153 0 R /Im137 144 0 R /Im123 130 0 R /Im124 131 0 R /Im121 128 0 R /Im131 138 0 R /Im123 130 0 R /Im120 127 0 R /Im126 133 0 R /Im125 132 0 R /Im141 148 0 R /Im128 135 0 R /Im133 140 0 R /Im156 163 0 R /Im157 164 0 R /Im132 139 0 R /Im123 130 0 R /Im133 140 0 R /Im125 132 0 R /Im123 130 0 R /Im129 136 0 R /Im133 140 0 R /Im156 163 0 R /Im156 163 0 R /Im127 134 0 R /Im124 131 0 R /Im133 140 0 R /Im120 127 0 R /Im128 135 0 R /Im120 127 0 R /Im138 145 0 R /Im156 163 0 R /Im138 145 0 R /Im124 131 0 R /Im134 141 0 R /Im123 130 0 R /Im124 131 0 R /Im126 133 0 R /Im123 130 0 R /Im125 132 0 R /Im126 133 0 R /Im125 132 0 R /Im123 130 0 R /Im126 133 0 R /Im194 203 0 R /Im123 130 0 R /Im143 150 0 R /Im134 141 0 R /Im143 150 0 R /Im135 142 0 R /Im138 145 0 R /Im156 163 0 R /Im156 163 0 R /Im296 313 0 R /Im138 145 0 R /Im125 132 0 R /Im137 144 0 R /Im138 145 0 R /Im124 131 0 R /Im128 135 0 R /Im122 129 0 R /Im134 141 0 R /Im138 145 0 R /Im131 138 0 R /Im123 130 0 R /Im125 132 0 R /Im128 135 0 R /Im129 136 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im158 165 0 R /Im133 140 0 R /Im162 169 0 R /Im123 130 0 R /Im131 138 0 R /Im123 130 0 R /Im131 138 0 R /Im128 135 0 R /Im124 131 0 R /Im121 128 0 R /Im138 145 0 R /Im156 163 0 R /Im297 314 0 R /Im140 147 0 R /Im145 152 0 R /Im126 133 0 R /Im128 135 0 R /Im133 140 0 R /Im124 131 0 R /Im120 127 0 R /Im138 145 0 R /Im131 138 0 R /Im123 130 0 R /Im120 127 0 R /Im126 133 0 R /Im148 155 0 R /Im195 204 0 R /Im195 204 0 R /Im298 315 0 R /Im197 206 0 R /Im143 150 0 R /Im153 160 0 R /Im152 159 0 R /Im128 135 0 R /Im125 132 0 R /Im123 130 0 R /Im124 131 0 R /Im123 130 0 R /Im125 132 0 R /Im133 140 0 R /Im156 163 0 R /Im126 133 0 R /Im125 132 0 R /Im162 169 0 R /Im121 128 0 R /Im156 163 0 R /Im156 163 0 R /Im132 139 0 R /Im123 130 0 R /Im121 128 0 R /Im120 127 0 R /Im141 148 0 R /Im128 135 0 R /Im124 131 0 R /Im137 144 0 R /Im128 135 0 R /Im124 131 0 R /Im138 145 0 R /Im126 133 0 R /Im123 130 0 R /Im157 164 0 R /Im121 128 0 R /Im120 127 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im129 136 0 R /Im128 135 0 R /Im124 131 0 R /Im126 133 0 R /Im152 159 0 R /Im141 148 0 R /Im128 135 0 R /Im131 138 0 R /Im121 128 0 R /Im120 127 0 R /Im134 141 0 R /Im142 149 0 R /Im152 159 0 R /Im143 150 0 R /Im136 143 0 R /Im143 150 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im125 132 0 R /Im121 128 0 R /Im125 132 0 R /Im128 135 0 R /Im129 136 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im299 316 0 R /Im124 131 0 R /Im125 132 0 R /Im126 133 0 R /Im138 145 0 R /Im133 140 0 R /Im126 133 0 R /Im152 159 0 R /Im128 135 0 R /Im124 131 0 R /Im143 150 0 R /Im300 317 0 R /Im142 149 0 R /Im138 145 0 R /Im162 169 0 R /Im120 127 0 R /Im301 318 0 R /Im148 155 0 R /Im135 142 0 R /Im296 313 0 R /Im120 127 0 R /Im121 128 0 R /Im134 141 0 R /Im152 159 0 R /Im126 133 0 R /Im301 318 0 R /Im302 319 0 R /Im143 150 0 R /Im149 156 0 R /Im303 320 0 R /Im135 142 0 R /Im145 152 0 R /Im121 128 0 R /Im125 132 0 R /Im152 159 0 R /Im128 135 0 R /Im137 144 0 R /Im301 318 0 R /Im302 319 0 R /Im143 150 0 R /Im149 156 0 R /Im303 320 0 R /Im135 142 0 R /Im304 321 0 R /Im128 135 0 R /Im128 135 0 R /Im160 167 0 R /Im301 318 0 R /Im303 320 0 R /Im135 142 0 R /Im305 322 0 R /Im133 140 0 R /Im123 130 0 R /Im123 130 0 R /Im120 127 0 R /Im301 318 0 R /Im195 204 0 R /Im143 150 0 R /Im296 313 0 R /Im121 128 0 R /Im120 127 0 R /Im134 141 0 R /Im125 132 0 R /Im157 164 0 R /Im128 135 0 R /Im120 127 0 R /Im128 135 0 R /Im126 133 0 R /Im141 148 0 R /Im128 135 0 R /Im120 127 0 R /Im126 133 0 R /Im124 131 0 R /Im121 128 0 R /Im132 139 0 R /Im133 140 0 R /Im126 133 0 R /Im123 130 0 R /Im143 150 0 R /Im306 323 0 R /Im153 160 0 R /Im152 159 0 R /Im121 128 0 R /Im125 132 0 R /Im141 148 0 R /Im128 135 0 R /Im133 140 0 R /Im156 163 0 R /Im157 164 0 R /Im132 139 0 R /Im123 130 0 R /Im121 128 0 R /Im120 127 0 R /Im126 133 0 R /Im123 130 0 R /Im124 131 0 R /Im137 144 0 R /Im124 131 0 R /Im123 130 0 R /Im126 133 0 R /Im123 130 0 R /Im157 164 0 R /Im138 145 0 R /Im125 132 0 R /Im138 145 0 R /Im132 139 0 R /Im121 128 0 R /Im138 145 0 R /Im125 132 0 R /Im121 128 0 R /Im120 127 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im126 133 0 R /Im123 130 0 R /Im125 132 0 R /Im126 133 0 R /Im137 144 0 R /Im128 135 0 R /Im125 132 0 R /Im121 128 0 R /Im126 133 0 R /Im121 128 0 R /Im128 135 0 R /Im120 127 0 R /Im125 132 0 R /Im143 150 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 289 0 R
+>>
+endobj
+289 0 obj
+<<
+/Length 762 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}Ë\92-»qÝü~Å\19J\ 3õ-<«JC\87Ä\bM\1cR\88CNlòʤÍ7¯\83á¿÷®Þ\99ût\15ÖÚX@Mútt\1c\14\80D"\1f\vùøË\ fÿñí/?\84o\7fÿá/?¤\8fº,ß\96\8fåõsýÈyù¶\85\8f%æok\8c\9fÿþú\ f?üøo\7f\buûö/\7fúá?¾\8c/\1fk=\8fÏ\1fÛãçVÀø\92¯Ã\9f\93\9d§¯Ûòm\7f|7_\87ÇØ\8cÏ\1fËv\1e_>J\¾\85%\7f\94¥ý@¹~ ~ä\ 5\7f`ÿ\88µý@½~ ~ì\15\110\84\ 4W°ö)h+\88\ 1® 9\82'ÁÑ\a\82]^AÊÚ
+Bs\8aé#=>\19røØ·Ç\aÂþ±Uÿ@n\16\90>B<\8f¯\1fë±\80¼\81\ 5ä\86\vÚ\r<¹(\94\b¸0\ 3
+^¹èIÓPÐü%È믫´þô±e8ÿ\8anan\98¸å\0\1f_\0\aä¨^â\0¥@{\8bÛýûø\15Í\9fÚùãv¥ßq«Ânó\9fø§êûßÑùÕfÿlýqAw¸]\7fü¨\8d\14;nD\Vt~\8d\f\13Ã"ñ\ f\9d? )ÜÎÏè\17\83F?Æ?1¦Iþ±ý§$í\9f®?Aþ\ 3ë¿òßS~Ä\8cÖ¿.-ý72~Gûoø\87É\9fø\90_\8aü¡ç_\97Iþ³ù+Ò¢\ 3ü¿BùÛÌ¿³ùWÄ¿µÙ?\93\1f\92ü ç·#ú\r\9cß\8eø·=?ºÿ\87üRöÏæO\vÒ?íüìþ¦\80ÎO¿¿        Ê\ ft\7fÉú£Æÿìþ¦\88î\7f\91õGJU\92\1fìþ¤\1c¥ûCç/\8b4?ãßT4ùÃîoªÚý¥üS«Ä?ôüWíü)ýVõü°ý\95\7f\9d\7fvíüèü;ÔßÍülüõ¹µþ\f½(¤?\97|½ÿ\87üÍîD\9då/ð\ 2#\9e? 'l\ 5ò\eóo\8e\88ÿtû+'ÍþbþGNYô?\bý3rÀtû+cûC¾\7f¹\94[÷/Wmý\94\7f+Z?â\7fr~«¦\7f(ÿmHþ´üG÷¿!þUü\ f[?ô_tû·`ÿE¶\7fË\82ì\ fÝþ-\ 1ñ¿n?\95 Ú/Øþs÷u©Sîãf³/û\94÷¸\eñOÃuãy7ßñ<\\96]aYÀêußñ@Ð\94ù©ï½l\12õ(ö\10\12\98\7f\0{xè\ e\85ü\14{\88»È<\ 4;J\ 5ì\1faG\ 4ûÉ\v¢¿>\7fAç¯Ûþ¡ ó×mÿP5þ£û¯\90ÿ\9aý3Û#T\93½çókæ\ f\8dì\7fþ%¬ù\89]\9eæ_\eþE\böçýÙ*¢\7f3\9ecW\88\7fÚûC±\8fE\eßÒϱ\9f\80Æë¾o\80û\97ù?Æ \9e?¶½b,`|Ødã+&H\0À\0Øx8À§v¼n<DwþÎ\ 4\90\8d§X\10\ 1t\ 1\12Ë.\1d ]¿\83G\9dõsð\b®_\a¯ÖMT\0\ 4¼Ü60\7fû\ 2Fçßáþ\aÀ#¤@\aÀ\8f\ 5Ù\1f-øÁ\ 4`z\8cS\ 4àþùÔÓ\9eß\v¼9ï_wÞ\13\1a¯;\ f)A\ 3Jæÿ\ 3¼¹Eÿ\12%úÓù\8b\14|«IRÀ\94þu½u\7f\93\83¿\9dûKÁ«µ"\ 3¤¹?\14|[5\ 3\90î\7fÓ\fØöülý;2`ªüø\99\17x\7ftða\81ü/?~æ\80øG\7f\11\19ð:øÿ\ 2oÎô\93\9d¿\9c\\7f¼7à\19ÿå\8c\f\10Ýy}\817\1dúÑý;xÓÙ?\ao4ýMÁ£:ë\80\19ÿV4¿.\7fòªÙ\ f\1cüÑæ§ü»iüËÁ\1fd\0\ f\80w;\92\9f\b¼cà\8f¦?\99üz\81?\1dùEç\ fõÖùmOó»\1a\ 6>ê?Z\0Òe¸l}\er\7f\19.\1fÞ\8ef\1f\0/\96\80¦×Á\8bÅç\8fs\81\13!\ 2âëÐW\b«´~
+>\99ów\19¯\83_±HÌÃçߥù)ý\92F?
+¾¤m\92\7f<pj\95öO×_ ÿÉÀq(+X¿\ e\1c\aÓ=\97ý˺7Ô
+ö¯Û.\aø£\9c?=¿\15í¿=?z\7f·Uº¿\94~»J?\ 6>UéüyàS¼E¿¸hò³~\19y\1a\1f2X\7fX\9aàË6üsyF\1eE×>ëGØ^\fÜ0P»\80ýS\1f9út>À°èèA*\92\ 4¥èA^¤\e\9b\8c(8\82>-\92þåãáüBô¬Á\7f\ 5Jp\1dý«Û½ýc   ¢£oöt9~~v\ 3\0\8f;ú]\ 3\ 1ï\9bÜà]½Á\ 4\91\ 6Öáã´ óo ti©\92\ 4¡èE\80ö£\1eú\124\rÎÑ3tþ#èÙ=þM\19i\10åéÝÇÃù\81\ 5ÈB\97\10ÿé\1a,\15(?e\v,Ud\81*\1aÜÖ_\91\ 5Ü¢\7f-ÿ\85ðy¥\ eøëH\818.pÈþ\81½\11\80í\ 1>\1f$Ò¶Øø¯\vØ\81û\96"dÀÍM\80ü±nß5XcÃÑ\ fì\ 1~\0\18¡ì\ 3\80\19\r\ f\b­¥aX\9a[Ì0ð\ 3C;0ð\8b\1dÛpQýÈ\17.xÞë\87\ fû9\7f9%P¬\r\17\87¥\11\83ûgbÎáÈ}Òàü\85\b^¡êå\ 3öÍ\10*ZClÖð°\98\9b\87ÔcW\87/Õ.!¬\82\84\ egæS\94\9d>°5\8cD\17à¦Ho\ 1È\9aÎ\96\ 6\82> @\19\83¢í\80.`]´\ 5P\12X ãü\19lyò\f^é`\9fÃM«Ùü­9Ñ   ¥9\8f×ßrÜ\9d9\rWb\ 1¾Ã)`zÝ\1dZ\8cüçùåå\87\10¤õSwÔ\8d\91óx\1d\8e°8Ê\1eù©;\e3\98_\7f
+\riAô\ 3O9\84~\ e\87tèGá\0{Ê;\8f×\9d¡\ 3NÑÎ\9fìß\ 5Pgÿ\1c\8eÑ®\ f=?\8bã¾ì_\87\19ê¬\9fæ\ 1®é©F\1f|ü.\ f\90îß\9eòzô§÷ߥßìýß´ùéýݵûËá\1cÄÿº1\1c\1dNîÒ\8fäAÙSâyü@\1eT@ò{ \8fÆb\89\97\82)1\8b÷\8fÌïÎØðüç<¶Ëüòýó<¶Yù\11s\91ä\a{
+\8a\ 5é/ý);\16D?=\ f(VM~ó<6\8d~tý+²\1fÐS<ÉC[\r\8c:É?ý9&nÚùñP$xÿõ<>Q~QúíÚùS0fAúK·\7f\ e\8eþLÐ~Óõg
+\1aÿq0 >ë!\1c\fô\ e\f\14Rt\ 3pýâJ\17 \80     \1a\97\90\ 1¢¿§\1c±TÊ\ 1Ò\ 3È\88\ 1\95D\16G\934\ 1Æc±\90\ 1\81öÿ>\11¯§\09\9a\84\fH\14Ë\87\r°ô0à\14\ 3\8c\82I«óß×ùGÀ$w\0ÖI0ÉѨó\aÂ8\1auY\81\10\ fþ\94á\a\1aÕ\920,Í\19²\80ð¼ # ,²\15\9c\ 3Ò\82H\8a\91\80¨°\8aZ\88\ 4\14\ 1=¢;GèE4B\8cî\1f[A\ 3Ùp\9a\17Ä.aÎhýí%lÁ@c\0h\ 5\15\ 1Ñõ\80¬*zÁ, 
+zá\ 3\ 1
+Q¬ £ßC\b\0\9f¿h\ 51!\98÷pK\bæ\87\ 4¸#\ 4=\eoZ\b\1e\11Y\92\fC\1f8vP\ 2ò\83BëÈ1!XÂ~O\b:\8e¸\9c^EdGz35º¼\7f\94c\12l\8fhvY\8b[FÞe¸\1c\90|dä}R\7fyÿ$FQ¬%K˧(Ð\82¨×Ê?\8aâ<\ eýóð\978u\7fB´×\98eîEÊëYÕeòE*¤¤}\80î íÒ\ eØõ9^2Z
+\82ë\83¢\1a>wPÐý\89ë@`×\8axp\0IL\12\ f±°\ 4ÏÊ;(ð.,\81#\81Û½õ[E\98Þúi`Û\8eî0JêhYp?<áÅ^eO,X\1a$\9dV\84ñ°\86ÓümPx¯"TO\82ò\8aT\e`@=)!Z&÷e¼\Qî@âîÈ #¬ê\8e\f:ªnÉ \98ëÍ\ fø[Âå\ 3zdA,fÇ,\9dWq\9aÙX\v`\ 2\94ÙÈb\9b4=Ìc«\90"\1e\88­Ú´ùit¢\95\85º\B¹6fÜÑ%\1e\80\93\96(\1a\12\1c\ eS\84(/ë\84è7\0ç\ 5´\7f=³3Yjÿ¸!åh\18R\ 2zf\83\97\95êÓ\8fe&Âó\ 3\8e ¡¿£q\1dúÓõgt~\ 3\99\95\7f,5?½¬\98ø65\9f\9e\9fÇfÍ\9e_E\86ôÀþWtÿ\aÊB­H\89\ eÀÑ\e2ÂÐs<+k\ 5Ý(p~\18HJ/Gè}t:\ 5b\96{ëÏÐ\91Ñ×\9fý9²³~
+DÄEä\1f\96ÙXn9\82ÙÑü\8eþ¢QmÉÝ\90÷Qm¬6tÎèü\ 6\8aCç|O\ 1æ¢)@\8ad\15U\80\92\ 3¨\10Æ\18¨\8b¥)`\8a¤­AòB(\12¶®\92\15Íëb!\ 1ª\e\80Y\ 4b\98\17Q\16(\80åàþ"\1a@,\9e¤@\ 3H\ fn÷ºV³üc(Z±òÈ£\ f\ 1Ûóö\95m{+þØí±Ã;Ï®_\9e}\ 5Ãõ²
\8cßËxyõ! â\r¤ÆY,J\9fø,\96îyæ\97ñ\ 3±t\ 1ì\7f\0E´ºT=úóX¸\84æ\1f\8e\85\9b^\7f\99å\1f¯\v\9f¸?\ 4Ùz9\8aº+\aH7°&q\ 3,·p\ 3ó#åI\82\8c\ e\0\90õ[QÃi\ 6²`\90Þ\ 5¢ÁHf=^Æ\83®\ 6$\18',\92ø£Á8¢\0àÁhÚ\ 5 \10\9eÕŸ\8c×!¼\88Îo ¨|Bô\1f(*\9fî Ðhϸ}þ'ô·gÜ\1eýi0d©\92\ 2ê\ 5³õî\ fE¿*<\7f9\98<ZS\89ÞùÑ̾5£óÓ\83)WM~PúCù¥Ðß\8bºgI~PúïHþ\ fxÿ\8bf½±'\80´@ý£g\ 6\1azÖSà\14}\80\ 6\8c^\97$Yfsß\80`èÓ"é/\8a\9eed\0)O\18>ÿ.ê\7f²ÿ¢í\9fÆ\92Ut\7f\95`p/ên\ 6ÔCÿÍ<Á¥U3\0)ÿBûe ©Á\86ì\a\84~\90\87ÿr8¿gý¯4%²ùwx\7fdôÝãÀúö\ f\ f\ 3»c\80ç é?
+\9eD¤¿\aê:YQõqûÉ\8b²kö\v¯Ë¥Ùß\94~¢ýÀÁ'Õ\7f\11\94\7f:xT\11ÿ*\99É\86þ­Hþëö\83\17e\9fµ\1f\1c|\9aµ\9fò\86ä\8f\9eÙ\9ew(ÿdû=cûA¶ßË\82î\ fÒ_øõ¥X\18ÑÅÿÑë\8a\ 5U~\91ºb\ 1êO9\99ÄÁ¯u.\97Ä\82\bÏÃuî±ø\8fËìrY\12K¤¸\f\97\81ó#\91µ\1d¯Wµ\bn;®½8|\ 2\9e\ 4ß~\99\ 4O\ 2\0x\12ÑéëÂ;Ä\8aÎ\ fd2\92ªàé\19Cz\1e\8f
+\ 2¬0þÇ
+\ 2\94r
\b²ñi/w¥ô¯\böjÌ_æpgïªy\1e?P\16lÙÁøVõÐ<Î\80Ö?\90Ç\19\17\f»­\12ù)öleá.óëسõ£ê­\9fFße»=¥\17}Çò¨×{üSàùɪ#¸ës\1e¯÷\13­hý\ 3ýD­¤ñe|#½xY¹\r\8d\97\ 3_\8e~\9càüõ²\8aÛÍùwm~Jÿ}¿Eÿ\17ôÛ¡?\85\1e¡üÑ\ 3\9f"\94?J\1e¯C¯ÚýçÑ\93«¸\7f\ 2½Y\1erïþRè+Ãó×\8b²Y\1aßôù\95 É\ f
+ýZôs\8f\7f9t\8bæ\1f\b\1c¬\9aþàyÄN¿¹À\15\ f|\9c¦ß¦Ñ\8fç\11#ù=\92G\9c¥ûÃçGæÓH\1e±F?^\94\ eÝß\91<â$Ñ\9fÅm¤\88øWï§\97¢F?
+]&¤?Q?J6\1eÉ\ f\94FË [Ä\7f\ 3Ð5´\7ftè*\15$\7fõ\fºdý|/ç\abÇ       t
\9f\81\96\16+¢?ª\ 3BøgÓî?¥ÿ¦ù\1f\1cº\85ö¿^\94\12Ê\9f\ 1úí\9aÿÃ[Bl·ü\aoéÐã_Þ\8f\13Í?Ð\ f1jþ\v\85î\12ä\1f!ðÓûq\96Iú;ô{Ïþ=Z:ܱÿrQíß÷-!úö\1fké ùOôüWH?ýüWh\7fÈO\7f\19Ú?#-!\90ý\86ì\17\ 6=CÿCÏ\80Þ5ùG[\9a@ûG/CQ\16´ÿVþ3ý[\ 2ÒÿJì\9bAßPþèý\\1d:Îsí\84\1d|;\r×­\1f«¨|\1e®\e?\ e\1dw\86sìÎ\9e\rϫױ/k\ar\1e¯\9f]\b\19\10\7f$îr\ 3ãõ° ¯ax\19¯cW\96<Ü£\1fÇþÐú\aZRXÐ}\8fûx?Ñ\8aÖ/Ë\1eo       ÑÛ?­aWê-ö\ f\ 5Ý>$»X?P\93ýé}/r\8eÝ¡ë;Ò\12\ 2Þß\81°MH\7fýü¬\1dQïþÐùÝw?Ï/'Ý\ 4Kz¼Ð_Ç.Ü÷\9e\¿×0ì­\9fÎ\1f4ùɱÃU\94\7f¬\ 6!ÚÿH\rB¤ü\ 6°Ç\84øw\0{Ìh~=nÛ\eJLóOQù\9fÕ\10\84ç¯c_\15É¿\ 1ìË*'Ìê\ foHÑ\9b\9fÒoEü;\10¶»AóGÖÿG;Ö;úç\15ö9i?¥EÓ\7f<i\eê_¹¥\97× ìó?Á. üѱÿ\14!ÿëa\97Q\93\7f\94~   Ò_~¹?°ÃÏ\97û³ñ¯·³õ°ÑóüzØmAã\a\92\8e«¦\7f\87æ×ßn\8f¤gíþã·û´ÂýëØ\e\ 6øw\83òW/¡¸/Oþ9Ý?%lÔø\7f×ø\9f·s\85ö§üö\9c¡ÿ¦¿ýæ Ý?\8a}xØyG~ÐýCÿM\7f;|\85\9d\97Ò\ fÛ?:ö\93 þ\92Ó®^a«\93÷×s¦gõçQ½PÑ\9f\94\7fªÆ?<ìU\93\9f´\9d.ô¿\ 6Úénªüdã\91ý6\80½î\1a~ÂÃV!ÿÉØuYîɯ\12 þ\92ý\87rÓ~ñ§§8×BÂO?¾\8f;dÖ\9b?<ÅɸIw\9eãû°I\1e÷\19ÑîuðÈ\12Õg©w\ 4þ)ä£à]Èhÿòå\vVº¶\7f|,ðo\ 3ó\8f\ 4þe0¿\1e
+Üë\8c§\81k\19ñ\8f®<_IÛçñ:øéIÛÃû·ùkAóË\ fÿGÙAåþPþ_áüréÞ°-Òx\9e\89\1f\1e8¸Kôã\81\7fY\1aÏ\e  û3\90sº þ\1fÈ9]\10ÿ\r\80O\1e\1e'\e8D¸þ\81\9cñõ\16ýc\82ÚO\a\9fDùÅçG÷o\0\8ae=úñ\9cñuR~;x\98\9fèÆï°ü2ðªBý«\a\1aÿQú­ªýAÀ·\rÙ\1fúÃs´òÿ\97ñrà\87709\8f\1f\b\9c\82òg\0|X ÿ\ f\80wèþ\rô\9f\bÐ~ÑÁÏxOÿ¿À¿\8eüàýG4úÓÀ«¤ñ\ f\ 5\7f²å\fÇ÷¥ãiàeFöo\eyÀî\7f*H~éàO²²Í³ö\7fª\88~:xã\15\13§×¿ÁñzÅÐM\93ß<ðo¹e\7f¥]³_»9ç\93ëÏ\8b&?xÅÆ{þO\86òk ð*ܳ\1f²(¿(ø\15¡ý \a\84üOýþç\fí7=ð/«ö/9ÿ\ 2õ·~~UÃ\1fèüÐþA\89\13\1cÝß\81\9cóµÞºÿyÓì?\1e¸\88ü¿\91ÀÅÙûã9ën\7f\97©\9a!/ðqÒ~(P~éû/P~éü÷\ 2/;üÇè÷\ 2/;ôëå¼\87¹¸áÍnO\98\v\eÞÑì:ò\1d¼`Ag|+<=k\18-?\ 4!mÔÑCm\ 3¼}³Y?a.ìø\95´Þ9>\9e´^Ðüzè§k\9fÓø\81´[k¿|\19/WÌ
+\19®¿¡\1f\ fý[ÀüzûØPÐþGÒ\967´~=tέïóx½ýwEô\1f    =\f\88~zÓ\16\ fý       ïÓÆ)ÿ{èá¤ø
+;:\7f]~\1d¡\87Úý'è×RÄûËB\ fwéüyèa\92ø\8f¢7\ 1Í?\80~\89ò\87¢§\9e6\18&ÓV\13¢ÿ\0zêi;\9dõSô2Cý©£§y\93ø\87Î_ üÐÑÓ\82ø\7f\0ý«\9aüèµOîí\9f£\97\90ÿôöå\eZÿ@ûòm½¥\7fâ®\19@\1c½Dò\7f\ 4½Ì·ä_ò×ÛÎùQô+ ý«\97\8bOÐ~Ò\rУb¥F\7f\926\9c ýÑì\9fV<Ìhü@ÅÎ\8cè?\10zW üÔѯªñ/E¯ª¦?hèf}v\9d¼ð\ f°_qÓ5+ºtôÿ|×s\8d\96Ë\7fÞþÃ\87\9e    ¼Ý\9fÌ\9f÷¹¸\15ó\9cÏÃ\91íÌ"?\9eºã2^°\1dÝùª`üãÒ\9d§(m\80\1aßÖ;ý2^Ï;²\8es\17úëyGVî¶7\9eæ\1dŧò¿°\8fÞuóá¼\1dÌ\7f\1e¯?=\84¼\0þÓ\85o0ã¥Ç¿\94\81
+b \81Ð\93
+ùG\16~^óé<^\17~^®\7föþzÞV\8fÿ)ý¶\9bô3èî²\7f½_Ã\ eïß@èE\98ä\1f\1f\8fö?P3Ç\9aÍõÅ7\vݸG¿\18¡\0\1f\bÝ@òk$t£\80õ\8f\87nôæï\85nôèÇC76éüyèF\16ù\97¬¿jë§åæ­]Èe¼\9c7àåö{çGCGVD¿\81¼½\rͯ\80g^s)½ôßÌÓAÄ\ 6Ð@¹ü\8cè¯;\ fA\93ÿ¬ã¹;/\17\ 3jÑ»\15¦E"\0O\9c\ 5 \89g.\0&\ 5hÊp~=ñ©\ 4ÄÀúü\ 5       À\ 1ï©"\ 3ª5 âG¾Ì¿<½çZm|þ\b/÷c\ 5\f\88½\97#vBs_XìÅ=\ 3"mª\ 2d\89WH\0*õ¶=q
+ͯÄ\ e}/º¤       `Öm\12zPzÑ£\ 5\1a zâJ@ó·\ 2\8c®\1f:0\ 3ë·~A³
\13§.ã\a\9aE¢û¯·l?b\1fZù£µlÿì\96iý~.\ 2\1cÁo\84\80U\13@\8c\81ó\8a\b [\10^p\7fÖ\82È\e´@õà\93Mó QÍìgðAE\1e¬\1cü_°\ 5Ь\9fyÐ%Üó ýñ¿·\7f&\0\f½Îë>eÀ\18ø|\1e®Ïn\91³ýÙ\89ûiØóe¼þvjÝÚÎã\aÞN-sè2^6?_ðÓyü\0ü\94Àü(r¬5\1f\9foï~|Û\17í\1fÑ\ 6°ùp<Þ\7f\9a\ f§\ f´æCýÈÍ\ 6\9eu\87Ð\ 1\16=øÁR\7f.\ 4Ôë>YÍÝ\1e\ 3õÚ5^Æ\ f¤þ \ 3DuoØã;\9a_¯{\11,tµÇ\804uÎj~Ï\8a\ fo×Ø\93\1f\1c¿\81\17@\7f<\ÐüÊãûS\9e\1fuw\9eüÿuü\ eܯöþ<Û-\1aþxº?a\ 1ê\9f}`S?ÐzÐ\9f;Hè\ 6\ 6äA0\bFc!þ~¾£ñ:\84\11\8e¼?#\19®_á¸j:\84C0\1a\vr\b%IW\88\97ÝÞ$úó²ÙQ¼B\fB   âù³÷ç2¹\7fó\0\ 32a\14\bó\bÛÌÏ\96\87O\19P?\1eúÌe\80 Ãü\ 1\19\9d\0Q\93¡<ý\ 5\1d \86A}ºÀ\19\8e\97Ûþ¤â\17¨¾\85\80øø*\8dç\ fÐÚþé\ 3\ 1t\17Ò[\1e^ÆëuÓm\Ï\b-\1f\85¤¯D0~\ 3o\80äüw(\80@åRr\81ò\12À\ 5
+\vx\85¸VOÊ\1f¥\1e\1f0\1fnûê\ 3ÅÖ\89b1\09<Ëï\9c· 5^zf\90 \19Z\84Òµ\9e\ 1\11êN°x\85)\88\90U3\18\9c×[W0\17M\87ñ\f\12d\86\8ed\90h~\1cÏ \995ýë¡ï¿¾}Æ ôß\92(B\19\b\ 3E\88^þÈ2ÐfmÀrÓ\ 6\r@38\ 2Â!ô\fÀ\ 2ï¿nÃZ\ 6\86'"\8d\82¸þ\88_ßG\80±Ýïh¸þ\ 6lm\97.Ãõê#Ö±¶7\9e'\80l`¼\1eÿø
+!:\8f\97;~¿B\80ÎÔ\97\82Å\ fö\ e\9fB\bV}áB?\19\81\ f \9d\9f"û½úK\ 6ó£²í$\84¦,h~½úGÑØ\97ûg\10PAç/\94.w\b'\0þÓKß\ 57ÿºçϪ¿ û7\90¿âþãyþ\81\10 $í\9f\87 ¡û?àÿ;\84tÞ¿\1e\ 2bmßzëg¶g\fùi{\9eïO³þ£9*éÛfÆ_ýÚös×\ 1\84¤1@/\ 1¢G\0Þ·\r\81¾mH\80\ fÔîµò\a\97ýË1\9cÑú&õÆó\18 õ\1e\ 3¯\1a\ 3ÓõC\ 1¢Ç zß·#\rû]\f*\ 5Ðvx~r\f\17¼Iú¥\ 5\81¾i\v\14\80²\ 2K\ 1ͯ´Möò+eÒ\80\bY\9f\9báýÕñ\e\7f¯s     \)kÖ3=?ë]1}~\ 5\1a`²ý\9cJ\96\f`>ÿvË\0JU£_\17ÿ\9a½?«j\0\90\10\9c\rÑ_\ fÁ9ú¾Ý1 Ó¦\19 4\86pGó·î\e\ráY\10ýõGô\1cTùIÊ_@ù1Pþ""ý§È\1f\v¡yÈ\8fOøð4^\7f\83Ë/ûåÜ6]\ fÁÁ\1e\8c\1eÃ\ 4=\98ö\ 2Ñú/\ e`\9f-H=\ 6«B\vv q\1aò\80\ 6\1aç­hþ\81Æy\eR\80º\ 5~ _\8a\ 5Î\0ð\f=\10\ 4\80c\ 3Ì\e\9fõ\f0\8e\9ei\1e\b;ÿ\12\90\ 2\97%\11\95àô\8bSID\8e~\95¹\b(+}}\1e®§\10í&=Ë\\0ë\ 1_}\12ÿ<^Ï røê4~ \83È\ f¯³}
+\1fx\ 4Âyýz\ 6\9dKï2\17Àyd µô\1fè\\95vqý,\ 3\1f]¿g\90t×Ï"\98Ðüzù\87PÐü\ 3ð_Õø\97®¿"þ\1d\80oýé£K\7f\ 2?Z×ÎËx}ÿÛMþµ¸ËÙó÷Îc=úQôdQå\17A\7f\82J\7f\82\0æ×áO/>|Y¿\9e\ 1\98\90öÐáËè\19¬\9dó§\19X\8e^\9dÇë\19XE;\7f\8a\9e\14xþz\ 6¢\15\ fîë/\16>\85æ\1f\80OW(\7fôò/\1e\ 1\99'307Äÿ\ 3\19\98\eÔ?z\ 6æ\8eôß@\ 6¦£_\1dþ¡èÁ²HóSïwAúk\ 4}ÛoÉÏ\14TýCÖ\1f\8d o\11é_½üKJ\19í_\8fþJH\7f\r\94ÏÈÐþ\e@¿4þ¡ç_Tû\8f\9c\7fE÷W×\9f   Ê/]\7f&Ñ~¡è\8fG_\9dï\8füx\9f\7f\aÐck¾Ð³\9f¨ó¾,ÒxZüvAúSçÿ¼hî\1f\r½qù\91ç2\88³(?(z\17\91ü\eè\1c\95\90ü\eèü\945ýÁÁ/d\7f)úÓæ¯Èþ\1aÈ\1f«H~\ e\84έhþ\81Î[«
+?àèËWèÖi|\e}IÁ7l\7fÈå/ó®é\1f
+^BüD·ÿ\vÆOdýS°ÿ#ßßWþݤýR\ 2\94_òýqð+½ï\9dÁÜ\ f\ fý:\ f\97½\ fkûv\1e®_>+\1dw\19®\97Î\Ðô\ 3µ\7fÝwí\8c§¾{XÁúõÈíà²ÿ<^ð=,tÉ\93\9fÓ\áëàÅ\17ÒûÂ×4{ËJÇ]¸G§¿?|tèO«O\95g×Ücÿ3]O_Ù{\93ìû
\9aåß\15ͯ7N      \e¢¿\1e9òÊÞë\9c?/\9d»Kô£ãwtÿ\ 6°?ëZÛ£\1f/}\eÑùé\8d{Â"Þ_\86\9dÕIùã\91[\ 1¬\1f\94¿ãà\9b&Àº¡_Ý\r\10\ 2¦uR\0\86Æ\ fä\ e\16x\ 1\ 6\824?\a\9fü\ 2Ovn[\11\ 3\8d\80OQÚ?\ 5\9f ù0\0>\89\ 2\84\83_Y\9a\9f\87~!\ 12\11úÕ¹?ÝЭÎúéü\ 1) ýåßkÏ\9eÇ\ ft~òÇ·\8e\ 2¤û÷êM]þ!¡7\19ò¯Þù)CþÕ«\ f\95I\ 5úJ\1dìò?\ 1ÿ^ò£g\0tÀ§®\ 1Mö¿n·äoÂ\ 6\88\9c;\9c6t\7f\aÀÛ\1dñÿ@äÍ\82\14°®?_Õ\97º\ 6\f«¾\ 4\rxY~ç\88øG\aÿ²ìÀ°Ð-$ÿu\ 3('d¿\fä\9dåY\ 3ØÇï¢ý@\8a'\15´~\94ûCèW5\a\8aG~iò\9f\83W\9aüà\91_\10\0\90k\1fä\rÙ?\ 3àß\ eù\7f oQ\93ÿ¼ø\93&?XèâÑùé3tñ4^\ f],^?èq\8f¾Vÿ\90ë×zèìÃ\11\99±_]|ÇüVüÒÄC³>NÃuëÉó\16\a"o<òâ<½Þ8i1æ9\8f×½w\8fÜêP\8f&\1e\95Ëø\86y(ú\13\11ý\ 6\8ao9útÞ¿\8e>xÜ~\87þ<r«\80ñ\ 3\91oþry\9e_/þU²Ä¾\94~e\95èGÑ£\8a®\8f\92·ô¬\9a\10ªóïWáópI[ø\ eÇÍ\86Õª&\9c\160\90¹æ­\9f\ e3d&s-xä}\87\ 3\96&A¨û       %\88þöå\8dãgo@\f\81ÖSq\91æçø\15¼\ 1\9e\17\1f\9e\94 1ÕI     î­\93Ò½ý{ìgwÿäü
\0
+üfð\935>í©o\8a\9fV¸~\1dÿ\gùÏÇC ¨ÇþmH\83\fÄ.n÷,\88Wé«IþK\8bvÿz­\97\9f<q C\7f\1e{¥Ý\1fÞ¸ý\9e\ 5ð\82¿&-\0o½Ôã\7f\1a»\93\90ü\e\88ÝÉ÷\fàäew&õWrø|Rþ¦\82ôïÀùÕ{òã\88ÝRø\97§+º?\ 3ð©ÇnMÊÿtÓ~IÐ\81\1ah\9c.z@Ôý^\10ÿ\rÄÞ@ù1\10»õ\92\1fa2vK³ÀiìVBç?\10»\955þ§ð_F\1e ^¶({å\84aùÿ\1d¾º£?\8eØ-\85ÿxÙ.mÿ4öiEç§W~x%>vÆSþóîM³üçðפþÉ»F?\ 6\1f\97\ 5ñ\8f\1e;Z¼rBg<M\9côòÛ]úwj§OÊ\1f7?\1fÛ\98\11?\9bùßÖþ}ôô=ñè4| xÇ[g\9dÆ\ fÔýñà\89Îòyíõ\82Æ\83²©,q\11Î?\90¸XÀþGên-\80þzðÉ\v>;Ó_\87\9f¼sÅy~½o·×í:ϯ÷íöà¯\ e÷óÄÇ\1dÐ\7f¤t{\12Ï\8fÌïÎkg~\1a\89GçñòÛyðÀßÎùQø\19\8b\ f!qÊû\9eg\89ÿ¨óíÎkG~ðÄÅ\ 2ö?\12ü\14Ð\ 5Ð\837b\80\a¨\a¿DD\80\81à\97\88.à@ð\8bg^w.\0¥_B\fØÒ\8f\16.K\96ö\7f\1a¯\15ÍÝã3øëóñë¡H¾ÖÝ\10n Ãg\88\83\ 6*·W(Ae÷ï\15ý5ÍÁÞ<kX\ 4_¿:*¸×zü2¿\zð\15¾Õ! \15!^8£#B8~\95$\11Èñ7t\83ôÜÛWøWgÿ<|\f\9dÿ@øTØE\13\8aáoù\96\ 4{å>NJ°\94\90    :\10¾\97 ÿêëÏ*ýYî$¤¿Î\7fEã?\9e»\bùO\ f\7f«\9b\93õ¯È\ 4\e\bßÚn\9e?\96_zøÝ\ e5 \ù0yîõÃ\ 4~Wù\90uïÌ\vrA\ 6ºwæ\80\81ø',@ää{w\9c/\ 4Ð+O¥{>ä«û_W\ 1±ù\91\ f2Pú,C\1f\12T\9e     0Gå°§   U>Ò«óA\åÞ!¹@\ 6Ð\ fÐM Ù\ 3¬H\83ë\ 1ìyÕ48E°°\13&Ûðy»gÃ\1f¥ÇîhÀW÷ÂI     \98±\ 4\93c\98\ e\ 4P¡?[ÿ\91}yç\ 2\97\0\9dàñî\87\1d\v\92\9d\9fÅ¿%Kb\1dÅP¬räy8Ê\1fÄâÃ\9a'\9e\87륿,øù2»l=\aËÜ¿l^¶^<{ó2^¾;Á*\7fô\88O\ 1(\8b~9*\18LeOZðäe~\1d@\8aIÚ?\ 5\7fï\9d\1f\a\10#X?*\9b\88»æ\ 4¯\1c°|½;qmÌG\9a¾\99ã§ö:\ eà}ú&AP3d\0½r}A\a0p\ 1Ê&]\0^ù?\82õ·ø\ 3\ fàÛ\90øÐ/ ¥\9fN_@\83\1f\9fw\1eè\89?z\81·"]`ºþ\1d\89ß\81õÛ¸ÞúióÇå   `\9dÇ\ f4\7f\f~\81ë\ô¶ç\8f\9e/à@ú!\94@\ 3é\87)I\17\88"         \1dÀ\0\ 2\9b\91\ 2\1d@`s\99Ô@¶ÿ¼Iôã\0f\12\19\90¥¿î\12ýéúë¬\ 6ü\1eÿwkþ\rZ zü§¥\9fÎjà¸#\vf ~q×èÏñGÍ\82 øS\b"ýIüQ\98µ \1d?Ôî\1f{A8ðǧ\ 1ñu<zA¸v\8fÞ?\r\90í\99=\93Ê×çû¸6\ 2øèòÝ| ~\9aÀÏ7ØË\17"(ý\/\1f°o\86\1abs\ 6õ#6\18\9eÏÐí\12B\e\85Ï\97\90\85M_\81%áwW\80ÔÐç\a
\ 20\ 4ë\95\ f\96\18,\ fÿ²\ 5@\83+#Ù9V_Áò±/ßWÐà(-\11m\vk\ 6ÇØîà©wÁø\r\9e\ 1à䥥Àç!Z&Ú\85\8f\82\80å>ãC¢õÀ¼¬ ©CHÙè°Fnqòa\8dH|D?\90òìU°\ fXFÑe\v
+\11\9e\ 2%\16SH%|íDº6\12\8dnÁ5rÿ.]Ë\81Ù\a\8c\e\10Éä*y=ÕÞU:\9c\85u\ 5|\10V\9d\ fv\91\ fè1î»t\19ÙUðg½ÞUhix\ 6\85,¹ÚÖßúu\14\15*`¼\1e\95ë°Îiø@\\8a\15\8c×ãR¬ ãe¼\1e\97bI\ 5\97ñÀ(i½¢#,à\80e>Oÿh«ýò\8a\8a^\94Éa\99\a
+âohýò£jHhþ\ 1¯Ü\9d¢\ eý)¬åNÑiü@Aó\8cÎ\1f\85\85°¢^\86
+=Îq¦\e\84Ç\85\9dç×sÚ\83µS\9b>ÿ\15òÿ@?ED\7f=©+¸ø8ÑOwêÃ\1e¤ó§ûß!ÿÉ9ýqAó\ f\ 5D¿\81¤<\v
+îÉ?ê\14FíüxX\18âß\ 1§4åÉù}<\94_²SêI\91³ò+fM~qP\ 4é/\1dU\8cÅ\fáÇý\99y\16\88µJ÷\87¥åÇ\15\99\ fJIN\aUTýÉ\92"5ýÇ\1e¥¢=I^֯Ͽ«ó\93ó·¢¢}ó\89\ 4E-h¼.¿=©qV~\1f\ 5é\15ùM\83R"\92_zRI²¤¦Ëþeù\9füY©cÿPú%MÿÒ¤Ê\1cÑý\91ó\1aRAúg ©®höO¯&ظþ³ù×E\94ßäüÖ,\9d\1f\r*óW\9d\996ä¿\f\9cÿ\8eäÿÀùïHÿ\ eÔäZ ýô\98\9e\87üQì_\1a\92\12îù\7f^\13löürDúo )1!÷·Õÿ<©\12ÉïöüiH\93Û\1f\93ös¶¤èYù\99\vÔß²ÿèI\91\91¬\7fEòG·_<¤ªo¿°\82ôEÚ?/H\ fí?½!\84h\7fPúíÐ~ÖC\9a¬\9f|Ïþà\ 5í¡ý"ÛÏ% ûS·\9f=¤ªg?3þµ\98Þ´¼\7f\13bâ˽ßópYzíhvÝy\v\96ÔÔ[=u\9e\17¸|Ýywðlyÿ"Ê+Úg0¿þ¢ìI\95\97ùåxÒã5ë9ÿ\DBHèüô\88\84`\ 5©{ëï%U^ÆëI\8dÖM²Ç?|þM\9a\9fÒ¯hô£üc\ 5-ÇùÇ+ò¯Òþéú× ò?ï\ 6Ù®_ïÆåI\99\97ýëÝX­ eOþð¤L$?Úõó¤Ì{òïõ\8aØ9?\ 6Þ¾À»óú\a*ê#þÑ;\82Ä\18Eú¿/¨ßã\7ff¼¾"\9aÎ÷o \e%Ú¿\9e\90àÝ$/ãuðÆ*ú\8có\8f\83gQ\92¿tÿ+Ô?zD\95\83÷\9dó£\r\r6´~¥\15ù¹"جõ\13wÄ?\ 3ηG\14\9f\14´ûÓÞ\7f\ 3\ f\ 2Z\7f\b\82÷áè\95\ 1\8a~øëÝ\99\80zJdBó\ f¤´eM\ 13ïËKz]ÆËÞW²\84 Þþ)úSv\91\ 1Éþ=\12\ 2{EüÞ\ 5fÞKZ]\81ÍÅ\14{I¯\9e\ 1ÆS\12\91\ 2\1fXÿË\81y¿~^Òë\9eû\95±\ 33PÒkÖ\0qôIs@xE|ä\0é)Õ9"\ 5ÜÆ®Ðý'M\80Rôá¦üȲü üS4\a\86òO\81\ e\8cÎ?\15Í?ÐÎrÕÖÏÑ3¨?d\a$C\aBw@\8ev\8ew\1c\90\f\r\10Ô\92\r\87ä\1eí\1c?Ñëóúõ\9aÎÅ\83¯\96:UÓ¹\88\1e\0\r¾z:ð^\9aÂø_nG¹=ñ\83ópýñÕ¤÷yø8üt\99~ ö+\83Ý\ f\v\91\86\8a;\98\1f\99ßd¼ÁG½Ó£%í\13<}Ýý¶\86\88çñºû\1d¬\99nÿüYIz´þ\ 1øÐb§.û×[
+TÄ?­öà\19ahýzA\e/\bß[?=?ëGt\99\7f v\vÑo £ÐjjõÄ\a\8d\9d±~d\97ñzìÌ\82î\8f\9e\90\1c\ 3\92_\ 3ðAPù\9fÀ\a\16BÞ£\1f\8f½Bó\ fÄ.%tÿõ\94dï§x\84@OÅ\1e¥\1dí_O\882ø¹·\7fz~\96ÐÖ\97ÿ\ 4>)Úý£ã«:\9eð\7fEúg "Ø\8aî\8fþv\17W4ÿÀýÝÐý\1f\88}Û¶{ü·CóGï\ag-qfͧ\ 4åÏ@?»\0ç×c\9f¢¦\7fùø\82æ×Ñ\17,\7ftô%/÷Î/Ãõë±gðþë%m\93µ´éÙo\94\7f,öa\9a\7fÖ\9büoðq\8f\82V³òË\vZõíG\16;\85ì/½¡÷QPþð\1e\ fùó.ö\89¢7\16û0+?½\fLO~Rô'Àó×cW"\94ßòùgÑÿ¡èCBö\93^SØû1NÓ\1fúOºþÊ/ÿi² \7f©Æ\7f_çO\12úûI¿úÌ(>\8fß\aÆ\17i<¥ßMÿ)ßô\9fòMÿ)ßô\9f²è?Qù³o·äO\81þSËÿ\f=+Ë\ 6ø¯EÏ8ø¥Ù?tþ\80ø\1f w\84~%ì·èçàÛ¶L\89\ f+§u\1e>\908iàÕyvÙù±b\10\97ÙeìÆz)\f×˹[Ø`\8fv<r¬\82å\ f¤}Y-ÛÞú9t·H\87\1fµõójX¦úÎóëÐ\8f¥-ô\8f\9f@?ÖÊüB?½\e¨¥\9e\ fDnU\89þ\94~\15­_ïÅñ\82þÎãõÈ©U»~\1c:Ü%úQèÓ\1en/ü§C\9f;º?\ 3üoµ°gù?ZÚÂ,ÿ{äÖ,ÿÇ\80æGª\9bT\93wÕs\1aߪ®¶p\82Å\rÛõ·ì¡çðØ\16N\b\9fIæçù\8f¿l¦¹Ïã\138?üîõÐ\98h<è%w­Æ·}\84ú\94¿h\ 3Bè×\93%B\84\1fH\8dóÐÖm°\e`¡3\a\bùÝø\8e+Èü¸\8a\80í#\7f\8aÐgæÊe\ 5Ê\1d²-8üyþ@\ 6ï/×Kd\1fpüâò\ 1\9d\88\ 5²QKDPRÈ¿°¡/(E¥í\ 3\15\12A9GûÀ\8a\89 wµ\ f[DçX\84¶ö¶\82\1d³¢PÁÃ?°jçØÒàÉ\8aÑ:\ 3\W\0\908|
+Ѻ\eÍ3Bt,r\96\11b\84\9cÔ.\81\1d\83×Óé\1e\ 3}Ì·\\8eãYèÝ[>\833]%\86¯ó\ fär\98F<\r\1fx\8cv\8bú<^¯Ïºìâüø1Íû»\9fÇë\8fiÇcº2?/d\92\11ù\ar1ì\ e\9dÇë\1eE\86ãõ\ 6]\19\9d\7fk\11Q\8b´ ýëÝý<\17¢?\9extuAô×\véTH¿\81ùÑú\a<Êu\91èÏ\83\ 1ªtÿx\83,4~¤AÖ.Ñ\8fçbl`üH\83,tÿGr1Ðý\1fé\ e\9f\8f\18ÐþõPê\18Ñü\ 3ë·P̾ü%\1e\91\15\9d\1f\ 3Ã\8eB*\9f&ýã\1cÞ\81aô15×[òó(d¢Ð\9fæ\12Xo\87¾ú%ë¯\88þHþ²Çp¨þåPÜèvlW\7f°B(H~\r4¨Û¡üÖé·«çÏ\1eÓ\83$¿xwv´ÿ\81T\ 6l¿È\88D\82ö\87\1eLçÝ¡zçÇ\v\89 óÓs±\92#r\9dó£û/\88\7f\91ª¶\7fÞÝ\1c\9dÿ@wóu»e¾§í\9eþK\9b¦ÿèúwdÿ\ f¬\7f¿g\7fçE³¿y!\10U\7f\92ÇÀ Éïw©\10\9aÿð>\15b\\7f[!\ f\7f\8c>é_½\90RÎÐÿÓ»sßÔß¹@ù-ë¯l\85ÌfïO®hü@*Ǫê?²þU[?\7fL."ÿ\\11a\7fLFëßô`\94ý\9eÿá½\95fõwY´ûß+$Ò[\7f¯\90H\1f?ÁÁ\1c\9eÉqÜßwÁ\1cìþÛcòQ\19\94Äö\9c=Ø»,\97~¤»úÓù>\ f×\9doËã½\f×ëHX"Èeü@o¥,ÍÏ_\937\89z<\11$\81ù\a|ÿ\88Æ\ f´v\89U\9a\9f\17ñEÜ3\90\88\93\ 3Z¿\9e\88\93Ñü\ 3\89D¦;zë§Ø]\85ë×±CK\ 3¾\8c\1fÀ\8e\96Éóû\8e=)×\97\17á½'|ÂMéã/(³â'Ü\94?ñ¦ü\897åO\4úñÞð\9aüéaW½ýÓõ[\11Î>ÿ3ì
+­_O#=ÞpÁþõD\9e\1c%ùC_óó3\8dô²~Àÿ¸\ 4\7f,\88\7f\ajðÇ:+@\8c\ 1¬·Ú¬\ 2ðL\92\9e\ 2 \17h\83\ 2X6>ã\96%\ 1ªð\1fU|\8f\ 3\ 4\9f©Â\1fÍyî+0VÅ\17®_¯ã± ù\aZ\9bC\ 12ÐÚ< \ 5<ÐÚÚ"É{üKÁ\9f\84.°^\88)e¤\0\ 6
+Édíü\99óæ½;Îã[ç\8d\83w»$\80y&
+º¿-xHùgÕ\14 ¯\83\82\ 4 þx\9d6¤Àôp®$\1a \1c<Cü¯?\9e{\1d\93\výõ:\bÐ\80Ð\83\arÐî\1f\8d¤\8f\88~\ 3\99\18q\93ø\87\15bÊ     é\8f\81BL9!\ fp\0ýÌ\88\80\ 3è¡è\ 1Ñ\ 3,\88\0º\ 1\90\8bæ\ 1
+Ôæ¯Õ\14è×ñm7-\8e\9e\82\8a\80\ 1ÛFR\9fèéË\0ùêÁì\92\0\82,`ým*\vEO\1f\ 2¨]\7f\9b\8aó.\95¤\1d\1fª,\ 1\8f
+\ 1\9f\ 1chü\ 6\b\10\90\ fH\929\16d\ 3£\13dø[\ 4\vhCØZ\1fÀðÃ\80(\98äBòÖ]Ñ\ 3£M\ 3ËðõcØçì§áàü\98\ 4Ý\9f¯oçñ»,¿ö
+¦×O?,h÷\ 3§\7f\94RQ\16Àó1\8aD~Ú\86)úüñmô\ 2\8d^³|\8cóü­\ 2æm¬Lþ\9fÆë¯ÿ\1eL|\1eß\16âb\1eèQÊ¥¥\7fë\81¶Mè¾Wâmù/¶m5Q\fk\89Ïð1ô\ 1\ 1\ f\97ð\81kô¦\7f`\87\1f\90#`\8eHb\85\87Ö&¦Þ#¸"\\80 Dl\aÖJ°K\82g\f=úÀ
+¸(ê×è(\88«\91 µÃ>ýè`Zèá\8f\7f÷£ã&\ 5ñ\96ø¬h\vH\10\85\9a\1aþ\ 1Ì\87m\140\8d\83Ê\12       ÚÞ¨Þ\10
+\1eb\ 4\8aì*\8bm\aîK^> 8Sö\81\ 2\ e:B\92NïG(F#ÌbkMQ\1aV\8d\8d(\r\ 5:\r-\94{\9e\86\ e(õh¸6$ðp*¤Qc«\11ÙMH\v²\bÀMà\1f¨Ú\aØ)\1eåIf\85Á\13\10   Z£\86\89³\14EqÖz\ 5ö\81\ 4I°7Z\8d©Å\94±H\97Õb*ø\ 3²ZL\ 5+fY-¦
+9YW\8biÕL+Ê\ 6k½É\ 6\e²\8dFØ`Ç\97\19ôøÅò(/7ez^nÊô#:ê\96LÏQ\96é¤TfD.\ 6ê^¿Bë('t\b¥Ù\0\8dÏÉÐÂÖãs,¿â2¿\0Ñ\19Â`µæÏ×\0\ 4!¨H\12\fÄWY~Ãe¼\8e0­QÜ?+\96±\80ùQ|+CH\90,Öã\83ó\ eé7P*\16yxúþ\v\94\ 1\15ï¿X|òÅÃ\94\9fH\8eb\17\95b£¯ä¶Ïáë×ð¦\10d\88Ú\9føOãu\84Ú
\9e\87\ fdw9õ×^t!\8bð©hù\ 3\11>\88|z©¥`¥\96úëgm¾5úñNE&=êûèÒ^\9bïËúõ\b\95\ 4÷/\97º9êM|j\9f:\97\9dòÂ7Ö^t+Y¿5\1aè­\9fòO\8d\12ÿðñ\e\18?P*Ø\1fèÎãõRÁVèû<~ T°E·Oßÿ\1d­\7f M¹e×\8eß\1f¯7\91Àù\ f\94ú\fèü\a:\1d\ 5\8d~4B&¢óÓ£Ã=;­'?i§¤\84äWû@Ï#lÌ 9\8fÿ:ÿÃÍÈÏo\1c¿]¾òOËG>\94àò±\95ú¬þ²}W\82À\8e¿Â¼OÆ´f\8b^}Æ\8dh\0Ð]Ç?S÷\9d\vË)E}\abøZ6ã9ÿK\8d\9d>\10\94w6û\80e9]>ÐfÙ·\8cä\1fØá
+\80& [pMÖßÂõ©Ñ>\90\16¸\ 5!ÓÙ?Pà
+ÀkõÕ!}\9ebðp³Ë\a\bÙ\82µ½¸~@ðæ\9e
+Â+¯\1fe\94Âò\9d\ 6\82=b+(\98\ 6À\9d"[¨ð\14Ú-P"zÈÉù\ 3Ex2u¼\7f}Ñ åï+\0AS\84\ 6+¾L:\r\18É]ØÄëLù`Ï\1a\1fPy\0%\12\90\a-4òü@\\12ü\0Ðì\98\ 6^\89©K\ 3ÆHÑ:ÐOßÆ£\fûäm´\ f`\89Ô2\12\93\9b\83$TÛ-\18\r\12\ 2î\ 29\85\f\8f\11\9d\ 2Ù\82\a°ô¶ÐªV\7fµÀ\12IxBµ\15\14H\83ö\14(\r\82N\83\153\92\10\ 6e4X1\1f\b2ÑW ^gÊH\eÔΠ¤Á\93Û¸ÁÛØ\8a\ 1Ëcë^gz
+;60\80¯@h°C©\\0Ôù}è×\15$l¥¡Æ$x\ 5Þ\97°»\ 2FDoLØ%"»\vG;m°\82,\bU[A\84¬Ün\81]goM8q\9dm\ 5       Ó@h.h+Èø6ÊöAÊø6Ê\ 2å(0\7fËØö¤zÁؾ¾\1eù\a \95\86"ï4°·\97uAVZ\e×E·°b½ \13q\15=\16z\99\1cûè]&f#½\1e°fm¤´\8bÚ\99\8eU\e°Ö±f:JÝK\9a\89\9dÂÑiQ\92Ê\8c\ 6^\1f +\91Øuö\ 2\ 1Ó×9cÏ\15]gÌH^b@py°PÍ\11²rkæÑ\ f`;±Uïô\14\88L\949ñõ\8c6+\13_\91ÊÓ\8cD<WàtaÅ\92­mXW±P\1a`Cs\80\91\f\ 5\9b6²^áҳη\97Þï:ßô\18\89ë+¸<ö\81]\84\81ø\a°D\92ݾ²Ü´\ fÊ\82=\16\ 1\15\ f`\91\86Ð<Ì\aþ(hùÛ\ 3lð\\80§Ý\9cÇëh¢5pº\8c\rÆ?¬\ 1å\ 1Èu`0,\vÜҿ̯C\89\9e8ÜÛ\0Ó«Á\13w.\1f\0^/\81\90¬\87Âü\16B\81\1f\90\9dÖ\17"ÜÛ\ 2]Aħ £â\11¯@\88Þ¶-$ÈÇh\v×\87\85ç\83[°NT\ fÖÿRü#´\ f\ 3t\v®W{[à\ 1à\16lwþ\0ª¿B Ä²hw\89® \14m\ 5í\a\9e\9cq\84\90\7f~à±\82¯®\82ðÈç\98´,\8e\18&½iò\90\v9ô>ÐVrö\ f »\10Q"\12¡Á]\91\1c\88L\16à\13\ fB\8f/FzëñqL\1aÊD}\vqÁ2Q~\1d\89\v\96\89\99\7f\0K$\ 1ýxÞÆè\9a½w\eé
+ÜYé\11\91\ 2ûX*\ f\0ûI\14i\1c\15\179\91\1ec\16\8f\91Yú±ÀëÜZú\1cÔƪMöøb\81\8c\84`4\ 6j\8b§\802+?W°BFBµ\11ÈóÊ
+\8f±5Ô\19\9c\1a±HCåe\b\r6Ñ> w\81H$\1dÀYÄS \10Ò\82\89\1f¯
+\r½»@a´(
+U
+£Y\81Ôë\a\84"\v¾\ 2Y/\90\15x\96ø¬vN  ­àÁ\1dýS°\ fd\v#»ØH 
+\1aßÆW¡\89Ë\adk=a\81¢?³%ld\r â\15\1fã\0 \v%\92\ e\1d$hd\røÝi\83wAW®/DxZ ìø\14Æ\11á\1e\rº\88ð¸Û÷4q\8e\9c\bä/\bÚÙ>\10àeR¢©ü\ 3\9bú\ 1l¥å\88N!î@"a¿1{¶âÅo\ 4        \9b$+#\ 5Íéj\95ë\ 5\11¾ÈD\81\91ì\ 3ØÈÒ\1fúrÁ\18\8a¬\99r\11\11\f\8a\b\17lhê\98\ 2Evÿs\95\11\f²\82\15Ë\ 3Ákó\ fÈR\99@ÊÖÌ]ð\9d\89@Ù°\8d¤?1©\9e+34_\88pÏÐd4(\v¤\ 1\8a]`\1f\806\92\ e@\94¥ª\88.¾Î%`ü@6¶K\90/Ó{LÚ\9aÿ1\131'»·p\19/\aå9\17\9dÇëï\8c/øc\99\13\98\ 5ëÆ!e3NâÖ{q'q\91\1e¾2»\83à!}ý-t¢\94Ï\1f@\96~\a\93¾¬@\87Õ#>EY-¾@íó\aÚ§Z\1ed\îÝ\83\90 #ë\16Þ+ȸGDJ\83\ 2ù@\a/^QʽS`\0Î+íæò\ 19\ 6è\88R¾w\17*æDý\85hÅòL?\85\15s¢~
+îíÌJÄW\98s\8f\88Ì]
+;d¤Ö]¢\97ißî]¦W\85à¾V!\80®CÊ\ f©ü\16ÐE\19|Ï0gÈ\a¨å/\81\12±Llù\80æàÄlï3ç\15ȾÆ+\89èr\8cr\95£\ 3R\96V@ñØ\8c\8fQÇc3<\85\ 1<6c©¬£â\ 5k&9{%ZòR÷.ð\15à-踼*T).ïÏl=±Î\ 3­oª6ï¶5Ï\a\9b¨ÚÚÈL\8fRFª-î\80\ 6,NZ44)\ eGd¢\8eE.ÐÌÓÃÝS\80\9aI      w÷\ fÀS@^/ÙB¼)P^qÒ}F"xlÄ\ 6\86\ eì'|
+òÃÿ\81\8aOJeóxL¦Z\8eêsü\83»TÕè9LaïiFân8\1f\9e?\80àÜ«bó\ fÀ\15(\ 1ÿ\97 \9có\aZó¢]Á\13Z<ê\1f~\ 2\89V\ 5Ói(\bu\vÿ\88v\88\17\1d YôF²ú\9da}\1f½AC\1füqå´\ 2\18úÀ²*á1\ e¤$fËë¼|@0t=\86Ætó\83\ 6\9dW{æ1U´\ 5\94øA¼\ 5\ fø¿l\ 1<q\11FòV&=Fb zðÚm§\15¤E63\83×\8bºp¢àôù
+v°\82Ð\16\8b \1fðâo\97\91LÛ¦Ý\ 5öÌ÷Êë¼lA7ò\96 ±2\8f¡I\90\91ô,ª\ 5\ 1Å\16=      ê²\ 2\9b\91çOÞ\97Sh \18v\17\8eÄÐ[wÁ{ÚOß\85£1Ê­»\10½\ 2Þì]\88y¹w\17\8e \9c[z!\16\1e¶£ÌH\ 5jgän0\7f\ 5ß\ 5=«²Â»Peõ\1e¿\bÕ9N\842qä\18·¬\1eãu\vV\1a\15|ý@Zä\17ª\97¿r±Ò\84»àþ
+\16(\ 3\1f\80ÚyàÑÝ\81ñY3ïðWnñA\8aH;\83'ojì\13;\11\80@,\86\ 6©6`æÑ(\9e,ª6\9e\96\89¯³\8cå½ò:{f^7¯sV¹¦
+\19      åû³(\1eìpè\9eó\8a/\93\9c=\93VQ*S×{Ã+\90ßx¼ãò\95\95õ\98º}Z/\\82\1eK'\b§G\ 3\9e\96\89E\9a\1cÕwDñLÞFû\06óÚ\ag\1a¹\10D½@\89\18o2R\8e¢^àQ<\8b&T{\bÊ©wíC]©È¼#(ÖC×Å\89þÚé\bÊå\ 3räDp6:\7f@÷W\82³Ñå\ 3z\12\91?\8f\9c?0ðÊåÁ`\97\15èå\84üyäü\ 1=\ 4çÕ\84âr
+úS¡Wƺ|@Î/\ e\19Ò@\8f\1e       \19\9e\82\1e=â¥Ùº\8cDO¡À»0ðl^1\1fè±\a\15òÁ@J\9fס¹|@\ f!ñ:4\ fíðÖsæ+ÀǨçÃm\98\88zJß\86\89¨\9fÂ\8e\89¨ËÄ]¾L,\89\b\81<(ÌÊrB]\fp\v\ 3å\84"\94Ê\ 3å\84¼dBÿ:\93-xm®i"&¨Ú\ 6Þ[Ý_\99\95H1ã\15È\12éõdÜ»\v<\v©jê\9dg!\89\97\89n¡bV\96¯s$2q ¸\17¤ÁHq/,\13åR:ÑÃhzR\99âXD¤éwa\97\8a{Éf\1e{2\16Y\99¢\aKÑV@\9d>"T\aÞ\9cñ\16\84n×þ\ 1¬Ú\ 60\1cK\1a¸\98º_îÂ\7fûå\ f?þ"|\vß~ù_?<$ðcü·\ 3ȳ_~ù\87£PwÜ\1f_-ëãÿüæÛ?ü÷?}ûýï~ýÓ\1fÿöÓ?\7fû÷\7fùÅ·?ÿõO¿ù¿¿þé7ßþçÿûöïÿùóï~ÿûo¿ú\87_ÿê\1f¿ýâãÛ\7fþî§ÿõÓ_\7fþöOß~ûóÏ\7fþç\1f\7füûßÿþñóo\7f÷·\8f?þôó\8f¿
+ký¯¿þ\8f\9f\1fÿü·cÜÇo\7fþÃïÿñÛ/ÿ÷\ fÿúËÇêþ?(U´\1f
+endstream
+endobj
+290 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 763 0 R
+/Name /Im273
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÍ=
+Â@\10\86áW,l\ 4[!«\v6¹D`/\16Ý9\8dçØ£ä\b)-d&_\12°³x\8aùý®\1cÉ\96É\11âò\95\8fÌÒÈ\ e\89?Jã¶íêÆ\9c;\953Å@\83Ý´Jò\92XÙOSÝÔ·\91j\ 3Ê?8\17ý:)\9b0ºþù~,¶Ä6C
+endstream
+endobj
+291 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 764 0 R
+/Name /Im274
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9fáÿ\7f\ 6ö\ 3d f$Ä\ eFlì\aøØ\ fȱ\1f¨ûÿÿ\1f\10IÈ×Ï\93\ 1\0\ 6\v!,
+endstream
+endobj
+292 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 765 0 R
+/Name /Im275
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀ\b\84Ì\ fØ\1fð=\90y ñÀàAÁ\83\a\ fþÿùÿ\87á\ 1\ 4²ÿaÿÃ'\?I\10\0î4\16.
+endstream
+endobj
+293 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 766 0 R
+/Name /Im276
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKH¨\7fP\7f \9e!\ 1\fó\19ê\ f\14<HH`(`(p(x\0d&\ 2\19x\84ë&        \ 2\0w\7f\10»
+endstream
+endobj
+294 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 767 0 R
+/Name /Im277
+/Width 6
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñçO\r\ f\ f\8f\84\84\85A\82\ 3\e_Í|^\0P\f\ 6u
+endstream
+endobj
+295 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 768 0 R
+/Name /Im278
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÿAÆ¢\80¡\80á\ 1Ãó\aï?|°ø ó\0\f\13d
+$,\fä\1f°\1fà\13®\9f$\b\0\95Ê\11ª
+endstream
+endobj
+296 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 769 0 R
+/Name /Im279
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\11Â0\10DÑïq ð
+ ¸\19\12ÊPK4\0ºj\Ç\95¢\12\b\1dxX\84\9c0\ 4\9d\ eõ\r\12Ëa±¾,J÷´¬éqª\93GÃh0É:ò\1d\8d®î\r\8d\84FZá9áýWûSO£1ÅØ£ô'«\ e\16}?%\97Ûc»~\0}è@~
+endstream
+endobj
+297 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 770 0 R
+/Name /Im280
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ȱ\r\80 \10@ÑO(®d\0\131q    \v\rkÙÁ\1cNã(\8c@iA8¯Ðâ%?_{\1cú\91&Å?\82ë\ 17f\18\13Òc\1aÄ
\88µØ\v&v8\ 6l
+g\86\96\8a«éöw¬¾\84ª-éo\99òµ¾ü\8e
+endstream
+endobj
+298 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 771 0 R
+/Name /Im281
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱\r\80 \10\ 5Ðo(°£´1ÁIt%'85\fâ*¸   #\y\ 5¹\13
+M^ý\10OXqÆ\9e÷ðHL²¹\8e\9a\81     Ð\11zdµb\17\eÄP\e\85þè³¢6\11\12\12û~f\18¦\85îù\ 5¸(5\19
+endstream
+endobj
+299 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 772 0 R
+/Name /Im282
+/Width 39
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\ 3Ãÿÿÿ\ f\80\88\ f\fì\1fØ\7f\0  Æ? â\1f\90`\0\13ÿq\11ÿ`êÀ:\80\ 2ì £\80\ 4\ 3\90+\7f\0\0\81\19LüÀBüA#ø@\86òýÿßø_æÿÿ\86ÿ?\80\84ü\au¥º\85Z\0=<OM
+endstream
+endobj
+300 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 773 0 R
+/Name /Im283
+/Width 32
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ fÃÿÿÿ\19Ø\ fð\1f`?Àü\80ý\0Ã\a ®\80b\e\ 3b9(\96'\80aêì zk f}\80\98Ï\7f\0\7f ½
+òuóÔ\0L),5
+endstream
+endobj
+301 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 774 0 R
+/Name /Im284
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀÿÿ\aä\98\ fÈ1@Ð\ 39\89\ 4(²`\90ÿ\ 1B@\86\9c\84\ 1\141\0Q\81\1cC\ 2H%ã\83ÿÿAHD¼n\9a$\0Éß\19Q
+endstream
+endobj
+302 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 775 0 R
+/Name /Im285
+/Width 19
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87áÿ\7f\ 6\ 6\ 3\ f\ 1 ¸ü\7f\ 6ù?\fr\fØÑÿ\ 3 $,^7M\12\0dE\14 
+endstream
+endobj
+303 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 776 0 R
+/Name /Im286
+/Width 33
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ı  \800\10\ 5Ð/\82Wf\84`a\9f   âJ\96\16\122\8938\82£d\84+S\bñ~\ 4_ñÚ--·b\89b\87T\ 4\87%\16\99ïeË1¹Y±Fµ\86^µð°\83E¶2ÏÜÅÔ\12\r\f
+\alhú\150ût./U}$\9f
+endstream
+endobj
+304 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 777 0 R
+/Name /Im287
+/Width 34
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßþÏþÀ\7f\10!Çð\81\9f\ 1H°1È1þ`càgüÁ\ 3%\98mx\18Ø\9bm$ D\9b\9c\ 4\ 3ó19\ 3(qNÞ\80\81ñ\r\7f\ 2\94øÃÿ\80\81á\aû\ 1\ 33\90(`n\80\10JâõÓÔ\0lu!\92
+endstream
+endobj
+305 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 778 0 R
+/Name /Im288
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90\7fÀÀPÿ\83\81ñ\83\1d\ 3ó\ 1~\ 6ö\ 6ö\ 6~ K\8e\81ñ\81\1d\86\81áC\r\ 3Ã\ f\10®``¨øÁÀPC\bÃÔ\830H?È\1c\90y sAæ\83ì\ 1Ù\a²\97\ 1h¿\9cbÍ|5\0Oæ*+
+endstream
+endobj
+306 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 779 0 R
+/Name /Im289
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\ 6\ 3r\8c\ fä\18>\80Q\ 5\18Õ`C\10©\1f e@õì\a\80zÿÿc\10\13¯\9b&\ 3\0ª=\18ê
+endstream
+endobj
+307 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 780 0 R
+/Name /Im290
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ã`þ?\83ýà\ f~\86
+9\ 6\v\e\ 6\8b\1a\ 6\89
+\ 6\89\1f Ä\80@üÿ\81¨\82¡¢\86¡Â\ 6¤²\ 2¨\9eýÀ\ fæÿ?\18ê9$Äë¦É\ 2\0y^\18§
+endstream
+endobj
+308 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 781 0 R
+/Name /Im291
+/Width 16
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àx\80ÿÀÿ\ 3\9f\ f0\93\ 4ÿ\ 3\81\80\õ\I\0¨s\1c£
+endstream
+endobj
+309 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 782 0 R
+/Name /Im292
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿG=\10×°\1føQÀ~À"\81ý\80\ 4\b?`? s\80ý\0\ f2f`?À@\rÌüÿ\7f\ 3\bËÉ×ÎS\ 1\0
+N)\9e
+endstream
+endobj
+310 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 783 0 R
+/Name /Im293
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀü¿\81¿ù\81\a;\86\1f6\f\155\f5\15\f6?\18ì0\11P\1c(\vT\ 3T        T\ fÔ\ 5ÔËð\8fA\¼n\9a,\0\ 6\f\e
+
+endstream
+endobj
+311 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 784 0 R
+/Name /Im294
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccn`\a\ 6ù\ 6é\ 6ã\86â\86Ç\rÿ\1fü\7fÀÜ\0\82ò\ fä\1fp\vÔ÷ó\ 3\0\ fý\ eá
+endstream
+endobj
+312 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 785 0 R
+/Name /Im295
+/Width 36
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fü¿ü\87ÿ B\8eá\aó\ 19\86
\ 6~\86
+f\ 6\87\99\81½á\ f\e\94h\9c\a\18\98\ fÎãa`>Ì\ f%\18\1fóK00>ç\9fÁÀø\8c}\ 6\ 3Ã7ö\r\ fó\a\ 6\86\1aæ\a\82\11FX0\1e``0`8À "U?S\1d\0\80Ø'\9c
+endstream
+endobj
+313 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 786 0 R
+/Name /Im296
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¡þÀ\7f æg°càg\90\0b\ 3 N\0â\ 3\fü\8c\r\füÌ\f\fül@Ì\ 3Är@l\ fÄù@|\1c\ e\f\0\88?\0õ\80p\ 5\14Û0\80Ìüÿáÿ\ 1\10\96\92ª\9f)\a\0C1\1aò
+endstream
+endobj
+314 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 787 0 R
+/Name /Im297
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fÀþÀ\7f \96càcàgà\81à\ 6\19\ 6ö\ 6        0f>`\0Ç\8c\ f\12à\98áÃ\ 1\bþ        Ä\95\r\10\80ÀrH\98\87\81AJª~¦,\0\10à\17û
+endstream
+endobj
+315 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 788 0 R
+/Name /Im298
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(`(`øÀ\b\84Ì\ 5ì\ 5l\ 5|\ 5<\ 5\12\ 5\16\ 5\ 6\ 5    \ 5\ f
\ 3\ 1C\ 1\f²ÿgÿ/ Q?]\18\0ú\9e\13\86
+endstream
+endobj
+316 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 789 0 R
+/Name /Im299
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`üÇÀÜÎÀÎÏÀ\aDl\f|\f\bôÿ?\bñ±\13Fõü\ f\80HXªa¦(\0Ä\96\v´
+endstream
+endobj
+317 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 790 0 R
+/Name /Im300
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKh¨o¨g¨aH\0Â|\86ú\86\82\ 3    \ f\18\1e8<xðàá\81ú\ 6{\ 6n\81ú~~\0\19\80\ fP
+endstream
+endobj
+318 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 791 0 R
+/Name /Im301
+/Width 25
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f fÀ\ 1þCå%¹êzå\0j[\ fA
+endstream
+endobj
+319 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 792 0 R
+/Name /Im302
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão\90\7f`ð¡âG\ 5\10\18ü`øÀð\81ñ\ 1ÿ\ 1þ\ 6\86\a\f\ 5\f\15\f5\f5\ 55?j~T|¨(ø`ÿ\80¿\81O¢nº0\0\87÷\17\9a
+endstream
+endobj
+320 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 793 0 R
+/Name /Im303
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK\90¨ÿQÿ¡þA}C\ 2\ 3\ 4¦\1f¨\7fPQ\90`Á`Á`Ã`\93\ 1\ 4-\12*
+>Ø?àoà\93¨\9b.\f\0Q0\15C
+endstream
+endobj
+321 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 794 0 R
+/Name /Im304
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8f\81áÿÿ\ 3\füÌ\ f\18ø\19?0ð3\80ð\ f\ 1"\aR\ 3\9f\ 1Èn\0\9b\11\84\1f á\ f0|\0¨÷Àÿ\ fõ\rÿ?Ø3HIÕÏ\94\ 1\06{"¥
+endstream
+endobj
+322 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 795 0 R
+/Name /Im305
+/Width 25
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̱\r\80 \10\85á\9f\8a\92Ú\84\83Ü2.Aa\84\ 6Ga\ 3J;<\1cÀ\¾äòòîÈ`FÅÞ\1dG"\10\11\9d¨ÛÁª\89ãÁ\95?³3»óF¼\10$âö\84mýûM®\ 5£hjLh¨Dy\96í¼Â\v\90õ#^
+endstream
+endobj
+323 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 796 0 R
+/Name /Im306
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90?`y ð@\ 2Ã#\86÷\rÿ\ f|x\0\ 1        \ f
+\ eØ7È3p\vÔ÷ó\ 3\0\83£\13\97
+endstream
+endobj
+324 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im99 106 0 R /Im72 79 0 R /Im97 104 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im106 113 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im72 79 0 R /Im168 177 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im62 69 0 R /Im53 60 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im56 63 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im38 45 0 R /Im24 31 0 R /Im24 31 0 R /Im91 98 0 R /Im24 31 0 R /Im87 94 0 R /Im33 40 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im97 104 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im49 56 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im103 110 0 R /Im88 95 0 R /Im64 71 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im24 31 0 R /Im33 40 0 R /Im36 43 0 R /Im96 103 0 R /Im20 27 0 R /Im49 56 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im66 73 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im68 75 0 R /Im43 50 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im75 82 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im72 79 0 R /Im88 95 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im49 56 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im170 179 0 R /Im72 79 0 R /Im97 104 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im106 113 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im36 43 0 R /Im96 103 0 R /Im34 41 0 R /Im36 43 0 R /Im187 196 0 R /Im87 94 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im70 77 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im53 60 0 R /Im62 69 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im66 73 0 R /Im53 60 0 R /Im62 69 0 R /Im70 77 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im97 104 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im72 79 0 R /Im105 112 0 R /Im72 79 0 R /Im97 104 0 R /Im288 305 0 R /Im225 236 0 R /Im289 306 0 R /Im106 113 0 R /Im94 101 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im288 305 0 R /Im225 236 0 R /Im289 306 0 R /Im72 79 0 R /Im94 101 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im97 104 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im65 72 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im106 113 0 R /Im42 49 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im37 44 0 R /Im24 31 0 R /Im39 46 0 R /Im24 31 0 R /Im23 30 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im51 58 0 R /Im89 96 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im67 74 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im72 79 0 R /Im171 180 0 R /Im72 79 0 R /Im97 104 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im49 56 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im224 235 0 R /Im225 236 0 R /Im225 236 0 R /Im106 113 0 R /Im58 65 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im168 177 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im75 82 0 R /Im51 58 0 R /Im53 60 0 R /Im53 60 0 R /Im71 78 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im97 104 0 R /Im46 53 0 R /Im54 61 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im47 54 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im47 54 0 R /Im68 75 0 R /Im44 51 0 R /Im62 69 0 R /Im112 119 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im106 113 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im43 50 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im47 54 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im69 76 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im66 73 0 R /Im62 69 0 R /Im62 69 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im168 177 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im49 56 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im95 102 0 R /Im32 39 0 R /Im90 97 0 R /Im90 97 0 R /Im24 31 0 R /Im87 94 0 R /Im33 40 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im49 56 0 R /Im66 73 0 R /Im62 69 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im70 77 0 R /Im64 71 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im72 79 0 R /Im56 63 0 R /Im55 62 0 R /Im45 52 0 R /Im42 49 0 R /Im75 82 0 R /Im70 77 0 R /Im42 49 0 R /Im47 54 0 R /Im67 74 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im49 56 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im66 73 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im66 73 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im49 56 0 R /Im43 50 0 R /Im42 49 0 R /Im64 71 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im224 235 0 R /Im225 236 0 R /Im225 236 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im45 52 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im53 60 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im43 50 0 R /Im307 326 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im307 326 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im70 77 0 R /Im62 69 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im62 69 0 R /Im70 77 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im110 117 0 R /Im72 79 0 R /Im97 104 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im49 56 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im106 113 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im97 104 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im33 40 0 R /Im34 41 0 R /Im93 100 0 R /Im308 327 0 R /Im96 103 0 R /Im24 31 0 R /Im39 46 0 R /Im24 31 0 R /Im96 103 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im58 65 0 R /Im62 69 0 R /Im55 62 0 R /Im62 69 0 R /Im51 58 0 R /Im43 50 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im97 104 0 R /Im100 107 0 R /Im100 107 0 R /Im171 180 0 R /Im106 113 0 R /Im49 56 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im70 77 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im72 79 0 R /Im58 65 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im71 78 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im309 328 0 R /Im72 79 0 R /Im181 190 0 R /Im65 72 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im167 176 0 R /Im310 329 0 R /Im46 53 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im66 73 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im42 49 0 R /Im53 60 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im103 110 0 R /Im310 329 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im68 75 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im53 60 0 R /Im75 82 0 R /Im42 49 0 R /Im64 71 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im97 104 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im69 76 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im106 113 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im66 73 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im70 77 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im97 104 0 R /Im69 76 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im71 78 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im43 50 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im106 113 0 R /Im72 79 0 R /Im117 124 0 R /Im311 330 0 R /Im158 165 0 R /Im132 139 0 R /Im123 130 0 R /Im156 163 0 R /Im121 128 0 R /Im120 127 0 R /Im134 141 0 R /Im194 203 0 R /Im148 155 0 R /Im195 204 0 R /Im196 205 0 R /Im147 154 0 R /Im197 206 0 R /Im121 128 0 R /Im131 138 0 R /Im137 144 0 R /Im156 163 0 R /Im123 130 0 R /Im131 138 0 R /Im123 130 0 R /Im120 127 0 R /Im126 133 0 R /Im123 130 0 R /Im157 164 0 R /Im126 133 0 R /Im152 159 0 R /Im123 130 0 R /Im126 133 0 R /Im162 169 0 R /Im128 135 0 R /Im155 162 0 R /Im156 163 0 R /Im123 130 0 R /Im122 129 0 R /Im123 130 0 R /Im156 163 0 R /Im126 133 0 R /Im124 131 0 R /Im138 145 0 R /Im120 127 0 R /Im125 132 0 R /Im137 144 0 R /Im128 135 0 R /Im125 132 0 R /Im121 128 0 R /Im126 133 0 R /Im121 128 0 R /Im128 135 0 R /Im120 127 0 R /Im126 133 0 R /Im138 145 0 R /Im132 139 0 R /Im156 163 0 R /Im123 130 0 R /Im121 128 0 R /Im120 127 0 R /Im138 145 0 R /Im125 132 0 R /Im156 163 0 R /Im121 128 0 R /Im134 141 0 R /Im152 159 0 R /Im126 133 0 R /Im156 163 0 R /Im127 134 0 R /Im157 164 0 R /Im121 128 0 R /Im312 331 0 R /Im123 130 0 R /Im124 131 0 R /Im123 130 0 R /Im120 127 0 R /Im126 133 0 R /Im162 169 0 R /Im138 145 0 R /Im127 134 0 R /Im143 150 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 325 0 R
+>>
+endobj
+325 0 obj
+<<
+/Length 797 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲-¹qݼ¿â\f¥\81N\17^õÐÐ!1B\13\87\14â\90\13\9bl\99´ùf;\18þ{ï:\e¹ïEa­\8d\95¨IÇ\8d\8e\93\e( ßÈ\ù\97\1fþãã/?\84\8f¿ÿð\97\1fÒç\9e\97\8fåsYì¿Ûg|ü÷È\9f\1f[\8c\9f\1f¿þÃ\ f?þÛ\1f\8eãã_þôÃ\7f|G\1e¾þø{òçÿ     ËòyìWú-^éãçzY>\84Ï%\9f?°?7\10\8eÏ\90_\eØ®?°}®ûuÿù¤\ fé³,×\rÄ=]\7f \7fî\97/(\9f%>~àA\88~ ë?°«?PVø\ 3\1f(ú!æ\ 5\1cbXÖë/¬\9f[\84§¸ÔoX\8eï¶P\96+}ùÜÖ+ýy/!¬_t-}Þû#X.·ø<Õó\12âÚ­\1f®ô=\17\14ÐúÝ   ÒõS\91Ö\7füÕ\85~ý<Öç\ 5<×_?÷ÕèWp\83{ÇÅ_ç\97Ñù\15\81\89ëþó\ 1î/wbHϯ\14DßI!=¿rHç÷`Ï\bé×\f¾\7fíèéú[\16ïïÊ¿F¿£óïD8uû\7fJTØÑúY ¯ë\1f\11\9d\7fwÿôþ\8eUº?&¿q\81ò#Ëo\¶[÷\1f\ 3Z_¿ÿ\18\83´>³"1"ùqX\91\98\90\ 2uX\91\98³ú\ 3Ø\8aIJÀ\1f\10¬H=\83uA<ÐÙ\10ÆÃqM"\ fc\19\8a\eºC$CX\ 6âVD\e\80uèC³K:´·\ 1U\86v¤C\8b\a\94Aáüëù\1d\9a\ eâë\1fÒúìüÒ\82
\ fëàôÐ!\8a\ e¦ë\aÈ\7fÀ\15Å68\ 5ôý½\rf®pzø0_®pCß»Âés]Ðù§\88Ö\ f\84\19\ 3¤\94n1@ʳ\fX/\0ª°^\ 10\ 1J%\82õ·Î     ¥\fP\90\ eFN\10Ùÿªí\9f\19¡´î\93Ndýþ\r1p¯@è÷ïèþ\1d\ 2¸ßs\82Ò\81¾¿ç?æ\84ä\ 5Ý¿î\84äåÞùç°\89çOÖ\8fèüõ "GS\80ï\83\bvþY\94\7fzþ       Ý\7f\7fþL~²(ÿ\8c\7f\fH\7fþuÿ\ 5\19\90µËeÐó[5\ 3JÏoÕÎ\8fò\8f\18ÄÐóß5\a\8cÉ\7fÞáùuû§òs$I\7fÓó?P\10©;\80\8fo¿\95\ 4(¢þ ôA\93\7fv\7f%@û%Û\9fP÷¿\1e\7f
+\ eBÃóþZú½\93\1f\9a\84\bÏ ª¥ïí/M\ 2Ä\fÖï\83@æ¿\9c\9e¾÷_h\12 m\80\1e9 äüs\12Ï\1fËOÈ;8?ÅþTú²¢óÓïï\11\0öûïõ/MB¬\ 5\9d¿l¿Â\16Áúºþ\r\eº?G\12r\9f½¿\9a\ 4<\96º~|k¿éù\1f\9bxþ$\0_"\92¿N\7fÐ\0pAüã\b@\ 3â\1fG\0\1a4ù¥\ 1|ÐÎ\8fÉ\7f¬ù÷\91üÓó\8fH~\1dç\9f´ó§ûO\87´ÿòõf\0èsAç'ûog\ 6J9\7f\16\80G¨¿ú\0\9cî¿&¡Çû'IÄêÿÍêï¸"û×ëo\96@8\13Xg\ 2¡¥ï\13\bOn\ 1ëïH\7f\16G\ 2I\93_zÿÇ&Ù\7ff?Ò²"zð\bÁ\12\16ÿ¥ ñß(\814¦'ù\17¨\7f\1cù\97Xné\9f\94\96[ú×òO³ú7Õøs¤¿BÇÿé3­ÏüÓS~¾·¿Y\8eÿ\12Ô_ºÿ\91
+´_²ÿ\91 ÿ¥û\1fiµó\9bó?Ò\86ô\9fî\7f¤\9a@\9fæ¿]³ÿôþvdÿ\1dùÏC\93?z~\a´\9f2ÿç\ 5É_Ïÿ[g?\8c\1eÙ¿M~\808ó_wÎ?Ç{ò\93aü§ä\9fÚü×ôúPÿ8ò7Yõ\1f®þ\8bå¯\ 2°ÿI_¿l\80>Êñk^Ñú=}\9f?¨ùËu\ 5úç\90ó'yÓÖgþCÞÖ¯*\98Kþ¢ó\1fzû]ùg\87ç/<`~Ë\9f\8fÊ?Ô?\9eü\eâ_=ÿvæÏ\14ùáù7(?zþ-@ÿÕ\91\7fCú¿§§ù#Ûÿ\1e¦ü¯ðð?¿î¿¥\17Þ¿jþÀüÇm\1fäÿIþ%\16´\7f½\b*VûÑÐëùK«c\e}?/ÂÚÅõÉ÷ç$}?\8b\1fÏü[¿¾\1e?\86\92¤ýÓü_}¿¼ÐËö;¬\1aÿò"¨\0è=EP\vø~Gþn\87ü«çï\8e0É¿uÿ\aâ\7fGü»$Äÿz\ 1IÍû·ô½þ¦ù\93\80Î\ f\15\11\92üGÐä\8f\96¡ÆX\rðC\81½«å=¾Âµ\9e\81c\82\f\ 4\f\0¹\80¼H\17@+\88j\15æH\81Ð\ 4`\81ëË      \84\vd   8¤@\10\ 3\92\ 4â\8a\14(J \ e\12`\ 3\ 5Æ\ 2øW\ 2¬1\80(\80ǵìg\ 2ì\8bÿ\9aõûböü\99`\15t4\aî¡È¶ÝèÃ\ 2*PÈ\ f\1c   þ\0P!ì\a\ 3\9d\bô9Ä\9a\ 3X28°t<\84\92\88_Ap@2¸\ 3'ôjDë\ 6L\89´N\8c\15¡\13!$!j\12\0:1J%®\15QeÑ\b\90$N~V\81µô}\10Ã\82\90\947@ß\a\b*#úΠ     @NÄW\12k]\90\fuô´
+î¡Cb§Cb'B4\89÷\b"ïè\80´ÝÓ\ 1\12\80´c\1dàø\81\ 3ý@\10òhÕ\ e§ÚÔÓÚaÐ\ eB/ñá  õLÔ¿D°v\92l\99üÖ\10Èí$Ù^\ 2'=ÁW&j2\92È\11\1aRù%â\95\89j#  =\13\98\90'\88<q²ÿ\Äý³L\92v~´\92Í2áÃH\96Ub©\91\ 4É\84ÀH\bU\92²LT\11¿\9fðïCt\15þ¥\99Ø\1d:¢r$\97w\8d\7fx&        ñOïÈ\r3I\93\91`\81\91\90~~\ 5FBz&Ç*±F\8e\84Ôvºµò!§'\99\8cZÊ~¡\97Ûy\82eò[zG;^Õ_\r½£\9d+î`}G;WÚ¤õi&Ä\ 2¹öûõL^m§\eß\1fÉ$\94\15ìß\91     Y\83x\7f¬\92kCû\97\9dèW%Ö`ÿt}{    t¯oôÚùÓLÖ\91\11ÿÉ\99ôh/q\r½\9eI?+©\94ó£\89\88\80Ö×3¹g%\95"?\9cþ\90è\87\95P\83û£ë'Ä\7fhÿ$\11\92Tþg\89 (\9dÿ»DÒ\1dý\1d\8b*ÿäü\8a¦?y"'\82ýëö?ÞÔ\1fqCò\83:\ 1\b}mÅ\eÝ\7fOoi\18\93\9fò¹~[\1fØ\ fVÉtO~Ó¢Ê/I\ 2,P\7fêI\14¨?\1cI\10K\ 2\rõ\a9¿\98¤ó£\9dT)HüK÷/ú\1f´\12ç¥?ÊTü\932:?O%\12Ô_Àþ\91\15Ñ+\9d\88F¯é\7fºþ¦­Ï+\99àúz%à\8eü\aG%à\8eüo¥\92µò\8fUb¶ü#û\ fgþF±?4\7f\ 1õ\8f#\7f\ 1ý\17ý%1\87rË~\9cù\1fíþIüm/é\83ø\81~?\8c\7fôJòl/é\ 3ùañW\86þ\v\8a¿Èù\95 Ý?Í?\15\18\7fê\9d\94+Z_\87óÈë!\9d?ýþ\rñ\1fâ\7f\92?ÙïÙ\9f¼kö\87òÏ\81ü7=~-ËrËþX'ÞlüZ\82&¿ìþK@ñ¿~ÿ¯üMÍcºã×ÚI|¡×ã×Xýÿ\86^\8f_Cí$néõø5XþºÝ¿l\7f\82UR¶ôz%R\8e`}=~\ry\93èéýU8¤Ñý\8dà\90Æûgù\9b\1fëÄ;¤ó§ô\e\_Ï?nðþ\1d\9dxY:?Êÿ\96?jéõNÄ\8ad0â\7f^      \84ø×\11¿Z%á¤þ\89\ 1}¿¢\7fjüoñ×ðþÈþ#\_ï\ 4K\ 5¬¯ûß\11ê\1fG!M\ eÒý±Jü3ÿÓÓ÷\95ø<\7f£ñ?Í?\15Mþyþg\95ä\87î\7fÓô7\8b\9f£uò>üÐ\99ø9î\9aý¢ü¿#ûÙó?íä;Òóý¼½\7fùý<-Hþõ÷ó´Àû×;\91\9aä¿\14\97[öÿ,\ 2\9a³ÿõû#ú~½\13>%M\7fÓï¿éÿ$Ñÿá\9d\88¨\91\9f¾\88\86Å\8f© ý¯Ç\8fgþèÖù­7ÏOÔ?¼\93l\91ôÇ°\93­¥ïò\aôü¡þÑßOÓ\81ì\ f\82Cd\9ddHþ\90ý"ñs\88·ü\97,ÆO<\7f£\9d?Ïß ó×;é3\8c\9fôN\82³þçNübHL£ó£ù·¬ú¿¬~hÖþ\7fCrRü\ fzÿÖ\896{ÿ0~räï6\98?Ðï\7fWã_"\7f;\94\1f=\7fw@ÿ_\8e\1fó\ 1×\97ãÇR\91àFþ\v­ÿY ý\90ï¿\ 4\94\7fQòGV\7f\870x?$ñ§!9åÉN\1aCrÊsõ\93ÁÞÿóûú7
+gmú³¥×á¬SÍÿµû×ó\1f\86¤ÒÒ\vöËê\87ªý\7føqïî\8fç\9f\8at~\1c\8e{\91öÏë\8f4þáù£(\9e\1fùþu\93¾\9fÒW(à\11=\9dJ°Õ"ò\86^CRùº\7fË?5ô}\13\ 4ïD\8bÒþyý\12\94\1f½~È:ÑÚû\93ë\7f#Ô?zü\11C\8d\7fÓ¨\88\7f\90¿ÊÞúË\1aÿGt\7f\8eü]D߯Ç/Ñ\90è\ 6òÃ\91 vD¯#AUº\11ÿÐú\17Ë\9f\ fô\1f=\7f«\7f\9c´_\ 6E>²_\1cÊ\1cê\7f\a\94¹Æ\7fÃüUz_ÿÎë\97\92È\7fdÿ»¶\7f\ e\ 5\ eý\a\a\92\94vÿ4~^àý; È\91ü{ È\ fI~èþ\ 3¢×å÷\85\ 45Ôÿ¬\89\rÙOGý\10ö\9fôüaÖìß\10\89\7fy!1¹ý?£\87ò£óÏ\8aÖ×ãÇ´AÿWÖ?'\92Ó\1dý\93vÄ?\1e$¨õ\96þI\86¤9©\7fÒ¡Ù\7f¾¾f\7f\94v~\1c        JõÿXý\94¦\7f\87õSCþ'ù\9b\88ô\87\8ed\90\13Ô\7f\8eü\99\16\7fÑþ5C\12\99\94\9f\9cQü¬ÈO½¿\82öïÉ¿iñ;Ï\7fÍ꯺ÿMÓß4\7f·Aý­Ë߶IüKùoGþ\8fþþüêß\eгúϳ\7fÏüï÷õ\9f¬þk\97ô/­¿2$á¡üãüw\81ñ£\9eÿ6$u¿ÿ`ôÚ÷Óþ5Ë\1fÖ<\96÷ý+Xý{K¯ç¯¬þ¢¡÷ 9m`}ýýçÌ\9fõôúûÏ\v        }öûó!}?GRBç·vù\ f\9a?³÷Ëv}GÿÞ\86ö¯÷ïÕI0\17\7fxÕ_µ÷¯\8f£Ûw´¾ÞÿxhçG¿ÿ@üçÈ¿ØûÁ\80\7f\86Hè-½\9e\7fY\10ÿ:ò/V\7f\11ó ÿÌòWYä\1f\92¿H&?y.\7faùóáý\91ü\85á\17\fø\8fÞ\1fÖ\1f\8eü\95Æ¿tý\ 2å_¿¿U;?\ eäT$þ£õs\e¤×û77dÿ\1cý£;Ô\7frÿý\vÈi@Oëß\ eÄ\7f\8eþ1\8bÿ\ 6ßÏé\91þsô\9fÙûå@~9\929â_Gÿ\92᯴ëëñwÔä\97#\89#ý¯×o¤\ 4ý7}\12\9c!\ 1\7fÊ÷ìo*Èÿrä?¦õW¥_\97[ö+YýéÀ~Ñïß\90ü9úW·Yù³þ¿EÒ\1f\14\7fi¯ï\97­ÿ\rêÇ{\b©:Ôýkùå{ ÜÐç_FSÝÛ\1f\98\98ê¾>\1c±÷SÝ\ fX\0û\ 2@i6\10w\81\83l({\80?бÀþ\19ðPv\v¡.?\0ФÙ\19¤\r\9cÁÄPörÌ¡hÙPö\96Þ?\94ý²¾c(û\82Öw\feÏÒú\14O¹¢h\95ý}\16\8f\ fe/`ÿ\9e¡ìèþ<CÙ3¢w\ fe\1f\9d\1f\1fÊ\9eÀ÷{\86²'ñþÞG±\17z\a\1e1Zß3\94= ów\fe/ÒýQù­\ 3\99gå7.åÖý\e
+ÍìýÇê\ 5\8eÖgF Æ\r\9c\9fÃ\b\9c\ 3µÐ\ fÈF f¤\ 1\81\11 \81\Eãl\7f@Gã\8c\15\8d³¥ïÑ8{\13b\81`\ 2ôÉ\ 1IJHûg\81@¬#\19Z\15\1cú\ 3¤\99\9c=\80\ fðÐ#\1dâ@R:T\1dF2)õ%qÖ\ 6¥ÚI=k\83ΡêwlPª\95ü³6(ÕJر\ fÁfZÁõõï¯\9d\88£ïç\91\ 1\84\90`\9e\91Èåþ\ 5$F£×|\18\80l\80ã%\7fÕl \8d$Wt~\8e\97ü:S}dÃéú\eòa\1c\95D5\12\1c\9d\1f\9f©\1e\19UB\8cöO×?Ð÷;^r\17d\ 1=3Ý·[>L\ e\9aþå3©\82´\7f^   \ 1}8½\12"¡û÷TB ósTBdÕ\a#\9d`\19éïþ%\90Þ\7f\81ò¯ßÿ\8aîÏSÉ\80b`\1f\12Ì\1dû\99w5\86#ëï(\86ÓgZæCó\1f8½Æ\7f¼\13GÓ_ô%\7f\81ççX\1fú\7f²þ/\ 1ñ\9f®ÿ\vÌÁø\90h¾Ößæ\90\98B¨ç×Ð÷üÇé\ f\89\9e#ÙTþk÷\ f\90ä\ 69¤í=\92Ôh&Õ\85¾ã\1f\9a     Mû3\0jèõNþP\91@[zG\ e¯ óÓ+áÃ
+ÏOGB^\93t~\1cIf\91ø\87WB\14\89ÿ)ÿ\99ÿµ½G\82¢û¯/\89ãý¿ï\ 4º¬ï\98)_õÇ6\87$iH4\97ý;f²ßã\9f\184þ¡/±\11Ý\1fBòg\95\10ðþôJ\84\14¥ýÓüA­¤òß\7fýþ\1c\90þÐ+1j%ý¬üØLö±ü\10þ[\91ü::\81\7fz\ etÓÎ\9f\9e\9få\90\87çGî¯Nb\18ñ/å?Ë!Ïò_\9di7ú~\8ed\fí\8f<S1aÿEÏß`ýá@2FßïÈ\1fÔJÌ\91þãù'Ä\7f\9e\99èñ\96ü½òO\93ò\97ì\rl(\7f,ÿ\84ô\97ãþ*\92ùhÿ\14Ie\85þ§\8ed³iòÏ;y ÿ¬Wr@ýã\18gv ýïè¤:àýëùÇ\ 3~¿£\13\ 6Ý\9f\ 3\89#@ÿSî¤ÊÁ¾ÿ½ÿÅóGHþtþ9;i\94ýÓN\8a\84ü'ÇLw{\83\9fÔ\9f6S}V\7ff¨¿\1c\9dTy»Ç?Eó_éþWÍÿ¢ù£\15Þ¿\1c¿\9f3ÕïÄïyCò¯Çï\19Æ_¨\12\9buÒ ÿI\7fÿÊ0þr\9c\7fí¤\99\8d_Ë¢ù/ìû_ù«Á÷Sú\0ã_¹\92³\ 4\93ÿ÷Hô\f  ¢\84£æOÊ[$\bÚ\89bþãú\1e\89\8cæ?,ÿÖÐëúÏ\90p.ôz'\88å¿Zz=\7fcù¯Áþiþ£Vò·ô\8eN\90\ãßv}½\93ÊôoCïè¤*+Z_\96\1fC²¹|¿,?ÁÞ/\aôôüLÿ\ eÎ\8f×@¡õ\1dHà¦\7f[ùÑ\91À+\12ý\88ÿy\r\14ZßQ\ 3X;\81.ç¯× U$û\11=\8d¿\97\1fÍ\1fØûe{\7f \92\17#\99Æ\8a$q¡\17\90t\f        \a\9d\9f#ÿ\82õ\8f\9e\7fIêý]ÏÏ:yjþh}\8f¤ÆGª£ý{Fªk÷Gó?\ 5Ý\9f#\7f¹BþÓ\91´7íû)ÿ×Nê1ÿ\93û¯H\12þû7zMÿÓú/Qÿpz¸¾\ÃiH6#ùáù+¤¿\1cñ{\80þ\87ÞÉ\14\90ÿåèd\8aH~\94I\9e6Ë:=çy\9f
+à]'\ 1\85Ò\86
+h\93\1f RF\ e\94>JØ lÆ\a@
+\0\vº@ý\ 1>\95ý\96\ 3\99V$@z+kZ7I\81S(ë->\ 3\88õ=\945\9f\a\7fTþù~ÿ\8eyðVÀqVÒN\8ds?\16ø\ 3à\ 4Ù\ f\14ø\ 3º\f\9dp4½\f9æÁç\87\17ô¼\84F\b¤~¤ó\13j?RÉ¡ù\ 2¹\1fÊú\91J\9dkÅÖ\1fö#\95t\fú\91®\ex\16§\87
+hØ~AT\10\9d¨ÆQÍ\17Ä(@\1a|ëG\ 2?°w\8cü¦\1f)\833@\ð`X\1cÌZ0þØË·S8䶺W0\1d½c½ZXÙ\96Þ\ 1«\90j2&\8e\92Ñø1+$´\7f½-4Ô¶ÐÑ÷ó`XÛ?\r\19\8dï\93\18$¢õõ\86¨uEçç\18K]\0½ÞÖ\19*¬ÿèü9,F\91¾\9f\aÓ\88\7f\1cû·f\84¡ü\90d\80%3[zG1É.í\9f\ 6\93!\8aòËÆR£õ\1dcq*Ýe}½\19¤\8e\ 5ñ\9f¿Áj\98þzÿ\98D\839óE\aòK\83)+F\eè\ f>V( z\1dV¸ ùw4¤\99/Úê\ f=\19´iòO\8ba,\19×ÒëÅ0\16\f\ fäg\ 4ë:Ö?,\98\85öC\1fK~@ùÑaA\17ÍþÑÇü\ 5Ù/ÇX\14Q\7f0/0ÅçX\9dÖÿqx\81)!\ 1tx\81)#      \ 4^ E\16ȵ\9eµù\81Þ\93¦>`*\9a\ fÈ\e\82Ð\1d:\1a\82\83\1d\ 5-Û*ñ0/È@:̱¾5ô\fÖç\rApÿrAf^\96I\1fÆè\91\ f¡ë \e\r\83rPc\0ÒP\125\1f\8a\8eV\86>\84®\83r\1d-?Z\9f\aó¹¶Ô>\9c\88w¡,Ç\16EFÐÑÑU\90\11\9cèè\99\f\82ÎÙ<J\10A+z^Fü½\13FéíEm@O÷¿#\ 6pT\ 4a#®W\ 4\1dP\80d\ 5l³¡g\83\98":\ 1´¢" \ 1Ö_ÔJ\80N\84ü¢öJ\82\842%?6\9bçBï\9eÍÓÒ;\82XK$µëë\1d\1dV\11ßÒë¨\16\15[~úû\r\93aðýÃ\8a\84\86Þ\81jbAÌ`}
+md/za\16Ú¨\ eg¾þ\80\ emdi\900\rm´×¤z\18@\eÑLÐ\ 1\99PoKX\10\13¡W      \96\98\88\ eø5X\83\86\1eµÅ\92L@\ 5¸;\ fp
+`³\ 2\9c_\98Ø\ 1°¹HJ\80\ 3l\16$Ä:ÀfÖ\94(\aØ\8cÒúüY_;?\ e°\19$þã\99\84\8aëÒÐ'=\93²ÕH´\15aÀÿ×(Î2  \11­\ f^Åس¾ºþõAÈ2\11hý(\e¡×³z{ÿ\ e\80Î,É?\85åX4ùå\0\9bH~\1c°.\15à|¤?ù\80fdC\1c°.ñ\9e\13\92ì%f \7fè÷gè\84èm5Р    ÐíÇ«-eÈ?\85´¥ ý¥<æ}{U\9fÓ¿u}+K\1c:\81,\v\83ô§\a\96å\90öÏaUÐù9ª\12v³?ñmU\ 2\95\7f\v¢&íw^Ò-û\9d\97ã\96ýÎ8\bÑÛB\ 2r\82\1dm!\11ÙOG[HDúÛÑ\16\12\11ÿõüC\v"R\ 1öO\87\ 5°\ 1Í\97õeX\80\àùÉYÄ\îé\8f¼Îê\8foI\9c;AhÞ ýг\88\ 6-9\19\84æ]ó\1fh\16qGë;²\88\aò\9fõJ\8a\ 2ã'½\92¢\ 4Íþ\8e\ 6´ÌÚÿW\12f\99\83e       V\16¹¼\87\ 3\8e\17D/·Õ\84\9a\85>ïÑ\a\vgI\94\bÖ׫\12CBçç\18Ð[\a¼\8cèéùç]<\7fÒ\16S\10½£-Æâ·Áú|@rÍ_´ë\83\f
\9f\rÝ\1fâ\9fA[HËÿ®¶\90~ÿú\80\83W[ÈðþY%J\9c\¿¾D/èüú$.\8dÿ\r\1aw ?èKºÁ¢´÷¯WÒ\ 4$\7f\8eJ\1a\83%héõJ\1a\8bß\ 6÷ÇaQ ÿ;*Q\10ÿé°zÑâ·öþ\1c\95(QÔ\7f¬-#HüCù×`é\ 6üKùÏü\9f\81þ¡ûß4ûI+qvÄ\7f½ÿÂaq\9fô\17û§WB\194ö@\7fòü\8fvÿ4þ]\90þs\f\98\b\88\7f\99\ 2â\1fGþ"Î~¿ÑkòÏó?PþeX¶dñWëÿ\0ùëãÿ: ãËýªi\88ú~±\81\ 1÷ï\vÒÛ\1f\98(HÏÛ:hk9:\ 3ðý\80\8cv\ 31\ 2\ f$_¾àÛ\80\8cþ\bb\14\(û\81\8cvp\80ÖRÜ\99qú°1ö?\0.\ 1·\86\9c\ 36\9e\97°¾m\r¡g\98á\178ΰZ\91ù3¬ÝÍÃ3ܺ#°öäTÙ¨Ý\81 \bì11Â3\10<1û\81\817\8f\89      \88\ 2|Lì»K\8eø\9d,­ù»\92´¢·\ 5T\8c\83¼¾O&Ñ\17å\1a\f^èõ`ª:c-½n\8clNJK¯'ãBÅh¹ÐwçÏ_Ôýï/aòû¿½È\7f±à:\99LX3¢\97\93\19ö ?Z\9f\as\a:?G0W\0½£Çÿ@çïéñGë{zü5þç=þ\88ÿ\1dm\ 1\ 1Þ\9fîL\a´\7fÇcrÅ\b¹ì_/+O\8bt\7f¼\98\7f^\f\80ô\9fcZjmkð\7f¿Ñ\1f\92üÑ`¦ ý§c\94Ä\9a\f\1a\9d\1f/\ 6о\9f\ fY1þ\8bo\93\894\18Ý¡þÑ\93)\15ciÄÿ¼-\ 1Ú\1f¹G?Õiå#ù¥\8f\91uFÁ,ÿ¦\80øßñ\18Y\1fÓÎû{÷\18IÛ"âz\8b\7f­E~¬¿\bÆgFöÃ3-\13­ï\bFk[ÒHþi0Y\9eÁäÅ~\ 2þ]ñý­\88\7f\ 2\ 2I{?®rV\81۸ɱ\ 2'Õ(Ð\81ÐûBS\1d\17\80¥Ú×8ë\80\9f¯éw\ 4Àz\12Æ
+\1c+à\«\ 1G
+\98\ e     \89H\ 1ê¯9\19\ 6\0z5Óù\1aý\\7f²\9a¡ \aDïëÍ\ 5)\0=\9b\8bãïgCB ÿëCr6Í\ 1£¯ñ\et õj\88\rÊ\9f>$d\87\ e\88>$dG\ 6H\7f\rÍÇ"É\ f«Æµ\96\84\8büÈ\ 1H©¯É#þá \8bñÖùÙ\90\901ý5\ fµ<[2^\ 1Èö\19^    \90>\9b9zMÏ%\ eä\97\ f\19ùÚ\7fC\8f@ÂI\0\ 1ZzÇkd­\ 6ºÐë\83jk5Ðhÿü5=Iëó×|íûy
+-?ëñs~\ f\9fÓ\13:\0ý9½N     ¸|\80,À¡\82\ 4µôú\94©3\ 3\ 3ö¯£lî\8bôý|JH\ 6\17èè\89©å@£ýó\f\fb G\ 6£¢Ô^èõv\82Z\8ex¡×Qâ\82&@4\82\8f\11\9c\9f#\82¯=M£ï§\11|\ 5v\18ñ?\8dàk9Í)¿ï\f \af\80÷'£<¿2 íùÉ\ 1Ìcïàþ\1c\19¨U3@¨1ÿ\89r\88ä?\ 4\9d\81-\82\1a00­ÇØ¡\ 5\91\9f lÌÇ\98\ 1Ù\98\8d\ 5\1d ã=|\95\ 4\90Fp¡Üò R\f\12\ 3szx~²\0¤\84\f\80\ es\9e\122\80\8e\14\96=¡Lz )£ó×=\90\13¥ð\96\a\92Ê
+<\10\aÄ\Zë\8b\ 2èI\98\r\9d HÂP\16\80:DÏB§\1d² ü
+dÀ\10Ó,X\91Jg}\90¼@\1fHGú\ f\9a\bó$\8c¦\ 2ù¤\f¸¾>)5j"D×O\9a        aÕ\fg\12çK\0\1a\1f\0\ 1]\92$Dí\8b\1eÙ`zÿ\19ª0½$¾ õu\15\94\83éA`\86>\84#    f¯0­\ f&\97tf{\85\99=ÿ\1dÆ`²\v\91\ fäCë%\89ù@.\8c\8e\8bP\16\14Ãéßo\93*fù¯\ 4´¾£\8a \ 2ÛØÄ\1a¯þ\b\16ä9\\8b\106´¾\9e\84©%Á\17\ 51\\88\v½\ 3×!¢õå\18"Ø+Rz\8f+B÷oúkðý¼
+e\11ï\8fÑ\97Iúo¥\ýþõWXkI\18ñ\ fÍ\81lðþd¤}kI¸|¿cRÆ!É\1f\a×\%þ¡çw þs ý\9bÿÔÐë\8f8qAûw\94¤\9bÿ4¸\7fö
+\1d-\89\9aÊÛWhº¾U±\rÎ\8fç`\90ü8ο¶\14\ÎO\9e\14\14kKå\88ÿy\ e%#þ\97\1f\ 1ãºÜÛÿ
\9f\9cÃ\8c+\94?GKA\16í\17É!m\88\7f\1c\1dÙ_G\15\8a¥p\86ö\83¥p6\91ÿ±þO\vÒ¿ºÿuBR(çG\81  \ 3ô\1ftpÏ\80Öw¤\90"ô¿ä"\80\94\90ü9ª`²Æ?\1cRbGëëù\aQ\7fÐû_\91ÿâ("±øi\96\7f\7fáù\13¤ÿtÿûÌ¿Üâ¿\ 3®¯§0\ fäÿ8R\80\87¦\7f\ 6ñ\8f#~\f\9aþ¦E\0\ 1éOäÿ\91üQ\84þ§\1eÿÇ{þSNÈ\7fÐ[\12sBþwo¿i\11ÄKÿ¼\9f´Hó\17ÅÎo\84KÉò7HþõGô\fã\17åþ,ÿ\ 3õ§\1cÿäMóß9¤\84\16?rH\aä?z \1d´ø\93òß\81ü\7f\94?Ãçwârjü\8fíW±*ØIÿ÷,\82Qö?Âå<ó¸3þ\8fár^èݸ\9c-½§\b\ 5®ï(\82AßïÈ?Xþ¦¡wä\1f¬\8a8\8e\8a\0Yþ&Üûþ\8cÖ×ó¿Áü¯8W\ 4\19Ìÿ\1a~?áß\15íß1\1cdCë; 9,\7f\13ç\8a C\1dn0Ú?¯ÁAëëE\90Á\8a\90ã\\11d82ú~}Rl\85\ 4\eÑÓ\1a\10\8fï\8b ùp\16¤\7f\1cñ³å¯\aüKó\17\11é\ fGþKÔ_#H\8aË÷»!)FüÃJ0"Ô?z       \86ARøõ\97M\1aEßßÛOö\0\1f×ç\88³ËýÉ\ fð6i´¥wtA\9c       $\85\81ùt\15t\80\ eL\95\1d    °\ 3Så@\ 2ä\98.\83\15\7f>\1d\ 5Ñ;\12 æ\80¹\ 5 b"Æ()0Z\83\92\10\ 39&mÖÉ
+c\a\88%\80\8aôý4\ 1S4\ 3Èé\8bHO\12\b+:?=\81\99¬\rzøýlý\ 3ÑË\83)\92(ÿ\1cSt\97\1c\bZC\aõ\87£\86n×ø\8f~ÿ¡Ý?O`!\aÀ\83)
+\1d\80\ 6:\10z\17\85Mv\199P<\ 1¤9À<\ 1\ 5å_\1f¬\92Ðúýý\r\v\80\1aýÙ\17\0Ñ\ 4
+\f \1c    \94\8cäÏ\91@)\9aþáôÐþ:
+\804\a\8aÞß\8aä×Ñ\85¶!ýïèB³\ 4Ôd\0\96o\ 6`¯.®É\0\9aþ¡ß\8f\ 30Y~\8aa2\rägXÀ4é?¾
+\98&ýÇW\ 1Ól\ 2c©öoy\8f©Æ\v\90ªü\87\11&"\87ÁùÒ\9fá=¦\17M\0\18\fFK/cR\9f\ 5Lýþ=08QZ\9f\8at~\1c\13u\ 1ë;\9a¨ò\ 1Öï\9b¨x\13Øvïü-\ 168\7f\9a\80µ.Ü\96^/ Û\10ÿ:Ö7ÿq°>ÇDEë;\12°ÇsÒ}K\7fH\98\88_÷÷\88\1f¿Jð\eú$Ço±N\ 6lõG\8fEÆé\8b\9bÀ\16ðýQo\82
++ø~4Õèz~5\7f\10ÑúI.`\8bV@9Ð\7f¼\89,\0þÓa ^Mh­üË0P¯&´\81üÐóÏP\7fèÓ\95-\ 1æ\96\1f£Gúß\ 1\ 3µBû£\17\0YüÛÒ;
+ îé¯h0b\93ú+îÈ~9Îo\87ëë\98È\87f¿i\ 1Ó\82äG/\808ógÊýq\18 $Ùo\1aÿGÄÿ\8eï7\18 ÉûOI\95?\96?CößS@\85öï\99É£í\9fùO   ú/ºÿô\82\ 1\9aô\9f^(@³÷¿Ýó\9f\12ô_\1cëï÷ü§thþ\13-\800\18°\96\1fX\ 1Á¤ýyå¿Üû7\14!5~cù/íüx\ 3\1d´_r\ 1~Nªÿ@Ö·\a¸Iÿ)gÄÿºÿd3ufý§\fý\ fÝ\7fÊ+\8c?\1dù¯õ\1eÿBýÓÓÓüåVaÔ\1aþEùË«ý°üSÕß\ fú\99\ 6\ 4\e¬<²?|02²ßz\ 3@>Tû\85¿¿,Ú÷ó\ 2ªEâ_\16¿\15\83!\F3iHþ¢æ\9fÒ1*\0{?\93§¥ïåw\ 4Ã|¡×Qx*
+PKï\99©óô\9f/߯\17\80\7f\bu¦êåûå\ 2n+\80ºÐwò;\9a©3º\7f^@µIû§÷Wgb\Ö×\vÈj\ 3Êøþ\bÿU\10 Ëýé\83µ\8fxïþ+\0À\85^\8f?«þ¹Ðëñg\9d)v¡×ãÏ\80Ö÷À8oÒùÑï\8fH~=3y\90þp`À¤"Ý\1f\87QÖä\8f\17\10!zÝ~Ä\8aâx¾cO\15°­ë½óß þÔùoCë£÷kÒ\80·£ós4àíHÿê(zgýÑ\1dý\17\ fMÿñ\99È©îÿ}\ 3¨\81möþ\13ô\1f\94ø·Æ\9fõýj¤¿)\82M|¾ß_ä\a\80XáY\1e©ÆO\97ó\97ý?«_\1aÝ?­ß\81òï¨\1f*\9aþ\1aå_.ç'ó\7fZ\91ÿ\89ü7²ÿ\rÚo½þi\87ü\ 3\1a¸Èþ¡ü÷3ÍxýP¾'?\a:?\a\0Ì\82ÖwÔ?,È~ê3!­\ 1\7fYþ#\8aþÛûú\9fÙó?\e·îø\ f\96?\99õÿrÖì/Ï\7fÜã¿\nòßz\93ÿ¶$ñ\1f§Gü§Ç¯yG÷¯Ç¯V?3\e¿\1a\8aò¬ÿ]\16È¿z\ 3Z@öO\8f_\v\94\7fGüjù\8bª\87Ýñk­\9f\1dñ«ù\1fíú\8e\ 6°\15¬ï\88_k\ 3lK¯\8fQ     é\0ç\87ø÷ýLà\v½ì¿\9dù\veÿ´~¤6À^èõ\99̵~¥¥wä\8f¶(Þ\1f\ 3!^Àú\8e\ 6º\1dñ¯c\fY­ÿ\e\9d\1fÏ_$t\7f:\80Ñ\81øÏ\ 1àR\ 18ÆòÏ\0|\10ÿ8\1ax\ 2ú~½\817\9aÿ28?^¿²KòCgº\9aÿò\88\83\ f­\ 1\7fV\7f²JüOó\ fµ\7fc\96\7f\1f\9e\99À\19é?¡þÛò\17\8bÄ\7ftÿ[¹wþ;¼?\19À"îH\7fêï×±öO\8cî\8f\8f¡\82úC\8f\7f\17M\7fÑú\87\ 5­ï\0 \rðþdùMæ?MÊo\8aèüõúá$ú\1f´þ"AþÑë/\92fÿéúu\8cÝh}^?\83ü7Gý\8cåo\ 6üæ\88¤ú~\9döõí\14\11\ e@\84ü\a\1f\0\91&?$\7f²!ýÙû_|
+\16ò\9f\1c3Å+\0ÙXÿ²ú\17d\7f\1c\ fdÿ\1cý#\8bfÿhý¢Ù_>EËìWxû~@ë\ f³þ ¥Gý\1f¬ÿ\vÉ\8f\1f\80hÖÿ3\0é\91ÿGó\ f        \9d¿\ e ~\ 2H+ö\9bæßjýï¬ÿmýcþø»®oïO\8fû\7fW?Áû¿4ÿ\81æ¯Vè?èù«\r­ï¨ß\11ã76D#ï(þ\ 6C48\82\91ö\ 1<\81\84\ 4@oÀ,\8bf\80\18\ 3\17è\80é\rÄ% \0^o ¶\ 6°Y\ 3ðJ`mï\v\90\86\ 58Ûû\ 2ºa\ 1NKï/ÀÙÞ\170\r\vp¶Q\ 1ä \0g\e\15à\r
+p¶÷\ 5\ 2\9c\96^\ e\0­\ 1kôý¼\80§HüÃ\e°\ 2\81ཡõûó\1fMñºÐ\ 3\a\9c\92È?¬\0èÙ@pY_\ eÀl\8eúé\bO%P¬\80\7f|\8a\97\7fJ_'\80\8cèi\ 1E\1d\838º?\9e@Óô\a\v\0b\84ü¯#øD$ÿz\ 3`Lèû\1ds¸3\92\7f\a\ 2rÖä\8f\12º\7f\1d\81¼6ð\9füÿÎ\81ã\bØÈþéö;Býå@p²\ 2¢Iýû* \1aè_zþ\a\94?\19A9\1e\90ÿô\ 6 \ 5}¿#\81\11Ð÷;\10\94­\0pÒ~¥\88ô¿#\81\914ùcò\9fDù§       ´\fåO~\0Ky»÷ý\ 5Ê\8f^@SÐýy\0\8c4þgú'Y\ 1ò@ÿÐ\ 4Î\86ì/j  \ 5dÛöL`´ö«Ûÿó¶\80ÿS\ 1|R\9dæZ×\a\ 5\9c\f\ 1µò_Cï\98¢Z\11\0/ôr\ 1\0<\17z}\82HJ"=ñ?+\82à\85^\9f\80\93á÷ë\0\ 2\16?´÷'OAµ)¾-½\8e@\1cÌþ\ eÖçþû"\9d\1f\8d\9f6xÿ:\80\86ùÿíþõ\aü\ 3Ñ;âÏc\95Î\8fú/\15Á}$?Ô~W\0ÀÑýÓ\a\9fey\e\7fpÿ\19ñ\9fÇ\7fÖÎ\8f~\7f\ 5P\98åÿ\97ÿ<X\9f\17à\17\89ÿ\86\ fÐíýë\ 5\b\15@p¼ÿ÷\13h.ô\8e    4\87Ä¿ôü6¤?\1dç·kçÇ
+\90\r\0á"ÿ\8e        0       Ð#ÿ\97\rñEûGñ\a÷¿\15ýIý¯\0í\97Þ\0\8fý\aý\ 14\1câþ\99ÿ\8eîÏñ\80\e5þåþ?²\9f\8eø§"ßûùßüÿ,ù?ì\ 1í\9c`óå\7f6ú_\ 1P3ÿ][\9fÇ\ fÚýS\0Z{\80níWw~Ï¿\ 6÷¿!ÿ1Fð\ 2v}A\7f8._\b
+H\80\1ffmÌ\ 1ö\ 3È\ 3\8a=\86R/ÂO¥\96N\15Ô±P<ô)(K¸å\83\83è>X\ eè\ ez\eÄîðUÄ?{\87¯*þÙ;<a<¥;d}@g\1dÿ\89cuÝ\81à\aÔ\1d\14dÇc\14^²í\a \eö?À"Ùü\88Ä\9f\9a¤±¤r$\9b×{\91¬AiÎFb\ 6E0ò¤X&'\1fÐ\13Õ¡X­\95g`IÞ½¤*\96\9c\ 5F"º'ý*å\9f\8c$K@\96Ð1ËÖ2!µ$Ý\1d\89Úþ\ez\a\94£½D´ôr&3ØKDCïx\893%Ö~¿ìI\ 4kEnéeK\1e,\13ÙÒë³P,\12\1aì\9f®_Vi}^Ê\1fÀùë/I¡BA]îO\9f%½¡ûs@ÁZ+RZç `-\12\1að?å\1f{\89\18ð\ f/åGüï\80"=v\89\7fx&&Jëó\97Xíüh$\1c\10ÿé­\90Ñ*1\ 6û§ë[&g°>ýþtOþc\8e¢þ\1a´\ 2´ô\8e\97LÈ¿úý\15´¾\1eÉ\9d\8aüÐLÞºÞ\92ÿ¸iö\8fî\7f\83öW¯\ 4Ø5ùã\99 õ\9eü\1f\9aü\f3A³òo­\b\93ö?-\9aþã\99\18È\7fz)¶ùo\93ö3U(ðYû\99*\14øÈ~òL\ eô\7fôV\86¼Üò\9fÎLÌ­õë,¨YùKÐÿÑíGZ5ÿ\95¾ÄZ%ÆC\7f½¯\ 4!ü³Aý«ó\8fAA\rý/òý;ôÿ\1c£\TýAä¯Î\12¾¬ï\80ÂDþ\8b\ 3
+°By·öG\1fÅ\90\ 3\92_G)v\84ü«Çÿ¢þ £l\12ä\7fYþÏ\19¨wü'\eåâ\8fÿ\8c\1fl\960â_Ç(\9e\82äG÷ßÎRþ;úó\84ÂTôçÎZ! ÿ\93\16¡\94À\12\ 1Ò\15H\86\ 1\90®@l\18ð¬\ 2)A\v\ 5\94 % è,\98pH
+\88ÎÒ0\aªbj³§Àa)MCï(\ 5©Xà-½g\98ð\86Ö×±\0R\90Ög\ 2\10Ì\ 1\81\0ða$\19}\80^Kd\1ePK¯\83AX3PKï\18frÜc\80\r­ï¨åßÑù9zA,\ 2\1d½ \a\12\0½\17$\1a\98L+\80\8ea"\1a\ 3¿\e&¢    \10\89\0+\18÷åûu0\80\88ø\a\81Ù°a hÿ:\18\9a\r\ 3\19ï\9fÑïHþôZt,ÿ:\18bAë£fJ\96\11lL\93\19\14íþi\ 6eG
\93A\99Õ\9f\96AÙ$ýÇ3(AZ\9fgP´óã`
+H\7f9j)¬\96Æm?,\83\92%z\1a\81\ 6ä\8082\18\92¿\ 4õ\8fþ\ 2\97\12\_®¥M        :0ú0    ¨¿ôZ¸\ 4õ\97^\v\97\fÌnÀÿ<\83\82äÇ\91\90ýsÔâo\9a\ 3ÉÁ,\83t~\1cL\ 1é\1fÝ~'\v \86üËÀ\10\16Iÿñ:\1aÕþ\13ú ê?VG\83ä×1Ì"jþ/Ý\7f\1d&2Ò?\14L !ÿÏ\ 1&\90\90ü9À02Ò¿\1e0KÈ\7fz\ 6ªhú\9f\9eß
+åW??\ 3Ó\1eê\1fR\ 1c\19Ø\81ÿJùÇ2°\93úë\ 5¦9\90\7f\ eÆ        ýo½\8eîPýß\ 1\96Á¤ÿU\16Íþ°ý\17\18?éþW       \88ÿ\1c`\9a\96\80©5ÉÞøé\85eÐÒË\19è\10\ 3\11ÿ[\ 5OK¯Çÿ       ­ï\0cL\87´\7f^ÁSý×\96^¯ É\aø~G\ 5MAç稠)\88\7f\1c\154¦?\97\82Æ^Ð\aüKóWÛ\81Î_¯ Ù\13â?½\82Æ^Ð\aüÃ+x\16i}z~\87v~<\7f\85øÏQ\81a\15\84\83ó§ñs@ûw\80\vØ\90\7fHþÄz1Ûõõa\10\11­ïè%J\11\9c_ïÿ³
\98j/B«?\80þO°\82øxª¯s&éö²\v¡Ó?lýP\87É[%\b[¿çÿ³t«6ã\9eUÜg"å¡Lë\ f\1c]\0\8cÐ\98¾\ 4èÁ@_ôÍ\ 6âÑí`ÿ\f°\ eÝ,Øå\aúyÈÏ?\a?PñÈ®;èdàyãà\13j?íu\aÂ3hÝA^á\ f\bRT\7f Dõ\a
+>Ä\9aF¼þ\0àcü\10\15ÖçP\90\93\r|\ f\f·p\93\röå&\eìð\bz6`-\19g1'ø\ 1½%#V_øú\ 3rK\86\ 1Û\?An«\89¡|µÕ\\7f@\bǪ:8+2{u\10\96î\eÞ5÷\7f\1dÂÖ\ 4ôBI`û"y¡×\9b\9bë\8bdK¯\97\8bä\85^whÒ\ 2èõ\80ö\ 4\a\0ëË%IæP\9f¥\91>p\1a3\b\ f\8fø\8b\ 3\1e?ðΠ0\1e<»û\9fôß\7fÀ\ 1"jl\11Cí®;a\9e¿3\89\và\0ò\ 3k\86?\0\8e\90ü@Å\a¸þ\80.Eç«h\7f\86@\8a¨\14ìö\rsiÉÓ­U¤\80\17Æ£õ=3\ 2\ fD/0\91¹µ\19I\91Þâ]Ó
+c)d\10\96\162·xöü\r#\7f|þÄ­¯aù\85^\9fQWÓ\9a\17z}F]Fë; 
+
+Ò¢ú\8c\8dX\ekFçG÷¿jûçϪHþ\1cÏê\e:\7f\aÄÚ\9eÐ÷\83°àj\ 5\r£>=ÝÁ\86>\ 1_êê\ 5سè
+\8c@\12üY{ÖÌ`ýÞ\97ë÷¿Ô\19\7ffĶÏã¥\80Ó"a\ 4=+á\15Ó1\96\1enLÿ\ 1Q?\80\18Ð\ 1Ê\18\9bg>SY\9f~\7fBë÷ß?\ 2©\1f) ú.V1\8aF\ 6\80W¦o\92\0p\90z´¾ã]Þ\ 2²\81\ 2¢C\ eVs\ 3çê:ÒzH
+\88î\7fÓ\1c\0ú®\;ûF\ 6\98òÏ\8eÜx\a\8eÂ\b\aFÆ®\9d\1f\a¹G
\ 3r_¤ïçïºÐ\ 1s¼Ë"\a\8bç\88\f¸\9e\17ϵ.md\80ig\7fÜ\81þÓòrG|¾Ë>õß÷1@q\f9Dûw¼\8b\175\0`\95å³\ e\88ѯ·\1cX«L\1f;`äü÷E:\7fþ®
+\1d@¹®'\1f\88\7f\1dC.\ f¸¾|þeÑÒ\18\f$¿,Hÿ9@ò\r\1a\0ï¡\11ü\11Ü51]\8e¹<\84ypë÷\99yG\1e"T\vþ\b\ 5æò\101«?Чr¾¾ V\eÔ|Aè'Ýð3L\ 5\9c!ÈCдpzö'\9c?03«ä\95\19o>Á\ 1pQ\ 1\16Zú^\8dq¨É*\ 6\ eõ_\e\ 4[zd\ 6I6°B¤^¾_Ï\ 6ÖYA-½Þ`oP\93ÓëïÚú4\eiy¨\aÿÌ@eÛóèìþ\r a´\7fþ<\1a\ 1ÿ9ò(\ 1ñ\9f#\8f\12Ñú\ e¨Î¤ñ\1f\87ªD÷ï\80êÌ\95¾¼/O P\9d\ 5ñ¯\ 3ª³6ø\8dÎ\8f~\7f-\8f\1d}?Ï#mÒú#¨ÉiþÝv\89\7fy\1e)"ý­\ 3dìÚú¼<\1f}¿§<¿HöcT\9e?{þ©ö\17Îê\8f\14\90ü9ÊË#Z_wãS-\8f½¬/¿\ 3XyýÈþóòz$\7f\9eòú|KþS¾'ÿ© þw\9cÿ
+ÏO.mH\16\86\8eÒ\86Tû{®? \97\1dy\80\8eÒ\86³B\1eý\80\1e
+/\9a\ eãP\91\88\a<P\91\19¬ß\87òÏÀ·¿Ã\1c\11\ 5%hH\8f\88\89À\15°Ú\8c\9c\ 2j3h6¦"¶^Üh=\eSj,Ø\84R}6\80
\18=\9b°!)pd\13 \eïÈ&T¼ÕY3l8\8d#3D¿ÿ\80jX\16Á²@5¦Wi\8b"ÈÛô\91\b¡l6\1e9[\82©ñüvä,­ÒµýçI\9c»Úe\13ó$Î]¬ü\9bßÃ\14ð\89\19\95\7f[z½J·Vi^èõ06Ei}z~uâÞèüh\18\'îµô\ e\9c˲HßÏÓ \19Ý\9f\ 3'\12íß\83\13¹¢ï׫Üí5*¿\87Ù ]
+µËïòý²þ\fö\1c>8?>1ï\90ä\87ã<jüO\11ÿ+âþåþ\1c\13÷öIýai\10mÿt}+g\99äß\18Ñý;&æYQÝ$ÿ\9e(\ 5\1aÿ²4H¹¥ÿmâƬþ\7f\95ÃLêÿX»|gõ\7f\\91ýr¤\ 1Öý\96þ·\89y³ú?BýãèÒÀúGÇɴר!ÿ\10þ\85úÇÑ¥¼Àû×»¤\97YýoÕ4ÈÿðLÌÓì/G\19\80þ\8f<2>ÙKN{\7f`ýD&nTûßà\8c?NU\rÀ\92½ã´
\13\0\86õo#÷N¸\94ïÞ²vY\ 3¦rO\ 3¦õ\9e\ 4§U\93`ºþ\ 6\8eS`\11\K/?\84¥\ 3qpÿý\14iòÐ<8N\7f\88ô¤Ï{Ñ<xZO°Àós¬\8fö¯[\90lÏá\93ü\97\ 3²`=ÿõ\ 2ü­\1e¦\17à°J\15Õ©¶Y}¥Pâ³0®ª\90¾Ól\18\83U_\8c\9f ét¶\92â\86ÞÑé\±¶/ëë\9dÎ\15kûB¯w:\17´¾gjù\ 2ÖW\90
+\8c~\95Ö§P\81æ\ 3\b*\90ä0v»ÿ<\89Õ¿\83õ=XýÕ\87jïÏ\81Õ¿KüK}Ø\ 5\9d\9f\a«\1fñ¿\a«_;?\8eÕ\9f%þ£OÙ\15k\7f,?,\ 6<Ðýé1\8cù@\83û§1d\ e`ÿ\8e\96\8e\8cÎ_\99µc1Ø=ý\11+Öìèþ8Vÿ&\9d\1f\9f\1a\8eøßÓ\12±\8a÷OZ\82vt\7f:ÒWÜáúr\ eÿ\15\83\8fxhú\9b"UÕ\89g\17z\19)êõ\14=Ð_Ô\ 3µ\1cô@ÿPú\bõ·\8e\15\9e´ï§1hÚ&Ï¿F0Y³\7f|j9Ò\1f\8eR\80\ 2ý/Aÿ\1aV¾é\9fü¶\14\8bF0+Ò?\8e\1cÀ¦é¿a\ 4æ¶\1f\97\8e\82!ÿ3¤7M~9Ò\9bª¿Èþ\8f{üó\8aÀ&íw®H#cùe\11\90æ\7fÐõc\12ýGò\86\19¡ÿ§Ï\1aH³úû©?r\85\9anõG\b\ 2VwÝ\0\f`úGlz\80\ 621¸@ÚÒQÐ\ 1ö)\0ú\b½"\ 3âhiYg\ 3\88ºþ\86\f\80C\80°\ 3â\18Ö8k\80¬%¡Ü2\80\ 5\ 60:\ 3\97W\03g\0\rªmöüKP\ 3\b\\r@x?¬\92'0*ÿ\87÷Ã2y\ 2#\83õ= \f´¾'\81\81Ö×\ 3\98°¢óCüs\ 5h1ú\rì\7f×ϯB\95\8dÎ\8fÞÿV\ 3 \96^/\ 2°\ 4Hûýz\11\80%@fïßZ
+\eú\10t¬x{Å       £i¥\fk¬ \ 3t`\8d\ 1°*\9ch\11H(o«pè+p@\ 2äx\ 56¤ª¡\0\_\81\8c~E
+Èñ
+­­Ï_ÁWéûéù[\19ààüù´Ä{\ 2\1c³*À\fk\1f    °£\8a Üä\1fY\812¬ÿú\86\11\96I¬ÿ"\19\8a\1d$ùçXÿH\81y°þ5\ 5Ê\9b \92´>=¿\ 3ʯ£\99\0é_ô\ 6\84\9bñÒ²=ß\80\9aûק\95¥ É\1foF@\ 6ÜÓ\8c\80ÖwT\ 1$íü\86\19 Áúì\ 5%e$¿ú\v\8aM  \9f\95ßT\8e\9bVÍ~ói\8bÇ-ù}e\80&åצ%ÎʯMK\9c\96_¨¿\90\ 3È2@Yò¿(ÿ\1eHÿ92\10\8bÆ\7f4\ 1° ûwL\v¬ÓZGö\9bfp\ 2´ÿ \86\82aJhö\97Ö D¸¾\9e\0\ 2À\f\ 3PG\ 2\ 2\ 6 \8ei\91Ð\7f\7f\81úGOà¬ÈÿuL\8b\\91ÿã\98\16¹"ýá\98\16¹iòO§\95n\87dÿ\99ýÊ;º\7f}X \r{\9cæ?Q\7fQH\89\97þ\9aÓ\9feÑì?ãß"ë/Ö\85²ßÒ\1f¯\ 4VmJu'\10ꬢ\v½\9e@²ø­¡w$\90¬\8ay@O\13H\ 6æÐÐ;\12H«v~4\81´Ö\17¨\96^O \19\18Dûýz\ 2É\12ØÃûg\15<OÿåìF\98ªà9Ðýy*x6t~zü¸ óóTðdéüøú\87´>\8d\1f\ 3â?O\ 5\ f\92_\1d\fäÕEá>?Ë?-Òýqú]¢§\15\18ö\ 2?Ð_ôû-\81>¼?\ 2ÊY\10ÿé\ f\0±hüÇ+\88\ eQ\7f\92ü\97\ 1#·ôò\ 3\90þwäï þrt!Ù\vü¤ý³Y\8f³öïÕE18\7f>«±HüÏ1E\17q}\12\7f\ 6tÿ\8e\1aô\80øÏ\11?×YC#ý5¬\0\1að/Ë_¿ò?K\9cz?HÖ\ 5Ú®¯ß\9fè?±÷\83W\ 5Q{þúúPÿèñß\99\7f\9fc\9aÞó?^ù£Iÿ#m÷ü\8f´ßó?Ò~ÏÿHû=ÿãDÒ¸%¿\87æ\7fô=\fßòOgüÚÞ\7fX$4\99ï{\18BE%zþ\0èa\18\95\0ØS®×\ 2\85\8ajÜÒ{\9eð\9ft\17zG\ 4\86Ö×-@¨\19èËú\0\8a\84ô\10\94\r¬ßg\10h\r¾i\80v}Ù\ 3\rëÓ\83¼Ðë}èÕ\83\19\9d\1f\85\9e/0çÔ³\99\17\98P5À4ÿìû=þ9Ðú\8e\1aô\ 5ñ\8fþ\ 2\13k\1fèh}Ú\a\1fÐýé/0±z íý9^Pë\v¼_\7f\18ý&ñ/\8f`¤üØ\v¼Æ\7f|ýCZ\9f\9e_Ñôï¨\a\7f¼\8f\1cÑ;"à\8a\ 34º?N¯é/\1e\ 1¡óóÀù­"ÿ\92
\ 3Ú/G\1f:Zßß\ 3q¡×§\9d\aM~F}è#þã}èH\7f9^àã=ý\9f\92¦ÿ©\a\9dã-û\9b²vÿ4\82-èþ\1d\11lÑø\7f4í~tÿ\94\7fW¤ÿ\1d\11ìË\7fy\8fCE#¸\rêOýþê\90¾±ü\92\bv/èüõõ\ fm}ÞÅ\8eüO=\82µ\1e\8aYÿ!/È\7f×ý\a\83\12\9cõ\1f¬\v\7fÈ\11ù?ºÿ\90ë\94íYÿ!Gä?:ºð\93¦¿9\8eásÚêÅÿìÖ\7f7\1cñëþÖ&\82îâWêÿ×\12ø\96¾×ÿô\ 5ªNÛméõ±Z!¢ý÷üÇáäãóüÊû)££iá\97õ\1dñw\92Î\8fÇßh}\a\ 6\80ù¯-½\ 3\ 3 IëÓø½¶Ð´ô\bG\8cÅÏEZ\9fã¨-\12ÿðø\19­ïx\ 15ÿµÌ¾\80¢ósÄ\7fK\96¾\7f4ÖðB¯Ç\7fµ\ 5gt~t}¬\7f\1c/ H~\1cñ_Åa\1aÉ\ f\87Ã\87òïx\ 1]¥ûã\15ìðþå\16¼WüÝ~?\80\83\13\8b¿\87òOö¿Bù\ 5÷\87q°b­ÀºÈ\9f\8eaPá¬ýúã\12\7f\9f\13ÇM\91\1f\1e\7fo¢þ`ñ7ä_7\ eÜØ~±ø;"ÿE®`KË.Ù\7fþ\ 2©É\ f\8fß¡üèñ[,Ò÷ó©\88ªýbpøhÿ\1e8|Í~ó\17\7f\8eøÑâïIÿá\8c¿ïÈ\7fZ5ýÍ+Ð5ûAÇ    lÈ~êãT¬\ 2\7f±\17ÀYýc/\80#ýç\1a¢õ=S\ráý90\b\82$ÿtÿ\ 1éOÇþëTÃÑù³
+¤\\87Ë_èåøÉ0\ffõOÎh}O\ 5º*ÿ¤\82º¢HÎÚ¿\´ø\8dɯÍ\11\18É/½ÿ-\89þ\1fÉ\9flPÿËùë¼£ø_÷\9fó®Å\1ftýC\93¿þüêúæ¿<ôß{\f\e\ 2A°hö\97ùÏeAü£ûÏ\ 5ê\ fe*h;GàÌcÜ\99#`X\88ÞøÕæ\b´ôþ9\ 2\17\1c\81\v½{\8eÀh}^?R¤ó\eÍ\11héu\f7\e§è?\7f\e\bYò³\82æÁ@ï\86\ 3¬%`£\ 3ä \98è\ 2<%ðAb\0\9eÀZ\ 1½£\80fG\17Ø\e :\8fÒ\1c¸\96\81ô\ 4Ú\91%\ 6 \ 1¨9`\ 3\ 6¦%ÐË\86öß9 ´\ 49\14°\7f\1dÃÆ \18F÷7,\0\19(P\9a\0H\1aÿÑ\12ä
+Áp¡×A43â_ÇýÕ\12öÑýñA\ 2»È\7fï!\10F÷Ç\13P\eZ_O X\07\90_N\ f××A$wh\80\84\16\86ªÀO\f\84^\81\83\89¾\1c\ 4\ 1\9e\ 2=\8e[\1a(-È\84#\13J\9e\90\ 3Ô`\8e"úý\96\ 5H\11Þ \B\99 \vÓ»\90|¢"² Ê\í\9aÂH\9a\ 5ç0\96èüõ&Ü\ 45\98\ 3\86±¨\16\80¤\0\v:?ý    øLA}¥0Ûûëø7,Ý<C«\ 1©1Dþ~²ýáÀ¡\î1ð\ eU¸c\12A\92Tðh\92Àeÿò$\82W\rÆ\80\9eç \90\ 2pä@\ 24!r\17Z\ e³\ 2h9¤()`J\9f´\18\8eæ`\12tAõY\88X\ 19rH(\ 6säp
+ráõ\91®¯\1cÒ`ýÞ\0Ôû\7f¸0O\vþ=}<:\ 1¢Ó8a\f\ 3¦qö}Ôõ\a\84ÇC\9e*\9b\ fÄ\82\8e©²Åê8/? O\95=[ùÅ\1fÀSeK@Z\fL\95ev \84ã\9e\1d\b¦\87R\9c²\ 3ÁÞÒÓ\1c\9aA¨h&-½®Ç\8dî²¾¬\87\82½¥§÷h\btÿy\ 1ßïèå)\88Þ\91J¨Ýt£ó§ß_\ eéû9\9aAº·ÿ:\9a\7f:Sr\8b`ÿú[h°ZöÁþy/Ì
+øÏÓ\v\83Öw\84¢¦Ã\ 6òÃ{i6$?z-\81i°Iù54Ì\91üÒõ-\153\90?\96Ë\8f\16\b\91w¹|º~B÷ç¨%JèûõZÈW-ÏP~I*¡ ùÑýðX\90üößÏü \9b\85|¡×Ñ\ 4*\9aIK\8fÐ4I"bCü¯§\92£¥bgåg\87öGG#\80úÃ\83F      õ\97\ 3\8d\12Ù\7f\ f\1ae¹u~6\ fd,ÿ8\15yÎd\ 4ü§£YFÄÿ\9eZ\1aÄ¿\9e^\1aÍ~ò^\1aÍÿá½0\8b¤?ø<\11tÿ\8eï_\91þ×ã°´"þ×ã°dµÈ³ç¿Ãó\ 3\ 1kù_y\94\86þ¡UÔ\18&\1dÈ\ 1\a1\f\r\ 4\17ä\ 1\82@\90\96#\ 4M\ 5Òçü\88DH/§Ë0\ 4é]ÈçÛ\r\88C\13¼\82\b\9e3¯ýTõ\ 4-\19\ 1Á\bÙ\ f '>\1e\9d\15ì¥ø\99\1fȧ\15ï\8e0\1e $\8f¼\bä\87\1c\13\1e~Ô»']ZS´iz\982AE5\1cûQ$\9f\ 4í¸£¦lGvÈ3Ö\ 3ù\81\1eTC5\ e$ßoùÐÁ÷3!z¥B\ 6BDQ\11\ 3Ò"¨&\14÷$\16{PIïQáiI\80Õ´\84¹É¼¯\9a\96ð~2+¯)Y\0½#\8e\8eh}G\1c]ç"^èõ\9a\1eS\82íþõ\9a\1e\8bcÂûɺ,\9fyÎEýÒ?\r½#\9f\19Ì\91h\7f@Ïg\86\15\9d Èg2;\12êh±Ë\ fèväÕ\97\ 1Ù\8e\84\1d]¢Ã\8e\84³³¾\93"\8f\1d\19Ï{\ß¿,³\8cè9\1eä+#Úl¡É\88>Î9?\7fãü×åWþiù|Ø\82\8f\879ØËúP\vÇ÷\93Æ\83P¢ô\94P{\9eZ¾Wg©\9f\92ÒsÓã\ 4\1f¿X[¼\8efÎr\ 1æ AòPA&[ú\ 4Äñ:êýyµ¡\96\18¶ô\11<\8f]¥©®_\9f§.û\aõ\ 1\8c~\ 5ô\11¸å×ï¯û\ fèü¢ÀÈOÙ\b\15"áá\1c\87åÛù     Cb\9e\81F¨ q\ f\96U
+}Z½O\8bÕõ\1f\14\83vÿ½;Ðß\9fÑ?\95QK\7f\0w\86ÐWu|¡\aÏ\83\8c\1e­ß\87\85ôüJBç\aè      ÿÔÒÖ\11ÿôº¸òO­\10ºÈ\8fÀ\7fU\93n\8bñOú¦Å\92¾ÿ­HòCå·\82\\8eä\97~ÿ\1e¤ï§ëï\9aþ ò{$I~{õ[Ï\1fêÏÞ\12²ý[\85¢\7fÿÏû\8bË\8aô·`>\9eû?+\14\95ýÓõ¡þ+²þ\8f\11\9e¿Pâ[÷\9f\16iÿkãÈ\7f·~BöKi\11ªô\19®\ fÊ#È\90©\ÓRËÃ\1dX¿\1d (pÂ\ 2l(¿³\ 2\1c\vü\0¡ÀÌèÑ\ 1F\9d\ 1Ê=\a ®ª\ 3@\18h\85ë\ 3ú«\ 1­ûß \0\vñ\94Ñ#\ 1N\82\ 3Vé¡\ 2E
+\8cì\7fGëG\10\8fa\ 3\14M\ 1\ f\f\10\15 \ 3ò\ f\10 ²ÿ\ 3Þ\9f,?iAüÓ\epÆ?iÑ\14(_ÿ\90Ögç\97\ 2¼\7f\99\7fR\80÷/\eÀ\14áý        (ãuý\88\f\88Âÿõü\122 }\0BÏ?ÝÓ\9f  \e\0Y\7f%¨¿õ\0$aý\r0bÉù\17íü\99ü\9dï\1a·äoEü¯\ap'Jò\9cü<\ 3\88´e)\0£ü·!ýÓ;@T~vM~è÷ï\9bt~ýýÛ³\f
+ ú\\10ý~\9c@\90\ 3\90,êß>\95dô \80OAö?2Ö\9fB}®ÑCý\ f
+ÄÙú÷\ 2\98\8c\1dhY\7fç\b\ 3\81Π    }¿ò.^é3\f\0\85÷\b{\92*\12ÿR\8c³\87þ\ 4 \90ïÎÿ¿ýò\87\1f\7f\11>ÂÇ/ÿë\87\87¬=È?Î4dýÇ/ÿpÂ\7fÄãñ£e{üÍo>þá¿ÿéã÷¿ûõO\7füÛOÿüñïÿò\8b\8f?ÿõO¿ù¿¿þé7\1fÿóÿ}üû\7fþü»ßÿþãWÿðë_ýãÇ/>?þów?ý¯\9fþúóÇ?}üöç\9fÿüÏ?þø÷¿ÿýóçßþîo\9f\7füéç\1f\7f\15¶õ¿þú?þø\7f~üóßNºÏßþü\87ßÿãÇ/ÿ÷\ fÿúËÇîþ?\Ts#
+endstream
+endobj
+326 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 798 0 R
+/Name /Im307
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøßPÿ\81\ 1Lð7ð30ð\1f`\83\12Ò\ax\18\18$\1f \10\86\ f$\18\18\f\10 \15\ 6(\84\r\908`\93\0#ä \ 4c\83Ü\ 1 Á\8fL03°7 \11ü\r@¢þ\ 33\ 3Ã\7f\10¡"_7O\15\0Á×&ï
+endstream
+endobj
+327 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 799 0 R
+/Name /Im308
+/Width 12
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿPÿáÿ\83ú\a<,µÝ\ 2\0<.\aE
+endstream
+endobj
+328 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 800 0 R
+/Name /Im309
+/Width 14
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`¨ÿ\ 3\84?\1e\18\1cH8\90Àp\80±\81\99\81\99\81\9d\81\r\bùà\90\85\81O¤n² \0dD\v\ 6
+endstream
+endobj
+329 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 801 0 R
+/Name /Im310
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ÀÿAþ\87ý\9fú\7fõÿþ#\ 1\10ßþ\8fü\ fþ\ fÌ\a\ 4\84j'\8b\ 3\0\eZ
+endstream
+endobj
+330 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 802 0 R
+/Name /Im311
+/Width 11
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`¨\7f\0\84\a\ e6\1cl`f`càcà\ 1B\198ä`à\16¬\9bÀ\ f\0ðÛ\bÜ
+endstream
+endobj
+331 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 803 0 R
+/Name /Im312
+/Width 24
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨±aü÷\8f¹ÿ<;\7f?\1f?\e\1f;\ 32úÿÿ\ 3\10¡   bEõü\1f\80HBªa¦\18\0ò\7f\10}
+endstream
+endobj
+332 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im94 101 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im47 54 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im62 69 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im64 71 0 R /Im55 62 0 R /Im62 69 0 R /Im51 58 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im97 104 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im45 52 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im70 77 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im106 113 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im62 69 0 R /Im53 60 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im281 298 0 R /Im234 247 0 R /Im252 265 0 R /Im236 249 0 R /Im245 258 0 R /Im253 266 0 R /Im238 251 0 R /Im239 252 0 R /Im259 272 0 R /Im240 253 0 R /Im253 266 0 R /Im271 286 0 R /Im245 258 0 R /Im243 256 0 R /Im244 257 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im49 56 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im62 69 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im55 62 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im55 62 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im42 49 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im72 79 0 R /Im58 65 0 R /Im68 75 0 R /Im47 54 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im71 78 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im36 43 0 R /Im96 103 0 R /Im96 103 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im88 95 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im74 81 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im53 60 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im69 76 0 R /Im51 58 0 R /Im75 82 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im72 79 0 R /Im60 67 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im49 56 0 R /Im51 58 0 R /Im72 79 0 R /Im66 73 0 R /Im72 79 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im48 55 0 R /Im64 71 0 R /Im43 50 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im69 76 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im72 79 0 R /Im56 63 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im71 78 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im51 58 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im47 54 0 R /Im47 54 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im68 75 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im72 79 0 R /Im48 55 0 R /Im46 53 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im68 75 0 R /Im44 51 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im56 63 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im51 58 0 R /Im55 62 0 R /Im48 55 0 R /Im62 69 0 R /Im53 60 0 R /Im55 62 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im72 79 0 R /Im281 298 0 R /Im234 247 0 R /Im268 283 0 R /Im236 249 0 R /Im240 253 0 R /Im272 287 0 R /Im269 284 0 R /Im238 251 0 R /Im239 252 0 R /Im245 258 0 R /Im313 334 0 R /Im238 251 0 R /Im239 252 0 R /Im181 190 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im53 60 0 R /Im64 71 0 R /Im49 56 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im51 58 0 R /Im75 82 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im72 79 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im167 176 0 R /Im249 262 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im55 62 0 R /Im62 69 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im48 55 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im64 71 0 R /Im46 53 0 R /Im51 58 0 R /Im53 60 0 R /Im55 62 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im102 109 0 R /Im314 335 0 R /Im55 62 0 R /Im51 58 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im72 79 0 R /Im250 263 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im171 180 0 R /Im106 113 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im110 117 0 R /Im314 335 0 R /Im55 62 0 R /Im51 58 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im62 69 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im168 177 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im45 52 0 R /Im67 74 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im70 77 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im45 52 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im45 52 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im42 49 0 R /Im66 73 0 R /Im54 61 0 R /Im46 53 0 R /Im44 51 0 R /Im68 75 0 R /Im55 62 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im62 69 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im71 78 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im54 61 0 R /Im46 53 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im55 62 0 R /Im62 69 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im70 77 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im63 70 0 R /Im46 53 0 R /Im76 83 0 R /Im72 79 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im104 111 0 R /Im109 116 0 R /Im44 51 0 R /Im62 69 0 R /Im99 106 0 R /Im113 120 0 R /Im170 179 0 R /Im171 180 0 R /Im109 116 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im315 336 0 R /Im72 79 0 R /Im281 298 0 R /Im234 247 0 R /Im233 246 0 R /Im316 337 0 R /Im317 338 0 R /Im271 286 0 R /Im238 251 0 R /Im241 254 0 R /Im245 258 0 R /Im253 266 0 R /Im238 251 0 R /Im243 256 0 R /Im259 272 0 R /Im240 253 0 R /Im269 284 0 R /Im50 57 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im70 77 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im106 113 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im56 63 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im110 117 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im99 106 0 R /Im104 111 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im49 56 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im105 112 0 R /Im44 51 0 R /Im62 69 0 R /Im102 109 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im103 110 0 R /Im104 111 0 R /Im71 78 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im99 106 0 R /Im101 108 0 R /Im109 116 0 R /Im49 56 0 R /Im101 108 0 R /Im171 180 0 R /Im109 116 0 R /Im49 56 0 R /Im170 179 0 R /Im110 117 0 R /Im101 108 0 R /Im109 116 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im99 106 0 R /Im113 120 0 R /Im170 179 0 R /Im171 180 0 R /Im109 116 0 R /Im49 56 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im53 60 0 R /Im62 69 0 R /Im69 76 0 R /Im99 106 0 R /Im99 106 0 R /Im49 56 0 R /Im113 120 0 R /Im104 111 0 R /Im104 111 0 R /Im62 69 0 R /Im70 77 0 R /Im43 50 0 R /Im51 58 0 R /Im45 52 0 R /Im63 70 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im72 79 0 R /Im114 121 0 R /Im54 61 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im318 339 0 R /Im319 340 0 R /Im320 341 0 R /Im321 342 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im62 69 0 R /Im67 74 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im66 73 0 R /Im66 73 0 R /Im45 52 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im68 75 0 R /Im66 73 0 R /Im48 55 0 R /Im53 60 0 R /Im64 71 0 R /Im99 106 0 R /Im105 112 0 R /Im113 120 0 R /Im113 120 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im72 79 0 R /Im117 124 0 R /Im322 343 0 R /Im296 313 0 R /Im137 144 0 R /Im128 135 0 R /Im125 132 0 R /Im121 128 0 R /Im126 133 0 R /Im121 128 0 R /Im128 135 0 R /Im120 127 0 R /Im125 132 0 R /Im121 128 0 R /Im125 132 0 R /Im123 130 0 R /Im323 344 0 R /Im133 140 0 R /Im138 145 0 R /Im156 163 0 R /Im126 133 0 R /Im128 135 0 R /Im148 155 0 R /Im150 157 0 R /Im149 156 0 R /Im298 315 0 R /Im137 144 0 R /Im128 135 0 R /Im125 132 0 R /Im121 128 0 R /Im126 133 0 R /Im121 128 0 R /Im128 135 0 R /Im120 127 0 R /Im125 132 0 R /Im143 150 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 333 0 R
+>>
+endobj
+333 0 obj
+<<
+/Length 804 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}É®,Irݾ¾â-É\ 5o\85O1p)P\rh#\90`-{#u\17Õ-õÄî\12\1aú{eÜ4Ëw#â\9côc\1e\9b\87ÂEYº\87¹M~Ü\86ÿüáß¾ýç\ féÛß\7fxü;}´yú6}L\93ÿ»|ÌëômM\1fy®ß\96\9c>\96µ~ûÍ\1f\7føñ¿ýq«ßþåÏ?üÛ\17úú1­Gòú±>þÝ\9c<\7fLÙÉ[:\93·\8fe\86äÛ'Ù\89\1c¬¾N\88<M\r,?ç3}ùHùH?\7f,\8f¿¤\84¶_å¯O ­\7fý|º~.ÒúWö=\ f\ 5ð¯®2ÿJùhÓ\85^ç_Y¥ýç\8f¹\9e÷_\1f\7fIuFû\9fUñIõ¦ü´Uúþü±®\90ÿsAë\17\9d\1e}ÿ\95¾|¬\15î\7fÉ\88\7fM\96ße\16Õ7¯çóß\1e'\92\1eÖãsý´}¬óKÿ.ëÓï_\91ü^¿\9f\9eß6\89òKø·Í\88~Qù\97'Íüm\17ýqú\ 6¾\7f¾ÐÓõEûÃô'çIÒ\1f¦ÿ9£õ¯ú\7f¥·õKFü\97å?\97E:?f?sM¢ý$ü¯Ë½óoH\7f\ 3ç?kòGù?Cù\aö\vÛï¼ û§Ûï¼@û'Ûï¼jþ\9f®¿¡ó\9f/çOåo\83þW¶¿eª¢þ6x~eBþoÝTû]R\93ì7Ý\7f\ fó¯dèÿ\81ÿÀòW
+²_WùcúW
+\92_]ÿJÍ·ìo©ÐÿÉö·4-~dú_\1a´\9fÀþ\92õg$¿züZf$¿ºý-\8bêÿÎòoë¯(þmºü¯Û=ùß`ü}ñ_Tþ·U\92\7fvþõ\11¿Ü±ÿuÒâwf¿ë\84ø§Ûï\9aê-ý©âý\8bî?#ÿ\7fÝ?¥/(þFß?Aù©\15Ùß\19ÄÏX~kÕâ\7f&¿µÁøé¢?\ f.áïohýåBO×\87÷/Ý\7fÔyT\7fL~\96{øA\15í\17\95\1fh¿®÷\1fª?+ú~\14\7f\91ýoZüËÖo\13\8a\7fuým\93\86?0ùiI»?_õï\19?µdò{\8c\9f\80ÿÃþg5óka\1cw?øøWãþ\81\1cY\1f\82Ý\15@®_\1e\ 5lþê;(vã¾ã¸¼\8eݤ,}=ÇþV@\8fb\17|v)Ïâá\11쥠ý\a°\97b±ã\83\8f#±{ªÚñsìm\95Î\8fò¯Õ[Â\9fæ&\9d?Ýÿ2Iû§òãÈyW~\bv»6°¾\1eû¦\r­¯cÏ\ f\8f\1fÛ¾ìw×£ü       çoôiº%¿Ùmoçû)v\905ù¹®oØQIàüæËÝ\9bò¿¨ö\87aWå\96üäºÝ2ÿÙ±ó\8eý§ØÉ\9c\11=À^ÉùÍ\9a÷£ë;v~\_\97¿\ 5­\7fåß5öLéS¥òú\10\84úT\80T_Oo\17\ 6P\ 1Ú4\ 5æàU\95\18ÀÁ³\r)\80~y\9f\90\ 2"\a\84/?%U$\0òãAy\ 4m@\0åÇ\9f\92\11ÿ®\8f\17\14üÉÈ\81\ 6øWÐ÷_ù\97>¯:_éËGÙÁ¿\87\ 1ÚÖ³\ 1®\17\ 3F¿¿Â\0Nç?4@W\ 5f\97ÇÒÐ÷_/\8f\94\7f³\16\80Qðf^Dý!àÓ\82\ 2\80e\92ù\a\ 3\10=\0*+ÚÿUþ(ý\86\1c\90\1e\0\96\ré\9f\1e\0¾À£A\aP\13\fÀdû·\83G\1aÿp\0T³ÛÏ÷\ 1\10¥/M¢çàÏ=ù¯Pÿuù¯í\9eüW¨¿\ 1ð\10ê¯.ÿu¹'ÿuÑä\9f\ 6\10õq\83¸\ 6\10\8f{µÌÁ\rzP9\ 4®8\ 2\90Cà6¡\10J\ f\81[B!¸\1e\ 2·¤\85pL\ 3-ûaÞrG\ 1ßÂ7óÖ\82\0Æ\v¾ÙÅçH®c÷öty"\97¡Ïd×Ç\13½\9eú3Ui}\9eúµJÜ£×ÿTÀúÊõßé·[ì÷Ô­Þ÷ÓýÛÓgoÿ,zNöôpâ\9f\9ezcO\ f=þÓÔ\9f\8a¾\1fEÏdÿ\rÉ\9fþô\91\1aú~ýé0Í\138ÿ«õN\97èõù\97=õk\8f¾\8fô\v\90ßóÓÿ\ 1:\9eÛò\85<¯ úßòyýý/ë3ø?Ñ\17A~\9eëoéÓ÷\9cèÛeÿëG:Éïó/;|\v> \\14à*@ë§J%Ë=8ýÀ5þØq¦Ó/<\ f\86¶ È ý@\99á7\b\ eÈ~ .ð\a.\1e\94yàÔ2bB\ 3\19 g3b;hp\aõ\12\85q.ÎUãâCß $¥Å\8f¡~Ìß\7f`\ 1H
+\91\84\152á* ×\1dØ'¬ð\1c¯Æ|þBê\9f°+S²§\94ý\13Êúý\a.ÚÔKÃ\9eóü6\r\9bEBÛ\13Ë\9aó×\ fÐ\ 3¡Í|é\81\140\15°¼\12   ÛS\86=ã?N\7f,\8dÔÒ\18Oëë¾,[(ud\9fð\foûÏοú\16
+§±@©èø\ 2±À"ñÿúý\9e\86]^ûÿ®\81³\1e\8bµ,ñ\8f®o7¹áõçUZ\9f¥\81¥\ 5ɯ\9e\ 6\96Ö"é\ fCâö4èOg|\90\9f+\12G¿\7fkÒ÷S$xª\88^O£µûSßü\10(ßÒ\98\a±$IC\85ú\8fî2äû±þëiàY³\9f4\r\18êïUþ(\12oHÌ\89\1e¤±ò4dðýr\1a`n\vø~ý)=Ï\rì\1f!Aì)&Ýã¿_ä»úOä×Ê\10úþ\83|¿\95!\9cö\1fH#ÎÒ÷S$=!þ]\91t\9aÆ\99Ö[ú¿¿¤hö\8b¤¡\96I\92?N\8fôWO\ 3,\15Ù\7f\84E\10$¼!û£#á¥mÒúôügôý×ó§i¨\v²?:\96T\16´ÿ@\1añ
+ã'ÁþÙú\86\83\ e¯¿©òO\90ø       ­¯ã\90Õ±¬NüÌÓX\91þèHdÍ0þÐÓ\883\8c\1fô4Ì\82ì\9f\8eEVè\7f\ 3iÌUã\1f}I¨ÈÿéXä\9e\86;æ¿ý%\ 4ú/Ùÿ×YÓ\1fþ\92\83ìOà%o\81ú¯¿\84-êý\97¼ä¬\9aý¦ò·¡û\87~ÿ«\e\92ßH\1a­\1a¿½\7f\87\19µ\7fþ\ eÓã?Û¿\83'\ 6#p÷\8fÅÇ\12ñNä²õôàïH.+ÿ\86V\ f¼CX     Çiy\80a\12ìeòõÓ\90ïð4ÜãúºïHi\91öÏßQ\12:=ý\1dËÒ\0{ÂÃ×ߤõ)ÿ\8aÆ?\8eý¬\83òcßo%¬½ïçØ\ f\94?9öM\86¹\1eé¯w¿^     þéûõw y\ 6ß\1fx\aZ*øþ«í§ç·N`ÿz       ê\8e]+Ö\8bÊï¦é\ fÝ¿e\11öä\8fa\7f\9e\86¼Û\9f\1fOcÞ$ù¥ØUBû\ f¤ÑzìÜ\91\1f\8a½äU²\7ftýR¤õ)vQ ýÕ±Ã\8aôï*\7f\9c\1e®¯c\8fVB\1f??Ç\9e\90ü£\1c\16\96Æ|/zÈ3\92ß«ý§ØÕ\82Ö\ f`W«vþ4\8dßcÏNü@³('M~8ö\85üW$\8b\18ú_9þxa_\83þßKèGý¿\97Ð÷ý\a+\81Ï·âÇR'éü9v\86ü¯\1e?\96¦í\9f\9e_\83þSÇ®\9aæ\7fèú3ô?ºüÌHþ\ 3ò³ ûyõßtÿ+´¿rüPàí+Ð\ 2aÓâw\8eÝÁø=\80Ý¡õ\15ÿkw\7f«bèÅ?\14;ñ<´\8eýfþcÇî4ÿA¾¿TéûY\1eT-Ûóíó\18ÿ\83·ãrÉ\83ÚS/ê#~øLDJåKæDÓ³x\eò?zü]\eä?¨âa%ìèþ ¿=¾°³ÁøsÏbVì'§×âW\8a}Éö\83´@X\91þ\ 5Z lÈÿ\ 6°÷\97ý\18ó\7f\rÚ\ fÝÿíØÛ\1dþ·\ 4ãW\90\86WOû\9f\9eØarù\9b?ÒKÿ®É[=ìn\9a\86ܧ{\8f#¹l=×\15¬®;O¿û\1eÈ#Ø\9dA\87ÇÝëØ×´J_Ïs \93´\7f\9e7\ 5÷¯·ßË\e¢\97ï~¯¼©#½^Bíï6Çï\97mgªU:?N\ f¿_È[³ó·\1cæö¸\83\8dåMeéühÞÔ\8cä/\907e%´=þÓý¯í\9eüm\13\92\1f½\85\82Ç\9e]ùayWåÖúyÒøÇ°ÓlíONôrÞä\9e·¥ñ\9fµ\8fÔ\8c?ÇÞ4þÓ¼\9b\82ì×\15»å%ü\9b¸\7fÂ?Ï\eé¸\1fJïÙß\83îk/á×ì?k?Yoéï^\82¯È\ fo\1f©î\9fa_hÿz\v\99¼jçO±K\18?\ 4ÚßMªÿbØ\e\\1fÔ°\90
+òéywÛýÏHÞj\11í\aǾ´ø\85æ]åEÒ\7fÞ~r\96â/\9ew¦É\ f¥¯Èþ\a°\8f\86ø\17\90¿¦ù\1f^A\8füO\0ûõ·»®ýÁØ\7fYÐ÷_±\7f*¿\8bj?È÷ûÛßè÷Cû¥ç½\96\rñ_\7f\93j¿qÝDµøåh?®u\13\14{H³\18?\93»\7fÖì'§×â\ f\8a½\15tþ(ï\9bä\1dU\14?êyÓµ"û\13À\8eÚèýÇòÆ\1aº~ëö¯Bý\ fä\9d-èü#ygÛ-ý­+\8aÿô¼§
\8bÀ÷o\9aþò¼µ{øC\9bîá\ f-MOìø@\8fJH¯û\7fæ­=;0\1dé·\0ý&Ñwú\a´\87\19¿Ñ? ­cY»Ö?àH\1eî\1fp"\ f÷\ f\87û\aôÖ§Ø\81õ\ fèq¯×?àH\1fï\1f0Ê~ï\1fÐûþ^ÿ\80øþ=oL;?\8aÝYÎó\89^ÇîZ\ 2ë\aFïØ»moÿ\14;\9a¡ü\ 5ÚW®èü\ 3í+Ñú\ 1ù['Iþøè\97zËx¥\rÉO oÔj¦Fõ'OHþuûµcwwì×\8eÝݱ_{ûÌ;öko\9fyGÿs\9e¥ï§û/Pþô\9a¹\82ö¯ç\8dæ\9aÑ÷ëywµIö\87½{çö\8c]Nû\a5[gìÅä§!ÿµê5·3:?½flÇî®ôz÷½¼ û«çm9vwÚ¿~~Ðþ\ 4°ûM³ÿ\f;Û»g>Ï¿¾ÅÎ(ö3iúÇk6¡ýÓ±\9f\84Ö×ï\8e;v§Øoº~Öô\8fæ­\95{þ«Àø'\90·Vïù¯Òîù/\1f\1d3ê¿\8a½\1d\8cú¯2£ø-\90·6\8fú¯ïyo\9aü\91ýãø)\80ý¡ý\a°?Ù~1ìO»\7fм©       Ý\7f\94î\97\86]YÏ\88\9eÿ¾î\7fû\98÷õSû(ÓY\7f\17}tEÒü\ fÅ~¬fýÄ?¹{ó^óªÝ?XÍ+ºý\a°\9f\8aüw`tM\83ö[îùâ£_öó{\97»ÀG· ø-P39£û§^·â£_zûgþ¿.\8bäÿ)ÿW\bß\ 4F¿ ý\vt/µ\9e3'zyô\8fç½õâG\9e·\86ì\ fÊ[Ãñ\7fÃ÷\1fytë\8eý)ôoF¿|\92[ë¡(tïØß\81\\7fyßf@®7~M\13Úýõá\8c\16íYâÚiû:ø\95Ðú\ 1ðÑ\92®Oô:øåΣCÏ\e\96\15éû)ø\95Ñù\ 5\1a¶yð{<?¹hd\aÿ>\95ÿøýúþ+â\7f ñË\1a¦\9cÖ×å·!ùÓ\e\17{òÞù÷\8aN{ßÏç>Cù×Á7k==Ì?3z=þñĹ$}?s\1e   Ú¯«óàs\97áþõÄ¥¤ÙO
+^d$?\ 1ð"kæ¿7w¹§¿\14¼´¢¯\9eýå\rË ýÓÁǦé\1f/\1a\1f\9dË ýò¹É.ÿÓPâî>7YÑ_Þð,\8bòÏÀ3M\7f)ø¹=\9b\1f\9fô÷²\7fÔ2vËÏĵýáµ=.ñß\8b~f}tF\82ú§\83\ f       ÉO\0|ÈÐ\7f\ 5À/Mÿ9øåú?}¹|¤$w-(\ 5:P\1d=\14\ 3\0>8y»e@|vÌh\0·W}*\ 1\1cË|*¯\0bz\9bùD3/g»=\1eè\11zLЧ\ 5
\18<L¾\7fÑ\ 2x\9e¹¦\19\10\8e¾i\ 6\90\ f\ 2(>xy¾å\0½ê´'¿\14}ðÛsÇ\81PôH¼\01\aZ\13:ÿ@ÕlÖô¿×ñ­\7f\81#è]\81\ 1\80Þ1¯&IþxÇ·{\ e¤â\v\90üz__\ 1Ð4Ö1\10\ 6@\81\8e\81\80èU£\v
+ #\83\9bQ\0\1fè\18¸j\ 10Gï\90ü\a:\ 6®÷ü_µ\8eïý\v,ɼ\9b´\v8C¿\1a\ 4\80ô×û\96\10\80¡û\1fï8\17\ f \8eèÝ<ÝBï\ eäºõÛ2 ¿\1e\1e»=ûåù¸y½êͺ\95övÏéW\89¾\9byw¤¿|>­ZÌ\88^¿ü{Ƕ\13½|ùO\ 5\9d~`r\8dU\8dÅ¥Çé-óì(>\97õ)ÿlnÛ0ÿ¬ãÁi}}Ú\82uLjí}Õ\0\a¿à÷ë\93\8b<óíÈ\7f½ê×:.õøÏ3ç\92$\7f<sn\13×gU§÷ôß;¶õè)x\ 1õ?\0ÞÙàöÞùóªOÄ\7fýñ \17d\7f\ 3s{\1d|;Òë\1dǪ¦\7ftý6!z}nqkÒ÷SðÑïÞGz¹cH\9e¡ýÖå\7fÖü\17ÍüZòóîÞzU\93,sN]\9f\80oky®\7fôÿòËý>·Úíïû\97o\ 6þei}\9e9×$þÑn÷\13ÒßÀ´\83      Ê_ s\ eÉ\7f\0ûÊHÿ\ 3ØWFö7\909X\90ý\r|\7fÑì?Ç\ eµè\99vükªþ\13ì©Aÿ­Ï\r\9faüªÏ\r÷Ì·ãþõi\e\9eù6èÿÊ\82ø\1fÈ\1côÇ\87\8eýæØ\1fÒ\9f\0x¿iúC«\867¤ÿ×ÇÏnæ\çü8=Z\1fé?\9f{}Ç\7f{ÕìèùïØß\9dó¯\19Þ\9ft줠ù\vd>UD\1f©ºÕü7¯\9aE÷?ýú_\eâ\9f~ÿ÷i\ f£ö»Î\9aýçs·áýKÇN=snðþãU·ýï'ò»©ö\97è¯UÝöâ\7fFß&¸¾Üu«yòÄ ÿß3÷îà\17{Ç9åühË8Ãîlh\9a\ e\1d\evg·§#9¸ýcîûá\1fÉeæû»Ó\91\öýi\82ËëU\87\8eÛ\1eè\ 3\93&ýÝ©\96\ 3K|3ßs\_ïÖ\9fÑé\ 5¦6\17«Ú:Ð_ï.å3G\9dË^þÚl1é¾ßÚ\1d\1eéuÓ·Ù«Õ\81\ï×`íÎNärÖÛ¶\ 1ò@Ò\9fM©<-¯O\9aH\13 ×§¬½dï@\1fH\9aÍèðPÜH*n=nÉï;\8dòn\89+Xÿj;(îê9\eÇõõ\8aã\86ø\1f¨xo\15í_\9eò飮Oô Ó.í³$\7f|R â¿\9eqþJúìÐÓó[Ôóc\93F\8aÄ?\8e\9bkßßM\1a\1dµ\1f^1Þ9?Þ­\11ñ_Ï\19É\13Òÿ@Ò¤ßû:Æ\9fâv\8e;å^§q\96tZ%þÓýgxþ\ 1Ü\1c­\1fÀÍ\vâ_àü<iµs~¼b|\96øǧôjÞ»\8b\9b\8fÊ\9fW\\8d\9eß\82ô7\90´kSF{þ\8bò\7fÍ\83ü·ýoÈÿ\aäo\83ú¯¿Ûø»]7þ!¸\17´?\81¤Õ¤É\1fM:M¾þà¤\90\8cä'Pq\9d¡ÿ×+®\v´ÿ\81n\8f\9aýâëÃøMÇM+\92ÿ\0nê9k\83ú_\1a²\7f\81)Ë3\94?}Êò\8cì\87\9e\93RFã\97² ë\93þn¸W\9c\7fÞ=\ fús}÷â¸;:¿\80ü\8aö\8fw\9b\eé6       õWï6é¸S'þ¥¸oFç\1fÀ}ó*ÆO$gÓsV;ö\93â\868~Ñq_\7fwëÆßøþ[\eâ\9f^4V\9b¦?|ÒÊtËÿú¤\96Qû³w\9b¼c\7f*\8c\7ftûS\17\r\7fáÝ&ÑùǺM\8eùo\9fR¬Å\8f´b\¼\7f1ûõÊYíÚ/\86{kúO\81gs\7fÖ¸'
+Þù«é\91\>=\9br|"\97+Î<ö=\90+\9dn}J±a?ÓÒ±}¬`»H_O±3/ø:ÒëÝ
+3Z_ÏyK~wîð\8fb\1fU;>\8a]Vx~zÁ´u\1aîK\1fëö¨ñ\8fc\7f\88\7fèÍ\8c\15|kÚCågÞîÉÏ\82Ö\ f|ÿ\9aÑùëاÛþãùë\93blÂý¨þç)KúO»ýMèü\ 3ÝþR\12ùO°\ 3/\18ïÈ\ fÅn<çëH¯\17\f\13è\16\99\91ü\ 6&m\14M~\98ýyao\1dûñ7d\7f\ 2\93J¼Þªc?yÎì&é\1fž¼ÛlÇ~ð)Áù\96ÿxag]ùaÝ\1aáù\aº5¢õ#\ 5çV/{ ×ºm>s>+Z_¿;'Í\7fð)ÃÐ\7fȱkÉ\9aýå9\9b\1aÿÙ\94ÀòÒÿ\1c\9c\12èØ\13\8c_äà·Ô{Ño©P\7feÿW\1aÒ_Ýÿù\94à\9eÿãØÓ$\9d\1fÅÎ\96\ 6¾ÿúvN÷¿\16qÿ,ç\13Ùï\0ö»¡ý\a°ßMÓ?zw\9e\90þ\ 4r&'xÿ\bL    Fç\1fÈ\99L(þ\ fä\9cfè¿tìɱ³ÁûS-ªý#ü«0~Ö'eTxÿл\15Ú¤¦>ÿY½ø2h?\1dû\82ñ\8f>éeFç\17\99Ô¢Å\1f|R\vÔ\9fÀ¤\16ÍÿQìÏûUtì'\9f´\82ô/ ?\e¼ÿÈo7mBñ\9b~ÿm        Éo$g\14­¯ß¿¬ÝHÝæ!ñ³9£'r\19ùµf#Gr\1døµI+Gò@Þ\8cMZ9ÑëõÖvw>Òë9\8bÉjõOëëÍ\16\7f`RLFëë\9dB}ÒJ\9fÿ\ 4;)E\92\1e\8aÝ\98ï9ÑëØ\8då\9d\9cÎOÏ[³w\9bÞ÷sú&Ò³¼?$\7fzÂv²wã\13½¾¾½\e÷Öçy\83\9bÄÿÞ¤\97\9eþpì®Hësìp\93ä\8fOY\86ò/`\1fN¯Ù\1f\9e·\aõ_À~¿çÝ)òCëUÓ³Þ¶>ø0R¯\9a\13\92\1f½^5Cû\15È\9b*H~\ 2y\7f\ 5\9dßU~yÞ\1dÜ¿>©§Ýó\1fù¦ýÉ¢ýáyw÷üo\16í\aÕ\1f\9bt0ê\7f²½<\8eÚ¿lõ\9a½ýÓIA\96÷{¢×{½MÈÿ\ 5òf&ôý\11ì\ f}\7f ï+iö\9f7»Ôô\97çíU)þ¡yW\ 5\9e¿\1c\7fx½z\8f\9eöj,\1e?\95¡~3\8e=öùÏêÕ\91ýÒ±óÒÐú\91)ÍPþäNÿeFë_ý\17ïU õO×ßå\9eÿØóî\14ýåôU¼|²^\99Èÿ\aúElPþA¯QüvRlRÕéü®ý:\1en\ 27\8b4ð`\a1¾wëÝÂÍ&{\ 1L¯à|ô\ 2\v \ 1\8f\8av\ 1çÍ.×[\ eÄ\vÖ{ßOÁÓ\8a.púãQ\95\r\10\ 3\1fá\ 58\0>.·Ð\9f\8bâÀ(ÿ\16t\81Ô\1f\7fêêôeèñÇ\13ïú\ 6\84\8dzY¤\0\8a7{Dß\7fÅ¿è\98è\84äW\99VaàeÒô\87\16Ý\1a|·F{õ\1a¹Iß\1am\95zhöx$×\85÷\85þu\96§Ý
+mÎà\89^G\1f-sæÄ==sÉæô\9c¾_\8e>^èá\81^\8f><ó®·>E\8f¬j÷D¯\8fª)\88ÿ\81Q5\15}\7f óΪ~{çGÑ\eëÔÞÓ\1e\86\9eìèágô±¾ïtÎÑ»\9bü÷èµÃ?*\7f\vÒ_}ÎU²NýýóªÛ\82ø¯£·+Ò¿@·KGÿ\8eû\97\9d\90ù\8cÌYÖÎ\9fg\ e¶[üóÌÃ\1e=E/üõä(?rÕIÎ\9aýíeþ\9dì¿<**\97&\9d?ÏÜCöK\ f^¼Ûå\89^\b\9e|T\fâ?Ê<d\99\83«èþ     ú6#ýÕ»ýä\ 5E/úËw^\90ý\vd¾®\9aÿáè#â\7f j{Eò\e¨Ú\86ñW`N5´_×ø©\8b>vöÏ«~¡ý\96»\ 6ø¨\9cÝÿ\8eÌéôn\95ÃûÏèü\ 3Ýú
+Z_×ßâ¯\1f\83úëU»=ù¥\99\83\15é¿\9e¹´w»\ 4öWïö\bíW\0½\16ã/º\7f\18\7f\ 5Ðkhÿ\ 2è\97Íi=ù_=sx\85ñ3\90\7f\929¹¹þ\ e\98\90ý
+Lê\98\7fSð)Ý\8b¿kÒâo¾¾jÿ   ÿ²Æ?\9ay\ 5ï\8fèõ\8au«\n¡\ fµªö\8bðß*'Fï\9fÞmrøüf\18¿èàå\fã7\1d¼\´û/ï6     í¯\ e^®Úý\9f\9e¿\15nöì?åß\86â\a\1d¼l¯ûSÏ~±Ì?õþBÀÇ4Kñ?{|pðÏ
+øØÛC\ fü;\90ë¹W[\ 6«ë\97G\7fù>\92Ë\99/Þ-òôñzæ\94u¬:Ñ˱\9fOz9í_\8eýRBëë±_rÛß9=\8e\1d.èûåØï\85\1d\1e×\ fTý&t~²íO\15Io ó²AåÑ3çlJc\8fÿT~üåº#?\94ÿ3\94\1f\9dÿ6©aX~üîÛ\91\1f\8aÝ®hý\0öî¶\7fpýìo\ f\83ëïØ\e\90_\90yĪvµõ)öeU/=ù¡Ø\87co\1dýáôèü\ 2\1dÓ
\9fºóÚ;æ)ö\83\8fyFò\e¨\1anõÞú\ré/\8a½qæOö»ç<\a;\ 6\19ýâò3\ fuìÉ8øÐõÏ3ïºòÏ°+¤?:vå\1dïFí\7f\8eÁ£ö¿LHþtìºXÇà^üÃéW\89\9efþÀø#0%×:Þõý?î ýÐ3·
+\_®z/\15Å?WûE±\9bº>±\9b\ 3ý\15»yx\99\8cÖ·\8e\1aÿ=É\1fJy]\7fËçõ÷¿¬¶ü\91¾\0û\81×ßàúWù]?Ò\89\7fÏ¿¤\94Ñ\ f\14!\0\7f\9a´ýñ\1cü@½¼>]\aµ¯\9f\95àÉf­\9d~àz\ 4×\v\90ý\805M<ó\0tÍ>Û0û\ 4\97Á\13\ f\84ôwû\ 1\e\97\ 1ð\ 2\84¹~\89bOL\14 <ÛAC\9fP\92\90Áj?`Õ\9bã<°q½]\1e0\14Ôëï¦ô%\ 30]5\89¦à\98#·Ç\10îÈÉ=ØâÈ#¹Þù}òíç!?\94¬zûD\ f2øYçú\ 2è¯oÀ¼ûÕ\ 6ö\1fÈ\ 1±î1'þ\ 5¦.¬\12ÿi\ eB©èøõÎçÖ}bÏd}\17ÇÑ\1c\94ú\9cXw¤¿æ Ð{dEâ\e¸G6Ä¿ÀÔ\8e\19É\8f\1e\a{\ 5[\8f\7f¼{Õ*ÊÏÙ\ fú=\16í\7fÕ''\98ù8í_¿GÛà\8bÞþù=v\ 2û\8ft\8eGò¯cà\19Û\1f}b«U_÷Ï\8få\90dIþø=\18­¯Ü£ý\1e\9b\91þ\b\15X~\8f\e¸GWä\7f\94ε~\8f\85þGÏ¡±ÎË£öÛ»Oõü\ fÏ!Aû\ fL\f^Ôý\13ù[\91þ\ 5*àü\råx~z\ 5\1c´\1f\91{lº\15þ\14ë\9cÜó¿¼\ 2\fÙ_½\ 2wï^¥ð\8fO,­·â\97\92UÿCøç\15ü\1dþñîSYÜ?¹ÇWdÿô7Ü\ 2õ?À¿y\12ý\1fÁAfhÿôî]³\16¿ö&\96öè)\ e±"ÿ\15\98x»jòGé7Íþ]s\90½\0\vÙ\8f\94\84ö\8b\9e\ 4¢\ 5\0|ä(tÀúÈQ\18\80\ 4\1eÁ³f\80iërO";ÒËíok¹'\80¯
+®A\ 1ô\91£q\ 5ö$\ eÍ\80ôZ¯÷\ 2`z~Ø\80èI8\8b\1a\0ð
+.-\80d\15\\93x\ 1!ß¿\8e:\0OâÐ\ 2`Þ~
+] ô$®6!\a\12iÝ®]\80\18ÿ\1a´_z\0Ö`\0\84ZXàö\97í\ 5ÀÔ`ûËCûªb\13Ô¢æÏÚW\9dÈ£í«\8eäáöUGòxûª\13½\1c|$kßrúz=\89Å
+0NôúØAó]'ö\ 5F\9eféû)xT\10}\0¼,ðü\ 2\ 5h«$¼´uºµ\9f:Ñë­Ó\eZ?PÀfíWzßßkßtâ¿ÜºÙ\vÀNô:øêàWG}{àW_ÿÞ\83_§óÓÇ\9eM\9b$¿´\80\aê/z@z\ f^õÎ\9fî?#ùCúGÀ\97R\81ýR
+\98\1c|ºg?\1d¼\1aµ\9f^@Õ³\9f<\89CÕ?\ 2\9eÍ\ 5ñ_\aÏf$\7f\ 1þ-èüôËo^4ûÉ\v  ý\14b'§wýo\9d±¡\füJRôÁÇ.ÎbðC.Ï\13
+\9e\ 2àÏ4KúG\93\10\92=\1e\1dí¯<2Ü[·\1fé\ 33ÃK\1e\9eűJ\ 2L+Xª\v`ëÌî \15D\15\19\80@ÿ\9e¦FÏïû'\8d\ 6`^Á4êÀ¼\82©çÀ8ú\85\fX\ 4ýB\ 2¨·ß)0\0Ñûç\15»¼öä\8fÎM|\18\90§\ 2¶·¯·¼w;:¿\0x3Áï×Á\9bt/\0«Y\rÀXïõzKþ+\f`ô,´Z ÿ\ 2s\vÕý³¹\85Hþ#s\vÑ\ 5PAo\1düB\17\83I\85\17\90\0ÿ ý\bÌ­|Ù\8f÷ö\9fÊÏ\86\ 2Ø@ïwËBí}?ÕÿM³\9fÌ~íàÕ\9d\0ÚÁ§Ñ\0ºY\a\9dÑ\v¼\83OËû±\8b´\80ʸ\7f$\97­ß\86VG\83gHê\90ß>\8fô\81\12¦\82¶¯·\8f±öI=îñöI\93ôý\1c}\82ì×Sß,\ 3ôD¯\97\10ÙËK\z|ý\rì_\7fzNEý~ÖþHã?\8bþ÷öI\9fÁÇ\81þ\1aý?¹\ 5äÏ\ 6\1f\9eèå
+@/\81:ÑëèÏ\8cä7 \7f\1e¼\8eê\9f\8eþqômAëËí/¼yú\1e\84ÇÚ_ì\13/ê³ÿÑR\9f\10\ 6û\81\9eþ\8c\aöþGOú¯\1f°\81è£@\ 1ÊS1\ 5._So' \ 1ì\a\ 3\80\85ä\aR\85?\0d\88ðpï\80~åáôÊ\18\8c\15B\9c¤HÇ`\8aæ\ 3)\ 6bM\90F­h®êú\f\ 3DV8\80a5è\ 5À\15\8c´°oÈ
\19\19\ 4±\1eú;\88÷©ÆëGyI@¾^â8\8a·J\1c '¸\14ñ\ 4Y\e¦\15Ñë\ 3 W\18\87È)äyCû×Sà½\14ëä\87Ã¥X=?NQ¸¤ù1Ú\ 4Ü\83àA?ä\ 3\18GýPñW\84A?ä)lq?dô\ 5ùÁÀþ+ôãz
+VCqT\0\84j÷®\11eÖî\11\19\9e¿\9c\ 2ì\ 3\14ã\1eÀSÈ\92d\819\88§ñ\8f\9eߦÅñôû·Mú~Ú\83xBû×õ¿&-\ eå \½åA÷6BÊùñ\1eæ\9aþr\10\ré\9f\9e\85P\8b\16\12\12oC´Û¯w%$¼\87¹f\7f9\b\97oÝcv\10O\91\1f*¿3\8a ôV,{     ¹"?\14D[\90ü\ 6ÚXy\16BÇþSþ­\9aÿ¥ò³n\92üp\10\11Æ_à\11\ 6_bö\f²ç\15äx\89\11úÀ­\9f,ÙQ<ÿ\81G0d?P\92\9cÄï\ e`No\ 5\88)\80e\10\9eÈe\1cÉß`\ eäú\f0k$r"×Q\18\7fÃíì\9e¢Xþ\86{\_ö¾{\13s@\1fh\82Þ¤ý÷F\18\9eÖ×Q\10÷\1eÇõõ\1c®\82¤'\90ÃåÑã\91^Ï᪪ô\92ókðüõó³\ 2\88aù³üå¾ü\11\14Óò\97{úÃ髤¾ôü\96M:?Ê\7f\e!Øã?\95\7f\e\93ÿw\8d\8c®ç§G?Y´?\f\ 5Î\93=A\1f×\17r@\fþð\1cÖ\87\1c}\81?\9a\ 4âmÏ7\9cOçóÐãïÞ«É(újðYY\87ÄÇ\13\88\ 1\1c\ 6W\97\8bWö'\9cÏÃ+Ñ÷W\7fBZÁö\ 3Õ3Éï\ e\9d\rð7\9c\rñOH q\f:[ðò\bâ\870èââóu\ 3:\ 6í=8\8eâ\17À }\ 4®ð\ 3Wøäù\f³\82#H×\f|ÎÃV\0\ f!\ 6MNq\86Z Ç@\9e\91"Z\ 4ï>¤\8c=Ã'+Â=®\1fif\97¥ï§1È\8aÖ\ f¼¤úKr\98\7ff\ 6¬\89È\89>\90Ç\8cèõ\eÈë\19å¨\ 3é¢\ 3ì\ 6\92óôr\ 2C7\10/£ïs\80\r\92EJ\18È$¯ErC\9c\1e\19ò@;5Ç\10:û§\12Ð4GÆ\aÉÂï\ fd2/Òþi&±µ³;­¯gr/\88ÿ\816\10+\92\9f@;Ä\rZ }\10ò¦É/\7f\ 3Y¤ïçeøhÿz%\89\ fr=Ñë\99Ð\19Ñë¹\ 4¥Ü\8b\83JÑâ \8aAW$ÿ\81\ 6ù/W\92\94\86ö\1f\18¤\v#\0½\92¤Ø\1cÃQûíeôýóë¼atì\17O\ 4\9enÙ¿²iò×}ÃèÚo\82Áû\eh7\ 2bôë­kXõDÂAûW­\8au4\82ª¹JòG\13a\vºÈ]\13ay\15½z\ fe\89Ä\9aüS\f\1dÚ\ f½\8d\8bÏA\1d\8d\8cüWà\r`Aò«¿á¿Þ\10:þ£û\86pü~ý\rm\85þC\8e_*\8c\1fô7üú\8a\1fÞWRñ*z$\7fzüÓÒ=ùoé\9eü[7ã\92ÛPø³.\80\\8f~\1cB<\92ë×?+ý?Ò\a\12)';üã×\a@ ´ÿX"ïu}=øIFw¢\97\13°\92§Ðu¾\9f\97¡Ï\92ôð2t´¾ÞÂ$U´~`\ el\9b\10½Þ\ 6À\13\81»òÃ\9e@,x8®¯Cð3:ÿÀ\13\94\97Ñ\8f\9e\9fÃO\9dó£O\18+ä¿þ\ 4µ¢õõ\16\83ÏQùÛ\10ÿ"eô\ 5\9d¿ÞK\7f\1a=?£wøª#\7f´\97¾_^s\1e\82\17"tì\1fï!9ÝÒ\9fl=l{úÃS\90\91ÿ\b\94\81Wä¿\ 2½ø«Æ?^Ưy\7fúýMû~ºÿY\95\7fÖ\ 3\13É¿\1e¼æ\ 5\9d¿\9e\80\96ýòݱ?ô  rµ2ôãþå2ô½\aæuÿ \f\9d×ñk\ 6\90\ f\1c(E\ f\0ñ&\96p}\1d=Ièû¯\aÈÑ»M
+`)z\917I\ 1\ 6\r\18¸}³&\9aH\81®%\0\1c½»§À¥"þ\ 52È=\ 3yP\81\v4`z\0ñBÿ\ 6\ 3 W\ 6s7\0êd0wå\87ì\7fÕ\ 2pz~«f\809z\87ô/ÐDÕ+ \ 6ùÿBÿ\ 6ùï=4G\ 3¸\9a þÉöûÕ\ 6`ôû3\f`õï/êù\11ô´jö\9bfàVÍ\7fÐý7\18@êûoÚ\ 5´×\83\ 2\v îÃôB\1f\8fç§gà/Ú\ 5\98ò\7fUùÿ~\10k?\0%û·Aò½ýÓ&¾\e¿\ 2iH{\1f\82;\bT\9b`\0!7ñÝ3 µ\e0é£\904\ 4\83        \80û\9f\94ÞÚ\ f\ 6\809ø|$\97»Èl\ 5¬®[O¿ý§Á\ 4Z?û4\98@ëÎ'õ\12h ú\98\16D/O!N^>wä¾ÜAûÕ\ 4³óýtÿe\93\84\87£\87\r\9d\9f\1c\13d®üÓ\9fn\93÷°ê\9e?K^\9b¤ýSþ¹ñ\1fT¾W\e\80\8eöu\9bhvå\87ìß\9f\9e;òË\9e~^M4§õíÓ\ f\12Ø?*¿a\13d\16t~:úämHÂæë;ú\aø¯\97/gÄÿ@êY\9e%ùï¢w\1dþÑï/È~\aÐÓ
+í§\8e\9eúÓóCþFzð½\9ap\8eÊÏ\8c\9c\81Á¬Ù/\8aþ-Èý\ 6\9aÈz\ 1DÇþÐý¯\9aüÑ N\eÒ\7fåõÒz0:xÖ=\7f\ 2~L(úAà\a¹|O\9aÿdå\7f/ðì¸\7f\1d\1ex\83úûjÂÙÑ_fÿwðM³ÿ\1c<Sì\1fï¡©Ù/vùØSç®ô\81ËGij\0JÐGl\80tôuF\ 6 \90»9#\ 6\ 4ú\1f@\ 3t5\80\14ý]5\ 3ÀÑ/äÀ\15\ 5tzdÀ\ 2·÷       9\0ä\80ñ\ 4\85ê}Ô\1e\97Èw\13\14èí_4@|\82ͽ\0¾¦{\ 1¼O°\19Õ\1f\9f`ÓÛ?E\7fn\ 6@U\f\80hîT­\92\ 1å\13\ 50\80Þ4Í\81sô-¡\0NÏÝ\9c\91\ 3\7f\1eº@ë\17\88ºh\ 1 o\ 2\7fpà)É3èê\8a\fðõ\ 6Áá7Í\ 1ð\11\ 3+-°\9e\7fi\93½¿\1eè¯ï¯ûÈyÜGói@÷"\88ïå?\9b\9b\93¿\1f%OÓg,\80<Òëè½Wà\9fèeÿ³Wà_÷¯û\1f\9fÂÒûþ^\1fËÓþõê3ë¿\12_ßé+â\9fÜÁÎ\ 1¬áý[ÿ\96¾ü0\0k\ 5û×G(ú\14\97Þþ©üÎY\94_V}\89Ö×Gø¥E\93?Z\84lñß\91>R\84¼j\1fÀóÏ
+\12@\19ýO\9bv\80<\7fmF\ 6 0\ 6\ 61\10\15ï\10\ 4*i\ 2ÌóϪ´\7f\8e !\ 3\1c@Ð,\7föH\1fÈ_ªH\81ôäûl\bøéüu\ 4Í\8a7OëË\ 1dnÎÿy(\80ô12£\ 6ÈóÇF\rP^\90üDf ÃóÓ\11Ü\15í_O¿ßÓ¿\0}`\fK\91ä\97\ 2\0\13r\80\ 1\0"¡ý\a\8a\ fm\8cÛ¨ýòâ˸ý2\ 4­¸þÍCù³¥Â\0Lo`h\bv/\80¡\bVCö;2\ 5\ 6éO ý°Aý\95óg½\ 1å¨ýw\0ª§¿\94ÿ\vôß:ÿa\0\12@PW¤?\ 1\0mÓÎ\8f¦¿m÷ìo\9d4ûËG\18\83\ 3Pèü\ 3#ts\12/`äþ\9dïÉ_-\9aüQ\0¡,·ìW\85\17\98À\b]{\81\1fÕ\1f\9f"3j¿\1c\80\1aµ_uÖô\97òo¾\17¿VK?\1dÕ\7f\9fB3z\7fاÐhòÏ\8aWÑþ\ 3Å«\e\8a\7f\ 3\rháýI\a\10Ú4ª\7f^<\8aî\1f×ïg/xû\14\1a\8f¿ß½àÑ\16df¾\96÷Ég4ùËV_Þ'\8f2éµç×#¹^¹m\1dÌNä2öéChN»×\87 Xæ^\8fyôîn¯¯'zÙö$K=>Ñ\aÚWjì§Ù7ÙÀ\97%\ fÝýöÚSåû{í/Oôáö\97§ï×Á'ËþêÑ·\8fFjG7°ÿU¾{xíèÎÿ÷¾\9b\81gIÚ?o\7f9#þëµ»\96\93_\9e}V\91þêçgo\17ýó#ú³!ý\vÔÞM\9aþÓì%k\r¢¿ø\1eÖø#'$¿×Æ\1f\14{ÊÈ~\ 6²\97ò=ý\7faw\83ú\9f\1d¼ï\9c?ÇÞ\90ü\ 5F\0WÍ~Òïo\90ÿzé \83ÿ]þ³ÚÍYò¿¼ñY\96øÇÀ{§;Ò\aÀû¼Þ3\80\f ï|6Ý2@yC\f\b\þ'ôý\8a\ 1rzM\80(xcéï'z½ö\10\ 6@\81ÚÃ\8c\148P{\98µ\0\82\8f\80n\92\ 1çÓgP\0¡÷oÞGH\ 3\a 7Ï(b\0E¿¿Áó×G\10·gÿçc\0t\9d^E³¯fôý××oÊÿY\vÀ)ÿa\0vå?\9d\81¾ø÷¿/>§à7\ e @ñ\rÙ¿%\8fôí\1fË\9e\7f½>Òì½\r­\8f\ 2@Üûµ¾.põý\f¾kïWû\ 1x\83\veøE\f\81(üR\90\aQòï\9eNu\1f\ 2½7¯=Òë-¨½zóÄÁ\ 4Lèõ\a>7`å\9b'\ e*õÇþ\ 3\88\83 \ 55=Ã\19     !8C
+¡¾Â\98±\16*/\b®{\86\ 4B]ë-/RWÕ\8a±AÎÈ\8a\ 6 Ô\rFQ:\84ºiü£\83\9c'\18\ 5\ 4
+(\91\b£\1c¢rY¿}Bx~\rû
+\ 1\96k\ e\1fÍ\81K\9bä\ 6®8Äa\ 4N¶§\80'ù#6¾®¿åóú\9fS\10ÖçòGú\ 2î\11\r®_À=v>)àú\91æïU\94Ç\1f(é"AóG=ýÀS§½\89Ûù\a.HÞÃÔ\DøÙÅÍnâ¥~¹Éå«\11ºF"¶\832C\1e\80»ì9\8dÑ~ "\1eä*LâZ?õò\ 5\86\9d~à*\85Ó%\9a°-4x\8eÊ0*û\81\19\95     ×cð\1fX!\13\84\80Þë!\ebB\13z\11Û\ e°.UáJ²~¦è§\15\1eÃ5&c\93­}\ 3ÓWz4Ñ\84\0úv£;\90ëÝ<¬\9cáH\1eH\87\9c&@\1fHç´a\0§õõtNÏféì\9f#úÚ÷SDÛê©Nô:¢\9dÑú\81\81XV\8epZ_®§ò\89$§õ\ 3\8b´\7f\9a\ eíé°Çýë\ 3ÉZ\91ä\87"Ò3:¿\0"=#ù\v Ò\v:¿@7È\15é_àEjÕä\87\9e\9f[¿\8eùá\88|\91¾\9f¿\b¨ü'\88¨5CëÉ?\ 34özðÏPêñ;ï\0\r\9a\r\9b ýÓ³aýEp\90\7f9«üÃ/b\19Ú\1fýE,W׿:ô"\96«f?) Ü\10ÿô\17±lÍÐzúC³A=\9bnÐþø8÷Qû³×\83ß±?û(\93;þ3¯\90\7fr9MÞPô\14\18%³Í\92ÿèfã\1eè\ 3Ù¸I\8b\9f\14GÏß\9b)öÏ\9f\0\8a\19úo½\99aAñC \e´ ýÑ\13RJÕì?\1fe\ 2ã\a9#¥4(\7frFÊ+\9bv0~/³f?ù(\95\1f/\a×âw>Î\1dé_ \99£\rä\8cÛ\8fã8ø>ÿ \146eQþÙ8øE²?\14\8aLZüÌG¡ ø/P\ elý¬zþ\97\83÷§@9~Aü\ f\8cr\11ïO\14\8a­\9aüÐrhh\7f\ 2ÙÜmTÿ\rJ\9f]ÿÆâ·*Þ\9f¨üÀû\93ò oü[\90ÿCýlX6­¦¿tÿ+ÒßëþYüè£Xúñ#Þ\7f\9b´ø\89Cñhÿzüаý\ 1ñÃûQ,£ø\83å\93$+ÊbÇ×é\85x"\97»!Y:Û\91\1c)\1f6~Û\82\97\82OÚò<\9bv\ 5_¯ØnË\86LÙÖOC\99ÐÉ*9Në˱§co½Ã§ØQIèô\ 3¥à\13 GÉ0\ 4»©Hú\ 2ÙÄÖ\bütþrì²gÓ\ 2þ˱S\9a\91ò\ 5°+˦í}?Ý¿Ý\9d{çßÃî\86ù·æ[Æ'\99ïèY\9fÞ$\96\1eÿ)ö½Aý׳9'´¾þv\90í\15ñ´¾>I"!ý×Íï\8e½Ý±¿\19Ú\9f\0v\ 3í\8fî{3´?\81dȪ\9d\1fÇþÜþ¤¡^|\8e½\9dÖ\97{ñe\9b\ 4Õ·_\84\7fs\15ý\ fÃî6\89\7f\14;4ì®ç\7fx2­\1a~¼¯\84ïË\1f\e\84\82Ö׳é÷^\8e\8aþSìe\82þKnEµWÒß±\7fÅÒHFÏß{9\8e\9e¿÷b\1cµ¿¥@ù\17Ò\98ö\16$õYJ¿ç²í\ 6 Uÿ\81ír\0¬\1c¢TÄ@½\1c¢4¤@\91RzdÀ#\93H\90\ 1\ f\80Wó&\190
+^.Ð\80\ 6&\91 \0\\9fcë½\18\87Ï\ f\a z\1eܤ\ 5 |\92   \f@\ 3\93L´Û'\9fd\ 2\ 3ÀÀ$\93Q\ 3\ 5\9d\8f° \0Z\7f<óRøQ\ 3\16\80Qð´i\ 6\90\97²£\vH\0<\9ea\0,_`ë\8côGo¦\\17ç\7f/\80cy¬\9aýå­\10Ñ\ 582\87ø;\0ñ®\9c\8b:°½\16ýêÀÒ$_AÛ\ 4%H\87ß\12
+\ 1t\v¾\17£+\16\9cI°ÃgV\17\1a5 öø{"\97\ 3¨\r­\1e¨\ 6¶Üµ\1e\1f&¸}¹\9aÐ'!ï-ñFª     \93ubê±\8fç¾mÒéñV\90\8bDOñ\8fbæëH/¿}%7ÿ\a\98lÏ]»ÒëÅdÉÝGG~xîZC߯O"¶jô\9eüñY&\19ì_/&K3:ÿÀ÷/ðüåN²É\8a©Nû¿È\ fª#yâg\rí_\1e¤é\9d {ûçÕài\90Þ«ÑÑþ\ 3\9d\f¢§\7f|\16\8aº>ÿ4ûËg¡T°ÿ@5s\81ö30Ë\ 4Ù\1f\14~\+©ö*\8c½\9aü3zX¶/¥XMÇOm\12z_ÿXîÛ\8aÎ_Î=ñN\90½ó§ü\9f\11ÿ\ 2\93\98\17$?\81N¢Ö\rcäü>÷¿Zðt8¿\94.\ e\88&\8f>\ 2\98O\ 3ö\b\0Þ%\8fr\0\15~\95\8a¿¼\9a\0\f?Ij\0Á\0,-\0¤\0V\9eo\19àR\90\0\ 6\0Ì¢\ 5\0ôü`\0\13À\8f¬\95[?\0#ÕØÖJò¤\80z5þ|Ï\ 1x5w/\0¤ë/hÿ\81äË\ 5\ 5Ð\81äË\159 @òå\86\1c` ùrCû\ fàO\93\7f>\v\ 4\ 5 zòeMÈ\80ëÉ\97{òÙ\1d\a\vÐûä³Qù¯\ 5Ù/½\15w­hÿ\81óoÈ\7f(òk\95à\8f\vÈg\0\ fÔ²[õàÉ\ 1\ 1t\ 1¬\83\ 3\ e\14\82¯(\ 2\8a\14\82Ã\bL/\ 4ß \ 3\b\14\82£\e¬\1eÁ5\e\861\1aÁµIã\1fÏ>C7àH!¸æ\80Y\0çuÜñ\0î\95}ö¹ü<\96|ë÷×y,÷ÍFy\9eV\97\9f¿­     À\89\\1eÃ\9d&¸¼üú\9aÜùÌï3_y/Æ   ÑëÙS    ­\1féÅhÁÏ\ߢ\7f¼rt½uúÉú\10\8f\1eÿ>HåÖùyðÚ9?ÚKÑ\1fo\1fü\e±Ý;zvå\9fn»÷ì3EyyöÚ&É\1fE_\97\fö\1fÈ\9e[ þ\ 6*?'\89\7fT\7f\1cüïê\ fvþÉ\83ßy>8\7fùí"»óé0\90Â\ f\13R@\94¾Gà\83Gôú\19ý\9c>@À¿-\7f*7I\ 3\94ç\8f\1dO@èþ`ë\97ú²`ïòw¯øí÷ÚÏOïy O\93Ô\8aÈÛ1"\11\0:\80\87)ææ:´½\1d¦È§    Ï÷NÀ\861\r\9fÀܤ\13 \bôRo\ 5 ^ý9ê\83òzÏ\ay\ fîÑ\18$op}Ù\87eO@éø0\ e U\89\7f<\ 3n\95Î\8f\ 2H      ú\0\1d\vtçü(\80\ 4c\98\0\80T\90      \ f\0H\15\0\80TUùgÃ\80\91\ f\ f\0Hm\91|(\9d\85ã\b|7\86b\0\98Æ\7fÞN\11ê\8f\½UVd?õê­bÝðû1 \ 3à\90üèÕ[\ 5Þ¡\ 2      L\93v\ 3ì\ 2pGz½z.!û\e¨\9eËHþ\ 3ÕsY\93\1f\9eÀ\86ø\17HÀªÚ\15\9aò¿¢\1880K£i\11\1c¯þ¼ç\7f^  h\83w :#û¥g0Ô\ 5ÝAô\f\86ºhúÃñ;xþr\ 5Bµî9ý+\ 4Ñ¿\rÝ¡\95\8bÍâ\9dì
\95^\a`\9b\9f\ 2\95\fØÃ\ 6@+Ï.\ 2wð`¨ÿ\ eþ\ 2\1e\8eøí\a \14gç ;\10\ 3#\8c^ïeê\19\88Gzýûw\14íóûÛ\14þþÏ\1c\9aÉ®P§\ f\0!\10¹\86{\11Ö\91\83×Gpþ\ 3«v\ 4\8c\85ɳ\98{<äHX\ 3\930}ªÉ\91^\7f\ 6K\15\9d\ 1JÂÄZ\9c\9a\ 1        \az]\8b½\8bãù\bå\96À»ö\8aB\84µ(-ð\bu5J~\11\1dÖ£\87%Öô\88Ôbº%>l@\8f\84Ò\86\f\89\1e       eOå8Ê°>\95×#Á\8e\ eð\°\rì?\0¦A%ÖÛXæ\8c\ 4 °¾£á\9dïçXÚ\8al\80^\8bèµ\94\9dïgò\97­\ fHOþ\98\rÉm\91l\b¥÷§Ü\ e=M\85\9a×a?ö\9cL\ 2\1d¹fÃ\9e?0C7\14È\ 6\83V\14ý\0\11\ 1¯\86ê\88\0M\87ôËä\81^o\ 5´g\83\ 1\15ÐÁ\98       \99°È`aäFõV@¯rÊ#ÿd\15ÜË)ï\98À\92Ñ÷\a\ 6ë\16¤Â\81ÁºE3¡¼\95Ú&\851|°1\f£ätî=\eíi\ 2\ eò{Ù?꣼å'\18ö4AG\13 Oö.ÞO¢Ã\0z\0\v\14\0V$\0z/Ï\ 2/#
+\1ao\fÜ\9a\1dÀW\ 6\96$<É>Û\83VhAJ\12º\81ú\ f¬è\a²0\Ó2\8aÒ\ 6\7f Ð\8f\fí@O©«¢\12ò\92F\14G\ 4JòªÓOo\11]\9eÒUÑúzIé\8c\9cX %nFqP \1fØ\8c\8c\18è\89\90ú¸\89(q\býþUû~ZR¼"þëY-uÓ\9c\bE´6\18\aË)ÑÍKª\aãð6i6\94Ò'´¾\1e\84\82¨Y\1f¯ka¨µV\89B        ^Ðz ×=\905³í­NS\92¬\19å^X÷>%\89Ñ/\12=M)J\ 5|¾Þ\90&y=Á\91}\92\ 3|"I£ßï)Y\8bÄ\7f>^·\80ý\a\861\94Ñïw «\ 1ú@C*\7f\8e8ÒËÓÉ\925Ãî\9f?Ù¿\174vöO\81¼\19­\7fu~T~¼\9e #?4%Î\9aQ\9e¾\1f\18\7fRÐê)UÇó\97ÓI\92Í\12Ù÷\1fkÈg0\9e\97Ã\1fÖ×\81Èl£Ù÷Ô·)]ü\a\ 3\ 1\14 Uí\ahFH\86&Lïgî=y\ 6EøUÓØ\11ánO°\8e
\8c"¿\ 4\1eéåK`öKà\81þp       \æ\8fúü\8dý¿N¿òOÓçĨG\14¶¶ùq\8cÓÇ6}?Æ\8b\e¿\86QOÆxgªüµ-BÉà.z\9ekôü\8b\17æå¯_\917àIÎrø¼\b½Z\ 3¤õ£|o,Q@iÊù\1c\9f\7fÙ]éu\a)\v¶Ä\7f\0}BÊ ·-Í\88\ 5>«þü\ 3B{\ 5ãA®p\a =\aÛÁ¢í\802ÑëûzL¼\1e£ÿ\0þ\ 4á\81ß\7f`»y
+Uä\ 1ÝA\15wp\1d\96g?àM²N? Ød\93\ 3¿R\1et¡(?`;ð,Éã\ e®ãê®q\8dýÀ\ 2åà:æ\8c\9e\82w
+=þÀµÕ\0Õ\85\15\10ZÛ'¬X\12\ 5{ðt5i3\80ÿø\ 3¨ÛÈy\aþ\ 3P\ e®\83ή\82ôü\81\84Ó\ e\84ðÒ\7f\0ÉAÞ\ 4u~\9eBv£:j\9531ª²U~=\93\8dÚ\83½çè-«ü
+PF­r.ù\9e\ 5ª³n\9531ª²U~=ÖõN\81G9+T¦/\16é¿üôÃ\8f¿JßÒ·\9fþã\87\87       \7fÐ\7fÛcLû\8f\9fþ¸#Xy{üj[\1eÿÏo¿ýÃ\7fÿó·?üþ7?ÿéo?ÿó·\7fý\97_}ûË_ÿüÛÿû\9b\9f\7fûí\7fþ¿oÿúï¿üþ\ f\7føöë\7føͯÿñÛ¯>¾ýûï\7fþ_?ÿõ\97oÿôíw¿üò\97\7fþñÇ¿ÿýï\1f¿üî÷\7fûøÓÏ¿üøëG`õ\1f\7fý\1f\7fú??þåo;ÝÇï~ùã\1fþñÛOÿû\87ÿúÓcwÿ\1f/\83B*
+endstream
+endobj
+334 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 805 0 R
+/Name /Im313
+/Width 20
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ¡þÿ\87\1aö\a\15ü\a
\ f|\90ox`Ïð \9eáÁ?\ 6\86?\f\8c\7f\18\98\7f00\7f(`ÿPÀÿ \80\1f$ÿÁ\1e¨\84ñA\1dû\83ÿÿAHD¬nª$\0"<$b
+endstream
+endobj
+335 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 806 0 R
+/Name /Im314
+/Width 31
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ñ\rÂ0\10@ÑoY²)NIë*© >ºt¬â\11\0É«°É\8dâ\11ÜS\80\81<éÍ kE·FÞ\8b³r\8fVnïÚ¯/ºú1\8crL\14UJVö\9cÙÌX«1»
+\9e\86÷\9d\10Ó(È$¤ï% c>Ú\12\ý÷L\12\b1%|?A[Ï\8fçå\ 3óJ æ
+endstream
+endobj
+336 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 807 0 R
+/Name /Im315
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? ÿÀ¢ À\ 2\ 4m
\1fð\ 3ù\96\1f
+*\1eØ<\90\ 1Á\8a
\ fü\aø\84ë'       \ 2\0\91\9c\12Z
+endstream
+endobj
+337 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 808 0 R
+/Name /Im316
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\9fÿPÌþ\81\11\88\19j\80Ø\ 6\88e\80X\ e\82eøP±\r\ 3û\87\1a\ 6öÿ\7f\10\18Ä\a\8bË°#a Z\ 6\18\86\9aÅ`\aÄu »þ#Ù­ T·P\15\0\89¡>K
+endstream
+endobj
+338 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 809 0 R
+/Name /Im317
+/Width 27
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\83ÿPÌþ \82\81ýÃ\a\ 6æ\1f\ f\18\18\7f>``ø\7f\80\81¡¾\ 1\88\19\18\18ì\81X\1eȶ\a\89\ 1å¾\7f``|\fÄ\a\7f00\1füÃÀÞð\8fáÿA 9P,-V?U\ e\0«\99
+endstream
+endobj
+339 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 810 0 R
+/Name /Im318
+/Width 20
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5»\r\80 \14\ 5ÐK((i,\8d\9f-ì\\85\11,-LÀI\\85Î5î\b¯¤  Äxr´L6»ÁrÑÜ\157PZ÷M@\ 6ü[°\16\8c\15\ 6]#<a\b%-$þ     ¾E1©XL¸+Î\8cn>®þ\ 1\fÛ.\ 3
+endstream
+endobj
+340 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 811 0 R
+/Name /Im319
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7føÏÿÃ\7fä\18>È1$\10\8fø\18\ eð3\1c`on`üÏÀPà&^7M\ 6\0\13m
+endstream
+endobj
+341 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 812 0 R
+/Name /Im320
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇüç?ó\1fy\86\ fò\r Ò\a@HòA\82ä\87\ 4       ª\0#\9b\ 4  90âO\90`\7f\0BÌ`ÄøÀ\86áÁ\7f\10J\10\13¯\9b&\ 3\0K\ 1\e\95
+endstream
+endobj
+342 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 813 0 R
+/Name /Im321
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUË¡\r\800\14EÑÛTÔ\10\9e"\ 1\ 3+ q¬ÒI`\ 4&`¦®À\ 6غÏ\aGrì!\81\13L\9f\15v¸¡\10
+ñ \8a$ZÑ\88^,b\16Y\¬º÷þ\ 5«®\e·sx\0\84J\12B
+endstream
+endobj
+343 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 814 0 R
+/Name /Im322
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g°o(<\0\82\95\aì\eä\eì\ f\14?\80\80B\10\9f\81[ ¾\9f\1f\0Z,\11â
+endstream
+endobj
+344 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 815 0 R
+/Name /Im323
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc?Æ ÿ\8dÁÆ\8e¡B\8e¡\82\8fá\ 3\ 6\ 2
+\ 2¥\80
+äß1°\9fc`àCEõ\a\80HH¼¾_\ 4\0¯Ô\10ô
+endstream
+endobj
+345 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 482 0 R /F1 480 0 R >> /XObject << /Im324 347 0 R /Im325 348 0 R /Im176 185 0 R /Im179 188 0 R /Im84 91 0 R /Im175 184 0 R /Im80 87 0 R /Im179 188 0 R /Im58 65 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im64 71 0 R /Im65 72 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im65 72 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im58 65 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im166 175 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im99 106 0 R /Im106 113 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im67 74 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im103 110 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im57 64 0 R /Im46 53 0 R /Im66 73 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im49 56 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im224 235 0 R /Im225 236 0 R /Im225 236 0 R /Im49 56 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im106 113 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im53 60 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im97 104 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im49 56 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im106 113 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im53 60 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im111 118 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im168 177 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im42 49 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im42 49 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im72 79 0 R /Im166 175 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im99 106 0 R /Im167 176 0 R /Im73 80 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im102 109 0 R /Im71 78 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im61 68 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im166 175 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im99 106 0 R /Im72 79 0 R /Im56 63 0 R /Im54 61 0 R /Im64 71 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im67 74 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im97 104 0 R /Im99 106 0 R /Im104 111 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im106 113 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im70 77 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im72 79 0 R /Im310 329 0 R /Im56 63 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im64 71 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im49 56 0 R /Im42 49 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im61 68 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im49 56 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im70 77 0 R /Im53 60 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im99 106 0 R /Im113 120 0 R /Im170 179 0 R /Im171 180 0 R /Im109 116 0 R /Im46 53 0 R /Im54 61 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im47 54 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im49 56 0 R /Im54 61 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im54 61 0 R /Im46 53 0 R /Im111 118 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im66 73 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im70 77 0 R /Im51 58 0 R /Im48 55 0 R /Im62 69 0 R /Im65 72 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im70 77 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im45 52 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im47 54 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im66 73 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im167 176 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im42 49 0 R /Im70 77 0 R /Im46 53 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im48 55 0 R /Im42 49 0 R /Im45 52 0 R /Im61 68 0 R /Im69 76 0 R /Im68 75 0 R /Im53 60 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im97 104 0 R /Im46 53 0 R /Im72 79 0 R /Im51 58 0 R /Im72 79 0 R /Im49 56 0 R /Im47 54 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im106 113 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im66 73 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im53 60 0 R /Im64 71 0 R /Im55 62 0 R /Im51 58 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im310 329 0 R /Im56 63 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im48 55 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im67 74 0 R /Im43 50 0 R /Im72 79 0 R /Im166 175 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im43 50 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im110 117 0 R /Im99 106 0 R /Im170 179 0 R /Im109 116 0 R /Im68 75 0 R /Im65 72 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im45 52 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im105 112 0 R /Im314 335 0 R /Im49 56 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im49 56 0 R /Im104 111 0 R /Im109 116 0 R /Im49 56 0 R /Im43 50 0 R /Im68 75 0 R /Im66 73 0 R /Im66 73 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im170 179 0 R /Im105 112 0 R /Im314 335 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im97 104 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im106 113 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im97 104 0 R /Im286 303 0 R /Im284 301 0 R /Im287 304 0 R /Im106 113 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im68 75 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im72 79 0 R /Im310 329 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im71 78 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im72 79 0 R /Im310 329 0 R /Im114 121 0 R /Im68 75 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im111 118 0 R /Im45 52 0 R /Im61 68 0 R /Im43 50 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im277 294 0 R /Im43 50 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im49 56 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im62 69 0 R /Im54 61 0 R /Im99 106 0 R /Im113 120 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im249 262 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im70 77 0 R /Im64 71 0 R /Im110 117 0 R /Im44 51 0 R /Im62 69 0 R /Im99 106 0 R /Im113 120 0 R /Im314 335 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im46 53 0 R /Im55 62 0 R /Im55 62 0 R /Im53 60 0 R /Im51 58 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im250 263 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 346 0 R
+>>
+endobj
+346 0 obj
+<<
+/Length 816 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cÅ}M³î¶\91Þþþ\8a³´Så#â\e\9c]\3N%\8bÉLIUYÄYÄ\92lkæÈòØ\9a¸æß\87 »A\82xúe\83¼Ò,,_â¼\r4\80þF£ño\9fþùíß>\99·¿}ú·Oñ=Ùémz\9f&þïü\9eýô\96Íû\9cý[²ö}²þíëï?}ñß¿wË¿þþ\87Oÿ|\807æÝfÔ\81\99Â{\98ú\1e¹\87øn}ÛA|÷K\97Æ$Ð\81IñÜAè0 \ e,ÂÀ¤ùÜAz\8f¸\ 3\93?w\90»5pïqjáÍò\7f¥\ 3?A\fº5ðïy:/¢±¥\ 3ÿnc\87Á¤^\82\80\11è\96À¿»\13\19¤÷Ù®dPV æü\9e\87|\8dÿÖ\92Ó\8a~ÌóaøhÏàÛd{ðyÃú\ 4núѧ\8cÀÍdÁð¡\83wÝð\eW\18\83à}·ÿá}ê(x\8e\ 5>\12||ϱâ\ fàûÝ[á­¡ù7ð\1dõØ÷èÏ\9bç\v\vÚ\ 4ÖÏw\fäV\86\ 5ë·Ð\7f¡\9e\13|Òî¾q\ 1ÁwÛoßs>ã\1fWö1\0ÿàÔøû\19Í\1fp\9f@?Áݤ\1f\86Ïhþ\1dþá=E\b\1f!ýwÜ'®_ÌÊõ\13è?\19\15ý\8bóOQ5ÿEH`úÉ\ 1\8cßKO\91þg§¢\7fqýæ¨Z?\19\1eÑ_\ fßóÿ\ 6o'Ä¿©\93þ\12ýZ££ß\9e\7f·õ³ÖUù\15wúSË\ fkµü\87å\87uN%?$ùiݬ\92\9f=ÿÑúû\80ð\aü\87éÏ\ 6$¿ôò×\ 6ÿHþÚ0?\92¿ËÞ?¢\7f\e\11ý"úÇúÓ¦I¥?ÅõϺõ\17ñÏ\ fç\9fµóÇòßÎ\93JþKò×Î:ù+É\7f7iå?¦_7AþQó¿\9btô+âo\90þèñ\97ä§3³J~Jò{q\97\0þA­¿\9c\83ë\a\1c L?ÎAý¯Ðß´~\1eÍ\1fÙ¿X~º\0õ¯Z~º\0õ\a\90\9f\98þÝb?iè_r~\²JïG \9f\94\95ö£À?\19ê¿Nþ\8bû\aݯ~ÿÄõ\87þW¿þ"ÿÎ\88ÿz÷O¢_?!ù×Ó¯éìÇ­ÅOq\rb\9cì§nüÅ[\ f\90\80}\15\0G\ 2\98Õ\fà\1d\9a\0\12\ 1y\17\95\ 2HX@ì@©\ 5¸\ f\90\81Ô\ 6\88\ fÏü\7f\8f\1d \85\0Þ\f\b\9f\18þµ\ 1\9f \ 3\a\14\90°~\19
+@µ\ 2ðÐ\80Ð+\0?ëö_r\0ü\9c\94\ e\0\16@aÒ        \89\7f\82\81\ 6\9c\9a\7f\82Aãë\ 5\8f\8a\1f°ûÚ\80\87\8dzÙú[\88øuô\a[\9f켶£\ 3å\87i\7f&Û«\9d»\9aô9ü{\82\a¢C\8aÝͪÅ\93D\871\1eL\7f vh½ró\84Ø\8dÍhùÕ¶\97qhü\81Ø\8b·hý\abgQµ\7f\12ë\9a\0yGͺ\86UÇÝýgÕqwÿ9öu1þeìëbý{Ñ_d^      ^-ºc5>\17ö7¾Ú\1e
\8f\83gI\85\80¸\0³U-\80\f¯ÛÀþø\87\9c÷ IOÓ+\1fÑû7\88\ 24Ö+Ã3\ 2ö¥ò\13½w\8b8\0yïRô,=Ò>Öi)ø<þ\16\8f-ѳ\8d\0\8fðswt$Rp  \9fõ\14l&µù`\ 3"A½ù`\ 3\Aµ\f²ÑÝ\94\ 1\84?\94!(þ Äï\12Ô¡\8aø'Ç\9f\10\ 5öñãËøÕ¥      !¬ß<=\92¡vÎ7e(ù¯\93N\ 2¼\8a_õø÷\aÐrüèÙüKüJ3\7f1þb\9d\92þ\ 5ÿÝêlÀ>~Ëñ'dÃD5ý8§³\ 1Åø\9bG6\98þüÄ\ 5\9d\r(Ãkñ\17âw\11í_oC\8aóO\b>ªmp\97î®ÿæÀ8\8e\9f_x0bü
\8f\81øó\fM }øbBúg$~u×\a xã\956<^?oò#ýã-ô!ôó\7fè\ 3y\87ôo\8f\7f\1fÿ£ð\8fË[ü¯¡?3é\17Ðë\9c01þ\a\ 5\90>\0î\ 3rbõ\ 1ð\12\7f{¢@}\fªñåø\1d\9aÿHü.«\ 4\88dÀø\8cÖ\ f\1dà]Äß.]\b!~ûÐ\0ò³Î\0\90ãoÏ\fè0¡\18\92Þ\80\bF'@Dü\95\ 2L\82Ïd\7fG{kú\99¨¿\ 5\ f3\1a} ûl\9a\1eao&\1dúb\ 4\88\83¯-¼>{\8aýç\8bùË\1184\7f\14\1dóoÙo3\82ï´¿\98\12\9a¿:~P\92?×ñ\17+p,x¾g¯­ÌÓ\8e¯\8fàqöH\v?\10ÁË\8fÈßD¯Ú?9\827\83ñG"xù&ÿq\0Í©Ö_\8eàÍt|¼\10À«\bÞ¦ë\0\ 1qúF\83\80µ\80\82ý\89\ 2\17µQâ\ f\13Ú\ 1k\15!,î #\fæÎ\83\12cH%\ 3¶ÛC;w\9b\19\1f;pï.nA´Õ\84[Öp·\0|\17\84\92ÖÐZ8\83\815ä#ØÛkH9à\97k\98º%à,´´\91Ñ \ 3E\1a\va\100\1d)$9u\10\8d®\ 3q\17cRíb\9f\b\98<Z\82¹3$ò»Á\9b\90\1dÚÅ\f\84a°°\83ÙÂ]ì¤\81H\883\92æ\ 3\84èø,õ.!:\ 3wQÏÌk:\94\86\99E\89X\12¢z\89\b"ÂrF\93E:A\9d\11W2¢42]\8c\88xûH§¸\80ö\0é\14ìи\10Áüõ\ eMͨºiÓ\94\8c*\8dM#F$#´©\14ûG\11¡\84ø\18e4    ë\97\90M£ÏHuìQ4\82¬ÏH\95l\1aÇgú\976\8d\94Q\85lÚ>"%&¤`\9f@mÓû        ÚÔj\9b®D¤\9eØtÞ"!80>\96\1fêõ÷\90ÿ\aÖßCú\a\19é\98þ|ÐÑ\9f\88?Ôä\ 3\11½\bå\8f:"]\12²úñû\8cX1 \aõø@@.ëä\8f¸~3ô        Ô\ 1\r?#\9fD\1fÐ\bÐ\b¸\91PuÓ§«     U7c\1a,>).*¡/]\bâ\84ª\ 6\s\9b\92\ 22\ e\80÷ÌÛ[`Ó\8a<ï]\98ÞMM\ 6MÀú\11n\ 3ñid3¼þ4ÕLhöè4\ 6\9fÆ\19>\8dl§¯\1fßèÆ\17ço'ÕüE\7fÜR0»%\1e}<\84o3¶ðúx\88\8b\0ÿ\81x\bë\8e\8bõ\13ã!¬;ÚýÓÇCBT\8d\7f\84ë7\10\ f\89\94PâÃËx\88ä\ 5\9aD\19Q\r\ 2\ 3^ Éh\a\ 6¼@3£%\18ð\ 2\rg4´\1d\8c\84tÐ&\8e\84\ 4§0\10ÒI\9b\17xê` ¤c·`ÀB\ 6·\82\ 1v~F\ 6ÖågdP"2*2è\v\vðÅ@\8f\8aä\\8eÈ8Ø\81Â\10ä\ efm\aç«\11Ô\ 1ç&\9d:Pä¶sz\18×\16\81*\18ÀéI³R \véU3\9aÂ@zË\84¬\99\81ô\16ÈË\9aô\10rfMx4\7fg¡@W_\ fu\16)$\8dACð|;¦]¿N\10\88Á\0\97TÖ¤¸~|;æ¦Bw\1e\8d?\90Þ\13\90A\81\9c))=\b\19\94}0L\fFðéü\85A!§\17¡ý\1fH¯ÊÈ\1e\1f¹\1e\87ð\1f¸^:#þëý\ 1\89~=4è{ú½\f¦Ü¤\1fÏW\1c.èGtF-r\bôéUÞ¢ñ\an7Y¸\7fúì
+§3¨Åì
+\17U\ 6­\1c\fB\ eÑ\0ý\84gò¯Þ®»)ÿ<\94\1f\ 3·\13#²£4å%øv\1dÂ\1f\ 5Ó¤`\10Úÿ\91`Ð3\87ÎÏZú\13øgFò\13\ 5\ 3/²s\1axcÔ\11\81\ 4ô\ 6L\8d\ 6ÝdÀLö\87»wE)\a\ 4®öç9\14ï®r\9b\84ì\1eR\1eîuj\97èÍO\ 6\f?àÍs4çb|Ñ\9b7põºÅ\97îV\e3o^\\ 3ßß­îk£íÙ9ýü\8dæ(\8f/È9°\0úËíµ¸\94»\97[YJ³=¡ÞR\JC¾b8\8dÓsÜëÜFIúÖp\8e{\9d\9b\1f\1få]¬\9fÈ\0   ñßHzϬb\0Éz5\19í\9fþ(ÂÌ^E\7fb8qFû7à½N\90þÔÚÓB\ 1¢?\8a°\9c\9bysþ\96J\12Þ\95¿%³ç\89\0¬Å¥.øW¾^§\e\7fë\11ÿôô/\17\97\8a\13¯'\ 6$\80\ 1ør\\0ó×\1f\85\96Ëq\0\7f\b\97ÛÒ¬â_¹8TP­\1f
+CnÑ'Ä¿Æ(Ì\7f\ e?!\ 1¢7\1fí\8c6P\7f\96ï&Ýøbøa\82
+H\7f;Ç@\ 1¦¿\9ddt
+@Ìű:\ 5.\1dF:h\80è«\13\ 1"\86ß¼W\19\02<\12@úêd.ÀñÕ\ 2ÄE¤\80ôî\9f\8bÈ\ 2×ßnrI§@%\ 1à22`\ 6\ 4\80Ë:\17B¾Þ\ 6-8}y(èÂè-\0\ f\ 5È\80ÿ\r\ 5È\80ÿmt\ 2L\8e?!\ 2\1e¨®c!\ 3\r\o³J\ 2\96â_é\11ý\94d¦{\1a\98\92\91<[ W×;åêRO\14\98\ f\11Ö?\9aG\ 2¤Ü\8e{b\81û¤\e_¤ß¤³`äø\e²`\a®·æg
+ÀC\ 3h ~
+\r }ü´&SÝ\94_5\99ê¦üªá³\9büËÕ\1d¨ÎÈ(ûp2U\ 3®7\9ffÊ#hGW[\ f³\aÈ\ f\94¶æÒ\80-öúÒÖ\93\ 3³\1f(¯Ä7c.¦/\87Ï(       ¢\81?\84ÏÖl\99Ù¼¥R\85Ž}¿~Çå\aÔðQ\eÊ%Ó\1c,µ, {Ã\1fßþ×Û\9fVLÌÛÿXþ÷/\9fþ÷ÿy\9bÞ¾ù´ÁnõáæÚùÞ÷\97\e
+iq\91\8d=þ,¾»å_Ôðqh¨8T\18\ 5\12\v°9ô^\92»ÓÞy\8bD(o*,ä¹cÁ-;\1aa\9a\97Ý\99\ fhì-Whl½íhÐw\87F¹U\18\8eXl\r\1fMÃd\8ek±·\"Q{'$¸ó\13\12>/\1aà¸#ÜòÑ´Xc\8e\96K4JoG4¶ï\ e\8d¸(¢fG¶\86\8f¦Á¤f-jË%\12µwB\82;?!Qj\136ÔÉ-\1fM\8bKÍZÔ\96K4JoG4¶ï3\1aq
++¡íhpËGÓ\12Ò\ 1\8bÚp\85ÄÚ×\ 1    úî\90°a%´\ 3\12Ôr@¢ÜÁi\90à\86K$Ö¾\ eHlß\1d\12Þ-æa³\12ÔòÑ´lBì\0´6\"QúJ\a$¶ï\ e\89èV2; A-\a$â"\83\e$¸á\12\89µ¯\ 3\12Ûw\87D¶+\91\1d\90 \96\8f¦ÅØ£ÈÚ[.ÑX{; ±}\9fÑH\93yw6\1fÐà\96\8f¦¥\11\9cµá
+\89µ/·#Aß\1d\12\17Üq-¸å£i±¹Á¢¶\¢±öv@cûîÐØÕ)\8d¹«Ó½Áç|D¢¶\"Q{'$Z}\1a\82#\8dݨ]{Ô§g\9d¾Ã\f\ 2ºX$g}ÊF\82¯*\84ÇôU\85PK©\1f\1d\ e\86\ 5\7f_¢°üðÐ÷Öõ®?ì"qr:âPZ¢\9d\ f\16\1e³\ 2]"±\82º\1d   þ>!QâÇó\11\87¥Á\85ã:Ô\96\8a\ 3Á\£°B\1eP ï\16\85R\1f\9e\18\87Ò2¥\ 3
+ÜÀ#V\90K\14\ e\90\a\14ò¼Ù\\15\83\92TéÌ\11\ 5n©8\10Ì5
++ä\ 1\ 5únQðE\82/ìµãPZR8 À\r<b\ 5¹Dá\0Ùu}@aÎï³?nDiIæ¸\fµ¥"Á@×H¬ \a$è»EbçtF¢20ãÀ\r<b\ 5¹Dá\0ÙuÝ3fò»â"¯Ãï\8akk)I\1f\9bhf¨½åJ>¤\9069I¬Y \ fÂ\9aØlk5\añÀ-»x\88SÚ$,Ãð÷\95t !+k\16À\83\1dÁ|¶6Ç£xà\96]<\84EínX1ÔÞr%!hØÊ\9e\ 52¥3{Rkÿ+þ.»¹j(\ 6¨\rWòaïzcÎ\ 2yPYÌiÔ¼Ë\87ú»Úàã\86S\ 5á\86+ùPû&æ\få`ÂtÌY\9aWßèð³*\rÖoF \ 2\!Ð\ eX\19³öÜ2f(\97·ÓA8PÃ.\e\8e\8ej{o¹\92\ euzÄ\9aµó\e¬9³çQY³¶\04Ö·\ 6ßJ\1dÞ·\86Kóä6C\82Y¦T\14ï\14èÖÚp)µ\1c¸t1Æv\95\1a\8e\r\1a|Úñw\96]:\89sϲk³9²,µ|\1c\98\98\19\9d[T\185\18T¾,\9dØù̽kk>ÿ,\1fÔ{(gé\aÕZ¿5¸´cï\8c¼ôáç\9e\91KsÎGN¦\96#+\87ÍbÜY9\88Î@\8fO3þ\81]ÃÑ/Ø\994\90srüÝê\9bÔ\ 6Oîü\ eÃ-\1a|Úñ\ fL¾°\ 6`òµÙ\1e¹\9cZ\8e\9eË\ e\ 2¿Ç¨Á`çø¥\93t\8fãS©´jÌ\81ã÷\96×\18\99÷\98\ 5Þw\a\r]ºë\8dçµµ1à¹åÀûáÈ|áØ0\86Y\8bÉ.\ 5\96îf×K\81­ù \ 4øw»\fà\80À.\ 3\9c\1c\9bz\85Y\83É\81ÍÝ1`U¥\81ÛÂZç_UY`\89ܪ0°²ç÷\ 2«¶ÿ\83\pGwp\97\v$ìw±@¿Û5>\87Ìv£àE\10í\15f\r&;ç\87&²V¹=p\80ïø»éà\17\84òÎ_# ¸a\f¯\16\8f]R,½¹Þ\8b\ fÁ\93\9eÙí\ 1O\94][\18\91
+t\13³\ 6\93\83\8dà\8f\1apLb\9cÍ÷½\ 5á&É  GAÚÊ\9dÈ\92ßZM#':K>\91MËb\82¿5Ø´£ï²¡\14@6½lX\9bíQ8PËA:\98ÈlÈPµE\85Q\83ÁÎí&\1d¹\8feÂÖÚÿ\8aeÂÒÙ&#H$ð·\ 6\93¶Ï]\ e,}ÄÞ\v_\9b}c\1fPËA\12,\12\ 6BmQaÔ`°óõ*èzþ\8f\99¨¹þ.\1f\ 4\11\ 1\9e,\84!|Úñw¾_Çéù~Ç\87¹|G¨J\82DFÌ.-¸E\85Q\83Á\81ßSã\13\10wUv¯ÜUÙ½¶,Öá\16Tf Úpå)§ìßÍ\81©
+¤ë=å­ùhvsË\81©l$\ 1¹\eëQ6\ 6\1aN¢aw\1e\8fz\9f8ikí\7fUµ+\7f³r\8d\17!ÿ¶£\83\1a\90ÿÎ\b\89Î\1dvfá\ 3¯#û\90Ay`\9f\8bàn;ì\81\17ZmÎô\9füº»ûï¨á£e6{â\99\v$ÚAwFI+\85t\8c²#Ál±cQY'la\84\9d»ÂE\0§\1d\8d\ 5\10\ 4p\ eÌÁd¹3\a\93å\9c\ fáÖ\95,kË\807\98Rn)té$ö²~m5ç\9f\1d,ÀhØ\8c¨êÁ«,æ\96`·Ñ+Á\96Næ>°CÍ;½ÖßÕ\86)\1f°+Ì4²:íø\95"K'±§Ü­Ù\9c\7fw\94öi:Åy¸aÀ\e¤Ñ\ f$l\8e\96ÂNÂ\86,\85\9d\84\rY
+»7hÚhlm\18ñ\ 5·ñ\ f¾ 9zï#Ô\9c\8cÛ\8d\87\15\88\e\ 6ì\96<ÙÍ\ 6&j*}¸NÚ®­«ó~üÙªå\98
+=E±\98\94ù{Àr¡±wJ^ú8\1c~Wª,Í\8d\vÃ-\1f\8d0ÎsãÃÔ\96\ 1Ë\850h,\12\ 3b\e¥¹\91ÂÔp\90Â$ív\10YüÉvKÞ$aµ\1a\1aIx\94¬slÄ1µ\1cí\96\89¨i·[¦\17>\9e\84-ª]í\96éèÙ­~cCÍëe2g\1a?%Ñ©S®\87\1f\94k\94{éS\8f\17\16ûhé¥TÇÛ2\8aÌjëlß\1fû7eOÔßÓ÷\1fß~ÿ_>-\8c8½ýámý¿ÿö\19ºü²¦\83U»Ê¾ûDq\90Õj\8bï!ð÷Gýöä\ eóïù{Årí³Åôs\8eÐ#\9d\16ã8A\13\19\83¥\94[âï\8fú=Q\8c\98\7fÏß
\1f\8fÐ!í\9c)çÖ!³\8es\v]Îüý±\7fO\9bãQ\7fOß×H?\1f¡Gº<V[\8epÂFq¥fè\1cøûcÿ&)X\7fo\ e\1aéÇ#tH\97\97\86C\89ÌÎl\9e\86\12\1e ï\8fý»F\96é÷5°|\85ôó\11z¤ç\95\rJ\17k\f#LSqxèûcÿ¦Èuý=}+\90~<B\87\ 5:áK\9bù\e\8a®çqüíɽçßó÷5ÒÏGøIļ\84.IÜ<\ 5N\9d\7\9e¾?öo³\11Jý=}¯\v2m½O\8dÐ\7fÐå\97:\ 1]JJ\9a\83\80Þ¾w\ 1=\93cU\7fOßû&~Î>¯\90&\81k)LÂ\ 2ÙRئ
+ìÌ\81<\12è\99Ís\80ôã>/\90&\81»º,a\17Ðôý±\7fû-¨Q\7f\béç}^!M\ 2w!«5@Æ\ 2yûÞ\ 5\ 2\97\ e\ 2\9a¿!Ò\8fû¼@º
\9ajC\ 2\93÷HßtÞQ\7fï8\96Ù#ý¼Ï+¤YàR\ 6@\15È\94\82P¿)3´þ¾f\8a\ 2¤\1f÷y\81t\15¸v3:ª@¦\ eøÛå\8d\89ø÷ü\8d\90~ÞçOeÛã\14"\92µ\9b\8e\ f\80c\95Õ\94ÌH²ùüw\92ÕÀâÿ¼\ 3ì\1a\\88¯\96k\80l¥§y?j­\7fo­ôþïvK:\10õúO<®<A:\ 3ñyK1*Â|Y©ÓIìòMñ     \16îç¿{\12öê        ~æqÅ    Ö#V³Ù   ®<\16ãº#Ý\9aæ_\15Áùï\140ÒNðs\8f+O\90£Î|²=\9b²R§³ácþJU\1aíßieÕ\13üÌã\8a\13¬G¾\94TP\14Êlö£èú÷ÌÉm\9b\82éþN¼¡\9dàç\1eW\9e \9f\1cÓ¹AQ>e¥øL»æ¢P¼\91\95Ñùï.Uq©\9bàg\1eW\9c`\r1Ùíè·(ªu¥èh¼þ=¶\8a«û»Ý\ e®µ\13üÜãþ<>\93 LÝÁÑ)ºÎÕ{\ô÷\99..\91®ëþ\1eª\0;{R\9fw\0É2\92T\1c\9d\19V\15GÙ      üw_\ 3b¤âN\7fwtÔy°\97\91´\13äô\82\9b\8a\8aã\84\87ú÷°±\ f«¸îï\14\87z1ÁÏ<\92r\82\87³0
+¬m*î\94\19\11ÍÌ\17#6\15×ýÝ·\9aç§\1fI;AN\82àË\11¤â8-\83ÿ\9eOA¸óß\13¹B/&ø\99GRN°\9eNP\10\9aU\1cgy\1c\8e@¦£ïÖý\9d8G\9eàç\1eI;A>ì\88\85U\1c§\8dÔ£=º\89Æ*îü÷\rþå\ 4?óHÊ    V\15\15(zÉ*\8e²Pêßg\ e\f\92\8a;ÿ=lÂ\\9eàç\1eégöE9M\87µ[ôÛ\91\ 4k³ýûøû\17¾çÝ\ e¿<©ß\9aÂ\13[Woaõõ\84\90µÑþ}ü=@ði\87W¾b\9a8\83oS3©Ô\182»Z9|\1f\7f\eÞ\1eçÒ\17´3§òmj\84oW³ÚØ¿\8f¿\1f÷ýî\8esíëQ\8eiõ¹HjV\1f«~\1f\7f\7f÷»9Î¥/\17\ 3ß\13"5@N`\15ûõûøûqßíî8\97¾Z"æb1\9f\88\99X¬ïßÇß\8fûfwǹôÅ8!\81Åøâ\96gs\10Ûû÷ñ÷ã¾×Ýqþ3}-3\ 5: !á¾48Ê%ؤû±¡\ 1\91ý«G\9d~\89e|Î\94ºL2>§Ü¸0\87ïãï\ 1\92O;ì\10$\99\9c§V\86§ØÊðýûø{\84àÃ\ eÇ|\9a4\91+Å¢»°\9b;\88îýûø{\85\ fs»ç1\9feO%ßDw4|\1du\13Ý\87ïãï\15>Êí\9eÇ|\92\92S\92\ f¢»ä\90\84\83è>|\1f\7f¯ðAn÷<ès$×\86Õ"\1dÃ\1c,ÿÌ\97Ô÷ßk|\8c»=\ fú\14Ëôc8\88n\8eûÕs¥ú}ü½Æ\87¸ÛóÏå3,\ 2z\91\1df\9a\ 2\97\865\12Xåõùsýù×\87\86\´ñ\ e}ú¤\9f£\94\9f\e\83Þ+YIi¶mzÚlVõ\´Á"»N_Ûo¿Þ¿]1¦jOí\17ý\16Ìýç\eº\9bô\96ÉP\12k\8f\99\ ei\9e\8b\91e\17Õ2\87Ó\17ýöëý{M\ e­=µ_ô[4é\9f\17ÞÑ\9a\12QRyCÚS&\92Y׫¨§R\16âôµþöëý;\96³\8e
+Ù~Ño_d7ý§a$/Ê<½¯u3ìv¯\9d¿Ý\9aÒÆ*¯ýÚ~ûõþ½F\1dkOí\17ýv`Q~6\8c^xq\81muÇy~t½c±å«oÕ~­¿ýº~§ÕóbÈö\8b\7f«_\94\9f\ f#Ù±¢\94\91c\00n7h\9d[U3ÝØ=~­¿ýzÿ^\ 3\0\15²ý¢ßê\17åçÃè\85·Iy\89\13_£§\94\95µ¤JQ÷\93;\7fm¿ýzÿ^s\1aÛ\fǶߡEùÙ0¢\8b\ 6\8b9¼À­\95\88éÖYyÞõÐò±·x¾jÀ@¾¹jðë¯>}ñ\eûfÞ¾úý§\ 5ÄÙMq­ÿ9|ÿªt\17ß¾úþ\93\9b\16mh\97n\16_niøæí\17ÿøË·¯þåS©\v»À­-ÿÞµ|ßµü®kù¶kùK×òÖµüеü^\ 1õgE?\7fíZ¾ëZ~Tü¦ïùOÂXÿðÕº¿å\91$S®£\15÷m»Ì\15×{\1aÜðÁ\raÎ\\80\95\96»û»h¾\92#²¨ÿÜn¯Ëçí­-ßw-¿ëZ¾íZþÒµ¼u-?t-¿W@õ-\7fRôü\8d\ 2çm£~µðòÂ\99¿*õ\147&øí/è§~Q\86mw{Ëw]ËÿSü¦ïç[ÅoÞº\96ßu-ÿ¡\802]Ë´¶h\88©4ÆÅ\1c
+ó"ÜÝ\ 1¸ïîØòÛ_\1e¹!¬Q\98\12\96á\ 2?\8b\9dîã\\e>¸Á;¾øÅ0{Ë07,ÿ^¸a\11\9a1\94\9açkw\ 59Ç$á\99$R×2©[~e×\8e\17,ã$t\9f\7fÚîçÏÒýbÉ\94fÿ 3\ 5ö}÷æ§íÞ>è^C_oD_\v\83¸IZÂ~Ï>ë\1c\9fì\99¢ûðÓv\1f\7fZòý¬¼ÝwÿYyÛ\ f\90\9d[`ó[*åØÒg\14\ 3ñù\9e\ 3Fz\9fâ¢kíb·\92\fæeó\89í§\7f][üâ{\9fõV0þL*µ\85¡lâ\16×ýÆÊPsG\84õ7^\80rïó\1cÎ\18Úù<VmÉ]\v÷\93L\14¡B×\12å~ü$BI\18ªhlÑ\99ÙäÅ%Y\16!6Cz×m\92\8bg"pÝôj\8bïZþõ`0¼¸õ\11\165\1eÖK¼[¨xA±d)\ 4¾Ñ¶}GCé$ôûú\ro}<î\93/\8fsɦZf&rU\97ZfæÐÂõ4v¨\8b².+°£ÞÖÛàs    CÐ÷ñt\97\ 1Ò¼F´\ 2\9d\8e­ï¾$þþ¨ß>n¹Èü{þV\\93|<\ 2\ 5ï]Ú.c{®\18\16×\18?7|Ô\ 6.ÌÍ\10üÝ[\87\8bE9\1d(|ÿüÕúÏÅ4\vxöö-Ï«Ð)Tø\15Óåâ\7fmtù·®å\87®å×]Ëw]Ë\1fº\16s4\91+\19X~ ¢\92\8a­U<\ e-[\85À#\94¦f`KG\96nÁ1\1dÙܤ¤_í¹\9b¨Ø\1aí±£R\ 1ümùÀ\8c~Ïß\90\a\1f÷Itä\1d\977¤Z$L6µÀ\e5\18~^\84AÌ,ú\19zJ*OÎÅ\86\92b\8a'JÚ[~èZþ¾kùVÑògHI\13\97n«t3qé¶cËV9î\b\92{Qç\8eh\8a³³\98¦.³¯Ê[ðæP$ªìôú8Af  ²ýÝP\8a'ïüùïÓ)áû26ü\99Ç%ú³Û\ 1\8dñÛ\ 5¦Jm\94ÓEßq\9e©v \ 1ì\rO¨Ï/fph$\92\8f]P¢¶ü¡k\81\12)æ\e2\15ü£\96\8f¦\85ë¨íP\ 3ÕG6êY;6;õзþ\8c\93\98#       ¶mOk7ü÷\99ë\10m{Úý=ÇöNÐO?\12SO\\ 3¼åf7\95²ez©\95l©!O$ð+LmyBAv¡\ 6×RP\17\16Ý[þеü×®åCh9SY¬Õ£\98¦b-\1fuhá\92þ;ÔÅ©=\93V¬e£6Ò\8a¹I\19\97·\98¯Oð\16ÇV\ 5íßÍï\87\ 5Ñíq\98tÒö\ 6Mâb]D(\89.7ðwäwY*Dl_j¹G8Kël\e\15\96ªßô­¢\ 5ª°z\ f´R\0_ì<6\90J;À\f\14t\8eõM\81t0©Ï\17Hµ{Èu\84y\ f¹,\ fïaýn~¯\114w{fêp«\7f\1f\ 3?3Åä\10ø\95)nðµ\8e\14Ãø¶\8eÔ-úHi}¼¯ì4\1f\8e\1aö\96¿Aj°¹JE®N\9f«XÜ[¸ è\ e5PP\94èaíø@\ f67É^h\9f\ÉÞ¬ÉÝõ{=\rå]:}­¿ýº~»5k\97!Û/þíÀá÷Ï\86\11Ñ\98á#¯Z\17\9eHÊÕºðÔPß\10¨0§W\ 5îÑØ2ÌÒG¡\9fÿÉÎÖB·­\1aÚ[¾i\ 2\ eoåÍÇB\bè½Vã¶\aË\1d½\9bJ\ fFGðâ7~ðÕÐ\83»m\a\9a\a_       >L\84ÀB°û£\9bê\a\8fM\b`üþÑNéÁR\13\rÂ_ýb©\89\ 1, æÁÔí\ro³h±äÏðs÷`lÿh'\8d_è9÷\eؽ¸½½1
+6 '0\81¤xr\9e^=¥WSO\bè\9f\1c·\93¹¹\82\f\1f×gOO;¨~rÜ\9a   \8c¯\7f\9a\fàõO\ 6[\8b\16Pÿd°uhý\ 6ðw\ 1­\1fxrùüä6áï\11\a¥Iûl®õ     À÷Ïæ\8aô\13Ðþé\1f\r¶!£ùwãK\12ÐF«\92\80"ýB    \92\80\ 4\15æ\9ftóï\19\98á\91
+H\9d\ 4\14ç\9fÑþ¡ù\vô;ëøOzòÚB\ 1\84\9e¼Æôï&4¾þÉq7!\r\884\10\9e¿3V5\7f\19\1eí\9fþÉv\aåO¿\7f³À?΢ý\8f\1dýIô»Þ\vyÀ¿Î{\15ÿ\8aëç\91üÖËO\17\9cJ~\8aë·È\1fÍúõò7¾Ï\vEºÈðå\8c³Â«ù×%Ýþ\8bô\9f üV¬\1f\8d\9f\9dÊ\ 24ë¯\8fðîÝ\95ùçL\16Ðqþ¾Ó\9f\8b\r 7\a²ÀÜ{ÊÕ\80\99º\r´[¤çÐÁ´\12\90¯\ 2\9bÚARo \9f¼r\ 3±\ 2õåUp\85\ 2]\fe\ fÇ7û\ 6\1cÆW¿;ï­U1 $\0¼Õ     \0\89\ 1K\1e\95\86\ 1%\ 5ì\1dT`Ýú\8bð\1e\8eß\19 \92\ 2óØ\85\ 2
+LX¿\80\14\88^\80ú\0\rènÿz\17dkñ\8b\vÕ» ©[\7fÉ\ 3É´|~>¢ßÙ\8fÒòå\r¬\ 5ׯÞLÖW;ºB{\91ûÃÌÛÀ÷Ö»D¼fJ`üÞú\90\98ß\94BúÝø=óËðQ\ 5/âÏÖÇ\ 5þ\92õi\16ë£\87×[\9fÆY´ýúø\81\vhþjíe<y_%LùB{IÖG\8d\7f´ø\ 3á+Ä/\ 2¢¿\81øE@û×Ó¿¸~\11Ò\1f°Þ±÷Xn~\ 3î\aÂ\17\v/\93\ 2\80×X\7f\ 4\9f½
+^\¿\9c\ f\82\9f\9d
+^²\1eÍ\9c\91üQ\b\7f\8e~\18\15ýÉÑ\ f$?\91÷$D\ f,â¿>z z¿\ eá¯_\7fë\11ÿ!ú?\eO\f\ fç¯\8f\1e\84I)¿\84õcïã\82\7fäèÉ3þ·\11É\9f\9eÿEúK:ù'®_Bô¯\97ÿ徨\ 6\7f)\80ngD\7f\ 3\ 1t\v\19X\1f@w\93N\ 1Éá\8b\84\ 4\88:\80î \ 1¢W@Π\ 3H\1f@w¥p\87?Ãk\ 2è[ËZ\86"w\ 2\b\180g÷sc@\87\ 5\88~ý=Ú\7f¤@±÷æ\82¯ûÿÚ{\13ö/B\ 5Øy/bø#ê\f@9| \15 \ 2þ¥à\89\ 2\7fÉ\0v\19\1a\80À{\16ðÏP\ 1\7f\ 4\f\101|s[~\90÷7ÙGûç¡üÐ(\0\827H\81õó\97\f o\91\0Gá3\ 1\7f\87\14°~ÿ¼\8b7\rÐM\ 1z¯3À$\ 3À{äÿê\r(\1ft\ e°\88\7fD\ e\9cÞ\80ô1£õS\e\90\1eÊ\8fþüS\9c\7fzf\0ù¬\93_\12ÿú\19:pjýáç»ü·í_\80\ 1\býñK0\88ÿôñ\97p[ÿoð\1c="?~T}e\8a=6àzé7Óä\epýâÏ \8c\8exGp\1eÙök\87\a´\e°óÈGW\r|V\1f=\e>ººÄ_\b\1eÙIµúbð\8d\9dÇ\16^\8f¿Óá/ѾáÈq\v¯¦}ã\9djÿÄàE\80įÖ\9d5y¦]?uä½$¿\80ñõÁË4!öÑ\a/\93\8bÁ'¶\1d[xà»\bóÏQ5\7f\91þfÄ¿\ 3ü3ëÖ_L}\98¼\8a~äÔ\9dù&ýrðÉ«æßë΢t\8aólíæü-\8cl|uþ@î\ fv\1e-;\8f\r\ 2½ó(\9d\1dZ>zr¾9;TXo\9b÷VÂO\e\ 5Û\97g\7fbøÍëô\97\9cübU\14 \87¯\90\ 6\19\b\88\82\ 6Â?\1c\18_\¿\884°^ÿÛdo\1a\0\f\9fo®?s@9µî8`Qìê\15\98\91\fDö·°\ 2\0ý\ 1\80\9b\10\ 5j\ e\0Né37u¸3\90\82Õ:ÜY4þ@ú\8a\83ë¯O_qá\91\ eqn~¤ÃJúÍ\13\ e\7f\\82\8cN\82\89ø\a$A\að\8fÈ\86ѧÿÕøÛM\aÆE(AÔ6X\8d¿]ÚPø\0¤Äß\80\ 4U\1f \97ø\9b\8eþ\84õ\83.X\1f\7f\96ãgÈ\ 6Ök\90\12\7fÓÉO!~1¡õGé³BüÀèèOÎ\1eÒÙÐòøÏ,\0ot\16\80\98½dÙ\87²/ãßbö\8a¥ô±výUôç6\17~Õ¿Ó\16ÆÜÀ\9déöO:?0\13\1d Oîåù\81è\ 3\1aòA\1ax½ü3\9c}ÕÂë}\10Ö_-¼\9aþ\8d#úiàõéãÆ[\0¯O\1f7|\80ÛÂ\ føà^µþb\ 2K\98\ 1þzýa¢\ 5øëÓÇ\r\17ó\17ñOhÿ\ 6\12\84öO\9f\0\93!ý+\@ö¡Ñø\ 3        4³\8e~d\1f~Vñ\8fìÃ\a\15ý]úð7é¿øð\9añ¥ôÝr}f\95¿¥¶û\8bô]Ñ\83´\88~\a®\ f8\83ö_mÿ[§ã\1fÑ\7fâë/\17ô/Â\a$ÿúó+)\ 6h9ý¼\85Wd/ÓúE\ 4?\90À\93¼\92þ\84ë3        ÊO}\ 4%#ý;p}kvhý:ú\95ó/ þÒûoÐ~Ð'`9>\7f\1fÈßx&?Êõ\93\vû¯:xùú    ´¿ÔòÛy´~\ 3þ\8bGü£Ï>¯×O.ô\9f\18ÿ\b\fÄ?¢SÊ?\81þØ\7f½ ?Ñ\7fO\88þôghõúÉMù]ó?.å·0ÿ\19ѯ>\ 1¶Ü>ybÿ{¨ÿ\aÎï\r\92ß(\ 2\9eÀü¯\8e\7fx\8bð\1fÈ_q^i\7f
+ëï\1f®?ô?\ 6ÖßëìGqþ|\ 6xÓþ.·?tòGðßùúkcÿ\røïåá\82ÜÙ\1f\80þâtæ¿5~\91\91þ5½\ 1%'\80 \aH¯Àý\8c\f\11\ e'p \ 16\90À1=S\0Áè\ 4¨D@Áè\14 x\83\84\f K\8e\1c\11\80þ\10×D\0¯\17`\86\12ÐZø\1e\7f1\0b7\a\85\1f¸\ 1á,\80×;`%\0S\18¨Üã~}\7fRX?º\7f{\1a_\7f\bîg°þ\9aûÏ\1c\80IªùËI\fVµÿb\12EL`ÿõ÷\9fMJ`|\8d\ 1µ    PCò§Ý?ý\11²\99\17\ 3@3\9aÿ@\ 6þ4\ 1ø\81\e\ 4\13âß\9e\0Ĥ¢\7fñ\b\9fä×Ýõ·t\ 3îZþ\b\ e<\ 5`¯è_\86\87ü«O\ 1pY¹ÿ¯ë\87\9cä÷pý\90\13ý¨¯?Û°%á\9cöOmÀÛ¨Ã_\f\80D\1dÿ\8b\ 1\bJA8Ñ\8fZ~Û\14\1eé?¾As¥ÿÄùg4¾þ\ 2H©ÿQN`Zx}\ e\8f#\aÊæù\98Ãc\80\ 2é;Xo\90P\ 4¶EÀ 
+8ï\0u@wðÎ\1d\80\12\19Ò:\ 5\94òcÚCP;?\92áÎ!\1a\1c\bby\9d\ eººDs\82×_b¢[´W4,\1fâC\e\10\1fÚ0j\1dà\92SÚ@B\10Di\83È58¬R\87JA\14D\7f\ 3ô3ke\98\14DA,¬×\81%\88¢á\1f$\ 1¶CtWuÐ\9dK|Þ ú\1f¸\84`!ý+Ƨ$\ 2\8bt°1j'Ð;HÀú(\90Ë*\ 6\12\17У\ 5Ð\e¡^éÄ\88\ 4\10²\8a\0ÄùG¸~j#ÞÇg
+ÀC#d \8a\96àþéo\81±\13\84IA\18ä\84#úÁFd\98\9e\19\91|\8bæ®\11É·h®\9dHá&ÃD\ 2\84Nóå \90\14D!'¦\81×\9cB\91\13k'\1aß]8Q\82\13MY,íøúS\bC\89Ü'xÅø\9c\852\81õ\e(\ 3ãuë'\ 6¡(\8bò´\7fú \14\9d\ 2µð=ýIô_\83(íþ©\15Py¡\eà¯Ï"¡,ÆÓþ\rd\91L`ÿ\a²Hè\16ñÕúËY$\93\8a~å \8e\ fd\91Àùë\83\0\13Zÿ\91 \10¢?}\19\1eË\ 6ÔB\7fwÊðXkÁú\ f\94Aá îÅú\8bA\ 4v .øO\f\828$¿\a\8a¨Ò-ä+ú\13é\87N¡nÓOp*ú\11\83\10\ 1Éÿ\81"ªQ7\7fé\14ÊF
+¢·ã«k \95,\18 \7fÔEÐlFôÓëo¹\88+Ôÿê,ÔR\ 6åÑþÏÏÆ/UP4ã\8b\ eü\ 4éWïÀS\16Í5ÿ\v\ e°Aú{ \8a\84\rªùË·XæGö\13gá\ÙO"¼Gü¯·?\1cû_\17ö\87|\v$«ä¿\98E\13¡ü\1aȢѭ¿|\8b\ 3êÏ\81[\18Pÿë³\98Ôö\ fÖß®Ú?¯õ·¸~\1c\0ºÔ_Bü\81\ f¡\86íg®áÊë\7fÏ\7fñÐ\7f\1aÀß@ù©¯aj¡üÒWÑ ,Ükù!eá ý5\10\7fq:þ\95³h¬\8aþÅø\8dÏ\8fè×\a÷Èþ÷\11Ù¯ú,V\1f\91üÐWRð     Ñ¯¾\8c¥O:ú\15×/£ùëË\0úü\90~g$ÿô\ 1ì\1a?\1a\8e\9fìI<÷â\17m\12Ï]û¿Ä\9f\97\90\ 4ÂI<ñ^\12\13\97Á=Á\ fįÈþ\8b¯³èä[T^\85¿\18?àøw¼\97\ 5i8þ}\81¿\18?ñhý\ 6ʸò\ 1Z\ 3¯\8f_\9a8\81õÓë?®$r\9a¿>þ\92Ðþé+Y\18ÊB¾Ú\7fqÿ2Ü\7f}\12\ e\1f µðúøÙlUû/ǯ\10ÿêý\a;¡ù÷òKô\1f1ÿëãOt\8bõjþW·\90îÊ/¾\85t-¿^ßBºK¿%\89æ\89ü*I4:þ\13âgT\83þ®üªI8Ãû·'á\80ñ\15\95\84(\89\88ã×qº\97\ 4\96\10ÿ\f$\81aù¡\8f¿püç\82\7fäG|\8c\8a~äøOP\8d\1f\94?#\8fø ý¥ç\7fgtú_\8e\1fiõ·\10?±:ý+Æ\ f\1cÒ\9fúø±sN%\7f¤gìÊ-¬5~ÚÀ\83gì®^ñ¹+\80]@
+p \80\13î*@~Å'©\ 4\88\18\80IP\ 1ª\ 5\90S
\91\03\1a_\93\ 3·g\0=b\0(@\ 6ÊhLP\81éËh`\ 12\90A\94TãËe4\90\ 1=PF£
+°××pÄ\0\ 4t\80\ 6\ 2\10P\0i®Ñ2<T`j\aÐó-\86K\aPz\ 4\b\1aà\1dÿ\89 ,\ 1ñ\8fæ\16\ 1\ap ¼:\ 3ÏGd\0÷\a\10"ý'è@¨\ f`<\a o:À¥\f¯\86þDüg\9d\ 2\94á¡\ 3­çÿ\19­¿þ\0ÌÏP~ªÇ\ fP~é\r0.#|×\0\v\80Ê\ 1(h@é\vé\95\bÔ\9aFîãËR\92¢\aÎ\1eèE\1d\ 4¹\C[- \8bw\bD\ f\9cîáÛ\8b:Êâø\8b\0×\8c/^#[<à\r>^Ôñ¸\88\80Ý|\87Àð    ÀÝ\87´8\ 3ôîCZ|\rå\12\ 34©èG¾\ 6\a×o`|\84¿^\0Ô\bÞÍw\ 4\f\9bï\b\98dUó¿\8càݬ\83n2¢\9f\81\b4Õá<Á\ fÔ\12\ e*üåg´\9fñ\9f\9dtü'×\11Òѯ\K\18\8dßÏ_¬\83CµÄOø«Oàø\19í«ý\93ë\0!þ׿\ 3Ã\95\80íÅ;0r\1d!4\7fý       VÍ ºû\10\18Gàî>d\95\9cJÿ]Uâ\1d\97\9fµ\12¯\ 5\ 6\ 4¨Ä{õ\10ö]     Ä\ fa_K !\841¡ñ\a*¡Lw)\88\85JÁ¯s8\85\10\88E\1c\12\95E\12\12\90{&Á¹\92ïÕþË1¼Ye\81È9TV)A\84\10L@\1a\92T@\12\\7f\ 6X/á]h0\19\1eZ@zü\93}F?)Þ¤\1f\ e¡é, ¹\12R|$A\1dç\80^\8c/¾Ä¶X0\1a\ fä¢\12k9\8a{T\89ÕÒe6\9aÿp%Ö\16\12«\aã\8f¼¦\92Ñø\ 3\95XI\7f4ð#\95X'\0?R\89Õ¡õ\1f¨Ä:©Ö_ö\80\ 2À\7f \12k@ô3R\89U7\7fù\ e\rZÿ\ewhÚñÇïдã\ fÜ¡Aã\ fäpäYµ~²\aæTü#Ò\1f\87à.èO®Äú\8cþ\8b\a¦\19_.\84B\97¸\179t«\12«Aë?`¿Z\87ö_\9f\ 3auû/\17BIªõ\93ßr¡#¤fýôGxµ\90ÉMú/\95`\9fÐ\7fÍÁ¸©?,Û_íøê;\05\87âBÿÈ\1e`º¹ÿD¿\19­_O¿R!2ËöS\8b¿~ÿf¤ÿ\a\9e²\9e¡ý2à¿!þ\ex\89\95Cø7é\97_\ 2¾Æ_8B·:þ\13ý'\8bøoà\ e\85\83úO\7f\87ÂAþSçà;¾Ãw±~R\ 4¬¼ ÜÏ__ÈÌÑK¢·é/BûQ\9f\83\13\11ÿé\vɹ\84ä×À\1d²\ 4õ\87¾\12oFòo ~\93uü#îÿ\8cøW¿ÿü\92ð]ý맻þ\13ÁS%úký-¤\10ð\1d\9a\8bõ\7fUÉV#ÿä",p|}\r\ e\87èG\9fÃí\1d\92\7f\9a\14,N\81\80ö³Úÿ÷\9eN\10[ý      îÐZ¼~Pþ\98\91"*H\80\ e\942\8eh\ 1Ñ%¬\8bK47\ 3\0µ\88ÊM\ 3ÎC\aL\1f\0¨9\147\ 3\0%\87â\89\0      |       øf\0 LÏ\ 2\0\ 1\ 6\90ô\ 1\80z çîü\8dÎ\ 1\14\8b\98p\11\18ó:\87HtàÙ\04¯s D\a\9cËØ\99×9$b%V6\0ÍU\ e\15®\ 4\bo\99DZ\12\0R)B³X`k\b²A@W\8ap\83'\rØÀ\83J\82R!@Ã.`ÛA_\bP>\85\ fh    A1l¡\8e\ fûpæu\1a«XÌ9!\12\18\9c=XA½\rί\ 1]\91°\18C\9dÑøúbε\ e\8by\9dÆ$Æp&Êâ17_Ó1\88\80\ 6b8|\8f¦\85\1f\88á ñGb8Vµ~b\fÇE\15ýÊ1\1c­\b\94ê° ú\1f\89á\18\15ý\8b1\18.¦}A¿ò{¼  Í__G$éè_\9c?gñ\¨\101\v"#ù\87
+)
+uxf¤\82\ 6\8a\11s\fÈÜKÃvÓ3ùç\8c\89ãs\1aùÍõ¯gø\97úG\82Gògà5\16(?Ð\19¶PL\98ë\b´&Ä\ 4\14àY\80ç\95¤Ê=\96Í\84°ïîp\8a©.g^ÞóÑh\0I\ 3;z\8fãJ\ 3\8bQ\f¾\88rS\ 38ÈÁ\ 3Y\0ìÄÜ\94À\8eÞ\ 3»+\81\1d\9f"]r \14\85É*  (¿ç\93\1eipo\90\ 4Óï\9f7hü\81(\90E\1a\12¨Ó:\ 1\82\13íu\1aTt\82=\94\8b\ 4|\91ä\ 2^®$òÌ\82òÐ\ 2\18 ¿¨µ \85J:|\8a\ 2ó  Z j\rV/¢ÜÔ >#\1f\ e\9d\82\vëÇ7i/ÖO¾H\82,\18}\10Ãcù£Î\ 3\ e\93NþÉ\95LP\10B\1f\84
+\ 6É\7f=ÿ\84\87òËð)<U\94\1a\rBÕ{$-¼>\v\85\83(\rü@\16\8a\9d\0¼¾\14¼±[\16Wy\16æõsBR\10f³ J6ÅÑ\82\ 2Ç°B\f\84K!4\13\01\10q\ 6^7\ 39\ fɪ(@\8cÁ\84\b( ·\81¥<Z®Å[ð\1f«%ÎðY        /ÕRq*
+\92orè8HÌ£ãsü\16^\7f\93$'Õør\1e\91\ 3µx\9d\92~\84\18\ 6]%néw \86\81%\90>\86a\10\ 3\ eÄ0,ä\1f}\fÃ"úA>\9c0>\14 \ 3/\ 2s\f¨\85WÇ`9ÿõ\84¿þ&\ 6\9f\83]à/Æ0¢GãëóØ¢nÿå\18\90¹Éÿ\f\1f\1fÉ\ f\9b\91ü\1a\88\81r-\95\16^}\13Ì*å\87H?³\96~¤÷\8c\10ÿÀ÷\8c\84 \b\1dÄ\9fU¸>\bbæ5\bR:x\19\ 4\91Ã8\ 6,\81>\95\8c\1f\85\1e'a®F¢SAb\10Æ#\16Ò§\92\95÷\8ct"X\82\9fUðr*\ f\14!úT\1ehB\fTsIZ\16\94\82@ºõ\93«\91 \150@\7fó]úãT\1a\9d      q\19DºX\7fñ2\ÉÅÙ88½¼Mß3\0?\88´I\80\16\ 1;wB0¿\9b\13\ 5\84÷`§½ mÛA\ 6ÙXÁÂ\ e\1cÒ"vîÖp3ºÀ\14\ 3kAE\ 1?A\f\ 2\12"Ö*\12\82¸\83\0§ >Ï.EElGÆvV\I`:\88\19Ð\ 1¸\14)ç´ 9\f\94\91&\18H\8a\82Î@oLJ\92¼ÔõÐIr)\9c\82$\91>')LÈ\18Ðä$q8\ 4\1a#jI\12\f\92d\ 3\92\84ër\94
+\99¯%É\8cã t¯\9c\9fÉeA  À\8d\8bJV  ê \9b\82$\8a\f\89¢s\a\8aÒ"¼\ 6.\815P]-&\97\94ª\eµ(èS[\r=ïq\82W§¶\1aªnt\82WëcCöH\v¯Om5d\8f´ð#o4{Õøbq\95´\95·káõÏ\83\18
+*\9fÆW?\ fbf4ÿ\81çA\88{Oðúcý   1á@yJ:\94º=¾ÑÑÿUHâ\ 4¯\7f#×!\192P\ÃE@\7f\ 3i\r\1e­ß@yT\9f\94ë÷újÒ\15ÿ\88!­Àã\1f\9fW0Fq*Í1  \8b\ 4\80>/\89\97\13\10ÆOH\0êïÖ\94¼\16\1d\ 1I\8f\ 4\98\1c\93p*\ 2\14cbô¾Ï        ^\9d\97VjKôã\ f8\84d\ 6ÝU@\\9bâîú\95ú¬O\ 4\b?Ð|\82׿¯âxÿ_¿O!?ð\8cÆïùG¾[\14\1e)`\ ehÜå¿\12и'\0ùn\91\8eþÄýOP\ 1êË\9b&Ä?#åUÑú!\ 5rÎKã\80Ä\84àõµ%f\1dÿ\88wC\16\ 3Dc@]Ô\86(vàËÚ\10¢\ 1F1Q6$\87\r\8b\a\f\8b=\8d¯\7f\9fÀ\19\0¯\ fH\1aªMÓÂ\ fäeSm\87\16\1e\9dI\9cc!Ó\86?\95w.UâL\r)'õûX\86Ê;\9fÖO_\9b" ù#ù\83ù\87«ã\9dæ¯\1f?êÆ\17çOY5Wó\17×?9ÕúËÕõ\92\8aþDúÉ\ 6ðß@m\93\8cøo ¶Éü\90~(\f4οì@y4\7fµ\ 3o¡üÒ;ðÖ ù\ fäõ\9b¬\9a¿\\9dÏ\81ñõö\83uHþ\8c×\86¸Z\7fÑ~ö\88\7f\a\1c8z_ã\ 4¯x\1f\92Î4\83\8eÿD\a,òøæÖûv|&|½þ\92ÿ\ 3éOý>7¿KuZ?õûÜ˪¨öOÄ\9fî\15\á/Ò?½ïsEÿ²ÿ\84ì\87\11ÿIk¿\bö§Aãë«\83òû\18×ü'ÕöÓÙOâ\81\9fzûG
+`Uÿ©Å_]\e\92\ f\94\9f\7f¸\7fÐþ\19¸×\11\91üÒ¿/å\94òC~\1f\15Í\7fà}\13º\95p×þ«þ×MûÏeÝøâü9\0|9\7fá\18nÒÉ?ñ\18\ eÊ\ fý½*\ fí\ fý½*Ïñ\9bV\7f\81[5\82ÿiÉÿlù\7fØÿ¤Ë\ 5Cþg9ת§`~j®&«Ëû\1aCI\81\14     \96\r\bá\ 4\88\r°\ 6~àb,GÀ\ex}R\9ea\ 3¬\1d__\1e\9b\1dÐ\16\80xíøRqÀ\88àõåí©6Åiÿ\ 6Ê«£ýGçàB\0#¡ý7fà\85ÆYE@â\11^F\bh, öÀ,Ú\0\90Î\81#@\96%`\ 3\9f\14Y¹üÂa\ 6ø\ fT7£\9b\95§\rTk\0kÐúëß'(G``ÿô/,R}õ+\ 2\94\96-0\97_F°Å\9bñn{_£d÷»z\86n\93º¼M)Ю! ¹@8]í,3x\95É eã\94C4V";\ 2ºê\12ë
+\ 6²¡[\1d2©ó:ËÛ*¨\ 3UféÖÁ\f;Ðç\13ÙäÁ\1a\ edBج\13\ 3rrp|¤Gì\8cô ^\8fÙY;þë"ïWbD<È\99\10\e\ f\1cä°!v1¾èH`1¦?ȱhü~ýÄëÕ\8e\fÁ\85\0_]\ e\923\93£R\r\b\8e\98\87ô«w¤}VÑ¿|\10g\95û'\15\89Gv\94Þ\ e¬\8eàM;È%¤Æ4\añ\94\1c\9f\9f   ár½\1c\88@£¾Ýãf2ä\1a\ 2Ô¿4ë'd\bë#1~\9aoªAÎì\85\8eÄÀC\87:\ 1(WÙ\9b\8bëg\91\1d6à   Û»\ 2\8cà©HÕÕúK\ 2Ì»Y%ÀÄõ÷ºõ\17ë\vp$»\85×?Ô\b\ 5\88^\81òýô+üÅÌô4\ 1\ 10\92\99Ρ¤¶\83\81Ìô\8cD8ÈLß\16\1cLaF$d³"\1a´a\10ø4êÔ\81Â
\ e\f²¥a\a\ 1.b0È\9d\19ä5Ç     ±\81\98]Ũ=º\ 3\ 3ïÕÑ=sCU;õ'\12\fO'b\r¼^\91\96\80̺\ 2-¼:#ΰ\1c\a\ 2B,\87Úù«3Ò\8a\ 2ÔÌÿ2¥¹\1d_}KÐ\ 4\1d¼\9c\11 Û?9 \83öo  \14³\8aþäx\f\1c_\9fÒ\9d\12\1a_}"i2Z?½\1e¯'ò-|§ÇÅx\12ÕÉ8Ñ¿þD\993\12oÒ¯e\11xA\7fb<É ýï\1d   ±Ò\18Û1\8bCôºÒ\98àË;æ\9ftU,Sðd=ZÀ\ 1OÚÏ\0^s$Ëá\14ºdÚÀ\ f\84S"^\0 \86ñ-WË\96ÄÒÁË[®â¡vF*häP;Ý\Á=)X#\82äX\82Q± x¨j\10<
+I
+¾¨A*@ÿ`E)V§\81\97\1f\1c\88\0ÿ\81CI\8b8@£\82øP:W\110V(\84c   P\85ªëõ:\ fM\90á[Êã&\14¹ÒU\85\86[®´ã[A\97ü#=ئS\ 1"ýCþ\1fH*\80ü¯WÁnÖñ\9f¸~3Ò\0#\87Ê\13â\1f½+M\ f\ e\\9b\90Ø\87ð¬Â[\1f¢Ï
+\16/\87Zd\ 3ëk-ò\8b\ 1W6\98X+Î!\ 2Ö\ac½C\f¬¿Õâ\ 3d\0õ¡(Wü¿" ±V`D\ 4Ô\v «Zuw\ 5\88O\90\0\ajÍA\ 6Tû \9e\ f3nú ~Ö)@\89þKÁ~\rýË\ 5û\11ýé\ 5`଴\v\ 1(ñ_0H\81÷ü'\ 5bê­\ 2sÌ*\19\bÄ\94¬\ eÔ\81:\10\b×\1dà@L    # \ eº=\14¯Æ:ª¶f¤Ì\9a_\7fõé\8bß\987óöÕï\97\95,àoe\ 1é\1f_}_B\9dv^:\riùÍ7o¿øÇ\1fÞ>¾ûúÛ?ýõÛ¿{û§¿ÿÍÛ\9fÿòÃ7ÿþõ·ß¼ýî?ÞþéË\1f¿ûøxûí/¾þí/ß~óþöåwßþáÛ¿üøö«·?þøã\9fÿî\8b/þö·¿½ÿøÇïþúþ§o\7füâ·&Åßÿåÿþé_¿øó_\vÜû\1f\7füþã\97o_ý˧\7føjÁîÿ\ 3½Ý¦Á
+endstream
+endobj
+347 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 817 0 R
+/Name /Im324
+/Width 28
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³```°\ 3bûÿÿ? á\aõÿÿ\1f\0â\ 6 f¨ÿÿ\8f¡\80\81\ f\88e\80Ø\82á\ 1\90|\0\82\8c\a\18\18@\98¹\81\81\81\1d\88ùA\18h\98<\14ÛCq\1d\12þ\87\8a\19ñ`\86?@\ÁÀ £Y³B  \0ç¼1@
+endstream
+endobj
+348 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 818 0 R
+/Name /Im325
+/Width 47
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α  \800\10\85á\93\b\ 2Bj+Á\ 5ÜL\1dÇ1\1c%#¤¼"äéÝ!i\15Â×Ýû\ 3 \11\ 1¨*\ er\95ö$\86,\ e¬\16Ñ\99_^iW¶`k²l\15-º·\88K\µ\es3ð_{ÕkÝëgF\80;\94G\ 2\8b1ÍÓv.7ß:h>
+endstream
+endobj
+349 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 482 0 R /F1 480 0 R >> /XObject << /Im166 175 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im170 179 0 R /Im167 176 0 R /Im73 80 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im102 109 0 R /Im71 78 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im170 179 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im49 56 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im51 58 0 R /Im188 197 0 R /Im64 71 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im99 106 0 R /Im72 79 0 R /Im52 59 0 R /Im62 69 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im170 179 0 R /Im43 50 0 R /Im48 55 0 R /Im62 69 0 R /Im75 82 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im92 99 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im62 69 0 R /Im65 72 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im99 106 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im51 58 0 R /Im43 50 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im61 68 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im72 79 0 R /Im310 329 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im65 72 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im65 72 0 R /Im48 55 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im48 55 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im99 106 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im170 179 0 R /Im72 79 0 R /Im310 329 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im61 68 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im103 110 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im43 50 0 R /Im62 69 0 R /Im45 52 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im42 49 0 R /Im65 72 0 R /Im65 72 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im66 73 0 R /Im51 58 0 R /Im72 79 0 R /Im56 63 0 R /Im44 51 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im61 68 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im53 60 0 R /Im46 53 0 R /Im66 73 0 R /Im48 55 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im66 73 0 R /Im51 58 0 R /Im72 79 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im51 58 0 R /Im51 58 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im75 82 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im61 68 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im66 73 0 R /Im54 61 0 R /Im46 53 0 R /Im111 118 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im72 79 0 R /Im168 177 0 R /Im69 76 0 R /Im43 50 0 R /Im62 69 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im46 53 0 R /Im44 51 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im70 77 0 R /Im46 53 0 R /Im44 51 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im46 53 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im94 101 0 R /Im48 55 0 R /Im51 58 0 R /Im54 61 0 R /Im53 60 0 R /Im46 53 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im43 50 0 R /Im51 58 0 R /Im53 60 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im42 49 0 R /Im105 112 0 R /Im71 78 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im55 62 0 R /Im68 75 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im53 60 0 R /Im62 69 0 R /Im54 61 0 R /Im66 73 0 R /Im43 50 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im70 77 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im68 75 0 R /Im54 61 0 R /Im69 76 0 R /Im42 49 0 R /Im63 70 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im47 54 0 R /Im42 49 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im64 71 0 R /Im42 49 0 R /Im65 72 0 R /Im62 69 0 R /Im62 69 0 R /Im45 52 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im71 78 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im66 73 0 R /Im66 73 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im88 95 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im43 50 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im51 58 0 R /Im111 118 0 R /Im54 61 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im55 62 0 R /Im63 70 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im66 73 0 R /Im51 58 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im42 49 0 R /Im44 51 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im55 62 0 R /Im51 58 0 R /Im65 72 0 R /Im44 51 0 R /Im48 55 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im105 112 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im72 79 0 R /Im56 63 0 R /Im54 61 0 R /Im51 58 0 R /Im89 96 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im64 71 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im105 112 0 R /Im72 79 0 R /Im326 351 0 R /Im327 352 0 R /Im82 89 0 R /Im79 86 0 R /Im85 92 0 R /Im175 184 0 R /Im84 91 0 R /Im179 188 0 R /Im86 93 0 R /Im82 89 0 R /Im79 86 0 R /Im179 188 0 R /Im178 187 0 R /Im79 86 0 R /Im83 90 0 R /Im218 229 0 R /Im84 91 0 R /Im80 87 0 R /Im84 91 0 R /Im81 88 0 R /Im176 185 0 R /Im81 88 0 R /Im176 185 0 R /Im179 188 0 R /Im176 185 0 R /Im178 187 0 R /Im81 88 0 R /Im85 92 0 R /Im223 234 0 R /Im114 121 0 R /Im54 61 0 R /Im53 60 0 R /Im62 69 0 R /Im66 73 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im66 73 0 R /Im45 52 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im49 56 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im61 68 0 R /Im65 72 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im62 69 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im47 54 0 R /Im53 60 0 R /Im68 75 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im37 44 0 R /Im25 32 0 R /Im165 174 0 R /Im95 102 0 R /Im24 31 0 R /Im23 30 0 R /Im93 100 0 R /Im328 353 0 R /Im37 44 0 R /Im93 100 0 R /Im38 45 0 R /Im24 31 0 R /Im87 94 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im97 104 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im44 51 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im44 51 0 R /Im62 69 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im55 62 0 R /Im106 113 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im38 45 0 R /Im24 31 0 R /Im91 98 0 R /Im33 40 0 R /Im92 99 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im43 50 0 R /Im68 75 0 R /Im70 77 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im43 50 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im53 60 0 R /Im62 69 0 R /Im66 73 0 R /Im46 53 0 R /Im47 54 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 350 0 R
+>>
+endobj
+350 0 obj
+<<
+/Length 819 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cÅ}ËÒå6\92Þ¾\9eâ,»\1d¡#âJrvîèi\87½\18Ï\84\vË\vw©ÔR÷/©/\1a+æíM\90\99 Ad\1e| K5\v]\88ÿ$\90\0ò\8eDâoïþíñ·\87\89ós6\8fÑÍÏÑ=~X¿ãh¹á-7øyxNÁRË\ 2²7|÷ø_\8f\1fß\99Ç/Ë?ÿcùçÏïþ÷ÿy\f\8foÞm°Ë/Ís\98sç{ß_m(\8cî\19\8c=þ,>Ýò\7fÔðvhÈ8d\18\0\89\ 5Ø\1cz_@í¸w^"\11Ìð\1c\829`Á-;\1aa\98\9fÓ\86\18\96\16\1a[o;\1aô]¡aç§\rG,¶\86·¢a0ǵØ[\9aHäÞ             îü\84\84\9f\9eÞ\1fw\84\8a\16\11\8dÜÒD#õvDcû®Ð\88ãÓ\17;²5¼\15\rf,Ö"·4\91Ƚ\13\12Üù    \89)>cA\9dÜòV´¸±X\8bÜÒD#õvDcû>£\11\87°\12Ú\8e\ 6·¼\15-a<`\91\eZH¬}\1d\90 ï
+       \eVB; A-\a\7f\8e\ 5\12ÜÐDbíë\80Äö]!áÝs\8eÅJPË[Ѳ    ±\ 3ÐÚÐD"õ5\1e\90ؾ+$¢[Éì\80\ 4µ\1c\90\88ö9\17HpC\13\89µ¯\ 3\12Ûw\85ÄdW"; A-oE\8b±G\91µ·4ÑX{; ±}\9fÑ\18\aótv: Á-oEK!8sC\v\89µ/·#Aß\15\12vx\ 6w\\vny+ZìT`\91[\9ah¬½\1dÐؾ+4vuJcîêtoðÓtD"·4\91Ƚ\13\12¥>\rÁ\91Æ.Ô®=êÓ³Nßaº\95z\ 2õ®Ò§l$ø¬BxL\9fU\bµL#«¶\r\86¿\9b(,?<ô½u½ë\ f»H\9ci<â\90\9d\ f\16\1e3\ 35\91XAÝ\8e\ 4\7f\9f\90\18çg\98\8f8,\r.\1c×!·d\1c\b¦\8dÂ
+y@\81¾K\14\9cód=1\ e©e\18\ f(p\ 3\8f\98A\9a(\1c «®\ f(Lófse\f\96\86Á\99#
\92\986
++ä\ 1\ 5ú.QðI\82/ìµã\90ZÆp@\81\e\fÒDá\0Yu}@a\9e\9e³?nDj\19Íq\19rKF\82\81ÚH¬ \a$è»DbçtF"30ãÀ\r<b\ 6i¢p\80¬º®\19s4áätl\r»h\88#     \15\ 6É\r\90û&¶L\80\a}A,¶¶®:\8b\ 5\ 1·ì¢!,ä´\99\15\ 4´7´d\ 3\r\9a\193,ÒÕ\9a\8a1·fs\10\ eܲ\v\8709²°2TniÉ\a\1a63g\82´\15sRký+þ\ e\96\94$\ 3ä\86\96tØ»ÞX3A\1e´&óÙÖl\ eâ\81[vñ\10\9cÛlÙ\fÄ\r-ù@\83fæL\80\aã\96ùlm\1eæÓï\86\83|\bn80ë\ 6Ã--      A\83fæL\90\98sk6\a   Á-»\84\bÆÐþg¨ÜÒ\92\114lfÐ\ 4i\ 5\ 6õ»eI\1cêwË\92Z\ 62>2\107\bH<æg2=\9fÖ?Jn]¶(\86\9d[S\1f\as\9b\18om\8dGEÎ-;·Æe\977\ 3\86Y<7 ø\94ãgÆ\8dË2\1d\8c\efAjÞù6ÿ.7\fl}f\98Ü\ 2áS\8c\9fy3u2\8eg\ e¦ÖúWÌ\86\1c\ ff`þF0)ûÜY9\9a£O\92¹rm¶GV¦\96\ 3+§µÞH\9a¡r\v\84Q\81ÁίK'³«ùzk®\7fÆßÆ\13\9dd\88Ü\82`Sv»3ø¢\87\ 6\81ÁÍü\9cJ\ 6§\96#\83û\93\89Q\81Á\81×Ó@×xݹÒJÎ\r¯ñ1Ï8  \?%\84\ e¦sêÍÏ\15קÖ騣¹åÈõÓ\99ë'h¥Î\98\95\98\1cø\7f\96ù\7f>óÿ|æÿñ¤¶÷\96
+L\ e<>
\9cZë_e]N2:«rHf\9fq*{?¨÷Bzïê\9dÅ÷®ÞY|ç\96å·S)\13rK'n\ 5.;Û{ÿ4\82tHÍv>ýÎ\16Z\9fâ\82»Ò§\86>¼J<\ e\86À\984`m\b,Í~*\f\81­å('â&æw1\11ÕPÛ+Ì
+L\ eòb<Æߺä\85\8d¤ë2Tn\91pÓäD´[l\94¹ÓÆ£öc9±µ\1eÄ\ 4ÿ,K       ?\92%ÇR"7 Ø\94£ï²ÁOÇ\b~æóµùhÔsK)\1d66<\b\a\95\ f5\89°\8d_ðú,Ø\ 6#3ßágñàü\871\12z,\14r\ 3\82M9ú.\v\96Nì\Ë\82Ô<\15²\80Z\8e²\80%å.\v^ÉNM\ 2l\18\1c\90\98»\ 4 !vþYæÿ\99\1cÃ]\0p\v\82MÙí\81ïçÍ}9ñ=\1d¢\1cø>\1f«ì\92\80ÇߥE\17F\ 5\ 6;¿¯\ 3\95Ù=³Wf÷Ì_óp ðplhyÊã\1c6#\8e\89:¹¬\82Â\9d\a"\9bÌB3\87nsKä\96\f\15\9báÝrØ\9dIb\11Þe^\8a\1cd.~f\ e¼4\1dÃZöØÐò\95\9d\81&\7fô\103+L\9e<ÄÌ.\13\eÏ;\ 3\91ý¿óÏÐ8\83)\a=0\83\80Ì\ 1!°v¢ßQÃÎ5\19\85Ìf-\14Ê!wFI]\v
+rG\81ÙbÇ!³Nå){ØSÞ\86=pGé)ãÜ\91¢ôE\1cioèðL§è7
+%\8a\1d½\18\9a\8fÚ\87[\ e\8c\12"µìölÔ\8fn5ß\94\99aé¤\ eý®­Ç\b17d\9eIGl\9bUÏ ¹¡Ç?ÝFÏì\93OüJö¡æ\9d{òïr\83\19h\ 33LnéðNó@DÖ©\93XsÒÚ|\8c:qÃÛ\91µJû\93\e:¼S\1a½ÉT[`àÀS\1c)82Ù:ø\91\ fql\14ÞâQδ\9c\99+Órf.nɼ\94¡^r\97bKÍC(¼«3wm\84¹3Wñ³\83ü\8f\96c\86L˹¡Ã\96Ú9\8bhi\11\ 1C}¢±5\1fU\ 1·\1cTÁ4\91
\15Ȥ+EÍ\96"\fvy¿t\12\ 4ojm6çß\99#5s`w'gÛá\19\94ã\1fèÙ\1e=\83\9d8íf²ïäkwµ´©\b¶Tv\15ñÂvQm)\1e(k\8b£\19³ö\91\8f)ÆgHG ãsÚ²\92̪\13¶ï·ý\9b\82Ôù÷ôýÝãÛÿ²õù\1c\86Ç\9f\1eë\7fþÛ§\1d¡BÚZûô\v1\8f9n³xs\81¿ßò÷â¶ùMõm¿çï6Ò÷G¨\91\1eǧI\87,\94Å`'³Zd3e1ðwâ\87M;o¿ço\0éÛ#TH;gÒQx\98Â\96\9cä\xÎ3\7f¿íßtª\95\7fOßm¤ï\8fP#=ÅÅÉ_h\9f\8cG·XÓsàï·ý\9bT`þ=}\ 3\1e¡BÚû\95\rB\9aî\16'
+)æ@ßoû·y\92ü¤ßÓw\eéû#ÔHÏ+\e\ 4\97Î6\92¸\19\86d\1cÒ÷[þ¶\13\8b¹í÷ü\r }{\84
\1066X\ 4ÌJqIý§ÓÉíû-\7f\ fóFaü{þn#}\7f\ 4Ö\eñdy$á\98ôè1Æ5R¾Â\94\8fÍ)K5·\90æhIèÙpÖÝ&\91·ï]BO#\9f\8ao¿\9fr\90hY\90aë} Þowù\15$ Gc·ð%       dúÎ\ 2z\1c((Æ¿çï}\13?e\9f-¤7\81\e\97í_c/$\90éûmÿ¦³¬ü{ú\16\91¾Ýg\ 3i\12¸q°\9b-N\ 2\99¾w\ 1=O\e\80æo      éû}¶\90&\81\eÝ\96øÀ\ 2yû>\bè\99\93|H@Ï|\8e$ }»Ï\ 6Ò,píø$\17l\13ÈÛ÷. ­Û\82 ù÷ô-!}¿Ï\16Ò$p\rÅ\13\eNÚáoÊ\19Í¿w:Mßï³\814\vÜ\85\81\87p\10ÐÛ÷. \r\85°³@§o éû}þ*B_ÍL\9aBÎd]\84²ãSP>5Y¾É''Ù\ÿ\9d,°e)N\vý\89\aØ5¸\12´u\9cÞ\94\8eDæýü6ÿ\9d\ 6b\81]ý}\9f\89L6¿ò¸ú\ 4ù°5nr2   óe¥NÇ»\8bÛa8c\93\84ûéï\e\ 4?ñ¸ê\ 4óiM\8ew,ά«Î\89ã0³7@\8aãüwÊn@'ø©ÇÕ'ÈÇ¿ãf\b¹Å\ 2J>\17\1fMçä\11²1\ eJ£øû\ 6ß1ÁO<®:ÁC\98<{\15IUóùvþ;\9d¿±\82©þn¶\81Ñ   ~êqõ    òñT \ÒEù¤\95â\83òÃñÕd\ eʨú{Ø\98\1f\9eà'\1eW\9d`>_÷äb-r9­\14\9f·\1fòuÌIq\95\7f÷\9bq\86NðS\8fûy|&E\99Æ\81¯\90mºnK\15ØuYäkH¤ëª¿\ fÛa\85àI}Ú\ 14ËHQqé?æ â\8a\\86ô÷i\93ð¬âª¿û\r\8d\83½ô+\8f\84N\90³\16Â\16\96d\15ÇY\14Y\85\9dUÜùï\eüË   ~â\91À    \1eTÔ¦\ 1v\157\1f\921ÓQ\8c9\ 4Öª¿óÝ;}\82\9fz$t\82\9cWA\19L¬â8Ó#ÿ\9dns²\8a«þN\1aáÅ\ 4?ñHà\ 4³\8a
+»ï6\9b:#Ä\93\91\92UÜùï'ãè×\1f    \9dà\9eéµÅÉXÅQ.
+ÿ}\19mtG\15wú;gÀ½\98à'\1e      \9c`>~\89»O\18ø²òA\85\85a\8bг\8a;ÿ}\83\7f5ÁO=ÒgöE\17\86\8aGí6\8d\9bgÄÚlÿ>þþ\85ïyµÃ¯Nê7ç\ 5\8d¥«7S|\84µÑþ}ü½\80àÝ\ e\9b¾âl7C\81Õ̲  [ô\92ÔÊþ}ü}¿oxu\9c¦/\98,\97£O\16¦\8ddYmìßÇß÷û~WÇiúzIú\87\83\9a\98è\96\11«\85ýûøû~ßîê8m_ÎñM\86M\r8
+»æ\13¡ü}üý\ 5ßíâ8M_\8d½^\16ó\1cYb±¾\7f\1f\7fßï\9b]\1d§é\8bùÃÉQØR<\87ù ¶÷ïãïû}¯«ãügúZó\ 2\17Í.ÛçÉof\16ÉöÃ÷ñ÷ºou¹Ã¯dÙ>EÊý"Ù>Å|\80´ÊöÃ÷ñ÷\ 2\82w;ìó\85¶MÛEúè²\a²\8aôÃ÷ñ÷\80ïs¹çN_'ÐFf\91N\e\97Ezþ>þ\1eñm®öÜçËd\1f\91DzL\82pÜEúáûø{Àw¹Üs\9f¯\12\rg8m"=\ eä\12\91H?|\1f\7f\ fø&\97{îôEîª\8e_MY "=:¾f·\89ô0ñ­\9cM¤ïßÇß#¾ÅÕ\9e?\97/\91\87\871!p¹\1a\899I\9a×\9fëÏ?\1c\1aVa´C\9f>éçß        ÎÇçÆ öVVR2\83ç\v\81¹!eT¯úb\91^õçúó\ f{CX£â\19úôÉ?\17\96à³cP-Á\96ï\903hó·]Ç\ec:£?\7f\ 5\1a\9c¿×ÀT\86,¿\82>÷Ï6ôyÒ\94/\91\12u·¤súvc\12êIG­åî\8a¯í·\1föï5\8d!÷T~Ño\85I\7f¾¡u¿k\1e\92ÀLIÁ\96³ñÖo\93\8cUVp§¯õ·\1föïT§m\87,¿è·/\12¿þÓ0záË\85U\bOÓ®6×ïU¯³\87uúZ\7fû!\7foA\11\86,¿ø·ø¢|>\8c\8a\12G\82Ûîôäï\95È\92"^o\ 3\97_ëo?ìßk\11»\fY~ÑoñEù|\18½ð9·Ä\14O\17¾øÛ­Â')÷\14<(¿¶ß~Ø¿WU\9f{*¿è·\1d\8bòÙ0¢û\ 2\8b­¸À=|\f\-Â\fEËÛÞâ©6P\ 6â\86Í0ùÝûw_þÁ>Ìãý·ïÒE\1d»Éèõ_\87ï/Rwññþ\87wnX\14\9e]ºY<»¥á\9bÇoþå·\8f÷\7f^$|HpkË¿W-?T-\7f¬Z>V-\7f¯Z\1eUËOUË·\0Ô_\81~þQµ|_µü\fü¦îùGe¬\7f~¿î¯±óÓ¤{eÉYÛb~q½nÁ\roÜ°e\18®e\13       fo¹º¿Ï8§Ã­E½Oåöºé¼½¹å\87ªå\8fUËǪåïUË£jù©jù\16\80ª[~\ 4\ 6ÀyÛ¨/\16^^8ó\8bTôjc\82¯\7fC?õ\8b2,»Û[¾¯Zþ\1fð\9bº\9f\8fÀo\1e\1f«\96ÿ\0 LÕ2¬-\b1¥Æ\98¤û¼\bww\0®»;¶|ýÛ#7\845沸]#\17w2\8boµp\ 17¼q\83O©ÿ[ü\8f\96nnXþ\7fá\86EhÆ0,îÜÚ]BÎ1Ix&\89±j\19à\96/ìÚñ\82e\1c\94î§_·ûù\93tïƵÙßè\fÀ¾îÞüºÝÛ\eÝ#ôõ úZ\18Ä\rÚ\12Ö{öIçxgÏ\80îïÛ}üuÉ÷\93òvÝý'åmßAvn\81\9d\1ecª¿7~B1\10ïï¹ÀHÏaq\9b¾°\8bÝJ2\98\97Í\8fl?ýemñ\8b+qÖ[Áø3©ä\16\86²#·¸ê7V\87\9a+"Ì¿ñ
+\94{Îs8c¸øƧ±rËTµp?£\89*T¨Z¢Þ\8f\1fT(\rC\88Æ\16\9d9\99iqI\96E\88Å\90ÞU\9bäâ\99\b\5½Üâ«\96¿\1c\f\86\17w?â\1a¬\eÃHÎkØr\17BÎÐÜnÅ\1a:\88¦ßçoñîÇí>)Ü<P9ë\14\1dX˶ù¸Ý±æ\96·¢\85.\96ì@\8d"·+èÖ×\96\9d»\95ÀöU¶-\ 3L.\9d-\8e\9eªZ¥Ú´É\bó\9c®Ëß\W\94\7f\9fË\8a6¯JÞ\1e\81\9b\14O\19\83¡\8a\11q\§\1687\8a¾\1d]!âßówm\19.Öäp îýó\8bõ\7f\17³pq\8fÜ<?R\91\82Å\rH\14ø\9eirñ½6\9aü¥jù©jù]Õò}Õò§ªÅ\14æ1Ó\80\r[=¢L%\96\9e/86Pá£\ 3\8c^ø¨*?A4Ä\ 31\rñ8­\9b\7fv¤}¢ýµt\872\7f\7fú=}\8bÜw»O¦¡\91*5Zª        \91©ÆR9\ 3n0üBF\86\9b\19×().ÊÓ\15\94\14Çx¢¤½å§ªå÷UËG å¯"%¥ÄÖ­È&S\ eµ¼\15-[µ #ÔÖÒY>\8f¨j \ 3_¦ª¡<Ð\15DÚ´EÜ\a®\14\932¸Â\ e\98ÿNgõ¼÷Õß©\82\r\1c\17þÄã\12\ 5&VL\15Y\8cå\8a\8aLpüà\ 4\99¯\15\12Hn¸C\7f\8bédK\99´\fw\ e\96?U-¢L\8aiª[A,¢\eny+ZÖu8\ 2ÁÅü\88zÖn\ f2\89¾ñÓômOâÄe¦·=ÍÝä¿S\92 íiýw×<]ÿÄ#\11õ¸´\8dfÍZ¤úwL,\96ËßQÃ8²\12`\98Ür\87~\16"]\f\89\82\90èÞò§ªå¿V-oJË\99ÆbÌ"\9b(*Æ,³¹\85\1fûÙ¡Bëå)&­È)ÊDZñ\98rüj\8bã´\95!â-\8e\8e\ 5À¶¥û÷ñ÷Ý\82èò8L:[>Êh©D`&\14.SÏ\r\81\92É\19"\14\85\/\91Í8?Çq,\14Ø\98\8f@\8b¨Àââs°\f%\ 2 \96\ 3IxVi;\14·t\18CkÇî@\1dÛw·àñ\13\15Û¤=äw\93x\ f÷ïãï\11AsµgVK´÷\9c\ 4\93\89\81s`¸!]5X½\14\ 6É\rwècéc(O\99¦\8a\1aö\96_Dj°1ËDÚ{\e³Pä\16VK;Tè¨\83ÆÔ°v| \86íû¥¬HFäúCÏNP¤ºgsÞ£ÓWÜR\fòwz¿n\87,¿â!\13\ 2¤ÈÏ\85\11S\98[£Gq±´éu\17¦(ËïEP\83á²Ã\19Æ\8cjx\1f§±ð\1cÈ\89û\9fìj-{Y*¡½å\9b"Ô°¬ßßÞ%BØ:ç\7f/d»´\98tß(ú\85\1a\16Sp¡\95\ f?¼ûò¿ÿ`b|üþ§wÿvèÀ.\96³ØAð+`Ù\81¯àý²
+2<#°Øæ\19¾\1e\7f1¸b  ¿õhRJ\5þBú'øe×½\f?Kø\87\1aÿa\12áÓC]Õ\ 2.ª½\82wö<\7f\9bàSúîPmÀ8\9c;0ëÏ\ 5\ 4\92ÿ8Õ;8\9e;\88ϱÂ`Ý\819\b3XÌÛ\13üX!°p˲&v°Â
+\9aE@\81Kh\87\19ZBm\v­ñÂ\12új\ 1\16\86<-À¶$ÖLÂøÞ·I\98ÆO"´\82\8fÀüi\ 1\9d´\80\8b`GñwÒúuà\9fÂUõúUø/d"ãï'\ 1ÿ\9a\82ís\92áE\11\12*\ 2Té'Hû'ÑÏyý\b~1\97\85ùWãk"Ð\8e\ 3$\ 2\15EÈ(\88Peþ#6ÿ\9a\81     ~\92tÀX\89@uþ3¦\ 2\9d1þ«UÀF?N\14@^P\ 1òøÎXh|mþÎDhþ³B\7fÎH*(
+*DÞÿÅ3¾Eÿé\ 2\ 6Bÿêú¥ÂÙ7ä\8f\1aDþ¨ë\17$þ«×¯\96_q±\9f\17øÈð\8bw\153<Lÿ.bû¯\990N4A\ 2°~4þ\18 \13ʬ¿>»§Kó\9f\ 6² \8eó÷\95þ\91L\98uüTbÐ'øå¿S6\0\86j\ 3í\16(9t0l\ 44\13\ 3¦r\ 6¹\83\11ßÀ9\82\e(+ /
+\90Z\ 1-V¸\97Æ÷þ\ 1\87ñ«\rÔ\18ÐË\ 6\f¬\0½Á\f(\8d\ 1½Å\f\0M\81y\8bÙÐ*¼\13ǯ\f8M\ 1x'\19 µ\ 2P×Ïû[\ 2tq\ 1¡ý«Mø­Å\a'\98ðcµþ\9a\137mò7ù \97|¸i\e\84Ç]¸\99\87÷\97<¸y\14Fïpà\ 6'a\8f;pÃ(¬^\87\ 3g6íuZýÚüըפWÐë        \bÔ+s¯qF@@â^\99z\r©ÿ\13¼ ýdóßx/à_Ï_Ý\80\aÚ\0\r>@ðz\ 4a\10ð¯Õ¯\1a\ 1\19%x\ý§\b\ 22¾Ê\0ã,í_%=5í·h\i|aÿ\15ü'\8c\81\99\9d\80\7fÀ\19x\9eÁýWÜ×ÁCãkük\8d(\80`íc\r\86¿ê>Ziÿp\ 1hÉ}h\8d¯\99\8fÖmÚ+ÉÿWæ£\8a\7fº;\ 2Яºþ\1e\93\9fªû\9a®·@êO\v\8bò\87Ã\1f\92ú5\93À@²ùi£Ï
\95ù©Æ\9fF\89\80êø\93\1a?\1a%\rZÇ¿T\ 2\980\r®ÂÏ¢\ 2¬\b\7f\96\14H\8d¿ê\7f\ e\12\ 1\9f\86\15\88\7f龨þ³\11\158¼þÎZhýUÿ×F\88\81Ôø\83\15\15\98àþ(ów\12\ 3Öû§úßn\86\14°\16?s^\12 xüÌ\85«ëGñ\97(\19P\1dñ³(*\90Jþhî\87£øåeÿ#\ 5 î8 nò·<\90µ@Ç\r\17ÄÍ¢\ 6\82\ 3-\98\8d$ýâ7¦\0L   ?W\ 2\õ?\r\82\80+\ 6\1a+\v ô?I\11\13úÂù\87Ì¿Ó,\80KêC&\7f\96Þ\ 58\1e½\9diïKpÜz§ØÑiòpðÎ\f$<¼}I»Úì\8d\89Ðôuïs\90æ\8f{\9f\96\94O       \ fï\9eq\16Â_\87\9fîÍß;pþ\8a÷á%êŽ\ f\13¤õ«½\ fÕû\8c\12ýÕô«\9dÞ\9a\18\ 4ø\8eÓ[3J\e\88»/f\1c¥ àî\9f,}p÷\7f\8a\10\ 3«øÏVb\0ÁúÔÜ×ñ\16\ 1%÷µÆ\1f\ f¿X3\80û§\9d\9ecòW=}4\12\ 3ÕÖ\93î¾bë§Â\8b\ 2\b§\1fëPúQÖÏc맻¿¢\ 2ÃÃ\ fA\1a¿\9e¿æýX\ e\9f\95ê\e>|°¢üÀ­w+Ê\ f)|§d\1fL\92\ 2À\ f\7fì\14³\ 2\7få}ë§ç\92\0ƽ§tz.È\1füôv¸G\7fn@éOó^Ã-\ 3ÂYI~Õø«Þ\8b(?z¼\17'      à\ eïÅ\8d\90\ 5¨z/¢\ 5Óá½È\ 2\ 4÷^\82\ 3\ 5°|\80\92Ü×\9a\0\84\ 3\145~\101\ eP)xDM@\85\82\81\aì¾64 :\7fÙ\ 2\11$\80æ¾Þ#\0?`\ 4 \1e\9f\ e\8f\8f¿%\13¸f\0õøßL\90\ 6Ð$\90·\92\ 5\8a¸0||.ºPÕøu\ 2'\1f\9fÛÍý/à\1d¤\ 1\93\0òn\96à\85ô\8d3<ÍßSø \84\87\ f\10½\97æ?Ã\1aÀ\8b\16\f\1e\ 1ð\ 1\v\ 1h\16\90\17]0<\7fË\8f\98\a£ÒÏxÏ\ 2H)ñÈú©é#Ó\bipuýflý´øyÈ!\18{)\7f\8bÓ.®\86\80\821·B@ë#\8c\80\ 1 ÆÏèøÃ\99N\ 3\8aÀ£\ 4\ eGßg2\7f\vpÉ|\977/ÇÏìôrótø    \82WãWÆCø«Ù\13f\ 6\97Oqÿ­4~GüÈNÂøuüH\8d\9fùA\18\1fg~ã±õS/ °ð.à{. °ô-'\80_@\89\84À²\90\97\8cF\18¿#\7f\89ý×\12ÿþøW\83\80´Ã\ 33\9b\17ðõá\81\1a¿\19¬0~m½êé\13\834\7füø\9e²¯[û¯ß\1e\11\19\18O?°\ eÂ_\1d\9fÝÇ\8bûÏ·?ú\ 5\bÅ/8}«!@Uü\83¸\7f\ 1\13\80jü#Ü\13À6:pý\94øS\9c\84ùwÄÿFiþ¸÷`GI\ 1àÞ\9f\9dDx8}ÌÎ\92üí¸½3K
+\0O^vÃ\0\9a?\8a÷;\88ò\ 3\97å\17\1e¾1\92üèÈþçøyC\7f©ñ3\87\19\0jôD\96_püÙ\89\ 6\b~þàÂ=\ 3Æ\ 5\ fÑ\8ff\80ñí\91\93þ\83o¿ñí\91«ü\93n\8f`ü£À\8f¨þÐ\92'¤ýÇå_*À\8eÉ?-z\85éO\95\7fgI~ãé\7f\7fz¢_\98ÿ¥FODû\a?ÿóö*þ\1cý\1a¡ýÓìÇ\ 4\87Ø\8f\9c\0p\91þSôê\ eý{\7fUÿsôHÔ_øå\9f\88ÙOjô&\8aö\13~ùgÄøO\87¿g\7fû    ³¿Õõ\9b0ù§îß,ê\ fáò\8f\9c>\9dÞ&Z£§\85ý-¥OËü\17\ 6\8cÿ´õËÑ«\8bë\97£WÝü·\8d?Ñðæõåw5øEÔ_\82\ 3±ëmôy\10\95¯
+î ðVì¬\81¼&:Í`\ 4x<ñÔðÑ­¹vqÕðÁ\8b¹vqÕPá\ 5o^_\UcW¬zÌë\8bÇjèÅI´×\11zqÒþu¤\1ey\91ú\ 4ÖÕn^\91éPÂÃ\a\87éѬ\1a\1e98 øh xuý8ôÖX?=õl\80àµ\83\aê«ä?Øô1\13F\7f\94î=·ø_Oý\92è·#õk\90ðïH\9d2ØþÕ©3\9cº%í_Ä\voðÅ\83¦üRÖ\8f/\1e4øG\ f½¡óWBG ÿë©c\92ü©éOËûN¡»Õô(é\a2ýR.ǼÝûwtþG羦¢?µò\10\1dü»©È{ÇoÎ\92ëSÂwäî\92ës\1a\1f6ýøæíi|8ñĸ\0â¯\9d½\88ããgo~¤ñ}ãìL»yëî­_\90ö\1f?z41
+ãã\85\97øèæ\ 4\ fÛ\9ef\14ñ\87\8dO¾y{Z?Øúä\9b·-xÕþ\9ayÿ^ß\9bÑS\9fg\89~á³W;¸[ôk\87\19¢_ýè      ã?5ôn1þWço1úi\1d\1dµ×_Ó_\13Ä¿zê±D\7f=7o\9d\ 4\ f\1fÝÚ\10!úUñ\8f\12ÿKø+G\1f\11ã?5u\98ì×\13ýâG?Ó\0Ñ\9fºþ¢üÁ\13\9f¬(\7fjûYO}\16éG8úWBçÃpQþñÑ\ f&\7fô££  â?õè@´_pûÝ]¶_8uz\14àñЭ£Ðí        \7f<s\18\94?úÑ\11f\7fè\99ÓÒþu\1c]\ 4    ÿ\9e\8b·ö\96ý\9a\12\9f\91ùë\17w¥ýﺸ\8b   \10õìr\1a/
+ð=óY\10@\1d\17w1\ 6ne>_5\80½è\0!g÷tñw1`Ø\ 3ÛáëÜ\1d5öo=h\80)g\1fN\14Àp\0ËSé¡\13¼°þòÕ\ 1O\95\ 3O\ 4\8c\14ÏåÊ[fõ\80O\12¬Û\ 3\8eþ¦\aLWð/{À\ 5ü\ 5\ f¸\1c\1f¿¼I\11ÔÓø\1d\11Ô\0\8d¯z@\14A9Áã\1e$\95¾=á\8fß^¦Û¿'x¼v\14[À%¼ \0å\b\9aa\v¸\80¯#hz\ 4\16Û\7fÝ\ 3\1e¤ña\vÊ\8c"ýÂ\16\94a\v¸Ä¿#yRZ¿\ eú\9fQú×"À\12ýt\94\8e\1e\820~\1dÁP-x:Á9Áã\11à\9bò\83#¸­õS=\bYþà¥\87©tL\8b\7fU\ fÞKóïØ?ö \eû§â\1f0üõÚSó-ýa#&¿õÒ×þ\96þàÒ×­ñÕ\bÒÄò×\ª\1ck'iýpýcéê^[ÿh¥¯F     \1e.>à\ 6\8c\7fõÒW"ýâ\1e\9cÁä¯ê\0X\89ÿ;<8ö\80\eü£\97Î\ eÒúãW/Ý\fí\9fêAz\91\7fp\ f2Hú»cÿ\83¨\7fðý\8f\92üê(]\1eÅõ\83\93\a\8cÀ«øÓå\8b¶ý¤Ácô¯®¿h\7f 'Øì\80JöSÇÕÁA\92¿\1dW\a\8d\83ô§ê@ZÉ~éI~Äô\87zu\94*O·íw-y\10\93_\9aýï=jÿ+ë\1fÌ-ýã\83$ÿqûÍGÌ~Ó\93\17=\84¿ºþ£è?ÂúÃ\8fÒúKô/Û\7f~\92ä7~\ 2é'I\7fáþ\17_½mí\9f\9e|(É?Üÿ\r¢ÿ\82\9f@ðÕÝ«ú'\18\8cÿÕ\13l\8eß\84Öå\e­z\eÉ¿ð:ySõ\1fÍ(\8d\ f_½6,?\vxü굡§\8bR$ýÊÕkÃò³Ä\1fÏ@dù\19^'_«'àôüYÂÿõÓ\19çø!Í?Ø-~XÌß\fÀãY\1cÀ\99\ 5\ 2ÀoO\1a>\82\fײwùù²Ó\ 2â)pì\805\b\7f\92\b°\ 3ÿI\1a¿'\80ã¤ñ;R\18¬0~GõªAÚ?\89\80µ\14¼{û\97\ 38\8dýÓSðDúÃ\8f\90ù\ 4¡!\80ô\14\ 6\89\7f:n\8fzQ\80Â\ 2Ü\ 6lýTú¡ò\8fW\ 5¸\8d÷\ 4¸å\14¨\86\0×o\9fbë§Î\7f
+\10ÿ¼ªý\8dð¯\ e?Kø÷_\1dU_<Ñ\1fî@R
+n\8b\14\ 6c!úQ\ 3\10Fä_¼ö\94\15ÇÇ«ÏÑíÓ«ú\83o\9f\1f|ûôªüt^\92?\1d·\17Ã=ýã\82h\80âµÏ£4>~{-\a`\1aû¯Ö¾§Úk-ù£Î\7f\92ö\ f/ßâ¦\0á¯ß\1e\95ôWGíö\19s\0ôñ1ý«:\90\ 3¶~ª\ 3M·çûé\87\1ch#Éÿ\8e\0\92\1d@ú×\ 2HAÀ\1f¿½Í·Þ®Ê\7fÏ\aP\17í\17ï®ò\1f×^\93\1c°\8e\0\8a?×nÃä§z{8JüÓq{xÄä¿\ e/ÑoÇíáI\92\1f5ÿèµÓPûYá\9fYZ\7f\89ÿå\0d\18\r¦ÿ`®ê_\86Çä·vû6\98YpàëÛ·RùtNàY3\80Ü1\81ÈÖÅ\v§§9\11À\82¸Ý"8ë\ 2\94\1d\11P°b\aT=ò\8c\81P>r®L¨-\ 6ã¤\ e¬`\ 3\9f\9fï$\fèý×s\a@\14\87;ðâ\14\84
+°J\r«ä\85Ùº\ 3<\8f\85n2\96\1dtܤá0Ì"Î/U±c3¨\ 1¯\87qfa\v:òx&i\ap7Âð9¸{\9dH©ÆQg\89\ 6;ÜðA"Á\ e7|\88\ 2<b\ 6\9dn\92\94ãÃ7¹òM\92&ýi7)Eüñ"LT\ 4ÿ*ýð\enWù\87\8bØ_¥\7f.bßÂ_\r\ 3P\11\9f«ôk£È?øM\8c\ f^\ 4~´÷øg\94è\a9Çâ0Î\0­¿\1a\ 6\9d$þ鸠  ;£ü¯\15!Ãä§z\93c\90ö_ÊC\94Ï!\1c\9bAîu"¼\9eG\83Ñ¿\96\a\9d\8aè¯fP\ 1\8f½\0EE<ÖáÉ\e¤áa/\98\94àx\10\88³ø\vpcðC\0\ eâ\95ããÚk '¬\84ï?\ 5lÌ_\1d\9fÞïn\8d¯\9eÂq\10¿\84ÇK¨r\10op\97îá\19zBå4>p\ f\93³°%òëxC*`ðz\16w\80ÖO=\85\r\12\ 1ã\87 \86ï\ 1\95ì\87\9fbs\10ÿ*ý\8aìßq\8aM%¨Oðø)6\1f\ 24ÖO¿GÌðîÒ)v>Äk쿪ý¨\84äiÿàSlËY\94\rþÓï1\8bëßa=\ e\10ýµêh´àÕC0/­\1f\9e\ 5\97¬Ï;ôo\ 3¦¿Të9Jò¿Ãû\18\85{\1f|\8b¢Á\7fª÷1Iû×á}Ì¢ùÐQ\ 2Ö@ø«\87\0F\84\87ë0ä{¼%þø!\82\99oéß|\ fø¢þu²þ\87õ¯s\98ý¢\1fÂYhÿUëÛKú«Ãúæ:&\8dõÓ³¨%þï°¾\17ïqµ¾\vøÚúnÞã-\rà\9e\ap\9d$@ñ{´\93HÀp\1aa>\ 5»è\0äS°¦\0lÜãm\1aPJ\1aå \19p\1d50\r\ 6¯§1c\f¤¿@\84\19\80ú)Ö=\ 1\9eï\ 17\ 5¸²~ÞÞ[\7f/\8e\8f× \r\92\ 1\82\17\17\84Z
+@¯!\e ýÓÓ %\ 3\ 2ÏBóÓ=\ 3Ð\8b\ 6\ 4®\0Ò)\18¦\0\94ñçxkü \1a ø#,ÁHü\8b\e\90\\83µm@ÊøÓ\vB\96\92!{\97\8f\92ÐOàð\190UA,Áqë\81ö®=º\16üÙ\9c¿ÓðÕäUç\93RØKx¼\bNz\80H\18¿£\bë$Àã¼Ë\ f\10µÖOÍ`vÒöud0»Y\9a\7fÇ\ 3Üá\16õ\19º\ 2×"?\15ÿ í\7f\aþÑÜ£ß(\8e\8f?\0E\19à\97çOï\17µæ¯Ò?Ù\9e-úW\83W\14<:ÁãÁÏ\19ã?=ø$Í¿'ø\14   ~¸öþ\ e]áoí¿êü\eI~â\19 \9cA~\82Ç\9d\7f\8bi\ f=\83\\9a\7fG\ 6¹ÇøO/â\1a!ùÛÊ oñ\9f^DO\94\9fxð/Z\88\7ftøù\16ÿqðª\85¿\1aü\1c\99~\86K5¤ì$Ñ\8fô~¸VDOÒ¿\88þæ÷\93$û£ãô\8ak\0\9c\10\10j\0hÑ3\91\0ð\14â\ 13@Tçß`
+H\8d\9e\98í\ 1\85\93\ 1"8\8fQ$ g%\ 5jêè\87v\89ÓY\89\ 3\91"\1e´\80\ eÓ`ê\ 6\82©%¸\96\ 3ç\16       ¶-àð2\aN\r_\ 6Q\ 3á9ÐA²à:rèe  \863@\14\19\bg\80Q²`ð*hN\94@\1de é\ eÜU\vÒÍ\92\ 6ë©\82\82õC¸µ\7fÞ`ô¯æÐ\1aiþµ\ 5¡Â\8b\ 2¤ãýg\87y`z\15>IþtTáóÒúwDO\ 2jA)ã\aIþáÏXpôëª\ 5â#fAéÑ3Ì\82Ð_@\9a@ú×¢g\92\ 2í(b!Z ¸üN/ a\ 1\1c%z5\88\1e\ 4,\7fày`\92\ 5'\1fß\ 5#Êo¸\8c\1eÔÐ(ã,ï?½\80dÇù\92ø¥Øi       \8e\97À¢ÐiÊ\0<Ü`7@ü&\87ßjìkãI\7f\83ÈJ³ÇkÐsøíâê¥Ü-dùô÷¿=­ßüRø¨¹/ì>\97ë\a\13?çn\9dðÇÃ\7ftvÛ\9a¿\8a¿·Òüáгñ\93\0_\v\7f\15>Hë_ÃëÏ\87\ f ý)á³(­_GîX\94ö\ f¿ÀÇ\158/ÓÏ(ñ/\92{Äá7lÿ[oX\9cÆ\87/°q\ 1\87\12^ºÀ§\85ÿæ[ûo\alÿÕð\9f\8b×2ßéè§-¿´
+\9c¢ü\85ÃÇ\9cûÕ\9a¿\1a~t¢üÄßÀò\12ÿâ\178sø®A\7f\10Ó\1fêþ\87\11Üÿ×¹c-þo\86ï\1aúK\ fßIü×Á?tóàªü´\13&¿õÜ7lýôð¡$?pùÉ\ 5(Úô¯Eß<4¾þ\ 6Å\0éO5x`ÅõÇß\80àãÇ\8büãì|Ï~uN2 q\ 3ÖyÑ|\87\rX.áyy\ 1ýtË\80MÉo\98\0ÐÞ/\97æß\91ü\18ÅùãÑÃ()@<ùß\8d\ 6\14@Êüe\ 3
\03b
+D\8d^Òë{W\15¨\9b%\ 3\ e7ÀÓ\e\1aw\fp/
\8eèàÑ?®@¼Á\1cP=ú(ùß\1d\154D\ 1\8a+\10OÉûW\rpï¤ù×ô«F¯\9c´ÿ\1dÑ[\8f)`5úê%\ 5\8c\9f¿{º|Ó2ÀÔý\13å\97\94\95\10½g@§Ü=dÿÕñ'l|\95\7f&\8c\7fUü'I~wð\8fè\0Öü£>\ 13o\15 N\ eD}z¶ØIâ\ 1.]~J\95ÜÆ\89ágüò"±_¸ö\ 6ÔLÒ/\»xk\ 6'\f\8fÇNù      ð\13<\9e}C\17çOÓdzoèêD        ß\91}g'h|5üã\8c°þ\1dá\1f\87Í_Ý?'áßS\0\95Ìïкx¬\84\7fèêÄiýñðS\90ðÇo\1e\18\96¾åúáWw#i¯\12\1e\7f@g\94æßñ\80Ñ(î\1fpöÀá7\89þ:\1e\0¢\ 2ô-üõÂ\1d\ 6Z?\95\7fDùÕS¸\ 3£?=ûMÄ_\80¯_ Ûê\9f\92û\H\7f3\bæï¹xÎ@\ 5XÉ|\f\8b\88Ë\1d\8c\88\93O\16\ 6¾ô\82\89(\80:Þ0uS\16 \97Þ0¥»[W\19Ð\ 6\89\ 1:*\97ðás\83\0ôÊ!¢þÆÓ7£8>|õÄR\ 5û\96ý ÆßØük0 :þ$
+`ü\ 5¡Y\1a¿#ýrF\15\88ö\82\8d¿E\7f\f0Õ}çø}S\80iÉg\12ýá/\bäøY\93þµ»\9f\12þ\1dÉ[\1eã\1f\rã_5üG\85ãZ\ 6\94\1e>Ãä\97\1a¿ÌòãµüÖ\93×$úë(\80::\b\7f5|'\1a0\1dá;Ñ\80é(\80:a\ 6´\1e>ÃÖO\7f\82V\92\7f\1d\ 5PE\ 3¦Ãý\1fDúÃ\v \1aÉ\ 1ì(\80*:`\1d\ 5P9ÿ¡!?Õ\ 2 v\16àëëGú\v>ã-úõþ\9eþLÉwwô7\17`½Ê?^tÀp\a\9c_ði9àz\ 1UÌ~S\93ÿFÌ\81ÓÃ_7ùoÂøO/à*êoØþ\ f\ 3¦?ô\17x°ýW\93ï\f¦?µ\0DÈöÏë\0\84\86?'Ïùk·_¨îå   \1c\ e~SÙÊ\138\1cû\9eiîþZâc\ eÞ\95ð\95ìÐág\ 1\1e×]\86\8f>|+ñS   >\98Y\80ï¸úh½´ùxÕU\ eþùkWï\8cÃÆW\83gì;7÷_Ë\9d\93¨W:ºÓ\82o\ 3D?êüÙwn\90¿\9e;g úÑsç\ 2Äüjð,\8aëß\11üó\10ý6¯¾6ñWöo\8a÷ø\97¯Î7Ö_õý\aQøâu§Øv-áaßÓRÙ\84«ôcíUåÁ\8f'Iûß\91ûÇG¯\17å\8fåàÿEùïW·ä\8f\9e;'\8dßñúq\90ø¿#÷\8a\1aô¯Ù\1e9wο¾:ªçÎM õÐÈ}»Ê\7f²ñ\83ÇÞ&Éþèx<k\16å\7fGìl\80ÆW}w¾8Ö\94\1fÚãGâúá¹oF\1c\1f\7f½ÙHöW½\7fzÕÞ°\1d]\17ðRÝ°Q<¼à׫Oë_ùþúëÓ¢þêx| ³ÿÔØY¸g¿åÔ³\8bòÓÉö\ 3\9ez5JãK\17?µØÕ\0Ñ¿~ñT²\9fðØ\ f¿>Ý\96ÿÊþÏ\92ÿÐsqTôÞðÔ£A\94ßxê\89\91ö\ f?{àÇ\8b®ÊO/Ú\1f=¯Wcö§þø\90h¿á¯O{L~«ë/ú/Rî³\96º%Ñ/î?û\88Ú\1fÊëÏ£´þ\1d¯?\8f¢þ\85K·øI´¿ðý\13í\87\9eÔ-\vò\8fözõ=û7\f\ 6\96\9f9vvQ~\ 6Q~àò3ÇÎ\1aü¯Å\1eÙ|¤7XõЭ\12½"ë­\ 4\87©\8f\9dÏ\12\1cw¾¹ê@\ 1ßqq\91\ fn\eè«Á\ fÞ¼\ 2\1e        >qæ\1c)\9f\12\7füâ*\vÿÆüõàÙ\fá¯g®9        ¾#sm\14à{2×Èy³cãén¹êIºxº\1aÏ\vü«ª'zðË\vû\87\e\1féåo\ 1\1e\ fþF\89þpã#]\1c\15Æï\b~\ 5\88þTú\9f¤ñ;.þrÝ¥\ 2¾\16¾Zâ\92áª\ 5Åþ×\89K¯2Ï°ýÓ.~\92ô-Çï¨Û6BòK\85·î\96ü³ üP/nÒ£\1f­ýÓ/^ZPþ5\12Ï\1aô߬ÛVÂ\vÁG%ñ/°þ³/\13ÿÔºwAZ\7f\{§\8b\9fwÔ·\1d%ýÓQ÷o\92Ì\87\8eý\9b°ýÓ\13ÇDë\a\b^Sð\90\ fï\1aúG\83w\ 3¦¿\9a\89g\17×/\95]»CÿN\94?\1d\89;\9c¸Ö°\1fôÄ5Iÿt$î\10\ÛþP\12ï\9cÈ\7f°ý\90\13ß\1aòSO|Ãä¿&?rÕ¶\86üÐï]JüßQ³?Jú»#x(Ê\9f\8e\97Û'L~ëo\1eHú«cÿ8sþ¢ý\97«¶5èW\rÞpÙǦüTîÍqÕ¥\8bö\8b7¨ý¡Um\93ü§\8eª_\16ó_ÔÄ!+ù¯\1d\89W¢üé¸7ç°õkV\8dë¦\1fN|Ãä¿\8a\7f\10é\ fO\\f\92ÿØ\91¸\18¥ýïH\\8cÒþã\8f¾¤Ä·Õÿ,ñ\87\9e\\ég\94ì·       >|ÏÁ»\ 6ý¨\89\97³$?ñ\97×Ã\80Ù\7fúËã÷ìO~yüjü$ðÍÅ\86üo½<Þ\8a\12ßLï\93!ôä&­\9eyýâ\846ú|ut\8aýQàß¼~¯D/úf¥á;\8a¾Eaö\1d±C¾5fZïÕh·V#8\7fíÁOq|Ø÷1\±´\80ïHürâöwÄ\ e¥ñ/Üz5­÷j´Ø!S\7fï\83\89üf\84\83¸G\7f3b\94æ\ fËîTtî\1aýqâÝ\f᯿\19!ñOÇü¹hSsþ\8d\rþUé\87/m4é_\89=\f\ 3Ä\7fjìc\b·ä\8f5\12ýá\97Ƭ\91ø\a©X\1eËK«MúiÄ\ e\9bò[\99¿Ãè_\8dý8i|Üw²\1eÓ_­çîÓ>^\8aý\ 6iý{\8a¾aúC\7f®\1e\93ß*ýpâÌEë#\17\9dk\8c¯®\9f(¿z\8a¾Iú¯ç¹ú\ 1\9a¿\8aÿìAú×\9e«\97äoGâ\ f¿YSο#ñOÒ?=±Kqþø¥E{Ï|MEë®ñ?Ç\ e%þÃÏ~ó¥ÛnýÇ\89{\92ý,¼9¢\ 6\9f<f\80éOFH
+¸çÉ\bi\ 1:^\9c\8d\16Z@½è\1dÆ\0Úá£ã¢O¥\ 2\80\ 5\80ã[oW\ 5À$\11°tø*;ßN\14`xæ\90\93\1d@<x5Ü\13À^t\0;\82\ 3¨9 \9eKÆ7\1c\90æ­Ù\8b\ 6d\ e^^T\80¹hÜE\ 3:\17\8dk\1aÐ
+þ²\ 1\86\17\9b\a\8dýWom\ 6Ñ\80Æ×_4\80ðÃw/\e\93\1d#¦@Ôñ'Ñ\0ÄÇ\9f0\ 3@]?Ð\0R3ïD\ 3\b/[\16\ 6Ì\0Õè?\fW\ 3@ü`,f@ªø\eÔ\80×\82\9f"ÿ\ 27ÿ6x~pv¸\96øÌO^\f¯ó\1e5êá'/\86×i\9fê¥_ÒýÃë¬S=x)\ e\ fß\1a1\0µ\84\17²\96µÄC/\8cß\93x8@«¯ßº%Ú\eZ·6\1a%÷ÊùãÁ'\ e>6ÖO\r¾z\94x\95à\1dßz\19^gMkÁ\9büàìp-kÜ°íÛ\18_¿5;Jðý%ó\1aô£ò\ f?8Ûà?­d\9b\99Èv\18ìë\92m*\ 1sô°AÀêµIV>Ãë´oµä\1ag\ e\r¯ß\eÒN\1eí@\99¯ÅøØÉã\16=\8cÒ\ 6â/nZI\80áOÖX~/­)\80\82\1cýâè_\ 1\f\94£\7f\rý¡gîIûßñb0gþ]¥¿(       \90\8e'/¢$ÀðkGVf`üÚí$*P8ú\92^lE\14 \8aÿ,*`\1c\7f~°µ\e\7f
+\1e°ó{qÿÝ ­?~m;?\19Ñ \7f5øÁeC\1aòK\7f2B2\0ðÌsÇ\15Ó/î¿\93\r\bXþ9>½lÈ¿EÊÊãó\8b\ f\ 5¼Ákæ8Ñ\82À\9f\N÷ny\ 3¯<¹\9cïÝ\96\ 2\10>~v\ó²i\ 14R\a\9bþ\83lA8~óªeA¨\17·'L\ 3ǧ?M`^sG\16÷i\\f^\13\8e\17²®5ÐùÉãy]Òôh^\1aÿÜAå\83l\f[²°_}\88M\84\95\1dL\82    \11+\11¶Â/>@=\83±RÁñ\0YÀÓ«Q§ñ\ 5\1fâ¼\0é¹­i7âË\ eL\9d¾¤ÎÀK3\98 Ú\1f+|\90f`ê%\10§à¨z\8e°\ 6\15\11¨{HϦ^ÞÃÅ\8eGöP]\ 1â¢æ
\19hÔÁ,/a%G´\19¬ü\vÌ \86'*âêѧ%¬4iMÆÜ\81\95öÀ\1a|
+n\80È°\16å\9bu\9alá$
+OðÕI :¾\8f \e\9cmq\82\17Ù`ªDq­\v ^d\ 23
+ºHA`¼\89\0\19£\0\ 22\e°5Úd\ 3\15\ 3\85\r*\f4>r\83Ì\88BDI^C6\bÛk(KsGép-i®ò¡³\92(²V`ĺ\12Êlw\85\9aÔÒ®Ð\r\I\80\1e\813¶u\1cª¼\ 2@\11\81\13<\1e\88@    \8fÜ\ 5äGx'\82\7f}\1c¥¿âá\ 5ü;\1eñes¾\ e'«ó·V\82Ç\1f!¥Gtû×\7fÏgDÖO\9d¿\97ö¿£\90 å3¶ö¿U\bð\ 4\8f\17\92\f\11¢\7f5$\1d¥ýÃ_\80çW<NëWí\9fz\17\9b=lÝË\luýé.ãåõ§ã´Öú©!ÕÙ\bãwDdDùÓ\11Ñ B<­õo\15ò;Áã\11A\8aH¶æ¯Fä(\1fè´\7fxDÎ1üë|>ý\11ÝñÞü=¶ÿú#ºñ"ÿÅâ.s\e\7f\1a1þQóI©\96ÁUýaÇp\8b\7fù\11Ú\16ÿªøOÒú×ø«\11ÝY¢_éDA»\v-éoIþëù\84\býèù\80\18ÿêw\911úSóá¬(ÿà||\8e(¶ì\ fý\11\r\89\7f;Þ0õ\12ÿtÌß\8bö\e~\177Hããùøn±Û7ûû\bï\84#ñ3ýq@1
+𶢿©ªÅÀ\ 1A#À\eä\15vΧ\eÈ\808v0ã\f0\ 5\ 1Þ
+\ 2ô\1c\91Üóñ\84\ 5\10\fØó\e\86\f?Kø\ 3G\12[@1½b\11üY\ 1:\8b\97R3\16¢\0m\ 2Þ \138\9fIÐmPë\ 5x\as@z\86\ 2Ù@ý\15U/Ì\7fê~Eµí\ 1*¥è¼äÁv\94¢\vW% 'Ä\89ð°\ 6ó#êÁ(·\89\83©3âõg$0\vVO¨\93ÆïH¨\ 3=\0\1d\1eÓÀzB\9cäÁô$Äa\1e\9cF\7fÁ`ô§í?]èàçLµíW\13ÒÈ~/Àqû\85®R\97à¸úç½k\80·*éµ±×\12Ú\82°x\1d·qé6[ÿê1<ÑN9>þ\ 6¥Å\96_\7fCv\94æ\8f¿aK7ÈKx<\99ظY\9a?~\eÔ\87{ôC  m­ýSñ\ f\12÷t$ÄÑ\13j'xø6#ß\86mÍ_M(¤dì\13<~\9buÄÖO«Ä`Dé#UbPÖ\7f\96ö¿Ãû\1e$áÙQ      N\94\1f\11°þ¹\92\1ey/ÃܸM©DO(¡õªü³öªü£ùÓmØ\16ýªÑ\v'ÉÏ\8eý£|\94\16þjôÌKô\8f?\ 1Æ\95ôZë¯Ò\ f=Áx\82\aòyR F¿½Áº\1aß\v\ 1\19\9f\9d\87\8eðÑ\0       `5üÂÆg9\ 18|nù$½±\0úuTÉ\0èx\87b\96ðï\b\1f\f\18\ 1¨ù@\838>î}\eÌ\0\7f#\8dßñ\ 6«\91\14\0ÎÀ\8e\12j/Ïßb
+HMH¤R¾m\ 1¬Ìߣ\ 2L\v\7fa
+\\ f_a\ 6¨\1e¾\92\ 4(~\e\91Ké]5@¹\94\0\7f4\90üR\13JGÉ\0\96nS)ð\1c>oÀ« ¥ô\86ã\89þðõ\aå\9fº~¢\ 3\86¿\ 3âE\ 3\b÷>=(¿ôRz¢\ 3\81ßƤëðmý§¼C Ê\1füF\89w\12ÿà\ 6\84\17\1d¨\ e\ 3Âs2`a@\98\ 1/&(J \8eWd\83è\82âÅਠÐU\vÆGÉ\84í¸\8f=N÷æ?I. n\81øI\1a\1f)FGãÏã\16þ-àñðqzŵ\86¯ÃÇR\ 6Öö
+¬¤\81\9e\ 1ß'u\12þð\95\8a\1c~+àg¸\189=D2Ï/å§f\7fQì´\84\86ÝÿÙÕcã\94GO\90\94Ðx!/J\9c(ÁñÈ\rÕQià®\aÎFaô\8e*rFXwü\1e*\85Í
+p<ân\1c´oz       ;iãð\98%U\9f/Àñp»¡â©\rpíþ\80   \9b¸(\97\ e~÷ÍÄ¡ÞwüÙ7\13A\9a\7fýjêÕ¥\9b \95×.ÿ¥`Y\85|}÷O¿û¹       ¸Åâ»\12j2³À°\1d\91&ºúÝ Z=ÍKÚ88NÍ/V\94ü\8e\87y(ÌÖÜ8íÖh¨Gï(¹å\ 4\15\83\8bJKO%6D¥^0ÎÝ\91´é­\8aK\92\96/\8c:\84h[÷M\9b4¯%wED¹ë¹]\ 2ÕIÕ\16^¿±Ú½ï\ 4>ݲ\ eì\ 4\89ÊÖMÓ\ 6ö.\9a6¨N¿'*q\1c~M\94\92Ê\9bF\9d\9cSíèTp¡º+)éü¶jsé´\90\9a\15\96®\8a\bë/³\8e¯\15ôïÞ¿ûò\ fæa\1eï¿}·ðö\ 2ýH\98Óÿ¼ÿ!¥*Ûyé3\8cËo¾yüæ_~z¼}ÿáã\8fÿøøO\8f\7fýý\1f\1e\7fýûOßüû\87\8fß<þø\1f\8f\7fýêçïßÞ\1e_ÿæÃ׿}üáùøêû\8f\7fúø÷\9f\1f_<¾ûùç¿þÓ\97_þòË/Ï\9f¿ûþ\1fÏ\1f?þüå×f\8cßþýÿþø\97/ÿú\8f\ 4÷üîç\1fÞ~ûxÿçwÿü~Áîÿ\ 3ÝàéC
+endstream
+endobj
+351 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 820 0 R
+/Name /Im326
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ͱ\rÃ0\f\ 4À\ fX¨Ô\0\ 1B M¶\10\17s\1cm\92.sp\14\8d\90R\85áÏ\ep\8a+\bâÿ\11\89\v¿0n(¹¢"p\83Kíí\14\87\94\11{\83s\95\rUÙ©ü.ÔÍîoö(ÌfÌ\ 5\1c\vbL¸\94\93ýéoZ-Ç\ 6<µ¦NS\1f^\89ëãù¹ÿ\0¢ª=÷
+endstream
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 821 0 R
+/Name /Im327
+/Width 40
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α\r\80 \10\85ág(èd\ 1\13Z-íMXËÂä\18Ç1ÜDF`\0âÉ3Dk\9b¯»{? ÉÀh±ðª\ e\92Ý  \8d\9dv\17 ¦\0b3\10\ÅûÔpáhXy\88\8d\ 3ùà\97ðÂ\8d\87\9e»=\v\ 6¶,¬ZÙ\97k©=Ø\1ckýÅ\17\19ã´íó\r¼}=Ï
+endstream
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 822 0 R
+/Name /Im328
+/Width 22
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÁÀø\87\81y\ f\ 3;\10I0ð3 \90<\ 3\83\1c\b1ÿÿ\0D ¶\r*ª@E\1fP\10ã\ 3$t\80\81ù\0\83q\ 3Cu\ 3Ãg\ 6\86:°n1ͦù|\0à\9f\1a5
+endstream
+endobj
+354 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 482 0 R /F1 480 0 R >> /XObject << /Im166 175 0 R /Im46 53 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im105 112 0 R /Im167 176 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im99 106 0 R /Im113 120 0 R /Im170 179 0 R /Im171 180 0 R /Im109 116 0 R /Im71 78 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im97 104 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im292 309 0 R /Im287 304 0 R /Im293 310 0 R /Im227 238 0 R /Im226 237 0 R /Im290 307 0 R /Im291 308 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im99 106 0 R /Im72 79 0 R /Im50 57 0 R /Im42 49 0 R /Im67 74 0 R /Im51 58 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im69 76 0 R /Im42 49 0 R /Im47 54 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im69 76 0 R /Im42 49 0 R /Im63 70 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im71 78 0 R /Im53 60 0 R /Im51 58 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im72 79 0 R /Im168 177 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im68 75 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im68 75 0 R /Im53 60 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im283 300 0 R /Im284 301 0 R /Im284 301 0 R /Im285 302 0 R /Im49 56 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im43 50 0 R /Im44 51 0 R /Im75 82 0 R /Im46 53 0 R /Im55 62 0 R /Im51 58 0 R /Im53 60 0 R /Im64 71 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im72 79 0 R /Im168 177 0 R /Im44 51 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im63 70 0 R /Im42 49 0 R /Im53 60 0 R /Im46 53 0 R /Im55 62 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im54 61 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im53 60 0 R /Im62 69 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im61 68 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im55 62 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im48 55 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im64 71 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im70 77 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im104 111 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im51 58 0 R /Im47 54 0 R /Im68 75 0 R /Im44 51 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im42 49 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im277 294 0 R /Im43 50 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im106 113 0 R /Im61 68 0 R /Im42 49 0 R /Im64 71 0 R /Im54 61 0 R /Im62 69 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im62 69 0 R /Im68 75 0 R /Im66 73 0 R /Im48 55 0 R /Im43 50 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im43 50 0 R /Im68 75 0 R /Im66 73 0 R /Im66 73 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im69 76 0 R /Im68 75 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im68 75 0 R /Im43 50 0 R /Im44 51 0 R /Im70 77 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im51 58 0 R /Im44 51 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im61 68 0 R /Im68 75 0 R /Im47 54 0 R /Im48 55 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im66 73 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im42 49 0 R /Im72 79 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im68 75 0 R /Im45 52 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im49 56 0 R /Im42 49 0 R /Im68 75 0 R /Im54 61 0 R /Im46 53 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im65 72 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im46 53 0 R /Im43 50 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im42 49 0 R /Im63 70 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im62 69 0 R /Im69 76 0 R /Im224 235 0 R /Im225 236 0 R /Im226 237 0 R /Im227 238 0 R /Im228 239 0 R /Im229 240 0 R /Im228 239 0 R /Im72 79 0 R /Im329 356 0 R /Im330 357 0 R /Im85 92 0 R /Im331 358 0 R /Im79 86 0 R /Im82 89 0 R /Im332 359 0 R /Im175 184 0 R /Im176 185 0 R /Im83 90 0 R /Im177 186 0 R /Im176 185 0 R /Im173 182 0 R /Im176 185 0 R /Im79 86 0 R /Im80 87 0 R /Im179 188 0 R /Im50 57 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im42 49 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im66 73 0 R /Im62 69 0 R /Im54 61 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im45 52 0 R /Im62 69 0 R /Im68 75 0 R /Im66 73 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im63 70 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im72 79 0 R /Im94 101 0 R /Im51 58 0 R /Im48 55 0 R /Im42 49 0 R /Im63 70 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im111 118 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im55 62 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im47 54 0 R /Im45 52 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im46 53 0 R /Im43 50 0 R /Im61 68 0 R /Im43 50 0 R /Im49 56 0 R /Im43 50 0 R /Im68 75 0 R /Im66 73 0 R /Im66 73 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im70 77 0 R /Im64 71 0 R /Im116 123 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im62 69 0 R /Im45 52 0 R /Im333 360 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im181 190 0 R /Im54 61 0 R /Im46 53 0 R /Im71 78 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im42 49 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im75 82 0 R /Im51 58 0 R /Im66 73 0 R /Im53 60 0 R /Im42 49 0 R /Im55 62 0 R /Im53 60 0 R /Im64 71 0 R /Im42 49 0 R /Im47 54 0 R /Im67 74 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im66 73 0 R /Im51 58 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im55 62 0 R /Im51 58 0 R /Im70 77 0 R /Im44 51 0 R /Im44 51 0 R /Im62 69 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im46 53 0 R /Im43 50 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im46 53 0 R /Im43 50 0 R /Im43 50 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im46 53 0 R /Im54 61 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im49 56 0 R /Im70 77 0 R /Im64 71 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im58 65 0 R /Im47 54 0 R /Im46 53 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im59 66 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im52 59 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im97 104 0 R /Im58 65 0 R /Im168 177 0 R /Im114 121 0 R /Im52 59 0 R /Im106 113 0 R /Im49 56 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im111 118 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im68 75 0 R /Im65 72 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im52 59 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im114 121 0 R /Im45 52 0 R /Im66 73 0 R /Im42 49 0 R /Im54 61 0 R /Im46 53 0 R /Im76 83 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im58 65 0 R /Im47 54 0 R /Im46 53 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im111 118 0 R /Im47 54 0 R /Im59 66 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im97 104 0 R /Im52 59 0 R /Im94 101 0 R /Im114 121 0 R /Im106 113 0 R /Im97 104 0 R /Im55 62 0 R /Im62 69 0 R /Im43 50 0 R /Im43 50 0 R /Im46 53 0 R /Im51 58 0 R /Im45 52 0 R /Im47 54 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im101 108 0 R /Im99 106 0 R /Im170 179 0 R /Im71 78 0 R /Im170 179 0 R /Im170 179 0 R /Im71 78 0 R /Im105 112 0 R /Im113 120 0 R /Im101 108 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im48 55 0 R /Im42 49 0 R /Im43 50 0 R /Im70 77 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im75 82 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im58 65 0 R /Im334 361 0 R /Im59 66 0 R /Im168 177 0 R /Im52 59 0 R /Im335 362 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im74 81 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im97 104 0 R /Im58 65 0 R /Im334 361 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im59 66 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im168 177 0 R /Im54 61 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im68 75 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im67 74 0 R /Im52 59 0 R /Im62 69 0 R /Im75 82 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im66 73 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im335 362 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im44 51 0 R /Im43 50 0 R /Im106 113 0 R /Im49 56 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im74 81 0 R /Im62 69 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im51 58 0 R /Im112 119 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im168 177 0 R /Im57 64 0 R /Im41 48 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im181 190 0 R /Im54 61 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im274 291 0 R /Im46 53 0 R /Im61 68 0 R /Im70 77 0 R /Im68 75 0 R /Im45 52 0 R /Im66 73 0 R /Im97 104 0 R /Im65 72 0 R /Im45 52 0 R /Im62 69 0 R /Im74 81 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im47 54 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im110 117 0 R /Im101 108 0 R /Im99 106 0 R /Im110 117 0 R /Im110 117 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 355 0 R
+>>
+endobj
+355 0 obj
+<<
+/Length 823 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c­]K¯,·qÞß_1\9b\0v\0\8f\9a\97\86­ Y\ 46|\81,â,\1c=,9G²,ßÀp~}º§Y=ÃæW\87\1f»µ°¤¡O5\8b¬\a«\8aUÅ¿~øÝí¯7\13òÝÍæ\96Ü|OîöÝcÀø,\ 3\80\9f§{\ e\8c¬0Ï\91onÿqûþ\83¹ý}ùß¿-ÿûó\87ÿü¯ÛtûòÃ\ 38,\7fiîÓ,_\ fÏ\8fÿ~C"\9aû\9cóë\9fù{ʳ\f¼½\fìHì0\ 4\12\vðüòõ\ 54\85çÇk$\82µ÷)\98\17,däíeÄÜó\86Ø\ e%#=4¶¯=Ñ(¿\e4\82»Ûð\8aÅ6ðV\rLæu/\9e#]$ö¯\17$äã\a$²¿[SíE\19yA#»û\1c«½ØGºh<¾ö\82Æöû\88F4áî_±(\ 3\80I¯{ñ\1cé!ñüú\86Äþñ\ 3\12>Þ]ª°(#oÕ\88±¯{ñ\1cé¢ñøÚ\v\1aÛï\ 6\8d\94î!½b±\r¼U\ 3ÎæW$ö\91.\12û×\v\12òñ\1a\894å{p¯{!#oÕ\88ͯ{ñ\1c顱}í\89FùÝ ñTZeΧÒz\ eøüº\17Ï\91.\12û×\v\12µÒ
+!Þ§tPm>¿ê¬£âÜA\86õf\bá\9e]£²vEìïÞ×Hl#/Xä$ê£\0É@\17\89å\ fý\8bò~|û©+lHE\11\v\12ëH
+/8È\80̸\83tQx\81l>ýDÁ-£nÙÐ'
\88\99æ\17\1cö\11\99s\aê"ñ\05O$äw\8d\84_\88\9bÌ+1Ö\11\1f_\91ØGdÎ\1d¨\8bÄ\ 34=\91\90ß5\12;\87    \ e\ fƱ¯\f±\8fÈ\94\ 2ÓEA\98PPØ\99\12òC2ù\1e\90\91'SÆ8\95\93\9e#=¶||Í<yb\85´sÃ\13\8fá<\1fþ.¿°e\>\94Ò\v\ 3=¶,Sî\1c\11ͼ\9c¿\rGlÃö\85-eäÉ\96!\14å"@û@\8f-ˤ;G¬\80s:rÄc4¾r¥\8c<¹2,_z\1c|\ 2#¿{LY¦Ü9b\ 5\8c;G<\0\85û¼¨V;­;¼ªÖi\9d©ü~Û\7f\9bxßL\8aò÷òû\9bÛ×ÿ¼}ó>M·?Ý\1eÿú\97\9fv\86\ 6i»üIX\88\16íÊç+#-ËKòûmÿ½*Öôø½ý½üî#}}\86\ 6\1cbó¢\8b]jÒ\83õ\166qòûmÿmÒv¢ÈßËï>Ò×gh\90öË\9f,FDXÖmÜ\83W׳J~¿í¿\97\7fM\9búÜþ^~÷\91¾>C\83ôj;/Äyx\0æ!\ 4i³ë\1f¿ßöß˺\1f\ 2-\7f/¿ûH_\9f¡èÄÙn¶@Ülã\85fë'ìsäí9âÃ\ 6¼\ 3ÉÀ¦\r~õñÃg\9fÛ\9b¹}üú\83\99\16óò6­x?þñòû\17Ë\7f\87xûøÝ\ag\96Áåè^m«eàËÛÏ~ÿóÛÇ?\7f\7f¿À=F¾jFþØ\8cüØ\8c\8c\8cÜ\9a\91/\89Ù\7fhF>)sýæãf\91­Ì¿\18\ 6Qùå\f(\ 3oûÀ\14\8aÙ. 2pv\7f\17ýµ¨\88õpóÕöúå«õ\ 2\9f#\7flF~lF¾hF¾iFnÍÈß\9a\91o\9b\91ÿ#0l¿ÜbØ®â\131û_^       \17\16Gg¥BJÓ²\8f\ fÏ&?\ eE\19x\93\ 1ïÄÓ\17\98çÈ0é\96ÿ^Hg\165ïW#ðñ¹\157W°\8dÞ\16l§fä\9f\1e#¿0\ f\82/\8e¿u\8fa\7f\ 2\86ÃùYãùYÓùYóyÐy\ 44/CO\84\8dü¡ñGÐwF\8e\1f+x´\1fc>ÿOÂÍË\9a~±¨\96\rÃt7ãïÑ.îO¼\a\13kQÛ§ù¡\19ykFþñ\18Y¬÷$Ûæ\9b¿ù©¾\1c~ê//öÈTñïO\8fsúI¿¼©«\87qð×\ fñnýFbùçâ\99-#ÆÚ»\8dþ\16¦Åj±þöÅw\1f>û×ïL\8c·_ÿåÃï^>`\17\1f\98\1f\80õ\a|\ 3ï\17½\aá\9d \10\16&\13øvþ\85qc\r¿}Ѹ\fæ\8fù\bï\16a\82ð\8b\95\ 1ð\ f-þSÆð\19làâ\966ðÎÂõ/~Q\98VøÅ\ 2Ë;\ 1¦\ 6\81E+M\10\81Å\1e\9dsKÁtüÀbL`\f\96ckàZÁÔ§@ºÇ¼Â#
\86\ 2ê\ e®\91\j\a\15ø\99\83\ 6\16üg\84¿Y,0\12\ 1»°.\83\80Æ\82Ö \ 2ø\86\80în\ e\ 4ÜHj\r\9aßû¾\b\96ù-ÚÀH¬\7fÛ@\vUÀbÿ\90"li\11>®¿À/"\föϱ*ÌzÈÀ´
+²Á\0ø@ì\7f\99\7fñÉ\18\15¨Ò/f´þ\86~-ÿm"a\17\ 1\b?7ôÓTØb-!\15f\1a\ 2 \ f<\10È3XÀ¢\97\98\1d||`F\12`\12Ð\ 1\1e²\80\9b\81©Ù\83Åü>`0=dÐMóö\81E\96;\a-\ 2\v\9eù(ÃóÂUn1ì7\1e
\1cw\1e\0Ç\10æ\ 1gÐ1ÔÊ°&CÎ^\93!g9\19Òt\98[\1c#F\87©ó/¾ò93¤¬ßÍÔþi:ÀA3¢Õ\ 1êþ\ax\ 64û¯î_@ø·û§\9dA.²f\90²\7f¤\ eR÷/¹kû\97\90
+i÷O\95¿ì¯Éß\8c\14È\80üÍñ\92ü-Zé\92üùÉ]\92?¿èþ+òç\r·\7f\1aÿx\83ä\9fá\9f²~\9b.ÙPk`\87ãÿ#ÿm6\94whÿÚ\13ÐÞ3\86÷P~À\11\8cmX¿8÷\8c\rÛÒß,ÆÏÊ\0!\14#"Ü\17\9fJ\8c\88Æ\88m­ð\82@D\f\90\1a\ 1T\190^;\80\ e Í\vò)P^\906ÿê\85­ó¯W¤g\ 4Ф\rî\0߬\7fV\14\90I      ÀGÞ\vË   à\8f\9c eþ¢\0\ føÓ\a \9d\fµ\7fª\11½ÆÔÛù\e\ 1Ööouâ\98ýÓ\ e k\ 5Þ¼{\0©N\8c\8d\14ýU'¦8q\aúñN\8c\veÿÍ»N\8cî\84\85\17\87¿êD\86\99ä?Å\89\8f\1eÁ7úOÓ\1f6"üù(\8aM\9e\92?\95\7f\13¢?/ÿ6gj~\14\85\7fÞ\9cÐ\1aÞÎ\8d\0æ»9là"¸\ f\ f,\ 2\ 4l\ 6\14\b\16~À \r\86\ 56\81E>\90E\1f°\r\ 6­\13Y0pH\87-\92Ýg"ù\0bB;7f\84\16
+pÞÞmÃ\ 5væí\0çS¡£y±\ 3ÌÔ¬¡\8dgn#.\98G<³F!5| \853]t`\ føp¦Kæ\92 ºtí tËAÊ("uþ\191\11
+§j\9e\f<\88\89hR1ä&\8bö¯9Ètx8?­H½áè§í¿\87R<à\89\91\a±º~;\ 3ú%àI)\96¼ã\ e\ 2Õ\10÷\b\10\ f\90þ¼!\1e\ 2eÈ©ô\ fè Cò«xr\11Í?à\89BýÁD³Å\11\ 3Er:\8eD6§"A»#QÃÓ\91\10S"1\axzÿLFóó\86\9c\99'4?\1d 2eß}ʧ"A»#RÍÏG\82¬è¿\ eþª!-\8eH\r\9f5\9eâ\1f}þLͯßFqû§;2é$ÿ\94õ»H­_ÅßCþ£#AÖG\80?\1f      ²¢\7fëõÓö\83\15ý[ÃÓö\8b\8d\9cü©ü\13\11ý\18þ\15G\86\9b¿w\eV÷·a\9aýºÞ\86=ì×\9a~´ý\9a·@âò\9fï\9a¯\1aûå\fÀyî\9b·0b\rÞæ\12hÌ3\17Û¥F\1e\ 4A\14Ý?y0=\13\84(ðÆS«WÏN\83ðG²\8f\8dè\9ezûÀMª\82¿\9b\95³ÛE\ 4O\93Ïø\89¤ß¤$Ó ý\8b@÷(ë\ f\1cý4Ý÷ÈØoù\a\9cý
+ÿEÈþ|*Käøß4×Ðîîâf{=t\87K/¶\87oøGåß\8cèÇÛÎ&\a°þ\81T\1eñ=;ëWùw\9eÑüt2\96-·Xýù5Û\vjO\9a\7fl¹Åïñ\8fzv\8bíÔá_Õv)Ù|=ú«ë·P\7f\10¶CÁß!ýÍë?ë\12yzaýc=Z?¯\7flIæ;Àó¶gàô\87\1aD\ e,ÿk\99@Üþ©ü\93"Å?ZìÀBýÓÆ\ eTü3·ÿZ\16\8e\80\83÷²pTù\9bÑùÍÛÎ\92Ftöüt%\93°Ï¿Êü\86Ó¿Úú×\10ø9ý#YD\96Ò\1fj\16
+Ö?tìo\r _9¿\9cKÔþi\97(kø\1cÈ?}\89²Æ¾\99ùÕØm\80ö\17­?×, Kü\978þWé\9f ýÁgádG\9e\1fJ\16R\86ç/°\9f\8eûW²\88DÿTö[ä³H ý2\10{\9cÐù\81ü'%vl\90þAú\ 3ë_o§Kú×Cÿi \8bÅ]Ó¿Þ]Ó¿\9eô\9fô,\9ekúw\8d½_Ñ¿>\Ó¿>^Ó¿>^Ó¿{ìý¤þ]c6\9cÿ\86c?>ÇÍ\7f«í\1f`\7fÅé¸\7f\8f»\13\18~1\8c\ 3Z\b\0\r\98Ö\0×\fÀ\85ø\97\1cÈ\0\15\0Zð/@\ 3\84\ fþ\ 5Ã9pÚü%f'wx£Ó\97\ 38í¾ÍÅ{©Áé\9b\9b9"ä\9bÃS\ f¾¡Å\ f\ 4\ 4Ð\1f\b~\98rñoÝ»Á\ f5\ 3N\9cçaâ\95à\89\<t¶_s~\8c\ÜVð¼óc\1cÚ?þð7b|vè§\ 6Ï<Ú?\14<ác\13\fàþ@\ 4o$x\aù\8f\ f\9e\8añÚÙ?uýi¢Ö¯Ã;
+^¿8\8d\14þ*ÿeÄ¿-ÿ©üOª\1f5x(gO\rO_¼¯Á; =ùàÅ\94\8d\rý¶\8bË\bæ·\99 à\96}em\80\1f Ìÿò\ 1\87$\b~ Àü¯=~vø\0(&Å:ØzGé`\95\ 6aºÄC6x\92\87\94\0pDó\ fdAÆ\19é Ú\ 1_/\ f\19\19V\ 3°\17-\88=\80\f\93\9e\ eQË°&¤\ 3Q\16/>CÜ\84d\909C$\0\86tØH\0\fé0t\ 6*\ 1\0q\80+ùi\ 3\0j\0¡3\88/\85u\ eíß@ò çäG¥\9fG*°¥\9f^\ 6Çò¿\12@\92\1a\9e\ f FÈ¿|\01"\e\80\98\90þ\e\b fd\ 3ñ6ø\1a\0»b\83»9\r Ü\9c)úë\ 1\ 3ñ      \ 4\1eê\ fF\7f\97ä=\83lxtþ)e`\16í\1f*\84Ö\ 2`\9cþS\ 3H¤þP×ï9\1fJ\r ,úcã¿jýt\0Eü÷é5w\12ÄO4üs9þ*ø\16}M|%|S\81£\1a Í\ 3·\b\9eÖþF®¯kôiê\19áþÎòU\ fPj\98*x\9e{\8d\8d\81\1a2)\7f8»~\97©õë½d\10ýGzɤkë\97ðïðú\ 5>Rðzú\8b¡ðWù'\ 60?c=Hê3'¾z'\9b\19Ñ\8fö`×ô\19°\7f|úÙ\8cöo õ{æøWõ¾&È¿¼÷U\9a`ôùWk\84\93.ÉÏ\9e:|R~öô\97\ eÿë\8dl\90þ\eHÿ)M,\ eøóÞ\9fXïÃü#é/\9cþÔ½wt~\rD\80\ 2<¿øô\9fèÀúù뻵\ 6\93Ó_Êü éï\81ô£\fõ7\1dÁ´\19É\ f\8a`*©×3â_Þ{_Óo\18ý­G\ f¸ùÕ&(\13¢?Ò\7f\8a÷.7\18\939u}ï\f²_\ 6\9aÈXd¾¶Þ\8b\1a½°\1cýÕõËõùÙõ»ùäù'Ñ\ax~Òòã\82\87²ÿ!Sû¯{ÿ¬þ8V \8b÷\8fôg\ 6\8dÔ\94&6Iðïõ\10PøGJ¯:ü£§ß@ýG§¯;è?\r¤ÿÌé\92ýåIýÑk\82ÓÓ_zô\ 1\9dßãMpúü«Ìo\91ýÌ7\ 2ôØþiøWMßphÿ\ 6Ò7üYÿQJO9û[/=Eû?Rz\8aüoD\7f%z\14\11ÿóÑW\9f þ¤åßKíÒIý»¦Ï0ü«®\7f\13ï?\86\89\8d\7fhÙ/×è\1f\fgÿ©ø\e6~¡D¿6öwÅ\f\1c]~)\1e9\80ÓÞã\8cf\1f\b\1eL[íÔ\ 1\9eO¿(WO\aô\ajÇ,µ{êü\86\9b_\85/Ê»\86\1fH\1f)¹Ó\87ýãÓ_<¢_{u¨\ 6_üL±\8f\9aþ\13 ûÑ}\17Lq>\ fðôÕÑÚ\87\99Á_\ f^qü£\a¯Ò%ñ3Ù\91ò\87\9d\ai\0\1a\81g\9c\aS\8c·¾ü)Á£\12¼:À\ fÔ\8e¥KúÇ\16ãëÀÿtá®-µ\13ãúGàáþñÁ\ f\87øo`ý\ eé/Æù/\9d\83ÖÂ÷µðze ÷:\bª\85Û\8bõö\80¯\10\18hc\¢ß.ÏU'v:üoKøº§Aôä\91é\92\ 6_«·\18\r®'\9f@\ eä9(G\8a\83Ôý\9bÍI\r,ðhýüå\9f\9b8\r¬\87¯Ðü(|¦U\7fÍ\88þ\ 3Õ_È\ 2`$X\92W6³ñ Áy÷Ûqü«'¯@ùá{P\97¤ï¾\ 5 Ðߣ\13p\80þ\1e\9eÀ|\ fêpMþ]¸&ÿ.\9e\95\7fé\9c\86ö\1f\15\1fhÕ_ì  ®ì_B'x»\7fjòMFóóÉ\7fÒ9íì    î§kü/Õ_}ý£\85\8fÐúù\16 ¾tÏXõÇû-@µê/\8fæ端,gÁ©ÕOÐ\82\19¨~Âú\87\ fÿx\8e\7fÔðY@\1e\bß\82Vª·zú_oÁ|Mÿù\8bö\8f\1f-ùÍçí%\9dµ\8aÓí\ 6¨MÄC,\12¿â\ 4X\15 ÙQ\ 2¤nà\f]X\9a\81Â\84\ 4\90\8f¿\ 6ù\90ª\v°\ 6°Z\17\04\ fÕVPò¿\ñ\85G5xi\1dW\833÷Ï\9b\0ÍÅþMþTò¯\11û±\9a~¤ûQ±_ëÕ\ fD°2\80\1fIÿJ\0ÿ\81ô/çÀü|õû\9a\90OO\7fò\b\9eO\1f\vÜþ©ø\8bý5\8c\7f\99?róë-ä- \1f\9f¼»¦_]Ú¿Ò=ä4þåú²\8f¿\12\ 1,\9dw\ fð´ÿnf\8e~j\ 1Ù\8cä\87/@³%}¢\a¯©/[\8a\7f{úKï^ä¨ùÕø\87DÀ»ü¯Ä\ f,ä_Â\7fx¶Ð\97õ¿\7füv"h]ý¥ÀK\ 4½\ 3¯·À¿v~¬é[Ìù¡w?Êèô%ì_éüè©ý×[èÏ\88þü;råú²§¿ôô-¨ÿø'$f$¿¼ýîvù÷çÒ?°ý1Ðýh¦øWíün¶îw\aû\81ïünÑþ\ ft~wH\7f\8dt\ fâÖ¯Îï\11ÿ\1a÷Ï\91\8e\ 2Ô\ 3@Ðþå\1f\ 5øý\ 3\\7fÄ\v\1aptþ­À\9dU@N®Àº\a\80\ 6?_:@¤}P\8f\81ôê©ù\12ý$ÿé¬\ 1æ't\0\8cä?¡\ 3p<ÿ©\7f\0*ùKÐ\81á;\10xÇáÿ^\0\8a3`\14ü=\92\7fþ!V\ f\15\10ß¾Ð\9fÖ?\92\7f\85\14è@þU¼¦À}ä\14¸ºþ\ 4\1d\10þé\8b\fñ§¯°}F\ eà@õ\1fv`ø\0ì\9c.9ðkþÕ\15\a LH~ùý\ f\ 6\1a\80t\08@ýç\80HþUaãQö\97ü«\1a|8ÿª\ 2ç\99_._ëÙùÚ·Ò:³7½Ú=fB«\1fè\1e\87\1càùÖÛÆ_[¿Aóó\95ã{ð­Æ\9f¯=u\10\9e¯=\95à[½~>øSj\1fû̯u\1f\1f\b>\96ÜÛ>ÿ)ü\93\fZ?Ï?\12º>Ë?¥t¹\87¿þìIq\1e\17\1fàýË\7f­õw$ÕÇûï7öè¯Ö.Aù\1f\ 4Êÿȳ'\8e\9aÿ½à\17£\7fôgO\10ÿ\f\ 4\7f\1cÚ\7f>÷ßbýÁw\ eò\88\7f\ajWÅv=yúɳ'ãü+É_\13¥ÿôÚC\7fòü\93ä/GÊ?®=²¥v¨\86çk\8f¬\ 4ßOê\ f;sç¿\9e<\ 6å\9f\7f?u\86üCß<ºÒ»¡wþêÉ[Üù£Æ>\f²¿øg\8f\9c\ fÄnJít\9fÿµä1$\7f\ 3ÉO\92|qRÿ¹À\9dß*ý#\9a\9f·¿öä©®ý¥%OÁýç;\1fe4?J¿W\82Ç3Ü\7f\9eþ3´\1f\aj\a¡üÒ\97?{ìk¡ã\99Ø\9d\97à÷IýåIÿ¡÷låÙóÇÛkö\9b\87ö\ 3\7fù-­³ÏÚ\1f{ì«c\7f¨µc\ 1ñ\1f_>äKç±>ÿ*û\aÏÿ\81ý\8bÜüjç¥òôÐÁ\7f\ 2\97/\16Ç~3Âß\8c$/q\f 
+\10\19\80èµ¾>k\80Jëë¾\ 2}¿õõ¸\ 3#Á«L)\0Í\80\13ÿÓ¿\9fü§\9d_¥õÄ\9aÃ|æø*\95ß58ê]\8d\91\97Ì\89\ eòzð§(ÿ\1a{>sh*ÂW£Ï7N2hþ\91ÖÙ[Û¾zýmÛ>uýrsZã?P;è)êë­«'\0\8f\1a_(\99?\92ùPãO\1cÞ\87ÚÃ\1a\7f~ÿ\ 2Ë?zí!ÃþjðOj\ fëù\a\82W\17é\9f9ú©Á»\1cÁüíá«\a¯â%ù·´ükµ\87\1cýô7w-\98\7fàÍY\93Hú)µ{\16ñÏÀ\9b³\16­\7fàÍY1\1e;úO\r>\88þèÐ_Å\1fê\8f\81Ì5\ fõ?ߺ<x\92þJð\rê\8f\81w÷"â¿\ 1þ\8fèôçõ\97M\9cþR\837\19\9d?\ 3o\ 6g(?|ã7       >uô\9fêüN\88ÿùÖÿkæV\vÏ?=áÄvìê\ f¥rÑBýÉ;ÿ\96\9b_­¼\83öGK\7f5xá\10ÿ\ e\ 4\9bßgõ¯\83ú\87׿. ù\19ÈÜ\93à÷Iûs\r\9a0ö§J¿ÈÙojð,"ûm øYÚö÷ô¯\1e<\83î\v\9f9(\89c\9dýW+/gè}ñ\89K¤þQ}ï    Ò\8fÖÿkã«+ö«Çú\87\ f\1eYÎþO\rÿKã«Òº \82·\968À·û\18_:o\1e?\0,\98ãË{å\ 3R;|ø@#B\9bÁÔ\8aà\1eÿ:|\80\b \17\f \r±X\86}"Ê\aÐ!`-\91¾V>\90\90\16\ 3\18èÏ·m/P\1dÔ0\88\81ù\ 3\15ç\87\1aÌ¥\ 1Åôڼܵ\v(Õnõ\aVÉ2R\ 1\\7fÁ5\aA|\ 1\15E¶âdÄ\11¨>оÿÒ\1a\12«\ 4>j¸<Ä \11Åö\15\9d\82\81³`\13\a-\1f\16xoÐ
+Ú8f»\87ò\81¢K\ f+ zÈË\1eD\84\82iÍ©6\16ZP\88\88\8c&5ÂØn¢  \99Ðõ.4\azKÇù±*#¥\f\93½ÏÓ\13\83F\9aÕ%H)do     «çª|!\ 1FX\16Æ¢`\r&\ 3±\8bò\81L±b«\90¶sÊJ=yM\ 4POÐz¥\8fù\1d"¢A²\80\v\1a
+\11mª®$èz\86¼\1dj58\1f\90.>Í\ 1\9cö©J-ò\ 1\9c\ eG\9b\92˹6Å9\15Ò5\ eÍO\98äeþò\9a`\7f~í-\83Í¥?\10\8f¾\ f4\16R\8fo§æ2E}uÿ\8aEÒÛ?½\98v¢è¯ÝÇJ1íºÿgjáå5Àzþ\81vx\11í?ß\vXÞ"èÓ_+\86\ f´\83#¥_å?,þ¼üÍó¥ý·¥\17Á\ 1\9e/&,½t{ü£æ\93\95|\9a³ò#o   ôõ\8fö\96\0\9a\1f\85ÔµbPKí\9f\1a\92óH\7f\88\12\92L\0\9eÏÇ\95^þgõçÚËÿ
+ÿJ/ÿ\1eÿª!Ù\f÷\9fϧ+ù4½óGÏ\87\83üË\87\ 4§\89\94\99\19Ò\7fmHP\r       \19sÉüX\8bI\99óG\9f\1fò\ fßÌ«äÓ\9dÕ\7fÒË¿\7fþhùt\9cý£\87DáùG4\13\90\90h¤è¯\87$Í%ù\97fh=þïÕÂ\9eæ\9fÈ\99Ï*ýb¾Æ?\ 5®Ç?z-îL­_-æÎ[>ÑAÿ·~üÔ¼e+1M1\80ìK;Î\996ÀüÄ\19àj1¡A\e8ÐÍËÀ\r¤\15¨\87\ e\ 4/@Þ!\ 5Îß©ú]\ 1\9c;\80$!ïì\ 1äýY\ 3R\12úÐü°\9a^ËÈC\1a\88¹\94\95\8c\ 3P3\12\13Ò@ü{ê>O`\ 3øv\8c>#\v|\80\80\99Ó`ê¥À\8c\ 4°µ@õ\84>dÁ\r$ôa\v\84¾Ô       \ 6ÍÏWô\95\84<[\12ËGïDJ\0¯\ 6çý\ f1\1f+pä~(ÝÀK/ÝÕ\rx¿\17\9a\92\11T\82\7f\87ù\aÊ)Ëæ×ð¼û-æ[½}|//qÿ:Û¯f´9\vö\9f¿Ñ6. úñ\19\89å)ÌÞþ©ô+å =úé\19q\b¾-gÐá\13Ú?º\1cH2êzû¯÷b\v\14ÿèóÏäüÊú\93¥öOï\ 5\a÷\8fï\ 5\97¡úiøOÍhÌ\88\7f\19å/á'OͯfÔÎ[Fm­¿Ú\8c\ 65£¨Üäõæ×Ã_\88þ#ᯰëß3­lä)Í>¼ö\14g<©\7f\9f\19\81Ìþ©\19\9aüIFa\8fÿõ\8c@\aæ\1f\b\7fJø­sþªû\17\7f/#ð\8aù°\87ߺö\83\12>L\b\7f\94\11¬\84oÅx­ñ§/¿öð[\87þzF ;I¿Â¿\12>ïð¯ê¾Oðü$®ß\8a÷m\90õÙ\86oÕ§$ÅþêØ\7fZ9\91³È~3\86>\0%%°g\0èñ3d\0ññ_çÑü(%K\89\7fù³\ 6¬Ä¿ \0Óo\81»\0\rX>%R¼çÎþ©ô\8bÈ\ 1AôSÂG©\84OÂëk.Î\r<f9]Òà\ eZ0\ 3\ 1Ü\19\9e\80tN¹\9b\11\ 3\r\9a\90\ 6\18\88\7fMéÒ      ²Çߺû×>ç3Û-'pÍþ¨\19 ðÍÌìLYÐêþ9\84ÿÀþ98?¡\80\9eñ7F\81´)D\12?C' 1<\ 2\815\ 1\15\ 2\80|ü)¢#t )4A\17\84îh²>'pI\0\80|7»\19Í\8f\18\0\86É\0\rj2ÝÒ @\1f\86¯ê\93\8aØ~\fä\98\13;UÏa®¶¬Ù\17\90èçÜK;6)\ e\1a\rÀ\97×°jð\81~j\85û+pþþª¼Es\0§¯¯Lé%|\80çã\1f¥¢î\0?\10?,§×âG\9dzMРÝç\85ß\94\8a¸\ 3<\9d\11¾¦o\ 1ê\ fÄï\12\98\1f]¿jñ7D¿\81vhþ\1a÷\9ap\96}å-\85\8f\9eþ5!þç_S-í\14zðjúXi\ 5zØ¿\81\8aX\84\7fëÿª¯±\96n
+\aú\ f´sË\14ýÕøÑ\14wù=ó\16\945\88\7f\12\b$ý´\8aXnÿõ\8aØHʯò\16î?Îé?ë2µ~5}HÒ?kx`ý*û'ñ«Z\7fòo9\ 6N~ôø\15â\7f¾¢ÒF¤\7fZùQé/é\17]þÕÚ¹qúWÝ\7fÉ\1dïð¯*¿9Qò«·sCç?ßNS*b{ôS½ï \9d\9f\ 3í´\f¢\1fÓ\90¤\84\1f,»ÿJøGâ_'éï\1cÒ\9fíù¯F\ f\1c\9a\9f\7fJÞùkç·¼\85Ù£¿:\7f@ö×@Eg\84ô§ãÇR\91:n?Kú\95¥ìw½¢\14í\1fß\ er\8f^Uð|;Hi\aw8¿xþ\9f9þ×+R\91ý>Ð\8a~Búwà)\ 4\7fzF¿®Ðß\eÎ~SK!íö\16âA\7fÐo±ÈñS\9eô,Ó\ f\97.Uà\ 3­Ì\8bò©gç{!KíÁ¢ÄϤ¾\19!~\8dþ@ò\8a§ðW/¿%õ°\9e\9fOþ°ÜüªóSÚÁ\1càéÃcm'ÕÎß
+\9fêüÈåk\ 5Ï·Ã0røTð#í\9c"E\7fÕù\8b\88\7fZãYOÞ\80ü7ð\90\9f£øGOþ°\14¼ÞN
\1fj'¦µ\83²\94üêð\99\82W\9d\8f      ñï@;\1dR\7fèí¤8ùQ\8dw9<\86õ§8¿\88\7fZãWK¾Y\9dßÇáSí?ßNDz\91÷ø_O¾@ûÏ\ 4o\8aó.W'gùGî^kü\aÚ1Ùkü\13#Å?*ýÒDÑOOþ@ç\a\9f|`³è\7fónðDO¾àäGM>\99\11þ\ 3í` þhåOM\9e0èü\eèÅêÊKî=\ 5¦\17/\ 5R\81+ðâ½\ e\và³\9f\13£\80Ôõ{x\0òÞ§G
+\94÷\1e\p\94\ 2Ó½g$À\ 3ô\8bÜþ«É/   Áóý\88\B\ 6ü@ò\88\94>t\14 \12 5w`íÇôÈ\1dXs\bö\9bÃ\bnO´Ü\rnÿÕÒ\87     )pþ%P/Ñó®\ 1¤å^ \ 3\94y\f¨xÏ\16\81Ò\19Ë\19 úCzÜ\ 1¨æ\8ex\ 3è?\90\91þᳯ}\80øóÍè\ 3ë\0\87\ e\brà´Ô\r\80\97´\15ü\13rÀøÔ\ 5/ѯ\9a~tò\9d\97è÷I\a\\1eÒ;ë\80ËCz½ù5ý³¦n\1 å!½¾\ 1ùþCz=ú÷\1eÒë\19P\9aüHéTñ£Fí\7fÉ\1d®Àùð\85D\9fêÙië±<dq\0§\8dG3¡é9Ùy\ 4\ f\f\84§Ó¾\8cèþÎüzåU¾´}{åÔÙýshþ\81Ì\aïÐüôÍáú\10\1eà>úæ{o¼SÏÏg.HðªÃýzðÊ\82ùQå\97ÖË<#ü\89Ì¥Ò\12n-]z\1cÞ\8b\123^>0\83Ã\a\1fþkôj\83ï%\8e\1eûÇ\15\ 1Ê\19l i­'\14;\7f 0#\ 4\8c\ 1ñO,ÂVzwtDXݵ\9f\85fj»¿i\11\0\ f¦÷˧Ôëw\8bV\80®ß\95\b\90E4\18x\r°4$?«\84öî=\1d%¤¿f\87àAñº\9e?\81´à@þD\80R8PÿÃ\9e¡J\b+A-F[ÐV\92w;\f ®?qëWó?2:\ 5Z-®ÖoIö\7fG\vêõG\88\81ø\10º<gW\v0\1fBwåE\84\1e¼\1e\81ò@\0\a"\0\ 6ZQt\bÔY4?ß\91ß9D\7f¾ù\82Ã
+d \82\85\14\18\1f\81pP\ 1ñÍ\17\D
+|$ÿ\ 2é\8f\81\10j\82G m\ 5ïù\13'­`\97Y+R«ÞAVôÀþÍÈ\8a\1c(\1e\98X+^Ë¿\80\a0m\ 5{\ 3Ï/Ú
\92ÿyòüò\16¹\90¼\15ìmºd\ 5{ißÕÑÿ\9a\ré=iCª\ 4\fÐ\87æßS\94\10Ô4Z\80.!$x\0ò\ 4\8c\9c\e£\86à\12t#éúSiF~°`ùõgÎ\8dÓ«\8f"¥@ÔõK\ 2×I\ 3ÊC\ 5Æ_Aø\19)\10þ
+b/>ê\1cÀj\b­<ÉtÖ\0 \86S\80\9a\17ZzɯmXÏD Ë\836ò0Ö¨ù\\12(\ eàtü¹DÀjð\81ü¡R|t\80çó\87&4ÿ@ó\15\83ægâ\87Ò¼È\ 1xØzLK \9b)òéÕG¹l@8\15ÿ6.R\ 4Tc8¥\89ÿ\ 1\7f>\ 1Ís\fÔ\8b\81\1dæ\1fNà:Àó       \80\11ÎOÇ¿M±~\ fðDü{\8f\81\85¢>Ü»105\b\9cfD\0¾{£)7(5\a¶Ý\eõ\18X\ 6ú\ fØ/ïÄ°\12Ø\ 2\10ÃÒ¿`¸MìÕ\10\1d6\91O\ 3²H
+ùWI¥\87NO
+uø@Á÷zè\9c=E¤\87N_\vi5Lù\92\14K\1aVO\8a\95\16\18=ú©ü\13Ñ!Î×\90¬5H\9c\16mM\90­\ 6È\96ù+\19\9c\b\ 2lq]\9bE\88_\11\98Á1Ô"ð\80/oÂ\1fÎQô.\1a®\0\97.:«6y¯\ 2\C`\8d\82Q\bè\1fÈ×V ©\gV°¥\82%HCÊ\ eÝ\1añ@&0à,×>\909.Rõð\1aK£4¹Ú\8bØmÍÜj*ðÅ\fÎCA¤«\19\iEÛ;ÎÕ`\12T$\ 3½°\13TÄ|1Nâ̱^/é³æ +oa\9c5\a×t®+æàÚ\8aúÊAâf¤\ 5\ 6ZÉLÈ\9fào\93<ôGÆ[Y÷÷O       fYÎ\90P\83i\ eáÏ73Xd\98ä\1f\r\9eã?5\96Q\9e\17ïù³j:_\14ù=WLç#ëÎi±,sR\7fÔ\9dt\ e\86\10ÿ<%ôF\ 6\9e§Ì\9cüªé\98\19Ñ\ fµbÖÒ¹2É?\98ÿÃ\84ì Ô\8c@k¤\ 3å\9fÎ\87\92t¬³ñ\98ÒHÇäs\8d¸K)ê\ 1\9c/\ 6D³óo«\96\1a\9c¿È3å"õ\80=_\8bVÚ¨\1dàé\8b<cÐü<ïJ#ìÞö©µxâÄVð\ 3µx¥\16ð\80?\1fÊ\11'´³ÿz#\1d\8fö\8fv\ 2M@û7Ð\88¨<íÞç?­\115Ú¿\81\88æ\1fH§Kh~Π    }ÍÆzüû\9d@øö×­î\93l¬z~ç¨dªÇ\ 6ÌÂÀöÝXª\96\ e&\ f\99Õ\b\80t0=\9b\1d\ 4­L\14x\83$Ð9:\97C\92©Ö\9e\9e¢rh\a\ 6\9eârh\ 3\988Øö\18ê\1aGrÓ\11ÿÄ\97CzH\0>\ eUZ±\1eÖ\ fzÙ+Éh!Q"¬\a2\17\1d°ÉÐt*#ÒÆù\92\fJ2VW\ 6Õl¦\ 2\0_ÐWÞW?«\ 4¥\9bóY%¸Ç¡º\1c¤usö\88\83øǨ&¨Ä\a\1eS3Ôüz6\17'Áj6\95\85\87\8dÏ\95·\90z:\\r@@\rÔÒO}LÍCþåéW²±zôÓ³ÁfÊ\88Të)\ 3\12`\14ÅTÖ_ê  {ë×\ 3`\9c\11¡\9dÁ.!#\18\9cÁúkj\88\0\ 3\ 5\91\19Zá|Ad\ e\97¬`iÇÓ;\82ÕtÀ\191\0ÿ\18\91Ç
+\8cÏf1ÓÉ#PÚñ@\13\84Ïf1è\b\1eÈf±Ü\ 1¦Â;$@LA¦ÀC/\92V@kA$³\7fz\ 4\fí?\93\8e.ÙdBÿÞk¾J\ 41@/\9e¾\ f\97·Üz6¸\1eÁr\14ÿh^´Oè\0âÛ\11J/é³
+ØC\ 3jà-»\19É?ß\8e0L\1cý5üÃ\ 4éÇ\17T\1a\8e~j6\9aá¢H\1aþ\12A+]åô \f\92\vX\83\ fx\80rÿ\11ã©ø³\11êuÐ×chåô©à\a\9a       O3\98\9f\7f\94·\84\ fð\ 3%i¦\\84/\e\9eÊ\94vl5\ 5\98\8e*¥£\91\9dI
+jQ¸\80v` 
+g®QP\12Â:\14Ô£p\ eÀ\9f\88ÂÕð´ý¶>\aÇí\1f\ e\1d¹\1e!\8c\8a~(\84¡Ì/çGgýjF¤8à5þôù/\1d½\ e\1a\80Ïè,o\19ô%X   ÁHFi\87ÿT\a¾täék0í9¸\99Ò zG.n~5\84fò%ù\95Bü¾üjðp~ú\ 6Ü:È\7f|\0Æ#þá\1fC±¥(»\86\87\8f¡(\ 4\b\88\80\ 3-áÄ\80=©@mDóó
+Ô&d\81ð
+Ô&´\81è\1aC\89¢gÄ\80°¨Ú7\bl\1f@\1a04\1c8?Î[\0\13h ¡5Ô\0|K&\83\81\96X¥!õ\ 1\9e/\88t\88\ 1\ 6
\1c´áø\1c(\7fÞ\ 4ÞBpb\ 3æs¯Ù8h\ 2ð\ 5ERÑØ?Bñk4.&$\81|\f-q*PO"C\12Ì?Hã2bÀ\81\1864!ø\92~\979'@}Ñp\16\132\9ez\91ÁOhÿ\a\9e£\9a8\13\14 à\16\ 2C
+̶6¤\1a\ 3²Ð\86o\b fÑX¤\ 1\98¦f\92\ 5\86\ 4\bu\85ÔbPÈ\ 6ä\9f\ 4ð\1e2à@Eä´3ÐûO¢(^ä\1aÄj½H¦\1eAÒÈÄ\88zß      Ô»zq6\88\1e\ 4cm ì\ 4­i`\9c\13¤\ 5±\90\138\90\ 6\979#V\rbÏh~Þ\89Y\83`Ìüj\10kB\1a\80¯G\90®^=\13B\rÂ\19t\82ñõ\br\80\84:\13\9dJÆ/Q0\0Ï\973\94¶<R\1c\8fªfxÔT¦kè\eÉ\ 2<ÿ\81\f7\80È#ÜãX%\91 \9cÌÄ_\ 3a\8f8Vµ\87¯\99ø¿úøá³ÏÍÍÜ>~½Ør+ømÅ¿üÇÇïÖ\10\99\9d\97\8f\86´üÍ\97·\9fýû_noß~ñÕ÷\7fûê\97·ßþúóÛ\ f?þåËÿýâ«/oÿý\8fÛo\7fÿéÛ··Û\1f~öÅ\1f~~ûü~ûý·_ýé«\1f?Ý~qûæÓ§\1f~ùÙg\7fÿûßï\9f¾ùöo÷ï¿úôÙ\1fL\8a_ÿøÇïÿç³\1fþ¶ÂÝ¿ùôÝÛÏo\1fÿüá7\1f\17ìþ\1fXã<Ç
+endstream
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 824 0 R
+/Name /Im329
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Î1
+\83\0\f\85á¿8tô\0\85\ 6ºx\v\9aÜÄ­çhOÒ\1cÁÑALcA\10\87\ f²¼\97\879\97\9c¸æL\e\vâ\ 3ê\8aÕµKä}\10g\86þU*Ô-äó\8d6ÇhR\82µTns/ºuºî°úg\fô,ôÍ\8c\96ڴ­{¾\1e\1c?J
+endstream
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 825 0 R
+/Name /Im330
+/Width 46
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ͱ\rÂ0\14EÑg¹ø]¼\0Rj\9a4\fà\95\98\0Ã6\19#R\8a¬á\8eÖe\8aÈ\8fÿ\15\81CnqÚ\vÈ\13Ún\98Îö¹\19ËÙ´6¹\99ï¦[ª9\9b~¦ùj\8a£.\ 5f\0uÖ!ý¼ e3ª\91,ÿÞѯfP\v\82Î2ä«\9b Õô\15^%X\91¸\1d\1d®\8fñö\ 1\18\1d
+endstream
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 826 0 R
+/Name /Im331
+/Width 30
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81á?\14ó\93\8cí\7f 0;\90Ï\aÄ6@\\ 1Ä\1f\18ø\1f>`à\7f|\80\81ÿy\ 3\ 3ÿ{ \r´\ 4\8c¿\ 3å\1eÿ`à?ø\a\82\ fü\ 3âz(¶oà? \7f\0\84ÿÿ©ÿ\ 3ÃrZu+\95\ 1\8dØDù
+endstream
+endobj
+359 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 827 0 R
+/Name /Im332
+/Width 46
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUű\rà\10\0À·\|\97\1fÀ\96\7f\83Hé(,±\92ËT\8692\r£ü\b\94\14/È#á(nî\9a\ 6em\7f\92\90L   3Ê\1c\87Å\8es\17Ì\820)\95ÇeeÝ\0êªk·\9aÍ\9d;@p§3ßÁôÙ\1f?\853\0\vË%%Jw1b\1c>\97ðy}\ 1ÔÃ=É
+endstream
+endobj
+360 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 828 0 R
+/Name /Im333
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÿ\80ÿÿ\ 3\ 6;\ 6JP\85\1dÃ\1f\18úaÃPPÃPð\83\ 3\ 3ÿ\ 1\ 6a\85úyâ\0\83â\14$
+endstream
+endobj
+361 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 829 0 R
+/Name /Im334
+/Width 33
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dÄÁ  \800\f\ 5Ð\1f\ 2z\11\1c¡è"®â$Ú1<\88³t\94\8eÐc\ e\85ø\ 3Nà;<ïêÙ£±Â \15;´1i(\10\93\ 2\98d +;\14l`[\94¦èfó\15\19\e[T\99þëô¯%åg}\ 1¬z%Ì
+endstream
+endobj
+362 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 830 0 R
+/Name /Im335
+/Width 31
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%ű\r\830\10@Ño¹ !¸Mª\932\ 1%UX\85A\10w\930\8b\11\º°\92\18¡¯§¯M«v\83\8bE\9f\88e"Ô\11ê\13Ú\ 2û\fÇ\ 6«\83ä[²®\7fð[*ðè^\15\96\ 6ó\ eÛ\ 1þ\81¼\12²X°dÑR¾ú\15ý^Dô|ÿ\ 1>Á)Ö
+endstream
+endobj
+363 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im325 348 0 R /Im176 185 0 R /Im218 229 0 R /Im176 185 0 R /Im81 88 0 R /Im176 185 0 R /Im79 86 0 R /Im85 92 0 R /Im176 185 0 R /Im179 188 0 R /Im336 365 0 R /Im99 106 0 R /Im337 366 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im58 65 0 R /Im72 79 0 R /Im98 105 0 R /Im72 79 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im70 77 0 R /Im62 69 0 R /Im45 52 0 R /Im54 61 0 R /Im41 48 0 R /Im72 79 0 R /Im41 48 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im102 109 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im116 123 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im47 54 0 R /Im46 53 0 R /Im65 72 0 R /Im42 49 0 R /Im53 60 0 R /Im60 67 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im46 53 0 R /Im54 61 0 R /Im68 75 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im109 116 0 R /Im46 53 0 R /Im53 60 0 R /Im53 60 0 R /Im51 58 0 R /Im45 52 0 R /Im88 95 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im71 78 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im72 79 0 R /Im338 367 0 R /Im339 368 0 R /Im340 369 0 R /Im340 369 0 R /Im341 370 0 R /Im342 371 0 R /Im343 372 0 R /Im341 370 0 R /Im344 373 0 R /Im344 373 0 R /Im345 374 0 R /Im346 375 0 R /Im347 376 0 R /Im342 371 0 R /Im348 377 0 R /Im344 373 0 R /Im349 378 0 R /Im350 379 0 R /Im351 380 0 R /Im350 379 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im353 382 0 R /Im351 380 0 R /Im348 377 0 R /Im352 381 0 R /Im350 379 0 R /Im350 379 0 R /Im354 383 0 R /Im355 384 0 R /Im344 373 0 R /Im356 385 0 R /Im357 386 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im171 180 0 R /Im101 108 0 R /Im101 108 0 R /Im358 387 0 R /Im171 180 0 R /Im102 109 0 R /Im105 112 0 R /Im72 79 0 R /Im56 63 0 R /Im60 67 0 R /Im41 48 0 R /Im49 56 0 R /Im58 65 0 R /Im51 58 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R /Im336 365 0 R /Im170 179 0 R /Im337 366 0 R /Im57 64 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im51 58 0 R /Im45 52 0 R /Im88 95 0 R /Im72 79 0 R /Im333 360 0 R /Im72 79 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im60 67 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im100 107 0 R /Im106 113 0 R /Im72 79 0 R /Im116 123 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im54 61 0 R /Im109 116 0 R /Im54 61 0 R /Im62 69 0 R /Im75 82 0 R /Im53 60 0 R /Im51 58 0 R /Im55 62 0 R /Im66 73 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im58 65 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im167 176 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im58 65 0 R /Im181 190 0 R /Im116 123 0 R /Im59 66 0 R /Im73 80 0 R /Im41 48 0 R /Im56 63 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im72 79 0 R /Im341 370 0 R /Im351 380 0 R /Im359 388 0 R /Im355 384 0 R /Im360 389 0 R /Im352 381 0 R /Im355 384 0 R /Im346 375 0 R /Im347 376 0 R /Im361 390 0 R /Im344 373 0 R /Im359 388 0 R /Im350 379 0 R /Im347 376 0 R /Im347 376 0 R /Im355 384 0 R /Im356 385 0 R /Im350 379 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im105 112 0 R /Im104 111 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im358 387 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im72 79 0 R /Im336 365 0 R /Im105 112 0 R /Im337 366 0 R /Im73 80 0 R /Im70 77 0 R /Im51 58 0 R /Im53 60 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im60 67 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im72 79 0 R /Im341 370 0 R /Im347 376 0 R /Im347 376 0 R /Im359 388 0 R /Im362 391 0 R /Im350 379 0 R /Im363 392 0 R /Im355 384 0 R /Im356 385 0 R /Im362 391 0 R /Im359 388 0 R /Im343 372 0 R /Im348 377 0 R /Im364 393 0 R /Im350 379 0 R /Im357 386 0 R /Im365 394 0 R /Im341 370 0 R /Im366 395 0 R /Im367 396 0 R /Im368 397 0 R /Im361 390 0 R /Im341 370 0 R /Im351 380 0 R /Im352 381 0 R /Im362 391 0 R /Im355 384 0 R /Im359 388 0 R /Im350 379 0 R /Im352 381 0 R /Im359 388 0 R /Im345 374 0 R /Im351 380 0 R /Im350 379 0 R /Im349 378 0 R /Im348 377 0 R /Im351 380 0 R /Im342 371 0 R /Im362 391 0 R /Im350 379 0 R /Im357 386 0 R /Im357 386 0 R /Im72 79 0 R /Im116 123 0 R /Im48 55 0 R /Im72 79 0 R /Im169 178 0 R /Im72 79 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im49 56 0 R /Im60 67 0 R /Im42 49 0 R /Im45 52 0 R /Im54 61 0 R /Im51 58 0 R /Im66 73 0 R /Im46 53 0 R /Im51 58 0 R /Im71 78 0 R /Im41 48 0 R /Im51 58 0 R /Im53 60 0 R /Im53 60 0 R /Im62 69 0 R /Im54 61 0 R /Im181 190 0 R /Im54 61 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im49 56 0 R /Im116 123 0 R /Im46 53 0 R /Im44 51 0 R /Im44 51 0 R /Im43 50 0 R /Im70 77 0 R /Im68 75 0 R /Im45 52 0 R /Im66 73 0 R /Im48 55 0 R /Im72 79 0 R /Im336 365 0 R /Im171 180 0 R /Im337 366 0 R /Im98 105 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im70 77 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im59 66 0 R /Im72 79 0 R /Im169 178 0 R /Im72 79 0 R /Im49 56 0 R /Im73 80 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im53 60 0 R /Im42 49 0 R /Im67 74 0 R /Im51 58 0 R /Im169 178 0 R /Im72 79 0 R /Im73 80 0 R /Im72 79 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im60 67 0 R /Im45 52 0 R /Im62 69 0 R /Im47 54 0 R /Im67 74 0 R /Im51 58 0 R /Im45 52 0 R /Im58 65 0 R /Im72 79 0 R /Im169 178 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im102 109 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im98 105 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im70 77 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im116 123 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im72 79 0 R /Im353 382 0 R /Im351 380 0 R /Im348 377 0 R /Im352 381 0 R /Im369 398 0 R /Im341 370 0 R /Im370 399 0 R /Im361 390 0 R /Im353 382 0 R /Im368 397 0 R /Im370 399 0 R /Im346 375 0 R /Im347 376 0 R /Im347 376 0 R /Im371 400 0 R /Im348 377 0 R /Im355 384 0 R /Im344 373 0 R /Im359 388 0 R /Im342 371 0 R /Im348 377 0 R /Im372 401 0 R /Im373 402 0 R /Im345 374 0 R /Im359 388 0 R /Im350 379 0 R /Im351 380 0 R /Im342 371 0 R /Im348 377 0 R /Im344 373 0 R /Im349 378 0 R /Im350 379 0 R /Im351 380 0 R /Im350 379 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im374 403 0 R /Im338 367 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im104 111 0 R /Im113 120 0 R /Im99 106 0 R /Im358 387 0 R /Im104 111 0 R /Im99 106 0 R /Im113 120 0 R /Im72 79 0 R /Im336 365 0 R /Im110 117 0 R /Im337 366 0 R /Im88 95 0 R /Im64 71 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im59 66 0 R /Im72 79 0 R /Im41 48 0 R /Im72 79 0 R /Im49 56 0 R /Im98 105 0 R /Im62 69 0 R /Im75 82 0 R /Im51 58 0 R /Im45 52 0 R /Im56 63 0 R /Im72 79 0 R /Im73 80 0 R /Im72 79 0 R /Im49 56 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im52 59 0 R /Im51 58 0 R /Im53 60 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im88 95 0 R /Im72 79 0 R /Im274 291 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im106 113 0 R /Im72 79 0 R /Im60 67 0 R /Im45 52 0 R /Im42 49 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im46 53 0 R /Im44 51 0 R /Im76 83 0 R /Im72 79 0 R /Im342 371 0 R /Im348 377 0 R /Im372 401 0 R /Im373 402 0 R /Im345 374 0 R /Im359 388 0 R /Im350 379 0 R /Im351 380 0 R /Im357 386 0 R /Im375 404 0 R /Im342 371 0 R /Im362 391 0 R /Im350 379 0 R /Im357 386 0 R /Im357 386 0 R /Im375 404 0 R /Im346 375 0 R /Im344 373 0 R /Im354 383 0 R /Im342 371 0 R /Im348 377 0 R /Im356 385 0 R /Im344 373 0 R /Im355 384 0 R /Im359 388 0 R /Im355 384 0 R /Im348 377 0 R /Im344 373 0 R /Im97 104 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im72 79 0 R /Im50 57 0 R /Im72 79 0 R /Im56 63 0 R /Im72 79 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im333 360 0 R /Im72 79 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im106 113 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im99 106 0 R /Im99 106 0 R /Im99 106 0 R /Im358 387 0 R /Im99 106 0 R /Im105 112 0 R /Im170 179 0 R /Im72 79 0 R /Im58 65 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im45 52 0 R /Im71 78 0 R /Im246 259 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im42 49 0 R /Im66 73 0 R /Im49 56 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im334 361 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im72 79 0 R /Im336 365 0 R /Im101 108 0 R /Im337 366 0 R /Im109 116 0 R /Im54 61 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im169 178 0 R /Im72 79 0 R /Im73 80 0 R /Im72 79 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im41 48 0 R /Im62 69 0 R /Im62 69 0 R /Im45 52 0 R /Im51 58 0 R /Im59 66 0 R /Im72 79 0 R /Im94 101 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im110 117 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im64 71 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im65 72 0 R /Im48 55 0 R /Im42 49 0 R /Im71 78 0 R /Im57 64 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im116 123 0 R /Im45 52 0 R /Im68 75 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im72 79 0 R /Im341 370 0 R /Im351 380 0 R /Im359 388 0 R /Im355 384 0 R /Im360 389 0 R /Im352 381 0 R /Im355 384 0 R /Im346 375 0 R /Im347 376 0 R /Im361 390 0 R /Im344 373 0 R /Im359 388 0 R /Im350 379 0 R /Im347 376 0 R /Im347 376 0 R /Im355 384 0 R /Im356 385 0 R /Im350 379 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im101 108 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im170 179 0 R /Im100 107 0 R /Im105 112 0 R /Im358 387 0 R /Im105 112 0 R /Im170 179 0 R /Im101 108 0 R /Im72 79 0 R /Im336 365 0 R /Im102 109 0 R /Im337 366 0 R /Im109 116 0 R /Im54 61 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im169 178 0 R /Im72 79 0 R /Im73 80 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im376 405 0 R /Im362 391 0 R /Im350 379 0 R /Im341 370 0 R /Im351 380 0 R /Im359 388 0 R /Im348 377 0 R /Im349 378 0 R /Im342 371 0 R /Im348 377 0 R /Im372 401 0 R /Im373 402 0 R /Im345 374 0 R /Im359 388 0 R /Im350 379 0 R /Im351 380 0 R /Im353 382 0 R /Im351 380 0 R /Im348 377 0 R /Im356 385 0 R /Im351 380 0 R /Im346 375 0 R /Im372 401 0 R /Im372 401 0 R /Im355 384 0 R /Im344 373 0 R /Im356 385 0 R /Im369 398 0 R /Im366 395 0 R /Im348 377 0 R /Im347 376 0 R /Im345 374 0 R /Im372 401 0 R /Im350 379 0 R /Im374 403 0 R /Im365 394 0 R /Im368 397 0 R /Im348 377 0 R /Im351 380 0 R /Im359 388 0 R /Im355 384 0 R /Im344 373 0 R /Im356 385 0 R /Im346 375 0 R /Im344 373 0 R /Im354 383 0 R /Im368 397 0 R /Im350 379 0 R /Im346 375 0 R /Im351 380 0 R /Im352 381 0 R /Im362 391 0 R /Im355 384 0 R /Im344 373 0 R /Im356 385 0 R /Im72 79 0 R /Im56 63 0 R /Im55 62 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im71 78 0 R /Im94 101 0 R /Im51 58 0 R /Im43 50 0 R /Im53 60 0 R /Im51 58 0 R /Im64 71 0 R /Im116 123 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im49 56 0 R /Im59 66 0 R /Im51 58 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im49 56 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im43 50 0 R /Im42 49 0 R /Im47 54 0 R /Im48 55 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im44 51 0 R /Im43 50 0 R /Im72 79 0 R /Im336 365 0 R /Im104 111 0 R /Im337 366 0 R /Im109 116 0 R /Im62 69 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im169 178 0 R /Im72 79 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im57 64 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im62 69 0 R /Im168 177 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im170 179 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im57 64 0 R /Im45 52 0 R /Im42 49 0 R /Im44 51 0 R /Im67 74 0 R /Im62 69 0 R /Im71 78 0 R /Im109 116 0 R /Im62 69 0 R /Im65 72 0 R /Im51 58 0 R /Im47 54 0 R /Im73 80 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im167 176 0 R /Im42 49 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im88 95 0 R /Im68 75 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im116 123 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im72 79 0 R /Im341 370 0 R /Im354 383 0 R /Im364 393 0 R /Im346 375 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im357 386 0 R /Im355 384 0 R /Im344 373 0 R /Im342 371 0 R /Im348 377 0 R /Im372 401 0 R /Im373 402 0 R /Im345 374 0 R /Im359 388 0 R /Im350 379 0 R /Im351 380 0 R /Im342 371 0 R /Im362 391 0 R /Im350 379 0 R /Im357 386 0 R /Im357 386 0 R /Im374 403 0 R /Im97 104 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im41 48 0 R /Im72 79 0 R /Im59 66 0 R /Im72 79 0 R /Im57 64 0 R /Im72 79 0 R /Im60 67 0 R /Im53 60 0 R /Im42 49 0 R /Im45 52 0 R /Im67 74 0 R /Im51 58 0 R /Im106 113 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im110 117 0 R /Im102 109 0 R /Im358 387 0 R /Im102 109 0 R /Im170 179 0 R /Im72 79 0 R /Im116 123 0 R /Im51 58 0 R /Im45 52 0 R /Im66 73 0 R /Im42 49 0 R /Im61 68 0 R /Im62 69 0 R /Im54 61 0 R /Im116 123 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im49 56 0 R /Im114 121 0 R /Im89 96 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im55 62 0 R /Im72 79 0 R /Im336 365 0 R /Im100 107 0 R /Im337 366 0 R /Im274 291 0 R /Im42 49 0 R /Im54 61 0 R /Im66 73 0 R /Im109 116 0 R /Im72 79 0 R /Im333 360 0 R /Im72 79 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im58 65 0 R /Im61 68 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im94 101 0 R /Im72 79 0 R /Im169 178 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im50 57 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im58 65 0 R /Im68 75 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im116 123 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im43 50 0 R /Im72 79 0 R /Im361 390 0 R /Im342 371 0 R /Im342 371 0 R /Im341 370 0 R /Im371 400 0 R /Im348 377 0 R /Im345 374 0 R /Im351 380 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im99 106 0 R /Im101 108 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im105 112 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im99 106 0 R /Im110 117 0 R /Im170 179 0 R /Im358 387 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im113 120 0 R /Im337 366 0 R /Im41 48 0 R /Im42 49 0 R /Im45 52 0 R /Im43 50 0 R /Im53 60 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im50 57 0 R /Im72 79 0 R /Im56 63 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im101 108 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im59 66 0 R /Im51 58 0 R /Im63 70 0 R /Im46 53 0 R /Im51 58 0 R /Im75 82 0 R /Im62 69 0 R /Im69 76 0 R /Im98 105 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im71 78 0 R /Im50 57 0 R /Im45 52 0 R /Im51 58 0 R /Im51 58 0 R /Im116 123 0 R /Im45 52 0 R /Im68 75 0 R /Im54 61 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im72 79 0 R /Im361 390 0 R /Im342 371 0 R /Im342 371 0 R /Im341 370 0 R /Im371 400 0 R /Im348 377 0 R /Im345 374 0 R /Im351 380 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im100 107 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im99 106 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im105 112 0 R /Im358 387 0 R /Im99 106 0 R /Im100 107 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im99 106 0 R /Im337 366 0 R /Im52 59 0 R /Im46 53 0 R /Im51 58 0 R /Im53 60 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im333 360 0 R /Im72 79 0 R /Im57 64 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im71 78 0 R /Im47 54 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im50 57 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im58 65 0 R /Im51 58 0 R /Im44 51 0 R /Im72 79 0 R /Im361 390 0 R /Im342 371 0 R /Im342 371 0 R /Im341 370 0 R /Im371 400 0 R /Im348 377 0 R /Im345 374 0 R /Im351 380 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im99 106 0 R /Im171 180 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im99 106 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im105 112 0 R /Im105 112 0 R /Im358 387 0 R /Im105 112 0 R /Im102 109 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im170 179 0 R /Im337 366 0 R /Im59 66 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im69 76 0 R /Im51 58 0 R /Im53 60 0 R /Im55 62 0 R /Im166 175 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im110 117 0 R /Im104 111 0 R /Im106 113 0 R /Im72 79 0 R /Im377 406 0 R /Im355 384 0 R /Im344 373 0 R /Im346 375 0 R /Im359 388 0 R /Im342 371 0 R /Im362 391 0 R /Im350 379 0 R /Im357 386 0 R /Im357 386 0 R /Im72 79 0 R /Im169 178 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im116 123 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im49 56 0 R /Im168 177 0 R /Im54 61 0 R /Im47 54 0 R /Im72 79 0 R /Im49 56 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im334 361 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im72 79 0 R /Im114 121 0 R /Im45 52 0 R /Im46 53 0 R /Im66 73 0 R /Im46 53 0 R /Im54 61 0 R /Im42 49 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im65 72 0 R /Im68 75 0 R /Im70 77 0 R /Im53 60 0 R /Im46 53 0 R /Im43 50 0 R /Im48 55 0 R /Im51 58 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im171 180 0 R /Im110 117 0 R /Im106 113 0 R /Im42 49 0 R /Im43 50 0 R /Im342 371 0 R /Im362 391 0 R /Im350 379 0 R /Im357 386 0 R /Im357 386 0 R /Im378 407 0 R /Im345 374 0 R /Im355 384 0 R /Im379 408 0 R /Im70 77 0 R /Im64 71 0 R /Im169 178 0 R /Im42 49 0 R /Im63 70 0 R /Im46 53 0 R /Im55 62 0 R /Im41 48 0 R /Im47 54 0 R /Im109 116 0 R /Im42 49 0 R /Im64 71 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im42 49 0 R /Im54 61 0 R /Im64 71 0 R /Im49 56 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im334 361 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im105 112 0 R /Im337 366 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im333 360 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im88 95 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im88 95 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im72 79 0 R /Im361 390 0 R /Im342 371 0 R /Im342 371 0 R /Im341 370 0 R /Im371 400 0 R /Im348 377 0 R /Im345 374 0 R /Im351 380 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im101 108 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im105 112 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im99 106 0 R /Im101 108 0 R /Im358 387 0 R /Im99 106 0 R /Im100 107 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im171 180 0 R /Im337 366 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im333 360 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im100 107 0 R /Im106 113 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im88 95 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im62 69 0 R /Im45 52 0 R /Im64 71 0 R /Im88 95 0 R /Im51 58 0 R /Im68 75 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im65 72 0 R /Im48 55 0 R /Im42 49 0 R /Im71 78 0 R /Im57 64 0 R /Im51 58 0 R /Im44 51 0 R /Im42 49 0 R /Im58 65 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im47 54 0 R /Im48 55 0 R /Im73 80 0 R /Im54 61 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im116 123 0 R /Im45 52 0 R /Im42 49 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im47 54 0 R /Im51 58 0 R /Im72 79 0 R /Im361 390 0 R /Im380 409 0 R /Im380 409 0 R /Im380 409 0 R /Im376 405 0 R /Im351 380 0 R /Im346 375 0 R /Im344 373 0 R /Im357 386 0 R /Im346 375 0 R /Im352 381 0 R /Im359 388 0 R /Im355 384 0 R /Im348 377 0 R /Im344 373 0 R /Im357 386 0 R /Im348 377 0 R /Im344 373 0 R /Im353 382 0 R /Im346 375 0 R /Im359 388 0 R /Im359 388 0 R /Im350 379 0 R /Im351 380 0 R /Im344 373 0 R /Im341 370 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im381 410 0 R /Im357 386 0 R /Im355 384 0 R /Im357 386 0 R /Im346 375 0 R /Im344 373 0 R /Im354 383 0 R /Im343 372 0 R /Im346 375 0 R /Im352 381 0 R /Im362 391 0 R /Im355 384 0 R /Im344 373 0 R /Im350 379 0 R /Im361 390 0 R /Im344 373 0 R /Im359 388 0 R /Im350 379 0 R /Im347 376 0 R /Im347 376 0 R /Im355 384 0 R /Im356 385 0 R /Im350 379 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im99 106 0 R /Im99 106 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im99 106 0 R /Im99 106 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im99 106 0 R /Im170 179 0 R /Im113 120 0 R /Im105 112 0 R /Im358 387 0 R /Im99 106 0 R /Im170 179 0 R /Im99 106 0 R /Im170 179 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im110 117 0 R /Im337 366 0 R /Im58 65 0 R /Im47 54 0 R /Im48 55 0 R /Im42 49 0 R /Im51 58 0 R /Im112 119 0 R /Im51 58 0 R /Im45 52 0 R /Im333 360 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im171 180 0 R /Im106 113 0 R /Im72 79 0 R /Im353 382 0 R /Im350 379 0 R /Im351 380 0 R /Im357 386 0 R /Im348 377 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im352 381 0 R /Im348 377 0 R /Im372 401 0 R /Im372 401 0 R /Im345 374 0 R /Im344 373 0 R /Im355 384 0 R /Im352 381 0 R /Im346 375 0 R /Im359 388 0 R /Im355 384 0 R /Im348 377 0 R /Im344 373 0 R /Im72 79 0 R /Im336 365 0 R /Im99 106 0 R /Im101 108 0 R /Im337 366 0 R /Im58 65 0 R /Im47 54 0 R /Im62 69 0 R /Im44 51 0 R /Im44 51 0 R /Im333 360 0 R /Im72 79 0 R /Im333 360 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im100 107 0 R /Im106 113 0 R /Im72 79 0 R /Im56 63 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im71 78 0 R /Im116 123 0 R /Im53 60 0 R /Im42 49 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im116 123 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im72 79 0 R /Im343 372 0 R /Im346 375 0 R /Im352 381 0 R /Im362 391 0 R /Im355 384 0 R /Im344 373 0 R /Im350 379 0 R /Im361 390 0 R /Im344 373 0 R /Im359 388 0 R /Im350 379 0 R /Im347 376 0 R /Im347 376 0 R /Im355 384 0 R /Im356 385 0 R /Im350 379 0 R /Im344 373 0 R /Im352 381 0 R /Im350 379 0 R /Im382 411 0 R /Im97 104 0 R /Im51 58 0 R /Im55 62 0 R /Im43 50 0 R /Im72 79 0 R /Im57 64 0 R /Im72 79 0 R /Im41 48 0 R /Im51 58 0 R /Im53 60 0 R /Im44 51 0 R /Im76 83 0 R /Im51 58 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im169 178 0 R /Im72 79 0 R /Im41 48 0 R /Im46 53 0 R /Im47 54 0 R /Im48 55 0 R /Im46 53 0 R /Im51 58 0 R /Im106 113 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im170 179 0 R /Im110 117 0 R /Im110 117 0 R /Im358 387 0 R /Im170 179 0 R /Im101 108 0 R /Im110 117 0 R /Im72 79 0 R /Im73 80 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im70 77 0 R /Im68 75 0 R /Im45 52 0 R /Im66 73 0 R /Im48 55 0 R /Im181 190 0 R /Im54 61 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im116 123 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 364 0 R
+>>
+endobj
+364 0 obj
+<<
+/Length 831 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K\93t9nݾ\7fE-¥\85«ù¼\ f-\1dòDxã\90\9c\8d=ÓÒ\8c=/Í´cÂÿÞÉL0«H\9e\93<¼¹©ú¢â\ 3/    \82 \b\1c\0ÿùÿ~üç\ fþãï?Ü~úÏp¸\ f÷é\ýy~\1eÉ}\1cþ3»ô±\87ðéBúøÍ\1f\7føñ¿ÿ1\86üñÏ\7fþá_¿\r°}\86ÔÒo\9fé6â\19\ 1½ß·\91þ\8bòñÓß~\1då\97\ 3#\ 4\7f¨3ð.kS¸ý·\0\aðh\r\87\97'àOm\ 2ûçvÀ\ 1Âþ¹§~\80ý\9cóÐèã\86\16 ï¡Oâ&æA\88l\80\8cöÐ\8f\ 3\anRp\14a<>Ï#}l§û\8cÇS\fã0\83x\17Úï\ 3ì\9fá>\8c¿³p»Éã×\fN}\ 2ÞÝ\ 6ÚÆ\19ìã&¦a\ 6Û]
\rð}\ 6Yà¡Ñ\87\a]K¿\rß\ f\9f\a¡?\ 1}\8e=}ú\8c¡§?C\11¢d\1c\f\9fû\93\ 1y8\86þÎï\86\83\8f\1dHζðû÷÷0ò¯§·ï'ôýSÿ~\ eÒ÷Ó}»¿Ó?þâóq\97á\96>\rôùsß ý\86ö/'yÿ·\13|?\ f\87\18É_ù\8bß\ f$\7f`ýî\80ó?6D?hÁqÿ\8cþô\80~\1fæO×\7f"ùÝ\9dº\7fÁ¡ó·\rë\1f5\88Ñ\97ûhø~\ 2óÇû\1fnç_Ùÿó3nhÿÂíü\8fóO\ 3ÿ\99ü\87ÛùUä\9f~?îï}?íÒ÷ÃçÖñÿf\9b¸2\81Û\ 1~(\0÷yS\ 6U\ 1\f
+\90]\ 1!oÒ\15\80\14à\9d\ 1\ 3ø]\ 1ÝÌ\13}\80\1dh0ïÀ\11$\ 3ìQ\e\80óð¦\ 4F\1ez7ÜBt\17\8f(íâ\8dÕx \aÒ¢yàáx\8a\1e\9c\e:\85Ã-À´XtAÒb£)ô\98\7f¼i\81\91Þ{Á\10±  ø]R#ã\16Ú\ 4Ì\84êè\81\19\81ÕÐÍt\97Ô\10\9d\7fôè\1a\ 4f\b\99\7f\84\e(\99\92çVèë5p³Ë¶§\1a\1føÇ®\81\98²t\8d33*ft\r\8cf\14\12 bÆħ\16ú~\86\1a\8b[\92®1ºÿ\e4\ 3Áþûá1T\8etÜÑ5\9a\ 6zºÿ;úþ\82ü\1e\91\19Åè\ fdF\ 3\ 5\7f&I~\18ÿ\92C
+Dç_rIâ\1f\9b\7f\1a×å'yÍ\8c¥ß\ fî-3:\ 5¤?t3:Å \99Ñtÿ\122cÇýc\17XJHÿê\17XÊèûÈ\fÇÏ\80\94Ñ3À»Á\f¢\ 2¸Á\vl\10@¦@Ó®)PN\ f\ 5\10¼c \ 3\1dÃ.Àtxé\ 2§\e\r8t\ 18µù³\ 3\94\1d\9aÿ¨\0Ùú³{Ï\80É\1eò\ f\18\ 1´ï{¨\80\81ü¤N\ 1¹û\ 1ξò?\7fúç\ 5¼\83ýÇ
+àéÇ9Ü%\ 5\81÷õ·ô²\ 1é\83\96~0À¨\1f$Ø;¬¡\1f-øø¹¹~þwú\98\ 1}\8c@\803|H>\1dA7K`ÿæI\ 3\ f16Àí\1då\86\ 1\12°¡È\0å%©\f\80|Q\ f_\8c\ 3{\10ÇÇðÃf\1d­ÀâÌ      a\9cÁ°\v·ç\ 6YCUcÝ\14\86s@×p\8ak\18ÝâÕ¡sÀ\19\80«\10\ f\10\R\apÔ%s·¥»\ 1äÇ@ð\e\1c@¾ÌBðp       Ãid\82\10\82(\bt       \11/a8\8et\17\12^\82°\vÆ\83´Ã\ 1ÀyÆ7ZÈ\1e-at
+\8c~\91:\0<\vã\9dHg°AABn       ÂÄ\r]
+\80\89Ô»¸{¤Uu÷lØ¡\1c\8cK@úàá\99\81§Q       \10Ø\fΠî\ 2\11åS\14\9bpá=&F'2\91\ eàEQf\87)Þ4\12Z\ 20/F\8dTýCh\17\80\9f\1a\8brq\10\89ú`|á<<<fàí·%}\9b\ 1°pz\v£º\98vt3e`âô&v¼;¯o\97\98Y\18û7\1fѨ\90¨\8f)\1dÏ\15¼ò1Qú\9c$zf¢ÝÖ \99hãAÚ\8d\1eéC?Ú¸ÌÑ\1cw³1\9b[É»\85\ 1\ em\80\91\85î\1e1\8e\87½ò\8e\9b\1d½}É\80à§1\1e\1cç\9b<8-ÞØ-AöÖ'\ 3\ 3Èb\90\1c²´QÄ\14G\9c\93G7ûx\ e\99«2Ý^*#\aFW%\8b\18¥\80\f\ 3\141ÂÇ8Å]:Æ,b\9d\12ÚA$BÌÕâ\10ÿäû,å\8c^jº«pCßG6\ 5£G7:z©\12\86^ª+\9e\16t\15\8dü£ò¿k/Õ)hä¦\8e_\82F\90\0UÐÈ}\ 3óÞè\90á\ 4ÌQ#Ý\14Àû Áëüémh¦0^\854j_£Æ-½ìí*Þ\82»\f4ôÈÛCP'1\0zäí#Þ\92\98Ñ÷åp\81\8f\aú>pW\13þ¥ô\1eÿÒ)ñ\8f¢6ò\ e¾?z\v©·g³;¤¡G¦Äèfxx:ì\91_ÂVß\ 4xØ@:\81=\89\13 °\9b\ 3\9dÁ\ 5ØÍ\81\ 4x\ 1vc\0Æ\8e\1e`çHÀÛ¡\ 3¸\ fücß\7fÂNZzùER\\1c\8a\0¿òp¼s\80CHo\1dà\10Ô\ 3\81\ fØJzjà¯×È&\eA!\19æ¢9\0£\11D\ 1\13ÙKòÿ\ 2öb\90\8dÛ\ 2.Á^6\83Í4\13X\81½\98)ß0`\ 5ö²G8\0ØB6À©Í\80óðH\80\87\97SÚE\ 6\e     ÕWÚZ\12#l\84\86\9d\rÄ<S\834l_q+-½\1eö\87vÈHÏ\1d#ç[÷hÄjDFßEQ\8d°{8F¸\81\94N m\17õ\98Ñç\0&0Æí\19ü2f´\80\11~Iq/\e\9c¿ü\18\13E\0Ø=\18\1ef÷@Á\9d\0\9dÿ\ 1\rqù1øÄ\8d\´câ\89\fÉ\ 5Ü\ 3\88\7fä1]C%\8d\12^xL\a$¿\v\8fé°\89
+\90\84íáCdT \9c\1e~\7f¸\86\ 3ÙQ£o{¼\81ìû\15>Û* \11ÿO½\ 1\19\19\82\vÀ\95\r\19¢\vÀ\95M3D©\0îY\12\r;<xÉx%\8d§\ 27\90\ 6\ 3w8\9dÁ¹\83\19d\90Æ\83\9f\12Ù¡·èø\94`þ¸ìÑ\11\1cýqÓ\f\96\94\13¹/Á|º\r½~\ 4\8b/â~\ 4[zù\b>}\11-ý AÜ\17q z\ 1¹bÈ\91\1aimé\17|\11\90ÿº/²°fü£óÏèû\8a\ 6©ß?\ 1ÿtäQñe(òCù·;\89\7fSWFC¯e0Ýåï\b\80ÿ\0qÁ"¬\ 5²1.\0DXé\ e\9e\19¬ \8e*\88E\17K\12\ e\9a\81`\87\9b;¡âïÛ\ 1Æ÷4\r\94»\ 3.A\ 2\9fb>jK\98\82Fºm\\0\8d@\1e\8c\a\91ú4\ 2RDq\93¡;!â\19ÈÏÁ\10ñ.è\98\8f\14\10\13Ç@9ebE\9dÌ\98H\aÈð0i\ 3Üw!\8b\82Ä\ 2å\ 5¶òØFÿ:PÎa+"\139leSå\80ÁV\82v\1a9le×\96À\82\84á¨3ð/\83\84̨       Õª+~¾§Q\16t@}8\11\ fÇ\879}XW<n{+É\ eöè\90NG\ ev\12çöæ`o\18\0ÂÔ|\80\1d\ e0\b\11\85k\ 4m\v)Ü¢f67ô\vp\8d\1ac\9aÐÓ\1d¨p\93É\ e0\ fm\81\9b\8cg@÷ÐÆ\1cá\ 6\b\86¡M \9fÒ\ 4(Xc3ç\Ú^\83\ 4\1e\aö\f9 û¨ã\81\ f\ 1\90a"\ 3Ç&ÉÀ4Ví\8fõXõÝ2«±êàfh\93Y¬º\9b\ 2\88Uã÷éó}h!£ÕP\97¯©\8d\1cê*\15\ eÆïë¡.\1f#øþJ¬z\aô\v±êäÐ÷åP\97OÛs\ 3¯\84º|¶(I#Bz¨Ëo¦ÇÛýÓC]%Ø|\9fÀm\ 1WB]¾æG7\13ÐÕ\88¯¨µî\fÉjÄ\1f      \ e \87ºüqÂ\ 1\80\f3\1e\9e\19ðp!ÔU\9exÊ.²Wnpæ(mèÁ+\97\1aæ>\81c¼bÙû]\e\80¾nB\ 4,\0¯\9bÑ®®/¼\ 3Í`4
+©Y\\8b­t3\0hî^\9b×ç\91ù\9a\1aA\8a\9b\94fw\7f\9c$¤L\97^7¦Í\em\ 4^7\94\89Yd"ÝÆ-iÛH\93l
+*\1fI\12\88z\91ÇÁáÑ>¢ì\f\92âRí\8a\8e  ²Ó° ò%Ibhìpîè<#4ö\89\ 1åÎÃ%\0\f\14Ö(Ñ\1d\9aFao¼x#Là0H7ã\ 3T\8fE\11¸\9eGÓæ\9eõ\1f3¸Z£\92vn3¨á£n\ 6\1dãA\12\99È\9c\8f±Æ\8f:9ÐCø\15ÕÞ\r\0B X!Ä\rÙ\97@!ÐÜ\b|\9cõäï¸\8b\1a\85F\91\95ùi$L<ðÕ¤\ 3A\8eC½Û°F\8aX¡ 7<\11¤\13\1e&=[+9dæ-$Ù¤
+\86é\96\0\91\ 4£=¼\9eQ0\14ó y|»Ê   ¤©h¤0(\14\84\87)Eñ0Ñ]HðjÓ/\96T+±Ì.\16:@\8dgÍo&\ 20Ïè8먮´!}\ 2"Â<¦~¢\17£\8cî-1ñ«¶ú}\ 1;:\8a~\ 3e\11É\ 4 y\82\_\ 4\94Ps\ 6[\ 6è \84\13>¹ePB®èÜ\89Ë\80\16#pÈ8BÅ\bX1\ 4äòX)\86\80ÎÐø}æzÍþ|º\9d^¹^©ËÀ\9b]sãÃ\95jF\ 5\12p\9f¿;¾Ï_Fõø\1a   kéeXàÓåÓÐ/¤\aDÓã-½\80jª.\e{ëºüÒeC]N5½ ]¿\1c\15U8\99?+¦ñLO¸Ý¨¯\8ai0H\8a¯\1a´\9d¿l
\1dÑ/¸üö\8cö_.FãwÄ\7f\84\8a\r\88ÿz5¦gvÃD~)¤§B\92\9aó\v@Q\14\9eï \ 3åj(¡V\83\99\b0/\ 1\91\10\ 3eXjðÚ\ 1¦\ 1Ð\8aK\9e( ¦À\8b§\b(@=½\ 2*0\1d\93TÊG\80\ 3(\14\7fxX¦·ká©À¾ÅÎäØ_HfÁ4ôÚ\ 5ôð2!\ 5\0L0ÊÀ\fo\10\9d\81\e\vH\8a\0*@»\93\ 4\88æ\17A\r8\ 6\ 2\ 1ÖA]\ 1j0¥\84KͬðÒ\r:-(Ú~_6Á\9f5'Zþ-\aþòí&\98\ 4þp¢{ ü\15\ 6ä#\7f?\ 1ã\1d<\rüõS\0¥ÍIin³\ 2sI³yQ\9a\9b[q\ f%Ú.a\ 1Øgî¹\96^w(\14+P¡\9f%\99vôz\8ea\8a\80~<\83Ô
+1+°û¾n\85ä\a0±ã¿ü\8aó\19ñ_×\81Þtè\8c\9eZ1{¥O/\81Õ4äu8;\83ùå\19fÏh\7f ùYxF\97ÚèÊ\ 4Ø-êÏôT"¯oÑ×IªÝ÷õ0\87w\17\ 5è\vR      è\87ïó\80\9d\93\ 4\88#2\91\ 2Ò\ fPµâfë§\97pD
+`\f/ðpá))0Zû)¡\ 3¼ À!ï\92\0S\ 1ÜÐ\ 6\8e\ 2H¿¿iߧfèî¤\ 3D\ 5ÀRTç\ 2À¬¨üÖ\rR¬ ñû(K\9dT¥v\ 1Üà:*;Z\96úü\ 6'Ùqö\8cë\ e\80ì\a\8a\ 1* )>÷\88\10"þë\a0F$¿\v±±\88¾¯ÄTlÿ\12²Àôæ,1k\17\10S ¥âÕ[
+$\1avh6\ 1\8a\10Âr\82¯`\87â^9ø}\ 2\v\10Ä£J`º
+AÜà\0\v\ 5«<\90\81\95î\10ñÜ\ 1\ f\17°CÉibÄ®\81dµ}»c$w\87H\86 ì\8eÑB\92ªö\90`\ f¡\14\8f·\1eB%Éó\9d\87P-\ e~õ!TsD¯>\84J@ì\9dk,Y\92ùÕ\87P©8õ\8e\1d\97\fG|õ!TsL¯>\84\92%\99ÏèiŶ\13]\ 3ã5ÎÎO    \87½s~²ÓìP\1eÎ\8a\17ß\ 1\95\1eÚáRs\8eï\bæ¼7}êôî.\15ÂÜ\ e ÛAÞJæµô((OâI\96Ø\95·ó¥7\8cοz2®Î?\99'¡¥\aM¦ð\ 6ú\84¾?¢\9cx\937{\a\v/y+\99×Ò/\14Á}º"º\ 1ä:\aÞêøv\ 3èEp½%Dõ3\0o!æ\rÙÐ\0£-Ç+\8b\ 4\10¯G\9e£Õ¥Ù\ e ôz«\ 3\9c@\8cD´Ü#,\85·Qr«\9fæ\91xl£\7f\rø£3¨/\8au\1eT\9f\0\16$=M5Á]XÀa'¤MÁ\0\1c\ 1l¯Ú\96\89¨\86+áAÞµÃDQÐ\e\96\ 3¹\9ar-\fÞÏ@\8f\ fYað~\ 6À·G*Ìß\1e&!\fL\¨0\7f\88L<\ 6&~A\90\91(\83g\81s=\ fî   zî\ 1r+·Ú\97w&¢Ì"\82Ytx       :ðÓGm\17xý«\ 3Í@¯q\1f­\90çôbarPÊr¿%\a1Â%è\9d\ 6b\82\97«Þi f¨\13õN\ 3%Sò½]¨\91\8eùõÎÊ`\ 5m\ 6\94\89\e²\10\17R¶K!-É>\98a\98\ 5&\12,û±¡»q\aKÀ-h
+\ 4\19,alAC3\8eO3\13\e\85¢g\1c×&l-½\9eq\9cª»tBOý,\1e\99hzÎw
+\11\vyj©\ 6\ 1<x©aw[²\ 4§v\ 5zÊq\8aÕÂK³úðd\ 5\86>\9e²\80® ;i\ 5t\ 2yÓXH\85`C\96Á\ 5äAÚÞK9Î%\7fýÛ
+ÖËc÷S\90\9aª7\ fv\8b\80?\ 6\18Ë#3øR-\8f]&ð
+¾Äßë\16÷i¾¿\109·ê´\1d½\1e9·²\943z\1a\94áv\v\17\86 o¿¯7\95®øÑnþú{¿Æý&ߧ\81ó\1a÷kö\1fU\ f\97úZoø7:|9þ\13ɯ^Õ³V\84êÖ¯#gN$?\vðÇê0l÷O*o^«[\83ïëuyý!í?\8d;[ÿ®\8e^\8f;\aíû4î\1c\83$\7fü\91\7f\87Æ\9d\13Ú¿\85¸sBúo|\1e\1dò\89ö_Ï\93Þ\90þX¨n^\ 3\ 6-½ìp\ e5`Ðò_\a\8eìhý:þû\89\e\98ì\1fåÿ\89î\1f½½@E?Îä\9fö\8arHÿ\85ñ)@'ൠ       ð\98g}\98ßNॸq°'e3\81\85¸qµ¤[#Êéqã\98Þ\1dà\84f\9c\80A¯<¬è\83\86\87\vqãÛ\13^Tã¯\9bª·KX\80¯X\ 1£Ù5F]#\9bª\86±\19ZÞä\8a\19ʺÄDK#éÔ\80ì©\8d§\93Ô mê~B3@\ 6ÑÇs\13Í`\127wÐ\fZÀ-dQþH6n©)\19zù[ð­¥\1a.h&°àc-å±G\ e,øXï\ fòÁ\12Yð±Ö|à~    \v\9dÕ\91-¿àcM\19Î@÷î=á\ fÝ\0À\1c&\19ÉÖ\17¸\1f\0d$÷/bky¶}iÒï»\0\80|D\12KüQ\91D\9a\17\ e-\92\95¼ð#k»@\99\9br%/üLoîÂyh»À\8es©Ô\8dÎ\82Pû¦\ 2\19\90B[p\95çê!ìx\0®\14Ò¡ºô\r*\82T*\97\Qi¾\1aFq\9b\85\v°mXs{s\8c«\ 5\84*\98Á\8cÛn\ 6r/UoÉmÝ\0\90\92Øqß\85n\0½Þ²U¹\9dÎ\80§v8u\17\b\13«N\9c3\91Vu3ãì¶\8f¯,ìYÙîv\ 6\10_ßh-½\9c¢Y;\90µô(Ç\9eá)2\10\ 2ÝGáÏ\80æ¯w rNú>õÑÔä\90öû\v>\1a/}\9fù\b\8b\8fgü>Ê\11\9f$g´ô2¶¼Ôb{è¡\86^Oñ\8dðûr\8eùÓGÓò_÷1¤MZ?õ1d\8f¾¯û\88ò.\9d?:ÿ\rÑ/Ì\7f\87üÓç_s;¦óÇ-\14k\85éî&Õ[(\86\9aÝ59@49À\99]ÜL@©Îû\85\9e\0\e ÷Ý\88V䤣\97\9däÑk\a\98\ 6¬\ 3²\ 34T÷#9ä\0ó÷^\9f\80ÕZ\9aM\80n\80\15\86\9d\17\ e\9a\ 4®`è a\1dÕÍÏ}\eàR\89î\9c\9f¶Ü¥\12Ý\15X>¡çé%»t\84¦Ù!\rýèå£ô\a2ÃVè7\89\9eVè>+ÿ\8e\8b\15ºkjÈd\ 2¼\19z5brã¥\942\9c\1e.\1a¤\ 4`/f\86\99@¶¸®E\9f.\9a\89\16¥\98\8f°I"<k`¶®\ 4l\aâ\86èåêÔOÄÅä\1a\9fTÑ ÍsNoÀ÷Ìm¹¨DS\86ë\aüÃ¥\8ej7ör\84^\95:¢Ý¿¶\bÌ\0Øh\82µS\7f\93\ 1{\16\19@\92k\ et\v-$×\1cQ¼Æ\89\0\1d\87$@ì\ eKO3êõ\1dÆbeÙAþËVÀ39fÙ\f©>!dÆ\8cN©}¨Ãû\85\95¹ï_hQs\v`\17\8b24\ 3èIºO\87NC\8f\8aµ\91\87\80í÷år\8fÞ\9a\16µôë\80©Rtð-ÀT:Ï×)\9eSÀT?\85\94s߯Q½\8fmmâ×\ e\80^S\8cþ\ 4ô¨^\10C<¡\ 5è\15#}Dß\1f\1f#4C¨b\90[\ 6.ÔúÈ&\85Í\0\vî +\99×Ñëî¨Mû>OP2wZËÀ\85\92u^\14 ¢\ 5\8e\1d|\7f|\8e\99\95¼ë毻\93\1c¢WRô\8cÞúÏÍè©;Ê\1fH\80eÈWí>×ñO¶cBô¦\82ÎK\90ÁR«D\91?X\94ÿá\ f\v`\ 2§\f\19)}Û\94    ðnòÛã%P\94ð\15ÈHéKp\7fI4\13ÐßRµä[\7f\8dÈ\88\8f`¨Å~\0\19?\1e\ ex\91\8dÈ_ÎCK*jy¸\0\19   µdÒd\17©\18['Ëî\18ÈÏ¡â\14\18íIà\91\1aYø~­X2ù>Ïæñ\92\1a§\90\91\b×/À\ 5Ì£c±µ"\0¯ /Ì«\1e«W»\9d¿\ e\ e©Q¹òrmº6û>\87\f¡k\     ³×f\b\88ÿ(I\97Èß\9e$ù£û\7f\ 4qÿ\89\90\8bÝþË\8dd\9f\1e­\89\1d\7f"3\ 2É?q\aÔ¨\98\v\ 1\f²\95 \191b\14¨7ÀÃý\93[\ 1×\ e\ 43;\9a#\96 üëµó#2\83\16J-¤ê\14\9fØAÔ\9fe\9dúf\ f\11J\ f\15\88^ùøé\8f\9a( ^kEû>u§XáÙr\0_»SXï\ 1õ\ 2ÆQ\95T\v&5ô\v\ri\9eþ v\80\85#PÓ\b»\ 1dtF\82O\89\85nØÙ¡ÇäB7ìì6¸\ 4¹%Î\13h4[\ 2\85:ydÌ.\94\19ÈP\11-tî~­Ò\8bâ;\13ånØÞfÐ\r°\90\85\15\1e\b\8fn\0\1d¹X\9c"wk¸\e\0kP§~  2\ 2¸ô®¼<Àw¬T¿\ 4¹_\-\82[ÜÄ\97ºa\97\12\139Ô)ªr@\1c\9cù\84r »\88½½\f§K ùl[\9dÁº\8f»b¥\1e,\98\ 6)XB\eâ¡Þ\rÛ\1f\a8Ìz7ìZI·¥×3£KBÜýe{ä\99\8b\96dt¹$í\0³\8b\83¥\86·ôz¤¼\94ÒUèyF[¸ÌÀ\aýi\f\9cÄi©oÁòYú\1dÐ\aH\ e\ e °ð\11,/\80©\a\v'Ár:\ 3«[3\9d\ 1e¢A¦®3q\vª\18³\82º\87$\ 6ÓXÉí\99{9VrW\85[|í£\9aÇJº),ÇJÒö½§÷\85XI;Àz¬¤¥_\8f\95´ôë±\92\8e~!Vâ\11\ 3Wb%v\9d5\ 3¬ÄJ\ 2\98ÀB¬ÄÒÃgßçØg«\95RdðRGë#\18ý÷        ,t´>ì:ëN\91ÞÑú\8cÚ1ä\ 3\9cp\ 6:x-X2EËÃ\15W±S¥hL\85x$\89?rjZú8¦\97ñvÐ'\10Ã¥vÐ\19\88\ 1l\aM\9ar[µ\93n\0ý±\1dªmÜÍ@~l×
+ñý\0zªû¶#\1e\94¿r½Á\12P\97\ 4VI­ÊA¼\96\12\13\8eC[\ 2¯¤\96Ð\12V*©\85ûÔËYºXIí\84KX¨¤\96U9`h^§\9d\ 5^I\r2Qï\96\10#\1e@.\12\1a\13º\17\17\8a\84\96à\87x\16HÞ½aú\8b\1cL\1eÛ¬\10Úþæ\126\ f\97\80\9d\85\97³³@\aØÅ\ 1h;é\ 3\99W\vÅ!£y0{\1eH\ 6Ú#ï:iÛÈ\13\9f\91\81\ 3\12T£;î­Õ;\9d\88`\9d$\8eà\93\14\96h½_ú\ 1@z\ 2I\\ eQSi<÷\1a^ïèÍLb9\11Þ\vzE½\94\ e\81\8az~À\ 6Ö`F\82r aóîèè-£\19(\rî¿Ð­\92\1cÐp\0\vá\80\ 3\9e\85\85pÀ»ú ½«\ f\92ª\ ff\89ËS­<K\\16\96ð:q¹g¢\84\ fûÞ\8c.¥s&\89Ì\19o\92h\ 1¾\85ÓX\aØÐ\0È\89J\8a\88W\88U7\ 3\19êí£1±\e\ 2ðôæ·\ 3h~Ü\877\7f\83K\90ÏBñæ\83\ 1ô³à-å¨\94\95¸t7z«¯ØÎ@G\18\15 å¸\ 2\84ðayËæ\ 4léu¸´áígô´·ôaÞ\9f\86^GÈÔ¼å\8e^ïJx"\11\8då\ 2\98?
+Ðc\84Gpuÿ^#<8PÑÛ1N¯\81\8a3¤f·\0¹\9bF\b\9b´\ 14ñ8zÄ@½·r}'MæO{\v[W»r\82_WE"½\81\13:\80\0bÂ3\9f\0\ 4\11!\99Ã\e\92\9dMqÂ+\e@{\eïh\ 3õ\13\1cö$        \10í­»£ù#Ó\9eÌÿHÒüyu¼]Ò\0̬\ eg|
+à+\88̬«^«\0Ft\aO|F·ð¨\ 1Y7\95è¡ü
+\953Ì[\14¾®ÐW±Ä\19Æ´Û?Y\83Ç\88æ\8fLA\861\r\92\ 2áYÏæ³lèõhzí\8a×îÿ\82«kCvà\8a\8f\ 5^\0r[ÒÛ\13ö-\v"âó¯c\9c\ fx\ 1Éç7\1e»t~y\99ø í?K5\89'²aõT\93äNiÿ\98þN>Kú\9bÓÃïë\19\9f\ 1Y zå\95\14à÷åÂ\13ÉÚêÎî\9fYÊóìþ§üK\1aÿyÊ3Òÿ\v\1e\8d\8c\f°\85vt\19ʯ\8cÑ/Πeý¼Âý.½À¦ \84\90ÞLØ,/úWM\ 2æ \84n
+ë \84°¿\ 6!poD\ 4\ 3 g\146\ 2\9e \84Û
+^\e\ 1Ä\9d\12Ñ\ 2\16|\19\15ÎÓÐ\8fJ`\96°Ù1p=a³\1d`!a²ÞÂí\ 2ô\84I«QÝ1PO\98Ü\ fð}Ô\e\1ag*x«_ÔÑ\v\18\86¯wü8\7f½¸nx\1eÂ×ü£\91\81ù#G\12yÅUD^{\80\ 4|rMØDßG    \9f\9b\aü\0ñÏ\8f×\10ϸt\92\0s\ 4F\8dOÜTÀ¥\84Çdï f\ 2\v      \8fé\80jX\87ÃY²ÖT\8fs@Þ d\10\0ò^$\8d&ÀÃ\15\14K\85öNv\91¶:8\90\1eÕ{+\87\8aÌm\8f\91ìV\7fb\17\0­qí ½¬\86¢÷o©¡ò\98~G\rEk5qU\r=\1fã\17ÕP\8cèûÈ£\8fÝ¡å1þ ?\97ëßÜ÷/Á{X7dbuç]4dÊkü\1dC&nh\ 1\vUܶ,\19\0Ç\1d\19R\bºÃÐ\ 6È\8e\1anO\ 5p\91\7f¢\ 2 ü;Oé\0Ó\84;ëUÓÑ\ f
+\98\92e|wò§7W\87vÀBsõ\80\14Øh\aÒ×\Ðì ñ\ 2ª¯a\ f. ¯k R!^Ñ ´»¹ÕwooqÝ\9dú|ÎN\14\b\15\80\rj`Ù\9d\9avU\ 1\91ùÃ\e\9drh\868=@'2\84õpB:#\9a¿îN:wñ\ 2À\a(C\ 5 \97LÈ^{I³\94ý\92é\bäG.@öt\ 5øïÐ\bÔìn\92\8eÐÐ\8fï\bÚ\9c½z\ 2Zz½µ¹\15Bné\17\1eÂ\96±ÝÒëûW\10\ 1o}ß2®gߧ\ fñê\bhéÁC\1cë¿\ 2\b¸ë?\1f/é¿Úl®Û?Yÿù\13­_×\7f¾^àÞ/\96\8e\80,É/u\ 4Ôx|»ÿz<¾^àíþéÍòê\ 5Þ~_Úÿ\87\ 4ß\añl\1e\90\7fs\ 1I[\0S\80Ïĺv\ 3õ\14\80\84\18°P:+#\ 5\9f\1d\80â\ 5xG\ 1\86í=\ 5\18vM\ 1ÒõW\ 3¢ý¾\s¤Äã\15ù¡ñü\13ò_\8fç\9f»´~\1e\8f×\14(/d\8e\14\90î\ 2\0¦ç\8fÄó\ 3º@ôx^\8cpÿåxL©c~\7f\ 14ôzÉ\8fZ³©¥\aYH¼\ 1|\ 2\13\80àP\92¾²94À\b      à!uC\97vK\90\ 1²Ñº\99ô\ 3,ôoß \ fôjô\87GKÐ\e4\95bä`\eµvs\8f¸82DV\12'¬mí\94\89¼a\9b{¤rù\8b©\ÉïP\ e\16\1a\ 5´\84\95\86m\8f¾á­5µÒ°­zõ»%,4lçQoØ\96à\fV\1a¶E(HÀ©Lä`\8b\9a\1cÐvi\e2IVÚ¥íP¡¬´KCJ}¥]Ú\81\9eE`\0\ 6³)Y\aãµ
+²Ohpä\99và_§I3&f\87ô\81Þ"ª¼ì\95\97\19»\18ËË^¹\18iMÚú²\9fÔ¤¥!êZ\80èb1ÌR\99»|?^¬éúÌ7\98Ö4&!æ\8aô\9d\14ã߯@½é÷ÉË:?RÀÚõ\8f\86!­ZcíIÒ¤\18"\87\b\18ÐvRL\8f\86Øw\a¾¿PY½>,ÚZxz\8b¶Ã¡ý\13\1e\ 6µN\825\8d\8cór°¤ðÑñ8\81ñ|\rÕã¾\89\87i\1f§å(IÙ\1dç%z^£@\93`\1aáö\ f   \8a³\8a¼t\0\8e³\9aÀ´jN\8dOºp±jNôÚ\fh\90>nà\14\88)8\85«j¤I8\98Õ´¤\ fì\8cî\81\ 5\aMõPNk\83\13Àû\96ì\1ex\r\98¥\ e\8eZ\99z¢Ç¨\83eÏH\ fé\ e\96\ 3ño!eèDüÓ\1c\f\ f\a\aºÇ\16\8a\9aÖªÒó\r$o»êâ\®
\81\1c&U\8d¹\87\ 2
+\0ð0\10ÄuH\92\1aG1ò»\87\aë\10\ f\1c\ 4äe\99\90\ 4\8cAræâ¼=\9f\90\ 4/\80\1c\90\ 4é.Î'Èá¢%\10+ÐiÒ]\817ZÓ,Ñ\19\80\1dÞ\82ìÆ\12,y\85\15\9bBvû)H°óïÖ|M\7fx\f\10Æ÷\10\87ì\ 6[ÃñR\8dò@ßC\8b´ôzÞ\84·ÚÌ\85\ 3¯®\ 1\1a¨´¼\9böû\0êÃ!·Þ¤àx)E¬å¦7à{+\ 4\v-7ká±ù\ 4^c~/ï a~g;8ÃüvôR\ 1Âû\83ÈÚ3´\f\1cm9\1e*\8c`þãEN#\ 5\ eÑ+P\83\16óÛÑË\95ï*æ·£\1f!·<÷÷\ 4\12¸Ð¤$j'\80¡Þkîmw\ 4uÔ{µ\85g\13à\80W+Ç[\94È%Ðp}\937\13X\0\rçC»\bx\rÍôæ\0f\r÷\ 3,\94¾3ç`ËÃ\15Ðð®é1Ú%åØ\81\18\8d5\f(èتÿuô\80\85Ä\9e\85çxÅ\9euH\ f\vöìWµ2E\8fÐÖË!Jz\94wy9\91\1e\953¨KÄî\1d=\1aã!®\9fì\1f´\ 4P\ 6+1§3ÒÃ\vætFjpÅ\9cFü× \e÷ýßÐ=º\10qÞáþé\11çÿw~\ ehÇèïÁS;\7fìA]\ 3}Ý5¶Ð%ÄA\ 6ê\98KKÁ\9f \10\8d\8d<\15ÈkS\9a§Àú÷æ\1f²d\88RÌkDß\1f\r9\9e\ 2«   \0M\ 1µ\18ãº!^»¬ ù\83æ\104B\98·{\84°{J Ô2\v1&m\0Ú(e÷\80\85\105Ab\94V\b¨\9bÁ\98ºÁ\81Ç'0Ťҫ\15¹\9bà\0Â{¤\ 6øÐ1\ 4\81^Z\97Ì¡\8b\0 \ 68ø×Á%,ô9A¦\f¨SÈ|c5ÈXTÉ¥Þ\ eU\155%úVz;\18d!¶åÈõÞ\ eÖÿ·¥_èíPßD\93:δ\98v´Ëøj1ídç¨+e-÷\86ðÉ\9c[Mõ]½\ 3µÏ\19l\0Bþ0¯D\946\90WD;¥\r \f´Ö±=\ 3\81w\91Eù¼Ä@\1aå³\82@-½\1eå{º5&ô¼;\89Æ@ú&vÛ[\12\1c|@\e E     ï\13ð»\rÐ@\90Ç\10\e\8f\12V\ en¯£\84\94\ 5áx\8f\ 5Ö^dz\88é\ 4â)M\80;V²$\ 3ÜCn\8e\99Û<^zÈÙ\ 2N\93¡\14®iÁê`O¾\91! Æg\ eön\ 5ÃM8\83Ë´KÐëêøj\14·ô:Ü¢\1aÅéu#{Z\191ÂïË\85ùj_\8e\96~\ 1n\92\82´~\9e\88s ïëÞé\9cÀ÷Q"\f\11\11½\1cç÷Öº°¥_\80KYïÔîûzeÑ#Hß\7f\ 1\971%x\13\84KmEÎð\9e\ e°.Y\9d\ epºkÔE8\80äX{\f\ 1tÈQ°Âã-\ fW|«Õ\1e¿(E\ 50£H\11oÄnj´a\81\8e¾-\17\11ø¾\0Æo³qZúM¯Ni\ 5z;-´\0\969¤ù\8fïê
+\96\89\80~×ëÒ@- §\83\96l\9cqý(\1d\v\91Ô\8büûþ\9frÅõ\92\8d£Ü\ 2´º¤\83ó\97óáK+\11eÿhA
+_ù\9f&\1d\98I=\ 5\7f\bõ\r\a(¿:V'hë§ô\11ÞB`ýÄ·Z}ó\rý
+X)!3DïÀ\Z¨\ 3\ 1Ò\83#\19\9aAr\aæ¸i
+\88~\7fÓÌ æ\9b¬-ØË\r\ 3\86\ 5³\v\88~¿¾\86\eú\ 5ßh©\8fywm6\1ahÅ7ê\9c6\0õ\8dº\1d\9cá\15ߨG\96Ì\8ao´Føº\19è¾QëýÛ\ f ûFSD÷ø\82o4E¤\88\16|£¥Î%Z\82ì\eMÖ(°\1f\8dÖþ%å(]ñ\8d&«íÓ\8aÁ\82\94ªT\8c\ 1Ê\81\1déBÝ7\9a,+p®\v°=\9d\8e Yôt\a\8eýò\ eÔ$"p\9bɾÍìÐm¦û6³\ 1ðg\fdOªÚ\a}ö¤\9az÷'ü£®IËM.VÉ%×f\r4Nèy
+\92ñ/Ì\ 2uäIYýra\ 2\96a\9eŧS$ºk\9eE_µX³\82\85Gqvp\ 5º["o\12\v§\9eÁÛãú-Ï Û^2\802ÐZöÎèç\8eÁn\ 1ËÅrÛ\19\8cJ\84¶<©Þé\86^\7f\92z+±Õ}\1f<i\98\83ï\8f·\0w,Ú!jç/\17\9cö\15î3\99?w\f"þ!\8b\98ávíIîò\9b¸]÷ºm5MD´\86ÁÝ\ 2ôDDk\18<ûþ\8b\86Á\16£¼\1d\81k\r\83µ3È\e\ 6\9bAÝìÀRÃà \rÀ}\93\87´\82\17ý\82#`áR¿àCÚDê\98óP\vÈmC\9e\86\85:h,XÛ\8cN\vè\95Z\13<\ 4zß¡´KZ\88Òç ÑÓÆM¹òÿxé\18âe\82Nô}½àsÍ¢kèõ:[Á²y;z¹ÎV\ 1ý>èãµ:[GFß×ël\9d\1e¬\7f¡ÎÖ   oq½P¨CüC Mâ\18thÿ\17@Ëøü/\94ùq\17ÏO­4\8cø·\0Z\8e\11è\1f\94ÈË\1c\93çÅõÛü\13:?J¡Ró\8b%M\7fS¿XÞ\81ü¬øÅ6ó\8bµf\8cî\17»\17  R\ 6 \95\96\82\17übñ8Á5¾à\17+5~Æk|Å/æ\1c\1c\8b9t\fWüb\1eé±\15¿\98ßá\12t¿X@7ñ\8a
+\83´WÁ\82_,\ 6`\90¯øŬê÷ì.¤\1cHè.Zð\8b\89º\80Y£)#1Föô¨K\1e-l\90\fyÐE\92íà¶]ÞÁ»_mGÊT÷«\15Ç ²\81t\ 3ª_ðê\ 6TèðÔ©@üjÎIücÆTvõ2\98\19S\84ÞG\89~VZh~\99\91÷\98õ\0+FÙK¿\1a\1dÀ¬\91é\0Ô1gýKJ¼ùRa\10\1fÃ\9bK0ào?\80\ e|Mñ¾     á|í\1c\9ey涿å\99«/\83\95W}õÌÝ9ØÐÃÊ(\13×\¿\ 2É5÷\1d}^Ú\98\A«Ô6Ví\12ôÚ£\15|ÞÒëÁÞê\9aë¾/<jªko\aô(\93\8d¬ß.Òùú\89kÑ.Ò\8e\1eT\v$\98=ëÁÓÑËÅ\8b½\15ßïDP\8fv{»\bÛ\ 1\96\k\8fgM\11áK®µý¸|\b\1f®µ\aæ­=\ 1+®5³É»\ 1ô\1a\10\fôB}Á\8cò\96\87K¾µ$íâ\8bÄúü\99\ 6=r{ï(\aáQè*\ 3A\(>\1a¬X^7\80þ,¨\bò~\0½ºABL\ 4\857Ùû²\14Â.ïË\8e\89zÙË`fm7\ 3½ìe°ÄØ~  rÙË`½iû\ 1ä²\97aß´\ 1¨(\eüf&Ê´DÃ\89x\bJ4p\0\1fR©¨Ú\15)\86ìÐI\18\ 1\9cÜÏ¥]I¼#\17º\92ôzø¥X\14` Þß=Â;]ïï\1eá\9d®÷w\8f\16.\9bÝÉ\14Àfõôg6Í+\0ßx\ 4tGw4\1c\7fG¯·DÛ\90\0\8d\8a\94\ 3ø\92´~:\7f\ 3íÌ\ f\10\91\1f«Ò3³     ©£wG6ÕBµ´#>\9f\15¯Þ¶¬³d´rw½\ 6Ò\11\98\0½!Aññ)\ 2H\9d\v.kÖ\ 4s®X¤oÆ@ê\1O\7f·~½ø3Ô`:\84=\ 5t\ 3\8c\10öÇ­\ fæ\9f\90\ 2\8cq\ 1ù\87l!½¾FÊð\ 4ËåêRF¯º±p-ï0­\99£¬Þ`ñ®=ìáI½AÞ\93\v]\ 1\v\ et\ 5)*ð«§W}׿ ó\9e\15D\9bÚYO ù³\9aÁþ²t\ 5ñ¬|¤\ 2Ñ\15Ìè¡\ 6\14\8aðW÷à\97\9b{PH¥ka\7f¥ZÖ\95Xo\85ý\95\98ù\15\13¨\96\1aléu\13¨\94\1a\1céu\13È\eÖ¡¥×{Ò\15Ôà]~òëX+ÃZÔ\9ed\1d½\1c+­ÝÉ»õË\95ëk*eG¯\97\18óÖ\97¸\bÐ%¯Èf^\91<\v\90°\9a\0u\ 1\11\8e°ÔÚãí\ 4@\84\85»U2\9aÁèVá<<=à!ð\8aÐ\84\˧ì¤H0¤í%è\90\14 2KÄ\1fà\1f\ 1ë\96\ 5\0+wØN`Å\1f\102\10£\15\7f\80õ6ê\aÐý\ 1\11ñ\10\f02ñ¼\9f\8d\90¢116\r\88\1eñ\0\19\ 3ĵ\95\v¨ìgï\«^\19t\96â.D˪_è\94®\ 3v\1dÖ\9cÊî:\e®CêS9\12R\ 6+>\95 \9d\87\ 2=)6:t\1f"{\8a¸$Ü&Ý\a¬´BÅ.uß×}:\ 1}\7f|ÑÑ.á\11\85.áøB\176к\'M\ 2iÅ¿\ïÓ×àMî\93ðH\80ô¬Ü\r\19d:x°´\17S\fJ:ÿC=@Ä¥`]Æ;\ 1\16:¼ÙüOmÿ¨OÅ
+\90·ô\v.\81êTm篻\ 4¬ÉðÌ ¤.\ 1\7f\0ú\ 5\97@@\1a|Å%\10¡\ 6Ô]\ 2\96@Õ      \90î\12¨NÑöûºK [¬¾eàz¬ÿ¦ÉÞ\8aõÛËhÙ ®±þ\18fE¶f±þn\ 5À/Lª\87{3æ\9a)(\99X_\8fÒÇ\12âËK\84>Ê*⤥\97+#<\ 1'-½|\86}=\ 2\r½r\86ë£2\80ù{¯O ºå&\13 \e`\99ù\1d\ 3\ 4;ò«\1fÖãûáb\1e϶Û!\8a/\ fá<Ø\7f\93á·\82ýWOa\röw§p=Øß\r WÈy\ 6ûgz`\1eìoxx%Ø?ÙEZ=Ü#=0¾     y\15ÿSÔ\ 3üQª\9dcl\vÔ"ü-ý!Wï\ eP\ fèέRá\aè19\91 TçTK¯\ 3\1d2ZÿJ¿n¸\7fÀ\14 ¯É-=/²×¯I²\7f{\94ö\8f÷Ëö\92üðD\1ct\8f¡D\1c¿\13Ê\8f\1c\\b'¼Guù;Ï·ä/:$?\vñaw\88óg\0\ 5Í\ e¡\89(~\93ô\1fMD              Ì\7f%\11¥@\95Âp\ f/$¢ÄM\e\80·ü\8e\80\85+\89(9\83kl%\11esà&_HD)¥JÑ\0r"J\81 \8c\90\88RÞä`\0]\11\97G9Z\82\9c\88R^åh\ 6r"J<ýóUt%\11¥6\ 2hÅ`%\11Å¡»|!\11¥\ 6
+[]®'¢xÍ\16¢\ 5Z*\f¿3çôD\92°]Þ\81û\ 4"\92â\85D\92\84\8c\89\85D\92¤*SÂÀ\1cÔw1«1tH\fd\9eµdåÆ:kDÎ$)}\0\14z^"H{SÑL\9c#¾õ$JäE#¸&\1f\89$©¢\8db¾Vá%;t\15è+x\82\rf\8f:\9eÌã¥-\98ú\96n\86Í[¾%ï'\f ±Vg\ 6mC\ f³Ùf¾¥n\ 5ë¾¥Ò\8fá\1dßR³\84\v¾¥\96~Ý·ÔÒ¯û\96\1aú\v¾¥v\v\96&\13\98ú\96Z\ 6\96ì\1ej\ 4à\8a\99À\92oÉB<¥¾Ä%ßÒ)\9e\1a2ÏNÃ\81¥\1a-\ e\ e°à[ÊÚ\f\96<àá\92o)K»È}K \9cÃ\ 5ßR@çhÅ·¤\1d#î[Bz`Å·\94Ñü\17|K\aÒc\v¾¥\bæ¿â[Bë_ð-m\9a\1aâ¾¥¯\8bì\9aoIÛ?î[Ê\92üÌZ\9dwü[ð-Á{Pö-Õ"-Wå/Z\ 5ù«ò\17\1dâÿ\82oÉÃó¿à[Ê\92\1dB\9fô\ 1é¯\858{\8dó¶ò#÷p\88\11Í\7f\ 4\9aÐ\a}\82ò«{$*r¼¥\17òY\r'`E^ºó+\0gíûX\7fÈv`ÜNiÿhõó\8a\94òqRý\1cWº+¹'\80ÿ@þXgIMÿÐóW\81ç\17õ\7f<áù\91Ü\ 1\8fÒÓIzGp\9c\ 6\9a?ªÞNÜ!øüë0\89
\9eè_N¯é\1f&ÿ)Bý=ð\8fÙ_OwPk¿        ÀëêNÚEýEæ\8f\9f!òùMY;¿tþ\e²¿\16R§ví\1dKåw×Î/m\fz@ûAî^\90àù×í\97§3hÊ?¬\7fjGÉ\99þaöGvðþ\95\81\9eµ.ÌÌ~`ë/í$\95õÓz\fV\8fÃ\9f\a\90\r\18o\ f v\0½3mÉ\1c)\fìè\17\9ap\ 5D\ f^áX\0ª#¥£\97\r@o¹s\1d½Î¿\94¤ùs?Ì     æ?\1e ^*÷\11\90héõà¤7\ 3¨¥\aÁI\86Õö\eÚ\80x\fOp:\80\99\a°ÚVÓ\ 1Px´blÂÈ\83\1dD¥ph0\98\16ê\ 6ÐÍ\88â\ 6)fL7\0Ò#¤\9a\85\873@\8a\90äMø\rÈ1È\9b K\b^[\ 2}\8aZd«\9f\81\9c\87\1e¬±l?\0¨9L\12/"R¦0ñ\82ð \1e\90\a HM¶1Á³°°\8dV½þú6æw\97°\89K É\1fX\1fè}\11Ã!K"\11¤\ 3K"ÈÈç¥s¥\ 1^ÕÎ\ 5K@Åk      XAÕH\14¬àÞØÆûËÚ£\8bQ\82\8c\ 6\v\80EYwNDÌ\ 3\90Kæ\/\a\84U\16)\17Ì·\²\ 3<¯ñq\8e       YGà83\95v\9b¬¦Òè\fÞU(\91(\14ùj\8bªB\19}¼µ\8a®\83§qL&AÕª\1e-¶ðí*«¤â&yër\8c§x9Ò\ eYX!hÈ\99GF̦I\12­Ãë\90¥\vÏ3óÕÈJ\11ÛºÉ\80xS[\97.Á¢=Âõ\8c/\86\14\91µ¾p1$la\8c\95x£¦Óø\0P\ e´\ 1\1e.#(\aH\90F\9fO\85\0U­º}\e@îï\92°JBQC"\a\9bx5Q·ÏvhÇ\99û}¢¶\ 4
+\83Úë\fÒµ\92ÒGµ\95·\8b\13ñp\ 1Éw\1eà0ëH¾ì\90\8d¶Ð)Ì!!ÒÛ,ÕNc3úY§±+\eØx\8e\8eï\rìu `­äÚÒë@@\1f\r½ÎÿÒ}ýο\86~¡ÍUò\12=ã¿7 ciÕs©Ó\9by®[ú\85No\96U1£çø\99ü\1eÿ÷ ñ\8f\163¶Þ\ 6-=(f<ËÍ*¿¿\17ü\0F\19\eà@\ 3,\94Ä6絿½\17¯õª;Ï·x\18\fÉ8å!\9bÀ=löÎ\ 4ª×h6\ 1\8aÿ     ^\92Â\19\94Òç÷ \94%Õq\95\ 1ßÓtýæ^W\9d\99B)û\15,C)Û)¬C)[\16¬C);úe(eG¿\f¥léס\94\ 5(ål\ 23(eÇ\80å4ÝV\0.@)Û    \HÓ-2üN\9aîåSX¯\82í*\94Ò@íÂ\0\ 4Rmõ*:!\1a\81\1cÓ4Ý\96\87\17Òtg»Hý®Þ\83%@¿+qZú\13ìâ\82Ó2T\93²\e@v\97\154æ¨JV¼ß1 %,x¿#Ò\ 5+UÅS\823\90\9d\96¡>¯»\ 1\84ÃX#\0\e\90#ø6%K°T½)\13\8fa   u\80\r-a\14e:\80¡"¦\ 3ÐúO\aÞ\ 5½º¼á"¦r@cQ'ä\ 1rÜòöyomct¢$Rl\98Ç3\90ãq%\84 ñ\80.Á:w]>Î\11\85&võ\95;QÊSû6nïÙ·ÖVû²}[ü\8e¯ó\15göm·\82uû¶\99Â\ 5û¶a\81\ eÑ­Ý [z\ 4Qg\b\15\ fèu\9fqa\9cBOÍÃ\1aSnø·b\1e&\93áf\ 2\bbÂÚA\877'`)\9b³      L«£\16V^«\8ez¾w\8a¬:j\7f\8a\16ìS§\1dÃYuÔé\f¦ÕQ[\1e.ا%ÛHÙEÚ\8fÙEp\ e\16ú1C=²Ð\8fÙºÊwçp!UèDó×û1Ç\84ô\98Þ\8f9\1e\12=íÇlý¤\8bãô5T\1dC\15CBz\f@\15©e\9bÑ\ 6,àBò\86\18 ×\94\f5ês;\ 1¯r\85\96Õtì¾/cEkqònýÂÓ¢\ 2k¶çü_\15\89§\eXC>³\räÉFð\ 4éðªs\97nbÆ\80øÔ ¯\19ÀMêã­ù\97d#E\0iQP\8f¾?\86¯¹1ºK\1a\98ã "\92\80\15\1cDÊà"]ÁAd\a\96°\80\83(\85\12t\1cD­ìÚÏ@~\1a>ñ,\1d\ fd\1cDÁ³\0&ê8\88\9244ÊÑ\ 2\ e"VÄíl    ôix \8bn\ 1\a\11Ï ñ\80b» .YÁAT@Í\95\ 1\1e\80\1adϬà \½O¶\8b8\b/2\91·ÖÆLÔq\10!jÇ\99·Þ9Ô%\8cà°{9\94\88\8c\82\9b\80Ë\86qzê´×\8f\v\8eFA\82¤÷\8eH\19Ù\85ÈQDR\806'Ù\85¼ù\8ef׳\14Æ\92\ 2\ 5Ö¯Wúݵç)«\95\9e\ eø¾^H\81BôzK×\ 2DQÌZ\9e\ 2\85î\13ý\f\16 ËH\8f\92\1fðú³\87ï29ü\95¡U³\90\81d)\98\89YÏzç\98YÝÐë)ÔÞjåwô \85\9a¤¯TÿNC\ f\9a\1dpÿ\8c\ 5~\9a\ 1ô\ 3à³\a\13\18\ f\0M¡2ßfG¯§Pm       m \1e\80¶n\15\1d½\CÃïY\9a?\8dÿZ\ ev'\0zèÏ[I®\92\8b7q­\10,Òa\86ým\80KX¤
+dièu,RpN¢ç¡ËM\92`\ eC      @\82\16°DÁ\9bo$¤k=\99\8bsH\1a\80a\89B¨B¼¿Æ\12Q\1eDt\8aVx\90\1cZ\82îc,\ e\1e\89\aT\f²\97Ä\80\16\ 3²b2\1d½Ü\1c=lè&QºpU\a\8b¦\b¹\83'½u\13\85\ 3Ýd¨mÏëBÅ-ýz¡ânýÂMÞÅ<ojä\95\7f\86\16óp\90ÿÃüi1\93\8a\80h\ 5xLסÕX<º\89Æ\r¤Õh\82v\13Ñ\1a·\ 1ÝD\v­ kÂÓä&£Þ\99\bobù)RË\f\v\9d\94\12!n\89ú\14kéõ®59=\ 5xµëPí\84\fLAÝÃ\1a±\ 6\ 2'\90¹\96²(\0d\ 3k\9c\81\9c\1e\9a\82ò[4\1eçä\ 6ù¯?ýðã¯ü\87ÿøéßoz \90\7f\14îÛ?~úc±±Ây\e4ï·ÿóÛ\8f\7fø\1f\7fþøÃï\7fóó\9fþöó?}üË?ÿêã/\7fýóoÿïo~þíÇÿú\7f\1fÿòo¿üþ\ f\7føøõ?üæ×ÿøñ«Ï\8f\7fûýÏÿñó_\7fùø/\1f¿ûå\97¿üÓ\8f?þýï\7fÿüåw¿ÿÛç\9f~þåÇ_û}û÷¿þÏ?ý\9f\1fÿò·B÷ù»_þø\87\7füøé\7fÿðß~ºÍîÿ\ 3OÉÞÈ
+endstream
+endobj
+365 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 832 0 R
+/Name /Im336
+/Width 7
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷ï\0±àß?vÝ\9a\85¼\0Ð\19$\17
+endstream
+endobj
+366 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 833 0 R
+/Name /Im337
+/Width 7
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷\8f\8dXðï\1f»nýB^\0\8dÝ\ 6P
+endstream
+endobj
+367 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 834 0 R
+/Name /Im338
+/Width 15
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa°aøÃÿC®\82\ 1\ 6?  ã\ 3\ 4d>\80\80ì\aþÿûÿ\8f_®f®8\0ÿ«\1aX
+endstream
+endobj
+368 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 835 0 R
+/Name /Im339
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c`üÏÀÜÜÀÎx\80\8fñ\80\1cã\ 1\19Æ\a6`T\81\8c\98\82ý\0\10Éð\1f\90ÿ}\80ÿq\ 3\ 3;\ 410ð1\14ð1ü\90aøaÁð¡\80áÁ\ 3\86ú\ 3\fö\f\fÂò5sÅ\ 1^\17 f
+endstream
+endobj
+369 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 836 0 R
+/Name /Im340
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3``°ÿÿ \1e\84\ eÔÿoH`f8ÀÆp\80\87á\80\ 4\ 3\ 3\10\1900$00\1c``\ 4¢\ 6\ 6æ\ 6\ 6v b`à\87!y\ 6\ 69\ 6\ 6;$T\ 3C\16\f\fÂò\95\ 1\ f+\13Þ
+endstream
+endobj
+370 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 837 0 R
+/Name /Im341
+/Width 30
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\90```°\80â
+ ®\ 1â?\10Ì\bÅÌ@1æ:\ 6\ 66;\bæ\81\10¶g`0\90\87à\ 4(þÿ\1f\8c\19\eø\e@\98\99\ 1\82Ù X\9e\81ÿÀÿ\ 3ÿÿ\80°\9cBÝ|%\0&\r\1c\1d
+endstream
+endobj
+371 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 838 0 R
+/Name /Im342
+/Width 29
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceñ  \800\14\17\ 2ÆBHk£â\16\16¢«8BÊ\80\82ÙÄU2\8a#X¦R¿V\82\a\87N9ö,\19M\87WI\1d$\1d9LÄ\99\80³à\1a\ 1¦^.Àwú\8fþ­Â"{4Ï\9aL\16ØPbv\87º"¬PµóÖÞwÍ\1dð
+endstream
+endobj
+372 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 839 0 R
+/Name /Im343
+/Width 44
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÇÀPÿ\81\1dHþÿÀ`ÏÀ\0dØ30îc`Èg`ü\ 3"\99k`dz\ 3\e\12É\ 3$\8f7ðü\0\91\12@òð\ 1\bi\80D&ü``l>\90ø\ 1D\1e\ 4\92\8d\ fÀäÃF\10ù\98\11F23>c~ÀÀÌð\rLþA"\7f\0Iv0ÉßPÀþ\0èÒ\82ú\7f@\97&üÿÇ #_?O\v\0Æ\87
+endstream
+endobj
+373 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 840 0 R
+/Name /Im344
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>þ@þþ\aû\1f\15ì\ f*\98\ f\ 3Q\ 3
+âgø\80\86ä\19\7fþ\ f\88ÄEê'K\ 2\0\95T\1cD
+endstream
+endobj
+374 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 841 0 R
+/Name /Im345
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãgøPÏþá?ÿ\a\ fü\f\1fä\18\1f !\eæ\ 3\bÄ~À\86ÿ\80\8dü\ 1ùï?ø\8fÿ\10\15©\9d,        \0\18Ð
+endstream
+endobj
+375 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 842 0 R
+/Name /Im346
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀÿ\8fA\9e\9fA\9e½A\8e½\81\87½\81\ 1\8c\18ÿ7ðÿo\0
+Úð3Tð3|à7\0!y\10úQ\9fPÿþ\0PJD¤v²8\0V\89\14\7f
+endstream
+endobj
+376 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 843 0 R
+/Name /Im347
+/Width 12
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀþ\81ÿ\ 3ã\a\86\ f\8c\ f\10\90ù\0\ 2²7  ?\ 3\ 2Ê3ü\7fðÿ\ 1\8fBý|^\0\88\96\17X
+endstream
+endobj
+377 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 844 0 R
+/Name /Im348
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀü\9f\81\9f¹A\8eñ\80\rÃ\ 3\v\86\a\ 5\f\1f> ¡\a\8c\ fÀèÀ\af j(`g°\91c\90ÿÃÀþ\80AD¤v²8\0\8dË\1aï
+endstream
+endobj
+378 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 845 0 R
+/Name /Im349
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`~ÀÀÿ\81Áæ\a\ f\86\ f\1f\80\88ñ\ 1\ 32b>À`ÿ\a\84\80\f\bbo@Gü\fèH\9e\81áÿ\a\10\12\9fÏ\a\0:\e\e\10
+endstream
+endobj
+379 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 846 0 R
+/Name /Im350
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀþ\8f\81\9f\9fA\86\9dÁ\86½¡\82\19\84>07üÿ\ fB\1f\18\18\1eÀ\10\90ý\81\99¡\82\8dÁ\86\87A\1e¨ë\ 1\83 Híd\11\0Å\8d\14ç
+endstream
+endobj
+380 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 847 0 R
+/Name /Im351
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>Ï ÿ¿Áþû\ 1öç\a\98\8f\1ff`o@Aü\fèH\9e\81áÿ\a\10\12\12©\9f,\ 4\0gm\10m
+endstream
+endobj
+381 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 848 0 R
+/Name /Im352
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃþ\8f_^FÞF®\82§\82á\ 3\14>\0B0\8b­\82ÇFBþ\ 3ÿ\ 1\ 1\91\9aÉ"\0\10\15
+endstream
+endobj
+382 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 849 0 R
+/Name /Im353
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿ¿\81ýÿÿ\a\fv\8c\1f\18ì\18~0Ô0T\01&ü\ 1\87\1f\18~0>`øÁ~\80áÿ\7f\ 6Æÿ\7f\18\80:10ó\ 3ì\98\1d\88ëÿ10ü\ab9ùúyò\0»]*×
+endstream
+endobj
+383 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 850 0 R
+/Name /Im354
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨``þÁÀþ\83\81\ 1\88*\18\18> #Æ\a\8c\1f\1f°ÿ}ÀÏþ@\86ù\81\ 5ã\83
\ 3\ 5Ì\a> ¡\aì\r\81¿¡@¾¡Â¾Áþý\aþþ\ f¢
+5ó%\ 1Lç(Ø
+endstream
+endobj
+384 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 851 0 R
+/Name /Im355
+/Width 12
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀø\ 1\b\1f0\1c`@\ 2\8c\aä\81\90ý\0ó\ 1ö\ 6\ 4äg@@y\86ÿ\aþ\1fà\91¯\9fÇ\v\04Z\10ã
+endstream
+endobj
+385 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 852 0 R
+/Name /Im356
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`àc°³gøÿ\9dñàyæÆgì\8d\ fØ\19\1fðÃ\10\ 1öö\ 6öÿ\f<\7f\18d\18 Hþ?\10\1dàÿÿ@þÿ\a\v\86\ f\ 5\f\15\80¡\0\88
+\80\a\a\80j\98\7f0HÈ7L\11\a\0r|"\96
+endstream
+endobj
+386 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 853 0 R
+/Name /Im357
+/Width 15
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÄþ\8f\8fO\ 6\bmxl\18ì\ fÈ\7fàÿÁþ\87ñ\ f\83M\82\f\b\16Xü(øÿàü\ 1~\91ºÉB\0\10v
+endstream
+endobj
+387 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 854 0 R
+/Name /Im358
+/Width 22
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÏÿÿ\7fÄ\98\1a\ 1\a0
+endstream
+endobj
+388 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 855 0 R
+/Name /Im359
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`f\0Av äg°cøÿãÿ\ f9\ 6\10´A\82\15\f\15   Px â\80}\83\1c\ 3¯LÍl!\0\80¿\ f\r
+endstream
+endobj
+389 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 856 0 R
+/Name /Im360
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`üÁÀÿ\8fA\8e\8f¡B\9eá\ 3\10Ù1>\90c|À\0\a\18ìÿÿ\ 1\ 3\al\80\88½¡\ 2\rñ3|@Cò\8c\1fþ\1fÿ÷¿ý\9f\84Bý|I\0Ø¥%¹
+endstream
+endobj
+390 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 857 0 R
+/Name /Im361
+/Width 20
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿ\81ýÿ\a\ 6;\ 6\10ªÁ@?Ð\11ã\atÄü\0\1d±?`øÿ\ f\84\eæ  \0\0v\94\1e[
+endstream
+endobj
+391 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 858 0 R
+/Name /Im362
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀÀþ\81\81ÿ\ 3\ 3ã\a\ 6\ 6 ù\0\1d1\1f``>þ\80ùþ\aæ\1f\15Ì\ f*\98\ f\ 3Q\ 3
+âgø\80\86ä\19\7fþ\ f\88Ä\15êçK\ 2\0\r~&Ð
+endstream
+endobj
+392 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 859 0 R
+/Name /Im363
+/Width 32
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]˱\11\80 \f\ 5ÐÏåÎ\94l ¸\b\93y\a\ 38\83³8JF LÁ\11CacñÊÇ6Áf\r\85\ 4%t\9cXô§CÃ"Pz ±Á\1fl ôÝ%\17\97ö!Iø¡\85%muÆË&\ føȹÞÇ\vE\r
+endstream
+endobj
+393 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 860 0 R
+/Name /Im364
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÇÿã?ä\98\1fÈ16È36ð33\80\10\e\ 3?\1f\ 3\7f\ f\ 3û\1c\ 6ö\19\fì\eÀè\ 1\ 33\10\1d\0£\ 6\10\12\15©\99,\ 1\0\8dä\11\ 4
+endstream
+endobj
+394 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 861 0 R
+/Name /Im365
+/Width 8
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\93\97\97ãa\80\ 3\83\8a\1f\15\ 5\1c"5\93y\ 1!\97\ 47
+endstream
+endobj
+395 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 862 0 R
+/Name /Im366
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83ýß\7f æo`üÀßÀp\0\82\19\eØ\ f\8003\ 3û\ 1v f\ 3b>\ 6ö\a<\fÌ\ fd\80X\ 2\88\r øC\ 2\ 3#\18\1f\80à\8f\r`Ìð\9b\ 1\82ÿAñ\1f\80â\ 2\b\96\9a§\ 4\0§\ 6
+endstream
+endobj
+396 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 863 0 R
+/Name /Im367
+/Width 26
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿ\83\81\1d\88\19ì\18 ¸\ 6\aþ\81\1d3~@Á\a \98±\81ù\ 1\f3\830\ 3ó\ 3v æg`\7f`ÏPÿÿ\1fÃ\7f \96\92¯\9f'\ 3\0ÊÎ#Ø
+endstream
+endobj
+397 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 864 0 R
+/Name /Im368
+/Width 22
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ga¨?Ãøà\ fó\81\1aæ\ 6\eö\ 6\vv\ 6        ~\ 4bào`à?ÀÀÿ\87\81ÿ?\ 3ûÿ\ 6æÿ\a\18ÿ?`\90\7fÀÀü\80\81ñ\ 3\ 4%0>\80¡\ 3\ 5Ì@Ôð\83½á\1f?Ãñ?\f\8d?\18Ä\14kçK\ 2\0>e"^
+endstream
+endobj
+398 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 865 0 R
+/Name /Im369
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨øQQÀÊZÓÂ\v\0\16\80\ 3 
+endstream
+endobj
+399 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 866 0 R
+/Name /Im370
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿÿ\ f;\103Ø1Ô\0±\r\90\94ÁÄl\12\f?x@\98\ 1\82m\18\18\80Z@\98ñ\83\ 5\10K a\ 6\ 6æ\aØ1;\10×ÿ\aj\ 5b9ùúyr\0\86h$\82
+endstream
+endobj
+400 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 867 0 R
+/Name /Im371
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿ\8fáÿ\1f\ 6ö\a\fÌ\ f\18Ø\ f #þ\ 6t$Ï\80\8eì\18\18þ@\90\rÃ\8f\1a\86\ f?\18
+?0Ø?`\90o`\10\9b'\ e\0\e\ 6
+endstream
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 868 0 R
+/Name /Im372
+/Width 37
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>üA¾Aþü\8fú\ 3ö?l\ f>`\7f`Ïø\80\19\1f°\ 3\12\r6Ø     ~\86
\ 38    y\86\1fì\aþ?ÿoÿ\ 3\8aÔOV\a\0±?)ø
+endstream
+endobj
+402 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 869 0 R
+/Name /Im373
+/Width 25
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøø\83\81ýû\1f\ 6þ\7fr\f\f\19\18>ð30>`oÀ\86\99\ fð3 °\1c\10Û00?°``ÿð\81\81}ÿ\ 3\ 6öþ\ 6\ 6ö\ 6\ 68\ 6\9a\86\82ÿ?\80`IÙÆÉ\92\0¿\81 \8b
+endstream
+endobj
+403 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 870 0 R
+/Name /Im374
+/Width 20
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g`ø\7f\80ùð\ 3\aì\r\1fø\81¨\11\8c\18\1f0\0\11ó\ 1\ 6ö\ 6\ 6~\ 6\86\7f\f\f?\18\18ø\18\18Ø\19@"@q0²`?PÃ~à\ f\18ý\0ifH\90c¨°a\90ÿÁÀÿ\80AD¾v®8\0:\92\1fr
+endstream
+endobj
+404 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 871 0 R
+/Name /Im375
+/Width 7
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93±««³ccãá\91°0xàÀÎWÛÂ\v\0+\b\ 4|
+endstream
+endobj
+405 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 872 0 R
+/Name /Im376
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿÿÿ\87<\10Ë1?øaÁüÀÂ\82ý\80\85\ 1\10\17°\1f\90H\80`\v 68Àß`ÀÀßÀ\80\81å\19°c;\1c¸\ e(ýÿ\a\83=\10ËÊWÏS\ 4\0j\83\1dÙ
+endstream
+endobj
+406 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 873 0 R
+/Name /Im377
+/Width 44
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÄ»  \800\14\ 5Ð\e\ 2Ú\b¶vq\0A;KW±s\a«\80{8Ëë\#"XY¤L!Ä\17?A\ e\1cï¼ë¬¿WZéü\96"\9cüÎxõL\ 5r
+§ÔR\13\1f¨\8f/DaïӪ!\9f7¹á{\97\90'\7f
+^¸wÇÛw\e\00\b\13CU\8es}\ 1JÄD¾
+endstream
+endobj
+407 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 874 0 R
+/Name /Im378
+/Width 29
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ɱ\rÂ0\14EÑk¹pé        p\8aTìð\ 5¬\92-"\11!O\12\16¡ø£8\e¸t\95ð­TP\1céê=|\83a\a\19 \86ì\8aW¯®ô\8aÙÕhk\7f\12´\9b\11³üi¸úË\97ù¤3A\97\14²Ü#2­¤éCÔFØ*þÐ\a»¡t\196st\9c^F¸\\9fïñ\vλ8(
+endstream
+endobj
+408 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 875 0 R
+/Name /Im379
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿ\80\1d\88\98\ fð±7ðð3ðÈ3HÈ1HØ00T00|``|ÀÀ|°\81\1d\88\1a\eø\99\eä\98\19\19\19þÿ\ 3!a\91úÉ"\0\12\9d
+endstream
+endobj
+409 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 876 0 R
+/Name /Im380
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿÿ\ f;\103Ø1Ô\0±\r\90\94ÁÄl\12\f?x@\98\ 1\82m\18\18\80Z@\98ñ\83\ 5\10KÀ0\ f\10K0~`\90`~\0Æ\ 6P\\0Ä\ f\98\1f0>`\aÂúÿÿ\ fü\ab9ùúyò\0ù\9b
+endstream
+endobj
+410 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 877 0 R
+/Name /Im381
+/Width 25
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿSßÀ\ fÄ\8c\ fì\18\18\1fH00~\90``ø`\0Å     @ü\80\81áÇ\ 1\ 6\86J\10n``¨f\80à: ¶\ 3b\e\80b\ 3(\ 6j­H\80h=\bÔö\18\88ë¡J%e\e&K\0\0\96Á\e*
+endstream
+endobj
+411 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 878 0 R
+/Name /Im382
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`xÀÀ\b\a\18Ø\ f\1f`\90?À }\80Áø\0Cz\ 3Ãó\ 6Æã\r\8cí\rÌì\r\r\f\f\12ü\f\ 6ü\f      ü\fõÿ\7füÿÿ\81A\8e\ 1\ 5Ù10ÿ\7f\0D¢rusÅ\ 1Ò¢\19Ü
+endstream
+endobj
+412 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im336 365 0 R /Im99 106 0 R /Im102 109 0 R /Im337 366 0 R /Im58 65 0 R /Im48 55 0 R /Im42 49 0 R /Im54 61 0 R /Im54 61 0 R /Im62 69 0 R /Im54 61 0 R /Im60 67 0 R /Im72 79 0 R /Im73 80 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im110 117 0 R /Im113 120 0 R /Im106 113 0 R /Im72 79 0 R /Im116 123 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im61 68 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im116 123 0 R /Im53 60 0 R /Im42 49 0 R /Im64 71 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im72 79 0 R /Im353 382 0 R /Im362 391 0 R /Im355 384 0 R /Im347 376 0 R /Im348 377 0 R /Im357 386 0 R /Im348 377 0 R /Im373 402 0 R /Im362 391 0 R /Im355 384 0 R /Im352 381 0 R /Im346 375 0 R /Im347 376 0 R /Im343 372 0 R /Im346 375 0 R /Im356 385 0 R /Im346 375 0 R /Im379 408 0 R /Im355 384 0 R /Im344 373 0 R /Im350 379 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im171 180 0 R /Im99 106 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im102 109 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im170 179 0 R /Im110 117 0 R /Im101 108 0 R /Im358 387 0 R /Im170 179 0 R /Im102 109 0 R /Im110 117 0 R /Im72 79 0 R /Im59 66 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im104 111 0 R /Im106 113 0 R /Im46 53 0 R /Im54 61 0 R /Im342 371 0 R /Im348 377 0 R /Im372 401 0 R /Im373 402 0 R /Im345 374 0 R /Im359 388 0 R /Im350 379 0 R /Im351 380 0 R /Im383 414 0 R /Im346 375 0 R /Im372 401 0 R /Im350 379 0 R /Im357 386 0 R /Im361 390 0 R /Im97 104 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im169 178 0 R /Im72 79 0 R /Im52 59 0 R /Im72 79 0 R /Im274 291 0 R /Im72 79 0 R /Im274 291 0 R /Im51 58 0 R /Im63 70 0 R /Im64 71 0 R /Im106 113 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im104 111 0 R /Im99 106 0 R /Im71 78 0 R /Im104 111 0 R /Im104 111 0 R /Im72 79 0 R /Im58 65 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im45 52 0 R /Im246 259 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im42 49 0 R /Im66 73 0 R /Im49 56 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im334 361 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im72 79 0 R /Im99 106 0 R /Im104 111 0 R /Im337 366 0 R /Im58 65 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im333 360 0 R /Im72 79 0 R /Im169 178 0 R /Im72 79 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im44 51 0 R /Im67 74 0 R /Im46 53 0 R /Im54 61 0 R /Im274 291 0 R /Im72 79 0 R /Im59 66 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im72 79 0 R /Im60 67 0 R /Im88 95 0 R /Im73 80 0 R /Im58 65 0 R /Im58 65 0 R /Im171 180 0 R /Im72 79 0 R /Im110 117 0 R /Im167 176 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im52 59 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im75 82 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im54 61 0 R /Im181 190 0 R /Im54 61 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im60 67 0 R /Im48 55 0 R /Im51 58 0 R /Im43 50 0 R /Im43 50 0 R /Im116 123 0 R /Im45 52 0 R /Im62 69 0 R /Im66 73 0 R /Im45 52 0 R /Im42 49 0 R /Im61 68 0 R /Im72 79 0 R /Im342 371 0 R /Im362 391 0 R /Im350 379 0 R /Im357 386 0 R /Im357 386 0 R /Im368 397 0 R /Im384 415 0 R /Im355 384 0 R /Im347 376 0 R /Im347 376 0 R /Im355 384 0 R /Im344 373 0 R /Im343 372 0 R /Im346 375 0 R /Im344 373 0 R /Im346 375 0 R /Im344 373 0 R /Im354 383 0 R /Im343 372 0 R /Im346 375 0 R /Im352 381 0 R /Im362 391 0 R /Im355 384 0 R /Im344 373 0 R /Im350 379 0 R /Im97 104 0 R /Im51 58 0 R /Im55 62 0 R /Im72 79 0 R /Im116 123 0 R /Im72 79 0 R /Im94 101 0 R /Im72 79 0 R /Im166 175 0 R /Im45 52 0 R /Im51 58 0 R /Im64 71 0 R /Im106 113 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im104 111 0 R /Im170 179 0 R /Im358 387 0 R /Im99 106 0 R /Im99 106 0 R /Im104 111 0 R /Im72 79 0 R /Im58 65 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im45 52 0 R /Im71 78 0 R /Im246 259 0 R /Im51 58 0 R /Im45 52 0 R /Im53 60 0 R /Im42 49 0 R /Im66 73 0 R /Im49 56 0 R /Im52 59 0 R /Im51 58 0 R /Im75 82 0 R /Im334 361 0 R /Im62 69 0 R /Im45 52 0 R /Im67 74 0 R /Im72 79 0 R /Im99 106 0 R /Im100 107 0 R /Im337 366 0 R /Im183 192 0 R /Im62 69 0 R /Im70 77 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im44 51 0 R /Im56 63 0 R /Im72 79 0 R /Im274 291 0 R /Im72 79 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im113 120 0 R /Im106 113 0 R /Im72 79 0 R /Im341 370 0 R /Im385 416 0 R /Im350 379 0 R /Im386 417 0 R /Im387 418 0 R /Im346 375 0 R /Im357 386 0 R /Im362 391 0 R /Im355 384 0 R /Im344 373 0 R /Im356 385 0 R /Im343 372 0 R /Im350 379 0 R /Im359 388 0 R /Im362 391 0 R /Im348 377 0 R /Im354 383 0 R /Im386 417 0 R /Im355 384 0 R /Im359 388 0 R /Im362 391 0 R /Im341 370 0 R /Im373 402 0 R /Im373 402 0 R /Im347 376 0 R /Im355 384 0 R /Im352 381 0 R /Im346 375 0 R /Im359 388 0 R /Im355 384 0 R /Im348 377 0 R /Im344 373 0 R /Im349 378 0 R /Im348 377 0 R /Im351 380 0 R /Im383 414 0 R /Im346 375 0 R /Im372 401 0 R /Im350 379 0 R /Im353 382 0 R /Im347 376 0 R /Im346 375 0 R /Im381 410 0 R /Im355 384 0 R /Im344 373 0 R /Im356 385 0 R /Im72 79 0 R /Im50 57 0 R /Im51 58 0 R /Im47 54 0 R /Im48 55 0 R /Im54 61 0 R /Im46 53 0 R /Im47 54 0 R /Im42 49 0 R /Im53 60 0 R /Im59 66 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im388 419 0 R /Im104 111 0 R /Im104 111 0 R /Im49 56 0 R /Im60 67 0 R /Im62 69 0 R /Im61 68 0 R /Im65 72 0 R /Im68 75 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im58 65 0 R /Im47 54 0 R /Im46 53 0 R /Im51 58 0 R /Im54 61 0 R /Im47 54 0 R /Im51 58 0 R /Im169 178 0 R /Im51 58 0 R /Im65 72 0 R /Im42 49 0 R /Im45 52 0 R /Im44 51 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im49 56 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im181 190 0 R /Im54 61 0 R /Im46 53 0 R /Im63 70 0 R /Im51 58 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im64 71 0 R /Im62 69 0 R /Im69 76 0 R /Im94 101 0 R /Im46 53 0 R /Im43 50 0 R /Im47 54 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im46 53 0 R /Im54 61 0 R /Im49 56 0 R /Im41 48 0 R /Im42 49 0 R /Im55 62 0 R /Im46 53 0 R /Im43 50 0 R /Im62 69 0 R /Im54 61 0 R /Im72 79 0 R /Im59 66 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im106 113 0 R /Im46 53 0 R /Im54 61 0 R /Im361 390 0 R /Im342 371 0 R /Im342 371 0 R /Im341 370 0 R /Im371 400 0 R /Im348 377 0 R /Im345 374 0 R /Im351 380 0 R /Im344 373 0 R /Im346 375 0 R /Im347 376 0 R /Im49 56 0 R /Im246 259 0 R /Im62 69 0 R /Im53 60 0 R /Im72 79 0 R /Im99 106 0 R /Im105 112 0 R /Im49 56 0 R /Im52 59 0 R /Im62 69 0 R /Im72 79 0 R /Im170 179 0 R /Im49 56 0 R /Im65 72 0 R /Im65 72 0 R /Im72 79 0 R /Im101 108 0 R /Im100 107 0 R /Im71 78 0 R /Im102 109 0 R /Im105 112 0 R /Im72 79 0 R /Im330 357 0 R /Im222 233 0 R /Im223 234 0 R /Im176 185 0 R /Im80 87 0 R /Im176 185 0 R /Im179 188 0 R /Im80 87 0 R /Im174 183 0 R /Im82 89 0 R /Im179 188 0 R /Im86 93 0 R /Im80 87 0 R /Im86 93 0 R /Im82 89 0 R /Im79 86 0 R /Im179 188 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im55 62 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im51 58 0 R /Im89 96 0 R /Im65 72 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im94 101 0 R /Im50 57 0 R /Im41 48 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im43 50 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im99 106 0 R /Im110 117 0 R /Im62 69 0 R /Im54 61 0 R /Im75 82 0 R /Im42 49 0 R /Im45 52 0 R /Im55 62 0 R /Im43 50 0 R /Im72 79 0 R /Im189 198 0 R /Im208 219 0 R /Im266 279 0 R /Im211 222 0 R /Im208 219 0 R /Im205 216 0 R /Im201 212 0 R /Im202 213 0 R /Im389 420 0 R /Im203 214 0 R /Im213 224 0 R /Im201 212 0 R /Im205 216 0 R /Im212 223 0 R /Im73 80 0 R /Im68 75 0 R /Im75 82 0 R /Im51 58 0 R /Im41 48 0 R /Im51 58 0 R /Im61 68 0 R /Im62 69 0 R /Im45 52 0 R /Im46 53 0 R /Im42 49 0 R /Im53 60 0 R /Im246 259 0 R /Im58 65 0 R /Im57 64 0 R /Im44 51 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im54 61 0 R /Im42 49 0 R /Im61 68 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im49 56 0 R /Im59 66 0 R /Im62 69 0 R /Im68 75 0 R /Im54 61 0 R /Im55 62 0 R /Im170 179 0 R /Im49 56 0 R /Im56 63 0 R /Im61 68 0 R /Im43 50 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im55 62 0 R /Im42 49 0 R /Im61 68 0 R /Im49 56 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im171 180 0 R /Im99 106 0 R /Im72 79 0 R /Im51 58 0 R /Im170 179 0 R /Im358 387 0 R /Im51 58 0 R /Im171 180 0 R /Im51 58 0 R /Im102 109 0 R /Im358 387 0 R /Im51 58 0 R /Im101 108 0 R /Im170 179 0 R /Im72 79 0 R /Im55 62 0 R /Im170 179 0 R /Im358 387 0 R /Im55 62 0 R /Im171 180 0 R /Im55 62 0 R /Im102 109 0 R /Im358 387 0 R /Im55 62 0 R /Im110 117 0 R /Im105 112 0 R /Im72 79 0 R /Im390 421 0 R /Im70 77 0 R /Im99 106 0 R /Im358 387 0 R /Im47 54 0 R /Im105 112 0 R /Im390 421 0 R /Im66 73 0 R /Im104 111 0 R /Im358 387 0 R /Im69 76 0 R /Im101 108 0 R /Im171 180 0 R /Im72 79 0 R /Im51 58 0 R /Im171 180 0 R /Im358 387 0 R /Im51 58 0 R /Im110 117 0 R /Im390 421 0 R /Im69 76 0 R /Im101 108 0 R /Im358 387 0 R /Im55 62 0 R /Im102 109 0 R /Im110 117 0 R /Im72 79 0 R /Im69 76 0 R /Im170 179 0 R /Im358 387 0 R /Im69 76 0 R /Im171 180 0 R /Im47 54 0 R /Im102 109 0 R /Im358 387 0 R /Im47 54 0 R /Im110 117 0 R /Im101 108 0 R /Im72 79 0 R /Im390 421 0 R /Im66 73 0 R /Im99 106 0 R /Im358 387 0 R /Im69 76 0 R /Im105 112 0 R /Im390 421 0 R /Im70 77 0 R /Im104 111 0 R /Im358 387 0 R /Im47 54 0 R /Im101 108 0 R /Im102 109 0 R /Im72 79 0 R /Im391 422 0 R /Im47 54 0 R /Im99 106 0 R /Im358 387 0 R /Im51 58 0 R /Im105 112 0 R /Im47 54 0 R /Im110 117 0 R /Im89 96 0 R /Im55 62 0 R /Im171 180 0 R /Im104 111 0 R /Im72 79 0 R /Im390 421 0 R /Im69 76 0 R /Im105 112 0 R /Im89 96 0 R /Im55 62 0 R /Im171 180 0 R /Im391 422 0 R /Im69 76 0 R /Im104 111 0 R /Im358 387 0 R /Im47 54 0 R /Im110 117 0 R /Im100 107 0 R /Im72 79 0 R /Im392 423 0 R /Im55 62 0 R /Im99 106 0 R /Im358 387 0 R /Im55 62 0 R /Im170 179 0 R /Im113 120 0 R /Im358 387 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im72 79 0 R /Im113 120 0 R /Im358 387 0 R /Im113 120 0 R /Im358 387 0 R /Im113 120 0 R /Im42 49 0 R /Im102 109 0 R /Im358 387 0 R /Im42 49 0 R /Im101 108 0 R /Im99 106 0 R /Im99 106 0 R /Im72 79 0 R /Im48 55 0 R /Im170 179 0 R /Im358 387 0 R /Im48 55 0 R /Im171 180 0 R /Im390 421 0 R /Im47 54 0 R /Im101 108 0 R /Im89 96 0 R /Im55 62 0 R /Im171 180 0 R /Im99 106 0 R /Im170 179 0 R /Im72 79 0 R /Im391 422 0 R /Im51 58 0 R /Im105 112 0 R /Im89 96 0 R /Im55 62 0 R /Im171 180 0 R /Im70 77 0 R /Im102 109 0 R /Im358 387 0 R /Im70 77 0 R /Im110 117 0 R /Im99 106 0 R /Im105 112 0 R /Im72 79 0 R /Im393 424 0 R /Im48 55 0 R /Im99 106 0 R /Im358 387 0 R /Im48 55 0 R /Im105 112 0 R /Im70 77 0 R /Im110 117 0 R /Im358 387 0 R /Im70 77 0 R /Im171 180 0 R /Im99 106 0 R /Im171 180 0 R /Im72 79 0 R /Im390 421 0 R /Im47 54 0 R /Im105 112 0 R /Im358 387 0 R /Im42 49 0 R /Im171 180 0 R /Im391 422 0 R /Im47 54 0 R /Im110 117 0 R /Im89 96 0 R /Im55 62 0 R /Im171 180 0 R /Im99 106 0 R /Im110 117 0 R /Im72 79 0 R /Im392 423 0 R /Im55 62 0 R /Im170 179 0 R /Im89 96 0 R /Im55 62 0 R /Im171 180 0 R /Im69 76 0 R /Im102 109 0 R /Im358 387 0 R /Im69 76 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im72 79 0 R /Im392 423 0 R /Im55 62 0 R /Im171 180 0 R /Im89 96 0 R /Im70 77 0 R /Im171 180 0 R /Im69 76 0 R /Im101 108 0 R /Im89 96 0 R /Im51 58 0 R /Im110 117 0 R /Im99 106 0 R /Im102 109 0 R /Im72 79 0 R /Im392 423 0 R /Im70 77 0 R /Im171 180 0 R /Im358 387 0 R /Im55 62 0 R /Im101 108 0 R /Im392 423 0 R /Im55 62 0 R /Im104 111 0 R /Im358 387 0 R /Im69 76 0 R /Im101 108 0 R /Im99 106 0 R /Im104 111 0 R /Im72 79 0 R /Im69 76 0 R /Im171 180 0 R /Im358 387 0 R /Im69 76 0 R /Im110 117 0 R /Im392 423 0 R /Im69 76 0 R /Im101 108 0 R /Im358 387 0 R /Im48 55 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im72 79 0 R /Im394 425 0 R /Im47 54 0 R /Im99 106 0 R /Im358 387 0 R /Im70 77 0 R /Im99 106 0 R /Im393 424 0 R /Im69 76 0 R /Im104 111 0 R /Im89 96 0 R /Im69 76 0 R /Im110 117 0 R /Im170 179 0 R /Im113 120 0 R /Im72 79 0 R /Im393 424 0 R /Im48 55 0 R /Im105 112 0 R /Im358 387 0 R /Im69 76 0 R /Im105 112 0 R /Im393 424 0 R /Im69 76 0 R /Im110 117 0 R /Im89 96 0 R /Im69 76 0 R /Im105 112 0 R /Im170 179 0 R /Im99 106 0 R /Im72 79 0 R /Im66 73 0 R /Im170 179 0 R /Im89 96 0 R /Im69 76 0 R /Im105 112 0 R /Im392 423 0 R /Im48 55 0 R /Im101 108 0 R /Im358 387 0 R /Im69 76 0 R /Im101 108 0 R /Im170 179 0 R /Im170 179 0 R /Im72 79 0 R /Im391 422 0 R /Im69 76 0 R /Im99 106 0 R /Im358 387 0 R /Im48 55 0 R /Im105 112 0 R /Im394 425 0 R /Im66 73 0 R /Im104 111 0 R /Im358 387 0 R /Im69 76 0 R /Im102 109 0 R /Im170 179 0 R /Im105 112 0 R /Im72 79 0 R /Im47 54 0 R /Im170 179 0 R /Im358 387 0 R /Im47 54 0 R /Im171 180 0 R /Im55 62 0 R /Im110 117 0 R /Im89 96 0 R /Im47 54 0 R /Im171 180 0 R /Im170 179 0 R /Im171 180 0 R /Im72 79 0 R /Im390 421 0 R /Im42 49 0 R /Im171 180 0 R /Im358 387 0 R /Im47 54 0 R /Im105 112 0 R /Im392 423 0 R /Im69 76 0 R /Im101 108 0 R /Im358 387 0 R /Im51 58 0 R /Im102 109 0 R /Im170 179 0 R /Im110 117 0 R /Im72 79 0 R /Im392 423 0 R /Im55 62 0 R /Im101 108 0 R /Im358 387 0 R /Im47 54 0 R /Im101 108 0 R /Im393 424 0 R /Im42 49 0 R /Im104 111 0 R /Im358 387 0 R /Im70 77 0 R /Im104 111 0 R /Im170 179 0 R /Im101 108 0 R /Im72 79 0 R /Im390 421 0 R /Im47 54 0 R /Im105 112 0 R /Im358 387 0 R /Im51 58 0 R /Im171 180 0 R /Im390 421 0 R /Im55 62 0 R /Im102 109 0 R /Im358 387 0 R /Im70 77 0 R /Im101 108 0 R /Im170 179 0 R /Im102 109 0 R /Im72 79 0 R /Im390 421 0 R /Im51 58 0 R /Im171 180 0 R /Im358 387 0 R /Im66 73 0 R /Im110 117 0 R /Im394 425 0 R /Im69 76 0 R /Im102 109 0 R /Im358 387 0 R /Im66 73 0 R /Im104 111 0 R /Im170 179 0 R /Im104 111 0 R /Im72 79 0 R /Im392 423 0 R /Im47 54 0 R /Im101 108 0 R /Im358 387 0 R /Im51 58 0 R /Im171 180 0 R /Im66 73 0 R /Im102 109 0 R /Im358 387 0 R /Im66 73 0 R /Im101 108 0 R /Im170 179 0 R /Im100 107 0 R /Im72 79 0 R /Im392 423 0 R /Im51 58 0 R /Im171 180 0 R /Im89 96 0 R /Im51 58 0 R /Im110 117 0 R /Im393 424 0 R /Im70 77 0 R /Im104 111 0 R /Im358 387 0 R /Im70 77 0 R /Im102 109 0 R /Im105 112 0 R /Im113 120 0 R /Im72 79 0 R /Im393 424 0 R /Im55 62 0 R /Im99 106 0 R /Im358 387 0 R /Im55 62 0 R /Im101 108 0 R /Im47 54 0 R /Im171 180 0 R /Im358 387 0 R /Im47 54 0 R /Im105 112 0 R /Im105 112 0 R /Im99 106 0 R /Im72 79 0 R /Im391 422 0 R /Im48 55 0 R /Im105 112 0 R /Im89 96 0 R /Im51 58 0 R /Im101 108 0 R /Im391 422 0 R /Im47 54 0 R /Im104 111 0 R /Im89 96 0 R /Im51 58 0 R /Im101 108 0 R /Im105 112 0 R /Im170 179 0 R /Im72 79 0 R /Im393 424 0 R /Im55 62 0 R /Im101 108 0 R /Im89 96 0 R /Im51 58 0 R /Im101 108 0 R /Im99 106 0 R /Im358 387 0 R /Im113 120 0 R /Im395 426 0 R /Im396 427 0 R /Im82 89 0 R /Im173 182 0 R /Im176 185 0 R /Im81 88 0 R /Im176 185 0 R /Im179 188 0 R /Im84 91 0 R /Im175 184 0 R /Im80 87 0 R /Im179 188 0 R /Im56 63 0 R /Im69 76 0 R /Im68 75 0 R /Im53 60 0 R /Im53 60 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im62 69 0 R /Im69 76 0 R /Im62 69 0 R /Im68 75 0 R /Im45 52 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im46 53 0 R /Im43 50 0 R /Im42 49 0 R /Im63 70 0 R /Im42 49 0 R /Im46 53 0 R /Im53 60 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im68 75 0 R /Im65 72 0 R /Im62 69 0 R /Im54 61 0 R /Im45 52 0 R /Im51 58 0 R /Im115 122 0 R /Im68 75 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im69 76 0 R /Im45 52 0 R /Im62 69 0 R /Im61 68 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im111 118 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im68 75 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im45 52 0 R /Im72 79 0 R /Im57 64 0 R /Im51 58 0 R /Im53 60 0 R /Im62 69 0 R /Im75 82 0 R /Im49 56 0 R /Im75 82 0 R /Im51 58 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im53 60 0 R /Im51 58 0 R /Im47 54 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im62 69 0 R /Im69 76 0 R /Im51 58 0 R /Im89 96 0 R /Im44 51 0 R /Im45 52 0 R /Im51 58 0 R /Im61 68 0 R /Im51 58 0 R /Im47 54 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im43 50 0 R /Im49 56 0 R /Im63 70 0 R /Im46 53 0 R /Im76 83 0 R /Im72 79 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im68 75 0 R /Im43 50 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im43 50 0 R /Im51 58 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im62 69 0 R /Im69 76 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im61 68 0 R /Im42 49 0 R /Im89 96 0 R /Im46 53 0 R /Im61 68 0 R /Im42 49 0 R /Im53 60 0 R /Im43 50 0 R /Im46 53 0 R /Im76 83 0 R /Im51 58 0 R /Im46 53 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im46 53 0 R /Im66 73 0 R /Im42 49 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im49 56 0 R /Im99 106 0 R /Im113 120 0 R /Im170 179 0 R /Im171 180 0 R /Im109 116 0 R /Im72 79 0 R /Im50 57 0 R /Im48 55 0 R /Im51 58 0 R /Im53 60 0 R /Im42 49 0 R /Im44 51 0 R /Im44 51 0 R /Im51 58 0 R /Im45 52 0 R /Im46 53 0 R /Im43 50 0 R /Im65 72 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im51 58 0 R /Im54 61 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im44 51 0 R /Im46 53 0 R /Im61 68 0 R /Im51 58 0 R /Im43 50 0 R /Im44 51 0 R /Im42 49 0 R /Im61 68 0 R /Im65 72 0 R /Im46 53 0 R /Im54 61 0 R /Im66 73 0 R /Im42 49 0 R /Im43 50 0 R /Im75 82 0 R /Im51 58 0 R /Im53 60 0 R /Im53 60 0 R /Im42 49 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im46 53 0 R /Im44 51 0 R /Im72 79 0 R /Im168 177 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im69 76 0 R /Im62 69 0 R /Im45 52 0 R /Im61 68 0 R /Im51 58 0 R /Im45 52 0 R /Im47 54 0 R /Im42 49 0 R /Im43 50 0 R /Im51 58 0 R /Im44 51 0 R /Im48 55 0 R /Im51 58 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im43 50 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im47 54 0 R /Im53 60 0 R /Im51 58 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im55 62 0 R /Im70 77 0 R /Im51 58 0 R /Im44 51 0 R /Im75 82 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im51 58 0 R /Im43 50 0 R /Im72 79 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im111 118 0 R /Im66 73 0 R /Im68 75 0 R /Im45 52 0 R /Im51 58 0 R /Im43 50 0 R /Im45 52 0 R /Im51 58 0 R /Im65 72 0 R /Im62 69 0 R /Im45 52 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im42 49 0 R /Im45 52 0 R /Im51 58 0 R /Im54 61 0 R /Im68 75 0 R /Im61 68 0 R /Im70 77 0 R /Im51 58 0 R /Im45 52 0 R /Im62 69 0 R /Im69 76 0 R /Im54 61 0 R /Im62 69 0 R /Im55 62 0 R /Im51 58 0 R /Im43 50 0 R /Im63 70 0 R /Im46 53 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im51 58 0 R /Im55 62 0 R /Im46 53 0 R /Im54 61 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im43 50 0 R /Im42 49 0 R /Im54 61 0 R /Im55 62 0 R /Im43 50 0 R /Im72 79 0 R /Im117 124 0 R /Im117 124 0 R /Im397 428 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im401 432 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im402 433 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im403 434 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im404 435 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im405 436 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im117 124 0 R /Im117 124 0 R /Im117 124 0 R /Im406 437 0 R /Im405 436 0 R /Im402 433 0 R /Im406 437 0 R /Im407 438 0 R /Im408 439 0 R /Im405 436 0 R /Im397 428 0 R /Im397 428 0 R /Im407 438 0 R /Im405 436 0 R /Im401 432 0 R /Im404 435 0 R /Im409 440 0 R /Im397 428 0 R /Im407 438 0 R /Im402 433 0 R /Im404 435 0 R /Im397 428 0 R /Im410 441 0 R /Im403 434 0 R /Im407 438 0 R /Im410 441 0 R /Im403 434 0 R /Im410 441 0 R /Im403 434 0 R /Im406 437 0 R /Im408 439 0 R /Im407 438 0 R /Im403 434 0 R /Im410 441 0 R /Im403 434 0 R /Im117 124 0 R /Im117 124 0 R /Im411 442 0 R /Im412 443 0 R /Im413 444 0 R /Im399 430 0 R /Im414 445 0 R /Im406 437 0 R /Im415 446 0 R /Im59 66 0 R /Im51 58 0 R /Im43 50 0 R /Im68 75 0 R /Im53 60 0 R /Im44 51 0 R /Im43 50 0 R /Im75 82 0 R /Im46 53 0 R /Im44 51 0 R /Im48 55 0 R /Im62 69 0 R /Im68 75 0 R /Im44 51 0 R /Im42 49 0 R /Im44 51 0 R /Im45 52 0 R /Im42 49 0 R /Im54 61 0 R /Im43 50 0 R /Im65 72 0 R /Im62 69 0 R /Im43 50 0 R /Im46 53 0 R /Im44 51 0 R /Im46 53 0 R /Im62 69 0 R /Im54 61 0 R /Im44 51 0 R /Im42 49 0 R /Im70 77 0 R /Im53 60 0 R /Im51 58 0 R /Im72 79 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 413 0 R
+>>
+endobj
+413 0 obj
+<<
+/Length 879 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]Ë\92-¹U\9d÷WÔ\10\ 6®N=3\93!\ 1\8e`B@ÐCOÀnc\83_ØM8ø{\8eNn\9d[\99ZëhI9¹u£¢¤\94¶ö[koýÏwÿúñ?ß¹\8f¿~÷ø÷3oËÇò¹,õ_·|n\8f\1f»ÿÜ·ø±ºý3<~þò÷ß}ÿO¿\ f!\7füÃ\1f¿û×/\13\84Ï-\9e'X?}\19\9f?×ø\18ïýçâëø}¿\ e\8f\9fÁ_\87ÇXVálüãçëûnñ×      è\ 6ÜòXHnw°*KØ\1f¿q.\81%¤í:þñWù:¾¬É=Æ\95­\9fI\10\9bññ¹Ü¯ã\8fß8¿~¦¥\19ßP ý¾\8d\ f\1e|?E}ü&\8d§ë\8fñ8\80Óø¬¯?-Ò÷ó§o8ðy~\19±ÐãS\r\aùËú\8f߸¼\1f"púþÚ¬ÿÁè\98\85W\ fö¿\ 6ùûÛ"}ß\7fæËþÝ\83ñÊ\ 2¶õ ÀC\ 2\1e\87Qe°\11\0&Âî¡\ 3nÉð^\19ø,ÃÍ        °       ü\12Ð\ 4n`\82\r\9c\ 1¥¡w\11ÐÐ-\8d\1ed§èÝ&rQËÅÏ-ø\1dp\91s\82">ÄÈ\87\8cÔPRÅø±,I\8cÛñ¶\81\98_z8\7f\e¯¯?!56°þ\94%5ú8_\ fÇg¤Æ³\93ǯÚø\96\ 5\8d~\eR\83±¡\1fS£~\v\93j¼~\7f\97Î\8fÒ\7fß%ú35\1e\96]RãìûÁ­\12ÿ²ó\v\1eñ_{~éÓ_\1c\91ü¹?\96\19ª\19~Ðo˯ñ\rÿ²ó\vÐ\fçÆ\8d\bÍú\ fÃ\14 \19\8eàü\97\r~?n`|jöÏä7$Ä\7fH~¯ß?ܨ\80å\ fX!rþ9IçO׿BùkÖÏ\14xXE\ 5î?7L\80\87\19\a\ 2ÜØ0J\80}\11ýÈ%B\ 6ÞÓK\ 1|aà\86\81\98\ 2\8b\vô\83e\ 5\16\97xK\81E·H
+\8c) è\17I\ 1±8 z$À(\ eÀ\ 2\18\ 3\12`$\80X\81Å\0\15pÃ?t|\fÒxæ\ 1ŸJ\1eÐÚ\8c·óKH\80B+\0é35^àó\0rF\13´*\0Iàs\ 5Ð\93\ f©Ñ\ 1L\84ã\8atP\88 \16Å2\1c×\r¸â¡e¢ð\99ñ\ 4[\ 4\87\18\92¾\82M\Aþ2ô«\1a\89{x\8aÏY\8d\846\1e\98\16ä\88\ e\1ccZ \1f´ÇÈLAZPD\18\92à\vÛ\ 45\9a¸\10\ 5ÉAYh\19é¡óR£\8d\9eA\993V|ìåë\f²9qÞÒ"\97      \ 4}n+\bf\ f\1eÇ\91¿PQö(]ÈÚ
+bC\83\9a\99ð\88\ 6kãS0Nr5¦9OÐrRËËßr\eè\14d¯Ì%H\83\ 4²\eñÂËá3ä\92Ý°ìÂã\14¾\89clH°6ã-»\95Í­~\84Ø߬¢G\87@Nq\8d\80\ 4\9a4?\17Pã¢ÓøÖ*ðôJ0\ 2ìoÍ\12r+\8eì\b:B·
+\8eq\9d\0\1da\9b^a'è\1f~Õì        ÖäH»\ 1]\99y\87\84 =@\9a\19ñ^<\0\92Üñ\16\18\9e8\10¦\88   \ 1C\92\bÈ";\1fýK\91½\8fìØøM\1aO     \98â4\ 1\9fã\1f\91ÕÓ'¸p°\9e\96à;\9fÀ@~îáX\81    \16!¸^>ãV&0\12\99¿9\15m\92\9eÒ`\v7i°\89\H'Ø£FDÆ\ 6aY$6`\9a¼$XZM\9e@\80M\12\ 45ÁrÖ#z\82Ä;I\fh\80îW`\bÚ\0\9dŧ¯\ 4Íy¼\1c\9f\86\87\1a\ 1\86¨1å<Aã\0ýF\124È£Sèoç\9f\16 \ 2(¸!9ò\87.5\11ÈS÷\f!GÉ\102   *\19\1a¤Ed\19\ e\8fð\fM\0\8e\80L°9m\ 2NÃ-\ 3\1a\82{\ 6ÊÅ{¼ÇÅ;\92"tÛ¶7^ý3KR´\88¿\92 ´i&\1a`:\1cW4ª|k\1cB\9bÀ#9
+èª\85D¨Å¡hü\ 1\18¡^3e5Ó\82\ 3\13 Ê°*\88\11¹DA×Å%×"\85\ 5-'Û\ 4       \12±Õ&([óä\83\872\0|°ÉñeÌ\9b\16ÝQ>\80\81\ 5à\ 3\87\11\91'[6 Q¥d\8b%\9cö\f\841(\97F¦O\1e\9f\97t2£AÂÁ\81lT\92C~UkT\98SS\12\1d\9aS\83\93\86\91÷ôÕ¯k¯\rhxè\8fðð<\81æU=\17à3X@\e]Ñï[pÒû>ϲlàû~m\14:]@\8c÷\16`\9a¤»\0\9eâ@;@,\88µ±Ë\1e\8cÏ\826?Ì\81Ëõû~ðÞ£â/ÖC\ 6Ë\ 4\1dì\0ÉѬ\9b\1d\81\9f
+PÝvìü²\ 39@u»\93ÆS\16ÚW\89\858|ã\b\8dò÷yëV1ÏÒÛÝñy\ 1­gé?ãe\ 3ËÓ\1eû\97\16Y?Ýk\ 1m\8a\87nÀmÚ\ 6x\8e\0O²ìÓGP̹7\97æ¼\0\ 4\82{\9f#é±\10E\7fX\8eä¼~=¸«è\91Ëx\1d=\91\12\18?\80\9eÈî¥DÞ£'°\12ô\96fí)AJ¿\15î¿¡\1fK\ e\14ôÉñýØKó\92\rl77°k\e`ibo®Ôåû²;Zá+\97ïËð§°$\89\ 1\98\r\bn\91l\0óCjv¦ç\87Ðì\82G\8e\94\12\ fÔìÈ\ 2Ư\80\ 1w\1cZG\aÎ/\ 4\19\86Zñ+\177@Ç\7f¤(1 O¯ \r\96Û\e;\96ÞË\9a\1fÖCrçu¹\85äÎk\98ÊÎ\14$÷S\80\1e\9a¨cÂ:Hîë\ e\86\91Üç%´F\8c^5Y\86òL\ 2]\87¸jÅOã[\1dÂÒ\ 2®ÊÐy¼îI\e\82ä²~àÆ´wÆÏýÇ`ã¿Ò/\ 4ý®-\9a\17rZÀ@4\97<ØÀH4g·\9d½\ 5Ð\13´\9b\8eÞ    R,»\8d»\9c\0Àâc%âÖ\1d|¿\r§ém­\818/ã\81\ e \1c¸¯\12\a²õûÅ\83ý·J\90ºqË
\ f¸q\ fU¢Ñ\1f\a³Þr\8bçñ\ 3Ñ´÷«(\ 1Ä\ f\0ÿö\92\86~?lÒ÷9\10>V3°L%ù}Zn\99\91
+ã¾\9a\91\81ËJÑ\ eõn;¯\13è\17\19oi8RL°j\Ä \8c~ËÀ\10¶PF
+\19Ø\91\0\ 6\f\97Ä\84\ 5éñ6ÁÎ\fyq\86\15CÎÇ£ý£ñ\18ó\11jRïl\87Ú\84\0\82\17í\10¹h
+       ñ rY\½a\a\16àZML\8fÐn\v/\9aTFþÜá³&\97Ñ°Å\1dV|\19\1a\ f­\ 1\8d\97=\81rÕ×\8e\1f\b'6hÉä+¢°£ï#KLèoaD\8fþ,\9e+hn Â\ 2\9c¿\8e\87\9e\88\8efvÐ\97\16ÐÌvÅæ¶[¾tôH\85éù\8cèµó§hø\0c\91fýÌ\91\88Ñ\ 1GÂm ­N\16\904W\8a\96\ 3¤,ºrä\925!\ 6jÓúô\0E\ 5B\ f\93\ 2\¯'\83ÄÀ\94~+T ²+\1f¡\ 2C
+\ 4_\8bÄ-½¢ñw×"´\9cbGÁ¸^N\91\16\14\ 6$ÝT@õfs\\ 1Õñ\9b4\9eÕ\13½n6Ó  ±¦\17\84\8e\9f\v*K]z»\0½ ´Ô¥\1fãóTAh­K\9f^\7f<@\87\97ñrA \8bèûíÝ<ÍE$sâÓû«m\86´)uéþùý\ eÒ\86\15R¸5\83\ 3\ 4\85\144\9f´Y\1c\93&\ 1\12nËà\b\0@\82N°;m\ 2\94\90xFB\8bE\12g"¶e\95\8c\88~\81\80\1dÄ5\ 4Þy4\81^Tä¡"\0µ |\82m~\82#+\ 2\97AÔâöë
++g©Õé×\19ôû\9d\9a\97H\1d¸\11ÝCÂÇ _Pø\9co®`uÚ
+Z\93n\8c°"\8d\14Z\9f\8e\1fÃ\86Yià\9a\88@ãª%Â=ÈZ1,p\vzyYpñ\9e4¼®êú\9cÄîê\82¦\979\f\19æ`c! -\f`\91¡mÖacå²O³­¤X;!\8d\ 6\9c+~[ç¥\ 5@I:ÊÝë
\1a¦]N4\a\ 3\14Ø\10\17;Ý=\v\154ÔuÏ\b\víH\9f*°/\8bO\96åå^NÁ¶â\92\81\f\fÀ¶b½²OsuE%EqPp®®(ú(\8d§\ 5Ûa\91X\88%)c°\b'MÀé\8f\8añ\0´\0(ÊaeA1Z\8c\9e;eAì¶"¦\b4i{[AÇgäUè·\1d1'\8d\84ô\fW7}\86Ï(}Ý\80\7f¬ã¾J½¹Â\834˲/\92\16¡Y\92\9aæ<\8f×\9bNì(ÈÓq_\ 5\7f­\ 4¹Ý,EG\vÒRu\17Eúaäcª±ÁC\82Þ!\1fé\85s\rNâ$nÌÕ<k\9cÃ\8d¹\9ag\8ds¸±Z¥~ù¾\8eù\b\96§\8es¸1W\ 3\9b8\87\esÑðãq\ e\82\Ä9ÜXA\(çÇî\19\N`¼\8e\e+I\8eöü\ 6pc®:Bq\ e7V \17
+\ 3RÈÇ\1eÀx\1d7ævÃÜÄ\9b¸1\7f\137æoâÆ|ç¿\8f\eó\1dÜ\18:\82\9ajm·àôZ¦\97\12óï/\v)\ fT%v\1aßúA<U\1aÀxÝ\8a¾R­~ô®¡¦Jë\19Î]Ö9+m½\8c\97/»\\8a`|\v{â°±*\ 3ï¯ëi\rLFë\1f)ÂYµ\ 5¼é\ 1j\8e¨\9f\83í\14-xK\8a­ùXW\8aù\ 4U\ 6Ï\13\f\14\91@=2Ò\ 3´\ 6\84~\16¶S\ 3ÂÎ)"øã3?ç=\10£\10\ecº1ø\@|\1869(÷1\06\0\99%fÎ}MÌ\V\0ª:É\16j!Åe\ 2¹\81\95Ï;Ú\ 2RføÎá!¶è\14Ð\9d\ 3¹2°N\80\97   ô\f£ßà1\ eäÛk\9aöB\ 3\1d\aiUæE\14Þön¢\99â° \95\f3ŬÝ\ 4ÒHðò\89 h¬´ô:\ 1ÈÏ\90\ fÚ9R\f\91Ǭ\b¢k\9c°\ fµ8ô²\ 5`\18\19\f,kâH\93ÝвÂ^jä\14ê-èô)`\85Ð\9e\ 2Óªa\15µ*ë\17P:{®æ!¿í\17@'xȳ4\ 1m\rº#ÿrà\ 6ï\95\1f#ËöB½®ãéâ\ 2\0\9ee\11Å\99vwtP\9c[\1aðÎ\15\81â\8cÕr\84aÂÀ\ 5^\fx\ 2¹Iní\ÑÝ\ 2í\e\11¡4\ eô\8d(åâþê¦\8dô\8dH¢}§}#2Ti\ 3}#VÑ2ÑN§\eæDY\1fÄ\1d\9eÂ@\9fÑ\1dn¡%"ïò¹¿\1c\84/*­\85\17ò&\9d7}\9cÚ¹bÚÇy¥N»>N§wEÏݧ\ fG8Kþ\9f{g\80\90©\93:íôîx\97:m¿ß2\11}ø¤¦NÏã\85\87SjÖb\ 5ãu\84i)W\ 3ß×\ 1f1Kû§Y\9fäÐx½³e\82ûo´\0oÍi\8al²¡[}¸¤Ç?´mDM½v\1aºñÌk\0ß\1fɼnèüe×ÔíhÿJÖi\7f®ÈÛÛEçý\87¶L\86·\8d°¤Él?²Ò\9aS\9a\80¶Æôv}Øi\8dI\v\8d¼]\1f\9e\16 ?ÚPÚN(,@\1fÝ\88H\ 5é\8f6øä$\16æm#\90\bë\8f\8cD@G\ 2½ÚFL\9a\80\88\8e\bѶ!5í¸¼¿>¦ßß4\15LëEwh\82ô®\15µÐ­«\ 2ÉùW7¨Û\13\92¡Ù\90\v\80L\10I\92ÔëãÎú\99'\1aêõï¹-*zu\83AÑ4\ 6䯦h\ 2HS,\ 1ú0z\99\16ö!ôôFDûo\ 5\98¾:\93\90\0
+\8c\97ɹ[\f\`h\1a\ 3\93ýC\1f\ 2\0{YÛ\935\8b\ 6\88\94)n^ò¡y\99Ü"ù°\1cÅ\86\f\98V¦ø\8cäj\18t¶à\ 3eZ\ e1ð@\99\96C\1al L\v\ 6!\ 3eZ\1e\812­0+Àu<T z\99\16ô@\ 6ÒZ\11\812­X-À{\18$O§ ú+5"õÑ\15D\7fб\83\ 1acEµ/ï\81°ô\06èÂÈw×¥ÎMa\0Ê\80Û~+\8a\8cÐ\ 5Ñ\9fÏ,Ï¥Ìið:\1eº`²\0$\87¾¯#ð\92¨À\98\ 5yea:\16d\7fþu»þ\8a`KÖ@ÌÆ\ 3\vÌ°\1f\aÿ\ÆëØ\8fàÀx¥-wÅn\1c!Èåû\ 3Ø\8d\ 5­_Ǿ\98\ 2;\8f\1f\7fþõ²\7f\1d:\91\ e\ fâ<^ï¸â,\ 4K{\9aÌ¢8°ÿñ,JÚÃ\14\82Ö\99þ»\9c\9fÎ?[\96ø\87\9e\9fáßzçdz0Pþô¦Wû>IÿZà\17'åïòtl9À©\8e9n³ñ_\170Ð1Ç×\r¤É\8e9~¿9AHh\82\11èM\\0\r\aÚâ×þ¡³\\\13A=.f0Þúzìy<èäͪ}}\81\90ù+\rAµ/\9d 4<Q& è£\r\19\ 2pONq/»\al\10P\eÝ÷Å\81×\15\bx\89\9a\ e        p\ 2!\9fuΧ\&@Ú\84Õö\ 54\81^%ZP+h\vú3¢\1eéSôt\1c\vÉýf\ 65L½\18\16B\ 2\ 6uàÅ°`϶õ<
+J\ 1¨\vô\17Ã\1eÇ-y\14ô\9d\93´ÞRè!\a¨\8fAa\179Á<\7f\82õ\9d\14`R\az'!!Ð_\f\vÛ&\1d\0«++h\97V\93\81º2ZÙ·8\89\80´*j©>ù{\9f\8eW\ 6\ 6i<­
\98h\86\80Ï\98ÚgÈ\81rCô\ 2T\91\
+V\97\14­À8=LÂLGö\92\969d0ÍÁ\89cÄ$ÐÏ yé\fÌ\ 3ú:Áq½ho\r¥p.li\99xi<ãý     muË\ e\1ex\ 4 ²b±\86¸O*^f\10\9aØäg\81féhÛ.á\11òôUÉ\911¯Ox\9e\1a\ 5DD\ 3°\0$\8aÏ        ¬\1fåu\ 2\ 1re;ÈÚ\ eÚCØíq\bsïÃéu\89¶¶ u\fm\aöôÝe\ 1B\82ÂÆW·®G\81\16Pý`£ð\fñ6´\ 2\99       ü¢\91\90.ÀCIh\17ÀHè\9dFÂö\fm<\94£\96\82ì\b<\11\9a¤ê\12{¢}ô\96¤\86ø§áú%I\8dðÏ_\17:qY\86`       `ü@\86À\90bãß·ñõôÏß׫\9b¬ßGoý4Cä\8fS/µÊS8\9bàÀ÷\11Î\86ìß®Hzûç8-\87ØGoJ]3\8c\1dúñïoÒ÷ßá¼\14úñ\fç
+¾¯gè]Öø\8f7%GôW@*u¼vþ¼\8d\18¢\9f\9e¡«]Ä.ã\85¢¦Za\9bÑþeÐô+ÃØ\95\1f\ 2rY"â?\19cP;\88õõ\aÖÞ\ 5%vG}{\8f¾\8f\9e\15 ã¡þÑs*\ 5$Ö®\7f\ex¿Ù\89ú\93\15Å©ö\83\9c¿a<zçÏß6Bú£Õ_\14$\97\17ÄÿúùeÄÿ\ 3 ©\15ñ¿~CPß&êñ?Ó_~\8b¢þbiI\8fÆëò¿Cû£wJZ4ùã\85p\1aý(FÆAý¥cd<ú~»~Þ+ËW\ 6\ÞB\ 4(H¨^qvÜ_vE\1c \ 2@\89q\ 2rËþ\96\ 3\172ú¾îÀ\85Us è\9bëæ@Q\ 6\84\ e\80îÀ\ 5{ßpÖ\81\v\9bF?þfò¬\ 2«µo\88ÿ\14\aª\82Ä\10ý[\a\86BT\1c\a
+ßP\0§£´£\87\ eh#?t¼a¼ú\ 6\8c¬?¢\0\12\9d?Á¸Aù\1fÀ¸%\14À(\ eDí2vôá=\8f\1fé2V\1døåt?+Ãô£u\12\9e\15 \8aÑê    \10}\8c`C\114z\8c\80a¬Ò-\v^Çõ\ 4\88¾\92¼ ï+EÔ\15#\85ò7­\ 2á\95jG\1dù\85~ÍþYS\ 6K\1fÅõ\84\12G\1e8öà­\ñ<Þ/r\99À¾\82ïû¶I\16«VtæA\15>þf\80½\93C\10g÷ÂÝ\1d´O«Õ\1cR\82\13Èå\8eÎ\9c¨ë\ 4B\15{\9d Ã    \0Àà:Áb¹üC\v\97\87\ 5¾4[Tâ°\8aT;®¶¯+\90\1fïÓeÄ\a\84\121\ 5\8d\88ô\18\13æ\ 3 É×Tt}l:¢       \9c\4j®Ti\1cùE\92å\\90\95Ì\9d\87·© ¦\88\r«zùº\1cɼäð4¾5\84\1c«¹\80ñ\b«É*fÑxô}\92    «\99Ø3ùt¬h@ô\e¨x\8c\vøþ\0Ö/F4^Ï\84FSÄçñ\ 3\15¯\ 1|\7f âµ\8a_îv\9b$/\84æ\ 3\9aq\9e ­W;®]\0\ 1íU©Ë\ 6\0Ö\8f¤²­³Ï\85\80\ 3Í
+w\89\81h*xG\f\80RÁ,\95©1 M\ 5-H\80\14\98\9d\8d7G¨Ç\804\15f©Ð¾\0³Th\96\14\bÝ\7f\eH\85\ 5ô}½Üªà,\8b#X"\8a\19l\97·r·\8büÈ©ôú\88Â,ÿÖTf\8f\7fùxtþúû¬Þz  ]ÆKõ²O¬ï\86Æ\ f \93¼A£¦\ f\10Zð¶ç\ 5­W´\a^{\ 2DSQ\ e\11@¿K-/;j
+ô}.²'À´^\14z\0\ 3¯\84ÛM~\9f\81H*+ä[
+°>³Þ;?
+-L\9a\ 2áØÈl\ 6øë÷G°\91\95\7fâ\1cV=äU\9d Ez\1f\ f\17\0¼\rÊH°\1dX\90h·B\8c\ 2,\96ß\8er\97óp½yÑn«?\rGwyX\81\19\92ç<| c¿³»Ð\92\12{Û±\9f\87\10»¸\ 1||Î^o¹î` \86\98§àÓ\85´\96\19¥\11Ö[d"%a¸K \92\90ì Fc\ 27\8e\ e=J¶\82ÆE¼æk\97\84\80"
+r\ 6\vÐ͸«nÀ´\18¬«v\86\1c\13\81H¨Ø\91Úï\17ñ\0\10\ 3Þ¶\1ci\ 2\8d\84G»ÞxO\fêSïÓ$ôÖ~kz\aÞ!1@YuV6\ 5'Ð!Æ%\1aPÄ u\ 6\8eÞx>V&z8%ß
+vv\81\8d\8d\845\9e?/@è[^\1f\8bß%[Hy \8bª\90÷¿Y\0\ f âmr\84\8e\90\1eÁ\16µ# \85gÕ¡\8f\ 1\12â\ f-\vÜ\81\10\12\1dg\10jH?n\8e*¼`\ 1L\84àYd\aN6GÄ£\83\16}äµw¯\99\9aZ¾åÓ\ 4{CdB\99Û\19Æ|Ï¥\b\ 6\91\9cu)BÊ\9a.er\14^\16½+G\84\v×|\8f\v×]ãBz\ 6\9b¨Ëhh¹#]¦Û³`\ fyt-2½f^ 2l\ f\91\97-¹I92\9c\84=¨6s\86Ïï¿,ú¤[Wê¦néÂR7¥í\0k\82\97]M@¡"/ß~Π\163tË­\8bI4'üÝö{&½>É6íÖÅU´GT\f¶å\96[WÐ\12·|\8a¸¯\92OÁܺdeسn]Z¶{bT{ÊÌ*óä 9Òݺ
+\98(Ùº\19ÇÚÚ\1aF{\97\87ùÕlý\15/\11Ö9\9fÎÕ,ïñ\98\12ÂRrs¬`\9b\12ÂZrsÝÁ@\96ÅXð2\81\\83ì¬
+þr\ 4\ 2dæà\0g\9dÖ\v\v\84ø\8d\ 5ôîÌ\15ìÐ!!}Ñ'Y\9eñ4^\17ÂRø(ñ\0\7f\19Î.ûO\v\18H3U\97îr\84zg\9cU£ ]ÀK\8a×÷\96\80ÂM¶\15\88±\ 6\98É_*//\14Ô\93\ 6N\0æ:Y\92\14      \7f\11)JRDÃcï5EÊ,\81¯\ eÕi\ 1º%¨­mºLH\8bW*dc\92\a<T\ 3:\ fø\84¤\10ð\0SdÞÀ§]EF\8f`½y\ 4\ 3²5ó\9b»gÍj\97âYERº\14K\8a\84'ià\ 4\8b\1cY\85%\8brx\85­\1dP¬úæýU\ eå\8c{°&U=6¦÷\86a¹eÍB\10­\19\7f±Þ\89rHz\92TèÔE\ eu\1eHЩCàGB\ 2ëÔ)\18tvu
+­A»\ 2z\88öØtï\10é\ 2j²´·\0ÞXf\97Ä\80g8Ä\ 5ÐèÖ\9a\N\9fAtÐ\1e\r¬À/7Wà¡:nW@Áø\ 1\81Î,Nsíù«ñ«J\ 2²\83\84ü²\81\1d$ìV\r\14\84h\82DǯA\1aÏ_\9d×ä\88U\14F{óøB@\89\a\9fßßwM\99ò\fCRÍ\ 1ÞAízÛß\ 1vËRÅ1õܲ^\86á\11ç¾u\8ciIE\1d\9f¦\\9aÝdØÇ^¶\9b\15T\98Ovúþ@h´¬`ý\ 3¡\91õé;\8f\1f\14(øS\84ü8\90é9> \ 3\18Á@ÔËßÓ\ 4\ 3        \8ah      \8a\a\a\rúõµ\16"\ 3\12\8eÄ÷\ eò\90^\12\9c³<TQ\1c³<´n\1a\ fñø~\ 1\eÐ]BWol.\14Ô1\14/)\'1\14Öènv\aµ±Òe\amdD\11\ 47Äð\88ï\17\8d   »\18\8c\8e\18¢z\9egÛÖ"\86¦È7ÿM\f\85\8a\9e\8aÁHà\bZKD)\98\9dDA\8eÁXU\1e"\e¨ù\81Î\ 6x~`Sõ\b\9bbè±1DyB\ 6¡ð÷Ä0ÈbH\0\ 4w­a\90Å\90,ÀZÄt\17@#;Q\f)~ ¦Ùfý©\17\82aÒ¡
+º5dá}Ö\98\88BË¡9DQ\r\ 3F¯Ú\192\8f¤Dç\92\1f)Þo\9dÁ+¼ï\v2yà·\86÷\93\1eÉ+º\9fôH
+\80á\96\1c\97N\vwÌi\f»FA\1aYÆ(Ê1NTÖV\vW9\96\13\95¥.@;\ 2\12\9aVDaϯ§<´"{>ÀC\e
+,\ 6xh\13Å\98bXv$\ 4\ 3\97ï\8b¿çÕ¾à\ 3}MØ\81\ fÌîÀ\89Ñq¯DÄÍõû¨×\15n\99\ 3 ìGçâóçu\19t\8bÁ\11K×Õ\19\19tö.êy\ 1#Á½E¦§ñ00cÍ\16,.:M0\10\15\8c×ý±ÒjAÚ\0myhÏ\1a\9e'Ð9ø\ 5>è±\10ï´à%
+òäÂ\ 6(0\92\ðh\ 3z`éj\8atR\ 6]½ë¸PP\a lñ\9e\14Ö¦+³RøJ\ eL2qÉ\r\88RÈ*<*\13\87Ù
+\8fMÔ#ï_ÖéJ\ 1;\ 3_û=L\9fA\85cÎî -p\aúÝyE\ 1õÎ\80ÞþgÄE\ 3·ÿY<\ 3\9aßXÓ-A®ÏâtIH3Dµb³#È\14\99\ eåPÇ\ 4\a{btZ\ e_\ 5\1a³<\10\ºÅ\ 3åM\1cI\99\825\90ìÊ!ÝAØïí Bs4P\1d`=¬\ 5]H\9ax&ä\11èY¶\90à\19èr\18ò~K\ eC-µº,@ÇÀTXu× ^SDÇoJ\17Éç\ 2\1eLô5S«?ö½#s¤#:㢹$\1c| ó\10KODÉ# \eð\8b´\ 1\96+\8fÁ\1d¹òË       è\8d4+\18oR\8cc-\98ì\9bS\12ÜG¤G\14·Ø6\90Р      \fl "\ fz\9a\94¦72âá\ 1\18S\!      u\fÏ\v\11cÊDÛª1\11\a/ä[\9a´ä7\10\13É\99Þ¤Êq7¿1ÉE¯üFo\aì\f6ÿ<\82Rq6%ÇV\1e\11ö9Dé~¸\94a\9fÅu[\17¬ó÷u)vK¾µþú°Óe\ 3-ý)øÀ­6A\a?ÃÑ\ f\87):O \ 3\88juÅy<ò\89q\85\92\vGz ¼ô6Zõüü~\8c\1a\ 1x~ã&\vØ­í4\v$\91\ 5hz ¯FÁ.¢\17«ÁÚÂâ¼\ 3]\rÖ\ e\16×\1dÈ.±«½,\97á\ 2\95
+¿\88÷Î`_µ\1dÐn`V0ÛåB:\81µÃëNÀë3²$\87´8À{Ó\ 3³Å\ 1V\9fÑ;\ 3\1aÝ\87$)"\9aߨý°zLDÑ\v\11éò\ 1ô\82aI\ 5AÆa\89Ï\95\aòû°\84v\90°\aÌgté×ú\8cë\ e\ 6ê3ü=Aö\eRE\ 39¦}1&ê \8a©\1cîû¼ \1f\ 5\1eÐ%ÑaH%G£\b2\8dM\1dREÚÕù\ 1\0YT\83J\12\1cµ±^\8f  è\ e\ 2Ò\85h\a\f\82\92M\f:\88\^!\82|\8a\81þ\vi¹ç\96\86\84TQë\93P
\9b\14Ì"\ 5)\13­¢WFW`/\ 5uWÀsDI\12#
+#Ú¿)ãÁÒû\8a \81\83pâ²Îr±%\89\9c¨\8cùc#Û´&9êKd\83H  Ái\9e\12Ý\v/cÄÊ\?\ 3\v.&\fb-PI\80\vôÛÓÒCã\96A¬i¢i\83\18W1Fï¥\89ú\92L¸hKj|D\92¥;²¨º9H/M0ÉEɲ\fÓ\92\9c\9c¿%É5MÔÝA/MôøÙI\13aeZ\95±uVâºôm\8dKyÍþV\17\8d°åÉ&\8f\ 6ë=o` >ÀÐõÝ\1dÐ4\89]\80\9f\170 Æõýïë
+d\83ì\82\19ä3        d\83ìb%\81\9fÃõÖ^¥\17\9bHXÆýJ\ 19Ûë¬Ça\97\8bx\1f\8eãòó¼\83\81\8e¹k\ 4ã\aJÕÊ£\aÒ\19ð:\99\ 4Î`¤×è\81§»\9eÁ@\9dL¾'ÉÞ2í³\92ìk¶'G4BõÛ=I.P\16\89\86¼Pf¿%É>®\1a\17Ñ·\e\fR6+\aÞúÙtå\80WÊlª$³LM°\15¸ÉLÍ\8e¸Hé²h¹¦m\7f\9dA'×Ä°,\v\90\83\ 1\1c\85]\81OKrXn\9e\841{\ 6\15Ë2m\93ÃˤNJr\bI[\ 1\r\92£\13%\99 qb5Hþ½kÍkmö[69ä¨iS^k³ß³É\ 5ÌrG\17\95\92.¢l¼/÷ØØJO§\ 51.î\9e ¾2\1d\93;\88\995©Ï\12\93;\82\18=v\rõ\187Ä[\82\18£×\ 4\91ç\19\90IÔÙ8¦U5©\ 4O\93=°':Ì<fÕ'x\8fféZT\8eFIZ\8cËÓ\fñ\96g\99\16\1c¡ÉQnm¥1í\e×V\1aÓ;p¢*¢å2\96&(\0ÅQ4Å\97r\9bËx\1dÑdå6a]¦\0M\ 5\8dòd¡\a/O±Ð\vNrZ\80Þ\9b«¼mú<\80Óø\81N\93Ö\92¨\14 ÎåI¬%Qo\ 3<Ká!\a\fôêt`\ 1úÍ\89\8bæ\ e\9cÆ\ f\84\16¥Ù§DB\9eæ@$\1cHsä\9bBä¬n²;\ 1/ØÉ\12\17òz\e'\89!í§²\1d\ 5?E\fßB!( ÆÒ¬\97\91\ 4õ\ e¹GAÚª²*âÓ\ 2tcê\1dâbÝ\98z\8fY@oUéwí\bh£Ç\804á@£Ç\88\8f\aûtó\bÒÍ#Èâ\11ð       öy=PËuÚ#\18\814\19Ì\7fÖ\9c\96\17\16o\99S_aa\93Ö¨ä8¤3 8\80\ 5)\12\9d\89^)\8eI&z¥8ÆÍi\ 5\93\1c\8a`/\95w­!O\91À\1d´.ÝÞìàøMu)ýW\80\ 5\80ô1¾¸dO&¾L\0^¼ß/ÆäxºØÕ[øÓ\ 4[\9b­õÍ[ë6\817sêÏ@\7fá±v\9b .`\ 5\ f+Ýgc\9b "ãÎ[\0·\87d\ 1     \91\0.àÊF6\815 ¿N\0\1e[Íx\82Õ\ 3\1an `è\1a\9f\17K¼}ë@~]\81P   \7f$lÝf\90\9có
+\84\9b\17ÛÁ\8eÎ\0\92 6¢\\88bÏÕûít   \ e\924\ 4è\7f\84\84çámº\98=÷»¯hx£\ 6èsåK\0ãÛçÊùø,\8dg\8fåÖûÛóøö±\zóç6D}á±^{­Ü{0~àµò\80N¿}í\99\ 2´\ 3<?ùµé\82òW¾O_K7o¬Ç?ï\82ªv|ûX0\1d\9f\11û·ã{7¿ãç_\1fP\88\12ÿQú­Û=ùÛÐþ\15ù1þµV6=þ¥û7\0Ioÿ¾\89GjD\86ø'\82wtÈkõ\8b*ÿ\98ÿkyÀe<àÿ\ 5\87C\ eÑ/ëß7(_ïû\94~\1eÉ\7fK?Æ?¥¹£Â?tý\ 1ò¿Þ½ÁªÆÏãÛP\86®?&qý$\1a\8c\9aþgòë\93f?\91÷PÜR\9f«ýL_\1e\vÏòcç\1eê/]\7fû\15ÒO.Ø.ë¾£\7f½]²õéOè·WþûJ?ç@F\a\13 @\ 5Ô\1e \8d\ 4\97\80\ 4¬\80d\ 5\1e,£Ôw@\bÜÀkþ#½hÆ
+Hfà\10\90\ 3Õ2p\8b·¨ã¡\0Ê\ e\))PèÇ\9bF@\ 1Ðù'C÷_N\89Ö\ 4Ày¼szGÈUõÀÈ\ 1\97i\ 6Þ\90\aª{Ða\87\1e\80¬\ 1Ã\8e,\10ò`ñú㢠   ­\95_Ð÷\956ùµ\98\0}¿\15 Z\8cà¡\a&\97U\95\ e\80%\ fs±à \99\18\e\ 5tôÃDëO ¡Lî§#R ­\01\ f¢>u1ë\ 1E¨@Zú¯\rýêxd@Úü\85\aá@(<<\88\83þ_-`\ 4é\aòý\15\94?!ô_µ\b\8aYð¸Õ\bè½\a\17&@t\ f$î³\19\0+\ 1\90#\10üý´ \bB÷@\93U#õ=8¬¿\12Ì\80èú×òo~}_AÀÈ·Ãá2õvS\1eë{p
+O?\99ò;\8f×ÓGK\90¾ß{\ 4ô²}Ðï\88\84ï\ e}¿=<\16>\96.\17íþÛð\91¦\8fü\ 2¾?\90>²× /ô\eH\9feéû¼     ¨\aßGé3rþ\86Óì\9d\91\11Á÷Q=*9ÿ\8cè\8fÒ7\9dôÙyü@úl\93öϼ÷ÒB\14Ð_\7f`e»)\7f\96¼ïÉ\1få?+\80\9aÕ~~\81ß×Ó\17\vâ\7fÝx½Ò_\9dï3ç£à\19\9eÎÇÃ\89xç|Ðô\99GçצÏxúk\97ô\17G3xðýöþ\8bWl¬¶ÿ÷ðR&¿¥bC\91_þ²\89\97\83\a\9fÐ÷Qð@ø'\87\9bÑ÷[þeÎki¬\ 1ίÑ_\94\7f6¨ÿ\84ô³\9dß\86ôßÀùíÈþ\f\9cß\8e¾¯Ûß°@ý+\a¿aAöO¹>¨Ù«{ô\v\1fɾxÍ~Qú\ 5ä?)ô³ññ\9eü\84¨­\9f&ODù§ÙÃ\fùG¾~\f\ 6i\1c·\9f5ytÏÿ Xþõì¥U{õÖÏ\93OèûJðfÁë\ 2é'\0±,ø6dúÙ~ë×\ f¥=â\1dû\11\1dô\9f\1f\7f²þ.ÏOÜ\89\9fJ}Ê\9dø©6â\98Õß\11ê\1f\8f¢ÿÁ\93_ZôOK3\12Z¿~ý\17¡þÑã÷\985ÿ\99îß \98³ò\1f\1fúK9?þ\92\r\92\1fT\97\7f¿ç\7f¦å\9eÿùJ~Mê\8fäîÙÏäîù\9f\15»\95O\8dve÷s³èå4\×^»\a\ fÏ\9aô^\86ËgWß\97½\8c\97mw}\82¦·|\1a»×\8b\8bóxÙv\95çi\95õÓÜU@ß×m·³G¾/ß\97m·³\1eL¥h\7fÆv»ªûOß×e¯\82O{맹Ǫû'¹ÿ\95ûêð\ fý~Í}u¾Oé\975úqèW\98ä\9f
+Òþéú7M~yË\11´~Ýv»\1di¿\ 1èÎ\82Ô\9fn»½CÊ[\8f}JcØvý\b9Ar\aÕ÷\9cTß¾ú\9e]ýMè\17Ð÷õÜ­\8fèüQî\96å\9e\82È\7f¬\10\bí¿Í\9dÓÜ\8f(ÿtÿ\19é¯\81ý¯Pÿ\ 3è\1f\81¾YOØ\9eüÐÜ\9d=Ö1«¿=\94ÿ\81Üë\8eì\7f\9b{åÈ+$¿èî\ f¯¿¾ÙÓ[?\8dÝ\9d¦¿Yî»Ô\0\ 1ý£ç~ þ\18@\9eù]:\7f\9a{    \9aý¡ô\ fP\7f ö·>\18dçÿÐ\ 3ï»[\90ÜMÔä\8f#Ç4÷\9b\9e_Bü¯\0'jîÍ\81õ·±\1f»»        Ùî.Nþc{wCKÐÖ£ÝÕùû#¯\15Uþë<sBÛülÈ\81\1fé\85»#\ f\12Ô\94£Ò\9dÚâ\ 5L°È\15Õå9åç\19\9cu T\89ùµCË\85\a\12\ 1\9fá\18Jï¢ê5\1e¦ù\9b\90D\1f\90åÏ \r\93e¸¼V¤Å lüvK\aD¨Côûë\88c(9\ 1\113¢¿^~Q\9bØÎÆ°Ñ^ÈèÅ°tÿ\eôAtð×\86b8Ý\86Æ]\8b\819øLµ\ 1\ 4üUóo\931ä+ÿ6É¿        ÆPº\r«ýo{6¬\97\7f3\fçlþí4|<ÿv\1e>\9c\7f;\ f\1fÈ¿¡Ï\ fä\1f¬\ 6þ2^¾ûuV\ 3ßÛ>/\9d\fÒx\9a¿©\95\a\9dӣأ\9a¿;ï_Ç\1e\85\1d¬\7f t0\9aÿs^¿^º\974úQþI+ú¾\yáêÝK\87~4\7f¹Zü\1aã[ÝOÏ\7fEü«Ço¥r¼\1d¯`\ fëëL¦;\1fë\9f\89?êÛH=úwK\1f;üC±3NS\9e¼\97\8dÆÿ4\7fQ+\8fÎãåÒq\ få\7f¤t1Ý£¿uo\98¦\7f\eÀ.%MÿÑücÍ\9fO\9a¯Wþ¬c¿èúkéáìú×MZ?ï\82s4\95»Ð\1f\9cÿµõÄ%ÿu\1aïPí'©½Ü!\ 3ëà©E#\0\ 5OÕÊ\81®\ 3Â\9aà ï£\ 4<+=\84\ e\88\ e\1e
+H\81é\95O/ðÖyÿ³b5\81\84\f\88î@¼J\ f»\ e\ 4ëñ\v\ 5H\ e\9ej\8fßËx\19ü\1c2t`d\ 5Zß2ê)PJ?¨\0ôÞ\1da»)?ûMùÙï­?\8aòÏ\9f!\82ë\1f\0\7feéü)øÅ£ï\ f\80߬9p\8f\7fhò!h\ eè»ä\93¦\7fÈú£Æÿ4y\135\a\98òOBús\0ü\96`\0«\83ß\12r\80\ 6ÀoÐ\ 1\19\0¿Y\87ñÙ\0\9aþãà-¤¿\aÀo;\f`\ 6\92O(\80\1fI~iò÷\ eü¥Ù\ föø\12rÀôäß\vü5i\7fkåcx_;Ä\8eo3é9\r×Oo3á      ï\91k\8cøµoÆyñ2í+vã<\¯\e«u\93\9dÕó~Ì\eX~\9b7¤ãÝ\ 6Ö\8fn\8eÈúëÝkgý<÷\85N¯U=,vt\ 1ÑO\8fÝ]½;ír\ f\e\9fÅóë´\r;\8foöÏsOh¼\8e½xµý:\8f\97Û>¹j:ÎãõºáZ·0Ì?u|Bâ+÷SwÛÑ<óÂ? i\ 1îYè*nø¼~½íT­;è(?>\1eÉo;\9eæ.\1cú>è\9aÂ\92\7fÞW\ 1zÿ´\ 6\8dý=Òþzß¼ú(ø¬\ 2.\85\8bw\18ÐGhü@ò\9a¬?Þ3 >i
+\98ö\8dªà±0Wøâ3T\0²ýôµmOgÿ<ù\85¾¯_ÜùUs\1fh߶\rù\ f¨\833¡_íÚ3é\7fø\9b\ eH\90\1d\10\ 6þBò\87À_lü*É?Í=ù \19@
+\1e\82úCw\80BÐø\87æ\9e"Zÿ@á]B\ eÌ@áb\82ô\97Ûæ\86\1a{vÎ\9f®\7fE\ e\0r@ÈùUðhWþÈùmþ\96þ\ f\eú>ʽ\10ðã\8eô·^ø\1f\96ó÷uàÊ\ 2õÏÀ÷\91\ 32\90{q\88\7f\a\80C\ eé\7f]\7fG{H¢Ç?¼ð\11ê_Ùÿ\89Pÿ\8c\14."þ\1dèº\16\91ÿ5Ðu-¡ï\ fä®\12â\1f½p<f\18¿ëÀ¹\8c\ 2è\81Üíªé?\9eûÒø\8fî_Ô?\14x¹/\9d\0èy½\1c\ f!xþ÷<ÍÏìU¡\87\1f´®ù\11\90¬Ï'1j Ñd\81\96¦ýÝÏ\8a\v±\1cS¤pLáý\9b)Z[j@
+ë¡U^ÇY¿¼Q'\ä\1c\ f\ 3\94J\9cÂÌ%ªsË·      ÀUnl&xzÓËAÅZÒS'\0Wy©y\8bÁ?Û@¯`\ 5åcÍ\ 4W,ð¹\98æ¼\82\88^eÁ4ð\96Q\99§\81ÁÙçi`9\99.\r\18\1fx{óóÌ\a\11½òFh\90Ñ)\8cÐÀJÚæi`ý\æi`yÍ+\r\ 4Åx¬ \18ªn\9a\ 6õi\99i\1a\94º\14Q\16®¾\81­ \ 4H\ 3Á9µ\15Ä»4°\8cú<\r\92H\ 3Æ\aaÅ4\10\ 2\f\86¤q\84\ 6Û]\1aì"\r¸i)^fxoZÆÌ\yfþ­\8dê\9b\1fe#oÌ\1cÉ\99ïÇësÎ.N*=\84\82³j'\ f\9f¡$Oßò\ 4U.\8b\83\13èí¾|Զк-Ç\94õù¶B̯<!û
+ÞÞq¼nAH<Ö      Ö\9bD\8ch\ 5À[é\9a¹Þ\ 4\94\889Þ$b\16i@½\95Õ\14ì\85\ f\84û\97jhñ
+\ 4ì\87­ ÚÉË
+\84ê¯jho\9eBXn\9eBX0\r\84\1c\90Mà°,HD<&@+\18\97¥>¯ }\e\99O°Á-\bq\90\9dB\f7O!B¥:°\85\84\95ªp\95P'¸»\82\15\9e\ 2Z\ 1\ 1\92­Û=ËTÞe\96´2=F{Yuþ\18÷»§\80\8d«~
+\91\18×f\ 5}wç\8d\8b1èî\18D\98ú*mSûo¾ÊSÁçSz\ 2Ý/^\9d¿Ãf8Ã\ 6^'\90b¹ÃW        p\ 2\90ád1½Å1§      \80ÿÚâ£\8f-Ôú\82ë
\1c_)0x\8aÕy\ 2Å[²\15x31\97\15\80ò2|ÍíCÝÂ×wÓ\93þÖ¬Ý\92\9c\170rËjV:¿ÏrÑ[æ\88ÎP\7f]Ì[{êËúeÅXÛË^Ö/#<½\95¸÷öOK,2¢ÿ@\89\85\95§^¾?Ð\1ev\91öOa
+\86\10¼\8c\1fh\ f\8bDpàu(+Qìñ\ f¯PðÒþé-\99[Ðùë-\1a\1c:ÿ\81ö vËz\19¯ßR\1aB¹·~Þ^\16}_GH×Gzûú\ 3£$ê-myº~\ 6%ñJãtø\8f®?%iý´Å\88ÁÄfå·´·Uø\87\7f\1f½[âYù­o;\8dóO­\90H÷äw\83ü§ßrïHÿ\r ¤­<¾g¿è-ë\12%ûÍÛ{ \ fæë-ÓßÿðÝ÷?w\1fîã\87_?¬X\19þQ\16oÿùá÷¥{\8bß\1f\93¦õñ7¿úø\9b\7fþãÇï~ûË\1fÿð\97\1fÿîã_þáç\1f\7fúó\1f\7fõ¿¿üñW\1fÿñ\7f\1fÿòo?ýöw¿ûøÅßüò\17\7fûñóÏ\8f\7fûí\8fÿùã\9f\7fúøÙÇo~úéO\7f÷ý÷\7fýë_?\7fúÍoÿòù\87\1f\7fúþ\17nÍ¿þó¿ÿá¿¿ÿÓ_ʸÏßüôûßýíÇ\ fÿõÝ?þðXÝÿ\ 3\1d\14
+endstream
+endobj
+414 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 880 0 R
+/Name /Im383
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÃÁ  \830\14\80á_\9e\90\8b\90\ 1\84\88Ð\ 1<z(u&o\ 1=¼A\ 4WÉ(\19Ác\ f\814¶Rüà£J567L²áI\1c$\89x    x£\8c\16Æ®tå\v\86ó
+Ü¿ÿsú\95è¿MXËçÕ\95\16\e\8c¶*qÖ*GeR\¿ì\8f\ ftF&X
+endstream
+endobj
+415 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 881 0 R
+/Name /Im384
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ä¡\r\800\10\ 5ÐON|y\12\14eSªP\8c@Â"\886\1d\80\15:ÂITájI^\1e\f4¨a0À¯\7f\92 ¥uÙ$')\91\e¸\83\ax\81­Ó\19\1a ê¢Ò¥ÀúÞ\8f\e\97õ\9c>\88\1d
+endstream
+endobj
+416 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 882 0 R
+/Name /Im385
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEΫ\r\800\14\ 5ÐÛ j\bµ¸&\84\ 1\98\80\ e\83\0I;  30Âc\93\8eP\89\ 2.\r\1fsôÑ\aΤO\ 2\a\v¸P\ 1S(\89\901\13É\90IdK5Ù\89üÌ\ f*ôÝ\8b»±\99\95\98\15\ 5L$ú£xÐP\11&(\81O\90{#h­_\9a\v7é+¹
+endstream
+endobj
+417 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 883 0 R
+/Name /Im386
+/Width 30
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû?ÿó\9fÿ@,ÇÞðA\8e¹á\81\1cû\81\ 3\a\ fÈó\1flàç?ÜÀ/}\98\81_ò8\ 3¿á1 ~ÇÀÿð\r\ 3ûÃ?\fì\a\7f\1f\0â\86\ f\10Ìð\80\81\19\88åDj&+\ 2\0kÏ!µ
+endstream
+endobj
+418 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 884 0 R
+/Name /Im387
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿøÿ\av\10Á`\a\84\10¢\ 6\bq\13?\80\10\9døÿ\1fJ0~`ü\80\9b`~Àü\07Áþ\80ý\ 1Cý¿ú\7f\fÿÿ\0 \15ùúyJ\0Üð;×
+endstream
+endobj
+419 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 885 0 R
+/Name /Im388
+/Width 31
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`f8À\80\8cÙ\18\e00\ f3\ 3\ 6\96`c¨ÿÿÿÏÿÿÿÿ1\18ð0 à\ 4  \14\fR\ 3RËpÀ\80\81±!\ 1\ 3£;\ 1Ý\19ò\9aµóÕ\0ùy$\14
+endstream
+endobj
+420 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 886 0 R
+/Name /Im389
+/Width 25
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f \96djè\91\ 2\0G\b\b<
+endstream
+endobj
+421 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 887 0 R
+/Name /Im390
+/Width 38
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15α\r\ 21\f\1f\11¸\14W\\99\82"\r\14T)é.£d\10\84Ì\ 2\8c\80n\ 4z(R1GØ\ 3é°eéYróMkÀ×xUå\9e\94÷¬t×A8ã\84\91\rìttû\8aÃ7={ \88'ÐF¥\ 4#\12©\99LªtRq\v¹\r\89é¹7²²ÔÊ$¥\10?\1a\ f\17Q¶7!\f\1a \16       \1aT¢1\19ÙÐÏFÃ3¯ëïx¸>N\7f\9c)!\ e
+endstream
+endobj
+422 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 888 0 R
+/Name /Im391
+/Width 36
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU\8e1
+Â@\14D_Øb-DR¦\90°\856V\v¶"9Êv¶vVÂ\1eÃBñ*ëMr\84\94\16au6\10Äæñ\99\99?ÿÃ\0\82Å<MÚÏ0Kae\85¦\8aà]\82à\ 2tÎÁëí!ºú\ f\b       \19\1d\8a\r\ fk£Ý\9a\19ûQ-G+x%i­43\96kw°Ùf\ e\9aãYoôéó\1cü)Ò\86¢%u\137Ûëc÷\ 5=0$î
+endstream
+endobj
+423 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 889 0 R
+/Name /Im392
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°a\0\824 .pâc`¸\91&ÍÀÐa#ÈPpCB\9aïF\81\ 4\9ft\87\81\ 4\8fà\r\v\e\19é\ 2\r\15\11>\ 3 Ác¡£b"£¡¢¢"¢\ 3$LLÒÒÒtÄ\9c\9c\9c2\84\80\84\87°³Ó¡\13\82\8eNM\1d\82\a\9d\9a;\ 4\ eÞnæ\10¸óß\9aCªüð»\bþ\ 3\fÌ\1f8\80\16\1að\80\b6öÿ\ f\12\98þ0Ø;0700\1e`düßÐÀ8\9fág\ 3Ã\a\ 6~\ 6\ 6 b\ 6\86æÿ\a\19\18ö1Ô20>``o`\ 4ª\83ÊÊÿÿÁ ¡^¿@\v\0ü±5a
+endstream
+endobj
+424 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 890 0 R
+/Name /Im393
+/Width 28
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«³o\7fà¤Ð¢àüà\8f\82\ 3\ 3\ 3\18×ÿÿÿ \81\81\82\81ñ\0\ f\ 33\ 3ûÿ\7f\fL\f,Dcæÿ\7f\18Ø\80\10¤W\82\81±Áþÿÿ\ 3
+\f\f\ e0üÿÿÿ\ f\r\f\f\ 2 \fbË(VÎÖ\ 2\0Í\1f\1eÙ
+endstream
+endobj
+425 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 891 0 R
+/Name /Im394
+/Width 38
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÌ1\ eÂ0\f@ÑߤR:D
+c\17\ 4S\a\f\f\8c\1c\811G(\e\ 3\82°Ðkp\94°s\88\1e\81\11¤¢âª\b     [~\92-ÛP á\aº\7fü\8fýÀ]*»\f(p7å\92ß)_\87©jËd\9ah£nÈ£¬äQ\96G\12\el`K9§f²D²\14B!¬í¬o\93yr\8a\1a4ò7C\99þ\8cêx£#æÛ\1e\13n\9cñ`\ 5rKU\1d¯\8b\ fж&\9e
+endstream
+endobj
+426 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 892 0 R
+/Name /Im395
+/Width 41
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\1f\ 6\86ÿ@Ð\0&\1f00ÿa\90ÿ\0\7f\80Hö? \12\8aþ!HF$\12Y\1c\19±ÿ@\98c\ f4\19\ 1\0&\1f\82d&Ã\7f\81\b\12¬÷?Â\1cv0Éÿ\aì¯\ f\0\88üÇÀ ©Y·Â\0\0ÿçjl
+endstream
+endobj
+427 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 893 0 R
+/Name /Im396
+/Width 28
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÍÁ  Ã0\10\ 4À5zè©\ 6\ 2\91&¬Æ\f¾rRÆ\95rî@\90\8f\9b\8d1y\f,Dz\aÂ\13w/üx5zCó\ 5ÅWäË@ºM~Þh\0;°)l
+\8dCNT\12\85´LúD\86\8e\81$hj\17É=.é¯#ÅÏ\81\1cCÿ´`\8cjoííÚõÚñx®¯ù\v\8a_P¤
+endstream
+endobj
+428 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 894 0 R
+/Name /Im397
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢ÂÀ¦Â®F\ e\bí\ 4ì\18l\18,\18
\1f°\1f`(\0²í\18ä\18ä\19ä\vä\7f\80 Ü\a¹\ 4\e\8b
\ fì\a\ 4dëf\8b\ 2\0\13\e
+endstream
+endobj
+429 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 895 0 R
+/Name /Im398
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûWÇðÿ?\83|{\83\1có\ 1\a Äð\ 1\1d\99\ f\0\95Éÿg\90«a\90c@Gÿ\ f\80\90\88TýDq\0¦\97\19\18
+endstream
+endobj
+430 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 896 0 R
+/Name /Im399
+/Width 10
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇð\8fA\8edøÿÀÿ\ 3\r\ 1ÿª ·
+endstream
+endobj
+431 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 897 0 R
+/Name /Im400
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿà\7fÿ\ 3\ 69f\ 6~6(bï\ 1£;\fÌ7Àè\a\ 3ã\a\10bx\0C\a@¨à\0ÃÏ\ 6\86\83\r\fÇ\19\18ê\18\18l\18\18\84¥ê'\8a\ 1\0ü\92\17\
+endstream
+endobj
+432 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 898 0 R
+/Name /Im401
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90a`\0"\e\ 6\86\1a0úÃÀ\bD{\18\98÷0°Û0°Ù0ðÙ0ðØ0HØ0XØ0\18Ø0$Ø0<°aøÿÿ\0\10\81t¡"æÿ\a\80HH¦~¶(\0\ab\14ª
+endstream
+endobj
+433 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 899 0 R
+/Name /Im402
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3à±ÿcÿÃþ\83ý\ 1\ 3\ 6\184~`þÁÆÂBÆ@Î\80\8f\81\1f\ 4\vø\7f\80á\a¾\ 4¹\ 4\19\8b
\ fì\a\ 4dëf\8b\ 2\0\12õ
+endstream
+endobj
+434 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 900 0 R
+/Name /Im403
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀü\87\9d\87ONÆÎÂÎB¦\82¡\0\b?\7føþã\8fÌ\ f¹\1f|\1fø>ðÃ`\ 1\bòYðYÈÈXð\7f`~  [7[\14\0ó¬\17Q
+endstream
+endobj
+435 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 901 0 R
+/Name /Im404
+/Width 17
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK``¨ÿß\0F@\ 6Ã\ 36\86\ 3<`$ÁÀ`\0F      \f\f\ f@\88\11\88\ e\80\103\12\86\98\e\18\ 4eëf\8b\ 2\0\19î
+endstream
+endobj
+436 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 902 0 R
+/Name /Im405
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÿAÆÂBÆ\80¯\0\f+ø*dìdìwÈ?`ÿÀÿCæ\8fE]\81\\ 1ÿ\ 3þ\aì\10\bTÃcc#ÿ\81ý\81\80lÝlQ\0\9eº\15Ô
+endstream
+endobj
+437 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 903 0 R
+/Name /Im406
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`n°oøßp¼\81\9dhøÿÇÿ\1f¼25³E\ 1i    \14à
+endstream
+endobj
+438 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 904 0 R
+/Name /Im407
+/Width 5
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øðãG\85\84\84\84\81AA\82\ 3+om\v\ f\0\ 6 
+endstream
+endobj
+439 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 905 0 R
+/Name /Im408
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ÀÿAÆÂBÆB¦\80\ f\ 4?ðã\82\10y\90J\19\vþ\ fì\ f\ 4dëf\8b\ 2\0ëô\16ã
+endstream
+endobj
+440 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 906 0 R
+/Name /Im409
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? ÿÁ¢"Á&Aî\83Ü\ fù\1fü?ø\vø\19ä\19ä\80Ð\86Á\82¡\82á\ 3Ã\ 3Æ\ 6f\ 66f>f\19f       vû\7fõÿþ\ 3¡\80LÝlQ\0\14T
+endstream
+endobj
+441 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 907 0 R
+/Name /Im410
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ÀÿAÆÂB¦B¦\80ï\ 3\bòÃ`\ 1\7f\81|\85¼\85½ü{þó\f| h!S#ScQa`ðÁþ\0\7f\83\80lÝlQ\0ÀV\14÷
+endstream
+endobj
+442 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 908 0 R
+/Name /Im411
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ@=\10Wð3\1f(àg<\90ÀÏpà\ 1\83\ 3ü\f  È\98\81\9f\81\81\12Ìüÿ\ f\18KËÔÏ\96\ 3\0ø1\17\1a
+endstream
+endobj
+443 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 909 0 R
+/Name /Im412
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fÀ`ÿ\83¡Æ\86¡F\ e\84\18\18ä\18Øÿ1Èÿc°\91\90\0B    d\97PQÿÀþÿ\ 1þþ\ 6a¡ú\89¢\0þt\13^
+endstream
+endobj
+444 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 910 0 R
+/Name /Im413
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇÀð\8f\81A\ e\ fªc\90ÿÏ ßÞ Çx@\8eñ\81\1c\ 3\10}À@\ f@R\8c\a\80Êdÿ3HÔ0\88ÈÖÏ\11\a\0>a\160
+endstream
+endobj
+445 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 911 0 R
+/Name /Im414
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÿAÆÂB¦B®\80ïÿ¿ÿÿ>0@`\ 1C\ 5\9b\r\9b\1c\ fÿ\ fæ\aüBõ\13\85\0\ fà
+endstream
+endobj
+446 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 912 0 R
+/Name /Im415
+/Width 5
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\14\14\808¬Bµ\13y\0\bÂ
+endstream
+endobj
+447 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 480 0 R >> /XObject << /Im117 124 0 R /Im416 449 0 R /Im417 450 0 R /Im418 451 0 R /Im414 445 0 R /Im419 452 0 R /Im414 445 0 R /Im397 428 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im401 432 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im402 433 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im403 434 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im404 435 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im405 436 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im420 453 0 R /Im421 454 0 R /Im422 455 0 R /Im423 456 0 R /Im424 457 0 R /Im425 458 0 R /Im426 459 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im405 436 0 R /Im410 441 0 R /Im404 435 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im410 441 0 R /Im406 437 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im402 433 0 R /Im410 441 0 R /Im406 437 0 R /Im401 432 0 R /Im408 439 0 R /Im407 438 0 R /Im406 437 0 R /Im403 434 0 R /Im406 437 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im407 438 0 R /Im403 434 0 R /Im405 436 0 R /Im404 435 0 R /Im420 453 0 R /Im421 454 0 R /Im422 455 0 R /Im427 460 0 R /Im428 461 0 R /Im428 461 0 R /Im429 462 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im405 436 0 R /Im410 441 0 R /Im404 435 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im410 441 0 R /Im406 437 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im402 433 0 R /Im408 439 0 R /Im404 435 0 R /Im397 428 0 R /Im410 441 0 R /Im407 438 0 R /Im402 433 0 R /Im410 441 0 R /Im403 434 0 R /Im406 437 0 R /Im405 436 0 R /Im402 433 0 R /Im407 438 0 R /Im397 428 0 R /Im402 433 0 R /Im401 432 0 R /Im423 456 0 R /Im424 457 0 R /Im425 458 0 R /Im426 459 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im410 441 0 R /Im408 439 0 R /Im404 435 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im405 436 0 R /Im405 436 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im402 433 0 R /Im403 434 0 R /Im405 436 0 R /Im401 432 0 R /Im408 439 0 R /Im407 438 0 R /Im397 428 0 R /Im409 440 0 R /Im401 432 0 R /Im406 437 0 R /Im410 441 0 R /Im404 435 0 R /Im407 438 0 R /Im402 433 0 R /Im408 439 0 R /Im409 440 0 R /Im423 456 0 R /Im424 457 0 R /Im425 458 0 R /Im430 463 0 R /Im431 464 0 R /Im431 464 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im410 441 0 R /Im408 439 0 R /Im404 435 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im405 436 0 R /Im405 436 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im402 433 0 R /Im401 432 0 R /Im409 440 0 R /Im401 432 0 R /Im408 439 0 R /Im407 438 0 R /Im401 432 0 R /Im404 435 0 R /Im405 436 0 R /Im406 437 0 R /Im410 441 0 R /Im404 435 0 R /Im407 438 0 R /Im397 428 0 R /Im404 435 0 R /Im404 435 0 R /Im427 460 0 R /Im428 461 0 R /Im428 461 0 R /Im429 462 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im405 436 0 R /Im410 441 0 R /Im410 441 0 R /Im409 440 0 R /Im407 438 0 R /Im405 436 0 R /Im406 437 0 R /Im403 434 0 R /Im406 437 0 R /Im397 428 0 R /Im407 438 0 R /Im409 440 0 R /Im408 439 0 R /Im403 434 0 R /Im401 432 0 R /Im408 439 0 R /Im407 438 0 R /Im410 441 0 R /Im406 437 0 R /Im403 434 0 R /Im406 437 0 R /Im410 441 0 R /Im403 434 0 R /Im407 438 0 R /Im405 436 0 R /Im409 440 0 R /Im403 434 0 R /Im432 465 0 R /Im428 461 0 R /Im421 454 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im405 436 0 R /Im410 441 0 R /Im410 441 0 R /Im409 440 0 R /Im407 438 0 R /Im405 436 0 R /Im406 437 0 R /Im403 434 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im408 439 0 R /Im409 440 0 R /Im397 428 0 R /Im410 441 0 R /Im407 438 0 R /Im403 434 0 R /Im397 428 0 R /Im401 432 0 R /Im409 440 0 R /Im406 437 0 R /Im401 432 0 R /Im407 438 0 R /Im403 434 0 R /Im410 441 0 R /Im397 428 0 R /Im433 466 0 R /Im431 464 0 R /Im434 467 0 R /Im406 437 0 R /Im410 441 0 R /Im401 432 0 R /Im410 441 0 R /Im397 428 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im410 441 0 R /Im405 436 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im405 436 0 R /Im410 441 0 R /Im404 435 0 R /Im401 432 0 R /Im408 439 0 R /Im407 438 0 R /Im406 437 0 R /Im406 437 0 R /Im403 434 0 R /Im409 440 0 R /Im408 439 0 R /Im409 440 0 R /Im407 438 0 R /Im410 441 0 R /Im405 436 0 R /Im403 434 0 R /Im411 442 0 R /Im412 443 0 R /Im413 444 0 R /Im399 430 0 R /Im414 445 0 R /Im409 440 0 R /Im415 446 0 R /Im435 468 0 R /Im414 445 0 R /Im416 449 0 R /Im436 469 0 R /Im399 430 0 R /Im437 470 0 R /Im416 449 0 R /Im438 471 0 R /Im439 472 0 R /Im437 470 0 R /Im418 451 0 R /Im412 443 0 R /Im406 437 0 R /Im408 439 0 R /Im409 440 0 R /Im401 432 0 R /Im440 473 0 R /Im441 474 0 R /Im398 429 0 R /Im442 475 0 R /Im416 449 0 R /Im439 472 0 R /Im437 470 0 R /Im439 472 0 R /Im442 475 0 R /Im443 476 0 R /Im416 449 0 R /Im437 470 0 R /Im444 477 0 R /Im412 443 0 R /Im443 476 0 R /Im416 449 0 R /Im398 429 0 R /Im442 475 0 R /Im416 449 0 R /Im439 472 0 R /Im437 470 0 R /Im439 472 0 R /Im442 475 0 R /Im443 476 0 R /Im437 470 0 R /Im412 443 0 R /Im413 444 0 R /Im399 430 0 R /Im414 445 0 R /Im438 471 0 R /Im439 472 0 R /Im437 470 0 R /Im418 451 0 R /Im442 475 0 R /Im436 469 0 R /Im437 470 0 R /Im437 470 0 R /Im439 472 0 R /Im419 452 0 R /Im414 445 0 R /Im416 449 0 R /Im437 470 0 R /Im412 443 0 R /Im419 452 0 R /Im398 429 0 R /Im439 472 0 R /Im443 476 0 R /Im445 478 0 R /Im446 479 0 R /Im416 449 0 R /Im417 450 0 R /Im418 451 0 R /Im414 445 0 R /Im419 452 0 R /Im414 445 0 R /Im397 428 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im401 432 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im402 433 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im403 434 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im404 435 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im405 436 0 R /Im398 429 0 R /Im399 430 0 R /Im400 431 0 R /Im420 453 0 R /Im421 454 0 R /Im422 455 0 R /Im423 456 0 R /Im424 457 0 R /Im425 458 0 R /Im426 459 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im402 433 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im397 428 0 R /Im405 436 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im409 440 0 R /Im410 441 0 R /Im403 434 0 R /Im397 428 0 R /Im405 436 0 R /Im407 438 0 R /Im408 439 0 R /Im403 434 0 R /Im409 440 0 R /Im406 437 0 R /Im405 436 0 R /Im408 439 0 R /Im407 438 0 R /Im406 437 0 R /Im405 436 0 R /Im404 435 0 R /Im420 453 0 R /Im421 454 0 R /Im422 455 0 R /Im427 460 0 R /Im428 461 0 R /Im428 461 0 R /Im429 462 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im402 433 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im397 428 0 R /Im405 436 0 R /Im406 437 0 R /Im406 437 0 R /Im407 438 0 R /Im410 441 0 R /Im405 436 0 R /Im410 441 0 R /Im397 428 0 R /Im405 436 0 R /Im407 438 0 R /Im402 433 0 R /Im406 437 0 R /Im401 432 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im407 438 0 R /Im404 435 0 R /Im401 432 0 R /Im404 435 0 R /Im423 456 0 R /Im424 457 0 R /Im425 458 0 R /Im426 459 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im401 432 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im403 434 0 R /Im401 432 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im397 428 0 R /Im409 440 0 R /Im404 435 0 R /Im397 428 0 R /Im405 436 0 R /Im407 438 0 R /Im397 428 0 R /Im402 433 0 R /Im404 435 0 R /Im406 437 0 R /Im410 441 0 R /Im404 435 0 R /Im407 438 0 R /Im410 441 0 R /Im404 435 0 R /Im405 436 0 R /Im423 456 0 R /Im424 457 0 R /Im425 458 0 R /Im430 463 0 R /Im431 464 0 R /Im431 464 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im401 432 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im410 441 0 R /Im409 440 0 R /Im406 437 0 R /Im406 437 0 R /Im407 438 0 R /Im405 436 0 R /Im409 440 0 R /Im409 440 0 R /Im397 428 0 R /Im410 441 0 R /Im407 438 0 R /Im410 441 0 R /Im405 436 0 R /Im402 433 0 R /Im406 437 0 R /Im410 441 0 R /Im404 435 0 R /Im407 438 0 R /Im402 433 0 R /Im404 435 0 R /Im397 428 0 R /Im427 460 0 R /Im428 461 0 R /Im428 461 0 R /Im429 462 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im408 439 0 R /Im404 435 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im402 433 0 R /Im397 428 0 R /Im406 437 0 R /Im406 437 0 R /Im407 438 0 R /Im405 436 0 R /Im405 436 0 R /Im404 435 0 R /Im397 428 0 R /Im410 441 0 R /Im407 438 0 R /Im403 434 0 R /Im409 440 0 R /Im409 440 0 R /Im406 437 0 R /Im410 441 0 R /Im402 433 0 R /Im407 438 0 R /Im408 439 0 R /Im408 439 0 R /Im405 436 0 R /Im432 465 0 R /Im428 461 0 R /Im421 454 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im408 439 0 R /Im404 435 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im402 433 0 R /Im397 428 0 R /Im406 437 0 R /Im409 440 0 R /Im407 438 0 R /Im406 437 0 R /Im406 437 0 R /Im409 440 0 R /Im401 432 0 R /Im408 439 0 R /Im407 438 0 R /Im403 434 0 R /Im402 433 0 R /Im403 434 0 R /Im409 440 0 R /Im408 439 0 R /Im409 440 0 R /Im407 438 0 R /Im409 440 0 R /Im408 439 0 R /Im410 441 0 R /Im433 466 0 R /Im431 464 0 R /Im434 467 0 R /Im406 437 0 R /Im410 441 0 R /Im406 437 0 R /Im410 441 0 R /Im397 428 0 R /Im401 432 0 R /Im409 440 0 R /Im407 438 0 R /Im404 435 0 R /Im404 435 0 R /Im404 435 0 R /Im406 437 0 R /Im406 437 0 R /Im407 438 0 R /Im410 441 0 R /Im409 440 0 R /Im403 434 0 R /Im397 428 0 R /Im410 441 0 R /Im407 438 0 R /Im402 433 0 R /Im405 436 0 R /Im408 439 0 R /Im409 440 0 R /Im408 439 0 R /Im402 433 0 R /Im407 438 0 R /Im409 440 0 R /Im408 439 0 R /Im408 439 0 R /Im411 442 0 R /Im412 443 0 R /Im413 444 0 R /Im399 430 0 R /Im414 445 0 R /Im397 428 0 R /Im415 446 0 R /Im435 468 0 R /Im414 445 0 R /Im416 449 0 R /Im436 469 0 R /Im399 430 0 R /Im437 470 0 R /Im416 449 0 R /Im438 471 0 R /Im439 472 0 R /Im437 470 0 R /Im418 451 0 R /Im412 443 0 R /Im406 437 0 R /Im408 439 0 R /Im409 440 0 R /Im401 432 0 R /Im440 473 0 R /Im441 474 0 R /Im398 429 0 R /Im442 475 0 R /Im416 449 0 R /Im439 472 0 R /Im437 470 0 R /Im439 472 0 R /Im442 475 0 R /Im443 476 0 R /Im416 449 0 R /Im437 470 0 R /Im444 477 0 R /Im412 443 0 R /Im443 476 0 R /Im416 449 0 R /Im398 429 0 R /Im442 475 0 R /Im416 449 0 R /Im439 472 0 R /Im437 470 0 R /Im439 472 0 R /Im442 475 0 R /Im443 476 0 R /Im437 470 0 R /Im412 443 0 R /Im413 444 0 R /Im399 430 0 R /Im414 445 0 R /Im438 471 0 R /Im439 472 0 R /Im437 470 0 R /Im418 451 0 R /Im437 470 0 R /Im439 472 0 R /Im419 452 0 R /Im414 445 0 R /Im416 449 0 R /Im437 470 0 R /Im412 443 0 R /Im419 452 0 R /Im398 429 0 R /Im439 472 0 R /Im443 476 0 R /Im445 478 0 R /Im446 479 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 448 0 R
+>>
+endobj
+448 0 obj
+<<
+/Length 913 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥\9dË\8eå¶\11\86÷ý\14gi/¬\91H\8a¢¼\f\1c\ 3Ù\ 46<Ko\92ñ8\9ed.¾t0ÈÛGê#Ò\87¥¢þªâÆ6\1aÓåbÝø\89¢þùíéûÛoO.Í\83\8f·ÏOù?ÇÛ8\8ccþçWã\10Òx\9bæy\bk¼E\9f\86%\84Û\9b\ fO¯þöa\9a\96Û7\9f\9e¾\7f14½Ø¸ÿñÊÂä^þ½\9bpóÝ\84\8b\17&ü0¹ÚD\18üö\93\97_\8c~û©Ë\ 6Â\14Ï\ 6âÈ\e\98Y\ 3'\ fÂ\90\88\818¬q7°²\ 6\92Ø\83\85÷ P\ 3Ë\10\13o\80÷`\15{\90\92Ì\83v"Ý\14\86Ù\8b\12\99\ 2\17Fç¦a\1e7\1fÜ:,)\eð«(\ f\ 6\8e(¸4Lã\9f\ 6NypC`\13é|xY}\1d\ 5¿\9e¸­4²\1eø\85ñ`ÿ\9f\9d\fxG\r,ÛOÜ\1c¸<\8c\938\ 6ÑwÆ ¦Î\18,\93,\ 6Í:Øjñ\\aatâ\18¬\\16\141ð£ë\8b\81\1fç¾\18xçÙ\18xi\f¼ç² \89ÁVÊ}1ð\7²½0&Ö\83ÈÇà4\93\9a1`+Q\13\83%vÆ`\11Æ U\a[Õ³1\98¥1\bÓØ\17\83m#í\8bÁ¶\vÉbÐÞZB\18\878]n-J^qñz\8f\12ð\8a\9b\1f\98\88'\13÷\11¿óÊÎJqZ\1eG¼;Åc\19\ 2©\89y\18Ã\ 3n\10\ 3\82=â0°\1c\ 3\96\188\rØ{\ 2\99%¤À.á4\9dÎEux°:v  §Ö¾ÿqÎÀÌ.áÔ\17gà96Úq\1aÖt6p¢F\ 1ð J8\93ëá\83c}\18\19rm\11S<¢\10\1f§Ã$Ç\8d¼K\10\ fN¥Ôô`ã\15Æ\83ó|j\eX¥Kàw\89Í}Ö\83S)q\1e¼Ä ±Ý0\9e\ 6Ü\16*RJ÷ĺÕ\1fÝ0W\ 3\8eáÖÆ\12V6\8d²%Üye\92\ 5±U\89~\8cÒJl\18ØxÅ\Êw\ 3\9dYð^\98\85f\10=\9f\85ÓTl\1a\b½Y\bÂ,´ÚÙgø·¶³\8f\89\8dÁ\89\16\9aYXÄYhÄ`\11Wbc  \89ÍÂ\99\9c\9b\1e¤Î^Ø\99­k  [¸ú
+)LB\ fZi\fÛ/v5Ó\863Ò,´\f̲\8d¥5T\83ç=P\9ch\14ìD\e¼\80\16§ð\90       \v-nO\94}´H\fèi\91\18`hqa«±Ð"1Àì\8fô      \82Ð"1p\9aJm\ 3Ij\80\ eÖ»\ 17zÖÀiw\12Ð"ª\ 4H\8bµ\ f\ 6Z\1cC'-\12\ fô´X{` E¼\ 4@\8bÄ\ 3=-\92\18èiq+©>Z´,¡¢E\14DH\8b¸\12\ 1-ZJ¹¢Ek\16
+-¢,@Z$YÐÓ"1À̤ÆñXè­\83|¾V\19`ÎÛ!-¢B\82´hÎÂÒ\9b\85\85\96\ 1Þ\ 31n\16\8eõB\8bÖ¡ºÓ¢(\88\90\16­i,´h­ÄB\8bh     ­­m§EÑÖ& E´Á\vhñxÿpA\8b\8d\83¹\83\16ç5T\9c"?\98;h\91\1a\90\1fÌ-÷b¢\ 6Ä\asû«Ì½\1f¨\ 1ËÁ\1c
+#B-â\83\1eµæ}³ïA-ê\81\1aµ \a\bµ\88\ 1ùþ\94Q\8b\1a\16\8d\81\1aµæíù¡\vµLKxD-j@<\9b\12\1a¸F-S)?¢\969\v\19µ`\16\10\18¨Q\8b\1a\10\1fFdÔ\82Y@\asævΨ\ 5»\11¡\96=\v\v\17\ 3á\1e}?W\9bd\85Ô\fb\8aÒ ^£\96y¬gÔ\12\8cõÆ¡Ôäd\ 3\ 5¡\969\8d\19µÌÍ\94Q\vVb«\ eòÁ\1c¬\ 3\ 1\r\1e£Ö¼\8e\9d¨\95\'j\11\ 3zÔ"\ 6NSi9\15ÓqomY9\ 3^PÎ\87\a\96à\99³Å\86\81ãd\ f\1aÀ°\a\13        a¯öÁ\0\80ë\83\81\1eö\90\a\10öj\ 3\ 6Ø#\ 6ô°Gb \87½4vÂ\9ee   \15ì\11\ 3zØÃ\ 6\0ìYJ¹\82=k\16
+ì¡,@Ø#1\10?Éï°gn¦ü\16V\14\ 3\b{Öv.°\87º\11Â\1eî\85Æ\12\96([Bóp2ñ½ o¦ÔÙ\v\ 5ö¬c½À\1e\1eë\0öP\f ìY\9b©À^å\ 1{£º±\84\f{h       è-,4\80a\ f\ 2Ø[\12\82½Æ+Ì\f{ËX¡\96ü\15ær?_¤\ 6ä¯0\8fO\ 4\ 4\ 6øW\98S\9aX\ 3\86W\980\8c\10µj\1f\f¨\15×NÔ"\1eèQ+\82\v¹\10µÐ\12\9a\ 6\81Ì@\85Z$\ 6\8aÉ6\97
+já ¶Þ@v\16RA­\bî×CÔ2{\90Q+\82¯] jY²ð²\84\8c\ eà¹\1a ¢è( :WCY\80¨emç\82Zh        \10µ¬½PÎÕp;·î«õöBêì\85\82ZV\ f
+jYgbA-´\ 4\88ZÖ4\16Ô²ì\v/ĄeíÆ\82Z(\ 6\ 2ÔB\e¼\0µbìD­9UGBÌ\ 3 @­ÚÀ\99\94\9a7æ2j\11\ 3\96C)\14\ 5HJµ\ f\ 6R\9a\97NR"\1eèI©öÀ@Jh   \90\94,\ 6*R"1Ð\93Ò\1c;I  \a\11\90\92µ\90
+)\11\ fô¤dñ :\94²f¡\90\12ÊBó4Ãó1\90\9ffdR"\ 6Ä/M
+)¡\18 Ë^µ\a\86Ë^°\99 )Y{¡\90\12®ÄëË^0\ 6ð\r¤e&fR\12¦±\85Z\8b¬\99\9a\17\9d&'[\ 2$%k\1a\v)YÓXHɺ/\14RBu  %´Á\vHi\86\9f\ 6¬\ 4tî/ô
+)\85ÇÏ\13\82g\9e\9e\1aoß2)\85X¡Ö©\16Úo gÖ\80A5\ 2F\ 1\92\83\81\94ê0\1aH\89x '%ä\ 1$¥Ê\0\eAÜHÉ\1cÄ\8a\94\88\ 1=)\85Ðùú®\ e¢áõ\9d5\v\85\94\88\aú×wÖ,\14R²f¡\90\12Ê\ 2|}\87c\0H        wãõµxX\aðLÉÚÎ\85\94\88\aú3%\9c\85ë\8f(\ 5\85\ 4Î\94¬Cµ\9c)\91\18\88\8a\94P)Ã3%\94\85¦\a\93Ð\ 3HJÖf*¤d\9dH\85\94¬ÝXH    ¥Q@Jí\r^§Ý1\aw­ÝÑü\94Ò\1dèëª\8bg\13óR\9b\9e,\1d"Y\87¾\14\12&z¹på\ 3k@pg,\eX_~±6À\88±4u¾\ 2\1f\ 3ñ=\9di>*©¯\ 3\1f\1eli|é
+âÁ©&¹\ 3»ÚÚÑ\97®º\80è\ 5_\18d½7>\8dL\f\1a\8as\v\9fFæ!\8cÖA6°p\ 6üÉ@³\ e\92\97Õ\81\eÒ©\17ÜËÛàÈz WÝK|\10OK8wãa`å=\90\v\95\8d\\f\82\17ÇÀ\8dÂ\18´ÚÙ\1dÚJ4\ 6\82\97ú÷\18¸)É\ 6Jûág¾ïÓ¤\eå\ f?yÀ;ãm^çgÙ<h>=\ 56\88gÜj½0p\81õ \9cvI7D²\84ñÐÜË\85´\ 53üi@®¹7çBr×\1a\18\1cu\10Ù©\1c\ 4u\90\r°\ 3åÜ\8dÍfZ¦Îfâgâ¹\99Ú\1e,2\ f\9aALl!\9d\83Ø\9aÊ;{p\ 6\ 4\87\81u\92\11Ä\95ß\17ÄSy\7f\86å\96À<üð\13)\v\17\1a\10ç0ÀÏDy\10ýÄ{ Ø\\ fͽiíëFïø:\10w£÷ü¾ îF\7fè\90\9a»q\7f\fïêF¿Må®nôÁ÷u£\ fìÞx.¤f\ffñöÞè\85ȧQ\8cû>ò¥,Æ}ÏNe\ 5îï'   "ÔmQ\9aç\87ª\9cÒ|\12\8eõf\1a\ 31¥ù\95§uù<XYÔ\95\97r\18ù½Q¼/\ 4~¨ríÜ2Ð9\ fö£\bQ\1a[
+ÕÁñ\95(.åàùÍUüÔ\16<\ fÛò,ðÏÎò\81\12\ 2\9b\85ó@i\ 6qæcÀLå\86\1aì,Ü\e\9bu\10gé¾Ðè\85(\1cëÍ\17\98e¤MC\8a\7f\1a8=þ\9f\ f î?     Kâ\ e ÂC\1dè\ e¤ü´å«ï\1dànbºÒÏGâ÷~\¯\8b\1a\89ßS\ 3jñ{j@-~O\r¨Åï©\ 1µø=ô\0¿Æ\14$òZüÞ\8f©OüÞ\8fK\9fø}\1d\ 5\83ø}í\81\9eäA/~o\8fÁ!~o\8fÁ!9\ ec\80Äïë:0\88ß\9bc\90ÅïÍ1ÈÏ\90æ\18dñ{\1a\ 3µø½=\ 6\87ø½=\ 6\9eëF\83ø=\8d\81ZüÞ\1e\83CüÞ\1e\83E\18\ 3$~Oc \16¿7Ç \8bß\9bc\90Åïa\fð\v´\8b­EÉ+[\7f^îQ\ 2\9eh¢é\1dÜqgi¿­ñx·Z-gJ\r¨åL©\ 1µø=5 \16¿§\ 6Ôâ÷Ô\80\9e\1a0hlÁJ@÷¶\88\ fú{[n\85\e\1eø^\ f\8e{[v\ fæµÓ\83Èz Ssy¼·E=PßÛrkç½-º\ 4õ½­Ú\80æfóÈ{ ¾·eJãã½-s\16ò½-\98\ 5ô- ô\0ÝÛ\12ôÂõ·\804\vòÛÝ\a1Ùë &Y\1d {[¦,<Þp§\1eÈ?¨Ll\16ä×®ò½-A\1d\\7f\vh\1eiùÞ\96 \e¯¿\ 5\84AD÷¶\ 4ilÄÀ\8d\9d1p³,\ 6Hv\ 1\ eU\ 1\r\1eÓ¢Û\80g\1d/L@ZL¡\93\16\89\ 1=-\12\ 3jñ{j@-~O\r¨Åï\ 5\ 6®Åï©\ 1\83r\ 4¬\ 4H\8bµ\ f\ 6ZLP\ f\15ТÙ\83L\8bf\ f2-\9a=\88¬\a\ 6Z$\1eèi1u*²Ò%èi1\19d,+ZL@\v\14Ò"NcË@\92\19\80´\88²\80\vJ\19Ð"\ e" E³\a\99\16Íu\90i\11-\ 1Ò¢9\v\v_\89âÛ\83ù\96?,$ô=$5 Vd5\8f´B\8bÖ¡\9aÿª$s3\15\8e´|Ë\1f\8e´æ\eÑã¾\12Ì\ 2¤Eä\ 1¦E¸Á\vh1\8d\88\16¯\15YÝÒ©ÈJ\r¨\15\ 1µø=5`8\98\83a\84¨µ\18\85ó
+j-P\8d\14 \96Ù\83\8cZf\ ff6\ fòɸ£\16SJò/Å\vj\11\ 3zÔZ:õPI\10\r¨E\fÈÕ\9d\8e\vú\82 \ 2Ô²\14Ru0gÍBA-\94\ 5\88Z\v\90pl+GL²% \ f*íu\90Q˲\84
\16 \ 5
+QË\9c\85¥#\vÕÁÜ\ 2em[\82ªâ,\0Ô²\ eÕ\82Zh¨"=T¸\ 4\88ZÖ4\16Ô2/!\1fÌY{¡ \16*e\ 1\r^\80Z[cõ¡V\1c;Q\8b\18У\16\16¿'\ 6ôâ÷Ô\80\1e\1a\10À\1eJ$\84½Ú\a\ 3ìÍFùÂ\ 2{f\ f\99=È°\87<\80°G\fèa\8f\18ÐÃÞ\fä\v!ìÕA4À\1eÎB\83Sò¹\1a\8a\ 1\84=\Hà\\r\19\80°\87²\0ao6\8aH\16ØÃA¼Ö\193\19¨`o\ 6²¶\10öP!AØ3ga\11\8f4\0{\964V°G\f\88
+ìY\87j\81=\14\ 3\b{h @س¦±À\1e
+"\84=ëL,°\87zA\0{h\83\17ÀÞ\1c\11ì]+²ºP롪Åï©\ 1µø½ÀÀµø=5`y\85\89Â\bQ+tJºº\0\0j\99=Ȩ\85\16*#\ 6ô\7fÏ\105 þ{\86h\fô¨\15\8c\ 5µ,K¨P\8b\18\90ÿ}\88\81B.® \16.$\80\0D-\94\ 5\88ZÁ¨N\P\v\19\80çjæ:Ȩ\85Ó\bP\vµ3D-s\16\16>\ 6\8aûj\93¬\9dá\857l\0 \96\16Ô²\ eÕ\82Zh\1e@Ô²¦± \16\1aëðÂ\9bÙ\80ç=°\9c«¡\r^\80Z!t¢\96¯\ 5UÕâ÷Ä\80\9e\1a°\1cJ¡(@Rò½\9f\ 6øÞO\ 3Ì\1edRÂ\1e\0Ròà\16+$%o¸W_\91\92ïý4À÷~\1a`YBEJÞðyDEJ\1eÞ)\a¤d)¤ê\r¤5\v\85\94P\16\9aKðQº\84\86\81ÐÑLÕ¡\14\8a\ 1\92\ 6Ô\92®°\e!)á,\0RòÖÏ#Ro/¤\ e\ f\1e%]a\1a!)¡, IWs3\15R²¤1\7f\1aÐ\17\83LJ\96\18\84v&\ 1\r^@JÛtºü\16õîô£\89ZüÞ\11\15Pµø½#J&jñ{jÀ \1a\ 1£\0Iɬÿ\98IÉõ^\8b7{\90I        {\0\81\9b¼ðõ\1d\84¤¤×Ä%¤äz¯Å;x\87´q\18\91IÉn@è\ 1$%\HàL      \19\80¤\84²\0Ï\94,¥\½¾C\85\ 4¯Å\93,è?¢DÍ\ 4I     Å\0\92\929\v\v\1f\ 3\ 5èð½ \7f}g\15Õ-¤d­\83BJ\16\ fª3%\14DHJ\964V¤d\8eA&%s\f2)!\ 3\ 2Rjoð:í\8e\a¼Ô\12¿?îÒ\1eªÙ¹/åâ÷Þ±\ 6\14â÷\vk@.~\1fî¿X\eP\89ßϬ\aâó\84i>¦ãÖ\9f\97Ó±-~\7f×\9e£\1e(ÄïgÆ\ 3\8døý!\9f'\88AKü\9eO£\ü>¿\8b­\rhÄ\ eÚâ÷+ë\81\uoå\83(\16¿ßª\83õ@!~\9f\98\18hôº'Þ\ 3\85ø}`c \17¿w|\10åâ÷ùÑ£6 \11¿\8f\3)Äï3¯\11\ f\14â÷ìTV\88ßÏ\8eó (Äï×£\90\82Qü>\9f­mO\10FñûÄÅ@!~ß\18i
+ñû¥³\99\92°\99\9a\1e\1c\9fîA\ fÚâ÷l!)ÄïWv*kÄï\85ûBSèyd\a\8a\9e/$¹øýdF\9cl\80\8d\81Bü¾1\13åâ÷\ 5ó\8cÝèyÌÓ\88ß\8bë %=?õu£\ fÂBj{ Ü\\9bA\9cÙy \10¿\9fYRU\88ßGa\fÚâ÷l3)Äï\eSY!~¿2YÐ\88ßó ©\11¿ç9Q.¡¹r¤ª\12¿\17\92j+\vaä³À,¡¥\1cÏÎ\ 3\85rü$\8cASô|bc P\8ewüDR(ÇóÏ\8dråxÏ6\93F9^¸35\83\18ø\18(\94ã\85\eK[9^8ÖÛÊñìHS(Ççoζ\87/£r|à\9eÞ\1f\95ãÿòúéÕ·Ómº½þyËÅþû·ý\8dÕñ\1f¯?l¶÷[Çã0/Û\9fùéöÅß?ÝÞ¿{óöã\1fo¿¾}÷Í··_\7fÿôÓ\7fß¼ýéöÏÿݾûáùÝû÷·\1f¿xóã\97·o\87Û\ fïÞþëíïÏ·¯n¿<?ÿúõ«W\9f?\7f\1e\9e\7fy÷Çðñíó«\1f§%þüû?>þçÕ¯\7fì¿7üòüáý\97·×ÿ~úëëÍ»ÿ\ 3^èsý
+endstream
+endobj
+449 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 914 0 R
+/Name /Im416
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\ 1)\0Öÿ\1f°?ðppà0à0ð\0þ\0\7fÀ\7fà\1fð\aø\0xÀ8À8à8ðpÿà\8f\80\r\12\7f\91\10ºþ\14¦
+endstream
+endobj
+450 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 915 0 R
+/Name /Im417
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÿC®Æ¢¦¢¦Àâ\ 3\ 3\ 2V0T°Ù°Éñðÿ`~À/T?Q\b\0Z\94\ f\14
+endstream
+endobj
+451 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 916 0 R
+/Name /Im418
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇÀð\8f\81A\ e\ fªc\90ûÏ ßÏ ÏÞ G\ 4ú\7fþ\ 3\10\89ÈÖÏ\11\a\0·¹\14³
+endstream
+endobj
+452 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 917 0 R
+/Name /Im419
+/Width 32
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgÇ~àßÿù\1fäÛ7|\90g~P\ 1ÂrÌ\a\88ÆÿÏÿü\ fÂ
+Bõ\13\95\ 12G"\8e
+endstream
+endobj
+453 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 918 0 R
+/Name /Im420
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ@=\10Wð3\1f(àg<\90ÀÏpà\ 1\83\ 3ü\f  È\98\81\9f\81\81\12Ìüÿ\ f\18KËÔÎV\ 4\0ø.\17\e
+endstream
+endobj
+454 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 919 0 R
+/Name /Im421
+/Width 31
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû?ÿÇ¿ÿ@lÇ|ÀB\8eù\81\ 1\bË3?(àgÿ\90ÀÏ\ 6Äm\1f\1e°÷ý8ÀÞSq\80ýLå\ 1æ;µ\rÌ7l\e\98\7fØ70þ°g`ü \ fÆ\f\1fä\18\18\1eð\81±¼hý\14e\0Q\19$d
+endstream
+endobj
+455 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 920 0 R
+/Name /Im422
+/Width 20
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀþ\8f\81\9f\9fA\86¹Á\82ñ@\ 5ã\83\ 2\86\a\1f\18>`" \14\10Ù0\1f\0ª\94ço\0êbüÁ "Z7E
+\0ÅL\eÏ
+endstream
+endobj
+456 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 921 0 R
+/Name /Im423
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ãÿÿ?\18ø\19j\80Ø\ e\88å\80X\1e\rËAå\80j@jÁêë rü\r\10Ì~\0\13\83ÄåÁzÿÿÿ\ 3Ä\1f\18¤djg+\0\0Õ \e\17
+endstream
+endobj
+457 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 922 0 R
+/Name /Im424
+/Width 10
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fàÿ\ 19\ 6Bð?P\15\97\14^\0òÅ
+:
+endstream
+endobj
+458 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 923 0 R
+/Name /Im425
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccø£Àþ/\81¿ù\81\1cã\ 3\e\86\a\15\f   @ô\ 1\84\18 Hþ\a\b1>¨\0#\eF\90J zöÿ\ f\18þ(\88\8aÖM\91\ 6\0¾\ 6\1cW
+endstream
+endobj
+459 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 924 0 R
+/Name /Im426
+/Width 15
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àx@þÀÿ\ 3\8f\ f0\13\rëÿÕÿã\97©\99-\ e\0\1a\15
+endstream
+endobj
+460 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 925 0 R
+/Name /Im427
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ãÿÿ?\18ø\19j\80X\1e\88ù\eø\19Ø\81\98ù\0\ 43>\80â\ f\ 40T\1dó\ 3\88>\90\19 ³@fÖ\81íøÿÿ\ 1\83\8cLíl%\0@M\1fÿ
+endstream
+endobj
+461 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 926 0 R
+/Name /Im428
+/Width 19
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿áÿÿ\ 6\ 69F : '\ 1C\16\fò?@\bÈ\90\93H\80"\86\ar\f\a@\88ùÀÿÿ $,Z?E\1c\0Z^\19\ 3
+endstream
+endobj
+462 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 927 0 R
+/Name /Im429
+/Width 18
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87áÿ\7f\ 6\ 69f :\80\84\1a\80\82òÿ\19äÿ0È1`Aÿ\ f\80\90\90\14q\0¹È\11ä
+endstream
+endobj
+463 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 928 0 R
+/Name /Im430
+/Width 30
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`f```o@`þ\ 3\b\0\81\r>@pÁ\ f\ 6\86\84
+\b~PÃÀpÀ\ 6\8c\19ÿÿ\83à\ 69\ 6f\ 6~8f\ 3\1a
+Âü\fì\aþ\1f°ÿ\ 3Âr²us\94\0\ fh\1dÉ
+endstream
+endobj
+464 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 929 0 R
+/Name /Im431
+/Width 17
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80áÿ\ 3\ 69\ 6¼\88±\ 1\8a\98Á\88\9dA\8e\9fáÿ\7f\10\12\14­\9f"
+\0¨c\r¦
+endstream
+endobj
+465 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 930 0 R
+/Name /Im432
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃÑ  \80 \14\ 5Ð\eïÃ\1fã- 
\11¸V\90\91Ð\18-#´HÐ\ 2B\ 3Ø\15:p\1abm9V-&k\11\8c7W\81í\17N<³çÀÊæà\vVxxø\85E¿òÎ\91Ã_áaÐJ/pn;§\ f0`\17ä
+endstream
+endobj
+466 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 931 0 R
+/Name /Im433
+/Width 29
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?ÀÀðÿ\a\ 3ã\87\1a\ 6ö\ 3ò\fü\fì\rò@\96\1c\ 3ó\ 1\e\ 6Æ\a5`\19Æ\ f\15\f\f\1f~00üÀ\87Aj`êí\18\98\1f\80Ì\0\99ÅßÀß\02\9bùC\1dØ.\ 6 \9d²rµs\94\ 1\98<+R
+endstream
+endobj
+467 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 932 0 R
+/Name /Im434
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87áÿ\7f\ 6\ 3r\8c\ fä\18\80è\83\1cC\81\1cC\ 56T\0\96}\0RÉ~\0¨ëÿ\1f\ 6QÑú)R\0        \a\16`
+endstream
+endobj
+468 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 933 0 R
+/Name /Im435
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9f\81áÿÿ\a\fü\8c\1f\18ø\19*\80Ø\ 6\88í°`\e\88<H\1dHýÿ\ 6\ 6\ 3@>\90Í\0Â\1f\90ð\ fdlÀÏPcðÿCMÂÿ\ fö\ f\18\18ø\ fÈÈÖÍ\96\a\0ï² L
+endstream
+endobj
+469 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 934 0 R
+/Name /Im436
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgßðϾA\8e\9d\bÄßÀ'ßÀÿý\ 3óó\ f"Bõ\13Å\ 1\b§\11®
+endstream
+endobj
+470 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 935 0 R
+/Name /Im437
+/Width 12
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc`\ 3C> \94c°cøÿàÿ\ 39\ 64h\0\83|      ü\ f\98\ fðHÕÏ\14\0\0÷\18
+3
+endstream
+endobj
+471 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 936 0 R
+/Name /Im438
+/Width 27
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo\7fþÁ\7f \96ãgo\90ãgf\0a~þ6\b\96nc`\9f}\ 6\827\9ea`þø\ 3\82\1fü``|ð\ 1\82\ f\1400\1cH`\90\16ª\9f(\a\0üg\1aH
+endstream
+endobj
+472 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 937 0 R
+/Name /Im439
+/Width 10
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\ 3C\19\ 6\ f\båðÀÿ\aþ\1fà\92m\98Ã\r\0Ì\9e  _
+endstream
+endobj
+473 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 938 0 R
+/Name /Im440
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¡þÁ\7f æg°càg\90\0b\ 3 N\0â\ 3\fü\8c@ÌÜÀÀÏÎÀÀÏ\aÄr@,\ fÄö@\9c\ e\14?\ eÄÍ u\ f \98á\ 3\10ÿ\0â
+ ¶\81b9 \96g\0Úñ\ 1\84edêf+\0\0/\ 4\eõ
+endstream
+endobj
+474 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 939 0 R
+/Name /Im441
+/Width 11
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?\10r37tñ\ 1\0\ 6Ä
+endstream
+endobj
+475 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 940 0 R
+/Name /Im442
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÿ\87AN\8eÁ\82\9d¡\82½¡\80¹á\ 3ó\ 14\ 4\14\ 4J\ 1\15\0\95\ 1\153\7f`\10\12ª\9f(
+\0\14R
+endstream
+endobj
+476 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 941 0 R
+/Name /Im443
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûWÇðï?\83|?\83<{\83\1c\11èÿù\ f@$"T?Q\1c\0\1aT\13S
+endstream
+endobj
+477 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 942 0 R
+/Name /Im444
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷àÿ\aù
+9\ 39\ 6lðÿ\83ÿ\ fx\85ê'
+\0\0\ 4\1c\v\90
+endstream
+endobj
+478 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 943 0 R
+/Name /Im445
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n`\7f~\80ÿï\ 1\eÛ\ 3\16²\r\15r\fpd!Ã`cÃ`ÿ\81Áü\ 1C\ 1\ 3\bÙÿ`°ÿÇ ÿ\9fÁþ\7fC\ 1û\81\a\8c\bTÀÜ`ÃÏ ÿ\8f\81ý\a\83\90Lý$Q\0\16<\1e\ f
+endstream
+endobj
+479 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 944 0 R
+/Name /Im446
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1+km\v\ f\0!\ 2\ 4à
+endstream
+endobj
+480 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Roman
+/Encoding 481 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+481 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+482 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Courier
+/Encoding 483 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+483 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 0 /grave /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /ring /cedilla /hungarumlaut /ogonek /caron /dotlessi 127 /bullet /bullet /bullet /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /bullet /bullet /bullet /bullet /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /bullet /bullet /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+484 0 obj
+<<
+/CreationDate (Fri Sep 21 13:01:33 2001)
+/Producer (PStill 1.55 UNREGISTERED by F.Siegert [email protected])
+/Title (schemes_dvi)
+>>
+endobj
+485 0 obj
+16261
+endobj
+486 0 obj
+132
+endobj
+487 0 obj
+93
+endobj
+488 0 obj
+99
+endobj
+489 0 obj
+30
+endobj
+490 0 obj
+108
+endobj
+491 0 obj
+92
+endobj
+492 0 obj
+93
+endobj
+493 0 obj
+61
+endobj
+494 0 obj
+75
+endobj
+495 0 obj
+150
+endobj
+496 0 obj
+71
+endobj
+497 0 obj
+103
+endobj
+498 0 obj
+77
+endobj
+499 0 obj
+86
+endobj
+500 0 obj
+63
+endobj
+501 0 obj
+66
+endobj
+502 0 obj
+51
+endobj
+503 0 obj
+93
+endobj
+504 0 obj
+81
+endobj
+505 0 obj
+18
+endobj
+506 0 obj
+121
+endobj
+507 0 obj
+87
+endobj
+508 0 obj
+49
+endobj
+509 0 obj
+62
+endobj
+510 0 obj
+62
+endobj
+511 0 obj
+79
+endobj
+512 0 obj
+25
+endobj
+513 0 obj
+58
+endobj
+514 0 obj
+111
+endobj
+515 0 obj
+76
+endobj
+516 0 obj
+77
+endobj
+517 0 obj
+54
+endobj
+518 0 obj
+49
+endobj
+519 0 obj
+71
+endobj
+520 0 obj
+69
+endobj
+521 0 obj
+57
+endobj
+522 0 obj
+61
+endobj
+523 0 obj
+76
+endobj
+524 0 obj
+58
+endobj
+525 0 obj
+28
+endobj
+526 0 obj
+83
+endobj
+527 0 obj
+65
+endobj
+528 0 obj
+51
+endobj
+529 0 obj
+41
+endobj
+530 0 obj
+32
+endobj
+531 0 obj
+33
+endobj
+532 0 obj
+44
+endobj
+533 0 obj
+45
+endobj
+534 0 obj
+27
+endobj
+535 0 obj
+54
+endobj
+536 0 obj
+67
+endobj
+537 0 obj
+85
+endobj
+538 0 obj
+25
+endobj
+539 0 obj
+38
+endobj
+540 0 obj
+59
+endobj
+541 0 obj
+79
+endobj
+542 0 obj
+68
+endobj
+543 0 obj
+93
+endobj
+544 0 obj
+72
+endobj
+545 0 obj
+91
+endobj
+546 0 obj
+48
+endobj
+547 0 obj
+54
+endobj
+548 0 obj
+52
+endobj
+549 0 obj
+74
+endobj
+550 0 obj
+54
+endobj
+551 0 obj
+90
+endobj
+552 0 obj
+71
+endobj
+553 0 obj
+36
+endobj
+554 0 obj
+42
+endobj
+555 0 obj
+60
+endobj
+556 0 obj
+18
+endobj
+557 0 obj
+18
+endobj
+558 0 obj
+69
+endobj
+559 0 obj
+44
+endobj
+560 0 obj
+79
+endobj
+561 0 obj
+54
+endobj
+562 0 obj
+39
+endobj
+563 0 obj
+27
+endobj
+564 0 obj
+50
+endobj
+565 0 obj
+58
+endobj
+566 0 obj
+44
+endobj
+567 0 obj
+68
+endobj
+568 0 obj
+77
+endobj
+569 0 obj
+46
+endobj
+570 0 obj
+82
+endobj
+571 0 obj
+40
+endobj
+572 0 obj
+54
+endobj
+573 0 obj
+33
+endobj
+574 0 obj
+70
+endobj
+575 0 obj
+79
+endobj
+576 0 obj
+72
+endobj
+577 0 obj
+76
+endobj
+578 0 obj
+62
+endobj
+579 0 obj
+109
+endobj
+580 0 obj
+71
+endobj
+581 0 obj
+46
+endobj
+582 0 obj
+62
+endobj
+583 0 obj
+88
+endobj
+584 0 obj
+31
+endobj
+585 0 obj
+79
+endobj
+586 0 obj
+84
+endobj
+587 0 obj
+56
+endobj
+588 0 obj
+32
+endobj
+589 0 obj
+89
+endobj
+590 0 obj
+88
+endobj
+591 0 obj
+61
+endobj
+592 0 obj
+74
+endobj
+593 0 obj
+107
+endobj
+594 0 obj
+100
+endobj
+595 0 obj
+80
+endobj
+596 0 obj
+53
+endobj
+597 0 obj
+59
+endobj
+598 0 obj
+55
+endobj
+599 0 obj
+85
+endobj
+600 0 obj
+61
+endobj
+601 0 obj
+55
+endobj
+602 0 obj
+11
+endobj
+603 0 obj
+28
+endobj
+604 0 obj
+53
+endobj
+605 0 obj
+33
+endobj
+606 0 obj
+32
+endobj
+607 0 obj
+44
+endobj
+608 0 obj
+41
+endobj
+609 0 obj
+30
+endobj
+610 0 obj
+48
+endobj
+611 0 obj
+37
+endobj
+612 0 obj
+62
+endobj
+613 0 obj
+37
+endobj
+614 0 obj
+39
+endobj
+615 0 obj
+39
+endobj
+616 0 obj
+40
+endobj
+617 0 obj
+50
+endobj
+618 0 obj
+34
+endobj
+619 0 obj
+52
+endobj
+620 0 obj
+25
+endobj
+621 0 obj
+55
+endobj
+622 0 obj
+48
+endobj
+623 0 obj
+55
+endobj
+624 0 obj
+70
+endobj
+625 0 obj
+59
+endobj
+626 0 obj
+37
+endobj
+627 0 obj
+51
+endobj
+628 0 obj
+18
+endobj
+629 0 obj
+70
+endobj
+630 0 obj
+52
+endobj
+631 0 obj
+56
+endobj
+632 0 obj
+54
+endobj
+633 0 obj
+27
+endobj
+634 0 obj
+57
+endobj
+635 0 obj
+38
+endobj
+636 0 obj
+63
+endobj
+637 0 obj
+41
+endobj
+638 0 obj
+47
+endobj
+639 0 obj
+81
+endobj
+640 0 obj
+18
+endobj
+641 0 obj
+24
+endobj
+642 0 obj
+53
+endobj
+643 0 obj
+64
+endobj
+644 0 obj
+23
+endobj
+645 0 obj
+66
+endobj
+646 0 obj
+91
+endobj
+647 0 obj
+59
+endobj
+648 0 obj
+41
+endobj
+649 0 obj
+17064
+endobj
+650 0 obj
+55
+endobj
+651 0 obj
+81
+endobj
+652 0 obj
+58
+endobj
+653 0 obj
+23
+endobj
+654 0 obj
+24
+endobj
+655 0 obj
+71
+endobj
+656 0 obj
+90
+endobj
+657 0 obj
+74
+endobj
+658 0 obj
+111
+endobj
+659 0 obj
+77
+endobj
+660 0 obj
+78
+endobj
+661 0 obj
+24
+endobj
+662 0 obj
+86
+endobj
+663 0 obj
+118
+endobj
+664 0 obj
+88
+endobj
+665 0 obj
+85
+endobj
+666 0 obj
+77
+endobj
+667 0 obj
+58
+endobj
+668 0 obj
+68
+endobj
+669 0 obj
+93
+endobj
+670 0 obj
+47
+endobj
+671 0 obj
+75
+endobj
+672 0 obj
+61
+endobj
+673 0 obj
+82
+endobj
+674 0 obj
+45
+endobj
+675 0 obj
+104
+endobj
+676 0 obj
+62
+endobj
+677 0 obj
+85
+endobj
+678 0 obj
+51
+endobj
+679 0 obj
+41
+endobj
+680 0 obj
+58
+endobj
+681 0 obj
+53
+endobj
+682 0 obj
+55
+endobj
+683 0 obj
+59
+endobj
+684 0 obj
+25
+endobj
+685 0 obj
+25
+endobj
+686 0 obj
+16054
+endobj
+687 0 obj
+86
+endobj
+688 0 obj
+51
+endobj
+689 0 obj
+60
+endobj
+690 0 obj
+89
+endobj
+691 0 obj
+54
+endobj
+692 0 obj
+37
+endobj
+693 0 obj
+61
+endobj
+694 0 obj
+24
+endobj
+695 0 obj
+65
+endobj
+696 0 obj
+84
+endobj
+697 0 obj
+66
+endobj
+698 0 obj
+62
+endobj
+699 0 obj
+41
+endobj
+700 0 obj
+51
+endobj
+701 0 obj
+86
+endobj
+702 0 obj
+20
+endobj
+703 0 obj
+112
+endobj
+704 0 obj
+94
+endobj
+705 0 obj
+62
+endobj
+706 0 obj
+49
+endobj
+707 0 obj
+98
+endobj
+708 0 obj
+88
+endobj
+709 0 obj
+64
+endobj
+710 0 obj
+57
+endobj
+711 0 obj
+87
+endobj
+712 0 obj
+40
+endobj
+713 0 obj
+24
+endobj
+714 0 obj
+72
+endobj
+715 0 obj
+56
+endobj
+716 0 obj
+54
+endobj
+717 0 obj
+51
+endobj
+718 0 obj
+46
+endobj
+719 0 obj
+63
+endobj
+720 0 obj
+15693
+endobj
+721 0 obj
+77
+endobj
+722 0 obj
+19
+endobj
+723 0 obj
+36
+endobj
+724 0 obj
+64
+endobj
+725 0 obj
+52
+endobj
+726 0 obj
+64
+endobj
+727 0 obj
+70
+endobj
+728 0 obj
+67
+endobj
+729 0 obj
+37
+endobj
+730 0 obj
+60
+endobj
+731 0 obj
+43
+endobj
+732 0 obj
+105
+endobj
+733 0 obj
+39
+endobj
+734 0 obj
+83
+endobj
+735 0 obj
+102
+endobj
+736 0 obj
+30
+endobj
+737 0 obj
+39
+endobj
+738 0 obj
+39
+endobj
+739 0 obj
+68
+endobj
+740 0 obj
+92
+endobj
+741 0 obj
+59
+endobj
+742 0 obj
+52
+endobj
+743 0 obj
+67
+endobj
+744 0 obj
+18
+endobj
+745 0 obj
+66
+endobj
+746 0 obj
+40
+endobj
+747 0 obj
+50
+endobj
+748 0 obj
+94
+endobj
+749 0 obj
+49
+endobj
+750 0 obj
+40
+endobj
+751 0 obj
+39
+endobj
+752 0 obj
+42
+endobj
+753 0 obj
+61
+endobj
+754 0 obj
+54
+endobj
+755 0 obj
+40
+endobj
+756 0 obj
+18622
+endobj
+757 0 obj
+90
+endobj
+758 0 obj
+24
+endobj
+759 0 obj
+51
+endobj
+760 0 obj
+63
+endobj
+761 0 obj
+62
+endobj
+762 0 obj
+15120
+endobj
+763 0 obj
+107
+endobj
+764 0 obj
+44
+endobj
+765 0 obj
+47
+endobj
+766 0 obj
+46
+endobj
+767 0 obj
+27
+endobj
+768 0 obj
+49
+endobj
+769 0 obj
+109
+endobj
+770 0 obj
+95
+endobj
+771 0 obj
+88
+endobj
+772 0 obj
+94
+endobj
+773 0 obj
+67
+endobj
+774 0 obj
+58
+endobj
+775 0 obj
+47
+endobj
+776 0 obj
+99
+endobj
+777 0 obj
+88
+endobj
+778 0 obj
+86
+endobj
+779 0 obj
+50
+endobj
+780 0 obj
+68
+endobj
+781 0 obj
+29
+endobj
+782 0 obj
+56
+endobj
+783 0 obj
+59
+endobj
+784 0 obj
+42
+endobj
+785 0 obj
+107
+endobj
+786 0 obj
+86
+endobj
+787 0 obj
+65
+endobj
+788 0 obj
+52
+endobj
+789 0 obj
+45
+endobj
+790 0 obj
+44
+endobj
+791 0 obj
+25
+endobj
+792 0 obj
+61
+endobj
+793 0 obj
+55
+endobj
+794 0 obj
+72
+endobj
+795 0 obj
+96
+endobj
+796 0 obj
+42
+endobj
+797 0 obj
+16471
+endobj
+798 0 obj
+89
+endobj
+799 0 obj
+21
+endobj
+800 0 obj
+43
+endobj
+801 0 obj
+39
+endobj
+802 0 obj
+37
+endobj
+803 0 obj
+46
+endobj
+804 0 obj
+14284
+endobj
+805 0 obj
+76
+endobj
+806 0 obj
+119
+endobj
+807 0 obj
+46
+endobj
+808 0 obj
+74
+endobj
+809 0 obj
+83
+endobj
+810 0 obj
+94
+endobj
+811 0 obj
+43
+endobj
+812 0 obj
+64
+endobj
+813 0 obj
+81
+endobj
+814 0 obj
+36
+endobj
+815 0 obj
+50
+endobj
+816 0 obj
+14705
+endobj
+817 0 obj
+91
+endobj
+818 0 obj
+105
+endobj
+819 0 obj
+14190
+endobj
+820 0 obj
+118
+endobj
+821 0 obj
+115
+endobj
+822 0 obj
+72
+endobj
+823 0 obj
+9945
+endobj
+824 0 obj
+111
+endobj
+825 0 obj
+123
+endobj
+826 0 obj
+89
+endobj
+827 0 obj
+111
+endobj
+828 0 obj
+45
+endobj
+829 0 obj
+89
+endobj
+830 0 obj
+107
+endobj
+831 0 obj
+13565
+endobj
+832 0 obj
+20
+endobj
+833 0 obj
+20
+endobj
+834 0 obj
+42
+endobj
+835 0 obj
+85
+endobj
+836 0 obj
+77
+endobj
+837 0 obj
+81
+endobj
+838 0 obj
+99
+endobj
+839 0 obj
+128
+endobj
+840 0 obj
+47
+endobj
+841 0 obj
+53
+endobj
+842 0 obj
+63
+endobj
+843 0 obj
+44
+endobj
+844 0 obj
+60
+endobj
+845 0 obj
+59
+endobj
+846 0 obj
+60
+endobj
+847 0 obj
+46
+endobj
+848 0 obj
+43
+endobj
+849 0 obj
+74
+endobj
+850 0 obj
+78
+endobj
+851 0 obj
+47
+endobj
+852 0 obj
+90
+endobj
+853 0 obj
+50
+endobj
+854 0 obj
+19
+endobj
+855 0 obj
+48
+endobj
+856 0 obj
+72
+endobj
+857 0 obj
+44
+endobj
+858 0 obj
+68
+endobj
+859 0 obj
+90
+endobj
+860 0 obj
+61
+endobj
+861 0 obj
+25
+endobj
+862 0 obj
+87
+endobj
+863 0 obj
+63
+endobj
+864 0 obj
+94
+endobj
+865 0 obj
+18
+endobj
+866 0 obj
+67
+endobj
+867 0 obj
+63
+endobj
+868 0 obj
+65
+endobj
+869 0 obj
+78
+endobj
+870 0 obj
+89
+endobj
+871 0 obj
+27
+endobj
+872 0 obj
+70
+endobj
+873 0 obj
+116
+endobj
+874 0 obj
+118
+endobj
+875 0 obj
+68
+endobj
+876 0 obj
+84
+endobj
+877 0 obj
+83
+endobj
+878 0 obj
+88
+endobj
+879 0 obj
+11625
+endobj
+880 0 obj
+105
+endobj
+881 0 obj
+84
+endobj
+882 0 obj
+107
+endobj
+883 0 obj
+86
+endobj
+884 0 obj
+65
+endobj
+885 0 obj
+67
+endobj
+886 0 obj
+20
+endobj
+887 0 obj
+144
+endobj
+888 0 obj
+142
+endobj
+889 0 obj
+194
+endobj
+890 0 obj
+90
+endobj
+891 0 obj
+151
+endobj
+892 0 obj
+100
+endobj
+893 0 obj
+121
+endobj
+894 0 obj
+67
+endobj
+895 0 obj
+53
+endobj
+896 0 obj
+24
+endobj
+897 0 obj
+69
+endobj
+898 0 obj
+74
+endobj
+899 0 obj
+60
+endobj
+900 0 obj
+62
+endobj
+901 0 obj
+55
+endobj
+902 0 obj
+63
+endobj
+903 0 obj
+30
+endobj
+904 0 obj
+26
+endobj
+905 0 obj
+41
+endobj
+906 0 obj
+67
+endobj
+907 0 obj
+60
+endobj
+908 0 obj
+53
+endobj
+909 0 obj
+60
+endobj
+910 0 obj
+56
+endobj
+911 0 obj
+45
+endobj
+912 0 obj
+23
+endobj
+913 0 obj
+4464
+endobj
+914 0 obj
+52
+endobj
+915 0 obj
+41
+endobj
+916 0 obj
+41
+endobj
+917 0 obj
+42
+endobj
+918 0 obj
+53
+endobj
+919 0 obj
+87
+endobj
+920 0 obj
+56
+endobj
+921 0 obj
+65
+endobj
+922 0 obj
+24
+endobj
+923 0 obj
+59
+endobj
+924 0 obj
+31
+endobj
+925 0 obj
+65
+endobj
+926 0 obj
+55
+endobj
+927 0 obj
+45
+endobj
+928 0 obj
+74
+endobj
+929 0 obj
+38
+endobj
+930 0 obj
+89
+endobj
+931 0 obj
+86
+endobj
+932 0 obj
+51
+endobj
+933 0 obj
+78
+endobj
+934 0 obj
+34
+endobj
+935 0 obj
+41
+endobj
+936 0 obj
+65
+endobj
+937 0 obj
+31
+endobj
+938 0 obj
+89
+endobj
+939 0 obj
+18
+endobj
+940 0 obj
+49
+endobj
+941 0 obj
+33
+endobj
+942 0 obj
+32
+endobj
+943 0 obj
+80
+endobj
+944 0 obj
+18
+endobj
+xref
+0 945
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000348 00000 n 
+0000000387 00000 n 
+0000000409 00000 n 
+0000032501 00000 n 
+0000048838 00000 n 
+0000049159 00000 n 
+0000049441 00000 n 
+0000049730 00000 n 
+0000049950 00000 n 
+0000050248 00000 n 
+0000050530 00000 n 
+0000050813 00000 n 
+0000051064 00000 n 
+0000051329 00000 n 
+0000051670 00000 n 
+0000051932 00000 n 
+0000052226 00000 n 
+0000052494 00000 n 
+0000052771 00000 n 
+0000053025 00000 n 
+0000053282 00000 n 
+0000053524 00000 n 
+0000053808 00000 n 
+0000054080 00000 n 
+0000054287 00000 n 
+0000054599 00000 n 
+0000054877 00000 n 
+0000055117 00000 n 
+0000055370 00000 n 
+0000055623 00000 n 
+0000055893 00000 n 
+0000056108 00000 n 
+0000056357 00000 n 
+0000056659 00000 n 
+0000056926 00000 n 
+0000057194 00000 n 
+0000057439 00000 n 
+0000057679 00000 n 
+0000057941 00000 n 
+0000058201 00000 n 
+0000058449 00000 n 
+0000058701 00000 n 
+0000058968 00000 n 
+0000059217 00000 n 
+0000059436 00000 n 
+0000059710 00000 n 
+0000059966 00000 n 
+0000060208 00000 n 
+0000060440 00000 n 
+0000060663 00000 n 
+0000060887 00000 n 
+0000061122 00000 n 
+0000061358 00000 n 
+0000061575 00000 n 
+0000061820 00000 n 
+0000062078 00000 n 
+0000062354 00000 n 
+0000062570 00000 n 
+0000062799 00000 n 
+0000063049 00000 n 
+0000063319 00000 n 
+0000063578 00000 n 
+0000063862 00000 n 
+0000064125 00000 n 
+0000064407 00000 n 
+0000064646 00000 n 
+0000064891 00000 n 
+0000065134 00000 n 
+0000065399 00000 n 
+0000065644 00000 n 
+0000065925 00000 n 
+0000066187 00000 n 
+0000066414 00000 n 
+0000066647 00000 n 
+0000066898 00000 n 
+0000067106 00000 n 
+0000067313 00000 n 
+0000067573 00000 n 
+0000067808 00000 n 
+0000068078 00000 n 
+0000068323 00000 n 
+0000068553 00000 n 
+0000068771 00000 n 
+0000069012 00000 n 
+0000069261 00000 n 
+0000069496 00000 n 
+0000069755 00000 n 
+0000070023 00000 n 
+0000070260 00000 n 
+0000070533 00000 n 
+0000070764 00000 n 
+0000071009 00000 n 
+0000071233 00000 n 
+0000071494 00000 n 
+0000071764 00000 n 
+0000072027 00000 n 
+0000072294 00000 n 
+0000072548 00000 n 
+0000072849 00000 n 
+0000073112 00000 n 
+0000073350 00000 n 
+0000073604 00000 n 
+0000073884 00000 n 
+0000074107 00000 n 
+0000074379 00000 n 
+0000074656 00000 n 
+0000074905 00000 n 
+0000075129 00000 n 
+0000075411 00000 n 
+0000075692 00000 n 
+0000075946 00000 n 
+0000076213 00000 n 
+0000076513 00000 n 
+0000076806 00000 n 
+0000077079 00000 n 
+0000077325 00000 n 
+0000077577 00000 n 
+0000077825 00000 n 
+0000078103 00000 n 
+0000078357 00000 n 
+0000078605 00000 n 
+0000078793 00000 n 
+0000079013 00000 n 
+0000079259 00000 n 
+0000079485 00000 n 
+0000079709 00000 n 
+0000079946 00000 n 
+0000080180 00000 n 
+0000080403 00000 n 
+0000080644 00000 n 
+0000080874 00000 n 
+0000081129 00000 n 
+0000081359 00000 n 
+0000081591 00000 n 
+0000081823 00000 n 
+0000082056 00000 n 
+0000082299 00000 n 
+0000082526 00000 n 
+0000082771 00000 n 
+0000082988 00000 n 
+0000083236 00000 n 
+0000083477 00000 n 
+0000083725 00000 n 
+0000083988 00000 n 
+0000084240 00000 n 
+0000084470 00000 n 
+0000084714 00000 n 
+0000084923 00000 n 
+0000085186 00000 n 
+0000085431 00000 n 
+0000085680 00000 n 
+0000085927 00000 n 
+0000086147 00000 n 
+0000086397 00000 n 
+0000086628 00000 n 
+0000086884 00000 n 
+0000087118 00000 n 
+0000087358 00000 n 
+0000087632 00000 n 
+0000087842 00000 n 
+0000088058 00000 n 
+0000088304 00000 n 
+0000088561 00000 n 
+0000088776 00000 n 
+0000089035 00000 n 
+0000089319 00000 n 
+0000089571 00000 n 
+0000089805 00000 n 
+0000123661 00000 n 
+0000140803 00000 n 
+0000141051 00000 n 
+0000141325 00000 n 
+0000141576 00000 n 
+0000141791 00000 n 
+0000142008 00000 n 
+0000142272 00000 n 
+0000142555 00000 n 
+0000142822 00000 n 
+0000143126 00000 n 
+0000143396 00000 n 
+0000143667 00000 n 
+0000143884 00000 n 
+0000144163 00000 n 
+0000144474 00000 n 
+0000144755 00000 n 
+0000145033 00000 n 
+0000145303 00000 n 
+0000145554 00000 n 
+0000145815 00000 n 
+0000146101 00000 n 
+0000146341 00000 n 
+0000146609 00000 n 
+0000146863 00000 n 
+0000147138 00000 n 
+0000147376 00000 n 
+0000147673 00000 n 
+0000147928 00000 n 
+0000148206 00000 n 
+0000148450 00000 n 
+0000148684 00000 n 
+0000148935 00000 n 
+0000149181 00000 n 
+0000149429 00000 n 
+0000149681 00000 n 
+0000149898 00000 n 
+0000150115 00000 n 
+0000181871 00000 n 
+0000198003 00000 n 
+0000198282 00000 n 
+0000198526 00000 n 
+0000198779 00000 n 
+0000199061 00000 n 
+0000199308 00000 n 
+0000199538 00000 n 
+0000199792 00000 n 
+0000200009 00000 n 
+0000200267 00000 n 
+0000200544 00000 n 
+0000200803 00000 n 
+0000201058 00000 n 
+0000201292 00000 n 
+0000201536 00000 n 
+0000201815 00000 n 
+0000202027 00000 n 
+0000202332 00000 n 
+0000202619 00000 n 
+0000202874 00000 n 
+0000203116 00000 n 
+0000203407 00000 n 
+0000203688 00000 n 
+0000203945 00000 n 
+0000204195 00000 n 
+0000204475 00000 n 
+0000204708 00000 n 
+0000204925 00000 n 
+0000205190 00000 n 
+0000205439 00000 n 
+0000205686 00000 n 
+0000205930 00000 n 
+0000206169 00000 n 
+0000206425 00000 n 
+0000237005 00000 n 
+0000252776 00000 n 
+0000253046 00000 n 
+0000253256 00000 n 
+0000253485 00000 n 
+0000253742 00000 n 
+0000253987 00000 n 
+0000254244 00000 n 
+0000254507 00000 n 
+0000254767 00000 n 
+0000254997 00000 n 
+0000255250 00000 n 
+0000255486 00000 n 
+0000255784 00000 n 
+0000256016 00000 n 
+0000256292 00000 n 
+0000256587 00000 n 
+0000256810 00000 n 
+0000257042 00000 n 
+0000257274 00000 n 
+0000257535 00000 n 
+0000257820 00000 n 
+0000258072 00000 n 
+0000258317 00000 n 
+0000258577 00000 n 
+0000258787 00000 n 
+0000259046 00000 n 
+0000259279 00000 n 
+0000259522 00000 n 
+0000259809 00000 n 
+0000260051 00000 n 
+0000260284 00000 n 
+0000260516 00000 n 
+0000260751 00000 n 
+0000261005 00000 n 
+0000261252 00000 n 
+0000261485 00000 n 
+0000299896 00000 n 
+0000318596 00000 n 
+0000318879 00000 n 
+0000319096 00000 n 
+0000319340 00000 n 
+0000319596 00000 n 
+0000319851 00000 n 
+0000349831 00000 n 
+0000365029 00000 n 
+0000365329 00000 n 
+0000365566 00000 n 
+0000365806 00000 n 
+0000366045 00000 n 
+0000366264 00000 n 
+0000366506 00000 n 
+0000366808 00000 n 
+0000367096 00000 n 
+0000367377 00000 n 
+0000367664 00000 n 
+0000367924 00000 n 
+0000368175 00000 n 
+0000368415 00000 n 
+0000368707 00000 n 
+0000368988 00000 n 
+0000369267 00000 n 
+0000369510 00000 n 
+0000369771 00000 n 
+0000369993 00000 n 
+0000370242 00000 n 
+0000370494 00000 n 
+0000370729 00000 n 
+0000371029 00000 n 
+0000371308 00000 n 
+0000371566 00000 n 
+0000371811 00000 n 
+0000372049 00000 n 
+0000372286 00000 n 
+0000372504 00000 n 
+0000372758 00000 n 
+0000373006 00000 n 
+0000373271 00000 n 
+0000373560 00000 n 
+0000373795 00000 n 
+0000406524 00000 n 
+0000423073 00000 n 
+0000423355 00000 n 
+0000423568 00000 n 
+0000423804 00000 n 
+0000424036 00000 n 
+0000424266 00000 n 
+0000424505 00000 n 
+0000452714 00000 n 
+0000467076 00000 n 
+0000467345 00000 n 
+0000467657 00000 n 
+0000467896 00000 n 
+0000468163 00000 n 
+0000468439 00000 n 
+0000468726 00000 n 
+0000468962 00000 n 
+0000469219 00000 n 
+0000469493 00000 n 
+0000469722 00000 n 
+0000469965 00000 n 
+0000488467 00000 n 
+0000503250 00000 n 
+0000503534 00000 n 
+0000503832 00000 n 
+0000521670 00000 n 
+0000535938 00000 n 
+0000536249 00000 n 
+0000536557 00000 n 
+0000536822 00000 n 
+0000553490 00000 n 
+0000563513 00000 n 
+0000563817 00000 n 
+0000564133 00000 n 
+0000564415 00000 n 
+0000564719 00000 n 
+0000564957 00000 n 
+0000565239 00000 n 
+0000565539 00000 n 
+0000591077 00000 n 
+0000604720 00000 n 
+0000604932 00000 n 
+0000605144 00000 n 
+0000605379 00000 n 
+0000605657 00000 n 
+0000605927 00000 n 
+0000606201 00000 n 
+0000606493 00000 n 
+0000606814 00000 n 
+0000607054 00000 n 
+0000607300 00000 n 
+0000607556 00000 n 
+0000607793 00000 n 
+0000608046 00000 n 
+0000608298 00000 n 
+0000608551 00000 n 
+0000608790 00000 n 
+0000609026 00000 n 
+0000609293 00000 n 
+0000609564 00000 n 
+0000609804 00000 n 
+0000610087 00000 n 
+0000610330 00000 n 
+0000610541 00000 n 
+0000610782 00000 n 
+0000611047 00000 n 
+0000611284 00000 n 
+0000611545 00000 n 
+0000611828 00000 n 
+0000612082 00000 n 
+0000612299 00000 n 
+0000612579 00000 n 
+0000612835 00000 n 
+0000613122 00000 n 
+0000613331 00000 n 
+0000613591 00000 n 
+0000613847 00000 n 
+0000614105 00000 n 
+0000614376 00000 n 
+0000614658 00000 n 
+0000614877 00000 n 
+0000615140 00000 n 
+0000615449 00000 n 
+0000615760 00000 n 
+0000616021 00000 n 
+0000616298 00000 n 
+0000616574 00000 n 
+0000616855 00000 n 
+0000639172 00000 n 
+0000650875 00000 n 
+0000651173 00000 n 
+0000651450 00000 n 
+0000651750 00000 n 
+0000652029 00000 n 
+0000652287 00000 n 
+0000652547 00000 n 
+0000652759 00000 n 
+0000653096 00000 n 
+0000653431 00000 n 
+0000653818 00000 n 
+0000654101 00000 n 
+0000654445 00000 n 
+0000654738 00000 n 
+0000655052 00000 n 
+0000655312 00000 n 
+0000655558 00000 n 
+0000655775 00000 n 
+0000656037 00000 n 
+0000656304 00000 n 
+0000656557 00000 n 
+0000656812 00000 n 
+0000657060 00000 n 
+0000657316 00000 n 
+0000657539 00000 n 
+0000657757 00000 n 
+0000657991 00000 n 
+0000658251 00000 n 
+0000658504 00000 n 
+0000658750 00000 n 
+0000659003 00000 n 
+0000659252 00000 n 
+0000659490 00000 n 
+0000659705 00000 n 
+0000670205 00000 n 
+0000674747 00000 n 
+0000674992 00000 n 
+0000675226 00000 n 
+0000675460 00000 n 
+0000675695 00000 n 
+0000675941 00000 n 
+0000676221 00000 n 
+0000676470 00000 n 
+0000676728 00000 n 
+0000676945 00000 n 
+0000677197 00000 n 
+0000677421 00000 n 
+0000677679 00000 n 
+0000677927 00000 n 
+0000678165 00000 n 
+0000678432 00000 n 
+0000678663 00000 n 
+0000678945 00000 n 
+0000679224 00000 n 
+0000679468 00000 n 
+0000679739 00000 n 
+0000679966 00000 n 
+0000680200 00000 n 
+0000680458 00000 n 
+0000680682 00000 n 
+0000680964 00000 n 
+0000681174 00000 n 
+0000681416 00000 n 
+0000681642 00000 n 
+0000681867 00000 n 
+0000682140 00000 n 
+0000682349 00000 n 
+0000682478 00000 n 
+0000683805 00000 n 
+0000683930 00000 n 
+0000685378 00000 n 
+0000685528 00000 n 
+0000685551 00000 n 
+0000685572 00000 n 
+0000685592 00000 n 
+0000685612 00000 n 
+0000685632 00000 n 
+0000685653 00000 n 
+0000685673 00000 n 
+0000685693 00000 n 
+0000685713 00000 n 
+0000685733 00000 n 
+0000685754 00000 n 
+0000685774 00000 n 
+0000685795 00000 n 
+0000685815 00000 n 
+0000685835 00000 n 
+0000685855 00000 n 
+0000685875 00000 n 
+0000685895 00000 n 
+0000685915 00000 n 
+0000685935 00000 n 
+0000685955 00000 n 
+0000685976 00000 n 
+0000685996 00000 n 
+0000686016 00000 n 
+0000686036 00000 n 
+0000686056 00000 n 
+0000686076 00000 n 
+0000686096 00000 n 
+0000686116 00000 n 
+0000686137 00000 n 
+0000686157 00000 n 
+0000686177 00000 n 
+0000686197 00000 n 
+0000686217 00000 n 
+0000686237 00000 n 
+0000686257 00000 n 
+0000686277 00000 n 
+0000686297 00000 n 
+0000686317 00000 n 
+0000686337 00000 n 
+0000686357 00000 n 
+0000686377 00000 n 
+0000686397 00000 n 
+0000686417 00000 n 
+0000686437 00000 n 
+0000686457 00000 n 
+0000686477 00000 n 
+0000686497 00000 n 
+0000686517 00000 n 
+0000686537 00000 n 
+0000686557 00000 n 
+0000686577 00000 n 
+0000686597 00000 n 
+0000686617 00000 n 
+0000686637 00000 n 
+0000686657 00000 n 
+0000686677 00000 n 
+0000686697 00000 n 
+0000686717 00000 n 
+0000686737 00000 n 
+0000686757 00000 n 
+0000686777 00000 n 
+0000686797 00000 n 
+0000686817 00000 n 
+0000686837 00000 n 
+0000686857 00000 n 
+0000686877 00000 n 
+0000686897 00000 n 
+0000686917 00000 n 
+0000686937 00000 n 
+0000686957 00000 n 
+0000686977 00000 n 
+0000686997 00000 n 
+0000687017 00000 n 
+0000687037 00000 n 
+0000687057 00000 n 
+0000687077 00000 n 
+0000687097 00000 n 
+0000687117 00000 n 
+0000687137 00000 n 
+0000687157 00000 n 
+0000687177 00000 n 
+0000687197 00000 n 
+0000687217 00000 n 
+0000687237 00000 n 
+0000687257 00000 n 
+0000687277 00000 n 
+0000687297 00000 n 
+0000687317 00000 n 
+0000687337 00000 n 
+0000687357 00000 n 
+0000687377 00000 n 
+0000687397 00000 n 
+0000687417 00000 n 
+0000687438 00000 n 
+0000687458 00000 n 
+0000687478 00000 n 
+0000687498 00000 n 
+0000687518 00000 n 
+0000687538 00000 n 
+0000687558 00000 n 
+0000687578 00000 n 
+0000687598 00000 n 
+0000687618 00000 n 
+0000687638 00000 n 
+0000687658 00000 n 
+0000687678 00000 n 
+0000687698 00000 n 
+0000687719 00000 n 
+0000687740 00000 n 
+0000687760 00000 n 
+0000687780 00000 n 
+0000687800 00000 n 
+0000687820 00000 n 
+0000687840 00000 n 
+0000687860 00000 n 
+0000687880 00000 n 
+0000687900 00000 n 
+0000687920 00000 n 
+0000687940 00000 n 
+0000687960 00000 n 
+0000687980 00000 n 
+0000688000 00000 n 
+0000688020 00000 n 
+0000688040 00000 n 
+0000688060 00000 n 
+0000688080 00000 n 
+0000688100 00000 n 
+0000688120 00000 n 
+0000688140 00000 n 
+0000688160 00000 n 
+0000688180 00000 n 
+0000688200 00000 n 
+0000688220 00000 n 
+0000688240 00000 n 
+0000688260 00000 n 
+0000688280 00000 n 
+0000688300 00000 n 
+0000688320 00000 n 
+0000688340 00000 n 
+0000688360 00000 n 
+0000688380 00000 n 
+0000688400 00000 n 
+0000688420 00000 n 
+0000688440 00000 n 
+0000688460 00000 n 
+0000688480 00000 n 
+0000688500 00000 n 
+0000688520 00000 n 
+0000688540 00000 n 
+0000688560 00000 n 
+0000688580 00000 n 
+0000688600 00000 n 
+0000688620 00000 n 
+0000688640 00000 n 
+0000688660 00000 n 
+0000688680 00000 n 
+0000688700 00000 n 
+0000688720 00000 n 
+0000688740 00000 n 
+0000688760 00000 n 
+0000688780 00000 n 
+0000688800 00000 n 
+0000688820 00000 n 
+0000688843 00000 n 
+0000688863 00000 n 
+0000688883 00000 n 
+0000688903 00000 n 
+0000688923 00000 n 
+0000688943 00000 n 
+0000688963 00000 n 
+0000688983 00000 n 
+0000689003 00000 n 
+0000689024 00000 n 
+0000689044 00000 n 
+0000689064 00000 n 
+0000689084 00000 n 
+0000689104 00000 n 
+0000689125 00000 n 
+0000689145 00000 n 
+0000689165 00000 n 
+0000689185 00000 n 
+0000689205 00000 n 
+0000689225 00000 n 
+0000689245 00000 n 
+0000689265 00000 n 
+0000689285 00000 n 
+0000689305 00000 n 
+0000689325 00000 n 
+0000689345 00000 n 
+0000689366 00000 n 
+0000689386 00000 n 
+0000689406 00000 n 
+0000689426 00000 n 
+0000689446 00000 n 
+0000689466 00000 n 
+0000689486 00000 n 
+0000689506 00000 n 
+0000689526 00000 n 
+0000689546 00000 n 
+0000689566 00000 n 
+0000689589 00000 n 
+0000689609 00000 n 
+0000689629 00000 n 
+0000689649 00000 n 
+0000689669 00000 n 
+0000689689 00000 n 
+0000689709 00000 n 
+0000689729 00000 n 
+0000689749 00000 n 
+0000689769 00000 n 
+0000689789 00000 n 
+0000689809 00000 n 
+0000689829 00000 n 
+0000689849 00000 n 
+0000689869 00000 n 
+0000689889 00000 n 
+0000689909 00000 n 
+0000689930 00000 n 
+0000689950 00000 n 
+0000689970 00000 n 
+0000689990 00000 n 
+0000690010 00000 n 
+0000690030 00000 n 
+0000690050 00000 n 
+0000690070 00000 n 
+0000690090 00000 n 
+0000690110 00000 n 
+0000690130 00000 n 
+0000690150 00000 n 
+0000690170 00000 n 
+0000690190 00000 n 
+0000690210 00000 n 
+0000690230 00000 n 
+0000690250 00000 n 
+0000690273 00000 n 
+0000690293 00000 n 
+0000690313 00000 n 
+0000690333 00000 n 
+0000690353 00000 n 
+0000690373 00000 n 
+0000690393 00000 n 
+0000690413 00000 n 
+0000690433 00000 n 
+0000690453 00000 n 
+0000690473 00000 n 
+0000690493 00000 n 
+0000690514 00000 n 
+0000690534 00000 n 
+0000690554 00000 n 
+0000690575 00000 n 
+0000690595 00000 n 
+0000690615 00000 n 
+0000690635 00000 n 
+0000690655 00000 n 
+0000690675 00000 n 
+0000690695 00000 n 
+0000690715 00000 n 
+0000690735 00000 n 
+0000690755 00000 n 
+0000690775 00000 n 
+0000690795 00000 n 
+0000690815 00000 n 
+0000690835 00000 n 
+0000690855 00000 n 
+0000690875 00000 n 
+0000690895 00000 n 
+0000690915 00000 n 
+0000690935 00000 n 
+0000690955 00000 n 
+0000690975 00000 n 
+0000690998 00000 n 
+0000691018 00000 n 
+0000691038 00000 n 
+0000691058 00000 n 
+0000691078 00000 n 
+0000691098 00000 n 
+0000691121 00000 n 
+0000691142 00000 n 
+0000691162 00000 n 
+0000691182 00000 n 
+0000691202 00000 n 
+0000691222 00000 n 
+0000691242 00000 n 
+0000691263 00000 n 
+0000691283 00000 n 
+0000691303 00000 n 
+0000691323 00000 n 
+0000691343 00000 n 
+0000691363 00000 n 
+0000691383 00000 n 
+0000691403 00000 n 
+0000691423 00000 n 
+0000691443 00000 n 
+0000691463 00000 n 
+0000691483 00000 n 
+0000691503 00000 n 
+0000691523 00000 n 
+0000691543 00000 n 
+0000691563 00000 n 
+0000691584 00000 n 
+0000691604 00000 n 
+0000691624 00000 n 
+0000691644 00000 n 
+0000691664 00000 n 
+0000691684 00000 n 
+0000691704 00000 n 
+0000691724 00000 n 
+0000691744 00000 n 
+0000691764 00000 n 
+0000691784 00000 n 
+0000691804 00000 n 
+0000691827 00000 n 
+0000691847 00000 n 
+0000691867 00000 n 
+0000691887 00000 n 
+0000691907 00000 n 
+0000691927 00000 n 
+0000691947 00000 n 
+0000691970 00000 n 
+0000691990 00000 n 
+0000692011 00000 n 
+0000692031 00000 n 
+0000692051 00000 n 
+0000692071 00000 n 
+0000692091 00000 n 
+0000692111 00000 n 
+0000692131 00000 n 
+0000692151 00000 n 
+0000692171 00000 n 
+0000692191 00000 n 
+0000692214 00000 n 
+0000692234 00000 n 
+0000692255 00000 n 
+0000692278 00000 n 
+0000692299 00000 n 
+0000692320 00000 n 
+0000692340 00000 n 
+0000692362 00000 n 
+0000692383 00000 n 
+0000692404 00000 n 
+0000692424 00000 n 
+0000692445 00000 n 
+0000692465 00000 n 
+0000692485 00000 n 
+0000692506 00000 n 
+0000692529 00000 n 
+0000692549 00000 n 
+0000692569 00000 n 
+0000692589 00000 n 
+0000692609 00000 n 
+0000692629 00000 n 
+0000692649 00000 n 
+0000692669 00000 n 
+0000692690 00000 n 
+0000692710 00000 n 
+0000692730 00000 n 
+0000692750 00000 n 
+0000692770 00000 n 
+0000692790 00000 n 
+0000692810 00000 n 
+0000692830 00000 n 
+0000692850 00000 n 
+0000692870 00000 n 
+0000692890 00000 n 
+0000692910 00000 n 
+0000692930 00000 n 
+0000692950 00000 n 
+0000692970 00000 n 
+0000692990 00000 n 
+0000693010 00000 n 
+0000693030 00000 n 
+0000693050 00000 n 
+0000693070 00000 n 
+0000693090 00000 n 
+0000693110 00000 n 
+0000693130 00000 n 
+0000693150 00000 n 
+0000693170 00000 n 
+0000693190 00000 n 
+0000693210 00000 n 
+0000693230 00000 n 
+0000693250 00000 n 
+0000693270 00000 n 
+0000693290 00000 n 
+0000693310 00000 n 
+0000693330 00000 n 
+0000693350 00000 n 
+0000693371 00000 n 
+0000693392 00000 n 
+0000693412 00000 n 
+0000693432 00000 n 
+0000693452 00000 n 
+0000693472 00000 n 
+0000693495 00000 n 
+0000693516 00000 n 
+0000693536 00000 n 
+0000693557 00000 n 
+0000693577 00000 n 
+0000693597 00000 n 
+0000693617 00000 n 
+0000693637 00000 n 
+0000693658 00000 n 
+0000693679 00000 n 
+0000693700 00000 n 
+0000693720 00000 n 
+0000693741 00000 n 
+0000693762 00000 n 
+0000693783 00000 n 
+0000693803 00000 n 
+0000693823 00000 n 
+0000693843 00000 n 
+0000693863 00000 n 
+0000693883 00000 n 
+0000693903 00000 n 
+0000693923 00000 n 
+0000693943 00000 n 
+0000693963 00000 n 
+0000693983 00000 n 
+0000694003 00000 n 
+0000694023 00000 n 
+0000694043 00000 n 
+0000694063 00000 n 
+0000694083 00000 n 
+0000694103 00000 n 
+0000694123 00000 n 
+0000694143 00000 n 
+0000694163 00000 n 
+0000694185 00000 n 
+0000694205 00000 n 
+0000694225 00000 n 
+0000694245 00000 n 
+0000694265 00000 n 
+0000694285 00000 n 
+0000694305 00000 n 
+0000694325 00000 n 
+0000694345 00000 n 
+0000694365 00000 n 
+0000694385 00000 n 
+0000694405 00000 n 
+0000694425 00000 n 
+0000694445 00000 n 
+0000694465 00000 n 
+0000694485 00000 n 
+0000694505 00000 n 
+0000694525 00000 n 
+0000694545 00000 n 
+0000694565 00000 n 
+0000694585 00000 n 
+0000694605 00000 n 
+0000694625 00000 n 
+0000694645 00000 n 
+0000694665 00000 n 
+0000694685 00000 n 
+0000694705 00000 n 
+0000694725 00000 n 
+0000694745 00000 n 
+0000694765 00000 n 
+0000694785 00000 n 
+trailer
+<<
+/Size 945
+/Root 1 0 R
+/Info 484 0 R
+>>
+startxref
+694805
+%%EOF
diff --git a/misc/Are there pratical alternatives to alpha beta search.pdf b/misc/Are there pratical alternatives to alpha beta search.pdf
new file mode 100644 (file)
index 0000000..50c1de1
--- /dev/null
@@ -0,0 +1,14426 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 612 792 ]
+/Count 18
+/Kids [ 6 0 R 207 0 R 281 0 R 329 0 R 370 0 R 398 0 R 430 0 R 438 0 R 444 0 R 458 0 R 466 0 R 473 0 R 495 0 R 498 0 R 509 0 R 532 0 R 542 0 R 590 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im1 8 0 R /Im2 9 0 R /Im3 10 0 R /Im4 11 0 R /Im5 12 0 R /Im3 10 0 R /Im2 9 0 R /Im3 10 0 R /Im6 13 0 R /Im2 9 0 R /Im7 14 0 R /Im8 15 0 R /Im9 16 0 R /Im10 17 0 R /Im8 15 0 R /Im7 14 0 R /Im11 18 0 R /Im11 18 0 R /Im9 16 0 R /Im3 10 0 R /Im2 9 0 R /Im12 19 0 R /Im7 14 0 R /Im9 16 0 R /Im10 17 0 R /Im13 20 0 R /Im3 10 0 R /Im14 21 0 R /Im4 11 0 R /Im15 22 0 R /Im11 18 0 R /Im16 23 0 R /Im5 12 0 R /Im7 14 0 R /Im17 24 0 R /Im18 25 0 R /Im3 10 0 R /Im9 16 0 R /Im7 14 0 R /Im10 17 0 R /Im12 19 0 R /Im19 26 0 R /Im15 22 0 R /Im20 27 0 R /Im16 23 0 R /Im21 28 0 R /Im9 16 0 R /Im3 10 0 R /Im2 9 0 R /Im19 26 0 R /Im5 12 0 R /Im3 10 0 R /Im14 21 0 R /Im14 21 0 R /Im22 29 0 R /Im23 30 0 R /Im24 31 0 R /Im25 32 0 R /Im26 33 0 R /Im27 34 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im31 38 0 R /Im24 31 0 R /Im32 39 0 R /Im33 40 0 R /Im28 35 0 R /Im24 31 0 R /Im24 31 0 R /Im29 36 0 R /Im34 41 0 R /Im30 37 0 R /Im28 35 0 R /Im24 31 0 R /Im31 38 0 R /Im28 35 0 R /Im26 33 0 R /Im35 42 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im37 44 0 R /Im37 44 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im43 50 0 R /Im44 51 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im44 51 0 R /Im48 55 0 R /Im49 56 0 R /Im50 57 0 R /Im51 58 0 R /Im52 59 0 R /Im53 60 0 R /Im53 60 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im49 56 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im50 57 0 R /Im56 63 0 R /Im57 64 0 R /Im57 64 0 R /Im58 65 0 R /Im62 69 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im57 64 0 R /Im65 72 0 R /Im50 57 0 R /Im60 67 0 R /Im59 66 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im49 56 0 R /Im57 64 0 R /Im51 58 0 R /Im51 58 0 R /Im49 56 0 R /Im54 61 0 R /Im68 75 0 R /Im66 73 0 R /Im64 71 0 R /Im56 63 0 R /Im51 58 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im58 65 0 R /Im50 57 0 R /Im65 72 0 R /Im51 58 0 R /Im54 61 0 R /Im58 65 0 R /Im69 76 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im64 71 0 R /Im66 73 0 R /Im57 64 0 R /Im63 70 0 R /Im56 63 0 R /Im64 71 0 R /Im70 77 0 R /Im53 60 0 R /Im64 71 0 R /Im57 64 0 R /Im58 65 0 R /Im64 71 0 R /Im66 73 0 R /Im56 63 0 R /Im50 57 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im62 69 0 R /Im50 57 0 R /Im66 73 0 R /Im53 60 0 R /Im50 57 0 R /Im71 78 0 R /Im50 57 0 R /Im51 58 0 R /Im59 66 0 R /Im50 57 0 R /Im53 60 0 R /Im64 71 0 R /Im57 64 0 R /Im58 65 0 R /Im58 65 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im72 79 0 R /Im54 61 0 R /Im65 72 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im68 75 0 R /Im54 61 0 R /Im60 67 0 R /Im59 66 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im54 61 0 R /Im66 73 0 R /Im73 80 0 R /Im50 57 0 R /Im63 70 0 R /Im54 61 0 R /Im60 67 0 R /Im51 58 0 R /Im52 59 0 R /Im65 72 0 R /Im62 69 0 R /Im57 64 0 R /Im65 72 0 R /Im50 57 0 R /Im51 58 0 R /Im68 75 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im59 66 0 R /Im50 57 0 R /Im63 70 0 R /Im55 62 0 R /Im50 57 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im65 72 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im74 81 0 R /Im75 82 0 R /Im54 61 0 R /Im68 75 0 R /Im50 57 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im71 78 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im63 70 0 R /Im50 57 0 R /Im50 57 0 R /Im76 83 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im72 79 0 R /Im64 71 0 R /Im77 84 0 R /Im50 57 0 R /Im63 70 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im57 64 0 R /Im58 65 0 R /Im62 69 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im65 72 0 R /Im51 58 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im62 69 0 R /Im57 64 0 R /Im65 72 0 R /Im50 57 0 R /Im60 67 0 R /Im56 63 0 R /Im63 70 0 R /Im50 57 0 R /Im50 57 0 R /Im51 58 0 R /Im50 57 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im74 81 0 R /Im48 55 0 R /Im49 56 0 R /Im64 71 0 R /Im51 58 0 R /Im59 66 0 R /Im57 64 0 R /Im59 66 0 R /Im50 57 0 R /Im63 70 0 R /Im72 79 0 R /Im50 57 0 R /Im51 58 0 R /Im53 60 0 R /Im63 70 0 R /Im64 71 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im57 64 0 R /Im51 58 0 R /Im51 58 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im49 56 0 R /Im54 61 0 R /Im51 58 0 R /Im50 57 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im54 61 0 R /Im51 58 0 R /Im50 57 0 R /Im72 79 0 R /Im57 64 0 R /Im58 65 0 R /Im56 63 0 R /Im50 57 0 R /Im63 70 0 R /Im66 73 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im69 76 0 R /Im50 57 0 R /Im51 58 0 R /Im57 64 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im72 79 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im56 63 0 R /Im54 61 0 R /Im49 56 0 R /Im54 61 0 R /Im68 75 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im67 74 0 R /Im56 63 0 R /Im63 70 0 R /Im67 74 0 R /Im56 63 0 R /Im54 61 0 R /Im54 61 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im53 60 0 R /Im54 61 0 R /Im65 72 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im58 65 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im56 63 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im49 56 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im50 57 0 R /Im56 63 0 R /Im57 64 0 R /Im74 81 0 R /Im78 85 0 R /Im50 57 0 R /Im53 60 0 R /Im54 61 0 R /Im66 73 0 R /Im53 60 0 R /Im58 65 0 R /Im52 59 0 R /Im72 79 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im57 64 0 R /Im56 63 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im54 61 0 R /Im65 72 0 R /Im59 66 0 R /Im52 59 0 R /Im56 63 0 R /Im50 57 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im66 73 0 R /Im54 61 0 R /Im59 66 0 R /Im63 70 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im58 65 0 R /Im56 63 0 R /Im50 57 0 R /Im63 70 0 R /Im66 73 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im69 76 0 R /Im50 57 0 R /Im50 57 0 R /Im76 83 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im51 58 0 R /Im71 78 0 R /Im61 68 0 R /Im52 59 0 R /Im56 63 0 R /Im65 72 0 R /Im57 64 0 R /Im66 73 0 R /Im67 74 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im64 71 0 R /Im72 79 0 R /Im50 57 0 R /Im57 64 0 R /Im51 58 0 R /Im49 56 0 R /Im57 64 0 R /Im69 76 0 R /Im50 57 0 R /Im62 69 0 R /Im54 61 0 R /Im54 61 0 R /Im72 79 0 R /Im59 66 0 R /Im54 61 0 R /Im56 63 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im58 65 0 R /Im56 63 0 R /Im54 61 0 R /Im53 60 0 R /Im49 56 0 R /Im57 64 0 R /Im66 73 0 R /Im62 69 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im66 73 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im55 62 0 R /Im52 59 0 R /Im56 63 0 R /Im52 59 0 R /Im63 70 0 R /Im50 57 0 R /Im74 81 0 R /Im79 86 0 R /Im80 87 0 R /Im81 88 0 R /Im82 89 0 R /Im83 90 0 R /Im84 91 0 R /Im85 92 0 R /Im86 93 0 R /Im87 94 0 R /Im82 89 0 R /Im88 95 0 R /Im84 91 0 R /Im81 88 0 R /Im89 96 0 R /Im81 88 0 R /Im85 92 0 R /Im90 97 0 R /Im84 91 0 R /Im82 89 0 R /Im88 95 0 R /Im91 98 0 R /Im89 96 0 R /Im82 89 0 R /Im88 95 0 R /Im84 91 0 R /Im81 88 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im109 116 0 R /Im110 117 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im107 114 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im118 125 0 R /Im109 116 0 R /Im119 126 0 R /Im120 127 0 R /Im97 104 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im98 105 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im74 81 0 R /Im125 132 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im103 110 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im74 81 0 R /Im109 116 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im112 119 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im123 130 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im118 125 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im120 127 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im112 119 0 R /Im113 120 0 R /Im93 100 0 R /Im93 100 0 R /Im124 131 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im118 125 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im128 135 0 R /Im129 136 0 R /Im130 137 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im120 127 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im103 110 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im112 119 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im123 130 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im95 102 0 R /Im96 103 0 R /Im123 130 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im98 105 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im112 119 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im94 101 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im94 101 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im136 143 0 R /Im105 112 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im124 131 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im96 103 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im112 119 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im100 107 0 R /Im106 113 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im104 111 0 R /Im98 105 0 R /Im113 120 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im126 133 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im117 124 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im96 103 0 R /Im123 130 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im137 144 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im115 122 0 R /Im97 104 0 R /Im138 145 0 R /Im109 116 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im118 125 0 R /Im101 108 0 R /Im120 127 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im104 111 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im95 102 0 R /Im96 103 0 R /Im123 130 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im107 114 0 R /Im105 112 0 R /Im99 106 0 R /Im123 130 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im107 114 0 R /Im106 113 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im107 114 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im105 112 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im107 114 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im112 119 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im116 123 0 R /Im94 101 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im141 148 0 R /Im142 149 0 R /Im141 148 0 R /Im143 150 0 R /Im144 151 0 R /Im145 152 0 R /Im146 153 0 R /Im147 154 0 R /Im148 155 0 R /Im149 156 0 R /Im150 157 0 R /Im145 152 0 R /Im151 158 0 R /Im152 159 0 R /Im147 154 0 R /Im153 160 0 R /Im154 161 0 R /Im155 162 0 R /Im156 163 0 R /Im157 164 0 R /Im148 155 0 R /Im158 165 0 R /Im155 162 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im159 166 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im123 130 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im136 143 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im112 119 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im139 146 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im112 119 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im74 81 0 R /Im160 167 0 R /Im123 130 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im161 168 0 R /Im162 169 0 R /Im163 170 0 R /Im164 171 0 R /Im165 172 0 R /Im166 173 0 R /Im167 174 0 R /Im168 175 0 R /Im164 171 0 R /Im169 176 0 R /Im170 177 0 R /Im171 178 0 R /Im172 179 0 R /Im173 180 0 R /Im174 181 0 R /Im175 182 0 R /Im166 173 0 R /Im167 174 0 R /Im169 176 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im166 173 0 R /Im179 186 0 R /Im176 183 0 R /Im167 174 0 R /Im169 176 0 R /Im180 187 0 R /Im166 173 0 R /Im163 170 0 R /Im169 176 0 R /Im171 178 0 R /Im172 179 0 R /Im181 188 0 R /Im171 178 0 R /Im180 187 0 R /Im179 186 0 R /Im182 189 0 R /Im169 176 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im184 191 0 R /Im185 192 0 R /Im164 171 0 R /Im166 173 0 R /Im163 170 0 R /Im185 192 0 R /Im166 173 0 R /Im177 184 0 R /Im186 193 0 R /Im187 194 0 R /Im188 195 0 R /Im189 196 0 R /Im184 191 0 R /Im190 197 0 R /Im177 184 0 R /Im191 198 0 R /Im192 199 0 R /Im180 187 0 R /Im171 178 0 R /Im163 170 0 R /Im169 176 0 R /Im171 178 0 R /Im163 170 0 R /Im177 184 0 R /Im173 180 0 R /Im190 197 0 R /Im177 184 0 R /Im181 188 0 R /Im173 180 0 R /Im193 200 0 R /Im173 180 0 R /Im178 185 0 R /Im173 180 0 R /Im194 201 0 R /Im186 193 0 R /Im189 196 0 R /Im195 202 0 R /Im196 203 0 R /Im187 194 0 R /Im177 184 0 R /Im191 198 0 R /Im180 187 0 R /Im176 183 0 R /Im164 171 0 R /Im174 181 0 R /Im197 204 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im167 174 0 R /Im166 173 0 R /Im176 183 0 R /Im168 175 0 R /Im198 205 0 R /Im185 192 0 R /Im168 175 0 R /Im74 81 0 R /Im182 189 0 R /Im176 183 0 R /Im174 181 0 R /Im175 182 0 R /Im166 173 0 R /Im167 174 0 R /Im169 176 0 R /Im176 183 0 R /Im74 81 0 R /Im185 192 0 R /Im176 183 0 R /Im199 206 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 596 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}M³í¸\91ܾ\7fÅ[Î,|\9bø"ÁY:Æ\8aðÆ1\13ÓËÙØRk$[_#µCá\7fïÃC\14î#\91y\91\07ݯ\9f\84C P\95U\95(\14þó\87\7fýö\9f?¸o\7fÿáõO÷±ÄåÛò±,öOçßÿÚÃGZâ·uÝ>ömýöë?þðã\7fÿ£ûöÏ\7fþá_¿\e\9f>|¾\ eß>âë\aÝ\92Àp\7f\1f¾~7ð2ü5¯vx¸\ fwËGZo³w\1fÛz,\ 2M?Þ\7fàõ?z¸z\17"\18\9fäùGôùfþTziy$½´*_ß?Ü}ñExkþØâ}ü*Ï~Û\95Ùo\1f\1eÏ>'ðõM^<TÜ|\1f\1e?òmxQ¦×¤>üz\1f¿ßÇ\a$¼ä\8fñHønQçï\1dÚûfþLzÞm\8aôÂG¸\eΩøÞ#Ãu\8dásàð\ 1þ\82>\83¸I3à;\98¼²\83t\ 3R~b»¯/kÚ\7fG\9e2|CÛïdëñ/ã\13ö\9f\v/oÏÔ\1fû\8dFýéú÷\f¾ï\1añ³Ý\vÐüäÝ\v/%\ 4Óo\1c\a÷<Á£ýo~`ýØW8\ 1èx\ãy¸ý\ 5l?²ý\85\84໵?à;\97·V\85ÕT ~¬®þ@ã?¨ó\r\eÚ\84F\ 4Ì\ 4Bv\9a       ,7\15X>6\7f\fßO\rÜÜG\buúÍø½\15\80=~ì¹\11`\ 3áL\85£¦ÂÔ\84£\v\8a      3ñE'!\bE\80\18       É\b\10\ 3\r\ 2î\1fë}ý/Ü?~à\15=\99ü·Ï\r\ 4\ e\0\9b`\Qð       LÐ\7fD\b"q\85\ 1\90 \81bA1ÏZP\99À\8e¶Àë.4iA\10Óàô\f\84\93C>DW\0\9fý©\01}©\0\14\80ü^@øõ\ 3\13Ñ\7fX\ 2\18\83\160¼õA|ü*\8eO\ 4\7fý§ü¾\93?\88AÖÛ\ 4òG<ÄgùÇk"ß\8d\a\ 2Øn\ 6\98ÞNí\b¡ÞÚw\1d/, |\7fsèûÍþ\85\8f\1cá÷·\r}¿1¿ØÄ\0e|öh|\ 3¡©qá6~Cóo\1cHëÂËx\8bÁ®ã\eýoç\7fÊ/,\9fòû´\9fÐà\17Û¿° ù\ 5@\1e\90ñNÝÿ»üN\8b\ e¾ ×ëw>=xhô·ý~Y¿_Ñü\81þâý\v\ 1Ê¿Ù?ºþ\90Åõ\93ñ/»UÆ3ý          Ú\8f\90\ 4\9c¿\18Ìþ_8â«û
+Í÷\99þùõt_é¥Ç_ë\1f±\9f5×ñ3ò÷Û©\7f·ñ²ü_°\fÆ#ýÿÚþ{ó§øµ\a4\7f@àÜñÓr°­\8c\7féÁçü\eül÷¯Øß\82æ\1f\ 4üÌ\1fîÐ\9fâÿoûßà§{Ïöª\7fGH\10^\11ìá¿nó\aò»\a\10\86\1fk\19\7f\99¿\84\9fïù\a¨¿ \ 3aãó³ñ\11É/\82øó\9e\ 1¬%~:ñ/ÅK
++èo\19_§Ûø\ 6\7f[ü9s²P¢ÏÛø\ 6\7f[ü9-2,\11\8d\17ðϾ\9fÑü\ 5ý/ã\9d\aú\7fÏ@mü\86Æ\v)XY¿\87ß\a\1cÄ=~=÷ï`ßßã_züÝx\81CµñÛÇâ\9bñÀ\7fÜå\7f"\9a³ù_ƧF\7fýGÎp|XÐx!ý±ñ\ 1Ì?   úkã3ú>Ð_2>\86\87ã·gòKhÿ[ùññQ\1aßú¯2~\85û\ fì÷®ÿEÿÖ\15í_c¿þcmüçá\11Ý\ 6¿\ fì\97èÿ\86¾? ÿ\19Ê¿Ù¿\16?l<Ô¿\ 6?üÛ[\80ùïPÿ\81ý·ùÏ[~{*ã_ëØëxà?±ü\8e#\18E~lý~IâúãíûË\9bÑ9\8e`ÎïÇ\8f5Õó/ ÿûúËü\1d\92ß*P°eþ\ eî\1f°_¬¿\1eã§à\7fÊ÷KþÓ\93\1f\1d\1f ýËúçÃ.êßýû§ÿóÑìÇ},\9fû\að\eã\8f\8fpýBüPÆ'¤¿k{|ÝðOeý/ü\ 4ã\9bïÓýOpþ2~ùU³¿\96@-ë_\91ý­-\81ÊÖ\ fñ³]?óßÇ\19\18\18\7fÑ\9f\8a\9f\ fÕÿ\1dÚ\1f8Â&òÛ\91ÿnåÇô¯Æ¿]üÀøwÄ¿søwêß\11ÿ*øÏì?ÀøQ±ÿ²~·OâW\99¿\ fuÿ?ç¿\82ü\13ëoðù\91þ\86\0ñCÖß\10VQ\7f±ý\87\88ðG÷¿!jògñc\10ãG:~\9d\8dÿËúWmýÌ\7f\84\15®_È¿Êø\rÅÿ«\90\7f\95ñYÓ\1fª¿\19â§ì\7fÂ\ eã×æûtÿv\18¿\81ýÃú\17\17\84¿«¬¿Ç\ 1ì\93ø%\1e\87ó\12~áý\8b0~ÔóÏ(Æ\8f,\7f\8a\9f\98þG¯é?\9d?Ì¿Ûø\89ù\9f\18\17ÉÿÐïÇ$}\9f®\1fã\9fÀ\7f\17ù'-\7f ú\97\90ÿiõ\8f®\7fÕòO\16¿D1þcö\1f7h\7f2\7f\10\7f\80_D~\19á¿\1e\7fÄ\fã·Fÿ\18þ\1eÇ÷Oâ\87¸ÃüA\8e\1fâ¾Kñ\ 3\9b\7fZPü¦Ï?Õü{tþçx\v\9f½û\12¾)ý²\14ñ_Æ·æOé#£\1f®ß\97ݯ[vô}A|\9fôm;~\ 3ðOÖïV4\7f9}}9\15\84¾²ð»³\7f\94¾ò\eø~k¾tþ!NÊßèß\15\8d\aá\ fÑ\1f£/:úÃéß\88Æ\83ô\8fÈ/"ýkåGÇ'¤\7f\ 3ò7÷7¬?'|9£?\ e\92þ!ò³ô¡#?ºÿ+Ô\1f}ÿ6ø}\9dþß´ý_\1a÷}j¤ÛÎòÿC~\9fáÓ&Ó\97G\ 1¿¦\7fäø \14`ÞÆ\83ð\9fÑÏ\86ßËTøçJ roþ\94þ³ôc\12?\8f\e\ 4OðÓ/pþ:ýê\90ýéöï]\92Æ3ú¥Òß\97ýÓé\17\ fñ\7f\80>ôÐÿÊøí\ 3\94¿N¿F\84\9fúñQ¥¯»øE\8e/\12Â\8fM§Ï\13´_¡\ 4Þècôý6} ú¿AûÓõgSí¯C?wñ\9fÈ/Cý\91\8f\8eâWýøÓïpÿ\9aùSú
+â_K_Qú\fã\17\b}]ñ+LÒ×ë#ÿ\11<\8cßdÿ\11<ÂO\94\7f\10úÌkþ\93Ê?Àø{\80¾\86ø+Ç?\ 1â×&Ç?!iñ\e\1f\ fã7\99þ   é¡þ®^Ò_N\7fÃøK.\7f9èk\80\1fàú)Æï\0ãO\ 5¿ËñE\8d\1f¿\8eßéñÃ\ e÷_>~;îï(ó§ô\19\8eÿäý«ôsgÿ\18þF\aç/ç_QÌß\99ÿ\888\7f\97ã\9fJ?wâ\1fJÿ\86ô\b¿\ fúø ~Ĩâ\a¡ßc\96ü7ý~zæ\7fb\82ø!ó_\11Ç\7f ~Æø\17Eü£ú»>\8bßâ\8aä\8fü\17Ù¿\ræOúñÉ\ 6í_?>ÉÐ~Á\15ZBßçgñwܵø\9bêÏ\ e×/ó§i\81ë\aòÃòO\18¿uúzÑâ\9f\96\7f9ÿ&9_ø\97\ 3ò'\1fÑú\8dþvË÷ÃeõsV=r\19¯\9f^;\vß/ãQøÏèç\84¾¯W?ZõÇõû\ 3ÕÇAú>\1f_¶ÿúýÆü(ý\16ÎëËiÙ¿¤ß(}\1cÐþ\ fT¯Úééeü@õjÔö\8f\8eOèûÈ}²ñ\ f÷ÏN?»ú\17\9aÛOçx´þM?þÙàúAøEèS£?®ó×õÇÜOW\7f0}ä2\92\7fK\1fÑõç,­¿½½dÕËH~\9b~ü·Ãõ\ fпÏô×/\9aþRúi\81ø£Ó\97\ eê\8f^=\fñw\80\11Ì\7f úת\97\8f\99êß\0í_¯þµô£³ÿ\94~´êç®ý\93ý\8b\ 3ô3\9aÿ@õ¯Ñ/×ùËÕ\1f>¡ø\ 1ÑW\84þ\Ñüõðû¸=úhÿ-üïì?¯>^$ý¥ö\97aü¦W\1fg\18?Éé§\17ñ\93W\1f\e\ eýEª\ fqüªÓ\8f\18?uúÑiñ\ 3\1f¯ÅO\9cþÕü?§\9fµý£ô[@ö¯\97ß\ 4\11?ùxh¿Bÿ\1c«~ö\12þ±ôíè¿ô\8e߯ñ\87|û2$´ÿúíË°:iþ´ú×è\93Éø³V?wô\8f\1e¿ØñÛ%ÿA·Ç\88þeh\7fÂíéòý\9c¤ïSýÛ\1fÚÿ®é?­\1e]\90ý£ã[F_ÃüQ§¯1þÉø\131þÉö\7fô¯z\12\7fE\8fì\1fÑ\87\1eî\9f¾~\8c\9fºü\ 3ô\7fzõ|\84þCh!hã!~Èùc¥¯;úKç¿jþ\87ÊoÕäÇÇ«ñ+Ù\7f\9c¿ëû\8fów}þ\9b\86ß\9c~ÖòWúý\fñGæ/â®Å\7fôøiGü\83~û'áü]ö\9f  ã¯,ÿ$Æ\9fÌÿígø{\88aªz®TO\1fEä3§ç®\9c~^Ç+\97'
+}U\8aÇûó'ß/î§÷}J¿\95æS·ñzõ¤\8fh¼\½å|\ 6ãuøt\ 1Ê_¯¾\8e\vØ\7fT=Ȫ\9f\ 3úþ@õ3\9cÿ0ýÜÓ_Zý[ªGnãeúÌ\95ÓÓ¾ü\89üV¨?:ý¼nhþzõþ\86ô\7fàøeÓô\9fÓßHÿõðÇeMÿ9}\fí_?¾ØáúuüÜáúuúj       ¢þ\93êQ\88ß:ýïËí\95¾þ\11úÛÍÚ_¡ß\9cÙ_þ\92~ãÍ76\11¿\18ý\fõG¾ýsT\1f·ë×Ã\17\8fñW>þõ\11­¿=þåÍ+4ùõ\9aWô×Oô\7f\85þ_ ¿Êü+þå/«×éú7U\7fÈü3´\1f\89~~\7f?§gó/Õ\1fÓú¿kñ\1f¯\1eÖô\97ÒG\vÂOÝ\7fYó·Ùøê\8fûñ3£oUÿCä\87ãO¹zߪ\8foó×\9b\97àøS§ÿÅø\91Ó¿(þÑñ#$mÿió\93´Kñ3§o5ÿI÷\ fÆ\8f\9e£y¿ò}º\7f\93ãç\80ã?\19¿BÖð\8b\80ö«ãWÖâ7Z½½Ãøm ù\86\16?ÓêÅEË\9fiõä\ 2õ_¯>Äù»Þ¼Ãkù+­>ö^â\1fxõ³\86?tý\ 1ê¯Üü.Úí\8dÅM5¿\8b0ÿ\1f ¿£\16\7fQú/ÂüYÆ\8f\98 ÿhäÇ\8eÿb:\8fÿnùO£ÿ¹\99¿U/£õozó\8e\rÎ_¯þÎÏâ\a«\1e\9eů\98\91ýë·\87¢\98?SûßQþ¤7ï±êãÛxÀ¿aûI\10?õã»\83ö}b?¥z8¾ÜÐLøä\96\12~\ÆëðUéßë÷uúË\96ß\99\1d[zÏÝÆëÕÓ\1e~_¦_\©~»\8e\1f¨~-Õk·ïëôQHÒüYøèÂ\ eÆ£Ë\ 3\84¾·ðû8\ 5\1ar\9fF\9f\7f2}ã\92¦ÿ½êáÛø\81êãôlÿ7mÿyïbôý\91ÞÅPÿ\a\9a?D4^ï=másg<Õ\9f\1dÚ\9fL_¸\1dé¿~|eÕ»=ýç½\83\91þ+ô\8f\8d×ð\97~\1fã\9f|yÌ{¸ÿrúåKïÍÛú\aªwµù÷z\1f÷ý××½\8foãåÞc>BüÖ¿\1fµïsúÖ?ÂO\9fàüõêû\84æ¯\1fßù5HöOå¿Bü\19 \7f5ùõ\9aWôô\9f7Ï@ó×éO_ª?¦÷o×ü\a»}ãwd\7f\9b.¿\1dê\8f^ý¸Àý\93«WÂ\ 2õ_§o\16è\7f\9aï³Ûg¡\>¼ú\9föö\19K_\82\83ø«7\1fðÈþôø-xh\7f y     ¡?aü«_~­ôsÇþéú#Ê?´ãË÷ú+þn_\1eßÐêW;>\9b\8c?\82\1c¿\12ú\13ã§N_oHþ\ 3ôuFùë\80ýcükßϦß\87û¯Ó¿\19â\97Þ;¼âç6Õû3.0þÔ«g\17\88ß\ 3ÕË\10ÿäÛ\vÖ<£ï¿Yõólþq­\1e\9eåO"\8e_å·;"\8c_uÿ\1faþ¯\1d\9f¿{ÏZùVGÿ(ý\98\85\8d×ø\ fª¿+ú>*¿#Ç\ak\16ñ\97Ì\7f\83ú«7o\81ñ\9f\1e¿Ç\fã\1fùöjÌ0~\95o¯Æ\1dò\1f\17qþ/ÇÏ\11ó§rþ\95 \7fªç_V=Üß?R½\8cùS9\7f¶åo\97§ÛuúÉ\96\7f\19?A\1f_¿/\87_µzø2^w\9fµzøHÃfzÏ\1a}r\9d¿ÌÞ;\ få¯Ó÷á¡ü\83&ÿ^ïãÞüiõª\85Ï×ýÓ{7'mÿ9}\9c\9fÉ¿ô>êÉ\9fÓÇpÿå§\1f\8eêÛöûèô\9dÈoCò\1f ßÍ}\fËï³zWù>¯¾Eú?@¿[øÜ\91?;=>ªwßé÷e|{zÜ6¿Øß3:²\9fcú1~?\8=ÙOô>\1f\ eÏàáØûÃïë»và¸ûñ\9eýu¼\10üîo}´\87Goã\85\87»Ë÷Ëé·ñBç«2Þ\a´þFúíú\ f·qü@yù÷ö\ 3\8dùP\ 1F\87\ 4(´^-ã_ð\ 5¾/¸¿²\ 1    
+\10\98Ïýåä\97\0Âûö\ 1\94`\13¾Ð\1d(Ow\8fï@\19ÿò»\8a\ 6¢§\8fßãw(ÀÆ\80è÷Í~»ß'\1aäËÛÙ=\rr¡ù\85½\1cÀ \eÜ\85Ç[Î\15ø\0' xÐS\85ê\ 1Ĭ
+ùòú|O\85Ø\16Øë\877\ 1È*à±
+K\18ú\16À¦\81\18\17À\ 6w@¶!\9f!\bÉ6tPð\8a\ e· t\8at+\9f?\14±¾>¾\83\føÎà\9f\7f\9f\1eÿÛ>!\838\87Ûùñu¸\90¿\9fÃíøá:\1c\94\7fÜ7¯\fOh¸\10¾\94ápí\ 2ùhÙ\13\94|¾£\ f«}¿\8e\a\87\8fxëªÿ\9eÜ;{y¦¿yäûÞUÕûn¼ôðä{ý\1e}ß-Bø\&`Å\97·\1f\0Õ\8fX\7fjþÔU "\81¨I\80. b      \bèU~ !\ 3r\8bÄ\0¼÷ !\1d~iv\v\14\10\ 4ý\80lõ\84¦³\aÔ
+7¸\87B\10V$\90±\bu3È\10\85ô-\80 è\16¡\88®L`ÇZ$\9dBæ|öÐÛóñ\ 3ß¿@æ\16P\86\82gPo!öfÀ È;,\ 3P\87\8bµÈ;´     \ 3\86P/"ΪÁQ
\ 4\v\86\ 4\ 2\81­!\13Þ+\88È\90Ü"°\19e\ 6±DÓGGðJ\86;'T\ 3\94\1f°|¦c      T\ 4+Æs9\98ñëþÈ#ù\r£¡À§[=\88IàbIN:\90zÏ c\11èj\9855l)¡¥\84£¥"À¿¦ø\9d\12\19¿W\80ÑÈ\ 1-À¦\k:&\1dB\80`\84\1c\ 2\96`p\8b$A\86¦GG9  Mé\ 4ĸ\8a\99Q q\95\1cUXO¹ñ¸ºì@Ȫ\15\10       D\18Y\ 3f)f<\1eEÖÎ\81s\15"\81¤e\16t\vVìÏ\84-8­È\1ež¯@ \86m\ 6\b\8b\81GeX\186\8cD²78®\ 6>Rã\8c\1d"`·  \10\8eäüÌZËõò³ô±D<\1eï!Ð"¢\850A\ 5A\r[AÄ\19ª\9caF£Ç&ýit¢\ eñ\1fPSdl\ 5ÑÃ-\94\b¡´U!¶\83QDRºþ \ 6\a0\fè?\10á
+\ 4\15:ãÔh\15z~ùÈîÓ\bt\11B,×I\9e\98`8!»\82\98 /i\8d\90þ\0\8cj\15\1d($uÜ,=[>Bø\14! (qf\10IX\vì¸5\83÷&f\98Z8\ 1\bl\r¯$ùD\92Ë\1a¼pSÅ*E \14u5\82a)òèxüqÑðQ\82\99 \16ÃÈ\1e+r\8292Â2lÉ  ¦È
+\96\96Z\19\a£:/'ùÉc\87.'ùÉCÂV\8eÊ\92\9abÓ·b^hzZâ÷?\80\9a\rßãÒÓ\8e,¤ºô
+t^έ\8c¬¿\8eoU\88    Ð\98ªËx\ 4¥¸Ú®´*\8f\97VéÎ\ 3\13ÀáÄ^\ 2Âëçu¶ÔzÍÜ\96¯³¥V­Õ]?#ÜWi\ 1´ÜÄ¢\91«\05vàü\81\ 1Nx#\r\1c\90\80\1dWv$@)ÿ\b-@\ fGìµõÛ\ 4ä\80ÐE¨\ 2\ 2½rZ°=w\13\97üu8CÙÞ\15J@§G\9c\95ìw¶\90óíx\vd+>\b÷9+0¾ÜÁ   \07@p £=\1c9öÙÑ\f\ 6¬`G8\8cxN\9cÜû¥$\867\1d\10\1eíøìÚ\a& +aeËg\1d\89÷\9a\ 4)Ñê¡'\92UÀ{d\ 4#LqÐ\94\98. b%\16Ø\91\13\ 1Y\1f
+¢ª\84D\84  !)¤W\88\b\12\ 4"@0\11%^\1f\8a\17 \1f]ÖÞ\81·\1f\0\8e\và\16è\87VY\84\87\19\a\84àþ#YÁ\8eBªv\ 5T\84\96UõDH©b»\80Ù\8bh(Içð&Ê\11Åñ~ù\93M\f\ e\8b@&éj\vÁI;
+\1e.@¸\83hã·ga}\10±\94\10KQL\86\81À^0¿ï\80㦧[¸\8aJHg°Â=\94#\92\83í\7f\92Z\ 5\12\14\82Ô\8a\91õX\ 2rL\162\fìõ3'ëDÒÏ­\88\b÷øL\840(\1c\b\12Ä\90\840d\vôÇòqG%뻩\15\99¿\83;(\97£E\8c\83òÉwôÏ¢ò\83k\97¢r¦\ 1\91Ä\84²\rÔf|\93(\10­\1e}R\85ëmÌY\82\90p\80$\8d8;ÖË\1f¢\95ÃNú¢¸©ü\0Y@Æ\1c\95ı½\7f\1c¡L\13Ç\1dÂ\80\ 4Y6ýì=A\18\ 2gï]\9e\99V¢zÂ\95¼'à±\12
+vxævɲÓ^nGW\10´p ËS_\1fu\1aá©\ f#:\9aÓ~¯\83rMg     \ 6®ãu\9e¾\84\ 2·Ïë8ZB\81ûx9­*&x\1f/gÆ%)º-_:hy\ fßÑç[\86\90×\95\r\85&¿\8d×9Ò\92Q\85\97\1c¾T\7fZÒëÑ\ 6\f\94ôz´\ 1\ 3ô\96Ñä=\ 5¦\13(\91@w\v\18W`\81\ 3G%       N@'\ 6\   \ 5z:Ä\vÓE\e¤\12(\19MO\ 2t\ 1\e6b¹\94óhÍxþÀ6WÊé 
+\ e\15\96kJÀJ9ëíÚe\99+å´ëµ]5¦\ 4×¢9\ 2J\11b$Ó9Ò%K\12¤ãÝ3%ô\10ÈFXb\9f4(å<7Ü\ 1\9da\f\b\aFXâ\80¼Ù\0K\1c\9fù\ 2\1fE_@)Î\84÷P?¬Y\1f*ñª*1Î(ü\16Ð\ 2Ú\8c\82\86°\\ fç\8cæî:#*\81\1dy3\9dYð8 \933\92°`o*wé\ f\15ǶI\8aÕE1\1e åÄ¥Ïß\1dÉå\88\90ªÕ\ 1Z\91\1dpD¤ï\ 1Ä\81\11\9e?j\11\rg©¡\15\f\94\94C\18ÐKÊID¥\13\9c+ÜB\99\1f\v\9b{¨C\eLlô\98Ð*ÂÇq ¬\80$\86\ 3\ 5ÙÚ\1eÒ«!ǸÜà\80~5$.ZHHÉ!\a\91T§·\1cö¦:EéÕ\98\96Õ3?\84\ 1«¨\16~\80Ðì0·Ó\ 3\92\bqh 9\8d0·Ó\93\997¿\87+DÒÆ\fYD\157<\ 1phÌHÞý\99\12A\82iàVAÖ\b\12\96\98\1d\1cï£Ä,Â\80f\0È\12\8chôÓ¶´¬( Ñ\v\11\13\ 6"¹ª?A Ò\81,y\1cÒé\12ôP\aô\ 5À\80H¿\99\92\ 2\14\80têÿ.%.8\9a×¹c\86rNr\1d¯\9f2\98'¿\ e\97\ f\19Ì\91_g¯G\93¥qÈm|ë\ 4\11ôý\ 1~p\81Ò×O\18¬uÈqj>uÂP9ÚÎ
+xï\ e\87Æë5\9cåá\89»\ 4\86+\99Ç·ÀÆk
+L¿\1fñ\16\ eP¼p\ 2\ 3\9d;D\1dâ\14-\9c\80®Ä«8\81.EÛÑ!º\85\e²â\81þ5åNÒm¼\9cTÛã5w\14Ò[\9fìÚ\ e0\14ô\18F\94kÎV\a\1c´\15ð¾\1d\ 1y\ f+C:i\86öþw×\f);\87qD®\9a©\ 4iW\89\19A\v]\89ÎmE\bäÂ\ 3 6~\7f\ 6Ä\1eÂÈ\0\10\1e]?\143¤;°â    È)¡Õ\ 1OG\ 3\1e\ 3\99\8c¤\1e\ 6S0\1c`]Cà\ f óFLPÚ3âá\ 5\89s\ 4åâ¤Md\ 1M°|`6         \10\89ôx x¤\ 4\ 3ô\9e×¾Oé½\80\95P>h   \ 1ET\ 3uÌ0 \1a¨\9a°2Üi$                n\81^\ 4\9b¢èÏ\19Ã\8a¡Pï\9b²",\1e(\7f\v\ 4Êt-Äi\99n\ 5YsÇÔ\8c+\10\98÷Üx\16\13\ 6\98Ù\rÜö_`^#W^\1dïq¿\19ÞËxTyE®ê;\9c\99JwLß?à±\ eêô \87¹µ\1eÖG\11\88\8a33½\8e9j©)e\17#\9c¿^Ç\f\81:f\11Æèú       \8cé\149IìôGÉ\8d îE\13ì\9c$®{±¢ôõ9        Õ¡\rzc\9d¤ÏØ\eë8\92\11cx1\ e\f÷«\98\99ÀÉðF´\87èb\16!(\1d\9c\80¼\ 5Éa\86HfÙ\93ÛKr\9b¿fÙYÿ¦äqv¬÷\9b P*ߪI09\85e|\1d\96¸³ ì¨Æ\12\9b-^¾/\9fÔä\92\15\ÆëÇ\95fD×á2Gme#\9dá\94äÝÐp½-ë\82>?p!¨\92¼× È\aöÎØ\9dë\ 4\ 6ø©Ò\13µ'\ 1\19É{\9d\80×ßgñ6\810w;Ô\ 58\ 3äÊÈ\1e\ 4¨\ 4rRTiâ\9e\12ð\86\17Ð\ 6\ 6\1a^À=\1chxQ\1cÑ\v
\8a¹-)ºN` a\ 6Ú\81\91bn\bb\ 3vl±Àm\ 2úQEFJ8Ðn¢´tí¡(ï\ f\8dv`¤o\ e\91æÊ\ 4
+åÓNë\ fÝS"Êr:\8c\ 3²\b¼\83X,\87c\95çî\8cç43\14\80~Q?`\1d\90/ê×:Ü\1e\14S\9a7>CÒZ\87;k\86öRÉ,\ eX¿\8aî\ 4¾*äU$@©þ\r"©|è]ëxûÎ\90°ÄÙ!\1dhó::\83\8c\9cÑ\bU¿C3Ò\8f\9b\9a\f   \ 3\ 4²\ 1\8arI\8f <@\1c\ 48Fëp\1d\84ò\81:\\18Ó\8d\80\87\ 3µ\90\95\84¨¹\12Þm\ 2»\12]\87pD&S\ 3!ao¬W±â\88LoµP#²nTN¶\0Gdú\16l\bÉ\anV\85\fa@/\85Þ\17-³¢\12À¹¥ÎO©\ 1\15ç¹5gH    6\18\ 1Y\84ñÔH«\ 1¯!1\1f¯
+\80Ôp\96n\11\87.vj8\19ͼ<âFj\1dñpbw£\99\87¿_4 \89¹9ý\ 1c\89{?@·p{æ\8cã¦9c^F\8c\9d±N´g\bÄ\ 3uÈ*?\86sûX   ²NnO·p\17u\80\12\9c\v\ 1\8e,-Ð\99Ê/`W\96yV     \93\87áÄ\0G,f¦\94âõ0«\90Û\7fÕBä^PÏ\9bM¬çaÍe\ 2Ú\91çñ7vd¼^\9a2{ùN\8cÝɹ\8c×K\89M\85¯\9f×\9f
+±7Ðoß\17\1a¾\18ɺ ñ\ 3$m\92¾Ï+qÑ÷\81\ 2²Ãº\83å}ïÿ:ùz\98\vx\ 6\ 3µÀáÙ\16X\rÞì\16Díû\9c$\86&0pRP\1eq½M@o\96\90\90\ eK\9eÌ\9eb>F¾\95 óF\ 1\7f\8aݦÐy3¨KóÎnÂ\86e ³¤\19«±ÞÙ9C$Óë©3\822\14N\103Ø¡\ 4ÇË\99»fØa\89o\ 2Ô_Êðv=rí¼2AYN\v\aúZÈ\88fèN\ 6\1a\13{\88%:Õî\11\96\rt\ fò\ 1iáH5lÐÔ\80\11«\81Ü\87Ï'Ñ\9fкz\f\87:IæWhÉ\ 3­\91aL¡7½Ø°\ 4ôó\96\rB\89>\81\8c d¤Áx\86.Yï\1c³k\12äD/\8cÊôBÊ\ 5ZQ{ôÍ_1Ôv\80ñ\13Á\ eÿ×Éw\1ckAu\ fH(Éæ¡;\19\18\ fqDªi?\99\83Ê\15GczE\7fÄ\99^-5à\ 5Éx\ 2\ 3\15Õ\18Ëõ\9aî$º3Þ\19\19º39,\fjXȹf$Ã\81G\07\98^ÉÕ¤a\83@&\1fúÕ\9e\17×ñ\82+*1ÑQQ-Eæ¼±1\ e\8cu-\84\0U\v±´\1dï>Ö\9b
\1fùÍU»*\81ô\1d\10H什y2\87Á¼É¯Ú\90¦ü\80÷ ?{å½­\16,\8d\16\9f\9f     Þö¹\89\ 1ìA\86µ\8c1¬ð\a\1aC¦B\8c¥ûËU\88Ao¯üJrÏ\1fè¾hÊ\b\92e,³îÆÓ¡y\Ñ.\ eðÅ+Nóåì¤6Îè\81!=6\82`6Ò^9«D\ 395É볨$Â\1cw %a-¬\9e\f,#\ 63\99­L¥Ëû¸\12\15<OÖÓ°\9fã\92\19`ÂP6ä\83ñ\96\f\993Öϲ\9bDøB9¹HA¥Lñxc\9aÒä\vZÆ4¥¹FùV\85\93z\r¾1Íc|ûu¸Ìòìhñzb´ÃµË\89i-ª¾\8e\97Ã9g\aN×ñr8Wk²'÷®öÝèn\1eù¾+­\8fÒ×ýíyß\8e\bu·A\ fÆÎÔ\92ìÛ\ fè,a\80ú'\ 3p­¨îh\0ïÍ\8c4`¤-o\82*8и\ 3\99\0L+     S½büÑ«âW¤Ä\ 3\14\9fÛ \bôÖ!\eÞ\83\81\9aldFCd½¦\85¼¦\1aI`è\rB\bDCo\10*@@IÒ\ 5\ 3\81^\11\r\91p¤(Üa5Ö9B\a±X/èõx\ 2òõ,ï±%ËäD­Êîb\199,ÀXª÷ç\8eH       tg^\9b\87\\ 5 _ð±G\b\8f\9aÈ©\v>>aw$GÃ\1e\82é@Yú\8a¶`Ä\8e\1ebi­ê¾N` I{Ö\94\80*q\86f(_\10ò8¢\94©z\8fCJ\9de5ª¿·\83´¦z\81\1e\17Q\8eк;w°\9c\97\8c\9d\17ü¨\bHT¨³¬\ 1ÉP\a²Ú¼¤c\85¼¨[K\v\12\1c\90ÈÜÐ!ú¹-¼1õ\93YY\8088`\ 4«\1c\1fÀ8¨³Ä"\ eò'\fq<2ð\ 2¡\9aÙ\12\15°ç:&#²@BJ½ý\f\f)GÚÏìØ\99ÊÍÄ"FBtE\8a0\9cÖ\ 6ª\17\ fP\82Ò^ìèn\ 2+\v\17¹\9dn]ù¤\1aG\88¤@\84´\ 3M(åx\97\1fhË1_º\ 2ßþ:\88þV\82\1cq|\16\94Æ$Ók¤,:a-\94O¼âÓ\ 4;®P        ôÂî\15¢¹^ؽYX=ù¸xÄX¨o\ 1N¯e\9a/âì¸\99?\vÉì\11Äé\90,a\9e\10\ 4$¬ùÈr\92ä/e\1e>è¸\14¦ÏfFÉ=Ì\8c\92\1dZNF¥µCv?*e4½æ\90\14\9c\9eË1\8dñüaò\1dBãùC¯E8Þ\80\.\b\85¯»ÜÓW\14\13\9c½\1cNØI[è¾ÖA\9e1\fp¼\~S\9bd\87Éw
+ê;\86\9d\ 2çð\ 4ä\13ë£I¶²\83\9c¬\87
+¤÷þðh\võÞ°µ{JÏ\0èÕ\80PÞ;   Ý÷NHU¸\11T¡û\b\1fÙ\ 2ËË&\8dÈ%,\ 2ùzN}\b1|ݧ\9fsõH     \a\1eb\1\fè'V+Æ\ 1PÌÊÚ|c\11ê=x¶íÙ\1eflÇz\ f\9e\8cìp qB­Ì\ f\9d÷¿º¥õ³`\kë{hÌé~Í\99ñÂx<\81\81Êz¬È2\18\1dÇ\ 5\12\18Q¢Ò£\19\f\14E{\ 4\ 5°*»S\9aßÅ\ 2ö\98#Ö"9=¯ÍÆgáØ\8bpÜ=/èM\80ª±=~4«Æ«è\ fè\ f\1dð.0Ø\ et-ÈH\ 4\90ëÄ\e=0¸ÊPæ*=\8c,\95ëzv`\0\95@§»ý\8e]\9aNwc0Ô\eX,x\ 2z\ f\11\b\86\ 3\13%ÀÛ\9d£è~ \87\88Ñ\}CfýÒ±O\1e`ì!\12È7Çë\91Á,\16ÖêþÎ\ 4xm>\96ÀÀ\83\90Z\82Ékû1\12\812\92Î\99Ao\ 5,C\v\943´£º~Ö\1f]^\94ìå¨\9c³\9f·£³\11\f\ 6\b?B(\e!KI`'G×\11c\99N\96:\98aéd©\1d~\86Î\eÛ¼a94d½\99OÀv¤7ó\89p\ 22\18G{Úv\16ÊbÒÌ\88\97æc3\92\1drÄY²¾\ 5$ÉÕï¨@$\1a¸ã²Él\e\9f!Y|\8adqW%@t`\17u\80ö!YÊE§Ë\ f´\a\ 4_^h9[É\98\ 4¿¿"#·È¬\85õ³ÉI}\94rR\89\12LPácXäÌ\0\13\86ruôÁØ?\89(\12IPeªh+ß÷½§\130\8cØë)×á²#°ÂüÎpJ¸'4\öä\96U]\87ËGnf¾Ýµ\93\1753\1a>PW\ fe§³\94\16ÆtWO(>\a\85¯¿géÐú\a¨\15g¶ë;ï-P  \86EÔ}Ö*]\93\0=®     X\ 2\ 3\85ý\9aõQ\ 1$M\858S\ f\rh Qy\80\ 2Ð;I­Ð\86ônùvÞØS¡.Q~[\81Þ\87ÈJ ::Èin´\85\ 3¯9ÖªúI\14s;Ô\ 1ù´¥¾ÈÙ[\0%H\17M\82¼¨\1eJp ý\8b\83V(\9föxk'v\93\80ÞâÙ#\11\ eôNñ\9a
+PvÑb ?ù\14beÙ;8D\1fe\8dçëð÷-\94ïWÖªüI «\9dÖg\81Ì'\rÈ8É\8e'0ÀòÃh@®\1cð[\9c¶ÂKû\9c¾3'?\90Åh\80SÜØ\fõ>T8\1eÔ­Àî'Mº\82Ú@§\8f¤\8ccÇñÈ\0Ç\ e%0À±Ë!!!'}\9aÔB£È\91\ e(Ï'Y\ 3\1ddE\ 3\11]¥È'\81(@ \eÙ¤m!e¸qH¨·NYq<3Ð>G\9b\0'È1\92Ê\9cF°ÃÂÙ´$<\f      ÃÓ\900\88!!%Ö`H7P
+»Àp@¶Âè°\15Ê©mí\94>\9c\9aßøqßyÓ\95¿(*\9a1ïµ\9eJDÔyÉ\8f\12Ü57íºSÆ°?ó\ 5\95\ 1\ 1í\9e\93Ä \90SôÐ\fôî9«\18P0(\8a+vèú
+¶ðÈ\1dÆ\r\ 3Ozâü^¿Ø\90!\12èÇ4ûà°¾    :\e\14&\18\94)Aá       %µ[{\ f
+`L6²\ 2\97%%bZ\9c<V\ 2¹9i-jïE\85Ývë\97\1f@íÖïW#®íÖÝõMF¹\ 3\93å\ 5®óò\bïÀ²\80\1f\18`ZÍ\1fß& 3­ÖpÝM¾dvpÅo\1drs/gÔ\8eë½    P\9aÌêÂÝÜ\9b\ 3µáºë¾9À¸âül\ f#\9e\80\\ 4W¹b7÷ø\89K\ 1\8d\1fà\8a¡\0\ 6ªº\93$@^\94\r¿¯·QÚàúå£*·Aùë/ÃÚQYwÿ\b×\8eQL?­®½Î\87\17`D±8\ 1JÒ-Ð\86õÖ\1f\ eÂè@÷\15¤A#m#<r\ 4\ 3\1c\9bµ´\1cFQ\e\ f\ 5¨\93\94\11\9a ühDeY¯ãåpÖÛûK\9dõw;\9fÜ4Pè&ycYo? \9fÙ\1eïYj+`MÆ5\10âïYB\rÐç¿Á\1dÔßãÌÐ\ 2d'äwÍ   Ñ\83\82=\9f9áÍ\84õWè\16¸\80\812f\88!#\14+\94\80ÎÏyèFä3ë\01l¤|\13FR\ 3=#\82\ 6\ 2¼
+\1a\83\80NÏÅõ\11
+×"æIG^\1f³ìí@·Ax?\98f}CÐ
+F
+É7èHôBòü0\1f     \19â ^H¾c è\13ص\84\882\940%\1c($\8fjNHÉ©\ 5Û\91NN9Í\17r\8e\14!áHù¥\87ά\19ÏnÇÅ\10NZáª\85ÊUÝ2\ 1\bE\ 3ôZÔâIªD8\1e\93ë\ 6"F2\9dåN\b\ 6Fª¸W8\ 1\9dc\869åÈ\93ª8\1e\93\1fî\890)\1c8lªïYö\90\90ê\0D2\9d\97\88\84ÜÒï2ì*1B*x\17\fÅò±{Z\9eAq\82iå@ùN\82!ÝÀ]éä \12(ïQ\9e¦}ô'\7f\84d      Ókzï\98\0µPöÇ      f¶\ 3=\aìÐw        SHfiÕeø\0\90\19·sý¼Þö\ 4}^\97Þ\8e¾>\80\82vÈÒ\99=-£Þ%Ùsv< ñz»\87\ 5o\9e\f \a\ 6\90ë\ 4ô2b\87ä7\0 µ\92º÷\ 3´Ù\82%\85¯ pêAÛ£\14û\r \97\19´',H\ 56ÿ]Û\94ë
+\9c\9cTUzýº\a:»kìø$\0ÔJêY\ 4¨-Î'!À­QRÂnÏ\92Û\ 2ä`°6(\9f\95à\86\1fPd¤C:
\8e#}\18d\rÎ\11\10\r$\85µãHg\ 5´\ 4²"\99\9f\v\ 6k)t\aJ)½çà\16èÝ:ì\98¯û}"@\ f]\81NOz\rEh¿\14Ë\b¯\e ÇQ>B\ 1\8c3ô]WÌ\18rm\ 3(?\9d\9eÅQ\1e¢àH\1dõ
+'0PG\8d' §3~\83& ·\1aÙ\90#\1ai8cuÐ=\10à\1c\81\81V!8\9c\19(ÄÆ@,ÃX\10#BNÒC%Ðo\84\ 4\87´pàµ\90\80\81t\80å\9f\95@ù¾\878¢·g\ fI\8aFh\11nÄ®t ¹·\86\ 3t\ 1i}\14NÕ2æIOXû|Ìnà¦9\12VvV\19úWHÒ);Ã'm\aEÿ>i»Ù\90Àl\19E\ fS\ 2½\89^ ñ\c\84ô\91\ 2\fdzGÜ\83\94\b§eµ\ ez6-«ÏxvÒ²ô±5\13\98Qfë\82ÎozìNu~3\88Þ\8csÜZHËË\90±\1aêü&Î,ez"Â\90l¤ÍEÒ°\98wæÆ\13\90\9dY\841\95^6\121\96\rTA?\14@\16\ 5À[{co&ç5G§\11m\ 5¬78\f\ad\8a-îª7b\14»\16RRzyÑÂ\11\86ä      \86S#½Íýlf~ãÇg\9d\81\1e×Aû\ 1\1c\95Ëõ\87\85!÷»\9bÊLËM\82Ûpù¬6ï˵\87\85 ¿\ e\97\8e\8aK\ 5÷y\9bæ6^\ ffv´ú\91\86À¥ìèþ\ 3:E\B\89î\ fP\8a¸\9cr\1dÙá\97±\bå\a\1dÔ\0\99\1aq\1e©\0\ 4\ 3p\ 2:C[^\9e\9bÕA£¨»JH      Îx6u¾M@§x\93\9cãÆ:¤W\10¯È\f\aJ ·åÙ\ 26\f\ 3\ 3\14³{¶\ 3\10\87\ 6TpÇ60Ð\14{v\aÖKOlA\87I      °\83[¨7Â-ge}?ÂZbïp\ 1\ 3\ fX"\14\18 §¼GV4Àq\a(A\9dã\ eP\82ò\v\aFQw\ 5@\17\10!\ eë5¼)hÎ\98\93ÔH\a\ 6\15«À\0I\r' +ñ&ê \7f@\13ê ~\11!' \a©\rìX\87\84¦u'1auàG_ì©×\9a<\8cÈ\ 6
+@\17¼\ 5z\9b\ 2\18\90é'-\ 1\ 3©^\88îD%¦\14-ARùZg\80ñØH\r\ 4\9fõÆV       >\eNX¯\8eéxÈzmôÍ\90½\80        \95X'É!\90éñXXÕ\88\9aÕ\91ã\80\8c\e\85#èN"£\88q@(dE6\ 1¨BÀ\15\91        ìP\ 3t\9a\7f\87(¢7r.Uà]\1c¥ÌÒC\18\8a\ e\ 3­:à\ 4t~W\8dçz¯O
+\ 1\85\ru@ï¶\12²\ 4\83\9cá\96]\19Y@\84J¨³\8bI\8c\ 6ø\ f@\1cÓÛ¡'--£V´>µ"\9cØê*°i\9e\90ªÀ\86}9\0â\96\1d:)r¨C^®\9c9\18îã¤êF/é/\rE\8c¤:\10\11\8aN\ eê\13¤è\ 6\9e^t8·\97«p­
+|z\ 2\10I\a:\f$\8f±\'¹=VC\0\ 4X   \8c%ï)A¯\8c¼+\ 2vÐ`$ùË\9e¦Î\19Ì\ e/ãõܾ\1c\99ß>¯o\80¥e·ñò!Ã\ e\97¯ÝLüþýÊ»üt~˲ª«\0õ    \18½Ô_\ 1a\bËAQo\aé\ 3\9aå è>\ 1ý\ 1ÍRys\9b\80^\8c\1e\91\ e\f´Ù°hâ:^\7f@3!\ 1\8eôªI¶\85y²UÌ
+·p\80åÆ:$g%\95æîlAúX"\1e_\b²\9b\15é+°ÃºÞ
+èu\80|¾+qý\ 1½á\925µ¾M@ï¸äv¼\82\81·\e\11\94\ e0d\ e\0Éé6¸\87:Éé¡\12Éíj¬WÉ8\92Úx´\ 3\ 34sÀ;¨?ú\17±3\92\9b8zKk¶m\94c,?`çm½\1fàM¡5oÖk
\95!U"\be\ 3J´ÂxF?nÚp@##\99ÏÈ\e\8d4\97ÏP\8de\7f^\89ê¾?'­\ eìÄ­çÎ(G¶lR@À{2c%Ò\99n\87B\9a\81\8eÀNF\ 2"\ 1¯a1/\86\86f8P\f\r\ 5 \7f\80Dÿ~rÏ4 á\98T&\88ªù"^\f\rcJ9 :\1a\9e<
+\88\ 2Îëô\90.l\9a\rÐ-ÜöGQ} \99¡|à\16jj8ì\f\8d©Öò\12Þn\ 4ç¦òa\87õ+éù"ÎtC\14\90¹\85\b\91^\13\1e:ãáv'³ÑD\fØ\95ÉäH\8486RO\1f5gÌy^¼\ 2\99\1f\89     \89p\80 \89$"Ó\e\1aob8À©^\11Ìé&d\bær\17Å\98e\8a\85ì"N\ eÑó«ìÙE,\ 2\99eJË3\86 \89PÄ_M\fH        ¼ÎÔ:¬ÇzA·\8f\8füQ\82X4Ò3%`CÒ{¦\ 4H\13éo\16\95w\13ýºM\ 5Uvô}\19>\10SÙÉ÷õórHeFx\1d.GTùl£x\9b½\1ePYVt[½\1cOíHz#O'.Òæñjj$¾\81îkΡí\e\b\ 6*Q}]\81ÞÏÚ\10à6\ 1½\9d´Ç[¨\97´{<\ 3ù°Ç\19\ 4tL\80·ôÆ\9b¨75\8fH\ 4:Çç"¶"¹zÄYýP_\84ì\a\8ezï?öQ\88\8c\ 4\az\82c\14\95¯¦Uª½cF\9cª×\80\88\1e÷dôý\ 1\9a\96\1c}\væ:óïH\87\ 6º¦ìØ\8ceGæ\17M\a(CgüV\aËyÏ\12\b#úI\81ÑS=_Æ\99v8\ 1½-:\ 4Ò\ 1\ 1\ 6\rÆh1o\84¡\88l\ 3>b\14\93mÀ[Z׳\ 1Þõ\ 4\f#~\85"\90¯IW\9e½'\ 2\r­X?­Ù\90\ 4ôöYÖ×{Z\aË\ 5×~@F¾\ f\ 3Ê\81¾è»æ\béü!
+\ e\v\94\9f^Ië°\1f\11\ e½?Iz)\16¡ü\1e\f(\a
+ê=F\ 1ùbN\b\ f\0ãÁ\91Æäû£¤"\10\1c\ 4Ñ\1c~ó-Ärf¼î_¿ùF\e^$¨E:Ag­É§\95`E®pèñGdÇ\ 3\ 4\9d½\1eyÿ\ 1ùÈ2@$\1d¨ 
+YsÇô^FÆ\13Ð-y×\ 2\9a\1cÆ3z5.L®u,\8c*\16ÒZÔ£\89lnâ\89\16\95Sýâ\fxQ;Ô\ 1]\84\1eº3½¯6L­GÞí\vp\ 2úY\ 5ÄB\1d\8b\8f\93\ 2\8d\9dcMWD\82\8a·6Ç\99©~Ö\ 1\91L'\17\8e\83\ 2\91\`5é\10Ëõ\82jÈP\8e4wÏ\9a\ eñs\ 2ìOu+ÂA\9d|?,\11\96P?'\80H6RR\8e' »ÓDr[\9de·CÏ+\94¢®\11ì @ezYMºº\87øÜ»\1e\13¼2´©ç7­r ¥ÑÀ¼\8c_Áø\81Îà\85è¾\ e\97O)ì\98à6{9¦6vê6^\86QKënãõjâE\14?å×\16\93\7f\9c}ùÒ\8b\88þM\13!\7fùÒI\1aDEè\91\ 6\ ehpí\9bÒUá¯[{ß&àõ¢þ(j\11¯\89G3Ðû\89Ö\9aöë\ 4ô~¢µóJg\ 2\9cg_Ðxý¨dÅ\12\14î\87\19Ï\ e\95Pæ·\9c\b\83¼·7\12\0¬z í\8f\8càºâ@ëÈzÍÁç\91ÈÎ<{HÄKÚ5;äãE$êu\17ï\9b\11!Ù\\94 \94\7f\1f{#\89\1c8\99\19ð¢v\b\ 4zñMmÞr\15\81Þ!Þn÷L+Q|f\88Ö`¼+\ 1Þ¼%JPÖåú;JØ¥úg\ 5°â\90J~Ìü`÷ÞìÄå\aÐÝ\9a­\89\9azlÆ:×\9e¡\ 4õö9;\8eÉô\13·\1dN@gØ`P8Òû\ 5KPg\9a1\10Ê'~ÁA\14Ðë©!\10ê6P\vêûa=Ù\ 1¿>Bò@pTï¯\8e\81\15DM\87x\83s¬Cú½\90ô019:\94?I\r+ÕÞGrV\13\ f\83Rý^È&GTD\ 2\10    \a\ eí2Ô\ 1ý)ß\1dk±®\84ûl4`L;vÆz=ô\82u@¯\87^pH&`yi½a\fU
+½Ö\e\1dª½\e\94\92æÔ0=Ö3\9b\b¡là\rO\88d\ 3G\ 5\11~_?m!@¦\9fuÀäXÉ
+\8a\ 6Ô\80°£\ 1\9cªÇ:(\17?ÄõYH\1aqr¬oá\ 6¿¯Ï\7f\83á\80Þ}&C\13\92;\ 3G\18\10\8e´nÁ!õ@ë\16Í\ 6)I\Q¬£\82\9cè\87;(Sd\95§\9fôDµsËdR\93<\ e§ä¼ö(ç\7f\12\10¦\80QH\ e\b\8d¦\8f\93\8f,\18?\15¿î\ fÏÂA;+\8b\93ÏdØí¼8ùJÆ\8e¦? >ËÈbï\85\a\1a5uý~Kñò\82|8\ 1\9d uh\ 3\ 6
+\91-#ë|\9f³ü\9a\09I\8fõW?¦°.v\1d\ 5¦µì¡tÈ¿N@?nv\11­`àùÈ\88Uxà\ 1\ 2\ 3\ fp\96£¶8÷ÊHm\eÓ³Aæ\85\9c\8c\9d'\9bè
+6d\85\ 3¥à\e\81\8cÐe¨\ 3º\15gh\85º\ eÙqeO\87h9¿\95\1côp\9c²\83\18\b\aØÁe;ÙÁË\ fhìà»g\89\83fäõJ^\8fDÐ*\11«A¬}cn@¢³\83\ 1*\81Þ¡>B$ÔK±£ö}Þ_\1d+acEô\11Ò\14\8a
+t\1e!å]_ \ 4\ 6ú£c+зp\83\13\10¶°,À\12¢Øy7\8d*q\8e\12\96Ó=$@"3ĵ\9e\19Õ®1\93îüx\ 1Stç\8cbÆ: _M\vV÷0é\v*ÇÝ\8dèÈx\ fw@çØ=\9aÿ\10\19\ 1e\98\ 3öÆzwð\bw`à M'\19\11¥W\13Ì©\ 6\9eÐÔ¢  ÞÝ\1c\ 2ùÀ\13\9a\81Ý'4\19Á\8dQD\7f\a7C\1dÖ%\90µ\1dè\12ܽ¬\9aÿ\0\9c\80^F¼à\98Z\7f;q\81(¢3ì\10\ 6\91\ e\11v\19£\98Î.ãhL¯¡õðûzwö\0¿¯·ê\b*\ 6uØíîü;­Í'½@mmÞOêÈ\13°V\88Þ\veøë\9d*\ 6\10\8eùúY%c§µ- &(Rkô\80\82pkzß%\9cUÊå\87\91\ 4\83:\8aíø\ad\14«­É'Q,a\14\94Ï\88\12     \ 6å>\94    ÓcrR\9a¼\7f\14\8a$\18Ìé0R»ÕtæßíKÞ\13 \v\ 6\8dÞ\ e\9d·zh»\18\aÆë bÅ\93¾ûZ\13y¾s\87Ó\97åo´L\98{\eÀ-hùCmÉW4\ 1¹àǹ\87\v0ûé \90\17\91\ai\ 1ì}\b\17 \ 4Û÷!x\11¹&AZ¿k\81À+«\9aò£."\1dÔ«Uêã\9b¡ó´\0ÿ\ 1$\81\91\8e=Fë\84Îó\fÝÆæ³Z¼A%\1aà§74^ç§3\9aÿ\88\ 4   \ eé\12Üñ\f\ 6ÞïÄ3Ð\9b\8d,\9a!s\82\1a#\89^\ 2í \12è\9d
+\8e*î75u\ 3cù~sí·2©Fõ\ 1ÏÛ
+¤æôozÒ\92¢+\16\r\94\91GlÉz\19y,üæU\ 4ò¥$\ fÁ\10^\ 5`UÜ\1a\14ð*n\b\ 5\ 3UÜX\82:C¼j\12¤\v\ 4e~ÔoÐ!ê]w6lÈz×\9d¼iZÌ{® \1d\18éº\ 3Ñt\80!]°\12è\f)\ 4Ã\81÷\13\1d´\ 2\r0¬Ó\1dj°´¨«Ä\8c#\87V¨sä0*\1cè\8a\1d üô\ 2Þ\0å§wÝ\89(,\1f\r±¼zvù\81ö´v'¾ÐLðå\12·P¿\1fä¼`ÿ\1cÿeZ@#²W4ñV ×k\ 3K"B3 ÷uOm^v\13Ñx=(wX\02\869\8f&0Ò\80ÐÊ\87Ýh+áÏÄê\1d\r]'0Pw\13 \b\85ÒE\9b@\ 6*ðúÛöÀ\1fßGª\85;7\11ê7¤\13þ\ 1=/°+]®Ó\12»[ºÓQC~=÷¡\19lh\ 1\ 3Õg\eÖb9\1arö<A\17\a\8flF,µÛµ-ä\89U\90ì\90^p\86Pª?\ 4\ó²É-ô\vTÁfþ´ìÆZ\8dÜpDv\ 5õ½©ë\ 4ô\a¯|Ò\80\8c\ 6´\ 1®@ï{å\83¦ÄüÁ)\88¤ÂY\9fÝÍ5\1dîv$g}07ô\ 3\ 3\9d\98÷¬\88gEÐ\9bé¯%A \eà©}\86Z(\a\ 4õ½¨Ù\80Àg\88\ 3ò\91»\87\17\1dÔ\9cÈuÞi¡1ù\82t@ïu\11 \10\r\9cv\ 5\88D\ 3e'.IfÌ\eQb\1c\19xnj}6\81\80\8d@>-«iM'\9c [\181\fèu\1f\11\1a\81\a+Åî!!¿\9b\8a÷P¿¡½já\0¯=B[ \15s[í\8f{\94\a§\86Ãú[íQW\0äûYû>]ÿ®\85\13|<JKF\9aXbG ÷
+©Wc{Î\98\96\r8\f\ 3\84ÛD\11àv²Ñû3"óîëv²t\ 5\1eº\ 2ýØ4B$\1cx²+À X¿Ø(F\84\8cÞ9ºX¾é\9dËx½UG½\1aÛK\8dù\83WZ4A7`U\81¼Sûs]\0jÝÅ\8b\7f4_Êjw°\ 4õ»©2\8e±»©Ø\97\ e\14ÿ@g®_Í\84ñÜ@û¶´<¤W\12N-GºPj,\1f\7f.KÌ\8b\8e\87\1cS'Lò\r¼¶\ 5ÍX¯ßÂ\1c\9fìI¬zh\99kE»\95¶äK§\13-m"    ?¯·À,np\99k\ 5¼£¯\8f´°\áø\ 1\8e=JóçWcw8\ 1ý^¡=\90²tZ Ò\15\98ýuõ§s¹u\99lc[Iöåë&²\94\9fµ;iË\+äúRUO\aè½Â\80&0À\8bÔ\ e\96\1d   ðâ#\a' G³µ\83å\r\ 4ôÊ\17ËȺ(@
+À,\94Y:\9d\889Ç­¡ -\1eÚ \15Èݤ]F\ 2\0\91\ 4ÕbK©fµØª({ZÌ9j8\81\81Ú#\f¥zóB\87&0Rõa×ü\87\1aH.H      \aÚ/z8\ 1Ù\17z\88D\ 3,}\10}9-ü\89Ð\8cõ»¥Qt§T\82I\8d&\18ɾk[Ø­\1cêøs:\81U\9c\0¿]«é\10\r\a\14ú)A^'%`u?È\19éHêIH¦\93[\v\ 1\82uÁî\'X\9dæ\fùåT\88ÄúÅ@\ f¿¯\17.\89\ 1\15¿\e«\191§Ø±\ 6èüp|æÊjåPÏ\95Q       â\80N\97à\ 3\18|kP\12m\88\b\85\86(z(\ 1ý\9ch\vÓ8|yè©/\ 1²\0\18Ð\rèPÆ\13Ð\e\80\ 1ç\ ecz½\16¼\92ì³:\10\17\18SËÕS\aÇþ\88\9a¨÷{'÷°ÞïíK\80=5%æÆü\86\8dõÛ\8d\ 1g\86\ 3$=\12Á\0I\8f#J\9dáMÏÒ¢Ú\7f\99W\92~\12Èê\rÝIz¥\92ô³8\12q@©_1®HÚ!\98è\ 40\92ê\r43\94 ~Ò¶»G\14]$\ 1©|ØX\eXÎ&%\aÉÿ$)IN\9c\0ï\80©"9ë@9Í\11º×¿òñ\vé<¬{iaø,¦v²;¬,}?¦cS\b\16\92\¦à\e=`\a\8eG\eÌs\rßO\ 1\1d8Þ«\0OK,\14×qMíûã:ùÄ·d\86·ñ:\14\96\vz×ñ:\12î§ønÃå¼²\9c´Ýg¯ÓÄ%-¼}\7fà\9a1\9e\80~TPÒÂÛ\ 4t¢Ýá     ÈûoDûü
+J4Ñ[\ 1}$'Ø\ 4&ß7±6\94=\15¤"\8cX\ 2rbçÒC%JO\95¨ðS=+âÅì\b\ 4ôÆ[öÔÓ´\0J    hW\0¼\18\1dN@?+É\18\ 5õ\9bÞ%¯êþ\0\16,\ 2½\fvÁZ,<\97ueÚo2Ô\9b(:Õ\13\90Zj·#\1chO{zm(o\12hëái!pд\88\8fÇZ¤_\10\8d\bJ\aÞfðQD\12NµCw$³\94\9e@\99þ^׺hÞ\80\9eVlP\8dõf¨\e\ 4sýªyF\12\1cA\82\8c¡DG\82\1d\86\84º?3²}V\84Ç%]Í\1d±zv\88$:Õ\r\83²67dÝX\ fªþ\bÉo:Øvc¥·\94=\ 6sý=w¿\8ba1©Æ\ eQÃRÊ\94b(ÓÏþCÔ¼\ 1'»5 bÞ,$dEº7³N\94ýï³N\94Ð\86ô{Ê0¤\1aáÚab7 À\fqPï&\v\81\10ÅFªÑ×G \14\17Ñ\17ó\1f\80\ 2\ 40\1eà\ 6\18Q~\9b\vi\1d\1a\r`0\18]Ò`\90¿Ó\ 4·Pçø<Ä\10½\13dÐB\ 1\ ewP?)\bbnN'ð0³µV\98Ó\91\80\11íýÄ\90õÒ\84\9e\80\15ªðÀ3Ip¼~P\0\83Á\91\v\1d\1dé\84\89L` ~*b\18\96kgbMl'ßÏM\v\8e\87õw\86 \ eê\17T\93Ãá°ìÉ\12\8cætr!y1#à\13\80\12\90­(a\1c\94/¨¦`J8ù`\9fqÔy´§u\19\9eÀð\81S{³ÁÜk\ 6\8b\150\9f\97SoÃ廡;úú\0\ 6\eÅ\9d{}T\19C\8d\84?T̾Iëç\8d0áîë\vðX\80ú\ 2ÊåÞÞ\ 2h\9f\88\0õGN%\@ú«Ça..g\1c\96;\8f\83ðw\96\80h\1dtÂ:¤w+IP\89õ:h˦º:DT`\83[(\17\1c8K¦fuØH¡\9e\ eS\ 1f8\ 1ý±µ\1dM`\80 ßÑ\ 6\f\14\1c\86:\13 m&\16¬Ãz¯\11\87½È@\ fÊø\b\a½\9fÕ!«\ 3Ç:¤ó\82\ 1\19áÈ\1e\8fóBr\b\84@\ 2_w[¹\ 1aËjõ\9eY\9aFR«$ï")ï!     E \98\81\8dÏïê·Û\ 4¢Þ\80\86\89ñåznW\r\15<\ 3\105ÂX¨«QÅÂîû\f¬\96\\8dh\18?\ e½\99έ\12(Ó;-8(A9¥
+\1e\81ù@#Ò\10à\16ègþ\ 1bÙ@¯\8b\bý¡^\8b\rC*½wWHp\võ³ÊÊOObqÀ@¤ß\87X1\12ê÷     ¶gyMÈb^Ãk¹5\15¢\13 !\91^\ 4\8aaD¶Â¨\86Dt\ 2NËl9¿\v£ê\ 1~\17\1a!P!Öíd/Î0}Ýí\84J0`\1dÒ%\18\913\1cxk*BO Ó\8biöûÆï®\1a\ eóBfM\87ùSGX\87õS\16\9cÙé§,\e\8cªÛS\16>\ 1è     \ 6
+\99á\ 2dr®2ĹóØ\13=æÙEz\81ZÑþ\10\87Ò¢á\10å7\9d*B\1c\10&\a­\0\ 5\84\18\88\92w\1a\10±K-é\15P\81°^\7f ¡RÄ\93v\98\b\12Ê\95G   \92\\ 3$­qÄÛ\_vKk¶¯Û\82Ó×\8aÐ×\a8ÆÒ°äöy½\8c\19.^\ ee\8c"Þ:/#ð·\8ef\85o\1có\ 6' ?ÄîÖGòsÞ=ÚþZ\ 4Ý[@úX"ü\81p¶Â½ý\80Ó)Ö¨­\80\17AC\ 3\0    \11\860\97\96²\80ð5\84u\8b ·ÞÃ\ 6\8ccÆJ,;Rë62-AËhf\8d`Cß\1f1\82ì%#àEÐØ
+åÚKë6r°åSý\ f+K<\v£~q¢\b°\16ûò\ 6vW\8b)Ág¡ÄÍ\8eõÇ\9a\8c\9béÚ!c\89Ñ\ 4\ 6ÊW}\10\91\94\8c\ fÏ\94Ð\aY  q<k\ f%\1dæ8Õºª²Ì×\15è\ 5¼      ªÀ\0M\9e \10é4y\82\93Ô+^\80ܺÊZ\82ß\7f \89\9d¶£\86ú\9dR\~ ½ÓÖ\ 6äÛÇ\9aß±à{øõéÌØà\90{ÿ¿¿\1f\7fþͶÃñÂU\88óû9hßß\9aïç·NØ\e\1f\0yù}\ 2/ÝÍç\99\81F\82¯ÄÉã\1fØà\ f4[xªÜu   q9_IA? \ 4\14å\a\ 2^B£ÆmHU\96\10\12ü\81Æ\8e^\90}G\82ò\v\11O\ 1\80á\92á\ f\8f©\ 1\r+\9e\81@\94\17\85âºÍ QÅÜ\80IQÅ-Ã%\04#û\98á\ f´ûØjÒi\1en7\19¼|ûw3\0÷z\88*î;\\ 20\86\rZ\93/7¥ï?\0*8î$QÁ3»¤ù
+²Ýç%ßÔ\18Cn\Âù7\1e\9bc\92\8dáxÀP2\86V\95Ï]¨§Ç·\194?@\85\18ð.\0Dùú¢²\7fxQÙwJ1{\17\95ý\-í\ e§¯\17ñYhì¿®ác>yÇ«\97OÜj\8aî»÷ªØ»]\ 1Î@fj\9dÓ$@ó3\87E ?\aìÑ
+FZ\8aÂ\ 5ÈçÎÎ
+@|÷R\ eI\10C\ 1\81ë\ 4t\96$"\1d\1e`Iìvám\ad\8eÏ\9eýêÙ \7f´kÑt°×\91´7\ 1\96\9cØ«_\87*ÍõÕ-\1d¬¦·pC[0@rdlÅ:Uh$ð\ 4­\90\f°ÞÍrYÎ\80èº\80\81§\84-\18èì\0ÍîìVMO\aé\r×Ò\7fª\8bÄ\9c£\10=!ç\b\92(\ 2²\ 4Û\83m\92e     P\v\aX\96\80D0À²D\88\ 3\ 3\1cÃ,\12\eE\80¬`d\v×E\9a\0\7f6\fO@o\89ºùi \9cE\\8bf\ 5ü\9e5^\81NÓd¨Cúó}$"Ô\95\18\87\84B]¸\95¡¹\93¦¸\8a\17\ 4Ã\82°|`\ 5\ 1bá@;D'ï!{M\19îáÀkÊ\9a;æMY¡;Öoª\a(@\19\ 6\82%e\930`=M»0À\7f\0\87\84\ 3kjzÿ\ 191
+       Ï@¯E4¶³\9f\19±J6\18VëÏ÷mZbD\95\0Ç\84ú\93Ú\19)ÁÀUu\b¤#¯ïíZHFKh\16Õ\8aÈ-Ï\ 5mÀ@cÜèD3¢EDNÃ\11Z\82ãqP*\eA½*=K\ fØ»]Óô@½,Ý\11\ 1;\81?JñPb ¿Ú\14EoøU1\9eæLØek\8d_àµt(;Öq$âäX/f\ÕÜ\9455Ź©^\8c\98\9f\ 5ÅQ\r)ùek(\81F\ 5y%\1d\ 6¢\81Jºø(/I\v\86\88\12\8cèôÄÌz\82ö\ 3\0ÈÑ\r$V)<3â\144#f*`±\84\9b¬¥Ìeú®WJ\899J³\0ש\84¤\95h\11N_ÆP;êéN\9fÐc\vþ¾~ÏÑ\fàö\ 3z3J£É¯+Ы\88Ì\93»N\1d%g¹74\ 1]\ 2\16       ô$ÀYê8¹\87VJ\87·@î\ä"R\82ö¾6]@|¨\84     ~_¾\19ã\12\12ÀÀeç5\88óï\90Ü®SQNm`Sm\80\91ä\19\8d×\9fíÊèû#(\90Ñ\ 4ħÓÎJº\15áè\0»µ`\18Ð\1fì±\1ezÃ24\96zQWÀ
+áVI    ¨\ 4<Æ!\99\eò\1e\9a¡\1cN×v¢] e\1c5ÚÂ\ 1\ 1\ 4´\83@   i\15V(eP\97\1fh«°Ú\13\7f«ÄC8xÔ?\88@\Yî\ e\10S   ®H\ 5\ 6$¸b 
+u`×w»ºá\10oF
+u\bÔÎ\90\96\19\86\83í5Q
+\ 3\10Éн\10rÔ³\97\8b)®s³\85â\88]\ e\9aÅ\91°hÎ\84²S\v\8a\87\ 6\9ek©$÷l@TYîIw\16 \12¢¼\1a_q\v\1e\ 6Tz#ÁÚMtv\v\ 2v§²3\v\11\99\81®ÅÇmmI\8bé
+\92\1c\143\9a[LL(Í\r±p\84æ®\99å¬!b,\e
+§¶ò%¹\90Kqÿ\r\fõ\9e®\19\ 6ÖzOÚ\1dÇ\95\88]s\aôÂóâ5=æ=I!\14é\97U\17¸\0¡üÄxî m!¥øpT©÷S$éµ~eÜã\98B_\81\98\1e÷ÞÞ\9a\rkíí­¾
+\90ùGm\a¨
+%\18\16ë÷\9d+\10v²SNs'i\ 3¨\ 6l"\12S\96xÓ`\88\1eWe\1cÑ\f¼}å%  P#Úñ\ 4\ 6\9e®Ò¶\80é@²ó¶Y\1dHN£xhOQ\98[\ eè@
+ZTKo\9c\a1¢a0bÑÀ2wÇÈ\8e¬\97Î\15#Z\8cíÐçõ\96\9cèóº\17ØÑ×\aÎy¬\86±3{ÚÑs\97dO\19\88\96¯ï\97ñÛÞxó\84ÛI7\8eû:\ 1\9d`uåJÉ2yÑÕ£ïK%\98e\ 2\1eK@\17aÐô\97¶ô\fëIÍ\1cÕ¬_·V'\1cq\84\13\18h  \8aTx¤!¥eD\1d       P\8aÕÊvfmЭ\10Áô    ¬X\aä\94®ö\14í)\11\rï\81Ü\b¯òä]% v\98!\8eɵØÇ}ñ·\13º. \8dæé\ 2v\88ãº\16C$\1dyîhÑ\90\9c\ 5"¾ô6Þgï*Û½°\ e\12Ò\9bº\1e\19Á@\1câE ã×½¡
+
+@úùâ\95¤BüÅ+hÆm)9Ý\82\ 4qD§xí¡\99I\1dö+\ eF¤êµ\vI}õ%zé\96Wq\88\8apÓü9¥Ù\8d\19º®@¯:¨,÷¤/¨¥Ü}gÄ~`Ú\99ÜZ\8aÎnb}ójv\13\ f\9aûÉ&\ 6cfz\9bHEP£º\8e\b(=ça\=@Sã°R'(-)ë\81\19ï*ª\ 6U\9dG·z\91=o\8bú,5©¯võµ\90hQ\12µ\88\1dz\1e\19Y\7fÝzb½\8cüôèaEp~¬V]\81=\19Ó[\ 1Ý\83\f³+P}Áxv\8cEúi˾L"\81\8d\87A\95Î\8f-ÏR\8búðÖ,\9aG\82¥\ 3åÜ0¦Ðiv\a%¨s¤åÄ°\17\96R\8eÙ«\89\ 5a(\ 3ö§r\\1eqX9PË­Æõ¬/+ÄAýÝ©\ 4¿?þnV7¬&\1aL\82\92y}\96\18ÅíYbttU}\92\18Åü01\8a\90#Ô9¾¸k&Ä\9fÍ\92CRÂ0\8b©-¯äÖP\987e\85\8eT/ÂK\84å\e\7f6k\12\85\13\8e'\87\9fÍúÚ\ 66ÿíõ\93\7f<\9f\968þø\87úÇ\8f\98_ÿõ²¤¥þÇo/ë\8e·y\9f§\ 5¯øa\8bñhIê??»6bC=\8b\8e¿)§K×>®+\88\1eî\8dfÎú\93R\ 1~\eÞD?më®óëÅlnÃ\81ãÈ\11\95ºÉÛx`öw¥³ñ   \8d\17ÌÞÆïh¼pÂ_Æ\97Èá6¾íyEÄgMVzòkuç´\ 2ç üÁÑà]þe|9_?ZY~6JÚ\84\ 6\1deý¥úüúýM¸\8b\1fÎzµÛøF{\99ò[\8b\94ÛxY}­EÊm<À\8c¶ãXú\8eV¿\8d×õ7Áý×õ7©úKô§Ü!\e×\9fòý\15Í\7f\93\ eV޽¶å\ 4¿«þ\81>[dÿ7¸\7f\82Ó*óÏ\1a~´û_äW\98¬ÛüuùíHþ­üèþcü\95÷ßcümæß\16¼\9eß·g®ã3À\ f,\7fëÎ2.\7f\e\ f÷\ f$ïdý\1eÙ/Ò\7f\8c\7fÞ#ï«ãßѾUÁ¿6æ±ñgaÄMþ\ 2\a\1f\91üÚùÓý\8f\b\7fÚýgöcl|Ï~èþ¯H\7f2(« û\ fñ«Ý\7fæ?ü\ 6õGð\1f\e\8c\1f\0\93\8fó^µßªüügYI\16\98ø2ÿ¼"ý\11î\0\97ùïhý¹ñ\7fT~8ü\1cø>\8c~eü\b\vÜ?¡2ÅÆ#ûi×ÏÇCÿ-ûÏà\82ä?Ñþ/ñ³Vý6\7f¡®ÉÆÇóû×ñBÚlã!~\81.\ 2Øÿ\1f¥ê`¼\80ße|L\92þ£>\9fçx´\7f{\83\7ftÿR\12ã\1fò}\18¿íà\1c\vǯaEñÃÞà'Ãÿ°¡ï#ÿ\8fýOÈZþ@í\17Ço²ÿ·\12óYÿ\1fpü¦Ï\1fã\97ôBæ±¢£ÂüIü\1c!þ´ù\13Ó¿\bã/]ÿ\8fúneþ,þ\89\18?dòÄÚ ô×OÆG\14\7f´Õ\b|<\8c\1fõñ   ê\9f\8c\9fV\9dÝÿ¾\87ø\117¸~áààÔ({\8d«ç\7fèüË\e\1c}üÇþ'î\ 1\8coϾè÷aþ¥Ô\ 5\9fß?\1a\80\93ÙOZò#ÿ\91 ÿÔú\ f\86ÿÖÿ£\8fÿ8ÿ5ζ\97ÿ²øÑê²{ñ#\1f\ fù\8bf|+ÿ2ÿ\90Áþ¡c\ 3¼þ\12þ\1fï/|µ|æ>JY÷uxë=\98÷/UÝ×á­ógäC\86_\17b¿2|GÃÁ\81\a\16]ñ¼=Ñ1æ¶8ÞÛ×\ 1pbàsåå\9b\9bìtâiAßo\13\aN<£½kçÏê.\9c;\81ç2^á=íópúà´\8bð^^S|ÊÛz¤{\ 3¼m91¿\8d×yÛ\80´o\80·\rPýtÞ¶T\1eÝÆë¼cé¹Ò\93?U\9f\98\15õá´7\9a>J\9bÉô\936ýöû¥jh9\1f¼yeoß[ïwâû¯?ýðã¯Ü7÷í§ßþ°}\1cÿ\1dO3\94?üôÇ\97f¾bÏ×\8f¦W°ÿÓo¾ýÃÿøó·?üþ×?ÿéo?ÿÓ·\7fùç_}ûË_ÿü\9bÿûë\9f\7fóí\7fý¿oÿòo¿üþ\ f\7føöïÿðë\7fÿÇo¿úøöo¿ÿù?~þë/ßþË·ßýòË_þéÇ\1fÿþ÷¿\7füò»ßÿíãO?ÿòã¿¿\16òÛ¿þÏ?ý\9f\1fÿò·cÜÇï~ùã\1fþñÛOÿû\87ÿöÓkvÿ\1f\86ê\89¼
+endstream
+endobj
+8 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 597 0 R
+/Name /Im1
+/Width 46
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÏA\ e@0\10\ 5Ð_$µ³°`Wâ\1eê`"=\9a£8\82¥\85¤fZF\99Å[ýü\9f\ 1rð¥j÷Z­\7f\9b\8d­\13\87\9dí\13§ã¯\9bE\85%8\8a\19\88\ 5*÷µ\84^\1f[h\1a\8b\1dò\9d\ 4\1c_©d¾UäBã ù(\7fn\83\ 6:h(c\1d\95+\7fF/©\7f
+endstream
+endobj
+9 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 598 0 R
+/Name /Im2
+/Width 22
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco~ð¿Eâ\7fG\rÿ\84\1aö\ 5@dÁ~\80\ 1\8a\1aÈDü\a\18þÿ\ 3!\0ñ3\19I
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 599 0 R
+/Name /Im3
+/Width 25
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÌ¡\r\800\14\84á¿EÔ\10º\0)+ \11$¬UQñFë(\1d\ 1\89+\17@\92Ë\97Ë\99ã0h\8dÁ6\ 2;\13éÉLÔ\8a\14ÉDË\ 4»>½w5üÉRd\7fY\92        §\17¯\7f\8f«#\9c+,\95\e\18·
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 600 0 R
+/Name /Im4
+/Width 44
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4\ fêÁd\1d\ 3\7f\ 3û\83
+ Éø \0H2<H\0\91    \ e R\ 1B\1e\0\91\ 6\10²\ 1D
+à'\19@$ÃP#å\ f\80\98ÿÿ7@I\0%O4\12
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 601 0 R
+/Name /Im5
+/Width 33
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco```ø\ f'øA\ 4;5\89\7f\19Èfïa>ÀÀ>\81ñ\ 1\ 3û\ 20Áð\81\81ý\0\9ch =Á\7f\80ñ\aÃÿ?òÿ\eÀ\ 4\0×Þ>5
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 602 0 R
+/Name /Im6
+/Width 38
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½Í¡\rÀ0\f\8b\f\ 2»Q»V@AFë(\1eÁ0 ÒÕ¶ÚÀÀ\92\87NÿH*HÞ¨\8a\ 3¢Øº#\97S40\a\82sI\9b\ 2\99Êhæw\b\r¿PÍ!ûË\ 3ô\1dE]
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 603 0 R
+/Name /Im7
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÀÌ|\80\81\87á\ 1\83\0C\ 1\10[0Ø\0¡\1d\83\f\10Ë\811\a\103 c~ ¦?r\fÌ\ fä\18ø\eä\18ä¡êl\80¸\ 6\88\7f0ȱ °\1d\18W\0q\rC\1c\8b\1dC?\a?3û\aæ?Ì\ f\0y\93\15ÿ
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 604 0 R
+/Name /Im8
+/Width 25
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?ÀÀðÁ\80\81ñ\0\ f\ 3{\ 3\13\ 3?\ 3\13\ 3\1f\90\94c\90\81â\1a\ 6\16\86
+\ 6\ 6\86\1fD`\90º\1a ¶\81à\ 69 æc`\ 4\9aÈ\b6\1fd\ fÈ>\ 6 ½\0é\96\14%
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 605 0 R
+/Name /Im9
+/Width 20
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccp``@F\a \88\11\8c\98\ f\1f`à?À ÿÿÁÿÿ\ f\98Á"¤ \ 1¬\88ñ\80\ 2ã\ 3\ 5\86\a\ e\f\15\19\0¶á#Y
+endstream
+endobj
+17 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 606 0 R
+/Name /Im10
+/Width 13
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg\90o\80@~\ 6ì\80½¡\1e\bù\eØI\84ü\aþÿøÿ\ 3\0)\e\17\14
+endstream
+endobj
+18 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 607 0 R
+/Name /Im11
+/Width 14
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoø\ f\84ü\rì4\81ü\aþÿùÿ\a\0ðy\1f\87
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 608 0 R
+/Name /Im12
+/Width 33
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoøÇÀð¿\99½\81á\7f\ fó\ 1\ 6þ    \8c\ f\18Ø\17\80  \86\ f\fì\aàD\ 3í       þ\ 3\8c?\18þÿ\91ÿß\0&\0\1f~40
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 609 0 R
+/Name /Im13
+/Width 33
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83á\7fÃ\7f\10Á\7f\80¡\86\81½\81Á\ 2D\1800\1f`P\80\10\8c\ f\18\1c Ä\a Áð\81¡\ 1JT02@\89\1a\10\ 4#äX`\84<\88àç\80\11ì\13àÄ\ 5 Áü\0F0\1e@!@¦\ 3\0}\1d\1aÕ
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 610 0 R
+/Name /Im14
+/Width 22
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccü#ÀÇl ÁðÁ\80¡ \81Áà\ 1\b   @Ð\a\ 6\81\1f\f\fu\f\fö\1f\18äÿ3ðÿ?Àüÿ\ 1\88Ã\b\14þÑÀ`\ 3F2\aÀè\ 1\bI|`°øÀ`p\86!á0ã\81\86\7f\f\0^,\1f0
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 611 0 R
+/Name /Im15
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?ÀÀð¡\82\81ñ\80\f\ 3;\10ò3°7È10\ 3y\8c\al\18\18\1f\80p\ 5X\ 5\ 4ÿ``ø\81\ f\83ÔÔ00~\80é\ 5\99\ 5 sÙ\eøÁö\80M\ 2Ú\v\0>\97&\9a
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 612 0 R
+/Name /Im16
+/Width 33
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoüÃÀð¿\8d½\81á\7f\aã\ 1\ 6þ    \f\ f\18Ø\170\14\1f`¨`\0
\80\b;\10!\a"äá\ 4?\98h L j\93\83\9bg\ 3µ\ 3\ 2\90½3\98\ f0°·ñ30°7þ`\0)!\87à?\0$þÿ\81\11\0½\83+S
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 613 0 R
+/Name /Im17
+/Width 17
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿á?\18\ 1\0\a{
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 614 0 R
+/Name /Im18
+/Width 39
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85ϱ\r\80 \10\85ág((\1dÁMp-\v
+Fs\94\e\81ò
+ãó¸\ 4\8c\16Ú|               ùá\91\14\90<\10\ 5        A0\17#îF\10crª\ 1G?©ý²ã\ 1Oytiù\8c@*ú1\96ñÐ\9dß\1ay\90þÉOôõ\ 3Û¶\16[y¶©\8a\v×mVÕ
+endstream
+endobj
+26 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 615 0 R
+/Name /Im19
+/Width 40
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9d\8f±\11Â0\10\ 4÷\11\83\9c\89
+,: \ 1Æ.Áí8p \8c¶\\8aJpè\80\19ó'\86\80\94d£ÿ»=\18«aÇ\1e\88[\1fÈ%D\ 6x2ÃÄ\ 6\90Ã
+)\16GrÄ\84#;B/\fÂÃaË/<\ 4öÿÐ~\97/>y­Cm¦^\93Á)5¸ÕE~g\99vrîd\7fUÌM\8bVm+¾ÒïíxùÓXy\ 3ºi%\
+endstream
+endobj
+27 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 616 0 R
+/Name /Im20
+/Width 52
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoøÇ \7f\80á\7f3{CÂ\a\86ÿ=Ì\a\e*\18ø'0>b°a`_Àø\ 4L1|a\90c`?Àð\ 3\89j`ø0X(þ\ 3\8c?\18ì\19þÿ\91ÿßüÿ\ 3\94\ 2\0lý>¿
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 617 0 R
+/Name /Im21
+/Width 33
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco`øÀð¿A\1eJð70~``\a\89Ñ\92`D&\98\e\98\80Ä\ 1\96\ f\f\8c\a8~00\14\18üo`\90?ð¿\ 1\0\1f¨1»
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 618 0 R
+/Name /Im22
+/Width 23
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̱
+@P\0@Ñ£W\18\f\ fÑË'\19ß`ði>é\8d\ 6\85\94²p;óu¨ÂZË­Ô\9bGÃ(fq{L"\ 33\89\8d¬X\85E ¢¤¹Õt´¿¾ºÆûKr\ 2xi\14\82
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 619 0 R
+/Name /Im23
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l``\80\ 3\bÌú\0\829?00p@±@\ 5\ 2+Ø °\83\1c\ 4\1f\90g`hà\acÆÿÿ\e\18\19ØÁ\98     h \f³00>\80a\ e\ 6\86\ f2@lÇÀøã\7f\ 3ÿ\7f\0´;\1c:
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 620 0 R
+/Name /Im24
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\93\97p@®á\ 1?C\ 1\10ñ\91\82þ?ÿ\ f\0ì\ f\ f\8f
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 621 0 R
+/Name /Im25
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`xÀÀÿ\80\81ñ\ 1\ 3\ 3\ 1Äøã\ 1\ 3\1e¦\a2\8c\ f,\18\1eT0<(`xð\ 1\e*\0Ë\ 2ÕH0\82Ô³ó|`üð\ f\0®Õ*   
+endstream
+endobj
+33 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 622 0 R
+/Name /Im26
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã³ùç&×ÏÏÏÏÆÏÀ\87\13ò3üÿ\0\0pN\ 52
+endstream
+endobj
+34 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 623 0 R
+/Name /Im27
+/Width 19
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÎÀÃÜ ÃxÀ\82ñ@\ 5ã\83\ 2\86\a\1f\18\1eüÿ\ f$\19\90Q\ 1\ 3C\ 5\83\82\ 5\83\82\f\83\ 3\1fC\ 3;3\ 3Ã\1f\ 6\0\9bÉ\12È
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 624 0 R
+/Name /Im28
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fÀ``ÁPÁÃPÁÇ`ÀÎÀ\0Gÿ\19Ø\8f3ȱ3Ø°3T°3\14°3|`ç\80"~\8e
+q\ e\eå   ü\a\1f\0\0SR\r#
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 625 0 R
+/Name /Im29
+/Width 14
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãï0¨H\908 q\80ã\0Ç\ 3\8e\ f\fõ\fö\ fø?0þ`°i\90iàià9À\ 3\14\97¸`Ð\7f\0\0\10Y
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 626 0 R
+/Name /Im30
+/Width 19
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÿ\80A\9e\81\81\9f\80\9fá\a\ 4ñ1|\90cp\90aP°`\90(``?À\0\0\91à
+\ e
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 627 0 R
+/Name /Im31
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc(øÇþA\8eá\ 3\1fC\ 1q\b¨ò\ 3\ec\ 1sS\ 5Ã\9fz\0Èv\ eÓ
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 628 0 R
+/Name /Im32
+/Width 21
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`(`þ8\83ONB\86\82\9d\ 1\88\eà\b""ÃÇ 'Ã`ü\81A\81\ 1\84\f\18\18,\18\18ìÿ1Èÿ?Àÿÿ\81\ 1Ã\87\ 4\ 6\83\ 3\f\12p\ 4ä\ 2\91\ 5Ã\ 3\ 6æ\7f\f\025\17\8d
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 629 0 R
+/Name /Im33
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc`øÇÀ ÇÀÀG\10É7ð%\1càkxÀÏP\0D|¤ ÿÏÿ\ 3\0\10S
+endstream
+endobj
+41 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 630 0 R
+/Name /Im34
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccb`\ 2ÂC\12\9f\1eð7ð7X=øTqH\82       ,
+\0\aç
+endstream
+endobj
+42 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 631 0 R
+/Name /Im35
+/Width 23
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßðO\8e¡B\8eÁ\80\8fA\ 1\88Ø\19\1c@¨á\0sC\ 3\101\1ed\0"\86G0T\ 2F\160$\0F
+0äÀð\ 1\88\1a\18>60830Ø00\0\0Å\84\12£
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 632 0 R
+/Name /Im36
+/Width 19
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-±\r\80 \10\8fg\82\851\96\14\147\ 2\eÈ(l"£Ý(\8c@i\87\92øò¤³GN\8fú\9ažUZ\97ö¸¿Jc¶ÙW<\1c\10!@\82\ 2\86«8XÐ\15ÝÐ@IäkØ=l\f{\ 1A\1a\1aÿ
+endstream
+endobj
+44 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 633 0 R
+/Name /Im37
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM±\r\80 \10\ 5ÐO.\1cÍ%Zbç\b\94\8cEIy£1Êw\ 3F\90\18M|yaB\r¦È      U¼=g\18_þ·UX\859Ò"õ \D\18oñµ\88÷\84®h\863c/Ø\ 6n<\9a!*
+endstream
+endobj
+45 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 634 0 R
+/Name /Im38
+/Width 6
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñçO        \v\10pp\b\b(8\0\03\97\ 4u
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 635 0 R
+/Name /Im39
+/Width 15
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cch`nàoø\f\81ì\aþÿ\ 3\0\13\9b
+endstream
+endobj
+47 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 636 0 R
+/Name /Im40
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀÆÇÀÁÌ ÀØ ÀØ\90Àp\0\82
+À¨\82±Á\8e\91Á\9e\89\b\ 3ÿ\ f\ 6æ\1f\f\8c\7f\18Øê\18\19\ 4ø\e\fØ\ f$0\ 3\15?8\0B    p\94Àà\0\80¡A\82\99\81\8f\8f\81ù\ 3\ 3\0\eä
+endstream
+endobj
+48 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 637 0 R
+/Name /Im41
+/Width 30
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`f```o\80\ 3\b\0\82­?00\18BqÂ\ f\b\87\81á@\r\1836Ø10þÿÇÀüÿ?\ 33\83<\ 3;\83|\ 3\e\ 3?\18ó0°\1føß`ÿ\a\84\ 1õq\1cÝ
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 638 0 R
+/Name /Im42
+/Width 21
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\81Á\ 6+úÇ`ßÞ`ÇxÀ\86ñ\81\rÃ\a\81\8aÀ\82\8c\ f\80j¬Ù\e\fþ1\0\0øÎ\16ù
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 639 0 R
+/Name /Im43
+/Width 14
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93¿¡Pá q\0\b?0üo¨\7f`ÿ\81ý\a\83Í\ 1\9e\ 3<\ fx\1epü08ÿ\0\0\a9\10\13
+endstream
+endobj
+51 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 640 0 R
+/Name /Im44
+/Width 13
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc`\ 3C> \94c°ÿðÿ\83\1c\ 3\1a\94\80A~\ 3æ\a\0\92x\ 6\91
+endstream
+endobj
+52 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 641 0 R
+/Name /Im45
+/Width 14
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûñá§\85U\8dU\8dM\8d\8d\85\r\ 3:üßð¿\ 1\0Ð\8c
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 642 0 R
+/Name /Im46
+/Width 19
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿÀ`aÃP#ÇPÃ\ fB\16ü\f\f\9f\81ÿ<\83\1d\a\1c\893Ô¨?\90\0\0\r¨
+endstream
+endobj
+54 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 643 0 R
+/Name /Im47
+/Width 17
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÃÀÏÇ #Ï`#ÏP\ 1D|\f?\18PP\ 5\18Ù06È03ð³10ÿa\0\0\17Ø
+\88
+endstream
+endobj
+55 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 644 0 R
+/Name /Im48
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\9f¡@\86\9dÁA\86\11\8c\ fÈ064È0À1\83\f\ 3\ 3¥\98ùÿ\ 3\ 6\0\f:
+endstream
+endobj
+56 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 645 0 R
+/Name /Im49
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\aÕ0ȶ3È17\0\91\f\7fþ\a\0\rÚ
+endstream
+endobj
+57 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 646 0 R
+/Name /Im50
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? c` Q \91Àó\80çÿ\9f\a\f\10\98ÀPÀbÁ!#Áþ\0\0ºb
+endstream
+endobj
+58 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 647 0 R
+/Name /Im51
+/Width 12
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93WHxà p\0\b?0Ô3Ø\1f\90\7fÀð¡¡ Áà\80\ 1PÄ¡¿\ 1\0Ñh\r¬
+endstream
+endobj
+59 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 648 0 R
+/Name /Im52
+/Width 20
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû#ß ÃL\b±7ð°7ðq70\7fþ\0\0\1e0\f&
+endstream
+endobj
+60 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 649 0 R
+/Name /Im53
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿ!#c!SÀQÀð\0 \160\14°XpÈH°?\0\0©\92  ó
+endstream
+endobj
+61 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 650 0 R
+/Name /Im54
+/Width 16
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f caÀSÀ\97Àö\80\1d\ 1\13Ø
+ø,dd,Ø\1f\0\0ª&
+9
+endstream
+endobj
+62 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 651 0 R
+/Name /Im55
+/Width 13
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀ.Ág!# Ã\80\80ÿ\ f óÐáÿ\ 6\0¸,\ 6ñ
+endstream
+endobj
+63 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 652 0 R
+/Name /Im56
+/Width 11
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã`à\0C         ´`ø\7fÀ\82\ 1\r*@ \84\82\8c\ 3{\ 3\0\84Ü\ 6\83
+endstream
+endobj
+64 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 653 0 R
+/Name /Im57
+/Width 17
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?À`QÀ`aÁ  ÃÀ\0\7f\18äd\18,d\18
+d\18\1e\80P\ 3\bÙ4\14Ä7È÷3\0\0é&\f\ 2
+endstream
+endobj
+65 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 654 0 R
+/Name /Im58
+/Width 9
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûàC"üß\0\0\ 5\1c
+endstream
+endobj
+66 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 655 0 R
+/Name /Im59
+/Width 19
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\87A\96\9dA\8e¹A\86ñ\0\b1<@G ñ\ 69f\ 6Y6\ 6\99\1f\f2\fèè\7f\ 3\ 3\0\7fU\ fY
+endstream
+endobj
+67 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 656 0 R
+/Name /Im60
+/Width 10
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fàÿ\ 1\0\bþ\ 3\7f
+endstream
+endobj
+68 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 657 0 R
+/Name /Im61
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\aýa\90eg\90cn\90a< Ã\0D\ fÐ\11P\9c±A\8e\99A\92\8d\a\ 3\0½Þ\ e9
+endstream
+endobj
+69 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 658 0 R
+/Name /Im62
+/Width 17
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?Ï QØ``ÀP`\81@@®D\ 2\83þ\ 1\86\ 4\ 6\10*``°ÿÀ`ÿ\87\1fC\ 2\ 1f\ 4J`c°\90a`\7fÀ\0\0\10\82
+endstream
+endobj
+70 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 659 0 R
+/Name /Im63
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûS!;GNF\8eC\86\ 1\eüß\0\0\ 5A
+endstream
+endobj
+71 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 660 0 R
+/Name /Im64
+/Width 8
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93°±\91`\0\83?2(à?\0\ 4,
+endstream
+endobj
+72 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 661 0 R
+/Name /Im65
+/Width 29
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûS#Ï Û\97Ü ÇÞx\0\84\19\89Æÿç?ÿ\ 1\0R\1a\13;
+endstream
+endobj
+73 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 662 0 R
+/Name /Im66
+/Width 20
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSàÛΠÇÜ\0D2\84Ðÿù\1f\0\1cþ\fÂ
+endstream
+endobj
+74 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 663 0 R
+/Name /Im67
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏß`ÃΠÃÆ Ã\ 2B|\1c Ä.\0\v@\88ñ\0\1414\80\10#\ 3\b=d`xÄÀð\84\81¡\82\81\ 1\0F\9b
+O
+endstream
+endobj
+75 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 664 0 R
+/Name /Im68
+/Width 25
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûW/ß`!ÃÎ`#ÃÆ ÃàÃÇÂÀ'ÆÁÀ'\ eÁìÊ\ 2@<\81\81\ 4\ 6æ\83\v\80ø\ 1\ 3\ 18\ 6\0\f¯
+endstream
+endobj
+76 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 665 0 R
+/Name /Im69
+/Width 17
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏß`ÃΠÃÆ Ã\ 2B|\1c Ä.\0\v@\88ñ\0\14140\0\0\96ç\ 6®
+endstream
+endobj
+77 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 666 0 R
+/Name /Im70
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÜÈÀÆØÀÇÜ ÃÈ Ã\80\82þÿo\90a&\16ýïÿ\0\0\10ò
+endstream
+endobj
+78 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 667 0 R
+/Name /Im71
+/Width 4
+/Height 11
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð¡@@@@AÁÁ\ 1\0\1c;\ 3¡
+endstream
+endobj
+79 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 668 0 R
+/Name /Im72
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g``Ç\89\98\9f\883Hð3\18°3\14°3<À@    `q\v~\ 6\19s\ 6öã\ f\0\ f#
+endstream
+endobj
+80 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 669 0 R
+/Name /Im73
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿãAÁ\81\82\86\a\8d\a\1a\ f07°3°3ð±È\0¡\ 5G\ 1G\81Åÿ\1f\0ùN\f\94
+endstream
+endobj
+81 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 670 0 R
+/Name /Im74
+/Width 4
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\ 1\0\ 6\94\ 2¡
+endstream
+endobj
+82 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 671 0 R
+/Name /Im75
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿðÿ\ 1>\ 6\19\ 6b1ÿÿ?D«\85áÿ@;\0²ý\r\ f
+endstream
+endobj
+83 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 672 0 R
+/Name /Im76
+/Width 18
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgß`#Ç ÃÁÀ'ÀÀoÀÀ\9eÀÀ|\80\81\11\88\1e00?``*``±`à°`\90\90\90cøc\7f\0\0ç.  »
+endstream
+endobj
+84 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 673 0 R
+/Name /Im77
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøWÃÜx\8c\8dù\1c\1fs\8b\fs\ 3\1aúÿÿ\ 3¦ .ô¿ÿ\ 3\0d\95\16     
+endstream
+endobj
+85 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 674 0 R
+/Name /Im78
+/Width 36
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßø\9fý\83\rC\ 5ã\ 1\19\86
+\86\ 6\ 4ÁÇ0\87\91\ 1A°3ò1!\11ÌÍü,\fÌMì\b\82\87\81ñ\bs\a\12Áð\82ñ\ 22QÀð\0\990`8ÀÀ ÀàÀ\0\0\ 5Þ\e\1d
+endstream
+endobj
+86 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 675 0 R
+/Name /Im79
+/Width 23
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàc`\90c`¨c`ÿÇð\1f\8c~üc` \rúÿÿ\1f\ 4\ 1\04T-Z
+endstream
+endobj
+87 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 676 0 R
+/Name /Im80
+/Width 20
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃ\7f0bþÃ@\1fô\1ff#\0µP4r
+endstream
+endobj
+88 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 677 0 R
+/Name /Im81
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f \8eáÿÁÿ\rÿ\ fó\1fà?Âÿ\80ÿ\ 4û\ 3þ\eì\1fø/@ñ\ 3Êðÿ\7föÿa\18\0½Ð9)
+endstream
+endobj
+89 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 678 0 R
+/Name /Im82
+/Width 20
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀÀ\0C\8c\f\ f\18ø\1f0Èÿ\7fð\1f\8cøÁ\"P\ 1&bÿð\80ùÃ\ 1Æÿ\r\fõ\f\0\90û,¿
+endstream
+endobj
+90 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 679 0 R
+/Name /Im83
+/Width 24
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fðÃÿã\7fþ\1f³ã?SÏ\7f£\9eÿ\ 2\18}°ã\7fÀ@\12úÿ\1f\8a\0\v½#\19
+endstream
+endobj
+91 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 680 0 R
+/Name /Im84
+/Width 29
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀøÿ\ f\ 3ó\87:\ 6þ\ 3ò\rò\rü\aì\19Ø\1f\80p\1dX\14\82ÿ10ÿÀ\87aê`zAæ\80ÌcÿP\ f6\9f\ 1h\ f\0õä*k
+endstream
+endobj
+92 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 681 0 R
+/Name /Im85
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨ÿÀ\0Çì¤aûö\ f\8cÿ¿\7f`ÿ`ÿ\81ÿ\0ÿ\aù\ 6 \8b\ 1\82ë\90ð?\ 2\18¦\ e¦W¾\81\1fh\9eü\aö\aõÿ\19ÿ?ÿÏPßþ\1f\0Ë3@\9e
+endstream
+endobj
+93 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 682 0 R
+/Name /Im86
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ þÃ\7f\7fÀN%Ì\ fÆì\ fÄ?0\7fHÿÏøÿø\7f\86úöÿ\0\91a9\ 5
+endstream
+endobj
+94 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 683 0 R
+/Name /Im87
+/Width 25
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÀÀøÿ\ f\ 3ó\a;\ 6þ\ 3õ\fò\rõ\fö\f\10\Ï`ÇPÇÀ\0Æÿð`\98\9az ¶g`n°o`n\90o`gà\7fÀÇÀüÃ\ 6\ f Ä\ 1\ 6\0Âõ\1a@
+endstream
+endobj
+95 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 684 0 R
+/Name /Im88
+/Width 15
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccgào\90?`ÿ\0\ 4å\ fð7°3 \82ÿ\ f@\90\9fhøÿ\1f\b\ 2\0-Ý%w
+endstream
+endobj
+96 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 685 0 R
+/Name /Im89
+/Width 30
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþßÀÀÿÿ\ 3\83\1f\ 6û\86\7f@\\ fÄö Ü \ f$\19бýÿ\ 6Æ?ö\rü\ f\80ò\r\10\95u@ü\a\ 3Ç\ 3Åï7Ø7Ïÿ#ÿ\8fÿ\ f3\10\ 2\0«\'Ö
+endstream
+endobj
+97 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 686 0 R
+/Name /Im90
+/Width 57
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuб\r@@\14\87ñ¿\¡c\ 1\895t·\92\r<Q(\8d`\14L`\ 5\89\ 1è\!÷\1c ¹\97\9câ˯ÿØ\ 2ÐLüÊÎ\8aI=.ø\1c\bØ<û\11ÑìÙýÔî\88SÏÆ ñ­Od!É¢\10V(\85\9a\96 ù4
\95\84ñ\81 ÊJ£S
+së>\19Åϯ×òö\ 2ÿÀy'
+endstream
+endobj
+98 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 687 0 R
+/Name /Im91
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱\rÀ0\b\ 4À·(è\92\112\8aG\8b\a\892\v£0\ 2¥\vd\82l+ŵ\17N\11Ûi06(w(õ"\93\93\14§V\ 67\f\ 6"ÝÇö\ 2õI\ e\}ÉäǺ\90L\1fÞC%´
+endstream
+endobj
+99 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 688 0 R
+/Name /Im92
+/Width 25
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̱\r\80 \14\ 6áCL\9e\15=\89      +X²\8e\ePZþ£9
+#8\82\ fbmñu\97£HôSAY\86)\11µOAÕ]05÷\0\7fÚ×\ eÕù\83!±`¬~Û \1fPn^I¢\17Ô
+endstream
+endobj
+100 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 689 0 R
+/Name /Im93
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀ'àÁÆ`ÀÌPÀÜ\90ÀØð\80ñ\0\1a\ 2
+\ 2¥\80
+\80Ê\80\8a\99?0\0\0ÁJ\10K
+endstream
+endobj
+101 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 690 0 R
+/Name /Im94
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSàÓΠËÌ ÇÜ C\1cú?ÿ\ 3\0J\1e\r~
+endstream
+endobj
+102 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 691 0 R
+/Name /Im95
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþÀ\86¹A\86\91\ 1\88ø\98@\88\9f\8d\81\9d\ 5\84\98;Àè\ 4\ 3ã\ 5\10bx\0C\ e\f\0ø|      \8e
+endstream
+endobj
+103 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 692 0 R
+/Name /Im96
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀc !aÀSÀ\97Àö\80íÿ¿\a\f\10\98ÀPÀdÀ$ÁÂ#Áü\0\0ÔÈ
+endstream
+endobj
+104 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 693 0 R
+/Name /Im97
+/Width 12
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cca`\ 1C\1e \94a°aøÿ@\86\ 1\ 3
+À \8f\0\9f\ 2ó\ 1\0|\9e\ 5E
+endstream
+endobj
+105 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 694 0 R
+/Name /Im98
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\ 1B        \ 6\87A\86\0üß\0\0k\80\ 4ä
+endstream
+endobj
+106 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 695 0 R
+/Name /Im99
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?À`PÀPaÁP!Ã` ÃÀ\0F\8c\7f\18øe\18,d\18
+d\18\12d\18\1eÈ8@P\82\8d\83\81_\83|;\ 3\0$3\f\0
+endstream
+endobj
+107 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 696 0 R
+/Name /Im100
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûàC\16üß\0\0\94h\ 5p
+endstream
+endobj
+108 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 697 0 R
+/Name /Im101
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\9f Pà`p@à\80À\ 3\81\1f\fõ\rö\ fø?0üh°h\908\0\84\ f\ 4.$ô\1f\0\0\ry\ f¼
+endstream
+endobj
+109 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 698 0 R
+/Name /Im102
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó@ÖB®B®BÆ@\86\ 1\7f\0\0\8f8\ 6¹
+endstream
+endobj
+110 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 699 0 R
+/Name /Im103
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÃ#!g WÀ\93Àð\0       &0\140\190I°ðH0?\0\0¼Ê        Û
+endstream
+endobj
+111 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 700 0 R
+/Name /Im104
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\1fÕ0È´3È23È17È\10\87þÏÿ\0\0½¿\ e²
+endstream
+endobj
+112 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 701 0 R
+/Name /Im105
+/Width 33
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSÇþ\80A¦¹Ã\82A\96q\82\ 4\83\1cã\ 3\19\ 6\19Æ\ 3\94\11ÿû\7füo\0\0Á¤\16L
+endstream
+endobj
+113 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 702 0 R
+/Name /Im106
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90o``Æ\87\98?7ðq7H°7\1807\1407$07<À@ `) \ 2 2>é\ 6æÇ\1f\0\96å\18î
+endstream
+endobj
+114 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 703 0 R
+/Name /Im107
+/Width 4
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð¡@\0\b\14\14\1c\1a\0\1f¬\ 3ñ
+endstream
+endobj
+115 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 704 0 R
+/Name /Im108
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû#ß ÃL\1cboàaoà\93n`~ü\ 1\0c\7f\rd
+endstream
+endobj
+116 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 705 0 R
+/Name /Im109
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c``\80a~$,Þ\0Áæ\a\18\18\94¡Øù\ 1\ 3\83#\147|\80cF\86
+\bþÿ\83\81\89Á\ 6\8eY\18äÀ\98\87A\1e\88ù\81,y\86ÿ\fÿ?\0\0À?\139
+endstream
+endobj
+117 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 706 0 R
+/Name /Im110
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\ 6ÃÃ<\8fe\8a\1f°7°7È?(¶x,s\98\87\19*\a\0\96F\b\17
+endstream
+endobj
+118 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 707 0 R
+/Name /Im111
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSàÛΠÇØ Ãx@\86á\ 1\18\15` °8ã\ 1 2Yv\ 6\99?\f2\fXÐÿ\ 6\ 6\0×Ï\ fÌ
+endstream
+endobj
+119 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 708 0 R
+/Name /Im112
+/Width 11
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿàÿ\ 3\0       ~\ 3¿
+endstream
+endobj
+120 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 709 0 R
+/Name /Im113
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\1fÕ0ȶ3È16È0\1c\90ax Ã\90 ÃP\80\81\12ÀR\a\80Ê$Ù\19\ 4þ0\0\0Ü\1d\r«
+endstream
+endobj
+121 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 710 0 R
+/Name /Im114
+/Width 27
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo\7fü\81\r\ 1\19\ 6 f\90áfdàãn\82`Á&\ 6vÁ#\10¬p\84\81\v\b>\90ÁÀx \0\82\e\f\18\18\1a\14\18\0\11J
+endstream
+endobj
+122 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 711 0 R
+/Name /Im115
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁØÃ.Ç&ÇÇÃÇ\80\80ÿ\1f ó°Áú\a\0̾\ 6[
+endstream
+endobj
+123 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 712 0 R
+/Name /Im116
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c`<ØÀÌØÀÎ|\80\ f\88\18\eø\18\18\90Ñÿÿ@AÒP}û\ f\0Yt\16a
+endstream
+endobj
+124 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 713 0 R
+/Name /Im117
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n`?r@¦â\80\85E\83\81\ 4C\81\f\ 2\ 1¹\16\16\f2\ 5\fê\a\18\14\18\80\81Áþ\a\83ü\7f jP`nH`<p\80\ 1\8a\12\18\e\f\98\19\18Ø\7f0\0\0\15Ú
+endstream
+endobj
+125 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 714 0 R
+/Name /Im118
+/Width 9
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cch`d`b`cà\ 1B   4\0Ã\ 4(|\80\ 3Âä!ªAú@úÙ\80&1204\0\0º\88\10C
+endstream
+endobj
+126 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 715 0 R
+/Name /Im119
+/Width 12
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81\9f\81tøÿ\ 3\0\9a¬\ 5e
+endstream
+endobj
+127 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 716 0 R
+/Name /Im120
+/Width 9
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`0`\90\0B\1e d\ 3Cf\18\ 1¡ò\10Õ } ý\ 6@\93\1c\18\1a\18\0\80\13      \11
+endstream
+endobj
+128 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 717 0 R
+/Name /Im121
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÐÀ'Ù ÁÚ`ÁÞPÀ\fB\ f0\10D\1c¨@\82½\81\81ùq\ 3\ 336$ÿ\ 1\0ýì\17\96
+endstream
+endobj
+129 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 718 0 R
+/Name /Im122
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ@\ 1\81\ 4~\86\ 3\ eü\f\ e |\80\9f\ 1     3ð30P\8cå\e\18\98ÿÿa\0\0\ 3\90\rc
+endstream
+endobj
+130 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 719 0 R
+/Name /Im123
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþÀ\86¹A\86\91\ 1\88ø\98@\88\9f\8d\81\9d\ 5\84\98;Àè\ 4\ 3ã\ 5\10bx\0C\ e\0B\1f\1a\18>20|f`Hc`°``\0\0"\1d\ eÀ
+endstream
+endobj
+131 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 720 0 R
+/Name /Im124
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\1fñ?\90ao\90ac\90áa\90\11`\90Q`\90q`\90yÀ û\80\80\82\82\86AF\86A\86\ f¨\18\88\1aþÏ\7f\0\0\96Ù\fN
+endstream
+endobj
+132 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 721 0 R
+/Name /Im125
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0\ 3\a ¶\ 1b> f\87\ 6 >ÀÏÀ\bÃ\ f\b`¨:\90\1e\90\ 6\889 3e\80¸\80á?Ð.\0Ü¢\16\v
+endstream
+endobj
+133 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 722 0 R
+/Name /Im126
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÿ@\8e\9dA\86\8d\81\8f\85\81\9d\83\81y\ 2\ 3ó\ 6\ 6Æ\a\f\f\81\81\11\88,\18\98d\18Xd\18\18\19\eþÉ\7f\0\0\1dð
+¿
+endstream
+endobj
+134 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 723 0 R
+/Name /Im127
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a~\ 6\12áÿÿ¤ê\0Ãÿ@»\0Ô{\f¸
+endstream
+endobj
+135 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 724 0 R
+/Name /Im128
+/Width 7
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷ï\01àß?\0\9a_\1f¹
+endstream
+endobj
+136 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 725 0 R
+/Name /Im129
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-̱  \80@\0CÑ(rÚÅÎNí\BTp)Ës³\eåF¸\rô#\12^\93@\9e2e«\8dV\90Õ C\8f\19\a¢\I®\11`\ft\vÎ$ß\99\1d*¸~+6\8cø¿ÓSöò\ 2lN\11\9c
+endstream
+endobj
+137 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 726 0 R
+/Name /Im130
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀð¿\81¿\81á\a\ 3\98à>ÀX\81Dp>`\82\12\1c\1fXP\88
+\ e\14ÂF\0\85\90S@!ø\1d`\ 4{\ 3
+ÁÌPÁ \ 3"þ7³ÿo\0\0'G!n
+endstream
+endobj
+138 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 727 0 R
+/Name /Im131
+/Width 17
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs``¨ÿßPÿ\1fH28014°\80\11\a\ 3\83\0\18)00$00800\1c\0!F j\0!f$Ä\8e\81\98\19\18\0\10i
+endstream
+endobj
+139 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 728 0 R
+/Name /Im132
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3à±ÿaÿÁþ\80\ 2\ 3\ 2*?Ð10\900\90Qàcàcà\aÁ\ 4þ\ f`ØÀç ç £`!QÀ~\0\0~6\r\19
+endstream
+endobj
+140 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 729 0 R
+/Name /Im133
+/Width 7
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷\8f\8d\18ðï\1f\0\ 4×
+endstream
+endobj
+141 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 730 0 R
+/Name /Im134
+/Width 22
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a?C\ 5?\83\ 4?\ 3\a\18ñð3°\80\10#\101@\113\ 3ÿ\7f\88\84\18°£ÿ?\18\0¢:\b9
+endstream
+endobj
+142 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 731 0 R
+/Name /Im135
+/Width 18
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5±  \800\14\e\83¤\11¬\ 5Á\15²\81«8\88\90\a\a°p\84\8c`\99Ê\98B\ f'dÍ\93b¯èµ9å\96ï\r\ 5vHÆZX\1eB\85*F\11\fo8Óß\9cÚì¹:Î\81£ð\ 2\914\1f\8a
+endstream
+endobj
+143 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 732 0 R
+/Name /Im136
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÌQ
+\0 \f\ 2PW±¯À\víþ§\1aX\8d\11\10QJ"\88M¬âÄxìB\9b *\7fcFX/\1f/÷$¤<\8b±        @
+endstream
+endobj
+144 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 733 0 R
+/Name /Im137
+/Width 40
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿðÿ\81ÿò\fv\f6r\f6\f\12ü\fr\f\ 2\b\82½A\9eA\ 1A0\1fPop@\10\8c\ f\9c\ f\b\86\ f\8d\ f\19\90\88\9f\f\9f\19\18*\19>A\89\ 4ÚS\ 3%l\80\90A\86Á\ 2JH\0!\ 3\a\83\0\ 3\0wX$m
+endstream
+endobj
+145 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 734 0 R
+/Name /Im138
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7f``á ó\80ï\ 3\182ð0È0\180$0\1c`h`l`d@@\ 4`f`o`o`f\0\0ym   /
+endstream
+endobj
+146 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 735 0 R
+/Name /Im139
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿS`\91`áPàðÁá\81ã\ 1æ\ 3Ì\rì\fü,|,2,6<\16\1c\ 5\1c\ 5\16ÿ\7f\0\0ðJ\vî
+endstream
+endobj
+147 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 736 0 R
+/Name /Im140
+/Width 33
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g\7fÀÀx`\8e\ 4\ 3\a       \ 6\ f6\f|\8c\ f\80\ 4Ã\ 3   \10Á\80\95øÿÿÿ\1f\10K\86\9aDýñ?ÿ\e\0\1c®$\8c
+endstream
+endobj
+148 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 737 0 R
+/Name /Im141
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90``¨``üÁð\1f\8c\18©\87êÿ?\0"\0\176"\85
+endstream
+endobj
+149 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 738 0 R
+/Name /Im142
+/Width 7
+/Height 7
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨ù÷ï_\8d\ 5\0\11\8f\ 4c
+endstream
+endobj
+150 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 739 0 R
+/Name /Im143
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ?Ãÿÿÿ\1f°\7f\0AÆ?ì\1f\18\ e\8aë±`\98Ü\1f\88\ 4é\a\9a\ 3\14#\19ÿÿß\0Æ\0\1e±6\18
+endstream
+endobj
+151 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 740 0 R
+/Name /Im144
+/Width 19
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû'ÏðÏþ\80\ 3¹ã\ fäÚAH¾ù\80<\ 3\ 31èÿ\a\10\ 2\0\8e~\10"
+endstream
+endobj
+152 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 741 0 R
+/Name /Im145
+/Width 23
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀþÿ\0\7fó\ 39\86\ fv\f?j\18j è\ fC\1d&\82H\ 1\95É3~\0j\ 1jdøÇ\0\0¦ê\1c%
+endstream
+endobj
+153 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 742 0 R
+/Name /Im146
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀÀð\1f\88åIÁü\ f\18äí\7f0È?¨a\90\ 3\8a\81 \7f\ 3\14\1f \80\81\eäAä\ 1;\ 6\192@³$ø\ f0\0\0,\93\18\15
+endstream
+endobj
+154 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 743 0 R
+/Name /Im147
+/Width 11
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏð\9fA\9e"øÿÁÿ\a\0\1ai      ~
+endstream
+endobj
+155 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 744 0 R
+/Name /Im148
+/Width 21
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀþ¿\81¿ý\80\1cã\ 3\ f5\f@ôã\ f\18ýÿ\ fB\7f\18\18 ¨\ 6\8cê\18\18ì\18\19\fø\ f\140ÿ?Àð\9f\ 1\0ýÜ\eÌ
+endstream
+endobj
+156 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 745 0 R
+/Name /Im149
+/Width 43
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþ\81ý\ 3Ã\7fù?ò\7f\18ä\rì\fì\18ä\1dì\1c\80d\ 3\10ÂH\1aÀÿ\ f\10\10\0\eC
+endstream
+endobj
+157 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 746 0 R
+/Name /Im150
+/Width 17
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÌ`ÿ\9f¡B\9e!\81\9dá\ 13\b}`føÃÀPÿ\80¡þ\a\83ý?\ 6þÿ\f\8cÿ\19\18ø\e\ e°7\1c`nx\0F\1fØ\19þð1¼ÿÃpü\ 3\ 3\0ð\b\18\97
+endstream
+endobj
+158 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 747 0 R
+/Name /Im151
+/Width 20
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?ÀPÿ\80áã\aÆÇ\1f\98\1f\7f`?ü\81ýà\ 3ö\ 3\fhèÿ?\10Â\14'\ 6Ùÿ\ 1!\0Sº$D
+endstream
+endobj
+159 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 748 0 R
+/Name /Im152
+/Width 37
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU̱\rÀ \fDѳ\90 \89D\9b\8e\15²AVÉ\bl\0£1
+#¤¤@8\16Á\ 5W¼æ¤\ fDÈ&m\83ºbÆ\86\91²p+g(\8b+TÁ\vÑ¿Àã\94â$ÍÜ@Ì\1d\94ia@CÀ\80\93\1f\16H?\\1d·É\a}\8a+C
+endstream
+endobj
+160 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 749 0 R
+/Name /Im153
+/Width 26
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÿ\80á¿ý\ f\ 6ù\a5\fò\rv\fò\10Ø\0Áü\aðc¨º\ 6{\ 6ù\ 3\ fþ0È\83Ìâ?\04\83\ 1/þÿ\0\82\ 1\0|\1c\13
+endstream
+endobj
+161 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 750 0 R
+/Name /Im154
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀÀð\1f\88åIÁì\ f\18äå\7f\eÔ0È;Ø0È7ØA0\ 3yøÿÃÿ\a@\18\0#\0\15\ 4
+endstream
+endobj
+162 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 751 0 R
+/Name /Im155
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÃ`ÿ¿¡\8eý@\1dó\83:F ú`Ãø\81\ 1\82ì?0ÿý \7fð\83\a ø\1f$TÇô¡\8eç\87ü\8f\aö\0ý· =
+endstream
+endobj
+163 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 752 0 R
+/Name /Im156
+/Width 14
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿç?\18\ 2\0\aí
+endstream
+endobj
+164 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 753 0 R
+/Name /Im157
+/Width 34
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7f\ 3Ãÿÿÿ?0°\7f\ 1$\18þ\80\88:8Q\8f\8b\0Ëþ\83é`\ 6ê\ 5\9b\ 25
+a\8a=\98h\0\12ò`â\0>\ 2¬\ eL\80ì`ü\a\ f\10q\80\ 1\0\87\92D8
+endstream
+endobj
+165 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 754 0 R
+/Name /Im158
+/Width 17
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl``\84!f0b\a\ 6\ 6û\ 6\86ÿÿA\88¿\81\10jl@AÍ\fì\87\19\98ÿ10ü`\0\0>\8b\18-
+endstream
+endobj
+166 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 755 0 R
+/Name /Im159
+/Width 4
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1\ e\12>|(\10\0\ 2\ 5\ 5\87\ 6\0`
+\ 6\91
+endstream
+endobj
+167 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 756 0 R
+/Name /Im160
+/Width 25
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0\ 3?C\ 5\10Û\0±\1c\10ó\ 11:ä\83Ê\81Ôü`àÿÿ\ 1I=\b²\83p\ 3&\86A9°\1dÿÿ?`\0\0\ fU
+endstream
+endobj
+168 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 757 0 R
+/Name /Im161
+/Width 10
+/Height 11
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãaàa8sàí\81ú\ 6\1e\86ú\86·\aÎ\1cà\ 1\8a\0\0d&\b­
+endstream
+endobj
+169 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 758 0 R
+/Name /Im162
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßðO\86ÁB\86A\80$ÄÇ ÀÆ ÀÌàÀØØÀPÇ\0\07}\a©
+endstream
+endobj
+170 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 759 0 R
+/Name /Im163
+/Width 17
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûñ\83ÁZ\86Á\86\8fÁ\ 2/úgß\0\0 Ï\a\v
+endstream
+endobj
+171 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 760 0 R
+/Name /Im164
+/Width 7
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨¨0`\0\81\1f\16\1f\0>\8d\ 5ç
+endstream
+endobj
+172 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 761 0 R
+/Name /Im165
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû'oÁgÃ#Ã!ÃÁ'À'À®\0\84\ f\98\ f0\1f`l`l\0\0\ 5í
+endstream
+endobj
+173 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 762 0 R
+/Name /Im166
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? \91``P`ñ@âÿ\8f\a\f \98ÀPÀa  aÀ~\0\0\9dì
+\ 6
+endstream
+endobj
+174 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 763 0 R
+/Name /Im167
+/Width 12
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûùÀªÀ¦ÀBÁ\82\ 1\1dþg\0\0t\8a\ 6\7f
+endstream
+endobj
+175 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 764 0 R
+/Name /Im168
+/Width 11
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93wH8pÀá\80Ã\ 3\86ÿ\fõ\rò\a\18\1f4$4$\1cHxp`>\ 3\0¸\9a\r=
+endstream
+endobj
+176 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 765 0 R
+/Name /Im169
+/Width 10
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã`à\0B         ´`ø\7fÀ\82\ 1\ 5:@ L\ 3?\ 3\0q*\ 6S
+endstream
+endobj
+177 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 766 0 R
+/Name /Im170
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû'oÁgÃ#Ã!ÃÁ'À'À®\0\84\ f\98\ f0\1f`l\0B\ 6F\86G@¸\84¡\82\ 1\0¤¹\bÏ
+endstream
+endobj
+178 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 767 0 R
+/Name /Im171
+/Width 15
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? a` \91À\93Àó\80\ f\ 6\vd\f$$\fØ\ f\0\0\b¹
+endstream
+endobj
+179 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 768 0 R
+/Name /Im172
+/Width 12
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀVÀW £ Ã\0\83ÿ\e\10lTXß\0\0ª\96\ 6n
+endstream
+endobj
+180 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 769 0 R
+/Name /Im173
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\10``°\80¡\18\18ê\83"Fv\10bbn\80 öÿ\aX\18A\88\83á\ 1\10I0|°`øð\8fù\1f\0F#\ ee
+endstream
+endobj
+181 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 770 0 R
+/Name /Im174
+/Width 7
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûa\81\rü\ 3\0N}\ 6\8f
+endstream
+endobj
+182 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 771 0 R
+/Name /Im175
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÁÀ`\81\ 3Y~`°ãa°`c°`g°`\ 6¢\ 6$\ 4\16dc0\93aPüÀ\0\0AM       ë
+endstream
+endobj
+183 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 772 0 R
+/Name /Im176
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³?P\90P` `Á`ÁüCÎÂÀ¢Àâ\81%\10V\16ü\97\97\ 3\0\8dL
+\98
+endstream
+endobj
+184 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 773 0 R
+/Name /Im177
+/Width 4
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð¡@@@AÁÁ\ 1\0\19\1a\ 3\91
+endstream
+endobj
+185 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 774 0 R
+/Name /Im178
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9fA\86ñ\80\fÃ\ 3\19\ 6\ 3\19\ 6\v\19\ 6   \19\ 6\19\19\ 6\1e\19\ 6>l\88\a,+\ 3V        T\9f\0Ôûÿ?\ 3\0\85 
+endstream
+endobj
+186 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 775 0 R
+/Name /Im179
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûù\81ÁN\86Á\82\8dÁ\82\9dÁ\82\19\88\1a\90\10X\90\ f¤Àò\ 3\83\ 5\ 3
+úÇÀ\0\0
+A
+endstream
+endobj
+187 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 776 0 R
+/Name /Im180
+/Width 27
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûñÃ\8eÁZæ8\83\r?s\83\ 5\1f\9f}ÿ\ 3\0\99k\ e¡
+endstream
+endobj
+188 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 777 0 R
+/Name /Im181
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccø#ÀÜlÀÇ°A\86¡À\82ÁÀ\80Á \80\81\ 1\b1 "\908PÖ\80\82AA\86Á\81\8f¡\81¹\99\81á\ f\ 3\0\ f     
+endstream
+endobj
+189 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 778 0 R
+/Name /Im182
+/Width 17
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûaÇ`Á\87\17É1Èè1°\9fo\0\0~\9f\ 5é
+endstream
+endobj
+190 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 779 0 R
+/Name /Im183
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\9f'ñØ ¡\0\f\f\12$\ eè7(0$0Ø?°ÿaÿ'\81ï\0\e\b&ðXXð?\0\0Rh\ f\8c
+endstream
+endobj
+191 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 780 0 R
+/Name /Im184
+/Width 15
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?b \93 ãÀs\80\ 5\ 4\1f0\140Ô3Ø?àÿÁø\87A\86\81\8f\81­\ 1\f\812\1c7\ 4Ú\1f\0\0N\9b\ eó
+endstream
+endobj
+192 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 781 0 R
+/Name /Im185
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿ aa`Q \90Àð\0
+\13\18
+8\f8$\fØ\ f\0\0}\ e\b/
+endstream
+endobj
+193 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 782 0 R
+/Name /Im186
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÆÁÁ#!c SÀ\90Àð\80áñ\837\ 6\1f$>ð<à\ 3Á\ 4 4à1\90\900`?\0\0\ei\r`
+endstream
+endobj
+194 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 783 0 R
+/Name /Im187
+/Width 11
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cccàcø\aÄ\84àÿ\a\0>\80\ 3à
+endstream
+endobj
+195 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 784 0 R
+/Name /Im188
+/Width 13
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK0¨\7fP\7fÀ\85Á\ 1
\e
+\1e8\140\180X0X8X<\0Â\ 6\ 3\87\ 4\85\ 3ò\f\0\1a×\fÙ
+endstream
+endobj
+196 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 785 0 R
+/Name /Im189
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ã`n\9cÁÆ\10ÁÃ`!Á aÀ QÀÀ\ 1D\ f@\88\ 1\81\98ÿ=`°(\0#\ 3\90J\v z6\ 6\væ\86\e\fõ\1c\0\vá\ fz
+endstream
+endobj
+197 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 786 0 R
+/Name /Im190
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fA\86¹A\86á\81\fC\82\fC\ 1\12z Ãx@þ\7f\83üÿ\ 3`Y \88\81\f\83\ 5\12\82ªùÿ\9f\ 1\0¦Ê\13!
+endstream
+endobj
+198 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 787 0 R
+/Name /Im191
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\81\f\ 3\10%È0(È0\b@\11\v\ 3\14ñ0Èÿ\ 1\91`.\a\b1\0\91\ 4\81\fÃ\87ÿÿ?\0\0¯f\fH
+endstream
+endobj
+199 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 788 0 R
+/Name /Im192
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°c`àÃ\8eØÏ1ÈØ1\18ð1\14ð1$ð1<@B    `A\ 39\ 6   =\ 6öó\r\0ãÜ        \96
+endstream
+endobj
+200 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 789 0 R
+/Name /Im193
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃðO\8eÁB\9eA@\9cA@¸A@ð\0\b  <\10\10(\10\10°\0#\19\ 1\ 1>\ 1\ 1~\ 1\ 1v\ 1\ 1æ  \ 2\8c\17@\88á\83\0C\81\0\83\81\ 5\83Á?\ 6\ 1\0ï¨\r§
+endstream
+endobj
+201 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 790 0 R
+/Name /Im194
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ#ÁBÂÁ\82\ 3\88\1a,X \88Á\82\81xÄü¿\ 1\0ß*\v%
+endstream
+endobj
+202 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 791 0 R
+/Name /Im195
+/Width 13
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão0xàPÐ`pÀâ\81\85\83\ 5\83\ 5C\ 1\10&0\1c`l`f`càáàà\10\90°ÿPÿáÿ\a\0\ f\11\r#
+endstream
+endobj
+203 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 792 0 R
+/Name /Im196
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüO\86¡\0\ f\92ÿÿ\ 1¿\82ÿÍÿ\0\11ÿ
+endstream
+endobj
+204 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 793 0 R
+/Name /Im197
+/Width 4
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1\f\12\80,\0'n\ 5A
+endstream
+endobj
+205 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 794 0 R
+/Name /Im198
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀÌÌÀÃp@\80AA¡B@±EÀ\99\89Ã\9dñD\eã\91>T\ 4\14qg<âÌ|D±å\84BE\81\0\ 3P\97\f\a\86ÿ\f\0¥§\14£
+endstream
+endobj
+206 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 795 0 R
+/Name /Im199
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccd`g°g8\ e$I\81ÿ\7f\0\0\ 3§
+endstream
+endobj
+207 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im200 209 0 R /Im201 210 0 R /Im202 211 0 R /Im203 212 0 R /Im204 213 0 R /Im205 214 0 R /Im206 215 0 R /Im207 216 0 R /Im208 217 0 R /Im203 212 0 R /Im201 210 0 R /Im205 214 0 R /Im202 211 0 R /Im209 218 0 R /Im202 211 0 R /Im206 215 0 R /Im210 219 0 R /Im205 214 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im205 214 0 R /Im202 211 0 R /Im212 221 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im107 114 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im102 109 0 R /Im99 106 0 R /Im114 121 0 R /Im120 127 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im102 109 0 R /Im96 103 0 R /Im213 222 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im214 223 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im107 114 0 R /Im95 102 0 R /Im93 100 0 R /Im98 105 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im214 223 0 R /Im215 224 0 R /Im216 225 0 R /Im217 226 0 R /Im218 227 0 R /Im219 228 0 R /Im220 229 0 R /Im221 230 0 R /Im219 228 0 R /Im222 231 0 R /Im223 232 0 R /Im218 227 0 R /Im218 227 0 R /Im224 233 0 R /Im218 227 0 R /Im225 234 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im74 81 0 R /Im226 235 0 R /Im222 231 0 R /Im227 236 0 R /Im228 237 0 R /Im227 236 0 R /Im218 227 0 R /Im229 238 0 R /Im227 236 0 R /Im228 237 0 R /Im217 226 0 R /Im216 225 0 R /Im225 234 0 R /Im109 116 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im223 232 0 R /Im230 239 0 R /Im231 240 0 R /Im227 236 0 R /Im232 241 0 R /Im233 242 0 R /Im234 243 0 R /Im216 225 0 R /Im230 239 0 R /Im221 230 0 R /Im225 234 0 R /Im109 116 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im107 114 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im235 244 0 R /Im74 81 0 R /Im236 245 0 R /Im227 236 0 R /Im233 242 0 R /Im237 246 0 R /Im219 228 0 R /Im232 241 0 R /Im216 225 0 R /Im220 229 0 R /Im225 234 0 R /Im109 116 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im239 248 0 R /Im240 249 0 R /Im241 250 0 R /Im242 251 0 R /Im243 252 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im128 135 0 R /Im129 136 0 R /Im130 137 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im116 123 0 R /Im126 133 0 R /Im96 103 0 R /Im106 113 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im111 118 0 R /Im108 115 0 R /Im102 109 0 R /Im101 108 0 R /Im108 115 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im245 254 0 R /Im113 120 0 R /Im99 106 0 R /Im106 113 0 R /Im246 255 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im246 255 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im246 255 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im247 256 0 R /Im232 241 0 R /Im220 229 0 R /Im217 226 0 R /Im218 227 0 R /Im227 236 0 R /Im232 241 0 R /Im222 231 0 R /Im216 225 0 R /Im225 234 0 R /Im160 167 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im107 114 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im95 102 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im136 143 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im135 142 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im245 254 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im246 255 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im134 141 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im248 257 0 R /Im108 115 0 R /Im106 113 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im245 254 0 R /Im98 105 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im246 255 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im249 258 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im229 238 0 R /Im227 236 0 R /Im228 237 0 R /Im217 226 0 R /Im216 225 0 R /Im236 245 0 R /Im227 236 0 R /Im222 231 0 R /Im250 259 0 R /Im217 226 0 R /Im231 240 0 R /Im225 234 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im120 127 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im118 125 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im120 127 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im115 122 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im123 130 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im118 125 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im127 134 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im136 143 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im120 127 0 R /Im107 114 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im213 222 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im226 235 0 R /Im221 230 0 R /Im224 233 0 R /Im231 240 0 R /Im231 240 0 R /Im219 228 0 R /Im232 241 0 R /Im251 260 0 R /Im225 234 0 R /Im119 126 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im136 143 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im245 254 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im246 255 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im116 123 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im252 261 0 R /Im231 240 0 R /Im231 240 0 R /Im224 233 0 R /Im232 241 0 R /Im216 225 0 R /Im232 241 0 R /Im221 230 0 R /Im225 234 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im112 119 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im253 262 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im118 125 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im93 100 0 R /Im102 109 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im120 127 0 R /Im107 114 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im111 118 0 R /Im101 108 0 R /Im74 81 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im257 266 0 R /Im240 249 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im93 100 0 R /Im102 109 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im102 109 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im115 122 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im107 114 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im117 124 0 R /Im108 115 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im93 100 0 R /Im93 100 0 R /Im102 109 0 R /Im118 125 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im112 119 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im107 114 0 R /Im243 252 0 R /Im260 269 0 R /Im259 268 0 R /Im261 270 0 R /Im120 127 0 R /Im74 81 0 R /Im262 271 0 R /Im173 180 0 R /Im183 190 0 R /Im176 183 0 R /Im164 171 0 R /Im163 170 0 R /Im177 184 0 R /Im169 176 0 R /Im263 272 0 R /Im164 171 0 R /Im168 175 0 R /Im168 175 0 R /Im169 176 0 R /Im176 183 0 R /Im169 176 0 R /Im166 173 0 R /Im180 187 0 R /Im166 173 0 R /Im163 170 0 R /Im169 176 0 R /Im167 174 0 R /Im166 173 0 R /Im172 179 0 R /Im166 173 0 R /Im167 174 0 R /Im168 175 0 R /Im169 176 0 R /Im171 178 0 R /Im176 183 0 R /Im174 181 0 R /Im179 186 0 R /Im263 272 0 R /Im176 183 0 R /Im264 273 0 R /Im175 182 0 R /Im166 173 0 R /Im169 176 0 R /Im176 183 0 R /Im164 171 0 R /Im163 170 0 R /Im164 171 0 R /Im169 176 0 R /Im168 175 0 R /Im169 176 0 R /Im166 173 0 R /Im265 274 0 R /Im169 176 0 R /Im264 273 0 R /Im175 182 0 R /Im171 178 0 R /Im171 178 0 R /Im266 275 0 R /Im172 179 0 R /Im171 178 0 R /Im167 174 0 R /Im180 187 0 R /Im182 189 0 R /Im174 181 0 R /Im176 183 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im177 184 0 R /Im164 171 0 R /Im183 190 0 R /Im163 170 0 R /Im171 178 0 R /Im167 174 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im166 173 0 R /Im163 170 0 R /Im263 272 0 R /Im176 183 0 R /Im163 170 0 R /Im185 192 0 R /Im166 173 0 R /Im180 187 0 R /Im166 173 0 R /Im163 170 0 R /Im169 176 0 R /Im168 175 0 R /Im168 175 0 R /Im182 189 0 R /Im185 192 0 R /Im263 272 0 R /Im176 183 0 R /Im168 175 0 R /Im180 187 0 R /Im171 178 0 R /Im165 172 0 R /Im166 173 0 R /Im171 178 0 R /Im167 174 0 R /Im192 199 0 R /Im166 173 0 R /Im167 174 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im74 81 0 R /Im267 276 0 R /Im163 170 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im171 178 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im167 174 0 R /Im263 272 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im177 184 0 R /Im169 176 0 R /Im167 174 0 R /Im176 183 0 R /Im192 199 0 R /Im164 171 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im176 183 0 R /Im174 181 0 R /Im175 182 0 R /Im166 173 0 R /Im168 175 0 R /Im169 176 0 R /Im264 273 0 R /Im268 277 0 R /Im167 174 0 R /Im168 175 0 R /Im169 176 0 R /Im168 175 0 R /Im166 173 0 R /Im176 183 0 R /Im167 174 0 R /Im185 192 0 R /Im263 272 0 R /Im166 173 0 R /Im168 175 0 R /Im185 192 0 R /Im176 183 0 R /Im163 170 0 R /Im179 186 0 R /Im164 171 0 R /Im185 192 0 R /Im266 275 0 R /Im163 170 0 R /Im171 178 0 R /Im192 199 0 R /Im166 173 0 R /Im168 175 0 R /Im176 183 0 R /Im163 170 0 R /Im170 177 0 R /Im269 278 0 R /Im263 272 0 R /Im166 173 0 R /Im167 174 0 R /Im166 173 0 R /Im164 171 0 R /Im163 170 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im169 176 0 R /Im167 174 0 R /Im166 173 0 R /Im166 173 0 R /Im169 176 0 R /Im171 178 0 R /Im166 173 0 R /Im265 274 0 R /Im179 186 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im163 170 0 R /Im166 173 0 R /Im265 274 0 R /Im169 176 0 R /Im74 81 0 R /Im270 279 0 R /Im271 280 0 R /Im171 178 0 R /Im167 174 0 R /Im166 173 0 R /Im265 274 0 R /Im176 183 0 R /Im180 187 0 R /Im179 186 0 R /Im174 181 0 R /Im166 173 0 R /Im177 184 0 R /Im164 171 0 R /Im172 179 0 R /Im176 183 0 R /Im175 182 0 R /Im174 181 0 R /Im182 189 0 R /Im163 170 0 R /Im192 199 0 R /Im166 173 0 R /Im167 174 0 R /Im169 176 0 R /Im182 189 0 R /Im167 174 0 R /Im163 170 0 R /Im168 175 0 R /Im171 178 0 R /Im182 189 0 R /Im169 176 0 R /Im169 176 0 R /Im171 178 0 R /Im175 182 0 R /Im166 173 0 R /Im176 183 0 R /Im168 175 0 R /Im176 183 0 R /Im185 192 0 R /Im167 174 0 R /Im164 171 0 R /Im268 277 0 R /Im185 192 0 R /Im166 173 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 208 0 R
+>>
+endobj
+208 0 obj
+<<
+/Length 796 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}ɲ%Éqݾ¿¢\96âB\ f\19S\ e\Ê(\9ai##\8dXr#\81 \b     àØ2\98þ^7ßM\8fz\99yÎóã\91\9bêî\ 2"o\84\87\8f'|ø·_þöÇ¿ý\92~üù\97\7fû¥|¤<ý\98>¦Éþ\9c?\96×ß,ùc[ë\8f¥¦\8fm\99\7füîO¿üæ¿ý)¿þç¿ú\97_þö´~­hýº|äù¾>]×/\1f\eüým\82ëóuýûÿ\rÖ¯pÿå¾~\9b¯ë÷¿ISûhÓû\ 3Kùù\81êoàuò×\9f)ý¤à×\ f´;\ 5ò\84Nðº\97¾\83¯G\98\15\12|\1e!o\1fu¾ï`\91\8fP\1a<ª^Bª\98\8bn·À¸(5Ì\ 676¢GhE½\ 5Ì\87iNã\8cøy\v/IB\1fØä\1d,\9b\ 3ÊHë¬1ÒFtAz      \13ø@º)\ 3v\v/\9eÓn\811RNõ\19\8co\ 10\12Ö\a\1f\8e\90\ 4N<>P0#Ýø\80Ò \88*\8dÒ ¶gÂ\94ëöL\98rÃVáÆÊì\b­4È\89·\ fÔ\8frÙÁûo^Âø¹~Ú¾¬ßnw\90?\12ä\82åØÿiyº[Åú±ÞD1¿N´\1eêlZ?¦Ö×ß\99\b­ß\7f\7fmð÷oF\89\1d\7fKâñç\vù§\8fº¾\96Ï\1fÓ.\ 3)}¬ÛÏí\ 3êãío\eÚ~\ 2\1c<Ohû»Q¾\7f`»)²ü±®\88üiB\eØn\ 6\91\91ïµU\89~t}ÖØïN?[\8føo\ 3×\8fé\9fJ\86üs# Ý@Å\1f¸y\ 4w·Ò>\80%è&\ 1L\ 2SK\88\ 4·\rÐ\13´*\92ðz\85æ\91\18\v-\1fkúÉÃ7\1e¢<8¯"\ f\92;\ð\15ÜN@\85\b*±»\10Q
+¼Ü     \89\ 2T
+D-t·"¶~\86\14¸\99!F\81\97\17/Q\801ñËÞÀ\r\03F6\90Р       \ 2\eÈ\93&EL
+^\9e\8c&ÇL\fs\86ªün   \99\18\8aîb@IP0\13\0\12`.̵\8a\90\1c j¶\84®o\90\ad=\90\ 3²\1eȳÆ\84\94\ 5\16ÌC\0\e\18VDÇúUÓ#÷ß?\ e°\1eîÌÅ\1d¹é\11*E[\19´%¶\1e\9a\82\9b;ÄX Lè÷\819g7P°?$ë¡\92ð\ 6\ 4k\9e^ÿxÉEÉé\1d\8cI)?ï\0@\fu\85[ÈÐ%N·K`l\°"\92\1d\8aR Ozûýé\16X¾5C©ÓA\81SLpGiè\ 1\88K\ 5\82\12Ì\86¥!MrgCÊ\ 5\rG%7.à\1fÀÆDÖåe\9e\1fùÕe\81N¥ìW\17\12\17
+~õÛ\18\94îS¹\81!¡À\ 6O ß!ñ©ä;¬\93è\9206®Ø)\13äÐÖÃ;¸\a\97t\ 3D\99\ 19j·\ fì\97XSC\97\98e}^\89W&ëãZð%ÈðH-\9aSÄ´q-È¢IÚø0\bµ\9a(\9f\fB¾Ý\ 2Ó§µÉú\14;fõ¡cVUÇ\8c\f-\8a\1ccW\18aJêô\1dáÕåa\84WEÏ\8cExu}\18áÕM\8bð\18ÐU·MCº\18\13µI\vo\18\13µ   S@öî[\82\ 6Av®\e\ eQe\83Ò2úý@\8cÜ c§c}\rF¨(>ÃRØ
+tî\81\14\92ý\93\0\15X\83«9éPõ¾~Þ\96¯¿\ f\82\13\82t/\9f"xY.#Ý+úu é~ÿü\81T_×Ëä;Þ\7f\97#\9b#²ºþ< >Á¨¦,\91\8fÂ\8c\877rY¯#µ\87ø]\ e\10\80Ê3d\1fÉ#}CÅè\ 2\ 2±e*\88\ 3\ 2X}ÙÐz\0\10\91߯Eä \86Tc\16\ 2Ï®\ 4¦<\90êë\an\12L¡î\19Ê\80\ e\90\ 2:P<#
+\ 4XhA¿\ fXèîÊMÇ\aÞ/\9eç\ f\ 5ãê\8d\9erPæ\97.úòûY\7f®ªh}\0i?b¢ó\at\eüR\97o%t^/ëðtD4×\ 3ÈÏ\95]\v­uì½2\1d^\80KBþb¶\88\8eÜþâµ;ró\8b\17\86\9e\1a;\9f  \88+"A@\ f\81À\9beÝ$
+ÒõM½\ 1¦Å²Ê\84ä½i6\ 2\94Á÷¦\ 5\8a¡ìʦ\ 5²ÀÝ\12P\12\1c\19<\97\r\80Ç\16Â\ 2+"aàÉp\9d5)ä/nø\ eA<F^k&¬\89ô\17³    éò»\14µ\8fé\96\89õ¿Â¡·\1eøº>ëb\9c\93\ 1º\9ehB\0O\91÷¢\8c.1ð`\96\11\13B\80\8e½ØA
\ fVP\11F\1e¬ªv\ 5ô¹¥5I\93Q
+ÎH\8f\ 40Ò×bí\ 3ôÁi\86\1eÍ=ªb\82\9c\17,\87Â\93×Á\ 4]\159\1e\ 1å"è\94éayÞ 9\ 5N1{sCw ¼¹Ùz¨Ëe\87¦L«h\8cð£åþävWdðÑ\92l iþ\0}3Ìè\0\81ÐÚ\1eÜ<
+0\1e.P\ f\ 5x¸TÑ«¥/n\rk2ùå»4È\84²Oh\ ff¾- ¿\ f}2=\ 5¨t\8fjÐ%+\8b¦\8a)\ f¬X\15Ë\0qY!\ 5õ\eØ\9e
+CÃ\80CdÏe£þHÅzH&@Åþ\90N\80,\12\80¾1ä*Æ5\18^­Ð\1fºã«\94\80\0öV\87õ(à\0ò\81\8a\9drùÍØ\9eÚF#»ªªÁ;¾sl ½³ú¯N¹\84\92~2á,z#ô\12gM
\1d\ e\ 41>h¸Ì\9a9§'À±¥®\a\11ÊqI]!   e[T7\88o\0[\84å¸a\90\87^\12ðH
+ZÂ\8aL~)i        ó\90ìÒ¶¤Â\84ì¥\f±@à¥,CS ï¿hø\f\84èt\97Üdø\15\e\8dxäËò\96àÓr Á\8cükE?/\87Õ&~ç\9f×£ê\rþ¼\9c\ 5\9a\fÙ¹ü¾ì\v§ã¥ÛÛ\0E÷Ò»Lò²^Î\ 2\94v\7f¼(\ 3òO\0âF7¨g\81¦\82o ðR·I7À_Êð\ 6dG$µ,]!¯éXÄ\e \14\9cÑ\rÂô=\860k\a \14\ 6ôª\98\15
+\91\8c\v%¢Eä\98:mv\ 5y,¦ÎOõH>jÃ<.¦ÐXB\8a0ð\\9b±\1e\90\9fks\86\a\90ÓƬÀt\94\ar\11    @¡µúL\8c;¾{Þ@\96³h­¤ÂeB\ eÐb9\94\83R«©\18Ñå\9f'X\92v\ 2º\81e\16ï\0#;{MÅ{\ 3i\fÙÉ«¶\ 1\8a\ fo\90\8b\ 3ø0\94¢\0><j\8d\rßEz,\80\ f'¸>\80\ f¯ÏÜÑ\82Õ\90ì\8f\96\8c¼\89À\93¿\15\14 ©ìuÒ\8c\ 6¡?£G¤¥Áõ:Bo/î®\b\11x\9ah19"-3º\81@ò^Y \10ëuE\vÞ\80\9cwRVèMÜ\9f\1d¬Û`Tq¬\87a\95\94ýy\9c\0ê¡\94\ 5§ö\ 2ðz\97HÁµ®\89\\97\8e C\19Ê\81\9eH\9f¡? \87\15FF\ 1\8c»B\8fNǸ+fc\1dä¯jdFÖ7-¸g        xµ\1d     x§õ(\ 1oºÝàg!Á\fmÁ,;õV\890L\80\15Û\ 2Y\ fÔµ=òië\86\17s@\7f&`Íê¦ñ\10ÇG5\87\889$Í\1e¬G\1d\12«$\18õ\b[\86B ÇE\8d¨!\19¢·J\80Q&6|rNc<l2tZ¯{´\16\11\9c\97\ 3%\8c\19Øò=.»\97­È\ 6\7f^ÖÁ&>\97\9f\97#º£õÕåçõìG\v\aÎëõ\1cî      ^\1e\0\ 5Hê`BÌ£\93/%L¿@\ 60"@(\ 3x\95Ø\97\95$vxô¼\81û##Oà\9dÐ\ 6äp Õ\8aÖËêÃzày¿O¯°¡ß\a"À**\93y\ 1óô}E%½Â¹>\13"s#.'ÐóØ»
+\9d\ 6óØ\17Ä\84\11.^\8bH\ 2\92Ǿ\1eaý\\ 6óØ7hE\ 2\eRäº3\9d'M\13Q`æhÈéQ\90vûHõ `úÞ\ f¡\eHËà\ 6\fß\15í8ÿ\0´\ 5z× \82Li¤eNÑ\8c\0F\a\b¼Tå\ 6y(\ e\10{z\802ñ¬21kÚ\83\83ü\v¶Ç ï\12û\04§ú+\ 1t\a#Ï$+Ræz1D\86\8aì~\ 5Ì\1fè ¼\9e?À»î\88wH±!ì\93ÉMøJÒ|Bº>c\1e\92cÒR\90G\12AX\vt\89äÊÂR°C g-\94ªI\ 1%aÓ\82"\9a\82\ 4\9e"¢W0?\8ckʼ=²feÁ^¥\9c7V°"ÒÛ\1e­P\8at\8c\14\94ÍqÁ\8aL\0×\8eÆO[UÝj\92Á:ÁÀ@vhê\84(p\8f¬xÃ\1cøûzÇ\9e\84CCY\8akÒL       \ 5ç G¦÷\ 2í\0uÛÆz\81Ö\ 2o@GÈ\89\1eÔ\11ò
+7 Ä¶\96\ 2\f¯ðþJÁ\11\ 5¤\r\9c2\80ÏB\84z.\11!X\92¨\aY\ 6\ 6ôÆY«hL)\17¯X\8cd\97®BE\16Hþ©öV5êV7\8c\92é\10ï\ 4cÓ@\ 6-Ôdz\ 6*DÉôGÿ\ 6\0Æ\9e×g±­õU\1fõ\ 6\f_©n¯\9bï!êú}³!ÆÁ\16\93T§]\14c`{¤©N÷=Æ\7f\eÚ~ wÍä§\8eµ:ê sý¾Õ\11OÁ]¤ßgv0Yê\\1dí\bm5\89u¬_X²'\1e\8f\ 1x
+,¤` IÃ$Þ\0K¡Å\a\90_\8a\1aç\0\1cdF\12\1c Àü\90\0³H\0\8e\12\vQ\94~\81\1c sТ^\80\93\ 2ìs\0û\0VBz\16ö6I\14¤(½=µyZ\90¶û9f6\9d? ·ûé\19Àç\rèý~¬¯ûõ\ 4::\97 "\95\81\15ëë>|\879kRÀs\88\91\14@KÆ0fÌ\ 4\ 1\8cy\93\\ 1º\81\8a® Òi¤!g"\80²7Y\ eI\1atC\14\88ôæ\9fEAä(7Ôez«\11â\ eêÅ\0\vd\ 2=\95\1e*SýÕ¼'!;\ 4 \8adÃÖL\87\88'hNu|sB7\18é    \9e \ 5ô$Ü$J\ 1ýÀSUX2ÔÅz"µu\ e;o \90H]4)¢ w\15­\11ÏcÖ\\12æÖ[_÷a·~G¹\9f¸õeÆL¤wyX\90\1cêm\80w\8cú\93\aÚ`\eà\82\15\91Î\ 3Ä©Óy\0k29û¯ÀÐV×\ 3u¡y¼ÏÅ``R'hJdh©\83Ô®KGö\9f°1\96±\8d\9eE=*\ 4µh¡\1dEHË,FV\ 4\9f¬\90\ 5õvè\15² \8eòWÈ\ 1:ÊÿT\rÖ\19²\90l\89ö&\15\8f,QÅjP\7ff\80±mä\99aÕà\15\ e0\e\v9\0\1dÏ¢\16£\ 2
+\90B=¦\17öY?w÷\ 4\1c¢N¢\14b.nÝ!\eäâ=\r[\v-Y\1a7\14c\19¤ì]"\ 6xèÝÏ\1dûär\1e§\ 55åY?öò}Cq¯\1f{9÷R\ e÷c¿¬\ f÷c/cÝ´7üó7ög\8få\ 6\r½lÑ·oå\14\1d37ÂÛ\0Oä^\11\ 1ôDn\v¨Ê`3n\83\96.\a\b4\84\87\eлy[]çe\ 3ú  
\ 2=í©·©ðYØ\ 1Ù/\1fÐûøV\8d\ax&6º\82@-DjH\8ctgÖ\86\97ú\a`\1dá±\16\92]\99=\93ûÓ\959\7f Ðl\ 5ja©ªñ\82Ó\8fÊ¡¹2\1e x3g¸\ 1ý\ e7h\87ä·î´A1\94ߺÓ\ 6yH®\aê(½'\ 4\14!NY²¤|z+Ö¤:B<¬ImýCE\96¡&\rä_æ\ 2yP¶\ 5¹b)Ô\8b\ 1\1adb½\18\0+B=\95~Öl\11o\14\82\b\18\8d½I½Í\85eL8Z\807\82Æ<¨WC¬ª?ë¤q;\ 4 7¸A\ 2è\r\¡C\18@æ&¬E\ 2YàÈ\90\ 4ÐÙ®\85Ú :\9b\ 6y\1ffìÍèè,tè\ 2WXÑ\15\ 4®\90¸cú\156\8d\a¿ÃÇ5-Æ\92ÀÑï\a,Y\99\1fÞÀ¢ \11}¦ÂÎX \87\e\1100c­`gLoÕ²\95GQ}ïò1\1aÖw|}4®¯P\8f\ 5Ð᤹\93\14ÜLrD@6\90\9bt\ 5\94\82\ 5êa9w³b-¦\ f}%Qi É\87\ 6ÍÐ\ 3´õ\91%ïð¶«\ 4\18:\r÷\1f@§1\ 1ut\1aúBJîܱ\81uÑX\98£ÓX\8dÉÀDÅ1\9dþD²A% ?\91Ø´S×\17¡àîC-Ô\13°\aµPË\93v\85.º=ÈÄ\1dÝ\1eeâÞ\ 4y0¢±x$»³mH\ 6ø\fÖë\17¸\1e\99\ 2ùû\16Ö´ÉH\83»\97\1d\80ÈN\13t:)°Àõz\9b\8e   \91?\90>;!òGò\87­\ 2¹?¾¾JëiîçË\rø\ 4øOëõÜÏ\94!\ 1ôÜÏ\9e\ 1î_!Áå
+â¡\08\e d\1fÀL¬§P·"       !G\97×g\14\98Ó3\1dÔ\93È]&f\eÀ\14Ôñy¬\ 5\ 3\83ú\90\14FÞXVM\rS|~;\9au\9d7 {ãi\83\e\90kJó\84y@ïo0!\1e\bd>öI\83Π   h\7f\81\ 4åøÞ_\80'\91k\8a\84ÃËÐ\96ÈÎ\¶\86\19îÄÞj÷$ò·.¯c\8fµ\1d\9e\1eµf\19êR=}¶7*\19f"\eºêªR\86\8fCM¦££X\15ë\0ÿ\8c\8d\91\ 5Éq \12bÁb¬·ò^0\ féiø+&\81\8c¬ôI\87\83Ö¨#äÞ    Øx¥½\15öݧ\ 2ã\95\96\8f\19:U6Õ`*§õÀ\18`tÍÊ2/ëÁÐÖ\ 5¯\9fáz`N'¨\8aÍ+¿¬\a\85\14õr\83¯\9b{ýiQñe=\88J
+®)\9b\12"`\ 6Õ4×\ fXXÐÐ\ e2pHð   º[ï\1d\81\91p\1f!\8e\8epSÅÜ1Ç4\0¡\15Ù\81½\96z·H?`¯¥Þ\aî³\83í\ 3\ 5`QÉ\ eª¸\83ôQñ\ e^æd©÷\1dÜ$\91ÞBC¬\1c     \8fft\84\88gº N\føæ\v<A 8\80Ú(0gÈ\ 6\eLßw\ 2¦\aØÐïGBô\r_\81>(hC|\1c\19À<¡;\b$>\98k|^¯{¦\96¹19Ã)Ü\11-Ó÷­\80Ý\11\ 1\85Æ\83¼<\13Ý`À«ª\98\au§¨Â\rÈ\8f%¹!\93\8cÂCæ\17Ãß×óFæ&   1\rî \16\83ÍãÈ\ 6,\rxP\8bt¯tT\8bdèT\ 5\86¨C§JGÚ÷ù*\9f\bÃ\85\82zYÝ\84Ô`$qã¡\16ì\89\ea-h\ 3VL\b\agüôÊF÷
+Xû>ÌCzmfA<\14H¦î\99\1fa=|)\8d¼0\91\f3\15¨ÇB\13¼5MÎ×CE¦OH\99e=àä\8ex\1f \\88\1d:\9d\v\17dK#É+D\15\ 6f¼hrD\9b@n\9a;Ãg\88Ãß×ëÊ`x\19\98ß<AS ¿\1aOP\8aõw÷\ 4\fRõö\7f\17\ 6Ðû\abEª\13 @\11\90\19 bwNÏ|Àj0ÒþOÓBt\ 3\rË°¾\81Y\rÊÈ\rÌx\ 3úx\95E\8cÊ(\ f-\90\89\ 3\e\10ãZ>\7f\e\92P/p^aL£'\90­Ø\94ʹØ}Â\8dË\ 3Î\0ðóúø\0ðA5Ú Æ62\0Ücb\9eý²\8a'p\ 6\80\ f²P\93õ(Ù?Ö£ñ\ 1à\83Qéa\87ÛË\9e\8f\844{òÆ\1eÒ\9c×KEM\ 6óÚ\ 6ÒXys:B\92Ë\ e\ 2OÿI#\ 1/\ eÌh\ 3ºC\9e2Ú@d\8cøÁC\97\13Èã\7f\r%¾n@NâKG+Ýë\aôä\81#\7fãr\ 2½\89â\91¾qY/k\ 1Kßð~ß+\ eôn\80g_Ì\1a\ 1i\ eÑ+"Ùß»Î\1f¸ç\10!\ 2,_ æ+\13ë\14<Lñð\r\1e55Þ\rr\88\19Ja \85h\13¯\80â\83\13\92Â@/b«\ e\14Ä\90à[  ÉqàÕ5!)\88Tvet\82@ï°\8c7 C\8cP\93\ 5\15¤\87\85\15Y#Ý¡Ë\rªr½4­5Q\11²þy\98\89e\87.ÏØ\1cë©\ 33TÅ:\13/¢"àå\89Ïl\91ÁÔ£þDÞà\15èÓª2Ôd\ 1\90v²+t]2ÖÁïÙ\15\16Õ¥ã\83À\17Í+¥'È\9aGÅ×c\8fJ\9f\10\ 2\9d é\80\8d\92\ f\7f y\ 3\98\19¨\8aÑ\14i\82\10BM\b[y²\12GM\ e)ÎÝ 1\12\14\91­_5&¢\a\98¡1Ò¯`Æq\81þZ³\8c\1a#+q\84±Ù=\7f\85=\19Ú\9c\99+       \ 3\9eùÕ\858u\81\16|\9a"`r¸Ï\99\91ä\90bd        \ed}\ 6²è\14R¤ý\0XF\1dsëá7~\ 5$<Ö«\f\v
+M\80\1c16®Ø+Ô_¾­\8d_Ü%8Ö7|\ 2¹-rm"Ä@iHüÂ\0Z\r\r\9aNB¬Ëd\83j}üF\95q%ª,\0õj\9aÄ«Sô\bÈË\f5cà\95)ºbH?\90 B ërëâ7\1cá7èÔ\ 5ºïìXñ\13UØHx\v Jl\90\9aAf0QÛ+$\ 5\98\b\91\15½çb¶åëò\9c\ 1\13ãlÐå°%\97õ7\ 2°tÔõ°e\97õÀ'¼65>:    np½\9c\ e\88÷û4+{EëïÉ°w\88è\80é\8egëë\ 6n,HóyÓC
+&\13"\9f\848±Ý\86¢_i \8fþ³¤èë\anLH3\8aK\83\\f2\8a\97Û-¼{á¡#¤)P-\88\88\18¨ôJ\rï@\1es`ÝðÎ\1f\bTëÍx\ 3zNô\8cD!Ð\92Ñb\93Ë\ 6\ 29ÍH\96õ¹[iÅ\e\b\95\vÞ\95a\0ª;Ê\ 5/ëõ\84Þ      ©\ 2\94Á\81\eÄçéݽ¤-ul,{N\98\87ô\91Øi\9c\87Þpµ±À ÐÕñêð\ 6\fnF\14ÐFé~Í\89\1e§`\85\1f B\ 2èÃF \1eCj\bÏàÌ3\92\ 10\83\93ÃÕÈ \ 6\92º\17(\84zÅì\82~?R1»\8a\96ÀK\8a\1eUÄ6/f@\11\1f\95\r\86Ñ,ÓX\ 3\95\82\15a``\f´\85úHð\84,Id$xB\e\88dsf(Ʋ-+Ð¥
+\f\91,eQ5)¡!q©ô\8cØ\8aÌq\0)l\98\8dõ\13\18Ü<Ì\ 5Ø%Ó\aÃ\13\97L\97\83\ 5zDú`ø\ 5\90\13¼"¯X\7fx+0:D(\eY¿Ac\14È\89Ö\8c\9aáïË,\\93ÌÂßÏk\19ÖC5O\8f\9añ\ 6äÞ\ 3;V¬l\80\92°`U. 4\86ôB\1eÖ;úÕö\8c\82jdÉ¡f¬Eô\9cئùÄ\f¢Ú[ê}BT§õz7¤
+=²@¹oG\8a½Ð\96g\15C9ÖÓ¢¡G\16\99\8a¾i\91\1d\87ª5KÄ¡bôû\11¨xÒx\88CŲGæ`Íþ\150¨XÓ\84\1c\9aPÎÍoÐ¥»3!]O4!P$\f«6&p°j:XüpèæiÌ\16${º=}@Ï\ 5³\ 6\14×\rèU÷\16W\9c7 '\85\1a>âm\80'\16C
+èó"2Ú\80¢G~\8eMùD\88Î\a\btÔ2&\1c½Â\82yè&E\14ä;\8aƯ\1fÐOp4Cº\9c \90\98\\11\ 5\ 2SOV\91\ 5ÈþgD\80ÀÄ\fÃW\1c\16â]å´ós\98\18\9d?\90Q\9aÖúì\ 2\ 4\ 2#O \ 1õÆ\82\eú}É\998 :{rz\85§C%ÛÖùÂc!\8a\11&$Ä\81~`\19²p`d      ²\ 3\ 1\8c³@-¬7î(P\ 4d\11Îe\119\985\84\17iKX±!\95]\89\8e2\9fY\10õQbcÅ\91\10E¦Î@5\18É\v\9f!\13ÉÍ)÷æ\e¢)%$X°3¡OV'\9aT\0\9a\r©®Ï¼\81¼B[¦'÷o\98\ 4úDcìQ\ 6Úo I\ e\8dF\7fæQ\16¨J#\18¥¬K\19PÝ$]Ä»o \e\88ÀÄP\99\ 6\92   {^´w\87\fßØ\91îO|ãô\ 1\1dß8\1a\13¶úu9è)÷Ò78\ 5ç`¡óúr\13ã×EÝ\9ekv!°<¸òU\17çrc!/\85æ²ÿ\9b\10±ü\11\v\v\a)D÷ý¿+V+"`\ 1\8f%¸3ä\9eB\83>\0\J\96ÀRÐ\11PoH|\85É\9e\9d½;¤½\15M
+.\97p»D\9eBónÊwý@ \85\ 6]c(\85\ 6\1dAÌh}GV\v`dè×:)0ÕÑ\ 4<¶Z\ 1#!Ç\f'`¤åÝ°º½\1c´¡\ 4\8c\9eCs>\81\9eÓÚshê÷æ\80\aGh\ 3\81¢Ñ-I\14äMý&iÿn
\99\80(\1f\92\ 4W\96Ýï3!\v®\9aD\ 1\1eÜ@
\19(Çì\81«\10èåz\96\9c_\1d\97\84§ ¨' \14¬è\ 4\81\86\ f çà4¸\81À<F\91\82¼æ\13¹\ 4\81\ 5j\ 1ý\ 6VäÒ(<l\19(è÷#7\0}\8aHÁdÖ¤\98\a\16ª\1e$NiÂ, çòõ\82\94ܽºc\aÇ\10¡«)ÑC\13CY.GÐ\9bºeÄÅ\81ºßR\90=¿_\ 2M¢©\98\rõ\81zM³f4ÿ\0+\129\17®@E¢?\eözÅAEV\16ÌÅz|\ ec\9b\80\18­\ f=º²n¢GǺâ!\7f"P¤4=Ô\84uB\91\85® k\125!OA\19Ý\80%\80¨¶\88P\10\86V\ 1\7f¦B-\12x9®P\8d\ 4j\ 5ad\85àj\96A\82\ f £µÕÔPqÑZB\81\19\99\82\0\ 5\16Í#ä]åàú@© \ eM\ 3ù\17jXB\b¸A=(\ 3¥\r\875(\v\8a\83j$ \87Z\82¶8\90\0\82á\ 5Ù\944\18×Äg\1a\ eó\80õu\e¥\80¹´/}6\14V%Kª¾|@Î\ 3ë¥j\97\ fèàBÂ;\b\81\ fDò/6\8d\86ô\ 3\ 6ôù\97\8d\8cn1\92ÿ\90á\ 6d§:\15|\89ú   ¬ÀÄ=\ 1I!©G
+Éy\ 3\81\14\12k\88\80ìTw\94ï¼>\0ò!&
+t\17\\10\ 1\ 3ªÔæêyRÀ\13 V\89\80<\ 1\ 1\vA`ö\a\14\ 2½¾Ä¬ÙK¥\ fÕ\97ä        ^a`ô\a\94\ 1}r\ 6ÔC\ 1\80\88¨!¹Cf¶¬j\87\ 5x\ 6\ 4RC\81\f\ e¨\85\ 2%J\15\89\0\90!öf·c\84\9fov§\ fèov6Òî²\ 1='¹c|\97\13è<4?$áS5\94e5D\90rsª_¼8\84±õ¶j\ e\13r\94\11S@¯\97Ý\ eSör\rÇ06ëµ{±\85:Àbnù¨;Ð+Ý<w\80\ 2\1c      ²¡\8e±\11U¦cl%?r\a\9bë\ e°®hP\15ê\18[EW\18)s\13=B\ eRjþ\fíª6WÍ¡ãMÍ\90*Ô­q¯R»èb\1díï\9aÌÕD¤ÎnÅNµ\9cÙ^Võ\ eXW4¬Êäâ\82\82]²Àô\f¨\8båahµÇ\96\8eKG!\1eì\92é\10\9aT\87x "Ó_Î{O3×¥b0%\94\82@W¶¢:¥lü\86F\80»Kv4Ö{)·K¶x\r.      HÖªèÔ2\9c\14£\ 3r\v\96:k^1oÉ\86ÕH ¥\1aä¡\0Î\8a7 d&\1fblé#\9e\18\15£\@\f\89\18\bº\18lÏb³\ eµ\8ezT\rútº"h\ 4\vÍ0Ê&ã\84\8d¨R¹> eM\8e\1côIecÖ+í\ 6\8dYGzG\8d\99\19ã\97o=¢G:Ò{Z\1fiådÖø¼\81\0ÎZá\ 6ä\12\95d,ôbÅ¡,ªd\8dýÎ'\90óÈzBæå\ 4:Tm¯\86£$¬ø\ eu\90­¢;ÐÃó>Àã|\ 5÷\8cR\8a³6Ì\ 4r}B²\ e¥ç\13è\85Rf\8e\87I8kb@k\r\17|\87rd\94,ý!|\87\86ôB\1eÐkõVøû²)êH±§\a\98O¸#Å\9f\99    ï>!o©\86\97:aU\18\18\ 1\82H\bx\80n Ac 7]ïù \83w\98³¨ËÝj¹AkÖ«åF­Y\a\8b]UÌÖ\8b\80'\94bE\14\184\ry@.¼ÏP\13ê\1e]¯u\eµ\866iÚWd\84\0\8bF\0^©v\0­ç\ 3Ü1*ÚÕ\rjBØ0\9c\81ÍH\8f\ 4z\90\14èÔéwØKÕF¹¸cÍ>\17\13\9c\ ek2=\17/C\97J?\0ñéô\19 ¢OÇç_À+ÔÛaU$\86\8a\14\18Ò«í\9f§£B\ 2\ 6\80V{z\1f\8b\15Ø8n=\87\8a!\ 5d).Ð!\v4Í/+"aàµ`\eõêm½x\85\14ã\82\ e\15\8aÍëm\ 3í3¡uy×\99¥íËú\n\9a\98½Üî ©o\97ðë\ 6ÐËí½NíKµå\8e\13}ý}PªG\1a\96¿-Ùe=ªvÄÕ\8aë\f\7f\1fT{^«%ßûßðzá\ 2^ÚwÚcû\82\ ep\9f\vHÛ}\1f\1eñu\arG5ë\82\ 1ÐÃ×bGûÀ\8ah\90oN=-v|Y\92\9d       ¯\1fÐ\8b\1d\vâ\82H±ãQt|ý\80^ìxØ\92}ÞðX±cE×\18)vlH\92\ 2Å\8eí]¡R_*i¬Øq\86\97\10(v\9c\11 \ 2Å\8e\vÚ@ Øq©\12\ 5ix} í×+ÔûY­\1a\ 1è\ 1¶éÙ\ 1\8eaÙ×\ 3\ 42É6ø\ 1=4\83ÚP*þ\7f\1eßïæè"\87\ 1\84"!\1a\ 4\12Ò$zu\80Õ{z¿Ïñ\ 5t\ 5\ 1|¡à\e\b\fè\84Rxcâ÷v\ 1\ 1j=ôÐÙ\9eéíx\1aÜ\80ÞŤ\89RÀ{®C\16\90\9f\e\83ú|L¬\a\81KsO\83zÏç4KÐN\1d(\80\1eY¡=ßÃû·\10\9e®°\ 2k\8a§¸ì-ÓÑ\at&Ü\12ü\80¬Év|\0}@\9f/        5Y¤\95Í¢iBÞó\1cn@FËKÆ>\95\8c\94\16¬\89ôn×\ 5\99S]\93Z&\99÷û¼ÜT$\0Ç\a\1cóø¾¢\r ø\1e{öVozÙ\80~\80\19\ 57z\ 6\87e\92\r\86\ f@
+è52\ 6\10\8czTe\85<¤'ãm\19\18³È\88ÓM³%^Áê°\1a©P\ fEz¦ã+\94ó!+v¨\ 2-ÓÑ\ 6\ 2s\rE\87\8a\14èP\ 6F[B!Ö\87s\92ÀRO$kP\ fë\89dmÖ\rº\81\0\9f\8c      ) ã¤u±\r\fâ¤uY\1eY\82
+#Ë@Ñõ\8aá\r]\8a71*`\14h\93\16\9aò,,(Ez\ eRÂzP\9eâÓp\([\92\1d`}\12\9b7¨Æ"ylYµ$ä\0¥=:À\91Dµ×n\ fq\90eQ\9d? ?ºv\9cô²\ 1Ù\19±nã×\ fÈ¡¹¥a]N w*6Kx^¯·\9aÎ\1a\ 5y·rDÁ@ú\8aYBçü¼V\16\9d?\94\83\95Ñ\ 6ôJÏ\8axø¾>Ý\1a\en\9f\91ò^*ûi     ÷~L_\fÑí\ 6Ùc\89µÔ»Pà>\9d\94\8e7\9d\ f!>\7fàÞØð\1e\99ϽZÖ>°\94\9f\1f\0\91ù\15\e°\ f\ 3·K¤D<ºÜ^\88x\7f±ù\ e%UÄ\80VLï^@¾Ñ0ÐfwÊà\12î\9a\94\95©í=íÐ\ 6\ 2õ²H\10\81Cäuüö\ 4\81\83\ePÞmçS\12\92û\ 1\17¥\1c8Á»c¶m \fVKVdM\ 2iXGòÀ\95\ 2:RÞ\ e¤ü|\ 2\84\943\98RSç¼ä\16ÛS=\91l\81öT/Û^ð\ 6t\90pÕì     ¥À
+ÕùýÅ\8cömß2âB¥o»¡\94Icc\8aÐ\10¯*<ÛQ¸\ 4ö\ 1¼\ 3ý\b\19©\82@bt\81Ú,\0tfè×Éõ\r¥+Ãìõ_`³!å;`E³Ð3Ô\a#6|\ 5rtV 6D\92H\90RèXE\90RͤóÎ\80ð÷õÉ\8e\vÔDrha%·î\ 5ð\ fÀ\vÐe`\852\14HÄÒ<\12\8b=\12\1dâ\11\9d:\8a°Lb|ÌRb+\8c.AJ,¯\98ÕHÈgK\8a\ 16ÿ\0¶ÇúpÊ\82¢\9bÀ\1d@§0Ðè·â\0Q\1fLHô l\fkÃ~±^n\89\15¡Î\ 436%²&¯Ø«\945y\85^e`>è\97\0w\bª\85Ne¤7â3\90¨BE\18\91Â\rn@o=\0\81>]\93·I3å¼àWT¤\14(\15a:\8eôBw.Pn\v\9d©pgÄḪa\9c\19±\8e\8eöÜ\91ÞO\11tF{Ò:?\8bI¼a뼯a\ 5\1fÐãºt\14L_7 \ 3\8d\16\11\f\8d´Ú\ 6\9c\1cª\85\eÐK\9eíÑÒ\eñËÒÊw¨õ\13\9d\b\ f)>Òª\8f®\84ûú\9f0c®ru\8cµ%¬\83#~÷Ù#Ê\152wÎF\87\(\88*\9c\88\14­\90\89u´ÿ(±º^¡^/¼¡\r\889Õï\ f`E";#\99(\82@µ)¢\ 1²\85w|æ\8dÔBE\90\ 3\9d      \11       ô\94è\ e´ºrL j¬\88ôBâí\9fÏ\1eÁ\ 4\fà´\8b¦     y6i\96\8c\11\9f\8c\b\17*B=\14\11\82\ 5\e#]\b\16ÈC\81é%\1a\ 5
+5±\ eó®è÷#\15ÓÛC!Ú \16\91_®­ÒÓ½A\9e
+\8a¬qdª!"@ OsIØ\96\ 4Æ">ã\81\92±)\91\8b[JÁ$Ð\8bU\r[\18té¬ØtØ¥ë\18ë K׳Q=\97\8en\0{Tú\ 6f|\87zÁòR$UÎAVÕ)fɤMú}\8e\e\8cÀôÐ#\v\80;\132%\ 1xkÂB¤Ã[Ð\1f\8bÀ[IÓ#\94\ 2Ð\1f\8bÀ[YU\ 3\ 4ÞÊð
+ux+o\8fÜ\99ZàïëðV\81¶Po*X¡C)\17÷ôdÖ8\v\1eÙ¬sú¨\9f\1føÚ\161WaN´!¤P\bУ/C(§Á+<6\0ý9)\19ô ÁjîÄ\99\ 4úø\94õ!\13b=&ûÔmÂ\8aTV\ 3M\8e\vIG;\18\17"\97øûé+Ã.mËÐ#\94\e\8e+õlØa5d\18'vFä\e4há<&[¾Àd\1c4{S°HͽYÂóú\0\7f\11°zsÊy.ë\8a6 '\ fõ\ÒÁIïÉÞ
+G'½÷dT\97\82,\17´HëY\99ë\ ep~&ñ\9dÖ\aÊ\S\83\eÐG×4t\83\812Wëçç³\0ë'\88®0 \83\vü}=\1dy\81:@o\17`fpô\ 2VÌÂz»\80McA\9e\b{T¥\9c×ËñH\9eÐ\ 5Dòç&¤\ 4\ 2 \1a\ftñÊ        ª¡@µ?äa9u˺ùÕ\970\ e¥nõrýá;(\90\ 2:¼X\91\14\ 4\9eIër16¥Ö\ eÐ3¥\1cà-\92\14¸\0ï \1aê\0ï \1aêÕþ\83j¨Ã»>\aáp gÁÎíûp\80²Ð
+)¨\vá¦9c\1cßÕ|\11ÞÊï\993f­\0\87\ 3Ä£\eHX\91\87§Î\8cº\ 2=\ 5w\90\ 3:<<¨\86{\ 6n\\r¿IRº\1a\1e\94\81\9e\82ë©Qþ\ 1¨Fu\12\ré     \98Ø\1d\rÌÍA¿/ö(·¹7è\ 3:B\8f\15i`½jÈ\bÂoðr\e\1cí\Vm\ 3ô
+\88CzÓC,icïvð\99´qúÀ=iãÞHîÜ\vð4\915WÐË\ f·Â;Æe\ÖßKËX#»µ ßÏ7\19d¿oå\1cçõhÚ\ 6n{c°ÖeýM\86Y/D{g¼ì_¦_\9aà\ 6P+A|\80}¢,¢` \17!¼Â{i\eo%\98Þ­\ 4/;\0­\ 4§\9b\14~VHfDÄ]çºG°Ô©ã\bþtnÖJ°¡\ f =À"û        \1dAo¹a£\ 2ª;\1f\9cÜbC4¼»ä\1c\19\80¿¯#\ 33\12\1dHG[ÚZ\1cw\807êOh\ 3:ºeÕ\10£Ã­Ó\ 6\8fJ\80ª$Ò&ß\ÒÁ+ì\91½;bÞ       ì\9dߧs\ 2\92H\0\9e\0U\18\b+-\85ó¼\ 1½ùS\ fÌ\1d\a¨³t\0z\ 3\rý~ ßB¯p½|@o\93\8fÕ\90Þå\1e«\11½Ëýr4\7f:\1f P(nµòÎ\15¸\99O\17
+\86Úè=¢à¦ñ\10\8f\8c1\ f\ 5"c¬H\ 3]ö±\1eг^\12T\84zmf\86z @\82\f5a Ë>ÔÄz\97ý\ 2¥0Ðe\1f\11@ïÿU\1aòIõÑSeÆÞ\94Þæ\1f{3zX6c\16\94\1fjzqèè\r,Ï,AÁÞP 6\14\12P\9f\12\0ãª\b2\0½!=²¯\16Wy\1e=ïò¯Ê\10\9b¦\8aM©Ü,¢¦£YÄù\ 4\81a ¹=â¡
+µP A{5\84λ\ 3JC¨Ç"Ó@k\15I\80\e´×º\1dîD\1ekÐ^±C¥7h¯\rÚ2}XÅ\8c6\10\9a5\9f\9a&\7f\e\10(h\1fÀ< \17GÂÀNOü©\e\16\ 3¹ÙEÝà\15ÊLÜ D¤¿6õÌ'ß\98±F~Z`Ç7\80¯\10P\10×ô´\f¥è^ÓCI\b#;=¬heÑÂ
+\16ÛZîÓe\1e¬\ eÏس½;\90\96àS\86\rx#yyöRÖ>À;éi' \0\931ÑàDÚdésþ\f\82Ð\95\ 3*wfkÓ\ 3\14Ä\ 3\9aa\94v\ 3Ë÷ 'EÈ*Ü\80\8e\90\19ºà\r¦¦,Ðà\ 6\ 2\18ãô\8c\ 5f\91\ 5xúRyFÁ\ 5É@dà̪ñ \aI5\16pëKGÕ\10Ñ\83\82%°ô%x\ 3q\8c\09a\19\90Õ`ï\ 3\18\96\ 1[\ f\15ùÝ¡äÃN\10\ 5#ÉC\19*r¹Êº§O]N ãÌ\15ª\ 1}\K}&Å\19êÑH\ 6\C¶4\0Ô7ÈC\81ô'(Å\81.\82\80õ¨.\85D\8fÊÞLÏ\9fò?À
+d5!à(í$)rz\80\r±@$\aqCîT\b¥ÅzD\87\88\88G©CD       \1a3=ù#C\87*PÞ\99\9f9T¥\88\ e\15Mþ(G\9bÿÓ\aîÉ\1fl\90b1xä¼\81û$HÞÃ\ fªb¹¦¢`M\16ÀiÑïCt\ 1\1d\9c\83EÔ$|Þ
+Öeú¼\95\15s\91\ e\96¯X\97è\1fØ \17\ 4\1a\ 1"{\14©ußÄè\96¢\\13´Èz\89ã\84\f±ôN\82\83\16±B]\18 a%n¡l\11+V\86z\81bI\8f,b-X\8eô:eèV\ 6,b­\98\8dõn\90X\9bÊ=°z'BÏ¢º`±kÐ8X¬\88\11ýýå\99cZ\17¬\aô\e\ 6\ 23[Äð\90Rpk\92\140\9c±\97Ùz@#o\ 5\b\ 3d\99\a\e\8co\ 3^]/\93\1dôêz\99ì¨W×{ù\r2a¯\93õ£#üè´\1dXsr\86\ 2s¬ø\90âó|ò@¡í\8cÖË\ f&\1d*¾L\88\97]¢d<tù\80\ e3\19\ f]> gcÚÓé\99\ 4\ 1¬w\12IèTÊ^\ e Ïu®p\ 3ú\gÃ8\9c\19÷.V|9@`´ö,Ý\80[)ë\1e\80üþ¼\8a¿O\84pAB\18\99nnqA\1a\9dn¾b1\f\80Í\8bH\ 22ÝÜ\ 61z\8a\8c7#D\8a(ðx\9e\85\81V~X\13êu\82i\1aT#\ 6ö")\843[XF,4\ 5:\ 1­HË! [*;j
+2Öc2\ fç\8a\14©î\91öÁÖ\ e\aÐ\9cæ\86oP\7f°\98á\ 1t¨tF7\18\81J\17Ù\9a;\19µ\83¶4\9bOî²\0\19Øb%VgEª¿\9bæ\rn@\87Ë7|\ 5úTå        n@Oæ\9b 1×K5»CWÇÞMKÖ¤\88fCfH\0}0xQ\9d\ 1\ 6ÔBC\14h\83WÓ#o¦\ f{\19=@ÃzXÇÚ\9bf\b(ÖnÈ\82çÍðN\86p\ 3:\ 5\88\1aÓ±öe}cí§\ fܱö;\v¼»c÷N\84¯õ_\87ðéXù¦ºôD\8bl8¦Ð[\9aB=¦gµw\90Õ\vjxJ®&\ 5\1cd\85\14\14ZK\eÈ
+½)ù\ 6ûXmW\88XB¯\1a\13±\84^\1c\94    Ã^Þ\86 'ôz\86\80\83¼\90\ 2:Î^\91!\88àì8®\95s\aªè\ fº\10­§\86\98CYg´\ 1\bð\11\12ª\ e!\a\11ô\86\9e«&\86ô\ 4«\18Tðy/\1a¸á¢¼Ã\\88=J9   ¨Ï{ñ\ 2\f\11B\84\81¹Ê\1d&vIÈF{C\8fL\8eÌ\9bìQ\12\90\16\ 6Æ\91\81-V³>h\8d\e\8c\8c\ 39ÕÄ%\95\9f»\8c\85¦ï\aÎÐ^zSz\83;§õ\91^z\13Ü\80ÞÊÍ8hrÆnñv\8a\80\8e\10æ£uÅôýÔ*ZïmØÊå\0r©jO(v(HAê\8a(\18H§µ.`\933\ 3\93\83Äè\ 6\ 2\96$Í \9d\0Ìö&L<W\8d\89)Ìnýk\1c)¢Ll¶Ôcb¾\ 1ÄDú°\8f\ e\12;<à&\14»BDPn\vJ&w\18.A\97¦I\92BÞP±=S#}^\8dC\ 1\9eQ\à\ 6t
+d(\ 4zÉü+ª¸\v\ 1¨m¡\14(\90\87t|¬`5 O+©\90\ 2:Ì_\1f^aÃW¨'c6Í\18ÓõX\ fÞÖ³RÓ\1ddþÄ6&g.9\1f\v\8e\8d±\1Þ3z\amY^!\ 5\ 2\ 3\r\ 4\1e\{Û\86AEÜ\13z\a\15qoÛ0ÈÃEÕ\83\14â\9cVI\11ó¦\rH\88\ 2ý\f\13\94¡@?ChÊ\ 3ý\f\eâM\1f\90/ {ä{Ó\87G\1eyog8è\91\17¨F#M\13 \1e\r°\80è\ eò\89à\90\0BâËÑ\91r)ï9\15Óöý\9c
+\9eL\8cC\ 2½ñ\bV\83:F¼bS¬cÄ+4¥zBù\ 6Y@\1f
+¿iZ\88ÖjOð÷õY+\13ôÇ妦µGµÛXSÓ
+ÕXh"8¤\80^n\9f¡%×S0±7©§`\12oòæO³\87\9eÏ\1aïõú\ 1TT\91o,ð       \92×\ 5°`*zÓ\8a¦\ 1\vô\ 6\eÖ"@\88\19D\8c´H$\17|\86ÎL`¢9¶$rCÈÚýÑâ½ù_s\97Ö·\1c.ÛG\99®\1fÈ5Ðu\ 2Ç\ 4\v\94ûsð¡\81Ì\9eCÂQj¨Ëõ\89;Ó3|©cÌ>¾\84\ 5iï[ñD\90ZÆè\8c¬K[~æ\93öTäA]Ú .Ô\1f\1c\8fa\15\9f=\86\a°\95t0Ày½\94{ô¶\86ûÈ\9dúù\ 1\17o:QÁ\ e\ 2õêGPq=\81<=Ï2\91\85\ f°±ä\r\9d@\87H\8fw\8aë\ 6d\8fÎæ\9a{\e \8di\ f\1e¼¬×Qî#uÆcB\8erÃß×\11Î\86nP÷èR³\vt&·ñ©æ\ 5Þ \8c­¤Y\13coè\8fGA\8añ®FAg\8c*\9fÚ\83®0"DGêÌ0\ foP\båÄ\8f<©¿OÀ¡        ª1½à\7fBJ@\9f\1cf\9d}½õ\14áÍèü\11\84\r\84ó\90\ 5KôýPuÿ\ 6Y\1e²¦Åè\ 1 \16\vAÌø
+ô¹O\rñ t\87\96É\>ñ©Ë\aîï\f<\95\ 1\a\99¡\18ÞH@\93¹\17¤\ 6\ 2Åu\862\ f«rC\99½\13ð¶\112\e1\98\18³Q ;0Tez"ê\11\14¸$ä83´f\ 1\9c\19\93P\8eMm0ûÅ\1c¢a\ 5,\ez}¤K\8a®\fÙ\a0 ô©)U³\87\1c\82¨\9f b.\92Û8\95\ 6¹H\87\9a\eô(ô×\86Ù\14Á4\98\92?k.\ 1ϧÆL¤\ f/ZÐ\15D&ç\88LÈó¡!\13Ê)p\ 6UÇ)hP56\ 6ò{Í\8e\8b(z\80cÕЧ    ¤SCc¤ï\1f\açò\9boM\90\85\ 5¯ø­\9ak¶¸èk
+]®7\ 2R¤¸¼g/\9d7pG\8aÑ\ 5¼Ó©al\9eô\e¬\1a\vòÉìØ\9aë@o\83\eÐK\ 2\9a¦\ 4x64F\98ôlè\ 5ã3z.1VczBø\8a7 ¿\16¬ZtO\ f°=ó\87\f%\1eµ\84\r\82\84\81¹ìP\8b\ 5JL\eTc\81n\ 3M\ 5  )N\9d\9fA\\r\ 1\98\18S@N~iå\19Hi\96p\1dë/m\93áÏë\ 3)t{.òç\ 5¬cMέa\85»\ 1\9e\8b¼!
\8a<\1d\8f¶×\r\ 4`fx\ 5z\1e©±Ð\1aíq~ä\12\e¾²\8c\8eÿ:\92\99=
+Ò\ä\8a¯0а\ 2}@OÃÜ\9b\e\7fÂ#«Ób\9cü³Äļc\ 5ºÂPÇ\8aÃ\9f[\ 6Ç=¤\ 5IA¨cE\13IÀ:VØ\1d\f\8e{°ñð×KÔû¶lP\11\ 4:V \r\ 4:V\88\9a\90¹Ä9\1d.ñiýÝ%¾;t}\1céçöOÓLs¾ý>\eÇy\94\96\ 35rå\80÷\ 5\1e­\10¯ëÁ8P2\8etCëÑ\935~iØàïßgq¾©\ 5ôèôîèyùÀ½£'# \95Õ¸\14äóHW´\83û<Ò\97¨Þ\8eð~±\84;hòHX+¬q/\ 1íà=Nô¸\85ÓTà\n\8a\8cND­ï\89¨W\1a\b\13QßÅâ©n\9d\88?\8bÅ·À4Ñ\19\90 P\1a4£;Pznü|r\ 4ëe <A=\10pG\16xþ@YKBëõ>ùP\8fèÐHZ\11\v\aîÏìPx8ûO3t\17âÀ JCù½Ñêô©eB\8a4Ò7'A
+ê=Ö3ä\0½Åy\86\1c¨\ fCÍ"\ 1¨%/H\ f\aÚîTÄBp\18*{0D¶\18\16)\93\13´&\9d\80WÅÀ\r ×6<v(Ï\90\8bÑØ!BÃ\ 5ï@J\ 2ütç\16d\89\ 2©\13Ö<éº\ 3yüV\86\9a\bV\8a\13A\80ª(2ob\83\92¤?\14\12\84\87\824}:9{ÿ¤O§¶­\1fågë\96û\90xúbwÌh÷9\99\1c!!\12D\9a\8cg|       2ÄR O\15yò+£\16ýÜ\82éº\ 1ý\ 3\15\99\8eÈ»­é³æ\ e\99'\Ð4\8dÌË[DIâM\98fM\9bxM\94®;Ðû`-\8bH\ 2\1c ï\81ùg\80>\ f\ 6èýÕÐã\ 2Þ\ 4  ú\ 5úh^¬Íô\ e:G½s\9c\89\ eeV§Ãª\9e\95Y\ 6IÍäÁ i¾1\7föÓÌ:³ÊVáâZeÞ©\1e\81NõP\95éï\96\ 5\ 6G²kY±g\86ô\0©\8e¨P\ fè\1d\11­\8b\91Ï\ 2¬\v\12¢@¤O;T\85\81wCâ\98ÉÞu]´\0\89\97\87`×2ÐD Å\az|Ñ\9fý|
+°w;Ñ·å­ê±E\17B¼C\95íõ\1d\92_F·\80U\89\1ee6\18¥E
+<4\9c\85ÙC\9bKêÚCïå­~?v\84ö°1&¨Î¸\ 1Þk~\85\1fÐw`I$Þ\ e(\17íxã§(¿´â·\ 6\91\82%\ 5\11!ðòSÚû\12ÏG\b¼üT;\817\15\92 U\15qA Î)5Ì\ 6²Oa\93A/'Ð_ï,\1d®\ e\ eþHæ\1aWoê\ 4\ 1<-P?¯×¯p\9d\9e\8a~_\8a\r.\88£'\88üåªH\14ä£Añ\ 6\ 2\9d\80à\15ê}pRÒÄ\90WI \13Dª$ò3&Î\19JQ J\ 2Qp [û0\13Y»öë\aô6,D\13\ 5>\80ìI\80\86Mdc^å\80¹@\97\ 3¬Êô\1a\81\ 5ëR¹F C]\18\99\91»Â;бû\15Ê\81^.µ¡+\b<¢oÚ\rP\94ÄBtÇ\18ðÁ\98\ f\85 \10§J?\ 1V\85r\88l\rß]EÂ?°=b\ 1kÆã±\0\9fÌùî\16~^\7fÏ\83¸\ fI¶É\9cP\8dÜ_ÑyÇw¬Ëõ¡\ 3Ð¥Ò\93ò¬\99ΰ\16è`ãè\ 6T5Ä{Ù \8f&"\ 5Ч
+4T\82.U¤Z\v*¢ÈLD\18ßEZ¾\8bö\9c×(@9\ eÔ(h\ 1.s
+w°q06;rü»O6\8f¶L×\82;
\14ì\90è]ë«\16\1a1\8cb/2ø$áë\9f\ eFá \8d\83~u%.Y\1cmt\83Cr\85ó3=P\17Y\ f\90\ 3\15²\86éÐ\16èR\b£SE
+\r\0\85ðvgh'$\80\1c\9e·)=
\e\8cM\ 3áy\83z0\10Y5èÒéqMKx\ 3rXÒ¬ÚÊujYÃs\1c\17ÉBÐ`t«\8f°1¨´8\13lÜn8ÅéØN1"c¢Ó\a\14§Ú\8a\f\92v\ 2º\81t\áy\ 3àÑ\ 3ÛÂ\9eÙY\ 6Ç\87¤¬m\80Â\8c\ 5]\81>µ ÷²9¯\97s\10l*ç\95\ 5\84F½Óñ\81ãÅãô\ 1\14V\90ô`+R8o\0\92\e0Sèðà=®±õ+Ú@Ò\81Z+2p¯\80\ 1µ\eZ¯g¦®Úïó^6\90\0w-Àz5ïS5ß,м^Í\fhE\14\88À3\13ä\ 1\1d\9eÁzL\879\13V¤:Æ\9741¦øPFR\14\ 1z1\ fèS-\vdB\1dâ+"\vp\9c\16²\80,\85¹AE¬'·\1eÓ\81}CÀ¦j&H\0Ù\1fË3º\81\bÒ½ S\10À\99¡\1e\ 4WH\13\8cW,Eú\1dlIô\ 6È\N«u)Î\N
+qMÐ\98\ 5\92z\al=´%zfjFR\14Áw\f\\18u)KAr\10Ài±C¤7\ 1©P\ fÈ\91µÍÅ\1cÞ\7fÃz@\a\19\eÚ@(¹ø\98½°;Åß&±p \15[\13\1dç\´Kàë\11\17¢ÆõØ)-«è\94ò\9c\1a9\9dXF¹ B\8f(2\10n\82$\fl@öéXR'$a\1cgu\ fÀr2qdt\93ä{Ñ\9fá¬\e°Fé^øÈû\86C.Ô\95q%N\95¬\8c+vª\ 2Ã1ÅÐ\82ç\ 6·\ 3k>ë¢|s\8bXpRÛ¬\ 5'¼ó7\96$½}ý\f-\82Þ·{\866]Ç\8aÅø\94c½O%y\85\92¨£å\e6\89zC\9aMõÍÙhIè\93È,Ô\88.\94\v\8e\1a\8c/u§ÄÚ\8eû\8e1\9bM\89=s}8&öêô¾éP\15ê\8aÈÌi\1e\1c\1f\90\8c\ 3òØ\10\91d\81Aþ~\88\bý}\8b\v\9cßçí`*$\80\8eôZ\r}\1ek\ßÛÁdw~\ 2Aj\8d\83ò`ëý\8e\94\9eO ÷¬®\90\ 5äØ°wýÎáé     Ç\ 6\fa\18½\82\19\1d \92\12;#&
+`Õ\16\16\8c2±E\ 5>\13;5ø9:þÁ\90Ò$Þ\0«á\87¿¯×ðoP\vÈÓâ{Bì¨\16Ú\9e]`\9eð\ 5ê\89\84i\92.\80O¶Ä2¨÷¬6|ŵ\ 3¤zÚpÖì\f\17å8©¨Èݶáî\1d\92\9cäzÔ;\9e7\80zf;      µ£LTÑ\15Dzn\1fÃ\8c<&â]\ 4\90\14\0\90\8fC½ø\ eõúó\19ê\11½õû\ 2¯@Î]È+ÔC\81¦ã\ fY`\15Y\80w\0Àþ \1cÓõ
+~W\13\13|g\82\9aXG)'M\ fñò}ì\8eéu×\19;\13zÝuÖ¼\19:\96¯@wL®\93\1dÔo°À\eÐÛew58èÏ\96\ 6½±\0Ь\1d\80gã"!\8et\9d·\8e\99\88F)°@S¦S`EîH@\b\94Ò\8cì-½¡©Óú{êÄýüï\96\½ÛökýÏ\96\©È2Ð1^G\ 6h"'\8cJ¥ZKÃx7Í\1dâ£!ESJ\vϳÈ\84|8$v)e.Þ\87;>      ë*ô§\ 2ÞD\a\13\10\80²a·^nÈS±G\85n\91Ðp~\16\98UìPé\18ñòÌ\1dèé´\83Ƥ·üö\8c       \95d¨Ê\ 2eç=\9du\94\ 2Û3kÔ&h\r\ 3¥ÿ"\ 1\\88ÕõgÈú\\a£\12[¯ú#\ 4â%\81¥ÜÀÂ\êäô½§àÊt\100\8dµ\1c﹤ç\rèý+\92\81\ 3éû¶ñ¼î\7f{H\ 1Ë%\rSàgÕ>Ú\80\8e0Z2èy\ 3z«à
+)¨\ 3|\rý~ Ú·\17í§ïÛÎS\ 2Ø[\9fC\0\8e\90®h½\9e\b¹à\eÔ\9b¦/\88\aï7pïµkEûÇD´Óú\1cè\16½j\epkö\93Óø\9f^\ 1ÔC\81Á\82\13º\82@&å\84µ\80Þ¦Ó\9ej\1c5Ä1N¬\88u\88\rD Æ\f¥@\87§J\91ô ÇHÑïG`æ\8aL\89\1eXf¬\au\160\87Úa\ 1úû\rò°ìNö6¥É\19åE{®[\ 6Ùi\ 3(²½\vÑÑs}oV½7êü¢\85|\14\18Õ\1dîðuý\8d\ 1hÏö\ 2×ßöÏÚu\1fJp¯Úÿ¶[7[\7f䡺ëóG½ÐïhÖ}<´\\ ep\1fãD\e\96O\r\80\96éwCò9· Ù\ eÒ\17\16ÊMoXþRc\88\a¤Þ'ïÒ\1et\ 4\8a6Az©±Ý\16^? w_I\87K}þ@ \85PAl\1ci!Tá\ 6ä¬\r\e\1f\80½X¿»F\ÖëCl\ e=t%\0Pä¸1£ùs\97\ f vÉä\ 4\v\12¤@#­eyÈC+Ü\80ÎCÇ\93ó8\ fmp\ 3\81&J\9bv\87|R5ºÃ\807qÌ\ f\19\9c\10\ 1BoÆø
+ô9Ç\19\8bA ó;R$\ 1\97² =\10È\0ÌP\93\ 5Ú×TU\fY\v$Y\910\8f
+*\12e2æáRµ\rØCé¹Ç|²ª}\80?\1a#A\8c\94÷`\12èLp<×\f
\99î\95¯\90\0z\91ß\86\1c\8a@e\btÊt[²÷|\97l      \ 3¨
+Ñd2@U\8e©\80\9e*å-\90\90&Tf¸X\v$ÓC9^\9fõþ\0\ 3õæöj;ª\88\8aª\88ø\a\90\10\84ÆDk¶\80>üc\9fLÏ~±\96ï×\13ÈïUå¡"+\vÞ\80>º`Å\97(\97\96Xy\91ë\11ðò"¼\83À\a´È\80·q¡\89ÌÇ\15\0FS'¨KôÒ\94\84}\1a½¸&áK¼\9d\80V¦¤í\13$¹(£@e
+\8cpõqá\15»\85úïãøV/\11+È!\880\11\8co\ 3\92lOß®$£á\80ï\97ë\82lrÕ\1fßg,\a²:­P\9d\ 6ÊÜDmê=]{6\9d\86¿/ãõ\15êÒÀì\aì\15ÊÁYÝ0\13Ë/\1e\r»\85ziͤ¹Õ¼¶\bÙ\92H\e\ao\8a\94>½'\8c\10\ 4ZÞC
+\ 4ZÞC
+\ 4\86UC\11\94oÐ8hMc\10ÏQ\9bt^\1f\81\94\9e7 ÷\10:\92I/\e\b<\1a\1a\a8\eðfM_) \ f»ÎÚ\15Ð&Hå\9dÉw^\7f\7fï`¥Âé\98\8cw9À½T\98VvX\r>\80^ÙaqI\98\ 5l}Eë\ 3Íî3¼A½:k\86\8f§\Ð\ 6Ð\ 1ØË=úý@\fó=/\e\90ã2ë\ 2\80þò¾>\14Â\ro@NÊ·ê¢8\ 5\fè\85<¬¿z\9a\1a|y$C\19Ù9\15 Å\81\16@      \11 0MÍ&\84îõ\19CÓÔ2Ô\83¡6PY$\ 1îÌ\9a\8fé1y-cÓÔìé~Ø\16ÙÛ½'\ 6\14ålP\8eu&²73\87\82\1cæ\85\8aLÖäV[äK\11¹\0¨H#,t\fäó\bÀa^U\93³â$,\85:\am£7p.Nr59ëhh]¨®2 \97v$x\ 2\19X(     z#²G[ ?\18é\14\8fý9ý\0\ 5\9a\12½ýOA\ ei\0^+\98\aõ.ZUÕÃ\84\0Us\88\f     (W*\97\ 6   (û³\1då\1e\94A+n\1aö¦Ê\ 2Í@`=\14!¹Ð¸\18¬â¹\ 2.F=hG
+v'u\11ÞàïëõyØ\9bÔK*,íÀó\ 6]\80Ù\8b\b(2\87µ¨>\8f\91hQ\1d\9bÌ\9a!ãë\91+\11\19µP4_\8a\ 3Ì8$        \0Ìâ\1dr\80\19ë\11\1d\9e\85\8a4\90<R\eÞ\81Þ<iÖ¢\9a;\r\8fg\8e\97\9f\e\98¿&3V©Hð]\\85Ý\19½D\ f\87Öz\ 3
+C\r° .\14øø áfÖðLB\1d£\85¡q\80\8f­¼j\98\8f;Ê<êUÛ´\80\a\1fÐ\\ 2JC\15\1f\10!"&\89\r{¥ò\93§5Ñr½J\16XX`2ocqE2.:}@wËÓ\846\10@ÊÍ$\9f\ f\10@Ê-\13ï¼\ 1\1d¦Í\90\0:L{\14ùy¿O1º\82~\1fÆ\158\ 3§§$Ï«7§ûûÁ®Ã,Ðà\rè=¨,°\18¥ \ 5\16>\ 5\19P}Dfç\rè=¤fM\ 6è\ 5,\90\80B"£\ 1Ý\90\80\ 1 \1d\11ðî\97Ó§\96µ¾\9fZNëïO-´,ÀÐ\99\8b\12Ó/à¨t\1eUB\19\b@6m\12\añ\84\ 1=\196#\12êU\96\1devX\88ö\89\ 6\ 2óì\ 5\95¯ÆÉ\ 1êÃ\ehOo\80h!=£{FR\1cIjÇj(Ü\82Êã\ 1Ú\86lÇ5ò]\8c\ 3=¨ 3£¿8æ\r9\13\81td¬GÀ\9b1.ÕÝÓ\89\11\ 5t\8c\vzS\11\8c+i¶\94B4       ò\90Þ\7f'c&Ö³ ±"\92{áí=¤$&¤0m\81þ\9c\9eN\E\7f\8eâ¼\r\8eÔ7$Æ\916`Gç\96Qw¨g\13»þ K\ 6Æ<\14\18U ñ\10Å9W\1c\93èéÐ+\8c)t)^\11\ f\ 6P:\9bu0ê\91\16\18\1e©M\84\1dUÄ6\11ÖSC|P\ 1¼\0½½yÂÆ\Gè\8eÖ1£2TqT)ÇT\95øc¡\16X\8fn\10ús¡\ 6\10r\94\15+bÙ\18\90\ 5@ÎY\83\ 6x\1e\ 6ôlîõ¡&­+Tå:      ¡C\16iR\8f\15\89Þ¤\1eÃ[2Tß ?\15I%\86\9aD7\ 5Mu¨ÜL\W\95³&Tè\ 6"\14(Zdç!\9c\1eá乸\15\800\1aN~ú@ \11\rèƬ§Ò\9e×\87æ¡\82õ²Gk=¬®\ 4ÔSyÍ¥\1e=@\85\ 4ÐGÚZII\9b½\96\96\fá\84\14ÔAî£Íÿ8\v\9aKí° O\85Å2 \ fÛ0\88Ð\95\ 1r\85ë\ 1±\9e×ëm'V¨\ 5\ 2]¸6|\ 5ú¬\88\rK\81\8c\92æéHH?}\0%¤g\88\92æi\ 5$LEÇø°\1eÒ+ö\13\12ã@y^Î\88\8bC=\v &Ö\139K\95¸\90âCX\91é\89\98\15\8b¡\ eѵé\91\18Y\17
+½Fûã'\98\11\17\a\12²\17d\v"        ÙVjì\19\ 3J\82UTæ\94\ 4ë"\92\80$do\aÊضÁ\84l¬Ê\ 2#Q'D\ 2=!»gÃ\ eÊq±ç\16\97\82,\19ö\99=·NûÃö¼@M\18H%´Gã3\13ß»©y­ò¯'Ðëå+¼B=\9d¶â\rȶ §£:wÈÓa!\ fÈ\10Woº\10vJm=$ \9e\8c      ]:½Ò»\83¤¾KH>°\8a>%\87Y¡O)7÷í\1d\17.\e\90\17ë\83åÇ\ 5¬Y?6§z«û    F&útë\9a°K\15\0*¡*¿m\80\15ûtzxÞ;\ ex\1e\ 5ï\95\9fEMÄÖ?ÓÅ\1d¨\1c\8d.+Ö$z¹ü¬\85Ç|\98("`\ 4%\T
+\92\ 3¬Ï¼Ú\9e\f:\1a\1cödÐÑà°g\83\8e\ 6\87u[¥àp¾­?wg-_\97ç\ 6z\83\92î¨\a\ f\97y¬;ª\85çþzÜÝÕ
+UÏûGÝ]YsÔ      }àÞ\1c\95O\ 3\9dÑ\aîO÷t\a\96Èèí\805ÈM\86\14_h ·gÍ\90        îíYQç\94wÉû!\87§\ f¼þVµ\87\1dè+ß[t\8a\94\9a*?¯×\93Y-\93Ñù}:. !.\8a\8c\vh\e ```Â\8cä\0\ eLÀ±a\9a·wlX\9cØ\90ç"¢+\b\8ca³~ù>\ f\90þ°\v\12\ 3Ð\1f\96\17Í\17´\ 1\1dªÜ\90\14\ 4fºn\88\0\91±ºV&UÚ`Ñû\ 4\ 3}\13¼\82À,¿\ 4åXÎ(Π  ò\90\9eÏ\99\90\1e\ 2æ\98¦3f(\87(\9d\91µgEW\10êw¯q!\1fÉ\89¹P\1f9P1\r\ 3 \91X\93ÈÚ¸c\8dþ%8     \91\8e&àÝQ\11\17\ 4Ø\10«²\bRXEUD\ e°B{¬\1f`CN\11\0
+9P\a\15\81\9eÇ4Á\e\fT­#§\fÞ\0\81\b¬º¤\fB\ 4%\ f[\ 3\83
+WÑ¥`\rZ\v:\81>M¯\17¾;RÄ\91\aäg£R!\17꺴7huí!É)mæT\9dÅ@î\18ß±¾Q6\9eE{Æ3"!\ 5\ 4\9fè\98\8cj\r<F]\92bo\1e\ e\17\ f3\91l\vê\844A \17\8bøDz.VÂ.E ö\\93C\9eR\88Ä(\90\13Ypp$3a-P
\9aßúЧªõ\19\13VâÑèL8\8f2¡e$\8a\ e\ 5GêT=À2\12\9f\8a¥@\ e
+¥@ßÀ\86=\ 2\1d­\85PU Cï¦\1e\80õ&Å\aÐK\8e'12`Xe\9b\8e&ɧ\ fè3\92[ú)\86C3\92{Nä ÌÔ°&\f4\17\95¯ÀI\89\1c\96\12ùò-G4yïNzZ?Ò\9dô¼\ 1ùÉ$Y|ÿ
\9dN8¬»è\ 4\97üZ\80\7f>\81\10ØØ$«Ã#{±âP+\9a^ö=|\ 2ëOz>\81lÌzRåe\ 37)L\9fBûõ\ 3o¶L/køV\ 3ÓWÌ¿éy¥\96\8c\81\9c\89Ó;\94\ eó±ÙÓ0\1f[V$Þ\80l\8dz\8bR\8f\vÜ\16¥ç\13è\eX1\eꩱ+$¡^û¾!\12êæ°£­\97\ 3è\hI\0>\172´u\91\ 4Ñ\1dfåñ\80;Ìj\90\8b\85\81\ 6£H\19ë O.è
+5sö¹¾k2×\9a°ÚsÄ\ 2\811L\r«Rá\ 6-«òh±zþ@ rz\86W ç@ä\19«\ 1ý\ egHB¡[÷û\8b{\8bÒOcr¾C4x\83A\9d\90\ 2:Ô¹â;\fô(}ÈDÛ0\13Ù\a W(\ f\8b/Щ\vôü/        ê\11y\1e[ÏÊô|*\9e\96\ 3\14§Ë\9a\e\80\9a,\92X[¡9×û\a@M\16Ù\0ôÉ\ 2\99½MÓ\ 3\1c)ER\10èò:kBÀ³"qh¤wy] \ 1ô´Pè\90\ 5\1a0lª%`S¤D\87\90\ 3¥\ f\8e´z;à@)t)u\94\rúS\91Âá\f?\80\9eÍHZ¨\ 1\fgk\88Zz\11\90ª>³\86}\8aÓ¨5ì=2Ý; Pm\83\9aX.ùë9\91\9eOÈ?°©\1f 'XT\84\81È\11vhô\eX5MÎ\7f\1f*2½\ 5\ 3\fÌôÀ°MÐ\12è ß\ 4\7f\1fdTâÄæ>Cé"ÄrbsÓ½\11\ 6sB\19Ð\91b\18\97\ 5²Z\eÁ¨d\1e4\8f4¹S\96 Æ5\1d\9dhN\1f\bT\8d\9aK\9bÜivNéwú~\8c\14\9eÓyÞÀ\9d\89xwÉ&m\80£\84å\19\ 5\v<@ îÖ^ÿÝ\ 3\10\8c¯¡\e\b\14\1cv\941yÃäÈú\19²\80Ü\19/Íè÷\ 3\8f\86½v{\94\82\v¾BÙ§ïµ×il\9c_/½\1e¥ !t\1e\ 59B·JBÀRR³5\ 19o@OIÍP\rè¡y\86\10\9aç\ 2y(0m\1ekr½r»B\1e\bL\9boÏ®\10«\91À\15b5\12À\b1\13Ë£i÷ö\90\9f\bYrFÓ2[Ô!:Ï\16ñtFlMe\87¦\8f\ 1\90Al\88\8b\ 3\ eM\9f\9f\80°1ôh\ 2\0Ñ\84Ä \92È5Á\rè\ 3ï\93j\r\9d|ÈäNkg\1f\aÈ     \8afMxå3ââ\0À2ìÐ\²\19\9dßwÛC:,È\11\88ô\9cÞYs)yá34\86\81\FU\ 4\18Â\ 6eð^cCYØ\9a¢y,Ì»+"\16\8aä\ 4o\9a\14óºeèÓêSÊ'ä\10\ 5\ 6Dã°J¯xMÐ\9d     \14\vЧ&ôö\8c\ e\ 1)¸R \12ÑËEËQ.zZ¯w\ïÝ\19/\ 4\90\85¸VH\0\1d\1djP     è\0å\8cEH\87Çæg\86´OÀqE\90Í\9fQE\80\10\80øB\ 1|\10Þ \9e\8d»á\rÈÈ@#¾\90l\88v\84Ѡ\16
+ C\r«!¡Ïðë\97§õ\r\11¾Å8}\94\9f\99\90IVÄ=\93q\90\8b:D8ÊE=\93qP\8cÌ\9f\9e¢#¢múÌ¡\ 6^\ 6\1dMöØä\7f\80\80\e\86\r\84OpA\b§ïgâq\80°¢õz
+[Ö~\9f÷v\84ç\178ÐðÁ\ 4ÖGRè*b¡\bÆÛÐ\ e"ãg\9a\ 1\9a\ 27C\12êUóÖ\1c2ÌB\ 6\10¦wöÑù\0zöQG(G)hoæ\933\ 4\8bgAª\14$B¼B
+\ 6r\b1\13Ë\1dÙzÉ÷å\ 3:<5=S\ 3½ä{T\f{sÉÑ;Ì \9a\ 2}\ 3\86LøbH°\1d¬Iå\aË\8c\8en\15ÌDzÙ~\19VD\87?²w\8dØ=ª\1dqÿâ\8fä[`JAÊz\80\94gs\1aHãkè\16#£Úá%ê\13d\fÜ8¯×\93yg,GzÙ½¥\94{\1f \92¼ ]\16)»_1\1fêɨ\e¼C½ì\1e\bÈ\8aI\18\aY]eÊ@VÍ\9cp\8cÔn`Ыíí%G½ÚR\10        # +¤`\0d\85\ 6=\0²j¿ÏAVx~½¹ä\fE@oÎ\b]B±4æ=k\d!Þ^\12«\11\1d£\6I\93Ò¾\ 5\ 6p\9c\8fµìCt\ 6Ýê\8eÒ:<t'À\91Î|¨±Ý\98\86Ó\99ß(«(Ån"ä _^¡\1e\vÔ5Ô\97Oö(²¨YÓ\ 3|=6Ç\81qçÏ\14A\9fÃã\8b\11K\ 5Ý41 Xw\85$\b`Ý0¾E\8f\ 5l=¾\ 3¹£X¯\9a÷>À±^\91\v\9bE]æ\fò\19\8d®ê*z\85î \9fA\83Ú³9GOÐ\aù\8c\86g\r\81I@X\19ÊYH-\8bn1Mç,Ï|\82\ 6\91¶È°s¢\8bd&:ÀÚ´º3ž¯;¿~@®4LG©åù\ 3\81ö\8a\a\ f\a&\ 1\89\14àh-¢@\0);\1cûë\ 6\ 2£x
\80\9eËW\10\ 5ô\97çt<<^\ f ër\9båãQ\90§\83\96A\16²|Tôû\91\19]a yÃ1,Ü\15"\8eÖÂ\r\ 4FùT\89\ 5è\93Ëá\97ï\95ãco6[U?ÀòA\11    \ 3c\82'Äĺ\1aÉ       þ¾\ eÖ&í÷9Ò       \7f?\80tB% GVV0>¼ÿ\ 2Ï\1f\18\ 3´\89J\8c%³Âó˽?rÃvP.2Ü\93QG\95Ø»Z{Ò$\88Ã\9c¢\1d¢Ã°^Zl\a\8aÏ\1f¸'°\94\8fõ6i{\ f®×å³Õu\9aÏýÎeOb{Ï⺮\a\81éµY÷±~\86¿\ fDxÂ\85\ 47\0xèJ\0ûÀ\8c>P\81!e\1fØà\ eôG³TU\1a2g\bÓ\0\80íüí\eÑ@¯,0oh>7r\92}z«n9\7f@/yïîÐìöUü¾<æz\ 2ýý¾5t\82ÀhCHB½â<\1d\97\rèîÈò.×c\82\15\1d Ðs~\83ëõ\9eóG\8f]\97\a©2?\9e~wÇrÌ\1dJ\88\87"s\ 1\11\v\ 5&Þ[»n\9f\aÉ\ 1ryÄ\ 2örë³\0óG \v\ 4\8a[Òàþm¬ f! Cxø\85µê¾l@/°j˳\v\98áïë\17p$s\ e_À¢^\0Vãöæêªq^Ù\92$%H\e\b­ï\ eÅW-¬ßà\ 6o@×\ 1\eº\81\8c\97?£\\ 1o>\83(\18\98\viÝk\ 45Êz\8d#-\16@·öÒ\18\8d\ 4xöGÙ\eñ}2Áà\È\82Ý¡@÷\98¢ÙrúìZ\9f)ÒR5=Ä¢\92r´4<¯×Óê\vq\86ôÁ\943Òä\ 1\ 2,\1a\vñÒ\96i\\bÞ\1f\axÿ\1aM\13R
+l\1a\ 5\19ìPËÝêkwÇF\e\f'U\b\1a¬\8a\ 3#\ 1³¨\87X£qÍ\1aó7WU\bX£rQ\11ó\89\800&
+L\ 4\91ÛD@Ï\1aóõð\0\81\89\80¢\10P
+,+¢\80>\9fÖÊ[®;\90Ñ\89½¼å\89?aå-®?Á?\0¥@/í\80\8a\bI\ 1N\1ch8,D£EÙ\83)ÔCòÔ\8c\96Ög>©\15·øR@:\0\15ì\12\ 6^\q\%\f\15|\93àÈåÜ1\96/ëïM\aØ      \8e´\81óz½1«!\eíû\ eT,sä(\96¿ì^O\1c9R\ 6.ëï\12D\9f\9bÑï\aú\9eL\90úJç\98\ 3\9c\9bl\ 3n\8foö\\f/@\8eêö×âO        ºÜ\80>\8e0¿çG]6 äàÙú\r\1d@ÿý£í\88Ç\81¼û\10úý\803fMί\1f¸Ù!\8aÎ\19¾zù\80\ er7HÂÀs1ä¡\0>\8btH$ç\ 2*1í¹÷kû!W\fy\8b\ ei\13.\v)F\15\9aH\1fg8¡\r\ 4z\13OX\93Ê©¨V\9cãj2\ e\11C.ÖË*²¦\b(\ 5 "\82Y\17¬\ 1\12<\80þd]¡\14\80\90\82MSÄb\18\98¦\b\998P Õð\ eôGçy\12\8d      \ 3y\11\17\a²&\16L\ 1\19\9dÊ\vÜÀ\8d\87è\9bõz¼W\9eÖ£\19ÝW=ô\9e{³w\1f2\ 2þ\9c{\93«ì\ eÚ8F\8f\82|\9a"\\1f(¬ÁR¨\97u$í\ 68Bªy´^\7fïa\ 2\14ìRê\ 4(\9aOëÍR\14\84\98\9c\80ø3:Hm©'\83ZÀ*cü\98\86\8dBD<\f,\ 1+QÜ+cÞRìL\1a }ò\89C#»\84e\85a\9d\8e\92C\7f&ÀÅ$0Ó\ 1    Þ¡lÍ+ÔC\ 1\97°&l
+\ 2\18+t\at\88\11\10ƺJbÄ1R-,à³\141\ 5åî-\1d#u\99\98Àc\15Û\12½0ÆÞ¬\9bÓ#\9d\83¤P\8cô\ 6ÝP\13é\9a¬Bw$ÐN±®ð\0ròQÇXý¨\80õ \12ý\ 1
+\13÷Àª\8eÁÄÖ$Üõ\8a)Æ8m¢\1c\92¢\8e\84\ 2\9b\0\124\ 6\81\ e@P\17ë0q×d\83bÔ O\14\80\89Ë¢\82\83¬Õéìê\81¬õûNf\1eÈZÇZÑ\19ÈZ\a\99-¯N+A\ fd­^ÿ&\ad½ü~\1cd}\19¤g «s\ 2
\99\0Õ±^\84Ö\80Éc\0J\0\93\1f\8f\04\81±@\16ºë@\9eÄ
+)(`#¶~ÖxÀëÀ4|\85\86±ºWèä°ÖÁ.h6GÒ;\0o\80\84)¨÷°Z!\13\87jz>Í`\1dk¥×kzê`3À\9eE[Ýf\80¬\83\12Rãà\ e\93       ß\81Þc=!U¬»cÖ$~@\11\18H*²1¯\v\82l|Û@û\98nE\19o\90µ½MùÅ\98é\85M\15²±Þ¡\ÕD¼ý\10¼Cý
+ &\8a´H\9f¡5ÑQÞ\19\8b\ 1ð¨I£ü\ 5:\14º;\95±*Ò§\89®ð
+d\87ʺ\ f\r{T\99h\12Ù¥*\93ª\8c\19Ì\8a}:Ù§*\96Ð?êS\15¬Êäà¾@M\14\92áïë eI\929£Y\8c\96øQG»Ü\eNë}\80\ 3½\98    õ|jìSé=¨\9aH\ 2ÞÂ\bm Ð\10°Ì£öÔ6°JL@aÖ\ 52±.D8°Ô\85\ 4\94\112ë t¹B\14Ú\13\1eèNÙè¬\86\r:æ:D7i±\15ÏÅ\15ÝRÚ\11qo\81ôùZP\9d\ eÍ\1cè\85Æ@\18\ 5ië¡\14è\1d\94\8af\8c(        \vº\ 2HB\\95°·ª\7f;\85Í«J 0¥AÕ£Ö¬B¯0Ðû\ 6«ÒÀ,Lí÷é\15¨\9a\94#ÝZtÇ\e0a1Òsa!F\87¼Z\m]±SZäJá*ÇÇßwÛw]2öê¸Cåo=âLo¢'Ø\9e1Q\83Ni \95®A]\1càÂ6ÁèROçÅ@\9fÞª>©P'Ù\7f\86L¬ï\1fFסtd\1cßË#Äv¨ý\11\13.GyTùÚ@
+ÔÛßmÁÛ¡X\16´~\96#+KÀ9¯¿7\fH\9fù6g[´\93d­ð÷õ\ 6É\96Á\93Ãý\91ß\7fcm'N\e¸f\10-ùÇî¤ýé\8d&|þû\1f\7fþû˨¾þóu\13ÓÏÿúÇÓÙ¯øÖ»\ 3ÄZÞ\1d+v\87æËÙoâÛ>Úeýûo,iá<)b\ 1¾ØµßÄ\e.²z\8a½\ 5×O7`\15Ö¿­\82=T\~ÿ&¾éc^ÑþûKÅù\ 33\b*¯-;Þ\eH\16\96_>p;\ 1\12¿:½;n¼¯ \7f´\9fܳ\80¨zcÿ]§${l¼ì\0ĵ×#\1c4H\88\88ù~\ 4JÄ,\12ñ®\ 1\ e"fLDðXA>`E\1dþ\a\b\11\8bHDÆ\88ý½ÅãDº\83\8a\89( íÇ\ e*&¢0\96Ø>°¡\ f¬@\11\93\1d\98Këí\80
+\93¥\81yÂD\898c\1a\báý±\83\ 5ï@H¡±\ f`F\12ÀæC\98\96ãåûÂH\82Kvì`ÅG\10v`\1fÀG\0\1a\89H#¶
+\ 1i4\88Á\97\85«Kpì`\83\9c¸\0\9c
+\8bs\9eà\ etÃb£3®\1f\10\fË\9b\ 6½ÿÊÅ.Èj½¿<yj\9dÒ CFB*íê\18½\83ü=¿ÿÍÊí£¦\9f;\10hp\1c!c÷\ 2à\1cX\16rÁJUÖʹ`\95\85^b0ÌHD­Ë\1e\90\13uóÞ\9f¿|óN\88Øð\ e\84\1e\16Ç\11æ\87æ½?\80\8d\1a×Lì\ 2\88´       \1f\90\90L\8e°@FBD$Ò¸æ\87Ò¸B>@Ò\88µr\7f\84óµ2û\0´L\8aZ?\8e°!"fÝ:ïÅ\12¢uÆG(Ä.\bIÊÇ\a\12ViÂÄoû\0Tiw7\8f)\94þ\8ewùÀ\8d\ 6L¡ô\82\vÏ62a*E¶LX\98\8aêîÓ#`wÿ.L\94\ fª(\vô\16*>\82\1cx\96*\ 6\9e\94\ 6\rï@¸Æwðß_\13½è\9fÒ@\8d\17è-àx! \8d3ÖÊ:\11\17ìêÊæ½,"\0Aoa\9d´[`¶Ñ&_\ f\87}\ 5Û\85û\11\98eêµ+£®n¯]ñ\14
+;B\7f\93ôo\ 1\13±?J^\94ªìêö\ 6A£á\7fï\104\1aþ×,\86¾\94\88ØÝ×ÃÿJÜ}ÙѬå!\10Õ\9f\ fP\1a`µ~7®ô\16\b\8a\ 32ç±0õ\12\9aaaÂZ\19YgBÄ\19\8d\88\94\95±·\8eX\19Û\ 5\eÍ2\8c\1fô*\9cË\11tqV\95*=Â\ 6eA7m\15c(wÓÆ\18©a¥ºÉ¬Ü\88R\95\91¬\86\9dmÝ:7âlËÖ¹\11p^¶ÎÍj\12=ëÌ\1e\97öR\9e·\9b÷u\aw_û¥ø0  òQ\vuQ\a\ 2\e\1c$ :UÖê\96&ðâ\86¡÷\rs\90Në¡>ÃlhþÑå÷eI44ô¼\1e     ">¿\15ö\8e\9eß\82æÑó[Ìì\9d\9fâÉ\86¥^> +\92\1d\ 4,R\7f"»\\81þ0aOd\97\1e\90\ 6w]H\9f  ó1ÛàE̱gÂ"\8a\11½F\83B½käOd\90\91\94[8\88XE"Ò\87Ê\8a¯QF2{ã'\8f\88t\a\r\8e\eô76O\9bð76¬Nta\9a\91>\8d¼¹/\90\88ÊÓ\88}\0\8b³ì\ÙhyA¥±\17.¬Òô\17®\15\v\93\8cæ¦WÌü  DN³\87æ^\13\97\ e"n\a\1c|QªB\8d±½±A»¦?\13ö\ 6X£Dì3\ e|"\92\1d$,ÎBò\95}\0ó\81þ,\90°s \e×\9c1\11å\aë\9c¡8ëñb¯\ f\eõ/ú \84QiÌ\ 5s¢~\8dØ° ð\85\cÅZYv0z#¯¸\83qyc»ø\a²eÊ3¾\ 5¡\99\99\89\8cD\1fgfìæéD\°R\95áà>p!n\/Od\9e\87B\89¸\89Á\ 6\95\ 5èíCY o+\13¶Î:\9aK´²à`\1c\8f3ÝÝ?³ò\r½¹\87¬öÂ\85X9ë\11S\1fÚ0ªÒJÆ4\90Õz\81J5 ÖKÁ
+EöÒ
+QªúÃDŬ,Çý½Úm4ð-P©F®±AqÖÓGÊü0è*X©\ 6ø\0*Uè¡\90\ f\10øE§\ 1q¶åd®²Â\1d 0\96=PÉ4 :qÃ
+Eð\91\ e\1at_Ù±Îü\81
+Ó ð@\85\85IF0zw5Ï´Ñ\1d\1ay"Ã\18\8a~\8dý}É»F÷}Éce\ 6ÆîïKo\14çë\aÐ(\99»u?Òõ÷ßßN\93\rï\86ñ^lrÊÖßNÇ×Óo\8e\17\85Í\11C¦Ë\8e÷\84mP\93Yªþ6xûi\ 2¿\ f.\9f\83\88 \1d_O¯>ò1Ïë\95´\9b\ 328²ì·A\a?epû0é\86ÐÿHºñèO\11Ìò~\88Ø\1c\0\93îÿH¹Ù\1c\7f\84&V¿ü\91\1dð¸\9c\1f¸æäþ+âß\0
+Z\7fã?\ e\1dj÷ç%×_øOÖß\86ûm\83\ 6ÄFzn\8eýð2ë=þã©ý\90\7ft\0}\85¿/x£ç¬x\8fþ\1co\83úO~\87K\9bv\7f\1c®\83ò\ f\ 2K\12\#ý\e\0®\r¬óéGÐB¨\7f\91+NÖg¤ÿu7ÖºÝÇÏ\7f`\v\ 5Ú\9f@.<´¿:TY¡þÒ\91\89¦ò\ fù}¬?å@Æ\10²\vÿ\0ç\8f ­³&\7f\1c`\83ü'\ 3ö{\ eûÍ~\ 1¼\9e§°£ýë        f\86®ÅíÿÏFù\9fö\9f¹¾ÿå·¿üæ¯Ó\8fôã·ÿøË먯u?ö&ùÇ¿üöO/ÊÖ¼½¾Ö^BóÛ\7føñ\9fþû¿üøã\1f~÷û\7fþ\8fßÿå\8f¿ù«¿þñ¯ÿþ/ÿð\7f\7f÷û\7føñ?ÿß\8f¿ù»_ÿðÇ?þøûÿô»¿ÿ\8b\1f\7fýñãïþðûÿõû\7fÿõÇ\7fþñO¿þú¯\7fù\9bßüùÏ\7fþøõ\9fþð\1f\1fÿüû_\7fó÷/>úÇ\7fÿ\1fÿü\7f~ó¯ÿ±¯ûø§_ÿôÇ¿øñÛÿýË\7fýíkwÿ\1fìÿè¢
+endstream
+endobj
+209 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 797 0 R
+/Name /Im200
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90`0`þÀSÀ\0\81\ f\10\90ñ\0\ 227  ;\ 3{Ãÿ\1f\0åß\12e
+endstream
+endobj
+210 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 798 0 R
+/Name /Im201
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÏð\83á\ 3\f2>@@æ\ 3\bÈÞ\80\80ü\fü\rÿ?\0\0\9f\15\16>
+endstream
+endobj
+211 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 799 0 R
+/Name /Im202
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ρ\r\800\10@Ñ_JRCR$ª0H\ 5c!»\ 1\eÀ"\bFa\ 4d\1dÜ\91Róôs\99'\91\89p0(=lÊ®¬\82ñi¸\8f\1f\97`\84\86{þY*±Ð\12\920*¾â
+\1d\16\ 2\ 69\b/\17ð\16|
+endstream
+endobj
+212 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 800 0 R
+/Name /Im203
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿÿÿ\83\rû\81\ f\ 6ì\r\ 6
\r
+       @ì\0Ãü\f
+\r@ÌÀÏÀ\80\82åp`\e\1c¸\ 2\88k\18\18äÿ?`\0\0\85ô\ fì
+endstream
+endobj
+213 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 801 0 R
+/Name /Im204
+/Width 29
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmʱ\rÀ0\b\ 4ÀG\14N\ 5\1e B\19$\83¥d4\8fÂ\b\94î\1c,¥LqÝé\9aÀ\14 \9b#y i\8b\8d\82ÇÇ)\1a(¤Üà\15àñ\94³X\91¢hn\7f\ e\85uuë+åBÍ\17ØÀ!j
+endstream
+endobj
+214 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 802 0 R
+/Name /Im205
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUɱ\rÀ \f\8f\91\ 5\10s¸`¨\94\94\96²\18£x\ 4&\88b
+\8aèô¤;\1dy\81VðB\9a\82\98X\8e¶W#ù~zÐ0`\1d+¾?\99ÇM¶ÀàBitjD)8ò\18¼ð\ 1®3 H
+endstream
+endobj
+215 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 803 0 R
+/Name /Im206
+/Width 30
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÿ\87\81á\a{\ 3Ã\aÆ\ 3\f\1f\18\1e\0q\ 1\14W0>`°@Ã6 \9aù\0\18W á\ 2 þ\0\ 1\ 43\1e`o`n`\aC>\ 6~\ 6\19 .`øÿÿ\0\ 3\0V #\8a
+endstream
+endobj
+216 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 804 0 R
+/Name /Im207
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿAþ\83<\ 3{\83\1c\ 33\83\1c\ 3\13
+¶a`Á\8a+\188°â\ f\f\ 2`\\0Æ
+`lÁà\0Ä\r\f2\8c\f\f||\f\f\8c\1f\18\18\0\84Ô\ eÀ
+endstream
+endobj
+217 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 805 0 R
+/Name /Im208
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmñ\r\80 \10\ f\18i\88±´ p\ 4K
+\vGa\ 4J;o4Fa\ 4FðL´ó%\ fßgbØ(6SMsBóÐ&ÈÏ\bÇ®\93>\81oÿ/\1dCy'¬\1e\88:°0²â¤Â\ 57Oi\14F
+endstream
+endobj
+218 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 806 0 R
+/Name /Im209
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ñ\r\80 \10\ f¡°0Á       NFp\0c\1c\89ÒNF¦´\12ï\84\97<HÀ¦³®½³\ fø«\ fãdwXÆ4\9e\87\16h/\14ÁaW<ñ\1fô¬\85XZ¹ë\a\10,
+endstream
+endobj
+219 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 807 0 R
+/Name /Im210
+/Width 38
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÁÀþ\87á\a\ 3ÿ\ 1\86=\fü\r@B\1cN¨C\bF9\ 6\7f\ 6\18Ñ\ f#\18ù\19\18ù\81\ 4\13?\93\1c\8c`\81\11ì\1d b\82\1c\ 3\vû\ 4\e ±\0N\1c\0\12Ì`¢Á\86\81\87¹¡\82A\8e\99¡\86á\7f3ûÿ\ 6\0\19T
+endstream
+endobj
+220 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 808 0 R
+/Name /Im211
+/Width 29
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃÁ  \800\f\1f\83 \eè(\1dÅ\11\1c!£u\94\8a\e\88\87Þ4´yð¾\12ë\86ä\ 5QK«\ 3±\1díl'b^ íî\13¡$¤h\7f\81ÜÀc__ýé\8fþ\a¨\v\17¾
+endstream
+endobj
+221 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 809 0 R
+/Name /Im212
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? a  ãÀãÀ÷\81ÿ\aÿ\ fö\1fì\ 5ì\fü\f|@(\ 3\84\16\f\ 5\f    \f\a\18\e\98\19Ø\18y\18%\18\ 5\98ìÿÕÿûÿ\ f\0\ e\ 6
+endstream
+endobj
+222 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 810 0 R
+/Name /Im213
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨?Àxð\0\ 1\ 3|\8cXÐÿÿØÅñ úó?\0¹ë\eï
+endstream
+endobj
+223 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 811 0 R
+/Name /Im214
+/Width 4
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1\ e\12\80<\0\ 5A
+endstream
+endobj
+224 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 812 0 R
+/Name /Im215
+/Width 32
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÇþÿ\7f æ?Àü\81(üÿ?\ 4\13«\1e\8aÿCí\ 1\0§æ9\8b
+endstream
+endobj
+225 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 813 0 R
+/Name /Im216
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÃÀÏΠÃÜ`Ãx \ 2\84\1eü\0£ÿÿ\1fü``\80 
+\10J°aH\90c8ÀÏÜÀø\87\ 1\0 \83\13\15
+endstream
+endobj
+226 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 814 0 R
+/Name /Im217
+/Width 24
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþã?û\ fy\ 6"\10ã\ f\1fìmÿ\19\7fü\a\0n\86\16µ
+endstream
+endobj
+227 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 815 0 R
+/Name /Im218
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgÇðÏ\9dA®¿\ 1\82äÙ\19ä\19ð¡ÿ\ f@\b\0MN\v#
+endstream
+endobj
+228 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 816 0 R
+/Name /Im219
+/Width 10
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\87B9\ 6dP\ f\84òxàÿ\ 3ÿ\ f\0\0\8f.\ag
+endstream
+endobj
+229 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 817 0 R
+/Name /Im220
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93¿aP\91 ñ\0\b?0üo¨\7fPÿAþ\aû\1f\86\9a\ 32\ad\1eÈ<\90øapþ\0\0\12>
+endstream
+endobj
+230 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 818 0 R
+/Name /Im221
+/Width 14
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\ 6Cv ä\aBû?ÿÿÈ3`@\1e\bäç`\9fÁü\ 1\0\9bÎ\ 6Û
+endstream
+endobj
+231 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 819 0 R
+/Name /Im222
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÃÀÇÇ #Ï`#ÏP\ 1D|\f?\18ÐQ\ 5\1016Ø06È0\83\143ÿ`\0\0I\9d\f\ 3
+endstream
+endobj
+232 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 820 0 R
+/Name /Im223
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÍÁ  \0 \f\8a\a\8f\1dÁÕ\1c¥£U\ÄMbj\ 5\ f\ f\ 4\80\80Ô;5ªÁÒü¦\8b\13\1d\9b_#É&O婤Æ\8fë\0¨¼2\89
+endstream
+endobj
+233 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 821 0 R
+/Name /Im224
+/Width 21
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÏÞ ÃxÀ\86ñA\ 5Ã\a úÁð\ 3\r\81
\98\ f\0\153þa\0\0\98Ñ\18_
+endstream
+endobj
+234 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 822 0 R
+/Name /Im225
+/Width 6
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ø\ 3\ 4\15\f`P\ 1f\ 3\0\²       Á
+endstream
+endobj
+235 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 823 0 R
+/Name /Im226
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿ¡ ÿï\81\rû\83
\a\ 5\f\ f>\80P\ 2\10ý``øÇÀðÿ\ 1Cý?\ 6ûÿ@ÔÀÿÿ\0;\88ÿ\80\81ù\ 3\ 3ã\a\ 6\86\ f\a èÁ\ 3 .Æ\ 3\7f\98\ f¼ÿÏÐü\87\ 1\0\99\ 6)+
+endstream
+endobj
+236 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 824 0 R
+/Name /Im227
+/Width 21
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÁ #Ç`Çß`Ç\ eD\a\ f0\0\ 1öç\aäÙ\ fØ°\1f¨a?ð\ 3\86\ fØ    ÿà\7fø\ 3\0çù\15M
+endstream
+endobj
+237 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 825 0 R
+/Name /Im228
+/Width 11
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏð\9fA\9edøÿÁÿ\a\0Ö\14\bÄ
+endstream
+endobj
+238 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 826 0 R
+/Name /Im229
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ì¡\r\800\10@Ñß\Be-\8e\15\908Va\ 4&\0\14\8a¡:\ 6²# +\bå\1a\93/Ý&m)ã<-.0`\ 3=öbF.&$*&â?¸ÍVxDY\ 4X­26\99\8e\8a;\7f¢¢kABÅøÂ\v;\81!\90
+endstream
+endobj
+239 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 827 0 R
+/Name /Im230
+/Width 22
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7füÏÿã\7fä\e\ fð77°\1fg`~ÇÀø\87\81ñ\a\ 3\ 3\10Õ00üc`¼ÏÀ<¿\81\9d¿\81\8dý\0\ fó\83ÿì\7f\80\b\0\99å\16v
+endstream
+endobj
+240 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 828 0 R
+/Name /Im231
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûoßðÿá\ 3ù\86\ fò\f\15ò\f\f\fv\18È\ 6,U\ 1Rvð\81¼=\83<\ 3:úÿ\0\84\0V\0\13{
+endstream
+endobj
+241 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 829 0 R
+/Name /Im232
+/Width 24
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏ\7fà¿á\ 3y\87\ fò\r?@\88\81\0úÿü?\10\ 1\0¨D\1a#
+endstream
+endobj
+242 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 830 0 R
+/Name /Im233
+/Width 23
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàÿÀ\0D\8c8\11ãÏ\ füì\1fd\98?Ø0~¨\0£\1f\18\b"\ eT\0TÆÏÿ\8fùç?\0É &\10
+endstream
+endobj
+243 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 831 0 R
+/Name /Im234
+/Width 32
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÃA\rÀ \f\12\ e\º \ 1\vu\80¥)Ø&i\12\90\82\ 4\8e\1c\bÝÏ^ò¼Gwæ!\96§Ø±ÄtóbeyØLs7MÃ42L.SÙ¼YY^\ e\95ÌÄÈ@ù{\93\93ö\ 1õ?"H
+endstream
+endobj
+244 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 832 0 R
+/Name /Im235
+/Width 10
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãa\90axÃÀ\83\17þ?\0\04\9c\ 3\88
+endstream
+endobj
+245 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 833 0 R
+/Name /Im236
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\aÃÿÿÿ\19ø\ fÈ7ð\1f\0Av\10~\80\ 5\83d\81\19øÿÿc\80°AbÌ\ f ø\ 3&\86é\95?\0²ãÿÿ?\f\0,d3e
+endstream
+endobj
+246 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 834 0 R
+/Name /Im237
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿ?\ 6þ\ 3$!f\18b\a#6þ\ 3\aäø\ fÔýÿÿ\ f\88\0\9d\86\1e"
+endstream
+endobj
+247 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 835 0 R
+/Name /Im238
+/Width 26
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g`<¸±\81\99ùñ\ 1væÃ\aø\98\ f6ð1\1e\86ÿÿÿ\83U\9c\14\ßþ\87\ 1\00_\1dß
+endstream
+endobj
+248 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 836 0 R
+/Name /Im239
+/Width 21
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccno`9\91ÀrÁ\80å\81\ 1ç\ 1 ²`\ 4\86\ 2\18J`gxÀÎp\80\9d±\81½\99\81¯\8d\81¯\82\81\8f\ 1\84d\90\90\ 5\ 3Ã\7f\ 6\ 6\0gD\11\94
+endstream
+endobj
+249 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 837 0 R
+/Name /Im240
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93±Qsrkwgïcëcà\ 3B\19\80Â\ 2\ 6\ 3\ 6\0n\96\ 5
+
+endstream
+endobj
+250 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 838 0 R
+/Name /Im241
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀÌÃÀÇÆ ÃÌ ÁÌ`ÀÌPÀÜ\0D\ fØ\19 \88\ f\8cd\18\12$\18\12\f\18\f\1e0ð70\0\0\18C\v£
+endstream
+endobj
+251 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 839 0 R
+/Name /Im242
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93aÓãócócëcêc\92\ 1B\v\160ä0\0A\ 1\v\ 5    \aþ\ 6\0_J\ 5F
+endstream
+endobj
+252 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 840 0 R
+/Name /Im243
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÎÂÃ"ÁdÁbÀRÀQÿá\ 1\ 3\f&°$p\18\b\18$ð7\0\0¯0
+\10
+endstream
+endobj
+253 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 841 0 R
+/Name /Im244
+/Width 27
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o``xð\80\81¹Á\82\81\9dA\86\81\ f\be\80,\e\ 6\bsC\ 5\ 3ó\ 1\10.``<ð\81\81ñ\ 1>\fR\ 3S\ fÒ\v2\ 3d\16ÈL\90Ù ;@v1\0í\ 4\0\90\17 \v
+endstream
+endobj
+254 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 842 0 R
+/Name /Im245
+/Width 13
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãà\10\10PPp\0\82\ 60Ø°áÇ\8f\8a
+\ 3\ 3\0Tð  \11
+endstream
+endobj
+255 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 843 0 R
+/Name /Im246
+/Width 13
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKHøðáÇ\8f\8c\f\ e0\10\0\ 2\ 5\ 5\a\87\86\ 6\0wP\a\91
+endstream
+endobj
+256 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 844 0 R
+/Name /Im247
+/Width 14
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿçÿ\1fþ\ 3¤Áÿ@=\0\ 2ù\eU
+endstream
+endobj
+257 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 845 0 R
+/Name /Im248
+/Width 11
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àø\80ñ\ 1Ã\ 1\ 6\14Àþ\80\81H\98ðàÃ\81\8f\a\12\eì\18\0\ej
+endstream
+endobj
+258 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 846 0 R
+/Name /Im249
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93gH8\90\90ð¡à\83A\82\ 1C\ 1\10&0\1c`<ÀØÀÄÀÂÀ!    Pÿàÿ\ 3\0ìÈ\f\ e
+endstream
+endobj
+259 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 847 0 R
+/Name /Im250
+/Width 23
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\9f\81A\1e\ f\ 3B\8c\aä\99\19äù\18äe\18ä-\18ä+\18äÿ0Èïc\90\97g\90ç\a¢\ 6yv \82\aò\8c\ fþ?ÿ\aD\0B\1c\13l
+endstream
+endobj
+260 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 848 0 R
+/Name /Im251
+/Width 21
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþð\81OÞÂ\86ßÂ\82Ý \82½\ 1\8e\19\19äd\18\8c?0\180@\91ý\7f : ÿÿ\81üÿ\ f\15\8c?>0T@P\ 1CA\ 5Ã\a\ 3ìÿ\19\0É_\1aÎ
+endstream
+endobj
+261 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 849 0 R
+/Name /Im252
+/Width 29
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀø¡\86\81ù\80\1c\ 3\7f\ 3\7f\83<\ 3;\90Å|À\8e\81ùA\1d\ 33P\86\11\8cÿ00þÀ\87Aj@êA\18¤×\9e\81ý\ 1È,\90\99 ³A¦0\0í\ 2\0 ò'n
+endstream
+endobj
+262 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 850 0 R
+/Name /Im253
+/Width 5
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð#\83\83\83C@@Á¡\ 1\0\1eÌ\ 3É
+endstream
+endobj
+263 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 851 0 R
+/Name /Im254
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÏPÁP\0\85\ f \90ñ\0\ 427@ ;\ 3\ 4òA¡\1cÃÿ\ 3\0ÉJ\rü
+endstream
+endobj
+264 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 852 0 R
+/Name /Im255
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³°cð9ÌàËÜàÇÜ0\8f¹a\ es\83\f\18Y°3@\11\1fC\ 1\9f\ 3\bÉ\0\ 3\9e\86\ 4v\ 6\0\fÏ
+endstream
+endobj
+265 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 853 0 R
+/Name /Im256
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÆÁÃÁ##!!àϠ\7f\80ÿ\ 3û\a\86
+\ 6\8b\ 4\83\a\ 6\a\f\1a\12\12\ eÈ3\0\0\95     Û
+endstream
+endobj
+266 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 854 0 R
+/Name /Im257
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93alÐcnð\ 3£>v\ 6 \92\ 1#\v>\ 42\90i\80 \v\9b\ 6  _\ 6þ6\ 6\0\v×        Ë
+endstream
+endobj
+267 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 855 0 R
+/Name /Im258
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|Ì.ÎÃ/ÁoÁgÀW\0\84\ fd Ð\12\ 4\13*\rgÉñ\0\0¹¤\vÎ
+endstream
+endobj
+268 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 856 0 R
+/Name /Im259
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÌÂÇ"Ã'!cÀP\0\84\ f\10\90%\81#AÀ \81¿\ 1\0\9fΠ      »
+endstream
+endobj
+269 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 857 0 R
+/Name /Im260
+/Width 11
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\aC>(üÿ@\86\ 1\ 4- °\0
+\1f4<hxÈð\90!\r(\ 6\0¹ê
+D
+endstream
+endobj
+270 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 858 0 R
+/Name /Im261
+/Width 5
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨ø\90\0\0\ 4l\ 1ù
+endstream
+endobj
+271 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 859 0 R
+/Name /Im262
+/Width 8
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93¨\98!\81\ 4þ\ 3\0\1aW\ 3H
+endstream
+endobj
+272 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 860 0 R
+/Name /Im263
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÁÀ`\81\vý`°\96a°ác°À\8bþÙ7\0\0%q     \ 3
+endstream
+endobj
+273 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 861 0 R
+/Name /Im264
+/Width 9
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßð¿\ 1\0\aþ\ 2ÿ
+endstream
+endobj
+274 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 862 0 R
+/Name /Im265
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûgo###À§ÀîÀ~\80¹\81ñ\0Ó\ 3\96\ f\1c\ 5\12\16\166\7fê\ 1r\9c\bÏ
+endstream
+endobj
+275 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 863 0 R
+/Name /Im266
+/Width 16
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÁ`\81\ eí,,,\f,\1c,\1a,\eì\ fX>°x`ñÁ¢ÂÂÆÂæ_=\0ós\r]
+endstream
+endobj
+276 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 864 0 R
+/Name /Im267
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀÌÌÀÇx@\86á\81\ 5C\81\ 1\83A\ 1\83E\ 2\83Ä\ 3\ 6\19L\ 4\94\ 2\1a J z . ^\86?\f\0\10ÿ
+endstream
+endobj
+277 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 865 0 R
+/Name /Im268
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀÞÄÀÇΠ\ 3DL\f2\f\bôÿ?X\90\10ª\97?\0\0 w\aL
+endstream
+endobj
+278 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 866 0 R
+/Name /Im269
+/Width 22
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷¯Æ\ 2\ 4\ 4,l\ 4dl\14d|\14äü\12øÎ9ðµ;°·7°3\83\1033\ 3\13#\ 3\0
+V
+\r
+endstream
+endobj
+279 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 867 0 R
+/Name /Im270
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93gHlp8Ð\90\81\ 1\ 4\ f0603°1ð0\b(((Ô\1fø\7f\0\0\98\12   \85
+endstream
+endobj
+280 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 868 0 R
+/Name /Im271
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\81\f\ 3\10%È0(È0\b@\11\v\ 3\14ñ0Èÿ\ 1\91\b\11\ 6tôÿ\0\ 3\0£è ©
+endstream
+endobj
+281 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im200 209 0 R /Im201 210 0 R /Im202 211 0 R /Im203 212 0 R /Im204 213 0 R /Im205 214 0 R /Im206 215 0 R /Im207 216 0 R /Im208 217 0 R /Im203 212 0 R /Im201 210 0 R /Im205 214 0 R /Im202 211 0 R /Im209 218 0 R /Im202 211 0 R /Im206 215 0 R /Im210 219 0 R /Im205 214 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im205 214 0 R /Im202 211 0 R /Im272 283 0 R /Im141 148 0 R /Im142 149 0 R /Im273 284 0 R /Im274 285 0 R /Im275 286 0 R /Im154 161 0 R /Im155 162 0 R /Im275 286 0 R /Im276 287 0 R /Im148 155 0 R /Im149 156 0 R /Im148 155 0 R /Im275 286 0 R /Im158 165 0 R /Im150 157 0 R /Im145 152 0 R /Im151 158 0 R /Im152 159 0 R /Im147 154 0 R /Im153 160 0 R /Im154 161 0 R /Im155 162 0 R /Im156 163 0 R /Im157 164 0 R /Im148 155 0 R /Im158 165 0 R /Im155 162 0 R /Im109 116 0 R /Im115 122 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im107 114 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im124 131 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im106 113 0 R /Im96 103 0 R /Im116 123 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im128 135 0 R /Im129 136 0 R /Im130 137 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im126 133 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im99 106 0 R /Im101 108 0 R /Im124 131 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im247 256 0 R /Im221 230 0 R /Im216 225 0 R /Im218 227 0 R /Im227 236 0 R /Im221 230 0 R /Im219 228 0 R /Im278 289 0 R /Im216 225 0 R /Im279 290 0 R /Im216 225 0 R /Im216 225 0 R /Im231 240 0 R /Im216 225 0 R /Im232 241 0 R /Im219 228 0 R /Im232 241 0 R /Im251 260 0 R /Im225 234 0 R /Im119 126 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im113 120 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im116 123 0 R /Im126 133 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im101 108 0 R /Im98 105 0 R /Im117 124 0 R /Im94 101 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im280 291 0 R /Im260 269 0 R /Im241 250 0 R /Im239 248 0 R /Im239 248 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im113 120 0 R /Im123 130 0 R /Im94 101 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im103 110 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im283 294 0 R /Im224 233 0 R /Im278 289 0 R /Im216 225 0 R /Im252 261 0 R /Im218 227 0 R /Im233 242 0 R /Im216 225 0 R /Im218 227 0 R /Im219 228 0 R /Im232 241 0 R /Im251 260 0 R /Im225 234 0 R /Im109 116 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im109 116 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im288 299 0 R /Im74 81 0 R /Im289 300 0 R /Im218 227 0 R /Im227 236 0 R /Im232 241 0 R /Im220 229 0 R /Im231 240 0 R /Im224 233 0 R /Im220 229 0 R /Im219 228 0 R /Im221 230 0 R /Im219 228 0 R /Im224 233 0 R /Im232 241 0 R /Im289 300 0 R /Im227 236 0 R /Im290 301 0 R /Im228 237 0 R /Im216 225 0 R /Im220 229 0 R /Im225 234 0 R /Im122 129 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im98 105 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im113 120 0 R /Im123 130 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im134 141 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im118 125 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im74 81 0 R /Im291 302 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im128 135 0 R /Im292 303 0 R /Im98 105 0 R /Im94 101 0 R /Im293 304 0 R /Im294 305 0 R /Im133 140 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im112 119 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im292 303 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im117 124 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im291 302 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im113 120 0 R /Im102 109 0 R /Im98 105 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im295 306 0 R /Im224 233 0 R /Im218 227 0 R /Im296 307 0 R /Im227 236 0 R /Im218 227 0 R /Im233 242 0 R /Im297 308 0 R /Im218 227 0 R /Im217 226 0 R /Im232 241 0 R /Im219 228 0 R /Im232 241 0 R /Im251 260 0 R /Im225 234 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im112 119 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im112 119 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im112 119 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im113 120 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im113 120 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im107 114 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im245 254 0 R /Im113 120 0 R /Im99 106 0 R /Im106 113 0 R /Im246 255 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im298 309 0 R /Im258 267 0 R /Im286 297 0 R /Im299 310 0 R /Im281 292 0 R /Im255 264 0 R /Im243 252 0 R /Im101 108 0 R /Im74 81 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im291 302 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im92 99 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im128 135 0 R /Im160 167 0 R /Im108 115 0 R /Im102 109 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im74 81 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im223 232 0 R /Im230 239 0 R /Im221 230 0 R /Im216 225 0 R /Im232 241 0 R /Im220 229 0 R /Im219 228 0 R /Im224 233 0 R /Im232 241 0 R /Im220 229 0 R /Im225 234 0 R /Im125 132 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im118 125 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im124 131 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im120 127 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im118 125 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im112 119 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im120 127 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im298 309 0 R /Im258 267 0 R /Im286 297 0 R /Im299 310 0 R /Im281 292 0 R /Im255 264 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im234 243 0 R /Im217 226 0 R /Im228 237 0 R /Im228 237 0 R /Im301 312 0 R /Im302 313 0 R /Im219 228 0 R /Im232 241 0 R /Im233 242 0 R /Im224 233 0 R /Im296 307 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im216 225 0 R /Im220 229 0 R /Im225 234 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im74 81 0 R /Im277 288 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im112 119 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im303 314 0 R /Im304 315 0 R /Im199 206 0 R /Im305 316 0 R /Im306 317 0 R /Im120 127 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im113 120 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im107 114 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im245 254 0 R /Im113 120 0 R /Im99 106 0 R /Im106 113 0 R /Im246 255 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im298 309 0 R /Im258 267 0 R /Im286 297 0 R /Im299 310 0 R /Im281 292 0 R /Im255 264 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im141 148 0 R /Im142 149 0 R /Im307 318 0 R /Im308 319 0 R /Im145 152 0 R /Im275 286 0 R /Im276 287 0 R /Im147 154 0 R /Im309 320 0 R /Im150 157 0 R /Im310 321 0 R /Im145 152 0 R /Im275 286 0 R /Im150 157 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im112 119 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im107 114 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im74 81 0 R /Im136 143 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im101 108 0 R /Im93 100 0 R /Im108 115 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im137 144 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im106 113 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im139 146 0 R /Im93 100 0 R /Im94 101 0 R /Im128 135 0 R /Im311 322 0 R /Im135 142 0 R /Im160 167 0 R /Im312 323 0 R /Im293 304 0 R /Im131 138 0 R /Im133 140 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im313 324 0 R /Im314 325 0 R /Im174 181 0 R /Im176 183 0 R /Im176 183 0 R /Im169 176 0 R /Im168 175 0 R /Im263 272 0 R /Im171 178 0 R /Im269 278 0 R /Im168 175 0 R /Im315 326 0 R /Im314 325 0 R /Im184 191 0 R /Im314 325 0 R /Im192 199 0 R /Im190 197 0 R /Im316 327 0 R /Im186 193 0 R /Im317 328 0 R /Im169 176 0 R /Im263 272 0 R /Im176 183 0 R /Im169 176 0 R /Im172 179 0 R /Im171 178 0 R /Im167 174 0 R /Im268 277 0 R /Im265 274 0 R /Im166 173 0 R /Im192 199 0 R /Im264 273 0 R /Im192 199 0 R /Im166 173 0 R /Im179 186 0 R /Im169 176 0 R /Im263 272 0 R /Im168 175 0 R /Im166 173 0 R /Im176 183 0 R /Im167 174 0 R /Im185 192 0 R /Im263 272 0 R /Im166 173 0 R /Im168 175 0 R /Im177 184 0 R /Im171 178 0 R /Im163 170 0 R /Im166 173 0 R /Im185 192 0 R /Im176 183 0 R /Im163 170 0 R /Im164 171 0 R /Im180 187 0 R /Im179 186 0 R /Im174 181 0 R /Im166 173 0 R /Im180 187 0 R /Im166 173 0 R /Im163 170 0 R /Im169 176 0 R /Im176 183 0 R /Im175 182 0 R /Im166 173 0 R /Im168 175 0 R /Im169 176 0 R /Im264 273 0 R /Im268 277 0 R /Im167 174 0 R /Im168 175 0 R /Im169 176 0 R /Im180 187 0 R /Im164 171 0 R /Im163 170 0 R /Im164 171 0 R /Im180 187 0 R /Im176 183 0 R /Im265 274 0 R /Im176 183 0 R /Im174 181 0 R /Im183 190 0 R /Im171 178 0 R /Im167 174 0 R /Im164 171 0 R /Im169 176 0 R /Im263 272 0 R /Im180 187 0 R /Im182 189 0 R /Im168 175 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im176 183 0 R /Im174 181 0 R /Im179 186 0 R /Im263 272 0 R /Im176 183 0 R /Im264 273 0 R /Im175 182 0 R /Im166 173 0 R /Im169 176 0 R /Im176 183 0 R /Im269 278 0 R /Im164 171 0 R /Im169 176 0 R /Im263 272 0 R /Im163 170 0 R /Im182 189 0 R /Im174 181 0 R /Im174 181 0 R /Im264 273 0 R /Im269 278 0 R /Im164 171 0 R /Im163 170 0 R /Im192 199 0 R /Im171 178 0 R /Im269 278 0 R /Im168 175 0 R /Im166 173 0 R /Im176 183 0 R /Im167 174 0 R /Im185 192 0 R /Im263 272 0 R /Im166 173 0 R /Im168 175 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im169 176 0 R /Im167 174 0 R /Im176 183 0 R /Im163 170 0 R /Im168 175 0 R /Im179 186 0 R /Im171 178 0 R /Im168 175 0 R /Im164 171 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im169 176 0 R /Im176 183 0 R /Im175 182 0 R /Im174 181 0 R /Im166 173 0 R /Im168 175 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 282 0 R
+>>
+endobj
+282 0 obj
+<<
+/Length 869 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥\9dK\93íJ\92\95ç÷W\9c!\fÈR¼ô`\88A\9b1ÁÀ¨aO »\9an¨êgamü{¶rË\95)éó\8cåÒäÚ¹ç^Å\8eðp_á±Â\1fÿôÛ\7fûõO¿¥_ÿúÛ?ýV>R\1e~\r\1fÃ`ÿ\1c?¦×ßLùc\99믩¦\8fe\1a\7fýÕ\9f~ûÝ\7fþS~ýçÿø\ f¿ý·Ã÷s¥ïçé#\8f×ïÓùûécÁß_\ 6ü>\9f¿\7fÿßðý\8có/×ï\97ñüýú7ih\1fmx\ f0\95¯\ 1j\7f\ 2¯\95¿þ\99Ò\97\ 4¿\ fЮ\12È\ 3­àµ/û\f¾/aTDð¹\84¼|Ôñ:\83I^Bi¸\84\84TY\8b.»àiQj¬\ 6\175r\97Ð\8aº\v¬\87iL÷\15ñs\17^\96D\ 3\f¦E\9b\81«Hó¨)Òâ`Az\19\13\f\90.`àíÂKç´]ð\14)§úL\91ræ]\0Eb<ÈyüÈù²\84$hâ6@aEºè\81+\83"B\9a+\83Ú\9e\19S®Ë3cÊ\8dO\85\8b\12V!¶\82¨<]\ 6¨\1fm</a\9c¿\8eµaù6\81T/"H\9fÿ÷÷ïß\7f3-øýå÷ÛÇPé÷çò1Õó÷yºìátùýù#}\1eKå-\80Ó\0p,åÓ\ 4^\9b?¿\8f%\1a\0Lñ<ÀüQ?ϵ\ 5\ 6Hí2\83ö1\8d8\83\0Â\f\ 1
+Ëà2Àu\13\ 1ê\80\ 3\\0Ñ\1f\0\97P/\ac\1a>JÆ\11\1a­!Õ\v\1a¸S\18«6\ 5W\8a\13\vá"Åú1̤ÊiÚ\8cù´\8f\97\19\\aØf0£\fÚåXyÙ<\vq!]N\15\960\ f¨ËËò1äë\f.p0\7fÌh\8eëÁFK¸àAþ\18Ñ\9a\ 1*øhçm|ïBÎi\eà5з\19\80£Ëö\9cóC{ÎE´çòQN\ 3\fï\93±\96·"½ )\95¯\ 1.æø\969ìBå]¸\bÑ3¦õ\\92\8cɳ\85<\16Í\16\!\8e³
+\8aì^l^æ¸|?YÓÕ»(\1fãÅIüüþm §ïÓå÷óÅ\12Þ\8a5\17øýå²\ 3×\9f¯\9f\bùrQáó\8b\ 6\o«ïÏ\97\84«\a3<kÐ{õ/\a\97¾¿ \91÷}\1ah\ 2Ëeû½ù§¡â\ 4.@ä\89?\r´\82«üÝ\ 5\9fë\ 2®Hº- Ñ\ 2\96\v\88ÔËyøuÙýü~^>æô¥\7f\97\ 5\\aØ&\90ß\ 6t\9aÀEÿ]\ 1\14\88
+\14Ra\1cÀÙÂ\8a[\0\128oÁ6\81Ê\13¸ì\81g\83¯cK2Bw\vÆAÚ\ 2w\ 1\ 5¤ËQæN`\1ah\ 1ðýùr`ßÓ\ 4\16\1c\ 1Îøû\17\ 1º*4£\11ë(âÀà\ 5\ 1p\a®\ 3¸0à\0),\81E\98\11\bõ\83 #\ eâ
+X\87r\1a\1f)ñê\8f=Râ\9c'Q\89y\vraOà²\ 5\1e\ eå\82\13\90\91\19\9e qndE\0¤´\ 5\9f\vØqìõ·ík\v\ 4\19°\12   §Ù&\82írÖ\17ÁùV0|ÔOoм±ò1/_+\0\9aÃY\ 1»\83W-típB(\ 2(s\94hV\ f3G\82³f\86Ã\85®{Ï(¯ßÍ\17\1d¸rßî\ 4\96gfX\ 6\14\80|\18\17\0\b\9dï\13{\ 32\ e\95¬\1e¦\8e\02\9f%\80C\8c\ 3¥<À\81÷\0ìÒ\81\f\80\1e\8aJU7\91O³Òx\13åóøuáVÏcg\ 6#Ï@B¢\15\bʸh`ìÎ\0\9d²ÀÝ®LË#¯ª \94¡WåhÁ\8cn¥®\86\vob`\0\92@à<«ì\95\ 1ÇTgþ\1e'\90\80µv\ 6@0\82\ 1¼=¨ìUÉ®y-ìZË×ÃZø\86¯\ fP\11\8fe·®V\8d¡ñ\f¹înY×\90\9d-@0ÓÁ°\8e"ÉãQ\õå\95I\1c\97k\ 6#Â9\1c\aÎ
+&>\90à%÷ü~f\ 30\1aÃ\rÕ\99\ 1B\11òL\8e\16.Ïx¢\8a7Lâ\89\18Ê\9aC\94É$EK\9a[ãmAK,AY\89Z.\8f®G-k$\81·\ 3\r\91\8c\1cSV¡\86×Ã\0É`W\93iùù{o\ 1f\ 3§ïe\8aaNø½àؾ7ÀLèô½|\98.ÛÝððýuÿ]ª{ÑÄç\92T\ 3ËO^\7f2\vê       À\9dA"    ê\aÁÎ\15÷Eà\r\ 1¼ÛeÊïx\96ñuKþñvé\8aÀ®&·7¡Ì\ f7¡Ò\fôûeª\93º\823Ùº­ ¡\1dæ\0]M\8a\1c\91\81\0ü       o\0F\ 2\99k\CÃ\14(pÙÖ\89ö@?LÓÌP\f\11\86g·|\8b®[Ò¾\80oá8õ2\ 3÷Íc!5Öß<òÀ+\90\95\8b;Jä\92\95\89' »õ\19Á\10Y\ e\8f°Æ\15\ìð\8aeÛë{.\e\96}ÿ\9e\ 2\8a¼°4Dã¬3m\ 5µX¾\æ\8a[ ß\r×°6E\a¼g£Ü\10Jåg£\9dn¾ d\16\ 52\97,\1dÅãÌUbôéô»i\9eÐ#Ð\7f\1f\81L§x²ãÓÉ>i^p\ 2º
+.h\ 3:Û;\88N­?À³Ã´8N¡Nó%Ñ'sùê4?ò«K\16­\88\1c\9aO¦Ó(¦£\15åË\1exVP\8af\ 5®\ 4
\98LO\14Ç¥\93\83P
+ºt\14\ 4äÑÝl\86\ 2Ãc\ 3hHî³Ý¬\ 3º\16\8f¢\bÝ=\9c´Û¡\17\93Ý/×ðV\1cM\99µ   ¸lû\8c[ Ó\13EDR\97æ\1c\b\88t\8fr§ºï^ïW®[\13 ³\0\ 4B:\v\9dï³f\84®\0²Èo¸<oÁ       È\f]-\1a\90»\vÀ\9b\ 2£²?(\87\11Õ\87þ`\15ýA\97£\1d\99áÑ\9f\1aF\9c\80ìNÕ\89½\11ù ©¢?èJpR=zG\85f>\aô\ 1\10Å`\0w\ 5¢Cx\8dh6\9e<¿ß:NF O \r"¿ãòÔ       a@¦i\eã °\ 5ö=ê\80\fcÍ!       u\ 1\8a\9c  \88\13õ\f\ 3²/b\97ºõvø£;éD\94Oo\r<|\1exmÛ²CN?/;"\16Kyüù+\b\9d\16\ 2Ó[AdË\88¿/û\11/·W\?Ç\90½®ï\9bü\97{1d;Ï\7fÚ@ùN\99\12\89@\8f!Ûyþã÷\81\90ð*IÐý¾h;àòÃFl\9dT@¾Î¤\9a$\ 1úß³\rè\ 1ÕM\83\0\97 n$\ 1ý­1\8dôû\81çê4¢
+
\11û~Á  è[`\9eLw\v\1d        L<\ 19ú)\99+\13\96À6\81\19%¨'vì8Ú~¾\90º\vXH\ 2\ 1nq@\1d\96I\89<0\90ëÑÄ     \958\10\11nÌÖM\1cÊ\99T `E{Hzg\v\v³àI¢°\93\96;ÿÐ\97È\15\8f\12\99\1a³Ôù®\19za#û\eÃi\0!UÕ\1e        ø0\91Ãi÷W\82¾CäÈp\1cE\87Ä#ùñ4\v<2 \94\ 2\92\9fP\8bõÄ\8a\19\81DO
+X\86gf¼°\ e
+þüÆ\rîHx\13\8aË á\80G\8c\14ô(ub¤$í0u¹Å\84G  p\8bÎúE\1ct\7f\1fqðúû×â\13Ëg=\8c²U\0Y7ð[®w\96ëñ\14t(S\96\94º\80\ e§\ 2 rN\94ÞDؾβ¯\88\81T\80
+ +EO\ 3\\90Ø\15â8ogÉA\88E~0/Ó\96Zr\90\ 1=\98\9fß«\8d¢G¯<Ë\17³=\9e¼wµtíhA=\14\9cZ\8b'\7fx\1cï$}\a\8a]\82r`     è\fç ³\ 3Î
+\12\1efzD<Þ\8d!hÁ]\ 1:u\81@Üü̯¯E<Lüg\ 2\ 4c\19Ìw\9a¿»\0ï\99\80=2ý¡§©ô\82³\80¦\9d\0G6\ 2\99\9f©x¹½î\80\1f\8dÎ\1e¥þÐÁ\1e\95®\ 2âÝÔ}fX\9e]\rë}\8fÌHög\14k\e\1e\ 2qKÏHÖ\96\1e²¬-?¤Y\eâXÀ\8c\9bÈòy<k+\ fyV£Ù[»G³\9a;qø^gYgúy\9ddµ<Ýãçr¼Â²=²´Ò;E~\8e\86?
+/@±\ eE\92\9eÏÒÏÒú]\8e;áï\aê¶\8c(\00@\8eZJv'z\9df\9d¨%g\ 6v):®@'\18íRtü^\ f\ 3/,\ 1\99ÛI\95&\10¢éë3\1dª\9a\ e¹\vh¤C\91\94\90\86[¨?Ô\98'ÒÅ\90\ eË~Z\80®\ 3\93\ 3\16\ 4\132\92}|\9f\ 1Ç\ 5\96ìL`!        \ 6\1e\9b\13\ 2a\80¢\1d4      ¸äØ@V\18\b\80Mx
+jé$\9fìâ\ e\84\1d\1csé¹\8cJ\1cà¨\aÒ\ 1òÅ\9c²%\ 5W gÊgcwz@æ³äM\ 4"/\90\9d\91T\8e\80ÍM\ 3\12¿t\fúBº\15\8c,A]\89\1dò9n\9e\80NÒOÓ³  \12F\8aï\189ÕÓb÷¹la%
+ðìê\1e°C¿ÆÒ¿\ryºçÐ\97\81N£HÙ\90\84.\91|\1eï±ô7}ú=\94þ¦\12\95\8c\87ÁÅ\f=b¡dö\ad(-\16yÑSBw\ 5\95]*ù@/\15E s+Å\81Rý­¤¡C ¿\95\8cx1\91¹\952"\14ë:h¹\917/VeB\9fV\7fë\9a     \89õ×Æ5\8e^q'\ùϸ\7frèLq<JáR`\14yRý\19\8fä×$à²k\83x·wùIçn¬¯ kþ\90ËO\8aW[ϧ­\ 5ÏRòi;¡ð'      è±ø\15­X®\96Q\9d«i ä\8a
+\ 3^(û3v¢N*;á\85Â\8bfè½6Ö­ãÀq\0==wçÈ\ fß¿ÜDy\a\16<\bd «\vª\90\1e\87Í0";CmP\ f"\87`vn¦ú\ 2\92JÐzqä¢KîG²ã­J\ f$wÜ1ùbÚ\8aHPy      Ê+Çþ6\82ÚKPf%0\8eý\85\87wtÀJÎ\1c>\ f¨\80ù\12Ç\9f\977`æ\9f\97ù=»Qu~Þ\8d\84ß ´æ{¼Äα\9fæ/ó\12Éâ\8e\8e\v\bT¬¡í\87\v\99ϲÓ\ 4\ 2\87²w¶À;G\93\99ði\ 2r᯽àL_\87:,yo\0¿¼y\95lÐÝ\ 3sE\8eßËñ\8f\99Þ\1eú\ 3Ð\ 2"J0ÞµCû\1e'\90õúâƳwDè\a££\1d\ 5t\0\81ôª\ 3nÝ¥yx\9f\ 3G(ÒÏ\81\84P\1ax©@(\8d¼T,dÈJ­\11\8bf\1f\b\8c\ 34·=X\1e' G¡&\11Ì}¦\1fÁ\\86¬C¡\17\8d\8e\97[)\ 4D\11        TôFô\9aC\95ý\ 1ùÍw\ fFï)\91»\a\8dE Çã\eO~W\v'\ 6s`\99¹úØ\1eL~ÂRýÁj¾ïT½\89v>M.\ 3¸u\9b\16ÃÂï\ 3\/\86×®K{\83×Ï\1dÈ\87V|×ÆSôý§K½)áñû,ìÀÑ'>~\7fMP¾F\12\1f\9dâÓ÷Ðqé\9c!½9ÅøûײUÞú\17qýù³ËÖ÷ï·Úi\ 3\v\0:Àe\14ÀÞ3è8À$\87ãï        \9e½-\98>*wgÝZ\ 1\9eg\0\ 4\993\ 3K\91î+\813\80¹µ½\ 1®-ä6\87ÀÀüå \7fAa¾Æ£»3°Ì þ\fÎ\9d¿,ø\ 2\1aÐî*\92Eoô\15É\99Á(Î\80\8a\r\1a\eÉ\96¾7oÊ×6zé¢H_\8eåÚ\16ólLR÷±w\8b[ZBºÊÀOs$E
+dª\1a]\9f»\85\95½J\888\ 1½¢èBZ \a!å!\81-\aúÞ\f\84\87\ 1ª9'\82³@üEÚz¦\9cT@¾"ï\8eeo\v]\97\0Ñ,°\ 5[_ÓÞ\16t\1dÓÓ\ 2â\8eéi\0\99hÙ=ÓÓ\0rVCnt(êt}n¨DrVC6(L\9d6tn\ 4Ë\88\17Ã\9cP\0º\15L³f\ 5Ý,ÇÓ\16êy¦3I R\11uA,§ë\8d\17\86\1c¨¦H3Р ÓbéI\a§\ 2Ã\ f¼\0\ e\9c\80LS\14ÄR¤)¼b\88¬\ 5\95LH <\9foIröæÐ3D¿ù\8f(\ 2¿\1a#\9dè\81\0\86­Gt\ fͽ\f±\82~!d\88¹\13Ø\9aÚöOt§\9e¥\15ß8jñ\95%ðغbee\8f\ 3èeeËDZ¨\97~Ø[\aÝô©öLÍ\ e\ eø\9d\83ȧ\v<|\94YÛBW\0\v
+Pß\0¼ä\ 6\12¾\17\14 \9e 6 S¬\97aC\1c\8d\94aK(\0ýûüì$©V\84¬w\92øY\96w'`ßk\ eU·kÑM\87n\8f`¹éÐí\ 1,}\87ÎY@SM \93åÙ½XzI\9a|\8eéaT#ßLå[Á\9eæyóZS'\rÄü\9e\8bè6\80Ta ñ\94ã\90êå,ùn®\87  U\18   AÁËy \ 2$ñA&oAKÏØ\895Mô\89\ e5tG\ 3\10G\ 3Wã¦ú£n=ÁM\82ÃÍ\8a¢É2|\86xMÔw\87y\9bÀ|ïR³Ga\f÷
+\13ï©\8eC·2³3\80\11<C·0°\93+iJ0t*¼»\81,v§\18z\95\85\1d\96Òb(\86{5MSÅß×3\15íJ1ü\\9aÙO\14TUÀùýqyöû\13\19\ 6Å\1e­\86\9fKººa<3í_àí:-\9a\11{\8f\86+Küy%;|¯×®ÙÛ³\1f\17 ×®É\89$\18a\b\11\ 5\ 2­>\12\99@\88åe\18Ò#0
+*Q Á;O@'I+N@fFv\96·cEÝ4Á\8e\12»[Ø\10Çurj\ f_èè\90+Àñ¡\0G\r\86Üß\9fH\80\11\8e\8cÈ/å\87çH _O\117Àé¸4ãüõ\10 \ 57P\7f©Yfé\1cò  âB\8e\84\96\1e\ 6è¶ÛéÙ\90KM%´¡@{ù"\89Ðåæ2ý~À!/\85\8eÒ@\9eéZLOsF¼\1cCÆqù¡¤ 7\17H\16.\r½ ¹\88Yix'¡Îk^»\1cÖBý¡dBC\ ed\19¢C­·LB \8b,`V\8f\ 2g\ 1\v\9e¥ú\ 2\16VB½åÒ¢^)\1c~là{­Þl$\89[Ðåx»î\88\93(\99·DÉ\93\15ÈO®;É{÷8¯Y\ 4\ 2¿9½æ\ fø,1\1e\ 6½ÔXâª\8aÐá\18+\9a\91N\92"\12FrM\eÛQ Ñ±=ºÚVô       u\97¬2\12ÊùÎ\95]J=M\90¯Öº
\8b¦B>Ë+ª\80+\ 1\84Ò@gù\81¯Æ²WÛ\10        \ 3$kÒØ\1d\9fd\15%èg:>ô\88\1a\ 2a¤å\8eF¯t[îÜ\95ÀFò¶å^¯\83´\ 5®\9c¾×\83\b7zçô½Þ­b˵=~\1fÉôKï¨ôÓ\ 4\ 2åôP\80:Á·\95£ìm\80;ÿ\8c\ 2Ô    ÞM\81Oßëa¨\85~?\94¥\87\ 2Ð\19Ú-\1c:.\0K²+´\80@Ó¡\86\12\f\91\ 6\ 5üQK\92ën\81_Ìn¼¹\ 2#©  \ 4à¥È¯%\87(¢Wt\H\ 2zÌ@\1eH\a#E°\86ú\b\80\13\9c\89\948@p"\8aE\bN\86!\9dßË\1a\8cú)v\88"\81\14;B\91H%»²<Ó\80\8a\ 2Ô  ÎJ\aa WIC\ 1êo\ 4\r1D>Gò(\82\98Oqk&ä
+`B\13\923öó¬\1eä^\184*@ =\90Ö\1f\bÛÉ\v\9fäz0?û\92òm \f\9a+æ2K\ 3\83\98|\ e\96¤\82\88÷=Ú \Ôue¨×\eåi\ 1zQ×\82(\18(êZ
+Z±|\9d)E\93\80[\83¬¢\11ê}F\10\ 5\ 3E]Ëî\r\8e÷\ 2\98$%ö«ài8ê>28Πì\8b\15\11Ç|~Y;ÈÜ\ 5,¬Ã\81^3\9a7ëwj\91\9dA'\84v@\1dÒ\9fÊ*z\83\91ð¿\84"Ð+peôÇõ>\1fY6Cg\ 2\ 5\1dz\9dÛc\1cÒût0\ eé}:ªèO»\ 2\ eô\82\88»JìJ\0ý1Ý\8c+âXÀ\8c­¥{ß\8c=zZó\a] Î¨\ 2\95Å\0\9f\ 5 §" ?\16 \ 6\aÑ£v;¥\fMÅ1\8f\1eÖ¶Ðo¨®\9d\85n!>æÖ\84KåW?uðÇ\ 2ÍnøV*»ä\rݱ\0\8c,o~½Í?ײt£\a·(îã÷\817¦´\ 5}\9c& ¸cöýBßëÑ\8b\19\7f_g¶ì\1c\9a;åLý^!\934\ 1?~\96\17\92«´\85\81
+\\95v Ò\10Û<êÎ\ 4\\15\0\9dàÞBçNß_@Ä­\0ö:ÈÖ\0Ö6w*Aúô,       "Á     u(ÐP{\90$à÷*i\9a\ eú\ 3 \15ë\8f<[R_W\82½^#}\18ðèÝQÂQ\9f^%\1d\f\950\13·À\8f\82f3Ö#H3íA\80\9fD$ÕÝ©\9d í\1dE~©  í(ð{\9dÜVB\8b\ 1~·ì9\r\10h)ÞÐ\8ct\82o$       D8î)If@U{Þ\14é\80\12Ð{þÌè\8f\ëQöÂpïú\ 3VèAð\a<\8e\92\aÐ9Ê\ 1íP'Y·þ\8bw¡lç8ïB\99\15\reVè¡\ve~\1c®¼\89\1eËx_\8b>)2{²\9e»ÍB\1c\8e­á\ 4t\8e­1\12\b}\ 2\8c¥D0\95¡¬liU·µp\92¡Ìáy§\99¶àÊóúq¸¬\85\97\ 5½2½^Ébne§\91¥Ë4£W\15\1fP\a\84r\88öý¤\9d\ 6~\18­\8c$\ eÉ\964·Î\ f£Õ®\16.E\95ѱ×)ªÂn¥\\96µ\96¢Z\81\17F\9b\9fù4µ\12\16GÂhÉ\8a\10\b\1c\9e²ñy¦?\170\14^Ìà-qú\9eÌ \17ùÍ­NÚåÆo\18BZ\18)×À÷Ë@SmÔ\81@Smü}é4|\7f\8fg\81þ^Ó\ 6¾áË\8eu\e\10\bôT\7fFB½Ý@s¼º@Ç\ fÍ%rC\91³|½ó¨Rö\bä¶7Öñã8\80\9e¨lÁ\ fÓ±¼³\fD{$ìÔ)ôî·\8c\18`\80\0Óg1dS·Ö¾7\81åÙ\ 4ìfÐ\9b\80_n\81&\10H°Û\83Y\8f+\90ÓÓ¬ÚÂi\ 2TAÍ)yalët·óÉ\96©|\16\81\1e\ fÝÞ\89¦'\11ÈY\92id-\92;²¦­\8dßi\ 2z@õDZ¤\87°Xgçî\ 2\    N\8b$A¿ä\ 3O@o\e2kvè¾ú,l\87z_a\8b èi±\1f\8f;j"ð      _\14\81Þò!ñ\1eèl#bY »u¦ã$\90ð_ð÷õhÈ2\8a\85³¦GV\9c+áX \9cµ¢ü\ 2á¬(?=\9cµ\11\8aáYæ,`Ô\8e"\97m\1eßÙiç£Hg\9b§ö\bƬ]E×\86ý¾ÎEC\11¿á\ 5ïA ¯s\15EÀ}\9dób{ÐîöuF$\ eôu\1eð0\rôu~\ 6#%i0â~\9fµ\1dð¹bö\b\7fç\8a{\ 3¸<ae3Ðùò\8a@\10\98\80\88\0\b\85\91\8a\ 3\r\ fc\9d­v\J="\94]J=$v"wD¿Øìdóí-\98\8cNlõi\0\e}ÂÀ³Ó\82\13\8d\8e³kï\9a\92µ0ïÚðc\1d`*;Í6\83W}\ 6s\8b©mo~à0\83<ÂyÆí\83jZh\80zÙD"Ì­4ï[\ 6ùÐ9Fz\7f}\ f°h\ 3\90!|Ö¶}Ý\8fa        ³ìÕT#Y\8e\ 34Á+ù
+Ì}\1f\b\87\178u»\eW\9a\81NóÔ\867\ 3\9dçÙ\ 3kïò<Ö`ú.\1a\86Û<ÏN\18ß\9d\80ã\19Ê\8e]e4ÓËjÖ\1dͺ=\r½\16Ó\bg²g¹\87ÖvàÐ¥K\1d®N¯Ü ßO\9d\ 5dÕ±sB{\vÞ\ fåûÕ\1e\19{÷~e\91±c´ù\90EÆnò\e£UÂ\8dlMô½Äø¿Ë\ e\1f\87\9bµq3N P· Ñ÷:ÉdñdcúY\83}®VÛA?0\96v\109&/2vÂ\ 1d\15´þÀ=\1dð#kGm\ 5®\12\9bc~\1a@¯þ1¢\12èJ4\92\12\ 4b\83§»Vdß\93\ 4\ 3±Á/¿üÓ\998Za 6xf+Ðß\\16Ä¡@å\84*IÀ'Z\a\\80ÌPX}ßÓ\ 4ôÖ´I\13\80KT&M\85]\8e(ãïëDc&\14 \94®°\10\8e>\b8­y\8dá8ê°â\v\19UK;\18¸\9e[uÞÛ*Ðx\ 2:ÓØ&í0í\16\9b±WÞ\16E\10/^ÐÑB¿x\0/@/1=#\92êf° \92ëï\1d\vþ¾\fÄÅÁ1½:-ã\98\9ey?ðY,'l\16\19ȼ\ en<\ 1½:­qµ]\87Ìk\7föÌ\ 6\8aè\10úD)        0\12\9a]I\82\ 1²½¡\11Ë\9d ËøÌ¥/ìÍÉ.}\19Ù!\96\85ݱ@é\ 2ñ,ô\aÀ       è\12\98Ù\86 «°\17\14¬9Än(ÜðL\ 5¬6nï÷ýÒ¸\f£2Q]\93æ\ e¹\ 4\ eB?$\177@®CU\vÚP û\19j\90\9eáR\1doL¯Ý ¢\98û=£\98ÞA¯1\8aè\13\18\1f\811¹åÉÚ¾ì}+ü>À\95b^à­c¥\98§­\fRýþy\9e/;x¥ùß\ 20\14<~\9f/¿\7f}*Ù¾\9féûIî\95`WÊã÷׸þñ"¿­µúPÞO5Ç\ 1\1aøbüÒb}\9fÎ3\80Ô\84vyexG2N´\ 5EÏ[ϸ\a\94éæ,!ã&\\97\90?êI\89Þï]©ð\fà±hâ%XæúI\ 6\97] ×¦õí$Y\r\95ò½\11bn\97³ }TÔã5\18\12ô _NÓ·ÚÀ6\1aAV\8f\96¬s\84#©ràf¹×ö¬\9d\9b¥\eÒ:\91*GBZ§\19TY\8faIóV\93ìµ\9b·bXÒ\8c\9b\10¨¯º\90\bt·:-4\81ÀÝúu5Ô$è\ 53\92!EúG\r¨\ 2\17\1dò\83\19Ù\fôP0ãú\8f\13\8f\8b¸\ 2?\9a\91ì0P\1d´Ò\ 4ôÂ|yë\16pZ\80^\98o\ f'<I@¯.ÙT%ò&°H\12ð\e\ e\ 4\1aPáïëñ \13ª °~û~¦\1d¼Æ\8f¸\v@¯J§WòL\e\18aI\17\9c\80\1eÉ6 \11Fb        q\vô@4\15Ç|\86\ 2w\ 2Y\9c\80\eE\95Ù\1dУ¨2YAàrVЫ\v\r@~e$\9a\90\81L\ fe«|\18ɯ¦¥!\96ë\89Û\8dÔ8Âô\8eè\8fÈ¡lÅ\12>{PäÓd\9aCä.`\1a%\87Æý}«\10ÚSB\17\8a\ 2!MÊ¢   \11       tªzÁÓH^À\9eú~Z\80ÎQ\fÚqìòtèÒEx:\ 6"½D)º\84\91\1eX\b\85\81\1eï¥\88Jì,\0\810\92õì ¡®D\ e\12ê\152Ñ©\8c0m<\81Ë\0n\ 5\87\11ÝbªàРEìo\827\0\e¢^)wÂóðâS¸\ß\v\v?¹¾Ã÷W®\8f~ÿ3\9c\14ɶt¥iüHDT\ 2½\8bÕ":Æ~(#\9d\ 6\81\1a\97\ 3k¡Ü\b­9~¥¾\82¤R$^\99QÍ/õ{Hiw;wþx½ÖßÞ[AÇ^\8eÅ´Ì÷|³#e2\rÊ?7\92s).»\98ä{­øöÄùÜé¡å2T\96-\9a{mÐ\1c\8a̪/\9c& 7\84Lys)óÍVt©\88"ð£1Q\ 4r@ó\9e9\9f»Ý\f\1d¦Õ®\ 5ùf\7fâ\9d,¾­\ 5\90´Ày3\18Q\84òÛq\1aI\84\91`Ê,m¡\1fLÉ8 ×\7f0\8a¥\ f$\9d6R\1d    øL1M ÐÌ\ e\910Pb\12\810R qØrvóÏý\14ý`H\14 ÎÒ1\10êYÛ   \ 5\18\b¦D\15Ö³¶3\ 3±\9er\è(\8a°|U\ 3\91nÞüi\ 2z,¤EµßÅÑÜd+ö¨bM     ]%b\1cÕC\19íý½cDî\16:8¨\aÔΤÅ\81\f±\9d\98¡O5?;ÉöNR\9d\93Ìÿ}<Éô.B\ 3®_Ï\17N\b#\81\1a«\93¨A\1e
+ wãÛK¤öQÀ)\8fiìÌ\11\ 5\ 2m\90Ê]$·\12©Y\83!÷± \12\94\a\82!\eê\80\1e
+ØÈ\ 6\ 2·Ò5ë];˽hN>Ë.:à®`zº\ 2ôçôæ\ f\85aLçÉ\97gf\\a\84A½6%ÞK#µ)\87Û÷B£yµ\8b©O\13ó\ 4d ªì\90ÉéI;ÍÜAòë\16ZºyÔÓÏEr]~¯lÝ\1f\ e\13 tq\ e\eI\9d$(T@9å\9b÷VàjqÃÃT/\92+»S^8%ßìåZ\;E{\17\87\88\8cC\95q$ÐÈI»\16ú\f«¶\ 3>ÃÊ; ãÐ\9em~\17\87\1aâH \95Uæ  È8´S¬7q¨e4"\19\87v\8aõ®\15[ºzêu\17v\98\11KWOÓÏÎ\80?@Ó\ 6ðIÚ\19\ 6\b\94Ö4\1d<NàZZÓ¯.:à
+\ 2\19ó#­@\8e\0Ú9ÖÓ\ 4ô><\ 5' ·Ñ±Ô\80\9e\ 4üfT¸\872\90¥\96%-ö)Ú       \17\10 h\13\ e \1ff{Â{o\ f]%\9ah\ f\ 2o\1d\93fFî÷ó(m\81+\80\85%¨¿u,¼\87\ 1\92\94¡Lï¥4<3£\9d\9b\917\80h\87~/&\12\16\11\91,ÂR\16Ò\ 2½\ 1J¶×\9etì²,Gâe\aÊ\ 2ñ°´\89\ 1%hO÷°¡!ëTû\88: Sí#\ 2\91NµO(@½¶¦å%Ü\ 4¢=\1e÷ä\ f\ 4\97g\ 2XD\15t\19ª\ 1%xÑ\0Ï#ÚYÎ\9eGäg|ó
+d\9e¹ K\15è\16\9fq\ f#­ ø0Ñ\ 3     Ù¥Ò\ 3    +\ 2¡¾\80ÊH¬·¢j\b\ 3zÎù¨)áO,¥æÖ_ù\91Ï.F\13¹\84yÖ;Q!\8eä\19
+CrQÄb  N\87³\b\8a"\96\8f\19ÓÔÊ<¿)¢ã\f\9a\fÅk4+\r\0\ 4Ç\95­·¬q\18`\96ò[>I¦\81®\97yÖÓ\9e\19T\9dcI\8b\8dnyÎ\8c3\18!E§\fÐ>©J£\b\8e\97mô©Â\f3ШÂoi¿u9J\0NDN\19Ýú\9d\9f¾§¤W'm¸Ò÷ù¢\ 3^Âè\8c¿\7fÍ\17¥\rø¤8FZ\7f¾l %í¾ÃÈ\86m\ 2GC\16ê«\1aE1¡\ 4À-æ\15¤­·bw       nÒnÂ\19\£A¯38Võ;Ï\0ÜRg\ 6\eáÞ\9d\81\8cj@Ùç^Þ1êáU\8f<;Zi\ eÉ\90Ü%4\16"X\82\93\85\92\9d\ 6X¤ZÃo\9a¡à\fä\14üµi5m#ø\15\8e*o­^»ªì&oOãgòöy\0HÞæB»   ñ\b
+íú]£\a\1a \10Ó¸\90"\ 5j\84.d
+\81\81lQ\8cFz÷aY\0\111ûÜ\8bÇ¢=\b$þ&\92@ ¢/g2\84@u¿Lv\10éZM:\14¸e\17\9c¿~ÉܲTz*ä·a¡\ 3%\10\b\ 6\ 2·tDÂ@cº<\12\16G:\ 1\8d¨Â:Ñ3Ò\ eD\1a¹Lä×Dú¨\90\ 4\94§«#Qr^\80\1eR¸=\7fÆ'`D  Á\98®ÃVY¯¯Ã^â3ï` \1c\f\8dX\ f\aËÏ\8c¨ \88\ 5¨®Rp\aõ@\9c\82\aâTü}9\ 2À
\9dwP\9f@C\18Õ\ 3
+G\\80®Â\b"\81`´I5AG\ 1\1c\8fwË@@å\8c\10 ×.À»%b\98³\ 1\8b\ 1~(\18\ 3Ù¦xµÄS\84)\9e\9að\1c¼^«Ü\15dôdô\ 6\8báJ\93\9dAèb\83n\18\93\\ fã)¨\84:ÅTÑ\bô0\1eD¡@8aC\14Õà  \11\84\84x)\8c\84\13\8a\ 4Ò}ùB£\87\132\ eéá\84³\86ãn0Þl0Òza<Î\16,òQÎ\81Ù\96m{ºÒQÇv'\94*ñ­X~¸l|'\94¡ÔbÁî\9aAÃ+á\8dX°»JÔ\90á\8aÇ\82u\95È[À\16AQ;\rçýÖ%\ 3}/g\8c¯¡`\9f'Á©Ù¸Þ¹Ã\1còN·s?_·Â÷\81\8cñ\9dfí5\ewW°u¿9­@γKv\16v:Ö»Ñx¦B]\15pæ_´\1dpUh\8bj¾­B-k*ÔksÝU\ 1?\14m\91$àªÐÈ:¨gënµ®{[è\a\92á\ 2ô\Õ\19·P\ f&\9cÙ\86\ 2ìjzfC\v
+P§ö\18\ 6ujo@\ 1êÔ\1e£ Ní!\88E\1a\97 \ 6éÌ\Ñäç×tDùé5\1d\v®_'ö*­?\92l]Û#\ 5\10´Û
\b\82\ 2
+ÜP\80º\ 2Û}¤£ÀÞ{ùʬ®ïåÇï¯ïå×2Õo?jͳ½Ê?\159ø'#\ 4\ 6
+\16X\bYW\85ü®%\9a\r¸Ü.b`\84Ú\1cp\ fõr\80\ 3O@vŬ(ämWÌÚ\96Üu&­¦cw\ 5~\10\eâ¸P-þ­\15e\v\e©sý¹\87\98ß7Eó\ 4ü\1846\ 3]\89ª&\ 17Ù¸Ù\ 4êÍdã1\8bHì¥Ê²/£÷\r\99X\8båì\982iÎ\84\e\v\16`v\8cS\94r^\9e]ê,Ùö¶\1dâ­6\80¥\96m{×\f¬$ãm3¨x-\r\94ãËl\87:='"\91\87\1eY\95=2\8f`e\8fLoÞR5\15péÅ\8aH*{TV\90ñ®GUÙ#Ó9~ı\0Ç?\89×r¿\9a¢z)õ:C³   È>ù\9aê«\9c\ 4½j\8a}bÃYÀ\82\87ììüîñ,ÔCvÚ ê\80Ç\ f\93\ 4\ 2!;-=#6\1a;t\81j\8a\88bz5Å\8có\ fTSÄ{u¸³õ\8d\rxùÒkhðÊK¯\ eå\94>JùR!\9d\1d\1c6f&ÜÛÛ\ 2\1d<vW×u8m­\fk§;z/Õ·Þíp\9fìRÐépï§
+Oô}\80ßMÒïûün\91\ 4èò»Æ\ fwº³û½µqýú\13\r\ftWo\8b¤Á®\ 2\8d4ÿH¦ô\84\e¨gJOíÙ\ 2\0=Sz&\v\88dJϤB\91\ 5uPçF\ 6Ú\82@礼%ÅôöÀ'h³´\0\97à´\83°¿\ 5\1eÃ[nâ¸}¯¡\80_\f\11­Hï8\92+ÂX I\97U@O\15ox\10Éf\9ce\1cê\ 4¯ÞµÂ=zµg\ 4~1C<       åKm\9ex\ 2ú\0³¨Dn\7fsãX\8fÞ\88Þß¼8@¢·¥\1d´Óð=_ø~õëòùû\ô<[ö§t\96×ñ§\ 2\1cé]-:q¬]\7fÄ£H\11H.Pì\a ²
+èìX%,\ fDà6\14\0\16\7f\0\v\1d»ë\10í\fé\r\1cùÜA\v\1d;Y±Þ»Éñ\88t#\9aÕ³ÀëY£ù´~5CúýHcßAÛ\ 2?\86\95\ f#ýbºÖ3|\1f\87\87\9bi\96\9a4·Ø/'¨Þ+<\8a\96Í @±¢\12é$ua\9fP~óÜ\83`ûfàh\ 1^Í"\8d\7f\1a\9e\86zë£\91±X~¬©èTé\95]«s9\94C\7fêDZ\14\88b\9d\10Ìu\9a\8f.6uÆß×ß  \16Í­wË\11"\90I>¥q¤lÆRNÕ\9b£Lt\1aQub\8f$e\1d\92\95¸1\92ɧYËt9\r\.×(Ú'JÔʳÛñN\93Þ<Íì¹q¼Ù¿Ì\9aÖÔn\97y\8f\8e²ñ^ÿ2kZs^@¸iÍy\0\9dá±@îñfÿ²\9d\88л\17¥²=W\1d¾\87{\91O\93â\ 4t\9eÙòÚz{àr\[ù\9fÓ\ 4äêÄ+OúIõ\8f?w\1f£B\ 5SÞ«\8a®\9dè¾  pÑ\89ú¡À\0\ 1\18ÈÃ÷\11\ 1\1aÇv\9c\80N´ÛcÕñ{\9dè7\8eîîïÛcUç÷Ý\rÈ8ÿ\0Ñ\9fè{Á\95ØÊ\85\94eW\80éË£/òÅÔj\92\9e& Ãh]\9ei`£ß\8fÀhc\15\ e\94\14%\15\ 6\18M\1fãI\a\97Ï\8aTiÚ@`­{ò5ÀµXȵ`ʶ\89S\81\8b\9cQ\93fÔ"ý¹gF%\80\83ä\\81ë«ï\13-\0\80Ü\e á\0ú\1e,[øÔq\ f\8aàNmÁ¬\16½ô\1aàǤ ÿµ`\10\rÉ!û\93º\aÎïgí÷ýÖK¢!ú¯\1d³\84\ 4~<;AqÀ%ÏE;K¼\92;V\14õ4\ 1*D×y.¹»\ 5öj{\92@ ¦)ê\90þdç`©®\84£v\9aø¯\1d\ 4d\91'·éÙy\9c\19Iu\ 1Ìôû\ 1\92ÐZ?ÅaÄ^[\fÇÚ;=\ 3N@/H9\90\12\aº³§íRq\94 \1e\ 3W\12\1e\ 3\9fn\ 3a±äÄ\ e\10ú5QU\1dt\16\808\18\88\81+uÐtÈ\7fmѬÐ]Ac\18\90é\9dbïÆ7¯\15\ 5\810P/\ 4}Ê@½\90\11ç\1f¨\17\82F¬¿×MÚúÝùÏù¦   X4<\9e\84zÙª=\1a¾çLt_{n\9eå\15a\14TØ­f:\94íVñ}\80@có\846\14hl.;¤\8e\ 4Ð!\8d´\86G\8f4@sg<\89ôz!å\99\12ïáø'\ 1è\13¨\1a
+¸áämÐ\8eRÿ­I<IÜ-\1c\9f9\13\95ýÉ@É\16té#\ 5OT~È{*Â\930PðĬ¸s-u\170#A¦/\0\81T¯4°\ 6äK:è¾s\fè\r\ 5\9a\ eË\19\92\r\81Ø\93µà\8av1v^j\98£\f\ 4ä#\ eê\ 1ù\ 5\8d8\10\90\8f0&«Ð2½5¨Ô{\1a´×[9\f\10xe0jè8\ 1\1dDv\92ü8\ 1\9d\9e³\93øø½\1c\87ã\9f\16 ?ùï,ww\ 1N5d\v\1f;~¯×ê((\0¹\ 4çþÎÔ\13\80_o\85v\10\1f¬=\9a\80ã
+ôþq\96¢{\9a\80ÜV|§ÉK¹\99\13\1eèVdGñi\ 5zNÈD"\88\14l!3\ e<\15\80ÀSÑ\8c( ?\15ͤĺ?\9e\16V!áFò\16i²¼¦£
+Q¢¼Wñå\19\ ef\ 4bý É¯+Ñ£\93$3\10ÇËq÷N\12Ï\17ÙËq\9f\ 6ÐWP\92\88C^Ñ\18<  t\15¨x\16ë5S*\82\80ÎïV<\89t\15\88\9e©PC\14ÑU\ba\18ßK\9d\ 1\8cbïÁ\80ÏÑ£\15Ê!\98\99qTæg÷ª1½\ 5¸[°¨þ £\ 3KSuÀáWíJs÷,Þ«¾ÜT¢\82\ ei\84_M¨\ 3:¿\9aÐ\fu~5«'\89GÑãüu~µ 
+Å)úÛ\e\80\ e)½u:\13¨|§\91{hZß3a\ 5\1eÅ®¹cî\16>\ 4Ò¢\ 3©Ã\10\8f¨ÃzMí\89\17.\9aægþX\99ï^«\8cåW=R\8fcg     ÄkÖÜÝÃ:Ða\18 \88-\88´ãN¹üdâ\9b¹\8c\ 3\95=R\9dÞKÚ\16ºüä\ eĹÇOz      \19\88¤\81\84\f6c½jPA\1c\91©\81ZY\a\ 3    \1d"\92ú    \1dè\r\bA\17ã\9eÐqÓ\9f9±ô=\11ø\19!|/\12Ø\r£Ùñ8Ô\95`Ұܯ\9b#ï¡7\80è\10¸H\84·ûÀ[\91ñô=%pYê\ 1\91HvëÛ@[\10\b»XsB\14,viê\84f¤×\8dA\9f4RzhgYo^\vö\94\8e\8e\ e\»Þ\r\9feíZ1¦}ü\98\97¯      ÈwK;\8e_\92¸GñÙq|\18 @ñ\99\ e\1e¿×)>ÓÁÎï»\14\9f\1dçÇïu\8aÏ®UÇïõ\92\1dY[¿;\7f\vá<~/¿xïeo\8e
\87mìuoN\1a$\87\8a\1a¤WÕ®´\ 3\81°\8d5\1eþÓ)?\f 4¡ÝbÁÛ¸oÁ½Xð\11u@\7fl\1aÉ\88\ 3\84: Áà¡0{O\89üÒ9ù\99\ eÌ8\ 1å$Ú:g\1aÁ\94\87{±ä{é\9dÓ\fô0Ø\816áFmôÓ\ 4d\8f.'Ö\ 2é½ê=\0oB \9e]´dw\ 6\99e ×/*h\89rMÙ=\1eýd\b\81æ\934@$\1c\9c7Q\8f\86nx\9eÊ}çòÈJ g7í\õM(عê\1e\14øÍ#Ñ\10õ"ý\88E\11²\9c\17\10 Ëq\ 2z8÷°].OJ|ÙB/E²X\15°Ã\0\81\1cÉ\92ªäÔød¹¬\ 3\ eÓ\99Q\a\ 2d7n\81N¶g\r\ 6ÜßG¯.@¶\17M\85\\9a\91}:9G²X\8aâÁ¥
+äHîTu\aE~¢ª\1fi ºtw¨ê¾?Ñáªã'\81QÍ"\f¸2\9cµÃÔ\95¡\ 3\84ró¾\82@\88\17\11Nj\1c\89E\1dP\rå(¨ê8u\82\1e[H¹íÁM¿¶"\94ê­\1aÖ
+íïËUúùÅï\1fÄ.\95^!\1c}:t\8c½\12éH\11\b+8ÑÍa0<±Í7íh\8fè\8e»Õ'²¸'AW\89F¶d½\ e×Ä3\b\f ¹µ]¶¸'Ã.[Ü\1fÀc{\a\15\8e½°p¾\1aè\94ÿ»(\97"köôÖ9Tý2ç\9a!vÛpv=s§~Nzv7ÚéæÞÝÈ¥\9b-Íð\b¦z¦hc¿N\96 ±Å¯\8d¸EVÚyzü^æHÖ*é\9f
+tü^¯²n
\1a§C×;\ 3XXvo\0?,»\81\ 4Ð\86¸4ë\1e\97}\9cÁµ4«ßGSÝC\87ë³Óð´\82@¡ó\91& ?¾&£HN\13Ðâ\8d¯íh\91\92\16K8¸\91\8dv\9e¾¼»NKdg\ 5#\89 \10ØmÇéi\ 5:cmÇig\ f]%\9c\11\bt%\9cÙ\8c.Jèö"]X\8bå·ÓÌP¦·\92\1ch\ 5
+I³}\9fx\võ2×\89¶0Â\14\1aGr\A\80íå È.U.l\87:]\\18Itº¸V Iüê!2\94yt/\81y¤\¼e½w7Ñû\1eO\13½\84Î\84f$?]å\99íX/W?\93\1d\ 5\8awÌx\1eë\11\0yÁ     èÑå\vë\90Îu\ ehDzW¼W\ f¹!Áw`2\9b±@1\fÛ\0[\92Ëa\0z¿\1d.\13X\8fãé\9d\16\9bþÎV\ 3Ý=T\12Àv\16\9e¾Ï\80"\ 3>\1am\1axúþÚ{hú¨øû\eMv\9eÿE~Þü7§þ<\7f8ÊxþiË\11ê.\80Þ\vÞ1\1c\13íÀµ\12ØõÙms¨\12\ e@§±³\84Í-\17\960qºä\16\13y\1eà2\ 3\7f\80\91\ 6(`Æõ¤Å[\14Â\96fs\9eÁå0rgPÅ\19\õè½/\96ðXæïnmn\17(L\8e"¯       \8fS½jâÅ\12]=\18i     )Ë\8c±EB\9c\ 6\bÔg\9dÈ\18õóÐ\ 2\19Nß˵ÊÓB¶\18 y\12¢A¤¤Û@\96\80\ 3pHÛ\1a\b±\12]k¨ù\8f!mî\13ô\80Z\10ȸK\84\ 6zç     «ëwú^\7f\ 2G4
+4\90\ 4ºk_èH\vxuUÔÂ^Y½ó\0ú#þV\8eê´\ 2}\ 2\8d\ eåP]?\14¡\9eu9\92\bõbåy$\1dÂÆ°Î\ 4\10
+\ 3\12\9cØ
+uÇxÆ   \ 4ê\ 2â\ eèF°\90
+èW£\82nQä\ 5×Á1=Y'¡\11è\1dl\92¸\85½8\fÁ\8aø,Xã0¤³À¯\fÈ@¢\17Ö3ÇnîÜïÜM@Ç. F\9561`È\967Ø3drëÞßÏÛ\1e\1c9\ 6}\ 5\8d\9d*= iÌ8\ 3=\12\ 1Á0\10\890±OsQC¿×<\1e'׸@?\96\r'\10\8f\82~e(\96\82E\0\8e)o)Ø]Sv-q\8b°\15,ñçfL7d`\ 3Ð\89"õ@±`
+<Òä§\93\8ax\1aH\1dÌèT\ 4R\a'¸ááÃ\85\97ú÷ðH«\88\86\91Ô?v\8b\ 2©\7f\fÇzHPÓàØ\9f\0+a À\1f*\81^\9e\8eÁ4\10\fÂ\v\90_0+z\96\81üÓ\99¡,Ð\fj\94ÀØ]À\82J¬ïÀ\82\9e­¬BV\9fï\96Sôî&Å[(»\ 4\16\89q×3µH\8cÛVØ\18        åòh\8d¯èò\15¿!_\18èçUø,\933\88·
+}\9f\ 5    ~r©ü
+{Û\ 2\8e\ 3è¹\9f\96øw\1càê\93¹/¸Ã\82\13\90_p-\96ã4\ 1ý\r\ 2"\aÁ è}\\8c¥éHÐ\8fä(´\0=<6U\9a@¤!Ø\16ÙØ\93\80ß\89fT\95Щr8â\16èu*ÇwDÛé{ù$H\93¦\83~\1c\ 6\1a\91\9eý:M7UÈèjÜÀ@ÃúôÌ\ 6·\92ß]\eôÃ0\86G\eha\1cw7Ð\1aÞ÷6Ðýýôð÷³öû½\94½.\ 4¸\eP\8a¸\ 1^\a\19Æ Ës\83ûZPù Ó_\v*\1dD\81\aüÆçH\9c\1a\91³\0\19Ä<¦\98%xÙ\ 27krâ\83H·âY³b·ß½=Á¿àðÇ J?\b\83\aò,\ 4Ä\81@\1e\8bâè\1d¥~\14\b\9e\ 4rdðÎ5w¾÷¹j\ 4²\0WÍî` å\8f|\89@q3öæd\7f\14Ñ\9fu'°Õ+¾c\ 4ï\ 6,h\85×8\16\9fçE\1cÒsîD\1cr%È0\12\90 {3ò»¯\15Wëy\93½âj·mxÁ\93H'F\10C"ÄÈ ªàÏýKîº\93\95½\19½w\ 5c\80t£úÞªþt\8eèÁ\80\99"@\97\1c¬¢;æ\ fÀ(¤÷Àiï|¿ã\0\14\8cÇ!<Öªþ\8cBòCÅN/ö\94¸×?ä®K¼Ó\93woÅuÖ\8e\8afÄa¹÷\80%\8aÝ\87\81ey\ 4\ 3\8d©!ù j\ e5$;S\8dqHOôJ¬\83:=\98ñ$\91\12Åî\ 2©å\89Ý=IÌ\9b\1d;m\94üNñ\19\ 6Ð\1fÍÓÀ\13Щ-sgO\ 3\ 4ZÅ7i\ 5.3\936\e:~¯7i6vò´\0\9d\9bÛÒ3ú[àL Ð\16\ 6®µV\17ì4\81\1aí@\84\9fmÃ3      lå\8eïoÁX\9eéÐ8=Ó¡\89·P7\ 2;
+{fèçyÑ\16àQä\11\84<\80\8e$\8bjÇN~\88½\93\8c7\9b»î\fãM3È\ 3k¡ì\ fY\a\8cÓ\ 4\84÷Þ/\8añó©é8\ 1½Lif$ºHÀ/Ê\85j\1c \97
+J@¾Ú[\a\8bó\16\ 4:PÐq\16\bH\1eñ8Õ\ 3\92Güý@M.>Må´i+êÕÓA?\16\14\ 5 kÀ\92\1e!i\19\18\86ô\ 6Å\ 3\1dçzaºÂ(@6àÄ\7fe\\ 1\95aa\8eÕú7\9c\80ðʱú\ 4\9b&\ 2¿\ 1\ 4ê\90No¡?¡\9f\ 4;¿Ö?      ¼\ eÉ\8cärý\8d5\8eRÑbw\v-½¦·\85®\bÑ¡\b\90¼\8e?¡G1Îì\15ë\1cå¬\1d\ 5®\12.x\96\ 5\18\b\\86\fq @\11&¾Xé\ 1|YS\ 1\97\9dɬ\ 2rW=«'uÛ!«\8c#:ÉXÑ«\97}b+\aÕEb?\82\90÷P\ fa\1cñf¦\87¡\8e¨Äz\18ª=8\8eÝ\ e»^\ 4áC+@w"b\ 5³v¹ö\1cº\8a\ 4\8b\1e·²F\0*'\81\e>7ܶÂ\13Ew\1a@\8e"m\ fù\15ëÐÛ³BïVÓò¬ÝjÜ      \94&\1eÆ\8c\ 1ínsP{ìiw[ìÎð}¤s\80\85¾´\9fûà¸ü\90\91´íçî\15þïÓ\ 2\ 2±S9I\ 2tc§ì$k½>>^åþF\e@\1e¹³\0{lj?wßð\v÷ã\ 4\88Ýá\17g«ät\1aàúâì·ØU·Ð+\9c\8f\87¯\8d¸\85z\1d';È:*ä\87\ fâú\ 3e\94\11\8aÔ^¼ÛÏMx\\ 1,URA?[\1d5H÷\ 6­¿­\0£\1e½Æ0¨S\v©\88"pÒåÓv\10µN\a\18¿h>áp¤\86PF-Ô»\8b\16<\bôøµ2\8a8æ%\9bÓA\12i¯Z\9fYAnùÙ\ 2\1aý~¤\b\12â`¤\98ØÈG\81ðìo\f\ 15Nðªö#\94\a\18Bô&äÓتö\9f% +ÁB"\8c0|t\96\80\ 4Ý2Jû\8cÒq\0=r£ ?\16\88Ü(èP\ 5^*
+{Tz\87ÕÌ{\18H\16\1fÕÓÄ\8báC(Ô\95\0\91\b\94À\8fáC3Ð\19:ôÈ$(\1a\8f¹Þ§\15Èe\8e\8b\ 3Er\ 5\9c\1aÊ}pv\96ò®WµÇ!vÏ\13¯É+O@7\84\ 5]\ 2\9d!²Êû·-q\91/\97\1eÏ©ù\14~á~u\ 1^\97Z\86\92\8b%_Ñx«\9b\9f¶8ºÖé\14ìçzãy\10ÈtÎlHz\1c\e©\9eãX\v1\14\81~R\15Ñ4Òk¸¢\16ÈÁ\ 3µñ\1eè½\v\10\8e#\9b\fä\ 2*;W{\97æÙã1»\8e\99Cuò\1dY~»®\13úUú\83ÃÌ\12\94+vïá\9cGKÖ+vïéâ7où\15=K<\8f:ùâ=%òéfô*d3°Âÿ]3ð^\fv¶¸uz^»ùÖ\ e\9aÊ×üƾ©.\82Â{ Ó¥{Hg÷Dü±ôÿê¡Þ¢\9aL\87\1d\91ñÍ#M@\8fƳëI\r7à°\ 1fi\ 2>_¼ÝòëÏÝ/ü\88\81H4^á-Уñ\8cqîí¡\1fÒI{ ·ÆÛ\13Îo\8bÀÞN»Jä}¯)¡çÕ­\84ó§WW;Ý\90ü\90P4ÃË\ 4Þò\86-\9c¶ëÕáû\dÇvÏ\18¿+Á\99v Pýe¯\90ÚÑ!\9f2\1eè{Ù\1fI\96\1dqü^öG¬QlO\80~}U\16 ì\8fì\ 1¥G\1d¤@,¯s\0#©^4Þ"Joê\90u\1eèêP¯õÀm\1cÙ)ë\9bgÁNYß<\vre(\ f\ 4å\81\88ÎJ[\18JZ\7fæOì\94õ]\7fÂ\1aÕÞ\96ÀôÐ\9fÈÓ3\7fb\8di}¤CóS#X\1eú\13;åÝÛC¿B*\ f \97¦Lx\18è1\9d;\14Þlȵ\87ÕÞ4\83\92Y\vuμàq&¿\9bì\94÷ñ{ánù\16É\1aU[?¿ÿ\9e\82'Y\ 2\8cDz\18ÄÚ*V±#w\ 2#m¡DSm"Ø\91è(\ 2Ù%(\ e\14É5Û\v;uº\12̨Å\ 1ÂûÙiTЧ\93²\96·-X\8aæ\97wSïoÚñ\9ez\1f\87B#\9c\19Íu¦P½\1f»q­9=²£=²·gG>_Ì\9e±Î\17\97\87'bE·,Ðe´²\bôôý&\1a\82_\9dôÙqPù\82¬\87öZ¦Ríô+öC{\9f\1d¨ÕÁÒ@h¯æRø|³\86Å®
+¨Xè\ f \ 3\81×hV\86"/\7f\1fi"=¶7¡\19ê±½i\ 4\92\ 4Þ ½P\885¸ø
+\85\996qÆN8kyÐ÷yt\18         ,Ŷ\84Òh\80\19\9aB]{2­KX¶Ôárì¨$Eæ}¶â\19\13õ8À\1c\88O\1ei\80¦\13-)Ó\05P\ 3`òÒ)\93ëEÔ¬\15F¯3P"j¶\96Nùk\13¦òµ\ 2\9do5¶ܫ\94\9c,Õ¥t*%û!Â\95\93ö\95' 7tj¼\87\81\1cúL+ÐËÔ\1aa{\9a\80^btj`\89\81\10Y;\8fJ¯Ò±Wâ³Ð÷òãa\9ay\våÆçiÙÐø8\80\9ei\91¬\1cMG\82nöô\80J¬go\ f$\81@\81ÈD¿\1f0\82l\81u=#ð«\84\92\15]uÈ{uÈy\81-\f¼:d\ 62\9d¬s\80Lçº*ZA #\16Á\80\9ei\90\eÂÐ\ 5ÉÝ\12\ 4#¡@ "Q\1eQ\89õ ï   \ 5¨ó½\13ãh F¨\ 6ä~\80ï¬\19\91_#\94$\10 )Ö\1a¡\9fîD^z\8f\87^\15\ 2q\ 6.Ï3ð&Èv\\12mB¤'\96ã\93é\8dt²v\9cº2,lH\17\19z\8eu)3zÖzS-ô©"µ$*i²n        {!\83Ó\81\fQÊÃi\80·_»\162¸úµ\8bÜ\87g'L{jè²u\93\86¦>_\8a`\18àKñ÷å\8bÁÊw>º\18ìñµ7Ñx\ f¯½{1¨\88$\ 1\96Ä\ 1\12\99ò®\8eS%\17ÓØ+!t¬(}\8c§-X>/ý+ÝùFó\17\1e|M \83Su¶"kÆ\84>Í(ç`ïÍ\98úhîÑ\95ìW\82Wu¦9¶M¨\8dô\98\cg\80F\86\90®=\8bÝ]h[W²ã.\[OûõNgé\8eO\96´5\1fÿly|è]þò·ÕË\89="\1f¿¿6çó\9a\7f[ÚÓé÷åÎÙv»;ý>@!\7fo   §ß\87¦Óç®Õo\rXè÷ËÕ\8cÝ\96ÑÃ\82\13¸(Àë\ 2­ÃÍ#9\ eP.3(\1f\ 5ãq\92å_\9ef\0^\99\13\91d\81\81}\1dðz\8fã\f®Vt]\82\rÀB\ 44î4/?-\ 1\9a\97³\1a§\8a2¸¦\92»2hOeÐD\19¸ÝÏÇ\82P w?\9f\12Ì ]\að©&2¦\0×\85`\12áº\96\f+\88¤\83\93\16\ 4\92@-\87òø=¸U^ëò\8dªJ7z\\1e\8a5\9e$\18\b­k´\ 2½\¥\85æ\r7ÛÝî\r\13°ïQ\aõ<ÜÂ:¨K°¢\ e\ 4\98\1e\9a@\84éÁß\17î&¯\ fÖ3v\8d¬ûôH\86ù£|ùD×#Ù%*F\9aA\80&È#ï\81N÷M<\ 3\9d¬\99x\ 6\ 1¶¨HHÔ\r®ëÉÐ\ f®#;
+\ 5×1\94èA9\83fÉþ÷<\ 1¹<LIä\14D\1a\92 g\15È£ÍäÚ¥«sî^³Ñ±
+4Å)4\81À\ 2\18Ëä·\9b½äeO\8býÞã\88ær\8d¥\82^Y ÜbC\87@\17À\88\b`Cã\95«ú\ 4\92#\1a_ÝBW\ 4\13Ý\90ôf
+\85\9d:=Ævf\1d\90òÊÂ2Ôkn"\92éné^3ó®[Z\93v\18ø\\13\1d\ 6\91¶ÝÏÜÒ\95j\92ÜR¿è¦jÆ\1eÓ\84f¬w$)|\9aê\89Øx¿ÔÝâj\94ù]·x\8f«»\89ä{×ï»\12t\80L\97à\88* /`B\ 1è­\9d\90è
+¸ÅunÏÜâ\8aTW$¶\12\810`E\vz\ 3rlå\9eÆý\92@0  ÚâòÐ\1fÒK«´D8\10 Ý×<î'nyC$\rÄ\ 14äÚn4æé»\94\8cå­L*\96ÿ\98Ç\9d\97{}\1a-\8fûô½,\80´Ý*NßëáD\89~?Tv´Ò\ 4ô²\9f      \ 5\18\99\9f  `Ë]¼!\80\r Wºw5¢üÂ\93\8eKêÔí,8\85ëÅÌ\95AÅ=\90\16\16ØÛ\ 3¯LVjôû\81jsV8ô¼    @ú{yÜ(\ 1Ù©N#k\81àT\eYl\13\18\7f>\füDpÜ\83@"ø\88+ÐË×n\8fৠ       È\17#ëìÓWB\8f«-¨DzÝÌA\93 K³%\96` y7AQ\84¤Ê4\ 3]\8bó\16LÓÕb¿t(\99A thE0\86b\ 4N`d£\ 5\ 4\1e\1c\9az\188\eÐ\18\ 6ôØÒ\91U P:TU\ 1g\a\8aý4l6\82@\1a¶f\85®
\9aCåó´l\ 3º\ e\ eô¢\ 2oKТ\ 2ïªÀÚ:ü\89
+\14\a\ae\1d.\99·@\8f\88ËèO\ 4\12Ù\vï\81N¶3\10ê\89ì;\10v:\17»TwU\91Ø\v*d \12Ìà+\r\18\9d\8fc½û÷H{ \87é\17Ç%ÓÕp"\87$ж¶È.\99³\82\99µP¾[\16\19\v=¦WC\82^ÙѻDZ1ͽãد\1a\ fE%>ó'jB\1dÖÃ2Ó3\rªY<K\ª=k7;\ f\ 5j©*
+xLï \ 2¡³\85\95­X\ f,­³x¯qêM¶B+¸F´õB\1a\8f\13 \90Æó\ 2ÞÁ\kÉP[À÷ Ì@ÉN´\ 2Ù¡¨S}äPTÄÑH\1d\0\a\1e_\b¤\91øj¾Üê<å\80.\91þôÝ\98ç\93é\85öðrÜd$t\98bDÂ\0ÏØ\98ç\93\96Q\80\81\82¡hDº\0\8ax±ò\16°e\90çù^\8b1k\ 1\7fü\1e)6¯AUÃ\ 1\ 2\19è\v\f@;à3Å\8a\ 4\\8e\ 4t\92p{¬è\ eà÷p/8@ ä(Í \92ÿ\9d´=ô\a\10\95ÀM¡o´     \81\14ú-\ 1ý<\ 1=\85~Ä    @ÅO/*x\0-\fÔ¢X+~~º\ 3Ç\ 1ôZ\14kÉO\18@¯E±3½§%èÅ(\16\\82^\8cb\r\f&\19èé³C£\ 1®Å(üÀ\3ÅNÛR?\8b\9cÐ,\906\98\11\8e\ 2     ´öpu\9cÀ\95/wÉV\a\8däG\97\16¯¦ä÷q\1fp\ 2\17-ð<ëµjæU\v®\9eõtÉVÚ\93\85>íàÐ22\179Éaë\91\9e\8a+\9d\1f\9fß;`^éñûkÊ\9a÷ý\82¿\7fýþªÃoù-Ûån\9c?ÆÝ\ 6Ê\15ÌSº¤\89lUmf\98@!\82ÃÉS±ûùI\82\90§â¤\99\98\19\9f\10ò\9d®Xh5eH\a _ÉÉ\94±7\9bÓ&\80\12:y*[0×i\0\8dküDãúNt9Ï@ÎyÛ\9f\7fO» '½¥ÖP\ 6rÖ[\1aY\ fä´·46ÚF=ïÍZG\9eUYxÄ·c\1dõà*D7áiN¸\ 4=áé\85\82¤\azÂÓV©ì8@ ãX\1e\b\90"o/\ 3    1ò\84K+Ð\ 3!2¢Aàõ,\93!\ 4ÚÃXºNw\0w\ 5\85\0Q\ fåÈ\85Τ@Ç3Ë×éma¯\12vW\ 2\ fêP \126!A¨\126)A¤\126maè   \96ö0R    \9b\90(\92¬C;\10ª\84Í[\10HÖA$Óûgî\8f¸=3p\9fN\12Aaàé\ 4\1d\9b@\9aAb3Ò_\913Ú±Þ:\91\91\9f¹Õ\10\82\ e«9Ý«!\ɱ
+<¡VVã@óG\9c\80|?*\ e\12\ 5\9e`É?\ f<Á:H\14x\82Õ\90¨WÈ:.AK¶Y¶\eÎa\ 1U¾â\96\ 5\8fCj¯â=a¢\ e\ 4\1a\1fj\12ðëX\93\19\ 6ò\ 4Ø£\92\9f k¦;v ×'ó\ 6È\1dÉ«ñöc\87èñ\93eا\93\9dʵ¬\8b&\ 2'ݨ\8eû5ýV\16|e\97J\8f¬¬x¿ÓcºjC%Ô\95h,Ï\94\ ecÿ\ 1\93Ý      ¹rí\9amó>Ë~&ªÞ÷°ëͬ"\ e¾ü<\19\ 6\16Fr9Õ¤"Õ\13\bÅhÎÝ\10\ 6p25\86ª\99\81ç\91´A¼Úøé6h\ 6²O×\12\9e\86²O×2o¢^È;kþ\80+A¼\âå\90\rÉNÓ»-p÷l\99n\v\ï       r£\89\8eßë=\ 3\8d¯¼Û\ 1\96\89w°Ýxª-÷õ<\80þþ\95i\ 6\81'ÄÌ\13\88äËl¯G/÷øÇÌA·D\94\1d¨\87)\94«\10]¢«}\r0¤¯\ 1\ 4\ 6\18·'¸£\10®\8at\9dÁÖ¸Ð\9e\1e^'ëR¾fpqí¯¼õü\1eÀîØ\87.¸E©AlÛ°Ø\14òÏiK>YÇÆ ?è[ç¼Üéáê¾\1f9Ö(÷:ÊlL\81'46&=_!\13 \ 6ò\15ìíàfKðý\ 5¯×\12Ü¥\v+"º~¦æ¦I°×÷.ßlæl}ïºxê*ñD`DQ)çïßP\92í\11±ßJÙcëh\ fõ°\1ak;×ÿÞãÚD\1dri\8e\81½\ 2\9dæH\1a\8exO7%\13\8eè-HKÆßש¶\826 Ó4[5ö®Wâ3]EÛBW\ 2\95\804\10)ßx\ 2rE\8dÂ0 Ó­#ª\80\\v \18çß³b¿\ 42êÐe\ 1®\11\96É\81Ú{®ÁÁ¡\b\ 4Ä\94\85΢H\1dm\ 4\12Ý\8c+_\ eô0é\ 1\7f_g9\18\86ô"Ð\89ÍX\ fR\96]{çûBV¨³­kY\99Ï\eúq\ 1:ÛjýÚº\1e¥ßn\rÍXg[\11\87âeeîúsVVFp©\9dd\ 5\8fVLͨ\1dª\rq$\9002\17Ò\ 1=m¬.\9a\13U¬C:alIK= ti\9a\81ïø²KÙÒ \8aÀaÊRÛö`¼G\187õ^ä\97\90ÈÍv@\92A'\8c\9b\95äèHÐ{{l;EQz­AX\0Ftu:îy\r~V\9eës\a\8fíæô\ 6?iÐ&àóT   ¾G$vâ¼-\89¸Ó7ÒMW0\9f¼Û8Ó+â\9dé{½Û]Ö\ 4èοÐï#\f1\92[¯¹|l¡KHÎ8¶\17\85éõÒî5\8b;/Aî+\92ì4í5®ô\a \19èù£{U\98\9bÝW­Ù\ï÷½[A²÷ó^÷U\97¯\9eÉ\fõ\9báÎ\12ö¶Ð¯\0N\12\f<û$FBù^\93\16\8b\ 4ÓÖȹ7\ 1\97`B$Ô\81Ì*\88ßÕÁ\9d£¼©\839\8b:è×\84Ñ\ 4às\8c$\80H<]Å       èálõÝIàôýÅ\19piæÆ6 7,\1c    \aõÔÃ<\92
+\ 4pt\8f(ìâ¨×l\ eu0@Q¢\rÈ\97\8a5\1eðê\ eÁ¥Âï\15G(\14ªÉòL\a\8b=<vtЯÉBîP$\12\12\a:ű\12\ 6ª\87£\12É>ñZü[ò\89}\9a\15' Ó¬\95Ý\19½\9cGųPï7è\0\91t3ý\9c\80Ñ\13}\97ÐÙCv¨ô\ 2ê\88d:\10\95    \7f_gYÙ\9f
+4\9aÃß\17Þ\8d·\98Ö\97;U?¿ÿ^K"WùÅÒ\1aÍ\9d\91Pçw\86*\ 1\91ß©\8eý1\81ê\7f\8b`\ f(<\89@oU\97Ù\fõ¢0\19¯¦\81òáڭħY5#r£Ñ
+o\81^\14¦\8e7uÀXN´"½xvãÓXgÚG\8d\p'0ñi*\17\13û´\81â×<\ 39\8f¾ÎÏ\²jÑ\1f]\87Ä+\88Â{(w#ièQAÑ[? \90ï¶\81\88D´ã@8\1fRLzýðÝ£ºy3k\f\19ì%Mîºt\r¯vz-\ 5+irjÝ«\97Rx\1df\9f4íq\80@)\85\ 1\ 2¥\14Ò\8cKÐK)d\\82^Ja%*I\ 6:ÓY2\r \97RH\96Æ\9f»Í\1c<¢qÓã»\1d\98\93=ûÝìÀ¼ç/÷:0ûD#M T¿ºÐ
\18\9a½~u¯\1f½\17¡¾¦/_µ\80\8a\94\9d-é]\aÚ\94h(\87§ßk)\81K)\86÷ßL\v~/äñ¿\7f\7fë/vü¾\\1f\ 2\9c?÷ôur½\93§O\ 3@Pêy\ 2ï0Õ\942Ì ]]ûëýÖ\ 6X`\80<AHè9\v\7f\e \8f8\80Ð\vaþ¬Ï°\17²?-á"Dw        \85fP\ 6ð,ÏiüÛ\0µÒ\f\9a\90$0\7fþMª$Ä\92.\ 3¸ÛØH\91"Û8\ eÚ6º2\18'M\ 6Þ©º5c_»\87~w¬ä×ß­Zßé{Ý+ØȾã÷:U¶9¦§Ïå\vêæ\97\9ef¯_\90Ó\96ù{ú}9
+)mï\r§ïõã8áïë/·ÛÃi_ü^?\rÜ>ùr\97
+ý~ úÁ@$®\0\ 1Ê\ 2\\ 1nÞÈy\ 1rðCj8\ 1ý,o´\ 3p\96÷\9aaÜV\81\11UXféìÙóô½Ìs¦  m8P¥n&\ 1DÒtf\94\80^)pA\fVJ\rÚ³'M Òòu`\11\ 4ºih"ðBhrz{\84\84Ðø\ f¯8\ 1ýÑ)Ó\1eèt\7fv\80L/rWÐ\fõô\96Â\a±^$¯j[èwÃPOrïÝ\12\17½µJ*} ñ*±\90\ 4\ 3\v\v¿\9böæïÚÐüÔ\86\18Ç\ 2Í4\18Ç\ 2Í4T\15ô\9aiðY(\acZ×äÛî\88%\97Ü\85\91\82þXäÕ0#\8cèM\8f3\9f¦²Gl]\97ïâX)<\ 19\84ÇÚ&\9f& ¿Ú1\ eêÉ\1dÍv \93Üá?ܲ\12ÊGI\19É'Õ\ 3(Êô\8e'=ß\8a`\v¼\87WÚÃ@-\9d\99|âHôÀ\8c\12\btMF\7fH¿\17®½,\94k\89ûâã8dz#\ 4vÈôÜ\86Ä[ ?\1d'M\ 2þ»+K@\8fÌß\91ìfd~E$\8b\94r)³(\ 2¯\94KÙìðfd~åËi¤\94\v\82\94\vÚa \94Ë Þî½ïÕ\1dðJÁ\90K'µ\13ÙJ±L£v\18¸+@(Ô\1d\8a\8aH\18\88é­\v2DrD¬Õ\92¹{\16T¦è®Vè9\14m`3\96\1f\v
+ß~õ÷\ 1ôr<VÈå|±ÑóS\98\v±dt((íþç¶Ç] òpÄHæ©\17\bÆ,©\19Ññsùfk&ÔùuÏ\84fúu° ï^¶¼«×§)Ý»\96-¸z½\aÂVxã<\7f\9dâ´[UW~\1d\8eº»û\ e»eös\\0U¬v\9e\9c³M \13Èè¿\9aÏ´\ 2½ëtA     è;`ÜÎ]  Ví÷]\8a¶âïëéY\rí_ïúÝÞñЧïõn6#\9b\80|\8c'»QM\9dà\e\9f¤&\f\8a\ 4-Lh\84zÓí\19E@g\80£\ 33Ya\0\86\16\96\80^:\ 5q,\90\160¼ó\Ï\12\90\96ÛsW\ 2\96Ûs\e\88s~v\90e\84±H©è¢\9eã\1eÇ=JvìWû\16­Èç¸y\vôò5\88\84°\87~\ 5"<Jd ±\96Ñ÷E0¢;¡Óü\13\9a¡\1c\90½³ÜݳÀaÙÙ\9bÓ\eÇ#\8e\85HjÍ\bzÙE·w°0\10êi\15ìÏéi\15       \7f_O«Øbú\85Ó\98\93\9dËî\10v\92\9dÝ\19d\86\ 19\18¸°C¨×ß)\fd\ 1\92\e÷@¾\95\17ö\bu\8eº²\12ë/-\8d&\10yiiè\93ê\15çGÔ«Cä®`b5ÖË`M\9a\93Ü4\81@×q{î»{-*[Dö]·Üª\9d\v@àP¼;\92uWà\15Qzè\94Ö¤y4.Å\9b·§\96\972Ý£x\19Ê\ 2\14oQÏs\87ß+x\9aè\ 4§\91ä]\9fЫ\ 2ÅH¤?Tlå]{\13ðó\9bС\92«\1c×\91\ f#Ù+¯£Ê\ e8\ 2\98Ê#¯¼¢G\17jØÌ8\10hØÌ\14\9dÜ=dÍo\928:?Á    \1d\ 2\99ál\b\85:ÅiÕÊïú\84\96\9dÔSb\9fbF \rTK\17=*7»        =ªHv\13\9fæòI°\95h^©¦;g¡½\98\8f\9d\94\10ï{£wúß³üÌ\82\8eÓ\97Å·ðÏË\97ª\ 5\7f\98í¹¼ó½K\90Úkùñ{=\8c9ÑïGÂ\98íµ¼£>~\1c6
+ À0ó\ 6êaÌEÛ\ 17\8c¹Ð\ e\98+YP@\ 5,\ e»#A¿UµfA.C<ò\ eè\8f\14öÖ\1dV¡M\87í­û8\81@.\84Ýg\8e\13Ðs!fT!]\ 3fü}!\ 6yKj[ÊÛ       8|\7f}祦 \9fµ\93\86\ 4\e\90\8aì\ 4dF!=\82\ e\ 6\98©Ä\87\90\1c+`\r-O\13\b\14¸×`Øç§Q\85       Å¼(nQ\ 2½êS}\14r\18ò­ØBÏ\88Ý\ 5 \8a\ 5âƬ|Õí-l\bÃz\ 1²-µ5µùç\9767\ eÞb\rz\a\89»\ 5ó n\81£\ 23\19\8d\ 1q\fß\18\9c=\\1e\9aáòÌ\f­\1dfü(6~wSâÖI\11w\89)\ 4²H7J´"½­ma Ó\ 3Ù\1d \93;\ 3ïüpß\9bð\8aü?ôhK£\19è1\13¥±\19É=ȬH\7f÷Jä\8a`äMÐ\1fZ\10\8aôþÒV¥¿'B\97ä\9fÑ\ eõ0l¾ÕéÜb\11¯u.·È×:=v\10\1dªH\8d|¼×\ 5¨µ\8c\1a \eÁ\1eÃܽ\948\f{áÃP~jÛÙÝ#\14_\9fÚ\rÐÁ\91@ù)Í\b|z\96­X/¾ÔX\89tzsäMÐ)úQ3#\9fàE-\ e\1fÞ\8f\14'\1c\90»\85ìülï@÷éU´#½\b\1a\ 2\91´\87VýI\16\ 1ïAc\9fH¶£æ@Ùe\ 5n\18tzè\17¯\14ï\13\8aÊêOÝõ*w\86÷®\19µ¢\9eF\ eE»    ð\ 5HwÞü-\80ïðy å\8e±#\87J\88\81ºIv«8ý¾\1c\81hqüÇåËì\8eÝ)\8e\9fëäÎ\80?¯ó\8bö@Ò\13¿\1fÅ<J\13ð\19Ú\81¾×ùÅLú\13à\173ï¿Ü\95x\rbþ¤Ç\ e\ 3\é±Å\81Ð=\bùõýôÕA²\ 4¢\88«d\80]\86¶#A\97 \1di\a¥:\90Æ°ò\0z\9b\88  W \97Ç\9fX\aä°£=\b¸3\ 1¿P\85j\ 4^\7f\0M\0®\11 
+\ 5®Åy C ÂÍ\f\88\83\81\ 2ÿI\92 Ë¯í06Þ\8b\88C\11\8a\14\81H¿\14î$oØ\8cO\1cïi\ 1²\12åJ\13\bt:É\15µX\8e\18É\8d\95Pp§¿Ú\98~z³Ç\ 1to6\8f\bÅ:Ï>>tFò´\85\9e\1d' ?vå\99E¨÷Â\9d\19Iô8hö§ôN#\f\85z\14î\80P¬×Çg\87Lç÷\18\b\ 3\956\8a¤\ 1~\142o \14áôJu0\10êåñE t%Pª$\81^#ØÛH^*\e\91Þ%¢2\14ë1¸\8d\aÐchGíZá>U\8c6\81έÌ/\95\81·J\9d£E\970ÂÓÏ\88\1d/\9aCâs¼Ï\ 4°Ç\0÷\ 4ЭtqC\ 5Þ\11¸òµÀ#\89ñf§S¬\85' §ø\17íbU>
+^í+{TE/ÓPq\vt\8eWt¨®å\84\97ÏZák\bïûj;~´¯\ 5d8\fÏUX­GÁ\17\94~Ým\8bòbù\12ݺ\8eñ\vË¿_\8e¡\90ìpÑÂw¡  T\82Qxíz\17\92­æQ½\9cË!}-\ 1N\83syuc\89i      \99\11â¼ \f\84ªÐÛ6.usk\ fÛX.3ðÃ\80§M\ f¦^\18°ÇÒ\92%\ 5|\82Æ^\91ìUî,oß«q&\90\10\8cä\ 3µ%v*äGKk\ 6{ׯÝ\ 3\89»~­\13\89\8dh\1a\88Ä.\9a\0]\9axÛÀ2Þã)-=òð½~»¶à\95ãçòil$óiöòYhu·\8e\97æ·KÍé÷å\87¢½ÖÅi\0=
+s+ì~Z\81\1eÈk¡+Çïu\8e1³þÈ·\8a\17ÞÞ\\80Ut\1eÕ 8\ 3Tq\ 5.IXQ\84\ 1\9e\98\94(Rí\ 2\958Pí\ 2ç¯W\e\19I\80úÍÚJÊ÷4Àg©y\ 3¥ \83÷\03\rpmöãJÀ\ 2_îJ\0a,Plc¡ß\ fdÃä\81P<p\8cï\ 5\9d\80Ïsã\16(0b<³\89 öxf/\98\99f\10XAF\1cÒ\83\97¬\93mo\ 2þ÷\f\84r<}®\88CzEèÊg\99\1eOÎ@&»2+Í,MÀgy5        ¸4óÄ\12Ðß*&\ 4\ 2=\9c{\1e\1fy\ 3yA\1dÔ\8b],âaì\16*pü!y\vKB(Ö\v"#\fDHJt\88ô\eU)¨\83z9á¢\9dÆ.AX\10\aõ\82ÎèN\ 5B\91\90¾\ 1ìNé\13@\14
+4?´>¶wý¹Âþ\94®\ 1#Þ©ô\82Ò;
+v\8e\ 6§YB!w\aÐ\9d\8a¼t,\9a
+¸;° \ 4õj'\v\ 1\8e\99\ f2\9dc\1ep\ 2zübâ      è1¨·½)ã¨Õ;\85G\923\8c\aj)\97G'ie\18Õw°2
+éA¼UÛ\ 1ï$Þã\98ïzs\15½±\80
+\8ct\10\ 4\1ez&ü}\99\8e3\17h\82\8b:\1c\8c\ 2Ð\v\8d,õѽº.L®Éårö"\13¥Ý+\97Ó\10Æ\ 2\92fÅn!â\17\8c}2ü/k¾U.g¯Sq÷Vز\86äÝ:\157\95\975\1cäï\8d\9bÉ÷Ê\89[\99\8aÜ©&î²Ó\95~^Î\906^æø¹\f\81\8búë\8c\80\16<xü\g\95\86\8dWË÷zB¤D{\17pÃR"ñ\ 5\18\89½\90rG{ÜøÓL\12\fÄÀ'{iÎ\9d\9e\ e>7L+\88´Þ5R¥£C]r9ÿ\\ eßo\17¨é°ONó\16È\19aÉÜ\88ã\16\3Â|z\1a\8dX/U2i;à\92³\13Z\ 1\15þs¬`\19$;ö\83\98i\ 1\91jÔ;\10Ýl*\91\aÍ\8e]^m`%Ò\vEØ}&ßk*\91\13ZA \143/@n*\913M\0½q¯Ò\84\bæ^:ÆJ/\7fÆ*ä\9fºRLy}Qüõ§_y\8dPùüó\1f¿þü²\90׿¾\\82áëßþæG7ì\1düa|@ú\9eHU¨RÌ5Ödm¤lY\ 4¯\ 3ñû÷B¼Îû{{^9|\9f®©(×P\95w\b\93±¢§ïá:ÎßïÏ̽\ 1òg§ìãî¯"ÙëU\1d\a\18\ 5Gx\9b\19\8cBÄÒ[\84{S\86Ã\0y\14\1ca\9bÁ\8c2¸(ð;¼\b\ 60Já4\ 3]\ 6\19gp\95Aú¨§\ 1Þf½\12jk\17÷4\8cß\8e²¢äµnB,¢"_\85¸\rP·ûÐq ³À«Ø\0â\f\=hhKË\ 5Ê©\8fü{\0Ü\85Eð¨ÞCîý\87OK\10\1eÚl\0\9cÁ|\19ÀÕ\83\15\ 1óU\ f\80!vÌy¢]\0svwÁ¢vúÖè Ò,B\9a»\84\85\ 1\ 5¬ñ|$oKx\81ê[\88Ç\19\bWÃm   \8b\b\19¼\aؽ\9aÓ\12\ 4·è½\84<,°\84|\ 5\14o\17v·ä4\80à\15Ø\0\fipEeEÊ\bª`ÎWÏìÍ°ä¼µzzÉ¢¦¯%È\80²7BîÍÀ\95\81\ 5ÐÅeðVå½\13òË\9cÛW\1cé\ 4ªÌ¶°'xÝ5ç\8c¨\fæì\1dm\99Q\99\11bcD\92]\9cýí¾\ f(\8e5\8e¼\8d\ 2ßk\ 30¬ÃéììÂÄ\ e\86pÍÙfàÀ:ÈÀÙF\84uØF
+H^u3Ï_\1eÊwU\16è\ 2\9bÁ¢\81êU\88Û\0ìk\a\84È°N\9aÈ\ 3\14ö\95¯zà©ò\9eiÖSeO\ 6%!¨^eàÝWJæÃU(¯¼Í\80a}\ 6Ê\801q\8fbèa¢»\84\82»@w.g\eÑW\ 6=pePÑ\98®2pgPo\1f®Û\0\ 3ï`)\r½´ëÁâªò\883PTyÛÆ\91ñ@öPö®\17w1q/jÖÃDW\88\ e¨
+üÛÛÅYûf\88.\ eû\89e\9e4?Ñ;\eËÂ\8a\ 4\17\ eG\88Ì`\ 4\84¸ \1e\\85èYã\9ev׳F\ f\ 3ª\82£¹Í\0\9dí\0*×Ä2\90Q¹f\19\91Ø\9ckfk\94½´Z\98Å\91ÏÆZE&Ë\15b\95Ï\85ó\fÞ·÷=wïu2å¯'ÝY&¢jcOU¾7Ö&zª®\f\98\ 2¹*\92g\8d\95\9dmýÂQ\91C\ 1W×Ue>\17\14\ac\e\ 1àâÉ\90VgñÊãî\ 2²Ê\11@a_Y!a6U¶÷å¾*³5¶A¼ty2h\8cÊWkôüÄ=£ç'z\9aØ\10Ö\ 3LÖÞ-»\7fñäã½YK¥»\fÆ\9e\81x×Gj\fëä#1\1e4\84õ\80\9f¸\97ºë        Ñ#ç·«óÒ¡æ==Ü|¼å&\1enÍL\96\9b\ 5\99,\1d\rôp`\8b¹_:(à~>ÂçW\1côD\97\ 6úù«\ 5ûß\17é{Ï|ÒÖ&wéX\8fû¬3ÀÞ\aTÇZ©ôtÇ\13¿%PÆ·oûýLò'úÒ¡±3í\7fàY¬\80òG^Å6ösé\1c£\1exYúåÒÁ.÷%¢âúeÞÐ\ 2dN¿/Ó\86\16 s²?\995´ìË\1ez¸¿?jòs÷o$ùéo\10\89 ;@vY\8dÁÛö3köã>DÍxv\bïPö\8c\84ò\aýqä·EçÜ\96ß\82ö§Sÿ\ 3â\9fð°¿=^l\1eÜÒqà\Æ8¡þÀmÊ\99?ã¯ìÆç\8cö/û\ eö\ 2ÖÓ\1fÿ÷Qÿ\85'ýmý\99ô7@¸\17\9c¿Ì1fÆ\7fÙu´Ç¯¸þ\1fß¾Nß_ð×\95\7f\93\8cø\1fx³i\88\93Í°×V\\9fl\ eß\7f\9fþ\7føýo¿û\8bô+ýúýßü6}¬ßýZ\ 3\11¶?üþOk\98B^^£µ\97Òüþ¯\7fý\9bÿò\ f¿þøw\7fõ\87¿ÿ\97?üû_ÿõ?þů\7füç\7føëÿûW\7føë_ÿóÿýú¯ÿýÏ\7f÷Ç?þúË\7fóW\7fùo\7fýÅǯÿþw\7fø_\7føç?ÿúw¿þöÏ\7fþÇ\7fÿ»ßýë¿þëÇ\9fÿöïþåãïÿðçßýåk\1fÿæ\9fÿÇßÿ\9fßý㿬ß}üí\9fÿôÇ\7fûë÷ÿû·ÿôû×ìþ?O\9anE
+endstream
+endobj
+283 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 870 0 R
+/Name /Im272
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f a  £ S!WÁW!g!Ç \ 3\84\12\f\ 6\f     ì\a\80$\88ÇÇÀÏÀ_Àÿ\ 3\f?ð9\0UK\18°\1f\0\0E5\f$
+endstream
+endobj
+284 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 871 0 R
+/Name /Im273
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d±\r\80 \10@ÑO(®\93\96\8e5(\8c®Ä\0$2\1a£0Â\95\14ÆS|yþ&\18{êEF\15}üw®nV7³\9f¬ºÊ@:¡\91à\80\f\ 5Ft=ú\16\85¸\91\83i2=M/Sû¿\15Y'í
+endstream
+endobj
+285 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 872 0 R
+/Name /Im274
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÍÑ  À \f\ 4Ð\88Ðû        \9d@\9c\7f\9c\f ¤\17SK?\1e\1c\81»¸ûr\82I\18ÔHé~]0ý\13X£!ð\95\9b\1e5IÍþçlv\9a°²\7f\87\aÅJ3!
+endstream
+endobj
+286 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 873 0 R
+/Name /Im275
+/Width 26
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþ\80á¿ü\ f\ 6y\83\1a\ 6y\a\e\ 6ù\ 6;\b\ fÿ\7føÿ\0\b\ 3\0\11!\13q
+endstream
+endobj
+287 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 874 0 R
+/Name /Im276
+/Width 21
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøßÀþÿ\ 1\7fó\a\ f\1fê\98?Ô0>¨a`ø\83\81\80\82u`dÇ !Ï`À\7f \81ýÿ\ 1\86ÿ\f\0\16n
+endstream
+endobj
+288 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 875 0 R
+/Name /Im277
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃÁ  \800\10\ 4À=òÈ\89\8fk@L#j]æ!\9c\9di'ÚA¬ n \ 3S\91\8ayp»\ 4#\ f\8f@K¿óÂ\eÏlí        \8d\1cn¨¼üAÑf>xåÔ\eG\ e\98¸ºà\a\93¢\11\1f
+endstream
+endobj
+289 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 876 0 R
+/Name /Im278
+/Width 22
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fðÏÿ\83\7fä\19\12ä\e\12ø\e\ e\0\11ûÁ\ 6 b~Ì\0\19\18¿10þc`ø\ 3F\15`dÀ\0\0¢À\13ù
+endstream
+endobj
+290 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 877 0 R
+/Name /Im279
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\aÃÿÿÿ\19ø\ fÈ\1fà?Àþ\80ÿ\0ã\a þÁ\7f\80\ 1\84ÿ\0q\r\14×\11À5H\18ª\1fd\16ÈLù\ 3 ;þ\ 3í\ 2\0\9c,/ö
+endstream
+endobj
+291 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 878 0 R
+/Name /Im280
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàoa0ðap°ah\90`d\90`\ 6#6\ 6\ 10b`\a\a\fÌ\7f\18\18ÿ30Ô70°\1f``\ 4#\ 6\10R\0£\ 4Æ\ 6\10bfH`bøÀÂpF\82¡ù\ 1\ 3\0\11ß
+endstream
+endobj
+292 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 879 0 R
+/Name /Im281
+/Width 9
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`n`d@\ 52\fj\fî@Ø\a\84|@\1e\bZ\0a!\18\16\ 1¡\r\ 3\0\90\ 2\ 67
+endstream
+endobj
+293 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 880 0 R
+/Name /Im282
+/Width 18
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨8Àxô\0\ 1\ 3\r\r2`dÁÎ\80@|P$!ÇÀSÃÀ>\87\81A\ 6\8c,@è\80\ 1Ã\83\ 2\86\83\a\18ê\19\18\0h\8c\ eÃ
+endstream
+endobj
+294 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 881 0 R
+/Name /Im283
+/Width 40
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81ùÿÿ\a\fìÿù\81Ä\aÞ\ f\f¼H\ 4Ï\ f\ 6I(QÃ`\b\18\12¡\84<ÃAd\82¿±\11\1ff\84\12ÌÏ`\ 4ã\1f\14\82á\a\94ø\7f @þ?\98\0\0l\179\97
+endstream
+endobj
+295 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 882 0 R
+/Name /Im284
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿÿ\ 3\83\rÃ\a\ 6\v\ 6\ 3 V\80ã\ 2\18æ\0a\ 6\86\a\ 2PlÀÀ\0ÔÂx@\ 1\ 53784070@1#\ 3;\ 3\b3\ 31\13\10³1ð\ 1-ùÿÿ\ f\ 3\0g\96\17X
+endstream
+endobj
+296 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 883 0 R
+/Name /Im285
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccnoà9áÀQð@ à\81Â\83\ 3
+\ f\18\18À\88ñ\0\ 2172$72<nb8ÚÄÐÚÂPQÁ\0\0\11F\12h
+endstream
+endobj
+297 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 884 0 R
+/Name /Im286
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\7fÀÀ\0F\8c\a\10\88¹\ 1\8e\18\9f\8b3ðð3Hð3Xð1\18ð1\14\80Ñ\ 3\19$d      E       \95\f\86³\18äx\18\0Do\13\89
+endstream
+endobj
+298 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 885 0 R
+/Name /Im287
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃð¿\81A\ 6\b\19ô\18$@\84\0\94P\a\11î\f
+\f\fÎ`¢\ 1F4\1ep@&\1a\1e8002<h\0\12\ 5È\ 4\13\83%\ 3
+!ËÀÀ \a"ø \ 4\ f\88\90\ 1²\81n\0\12\0\ 6ô\13h
+endstream
+endobj
+299 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 886 0 R
+/Name /Im288
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?`PP`\ 1\82\f\16\f\ 6\f\ fø\ f0\14\0Y\12\f2      2\1fd>H<°H(\90?\0\0Ó\84\v²
+endstream
+endobj
+300 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 887 0 R
+/Name /Im289
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿA=\10WÈ7>(\90ox\90 ß\90ð@¾¡à\80|\83\ 12f\90o` \ 4³ÿÿ\aÆ\0+A"$
+endstream
+endobj
+301 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 888 0 R
+/Name /Im290
+/Width 23
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\9f\81A\1e\ f²o\90\7fø@¾¡@\9e¡B\9eÁ\ 6\8cì0\10\ 2¨Lîà\ 3\19{\ 6\0D\8f\ eÔ
+endstream
+endobj
+302 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 889 0 R
+/Name /Im291
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\9fá\ 1?C\ 5?\83\r?\83\f?\83\1c*\92\ 1\8bW\80Ô\80T2\10Dÿ?0\0\0Eb\vi
+endstream
+endobj
+303 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 890 0 R
+/Name /Im292
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmͱ  \800\18\ 5á\v\16\7f!D,\85@ÖÈ8º\81¥å\eÕ\11²\81>ÔÒâë\ e\8e*qnJZ\14\842\83Ê#©Ù\ 1\8fÝ:ðïê\9dÉM¸}5+\9flÁèÇì×*ª¸\ 1öX\1d\7f
+endstream
+endobj
+304 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 891 0 R
+/Name /Im293
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>Àc !aÀSÀ\93À÷\80\r\bÙa0\81½\80ß\80_B\9cG\9dý8\ 3\e\10ò\19ðTðTH\14H(\18\b\1cào\0\0Íö\ e\9b
+endstream
+endobj
+305 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 892 0 R
+/Name /Im294
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÀÌÃÂÂÃ'!g gÀSÀPÀ\90ÀðøÁ\13\83\17\12\1fx>ð=`{À\ e\83        @XÀfÀgÀ#!ÁcÀü\0\0ô\92\11i
+endstream
+endobj
+306 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 893 0 R
+/Name /Im295
+/Width 25
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmȱ\r\0 \b\ 4@\8c\85%#¸ª£AØË÷\r\14\16\16×\1c\0\ 1©M\1aÔ¯\95\1ay1Q§ \94¨³\97|a§\ 3éK)\95
+endstream
+endobj
+307 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 894 0 R
+/Name /Im296
+/Width 31
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿãß\7f \96g~`\0Ãüí\1f\12øÛ\80øØ\8f\aìg*\ e\80\9fÚ\ 6æ\1f¶@lßÀøA\9e\ 1\84\19>È10<à\ 3c\04\8f\1f¥
+endstream
+endobj
+308 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 895 0 R
+/Name /Im297
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\aÃÿÿÿ\18ø\ fØ7ð\1fà\a\ 3\0\v>\0Á 5ö\füÿÿ\0õ0\10\8d\81ÊÁ\18\0\ 5y'\80
+endstream
+endobj
+309 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 896 0 R
+/Name /Im298
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUʱ  À0\f\0Á\17.ÔÙ\ex\ e\17\1e*#x4\8d¢\112@@\96!\ 4R\1c\12\ 1³,\86\18\ 3ÿ\\87¼\8aáùx\ 3ï\10\ fb5é±\8e²þ\94\86RSO3ë&ÂØ\ f\90\1e\ e
+endstream
+endobj
+310 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 897 0 R
+/Name /Im299
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7f\80Á\86\81Á\ 2    \15 ¡\a\bÄx\0\81\98\e\98`\88\85\9d\ 1\88\19\19\18>üÿÿ\ 1\0¦º\11\9f
+endstream
+endobj
+311 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 898 0 R
+/Name /Im300
+/Width 24
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\9f\81A\1e\ fâ? oø@Þá\83\ f\10\80þ?ÿ\ fD\0B\1c\ex
+endstream
+endobj
+312 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 899 0 R
+/Name /Im301
+/Width 13
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\18\ 2\0#t\aÝ
+endstream
+endobj
+313 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 900 0 R
+/Name /Im302
+/Width 46
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ͱ  Ã0\10@Ñ3\a¹FDm
+\83\ 6ZÅ#d\ 2Gcd\8c\8c Q4Â\95*\84\9cO\88\9b\a¿úg\7fÍ8Î\9f±Z\93\8a\8eM}¡±X³\8en]\8bz\1c\ 1\97\1eÆ\r×\89ãqÜE0à\96qny\159\9eù\8d{¼§\ f¶äX#&FÈâ2\16«(\8a&Zþ~\ 1\13Ü7A
+endstream
+endobj
+314 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 901 0 R
+/Name /Im303
+/Width 22
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀÌÃÀÇÆ"ÃÎbÁÌaÀÜQÀ<\ 1\88\1e0/\0£\ 3\ f\98\e (\81½!\81»Ã p\ 2\7fÃ\ 3\0\85Ì\11\97
+endstream
+endobj
+315 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 902 0 R
+/Name /Im304
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c`` \11ÿÿÿÿ\ 1\b\93ª\ f\84\ 1Ø%\bW
+endstream
+endobj
+316 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 903 0 R
+/Name /Im305
+/Width 27
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÀÿÿÿ\1f0\10\0 5õ@µ\0\ e5
+endstream
+endobj
+317 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 904 0 R
+/Name /Im306
+/Width 23
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`üÀÀ&ÁÀÁàÀàÀÇàÀÇÐ\0D2\8c\f@$ÁÈ`ÁÄÿ\81\0\13ÿ\ 3&\ 6\ 3\16\0"\ e\86\ 2\18\ 1D\8c\aD\18\eD\98\19\94ù\18\14~0(0\80\90\ 3\12j\0#\0PY\ f\81
+endstream
+endobj
+318 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 905 0 R
+/Name /Im307
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE˱  À0\f\ 5Ñ/\¨ô\ 6ö"\81¬\95Ê$\9by\14\8f R\85\90"\93\8ak\ e\ e\8eYyµ"gzôÓK\12l\v<ÑorP`7   H\ 1K\a|Àãg\83ì"m,5f./G\97
+endstream
+endobj
+319 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 906 0 R
+/Name /Im308
+/Width 33
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dα\r\800\10\1f\9dD\1a$FÈ\1atÙ,\98Í\18\ 5\89\ 5\12\ e\ 5QsÅ«N¶±\8aHm\15-\1c
+\17\93\147&M"*=d°Î\ 2Aå£â÷\83ò\12z@~±'Þ¼ÊñÊ\ 1;\19ñ\1934N|Úæ_\1eq\ 3Ô\ 6&@
+endstream
+endobj
+320 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 907 0 R
+/Name /Im309
+/Width 26
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏø\8fá?\10Ë3ØQ\80ë\80ø\1f\ 3\7fã>\ 6öÿö\a\18ÿØ\1f\0\0 ¤\10y
+endstream
+endobj
+321 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 908 0 R
+/Name /Im310
+/Width 11
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a°c¨\aC;\ 6\19\ 6\1f\bå\89\80ÿ\1fü\7f\0\0"?
+\1c
+endstream
+endobj
+322 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 909 0 R
+/Name /Im311
+/Width 17
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿßÀPÃÀ`C&*°aø\ 1A\16\f\ 5\15\f\ e\ 5\f\ 6\ f\18ø\e\18\0ýî\rò
+endstream
+endobj
+323 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 910 0 R
+/Name /Im312
+/Width 20
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH``À\8dþÿÿ\0Dx\14\0\11\0¿ù\r]
+endstream
+endobj
+324 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 911 0 R
+/Name /Im313
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93gPlH8\90p\80á\0C\ 3#\83<\ 3C\ 3\83\ 3\ 3H ¡Á!¡A\9e\ 1\0\99~   \80
+endstream
+endobj
+325 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 912 0 R
+/Name /Im314
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fA\86¹A\86á\80\fC\82\fC\ 1\12J\0  27È\ 3\150àCÿ\e\18\0\0\1e\vÐ
+endstream
+endobj
+326 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 913 0 R
+/Name /Im315
+/Width 6
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûóç\0>ðç\ f\0´à\19±
+endstream
+endobj
+327 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 914 0 R
+/Name /Im316
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? a` \91 ñ\80\a\bù@0AÎ@N"\8f¿\8f\81\8f\81\87A¦@¢@"Á@á\81|\ 3\0\v\e\vÖ
+endstream
+endobj
+328 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 915 0 R
+/Name /Im317
+/Width 6
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó\87\a\1føó\a\0Z-\ 5M
+endstream
+endobj
+329 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im324 337 0 R /Im325 338 0 R /Im326 339 0 R /Im327 340 0 R /Im82 89 0 R /Im328 341 0 R /Im83 90 0 R /Im81 88 0 R /Im89 96 0 R /Im82 89 0 R /Im88 95 0 R /Im91 98 0 R /Im328 341 0 R /Im326 339 0 R /Im329 342 0 R /Im329 342 0 R /Im83 90 0 R /Im84 91 0 R /Im89 96 0 R /Im87 94 0 R /Im330 343 0 R /Im328 341 0 R /Im331 344 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im106 113 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im112 119 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im112 119 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im139 146 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im112 119 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im127 134 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im107 114 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im332 345 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im106 113 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im95 102 0 R /Im96 103 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im111 118 0 R /Im101 108 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im214 223 0 R /Im298 309 0 R /Im258 267 0 R /Im259 268 0 R /Im333 346 0 R /Im257 266 0 R /Im239 248 0 R /Im334 347 0 R /Im257 266 0 R /Im335 348 0 R /Im243 252 0 R /Im107 114 0 R /Im287 298 0 R /Im241 250 0 R /Im286 297 0 R /Im243 252 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im334 347 0 R /Im243 252 0 R /Im239 248 0 R /Im240 249 0 R /Im243 252 0 R /Im256 265 0 R /Im243 252 0 R /Im255 264 0 R /Im260 269 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im107 114 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im337 350 0 R /Im243 252 0 R /Im260 269 0 R /Im338 351 0 R /Im241 250 0 R /Im286 297 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im339 352 0 R /Im239 248 0 R /Im239 248 0 R /Im241 250 0 R /Im255 264 0 R /Im243 252 0 R /Im255 264 0 R /Im260 269 0 R /Im337 350 0 R /Im241 250 0 R /Im286 297 0 R /Im243 252 0 R /Im335 348 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im248 257 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im111 118 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im103 110 0 R /Im104 111 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im117 124 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im74 81 0 R /Im137 144 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im117 124 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im108 115 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im273 284 0 R /Im142 149 0 R /Im141 148 0 R /Im157 164 0 R /Im155 162 0 R /Im276 287 0 R /Im340 353 0 R /Im309 320 0 R /Im153 160 0 R /Im341 354 0 R /Im309 320 0 R /Im147 154 0 R /Im148 155 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im108 115 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im130 137 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im112 119 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im212 221 0 R /Im74 81 0 R /Im212 221 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im344 357 0 R /Im343 356 0 R /Im344 357 0 R /Im283 294 0 R /Im345 358 0 R /Im234 243 0 R /Im301 312 0 R /Im236 245 0 R /Im227 236 0 R /Im222 231 0 R /Im250 259 0 R /Im217 226 0 R /Im231 240 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im222 231 0 R /Im216 225 0 R /Im233 242 0 R /Im217 226 0 R /Im218 227 0 R /Im216 225 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im113 120 0 R /Im123 130 0 R /Im135 142 0 R /Im100 107 0 R /Im99 106 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im125 132 0 R /Im98 105 0 R /Im126 133 0 R /Im93 100 0 R /Im94 101 0 R /Im128 135 0 R /Im135 142 0 R /Im125 132 0 R /Im294 305 0 R /Im293 304 0 R /Im133 140 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im298 309 0 R /Im258 267 0 R /Im259 268 0 R /Im333 346 0 R /Im257 266 0 R /Im239 248 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im346 359 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im287 298 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im135 142 0 R /Im100 107 0 R /Im99 106 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im125 132 0 R /Im98 105 0 R /Im126 133 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im98 105 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im298 309 0 R /Im258 267 0 R /Im259 268 0 R /Im333 346 0 R /Im257 266 0 R /Im239 248 0 R /Im74 81 0 R /Im347 360 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im238 247 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im108 115 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im344 357 0 R /Im343 356 0 R /Im342 355 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im233 242 0 R /Im217 226 0 R /Im222 231 0 R /Im221 230 0 R /Im301 312 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im231 240 0 R /Im227 236 0 R /Im251 260 0 R /Im227 236 0 R /Im221 230 0 R /Im219 228 0 R /Im224 233 0 R /Im232 241 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im222 231 0 R /Im216 225 0 R /Im233 242 0 R /Im217 226 0 R /Im218 227 0 R /Im216 225 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im100 107 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im118 125 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im120 127 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im74 81 0 R /Im347 360 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im291 302 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im128 135 0 R /Im291 302 0 R /Im96 103 0 R /Im99 106 0 R /Im348 361 0 R /Im199 206 0 R /Im133 140 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im239 248 0 R /Im240 249 0 R /Im241 250 0 R /Im286 297 0 R /Im257 266 0 R /Im259 268 0 R /Im260 269 0 R /Im349 362 0 R /Im239 248 0 R /Im240 249 0 R /Im241 250 0 R /Im239 248 0 R /Im258 267 0 R /Im282 293 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im240 249 0 R /Im257 266 0 R /Im335 348 0 R /Im243 252 0 R /Im107 114 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im199 206 0 R /Im350 363 0 R /Im351 364 0 R /Im352 365 0 R /Im118 125 0 R /Im199 206 0 R /Im350 363 0 R /Im353 366 0 R /Im352 365 0 R /Im120 127 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im98 105 0 R /Im101 108 0 R /Im351 364 0 R /Im352 365 0 R /Im118 125 0 R /Im353 366 0 R /Im352 365 0 R /Im120 127 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im353 366 0 R /Im352 365 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im101 108 0 R /Im118 125 0 R /Im111 118 0 R /Im101 108 0 R /Im96 103 0 R /Im108 115 0 R /Im106 113 0 R /Im93 100 0 R /Im120 127 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im112 119 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im354 367 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im199 206 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im74 81 0 R /Im347 360 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im98 105 0 R /Im115 122 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im118 125 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im344 357 0 R /Im343 356 0 R /Im355 368 0 R /Im356 369 0 R /Im278 289 0 R /Im216 225 0 R /Im218 227 0 R /Im227 236 0 R /Im251 260 0 R /Im216 225 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im231 240 0 R /Im227 236 0 R /Im251 260 0 R /Im227 236 0 R /Im221 230 0 R /Im219 228 0 R /Im224 233 0 R /Im232 241 0 R /Im277 288 0 R /Im99 106 0 R /Im108 115 0 R /Im107 114 0 R /Im291 302 0 R /Im108 115 0 R /Im102 109 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im122 129 0 R /Im139 146 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im128 135 0 R /Im277 288 0 R /Im291 302 0 R /Im127 134 0 R /Im348 361 0 R /Im294 305 0 R /Im133 140 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 330 0 R
+>>
+endobj
+330 0 obj
+<<
+/Length 916 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I\935»qÝþý\8ao)-Ü,L5hé\90\19á\8dC
+q©\8dMR"m\8eÒs0üï}ë\16²º«pNã$jA>©ùP\17È        \99\a9üõ§\7fþñ×\9fÂ\8f¿ýô×\9fòG\99§\1fÓÇ4Ù\7fÏ\1fK\9c~,ñ£LùÇ\92ÃǶÌ?~ýÇ\9f~ñßÿ\98Âúã\1fÿüÓ?\7fY\7füÛ×õÛë\8bëò\11çûú8m÷õå#®è÷·\f\7f¿Y\8f~\7fÿK\98¦\8fmm7\90Ú\ f\810-h\a¯ÿ¥ùÀÖPpÿK\b\9fGXÒç\ eòý\ 3ËÇ\86\8f\10\ 3¤aTy\10â¦1\81\121\15\8d\88écÍð\ 3\1d\ 4\99\88ù%G±!b\0\1f l,P\90\10\e     \11ç¬\121b\1a,\ 1î\0\1c\81}`U?@\88¸\16M\12[\1a¼¨ÿúï°ÅS\ e¾~ ÈDÜ\86%ñØA\9c\83Æ\1e1e\8a\ 1±1E LX\90bÄll\ 4©µhõ\bq\ 5\H±Q¦ü\91à\11ÊK\eÑ\11\0\eïGØ>Òü¶éK~­\9f¶Ëú\86\8b!|Lùþ\81]Á·ù8Áí\ 3sk\ eæéº>¼þ±îÿXá\17\96\96\ 6ëtßAØu!T\83rùÀ
+¸ØêÒN\94\10\81F\8eÊÇÒèÒû\ 3qF\eh\98¸|Ì\8d\18½×§\ 4\98°6º|È\fX\9f#8ÀÚ(\12%`\99$\ 2B\16¦÷\a\90\10¬@\11        \ 1\81\86Çz,BÍ\ 6¨\14\875hbÜ\1eáУ`ÎÉËE\98¶Ï\ f4L`\1fxÝ Ú\a\98\14¾.@I
\8dp¬GD\\81k\82¥0F(\ 4À\9cOx}Êh}c\ 6Z\ 2VC\12w#ÚÚ²\ 4®u,Fñ¥\a¢!h\1dÔã\ 3\vú@\92=\93\975ÞY8¿<åÏõ¡½\90ZM>¸ºlh}{©·\9a|\0k\ 1ë·F      âG\80\ 6·?5\f ëáÏ7ä\8f\1fkC½\9d£Û\8a\967\ 2Ä\ e\1f&´ýöôém4Ñú\19\1e\1fpï~\99×\ f\84Cþn\eh4\88\9d?\ 4H?á"µßÇâÓ0\80R f\8d\ 2\94\ 5\11²°a\ 1\92ÿ7\ 5\92Qàeeʹ\8164 'ÈÓC\1efD\82\r8t÷\18ÛÖ#\1el\8d?ÆTh\8fm\14\1db\16$\94\ 5\12@ðçê\ 1æôL\8b\81\86\85\94\ 3K\16µ\88Pp\r\9a\15£\e\rP
+¬X\r\ 5\19¬Ááf,(\1fkøÔ\ 2Ý\12bK*©áööe\90!zùé*       Í\97ék\11Ù@À¦\18\9c \85ºvC\12cD\86D   Ìê      "Ôc\80\92ÜYPOðò\86¦Ø\92°1\ 4L\8a"±dÀ\14b!\88Ø\92\ 1\12\12
+äõ\91\1aÄ\82\f\89ã2\89Ä\94éR4cKиSñc¾9\94Óá\ f¾lÙÁÄW\94±}2\11\1c\81Ð`\11¯#J\83Ec"3\86qA\96Àa\fc\r¬F}\9a¸"MÖ\9dº¸!
+:LÙ\86]\1aÙ%ISÒ\\12FÁ4izD7\10Ä\r0\12\16ê7zÒ½Bö\ 1Ñ%`B\94\12Ô\ 2Á1>\84 %¬\ 5\8d! <Ìé\91\16¤¬\866\84\82\ 5^Èȩ¡A*bhÀ|\924\17Í'¡\1f8Má S\93\16-¸¥4$Áµ.\85\8cu)\84¦\f\98"fÌ\93\18_#|äX¿\ 2\9f$&\10\1fb\16äI»\8d\18\vò\84õP¾\ esÐB|¦\ 6\19ú\95\ep\b°\bä\býÚF\ 4Z|¨þ>\8c\8fC\90\rQNE¼L°_\9cO¯²ã\17S\16\12Q\12\16\8d\84\94\ 2Ð\14\9c\1c\0Æ·\ e¿:Ã\0W÷«ó¢yTô\0\8b\b\ 3¬Ø\ eÉ~u^±C «\11\ 4\1a\1dj´A\12èjT&hÊ\e
+°À L«\16\180§®\9c\ 1ò SW\82&\85L\8aJÄX¯ìÔ\95(»$\84\ab\84ÍlyÁN!ÀÊ\13\f«\7f¹\15\9f\80\1eb\ e\98\1a^Öë\f0\94êúó:Pi:xýyY\82_¾È[\80\97e,²5\88ê¶}Ù!Ý\16¸^xû¿\81ý·\ f
+\85\9a\rl\7fEØC\1aø¢Ë#\ 1\b¦@=     `\10Ó\9e
+tððò\ 1\ 41\91\13$DCt\ 2\1e©\0¸Hè\83G\86$lî\ 1&Ä;X/I1Å\8a-.»n@@Û+\ 5
+<\80ð^ghý¬±\90\16×uÌ\0\91\19\ 1BHõpF\14\84zÈàþãÍõv\ 2ýÑl\85B\fd\88=\17@;.\ 4Æ\86öC\11\92¯±\0-i+B,®\8e§!LÞÀ¼"l\93Æ\0&\ 11\88\96\98B|\11]\85º!\8dÄ\906\96|j2'\8e¿ìXÿ\9e\88výÀ"¤ÒU\16\ 3m\ 6\14\87êÑ  \1c\14\80\ 5µC!l6ÐRðPËXÖJÁËe:é\14\985
+P!\9e7I\88»8{ï*£8ó\82í \90\19l@»hH9R®9¤\14Þ\9a \1aêðÖ\84ÕP\aY\ 3¼Le\16¤\807 ãk\11úÔrúÄ\89\9dbùe\9f\94ì \8bQ\ 5\ 5Y3$\81\ e²fä\8f\95$Z"\ et#\1eè\b_\9a5w\82î\7fÖ´\90
\82M¹þ\81\15~\0½Ýc\880­P\b[\88°\vSwÔ\88²\0Æ\86úcI\86\86LB&\8eû<O&Ä\1d\97\8aÃÔ\9a\16q\98\1aú\94r\1a\86LÇé#¾\8bdp"§(:õX\84\96TÎDÌØ\8eÉiT9ã\rȱq.ZlÍaîY¢ óÈò\1c5\8f\8cR\80\ 4vúS\ 5t©Úë\9c\82¼\v¼JZ\90\97£Ì\1aº@)@0.]\r7\18\9cË2PÄÈ\8c"¤$2\93-qÁvH¦à      2\8fÊP\81\1e\95\ eo\14\88pyPn\ 2\1e\99¡Ìs\1aÃI\re¾­\97ßí\rf\9eÃس½¡#½õL\a\0ö¯ßD\e>¾üÚ¸\97\8c\82ß\aè\10[¿Jë):\14\10ÿ\11LOЩ\bé§\ 3\94æ   \×Ë&,$D?\18\17\13\ 2\ 1\1d L\eÜ\80üÒfåªóëB\1cÊß:3ºGOP\10\ 5<)éµ*å¶\ 1\1d!\9d¡\fêÙÄ3RB\1dX\b\96¸ÓÕ!\92Ò¾`\11Ð\85x\852(ã\ 2'DëVB[\8f­\98ìL\9e\18\0\1câ\9dE    "Y¤\ 1rP¶B1@+*»\ 1VfÛÛ?ýý\ 4\19¨ÿ¾¥ÿ\8dÒ/£óKY¸\15a.Ã׸\ 1¼P\87e#v¦R÷\8c\18\fuPvE£eÝ\f\1a\91¸à\ 3èøì\826àxè\8aëöL\887í*çø,¾Ê\e\ 2²\13\9f½~\0eÝ0\80\16\93PG\88c|t\13\9e\0í 7xâ³\83B\98\883#ßd)Ã\rÈ\17\9d3ü2X\ f\ 1\84º\1c\83\10ËJ\94ægJ\94\16M\89¨\ 4@_D\8f\aö\1cbmÿø"HöJ4\1a\8f%ìËè\0ÿ\86u\18\ 4Ä÷ö1G¥þ\8eÎ\1e\14xýóü@Jr\8dt\9eDo\8ab\838&\93\9fy2ô\86\1c\99o9\8c
+q=\0\fê\1cZ\98#\94bY\vs\1a5#¶\1eþ¾\8eìe¨Åz\ eqVýIò@`\8fT£Z\98\vt\88u\80\1e\86t\1e\11\ ."\977æWL÷N\ºù\ 2 Î\99°p\85vH\agWl\ 5\1cà¬\1aS\91\f^{eêá
+\14Z$vLÆ\ 5
+ôÇ´÷ò\ 3Ý-Ú      8:\vÁ)\1d\9d\8d"ºG\93 !:¥?¶\16\bNAC\8a)P;êÍ%|kGØMd!Åe¹#,´§Þ¼\8dE\85öÒ{ݾÌ?{_¹m_\8e  - ¹þ¼Þ.\ 4\ 1+\99\ 2߶/G\84g¿\90Û\aôÔÇ°HâÃ3\88£Æ\0\9eÂ\8cN ¤}\1d\7f   )\1c\8f\8c\97õ(q\ e·Ë©\r%çôµÝ\8e£]\8e  Ðu½\ 3\18´\90øò\ 1\98\15n@~Ý9\9f\an\1fСÅ\0IØf{p\19\11º2Ô¥!{a\bp\ 3z\12¹\ 5å×\rè  Àæ\8c^×ë  À\19ñÐ\91\0\9c\11\vÑ\13\r{_À2$e\9d\1dÝ01\at||\86"\0(HzæÌ\90\ 3\9c\ 5Ù\ 1\a>¿@%rôÌY\91\129^H6Ä\ 1ÇUöÔ\10\10Rp\94\18B=y\15Ú1\9d\82g\ eù \ 5Ï\1cò\1e\ 5\9b \ 5õüá\84t\bÊ ë\17\83µ\18<\95³G
\ e\12|\1aÚ!=¨?Û½tYH8\0ÍXË\81Ò´\90´\17\8aZNu»JeT%.ð"Òu`Õ\94\90>\12\196\98\96\1e*ADhþ\80\1c\91Æ\r²P¾
+ÓôÀ\1d:rØm\ 3ë`\ 2u\10Ý!þDQáÍ+ äB\84\ 4Ý)à\ eÑ\ f@CäÈØ8\9b­t\98HI\bý)1cãýÈ\901\ fô<þ\87\96,\89\96\8c\82ô§%ë("OB\87\ e\95þÊ°h\97\11\7få@×¹ã\9dkÅz¬¿s­p\ 3z\12ü&Þ¦\14\1f\85\96¨¥ s\88ò\84]JÙ§=\1f\19\ 6eøL!wË°=\11\8eÑß\8fP\au\88\1f[!\ 1\ 4î\0osù6>ß\18Ü·±­ß$\ 2ò>)\1a\ 1(\ 3 ;åh\ 6{6JéÙñn£\94Q
+b\7fJ\7f£xùS\92\bð7
+Õ#e    äØ%w¼QhØ
+³BeÂq¡¬\ 4\ 5ºCzXVpXçH \17\9f(F=R{!À7\99\0\91Ú\13År@¤\97\ fÄ6iæ\9b\96âo3\12ׯëÑkõý½½>QÔÚæëú"÷üZ3\/½\95¾\87\ 6m`ÿ)\ 1\ eL0ëè\15\93 ßoD\b\85uµ©øÛ\b¼\ 4á3"\88m\9b\17Dÿã\99`9\ fðeÄG\ 2"\88\ f°Ï\f\92NÀsÀ§w_ü;  õ>\1f\1dä\86\a¬\98(Ä*Ä\17"\82b":ö(%$Åíp\0JÄ<Á#\80¸¬­j<:}\14ô\81UÇø
\ 1¨gÂÝ÷ö!\19am\ 5  ì\0kr\98á\11ZUæ8©(H\94\v\v\14¤V\94)\11\97U%"ÑÆuÖ´\91·Æ\16u\81Ù\93°-\9aAalÜ\93¹Ñ\ e\9aW_\ eÖÎÚ\11Xç«\18\90\1cÄ¢ç£\a(\89í\ e(P\14ð­\ 4\³{ç\1fÃ{á\ ef@DÂ\85\b%\11)\13ÙA\82\17\ 3¤\8d\10ÈÆvl\10ÓƨÛDÂ\ 5l\13[.ð¶\1f\93v/ÐÎ)e\86÷\ 2¸\  æ:ã\8b¥9\ 2Sç³Å÷°:\13\9b(¿\1fî\89å\12\17ØÕ\16\83öjÛ\1a{P¹°\ 5è£éI¥\93x72eÚ{\87HÊļ̳Éöí\b\80\vX\99và÷\91\83\91\ 24(-\178r\8c\91Úl\ fé×õzv¾ÕÜ_ÖÃú\80»\83s\8c\94JyùÈs{7\83        XX\17÷Þ\1f\92\ f\88Î>\95\82Y\96\ 2ÂÄ\19_+²¯\9e\16¼\ 3\1d¾Ç.\96~µ&\1cñµºÈÌIRÍ  ãB&æDÖŽOõ#g\7fï\0"\1a4\ 6ßfÍÕfÞÁÞ©Zô\ e\18\80\v\89\88®\95Ö¤\1e½®k«é«2µc\ 5YvXNh\az[µ\f\rÒëºÔ!Ø\8c,¢ü\f\92í\1déºÞ\91å\9dÐz\19=Ë3´è\8e\16\1e\ 5ZtG\v\8f\92è\ 1\16´\ 1½Þ*Û;Ò(\ 1,I¼G\0ªÆ\eÜ\80\8e¡o\98\ 3r+¢bïP/ç`èM¿LøVwd\99C!ÔÛ4\aÌ\ 3ùMÿÄ\80¯AFû¦Ï\98xbÀ\1d&òFÓ\93èX\11\1eZ\82b\8f\874M¼ÊÀ~%\f\b¡)áe¹£\85É\8a\91äjJx[/§çmð÷Û\14×Ö¡Yßve[>ÒnÄBùz\8fe\19\ 1?\13ůô×\91à3@Ïpµ~d×\rè\0²½ât\ 4\88æg\ 6ÄA=±élbÒ! \87\9f«/tá £\97ÕÙèº'B4G×:¼öd\98\86,ÐûÈ\94êS_×ëC\11\vVB¹¡ÚÙhº÷\ 1z\82\19Z1¹\1dØ9WòÆC=OÚ²\84ûv\8c\9c`Õx@ëE¬^æ¶\ 1½^dCRèhâ0!!ô´   \9e\10\ f\1c}\8a\83x\15Ñ\1cÑ YBÞ*\1aßeBn\9a}@¼Ì(    ±)Ò/\833Q¸kIÈ     2\96\9d\88\19\93@\97¢\f\99¨\8fô+X\91åÒÍhM\b®÷\89\9e%\1agl\f\1dc\1dáu +Ò\ 2\8d¡c8èª]ÉT\8aV¤É\8e\rþ¾\9eì½eñ>dÍ®\91\16è.U\82¦T/\1aJ\13Ôb=S:@úé},°K¦gxF¬\83z+\974I\fäh·&\804S<\8b6\80' ?´£çLÇQ#\92 K¦·5K3v\a\80KG:E[\9aò\95\86h\98\g¤cï2äݲ±!\96\9dÂ\ 4í\98\ 3\1eI+d\82®È\eR$=O7mÚïS\84\8a,ûõ\19û\84Â{\85\ 1Ýæ\10å1t$\a¸\ 1}¨eÄ\8a,¿¸\9c@ù`l\96\13Þ\80Î\ 2ì\12:f:¢ËÀQ±q\ 2í=\8f\8c#åð:Öû¡\10\97PnEp6déÞç$ÛzÖîcª\ 5gtÛÑ\ 2Þ-\e\1a2ÇdQ\bóé\86ìL\96îC$\fk\97¯#\96n\8d\ 3\13¹\9dÁÞÒåÀ\99¾~ }°ÚHÂyù\82Ó}>\80\87öá\93#ÕP\rô~Ý0¼õ¤[c
+Êï%\ 5\1e¨]óêèLÆúóûûï·Q\rÖ\81¥f`\\97˵{\16S]\96\19óEnëegÆ\\89Ûz}&ã
+×ëuô\16\14]?àhFa
+Ô;\ 1E\9a\ 3Ú\81\ 3ª7_¢ÇB\8aóF$\ 3\ e¨>"\19p4£\88\88\87\8ef\14     \12P\8e+Ïf\18\9dóS\112p©¯\ 3,M\e2@.\999qîÛ\ 6ôÇ\8e\19\89\90§[öC
+.¢\15ù\ eæ\1e\13¡Ï\14\ 1½«Î\86\ 1ê·U´ã\f\86Ô\8f\93wï!\82p\ 6ÌC=AÛ\1c\89®\1dì\8cT\1c\11Ú!XÆNv\0\r\91§át\82<\90\13'ï_f\9d¡\8e£BPà\ 6ô2øXà] 7ô\98¡!Ð\9bÊ,ø\0\8e\99\8aX\ fe\87(.Ø\98ë\r-Vx\1dÊ×éÙ\92£CÂï`nå÷©\bl\98\02´pväè\12\0ǵgC\8e×w\86Ð\9d\14à\ 6dt'\11SªçÓZ³ÞÎeÒ\1d*9Ì\82\ 4m¹£\1f\a¦\80Þ\8f#a[.ßF'Ö>x\e¥\8c\83´¥<
+ìÒ,Z2þ\81§R8#Ev\b\ 11¥º\10\10P=À¦ToÊ\ 2ÝJGS\96Ó«ìZ"\92\8c:A=Ô³\91at¬·ë=\81ò×w\86^¬2 nõ¡\88Q\8cï)ÄG¼B}¬c\82.\89\9e\8f\9b\86!\12Û\0>\81\9eQ\9c\9f©A\86\ 1²\ 3h.¢\1aP
+\90\0Yoë1kÆ\98'\95kzHß\1a )t´%\11ãcÞ\96d>\8a\94nZ¤·%\81ñ±§-ÉC\8c¥`§Pö\a
+\84ù\1cs1Cz\14ß\9fc-GcË\13g\1fµcE\84ù(\ 51Ì'{T'Nß³\83ô¥!A3\ 4d\10§\14W\90«ìÕø\9fËe\90­¦?Ý\96Ëǯ\1a|]î\98
+Z\81úûz¹"¡æ\fܶ/\83¼\e$\9e\1c\94n\90xz\1eí\84\ 3ÏÕ¹\ 5½ý3\ 3\1aÂ1{â¶\ 1Ý\80\1aH\7fÛ\80\ e±FÌ\7f\1dbMp\ 3\8e¡\98³Æ\ 2Þt\e\8e\92g$C\1e\94¼ \138Pò\19Ê\90ÎÂ\9a\ 2:ÎÂ\19RPGÉ\17,C:J¾"
+\0\19 Íûk\9dïõ\ 3íkw[l½|ÌëÛ\84ï\15®eþz\ 3Ä¥¡@xÿÛ_×\1f\7f©\8d©®ëC\ 6\11éý
+9~\7fMp}sþµ1ÂÇ_ö×ÊÝ\8b¸}\0u\96Zn\1fx±n=\9a÷£\ f\b½'ì\ 3\eø@\\84\8aûõ#OÇtßö\ 3©m%Ó~ î ¡#¤      tÇjkþçõ0$Ç\aâ\97i^¡4RÐ\16\8bW.ÔÂ\96û\11\1a6Ò#Ìð\ 3í\11PyØ\9b\88ó\8aØ\98\85\ ecu\a\v\94\83¶Àì\9b\16ooMÎ\97\19ãú\18\8c\8arßÖë1©¹3\97õzP]1îûÏËÙô5\1c鮧þ\f>¾#m\ 1\9dß\93¶`\ eM\9f\ 2,í #\ e\160        \1ci\v     mÀ\91¶°H"Ä\1d"DAOÚ\ 2\14a¹÷IÈP\ 4\1c#0
+<\80¬C¡ \ 6xD¨ \ eH\8fmæÐ\ 4M\8dè\11\ 3Ù\ e\84\ 5ï@§Á¢ª\11Û\0V£f\ 3Ô-^1 t·\18ÚBÇ\18\8c        \8a¡>\ 6cB\14ô\8cÁ\80¦Ð1\ 6#\88\8aÈ3\17D[Ì'\89 ëÌAÂ\ 4osÏ$\91ê\8f\7 ã£1k¶\9c\15SÃ<X\1d\85®¿ºÏãBtÔ÷\15í\ 4t\ 3Ð\129
+m\17Ñ¥é\8d\ 2éÙ\81^ÞAï>¤¿¿i\96\94e£Ç\rú\84\9eQáP\8dQÅ>{¶/\92\16ñ9\1cØ\8e\80\r\90~p\11\9aÒ(\90àúî?ä×~\9dV>¬È6m\Pdr\84,ºæôѸàûHî\95\9a [äH=\98±5\97Q\96½Fî\rS\>Т,¬sò^"×ÊñË_\96)°jªL+EWÄCG¥è\86=[G\85\e´e²KaïîÃ.E\9eD·°÷ð>ìZg\18\9e9\1e\1cr\84~¥þê\1c¡\10è¯Î§)J\83¯Î\19\e\ 2}è»\18 ±îÝû»ùûÑá²>¶\rF{#¿G-Q&\96È1\8eC\8b\f`§H\9fè\ 2\9d"O37(\ 2ºK\90·é\91K`ÍÜ\86]\82\8c\91*Ý%($<Ó{©\9dnÕ KP\bÒ$»\ 4\85\982Ù%(Ð\149\\82\ 2\ 34ÏÛù0^9\7fmçVRú^\8eéã÷
+Öë`á
+\7f^OE¬\1døo?/7n¨\8d?î?/ß\85öz\9d\ 6gÆ[7·\1eùzÍØnëõ\97ÇZ¢v?\80\144þ³®\r'ÖûÒ\83o»6ÐN\        ²P/5¶nj·\13èx{Æ$\14\9e\ e\rî\85\1abJ\ 2\838z$à#\93Ñ\11ôJ_\e¹<,\855\89®+\85\14.ÆVÈQe\96%\19 ¿¿B5\ 4\f¸¿úMo\9eî#\93ßþÜË3]·O\ eÊ9@Ö\8c\10Åé¡!Þç\80(\96\98\16\87\ 4l\8aåÊ\84\18²´\ 1Þ\ e\ eñPÒc\ 3\16È\rõb
+Ï(\98 \19@\14$8]Â\14ÐÛÉe¨F\8e©Ñx\ 3:TZ4!ä­Ô°\10êµ\96³F\ 1^d\86ÕP¯µ\94ý1B\ 1â\909Àb,\85:\½áË@¯µÜ \ fôZKìÔé.±µc\e\15\ 2+Së
+\ 1/S\83\96H¯n\81¦POÊLñám\94\12\92B=ªHÄ\14ê3\873ôËõBAl   õ\8e|Ð't4ò*\90\80\80\83÷9B\15è\9dÑ]\14[\87¤\8b4_>Ð"Í|\ 3ÛÃ\r,YÚ\0òÊózNº,ÓedF\9b\10\18>òí\0Ç_^vø\9d\90x[/L\9a<~\7f\rp}³\7föûëòì÷·Iû}Ô~è=d±Nª¼~ ®`hõ=#ÓBÓ\15r ñ§Ð\aÞ;\88p\ah:ßÝ\8cÕ\9cÔtÔÆì8Õ|Ʀ©5clfÈ\99\8fxÛAcÇÚd>\8b-«!½~ ê\93*KB;h³ùÊGi\8e\12Á\1d\94Æ©lóR-\11\ f´`;ÚÁÑ\82¤ú\ 3Óu\8c\12à\ 2Nh´NÙ·\1d ð\94\10Ñ¢»Û\11\1akNÙh¯N7.èS[7(H()\93Ä&\13æ\ 2\90D,\a{*\r\12e0©\12ËA4\9f¤'\atÀ`\84Dl¹Àã3(Ê-\r:\99±y½L_vgÆÞÖ»3c¯ëÝ\99±÷\9f\97\90â÷ìbûùu\f­\ f5\1dì¾\ 19\13'T!¾\11@ÎÄ1°´{\ 2º\81\09 C\85\11S@ß@M±¿m@\1f¼\10±\bÊ]\r-µõö\ 1ôìEðÞ<!\1e´xoK\82c®_ÈÛI\82¯m\r¥YfÇ\8d\86¤È3;¢,\12\13Øó³Í\9eØ{T\ eu!±ÜÖî  xj*\92C½ä5,*\ 5\18\\8a,©#A\9a\98\92ïc\93Û\ 3\84(\vQĦHïf4A\16F\99\ 51@\12ê½\80\ 2Ú@Ë\82¶^j{Gl±NÁÙ\85øK©M\14"ÜC\8fc\14õ\98ñðåÈk<D!æÑS+\82\1dD-H>>°À\ f\bEg\95\885\8dãFÄÖ©¢\99\8d\ 5*\82þø\15\83\9e&óÜRñFcå³ûì\88\83\ 4×\13è¨ù
+m\99\ e7B¯
+x%,Í>®øN\ 5' ª¸as®ç%V¼qøFKõí¦ïV\10´¬¾ÝÜÖë\13\9b\ 3´¦:`\1a0\vô´Â\b­¡ÜMǦ\1d÷­1[\8f\ e\80ÖãÐÆàÆÛz}Îo\86¿¯'¦\16,\81\8eé\11X\a\1c-©4\ e0-¶é\11]-îM\8fè\91\90g¶"\12:2[W|\09\93ÃZR\8d(á×\8eTÃña\9eDKLSê&U\8bHN\1f4C®\8eRø6\94\1dó\1c5\1e0)ÎÐ\8e\ 1\8dû\93èPð\8eR\1aHÁ§\1c£\r8ò2\v\ 4i\10Èòý\98ãá\rÌX\8ae=ÌbpFs\83_\ eQXï^ijAçÖ­­\exyDÛzßÀËÕ\94e ¾\1d\?\0Æ\8dÓ\91ë{\13\b°\ 3½«Ö¶¢\ f´¯\1f,¸(\13ò\8b#\ 2Û0\11KÀGÐ\9b\ 2\ 1   f°¶Pí\11R\e\0.ì\93\8a%.´°·µe²ðf½ ÷Í\11è\b\8c\84v\80\7f\ fؾb\8cG\80íu½®Ê\16Z\Öë¹\91\16X,s\ f*#\80í\8aÖ{\0Û\fÏï\0lWD\0\1d°­Ù©Ý\13pÀVÛ\0\al\13¤\80\9eßk\17rW\ 4XrjµC×õ\ 2Òf¹¥\90\85z\99ÂÞJ@Ù\0ï\ 4\80tÀQ¦`#\10îJ¬ç\86ÎX\8aå2\ 5k®$è\11i\11ö²#o;xc\82\8c\10\9cx©ÿ\bö\ 1(\86z\96÷\86õ@oé±Á\rÈ\90w¬yò·õr>M\84¦Ì\ 1\97NH
+\1d\13F±!Òëø#\96\0\1dè\8b«¤Ç|Ð/\92\0ÿ ß®\b÷\ 6ý\ e\9bbK.í\99bÞH\0Û\11½\97Ã\8c\90\81\19\9b\b\ 4¨D\r\ 5XJÏ>À \95¡\94õG\8b:'×\7f\9bÙzM\vyb%f¡\10_׬´Úëõú\81¸:&ÕB)vä\96&(D:R\97D5â\99\91H\91õ¡çÖ>¿»\81^j£`I:Xcï2ãýó\91\1e¹>\80\98à`â\82\8d©ÞKa\11m\19\85[\97g\8eõ\89vöC\v\82xoÐ\96ÉÏFi\9bÅû\90MªÅ2 \17[db\8bô\12\92è%Üá¡\fä\bY ·\1e\8f³ê\16\93\r$d\8dõëÄ&Íö¯\13òû\19:µ:ÞL,\99cP-ÔBa½a\95O90C\19Ôgý\12;$?¾Zûûû\aô\13lZ|Keh\83N\99\9eȱWÑ?Ù@\11#\13:e\95\98\ 1ùÍ¡\10\8cDÎ¥)Ø¥q\8fiõSàXo(áìí&R\97¯h¹>f5\81å\ e\e°Â\9f\97o\81\rÿ¼ÐQèp\10·\9a\ 64_Z8L²;hSZï\e\90_\8e\83eR\r\12 XîB\8f\ 2\1c¤¬â7w»X0\8cp\12OÀÖ\17x\ 2G¿Õ\rm@ÏGL\88\87H\81±/g\räoëõ>\95\19±\10\93ýgL@à˱¤Ö\15\89@\8bÔÓîç%U5ú¾/\17âà\91R\8aD(\ 4=#Ó@Ò\8e\11ä\1d\04\11â\ 5üØ\fÈo\8e\ 1\9b\85Á
+eH×\81\15É\90C\a°\1dwôj\85:¨ëÀ\86̨C\a¬ÙkW\ax\a\ 2í&ã\19­P\84\90'F\1au\ 6¨Å\8eV£ñá]\16㳻̺½vï2þ\ 1l     u\905A; ×¿gd\87\80;Äü\91\1då\95\1c\92Ö\9d«yɵ\85À¾\83¡ú\ 2ë! h\12AIç|îàû\88 }ø\7fô§-î´·£'X0\13ä4¦¸hrL)°ª\14`\r\14Ê1QÜ°\1aÈõ\ 5iB\a\17Ø ÙþuÂ*ø!\võ°4a§T/@\87N©îP$ìSê0sÂ÷\99ÜE"a§RG\99¡%sä4gt\1dzr\9a\vTB=§\19Ú±V\ 2PöÏÑ\ 1 ¾zß|RùBOÐ\f9^{Vè\14ë³!÷f³\8a\19\94    ûTzuF\86f\ 4ÙAì\93\9d\10qÏ'£É\90á\99\f\9d\10qG\86x>ì¨;ñ\89\10?ò  s\82\14t$5\13\87Fo\94
\80\ 3æ/\ f}Â\Ptîx1Ì8¶tdÔbKèȨÕb#*E86ÔÕx\85ø\86®\85\et\ 6d\7f.CwFO\9eÉÛ(Äi\105¤¿ì\v\14ì\fÉ\ 2T\ 2\96`\99\81%\ 6É\ eÓ\ 3D(\02\ 3\8b\b°õæ£\8eþ¾!äåûfFÌ\82XeLét\83b/\f+úyÇ\e\8f=\15\97ï{)u&\82Ý\7fÞ\81POè÷eOðD¸Ë`O¸3\8d¶³\ 1\ e\91ã\rÈ\rßmÄé¨\0\85:½¢Ë\ 2&\ 1Á²ß®\eÐÓh\13¢ £2È\9aÌÞO \97ìgHB½Q°e¿\95ï\e\9aQ
+\16(Cú\84Ñ\19íß5ât\11YH\0VlÄt\80uAJà\18R»b+([±\13á\1d4cÖ"vØ\8eY\8bؾ\1d#¸T0;\18zc\17\b,\14\10  õ*[\9bÆ5*Ã1b\16êÍ9\13¶cú\ e\88\19ÑÓ\80\ 1rE   4\88Í\88Þ!¶à»\\7f%(è6v@ä3\92\ 1O\8bÙY»Jh\16ð\ 2ÕXW\82u\1a¼Êl=\12!=\98±îªÃJ´!    r(Q\9a \15Ðq1ì\ré)¼Ä\eÒG\bYaÞ \aÏf\ 5\1d\ eRd3a\87V\1fâ\94 \11ÐÓW3ô¦\1cé«YtHisÐ×\15ô~%º|@/,L\ 5
+±^Yxf\0÷\84\88·\eP/c²\81\ 5\9eÀ1Òn-\92\14óv\ 3Ø\10ë#í !ò\8c´#\96H.\f;\e\16\948V\18¶§à¾!ò\e\13ä°Ll\91c\94\164\86\16±C¢c[  Ê±\8emAcæÀ¶°-\93±­\8c\1d*\9d\800®r4>ÉE\8d\8bÈ\ 1\0ù\95%CCä¨hÉb`ÅÑUÍ\10ñ\f^\18\15H\8d¢\ ftvFV@I|©èÞôÐ
+\14\ 2\10é\19´Ø%\92\85¸\84\87V `3¤\ 3¤Ø%\92­\80\8dñ\1aµ\ 2\ 5\ 6vzÃ|Ó¡\1czA      Ia\9eáz9{Î\1e8.ëu|¹NϹ-\97C\9aµFT×å28g¸Èõð:6gnÀ\8dx:47!îéU\18{[Ú·þß\ e #C\ 1n@G\86Ì\8b¸Q\0äJ°\ 4bU\0\b8h^Äm\ 3z}z\82\eÐ!ö\8c\15PïÓ\90\11      õöc¡à\rè2P\a\94\88÷\94E&DO8:\13\80¯ë\e\ eÒ\fè:®áº\1eEd¤Õ>4aqÑ\ 1î\15É þH\e \19Ò{ \9e     ¸\1d\11¦¸\92\ 5#\83:xv8èé Gg³(\81¬E\ 2\94 æ\0´\ fgÄVLOÜL\90\82zOß\ 4%HÆeNl¶óû\94\0\19{\ 1z+ÕR\ 6\e¶zÝ@\9bmÃSg!\ 5õ\1e\11\v2\ 2\1epwÑ\8c\0\a\11Ð;4`#¤£Û\e\16\ 1¹\98)Ù[u\9eÆ\8a\99öV²cÎP]\1f \f¡P\82eÎjZDq­°<ºHSÄ7¹\8e®Fl\88\1dÍd\93t\ 2\9e:\8b½1]\ 6 7¥Gôg7Ú®?\8b\1dêT²æPÓ'\82\19ÆCú\13Á\8cn\12Ǥ\8f³Áà!L\v\8c\89ô\94\9b3w¶w\97P\19X!\ fõW\1aÑ\9d¢,\80î\94Ã\9dÉ\13Ü\80^Ü?a-\12*Y¦\13\1cÖ<büFa-¿âà´\1a\83×ã`\1fÓ3í)öú \13\87|ª°Àu½\1eÑ\18¨\15;ÍxY¾B°´ÁØ\99ÓÁ³\8e\ 2¢\80£ûà\fO ×0\84\ 4\17E&DBG\\9f \f¶2DÃb»Ib§\9fqwØK\87\ 2\94\ 5\ 5\9f@ï¡iWAï\ 3<0ߤ\13P\12.OI¸B)Ö+sWlHôy;ë,\19\ 2\9eø\84) Ã[\ed\81\9e²1A5\92¡\85sÖË \1aÆ\80í\88\1e\96`C&ç¾Eh\87\¡ù*É ï>\b\ fà\bÍ\91\19p\84æE$\0\ f͵Ë\90\87æð2tÌ\eªóPGoã³$tô6>ç¼\8cÞÆç \97ÁÛØæR\ fßÆ\11zTúm|\ 6÷\83f A\87Ìq\e\9f±}O\8a\8d¹´\97\ fè o\8að*AãPYh¬yd´¢/A
\15}<4\86W\81Ð\12ü\96ùt]¯\87e\ 5^%\8eA/¢KÊêóÓ<U\11X½õùu\a\80^\98\fý!\1d¢;;\1fv)È\ 2cLA\1dÞÙ4\19æiOx\ 3úx\87       mÀ1Dòl}xû\80\f\ e\9c­\v\a-a\ e\88\87\ e|æL\9b\1aôG2\8cì´\9c\93#ë   º´(÷\8d \eØ!Ò{7æÚ9ðf\bõ̵\82£s92Ë\ 5\8eÀêL|\1aå!\8cì\94Dêã2ËöXÑsh¨\16¬0º×µ\80\ 4\16¬ZhJYH\ 23\99\85\ 5CLR\ 2ç±\1e\v¡lÌÏæ\8b\83\18W±~Ò]·\9eå-i^9ãÀ\997Õã\0Ý\80ͧpÇ%×ÊÒ08\9eb©aQø¾y&m\9e\98ÐÏë9È\86±^×ë)È\e\9e\81l wèÎGa\13±gí\ 3<u\b\9f@¯Ì4l"ô:Ȳæ\87Aca·{âu\ 3\90a\e¡Ó?\95fÎ$´\ 1ÇMx\96\86öxÀkK³D\ 2\ e²"5rä\ e\15(\ 3\8eÒP¸\7f=uÇ Öëz\1dæ^°\19Ñ\9fJ\16¸\ 1½@\9bØ1 \ 1\f"ÅB¬÷0Ý4\11¢,ÜTCNÀ\99 ý¾«¸\15\9arGifÀZè\98Ð\12$\12Px)"-ò l\96\85\19Ê Â\964=äÝ\a\91\1ax\10\8cn#\aÂ\96á] \ 3í\19\1f@FØbÁw\ 1ÀwXy+¶\ 4\8e\f¨é\99".ø\ 4Í\ 6èHó\15»\84\8e\1c\98r\98\16\93°Ñ#þ\ 1Q\11\19\97Ⱦ1²Ë\aü/ÿÓµé\95ûå\7fê´Ë¡þ\80\85eÓ÷íjxOð\b\18ûWMéÔë\9bÆZzW\ eN\9d®_ô\ 3æ\95ö>À\9fþ!\ f\1d~µ!ÝS¯g\13[?K$ìö+¹\1d@o\18b¶¸'\85ô\ 4\96Í: \ 4ÇÃ;\92bɱ·\ fà\13ènÝ\82i¨;ö\vÒd\87_i~iO\11»\8eiÿ\ 3ä\ 4\86\96\8f\9e`Ã$\94\9b×\9doÿÓXï±óí¿'ÆÜ1\85\eЯ³\80,\89#§:b5ptÅÆ×\89\Üvú¥·\ fèMG\92¦\ 6Ô'Êè>ÒÁò={à\r\96_\ fÐ\82ål¤÷Þôä=Ò{*c#½÷\9eÔÛzß\81c¤w\9cçc¤÷å\ 3\8e\91Þ{Sj´\ 3¹>&Z\81Ðõ\ 3úHï=7¿½\ f\1c#½÷\ 4\0\89\88ô\b[\81\1f\90Gzï/øí\11\1c#½÷¾Ô\12\17ØHï==ÿ\10å<6Ò;\ 5D\ 3-\ 5àH¯ÿ¼T¿¨B\96'M\9c\ 3\14¯Ê,Øcë\9e²jÊLßo¡gä\18\9d\97Ñ\95èHgK\ 5ºç:\ 5\v6èzsò\ 2¯4½\81άyv\94\0\8bF\0\9e\ 2\80îtýJ>S\bn\ 4\94gm¤\15\86\17ʼ\99\9a\85±\9a\16vÇ6±î-P\8bôÞÞ\eôJô®\13$Dt¤÷¯\83ÑA]\1f \fè}?\ 2\96\ 1GklM\béä<\12aÊ©Dgç\95A\11È\19j¡Ü\15\0Q\9f\10\90óÃà&\17LAÙ±Í3\ e\11 3Þ\81^¤B"LGkk\ri¡4\84ñ\9dg\b©\8d\94îÞ\ 5¬76\96\ 2)\99éݺä´D\ 3\91\84\80\99¨w§\ eȱE$\98o>Ýôv\95÷î-\87G³|¬Ûç      d¼°D(Ez\v \ 2m\91^,V0Ø%?\\9cY\f\83`WÍbØkÖ\9cjX×Ïp½Þ\7f\ 5ý¾£ÿ
+úy\94\14\8b£Ó-¼Åçº<&\19aØðéåZÅPßþî\1fÐ+\ê]~#\80P2l\85b¥®ï6¶eýO&x\ 2}ü^\84,ÔÇï%(A:ÖZë3z"Ä»SC\ eè\ 4,\90\80º\ 5²\14\84Û\ 6ô$\8e\19Ë þæQs\10ºZ@Y°\1c·Àí\ 4:ܽ \16zZ\9c¯\98\ 4z\1f%l\87äÑo;Ö»\a5{l26\8b\ 6%]\1eP\94¬fF÷\r   A:¡%s´\8f\98°\10éÝ\95\ 3Ü\80\8e\94Ö\1c\86\9e\10ör\18º2Ä?\80)\0>@R\0Ryd\89,\87¡kÊ)\v\80>\ 6³<3å±h¦\9c\12`F¦ÜÓ$\1dZB½D&Boª-\91¡\ 4X\1fÊ04cRDqM`\10î\12\8e3+\14ä\95nò]DÐ\9d     ²@¯±    P\86\1dMdFos\ 3\99±?¦w¯\80fÈ1{/A\7fHVBëÀ2ì\ fY\9dY\8f\82\1ccÖÌ(¯3Ã"(Ĥ\86\11c3¤Ïo\9c¡\1dÔ+õ\1e\9a¡ôÐ\f¥§f(=5CÖ {Ô\f\f1\8cw\1et\89\r£\85î\9c\ eRC3äH\rÏ\11j\91\8eÎ%x\0Gsn-¬l\91¥õýÅü2Ciº{ä1ë5VYDF8F\8b\19^(\1a2>¼P´Ä\94\87Ø\ eé\rÊ\17Ñ\10ò\ fÀ»L×\ 2\12\17ê\13,7|\eËÓ\1ev\8cø\b\f¿\9fö\80\9eÛv\80´¶>Ø+\8f¿¼ºçæ.
+\1fù¦\ 6Ç_^\91õ\9e;q_/¼Ú\1f¿ÿº   Ðúfÿì÷×Eý}|þmÒÎÏ2/ö\ 1\a"R"\9c¶p\ 2\ f\84F\86Û´\ 5\9cÐ\aÚB­òQ`ÚÁ\ e°\81\99\17åc\81îÀ\89°Ý\8e Ó mh\amVoúHðÑت|î\1f\10Þ»j\8bÞ|¼\13ì\83\9dçÓ\9a'%µ»ÊAA\8aä\91\83\19²Ñ!\a3\14$M\ eÞD¬\ ffûü\96¯ù/\r\rè\ ej\1f\94û\ e¤\f\9c\9d¬\96R¹'A|\82ͱè;¨=F»; \82´\89\82\14?òíFx\9d\9cDwgcã\98±#Ø$:\81\8dX\e­Úç®Î²I\8bá¡I³Yrâ|"]=\1aÐ\1dÔG¯®A¡@KÆÚØ\į̀î\r\8b\1f\19Õ\13ë\1a5ª±@"¶\ 4\98¡.´4`ùlöt\98¯\ 5Ør\8cbÎY\1eëf²Âår\90[KenËõÁ¼G\ eÎm¹ÞáqB?ï\bq­üùþ\ 1¹Y°\15\9aôO@Þ½\ 2Ú\80>÷äôkr¯\ 1\ 2Ù\7f\84\f\94\83\v\eÜà\17¿Ï\ 6\91o\97"\ f\11       \19\11À\11ÝX\99ɨ\ 2\ 5\v0o\eÐ\9f>\vÜ\80.\ 2\ 5ª°.\ 23²@\ e\11¨9H=\ 2òwG¬\83zéð\8a8àè °Â\ 3¸KLî\a\90ÑòÓ\1dêR\90<XØ«a\87\0|r\ 4\94 9y b#æè. %P\7f0\8aX\82ôWÏ\ 4%H\7f/IH\85=%2   qÀSµ\9b\93t\ fÑ\rd$\82\9eÊë\ 2y¨×\97\14\8e\94èXL\8b×Þ\146V9\8d¥Hï °À»X\1fà²h\17\ 1\ 5óP¯ôZ1\ fä7\17\9b^1lȶE\92b\96\87u>;æÁ\16¡Itçh\83Lh       =]ó#4å@\86p*çþîøö§ö\11ëߥrÒw»\ 4õXï1\9a0\ 5\1c\r25[LY\98áe¤W×\10\7fN6\ 3     Z2ÏË©v\eÓw¿\19ºô\8ewOñ6å\ f\9fÏ\82´<\8b
+Óú0*<_Nû\86ôûâ\98¾\f\7f?\98\8eÚ\âQ\1dÈ\ 1\aUró\81\1cTCÎÞ=!\ 1\9ec¿\7f\1d*|\ fKu
+f\fëèO×¢\19£e\rÄ\8cÉJ\90\89C&ç¤gÑ\8eñÚ\16hFdhÊJ[FÍP^æGf(ðÔÃ\ 1â\8eéÕA"¸ÇKc``¬O\15\9e C,#\ 3\ 5\9a1\98\85\83\ 6(\ 22\ 1\1c\90ßî÷Ê\9a'ð`Áð\9c{,ò0\a\93ÊAì\90\9730\1elqkèx\1aëÇeÐÒe¹Ã\195\15¾þ¼à\8bÖ>LUÿÒ`?5{g»þ¼ÞÂÇô¯»\9e s¦\7f7òéE\11\ 1n@ÇV\ 3â\9f\ 3\99\8bè÷=ík"â\80§(#A\ 1\96;\87\9cøøu\ 3\8eÑÐ\ 6\f]7 wÂ2?"u;Ì\92\r\18.Ó¥\0«\8bA\14tÍO\82B¤ÏÀ²tô\8e\r¢¿oáPç÷)\ 1\17¤\85\ e|~Õ\94\90\ ef~ECïä©Ëú6y
+Ñï\9dô±¡ó\87ö±\9fw`\82\12¤7\8e\99°\12ËvôÄÇ\a9p\16ÕÜ6 \83£\ 1mÀ1páDØû\96\9c\90À\ 2ª\8e\19áó\9bðM\fjÃ:\bù¨%\8e\19ª¡\ e\ f\17ä\vxàá\ 2õX\87\87\8bf\87z\13 ºRÈ\ 1òU£\0\a¨áe(\17¹Fì\8eé¥Y+ögô\87ªMõ\añezÖÕô.S
+N\12S&\ 33iB<tÔ\95\ 4lÌõá5\16\11\rø#Ge\ e¤\80^¥zVætÝ\ 1²\1ezt\8e
\94 \1d\90ý\11\9bÎÜ×\ 2Ò;(C\8f®}(£,,ZXÁ§3\17ͧíMg\1eµ\ 36\9d¹k\a\99{,ìMg\16.32¥ýôé\ 6½ò\13â\1e¼\r\13´\84\ e¯<m\ fµ`Ó´\80Ï°\82w\91ì\95g\18\e;ª2ÄÐ\98OÀR½\ 1²\7fè\11:¦['(\0z\81aNЫ\97\9có Gºw0Ük\93JªqMùHéó\ 4\ 2:h\10ûÃØ<Ϫ!%\8f\fÄ\8eÉ.i\86¡­§\a\19\8emå:Û¼ !\90\10^ãâjøÆ\85\8b±¹\8eY»ù³¸èÆE}\b\16¶D~\94|0>/\93\16\9f³\ 4äòÅ¥\ej¨iÝ\9fz\aàÝ£pl¨\ fá \9b\f\13\16\12\9cÊI\13\16×ı\16Ñ\86RÇNÿ¯\1eJ\1d{}ø°\19Zk]Q\1cëàf u\1cì¢gêÓ[Ïs¸\11õA\ËÛG-ð\ 3B\ eò-\89;v:ÀñîM\90\83\8e\82Ö;²À\11\ f\1c\10£u+\88ßwrä 5T \1d%¯ýµo\1cD\11Å÷\ 3¬ú\ 4ü~\80U\9f\0lR\0\96\ 4\9eIØ]\e@DØ\1eË{"Ì'\r\8cnÀPj¨\ 2:\ 5W¬Ä:\ 57(\83ú\ 16H\0Gë&,\ 2z\1234c\8eÖM\ 1\1a\11½É}\9cT%$ð^\84Jäè¼4=»GÏ4î.\ 5Y=\1c´"z㡼J71Ï¡F¿ïi<\ 4Í\98§ñЬ¹"Ý\1cì¾3@H¸@\16èB¼¬\9a\10ws¨{'àÝ£à],\8f´=1êÛ   d\80Ô¦Wu¥\88\7f`{t\99&h õ¤\93t\1aÂäíÆi\18µz\9b\13p\r»s:È\ e\r¡ã.;1êA5<\93¸G\858aK¨£{Y»
+èï\8bþ\1cO\ 2\97í\10\ 1hí±­çOQ\19\9a¡\12é\0íò0,³\19\ 5ã2°B!\94\rYZÑmìyéÙ°? ÷#M\e\94"ùÅ6OZX×Å\98»v\84¬¯}Á{þ\ 4\13b\e\b1ù@\14µ\80bk\11i\81£*,\9f\96°3(\83\ f\19@Bähÿ\94±\1eês"
\80Þ<©àÀH~µÏЧsd¯d\18\9b:ô0c[¨\93\85T\91pp*{\95û\90\ 3É«¤\8a´A1Ö\13\a2AÙäÄ\81\82\9d2Ù§)\18\13\aJ\88ÃÆì\80¹Å\rð\jÕ§aë\1fúÕ\ 5\1aCÝ©*Ø+\94\13\aÎdîQ[j0y\18ë¤g0yHc\96Ô\948ôúy\12\98\1cý¼î\90mèס\ 2bêÛ{y\88cY\e\94·þ\84ï{aò\99¼+<\80\9eKmøRï\ 3<\9b|\83\1fÐÇ4\18L\1eºc\1aÈ\a\faê}\80\82\8c      ÑÀ\91Ð\9e0  ô\97\ 6\vÌ::ȧú.¢\12±9\rX\r\1c3uá\aÐ=\82õèL\aï)\12jZõ\16\82%\ 3E\8a\9bc¤í3C\14ÖòL\93-.ê\99"úZbO~·\ f47Yø\98oR¸½GkÆé\18¤ù.·ÿü@\ 4½Ï0\ f"4f\ e\1eÄ\80\ 1Ë\91\10 \1eÜG\89~ftÛú¯\8fî\ 2BQ)\10kKÓ+\ fÚ\1dP\1e\80+\ fÚÞktHýË\9dhwà\1eR\9f^Aò\97\ 3¸\87ÔßÖû\87Ô_?à\1fR\7fß\80clÑ\ 6? 7\8b\b\16\9f_O ã\13\138\86î\98GÛc\ 1µd        n@/PKP\86ô\ 2ѳùר\f\ 1O}X\9dQ\7fÛ\80cF}B\eÐ꽺IÙ@oÂü\9d\ 2Ò}|\19;t³\ 3Â˯]\87\90\ 4J\a¸ª\ 6V¦ù2\bC0×ùôÛû\0}4\9að\11äè<NH\13õ\16h1`[æø\0Ü\80ìÖÙ\90ù®&ó\19ñØ\16éÕ-\96ÐÚãA÷õ¸K\ 2öú\8b\84ÀQe\ 6m\11Ê(îtàº\11Àß\81ëª\ 6z\88\1açQch\8f¿ðF\97sHÎ\ 6\ÃB¸"\12:ú_­È#p4ò\83>\91cêÌ\14\1e]\ 6\89x4\8eê M\axÿ-|\1fË@k\8a¢)çÕ=Ø\94ë\8fNI³¤üé\14*\81>Ø;C\19Òûo\15M\86øÓ-6äÀ\f\91çÿZ'¹§!\8c5\81\9b!\ 5ô§×\19k\81\1c_\9fåA\1d¯\94\8f·\87"¤×G-ø\0\8d\1d£j¸bCÚ¨!\8b-\93\rì¸|@\8f-3\8cí\1cÁe\9epdá\18ï\ ey¨WF`\87È16Æ\ 6V\fÚòLü!Ù±ÏÐ\1fr8ö\19Z2\87c\7föÐ\1aõË3q\89ô·Ó\82ï#ÇÛ©è\94õ&Ä÷ä\90ÍTÝ»h\1d\9a8õfª²\12!¬Iº ¯Ï.\14\9b0ß%!ÿ\06\87:\ f6\bsè¶`Ã'\0s\16Ú\91\88úZq{abL\ 2\i\8f¯\13°Çû§\9b#à9\v{'-ô\ 1\10cck²wÒ\ 2\1fX\ 1\11É\ ebB\1f(² \97\bwP\80 Þ{³Úû)ÜÁ\f\ 4ñ>6eªÝ´æc\8eÓ\94¾ÎßÉÂØ\94ó\ 1v\17\83=ÅtH\f^ª¼\1f`\ fS\86¤`\rp½0¹¦\8e¹\9f\9fí\7f\9bÐï\17é\ 1ñý\ 6{\©·ß_\ 1D\80\7f?Lâ\ 6\98\bí\1d¹À\a\90\bµ¶l©¯¸à\ 3+ÐC6\89+j<¤\80c\80BT\0êM\88\18çgR¸¿â¢\1dèåV/Ïf×Ãë\a\81û\ 4¹Ð\ e\93Îsª\1fX¿¿\959ð]\83¤µ×\19\91\0ßõ\1d÷ºÞó\10\ 6ô·\87Z1uß\80Þ[®v³¹m@ȱþ\1c[q\18£îä\12¢\b\v¤\80\9c\8f\14*Øt§\80ì×XÉT÷\ 3ô\ 4õ!¹w\ 2VzmïÈw\12ê\90å\84\84@¯4°Î`·õr¥\81½"ǵÓÞ\92¾¡\ 6dÏÛ8÷\15Iá)d1Ö\eéBÁ¤#\8e\11j\81Þ\15«Â]w\19j®D\ 6\15Ø\f±û\aÜES·\13è q\81'\88:è;#Sè\0}g¤\86ú#¨uÕºSP\1f\9f²¨\96\90\95\rÈw\81ÁÞ£wAÜ°\10:úzÁ\rÈÕ³Vqt»\8e\1d\ 2&¡Þ׫¾¿\8d
+\91\95,ÝM±\8eÜÇeP\r¯mµº\eàÀ;T#½¯\171Dz_¯\8c¤Ð_óÔ×\ 2Ö×kCBèéë¥Þ\ 5¤¯×\9cT\8f\88õåBjèè)\94ê\ 3^O\8f9ð®yÅ|p\ 4ôGôÊÅÓ#\e\9d_sF¨ßk!m\86\ 3\1d"O3\9c\0/C}ÖxÐ<2^0¤)!E|#RB)˹zdË\ 1\95Ì_>\80X0Ý(pLðÙoÓwpùR\86ð\99\19XÚäÊÐ$Gî\99xïë¬z\85ó×\14×ÔN\b\ eÀ)Ûù\12kBË\9e\12ð%À-Â\vVmË´7ª<È\90{͵0\1d\93\ 1\15£tL¡htd`Ó^æ°¼wP.Tl¬\11£bªÙâ;\r\ 6©\98redþ¾¹\15³\aupý\9e\9a\eWèþ¶\Χ¨\89Y×å\92cZ3<Ãq\9f¤nÕ\14>}-\99¸m_ï<^\1f\11ïû\97c\ek,tÿ\80Þ\96\13èmij:\84\9f\81\9fP\9b¶þûüÎ\1e\a\9d\ 3\12\99H\ 4\1dõ\16\19o@J\r\1d\10\a\1d.\8dM¼ï\9d\80w¿\7f(B³*BØ¥±î÷;P0äÒ\84úü׳a\1cd\82Z¬»4\96Ý9JÁ\bÍ\88®\84Ö}~T       ­ûü¨\12Zóùa%´I÷}\11&ð@\82Jìè\v\84¬\98\a\1eÈÐ\8cém¿\8bIÀ`õnÄVÄ\91\1f\fé20#\19\ 3{jæ\98'rMÍìn\80·Õ\81\8f` Î\8cÞ\15g\85\f\ f\9c YW\vHv®\81d©[½K\82ãÚÍ¢w\80^ïúî]ú]`S¥hZG\ 3\9b*FûCì``S_Þ^ÿÿ·\81\r\r+¦ù\b+^Ç\1c\v+\f+\f\fáȳ¾\9d¡\r+Øócz] [s\ 6ðüÈ.å
+Yïwû·w2-\ 5ßÐzG)x\ 1ëu·pÅ?/\97
+TUìý<};­\9ax[¯¿\9dNèø\9e·ÓúîÕ;\0Ó\81=\a\81}4Ñ\90\ e\84h\14ìè1\8fL\ eKr;\81^C\9b0 e\11\bu\8að\fT´xX\ 6
+b¡G\ 6
\80Þqtþdá\90Sds¹º,à\ fðP\rõètA,ôÔÞÕÞå=!ä=OÅ\rô
+¹o\e\90\9d"\v\8dî,Ð\9d¢  \1a\12Ý)\9a \vå4\18«\9bëý>ï¹\8adÐñt\1a\10\ 3 ÜÌ\9a®\1e\18Ù]\ 4ôçó\bE@O\0\88¢\16òèî\99\ 4\82aC\16ó3gÀ\12\bº<ä\19\bX\8b\1c]W¡;å¨Þ\9cñ\ eô\ f,Ð#Ñi¸àëT\8f\90\89G¨7\8e]µË\80'A@[\8c\1c\ 2ò\81\r3Q΢HØ\96:\8aÿ4KÀG\83a§^\7f½\r\9aKÄS\10\8at\9d² d\7fm\91¢\12\9e\ 1\0µ@\7f\90\ 32R\98 %rô­-\90\ 1º\ 4ÌØ\12ê}k¡K§\14«LgáܶÞ×ë£JëóûîY~\15\0yRi\85\9a¯ëuo¤öè»-w4$     hû\8e\ e]æÍÌ\83YH¡6\1c½\9d@\9fô\1a \ 5\1c\rI0\ 5ô &" ðôçÂ\ep\84\85\88\ 5\8eÞPYã@¯¡IW\86h{­Ro\81¹\93\85ÄÇ-GQ\ 6\b\ 5ê\83×m½þûµ¡Iï÷)\ 5\17LA]\89Ö(±\90÷C\812\ft\80µ\aC\fpÄ$a;2ãïfTÏ\8cß \12è¾Ø\84XèIJ\9e0\ f\1d£,´\9b\80·CÁ'p\8c²\80\epÌ{\86\96ØÑ\8c\ 3è\91=4D\1a\ 5\8f77h\87\94¦>\16\95a\19ÐO0#\12è\86ì\8c©ºZÀFY<Tøjw    ï\86\ 2YèÈÊÖ.c6\8e%A\7fH\1fDz¿ÔhÞ\f        \a\ 2v\ 6äq,)`+ Ïõzýç\91?\96"¼Kõ1\f\11\1ar}ÿÐ\9dÒ­\90õRñK \ 5
\88\ e{ÔzHX 7"ëP\9aÑ=\0\90\1d>kYs\87¨\bÌZPCE@´\82\94\80\8b*\ 2äÕzE*à@÷Ò*\8a\0\9fB\81­\80\1e\96ø\12vÊds,\9e\85e9`\8fR\ 6&rX\1eÙ1\ev<*Ä\19{S²+\90\93æ
+Ьô\8cµX\1fô\9b¡\16ë\93\1dS$ þ~Á\12 çå\13oÌ1Å\ 2\8a\80l\a¬\8f\ eðIÅËQë¹\8fjü6s\84¶³1\8c»çÒÒ3¨¶\8c\8a\11öèäRɼ\89Q\ 1ï\84\82Å@\8ek
+\f\r\95¢ëÊÅ2mÕ\14\94|ÌE\9bC1ÌÅ\ 2\8d\99g\94G\84W¢>Ê\ 3\83\èÙùÞÅâ(Í(é\18׺\ f\1d]·Ï\ fÈ'¨e\r¡|?ú\9df\ fU\ e\94Îèzv\1dØSQù~à7]^ÐÏ·a\ 1]¿\8a?O@ê\80\96ë 5Ú½þb¾ÁÍë\0k­ø¿\13OOÈ·Ô¥\1eóyîÓ,\9d\807ÝF\ehéOóÙ\r\1a*\9d\1cb\86\ 2 ×T$(\ 1ú \\83¸Ë÷ãâYëü½u\89iÿ\97ÖùE¯J)ë ù0\84\19ê¿cØ3Ò\ 1øL\86kãv\88ùíI\?Ð\9e\80½\93í\89\aP{Å\ 5o`\83Z\18ulk\82J w\ e9\11ÞQ%\88AS\ 2\17[\ 1¹\ 3P\8cª\12²´\e|\894W(KáÝóv\ e\11\98{\1d\84:y;\1d;ÖÍÛ¹\9dÀ\91·£\19b*\83%Kf\80çý ;æÉY\81\9384CG¦u§é;Ç\82oS¹]r\M\8cç^»dVÕ I\11\9f5\f\r\89\f/YUDÏ\10Q\16`\7fFO¹\98\10\v\1d=\17ÂÑÒïn\bå\12Ó\14àm¬\ 3\94\11\89\90~\19¦(_\86¬_6ä Þ»Å^ºz"Ì\ef\8fnÀÖ«"D(X°\19Ñ)\b\r\99ã\0¢?ÔÍú¹\1dÀÑöCå\0\15Ê°®\84ë¢*!\ 1Ù7äÎ8\1avC+äéV=i\14äÝ®!\ 5ew*\8bî\14\ 5\88c\90îrÞ6\ 4ý¾ã©Î\ 6\15w¯bz\82¤y#\1cb\86J¬CÜØ\8aéûÇÞ\98|\91æ\ 2\1d\89`Ö"
+:¢w.\9a\ eó!Ã"2A9°@
+êØè\ 2EP\87µòS`*¯Ð\99Ñ\9bÿ`gNî5`}²÷¦\v\9d^\ 3x\ 3e\82Ð\86,\84\ 5\82K\ ed\15\9aAÇU^\1e\86\95\85\84\95²\10\17ì\8dÉï<\ 5F\95R\1eÿ!\ 3¦\85¹Ón\82Qаáì-õ?\96[<\94¿ïÕ@ëRµ_ïÌ\18¾.w¼\fl5\81>\7f_¤ß\9b¨xÿ}½#­¹!½\ fÐìS«çÊ\9d"w\8a\rÖ¹\9e}\12°\fæ\rqPFUÎÂÖÎzºÿ:õ£·\7f\ eîFÈ\ 1}\9c\9f)ðõ\ 3íÔ\ fÞ²\aª\90> Øʹr§]        \87\87\93HBÖ\1a{\85\eÐ\9f(fx\ 2Ç\13Å¢\91\90ªá\826àè\19´ 
+8z\ 6ÕÎÖ]#N7°a)ÖO°AC,g\vDbÈôa\82\13R#Ï|âðÈ\94\9føö¨)\8fØ\10êã\18#f¡\8e,F(Ä:²\18Õ\ 3°\f\92òùÊÇ\9c\83ë\a´G\9a\ 3`ÿ\94Á¯#¦e-\8a\99±\81\925{òfÇô\ 4ä\ 2Y ×\ 1XîbO\vy
+74d:\ 5\97\87v(\ e[Òº~Õî2\ eÏk\ 4à)Ü\88\0úM\14\fñ®G&B\1d\87\90¶º©\8dLo\1fÐßÉl&¦_\86\f ÇW\89^\95úÐ\12\12w!þ\9e?ÃÓÀ5§\9c?\11 
+8\9cÚ\94!\ fôQv'Æï7\ 4U\8a,\ f<\ f\90K3æ¢\9c@\99\8az\83\95z&£.È\9c;º{ãà\W\84\15_'z*8\8cÏ\1d\8f\85Ð\1aê¥\8dy\82ÖXÏâ\9dD)¦\18i\10)Èß\19T\80\84 ¼1ª.   Ãùqt©\ ftL\ f1\92\f\ 3lÅ/µõ\9bF\ 2\9e\8c\8eI ·Ú8\93É;b̲\16rÁR$'ßdh\võà*Ϫ_JXð2d\12\v¨"¯H\88\1c\ 5\19Ä\92éï\85\80\fTf\18_;Li!P£\1c\9e\15\18`;\1e\9d\7fü\ 30@Õ±zè×9ò\8f
\1a\1d\8a\"´Ær|VH\88,÷Ì)é¡)²DòôµC¿\ eõÙcÁe¹\ 3å1\87äúóòk\8f)ag9{t·Ô§ër½»þ*Ñ®\8bõß\88'?¹\9fXÿí\ 3ò\93u0\8c¬{\ 2\86õ£\rèÁñ\99      Þå\1fëv\92!\ 1\9a\ fÐTò\ 4Yàh\8d\9eá    äR\ 4kÏߣ Çú±\ 2ê©Ø\ 5Ê\90£\85£¹\12×\13Èi\ faÆ'p`íp\ 3:\ 5\faê       \11}îX±\1eë\85qa;Æ\ 2ïoO\9dÂ8Â\84-?2ãg¿\91Þ\11(Ì6-\8fla\f\88\89\92-¬0\97ù\12/\8dvv»0´\ei²£D7ÚÃc\97\ 4¸&,¦ÚÈò\15ÞtjÂX\97\7fh\rõW³\88\8d\99>¦ £\r8ú}díB¥\ 4À¶L\7fø\8c¢-ëv\91ìº3¬\87#r\87<\96do#y\900z\e\9b×7\97¥VE\¶Ð¾¹  p\97bó'÷áUçò\94\e!\ e\1fù¦\ 5Ç_^Æx\9fYu_\ f®\93ûhëã÷_\ e%Zßì\9fýþº¨¿\8fÏ_ûóßÖ·³½\97æ÷m<ù\ 2?\0:\8bß\aâ\9aOW\95àò\81¸\80»\ 4;Åg\v¹ë\a\ 2Ð"2]Ü\82¢Û\a\84\ 1\ 1·\14\8cë\aÚâ*Ô]}g\82MMÚ\1däÏçóØNI 40·¬G\83Ö±¬l,H\ f\85\84\88\96Í9LD{ú»\11\11LV¾Ï\9a°6p¶\83åË\8dúº¥ä\1d,P\ e\1cl´¬ô\1e\eé\ eìñ®·\83ô\91p6Õ\ 6å \ 2\83\9co7Âëì»QÙà\ eÚ\86\9aì\bq\82Ú\88ظà:½       r!5\16\99\95:V÷ú2\ e2.ò¥¾\1cµª\83³©+L·vº%°·Ë\975Þ/³ë<Øöå\12©À~ô:KôzôM\86è¬T»·{^ê½¢õ²C\18\ 2ü}=\ f¬¾5¸'*Û=\0~Þ3:/<\91\1cKÃëþ:\v¬\83D;~\ 1L`}\ 4ÀØÝòX\ e\1d }Hz\1aã\föï(Q\9f\91üµêÈö¦ø\86\8fùF½í]ó\1eª\17úZ_¾P¯Ñ\1cZ\9e½jF\8b)~X\81Õ\ 2\9aÏËÃ\ 1ù@u8«ðß«»ëï\7fM\\ 2\96\83­ßÚõ±å\1f£ÿ>\95a\8fE¯ôOú°³ Y}\9eú\ 6;\90Å]G\10×|\8bþ\10i\92tTaÁ¾áf\99o\9b¢|<\8eFʧ×\95CÓã\02JQ\98ÇSÆÀÏë\9d¾,\86î\8d\9f¦HÒ\82\f\9f\f\88\9e£cç\ 2\19\ 2ÉÓ\ 1ñ¸¡[Ë1¤p\93n|\9eé\85n|=ÑkBV³\15\ö,nÝBoëõJð\88\88ï(\ 4/\8aèÐ_O\92àÒÃ'íð4µ&Ç'îVÊHm£^\84^\a\83\12²:\8eÂ\1fëòéöu­Iè&m\9fþü"Ù\vá¥\9a\ eÑ¿ðÈϯ\8fL~Ú$\93O%\7fC´×\e¤"gËQw\v\8d\96£3çôDor\90\8c\ 6Íc\89Pìeµ³ªíQµËØêÈj\97\13\bqõrQ«Ùö\1fÿ\9a\885êèY"VﺧiL\ 59\8ar\8b÷<?3\9a\19ùJ\1eî-Hxe£iI\£F3kV\8b\19M+¶\1e5\9ay{d4-\81kÐhZ\1fÏA£Y¦GØNAÐ\92
+6[z\99y\ 4È\1câ<\86÷\vtµäìÉ\ 2¡%9¼«\80ê2Öé¤öHX\ 6û\9cÔ\84«åûêxÚx\13ü¸\9e>^³µn[\aµH÷\aòõ\0s__y\1dtùÚ¥(¶\98\b\13Ù\8aÄ/\9dö$\1c\8cÍh½\\8dg`n\87í4Ñ( ÆI3·\8få\a sÝ}û\9eÕËÔº\9d\12\8a\a uݾ\9eh\16\81è8\88\9c\ eñ8\12\8dÄ^ÇÁ3b\9d\f\9d]O\8f*ÈÜè(ü<)\8cã0t\91ä\86ÏÂ\92\18ÏsÃ\0ã=  \92õõª+¶\84u+´\19 ©\89Àèf1»Ý\¾O\vël\9fA
+\96\15vÛ¾Þâ\13\9a<96±\94®¥ÛY\91Õ/C\9b%PßPè¤P\8f\16^V\10úº}4\ 6\8el_5Z\fÃFFK~Á\89\ 6E/fIsxå5Ð\1cÝ¿´ºé\eëõD¬
+B÷.ûÞ4à®ä\13â-³ftÙ$^ðë\9eÖ\vØlÉQ¹ÕL÷|TÚ\94u\83Ôw\8d­\1aº¯¯S«úÂæø\82í;\8a4#üyP$ʪ\955G\95Ö{Ç£·öÒi\8b\9fD³É&V¡KC¯\10Í\92êÐ\89i\ 5)®|ã¥\82$O6;\ 6\14÷;\10[:<A\91gÍÝè\95'\ f\ 4cSG\ fÒ\19\858R'ç\ 3\85\ 6\8e²§F\1fY-\7fiò ,\90\91Í\13ë@Þ?_ßÎzÎ\16\85\12±³¥C\89Èj9 D\v\10;Ûç8ô#ͱޣ£ÞÒ>\9dêAx\9c\v ¾£óiy\14\1eghôô÷\97Y
+\8f{c©F]µ\8cCDYíó\82î+ýô«\16¡ò\8e£Ð×\92êf\8eyR\9a³Ã×#O[¯9±\86£î\18ñ\8aC\8f¢z\ 5ùj\ eé)ÈYÓ»1ì8öØ\9de?\ fã\1cYzJÒ\0
+V-²Ï±zû\8a\7f-\16ù¯¿úé\17¿\f\8f_ýÛËÝß×ýØS£ëÿñ«?îu\18q{}­,¯\7fç7?þî\7füùÇ\1f~ÿëßþé?\7fû\ f?þé\1f\7fùã/ÿñçßüß_ÿö7?þ×ÿûñOÿòóïÿð\87\1fÿúw¿þ׿ÿñË\8f\1fÿòûßþûoÿãç\1fÿåÇï~þù/ÿð\8b_üío\7fûøùw¿ÿÏ\8f?ýöç_ükXæ\7fû\8fÿù§ÿó\8b¿üç¾îãw?ÿñ\ f\7fÿãWÿû§ÿö«×îþ?-êà%
+endstream
+endobj
+331 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 917 0 R
+/Name /Im318
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÈÁ\r@@\10\86ÑïGpZ
+\90hÃM+*a\12\8dM)[É®±É;=nôZ'\1fÈaiö&\91QpzûM\90`\83\ 3.p\14\8d\8dØ,VqV\9eB-|;\b\13e
+endstream
+endobj
+332 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 918 0 R
+/Name /Im319
+/Width 22
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿ\7f\80á\a\ 3Ã\a\14Äø\0\1d1\1f@C,ì\r\ 1F\12ü\f\16ü\f\1fþÿÿ\0\0\18Ý
+endstream
+endobj
+333 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 919 0 R
+/Name /Im320
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿÿ\ 1Ã\ fÆ\a\f\1f\18\ 1\19\ 3E\81X\ 1\84\19 8\ 1\88\1f00ÿ?ÀÀ|\0\84\1d\90q\ 3{\ 3\ 3\1432@03\10³1ð3ð\ 1±\1dÃÿÿ\7f\18\0\83}"\1f
+endstream
+endobj
+334 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 920 0 R
+/Name /Im321
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cm̱\rÀ0\b\0ÁG\14töB\19\8eÑ<
+#P¦\88D¨¬Drqúî­\1e¸'¤z[¤l\12úå\12\86Ä@×\85Vtù1?ë;³[        //\84\1f\ e
+endstream
+endobj
+335 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 921 0 R
+/Name /Im322
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuı\r\0 \b\ 4À'\14\94¬ü\9dk9\8a#PÚ½\f\80¹äBKÄm¨6eÇÎ?\976|û\0ø/\e\92I¨Tx\106.¶
+endstream
+endobj
+336 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 922 0 R
+/Name /Im323
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE±\r\80 \10\7f\1dXZá\1at8\8a£\90¸Ø\rÀ\107\82%\1dÆÂøò(\13Ö¤f%Ïlá\9bX\13ì\10+±³\ftT\19FqÔ\11\87÷ñ·SÌ¥ÞJ\v\\9d\atA\18j
+endstream
+endobj
+337 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 923 0 R
+/Name /Im324
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceË;\15\800\10\0Á\rPP¤\88\80-"\ 1\ 1\14\bA\1abNH¼\1c\9f\96÷¦\1d*<\84ýsÂ\80\8b"³L²H\95U\9alÒå\90\90Ìx×Oɸ\ 1en
+u
+endstream
+endobj
+338 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 924 0 R
+/Name /Im325
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ÊÁ\r\83@\10CÑ¿Z)\1c·\ 3h#\a¤m)\ 5DdJ\9bR(\81#\a\84q\82¢Ñ;Ø\1e\14\fÚh:\18ëÉ\13Å\9b\1e'=Åôµ\8aö³ØìÌ-o=\fXì°\1dÊ\ 6Õ/\83§æj´\99\95\97ùJ\96¬QòAÉ&ådÝ>&)þ.bË<·
+endstream
+endobj
+339 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 925 0 R
+/Name /Im326
+/Width 46
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ͱ\r\80 \14\84á#\14\80\89£°\92\9d%\8c\86\9b\90¸\0\9d\14\84çS\ 2(W|Ýå\a\94\ 5¯8»ÑÕwu\18Ýc÷J\8fgW\1c¹)\ fz´]\ 5c«3\fÇ&èæò&\8b\9a(üÝ b5@qÌC&\b6C8\88ªd        \94ù\97¾Þf\17E\88
+endstream
+endobj
+340 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 926 0 R
+/Name /Im327
+/Width 15
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿà?\10òS      þÿ\a\82\0dý-1
+endstream
+endobj
+341 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 927 0 R
+/Name /Im328
+/Width 26
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ÉÁ\r\80 \10DÑO8p¤\ 3éD\1a3¸¥m)\96@\ 1\86uAÍä\1d&\9fª\ 4ëÄë ËN\91Â\õ×^:\rÒbfË\0~ísºJÐâ²DI\9a\88}\ 3»=\<d{!ñ
+endstream
+endobj
+342 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 928 0 R
+/Name /Im329
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿð\1fÃÿ÷ÿ\eþÿã\7fÀÿ\83ù\ 3ÿ\aÆ\1fü\ f\18ÿð?`\0á\7fP\O\0×!©ý\ 3Ö\ f\aû\a\8f\1fh>ÿÃ?\f@9\82øÿ?\ 4\ 6\0gàB 
+endstream
+endobj
+343 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 929 0 R
+/Name /Im330
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81á?\14ó\93\8cë\18ø\1fþoà\7fÌ\7f\80ÿ       ÿ\ 3þ\17ì\ fø\7f°\7fàÿ\0Å\ f(ÃÿÿÙÿ\87a\0_¿H*
+endstream
+endobj
+344 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 930 0 R
+/Name /Im331
+/Width 22
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15¡\r\800\14EÑK**\19\81\15\90\15\ 4VªD\90°ZÙä;ì\97\15M\1fåä\84¾Îò=ø\89gÜÉc%w\90qk,\87l\91GUÆØ \19\97±ù?UR#k²Wå\11\1f\8at)¸
+endstream
+endobj
+345 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 931 0 R
+/Name /Im332
+/Width 16
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`d`f`\ 3C\1e0\94\0C\ 30L\0Â\ 3 ÈØ\0\82Ì\fÌPÅØ\95B\14\ 3\02\7f        G
+endstream
+endobj
+346 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 932 0 R
+/Name /Im333
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?ÀÀ\b\r\bÄÎ\80@|ì\r|\1c\r|\82\aø\14\ fÈ86È40È20È10Ø\1f`°xÀ`Q\0B\ 5\850TÄðÀ\88!A\86\ 1\0µö\11¡
+endstream
+endobj
+347 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 933 0 R
+/Name /Im334
+/Width 27
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUñ\r\800\f\0Á·R¸LK\11!F Lá\82\91\18Á£e\14OB\b $8é¤\1f`êTicPyîò\99\1a\91\9cP\88\ 2=\90\8eÓXîÉÿ\15».ï\8cm=f\87Ì      4\8b\eÒ
+endstream
+endobj
+348 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 934 0 R
+/Name /Im335
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93o`\ 6Bv\ 6\bä\83B\19\80Â\ 2(|\ 4\86O\18R\80b\0ÍB        0
+endstream
+endobj
+349 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 935 0 R
+/Name /Im336
+/Width 26
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃÁ\r\80 \10\ 4ÀÕ\\84\17\\ 1&R\88\ fJ»ÒèL7ÜN2_<ëEÁ\rÓÊ®C'ÇÞ\ eä\93M«:\ f s\99\1a\8c\ f\a\92
+endstream
+endobj
+350 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 936 0 R
+/Name /Im337
+/Width 39
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Å¡\r\800\10\ 5Ð\7f½\92\18l\1d\1e]\85Å1\ f²     ¢HF`\94\8eÂ$À]\ 2\98÷è\ 2]\18A'\ 6p\16\8a\9f*cF\1d\85Né#&%I\1f\a
+F±/Æ\95\1e\867eW\ e\ fËG\10òKÃ1À3\16Ü«»ñ\0\9cI\17(
+endstream
+endobj
+351 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 937 0 R
+/Name /Im338
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?ÀÀ\b\r\bÄÎ\80@|v\f|\87\19ø\99\eø\98\eä\98\ed`È\82\9d\ 1\8aø\18
\1c@H\ 6\88\1a\1eð4$°3\0\0\ fb
+endstream
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 938 0 R
+/Name /Im339
+/Width 26
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMͱ\rÀ \f\0ÁG.Ü9\v æ `(JJ\8fÆ(\8c@\992\8e\12)ÑëêG7ä\fÝ`)i\8aß)â\86Ì\12rh¯ñ³Qÿ\1c<,\94ÐèÔÐ\19,j\9adq,6rÂ\ 5·;\1cÓ
+endstream
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 939 0 R
+/Name /Im340
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀÀð\1f\88åIÂÿ\e Ø\ 2ÈN`\90g<À ÏÜÀ Ï\ e\94ã\ 3b\19 ®\ 3b Áòç\81\98\1f$\a\0¨\16\84?\0õý\0â\1a ¶aøÿàÿ\ 1\10\ 6\0Ç\ 4\1a\ e
+endstream
+endobj
+354 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 940 0 R
+/Name /Im341
+/Width 39
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\ 3Ãÿÿÿ\ f\7f`ÿ\0$\18\7f\0 \86? ¢\ eDÔã%ê`\8aÁÚ@\ 6\80\8dúÿ¿\ 1Èå\7f\03\94\19$Ëø\87X\82\r¨é\1f\88øÏ\ 34Éþ\a\90àÿ\0\0\96âEã
+endstream
+endobj
+355 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 941 0 R
+/Name /Im342
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d±\r\80 \10@ÑoHÄ\8e\rd\r:Va\ 4K:o´\eåÆ° \9eàË\8b\ fù¥TéIG\9cm\84µ\a#κ&!à \ 5.06i\81¶Ó\ e,»V×ÛÕÿ\1f»f \v
+endstream
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 942 0 R
+/Name /Im343
+/Width 6
+/Height 6
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ø\ 3\ 4\15\0\11\16\ 4á
+endstream
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 943 0 R
+/Name /Im344
+/Width 17
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH``|ÀÀÿ\80áÿ\ 3\86Ï\ f\18\98)@õÿ\e\80\b\0\e\9b
+endstream
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 944 0 R
+/Name /Im345
+/Width 32
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°a``xÌÀÀx\90\81\81ù`\ 3\ 3sc\ 3\ 3;\b\ 3ùì\87\81ø\10\10\1f\ 1â\13\ f\8cÿ\99\1f\800\83\ 1ã\a\86\ 4Æ\1f\f\a\98\80\98å\ fc\ 3O\1d3\83\ 4\10[س1TÈ÷0üà¿Áð\83ý\ 3Ã\1fæ\ fl5\8c?ØêøëdìÿÙ\ 3\85Ø?\0\0
+×#â
+endstream
+endobj
+359 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 945 0 R
+/Name /Im346
+/Width 40
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀð\9fÁ\8e\81á\ 3\83\1e\ 3ã\ 3 Á\ 4'X\1e0ø1p\1e\80\10î\f\82\9d\ 1H8Ã\89æ\ 6FvFv\ 6\bÁÜ\ 4%\98\98\80D\a\9c\98ÀÇÀ¼@\ 6J0\1e\90\ 1\112\8c\r6\fÿ\e\99ÿ7\0\0÷\97\eé
+endstream
+endobj
+360 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 946 0 R
+/Name /Im347
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿAþ\ 3?\ 3s\ 3?\ 3#\ 351;\ 3\13\ 3{\ 3\13Ðd\16\ 6Æ\ 3,\f\f\ f$\18\18
+\12\18\18ø\e\18\0!C      \ 6
+endstream
+endobj
+361 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 947 0 R
+/Name /Im348
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~Àc À¡À£À\96\0\84\ 5@XÃc'a¿Aþ\ 1û\aö\1f\12\7f\fê\12ä\12ø\ f°\1f`\86À\ 4¦\ 4\16\ 3\1e\19\ 1ö\a\0ËQ\10\9b
+endstream
+endobj
+362 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 948 0 R
+/Name /Im349
+/Width 10
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà?\10\ 2\0\12º\ 5>
+endstream
+endobj
+363 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 949 0 R
+/Name /Im350
+/Width 25
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f \ 6\0 ê\ 6û
+endstream
+endobj
+364 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 950 0 R
+/Name /Im351
+/Width 48
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\1dðÿ``\90ÿÀ\f"\ f0\82È\86Q\12\17Éü\87\81Áþ\0ÿ\7f\ 6\86ÿ\1fþÿÿÀ\ f
+?\ 4     \0ôDvK
+endstream
+endobj
+365 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 951 0 R
+/Name /Im352
+/Width 8
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cccgc\0\ 2\v\1f\9f\9e\19\12\12\ 6FF))\16\0\1co\ 3Ì
+endstream
+endobj
+366 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 952 0 R
+/Name /Im353
+/Width 21
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccooà<\91ÀqÁ\80ã\81\81à\ 1 ²`\ 4\86\ 2\18J`gxÀÎp\80\9d±\81½\99\81¯\8d\81¯\82\81\8f\ 1\84d\90\90\r\ 3Ã\7f\ 6\ 6\0pG\11¹
+endstream
+endobj
+367 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 953 0 R
+/Name /Im354
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>Àc !aÀcÀSÀ\97À\96Àö\80\1d\17\ 4É\16ð\81TJHð\18°?\0\0\ e\17\11Â
+endstream
+endobj
+368 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 954 0 R
+/Name /Im355
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÁ ÿ\8fÁF\9eÁ\86¿¡\86ý@\1dû\ 1 iÁ~\80\81¿\ 1\84ä\18\18l\18\98\7f0\80\18@.P\1c\84\1e\18°?¨`\7fð\a\8a\ eTð7TÈ\83ÌaÿÁ\0\0·Î\19[
+endstream
+endobj
+369 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 955 0 R
+/Name /Im356
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEñ  \800\10\1f\ 2¦\112\80Ef°¶È*N"7Ú\8d\92\11,-$§I\ 4\1f<¼@\eô\1fË\98NXÞÛ\ 5ëw¿ÇRA\8fÞIÆ\99áÍÄ\93$\90t"ö3¡´&¹¶\ fSæ!»
+endstream
+endobj
+370 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im132 139 0 R /Im109 116 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im112 119 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im277 288 0 R /Im99 106 0 R /Im108 115 0 R /Im107 114 0 R /Im291 302 0 R /Im108 115 0 R /Im102 109 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im122 129 0 R /Im139 146 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im344 357 0 R /Im343 356 0 R /Im357 372 0 R /Im283 294 0 R /Im219 228 0 R /Im232 241 0 R /Im358 373 0 R /Im283 294 0 R /Im227 236 0 R /Im230 239 0 R /Im301 312 0 R /Im227 236 0 R /Im231 240 0 R /Im231 240 0 R /Im218 227 0 R /Im224 233 0 R /Im230 239 0 R /Im219 228 0 R /Im359 374 0 R /Im227 236 0 R /Im221 230 0 R /Im219 228 0 R /Im224 233 0 R /Im232 241 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im360 375 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im253 262 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im128 135 0 R /Im360 375 0 R /Im98 105 0 R /Im95 102 0 R /Im348 361 0 R /Im131 138 0 R /Im133 140 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im245 254 0 R /Im113 120 0 R /Im99 106 0 R /Im106 113 0 R /Im246 255 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im245 254 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im246 255 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im103 110 0 R /Im108 115 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im95 102 0 R /Im98 105 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im95 102 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im95 102 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im117 124 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im103 110 0 R /Im108 115 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im117 124 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im123 130 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im160 167 0 R /Im110 117 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im138 145 0 R /Im292 303 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im111 118 0 R /Im112 119 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im120 127 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im112 119 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im361 376 0 R /Im214 223 0 R /Im346 359 0 R /Im362 377 0 R /Im118 125 0 R /Im363 378 0 R /Im235 244 0 R /Im107 114 0 R /Im363 378 0 R /Im249 258 0 R /Im107 114 0 R /Im74 81 0 R /Im74 81 0 R /Im74 81 0 R /Im107 114 0 R /Im363 378 0 R /Im364 379 0 R /Im120 127 0 R /Im305 316 0 R /Im118 125 0 R /Im199 206 0 R /Im365 380 0 R /Im364 379 0 R /Im366 381 0 R /Im352 365 0 R /Im367 382 0 R /Im235 244 0 R /Im118 125 0 R /Im363 378 0 R /Im362 377 0 R /Im352 365 0 R /Im120 127 0 R /Im120 127 0 R /Im235 244 0 R /Im368 383 0 R /Im362 377 0 R /Im137 144 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im353 366 0 R /Im369 384 0 R /Im370 385 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im353 366 0 R /Im369 384 0 R /Im350 363 0 R /Im370 385 0 R /Im98 105 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im112 119 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im118 125 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im120 127 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im118 125 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im120 127 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im347 360 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im112 119 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im100 107 0 R /Im123 130 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im112 119 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im120 127 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im213 222 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im123 130 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im105 112 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im74 81 0 R /Im109 116 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im159 166 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im101 108 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im98 105 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im298 309 0 R /Im258 267 0 R /Im259 268 0 R /Im333 346 0 R /Im257 266 0 R /Im239 248 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im347 360 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im113 120 0 R /Im100 107 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im112 119 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im258 267 0 R /Im335 348 0 R /Im335 348 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im213 222 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im113 120 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im100 107 0 R /Im123 130 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im102 109 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im112 119 0 R /Im324 337 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im95 102 0 R /Im99 106 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im273 284 0 R /Im142 149 0 R /Im273 284 0 R /Im371 386 0 R /Im145 152 0 R /Im372 387 0 R /Im148 155 0 R /Im373 388 0 R /Im155 162 0 R /Im147 154 0 R /Im309 320 0 R /Im148 155 0 R /Im341 354 0 R /Im148 155 0 R /Im153 160 0 R /Im144 151 0 R /Im148 155 0 R /Im150 157 0 R /Im148 155 0 R /Im275 286 0 R /Im158 165 0 R /Im155 162 0 R /Im158 165 0 R /Im310 321 0 R /Im145 152 0 R /Im275 286 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im344 357 0 R /Im236 245 0 R /Im374 389 0 R /Im160 167 0 R /Im110 117 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im128 135 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im131 138 0 R /Im293 304 0 R /Im133 140 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im128 135 0 R /Im160 167 0 R /Im130 137 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im160 167 0 R /Im110 117 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im74 81 0 R /Im119 126 0 R /Im115 122 0 R /Im114 121 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im375 390 0 R /Im74 81 0 R /Im376 391 0 R /Im377 392 0 R /Im163 170 0 R /Im171 178 0 R /Im182 189 0 R /Im167 174 0 R /Im185 192 0 R /Im176 183 0 R /Im168 175 0 R /Im166 173 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im378 393 0 R /Im379 394 0 R /Im176 183 0 R /Im167 174 0 R /Im166 173 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im165 172 0 R /Im176 183 0 R /Im174 181 0 R /Im182 189 0 R /Im166 173 0 R /Im168 175 0 R /Im171 178 0 R /Im172 179 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im168 175 0 R /Im182 189 0 R /Im185 192 0 R /Im185 192 0 R /Im166 173 0 R /Im168 175 0 R /Im168 175 0 R /Im171 178 0 R /Im167 174 0 R /Im168 175 0 R /Im171 178 0 R /Im172 179 0 R /Im176 183 0 R /Im163 170 0 R /Im171 178 0 R /Im192 199 0 R /Im166 173 0 R /Im74 81 0 R /Im380 395 0 R /Im196 203 0 R /Im171 178 0 R /Im269 278 0 R /Im166 173 0 R /Im165 172 0 R /Im166 173 0 R /Im167 174 0 R /Im185 192 0 R /Im174 181 0 R /Im166 173 0 R /Im165 172 0 R /Im166 173 0 R /Im167 174 0 R /Im169 176 0 R /Im263 272 0 R /Im176 183 0 R /Im169 176 0 R /Im180 187 0 R /Im164 171 0 R /Im183 190 0 R /Im263 272 0 R /Im169 176 0 R /Im168 175 0 R /Im166 173 0 R /Im166 173 0 R /Im180 187 0 R /Im177 184 0 R /Im176 183 0 R /Im174 181 0 R /Im179 186 0 R /Im263 272 0 R /Im176 183 0 R /Im264 273 0 R /Im175 182 0 R /Im166 173 0 R /Im169 176 0 R /Im176 183 0 R /Im164 171 0 R /Im168 175 0 R /Im163 170 0 R /Im171 178 0 R /Im169 176 0 R /Im185 192 0 R /Im171 178 0 R /Im180 187 0 R /Im179 186 0 R /Im182 189 0 R /Im169 176 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im180 187 0 R /Im164 171 0 R /Im163 170 0 R /Im164 171 0 R /Im180 187 0 R /Im176 183 0 R /Im265 274 0 R /Im165 172 0 R /Im176 183 0 R /Im174 181 0 R /Im182 189 0 R /Im166 173 0 R /Im168 175 0 R /Im166 173 0 R /Im164 171 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im167 174 0 R /Im177 184 0 R /Im175 182 0 R /Im182 189 0 R /Im169 176 0 R /Im183 190 0 R /Im166 173 0 R /Im163 170 0 R /Im166 173 0 R /Im167 174 0 R /Im176 183 0 R /Im169 176 0 R /Im166 173 0 R /Im168 175 0 R /Im182 189 0 R /Im179 186 0 R /Im179 186 0 R /Im166 173 0 R /Im167 174 0 R /Im175 182 0 R /Im171 178 0 R /Im182 189 0 R /Im163 170 0 R /Im192 199 0 R /Im168 175 0 R /Im172 179 0 R /Im171 178 0 R /Im167 174 0 R /Im176 183 0 R /Im174 181 0 R /Im174 181 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im180 187 0 R /Im171 178 0 R /Im165 172 0 R /Im166 173 0 R /Im168 175 0 R /Im175 182 0 R /Im182 189 0 R /Im169 176 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im268 277 0 R /Im167 174 0 R /Im168 175 0 R /Im169 176 0 R /Im177 184 0 R /Im166 173 0 R /Im381 396 0 R /Im166 173 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im165 172 0 R /Im166 173 0 R /Im174 181 0 R /Im170 177 0 R /Im185 192 0 R /Im176 183 0 R /Im168 175 0 R /Im263 272 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im164 171 0 R /Im163 170 0 R /Im171 178 0 R /Im163 170 0 R /Im180 187 0 R /Im171 178 0 R /Im168 175 0 R /Im169 176 0 R /Im171 178 0 R /Im172 179 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im179 186 0 R /Im171 178 0 R /Im168 175 0 R /Im168 175 0 R /Im164 171 0 R /Im175 182 0 R /Im174 181 0 R /Im166 173 0 R /Im169 176 0 R /Im167 174 0 R /Im166 173 0 R /Im166 173 0 R /Im168 175 0 R /Im164 171 0 R /Im382 397 0 R /Im166 173 0 R /Im167 174 0 R /Im166 173 0 R /Im192 199 0 R /Im182 189 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 371 0 R
+>>
+endobj
+371 0 obj
+<<
+/Length 956 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}É®-ËqÝü}Å\1dJ\ 3\1ff[\8d\86\86\13C\828ÔĦH\89\96\ 6á¿÷®]\19uOU­µsE\16\b<Üwù²vfd´+£ù÷_þîÇ¿ÿ\12\7füù\97\7fÿ¥|Õ)ü\b_!Ø?§¯9\85\1fsúª¡ü\98KüZçéÇoþø˯þû\1fs\~üõ¿þòwßÖïÿõyýúúâ2\7f¥éº>\85õº¾~¥\ 5ýþZàïßÖ£ßßþ&\86ðµ.÷\räû\a
+Ü@\f3ÚÁëÿ¹}`½Qpû\9b\18\7f\1eaÎ?wP®\1f\98¿V|\84\14!\r\93z\a1­Ú%P"æª\111\7f-\ 5~ d¸\83(\13±¼ø(Ý\88\18Á\aÈ5VÈHè\1a      \11§¢\121a\1aÌ\11î\0\1c\81}`Q?@\88¸T\8d\13ï4xQÿõϸ¦\83\ f¾\7f ÊD\\879qßA
+\13ÜÁM\1f1aJ\11]cN@\980#¥\84¯ñÆHw\8dÖ\8e\90\16p\v9I´\11±ft\8d1ËúÀtrX¿\9d Þ/¡|eHõ\91ð¥\19\97\8fs\7fýþ7/&xïÿôûëíçÓWÄl\1c
+Øÿzc\81òµ\ 4ôó\9bF\aëoR\10nb\94¾\96eSèyçÁ°|\85ú\93~·óïÿùù\0\9bhǸ¢\r\0ú]\ f`ú<Ã\v¼\9d \7fM\98\ 2        n`\927\90!\aÅ\e\v3\ e\88%I,@\ fP0\v\83\rÜÝ\9a÷     jD\1fH7\12R&ªx\a\ 2\176&\98RûÀ\89\8bî\16\8d~`\16?\90¿"¾\84\19\1fá¦Gè-.\88\88+Pdä\16\97I»Eú\81\15n@çãµÂ\r\b\1fØ7ðÒç\1a\17°;Øì\99t\a\8c\ 4\1dÜIÀ\94i\8a\8b¤Lé\ 1\12\14¤»g\97¾¦\8b5[Þê1¥ù+\87+\e§"«ó\94ÓÃ;ÀÚ\f\1d\ 1ëóT \eJú|_¿ªª\0\vb2綫N     \ 5\a\80\v)\ 5&d\91\10\ 5È\ 1æQMÒ¸x\9e¾Bº\e¤\9bcJ7°h\ 6\892!ô©î>\ 5ýýu~ä\13å\80\85àæ\952\9f.\87úÌ©ËX\11\81+Ä<\98#ÖÅ\80\a              DMÆx8CM¦{e9á\ 3\bq~£@ƪôÆÄwÇtÿ\9b\9c×æ\98~ÿÀ\fÂ;\1cÚdìUÝc#J\82\8a<s\87c\9a\9a1M\9a§å\99O\94gìZË>Q\86NÕ]\fè   \16Ù-$\e\18èr¸b
\ex¨Ê\8aªÊø\a\9e¹4%Ê.\rÖ$E\8eï0\ 5\v\8cït\1e*ùadP\88G$KAÁ\1e\91~\822=\93\82R£hϱ9,uzf\ eˤ9\14\94\87&¨Gn¿Ï4i\99Õ¸\80üþ\f\85\86eÁR,\9b\82\82õ\180\ 5ä\ 2ÖIä\80+B°¯¯\ 1²ðÍ\18³ýW\18ÙÝ÷Ïd°B\7fÊ!\835jA\ 1\13\81zh±\8e\bP
+$\88ÓÉ7Xa`§\a\ 5õ¥Å¤ \809d\r`\99^\ 6í£?Æ\fQ\83GÎëu\9cr)hùM\80误ү³Ã¯âá)8\14Â\9bý.¿/GT±\ 5$\97\r$\1dÜ\89\19\ 1RÆU:\ 1GYÑ\ 5z@Ê´@\12è e\86$p\80\94Ù\98hêÙa¬EcAG¸kQz\a5Iw@ß
+\1aL{¥\0\88\8b                [DÒ%!å\82iB\14\90µ`|E$\8fäh\867 ð\90=\1ab.\96=\89¸"&t¼v¬ø
+eO"\ 5¤Êô Ò Ö®\10Px-BU¦\9bò\14¡.\97Üé7<F4\91\8e\87R\902&Áí\b\1ccE;¸sÑ\1df\ eo´#\95òv\ 6¦uýZÖ\9f\97(a\eû\ 6æ\87\P±EÕ¹ BM"\aUi\8aª2'\e\98fQ\15a\8f2\1d\ eU\1d\vªÒ¬m\80\ 25\ 1`"òX²À\e\0æ\94¡Ì£rl(±æ\122k\9c\ 3TŲ5ÎA¥?\83\bÈÖ8\13M*ë!\ 3y{¶\80B¬iÏ\84:¯G\10+ΤjÏ\ 4ÓR¿ç¿ÌzêÄ\1eÓ\9d×ëÎ@K¿9/\a䣩\ f¡\1dÿå\14|L}¨_\15\9eÿ¥mÀ\ 1Ò*¼z\9bS¾hG ¯Þ\r\»~@\ 6¹cBw\b\8d)ñè2Ú\81®\ 5bF$Ðß\9a¶ä\89'L\14Í\90u\7f\9f\10°\8a\ 4¤¹|æR\9f?p\7f§È_\19G%sA\1fÈzh7Ã+\90ý©¸¨$Ä\964.öûyÌ\92Æ\86\8eõx\80ç-DU\8a\88/`á}ÿ\ 4Ä\16\9aWÞW\ 4,s\ 2q\91\8e\90\1eNõy½\1cפ\845\99þf\9c³t\87ô\0X\8fÈil©Ôg\ 4\1aé\81]\85\e\90!VËZ¸n@Oü\80\8a\b\81ôd\ 33æaÁ\16Ù\a "s\bÁ\82w Çe˨\14Ø\ 6\1eÚó´\8aö\9c\92`EæH\ahr\80L ÃÔùå\12½#Óó\ 1î05M\\88ð\0\8eÄ\ 5¬ËõWû¤iR\9a{\92Ë3k¶%>(\9a\90f^\14,FòcO®Ð¥Óyh
+\8f\²<AM(»dyÆ, \eÃ\fõ\88\83\a¡\1añðà\82\8c    ²\ 5d½¬\ 5phmY\v\97õrh]\82æ\90Ѥ\87\88oP\ e­K\14M  ÏZÐx\98¾8'Í\9d \14H\90\ 3ôýgx\83rXfI\13=\19dv ¼Ü)É\ eÐ\r\14Ñ\94Ò\ fThËõ'û\8a\1d\99(\93æLP\16\98 G«³\0ôÇ\1c,0?SÃ\85hAY\8b\95\15\1eÀ±\1eo\0Ü ¹\81\ 1L\81JâJù\ 45hzü\8e-XÖ\ 4ºÂ\18å;¬     ©\11\18   +\8c\v\1a¡@\16]zz\82,Úbö\ 1\83ùç<öðÞê\1cÏëõw÷%£\9f×\9fÝ\r£=¯×_ÝWx|ýÑÝ<\91\17\19Ç
+\83, é}\80\11\9f@/\f2hå|\83z]\8fE$½+ä\1f¨h\ 3\8e\ 2·\0\ 3|\19\ 3S\17L\ 2\8d\16ÓtHÀ\14a¬P\8c\90"$L0!\1aê\89ÈqÂ$\ 4\HÒgÌ\eè       2/\90C$\84©Ð,w\ 2^â]\13ò
+9¤\8bt\84Ë
+äº'àÉ\eP\90n\1e\19{/Û
+¾ß\ fF§õ÷÷2t\87\e_¶ö\13Ó˵ý¹<\97\e\ fįryößÿæeJær_\ flA¸\9d\7fûý×\ 5¢õ·ý³ß\7fÝ\9fôû/×ÿVë½ý¾ùsçõõFÿ\15\ 4\15ß»W\9c?\90\16àÐ\95Ë\aZÉ¿½·\9d?poÀQ¿füÖbºüü\81{µúý
+Öw\ 1ü\96\ 5·Óð\15!\7f£ÁM\95R\1a\18NÞ£Áý\12.ªôü\81\ 4^=¯%ÿ¦KÑ5¦|\vÎïrÜĨîõmÓëCÓaÒó]\8eé\11\ 3t\84ûÃí^®Ü\14A\99¿\97if°\ 3ò\ 1ó
+{\1f¸óÁåÍíÂ\897> 40ÇðB\83\9b0Ók\à\ eî×H\85i\85\8ct\17¦å¦\8eM\9f£\1dä
\11Ó YxÔã\83ûÓ©%Ãa"\ 2\8b\82i\90\ 1R(ä\bX¡ kÄ\1a)\19\ÝÓHìýÙ89\r\96ÉÍ+Z¯c\9dK\ 5ëuçÖ\1eLÎ?¯\87gk\vÏÒçº\ 2ê\93\ 4øûÈ'aý?ft~=#×^\8e/\e\90A\ eëßÑÛ\0Ï \89p\ 32Èq¤ t9\80e Dé
\ 1
+¤ Ã¯mõ]£,|\18Ô\9e\bñ¼p¸\ 1½\87L]Ðz=\aÆ\90Î\1e\vÐNJs9®ð[\17¡I®\92<b\93.\ 5Hfÿ\82N ×GÅ\ 5
+\91\91Õ\b\v\10Ý,a|\9b­ïë÷/n)0ïÐ&\7fÏ\85KU\ epSÀ< çãÆq1Þm¹  Á`\v\9adXgï\ 3¼{\bº\ 3ONt\86\,Û²\94\98\91ä\81\82\9e\9a_\901\a\9a,~M0<Ú\92`Þlø"eýæ\8dÈ\1d\1aS]\9ei\924A\7fDÖ$i\82º\14h\12Ü\ f-Y\85Ìù\0¨\83Ì=Èß?\80(\10ï¡ ½\83Wdñ\ eÏÎw\90e\8f"aeèH\82\81.©®\fs@\ 6U/YÏP\97\1eDY\93\90÷û\b\99H\ 6lsBæDOªÍIó\8aij|ÆæL\96Â\9c5\8f\86åÄæ\f£\12='6\17HA=\ 3£"\1eväÐÔgª<O\ fUy\86zÐÓ\0\ e\81^\9f±À+\10^¾l½ª\89Y\12\8dÆ\ 2¼s\87ê\93\92÷w¬\85@TÀ\1awÀýëM\ f"vgô\f\8a¤É\0\81yXV£%C
+ê]\17,\13o\10\1c(\ 5\8b\80üìu$Á\8cJq\81j\b\86\96,\89\ 5\9c\14\\88\1aÑI0©\91\15k\1d¢I1{óÙZ\87ì\1eéX\eª²@)Òñµ#\8beX\fW\8d\82Ì\9b©ayæÍT¬\88do¦boHöfjÊ\8f¼\99#\87¥ïÍ`!ª8®\ 3\9aøþn¸¯¯è\ 6îM\96Ù \fã\8d\9f+=\99\10["X\9c?ëaÆÂfÈc§æ\9d6ÿX¤í³\8cl{6\8eÝB]\ 21OÚö)8\14 ùup(à\r\b:ôgÓþwDwþ\80ÞP2\9a+\10?\97úò2ED\ 1x\82ë\aZ©æK\82Ê[\ 2Ò©¯ª\90Nj90\90\87=M\9e\e<\15{åâ\f\97(pA#A5%r&Áí\ 3Ì!?^M/;йÀLq\87\v(Èj\11Aü\°Íë\14áïërDô\90\ 3d\8dh\ 3\8eæ\1f\88\0\9e"9kCäfB[\8f¤@ÏêÞz\7f<R$Ö yT\91¤\84¯PV$IW$Ø\98\1c½?úÖ\84\90  1t\80¼P\918Ú§TÄÄ\ eE\94¬âyT\11\1d\10ë¨"JX\91È\8a(aE"+¢£LpP\11%èÐ\0\82\92ÔF\97\9c?àè\8d\e \ f8zã\ 6|\ 2½Â)j$ä\be\964!\ 5\18\13>\80ÞbÚ\92jGõÀ\ 1q\ eªÂ\°\1cë-¦\v¼\ 2½Åt\81N¡^%G\14\91\8e0V´\ 1ØÒ\90\9c\0;4ú    `\å\91\82\19\9aC\1dç_`d\ 1\92\87î       \99ï\ 3¼ô\b²çú\ 6Vx\0½F(`{®c\84\ 1]¡«½ñ3.Þ
+\ 5\1fñ@IP\ fè03\8e\9a\8c£¤*\13\12\94´\8d¿é©b^*8«Ne§Ò¯Ë\84ä\0U\8dk\b\v\10\7fÆ\81QB\97P®n(Ð\9f\ 1Õ\r\94\87\16È\83²)(Ë3EZV\19!"\b\e\86\rT\ 2±ÈR\#\f\re)®D\8dÈR\adäèO\9cfQ\8aI\87ç\8cm¡¬\88\87ä\ 6Íf\8b\83»P°­\9fàz¹Åð\82\7f_ÖbV\1cÑû}ÆA+Þ¿àжßoo]a¬àÝæØ]ÖËÕÎÑ"\8aЫµ%àRDôs\80KV*\e>\97ÚÒ:E\93¿PÆ^Il\8c\9d\7f\ 3\96\ 6\9bÑz½Â-«\f@.° \ 6\92Ø\18¼\1e\a±W\92#\8dö|\ 3÷W\12\8eo\86g\14\98\10\v9Dð¨ñ\vc\15ûq\1ee\ 1\9bÉj,Øi]C¯pQ¯\90\ 1¤\11RP\7fjYá\ 6ôîÈ\ 6\90ö¤¸\9bÅ:¨F\8f,ÖA
\84Í\88\ eñ¾ÔÐÛ\e?\7fàî\8dó\ 1t\88   ]Y°\90\ 47) ðbÁL$Ã\ 2©j¦\8c#¬H\8c=­à&(Ç:¾H|!ý
+ 3äÀ¨\17t\ 5÷õ¼\ f\9b&\ 5týªÞ Ùÿª)b\9e\80úL\ fæ(êAÞ\9b\18\12P~ñÏ\119#\8e²¦\9c\10\ 5\1cñÌ\81¯v59\83W«¤\88i#»\124=H7`\8di;\e ÐZEBìè\82\rè)¬Ó¨-5p\132±6óä-EóüÌ\18ç6\a
+°;£_Á\8aM¡¬È3ÔC\ e1,AÓ\ 3\14Ø  0(\11:&ì_,mºøå
+ï-¶»ðêE\fåâ¼\ 3^íÚR\86\8eb\87\85[\12ê\13&,\19«b}\ 2`Áa\89\9eF[´È\942\11ô\87\1cèà\84Ý\19\1dÞÄ\9aL§à\8cy@\17ÃY\ 3\ 6 ?åyåX49î\ 2´£.mÁ\1e\95\8e\8fB\8fÊ\83\8fb|HÇG£&Æt~[\14ã*\8a\8fbE¦CÜD\91é\10wV\112\8cе ¤®§æ;²?Õ¦¥\\96ËàÌ\82~ÝÑQ´µ)¸®\97ëô\e¼{Ù¾Ì~M|.Ëå¶Ì[\9b\82\8dû.Û×¹/6Gà²\ 1\1dÙi9àWúéÈN\84\14Ð\93ÿ\9aø\7 ·\81Ëð\ 6ut1#\ eÒcJkSл\ 1\9aþÙàÕ+\ 1\1cÓë\10\ 5=-Ð"Ü\80\9e~9A
+ê<\b5\90\87\agDBG§\8a\16\8fôt\18ïR\0o@\1eá\19\82å'&ë\9f&(Q\ 2Ñ\1fj,õ z\ 2­\ 5,Ų;\9f"bBÏø¼    \9d@\7fæ±\86\rØzÈ\ 3rLj=\ 6\ 4
+2|\17ë\11\1d"o\ fE}EJ(P )ºQ\80&O¶\1e\ 3çõzòd\9a \1a\93\84\0\13<\80\8e®ÎÓ#W(©¾\10ÿ\0ºAÇCWZ "½Q\80%¼$¨È\1cí<s\80\9aPæA\ 3x{<ÈÓ_\91\87Ô9iÎ\0O\9fÕd\90£³Ø\9d\93y8C-¢?òä\82yX*\bzS°FM\91s|\16\9b"=\7f\16ê\11=á%OÐ\12è<4C\1etd¿bCà\98r\ 1       ãÃGLÕ½BÂ\84«¦Hyò)¶¥ \ 5\9bÁ«\9aGËá]\18\14é#\ 2Úkõ¨%)\11Ë\80\10U\e¼\8bÅX\87gÓ³°Ðæd\bWÈÒo¡\14ÊyK\ 6ï\8eÂ"[\8f\ 1í
+       \vboJgÁªÅ\14ôü\15\8a\80\9c·U¦gÀ\8a\18EV¶þ\ 2\8f\90\15\1dUÃey\88¬\186<,BëCd¥\86gÈJÅZTFV\f\1aîß\0\8a¡)Y\84·!\eO´p\85\81mV\bm9ÀÍ\8a\95 ,\84­1z]â\90\1d6Gä´Ü\11\91.Eüy¬\ 2Ö¦\ 1Î?¯×/\98ü\¶¯·ï´`æ¼\7fG\7f\ 2L?\1d\9a\8cp\ 3zîo˽½¬\97Ý\98\ 3\e>¯×ó&[în\8f\80\1cÚ\85ç×Ñù¼h\1cıá"]\0oN\80\bèAF+¤ ü6\14'HAGk\82I\12\81-WåJ\0Y\85Zo\83®\10ó\ e²A¤ Ã\96\91\10;x°\95\ 2vy\90§Þ®\8f\ e\90B\1eÔ¶\1eó°\8e-C-æéÎ\90\9e©\81­\7fì#5`©·£jà\80vGÕ@*\9a\1a Àb\15Å\90\ fQ\86\8aPgÂÖ>vÔ\15Ø2w\1fù\ 26DyÔ\14¥\19\9aR]\b\16|\ 3ú\ 3Ë\82¼\19Gîò\8a\b õFhí)Ö²Ãû/\85ú1å\8c'ï"\128p±\80®ÀÕ\eA3\ 5|\842t\87ä\9e}\19ê1G@·\8dPV¤\88R0\8bLØk\1fÛs()\ 53´e²C\9b±\1e\94\1dÚ\àþõç  ¨G\1dý\7fëüÈ\9dÊÐ\9d\ 3z\9cÂû\136æòSw\9e5\ eàÉË\90\ 3t
+.\9a\8d\15Ô\90\84¥\1e£ý\ 3\11b7P\88\ 3\93qT      \18²\v\95À=}\9c"s9<³Å\ 5ºS\9e\11Ä\19*b\1d\99\83a\9dg\ 41\8cë\ 6ÀÝA=v\80»\83\0\ 4dÝg1´"#CeV\83\12\969\8c¥Ho\7f»À\ep\80³Ø\9dÒ7°ª\1e5~¤³Äß\8b;v\7f¤ã\99¿X\bäd\83\1a4EÔkíÐ\95\ 1Í%æC\98ñ\1d:>\0\8d\ 1j~ù¹\ 1íå\12õ¼-˼{E7CQ\85\89Ñi½.\ 5\vþyù\91Ïb\9aóÏËo\öÀr^.[Òµé órÙ\9b^\11íÀåóÎ\f\ 5RO\ eÊ\ f|¹s{\1cÞ-Ã\ 4Ø[34ù\99ÖÁ\19Ôm\0\ 34õÕ\ 2\9a\1e\ 3r\84\19Ý\81\ 3áÎ\88\ 5\813ÕëîÐ\13\81nöñ\85\ 2®ìc\85  xò0º\ 2Ç\e\85%\1fwu\0C¨¡
+s÷v¸¬w\8c\7f\86j@ï9¹%/¿q\95Ó\aô´Içërâ@¹å¤ù!çõ\9e\ 1|À¡\85B\8bèÎëõ'\ 6Kù»\1c@î8isèëK\12\86:NÚ¤ÆË      \1c]¼'x\ 2Ù\8c\1e%\14ç\rÈ°\8cµ¸¹¬×\9f¹2äA½ãd´¬ÃË\aô\87º\8a¸X\87ælRc÷
\1aJ\12\17ó\87:DBO\ foDAG\19Ï,ò o\ 2\8exÐQ\rk£"\87O°à+tt!G$p¼ò@Eèyå      p\ 32>\9dâ3!°&â\ 2\ f°\1a\f\95       Ùz\95\0ä\99Ë©A=\982"\80\9e9l\1drFYØZ\90\ fk¡T\83hKY\87\1eH@Ù\99KP\8dz\86<B\ 2ê\rħ\87\f4£ßw\14bY\aõZçÏ\ 1=}ekc\91.\1f@\8d\1d°7\93¬ vÔ\9b9\1e
+;Þ\f¥áª !}©]!\ fÉÍÖrÈ*\ 1X\93 ì\8cè-r \1eÕ«plÊäe\ 3¨
+\87<r`\7fPîúz<Óu-!{f\83þ¤Þæ©B;âè\80\8eõ¨þR\8cõ\90Þ_f\16\9d!þL\86£2yzüñÎvá!ý\ e\16Í\14P\12,p\ 3º3\91×gÎD^¡G­7\7f\86Þ\98$\85\81\ 3\99
\11ý\8d\ 2ë\11Ç\e\85ì\8f\91g2ì\8fé)øP\ fy(X´\98\82¿Ó\89Ø\ 2Ý\0ÔD\9e*
+Í¡£oµÓ>XèÊÄ7\8f\8a·@\87ÆÐÑ\ 2\1d*"O\vôg¶ÀZ°wy\88nàaXhc"\87\99ø(Ã\18dâ:\ e\90]ÞÙ\ 6ý\99
+ñ1ÀC¼\aû3Eh=Ô\87¡\81£\ ec004!zÅw\1f_:;=Ô¯ë½=Ô¯ë½=Ô»¿ßé¡~]ïí¡~^ïï¡~Yïî¡~Yïî¡~Yïî¡~Yïî¡^K}ÖCÝ¿\ 1{&Ëh½»\87z\9f\ 1:¯l=\ 6ìõPïqP¯\87úå\ 6ôI³6d²Ç\82¼I\10º\ 1\bÏ2\808j\1fॠP\bõG\8a\ 2Â\83\v>\80þÒ¸ÌÏ´Ð\8a´°nD"Ô¢zºË\81O_\b \8fìÞ\9a¸¿±©Ó\a\1c\r\1as<U\1eøòå\ 4²3\9a\92¦Èy\8f\1eLBY\b\ e\84¹§\88º\10s\97 \bºW&\89\89i!F\8d{@q>\0ª¥é@Ä£W0\89z\88cÄÏlY\9a¡&ÕÛ/'Ë\18èYcz\87VWÛ¹Cz\82\ 5R@ouµbkªC3P\13é\9a,C\7fÎ\85Ð>£ µq\1f¥àÑ&È\7f\0\9b\92i\1f(£S2á d\7f$C\8fÊQ\a\80\1d*\1då7\88¸O\0²\ 1¢G$\84uo34kbÌû\ 4A{®£Ü\v6F\8e>A\9aCA\ f\0õ\80\ 3"^±1ÔñÉ\0=*½ÉMÐ\bÀ»°\87æ\10Uo\17ö\vÂÛ\91\ 2\ eиÊßå§\aLð.îê\r°6A\18\19\90Ã\92RD\8f\8c"¬E3\ 5|\ 3H\91Â7{\1c\1a\1e\18s/4¤\9d~`hçèt4-\8f\82ë\82\1d¢»OK¥`\86q\81^ã_`hçàÂ\ 5o@ïC¿Â+Ð\v\9aphç\18Ó        \ 1\98NÌÄ\8e1\9d\1a\9b°C\ 2ʦ¤&äN8LIÍ*\v}nâ>\1a\97\9e\97_7¢\85\f\e9-w\1cß\ 4èüórLd\ 1Ååçe_ÊRFrö\17\12ì\0m\80\ep$!O\12ýy§\1eH@\1dÛ1ùq_\80%Aã\e\90±\9d­\14ãíÊ\9c> c;\aÂ{Þ\80\8eíÄ\82(èÀv¢%Ï\9dI¨#¤\ 5\93P\a8+\12B\ fD\8b\99X\87h'¬\ 5\1c\10-äb½\18Å ÞË\ 6ôFê\vâ"G#õ\ 5ñ\80gR¨\95\97\ fêá¸B1p¤ò¯ø\ eõ\fÄC\15foI¡e!/\9a2çiÄ\98\vt\84\1d8\80n\83\89\90£´è\ 3\8e\14Æ\8c(àh6Sàz}Ì#Te\9eA\9b\98\8bõLöªÝ \ayE1¢\14\9c\83hÏY"0²Ç\8e¢¢\ 3ä}±ÒX\1a.V\85rQQZ°\18Ë\9aèè\ 5ßÕÅlV(tit&\±=\96\8b\8a\ e\94¸g\8dø°NÌ\85z\1fì¤q!o\18\84¹ð¶\ 1\9aI\8c½2=ó&\17ä\93è¹G\19j2ÇH\84\ 3'î}\80at¹6\8cîl\ fï\18\1d½\84\8a}
+=\97\97øu2¼q4¤¿|@î\12p¤#÷D\892ò¼>cäEt  ¦S`òS\9d\8c6\96¹í C\90lëÛ3\97í\ 3ËWX\7fJ\82ì\19\96 y\86\1cê\85úÜ\91M,Fx]¬·ÏE\84\ 2Ø+Ò\9bÎd\18\1féMg\8a¬\8e\94#BìÀ\fݶ=\83\11ÞѶgÔ­)U\95CÖÔ\1dË¡Ü°äèê>\1a]\14\88T)b`P-f\ 29F-Ä/\92\ 6\9cìX/´HúäÜ\1a \17éÙ¬A\ 6ûÈ\a¢\b40°h\9bÙù\ 4,:ÐÞQ°èh¬>\1a \1c      ½\83!¦%ô¾"Í¡\bÓ¢\83Óú»"Ù\85î¾|k\17\94®ËS\96=
+\83IÎ?/s ¥\ 3_N/£ÍönÜùy\9a\8d¼¢å\8e\86\15èç\1d\8f\9eG:pgÿ¼cÅ,Ý>ï\17\81é¯ã|IÛ\0OçE\eÐ\95\88\80\ e\88éÈç\1d¦@Ñ\ 4\90\9e ª\14ÀðÀ1óóu\95\1fá\ 1Þv\aÊ\90Þ²cÂWà\98Ù9*Äí\0öä\94â`Nú\ 2\99XÏI_\91\ ew䤯-\1dø¼^\87\98\ 2¶!rNz²Gß.\v0¤xE7\80|9\ 2Qa=æèË\9e\80\19óôeOP\8a\1d}Ùñ\15è8'Tdw\1edÎèÑðá²\ 19wãèËÞ¹\ 2Úp¡B[êh¸ i\ 1\ eô¢ßwTf\1d@m\97\ 5\18P\f p#`ý
\13Û`VÄÃz:±½\18¹mé\ 5&í»¢¬-;\94bG»\84øL\882V#:Æ\98°3 çÔgì\ eéÙÄ9I\96\80éÁmf§¤\ay2­ÊCä\0E\13\ 2Þo\ 1ß\80\9e\10>AwJçáIåa\86o"\1ev\8cmÅZDV\ 2\a>z& ^Spt[èyS\94\ 2k\95x\98â2a4$h¨
+tf¤^¼\86¯BKäH¥ÕX\90·U\17¯\90Ö\99'ÈC7\1ef ÌÖUý\rÊ\9cÖ#Pf\86!\89¹ÓñÜÉT\96!\vêãç>\9cì©ÊÌØùçõÉÓ14h4~îcJCÊ\88öï\05\8eaiç\rÈ÷\7ft\81\8c\9f\e©Ò\88.A
+:":Kaì\1c\80FtÖÄ1t»ù\92\r\14\8d\82<(Oh½ÎB6¤¨ÃB¼F7Ã\eЫ\8c'\8d\ 5xþV@ëõYi3:\80§\89$Ô!Jæ\8fåo\95Ý\13ºh\ 1½\9b1Ôb\8eV¬+b!\8f\16\80zl`Z[W\8du¦µ]\ eà\9fÖÖS#4¦µn\1f\97\ fè1-Td\8e\986CK¤Ç´Y½BBÁ\82¤Ø3ê\vë1½\ fhÕÔ\b\ fê¡\1aq\ 4õ¢)¥,4a&Ö\8b\8c¡"r$ð-\90\ 2:.´\8c\9bÒ\1dUÀ¶\\9eÑ\93Ì\9d?\7fàþBt÷\ 6_\94\v\94}`ÎÇ\13Óª·o\83\11\12EÈÄ:ª\90´ßç¹WX\8aõam9<ò&2tÇ<©S\19ºSÀ\e )3\ 5*ò,Û¢\\9e\ 1Kô¤\80f\0VQ\8ft3¯\ 6­ù\86+(<ÀÛ@jBÀLá\81+tL!Ýÿ¢\ 5U\94\ 5aPè(\r<\9a8^> \97\ 6\86gj \ 4Ñ¥½\93àµ",;0ñ\8eË_\9eY>4é+ZTãªbøh/®J_Ó\ 5£\ eï`{«\12Þ½ê\97Çð-÷M¶Ç\85èBY\8e\8a\1cZ²Ô3\8d\ f)8S \1c\bµEv\89ÖXû|\89IO\1f´1+\83ðD\99°W­×ÊO£ÊØ\12·pp«'¿ÍX\19ËðÀÑ      rÐ\9c\1c\9d {æ\84w\82\84$\94\11²\82cCù½uKü\1a\93\82Vd\eE\80\86\7f@ÔD¼L\173\91ìT\1du¾]\12b.>:A^PNÀ\ 3X\97V{«ééR\9aùµo`\eß÷É)cª¸=w\9e\97;\82ëÖ:èòór\9dk\8bK.ËåÈr\85\87\97ý9+ó\1d>½Í\1aê\1d\9f"\8c-\89û²\ 1ôNC6\90â³\r4K|Y/?³Ä\8cnÀáR[\99
+x\95,ºCOæ\15ä!!.4\90vo`v9\80þØj\99WW
+è'\98 \1092¯°\ e\90Ë\ 3ã¬Iq¯J·\7f\85\f¤\85\8fl[\11\ f:F¶µ âJ@½\8b_@,à\80\97\ 2Ú\80Þî#EH@=ï)"\ 6ðä=%Ä\82\fK¼Êª\10\12\8c8k,Do\90¨1\19\12Ýî\aè \8av\ 2ö^\9a*<\81Þ\98Ýjt\87\99xÒ¤ðN\80V!;\99\10tæ´P
+`=¨?\19§%\89Æ\98$P\1ez¬3ì\a!lõ{\89møþd\9f\10Ã\92Ǧ7¶p>Aº\93`\ 5\82ø¾\84Üü\91ùû\ 4ã\¤·\8a÷\11\9a·\1d¼\8cZÍ?\8f øÃ-´Þ\ 4am_èà#\ 1óAYÑ\19\f
+>C­ïÚÀr\9aÀ\99òM\eÑ¡MuÝ\8fðú@§\ f\1c9ÂTÔ#\-B;Âd48\1d¡Üx\99Ï\9dÊÚ\11hsà6¸ê|\84{ú     ]¿ÍÐ~´¾\f®o\ 4\87w¸BQºßaþZ.¡åÖ\ 4ì|\87yÒQª\1cÚ\16΢tG©î*µ\15K[|ô\8a\9fÒ¬x÷¶\85¸hÒ|wÎZ¥o²{<iõ«VÎ/-[æúã\8f¯\ 5ëûO\7f°?½Îöþ\97üó_~§@Í)7âÕ\13ù\ 1È\89ï/·úÖ²\94Ï÷·\ 5\91\97-¼þjM?3I·2Ë\9fL\98§\9b:\8e <Û\8ee\ 5ÿÛÜ\98o{¨BeÝ®\1d_wÖv\10¿Ê·\1d\80à\0+Ó\Ò®L§\8e2å,Tæg\ 6!7°V\90DlÔòf\10Þ<X?\e5z\rí\ 5~;ÂÇkàDh\83\7fº¢üá\v\ 2¹É\17\13îf±önò\8a\95\81ÆÍ[©Ðú\93\8cÒãÍ{\a³ÝCù|\ fȽy×I6\89|9ë?\1f±c\96#ÝõçúO.2\9f;\12Ðz=¥ÏâÌÒ)sEÕ        {[º¼\13°|/×Îõ&    Ëí\ 4/ßzÙð¦ÆD'
+æéæWÜ?`I\85ëñ\81o\920ë9q\15ÑÀAÃ\8aîÐÓW®eõõ\98\80we\9bà\ 6ô¤¸yO\8a»|À\81\97\97ë\ etÄj\81\11+\83\8dK§í\0\1f\9d\ 17 #V¢ ó¬<(È\8e\9ejU" ýýX\81\14é/?)Ùþ\a\1a\1f¨Ú\aøä\8c\bY@ïè\95! õ+(è
+áË\ fC|à\ 6ä\97\9b\14:jý&\89     (j8¡+ð¤\ 5B\ 2èi\81\ 1\1f¢ \ 3öl\ fÈ]SÀÓú \1aÑË=Wl
+ô|\9c\a,©N\14\ 2\16×g¶Èf\e\ fÛ¢\9c \13èy\81\19ûTú`ܬq!ïh\86¸P·E\19ë!Y\11æ
+m\99^,h\91É(\ fb5¢ÏN!jD\1eì\9b\17h\8atä</\90\ 3ä° ¯\9a\14X\11\ 5\1daAyÅ\15\8fÂ\82òÍ\1fù\18\16Üû¹µ\94´\1cöØò\15ëÇ\9f\1f¨·°\80Å\15[311®øÜËkô\12­\97Wÿ\12I2Ð\94\1f¹tÖ\89kØ¥+syæÒÙdßa\97®à°Bï%\ 6åÐáÒ\15\1cVè½Ä\9eÚó*Ús:6\ 1ÚsÝ¥«\11\ 6×z+²\88}Z}°nB\14t\f®ÈØ\188\1a\81iN-ÍÇjZ$w\1ax0\164[tZ¯?¶üîËr9\19fmÏðy°ñ\80ñÿåô:°\10àñ\1d­¼f¸\ 1\1dX\88p\ 3:°Ðæ6ôï\8f¤Â\98\0eoç\ 5Ë\aË\12\ 1ùØ\87ö\\93{Eãlì\ 3¼\0ÏØ\aÄÁ\9eªesgs¯n\9fÜ@+ú½¬\97ìð      \1eÌÝÆ\ 5d8´¥\83\9d7 ç4Îeð\0\1eþ¾\9c\8c\14±\ e\92\1d!\e¹Ðß?Î#9°ÁÜi¥ÆKv¡\f:Jv\91\16t´Á\8aQÓÂ<\1d\f\1e@ÇE\126b\8e±ºH\vøÇê^7 t/±4\96å\19\ f¤\ 2õ¨ÞÅ©@
+8\ 6&h¿O)X±!ÔáÕ)JRHY`®\80\9eP\87Õ \­\98°'¦W+¦\19\8a±£f\17¹\12R\a\e\e\98`RÐéáÃj\136xqW$e¬ÎËz\89u½Y>Ø÷\99\8a\86\9fØ2k%6ê\ foE¿\8f\1câ\9c0\ 5ux3C\87Ò=°aØ#>àÅA\8f8\17È\ 2:¼Y¡Gî\80\18ëà\1eTdº-ËP\8f9\92Ë3ÖC:º\88ý9}ÞÅ\82\1dZ\19\17:àÍþ\a\b\ f¯\90\ 5õÖ\ 1P\8d9\ 6\r\ 4ôû\9eq X\rêØâè´ÈQ)\99(\8b\1dJ\19Ô(8*ÕÏ\9f \bÈ\9dmK\86\96ô\9e\98M7\905\19¢È&v'õ߯È\99Ñ=ú\ 2\95 #ª¶rã¾\b²\99ÄÏ\82Ú"\ 6µ|&1ÖÂúLâ\ 5ÇD\8e\99Ä\9a+D\95Ð\8a7 wt¬\ 1\ 2#rXºaÓ¢/D6 :sì\ e+tæ\1c!EMØ\17\92sϪ¬\87:èô¨\18\rÊLd1Qê\94Ü3)0W$ukþ?\8e\15¾®\97ûª.ø÷åõ\16Q¥Ï\1d\ 3è\9c\8b¢\91\8f®_Tò\13h, ûst³3x<uÊíySL|\81ú  bKÿLÞ\96\ 5\86o£+ðÔ;#\ e\95\8dæ   t7@\b\ 1ô\a\8a
+Y\18¸\82WL`\7f\ 6Mäí\ 2â÷\96\r©8ª\951\ 5ýù¯=\1eâ]1á\15è£2f$\ 5\1e\80\1a   \81ã
\16Ò3\98\89\1aÒ\9fHVH@=ó\91¨\11½Ö5\ 6I\vð\89ÂUÓc\14\1f\82çW`3\86\ fc=¤ã³I4\ 5\14ãÏÐ\14\b!áQf¹ÏÁÜHð±ª\86ç¯b6t䯦G¶à(X>o@I÷0\1aXÎM\1cìât¤°\ e\1aä£dyÔ ÛTà.\1fÑ[\°,ë·Ø:Kön\91Â[\ 1Û\13½­aÀ$ÐÇ=\ 4d\90\1c\9d!#>\81,Ë9Be¢ËrNñ\99,Û`á.\17ðÞ\92ð\b\ e\98\eÚdG©kIª(\93Ö\88\ 5\1aE=\15»\96grPÑï{Z#N8¸s\8c\15FúÔ!\ajtÉ\92O6¤ûÍƧ\ fh\13\vö<Ü\9fLø-\vµèP÷*\9e\80÷·\84ªD\17\ 3\18!ê=4\8a\15\böü\1aú\ 1kh5ê\18\1dPq\87\89øØ\fè×8Æv@E¢ÃlЯò$±ZÁô \1e(\ 5\87Øz"3\8e\87s\9b\8a\80þp^*\8c\8fô¾\8c\15\e#ùáÜZ[\9ec\O\83Ô­çÃ\ 6u¦Ñ\ 6©³è\e÷z[öiH¸pѸ\90\8a\84úÃù\ 6\14<\11@\7f\ 1SPV¥5h@\rO\85Æ\(\87ù5ª0\ 5\91_«?\9c\1f`u'6á­1¡\18˯¦6RY@Kñ\r\98;\11\14ëaÕÁÛ\8eªAÍÍ\9f\f½^PX\89YX\15ν¨ä\86d+:¼#¨±'ó\ eñ8R\1càïë ]@\ 4p\80\\864\87Á\96t1Âû×)\90\10\ 5\1dì\e\râéò/\81\19s\968\90\1e £ß÷\8c®)\98\aåÑ1± +\80\fì\86\¬#µ\16S\85Ï=õ8T\r¥ØÁ\ 33âbÇdð\193¡¬\ 6\8eV\ f])`\9d\1a²Æ\ 3<\e\ 3´¿,Td\1e|* \13\a\ 5HA}zP\84¿¯#ÅQäA>\14¹<ÒÄ ê1 Åô\ 6r\91\14\19\87º¡\14ë#}ËôH\91\1e\9d5G\15iÂjLO&\9f \vé\170ij\90÷Y\18å Ã\98¡\16ô·Y\18TbiÅ\17\r¤\87ÞTV½)þ\ 1¬\86õq®mTÀ¨\fØô¦®\fPd\f»c \ 5\90­G<\fáQ\9c\ 3\9f\ 1.\9déö¤Ê>C.º»ô¼Ó\84ÊÆä\ e
+fcý\9d¡hî\14\87¨aD¦£\9bX\ fÊî`\9e\9e\ 3à\1e\8d)2V\84ú\r.X\8aôLèå\99%É+RDzL\9f\897æHå\86¦HǵpX)'1\96\97\1e{ãR\17!¾¹s\14Ù#zÈ\91\v\r\vÑ\91ËÜ\15"òûYSÄ\94\0Ð\es8ä[\8b\8f1dÅàe(D¨g\11\e\9d$[c\96\f­©\ 1J\81iyd\8c\vTC\9eÙO3\8e)d[X GçÉ'\97]:\96\r-ÚBÖÞy\9bÝô~k<»\ 3¨½3Éå\r\90\rïî\0\a¨ñ%ÈU\11\15G\96ú       \12\96\ 39®Ø\10fM\92qh]¡G¥\87Ö\15«2o¯\8eíÑvH\93-{\89ìy½®ÈZ2óe¹0Ëq¿þ&\ 1\9bIîø³ø©·Yâm$£ó©Ø â\82ö/O/\8ba\15×3\84¸ÂësÌ^ÊÒýQp®\ 1\rè­lsD\14Ð\e\15dD\ 1\aÄ\9dÑ\rÀ·n\92\vÜÊ\9aú,Ln MjèßÀç^À=\ 2òÙSè\ 6õº¸8Á\v\94\15\98¥B\ f_`K?¼^ >\8c\85ÞÌà¦\ 5\9cÃH\r \86$ÐY 9\ 2=-À\93©\91\12wäïË;\1fþ¬F\1dùð)`+¢7»\b\88\ 2\1e\807jj\84Â\83qT\11·õ  J¡cx\14ü}½ÑB\86\ 4Ô\81\99\84Õ\98\ eÑ\97§7Xµ\eäë¡\1eÓ!þ       ó°\ 3a^\1e)ò4Ã\e\90_\89Ò\82\15¡\1c\95§Eµ\ 4Ø\99J\877Öõ¦È\15¬È\148ÞJ3ÔC\ ep,@oÆ\ 1oF¨\ 6ôáìItÇy\ e2b\ 2\86\8c\98\10\8a1N\eËm\16ì\96Åù1m\8c\80z@®²6\80·ç\8fÐW\826(eÔ#6\80·ë\11s\84\18»Ôz·\90Iõé\19ĬiR\8e\10C)\94m\995ûè\ 65<\11¾%.]<ºt»\ 3\9a\85½LÍ%ü¾\85{\16öý
+æ÷\18£e\87÷¶dìï3Vd16\87néµÃ&-(+Zîè \19ÁzÇ[a\fp\ 3òPñ\18áù\1d\89S\13<\80N\81\84( +¡#,>¯×û\17¶¼§Ëz=,Ïè÷\1dJÈF\1a_? \17RXÞS\8f\824¬«x\ 3z\95uëþvÙ\80üJ\12§ý\95ä²\ 1½ÕÃ\968õè\ eg$\ 4\8e$xK\9c\12>Àò\96Â31lµ(ãbØfä\f\8aõ\80ÜëÁfÜ\f\8bA\82\9aÐ\93v\11ñ\ e\1c\1f@\97àɽªD\9fr\930\1fË\92\9c\12T%z\81iƪD/0Íø\12õ\13\14hÏôn¨e~¦\8b¬Ì¸§\8b\15Ô\ 4\8eØ\18:\ 42Îm5Æ×\eÐÓ\9f\1cñØ8?òÈl,r\8f\80h:Å\1e\1a\ 1I\7fiK+2\87\9eÊÈ\0yXO»\b\1a\ 5xh\8dÕ\88#6\7fÆ\ 26¥§Ç\ 24¬ÂjL/ÌÌX\ 6\80\16"\91q\86\eÐ#ã\12\1f94\19º\84\9eȸ wÀÃÃU³\85¼\ f&\f\v\84ß·õEÓã<4\87\ e\91\ e\88\87]Ù_0°Ñ\9bÙ.uÐ\10Yq1\14\ 2¤\aÉ\ 6 K¨§Â\17\18\eëÏ]\ 5«AyØØV\9cüÈ\15(X\rÊÞT\81¡1ð¦hòTÂÞ\94\\16Y2fb9\8f¶èÑ1Kßz¦      K\81R$£´E\ f\8e\98ì\r°ü1Ñ©çùc\9a\1cÐì«\19\93àö\ 1\9aüÔ\1a-l­};ÉO\84    \96Q\9fÚòÇ°5\93\82a>½Dܲ_\96î°+\92{$Â|½òä~TA\92·"Ö$2\ 5-ûkø\0  ú\13\8eV\96bpÏò\9fj.è
+ï      P½ô¯y°¹½e>̽\96¸${¬y\ 3óçn¨´\97d\80»\97Õ`k"w]/kA\13 Ëz½º´\95´ôÈG1Êí½#Ý6àÀ(#¢\80£84>¥\809\ 3\83\f\14Ó*r\10K\1fÃ, gà\99/1wÛÙ\12\12ZâÄ(\13\1fHy\9f\8bÙ´¨I£\ 1OáÂ;p|@ã\ 2\8cÙPÆ(ã\8c\ 4ÑóÚ0£[t\bÒ\82\15±.H\v&\81\9e\8aºfI\92(\e®H\10tc~¤\80]t\99\ 3è\1e\ 63ck"SpË\ 1S(È'Fá+\94\vÝ­\1fæ\80\ f`M GV\aÐÝ;\ 2GÊ5\8f\80g\81¡KtÌs¯Ð êyx\15\9b\ 3!,    -\r­ìaÉé\ 3÷Ì\ 3D\80w\12Ö\fuqt¤¡A
\14\94]B\86\94#[\0J\9bz#£òÜ\19\19E\9f{V,\ 5z
+S\80Lè(\95ÆN\89£T\1as¡^¢\18\91\1c\81b\12J\83\98\1d\93@\9fÈ\ e\95éÝ Ó\81èØ1¼\ fD§©|\ 5\9f@\1f\9bU±.u Ý\98\vôjï     ï@ÏÇ\9c5mÜ\85«ûÎ5\83«!\17Ⱥ$Û³]O\97p¸9=\8a\8a£\ 3½Ì1<SÇ6÷©çÖñ±MÏX DL\0\1d%K\9a[HQ²4«æ\84\8fnÀÖÃÐBv¬mî\92@A\82õ\16Ñ\9aP¤´B\1eÒgÚO\90\87t\1e\9c`h¢ó AÉôJß\19n@\9f\1c\ 5}"Çä¨5<\8aL\ e¤¹ïÖ³V\9a\98\85d[VE¤\8cQ b5¤\ f~\8aUCÚ8Ôü\f)­I\85J;Pó¨3P       R&\ 3]&DÓ³¹K×õÞ¹K×õÞ¹KÃë-,\99Æ\9a2\eVÝ#_gî\92@~\82\ f\ 5t\7fþ¹K×\rÜ<\19\16\19oÝ0ß\91ñé\ 3zgô\98Ð\ 5Ä =Ø\9dJ\95k§¥2\a\9b\11       tOàHÊ\9e>w£¥WØ\9aÀ]Öë\19É\15\8b\90\9eP\\11\13ë3,\8fZåó\r \19\96ä\ 4\13¼\ 1}nÓ\8cyH\1eÊ~àĵÓ[\9e\9e`\81\97k\9b+q^¯\97k\8bj\8cÃÄ\90\ 5d_ÎZYöY\88\0\8cP\r)\8e\80¡ÌÈ\fèv|C\99\15\19ä(5º?\87\1d?PæË\ad;n­(\87\rù\ 1\12\8fZòT°-Ó/±â\1d8> irJà      kR\1d£\9c0\eè)é\13ºEÏÔ&ì\8f\bæÜpæÖuá¬Ë«\ eTcM¦W\e/\98\8bô\9a}¬ÊôlRèQ¹\866A
+8pfQ\92\8b\94±\væÅr £;GRµÛ\1c5\80ï©Ow$U\ fÚÃ,ût\84\82\ 5\87%:\ 5¡.t\1c B\ 28\1aZB\ 2È\ 6}K\89V\f\80\19ú\94\ e\88wÉ¢Eg\r\1eÒ\9f\9bÖ\877¸>»Á\82#CÙ¥-P\r9²a£\8c,\10x\fF\86\ e|\12úd\ e\ 2f5,"ød~hÉ\ e\88¸ËA\ 4\9f\84\81¡\ 3\9f¬Ï\ 2ÓBÜ)\1d\9f\9c°7£O¶\87\81¡£\1dæ<\1a\96X2q«V>\1fÀQ\16°hj\94\94ñ%\96\fü0*¨\ 4`\92\9dú\1a\1f"\84U\8c\ré´ \82PÉþØ\91\8f<ª      kB·¨G\ 55c\87P\88
+våX3\8c
+îYùL\97\1aÊ\Æú\81\1aÈ\\ 6\1aÈ\¼]qwxÈ\92ø^N]gòàg\90¸\f6Å5!voÿ'FüV"ås3ÔÞÀ¤ÞíñyG\1aùy:sÕèÇÛaf´\ 1\1d_L\98ÿô\91S\19n@oÙ\90Ñ\rÀ\94\ fB\81\ 2\ 5P§@ÁW \85\94;Fl\e\98\aQúª
+\ 1A8'H\ 1\1d¥·>r]!bm?\10\vxPz¨\ 4\1d(½%Ý\94Î\94        úÒ³´\1cÈÓ\ 6ÐKÏ5w«\81ì+R\ 31    =]\e     ¡\1eô@C\ 1)b\aJ\1cã#\1e8Pê\1e\ f0CtôÃìY"\8esC
+èø¢ÁÔ£ª8aM(\97ë\1f¹Ð\83\9aôõ\r\8d\87h?G¢    o.=Ka<@êó\aî)\8c\94\84\13¼C=\e|ÂÆDî`t´ýè}\80·ý@4ô$#Ã\r8\92\91\r¤îY#*G\96ºÓÑ\ 4¼ï\a¤\80\8e/\ 6¨KQ3>\82ïEDBG\ ehÄ>­£q\bÒ$\9e¾\1f"\17s\88\18R@ï\99ÐfÇõX\80v\9dÈë\8e\r\80\9e\89\f5\91îÑä
+Ýr=\ f¹bk¦cÜØ%»­§Éà\134Fº&ÍØ¥Ò{ÇÌ\90\87u!Z°O¨£ô본úÀ\98G¥¸@=ä\18\96\12°?qSÄ|è\11\8e°¥g>]!±¡lM\vq©dEV²&Fô\ eHp)G·\ 5úT\1a\17îëgÍ\1aS
+TèTê¹ÜÐ%Ó5i±Ö¾£<4áÀF\8e\r\8f\e\83±¡\8dmêÆ\86\94\87\88&Ó[\9f,X\8côá_P\15\ 2EÀ>P\89K¥ç\12C]¦\17)VâR9\92\91¡"\90\9b(UèRy\86\1e=SD\15Æv0¸ü\8c2ç±>óæ\r\9c\96\ f Ìç\9f\97\83\12C\99s\1d\8b\96\8a~þy\aÊ\e\1eQïè\9aÑ#_·½ôè\ 6¢x\7f\14âKé\19\ 5M~:\aàí¡\v<\80>R=Ã\rè\ f\ 5Ö@«C\0z\ 3\ 5ß\80£½4b\ 1©BÖr¡[Puþ\0*\ba=+ð\ e\0HÉpbD\83»\12¦Såg¤Eଠ   Ö\1eú¡\18-\ fÕà1÷¨Ã\85\10RD\8e+8`ÞÎ\15ðõ«´\9eO=\82¿¯ÏÌIÐ\908@Þúlÿ\19ir\aÆ
\90\a§/p\ 3z[à\8a9H\a(«¶\ 1z\ 3u\91\14)í,=eM\8dñ~\15­\8dÞé\ 3ú[\8d\8d>K§\ ehúS\8d½x§NCSj
+M\a¤±V\8cGYTê¶bdoæ-ñ&ùÛ\bîÎ\8cQ ÓÅ\8f~À²Nz\1fà\8fÖ\15\92@·d\ 6L¤Ï-Iéz\ 3H;$äÞ\fú}O\130S#=.¤'¨Q:\ 1¯Ì\9a$.¦¾@Å\14px3\8b&\ 6üÑ\19   ²n\8aâ\8c6àà¡\ 5RP\ ei\8fº¨ózG]\15\12¢\ 1_¦'\84Ý'ë¾\100gF»\ 1úÞ\19±\10É$<\ 6MtHȽ!x\0\877\82M\81î\8d\ 1ðL\91ð\90\802\7fÅe_ÿsìÔ6\0ë¶\81¥À\r¼¢¢u¹nàåcèþÐü5\97ë\aò}ðUyÏéB;Xá\ eôöSÖ?ëü\81"4þ±\ 6Z    ¨â\84<\ 2\19\1fA/o[à\11î\95Q(yÃ*\9bîGÈ\19\88\855k·\80ÆUì=¸\96Ý­<ù\14)ëU\19Ö&}Ô)9:X\8d:%G\v«®Aè\946\9d7pïgÈß\9dÑ\ 6<ïÎØ­Ò\87Qfl\11äØ \17¤NôØà\98÷0\1a\1c\16yr\a&t\89\ e\12N¢_Å\1f\8eQ|¤Ï\9dÉ\vtK@xDÆy¾Ü¢]\90§Ïã<)\ 5\16\91\ 2T\ eW¤Ìô\ 4\98\82\ 34\94ÂCÞÜbx\14 \15K*\1e\rÐÊÓ\0­\10M"ëÂ\92!\17é\ 5RX\93Üï\80\ fLТtúfG\ 24G\85\92\1a \91wS\1c é5r\93F\80O\ fÇ\8fn\10Æw\8e&d3dA}nKY´\vàïÆX\ 6ô§\7f\1càéÉ\ f\ 4©\92#äãÙx0<9¦5\8c\1aã\87V\87\ 2ôÕ7B\1e\92e°&ä\99ë I\85ñ\9d£J°B5è)QËP\vȦÈ\9e\9dãX\13³¹M\11\8c\9d\1efìç\97\ 6³ÅÏ-È\98\1d³×\9a8ØKs\9d¥\9fï"µq°\95\98$\8e5r<ª\93âX\eÃãÙ9öÚ\182\985KìC÷oò3º\7f{­éî\9f¡¬\88~\9e÷Â\ 27 Ou¶>\96\rã\86²*\1cÌ»W\15H\0}ªó\84\bà\19\151C\16Ò\9fÝg¼\ 1ýµd\81W Ou~YñG:p\e)üä\ eSÀL¬×D\ 4\91        xmP@$Ô\vc"ä\ 1¹F5E\91\axi\10¦\80Þ\80
+*2O\ 3ª\8cHàé\1f\95ñ\ eô\ f\14è
+èÏ\ 5\ 5Ù\12Ï%TÄE\9e\ 6T\15Ý¢£@Ì\9e¬úæ\9cµÐÂ\97x;\ 1\7fúnµê§\ fè\r)\8fâ¤×úop}\11\f¢\ 1Å\90       \ 4\13'~¤\fÓ
+=\1aý\ e\85r\1eæ1iÁíR4p\89(S\1d_\v\88\v\1d¥1±\8aæ\84\r\15Ö\bÀ1b(\85\8eâ(¬È\80K\82\13Â\8f\ 6\ç¨@)\16ÞiòN<Yn\1f@s\1cÉSCy\18\97ä\ 2ýbY
+r\15\15\11½\84
+\ 3\ 3½º\bªR\1d\9cÊP\93êàT\9eàþåÀ$ÏZ`E/à©W\9aÅÈ\98·\0\93m\19k\ 1¦ùå\14b\ eP
+\1d\851\ fcã"ÆÆ\1c¤\7fæ\96\1fS\8dG½ê\82\15)p)3n¡\95 \ fÞ_Lyq\16¤ >P7c[,\17I\96\82B3P$IwP1@£×\bV-¾ï\ e5\1e\15Ã\82\15\99c¨1vGt1\98¡&wTWá\rÈNuY°? ·m8ª«º¶\84\90pÅ\(?»WèR:\9eÝ\8fQ\15\1d& åaP\15:Þª*ö    \1dÕYP\959F]@&tTg\89ñ=o"¶h.aoTEx8ª"\f¶²³ú®ÐiDÇ\84À@²ËzY\8dX\81W\18ë\ 5xäTûég\15\16Ië¹Ï¿>\13×0ªÑ\e8\ 6\e\87^+?6×\18mÀñV`îÀy½lK\ f¬ýL\0]\r\1e}¼.\14Ô±æ\82\99P\ e­cE\ä AÅR¨ßá\84\99J\8c\eÓcÚD_\8e\bXmIÑa¬\9dc\°\189\1a\138J¼\10\r\1d\ 5:D\15       l|\9e7qQE÷È\88ePm5^o\90-¤±\fª\14±$ê(\9d5\9eè¨s\9e\17\rï@OÉMª.e\ 3'\8a&\ 6Ì\1f\1f¸Ü!\82\88\b\ 5Kyd\10SA\14ð$ç×QsÒ®°å1v¹\98R`\82öÈ1.Bt©ø\a°2\95A²£\95×ù\ 4r`q\80í£\16õ\987ÑSE|Þ\ 4r\vïL@ÅàåÖ\89bÀz\81\89\ 3+ =Òû8\11U(g\91e\83\89:\82L\91Æ\84=s¹\0C¿Î3\999kLÀª\13¶f`ïØè´ÞQâ±Í5~\97x\9c>\0J<ø\a\16í\ 3\1c/\17í\ 1\1fY\81%Q\9f¬<a¿H\17\ 4¨N=\1f\80úÔ1úEU§\1c²~è\9bæ\ 5Ý¢ãÕd\91m*\e­\8c/Q\1f\e\11 (ê=ûCË­¿¨S=)9æGÚ¬$ÈD:Ú\88\83T\19¦8ú\89\8dFhÇà\8bÁè \14èÙÊ!j\81\9d\80¨LjG¼+à\80\84²¢;\93\91G5Y\811ªãÝ\ 6\86¨J
+\82­Ç(\81¬\b\vvëä¢Ï\ 2½2Çì\95\15ó°N\81Uãa\8aÖ\ 6x\83:Zlå-Ýè\90àå\11[\12=«:>´Æ\a^Ý¥ ¡\0TC\8eÙÐy~¦Ç[Åé\16 \8c¨ñ\86\16_\96ËZ¼\15F\\96ËJ|E¿îÐáë\8c~^\bjZ¯ø°O\ 5>¯wô\8ao       <\97ý;zÅGt\0\ fÄÕ¬p\8f\ 2\14äËAb\1fÞ\f¬Â\ 3Ƚâc³Âi\19ì\15oí3z,ÈgF,ð\ 4úØ\8e
+¯@N ±ÄðËz=³½B&Ô{Å[føõ\ 3B\8bç¶\83\19i\ 1O\a\93V\9fÕãB\ e\rèX÷Z\ 6µ¨!Å\88   \1dàF\82\9aÄÑ~"B)Ð\9byAEä\81\1dÑaÚ\84õ\88 I\rç\857 ¿\18¥\8cô\80þb´Á¼\8fl\99á¼Ã$¬\98\ 2zNsÅÆH.2<\80â®&c8q}äËØÄ\87á+$zL\7f0ÂÞ\94Î\83\vâ!Å\ekíG\96õ\991M+\14\ 2Ù\9bÍaï\b\83òØ\11\eøpý\80>rBõ¨xR2Ô¤:¼\970\13é½?2$\ 1²¦\ 4¡ÌP\91èiåP\93y&.à\ 3
+C\8fH\9f\1a2iÆ\90\12`\82Æ\10t\ 1º×fÌ\r\1f½ë±\97p«ay^PP\97\96\9b\18±\16:y\99\9b\1cÎ\9f[èP¤\7fE\91\11@ú)\r×    ~\08\95÷Üþ\1dàLè\ 3\8b\90
+·ßB\89È©|QD\ 6\8avpï\ 6E'Û¦¬]ãýùß\9aw,h\aÓ-ºb¯v[^ïþ\81yìÕ®@¯ÈáØ\16¬Lt\94\96\84gzï\87ú\f )Ä+Ò'LCmäi\1e\81Õ\91c<0T§\8eñÀA3ê\1c&\85(\91\ 3&\15-"\87\ 6d¿®\ 6ÈÄr\88\85G£+Ëê\1d\r\rj\94£+\86ó®"LD\b\90 \ 1å"!ë¾Ñw¬     Î\9d!\ 1\1d3#T\ 6ú8òa\v0>ß?I)\9eÀrÇõ-\rä;ÿ<P\81\98z\16\95\9c\97ËÄ3é=/\97\99wE¿î\bk-¤¹¬wôXN\12õx\93è\19n@\80\ 6\fÛ9o@o[\10÷JÝË\ 6tým=\9a{ìKñÁ\96Ãw¥\80\8erg¸\ 1\ e\8cxPþ¬÷\87À\83l,p\14e\80­×\b@Yh*¢\ 6`½?Ð\r:Ò©g,Äú\rb\1dä\18\17\81\91K\fYHO¢\fÆ\ 1\9d¹9\1c!F'pL#\8d\90\ 5eT`C\88\9f¨Ak°ÜU\83<\93XÓB|\ 3\90\87\1d}; \11wd"c+®'¡\16(\ 3\bµ\98\ 3\1e­ø\ 6\1d\ 3/\90)vÜÀ\84XØÓeÜ\0æ.\ f\13\16\9c¡+£³ T\83\8e\e\9cÕ\edø°Ý`ù\8c\ fÓ©Ð+¼\ 1\1d\9e\eÓ\9bê\ 6HB=w1à\rèÕòQS\ 3\1c_\86<¤÷[H\9a/C\7f?C; '!glÊoj\8c\ 5ª\11ÄC\f\9f\86jÄÑ2C\8c(xË\v(\86z*<ÑcBÞ\89\ 1ÔÐ\948^I\88\98\19Sº~\11½\ 1*\86˳\90 c\7fN\7f#X!\ fè¸hÀÞ\80\8ekF¨GôìÏ\b   ¨cjI4Æü\ 3jLÃ\12\90µ\98\84¢\92\94\83Â\ 3\1a\1fEeJQ\81\ 56ÐXSC¼ã\85\1a\942`\e\vØÖl9%à´H\ 4¤\a\98\91\ eð´ì\80þ\98ã­·,¢%àȶv\87lêËÖñâ\8e\r¥,¿óÕ\0\eãJô l\8c\837)`9 Û<ã÷\13Ùi½\9e\ 3Z¡?æÈ\ 1µÆÐÃ<Pa`©\83K\ 6NO½¾Ò\1fûU\9c\97Ã\11  d °ý|wÂ\ 1\ 1·\e.1\8d\8dxXáéåö_\16ÏLÝÆì\f\1d\86¿/Ë_´xh\1aëÍ\7f¤0\ f\9eßz]\b\ 4`àrF\eбÙ\ 4ùÏ1@ÐR ;\fÄ;SWñ\0\9f\a\böå\ f\aõÑ`¡)õ\92¾p\17Åh\89\87g       ¼wQ¤\1dW\f×é\890ov\81\98Ø5Î\18\89¡\96²´\ f\10ÌÏ\94\905Ëèm ×,£+F\94\8b\fàvkñ¦\87 \1e\ 4à\1eO\81\8eð\ 3ú\0» \9d\80·\86Æ\eÐû$D(Èú8]K÷é(\12\9e\ 3\12\8e0ã;Ô{[g¬KåQ9ÖYúú\ 1}\f£å\ e\8e2AEwèÊa\86öX\9fã8a\12êb ºc|\0 ¢ #&9\92\90{' r°j\ 6\95
+åPF¹­¯s× r\8cù\99"ÈQóÉh\16uÜ»þ\n@¯   Ür\90µ\e ù§Ø¥Ñ\7f?¯¢KÅÛD \16\94ËBsA¶ÄÓ¤¡B¯Tg\81    \19#\a\vLÓC\16\985cÔ\ 5h{WÐ\ 5hG)¸h<D)¸\16\8d\82´¾\1f:4úCI\81\91\99\a\1e\8b£\81¹Í\ e4S\94Ç\1a!\1e\10oO\8a(@\97´Ø\9c^\ 1qhôÆÊP\919:Ì\1f o/6â]"°&Ò\8f\80="!õÑÖC\1a&wcä\1e\eòé\83â%Ò;\98ªz\a\ 4(\9f¡=Öó\8fg|\872HRHt§?\15àèN\7fì!Ñ\9d É­\98Â\9e»ú \ 3\e \88w {\955\8c\86øm}Äw 'qG¸\ 1¹Ä¶B Ê1\821cÇÞ\81\13k\16¹\97Ä\ÇF7\19N\\aû£[\S{\8d¡Éò"-g\954K«Ä©\9d®ÐìÉÞb\9a:ØßþÀ\89k§»;\a\9a\17D\0GSã\b7 Ç\951B\128N\90à\15Ê\ e\99µE¾n@\aù2Ü\80N\ 1Czk§½<\9d!X\10    ïq\19oU\ 1eH\7fl°¨ÈM\0[\8fxÐQK\15\ 1ÏsË\84y@vF¬­òE\11(`¹!Å\88    ô<Ü\88\15\99ì\fÅ\ 5þ¾lÆâ\8a\98à\17°\1eÑ;=\ 4D\0Ï\0¾¨Y\12:ºÍ^\8cOëõ\17ã\94 \13ë/Æ)£\ 3x0Æ\8cl±g\0 Þ\80\ eµ\17Í\1aÓás¥\95´\4©ÞÖº".ô\f\10|èͤi\94   [?Þ©h\ e  Ïe\86\14Ð\81îY4ç\1c¨\86\ep\0ÝP\91é\ 5\11+\16C½¤ÃÞþëèì·ÐªrÎ'Ð\e
+\aÍ\94ÐDØ\885©>;.j>%Ç©5)ä\1d\95¡\1eÓóh¡\1e\ 4^9\aª¡Cäè\87\8cÕ\88\8c\ e\1d¹Ð}\7f\86µ3\86\9e\8c\8dõ\98ì\8eä        þ¾>\84s\867 ×\13Ì\90\85õ^%\vöHõfÌ\vô§ô\82\86\15ûSz3f\1c\9a:\9a1¯«¤Æº@yÏ\96r¤^SCt= mu\84òP¤\9d \80½\9b\17ì\12êc:6¤\3%\ 4%Î0.r Ä\ 5¢Cz+Ý¢\85%|þ\1f¦ \ 3æÖ\14\ 1\ 2#KýÍ´ÌQºAÊÄ\ 4_\93-A\81\81©§\1dô\ 2\9eÎ\r\1d2G\9f\92U\f
+x\9b\ e\18\9580nl\8cu\84\16:d\8e>\1f     \83\84z\9f\ fìPÉE)G\9f\8dAo âÀôv\ 3L\8f\1aD]\ 6§\1dYHRzÍ\9c1ý­ÏÍåçå Ð:e\94Ͻ¨i.òüìçc\80Ç\97_ú¢åÍ\94N7ï.F}Þ\80\8eOZ˯ò¹\1d9\87¨á\ 5:\ 6ß%DAGÖÄ\81qw®\80v´N­gÙi½\8eM\993\9a\ 6\eZ[³\96ÔéÔÄ9 \80\ f80~{&I\9df[t\ 3\0\f7 ·ú°\98:\8duûÚ:\82¿e }nÕÄbâh*ü|\0½<wëè­l\807[Á\14Ô¯°jWHûaW¼\ 1©\1fö\e"·ä¯4÷Æþu^).;ÐÕÈ\f\8f\11>úµôHÀÓÑ\11\r\1d#L¡"Ò\8b;\8ftö4ÖqÍFGú÷oÙðè\ 2`:=\ 1¨\rÛ;o@\86ÆRD7\88\bHZUDôû\8e\98øè÷r\16\82{LL1þ\97"z»ó\17E¤cü\19\92@Çø3&ÁÍ\18N'3¼ýóża{¥\98\ eM8çc\ 3²7\9e "rð@\85¦Dn$\9c&\8d\87ø\e\aäa\1dá'ZH\ e\f        \0ÞHÈøÕ%í,\98Ãçñ«,m*YH|Ú@¾Ã*ô­ñ\15\12¼ý¹Ó\a\90?\87[\11§\15éÑ4ë}\ e\ 2:\81Þç \13\7fHï&\1d±-Ô\11Þ¤\99¢ÞÔÅ®?Â;¦@\8fÊó\ 1ÄÆ\9e\9e5\ 5ZC½gM\11ý\11ÊEe\95|BÞq\ 5j"½¢\ 3kBÙ\9c\1f\1dÅû^=\e\99\88ã\12ý
+gÍ!é\8d\ì2!}hY°2v´|\11=
+Þ²EõéØC\a"¡kfc~\14Ù\1cï\14£LpT\ 4\fÆ\86%\ 5é\0¼¡94\ 6\8eW
+í÷»éü\9dÈ\8e¯Ç\17 ë±RT\ 2\92W\8a\82\ eà\0\98\8e\9e\91\9aT\ 6\98¶g\12Å!¹O&\98¿¦å\8dÐnó{·,°ïþÈ\8d\0ñý_\7f_¿ÿÍÜð­ÓúXn"Ä~ÿ\15\97J¿¿~åËù\97÷\95\ 1§\ fäù¦DêW½°Ðëê\97\1d º\7f \160"åÚ²eù*\e\1dL\88/;\10HÐv\90\16¸\83\9b\18Q\1a\98\18]vp#bý\9a\83\1dÜ\87\1dóF\83\11@:ö\95\88m\a\15í \87\9b$S"Z+Éa"Ú\90\90ó\ e
+`$²\83\ 5}\0ìàN\83]\146\8cdû@ÜÞï¿Ý\82\90\8eÜv`\ fÿ\97\1d\bÊ`ÿ@
+"\11ËWXà\a\fð¿0ÒM\1dÒ\1dÄa"¶\ f$$Îi\ 66ñz\84ý\16\8edÎË\11n;`Â\942$"\9a´BvP¢¶\ 3$\8dÛß$(Î9\82[À:qË\9b\18Ô\89ö\ 1´\ 3x\vw´ª,Ç\14Õ\r¶ü.\8c7\9d\1a¿Êe\ 3ûßÌûXúëzA\94ößo\ 3\10\87\7f\7f\99Õß¿òÀþûk\80ëe\9cakr\7f?@ÊÀ5½nÀ\9e=jÛÁü\15Ö\9f6\ 5ìà»Kòs\a\8açꨠ   8FW}Ü\9e\8e×ý÷§åÛïÇ;\ f³w\936
+úòûú³ÉºKqì\96\87¯\80~_\89ï\1abÞÚ¯Äá&>\ré¹î@oâ\13\ 1G\13\9f\94´\13ð§3m\ 3\94\ 2\19ò £\89OK\7f\88\ 3\15ßïw£¦É¯\eÐ?P!\17)\15Jça¶±W«ËÄØZA    rÌ\9e¾\10\rt $ÎUccúx×ò¨®\1fг \16ÄFz\97ð¸ \13è°}\\1fRp\15)x\8fñÖ÷8ºm\9aî\16äÅ)}wL\13pÊ0\13¥\0w 3Q\8að
+\1c½¨\90&\81ºðn\8f÷a\ 5ñ0\a?\9f\8eb\ 6ªä:ÀÏ>0\81\ f¤»2£\97Ð\9eß.\97\90õfûy\96,\1a\1fW\0ïÀ1\90\17ZdGG³\8a/Qo\844¥G6=Mx\ 3zC0¢Ëô\91\13P\97y\ 6ÚjwÈk|0\ 5ô¹Ú«&È\14s\86n\95£Õ{\80æÌ3ï\0Þ\80\9cH\91¡W¦K\91½\9eu=\ 2þü¦\1d\80®Ïð\0:\ 12têô"©"ªrþö¤\99\8c«Bs.\17}[\85NO\86)\ 1&ì×Ë^m\86jÌñø\ 6=: È\99)ËK|æOØÛW×\9f`³hsk\89wù@\ 6\ e       6ç%\ 4Í\9có\ fTèPÈNY  «æ\ fÐ
+\8f\b\83\e9\13¡$ÈÇúÀ\84\84ü\ 1´\9e<~aE$§ÄÙãÓ¨OY\8a\18\12\1dt\ 1®QºP\93éUN\15o@'!\f\ e\1d\1dÑf\11\13\ 3°Oéhä\ 4ý\11ÇÀ\0h\8d\1c\ f\88Ð!ò< ÂèNO--+\ e\8f\ 1\13°\89\ 1ø\ e\ 4{ÔÊtbm\9al°·¢u\82ò_¢UÙ`I\96Ýê\8a}*Ù©«\19{¥`l\ 4\ 6;M\8eFë¦-¬è\16lbS² \9f×\9dòV¦\13{eZìçM\ 2\ 6\7f~E\87÷\8c¢´\98b°Î.FH>\1dæ4pc´^תdz×ϲ*­HfC+?6£ã\eÐø\8f"l\19RÐQ"Ñ \91ÁZÏX ü)JÜ>°\97J^\ 5XV\816Ðv\98\87*\96Á\e\ fÑ
+\ 5\8b\15Ól¤í\ 2? '\13Y\8d\12(\rg\95\vX''M\rr\9c\19Ý\81£ÚnA\14tt\ 3kõ¾=)¢µnë\9e\vt^ï®u\8bçZ=w­Ûe½G\8f\að\ 1½      ÒV-ù\16âKµ¢.\ 2­ïÁõ\ 4º\1e´\90î|\ 2½©¡½Ø]6à(vk"Ô)ø¤Z$ã\rèuN\ 5\91ÐQçÔ\12\ 2{\14¤: B\1e\92\83jK¤ê\11\90×Ú­\90\80úc×\ 4   ³ ©ñ\ e\ 1ùs\1f\96b½VoFjÄáÌ´Äì-©n¨³îñÜ×ÓC¼V\ eò°nGVt\ 5\8e\902\89\8a\90¾³\18¶5Xöm\r\ 1»j\88\17Ë=câ\145&¦eFæ\10÷x\88\16JA=¨«\11k(xY/¿ú[?ÀË\rèÙ;[\ 6Ù;}çõ¡¡ô\9d\84\15\99\9e¿³\r~Q\98\90¿Õac¬O®\99Ñ    \1c\rý\16l\vu
+,\8bhKÈ\ 1Ì\1f\1cÔC\19«\11}²vxøûP\8d8\1eZ"ú}O\89N\82\eÐ{¹%M\8a)\ 1³fHøS\9djËY\99\eÒ"\8e§Æ\82\r\99þÖY¡\1aÕ\8b´*\fI\1c\95\82\13¶dz/·Ió\aù\ 6°?\b\82*\9c@fýü¶^ÙCÃ\1e2Tc\8eÁÞ\8b&\ 4ôµr\15Ý1úD`O}]o\86¼S\ 5è\8cè\8f,X\8dé\9dÜ°3£wrKØ\10:&\93C\8f\V\ 3Ve6\1aÓ\95\fe\05\96%\1cPT!d\ f}X\bõ§Ú
+\15©Ü\86«Lø
+õÙK³fJy/;hÊå÷\89ã\9d¯óû\94\0\8bH\0þN¸\ e\864öÊ\ 6\1d\83X\8bؼ\96\9e\16¡odACfØ\rÔ\88½Q¹\9da\851\99£\9da\85zÈÓ\8c\ fo@¶Å\15\aer\ 3\95\9ag\r\1fì\f|\89\9dzk¦È[Åz¼\94ªÊzÜdh°â½\95\9b_\7f^ö¦-\1aéÕ»Óf~ø÷eg2\ 6¼\ 1Ç\aæG\ 4<Þ     GûVØÄ\17á
+ØK%¢¡ã\95Ép\91~Á=ûÀòð\ 4\19    \81\e¾ü\96á^\13$
\15t\ 2]\88\8f\87¾Q)\8eõ!\17N\98\89\1c³Á5&âÏt\88\89\1c\ 3WføûúÀ\95\ 5²\90\ eñ·®¢½ýßKd§ã\99\r± >h!@\ 2ê\89ü\11\1d\0³\ 4XÂjDGÆ\12ÖÄz\1a;T#\8enrP\8b8\92°\8fZ\8aA!L\ 5Ûr\1d\9c¬\90      å\88ÂZ\99]7 7\83\9b4EÌüá\ 3\9eí´>á½ÌàïëC\87,\87¹Ów\ 3]ÀÜÀYÄBò<Ý´\8a\96\88"ì+Þ\81£\14\ 2Y\ 2\a¼Gü\19Ù\12l­ÈÞ1\8d»û\8bá«P
+õÁæ\86¯¦ip°9öFôZ\8a\ 2¥Ø\ 1Ðj¿ÏñQl     d_ Ûs÷p\1f\92ðR\bdI\ 6J!z\86\80\12`\86Þ\98>qgÁ2$#36îdÔ\19È$,sÌK\11]z:f L\9a\0ﳨƦ\8d\80Â{    Ú2\aB\8b]r\1d¡ÍZhOáµ,z\ 3½©Ü\97\rèø"vgt|±BE¨ã\8bOÝ¡mZÉ\13SV 6äÀ\17Ë\ 2\0H«¨ÉY\1d\ 46%ú¸\94§øP\81\8aHÏz©á\19´PãCh¡F(Dú¸\14¨\86<#Á\93fÌ(B\9be\80ëóDíQ\7fÆ\84(Nc\10¥Å\14\97õ2\v\1aÂzY/\87\95\vþ}y½Éài½cÞIÑÈG×/*ù    ²\12Ðý9àI\ 3h/\eÐáÉ\88/ðv\ 26EtChßQåV\1252Eô(å8\93@\87\17Í\95¸\9c@\87\17\80\9e\80\9bÑ\ 64\7ftÇW\8d   ë`Û¤\8a\84À\83oV$\ 6:²aC¹/ëõ¡â\13ü}G\ 6/\92\ 2=*\8e\87\16-cÉ\8fG\ 6î(\ f/X\ féå@V\1d\80^\b²B\1eÖ³?±\1eÓñÑ\80í\80\8e\8fB=¦÷'?\0ÞË\ 6äR\1c\e\93!\8am%¨ÉulËfU\8c\9aÂ\94±-Óg\8a\17¨\88udÁ&j÷Õ\10\eV!:3|Z\ 5Ü\80þÌ\0õ\90gd\vtÇt\87|\83\ eùå
+d\87üè\963*Ç+v't.^!\ 5tx+@Mêh6\13\9fy\946\11»ëPQ\800Bcª÷¨OX
\1cà\8cÝ  9&ÈÐ!ò$Áf¬\8cõ\ f\94gºðHã\1d\8d\v\8e4ÞÑÀ C]¦\a\ 6\19ª2G\85u\9e \eê©è³\18XЧ
+K ë9e|^\ 5\96D½í\12V\86²6ÏÖ\1d{Ð)Ë«¦\8c)<\144\9f\88\ f\9bÀr¬·*\89Ï¢Û\12åè\96åñB·VïöbUþçÐ,ɺ´@§\fº$\84\84Euì\19L\8dïP\1e\99R°S¦÷\ªð
+ôDb{ï\1aôH
+ñÉô\97\ 6\b±9r¹al(y¥\8d\ 2\aFÖÁ\aè\a\ e§¬\v00\9cYS\84¼ß\8eh\8cøXlè\10è¡E\85^\99£ß\ e  \ f\1dývÆA¢=\13\17s\91~\aYv\v1      M\fB¯³5\ e\96I\1c\ 6;&-û\90\84ËÏËzÐrWB§g\15[o"Ô_O\1aþÌ\88z:@\14ðï;:EÀ\r8:þ\94Gô?òpG   x4zèP\90\8fÅ\9e$\ 2ðÎì\ 1\1e@Ðaö\81\826 C|æ     to\80¥ñV\89\80¼c\10ºA\ 4Ò2\90\18±°\9eþvôû\19½À    \8b\90c¤2Ò!\8eÁ⳸\ 1þ\ 1¬Ädoôh÷\13:]ãP\13Ò\1d§\86Z¼è­õWt\89°®\8cà´\ 1\89\ 4Ö("\8bz\90e"C=*wÊH\11þ¾\ e´'x~½ÍB\82ZH®M=Ú<\.P\9fÈ\9b¡\14é\99Øå\99\1d\90\aÕÈ\91\86ܳ\ 3<\ f\19Ý\80#ó(M\90\85\1c(74\ 4:D\võ\98ã\ 6ghHü]&F}¡\ 4\9dAG.=Vb\ e\8c9@\1eÖáÉ\80µ¨\ 3cÖ´\b\a¹\91\16\99À¶PÇ\98\13Þ\81\ 3cÆ;p|\0\8a\91\ 3\8a\98\vÒ\ 3\1e\8c¹@[¦cÌ\15\v¢\9eK=A6\94cÊ<U-¨¤r\80U\99>\9baF<à\99Í°hº\94cÜ8¬Ò¯`ÕÂz¾\1eêR\1dÞÃþ\98à\ fíqF±"ñð=\7f.ßÇöÑi´±UÅ\9c6p­\8a\99ÓÖkñÇ\1f÷&Oï?ÿáç\9f¿Êòú×9}\85\9fÿö»Óæ¯S\ f÷\1eûË~öõ41o\ 6\86ôº|\9f\82Ø\9e'ÖpZ\ e\98÷: ho\81ÕRçNËã$\b_[¾\80å÷!¶ì×-óí¼~\112Ðm=8}\9c\ 4\13ÖÖ7Güòû \1c½NC°õè÷\95Ëkë\9b\ 5¼ì_\88&m}AëÁï\97\9bæÙ\94\99e½]Ö\83ôíûÜÔú\rÎ8­O\88}ÈþÛ\eooÿ÷vmm}Ù³·/Ü\7f£ß}ÜåϤ¹mýK\81~_\ f\8aÙÈý78¢\7fÿ\84\7f'(~:ÿN\88\7f\1d÷?Ãß×ï\7f\ 6¿ï¹ÿ\19é\ ftÿ\84þ­gåe½.¿\vâ¿ûýÝ\87\99´ó¯\88þ÷jJªÿV´ÿ»þcô3 ¤\7fÿXÿXIu_ÿ`õo%Õ=ý\7fçÿ\9d~)\96·ïvY\ fô?æ_KØ\eå_«È\1eå_+È\1e¦?Ò\9f\80þ\8c\7fRFöÇÁ?\ 5Ú_a\86\86­Gúϱ¾>äߪÑ\8f¯\87þ\83ÎÿP\7f+üoë¡þ\ 2\8e/Ùÿ\ 4ùOßÿ\8cèç\90ßy\91ä\97éß´@ý)L{në\1fº¯     ê_Å\7fÝÏ\9f¡þ]eù³Rô\1eÿ³¸%\87}^øi=*æÿ\18z\9c\87u/Ò¸õo¡Çr>¼\0\ 2·Ø¡\80åwÚï\93Ùiè±\9cU·ÐaÒB\87\f~Þáz\ 4tzäz°Ð#I¿O]ÇÖ\14ié¨\ e\1e:D°þ®º©ë\93Ðïßy\8fÿ>¸?\ fý3¤\9fNÿ\96
+1Lÿ\86ÜõèO]ï\ 2\7f_w½ÛKì\85ÿ\85A~\16º@ñÓC\87
+ïï¶ÿ{©\83\85.è÷ïÊ\87òß\fï\1fðßõü{\83"kÇ´½Cülô½\0Ì\8b\85>Pÿ\0Ì\8bÐo\81ú\a¼ä\13è`\ 1÷ï\81\ eVMÿðõ\9aü°û·Ð¥wÿ¨äp£èö\ 6»\99¾×ýÕ\9fs(ïÀ\17u= þÕC¿\14Ñù\95Ðï\1cº\öï\b]\80ü8ä?Aý\8bäÿú\0\19Þ7\9ar~»~Ëë:âÏß\17Îßö\ fõï\1d²å¡\a²_:ôa\85J=ù£ô+\1aý(ÿ@ý{§_/téÉ?u\9d\7ft×y\82ç\a¡\ 3¡?Öß²ÿ\96\90þ\85¡'Ùÿ\ 2åÿ¶\7fª¿ ÷{×_Tþ×2(ÿ\16º ý\8f sLÿ\8cýßÛï3þÍØÿ\95¡/\eHÞç?l¿­Äªg¿éù\13ôßdý\9beýKB¿\ 4Ï/ÛO{y\1eõ\9frÑü'z\7fX\7fÞÎO\7f¿Bú\vS×ÚïW´ÿûù\99þ¶\16\=ýM×#ÿ5éг½:÷ã\17\1eÆ_²ýÉ3<¿~ÿ\v\8c\1fuècQã/lÿò
+ùGö\7f³è¿2ú\15è¿"û\8dõO      \9aýcú§\ 4°\7f\87þ±ñ\f£ñ¯u\ fëÅ¿Ì\7fßÆ;(þ;=\7fBöëî?2þµé\ e£ö³`üAð\1fwûe½Çzö\8bÞ_Ñð+z~\8c?è¿_Uÿ\9bðOUñ+¬ÿ
\1ftü¢`ÿWö?ËôL\7fÙh\8aQÿ½Ìè÷ïüËüO«Hóû\9f¶¾Jë)ý°þÖù\aÂÇwþaú£Bý\8dâO\1c\0í¯\9cúR¡þUîÏÖÃóËø\95\15³]Ð{ ÿ0ÿVäÿ§7üt´Õ²½ñ\83îÓ\11¡\7f\86ú_~z«\19Æ/²þiáëË\8b\er¿\9aô^\96ß¼\aº|\95\963å×\8aâÏËuߣ\85¾§å\ e×cE¤Ó#\9föðs^\8e\1c\7fÌ81@Ò\83\8c[\96ó\15Ðö\1d\ f?\90øzÎXDçW\f\87=Ü ß×\1d'{¸¹Ð_v\9cb\13Ü\1eóñõ\88÷=\ f'à÷=9K\ 5p?t¼®É²í÷ë\9eórù}AqÚÃ\r¼\7f9g NPüÀï\13ú·\9c\85\1eý\99ã¿Uн\1dÿÐ\ 3îYÎ\98&?÷wc{¸\99ïô\7fE³òï/\9aúâë\91þ¹\ 3\97\94þ+Ô?2pg9k\97õÂÃÙùágTÿÙÃO\8f~\148\ fP\7f        ûoÀ«éÿ3ÿ\ 1ûAö\1f\11ýô\9cá\14\91þ@\81\v\ 1þÛÃý¨þO        È/Ð\7f\94þ  ê_\198²âÁËz\19øµ\9c·-~ú\148Óý#ýïÙ\7f\81ü¯?\9cTôûzà`\ f?½ß§\ f\17P\7fëþSÂ\9e/p¼  ÿB×W·?iÑô\1f\7føÑü?\9aó¶\86»ýð䬮\9aý¤ò»\ 2ùó<<\ 4Èÿ\ 2\1eNÌÿ\r½À\1fÓ?Gt~\9d\7fr\84úGÎùÌ \9e\1fÔ\f\10à<Aþ\95\1f¾3ô\9fïþ7ý}è?ë\89W6¼¥\1f\7f\90\87³\ 2õ·Ð\82âüpÔó_éþ\vô\7feÿË\1e\8eFã/{8\1aæ\1fì\7fë÷7\ 1ÿ';\1e^&\8d~ôþæ\87÷7k¿Oå\aúßwà\8a?\!ûé ß\8aü/Ý\7fÏ¢þ§ü\83ô?ä\1f¬\7f­!à¨ÿa\r\ 1\aËYÞ\1e\9eÞñß÷õßÕ×\7fýõ/¿ú\9bø#þøõï~y\85j¯u¯ÿ\1d\7føõ\1f·j®´¾¾V_\9bþõ?þø\8bÿñ¯?þðûßüö_þó·\7fõãoÿúo~üÛ\7füë?þßßüö\1f\7fü¯ÿ÷ãoÿþO¿ÿÃ\1f~üÃ_üæ\1fþòÇß|ýøûßÿö\9f\1f\7fúñ_~üó\9fþôo\7fõ«_ýùÏ\7fþúÓ?ÿþ?¿þå·\7fúÕ?¼üðßýÇÿü\97ÿó«\7fûÏmÝ×?ÿé\8f\7føË\1f¿þß¿ü·_¿v÷ÿ\ 1|\16±É
+endstream
+endobj
+372 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 957 0 R
+/Name /Im357
+/Width 21
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l``n``o`ào`\90o`°o`Èo`8ßÀÐßÀØßÀÌßÀÆßÀÃß Áß`Àß\90Àßp\80¿áÿÿ\1f@\ 4R\8f\86\80\82ÿ\7f\0\0¡!\1ap
+endstream
+endobj
+373 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 958 0 R
+/Name /Im358
+/Width 17
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l``\ 6#v\ 6\ 3#\19\18²\80¡\ 20z\0E\8c\a \88\19Õ\0>\1c\ 6\14 \1ap\80\81\ 1\0=\1f\ eÍ
+endstream
+endobj
+374 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 959 0 R
+/Name /Im359
+/Width 37
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏ\7f \8eá¿áÃ~\ 6y\87\rò\r\7fØ\ f@\b\86\1fä\10ÿ\9fÿ·ÿ\ 1&\0²\8b(K
+endstream
+endobj
+375 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 960 0 R
+/Name /Im360
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9f\81\81\9fñ\ 1\ 3?C\ 5\10Û\0±\f\10Ë¡a\19¨\\ 5D-\O\ 1\92>¬X\0\82eÀøÿ\a>\ 5\ 6\ 6æ\ 3\0\8b\8e\ f_
+endstream
+endobj
+376 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 961 0 R
+/Name /Im361
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH`xÀð\801\81)\81-\81'\81#A A!!!á@Âÿ?\f 0Èü\a\0Ù¢\vÈ
+endstream
+endobj
+377 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 962 0 R
+/Name /Im362
+/Width 15
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã©\10ë\11fQcSc\ 3\ 1\1e\10àà\11\90R\90< Á Á`\0\86\7f\18\0WR\ 4Ý
+endstream
+endobj
+378 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 963 0 R
+/Name /Im363
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|ÌÀ.ÎÀÃÏ ÁÏ`ÁÇ`ÀÇP\0F\ fd\90\90E\ 3\ 4%T4\18Îd\90ãc\0\0/\17\rË
+endstream
+endobj
+379 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 964 0 R
+/Name /Im364
+/Width 16
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\11ÉãÇ3\87g\ 6\8f\ 4\10\1aH\18H\1a\18\1a\18&\18\0\0\ 5Ý
+endstream
+endobj
+380 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 965 0 R
+/Name /Im365
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³\91gðKlpk<àÎx \9fñ@\1fã\ 1>0\92an\80"v\ 6\vv\ 1\10â\ 3"\85\ 26\a\ 3æ\ 6\0¦o\r\1a
+endstream
+endobj
+381 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 966 0 R
+/Name /Im366
+/Width 55
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ѱ\r\830\10\85á;lÉ\r\8a[\8aH¬á\8e\952A\9cÑ<\8a\92"\8aÃÝ3\12.\12\17|BèýBÐ\9a\9eb×V3\111 µn¯\ 3'kÑ[\89F\8aUY\82(³Û\15ßá·2Ñ\87ìä\ 1«\1dYËPìX\8dP#dNP£³öüS\e£\ 1Ï\1c\b\18ÜÀ\1d\18À»pù½¾F&D<Ö\1eë\99\8d\ 5\91\84Èn\11\16[GÑ57ÙðÉ;\19à?\94/\ 1vP¤
+endstream
+endobj
+382 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 967 0 R
+/Name /Im367
+/Width 20
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿàÿÿ\ f\f\18\0(Xÿÿ\ 1\0£®
+\99
+endstream
+endobj
+383 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 968 0 R
+/Name /Im368
+/Width 11
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccP`H\0Â\ 3 ÈØ\0\82Ì\f È\ 6\84<`(\ 1\86\ 6`\98\80\0\0      o       \15
+endstream
+endobj
+384 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 969 0 R
+/Name /Im369
+/Width 37
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``0`\0\ 2      T\82\a\81\bf0Ñ\0"\ fü\a\82\1f`\ 2Ì\85I0Ã\15#ô¢\19\0\0î \r¡
+endstream
+endobj
+385 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 970 0 R
+/Name /Im370
+/Width 37
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀ`ÏÀÿ\83ác\83\84\1dc\83\83\ 2?3\83\82\ 3{\v\83\80\ 3ó\19\ 6\81\ 6Æ\e\f\1c\r\f\1fàD\ 5\9c¸ÃÀáÀ8\ f¨\8e\91\9fA@\81\8d½AA\80\87ùÁ\ 1\9e
+\86ÿ\rì C\ 1áa\15»
+endstream
+endobj
+386 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 971 0 R
+/Name /Im371
+/Width 39
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÄÁ\rÀ \b\ 5P\8cI9:\ 2£8\9a\8eÆ(\8eàÑ\ 3\81~lÒwxqH<\f±\11);z"\e\13uE²P»mÄ\aUCÅ\11Ý"\e\13uE²PÛ\88o\aUCÅ\11E6þz&YË8«_±©d¤/éd:\a
+endstream
+endobj
+387 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 972 0 R
+/Name /Im372
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`üÇÀ\0Â\fvDcÆ?v\fìÿ÷1ð7þc\90\ 3\8aØ\81É\1a þC\0×@1H\87<Ã?\ 6þæ}@³ì\ f0þ±?\0\0{"\1e3
+endstream
+endobj
+388 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 973 0 R
+/Name /Im373
+/Width 39
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU̱  \800\10\ 5Ð\1f\ 2Ú\bi-\ 4W°´s\15\a\11¼Ñ2JFH© 9\7f4
+6¯|ªpI3u\ 4ü\8dÝ`äá\80\15C`\12AB\ 5hfEó"\1d0IKü\bô~ \81¸0\17êè_vbw!'1\8a\ 2ë\1fËÇX¸\0Hp)±
+endstream
+endobj
+389 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 974 0 R
+/Name /Im374
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ÀÀü\80\81ñ\0Câa\86\8fÇ\e~\9eoø{¿Án\1f\ 3û\a\10\ 22\80\  P
\80\11¦\18\0«`\18±
+endstream
+endobj
+390 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 975 0 R
+/Name /Im375
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKH¨?PßàÂà\0\86þ\f\ 5\a\1c\1e0$0\140\14<\0Á\ 4\87\a\8a\aä\19\0þÊ\râ
+endstream
+endobj
+391 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 976 0 R
+/Name /Im376
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`l`n`màm\90l\10lPlpl8Øðÿ\ 1c\ 3\ 4ò?\0\0§\84\v7
+endstream
+endobj
+392 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 977 0 R
+/Name /Im377
+/Width 11
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\8f\81Xøÿ\ 1\0\ 4å
+endstream
+endobj
+393 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 978 0 R
+/Name /Im378
+/Width 14
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\17\90ø`P\90P\90\90p\0\f\e\ e4\1ci8rð\88Û      \8b\ 2\0°\1a\r³
+endstream
+endobj
+394 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 979 0 R
+/Name /Im379
+/Width 6
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccáa\0\ 1\83\88\193\f\f\12RR2\f\0\18Ê\ 3é
+endstream
+endobj
+395 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 980 0 R
+/Name /Im380
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cS8`ß Ç \0\86ú\f\ 6\r
+\ e\f      x ¡á@b\83<\ 3\0s\98\aí
+endstream
+endobj
+396 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 981 0 R
+/Name /Im381
+/Width 22
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøó\83½y\ e\1fû\1c\19v\ e\19v\ 6dôÿÿ\ 34\11¬¨^þ\ 1\0Â"
+endstream
+endobj
+397 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 982 0 R
+/Name /Im382
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÀ\83\86\a\8d\a\9a\eÚ\eØ\19ø\18ä8d8,$
+\ 4
+\fþ\7f\0\0ÎJ\vù
+endstream
+endobj
+398 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im294 305 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im256 265 0 R /Im243 252 0 R /Im239 248 0 R /Im258 267 0 R /Im240 249 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im74 81 0 R /Im134 141 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im160 167 0 R /Im110 117 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im244 253 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im108 115 0 R /Im101 108 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im253 262 0 R /Im101 108 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im291 302 0 R /Im360 375 0 R /Im244 253 0 R /Im383 400 0 R /Im136 143 0 R /Im160 167 0 R /Im136 143 0 R /Im135 142 0 R /Im122 129 0 R /Im120 127 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im125 132 0 R /Im119 126 0 R /Im135 142 0 R /Im112 119 0 R /Im291 302 0 R /Im360 375 0 R /Im244 253 0 R /Im383 400 0 R /Im136 143 0 R /Im360 375 0 R /Im136 143 0 R /Im135 142 0 R /Im122 129 0 R /Im120 127 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im332 345 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im384 401 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im94 101 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im112 119 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im101 108 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im213 222 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im160 167 0 R /Im110 117 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im160 167 0 R /Im110 117 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im128 135 0 R /Im160 167 0 R /Im130 137 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im117 124 0 R /Im94 101 0 R /Im74 81 0 R /Im135 142 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im280 291 0 R /Im260 269 0 R /Im241 250 0 R /Im239 248 0 R /Im239 248 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im115 122 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im160 167 0 R /Im110 117 0 R /Im112 119 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im160 167 0 R /Im110 117 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im115 122 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im115 122 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im160 167 0 R /Im110 117 0 R /Im112 119 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im124 131 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im93 100 0 R /Im115 122 0 R /Im160 167 0 R /Im110 117 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im280 291 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im335 348 0 R /Im243 252 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im127 134 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im118 125 0 R /Im128 135 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im348 361 0 R /Im132 139 0 R /Im133 140 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im212 221 0 R /Im74 81 0 R /Im212 221 0 R /Im74 81 0 R /Im212 221 0 R /Im120 127 0 R /Im74 81 0 R /Im347 360 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im160 167 0 R /Im110 117 0 R /Im112 119 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im281 292 0 R /Im255 264 0 R /Im256 265 0 R /Im257 266 0 R /Im240 249 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im160 167 0 R /Im110 117 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im290 301 0 R /Im227 236 0 R /Im290 301 0 R /Im219 228 0 R /Im228 237 0 R /Im219 228 0 R /Im220 229 0 R /Im221 230 0 R /Im219 228 0 R /Im222 231 0 R /Im236 245 0 R /Im374 389 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im111 118 0 R /Im98 105 0 R /Im103 110 0 R /Im124 131 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im160 167 0 R /Im110 117 0 R /Im112 119 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im128 135 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im348 361 0 R /Im132 139 0 R /Im133 140 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im385 402 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im286 297 0 R /Im243 252 0 R /Im335 348 0 R /Im239 248 0 R /Im338 351 0 R /Im281 292 0 R /Im259 268 0 R /Im242 251 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im386 403 0 R /Im107 114 0 R /Im291 302 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im160 167 0 R /Im110 117 0 R /Im118 125 0 R /Im291 302 0 R /Im160 167 0 R /Im110 117 0 R /Im120 127 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im160 167 0 R /Im110 117 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im107 114 0 R /Im135 142 0 R /Im136 143 0 R /Im384 401 0 R /Im136 143 0 R /Im92 99 0 R /Im122 129 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im383 400 0 R /Im136 143 0 R /Im360 375 0 R /Im119 126 0 R /Im134 141 0 R /Im387 404 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im160 167 0 R /Im110 117 0 R /Im74 81 0 R /Im134 141 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im135 142 0 R /Im136 143 0 R /Im384 401 0 R /Im136 143 0 R /Im92 99 0 R /Im122 129 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im383 400 0 R /Im136 143 0 R /Im360 375 0 R /Im119 126 0 R /Im134 141 0 R /Im387 404 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im104 111 0 R /Im93 100 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im112 119 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im291 302 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im280 291 0 R /Im259 268 0 R /Im258 267 0 R /Im335 348 0 R /Im258 267 0 R /Im240 249 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im105 112 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im97 104 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im135 142 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im388 405 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im126 133 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im286 297 0 R /Im241 250 0 R /Im389 406 0 R /Im281 292 0 R /Im255 264 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im74 81 0 R /Im130 137 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im253 262 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im160 167 0 R /Im110 117 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im298 309 0 R /Im390 407 0 R /Im349 362 0 R /Im391 408 0 R /Im281 292 0 R /Im260 269 0 R /Im243 252 0 R /Im259 268 0 R /Im338 351 0 R /Im107 114 0 R /Im99 106 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im332 345 0 R /Im105 112 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im355 368 0 R /Im392 409 0 R /Im224 233 0 R /Im232 241 0 R /Im220 229 0 R /Im231 240 0 R /Im219 228 0 R /Im218 227 0 R /Im227 236 0 R /Im222 231 0 R /Im393 410 0 R /Im234 243 0 R /Im217 226 0 R /Im359 374 0 R /Im290 301 0 R /Im216 225 0 R /Im218 227 0 R /Im220 229 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im130 137 0 R /Im103 110 0 R /Im109 116 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im128 135 0 R /Im130 137 0 R /Im103 110 0 R /Im109 116 0 R /Im348 361 0 R /Im348 361 0 R /Im133 140 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im394 411 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im394 411 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im395 412 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im118 125 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im395 412 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im394 411 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im120 127 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im394 411 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im259 268 0 R /Im241 250 0 R /Im255 264 0 R /Im256 265 0 R /Im239 248 0 R /Im281 292 0 R /Im240 249 0 R /Im258 267 0 R /Im259 268 0 R /Im396 413 0 R /Im255 264 0 R /Im257 266 0 R /Im389 406 0 R /Im397 414 0 R /Im243 252 0 R /Im240 249 0 R /Im256 265 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im394 411 0 R /Im97 104 0 R /Im93 100 0 R /Im395 412 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im108 115 0 R /Im94 101 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im115 122 0 R /Im115 122 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im347 360 0 R /Im94 101 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im398 415 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im395 412 0 R /Im93 100 0 R /Im115 122 0 R /Im399 416 0 R /Im184 191 0 R /Im166 173 0 R /Im166 173 0 R /Im168 175 0 R /Im166 173 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im195 202 0 R /Im74 81 0 R /Im195 202 0 R /Im74 81 0 R /Im187 194 0 R /Im400 417 0 R /Im190 197 0 R /Im34 41 0 R /Im401 418 0 R /Im74 81 0 R /Im402 419 0 R /Im194 201 0 R /Im263 272 0 R /Im164 171 0 R /Im168 175 0 R /Im169 176 0 R /Im166 173 0 R /Im167 174 0 R /Im180 187 0 R /Im269 278 0 R /Im176 183 0 R /Im168 175 0 R /Im185 192 0 R /Im171 178 0 R /Im164 171 0 R /Im163 170 0 R /Im166 173 0 R /Im192 199 0 R /Im175 182 0 R /Im170 177 0 R /Im314 325 0 R /Im176 183 0 R /Im174 181 0 R /Im176 183 0 R /Im170 177 0 R /Im263 272 0 R /Im164 171 0 R /Im180 187 0 R /Im168 175 0 R /Im166 173 0 R /Im174 181 0 R /Im172 179 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im164 171 0 R /Im169 176 0 R /Im167 174 0 R /Im166 173 0 R /Im172 179 0 R /Im166 173 0 R /Im167 174 0 R /Im168 175 0 R /Im169 176 0 R /Im171 178 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im176 183 0 R /Im163 170 0 R /Im168 175 0 R /Im269 278 0 R /Im166 173 0 R /Im167 174 0 R /Im171 178 0 R /Im172 179 0 R /Im176 183 0 R /Im163 170 0 R /Im171 178 0 R /Im167 174 0 R /Im176 183 0 R /Im185 192 0 R /Im174 181 0 R /Im166 173 0 R /Im176 183 0 R /Im175 182 0 R /Im171 178 0 R /Im182 189 0 R /Im169 176 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im165 172 0 R /Im176 183 0 R /Im174 181 0 R /Im182 189 0 R /Im166 173 0 R /Im171 178 0 R /Im172 179 0 R /Im176 183 0 R /Im163 170 0 R /Im171 178 0 R /Im192 199 0 R /Im166 173 0 R /Im264 273 0 R /Im168 175 0 R /Im182 189 0 R /Im185 192 0 R /Im263 272 0 R /Im176 183 0 R /Im168 175 0 R /Im176 183 0 R /Im192 199 0 R /Im166 173 0 R /Im166 173 0 R /Im179 186 0 R /Im168 175 0 R /Im166 173 0 R /Im176 183 0 R /Im167 174 0 R /Im185 192 0 R /Im263 272 0 R /Im74 81 0 R /Im403 420 0 R /Im404 421 0 R /Im405 422 0 R /Im406 423 0 R /Im407 424 0 R /Im408 425 0 R /Im407 424 0 R /Im409 426 0 R /Im410 427 0 R /Im411 428 0 R /Im412 429 0 R /Im164 171 0 R /Im168 175 0 R /Im166 173 0 R /Im265 274 0 R /Im179 186 0 R /Im174 181 0 R /Im176 183 0 R /Im164 171 0 R /Im163 170 0 R /Im166 173 0 R /Im192 199 0 R /Im164 171 0 R /Im163 170 0 R /Im168 175 0 R /Im166 173 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im195 202 0 R /Im74 81 0 R /Im195 202 0 R /Im74 81 0 R /Im187 194 0 R /Im190 197 0 R /Im34 41 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 399 0 R
+>>
+endobj
+399 0 obj
+<<
+/Length 983 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥½I¯-=v¦7Ï_q\87U\ 3\1f\ 5»hjh\94\ 5xbT¡r¨\89-¥J²Õ+\rÁÿÞ;ö&ã\9e\88xÖá»\18H óûn^Æ&\17Wûr5ÿú\87ÿþë_ÿ\10~ýÇ\1fþõ\ fù«ÌÓ¯ék\9aÚ\7fÏ_K\9c~-ñ«Lù×\92Ã׶̿þú\1fÿð\17ÿû?¦°þú¯ÿü\87ÿþmýço\9f×o¯/®ËW\9c¯ëã´]×\97¯¸Òïo\19\7fÿ¶\9e~\7fÿ\930M_Ûzß@º\7f ã\ 6´Ð\ e^ÿÏí\ 3Û\8d\82û\9f\84ðû\bKú½\83|ýÀòµñ\11b@\1a\ eBÜ´K0\89\98\8aFÄôµfü@N¸\83 \131¿ø(Þ\88\18à\ 3Æ5\16d$ºF\83\88sV\89\18\99\ 6\1dÀ\11¬\ f¬ê\a\f"®EãÄ;\r\7fýwØâÁ\aß?Pd"nÃ\9cøÙA\9cfÜÁM\1f\14\ 3]c\8a LÌH1ò5Þ\18é®Ñê\11â
\90¢$L;\11KÂkÜà\1aù\bM'OÛ·\13\84;        ò×:Ñ\ 6¶Lëïl\94¾æËúü\95ªN¾\7f`\9bï¿\9f\f\9dÞ\ e°|­áØ@Xú\1f¨\e\b\916p»\ 1{}µ      çõ7.\8e_\81\ 51Òï¿È"oàÅCÊ\ 1î7P7\90Ò×\14o\e\b7A6¯0kW\98¾\ 2\1f 3\ fÝtYüZo<¼«Ç\90\91\ 2:\v\94(]¡%\ 3¡ \10\85Û\15\98<0\8b<`\7f \10\ 5n\9aм\82\99(\bW`\92\13Üô\80y\82\85hx?Á}\ 3õ\ 4+2áí÷M=²Î\ fõHóN\aõÀË\87\a^¦WÒ\ 3wKP×\a¢àËcUõ@\fx\85²\1e\88Í·½P@¶E\115!È¡IÂD\9a\88l\ 13aL\e\9e@æâ\98ñ\ e\81\8b\r
+\14¼ÃI0§u\ 3\85\e\93×ZÍ\98Xº<.(Ç \86\ 6\ 5\96\87\ eI\\90\ 2@Ac\ 3ìQÝ\99ÐÜÀ\96\9e\89Ñ\86\eÐÍi\9aH\ eïW`m MÃƤ~\0]2\10#\8b\84\ eä;H\86SæøÀüè\12Sb]x£¡ý\ 1Ò$x    ¬       RRÝJc\ 3\99Ø\18´¹É\86EcCK\10Sa
+\b.A=Á\1cD\8bn\1c`F\1e¸\1dÀò\bÒ\82\8a@vêÒB¿/±ÀÇ'JkÛ@Ç'2w°²\1cÞxÀ\14£\r\83\9c¥m~t\85YV\85¼ÿÌ>\99¬\ 6òÄ\ e\ 5¸DL\80Ì>\99,ÅÙP\84ò\ræ8nNß7\90\1a\ f®_Sù\rPÈÆ$£\1eC\9fÌ a~æØçÌw\bÁ\9dÁ\84¨Èôð6\8b>\9dùû3ò\90¬\88ó¶LvÉ2*2\85\87êú\95}BÁ-¯\14Ø&bÂ;âl\7f h\1f°HPX\11É\8a¤ "rÄV% 9×c«\82>\99\1e[\95Èþ\84\1c[\15ÖDrlU08tÄV\15"\99_þùHhµ,ïÈê¼\1c"+ëç_Æ|Wc\97\9f\97ÕX5å\97\9f'-Æë· ­·¶_-ùèöÃDÔwhá\97¾¢ë\93]\810\11\ 1\1d(i\15Àë\ 1\ 4       n\1f\98i\ 3²;¼\ 3ÕÚ\r\18\ 4\8c\8bD@ó\ 6\13q\10!\84××ëºÿ\84\17¨ÃÜ\15Ü\19¾ÀÌ\17\bq¹A\80
+îô\b`n \88\e0)0Ó\ 6 *6YhÎÏ\84x¦+ðàä¨\83á\ 3&       \96"1\81\8d\93ó \80\8b\12sñº|-ùú\81\ 3Æ ê»íå\ 3ùv\89åkº=9¾åø¥\89?\86hþæËÄt»Åû\9be\ 3ª\ 3í \0#[\1f\98ñ\bp\8bÆ\a¤í ~ÍH\83\18
+}`\96\18ñóô¼Ò\aVð('Fë#\121ËøN\8cHÄrÓ\87Ó-\83àó'1\11#-òËsD}êxz\8e\99\f\9a\aê-è\91éHká\rÈÁqD\85\80ùf4£I\95-B\ 3Û»\16Á|¯Xp\ 3²O\11WÍ'6\7f\7fC\ 2ê\1c°¡O$+Ó4i\17hb\94\13\99\130\a\88\8e\r¤\80\17¨£¼\91\ f û\14)j^\95\rSka\8d\8d\93s\£C\94\99]
+\81\87+\ f¨jÌ$A)\12    Ìç\16ÖBðû÷´Ð\ fÎÝx`>Atrd»\ 3Ýbhk\9c\0Õ\10>\18Y@5_¢þX±¢"Ñ\1f+P\919lYÚ4ÇÔF\9ay\ 37
+ÜÝ\81\ f\94ª;pâ\82I\87)\ 3²¡l\vr@
+è(c\14£\eû\ 3\ f¯ 1\13ʺ4'Í\9a\99(e\9eH\90      æ´ r\r¤1)P\18\9f;DUhCÝÈ\832F\91g4Çú[Ã\8c7¨ËÀ\82\18\89\9c\85\95×g\10C^\1fB\f\99\1d:]\866\ 2y\1cÉ\ fyC\98NÖbeÒP2\13e\9eÐ\94é¹\84%È@§õ\ 1Tc2\ f\7f ¨¨\e\88|\ 2Y\93\17F\1ae¯¼\18\8aøö\ 1Ë\16\96´¨¶\90wÐ`ªµüÌ\ 4\16\ 5\96\15ÖëaÍ\8a?¯ã|k5\ 3ç\9f\97\1dÒöTpùy\99\ 3k\ 2Ôu½\8esN´\ 1
+Ë­§\82\8dÖË·\7f\97\ 3èIõ\ 17 £\94\11)¨ó_HÄA\ e¬<\89Wh§\84ã\15Ê\99+!\13\ 5\1dÈH(,Cr\ e[($Ã\ ew´%\95\0]\82ã\12\17\96c9\87í\0Ûû\97`¼7,(\a\11jâÀu\ 3²?\1a6\94\ 3½6c«\8f¾\17AÔÓi':\81#\9dvbAt$\85\93.ó'\85\ f_A\8cÄDz}OL\93´Þ¼\81\84¿¯ß@\16\8d\81y\80¼JÖØF¹y\ 3²?\17g¼BGF´¬\88¬\94\9eÛ(÷Lë\ 5\19h)áE\93b\e&G\7fÎ\ 1\93ó\15êu        \e*R9w&¡\1a\92<êÏ\9f¤öbwúÀý±É*\1dß3ÂïB\10\92p\82\86Só    t\881²G¡C\8c        5©\ e1\1a>\95\ e1ægN]ʼ\81\e\ 5îõº\rèf[ ËQ*Ïü\814\8bþ\80IÂY\v̬À2-õÍõå\98ü\18XÎ' ú&\aè\11\85ûõ\95\7f°\ 3Ýïü\83\9a¶ßºL\86\17\ e úL\ 2]\8e\8bu\90r*\83ÑiÅÈ\ 22\81\ e yP\8e²¡\8at\8c+"\17\ 2ÊyÍ~\98Þoù;Pý±gË×ú\8d\anb@)$o\12&6\88:   0¼CA´>ð\94\86Y£¡\ru\93OáAJg\8d\8bl¨Y\13\ 3ó\0\vý¾§2`á+\90\1fN3¢\`Ð,§bG«\15§ÂÊ`É\18Ý92X2ºU\1e¤\93Ã;\1déd¤É\9fÕ=ê\99¶¬îaÏ´ [åÏêîz¦\96=kPí\92:/>¼ÿ\ 6q\9c\97Ë¡Å:}\14éi¹')<ÓÏË\ eѺÁr\87\11ñ\1c\ eÝ\8eÔ¾\95ØyÿzNò4Óùõ\9cäöfݽ}cÿMþ:ô·sºW\89}ìæ#x~=¥82\ 3è0i¢\r8ª\90\99\85t°?£\ 4êXy!\16p¤p\85B4tt/\99Q\ 3É\0Õ\ 1Óv~¿\8bÒö\94ÀO(­"Äfbÿ\8aB¤'ö¯(D:νÑï;\9cÑÐ\1e¬Fy8N¨\86d\16\8c\13R@Ç(\ 3\v¡\ 3%Ö®À<\0ë1\99\87£¡ÇôLÞ\84<¨C\94I#\80\rò΢\f\19\0_A%àh<Âz\'À<ª\86Ûz¼Á('?ÅC\8dűä§øòÅ\1e]Áª¹\82æ\15lt\85\9e\bÖ":À8±\1eÔ\ 1Æ    -áí\0&>\18X\8fêø`Ä+ÐñÁľ\80Þz%¡?®7\ÈÌ\ 3\8elfM\fMt/³"\95\v¬RAo\ 6Ä\98\9d\81\84\8aèî\f\98,0k\11\85\9dL\8d¿\ f\1e¹Á\ 1\1cO:\9a\86\80\0\83\80«f\89Ìdð\97\1a\13CZã\ 6Ð\9bÒkR2ª1%&« \ e:S\ eSx\0Ì\9d\e0a­V[vZ¯ÀZ\9f¦¤ë§¡å<\9fZ\8a\1e \ 6õU\85ÌáG        ìu\ 4½¬×Ýñ\86\89\9dÖ;\1eÚZGÐË\ 6\1c \0\12@hK{    ê/\aÐ)ØÒ·:\144     \90ð\0zþZ«ì»\1c@\87%2]¡\ 3\96ÈD\0\ f(P\88\ 2\80MÛµÚL\ 2½ÐxF&\94Õp\98çC\8aGàý\ 3\15èIQ7ªïlÀnè\89< »Ãaå\ep\84õ,\86r½~ëè9ª\aZCÏ®\1e0C\9afHæéç\90Æ<AxÈÅ1j\ln ¡-\90\1a÷|Ö'\95    :qù \18îÙ[\8a\14\98MY\v\11\10\9a²\9a\e(ë#=\10g¶¦:6\85\8aÄ\93|\85ÆHnì\e×úû/\8düc\13;\93\a[i\9f\9b\a[\OBä©QFE¨³ð\86¿¯§íL,CzL9iî\88\89+\ 46E:°\11\91\ 5õ"é\887 ?\92\1e5Ê]\194\b\88JÈÓ\8d\16Ñ\v:\12:Tw
\99\81\9b)3?0\93!ð@;3J\81^¥½°\1etÄÅ\93Ä\ 4v\85±æ\94Ûq½¦\ 6Ìýo¨\ 6õ.\82ì\ré]\ 4\roH¯ïE5âH»Â°ÎÕ
+\93\14©£\8d!\87u²G\9c\rgHGF\92æK\98\aÈH\0ý\ 63»£zæ]ÑnÀÒB¹p\)GæG}ï(\v\ fËèbë¤ÙW"V}/«a=mnE\1eÖ\9b\ 4l(IJ!*\b.9ìH\99T\19¸7Ë8e\\9d7\10õ\94/D\87tp§D\8d\ 5ì\84)¦ ~\0F\97<m4ß\17\90ÇÚñ¶V!¹Ó\8d×\8a'\9a\ 4äÁ9!Í\8cç±\86Ì­>>wú¸\9am83ý<4>cîÙ\88z\ ed°UÖæN+`\13\em       [\97\ fÀÔ1\ e¨\ fpõü\ 1\ eñÙ\ 5\86$Þ ¥A\8e>\96ç\ fÜ5\88õ>°Ã³ï÷\81Ó\aô´×#ãé²\ 19íµÍKêrA\17\1cÍÞ\86Э\v#²¡\9eöºO+R\94\90]XJ\aðô\ 2]I\ e\b!ïä<]6 \ 3ܬ     tdnb1Ða\rÔ\ 4\ ed.L\8f®ðÀF{rlc£I:\80     \ fG\96"½ª0Í\8f,iÌ$E\ e`,£-\ 2-`Ü@æ\e\90\9dÑ\88zHwF\8fÂÖ®)° Q\92\ 1\a:¾ )\92\8dy\H  8Òþ\f-¦C\9b+^\80\11»\13\92%:¥<ewcÿ\86\15xÊB\ 3\1fA®®N\81w g\9c°C£§}E\16C=í\v\1d\1a\a>\9cI\91:
\12*\12\aB^p\ 3\8e´/Q\11Ùu©Ì\ 3:\eÏ|\87úÄ-TE\1e\88\1dè\1fX5sÚ\9bUÔ¥¡]\98*K²\85°>\8b,²áRÝ´ax§ù|ÿ@ká\98?\81Aù^]\1c\8bc\aì\92Ènm\ e\1cÞÉS"2zeú\10Ì\8cN\99c\bfÆðÎÓ\ 4\92\ 5I¯)Tµ¡IBÖ\86z\ fÂ\82ñ©^Ò×æ\15õüB\93\ 2\866ÔKc\97,9Ææ\ 6V\14\15\88 \91\95\81\97\11%ÒSð2k"\1dc\9cТë\18ãĺØ\ 1\92jÆ Û\82pÔ¥(\11]k}^S\92\ 1\ 2ã
+\12\86ÇÂ\15\1c(ë{yêtT¶<ë\16Z¤n+Y^߬yo½ÙÂp\83ýëôo%]\97ãë\10×\84ôs LÍ\94¦±N°G\12«ÿ\ 2/@iú¹\95¬ÝC\90I¨g0&ú\80g®ýúI$¿\\81Ü;-´Æì©×
+¶S\19\9a\ 6û\98\1e\1d&6)ØÆí\9c×ûÇí¤n+Y«´\94\98Ð13kÁ\eÐS8W¾\ 1}fVKBí
+\81q\ 3Û$Þ\80\r9@OEßP\88å\99Y±½×\9c×Ë\8eÄ\ 1Ò\ e^`\fôûR@\11¦÷ä\9c\1d¦}Ç4/¿:¥ßZàF\82òUð½o\87iïW\18·Û\16>\7fý~\a{miûÀïz\8ato¹dÕcÄ´À\a  ÃÜAþÍÅßv°ÂȧåÆFo\1a\94\b4\bév\8fVÛ©X\88\ f¡í\94¹\83Ö­¦·\83»$V".\11\88\18\92ðpXw°\90A\86W/\9b\15×v\86\13+F9¸\8dè\95è\0ADmàiAÇâì\986Cú\98\8câ¶Èú\¦`B§D\87\aRD&Ðá\81\ 3ë\1cT\88)±IÖ¯0£_é\98ªÎ\1aY§@ÑL\82\rU\92ItD&©=þ\8e\86&éðJ\ 6c\93£Är\94    V"¡#:IèVx\0
\vt\8c\b\15\89\a#BÇÀ\81\11\ 5\14d½:¨\rFïz&v2¥FB+¼Ù\87½<
+o\ e pP\13dÔ$\9e\84Ü¢\89\81IÁVª=\18Þ\1cÉ\98£áMÆøH\ f\827 ó »$zx\93WU\8a,\9cry\14Þ\1c\rô\ 6Ã\9b¼¡-\91Ã\9bÌá\91\1cÞ\1c8çà\ 5\1e8çpxS¬\857\96
+zȱ\8e\92\1aY¾#\9d\17=\ 4h9{æ%\ 5Í3·Ú\91îÓV>\9apëµ#å\10¯\85\ 6ñ{\v@G\84×*]_ë\87\ 2¼Ö1á´Þ\11ßµ°àüûzxwtÑ;\11\0Ã;Þ@hIÑ=
+\98;\b\81ÅDÇpòÓ\ e\1cáÝQ3\1f;½<MQÜó2?[H?\87wv^fíÛ\10ÇÚ\91\1e\9dìzG°\ 1ËH\1fð\0\96DD=¡)Ìt\ 2=£,´öÚñçf öxð,ý¾\8dwâùu¸®á\95Ýó\e\9a@\8c\1c\80ïJôÃø\9a\ 3¯\8c\89Ö4I'0KÞ'q\ 3v'º ±°\8d\10êÍ\0\8f´ÐË\aô\99̬É(¶ºÞA\eÌÝÔ@ò\96\ f\aÌKȤ\88\1c\97Ð^nz4´3CQ\10õ~\82\85\14\89#\99(ά\8aõ\13ÌD\ 2Gn뢠     ¢\9d[\8aª\¯ºoù`\1dUh§\962\ 1õäÜ\157 7";ÊöÏëõììm{¤Ë\8f\91+~]ÞR[Y\88dk\94\ 2ùÕ\8e\8açðÌ\9a\1eeÿ\83Öô(û?¯\97A®#1¶ã\8d\98\9dÐÚ\ 3öù\ 2\1c\9dÐ2\11À\81²%Ô£zÁn2\1cJ¹hü\0\8bGY`~æP¥\99\8c±\83\ 5D\87ÔDz\17Ù\190\ e°Rh§W¹\1cPóð\ 6X\rJ}\17Þ\1cк\97ô\1c:»ï\0n@Ç\98&¼B¹\8bSF\87\12ÊtÌ\rD\8d\87»Hõ¨+\91ã3!<Rb\aMùÑ· oÊ×\v@´½ÿ$·\aôý)ÿø@Jr\99H>üÑÁ¨â\98\163èÐfC\91ÊþdFEêÉÌ\165©)\ 6¨I=b°`L \8b\ 1Æö\1e1Xð\ eu1@\8fÔ!\ 6+G\96\8bíYT\957\ e\9cÔI\8bªÌÉä¬Êe\1e<f«÷xÐ2f;ÚþÄ£-ì\91êÃå#\ 6Ur\ 2HAMì\0'\8ei9=\16°0Îc2z\aã¤Éaß¡úð½µmZå\17«e\85õú\ 5¶¬äÐkÏm$%/´\OJ\ e°\1c\9a\1e¸\95\ fíCôN¥o9É\91ö/ÏÐ<r\9a/\a\0|Õê¬K\eÀ\17ÛNkÞþ\aø­iÏ\8a~Çd¯\ fýøÖd6°\88|\89úÈ£&á×\9eÚ\98\96\92\88\ 4\8eöÌ\19\7f_ÏÉÍÌ\ 4\8eÞ¼DAGVt)\92\ e0\ f0\13\ 1\1c\85ÿ¡µÔ¼|@îEw<s\> ¿Ó,´\ 3ÏdwÞ\0¼\98\1a]XZXyþ\80\9eGw\fV\1f=ÁÆ\¨wo\98T.´\1e*j\\e:ãFì\87\ 6æ"}0z KÔ#óã¡¢w\ 2s\ 3\r\1fëlÀ¤@b
+èo=    ) W\89\1dÏ\14\97\rÈ\9dúc®ÞPðv꯽¨*\13Oç^bò\83oÃf¦N+/Ó\9c6\87þô\ 1G\9föæPL\9dvræ\a\ 2mÀÑ=!\ 4\91\ 4¦5i\ 5ÇÓÏ\réì      z¼\ 1}ZAË¿\99ÆZú\1d\13øú$4úQe¼\ 3½£Ý\91·0\8d\v\19¯@¯2jí\e¦N[Én?«a&\9aé\ e\1c¥nK\9d\99\80£ÔmÑ\98Èn¶Ï\82¬ó\0ª2\87S·U§nú¹-£Ý«\9f\15\89Ü\160Ö.Ùeë´\19·3\1fð
+tk\18\98\8båÎ\80\15èÝ\84"\1a\ 3½\9b\90¡  åÞ\80\87?qù\80\f1\1e\r­\ 6ÍÙQgå·F-m\07àhö\8fW(?·\1dY\a\9d+4 8£&Ö;\82-øûr+££FkÐ\12\1c³\ 2ºZÈjõ\8fzÜ?ÂïÂ@\8e^ÿª\1aµFø\89\e°ßìU%`å\f\90\b9Ú´GÔ\82\8e^P¨Dôi\v)±/àhµ\8f<¨·ÚÏìÏÉScR«:\7f\99Ä¡©1Ç£{Ï\96\9a4\9cé\12u\870ÍÏÔÀQ!Öù}\v\vÄÞaÝ\99\82
+ÐZ)Èî\14Õg\19y\a\1c\19\12Òj\90pÃ+\0K`½º?Ó\ 3Ç«ý \14\eÒ[àD\8d\aìWw\16C}Z@B
+ʹÔ9±3\ 2\1eí=®\8bõÕ\1cô@Ô»\81a\ç!\ 1\av7\12ÐcÑ\9b\ 4{\1f³[X\14ucpt¢\1a4\ 6\19\15\99#ÿ)ÏZ\Öí÷?è\93\1f\9d¬FãºãÑzÐ!ɨ\87<\95ª-\8d²\13\18Ú%Z¢Oo?Zã\15ÊÏþÅ\80¸ä¢ùc`\80Û)o½°\1e:¥%>\8bí\8f\ 2±Ñ+Ô\11.¦@\8dJÊ:Ø\f¬\82+çõº\f¬øó:J»âÏËAYí%wY.Ç4µDóº{¹uH¨\15\1d\97\ fÜkËÒWâ\aÏ\10¿\96¼#3ékúöd«×e\85\ fJ\7fÞ\81£.+â  \1cuYIä\0\13]K\1a\aÚ\b-_¢Þ\8d¬\10\139Ú$\87Â;\903WÚ@Vá\ 3Ö«m\1a\94â¶\1eï@Æ6Â\82¿\7f3å¦\1cUlc\\8e^zD\92\19\15Ý¡c.òÆW¨ÏC\9dÚ\15tº}Û\10\81g\1ej@\128zþã%êaMÃHG¹¸\rT\1dåâ\98ð÷u\94<\7f\12À.ëõ²¤\9a}Òû}\93\ 3
+]\80^PÐ
+Ã.ëeE\1aQ\8d9\10ây\95ègBܨ\85¤z\806\8eµY\82Îü${\1c+YSGK;v\87t      Ú\9eÙ\81\ 6Ñö%ȪëÒ´¨]Ö¥qPø\9a/\12ôI¦Oa­ÞÐò-\99>Dè8Á\86\ e»\e¢»\12l\1f \1e\ e   ´ðµ\1e \15V-Ç\a¾5\ ·6ã\ 3ß´Ð÷n\ 3ÐiÝ bþ´¬¸\10\9dÐ
+r¡>vÂð§ô\1eV3*2\19\9e\ eyZ¹-AÒdö@W¤\80\8e,$\8cËô\aÛ\86Ñv=Rs\ 3µ¹è¨-Lì\8fé09úc\8eþMÓ2x\83\rãÅ\v\0c\16Ô!Ö\88ª\/II\1c\15éE9\89YH\1f\97\905\16êA¼\ 3<üÑå\râíº\ 36DûL\ få"ë!\ 3&\9f\9b9[\7f\86ÉM6\\98\v\1cCaù\12\1c\95EèÔÊïmy}æÔgv©dM\&Í\14ØuI\9a"4×\a\84Èd\1e.Aãa³®ÉPdr`\\ e\r\8c­i\ 3¨\8aå$Ä\ 6Ñ
+\9a\907РÚe\1dâÀæ\v\9c\97Ë\f\84÷\97sHÒÄç¼\\8eH6üu½ªh\85å\1e`l"Ú;2\1eZYP\8f|&.\14x\ 3zIKÍ\ëQÐìz\14\e   \97±\þ6ê {\a&      \93FB\13aÎH»3lb{\99¹HFÆ\ e\84¸s\a&\13Ô¬\15\81   ¬²\1e¾\ 3½.i\19墶\9eN 7ÛhÍÃÆåpÅ\rè ÿÆ\eÐÛ·m\1a\ 5LpoÂ\eÐÓÿ¦g\9a´Õô\f«Ò\88\9aÌQ\90\12H\ràc\e×eÅH\86\10ê²Lt\ e5\99#\898¡%Ö\93\883ó ÎC\19\8d±¾\81ÂÆH\9f\89ZH\93:\86ÂÎHA=\awF\ 2è\1c° \109\86Ò¢)sàÃA<¿\81\90¯\9f6\9e\97õz%\ 1zsb\ fÅO\120[2=\ 5\95Õ Þ^~â\rè       \13²°Ü\80°ÍÄ-/·¼SKa`Ü\ 1eàÆÃÖ\8b\7f\8añ\83q\9fÖß_üï\a¨\r}+°õ\12Å\1f\9bÑ\9a\1e}Õ!¯õ#þh{a\98ËXaæîÑ·ý\8f B\87C\7fZïqgC\906`¾\95·û?¯×û°¶\80à¼^ïÃZ³Ð/ëuOª\ 5\14çõz]f¢\vpÔef:¿£ë×^ä¯\ \9d/\82\17è(¨{È@³Æ@¶/Ï\ 4Ôo \ 5\ 3Ã"T\9b\92÷)`µ\ 2θ\ 1¡©ù%\1a8\7fàîJ\9a'ØT\1eb`66\â¬\ 6ïÀ¬é\8943Ôe\ 2Ã\93\bt\87\8e\8a>Ô"\ e)l\9d\80{\e°\9dy²C\126Þ²E\90\ 2ú[;ê!J\0\8f<9í¥\86Þ)K'C¼ÿÝ\e\ 5®í^Z\1fàôq\ 4N\e\88÷·êün\ 1OÞüL\1fÈ·;¤\1cöOIÞ§´÷ÌÅ1ÝÄÀþÀ¬}\80¸à3ø,Ð\11V\9d\r\97B\1f(BË\9bz\84µ¾R\9d\8f°
+\8d\8f¦#gä¾\ 3%\83³òÑ\96À¡\83      \r\ 52²ÞHu"{äèýÖêòz\92d×õ¡G¢W4EV%:\ 5X\97É\8fÍ\89U\91Þ\87ôPE\1d§Ú\1e¼öÌ'MEóIͺÀÂÖD®\8eN3\9aC=ådf\8fB§à¬ñ y\80\ 5Ã*ù\994\19>\99üÎsd\8ctÌ¡\9dq¢yD&\ 10®ô´\ 4ß\98\ 2úK3ëA½ªn\12yÈ|j\ ex\ 5úÔµP\13·.^­|\879¦Gw\9814t´Àksç\84\ f\18¯ý\1c\:æÆñ\ 6ô\9a2Ö¤zÞQÉÏ® åà\ eSpF&Ôs^8:uÌ\8dãèT\9f\e·\90\18zæÆM\8fÂóVU8j    \8e\84\95.¾cÍ\8dÓ\14¹Ý\89Wsfì¢D\16!Y\r\96:°k\14á+\81\9d        ù¥«\ 4\8d\ 2fQcdK$¿7\17\86Øô+0bcùÍÿHy\19u\87\9a7óÒf#j¸¥¼\9c\96;zVÕÁ\ 2\97\9f\97\11¾\95~^\7fêm\8eÈàá[æjïðvÎK¦ß×3F\1a´ôrÊ\87\1aÊ\87&?\9d\rØmç\ 2R@OY\89t\ 3\8e\10é\ e\1cÕ`\89øß\11Ï\84L$ð\80äÄ\ 3\ e\ 1n\9dp{Ll\1e ¨\a°Rnø\0z+á\197 ·2\9egI\87Øãú\98\89åx¦õÁ½~@'á\82L¬·­c5¨7þÛ*:x>\80£ñߦñ ùX=ñ\15èé\ e\13\91ò\82\17çÇ ]¡\8dÒ?T\ 3±y"\9d+0kB\13o@\9f4V\a\81÷\98ÐDù3\1e@Gù\vþ¾\8cMÆÚoj\98\87g& ÎÃóC\16Z\88\0\9e¼±Eó\ 6º5\95\83¦ð¨©ìÉ\80]\14\89þ\94ì\8c\1eøz\97\85\rt·e,ôü1s\ 3A\93!\13\9a\v(CzU'úsº?\9d"ªa¹\ 4"%<¿Þ÷/!\aëÅtYtGMp\97\95\98þ¾P\92äËØ\ 5\99,B²\ eH3ûÃzëÄY\8c\bÍy\85\9c\11\93\89\17¦\81þÄ°\8a\8aÔdãõ\99;\94\87îÐQ\939hJ²á\8fÉO¥;Âþ~*=}@ovs\0ìç\rèÍn2úc\1ex\18\1d²;        ­úôÌ\81¥Þ(%§Ú(å%Ò\9dF)<d&ç&HóÏCfL|µ¥_\r\ 6VmÜ\9c\10Xq\ 6gnÕ\18¯\ f\ruÃÎìÓé½\a\ar7ìÌ>\9d\9cÆ\9c\1fÂsGQgO\fÌ\ e\98+k\ 2)ëbù\ er÷îÐ$!Ç\962Ê^Ø©\93ã\8a2¡Wë@ÙY\13é({x\86o\14\ 3¤\ 3Md\9c ²=ÔO\105·Ì\\9fÊ#¯¨   Q\8ecûo ÷i½î\957\11ºü¼\8c\1cÊËzY\89´gªóöe\ 1leÕçår\16ó¦\11Ï\9eöFÔs4<\9b´Ó\9bØZÀãËé\9f\aDÞý}£¦²!ä\97ÛwtíÃ\r\80#³ \ 2ß»þ½\85ï´>Ò°D\ 3ßÍ\ 5?pÓÀVîá^Ôùvdrø9÷ðÞhç7DýöFÏ;(z&~Ùð\ 3`\ 5\8dé6s¡\ f¬Baj½\85%#\11õñ4k \1dd\1d¦_gí\1a­,Ø=\95\ev@Y°ÆsWó\ 4N|à\19v6±!Ð\87\9dM£Ê¬ÁÌh
\ 2é£ó_Ï\96tqê\8e6°[\a²1ºq\81\99D\9b"p\81\1e\19\1e­ÿÎ\e ÈЩÕ;4Ö7\88æ¼\1e\94Q§2óBA\9d\89f²H\8eN¾q¦\1dè/~qÑ,\8a\89ô/dÒ\1cH\7f+Qïü~\17gîù\83vó>Ò#\8e©\8d\87OÔQd6P\1dE\1e´j3\97g\8a0µÒºÎ\ 6ìDp\14B=        \97Õ\98\8fDòA¯ôÈ#ïx¥æl\8fT+BÎ\1cp\9fía¶?d5¨ÃK{"ù\e^zýï\8fð\92I\82"\86%6V\8dGð4\ fD×\¯P\9eY
+ôTrVd:λ0\ 5t\9c\17CC]\11\1d©ÜÃ\8ahC9Ð'S GæÈae\87Loz\86\ e\99\1e\87z,G4e²\1e;òÀ»z¸\93\aÞÇ&\8c\r$ä@=\13þ¥Ç>±ÝÙ#Ö3á1ºtô\1e,ìMÉJ \17\14\ 1\aFýÌ\94\1eiÜ£"4k\11\81ùÔ³PpíxêaxÌñÔc¸súSÏöL\8b\1eyÔ£Z´ ;¦kÑ\12\9eiÑÂZLÖ¢\85µ\98¬EK|¦EK|æ\rîYØO´hIìHÈZ´\ 1Ôi\1aR¢K­&:-wèе\1a\91óÏË*t£Ý;4h\8b\86Î?/+Ð:\9a©·{\e ÎÒÏÛIÜ+­\97³¦\8e.#çõz\ 2q\v\85\1f¢J\7fk®Ì\84\ep Ôå\19\ 5[æáe\ 3úH\91¬]\81\1c¯À1»¼ \ fê\14\83\1e
\1cì.\ 5\f\1e\98é\0\9eÙå\v1\91\8eÊ\1d\9dNºë­ÑãÌÄúøø\95xÀ!E\86\16u4:Y\1féÁcôxç\0v\9f\13¼A=\7f6\88,d\ f¥Á\rè°dÃtÎëõ\ 4èæEt/Àê\93B¿ïx'>ú\9c\> \ 3»¬\aåìÅ#\ 5\8fÙ¡ñG\8eÌëÇ\1fy2G
+õ¨-\8dË3_æèQ2*Ä+ªAÇèrÔbz
\862¤·\97\98\98\85õ±Óí¹ÿ\15\12\f½\11&C\r9 qô\aõö\ e\11\85H~\1dIQóGM\ 2\9d7°ù\84<$h¡ù\18\8b#i\81n\12vW\8dYÈ6j\81¨ÃªÍ\1dë1¡ÉC³\16\91\99'\98\91\ 2òL\93´°\10èÍC\17M\8fØ£Ë\877ÐR¨\93jJ¬&%¤É\1dÏ\eG\ euO\91Øظ¦ËM\lâÀPÇÅP\15:²È\8dÈTÏ"\8fõ\95ìô\81;´H\14Ü¡Å\96\86\1fÎm¨e1j½\aÃX#ñV\1e\1eÆz@\87æ\90\87Á\1eÐGê[èõ\ 1·Rß\88~zöth\8f¬¡ÓÈÜ.î\9ei\ 3r\aà£\ 1jèt\0¶; Ò\15èõT!á\ 1ô\98®M\88\vc]¤\8fÚð0ÐEú\93\bÐ\99IagέҠ Ì\rÌâ\ 6ì\81»\9a\10Ø-TY
+\ 5%öÑ\va©s\9fÏ' §~£\ 5ê\8a;лé\87VNÔáb»º\e¥À\ 1m0\17:&2 \18\ 5\1eh¡õ`í0\91\19\16Ågz$²"tÌËE\ e\90\a+\1d\1dX{B`c#(\85zÎ[ë\92\80>/µ0\vèØHa\12è}\80gô&ô\89\ 43\91À1\91`F\1eÒg\ 6/ÈCúÌà\15ϯ\83Ckùxô\175(A\ 3\1fl\ 2Ý\11}TgD=æH\1a\9bØ\1fr\fÝ]Å+0¢ªÀ¶LÇ\ 6\ 2\891`\ 3fÞ[óè{ÆЮ0\7fæT'ôè<)W      ï@®\v=\1a¸\9e7àHÜ{¹dïĽ\97w=T\17\9a\1aÊ\1a§±ºÐÔ2V\ 6½Ò\84\9aÈQ\17\9a\ e\9f®;ÙÃ8Á\82ºTï\13°°\1cÈ\91MB\9fNwÉÒúÌ#J\18Ú:êB\ fxäò\81\9b6¶¼Ú<qp®w\7f\fYâÂ.:ÑÓe&>ÃN\99\8eϤ\87^iF¯\8cúÚßëª>-T\13ZT\1dàÉ¢\18t\93ï\86ï hw`'Ï¡"p$ï¡5pLíE1¢¾S\ 6\ 5WòÊ\1c\r?\8e\83 Qnãû\ 1>çNä\rýê{î\84¥HÊ\84¡\81\1e\1e\97ð,<>æî\ eê\81\820\9b#<.\ f\15Qyª\88\8a¨\88z=H§^#c£¼{\86å\8eà´½¹\9e\7f^\82¨ÞåÝ\ 5\7f^\ 6\a\9a)>ÿ¼Ì~\r\9cé\10ÏüõEúu\13ß\9b\8eòn¢\9e\ 3!mÂ×ù}³õa¨ùççÛ£ÇÆN\aÓËõû;\98voÀÂ\98Qz\ 4
+¶úîÆ\ 1y\10$Ï´\ 1ÏÐÞ\8c< C´\85DÀ3s·\90\10xfÞ¶\88¨£Bìô;Var\ 2ñ\8er+\e°Qn\12#\87'\17ZÓ­Þ\1d\98'X˳\13 \1au4\ f\f\e\9dÀ\81oM¨\88u\88s"=àxs\8f¬
+õõ\11\15\89#\7f\8e\98Ø\93?÷L\88\8e¡¿}!2\10ÎÄ7 C¬Yãa\13".hLu\88\18\15¡\ 3".x\83:Dܲ\88;"d>3̬\87e[\1aQ\8d9ÞY\16ô\86ô\ 3¬Ì\82zeù\8aÎ\80\9e\81¹åGZ4n,\ 2zÿHÔ\82\9eþ\91\13ó\80ÞĵµË\1aT#G\ fT¿-®èdk\91Ñs¨Ì\13°G¨£\93I4æv\ 6\1f\9aB\1d\9d̨\att\12\1dB\ f:\89\8a\14ÐÉnmzO\90ÍÙÏs}è8}@¯\8aL\v\9e\8aL¨Ê\µå\9a;`÷ å;Ð\9fË6æ\ 2G\ 6\1eï@\87''Ù+¶ÊÓQ\90\1cåéZlg\97§£=\93\a\10g\fn\1d\13\9a\12*\ 2\1d\1e5\:\99        3k"?Â=Ì\ 1ì\92É©ÄGuùÔ\19\18i·0e\83¬\9f\0\9d\980¶§²Otô0\1d\15¢\ 5Í©.D+:\95ú\eÁº>\8a
+òC\84/?\84øÊC\88¯\88\10\9f\8dÏ?sê\v+A?¼>èÍ\1cðú¨%>àõÁ `ù$\91îm\ eF\1câêH\9c\97;üá\9a÷³7\ 2\1er\87+¾~Ù¾ì\ro\13n_v\86ks\88ËÏëð<QÏ\93\ 4\1epû²+\1cjîäõ\ 3úx¥ZÏÔ§¿\81°ÇÏ+óe\ 3w\84ÝÊ\98i\rL/\1fÐ3fBí¤\9e·N'u{F\17\8b\80\80-Χ\19[Ý[4/¡Ð-Þ/ÁÌ!\9eq\ 3÷GR\93\ 43q\81§Ë\0ª\11\87 ¬,Ç:   kÿÒ¾\1a´² \89\84÷\ 3\98l\¡\15\81\8d\7f\9equÙ\80Þö0<Ô\84\r`îZ\ 2û\ 3È\ 3\8e4h:\ 1Ás\16Âý\90\82I¤ \89ñ'\96"\1dßËh\8dô1e\99\98ÐA\81\1aÎ\f\ 6ñFé
+M\ 2ÌÈBz\16ö\82¿ï(\90fM®'\11\8bî\8c=ãJ\95\ 1\vá¥ß÷`ì¨ÇôV!-\vº+\ 3\8c\ e\89#\89\99\8f÷a5¤Ã\9b\91õ¨#\a\197 çÛ$TCdÊØ\9bH\19)¨çn&VCú#AA=ª§ò§YÓ£v\815\1asG*ÿ\82j@Oå7Ü!]
+V\8e\v\1c­?GMQ=Á¶iq\81]\1f\8dÖ\Ï¿5ü!G}´æNØÍ7µÐÒFgÑ\16ÊÀJNdÌ\1dÃ\89\92v\ 1öï«\96Ä\0Öò3`#\ea\9d\\1d\9bK»ÀÁy\8fû|*å\ 4æ\ 6æ¢mÀÆV1¨q\80»ìMè3ÆjïÁ\1e\ 5Ì\rllÌõ+Ø´ÈÚD'\r\80FÎ:iùË]Sbç\1fkîH\ f_\1d\15ÃÂjPÇ\87£\16\12\98çG|HÇç\e¼:\1a\88b\1dk\ 2\97ÏË\1d\ 5$ëϽ[_g¼ìþ¥ü¦÷p¨76öZ¾¤¶|ÿ«\ 2÷ì°Æö\19lsþùW\94¤R\7f[i=MÖ¹£Ë\9fö\9dU\81¬§á@«ÞdbZ\ f
+üÞAJr»¡\97º¥#Ü'ë|6\f;\88á+¬×;H      ´°1ß(ÎHDP!V\9f\8b Ñ \7fM\8c/Öy\ 6×\1dè]TÓ¦\11±×êâ"\az\eÕ\9a2r\95Cù¡µõðì~ÀL@-t\ 2G\89\95ÑS\ 5VÎJ\98\17¸\ 3ÊY1&\855gà|\80¨g\92¯x\0ý\ eWÖ¥z"øF\ep䬴$bá\ e­\11\ 39g%NÌEú\14ø \19\14\13 
\ 5\8e^\15\91\ 4Ñ\91\ 4\eé
\16\84­WÆ\95\80r\vÂÖ\86ól\91À)7O\90Q\8eî.¥\8dò"  ô!_\85\\1aL\9f360?ä¡ù!\ f-\1a\ f\99 m\9d¶wY¯'r×\94\93a\1e\16\15¡\r2\93\80Ìx\7f\ 2:ÕÖÓù=³\81&\16\ 1}6Ð\84\0\89Y\ fë³\81"\92Ð\ f\12\8fÆ\ 5\a\96Ás\12ðe\ 3\ e\8c5Ó  \1c\18k\16\99¨7¡ÊÏÅ\95\ 2\84\8e\ 1S¢?b¶K\99\9b\19\13\ 1F\97\8e;àèÒ\91D\8c¿¯Spc)Ðë\11Ð!s\94·×I{}K``\8c\13;\84ò\9bù\81R\ fúÄù©"k9Ä£¶,³"\94£\9al(B¹¡rN\bÐè\13¦Òò\8c\ 52{S2B\98Q\91:\ 2Ã\8c±­C\bj\13Ç\1e\ 5Ì\ 3p`*+âÖe£«\88M\1e^4\1e6\9bÕ \1aô4«YQ\rɶtG©Çnà\82R÷(h\7f\80ÃJù±«Í¨ê©\ 1\eåÆ\90À\81r£C¨£Ü\11÷ï@¹\91\ 5e\ e*)=ÒB\85Ý9E\v\9daîy°±~-\10ÏË`_ý&\82K¯­¾Ñ¥c¦\9f×½Ù­ú\ 1\8b·#ûü½ÍF÷çm\94:Òñu\84·\ 5T\17òë\13\82&º?G\13Ù\80÷§c\83\81\ e »\11G\1aó2Ö̼5³¾\12\b<@úåçfæVE`¨U\9d\97\rè\15\81\r\86\1f\10
+:\10{\8f\84f
+oÁ\rH:àÓLZÔav\9f\ eM\bLxxA!Ðo`!-æèÖÓp)7\ 1\eÀN<¨'\1f\1eøzÏ\bØ\0=r\80\9e¿:±\fèù«\86\1e\95\15ñ\91\85ÝWÄÖ\9c-¢¡£\97s@S¤@k\r`ÿ4â½Ú2¹¸ú@èG]\81\98Ð\18ÞØØ\86ø\99\ 4z+áLräP¥±  éÏD¨    =\8d&f4§\ e\84\1e) ÏÈi­:\ 4\7fÒÊÄ&Ar¨\ 2Ôe\9er\88U3\ 6æ\ 164\ 6ú\15lx\85:6gèB¹\98 ¡.ô`ì¢?`æ!£Oçhý\98¢æTÚ ?²\80£\e5;\95òCWB\9fÎßi£»\ 1\93\aЧ£vØÆ\15\16ñ
+M\84\9b\15\99£\9533!\18#n`ÚzI_5¡~\82\15\rº\9eH½®\9a=._\ 5ó6öF\e÷Øö¥\9et\90<HÁ±\r\92cp~÷\89ì\rlbt~¿Ã\ fÆ\8dÆ(
+áùK\87í)QmTÕ\ eU¦ôû\12nª$|Í\17AØÞY]¹\85\87¯\ f\94oltû\80u\8b9\12\r\98æg·hÄ\97\90¶pMck\1fÈÇ\ 6¾åÁe°¨Ö\a6ø@H7Y6/áå\96½Eé|  éÆ\aÖ\83ÝÞ\8fús\8bÛÏ\ fv½v\1dÃ\8e]k×Ñ7Ê\9d\8cðA£\9e1Äô\1c\80Õ¡~\80\95]c9\9f÷H)\1f\8e\8còÁ =oèT8úm¨Aú]\8avERB"Er\9f\ fa!]ï6Ð\ 2Òen \929ñl@\84Úì\r *½oÀ4\a%UUv6\añ¦\vÍ#$\8d\86\94\8bùÎ*¯<ür¯¾«R½§öv¬ï¼\1a³\104!.?÷T·x¸¡õçårOã&Á¥3\1fÄÄ©ZhÔ;¾=z1Ó\ 1ôÑ\8bÍ¡)cÃ-Z[ìë\ 1t ­\85V\97\ fÈï-\a^^\ 6\9bÊ\87ö`Ö!¡I\82Ä\eÐÑæ<=»\83\16[\r3QA!\92\eò\1epùy½Þùe\8e\12\ 1\9c\91ø\10Zlvù\80\ 3ï.â   \8c\956àx´ZQ\rèû_ñ\ 6\1déè$\ 3
+DT!®\97\1e|ûÃç\vЧ(GÔ\83\8e\1c¾\ 3.w\9f ­g!Ô\eF\ 4²\84\9ettÕ\12\1aXwDS¨§ò&2e\8e~\11\89\85XV£­)ö¨\f¶¦Øý\v°Ö£\féÃCgö\ 5t\16D5è\18\1eº0\vëå\0\vÙrGSéU³\ 3öäÆå¡\16ÙP\8dê\bÛ\84,äèIÍ7 ·,a-æ@ÊEW¤\0k!\1dc\8c«v\85\11:\81\a)g\7fT\aª³æ\91\9bs\e\vº\93³cnc­´\9dGç6Î\r\9cêÌm4ï`F= GEia\8fZOÆFMæh)Íî\98¬IÓ\8a\ 4Ð\v
+6Õ\96ZÉèdËñÅÍjHͶÈÑ\90\81.Ð>\18\13e#.ÕÑA\8cK\1dð¤\11\96êéðIsGì\96ÖL\ 1½ëL\1e\17\82÷;A®ÈÒi½£b?\97@\1f¸\97ì[\9apïiýÖ\84\97\ f\0\17rµy\9ey\a É¸`>Ï3} \vO\15\rå\9ep\a:È»\14\95\88\16ÌÍ;\10¼²ö\ 1ÜÁ½âÞÆ©\93¤\v,\90îÀ¹{(\9dµ\812i\e°[·<3\ampähhu4N\19ÕE%jºÈòiJD§J÷iöÖ)\92Oceb5\8f"\9f[c\83[iÀÌ\ 1ÖëiT\r\9e¹ü¼\9cÓÞà\99Þz³·´¶}\8b\ 17Ú¾cò_\v\8brgP\8d\r\93¯ÚùM|+ \ 1äD¾Ð$¨Ç?6È\h\ 3raQ\eÞxY¯w5n-Ø.\aÐ3\82\13n@ÏHÎ$\81\ e\1ej9á=\1e2Óâ_qÕÛ\f\9d6p\7fè¢Ô\8d=*jÍíã÷w²\94áÉ?_,ùçO\96Úýç²^¨.üüþ\1a\9eýþº<ûý:~¹ûûfYÁ´À\a"±°Ñú§a\13ç\ fÜ3_îcÈ\9b\f\81{\ 2\15e¾´Ê
+øÀv³Bæ\ eÚSÑe\a7\1a\98;hèDo\añ+_ÄðÓ\85+4tâBDðe®àÀ¥6ãr\ 4He4vÐZÔ÷v`vÙ/\99\18éþä}ÿ@Õ¥\ 5\89\18Á\9a\1aGh¹3½#\98¬<Ïx\ 4\10\ 3\12ÒàÞÉËÜÁÞ\ 2ì­\ eò7\87*ÝÕ¡\95\ 5ÖÔátj£¥'\81-+¬×]êæPMÝ"CþùÖ£¿óóV\1e_ó§¦ðs\1a\9f\95\94ÞÚ\96L\83\9d{\8e*»i¬Öýp¨&w­{«\92\8bô\81».µßý\17:\81\'\1cZµÿ4Xª\1d\1a¾2ý\çk{TÌ\82:\ 5\9aGÕ¡\809j#\13\ 5\1d\19ÍG#¹éçJc»Ì\8e\ eàÈh>ôh\8f\89ìgwb\ 2ÇÈ\98eþ Ý\17\12ê#cV<\ 1\ 5¶V\9d\19\9e|²1\17ê])7Ö\ 4ú¬\8d       ï@\7fx\9f\90\võWÏI\13#»L\r¯P\99µÑ\1eÎY\13I\83
+>\8dèfÍ\1a\98囹\88ÖÌ8AF&\94ÛfÄ<kºØ
\8e*µiê\ 1\ 4\ 6\13 *òT\99=dÂù!\13.2\13\1a,°,\8fü©¸¢=w¨\81UõHØ«?\8aÜÎ\eH2Ì\1c7:\81îPÄ\rÍ©îP¤\89¤Àñò\1cH
+=/Ï\ 1¯@~s;Þî\aý\81£HmÔ\16\1dUj]SÂjäxûï©\11s\ 3¬\bõwÛ\8c\ap\8c+y\16\15¥Âjä&Åvò\ 1ºt\8eä\83Wdû\8e+_Â0\96|°ÔLÀ}¨ùÏÉ\a\ 6\r\16TåúØ EÔ\ 3½yÖÃb¸jªÜª-J­SúK
+\86
+¼öVv\8fbûýî\9e°qF\97ÎSà\15\13c\ 5^a\81\ fx
+¼b¬l<y\v¼¦ÚÍ®Ýâw\1aÜñ\19²FïGOÔ¥\810*£\97ZBk"?:\1eUz\97\13 2n@ö      ÛHíQ9Ü'j\8f\95\87
+\9bC}\ 33B$rt\9b\97¨E·ö@k>\81Þ\13Ò\80éd\9c+£Wè\98\´ap*¿:\1d%v=\8fÂng\87\14ÐÛ\81\15ô
+\1dEzè\14:\12ã\v\86·zpX¢\18\1c\9aÙ\v¬É\14\ 1\9eÊ\11\1e\97ïOW«\\9fR±î´y[²Õå\1f1¾,\97    X!¦órG\REàòó2\a×æ\1f×\9f\97[t·Çÿë\aôn^5®º~@\aË\ 3QPoÔß\1e\1e¯\e\90\eõ\87ÚY6­£íÀ\12Ó\10\9e;ø½¢=<^v ô\1d8?<öhh?ÿ#\17:\9eÿ+\13¼\fÂP\ eW{5\1c\15âÖÒ­ËÆö\a45`·dÓ¸Øƺ?Ý´.\a oÀ\ 2Û7Ú\80þ\P\9d\81+\ 5o>µ)\87+QÐÑM«MÆ\16\85\11\1cÝ´&>\81ì\13·\99)=en\83ݬÊ\1c£¹\91      äè:F\14\87\9dI(·R\8a        åH¯³Kd\8e\1cuvI\13#\e¬G\1eÔ\a[\17<¿\1cUIJjzļ\80\19\ fà¨\93#Sä©\93cMêhèFBè\ 1ë×g¶(®ÈBú{\8dáÓé\10\15útz:e2\:Ðä\q\9e\ 2\1a\96¥¨¹ô6ÔÍZÈ\ 1u#\ 5e-\92j\97n?\v\9dËܺzØ\86ÊÙ\9aË/ß)ã\15
+M\a\1aÖ\9dß\0Ùy}\u\9c¶lô\ 1}\12`\9aÓ\eë>\7f\0\86\19ÞÓ\ 1[\9dÜ'ýàì\95Çû\9b\17\1f¬:\0\17¼îV9Â\eê]f$¢>þhA"êÕ!;ÚM·\0\95f\!\93\88;\90\eå¦mÑ®ÑÊ¥Û\a\8cÓ\ et¤r*\1a'Ò«Ë.ß­Z.mé\84p\b\13\19k;±P\85ií´\13³\9bÂMÀ\89ðf`×˱IÐ\a<³F\95\eÞ-x¦Æ\ 62  £\ 3/ÎH\ 1]%ç\82Á\81,\bmÊxW¥Û\1f@\95®ÃÅ3Ã\1cú\93\81èZ\9a\a@×Ò1Bhá\ 3À\84ÞéÆ\ 3Ë7Äýò\ 1ýýu/¶û(³Ü{\7fµ\1aLn©ª\82N\83IS\15l\8b¦
+Ìj±    \11OGµØë(Ï\88°£æï3¬\9d¶j½Yãèg+\99ëÊ\82Å\8b\r6\1f\8dr
+ƹ\8e\9a«\86\9a/½ªM\ 6Mk þþ\1c?4\ 6¦vv;ÿ¼Ã\9el\13¬×ÍI\v±Î?¯[\93\1d6\1f%ß÷\fñî\ 6lÔ<\10\ 1ôA0µ\ 2ÿz\ 1ú \98\16ãu7`\95Ìá\r\ 2Î``æ5\1dêÂ\81Z\92ÿ\a3'
+:àÆ\904
\8dá\88\ 2\ e{Úª\85z$´7@\aðd'\17\8d  Í+(È\84\18f&¡Î\853É¡£³[Í,íSÀBíã \1e\91\aåÆñ\ 1õ°>!9¬x~]\bk~{W\bíüòD\epL\82á\rèó'P\11;\9a¹Ä \9aB»µ\1cjR?èß\93B\93\ 4\91h¨WO\1f\98}\97 ­\ 4\ 2\9cq\ 3úÃS!&tÔ»Å\82\eÐo`Æ+¤\821c\ 3µä±çÏØ\93ÎÑ\12èÏ6\vêaýÙfA\16Ô\9fmVT#ú³Í\86ç×\9f\8a5^dPo¬ÆzPOo\9fX\v9ÒÛÑ\92ésÆQ\8by\12{#²\90Þ\15\ 6äÉ\98)¡GJ\85B\1dÔ¿w\a]Ô¿ë\91v@ÿ¾\1a1\1e~Сs<ü\94MTC\16æ/F5f\89ÀÌ\14ÐIÈ\ e\9d\0õNG~û\eß9­×\v¿kvúþvñ#ºcÆÕ      Öë\17ÐܹÓr\87!\fu\84Lï÷ͨ°©±\97_?\96IÕR0Î\eÐó\88\ 2QÀá\90·°ö¼^\8féÚÓçå\ 6d`å\b\8bÏ\ep\84Õ3n@.ö;rÑ.\1fЫç3\93@ö¦\8e°öL\ 2½ø½\88$èF¥\1d&0kÏg\14CGíù\82\eÐ'¬¶d²³\18ê¦ð\88+/$ÔOP\87\14\89\1d\17\ 1=.lÉh\1d\ 6¦½\rØÉh\1a\13\99.m +¸ó\80ùû\11\1eÕ¡"òDu\89ô\80Þê7f" ã¡#\96O\17\97}¶Ü\8f\ f\1dvT6=²Æ\11õ\88d\8e+    \ eEÒiëeÇehÎtpda)pLç\8c\92=7¹xU¥ÈàbU\91\99Cj7Ò#\90\8ce%\ fì\91áÛ£<ëâ{òÀý\ e\94RK_Ø\8bG¿UÛA"ÍÂi,!\ 3\e\87{;$ÊÄy\7f \92W\98\8a\8d\1dDr\8ba\aw]Pi\902Ð`\93Û«%vjhj»\15\19EÑ16\ 2\9b\82ÊPNJL3É\11ø4Ö$ª´ü¦À·¢Ïõ¦
+Ì;\6õ\ e\8d\1d¬\ 5î0Ýõ¹U´\996RfP´ùR\19Æ\af<\ 2(\83\88&)¿dù\r\13]\ 4Ah³Ø2\89&M\19\989\18\ 1ùH/ù\8bäW9êV#\9b4= %¢[£g\83%´hzÙh"UäÉC\12\ 5ÑÜ\0G7zÝj\99\81\a\1dPe\9bm9jR[áí°c\98\17ô  äð,¯ÈÃrx\96W4ézxÖêfG½ª¼±S¢w\9c\9e\9e¡\14ez\88Rì9D\9agl\1c P\88®k\81ÂÁ\91ÜR©´\9aÃ\9ecm6-g5&\83$GþÑ`xZ\f\98G.\9al2¸ç\89\ fØ\91\ 6P\9c\97Ë0[\93ÀórY\ 5µR·Ór\87\ 6j\8eÄùç\1dc!\ 3­×ký\1aJzÙ¿\9eøQ[\80ôo\8fÙ¿õ§Ü½Ú!ö?²\8f\ 6ÙçÈ>êð\8fy\ 3±zrçõúLÄD7èh\ 5tÀ¬ç\ fèàDȵ<b/\18û   \9c0;v×\ 1\1dÐK\ 5;Ã;Jz'!8Ãvî\8d¦BL)\98I\87à\14\1dë\ 3$\ 5\9e\ 4®\ 5õ\80ìÍ\87V\1fRRÏ\9b·Ò\7f´\rØ0-+\12½Ëê\86w(hÂO\88\14[\1eæký\106\11§\82\(c\13±63:\7fÀ\81MÄ°j;°°\89\18\vÐ@Ç&b¢;@lÂè\90\99\e\17¥1´?æUc#;\7f&KêØ\84\19\8b(Év\ 2\8efÑm\9c\93ì\91g\ 3\vz4\8eé\92|\ 5útÉ\15}\12=\91ÏP%ú{Ã\86&]/¾ß\88\82\ em\9eØ+s¤à°=r¤àhW`·¸D\1eÐ\13\ 1\98°×¢rü
+P\95ݯÀ¬|N¬\aô\ 4\16Ôdôpj%Р\1e\91\aÙ¤\82¿¯\97\8eÏd\ e\1d03ê1\a̼°\16ÐÛ¼\8a\91\9dÉ\82+³ ^:Î\1e\8d\9e@´ad«ËÐöÐ)Í\18\1cêïÆ9 \vèu\92A\8b--\19Î\91C+¹\1fÔQªÚsgLx\8dc3O±,\92@Ö"9£\10èC\ 53þ¾ìLä\82,$?ºftÇt!Îè\8d\8b²\1a\13º\1f´õÚ\ 5\98\fÐÞº\ 6á\85\8c\91\a\99\r\84K\1f\12     »'0X`CC¦ã£\93\8a/\1a\0ó\847èhì¨\19B+´ßK\\1f\85ö\ 5Õ î\8d\16ôå\1cÞhIª\f\19\14Lx\ 32ÄÛ\0æ<Öï½9"9\8e\1d¿\85Cùçö¶ÖcuK\eÉqìµ¼Uy\9f·¯?\96\87:Tõ²\ 1ý±ü(PÍ\9d\ eÇ&>زF.G\90\1fË÷\19\87ÊÓ\aà±ÜÌblÑDîNþ°ra\17\8d\89L\989' \81\8ek\84\16\8eäNsV;\15\16¥È\91É:IRhC¬\19\ f ¿TÌD\ 1Ç(®\ 5\ f O\0j\ f\e°!ZU\8f\19\92\e2Â7?\15\9a\19¤(\ 4}xË\84\14ÔÛ¡MLA9¦\8d¨Hô\8c\8bØRòs§It·>rP\88\8e\9e\88\1d\16°×\93\1aÒ\1f»\8fúÊA\198\12i{BlûQºA»>\93Õ dÌ>M\11U5fÁäÆ\1c\14\9c7\95\82\86\10²7¤\ 3ìu dÿ\ 6¬4Z\95\85­4^dapç9 ;Àáóz9">z2v.ÐrçckBvv%tw>¡\16ô\80ËÌAîñE£,\9c\82ÈÂ6¸\8c,ä(0Eg\8c\9aMpmYbwPï8Òæ\ f\r»\83G}fÇ\96\9b\15ªEthí    F\9a7e\97Wª¾\0ç\8dìÙF\9fõÝ\11R\86\18\88eo*-H\0½)%ê1G\81dbE\ 6-Ì8÷0mèPßs\ fín\88Z`kbs\13\aÖàÑ\eÈPÐL\89\99>\1aĠ̤@Ôb"»\95!]¡§\95aÒ\z\13ÜË\18\9aëÍò\8f^\88\83.}ƨÒ1täheØ\8bªL\12ÎhÍ\1cÃ{&\8c\8aô$hÄ\97\1c\¼"\13\98ãB=\8d|Ó    \13¢Þ\1eúä\85\15\91\9eÂË\1e\95\9e\ 1\eø\ 6d\9f¼°"\93½\81=\aù\89O~ ¼\83>yá°VöÉKÂ\v\94}òÂjðv\81ÖCa\v\89R·Ë9Ó¿!¼©×Ñ\96\8fß
+\vÏËåÓ7? \8dõ\8fÜè×A\81\9f-\9e9­×ÛTì\19ÈoÞM\9d.¤&¬ÕÒîÎç×\13p\9b\17p!\80Þ©¢µTîlÀî_Xo vfþØèt¢\ fèÏÔÇР\v ôV\11\99$ÈÑ% \85\13\98\ehÙ2\9d\r\98\14(L\ 1\1d\1e\9f\91\ 2\88\16Ï\6 ãë\vj\11\1d\1dnS\83ÜWØÐe¦ \9e\84½Ñ\15z®`#AvÌ\16\9f\90\82ò\0µ\18H\11c\vJkf\ fó\80>Û;Ð\1dâ\ax¨o¬ÓPw\80ãÇ¡¾f\8dzdk"\9bÒØÞz\amiDUæ\80÷2*\12\1d\9f\ 4zúnA\ 2èo\1ce\95¬\91\r0Óï;й8³=\95Á±£\83àå\ 3\8e¹A\9a"èÎ\rêÝ¡y\aëöì\ e\ 3y\ 3©5Ïêº$\ 6:7\91&rÌG\ f¨Jux²\15eõü\ 1\13ÝC=¤G4)¢5\94S\ f\ f\84¸§\aí\ 6~\18SÈÖôh\0Øc!\93\82\19\15©NÁ¢\1eÀÊ_æ\ 3è)è3n@ÎÜKè\919:\18.\9a\f\9a\ 4\DoÀÎÀ\16=2ó\ 4müY÷\ 4V\ 66
+\91ÎBè\11:fomx\83:::!\a       v¨\ 2[ÓV½©Î\ 4>s\ 3\81]b\1d\9e\r\ e\80[\14B»ÇÆ3-\92Q\8fê,p\f\v\1ae\81\8cà\8a\90¼9Õ\1e\1då\11\9ax\86ï=@\1dÓ\9a\9a#\11ÎMLõá\1a\v¬w´\80l¹·çß÷L×X\81\0\8eé\1aM\82z\e°Ñ¡\8d( O×hÉ·¡Ó\87Öþ\0]¡gº\ 6^¡>]£a³axºÆ\8a\14Чkd\8d\ 2Ýá\16\97\rè\89w-¦ë\90Ð\ 6\97D)´§k\10  \1dÓ5fdBÏt\r&¡Î\85\v)\ 2Çt\8dæ\fu)ÐA·Ü\8a¬¡[È\83r³ª£\8bi\8f\aÍ\ 3´\86a\1dEh7\11e=¤\87õ\13R@O]\f´\ 1GûÄ\16R^\ e £\ 2¨\89õG¢\88\8aÔ\ 5m!\ fë\1d03_¡Þ\a6\13        \15\88¸¶\ah!]\98\7fι±±-¤\80\8eÐΨ\88u\16\98µßïÖæ\8fºS{m¾"Åvm>«\11h\16ÃI?\11õ\98£áØ>ÞBsÈØ\9d\88-&ë¹\13Ýñ\16n&nÐ\96êÒÚÐÖ\13\8fô\80¶zî\90ý\ 1V\84zþezh
+RB=âØ\80h\fmp\v½z\ f¸\85î\80\9eC[x\ 3z\ e\r\99kITíB»w.Í\9fõ¿\8b²ö¿«n`     \9fÀô\1cYÒ<hc\9cóRð\ 3ú8çu:\8eðû\ 30ÎÙÜÁ\9a´\1dØ\1f\ 3\19´iÄ\8a\98}"uX¯·\90îµuÖ\ eò\14\9f\111O\8bFDk&ö\8e\ eô.¨m"õ\85\88\7f\87Á\ 1¢ÙpÌ\1cEöè\19:&R\93\19\bmxv²4g\ e\91eß6£>\94Z\8bOÇDé;\17Üq.«óÔ1\10ú¼\ 1­óÔ'\r\93Ièh\ 5«ù\86v¡=ú%:T»âïËEÎyÓ"l»\13\15º\14m\9b\18¡ZY\98\8c\92È\9ea\99T£neQÆG\9e]     ¨\87t5P¢ÆBözÔCw5Òm%;\885\1e­d\a±Ær8\96\ 3Xã÷Jÿ©3lÆ\12\82öb6\r6#n\89\ 3§õº!i*àüó:\ 35\15pÙ¾lF\9a
+8o_¶"­ßÐåçÁ¡³\9aÑ2ùo×gæ\92\86
+\92\9d>àÉ%\8d        >àÈ%\8d|\ 2=\974\ 5i\ 36Z_H\ 2\1ch}&\1eð õ\ 5e@Gë\eXÞc\ 2»Q\ 1ß\81þæ4\93\18é)h\aX~^/§ \1dXyG\fíF\ 3¨Fôø>´\8a\92Î\ 6ì^°|\85ÐrÄ\98Z\86\8a\bP*\13'\9b\90\84ú¬\9f       5¡\ eVO¬
+õV\a\80=
+\1a\8ba44\99\9e\ 3\97H\17kÞÔ\a¬\ e\9a-·?°<s\ 6basêhV@\82¨C\8d\8cA\17îîkB+\13\93\14\ 1\ 6U\9dLÊ>\17YC³X\958ðjÔer\95lÔU\91\85W£5СÆÀ$täbj\82h§R¢A×\v­\13Þ\80N\80\80\99t©'\95\92õ\80\9e\8d[496\93IQ\8fxzÑÎh\fä×ïdè\ 1½Ú\7fÁ\rèBÄ\1e\89þè³"\vÈE¾©µ>ºh\ 19\9d7\8b\ e\89\9d\8a¨\11ÐLE\f\93v\0\13Ýi\89T]
+\1aðR\10Ck»\99+K¡~\ 21´2\ 1\84Ö\OeÌÈÃz*cÖnÀNe¤\e \19´Z¹¢!\93Õh\9eY\89èí\88g\14\1dñ¢\12ÐZ\8f\ 4¼­79xe\11ÐÓ\81\ 3ú¨'ÔB\ e\87°L¼\ 39\1f\84úìxú\80þNp@¤ç\rèï\ 4\ 5½\11W3ST\ 3òt\83\1aÜï%>CèD\rîÏëu&¬\ eùõçå\96ØÕ\9d\8e\9b{ÀGÅ\b\9e\89\ eà(s­S^.ëe+\10Â$ý¾\9dO\9c\9eÈX\1f\19z÷o\8f»"þó\8c»ZDúYã®\98ÿ\85ª\96\86\1a\aÚéÀ     w gãf¼\ 2ÐÂƼ­B,\14\92\1c×7\88ô²\ 1\1d¢\9d\91\aÜã²®\14tL»Â\r8jÕ5%h®G-è(kØð\ 6õ\90´\ 1\9c~-P\1f:¶&\ 4\9d©y6@ÉB §R\86\87\15»\8f\1a²\96Î;lÉb\92M\99\85pj¦ÄÎçe.ÒS²³¦\aìa[\en@Ïé.¨ e9\8e³&\87æï/\9a1¶ñͧR°\10\ 5\1d\12\ 1=\r\857Ô¤zFõ\867¨ç1NÚï[=¥w/zÇ%®\ 4Чü \1erLùA5$=7¶tÜ\8c'ÐÁ¹¨ytv6-kb¹\8dbÃGG¥¨á£ÃRÔJÍ{LdR \fßaÃGQ\8f8feåG\96 Í¬\88õ\8clC\91é\ri\17TDz`ß\92\1f¸\aöw\12~\12\9ak¡k\ãÏÓ;ÍÔ\95Ê\83«¿\13ç;¬­Ç_»ó\1d¬°2\1eû\1fá\800-°\7fO\a®\10¤\rØqíL\ 4ÔãÚZÖpY¯Çµ\15ع¬wĵ+­\a\1dt\ fÊÊü»\87Ú>|ò÷ú´Þ\ e`æ,Ô÷êË\rê\95\84\8eG,T\88\82\ eK¶Oèx[²µÓÉÔN\9cyx\873Ý¡ã\99\9eÎ=&0ãºæÎ]6 7a[\91\võÀ\96Õ\98þ`?\91\14züÉúÎÔÓ£fL\13\98  õ\9c\89°<Òc1"\ 5õ\90 \92\1eô\84\ 4\89ô\80\83\82\89n@j&Û¢:¾\ 2=eâ¡"\8a\86"ÒOPØ\18êqé¬\193\93\ 2\v\1a3\1dÛXT
+Z\13\90\99\82º\1eX\99\82\18+"ù¥©¥Íôý1£ù\12*2Çô[Q\8fuÃÊA\ eJìNéU®\11-\99\\95\95Ø\1dr\94hÒù\1dÏõ)±\1eu4@Ã\eÔSN²æ\10ÚI;é\91!j\ 32\86opÖ"\1aó÷gòe\1cQý"\9a\11;&}È\82+s\90\1eÕo¨Cô¨~Ë\8fì`\9b¿Ü\95!{ÀÆC3\90\8d¨Ro_\15jT\7fú\80£¬\ f£BOY_\14O`Ò0aL¢Ï\97Hb`n\97fªþ \91¹õÒ\83\8f¢²Ì\8aPÏÜRÝ9\93\ 2èÎé\13³ò\1c+\13v&fYeAy&wÌQ\16\94\17M\13\98©SF\)\97\ 5åU\83\97¬² ¼"¾E]7¬\19\1dϬq\9bñѳÆvm'\8a±\fó\97§øZ        (Æzæ\14:\84\8fº\ 1\fl=É_\86*\95±\81\82>¡cL\8aá\12Êb¸T!Xƺ*·Gÿe\1aÓcuLÇåçå¬\8b\9a\82|ýyY\alÚéÍÄ«\85~>Êyk­\95cïøv+HÜ\80Þ¶æÈ|º|@/\f\8cÄ\0ú\eA\9bÓ±\8fà\1c{$¨\19È£\f\1c\9a\0õ8ØÞÀ&mÀ\847[ÂÁ2Ö͵\r¡¾¬×\1f      
+Þ \ e0\17" þÚÝ\86t\/@\1f\80¥Þ\rÚ}\10ñ\ 6\1c}\18I\88ô¨4 \12uÔ¦¢\12õ\10\0Õ¨\83\856Tc:\v¡\1eU\1a\ 2×ñ¯µãÏE\89Ü\9dY;ñ\8a\91x\95E%ðó\90\91®!³KSé
+\1cm
+Zmë¨)\8a\91O  \93õ\ 3éÓ4éü\81¸Â\a¸ëÒ\9e¹\ 5\1fÈ7S2ßب}\80v\90\16\1c\17<\82\9eý6Oô\81"·ïÚAzú\0è²ë°\9a\96ý\15è\ 3³Ä\88o\1a,x\vD\ 3ã\1a\17$âý\1aM"®Q#¢\ 5ÐÄÚÂìü\ 1\1d \89\eYd\a@s\0í\17YrL\93\1e÷Ê>õ±²0[ùW¨MäDÔVßzÝ\80\8et'Õ¤YH7\9a4×,é'^a\9b%=ê\15&öÊô1\ f\ 5é§W·ÎèSéõÅ\r)ïìßÄ\89\17ö*õúâU³è6PM\að´Ód§H¯Ì\9b´ÀȬ\f\9c\90\83ôÒLô©\1c¥\8dá!\ 1sxx\80¨\1eÀ\9aóÁ\aÐk#£ªC~\9eóÑõ      ÍâJT¢Ø|ÊÂé16Õ§ \97gèÔ\81\92÷µ\80\ 1±Î\8co9
+ty\a:пh¦Ü\9e\84\8d\8aÜ1        \9b¹X¶\84y}\86\8fäí\19>R\18c\93=\81\82Î\98\9eÿV\8cØRÆ8\vë1\1d£6\9c9Y\ f\95ÚÀmô\ 6Û$ëQ|¤ \1e\eÀÈ{ZÀJCm\95u¥ÓßݺÁ&\82\ 3äJ?¯Kp{ò/\9d&®ÖéÛ+Uïô½yEÝ\r\98ðR\9dWt!\80#\r;\r\13ð\83QW   .\83Í\94\ f\90»\f\81\r\119È1.(ã\1dêÅ\9d\räî\\81Ý\ 1\80Ý\ 1q\12eÈZO<à\19\19UH\8c\1c qÁ+ÔGFµÔ¥Òmãj\as$Ü<ÔÖ#\ 1t\9c\7fÅß\97\e¡\1e õå\ 6õLú\ 6Ët     `LAF=æ\98\82Ü\1eë:\ 4°1bÒ"\8eî\83\81~ßÓ7\8eÕ\98#\11\10ë)È   ) wM\8bI\93A»6\189@OCÏ|\ 3rUa\9bc=ê
+ÄB"àIcoEyn;ÐÖã\rÈ)+m
+õ0\ 1P   y*\11VM\88Í\r\18Þ\94>\81wÒdÈÄ¥&öEt\jR\r\99\ 1¬ÕÖ\89}oÎ\9a"ÍW\b\96¼\93\ 6\ 5\8e4ðÑ\e\ f\vÏ\ 3í\ 3\9a%¶±éøÈ\9fN¨Æ<Ø´æË\99u\fèË9ê\18P\v\93µ,w®  ¼§õ÷÷¡»'s\9a?\eó©[VÒ\93\96fX¯ëà£ÛÓy=°\8fá\896`8wÛ¡\e\8eX\ 3\e\90\eGî9GïìÝ3\ 1ïÙ»fKû¸\ 1\ 5=-í[\97\92Î\15Ø9;\13PÀÓÒ>'\91\a\8c;lÀlï\ eû\90üû\a>Za\8f§>2ð=ù5\16=k§\10\13 \1d²\1a.eâ"ÇüÖ\ 57 'ï5Xè¼\ 1\19ÜÞÓ\86\94;´Ó~è÷]ãO§g\eh¾Ìe\ 3zOüVÌÑ¥ áMN+nÀ\11\12%\8d\84\101\91'k\86ïPÿ@Â\ f\10²cÌ\8e\18=M`\ f@E\128b\122G\1e\97\1c5\89g\0*±±c\0êBÊüþûf7ô\ 5Åè\ e°Î'Oä·9;b\92ó\aî9;V󼽿È>ð.¾\1c³iû½\ 3Ù\1cíóC\9fØÃd\b²°\81\ f     \8e\84\97\9c{½Ûì¨DóI\f§>2\17Ë9\98GÆLÇ\9cÙQ\r\91ÐÓ\11\9e5\91àÕ¶¨\84í©Þ³©hæÈ\f\8b\8a&Ç&\ 5fvÊô¤§å\99=M¬\b<\1d\8b4{jO\ fE\1eºñ É\ 2\e\v\81Ü>07p#wÆ\8bØ-á\99\84úÐGÔD\8e¡\8f\81ÅHO\99@E¢[³ÌzD\1fy\98ð÷õÑ¥        ÝrÙ¡9rNzRh·\84×\98Ø$ ú#w\ 2ÚS7\ 3\ 6\97zÞм}m7k\9c6\0¸òå\ 3Óg\a\98ó\17%æC\8aR\16fcÔ#`d\92îñ±\95\ 4\9c×\9a\ 4|¦Á=    ØJCÞk+á\ 3äÒ\18\ 2}à>A×þ@¡\ fÜg9\93Kò©î$\90\e\1fXU\rûìÎÏ\ eÊÏU\rfÞF\9d½é7¨5ñÄðiä¼\87£:²+\8aìÕµ¾ò\82Wg5¦gs ù\ 4ßf_ÆÔí\8bm4¦¯º(\8d5al\11~r·0<R?Þ@Y\1al£Ù\9e\ÓX\17Í\96¹ÕÛ¾9û\92¨çyñ\9dª\1eK?·\904\91Ò@ôw<y7t u:Hv«+»üc­§\vt4»8:ø¥Á6¤!!\véµm\997àèLÏw \8f¼;\1aÃ÷u\80ÕÙ}ÒÄÀdã\99äHé\9cUáîöè\9a:\8dÍí
+KQ\90m¨s\95\ 4ÑÎý`.\10ꢶ÷\9f\84­:e/\12\94oÆXVE¡ÍØ\18ÕE±ÍÈè\90 [¢8*Ê1ð%:¦_Ò\ etÇúÀ:\aµi\9b\9eÙS%fYWªua©×M÷\8e\94î®~ë\940mßý¹|c¡ð\95/<øù\93\97\f¼½òËz   ©Ý\7f\7f\rÏ~ÿåR?úýöZp^\7f/«³\ 2£Ý\1aÃ\ 6¶Û\ 1î}Í\9b9­ÞÜé\ 31Þn°|-\88s\1eæôü\81»\16\8c´\8a\8cË\ ena       ½<~\ 6­T\19\98ÖïÏf    \ 2£kl÷ié|Lj9ï \80OÃå\95¡å0]>p\13\16\9aA½Ð\0\9crc\a\85\ 4)ÞË#_·m¤R.@ÄDÕ\853sâ\8c×\98tFj¹\90\17"Þh°ÞP\96ËÛÝE\98n×H\8cô\19v\82×x\a       Ì\81Ú\e3\92^n=e\8d\91ÌW\87\96ÖÝ\13&K¡Ôàl\7fÆüfÐô2Û\8a\96^Öë¾mm»p^¯#]\en_ÏÉÞ>ä»ü¼£;zÂãë\ fð5\9fõ²\ 1\19çjS¿®\eÐsÂ\83\ 1\89¼\ 1Gx5\8b\1c\91\15ÚëWú}=\91æ\15\íøÀ\95\ 5¡ÊÚJj'
\8fN-+¿+\82vV>É°gê\16
+¡#\87bÞÄ+4¢Ë\1aZíÙíC\13Ù[{õî\azÝc®$Ð\83»\15ï@O\a«-Aû\8aìç,\92®\1eéÍíêr¡9õªâDÃw\10Q\93y:¼W϶\7f\aÆ       \9a&볡±\81D\82¤C\85-\r¥+\88vn>RÀ1·\8bÅ@ÿ@Å\89\ 4{ndâ\14\94ä{&\8eõl\13\b ±ÔÎdáK¸íàó{@\83\95.!Lz\1f¤\95,\9a§\ fÒÆ;Ði°Ñ5:j<\fmäȯGIÒÓÓ'Í)±\87w1\ 5\ 1g¸FW\1f¬-\85\9c}nÇo¬-D!\8d &óÄð\8c\8f\98a>N       eùÎÇw¼q>Æwµ#ü\1e½\9428&Ö\a\16í\ 3æ-¼¢ì·ow¾\85${×-K~ÔµJ3ó\91.\b3n@OéÂøÐ\91Òµ2\17éé8«ªJ¬õ¬\feÏ*a\88é À&»%V¯tæ\ 1½Q÷+F\94"\14\8b\ 4­\8bÌ(   rà;ÐûwD\15%`\9c&£.Ó\8b]rÒ~ßîÕÎö\fxÀh\93]_ðºn\8d\9d\90\83\¬7 )\b\13è\rÿ\8d\18Q\96ãÌ\8aLg\81¥\80=Lz3­ÌH\95\9e\12µ"\ 5õ\9c²\r]\12=\8dcbM,#u­\87˨\10\14Ô"\8eè¤0T%#E\ 5]"\1dì+\88T9ÔXQ]*;\15\87]*\99\89\9a5_zU\9bL\81\8aØ\9f\97{\1a\95Oôó²\ eh®@g¹\95\vV;Rî%C\9dT0\ 3k.xzG\v\96\a\87Ú\18ä8á\ 6î5\ eæû{àûÓs\81bU¢ËXåzHÈ\0zÕd³ÃK§\7f\87]3H,ä\88lC&\12:Ðê\12$
+\9ahsùd£]y@È\ e¿\80µÝ+°°ÚUbb{\92\epT\f\12± ZÞ\80þd³¡\18ë³@7Ú\80î\88\1cHkç÷ÍZ3T#º\11\88\13]\80#\9bì\0j{\1f°\93\ 6¤q¬-\v\a\15!uR²\9a <3¤1±-\91-iëÂ2jJ#*B\aÒ[\88\0\9e&(e\15M\89ÑH\88õ\98ÞHh&&t´ÑY4)2ÏÏjLo\ 3´\92\1eö<ØlOop[\1e9\ 3\aFë¶D\15á\9c\1a\ 5æ^F¦Õà\e\15©>È\10Õ\90£Z0\8a\ ee\17¢í\1eÀêï\8d<¬£\93\89\15¹\0\ f\80»Ú±Ç\826<Ë7\0   @V¹$K¡\9c¿\91f\95\a­\16ßÏ\9c\91´ \1dÐÛà 7åÁ\87\99\80z\9b\7fC\8dé\0ñ¦\19\ 2\13ÛC5æèG\96Ñ\9frô(g5¦\17iE>\80\8eí±7åèn\9c´ È\84Ö\12\ 6e²%É9>³$9?s&2ê!G\7féÂ.¹>\8ctVÝA\v]Õ¼1\93\ 3\16Í\97°ÁYæaY\91\1fèî¨"Ï\1c\15ê]Ú7-®¶\80\81}\ eå#` µØ\1eµ\ 4\ 5Á%Ç\1cJ#¨\93\15yA5¤óð\ e®Þy\10_\b~\ 6Wç^ó\b&`\ 3WÏËåwÊ:jã²\\9fÂ8ѯ˷߰ÑÎæÍ\1cÈ       \7f\81¬yÔçõ\9e\12»f\84Ï\e\80ä\rÈ®p+«¸lÀ\ 1ÍÎÒý\9b¨V¢ßwhÐÖ\1eûú\ 1=\959#\ fÀ\15ðخв=NëÓ\9d\84VmÓ^Sñ~ 8}@\1fY\15f$¡\9eK\7f`«Ã\¼Ð\1d8¸xá\rè\93LWÔ\81\8d «!k=é!`Bë\89$N,\ 6\95\ f:K\8aÄÓß9 *Õsç\ 2n\80 Eã\ 3uäN\97    îªdO4ÙGI¦P\ 5éõÅô\9b\ 6²*\88¨KtS~ £\1deÚEGGï ³\1cÉù\1e\a¼:wÛ\83\1a¹È\87.ê4\ 12ѽ\86\8fv,ºI\ 2ô\86\ 4è\ f9Þiâ\8aºD\7f$@]æ\18·p@´=\93j§Ñ¢O \8bÁ¦\89\81   îL\9aOiw¤cU¤Ãk\81\99H\87×\ 2r±ìS¤öàÝó)¬°lO\82}\87e\17&Òï =\93Ã6\83qØ1MyC\12è-á
+s\81\8e\1a\eÚI´¼\ 1Y\15¥\85îÀñ`\99Vö*t>^Y\19ÊÑuBÇÊ\83ÑMÓ£ø²õ\84\eõì²\11\9e]6ü"Ù³Ë\11¹@÷ìr"ÇÊ\93E*z\15¦c\96s\ 5\8eY\14,R¥ÁK\19<RgG\1eê :;òPûêÌ\1aF\88®\9d.\a\vz\15:X¾p\84¢'¢.q@µ«¬Ïm¤ò\89:.\13Ç\17z\1aå¤\1au+\8f\94¯@\9få\17\88\84º_T"ë2¹@«°*Ò=Ë#\13Õ\1d§_\12QG¹x©PKùÞF\ 6\e\ 3\84Wp\0ëõùækÀß\a¿\8eû.Ô>0×õ·óß\e\80|â³í3}a¯ÝþÞÂDb¡\1dkÚðü÷Þ\90\96\8a\f\88~À@\ 6Ø6%$ \8eöMë(\a´\81\84\8d\85Ò©\81\89\9e\8a\19E\1e0{°Ä\ 5?pC­ç\eàØ S\92\82´êÙ y¢\ fèu\8e{>,ñ\ 1Øc\vt\95\19Éè\ 6T\92&IVV÷ÞÈæÎ\a\90Öm·/¨º¬t\9aÛÙC4Vø\80#!´åp\94±\9e\85'¥ÓÕ¬7Uð²\ 1ùùú@mÏëõ×\9b\96\11[\ 6»ª\1dÝ\v:7`§´Æg,Ð\1aË\ro 0\ 5ä:Ï#%vð
+bd!Ð\eË%¤\80Üóû\80l/\e\806*Æ\15d\92\ 2Gg½\82\aÐÓ²ë\ 4\8dÞï\9b\ 4(¤E¤øô\82Ø^> ï`a)Ðw°\12\13é1~\\99\aô\13´ç\1fÿ        \1ab\89\99,\88\9aÈÑ8\80\15\81ÜÄ$±"\90óHR¬\ 5&\17
+Èr\98\12\9fÀÑx\0\ 5I\9f \91+Ru^/;U{RªD\ 1;)\94äÈ\91S\89\9a@\87\18\8e\9cÒË\rè)\91óC&^\1eZ³Ä\ e\89\9eY½²\1eЯ`ÓxÈ<\0*"GB\1fë!\ f\»I\a0Q¢\80ª\¯\98\ f\1a\v\99\19\91\11­¹\9e\14\9bFÕ`]\9fÉ\ep`D9#\ 1õ\82ý\8c\ 4\ 4\7fÌ\ 2JY\ 4ä\9ehGNié´ì6s21®Ò}âlø3z×\b\8e«t\1e\Õ°Æ`\81\95\84ØÁ\83\eûc:Ö¼1\ 5õ\9cÎ)\8aZÄÈ)\9dP\8aåÄì£e@é6]· ^4¥2\v\1c\83z¼`Täiº\90Ð\90Èh\7fsés\1cÊ\0hiÙçå2нү;Þÿ\9b\19¿¬\97\86K\9c·/{\92-%û¼\ï\fÚR²ÏÛ'GÒÈ     mFüô\ 1GFr\bx\ 2Y\83\85\88죣\83­7ëå\0zJfú\f\10:\7f@OÉl=WÒ`wãÖÇ.\röL9ò\9aÓÏ-KÌ\8e\ríÕü²\ 1=-¸\ e\8a¿l@O\vnád\1aëz\13"QP·\0­×{\88ëØLÊ\90\88\ 5\1c\8dU[\13ºQ\ 2fdAÒ\81Æ\ 6Z{ßÎ\ 1ì\8e\11ëG\v\9d7àèO\G»^6 £»3ó°?«¹#D&\ 5×\87WÈZD¹ÂÊÄÍ\ e\r\86W 'c¢\1ar\fVm}ê{jÀî9\81R¨ÃÓ\81\ f ·¾\89­:©§HíÁ-x\ 2\1dáO|\ 2\1dágE¦7\1cȨÉ\85ƸmýöÌ\14\1d\1d\1f:bH9Ñï\e\98I\11\86ûä\12»å\ 3)"]\8fì\19ÉÊ\ 1ì\96\rìMè-\eVQ\93\9a\92x\ 5\ 6@¿!\ 5\1d-\e²¦\b»ðúà\15\1eùÀ\83Æ4ÅøÌ\98¶ Ó£\8a°M\98\1e\89Õ\88\1cP\1e-\eÎëý-\e\ 6\8dñѲ¡o\8c;-\e.\1fð·l\18åÁESÄ&\ f.óC\1e\\89\87<è:ÛR\9d\a\80þ¾°±)\92\1fÉ\ ex}0(È\18\96éå®\aºî¾\81úû\1c\95é¯\ 3\91\91Äjh!=\89UÖB\16:ÎZÀ1 \1a\ 3\ela\19\90S8\ f\eX³7t4Ô\1dõ\86\ ex½s\ 5æ\ 1P\8d¡"6z\1a·°.vz\1aw\9b>t]r#\99}-\9a"5?в8{\1f0¹ÐÀ\97䨢è\81\9d\ 1ps`çè*ü0¸? þA[PУs\84¶%\8a\ e\85ÝwâYXQ\92\ 6O\98\9d?^ºô\11\17¶7\820Öø£Õ\8c\87±¾\1fí\91,\f¶ýXñçeþÙøçõÙU­.*üܹÆ\9e Wp\ 3ò+çѹ¢K\80\9fçk÷ÖÛ\b\ 3\96à\8d/6g$,c¥Ê¡        Pç
+ìÎ\15H\ 1¹À±M\ 3\1d\905\1e¶'À\89\e°;_ÔdüÓ\aè\99\85\1c\10ñký÷A+²C{t\ 5î\\81     Ñ¢\12r¸cG
+ôy\ 3²;\16\1a¶s\91\ 2\1dä^51¶S Y\91ÉîX\eÎ}\11CerV\ 3\99\91\ 44_Üê|\81L ãsay¤\aÚlí\1e\13Ú\8d3\98    ¥\94\9bÏpm¶\ 5:ÂÙ²\96\ 6\8dá1¿mÔ\18EQ\93\99 w\v«Îëõw\82\99\bàAHçYâ!»-0ê\91Û\ 1ì\1clæ!\1de_Ñ\98éOE\eÛ\12\9d\ 56â!GWÝ      µ\80\8eNMD\0OîgxæN$v¨tt,\12\v&GO×D\8aØ\91\7f\9cÐ\14éùÇ\99\r\81\9e\7f\\9e©±Tx\ 3²"N3\v\81£e\85j\8a\f\94\9dc2Ù\94\1e\1d+F\85pE!ÖÇƱ7£\97Ql,Ä\ e\84\16õ°\9e~;¡!ÒÓo\ 3s\90\9e\8aÔ{Q\91\89\8ea\æH¿\8d,D\8e¡mÏ|\81£«ï \ ffQ\8dÙ)àl\8au\94Ü\bË\C×\9e\8cjÌÑ\17¹=\98\87ѾÈ\1cÖ92°5oʼ\ 1Tc\9e¾È\9bf\89Ì2\8a\re@öæö^\19\9a;j\80\9b\93\18\17\ 2_> ¿\96\1em\81»¶\9cSHK$
+@
+éOðê\98\1a¸À«g
+\áÕ%þÚ\95ó?~&P¿ÿù\1f~ÿóW^_ÿú2êÓï\7fûÛÓýÍ\97Ó\7fèÑÀÑé\ß/`Ãå«Äwþë\9bx/kømï«`Æ>õú-\18\9f\ 5O¬®\9fµõtþôN¡æ\r\bV¬}@Ü\81ý\81\8d>°Âk{¾  À.S¡¡\1a\97\1dÜîð>\84øs\87\a@{ù\80 Äê\11\ 2\1ea\ 1_äÚè¢~ ò\11\84 òÓÿ$´\ 6ÿç\ føòÀß]"N\1f¸\ 3\94ö\ 6P\10\1c\eÈQÚÀ\9d\91ë\ 6^1Ñ}}Xo¦ìþ\81\ fc½1Þ]\r\ f\ 3ù®Éï\1dg*\eµÄ\99\v  à\9dË\90\84¹]bþ\9a\ fo    $¨'h ñå\ 4764ï`\99Ä;¸z\13\1fÆ®Êtû®KóÝ\9f\12å°\ 2\99|àL]\85購⳧åñ.B\96\16¨\8eÄÖÑ\ 1¶"\r´\1e\12x\r-6ÑéïJÌd\9eêGl]Cp½»¶>Ózhµs-\ 4iëiÿ+HÏõò\9b
+\84õ\91Î\7fucêú\ 4×\1f\16Ý\10&¤¿n\a3ÑïnÅL\e\92é÷ï&Ä4b5\16êñ¯i\82
+Þ¿`\81ÚúMâ?KzÃL÷·AÆ\99±~!þ_\80þw7ø-\7f5Yf¯Kÿݸq\11üøúû+Ð?ÝGÇ\9aü\8bÚïοæýotÿdÀ\8dßßèþï¿oÒ¯éÏ.ýøþÚÐÌQõ\1dYÿ       \85l\9fóÇ@ô»ë/K\7fÄ\88¿/ë\8fÖ\14¾'?æùI\7fÂýßõ\7f[ÿi<zY\ f`\14óOë(ßã\1fKÿ´öD=ýcòOÖô\87I¿\82ö\eèÇö;\16¼?á]«\9e\9fõ§Ðd­®Gý©Øÿzþy\11ïßú}Mÿ\9bç_pÿ\82ûÞÖÏ\8fü¯Hú\eý/¶ßq¥ß¿Ûoó÷É}\85ß7ù\7f\83ß\aýiÝ_bÿUÐÿm=ùϺü'Ô¿÷ý[÷\9fÐÿ¼ß¿å\7f&Òßè\7f\1aô\8bÈ\7f2ÿ·Q£}ùgþkM\9dúüÇò¿7uz¢ÿSÆß×ï¿àù\ 5\14±­×üg\93þ3ò\1fÐß8ÿ\fþ\vúO\ 6ÿ þ¼Ç\ f\96ýJ¨?\15\0§þ>ëO]þQ\7f*÷_÷ÏúS\8e\9fÒFúK\87à\12éÏ\97S¯êï<!ÿ\82ý·Ö#ýeý\9fÉÿuèÿÌñ¿|ÿí5ô²^\88¿ÚzM~,þÏ\91äçÎÿÖý·\8a\9bÞý\9bôcü@HɨëÑ\7fÕõ÷>!õ\89þÎè¿êú;ÏÏôwfý)Èo=?êÏ»ÿoÞߢñÿý!pzG\94{/«7ýÓW\ e¿åOÆ\ f3ê¿»ÿbÒ\7f#ú;ø\17ãÿ»ý1éOø)ê\1fæ¿Bñ¿\ 3¿+\1cÿCümü~\18õ_>ç/\18¿ëü×\8a\úúÃX\8fúKÁß>ö§õÁºà7`¿\98þ5\9fj\8d=òóöëÐ\8eËrÙú,\e,'æaç¯æ\96_~]\8e½+tw^®\8bN\95ÜÓr\90\1cëÕfû¼Ü­?7pê<\80¿èÿýÍFH\ 3;Þlö\1f_âi¹¬õ¶O\7fþËr)\vogÚê³-á\eÏfJ\83´\9e\9e'úyùÞ÷\87:8½ãí|\91~ÿnsÚËw¤ß\87\87ïk.t{ø¦ý\a\19ó|w?\8b·õÂ\8c\8cöæ\13è÷eÌ.T\9fo9Ë­þfWuæ2¨´B\9d\17µ\fj­V×´\9c%_\9a\8fñ¾ÿ\fü\ f:Û~3
\7fÇ\9b\19\97\8eÚµ\7f\1f駿YU\9fó²^\7f³ª>gïþì7+â?\1ds\ e\1e>ÿ\82ô\931³°âïëü¿¢üéúw#þqdþÔ$æËïËüߺvõèob¾\13é\ f\1dshM»üüûÉA\89á3·ñÂ\7frÎMÜ«        ¯úWÏùÙGb<úùX\94\9f·2~ö\17¯ÛrHø±òuÚ\8bÕeûrºN¬mð_®ÓOÙ:æé3\18ßï§ÿ_ÿø\87¿øËð+üúãßþá\15Û¿Ö½þsüÃ\1fÿñÅÖ9n¯¯\95\17Çýño~ý§ÿã\9f\7fýÃßÿõ\9fþéßÿô_~ý·ÿú\97¿þåßþùoþß¿þÓßüú¿þ¿_ÿí\7füùïÿá\1f~ýÕ\7fúë¿úÏ¿þòë×ÿøû?ýÏ?ýÛ\9f\7fý/¿þîÏ\7fþ\97ÿò\17\7fñ\1fÿñ\1f_\7fþ»¿ÿ÷¯\7fúÓ\9fÿâ¯^\9aéoÿíÿü§ÿç/þåß÷u_\7f÷ç\7fü\87ÿüë\8fÿ÷\1fþ·?¾v÷ÿ\ 3Ö\99G\8d
+endstream
+endobj
+400 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 984 0 R
+/Name /Im383
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80ÿ\83<\ 3ó\ 1y\ 6Æ\ 6~\ 6F\ 6\10fo`\82à\ 3L@\19\16\b~ÀÃÀø\80\ 3\8c\19>\b\ f ®P\80`\e\a\ 4\96k\80`y æg\80`6\ 4\ 6\0\12b
+endstream
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 985 0 R
+/Name /Im384
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83\81¿\81\81\9f\81\ 1C\12`$ÀÏ`ÀÏPÀÏøáÿÿ\ f\0\bÕ
+endstream
+endobj
+402 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 986 0 R
+/Name /Im385
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc?À£ P P\90À\90Àp\80á<Ã\85\ 3\ f\12\ e(\1c0\0A\a\83\ 4\ 5\85\ 4\81\ 3ü\f\0ÿÆ\r"
+endstream
+endobj
+403 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 987 0 R
+/Name /Im386
+/Width 14
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs`¨ÿSÿÃA Á A\81Á\81¡\81\91\81\91\81\99\81\89\81\r\bùà\90\85\ 1\0¾ì\ 5ð
+endstream
+endobj
+404 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 988 0 R
+/Name /Im387
+/Width 30
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d˱\r\800\f\0Á7F
+](é`\10\84\18+\ 5\12\1eÍ£d\84\94)\90À#P\yoÓ'\9bÔdxrL]ЪH\1d \8dÐC\99àZ`\9fáØ`\rù\f\ e\11\7f»;\1f¼\88\15É
+endstream
+endobj
+405 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 989 0 R
+/Name /Im388
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? P  \91\0\84\ 5\126\ 6ö       ü\rü\ f\f?$T\1c\90\ 3\82  \12\ 6\ 6ü\a\0â\96\fi
+endstream
+endobj
+406 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 990 0 R
+/Name /Im389
+/Width 29
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\91coPK\968àÖ¼à\81\81\a\r\aÅ2ì\8c\a\10\98¹Á\82\8f¹\ 3\82Ù9\80X @\86\80\87ñ\0\0n\9c\14l
+endstream
+endobj
+407 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 991 0 R
+/Name /Im390
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH`8\0\82\ 6m\16}²;ø\13\98\e\98\ex\1fX\17<²8$ÁÆ\0\82<\f\0Õ\9a
+\11
+endstream
+endobj
+408 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 992 0 R
+/Name /Im391
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fø\7f\ 3\83\rC\ 5\ 3\83\ 5C\ 1\ 6QÀð\0\83xÀx\0\99øÿÿ\0\ 3ã\ 1æ\ 6t\82¹\81\9d\ 1\9d`gààø\19ä\80\86<\ 4\9a\ 2\0\1eÐ
+endstream
+endobj
+409 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 993 0 R
+/Name /Im392
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90\7f ÀðÿÇ\ 3æ\1fü\ fØ\ f0?ào`| ÏÀðÀ\ e\82\13ê\80¸\ 6\88ÿ000àÃ5Pµv\10|\0\ 1 Y\r@3\19\98\7fð10ü\aª\92\7fÀ\0\0\86»\1fb
+endstream
+endobj
+410 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 994 0 R
+/Name /Im393
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fðÏÿ\83\7fä\19\12ä\e\12ø\e\ e\0\11ûÁ\ 6 b~Ì\0\19\18¿10þc`ø\ 3F\15`d\0\f\ 5      \f?\1e0ü8Àð³\81¡\98\81Á\8e\81\ 1\0Û\e\e\13
+endstream
+endobj
+411 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 995 0 R
+/Name /Im394
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccooà8á ðá\80ÂÇ\a
+\8f\ f8<l`xÀ\0D\8c\a\10(¹¡á3\1052<mdh9ÆPQÁ\0\0v1\16b
+endstream
+endobj
+412 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 996 0 R
+/Name /Im395
+/Width 16
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93aVgwgwgnglgä\ 3B\19&0d\91`\91à\90à\90\11àQ`?\0\0J.\ 4 
+endstream
+endobj
+413 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 997 0 R
+/Name /Im396
+/Width 17
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93alÐcnð\ 3£>v\ 6 \92\ 1#\v>\ 42\90\81"\v\e\ 6\89
+\ 6þ\1d\f\f\16\f\f\ 6\f\f\ 5\f\ f\12\18\1e\1c`hl`pf`°a`\0\0ùù\r`
+endstream
+endobj
+414 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 998 0 R
+/Name /Im397
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³g`\aB>(\94\81\aV\126<\16<\ 5<\ 5| ø@\ 6\f%\1eX<0x\90\90pÀ°A\8e\ 1\0\r\17\ e&
+endstream
+endobj
+415 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 999 0 R
+/Name /Im398
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÌÃÃ##gac QÀPÀð\0\ 1Y\128\12\ 4\f\12ä\e\0«Â
+:
+endstream
+endobj
+416 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1000 0 R
+/Name /Im399
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90p08\90\81á\0Ãy\86\ f\r\ f\1c@\9c\ 3       \ e               \a\f\1aä\19\0ÙÚ\r^
+endstream
+endobj
+417 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1001 0 R
+/Name /Im400
+/Width 11
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cSpPpphphhdhdxxàã\83\8f\ f\12\ e\0\0L\9c    ¦
+endstream
+endobj
+418 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1002 0 R
+/Name /Im401
+/Width 11
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK8ðñÁÇ\a\ 5\ f\ 4\14\ 4\14\14\1c\14\1c\1c\1a\1c\1a\0ov\b³
+endstream
+endobj
+419 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1003 0 R
+/Name /Im402
+/Width 12
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs`¨ÿPÿ Á¡Á\81¡\81\91\81      \bÙ\18X\80\90\a\ e\ 1\93æ\ 5^
+endstream
+endobj
+420 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1004 0 R
+/Name /Im403
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g0lH8\0\82\86\rö\f|\fÆ\r\89\a\ e@\ 4\1c\12\ eÈ3\0\0Æx\f¢
+endstream
+endobj
+421 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1005 0 R
+/Name /Im404
+/Width 18
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨q`lj`fl`\ 3#\1eF\ 6 âc\0\ 3\fì?\18\98ÿ00Ô0@\85Ø\18\14Ø\18\1cx@(\81\83!A\80áF\ 2\ 1\ 6\0ui\v\b
+endstream
+endobj
+422 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1006 0 R
+/Name /Im405
+/Width 11
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90p0PHPHpøßp\80\ 1
+\15\ e8$6Ø1\0\0\87\1e    Î
+endstream
+endobj
+423 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1007 0 R
+/Name /Im406
+/Width 15
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã±\10:"Ì&̦Æ\ 6\ 1<  Á# ¥ y@\82A\82Á\0\fÿ0\0\0X\90\ 4Ü
+endstream
+endobj
+424 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1008 0 R
+/Name /Im407
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\9eÀS Q```\90\0\ 1\a\ e\1c8ápÂñDÒ\ 5\99\ 2\0\8f6\v\9f
+endstream
+endobj
+425 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1009 0 R
+/Name /Im408
+/Width 13
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3øà-ágác0\83A\ 2\f\r 0\ 1\b\ 1\ 4æ
+endstream
+endobj
+426 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1010 0 R
+/Name /Im409
+/Width 9
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccc`cà\81Âÿ\r\12\f h\0\85      \f\89@\98Ä\90Â`Á\0\0\ 4ä
+endstream
+endobj
+427 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1011 0 R
+/Name /Im410
+/Width 8
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccfgc\0\ 3       \1d\1f\9f\1e                    \ 3£¤\14\15\v\0\18Ú\ 3E
+endstream
+endobj
+428 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1012 0 R
+/Name /Im411
+/Width 11
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\908`à\90\0\ 4\aÀ°á@Ã\81Æ\86\83\fn\f6\f\0©\ e\vt
+endstream
+endobj
+429 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1013 0 R
+/Name /Im412
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨ðìñcña\99Ã#\ 1\86\ 6\12\ 6\92\ 6\86\ 6\86        B       2\0\ 5u
+endstream
+endobj
+430 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im131 138 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im365 380 0 R /Im97 104 0 R /Im93 100 0 R /Im413 432 0 R /Im414 433 0 R /Im305 316 0 R /Im395 412 0 R /Im74 81 0 R /Im398 415 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im259 268 0 R /Im241 250 0 R /Im255 264 0 R /Im256 265 0 R /Im239 248 0 R /Im281 292 0 R /Im240 249 0 R /Im258 267 0 R /Im259 268 0 R /Im396 413 0 R /Im260 269 0 R /Im338 351 0 R /Im240 249 0 R /Im243 252 0 R /Im256 265 0 R /Im338 351 0 R /Im241 250 0 R /Im335 348 0 R /Im286 297 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im398 415 0 R /Im98 105 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im116 123 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im395 412 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im394 411 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im398 415 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im239 248 0 R /Im335 348 0 R /Im258 267 0 R /Im257 266 0 R /Im256 265 0 R /Im281 292 0 R /Im397 414 0 R /Im335 348 0 R /Im243 252 0 R /Im242 251 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im256 265 0 R /Im74 81 0 R /Im122 129 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im94 101 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im123 130 0 R /Im113 120 0 R /Im96 103 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im398 415 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im107 114 0 R /Im94 101 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im128 135 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im100 107 0 R /Im93 100 0 R /Im93 100 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im113 120 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im74 81 0 R /Im109 116 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im98 105 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im74 81 0 R /Im109 116 0 R /Im115 122 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im100 107 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im123 130 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im108 115 0 R /Im111 118 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im107 114 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im415 434 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im253 262 0 R /Im101 108 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im100 107 0 R /Im96 103 0 R /Im391 408 0 R /Im243 252 0 R /Im257 266 0 R /Im240 249 0 R /Im281 292 0 R /Im256 265 0 R /Im260 269 0 R /Im281 292 0 R /Im259 268 0 R /Im284 295 0 R /Im240 249 0 R /Im240 249 0 R /Im241 250 0 R /Im240 249 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im105 112 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im118 125 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im107 114 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im112 119 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im280 291 0 R /Im259 268 0 R /Im258 267 0 R /Im335 348 0 R /Im258 267 0 R /Im240 249 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im115 122 0 R /Im280 291 0 R /Im260 269 0 R /Im241 250 0 R /Im239 248 0 R /Im239 248 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im214 223 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im98 105 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im100 107 0 R /Im106 113 0 R /Im138 145 0 R /Im119 126 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im114 121 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im100 107 0 R /Im123 130 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im107 114 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im257 266 0 R /Im240 249 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im120 127 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im332 345 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im93 100 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im214 223 0 R /Im135 142 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im74 81 0 R /Im109 116 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im112 119 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im97 104 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im130 137 0 R /Im103 110 0 R /Im109 116 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im112 119 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im107 114 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im416 435 0 R /Im298 309 0 R /Im417 436 0 R /Im280 291 0 R /Im243 252 0 R /Im258 267 0 R /Im240 249 0 R /Im259 268 0 R /Im338 351 0 R /Im128 135 0 R /Im130 137 0 R /Im387 404 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im384 401 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im139 146 0 R /Im253 262 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im260 269 0 R /Im240 249 0 R /Im241 250 0 R /Im335 348 0 R /Im335 348 0 R /Im243 252 0 R /Im286 297 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im349 362 0 R /Im256 265 0 R /Im239 248 0 R /Im281 292 0 R /Im240 249 0 R /Im258 267 0 R /Im259 268 0 R /Im396 413 0 R /Im287 298 0 R /Im257 266 0 R /Im389 406 0 R /Im397 414 0 R /Im243 252 0 R /Im240 249 0 R /Im280 291 0 R /Im243 252 0 R /Im258 267 0 R /Im240 249 0 R /Im259 268 0 R /Im338 351 0 R /Im128 135 0 R /Im384 401 0 R /Im360 375 0 R /Im134 141 0 R /Im130 137 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im74 81 0 R /Im137 144 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im99 106 0 R /Im114 121 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im112 119 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im136 143 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im357 372 0 R /Im418 437 0 R /Im232 241 0 R /Im222 231 0 R /Im216 225 0 R /Im218 227 0 R /Im221 230 0 R /Im227 236 0 R /Im219 228 0 R /Im232 241 0 R /Im221 230 0 R /Im393 410 0 R /Im127 134 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im124 131 0 R /Im128 135 0 R /Im127 134 0 R /Im93 100 0 R /Im102 109 0 R /Im348 361 0 R /Im131 138 0 R /Im133 140 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im160 167 0 R /Im110 117 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im99 106 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im74 81 0 R /Im137 144 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im106 113 0 R /Im123 130 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im103 110 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im102 109 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im98 105 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im98 105 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im74 81 0 R /Im109 116 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im127 134 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im124 131 0 R /Im107 114 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im102 109 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im103 110 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im112 119 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im291 302 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im112 119 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im107 114 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im391 408 0 R /Im243 252 0 R /Im257 266 0 R /Im240 249 0 R /Im281 292 0 R /Im256 265 0 R /Im260 269 0 R /Im281 292 0 R /Im259 268 0 R /Im284 295 0 R /Im240 249 0 R /Im240 249 0 R /Im241 250 0 R /Im240 249 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im280 291 0 R /Im259 268 0 R /Im258 267 0 R /Im335 348 0 R /Im258 267 0 R /Im240 249 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im160 167 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im103 110 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 431 0 R
+>>
+endobj
+431 0 obj
+<<
+/Length 1014 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲%9rܾ¿¢\96ÒBwðÌ\87\962\89fÚÈDã,¹\91\86C\91\12ß\1c\19M\7f¯\93÷ P\95\99î\a\1eÈMOOu!\ f\10\88\17\1c\ 1\8f\7fþíÏ\7füóoñÇ¿ýöÏ¿\95¯º\84\1fá+\ 4ûçòµ¦ðcM_5\94\1fk\89_ûºüøÃßÿö»ÿú÷9n?þó?þöç¿\8c\7fÿíóøýõÅmýJËu|
+ûu|ýJ\eúý½Àß¿\8dG¿\7füI\fákßî\13È÷\ f\148\81\18V4\83×\7f¹}`¿Iðø\93\18\7f.aÍ?gP®\1fX¿v¼\84\14¡\f\93º\a1íÚ&P!檠     1\7fm\ 5~ d8\83(\v±¼ô(Ý\84\18Á\aÈ6V¨Hh\e\89\10\97¢
+1a\19¬\11Î\0,\81}`S?@\84¸UM\13ï2xIÿõϸ§®\a¿~ ÊBܧ5ñ=\83\14\168\83\9b?bÆ\94"ÚÆ\9c\801aEJ    oãM\91î\1e­-!m`\17\19
\19\1c\19mcÌ7=(_[8\7f |å·Oÿ\16\7fYÁ~Ó\82÷_\ 6Ã74\1cLÿúë-"d0<\86åîK\16\rþüm8[ü¾¼\85w\1a\9e\97\9b
+§¯í&ýÃ.c¨è÷WUz1hâ»{\816>¢\ 5\94\bä\7f\8dèû·DcZ¿Ê÷\ 4^\81í\97\ f\0/pµ\80·Lbj3\88¯ÐúS\81ï^à\1e\rÚ\12ò\8aö`¿} Ü\1cYhÑ ù¡Ó\aÖÛ
+\98
+Ųà   Ü¼Hú\8aØ\93Ö\ 5mâm|þ\8aX        ê\ e\8dàfÂt\ 5\v\9a@¼Gdª\86\16\8dÎ+¸9b*\81\15Oàæ\ 6ù\a°\bn\1f "Øâ¤#°h\88Wpû\0õ\ 4{\11=\ 1\99À\8e<A¼\87c&\81\96$@ÇÇ\bÌ(Õ\9b\12Ü#\91} ¢\ f\14\10\89°\16¦\14à\f\80\vþÀ+*\97û\an2¨_á\96T\1d\9b\98òëÿ\1d\89åË-\87Ú?\90%CøÎ\a2\94Á\ 6L\19\947(D`\bä\ 3Ð\e¦
\11Ñ\83Wr=©\aM\88Õ\14éW!æ»&¦¯\ 5ïÂË\1f\82\19,7\19Ü\15émKiÉÈ£g \ 3"ÄEÞ\ 5\15\1aS\ 1g$¢Ê«¨ÊT\ 6[Ðd@Íy\13Í\99ùô´\a°\84\9c\8cÐ\86÷\a24¦\9b\fXf\90\8d÷Ì\80\19fwñ~<`N=G\94\;\9cz\8e³ùm\9b@\82+¸O\80mb~yD%·Ajø-Âl  þúµÅ>\81(ÇÅ\97Æ>\14aQã"ÎÎrÁ\13¸)\ 1\9d@­Ïò˼À#\9a\9c_¾Î3Z~y·£w¶\93\97\1d\18n\9bÈ\92£¼ªÇ$¢\ 4$=Ô\95\94\80ªñ\9e45¦{°¯Ï´¨\ 45ÁÅÉU      H\vQ\8a\8f·°Dè\b\80\0Èüã33,Ð\13\ 2\ 1Ò\ 5@W¨ë`I\ fu°äg     z)8\98ȧ¼Rà9UÀjÚø
+Uð&\0\94]\7fK°®-»>- ÊѬ@Gè@\8bÊò\f.*"XF\7f\1f¢e`\vé\a68\ 1\90ZãPRv5\9c\13\ 1ì\9a\0\98\11VìÅd#¬8#Ó\8d°b7\ 6\9a\93Úx¨A §Å6XSz\84´Ô\845\b\9c\8dð\ eV\98ÐÅ;fN%\98¡\17\91\ 3Q3¡å\15\10?9¡ûÏ¿\ 5°¾}Èyx\8c2bÛ\0çËÏË
+Øn0/?¯ëß\ eW/GÁã\ 2\13ý>8\910À¹Hâçãwi<\85É"ü}Aþí÷Ûõçe¼|]qÀÕÚú    L\97Ñ\ 6:BÐ\ 1w+\1aÀÑî7²p\1e\8fδäÒ­ \r\8c÷K·\11Ú}ý\80\8eõV<\ 3ð\ 1¢Cí<3kñe\ 1ÓF\1cW¨Är\101°ú2^\ e"\aX}\ 4\91Ëx}\vwôû\8e b`÷õ\ 3\bý\98î\a\13tcðÊ\84 |1\ 2\11\82['\16\87Rܵ@ÄÑn5\10\12\11$\1c\8aäP\90r\91´\88)A*p\ 1²+>\80æ'®8Õ\87®8Uä\at3NK\85:$gàû\11Ù\91¥Utdt\v6M\ 5è\ 26\98\rè\vØ\91'w, \adÆH\87ñ\16æ\0Ó\ 1Á\v\18>\v\9c\f\1fø®2\7fúû0\9dq`\ 2\86ïú\8dÐÆÃX\fB)CWq(\12ÊW\1a´Xl\ 2˯Øä½\16\8c¢«\15J@GW+:Q8üp®ë3\1d\1f\14j@\9a\b\97\ 5\89\10Õ \11%X5% ã7|ª\11ê¸ì\ 3Ø\8f\80`L\0f\9cÐÜëh8<û,¡)$¡\ 1ð&Av 'rTP\14|2s\ 3´BJF>\0\13\ 1\8eð>\8bF\85\9cíähT²æÍ)ºV 8¡Ã\8b\84D¸­³\ fì¢+"[¸\88Z<\ 2hÇJÈ\0\bt\8c¼]\9bÏ\1e­
+ñDòé¸\10\84I·ã]óDÔ
+HN&\17ÑÔ\90ÛÉhñ\17ѼAÞí»pà¢Æ÷Â\ 1v¸«\11a$ \ 6\86Õ>Ô¸À\ f\80Û.\¾QS\ 4K\0å\e¬\90¨¦\8af\80
+\89ðùô\0\8aï\1fÈwoHw!gu\17\18P\f\97\80j`ð\aÖw%Ór\14¢ü2\1e8\13¬\ 6ë\8aÆßµ\80I`Ko\ 1\9cÆÃú\15¬E¯Ã\15ú}ùÊt\ fpýr\rÑ+§¹Ï\1fè \83\1a[õÌy¼^=\13ílu\1a\ f«g\bÌ\15\80\ 3«nÅù\97ñrbݱâó\ 2P0a`q\80\1f\90«obF3@g\13\ 66oh¼\ eT\16¸\ 3²\v\88Eý}²\83u\11w\90\\97X>rÙ\0]\ 5\17¸\0Ga5\9a\80㺤\15¾\Æë×%\eT ýºÄî«\86ëgUÍ+Ü\0\1d£\vp\ 2:F\17\91 êPûQÔ¬h -\82\ 5ÈP{JÈ\ 4=P{Òl\90b|Ø\aé\18_\11\9d Ç\895'@\17ÐÊVF\v [X¡\0e\80(-è÷%\88Ë>\80&\0T\80~\0{!9\f\85\1c\87\9a´A+\ 6\v \95Àvªº¤\12úã\88\1dº\ 1¹n&í8\90\0\18\8e°|ÆØh     %̦ô\97f\19;B9\19·Jäéd('¤\ 3\1e¬¿=\95\1cù\ 1\ eUÃdFø}+e6  äQ\r(«D\86\13\10òñV\86[,!/\93\15ú\ 1½\f\17zBO\19.ÌÇ\1c×%\8d\80`6\1aç\15§#ÒË\92o\1dè\9e\ 3t\ 5\9b\96\10ò:b\1cMe\9c8ïP  Á¡\98èÐþ,\1dè@ùH\87\18Ö_ð±\12=8e@7V\ 2\1d#\14Ï\95\14æ\85çJ\aÌ\8b32½\b\14fdº
+\14ìÇt\15(x\ 3\8·"\0
+SW¬Bz-9öcòk\80B2:p.Åé\84\15"O§\13\92b\8e\93£\8c\f\1dlY!²æ\86x!ò3\eªð\      +±ñ\16\86ä«\8e\8a\1329\16ÖÆ$3\8b\8dÔ\88\93zùÕy\85'SÇ\ 22TA}\a \e\84F\84ý\90ÙÐ\9aç°      «¾9\8d×ïª6üóòú\rÚ¹\8c\97\15Ð2\89ÁôÙö5.¦ËpYý\1a÷Ëuö:çAÈÒôy!2\12¿£\884bñëE¤VÉ<\94?Áf3Ü?½\88´\11Ç\8c6\90\ 5ý¾§\88´ \1dt [\1d]\9eÔà\8e.\ f%Àê\905\15âã\91\r8TpÅ\ 2tÔ1à     è¯\11ì®zä\82\fm@\87×wd\84\9e\ 2üýÛ\ eÐ\aæ¡]q\9eÆ߯ÈÐï¯\r]\ 6\ 2¼\13ÚÑ\ 5Dh\ 2\99 \0ul3\89n\9c\82»\8dýgÖ\võ"ä\91\17bÇÉTà\16 Ò1²\82
+\ 3\91^Ç]Ñ\16\9e\92ì\86\18º\v\ 3\89®\ 3Ä\r\81D\84}àa&\936-\95áð4Ö\ 1\9dîcS#\11¹¥Úá\16ê:¸kVD¡Ñ\0\7f_.dÏ\ 1\ 5\ 2Å\8f6dÓ
+v^)ùGdó^kpA§/\8eT(A=\13eLÇÒ\8cÓ19\1fí\85Ô\93É@ÎØ\13»y2f\93\81\f³1\a¨rÔA?\92À\82\13R\a:\r\83¡\ 3\9d~\96QgèÆ<è´=n]ã,:\rý\98\ 3\9d\16C\ 1G§µ|\84£ÓÏRê\ 2O\95.t\1a\9b!@§Y\154JI\1d·Å\85x2ùXU 'ó\90\14däI\\1fPÏ%\8c)CÃ\ 6\86\0õ\18\19b\03V#9-.8§\93\r±,òÉ\8c1]Àh \97Âã\94Ì\81Oká\90e\14eÛµ\8c\82\97AäT\7f\11RqN%+q\a\98GVÄ\ 1âð()¬øp\8a\1c    \ 1hUWÆ\11\ 4r^_3ô\ 3r4é\bóäÉÊ\0æ%~\8eçt|\ 5ãõª\19çÏ?¯\17ÍX6qþyYú\ 6\ e\8dVÏî¸\f\9f~¥u\83+.üû;Z¾~Ã\14\r\e:\8f×Áµ\80×/ûð\18Ñ\ 4\1cÇâ\18¡þèøhl¯\81ÎãõêÛTà\ 2t\8c?Á-ÔñÉ\8c\rP\86V:Æ}\9e\80\8eÐ\16,\ 1]\89*\9c\80Î6R¡\ fp0C/H\84úûภ+Ðß\aw\8c\85ì}°QS_Ü\88þ>8nP\ 2:»÷\86¬Ð\ 3\92\19\12\1dر\12Êï\83c÷¤\ 3OLëO¡+Ôß\a§\88íX~\1fÜaòË\aä÷Á\1d'?\7f\ 6\13tE\ eÂ\93\f\0Y¡+ó õ\ 5n¢LÜuÐu|?\v¼\88P>\19\r\9a\ 2\13\9aÛ
\16\16qVh´\89z@N\e²dÇ\16l»¶\ 5ôªa\87\19\85\83ï\ 3\ eÑ\ 5-¥¡\0U\14à   \ 5\98\ 2ùH\90\13Ì*u.`\92SÉg\8a\8c=\19JË        áF÷d\93\ 1µ×Q\8fg@PÊ\12¥\80Ho;
+\16\81\83ò\ 3\ eÎ\11õd7(Ä\1e\85#N)-ªÑ\10+\1fº2B¼³BW&ßx\1d\85Ø\8a\ ep¬]\14\0ç,ÁÇ;\19f5JéiW¶ã   è\18cx\16M\ e¨ûQ4)\11ê\90\83\91\19§4z\1dqz\16MJÆÑDNíKÖr*:¾h§3^É­E3Î\b\r\ 5¨£Ä\v<ÞÊo\8aÊ\82ÏV\ e¾\10\18\8eå'ò\aßÈ7Ì|\1a¯¿\91/\10cst\98èl\1f#\eà\85ØÐ\båXXHJ'ÇÂ\8e\86¢\1aÐ\f<\85Ôy2\9dh\v \87\8dT\15'ã85ÔbùÚ·fhÆr6a8w\99#\157\98»Ì\91ªÛMS\19\93:jôó\ e\98Õ8\10Ë\1c\1föÞ´¯|&\ 4§uÔ\e\9c½£\8e\1an\9eÞ8ÍÌ·Lrò÷BêÑþQ|,!\ 5p@\94IÕ?\862Gm\v(Di÷åe\9b\84(\v\94\80\ eQÚ}ùÈ\ 4è\16\94UTb\ 6S#%ô@\94ö¢ë,B\1d¢ì\9cÒ\ 3% ãWì\85d\88²ãÔ\97\ fÈ\10\13Íù\ 3:D\19w¨EúmË\ e' C\94QõeìÒÿ \vùÎÆÊ O\11³Äd©ÄÈ\12)B\17\91\f\1cÅÀ\11\ 5\13\a\89\v\19}\80W\84¯\93Á¼\8dÏÐ\10th"e\1c\8f\ 5Ã\97ü¾ÀjÊ\91\b<`\7fE\9b \80#ÆX"¯`\80tO\86Ä\8et»½¡\95\94c-Ôi\7f\ 4\ 2
+`²¤®`[UW@D(æeT\84Ð\99é"Ì\ 1{S½ 8B\1dÐËi#´\ 2Ä×A\10²\84\83º\ e³¦\87ñ ç8\e\ fÚ\f²º\89\f©.\8f\92û\p8\90Cj\86\9eÈEN\8dÒ\12Ô \9c\14æ/09¾\17æs¤\1an\81|¸Ì+\9a\80\83õÅ(CÊ ó\1fµCx¾tØ!<_zîÌv8\ 1\a5õC\1d*A;\1dP\941Â#ª¼\85\9dðc´\85\1c'VÏÈ\fæ\85:¨#íyy#í\17#\92Î\ 6o\9c\84B?a\96\82]±|gwô\ e\ 3Ð\ f9\82\8eHO\8c\v>!Ê\89q\81\8eÌ\91\18÷\92ìÑ\1e\eúrùήÀ\13¦~gW¬\90\ 3\1cª\16\ 5ÀICpJ£÷¾\83®Pw¥5à     ÈçË*\9f/  +´u-\1ay\12
+5'¨Cz\ 3G|<t4p\84ÇC}\v\f«Î\93Ý:Ì\86Nãõ\e;£Ý\19\f§Ý\vá¯Ëù¬=ÏÊ\9fû\vP¨z\17×Πâ\ 2\80\8a\ 3\9a\80Þ;/6FîÓxý¶Î®üÓ\90Ð\1a\vÀüW\9aä½êÝ\1fÓ\1cãÎËÓ½\1dpúL\19Dqf;R^\16 ?PìX\7f\9a¤Ïë¤)i\8e3¨Sz§!ó\17\86[ ?)\89\19\89ÐQQ\9e¡\ eê\ f\14£¥\82\97\ f\80\bÀÚ7"-v¼«¨h\ 5ú[ó¸ -ô°¦ \1dt±¦TÉ
+Y\f>\80úï\18|\9e\80Þ90B?ä0\82\1d«ÀÍ\b¨\ eíØ\8a\84óH\ 3Ç\ 2ö\84r\19d§õö{"\ 3Ú³è
+\aÄ+\ 3-ä0;Ú\ 3½SOJÐ
+u\84×\88[\ 6VH\7f?Ãõë¥È%Ï\1aÁKùÃ\81\91\87¾\81\1fÐÛ\93¤\8a\95X¿&XDGÂQú*é /'×Ò\81·Æ\82\ 5¼\1cÙ}\ f^;«£ôÚ\ 4èeÕ\86<)pDñk¹XáþÝóå\0é¿\13ºW>Q\7fÉÈ\ 43jZ´/Ï´(\a\94\90xh±\ 3\96\ 1\bG×.7\86ÓG°\84\84L\91}\0É ×Û\fØ.\1c5ío=:íBÖ¹Å\13Njt!f¼\v:P\ fÓ*ýX\97aVå Î(X\ 2r\19O/I\9f4Å^\91>\9aÀ°¢|2-Ì8­ÓQî\15\8e×É[¶ðÈ\19gâËt\1dÞPDvTrvî\93É£I P\87u\94\1cz2O\ 3I\1cOõ{\ 6\9dÌéJ\84\ 2\94sºò0§ëåè\939]ÁgSùʹó\82_r2\9d·¥h\1a@7 Â\ 5È,`\9dvå²\0ýA\0\1cÄ3\8b&\0º\83\8b\96\95S\ 1®\9a\ 6S\rØ0À£\vp\83Ç\ 2ý¦lWã0¾èê¤+©\8c\b¾\1dà\ 4ô®\89\11ÆaÙ\at\80\7fÒ\aTìÃäbÖ
\95\9e\e\8a¬fBä\86â\95\89I\aÃQ1züÌù2*F\8f\9fy\8fFÅèqH}õ¹\18=\ ex\9bFÅèqÄ|E\10þ\86\8aÄÏ\94A£bô8 ü¡Øbx¶y1h»ÇñiÛ¾I\ 2½\18¡ü\1døtÑö\9fãÃH\82\9e;\16;      \r4\88\93rã  è"°×¹³&Ð9S&mà\0¸\9f\18A¬H\a<V`Õ\9b³V°   :¬ÀJ¦FV@!zè\ 5\1d\10ý\86­@\87èwM\ 5\86\95èc3$Ð\1evdz\ 1o\80\13\9bGøû`\a\b!q\82\ 2Ô    \89S\95l\88\17\81ã8ª·ÍÌÈ\86<m33R\ 1ý]TÂnì~\98âEà¶\85i\8eÿ¬÷\9d\1cË\90áÓÈ\f\1dJ¼hÁ\90v}\¡\e¸\13Ø\rûVN:ÒÞ¶rÒ\91vZðÙt¢ÃÓC3b¼ÜH\ 5ô\ 3u\ e0\949hµ#\ eæ:¬\97à\16è¸fz\98Mdè\89î\13`w¥\19ú\11G\7f\81\ e\r\94¹â\84L\97@\85é\84ä     ¿\95°»\914I\18\ 3ý\88\870ÆÚF\ eÌ\88×\90£-ð¼dØp4ÒE°Á=Р    cà¹ÐC\18³ã\83©N\18\ 3S*Gñi\80\12Ð\8bO\8d\rw2#)Q\14\0¯bÇ\8e@çå\86gC\a¾\9eÄÓ9\15aÖ¢\11\9d@Á        \89ì\89:¾<\90\0%\85.\8d\14:\ e\89\ 4ª&\ 1^\ 3\ e%\80\92B2\81E\v\ 6Ô\8a0:¦÷N\85\9eÐ\81ïB|ËÁk\ e\ fv\ e|¤à\93\9d\87Ö\e\1eÎuNê\80­P\ ef½oä@\84,§«Ø\91¡\17Y\83\12ðÉÓ}%g;\7f        ø$De6\10\86\ 4"^àx9\eØðïË\8fú6üûîÆ\8f\97C\8aÈ\v\1a\8fÝR\87Ï\5´öÐ\90\91ËêõúUÓÿð\99ð\88¢k\16Ç\87ë'¿\9f üt¢\88$
+\80â\9bÖø1xù\8e\f Eú\13\93Þ¹²@    ê\v¨YZ\0¯`F¿ïé\ia|ì\ 1\b>¹ =t@Ô+Ô!ù\92íhüø}Év^\80þ\f(B\1fä@x¡\ fr!¼Ð\8aõÒC\vã#':Dh\a[@ÇG\14\ 5<\b/ü}½uejoãOãÑ[\98õ\86m½Ç#?\1e\83^A\rÝ\88NZ\96ìmýÀ\vpBl¼\0A\ 3\1aº×\80\95ú\8ahSÏ\8a\13ôCz¹Loü8\94 \ 1ù\17\18\8au\90\7fÕv`\bÏÎúáD2)G\ 1³º\ 3d\ 5Ø\vé­3w\1c\89\9f\1cp.¨×\8d\ 6¨\ 3\ e\96\11\18\89ô\8es)\8a:D~?i\81\88ûpþ²\ 6txw \ 1\ 5¥\12\ ev\88\82\ 3°Wí4Àáe$@OÛGÙ\8b±¶\8fØ\ 4\1c\95Ãp\ 2òM_ÆnÌ\81­nê\89\ 4\a"ëÚ8\f\ 3í]ðt$ËÐ\8fy(F°#\97Ëö
\83º\e\8dé¸T\14\93   \ eÎ\8a\8e\9c6\9eÌ8£Ö\ 1ò¼=\8aæ½éâ(\9aó\ f`\11èü\160£shaÅ+е°j99¥i±\9b²\10&iZV¬\ 4:M˪\1d­yÛH\9cÐè4-\9b¼\aD\ 4\eÜ\ 3\9d¦\ 5\9fL\1d4-ûS5\16\9d)Kë+ö\85²#¨QMÉX  ´(\80a\rólZ_1Ħ3\82gíl>¬a\9e\85WZFR·9\92\95\ 6P\9f\87;2¢FRrùyÙ\8f¶»æëÏËÐ\8ae#Ûg\8e\e:|\93\86Sh+À\9f\979V¬mãe¼ü\14Ñ82ÆË'ÐZBÊã©\0n\0óhûÙ-ëQ\82| Ku\9b`á}×0£\1dô¬ À-\94+V\f ¾¬à\1e\87y        òì\ 4l<Ôa¹ìÊ*\88\87\12ä%ÈÈ\86\1d\97\839J\90M\a\a\94\8a¶Y+2|Y³b\8a\f\9e\91\0)?Bxó#\vP\7f\ 6cTÖ³;høôH\0\14Z\8bÈ\8b\ 1$âÇäkNëÙ86B\ 2oæwÅÐe¼\ e0·kêë\ 2t*îüp\vË3#4\1eìi#4\8a\8d\91\11R    .È\b\1dÕ\1eÆc=\1d\ 4y\9c
+±ñx\ 2º\b¶§V\80\1d¡n\ 5ûC+Ø\9fZÁþÌ
+rxf\ 59l\9a\15\8cZFÎfó9¡P⪡ÖT\80\19\19\81\87D\1a&t\1ev\ríDÀAvøû:\rxE:ì \ 1\87~LOé\râ\9evc\19§c\8en\8dÐ\ 6õ\1aö­HN\84#äøH©wkܱ\eutk\84*\ 4¸\96\b5A\80n\10½¤`\buzä\87\vÉÇä3\8d±S\fC\19\887Q\17\ 1ôC\ e\90\1eæS\1e\11L\9f+m<\8c\ 47\ 1Ðúå\9aµ\935'ÁÆ¡D¯À\86\aK\aÄN\122¹WVé\9elòh^V\rÝà\f\17Ø\93è=7qB¦³ÌìÚÉ\92\96\80cxM/\ 1\17=!/\80Æ\ 2\94ûûÔîJ\aÝqXéÓQAý6£_g \97>UâJ\ 5®¨ö\81TÕÃ=+ÁÖ\12\1a^A­å\ 3\94%$ã\84D>\98\99\15¿\8eGS    \8d\1d«Nãu#ÞðÏËw<fÂç\9f\97ï\98,\9b\19­\9eý¼\1d©Ü?ß\0ò\15\r×±9\ 3È×e\96$\ 3\89ß\81ÍEm\ 1\14áOpû\1cøt\80û§\97\80gM\7fxÇI¬@ÂK®¶\85\96\88\8c\90\97Pc\v\92/\9ac\85:¬ßr,p\ fô\97\91¯^& \17\91¯X       À5/ÙÄ\15i±£Ú Ú5Ý@\8dé\ 4\ 5\9e®\9fÛ&\8a\90,À2\91á\ 2X\r\ 3\ 2´ÕðMËDÆ\8e\8cP4\ 4\9bÀêÍDZ\97ºø.¾|à\9eÐ\8fh¨g]Y\aÙG®\8c\83ìZ$æ ûòÈ\fSAFàhIp\94\91?\8afVG>òd\14 ­E3C*\82
+·@.Aí(û¬\ e\8fÈ- \12q¥rëÛDò9\9d\89[ôd\1cäF\9eÌáË\8d¨c¼\a\ 4`\vÏ©\95qO'ä9B+ÐÇ'<\ 1½\88\16;"\9d!!cG¢¯\0'uz%}\81[¨«\80è\87\vt#\1e®\17Õ\ fÐ-\84~@¹37\94\1a[¡n\ 5$%\93Ù3ó&æt\1c§ÆZ¨«ñ\8e´\10\96/~f\81\9eÍ*­\12{\18Î8\8dô3OR +s\90\10'-+¥(5>]ê09ô#\ eGT`JäÀh¡#rÁäøxªóHÃ\94È\81³ã\8cH'Â^°#Ñu\bz"\87\ eAGtסú\15`K\87\ 3\ 6\18/^@\97à\ e½\80.Ax4sH°\ 6(\ 1\9dd"bGª\93LD5\9c\13\98;a+\92ËÀëÃ\93Õ\81ñj9íç"æ«\ eÉM\9e\fã]\96©Ks\83xÏÃe7ÚÞ\11\9c\87;¼è\ 6\7f^Ö_\vÃçá:Djå\83\83ÕóN\81«4}\ e±¢Í\83\1c\ f¤\84Ö0ÚWRøñ\9e\8eJ 5õ=¯@g©HP\ 2z     m\16\15\886\9bÌÛ\eÛ9}à~Ë\84\8dÑ"\15\8aQ\87×,\f\ ft\90\1d\b\13Ðaî\ 5\89\10\ 1\13l<\9cÀÝ\85\ e«\98G\1f JØ^¸\8f\94\90N`Cf\f&@÷`\83\97\8dÄÖsylF\18â\8c\8díçbÇw\88\93S)ã=\90³É\14°\16è}Ú"Þ\ 4\1d\1d\8aÐ\99ëT\1f­iéØ\99³Jh,\ 1]\84\19F\13\9dh"C_ª#\84\ 5  À\832C_è`{±\ 3ÅH\82´\94º¢tÀq.OÐ\17:Îå     ú2ý\\9eV\1cÏôBâUÝ\ 3V\88\f­@® K0#sàS½\12yV\v;H;©\85\1d¤\9dÝ\ 2\98µã^\89<iÇ\19\99JäaZ\8a/krOÊÊÜeM¯D\9etåG%ò\93\84 W"Ïf$\19z2ýij®o毫\15Éï\8a:Ê;Hêx\9f\ 3\ e\ eìÇt>lx°ôX!ÌÉ<\9d\ 6\17I\87è\ 2vl\85:\994t\84\8e-ܵ-dV\ÂC+.ñYBU`Bça\91M\ fÑ\ 5ãb\9e\r¦\85\9cN\1dµÐ(\14¸¸\98µ`H÷°ÔGV`½\ 2§­ `O*[\81\91}L[Á\92\1eZÁªZ\ 1\ e\ 5e]ÔPÀ*\99¡#tt\eÄf¨w\e\84\9eÐqÓ\ 1\1d\99£\ 2ª×2O¦\13\15Ãtò¡ B\98N\7fØdL\e³\18m\a¹'AÚ
+\ f¦\ e\v\91\87^\b\17Ã\eFýò\ 5¿\f\97ß5­ëÛ\87\9d\87ËÙà\86~ÝñªÉ
+ø.ãå\vs{Ip\9e¾l>vÇsùy\9d%ÁÎSÃßgãÑúõÖ,Öíïº\0ð\14\82`[V}7\92\0¯D\86+Я  ìIÕy¼^E\9bá\16êlø\9dicv\v«¦\82T\0­WßÈ\ 2G½ú\84\1d\1c`Üç   8\98 \97G6ØË\90§UÐ^¸\ fT\90²½¬í\9a£æ¹\12Vkö7¶\ 1Ö,\10\e¡\ e\91·¦§c/ÎÊ\98Ñ\ 4ô\a]    »1\9dD6\88^\88"k\11Æ\11\a²\96p sT\11#?äÀw3\9e\80\ enf-\94p2kè\ 6\1c\b9\8e¥º\ 4+ÌdttvÁ~ÄÑì\ f\9a±ü¨§ãÛçñré]Zq2$¿,íT\1dgG¦\93/&ìÈt;Þ°\ eè\94ô{\14\83\81\1dÅ"¨\ 3ø²0[ÕÂY\84÷ËBÎÕ\ 1]©à\88Úø\88Ì\10dÄ´[_Äù\80\\8a\9e¡'sdT\1dâ\9et\85\19§t\8a+4\88º¼a\81Ë
\r\vG\9e`Ô°p¸\ 2\ 1\93:\ f£4Ö"\1d£^ \1aë÷4Ð\979JÁ×ýQV\9c¡'s´Fè\8cÔ¯­\9c$\94Ö¬\80J\10\9eMõÖ\b%@_®\93)\am\ax·A¼\ 3\8en\83Ø\r\rª;@V\90áÉN'\ 2&)\9dÜ\1a¡³}\8c>@\19µaNçaÔ®é\99\12\87:£6Iêt*âEÍ*\19Ý\87\b\11ñBj\b\11É]nÊëtû>\9dþ:\1eQ=\\8fF\r¤ßÐïǤß\14©§S\8eqCOä Û\80+Ðu bW¨×!\87m2+µJî¬æ#\ 3\90{\98T\ e@îI\90­BO8\ 3rOª\80\81Ü%MybKFNÃ\1d\ 6\7f^.E¶K¢óÏë\95Èö\92¡Ä¹Bä½aüçéëuÈ\ 1._¯C¶#ÑEü:Äjg"·üÛ\ 4¢8\ 1\ eR?\94`~(A;\11\8d\16@1Þ\82TP\7f\v±Ïãu¢\86\8avÐsÑbyÀå\ 3\ e²\8c\82V 3¶,P\ 2\13U\1fD\9f#\18\81áÈ\vðJn(\ 1\9d²eÃJ¨\93m\18¸3°"N\96\ 1ý¨\ eîtFë³\bup§3R»íø\ 2S_V \83;)a3Ðy\ 6\12t\85\932Ô"\aÎ\8dDèh3Ô)¡Ç\86D0Æ\1a\1e9óTÑ&êÎ<\11W&_ú&è\8a\1cý\83;N<ð\ 4¼ia\94$Àaf-\1aQ\ 1\08Ìü,\9eg\98\11\aç\88tÀÁF\e«´\0N5\81uPg£M8 ëL\a     ºR\aH,f\14\1cãÕÜ\0\9d@Á¾\/ÂÅ9\95|ªÈ\15ÇcéAǯm\v\85s\ 5C\99\1fæÕ¹õê\1a«1C\99¡#Ó1Úé\83]\13\0I\89ä\17\96\a©ó7¸sú\80\ 3Ü     Ð\8e\1dàNÀ+ÐÁ\9dé³Ù\ 5å\1dÆ\12Æu\ 1c\89\99±'Ô\ 5\90a:à¨"Vm\80õ\1cÄF(Ó\87\95jÑ<LVñV¸\ 5z!÷\82Ò   \a}XYà\16ȧÛ\ 2ý\98C\87 <å \ fëd\19þ´¾}\80dDr,è\18íl,¨Ø\13é±ààD~\12\v*N©tBáøì`Ó1ÚQBÂ\19\91\9fy²úÔ\93\93QFãf\ 5¯yLA4ö:ó4^GhìPr\1e.\ 34\16Ê/³\97ñ\19\7fåµSðÌ\ eW/£3öFý2}\1d\9c    -\f\9d\7f_\ag\fä\1dï>y¦o\ f\ 1Î\ 2ÔÁ\99\984\ 5àãÑ\ e\99\8eò^> \83\ 4ô\ 1O-3T"½\14·Â    èàL´\17Ic+b0m\94Ô\90ôP\ 2:ÒN\9c\98^\91\ fÝ\90\ 3\9c\89\e²dGßÂ\1d­@\agz-ðà÷)8\13D\ 1PpÆ
+O&U E¨\83:8Ók\81Ï\13Ð\17`·E\83\ 5ð¦yX\aep¦\97\ 2\8f<\19'«@~À\ 1ò\16<\ 1\aF\v·@~\18\98jcþºxR}\ f\17-\1cÒ=\p8\94\v\8aÍH~f\9fVM\v9È«ù\11N\96\81\13*ý¦\ 1;2]      aFåb4\86Và`4F\8eÈQE\1aÄ\9c\8e~ bG¢c¤      J@§j°.1#3¤[\90aN§×Á\12O¨×Á\168\ 1\9dR¹Àhê\0\1aÌ\bÈk´?£s     Õ\81¥<ò#y\81ù\8cÎɼâ\94\82M\vf\1cä\15'ÀÉ*à\1eÞ]9/%ÖÒz
\850y¶3\90X4c\ eòj±\84. ¢Xâ $\86\19Ý\fÙÅ`\ah\11§5\94?\8d×q~\8b¥ñDdªÃü\86îÅI*ÙNæ\19?3¹ÒS\91¡\ 3\97     ÈùX4¾\93ø\99N\98\1eL\r\1c\88\ 3Fèá;ç8Ç\87\1c\8dË6~æ²¥å?V\ 2\16W?@û.áÊÚ\a\80öÐóÐ9K\12à\r\9b°\ e9¸4\91\ e8NÖö¨&\8e\18¥ñEK/!\8b³]Ç,¥\1fH\90Wp%Í\b¨\ eYáÆ´\ eíh\ 6\8eÇö;r\ 3\8eÖ\95\1d\9d\98\ 4\1d\99ã`j¥àq@IM\17\90 'v´KBJìhq\91¬pc`EÃ\87Îc%$[\90÷G~¤·K\1aù\11fÇý¥ó¬\1dwtc2\98¥
\ 1G¿%Ñ\13r&O$BO¿%ìÊ\1dý\96°\16ë%p\e\fç\8e\97Îx\ 5r>Ñ©<gE¸#3tpF\1cè\84fF\f\1d\81~@?\9aG¬ÄzñPÒ¬\88>\94Nx\ 2z\11\9e5~\9btD\1d[\98ÌG2td\bé_.-6Â÷1ã(@û\8e\90²í?ý\98ìF:81»\80
+mÀÑ®   'õ:4°ÀS\85\ e®\18H;\9b\ fõvMî     \18\ 1UH\97à\86ó)]\82bBÇ\89\ eèå_\ 1þ¾Ôÿò\rm@?\9eä[ãþÌÙ}(°ñÐ\8dÊ=ÏJ\82Ù\8cÞâ dlDú\vÛ\f% ãk%ãP*S*\97î\a\aùØ°ÛÓ`\ 5ÃWÎ\93ÉD\7fäì?\97Ù\ap(Óg°\8aI9\15á:ïIß\8f\8c±\bô~U»z."v¸ÃX&\14\95°óh\8e\95\90Ô\8f\ 51©§\ 5t\11Æ\ 2Ù\93T\b±AO2(`\9bÌ\b{\ 1Û,JÙ\vØ\86v\8c\17`F\10>S\91ÒWÆ\v\18îx\10`&pþy½ÝS\91\863\88zk$x§á:Bml%çÅë\bug¼HO¯[\89P|úóF+d¿L\08a\9cJt\88ù"\ 2\7f\ 1Úy\ 5:\v`\86ú+;\80\98¡\ 2;º%\15¤\82\8eT¢×¯\rt\98*Q\85[ §\12½aT\180ZówÊh\ 6z*Ñ1âY-\86\91JDè\85\1c©DÇ\88G3 "Ü \bt%ر\16êL\88\ 1y\ 2\ fF\8c|¡ÞúòhÖô}.¿Ø¡|¨ê\ 5lCGÂ0bèÌ\1d\12ÌP\ 2\ e.I¬\84þnKn\1d2\84\15\ 6Sý÷\17-\96s*I¨Ã÷²\8fa¯¥Á\ eðò3¬\ 2²+Ob6C\8dhkðäy¼\³p¼\11FF¤_´ìP\85\1cÕ_P\0:\8bb\98u\83\ 5ó\19\90!\13a²ÿeNÚ\16ò7ÆP\ 2\95qJ)¤Äo¥8\9e\b¿sâú\99\18\9a\8aÐn\8aF"äD\928)\95\ f\85¹B-\16^e\18B
\19G¯%øûz3xèÇ<ÅW+R\ 2\aFmO\8cÝI¹ñHÚ\ eÎöûÚµ¬\9e#¬0\16ëï[\ 3ü}¹ô§w:ºì ÎA\98TGJ°­\84Ý\80Þ'(A\15\90\1diéçªIGZ\8a¦\ 2T\ 2\ 5\as\9d\88\92\9c«\1c\9d\8af­ÐÆ£-\80½'Ù\13aìH\1d<\92ZFIqú\15ftz\eÜ\83ÇQ\8b¦ø}]oU\14\ 6mp9Â
+÷Ð\81°Âpîè4´M¦\13Kga\14Á\ 1ö\ 1¨\84è²\8c@¼   \9fLeOTEOD'\0\11"\87\18"ÒË\1e\1a<q<7\9f9\186\88õ<Üq.l×¥\97\9f\aF¼Â`Þ:Q\9f\87¿N*j6µ/pü-\14"dà»þîu¦8\ e5ÇeÅO\eN\19\9c\8a\82&p ¬GF{\99A\ 5\8e\98Õá\ 6ø\ 1\10Í  J\1aá\f6!\9fh\10];U\? Ct9¢\19\149'\8eYÜÆ{á\85\95âB!.Â\ 3?ûÀÚôxÐè\81¿ÓEvèy.^\91%:Ú6-È\12\1d\ 1=.+\\81\8e5·¶C#_@KÚ[@¿Nà¦\ 5ìÂ%¾N\ 6w-Ðo\\f'½LÀqå²c\11ê(W\80Þ\Çxb\0\86ä¨ält\8aC\1d \95\9cÑ$0 ù§+HP\ 2z%g\vèC;äo\85aDÓ+93Òb\aR\9bñ\ 2ôJÎ"\9a\11\95@EJà¨ä¬x\ 5\8daµC\11\15z"!&7-nÅ°\82\16\93\15¬â&òjÚ¬\1a"afÝ\16\14Ð\10ù\a\1de\ 5wWB\e\88íÐ\99êdz\1cPRà \13\8c0 :è\ 4¡3tôô\96]\19{뻶Üt@rÏßú"%ò¼õ}\18Îr\81\13p<µ\rH\89=h/>Þèhï\ 2=\89\9c\95å\ 5\ 6T=+ËÐ\95y\9eº®Ú\1eТî\15+\81®\850«rhá\8e3kÝ\91ì\9b\98\14±\8aØgfT"ÞB\a#¤ê\88H1cÂ\13Ð\8b\19\13N\vu>Á\ 4uÀÝøg\98RÐ=Ìðt%ßÞ\96¢e\14¼ \16Çsù\88\*\9c\80£ïP}t2(Ð\11z\9aO-X\ 2º\b\17\94S9ú\ eAGèéý´a\11È\89µõý\99MK­µýtZZv\11í£\ 5©\ 1\1e\8etJÈ\80ób½oN|\18\f\8e\87%\8a\1dÐÆA8©\93o/k?\9fNvÁ«8©\93«Rë+©{\ 2\92\18Þ¼Mò#·¦\e\97ñúɨ=3<\8f×#\89\99à6ä\14ýH*9ûó»øó\9c6bE¿/§\ 2Ñ\ eE\97í\93Sr£\8d8.Ïæ\80Ò\ 4\15H?\96YQïH\ 4t\ 2­(^Ø\ 3ö\81òp\13\ 2G=fÁ"Ôkb+ú\80\83·¡B#\94Ã\88µ\ eº\8c×Û»/Ø\8c\95\15N@\17à6+@\e\8f\ 4èiàµ#;vP\87ì-\1dÜ>sCó\8a\(@\akCxc\eg\ 18\8a #ô\ 2\ eÖ\ 6ì\ 5\1cíéU7ô¹íÏu\ 2:@\97Q$u4W/p\võæê\ 5Gr½¹z+Å\e\86\12\ eTC è@õ"\86\ 5\8bfET\a\84zÿ­µ"\11:úom\9a\12Ðñ;^\81Nn»cO¨7W\87\9eÈÓ\=@-ÒûæDlÈ\ eRI1)Üo5\bá\8d°¥Ø\9ciýZú\99¢øI!g\9d©Õ\ 5O;S#n\98\rg\añ\82b\88\9cw\ 1ï¡|ïi­\83\ e\8c`®(\15ú"\aµé\82\ e\ 6\ e\88Î\98\17\94w\ ez\96ÓYYðP\87(P\r]\19ð$¯u^fÐ\8aÓ[ë ²ýÊ=ñ\8a\1e\10_v3dZÒ\18`@r\944\ 6Í\ ehIc÷e\83\9b\aeQ\vXi2<ßê¼\94\19ee\ e|è¨\fÖ$H`Î\ 2\17 ?±(ðhæ8ÛYaïÐ\95q\9cUóŬ\9c¬,H\aóî`>h\bÕé\ 3°\9c,`3Ú"ú@\ 5\18\e.ê;<\0\9a\81D\8chH-øÀ\ 6d\901Ü¿\97¯µÜ\97\0Ô\0\95}C3¸Wı%\1cô\vâ\12\18Ö[á.\80
+\ 2\\ez\94\17ß\15       \14\87²m<h\98¤mä\1f\a\98&\1eh/ú\0\10"\99AÎÚ\f\8bf\80àÞ\10Ð&\18Ü»\9ex~ïjD[\18í`¼\83\82\9f×\ fÉ[»ú]稶wüón¸÷2Þ\ 1÷"ñëü\e\1dî=\8f×\816»y¾,@\aÚ\ff\99Üÿ\98\90þxº\94\85\8e\19m¡£K¹¡,#\15à\95Ém\ 2Ëd\e\14\7fY\81N?`54\97\15è\95ÍK\90\8c\903@`%Ô\eaµ'\8f\17\11:\1aaa/¦ó\90lx\ 5z#¬\1d\99\91§\11\16öD\8e\ 1é±£wHÀ\86¬w)\8f0\12é¾4%ä\v=\80kB»è\0\3ô\85ò­\895!\1a;s\ e\18+v8¢ù\1d9\12\ e8¯Òú)TXÑxGOÏD\1c\89ÞÅiÅf(\1fO;^;\8a§¼Q;\ e'\8eFíZ<ä=\80pJ£WÕÊ)\rÁ©"´"ýùy\84\ 2\102\1aûýí\r¶^<©Nr\9b \0t\94)a3¸í\0\ 5Ê \1frÑôª\8e\84@\85Ø\91ÈÅxÖ\ 2\ 2\15fÅ:\ 1\0Ì\88tG\9e¡\1fr@¥\v\8e¥zEìZ\1e\1d\8b²\9c\ f\91ßß4\ 5â@+\16\80þz\1e;!Ù\89\94\0wP®\ 23
+\87£¦ñãu\ 1]@ÄI¹\8eòEõ`ÎJ\82±\17ÒQ¾ü0\1d;ÚÄ?IgzIïH\84\1c\8f´¸@7\ 6\ fV¬&\18ú!½&¸µ\86\9d\96à"*!¯    Æv¬×\ 4Ã|JI&\8eú\93í@z\e¾ö2Ä\9c\7f\1a¢Þé~\83I­£$\17\9b\81þ8`\87\13\10z³^JzG\87cÞæ]N\8a±\1aÖ¨\192/ÉÕÎU#\96Üé³qÅ\a3¹=®a¬uûhÆÌ\fí\81N\1dqe\7f$ɽ\f\97iXì@R\a\1cÇìçMÿ\a?Oû°-èçõ\9e\17\a\7f÷ò\9d\7f\0\15\91ø<ø\9eU\7fÔaÇ\ 3VP\9bá\ft|.A\ 5Ò\99\a2Ò_`?\1c£Ý¤=àõ°P\ 2\ eê\ 3\8bÄ\ 3\13â\10+RbO#µ\8a¬H/¾\88\15\9cNvò\88I\1fb\8dÜFVLuxA\e %ô-\90\1f4½o\1dZ~\räI¸({\v5®íºòl\87wjBβ\vÍÀqU±!_渪À®T¿ªØ\91\12y
+:CÐ\\19E\18\ 3\94\80^Ði ó¬+Lvå<\8c\ 6\ 4 \8cX\8fõ\82N\ 3\87Î"D\ 5\ 5Q²GãË \ 5\11G©5-âãqDÖ+B\vv¦ò]Gª0$;î:*TCý®cÁ9\81~×±\88\96È\81j5«"v°.\8f²¢´á=\94\84ÓJ\aÒ¾aK\941ª´kI  \ 5)\ 3\0\9aÕcCÒÙ\82ajª7`éuÉuÐ\80\85\8a\0\be#T¹    ÚáÍ\11Ы\ 6ìÊôÊnâÊô\1d(Z8áýè`^ªã¬u}öû\v<\99Ê\19EVý\18;\fèÇ\1c§Ë^U<«\ 2\9bx¸¢Xÿ\ e\8dÐAV\fO\ 6zA.tC\ e|*à-t\90W@\1dÒëY\13\14 \83»\ 2ï NÕ\v\8fÇ\9e^bÐ\ryPNè\87ôhníÜF:Ä®<\ fî\89ï\9còb\85\80e3]\94pý®µ?"Èw5ëë\ 3k?\9c\1d\7fW\95ÀÒ\8aQO3\0µ¤´¢wYà\aä#~yy"[ÂÏ\ fä\f\82\11\99ÁZ´\19ð\ fìè\ 3÷Rзá\83%¼R¢¸]wá8,«3ØóC!¾r*I\88´\9e6D8\ 3\a\ 1\ 5Ô\83{m9åë\8dØ\98\80\16ä\1a]ëé\ 3:ÿBÅþL'`èp÷¬G¯²;Â0\81ÁÝe²\85\83\85ô2ÙÁÁÎ&§ñ:Üi(Íùçu°Ñè¬.Ó\97}¡=2:O_æó²«óËÏË\97\86\1dð\1e\88\8f\ 5\93£¤ø;\98\ä'\a\93£+Ü·\13y}àc0¡dÁ©½î8Í\0\92\ 5c/t0H\80\ fÜ«ú)ët6\19ÔϬÓô\ 3%h\1f`¯;b©h    ÷×\1dT\rÊ\8e>\80h«ï§Ë7dÝjPÎKØ\1c\rñ=+¢tkð®
+^5?D? ;2ÆB\81<\99\83ÄaÓ$À\eË­\9a\881r¥\8e:\9c^\96|^\81^R\1a /×A\1eãK\9eС7\8d\ 5\8eEòé&Y4\1f\b\80åt\a\vÅÝ\9b¦¬\97´f\14\8e\1cXg\86áÐ\81ô\15\18OôÆnv¸\19¨\0­ª®ð÷å\1eµ½*yd\ 3\9cí\18\83T.Ë#GØÁâY?f­íF[xO\89\7f¢Å \96ÜQ\1eÊ5¼A3Dï¦É\1eÀ¤ÊSQ\19¢´\a\14&
\8c\1c%±Qó#\9c\83\ 2\9b±£5]~\14\8bzQ²ß\8cì\ 3È\ f\0\94\85W\15CG \13 \14¸\ 5:ÒWÖG±(Wx°pP\r\13O¦S\rCO¦?öëpñe\ 2ò\rz^a0Ó\v»±#Óñî\r\9fíä\942÷ÃåÀ\15Ó=\84§K\87\1f \8eP'̶k³¡\1f`Íñ\90\159nÐ\8bQ\8c\96Ù®\Ð\15:\10ó$Æs\ e8?L©:ÛòdNW\88+\95S\9a\92qZì`á\80¾ToNWð\ 4¤~@oÈ\e\9fl\ 4_f\1f@IY¼'æH\r×\86X#w.Ç\83^\í_\82\ 1Î\1aÒD7qÝÅ\9c\88Ñ%c5\94«ê
+9ßÊM4\8a\8d|     +*û&ÙÝn\1f¸\17\95±Ì¶\ 6èLô\vÐ\1a´Ü\9cN ÂMÐ)\89j\9a\85[m<ö\86r^Wá     ×á\vzy÷ì!ß²\92< N§ã+\18¯\94Q´á\eúù¤·øËèçe\ e
+³¡ü\992\9cé\8fÝ\7f\9f\87ßÔ\87¾\9c\ fhö.¼»\9dìò\880\9cµç[\9e\89?\9a\ 1\råO06Ë\ 6\ 6êCk\8b3R_\a\87HF¿ïáº-P\ 5tÊj#*ÍÃ.2d\ 2uv\ 26\1eî\80\8cNtºäi        ®Ð\ 6õ\ 5¬P\0:ßó
+\ 5 û\80\ eT\ f\9c\0¯\8c\86*¬c\84\ 1\9a N6\1c\90\a÷\90\rÇÙ\r4¶ä\r\99@\92Ñ\95\8eS_V ¿¹Ni\97Ü(oË\87m@\ e¢)C\1dÒûú\155\8e\91Ên;ÒäÙ\86l\15*±N¹][eøY\82\ eÊí\ 5&\ 2º\15,h\a<V°j\99\b/*Ö")«GM\e\1cÜ\eá\99\rìØ\8dÈïm;yǬ\15\1fEÍÚ
+\18Ì\8d\81¹¡\rèó\8fp\au\800A' \93\87¼¼ d\83\1cåÆg        \9dþ\ 4»A\7fK¿Ë\ 4dx-\178\ 1]\ 5*4b\aù\87v àä\1fZ2Ç \81¼4Hà\1c\aî\90\0'JF:\b\9f[2\94\e\9e\89\9auôÓÒ!ZÕ½Á\13\81£ª{G+Ð\1f\r\97\80\93        ?ϲûPhEÑP       å\97\r\9d½c2¡ï5ÍÃ\13   Y?>\13:ðYÕ\88É\ 6Â#¡\aÛ,ª\0\89\0ª\16\béx+^\1a\8egà.Ì¥ô7×\ 5çR²\13)\18\9dHÁ°\12\88\ 3\8c+1â\rÑ\aP\1À     ÈWm\95 Sòea'Þ\98=ÔU\98\r9ÒÁ\ 3Û}\92ÐvlwöP×»éM\1eêjV\ fö\84<Å áÑ¡\8eÒ#7?\9aæúPY$?\ f\97\97o°L\1a\91õ\93\f\86;Îs\eüyù\9arÇ?\7f»&e\95ø{+\ 3NsÌØÑ@\9dóïßË\88)*\17µÍçãW(\0\9dpÀÌ7Íõ:è\9dø.\13Щ\853\92\80«\93\1eÚ\ 3\a?¶å\11\93\16Ð\89CF&0$g\1e\90\9cy$A^E]$\1dàÌ!È\88\1d\9dsz\15u\9aì\9c\13Wd\ 6:\9ffçí\18ù\11Þ\fð\99\17\8e\eR"\87\12îx\ 12©l¯Â¾|@f êðô¤\16'è        \1dZ|tó\9bódVF\8dµX¶ã\ eO\ f$À¬ £Óc+ +(¢\12pvg¬\ 4r±D2`&\rz\añJj¼       z\1dò\ 2\9d©^\8c¿à\80*GôÎ\ f=\19Ñ;=ô(¢S\88^Ìè¨\ 4`J§36$ì
+e\#Ù\83\92\81\09¾?\8a\99àl4ËA¶c\86PäPg\87&I¡Þ\a.Á-ÐÁÁô,¥ÊIL©8½5>\17Ü\94\90"´¥=6?;2Ä\ 4v}'Ý\94 ´gΧ\19¤êàíHàh\ 2\1e×±öQG)7\9a\ 10$üÄ1/\11Î@n¡\95íÁýù\ 3zï¥\ 3æF3Ð\81~#t\e\v\91 Ì\e\96\81\9c78\ 3ÔÈ\8cØ\ 2>â:z\9bîê\11{P\8d={ÄìÕØ\ 3\8c¹DÑ\98y-´\16Q\86Åس©é\ 1\r=9d÷Zêóx9¯+0¯sð§T\94ÓxøS*\8e©:\7f\11AçOY`H\12Þ§\85\ 6¶o\12RtW\81F\7f²®]\ 5~¾X\8f\88ö\82è\10<¢:¬hÃI\81nE;Ìëä̺ªy\15ÿ\80vƦPw\80\8eP/£\8e\1aÐÄiCij\r\87ÚWÉ\8dР    \10¨M~TÒY?Ü¡¤\17A\7fW>Äɶ)v4:\8d×o\1c\8då:\ e¨êéø¬\8dgÓ·\83Ñ`úìÊÜÎE\17éé,Û\eúyù¼÷!¼,ßß\880\8ehò Èg\17æ\ 3ùñ"j´\7f\8e
+X»0?\v é`}Æ
+¤¯ £\198(\96\vT!=\8e\1f\94\a8Ëö\8e\83\v±"%ÔÁ\85N\92=k\ 4\v\16\80£\f\e\1a\81^Èn>0\f[A2¤YµB"\81\rK@.~:ú\18~gRç\15èï¡:GõÈ\11òRläH<E¨\ 1j±N\98\ 1=\99\870#ªjÌ°òVzr\1e¯sûbWè\0ë³\1aÊ\a\95Ø\93\19C¦U\0;2]\ 5*\8e\ 5:?4ôdÒ\16´ë\ 6seaÐ\7fj\88t\ f\81j\18Ï\85=4 \19Æ\ 2}\v·Y#j\ 2´;·\91\0y-7ÞB\9dl!h;ÀÇc+Ð\vy\ 3Ì)e\15êH÷d8î\94%£pÌ\8eõG#Æï`tú\80ÎÄØ)K.9¡ÌÄ\98aJçpD½\18
+{-õì\16VèÉ嬺×R\ f¬\987B|\98\91\8dñRjèÆô\r$ÇR\99í"Û\eù0èÞÅù©UGLPvèÇô\83Y       ð`¬W2Gl\84rR]¢\98TSpΪ¨\ 6ù\14¯Å\86\12\90\8d ×bû\8dàg1ö#h¦À\84J¿³,0\9fò\10\9e\90\84J×Â\87GòÈø\b§\97~\84O\15ì\89ô\8e¦«¦\85T\828!ÓïY @æé\0Õ¹6°\95#g§~´\a\15§d\ e\90\1a\86s\a×dzsI\8dØ\8cäv\r\9dëct:\1fÖs\ f$8¬ç\9e<\1aÖ<}4<¡Ü\a\vÖGWJëÁßÁè<^gkiå?×\9f\97©§Ú\9b\8aËxÝ\11·db4}úó\eüy\9d\91·ÁÔGR2\15Ëc@3p\10\r4\vº\8c×[°EQ\ 2\1cçN\8fvÀJº'&`l\1f\0º\ 5íP4Ú\ 2\ eS#    8:¶Ä\8a\8cÀ\ 1\92\ 3\8eS\9dÑ\85\8cö\90JpÑ$8âµ\16¬\88}`}h\86\e4#Ý\f7hÆú\ eìð÷õÛ"èÈ<|#ð÷\ 5p©åB)¼o\8b\8f\87²\1f»ar\90\19yrGáÏÁ8ò\9eÁ\ë)#\1c\19\89\90\82¼\19Z¡£    `\86{¨Ãìe\99\14\80\95S\17Í\88F]\b\87\8e\90®`\81Ñ\oÁ·àlD¾³7\90øº\ 2G=6ô\84\fC\99¯\13Ð\1fF`G¢óÛï(\1c;\bi\ 3Ê'=´Î\ 1Æ"\9dS\98ø\11áU\81¡Äp\vå\1dÈ8!Òù2\12ÌÈ\85Ú¯3H|xâ¹\82ð<ëHÏ|\eÓ~Äx¥§ýH®P\89õ*ØÖ\9c\8fä\ 5\ ebk-#£%éÄ\91ÉIñQIü$\9afx°s\0íÐ\ fA\8cñZͽ\7fÿI    ©'$µ\7f gY\89¬\ fáì±ÀÚ\10N\1f\v\8crc\94\93ñBäg'3£ì\18.\80\16\81fhFz0+\19J@\87\18áÉÌA:R4OHw\10\1eÌôÇQ\ 5û1}ýø\'\87\92²Ôg¡äàüP\ 4È1Z¬A2:Q6\rÞ¢\vØög\v\80ø\94ç¢\81 Tr,«\ 1»!¡\82ªµ\ f\fïZôó\a\94Këw-úÖ\ e\86Û©yZ\91Û»7
+ºcüÔɺAä\97ñò]U\fo\12Ãóx\a\81\9aµ¯»|@'P3>ß\91\ 4(<Ô0òë\ 4tx'ýÜÂOF@_{·ûÂë\ 4ô:Ê¢í!\95`Ñth\bÐ\9dÇëµÄ­óÜH\80\9c³a\87\ 2\94\bÅß\9dç\9a\eÚ&;`\1aéÂu\ 6zï¼Æþt\11\81ìƬsÝÕ\få\94<nE\93!UÂ\r\9a¡\9c\92[뺡\15Ð\9eS\ 1~@¿ë²BÒË
+tBÚ\88&à(\83\8cÈ\f!c\0\99@\82J¤OÀ2Úñ\ 4\18é\ 2\9c\80N;\91±\ 4ôJÖ\92\1ey\92\ 4äçæ©»Â2\97\12¦
+}±ÎÙ°àp*?7ï ã¬\15\ fèJ¸â\ 5ÈÏÍÓ\8a&àÁ\b±'Ó1Â\rú\11Ý\8a\84\8e\aÿ8¥\93\e(Z!êÐ
+y!)ÞB\9d\10\19è]³\92h\ 5ü\ 3x\ 6òÁ$C_ê(d\84\9e\93Y)ëX  \b1rÉj^O\102èJ\1d¼\19\15gÅ2¼\92¡'\85\18\1fÙ\ 2è    =\r\fIV(¿Q<Úçiá\8c(Áª)\ 1\ 63\1a\9dñ\ 1&\95\ e\87\9e´£¤\93ù\88±5\f=!E¸\ 2\8cæ:'*LI=¼È±>Ò \ 2\1d©\83\146=Ë\ 6J\16³\ 1
+\10Á\94ÒA¸Q°\eÒ     7
+\94\80Îë[¡\rêÍ\v+Niåâ\91b·=£Ã1\85iqF¨\13^<=\w\98u`\ 4¼ï\1e<\;Z`Úµõ6h[G\95`\87f(\83\84\ 5:B\10ÊX0­øp­\ 4Ó\86³â\9cP/ÿ¨ðt쨥}\9a\12Vxºv4ᬠ       ë±\f4VìËd-²2²u\8ecÞ¬`\1dQÌãP`%dë\1c½¸YÀ`8\9büÞ\Àêí\ fðÞ»\1d­ÝÓ3.ÀÕë=ã\f[Z½üü\ 6\92\17iï9]ÄþHüF÷0R\1e:>Giÿ8YÃ\826ÐÁöP\90þy¸\9d\vÜ\ 1½\84²â        è*`ç¡Y\15X4\väãWQ\85\18Ä\8d\91\vÇÆú4Ò!NÖ\0ý§\8c«Ä\rÙ\10\b \1c"G\13pT­\1c\10¹&\ 1\86\90c+Ò{¾\ 5,\ 2¹ú¬cäç\15è\12\88û3     $dÅ\9e\8e_  Y\81\83;­cì\83H¹\12dGö\99­aÚ\ e\ f\8c\\8bÅD\84¢#£\18}wdi\92ka\81\13Ðé&V¼\ 5ú5Ǻ\88Ñ\90L\0z2\ fåɦI\80bô;RbOý]\80ù\90\8e.\12O¦ã»\11FC9¡Ë\11f\94º+í\10÷0#Ä\19m\86\19\99#¥5^ài   @Gæà7Ï=§\eôzá\9dï`J¦3#\17¼\87\ eZaõTÂè\1aà\16èø(LÉ\\0µæÊ©\19®È\8fHÐN«æî\87ÒI_Þ!êÉp\9aw\9c\95:(\85±\b\1c­ï\9e\85Ó\8eQO\86ÓÒ\8f¦\93[P"òÅ\9eB\1\9cR:Ùô~¨~þÀ½\84\ fù\91o d\18N£\\ 1ÖAêq8$\18m÷d\83\8eê\9c\94XLÌ9a\ 3<\1cÉ\19A¯å\1d\89\80s
+k)     5\83\ 5"\1còñ¸@Wæ(f^áïëÅÌ\eÌ\88t3ÞÖ\87f¼ãs\81~S\ 2A6\1d!1Nã\91\ 4xÿ?ñ|ÎûÿågVXaRèè`\98p0\92oJjª\8f\9aåÃ%ëß\a\1d\99~Sb\18÷ò\99V\9a\ e_ÁpÇ=\89\81ÜË\80×\9be\ 3\96M,\93ý\ 5v4\7f\aÛ@\80¿¯_\92X\ f¾ë\aôJÚ\88%¨?U\8fP\ 4\8e\1e|P\83t\9c6Áß×\19'2VAùdÚ\91ê\81\ ePVß\82¶ÐÃê«þ>Ù\0«\ 6_>\13«\ f«Á\97\ 1µ=/æF\1aà¸è\8b+\92\80\83|Êx\85/"\10¼ÐÏjðïâ­ó\ 4\17\8d\95\ 2ìÈôÚ©\b=\19ÄG\bZ¿#5ptÞ
\11¡XÌh\89\97G®ØZø\rµð~ª±\ f´SÍé\ 3      13_\rñý2é('7CüØ%\83\83å\9b$B
+ôf¤D\ eNYâJuÊ\89\ 2' ³?\19/ñ5\9cë+¨\9a\12Q   .Ð\91è¿\ f=\99¿\7f\9e\7fþV\f\8e}¹Nú±mR0áýïdGÈ\80êgé\84õ¯\9bM'\8cÔw*\98}\83¤\86Î,qîP\93qBå¨å.ZBD· =Ó\81\ eT\8fu\80\ 1Õ\e\12¡~¨éµÔ\93§\9a
+äcM\a\9agÏ5\9dñaö`\93ñÁN\ e§\99\9cì\84´Új¡\vÊ©\1c\ 5ñ0§r\YíØ\92õ·ÒáÙÁ \ 4d\88úÁ \173Ona\89²# e\98\ e­\9ayÕ|!\85¸ +q\90fdl\87zï·"\86\ 3\ e\14kG\13ZÐ]à
\87ªÖ½N8Þ}¦\16\9e6\ 3\9cSéäÌvg6y¾-0§r\94 ôræQ4à¬\11P\8b\88=I\12à@/tdò\8dYÅG3\9d3"âí\9c\16W\8cQéã\13V\ 19+=J\91\1fí@\86¡@æ\°`^\a¬¾lþkËèê\88á\1d\9bð\86~^\ fd\16ÈëgVgÖsi\7fw¹ÈeÐr\89VBÃ\9f×ë(\rã\1d        \9f×2këç\10o\81\13ÐéL-\8e\97É\ e\ 11\15I\7f8©ï\ eWàè\1d\97%\11Ò\ 5\94(\1a\0cüXÐïë\9c)\15ë\90Þ~Ðjð\ 6JLáÁ\ 5é\90\82\90\1aÆ\8btØùbQxÖ\b \ fòÀü\eÜB½w\9d!´g#Jr\17ร     8 Þ\ 4\1d\91\83-"`?¢W1\1a¹ø@\84´\8a1â=\94\95(%(\ 1\1dÞKP      uÂ\90\f\7f_®hOYöä\ 4\9e\13ý\18\9d\0ôc\1e\15¨Ð\ fé\0eE*ä¡LY`$\10\9eX[1s\93@\19ô=ã\10«\98\ e\f(Bá4aã[\8b\86ó\ 4îÀ
+Õâ\r\9a±.\81]ÌF9H¬ù\11\8eñjfÌé2ð\16êð^Äf¤Ã{       :\ 2\a¼\975;¤àXF"ô\80Ä\ 5ºBa\ 1V\v¼hZLqv+ \9bMj3tE\ e|\11z"\a\94IN¥ß\14@W¤cK\9dÕw¤\85|\ 28¯×y\89ñÉRÆ\96:-ðàdJu`×\ e6\9c0C\14\0/&ƾTÇ\96Ä\9clH+<«\84\9dVx2+í´ÂÓ\13 \87K¹(ÿ(G~\92T\95\8cíX.Ê/V\814ÊI8é\86v¸¢\ 5ÝǸí:\1eq²®·\ 5¼Çc    H\1cïoÊ\v\9c\18ëýëVä\b\ýë \be\12±\ e\12O\1eÐ\vö\842uPg&\1eD³!cÆ0§b\18õòÈ\93V\82²9z×a\15\92\9fGu\94»\f:\912\9cò\80¹% \92\92\86èi%\83©ë#\98«â¬\12(\ 1«F®\9a\bGÕÈy\8e`Ýl0Ïõi°k\9a\11@pnøózó8üór\19¥å"yÀÌMAÒд'\8fz4\90BX«À;\8f×!B{«>)¿^\89<\12 \ 5I\8d|+\7fæǧ iB
+à`ÒìµÌ\83        Ðñ\ 5í\80#\15\8a%K*À{×a è(­ÝVç!?=YA\9dõ\ 1\ 6t#+t\94£/Ø
+\1d½çl\ 2\83v7¼\18\1aJ@NÈ£=\8c\1aí!Ý\82Mó#¼\12\19ú\11\9d;gG:ähÀH\1c©ü¨£\97B\8ft\80B|G+ïtû\80^;Õ\91öI\11¤\88\1c\91£ÙLçý\18î!£ÖÆ\8eÄQË\fíX/''®Ô\ 1Õ\17É
+èeIÁZ¨_\96`O¨ßÖ,(\1c{x¡W¨\ 3z9û
+ñ\ 3h\87\87óNÚ1\12\0U\81]\8b¦¼y\1e4\82¤Ãc\ 1JP\87Çb\10=9#íÀ\12\94á±Îúqù\80\f\8f\87t\9c\9cø!\10\8d\97Kß°ðýÈá\0Ú¿]ùË\9flûOW®Ó2\17\1c\8e\1dÄÒûdZß6\11§dwâ\13Î\9a\ 1ã¹ÞÁp\99=\15\8bÅöpÐv\8aÃÜð`¢\13Ìã\8cLçMÙpR¬SÇà\8cJ~\1f\97÷\8cò\11ý}\ X\89ux
+z2GñDgÝ\18¹"Þ>OËhXNw°n<Êé
+vez-t\12ÓZ*\81\fÍÀÁM-\ 2\14\1cæ~æÌ;ç\86?/·\ fÀxª\17ò.Z<åÌÎ8\9eêO\1aÈéT\86ÈÊ\8a\8f6:í\a<]ê\87»\ 2\932\1dã+\ 4eÓ/
+`Ræà\9c ®PæȯA3C\ e\94#\1dÐÃqÅgK9\1c÷bîQ8¦\13 8\9f\1c\v*Lê\1c[\98Å-¤\ 5ñÐ\93B¨ös=x\9a$\a·\84ä4\1e\11jjôów\rdÏ|­\12ó2{9\ e\98  \ ff?âü\18\f§\b¡\19ðy¼\ e³Û¡ê<^çk°CÕY|z&ÓËÁ\aÛÇ«¹áö;pz¸ÿ\b`$;`×T³;\90\17q\a\88\0\vÔ\0½\18» \1dT¨(/(ûy¼\83qD5 ²\81\15Y\90\83@..í¦ôô\81\ 1:\8f\1c!ÄzÀ¾,á\97ßÏòqÄ*±ÏãïY\10«wèM`/\1fÐmتv.\1f\90o»;¿ýè\ 3ü²­\80\ fx\1e¥à\15ÈiL÷"ç 8¼\10ÚDÇ\ 22ÞÃ\9b\17b×ý17¾\90\97$?^÷ÓVÀ¥\9d\bÏ3p´\ 2.h\ f=¤1\861O«aE\9bè(ºè$ûg!¢\8a\ 1âË\97\f|ÁÝ\97³\$.P\8f\15Ö\97ö\81µJ\13à×m¢\1eò\87-\9a%óë2h\88r%ïÁ<$©1½+²ë²\81' wEö¾î"Aý®(     ÈO\83ú³\94³\12ëí\90\13ôe\8e\ 4\9d\99~*î\8dd/{(W\ 2÷ë²Ùx\94\8a\aüº\fÇ#\90\14\91=¨x\ fô\v¿\ 5Ú¡lGiÙ5;\1a\92\a\8dÒ\1aº\82\15\85\ 3½v"aO$×N¤\1d+\91\;\91ìæ\7fd\88¼\95,\94\80ν\13p<Ô\9fU\84E\8c&\8cf\1fç\85:÷N\14\ 32½ðz9÷\1a¯\9f/¼èuOÒ´\88\8fÇI\8dþº\a;CÇë\1eèË<¯{`^渵¬p\ 2\8e\vV#½¥ñ\82d¨'%G+Ø'YU\7fÚ2\9bUõ;»±!±K;ì
+nzÌÎ\17\aÿ\91t¾àLùX\ 6\ e®~M\r\87\ 4Hçñ~\ 2¤Áïó;?l\ 6úË\90\bÏ\98\ eþ#91$\12H(µÕ\9fÛ\96\8cíX¿±*A²Czo\8b=\99~åWµÃ\r\95
+\83\81~¼+¢#âïJ°\11
+:Ø\1e\a\19\11ÛK\99\a×%ìÆL=ß\91\r\1f¯À½1»1CJèxZ\ 3ý\98ãÞyÇ®\\80\eíÊ\ eï¡ìÈz/ÖÙ̼ÆgZXaNåy]\ 3\1d\91ã|Wñ      Uöd\9dAiäÉÞ:sÿ\80µ\86\ fù\97ñ/\a?ö$o;\w0>ݵø>þÍ\ eü²¢²¼Çÿ$\a.w3~i
+\1c¿¯_k¹\8e?þª
+\13\1d\13ßn\v\ fl\ 5\7f`E\1f¨àpD>\10\13\9c\81\ 3³^à\f@4ºûÒ÷\ 3\8f\061çÛ\12â×rÙ\84ý{Q\a\91Ñ{\ 6ñ«þÔÂ$UR­ß¨3RCpuñÞtð\81Ò\8eWç%l\0u¾î\82a¾[\9fÁ/\8a\84â\ 1ù\805á:\7f`½Å\ 3*ÄÚØÖÏBÌÂC»ËõÑI\ 6zÿ¡\8eù\9e7áÞ\7f\88Þ]Øýûé\ 3\8e\v@Ã|Ïã\1dO4Ðï;\8e\89Åy\ 2úå\89\85äñ\ 4Ø\aà\16è+H\ 1n\81N\ 5d\ 5\85çñ:\15\90\ 1-\93\e³\ eT\80buq\ 3\8eÄÓ\98\rÐ[Ó&$@ÇÕO2\9cæµ\93\bSF:ä¸7(h\v\ 6F3=ÔA²\87µ>ÛÃ\ 5Y±T^ß$h\8fÝÎ[\808T\88\b±'uô¶]\8b(\ 2\8c6\1e\90õ;\96T/Úxy$r\89\ 5\83\rj¡\KÕÙ\94\86ZL$h\ fï\a\12ä\88ó3%ì\8d]ÇJHÊó­\9eð\95\ eL\1dpû#\91ó
+t"\1fâ
\ 3n\86®Ðñ> {Â9GÖ ÷GVÈ\11o4\ 1øÔ\8b¬ Â|B_AÅù\84£3,:\9eé%]yA\13P\16`p1ÎÈô\9b£\15Å\12\ fâ¾Á\84D¿3ØPBâ(èÉ;ÒB\87\ eìX\ 2:V(§\84ø¡SÁ\9eìþÐ\89\82\9dQË))R\97à\16\82²4\ 2\94ì\ evR¤\8e8\12ý\9dO\86\12Ðñê\82\83\89\90R\19\95Ò¢\ 5\13\ e8kfD÷PtDC&¤Q>ò   °V\94\88³ÝcW¬Ãµøp«ïÀ\86ý\80£/*ô\ 3\ e*$\98Ö;ú¢\8a§sÚ\17µ\9fM\ai9ï\8b
+\95X\7fà\10±\ eè}QåÓ)yã\ 2S2=)îpõdJX3ÞBù\ 2½BGè\88¦-\9fH{\9c\12@{:\7f\19®3!\150ÜqsÜà¥ËÏëÃñÏËÕhíÞúòó2/f\f\8eå\eãÿhý´$3¾Ïd\97ñr\10\89      Éß\11D¬¸Ú¯?m|»w¾JP\ e\84\7fþD\ 3©\90£éC+'¼.@oúÐJpÆ&Àx\84°\ 4u\88·UàLë`»ø\1eé ]À\8a\8dX¯k^ñ\16ÈNÌPòá\1eÒ\ fìOýÀ®ú\ 1\82ÏuG\14F\89\0+­ÖÌ\88¢c\11k¡PÄ\14Ú\aÞWvç\ fèÌ¢ÆØ\7f\9d\80Ρ\92a Õ\ 1Ê\8c´ðî é\ e\14è\a\1c 5òÄ\1e\90ºB\ 1èDH\15O@¯M_\8aäH8Ê\8d¢¹\ 3`L\96Kmû\1cÀ\98VhE:\9b\16qD2À\986\18\8eåhz¬ü\91\12îH\89\1d\0£1\19]? ?u2\94y\98Pð¾®Ø\91èdëq6©4\94\115\98¼\1di\86ZLñ¹\f\95HÇç
\ 2Ù\13å¢e$t<L©<½\85«æË9\11\11ôåzoá\ 5[\81Þ[x\95ó\ 1Æd\ 4% [Ñ\86u@\7fß°iÁ\80£Ü8\18èï\eúÙ2\8cn\9d       F\1a \12è\r=\ 3\8e§²\19\14\98\939\10JñpÉùöáÑÊAø\8f¢)°\82ú\15n\ 5\18oF:ôÒ,Y\ 2\ 5JP¯\88%9\99NÃS5|\84"\94\15n\ 1pD\19\17æWhEù¦\ 3ñV\85ö\8e.\aJýNë\97_¬(Uáªâ]ØVÖø]\ eyÌàc9dù
+ø®c]ÁÁ"\15½µð\96Ð\a*¸ó¼\96\1e\18ν¡\ f,à²\ 4×C\1euÑh     ±%2Ø«&\ 3N\ 5\14¾\8bJ/\96\94e\8aÏzÔ\0*\1f eÁ\ 1\9d\ fAU*»´«1 \ flB]ï[\13k
+Ï4±&¼\ 4Y\13\ f:!Q\13ËE\88áͨôÊìÞ»ð\12s·Æ\@TÅþà\95V|\8f_÷Ó\ 4n2D\1eù\e¬~÷rJ¯ìâ\17opw'H\8d¾ù<\9a\0ο¿\ 1¬\v[ÒVÐxTXLÆoh<ªl¦\84Dh<\0)®*Ô:ÔÚïÿ*¿¬<~n\ 5­íÕèU\80²\ eÇ\88W\0(\9d®8\8f}\0\89ð\95­\8d\93{\1f|ÀÁ\a\92¡\129êÛsÕ´\88\1fäùfFs%ú\ 5ê¡c       5©\8aÌ>°ª\96ÄPg¸\v\8e\12ý\ 5©²§D\7f5g°~.Ñgée\á\fîé%e\aÚrÿÀO=È÷Äà®Hm\ 6{\03\88YæG:pgô\ 1Á!\1a¥Æ\ 2\96àx$p\0Ç÷\ fÄ,?\128ê£ß1e\9d{$\90 Gº#Ï;£c0äù²\ 2½Â;ÿüÀ\14hgÈóy¼\ 39N`¼\83ªÓz½NOÀN)£        Pèz\81\13\90ßÿ¦Ö`q´\ 3\9c\80\1eþ¾.À\15j\80Þ.¸ñq\\ 5¨Cï­£Ñe\ 2:-Ì\86TPjËf¸/V\ 19³2B\8eë\aäû\97\1cÐ\fôw\1a9¨:Ä\8a\93¡\ eé\98c\84\17Æ&¸~½OkÚ\9b\1f>m\80Îî\94±\eÔ«»ó\ 6b\99\83   ¢ \eptgÌÅ4`\9d+)´Nµc7Æ\8a«¡
+Ên$C7êhGs4ª\95t\80îakT;VBV\1c½h{8ê3;t#\1c·F3p\98ñ\ e% _\1dìH\a\1cW\aÆÀ\7f>c:®\ e:n=p\84\144\r\ f\83ÙÁæ¡9\ 2\86\9bã`&_\1dX§Ú\8b\bõî\86ÆÆ1öål<6\ 3\99Ù¨\90\94Pf6*0%t¼\962\ 6ý\91\føØ\97É\85\99V_=í\f\8f\8f\9c¡\15XÏ:âg\85\84\96g\83\11Y_\0<\9e:.\90vôû\9e¦Ù;¶d9«¬8)\94µ°\ 6<\ 1\1dòµ;¸¡\bY}´v4ãã¡\19ÊG;có\98>ÚU\9c\15Ê;`\17á¯Ìd*\98XBq\1a\8fÂ9\1eÞÞZ\8d\86Sþ|øëòc3;T\9d\87ËG\ 2;R\r×Ϊ£+\94½^\15iG¢ó\ 4\84\8dx96\84oYæú,Ç\84¶ÏÑRëà\8eþ6ßó
+ä¢Ä\98\91\bõ>ËÖçõ"\ 1\akrÑt\80¢õµ¼\83àY\82ú©0.P\aôúì\ 5Ù\80§>{Õ\94\90NÀ*iÆVÀ8<ò3\17\16\e\vþH        )óõ\ e}(¢FcåÑH\89\1c¯\fR{z>Z\ 1çmF{(fôo\8c\18jÑýÅ'ï\93
+Eà \rNÚ&\ eË\9b\87\9e\84\11\9a\1aÓ\12\859»"\a÷u}\18Ê{\81òd<K\v\8c\ 6\ eîë\ 5MÀÃ}½@o¬s_¯Ø\19êÜ×\eÞ\ 3]\8dwèMuîë½>\8b'9À\8cL/n%I\8d\1aá\ 4tÂ[èI<$\16X\a\1c$\16( )@w\83I\rÜXêd\97Í\fíX/°ÎP\82:RÞ\1a6\8f\1\9d?Ì©\1cn W¬\83:H\89\93*G}³\96\96r\98\16ÇcG}sÑ\82    ¯o\86:à¨o~\18\8c\ e\9cøIJÓqâ\99\94æ]ß\fã±Îß~\0ÅoW¼Ïñ·\eë³?%¹\0Å\17\11è(gÄv¤£\9c ¦æ\ e\943i\ 1\9dB|Y<\eð
+e¬F:ñt\81®ÀÁ\e½\8bvÀZµ\8aá\8c\ 3Íø|¦7
+]°+Ðéh\bF¥óX¬\9a\86\84Q*ùlP`Rç1\83\1dFtY\89\ e\98V\13\0\ 6º+ô$:Ð]áñ\10Á|\8c\86C\8bF\14eMX\83d¤­â\9cÎAº,N\80\15aÕÜê   O\1f¸\17aÕ¯\15\16\ 67Òæ\83\97ßÏrý\89¥\ 3çñI>Ý\1a\ fF\9däï7\vª\9f\99\174 ·N2¯Û=IýL¼NqR;TÕIÞó\18\90ü\1d­V#\12\80^\80\15#ü}¹öä\956\ 1ýs´jMh\ 3à\91\805)\145\80WEC\15ÐQJ»1¾L@Héí\ 3\vü\80Þ£°b%ÔÛÝV¨DrùL¬x\13ep¤\974\ f´\883i`     8\98\ 4d/Ø\894Æn\90aÝX\84:Ö½#5¼Gbêɬ|fäÉ(ÆgøÐÀ\95R\84-\88JÄù¢¡\ 4ôZÖ\b\17 ??Ovã\\amHh=vjÏ+N\13¸§\ 2è`{\9cK-\15H§ªü\ 2
+ÊËå\ûþ\93u{?θ\8c\97\ eÖÇïoñÙïo«öûèYÂñû\96J\9cÇß_謷\82z{#´\82\ 5\94\bÞE\s1\vÆ\v\98\97ôÓGF      maJráJ´\97Ãç\ fÜ{xÐ\19عúò\ 1`Æ×\87rFKµ¡\ f$áíò%\9e^>\0PÒë[?{d\ 4gpï]@·Ñâéh\e©\f\ 5$\83ûó\96÷ݯÍàüÜMj¿ÝN\ 5ßã\8f§\9f¿dõ:9Þ\ eÆëP»\1d
+Î?¯\a³­\154\9f\7f^\86\b\8d\8båòóò©Ü\ e\ 5ç\9f\97Yr;9ÞEú7GN\1fhµ60GHüø@\8bm\7f´P6»ÿÖz|V\ 1º\1f\1ai\0\92cW\81_^\88\15\10Íï\ f\1f\a^\9f\957¡µ\91¹lÂýy\15Í     Í\ f½\8exs9aÅz¬ç\84\15í\82Þ\9c/\1aÀ7Z\ 1Ïë¡%éj´b        è\14\7f+\94\80^Ãb\0áe\ 2\8eÖáQte,+Æ\13Ð\eþÚ]ÃX\v\a%$\ 3\11òñÐ\17éT¥½\82ä<\ 1½\ f\8c%U\83-àm\°/Ó\8b\172\ e\87z\15PVã!Q¢òÐ\8c¬\8dËØ\8c\ 6\ 5(C?À\1a\7f7_|^\80\90°#Ò\1f\84ÊñPsUs
+"ÁMså¼q8^\80N°·#3Ö\8b\1f:¿Ý+\9cÎ\15?\ 4¤Ä\8eâ\87\0uP/~\88ÏÜÈÑí[r#Ë        \18ø)Á^¿rþ\0bÓÁ\1c&97.\9b£×î/÷Ö\82#ûÉo'\99!/ \81\97ð\14dE@\8bi\e\97\8aÍ@gY\P4t\80µyAjèè¸l}¿ÇzHêÀV¤F\8eç¾Ø\93éÏ}7\98Oè%8\etDzÓpã\94:'D÷Úx^\802\9bSZõ\ 6<[é\97Î\ 1;\12\9dÜÍ\9e     \ e4\887q\81\1a _û§\87çó\92Ô`Êz~c/àhÂ\ 2?\80êºÉCIK¨ÎJ¨?O(u\95ö\906ÂÁnè^ÚÎk7 +×;ÏO»\91Fqhnd\94OÐ=Ü°#\96¯N­i÷¬#-rF5xãçNhÞ\12¬\96P\8d$ÈÒ\81úÊ\88\1e¥\ 3ý\8dß$Î×ßø\8d\8f\96ì\91\9f\16\vé\ 2°#r4Q\11\11\9eaõÈé\ 3:\85O;Ö\1c½f?2øÐ.(?ÇO\1d\8bÚ­çy¼\1eJwôóz ÚÕ_'\97-\ 1þ¼£öc\95~\9f¢c­ þ*}p¦#÷þÍ~.\13Ð\9f\98\99Þþت@Ç\12ø\»1½\83EÛA\8aî\95w\14¾\8c׫_*¶\1fù\9dwl\ 5ñ×\ fÈÙøñÊP[\ 1\88&àèó½@\rÐç¿Â\1dÔÛð¬Ð\ 6\ 5\r6\80øMìyÙ\0\14\ 3É\ 4vd\83p\aÙ\aà\ eèÈTÀ^Dïß\11\9e©@
+ÏTÀê>fU EM\ 5(6Ø\98\ 2®\ 2ÔIØ2\\80^9\93±\13ÐáÝ\8c\ 3P7\g¼\ 5Ø\ f§\ 2ý¸\1cIS\85¿ïèà\82TÀñ\9aÀ^H\ e·\80?±Ä[ +Ñ
+­P¨dµñ+rd:¯©u`\11\94\88\89\9e\90CÔx\ 6r\1d¤QéÍz²\8c\13B\99t%cOª7(\8eX\82B      Ýkäq\8f\9e\e%h|\892ÿ<\10ÜË\7fè+Ñ\84\rA*\9exwú6S\ç(¤2ö¦:Îß.ÛF\19\11\85\98¡/t\14\8aDèТ\8a³r\9dÐpIZNCg° Ct¼ô]\9f\19ûBG«rì\8c\1d\8f\168Øø´\83\r'ÃÃ\a\v\87\97\a'O\90Àu\15A\18¡3ó´ÚÆy\9dÞe9Îj\81ý>Ö\ 2\1d Lp\13õ  @Oæy_'\1e\8fù\13\8e   \8dZ\85ø\82N£Vë£ãµQáM\1f¯Ë\82}¹|6)í²nÖ\93\19\13ÞlFb(ûìÙÊPöÙ³U\81\1e\8c\v>ÜÊ¡ìhß"\1eÏ   Â\e4\84\87÷  Ç9©Ü\9f´Ê\18\1d\83¨Ë#\r¬\18¢\93oK\râ\1eù\10v]k\b÷%\1fD×µ\1f\ e Æy2kã\178^NÇZ\ 5áu¼Þh¼Âñ:\97]ÛÿÓx]\81íH4\12\1f\ 5\b\ 3\92\9fãm\99\9di.\13Ð\8b`£&\0Z\ 4kiÀk#\ 6E°ä\ 3\86\92\8f>ÀQn$\ 2G\11k.P\84z\11«\1d\13ÐËx\rÞ\19ï!\11¡ÁÜ#\11r\98\19\8aP\aY\17(\ 1\99±£ÃÜ\83ñ£÷\89Ó*°b3v<p\\1fîÀ\8eü°~ªí0÷@\ 2\1cæÆ~D.:±Bêñ\ 4>¿o\1czR\16       S{\15\82{$ä\85Ôh\ 6\8ev+        \852G³\8e\ 1\8eSC\1d\92Û\ 4¤¬Å"\8aP\16¬C:R_p0\97\99\83RQý\b\ 3ºñ\ 4t\1a»%IÑ\94¡\ 2Ö0æ2\ 1½îÈ:\8d\8fu\805
+\87J¬×1\e´óúß©º#ë4>Lè8J\r\1d\91\9c\91[%öl,é(÷l,1"@!£"ø`\$%äD~\9a\ e\8c\98\ 4§sRc\ 2\1c'T\ 4¡ÍíÖùbEàX\8b\91\99\ 'u\14r¯Ïv b\1d\92\91\99L\1c\99\8e\92ã\8cPGX\17Ñ\93Ò:äeÓÂ9s¥\19æ\84\ evâL\8e¦:£ç¦ùb\8eRã     è0¹\98\14Rx\rº2\aB\v\ f·\1e\846j\19\r\ 5Ù#\f&\8e\ 4S"½\8c\17{2½\8c×à¡ÙpÚ1îÙpZʳpÚAnw8ý     r\83\ 5è\f\\1då\1eã\v¬á\vÖb\9dI\10\9fnu2GìÉP\ 1\vû\80x¶¢+ÀY¡¾\82\r\8bPïµ¾g1 \12\986¨g3ÖïEó¤L\8b\8d\ f\90X-9\ e§\ e"¿gfXaN§#4\15\82t\ e\9a!L\88hi±
+\18нÎ1¹\19ν~æ\8fb\91È\fè4\1c&#øç\eåÇåçu\98\9f×\10Æo\1e@´zO¯\8a\80¤ïÁÉ\rç\1en\1f\1a\11àu\ 2:Äh©Ä:¢@cÔC\e\1aïè\18\93%\r \0cF¿ï©¥.P\85õ#\85\11ù\8d$Èiøê3\15¨X\ 2²\r\1e-c´-`ÅàP\85ôbpÃvÖ9
+¹¸!\e\ 2FHIð6,A]\89\ 2ý\99>q#:D\1a \ eéð\18q# \86\92}@ÛCÚp&Á=D\rg\88\ 4ÒC    $¤ÄÐ\8fà@ÞQêµ|\ eä\94\a0/od`ýÌ\ 3\88Ø\9fÞmÍq0Ó»\ 6U\1cMõ»\92\8a\94ÀSP¾ÀdF·£\ 5O@Î\a:N=J\bx=6\f\ 6\8eÎêÐ\97êl\94\86\ 36Ê!Ì<\99Ov\98y\98Pb\ e3k+~u\ 4z[lèÊ\1cd\130!ò ¼IËh(º\ 53*\87\19æ\8cìX'²Ë\19o\81εPÚ\95åÙ\15:0Î\ 2÷@Ç·rUs2F×\81\92BGÏ\9fE4C
+ÒÂ\9cÊ\81ou\98x`ÇT\82+´cýºhÃ)\8d~]´Ãxê¸.Ú×G'\8b\ 2\932O_o\94\91xz\95\ 4¬\ 3:>\ 6\932Çó¤\92ðÙH/äL\1a¼À\e{c-\92\1f\a\15ìËPZÇ8?Ä\8c\19üêË\1c\9dÁµÌ\96W3ãÜ^Wdâ\8bt\98uU\ 3\12\11!ôE\8e\ 2\ fx\ e5\848\13j·À8?d\90\82 \84\86ó\8e\ e\17¼ã
\99ä¼´FM\ 2´ :ÉH\1d+hÖ¼9çÜxxĶÆÜc%&@kûý%;ïþÛð\15\fw$\85\eúyÇѬµo»L_\aj#üy¹\8eÐn|Ï?/?h0û\e\b\9fb\84\8d3ç2^Öþ\18ÐïKU\ 3¡Á¼-£>}\0a\ 3×\84ú\9d\8fÚ\8d}\8d§\8c^ÇÉ\v\1aï@\99­\fóô\ 1Ýx\ e\ 1~«ßy¼\8e\12\9bûº,@ ß3jí\96ȼN&\83\84\9e¬ÀR©ó
+\1cÔÚ\v\\81ÌäÙËÉÏ\13\90Ë@£9Ðóx\1d¦Îx\ 17\1d¢(mA\13ð4]ªH \1cM\97\fh¿X\91^Mmåä¯\94p\9aX[1\ 3N{\82ìX¿®íõä\97-pôv¯ð\ 3ú}ÙþP\vwQ\v\ e\17#Gh\86z55ñdúUAD±ÀQQ\9fT\ 1\13Í\ fñÆîÐ\8aå#i*é\91\r\19)öôï×åQ(ë\9c#ãPF¨áí<8öB\ 3Ò\92\91\rQ\11¬U\14\ 1îÄ\9b¶ð®\83=Z.ù:ñZ164"ýLÞ«¹g½À\ e\95Ø\81²¯\8f$x\14sK\12ä\9c\8fÊ\17\869 `ª_\18öjòK0vô¥G+Ðk0{5øE\87\1c\8c#QtD\842¥'TaîÂñàõþ>T\9c& _8\1a-÷U\adW\9a+´"}\v\17\94M8¶\10;2O)5\8ae\90\10\98èÀ¦yB^ \r\95\9f}¯`\87       ÙÝ\8c8­5\9e\81D\1dô.Æ®Z8â(7>\9cê}Ù#Öc\1ddÆ®àî\fy9¶\96\93q\94\e\1a\82\8eðf,\ 1ùµ¼uE\1f\8a\90·5Çj¤cÌ\15\1em\1c0½x´¡\ 5å\v\fhrH·®è#\80\80cÜá\91+éµÌ#WÂ\9b\9a˾\88¬\0¢Lz/Ó²ã-¼\ 1\ 4ì\ 3\15æ$\8e\8as
+\99ô¡Â³\95㢣£äü\90Ô\93\8b \ f\aɵ¤jTÌ\9c÷\81\raùYñÍi¸\87\97\9f\97ó   ;\14\9c\7f^¯ZØÑôõ(`]É/ãå¢\85\8erçu®h¡ÃÜ#ùójè"í?/fF\13pð%$¤\7f\1e¾\ 4{\17\95·I\84/7\ 3>¯@\aº\v´ ½\96¶ \1dp\14-tÒ\8fË\aô«\8eÚ®:N\1fЯ::çÇy\ 2ú]G´"ÂY/\12±\17»)\11/G\86+p\94#CG¤óòÆ\1d\9a¡\ e´ïð÷\1d\9c\19Ø\8f»\9b\17ÎzÒ\ 4ý\90§÷_D:4\ 1²^& ³s'\18KtÒ\90\f%¨³s\eJ;TA\86òBOî@yU?JäWµL\84\8f\87& ÓE,H~\9e{\8aE\v\85Ô\ 6I.%\17l$èÅôóL²«¢Áx\ e±Âß\97kP{!ó(\9bã\b'\\80Þ2\8edS:Ä\1aQ>è¨}ËÐ\8b9^gfèÆ\1c\8cÀéY6ÔI¡G\12 \b!tC\1e%(ª\12\902^\98Né~$C?æ©#^à¡ÂQÈ\8c\ 4àa\9bXµXÎù2Ä-ät\17p\võZr\9c\8déµävå={,³Î\85Ó:Ð+¡'\8fe\ 5æs\ el\8e82\9d+Á^\97Í\1eËJª\8f\1cQ\11Ó)\ eÐât@¯%ÏX\aä\ 2¼\ 2\ f\86\8e¶u\ 5fÄ:cIÅù\88\8e.ZË£Á\16ò*hìÈt\84zÑNE\9c\14\1aJÐÑù\10[\91¾\ 5\9bjƤûå\ eÁ\91û\85%­á\rø`¬×ð\ 6¨Ä:¼je\88C\1d"¿\1f±\19ë\01ÉÈdW^Ås!\9d\0td\ e%êeÔ\93V`ØÊ+3\9c¹e±SÍy¸$ÿã×Í\84^R\9c\8a#v&\19ü<#\80Ûë»jã4\1cð¿qVæ(J\8f\ 1¼\15\8cw±M@\ 18z\1fnp\ 2:©r\82ú£\17"§V½u\1e/G\91^E{Y\80ìÂbÆ[ »\90h]¿F{H\95¨ \ f8¨½ëS\11ThÄzûÈ\ 5Z\81ÀMß\10êW&ð\8dP\9fÆß\11êWÊ\b\13ú­\1djã¯\ fIÒ®;\91\16DâçÇLô)Æ\ 6\86;2ÁÎy\13??%âN¨¢ñ:]\88=\8b\1cü>5á\bç¯?\ 6±\18\1cç\9eBu\17\80aûÔ8z\89Dà}£\9c:\8fwPöl@\81=wTè÷]\94=\vü\80®\ 25\89+`\94=P\ 5ô{Jó@Ã\1ddWTÈ\84À\81\98\81"ý!Àù\ 3\15\ 2Ý    lP\aõLdÃ^L¸&´;*´\85\1e\0W ß1\ 5´\ 2\a\81"q\92b ElE:#u\82: 3R'\18\bd+HÐ\ f:`¡~É\14')\ 6R)\8f<açu\1fè\0çuÇ¡Do`Z±#ÑoZ\17<\ 3\aå\ fÊ\86\1cÏ1V\18Íõ6¾Ð\91¹\9e\ 2 3ò<\ 5xæ    \13Éçô:ô å\93´\8a\e:2)\1a7\80ÛnÛg=Y§ì\99õd½\96\7f¸\aD\84\19zB?±ûE     \1dÄìZBCI\8f\8ax(à÷LØ\91èZhðìì
+HJ$\97ýôÇ\0£hÂ\19w`@×\95h{v.éo\ 1ÆvÈ>\0=\99ìJK\80®T¿..\ 1¦Õ:\1d\13ÐoI¢\18\ eyóQ\18Ðõ"ð¤Ù1½eIÚÙ\94Óª£X\0\90a#ÇK\82oläô\ 1½z¯à£\9d^½W*^\81ã¢I=]³{¦åQNXV¬Ä2UA§U\1f\87\82\15J@\ 6\98
+<Û9¨
+
+<Ü9Z\0ïÚÁ\84êÐ.\ 6\90\0»b\10Ï\19Ý\ e\1d|=Ï\1cAçë\99õå5Á=\94}y%\9e\b(\11~âZ{Nµ~~â:ê \1a\86\945ä¦j\ 1ãõP`ÏyÂgÂ\1d¦\0\12>3ÖPÂ\97\0\17/oß\8e\16\ f\84\99\0¥¯?Íì(ñe\ 6\15¡\ 4uZp»ª
+CÆ¥Ác\84Ñ
+øc\ 4ÛÄ4û\18\ 1ª°£\ 1hTMh\80\14\ fö\80_U­\92\rÒ߯h\ 1\8e«\86
+ç¯_5T¤Ä\8e«\86\ 5é°£?I\£ä\85è\ 4 \13ôÜõmÈ\119îú6¨\ 1ú}ïþP\0ª#¤´â\ 1\1a±Þ\1f¤ãÌ\93q(Eä\86tâº\14¡\ eË·U)A\e\92¡\91£ý¨²\83ü%\ 4ú}ÇmU\82^Ôq[Õ\19k\86\1a zANë\ e½ lC©j;@\ 5ho!&s\99þ\14b\94Ìðî¥p\aõd¤óÍÌ&#\9dof2\19I;Î%äd$\11?æ@\99Ë#G\9aI>§7\rÄ~Lf\7fËØ\8fé\ 2H0\9f\94ýxÎ0\12Þ¬\98\92²¿üØ72s\ e$wRvN+¯:r"@\9cÌé\ 2,û¤\e1\88\1a:òûM\ f'\85Ç\87"ýA\ evd:@»À|\n\ e\91\rZ
+qÔ\1c\82,`\85¹\84þ\9ae\83\91D~U\97q6§Cì;ü}¹ü3ÛÃÖÑ\89\8aSºãdBï¹\88³9!\1f¶§\14ù\8d\8a\\8c@~Û["ÔA\1d£OØ\88\0®CÀ½¤â*\fâÆ\13Ð9í\1f\9e\8a\8bz*¦[P`$ÑÙ\82*\8c\84:¼Záï\v;`\b9\16\80þ\96d\81n@¿å Ð\9e~Q\85ý £o(\9e\80~Qµ\89ÇJ\ e\91\ 45\ 2k\:\99ÓwFüÉ-¬Ä\91êørÄn@æ©8Þr¼ó©9Jî\9a \15è7]\1da\9f=Tt\88}x¨`\10½¬\84x\ 2Í\f÷9Ò²µÞG; ­\rý¸\8c̵Dä<Z'úA¿­\17o6Hè¼r\9d\95ó\7fÛîþ\99#\8a!RV?ýò S\80TL`úºç\89\r\ f\1an\1cô\93¶xöz\ 2l¼£\eL,Y\1a?¢×¹\8c\9d\90T\8f¿ÝX$£ã\804R]\aý÷\ 2\96ï¨\1an\a ËÏ;\98}\90Ù\vÄ>\8d\9a¨±}\9e\86çûÃ\ fΫó¦F:\8dO\ 5è~ 5Ï÷ñ\15 \0[Aã\ fîsðûÒù÷»d9,`ü\ 6Ö\9f1\14\1cö¯µÜæ\ f\12ßë\95°q¯gðû\8b>ÿ\88ä\87æÏ
+\9e\ 3\92ÿÍù°Þ\88\ 6e_~\1f¨/Ù¿\ 6\ 1\8dö\8f\8fߥñLÿR\81ú\ 3äG~¿ ù£ßg@4°?\ f\ e\8d\ 2\97\ 3\86\86 ËM{_\7fë"½\97Ó      \a
+]Lû×üs÷uNª\15íÞ]û¨ô7d=Uæ³IÛv·Þ\9c\ 1ò@~ÿ\18(ü>\1f\8f¼Ï]{Þ¾â>ÿ\83ò<n\17ùç\fb'þý\83\8eç\89ü\ eÂrE~ÌúrÜDïÏÈ| ÷ÐÁ³V$}Î\euì,ãÔKïËZ@ð×¹YsA©\8f\ 3=®0÷\90Í×àkwîaÃaâ\b¬\8fÕWCéËÇå\ 3{¾i\ f:-\87\9bôßÐ5\9aþ=tÓÍß\80óu\¾ìâ\99\85\80½\83\90\ 37\ 2\9eóÏËWàE;ðQ¼0\82_w\\80[Uõe¼|yi]H'Ï,%=\ 3
+\8avb\1c1ïÌ\9eØ
+t[úêÛ\13³ñ\89ë3X<\0i('w\85Â\a\8c\15äç\17äõtf~ìµd·QÖðhï1F¥ßulhïu\90Vsz\94\11\r\8c\ 36#\84\aªç¨\0\ e\10*\91ó\85\1a´\88Å[¦"áË\9a_#ôù²æ\e\17ü$:ZE¯Ç\89\82ÐæÉ7Å\86-\ fgÿ\99Gþ2{\19å[ß.{ýLÓÄ\ 2VCyÖÏLe,Ø·Z\9fuÈU\87§Þ°áó\8fË6Û^µ¯\ 3\9e;ÎÍ\81~ÝAͱ\80á²ÉXÍöEt²ÉXÉõàç91G@?¯\v¯!Ó³ÂKâì\191PD³\97ë4\8d\17\92»\190\rÔÞÁ)R6Åby¡64:\9d\ 2Åõ\10\8a,Q\9b>\83µ\91Ýè\9a³\ 2ÅuT©¯hëô"õ\15é­^£¾\ 1«ñ\94¨ï\92èéìw$z\1dÔC\ eÓñhØX<\ 6;Ï9<*úy\9dÄ\ 4¹<ý&2!\97åáPÉ`ú\ e
+\952©÷\rNo½2ÖI^]««\1e       \9fsÄ#»sPÄÃp¥÷\18\80NG×\ètô¢ò\15\ 5K\a==Ò¼ûÉ\8a¥\1ai\83v+§\1aiGv«7±ÝÑêu»Ù¥XÍk©5\97K)µ\91Óò´MDy\9a\87\12\1c&Zúò¡×rT\92g\94$ë<\11ÐkéXb\81\9b§\v¯J.\9f
+¯>\14Þ"  \8fâ¸íuýd\9eh\15У<\91\8fG\9a'\9f02:Y:N\18V?=\99'f\94jé'\f«¾\1e\9d\11!ÃTË\81b\87'[o}Fg\8f\bVy=:"ðÂiÉiñ\1e£Ènt\ 2ù\ 4W/_ß\94ô¾<<\8d¿_ß Å]\7f\ 1Á/\11C> \15ÍgròúGÀ@©ÐkèÝQ\91ÏÔ\1f¾\18\ 6>8\9fñƤ(YÐ\9b7`\9f%ß{\16ä³<½q¡ÓÒéX6        X [¿C`á\16îXªTóT©b¯#ëÎ\81B?\0&j\94tgÄ6?\99ê\18ÙülªSGÇËÿôûß~÷gñGüñû¿~\9d\14\8eÑ?\8ej\9bö/¿ÿûßâWIûë\9bu}ý\9d¿úñïþÛ?þø»¿ýÃ\1fÿá_ÿø\1f\7fü÷ÿüg?þé_þñ¯þï\1fþøW?þçÿûñßÿâO\7fûw\7f÷ã/ÿÝ\1fþòßÿø³¯\1f\7fñ·\7fü_\7fü\97?ýø\ f?þæO\7fú§ÿø»ßýÛ¿ýÛ×\9fþæoÿõë\1fþø§ßýe\\97¿þ\97ÿñ\ fÿçwÿô¯Ç¸¯¿ùÓßÿÝ¿ÿñûÿýÛ\7fùýkvÿ\1f\ 1Rù¤
+endstream
+endobj
+432 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1015 0 R
+/Name /Im413
+/Width 26
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a8РÎxð\80;\18\1f8ÐÎÜà\0Â|P,ÃÎÐ\80À\8c\f\12l\10,ÃÇÄ ÃÏÂÀ'ÌÁÀüð\ 3\ 3\0Å$\ fp
+endstream
+endobj
+433 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1016 0 R
+/Name /Im414
+/Width 19
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`H`\0¡\ 3 ÄØ\0\f Ä\ 6F<`$\ 1C\ 6`\84¡  ¢\ 3«&\ 3\fM\ e\f\f\0³¯
+\85
+endstream
+endobj
+434 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1017 0 R
+/Name /Im415
+/Width 41
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\1a\0\14r\ 5|
+endstream
+endobj
+435 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1018 0 R
+/Name /Im416
+/Width 26
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-È1
+\800\10\ 5ÑIHa\11ÄÒb\11\8f\91Â\83ÙÅcYæ`BüÆ-\1e\ 3\ 3+\fÅ\9dî\86P~ñ\10\83$Y&YÜîê\ 3\8cÀg#2\ f\98^§·\17í\84
+endstream
+endobj
+436 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1019 0 R
+/Name /Im417
+/Width 27
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þ À Ç\93À`Àô\80á\ 1ó\ 1F dn`<ÀÎÀp\80\8f\81¡A\ e\88e\80Ø\ 6\82\19*\90ð\a\fÌ\82\849\18
+ÀX\80Á\82A\81A\82Á\81\81\87±\81\81\9d\8d\81\81ñ\a\ 3\ 3\0      8\16×
+endstream
+endobj
+437 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1020 0 R
+/Name /Im418
+/Width 32
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87ùÿ\7f æ?À`@-Ì\ eÁ     Ì\ f\18\1e0~`<Àð\87½\81¡þ\1f\ 3\ 3ÿ\ f\ 6\0þ\95"\82
+endstream
+endobj
+438 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im348 361 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im160 167 0 R /Im110 117 0 R /Im93 100 0 R /Im102 109 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im337 350 0 R /Im243 252 0 R /Im240 249 0 R /Im335 348 0 R /Im281 292 0 R /Im255 264 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im419 440 0 R /Im283 294 0 R /Im216 225 0 R /Im221 230 0 R /Im227 236 0 R /Im301 312 0 R /Im420 441 0 R /Im218 227 0 R /Im216 225 0 R /Im216 225 0 R /Im233 242 0 R /Im393 410 0 R /Im226 235 0 R /Im216 225 0 R /Im228 237 0 R /Im216 225 0 R /Im222 231 0 R /Im221 230 0 R /Im219 228 0 R /Im278 289 0 R /Im216 225 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im360 375 0 R /Im108 115 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im137 144 0 R /Im96 103 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im128 135 0 R /Im360 375 0 R /Im137 144 0 R /Im348 361 0 R /Im293 304 0 R /Im133 140 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im74 81 0 R /Im130 137 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im98 105 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im124 131 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im111 118 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im111 118 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im130 137 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im112 119 0 R /Im292 303 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im123 130 0 R /Im135 142 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im118 125 0 R /Im130 137 0 R /Im292 303 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im120 127 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im124 131 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im111 118 0 R /Im100 107 0 R /Im108 115 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im240 249 0 R /Im243 252 0 R /Im335 348 0 R /Im243 252 0 R /Im242 251 0 R /Im258 267 0 R /Im255 264 0 R /Im260 269 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im118 125 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im107 114 0 R /Im113 120 0 R /Im123 130 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im107 114 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im120 127 0 R /Im74 81 0 R /Im136 143 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im214 223 0 R /Im119 126 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im101 108 0 R /Im74 81 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im280 291 0 R /Im260 269 0 R /Im241 250 0 R /Im239 248 0 R /Im239 248 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im118 125 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im120 127 0 R /Im74 81 0 R /Im160 167 0 R /Im123 130 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im74 81 0 R /Im122 129 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im107 114 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im136 143 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im360 375 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im118 125 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im212 221 0 R /Im74 81 0 R /Im212 221 0 R /Im74 81 0 R /Im272 283 0 R /Im120 127 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im74 81 0 R /Im109 116 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im123 130 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im74 81 0 R /Im130 137 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im112 119 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im136 143 0 R /Im126 133 0 R /Im103 110 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im360 375 0 R /Im108 115 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im137 144 0 R /Im96 103 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im253 262 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im107 114 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im245 254 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im103 110 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im246 255 0 R /Im128 135 0 R /Im360 375 0 R /Im137 144 0 R /Im348 361 0 R /Im293 304 0 R /Im133 140 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im421 442 0 R /Im236 245 0 R /Im227 236 0 R /Im393 410 0 R /Im216 225 0 R /Im220 229 0 R /Im219 228 0 R /Im227 236 0 R /Im232 241 0 R /Im420 441 0 R /Im227 236 0 R /Im359 374 0 R /Im216 225 0 R /Im289 300 0 R /Im218 227 0 R /Im216 225 0 R /Im216 225 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im118 125 0 R /Im160 167 0 R /Im291 302 0 R /Im120 127 0 R /Im113 120 0 R /Im123 130 0 R /Im160 167 0 R /Im99 106 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im135 142 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im128 135 0 R /Im160 167 0 R /Im135 142 0 R /Im293 304 0 R /Im131 138 0 R /Im133 140 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im125 132 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im118 125 0 R /Im422 443 0 R /Im135 142 0 R /Im135 142 0 R /Im120 127 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im213 222 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im213 222 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im115 122 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im118 125 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im422 443 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im111 118 0 R /Im101 108 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im107 114 0 R /Im422 443 0 R /Im135 142 0 R /Im135 142 0 R /Im159 166 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im116 123 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im120 127 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im213 222 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im101 108 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im95 102 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im160 167 0 R /Im99 106 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im135 142 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im115 122 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im100 107 0 R /Im106 113 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im397 414 0 R /Im257 266 0 R /Im259 268 0 R /Im333 346 0 R /Im243 252 0 R /Im260 269 0 R /Im256 265 0 R /Im113 120 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im108 115 0 R /Im103 110 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im101 108 0 R /Im118 125 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im116 123 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im109 116 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im124 131 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 439 0 R
+>>
+endobj
+439 0 obj
+<<
+/Length 1021 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÏåJrÜþþ\8a\v\7fSO\92å¥a\vðÆ° Yjc\8fF\96l½5\86à\7fïÃïT²\9bdÄ©È"\ 6¸sÑ·yXÌÊgTVä?ÿöç?þù·øãß~ûçßÊW]Â\8fð\15\82ýsùZSø±¦¯\1aÊ\8fµÄ¯¶.?þð÷¿ýî¿þ}\8eÛ\8fÿü\8f¿ýù/Ï¿ÿöùùöúÅmýJËõù\14Úõùú\956ôþVàûoÏ£÷ï\7f\12CøjÛ}\ 1ùþ\ 3\ 5\86\15­àõ_n?Ðn\12Üÿ$Æ\9f\9f°æ\9f+(×\1fX¿\1aþ\84\14¡\f\93º\a15m\13¨\10\84\98¿¶\ 2\7f d¸\82(\v±¼ô(Ý\84\18Á\ f\90m¬P\91Ð6\12!.E\15bÂ2X#\\ 1ø\ 4ö\ 3\9bú\ 3D\88[Õ4ñ.\83\97ô_ÿ\8c-\1dzðë\ fTY\88mZ\13ß+Ha\81+¸ù#fL)¢mÌ   \18\13\94ð6Þ\14éîÑú'¤\rìBN\921íB¬\19mc.7\19\94¯|\91ÁûO̧\87öË\17´Û\1e\94¯- ÷¯Ý¥\9f\1e\8fa¹?\7f\r)ï×o\19<ßn:ÄV¿­\93«\7f?þRaðö\9b   ¤¯í¶ý»Y¶\r=¾ª\8b\8fA\95ýõù\9fÑèýþõk\8b\87ðãm\ 1ùk\81\9f\1f#üþÛæå¯\88? .p÷oN\88J Áí\aÚ\7fý\0\vfÛWH·\ 5Ä\9bþ°\1d\8c¹\88[\88Õ?f¤\ 2ñîEÓW$±\f.àf¾t\v
+6@°\ 5Ø\ 4öX¨Ø\0ÝÂÚ¤-¤;°¨;@Þ¿l\92\11Ñ÷¯P\ 5oï§\e\b=à}\ 3éú· É\8fîß+\8e?Ú?Kª\aò£
+ØÐþÇ{BÊ\9cÐ+s\14\9d\10y>"\ 1Æ{>Ê$\90"\94àíù{\16Ñ\9fOx\ 1 \88Ý\9dÈ®\82{\12ðþ\81\977«?½\98ìFS~¶\87)?Ýâí!s£\89x±Û\ f0+N\15E"Ý\8b¤\87^,-j*@\ 4°¢H\fâ\bÝ\ 1ì\86\84\1dèÏ\8bn\84¾¿A7v{ÿ=\93¶çÑû_åòý\aÂM\82{2\94\ 3ÌE\96[*\9e¿2ÌDó+\19ZËë\a
+íç
+n?Àt([i>Lf°\15æ\84³)Á
+ßJ\94sÖ²!¦\ 4\15\80l\84È°@5ÎÀ\13±\1f\80+¸ÿ\0\82¨vCÌ5 _z/¨¨\f°'\0ñ\94<\ fó\19 C\16Nòú \9c|«Á
+sÒ(dÕ}\ 5\eLÉä² o8)¾)2\95!t\ 6zNS\82f\89Ì\9b\17èKôhR^)É\93\9c´à\8cDÎIK\84:,ç¤Eôdlÿ
+ôd÷ý\v7lêý'%whéôü
+b\ 1\86e:μ´õWý»Ã:Ì\82ZAÏ;\8aº\10À\ f8\8aº\90à\ 2n       !]@Ô\16@ËÚ\98á\ 2ä¤<Æ\r-\0¤#\f\18xC#\97ç\ 14\88Ó\89\98\80{:A\17\907i\ 1¼.Ç\12Ô·°j[ÈÂH¬x\ 1rU\12\17\13áò¹*¡_°@3\f ##J´B\11Ü\94\88\8a`Åv|\13\ 1\86d¨'Õ\11:"\1d_\8c\rù\81{\1c ëoËäú{U\ 2ý\18,Ë°
+¤Ð&ý\90\95æP\0²\0SBnÀQ\96%1\12в(k*Ì\9fG~\14\82\e¬²Æ¡Dÿ\82\ 2uXN\ 6S\15c\19ÿ\81ªý\0\85W\96¬92º\82\ 5o\ 2È'\bº°B5\16\10ª~Ì´Ú\1eÔ\11ÐO¾`Ã\9b \7fÁ¶Há\90bd\rÆã»+n·ÂÐÊû\f\16\90³ì\v÷ò~Ï)Ï?\90\8apÒf?°À\1f¸\85\fw|`\a\18®\9f\0\ e+î?ð-\83\94Ñ
+6\19\11\ 6ð\ 3õ¶\ 2\96\98ç\8c\84xOÌQu¾'jý°qYOÇ¥å¦\86ñ«\öàý'¯Êö[\82\97ç\81!á÷oñÙû_ñüÑû[\0ï/÷\ 6\96\ 6\10\9e_ûOÎ?\906a\ 1\97¼üü\ 3\11¸ó»\1d~§$ýÄîò\ 3÷¾\83ú\15 \19Å\ 4W\90\ 4_\16ú\91Û\eåZÖ\97©\1fî<ßãÁúµàî\8f\8cv±Ü\ fíËWÀÅE\a©®B\ 4i\rÙ\85\1aµ]à?\80Wpû\81úUo\11å\9d\9b#KLù¦H¨\15ë]\1dØ6\86_\82jV0\ 2k`A»\90\92.\83\8eR\re\90¾\16Ø:\11·\ 65QßFKÏÇÛH\14©mh\17î@\ 5³F;;\eZcú*\97\16\9a\15~\82Ð\92g\19:TåU\16b\8a¢*3EJ©>S¤\94Åmd.-e(Ä»Kczp$éc\87Â~\0Æ\85»"½D\85\vµ\8aV\90\ 3è\88Ã\90\9be¸5ÏAnkCÏëeJ?¾:?\7f¯RXnÖ2z\Æˬξ¬^\87Ë:`=Z>ï$êéùùy¹\8b+öF¸ù\ fègàã\ f ®4¡\ 5ÜûÀøû\91þèûo}@W\ 1È\87\7fÑ|Ày\ 1R8ü\8e§æ\ 2^\868(R\89\ 4
+\\80\8cõÄ
+-\18\91\1fX\90\ e\83c'vt\17\97\ 5\89à~tG\eJ×zXÁ/½\90÷#`\8e×!7\0Ï?      êÛO¾®? C\rGJ1þ\81\ 1ä7i\b\aä7k\bÉJ\14·+º@~çç\85ó×þ\ 1\11Ù\ 1ÐcTc½1¿\9f?ðS\8b¢\8e4¤¬m\ 1;ÆO%¾\v\9c\8b!ÉM±©\14i\v¨\ e\14\1c\8c\ 5;ºd\13£=\88·\12­}£/éåK¾q\86W¡T\7fI'ä\9b&¯·k®\80\1aT-À\8dÙ¯t\19­àÞ\98Í\7f\0y³t\ f)T\88-t=:       ñ^ãQ=À¾Dö\86©a=\ 2Õ \86ïs\801M>\87Ï\11¦Urg`\8em:­ú^ÿ\91Õ\f\82\ 1;>\18ý\0Å\1c¡/\82¦Lúiì\0b\14\94i7
+ÌK\1c©e®07w<\8f\17 \9bA\86\89\8dn\ 6Ö\11$\98\ 1[\0Ê*ôv\8e¼ªf@ÚqVè\aäS¸\8c\8b\14.o\ f\8bCë'\9a-¯2tdzg_      X\ 3@u\8c­°\ 4Ñ
+yGÑ3Oj\1d\12È8­\94óÚ\ 2\v4}\v\8bõs\f\9ý\80\82K\ 3¹Eº\10?(;ÒRa}u·\ 2*\82%>J\vË"Ç\12|\8cY\ e?\16?\1fcÒ/X¡\12èZHP¦Û&R\11l°8¹ybj\86\ f=aQ=!;\87\13Â\96\18\1a°\1dÈ9]\8d\10)\92u B¨J?K¯v\805RB¦\ 35©Ñ\18C]5CW*C]U,/Ù\ 6\18R{º²ª« å\ 2§Ç=@mD¯\97ý¸\9d \9e\1f\97}\98©ÿeõ²\vë7>\97Üæ<X4ó9¯_ö`Ñ\12\81Ë\aÈ\1eÌ®|^\16 {°\18\91\ 4\1d\17&{kòP\7fhS\9fÕT\97\1f\90Ñ\91\98\17Q\85\88\ 4ÊC  \14Q\ 2ô\ 3*\\80®CKÐt\88.`A[า¸` \b\ 5\8d\9d\1d\17Õ\fÉ\1e¬ò\1e0¤Xþ\ 4ò\ 3\rÊP\879\ 3ÞD½³0@-Òûú¢¨Eü\a°!Ë\99Ä\81ô\ e\r\91À¤\9d¼aä\b(R\9dP(tlaF®ØÓ]\9b¡\0ôîÚ\82¶P¹fÓOÞ­\ ff6\1a\93\11\90öåɾ\11γ\ 4õëÿiQU\88]ÛDÙÌĵÍq:D\16°á\84Fw\ 3MËÇøóx\ 1\ 6\1d\99\ 3]\vØ\8att-@3Öѵ\80B\81\ 3]\83~\10ݼe×F±#Ö\ 5\90PN©§\849C\15Òá½ü0!ÊvÞ5päT\82$#ÓÏ)ê³Ht Ì\ 3\15\1a]\19\9dÎ\89óÚÄPxÇ'ß\b-\8cåIGha>uwC´1¹õÖèÓó÷ÆdÆ\ 4U¬½üü\ 1Y>ö.¸®Ò¡)\98ÌxðŤ\16Öø¨©X\aÍ+)\98º%Q2\8e\ 4ú\17@? \87¢\ 3¢\9d\rE\aD;\19\8aJ\15=1ý\82
+C\81\9c\10\96\8aÑ\ 1ù´¯\1c\8e(|>g¸ÛáÛ7î\18ñÛ\ eO?\10ô«Ë+\ 4\1eà\94°¬\8b\96\12RCÞ\90'Ы\82²Áhª£ôÖ\13<\89pU\8809 ®\1a\1efõ5jÑ\8c\11C\8c2ÆUaF¤'4\aD<\99ÐÔ\84\8cqUR\19\ 2%ÆñØ0ÞÔ>\87c¦ÄV\95¤92\18k£Ks\0\ez;¸»MiùàêupÈ\9aqÓ$\17\8fñò\8d¾\9fbCV\11¤\ 1\85\b\85\0\ 6\12  qB\v@\ 6Ä\9e\87;x÷A¼\1d\17~\80.\80\8c\f\0©\0iEµ3\964d\91!\10i\81\12Ô\89\r_%Éw\18»Ø\80NlhÐʬ\11t\1a\9cy#Xà\ 2t#\80>L÷A±³àL¿\7fÃ>T>g\8bÐ\8d¡Ëû¬\15\18{\ 1G+°*\ 1ÖÉÛ3¡ô\99Å\86\ 2¼\ 1½ßÃ*\17±#Ö/¿[&1Vbò        Ð\11z0ê\ 4÷ÀÑK\f­@®ê\12vdúµ\82T\90\19\15+tå:»"td\1evE»þ?\12\ 1ý\82¥=³\83\15+\91n\aÓ®Ì@bèÊ\1cì\8a\r\19¢ã¤\ 5º2\9d\8f+\a\98\bc\90ý\0'\ fPv\80?\8f£©Þ\89\8c32\a· ^\80\ eqfu\v\18F«¹\ 1ÊmøòC\8f\12¢\U\1d&:Dü\90®C\v\94\80l\84G\17ðdR\9fqBåà%\14\1d1Çxµ²\90³\ 2"\ 1:ngå\86Ý\80\8eÏ\ 5m\viû^À\91\81\12\9f\812»­Ð@ægI}Ánè\9eT\ fÛ\80'\1dñ\811ûSÊ\vÈ<[\9b\97\82V g\84¥j¡\88¾\1f»!½\ 5uÁ:,\93#\96U«íy\13\ 1ý bÃ~Dw\ 3²#c\10óö(¡,\rK@?i\81\b\99£°ª:DÆ0^q\ fx\e1t\ 4²\19Uì       åª&3ÃAUÁNJv\90øû¤äü\ 3úIIÅ\19\99\8erg\14\ru Z:\11\87ÌtØ
\918\8e8Ñ°#¶>âËëe\8cÒÐ\99Ëóò\1dWKF.ÏËä\94\ 6ÎÄ\ 1!\1aï$î÷¬ãgF6vDp4\ 2\9f\17 \1fÙÇ\88$è¡x-â\a\10\80Îr\89óó:IoF; wÏÅ\824ÐAîY \ 1èä\9e\15\83òÂ\ e\9bG\16À\7f@4!N\10\v¿@o\ 36d'\ ei\11\19F\r\8fQϪÀ
+߯\83ô\eÞB\9d\ 5z1=\9d>0êQ\10 *\0Ý ã\8ayÀa@n~;Ú Ý:x\ 1¹'ÃX²\8an BtnF\82n\1c\11]3\8a[äF]\14·P\82\98¡\1f×{p\v\92 \8báVó\ 2\9c \16/\0ô+°.dh\85:¼º +ÔÁÁDR9ý\94\ 3çrú\alP\02yÒÑ\ 5\1d\87\fà\86\12Ôu°áP¨\83\83\ 1º\ 1}äF\14ý G¨¡\ 4ô+òF\951Èæ8@\8d#\89\1e]Ìãz\84µ!c+Ð'¿À\84Ð\83\8cÐÓÉ\8dSB9¥ÍÐ\93é\17BlvÎ0!ã\187¬)t\90~Å[ Û!öd\8eÑ7OÕx{\16\8cr\13}9GÙ±\12Ê\85u!)\19(\vØô\1dÕ\193\90\e\16f:ÑB\84\12¸\13ÙÑ\ f\809\99\87lc\91|)Ý\81\f\ 5 »\81\ 3d\1f¸\81!Èî.«¬\ f[.kX#¶l\ 4d\aª\ 6NÑ.äWFö}ZyQ!½\vyÑÐ\1d\ e\92c   Èw|\ fª\8cÉ\9c²¨\8e\90\1a\11td\ e#j°,\91\8fº*ôB\ e|³>¬\f«X\19r\84\\ 3\17x\17\0Ù\8bÔ\ 47@N§jÆ\b«p\15À~àY,7\13
+u.¥¶Tâô¼\9eQ\e\7fàùqÙ\ 3XItY½\9c\88Ø\85¬Ëór\14µ3ªËó2<ÛÐû\1dèl@»§§²G\ f÷«0û\98ʲ\eiÑæ\8d\9c\16à\9eaWÛ$¡v¯h/Ï{\9aØ\ 3ø\ 1eøÖyTÅe\ 1÷\euü|a\91\160j\82¿<¯Sµôó\89Ëó \v»\8e\17\bß[º\9fOì9@Ý\87öü2Oö¶\83w\ eÓ77ÿ>èÂ\16ð+\ 1¨Ì°`'\14W\1d\90}\80\8f\80?ߤçy\13z\86\1f Ð\8a[\17¼-`È^yU\82¾\aË
+ö Þgöð6tô      \8eS\9a\15ú\81 \9bѦÙ1\7f\1e;\12¹\1a\94\91\1dò#\82\84\9ewLé¨èyy\a\93è\b\99
+í'\ 4\8f\8e\bü\v°ç7É\91ñ&xl\85zÿrÂ:¬÷ñgìÈ\84d"\86ï\91\19û!Ã\1e\8dk\8b_ùç&Ü'l°p¶\9f2Há\8c\9d\13[òæT\8f\96 é\11ÿ\81EUD<\9c{g;Ù'­Ô¶~\9e\90ηaµ%\9c¶!éìò\eÚ\ 6\aµy\87×\86î\94å\85Ö
+¿\7fÁ\1cçM\83i\8dÞÉ\1dÄ ÎùN ?Ôé>\ 2\12¡\ 3£\8dÈ\9f;nÇæ\88Ý\89|;Ö\8e
+®¹µ\8e\12gÍ#óçÑ\17èÍg¹$\94Öè\\rFÊ}\15¡\83ñ\ 4f\86\8enzl\87\8enúg©©\9d\14ø·à|PpyÞÁ\89\r߯wóo\9a\15ó\83
\ 1úAEÓ\ 4È\ f*PZèjÆ\7f\96\16\15X : VâÇô.\Xàz\18¡a\85\vÓ"vP¡¥æ\9còåafXDGÈ)_4%ä\8c/P\0úII\85ï×é\98\17¼\83rm`\94Ú~\94Æ`~¼\83\ eº\14(\ 1Ç9\ 16\ 2\9d\1a¿\ 5\14\vµ\ 1\15ï\1fØ´`Ê\19Wp\85,\8f\9d\95ë\ fÈμ\12W$\9fwÕÞ½1\9bVWRáÉ­ \15{"]\ 2Y\94À¨\e~\16\87\ 5u\9bc²\×7V¸\rX\8bØpê­¼ËÛÓó`65EûWø¼ÜÇù²\9dïÊðô<\18mÍÞߪö~ú|\83Ï\83@\84å÷
+\9aè\aªÜ\a\1a\ 3\Á}´6\9aFû&Ö\86+Xôáu\9d\0î¢\82:­´Ùð@\85)X\9b\91       x\9a\91{Cþe\ 1rFi#\14¯\v\90½ uÔ\8f\8d\98, _\11¾.@>³\89\15IÀ#B«\8afE¸à\ 5è'\ 6Ø\ fê\88¿\95U#        ð\96\ 3\8e)\94V×lanÔÎ\81\17osìa) =ôô3wBÚÑ\1eP\8cÌðæí3}\1a'öÆ{xS"Jù\91°\ 4\80/eÄØÚ\17Цü\8c\fY¿Z\94
+tÅòUûTD\ 1P\90ÑÀæó\ 2tjó\8ab\ 1¸§Mgj/P\82ú\a¬Aú\0º\ 3+vÅr45Î\95ë\ fÈÝ'iÓ\1ÇÊÛ{\ 6f]Ûç#\v\8e4WI\86\1ciÆZ¨CDA\vè\14ã\8a8 ËYm\8eP\ve-6Ú\96Y-ÎÖB0i\86ÆÚ2öC\8c´\ 5ê \10\8a\f&\86ÑÜAÌý,¥´~ôé|(Ã\84Ê¡\81\v
+e\9eÑ\8fh\ 3\1d)i¶\ 3³Y\rÚ´HFßß´\94\98î`\13ó9\8eòÂPªÓ]àdH§»\80É\90\9eA+ÃHÆ0ZÍ\86\8a\ 4èècÝy½\9f¨`)P\85n\ 2¤\94Òeé\85qøL\94À\a'Â0¢\97\ 4åð"\83\92\80£´Ø
+t¤\7fE2ôháC?rÀ¼n?Òùõ­,[\a¤Ò\14©o0\14éH}\83f$\7f@µªnö\ 3*N\86\8e\bw@>«©0\17ò`ÄI\838ÙMå
+ñ%馲a¼ê\16âlΠ\89åÄw"'sk?.\>\93öP¾\11ôvGAb\81|\19ðNQ\844 ¯\17\ 6\15Ò\0ÚeÀVÃÛ\89#\¿\ e/\ 6,\0\1dß\8cAÚ@ÎÊ\8d\16àè(7|vY'Ù*ú¼±Ñ\16rRì\82\9e×Ù&\f\9f\1dí\0o\aÎÒ\apx\14êÐ=\90\94UZ\0\87\12˧LF\8a\ 2º\0èÃ\1c·;\ f|uÖ\8dDâÇô=Øð
\1f\10=\19çÕÆ\8eDn\9e\12a\13\b0\13`$Òù\1a\ 2Rcé\9cÁ\10ÚYWf\0\ 3½*LÐ\93y¦Öe(A½%º@\1dÒ\a\ fv6Ú«'Ò\a\ fBWæ8$¨b4¤\12\\9eYQZ°\11È\17L\13NÇt^ñ\15úrý\98\ 6:2¥\ 1ÏðÙ­\97T¯xþ±\97\99Ý\10K/GöΩ~]Áý\86XýZo\19å»\15y\ 3     MÌ:gG(RFÄñÝö,§Ë\11%\ 4\8eK\829ÁMÔ{\99\93\1a\8f\19é\b\92\80£    2c\ 1ÈV´w\12kU      \11@\99µ\ 2£å\869©><³@\ 1êÃ3+Ìiu|s\81)©NK¾×CO\ 2A^\9f%åy}\98\94\ecÉl(Ý       G\9eÔŹádF¾\91a¤Üú\8abc°²ô\8cnD¡Ôq#£D¸\ 5:¥t\84\ 3¤        \7f\80ÞÆJò9Ù
+\8e>àá\17\90-,Q¬íñ\8d\90\ 2Ý\98ãFHÁù\9c\83±D,J8­7td\ eZol\86º\ 4p>w\93À+q¾õ¿}/`\a×\81'ÕEH
+KùºtÙp:£ïAÓö\80\18^\90Ï»\8fNäI_^\ 3Ê(\95\84°\7fÀ+\9f\93¢!ç<\81é\80\1cÎ+Îçt^ó\8c=¡\\98\1emÄC?@ú\80Ó[\80\eD9Kú÷×IÚ\9fÎús~^\1fÖd¹Äåõr\1c°Óâ:âüa\18q\80ïw\90^ ù9në[AsY\80N\89\1c¡\ 4ä\86\83\18Ñ\ 6z\10Ê\84¾ÀÁ\9a\91;Ê~~^GÙ3Ü\ 1\99Îö༸\b@¾[y4\ 1×\ 1\97(\a\99á\16:@f¬ÄBÛ\95Ñj\17Í\89Ð=´\`à\ 5\86(õè\v\98\e9Pê\91\1f¡+ \8eH7\83\86>Áá\89\1a\8e&^¤Ç\ e\0=¹>x\10z2\a>\18\91\ e¹&'B\ 1\b\1fð\93×ú\91\15\1c\18ó¤\15¤\8c% ÓB\17¤Ä\8e-ì¼ÖÓ[X\1f\9aq\82\9eÐÓǽÀ` ÷q/P\ 2ú9Ç\9a¥`Æy±áûå\82àÀ¨\87ßOÖ¿Aùéäô\r\85"¥uË\9eï]\ 3§ç\936Éû\9bP8À|*Ê\15É>ùQò\ 2\14\9fÃ~ÐÁv\81½\80\8eÏ%¨\ 3\ e®     ¸\87\ 1LÈàU\0FVñ0¡:0æY     T\9cPéãGë3G|t!»·À@fì\88\1dd\15ø\aôs\92\87\8eì`»\1882þ<Îçäº*o0¥Õ\ 5\80=¡<P>[ûáÙ\bô\81ò%¨Ù\ba$\ eë3Gx\80Ô\93\8e°D¤B\1e\80\11\8eÑ\8fZFÍY±a6£;Â\83¬bä\b9ʽ<ª­\ f\90z\10Î9H-çôä cÑÜ\0\15À\ 2uP\1fÞ¹À¢ÈÑE\rÝ n\84[~h\84\9bVÕQ#l\18\9fÒ\87w6¸\0\9d§\ 1º1G\ 3[Åu­\8e\10ÇÙ\94Ø\88*p2¡#Äé\19Ähc\1f§w\0»1Ý\88-\97(õs(¦´Ø\15<ï`ånðõr÷^\9fÝ:|\9e\11-_¶À\86¾ÞÓÅ\1c:¾Z>Ó\82s^l(~}d]\84ÏëÀXÄû§Côv\1fj¨?\8ce\ 2ë¯\9c\89EÃuÎ\vÐÑÑ\82\17 c\93V\ f\r·\80|@\85\12\94£ØNªü\1dÅÎ\1f G±¸¨\1f@thyªC²\ fb=ÌÈ\898æFnH\85\1c©d´8^Êä!\85õ0OJ \ 5ìF\1d,\19Ð\8a\1cø4ôÃrM\9d \1f\ 3q\9cãÓ\9a#¤Ø^BJìà\88 ~L§\95.\9a\ 4y\ f´è\ 6(:YÑ\178\0ö
+­ÈÁK½h¡\84ÃËÐ\ féf\9c¬ùodÆ\1cà}\96\r\1c\0ñ \eàs\ f\83jEÄ
+\1a\f\ 5:Âß \15é\13ë¬c¦\fÆ|\fñáÉXvàãX6l\81\1eH\90\ f\8eP\1f\18\97¡\ 4ô\16Ü\fC\91ÞD^\90\15{H"
+Ô!9\12\87\1c*° GìâB\86\vpÀÃ0\12ø¹\8cg\ 5°á\1dÔ\ 5\0Ý\90§\87y\93Ü(\1fy\88³!G\ fó¢¹!\8aLátÈÑÃ\8cü°§\879Á-Ð{\98Ó3?Z\92èGi\ f³\9eO\11\11\12?¤·\8f\16è\bu\1d\10ó)\8aO\1f~lXT\10      ,"¶ÂnDíMÈßçŧ\1fPff½'\\94µ\1evüË\8c\8d¢\13bãÂN×B\Ø9\ e9\1aÜC½   º\8991ei\b0\18¡#û\ 1ÏÅd>R¡'sðÂW\8cPÉL\a{\ fò[       Ëgª\ 3ÊÔ\91\9eÁ\eG\13ò¬\12Õ¬I\80å\ 3\86ðæϤæ´\87xC\8fËù\9c\99`>39ËéÜ\ 6_/W$V\90ä9"ê\86ÞîÐÞ\ 3\9f\1d,\9fã»\r\ 1-\99ùä\ 1\1d:\85\17S¯Ióg.qÎc\f% w\0Û9ï¬\ 2Å\fU@§©(â\ 2\98\a\8aÆxuÞ\ 2ÄxEF\9eUhÁz\ 3p]¥-¤]ì\vz¿\83ìæàÉÈCF|\86ð\ 6i\ fy\vsÑì\98\8ap\8b\92\by\a3RB\ f\13sÓ$À!æUó\ 3\9c¥\ 2;r\9d!À â\89\8d®\19}è¬'Û{\985O\86«ºdÐL\9e\9d\15\96T;$\18u\86~@\aÙ\1f\83fcä    )¼W`4»û\ 1ª\ 3vÖ5Ò\ 1\ 5\83¨cÁv¬_\ 4ÀÙ\98~N±"\11ê\94C\89äc:ʾA3Ö\8f\9a\1a
\ e®\97Ö\1eå#\aD<\99\8fd\9c\91é'M9Â\8cV\87×\12ÎG\1c-Èê\ e2\96\v\1cLu"éü,§?X.Fù\b\87\88Õ¬\9c\10IW\18\8cu"éZ\9eéð\ 2߯#¼0\1fÓ\9dH\86NÌsÈ°>L\b\ f\8cúò\ 32íØÁ¤<ý\ 3bBÆ\aæ\89))ÿ\ 1±6¥\0c\80¡H\a\99aB繡\1fq>¡\7f\81\8dB\9eÌÊ\ f\94\93\1dL\19\93\9e¬@Wê ÁÍÐ\95ë-ÀÄ\93êS\e\8b&\0Þ\83\8cU@¾UW*\94 Î§]µXÄ\89\ 4u\15Xa>¤«\0,mõXPÄ\84\92Ú L(uâ¶\82óAG\ f4ö£:¼\1aÔÊ\1a\v \8auípÚ߸°&\0sÄ5\89£\87Y«Iè\17@/èp£\aD>i\84\95d¤²\11Z>\93\ 6\93Ièó\15<¯£Ì\ 6±§\ 1\977³¡\r-_7a»\85\90>3\81³Î±Öù     Î«×IN\ e\9a\8fËçëØ\98\95ti4T\82à\9b\ 1Ë_®'¢\1dr\r\16@\ 1Þ\bõG\ax\r£Osã\0\ e\8c>}¦bçTÔðûåÁ4\a\15õàýôû\8d\89z Á\1câG\16à9c¨\9a\ 6òQ\83¢\a`Gí;Dÿ}Æpú\ 1å¨ý\8dm\1a¨\13Î\84ir\f² \1c\ 6tcÜ\ 4\ 3ø\ 1\aQ\8eÕ2a@öEUÈèäÃg®,ÎôSá\ 2ä\9e¡h°P\98ä=<¨~Âg²,*´Á/\90{\86\8e«\18\83=ä^\ 4\89ÐChß4%¤<5\ 5k±ÀwfW)\16ø\ 3\8e\81\9fP\84r.º_Åx¤ÅV\8c\8c´xxÐ6²CÖ°\12\ 2½a%nH\v\1cZØà\16ø©\82FZøúk°ë)\85ú\1e¾üú\81\9e6\90\8câÑÃ)v"êÓ
+àèá\0÷ Ùìâó\ f\94Û&"òÇ÷
+ú]\82ðëx\91\94ozH\7f \15í\a\90\16¼Ïê\1aú\84M?,Ì   ýÀ}\04òçïú~Øwþ\84Mv§© gâè¥/Ð\10\9cºI¾\84_§@9\85\87­'\89¾\8c\9d\94Á÷ËIiÂ\9e\baÔì¨\r&U\8e\13ó\16\1fyóã6ÆÈ\9b3g\9cqV\85f<\91\83\8eÐD\1d"<\eÆRq2"À³Áòâý°ínÆ÷¼\982\16\87wÆ">³\13&¶úi_ÆY\99chg\91\80\1e3@7â\99yYµ\9c\84\1fv!;Ô§7g\98Óè~4Ã\94Æq`¼\8aiéð¨j\90\14Ò\1d\84\19\91缶ÁÊB¿\90Ò´HÀ\87~Φd\97\91'ç?\0C±¬\ 2%áP¢\93Ý@7ä8fÉx\ 1úQ\1d¬Í<·!`qæ¡\84Ï\8f¼Èq\ecv\v\ 1Ï9OÕê\12Nv\ 3\8d@\1fÙy¤c³s\15Vh\ 4\ e\9cØsúÉÙ\1ae\83[è8)Â\18\91ã6\a\\80\fóÖ\0%(üõ!FU¡\esôñÖ\88\93\11¹m£&\18Kõ³6\f1É:XóúL\aûAÑ®   \9fT\90\9e\13-èq\99$ g\12çÇ\1d\1c\ 1½ ¹¼^\96~{'r\97Ç\1d\5\11½^¿   \10\90ô<èZÄ? sÅôs\96i ôs\96\91\ 4\96Ñó\9e\93²^M\8c4\80\82ký åº\0\ 1å6\88UÓ!\8aÎU¨CúÐÕ
+w@\1fºº \ 1x¸n\90    º¸n \aÒ\8f\1a7(@ý¨qS7\90hPCï÷Ü%éGM×\1fÐï\924äE\1d\rÈ\ 1Ú\90>l²OU¹|\0:/'\1dÔýnöø\ 3\b°\95 \ 4\1d<'É$¸ÎÑ\15%èÇ\1c\19\aB\9d®¨ \11x¸ØÕHÊæ}"+öLL]ð\ fèó6\17\98\8aÈ£aÒ\8aíX:+{\ fì\f\9a\12\8dÈn\86\8e\80*\ 1tEzIºÓ¡?\89e9@;ÖY\98\ 3Tb}X#̧\1cÃ\1a#\fE:2ÙïcÍ\86\12£Ê\19\86\12Î\95\83Ý\88ã"\83\16\8cùM
+\9c\rè}ô\ 5[¡ÎÄ]pJ\f\ e\eÙÄQ\18Mõ«\ 4\15g\942°dðð¬\15Û]\88\91\15\8c&~Îf\84ÆÅ>\9d\11æ\r¦¤úe\96\ 6\95X¿ÌÒ\9e\99±¡»Ó\19¡\rü\9cÎ\b\r\1f\9eÍ\b\8d\v}6#ܯ!H\19!\aWµHB\91±\8csj\1d\19+\9a\ 4ùóZ]ʩС\17q\90¹×MËFè\17\rè\12\eÐûèEh\8a\ fü\84Ù\80~\11bC*à¸\17YÄt\8cs\99\10e\8cj8\18ËuYÅù\94\ enFø\ 1:¸Ù»n¦Ý\88õñϺ\91
+ÝÐ\ 4Óͬ\11\99       lË\Qd&pzÞ1.3Â×Ë%Q¿QX^\85ÍTEÔÐò\1d\ 5Ñ\ 1Ð\9e¿_ï@\r½ :?¯\83{\16\87\aïç=¸\ 5=/\17\93w\8eö\9fûHÿ\94N\85×\87ï­x{\1fýÞ­R¶×\ fæ\9f\1a |Ao"6\ 3zýÀ\80ÿ\94\ 1¼p\vÀ\ 2\b¼h\0ñùyÙ\87FK\ 4ÎÏë|IUÛ\ 2ª\ 2K\12U\98Qå \15òL\8c\ 68
\88\9d\98\8ePox\ 1:B½Á\ 5èw!\1a^\80\83\f\1dº\ 1¹ 2¦\9b\91\ es\80x}¤CFt3T\ 1\8a\8cŪ\ 5\ 2\8e0Ã@ \8f\9aLx\ 1\8eîÛ,\89\90\ fëDnÄÃrR \1f\11\0^\98\v$á°³/ B+Ò»g\17¸\85·XÆZ?\ f|øü\ 1¨õ\93
+­H\ f\86;ÓÍ[\aNÁ0ÝÌ\80õ~îT7ïhúë
\9d¨\10®{øÝCÞ \1d¢>zܽjlæ\97\84îÞ½J¡\9dÐ\1eECc3¿j¡>ìÑ\90\8dqJJÀ¡T$C¦_\90 \ 4ôæË\8c=\91\83kFM\88\18\99\ 1Ëèò\91\10\r3:Fg\ e3*7\9dùt>\90aJä¡3\7fæ      3,Ë\1c\84ô0\9fñ\10ÒC?r\17\0\ 5\96e\8e+Q%@\15Ðɼ£Z\17²Y\91(!\83·C\19\9b8Ìè\1clâ8\1dÐñÍ\f­X\aÇ`:á\19ÔW \11É\85¡ñ¬\fÝ\bï\7fÅ\8eT\17!NHô\16æEÌ)©\12-0\948\0Òg~¬`xÈ\81Q[ûÞ(\18\8fØÈÇ[À\9eÇÅ­\8cQW\11\b\ 1\aO\b̧ +gL'¸6\95¯tÕ¤\156\1c¢Õ¢9\1f7   U@\86È*̧ô`j\bíZN¡LÎ\88í°ôô¼Þ¾·¡×ߥÇ"±e\ 2\97ÕË>°ß£\19­\9e>¾J\8f\ fûoÏÏË\15\9d±\9c\>ß\81/Gø\ 1:8\99à\aÈÍ\ e6kòú\ 1:8\97\90\ 2\96[53\10\0+(£¥!¯Úzjì¸\r«¼,@\9f\15YÞýóW\vÐgEZ\1a1\94\0cX@\ eÀ\83N.H\a\1c³"WÍ\86©\11­È\ 6<\84þ\87\ fË\93\84þÛû^÷å\vô&vìÅô&ö\86·P\9eX\9c\ 2Tb9\86¥\0uP>æIvL5\10\0\1f5      \9f\88C\15Ö\9b_3Ü@\9d\ 3;C\15vp`c/¤s`W\18\aôY\9dØ        é³:\89\13Ò;¸\17\18Gôîß\15}\80§ûw\85\81H\9fÕ¹áHªó°o0\91\13*\81å 6\90\ 2\11oÞ}&\81£ùö"\ 1\99¸ôè\9e\9d´Â\1ca2ê\9f49²\ 2Þ=+ê\0ï\9e}\16J3öC\ et»<\f¥;8û$\94\1eͯ\93¡4\13G$\87Ò¼<\v¥Góìd(Í«\16JÙh\9d\1d\eþ>â9ï >Üëh\9e\9dµÂía,<Àá¡\11\90ÞÓ\10%\15äØ0v#\8eY\97æHÓì¬K-\9dá,âÈ\93»f]B\1dp̺\84ÑÜÑ}\8b\8cÀ5ë\12§\ 3\8eY\97X\8bu"v\9c\91\81\94\94\91#ÈZ\88{6\8c]á²\09#+rYÈÐiÑ\13ÓC\1e\\17*çíÖ\7f\8bñ~Ä°A\11ê]ôÐ\93Á¤\94ñ3\88\19\r¥'\80¾L?)¬8%\93? B|k\82\88{¶0ªY+\8c\86èî@\0\7f\8f\ 5\9d±m§*ùùø«VP­Ø:>.Ï߬\98Ñ\ 6\1eÅ\12\ 6毭 ÷oo²°Ëû«\9c\ eµ\f\9f\aE î\1ajðýÛmÿï\81 ·\7fZçÙå\aôëñ±¢\15\14`\ 2\8cÉZÜBF^¹c´`\ 5÷¦\eÊ\84\9c\ 3n&äýÀô×¢B>á1tìô¼\83\85×@úóû=dè\15-@§\90í\94}\97çõI\87\96Î]>ÀÁļI\12ä]Øp\aô\16à\9c$\ 1p\1ab¨A÷3.\ eÒk*D\ 5P\90\0=ç4\15.@÷"}<Õu\ 1º\ 4\16¤C\ e#²£þ\91\ eò&jM\ 2\1ccG\12p\9c³ìGüé®Cú9KCnÄqÔÖ \17\91\ 3ä¿ì\80\ e\91Z.7pc\f\190\12äRÚhè.CùÑ\ 2\ 2\96ÌMnÁÑD=Ø\ 2þ<Þ\ 2ù´3e¨Cº\02´bù´óhâ>o¡~Ú\99
+\94 ÎÔòzN²B
+\93W¬C:Q
+ô¤\ e®\9a¥<
+æiÅ\9e\ï£\87\8eÔQ\14\1a\8bóõ\ad\8c4mx\ fôOhÚ\1eÐ\ 549!"\9e\88øR\9dä!à\15è$\ fØ\19ë$\ f\11«\91\ e´\eU\88;'³³
\8bõ6râK\1dL\1f¢'àG\rZFñé¨âIR\99qN¨#õµÍÆc;ªÀJ¬wòC_v\ fgo\95GÏg\10\r^AJ\86úW¸\ 5\ e\1egìKuº\1aXÛzx\9caB \8f\9dm\9a\e¡\0\ 2p\1c\96 º@¿à]Hm+\9f:\97¤Õ\96ü¨\ 2î c^(´\ 1°\83Wt&|Ã%%÷c÷úÚãö3#\92çD\19\r´àH\19S\88
+o\90&jã+:û!G\13u\9d]Àå¤b2\14\1d}ðÓ\12Ä~Pÿ\80\15¦õúe\ e\\eK^àýü¢î 9«i(\19p4q\17ìÇôs\ 2\8cñé\bÑ~Ðñ\ 4¢ªQ\\0g\92Öü\10}>á\84P®M+NèäÚ´ââZï£OÐ\8au"ì\fׯ_Dx\9aOÚQMþLÚE'\96öýÏÛ\*bwaò\1cß\93u\8f\9d\1f×ûð\8bôvú8|»|\vÅf\15^\85§÷ \87\87\v\88â\ 2è\19K\9fªsþ\81û\19KýZoÖó}N\95\16 }1ë]Ô\19~Á½õ\8bÏ\1a\84"Ô!îòL\81£ñ.\ e5\98\r\fEïwt~\1d\8døù3[\16=è«P\80\8b\11i\ fm\90\r\1a\fª\0\18Ä\ f\9d\80\ eñ¯\9bäAéû7(\0\1d¡ß\90\vvLLmO\ 5\88½¨ã\88\ 1j\90NR\12ð\aèð°ÑU\rw\90ñ´à\ 5Èc£\8f#\86I'r\$\18yANämN`\9aÈ[s\83\9c§\ 5y!GïÞÁ\ 4>P"ÚÊ_p(ÔÏ© #vì!öÃúe\92\ 5é\80\ eͦ\ 5\84N\e@\8f#\91cÎã*\99!¥kÚÐ\16ê\91(aGªßF\11ý ý~ì\au~\8a\80¼\88ãNm\86é \9e\ eç\88lÐá\88\8f\9b\ 4n       ØóР    8Hb°\rèÀhÁ\91@\87\86\vö\83:\vu\81"\90óÙ\ 3Þ\9f,)2L\a\1dì¯\aK̤\15\86\94ó\91γcàü«°þØÆÎÁu­¨ä7\11Ô\8a\84\9c\ e41\94ò\9b\bP\85ô\ 1w\ 1©\90\ 3Ó)Ð\91é\97Q\8a\r\ 3É\80¦fäH9:ÿ0!,IóÄÃ\9b\ 4cGFD\98Õ\94\98`»Ð\11z¦<\16éý\f\98Ø1a\ 5\98@\rÌv\ fÁÞÿsöz¾w\9f\ eï\11Ì\1aÑ\82ý¨¾\0ì\aeò˲Â|T?áÚ¤\11ÚóÏòá\ 2ËZ\ f\8b8F6å\r¨°,u°\80\aÍ\ 4(\vxè,à\17/&°P÷\ 5Dm\aè\a$5\12\93Ã\89\ 4óYÇ-
+\b\ eN`ë£\92hDC\9eæ\88¢\8cïîô8Ä6±
+oðõ20dyÌùõ:.dyÌùõr\bhèë\1dÍÏv¶v~^¾\ 5u\f\99¼|¾Lú\19­Ç \rH?9\8bù*î\1fé\1d~e!ß\ eàü\ 5\8eÞá\ 4·@çh±,ä"B\9d£ÅP¡\81\ 1QhÓ\1aè/\v\90\ fxc\81[ ÷¯Wh\82r5\17+|¿Ü»|ôÏ\ f\8c\80cÛh\au\17\1e\81\9e\13®\rZ±®\ 1Р       ¹Àm¸\83\ ep\eÚ\90NUeÅØÈ\r\rIrÆ~\8càz\ 1\8bPÇõb§º;\8b@ï=\8eâ\1er\16\85ú\ 1AB\9bà 
\9a\19R   \14ìH%lö4æ2\r\18\16\15(\ 19\97\11:<q²\82l¨D¬\81\1e9\12¨\ 3ä\12\82µ[\8dÂ9çAW}1{\1e{\ 2ý\88cÃf \8d¥ysíÀpª\ 3Ì  :3Gãk\10ã9ÿ\ 1\14O¥ÓòNF\9fc¿\96\9aÊçÉ,¼\ 5þ¡7;ZØ\87BdÏÃ\88\ 4\9e¿Þ\8dî\0i.À\12Ó½õ\93a39wlæô\ 3wl\86. ¤\87\v(ëô\ 2Þ\18w8\16ð\13\1cJ«pXiZT;¼vÖ¢$\8fOÏÐ\9dé7\9aò²hµ\ 1\87Ù\91)z\b\7f`uè\1fv9Ðbª\ 3\7f \ 3\f <Pö\8b\19ËYM!y\99Þ½\1ap<йZ¢º\85ìy¸\85²
+\1ct;\93ÅIÉÈ\ fèyeÉr0` 7\8cèú5\86"fÖ\9c-\a.@\8eE\aÛ\8e?¯4\94[ÝBöüÃ\9c¦À¤Ê\91Ó\14èG\1c9MÁ0\97N\18\84\93*½óåÀ\99'\95 \92¤Jð#oçX­ý)\rF
\15DìKå\13Ë\8a=\91\ eµ'­B\1d\92±\ f\1cÁ\10¨\9eÔ¡\ 3¨\1eë\10þ\0\ 3ªã\1cq\99\ 1ÕqÈ×\84å¿uêºø\99º\8e6\81£×ëqÄ"yô\92=\19Ð\1c¤×ó&n¸|!\9f7\98¸_G<K_Oåb\84\vÐI6ì\9cç²ý:Ê\9a6iÿ)Ffü¡q@\1aÇ\7f\0\9c\8eG+If¿Àpæñ\17\18*¡ÞÆ^\91\b\1d8«µý\8cu\80!ÕÐ\ 59æu®â\ e°.pÍ\ 5òq\9dÐ\88ô6zCwÎÏëmôvZ7Ø@úþ\86\8cX?îßqî'\16\90\ 2v"ú¬Ë\80\ 4à\99u\19¡     é-Ì\11\96Gq¦\9a^\92ÆI\ eÛ\94 \11ë|î {!\9dÏ\1d:b½éåÀ¹g\1dy*p\ 1:L]p ÐéÌE?Ìan´\ 5\ e¦\9a\97\e\95\92\ 1Þ\ 6.:rNô\ 2\1d©®\ 3$\99Ô/S`OªOýÝ \ eé\84ò\9b\96Íp\96\17ø~ý"@C;¨\9f\19ç\0óa}Ìb\84\91Doc\87é¨gÌbÒ4\90óÙËN\80\10\8c`7¨\1f\11\90tT?"ÀnP \ fµçq \90P\95÷¬Qû\82\ 1¡>ï\ 2\87J$S\86\1d|ôq0 \89âÃK?¤8-@g\ fÍØ\8d!úPF(\8f\8b\1a}¬Ã\ 6ý ®\85\r\99\91Ç\fÚ³\ 5\1c\bùh\ 1\14 \ eÏ<ñÑ\a\84\fàÆ\1f ³´À\84ÌA\11B
+c\9d"$ÃX¢\83\9bÐ\119t¨@OäA¸qF)§3E,\8cù¸T\9cOé[°@   \80¡Á\98­jï\ 3¿g\84\ e¶ª\83\90Þ\8dO\19@\8e+;¹       ®`|ï\16\vè]\80Mså\8cL{ï\ 4¿»\91\98et¨b\84O\ 6Ø*̨\ø8Lét|<BO.\93\81×\ 4\1d©\fn\1c$+\93\12?(t\f¼\95²æõYinEQH\1fUx\ 4°\9f\1e\ 2f\82ç×»;Á/¯\97½xC¯w\94õ\r½__¾Ýä\18/\9f`\83\ 1\8a\83\ eÊË\ 2t*v;©?/@>£\8cf¿ççut7¡÷;Î\89\8fNðó\ 2\1cTìÈ\0\1c}ÔEÛAÎò\82\81®Vhÿ:º[\91
+;Xf\16ø~ý\8cjEûç!r·FðÁ\ 6Ò\ fØ4\ 5â$+ðý\ e\1e÷~¥ôü¼~À#º0>k\15*\80Þ\83m\14'\93ë?ÀñY\17\9e \vsq¤ \1fæjâÖ\9c('Y\81>@oâÎb\14¥MÜV\8c\858ÛÄ\r%àGÇ/_àhâ\ e¢\162tý\99\15§
+ã >ítÁ[(÷\1f\1fèúH\aè\19Ñ+\91üNDÏ: ³'§\15®\0QN\123Ø°!ëÓ\06¸   \ e\9a\14-\17àø6Ì\ 5t\-àtR¾\18x\90 \9f÷\10]\fd\13c¡'Ò\19´\13Ê\ 6<³*\93\9a\8e\90#\82ü,\e8hV&Ó\99\f\1d\99ã\84 âh¨ÃÛ8\9fsp ã\8aJ?¤Y\96G\9e8\8b\ 5í\90\ 2}6\9aïð¸ò\ 1T\8565\9a3\92\14ì\ 5ô!\87Ð\r9¶°\ 4m\v9º­ùÁûû;,f×\93C\98#Ê)Ð\réD9%©\81d\80\8eϺÁ\83ÃÜ]\95]ÀíQ,æà´&A\8e\8e?DF
+ôCúYs\81ù\90ã
+À:\9bÓ\e8\8e\8b
+\a¸\rë: Ã\84G¿õ~\8dP>óèÓq±\rçsò\19Q\r(\16;°Å\8aý\88Î\80\1dqRí\98\8ac\89\83¨d\95<)\87\97q>¥ãó\18Þ\92µ°\aãÜFDþdÚê\82\1e\97Á©\ e.\8fßþ±{ûò¸à\84;6ü\1e\90w~\1c6<}äð\1e­\9eÙ\9fqx_ßïhÿnÒ\ 2Fc6/\vptÞ&¸\7f:6\9bà\ 6ê\1c\11\19JÐÁ\11ÑïqMK° \ 1HEygA/ïa¹ç\1fÐYз·ûÙsâ_Ï\17e\vêØâåù;O\105\81\86\9e¿;`®Â\19ü\80>\8aÅÎGò:`\1f¦èn\84\v\102Ñ®\82é\1d\85/\12p\¡è\f\13\97\ 5èW(úùÈu\v@\1a\80¯£î4ö¦C\1fùêF<ô×\15è4â\9dÿøú\ 3ò}V#¢\17~\80\1d\92 =Ö;O\8d\89þº\0ý\16È\1a\81\15\99Ý!¸</§r±\13~]?à&\81Æì ýü\81\9fZôò¯2H\1f\90\12èw\99öa¯\8f\f1uêÏÑ\16ðc
+èK\91\ e\10|µWÅÃ=x   êò\ 3\1dáMo\84w\a8~\99]_u\90\1aú"Çi½uñ_d¨ó\8cdìJäîQ\e×*Ä\ 3ò\ 5\15»Sý°©j\11\8d\8a n\9a\b8]\rt\ 5:\9bü\8a$àh"Ç®H\aé;ûçØ\ eÙ!\ 1\f¨úÌä\rm\80N!\9c\1atdú)IÓ\ùhÐêXþ¬\89\1e[\80\8eoF¸\ 1:D\1eqR©³P'Í\ 4y\13>
+\86\9e&|Ñ\8dòC
+\14J\1c÷(
+Lgt\84\1c§Cú)Ó\ 2×ï8£À>PWÁUÓ\0º\83+^\80|\\9d7h\84ú1\15v"î3\86q\10¸\1f4þÊ£~-\fõ\ 6ö¨}\0\85ga2t\17 \ 57\13¬)\14pÓ~\0Ú\800¬¸·\ eç7Û×ùyý\16H)Ð\89è·@\fá\9f\ 23\11G÷ö¢é 'hÁe¡\9c\fÚ\94Ðéd°`+Ö¯\10ÀTÂAÐR\9a\1a\89È\164\1c\89t¢¦ö¬(ªA,\8ax\ 3;ÖbG\ 3»\96\ eÓ\ 5$\9c\ eÉÁÜ:Ø\87ðÈhNèP\86\94c\ 6ç3:É\ e©Ê¼\83B÷Î\81\99C\92~\8bäü¸\7fPèåõú)CC\8fë\1c1\ 5=.çR\r¾]¸Íh\0+\12\9e£}Øìo <~Æ°h\9bG¹ÐÍþ\96\ 1y*ï@G\12\8f\8cDÀ)b°þê\1c3% \ 5È\15éÎe®Ø\1f\ 5\a{\vûå\ 3ô¡6±"\ep\80*±"-R(\eßf\15\97øNÆÎJtï}¤J´à=Ôg¥®Ð      é]Ü+t#\8e6|l\ 5úIÍ\ 6\17 \ f\f\918\ 6\96Û¬ÏYG\9a\ 24c½ý5`O\ 6\ 2\ 1a\87\80®Ð1d0iql\88î\8e\1d\ 1¬C~xxÒ\91Ù¨Ï\91
+Ph\r;R\a\99:V\ 1½\a{\1fµ®ø!*\81Îe>råt\a\16¤Câ!Å\9b˼ p|¯©x\17\ 3׬Ï*\8a\0÷Míøò÷AѲ}î\9b¢_\0\87Ë\1cg\94îi¡cOÆ\10êMÌ\a\b¸\154%¤àV\84\8eL\9fµ\19q0Öç$&è\89u|2\8b:Lá9ìÈä¶\aci\19Z!\ 58\8b\98\14s\88\18ºr©uçÝƾ©~\84,`Ñ\16@%°À¤ÖÁ\94³j\95\11U"RÖêW!¶g±àÀ\98DZàº\80NTsø¡\ 1{/ý\ 2\ÜÊ{X\ 2®+t|-À\9c\90T°'ÓûÈ#þ\0\81`ÂPjì\89nI%ËHv\98[ÊH(Ð\9eq4Ôaæò,­-$)sð´À¬PX@\17am_å\e\1eûõRV*ò´Ä\82]\99~V\ 2]\99^\19Y+ü,ÆT0À&\176\aÌ>«\ 1\r\e\81\8c1\95\ 6\93Z\84\81\9dH\82\ e\9c½\86õ\11DZ!L7\ 3\93\ f÷\80\8c\fM\96U\9fÝ\80>24a\11úaòY\98í\80ÉÇñ\10«Q=²ºI5²\8c¢z       £úã\vz\¾\95e-\805}\8eæ\94)fE¯\97\11.3âÁêi'r\95\e\91áëu\9cÛR\91:I´tt2»7¿ãk\11)\ fì\85Ça,F[@;\851Ð~¸\ÂHû\9ev´wó\7f§\12/\ 5ª¿\9cXß4\80v"§~Øøú\84\8f\9dÈ´ 5ÿT\82A\13*\1eÏ´·2\83\15\14pàJ~ Fð\ 3é\1e\8b©\10koc=\v1Ëì\93;\9dú{\17>S\96!'¶gxvV·ç\85ëO       Üô8~\95\8b\ 4Þ\7f²÷ÿ\96ûóÒ°¼ýý} Ãôû_^èÑû[\0ï/éV\16"%^û\81Ûý\aÒýJÆ+F\>ÀN̺\12\9f\7f Ý\94øõ×ÈìÝîÊÒö\8b!g\9dsí¸\96s^A\ 4®$ã\1fÈH\89R\ 2¡¸\\fyýîm6Ò¦ë
+nù\10\15b¿_+\bñz±ÆÎÌà.ä\9b\1e®7CîzP+PÄr\97\ 1ý\ 4CZG\9f°ÝÒzû\ 1$\83\97{\97õ`\85B¼ë\ 1µ\85Îg}ù\81\r¬ àOhp\17î#\13é\99\8b\85õÑ'ð\1fÀ+\90âò\9aÞ×\ 2îz\90îW¬è
+ìØg´\ 2¦H        \9bó]\91Ø.¤\8cW\0v\81ýÀ\ 2ýÁÍ\98Ð5·7ý\10ZA¾§æ¬\9bÎ2ëxº§§7Ó\99%\9c\9fw°(Vð¼\83Eq\83¯\97ÁÒ>aãòz©\ 1àW\16Ã\1c\9aÿÐçý\ 3«ö\ 3¼\8d\ 4n cP\90Õ·qtÕ\94<\9f¢$B\9aÞ'ô~ÇUõã\9e\9f_\ 5ûäÐý²êwføª4>Î\9f]NIå/îÜÚÒÏK¸ççõ«âxP\91\10SÓgèîÙí÷/\9c¿á\1e\18­\91ãü\r¨\r\81ô#\99+9«ò½È§RÜ *£û\96D\15;¡ ß\9a-¨ÂmtL\83\ eX\15õ«v}¬ûì\17ØX÷Ëóò\ 1bJX\ 2ÂÑË;?M}\90ñþ\ 3¿\16\9a7 P\11\16Q\84\9c\90\ f\8a@§R³;·ççõn\98\8a"\1apG¬ÐÝ\87¢\9b7\1a \ 5Ø\8e\8c\10\8eú&Z#Áh\13\7fÜT;ý\0(öïy\91ý\0^ÁÍ\1fR!¾ªÕo´à,Ä;Z0l\ 5\18X"g´ËP\räþîã¶Úljs\W\e\ 6\8c\80S;ý¶WÂ\96à\98Ê\8eVฬ\94ñ\1eè"ì#\bgݱÍ|\19¹c*\80
+\9f\97+$£´»<¯\ f$_´ô\98\1aÁ\8aÞï\18@\97W1"óV\80 ~\ 1i\88Áõ\89\fýÛÀ\98Q4â\8d\0p\a\1d×å`v/3\ 1\95W}òíG/Y¡~\84\v½\90g^K\84\9f¢'¬\83ú!0tcº
+\14ìÅd\15(\19¥Å\8e\91ðYuB¬\8d\0\16\ 6\9e6\ 2¨Ã:'!̨\1c\84xõa +\v\ ed2\1dT\81\19\99N\8f\eÔO\10mÜ̸,À\a Å*³W65èg"\17\ e\e¬\ru\98Ã(ù¦a\8e\1af­ÈîëÉå1Y@\9cÍ%ú\ 2¢¸\0Þ\ 6\80²!T\18±çqBª·\11\88\8epx[oè\a\ 6]\b#\80\82b\9dï÷ï¥ÁÇâ\98   ß\9d??ïÀ:\ 3|½ÌèÕ»³/¯\97oúlhõ\8e\96Â\86¤§ø°Å8      Áëu\8euëc¸®_V?\9b)?\92\1f½è\14Ñ\ 2\1c\97Õ:!Ûåy]\0\11ª\9f\9c\aØÀ\9a¡þÑ\ 3øô\1eøtþ\ 1ýâÿÞÄ°{ÐË\ 2\92\f\rÅ\ 2%\b\80\15<öm?úÜ\93áóó\8e±oÆçvY\80c"<RAO/MO\85F\và3o \ fÑGÆ,ðý:©àº\80\1dp\8cb\8eÄ\89êÇ%\9bf\85\fß\8cÄ\8dêD^\87\1f\ep7лZÐ\8fy¦QcG¦\9fÛF¨D:Â\e¡\12é\97å\12\8cD\8e¡5«\16IøÔ\1aÑ\93Ò/(\ 1xBýØÒÈà\86:D\7fàpd³J¨z2*\82\ 5\8eï.(\98èÇ\96v[ïú\ 1r2\99Vd\ 5\8e«R  º2Ç­W\98\ f:ø;\12Ìè<vа!éÓ\90\ 3\8c§r]\9c\83\16ÎX]\9c\83y¢e®.ÎGN6iG\99$eúu5èÌ\1c\93å3T\ 2½.Î\9dewÆ\97}/\0&u\8eº8\17­,£ÏäÎQ\17ç
+µP.Lì\94`¶0±S\82q]JN)pR¨\1fÓ,8%\92/\8fç>ÀëbEú$Ù\8c+sýÚë\86=¡~гÁ-\94\19Á2®\8eunÔ\82=¡|åÒÆÂû­ØP~\98\b©\9c\13~\1e+?\e  ÊáF\87\91\80¡üh\a\95q´]\0¯\94\8c(Ê^4/ÂYõ°\et°êA|E¾ú]\ e74\19K\vIéäXZ`Jç\9f\9c3\1dK÷É9ObiÙÄ\ 5pZ>¨År,5\98\7f:\96V1#¤\18\83r,µc\82ÙXZÅÚ\9a_wÄ\81@f!©Ð\11:̸â\84Ò1W\1e/À1ø\aê ¼\0Cù·É\v£ý²áùyÝ\8dYU·M\12Xlèõ\8eå· -\9fÎ\85/ðõrÏ\8f9\0·ô\fåG»ç\0(Í~ÏÏëth\9d÷`øýt\ 1     Ê_\ eÃ1á\rÐùÐú)ÝX\ 1\18)àÃ\1d´zîü\ 1èZ\bi©·znlA\f$G"tH "     8:Nl²üX É\ 2\96y\17ô+%ßõ\ 3t    lø\aô\9eþÞv5Ôb
+Ó·wCýE\ 4\8eVp(B¹\1e°¡-;È65Èó@é\87{HðÍ\88$¨×\13©Ó\16\v@¯'l´û¬#K\19Ça\1d\1fÍÐ\95ëÇ\14\ 5î\80ÞË_5\15ä\ 3Wp$\97\9b'm2ûõ\aäd4-\9a#¤_°"W®$ÃöüòP\a\0]\a7¤B\1e\1dlp\ 1:4\ 6Ó\19O\võC7²÷Ú(JÌG\96`G®\8f,\89X\89u\80:Á|â¾\87\8cÇɺȯZè\18:\ 2S:Çdv,C\aB\8d\16à\18Àe\9cvÓ       \81qÒÍ&\85y\81\86¨'\85ùpE³¬zëö(¡ÈØ\15éÔ\8e\e\ 3\9dÚ±Á¼^Ç÷\82hG#J¹q4 ð\9c^Z±FlÑ\fFÃÕg\9dié3\91ÇÎ\94`¼9iñ\90·\82C\1dÐùÔ 'r\0\9cÄ\11é\93S`N¤Ð\9d÷Ù3Ë\9bføü¼cö\f®\8c\1c³gV\\eê(9ö#:Jn\87ö³øR\81\bÍD'ö¬\12U\bÑLtbû]ù¹\13\80Q'öÈ\13\8e\87\8e\89=^ÀçNìq,ùÜ\89}QB\85\ fn±NìoG¸\969G¸ö÷\9f\9f×/%\19¾±ÎQ²\19F{y½>ú$ ×Ë\87\14\86Ñ®#>:l?Öµs~ÜÑ\88\9dDá1B¹\rJONåv\1e©oû?/@®i\ e\88v\9de´Kp\ 3t\843\9búåIÒ\90\8c¶ÐÓ\ 5\ 1È$×6\19\ 5t\ 1\ 6®\fö\90ásG'õ:àt¤\v\ 5p\8c\17ù\0\aÆ»B\1fàÀx\91\ e:.³\1c\8dÐC/BÜ\0t\82\8e\93\1aìÅô\83\92\86Ý\88\8eí\ 4Í\8a\19®\90"²!\a®°\93}h6\80£p²4äl\84Ú}¨ï\1f\87ÒS?\94\1eú¡ôÔ\ f¥
+\83\99>X¼b È\0ßÑ\a\aÒ\82S!ý\a°#Ñy\83\92\8cÔ\90\91'í(íÝ\ e\0y\12ÝÄVD_Npn\83V.2\94\89\8bv\98÷\89%\1f(ïH\84¬.Þ\a\8f|×ŧ\ 5 º\18\13Ô\1e\17 èL\11I\14!\1f\1c\ 2=\81\ etw&¾qR\88+\92üòDRIÂ\a\8f\88¾\90\93\85h\12à(1ö\ 4ú\16\ 4\1e\12èK\1dl%È\ f8 ÚU-LØÜ\13l\ 42ËùÑF<\10 ï\ 2Æ\85\89Ü\ 5\9caNäé\ 2Öü\18\1f["\97v\9f\87k\ f\v{\ e2?´B£\eñ[a'ò+ië®8\8dÈ\b¯yå\9bï¶dÛ\84_\83AA\18åu\17ßô_Ån\97­å3ý\17ÿ\81ªý\0\17ÂQÞ¥Ïl\86\14ëǾÈAù\81\15I×Ä\ 5«²¾\82\15ÕW\8eÌÐH?f3Ã\ 2A.Ç\89S\11a*êMp\85'à¼ï4å\0\9aG5>mE\r\ fË\93
+ÝÑý\vX\89h³G\86%"\ 5j\93\862P¨;ã\88¢w\ 3g\94TèÜ?\16\92_©Ág\94\84ôò.àqÏ\80ì\80^/\1f\rËáã¤\97\16}¼Ã\a5üõ:]\815±]~@oãë\1cá×\1fÐA\9e\b\83<V\97\8c\16@a¾ÔKÃó\ 2t\98Ïê\9aI\ 56¾ÿi\r6¾ÿ\91\ e\f´\ 3\9e  ÕV×\f\16@¹ö+RB½*\88}0ìh\a\ 5|¿\83ò\ 2í \836Æò\80Ñ\ 6ð\1f\80\vp\fØ\86\1a¤7\94\82qCï÷\9c÷4M\ 38a\ 6v\83:a\ 6t\83z\18I\11FA¹{Êæk_>@ï\9e:\183\96ø\19\bYBNÀ\81\90¥\f\8e³f\1c\89ô=\14ý(\85I\v6cý\a\ 6t-ª(\16:´p\99ÕB\e\90½hJÄ)7´\ 5P\1dP³A\86\92î\8c\eߥùé\aôî¡´ÁlDï\1eJMΧ\ 6\84\19\83XÀû\91q6 3vDìKu\901";ò44ob0 8oÊo\9c÷ü\ 1\ e\9c\17f\84\1e\9c7k\12 [\90E_L\17P´ª\88â¼0¥t༥=Êè\ e¾\8dÉ\84&/èû=8ï¢eD\14ç\85\8eÐ\83ó\8au-Ý\81NÏ?\9bQ\1d@õlek\ 3\85Ò\96­à¡\15\1eíÐ\93ÁÈx±ç\17\80KcaøÕr0fÜ\1d\9fÛr¤[ÍëÙó¸6×\89¹±#\94këB\1c¡|W·`G¦·Ô\17\11\9dàíÐÏBAÁµ­Î\9a\82\1dÙmýT\a\17Q\a9±5N\88d\88«È\9e\90,`\83¥\9d¾\83Ä\13êV\bSBÝ
+«èÇ(Äݧzúó)\83¸q,ÓÛÁqq«çÄ5a\1d\92ó¡
+\1d\99C\84v`7\99\92Ö¼j)é\88׺\ e&\16±\ f°«Qõ3³9e¬Èðõú\f¿\0\9e×û\91Í\80ê\88\9b\9f1F\14ô¼\ e\99÷Hú\14_\8bH~\8eNP;±¾,@¿ío\87L\83\ 5p\88\1a/@¾OaÓ­/\v\90\93Á\83²b¤\81\1c$G\16ä ö.P\87ô\96ú
+M@×á\8a\ 4àÐáEô \9c±\ 2.@v¡\11º0\1d\1e\8cvV~ù\0ý\98eC:¬\9fs\1e\84\17\83\1dàÝØM4\ 1²þ\86wP'E\ eH\ 5\1dôú\aH>)\81\144  pVi,\ 1ù\9cå`Ü\18.\80\b ªFÈÚ¹û\a\94áx\8b\ 1Æ>4"B×\90;=þY\82\b\1a#\0\8c\88ê`A\81ÈsÎag\8de8Î\97\88Ð\ e\e\a©\10ý\82\ 5J@\9fß¹`?æ ìP#\19ù\80U˦XÏN2?Z\ 6\93\868+6t\ 3:ëK\83¡X×ᦽ\9f#ì8\e\ 6g\ 4¬\17|ÕÜ\0\87èÑ\16º úgÁ|\87صz\82\9bæ\87è\ 2²\96\8eÑ\ 5ä¦-\80r5\14-\16rNl¤\84\1e
+\17 \93\84P\87æò\ 2=¹ã\90d\85±L',Y¡
+ÈD\ 3ymï£ÂÓóúQ¡\11\ fåó¨\eù¤Ð¼X\9edñ<¦%å9>èh°PþÌDË\87%%ø\ 1BÃ@¿ài^,O\122\1f·|ó\88\90\99Ý\12®ð\väyYGëX\9e£²\8d\19\89ÐQÔYëÙH\87è¨\eKç.? ÇÒXá\17èT\92\15~\81\83JÒÜX\1eÎI!J´hfÀ{¯ \ 4ä|0Ú\95\94Ë\168\9a¯2ü\ 1GóU\90$@\17Ðð\17è]#AS"^\97"%Ò»ØSD\12tTU±g3g\ 1è\\17)¡X \93þ$ì\87ôA7\19;B½ñ¨h±\88öý\14¼\0×%_-\98\11\15ª(\9aëwýÓ\ 2UHç\ 2]6Ñ\ 6\15v\ 2\8eYG0\9dÑÏhÒ\86¶Ð\81­lÈ\8b8v iN\84O:±T\1fÓ\1347J\13ò\0\ 5¨Ï\88       Z2ÂÛ® \0u\ eÄ\bMè¦@4\1fO}DÌéy=\1fÏР    :\12ò¬fS|L\11\94 Þñ¢zA~?øá\ 2*®Iäv\8bcNÑdB\9b\17,\ 1Ç\ 5\0½*\86Ù\98\9eJ\1c÷\83'"ñ÷û\8fªr8!\85\0\e­j¹\bo»ÂÙ\9c>b%h¡\98·máH¤7\1dEM        ù "-\92Q\ 1D¨CzÇL\82¹\84N\ 1\89«J}N\915+\8cT\887]=+kK\11\1d1oºzV\95\96
+C©¾\ 3Ð\8d\f¡tÚC¹Â\ 5è­\8f\e^ÀÍ\r±k±\ 5£cèZ,\e3\ 4K"9\9d,MKè9\85%FF亾ÂtÌÓô4í\86úÝê#\1f\9b\98|y\9a34k\86G×Õ¤\16VèÈ\1céH\85\19\9dãnr\7fÿ>\15}\ 6â¶Û,§çõÞO3ÂËëåS\1e\ 3\86\ 6¯gçlfÂçÇå#\9aÖÓ\80óã2®ÖàÛ\1dè8úxG×æ1fȽy\9d c\87·¿ë\99T?³\84𮱦}\ 2Çdz´\ 5\1cÞÞ4\ 5ä]_ñ\99\ 6G;æ\eª0\ 3Èñ\17\b\f\80\96}RÑ[\84Ëg¦\16
+\8e\89ú´©\ 5Z±cÒ\90¦Ç\14\8aê$\ 1\ f\93)qczëÞ\ 6\95\0ØQÆ×Ó¡#\8bY®HöIE\8a\bÙðÛØÌ\13,\9f\87ß2-LVR\8d´ðî   Þt?Éf\84¼¾`\8a/(\19!ïè\aî2°Ö§\88dPå\96\81ýÍßUÉy\17õ\96\81£wê¼\8bþûÉ£l\80"\9cE³d~?\19¥\13\1e\8aò\19\ f\11%¶dÇýd$BýBTzÕEH\aôö³\15\ 1rCOà\0¹¡+Ó;(7\14Ïth"5Í\ 6¨ü\9a&?Þ:\85mÈ1,      
+@o\1a\89ZNLñÁ\ 4\15@\a8\13\16\80\ epb/æ Ñ\84\ 2\94½`\86NÌÑ3q\90hºU¸ÃüÖHÿ\92äDzvH¢9\\0»\9b\f%¨Ï\9aZ\9eeåy\11³r>h©h\19\1d\a¹Ãdig wUSJF\82©%d\1cã\96C9)îöËÉo\11ÔÏì\87tÌÍ«>}çC¿.Á1æ&ÂÒÊ1æ&b5ÒAÖ¤Õfôù\8cÑ\15}\94ºñ\ 1O\1aR)\ f«Óãrñø\v\bÎ\ð\1eèÃØ+^\81LÚSª*C\ 2³.0¥ÔÏZpF¨\9fµ@gè8kYa> #ý\eü~ý¬e\13«\1a\8esk\19%u\ 3Mt\ 3\14¦\86@\9b~æ\\ 3®jd¢\89
+S:ǵ¦
+q6]\87\8fYQâ`0+j\16\10§óÌ\8aR\93ÚÁ¬¨s<G³¢>ãì;bú\ 4g?=¯C\\ 6PÅrZ¾¬\81\96Î\\96/+\80e3çåË\16d\1e`Vzæ\ 1\ 6ÒãÃ\9eðîéø\9e\9d\94\r¾\9fvàF´\0\9dâ"Zûæéy\aÅE4\a0R\0~=\eJ@ï¢Îh\ 1\8eÃ\92\8cÞï9,)p\ 1B.Ø· F°\ 5\8e\ eÚX±\11èJTá\168®Gc' w­Ä\ 5.ÀOB:´"rX\84\9d¨n\ 4\eôbú̸\r½_\82\86lZTVu\88õÁ¯\92\ 48   ©\18Æx\1f»¦\ 2\14\9f\85\8eÐ\ 3\10G5\14\90ç\13ÞCG#zо\80\83üý\9câü\ 5úíÞ\82\16à¸\1ck\18ý+)\9d»\1c\19émÌ\15û!½\93~\81~D¿\f± h
++\1av¿\19»r¹,Or:H$°EI\87¨\ 4^\9eìQ0;ZÙÝJhÏC3\96­ð¸à|Ù\ 1\1de\ fÏRÊ\ 3¥\9f\8d\ 5¯\1fy\16\v2Lé\1c0yB\12pQ\88\8aù\ 4ïfÇ9\9d\8eS\97g®ô\0ê']é\81ÓϺÒ\83\ 4tV\vIJ§ãäk\92\9bÑaB\ 2RBòü\86<©ã°jÃJ¬\1fV5µ,`æP0tõ¢£-TæÓôç#T!G+:|ÿm\aè)AìwÔOÏ;N  pBæ8%\80\95¥ç\94\0º!Ǽ²²\88\10r¬Bò-õ\ 3b\1f¹!\ e±C     È¡ä`ð\1c\97\15\fc\87ÑXo¥^aJªCÌ+ö£ò-õ£\eýò\ 3ò\9d\96\ 2\13*\ f\8dl\83)¥cN\96¦\ 3\f¡¬Æ`x\86(õ&¼
+\1d\99\ 3¤;ºÉ\87 %aÀT3²á\9c¬I-¬ji9\9c\935Y\1c\eȽ\1füNÄB+jN\8f;TØlèüz\19^²Tâüømû\99     [\væeõz3y\8f\ 2ç×ë3\9e,\91\18|=o\ 6\87\9f¯÷!\e²sù~\9d\803"\ 1:\10â\84´ÏóaãaB\9aäÙ0
+ÝÁ\16r\8c{C\12ÐñE\83¨Ç\ 6Ä\18\16è\0k\85\16è`\10­\92\0ø\94,¤Ã\8e\ 3¡\9et!\aB=\10àpJÖå\ 3\1cc¶à\aè\ 2Ø \v\97ÏI\ f\ 6ѳ\réô\8f±A7$cs±uÖ³³\ 4\1d=Ô¡\8a~\98\11p"\ep1xb+\16\9aß\fâ\86:à ZѶ`\88pÏF\82£\r}2\8f8\10îY?\98D?È\11ê§\v¨8\99Ð\ 1â\ 5zb]\84Ä\93ÊÙxZP,s$sG\1fûÐ\13\17\9c\8fèf°i\8e\80CÜp\vd:ì\ 3â\9e\14@\ e0\1fr@[\ 1.ÀÑ\88\8e\82\99\ 3\9c\15±NvèÈô6ê\ 4\ 5 W\ 4\998B\a\ 5h{T\13\1c3®&k\82\4\r *X±
+ê*´ ¢ÆÑ@{\0ÜÃt\82èàúT\aWm\vè\aà\84Lg\81µîËQ>D? Á\94V7¢¦ÅR\8a\8c\ 5Ñ\88\8a¦Ä\1cà\86nL\aÆ \eSvÐ\9e\9f5B\83§\1fÖÅÇ\84ªÙº¸\94ü(\92\16ì\86d\9e\8ac@ÕÈ\r\r[À'CqYpY§\1f1\88È\1a5"RW
+w[û)ÍÖï÷\9e~@9¥y_®ÝÞ\f¤û5ã\9fwkS\91+û~\9be\7fþ32ò\99Høò¼>\7f¼û\90Ëó\8eþÍ(­\9f?¿\8aÏ\93ªºcc\97çA\18%ãÏ\13|¿ÞwÖ\91±Ëó:¸\99áûu\¦@ù»Gã\8cåGö¯S¡\8fö\8f®¿¢ï÷àB\v4\0½}··L\8d\f\88B\93\vþ\0\1d\9a\a\8f\87\16¬\ f'ê½\9b#\r¤ðxC\eàáBop\ 1ú½ð\0UØÑ8©¹PF\97\95"z¿\83.+¥g\1a\90Ò3\rH\19\9a\80Þö\88}\98\ 3ÕB>\fv\8a\90¹2Å\ 4\18æNX\rÖ\1a®\80w~B\1dÔY°+ÜB\9d\ 5{y\16\86\12ôb\ en\83õY\18²¾ÑÙ0d\98Øl\1a\f£÷Ó¶ÑV¾\8bÑ«\ fÐ\8bQ\9cÇ901è\84<\98\18\94 \KÙT\9ai\e´®MÁ\v°¶O¨Ã\8e¦K\94JFt\95\88\81Z«d\84\8c¸\0NÏ %ó\9c]\ 1;b9\19ËØ\rÊ\87t\19f\83ú!]>\92Á0:¤c\1cÆÈ
+\1c\ 3¾2vd:\8bó*§\93¬o\14zb}4Ð\86\92\11\ f\ 6\1d\89\90Í\18¬\ 6\95P¿Ñg¸Üõ\vô\9e¹\0kJý^|\80  ­~/\1e»bý^<LHõn\8b¢zb\ eìi    !\9f<¯é0\a\ 6±\ eËVXæ3Rû\81g5I\81  ©~>Q #\ 6~\8c\ 3{¸¨\11\80\15C\16\9bæ\8ayçª\9a\12\93/Ø`4u@\93\9bZÖ|\1e\1d?ÞC\fMU\9c\12ÊÐÔÞwªÕ\ 4¬k\14\17Er»\86Í\9e\1f\9a\82¸=ªj*td\1er\b¨\ 1úú3ÜAÙ\91WèÇ\14/ò^ÿ\9aÞEÉ>,ïSQÂÞoÈÔùyý^¶¥"§çu'hÀÔåõ²\a1`êüzy÷{¿Öåqyó-\v9?®\ 3«\96\84\f\84ÇÎ5v`\7f?×8?\8fÎ5ÂMwÖ_\81ù³ô\17\99\9d(¦î~Î\1f ÷\8cv^\85¡öÑùx\19m £I!öë+Ó_P5ý§Èj\85[\80\82øõ\ 3ÞgS6\1eoÿ\81\8fįT\84+RB BNÿ\vEàèÚ\84\83Ó\e\16¡¾\a\r;!½å\ fÛ±>09 \ 58\ 6&G¸\ 3úÄê\88\ 5 û\ 1ã%ð;B#\1fîAü\95\ fÎ\r\rÏù\91\19§¢yb>_\ fF\ 2ý|¡B#¼\9f/ppX\13À¨ãñª\ 2\ 2\89\15\ e7²z§Y\18¼\8bÍX\8e\ 5i\13\1d\19\9f\99Ñ\88|w¤D\1c\1f\86ïׯ\13\ah\85z·V\84F\0r±åÂÓôfAß[\1es¸Zq*:skÂÑ\GÖ2J\a\9a\1d\93\939C? ßÂË%¨é<AG\vô¤zI\9e¡'r\1cRT\1cKôC\8aE\r¦D\8b×ðÈ\13fR\11é\87\1c+Njeºº¼!%txBã\ 5\10²brÐs\146\83x<\84W'í¨à\8cÈ\ f¯NVf\a¼:LëYÛ$ô#:íhÚ4?@\ 5\98a,\92]qÉ0\96è]\8b\ 5»r\1dY+p\aõ¾OCGG*ÌáÙÙ\ 5ôç\17U\85\18:\8bÝ\88{ÆÜô\a@?¦§3åA]÷¾Ó\9fÔ\1d\ 2Ó9­¡«ZBÄGÌÁ\94V?mÞÑÕ¹²æL
+0\À\88:w\Û\7f¦Î\1dV\96ü\a \12:¨sÕtæ3uî0\9f\1aá³Ëp*Îg|v\19\90'\8fðÙå3\7fö\b\9f]\ 6\fê#|v\99£n6|v\99c\1f·4f\99#\1f?ðÙ¡ð\18óî\ 6¥§ßÉ\8fðûõûÄ\9dÔc¨}\14\9bKHý\1cØ\9c\99ï2`/çÌ·p\ 1zënA[èHÆcÁ\16 7\1fWd\81\1eîÞ*Ú o\7f\86Fèh\7fFZè¨\88âòÔ\ eVh\88òE¸¸"G\0»\1d\18ù-ÞÄÛ\17У\9a~\ 5åü\ 3:QXlP\8fu¢°Ø\1eZb
+\9a%²Hjä¹q\19\90Ðs\90¹\9ft\9c\17 C\9cIt\ 5ü\a°!ʾĸ\ 5\86¾\84B\9c\19¯@\878\v\f(\8e\1ef\98Nè÷Ú+Ng\1c8w\94\94\807A#     ê­s     z"\ f
+\17 _\ 4X\91\1d;N*6ìÌåh\92\0]\85\9a\ 3¼\v\1a\e\91£\v\1a.@oÿ\8c0\9cê u§H\11\82\11\ 1\89c{VS\1cmسE\85q\vÌ*a΢\12r\9c\1e.@ÇéaZ¨\17\16¹À`¨÷¯V¨Cº\0+ü~\19Û9@öK:¡_\ 5°Ë$ËäÔá¼N[\81ý\0,ît\82\ e\evQ\8f\7f\80|\81èIù\94<,B\aJ¯Uç\14¢\fØ\8cõöKìJu\907\8aZ8Äé'\v\8b\ 2\1d¡C\89\8cß`:\9f(¸@\96\vô¤\ e\88°À\94Ò5¥O5d\ 6Ô\8bÁ\847RãMÔO{¬ùb\90\94ò£\ 2-\9c²Þ\8bb\17R\96ÁÈU~TðÌ\13\95MôDT\82\18'ÔÏËZ}\ 6tÕ𬰩°:ö°×Ê®\90t\92G¨Cz'yJbaõyÆÝÐ\rðFh±8æü¿Z^Ï$`\95]\9d\9b«²¾©\8aÎ\8f\e·îCêg\1euÊ1\12Ñêe\17fHùàã9\7f.\12\9e\87?× òú\99¼\996¡v"ÿËórã\8dÍ\98\en\1f\vZ\80\ 3)G\ 2p!åY\92 \aº\9f\ 1\94ϪP}ªB\15ê°®B\8bªB\ 3\94»\ e(Üé\a¬p\ 1ú\ eZ\14?/ÀÁ!mØP\1d°ØS\1d\91\13\8b\rJ@î\99HVÐÌêÐÑ\89íÞ\823\7fîp\ 1÷s\82·cÙ[±¿Ï    Î[\10n~\84v\12'hF¨\93\98|B\82\ f\1cN\19zB9\8e\1fT#\97\ 5è\14¾Ð\93y¾ ¢]ô0è"Wì¡\8f\ 2t\98}A[à9ìY\90\128\ 6\r®\9a\12Üð\16Ê\aviC\9eÄÑûsÀÜÃt\90, á-Щ.\ 2\8cÇ:wfX\9ee4G;ø¤\12\1a\83î´\12fèÊ\1c\14¾Ð\93é%UÆ\8eÌA\80»IÑ\90\83ÔØ\8dÈ%U\86)\99ãrîÞ\f®}Á\80ëc BT\ 2\v´\ 1}ýÐ\ f:`zì\ 6å˹Y/
+Y+8Î'ô\93\9a\r&4\8e   qØ\11ë'5\r.ÀÁÀ\v·ÀÑ ®\95õ\14\9b\vP\85\85;ºo\89\94\98µ\84\8e3øB\ 1è =N\bõl¨ÀÊTÏ\86\ e¦\8fÙºè\80¨'\93\89\ 4äd¢\10\8f9Ä      ¥~ÌPÅl\86\8f\98\83V ï!¬\8d\14\18]Óï#àÚXï¦'\8eT?eÀ\8eT?ª2\84{T[sª\91Ù\ 5tx\14Öƺ\ 4+,\8d\1d\12¬\11\ 6\ 3`>©ßG¨       ¾_8$ù\89p?Bx+t\84º\178\0îY?f6X&\a»XëRùL\86Ï4Èà©óëõ\93FC§.Ë\97ï\12\18O\80\1d"\ fèqù\90ÎÌ·ÄÑ\19\1dk&\8fÚîq¶\90òÎD\8a\97\ 5ÝØB2Z\80£\ 55!    z nëF/£a\ 2\97\1d1\95Ùù^}¤Ée\ 1r\vêÁÄ}\91\80|Ë>\1aûãH\8b8_       ÜDO;û&í\ 1\1fR\a\9d\88~N²\8aJD÷p]¤=ät%È\ e\1d£*7M\80\94;!/®\93\85Ħ¾\9fQqÃ÷ëLÔQ\93\1f\87Ø\91\13ð´\10\0\9d\878!\r\96P\95N\95ay\80ß\88\raÇ+Ð÷ À=\94kÒTP(÷´\81c/ä@è¡\12ë\bý"\ 6SªD˳Hp\90a\8f\16À\7f\0IÀs\19aÃÙ \83o\ 5åS\ e\96\81£\13¼\f\f   S\86jL°¥\0ó        \1d^\fP\vux\11fTzIv\0ä\97\1dй2\92ö\ 1¼\8f\e~\80ÞÁ\9a±
+éT\19\ 5î \1c\v\8e\81\0\r߯\9f\91,¢#ä\b·¶\83\9cË\1a/@8c°\1fÀ±H>ñÞgĽË\924\a\90f\9cPé{\0\13*Ï9\95\98QQp-`\11ê\Ì\11j±¾\80(\ 6#N\97\82\83\91Ì\13pôa\8fk{\82\92äÌA8\93¡\b\1d|)ª+'-¼yº°ë\ 2°.êQ0å\18\ 2\aÈ\rñ\15}Tà\82íÐñ\ 3P\at>ì\15'\85\ eÆ\14±2à}ÔX\ 4º'Ø4\11P3hÈ\138Π     \9a\18Ð)Æ\19DWÄ\e¹µh@\17\10Å- (o\84\13BãòTö$\a¡õ\18hd}Ô°8\94£I%Õ)8¬Â[h0u\9e#\857#Ì\ 3NxÚ\88Ýo\18çÏ\84ä\94p\ 5½ÞÑ\88]¥·óY\8f\ 1\94Ï}Ã[¡\87\81W@\1cô\80²VðöLþ;é\89&\82+\reøF®£]\8f}\85ä­ýü\ 2\aN\9dÑ\17Ü\ f*8N½!\1dÐ1Ò\8c\16 \13yF\eR4Taò|Ñ\94\90\83ÌH     =¤Ø\15ª\90ÞÈl}?#%æ\84\8cä(\10\rßÉÞ±\0\ 6sC+Ò©Ãö^î¹=4Vmq\ 1Ô\13\89:uØ\81S\8f<\19Å\b¡+Ô©ÃRP­\90\11\9e¬H        µAUo¤¼>Óâ\ 3é\9eÕâ\94\9eiñAxâ7ä¾\80\8c=\81ÞL^°\bd\84ç\98;9Ð\ 2vêºCåßðÆéyýÔÕ@Öx"ÐÓ\ f]-¡??ï8s5+\8as<\9cÇÅ®8Ií¾\1f;\7f;²èç@ü^@\14\17À£9\12¡\83>˲\818 ¡¤?` õå\a\1c\1cfh\ f\1d'VÇÝ®8$w'?`¼A£\1f\18\92 ÍnÂ\82E ×\95GJ\11?\13I\ eo\87\8d7qpní¶\ 3K\b\0}\8aw\83\8e@\9faml\15Ã÷\93\rhH\80\8e    Ævn=©AÇÕ°±\19\ ffPÏ. bW®ß*\8a\9a\ 4ù\fk(AÇ\fë*i\0?7\ f\9a\13¡wãrC\12tLÙ(ª\r\92\94ðp\83\93ìü   º1Ï\fièÅô÷¯Ð\88\1dôi¢\11Ñ\ fØ\82´\ 3T\87\83º\ e\86ôÎ\8b\86ò9\ fû\19òâ.ö3¸\0ýRU\84\ 2Ô/UEd\83\8eKU6rlR\ 1\8eKa\17\ 1ê\97ª2ò\82\9eKU\86Î\f¿\80\9cw\16è\86\1dÜg0\95rp\9fÁ\1dtp\9fA\1f¤_ªZò\eß»xqýRÕ\82\9d\90~©j\85; Ûà\8asA½í`{¨\ 2ÛC\15Ø\1eª\0¬J\1d£\ 5\82\16\86èQ%v\82ú}\1cè\ 4]'öP\80úôä¤
+\80\9cT&\b+8N*3Z\80gzr\86[ aÄïónSáÙé\10\15ûqÇy74"\9dvl\81¡\\87x÷óîYdätÞ=Z\0¿Ô\ 5÷PïúØpQ.C¼\ 5ûA}
+<Î\ 6e\88·\1c~pr:Ä>¢äQ,«$\1f\94cY\85\1eË\8eóòÙXv\9c\97OƲ\9aT\\82\9c×cWê8¯×*\ 2~\\8e=©|¯§¾<é7Â|ú\ 1\1da¶d&L2ËÛIU\98d¾3\e\f\8f\ 6+\r\1e§·ºVøõr\víÎ|öí\84ÃgÞ<:~7À\ 5è]ÔÑì'\f8P)°g§Da\92Àó\0ÈÝ[`ÇÝIû\ 2~Þ½¡\ 5èã!
+Ò!ÇÅÈ\ 3\1f?/@\1f\81\\90\ré>ð¸Õ5x?\15`\85ë×\aå,H\85\1c\83r\16l\ 4\ ep¼HVÈÏû±\13\93\13ú¸Íº¡\vº~Y\80Î^×4\15ä×Ê 
\ 3\aS\80N@¾\1c\9c\88\1fÔ)§"\8ac\1eê6q\ 1\1c\1eWw\80ÁãÐ\8béÐb\86; cò\17Źì\ e\8e\7fç!§ç3Z@ C°#ø\81Tõ#\9e\8aV\90ªÐød¼i\ 1¸\91\9cõá\18KE+(Â\fe\ 3Ø\ 3ú\81\ 5\ 4ã\fíxGè×r\97\81n\a\eL\aôî·´A;\10\f¹/ ÅwMtY\80\f\11\1fÔk\93é@\82®Ð3\9a hÁ\803¯Ápê`^C\ 2p1¯¡häø\0ìÊäc¢\ 3c\1fí\0ÇØ\17)\1fà\18\ 1\1d!\86\19¥~Ø\9eqB¨¿¿Â`(\1fµ\1eÄmaÀ(O7`Ñ6\80CìZF9¼\96æO'\f"¯Ï¼Ðq-mÒ\veXØz0æ \191\aÉ«\98S\ fn¥]>@\aHU7F¿ A+ôOá\1eé\0Å\17å\94l0\9c\91\1fÃ9&\93âRÅd\80Âü\15gÕr\ 3çq+l¬Ew\8cö\r³c\84G\97!\ 4È\1cg5Ð\15éÁð@ÉýèÄË\ 2÷T»l\1d!|Yô+2\1e»¨\ f\89i\18"ÒÙӠ̦Ëð\80¹\872$(uPAFv-ML       \19ÌW#öær}]\13ÔB\1dçOP\ 2\9fÕhBèã +\14ït|ÃÌïïouä\88ðQM?ªje®\17¿×4mHÞ\87õ§¡Å롼c;ÍO=øë\9d°6IÜ\17\83ôúW¾t+iߣ5Âw\14½ì\9c>Ö \1f¶·Ï´\7f\1c\9d\8e\8f\84\97ÀÛ\1dyä>À\1a|½N×ÔS\80áò    0ZÞÇ\13çÇu²«~«¼}¦Lä\17Á\80ì\1d]\ 66ÒcÖn\f\97\1e\b\8fÃÒpïõÀ\e;KÐ+\95ÿ%î&ÐkÆ`íUÙ=>Ïã\99×\8a\rn\9f~    ®!ËÕo\ fA¿¥÷G¤^ÀLHï×Y\1e£×S<8"·)7G¤Þ"t\11¾~ý-\81\98ã¸ý\86ü\9eãò[G\80\96\82\80y\95Ü&\ 5Ó\v\8cy:\18_Ðæéó3°ãÓû¬«$}N\8f\ 6tG?\ eL\vR\1d\9d oAACo²_\91èuÍÙÒ¤æØó àzè\ 5;ú<X>½£Ð\90Ù߯(pN4´õ\ eè8K_ÏÛÃÑëõîð\84TÇ1qCÌv\bê\9aaºá\98·¡9\1d\82¬þ&<¦:¹¢½CªÃ¦m\80åë\ 1˸Ìf\ 3\96µe\8f\9eç]Õ°È\92Ó\r\e(=kø{SöTºa\8fOzÍ\8eØw¸øõ\7fS\17,\8dÄl {´\13\13Ö\88òøÅ\12\9aä´ù\90\f1[aH3̵t\88\10&K:ÿZ\86\96ã\18\90\81TG\aúKT\14w4\1dc¶H³á\18³vkó\9fG\9bÇÜfYÐóú¥@k£\9eÌ\96
+Jw<Ôy\eL5e\ 2DzAñ9 ] ¼zÿeA~\aô_rd\18½Þ\ 1\f\8b¦ÃfR ½×gjD\18\8fOÈëêC«3´<\a&,¹=&¼\1e¯·9êÖ~\87jó²¬õY\10ùþ´Cé7ôrÙáöÃ\10÷Ò\7fv\1c\vr\eMZ\1e®ýs»ñ6älþÜm¼\r\88\f\87Þl¼\rF8Ð÷÷s\88m\8eà0f°w®NaðzO¯uAº£ÃÁ} ßùq½M¶Â¯\97/}\19\1e;«º½B\98PÝ_GG\8c\8c\9e\ ePYßí\85§çÑ=\8bõ\96¡¿\19µÀêcÐ\19¹\9aæ³øóMz~Ôá;°\1c\854W\87´"R\1d\1dÒ\8ahñ:¤\15\81ì\1c\90V¿´>0;\ eåÂ\9dÓ¡à\f"\86Ãç\1a\v×ÈçRH\r;=½µ»\ 2ÃÕA¥TÑÞË'p\ 6¦\ eÞN\85¿h\1e\9f\83±Èéé$r½:\19ÅëÑ$çI\9fkS&¦·¾!³×ùã\1a\12\9e\ eªô¶\93m@¥Ë\aL ×ë]\9cAò:#ª\8e\81ìFPîðqÒ¿\98\92GV\1a\14<+»\8c|\86¾ó\9dsm¼ó\8c¤\ 3É^o\80. I÷\b¯¢\1aA\a¢+X½£ç.#\97      [îÈç/ðý2\a±Mµ¸<ï&è\98\19W\972\asÞP¼uÌÅi\92òQ \e%\8a÷\88ÃZÝ
+*0á\85V\82§ÅUI\96h¿gB\11ÇÑî    ý\8eÞí\99EÙ³\8e_\98ê¹\e~'«{\e\ 2\16\18©\ 6\¾Î©± ¿%';¥\93,\8e\96Ï¡\`¸\ eZ\18ä6\1c·XË&Uç\1c     \86Õ¹\8c-Øð\87\81îÜíþÌeq~}\91__Q\81\b{&H\87¬V!r"\8bI˱ÇQÈp\f'Fo×I0P\85çh\ e\86 \98ÌÅÓ\81Ü5Ì9\8dn5ë$Iu\9f×°~æ9§Hî\82^.7êôòdýL\ eͶ­Çéõ3A9m*^ÑÒu^ã\80Ö®£aá\8d\86­\8c×ú?ýþ·ßýYü\11\7füþ¯_>c\7fîõ¿ã_~ÿ÷¿Å¯\92Úë×êúú;\7fõãßý·\7füñw\7fû\87?þÿþñ?þøïÿùÏ~üÓ¿üã_ýß?üñ¯~üÏÿ÷ã¿ÿÅ\9fþöïþîÇ_þ»?üå¿ÿñg_?þâoÿø¿þø/\7fúñ\1f~üÍ\9fþôOÿñw¿û·\7fû·¯?ýÍßþë×?üñO¿û˸.\7fý/ÿã\1fþÏïþé_÷ç¾þæO\7fÿwÿþÇïÿ÷oÿå÷¯Õý\7f±æà\84
+endstream
+endobj
+440 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1022 0 R
+/Name /Im419
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³`l°ÿÏ`ÿ\8fÁþ\ f\83ý\ f\ 6û\ 3\f\ 6\f\b\83ÁL\8eÁ\82¿Á\80½\81\81ý\0\ 3û\ 3\bª`\7fð\ 3\8a\ e|`?\90Àß`!Ï ÿ\8f\81ý\ 3\ 3\0Åa\19Ê
+endstream
+endobj
+441 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1023 0 R
+/Name /Im420
+/Width 32
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÍ!\16\80 \10\0ÑÙ\84\8d\1a\16\81\a\1e\95#\187ðÔÅløu\ 6\7f\1d\8c;Érꦨ?©\11j\81\94M\87ÐÌ\ 2þ\8dgk\88v\93M1\91Ý\92¯¹Ûö¨x\r/Lk$\15
+endstream
+endobj
+442 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1024 0 R
+/Name /Im421
+/Width 19
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=±\r\800\f\ 4À\97¾ø\8el\90I2X
+\14\99Í<
+cX\ 1A\ N\87\ 1¾Ða\85^åM¾Ó:\90#\a®\rSv3{ðü÷¯·,«\ 5zÀÀ\ 2ÆÒ\1f.
+endstream
+endobj
+443 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1025 0 R
+/Name /Im422
+/Width 27
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o``xð\80\81¹Á\82\81\9dA\86\81\ f\be\80,\e\ 6\bsC\ 5\ 3ó\ 1\10.``<ð\81\81ñ\ 1>\fR\ 3S\ fÒkÃÇÞ #ÈÎÀ§ÐÇÀ®\10ÃÀ¼ \82\81áÃ\ 3\ 5\ 6{ fH\0b\83\ 4\ 6\ 6\8b\a\f\fö\a X\1eè\18~\ 6\0­¬'\ e
+endstream
+endobj
+444 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im293 304 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im291 302 0 R /Im160 167 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im100 107 0 R /Im108 115 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im107 114 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im107 114 0 R /Im137 144 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im107 114 0 R /Im129 136 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im291 302 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im253 262 0 R /Im101 108 0 R /Im291 302 0 R /Im112 119 0 R /Im292 303 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im107 114 0 R /Im291 302 0 R /Im160 167 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im136 143 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im138 145 0 R /Im136 143 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im115 122 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im102 109 0 R /Im107 114 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im291 302 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im92 99 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im115 122 0 R /Im99 106 0 R /Im98 105 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im109 116 0 R /Im111 118 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im292 303 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im100 107 0 R /Im123 130 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im160 167 0 R /Im291 302 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im342 355 0 R /Im343 356 0 R /Im423 446 0 R /Im295 306 0 R /Im217 226 0 R /Im424 447 0 R /Im424 447 0 R /Im393 410 0 R /Im234 243 0 R /Im217 226 0 R /Im359 374 0 R /Im290 301 0 R /Im216 225 0 R /Im218 227 0 R /Im220 229 0 R /Im135 142 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im245 254 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im394 411 0 R /Im246 255 0 R /Im74 81 0 R /Im134 141 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im98 105 0 R /Im115 122 0 R /Im114 121 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im112 119 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im115 122 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im114 121 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im74 81 0 R /Im92 99 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im101 108 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im74 81 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im116 123 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im347 360 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im128 135 0 R /Im311 322 0 R /Im108 115 0 R /Im94 101 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im107 114 0 R /Im93 100 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im116 123 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im238 247 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im123 130 0 R /Im111 118 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im120 127 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im213 222 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im425 448 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im280 291 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im335 348 0 R /Im243 252 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im115 122 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im298 309 0 R /Im258 267 0 R /Im259 268 0 R /Im333 346 0 R /Im257 266 0 R /Im239 248 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im115 122 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im336 349 0 R /Im258 267 0 R /Im335 348 0 R /Im257 266 0 R /Im243 252 0 R /Im298 309 0 R /Im258 267 0 R /Im259 268 0 R /Im333 346 0 R /Im257 266 0 R /Im239 248 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im213 222 0 R /Im96 103 0 R /Im126 133 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im332 345 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im214 223 0 R /Im119 126 0 R /Im115 122 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im130 137 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im115 122 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im214 223 0 R /Im119 126 0 R /Im115 122 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im115 122 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im123 130 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im103 110 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im116 123 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im107 114 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im273 284 0 R /Im142 149 0 R /Im307 318 0 R /Im274 285 0 R /Im426 449 0 R /Im153 160 0 R /Im155 162 0 R /Im275 286 0 R /Im372 387 0 R /Im427 450 0 R /Im148 155 0 R /Im158 165 0 R /Im154 161 0 R /Im145 152 0 R /Im372 387 0 R /Im342 355 0 R /Im343 356 0 R /Im355 368 0 R /Im343 356 0 R /Im344 357 0 R /Im236 245 0 R /Im227 236 0 R /Im232 241 0 R /Im233 242 0 R /Im296 307 0 R /Im219 228 0 R /Im233 242 0 R /Im221 230 0 R /Im300 311 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im128 135 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im131 138 0 R /Im324 337 0 R /Im133 140 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im101 108 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im109 116 0 R /Im110 117 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im137 144 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im109 116 0 R /Im110 117 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im118 125 0 R /Im99 106 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im120 127 0 R /Im107 114 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im428 451 0 R /Im429 452 0 R /Im118 125 0 R /Im365 380 0 R /Im120 127 0 R /Im107 114 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im214 223 0 R /Im428 451 0 R /Im118 125 0 R /Im365 380 0 R /Im120 127 0 R /Im350 363 0 R /Im430 453 0 R /Im431 454 0 R /Im428 451 0 R /Im429 452 0 R /Im118 125 0 R /Im365 380 0 R /Im120 127 0 R /Im431 454 0 R /Im428 451 0 R /Im118 125 0 R /Im365 380 0 R /Im120 127 0 R /Im304 315 0 R /Im432 455 0 R /Im433 456 0 R /Im181 188 0 R /Im167 174 0 R /Im166 173 0 R /Im176 183 0 R /Im169 176 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im172 179 0 R /Im182 189 0 R /Im382 397 0 R /Im382 397 0 R /Im170 177 0 R /Im163 170 0 R /Im182 189 0 R /Im180 187 0 R /Im175 182 0 R /Im166 173 0 R /Im167 174 0 R /Im164 171 0 R /Im163 170 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im166 173 0 R /Im165 172 0 R /Im176 183 0 R /Im174 181 0 R /Im182 189 0 R /Im176 183 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im172 179 0 R /Im182 189 0 R /Im163 170 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im164 171 0 R /Im168 175 0 R /Im400 417 0 R /Im434 457 0 R /Im182 189 0 R /Im168 175 0 R /Im169 176 0 R /Im401 418 0 R /Im176 183 0 R /Im180 187 0 R /Im176 183 0 R /Im169 176 0 R /Im169 176 0 R /Im166 173 0 R /Im167 174 0 R /Im171 178 0 R /Im172 179 0 R /Im185 192 0 R /Im171 178 0 R /Im180 187 0 R /Im175 182 0 R /Im164 171 0 R /Im163 170 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im176 183 0 R /Im174 181 0 R /Im167 174 0 R /Im166 173 0 R /Im176 183 0 R /Im192 199 0 R /Im170 177 0 R /Im185 192 0 R /Im176 183 0 R /Im174 181 0 R /Im185 192 0 R /Im182 189 0 R /Im174 181 0 R /Im176 183 0 R /Im169 176 0 R /Im166 173 0 R /Im192 199 0 R /Im169 176 0 R /Im166 173 0 R /Im167 174 0 R /Im180 187 0 R /Im168 175 0 R /Im171 178 0 R /Im172 179 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im166 173 0 R /Im165 172 0 R /Im176 183 0 R /Im174 181 0 R /Im182 189 0 R /Im176 183 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im172 179 0 R /Im182 189 0 R /Im163 170 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im164 171 0 R /Im163 170 0 R /Im169 176 0 R /Im269 278 0 R /Im171 178 0 R /Im180 187 0 R /Im171 178 0 R /Im167 174 0 R /Im166 173 0 R /Im269 278 0 R /Im176 183 0 R /Im170 177 0 R /Im168 175 0 R /Im169 176 0 R /Im171 178 0 R /Im183 190 0 R /Im166 173 0 R /Im169 176 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im171 178 0 R /Im179 186 0 R /Im169 176 0 R /Im164 171 0 R /Im180 187 0 R /Im164 171 0 R /Im168 175 0 R /Im169 176 0 R /Im164 171 0 R /Im185 192 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im179 186 0 R /Im166 173 0 R /Im168 175 0 R /Im168 175 0 R /Im164 171 0 R /Im180 187 0 R /Im164 171 0 R /Im168 175 0 R /Im169 176 0 R /Im164 171 0 R /Im185 192 0 R /Im165 172 0 R /Im176 183 0 R /Im174 181 0 R /Im182 189 0 R /Im166 173 0 R /Im168 175 0 R /Im74 81 0 R /Im194 201 0 R /Im263 272 0 R /Im166 173 0 R /Im175 182 0 R /Im176 183 0 R /Im185 192 0 R /Im266 275 0 R /Im182 189 0 R /Im179 186 0 R /Im167 174 0 R /Im182 189 0 R /Im174 181 0 R /Im166 173 0 R /Im263 272 0 R /Im176 183 0 R /Im168 175 0 R /Im169 176 0 R /Im171 178 0 R /Im169 176 0 R /Im176 183 0 R /Im266 275 0 R /Im166 173 0 R /Im171 178 0 R /Im163 170 0 R /Im174 181 0 R /Im170 177 0 R /Im169 176 0 R /Im263 272 0 R /Im167 174 0 R /Im166 173 0 R /Im166 173 0 R /Im163 170 0 R /Im182 189 0 R /Im180 187 0 R /Im175 182 0 R /Im166 173 0 R /Im167 174 0 R /Im168 175 0 R /Im172 179 0 R /Im171 178 0 R /Im167 174 0 R /Im166 173 0 R /Im176 183 0 R /Im185 192 0 R /Im263 272 0 R /Im168 175 0 R /Im182 189 0 R /Im185 192 0 R /Im185 192 0 R /Im166 173 0 R /Im168 175 0 R /Im168 175 0 R /Im171 178 0 R /Im167 174 0 R /Im164 171 0 R /Im163 170 0 R /Im169 176 0 R /Im171 178 0 R /Im176 183 0 R /Im185 192 0 R /Im185 192 0 R /Im171 178 0 R /Im182 189 0 R /Im163 170 0 R /Im169 176 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im164 171 0 R /Im168 175 0 R /Im163 170 0 R /Im171 178 0 R /Im169 176 0 R /Im171 178 0 R /Im179 186 0 R /Im166 173 0 R /Im167 174 0 R /Im176 183 0 R /Im169 176 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im171 178 0 R /Im165 172 0 R /Im166 173 0 R /Im167 174 0 R /Im177 184 0 R /Im172 179 0 R /Im171 178 0 R /Im167 174 0 R /Im166 173 0 R /Im265 274 0 R /Im176 183 0 R /Im180 187 0 R /Im179 186 0 R /Im174 181 0 R /Im166 173 0 R /Im177 184 0 R /Im172 179 0 R /Im182 189 0 R /Im163 170 0 R /Im185 192 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im168 175 0 R /Im176 183 0 R /Im168 175 0 R /Im164 171 0 R /Im163 170 0 R /Im314 325 0 R /Im190 197 0 R /Im34 41 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 445 0 R
+>>
+endobj
+445 0 obj
+<<
+/Length 1026 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}Ë®-Ë\8dÜü~Å\19Ú\ 3oå³\1e\1e\1av\ 3\9e\186¬aOìnµ»m©\9f2\1aþ{¯Ú+\99{WUÄÎ`\16\ 4\1e\9dª\95Å$\83d$\93ü§ßþÛ¯\7fú-þú×ßþé·òQ\97ð+|\84`ÿ½|¬)üZÓG\rå×ZâǾ.¿þêO¿ýî?ÿ)Çí×\7fü\87ßþÛ·çß\7fûüüþzã¶~¤åú|
+ûõùú\916ôû{\81¿\7f{\1eýþñ'1\84\8f}»/ ß_Pà\ 2bXÑ
+^ÿÏí\ 5ûM\82Ç\9fÄøõ  kþZA¹¾`ýØñ'¤\be\98Ô=\88i×6\81
+1WM\88ùc+ð\ 5\15DY\88å¥Gé&Ä\b^@¶±BEBÛH\84¸\14U\88   Ë`\8dp\ 5à\13Ø\v\ 5D\88[Õ4ñ.\83\97ô_ÿ\1d÷Ôõàû\vª,Ä}Z\13ß+Ha\81+¸á\11\14Ñ6æ\ 4\8c  +RJx\eo\8atG´ö     i\ 3»\90\93dL\87\10k\86Û¸Ë\90f\98\1cöo_\10ï"(\1f[@\vØ\vzþ®Fùc¹<_>rÃäû\vöåþû9áç\9b\ 4ÏÏß\94è¾þö|Ìð\ 3nJ\94\9b\0\ fÛ\8cqC\1f°ª\ 2|ÉZ\93 \95@\82\v\0*\14ñó\19Kà¦\ 2ü\ 5P\87î\80Nu  %B:@ö°  Ät{\ 1ÝÃ
+\17pÛCú\ 1\15IÀñ\ 1\vÒ\81\1d\18\11Ù\81\81ô\11±7X#ZÀÍ\bî\91a[À
+\ 5\ 5T\80ë.       \90®\7fÃ:|\ 3b\14Ú~jÀ¶´\17l\1f¡~©ÐÍ\8a¨
+íõ\99
\9a\ 4\98
\ 20U\ 5ð\a¤\0uXþ\80Wü5i\ 3ï-L\11 0\86Û\v^\ e\ f{óT\81'H;\b\89Âm\ 5\9f\10\89\17 D\18\89SI¢/º>ß\16Pl\vÖ\8f\ 5DàKÈ\ 2ª¶\0fF ã\18\80\ 1\8cci\81Î\Ʊ´,\ f\95x\85\vÐ\ 5¸®Ï\ 4¸ag\ eTèn\ 5\9f\1f°U\84C÷Ü\86\9aÑ\8e\b'Ò¾\88"X.\11\f1s\88\1fáÈÎ^x°í__ G\94\902\82\80\ 6#Q\8eZHÉ\94(G-\1a`\12ÌQ\rIÉóISBf\85\19âØÝ
\ 6\90xN\82òO\ 1\16èLïJÌp WlF@\87\88\b+ôÆ7\15¢"\80@\ 6t\90.`Ѭ\88.\0\ 6d`\ 1\f\89òªA9\7f\1eÅ#\0Éè\v \14¢\ 5\10+Ü´\80\8aEtyÛµ\88\8ejñ¾>ÓâBB2Y\8b\v\ eÉd-.\11\9b\91\9c\97\14\98Û\82ä\98AqIX\ 4rX]\92\16\95\86\eÍõþ\93\92ã\9b#:=¿\ 2\96\vÓ#%C3Ðù\91R0\98Ê\ 4I\81X\88âjl\a¥\8a\99\r\82\ 3s\19\v\v\ eÊ\ 45¶ç!\12è\12ÜpH$ci\81P$Eu¶\ 2¬\ 4B`ÝV°c;\ 2é!\91Á\ eI"9&ª\ 1Eæ:ËUaLæ\bKkTÃRò\ 1     ¦§\ 2\90¼ßXS;ö8\9bQ\90£Â\9aã³\ fÈÚ\ e0%^ß0²¼¼Ú\8f:Ì4¨\19áùy\9d§}\85\13Ç×_\1e¿}=ó¥[\81«\97\13ÃmC«\17È\8dÆr×Ï\9cæòóñÆo±¯ßáÏë\14m\8b\9f/\1cT´Ã\9a\97ù\99ø¿\1d\13\94\9bù\8d\91\0G,÷õ\vôs\82\16\b\8cô\8f2\84\7fþ\ 2¬\822;d4ùH     \18\ 2Åò>p[^        ú\8f\b´\13%6\9aü¬\ 4¯eÉ_P·GF\1c\17Q\8dG<÷ð\ 5#\9eûò\ 57?L÷`-Ú\1eÐÓó\96V]¾ Éä@ÜVi\ f¨\ 4\ eè\ 2ö*-\80\12TíÀo\88\ 4\94 
+\9a\16R\922"-Ôé\91\14á\16z\88\ 1\80¨¦T;\84\17§üÌ\8eS\11í\98Ò¤\ 5ÛñM      ã§÷ºÛaª­\92'¤ov\98ªìQ_\7fU\v(è&.AÛDÆ\93¦\17\96½c\8aýg\9e\94\96?¬Ð§ï2½\90VM\rîå\13íù\rËP>õK\10\8bîzÌÐø ª%4f\9bxpÕÒ&²#£\1cPX\ 4\8e\8c(K\86ã*@°\10¦4!\87æ\b\8csz\16Øe\12\81]Îp\ 1òÁg.(1ñH  <G¹\ 1#«E4ädµ\16\18\7f\81f$8Ô¦Ä=ªª?\1f;Ò-\84¹¥c\v\ eô-Ü`X§\9fØàôP È\9a\11ìYË\ fé\aì\9a\ eR~\88$\88:G\ 6\81\87J\\9e}@\12£BJ¶'\f\ 3 ·`T5Ü\ 2\9daË0¬\94\83²R\90/ÒâêÏ\1d\ 3\8bÿäøM\14\ 5t\v \8eyÎ;\16hÆ:ÑÜ\ eÝÆq-ÙB\98\1d\9bh1$É<f\88\81LFRcª\87HJÏK¶½\85Tß_\80ÎKpQoÙ\11\ eÄ{Q/sf5@g(dgÆ\13ãxD(
\17À\90î\1eÕRª;A\11èõ\v\15\86\12\18S<m\87æÎ_Ê4ã\r×\96Ø\9c\1e\87d)\ 6"K+¶r:°\12\80¬qÅ\eX¾ãÐrÏèóeñïøçå`æµQè÷e¢ÿ¥ªèypÖÄ+ª\95í\1fUT_\9e×\8bY\8d_\19    \90¾ !\ 18B\ 1»#3Ò\0\ 6!VQ}]\80|\\10[!áe\ 1:ÉgüÊP\ 5È\16Ö m!¯§\86\13Í\8b\86@ô´a\81*¤Cp\¡\ré·\126m\ 3é\ 6lp\ 3u\eÚ\91\0\81\rÝ\ f\8cì\ 5\v\94 \1cÉX=ò,\8a&\88B\ e#¶zäñ\162\9a\17JàNó²Pê¸\1cô\19J\9d^p\ f¥êÇ
+o[¦´\ 3\1d\8aY¨ü0\9a\17*±NÏ\15\88\ 2rõP*ð÷e\14é\1cí\10\ eVdD\9e\93\86i\18²çñ\ 2\ 4WÜT`5  äQA8\11Á\8a­Hß\83\rY\81N\8eY9òÐ\8cy9ry\84¤i\87¾\FR«F\1e")-#ì@VFy9+'F+Ð\8b\a²\1aOQ\8e:A;Ô+9a<¦\a´\19\87cr@Û)êI3¶zèY\1cË\18\auv² Gà¨%®P\85\1dµÄ\v6b¹v(/Ï\82\81L\80T·¡\17\90*"ä\fõÃhĪ¡g}©U3\8ft\90
+`\87:¨×á\ 6\18\vÈ:\Âòh\ 3
+\8cæ\1c f¥Ì#\10a9]'¨Ç9\1d¡W;\8a\81\82Ã9Ù\ f\14\18ÎÁS{¢\ 3\ 5:"]\aÊöÈ\95\17\1c\ fÊ8\Ĭ\94ªÐ\ 2¿_Ϊ\vD±ûúY\11ßÁ.\9bü¦\8aø
+\ 6\90\ 6\ 6\83\1ez\e¦¥z\11_ÁYéÝ\11ñ\17àXH®~ª\98\9c\93\8f\15bNâ`\8d\98Û\92ÙE«\83\9eÕ\81JÈ5Y\ajV³J|\9f¡ZñÓ\85\1e\96· u1Z^!ÁÌ\ eØYõéqG$`'<ç\9f\97MÀâ\80óã2\ 6\99\ 1\9e\1fwwë¸~½ÎÌY:uy\81¾\82\88\87\92\ 5èì²\ 5\12£\17Ð\1aÒÔêx×4ª!%Ü\\82+¸sst\13ì\80h´  ´[B1%Nþ»u\9f+¨X\8fôrîvÁÓo\aö<ÞE½eÈ\82pÀQ\10¿"\1cð\18Â\8a6ÑCQ\17  \a9E\8d\90ÈÓ8g\87[¨KpÇ[è($FP \aÔ)`      Èåì½\12y\ 4%\94ÜJ\10\fu  $¨CrV\982tfrD\9d2ÚB=)K\ 5\e\91\9c\94%«ý;\ 3Ù=)ã\1d3\90\12\91\ 4\81H?kì\1cõH\ 4t\ 1\10\88\1c,ÿ
+ÍØÁ0C\1d\ 6\9e\7f\ 6Äi\7f\bÄi×\80\98í`&1\95|Z\9c£\16ÑRn     F4\8e~\11   ÃØM\ 2, é\ 4í8 a\f/\8c\8au\86·à Pï\96P°+\90ú¾¼9ZlÆzÓ\92E\83bN±b Ó«\98\97ý\99\16®Ð\eë\a5+Þ\ 2ý Æê\8e\80J\0çfúAÍ.¦&T\vaD¤\1fÔ\94ðÌ\9d\17\1c\a5ÖïbÖ\8c­ßŬ+*Iû~ºþÖ\81Ìo\ 2M~\19z\ 2ý ¦\90ÄN\8eF
+\ eÈôúÓ"F´¼ÛÅC\82¡T\91\9bh\17»&q¬@ ÕocX·\8cå\15\97MÝÆ(8 ÓKù7´\87\1e\96\183d~\96x\92"+;\84\11ùNU%\ 1\99\9c×U\88c\ e\8e°F-&\1f²Ä³\89e\8drr\8f÷ &l\86\80©g<µ\16Öó"h\1cÖ\vHtî¬|yA¾\89\80Õo\19ϼÄÓóò&Z<s~^\8f\8c_x6¸ÎA\88ê\rü¾~\1fƪ¨/Ë\97}\99\19ñùç\1d\ 1\88ßQBkUÔ\97õëý"\ 2\92\9f§%­\81Ày\ 3QKZ²\82\884\bá é\17\91Ò»\90ÿü\ 5\93NT\9f\17 W\92g¤C\8eÓ\8aüL\85cÁ: \1f5u\9a{V\0\15-ÀÓ\17\1aý¾§/´\1dy\ f­\90\15b#+vô­\8a+T\ 1ý¸gÅ\vÐ[\8eØyÝX\84\84æÆ8ê ¹\13\\80Þ\1f~_E$d\8d¡Ñ\ 2\1c=uÃþ\b\89mJ\83\0¤\84ä\8d«æ     )E\98\1enAïø1\14\ 1é\15\91Ûýâ%ÏõÔM\96\18^ \¾\10q´¶Vì\90*QA\vp(QÕÜ9e©+öÆrR\90 \12: 4-\10\aôÞÚ+ô%r^\99ì¼°î?ç\95¼·µæ\v\86Dý@\ 5\8e\90Øq£dÇÞÜQ\8a®\ 2\19¡h\ 3\14 ^\a\r#J}HC\8eP\80òIQ\8eÐ\86å\e\9c`6\18È8\9eÔ\9fÇñ¤Þ×:\8b\8e\84. Ì.À\9e\87&\ 4\bN¢A\15þ¾\8cAY\8cG\19\ 6õC\8a\11\ 6Ñ\93¢\ 5&Å÷\93"ÞÖ\1aê°~\97\ 1\8ev9\e\ 1ý¨k\83\vÐ\8fºvìÇt    ì\9a\ 4ø!\83\16 ðJp\9cÓè]&Ú\f¾ÙP¢à´ÚÑ©D\8c$x%ù¦Á\10¯$\87\8eH¯$Ï"5E\19Z\8c\83úA\15\1d\aUEcF¨\0+\8c\86õ\83ªªâ8ùþåY4]\16-\92á}N 
+;\ eª6lÄúA\15ÄQO£\14Ì\vè\aU\ 4Gõf5»\96\13òF)Ð\88åª\8dÞ(eÖ\13Õ¨ñ
+\94¡'Yµ\9cÔöF+£x\92\1eRd¼\ 2\99¢­v%gDѲÚ\1fë´RÎ]Ñe\86uk=£ÊhÊÈ}ý\9fÅä\vúù$\13¬\96\91\95Ñh\ 2R\8c¾Ã¯\97sò^L~y\81>xÐ2ªá\a\10j-"\ 1ê\9dr\8e\9f¼Îù\ 3ôV9\9da/\933JzWë\8b\bõ^)Y\15!\99\1cX\90     Ü\93Òa«\93óóú9\91\83-\1cRôÓJ¼ #rqôÈ\8cô`*B\10rL.\\91\ 4\1c\14ý\86\11Ð÷Jö\ 1
+r\86\1e
+Po¸´C\ 1ê*¸C\ 1êm&\ 2Ta}ê^\80n@o\1a\97â»\eóù\ 5÷N'w\ 1´NÆqï\eø½1½ì\ 6SB(¦ãpç×Ç8L\16\90\17I\ 5yGm\f\ 27\e ­\90Km[09\9eÄFGÎ\1aQo¶24"ò<\84A\a;¼h(Äëèq0¢_%XEWÌùñ,J\80èÐ\86vÀ3<\13ã\90®B0\9eC·I\ 6üö\0Gi!}ÄF$oaï\942ÞBÖ©\ 4\a\ 3\8c¤EST\ 4YL(8Cý,¤ï½N\ 6¾\88²\8b8\1cÓ;º×\15À\18\9c­ÀêàÅ\80\98\12´\vÜB}ôä\8a`\0p+÷\9eôoo\9a­­ÿÉ\9b¢±\0¬Õ\b\ e\a\1c\f±\ 6å¼\8c]\vh)»\16`<¦×\9f\12\1cqÌ]Ä0 ¯ iV8l\86=N\8cÙ\v°7\94«'K^\9fETG·\12-\1ea\14/\ 4\80µ\14\1e\86²Î"©\15²c3\94û\ f\1eÝ´\95¨\9c¶r^q^¦w$·Ú«\91;¥/è\11Ñð\ 5D\89¶íQXnc\17§Ù\91^\8a>éNk\80J$»Ó^\89>       Å6¶qh\ 5\94!\8dp\võ"Ö\9a`T,;£N\12ÏJ k¿?lÆ=BR\86\ 3ÆÎäÉqY\16\räQO|2x1Ã\9f\97Iz\v&.ÏË\85c;z^ÏI,\94È?O\14¨\1f¡ Õ\1f\ 4ñ§\e;/?Ê\ 6ÜÛ\8ddo;ûK\r÷H~¼\19ö¦m 'x\91\ 2z\ 6/®p\ 1\8eÁ\8bp\ fuzÍ\9ai\ f,\80nA\81\1f \1f\8amH\ e%b\85\17Q/P  u\1d\ eé5Ð\10Ä\1c\fë
+\ 5 3\ 3}êâå\ 3ô\9b\f6uq C¼×\89&\0N\11C\ 18Z\95D\15\ 5Ø\vª¦\ 2\94b\8d       "©N±Æ\87"H¢\bx\15\ 2½
+<C3\ 4\89=.~ëÝR."Ô'W\16Ù\99°f%H\vt J\15B¹\\80\99¬\8fl\1e\8e(b,±¶\0ªD«\18\ eq\92\16k¡þ\ 5\9b\ 5T   ·ýQ<\98v¤Ä\9e¾ü;6#\9d \vbDL9Î\80VàèF\1cñ\ 2äá
+ÙÚ6\8d\f\99óÌ($ÑÉ\8d\9cá\ 2ô\98¬WRÏ\864\19\ 6u\1e-(x\ 5z!mÑ\f\81×B«\91ýõ÷­\16Úö`vêâ¢!\ 1/eF\12t\942¯8°×ípÓ2\vúü\8eµØQ\v\8d\83\1a9¹ï]±gÝAï\982\8b¦EIJaË\94\81\16ó¹\8f\10\89\80\12áò\9fÎT\9f\9f×iâ\1cÄÀ\9cuLÁ* \.´\ 5`w&O\e+\10È\1cs#+\8a(ôÚ\87\83g~\14\98\97%Oç×o\9aØTp8¸\92,\0\ 2\91£\9c\1dâ\90§\9c\1d\92\\8e\rF¥z9û\ eUH/g\17³Ë!K=\0\11vRQC\9bã}z^9©x\9fx\1eíNL\ 3\7f\9c\84ÎIf\88\82òͺ*¢Ø°'ö$\8aW\88b:\8a\9b\ 5¦¹\9eàÆΤAKpÚÓ:¢\9f\97½°ÝKM\83\96èlù;úzG\19¹\9dñ\f\96\7f\8cc\ eo\0>ÿ~ÑéAëC{ù\0ÿÄÆË\vä|¢³ÔiØ\97\9fðc       ª\80\10FØóÍ\0Ò )<mÊ\9d[        ãù\ 5÷ú9ÎR##pTáf$B\aEZ4-¤\1c¯\15ÞÌZQ¬h\ 1\9e>\15\16G¤¹Ñ\b\9d¥¾,@&ø"\84AOOp\fd:ËkÜN\1a\r\97`­B \12:º<\ 4¤\ 4úYOï¨=Æ\ 1ö\ 2U\8bÙÐGí\ 3èÈÄ\88>À12\11\ 2¡£MFB:ìhf\9c\91\ 6º8êU2BÞçC\r%X\192Ü@½\16¾B\13Ò\9b9/\9a\ 2\r  æ±/&\ 2X5\14ämB \ 6é\ 2Ø \ 5êüò\9e\1e¡x\82Ñ\94§   .Æ0\9d\e\r8\18\92K^²]§\18Å"¼Ï\ 6Òa\87\ eu~yÒ\88z\19óP\87\bA\9eÅX\82R\93\19°ÞÌ:O\87\ 2F\ eãP@vD\19\86c°ý!+\84~\ 6¤ÙÚØNâHg\97'q¤·ó\9eôÄ\19ã\98Þ\14\7fÓp\94ÂÀ\86UH&\ 6{\15ôH\85è\17ìÏ\q/\83\9eÌ(z£\8e\ 1\90RV)À\1dttó\86\1a$h`[\7fÊ(¯V.×\1a7\8dy\r½\10\1dFc\8eBôü\10DJÑ\12\92a\11õ¬
+\94\87*P\91/v¨À\92T\15`ܶ\96\91QjyÅ\9eP?ß\810è¹\8b°aO¦+!\ 4BÇ]\ 4B¯éw\11vl\86úÈC\98\95:F\1eB suÊP}\11ù\80¨e\85÷\eAoƼb [n¾\8cݪ:\8a ï\1f\0nU±\8a\acVâä\80\17«ß\8bs\83!\8c!\8e\93ÝÌí 9\ e\9a\99\8f\18æËóz\ 1¦\1d°ÄÉ\86ò½\9buü¹¡<í3a\14s<\ fü\93\eÊ÷:èÙ-\88  í\81\83ß´{\ 4Ó"´\9a\9b\81\bÙ!WÌí:ÎéytIþ\9eV\1eFÕÚÉ×íû\11Ï+O¹>\1f?Ê¥\94ýý'/G²\96ûóÀ\86ðï·V3Ó¿ÿznú÷\ f\fzÙàýùrϪ\19\bÆ°\82\ f\8câÞÏÿ|JryÁ½`ç\95ö\93¹\9d\ 1¼ ÜÛíð\17\ 5¯¿F\ e\19l\ 5ß\8fÚó\1d\8fåö\82O!¶[y\17\19\ 2"ÄV\82:\14âvó\85vN\81d\90ëÍ\99"_ö½¥ùU\ f\ 4~§­ \rÌ»~\ 2\0\8dí¼ôú\ 2\80e\19¯\0ÚbJÂ\14ë÷\81¹aÉ2è·ÁÀ¸\ 5¥Çó?§\ 5Ä\1d\aô¸\1c\91¶j\8bóã $¦]«àÏë7\92àÇëýÜ[Z~]¾c\ 63\\804@û}X\vå\87`\88øòvX;Ú?zÌÕ<éåy¹\ eÞn$]>@/\9fµ³Öë\16è'î\ 5­@¿Û\e\vVa\81eo8\m\vÖ¹âQ»Räÿ\ 2;l­ð\vôxlEVèéÝÖ\bÆé=\80 æ\19A½=CÁ¸kfįä<\94 \9dÖ\8e%H\8ezÂÖÝÈÔQ\8f\ 5T\97\ fЯ\12D\ 4$\ er$A$sT.¥\f}\89>U c\11èS\ 5
+T"Ç\ 4\ 3\9e¶GÕ pØ\81ðç\ 1È#-ä\83\19¦µÈ\ 6\v`¯îÄ1AY\v(øóx\ fô1Ü8\1eÓ«\ 6pDu¯\e¡\87Î\10Ê\1c-cìÔwô\ 5ôÀ\ fB\99çÄ\11\aUzÏ\9a\b#\ 2ýÔ9b\7fªßÈ\89Ø\9d      9A»\8f\92\8a\16RðKI(ªr\8c§\80a\9dc<E\86:¤_ë\82A\1d¬\80#\avíFÑØ\1f\92\ f\80HèHlò¢\85¥¼÷\15\ eKA\1d5»R\ 4\91P?´^\8b$A>ÝAUAÖú
+
+P¿Óµ\8ba9?4Æ; ·-\82Ù¥>°­\ 4\8cC²3³ñ\fãì\9a|ÀS ,\10\b\1dÝÃÒ3vÂN\8dG\ 2`\95È¥U"_\ 2\12¹`\1ct\f\8c\98Ï\80ÆQ¹\I\ª\18\95ÓS[\9cÜêÇÎ\10G=V¸`\11È\aF\85dÇz÷0\88\84\8eRà²!;ÔO\8cìNÒ0/ \9b¸C,\97\8fÞ«\1a\12ò\17`w,çfU\8c   ù\84\ 6\b\85\99
+¡ÌÁsYó­YªÔ\860ÏÆ\ 3v¯i¬\ 3xýíعֹkUÆÓ\9f\1e\8f\ 1\8b&ê°[\ 5¹Ø´¢ß×ù\11\8bF\ 6\9fÏ~¾Ý\8e¾þ¼¼|3àÑó|\822ú~ÇðÙ\80\17 ÷M\8aH\ 2\9eñ\10-!8?¯ßh±\94lv\abF\1aà\98\ 3\1f\ 1¹\ e6\16¼\ 2ýNKÁ+ÐO\ej~¶        \96\95ù7¡]-{eUå\13ľ×N¤rKlïç\1d\8dì·`à\82C\8e\8b\13ô#§Ö\ 5\10ö(í\ 1-?±´h\84¤\94¥\fñ\19\14'\88E\9eá¡\11m¢ãb\vÄ"à\8c(S\9c 7Ð\99â\84tÀÑC-å$)\ 1å\b3t\aú\84\0\bE\8e»a\ 5Y\91^\91\9eD ¢\eH\80H®H·\11\vÓ`\9e\16\14\10)Dwû\82µ¼\99öó\ 2\1c=àV¨\ 2z\ f¸\r\ 5\84\ e\82+mP\at¦}Ç\vÐ\ f\9c\0ùÀ)\87\87\11A'ÊÏ\vÐÛ.EèJô¾O\11[\81c\880
+ªt\82\98ʱ\ 3Y\fê(O^\903ÍÊÁñ[­s'hÎ\ 1\89\ÊxÜMú¤¨N+¸\972¢2´÷\90\ 6\14\17Ç{\15Ùèr\92\80dd\13pHåaº¡\169\9ag=\fÉò¦©1\95\0D2 \ 1\16\ fd\ 2eúÝ\8a ED¼w\16V\ 2Gï,\94\1f:\98ÚX\9a\19,\93Lm\82\12\10ü±=\9f4\7fÊ*©l\92ðõ\ 5\8e\eJj\86\8ckѬùÕ5ª\95\91 à ÌA\15C3\92
+\ eÊP-\1a\eåû,¢(\90ãò\90å­AülX^pn¨Ï\ 3ß¡\11è\ 2ر?Õu\18òTzr[­°|2¹í4ñlr[­\fj6¹­$µ\93\93Û\9a´¸\9c÷¯\82J\8c\92Ûår¹ |\1afmãfê+²Øö/\11È\1dÀÌ\8a\8a·\87Sc\8a+xÜ3Ç·\9d{\97¹\v\7fÜåq93ÞáÇë#\Í\91\9f\9f×\9b«\aõë\19O\8c\91\18Ç\88\ 4àa9-)\19H\90Ï\ 1n%heò\9ejL»$Bº\85V\87\85\19
+@\8eå¢\95!\96á=Yö\82\15¾@>n\8c\15­À3\a\18Ú N±.\bB\1c\14ë
+wP\1fE½n\9a
+òæWP\80ú½\88\r©\90\87¤Þ¡\ 4ôæòF\8d\9427ý±sÄc\1câ\1cñ\9c\15·/\88\ 5}\81ÞyÆÚW\8dq\8cÍXxhÆÖÿjhÆt\ en»ey\11Á='ãC\16à&ê)Q\82\90aÅÎH.\9fIVý22$ª\86Æ\13OBa§\89\94\1a\12\8cÆ\1cå3\89ÄcrùL\82`æé¤\87C2G\e­U\84\82\9f\87$\f?`4\8c\a¼\8b\15Ô"½==\8e©ôZÒ\ 4£Z½\986èV\9f\84\9b¡\ eêÕ#ÙêðFþ\88\174c;\94       ²\\9e¹\83\fc*GýB¯\88\1e½\80*\11\8eªt\9avÁ©\85>©c\85ÞÀAT\8bq-åê7s\88ß_\80zk\87\8b\ 4Ú4áí+³øi\9a0\1fÒ\80\94ÐÑ>\ 6&\97\ e¦ÞF,ÌâH±[n\93Ùi\890,Õë\91#\14 ¬\816KXp¦8ª,I\8c*)OþJN¥\98\8cÖ\92\ 2\1d        {IóH\89¨\12à NïÂ\ 4\91\14Þ°â<õ\93x ÀôÔ\11\ f\14\8c¤\8e\92h1\9e /Xa<¡\97µc$\96[\8c\97\8eÄîäÊ:qU\95ä!H@2d\1dJv(\ 2?S~Y\80|Q±\8aXL\v\9aaPª÷£³qƳ\99M\15±\98\13í\18\8båôö\184!B)\91@\8e\12\8e\8cÆ\19\ f¿\80µ\12³Ö#ù{\17$ÐI\8c}\80\9dV\9d\9e×½±åuyØÉ\8b\10õ\8bôó\fD¬";§\9f1\84÷á
\ 5º'´F`W\ 1È\9e°\93íÙÛ\8a­}\81qT£/àTw\90\16À\8bª±\ 4ôÆ\13  J@o<a\{\1et\83ã³*Z<u\16¡\ e\ 2\11E\8byItÔ\94\88w\1fA{à »í\82\96[      íù\r=¯SÍ+ÚÂûúi\a\9b\r
+Pï\87x\90åOp¨såc "üTÐv\80\96\82\86v`{\91\80c\1cp\11ux@u_tØÑ;\ 4\9b±^Ê\99 \12êÕ¸\19)\91£\9e9C#\94\9b\80õzêÁú)M\\90/Ö/[Û4ã#¤\194, Å¼\15n\80^Ì»`\18t\f\9bX\1fÁàAsk(ÀXnäJ\1dYio\1c2Äa¢\82;T!½óÊ\ e\7f_vŽmÈÈ\15óQÂZ,ÀG        ã\ 5èÓ.¢
+"d\ 10\9aòpÄ       Z±¾\ 50\9a\12\8fjÞ³"6äÊ<49\ 6r9$îõÔ\93\8dz\10¾`Ð8dV\va8å©\86\1dê­cV\18ÓëÓ6ÄxlȲ\8fÌpȲ\9f^ L°´Æ!Ð\f\93~Úµk:HëXa<ç©\ 4\16\91\90\ e\ 2\8ep\veWP0\10êç\f$\9c»Ù\0\17-+£\ 4\v\1d\85°\19+±¾\85\10\bõ>f\85¤\85\ e\92\eF¤ ;1®Â,\vvfr3»bÇ}cr\820¬+öç\8e\10        õÓªMK\8b\88g\91ܦ=\8c\93\ 2²þ]S\ 1>\8a\18ÊO\1fÕ\104j\84÷üÀ6 ·Ü\88ZNðÞ.°\80\14Ab\9d²Î\91\93p\86øa0Ñ)æI\15´â¡\97 fÒR+\1d:?®7§\ eàqÇ,Þ\rý¼ãfÛ\8e\7f_®À³#¢ñó¤\96|CâÓÉÑ\80vÏQ¹Õk¹Ï/@9-¡Æ,\90xeF?Rc|\96ñ\8a\17Â\1a¯s\11\81ÎN\9a\ 1\rö\80¹ÑÞ³ã²\0\99\19\8amlÓÈ\ 49¿\8c>À3\8bxÁZ¬w\b_\91\19)nÌZv4       ÄÝÛ\bðÒ²cô\ 5tÜÈ\96ßáèé\ 5zÝÏÁ\10\7f:Â×ó?Õýp\82\18JP/"\r*\ e³æÒ\18\bõjî\88tHï>Ô\9bS\8f\90\8c\92[ Z\91£\18\e/@¾\13\95 \109\bÞ\f\13¼Ö¦\7fdD|\181tF:Á[±3Ò    ÞªyCº\ 3\v\ 6BýF\81%4\ 3+¤Õð+\ 4Rý *mµÃÈÔ1\r\89gôBì\1d\aT\8eÞÖH\84\9e^\ 3\10É<ü¢U NÊ°·Ü\18\8b\80L4VC"ú\ 5  Ú\81|Z\98ó{\94çU\råËI½\96z\12      :G<\8b\ 4½\94z\12       2F\12½³ñ\ 2±\¸g\7faxÏ* 3#\19¦e\ ef¤s´\13[øù|Ϭ\ 6_@íxÇa±nÇ\10\8a\1cE¤0¤ò\14\91\ 6\r\8cé\ 2pLå("\8d03Ñ\8bH#Æb½\884i!\r¥Ç\12\fi\1c\1d?43æý6àúu\96;c_¤wå-YR!Þ\Z\vÉèó05t\90ä\v\8e't\92\1c\86d\8eþæ8¢º«0\9f\b\fqP.\1a(6<Î\1dMX\19ó¢ùâa\15²;-°çµ\98\96\8fóÅ; 'f\15 n\84\15f\96\9eÆÒI£8)Ã\9a #ÒË°ó3~§B\82Jäw\8e\ f°X"\9cz\8bëÓhÍ\84Âpx\19!y3x^W\80\rÿ¼|«Í\ 2\91ðsWm:͸¢Çå\ 3\ 2cxÃ\sýWÞ\81\9e×K\1f-\e:?/\a1}\8ck\98ìª\1e-\b      \93]Õ£\99ï@}øø m mõ`ÙÔE\ 2\87\ 2\17 \93\9b\17\ 6\ 3\1exý0\\80ÞØ»B\1d\96\ fÙâ\82$è8dë\ 5È\ 3#âÓ\13±\ 4åC¶\b!PÇ\90h\95\7fC\1d$\1f°a#\ 2\18xíøô\9e\f\84Îáê\ 3RÑÙÉ\80tÈÁët\86z\16ÆS@2Ð÷ A$»ïAý\bP\8bS\ \ e8\18\88ô.\v      )\11\1cÁÉZBCW&WKt\86yh\86¬×\aÖb½\80¶Â-\94+^\12\ 42ÏøF+A\ eÃ1-Ä\8cVäÌ<£ÿV\b\85z[ïMó¦C\86Ù­Äö<\84bÔç\81Ñ»A
+hx\r2Æ!ùÀ:\8b8D\99µ(ê\10/B\86!\99\83YKÐ\9béM¥3Tb\9dY;f\ f>        JûìÁÙ 4\17hEúüÉ\8a Ü3\7f²"3ÐsÒ\a@¡\97\10/³A±\11äÏrº¼\88I\1d-!^[ ñé\ 5Z    ±\95 Û\ 2¾\ eìsÑg¨nØ\97èw\11v\88Äú\19\ 5NLåóâb\rÜ\82{(ú\17¿-%F¼W\a\ 6\85\99TAÃ\80"\ 3g@^\80¡ôþ\ 2Þí\ 3\82¹rEÙ(f\88Å\8e\8eÎb@A«\80!\14\8a1Ñ»W\ 6\fK\1d³ó\165$!,ý\82ãb¹\88¯\8f\ f\1c\99rüX.h¼\7fl\9fÍ.¶\ 6F/¿ö-¨\ 1\1cnpþf\89!\1a9*©a\82éjv\ 17\ 1p\f\eÌ\8eÊþåÒ¿¾ ¡ \ 2ÃQ\rh\ 1ùÞÛ\9cmBµ;²çMÈrã\9d\83¨~ïâ`\94\ 5\8eZ\Å\8b\91\93Æ\93ð\ 1\84\1aQ3,F\9eµ¤NU\8f,\89\89°õ»8´éçó2Ò¯âmFçÇ=ý*
+x^¯ÿi!Áåçõ[Aí¨æº|9®6²x´~ZÊ\1aà\aèùql\16Pvwsö3Ù{]\81\1c\18Ç\84>Aç8bV5\90ü~^¥ß§LaA*¬\1f7\18Y<R\ 1º\ 1\ 5é ã¼¡uÞ\9aµ`k\f=4aªÃ­óÖP\87
+(A\99e³Zä±\ 6²ÎÎØ\ 4\1cÝ. 
+ê3$w\84"\80g¤e\90\ 1~\ 1\9aòÁZCC%ÔI²\88\16à¨dm\857Ã-àÅÄX å{!     Ã\98Þë gÉ\fé\adì    dG\9e
\ 2½\8e´@%Ö+i«\86ã¼\98\19ý¾\83bJ\v¶"ùÜÓª\99G*@\9f\17q\8cSÕP\ 5ô\8e¼iËZ0Àç\ fb_ [\11D2Ç\9d\80\1d*\81£#oÀ\ 1©N\12\ 5\ 4$(\1c Óï`D§ß\13·bèY%ÊQ3cÞ/ãÙ\ e\1aÕ=¿\83YÜAJTæw\ fÂó\v\1cDeÁ8"W \1d\91U^\91L¦é¬\98z\18\933\96-c(Ôi:c\8b\87/ %ùkBP¤Ót\19f\96:M\977\1cQÈ4\9d\95SO¥fßË¡\87\ e\8d·¬Pý\11aÙ"\\80c\0\12\ 4\98\ê1I\81`¢_²+\19Gö²7(\19n\81\\83Q2v¨r\rF\81`\84N\9fYgi\11\8eé\16V-½¥g\16¯ôR\ 2C>\80\10n\81c\0\ 2]\89Ö\87©EYar¥÷-ÙfC\ 2\9b`\b±XoijTólnSqzê\98ß׺^\8c\16À°Üº^LS\145!%Ò)\8a\9a \15ÉE$UÌNG<³ Ã?óÌÓ@fñÀ67èb]Àã\ e\8a¦]*¸ü¼>À\10ý¼c\80a\81«\97ýè¾I«\1f\954_\9e\97.×}ïYqY¿\1eÉXÏ\8aË\ 2ô\8aâ\ 4å/\9fµu\8e\0Î1£\rÔ÷ßÆ\ f\8e¾\9fO\ f\84\e\80\0\94\1c\13\14\13àä\84
+k©<\Á¨¥òX\ 5È\16\18M=»\ 5\v´\ 1½oË\82\106~!$ñºJFÌ+\92±\ eÈ\97R¬¤YÐ\ 16ÀPÛBú\ 5;ÚB\a5\90 \8eyzf´     \88#\1c¡å¬\96Q]\16 ÷$Æ@¨×t'l\86zMw\82{¨×t'h\86\8e¦ÐX\8bå\9a\81\94ßm\f/Z|¯\19 "T±\94\17UCg¤\9f\14Ô Æ"d\v \92:J!­({Z    \97§J¸<TÂå¡\12®ø\ 3ô²øu\7f\14\90ÙøÆÙ\80Ìj§\9dQ\82Pìh     \1c\8aæKF5ݳ*ÐiòI$Ï\11'\142\92[_éY#ê<ù¬\11u\9e|V\82\19\1a¡^\90\fcZ©kK{A\81\v\90',ä\878\9aU\1c\1dÒô\97\17¸kºG\9e\84\9et,[ó\85£Ù\89ײ\81÷Ù\87\95-¬ç¦ÎRVñyQ· ç\1d×$\8d!_G=\99Y^»£çõß\8fè\ 3\1ccR"ú}Ï\98\946íê²\0½vÇX\99uÐÍ\95Õ\80Fã§×Á\8c\8aaõÓ:×\8dµW?­Ãn¬?÷r¼,@/_«H\84\8eâ¡\ 5é00\82aùÔ:h
+Í{An\92\ 4xb\19á\ 2ô\89Wm\ 4ëH\8b©\ 4\ 3ú¬\9d\0\8fÊ\89H\87à=O\96ÖA Òoº¶:ä+\908nº"(wÜtÍX\aô\80²<C²\9eT\8d\91\8cÔ¾t q·F¿¤U#C¦"X\82(\82ë\8dñðé_\8e¬è­\ 4õcÛ¿¾@vÇ=-ºh\91~]xE"Ð9º´B3Я;oY\92 Ïj´ç©\12î\bG\1cî4÷\80\9dæ\0½\91ìNm¨ý´;Í8$Ò¯IF\bDz#Ã\84?@v§\19"!t§,¯z¦Ä½|hè\8cXZ£)ñhØÎU\02
+ô¬dô\ 2ú\ 5\vÔ\ 1ùRD¯\1d\1am!}\ 1\89hôÔr\83: ß×Þ±/Ñ\9b \ 5Õ\97°¡ò\10ÉåÓ\92\823+Ù\13Ø´\9bY\18(*\fÐ\ f\10\ 3"Z¶\92\17\18\91éWm!\8cx®Ú\16¨C\8e«¶8µr\µµÒ\9fÕ=\r¸­`\81ÎD¿j\8b\ 3\1aÇUÛ\153\14z\rß\ 6±ÐQÃ\87\91D¯áÛ1\18ëWmwì\ få쮶¦¬c\7fĺ      â\ 4Y¾¡Vqr¥\8fÌI\10\võ~\8c\19\7f\80Þ\8f\11²4zý\97¹ÃeÔP\13ó¬V:s~\ö\85V9³\8c\1aª\92\v¢è×\1d$«ÙÏåy½\e`\15\97Oè!\8bè\97¹V\94½ôfù¹\15%åV\ 2Ü=ýv¡%\ 4ËÏÍL)9dñü2h\85Iç|¤wÛ\90ó\vôjü\98\91ö\83j|~¿²\88\12ø¹\97ßÈü(I\ÑïC\92\981\8cp\vôæ?Ñîx\ fl\80ßÏÄ: õç\7f_°DJ\18ï\9d\ 6è\1e\12\14\91\86\9d¼ç\89\9b\16\ 5?;ôî\85\80×®lð\13ô\815\11º\ 1\9dÜ!\96¬¿ A(qwÓ».@¿\1f\97¡\1a9:"f,\ 2\87\86\ 5´x¥´«Ig-BÅ+l`\vr'\9ei!\15«¡~Ów\81\ eMçø \9aé-;\8e~~\9f\89ÙéyGË\8e~Irl\aì\92¤¨E\9cf\84\86¤oÁ\ e=\9a®D;Ò\ 1Ç\15¿\80]²N2â F\ e\8azñÈdPÔIÎAH@\7f?\15É¡ÒßOpýrDÐK7üHjW\1cá\vô´ÖÚñM«PÅ_ W¿T(B\10\97ãÃ\96Ü:$\97×ÿ:\ f[\8cä\84:¬ë\10Îêt\8a\91\ 4erV\997-­äãf0
+èSáw(A}R\ 5LÍ<\93*pn¦ßË
+bDÅYR¸\ 5ú´\96\88¬È1Ì8BGà¸\9e  \ 5(w\1d)\19â°ãv¥\98\9cò^~P\80:Ë,à{\1eþ¾\8cã6-f\1a\ 4Êòt\ 1\98\9e\91\8eÃn\8d\1eÀ%l\ 5\acz\r[\81Á\94㤡b\86H\16a\85Á\8c#½¯Q£¸\86w\egÓû~¹q6½¯0\1er¤÷µ\ 3É ;\1f\fl9ZsNe÷V\82U&\eD\eAR~îcH罬ðçåçwøó²
+Ûiçåç\1du\9cè÷\1d\89}gIGòç\95 á\91\ 4ú\ 5Ç2hÉJ9ºÔNýÏ\vÐo\87\81òըγ\96\9f\9b#ó+\8eX       t       ä]\92\0ïãWà\ 2äk1±`+\ 2G\15d2»1ÅeÐ\9a\98\16BV¼\89òYÍA\15+2¤\86¸"%\0\1d¨x-*\92¡~-#nÈ\ e=Å°\e\12!Rc|h\1e!\14ÂS÷Á%É\ 1\92p\9e\18K@ï\ 3\a±P/!K\11\83ñ\rKù%IQ\8bù\1d\ 5úä\1c\v'ÎÏëÍ\10!\949n\89æ§\ 2(\9a\0\98\12÷ZØY%î4ó¬\12\13 \13¼ÑÑâþ³\18¶¼ó\82\17(çüåPåÜ6-\9bèPY-,\12\81ç¸\ 4B¡ç\92¡\1c\142\9eZ\f\8a\86·\fGq\1d\1f\1aò®\19ò]\82V\8ek!Á`à\ 2¯f\85A\91^\v\1a5,¦¿\9fPL㩦Å:¨w\ 3Ì\1a\10\8cæ\9a\8f?\80´\91ëA\9d\83½`G/Ð\9b\1et¦z\98\19\10\15
+é£å\97w\93ýkf¡7\13\84@æ!ªaD¥\13Õ\e\8eË\1dD5D\ 1\ 1\85\9a/É{;®9û\92$7©ïÕ¸\93©I¯Æ\9dMMJÀþ\14¼\801ÍÏ\80¤\90\98No¢\96°;Õ\9b¨A(sP­y\9eãø\94`\16\81\84*Q)\8f2ü^Î;Ë1\95ªQ\f´\98VÍN9Ù¬m!Uâ\15n¡^Ô¾>KÍz\1f¿±\ e\93\17\b\1c\8dø ;Õ\9b1îUs&´\8f\1ddêt\1c©\ 1;\ 3\9dm\17\89:&\81cbÌ#wÚÙò1W\89\93³
+³[G]\7f¯G\1e½\80\ 5U\9d\aU\8dín!Í+Ïõ\95/´ÇW𸣪߬èò¼\Ôo\14Ïùy½øaGëw´Á
+ð÷u\18\89\16N\^ \17\88ñË\17èwÞ#ÞA½¦6A\rÒEh64\16!c«\83´\0*\81\f·\0ñý\84+¶Ä(¯?Ûà°,ù"\ 2½ó\82Õ%OËÐâ\81¡\f\19YÝÊ\92ÏÏë¥ù\v´C½4\7fEvèh*¹"\ 1êìD´p"/\93½7¶M\12 ý\0\f\15÷v|\ 3\ 5àSk \8c(Ó»¾ºé}:óË\vdg\9e \ e9\9cyï»p~\81îÌ{Móè\ 5\fH\92].\1a\ 1  \9fû\82 L÷æ\89\0\91N\97W\fæ²?O\vD2Oß\ 3Í\e\15"\81\ 4¥í\v¶¤*2ã\8aá&ê\ñ\8e7\11\94ô²\9a\ft¦2`KÔ\99J\b&z~ß©Ú³\1déùýѹ@AcÞ\10îaL\93§c\1a{^ógC®×­\ 2í÷\vT!\9d¨¬Ð\1déD%\8cg<D%Ä¡\89vn§ç\1d\83kHb¥×¥\eÓ:\19\10ä]\13\0\v\bò\8e~ßqU®O<\99õ\ 4%"#tPD       ã¨>ï#A\11Êuí%µ\90èe\8cSuí\ 5\ 6\15ö\9aÜI+´ñÚÓVØ'\9eÌn!        Gä\13£^\94;X\0%ûq8\13ôºv\9c\18é\12\84\89\91§®}\85V¤×µoP\82z]û\ 6é\ 5½®}Ó\12#>peÕb    >0\ 5S\®\81)Z<ÈhVl\85\8e\17h@J\89b\ 2¤r4SI8%×\94V\9c\99éñX\85\1c\91î\r\8de}}ÈÀ\19b\1d°\1eÕ§çõxÔ\8emÏ?¯ß­0\96õüóúdî\ 5=.cX'Y/Ë×ù5#Y\87\v`$í®É\8fw^Èê\ 6\10z(®\8f\14 \93´\97\ 5\0\10"\1c§\99`ª?S\13
\ 3Çhñ\r=¯Ïe¶Pâ"\ 1Çlî$m\ 1eè*Z\80cpÏ\82uH¯ç]\90\ 4\1d±H'Y\afD%¸ª[\88\9bßÄ\rI@\1fÇÚë\89ga`\17\8d\88î\0\ 4B©'¥­@ó\ 3¼óEAVìh\9daIÙè\ 5¼».\84\ 1½\8c0Â=\94\89úd9Ùë\7f\7f$ê)½÷
+%>\93²\8b+×yê\8c\9d±£"8 \178xê\ 2Wàà©­|eä\f8Ï<\8b\85íù\ 5[¢ÎS\13,Ôyê\15\9a²\83§ÞÐ'8xê\rc\89|òÜiâQLÂ(®£uÅ'Åuz\81\83â"a\9dβÆ\87x\9cE0â\vÀZ\ 4à\14߶Ì8,Sn[Z\83[\11\8f\9a\97G\81e.x\13åìöh_¡,\80ö\87­X\8dõ!í\15\ 5÷\8e²h\18\97é\95l½Ãî$\10d\18\95\0\87\15lx\ 1º\ eÚÙ÷dT\93­¯ælT\93íÀk6ª)\ 1ûtGQ0T\ 2ùÆf\81\19ªãî\7fÄ\1f ×sB$ÓÓ»\92 G \1fz\16\12Ué5É8¿Ô©æ\82\9d\91£¦X\93\0\8aÍP¸òjd9\12¡\9e^\15\11H9Õ\8d#\1a}B=ÎOuª\18Æt÷¨\94Mþ(\eJ\rÒ=&ä\ùC\14 !\9dNöïP\ 5ô      õ»\1c\10±\9ab\14\919Âê>\1d\9bW\1c\12Þ$À\88ÞÞàxÄôò\ e\1eÏÈÒ^Qìö\ 4ö<T\ 1ùr\881Ý/\872uâf6xz^o\90l§MçÇe\f³Ò\9bÁ¯³\8fßѯ;\82a\9byrþyùn\92Yßåçõ bf}¯Äj®\8a1Bñë}#"\94¿Nò&¼\ 1:E\99öG;Ð\87\8b\8f\80Óä+\92\80>\1aÛò±I\r\8e\ 5í\80tÑØ^°£\ 58hö*î\0«$\86*¨W\12[:w~\1e\10\94\84¤^ \80é$õúp\ 3!\80z\9a|¿ ô\93Ö9½@ïâ\157¤Á\8e.^qÇ6¤ßHØ¡
+:ÚvÀ/p4\85\8dp\ fõÞÆ\11K@æ\95:K~Ù\ 3½\1c<a-Ò\e\1eØ4Ì\81\19s\96\1c\9a\91>U\19ã\98\83\9f­\10Gô)~\15;c}\90á\82#)Ç\f\ 2G\1dñ\8a\90Ð\11Êõ®\19ÃX\8e\86\v`\ f\92\ eòÞÊØ\17ê\9du\ 3\ eGôé[\ 1\ 1\81c\84\@Hèh\eÒGs\8f\ 2*N±C%\94Ïûú\f\ e´¶!v©c\14Òò\11r0$ÕÛ\86\8cô¶!E\v\by%4\12 §\18¿ª\19\19Ù\ 1+\81\9cM*ò¢Åä|\ 4\1dö¦ú  Á\ 6CBGwe\f\ 3\9caDä\18ä¸Ïê\90±ËX\87ô"ΰ<
\v\ e¨üÍ\95\87(DÖ\8fQÌß\y\80b´³î+-}\12\93[H\1eÒ\Hnúw~~b8üé\ 5z\19u\fð\ 3\82^8\13á\ 2À¤
+6\1d¾¢\ 5è´^Lð\ 5\8e\96\9aÖ\b\ 5´\ecÆ{(U<¼o97\1d~\81\81ó\94íÂ\f\Và\18ï\8e>ÁQBXÛ9ãùy\aµ\90¥ßçÔ\ 2ÒbÇü°USb~É\19é \83\9aÙ\82(?ÖÏ\13Û\80^\80huÈÓF´C      è)\11Ä1Ç\95 ^\807©Â\9dY\18~\0»eÝF¡^pL¯{²sÞ\8b\ 4\1cÓí7É\15pb!=RÂ>7j¤\84¼¡'´B½\82±@\14Ñ+\18;\8c\86\9fãizU¿B       Ü}\19\95À\ 2\95Ø1v
+â \9cÒ$\88\83R8b/Øg­àR¼7re´\ 4sCVà©áÜá
+\1c5\9cV\8b|vçz\rg\ eª7a\83\9bð.Ê5\9cý\96÷LDó®¾\83!\91crRÖÂZ\9a\18\92\98L®áÌ\19ª\91â\8fÞz\91\8b¡iýö\82\92ôéêe\97à\98j\ 1\8eéôñY\vÖ"Gù\1e\8c«u~eÅP ó+«ê\10YONl\ 62\9cg\18U)ai#xzv8pHô\vv\9c\18è£{0\14éµ[\ 1/@/\1e\83P¤3Ýýªù%A×;Z&\88æú-Õ~U|Z\ 4ùá\1e\aú\17À¸ÊÁ²õËæC;`õsÐ\e8êç4       R%ª\10Ét+Z\1eî DRÏ\ e®â\ eR\9a\12dÚRs\13³#Þ\933=\v,\vLP=\1d)q\86êèH ±ÔÓ\91²\83éd`Y#t\88\8e  TX\8däÀ²Â\14\15Î|À\8d;jn\8dI_Ù¾³qÇ[\8fZLq\1c\1cL\ 5¦-¤8?¯[ò\ 6\7f^\ fK[Dr}^>8nõü×çe\9ag\87\9f¯S¥\ 1ÿ¾N\956\96æèÁ3u+Ç®{_¾À}Ý[ØAFW£-ôôÔ\fp\ 1rX\1e[8pY\80Îõ\16´\87\17Û±é´\ eÇæͧ\958Ö]Ò\ 1Î6\17¸\0ýÌdy¨\84\18Å\94\9e\ 3ö\ 2¨\ 3ú\ 4­­<\93à\86~\1fJ\905åÄ\12Ð\a±a$sT²á\ 58\ 6PiJH©º\88\95P\ 6\92\94D ¡"HØ\ ee(´       TÓ{\90±7\91Ãbc¬§¡(\15\84e\8e/(X\84ú©G\85\13¾\15K@/g\\90\1dÜ%ðúÎË\a¼~8¼\19çµ¼\9f_ûÔ\91ãï
+PòIÚ¯Ëç\ 1þy\ 1\rqÝÑ\vª\0\86m\ f\f\fO1IÚô¢Ö×\83&\83¯\15ä,ç·i\8fè\13
+8\84Oð~ÕÑW4n×]8¦ÀÜV°\15´\82\1cà.TprÁªÙ¢&\83ò9¬\ 6¬ \16¸\ 2ý¶p\84zp\17"½ëÚ
\86±)ç\9c1\9eé7¾3\8c-õÞ\9e\8eè.\16\f'ò9´Ý9\1fÁ       ¿³\8e½âM\8dxwÑ\f´À]\ ftPÏßéFo=Ðåy\7f=Ðù\ 5:Õeõ@\97çõßoe­£ßçå@P\80zsS\eñ{}\81cÂîûªØå\vôѦ\19.@\1f\14Þ\13¬\8b\ eÉ4M,x\ 5ò ðhQÅ:ìòL^`QÁè\ 54ÃYð'ÈPh\97}.»¨7¶[¡\1e::ãmp\ 1z\9eßJz®\vÐ-yG\vð\8c\voçØÃ=à\93\ ff±¨ÅE\ 1+\81^\11\13\11\9a:*bâ&A\ 1\1fÑ\v-\19¹C\96bá-¸Ù\11­HÉp\ 5\8e\8a\94\ 2÷P¯H\81`æHP
+¶C¹ßºÍM\98\82\ 4àÊ\90\90!ë-÷í²Ð4\96&#{f±ÔjrFXJE¸\89.\99\95í\88%HP      ô°\12"\99cä¼5Ôò»#K\8fÞç\1eW\11Þ\16@3¼Tß\19Þë\ 5s\19^~_^=¯À\93áåúÎðN/ðdxy\85+Ð3¼\92Ñ\vP\9a\8c\83ûãÆÏÝ\1f$tý\94\b±n\9a\10yK+ø     \15Ð\86w²Â\ 6åÞ?á\95yÊ»°&m\17P/\97Ï4y5Uþ\8egé~\fJS´\r­@OÑìÒÐt\8ef\97~¦]B    \10\rô~>\11Ã\91~k\ 6\ 6F\8eØÐÊj\84Ø\90½\0¯À1é\169\15GMG\86{ Ç\156Áa6®(\ 5Æ÷z\9ez\14Å<ÉS­(f:Oµª\98é<µÀÈÈ\91§\965¨¡\11©*iåÊC·ÊëbT¿ÎfÝb(¹\99\ 1\1d7L²<G]\f\8e\ ee¿ne-Ãà\8cÉ°\86gY\96\rQ\18¥(t\84AÄi¦|ýªÂ,M¿ýc3\14FJD;ke-Å\194\96ÊËd\7f½õ}\ 5õü¼~ùË\88\92óãòÝ/ãIÎ\8fË»o¹Éèã\19\84ìïÎt\97ç\11\82ࢮÝ\96?ìþÏ.p\ 6éû9á\9bÑóú|N#i\96AÛï{8÷V\88\83\fçÎ\12\b²úZkªá\16R\11Z,2+B³ÿ\81\b9c\8c\r\1a3\\80Þ\9b«@\ 1è\13(*ÔA}RrE:è9õ°Pd \0N7ã\ 5¸èf\ 5\ 3G½¥\ 4\f&\8cû\16\10\8e\90ñÕ\9a\ eñ\82\1al\85º\12íP    u\18ØE$ç\159P\ 2\8e\e ¢+ TeD_à *\13Æ\11GoªUÒ\ 1F2\1dõ4\9f$Óëù)\92)\95\96Ú\9f\16à \99\ eºø\93d:½ÀA2\1dÍ©Ð
+d\92)½Ò*ð\ 2\9ddzm\0\80\12\aÉt\94ÔHBäÝ¥\16ø\ 2\99dJí:ûu\17d\92é\18Ô+í\ 2#\99\8e\ 6Uo[¬?\93L\94u·´h\8c§¬A\14\823O1G\80\17sDèÓ\1cÅ\1c\119UO1\aÄ#\aë\ eã*Ø^èçK\9cÃ=à\8cñÃ/(â\17P%h=;ǹ\15ÙÃåYv\90a`ä\98v\fsKG\8f/\18\179\8c`\83Vè¸\88\fÃ\1aO\87ª\87QIç\8a\87±ùÏó\ f\86VL/ßE(\ 1ýò]\84 ºc\80\ 2\86!y`ô1{âîL´i:ë'S\f\81\13\18
+d8ä\16I\9d*¾(±~ÞP5\18ã÷/a\¨«À¢ý>¿ÿ\88\86ã\8cc(=$\1ar\f\8c(^U\9a\87\rËÅé\91|ý°@\9eËqý°à\ 4M¿~Xz\8269\9b¬ÊT\13{\1ec©~ý0â\98LîkQq\86å\18¢\90`P'[B%T\91|îV!Uä¸3a\ e½>\9bBp~^§\19Ì\8c\ 6\8f3\r°p \ e\1aV²xÆN~ë\ËR\9b·{y^ïÂßn\0_Ö¯ë\9f\eÉ\8f\rbyYû\e\a\83A,üú#ú\ 2G}²9ã³\ 4îý\1cø\1c\81\r-@:s|Wç¢-t¤U6.÷ª\83z¯¶ªÙ\0\7f\1e*±¾\ 5\v\82\0G³»\ 5þ¾£Ù\1e\86 ¹­\8aMËÍuØ7\97ÕæB%Ô\8b\12ûõÅY\1cÙ!\8aê=äCã\98êÏ]cya-RAÇ\89E¯Ì\1d½à§Ò\E\ 2tLiÂ[xó\ 4ô\ 5\19\9cÚ÷ÊÚI_\90
\ 1ÇD\96dÕl\ 3%\18\ e\94\98\17Æ>óåÖ\85\7f~\ap,¢÷¬Ü +p\14Èo\9a7æe­H\89õæ¿       \863\8eÒ\8d£.VQ!JÏ\ 4$\0G\11T\8eZ@ÅçÌb#ÒYÚ¤I\80\12d      ª\80^Ó*ÆS\94¡ÌX\0z\v÷¢é0ïÂ\ f?ÀÑ\85_ôÅ\9cb\85\vÐ)Æ\ 5»2Ç\98YìLå\12\94^Q{±"\9deÆY\95nE\10Ç<Ã0 \90yp`ß\1e\ 54%`-Ò\8b!\ 3\84RG1dÄ+Ð\8b!{D\94ç.í\15\1d½\807\9aÃ\9f \83i¯©\1dê!ÙÅ\82c2Ç\v4v\82rÕ05s\Ú+0¦ò\14fÃäÌSW½¨1        k5'¢\19e»W\18ÖéWÖ
+\8eªä+ke\83©\85\r\93;\87G*\98erð¬b\82L\vJ\83&\ 1^\91\8bý\81^\12,fw\94å$Ù\9d\\12X\13Ü\ 2ùÜÔfÅú9\927EQ³Ipr¸\92q$e®÷®eFe²o¬eFeÔp\13ïÿÖz#\9d\1f\97Ó
+;¨¸¬^>ï²Ú\8fòs»QÎò\96ÉåÛóð÷uv)¢ïw°Kvíy¸~¯\99õ\95AÛbN\12o\8fÔ'\9aõ\94¹n¥ñµðÏ\80º\f\9a\8dÒ\1d(È~<\ 5±á\99ýõ\1ey\ 3       ò\16w\b?\-î´- }@V(\ 1ÇX \r\8b\ 3²A+Ò{]nÈ\8a=½.­t¤L\8e\ 5J\96Ô\94A»V>S\ 5\ 2\91c¦J\92\80\84\17Ä®Òïóþ\vÐ\rÉc\81RÒT\80n@Ò\80\9cþ~®¢ü\ 6Í\ef­¸÷§\e
+\0\ 4qL/\1cI"\8cQ\86¶b\e\94\89\89´`\13rt\7fxæÊ\8eî\ fOB¡´¢ßwTO¥­]Ï9½@¿m\9d\83úmë´ã/Ч0@\18Ôo\88å\80\83\84/\8b0H\eËÅiG`$sÖ^@E\0\81ÌÕ\99\ eæ#:¿\97WI\84ÃBÞq4ÀZã!Wä¢\99\9fAi¯ä\9d\84Ò\8c\ 32\9d¥^D\15àÓX0\94ê:°Âh@\ eÈò\86u@\17á®eµ¼\16\18m\81£Ûk¯\ 5\9eL+l\9aË´7³i±coÆjy!\96;\9a\1e<\8cÈ\8a\1c\91±®\11\98ZÐùY\12\92\ 1(¾ÞîÙ?ÿ¤\14#\17ÂGí/xá«LóÛ\81ÛØ\19°jb¸\aîi*³QqY4z\85òÃ\ 4É@Ëab\862¹F
+i;»æ\9eãa\fuyæÏ\vÉMõ\93\9a\1dÆT²;-8¨Ó«èjÀ\86(WÑU\18Õé\aç\15B¡£\94´×\12O\82yï:1\e\91\1cm'\9edç½\94x\92\1dX[T\9c½\rðÛã-\1a8?\ e¾\1e\e¡\ 5\ 3iÿÙ\ 6é$\95\88~^§\98+zÜA1\aIx¼k\ 4ú}Ï\0\ 6;"º¼@\1f¹\1c\8bø\ 5\8cäÞ\91\ 4õ\91Ñf~ççõõ'¸\83z\15«\9d\10\rô\97rÔ¹µ.:o\80~#%\16$\0©àÀ^\80TÀÑöÂ*w.\v\9d\80\10à\98\1a\ emXW\ 1«ü\99U\81\ 5ª°®\ 2릪\0£¸£d\83Ã\9e\11£\1d\1c\8d\1d\1f¡(ïù\80aLfF:E\9e&{ö'\82\83zsÕ\bqH/\ 3\8eÈ\b\1c%'½\12z\84\ 3£¹ã\82\1d³Ááh\ 5\8e¹ß\19B±cîwÓÂ×\87\fÎ+\19Í\8c°ÜQn\90 \14:$P\91!:$`Ç}#      ðÁåX\võ\ e½+t\87\ fÃAÏ(\9f\rA\91çF¶<
\12ÄBÏaÍ®ETT\84;rG\8e©b\9d(\9f\fj\8fbî'\12ìÅܳAm\86\ 3
+mîù¬\16w\9e}¤Å÷Ó\9a/\9eýó´æô\82\84\8açî1ÕgsÜ\ 2¡,
+1\81\11åY\vJè.B0ÕË÷2ÆR½¢~Ñ\90\88·Ì\80\98Z\8e\9d\89\83'\7f\16\96æU´\ 2ú\82MóÇt\a\ 3ú\ eî\ f­p\17c:>õ\1c§Vz)¶Ý¯\e\85¥\94\9f\83PèèK\9b°3ÒG~ãôX/ÂMÏr;\9bº>\8e¨HË\8b\fuHoy\91an'\9fû\1f\9f°c½åÇ0"d\95ì\ fÓ\8aÞ³c\12\ 6;Éî\16`ëÚb$û(¤¥; &Ǽ\8c\1c
+@×`\8c\82º\ 6ïÐ\ fê\1a\fQP¹\9ch\fý¢\ 5\ 2\9c¡\7ffB5æG\eØ\8bÐ\a\eÈÛB\8b\ 4\e¯b\97ý\10\91`ÖlhØ,dÖ\v\98\rÇ\9f;sS\8a¿¢Çå8b\83\8fË\a,vF\16'§<X\14\12½\ 3
+\1a»i'\q8\84\8d\9d\11 \ fp\fê\8eè\ 3<}\95Í\80\ 6ÛOù]\vB\ 6\eÈ)~¨\0\ e\8a\1f®ßAñgI\7figìܦÅ\9c5àÞµjX\86>i\ 1½\f\ 4b\85\vÐ\87à-h\a\1c\ 5\9e^#\1a\ 4Ñç7¤Â\9e!|\e\92 \83×ê}\99\a[À)v\11\ 5(-\15\9a\e\8e?\8fwàUìÐ
+åH6\11\18Ó\a°%\11\88\98µ-àü6ô$z\19y       Ò\ eð2rh\85A.\98éCü&\81üèT¢\09/#×\1ç÷\91
+zÆ´/\9a\08;\ e\ 5 kÐ
+qX·!\ 2cr\97\87Nn\ f=\11ã¶!\ eëm\\ 3Va\9dT\vû#\14Ë\10\85\1c¬`®X\97@Òl\80Ò² \87Ãz7è¬Æ\ 2d\aJ\94v\80\97\80cOª\97\80«Ñ\10ý\82E\vF(/
+£!G«\94åaFÓ\99åI\1cíÌòe\ 1B\1fW\eý×.£\9c^p¿\8cr/Ú³Ñ\7f\ 5èPÌò\19\132\99S\15\18ÌxJÀ#L©uV   çTr\vÕ\ 2aÄq«±ÏÝ\9bMkKÖ²2^\81\8d\10(!Ý\ 21\9a¡\1fP5 \eö\b\99¤EÊò,­.8)»{\ 2ZÿlwâÎ*p¯½äí\9c\93\96\18ÓvÎ[xs\93\97¼ÒÑÎ\19+\91£\9d3\ 4\ 2O;g\ 4\ 4®vΫ¶\v¼Í\b´\ 3½\9d3\842W;g\f¦\8evÎ0$p´sÎ\10\8dý\ 4ë\b\8b\98ð\9bóÏÝ\98OÏ;út´Äòü¸\qb\ 4íeõ2¿m\fíåy9¢³\13\92ËóRZô¦hí\ 5\93Cbz\15õH\ 2\94ß\8aH\ 1ô[\85Ѫ\aÏÏËÅ\1a½\8aúü¼ÞM9a\15Ð\9b\19Û9ï@\83é\ e\0\9de/Y²\81a\15õùy\aÅ
+wÐßéã"\0½\1dõ\82\1fÔö*è0\18 É9Þòl\aV\ 4#\8ev;v\eëüümý´ÕÉ\ ewà^³E\ 5°ï¢\0p$\90ì¤)\fg\90²>\1d\bH=}B \ eë5Р  ¹1\a\8a¤\87(\922^\80N\11[ÙÝÈ\95Ñ\15\14¤\840«a$/Ä!\19É;G{Ñb½%xUc\11BÓw\1c:k±Þ.gÅ{ \ f\1fÄÑ\94\1e\ 4"]\v7\1cÏ8j \91\1dzÚºï\9a\1dÑ-Ø¡/Ñ        ª\0\95ÐÁ\92\ 6Í\99ñ~ÒØ\få-è½>&#òcæÞ\93\90<'¬\ 2z\9b\a\b¥\1e\9a\95Dd±ù\17QüÉ\ e\9c^àª\81\86y\85£\ 6º¶\1aèË\vd\92¬3ÅãÄ\82\151k`:ìI=Öcö\ 2Ñ\10èyêù#Þí\ 3ë¡^\87\ e³KGÛ \1cÖéToÞá\1eê<]@{¨»£Îu\8f-\99\10\9dv\9fc20ïEÌ\ 3o@kX\13V\ 1½\b\17\87\85z\9f\86\1e\16\ eÌ\98SÍ0½ÖU @w¦³ý0(t\18QÁÙ©£\9dµ\88C\9cìÖ\923Nvk0ÄË\98åÀ\9e½@\r\bH\19ð\ 6UH¾\94U¶U2b^Æ,ò\v\14\ 5`Lèè4P\83\ 6\eö3\1c®QÃaº~\99ãc<;´A½OHÒ4`8³p6¤¬0»ÖG\8c4\92ü¸\1f9ÃN´¬îò¸ì\ 5[\1c2z\9cÅ\92m\90ùùqÇ\1dÿýMO^~^Þ¼v       àòó\ e\82:Té÷)ÅÞ\8cç\18u4W\ 5\1dµ\ 5P\828\ 5M\ 2¼\8a¹HêG«\80Ó»
+ø"\ 1G\15\16@9ú\8cu@§¨\v\\80à¬\f\19\19°c¶\8a\97\ 58&\16B\ 4Ñ\9bY/è÷\1d#-â\8a$è!éW(\ 1½\10{\83\84Ò\8dåßl\ 1\83\81\ 6¼\8e\19î\81\ 6lÇî\99\89~$3\92\e-ÀSÇ\fÍÐA°b r\90äX\at    fÕ\93\12    \16èJ\ 1\ e1\8e\1c\9a¡§M\a\\80\83#Çf¬oAk\9d8ÞB"\81\ 5/@\9fX\b\91\91\ 4c1XHL¶\0\87Sz§\94\r\1a\81®C\eÚ\ 1éj·QÜ\19¾@ÈÉ\9b\ 4ö\1dE\84E/Ä\rØ\fä~=9B(Ö»dD5\1eø¹MÇh\ fùÌE5 "\1c{k\9c8ë        2ÆAÙ\13X3ë        gÜ\16\ fàü6TA½|.Ã\80Êq-*/b^Bu@N
\1eÀ¬ÐSK\8d\81Lgè[ñÔ4\94g\bD\ e+Ü!\8cÜ'±Sv4Ø\16L¦vG1õ\13\91\8b³¾ @\1cr5ÉÐ\80\94
+ !\1dptÃÎZHÊ\9bl@ v4ÃÆ0 õIù>oq:&.\15JÐÑåB\93àhÚâè÷ëG(P\0\vFb9¢,+\86\119\18(«¦\ 3\9c_N\92\11ói\8f8\9a¹\85CìNÉÑgãͯ|\7f\81>à¤`\8aL\1fpR\ 3Þ\ 2Y\89*Î,\1d­¬±3\959Fc\88g÷°ÂÌÒ3m\11Z\91Ìï´NÔi\9b\9b±cÜÊvnÄ-\1fÑ´²\9dËÏËÒo\a4þÕ7\867¡_\97\83iÓþm® ø+`\11WOx%Kf¶ÙY\83\11~¿^?küðùyý\82\7fB»ï8á´
+èñ\ e0z·Â\ 58è](\ 1\9d[lå6\13öc} [>·¹ç)\18?\v¿ÀÁ\ fWI\89é¨À\15ý¾ã\98ÝJ\98ÇJÈ\1a9##\0Q\0¯a\86_à©aVQ\8cÕ0'M\ax\r³jF\84Ü\8cÈ\8c<5ÌE³\ 2NïB\1d\90CÉ£ËÄg(yÙBG\9b
\0}T^\81\12ttiÀ\12ÔË_+ôe:7¹`+Ò\9b /ª\ 4Øó\18Iu#Xa(¢7ê\80¡\90Þ³.m\10\88e\1cL\e\14 >ðtS£\19\82\88Bì°7íË;\199¿à~ØKY\99\0wPïQ\10 \11Ë÷\10¬~ùª\82:-\95\9eÅc¹Ý\ 5\99U\81\8caTo>\9bá\ 6è¼^ÆÙ\84>j±õÉ\18yR*\80\ 2\ 5(c\80µÉ\18c\0#§¡\0õöÅ\18Åõq¡\v|^§¦W\14H8N\882\ eæ\1cÌ2ò\83º\17±Âç¡\17\192˳&°c\13ÐÇ\9b\ 5y\v\18³¬\ 5ô\9c\19Æ\ 1½ÐJßÚ|\88)\rï\9f\f\95@oR\91 '×\a¼\11\18Ó\89É¢ù\ 1þ<^\80NlV\98\10È\87ý\85\84£ú\17T- §]2\96¢Å\12,©+\18ÉPRGD°â`@§ÇE(ã=\98Õx\8e\8d\11½þ\ 1\10Ê\1c\r"\ 2^\80\1c\r\1cÜð\13v°FÍ\19qjøYZ\3FRÙ\8a¬xxv\aì\9cx\9dhåÿI\ e/ðyY\80vL|z^\8f\866üóò\9dÖ\1d\7f¾P½ß\9e¯ðy\9d\1clwÓ//ÐOø¬\vòE\80z\83\89V=?z\9er\8b  m ã\98<\9a'^&gAÄÜ(öõç>è¼\8d1\94\80ì\ 5bk¸5Ô\ 1N0o\93[`õÃâ\ 2Ø\11a¬­\ 4ûô\ 2ý\880.Ð
+õ#¸â/Ð9úu^\84ï\1e\17\vRBýr½Mú\e\ 2Ñ\90 \1eh1¥\86\82\88\ 5\bÊ\1cÜR\80[ sKFP/\83\89µ\94¡¶\93ª\81+aU_éåÊ?   â\v\14Ë\13\8f­ËÆX\ 2\84"ÏØ\998\18f(\ 1\9d_\95\81\88Ð\9b\15é ~Ò\9bêC\eX¦½ù\85 \9eµâ£\91±ö\ 5\8c FHê ¨7¨\ 1úú7¸\83z     û\ 65Hoå½Ãï\97møh\90ñÈ\86{ñð¤\rç\88ý\80În=\8cÇzñïä\ e䬡訽Åt4\94\vDQ\9d Ç æ\98¯§¡8e÷*\16\80ÞÛ¢j\11='xq0%\1cÓÙ\v\16Õ\88Xo\v´\ 2\ fÅ\8c³:½µÄ\ 6\17 [1I+u+\86\83Ý\vÈ
+\1dý²
+Î+õ~Y\ 5\87\80;\b\84ú9S\890\1c\95y\8d^¼<-\80¤)1g\985WÆ\8b\97¡\0\856A­î3/bR·ÂÊ3«;­§Ö­IfØÛ\\95óóú\9dÒ6¬÷òówn\96ó"\vú}9\96í\17³ÏÏËÓÝ¢éïà÷\87÷²ë u.¿WÝèñ:\9c®D\8a®2\94\80>ÞÊN\8aë\\1fî^w7ø}*Á\82~ßAmÚx¨ë\vô¢¯Ú\8eÙêÏ\9dÐé\17\ eðùRÈ\b\1dsM:13ØC*\81\15¡\88>×$nÈ\8a\1cwr{áÞ`\ 1´tqÇ\v\90\ 5(A½êÌüh\1dt\11§}#£\ 1á` \ 1\94 \bôÛýýbõ$\90t^d¨\84\8cW\81¾änÇ|¾Óöl\ 1\15    ÀCìThFò\85ÈÎk\f¬\80ê\90\15ð\8ethÈkLú\ 2k\1d:R!fÆ\9d×\18\991]À\8eÌPwF   \86C\9e\11[»¦\834'\vê\a°[Õø\ 3ô     S1IÎ\90ß\8a\866 ß*NX\ 5ä3\ 2ëü94\ 2^:§Y1M\8b\vv\ 5zÓÊ\82\9d\99Þ´²<3ÃL\80Pg\16`Dä`\16\161&ä3ªà\1eêf¸>4ÃU6C\9c×ô{Ù\83¼\86\9añ¶HfL\ 5\0\81ÔÁÑg\82¤º\bajé`\16\b\12Þt\88\16.\85MÍÌ\96ËU\86íý\82\98?r¸¾à\15¥ÈÜ\ 2ÄRG\7f\82BÀTï[\99´\80\80²+9?J­lÊÖð\ 3\96o\8fÚ\a|^\8b\ 3\ e\9dW      ®ª%\ 6ô\v`Lè!¸\16Ñ\12ù\v Å£k!ÆR½øl\85y\85.A\18\94:Òë^¾7N¯ÙånÍ\9fÒ/ØE3äõ{X\ 4rTW\83\96_3wÔ/\87OÒl\15Ótz\ 1"¤é<Í;#\8cËåâ\9d\9apD"ëP\15³k~¹\1c\1cW\9b\11\96s÷S\99\1d°Ê\9dÓóº   Ø\81÷åçevcC?ï¸ØiüÐyùò9M\fxýR%ý»\80\17Ü\9bGÒ⯰¿£\91Ó\vîç\ 4l\9a@4~é"A¹æ¡3Ýg\11ê<±\15\10NjPç¹G*Ä\89\0ý\86\vpÜPG[à8k¨¢\12ò!]E\\0>q>
+\10?O\9c/:$g%½\83é¬\19.h\v=\12\12ë\ 5\88Fp\95Éé>6¥ëú\ 5\8e;òû3%Úñ\ 2t3Ú¡'Ð9Bc¸\ 68@IÒ\0\95X¯}
+P\80\93ur>?/·iI\10GA)9\15`B¾Ìs¿;Á\1dÔ/\98g\88c\82
+\7f\11ý\12\8c\1fzs\9dè/H\ 5\1cÁPÂ@ªÓÌ\15ãØÍ\b)Q¾`+ÖÏ»V\14\8fèW\9aú\15ûÙ-Ø\10
+8\ emmH\98\1f\ 6ì¤\0\aÄ7 °\884C\1cs\9c·å \85Ô¼ÿ)\16¡L\fô\ 6¨£\17°^\1dG\aTdÈ\8e*HhÈúa\ 1\89       õ"¼\f\9d\81^\85X`@£W!Â\90Ð\91\17õkê³\89ÑAÕkî\fß\aÈvfY\86S;\aU\88Ãx\80ÝS\87ÞHoûi[È\99v-µ¤Ïïe:\9e8õ/-\93Ó\9f\vÄ!ÇåN\e°5ú\ 2^C\88\8dÀqË\1c\86\94út%\fCút%\98ÚzF\94Ùݸ\81\ 4y\a\0pZC\16ÐÆGO+¡\95^\8c\94\90¾ GTÃ\19\9e<\8eé\1c49Ä\ 1]  \16\1c\96ëJ°ì¢\12\10+XaPª[\81HñÑõÃ\90ÎQI»i@Î;¨&\89!»G3ëDz}2¤k)\9f\ 3\1e\7fÅÉ×çãçßþþüûOÖFÐ\9d\9e\8få\ 6£¯ô1¡ßß\9a        \9e\9eÏ÷ãÆõöûÛç\8e\1e\14ãý\ 5\1fúÒÜí[\ fÊÓ\vÊý\8eð[ßî_\10cÓà\17 ×/\11Ô\9b\bëǺÀ\15¤\ 5|B¬·´æ¾\82ö\82\8ce ¼`û(áMò\81]Xo»xø¼\ 4·¡&ð\86r¯È¾ëaû\ 6kãxQ$`\88a\83Û`Å\v\17)Þ^@\85°âm\0¦t\95\84­ÀOзa\8fÚ6 °´l_½tÃ÷ªú|7ÆøQÊÕ\98\8f?yaá'\18\\9e\17\ eÌÞ¿¿EôûwEf¿ÿÊnÅß¿êÀû÷÷\0\9f\97¯\15\1c\r\1f\90²ÐÇñRX\7f~\ 12\83+\16Xe}D/È\ 2\9e~\1d8 O\0EÅ×=°\13\87\82V\80H\92\12®\86\98>Á$¡\17ÜÏ\è'\94ª}BþÈ0;ë3Ë.»p\v«î»`\94ÿ\ 2^\90Qdy\ fì¬éÀ]\13\13j<Anx¬X\88º&Z\3ÒÄ»-\19å\9eá
+\ 4\17lh\eï\8d\17è.ìh\ 5`\17\9897\19Æsû\1aý\96Ðúvìq²\11Y;ô\88£öAôùM{~Ð>&\ ezhÑé\93\15þüÍ\88î\91áþ±\95wwñ#4\8c\1e\17\90\19\1aC\ 1êû\17[Uïì\ 6\99á\ e \7fô\ 6ãØ\17°æþ\82\8fi"h\95\15äû\ 1\84ü¾s~Ù\84;\96ò\ eåh\ 5®\ 62P\rõÃÇb\v\88\93-xj|¦\ 5\15K@\1fBÚê\82ã \11\1a?ÿÅ@"\14Rµ=\M      Î½äÀ¹   YÁ*B\19¿j\85°ÌqÓ©9£ë\ 2äÃ3;\0\1eí\ 15\83\1d\83±~K& /p´?\89H\89\1c-\15­Gúõ\ 52[vd%Oì(%¼\872e\9b\12\86c}\84d\86\86(\93])ã/p\fáÔDH? à\ 5ÈÝ\13\8eËb\12\12Ð/h\r(F\86ÌÏ\80E0ågÀØ\ eäñwÖ§ýú\ 2ù\ 42\11\ri]E-`\8dÒ¡GuôáA{àéÃ\83$è¨EÁXìh\93®ê ëó¨FÀúèÀÄBï\8bh\8dÚÇÎ\80\1c &¸\0ÇM!\18W"\15º^ò\b\9fDËq\ 4ý\16áKFû\97\ 4@nG\ eÑ_P\8aöÀѪ]Ì\8eø!ôS\19\16M\86¼\17\8fì\ fY/\1eä\ fõ\8b·yy\16\18çEÄr~_L\8ciø P\fÅ\8eví0"p\f\ 2\95CsÖn\1da\99§a=IÓõ\13<\88¦\8eM(\ 1¯@ÆóãÆØ\13=,\10Ma9É\9dhø~\12~}\ 1\95pü:É>è¾£Sgø\ 6\87\8e\93è \89\80\9e"\16ô\ 5zI\91Íò\1cfùô\ 3ª\16ÙÒ\ 5,\18\få«*\85\84u\8e\vWÓYöù$x:;(\eÜDý(y\87\8fÔÝ1\9eË\1eÑî[ÍzÄ\8a  ?GÃõ FÖäº\12\fì\1c×\95`\8e­WeÕ\ 4#[]\80IÔaº\80¬-\80n@ÖT\98ý¾1ö\93­ñZQ\\9cí\8cg\16<ÙëÚò¢Ù\9f7W>Ù]sÇ?¯ß5
+è÷\1d\a\ e±ÕÔÅÉÖ\8a1"ù{niD(Aý¶VD"t\8crLH\7f\1d\9d\11;ßï\9fxp>½\9dW\82\8cµHv\83ÖÙlÖ\88b\9b\1ds]\80£a|~\9f;\rz\vî\8c-_¾´ðû¡\8dÎ\15¯X\8d\1d\rã\91\168n;A\1có\\18ÛT$"tÿÖNN\a\9d¦G×µ\86JÈ"z»nu}\81\1cÑ\1f÷¥>#úWT8\88èYk4¬Æúm\99\84ìÈ3Q3¡\158Fzf\11\8d\87l÷äì\8b\84\91D¿,ÓjÒü¿o÷\9dD$â\5ÞB½±\17D\12Ç\8d«U´#þ\ 2äÑ=G.\e\8cèäA^      "\91çÞ %Eþ\86ÓÆV?óg9à\ 5è\1cUм\ 1ïM\86\17 ÷¥\8a8(\91ãÂ\9cÐ
+\1c\8d±T(\1cÒÝ\93q¡Ý¸\9a\8d\vm.é0.¼/àµyGmÉÑ^í3¨Y¶\8fü\15\94 j,Bö¶¢ºY0ìlõ´\1aW\18[ëjLÀÔÑ^\rG¶º\1aãìÔÑ9\1eçWº\1a¯P\84º\1ao\10Êt5Þ0\10èãaa\ç\98®
+S\½o¶uG»</ß\1f.Aû}ÎTc\1dÖ/\9da$\95;\1au¦{V\0\18\bu\ 1d\91\v\80\14\83¾\0\18SzzÃÁôÔqߨj®\84Å\94\85à°\ÁqÜøR\1c\ 1\15ÀòP\0bLKYn\18Ó*YAë\8dg úò¤[üò¤à\ 3Ø\SM\0|®éCzÀæ\9aÎF¤\15¢ §«\17\8c(uGX      \fê45L®\1d4µÕåNf¦\15Ç\93ò\ eV\92\ 5$\15â¨ÞÈÂ"\99É\ 6\97ÆO\rúê±_·CóÉ\8eåV\17?Û°|\87?/\90[V\96Þ6¯.?\ 3\b\82&>ú|»y\1e\aíE9Ë\8d~_º4ܲ\11»òx\88à[6\92noàó?\1aG;ê2K9Ö´kJÀ\a\88T´       \ e\9e\1ck¡ÎÔ\17¨\86:Il\81Ä@\8dY\ f\rk\8b\0Ç\10\9b\ 5IÐ3þbA{¨\9fw÷ªô¡\ 4\19M\8e$è9n\12\81\8c/\0ë\90^V¿§gH`\91Äd{θÃ\1dÔgW\ 4h\842\92¦\bý\98^\89\1aá÷ëëO\10É\1dÃ?°\ 6ê·
+0\8aÉ¡`§Ø§\17P\90
+;&ÈT¼\0GS1Ñ\86FsYg\1dA"0¨\ fÏÀ0è\18?\82Dè¸Õ\0£9Ç¡uRq\94µ\89\9aÝa¬Üo
+Þo¹½?ªsôÇ^Ư\17\b@Ø"\9ac¶ë; YFü*¡¶B\0ß\90\17á¬Ç(Þ°<\vª\ e¢_
+ªxYº¨  \94dNH\b\8eù\v        Û\92ÞÜ-a4\90O{l\8eÊ, f\bÈ\8e\fÃBpàÅ\89þ]Ú\ 3ªÈ0.tt§[0\1aè-\ 6\17¨\85\8e\16\83" òªrl\ 6rvmcLfÃ\ 2k®&$7äzÆ\1eÞ·+^{ñãõ\fº\ 2\98#»fÌB§&Ç\ 5\9d©\9f\1e\ 2\12p\82¨O \88ª[e\?Ö"Ç\14\12\98à9ú»ACvôw{\18\17\14\88¥\9eY4/0\95\1c\1a\15A\81\86¨ï!\ 6\1eÖgHPª\88\ 4¼?\9bÆ\12°»rei\17F/`¬\1f7¬P\ 2rýF!`¬w¸[1\10èw36-Édþ¬\9f\17Ìú³\82  KýÄ\ 4gùò\89I\r&\80\ 1áy·ã¯²ü·\1d\9fú\93¡v­$A°â\85ü½É\1dH\10x|_[ýD.sñ}ªh     \9eø>Ùu»ó\12îñý}ªÓÛ«§åÝ\1eë(Ñ\8dý\ 5¹\ 2M&b´\8bÇg1fa\ 5ï.oG5Ö{\ 5ßûU\16ÔÏ\84¬`\177\92ezýîï\81ìS\99Þ1+ò\91\80¤èÊôìÂ\9b_\13ÞûpäY\8föáHs\9e\19Tn\13ÜçÅhWÞæÅX\16U\8cWd~\ 3\ 2Ñ×\12BW¦\8c¼+®\12ÎK\82\ 6u 2×ôëh{ô§\17\88¼|Ñç?ÿñë\9f_\8b{ýë\9a>Â׿ýÍ\8fA~þlícÅ<)\9c~[ ?ß\8d×\8ct9w+Ü\84Øæ-\ eã\ÎÏ/\ 2ûÝ\9e_áó 4Ùnß\9f\97oçpç\17¬B£º·Hú}\97Ë
+nXr\a£·\ 4û}\97Ë\v\80_»ö\87j\9f\10á', Ä¾Êà}±¾_x9\88ì¯Do\ 3á\15\91\81ÝX\19Éàþ     M\ 6\96%\9c{\8f¢OÀj`\13\8e\86zp×ö\82¼¾CÔ\8b\1e\b]ºÚ
+
+\Á&´\12°\17\14ð\82ìy\ 1R$ø\82«\1e´m¬©ëAý\82Â\15\84\ 6D\ 6V\9d9ÒDú\82\ 5É\0\bñ\ eÆö\ 2¸\82\84¦\a+ÒÄxï\82KwaÃÖ(h¢½\0\ 3Ê\r\12) ìØ\16t@! ,ãA
+x\ 52\1eØ ¢i<°IE\82_ /\88x\17\92"^\ 1P$ò\82\ 4wáî\99\98\1eج¢ë\vd=H\18T\15\17@!êÎ5e,DÙ¹¦\82=\93@}´O(ø\13@\90L\84XDLd\9eéhvõÈ3%\8cÊ÷m¤/À¨ì°Æ\ 5\ 6¢t¢\a«\18`P=À°îÐ\83\15\e\93®\a\eþ\ 4¡G~û\84\r+\92Àç·\15ìx\ 5 ]»¾à½/é ã\ fM|\85{_×\19\8fÿG=S     ¯L§\\ 3\8c\92eDÊ8ؾ«2\93A¿Æ4\96\ 1ÖÄ\1c±o\ 4Ô\ 1\16b¶j\91\8b\10Ám:\fª9Ak¼\83*\8b\91úéä(F¢+ÈØ\16dXÏ\ 4\95\81\10Ù\v°9\vw\83Û'\10T\96£´~\93i\9c¸b@É\18\95ï\80ÂüÂq\95\vT\ 6$V\16îq´\17`T¾\7f\ 2ÕÄ\15fïz´Þ;g\8d¢u\ 6ªY\ 5U\8a\98\15ì¢gâ+Àü\81\9cþ\17k*;\9bþ\17\ 2ªr¸_ ¨:ÂýÞ¼k6Z/*¨²m,      \9b³P\ 5ØV\80QYgÂJÆQ\9a.\ 3\15Öé6\16\88\89»L@ôkQ#\ 2\82Ê bþ@NºJ\15e@õ`Á\98\13·\15,8Ä\ 1\18\ f
+\81u0¿\85\8am\ 1|\ 2\11"áPäø l" P!b¿p·\ 5ªÊ\eôLwU¦\9f°\8b´0ý\ 4\ 2ër\84Ò\ f\G\80¼s%Á6\b÷q°Ý\e¡\8d\82m\16`T\fëz\8cT\93\18#±m¬\98CÑ][ÍH\ 6\ e×V3\8e\ fd&Ë\82´0é\16Ì\98/ÏË\90\1c&\11ÕL9\fÐ\88á¡Yr\18À![¿\ 5x£õ3\15Ú±üdêÂjà.ÏËÌE\fP\ 1tæ¢ß4»¬@f°b,o+\f\ 3+ä'\p\ 5:\83e\ 3±\86\9f@Yý\84W 3Xý\80jV\r¢uÿ\98Ö\ 3#c§õ àO\90S\9dÞ\94mô        ü|I\\ 1Ý\ 5\vïF»ð\9eÅ\aV° EJÈ­\93]X \fô\9c¹ßW\v\ 3¯LW°\89\ f¨0\1eÈ\99JÜ0¤\81±dd\17v$D¸\vä`\82`¢à\14í\84Ëd0ÈT(\19\e1"ÉDd\8a¢*SF\ecâ]\ f\18o\90\r\ 3Þ\80\1e\v\10Hs\1c\ fa@\91yÄT 19\ e*!¤y\ e\1c\9e\91m¬Ð\98\14Xo2°\96H\17\85¸\88\9aÈ\ fg°-\bÓwípFÄD~¶"®\80\9aó\86UY7g\1c¦:\84¸cß(\13\ fýxh\14âPPÅ\91ªÂ\1fÙé\ e\16¢P>Ò¸Ô\0\9eµ3[èw×F¶@9u\12h\ 2H#\aT      FiÊ!\9d½\0;W¡8¶    1cD\92­1ç\87ÖØ\8f\87f­1\13X×OùH¤*[c®" PEªÐ\16tkì7èfóö¼àÄ[NÜ3ö\v\9e±_Ð+âz¯¼ik\Ecbm¤\8ffy\9f5Ö§\17ÜEp\8ftít\bî"ºvA \11Ò\ f\9e£\95 "\1a¥R1(£\8a:B'Gh
+(X\1f\9c\ eùmÉ\ ewpÖ'{¶Bè\ 3Ù1õÓ¡q\90Æ\8e\97p\90&Lrn/À ì8V(P\ 6\8e\93\91\8dT\13«l\vD\13\ f¹@\8c'ýpgÖ1\15ÂæÊY_Á\90\88²\7fv6\83\8349÷.\98>Prï¶\8d\90\91\ 5ÖÈ\8fVD·@Ï%\9eRªU¥T\991UL\1f(gtí`#â¬\ f\10\18ìd\ 4û\ 5ýd\ 4FºÀ\1aé\ 1\17\89te\1eªªü\ 3\7f\ 1\ e\13e¿Ð¬ù\9589ó\9döø
+\1e×\8bå[Ò{y\.¾i}§Î\8fë\85ò­Èüòíòñæ\8e¾ý¾÷\f\89íÞÏåy\0ÄäL£\8dÿ¼|½Ð\82Ö~\7fGÒÓIØ\bŧs°\11ý¾ãÞTB¿¯Çd1AÝ\15ª\1cì8\ 4ì\1f\ 4\ f²ÿ\19iï}ÿùa\b2]Ïe\9dEú~ú|;
+\99\7f¾\88æGäW5ùÑç\17Íþø9J}f?\vÔ\7fý\92Í
+å§\1feAìv\9cdAðv\9cCm\9aü¨ýïHÿ\1dö¿?Ó\7f»b4~\9eÐæ\ 1í\9f£\9c? ýwÜ©Àø­_±\8aP\7fô\130\11¿éú!~ëTmÊH\7fîL-¿Ø\83ößAØCüÖñßZ\16\8e¾\9f\1fÛ@ùËi\98\8d\15\9aµ\7f;õñë¿\1dú´ßßæ\88ò\84C_9ü³\v=ãø\87èÿ\86ô\aeòì¼\ 6â¿~\³ÁýÓïæíPÿå¢ïÔÚÁ\1cU\86?\9fÝ\92Ú\7f\18?ëþÃnò\Ö/ã\7f\86ñ³ãþ\86\18?£®Rv\8dç v/ú/ôÿo¼ì+}~\92?Ø- ÙøÇz\1cÎæ\ fvÈ3\9b?d\14\7f'ÇéDÑü\17=¤*0ÿ\10\92ßvBT\8b\84\7fü\80\bæ\7fúù\10\8e\9f\85ù\96M\7f\97úL\7f× é/?ÛÑò'þ¼\16\7fPùmð÷åz>\9bb4\8bÿvñh\84ÿÔþqü-ǯ\19Æßzþ\Dþ\84²À\ 1ý¾\83I\8fÚïÓÓ\b\1c?Ëþ·`þDî\9bSPü\9cïÍÌÞÞ\1a<\8fãgý¦\8c\8dÕ\f/     \7fu-ºý>;Ø<îú|âÇ÷ßÿ\ e_ÿá÷¿ýî/â¯øë÷\7fóÛúq<÷úOÿ\87ßÿéµ3GíðQ_Jûû¿þõoþË?üúãßýÕ\1fþþ_þðï\7fý×ÿø\17¿þñ\9fÿá¯ÿï_ýá¯\7fýÏÿ÷ë¿þ÷?ÿÝ\1fÿøë/ÿÍ_ýå¿ýõ\17\1f¿þûßýá\7fýá\9fÿüëßýúÛ?ÿù\1fÿýï~÷¯ÿú¯\1f\7fþÛ¿û\97\8f¿ÿÃ\9f\7f÷\97/=ú\9b\7fþ\1f\7fÿ\7f\8fÿr<÷ñ·\7fþÓ\1fÿí¯ßÿïßþÓï_«ûÿÃTeñ
+endstream
+endobj
+446 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1027 0 R
+/Name /Im423
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK``¨ÿÿ\0\8c\ eÔÿo\0¢\aÌ\f\aØ\18\ eð0\1c\90``0\0£\ 4\ 6\86\a Ä\bD\a\18\98\91\10;\ 6bn`\0\0S\ 2\1aÿ
+endstream
+endobj
+447 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1028 0 R
+/Name /Im424
+/Width 17
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿßP!ÏP`Ï\90\90\90ð\87\a\ 3ã\a\ 6æ\ f\fì\ f\18Ø\ f6ð76È\ 3\11s\83\1d3C\1d;C\r?Ãÿÿ\f\0ù\ 2\11§
+endstream
+endobj
+448 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1029 0 R
+/Name /Im425
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg0hHppH8 pÀ\0\ 4\1d\f\12
+\f\e0\180(0$<pxÐàÈ`Ç\0\0ë0\v¾
+endstream
+endobj
+449 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1030 0 R
+/Name /Im426
+/Width 27
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15ȱ  \800\10\1fR¤Ó\ 5\ 4ÇÐJW\11\À      LF;7¹\11RF\10ÎKñàóM³\98\eËD\92\95¨\17±\1e\84\16Èn\aæ®·ÿÅ\9d
+O%H#\96\8fÄÍÀ\86\15Óî\aol\1fj
+endstream
+endobj
+450 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1031 0 R
+/Name /Im427
+/Width 48
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ı\r\80 \10\ 5ÐOH 1¹Ö\8e\15ì,YÅÎ-\b\9dkѹ\ 6#\IArj\81\88ÉË\13\ 6\0Nìs6\15\ 3°·=p¶]TG\9b\92¶ã_\9a§wUæߨK?l}\9fú.þ'Ø,L\10\11\17ÊÌEÖ
+endstream
+endobj
+451 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1032 0 R
+/Name /Im428
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?ÀÀ\b\r\bÄÎ\80@|v\f|\87\19ø\99\eø\98\eä\98\ed`È\82\9d\ 1\8aø\18
\14@H\ 6\88\1c\1eð4$°3\0\0eL\ eÂ
+endstream
+endobj
+452 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1033 0 R
+/Name /Im429
+/Width 7
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccáã\93\91\91±°0((HH8p\0\0\14\19\ 45
+endstream
+endobj
+453 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1034 0 R
+/Name /Im430
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\7fÀÀ\0F\8c\a\10\88¹\ 1\8e\18\9f\8b3ðð3Hð3Xð1\18ð1\14\80Ñ\ 3\19$dÑ\0A   \15\r\863\19äø\18\0[<\15\86
+endstream
+endobj
+454 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1035 0 R
+/Name /Im431
+/Width 25
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``l```\ab9\ 6\ 6\86
+\ 6\ 6Æ\aø¸\f\ f 4\88\ f\12g$,\0ĸAýÿÿ\fÿÿÿo\0\00\12\12\ f
+endstream
+endobj
+455 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1036 0 R
+/Name /Im432
+/Width 14
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÎÁÃ!ÁbÁaÀQ`P\7fà\ 1\ 3\1c²$p$\b\18$ð7\0\0\ e
+endstream
+endobj
+456 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1037 0 R
+/Name /Im433
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g0lH8pÀá@\ 2\b:<P| \97À\90Àà\0ä4$3È1\0\0Ø\1a\f\11
+endstream
+endobj
+457 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1038 0 R
+/Name /Im434
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`o`o`f@\0ù\ 6f¼Ð¹á1Ãs\86\1a\ 6\0\13#\fj
+endstream
+endobj
+458 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im354 367 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im430 453 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im432 455 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im428 451 0 R /Im429 452 0 R /Im118 125 0 R /Im365 380 0 R /Im120 127 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im101 108 0 R /Im117 124 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im286 297 0 R /Im281 292 0 R /Im256 265 0 R /Im260 269 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im260 269 0 R /Im241 250 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im282 293 0 R /Im241 250 0 R /Im258 267 0 R /Im335 348 0 R /Im235 244 0 R /Im435 460 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im139 146 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im428 451 0 R /Im118 125 0 R /Im365 380 0 R /Im120 127 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im139 146 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im115 122 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im238 247 0 R /Im74 81 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im253 262 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im99 106 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im109 116 0 R /Im110 117 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im112 119 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im214 223 0 R /Im136 143 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im118 125 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im102 109 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im120 127 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im97 104 0 R /Im99 106 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im117 124 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im92 99 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im118 125 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im120 127 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im245 254 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im246 255 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im127 134 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im93 100 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im111 118 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im136 143 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im260 269 0 R /Im436 461 0 R /Im241 250 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im235 244 0 R /Im235 244 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im120 127 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im129 136 0 R /Im93 100 0 R /Im102 109 0 R /Im115 122 0 R /Im253 262 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im128 135 0 R /Im129 136 0 R /Im92 99 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im118 125 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im212 221 0 R /Im74 81 0 R /Im272 283 0 R /Im74 81 0 R /Im132 139 0 R /Im120 127 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im257 266 0 R /Im240 249 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im119 126 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im116 123 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im432 455 0 R /Im304 315 0 R /Im430 453 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im103 110 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im93 100 0 R /Im115 122 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im135 142 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im118 125 0 R /Im96 103 0 R /Im126 133 0 R /Im103 110 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im123 130 0 R /Im113 120 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im74 81 0 R /Im135 142 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im100 107 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im102 109 0 R /Im99 106 0 R /Im114 121 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im137 144 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im432 455 0 R /Im304 315 0 R /Im430 453 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im74 81 0 R /Im137 144 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im115 122 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im118 125 0 R /Im430 453 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im432 455 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im120 127 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im114 121 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im107 114 0 R /Im111 118 0 R /Im98 105 0 R /Im103 110 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im74 81 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im253 262 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im118 125 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im120 127 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im113 120 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im107 114 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im113 120 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im93 100 0 R /Im124 131 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im430 453 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im432 455 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im428 451 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im98 105 0 R /Im115 122 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im430 453 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im432 455 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im253 262 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im123 130 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im355 368 0 R /Im343 356 0 R /Im342 355 0 R /Im226 235 0 R /Im226 235 0 R /Im226 235 0 R /Im374 389 0 R /Im135 142 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im124 131 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im128 135 0 R /Im135 142 0 R /Im97 104 0 R /Im93 100 0 R /Im131 138 0 R /Im293 304 0 R /Im133 140 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im74 81 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im109 116 0 R /Im110 117 0 R /Im107 114 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im112 119 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im118 125 0 R /Im244 253 0 R /Im360 375 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im111 118 0 R /Im104 111 0 R /Im101 108 0 R /Im120 127 0 R /Im74 81 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im99 106 0 R /Im111 118 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im109 116 0 R /Im277 288 0 R /Im125 132 0 R /Im332 345 0 R /Im244 253 0 R /Im360 375 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im111 118 0 R /Im104 111 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im109 116 0 R /Im110 117 0 R /Im107 114 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im111 118 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im244 253 0 R /Im291 302 0 R /Im136 143 0 R /Im277 288 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im74 81 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im160 167 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im117 124 0 R /Im94 101 0 R /Im98 105 0 R /Im116 123 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im113 120 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im109 116 0 R /Im110 117 0 R /Im214 223 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im244 253 0 R /Im291 302 0 R /Im136 143 0 R /Im277 288 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im291 302 0 R /Im100 107 0 R /Im99 106 0 R /Im99 106 0 R /Im97 104 0 R /Im243 252 0 R /Im260 269 0 R /Im261 270 0 R /Im258 267 0 R /Im335 348 0 R /Im261 270 0 R /Im128 135 0 R /Im291 302 0 R /Im135 142 0 R /Im291 302 0 R /Im106 113 0 R /Im160 167 0 R /Im293 304 0 R /Im294 305 0 R /Im133 140 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im94 101 0 R /Im108 115 0 R /Im100 107 0 R /Im100 107 0 R /Im112 119 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im101 108 0 R /Im118 125 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im120 127 0 R /Im214 223 0 R /Im130 137 0 R /Im122 129 0 R /Im112 119 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im101 108 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im214 223 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im244 253 0 R /Im291 302 0 R /Im136 143 0 R /Im277 288 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im135 142 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im98 105 0 R /Im115 122 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im74 81 0 R /Im262 271 0 R /Im437 462 0 R /Im438 463 0 R /Im166 173 0 R /Im269 278 0 R /Im164 171 0 R /Im174 181 0 R /Im174 181 0 R /Im185 192 0 R /Im171 178 0 R /Im180 187 0 R /Im166 173 0 R /Im175 182 0 R /Im176 183 0 R /Im185 192 0 R /Im266 275 0 R /Im169 176 0 R /Im171 178 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im439 464 0 R /Im182 189 0 R /Im166 173 0 R /Im168 175 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im176 183 0 R /Im175 182 0 R /Im174 181 0 R /Im166 173 0 R /Im180 187 0 R /Im166 173 0 R /Im176 183 0 R /Im163 170 0 R /Im164 171 0 R /Im163 170 0 R /Im183 190 0 R /Im171 178 0 R /Im172 179 0 R /Im169 176 0 R /Im263 272 0 R /Im164 171 0 R /Im168 175 0 R /Im169 176 0 R /Im166 173 0 R /Im167 174 0 R /Im180 187 0 R /Im164 171 0 R /Im163 170 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im192 199 0 R /Im164 171 0 R /Im168 175 0 R /Im185 192 0 R /Im182 189 0 R /Im168 175 0 R /Im168 175 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im74 81 0 R /Im262 271 0 R /Im262 271 0 R /Im440 465 0 R /Im166 173 0 R /Im176 183 0 R /Im172 179 0 R /Im163 170 0 R /Im171 178 0 R /Im192 199 0 R /Im166 173 0 R /Im168 175 0 R /Im164 171 0 R /Im163 170 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im268 277 0 R /Im167 174 0 R /Im168 175 0 R /Im169 176 0 R /Im174 181 0 R /Im166 173 0 R /Im165 172 0 R /Im166 173 0 R /Im174 181 0 R /Im176 183 0 R /Im167 174 0 R /Im166 173 0 R /Im192 199 0 R /Im164 171 0 R /Im168 175 0 R /Im185 192 0 R /Im176 183 0 R /Im167 174 0 R /Im192 199 0 R /Im166 173 0 R /Im192 199 0 R /Im176 183 0 R /Im163 170 0 R /Im192 199 0 R /Im176 183 0 R /Im174 181 0 R /Im179 186 0 R /Im263 272 0 R /Im176 183 0 R /Im264 273 0 R /Im175 182 0 R /Im166 173 0 R /Im169 176 0 R /Im176 183 0 R /Im185 192 0 R /Im182 189 0 R /Im169 176 0 R /Im171 178 0 R /Im381 396 0 R /Im168 175 0 R /Im176 183 0 R /Im167 174 0 R /Im166 173 0 R /Im182 189 0 R /Im168 175 0 R /Im166 173 0 R /Im192 199 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 459 0 R
+>>
+endobj
+459 0 obj
+<<
+/Length 1039 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÓ-»mÝüþ\8a3\8c\aùÔ|õÃÃ\94ãªLRvYCO\12Y\8e\95H~Þ\94*ÿ>»w\13<_w¯µ¹À\1eè>\8ens\93 \0\ 2\8bà¿ýò·?þí\97ðãÏ¿üÛ/ù«ÌÓ\8fék\9aì¯ó×\12§\1fKü*Sþ±äðµ-ó\8fßýé\97ßü·?¥°þø«\7fùåo¿}\7fü×çï·×\88ëò\15çë÷qÚ®ß\97¯¸¢ßß2üýÛ÷è÷÷?        Óôµ­÷   ¤û\0\19N L\v\9aÁëÿ¹\r°Ý$¸ÿI\b?\97°¤\9f3È×\ 1\96¯\r/!\ 6(èîA\88\9b¶    T\88©hBL_k\86\ 3ä\ 4g\10d!æ\97\1eÅ\9b\10\ 3\18\80lc\81\8a\84\91\bqΪ\10#\96Á\12à\fÀ\12Ø\0«:\0\11âZ4M¼Ëà%ý×_Ã\16\9b\1e|\1f ÈBÜ\86\98A\9cf8\83\9b?bÆ\14\ 3ÚÆ\14\811aE\8a\11oãM\91î\1e­.!®`\17R\ 4Æ\14à\12JB.í%ZÅ\1a÷](   éA*@\ f®2È_é8\14Þ2\9c¶ï\13\b·ïó×:¡       ,\eúþ®\87ék\9eÐï¿ôøþý6÷\ 5X?Ç?\7fS\ 1öó[\92~\1e\1d©o#\98ª\ 6\9d¾Ïé¦AǯÝ\7f?¼>¼\ fpßÿ»øë÷f\ 3çïåí{I\15
+\10l@\9aá\ 4"Z@N·\1d \12H\8b$\ 1¦\ 1!C\rÖU dM\ 5ã×zó"»w\ f\ 5êÐ"oAY\9e\99P\98\91\ 4\90\r\91ï\17¤\ 3º\r\86\ 5é Ü\ 16Àª\r@uh\85\12\10Ü°}\8f·\0L\80ìá\86t(\84Û\fØ
+^§\89´\ 2æ\a^\a7\Áí0¥\ 3\84ðÈ\91Ä0«\8e\ 4ïA\8cØ\8eo!\11\15aDg\ 1R\82«\19Ô\15¤ü5Åû\1eÞ""æ\b^ÿ{ä\bbÆv$;\82X4C¦\13\ eõ    ÌêqJ\94\13¸i1U¢\ 5M\0\18
+ð@\8f\vò\ 4\9b>\81\15\9f§7-¦J´Â\ 3ý¦Dt\ 1+\12!Z\0ÙÂ\r/àfFÓ-39þ$n5Á<\r°\b\ 1é\11\12§ ú\81{TÏ´8MbHÊD\98\ 2\f\bd\1dH\ 1kñM\aî\89M\1d bg~óDl\13SRí\10»Ò\94ÖGQiÊð÷\81\1f!\12Ì¢\ 4\99\15¥\ 2·PvÅ©\88:D%8\17I\82t\ 18&\ 3n\80}\ fý\98.\80\15\85\ 3\8e£ ­(\1eÐÏ¢´=<\fÓ\ 6Ã\ 1ù,Ê\13\9e\80ì\ 62ñCòY\94\ 3´"}\ 2$$\93­(ÃäP?\8br\84g\99|\16å\88\17\0¢b\9c\9eç\94Qr\1ao3\b_óE\ 2Ç\9c²\85t{\9a\1d~\ e\0ìø*\82ðúÛº\8f\90êq¸|¥\ 6Ð\84;êNõ0£üøå_ô)¼\12Ôc\84Ó\14î0\17sfy\9eDgFô`Æç\19\0l1H\95q\\88P*²\82EsÇH\91Þ\96кõk*?E(g\98\19â\Rvs\84Ey³°hùZÃO\11\b\1e½Î`Ã9®l\8d\ 5\ 6f:LP&<\81\9b\bè\0A\8c­é
+0X¦¯ `\8f.;Ô\ 2\1d\9a~*ïpñ£Cq\87\8b\9fà\9dËqi0¿té\eæ¿\ 2¬ìî       ÞW\90\vü\1eì F\e_f¸äÛ÷\ 5üþ|\83Ë÷\rx%Wà÷ç\9b#ºÃíõ÷Wô}\ 1Î\1cû¡-ÁïåÀ~ÿ\ fÀR\ 2õMp\ 3óÍ\8f1\ 1\860i\12Ìï£\aÌ À-ÈÀ\86È\f"\\ 2\9aÁÝ\93\1e\90÷q\16\9c\ax¥<²\10\13\94Á]\88h\ 6ï%ÔôjÞæo§I\A\8aK\84\98ñ6\ 2;Âz¼ßÁJ\8aÌ\8eôP"°Ä\94@T\92oB,ï\ 1Ê{\80e:]\1f¢\ 1®¾Ô\ 6°\8b\87ï\ 3äû\0\bóá\8cÏK\0A\ 5\95A\ 5\9bÎ\ 3ÜÃ[zq°    8.\ ejPrY\80\ et\84\15N@\ eMCÅ\9a.ßËQYØ\16`\89èê\87`U5E»
+@\80|m\80\r-@Ǭ\ 3Ò\0\98â\11´/,¢
+0Ì;H\12¤ha|¦\ 1\86¹÷4\80®?=\\7f\ eè{p\9c\91õgè\ 3î\99      Õ üP\83\8a¨AT\ 2E³!\ e¹Gi\a\8f|\80Ç\ 6\178\ 1ù\ 2:b/\98\80\ 4\88\ 4WäE\1cWo«f\ 3\1cq\87¿¯\83µ\13\14 |ï\95^yÙ~ïu=\aå{¯\ 4½ \ 3k\84\ 3õEM\858Ü==:\87Rͪº6@%\98 
+ɹ½áí× ÈyÉ\ e¸?9G\12qc (ÿ\f¸_\a\902Ë÷\0\ 3Ç¥Í\8c\95P¿rXàQ$\1feiAi\89ãÎ\ 5úAÝ\r%\18\f:\1cyÚà\ 4dl!Áh\10\80µ\1cè\9c,½.\83\84¦àÂZCª#\94ÏX+»>Í\ 1efèú\14×÷\1aæ~Éì\16Y\ fsÒB*fÉ\19\86\10\84 þY\r\b\bÔJb:¡¾¸\ e\80\9d\99\9e\18æ\19\8aPN\fóüì@ÍÄ\979àòYôEWS6´\e\86473¢¿¿>;\8eò6|\1c\19X\8e\r\96\8f\86$\ 5g¦rPjPww\ 1\1cª\86Þü¦\83\14+\8fx\vÀy\8a÷°D\98\1a
+¾ü\8c\95\ fû¡\92`n,×\85Z^³\96!#6pèô¹\ 3Ü©\17ø\97\9f\97ã!³àËÏËHý\86\91\95mhùºþï\85Ùà{½¦v\82¿¯×Ô\ 6,?¹ ô\15µ\1c.ð<\ 1½0Üì¯+\0R\12\9b\90ú:Ê1C\9a¥\ 5°´4äp¤¥ç       ÜÓR^×\8d\0Ù/AG\rÚ¹H\0\1c"øÒxÇÈ\8f\ 1òçKc
+ðÎ\13\9aÁ½ª\98W\86?ÔâEÖb¢\85µ²û:\80\8e\91C?¤gU\ 1ú¡»\1fA\ fµ\8eÂî\19ha¼_\16ÑrH»q;\r Çóµ2}^Òw\ 1FY\0õÑåù{ýuE-¢ºü¼£´\7f\0Ô
+'$\0ý\1c\vµhà:\81\9b\1f\vï\17\a8t²]X.ßK?bÑ=y\9c¤- \12¨Õ ×\15H\17\9eÇ£Ój\84\95\8e0W\8e6Ññ¼"­\ f\95ÀRÂ\8e\12P/\92\91\b\1d7m\19\9b\81ðî·J d8\80\0,ØQ0?3\83\19¯@?Î-%ìh1¿+\fh\ 1\8e»BÍ\8az/t®\ 2\903²X\9fú\8dLà}Õe\11å+/ø\16\rÜ\9f=ó»B(Aýe@\80F cÄ1 +vÜ\93DèEd\r\88      :\ 1Çû\9ezÏqÖ\0Ïû\1e\9e÷=Ø\r:Þ÷@        ÞT\98\8e3Ò p\7f²MïÚ^^ä]õ±¼D¹ý\14áí(ê=¯éë \11á\8aOs9¢\8d+ô£º\17\10Ý\10Õ!\18P9n       &Í\bø]\9dæD\186\9a \13qTⶻºî\ 2®å_Ó{J)\9a\15\97¯õ\9b
+JÏ\83\8e»¶IóÃü¶OS!þ¸\ 5ë°\1cS'è\87\1cgy\82\8eH÷ä       û!A\aê\13/«9\18\rH÷Ë:Å
\ 3«\ 5)¡ç\81\15\8ef¤×-o%´Ê©~0@®;7¬\ 3rM\7f»më\863¤"¾9¢ø\19Ü \18½\98ØQ\88\1e&vº\12ææÉ:JxÏìë\ 4b-\ 3=M Þ]aùZ`1t\8eh\vB\92\ f#{ÞÒOîÉM[ÂI\81\97qv¯_4aO"Mà­\85E´#*\82Y\v©¨\16ÎÐ\95
+(½]\18[IüK\rÇî¬\1f&V\19GDrD\917-¢ ;\80#"y\a
+F\98¢ì\8bË$ê\10½«\v\9a\19ò»:(\ 1\99z¡D|\168nº +\95ßj\96$N\80\8eã9|TA\16\10YRqúÜ\ 1/Õ·Y×ïå"P;ÌÏÓ\97W¿\1d¼|\97Ïå\8b\92­\ 6ÄçÙ£´\96¸ #1\9aËÖ{\1fÈ.Û \0tlÇ.Ë:ûO±\1d3 Ë\ 6ê÷\1c\11i\80n\0\r ½L@\97\80½\béê\0#AB\12ôÀ{%<\9b@\99µ     p\80rz¸\82YS"~W\86\95H\ ehÛs\90ó\ 4d|­!¬\9d-àWe\ 1ý¾|\10\aè\ 6\1d\8aVH\1fälp\0½îªA¬\9d\1d àÌ\84\0ø\82è\ 6øs\fx\10ê\vÀ~L\7fN\91\92¤\82\1cáD*èA83:Ê\1d\ 4B\ 5O@çï)\ fc\89\bý\98\83@hÆ:¤_\13ÌP\84ú5Á\ 2Ý\88N ´à£H m0\88\16\1a\81\<\18×Eô£D\0\eú}Gñ`Üp<)\8b0MP\87nVpG&\ e¥HÓAÁ4¿tñ[F3ÉÅ{\r%îY\ 1]A\18?K\ e\98Ú<ñÔËëÉ
+ 'ô¬ Â³@GyIHè\80\99\9f¹Â\ 4}±þ4/aW,û\91T4GØ\ 5\99ÝIE\ 5\99íEÉëï\83 ³\16\93Ó    XZÚ\9f\0\81\1d\91îGVM\85¨\ e\13O¨[á&f\ 5\14\9c\9a\9e\ 5$\19\ e^Î<\9c\9aÚ÷8(Öß\ 2\88!\1dý>ÁÓT\7fK\90ð\16Ê!]{Î1\98VdèG\1c/Ã2LM\1d4Z\ 5ê\90\83FkV·\80èà¬%\86T\aqD§ï Á×äÔ:ãÌT®¤Ï0³t\bp\83G\89\fq·Ç\1c\836T`^ê¡í\81ñ\98\820V\9ay{Ì1z\16\16ì\85d7Zì\85í`Ln¼EÝ\98\9c\85Ä%­ZHü\ 1¢~/ \8f1b\9a     \9d?\97!þ5\81Ï\1d\0û\16¤ÙSÚ¡\rþ¼^\ 2;¡ù;
+Hí\18Ï\83Ä[!D4\ 1á®×\8a\80\8f^\15s^?«\ fŶ"\9a\80£Ï\825~¹\8a@'{1\13Êcd\8c­\88·¯\ 4¬\88\16\8aÀ±\ 2\8b\ 4º+`\185¶"]\8bf8\ 1½\8cØ ê\9e\ 4º\18uîÑ·\91  @7ä\88¥\8ch\7fx\v\84\9e-X¡\ 4\1cïAÒ#?\1e6d\ 5\ e²\ fè        ]\94Ep\ 2ÂU×Ï*à÷uáÅ\11\81Ò'Æy\84ý\80ÎX\ 3]áý0`Å[1b%Öëx¡'óÔñ\8a\8e¬\8brw÷\90\81ÔØ\8a\1c¤AÐ\8aôn\15Ð\91é\ 1uÄ~LNj£=\8e\1dô\ 2­\8cxtþëC\rÚ\1e\1e\85q\83\1a¤³\9dLH\0\10\98!ØÔ¤\ 6´\ 4\ 1\99\1cL$â\85ä+ÿ\14aH*`ìÇ\9f¤X\13\8aÓ÷è]ßtùý£uXª\8d»öï\7f6îÚä{¦D\9c\90^\0\9aa<(Çä       Fc\1e\80»@'¢3Ä\17Q\ 5háK\9a-ªïpsÓ%,Ð\8fè\18ý\ 2\1d¹^»ÖH\7fÎy\89\96Öò(\1ej¤?\83\89mC\88Gí¸Õ!\ fjQ\9eÄ      t\11âA;2\92ýîaÎYöáa¨\17\90ÂÌR¿(Ê8±Ô\v@q8æàûÁ!µð"Ä\ 6xv\96å¢aC\1c Æ\ 1­ðªÊ\8a\88+AÿÅ\91E\9dïf~(\82åÙq\9e\97\87Çy\86\b\99C\89\aò\83\8c¼A7 [!\8eèô"`\92\18³\9cX2r|Ñ\f\e4?FQúð,©(Ø\8fºÉùÇw\0;R\81@¯AÔïÏÓ\18éÖRËfÒ\18çÖ\8a~ÝQ5cÈP\1adܲ@$\8d±ÆmøçõòÓ J_~\9d\1c\8c\85õ<\ 1ýur+¢Nc¤qÁ2ªÔ!\8dãEÔip\a\9eâW~«ÿ÷w\181\ 3\ 5fUØ3Z\81\83.'Ã=Ô\e¡f8\ 1\aºY \12\vu[U\84-¥:\8bP\ e\f÷P×âyUµ\98\15Q#;ôpê#-ÖiëZ\11uo\vù\0\9bêH\18Â\8c¶Àá\b\eD}\19À\ 1\198\ 6X\1eÙQcº\18Ý\84Fu1êÍc@»¨'u1"gìxã\1d#ÞÄÛ
\8dåÎ\96ñÆ6ÒüùÆ\92Âì        +²lÊ\råî\982¯å\86ÎP\88\88/ w÷{\ 6rCW$ç4qAó÷pU,è8q\98Ñ\8a\9bÑ\8a\95P.¢\8d\e2d\9d\7f.nø@Õ9©'-*¤(ë\ 4\83* Ã8$OØ\13ê<\ 3A\8bHh\11\ 2
+
\11?¦³\8a'm\ 3(SCÂ*({¡ôÐ\v¥¬y\11^\ 6­\ 54T\0E\14\0\8cmH\9f\ 1Ì+á\f\18Æ\9c¤Ì\92×AÃ\98Î\811ãxFVÂL\ 2"\9dÏ:\84G\12°N®\97   (÷\ 4\86ñB-Ôñ=lÆ\ eRx¬\84\ eRxõ$a ±\18\11R\94»ÀÌH¯£.È\ fyê¨gí( J¼à ZWâe{¦Ä+<KîJÌ!V¨\84²#³\16ªÃ®´LX\84ò\fZ!p\7f\ 68\9e(\10¤Ñ1¾\12ã#\90¯\90´DFù
+t$\1eb}èIt²\ 5;Ìâg>`\ 6p,\15¥\8b\1dRjæFì\9a"\8e\91ÂÛ-Eì\90ÂS\90\14þ¼\ ep\99\ 1Ä.)8c\8aÈp\0\1dÜ0Ö§Øa¤î\12³\8f\ f°=\93aD{àA\98"V\ 2\a3;ÚE\ f\9dï\f\93B'$B     Ü\98j)qmô\13ÇHµC\81z|gÕ¦JP\1e\8c\95@άÃ\8c\94@O\f\eÎ:è\88Â\82·P¿-X\91\1dê/\84\83\1dæ1\8f1è5\98ô²\ 2¹\80*NõÒý¼\ 2\99A/N\ 5­\0õ\94\bô\85\1e\98\15é\80£p¢Uò\9e' #lÐ\939\10\84­HÇ\97\12Ò\ 1\87\ 43\12\80\ag.\9a\ eu+\81GýH\14\1d\19E\89g|\16è(1vD:J¼À-ÔQâ\15-À¡Ã\9b\16PòR`|\9aë\85¬Ó³\98®A\94þø²M\84P\ fãÜ{Z×éÿy   ªu\94\17\86T:Ì\9cHD%×ç\14Å£\80 \   O@¯çV\1d\11\15A\86f s7µbÞË\1eê@ñ\f\83\87ë¼=ò¤iÁy\81N\18\82\1d\91~Õ°bW®\17t¯p\ 2º\12o0"\13x{\ff\85!aÔÛ&ÂäÐQB\a=\99\87\11Ø\8c(}~%ÍÀ\81½\94WB\a\16µ-àµÄ8*\97ûÑg\98ÚyØ"\1e¦\ 5\r§\1d\1aLëG(.8mo\ 5t\ fg\15a"+\80\99\9dg\ f\17èIõzl\1c\91é[@RC\1dj\7f\0\92\9d\18\89{©!ÝÂm\96Î\12Î\17¡í\0¯åÅG\81\\92_ È¥¿\8fk0sG\87»¥´£\ 2H\18åó\97Ò\ eê°¡Äa°Ã\82Un\84\1e§öçÞ\9d¡KîOji3ü^®¢³\1a¶ð\99Ò\9bMßPæÐcöÇÂÛ4áu[\7f\86ÏtÚ\14\\9c*#ûéû;¸Èhý\8d~p:Q\95 V\7f<\7f\vÃÎßëoÂ,\f\9b¦1ï·cô÷\ 58\9eÈ\e\8bêô\99n\88\17"\17$\0\aI\81\15½L\9f    \9fº­S»\vÀq¤Qu\94m\90m'$¤B\8e\1dÈH\82\ e\ 2\ 5¨3}\18ãVo\a\1dÐ\ 4t&á\19© \83I8,h\ 5¨\f\99}\ f'p÷à]¢\8dÞ\0\1c__$\11ò2d8\ 1Ý\r\ 5\ 3¶FýP4î¿A+hL\19\83~¨±9÷ýеU\95±1×\12ÜÓ\0q¾íáý$1|¼\80\ 12:J&h\a­\bø<\83,eCGË»IÛD^\ 4\8c\9d¹Þ1.Ã]Ôé\88\8bæJº\bûe\ 1º\1aÏQRã.\9fóù{\9dëbÑ\8esÎu\81\1c\81\83OzÕ\)½aX±+\95khã\ 65\b\98q¾}_æ£åÞ»éátn\ 1\r®8Ø\0³6\0å\9a\b\130ctÝ}=\ e+\13m@*\14¢Ô3ïT\ 6\ 3½
+6i!Y\97M¹g\85\14\9fÎh\ 2\9e¾\85Y\8dÉðmoj~hú|ÛK¯YJ%«8\ fp¿f¡µà8¨Ò¯ifì     u\88\7f\8a\e[Æe\ 2\ e\88\1ef&ú%\a\8c©\1cae\82¹\9d\1e\rN@?Mó\ 4Íà>\0§Ë\80{ ßÕå )\ 1Åæ\ 2ÜC\9d\90\19º2½\9e¿Aì}    \92Æ\89FÈÜs\ 4T\ 2Ð\959$ f\87t\aÅ\88\8aÝ\135>åËi¤oÁ\fósý\9eh\86\11\89\9c\18\8b^b@wpÕv\90Þ3½Bª÷=ÓÅ\bõ{&\98Ü9Ú.ª¹\1d'\9b\80\13p4ý\83A±\õQ Æ¤#$%B\e\90\11\92\ 6\90\8f"$%i\ 2¤l\1d  O@Hì*çÌr¤\96eípg±¸¾",eí²8\12\8c<\83ïu'P\8fòËçzßÎÊ#zY~\94oëC­\1e¼LÀ\81²\16i\ 1\1ce\9d üuª\80°=[@\84\eèh\99\97Ð÷\8e\15
+@N\8a\8c-¢+AN7\ 1uP/"®\añø
+jñße\0\a\f\95P¯B\9eÑ\ 4ônôÖrïº\0G\15\ 2½r,`/¤£¬+RB\9d{Í@Ö\9e\0)Æ9a\15\19k:LÑ\9d\80' ×\8f\ 6ô~k\11\9fC:DÚüР\ 5£\11-\8c\98\91\ ez\9eùC?äà>\8bÐ\11)g±}\ fWp÷C½¦{×\15È·%Öu¯§Æ\f¡ÛAÚ#\1aê±Áb\84Î\9aæ]\16 #tq}jÈ8 Ò;/nÏ\8escjèY\ 1E§`<ä©£\86\9eÈAµ\10 +×Û\8dE\14NèýkSÒæÏk\90¡\0\1d\´yzæ\b÷\1aä'\11eÂnHç     (ø(ÐE\88Ã!7@:¼\85\8b¸\85T\87q8¤÷üÃá\8c\ eóoØ\8fëeì\e\ eêu¢\82        \aõzù'\ e\88ôòÏ\80\8bÀ¸"F\95Èø\88GCR\ 3HGý`\16ó:º\838-s ÔbZÆ\99\17p0EÀ¬ÌÃ\14¡%%\14_]°
+ÊÑT\86\81ñ¯\1a6ÂñÑ£ÇÉU\ 5\a« \1e\r\ 6mP\87\a\89\17ÒáA1-ã\ 5Àp\ae\84ºÔ\97\10Ý\1dèU\10\8f\1a\91U\10\ f\eQ\81á\90þ>Ùlh'\8c\18i`\_\13\95×ß?b;\9d\12âó÷\ ex4£Ïu\9e\89    Î^Nè6øóRBù.\81]4áspö¨Ù¹ü¾L\93býê®ë\17.        \r\MH\0ò\ 5ÏNæ«, GR1¬~FRÑßA\86îNâ\ e\10`ÌÌ÷ü½\1cÉ\1aEÅðü-
+9\7f¯\17±g(?½\88½Ôë\99Ó÷: Ñ á³\ 2è\80\97¬W\rr\94àj\1e\8cªð\82|\88\ 3Õ
\våLÀâ\ 4x       .\9c\80~C²¡-pt¹\9aàïë]º \17t\80Ó\ 1Ù\90\aÓ
\88ôÚÏ\88\9c\88§ö3n\92\17ã\1c¼X\85ôÚGì\86ä8Ðø)FÏ\11«\9eíJ\901õÄ\19é`\88\0\14bå·Ð\91ëè:q#BÑ\99\11\\1c\94è\97\ 1î¡px÷\ 5û>@er^í¦=}'u/ú\12VY\8d\19G\ 5Ü\ 4\8eÛ3CLÐ\139\9e\946t¸ëÊ®¥üÓû\80LÓVó\99ékÝ~Jà¦\ 5¯Äóö\16à(á\8dP\vt\11\ 41! \ 3DìMu\19Fx\9cÈ\84âVÃÛuf½\96w£9\8du¼ë\9d§\9cÊ\17e5\1e*_Q\0\14 \9f\83ä\8d{TÀWgzSÂð5_T`ûZóA\92qD\95óWù6ÀM\ 4Ì\9d§\ 59\ 2àÎiÛÄ57\11|j\9b\98Þó\ 5\ 5ð}TX2ê
+`P\95îÕ\8bL\86ùåË\ eOp\92a\12rcëöU\1f¨î#tÚ\162\8cYt§\1cc\86\96¤³ù\ 6x(ë\14\ 30»ô, ÁÐV_\0L/!ÀÁ\88\ 4äüÔ\9aÞ\8dæ§9k¹\ 1EH\8b\96\9b ;|s­Ì(°\8c÷\ 3\95%¸y.R\82Ë\1cA\9e\b\16}\ 2Kz6\81¥\80  \84$@,æ\a\f&?û\81xC\99Ø\93\92\9d\91ùXÂ2ÆÜ\951Îç¸kÙ\9e9\922\89@#\ 5º§üèH-\13ÄItæ®\ 2]©Ã\95\15\18\18ê×UE\fëºHûh\96^0T'ë\80!í{3ß\11\15°BäÓ÷z\82h(Ñåçå°Ú\92³óÏË×¥\95k£?{\9c\9dn59=Ï^yIPqÂÊÙUæìåÌ2¨}C\vÐKH\ 3\14\80\fR\ 5Ã\88ºß3 \eí¿\87l"£ïýd\13½\ràHùúH\ 1\eÒÝÑÀ^Ï»þï³"f$@\ f\13qQ5\90\8c4ÈCÕ°@        è\95øõ\85÷å{áiª}\ f\ 5 \83\8c\rèîÌ\9f\ 3åH\ 3=Hý\ 6\8eÔoâ\ 4\ 4\8e\95A÷fÀ¡nx\8cÈmЭáÝu\ 2ú\0\11ËP\aëÓ3-\8aÐ\8f\90±#ócå]3dUÐX\89ô-\98\91\1fq\10'\19\99\8e8U\ 5t$:UÄ\ 2Ïr9©\8db(ǹ áY®sA¯³¤\ 1\eö\ 2:YÊ\86ÏBùqr\ 3ê_Ùõ\18KÁt\90A_\ 6@)%«\ 3_\1eY\91\e¶¢\ 6´÷\ 6à@;Òb\ fMA\84!©>\81$\1f&l\0ì\89ä\ 39%è\b\1cH=tÅrPlMÿ\86\83âV
+>\18\94\8a\1dtØÚyÎðµôr¥;çÌùûXô÷\18K\ 5\99/\ 3\80¨0Á¨2­\11Î@&¯Jë\fg\0RË«\f¬\18\ 12\bÌÙ\0x\ 6:ÊÚ¼aW\88\ 4\1f\9bð\f\84RXCÚ'(\ 3ý©\7fs\87\90\ 4\17¾R%BÄîÐÑ{\10\9e\búë²L"K½\1e:øBoÝ\97±?\96 ¤rÉ@\vôj0{\e\ fóíÖN.\ 6³°äü½£\16Ì`ÞÓ\0\8e\ 4Ïê©/\13p\14\84ÖB\9eó\ 4ô\82Ð\80% Ð\ 5T\98Ç`ª\12\a9E#\12\81ã¹|\84:à¨\bµ¨¤³\87\1c§B"tàDfÅ=%dV\182ÞCáU\81!UE\9b\ 1ÝC»4ëh!ï:\86\9bÁ\12¥ P¤i\85vì@\9aÐ\ 2\1c\86~\1f\9eE8?
+\ 6·\97ÔëÙEP
\13Ñ\14¯¶\10í\99\11-)4¼}D\8bß)bóDi\90\12Ôò£\9e/¤@M\84"p Ex\ 2ò\95MLÈ\17:(934\ 39&\8bvyßÛ\ 2:\80ÝÞ\ fïa\81\12лv\15¤\85z\82\17\9b\1c\87T\87\16¬\ 3\8eºÐ\87ça\ 3\9b\ 6Ïøjç!\7fð\8fÎC\87\15\93é\ 2Ø4OF­h\83:$£}i\82\ 2\94\9fX\18+ëùû{P\8d6ð;+ëE\80A~æ\98ì\91Ýe\0½\9e0ÎâqÞ¡\fp[±Á<ã~ð(\bÅñ\8cÎùP \rê=»°\eÓß»Ïè÷¥k\1fÃ\99Ö\87*°@   èF´ #\ 67_t\80\15æ%:i\ 3ÎMÑ¥\a\81ú°\eÒk `nêb\f(bnIJ  \ 3´"½\94\10û¡{<Æ)QÕì\9cÀ#0 \1c¨\ 6íY\11£\11Ë0µtðú6Î\81Á³<ÃÔÒ¡\83YÌmé\ 2
+\9c\80\8aãA\9d4\ 2\ e\ 1Ì8«Ñ9\13\16(\0ùÖ(C7æ8\8a²\18\8e±\a&;¥+:      tÞ\8f\rN@/ã\9b4+æ\9c\a¢#ç\95\94ø(\92\81æ\9d´àI8Tâh8t\ 4\84¥!d\83I\8d\91ºö·\80TBV\1d~y³Ï\10!\ eFö*âxý\1cÄ"ìÆh­\94ª§ïó½ \9a¡ÔÛÔ¾\9f\9aø\12:\8811u£d½L@\0&l\80U\95\0Á§\ 2Ú\ 1\87
+[ï¬Þ\16R\8cÓ\8eòË\ 4\8e\90 \ e9PÚ\19N@¯æ³»\96ó\ 4ôbº¼I\12¤m\8fì$}Í£\ 3­0NT´\ 5\8e\82T£2<\7f/\ 3\84íá~O\ 58H\\80\199îJV¬\83ú]Éj+\98\ 6ïJ6¨CrEy¨ýCG%Ð\1eÞ÷$ÀªpâTïûÎJ¨÷
+i(ñ \19[ï¬a3nõ\88\1d3îÒº^& \17T&h\86z5`Ê\92\ epRVl\ 5\8erF¼\ 52ºÒhaû{È\1eÿã\ 1t\9c]t\85t\ f\8c\b\97·zÆ\9e/ç 1:\8e\81\ 4(¯ì²UCþ>\80\8e\15\9aÁ\1dc¤[°=;\8dZAaç4â/ÿ±\19È¥Ùi\82\13Ð1J\18\92éÏ\e\1aÊÛ\11 /\ 6D:ì ÒJ\11yRÇu[+'\1cô\84)i§!U\ 1\18Ñ9hî\93¡#=GFWP4?BûF\15¸\ 5\b_b­»\9e\1dÇiyx\1c§\ 5\89Ð\ 1\94C?¤3\84§\15\8eôop\vu%Þ6I\89\vÝ\80ÞòÇøCz©%Å\87\ 2ÎM\1d¼°P\82z×$â\87tZÒ\ 4s[\1d£LP\87ex¦=¹ï¥\15\9c\18\16:R\a1,\8e&\1cÄ°\9a'§@û\8c\1d©L$\94!Âä¹+Á~HgW^±#\ 4\97Öd\ f×gÇyÆ©¥¾\ 5\9b\18\ 5lÚQÂβ2á\88R¾j(05Ô͸Á¼\1d3æïÝ¡\e\91\ 2ý\98~ÛU0BæîÜ%h\0^\80Ùà+Á\1d\91¿¥4çÏeñ\e¸sþ\Né¬èåü¹\1c\8dopí²\a¶«âÓç\1epr\82¿¯÷T7Xæ¥\83Cu[\r\1fîl>]\80½\ 6¸H@\7fí\1dGwÀ\0\ 5z)xB\13pà*\8dY¶»\87\f`N\92
+ÓK\86\\ 3¹ó\ 2\1c\94\r\16FÄu\10\1eµ2äó
+dVËV\86\ 2½\fx\81"ÔÍÈ\9cа\19­X\võî\7fë&\89\90×!g´\82{\1d2\7f2¿=:\ 5"ödz\ 1§åC=%¤ÈX¨\8f»N\13¸#c÷     \1cDr1üÜ\81ïôKr5\7f#\87í\1d\ 6\1c!\86G¡^\81
+\1d\91#\96m\8dÇ:¾¸\8b0wÌ°Ûw¬·\0\16\8b\17ó\17W(Ç¢q~\16\vEèÉPÍ\ 4Ã\87\91
+x\b\86\97Eò#\9c\1aöái\18¡'ôT\11£\80ÎC½±á\88Ä\81\19èϵ'¤Æ\ el,à=\90\1fí'\vêz\87\ 1íÜe\ 5x½ó\90?yG\9eÄ#äº\12R\a\9b\16-(¢\13ÈÐ\19ëoE¼\16z\15#\ 2Ö¼\fIÐñʵ\81Ô=5äOÖµä\86RGÌõ­óY\vu6Â\ 43[ \ 2^Ì,ú\12Þ?\r¦§rv\93\f\1drGUö=ôÆ:+é\ 4\7f_G8'$@\aÂI\¡\8epÂüTÏ\f²¥\97£\9e°\11Ëö\83²\ eÊÝ      Iè[ñ\84uX.ßÉÖ\85q0¤h(wß\13âã¬ÁÜýã\8c\0õV\ 15\9aà6\9c»cF\1c¥Î\92\by\ 3\15Ó     ¬P\89ôÛ¦mÒ\8eS\8e2CG¤\93\8aN80vT#k(\r/&\86Ç©\87\96U\8b
\16\96\18\1e\99a!@\99\1c\925^×\1eÔÇ\89aqH$\9fföØ<\8cQóÚ\ 3Íð\99¡\9aMßn\8aÂ\99ÖV~WdGy\18£Õµ{\9e0Ȫ\e&øûzg{;Êà³r#f\r\9f\19Æy-4\9e\80^HkPsw\aÈ\ 2,©é.\80\0µ/ý\7f;Ñó\ 2ô·y!O\92\ 1
\0O%o\81&\ 4T\80Ð=Ìp\at\9cw\86¿/?)i-ÀzFÄaZm\a8³)¶bG\v0(AG\v0dD\8e
+H»í\r\83m,[\ f¯\8b\ 4ä¼8\86\ 2F\16\81ü ãƪá¼\1d7Âé. \e\91¯ÜbÂ\12\94\1dqL\9a\ 4é\ 22\96à-\1a¥\94#\19\99±§\8b\99±ñuý\0\91À¬\99q\17æíX!ç5\9d$\15 ¿¿À£T¿l±|âeK\9dÊ%Òj"®\95\r0t[ΰ\ e`Z8Âa^èIï­\8b8J\8bö\0\12\ 1 \12ÈÐB²»û\9e\95Äè4sôß\82ñ\90§ýT
\19\11\9c:ÁÃDé\8fB^è\89ôv#     z"\aÌ\\1e\86tI\8c¨8a\84x\9cv+\89\a\84]\91Þ\ 3mA®Üq\164\88u0¯I0¢r\1c§\rcu\87T\15\9bÁ\89\99þT~\82*\ 4nmYó/ì\bu>Nì\87t:Í\80Ó\12\aß\ 4ôÄzû³(f\96\1cäÅ:$\87õ9a+Ð)3 't\94\91f<\ 1¡\ 2Æ\9aO\19Û}p7\9f2NÒÚ?ë4\ 5½\80c­7߯\fÅY¿q\8ch~`\9a?o\ 1í1_\95hêðâòZ¾¤\ e@r;\v(N+ð\0,\19J@\868\eBs\9e\80ÞºÇx[Îß;Þ\8a\a¸\0\1d#33ì.\80\14Q\19ÿÔù{½÷O\86\ 2\94\8f\82`w¾\1d\ 1òÎ7p\ 3t:Í\19o\80ô2ëxë^4\eàMÞ'm\ 6¼\94\10\19\81C\87\17h\84:ȸÆæÆ>'çä÷WÍ\86x\1d ÚB\9d\84¯\15"v\9c\10\a¸ üô":Ù    \92îÜ¡Fôg\ 5B\11=AÈ\f_\1auã1.\8f4 áC\83^4B'èà\8e\8aÐ\vzø\±\eÔ±\81\ 2% Ã#Å~\7f°[D\9c5?Ì\e÷ #\86[@&°À\83L\7f(¿"7ª×\8dÄUõ\82¬Á<\12 \87.\ 2»\11\ 1!¬\\9c\96TõT\80f\85\ 1ê \9eU\86\ 2ì\957\96 \fÒ¶\12¾Ë\0\ etH[\ 1c_J\19®àÞX\9b\83;\9a\e¡Ø
+t#\9e¶93\ e\80:ÍZ0Âû»kñ$]\0\f\86<\v\8c óL|0 NØ\ féïì±\eqp\81>ôc­\80®«Ãì\99ø¢\853\1c\e\11\ 3j\8a\ eÅ,¹\ 1Z¿¦ú!Þ\9a]\13!%\ 3ÍÐ\rÜ\1f\15P     ägyyãâìo\ 1ö¤¹    \0OÊëß`R¡\97\8f-Q\rªñqÜ
+àF\8fã½³ù#-\84\8eÄ£\85ÛhL[_)ÛÅ{/­àϬqn.×\10\96 \89\90Ýö\14\83y§N+AþÐ\1a\9e\86úCq\f/9è8\93¦\84\fá,/OôF8O\13л.Õrö¼\rv]ªFtù^?\8cjñÊù{=\1aYÑÏëgq5 Ëç:88Aéy
\16iù=.Ïë\ 4th*hòç\9dÉ\13ú^\7f)]+H¯\vÐ\ 1êt\10º^& ?i±Îâ×     è[\90Ñ\16zèTK\90VÀb\89\bQ,AD0£=\84OZÈ
+æUZA\ f\1f½\8a\ 1´\1a<dÇRZ÷ó­õ\1eL\E W1bG¤ß\93lX\ 4ú;Ûzã;êʬ»x×\95Q\84.À 8º\93c    80NÍ\8ex\r\1dvE2%¬u'ßYÒ\87\ 2JëN>ªDöÖZP"\86²"gèh\17\94ái¢+a\16£  Z\ 5\16ËM,w\94u\ f§Î\ 3Üé\8dAýõ®hÿþû\8d±£cÒ$\ 6D\fe]D_ü¹ãÒpDa\1d\97z\v`\1crûSiä\8au\80jÒbBÞ\9b\eë\90\ e0E¸\85\84c*½1uÜ\9eù¡ý¡óXLe )t#\12\e!k!U§\ 1"\95@s\ 3£\12\98á\16êHû<?:\8b¬c\92p\16}n\99ä×!\ 3\16êU\94+\8e\8a\1d%tÐ\bä;së\984z\14å \87#:¾\15&Q\ 5XÇ%í,å\ 5lÚYÎAZì\ 6\1d\r\8fàIâhx\ 4Ã\19OÃ#(\ 1GÃ#\1c\10:\1a\1ei!1ox\ 4ãAGÃ#hC\8e\86\88\1d\r\8fà\ eè\15\840\18ò\\14T\88vô$Ë"¾D1æ\96Ö\rvÛ1&ÍÑp°`\80IFÙK¥\ 4î&ƬßN      \b\ep4ÜÙ©4m\80¡\8e;%\158\ 3¹ãN½hØ»o\r]wU2ËË÷º\12\eĺ~¦£e9Q­e¿þ¼üÌÞâùu\8cPxC³wA¤H|\ e*ÄúD¸'>Z>X\vPó:Úk'    èÕsõ\8aáò½Þk§¾±ï*\0\87X\ f\16»Ë\ 4ô^;\19k ÞkÇ`\81u´×NA3pôÚ)\ f%0\8b\12`°ÄþHù\rK\9c\ 6Ða\89\86°¾¾\1f\82%\ 2ô"w+¤JXK@\ 5/ÄÚ\15!-VjH\8d\v2©:Ä\0ÒUsd\14\1cÃ\8eHæm\8a\11J@¯b\8dÐ\91êõwÐ\8fÜçÏ\80\9d\98Vx\8eê%\98\19
+P\ 6v\1aºxÙA\1d[+«ä\ 6ø\13_u\ 1ä÷\17dD\8e\87ö\ 6
+\8c\1eeÆä8z\94\19\91ãèQf% ÃGÙÞ)è\89#O\13\12\80ã(KÍ\8b\f\1eeI\ egØ÷\9a\ e÷j@\a$`è¦v\96ò~ðð$ÒáÝ$z\ 1*\81\8c\ e\ 2\85k¡~_\82\96Op\12E\14\10z¶`\86\9eÜñ@\18g4rÝ\90=\10î\1fæ\fÝ\84~HGÈ\97§V¸ÎÏ\94\18\86C\ e%\86I\19Pb
+ÎÁ¬Ê\ 3Î\ 5¸\ 5\15`4"HÀàIM\82\1c\1eÕ\8e"þûP\85ud(\15M\ 5y;xx\10èønÆ*$×aç\82O\ 2ý\8döS?\96\1fú±¬ú1Þë\b*\81Þ\8f}\81©½Þ.kUÝ\b\83\11è4\ 3\e\ e\87ä¬,o\8bê\88\19\87#\9e\81\ù³\97°J§ñ§\12Ö'Jh%¬]x\90÷\1az\ 6Ð\15\82\ fé4\98IEèpZb\87ù|¦b\95\89\ eÌ\88\96\ e¡2ÛÁÚ\12þü½\1e\11¯+üy\99iÂB\81å3\17/\85g3ú\1cì>¾k7\ 3\9cÝ<¸\ 6ÏÎè÷u\ 2C³¿¥Ã\ 2Ëñ]$\7fÇã`KhzêÃKX78\80£Ù\ fR`d?\84\ 11C\rrP@Î\8f\f \14ôû\8eb\85\ 6Ï\8eZpÃg»+ \10ý¬\19\11Çw¡\ eêó_à\ eê:¼@#ô\97¿ö\8d\90L`Å6 ³T`7¦¿Í5xø2\ 1\1dÝ\9c\9e©@\83\87\a\95Ï\ eª@\f\9a
+pö½X\8e+\86\97.\7fdßc÷¬1"#\ 4÷¬T\ 4õqoÏ\8a»øpG\ 4]|ø¢C \9cÇwÝ\r\1f¾H@ç!\9d\17I\ 2¼ÕO|v\14EìH䪫hÏyºÑ\b\11\0\f¦tt3b7¢÷'\99p0 Ck\93v\96Rh\rº\ 1©X B[\86«Ì\9d¾\ 4¼\17<ò¤Ê\8b êHR}\9c{q$\11\ 4Ää\81tBZìhD\9e\90\12{\1a\91ã\80J¯@Î\9a/æ­Ü\91\15\ 1p®×%§·\0\88µP\87¨\17äJõÛÚV~ÚÓânýiO\aø+}x\98ÈD¨\99\ 4\bó¤\89\90S0â³@' \fP\võ\a99j\89\80´g\ 6Ý\ 2Ò®\16\12x+C3Ò1ê\fO3Gý(ÔAGý¨æ\87(:7\8bVH\8d`\11\8d\80ª\10ö#rs\80¼Âx@\7fa\ fó\1a½ÝØþ\82á\bª\aÚ\8d\1dOô'\84Ï8\9eèO0"Ó;\89üÆñ6³`?t\7f\9bÉI\ 6ÔÌ\8a\87§¹þDßðÕþYD\10b+@\1dÄW,¨/\1d*[öûV\7fZÆè ­\ 6»¸Y\+>\9aÑÏËÛg\ayùÌdÌvÏn(J\87\95\9e\16®Mxù:ºfçxGü\14Ý\vP~z\7f\93\0\7fßñÂ\7f\7f\r\1eíl ï¥\8eÖïiÑS¹z.\13ÐK\1f3²?O/ö\9a\12\9e¿×\19
+\f\b@8\84jñh©Å£å3        òa0w\132\vÌg¦\1fÙÿm5\1f<}¯§ÄV@~þy\84i\10\ 5²\9c¾7\0µ\80           ÀÁqQÉЯ\13¸ipxsNߣ\88Ý\ 5\1c\eø½n/\16ý\92Æ\9eÆw¶ ë\ 3.+Ð+¸Í      äA®¥æ\ 5Î+Ðù\15\92¨E¼\88\1di\91~M\172\12¡\83j¦`%\92\9fÆ7\9a\90Ë\0r/úvÉq\19@w\84\8bº\87\8c&\ 4í¡\83,gÅ\8eÀÝ(ë2\ 1w£¬\9e\0ø\1d\ 5ÔA\1d]\r\9a\eà\14\1dX\85ôF]Qô\84¼\ 6\1e©\10¸g¢\15Ä\11û\ 1½MT\82{¨×\90çEÚ\ 3ZÃmES¹ËfN\160C%\92­Èx\84\85ó\98QdÔ\eÿó\0z\eõ\88ý\88\u\15\17ìÈ\1cLÄÐ\ fè\1c\1fØ\8fÈ\17þ\8dbãü½Î¢;=\v\aÒ$\87\ 3\1d\8a\8e\9e\19Ó\15\ 4-¦äm®àQ¢w(\8aZ4@ç\ f\ 3*ý¶7Õ®\14½\93\88Ö gÑ\ 6ù\15\87è\88ù\0p\aô+\ e»#\195âT\1eª\0ö£º
\ fU`ÑT\80þþú,\180\1aeá,'\13ØÊ#/ÔnXü^È(B\92v\94r\8e\10|\9088BT76_\9eÔMï;\93½ËÕaÆë׺ý\\81ÌÞÙHB.~@\8eÉ­ÍUï(£\14\15I;J©\ 4kßÑ\91pêÄñ1\9aÔ4\8e\8fÁ¤¦\15Á\ f\86cyF¿\ fÌ\90¶È\9akÝÏi\0\9d@6/P\82:\83l»£éYQ÷\92fT\84\9b\b\10q\92\ eu\ fI\rú\14ÕÓ\98Ü0Lè0ôÔ cW*K \15Áw$ÀîÉÞýÙÖ\9b+¾ß\93u\8bà\aá\95V\ 4\84­\b~0/\\8e\16M9\8d\11\86Y\r|êò\85a\80Î.yÒ a\9aÕ}¥\1eÍ\fÁx'8}\19\9d³²¯4Æ\14µ!éyh \ 3\9c¾\8eÍYBu\19ÀqɳÂ\ 1\1c\b±¦\7fü\96\a\8aPç NX\ 2rRß\8aàÓ\18QR»¥\194ÀvKÓ³@Nã\fMX¯viEì\83F\10æ\87\88V@\17°"/à º1|·gE\94êÇ\9eâ¤4\86­\ 5ìHtl\8d8\12\1d[Ûû Ä»\12éØÚ\84\1c\89\ 3[\vx\ ftl-<ÓÂ\86\10÷´\90\ 3¼P\vu\96\92\84\13\87\87\83ïØ\11\9f\0öÅ:MH\81"ÔßR\14Í\93Ñ-Ä®ô®\84\1cãÆv¨s\91Ï\9bt\9aðB~¬DúMË\82\ 3\ 2ý\9aÀ0îQW¶\8a\89¨±\19ÈuGQ\f
+©!oh\ 5\ e\92        {\9aÜ\8b©9H\rC\1a½\ 6:<t\85)\8eºÂº\0\ 3\87Îç©þ²7%|\9aè kÒì\90s½`\11Ê\8f{\e\95õ`PÖ`ò®\ e\10*m+!Nn*m\83©¡\12Êï{w\98[\8a\ 4\16x\9aéV@RcÝ
+DOHýÀö0·Þ\81re\v(D9M\8f\8c qÅô\8c\807\f\f\9a\ e|ÂÉ5     0²\19dE\8eÛªF\86=\98Þf\18TB\98\99\r\0W\80zô`G\90\9b'ë:\ 2Öð\ fúbÔð\8f½F\80©\85£a ¦\ 4ô9É\8cE¨?ÇX`@ +Ñ\ 2}¹þ\1cÃ\80òÑ\80¢Ñµ\fºÒ\f#"\ fH:©®\94¼\860\9cz4 (\ 1»29 (VI9èK\eN=\1aP\94\b­H\ e(JR\83JÒqÑpîÑ\80Â^3Ä\1e]\ e!ã>zÏ\9e?w\84\13fCq\8c,ÇÞ'ÇA®\9c\rþ¼|\f´\86\83£¿\1f\0\1dÝh\r\ac\87ñ\89\17Cc      ê\85¸\11*\90\83®¥À      8ø¼¡\b\90¤.\80ÑÅà\ 5è\94;9k6D\95À\92\9a\9e\12\97\84D kqÁJ$£\8ca\86{à |\99¥=¤·\r\16\8bt¼ '|\81~ä&@ú$d\9d\8eûÖÓ÷ú¥\7f°\9cæ¼\ 1ú¥\7fCÊG\1d\85î82\16\r\95\8b\11èdÌF¤{\9e\80ܺ8Z      a\f½ÖÅ\8c\8f\eJ@GÊ\13ÒaÏ\16dhD\ e:í I\90ÃÄx\ 1zÃF+\ 1\8c\834°q\86fèÀ\99\91\eð@ý\vÔ\ 1½aã\ 2ý\98®C\v^\80Þ°qÅ\87\99ü*%\12G¢7\1a\13\1d        Å§&4\ 1½\18<AG¤\ 3í\8dð¥§C\94ì#à=ÔÉ>p@¤\97\ 2't\988J\81¡#sH0ÃÃL\8f\b\e#ø \15¥ò0ªO0\1er\10ÖÌP\87õZb1©ã\18-\8eçt#^\1f\1añ¦Å\83\1c¢\85*¨W\81\88\1d\13´á(#+\ra\8d\9dÖ\10\14\9d\8b\93\18\ eu\10Ö®
+2\80\14Æs
+ÂZ'\90¡\1fÖ«P³æ\858<\8aCj½\94\1a\86C\9a\17\ 5\8a*ÀK\91Åh\86ê\10\8eft¶\17èFîï¢(À\8b½\88p\90Ù÷8 ÕùÀ±\erT2ã    ÈVü²àA+®èd@\ 1±ã=A\81Á\88îÈKÔð=þ½v\94ó2àgÑ\!I\99Ìv`'qè²~á\ 5XB\10>\13\1e\97       þ¼pUXë\88\93ôóôó\ 5þ¼\9cSoHz:,´Aá       \fª\15\1c^Ñç²û
+FaÛùy
+\8aMHzúÕ@ã¹\98:\â\1cYEÚã¨@\8dH\0\8e÷XÁ(lÃg¦&
+Ë%¸\ 3úïç,ý>/B\16Í\8fVÀZ&2uèÆ8M\ 5ÒaÏ\16ÌI\14\ 1~\12·³T¼Áí\10Ç\9eÄ\ 5ìAõ#,,Ð\8cå#,¬\9a\13¢\12´ÞD]%&ßÛ»ÌA#hTÜ]#`\8d\16\91\17\ 5Q\14Å\94\ 2\1e\12g¹Èy\ 5\97°\19ê4ÌØ\8fȧpCf»\a\11\86\ 2\909»¢=\86èE!t\ 2\ 5{r½\86y\16·à\13´ûÈ
+,\19ê\8a°CrÑ\v\0p\ 2\ e*oèÆth\18ÆR\8e\93 õj\1cÜ\81V\7fÛÙ\ 1\8e\8bâ\ 5è4\e\11Y\81£Í^Ä~LÇ%¡\1fr Z   ª\80\99S=\8b;m%8G\ 3\94 \ 3X\15\ 3BN¤\r%¨CËÐ\v8Ò±Vý:x\12´ê×Ñ\84\8cNÏÈÒ*ú1ª\ 3+ôc:OÇ\ 6%('e      'u:\85ð\ 4uX'\18\bÓ£\9c Ñx÷s\ 2Rvh\15;Ó ÿm\8ep\aô6}\11ç\14ò-i#\99\18L\8c3\ eÇôºIèG\1d·¤­x·w\14Q\11\16\11\16¢]\1dö^\8bï\8a\91©Ó\1e\86£Ãx\rrL\98g,E¹p*«!\15ÝG\98Ùyø^ÖU²å.S\85_\86Æ4\ 1\ 3s\a>\8b1"\1dß\fbf@\ 1ZèÎÐq\80ñ\81b\949=|\80µ±/1 F\17\81êÎ8F,\e\ 1\86G\9aÌ\89]\11\92´u(±)H\1cÀ÷\ e\8c>\97Ëøk<Ñûu¶øM\<\85Wêk\9cËïë\18c½*¾L\0Ý\13\12W\1e*\rè\1eÙ|lÐÃØZ\8c\8f8½24wW\83\ 3¨\9dÐ\1a\1c\18[M\8d.BÔÙ"\12\9c\80\83/#åg»\98\90\16zê¨3T\ 3\b\19Ú\81\ eS\16¸\ 5º\ eÌx\vô"àù¡\ e\8fxt \86\ 3\97    è\9cÔõ²«»\85\1c)^Ä-`H/ô¤z!ùv\9c¥W3Ö\81Ö©HVÄ\91\85\ e¤\17ys½â F¸\ 3\ e6aøû:Ð\vÝ\88\87ê\ 1\9ff:P\v½\88\a¨-\ fýX,Ð
+å'5Æ\87|\9d\80\ e\94ÂpÈÁʽ@?¦\ 3½8\1eÒÙ\84W(@]\877$@\a\ 6\7f_ïÔ6Áß\17\ e\89\91\r»È\88£äÅ(B\15ð\ 4t\92\ 1\1c\a ,\ 1ÑD¸ô\1eõ\11¦\87\14Ð\0zíXJX\ 6ò\95\99õl\1cµ\82\ 4ã)Ý
+RA{à(Á-jVC¬\0\86Szá\93\95\0\8f\86sFG<\1cÎ%ì\ 6e?\9e \eôÔ\10\ eòïU?Ll¨ùÁ\8e\rq:bhC(«b\1d\1fñQ¨\17p\86åQV\94q8¦×àÂpÌ\83ð¥\87Z\9c¡\1fsTpB7&\85CFh,Æä=¨x\      pbxÛ\ 3
+vÏX\ 4ò\93 \8cñ)\a©5Nìä¨<¯P\8d\88\15\9eE:QÄf\12ì4½ãuÈ\1a6@i\16`Hæx\8e`]'\ 5_\88\95°\84\8cÕ!÷·\80\0íñáiT B¥\1f\87%\89\13`\ 1\81\19Ñ:FÌn§ùùsÙ\ 4í0?\7f.+ a¼§Ï\81þuh\1a.ßëÅ7v\94w¦Ï[Ö!á;Èó\8cP¸;\0­$­µ¼\97\15È·æÁB\89ó÷nBc¿\ 2\18Â\8c\ 5à@\88¡þË\1eÌ\b\8dÓÚi.Á\eÆ\ 5Ñ\0\89\ 4,¡¹H@à\b¨(\7f   \aÊ¿v8ÙÙ1d\8cÆ{dÞá+b,\vp\ ft%\9c\91\b\1c\ 5õ\8bj\ 4\8c¥\ 1\1a\81|\8e[û®\09¼hn\80Ó4 %ô\94soG1òE\ 4ú\eÿ      O@ÆFâ\84]¹Ü=9NH\86:íX\fÐ\97#¢  Æh\8c\aÐË\91#ò¥\9e\14¤Mä\94È0\18p\13Mt\8fc*Â\8cO\ 3}\ 6E;\r8Ê-\9eÇt\vê³\88Þ\16ðj`lGº\ba@ç)ç]\1f*ÑúP\896Q\89ø\0p\ 2\ e¢\b\18ÓêÕ¸\13\f\89ôGö\ 1î \9e\16\88\1cµ¨    \1d§\ eW\9cpL¦sÙ&U\82\98\ 23et\9e\ 3
+L\ eR?\8bj\13tC\8enU;\9b¯v\1c3\94\18ÚÀM\87\19ïTZ¦\1aS~ÿ^á\9dZÞ½±×\8a/.ùki\95+1Ë\1c¤\95Iwÿ~Ä\87\84ú´éò½ü2)T\9a\86ó÷\9eâ!K\8b\96\1e\e3#¿Kp\ 2ò5KË«:\12ài\91í@·Å\ 6«{A[à\bfB­¥í\89\90çUp\ fïn\94?ÒDJè(ÉoyÕ¨\16ZZÕÓB\9e\17A\11êµK\vZ\80'-Y±\b\1diI\90\94\806ëÙ\90\19@.aÖÊ\eî¡«\95÷\13-¶NÜW        ê\8d^"t¥zÕD\82®Tï¡\9c \ eê\11yB\9eÔA\9bÕ\92\92Q+².)=+âo$\91/w\ 4Ä\ 592åÆÜ
+g~\1eÆ?¿ÏIϬ\174\80'#@;àxh¼b7\ 4t(áÊ\99\rK@®ä¶FÚ]GÈKG\9eé\90½q\1cÕ¡\ 4ã\11GRÕr\8a\8e\122GÜ
+Oz\8e\98\93ÇÁ\88J\ fɳ¨D4$/P\ 2z\1fè\19\9e\ 4:wÛ\fO"ý}Þ\ 2ç¯\17\8e¬ø$r4².¢\ea\ fü \ré\95?8©Ð\1føUÎ¥Q7\98aR\81\14\80t\86°"Ú¥ÃèN¯»aRá Í\829\85\876+iN\84î@m"Ýß\ 1ò}V5\90\b\0F\ 2°¹G§äbÐ\87dèC@  $}!\89\9d\88D\1dt\94l     æx\9b\0íb] ­Ï\ 3 `a!%\13p\v¢þÈuÓ2sv\90Yk\8cá\83¬`7 \17@\96\0\ 3\r\8a\89Á\80¼¨Ð\ 4í!\1d\97ª\ 2©×C\9a´ÖÀ)\85ð¾Ô¾?zS\·P\16¡\9d¤ó\18w\9c!ôs\87ü\8f¶Æ\98ÐÏËâ³\92\8dù3y"˧,\18¿Ì^\86Æì¢qþÌ\ÈÉÏ£Õ\eùZoùüY\1fZ¿ã®Ø
+.æ.\979vÁ¡\12¸\9e'àHç\8c<­·\ 3=ò´¾\ 4X\vé\rj\90\9cÎ\85¼B   Ü<\10oá\Ð\fô\9e\ 2;2§\88\90\ 2k36"   X{[\81!{ó \rpÀNÄñ&\ e\8aÐQù´b-Ð+\9fì9\8bÛ\90í{è\86u|8BOäÀ\87#vE7;`\aéÞ\ 3ú}\90\9e\95\0\1d¤¬\873\9c\80N\1de¨ÂE\ 2\15á\1eêO\92"\9aÀÝ\15±h2&h\87z4\19+\11ä¨#hÏòæA\1aÙ\ 6\ 6àè&<ÏÜ\ 4n];\ eï\8bA Ås}¤>\7f/!~­Kõ\85ÆàÖõ\85¼\a3öezÝÍ\82vQ\ 3ù\ f
\87Þ<Bgê BÜ\90\94½lèHv<­\9b°\1aëôW\136$½æ @W¤Ã{Ä\17\82Ô\9c=\ eÄ{ qÂ\1e\ 3à B\87H\93x"vßöuÝ9Ù\83<\1a\99\1a\r\9dlGl\0Ñ\95ÐM\9c±+Ñ\9f\88ÎðD\93¹\93Úó¾a;0\84g`\ fN0ñhX\95Hdé`Â\83"\94ê\9d\88N
+«º\ f\ 4GÝyÆ\81¡þ>\908C½C\ 4t\86\8eà<\a-ªàPóC-²6%\827%h{\84\9bxGÛ9Ø\8da\1e\1dì\85ÞÔ\ 3öf4\ 3ý©q\83»\a¡\96\\9eA-\19\87¦úó:«\9féC-ì\81"\8e\v\v\bõ9Za\13gª÷òƾP.\7fÉ0IÖ3Ä2a      :Ðr8\ 1\a\8f\9dèÉ8\\ e\95PV\ 1kD=\9a!Z#j!Cì<Pôû¡\vÜÞßÃ\8f­Nvæ\85!°Ë\8c(w{\1dà-°\82öÒ#s$O\1cg8}ý\8da\0ß+áÈñ'[9¢\91Óç÷\v3t\8eíNe©Heü~×\91òM}ÂW¾Ð(\1e\7f²¬_K¾\7f/Õbï¿oÂ?\7f_n×\ 5ì÷×åÙïo\93¶~¤|KÅûï\13\88Ú\13é\ 3ðÏ\ f\axÅBâ\0\13\86»_.ä\18\9a\1a\95fB:t5 £\9aÛtèå\8b\7fVs\87\83Û3ýiìA\85ÑP\9e\9f(/àsèÿð\85Ë\86~\1e<& D\943ü}\a\11eiâ\1fº¯±Ú³ó÷·ù\87¯ù²{Û×ún\17´\1d\1e\7fù&\0\81wéP\9f½\13ü#ý      \11\83?/i\1at7 »±\9aá\ 2@\10±B.Úý\8dð}\80x\9f\ 1Ý\83W(ÿ¾²>ïA\92!Fk\18\94¦Î3gz_S\90\11{êù-\1aïn\ 2Y\81Ý\99õV@'`¯|»~\84UÃc        èL\9eØ\91él\ 3+ö$º\ 4¶<èIìÆ\v\ 3 \8c\13<     ôbð\0\97NXË¡\9e'a¬Ô{9þa\87ë\18+õ~ãu\fp\16¡.\82¸ivÈ\vê\91\19xd\984oÌ\vò\8bv ò++hÈ\8e\82\ 421uÄ\9eL® \89³(\0\94\1eE\ 4\11{2\14Q²û¦E\9a\0\95à\86íXîuÑ.¬¦\ eã\ 2\85¹'\18\14é=\7f\87ò½k®P\ 6÷¬\1d}?&b¯\8cñ\ 2ô¶K\11ÆŨ×\ 5«èÇJàx&üL\vS\16µ\90\ f\80e¨_Udí<ì¾3¾L@0ä#4oï\8c{¡9\1f`y8\80\9a\²j°d\bÅÎ\9aÿíH\16Xòë[çµÞ÷\9c\84¨gÇi{*Ãí¡\fóôP\86\18I\86Ýû\9e\8e7ã­\83\90;öÜXÁ\14Ñ\ 1\93f\9c#ê\\82\ 5ô® ­¢7c·=0*Ò¹\ 43ÜBÙ\17å\82Ï\ 3ù¥i{Ü0\98åg\18V¡Ë\96{1ØqÛ\93á\ 2\0PL¬è\95ß\rz¢C&{_úÃ\13¹\99¼ê\f¶ÑÀЮkà\1eúÛ\ e\8d&x\ 5F5\ 3m\87F\13<k;4\9càYÛ¡á\ 4ÏÚ\ e\r'x\85ÄUî¶C}Oòñ¾g\8fÑ\87p\92zßsþ^¿q[\ fÄÿò¹|áVËO®³\97\ f\92Z\8awý^¾n«eÍ×ïõÚô\1a\fôÖÏ\1fH,p\ 2rnfxó\9eä\råf! -ð\90§LÚ\16R\11ÔR¼Ë\ 4äÜÌðêË÷:%d\8dEº:@\99C\122!)73ÀúèÎ~\19\18\13
+Z\82c\ f\v^\81ì\ 5Ã\8cíH\7f_0ÃMt\90J"-ô\90J\16Í\8cè\ 2Vl\ 6:\7fÍ\8aD\88Bb|\96î¬\96\87\12Í\9fÏR\8eW\aÉ\95Q\11n³&B\8eWC-Öß'LÐ\93éì3\ 1ê\90\\89\18\83éð \8b\93=Ðè\9a!E
+±+Ôùo\12\f&\1c¯t\92x\9cqRK¸\a2\8b\93ÁÝ\82/þüÄcÀ\93ÕF\82±ö\84ÝíàcOXFçöúùf\88\1fùÜXn\15\97\b\ 6ØÓ(\15ð]£jÊD\8aµ\12n\\93egDl±9£\8e-R°oÂqµ\\87\95Hd§+R
+&\83èíH95ÔùÐÄÏÏÿ)T\16\91\1ey°¶¸>\1c %m\0\8aW¦í\8d\12ìOf>¢\ 4\94J'ÃmÔ_¯îÏ$\9edHöJ¢«Gt\ 2ó<lJ\a;%¶\ 4ý¡Ie´\1aµåÔ¼QÇ\96éí\rôF:X\97¶ÑÀ¤JpÃáµ\ eÖáÈFGª&(\0G\v\97ñ\16\ 4É\ 2bydD9\89I*\a¬Q\92êê¡\84ODùPÏØ\11Ý\ 1SJæR\90\12Åå¦EwWø³Âÿ¾  !\ 2g|-Ì:êªö
+\7f;Ð~ÖU%\85J ^½,åYd´÷ z\14\19å\ 6\18\rFFÆ\883\1c\19\15\11qâM\84Ä,\85ÂÖáadT\ 2\16Ám\ 6,®ÙQß'qM­§Ø£ÜN\85$Îrj=ÅþýHEJeF;\7fî!\9a­\ fÖz¿ßÅ\1c×îk-\ 6\19NM\80#Þ¸A\8e\95\ 5\87ü\ 2\92\80\8eyF4\ 1ýò*Ôª®ë\ 2äË«\9d¯ù\1d\96®óØåÕÞÇæm\ 2k÷Ù$)\13.A3\ 2>\80hEt\0;Nz\ 3P!Ϋ&D
+ÜÚÝGÏ\12©\1e­Y2\ 4\8aZÚõÅÚ{0ÆXY \1eK\ f?ßvd\87Ñê~Âm\90\e6\ 4Ù\17Å   IÀÓ\88&Di\v\87\9c¡\83q\19»"G\85\85:\19D
+\8ftÐÚÐôt\90¢U\95æñlÆ &{ýg\18l*        , n7    \94¯å¦CÇ\0\e\18 $@\97K\88if$\ 2\10\19S-^Ä\13\95\ e\a\1dCæx\e
+I<eÆ+Ô\ 2\9d\9agC\8e@y6d5ªõ
+ì¼\0t\ 5Æú\95àH\87i\ 2Ü\ 1G\1f\19lÇz£ä\b' ;\92¤:\12N\1a\ruHoÉ\95\12öåòqf\15\9e}+ø\ày\9d\80¾\89\ 5\9b\91¾\82ù\99\1d§\19\9f§zÇø\ 5\83\16\8eôRí\ 5+\81\1cÛ§\15z\12\1d¬Ã\9eÌ\ 1Ö¡\ 3\1d\82uD\a6\18ÔéD\f\13L/e3ÌA\\0ź\82&Á^y© Ä\f-D:èx\ 4\9e\ 2ù&9Ãüα\ 5        ;"½¾5k)>g3\81Q­NæÑ\1ca\97Ì\83\95\87°XG\9caH\ 6a²Ïl"ãV°ÀÃH·\ 2\18Òy:Ư³\88²°våø0Ó­hÃ{ ?\191>\92Q%(\93\88\13ñ
+[|\18ÉvX`T§ÛaÁÙ¥l\87FÿݵC^]ú\f)+ICÊ:ýÒã2u~\1e\ 1\99\rD&´©o\80/?/W\93TúûëÏË\8f®\f^éü|¯áùõ÷õÒÊ  ÉÏQZiöÓÝ>\ 6\14Ãß\97³Â\1dç}g\85g\ 1ܳB\ e\14Ã\1d\86â\1dÐ{#&M\ 5(Bh)Ñù{½>¹@\vÐûú\15l\81zÇø\19z\0Ý\ 6f<\ 1ù²(Ôæ\9aç\ 1\94æ\9aV\19\8av0Dù\102"\81q\1dÚ4/Æ\1eI\84m\83V¤c\94\13RBÏ+xèG\L\ 2£ç\88¡¬È\93ëf\14£æÈxa%ÚBOcÁ\ 4\a\12\8aÎI@\ 5h        EG\80t\ 3¡\1fq\90\9fÏø(ÖÉÏ¡\1fq\bpA\ 2ô@¼\v\94 \ 3âÅ\12p@¼éÙ\16@7äéu^\9b\91\& WÂMx\ 2z\1d\98\1cÎ0\8c\17IС\84F[=z\18¦\88\971%ìÇ\ 47d\10¯\18\90Qx1A?¤Ã\8b        \9f\ 4\ 2½_=\ e¨t\1d*ø,Õu\bzB\a¾9c      ê\18\84è(Á9m2G8¯cD±­\1etX\84ëC3Üð\ 4tG´i§!ËKó\84ý\80\9c\98f\1cOéà\16\1c\99\ 1\99ζ\f=¡£"6MÒYÄ\11b5/#ðd\16\ 3BN÷¬       \90î`Á*$ëpÆ~H§{\9eq@%[q\86\8eÌQS\f\13;G{H\1cOéó\17½P\8f-zÔ\ 4\1a\ 6gì{Uþ\f\e\85\1a¨Qµ\1eì\ 3U\80ó Uq\89ù\91\13(\11J@v\ 2\ 5\ 6CR\ f\91c\ 2\86®\96uH\ 3Í\0Î\9fË¿¾¢_\aûG;+.èçoúK©\9aÃ\81ë\9c\17\ 1çA\1a ->ü~Õ¾§Õ\8f¯\18à]ýø:\b\86^6YoÄ}\ 6\9dz\ fVE;µ%\8cäs­
+÷<\ 1\aŧ¡³\97\ 1ôwïö\õ2\80\ e°Û1~\16\81\ e°\e,sþ^\7fu\9eÑ\ 2ô\8a\99`QDO\82t\ 2\ 5í!\9a\0Ñâ\ 2w É·\9c\r_>O@N\87\1a¾|\91\80\9c\12ïEÄï\94øbFz\11±UÌ\9cWàh\ e\89tÈqK\1a6hF:\ fQ+#îì\ 1/\ 2\86\83\93\13TBù\96µ=üÏ]~K\ 2\8dElFº\ 4 +T\9e\94Ø÷+R¬¿»OØ\fäh8BOè©\ 4Ïx\ 6\0`%øf\86v¤÷ç\84®ÈQ\ 2;ó@\97à\82\95H7\83E5\ 3¢Å+ÞBý\92bE[è¨\85ßð\ 4ô{¦\r»B\1d\9eÌAt\e¥\90\88W1C\1dÔKpqLç(^\8ch\0Ý\15'ìÈä{¢\94à÷:6\98\90\13ð`\838"Ó\1f»\17(@\1dà.H\ 3=TÇ8 ÒáÙ¹h\87\87\91\1fs¨Ð\ 2\17 Wò/«d\83¼%"¶!½5è&F\ 3\9co\0\1a\81\8eÎNx\ 2z\ 1î\84Eàè\89øP\8b\e@íV¢
+\8e\ 53ãNÿ
+\ e0C-ÖÛñEèG\ 4\12fx\12èè$Ì\8dïVÄÐ\95üJ\8dßðÊé{T63Ý6à]A\f\80^Ú³~\84ø,ׯ\b\8a\1a\ f\92\1d\9cµÜ\9aþ>ö\83\ 2ÝÂ\ 5\9f\1eÅgòZ\1eá3\99ø1¹\95\ã:è\19!/\0\96S[\86q«VtíFe\185´"ù\9e­ÕÿºÑ C\985+î\96ÿ\ eƳ\ 5\87c22`GyêѾ`ñ[ùïùs\19Y©Ýð.\9fË\81À\8a~]\8a\ 3êÏoð{ù\bØ\8a8}V¼;!éÉ\ f©\82\ 5\ 1ÝÍûÜ   íò½\ e/\a¸û7Ý£¯û#\9a¿çu\7f\82ÚëG\97Ó éPC\97GwÀÞC\8eî@\81\1aà(\1eF¿ï*\1eÎ\92\0xñ0\9e\80\1c\ 56ZØ\8e\rQ        ,Ø\aè[`\f\13\1d'Ðe\98\18U\81Ú-cÔ\876h×ïD+"cØn\1a¤+\8a\ 1\19\91§l1Ì¢\bX\17³Z3\97ºÄ¼\f]FJèi\ 4\97 '\96/jcR­\80H0m\92\ 4Y$Ü á\8b\0ô-\1cvdö=ö#:¸\r\1d\99\ 3ShåË=WÊò¹\9d\13ö\9dÏ\9d\ 6ЯËãòs\ f\87H³â
+}¹ÞÇmŧ©Ì\10\117hFú&¶úãþ&2tXsæÝúå\8e\1dÒ\ 5\ 4h\ 6r@\9aÄ\88\8c\83Ã0\9eÑ)u#6\ 2\9d\1d\ 1FtbF{ÀËx\ 6:8\89C:À<ÆèhEWÈë\97á\1eê\0û\8cÎ\12\8f\ 4ægiM\83\97Ý\87\91µ@[4GF\a0\ eÉñ\ 1Vm\0Jj¼ÕÒ\9fÔ!5æø®\9aX༼ñÑ\ e&æÙ\b\ 4\a£Ê\1c°+×ÁÅ \1eè\1c\9eM\8f´8G\98\9aéýÃpnª_\11\90ÜTo\ 1\97qv-wüh\0±û02\8a
\ 3ÝÆ7\f`\86J,¿\83ÈÐ\13Þ\17À\9eeæ9Õ¼àìÊu\86\8a\19'\972?C^4%¦\12\4|\81\1aÁ
\11\1d¡'!!p\ 3W?f\0µmá)¹\8crù[C¸{3àEÔ\9a'îRd\8cÚq\81\14\12\19Ä­\99\11\85\98qP(\83L\85\ 4\85²\19\95\87®´\90\98P\ 6\99\f$\8f=\8a\8eÏ\1c\191\8e\ 5d\86\92ÇÏ43\14åF?¯o¿\81Ü\9d\f\17\13\8c/5\94;º)Pm\ 6ë3ù¿\82wQ\ 4¤ñSm¢\18c\1eÃ\97BD
+è©ÿ\8cH\ 4:¾Ô\80ö®\ 50 ~\96$H)"r}JpúÞA\11\91¡
+8(",\14éé\10\aÊ\83´\ 3¼
+\1a+±\7\16ìQhüL\94D\91z{\14z\99\80ü\96'X#J·\e\9bÏ,\1d=      °\9c¨±t\9c' ß6m\9a\12ó"høû:CÃ\ 4\1d¹\ eò\ 6u\ 3p<\1f-\8e\88\1dª+ÎÄ\8c\8e\ 2\ f\133Rá\11\8e\ 4è\ 4\12VAù¾°5Oëz\ 1²\80\8c\8cÐÁrRÄ\83\84ÙPÃÙ;6Äaö$y!*\80\19Ú\80£\84\eÙ \80\15¨
+\90`N×Á5=ó"+Ü\ 1½\86|ÃF¤ó+LÏ¢á\ 4Ý\98\8b£\ 3N@'\a\bÛ³-LQÛBvQ\92`4æ \a\ f9J ³¶\0*A\1cNéÐR\82á\94£\ 2\19»!¹ËP\82nÄÑ\1ed§Øx\ 3¼ÑÝ\1eÄ\ 6Ø@D\e\1d×\ 48­ÓÍpÃy\99n\86\9b¦\84\14\99\99ÐQฬË\93\16\8fq\8a\f|\16\bµ\8b\15à´\12æÑ\80(\8b\ 1\11e\19\898&×YFDGB'\0ã\19G\ 5WÎÈ\17;X\88\v>ÍÀ\1e\12\80ÑÞ\94\9dÑ\85;ÀÈy\90qf¨7®\9b¡\bd\92\85\1d#F+\90ñÁ\ 6\12÷b"\8eò>K-\eJ<,B\9cÙéj¼á=Ô«\88'(\ 1½\8a\18BT\8e\0Ãj¹ç]«\82\1e\r\89\1aQÇ`TÛ\88:\ 6£ÚFÔ1\1aÕ\1aÄ\e\9eÑ \87\1c\19Æ\98\86\88rpVg)Áùs\9dD\19þº\83D9Aáéà\9c½!\18\95~\bp÷eñ¿\8eüCû\83\97¦æ\82ï\86\fÃW'I\ 1(EB*\aB}\9eÀ\9d"\81\96rg¤À\9eRî2I"ìÒ\\9c¿\973\8aFs\11>3\ 5Q\84|FJì@ÈgM\85\vUX_ÿ\ 2}\80Þèn\85\1a¨ÿþ
+å'3D\ 4\83\ eg!ÝÀ\r¹pG!9ô\82\1eþÛ       j°\8e\8eB'æA¦\ 2\94\80\1c   ·F{=?N\ 1î\b%àÀ\97µ\83\88s@ã\83\b´©c\9döb3â±N{y\ 3^ÀÕio\ 6\ 3¸:í!\19¸:ía!:h\98¡\1a:\10Zl\88~\1aæ\8e\1aÒBîµ>Ì=}\8f.+É\16Àp,D\aÇ\ 5\8c\12Ö     F³wl\8a#´P\82òM]
+ð0ÖñQ\18OyX\9cq@yódw\158\94*¥ÚÒ`Ú>7ÿe\8e %dÇÀ\11ðN}¢\19r\8c\18Í@¹-4\886\88\ 1\fzð0Ø\eõÝ­0fP9v­Ú¨\13\98\91\19Çûûøðöýw?\90\96\0\a\0\95_k\86KxÅd`\80¢¿\87x¹Â7J}\1a Ýë\98é\12Vq ák¾ìâö^TZ+Ìý
+ËÊ7_\ 6j0\89!lH\8d\80!Üõ°Ör\e\8dãéL\ 6µÜl\ 6ÙÞ\84ôgÀÚý¡Ð\18\86\15Óm\80\ 3g\86þø®\89wE2ª\8b\84â\12\14Ú±\ 1\90\10ã=<gz°÷ë{'\98g=HB%l\95A\92ãûNþn\82B*ê3ôG:Ô^4\88\87\18b\92Ãû<GÉ!Ó  ,X\8du\94\16§\982\8fc^6\r¤ \12XaX Cý«\18\16p\9cYFI\bTO\92LùDh@õhX°óu<9Ö\v\86Úd3.8I\95\vHJP¡R\ 6Tk8    ýý¤ê 6\82\92\96Q#8ÎÃåð\ 2;#èÐÛ¨ÊÝ5ü}-\7fé~ÏnÞ×\1aÒLñóÅ;ÛÀí°áý÷\87
+\80¬åßu\092·\96\7fç\ 1\1cHY}\ fpù^GÊê­õ\ ex\r=Ë1Ú\8eþ\ 4Ø÷«¶\ 5T\82\ 1d\88Áx?\84\ 1HEwªGÑ4}®è¦ÔÞ\19É\10¾\12ex÷ôL\8bÊè&\9e\99C®"Ô¯,f´\89:H\11fd\ 6\1erôú^þ2\ 1\1dq_E-¤\ f\eVs\ 4ËàÃ\86\r»"\awÈ*\8a\80\10gLI3\ 3\8a¸B_è!Î\bH\ 4\ eâ\8c\0\9d±^S]\19ö{\12ä\9056#ù\85à\8eY?Ñâ\98ð\ 4t¸6#G\ 4\1fØ\11¼\16»Bå@}Å@Ó®\86å@Ûö\13\8c)ÂÍ\19\92\ 2MY÷ÆÆ,ÝóÆT\r±3t4_Ä»¨¿-XÐ\89¨\17\90\183õu\ 22\ f`¬4J==æeÑZTÄ\89©\8b¦\85\94\ 6iÛToÎP{4\ 3\a/qÀ\86¨CÆ\ 1\86\ 4²\12\97rfk5¤!\ 2Äq©\83ü\ 4\19\91\87\19[³!\8e¸\87A\130È_<LyU66bù­t\82~ÔqïR`Lç8
+Òléíé(\88z]ö<׳äû\14@]6jôp4OD\arHB×\9f
+ÏÃû[E\16\95í\95ÝbTÆ s1Gç\ 3\ 60Ì}\18%Ø1w & ìÊ¡\0=Ð_\9cæ\bcsýÅi\8eØ\16\8b\ 4Ï\13½*\97D\86\9cµ#½×@QH°È\9dA±=è"\1dd\ 5\ 5ztGm8NÐt\92õYÃ\8ax\vH\18\15é- \17\1c\9b\vÞÐ0\7f¬Åò\83A#\0\19ÖâMÌ.8ý\86\18VõjÃ{\87"Gܵ$\9d×vc      È÷6V\1c.ä¨\8c\0\ 4Ç\15²+3\ 6\91Q°«@_ªC¦¥¹Ò\8e#éT\97ï\88Ï\88\19Ö\8a¨óçþêòËÏËa\99\99àåçå\83ÀÂ\89óÏËÏ%+\83Ïõçå\9bW+\ fï-\9f\ 2}õÝûu\ 2rX\1c\ 2Z\81£¼<FI\80´º;\1ewF\97\ 5 ;#\ 2\16\eà~\9e\80\8e\9e?\97ïu\9aê\8cw@§©.H\85\1dO\14
+\9e\80~é3C\ f Ãõ3\9a\80£<}\81;è ÉÆF¨?±Xá\ 4ô\1dØ\90\0=ô#\95½cÔ\v\19{Ç°\e²\1e\86£^ \ 6èÆ\1cåÙX\82\ e\96k|\féÝç\124\ 2½Â=á   è £e$]GÊ jäÇ$%¬\ 5âei\13\18J\8cã\1c\9f\ e°j\ 3°Ìz¯ïÞ3ë°£\f#\99u|¹\92wf}\12¢\9eY\eÍôe\13ôÌÚê«\87}Y\9a\9e\9d&iÂÎT~±k\f\18×\ 1ä¬(A_"ú\827Öi!ý:Ø8(\11g¢wÑKp\13t\11ÔÇ\1eÃGz\83{\a\8fô\94á\ 2ä¤$µ ¨Ó\ 6\90Ò\90\14l\az\99ý\8cDè°\83\19k¡®D\v>\93õ;\97¥H\a\ 2Ý\83uÒö\80\8ap\85q\9dÞ\rt\83[ [Á\86ÍPïÂ7Á      è\b\13\1cÎ8\aU      IUimþ!$G\ 4$\8c0²Õ\19j#\ e\eø\fÃ*\ f\91J\82J(\97âdèÉ\1c×çÆ4=êJ3NïdW\9a\8bèJÙ­ÑÎ4}\8fiÀ­\11½ðPÃ2:À\92\9e\ e°=\v\fw\16\10)0äP¯æËxq4òe\ e\12\8d        \9a\81ìÊ\8c¨yØ\95\15\b4yz\11B\ 1ê¿\1f5\9c\8aù\81\82C*åÝ`Å9ãá\8a_§ò\90+®½ÀÎßë\19²\1dæç\9f×Ëû\râ¸|/Ãl\ 6q\¾\97ëb\r(½|/\9f\ 3¯cÿp\ 1gù9ú\19ÎHþr\ 1\88õ#¼|/\17\80\ 4\v\ 5:ûÏû!"\ 1z
+\9b\91þyjË\13Ö@\1dfLH\ 5\1d0£å4]   à\83´\955¿N£¡\e\ 1é«àg\1a\10Á\ 6HQ®Õ5/y°(wÆ^@\aËçM\14\ 1©Mßgþö¢Ë Ûø\ 2ý\88\83m|\85v¨³\8d¯Ð\ eu%Ú¢$AZZn¥|\17\ 1èå Ø\11êå \13\9a\80£\1c\14:B\ f\17\89Á;\9d\1d¤Õ\98Ð\13:Hj\13ú}OKÈú~¾§\ 2t\ 1\19
+@\17`F\8e\14Ü\99Ó\ 1\8a\ 3ôº\828Býº\ 2ú1\87
+ÌÚaÊ+\92áïë\15É\vÞ\ 1\aQ3\9c\80N\95½B#Ö7`Ó6\80W4ãpP®û0¢ç®\ eSt\r»A¹?t
\v8x@`@éà\ 1Ág¹\8c\8e%\18Ð9Hza<繪È\9a\ 4è\ 2 \1f»/\80RÉ@7æx¥\95
+t#\82\ eÖRÔÚÌpÿ~¬\96u        O\a\98µ\ 1(×ô\1a\ f`e\7fÿî{òjTÑæ\89:1-G\89ña"_¼&è\8bô\ 2\90\862÷BRN6\rCº{^Àafä\f\1d\14³\ 1ùBèËH!#I.o\9bÈ8\89v\9cù\8dQ\9eµàÎID¡~\9c\êP\7fÂ\a\92\ eõg-¯ {Ppzíàð\80Gº>\81\19Çåú]Ã\ 2µP/H&A\91N\97\84g%rÐeÃÜÎÅõ¬\19"¥Ë6\94ø²\ 2½\9dÞ\84£\12\a\a\a<Se\94¨@\98ÌUЫE\96L\8d\vÄÉ<tÙ\11J@\aºazè@ú\93\ 6TR\9c¹â\v;ÅØ@riFxþ\N\8e\r]9}î º®$4\97\9f\97ݸÅ\ 2\97\9f×+\ 1'øûz5¬\1dåçï弬ñ_\9c¿×Ë\89\ 3ü}½\921âýst\ 3DúãÙ\ 1»0\1eÝ\81´\fê¿\95ó¢ß÷pG\14¨B:Ýu\99\ f\88ô<\81ûE\13g{\86\12ÔËií]Ïð\16.\9a\111¦ÚF~ñú~\88©6¬H\a\1cLµaË`\0\ fS­Uá\9dgà`ª\rH\86\1eê\ 3ìIt¦Ú\80\rYgª\8d\9a+§¥\98±>r<}ï(Å\84\8eÄS\8a\99Ñ\1eB\9c\97á´ø4Ò÷ à\19ÈiÕÎ\1dqÈ0~N«(Î8O\927åÜ\13X\ 42<Ð\90Úó
+ô+¯\ 6Õöw\91\88à\9b7\1a¹òÚ¡ÚÃ\9f\97A\1e\1aËJ.\a\82\ e×oÐ\15è<4\e\9a\80\83;`ÒBR\8aÓ\ 5h\ 6ú\95W\82¾ÌA\1e\11Ñ\ 4\1cHi\14u\90÷ÔCa\99\9e\93´ràÁ¨Þ\b\9b\87\8dhoÊ÷$+I\ 5
+@\17`Aq±ãÊ«\95\13wv\80^\17Ìø8Õ¯\v\16\14\959T`\85:ìné׳\ 1\ eÓ\8ag\19\1f@\fH(8ó0·ËS\91t\98·ôÃ\12ÐÑ%\18Ò9Þ:ç\0O\12\aÈ      \1d\99\83'8â  \80 òz\98®\aN\9cÊW\9a®á@Ìz\1d\8e@\7f³\9fñ&èEéùÙiº×\ 3?RÃY6DR\94þ
+ɤ\ 4\95s-\8fæ\87ö=\f*ѽ\1dQ\ 2ìËäÓ,c\94J·CâÊäÇ\8aeÒ@\12Î\e\81S|½¥^@ ²\87÷\ 1\9b¡lE\8dua0$+ILîè\16\84z?\1f»,)a,¨·:¸Ó÷º\ 6¬ðçuù\9b\ 5\9d\7f\1eÀ\e8)ª,P;ÑëÇ\9c¨|M\90ó\7fKõû³ôtÖ\88\r.\1f\1cÅ\1d¢åQùµrä\8e\0i)¨Å\ 2e\1a»6\ f\96ÓôD@qN\83\8aÏ+Ð\v1#Þ\ 3}\80\ 4' [`«'¾L@\ e©[Añe\0½¤:##vD\84¡ 5TBÚ\8a´\1a¼óú~¨~dÇ\8a\9f\r`\15\ 1X\ 1Ê^Iü.@y\85EC/{\82½r<Ë\10l"Áë×\15ú"ýÎÆà\99\9e!PK4¦äó
+t\90\13бfèÌ\1c\ 5,­¦xÐ\94\eØÝ3eJ²\eñq¬WU'äN\1dUÕØ\99éUÕ     o\81\9a¡\19è\13ÈØ\9dëUÉ\ 5í¡£¤tÆG²üh?ÎðH\16^øXwÂ*\81\97$\9c½\v.Põð\1e\8cä\82È\b£:\8f\15@W¦?ñ\89\eÜ\ 2\1d§$a\99\8cñ¤    Å\ 4\8eî\84Aô#\9cü\ 2\9b\91påS»¢Å£µÜy\80ëµÙ\12÷èåÇ\9f^V÷ú½÷?ÿñç?¿\16÷ú×ýÁãÏ\7fûÇo¿\1dn çÑ\9b«vt\véôÐx\16Èa\8fï­xäô}N\ 2iÄq\13lä+)\9d¾\17â±#º°ê\91Ó÷¯\10ç\9e\95Ä\15}ß²\82Ó\0/¿p\1dàÞ\89ìX@0ò\95Ë\f\84Vfu\0Ã\18Ï\ 3ÜoMù\0I\e\80É°½S<\ f°
+áP\1d "!¾âľ\rÚ\03\9c\81@ú_\aHP\ 6w=ÈoZg D\ 3\19/K\02¸¶´«30\90ñ2\80p\18Ú\0p\ 6h\17®3¨K(X\95Á¥a¾¹òÝ9\87\ 2gp·\ 5ª\a³¨\at\ 6\v´\85û\fè6.H\ fâ,Ô\93Ö%,Ø\9c\ 5EªK°g>)~\95ôÓ£    K¨3X±\1e\b@G\1d`\13m\ 1ùôc\0ä\94Ã\f"c¼\8d\8dÛ®·\8dÌ¥µô¦çT\99&¶ô¦§\89l\17Z1Ïe\ 6B\8bK\e\0Ï@öH1âs\ 14[%B\8cðlÔÏ\85\18±\1e\b)Z\1d\0{eÝ­·z\9eÞ\fè.¨^\99êAÆþà¦\at\17
+¶F\10 \93\19\14\1câ\b\9ax@±Ñn\8föêª\9fpË* vu\ 6\ 3äÖ¯IN\95ÁR9\91.\ 3\80(\938\94\ 5\1a\93~.Ä\15)\128\17è6®x\17@\9e\85\9dj\84\91®Ç©\12·.\àÔ\19lX\88BQÑ1@ã)¼\f $«6\0´Æ»?`»\90p¨«\eSÂ^ù®\al\17ZS\98QML0ÔuD()á\93I>XR\82.m»Y#Ý\85\fÃ<Ý\16\1aÕ`Ï\16¨\f°W¾ÇÊT\ f\f\82\84"\9b3\19`ÆÆt\e\80îÂü0FJóÃ\18)\91hý¦Ê\14øØ\9f°æë\0(óý\f\ exÁ¾_\93öýýéÇ\19¼\88ù;x\91åðÆ<úé{Gtc\ eýüý=¸açòþtæ}._\ 6\0\ 2 ¹Ê\ 4g\80\9c\19É\18-̾Ì@ÐA\ 3?
+\1aàîÌh¶davo\13h¶d\ 5V\97\ 1dCn,M\97\ 1äC­½¿éí\ 2M»3\9e\81\9evg¤É\9e´Û\1czo\17î(°\81\1f\19¨rDþ\18\a7\rü¸Ì@¨\8f¸\80\1f== »0ccÒ¡È\ 5ÎÀ\ 1\ 4.X\95e\87ÔÐ\93Ë\0«t\ 3\10o3 2X±O\ 42 KØ°G\92£ä°A\8ftW$\8eß`MÔ\91\83\894Ù   ¢G¢ÉN\10m\81æ*\ 1\ 2\86\1av\ 1\97 oc$n\1d\\r\ 6E\a\8e\93)\12·®ëA\82BD3`è  \fP<è    \94Áý\ K(P\ 6\8e%`·~_\ 2µ\85\19êÁÝ¡0@¸ÝQ¿2Ç\9f\80pXtìbA\1e        \1e®D\ 6\8b\1c'^ï\88í=ÔT\ f×Wf\1f~Î@\90\81¡'X\91äs¡=¨êGi\f=ÁÆ\ 4Ð\13"DìÖõû\9d\83Å\91³b·\8erV\82]\10·.ßï4ø¥\17­ßo[\r¿YA\94\96Vá1A\9dAÄ)\138Xð6¦(ú\ 3
+\82%<\ 3ùxOØ++nÝÀ\ f¨Ê\ eì\82xe\1d~)P\95\1d\10T\81NõîÖ)rP,õÿ>Àw§ü_~ûËoþ:ü\b?~û\8f¿,_û\87\ 2Æú\ f¿ýÓËá總\86+/õýí?üøOÿý_~üñ\ f¿ûý?ÿÇïÿòÇßüÕ_ÿø×\7fÿ\97\7fø¿¿ûý?üø\9fÿïÇßüݯ\7føã\1f\7füý\7fúÝßÿÅ\8f¿þúñw\7føýÿúý¿ÿúã?ÿø§_\7fý׿üÍoþüç?\7fýúO\7fø\8f¯\7fþý¯¿ùû\97:ýã¿ÿ\8f\7fþ?¿ù×ÿØ¿ûú§_ÿôÇ¿øñÛÿýË\7fýíkvÿ\1f+ªÔ?
+endstream
+endobj
+460 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1040 0 R
+/Name /Im435
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg08\90\0\ 4\ e
+\a\fС\83\ 2HÆà\0?\ 3\0\16Ý\ e/
+endstream
+endobj
+461 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1041 0 R
+/Name /Im436
+/Width 24
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93clVgnw\a¡ævvF â\ 3#\19>&\18b\91àa\91\90\ 1"\ e\199\ e\1e5\ 3öÃ\a\0ßä\a¸
+endstream
+endobj
+462 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1042 0 R
+/Name /Im437
+/Width 11
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g0lH8ààp \ 1\15:8$\1c0l\90g\0\0æ\0\rá
+endstream
+endobj
+463 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1043 0 R
+/Name /Im438
+/Width 33
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþǾÁ\86á\ 1\1f\83\fÃ\ 3\16(ÁXÀÂÀÇXÀ\ 1%\98,8\18Ø\99,\ 4 \ 4\8b\8c\0\ 3s\8b\8c\ 2\94èàS``<Áç\0%.°;00|`o@&\1e0\ 3\89\ 4f\ 6\b\ 1\0ÖV\14Ç
+endstream
+endobj
+464 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1044 0 R
+/Name /Im439
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc?Ä £Æ`!ÇPÀÇ\90ÀÇð\0    \ 1¹@A\ 39\ 6\19=\ 6ös\f\f|¨È¾\ 1\0S\98  d
+endstream
+endobj
+465 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1045 0 R
+/Name /Im440
+/Width 19
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80A\86\81\0C   `ä Ãp@\86ùÀÿÿ\a\0îZ ­
+endstream
+endobj
+466 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im199 206 0 R /Im342 355 0 R /Im343 356 0 R /Im355 368 0 R /Im343 356 0 R /Im355 368 0 R /Im223 232 0 R /Im441 468 0 R /Im217 226 0 R /Im219 228 0 R /Im301 312 0 R /Im297 308 0 R /Im224 233 0 R /Im221 230 0 R /Im216 225 0 R /Im232 241 0 R /Im221 230 0 R /Im219 228 0 R /Im227 236 0 R /Im228 237 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im128 135 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im107 114 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im136 143 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im112 119 0 R /Im291 302 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im118 125 0 R /Im136 143 0 R /Im291 302 0 R /Im135 142 0 R /Im120 127 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im107 114 0 R /Im108 115 0 R /Im94 101 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im124 131 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im107 114 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im74 81 0 R /Im136 143 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im112 119 0 R /Im291 302 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im118 125 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im120 127 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im95 102 0 R /Im99 106 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im102 109 0 R /Im74 81 0 R /Im136 143 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im136 143 0 R /Im291 302 0 R /Im135 142 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im100 107 0 R /Im106 113 0 R /Im442 469 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im97 104 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im214 223 0 R /Im443 470 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im199 206 0 R /Im112 119 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im112 119 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im97 104 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im74 81 0 R /Im444 471 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im199 206 0 R /Im112 119 0 R /Im111 118 0 R /Im100 107 0 R /Im123 130 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im100 107 0 R /Im108 115 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im112 119 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im443 470 0 R /Im332 345 0 R /Im444 471 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im97 104 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im100 107 0 R /Im106 113 0 R /Im442 469 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im119 126 0 R /Im115 122 0 R /Im443 470 0 R /Im332 345 0 R /Im444 471 0 R /Im445 472 0 R /Im442 469 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im107 114 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im98 105 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im332 345 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im134 141 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im136 143 0 R /Im291 302 0 R /Im135 142 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im253 262 0 R /Im101 108 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im214 223 0 R /Im137 144 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im442 469 0 R /Im138 145 0 R /Im137 144 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im138 145 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im136 143 0 R /Im291 302 0 R /Im135 142 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im138 145 0 R /Im342 355 0 R /Im343 356 0 R /Im355 368 0 R /Im343 356 0 R /Im357 372 0 R /Im226 235 0 R /Im219 228 0 R /Im232 241 0 R /Im251 260 0 R /Im217 226 0 R /Im228 237 0 R /Im227 236 0 R /Im218 227 0 R /Im223 232 0 R /Im230 239 0 R /Im221 230 0 R /Im216 225 0 R /Im232 241 0 R /Im220 229 0 R /Im219 228 0 R /Im224 233 0 R /Im232 241 0 R /Im220 229 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im107 114 0 R /Im92 99 0 R /Im99 106 0 R /Im105 112 0 R /Im111 118 0 R /Im113 120 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im127 134 0 R /Im101 108 0 R /Im108 115 0 R /Im128 135 0 R /Im109 116 0 R /Im92 99 0 R /Im127 134 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im106 113 0 R /Im123 130 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im103 110 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im123 130 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im118 125 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im120 127 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im238 247 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im115 122 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im108 115 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im298 309 0 R /Im258 267 0 R /Im286 297 0 R /Im299 310 0 R /Im281 292 0 R /Im255 264 0 R /Im243 252 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im128 135 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im127 134 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im245 254 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im248 257 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im113 120 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im246 255 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im100 107 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im355 368 0 R /Im343 356 0 R /Im419 440 0 R /Im236 245 0 R /Im216 225 0 R /Im220 229 0 R /Im221 230 0 R /Im301 312 0 R /Im295 306 0 R /Im219 228 0 R /Im218 227 0 R /Im220 229 0 R /Im221 230 0 R /Im283 294 0 R /Im219 228 0 R /Im232 241 0 R /Im219 228 0 R /Im359 374 0 R /Im227 236 0 R /Im230 239 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im160 167 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im134 141 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im129 136 0 R /Im93 100 0 R /Im102 109 0 R /Im115 122 0 R /Im128 135 0 R /Im129 136 0 R /Im92 99 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im108 115 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im214 223 0 R /Im106 113 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im108 115 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im113 120 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im111 118 0 R /Im97 104 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im104 111 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im101 108 0 R /Im214 223 0 R /Im119 126 0 R /Im115 122 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im107 114 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im112 119 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im107 114 0 R /Im98 105 0 R /Im115 122 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im104 111 0 R /Im99 106 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im123 130 0 R /Im111 118 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im74 81 0 R /Im129 136 0 R /Im93 100 0 R /Im102 109 0 R /Im115 122 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im107 114 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im106 113 0 R /Im93 100 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im257 266 0 R /Im240 249 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im105 112 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im238 247 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im74 81 0 R /Im129 136 0 R /Im93 100 0 R /Im102 109 0 R /Im115 122 0 R /Im253 262 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im115 122 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im104 111 0 R /Im123 130 0 R /Im113 120 0 R /Im102 109 0 R /Im98 105 0 R /Im106 113 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im113 120 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im106 113 0 R /Im106 113 0 R /Im112 119 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im118 125 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im120 127 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im118 125 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im214 223 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 467 0 R
+>>
+endobj
+467 0 obj
+<<
+/Length 1046 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}Ë®%;rÝü~E\rí\81\99\ f\ f\r[\80'\86\ 5õP\13»Õ²dë­6\ 4ÿ½wîÍ`Uf®u¸\82\89\ 6
+\8dºÅ\9dd¼c1\18ñÏ¿ýù\8f\7fþ-þø·ßþù·òU\97ð#|\85`\7f._k
+?ÖôUCù±\96øµ¯Ë\8f?üýo¿û¯\7f\9fãöã?ÿão\7fþËúÏ¿>¯ß_¿¸­_i¹®Oa¿®¯_iCßß\vüþm=úþñ71\84¯}»o ß\7f À\rÄ°¢\1d¼þËí\aö\e\ 5\8f¿\89ñç\11Öüs\aåú\ 3ë×\8e\8f\90"¤aRy\10Ó®1\81\121W\8d\88ùk+ð\aJ\86;\882\11ËK\8eÒ\8d\88\11ü\0ac\85\82\84ØH\88¸\14\95\88     Ó`\8dp\aà\bì\a\a\b\11·ªIâ\9d\ 6/ê¿þ\8c{êrðë\ fT\99\88û´$~v\90Â\ 2wp³GL\99RDlÌ    (\13\16¤\940\eo\82t·hí\bi\ 3\È      (S\84\19\99´\17\1f\f~\09\85\83\14Âþ+      Ê\8d\86ñ«\$ùó7/A^Ë}ý\8d\ 2ìû[D߯71dß\7f9¥Gßß\83öý¡O9ý@º\8b\0ò\8a\87qè>%l_¡Ú\ f\94r3\ 5õk½\9c |å·O  \1f58ï ®×\1fH_%@S\90\ 3\82\10\86\8f)xIq8,z\8c_K?BF.\81\101\17DÄýv\84ú\15
+¤AIè\béf\ eóW¾\89Á\9b\ve\83?p;Â]\8eÚ\ e*ÜA\d6VÈ\85|ÓDz\ 4ój£#P9X \rîr@¹°F¸\ 3 \89ËÍ-¾\ 5i\854H7\97P¾¶\0\ 5iËÀ\1c¤tã\ 2\8e\95 °\91Ð`¯\1a\rÊWØÐ\ f¼8\ 1w\0hÀ~ B\8bt\13¤»$~¸\90"ÚA\ er|µ~TaÙO>é\1e\19ܹø9Áº\83õûM\97?ÿø¾¼\85F\97åò×\9b\ 4\8c¾\9e¾6hÏ\eÿ/Ë\ 1ûï\12|ÐnGg\8f÷¸\8e\1d>\ 6íôw[ÞÖGtüxÏPè\ 6\9a?\e\1eÕÙzL\81\9b\eHë#þÇ\8cÄ÷.\0/_w\11\80ý\9d2Åò\89é\96mÿª?\ fp7b4²n\19Ö´þÄ\1a\1f)P¬\8b(C÷\14ñ\93_žþ\97È~\97rÌÏ\ f\arÕyðòDGDráA\ 6aá]\rßδy¢åe\r~Feñ\9e¤R=Ú0\13u=Ú\16ÄDý\ 4{ÒN@7°¯Ò\ 6\18\ 5RÀn\0\90p\81b|$\88`\ 37WL7@L\99L\81\97Ó}dK_qÇC
+dè\8bn\14H_\11{ò\à\ 6n\9e\9co\0Ê\0`\ 1Y_\90%\8a\89yÓT \f\80\88\92P ÀX\ 2\ 4S8\1eL\15:\83\9b\ 4¨*\ 1\89\b-(\9cð\88Ð\ 2    \0\ 2\ 3k~¦\ 3ë¦ÙAz\80\r\9b\11É\10¾E\0\1aR\10\88\90\ eD$ì\b9 5Dj\8c\95 \aDC=¦Ì\11\93P\ e\brÔ\\ 1Ý@ÂÎðF\81p\83;?4ÉiûÄTgg\16n$ , \96\10\1c\81\90 k¾\80\19¢L\82º\9b)æ?\80ÅX¶å\19\9bB`        \b\13«ÈD\94W\1e\91n^\12 aÌÒ\ eÞzÐmÙI
+\10H\83\ 3ã¼b)¸¹\ 3Ê\ 4\9c\9a\82õW\80#¼¡¯ü2fï¸t\7f\85¾ûÏ \fäæ\15â½yC¡yÚå\98&ïСÉ\ e9ã¨PVÄ\12`n"È\80­\87ùµ\9c\9e\97\b¿/\a\14%B[\ e\ 2
+Lÿ\12µì\94~?a[~3\ 3÷\r|P¾\926\90[Å,{³\ 2\1eQ\14Ñ\92²\88¢\10K*G\14¥ \11vD\14\ 5æ×À\9fÞ\99øJI\ eÔ®,?1\82ü\93    w\90\8fÙÒ² \94\ 5ØRfHÊ\1af\rI\93£uÕä\88\13ak¡å\99\b÷ë7ªË\18ª\93㢲cw ÇEeßEeÆ\a¨80¼\1d\80\85E5\88a\11³¦\15Z3à\10é\ f$\15-Åæ¬&\1c[ËaQM06\16\12¼¶>C]F7GØ\9aÔ¬¡\14L\b\r,_\7f\ 5Ûc\ 40\vþ¾åW§õz\82¹ÁÏßóK&Â\96\\9d?/Üø\ 4»~ýàtq\14\ f]¯[\1a\\9e?ë/Ô\93\8fopûåøÀ\97\10\98/<¤_\f\1a\ 19\^à\ 6dw\1e\13:\81\9e\9cÚíñè\0Lþ£)àå\0:Z\9d!\ 5eo\1e\vÞ\80,C± 
+xd "\1e:HX\91\rð\90pi\9eø¼\ 1Ù\8fÙͱÿ\0vq\á\ 1nV\9c£í\98\872LvÔS)ZÀÁò$R\90à\94\ 1\1f\83)@\19\92)\98ÂC!îhûÐ\13°õª\1d!@eB\14Df\0\a\ 2)AW \a\ 2\1dl\1fzb¶\1em@\v$>PyË\8bÖíû\v\1fÊ\81
+=\ 1\89\bUd\88\1dW^i  \92\12\e\9b\11]\ 6\16Q\ 68Z\ e\85X\bæ\f«N0\9e\ 1I\15áá\ 6\85Hv%iÏ\9a+¡<صx\94¢\8c0\1erÄÃ\1dì\9e\f\88sÄR,«QN\9a!¤ %\ e¨t°>#\16:Àú\8c£        Ù\90u¨{\96\ 3\ 5o@ç@\85Î\v%¹B%ÒEp\81\1c\94\8csBTÅF\80òn\86\ 6®\80R`ÓÂ\19z\82M\95a"\83Ä\f9`bh\ 5d3V`8ä\80©¡\15\ 2,ä8µ\16\ e1h¨¼Â¡74t\16\ 1\1d\1a\f9bò\92ÅÔ\98\ 3Í0±\93íH)È\10;ê?JÙ&µÀpbìJdKZ\16Í\971;P\96\ 3T
+W\18\b+Iì\0>\88ñ¡²Åg\0QÙÊ3\84¨\83̳\10Q!¶Lg®\99\ 2\81\1a0\13ä\rÔ \ 5\95t\ 3Ø\18ê\89A\8dË#|¢âÜP¾´ì(µ\e\1dh¯tzn¹~mñ§\10\ 2=º'&ï\ 3ôÜò¤È÷W&\8c\82í\99Ïò\8aLfü¹Å\13çå²;·ZÈÓr\aÂfwÖ\97õ²\0ï\vÚ¾|ç\e[Iþe½\5ðÊ@áþep§\83Ä£\1fàUÝ"\ 5)>\16!      åJD{¤$\9c\80ÁÔ\88\86\12í\9eè²\ 1¹ð¡\97\85Ï
+Q\86\14\94+\11£ÁCçõ:Î_Ê3\ e\16L@Px\80mX¯J\7f\ 5%ßÚ0z\82\ 5ª¡\1c\93G\83\87Î'ÐÓª¸\ 6t\ 2GIõZ\1f\99á¸A
+Èv¸×\94Ï\1aâ¨[b"E;\92bOEr\80j¨×³¶÷\9a#\16P\84.6\84î|\80;BÇx\98"Ôc\1dbLP\8fõrØ\849àÀ©\91\1a9J\9a¡!\ 32tOmC«éÎ\9fÔöô\ 3+xúN\9e}Wè\8eï\ fä(   ¡!ò\80¤Ð\12y\8a²\8b$Äô²h\15µ\90\ 5´½(ûu\90A@KN°Á\88R\7f\B\fÑ\8d\87\94\ 48&\ 41\1d\ 1Ú¡!sÔdC;æ¨JïEá\97\1f\10ÞɵRÒ\1e\92\rxHqÚ\ 4ý©\9eÖeh\8aîBpWäKQ÷Å\16\ 3=dHsTÝ\19A\9aËC)À¦H·$¹")p`í\vÒCGb\90WDBÝ\94e1$¢\a\80!\91£\1a4oP\88ôjмaE\94K\92ó\ ey(ëa!¦D/\88\rªG'ë£\16\98Ó\ 3DLA¹®¿\17E_~\0`Õä\ 4jvH\81N\98\1d:\84 @Sä@Z\v6Æz-k\8dbLA\ eP5\90\85~\7fy\16Ó\94E\8c\ f¬\98\85z9òªé1eá&Ê\10\95bh\89ô\14¿À\98È\91\9c\15\1c\14ÉΠ\86ü(9;ê¡\1f%g5BK(+Q\a\9a'\93³\9aä\ 4\9dU#ké1\85ê!J%\99âs9s­sf¨5F;¯WÚY\9dË\99ÏËe\90̲\92ór\1d§®ððr@l\81Àùó\82ôX1r\86ß\17\1e'Y3«¦¿¯°t\90Ö\11\80ɪ\91\1fâÄ\97\1fÐQF\v\ 5\1eeä8/Ú\81§\9eY$\ 1\a\ 6üåÈ\97\rè(¥E\ 2\ 3\1d¤%é\16       \6 CÕ\vÒ#ýÚ;®P\ 6<8-´\ 3º\fa3$ß7v\9cÖM\0\83i#Z/\a£q\87ß×».\ 4(Âò#ÉdqÀ@\ 2ù÷\91!\95ð-\ 3i\91%uÔqÆ\16\88\9c7\80ê8É  \12²"w
\9e\ 5    \e\ 1!\12\96¡¼#\1d¢\b]A2è©\ 6
+\bżm}\85B¨³ ÂïËOãR\85Þ\\88\84\1aƺdÍ\19S\88r}æÉÒúÐ\93¥MódT\88a8æh\ 5\96°\1d\93E(\ahG\1d\8d?fíø¥qÇ\85\0z)n\842¨¯Ox\ 3À\13\92\86     Ð\ eéÏR2\8cÆ\1c\17\8e½\1a\15å¬\8a\10©\84\85fðn\ 5\r­\18À¸9Ä\8c\95H\87\98\17\18ÌèÕÌ\v\14\ 1ýûël4xA\88Ï\ 4pTSo¢+¤2Ô\9a\f\8f\93Zr\ 2lÆd\11\8cyêP\83\96\17Ó\rDq\ 3¼\9cz\7f$C%=\93¡\92Ð÷=åÜ0+TʹCÃ\97ÛKÿÓúû\9d\17Q*\10AGï\9dRq^­côÄ\ eÉUteÑ,9-%>ªvÞ1ù:×{ç@\98ï4tôÞ)«æK¨\10\97è½w¶\87Z°iZÈ\v\995%àø4\8cfd_^\83\ 6lÐ^\130\9csôÞ©ñç\ 6¦zïÔ¨\1ab\8eO+\14 ðpÂ\14\90¯\1a+\89çt\84\\85×F\0õQD4ã\ví\92ç´^\8f¨7üy9 6dèüy©Aú{ùþìô\86p\ fOÿ}»\8dËç\85A\ 1\86p¯è\aôh¸\ 3Ô\97\1dèèlDGð´Ë@\epÀË       RÀq\0K\88&Y\18\0¨¼"\14(P\86ä\8bâX \aô2â\8a\ eà)#\86*ì(#¶\84¨¤YxºÁ£ç\13èeÄØ\86\88\91\bÁp\9e\1cÀºe\f\ e\96\80£\8a\18j¡£\8ax\93\ eÀñáÖ·èbÇüUÄC\16\92\ 3\84z\15±ùñYG\922tdz\15\86\oî] \19\90\1d\961-\83Uó¥t\ 3\vf\81|UÚ\ 1æ³\1dÒ\1f\95¥\15©¡\8e\8d¥\15Ê\80\9cO¤Mõ$¬34\ eG\1cÍ.fYØZ æÐJÙKü¾\ fä°]Æì\11:Ä<é\r\8cË\ 6t\847a=\92+¹sÒBb¾\ 11(¥õ\9b\19\92PNk36\85rñbÎø\0\82)31,\16PÄQ'Nr\84
+-\81|W\96+ôÇ\82\14·ï¿l¡èO      D»À¨X~\8f\90\17\14R\ 1)¦åü$/ÕO°\ 51¦"R,\1aS*\ 2Ð\98:.Zv¨EúEË\ eý¹^ÿj\83\93\86A5¾+ìEÐçõ2ÿJÔ¾Ï\eCÃïëðjÂA½\3QÒ2\99\95X    5\fêï\9d\9fè  \1dõ\94¯BCêèl]4
\12jhEå\vÿRáþõ\ 2dh\ 4=\ 5ÈÐ
+:
+\90a@èáàú\90\83\9b\96Y3?tT`?Êë
+\8e\ 2ä\0­\80\ e¯\92xR/@\8eP\86e\11¨8±\95ßåU\18N:z\95ÀhÒñ ªÂÌØA\80\8c\13[A\aì\aVM\ 6\19 -\12É£®êX\ 4M\87ó÷\ 3&Øò­=\ 3É£é\0\ 4_ßÁ×\1d÷\vÖ¬'»[û\9fç7æïÛ\91Sp2@âëóK\ 3¤¾^zkê;ü>Aöâ.±o\bo_è¯÷ùÈ*\ 1  8kðö1Óx¦e\96\8d"\1e«\ fkG\8d8èh\99uL"~ë\7f\1eÎ\98Á-³b­í\aN;Ð[f\1dó\1fÑ\11ô®êm\94ñõ\at&X 2Ë\ 4\1c]H{\ 5ø\84\18\9e:u\8c¤`\b±\ f\15\91\r\f        \87è!\ 1\1c%àH\ 4\1c\r\ 2,\1d\eÉ í2\11\e4wú\ 1½âfk}Fâ©ç\19*¸Á\ 4Ø\vX¯ûAóCçÏë~°¿%\8a\83Î}Ã\96SqØ}\91ÜRÙ[¼8l@ÉZ>E\8d\ 6ü\að\ eô\1f°X0Îu°ìo\89F4ä?°i?À»>!.:ºV\15t\ 2G<R5
+ÒýÛeï`ÿÜ\91Àïë/y\16x~\87\fÔÇ\b[ç¿\81\1d¡\ 4X!\ 1õ¶g\eRBÝ\ fÄ\r\12P\7f\13¹!Cè\98\85½#\ 68^\ 2\85vÓ{fà=\ec~$\85]s$¬l1YóÌÓ\ f8&}¥ôS\84¾­Zã\97ÅØ\10ë·Õ\199SÇ\10ZhÅ\\97Å\88      \8eÉ\ 4Ð\f9<IZ \1aùç\b\8fì\b½k] \1eé\r\9f¬feh\87XË*¨\87úk,l\87\1c\9a#úP\vì\7f\ e¤¬ß\8f\ 4¸\ 1ý\86*<\94\80\1c4     ëí¦x(Al\880"\80#"Í$\9cÓ[\ 5%H\ 1½ÙRÆ1µÜ\!glFôÙ\10\ 5í@/zé£\19.\e\0\97Dì5\12v\ 5@\8f®i\99\r\11\ eÀ\8e\94¢7\1d[ã#_\92W$Æ\8e\98¼Ï\10\9euFyÓ\98È;^\89¹!\95\82\1dnÀqÕ\8b"\12Ç=Y\80¶Ü1\83\18\19\ 2Çs&h        ¡\10ã2æÞðê\12\14Ê(s\81¦LOkz¿«I[ÜÛ]\8d\f\11=@\81ÞL?\06d·\ 3P\ eÀ¼ÒQH^HD§S`Ñ\94\88ßµb;¤·,[E\7fÊok\9f\85dåaHV69¨f\93\19°3Ò\eçíª!!×Í»\9aV°É\ e2>D.+\ 3d¡Þ.J\ 5ùèeå+¨\93Òc~_\8bc*}¶D\82\0ÇM\88XáV%¦PFÊíº5Ì5¢µ×Ñáû¦sô9Ó\8e\96ëã\833Xî ¾¡äa®éà\ ei'\83SvÇ1 =\85è!í\1cíº
+Z¯wé\89Úéù]-<¾\1c\ 6vx|Rrû]ï¤èöÉÁ\93²Û'2Ì
+ï1\92á\89ôvp|R|ûH\86Iùí\13\19f\ 5¸B\ 1º      0»b;^R½¯ØNëÑ\15[\82\8dÜã\82è\1f³\ eîbã)\a\10}\1eÃH\82ø51T\ 1ÇCª(I ý>´\80\8e ²wúºü\80\1c\80\8c¨ç\19\r\82úS.\83ÇÝ$´N]­Üâ|\0½ô<%¨Åú\rCÎÚ\ 6\9b¡\1fÓ\9fÑ\14\1c\ 4èØ*¶c:¸\rí\90#\fîO©feÈz\17\ fe\88\1c`}hG\ e\99\1e¯È\109úW'lÉôáÑûS\12ìÐ\99ê\ f\12q4'?ìî/±\ 6\ 4 \8d\9e"$\0B$\bª\16!\aäD&ÃpÎѶ³\8fc\98Ô¢cðð\13-ÊÄ\ eÉ\15'¹`%Ð\9f\92U1\1dâã\1c \109Æ9 \88Î\83-/\ fy@\f\91N\ 1h\88\1c\1dë6,Årýñ\81\8ekA=\ 3Ç\91\168\ 2\9aþ\90ÉoË\rÞÆB ?\ 5
+x\aúS \18\1e%F%>\ 35z»°¡%"ÐhÂR|û\81{fÓ6\906\90Ù¤»1¿W}|j.ZÕNÝ~m\14T\8aÞ&æ#\84ÇúïÁe\ 2ë¬`¹gàfF\9f\97\1d\7f^ïqÒ\8aO/ß×\8bÀ\9b/®Ûdó[«]¼\9e@\87\16\9a\ 4_N \97o&$\0 \80\99c\e¡Kàw*ÌÛ C
+è¯ù¬\rúH\84ùz$\83\9e¡«­\10\7f¼\ 1\86î@\16Ê3\7fcMH\bõö\fV»8\92!\96X\1e\8fÄòÊB9³\8díª}$Cw-jøÎú±¢\97\r ?B\9eBl¹\9d`Ðò\8f\1a\82n\b\a\86\80Ï»D\96È3Ï`¯\9a\14ðV7Ð\16Ë\r\1eR\80ÆXo}i½ÔGzÀ\ 1\1e¨\87ú\ 1Z\19øe½\6\94\12ú¾£\86Úzå\8c\f  ¯~\84\ 4ÔÛ¬´"ð\11\ 1xñ#d\80\ e\aIC;B%¨"\11t\0T\v\92\0×¼NM\ 4yñ"ôÆzN`\9drÆ:@X¸©\96\98°p[4\16\8eæu\ e\ 3¢Q«\9d\11\ 5xù#RB\ f8\100\ få\80Äê'\85\80\84\15P¨VïÐ\81\r©Þ¤\ 5Ǥò@\83ÜcÒá@\ 3Ö(\a\12@?\0\8cIuChmrüZdè\ e¶Cú¨É\8aÓ
\ 4ËlToëg)ØD`\8d\9a\bpxè\99!´ÚÉY_\96[\83\87i_fðЬ/³a¡Ó¾¬LÇ\83ÖË\1d\1aRýil\11ã9Zµ\95DKÎ\8b\1f5\16ð^î0 Ô']b3$Y\81Oí£\88NÐNè¥ji\11¯Þ\14]\19\95\81ª\ 24¤ÙR\852$_U\14\18\11:\1aÕ@;\b\bÀ.[Ê\8a]\81Þ.jÓ\92{JA\8c\10ê\14Ü`0 Ïö±Y£\ 2\ 1ȨΧñXÅ\86L\8fǪ\98Øò\rÀ´Fêýøiu#Û\ 1²\81$J1ÿ\ 1\98YÊ5Ì\15[RÙ\17U\f2*sEÎ@ó:h9FÑ\19\ 3\9a×A\vU^Ã\17Á\ e\1c\8d*Z?óË     \1cP¹     Ñú}»"¾~\93ÖÓ\1a2\8béÏ\aptÓ6tc\1dtÓæó6ó3
+\14D\ 1ø\9c\86È@E$pÔA\9a3t³Àp^$\ 2\ e-\8aímèP\8dè        Z\1dÞ´\10mP\88u%Ø´ïÓ\8e9/gø\ e¨.\ 4Ч\ 2ìp\ 3\82\büì¶\826 ã3\ 1mÀ3­1 \19ЫO\121dú  \12Ò\ 2\aÀÓaÚË\ fÈÞÌFf\ e\r\ 1\7f'\ fõÈñN¾|ª7.L\90'÷v uÄ\ 4^\b\aåX\9fÙ¹BE\96£Ò$\1a\12\12z#\a\v7LA\9d\85­oÓ\88\85T\8aaHã@h\f\1ex%(s\b\ 2\ 2V\14\9cïK¿Óú{Qøg»÷\ 3XåDýuy)rA²¹\82ÓzGåÄ\ 6\96{*'àçõÊ   üyGåDAß×\83!\8bg\aëyÓ§\ 5\1dÀ\11\ eÚm_\9d\r\aÛ«\94i
+dD\ 1O8\985\11à\eØ'Y`u\ fH\ 4<-\18[\15ä\90\ 2´n B\16èÏ2Ú\84\9ei%\8c\v\92BÇ˪\15QÀQy±6\94ù|\0GåEë¢zÙ\80^y±7#|Þ\80£òb_Û ê\å\85=,\19ê1\7fX\ 2-IÐÇ£XD[\a¹=/\Ð,É°pad\vé½96ezå\85Eij\aÀ\96L¯¼(èû\9eÊ\v\1c\95\17E3D|\ 4<2D\8eÊ\8b\ 5zS½ò¢\8d<\1dÚ\11>B\1e\1eÀ1B\1e+¡c\84¼\16OP     Ø\903ôT^ì\90\ 2zåEëu2¶ÄäÂ1D\8d\85÷xúÃÔ£nácÊOf,8Ê\ 6 \15p\94\r@gè\98P\84cZÇ\fz\1c\8f\bM\8bÚ\ e\12²c\0\19à}\9bpL(\8b±\8d\b\9aæ\ 1\8e       õ¬°\18\ 5\ 6Y!½ö\861¡ãÚ»>4$\19Æ\84\8ew%ë3_\98W\18U;¦Ð¯0\1cÑ\13\9b\8c3[ÇË\1alJåĦ\97>L\86#ö0f6±)\ 1§\ 52\ 5
+Ln\1d\89\8d½k\99MlzéÃlbÓK\1f&\13\9b\ 2\r\99\1e\90\1c#z\1e%6¥ xG\87Ç
+\8eè\80!ÄIA/\\18'\ 5\84\850¤óô\1cZT\84\86m\0«±\8c\93\17\98Üz\9e\97­Ø¡Ë\17ï\ 5\a\85ú\1cy\11ãã\8d«Ð\ 1toZìyÔÈ\9bò¾O\ f\85¨\ 6Í\17°ôþ¨\9d\90Ò{Þ8
+\v\91Þ¹JN®±!©)N"$¶\1e\a$:\v`rí¸j°AAÃ\90\88\91ÀÜi\19MX  \95Ý9\96ø½-§0\9dÝ\14\94á\94\ fò¸Æ
+¢ËhÆ\ 4+\9e¨h\ 3\8e7jæ\8f/'Ðß\98Yjâ>\81\81Õ\vZ/[¢^}ñÊ\ f¾µDt\ 3\ 5QÀÑ^½ \168Þ9ZIu\99\9d\17T!\ 5ݳn\86BL)° -ð`ÅYSC\ eV\7f\1e¼_6 O\93·J¡\b°\17n&Baò\9dã¾=:@\7f!78\0\7fa·C\11p\0Åp\ 3zÿ\9b\88,¹#-èHs\19\8dK" WÒ´\98\1e c;ªW\9fäg¾ì\18\10 )\11¥`A2à\0J+re\9e>Z\15\9a\11ùÞ:©v\8c\8f£ÇÞÜñÆ\r
\8e´®U2\ 3ü\8d[Ðd\80N\8cÚ>\13£Î?\80*\17®\1d\80úĨ÷ùÏ\8dD\93teö¾û/h½çî?\80\1fp¸Â\0\ fàizÐbòÙY5V<0;«&A\ 2èý\14-\9a\e´\92eM?zÏ\85Ó \15Ðõ#\7fm\97´l\7fÿÍÑÑòó\ 3ëWí\eÈùÆ\ 1V<\13\vâ\0¨\9e¡\ 1¥Ù±×\ e¦Þøõ»ÿÙ\81S\vä¡>pÊ*ئ\a6íP  ôxp]$%൬Ø\fèá\94¡\e\93\83\8e´ÀS}±C\11\0"\84Á\89dWf¯¨Æ]{ð)\1d\80$Ôë\99møàH\88hD\1aÑ\ 6\1c\11)6dr=sJ\9fa5W\ 2è\95\a\19nàÆBZ\88\9a±+Ñ\vA\8b¦Æ4\98¨AÔBÖ\92\12}ßS\8d\\91\16:zÑ¥\ 5Û\ 1ýÅý\ 2í\80.\ 3+d\81£v\0[R½zÂ\8a &Ã\89^;0\19\1d\86#:\a\95ðR\´\ 1O/<lÇô\96\92\11k\8149î}eh÷UqûþÒ\93\9e í\8fôØzZNkQÎ\9a\16Ñ\8bï\92à\ 6ô\17ïU\vªéÕ¿\ 1\88\8en`Q£zRû°hjÄ{\16@5ÖÇ\86­X\ 4äx&¯P\ 4ôÚ   \18Ñ9j'`@ç©\9d\80\99¥^9`\r)GëÙì¼\12\16\10\8e8fçõ\8bûÉ\90¶ÀÄÒ1;¯à\80Lo9\90´\90\98ÏkB\ 4pÌÎ+Y¤\0\95\81ò\f\(EÔBJ\82"j\ 1\15¢
+µ@¾,*\15»syv^YDWÀfç\1d\13\9fPv/\ 34ýâÝ=yÎ.Þ\91";`Ö²#\12\0\86d\ eSXESÆ×c!\90K\8aûÅùl^P#Ö\ 3ýê>a1Ôo¾\13tèrv\qr)·ª¯Ð\96éq½ÕD?\eØT'{\e[Vôl`S\1dõçf& \r\93\9d\9dwH;ïÀ¦\11éiÅ\ 3¤\9d{`Óe½>ïæ¥üï\v\82Á¼\eD¼7¸\1aÑñc\94¯8b\9b¶vý\ 1a\18yC¨ÓÒÙ?\89P·ú½P'\11ê\8c\ 4\10 ÔË\89üÇ\9f\9fC\1dí\1aÖòù\81²ÿü\81\e\r\98\17\8du\83;\90\83Áh¥Ä\93óVâ\8aÄÐsÑ#Ú\10\8aÑÛMÕl\8bû~å?=ö¨HV\88êÁ¾kzÀK\ 6 \11ס)KHÜ\96¨AKØ\12èe/)AC¬¿«IP\84tl+£ï{Fö\14U\84\b\a\vT"½\1e¿ßø\1fÉé\f4u@Ä\8a\10Ó\13,\90\ 2ò\ 4ÛÞ«aZ\86V(Ä2´\95`$ä\80¶:À;KÁ\r
+±NÁ]<\0\9f\19\84¢1\a²\13°!v¼­\82\eÐ\1f¥XáÐH   (¸\96°!Óǹg¨\ 5ú0ô\8cy¨ÿÀ´!2\80\17{sýeQARì\9aZ\84\98Zô,\9eÈ\v\12\99d\18Py¦\1e­ZVCÕÀÚÆ\8c}\ 1û\81\ 1>u\bçur%r\16S+\8e\11k2À\1f\ 3ȶ´D-µä\181$\80\ eï%\98\1cê\13í\13T\ 2ùMH\87\11\15û\81MÕ"ö¶
+ÇtúHû\82Ý\99ÞZ¸b\1a8~\0
+\81ãq\95h\89ø\ f`o \9b²² .:®:V\11 â?\80\99x;\ 1CI\8eζ
+J2(£,ûy^\89·\8cò²Þ_Fyþ\ 1Gr\e>øÂe½ì\8cb\8béÊ>h\vË\7f`Ó~\80·PB$tP i\14 øDÎ\90\85ú³\9c\86\10_6 ?ËiÏí/ëõ*Êb\ 4\9c\9c\94`e\98þ\ 3Øú
+)¨?«iåäÓ"°Ôg"°B\11\94Cʸ"  ð\141np\ 3\87Í\98Ã\fíH \1cÙy@\1côÀ\ 3\ 1*\91\ e°Ä \99!>x
+n@/@KÈ\90Ã7\19¤\105}úì\97}Ðg\9f×aîí\aγ\16ô\97A\19;3Ù\9bÛì¨i=H\ 5Z"½³mÁ$Ð[\92bS¨¿Mª\98\ 27\12ÒZVh
+\1d\9dî­)êõ\aä\a÷\ 6´\rý!¥áª:dVI        m\91^I    \8d¡£\8f×\ eC2½\8f×\8e\bè\18\1c\14àùõ©3aÓ\94\80\8f\8e\8drÄJ \ 3\8d\ fCÂÜî\r\81\9c±;\15TÀ: \ 5-$£'(P\86d;\94\ 2òÐ\96\90\88·pzæNó"ºSZM¼à\98Lo\85¶~Z¡]"\8a{+4ÊÃ-\88©\19~\9c\94qP(û²,Ú1\ eòA\19Ôû\98íX\8bô¹9Ø\10ê\9dWpL©w^\89ñ\99\16\1f\93Å\9fØ¡\ 2í #55\98\ 16½Jóż\94ôabR\8a\9a\98°:LÕ\99³ÙQP       \1c³£4|g\ 4ñ\r\r\ 3\8c\vN\8eu\ e\88á =\0\f\aajIH¸!|Å\83\92îÐ\8eÈ\ 1YmO\f\85¬\84Ìn
+¦E\93\13ækÄ4\94Ã\ 1k 4\eSW\98\1dëñ\8c\r\9f\9a?@Bj Ç36|jl\b\12\e>ua!ê[\82e Õ\91\96íÜJN¾oi@û¡MS×-¦\85\9b·\9d\ 4}ôù]û<\93\9f\1d\7f\1e(\10©D\f\9fgIGMû·\95\88\14b´Xd\e¶±c?°#
\18eL\1a  x¿\84\8a6 _9Æ\88\ eà¸ê9\1a\ 3òÓ\ fܯz^ÛÄ\ 5±ÙxxÚ@\16*x\f¨Ç<ÔyP0\ fôbÐ\82vàÀ\89-\1aÚ\ 6]àx\ 3,(\ 4\83\8a\85@ÆÇâ\82\f\81cèP\\11\ f\1c\r\v\88!\95ë_b{\163"!ËK\8fñc\1f5\18´è¾\97eÛ¸\ 6¬\aàÁ\7fÅ\17\85Öù\aÒ.\ 4T\9fÂð£e\82ýÀÏÂð\98õ\aû\86PmÃv\88¬¤\16\1dÁQ\f\98 ?Ò\8b\ 1\ 4\8e¦\11\ 6µO*¢µ<\18\8a1/\89Å\9a,gç    \9b\12ùaNZ\90\f\90-\90\82r\83j\9bVà·ÅVO\8am±NÀM# \1f\19"Þ±@\8bHx=+ü¾\1c\80EØÑñ\0\1e@¯D\8cØ\17 /\eì\a>/\1c¯V@n"\96ã.\85D¬úÅ
+j/\eÐË_¬ãÁt@a³\ 6Æ< BT\90;Öµ0W$\84\ e-ì@÷Ð\8c±rV\18\8f8\1a\16hV\80^UØ}á6Ù^Ú\1a\16L\aDV\ f;ëÊ2É-åÔ¸\ 3å#\19\18\95Ã
\1d\ev\0µ@~æÙ\91rwvnH;&¡\ eÕG¨\ 5:T\ f\93C]\8bJ\82Îüö}:`>c3 Ct¥Û±áÀ\rÖ²@\ eÈ\bJ     \ 32\ fÒ\rã)\1dé\86©\9dC\ 6If'\97\0\955ª,`H7ô%\ e \19\v\91`      \7f\8e\1a\90â\ 1*\ 3\9b\16ÓÒ\13@\98Í\91\9e\17\ 2´É'8Þ4<IÌj\84A¥Þ²\ 1\1a2GQxM³é}h@u\95B:\96[·'÷eMߧÖ\8c\ 1íÍý±þ;   b\ 2`ü?-w´âë8éùûúkcC\ 6ÎëeG`¯æ\87\aà#e\9b\1d\7fY£©\97\9e6\12\ 1
+Pe|\ 2\aÈ\18Ð\ 6ôy¦¥t\11\9cQáh\8eì¼^\ 6\ 6b\85\81¤\9fy®Qã ïê*r\80c\94\90\ 3ú\9c\ 3+á;oÀ1ªbC\eð¼Ù·ë¢\81\1aS54G6¶#¬¯,æ\81þàú\15R+RL\ 1\80O wÔ\8cÐ\12;\ 6ÂB!Ò»\ e$$D\ e|,?3#\aÂ9gF¬\16\18\89 \18O~~\0sPÇX¡!ò\88@E;p\80¼\v\12\ 3³D,\99Þx\ 1[2Ç«\7fLBÇHWh\88\1c +\8cG\0Âvï@óë«ÿë\ 1do\98\ 34\ 3\8ejâY5jë#$ ì\8d{1ð\847þÌcÅ2¬\13 ­\8f\fyÎx\ 3\8e¦\ 3\8b´\ 1ZÉZP@èÈ©rkO=-\ 2\15z\82\e\aâ;\ 1ùu}«¤]>o4\8füúg@\95ª^ͼ`S~3Cw\9cÛ0J\18ÏD]\88V\94×8ê±7Y\88îõC\9f¶¬Ð\12\9d\98\81\9c±1á×\1fHw\12ìì²bÿ©È¿f\96z-h@q½§\12\11çvrDÔAÆ\81\1có\81ª8¹Õ»\8aÂÔÎÓU4kb8zt\7fÝ\80>\8d³`\12èmI+Î,ôÎ\r\152Q\97BbKt)\´ \8c×Ãjî\80Ï#ÅB$?N)ö®àe\14çÊÚ7È\ 2\aÊ(ÆÅ\94\ 4;d\81\19 Ä"Ë\90\rD\1dÊ\10sé5b-\90ÓÛJ¢"¹\9aÏÚªÎfg5i2@K\9aíâx\ 4²\fúª\1eõõ3q½!$çå²\110|ä´\1c¢Ä¤±*ú¼#34\r<o_¶A{Ã6ÎËå\90ØÔï²{}\14kxƼ\184î1\v\18Mý^ùõ·\16\90võL\ 1\10\10tõä½U7ð\ 3ñÞ¤\9eEc\1d¤}ýÀT4f³P¯LÔ\87±ÖE\12"
+Ó.h\ 3\8eùk+ÒAOÓ\86¬J1kÚ \1d\807mÀFÀÑ´\ 1R@\aYwdE\1c\89e
+H\8a\1dU\94\11²àÞV\93¢;\11Y"ý¶ÇF\99
+\14` +&¡¾\83\8c\85À1»j\95\84\80\8dËHµ=N:­w\8cËH\15n@o\99° gฯê åÐ\90|?zjV\8fÓ\8aÝ¡^\88i\ 1ù¤7O¢;ç\85\9cø\0úsw\8b§Gþ\94\83\94\90\85\12±\1eëÏÝ#\94\ 1½\96\15\e"\aÊ)zc
+\12\85\8e\8c¢\17b\8eÜ!oM\8aý©\8e±\15\18ÔÊàFoY0²Å¼ç\ 1&\81\fndbÊôRF\98Õ\88LøL\8fj\8aô:ÊT\rT\a*\87\880a\83\9a,?\8cÈ»HB\8a\ fáÜB\a7DSDñ%hI\1c\9d°
+4\ 5zEtI\9a;ãß×rKÞ\19\14Û\ 1½\86,\8b¦\8c\83\94\90\85z1*6D:B\b\r\91\ 3!\4\7fNE\10g6úã¢\ 2#\1aO!äÃÔª`+"O\84\18Uó2DÈB¹\98Ö&7]ÖËQ}\8d\9a\bñçîÏ\10\96\8a\8d\88ìË\8fçî³"üëk÷²Î\15Ñ\99\0\97m*\9e4ù=-w\0\ö"áüy9\9a´¼þ¼\\9f{\84\98{´H´ãà\Dë\ 5ëià`»¯?\13ÿ\9e\90Ò¡?\11\1d &½\801A\ 2Þ(Àn\9bcBÒ\ao\9b     2\94á\ fè³.zKØ¡ü\13dÉ<ày½ã\997ú>P úF¹\8d\81½
+\81þFyÙÀ\ f8Þ(\1f=aí\a\ 6\85Ô¤\8c´\e\91\81\rã5\94\ f\99\0í\80ã9BÜ×\ f4t\91c\a>\b\r\99\ e\r\19Î?:\ 1\ 2"¡#\94ì\0áÐ\962|\10\ e\reÌCý¡{\86®H®çï\1dYG\14¤\8d\9e\95'»g8\9f@/Ä]\10\v\1dØ\90\8d>\1aÉ\0ß\0¶æ:\ 5\ 3GCÒ\15Ê\80ðJØðI¨\86w\7fÆ\ 1F-"¡\bí\ e9 #´;6\ 3þ"Ê\81\f\ e_\8a_6 !K\1f|qQµh\00N\93 ¡°\f\91\0··>Ê(ßΤ\86ïÛ[ó§æX
+\1d³\97 -w<5W¥\90ã\9b\9a!#\ 5xµh\811ª!<X°¶®¸é×\92\8d|¿´\8e_åÂÂÏ߬\9fY\98×õBRüùþ\16Ñ÷ëÍ\95°ï¿²*éû¨Aúñ}K«.ß\97ÌÈ;¦\fh\ 3  ]W\96Ë\ f´\98Ò²úó\ fÜG²ÞÃâ\16ÒY\e¾ó\ fÜÛ\901\12ôÔ&ýZûõòÑò\ e\f\1d¼\1c\ 1$§W;p\99\96q!âM\8aïGh;Èp\a\v8=+\98\v ÁÄ]3\8ey\19wAN÷^~÷Ndm\a\v\92Ä\94Áóª\f»   ö\17f\97\1d\0w\80ñ©^<q¡\ 1ȯ\88\1c¬p\awI¼\1fÁ²\eLDÐ3\81\ 6u\ 1)\13\11$h\ fÒ½¤\9aÒ`\7fH\83\14D\1a0I´À0L¶oi£}/ëõ\9bk\v\fÃ÷o\9décá\b?¯÷r³ü2|ÿÜ\9d\ 4¸\7f½\ 4) ú¡ì\90haDüÓ;|\1fîà-?áûÇòôü   ~_?¿\15\91\ eÏÏ\80¶Mâ\1f\98Ñzý¥p\81òãzéüHþ*R\0O;G$¿\9e
\ 5n@¯ [\10\ 3=ÏýW(ArLÞ\1f*ÏRpC\1côTAî\9a ¢\eØ1\võâ\9f\0u@nN\9dlZÈy\ 3w\90\8fÂ\e\11mÀqY\92\1dZ\91ÁCç\81\15`ÕKý¡s\18tÀ¢\eÈh\ 3\9e\91;\19i\81gäNÞ%GÀ»Ab5p¼T\86\1f«W¸\ 1\94Z\11\88¨BW,W=¤\ 5ª\91~\80\ 5
+±ü¶,­OµhUµ\88\88\10¶¤:È\88cA\9d\0Ð\90:J\9f\92Eãa²\ 3W\7fi=R\82a\15ã\84\80|Q;\ 1Ý\0¶¤z\19%\8c\a=\1d5\93\96\10p\8c\ f\v\81ã\a`@r\a   Y\9fþ^ÅxæÁ=·g\ fþ3\8cé<\ fþ+\f\8au v)\92\r%¡%Õ\1fü¯0(ÖKaW\1c\ 4Øò#g\98\ 1Ý\ eìIÚ\0­åÝ\91\1a;òâbMÔ&E \ f>\1a\88\0kQ~t\83|¿5\ f\83\16åË/K?\7f\9d£\ 6Ò\ eðóò}×{!ÚóªI\ e\14\98XzÚAÚµéØ\94\93\1a¾"\1a2^\84¨\ 5\88\12\9a!Ïì)\98[:\82ÚbS}g¥xUó\ 2VF\89£rð´\ 6\17"õ2ÈKP+·Ö-\ 4 \93\16\92]Þ¢Âøµ\\8cùgîI=\16n\9fܨþr\ 4©\18ëôTzä\ e\99)8F\17\801¡Âì\102á:úÅJ)W°\81\84¢*ò\ 39\81\1fÈ\15ôO!LÈ­\ eçÌ\84,\17¤5\98øÝ\ 2ä»û{ZMùÉ.Ïëu\87Ú0\96Ëçõjà¦\ 5\97ÏË(]Ó\81ËréÖÐ\1e+\1fÔ¿RON\r\ 4\80^\r\181ýôjÀ\94$þñrÄðp\ 3Yc\ 1\85\19\vÞ\80\ e\94\17M\82)Ð]\11\v\1c\ fÖÛ\eÉ\91\b°â\89¸\98\fæï\8b\ 1Ú\85áô\ 1ZR0-ë(ü\18\12\89\80>\1f>v#\14&«1÷Ù\rØz(BúÄ\98 *!E¸\ 2TB\1dá\8a\90\0ú¼\96\b¿¯÷\83l9\81ß\8aÙz¨\ 2î\91=\82\15dý$e3\8a±\89T\16$ÃÊ\fACY¡'Õ[\82ÖUb\ 1\1fn\8f\97ã®P\ 6å)\82\86²^7 GR       \9a!G(\956\8d\84T\ 6ö¤É\0\9fº\ 3Ièxª\rí\98>\9d>âpJïf\88í\88\ 3äÄj(\17\95Ûtz!\1a!\b\e±$úCå\8c       Gj}̧×â¡ïK!GBÄK1a8!\a\94¹Õ\84Ïú\82¼¨\86\90=ôÆ\f\90\9dq^5gLepE\ 4t\0T\ 6r\ eã!>ó\ 6k\81.\83;ôÇ2R_BÔ,!EW\ 2¦¡>/$"oâxç\e5_ÀûQb;"ßÚ\16\18\12Á×%¬¡%¶¥úSé¬\1a\ 2öT\e:týÞØpÖYKV*â\81ã\0U\8bJù|x,\ 3²\1e\1793d(-ä Þ\92\14f\86\ e\ 2\10K(\8f\15~\ fZÙ®?p\1f¸\82$hý\ 5¤½\ 64r]ÿ{$ø\93\88¨\ 6Í\9bÓn\94\10 ò¼\96\8f\10ÞÐ_ËCCæx-\9fà÷õ×ò\19\1a\85WÍØ\8eÞd\90\0Ú\97,OE\94\96\95\ÖëÃÝ\17¸^ö\ 3;þ¾\1c\ 6T\97õúeW´¤äô\ 3\8e\806 ·\10³BÞÑzºÿ\88\18àxê\9b0\ 3ô\99?I#\0\87\88±\ 4ëu\94¹ÅBç\r8\86\ 6A\ e8ºYÆg߯\90\83àû8\9aµJÜ£úa\80í\90\ 3\98\1f>o@¯E^¡
\12°B\1dvÔ"o\9a\ eS\1dØð\ 6ô©K{\95D\80\82S\ 1+¡<\ 5ÔJyg­HjS<g)\98bT)È âúH     ;Ä;ä\0!`\82J(¿g°BÞËzù=\87½Ö¿¬×{yfh\85õv¨\ 5Ò_¯¤.ðû\ e|x\11\8dèu}«Ä^Ì\ 4¬ßWb\ fñáY\ 6Â@ÌÁÀUÓ@^D«z1V\ 3\e\90\17q4[Ø¡\ 6éàjÀ&D\87\95\82\1cÞV#9öR\1fr@N\87s\84^Lob\19¡\e\17Z-Äð~ï\9a_\91Ü;\9d}\89bþÙ·æþº\95\83Ë\1a\ 5(\a2ä Î\ 1\1cÉÉÉX\86FÐ1ôÌ*xçe¸>3ÃV\ 1ì7í\1d¯jFG%ÀÃ|\92R\0\ 6\93\1epxÕÒ\81Ѽ%!!bz´\99/;éQràÛùQF\91aRì(_\84Ѥk¦û3E,0\1aô@\93   3Q/AMª"â¡[\ 5fÅ`è\16\87·a@¨³ £x\ 2ê\11¹$)0 Ð¯\8b\v\ e  õvº\15
+\91\9cÖ\1e\r$\15-bíí\8f"â7¸zZ\ fÚÛó^¨È\e ¤\8a­ÇZ s`\85\11\81\8cM\15\bî9\ 6f©à\1e¥\0\8e)åk²\8aÁ=9¤²^¬\827#³\92pL'çå5bdBV\82
+\r¡^?Ùññ\11¾LO\90\9f±ÐÒªe\9dª\19Y?õÏçåà\82\841°Õá_>/k@k4rù¼®\0;ü¼\ elYNuù¾^ºh
+4Ø\0\ 5ÆB«\9e\97\83±^À|9\80|O\1dM\81.? ¿²OH\0\ 1\viýlF<P
+Ïl}QE\98\1cù`\ 3¼Õ\85¦\ 3\94\87\ 5+\81Þq¨B!ÔK¸«&\84¼\ 2\1a\v¡Ð\82Ï\0vL\ 19\92\88Ø
+úK §µ`Ã$Ð/I6\8d\aÃ\1aèóz½S\83!쯠îÛÄvX\ 3=i\8a­\9fìP\vØËÈ£YÆ\e\9dY\96ï_Fò*j´\ 3G+Ì\84ì\80Ã\12¦\84l±£\e*´¤\8e»ò\941\ fô®ÄÐ\94éÕ
+©B=ÖAâ
+¿¯£üÐ\92yúÑ\8a¦\9c÷ªxèÏmbÖ´\1a\9dË\11\9ch2"J{|\14\11u\98}\96\82½\8a\17d\18\13:\82Ú\fM¡£ÕCÄ\86\b¼®%3ݱ%Ó»\12\89Ù\90*çgiE¯â\9e5Ź@)Öqæ\ 2ÕP\17\ 1\18Ò9¦àv {Z\r\16-¤¢\18í²<Òã\fC:OÃ\94U\v\f\91\98Ðñ\ 3Ø\9bê\95ì8¦\93\1fæåÝ6°\8c
+ÑÙÀ/¸\ 1\1dß
+X\b\85n\17­\80ô\95Þ~bº_\7fà^@Ê\9ax\1a¼Pë      d\96\9bx\1a\ 3Îë\1d¹­ù\92Ó\ f8\ 6鶾I×\rÈ\11\9d\8dc¾þ\80ÞEÐð\81ó   ôò?s%çõzí\93Õ\9d\8cXÀ«ß\10      \1d]\ 43\94!ÇóÚ\82\97\9fÕ\86Ó\9fOà¨\9f«\88\ 2ú\ 3ã\ 5j\81£\84t\85Z ¿ï]\91\fBx\80Õ¯!!ôÀ|Ð\90è¾$îX\8f\1d­(5\19\18\8d{\19R\80n õ
+\99\15Â\84í\88£~m\95¾ÏëÏ0\aäA¼)\9b\16ä¹A¼ý\8dòÀ\10ñF\92\98\85ú°\95\ 2\8f
+±â\8dIS\9e \1dr\fâµq3CgÆÓû]tÇ,¹ÆB$[´Â\r8\8aØ 7Õ\1fÚoèû\ eo\9aöòÈ\fd\1c\109Rc,Cú¤\92 q\80¾\ e\8d8$\94\ 3*k\ 49+\ 26\8dzDA\9eZÃïË(©\r³\1e[\ 1\92\17\16(Âr4\94í5Á¤#È\15\87cú¼ j\ 4(\93ó\82\16Ñ\ eò
+.-\18 ó\82ÖV¸Q×ÉyAÐ\8c\ 5mH\8b\1có\82 \1ds\bá®E3,/=
+ÈÞyéi½ãa#6c÷\87\8d<3\87¾\®\ 4-\11i\81§\0\r;\12½}\1eÌëôx°d\18\8cè¥?\19~_/¾*Ïâá\82\831ýüõY<Ü\1f7ÏÆÃ¥[±Éx¸à¬Pï1°>\8c\87\v\ eÆäx¸l\9a'¥èØ&B\e|\14·\18\ fóò/M\88éã\h\85\1c×]5Êi))@#vH\ eékÂñ\9c\8c\ fÕ\84i c\9c5\17É\97\8c0Î29¨È0Î2è      ÍK \ 2ø\ 1Ç \13\13¢2Ù\92Ù&·]6 \e\92^ÁT\ 6­`9ƹ \r\0C@êw2b\81£~§\8d¨¸¬×ëw
+\16\ 1½~§@\19¼k!\878\93t\ 2\a\1e\90ò\12¦¬\91\80\8fû\812 W\1eô7ÂçõÂ\85£­Ç,p\94@!
+8*\19­ûÚ,\vwD@\87\1dJ\ 1©±§\0    o@/½\88\9a!äÃzvI\ 4è\ 1\9eÚ±þFwhÇX\eÇ\87®¤C¤C\19dm \11\ 5=0{\85\8fô®x\ 3z\ 1Õ²=2å½\v£Û\8c\18@ Í\98ÜM7mñ\ 3-\94:×M×fÝL\1f`CÑ\84\ 3!ݱ#Ð{ÁîP\8bõK{{[V\86³v\ 6\b§{\ 3\86pB\11Ò\eøE\1cÏée\ f    *¡\ 3!ÕD\80#\9cðû`Â\ 6©\9e\ eë\8dLm\9aõØ\95\92A;Ý\8a\r\ 6íP
+ÀhÈQ~µà`D\87ù×g¾<oQs\85\1c \84fH¯~Ú\83ÄBz\80\1d}ßS¾µc-Ôû\ fÂpÊQûR°\1dq@\8c8\1e\13®¬\eBÕíÈäðÁ\92°7\97ßj\17lIä ¾¿Q\9d5¥½\87ãd@UHb§÷\80\84\89\99\ 3f]\90"ëÕ;\1dd\1c\1f\80\81\840 Ò¥xÅ2¤×àá¼L\1f\89i\r¥À\ e\83r]\88qD\85æƱI;²\1a\92G¦Asè\14#\84\b\95þº¨b\80
+\94\87Ö5YPýëzðÐ\9aâ¼é\19BV3ö\ 5r\ f¼þÈuÀ\ 1&\83\16\ eää\14ÁÏþí¦à¼\\ e\bí²ò¼\\7fãº\81å\9e7®ðó\8e\88x®7®\8b´\ 1\8e϶Xè¼ÞñÆ\15±ÏõÆu\87?àxã\9a5\16R\84\1fp<\11µ@`\9a\ 4%\8aBÄÖC\15º­g\97\1cÇ\94 ÷%Çi½~É\11+d¡~ËÑñÙY-\8cØ\ 6éj¸â\rè,´÷\bn\16þ|¢úö"ç\rè½\90{\11ìy\ 3ú=Ë\8e\r\91N\81]3D¼\8b$\14\02 Kîè\81\b\r\99\ 3à\8dØ\93èE¼i\91,1\ax±%ÖñÕ\ 2eXÇW\vV"\1d_­E¢\0e!´C\ exr\81VDÇW\97­)q\99ÄWWè\b\1c\01\8cFt|užXÇW7Í\13Ñ>\8eV:\96ã\1c¾\9aöÙ\r\\0âI
+fhÅ<øjÔ\1c       \a\88\9f\85Ó9ÁïëÅ{ö\14\8a\9d*`G\12À\7f`SE\88õQÄñ¤>\ 6»h®\98\17Ñ&1$gÏSq<ª¿\91^\90\19rDÔ\19Û1]\88pN¨¿¯\85I¡Ã\17g\98\16¢\ 2F6$\bË\90пÎ\10b\18\85ì}HÐ0\1ac%¬Ð\ eêåsQLÊø\8c\ 1á\95¼áËÈ\ e%\14Ï]§\17[\rk\ 1IQªz\13Å\8c²ª´Ý\8eP¿*\86ÈË\ 6\8f ÅCï\1f¨ð\b\9b¬\ 6\a@\8c\8bá\92Ñ\ f\14Y\91\8a\b.q\84\ 4ü\aä°\9e\0¤\eN¬ôF\8cØ\16é×\ 4Ð\94@\88\17ßXÖnKâÜ\88\86\1aã£Ì¦F\9cXÈ$80Zé\aè \9c\ 4\1c\98×\f£*¹\ 1Tí¹]øþ¶l4hç\15ÝM¥fve{Z¯;d»æ¸|^\ 6\17ì\96ãüy\19Þ±ëÖËç\1d +"\9f£~0àóë\ 5\8cæ\8e\87\ 4` k\86\eЧ¤DDB\1d]\89   
+\90<  Úuñy½ÞF0C  ÒÛ\bf(\ 1B\15±­o\12\10÷ïm(ÇhãÇ\93\9e6\80\15Z\90X\11\ 3b\92còX¡\ 4È\13\84{\11ïy\ 3÷Â\9b\82\81\ eP\11Z5\11\1a\93F¨w!\1c\19AÖCï\18ôó\16\81³\fÝ{èQ\16Ú \9fó     t\84
+x&\81\13;è¨ÂÕÌ\bï"\b\ 1\12C%\90ïz\136\83ú ó\84\bèhÔ\90£$\ 1¼Q\83ìÈX\9f\ 4ì\88t\80ÏÀ\95¡\15`\18³F\ 1z\80ú0\94I\vV"\19\9dI\v¶#z!76\84rÅÃ\81\12¿aîÓzGÅC\82\96ÐÑlcCÑ\90£â¡×\11O\9a\81\8cãA}T\8b¡Ä#-\18\96\ 1\ fì\0G\99¡\1dsT\ 1ÃïëÝ×\12Òb\ fL\8eã1}\ 3\0\9f\ 4\ fí\90\ eqÂxL¯\9dËÄ\8cè\14\ +Ñ   \80Ã1¹n+\8bV\88¯ÇI\9d^G½=4\ 2»\16\8b°+ÿlã\8f/\ 1±\9c\93\1f\18¯âÊè\ve\18L9@\81Þg`(Ã8"/bRÇǸkYñpÊ̤\19ïCfÆÁ\fû\ 1\11\98 '¨\9a#âSØ\91#Òq©^\ 1üò'sUÜÐ
+yª¸W,Äò¸ª\ 3!~\12\10ö\1ab\7fZw\99Ã>Èìù\1cv\9cXëÝ.v¨\ 6·\rįå²\81ý}wR_YÝ'/ݾê/ÐÂ\8d\87\b\9bx£«\10Ý\8aA>A¯á\9dL\8b\8e93\9a\f\8a~Âö~í3Ó\12\8a\ fä\ 4~ W\9d\a¹\8d\8a9ó \ 3x\ 6óÀ\0â°Í±À´à´^çÀÖ\90\89órùë\86\ f\ f¾ÎB\ 1+\1a9/\97/;wtvO\17Ô \9d\9e×à¢ã{&@Ç"m\807²Å\14Ы\17M\81&ùßáÙ¡\0°&\v\11­\97ýhoÒ0\14\7fÖ"\ 1sP¿a¨P\84õ\19-\86î^6à\18Ã\9e$\ eR\80Ý^%\ et\90£Ã\90\83\8e
+`D@O\9f\11K'&\8dH/à\9d¶"Ö6m\96\ 3;\12\ 1½÷`/à\9d$@\9f13"\0\0\83Ë   qÐ\11
+ÞI;ÞGÄøí¸µÁ5
+,\93s\82
+t¤\ 2ºÚ6`        Íh\ 3\1c\9eU\85\98\95\0C!v\94\0C3\ 2dp0cfdF\863fF20\9c13d!+Á5WºN\8eRßà\ 6ttwÇjè@w\9f¹\92>Ë}\82\82§\1aàYg\9e±!Óç\9b\ 1G\r°F@\ e®b;¦ÃÓvÍ4iÉû(ôY\ 2\16\95\80¬\8d-\8c\ 5ô    ;\15\9e_\87&\17hÆå\v\9a£ÅÄ\13+\9c\17\1cMêm|»\15\9c4BÇ|\98¹\84ÂÀáªm\80·xx\16\8ff\98\93:rº\124\1eR\+`\1eÊ\8e¨\8fQwÇ\12\86îB!Ö_¦'h\ 4ô\16\19Ä\8aé3Èí]éY\86PÝ$\16ÂÞ bV\vz\ 5ñ¬\f@;æpŽÃĤ!+8\1c\93\rYY4`\83\7f\1fç$7\19\18Ö/O\v\11\84w!â-&D\1eòúcÈC9 ì\8dpǦ\94\9c\0Æs\ eSXq@§w\91\rÈ\1dKuO\86OcS¢7Â\8d\98\ 4r\1d\80vGD¶\1e¦%z\ fÏ^\ 1=R\ 4>\8a\1dÆTò#÷\ 3!\7fßR\9cÖë\ 5\94M\91\8f    \96¿ìÿ^?Éöß\0òóz=\1ehJxù¼\ eO5%¼|^ÎË[åàe¹\8e-µÊÁÑçG\93Üg©gm\8c§Égm.Æô#è^Dì÷ {é!\a²Ê\81ï\9b\\b\14ü\1eb¿lÀ\r±_ÖËWÕ±\18\aÊÜUµ\rr¿R@¾ª\8e\vb\81\ 3_\8c--\eÉ\0åá\82µ@ïñ°B-pÌ\8a\83Z\90ô\81\85\e\14\ 2Ý\8el\88\ 2\8e\ 3ìÈ\vèð aìÓZd}\94ÇZDÀ¹\0\17 GhFt|\14ÚQ  \1fm\83ä_\81Hy\87\ 1¿>FK\ 5\14\r±FÌ"\v\9a!\vô\1e   \rÜ\1a­çm6°\19\ 1oaب8x\0\aF\ f\ f\0BÁk\9b\8cíÃÂ\97\19Ëo3VO,t\80ôØ\17é½ZZ#æép ­h\a\8e».hÇà\8c¦ïK §M¹¡ìcKH\84`ß$_Ä^G['å«+p\940ÃxB~\ e\94#\94bǨ8õû¬\112´Ä\82\be\9fâ~1\84rBt\80ìGBtÞ\80ÞõËúd\9¨\ f*«Ø\909æ°k\96t\ 4s\8fe\98Õ`cW¢ß\14­8¤Ô/:pV©_4l\9a+ ßß \aô\8b\ 6hÆôpÄ\86°û\93\ 2\ 3¹\83\98U\11x\ f\86S\8e÷P\ 5ÆS\8eh¤D-3¦\14\88û£\9cÂj¸§\1dQIØ\99ë]\84a<æi5\823Sù=T)\9f\89\8dçõ\8e÷P¥Â\rè\10\83\1e\98\1ef¦zZUH@&W\8f\1dUÜs\96ØÖC;¤\8b\0´\83\8eɵ\ 5\eBý)Â.b\ 3\1c$\7f\18Ò\1aH>\eÒV\bÑ9Ô°âÔR®=ªÑ¼ñ\10à!×\ 4I\v\a\ eÁ\ 5G\93\10È\ 19·®0±\94|I¯\ 1\7fÛ±WròkR"Wñ\1a:tZïh\12\12ÀrÇ5O\9bquù¼\90\914\88;¡ÝËù@»¤º,w7\82\9e\15\91\8f\8fOðQS¿\97)\9cª\1dì\10ù,\ 5Zùå\95\ 2z\97\96¤±\80R°=\8e\1fQ\90\8bÆBÞÇ\19k\80Þ
+Û0òË\ fè=6*Ú\81\83\87\15oàÆCÚæ¤~z\\9c\7fà\9e\94"XáHS×O\15úQ\ 6úsy.7\16įr\89å>\7f³n_k¹¯\97ze\1dßß"úþ½a\1aûþË\86=ú~\9bls^_îoÁh\9b\98°\82\1fHYï²bVàü\ 3\11\88P&\9d\11R\ 2\91Ðõ\alà'ÜA\12 æÐ{\ 5½ýà+*^:²\92ïB¼\9c\96þBÄ\9cÑ\11P·¢rù\81\97\ 5\v¿Ü\95]\88\b\8cyÀÍvÌ\10\~\0 ¤\84\vmÊÕ<\17ZéÐ\90\v;\bFÞD\\90\rÀÌ\84\88vc?"býZIà(H\19¤Ud\a\9b¸\83í\16\93Ûu\15ÚA®à\b\ 1\8c\85\9bS\7fý3¸\ 3kùs¥ÁM\ e\18JhL8\9a\80\84\ 6p\9d×ë\1eÍ(xZ¯×rïpû¨w"©\9bh(ùùózHa(ùåøú­{XÑùõwa\ 1Ó_\9fÝ\eµ\rðé\1e\ 1n@o}×Z&\8d%\80E\85Ab!=@ëG=\14!\1e\15\96G"\1c\vÜ\80>+®\9br7\v-(\84\1cÐ\1fG.P     ï"@ýq{\e\81Eo¿¸"\12zZ¿á\138\1e\17B\12\ 2\9c\1eO&\88{\vi\8ei{ßM&¸û\81FÂö¸ðr\82¬\vÑ\8e\f\89c¼FÀ$\ 4ÉÕ÷\13¤§yÐK\1f\ 6<¸ßÛ··qq\85$\94k\89\13¶dúµy\82,\90Yh¯\vGߧ\85\vØ\12\83\94\14\ 2´\ 3÷ò#^ù°?rçiA¦Üõ:\10\9e@o\1c\96VÄCP:Á`¢´Ù\ eV/Êj?°h?À+\17\10\r\1c£äwL\ 2Ý\10`Sæx_\bý©ã}!
+©<×Î\11\9aB½#x¯}xiô·\8f\12\18Ì`Å\vWM\14ÐÊFÃ\fÃJ}BD\91Ý éÞõ²Eo\8fz¡!@zpÇ\96cÊÇ\eéz\9dÄÝ5çMÃ
+åøNÃ{XôIO{ùÃë\a~6\9dÙ\ 1    pÓ\9a£\ 3Ü}=èzÃLA\86Æ(ßk\80(\r·\16Ö\9cixïzÃë\174\97Æ\a\8d`\97\92\f\8d\91£\8d ¶EúÅk@A\89£\0"b=\12ð\ 1«?\80R¬Ïc/­wÓ8( \ f¬ìÖ`dËèÍk\16\83{zw\9c!\ fåJ2{&(\84\9dá\8eHàxgØ\ 6·Í\ 6f¥j\91)-\ 1Y°K×ÇݬÐ%ëãnVì\92\1d\ 5\b³1\81]ÿÃäD×¢\1dæ\16\8e'r80ÕÇ0c J\ eÍkÔD\90\96?D-¨£ëqr¦\97\88ÈQ>\81³3\99\ 1\ 6Ô¾Ìá\8c\0Z\ 1Îy¹¬Á\eúºcv¥å\ 4çÏ\v\18[\83y[0wþü=\98ãïÛ õôça\ 1\91Ïsq\e\8d¦0_7 WbÚ\80\8eë\ fÈ¡TLx\a2Àcc\9c\85\1f 4°\9cbR\ 5ú­Ý@\a¨\10\15¨C\92\10}®Ü\8c\ 5ËÜCëþ@mDAþÂ\r±À\81\14/\9a\15\19\8d\81\1eJ1=\06cÒmÅ\9b\ 5v]5b\ 1½mh\8d0/\e\90ãñ¸c\16Ê\83\am\8cóe\ 3:Fg\15Õ\83\ 3p\98¶>\93Ak#7f!9@L"\a\18L\f­\88>b$A+â\181\82\f±gÄ\b¤ßM\aY\ 5Ojs\13Ïëõg%öÐý\95\17N]\18Û\8b\80óz\87\eïÓ\ fL<5¿l@wCö°iv\ 3\86î]6 cÄýÊõò\ 3úCg«À¹ü\0¸é \9e0!\1a\8dYJ~^¯û¡\8c\ eàykn\14Ìs¥È½üæ¼\ 1Ý\r\ 5ÂSs\e\17¶<<Á\ 2Y £*Ö\ fv¨FÜ\95C=Ö'¾\19$0\90A\1aÒ¯ø\07!¢M\95\ 1Ç;ß\bM¡£åÃ.Z2\1e\v$I\8aY,\92\ 2"¡^\92\9d"\94Aý¦\88XRýÎ\99XRý­y\82,ÔO\0\r©ç®+#\128\1e:\17L\ 1½©o\81¦XFöRÕÔ\98Ïû\12í\10\9f÷¥ºs¶^#\0¿ñÅfDÎi¬¡ì1;oº!¬f\ 6È   vÈB\19[JÄ\8eù/\Ç?@ni°!\92ggæ\b7\80.IØcshG\84 Þ®[Ã'¨?­OÊ\ 6\96Ó¼­y\12\16(\ 4\v\14\ 2\a    «\16\13Ò\9b¾EóÆ\94\0\v\8c\89õ\eïUvf¤laÓ\12#z\80­Hf\80\7f\7f\87\aÐG¦A;\ 2\v!É-Q\80j¬ß\12\ 5Ì\ 2ý\96H\fhèm-\89GäBÈ\92 \16:zº®\932ðó­÷\e¨¿h±>²,«ZD6ð2CÒ\ 6xGT¨Eº\f\91ÌN\97¡\8aÔH\8fG
+IÌô¾¼+
+\88\1c7\ 5\85dVrX^6¼\ 3GKÔg1Y\81¦L÷%EÌìXHW»!\e\84tô©1\89\88äì¼b\90K\7f+\1dµ\80\86Þ\96\12Kèh¨
+7 GÕÕÊNf£j\e\196\v\11U\12\91É7\ 5\12òÔEÁÚ<Áy¹|O°¡¯;\ 4ЪPÏ\9f\97Qöm\97vO»±\16ôu\19ß´·æ\93\9bï\10÷y½~×kw4çõz/S«Õ\18Po\bP\ f¿ÏÞ\14¡ý;ú9Ç\8cøçÈ©;@ü2Äßj?Åö*$\81\ eÏ\1a\16\ 1\e×\95´\ 3\f{\91\8e\14\98\9e\0Û\1fý\ 4\16E\8cNÀ¯j\93\ 4\9b®\10'!ö]Û\0Ç\87¡\19Ñ\vñ­æë¼^\87æ¢*Ã\ 4×\89H\86]\ 3Ãvé\0üª\14\12Pÿ~\86J\bÞµaL#eô}\88i\10\80½ %t\ö·i]c  ü~Z×\95\83Â\9c\98\v¸:2Ä\1c]\85\ 1ö\15o@nxq<Èy#k§\1f@\r/®,ø\14ñ§í§/ýY\84\1f³ÎÃ\r*ÁÍ\8eÒW]0\96\ 1×TÃç0C-dà*4C:,\14Q(èèÅ\9a\13\8eEõYA0\1e
+ÊÈ\90B_Jz¡ÂxF·\ 39o\8f<Q\aw'ãá\\9e\ 5Ä\19GSz\eʪ\ 5Ä\94\81Ä\8c       %\e\97N¤³®°w"\1dúrÖ\88\92['Ò¨\85cü%\r4\ 3\8e\974\90\87\ 5Í\98\94\13Ø\ f@C¬?\82\88Ø\10ëÈ\1eN«d3Ô[\81\8eÌ\10ÿ\ 1,D²\fô§8\932Pòò(1í\9dDgYX +B\9d\ eÈkª\8a}\99ã%\8d\18SÓçTË\8eôøþ\9c\8a\81\ e\90\13dH\9fû¶iÎ\84wâÄÞX\7fMµ«Þ\94 {Ä\12ÉÅ_6ïj:3­bHFáe\1c\929àelÊäâ¯\9a´\80\84\8fË\82\99\99^üU¡%\ 3Q5³\ 4\r\1d90\82\81! ðì\ eÖ;zy\16ôy%"mðì\86Ö£é\0øûíª÷ú}!-kë?ÃÂÎëA½\ 3\12 O\1f=H\80{ë/vÑx\94\11\1f\17\8d×\1f¸  \0-\1f\8c\98\ 4à¦\92Uñ"\11r\14Ѷ¬æ²^Gi3>\80\ e3·¬ä²\ 1½sSÁ\eЧ\15UHA\aH»HJHE`\11E`\84±\8e6@\1f\934\8cõ²^\86\ 6¬oÒe½\9c\95DlF\14Oh\10k\94D\88\97Ð"\ ezê/ÛUÍH\84øk\18È\ 1½gP\84ß\97oªSD\1cp`¼Ð\by0Þ\ 4    à\98Ö\84¬\98£Ü!eäI=Ã\8a
\81^\85\16è%¬Ø\8eé8y\85\85hQí(©`]\8c\ 5qî²*­b8CÕp\85j «aCGF\14¤\1cÜ\10\a\1cå\ eÖtÉ\7f\0ë\99T4\16P\98zß%KL\ 1*\1c\90!WÀæEAK¨c¤±>r%9¡ï;dÐj\80Ç,$\aH\8bÈ\ 1\ 2Ðe(B:È\v-±cÿ\19ê \ eòÂpÐQ\0\µóóqYØ\ fè\18ï\ 2%X\9fX¶h\ 1=%À
+       ¨\13\0F\93\1e\ 2lp\ 3úȸý¡ Ø5\13À§Ma\13 _\97\1aF-Ä"\ 4"\ eP\87\1cÓ¦ \béå·/#(eÅ\14]L0¥ÒÑÅ\8c\97ßb+¦\83ì$)\95ëf\fc\1e\9b\1e\a\83\8b\83A¹ÑN\81\7fVÕ¬\15,8'Ö\11vbÅt     \80VÌsK\82Í\98~K\ 2Á5\7f¯(\81\ 2ß÷\8a\9aÍé\f\9e\1e\1c\9f\96S2¶\ 3\b¯êݮڨªÙ`ÒFU\re\88w\9bÒRÂ;¾ú\91Ê£úø\ 3°\9eò\81 ¿Ë4-ÜÂH  °/m¯¡Îëõ\84Ìàñór}*A\81»\97{Âoðó20Ù
+ÿ.Ë\1dݪ"ܾ£Ç\ 6Ü\80\8eë\99þ]6 ãz±AÃç\rè¸^»\1f\12Ä\8f\98e\81\88\ 2\8e\12ì\82Xè(\ 1/P\7f@.@\1aÒ¿\92¡w wL\eû®!=ïp!\8a\0\1fu¥É ¥à\92D\11"\17<¯8äC\81Ó\ 1ÐS6Â\82\15\19\11\87\b´÷\9c~\110p\1ds@ï9·Ã\rè\1cØ¡\15\94\93\89\14\8aÆ\ 1\ enC%r\140c
+:Àm¸\ 1¹ñ«õz:Ú\96Í\ 1£Ð\fy\80Ñ\f\ 3£\ 5Å\ 1\ e`´ +à\ 1F+Ü\80\ e\8c¶÷\9cC\16P`t     \92\1d¢\aXd_J\8aÈa(æ("o/Áf}qÚp(¨Ëà¦Æ\82ä\0\9b\16Lðy\ 2Ð\90ëw|8\9cÓ\81Ñ0ë\b\16\8bðî\16P\ 2õZ\95\9cTWÌ ul\ 4d\1d< ie\ 3ì¢>\17\9c\ fȵ\1a¹¢xT7£\19FSz8w\140Ká\1cÇ\96\9f\ 53y}\16ÌØ(\82é`Æê\97\98*\ 1\1c\95\9byGVÌS÷\184OƱa1©åí165\1c"ÈXÄ? ¿ëO\90\ 4\8e
+hÌ\ 3¹õb\87\97/? ·^,\19ï@n½h\r2FÎ\88ãÓ\ f\81\99R¡"éeôU³$C|y2¨ïøòlPo³\b¦\85\10Z"Ï<
+\98Ø9ºÌÀ¼ÎÓefWÕ\90­\97\83zRþ\v\ 1.="«8"\92
+-¡\1e\91Õ\bEHö¦\15Â[zf}ÀË"¶A6 \ 6T#txÙ¾W\ 1\16\90\19:|Y/ï¿=Ê<¯×s2S ËçåI\81;>¾\9cÒµ\86y\97íëe£­ïçìñ­\85²°\7f\ 2\8dEL@}ìmD\ 2 \o\84>µö}½qZ¯4Án\93£[\9f¬cý/£µ\8aÜ­®ãÃç\ 38f\11\14´^¿"0\åÂ\ 1ý\8aÀ2\9a\ 1\a8<\8bD@¿¦\8e\v$ N\0«9\9c
+7 ·\ 1\ 6äFê6svx\ 2\8eÏjf\80Êð\8edÈÑ÷3`3(_R¦\97\1dúhñúý%%Ef"Ô"Á\fÙúÏ\\9aË       ôG ½|zÖ\91¥\1c\1fñÐú\a_6 Í&û4\10F$tHaj­Ôý'0\80\17o@os²@K&\97[X\8b\8a\91%£2\0\r\89G\ 66x\0ù\15HÚ´p\82\ f|Õ\\ 1\15Ã)\ e\90fI\84(¾Hâ\19ým{Djì(\9d\8dÈ\178àAhF\1c\95\9f\19:c½ò3\8bF\80¢s\ 5n@G÷H8ãè\10\11Õ\88\94ÈPÅ;\90_\81X\8f   á\aXù°\16\90p\88\17
+¡£|x>$ýµÃÄÅ\9bë\97\9dy\13Y@ÕpG,p¨á\ e) kÁ\8eCBù²³×\ f»\ f`\r\94\17\8d\ 5´ô0>Ë,KÄ,\943ck\80<\9b\1a\97_\12»\19Wb\1d.¦e°À\80L\87¦\8e\1a\a\b¼*&\96tÿ\ 5\ 6\13úþ¡!v´y©\90~B'ý\ f\92Ô\9c\82áÓ0\1ct\8cªÅ~À\81OkØ\b\rJ\80®B\9b*\81\f\9eÆÁ\84þ\8a\ 2æ¥\ et©ÂÄT÷¤5`;.\a\13½~y\14\90r\80\ 1G\98\9f!¤5á\rÈ\10i%\86\ 4í\8e #lë¨Ñ\r©@n\ex\19\94\99`À²ºór½\ 29\80å\8e\12ø\r\11MÚu÷yûú¼ß\96\91\9d\97ËnÔ\0îËîå+2\9b÷;Ú>\1f\12¸h\e \0sl\0óé\aô)\8bÑ\ 2¡ó\ 6ô1\8b½»Çå\ 4\ e\84\1aK >08ã\1d\b4üøÖxLÊ~ӰνA\88å¡\12\1ccþæ´À¦ôµh´\96É\16Âu{¤G½ÃÈ\88\ 2\1c&\87r\88Ð56æ\ fi¢§\ e\1c\eR]\95\89%Õ;ao\98\86z#ê\1dí@¿­\8d{ý Ìç\rÜQfÚ\87Ø®Ë/?à@ê±=ÖAÞ¨ù\83a\9b\92óz9(OÐ\1a¢ \1c\a\136§ïb\8aîÁ\ 4-#6\84ìü\ 3\bÜ`}N\9e9äT\90Gs\14ãÛ\83\90\91\10\ e\9b\8c\f\ 2"\ e³C\97.W¯¥\ 5Ë°ÞifEvÀÑ\r\1c\e\8cöh\12òÄ\19¤\1d\9bb]\ 6wU\ 6Y!2´¤ÚeÓ\e"\fP\ru|*·É\16#\12Ò\13DH\ 1½\bÔz|Ì
+a\86Q\99ö¢ä\84ÔÏúó\D\7fNYPê#)¶^ÐC)æ}>\10 î¾\80\85¥¹nZXÊ'\rBC¢ß¶\90\98ÌÑLZ³d\1c©\ fª3cH½\18\98S)Äé©\ 3©\87ÎÄ\81Ôc\168\90úYtÁ\90úúÌ\12\96\18Ä\88\8c\98\85\ e¤\1eZ2\aRÿÌ\8e\14\92ß:\90zhG\1cH½æÎ9R\ f\81ÔÃ\88Pß?N\8e\1dH=¤\9fþ\1e\ 2\a\84z\1fè\ 5»B½\12~\85iÕ]\ 5ø\ f¨\12\84\9bðv¤ÿ\12OéW\ 5\e:\81£\92|Ã0\99\fÒ\96\ay\15ï\95\ 2\85\84\1dfss[\8f³
+½ÙJÄñ\94^\v\1e53B¯
+\92æ
+\19ÆÕ[\95\8c0.ÞªD\8bF\86­JFñ\18£àÚî¬K\99" õ\v:/\97S\ 2C\97\1dåkV³pþ¼\1cL¶©\1a×Ï;Z\85Àï;\90\ 1\1d£µË¶á\ 6\bº\16?\13\83/\eÐßBôZôó\ 6ä\9b\9a\98\10\ 5=\14H\88\84\99ÞÈ{R\84bF\1aà\91¡\ 27 ç#6lñø\9dÁl\1aÖ¬\ 4±ÐÓ¯¦î\92\r¡\14°Xä²\ 1Ù\ fÙ¸Æ\11  \198\15WH\ 1\1d"\8eÄ\8eéB°©zÌZyã\rèj´CC®×\11CKæè6\ 2\r\99k\"\12"ϸÄ$y²a+ïÙïgô}\0\ fR\ e@C¤7mêµìCWN\0Ún\87¾÷\ 4¼\94\1dûB\1d¢^4gÌ{\8d@+¢·B_±+Ó\11æU3c¼\ f74\ 2:ÂÜkáG®\84ÊÀ^\1eE\93\1dc\9f\f'{\1fíY\19ê}´'\9cñ§\96\0ï\83\r£\ 1½\12;ag®\8f{\84ñ\90#§Ëj@Ä1òg)I.P\8dä\9c®·+yíc*§ËuV\8f\râ\86®@Ï\8a2´D\8ei\83+tær\17Þ\ e\91\ fÖ³ú¡\ 3!\7f'µ§õ¨~h\85\1c´Rø|\9eÏ$\f¿n\ 5X\15¬wä4\ 6«dw\ 3Ö\16N\86\96\95åA#iþ\ 3»ö\ 3<­ËÏH`%\v#\12Ðé@\96\17^~@o@\981\13äf%½\82ëò\ 3zZd\13\9eò÷mpù+gÈ\ 3Ù\fõWÎyÔ\88\98ð°b\16è¥?U#\0eá² \ 38\1e\ 3xÒB(\ 1÷´\90þÀ\86\ eà(zè\8f\94\87\14Ä\bsÏêr\9cC\98{Z7\90A\1a\10ZZ7°#õ+\14¤\84)®Ð\90ùÓº\81\fñ\11\909Ò2(Äzb\°\1ds4\91\84\epÌG\82fHÿ~E\14t|\7fAß÷$Æ\vÜ\80\9e\18C3àH\8c7h\86ôÄ\18[\11Gb¼kv\90·\80\84\87\93\ 1ê \fïõ¤lR\82z\vÇ\91\ 4Ñ\92\ f»­Ï\93ó¡²]×OzÂ\f\83\19G^\f\8d\90Ôl"ô§wD~ú\ 1½¢¿çd\17\16ȥعâ\13\viJÀ_(#%p\\98ç\15jÁ-\1e¥m8q4¢DÄV¸T4)æ/\84±+\92¯ü{áÑ\80\ 4¼ð\b\93ÀQx\ 4õH\9e¼\°%\93+©û\13ãQ<Æ\v\97ʤ)µÂ%11ä#\8aà\ 6ô\a\9e$\9er\8c(\82\eÐ\87<\95(fe\83Â!\7fZø1\85½rèeÓ§\9eÅôÒ¡ÉܼTlÉôÚ/\18\91\bçu\8e&\96ø\0òüò¢\9aÒaéÏÐ\90±.\98¢3¡2°Ï\ 6\14ÖCR\8e\ f@K¦?éè¥?\93z\ãòH\8f+\ 1\98ô7ºØ\12ÊU¸5AxF/=²\vÃ\91\1d\19\96\ eåÁ\94\87\16ФA/YZz´\81õw;ÆÐ\95\r\ e®\8c\1eù¦ïû¸Ò6\94\ 5-\97ûFíÚ×9Æ\9c!ñoF\9c¾/\r\8dûq\9fk\1f\17#¢¿î\ 5ú\98¤4×ƶ#Ä\83ïóÊ#Ä@©Í\80\ 1Ä\ 1þ\80Þ\ 5Ò²²\81\ 2ð1G\88\ 2°Ï\ 1ë\83\896\10£Þ\87²B\19\10 ê\9f¥Gïpô²\ 1\1då¯H\8d<(ÿ\82¥@v\ 3½\95æP\f               ^VT"\ 1å\81\95`\ exÀk\97°\14É¥èq\83\eÐ\15qÇz¤\17°íP\8ft5Ø\91\0l\ 1ú\ 2ýyjh\17%çõr\ 1]\8aP\8fÑ\9d=Ù@
\ 6\ em¹<\e!eìÍôÂ\93\feP\1f\94Tp,£Ï\19*\90\ 2z\eÉ\8a\94À\81ÑV¨\ 3ú5Ã\82\95P\87ù\17¸\ 1\86ïì\93\15¢\9fÖ§\rD\93lÒÓ\ e\7fàÆ\ 2t×ô©~j\13×N\11QÊ@\r·\ 2w°µ·\91ç\1dT}VÓ\9eá\ f\0w\88ßÄ\1cH=ø\81íÆ\85{fÜpÚ°B"êµ/± \1d\14¹\1fëñÈXbã}Ú\8f\81õ\90\88\8bÐAË~ yô89w.gd\v\1cS°sÖ2#
+\96\17hNQ\ÇÞ9ã°Jî[\92q`(È¡­Ç\1eí&\ 5ô\9dòRµô\86Ï\\82\ 6ñNCþÎ\18z\ 4ÇÌ&l\91\1dUXå\91SÏ0Aöt\85ݱ\1eèµ\8800s`½AK°8Z\1e\93\86tZ`6kJ
+Lr\1d¦¤àÈL\1f{\85\93\94\14\98äzæíd\r)¡`/6\86wSÂñr\1c\eÞ\98È\80ªRQp
+\90*\ e¸C&:\0w¨Gþ®\9cã\14\91l`\85<Ô7°a\1e:ÞúªpÛ5´k\976/S¶\96{d&c\9d\ 5Gf÷Ð.\7fe\18\17\1dS\9bÐ\ e\801\fP
+\8f¾\9ch\a ´Ãám%¡\1dÐdö\ 3\ fãã\8aC;DDré\90ð\ eäLûx®+\85·¬\90¢\83î§\1fÐ\v)\fs\ fç\89\15r\1d\85)b\98ì¯k½K¨9,©¬n!I\98k¬ºãÝËw¯½3æ+0\98kI\18Vt~G]4ä\9f~÷ÚQóð}\87i\8eºoh½\8e\16&|\0ùî5&´\ 1à\8eé\ fXAäè\a(        \v\92"¥õ\87õµ\8cª\10\11\1aZr3¢!\1fÿ\84\98pg"%á\82õH'á
+¥H\87|\rs\ e\83\16Ïü\a\90\1ax~À\1eÌ\8e~\80\97fk\96\80\ e¾  X\91tÄ0"=p \86Ø\92è\88!´$\8e{\83d\17pC=d 3ä\80|\81Þ_Ü\8eô\98\83ÆH\8a\1d\a(\90\0:j^ÑzG£ô^\9a\ 1ùæ¤×f\9f\7f@¿@LÐ\12é\ 3}{[Ê\91?åon\91-ÖQ\9a\ 4-\99~\8f\9fTCÆ\8b³¡\10éj¼\8bjÌ«»³\18Ó\91Ç\8aA\8dHÈ÷­\ 5ÐàûüŬ\18\92Q\94*=\8b\89{WÊ\81\90ëÎÁ\9c[Mçi}ÊrL\98q@¤C¥\15+¡^\9b\ 6ôú|ë  \19f\87'©f\84\17wC_¤·dÜ 3×)HÌ\88\8eøïp\ 3rKÆ^Ú=b\ 1Õ\82}{\94\1aöéOãÜ\90´dÄñ\94Þ\921ÖGv¨·\84\9c\95Á"ÇS\f*^\1e\19ò>ýi`F8R¬¥¶tÿ\19:\12½%cA\12¤?²)Ø\fê7FE4\83t=\8eÆô\e£cz\93"\ 1\94\82\18\9dÒo\8c
+Ì+\1d7Fe\832¨ß\18í0\9cÓo\8cö\ 5øbG5W\85fL÷Å\15\ 2T\ e_\!B¥7¯èuÕ³iaÅi\9d\fÏT»±\9a\85g*´C\90\84X\8a\9b\16ì\83Ϊ\8c\ 3-#9-×»\18µ@âòqù¶­]´\f>NW¯èãr6¸\ 3ÂéþcGt\13ÚÉ6dz\ 3«u@¬U\0\ e>N\ 1½\0\b§?+\8b-tÙ\a}dù¼¦O±Äéóz»\15«Ä>³]o·\12[ÁÍùô:¦\9e\ 1í=ÝV^qÃa³Ïëï&ûuÈËúVIoocïï(RÕ\ fÐj\aÇ\ 6ãûF\1d~\ 2Øzð}O\9f\10À>\a
+ec\9a\1d%Ü@ua\ 57+ \ 6äÓ!(ë\122kîã\ 6Ý\85\1c´Y\93\91\81öPêïèô²¯3\18|öô)\0\7f¥gþÖ\9fäbùt\ 44Bw)¿H¶Êk÷ö\rÂF§\97ï\81¬ìzÒa&dw\1dýË\r@\1f¹\1d:U©\ 4ÉðÒrÙòA\1eÏÇ\17\9aãØrÉåÓ¯W\14*ÉFß°÷\91Ѧ\9f_\8avx\ 2û"£\aQ_Â{\8bR'F\82}\9a\9a «\87re\86\9bC»#\83%    \9a=ýâc\871\87üxÐZ¢\fd\8fÂ}0^Ô{YD5``ë5\97GÁÆ\88\ 2>\19è1Ä~Òãå\84\88§ßwddte£\97e£Çj»\11í\1deÉ(Xt\88\ e\8a\15]ó§\10ë\81˺\16÷\87wAÔ1=êM½íkÛ\7f\9eþ&¹¬\9fX^\16D}ýø8·×5G\f\16ygO\89|´¬\1eÅ\8a\8eº\ f«èv[MÃø%Í\e\83¯ÓBà \1d\9e\ 3ü\93\1e×\96£h\v5¡ú\1e\9e\9fý|\96â|^\a\ eý­£í\8aD<ÊúªÁZ´\10¿¢PUkwñù>\8cÖôòßE
+U\99Ù;
\15³Ç\v¸Õh\8bÀê+
+\95åR£\82\82\86ÿè¶"\11\8fMIBfCÿ:4Z\8e\19I0R\94Óû\1a$p\8c\19½\1aáçåp£¢XËñüÃ\ 6$Mz\f\ 3ó\87è\ 4\16±t,9Mk¶¹\91\16-CÚ\ 6mÐ)\96\1eÁÇõÁHáÉÖ[v3Ú:¯\92F_wôÏ®èórjlC\91\ 6\9f§\88X\84§×ë\83\9b£ß\ 6íãy\89µJýï;_oß·¿§xd\ 6Ôw Á\ 5\ 3f\17xzGÓi¤´ú¸ùúi8|þ¼£qúò©\ 2Ù¾\9f\v«!õä8'¶B¦m8À\83È^sôÓ\9aßÞ\9c\ e\8f\8fã\9cc\fÒ\9búË\\9c\13wÀ|G\9cc\9d@&\8d®Õt\ f­.\81ô¢\10\8f.\8fÒr\ e&#\87#Ïu60yÒãX\a\90Yo\99²Ä9
+'¶^ù³.'UD<½ÿJ\ 5±\ 2ê^ª¨%Öѯ¯A\93»ïûc\ fü\rG\82¡Ést§~\14ê$1ÖáP,ú¼\ e(¡XÅóD>"\93£\8f\e\8aPîõ>\ fI<=[\ e\89/\v~NHëå\v°\9c\11ñä\92\91\f#%\1dLC\91\92^3bM>\86r\8f/p²Y¼<×\898W 9\ e\18|Ib\9cÅf$!½ñwç\98UÛUS[ʼMb\1e\85Á·U\8a\93(\fþ²\99\80úúñw\98ÛÊ0xAFÓA¾\12\80ÝÐað\12a°¡·ÿ\85¡\92\fj\14\1c08Ìït\18\1c\19=\ f\fÞ\1ahOF\vÖ?ûüy\a\f\ 4\8bµÂ\90¢\85Q'\8dÉ`£ DÉÓÆ\ 2¥g\9e\89õϼ}\81¡\96£¸ZJ\ eé\ 3\8d\1de\18\ah3d\93g³îG&\8b6~\88\9f*ÁÓz½ïCMÈdé}\1f*2\1a\9e²ð\8c2\14\99õ­¹ß:׫»=®Z';î·\ 4c\9dì·ß\9eV­sÝö\9bʬ\93½ö[v²ÎuÚß\ 1á\1c½\1eÚtûu²Í~l\17®ë Ë>\ 5³Zr²\ e[̳\ eÏI¢=\ 5³Ú\8dë@j9\90
+ɧ7WÎ\80|\8eþØ­oÖ@tøô@H<½,µ¬OTÞ`Ü\91Îóõ@k\1dµ\8d±"ÙÓëÛâ\ 2¿/gÆV\94¼\8e¦#0\1c¸\8aªÃ\8a\92'?oË\91Í\94!!«I\1e\13\8f\15%Cãw\13n\85&\ 3\93O\ 1±\16*\f\esHzÏ'\16B\8fã\18d\8f>¯÷²Î\93´3\1c\18Ð\ eÖ\99°q\89ÀaB4\11gÖ©|n Öò}fÍû8\ 3»¥\ f\95H\15yl½'Ì"~\9d\8dZD¬×%gEZ\ f:@ã>\ 6G\ 3ç7é\7f]\ eÚ\18ðV\1cÒçùrà/\1dî:íHð\85i,¡áÐ\9fÆp§åÚ\e¬7¢\13 ¿Ñ\9b½FÉb\8fpàI£qàÀR¤Å\1a.?\v²3²Y\8e`ÁÆ+Î\ 4\v\1f,¶<òÖ¹JÔç5½ÐfÊ\ fè\8ey÷7Å\95¦\95·ï/R°Á\97Co¯_"¬\88zB\9c\1dûÕæÑûã­¹áë%\býøz\9bd\14k¹°d\94#êýs¶M\vÔÉ×5³Ç+\8a\91Ã\93\ 1ÉcÞ\13æ\1dHòûô'æ%\1d\12\8bb Ì\9a\8e ³«c±mnÇd\92eÍ¡Çv\8f\ 1Ù0Xstì\90Ì>o8\822\½ßHA\92«o¾H¸\10¥\1d´Ù\82ÃýY\90¬Ø\úy\14)J\9dßl=Ò[\a\90\r=®l³\v\82\ 4\1d¬\87é­ÎzhquÖ£HS¹ÿ1\9bµk\ e\87Ö\ 4c\Ï\81¤£ý;&7JZOK\82ã$õ¬ YBTGS\e\87È\ 6\86¢«E\9aî\99\8d\ 6Ão÷,!ýÚIþ?ýþ·ßýYü\11\7füþ¯_\ 2p,\7fý¯ÿ\9fßÿýoñ«¤ýõ£u}ý\9b¿úñïþÛ?þø»¿ýÃ\1fÿá_ÿø\1f\7fü÷ÿüg?þé_þñ¯þï\1fþøW?þçÿûñßÿâO\7fûw\7f÷ã/ÿÝ\1fþòßÿø³¯\1f\7fñ·\7fü_\7fü\97?ýø\ f?þæO\7fú§ÿø»ßýÛ¿ýÛ×\9fþæoÿõë\1fþø§ßýe\\97¿þ\97ÿñ\ fÿçwÿô¯Çº¯¿ùÓßÿÝ¿ÿñûÿýÛ\7fùýkwÿ\1fÛb9\8f
+endstream
+endobj
+468 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1047 0 R
+/Name /Im441
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\90ÀÏó@\8eý\81\ró\83\1aæ\a\15Ì\ f~` 
\14P\81\fû\ 3\aÌ\9f\1f00c ù?@\ 4\0z5!\86
+endstream
+endobj
+469 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1048 0 R
+/Name /Im442
+/Width 29
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿÿ\a\83\rC\ 5\83\ 5\83\ 4\10\vÀq\ 1\fs\800\ 3Ã\ 3\ 1(6``øÿ\81\81ñ\80\ 2
+fnpp`n`\0á\ 6\10fg`d\80`f fcàc°cøÿÿ\ f\ 3\0
+\8a\16p
+endstream
+endobj
+470 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1049 0 R
+/Name /Im443
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÂÁ\r\80 \f@ÑOjê\91\15\1c\81Ä\ 1t\14Fp\84&.\86w\87`\84\1e½!ðò\88\ f\8c\98\ 6SaT\96~\85Ñ\10'4h\85£"\15\1c.Hý6gò\2æ«Ü\1f?\9b3\12\1f
+endstream
+endobj
+471 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1050 0 R
+/Name /Im444
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿ\9f\81Á\86ù\0\83\ 5Ã\ 3 þ\0Ä\ 5`\\0d#ð\ 3\86\a\8c@\f\80\9d\81á\81\1c\ 3ãÿ\ f\f\8c\a\18à\98¹\ 1\15\ 3U¡`~ þÿ\80\81\ 1\0Ên\19\91
+endstream
+endobj
+472 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1051 0 R
+/Name /Im445
+/Width 25
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``n``àg``°\ 1â\ f\f\fÌ\aðqÁ\18Ä\ 6\89\81ä\b\b4\0\0.2\vu
+endstream
+endobj
+473 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im212 221 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im106 113 0 R /Im106 113 0 R /Im112 119 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im120 127 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im111 118 0 R /Im99 106 0 R /Im100 107 0 R /Im95 102 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im273 284 0 R /Im142 149 0 R /Im446 475 0 R /Im447 476 0 R /Im153 160 0 R /Im153 160 0 R /Im145 152 0 R /Im275 286 0 R /Im148 155 0 R /Im275 286 0 R /Im158 165 0 R /Im427 450 0 R /Im145 152 0 R /Im372 387 0 R /Im148 155 0 R /Im147 154 0 R /Im310 321 0 R /Im275 286 0 R /Im448 477 0 R /Im109 116 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im108 115 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im100 107 0 R /Im108 115 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im112 119 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im115 122 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im357 372 0 R /Im343 356 0 R /Im344 357 0 R /Im374 389 0 R /Im301 312 0 R /Im283 294 0 R /Im219 228 0 R /Im232 241 0 R /Im137 144 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im112 119 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im139 146 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im110 117 0 R /Im112 119 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im360 375 0 R /Im96 103 0 R /Im98 105 0 R /Im113 120 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im160 167 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im128 135 0 R /Im360 375 0 R /Im160 167 0 R /Im348 361 0 R /Im272 283 0 R /Im133 140 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im110 117 0 R /Im112 119 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im449 478 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im444 471 0 R /Im450 479 0 R /Im346 359 0 R /Im235 244 0 R /Im304 315 0 R /Im118 125 0 R /Im199 206 0 R /Im350 363 0 R /Im444 471 0 R /Im450 479 0 R /Im120 127 0 R /Im444 471 0 R /Im450 479 0 R /Im346 359 0 R /Im249 258 0 R /Im304 315 0 R /Im74 81 0 R /Im74 81 0 R /Im74 81 0 R /Im304 315 0 R /Im118 125 0 R /Im199 206 0 R /Im350 363 0 R /Im444 471 0 R /Im450 479 0 R /Im120 127 0 R /Im451 480 0 R /Im452 481 0 R /Im235 244 0 R /Im444 471 0 R /Im450 479 0 R /Im346 359 0 R /Im451 480 0 R /Im305 316 0 R /Im444 471 0 R /Im450 479 0 R /Im118 125 0 R /Im451 480 0 R /Im366 381 0 R /Im364 379 0 R /Im367 382 0 R /Im235 244 0 R /Im118 125 0 R /Im199 206 0 R /Im350 363 0 R /Im444 471 0 R /Im450 479 0 R /Im120 127 0 R /Im364 379 0 R /Im452 481 0 R /Im235 244 0 R /Im346 359 0 R /Im364 379 0 R /Im120 127 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im444 471 0 R /Im450 479 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im449 478 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im365 380 0 R /Im453 482 0 R /Im454 483 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im118 125 0 R /Im365 380 0 R /Im304 315 0 R /Im199 206 0 R /Im120 127 0 R /Im453 482 0 R /Im454 483 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im139 146 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im107 114 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im160 167 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im238 247 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im357 372 0 R /Im343 356 0 R /Im342 355 0 R /Im297 308 0 R /Im218 227 0 R /Im224 233 0 R /Im290 301 0 R /Im219 228 0 R /Im283 294 0 R /Im227 236 0 R /Im230 239 0 R /Im119 126 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im118 125 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im132 139 0 R /Im354 367 0 R /Im112 119 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im120 127 0 R /Im74 81 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im113 120 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im253 262 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im112 119 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im106 113 0 R /Im93 100 0 R /Im107 114 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im128 135 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im291 302 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im98 105 0 R /Im130 137 0 R /Im99 106 0 R /Im126 133 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im455 484 0 R /Im118 125 0 R /Im353 366 0 R /Im120 127 0 R /Im305 316 0 R /Im366 381 0 R /Im352 365 0 R /Im456 485 0 R /Im352 365 0 R /Im455 484 0 R /Im118 125 0 R /Im353 366 0 R /Im352 365 0 R /Im120 127 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im455 484 0 R /Im118 125 0 R /Im353 366 0 R /Im120 127 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im353 366 0 R /Im352 365 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im353 366 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im456 485 0 R /Im352 365 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im353 366 0 R /Im352 365 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im455 484 0 R /Im118 125 0 R /Im353 366 0 R /Im120 127 0 R /Im305 316 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im352 365 0 R /Im457 486 0 R /Im458 487 0 R /Im459 488 0 R /Im362 377 0 R /Im460 489 0 R /Im461 490 0 R /Im462 491 0 R /Im458 487 0 R /Im459 488 0 R /Im362 377 0 R /Im461 490 0 R /Im452 481 0 R /Im463 492 0 R /Im455 484 0 R /Im118 125 0 R /Im353 366 0 R /Im352 365 0 R /Im120 127 0 R /Im74 81 0 R /Im464 493 0 R /Im118 125 0 R /Im353 366 0 R /Im352 365 0 R /Im120 127 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im112 119 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im464 493 0 R /Im118 125 0 R /Im353 366 0 R /Im352 365 0 R /Im120 127 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im113 120 0 R /Im123 130 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im108 115 0 R /Im105 112 0 R /Im93 100 0 R /Im115 122 0 R /Im465 494 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im95 102 0 R /Im93 100 0 R /Im98 105 0 R /Im106 113 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im96 103 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im103 110 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im456 485 0 R /Im352 365 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im353 366 0 R /Im352 365 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im103 110 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im113 120 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 474 0 R
+>>
+endobj
+474 0 obj
+<<
+/Length 1052 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K³õ¸qä¾\7fÅ]Ú\8b¹M¼øðrÂVÄl&ì°\96ÚÌHmKc½Õ\13\8aù÷C\1e¢x/ÉÌ\83,pÓ¡¸úp\b\14ª
+U\89BÖ_~ø·\8f¿ü\10>þþÃ_~È\9fe\1c>\86Ïa°ÿ\8e\9fS\1c>¦øY\86ü1åð¹LãǯÿðÃ\8fÿã\ f\1fÿü§\1fþíÛøý_\9fÇ/ë/ÎÓg\1c¯ãã°\Ç\97Ï8£ï/\19~ÿ6\1e}\7fûK\18\86Ïe¾O Ý\7f Ã    \84aB3Xÿ\9fÛ\ f,7     n\7f      ák      Sú\9aA¾þÀô¹à%Ä\0e\18Õ=\bqÑ6\81
+1\15M\88ésÎð\ar\823\b²\10óªGñ&Ä\0~\80lc\81\8a\84\91\bq̪\10#\96Á\14à\fÀ\12Ø\ fÌê\ f\10!ÎEÓÄ»\fVé¯ÿ\rK<ôàû\ f\14Y\88K·&î3\88Ã\bgpóGÌ\98b@Û\98"0&¬H1âm¼)ÒÝ£Õ%Ä\19ìB\8aÀ\98\ 2\BIÈ¥­¢U­±¤\ 2\96\10ÃM\ 6ùs\1eÎ?\90?Ó~(¼d8,ßÆ/75Úÿ1\18>£á·õÇÏù¶\ 3\9beÌ  \r\9fÚ\93ß\87\9b\ eóçP\ eéÝ=É]üûì\97\11|>ܽ1[ýv")ËGó\7fÙÐPà\ 4Fu÷ÖµÂ\1f¸ÙPú\1cÉ\ f`\11\80\1d\fØ\11E4\83å6\ 1º\82\98;\15ÐNÔê\86Ö³}\ e_:pÓ!¦\82!A\15\96tp?Î\90\ 5\85»'¦[\90á\ 4\80\ e\10%,h\v\1dJ8â\ 5\bJh?0i?\10\8b\13\e^\9e9LésØ"\82U\9bçåk\ fovHE8A\11\80\15\#ã:~\86v|;\vé÷gdÇèûÄ\b\16ø}Y\85"öC·ï£pdÛÁ5nØ7à4>&Ù\8dÄ M\80\8fG^\0º!lÅ1hV|wcëÌ\87y;Êkv´ú\91t\1cå\ 1\ 5\95×`¢.!AW\1cä£4bG$Øq\1d\9fÑa
\ 2æÊ#tDë\19§:\82Xði$ÛA\1cáa¢\8bpÔ\!Õ¢  ~\1f\9c\ 5äûÓR\95è4þ\16ÍÑ\1d\98±\19Üv\80ÿ\0vÅ`\vÉ
+°'\12Rl\e\ f#\9a»\15°-H\ 3ÜBù8NÐ\139\8eã\14T_\8e%\98b~¤\ 3é\bhÜ[¸GD)E-"¢+HH\89î:À¢êD"¢ÛqNE\90¡\ e\0GFt(#\11:t¨`O*À<U\ 2\ 5{Ò[@AW0A3Ô·p\82Qµ¾\8501\v\bäÁ~ aG\84ü\0Ñ\81\ 5®@×\81\ 5*ñM\82Ì\rä\ 1\9ferX\9dIn'{Â\8c\1d\91¬Å9`G"{Â\8cS3)/x- \99\12u¦ç\19FD\ eG\92¡'Ò\93Ó\9cá\16è\12$\ 1\91\9c\ 2' , nÁá\88\1a\1cI\1eÓ£Ó,\8frL\89S³<A Ü<)]À\9aÚ)\v :\bS;\8f\ eÎð0\ 2[H\16°Dq\a\88\e\11\1d!\9b\7f\81\8eP\9fÿ:÷GiM\19 üä\9c àÌ\10\1c\85W\e®ë\8f    äÆ!Ègy\89ZDË\9cÈ\86\11?\ 1\17\106öý\8a\10\8f«\1eõ|¾B3\97áòöÍðë²öÔ0ä<\1cäÄ,\98^ìó¥\15KãCxÁß\97\83\800@ñÉ\81`¨é\90_~vã¹À\ 5\0l\8fáÃ\19M\0 KØÿ\86\88%x;Á8¾\e$ Ò       ¤\ 2\1f\0\ 60·$À\ 1\80\10d\ex]¸*F@EX \11Ê\1eÌ\10ê\96\v¡ãG¨C2¼\19Ö dsáçñ\0Þ¤V4Á        ÈéT\98°\15\ 1\1d";Pó±¶\e :´ 7\0t\88nÁ¢m!EÖ\ 6è\87n\v ¸Ò\80v\0ä\93\1ca\86\81P#7 \1f\831B\ 1\80s\90`«ñ¡#\8eIsÄô\8e M\9a\11Q   f¨Ã`\a°\11EâÆä["\83§»·°@\15\90ÏrC·{O¢8¢\83\ 4\1c\85t\ 10\94\83Ñ\10Q     nÁÝ\8dP\11\88~\8c\8a\80Äsº\ e,\ fÝÀ¢¹\ 1º\80\ 5\9bñm\ f\87[áÏþ\974¤WÅÈù\a¦\9b\12\96ÏábÆÓç8¿¢ù)¯ÃÇÓMßtÛÁðú×ßÇï\7fYO²×çOãC¾m@ù\9cFôýyÇ\13Îãs¾        pþÌ\97\r\98_\8e-¬ë¿/ gp\92\ýØ>\81U[ë\f¦Ïòµ\82\ 2®8È\ fÄAû\81òY.:°×\11\85Z5t\95!(½ºÎ þ@-ú¹nâí\aîJP\7f G8\ 3á0°\1f\19ä×å*\10¢\85\84ç\19\94Û\fÖcû*Ū\b#\12B\8e7E Û0uoî\9cV\83\814\ 1[ Û°\88Ûp/\9c¨3XÐ6\84»1 \1f\18_a\19\14À­7V\84­\88OR\84ñäÉvEX¾ÝüoÖôuï\9e\91*â:D;ÓÊ©\82î^\86Èâ"\vÍ/ã¥KïW  \9b}\7fh!¬øL\9dgø}\19 Yê\ e\9eÆ#x\10×Þ,55*é}é\r/a\83òwd\16\ 3\12\80\9eY¬sEã\1d\bÉ(    °UÀvÝ@G\ 5\1cÒ@\84Ï5\0\8aË\ 4ôꩤí\0\95`VU\90\0$\19\9b\80\10,°?O@Ç\98
+ÞB\1dc*\93¤\83t\ 1£º\80\ 6@rY\0\80\88È\16\8eó³-\9cð\ 4ô-4\98¸í\86ï\8f[^[pøñ\93\1f¾\97bS\11Ì\93$\ 2ªD\v>\88äÛÎ\ 3biý\0\fciy"V¶\10\aìIä:Èã0ox\12\9a\1d\ 5ì  dC\8c\11­@ÇÉ"ôÅ\8eÓxCY4C"\vHð0\90«\99cFJä\10@Á:¤ãl\ 5î\80|\98Ä1¡ñÒ\85Å\ e²ÌýñØ^\ 3\98Ô\1fàE\80}+0\8c\ 3\1a\91¾\ 3\vÚB\a̵hߧ*¸h*̾o\15\80M7F\8b\97`D\b=ñû\12À^7\96"6"Ù\8d¥¨Å\13´\80-=´â5\13{&\81\8c¬\18\9e\80-k§1¯ÀÃ: \1fe        \87d7     Ð       \8cø(Ó'0A\1d\90ó¢4Ã\ 5è:4ã`@>
+\13öCòÕs"ñ\90¬\84VÂ×á\a¬\84Ï\92ãsn«\17\1f\ 5¸\aò½a\ eX\ 4rv\9e#6\ 3\19ïÎñYv\9e\93\96\9dÓï?tD9cOx\93 ³ã\9cqf\ 3Ê\7fX        \1f\f\1aÄ\ 2\17Òf1·¤ß\87¹¥þ@/×Ræ1/}\ fô2v\84z\1d,t\84\9e:ØYóÄt\ 20 r@d\ 5&vº\11X       ^w<R0FwÛ\ 2fD\ 5\ 6\88h\11_T³\ 2\EZ°\e\93\ fã\92à÷o;ÀníJ\9a÷k³Óøû­\1d{©n w:áü÷\97îL\ 5-%9\8f×Ïr»éH}5¨\16     ¤¾\12ÔeFÃu\80Õâ\80ÔW\0¹Ñ\86 ééo¤\ 3\9a\80tÇ`\18u\86? ×\90\ 5¬\0z        \96\ 1+é}\11*/ãÃ\13\10î½w¥
+©Þ{§S%û ãü9H:Ì|X0då²\ 2Ù\87\85\ 2\97ñ\8dÐ\8aô\97ò£}¿ó]Ø\ 1ò6\16À\8bØ47@\95Ø\8aGZ^\8c?ÓFJèPâ\ 5O\0Ü´°\1fÀ\9e\82¸º2É
+x\1d\1e\14\81\8e\ f\86\87{p@¼Í= ã#\12¡þÔ?&t\94êïIb\1aÅ£\90=²~x\16Ä,\9f\ 5d\ 5ext\98GìÇäÓ<\16¨\82úüG¸\83:¾:B\r\12\8aàÆ\1d\158o\0B\ 5\18À\8bü ãÆ8Îp\a\1c\b1ÖA½\8coy¨\ 2Ë3\15HÃ3\15H0¢»\v\90¹á\ra\96Üp\13!n\1d\ 4\14\1d\8cð,v¼R\9f%'@\17\90ä£\90!ÌbPMáAâHu\8c»@%\92ïIR\81\ 1\11Ú\11æ%26\96F-&§\v\18¡\15Ê\85'iBß\87°\ 2\rÓR\87\e\98\1fº\81Y=  \88\0Ôp\8eB[83\95Ý\88½1oZ!\ 5¨\aÍ\rð7êÐ\réðnP£9\ 2.\1a¾ÝÊi(:\8aÃI¹ò&'\98ÓèøtÂÑ\9c\9c\11dC\96Úy1A'q^\8b\9e\97\11\1d*ZbÍ\1fÉãÄZ\0÷\fá\86\87i\ 4\10\81Ìc\8dèr\83\7f\8c\18ÝÐßé\1f©u/U\ 2\f   ¥\9b\ 1q  Ô\92\16¬É·Ä\86ê\ 1ô¦\1e\94\e\a\ 4²)\95¡<\8bê
+I\8e娮t»C\83¹US$\v\88Ø\14娮@wè\88ê
\87ò;9CÊcã\99\1c}í>\83ñ:ç\89E$« ßÚ1%D\9dÐçõçæ\ 1®^\8eh\16ôyGÙÆFhúRÀóüõbj{®\1eû^I\ 6»hjm?]\80åUç       è\18§áÜ\9d\e\18,¯jï +æ\86\13Ð1Î\8c' ]5íµÐA3\ 1\8e\93\8f\92\ eÑ\15\8cØ\btVßQSbzS0!%v\94þ\1cµÌ\8d=l¾\16o(!ÇÉ¡\17ràäâ\ eð\1fÀf¬×`\ eP\ 22éK´Ê\9fó\ 4\97\b\1d\91\agGç\90\a\8eL.Z8pòÞ\83ÔèLÛJÄ\9e\8bã   È·®G)ôy\ 2r\19iÌÈ
+\1dðF,P  \1d@=\\80\ 3èFfx?Lés\0Õ\8fÑ\ 5T:Ôv4\80\13»£\12ú<\ 1\94Ø1:TèHu }A:¨_¹F«\\88\1dôAßÙP\9b\87\85~x\18&ìÈäÚ¥\ 3én\991ÿ\ 18\ 1G1¶hÆM¨»÷0:\90êÎÃh£C}t\18\88\1c|¨È\11y ö\11Ú\91~[\ 1=\91þ(ä@ªÛ1)ù\81ùaP\9bæg¾<Á\90J¿òK0³Óï
+\ e¤ºñ}\8etk\89-+ Ëao\94r\1e\8fh/pï©\8d\fõ~\14\85$WÀeì\86t&Ï\84ý üB2\137$S{\1f¥Ô\8d\150
+¦£\94úâ\86ôJä\f#BG%´
+\ e\90Ë\82Ã\8d5Oc"Á1?ÊL\ f\98¸\9d\17\11\88t\82\8e\~\94r\94B÷f¦y\81[ ?\aX`V¢_V,bZD\11ÒAÃw(>9à-ÔQê\0cZG-v\84g©,Â\ 3ãí\16a
+\92\15Ð\ 5`?$\97°\19»\ 6¦=w¦öÐü4\1c\ 6Äø¡¹\15ï¬ûøö\9d9ExgiúLú\v\½þÊÝÎñæxÒ)Çn\9cÏãuhË\0Þóx\1dZ
+èû\1e²\v«\84¾ü\80.A{\8aÐ\90 E\a#R\0\ f:h\953\r\11RtÐ
+\b\9b\1aÈøHñ\ 2ä8 \14(A\a]\a6a\9diaD\13p ;Öñªµ\82&BÜÒ\ 1
\eB|öBè\9e\89¬`FJà!ì\985\11°¤vc$}%µç    *JBøaÅØmGLV°@O¬\83\95êà\90¥D!õ\85£±v£½L@\ eG#q\85²\1d
+=\8c%\11)\91\87±$á\19È\86t\94\r\89\11n@;pTCC-r\80ÄÚqÄIM¡\158ZnÁõë7-k8'ú\ 1\ 6\92\15p\8c\18«\90L\0\17\rÚi©\10½j\811\9d\87tf\99D\11àú§­\9c\83©\8f\ 4î\80©/\9b¨\83¼\ 1\86µz)m@\13pôK2NÏ\86\ 4)+k¬¥C§ñwx
+\1dfy>Z³\97ùDÃxgU\r\9fù²\83û_V\eØHQ¯ã\ 1\95\89rÿ~Å\ 5.ãËM~ìûk0 }ÿN\aº\7f\7f\r\ 6Ðx ¿ëxKKê\ 4Ö `848Ý7à~\94\rµpdïòQ\96ð9\1eF\9cîGÙ\ 2üØëu]\98À\16®Îå®ÂWbÛÚ\90»\9e\85\97\1f\b7\1d¼3ëZ^\8061¦\9b\12¡%|+\9d*Ó÷fÖk¶¡z\81ùk|×-AÍ\8cÏãõÔpÁ\9f\973ÃJ7Òú<Ϭw\17r\19¯\97­ÔÌú:ÿ\9b\ 6Ò¤¢V\1f^\7f@fª\b\11IÐÓÊ\19­@gª\b\15"o}\9f
\89\ 2 [X\9f\b·¶\907Ú@*\ 4_\84\90FÈe?\88ËÔËÆZ \12éÅÜ[ñÔ#-\1eE-æT\96\8bh\86D\ 2µ\92ú:\ 1Ý\8eç(I \95\18_' ÷ï´^\1del\10¦Ð\15\ eeÖ!ã\91lzR\1aR\ fh\ fôÞ\8d\96\19_Æ;\8a§\82v\12Ñ´2@CF\18\1dË\8cE3 !}Ò´\90N a-Ôsû\8ce¨çö\19\8b@Ïí\vVC\9d\8d´h®\84÷ë\80\11\81®\86\13^\80\9e×M£è\8a\r´\87\ e2Q\1c\91é\ 2 !\99㡲\16\12Ò´n\80;¨×\8d\1c\8edè¬\e9\1c\aXb
+c2½n$BWê \82\84ß×ß\98B?¤×\8dX/é¶
+³VÒÐ\aè\¢\ 5«°\1c\95§Qôbt\ 5\ 19*O\13t\ 2z#æ        î ìÆÓüT\0Ø\v\81-L0/¶Ò©Ë\ 4\92Þ\91\1dÇSú\ e`/¦×­X8Õ
+\bù+]í\1cà\9d¤ñQîè$\r' ¿\92\8dÈ\8a\1dáÔV<¥\9c¤´p&¡-ô\14ÎÀÔP§­É\ 5\86Ô:\13iY\1ee5Æ\ 2)d5ì\89,\ e\97Ö\93v\12Q\1d\82~Ì£Cs~\14\92Û\vÛæ\ 4xñÔ³x´\90¼N6ã\82Ã)ùq¤Õ>5£!Ú\8b:`\11Ê5\90\94\86ðàKçr\84SÃûKgþ@ö\99\16[ñT37g\9e̬¨t²ØÍ\15\1f*ï_\18Ó~Ì#ú<BÈ\b\15d\0ãõ`¤\96\1f6WOÁ\9d\ 1\89O\8fE\ e\90÷<\81{,¹(\174\ 1\14\96\80\9cÖ\87\88vÀÁÎ\1f"T\ 1\8dÁÄ\8d= +0\98ø<^çQL¶\ 5\11V\805£       è\ 5X\ 5o\81þF¸¶+êV¢\11j±ã\99ø¸H^\84×O\89vÌ_¸B\1dÐéP±\1f\92ù\ 3¢=\8f×\8b\1e첩!@\8eÐâ\1dÔY\b\a¤Ã\1e\16ÂÚ\86³½\ 2öÀV3"*\81¨yr:ÿ\bwP¯»Á^Lg!\½Ðëªè¼\ 1\ e\16Â\8c#\ 1½þ\r»1G§ d\83\1e\16ÂòP\ 5F-\98à¥OÈ\vyÞç³\f!\8cÓ^tRJ/\19ì\fm@ÇwgìEÜD\94m7\8cé\8dGòUö1~/û\b÷ö¥¼ò)ïV46\98\9fî'Ñ\1e\flL\92w7¶\86(2¸\14àY¬\83KAS"\8aP\e´R:\99§RÂg±þÂ8A3ÖkDzèGø\ fÀ    ÈWÎ\aF|\99\80\83I\12é\80§ãÕ\88E ³q\8eZDH÷p*ÒiN\170£ÓPJKì\81îüP\8dIj¨«ñ\ 2E(ß5å#µl¬\80âS0$ó4\eÂJ$\97ndìÊô>)$µÔ\7f Á\1f@Õ/\18Þ±'²\97=¸Ã;¬\19uÎ_vðUC·\1d\faP\84î¬Y·¡ÞãäÌ¥Ø\14!EÊG\9cÞëHõ\94\1f!LyR\ fD\ 6óÎϾ¿¨ð\ 2\8aæ\ f¬àÞQ}×Ê\82S³»\ eR\904hÎ\9c¢´\11;s9&²n?BvÊ`ÞñÑqT°#Ñû®\95\84#ãÛ&\86Ïñ\12\9a/\9fóþÈõ\15Úoþä\eNz³cæ\88ì<ÎÓ{?Ä\94È2\83<½×¡ô\9aíýûó\82¾\9fAD\83Ç/\19\8c\8f\13(\88Çò[jv|\96_Òyüìª#¿\7f¤ÌqÖ\ 1   ÐóN5£   èe\8ca>$Ø\83¯Ø3×n\ 1ØMIn¼sçÕ¼h\a<X}\86\12Ôqâ\8cV 8ò\vÊÚ\1cÏ@Rd\83:UA°Â\91\8b\0u\90s\82* ÃÄ\93¨\ 2T\ 2ó(ép\8b\87°9\ 1\ eó.ð\aä=0\1eÂë\ fè%\80Ã"\89\80bLØ\8d8Úõ\88\12à<\84\9a\12q\9c\14\8ew4dGV [QÌx\a\1d<\86H\82º\15\1d0iK\89ÙÛ´¸ú¡=\96xO\9dÄz\ fFìGôæ\83±²o5\8d\80?ÑD\87©\83Éq\16EHK\91\89\9b9\ fp\ 5\8eBÖüÈ\r¤\ 1*¡Þé"à-\94¹Õ7\98rW±¯MA\8a0\1cp<1Mð8\95í8\91xD~Z\93òðl\ f\ 3G-ëÃã0\154\ 3Ç+Ý\11\1e\ e\90\88F¯f\16#\1aº\850-rÔ\93ÛÛ ÜËChàBû\a\18JÙ{\1c\1aȨ\1dÇ\14ßÂ\8eHç!\fÚ÷y),ü¾^
+KÒ\1a\1d\87=\9d1m\86ñ\8c§\8c1kA5\95\0t\ 2  j5$o\9dæû\86¡ñõ©öiü\1açÉ:8>\8bȬYKwn\9fabä0\ 2ì\86t#\98á÷õ®M\8bv\ eÐnÜ8\1aÒ»\81\8bÑ\10/#Åà\8c\ýR\ 2\84Çôê\97ò\10\9d)":Ã\11\ 1úü\13ÜAù\189ðQ÷1rP\15¼\@j\92Æàï[F\92\1a¼C´\8c5\80ñú)hU°\97ÏË褽\10N}\9cCvÕ\99ú(\87ì¢3õ1\ e\1d\ráñ\1e/Hø\9eòÇ\0\17\0.X0\11®õ\88¹j\9f\83è\0J@nµ\15\12\9cÀÝ\7fñ\1f@\12\0?@ÁYCER\93w\8b@{¥\86Aé=á\ ek\rp\80«ç       Ü[\ 3p\9e\ 1¸\a\80\ 5\11\17  ÈaP\80>H\ f\83Â4\ 3\1fè\b\83\8e\1aØ\86\ 4(ºj%\17\17      èW\1c\16ØxäFõ0È\büZn\94\83»¢
+pp\15:bÇx¼\ 3z\8b\94\bU@\aÖ">Èô\16)\11\89ÐQ\82\89=©£
+\17\1e\ 52.\16\89\1fÔé\ 3\8bv\94S\1d,ø(Ðñq{\18ØtĬ\88\15ê°n\84\13TA\aÉ\ 2>Êô\e\ eÑ\rRú¿#\18ë¤b\8dÐ\8d\1d¶*ØÞ³to2\93Ñ
+ôGm    :BG\8b\96\80­èv\92Pú½P¯8N?p¿â@Jøªv¨:´ºÃï\ 1\9dl\ 4¦\ 2§ñº\171\ 58\7f^w"a\80ß×û½\99\ 2\9cÇ;¨Ïj6{\1e/CJ\asÙE\0\8e®\8d\11-@&!Ý\8a\15^±ÔE\ 1t>f\8bÈ×\89t\95\9f\1e\8fÊ."Ð\9b\16f$C\1d\9a>\1e¥µVÀ#ú,*Áu|}Vgl=1tÒ^\8dÚ\ 4¨\15\8dh\vô¬ú(\978\8f×ëM&ä\ 6\1cï\12\r\94h      \90·\8dÔ\ 4@ÍxÁf¬çd\v\9c\80ÜÞäà\r»L@.\19²®\8d½[x\ 4ä\8d-äá0tÄ:eV\14\ 5Àãa$\0\ fiWFG\91§g ]Rvºò­i¢èÊÉ\ 4Æ$º\11öª\fé\80\ 3\9c\89\13\92\0l¤N\92\92    k\81NÝ6ã\19ÈÐ\82Qb_\7f\1a\f\1c?\0-Y¯º\81®ÈÓ5pÀÎP¿©\85ÎL\7fÎa\94ÚÍ\88\82ÿ\80\18\96Ò\15Dí@nunlN\80RO%¼\ 2\9dz*?;\ f\8e\97e\9dç\815nì=\ f¬qc·7Nµ\15¶?²·\82\vx\1cÜù>hÉÇ\84½©£dC\8b\8bin;Ã-Ôs[\12\14é\95SkvøÊmÏ\81\9c"\17þ\83z ±Ö\8dP\ 2·ïÓ\17A0¨rXa\16£"z]\ e£"½\90;àÈñ¢(k!\r­¸ÈØ\8ae\9c8\17\98\1eë\ 5\ fÄ\8d\80Ã\10¿ÓÞØÃ^ï´·<»ç\9döV²±Gu¥ï\9d\ e\vç%èï´3\8c\89\1cJ8C%\96ßi\1fÏÊz\11\ 6k\9dØ\8d0\94A\ 3Y(û×\11Ðt"\f%h\8e\8c%ÈåÈÎ:\11\86íÃO<i\89\9a'm\92\87uÚq!ñ\90\f4\1ayXè# 3\80#tòÏ\99    \86÷ÜiìÞÞà\8dóçï×ö­\ 6\11\8dÏsî°\ 1\8d\17îº*¾c\19ÅÐä\85\8c\1dä-ùS\80Èî+\eûß,¼hH\90. "ýs4_=Z¤\84&\a\ eC\12pà#!#%p\16N\0\19êPw©P÷Å
+äfòÖ<±×        XïÄn/pà¬M-"Ü[3´C}\aæ\9a\13\85÷\1c\92¼ï V\ 1¹úðÀY[JÈqVä\b\1càÈ\80' w7\bp\vt\90oM)$%¦\13\88áÑ\1e\1e\85\ f­=l\16>´~à\1eR\eÿ\17ÒÂ\9cõ\ e\11YÞDÆÿ\85e £\84Ð\95y@¾\82g ÿÀ¨E\14T\86F\84Ø\92!ÿ\ 1¬\ 6º%ag¨÷z\99pL £\84\a\87Xk\ 5\88©à\15ÖÔ¦KkÌvRd©÷Û¦\99Û;í×\ f¬Kùö\ 3åfJ´u[I`\ 6)\83ÈîÚºm?c¶ZÂ-½=Ï`µÐvdZgPù0·\19\fGh\97\94\17\92«'ÝIJ5\ 4ÞP¢m
+é«y[\10J¹ìö0í?p\12B¸»Ä;cDí]U{øåõ\87Â\17åÃ}\e\98"\18§e·"ÄAT\ 4\18âñ\vߤ\18õ5\84ñá\1aj\8aÙ­Ì1Ϊ2_ã»]\99·\aÓ÷\19ÄûÁBß\vW\ e¤¦2ó\aË\ 5¨â½\9a\87\8f\9f\9f\8d_O\ 5e<\7f0-
+\80ëaevì¶æhî ×\9a·\e¼gÖ¼<´\844\88\96\98\86Y³fd
+¯)Ô+´\r»û>\ 5át®ô\92Á¤¸êJøú\ 1ÐI\r\9f,[û\9fý\arëdÁÛ°õÿy¶\ré¡CJiéwH¯\19ÔK´ë\f@\84qµÇz\83\1eW»þÒå{ÎM\858>Õå)>ÕåiÖ<\ 2\95b½ÇÊK|/Å­\16ï²\91ë\9f\96¸¿~ÞWñýññ*\9c»Wº\92:í~Ê\9eOçñ»\18Ò(\80à»\81lï§_3Xã¥üm\ 6 Ä\89ØÓ\9a:¿ìilDj|#\96é\99\ 3:]\1c®y»\8f\9as@!\82C\9ds½ØïWç\9c\ 6Í53UÊ\15\88;;F¨JØ5ç´<sÍ\eÕ£ä\9a\99c\å¥9F*\83Z1yÞ\ 6 \ 3¾\r\16©´¶\81]N¿ìèe\rËûËi\86É×\e\85\9cÏt\93òcÀJöx\19ï¸R(`¼\ e\0ÌøózÏé$}\9eæÎCÍ\9dOã=¹³¥LÙmÉVº=¢\15èÝ@\ 2\96 NÑ\15Ñ\ 4\1c´,Á\Qîc»\f ©\90ë1æ¬ý\0\15A­/hi\11Eä3^\81Ìë\12ê#¤Ë\ 4\1c\r\ 4\1c\8f95;¢Åï\93\93=Új·»\1d\81]Jtïá\8c¶Àó\1cu\81\13pÜ) -p¼i\ fõYyK\89(\96;<³\ 2k\89Ò\94 EB\ 3Þ\ 2ý-`@f SnZK\93n%\8cÐ\97z¸ú \ eÉ/\18b²ïwvV\8aØ\13ê\8f      \89't¼¦\84\8eÈQ½¾?ê¾ÆCòí¬ÝHtK`|\18PÅ    \9e\ 5r\91\86Ý'4#B^{\ e­H.\18\8dK\92â\ 1ÆL`=«/\vÐ\99 ¬r¼7&µÂñ¦\e %³!\8b\12\92¤í\ 6\18Õ\9fì\89±\15m-I$+¢\12HÓ£\98кVwÇ\84\898"Ç\ f@+\90û\0¤\82\9 [ä¥ë8"\92£ÚT \16é\85ß#<Ìt®>5&ä?0ª?ÀJ×\91\169z¿Ï0¢Ò\1d\91\98\9dò¾×Ú÷yá9\ÿí,c÷8yØ+çÏãõ{\1cã\1a¼zr\99ø6GhD\9e¾Ù½\ 1\99õ3É\9a
+r¶Á\87\0GÎý\99Ù^û\8e\ f3GC\148\ 1\9d,\90ø19¯±\8e*½y\8duÞî\96à\88\93kwãìî¼ÆJç{ó\9a\fA:\8f\12B\98ÎÁ·\88\1d¡\9c×ä#$ìÌkÊð\f`)$$\94\1f¢\95\870_Qa>^:\ f' K\0¦¦\9eÞç\10æÓ]±\ 1Ý©AÜË$Xë´rjp\8e²`Âl0y        \ek?\97\11}\1euÖÂ\9f_êÕazÏwÉ>o\91Dëó­¾Ý\97ïë\8c{\ 6\ e¥\ 6c(ÿ\ 1´\7fh\ 2¬ô\1eî\1fÐ\7fÌñ\13BAúwçøiõ\83iO\80ÕîÃ-Ô¡\95`\85\b\r\15¢\vHp\a\84Ç?V§h\12,-'NTÀRª\86
+кõ\ 2w@ïy] \0tº½\11~_ßÀIó\ 1\1c"G&àhÆ\12flÄú
+\16¸\83º\17\ 4<\18;>\ 4ôzç\ 1\8e\8da/ä¨ÛßÉ9®~\1cè0©z\8fÈ \80ªwÊO\92°\12é/\a²¦\ 3Ì\8acíJÕkÅÖN¦µ\85¼\9d\fú¾ã=úQ]\99\1a\9d<8D\r\80¨±\158 ê\87V0Ã`BF\96¢á2­X\90S\ e\8aÁ$ǸáQ #KØ\8f8 îgG\91\11\ 6¶¾O\e\91\ 4-\16`\97\14Ö\8cæêÇtb\8f\ 4\17 Ç£ÆlÒ\1d\8f¦\84Ü\88\a\9eÍø0\95\ 4\1d\99ã4¶n4m%f\0±æÉyÓm,\ 1½\9dΨ¹rªÅ\13
\1dítH@¥\9b
+=\0q\ 1§ù*׶\16W`æ¸ó?=\82+`\ fïÄ\14¯JÆÁ®ºÎ? wë\85\9eÈÑ\96Ê\1aÒô\9eç\19æe\1et\ e&f\ ez\97\84Í@oø\9c¡/\94\9c¡3\97\8có*9\1c°~6Ýó\1f¡\15éó\9fà÷\1dø.Þ@P     ËðÝgÐ@Æà\92ã\9ad\81\ 1\99pGPë`·\864{L[Þ\17uÓ~&æGZ\9e\8cÝ5\19·Éö\ 3\f±²ò\17§Ç|\13¢rgmB°\97cg!D!¦0\884>óÆ¥¾iîöÆ\ 6²ÆÒç\8c\rd\8d}<Ö3ü¼î\8aÍ\ eâ{*tæ\89í\96âòy\9dØ`@ó×\1dY°[\86óx\1d 
+ðû7ñ³ûÞ­\16ùe\ 2ñ=\v8³AKËÂ\99«N¾î­mu.ãõK\16#\889ÿ\80£\96Úö/4è}(9I@\13ðh\90åU¡\8féÌ:ë\' ·¬®´
+\97      èU°\96\97]&à(æ\86\13Ð÷0\8b{H\7f à=Ô\89Äí5|è#¹:`æð\9eä\8aóÃ`       8\8aÁá\ 4\1cmËñ\ 4\ 4?p©å¾ü\80Î\ 4n@uxÏ\15×ê{Þ\\ 1\a\9a\91\1d:\1a\ 2Ô\8e\14m\1d"ì(\ 3ö\ 3:½Ê\80|¹£±\rñ\84\8eZnäHt2ù\18Ô\ 5°Rn¼\80\9b\8fàWWü:LO?àx\ 4\9f \15\86COê\81y3´"\aR.û\ 1V\f>JVÀ[ë 3Öëhã\b\ 3\1a\9d;7BOx?ÎéeË\84' óñ[DÜ´\ 2Ì;\1ag¨CI \8c¼\14\83w\1e\86\aÐÞé\ 6\12\féôþXi\80\ 3ýÐ\ f:J¹a@è¡o\86\11¡\83¾Y\f\b\9bðI$³d¥¬\1a1\11@\86\a\81\91 \17Ó\93Ê£\f»7'HÐ\vé9\81õlïΠ\8cB¼7'0\ 6q!\18![0?\8b\88Óò0"NØ\vé\bç \1dd\1cãÆñ¨^C\e \e\13$x\ 1ÙÛ\119\91\801\1et\ 6´\19º!\89ó±þ@B'¡\87\ 3\1cû!Çx´\ 5\8e^\93\19&¦zH~Àôí\90\9cM@\v\ e@O¨\9f¥G!wã$ \17\11ê\17-ÆßÒ\8cGñ˶L\02\19àÊÐ\9198Ô\17-/f%|Å®\vC\93\0\9cQ\98\9b
+t\92°\97\80à\9d\84]DØh\19sÄJäø\81gèJÁy¡\ ep\15â åâ\17Kj\86>îÙiçO>\ fw¼Ðµ\87úçÏËÁ\80Å\12çÏë±À\ 2?ïhõ\98$éQ¦\ 5«ü\19\86¾Ú'ë\15\0è\97Î\15\18Ä\f%¨Ã\93ö\12¡¹\ 3ï)È[ßçuÐpý«ºý\17·F\93/`è¼\ 1÷ú?^\87¬   \80\ 5\9a\80®Bv\90·T\88\9a\11ññh\v\1c±\94Q _& \872\e]É+\128\8f×9o¬rè²\0ý\9a\ 4zA\18\ f\93÷\f\16\8b\9c÷\10½g`µØ£$BNW¢\99Q\8bC]Ðb\ 2M\ 5´\aw?F\89\16\ 2\12\80D½e\103TB\1d\9fMp¼Ìão½Û/ã\1d\95Üñ\91\11Ä\8c¾ïàñ\8fÐ\11:²Ò\ 3`n®\80UbC\15Ò/)°\1fÔç?Â\1d\94\8fâ\88C9A\ 3\r^\8eZ,Ç\eeâ£Ho\18»À\1dÐm\bz1\a²\92\ 6x\18;\0êg*p\90\95tªÀAÑÛ\10 ï\1c__3\9cÆ£k®á¦B;¿.\8cÇGà\ 4\88\0\12R!\87\0²ìDØ\ fÀ\83P\87ø\v\8e\ 5t\88½`?ªód\18\8b\rÒ  LX\84òuy\9aÔ¤\8a\11uh')\15\0L
+\1dw\ 4\vü¾þ@\7f@Fè¸$É\83èGQ{¿½\f; O\9eåç\f\19f\85\1ex\13§\85:ÏD\84f¨s\14$í$¡\10{\82ß\17²:#êÈêYJÐI\18NéÏ1¬ÉeÓ\8a9Q\87\16\r\r\9cÓèð(ôC\ e\84\1cf\85\8eú¿LÒ:}\ f\17¸\ 2½Óé\82ý\80\9cY\1f\b\8a\ 5qD2!r\19f\r\1daiY p\ 6:#r\89Ø\ e\ f\18Òè\9e¬@\80Ëñ2¬@\84\v¬\80éqM\vÒ¼ô©ñ¼³*\9fÇë÷$µhåòy\9d\0°æ\ 4\97ÏËñTµ¡ëêu\80t\88Òòy\19ó\ 4' Ýuî\10ïP\7f \83ym/\ 4Ç"Ð\1fúGM\ 3X»â\8d\94z;\fÓº\95\15óBè\ 5­@\7fÉ`¬Ô-%j¡Ä\97ñr«Ü\r%V$ÈAbd\ 4\92\13±\1f\80Vx\ f)y\9fKh\86º\ 4\ 3\0\9f\8b\19ªÀ\1a\r¼tè4>&½\94\12\90/ÌCMK.+Ð{\9dbG\88ü0q\ 4\87+ëdP4NèÖ\1ep\90V\14\8e¸{\ f¬\8e¸µ\a´\ 6\15èÌIF*Ýôæ¼\12YóD¼\10yoeu\1e\7fGhÐi¼ùâÊ:\93ÆS£\90|sÅá3_ìpÿË´w[¹\8e¿   °|\ e7;Þ¾_cêËøró#ìûó¤}\9f­\7f\19´õÓÞ\84µEÄù\a"r\84÷\1e\13û\85k\ 1\12\88÷Ç\95w      Úi< \1f¸\aTå³@tÀzD\\97\0®«®½^¦W3¤P\8b\16®K¸\1dg´Åd}Ùxù\81YÐ";Oá\12âm\17VYã](p     Iªb\9c¾\ 5Õùü¶R®f·Óè4^Ǹæ½\0ï2\þz-\ 4o}\9d\86ä\13\1a®ßÙ\ fHx:Æz\84Ôgá+eÔUÿì\18YòFå\13«\9a\98%ùÓX &¸\ 2ýqh\82"t¼ì\9bÑx=\1c¬õ\93\97ñ:û[־ϫ\1eÐ÷]\ f\ 3±\ eéyá\b% ¿\ 6     #ò\0\1e\15¨D\ 5m\15 [8A' oá\8ct¸#\1eî\16À¢     \80¿\vD\ 2ðD£\ 3\9c\80,\818 #pd\ 4ö,.mhsWF\0ý\90##\88x\ 5\1c±\1f\93\1d±õ}ï=\b\8d¿®u\14ñ\16\1c×ÙßÊÃõ\17ø}}\ 3+JßÜ@Þ3\1e:r×£:e\ 39{\1döã2¼\1ag|\92Èðj\84Á\94\87CqÑ\82      ^´\0\8dX®@L0\9cÒ¹\9cSÈϼP\8aÐ\buê±\88ü°Ã\91Û³¸Þh(¥gÑ\90U=´¾Ï«& \11:ª& \ 6É/ì\8d¼®¹\ 1\94A°À\1dt0\b\8eZ0Bw\10Fc\8eGi#\96\80¾\0\1cÍéu+\13T\ 1GÑÄøÈ\ f§\ 5\1f$úÓÔE;HZU\17Ý¡H\1eT\15 ·½a\10Ý8¹ï\ eÏ4 \aU\ 3Èø\b\8f\ 1}<\f太\15û\81\aáð^t\ 13
+\aû \8eÆt\1d\84Ñ\98ã=S\1eá\ 4ä×8[w\93×-ÉE\ 27\11¶^Õu\a3yÖV@éÿf¨\85:ýßòp\v\17¼\85B,q°çí/B¶CÕÉ\9egU\17\ fÕ¸\ 4U\ 6l<\96\81Ì%[ì¸3+³ö&MWÂ_ÅÉðÐûþ&½i\8dÁÃÉû.ñôªî<ÜÿªîòyýUÝ\ 4\86{^Õ%ôy¡\93»á»U}ÖñÓ\97\ 5%\90\94²\1f\18Á\ f¤;s"­X¨\ 5\94[`þ¶b\81sÇ¡\1dðpÇE(C\9d\90\99óx\aÀ¬î!cn\e \0tÚ°\8c%¨7©±¤äò\ 3z#ñ\ 2\8dXçQ\rÅÔ0¼§\10¥\14\8eãNÄz\9e\ 1ºì½Þ5\1a\97\12\ 3ÇëÐ)\1d\86ÔãÈÃ\ 4µP§n\83\8eÌáÇÃ\f' _U-P\a¤«ª\17¾g%\17©ó\89¼Q· vDÐ¥\80\fÑÑ\9eÁ\82\81Ö
+8Æ\1cij\90aÌã3\1d°>ܽ®,&Q    ©\ 4êÓº^+²§um%ä ±ò}þ°\rí ,aÄ÷­\aÊ\9c\9aL\13d\ 5#òå\ e\1d\9að\16\ 2p\80\88\0;2\19_:PæÎ\88Ì\9eÖ5C2\8aR/ø<\96CJã^k¯\80\0L\ 32c\au\19\8c¨<MRÐ\ e\86¨ÃÜ1k\8e°\892ûÍÈ`^-«à03ô#:H
+c:ý²+a?¦\83¬\ 5û!\9dù«@\1d\94\9bÇZ\8f\93æ\ 48J\8b­PÆÈ\ e\98¸7¯HV9Ôy\16¥\19zbù\91ñÖ\ 5[Jm)Àô-9ì\82\1fr\90\ 1:\12Ç\ f\ 4x\16ÈøPƹ¥^Äj\8d¸Û~\80\8dG¹¡G\ 20¤Ó\1dQÆÉ­Üþó\80ªÏ®üN\97Á\91fhǨ\ 1,\99A.\ fgPpD£3Ø\8dZTL÷pÄ\13Ð\95`ÔN#*\ 1ìK\1dh?ô¥\ e¨x\96!\ e\86\95\98w\9a\81¾Xï¥\8e\93[]\ 5\16\9c\9bÊ´5e\18ú­à;\ 3]wLV\bN'Çd%LâyJD\10EWÄß'ö\9a\91!ÝÐ\ fè,\82\86\94·r;ÚÊ»
+ v¾\96·JêØx,OÁî\80Æë½¼\r,\8fþG¾\9b\ 2\98\r®grC\83±\13°kóøþ\99\15øe¼^ÅY\19O®âw4I©\10ãy\ 2úûÊ\80\ 4\0,\98×b?]\81AåM\r P}\82[¨Cõ\19\ 1Õ#\rvtw0
\96\ eR\ 1\16(\0G)5^\80¾\83\95\0®¥\83ì\89sÀ>D\7fã|ÔB7¶\90Ó·!\1döзA'¦ÃSÄ\vè\10¥\15Ï4v\80¿,D*(]7ÙËÀ\ 5þ\80\1cOGèF\1c(sÄ\13\10*q­CHͬ/\a\99»\97\fé
+²¸\aÍbè^-,8\14ÐùÃF8\ 1\19\1f\8a\13\92 \ 3\1f\8a\13\16¡þ¤\0{"G1ò¼\88®\90Q¸A3Ðë\10¡'Ñéd\19A+\9ejV3·\7f\80¬ jfD\11\bOS\1däLðû:P\9e´ï7QâfDÊÆk\11-\95?ö"\8eFÖØ\88uþ³Q;   è\ 2\ 4[ük×\ 58z\8cà\90ZW\ 1\9c\139Z|`/æhñ\ 1' ?\105\ 6¶´F\ 5]\17\96Y\8cgh\1d&\89gô:H1\1cá\ 4hÏÎb#PëÞBëÐÑkE\19F#\1e\ 2µ\87nà@h{w  \80PÏì3\ eft
\11« \f\8c\87\1c\1dB&\1c\11ë×\ 43\9c\80\8e\8fÎØ\ fê\12X´£\88z\ 1\bî8¼ÀQJÜiD\a<Ú4"\9c\93\94Õ\7fJ9       Û£\12¸Ó\r\15\18\f9ÜPÁÑ\90\5`èæÐÉÙcGñÐGÙco´\87\1d\87÷|;\14\9c\1cÐpÙ\85-höú³8+åoÈ\8eÓT\ 44^èùiã\17$|ýQ[\bϤ\7f0Å4ÄÏi×°öè\v\88H\ 2úÝÄÁrÑØ\ 1ÎRñP\0V\83Ü\12@«¹Çe\ 2\8eæ\1eH\ 3\8bG¨Ã²û:hÛÎþ+Ê·3aB\12ð\94qOÐ\8a\1d¼oÐ
+\1d"\84>T\a\85\ 2ô¡\90­\86Õ C       è \12ôc\1ePi@\13p<Ì;ÐÙ¡A»ÆÁUM\8d
+'ਢNp\ 2\14S¥À¼H@~\98·Õ\10\8b\8a\80µ\15Ðþ"\ 5\1c\8a\13
\857OD\99óÆÊ\9c\ 1G\v\88<-¼I0¦ÃÓ3\f\ 6eg\1e\ f\bF)4F<\89lFÖ\80¹­\84\18\97±\ 6Ì\eeEW±AÂ\9eȱ\82PÁ¹ó
+d`ç¨"nÙq\93+¢ó<<¸"ZvD%\90\8b$\ 1Þà\ 2G\ 4º\16\16,B½    uÁ"ЫpGlɲ3L\13\flõBdì\8bî1\ 5Gh\91\f\1d ;vE:Ä\fc\1aÇ\85q6Zî\86\16Òwæ\ 3Ì­t|5ôïàÞÃyQ}1\ 3\1fЫ\17anæ¸oÎ)i!\r]A\82\11\85£\a3v$z\1fm\98ÞieÄ{\r.\8cÉîe\1f\14á\84é\9d~Yz@¼\r+d\bÅQ\82Û\8bP\1c\10ïe\vôF3\13\94\80ì\b\ fº\89vrEnz\8eì¬\19Q4\8ah{W°`\94H.%/\ 3NÑe\94¹\84\87§ÙQÃÚ\14\ 1A\99ã(úrVª\ 1\1eÊÝ!Q=Íã2u%\87\95íá<ÜQ¸3ï\15\94\97ÏëdÀ3\9a½\97\fø2ÜM\ 6Üú|\8b\fø"=?\19p\Ê32à\96ü[dÀ×\15\1a\16\18\19ðÒ+Â:\81\9c%    p\9c\16MÀS@Úk\ 1U\0\ 5\99\80£\ 6|k\81¬L\80\82\94\ 1\9dç`B:¤·\15\b«\ fÚÀ\91óø;8ÂèÐë)º=Sþ.@Ù\aÕ\8b¢óxÝ\83×lâòyG\ 5ó\0¿¯7ñ®Uk\97ñ\8e>òÕ\85Ì^Â$»)JP\0ú\ 4\ 1ý\bÛèf^gØÜI<f\1dz®+Ðk¸3Ü\ 29#=|PK\84ü®\a­ÀQÃ]ð\ 4ô.â5\e¸L@¿m\eá\ 2ä\97@vÕ³á\9co\ fÒ\16#yË
+ùM\v\ 2G\19þüÌ\8c\17ä\ 6\1d\+\16\vÍM&]ö\ 3\93ú\ 3ä\96\0:\12G\ fê\0%¨CÜQu¤¬\v»ö}ÎG\ e×\ fÚÓÄË÷÷_Ü\8að÷stø¶\ 1±8\8aèÑIäèZ\193\92\80ë¢HUbrQT/z.ã\1d\17Eè0÷\14áã\93D\7fÉ1Ã`À1\1eé°£y®1\8a·\1c9Õ¡\ 5\1d\ 4\9eÆ\ 6\v< ôNö\v´B½\ 4~\80V¨Ól\90pH¿$\81nÌÅ(þì,¶G\0½g±1\92w\9fÅ  ú!G     7\fÇ<%Ü0\1e»[!½£)¢\1fä\94âÐ\ fé[8Â\ 5¸\19Á[ßçT1òAÀ¨^pV¥Ï`A'\81\87LxHRZÄ9ÁE3æeøX\ 4²\12elÇ:©·\1cÏ\90ïãxÆÁÉ-
+\80na½-ög¶vE\ 2ã¡;m\17£rÍkZ¶g¦Ó{*W*BâH\1cD'0 \ 2:@®\99FèJõ×Å\19{"ý)Å4I{H\ 50ãxDæ\ fÌsÑN3º\ 2\8c\8fA`@äà\ fÌ8"\92Ky­\93{ïql\97DÍã\98_\12\89¾\9c\ 4\foÈm¬\8dè¤\eã* Æd7% Íì-·;'×÷fö\8c\8e×®\89¦N6^3é\8fºmþú|\ fÆjØÈ\94Þï_£\8fûåórfo\10ocöás¼È~y\91\84¯\9aºoÞ\14>Ë7'
+¼0áR\1eæg»gD'½ÛgD'íý#¤èñëû_\v\88È   ²\1f\98Ñ\ fL w0Ù\83Z1rÙ\83$ãcÇEÕÔɦ\1cê£À«\12Ëå\7f\aJ|Þ\ 4}\ 5µv­¹\ 2~Õ¥M\80ß4ågfl\9câ-;æõøI\9b\0E\89\r\9e\99\7f\f\12ÐQâ\ 5N@\7fSa(q¯\16Ç\ 1\8bP¯f7\98¸C\8b÷z~t\948îKcè=ÊÎmØ\9b\13à}Ü¡\16˯Rì=Àu\vä¤ÀHÅ[\13à¤äè<t\98Ñ\ 147Ì\88. «\v (iF:\bPR
+t\17lÇ:Ð="3rX\ 1ô\84\1e y\82"\94o\f\8d\94¼©\84¨\13üT\91ê»\19ÆE÷D0¨óx¢\ 5\8a@¯#\1e\90\16;\1c\81½Hh©ñ]\v+Ð:Ì@\84áÞH\9eI u»BC\8a¡+¼\ 3$¬ô#Å\9aÖ\9c~@\7f\17c\ f\12®\13\90ߍ\f\81\8aáq\ 6\ ed|ceÝ'/ãuNíq\90\90#Í8*\ 5:Ä fì\bdg\9c`Pæ ¬\99ar'\97\8flPó\9e\19\82§%J[@qNìG\1c\0ãrG÷F-;ç@1<ÎõRò\bók\9d\8f\9a\ 4Dz5\7fÒ\8c\98n\80\1c\8f\10\88\8fÄ#ú]ÁÓx$?\8cGòÓx$?\8c\1a\8f\95^\8cÈ\80fìH\1dÅøp\ f\1d¼î\vD(îÅøûÙ\89\82Êô9åõ\aÊð\rdÉEpDµëØ\86®¼Îó<¿ï?Y>\87\eÎóÊ\fV5\98^?°|[Cº×°ð)Ìõ@<O!Þ\14á\1eSÔ2\9aÚ\8dx{´¼|\81mw[Ú.ú/;¹þiyE\965®Êã÷U\8c7]\bÀ\9e7í8\8a\10ÒüM\17R¹Å5÷èú«
+áu¨­[ùõ\ 3¹è30È<7fÀ\94i\8b\r\9f)ÓF&øH\99^­ç\14e¢BH¢\10ø\1arÒ´\91\ 1ÿ[|¹ÜÖ\0\80\7föÎÊ\80ÿ0\9f¼\8aüÆÁê"Ïãõ\0ÙÜâi¼\ eÙÍøó2\83F¥ñi}\9eiñÆÃóÒâu|\9f\16oL<¯\r\fc\9f\16\875:{iñ\9a¬õ¹Äã\91Èy
+w%ä\:p\13u\1e\14»>»ì¢\8e»\1abu\9e\80\8e»Ö\87çÝZ|Tx7ô\88ò¬W\ 6\8cËx½Â¼¶Ñ»\8c×\99êGô}G\9aw`÷\97\1f\90Ó¼ã\99IS\82D\ 2\13Ò!Ç+\819î'âÅ\11ê[0ÏÒ\16pè½f9';öÔG\ fÈ\95;8²\aÙ
+       æW\190Zn\80¾\ 1:c\1dö\rP\ 5ôÒÐ\bç¯\17\98c7xs"ì,ß\80ûåæÉÁYN£ãT´£\80\ 541\87C\aß\ 64T\84Y3\ 2ª\83\ 5©\80ã<?*Ä\en\84ê ôc\ e\9e÷ñáIr\0ï\9d\ 1\91±¬7­\98j1\8cÈ\1c\9eü\0Þ/? 3j-x\ 6\8e\1fÐÎ\12Î%\84\ f3\a\19\91èJ9ò\ eã\ 1\9d\8aCÛvD~\0úBÏ
+"2\ 4\aìj\ 5\19­ó\98gw³æ\fé
+òÔy \et\ fÏc9³:ªÄ/[pSc\9aä\8f#\10¡'É?\92ÃÆqÀëÄ¡!êo\1df\98\9dê\89A\82ù¡\87í\1dOÀÁö\ eÍ@çâ±;ÀVTH±cèI<\9d\0\ 3\8cjtè\17{\12½ c«Sï\r¬wø_\9c\0/TGÎÔÑ\934a\90B¯ÒÎÐ\93èdã8;Õ{\92Ú»½³\12¢^\88d\v\v\94 |\18leêbrFÌh\9c43âuæ07Ñ«´'ìÌåä*CWèÐ\ 1\f´é\94ýØ\93ÊÉU\86\9eÔÁ¸¿ÀÀþæ\88Y8°z\90g¹Q9²ÛfnD\8aÄqL¦3Í\1a\97Q;·yß\8e³½\85\84Ë(B\15p·ãÜpÆ.>+\vG\86ñ}^@±ê\11\8e\97/¢gô}\aáý\ 4?¯W©\ fèóz\95zAÃ\1ddF\19M_¿\7f4Îù¸\864\8d\ 4åµ*óó
+\1c\9cñAÛ\7f\8aQF´\83\ e\8c2Á-Ð+´­.ò,A\9d\83á¨1oÿ\0Ã\99\91\b\1d}\v
+2A\9d\83áà\11é´\810jßç4 pý7\15ä\Fõ©Çi¼^ÐV]ÈÖS³«\9e­Ö\10\Æ;, Ö"\9d\7fÀqÏQ_ª\Æ;:òîµT\97ñ\8e\8e¼P\80÷P\9c*PD\ 2ðÜsÔb¦¶\ 4\99\ fIh¼~Ï\91v6¤Ë\ 2\1c÷\1c\95P­µ\ 5\94M© \ 5\94FM\a¸\ fÀF¤;\91úúý2\ 19\8c°W"­-ä¯D\90
+yè *BÛÒAÞÒwAãõ\a\ 2õ¦êº\0á\18ªÅá\83M ¶($ØU\11r\84Ê»çº\ 2èG\1cD2\11IÀÃ%\ 4½\88\1cÌÅ\84\11ÌÙ\13\8d°¤¾`.f¨C\8e\86ºX\87ô\8b\96\ 2\8f\88ì¦g|æHã\b% ¿\13\9aða®¿ó\99äÃ\90¬@td¬öÈØ\88®"\94)$\8cM¨mÆï;\ 2û=¹½°\184?Do9\86\87§±]\14µÃ\81÷\17EW\1d¸E\94¼i\ 4\ e\88t*\97\88ìÐÑ\85)%Ñ\ e¨\fÓ$\ 5\14´.vͪ¶"°pz|ìª\8b]c¢--ØÒ\8b¾ºØ5¯\9a^?\10{ëb-ª:O!êu±µ5pXÝÒÛºXªIfL½EêöÞ)4\1eZ´¨¹.\13¸\a\86´|¢^wmYæ[\88p¸iÒn\9f\8bbÏ?\90\v¨\0¹_ù½f`\1eõò\ 37Eº¿\83\9f^ÕÊÛåý>\83ï\bA.R\87çòrÉ{Qíö\ 3åK\r\12?ç«\fÆa'h³\19|[ÂxSD¶\84TÛo\\960JÑå¦ÛÛ»;\9bA\¾~@ª®Þ\8b£Ã³]Ø8Þ\1eíÂæ\95Å] 3¨\97n\1dBܹ\8d6·¾/aþÌák       àîø\1a îNîpëg!\8eòs\85\8d\99[ÞÚ½?rË©\ 4Í-Ó\eøZδÍÀy\ 3ok¨\ f\0\9b~\9d¾Á\1cs\15Âû7\98ÓÍ\9e÷\8d\99ª5æ|ÚF!Æ«+\98÷2ÿ\90cß&ÌÕ!åÔ·\aõâk\eß·\ 5\12\88\9dåÕv0æ¾t;Ô×"çñ\9eòê\0\ 3ï\96mçÎ\-\84\ 5M@ï"P\81ûë\ 4tĤò3õL`/P\9f\ e%z\v¼ó6\ 4p\ 2\8ev±£¶\ 5t\ 2õ!r{\ 2ìæ\0n¡~ù3¢-t\b "÷ý:8Á        è Ù\8c\ 4èx\81hÍZÛ:Hv`A\9e\18Õæ\12äxÙ{Á\\16 \14a\18ì\87ü\90\8e\9b\1e¨_C\8585\fvC:)\86ì\86X\819ÜAG§Ö¨í\0§\10\9f\1f\19Q\84\ 3ºe8\ 1¹!\8euzÝÜa\17ÛâÆ\0®\18\ 1ev\19±\1fÕ\91ß )¡£@}Ö\ e\ 2^\1f\8eÝ\90^a?kFÀ\8b³5\ 1ÐW\12K\rÊÏGéý\95\ 4­    \1dà\ 4ô\9aÐ\ 1é0,#ià\f\97\1fpP\80£-p\15g\8f\8f¬àÈÍZVÀk«\934\ 1N\ 1®92Z\96[Ôx\8eÌ_\8c\ e\8eX\80z}>   gôÊèéY<·\95vk;HPÛ\19K@\ e\87\92\18\ e1òå\8d\ 1|?LÇ÷äË\9cB\1c{R7\85\11\88t#0^\97Þ¤Æ*»\9bIÍ»Êî'Vd\95Ý\82\11°Êlx\14èEµIKJxa7²bGQm\86ó×\8bj3tcÂ\8bÅ¡ò\8fWlè4^/g²&±\97\rÔë\99\8c>¼; Íb8Fmà\bÇ\9a\89=««ÆÐ\84|{µñ\87+^\84ÓÂ\14´\82ûM>-KÆð\94üÚ®ÀxÌA`nüß½øX!y¡ìǬ0»×\f\vÎ\våkð\ 2Ñ)¨C¤Ooz¨\ 3µ2{\83ɾO@~ R+³Ïãu\ 1Ö7¯\97á:}ø\ 4g/Ûð\ 2?/T!\9c\8b2/\9f\973*«Æ:\7f^g=6Xæò}Ùþ¬Í­\7fý\86î\ eÒö1P X\rÃ\1a\ e¼\ 5\ 5x\97\ 3zIbBú¯÷%;àáóx½Ën\86ß×U Ë\16ÀÐa¤C\ et¶à   è5\95c\8d¥Ï\13ÐÛüÖwû­\ 5pêp¬Bº\11Mp\ 2ú%\ fô\81ð\10í\\ e|úü\ 3÷V.T\84\8bª\ 3\f\9f\86F ×Ã\rp\ 1z$\15\a¸\ 5z9[\80\8eô^ÎÆ«B¡#Ô¹\1f\88\1f\13îÜ\r\1f\86'\99\8e\ f\ 5\ e|X\93\0\a¨Ñ\16\82³\94*QA"t\946\13G¦s\9f\8fP\ 2\ e\80;K\8e\90\8c0\9a\97`\15ÐÉ;&-\9c\ 6[3­»\0<\ 5\a\eÿÈ+«]ã\89¾j¼e§\9e\b«9õ\95}XJ\94ºË>\ 6\93ÂÐ*: ø`\80\86 ã\83As¦ôû\11¦\ 4:J\9f\90\1dÁ\voVV
+' \83ô   »"ù\91CÊfI\8d°\96\83ÔÐ\95è\ 4\881\15ã\ eÇ[àà\ e\87\a\85      ¦¥\ e\ 6ÿ   ;s933þ\92Þã,-P\82ú3\8d\ 3£>y"\ fsàÅÕ¼K%F\ 6t\90<\ e\8fγ\ 3\84µ:s4\8e\89\1cm*qz-\97Md\98Ü9z\9df\92Ýé{P4_Îé;v.§«\1a\83        \\e\9cíÕ¨\19\ 6%y¼ý\0\ 5ª§
+T\9f\ 1TãìÊ\ 1TÏø4Ð\81j\9c]éä\ fÃ3\90ê@i{}a\19´¸\8e\82¬¡7°5ö\vlFò\ e\1c(mgvv ´­ì\8cN\0fWº
+Øi\18\87·\1aÀæo\81ýi¸#³\99áçåhfF\9f×\83\19+Â=\ f\17nIêð\19}]\a\b\rcmÌ\9eC¬ðû²õ\ 6»"¹l\9e^Àj%'aéd\8e\88ÚþQ|Ëâù¶ú\11\11Ú]oC\84\9ccz\92ô\97~?£-Ðïz\8dbºm\0\ 4e·»Þóxù\92ÄÚCvÛ¿qL·\1d\0Ñá\11\1d#\9e\ 6É\a\ f¨Â:F\f= §¿¥=ü?OÀñî\1fÙ\10\82VÈ=É\82U@¯?\1dà\ 2tp+À\ 58*\80\91\euPpÅ\bý¸^¿jÉÄ:\91¾úÕ\ 4%¨w·Ä^H\97`Fß\a\a      -ß,q\8fÄC£a\ 5\7fø/î!G8Ñ\1eÂ\aÇ\f¢\85\9eTßÃi\94üP\8bâùº\0G /<Jô\1aäåY(g\ 4ϽJ\9c\ 6M\89),3 \r\ 4\185E¶\ 2V!GgEÍ\8c9=3V\ 1ù(I8\1c\93U ¥g*\90D?Æ\v\80¡
+ëðp\86^ÄAì[Ô\93\80a\9bx\aåª\89\ 3\1cmÄs\1cÜÄÑ\88\ enN0 ÖYÖÕp\88\97\10C\1dv°Kc\1d\90ýhÂ~Ð\ 1ï\8a\87)GgUGÊ:;â¤J/\80Å~L/A\8ex\ 2\ erh-+¢ØhÄG\81\z\93\13ÌÌõ-Ìj^L°Õ2ìØê%\1c\92crãfîõ¤¹`      êÈ&Ìëô\98:\9b\8d©ó4Iñ\18Õ!âÈt\1dZ`<£7Ç\84è\94Ã\8aÊ\0\1d\99lEe@G\81tÇQ\v\8fôÂK\eºû$¦>ÀÝÞ³ @|J?\v\ ep·u\160;6+\18Z\1cïX\80V\81;¼§ç¦àn\16¿\8eWo'ñÐÙfa\81\9f×\81\rK(.ßwð\92Vhiðö(°ñ\ 5M@¿¥<xI\87÷ÜÞ¼\ 46=\94@\8a\92\ 48<;Á \bÅ\ 2\86¯"\ 3p\94~\85\8c\94ÐQ\81\16¸\8ahU#"[PægJ8"\1dð\903/P\0r^\1e&8\ 1\ 1[2vå½\19êy¼\9b]y\99N6è%W>\ f÷s+\9fÆ{|Ø\8c>ïpa`õ\ eRÚz½zù¼\8eMG0}\a»F\82\9f\97\ 1\99P{´4VO¹1r~EáçÏëA¸ñª\9f?ï(\9f/ÏToD\9f×\99EFIxôn±ÖÎ/c'«}¥!m\8f'Ó¯×*îéÛ­\b\12\9e\ 5}]g\ 2\1e¤¯·ndÜ\8ag\172Àç9\8a\85£äòøpôu½X\1c¹\1cè²\b\ e\9f Ã×K½3ðY\ e\14=wª­Ý£ \9fá¸
+Ó|\ 6\15Þ\ 4¶ÞÑ\96lãQÙ\82\9dóçå»\«2ït¸ÆÂÒëpã,\9dvTx\vü¼,¼í\ 2E\10\1e¿?\ 1\9aç\88óR\80{/{Ü\84¼\8e\87?\ 5¹\1d\8føâ#ÝKQÒ=*½ZPÚÐ\1dv\ 1»±\1doAòù´tÐçdà7\1c\17?\19i¾^\92]T\9fM\847J£\8b\1fÑìõ­\9b\90Ç×oL&hw:cÉ\fõ^ Dµ\v\17´zýÆêY \94\16\94 ¸îJ$£%eàØgé=\1c\ 3P<8\9eÀô0TÒQz\14*y@zè³t\9a\8czKÒ
+Ñ)ÓK\86Ó×\9b\98æGÉm.è¼u´0­ÈLC÷8Ë     Ò\1dG\ 3Sèµôþ¥\13°[\8fêO(L×ï\18'´w\8eÆ\95ÈëÈý\9aò,å\18Tq\91Ë\ 49\ 2ëá\9c\97ñ\ e,8Z8ÛÍÎò\9dL\1d<$dÀÆÖõR\ 16è½\fr{z\9dK  P|ò\83æ\12;Ó[»\94\81N_\7f2\90P¬${Í\1a\1aØ\85kTF\81¹t\89~N÷Ñ°Àè-§Jk8¥T\19ÀÜuF\154wÝ_VB\95ËÜu¢ÞjsçÉë¥öµ:­wÛí.©sßí&©wç\8cL¥±u\14 ­\16{\1e®WÙ'Qq\18\f\f\ 1\ 5&drz\89}\ 6¢\83\87\ 5~w¾\95øoïÎO\9aãxvn0òÜ`ºg\ 4\18Ö\9dóbw\ e\18\1a\89O¿\ 3\98 ËÒyö' z.\82îÐg÷g\18º¡<Tu\17ôu\a\8a\r\17/X\8eµä\8b¦;\8d"\1c\82¨\rðÀ\10tÇJûË+P¹è\9eÞ\8d-<:-íaÀeú\ eæ\15ä·\1cÄ+Ðsè\8dÔ\12\1c¬'\19\19>¢:ÀG\9e5\ 3l\1dy\9cu\ 5._\a\93\8b´ùtú5?ë=±íAA¯îMÚ±Á¡ô=;=\7f^FF"\8e\14edðð¦ê\93Ù/(Ú\92I\9b¬ëXëÌâP:ð[\9eþ{Ðr\80æbÖ.{Hp\1e\7f'í¢Ý}bx¡Á§ñ÷\8a    ´w/\8e\92\bö.\ 4\1d
+Ohóäh/ÁxK¿\aÈàÈ\94ÜÖ\19Ëî<±í        ACu¨ì ÓÒ±è\11¤    \9e70Èiyø»'1K"«E»\r§Õz|ж;r\ f\81\9c\96ã-jZP\96¤{-\98¢¢Æ©\8c:\1c\9d8zÅt\10Ó$2\1c¥\98\ e46"ÍEé=cíF\91²¾øT\9e\1c\979wB\e\86d#Ñë8~\11s\14L\83\90\vÂ\16ôB÷\11­]Î\90ò\88\8cF¶¹<%eãè\1d\86áiÍ(\8fQ\85çGAn\9e¡ÃÕï@\10*æx+´ \8f§W(\97\ 1}^.P.\ 3ÌO\1d@´hµ\fH\96ò3ºx\94\1eê°T\81 \98Î/\ e\1d\9e\fK\95¤a¹\14\87Þ\8fÚsW^¹´rÚ»\8e\9d{òê\95\95599\7f\\7f\970ÝG{\9e\8fËwG\vü¸Î\16Q+\ 3\e_oÁЧ֥\ eweM\1f\97ÝU¨\80LCmx=2\90½ãÊ6Ľ¿\8d»\97ô\99m¦õy\8ec/`õò\95­=\86¸\b_\87Bk\91Oóó¬[%Ú;\1dÄ/ÈcÈW¶\ 6cw\9a\9duªlÙ\1d}\850îÍÜi¿ÜÿþË\1f~üEø\b\1f¿ü\8fõ¸ÛÆ}lDwõ\7füò\ f[k츬¿V¦õßüæã\1fþç\9f>~ÿ»_ÿôÇ¿ýôO\1fÿúÏ¿øøó_ÿô\9bÿûë\9f~óñ¿ÿßÇ¿þûÏ¿ûýï?~õ\ f¿þÕ?~üâóãß\7f÷Ó\7fþô×\9f?þÛÇo\7fþùÏÿôã\8f\7fÿûß?\7fþíïþöùÇ\9f~þñWa\1aÿã¯ÿë\8fÿõã\9fÿ¶\8dûüíÏ\7føý?~üòÿüð/¿\g÷ÿ\ 1-ÖV=
+endstream
+endobj
+475 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1053 0 R
+/Name /Im446
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceË¡\r\80@\10DÑÙ\9c\18CÀâ(ã(\v\94F\eßQÆ\ 2koòÔ$_B\81Z1ZÐV::ÑCÜÄE36³\99Ìjvs\18LÖþpôý\99/äH'ä
+endstream
+endobj
+476 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1054 0 R
+/Name /Im447
+/Width 35
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8e±\11\800\f\ 3\9f£HÉ\b\8câÍ\82GË(\19\81\92Â\a\18y\ 1\9aWcKO\vÀ\1e\87h\93õ\.2\83mÐÙ\1d+\18\99Â\91\18\9d<\10îÄü\v}¨@¨Ò¬wmhRãÒ\90P©}\92/ö¼3\89
+endstream
+endobj
+477 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1055 0 R
+/Name /Im448
+/Width 25
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ce\8c!\ e\800\10\ 4·©hPg\11¤÷\11\ 2ßB ÎõYÔñ\8d:l%ªÇ\ 1\8a &ÙìlÖ5BÐM(íÂþ\90è
+&W\7fÜ=û\ 2J\19¤\82®\ 1=^\ 6\83Õ\9c\9eöÕ,+FÌX@R\11>Xg.\82±>{§\19\17Å\8f
+endstream
+endobj
+478 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1056 0 R
+/Name /Im449
+/Width 14
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³g`\aB>(\94\81\aV\ 66\12\16\12\ 5\12\ 52 øÀ\ 2\f\r\1e\14<Hxp ñ\802\83\1c\ 3\0\ f3
+endstream
+endobj
+479 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1057 0 R
+/Name /Im450
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÑÀÌÚÀÆÌÀÂÈÀ\ 3A\f\f|\f\fü\ f\18Ø\7f00þa`\90\ 1óù\18\1c\88\83!A\82á\82\ 2Cÿ\ 1\ 6\0û±\bý
+endstream
+endobj
+480 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1058 0 R
+/Name /Im451
+/Width 12
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³aàa\90\80B\ 3\ 6ã\ 6\9b\ 4\ 3\85\ 4\ 3\b<\90p Áá@B\832\83\1c\ 3\0\8dæ   \19
+endstream
+endobj
+481 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1059 0 R
+/Name /Im452
+/Width 18
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀÿÿ\a\0\13\ 5}
+endstream
+endobj
+482 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1060 0 R
+/Name /Im453
+/Width 9
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccaà\ 1C        \86ÿ\r\12\0
+\13\18\12\810\89!\85Á\82\ 1\0\ 4Ð
+endstream
+endobj
+483 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1061 0 R
+/Name /Im454
+/Width 14
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93c`cà\81B      \ 6É\ar\ 6\12\ 6\16\ 6\10\90\90\90\90\92p$áÄ\81\13\a
+\0s&
+\f
+endstream
+endobj
+484 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1062 0 R
+/Name /Im455
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃQ\r\80 \14\86Ñ_`\83\0cD0\82Ñn\14£\10É\ 6úmÞ³\9dw·g(\1a5\14|bÑdUçÉÅË\9bê!5æÀä\8bï\R¼¹i^ÿ\ f\82È\bã
+endstream
+endobj
+485 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1063 0 R
+/Name /Im456
+/Width 23
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã``\13\ 3"\ 5\ 66\ 5\ 6&\a â`r\90`j\90`\ 1!\ 3\9e\ 6\ 3\8e\ 3\ 6\12\a>\18üÿÿ¡~þ\83\ 3\f\0á\87\r¤
+endstream
+endobj
+486 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1064 0 R
+/Name /Im457
+/Width 3
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9csxàÀ\0\ 1\ e\ f\1c\0\13M\ 2Á
+endstream
+endobj
+487 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1065 0 R
+/Name /Im458
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿ\80áA\ 1ã\ 1    Æ\ 3<`ÄÇÜ\80\f20dÁÇ`ÀÇPÀÇð\80\8fñ\0\90ÿÿ\ f\ 3\0×\90\rü
+endstream
+endobj
+488 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1066 0 R
+/Name /Im459
+/Width 7
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccbá\90\100PHpp8\0\a\ e\ e      
+\ 6\ 2\12\1c,L\0\9f¸
+M
+endstream
+endobj
+489 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1067 0 R
+/Name /Im460
+/Width 6
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãà`\0\82\82\19\e\f\f\12R2
+\0\14s\ 3Å
+endstream
+endobj
+490 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1068 0 R
+/Name /Im461
+/Width 7
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ckpP0\10\90ààaaa\83\ 3\16\16\1e\ e    \ 1\ 3\ 5\87\ 6\0\ 2å
+endstream
+endobj
+491 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1069 0 R
+/Name /Im462
+/Width 18
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c;ÀÀð\81\81Á\82\81\81\8f\81\81½\81\81ñ\ 1\ 3C\ 5\ 3\83\f\90ÃÀÀ|\0\84ØÁÜ
+\90\14P\ 1\1fXq\ 1\ 3Ã\ 1\ 6tPÿ¿áÿÿ\ 3\0ì°\rµ
+endstream
+endobj
+492 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1070 0 R
+/Name /Im463
+/Width 12
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`þÀbÀÂÀÆÀÄÀÌÀØÀ|\80ç\80Ä\ 3\83\ 4\b8\0\ 4\ e\a\12\e\f\19ä\18\0å\1a\fÀ
+endstream
+endobj
+493 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1071 0 R
+/Name /Im464
+/Width 31
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿ¿\81Á\86ñ\ 1\83\ 5C\ 1\10\83 \r\10Ë\0y ,\aÇ\ fP1ã\ 1 .\ 4¶`n`¨\0â\ 2 þ\0Ä\ fØ\19\18\ f°307°3\80 \f\ 3\1fC\ 5Ãÿÿ\a\18\0m}\19&
+endstream
+endobj
+494 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1072 0 R
+/Name /Im465
+/Width 17
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM¡\r\80@\f@Ñß\\82\9eè\10È
+\86¹\11º\ 1\84¼Q:\ 6\12RÅËÃà\84+¤! Q'|³:<´\9bå`Uºb\8a×üï¤1v|`\93-x\ 1\ 3C\13\e
+endstream
+endobj
+495 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im318 331 0 R /Im209 218 0 R /Im319 332 0 R /Im203 212 0 R /Im320 333 0 R /Im204 213 0 R /Im202 211 0 R /Im209 218 0 R /Im203 212 0 R /Im201 210 0 R /Im211 220 0 R /Im320 333 0 R /Im209 218 0 R /Im321 334 0 R /Im321 334 0 R /Im204 213 0 R /Im205 214 0 R /Im209 218 0 R /Im208 217 0 R /Im322 335 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im272 283 0 R /Im342 355 0 R /Im343 356 0 R /Im357 372 0 R /Im343 356 0 R /Im355 368 0 R /Im226 235 0 R /Im231 240 0 R /Im216 225 0 R /Im222 231 0 R /Im217 226 0 R /Im228 237 0 R /Im227 236 0 R /Im221 230 0 R /Im219 228 0 R /Im278 289 0 R /Im216 225 0 R /Im297 308 0 R /Im228 237 0 R /Im227 236 0 R /Im393 410 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im128 135 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im124 131 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im107 114 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im256 265 0 R /Im389 406 0 R /Im258 267 0 R /Im335 348 0 R /Im335 348 0 R /Im243 252 0 R /Im256 265 0 R /Im260 269 0 R /Im240 249 0 R /Im243 252 0 R /Im335 348 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im242 251 0 R /Im243 252 0 R /Im255 264 0 R /Im257 266 0 R /Im389 406 0 R /Im397 414 0 R /Im243 252 0 R /Im240 249 0 R /Im241 250 0 R /Im466 497 0 R /Im241 250 0 R /Im239 248 0 R /Im260 269 0 R /Im281 292 0 R /Im389 406 0 R /Im258 267 0 R /Im335 348 0 R /Im240 249 0 R /Im243 252 0 R /Im239 248 0 R /Im335 348 0 R /Im281 292 0 R /Im243 252 0 R /Im256 265 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im347 360 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im248 257 0 R /Im124 131 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im127 134 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im124 131 0 R /Im128 135 0 R /Im347 360 0 R /Im95 102 0 R /Im106 113 0 R /Im127 134 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im245 254 0 R /Im113 120 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im332 345 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im101 108 0 R /Im246 255 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im106 113 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im111 118 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im117 124 0 R /Im93 100 0 R /Im93 100 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im112 119 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im253 262 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im107 114 0 R /Im96 103 0 R /Im126 133 0 R /Im103 110 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im74 81 0 R /Im347 360 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im248 257 0 R /Im124 131 0 R /Im253 262 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im96 103 0 R /Im114 121 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im105 112 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im253 262 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im98 105 0 R /Im115 122 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im95 102 0 R /Im99 106 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im357 372 0 R /Im343 356 0 R /Im357 372 0 R /Im252 261 0 R /Im231 240 0 R /Im231 240 0 R /Im224 233 0 R /Im232 241 0 R /Im216 225 0 R /Im232 241 0 R /Im221 230 0 R /Im283 294 0 R /Im224 233 0 R /Im233 242 0 R /Im216 225 0 R /Im228 237 0 R /Im226 235 0 R /Im216 225 0 R /Im227 236 0 R /Im218 227 0 R /Im222 231 0 R /Im300 311 0 R /Im119 126 0 R /Im98 105 0 R /Im106 113 0 R /Im99 106 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im74 81 0 R /Im128 135 0 R /Im119 126 0 R /Im347 360 0 R /Im95 102 0 R /Im106 113 0 R /Im127 134 0 R /Im127 134 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im103 110 0 R /Im97 104 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im124 131 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im74 81 0 R /Im384 401 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im253 262 0 R /Im101 108 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im107 114 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im98 105 0 R /Im93 100 0 R /Im102 109 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im113 120 0 R /Im123 130 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im74 81 0 R /Im342 355 0 R /Im343 356 0 R /Im357 372 0 R /Im343 356 0 R /Im419 440 0 R /Im283 294 0 R /Im374 389 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im130 137 0 R /Im99 106 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im128 135 0 R /Im92 99 0 R /Im130 137 0 R /Im293 304 0 R /Im294 305 0 R /Im133 140 0 R /Im97 104 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im100 107 0 R /Im93 100 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im124 131 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im109 116 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im107 114 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im123 130 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im99 106 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im130 137 0 R /Im110 117 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im139 146 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im107 114 0 R /Im130 137 0 R /Im110 117 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im118 125 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im120 127 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im103 110 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im130 137 0 R /Im99 106 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im116 123 0 R /Im96 103 0 R /Im106 113 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im106 113 0 R /Im93 100 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im124 131 0 R /Im96 103 0 R /Im96 103 0 R /Im111 118 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im130 137 0 R /Im110 117 0 R /Im112 119 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im74 81 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im130 137 0 R /Im99 106 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im97 104 0 R /Im93 100 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im253 262 0 R /Im101 108 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im124 131 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im253 262 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im93 100 0 R /Im101 108 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im108 115 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im113 120 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im124 131 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im97 104 0 R /Im115 122 0 R /Im102 109 0 R /Im93 100 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im74 81 0 R /Im122 129 0 R /Im93 100 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im113 120 0 R /Im123 130 0 R /Im105 112 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im106 113 0 R /Im99 106 0 R /Im123 130 0 R /Im253 262 0 R /Im101 108 0 R /Im106 113 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im116 123 0 R /Im126 133 0 R /Im96 103 0 R /Im106 113 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im134 141 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im253 262 0 R /Im101 108 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im111 118 0 R /Im106 113 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im126 133 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im124 131 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im109 116 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im121 128 0 R /Im108 115 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im98 105 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im106 113 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im115 122 0 R /Im99 106 0 R /Im98 105 0 R /Im100 107 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im108 115 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im124 131 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 496 0 R
+>>
+endobj
+496 0 obj
+<<
+/Length 1073 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I¯-=rÜþû\15oi/|»8\15\8b^\1a\0o\f\vê¥6v«eÉÖ¬6\ 4ÿ{\9f\92ïUUÄe$\v\8d\1epûã)\ e9\ 6\93\91ÿüÛ\9fÿøçßÂ\8f\7fûí\9f\7fË_e]~,_Ëbÿ¹~Õ¸ü¨ñ«,ùGÍá«ÕõÇ\1fþþ·ßý׿Oaûñ\9fÿñ·?ÿeüç\9f>\8fo¯_ÜêW\¯ããÒ®ãËWÜÐ÷[\86ß¿\8dGßßÿ\12\96å«m÷     ¤û\ fd8\81°T4\83×ÿsû\81vÛÁý/!ü\BM?g\90¯?P¿\1a^B\fp\ f£z\ 6!6í\10è&¦¢mbúÚ2ü\81\9cà\f\82¼\89ù%Gñ¶\89\ 1ü\0\ 2\ 5     \1d#ÙÄ5«\9b\18ñ\1eÔ\0g\0\96À~`S\7f\80lâV4I¼ïÁk÷_ÿ\19Zìrðë\ f\14y\13Û´$~f\10\97\15Îàf\8f\98\80\8e1E LX\90bÄÇx\13¤»E;\96\107p
+)\ 2e
+p      %!\93öÚZE\e÷S(     ÊA½í\ 1r
+û®\98SXÚ¯[\90oãÃW¾Làó\97\97 ×|\1f\7fÛ\81òµÜ\16°\7f\7f;\fây|©ê÷_NIú>[\7f[ÐúËM\rò׶@M^Ð\ 4b\ï\ePn"°\e\87`R¼l_Ké?\90n¦à¾\82ü\95Þ>e\ 1[\18Ãm\ 6ùkÙð\ f¬`\ fâ]\8fÊWÅ3Hè\10\1dbüZ¡\14\87\ fÄ\9b)¸KÑ1\83\f÷ Þf\90¾ÒM\fÞ§\90\ 3·S\88_yA¦ \14|
+Btt,¡dô\ 3õ¶\aT\ eVQ\ e¨_]7$\aM?Æ\8a7Q?ÆÚ´cD!æû\18_nñ®L©\ 1spÕ\85Ï\12^æp\1f¿¶\93A¿Ç&\9fùÞWP?\11æ>þç\ 2îæünM>÷\9f\9fÿeøÍ©ßÝÉ1|\ 3ÃÃ=4K_+ü|\vèóÀ\90àÙ·U\9a}øZ/{ßÞÞ-,\9fÐtÝÚWù9ý»ø°Ã\vËöìôBH\8f\8e/\ 4t\0èü°7\ fñç÷\7fñæwñå?°¡\1f¸\87\ 3ô\fRúZâí\f\12P »?|k`jÇ\16,¿h`¸\9f\ 1\93á\90\v\14b\10Ñ\90\r\1d\82¾\82Ã\10\ fW@'P´  Ð\1dXó35Þ\r¹¢Çt\ 2\13 ?°-Ú\ fÐ3ØÄ3 [°Á3\0[@Æ7|\ 6\82\14Ù\ f`[|3fñ+À\fï\95ËÁ\1f¸%'L\f÷üJ1fñk\83¾ô\95\91£-\ 4Ñ\0Y@@\8aÜäx&bcz\8bÌÙ\11Æ\88¤XñfÇúSÐd\90\11ÕÎ\9f`^DwtÏmÞ+ÈP\8bPzzÝÂc\ 5%~¼Áy\ 5\ 1dGd\ 5\ 5\86\ 4²)\8c+\92\f¨\10cSx\13b$\ 4ï\1d¨("\vw\9c\85JaEBà\90­<ó§±a[,ûÓ\bM!ò§×ñ\aÊr\0E{H±\85\9f+\0¹\19^A"\96P^AZ6I\8fî@Ó1>`\7f(\81\ 4û!¦(\1e"3%)áC\94MIJjd\8bMIJ\9bfJè
+2´ÆÀ\e`\7f\9a²\96\0)L%jRÈ,IZÑ\11è\96$­X\88dK\92V-¤¹§÷Çxh\89BÐ'°AC\0L\19\91ÁMSC$\83ï\1dlp\a£\9c\1eç\ 5{\13Y\ró¢\864X\ 6ò\82\83B9,ÍA=\ 22\81\bw Èam\8e\ 1a-V£\9c ÄqS#&Å9!-\0RLÏ0C\87¬/ <³\ 3¹\88v\809\93¼F5" Bô0=Ì$&ºùc\16Væºja%]A}\96Ýå\r\9f\ 1ðfD\b Ò\86\84\0\9b²Ü Èq7eL\ fË\ 2¥Pp\876^\vÌ\99\1a\16\98\1c:Ô°Àì\ eD4ì\f\v4eº),\11ãL\82;³»» Æµd\ 5   \9e\81\9c\1a\98\1aÖm.3¨Ç    Ôö½\1a3\19:®îÎãQ^\80óûmEÃo6\80  P\83_\97]±%5\97Åë\0\91)àùû²ø\85E\9c\0ý\81\0\7f\0¹r\1cÒ\87Ð\90üÜCz\8asÆö\89çÎ[ £å      ­\0¡åä\b,¥p\1f\81\8dG
+\80l(9\81\82¾ï° \1d(~EæßZ\10z\ 2k\96N\80%¶ÁR\8aË
+dG\1c\98Õ\ 2h\ 4¤-4\985H;À\1cyhÐ
+É'\10\97eR\a\få-ª\16\93  \ 4m\ 3(<\14ð ÈÑd\8c\9a!\n\95L\9f¿Ä\98?·~§ñ\15\142\91"\1ehE½z\81\1eAF\9eÄ\ 3ñåy%xC|¥<sä\1d%\9dõäqER¨_\99źh+ \13¨P\ru\9c\18Æ"ðÂ\89L`Ó,)Åú7lIåp6BC\ 4/\9c\18È©\86c\ 4`[à\11ÈàJ
\11P\840@!¼Et|\ 28\9e\ 5\13 \b_\8c\92\13\88¢)å -\f\88äë\9a\94Ú'¯¾8\13Ù\9dw\90u,\84\ 4ä,È\19@p\83lAÑ\f\ 1\1d\ fM¡nHÒ*\9e!\95â
+Ý¡\8esW\18Ôê8wÏê\ 61åÝ\1f\7fôbGy?þødË\179$J83Ó\r\11±\84:B\87-¡¼\80¼ [®«á\ eÒ\8ajH\0¶(\9aR\8aoEhJAD\82\9c \10ëø\Ò¾O7 ao*\a49§Gî<ÃÔÐqß\96˳\88*¯bDE\95\0\1a2½z#\8bv\8c¥\96\19Ú1xgJvpS3;²\0\92\8e\90® ¡pÀ±\82"GdX\v\v\8eÈd-,0"Óµ°À\80\f\98!æJJh\9a+aB\`D¥ßµ\14\1c©]\11\r\19\13\ 1\83h×:å
+\r]9\ f\97go·\1cçá·É³Ý·Â\91ópyó\ra=\rw\84\82Á \95ó÷uhÇ \95Éù\87\80\ eϳ\80°I\v U\94\11\9d\1f\8cEïõø\9fZÜÏë¢ó\ fÄUðbö.#\81\15¤\ 4r2\82\ f¦\rÍàþ<çþ.Ã0ÚÏó\9aË\ f\14PõpµAÇ\ f\94\0f\90\85\95ý@CK(r!ç\ eÒÞ\97\90\92\11\aà\a8J\våÀq
+\15-\ 1\9c\ 2\95Ä
+åà.\89ô\14\ 2\97 ã+{A°´\aô\14ZRO\81,¡­ª áM\8c\v\12\89h  o¨tÉè\a6\1dë]°:\v7ÿ\866Gí\14(N\17¡(£÷zø±[\8cø\14@\ 1
+6({Y°hPHQmB\92\98\10ÎÄð椪3\96Ä\98ñ1\ 2¿@6±ÀMÌB}ÿööÖ/¡ýªï\1fX\7f\89\f_9\8b<\83\15/á6\ 3ôîô\ 3Y\1f\ f]N3x\9d\8d¬\8dªI£Ú¸Au¾k#\95Ä\r©³ÃµÅ\ 6µQwm±É\9e  Ï a\8b¤\9bõ´TM\17\98\1c¤\10U9`°µ¸\aL\ e\126iºUNQ¶\aؽ§(\ 6Y\1cx.Ç&\9e"Uý\9d@//\1e$J\14¶Í8T\96ß  tàz2YHEÌvè!Z-À YãÀ7Ì\15eÀ)õTu\1d]á±\1fØÔ\1f +ØÐ\16:pã\rî ~\ 20aÕËIR\832\f\18l\r¿/\0÷K/.¾\9b\ 1t\91\8e     =rø\99/ÿòz6ë\90a\84h\87\8eÛG-a稷¦B\1cu\16\8d\b¯MF:èªM\86" d\b\9f°*çõ+-7g\96\857wV\9c\8cÌ ¬Ke¸w\930\ fZ_¾Â\1d\90k²:l}9Cýê£B!rÀÖ\b2qlÀ¦Y\11º\ 1\rÊ ^ØX\16\r\95É\1a\bª\8a\15$]DP/«\8d\9a\1d§°wD'\0c  RÚ\9c4;È\94°\83Î#%d\8føë\11Ö\97ô=\8f\ 2ó\ 4õø~)ß;\ 2\eûøïU\b\8b°iÀi8\90`&AöLè<\1e \10!QX\8e\9b§Óú\ 1\v\ 3­ë´\8b\9bÓ\f\92~\80!,\9fxú|\82\ e\16\ 6S¢WX:ÇÂ`WÐ\97C\90\91\9e\10\v\12\ 2\9d\83À®n.\13Ð\19\0\12\12\ 3GupBb¨\87s½:ù<^®&2B¡á\ 6PÀÒR\92ó\ 4ä\eÜP\90\14\83ûO\8e[C\11p\0çØ\10È\97ðFÓw\99\80~\ 1\ eÈ\9e `K(?R0:£¡)ä4\16H\88ô¬2´òh\aã"
+1­\ e6\80èô\ 3\8eêà\0'à¨\ e\ eX\bõêà¨Ù!º\85\11O@ÇÜ\132åº\fìxõ\9c\f|Lã^\1e\9dßáÌrJJäx \16è\8b\1c5ò¥¢\1d\90\91\85¸B5\96\1fëÅ\15}\1fT´Q\19¨0¤AÎð\1aÒ|\ 2\8ah¼d§\80\9b\101g\10¡%s\14ÃÄ\83hq$E\1cjƦ\108\ 3r\b\rë\91^_¼ \7f*±"\1d\95\95öúû¢\b²)è\15Ò³1Q²'_\97\1fÐë{¡1óÀ\9cÐ\9aÝ\8d\11¥â\80Q\9dC\ eSÖb\ 2Îc\81¶ÐQ¥^°"I8ë\ai\16Ó#Î#\ 1ãB\19!I0,ÓËÒ\124f¨,\89UXckªs¡l0(Ò¡ò\1e\95\r\93+\86\1e\99\88\0±\852\15HƦì\ eTR\94)àôPG:\ 3
\91\1a1"\8c\87\96,?µd\9dÈb2¿Ì     î\80þý\8c\8f@\8e\8ar\86\13Щ@pX¦;ÔL\12L½Ê{Õb
+\86Óä\9e ¦¹\17ü\1dm\9e\8cís\15C
+ÎC\ 1-\89þÔ\ 1&\98\8e\8eµ\rL!µ\ 3$*\93\8dyY4\7fÎ^Á÷"ëó
+î¯àYDR\ 2>C½L<BC¢\97\89G\98Ýèeâ¢!£x94d\ e\9b罬iâêÝ@\9aÓpG\99®½38\7f^.3ÞÐçýUÒ³³oM\9a=%\r_Ð÷uá     öVê<^\a\98BEãu\9aÕ\b\85G\8eCBDß\87ö\87°h\18N\9dã\1cÇæ\8e3¿±þó\fôG\9b!Ã-\90\83A£¾¿N@~rØ\81âWD2Ic\ 1\13\91¬³Bd¼õèû0¥b|Ç\ 1þ\80~[b~xp\86|\ 2H\r=\84ËæÈÏbì ½6G>©È\11\e"ùùy\84\86ÈÃca$\9f\93G\10¡%\93&p \±h\86\80BlQ;\ 2º\82\84vÀC¶\9b\97G¾°ó\15\8f\9c!=Ã\ 2' CÝeÞ\90\86£ªEì\a¶gj\18+T#]\r+ôçú        lðûrV\1c7(Ãò­k\84ñ\94þìµ³h\9cÇëÏ÷E36¤\1a¾¨\80\8eoÆgál'±\18l Å¶\92¦\82÷\12¶å\1d\9fôRâ\¾¶öS\ 3ä;×^J<\8aè8«\8a\0¡©ÅV\fÑÔ2\16\ e5¦&ød\8fÇ&\8dH\12ã1N¢!ºB\ eñjG@\85¸B_®[\81
\0\10\81\ 1Â<i\85\13\ e\au.\9e\86ãQùÚ}G\98ß×î§\1fЯÝ\8fV¡k:Ó\9bÊ·îfÅÓ\80#wÈÎ\98æ(n{Z\9cÜ\14·ö\ 3\9b4\ 1\9a\97\1a>\9e¾g)¦\v0|ü²\0!\12±Ä\1a\1d¡N0Û˯Ò÷\ 4³Ã¬6\r(zé\ 42ÜA\19×\v\ 6o_& \93þ[?¶õå\11§°Ñ^?\95&)r{\ 1ÕP\bI      [Eg Ç\ 2½~jð}z\84G\93ÓËxù®¶W?\8d6\90"\eF\ 1\12\a\14¿Ã¬x¨\ 5,«EZä¨@\8b\8bfGh<½ ;âHé\ 2^\80\1c\10GbÈ@\15"YABzì`øLÈ\15è\1d\ 5cþ¹\ 3SMéö׺\8a\16Ð\94ª@K¬#+Et%4'\á\ 4ô\9cpÕ\Qx7âüuüQ\80V\8f÷\91éô*¦èZ\bí\98#\9eíYñ@\v©\16áxJ¯ù\88\rZr\1d\18i«$\83\94TΨ\vξðÎ\ 4Äßùj®\8cFÔØ\ eÝÛôòÒ)4\ 1\10\8fðÊ'õ\bX\ f¡ª\86\13$)J³ÞÜòÚå\93\99\9fwÀñÈ7«!!{ä\8b\8fÀñÈ\17:CG\v\1f\1cO8Zøh\ 1\11E\87*NKô#°×iÃ\88\8aìà\ 6ÕPßAh\87<;Ø /\90w0/x\ 2úû¾°<ÚÁþÊv°\83¼p
+\ 6dzá\144CÐ\8e1rJÑ\19ÒwÊÆJuú\ 1Ç;åÔP@åx§\8c3Cý\9drÖbbz\ 48 Ó«\86
+\8e\ 6ôwÊ+Lm\1dï\94qb©¿S®Ëç\9dòÉ\97yÞ)cC\88^Øá\98ðµ1Ïb¼a=\92¯zr\13á\ 1:\83\86\15Q.\9f+\18$\93\8a\11ì\8dV@'\10´        p\82\14ñ  ´G\0C\7fj<\ 2\18(ÁåÃä´?\15\1e\1e!\1e_ãgýa®{\85ÁäáL¯)\172\eAåx<)~
+\8f¦ßQâó÷õ\87E\9db2xY~\r¥E\13Ð\1f\16u\94ø²\81:LlÏ|Ã\80â\95?óÝà\ fè[h\14\93î3´ñh\ 2\ e\9c:Wéûü\95m\84\e\0@ZöÎ\17É\90Ã\88õ.Bn!üI/)i\ 1\87y\91\1aë\ fJz·øð=Ï1\7fe\8b´@\ f\89Ã\ 6EH/ kÐ\8cé\8dU#´Cú{\90^;5kGw\94VQ\ 2\84­\80\8eqÆòl\ 2      ï\80^xcÔ=aØ\83\87\932*g8l"42¤\14c\84\86H¿³Þ»\10=1\84q\85Îôn\b©\14¯Ð\999\9eùV-\1cà­Ú±7\95:ê}`ZèMõ®\9e\11Z2àÏ©\18ÛÅÿH\8c\84C"½#\Z 7rà¬8&Ô\9f¨\ 6¬Hz\v\9aø,"I0$ÒKÒû\13ס;#0iÂB¤Ë@\96e`ðÆõò\ 3rf\9ad[4èÕ~\1eï\0z±;Ñaʪytº\83\15O@\87º¡)rìÀ\86£R]\8b¦s3\e\ f\83:\9d\88nQ#
+öÀT¶C\f(FvH¯?é@íH\v\94D_@Q¾\84-©\\7fÒ\91Ú\81\16\15i\81\ 3hÍZ`O7@ÍíØã Þ\ 5(\f[ì2:Dè\vôG«v\ 2\14)\86©\9dô6È`Òü(ªÌ\eZ\80£\84§wñ   \93=v;¡â@\8f)H¹\88Î\90\82\8c\18d\92¯+Ê\ 2µ@o¢\13ð\ 2ä\12\9eB²Ã\9b%c7FÅ8ûO?p¿1b%8V=±Ô¹
+\9cv ¤Ë\1c¥gûùù\99ú\9b`\ 2´\9cù(u\8cÎjÀ\969FÏ`d\ f\83\ 5°»\96\1d¥ü\1c_\9c»kéŬ£\1d \10\93'h\8f\b&ɱ\83¹ÒÑ\ fÐ-0xa\19\90\92~\87s\82CÔqÚ¢)\ 1\15Â\82¾ïÈëÂ\8a¤ÐA9\12,&_¾§eål\80ø\bt)Üà\ 4ôÛ\82\rê±¾\ 1\rï þÖÙÊòÏR¬\87\9cõ2\ 3\9d\bÍ|Ù¬-\8c\ 1\19S\ 5\9e°zÖõS\ 4u\9e\0*\82"[@l\99ÞsÃ\88UG§H\7f Á-\10àr\e\9fg·À\9e\89\ 6Õ\18\ e°Òá!²\8a\bÂë\ eÃZ\8b\ 5ü¡*\92c\aZ¼â\98\0 Å¤*z\85[(P<\1f;P¡\14z Nh\fåÄ"nh\ 2wcÊ2\9bØÐ÷\1d50\11\86u\8eì¸C­î°Ì\9eªbC Üú\1c\8dgìöùõCSôG\9d\8f\ 2\8atFä\ e\1cHgD\ eÑÕp=\89q!¡ÂKP\8d]\15±Ê÷ùSUø}Ù\97$b\bu*½\92§\ 3ëÏ\ 4 7¼ßùÐ\15\18R;­\85Ø\10Þd\98¾\944²ýÓø{núÒ\14øR2Õ\ 6v0$\1dh\15\r!\7f+
+\r¡þÔ1\11C¨Sñ\91\ 4WG¹\96gñ@\86   ®Äìj?\80M±Ü)9[§äsH¤wJÎÐ\14ê Oïø>\9b\96ï\93¶<CS긵êU½\97\1fÐ\9bÖ\17dJ\1ch5´e\8e# 1\9d\8eµ®Ð\eèzH\12\\1d/ßÔÌ\82ÕÔ\8ajıZ8\ 1\1dnop\ae%($¿\953ìÎF8\9ba\17b\89ä3(\11\e\ 299ë5±\93\19öÞ~çQ\86]`~ëÈ°K\12#{ö\ 3dzéÒ¼]\1f>\v8R«Ëp\99\ 2çxkx\19.\9b¡\ 3,?\ fw8ã£\18îòy\9døà à¹~_oú±|BÒË\ 4ô¦\1fG\ 1Ëu\ 2ò;»\10à\ eè\8d_\ e\r\9c\9f@T%à{´|´\83,¯4´¼´IZ]«é\1dÉ\10\aË\91\ 2z\90Ú\8cd@!¯øÙzg·a\97  Üm\18\15i\81®ÄaE"à!P©H\b\95\aÃ\87\fÔM\93\ 1\ e\96'I\b)}Ç\86\11\ e\86£\0\ 3,¤·ní¥åïCz\8aP-h\ 2\ e\92ö\18\1e
+\81aÕc! \18_\84\96Pÿ~\82\8eTÿ~B¾Lï¥\18\89\1d\91µ æ\87Z°s7<Ñ\ 2Ã\99§µÀ\8arýG`81\96A½4ýÀGF;@\81n9\1cb8ó&:C²\ 10\1eòT57m\ 3Fmk\86ÎpD½0ë\8dS\90½1a>èfh²\99a\8a(¢öÔ£F-\1eà81\14\85KJðû2\7fHR\r\19§$\84\96ÔAIXÔ#d0-\f\88t!\E\11 ì\17kÓB:^\12¬93>\1e\86\ 3ú\95\9f\95\ 4\8f,!\15B\18Q9¨Q\eü¾\10\r\18wĪ\9d\0E\87\16\18ÓêO¾\17Q\86\84è\8dé
+\82\96\99q\94\18Ê £Ã;\8c\ 6ä7FY¶£¬g\ e´£7\11âÔ\13í\88É¿ï&\89à¹=H?\9eK\97õ×:Ä\97\8e\ f_ùÂ{ðùË+)ªù>þ¶þòµÜ:\13ïß7\r>\8f/·ócßßê³ï\1fWEÃﯷý·ÆÈh\ 2±Ü6°|\95[@ýk_ã²þZP\1dÓÍ\8fÐ\1f0\r\18ÿÀu\v\f\1ci`\ fâ½ð¡|UüÚõ¸(¹üÀ½\15#}.\9b\91\14Äpó$t\ 6yÕf\90¾\12®\ 3;\bL®{pÛÄ\ 6Lù[\ e\8eÆM\97\1fØ\ 4A4x\ 2î\ 1:\85»\1c|\8a\ 1+\9a\ 1ê°Í\1e-gí\14î\1c(öj\19\v\92\14ÔÕ\ 3 \0Êt§4cK\88KT\ 5        \9f\82Uã]g\0\92«ka¶\ 1\fP\90\ 2Ø\ 3ö\ 3\e:Æ;Ñð]\17¬\9a\ eÍ -\12\83Ç~
+\16Õ\953\95\8e\ÂaQ]ù\9eI\872plèózz}<ϸ|^®êmhõú\95éQ9p\19®c\84\8b6{~×ÐàîÝ\ e\9fÅ\13!|\8a?Î?p\8f'Â×zYÿ§-ï\ eõ¿ÇçöK[Þp·\ 1\82\89ïHü\18\99\96Ñ<ï?ð-\99\16µ\83\16\92\9dÏ@nî\1c\12>\ 3ðDé¾\82÷\16ä\82~àn\84è\ f\14¨Â÷\1f¸7W6°}ébøs\ f#J,Ø\ f\14ô\ 3\15Ä\95D\8eêòI\8dÎr\84¼\19\83ë\ f3\94\a\9c\83#\88vlàN\abÄ9<\90\18y\1aÝWÉ\94ðÊv$\85\ e¨;Àý\93\1fêÅ\0µ@\7f¨÷\8a\e\1eÙR£Y\1eÚR\8a\95\9b!\19\89 ]\ 1´$\ e®í\8cDÐõ\9d\913vpm\17(\ 3:×v\812ààÚ>\9eÍ_\7f@\7fÜ\80£!O£{\14\11¸\98\96U;ÄÊÒ¡\1d\92{áE³CcCÊ\1a\18A!Ò\1fî/ø\b\82\ 5\ 6eBVaü\e(¢u¼\fH\11\1e¡\83¿\ 3\86ÔòË\80\84-\99þ2ÀªÂ\87¦\90£í\9a3àp?<\ 2ÇË\0³D#)¦+(ð\fdw¼\97uϹã\9fh=:CùÖ-UèÏ\1d\1d|°)Õ[\18mp\ 2²\1dI\re\ 6\1e¦f,C\8e¢l-7dpÿN´ü\8ei/Gè\0ËÓ£\88&\aQ\8d9Z.\86\a 3\92Á\81\1c¡7Õ_WX\8fûiKfUá³v g(Åz\7fò\1e\92-s\ f·\8d«Yø\ 1²\82¢E¥\9c\ 1D\vHF-êý¾ÄÆkߧWN\15®ÿf\87è\95Í\96$\88\85u"Ë\r*¡Þ\8a\80Ìa\bË\ 2wP®\88\8dY+Ppj¨_þ[Iø¬\12\97X\1e\19â\92 \11ÐKÚ\13veÞ\ 6õ%\8d\bTðú\r[Iß\13È°¬Ì2\924`Oa\9f·@`ðyÚ\8ao\83\9f\97¥',ðû\8e\82p<\ 1\99c;\ 4´\81\8e\83Èë:\ 1½\966j;@±)KH&NðC>b\ 2\ 2£?`ùÈø\aX=5ÚB\aóE\81\1a¨\9f@\81ß×\19pVíû¼\9c\e~_\7f\12\rл9V¬D\ e\8ed$Ã\1eú\96MÔ"º\87\r\9aQ\1d\1d³ê\9fÑ\ 4(¾¸\1c\béy\ 2z%j\80j¬ã\9b\ 1\9d¡£µ76C:D\1dá÷uÎ\8a\84\ eÐÁ¨¸·\97W\ e\80n\80Ý\14\r6\80ò\96\94¬\99A\8an®X\ 4å§Öq\85®L¯Æ^EgNáÕ
+eH6#\11ÆB\1eÞ\92MS"zO²Á\1dp<ªhH\88\ø*\12\ 2G%ë\82' ¿×·[ïa@F\90¥ðÌ\10§(\1abÞI\ fN@\a\17Ó|Düi¤·iv\80þ@\16\r      ]A\812¤£\93\84¼\1a[\93aúýUû>ïï\ e¿\7f\13AÞG\ f\a#\8e>zZ,@/I\1a2cà\92\84\93nh:Àk\99±\12êt\v\8b¸\85\1c^\85\93\ 5ÀpÈ\91Õ÷bèÉx,Çg2\90aZç\90\81\f\ 3*\87\fdQ\ 68:[\1f\ 5dYLë(4W\1eb\13y}\18\92æ£åÄô\ e`lH\17\81\r*\91\8eîn(\16\0mqy\17\95\f,\84ò{ÿ\82ñ%ù\8e£@|ÉA¯\1c4_ÄÇkØ\0\85w#4#z^[¢\ 6Îpx\15\871$iBÌ\\91Á³q@üÃ$ÀR\8a8ÇZcøl\1c\10¦P¾\8e\8a>/»¡£ÏÂe¸ì\85,\8e8Ï^wB\9d¯#\8eè^\18Ý\ 6\9c\80ÞNv/â}_\10\9d~@¿ ²í\ f§7Yúý\90\19Àóx\a:l\ 60\8c\9eV²"è£\ 4>\8cÞ\84\11|Ýjð/\v\90\v÷ú\9b\9c0Kõ`\16,̽Ë\v\96\ f\86Á»<º\ 5 \1e\81ì\ 2BB[è¸aHP\ 6õ½Nx\12\86\ f\vÉ\f\8a(Åô\f­\ 6\85ô\f-#¼L@'½©Ú\19Ð&~\15
+\91^@Û\11ò\81\14Ó
\86ÎPç\12í\15Ì\93v ¿\ 6\1aÛ\81A     ôå\atp0h\96\90w!\14e\88Ò:¿2ÂwÉÑE\ 6ä30nîYK\16¡!ò\0Ä\ 6MM:\93x\10Ò\8eÕ\981s£ï;®\89¬\8b¡`\88\88\14®Ð\99è·<+²Åúuy/\81¾,@¿&©Ú\11²x(nÇ\9b¤Óx=\1e²\16\82Ó\ 1Q¯`\9e\8d\88:cÉP\881\89b',    ù{\12EÎX\82W Cì8¢Ñé2zD3Ëx\92à!:V\90 %Óo)ì1\86ß\16\1f?\90¡;Õ!fh\89\1c\10sy\16O$h\87\1c\17Mi\15Õ\88bÔ5\8b\ 1\ 1\ 3ÙÑ\11:*\90afå©@ÆÎÐ\8f\91Ojaçû\18i!\87¸ñ
+dl«\970\ f\8e\90ö\9f\v²%$øbÔ´\90\11g62óÒ^@¬í\0\ 183\8c)u\88\98ÒÁ
+\r\r©Î
+]°!u´\0T½)\83¸Õ¼\86hQ\852è(Áî\89Õð\aÈ
+6hÈ\1c¬Ðp\aõ\13hðû²++8\1e\92]YY\9e\19ò\8ePO\8ap\81Ñ\90\83[¾@\80G\7fÔW"Ü\0\89öçS\80\f\8dÀ\1d$\1d\15\10/ij\ 3\r\9a8\rw\98\0\ 3¸Ï\9f\97yBL}ÎÃõúã#\f9\ f\97q\89\86¾î\80%¬}âõ\aôÒG»é\1en\1f\ 1f¬þø<^'\13\8eË\a\958/ÀA&\1c\91ü8àÉ\88\8f@\87¸M\7f\86;H\8eÐr\81óx\1d\9a³\`p\ 2\1c\1dEß÷ÔÀ\17¨Bz\rü
+OPo]¸â\13Ô/Yêñ
+çô\ 3¨ËÍ\9d8ì}G°-À\b¤M\17¡\rî\80\83ß!HV\88\91\ f\8e\94\90££Ð\a\8f\9fÉp§Z\9a\95á^~<8\ 1\8amF<\ 19\8cÛÁQí\b\19¸\8a¬\90\v\Õ´\98\83£ª\f\13¾®\ 2ý¸\8eN\97òÈ\13÷òåYW\1cW,\ 22\7fd\\9b¸\ 2R=\¡+\96\9fµwlÖíÈÖ\8eÍJJÈ»\16"\11pu-\84\9f¥/P\ 6\1dô\14X    uX\fÛ1ÇËþ\0µX§Ñ\8d\9a\fñògt\ 2\1eX+=3#\9d]bÒ\8cìì\12OÌH\82fÌaFRA'à0#{×Á'fÄ\9a\ e\8eD\807-Ô\94\90#»ð\ 4õòo\98P:\98\98·ü,\18êÐðø\ 4\19\97´\96\11ph\18+¡l\ 52\ eçt&åE\8bè)¦µhV\8cbZ8)\ 5\eÈ\80]\1c\vÈ\19ÅÎm¡d\14ô]\7f\82VÄñ®?=´Ã9Ã-\94\83\81\8cí îÉr©\939\8d!Ã8\1a\11JV¬c!\ 4¦tª§\f\r\99d\a\f\6C\12ç.J{\ 1õ()\18VP\8f\96@-AÃ3Ð9VpH''f\85\0drb¶ãËO\12³\ 2m\91£ýj\81©©ãyt\89"FÈ
+ðz\rõå\adþÊ"\ 6u\ 3\84yg;y\800\9f\87û\11æËçu\16â\86\86ËWLÇýLnË$¿ÁQ\82\0A\97\16´\7f\ e~\83\0÷OGÇ\ 2ü¾\ e°ÆEúþ\ba\1e\89ߨ\80v,¾dÿ\8f\ 2ÚY\ 12\ eá¡\0P\80¶ \ 3ôt­<\1a©_V ßô\87ã)Ôe\ 5÷\9b~ZB¼¢-t¼¢\bµ 3\90Cz£¨\18Ë c ÎÒ÷yÃ@q\ 38Ä\Ä#d\b1RBé-Ö\19"¾®@g_\rH\r=ì«\ 1ê¡Î¾*Ú¡û\11\1cµ\8bf\87¶i\ ea(D:ÇF\82\9eL\87ç2R"G\ 3é\98«f\a8  ±fÊ9Å\ 4\94bGÓÉ\15Ú\11GÃ@èKd_\10+´¤z4\1179\1c!+\98\ e\87\f$\86Bìf¨\98\8d&¬~w6\9aH\ 1~\1ft9\8a\97ï\7f~q\87\88wh!·_\9b¨Çâ¨ÿÅá08A\ 2±F¸\ 3\1a\95p\ 6blÈu\88\1d\90\8b&¬ãàH\86è\11\b\18¾´Sd|\84\e\89»B¤\ 2Ã\ 1ÔÛ\86\9c!¶c:\rõ\8a¬\0¸ê\195\f\1c«1\11b\9cÔé\r\ f7íûT\ 4\1aö$7h\86u`N-\1f"°|ß\81\99\83¼\9a\b\1f4\84.\ eeè     ô
\0£\ 1G\ 5s\94\r      Á(\ f\92\8cÙ¼&'\98\9a;*\98\93\16N\8cH2\86RÈ+\90q^¡\13\9d\14dJ\1dO)2\ eéô-Xqr+ED\1f\9c\18&&\ e¤»jaù\88\84xZ\91\ 6BãÉÏ\94ò¶i¦hij1­É\ 5g\97º&ïÈä\13M.\8b\88PP\88\14\ e\9c\e\8e·\b\18Í÷eÈãì\96ÔQÃäÔÑìÍ@â:Ç{vܵì\ 5ýS\89\91)Ñx<A\89·Éé\7f\86·\84\86˾ø¨C¾\f×!ÖEû<\85H\17¸z½O\9bå4çñ:º\15?\ 5\94\97ñ:ÍDDß÷ÔqGt\0\9e:nS\9fÁ    Ò"Ú\84' ¤$\9fCÝË\98ßNà¬\0z<\1a2\94A\1d&/P\ 6õ:è\15\19\10O\1d´\81Ì\83#à$\ fÐ\82Éõ{\1d£\9e\15\81£«Ëu\ 3ä\ eà\1d¤¾ü\80\8e²7¸\ 3:ÊÞà\ eèèÜQÿ7ÚAZÀ¸@%rð¯B;æ¡q\8eQ4d\ 4 \8dP\86eC\1c±\19Ò«xS{d\88­ÍÝ´!î\10ó¬!6\8e\87±+%;ppÍ\8cv\80\ 2´\86¬Ì\ 6\16i\ 2ô\9eE5#t\a¡\19Ñ\83\91\88C)9\18\898\96\12²\19C\88¡\15Ñ\9f¶/0\98\91\1dY
+\ f\1dY
+\9a#£ØVDfØ\91R'\12\ré[\98 #ÐkH3\96a¹î)e¼\ 5\82\1d²\1f@B\fÓ!ò\ 3\ 5ÿ\80¾\87k\12\r\11AXW¨\86:ÂZ¡\1a
+T1\a@úÊè\1e\ 5¤     Û!½\16\1eÚ!\aÛO\82\86È\ 1®%\98ÖyÀ5l\8at\ 6Ö\80\87\81µ\aD\93\f¬Ö¦NPD\86ñB)лÌA[¦¿I±.u#)ä]îà\11Ê1u\86\89¡^µ\90{DVGU\vß7©\9b\ eh\8cdbt\82\1c!Æ1¥^\86\v-¡£ò$ãÌPo\95
+\1c­\12IL§\97ñn\9a\84ì\r«±\9cZv\84\85¼\8e\18Ûb\99±`S*Ã\e;\13ó\9c;>7Ê»\9ab½Ó_\84;¨#ÔzTHv\0[B\99j ¤ú~ØsÕ\ 2\99jÀ´p\1dq\19\7f_\86¼ÖïÃ\81Q\19òú=\171\ 5\98\e\1aî.C^×\87eÈã\1f øÞñ¸Ò¿\0Ã\88\174Þ_\86<ÜÿA\19òàûÃ2ä\81øQ\96\83ø¡\92>\8fwSIï\94O¿Ú\ f/\95ôe¼Î\93Ó\ 5¨|Ï\93ù¸#\9c\80.\80f\81Ë\88r\8eqQ\178\ 1\a\17õ\11G\94i.ê\84¶ÐÁE½Á\158¸¨Ñ\19x¸¨Ñ\16z¸¨\9b&\84\9c\8b\1aK±~ÓTVI\888ÙIФxÄE-¨\ 1k\17\89÷P¯E¯â\1e\8eÚ5^öÐqÑ\ 1M\99\86O}º5Ú\1e\ e\19L\a\17\r\93+06ê¡"R2è¥}b¡ó\ fÜc!N\98\ 25ÙA¸²Â\15è¥Ü\11n¡pSatØÐ\96éÏ;ûUG\19ñ®ñ«\ eÅ\18ÓË&l\8a\1cl\19\ 5\9b\129©³\96\91#\19àtØØ\9d\b!íñ"Â2ó\91Cäåøð\f\1cåøU²æ#Ê\94ë\19ê]C7´\85\9ejzdJ!ÐÍ.Kà\ eê ë\82ì\80\ 3d\r(*ô\10\8eÀ¨L\17â^\r?:BÎx\ 2ãZ}\ 2Ð\ e¹.K\9a\8cr\ 5\9a\ 1\19\9aI\19\8a\90\83ð\ 4º"ýADÁá\80\:\97`H¥\ 3\13{ÃGÉ\19s2k´\ 2ÏMÅS%Ú \16ëMKarèhZÚ­Ð,\rï"Ft\14d\ e0\1cqP\96À\1dÔ\8béq8¤ßÔDíûü\9aB\rǾ',\11<!©¥ïVhÀ\ 6N!æ\82\1c\12g\98\9a9¸¨W-5\1cñ\8d\8cE\88\ST\1c\92;¨¨5-fvp\7fØú()ÉMõåØ\93\15\f1ÉÉýÎeý\ 4!*$\98\91«\97
+ÌÊ\1cäa;Ù\88\ 2\81\11&ù¶Ò¨Ffc\81\82\83\f\17\f0ÉäaõÓc)çIî0+áÌ\93ÔavG\90ç\98ÃÌ\8dçIâ0{Ô\96çxÃ,
+Ès´a­¢áú\ 5\81\ 1Ä\83ÍãøðQD\9e¿g
\17\14h÷õ\17\14!¢ùú/V\ 3\8e\8eÏQ.Ò\8bÐó\884\8cì`Ú¤\1d¤\vÈèû\8eÒÃ\90\91\b9:|uª\94Ë\ fè\87¸â\1fpT¡C)\92+nB5!\18\90\8eñ2v8\ 1\1d£ß°\14
+ÏÑ\8e\8b®­|.ºN? _t\ 5ÃDÎ\13\b\15ðn\85È\rèW]\9d+e¤È\9cê\ 4\9e¡\83kE\9c\0ŵìeí¤-\8dIs\84t\ 3\f\9c\1dº""\ 2Y¶Åß÷\1a\9c5¥{\19º²\81\1c\1cÆ\96ð\16\8a\8eø´Ç"\94ðK\82\15jaÒ»5®0\1cÐÑéúÐ\12GbÈ\1cànyä\ e#\fÇ\1cþ<â\80LïÖØ6É\12£\9c~·Íõ\90áðkÅBÊ7C\1c¾ò¥1Ãç/uûªù>þv\0¨±Ãþ}\8b¦Ïã\vàjÁßߪö}¶þ¶\80õçp\13\80\ 6²\91·'[*ø\81¸\81 ,¸op8v0\86¯¥õ\15 _º\fPßü5Ç  îø\M]\80ddµ¶>|F\ 1\ e<â<Üñ í¸\¹\8e\97ñ\88#!¹L_o\8c\12_¿¯óî\1dÝÓGûÇ3\92\84\16 \a³\a\eýu\ 1BÙç!À\11\95§è\19E}$AÖ{|(Bì\9a9\1cT?\97\1f@×̬`\ 4       \81£óvA\13Ðog,!¹\8c×KvV¤\84\8eW­+VB=%«ø\bo'\10¾ÖË
+Ú׶¯àè9\9cö\1eä¿\1cám\v\98\11\f\87\1f\1fYAª\ 5-jZ\90ÞóEùD\0\13\88\b\99e?°Â\1f\90÷0\86ð\ 6Æ.{\98ôr\8f\80Ä\0\89\11kÐó@\91?õ&¦GÛ$÷à\ 1-\8eV0ª\17\19\19\ 2\9eQÀñú³Ê\82\9c\81ã-\8f\95{\vP\7fË\13¡)qøCK     F[H'\0M\89n\vcÕD\80\8eßà÷uúÊ\r:#\a}e\83\13\90\9a\97\7f\1aäÀ\88F/º²r\91qDB.\9a\ 3\\80Î[\17à\ e*/ü\8f\1f\88Ð\1d
\94\15k@-t\10ç\1dO[ÇGHv0g1¦$"\0Í\90G\ 4
+T"}\ 3Vm\ 3h¹È\8a¾ï¨ÀM$¢Ñ»Çc3¤¯ "3è@çÒ\ 6\8f@/xÙY²â]\88u
+Ѧ%6ô¦y©Ï&\90\8f·\0£        ðæéX\88dx-ÃxÈó\ 3Q\8bëiÁ\ 64d\9e7\85\11'\87ú\9b¤:#r\86Ø\12꽿sÑâ\19þ²5¨?@VP´x\86V\8c¬p\a\1dÝ×5\80\83W¬hßçÌ\87ðûò\93¨¼\85#³ûu¼F£ûén\83\ 1\1a\99¬Å^\95N\87ÄÆ;8\1d\12\97\10¦Ýù§}º\98\16ñg¥Ð\ e¹\9f\95\ e\13\850¢r¼\fN8¨¾\9d!C\19M ¶ó»PÙ\17\1d(õy¼N\17c9Áåóò5G\83\9f\97\86?/{\81£òsôy\8a\ e\99\ 6\8e\96Ï1Nx|záb8Øvö\1aÚ\ 1°ð=ùàe\vt\84îx    s\19/C+ö¨ïº\85úÃÊ£\0ý2\ 1wÙÇp\ 2ü\aÐ\ exÞÄ\15¼\ 5ú\9b8óä##0*û\98Ö\83£ìC0\ 3d\ f+RDOñÐ\864ÑQ<´ÕgRÔð\19êÅCÄ\94é]Ì\17|\ 6\ eú@ù\10Ù«¼2-E\1f\94¶![¦\17\ fÅ\b' #\\11K¡Ìe½¿ê{\87\84ç\15ÜY£8Ì\8aÎÀÑ\a\1dpôA_$5à\85\1fèû\1e\ 6Å\82\8d©£\ fz\12W@dhÕüÙ\10å\1døS:ÿ
+OP\7f\93·A \92k\90÷7\81opã\12\91ÈEÈ\91XB½ÓUCÞÌÓ£\a\aez\eó\ 5N@ïa\1d`P«?I\v("qð\ f\ 6\18Õê0wÔ|!ï\90\ 3U@ïc\9f°\r\90\1dIÊ0(Ö¡\91T`4áx\14(\86\84\1cåE"ä¨Áì8óP\ 6É\19@3è\0èRÅaµÜ®­ãÌ£Ìæ;\9cY\11c\16U\e\81âtjm\8dÐgsë\fí\90# ËA\v\8a9L\8c' ¤×?{ä\88Î\84l!ÎNuö½\84õHÆw2´E\ e\ 2Æ\f}\81\9c\1eg\18Ðy\9eÕÁäÒ\81S\17Ù\96\92\1fXÓ3c\9cqD¦ãÔÐ\129pj\98\9b:pj\9c\9aê8õ\ 6¿¯ãÔí¨@:\8d¿ãÔèû¿Pw¥z~W)\87\ 3G\1dñy¼þ°Ôòâ:xWÊ»\83Àïë%dG§²Ëx\1dY°2Êê}\98k\10a\82\e OÀ\8a\97êÜÃÚ\10\8fëÎ:xXKá©\84W Ó^em\ 5t\v3\14adz¨\82Và¨Å-x\ 2ò}kX¡\10ë½-V¸\0\99\87·×QÖ\ 1WÎè]×H\vGﺮ;¨\130np\ 2º\16\83z\1fõf;8I2\11»\1d\9a$\99èø\9e{\ 5\17xohÈ       ¶\15á÷õ\12Â\b\r±Þ\99!i\8e\80\97PVÉ\90Ó"RhÅ\1c\9e¬×`NêP\84VÌSÀgiíà\ 4ù£*U\a\89\ 4Th\ 4P\11)\ 3×Vñ\bÙ£¬\0wP/ãÝ \ eé2Øæ=á\87p«>³B\1d\\9bµBi\812äh@\8d\85XGF\ 2òÅzF\97°\19\93ãÉ\84Í\98Üè«£k\93"dý«G\a@¿\9fáüuº¨\8c\ 4ÀC\17%\ 6cT\84\r[\e\890ÇÖpJ"\97Íìý«µ\94\80Ac0\14ÐËfR\85\9e\ 1Ý°\12êý§·O{\95Ë
+PÓWVÃ\99\1e9ãÔ°\14Êu7Æù5Lj8¸\ 6õHo­\81í\98üH=ã´P.:ÈQÜ\0\8aë¤<\99\18Ûxx\84÷h\80ck"´À»G«\11-ÃæÊ#!Î0+t\14\1dd\98\16:\8a\ e:67kÌsÕ\8c\1dÃ\99µÜy´Wq\8e,\11{_·÷¯¾\1f"|_\87¹
+rû<ôÞ\8dòÏgÒ!8ÚO?\13£\ 2\13CÇmU\81¦ÌQ\ 1U\ 2\16\18\19sØÐ\18ÑBR\1c\85¤0ªràôöÖ}õR\96\1c\r¤\8f#\\a¼;ìó\86\8e\9c?/GåVƹ\ e¹"Èø¢\8d§u \rM_¾í4ò®Ë÷õÛÎ`Wuë\80ð\84×qÂ\ 3\9d\f&Þà\ft\8cÒò\92Á\1e\8bÆ\1f0ñi|L\8e&Ôè\10<M¨ñ\198ø»\90\14;z´d$Å\8e\1e-\16N\9cÇ\v\9eÈPj,\ 2:ξjV`øX~$\83¼      5:B\aξa;$_Xïe w!v\X\87\ 6ÏPo\92B,!¸°&\b\134e\ e\90pA2à\ 1      \83¦Æ\1c¦\86¶\\87¸º\1d\eºBò\ 3é¡/\8diV\8d\f(\86vH?\81\f¿ïx«¯}\9f\8a`\81ß\97/¬wò¯wH~\1a¯Sðõ\87úg\11vPðUä
+=\14|\e´\ 2:\ 3Þ\86\r©\8c\r)\91#\1e\8e\rù\12ÇCïe6\9eµñÐ\13ÈU\ 3\1d&\1eí E¨Â\81P\9d­\0j\0LPÂ\88f ã;)B-Òw \8919\a\9aa8£\ 3Ý   \1ar\aW@\9aN\89N@ó(\1aáU P\ 6õ\87êkÔ\82        Z\81¸\8a\ 1\1d\84+Ðe\10Û1Ù\ eö§þ\83ïÓ\rØ\9en@Ó6\80a3       &\96\80G\92¢¬\8b\96UQ\90\83¬p#÷h,ÌuýËQ\v\8b\94\8cÓJ\9d\95?jV\84W\80b_.³\bî\15\9c\8a\19¢\12\0£1\ f×Bƾ\1cü\0) ,\9a!§ /É+\1d/ý¡\f8@^1\1câ% 8«\92±\89L\12KùÆ-CKèù\ 1\9cXê{Ø°\1eè}ÈaDèéÀ\8c3S95.\ 4c\ 3øÎ\0ç\9e^\ 1ÄØ\1c=¤­\1c~\16](±=\8aª\v4\86úË ÓÃW\828\93\9a[4R\96¹ÌÜn\9dÇ㠠ȽMNÿ\0©\13\1a.[A\v%ÎÃutqÑ>Ïë áê\ 5/p|߸:\ 6ߧÈX\9c\17\1eÃ\97ïã=àb\82\13\10ø¨?[ºãËï\8cð,~úMa°\84æ¼\ 2ý¦p'
+xß\14¾\1cú·7\85C:Öó\16è]°Í\91_Î@\7f¦_Ñ\ 4\1c¬æÁ*øÎ+ÐÛhox\ 2ú\16nx\v\91^\88ì¶\ 3Ç\ 4\1a^\81£ýï\ 2\7f@¾'é\95È\83\15ðñÈ\12IU\a\17\88ùò\ 3î\ e\13Â\16\f\baG\8a@\11Â\b¥\0ä\85ä¡\7f\84Ö\Ç÷\92v\86¼Å\ 5ÞAù³\83Ügkê`Ä-H\8c\1d¥´\ 5î\80\1c\8eZ\8b\89y5Z5CÀù`¡1\97\1dzg\1a\98Ö¢M4$\9c«\0\1e\81Þ\ 4»!\87êxá»`-Ö\99$\ 3<\ 2\19\1c±öÁ³Z\9c\ 1½\96\18[\11½\96\17\86T®îÁUtç¬\18\19Ætz\ 3\88\90\r\80FÄU̬f\ 5d\ 3W\14\15;zßö\94n2'KuS\7f\80¬\0\e\ 1\9díb\83\9f@Ó<!ý>Îëôç½8\9aº\89 ãtÎ8\18B¤Ò\ 4à\fp\ 1úûê\88u\0¼¨\18\8ec        Öþ\17\9b!¡SÈO\8c÷\91#ÈÆ\9b4°c\8c׺C´ç       Üy­9Īy\ 2º\80õ\99\18\1a\92\rq\86±\84\ 3£&i\99^\ e\8fÍ\88\1c\få&f\ 4\1c\1e\85; [òb\ f\12f-y\87Gg-yÁ\b\91Þ>7ÂhJÖ\81\ 2\11\92\97¤}\9f¶/Npýr@n*\94æº\13\98#N~Bê7\93k\ 2Ã\1dðÚ\ 6?/w{{\85òop-\8dÈ\94IÛMë\rq\9e¾^óÓáÑËúõ\aæ\ 1m £uªI\7f\9adsî\0i\9adsÞ;ø¾}@\9acs\ eV0\92\9c\83±\1f\ e¶pHå\9a\86lά\ 2\17I\91\83¥ÀÜø´\10­p\ 2ú%Á\8a\0ék\96D`Èã\9a\ 6tÖô\a\88\19ÒÉt7¬\ 5:\99nCfØS:\aM\91.ÅÖ¿w¸\ 5¼Û\15´Dz pÀ[¨\97?FèÉt`)\8a;@Ë\1f\13\96"\9d\a5Ã3\94\81\9d^\82{\1e¯Ë\106D\8e\ 6¾Û#=\8e+¶¤B,xÔà\1a8\99ê\880\86ñ¨Â\1dÔ\ 1rh\89\1c'°¡\1dp\14QãxÈ\81mVÑ\19³\ 2Z5\9a\16\89\87ä\9c:\11\83«±L\87#\1fp\12E\13\8e\9cº3%L\1aò\ 4Ã\19\ fUEF[è ª(0\9e\92\vñwtóIP\9e`4ã\bÊw¢\84GñTgJ\98\r\a\ 3ò%OÚ\1eÊP\13e\88Ã\93Ø\92ëèÜ\82\97\1f.Z8Â' i\ 1\85\9eÀQB[4W6\ 4H']AÇG'3û^\ 2;\9bÚg1/ã\15¬Ð\17êØ\1a\8c\86\1c\11q¯`\1d\88 'Zxh\ 6òª\99\ 1*\ 2UKÍ9<\vóBù-GÆÑ\94\92Ut\89n\80]õN\ 6´½zÕ\1fÐ\1a<«F#\f]5%\9c\15°/Ôi"b|\ 4ïtxu\16Þé\1c\v\93¾°ÀxÌQo`\0k\9cãÅ7\80\99\94\7f\ 5Xc\9d³Â\eü¼¬Aí(\9c;\ f\a§\8f½`\aX_QùÔC\92°h\13 ð¦ÕZ\9cÇë\14¨¦\80\83Ó¿\7f?¼þkû\14°¾£á×\ e¤ôs\aäHª·ÚºH\80^{h\81Àp\vpFÔ+`Ï\13Ð3¢N±0\90A\8a¯fx\ 6\9a\91\ exðÕ\82\94Ð\810¯H\b\1d¯\89:@;4"\f ]¤ñ\9c\87\17~_\bÆM\vêñ\ 4á¬\ 5ñ&Ä,©Ü\11Þ\8f\1a}OGNoz\1aÚ\ 1ÏMOCBìa8X4!¢ÐNÐÎ\90÷ɲ3\9c¤ä\8fvÕ4þ\ 1²\ 2\1c\f\a     Úrý\ 4D;4dX\18ú\ 2ÆÄ\v×/3µDh\86<øô
+C\19½YÜ\8au@¯á®\9a\ epx\17O@.£\8f$\9c\92-i´\8e\7fÃ\80hÐçj2\9aLKx\14\90%#j\99\rÈRÐ&À\89\12è\8fË\ 3\8cftl/b\11Ò\e\ 4a+¤W\1e\ 1²\15éÅ«Ãh\88Ì??\8b¨Sy\16Q÷â×Y\rX£4\7f\0c!Ï\rC\85\12([Ñ^º:kE\13\8cet+ÚÁ]¿\15µ\1fh\9f\17©ç\1fp4hZ4GDq\99\ 5GôrÉFÆi\9d^8\18\1e¦\14\1dÝuÇ"Ç\ 2\92\18\8cñ\16U¢+¥g\98\17Ñ\13a`(÷¬nЩmÈ£;\99\95eh\88\1ctÔ;>üÉI\ 6}[i\11ö
\11T\84MÄ°âÄR¯_­\9a7\1e"¼co:\80x§W\80\ 3\9e§ÁÔV/ßÄi\9d|ÍÓù    .\e _s\94\0á\19\1dß,8"s\14Т\1dtDT\9d\9f`2¦îü\ 4\93\v0\807\f鬠 Â»\82ñz@ho\8bÃ\88\91\1d\v U®\9d\87Ëá`;¬xø\9e\ 5\9aRèµËÚg÷+\83µst¸J³§U{\86\89\84I6úN\7fë>û\v6{\99\80\83\9e\0­ÀÁ}\9að\ 4tîÓ\>±àù\a\1cܧ\19Ê\80Î}j¨H\18ÐÙSpÓ\1eÁ\f5\88\9cá\8a\ 3/W8\ 1½ÉX\85&@o2få*a²½O°K¦ñ\ f\90\15´Y5²ñH\8a\1dÈà\ 2¿¯#\83\8bö}^{\v¿/_´whvh\ 5È÷#4ã\8eïc+r;@JÞ\9a\8e\9a±Ó\ fèð¾9Áe\92»Õäo\19p\95q&÷\ 5ü\80\83\12âe\92g«3Á\8f\7f\80=DÁ[à§\92\1fí!\9d\81Q\9f.ßs\95Qg\1eñ\ 4tO\94\ edl\99ãìëLîË\80r\8f¿dA+p8\82\12¥\ 5ð\87(P\8dt\92\98°\8abÌ/\1a¡\1eéå\ 2\15I±#\98Øð\ 2ôn\0V¹9<BÖðÓ6`@#N'ÐÔ    \90\v\8ee\11\95\801É#%p¸\12\13\eøy\86\82í\98þ\90\ 6\9a!\ fCKDZäpÆ\ 6í\rw\90, a3$W\eÄÔD3Â\9e±@%Ô\1fQdM\ 4è\ 6\14ù\ 4Ù\ f`;¨ó4­ð\bå´8®p\aåâãh\15ðË$\7fo¬Ð\13É\9c\95û=ë;+<ïà=+ä-O¡\fè¯Ñ\1a\96\ 1=%h\9a\10Òkº\ 5Z\ 1Y\8b;IЬ\19\10ê|ký¢uÒ\91ìhÜ\0b÷¤È\15;\9e"%1\98á\17­Ð\93ê\17­\ 5Æ27\1d¢\17\95\ 5\1d\0\8c\ e®x\aäÒÃNó3
+hé\16V-\18à\13\802(uèz\7f¿\87s\83h\8aSÑã\9cB\ eéû]í¬\1665% Dê0±¼ûb~S«i1ïW*\8a\10oX\8a£\19 \ 3d\ 5ñY@\9b£f\ 6\86<EC\19&óÇvP'Z\82vÐñ\8e\b\9bA9\14Ø\9fá\88¡\0Ù@\12\8dÉ:ØY\8e&=Y^\8b$At\a^I­´\ 3\9c\88\1e\1e\81~\840«u<\ 5Ãð\9aã)X\83\13pÐÐ\8b\ 1\17Ërôk=ý\0Â\17\97Ë\ 2^\1f^öñ[\17\81Úë\97\9b\9cRíw¬\9a\b\91KÞ(F\83¼Õ)N\8b\1d­N5t\8e>D"á\98\or´:\8d\95F^ñ|>\7f\19.G\93G\99Ây¸ô®ý\93\91\1d\ fÑ.ãï$Þü¦S[>\a\98Ñú!(@^\81\1cùÈå\aî¯@è
+\8e2\83Ë
+dr\8c\96^ÆËnÄÞÑ\ÆËÏâíªö2^\ 6¶ì\19Íõ\ 4t\80=á#\94Q\81p\10\ 3ì¹õ\14»Æ\8e/+[H\8fð :\1a\1d!ç9\82" ããë&)\11½a8P\91ë   è7\f\9bª\ 3ì\11
+\96!ýº¿A3x;ÁòµÀv½;:¼\872\97  \ 4\a\8b\ 1\a¼\8bD\0>    f\14è\9a\19áè.\94a\a¼\8cÌ\88\a\9c\15éà$´#zB\123ÜAG£R¸\83\r¶":6¹b\19Ö±É\15\99\ 1\a6Y¡+u`\938\98Ñïx¶U²\83T\82\1a^\80\10Í\1cøôqß>ôDt\ 5\r:cù\9e/\1d\ 5\1fC-¤ÀÐ\ 2e@'Ù\81á\94\83B< %\02DÑEh\aa\93DÖè\13Ù!\ f\v\ 4\1e\16ø¬\85Ä\1cß\85Zä`\81\87®LGøa4㸧Ûûqi)\11é#\80í\98ÞG B     ÐY\8aH8%»Â´a;$_\96[§Ñé\154|\84z·ÜöÌ\95\18¼;íJ2¶cò%I\ e\9a\12Qd\87\98!\9d#'"K®\ 3ì\19§u:8\98à\ 6êðl\86J¤¿\7fÈ8\9e\94\18MR|Éò·ïp8<
+]\99¾\ 3+´£º\bW1±æ? æ$\f^-\8f ©\f­\88\8e\86\9cT\15\98\949x\96
+\8eft\8e\1f\8c\ré\1c?Qt\ 4t\ 1Ç\13\94Ù\88Ø\9e \fµp\ 4\8f
+?\80\r±)A\9dcï5\15¨\93\94\89æ\89ë\88¤\89\foÒp\16ÉX:q\1e.Ã2í\80\85ê\88&\8d\15ÿ&¸yò\1dgXðîË)y\bQ\\ 1Á6Í\8b\ f¤\87c«ðøõùGx\80\7f\84ò\ 3¤\97 ã  }_
+$­ô÷sÉyù\ 1Ï+\18m\a8\89\ 1\17\89=\92AÏ+\98å\99\ 5 +\9c\80^þ]ñ\19Ê·¬Vû;ÔBÞä\13i\91Ã\86[ñï´\1ab;(\97Ëtt¸N²\r\12rx¸<\12\ 2\17\84\80\0\92é\149\11Ë\80\ e\90'èÈ\1d-6±/\ 1GÀðelIt\9a§\83`dä\8c(>\à\11Èá°Uï\ e\8f\80ã»P\bu|wÅ;èÀw5- \13Ø \16\ 4\aË\91\16\11ñâY¬\86Âe¯!Ìð\fÑm3#²Ç3ÐK\a\r\18\19ÙB^À+Æ\14\14b\96\83\ 58¨rtÙD[è!:Ú¤ïSp.ÃïËOiR·#\83\13¤\eP4CÆ\ 1^t\80\8eG}    \1a"GÙÓÎ\84¿\97=\9d\7fà^ö\84\9b-¬B5\fz\11÷\ 6#\1a\9dì
+'\86ú%\ 31D2¼Ö\ 1Ú\81\12r¦"Q\ 6(¸´´GÉi&fH¾«ë\bo\1d\12Ù\93\15D\18ÑèdO$¤\92ïê\8c+it\86\14ãÆ\86P\aé\13^\80|W\97¡%t5\1aÍ\8fB2c²\9fu%y\85\17 V¼\ 1:Ê_U\80\89\8aø\18Ý\81¦!4£
+Ø¡\1d¡\ 5 ËÃô¸\90ÔJN\8fK@BàH\8f\v\ e\88äôØ\88\8afÓã\12Å\90\90\83¼\ fÓã\ 2\93;\1df5\90x\1d\91Îa\98Õ@âópÙ
+m\1fæÐËpÙ\93mèë\ e\94ÕB\89u@´EQâ"N\9f\80;\aEÄe¼\ eîXF³\8e\88Î\b¸ÀÓÓ1V»ãYG,[\8c¡¢Âý×Ibb\92\ e\80\83Ä\9b´\0^\7f\9bá\ 2\1c<öPý\1c<öX\ 3\1c<öð\be/\18
+T!\1dWØ©\92\94\181Öa\19W\b\15)\91\ 3W°V¥\82\15a\I&E\ 3âNªG\rI\91\83ïÏ\18"\86Kà(/\9e\81\ 3åE\9a¤ø!+\ 2\86\13Ð;RDh\8bt?ÚQâ     Eúð-\95gB`\1c\11CcÊI& 1ÔI&2\9e\80N2\915wÊ{\9d"wê\81\18\v4çú\83\96¸B\87ì¨CÞ>w\86\17k*DäVG\f\8d\99\9e\94DhÌî+`üµq\83[x篥RØ !p°<à\98\18qP%GÄ)À Nç\12\ fjPÉ0b¬\ 5rP\9c"\96!\99\ 18á¨J/¡Lx\ 2:J{°Õ\8c\r  ë·\8aÃ:\9dh#k;Àqê\87Πã̳¶¸ãÌîÔÀh\1e\16m\ 5t\ 2US\ 3\86Qv\98y\9díj±=Kîz!ðÐ\9d2\9a\a5"b87\92A\aë\95µK\15Ô\90ñ4`K¤S\89\a\1c\96ê !±\85²7ÊØ\949p^\1c\17ë aÚ\1eIaÇ\89\87\10\ 3kxªI1Ý\80"\ 6$\9cÒ\1f\ 6$ò+ë½\94ø¾\81à\99uúJ\98.åe\88jÎï'ZKûiH\0F¹^\1eH.ï éõï#¨k_Û/? ¼³>f\0c*\aa˦Ê\10ãÓÇg¨\13¶¨é%\ 59azé(\ 6^p\8a.;ô\ 2ÓK½\1e¼\84ú(µ)\11Û\11Ù\12\96ø\10(*0½ô÷\\9dNO\r¨.s\94Ü\ 6T\97IFn«f.ßÓ)³å\eÒ\\ 6\8cä\14iNèó2Êf±À`8\aªáçå\8e\16FE|\19ï'\8a\18.\9fqê£ÓópêÛ\85óàøi¯Êô!\9b9\8f×Éf\82\85\ 1¯ñ3d3Á
+ðÎó×¹B
+Þ@\99l¦ó<\~ÀAô\0EP§9X\91
+8Èfv\9cXÙB\ e\13C\1dÔï\1a,
+\18É0\8b\84BC\vp\10ÎD#\9c\99\14¢¸ %r\10ÎÄ\0¥Ð\81ÏÉv\841E@/ \13Î\18©þe¼\vÒ\99"\ 6v\98W\12#%r\84\11\9d(bäF\87\18ï@\86è\ e\16äI<µÌ\ 5o\81^Ë\ +\10\11ñ\9a%Ls\94;±Bg*Sît\8cx Ä¼\14\19\1a2?ÕÄ@\ 4hA\7fÃ\86P\7f¤\8e£\197\8fïl(\9a°\19\1c<\f\87RD±´ãuhJX\v\1d\85ÄÚ
+Ø5CÊp\võk\86\ 4\ 3\1a\ f\93/\8agPDMPz\18ÎxXdW¸\83:\17s\r\8f\9cy" \95|çlD¾£x\88×\ 1C3ä¨\ 3ÆJ _\14á¤J\7f#¾h"Dû}ö¤j²GS\87WÇ?@V\0í\88ã\99?Ϊtl0ÁïË=\9a2\8cft\11ÌYÃ$Â;\87ûuüÑ-ô\95\95½³Â\9d\1fÀ+0\90\8ca\ 5¹\ 44\17¬Å:¶¸"gì)ãÅ\9eÄQÆ\vµHÎ\vó&\ 6\94,µß\99tµÔþÛ>U1?ëSu\19ï¨\0³"Ä<GÄ\e\16<\ 1½?\8e\1aL\80\83C\a\9aç\88t\83Y±é\ 5XV7»\83Gw\96ë\ 4ô\ 6?IÝABÂi\97Dçñ:6\93µïstI<\ 1*\ 2ö,k \ 2\1c\1c
+p\ 2zËK+ÜÉ\93|Þ¡â-\90\9föYÇÇË\168à%$\ 3\ eÂ\97`·L\83\b\13ÐóÒ\ 5m¡§c#TcGÇF$DzJ\11­ðgR\88;\8déH\88é\ 4¢fHé\ 6&x\0ú+mhÆ<¯´3Ô\ 1\1d\1e\ 4õ\1aÐ\82\ 3¯­ø\båZä\ e.\re\98aKp\aä\8bÚXq0 ?3¯\9a\15¡\v fL¸«¶úC;\82a·=\ 206,\ 4\15\ eÈttg\81áĽ$\9fb\13A4$¼O\14\8c'dÊ\8e\14°!\0®\80\80\130"ó\900&$Ç\ ex\bGdò\85\11\95\ en@Kæ\ 17
+4¥z\ 5£ÁS³j\94 %ò¨Q\85¦P¯`ÜDCÀ\v\ba<¡\13\12\ 3:\95i\83;ਠl\9a?¦èÂ\82\7f@\ eé24\ 4\ e*R\98Ú9ª×\88\1dq\94ïÁ èðH\82è\80£\883ã¼Bæ\8bè\18Õé\a\10¼Qo×]¿¶jºN@\7fæ¼â\90B¶$ý¥ùè\ax¯%17£z\0s3H¬Í@*hJää0oH\11õ桹\83L\83æ¡ô\9d6\ 4\89tE,\vÞAY\11÷§êZ\I\16\80-\91¾\ 1\18#Ò7 \89\99\ 1¯ß\9bw\ 6¿\96ߥ0÷ÐÝ.\8d_\ 6q*9Ý>-ûÎã\15bóÏô\8dÕû<ý;£1Û>Ë
\9f\97Í°yâËêeZó\86w\ f\980òÈÕôçü\ 3\8eG®V\0\0\1de\ eh\ 2÷\rd\17¾\1d¤=/@¿ð\rVúr\9e\80þÒ:Á\1dÔ-Ð\ e²*\12Ì\9f\8a#\19Ð-Pgó\9cÝ\80\15©\80\8bÍ\13)\81£\82¯B\1d\94y\97úCï\91\12r\843       È\19Eoõ4²¡\9c\8cS4Ât\ 5\rj¡Þ§gyf\ 5â\ 2eX\87hE+Ä!Z¸~½ô*B\1d\92E0FÑ\8eóGÞØ
\8f¼3T"Ç#ïüL\89"6cº\b\16hÇåP6Ú{¢W@õm(KexE;àèöµb\19\90i\99{«§IC\1e¡\19óp\91nP\v\86\13Ä:
+Æhõ×\ 2]Ñ=\18à\10ë3;\98 \1dò´Q\ fr8ÌJø°7Ö»\88'-¢¥+HÐ\9bëÝ® %s \9cù¡\14÷^O\93zÜ!Ö±%$BD\ 2\9b$\18Py\0BãÎ\19Ê\09C\98Ô9ÎpÃj¤\9fá¦\9d!K\8bRC\96Ì\91\16u.O·7²ñ\9a!b\960cC\84Ò"Æ\ 5\8aDÀÓI\1d&f\ e\1aE\18RIu\a\a6e\10ë¬CÏØ\12éu\9cö¤a\bM°'ÒØ\9béÝ\96pfçè¶\84-\99Î\86ºªa5\19_¡/Ñaú\8a\85X/$Ý´\98\8e\9e@\83A©^ÊÛñ\9dḚ́㫳\99a\7f!=)C%À\1dÔáI\18Ïè\99¡5³\9fÍ\fK\84ë\97Kyw\1eÏ÷5ÉË\98L\95òö÷ѳÎÜ\0Ú×Fú\á1|EÃÝD\9eçán"ÏÓð    "ÏËx7\91çpú\ 3"Ïóx?\91çy¼\9fÈó<ÞOäy\1e/h¯½¯^>å\8fçýw\94?F´\ 1\9eòGCVÜ+°\12Ú\f' ?\91Op\ 2º\bd¨¿º\bX\víY\11(P\84u|½hë§ó_áúõ'þ\15Í\1fDQT\ 2*Ü@\9d"`\83\13ÐKßú\ 3ïÁ\ eÐ\ 2Zb\ 4õ2î\ 6\8fPG¶\16´\83\1eprA+p\80\93\ 1[\11\1d\9c\fÏìh\8cP\88upÒ\1eD\85m\12\9cLZ\14Àñeì\88\1dð.ôdr\18ÔááÑ\ 4(\ 1e\81B¨c\83\10Ùøª¹2^\83\8b¥XÆ\ 6#\8cå¤ç½\ 6ðBK¤o!´Dzõc\7fá=ô%¬\ 2\16\853\ e_Ðñáa0Mðå\90¥x\92¿\10\87¦ÜQÂ\eq8£\97ðFm\a\v½©¿\80v2\1cHYÖ\ 12\81¢\99\ 1\ eÎâp@/\1f]5KJw >U\82ª\89\0\a\ 4ô\80(\19Q\84[\8b\8eñ\rO@\aØ\e\16"9'Ï8/t<\11×´\80åeù\15\10Iy\19­\9dÄ\86H\7f\e\99qD¤×¯B;äi\96\95`j«\83£$"ÒÛ}e,\85ú\16ÂÌÎÓÌ>Cw¬Cô\ 5\9e\81\ 3 \9e6e6\1e\a\85zý+\f©ô\97i\1d`\1ey\13*\ 40¢ò\94aoÛ\a_<ý\80þÊ<7(Dú3ó\ 2!*O\ 1*¶e:\81d@\96ÄÅá        \93\9f\19\85fPA.\82±Ã L\ f):F=½\ 3  ª\81Àbh wý\báË+ürË°Ü¢:\96\9c\19\12\85os3\8aq70^w§ÛQ\81y\1e\10¿Aê\rÍ^o1b\97D\83Ù\8fj\80Ï\9f\r\f¤>LÀRçJ¸;\8bçe\ 6:\85b\98?\80÷
+¬jæ¼\ 2½\8a»ÃÌ\93GÐi@GgÀ©\1e\ 2ü\ 1?ÕÃå\at\941Gñ\f\bN\9cÑ\16(®Ôpfx\ 4z\19uA\eà ²]á÷õ2è
+\95À\833¯¢\11#\e¸¡    8n:6íûåkÉp\ 3Úòq\83\97\rÐ{\9e58\ 1\ 1ã´^S    N@Nj:ÑÃØ\922\98\18\1e\81\8cÔïL\ fh\ 2à=\18ã\ 1Õ¶\903-`K®ó\ 4\ 2G!41c2qUÌâ\16\86\ 1=\ 2l\87ô#Xa,ä`R]¡!Ö¹&*2\84 §a)ÉNÕð\8e\ 6O? §$q\83G\88R\12²\ 3\r9S\87\1a6\14N:ÈÏÒ¢ù"\ eó\8a\89\16´\80\98ÃÄx\ 2rÿÝ\14á\ 4t¤>\89ZÀË\98á\11è0/´#\ e\96\0»6\1f\ 5Õü\a\a\18N\8c¶ÐQË\8eí\88~\ 20©Óã\99\ e3\ f¾Ïy@á÷\1dEÈÐ
+ t\vg%½QÓ(+á4   X       \1c4      Ð\10ê0³1OMæ\ 4½ÍÒP\84\18È\8b\ 32\aÈ«é\0ÅÉ÷ª=%¤¤\13ÈjfKv0C3æè\92\ 4\95H®þë%Àçñ\ e\1aÐUZ?-C¯8/Ö[\fU\14Î9*\0w\88W[\ 1©aÞ`<)×\7fe\88.éõ_Y\f\86\86=\9aÜ\12høpVU\88Tð.\18[\91\ 2£)G        r\10¡\15^C¬A\vL\ 4
+D\97t\11(8\18Ók¸\13\14a9#©\1fdiÏïglà\11\a\\86Ëw4\añÛy¸ã\8aæx[}\1d/#s\87þ\¦¯Óg.\8b´{\9c\86·Àù;hx\eü\ 1½\ 2\13Ð)H£|\84\fÞÝÄ3 \by2\19(#\84üû"àË\ 4tp1c!t £á\99\14\15\8e\aêÆ\12\ 1
+o\1eÏ«¯? \93-\19@{ý\ 1½\f¶jRD·\80X"]\8a\1aZ\81C\8a\1aÞB\aM\ 3\9c\80Î\83ºÌê¡á£P\r¢\8c\0'àài\bÏ\8e0Ft\ 4\ e&ÚiKfø*\92A\aQ\a4d\8e\9a\93\b-\99£IPA' gt;\15ï\1e\8e^\16 gtqM\8f,i¬b<A\8f°bS,ÄÃ\87\fnAóf\9cç\ 1Fdz1yÃZ$ß\96Æ\86c\1a}\ 5\rÅ4\9eNOP\8dô*VhÈt)N¡jRÌËx¡\1d\92q\81\84í\90\8e\90'M\8b\ 4¶C2.`4\11\82\161\80x\15Wð}£©\91\bÑ\1d(H\aô¤0\15x\82\ exxÖ\93X\19r|(Â\15n\80£ÑU{v\80\9bæÊé\ 6nX\84\1dUÈ8\9c\933»Ô\9eÙqç\87f\98Õ\8dåe}ß\14^<\91^7\96qj\89\1eõ0\96        \9c\14è<\19\11¦÷21~\86\86Ô\91]ç$¦\86t\ 58"sÔ1ËÎ\98ü@Á+\90ï{syf\8a\rä\9eÍ«ò\8aw@Gé+\9c\80®\88Ð\14:(\872IM\1dDÂÐ\9bè7=Om\991eÌz\83²h %Åh\17dKá\8d\81\0skY\r\vAÙäÔ´\ 4è\r\1c(5\14\12\16\82òÉoÛ
\84:\19¶ÁÜ#\19f\eh\89Ý+.\98É     ,­;\ f\97ý\80%u§á\8ewmÛ§ÇÏåór   ®¥t/Còí]7ãIi\9f
+òý­ú\14M\8a1m\×/Õ[üÊ\84<Ü@^\ 5\9dÐ\ 1Êí\97ÃQüw\19¯Ã\93\11í\80§\86\19}ßSÃ|\3\r\8f\80×0C\rÒaþ\8cuÀQ\ 3\r\8f@gZ(X\bogÈ\7f\0o¡Î\97²b)v´\8b\83R,G\93\1d$\1fh\ 1Ÿ¡\1dCV\94<\ 5Ø\8af\88¨\f\ 124³\93e¼óÚó   (÷ÝFv\ 1W ?Ç°*ä«\fèýÞ\8eç\18³¾ £ì£3àtʪ)et\eÐ\97êt\eÝ\10Åïé6è\19æE;CNw\81VàâÛ@\96\ 4\85\13d\v\8e2èá\16Ð\15\10S¦¯`Õ¤\90Vñ®È\129\9a\85\19\9fòÐ\9fÑBè\97\ 45¿þ\80Ö"çS\b\8d¶ð5-y\vÛlLy\0D\v4Æz        (\8c©<t\19\9a\18ãA?6´Å¼\8c\19.ÀQÆ\8c#\12G\193<A½ÝZ\16\9d    g3ÆÎDo·Ö\rÉ\9c!JÝ\8eL\1a¢´¢    xV°n\8f\fQ\82!\95§ká\86âb\ feÈÖ¤\15\18o¡Þ¶°Á¨PÆÊ;Ò<\ ek        D¸hgÈé\90ñ\19ÊðN\86¦\f\ 6e8¨ÊjPÅ\8b±ÅÔ\80bt  ï\81Îz\924w0bÌ\18N\80=QÜ        /\90?\90Ë'24f \0\85nÁª%é\1c\9a¨ÿ\01Fú
+*\f,e\8fÔ¡æqzÃ
+ªá\ 4t´¾a["cÕ\85\18#Y\ fÊ¢:u\82U\87E4ç\f*\96\91\1eV\11\8dc{\19¬,0Áó\90\86DèPtÒ\10Õ\96\8d(/.b|¿ºd[`hq\1d\92»\93ªè\r\8d×¹ÙM\rë÷¼Ö´*:ÀÏË"d\15<uÔa\ 2»S«ß©\83î\ 4\9cX\19m¿~YÑ«ª\aóçp5^\80Þ±+ ówÐúFxþ\ e^d¸\81:[\81Å\ 2ç\r\9c¬í\1d\9c\80\I\19\fa\99]\80%FÃ\r\1cTT\8f$\80\8að
+' \13C¯p\ 3u       Z¡\ 4ê\eP\91\ 4zTàà\96¿L@g,Ù \ 4èÏ\12\1a4áZ,öAzí\aÎý®ôRÐ\ 5*\91\83R6<3\83FX1k\ 6cD2ì)ä\84fÌS\8f\1c¡\14;
+ªá\ eú\vª§\17\80í ~\ 4\ 5{rý\b\8a&\ 3\14¤,MRcÞ7/?\vE"4d\8e\97t_~à&\ 4\8có\ fx\18
+t\12¿\bÃ1\ fN¹@g¤7M\83ñ\94§e\19\f¨<PóöH
+\131Dz1fTã\11²\80T&½á\ 1Ugl\8aed!Á\80ÊQ@\91 %rt\ e\10x*ª¡+Ð+ªW8\7fGEµ\1a\8f\90ïW-\1e¢ë¯ø\0%~ùOEtBñ\8c\83²d{æ
+:N=RB:\81V¥      \8c\18\13p3v\8cób\ 2\8eá\80Lïy\1743Ê\19;dgü=¯ótV`¼Ì#-¤\94\1fùÃæz\ 5fä;C£ì\18\1d\ 1gU\16£\89\11çÇô\19B;äÁù«\16\fÐ#¬ù\91\19è\10õ¬/Î\10\1có\14åoX\8aõþ¡\r\9e¡\83T\19Â;2Ê_`f©ßS\14\1c×\f½\1ayv\ 2Q\9c\0-\87\12˵\17%AK,ס\19iÆ:×)ÄjWÖ!19Þ\7fÓ\80ÕO\rÿF\97\8fÏ\976\87l\18´²\ e\89ÝñîµMÚ=Þ·\ f._\a\17\17´ý:¼m}÷®ë\97o\8bÃÑvóz\0z)«9òË\fä\17\9e\1d ^¿'5§è\9a\ 1\12\1c²&¼ñ\1e\9e\80Îj]ʤ
+\eÀº \ 5è\9c\1f\15\8e\97)\f­ñÝE\86t
+Ã^Ë;þ\ 1\86ðB5Ò!jhF\1c\97\1cMSc\8eÏjßç}ïà÷of\88âJá(@<\8d¿ãJ¯sƸRDN($\9d\8b6ªv\98Ñ    #\1dvÜóYߺ\a?ÐÐ\11è¥ÈY\13\ 1\16³yÒAç?º\80\ 2eH_@\81\e Ë°=\8e\1cÈ0\15¡\15~_\8e£bEfÜѶ\ fGB:À¿Áùßl\b{\18\15[:t¸Ì½\8cêEÀ\17\15ÐQ\99\ 5\9eàm\ 2ì\91v
\ fI\8f´í\a \bëL°Q3£\14VJ8\1aÓa¥4\e      X\15ï2ï\89?Ð&<\ 2½ó£±\11\ f\ 3r
+o¯h\ f\1d\8c+\15\8e×\19W*\8agQ{\b\ 2\8enp¼lF\13\ eeäÛòÔ°'\943ªDÌ\80À\9fv`\1aËAØqþ\81\8eÌØ\ eè\ f|;¸98\ 3>\ 1è
+ôêÏø,\9cË¢\1d¢ë'vH¯!NbVȹ"pV¨Ë@V#j\ 2\r\1a\8fáÀ\92r®        ¬\ 5:S\82\98\94ñ\ 2`(Ã\8eúÝiKnå³²/!Gptß\9c>\82öÐ\9bî-ë\94   0h£,x\våK\1aëX7ëË:UÃ$ºd\rëFßçýâÄ\13à?\80\84ØQ»V`^ç » i\9d\fMXÅF\9el®`IE\1eñÊãù[N\91\a¼öt|ÕÆÓòÙ\ 5M_b\10|\ f\87Ó×»P[õn\1e\90ºsx5¢ùëÐà\82' ?\127xupþ\14\98
+h\ 2\8eÚÉ\88¾ï)\1e\8dP\80e °~u×    èG\90\90\b;
+¨3\9eÀÍ\86qx·Lî\80M\0î \fìX¿»½\ ey\0ì°\86uP t6à\15m\80ã\9e9Tt\ 4\ e-¬Oµ\10\9aQ\a\86\8ePbÛ0B檹\11
+ÎACæ°\84\9d,bp\ 6\9cQ\19y\ 2\17£²¦F\14\1e\fP\8d\8fÎÈ\9c\aMv8D\rM±N(\9c>ý-®ÎPïÙ\a-\99£a\1c4d\1e\ 2£\ 1wÇ»ñ\ 2\18Â{Ü2\9cÇ;
+\80Åh\88õï\8dÐ\90\81\ 6¾\1cc~(C\9b(C¼c\1dö\86:«5\fÉ\1c\1dë \1dru¬S\85\90às0"s\ôt\90y2\1eH\11.@\8e\azýïl<\90\12\8cI\1d\\15X\8dô\1að\fݱ^Á\ !t´Ü[5oL\7f`\85¾ÄÓr\ fÊ\90^\ 1\aHçh¹\a\8eòoÚ÷9%2\¿|_\9dÚq_}\1a¯\11æ¼9\10\8fϧ3\83¤\4eåÃ\97ñ28×I\bG?À\9f¥\16ð\ 3\ eö4C¦Îãe\849Ø{°Á÷y^\fçïx\95\8a6ÐQò\12\ flò<^®7èiíå\0õwÅ\ 6l\8d~\80\16n\19²\95Ê÷ñ,{\98¾'Æo\1dJ\ 3Nmþ°V\93\ 4\ 5É\90'¯,H\8d\1dy¥Õ/\ fÆs
+D¨Å\8e§É\15N@¯\1eÜ \168:Á#;æ@\97¬dár\82:ºÔ\90\168¨P\eÜ@½\87÷\82Ôx"+¾l\80Þ'( \ 5x\1eU\ 6t\ 4\8eG\95\11*±#«M\9f\8cä¼\0GF\92±%\95\99L;\81áè\f\13òE\8e\1eÖ=¯\9dt¦q\85R¨÷é±\87­iØu\8eL\0\e²û\ eP)¬P\8fõ~_\9bª\87Ø\ eX'ø\91\1dàYíò(\1cèÏbÇÞ\9c\bqC"äé2³$q\ 5¬QÑ3\19N\ f\ 3Âô0 Lb@H\19 Ó¢Ù1:\ 1\12Ðé¸@\82'àȪqR¢sï\89ñ\1c\7f\16ûP\ 4 \1dö<\8bUE\80ñ?\8a¾\98¿\8b\85á\94Þ§§â´T\7fÛ\ eÍ ã¢$Á\80N¿(I$1\96/J²½§\19¹2N\0)\1aRþ0\16\1e¢\fRgã\a\984Ä9BWª×~E\18\12ë\ 4\98Q\13\ 1z\0IË)è÷ó3WÜ»\fÍfæ\19\9aAOñ\9cÁ\93£Ì|Èý8\99\95tîÇQ^JµÐJéGZÈ\1föBS®¯\0'¶z\97 b\beS\9e±!\94\13ÓÎ\1d9\99\98ög½\93iÝÎ\1c©h\11mq\13`@.S^\15\92×ê¥oØ\8cÉàRI8¥Ñ\1fF§Y\11^O´\8dq\92\10ú8Ç[¹áÏË\1al\94gq@ÜIi\1f\178^®º±@â¼|½ð¬¢Ïß\vÏ\86\85c\83í\1f6   \1a\1d\181\ 5\8a\93|ì!b   \90\v\98CÄ" \17>\19F~ÞC½CLB{è)¼B2è(¼²H"\ e\båy\93\1e\9eFò«&\85¼ò\vî \8eÐWt\82\90\9d\82\³T$C\8e·Ý\e\9e\80~OÖ \fÊ)Y\a¨Gv\94\17\158
+· %Ôiû\16äH\1c\9dúqÖ\95tîÆÁ
+Ø{¢\18\8f¢\97ó\ 4ô÷D\9dzqäÌøÛ^Í\12qêEm\a\re@\7fZk\10ùÀ\ eÐçáåxZz\1a\7f¿nGß\7f¿M^¡\12\ 49)îo\83\a\và\074¤ú5MEßw<#è\8f\83ÏîÜÁàºa5Öe\10GTº\1d\1dá\b3<\ 3\1d^\ /q ä0¢ÖáÅ\80\\81\83u/\1c\9cuçñ:ïb\84Ñ\84þ\98"%\1c\93Ëv4A;z\17!Vq\90\8c
+?\ e¨ð\87\85cC;\8a³ò\8ep\9fÇë\9dä\8bú}ö8\1aú\11]\84ÖU\12!\ e0Ë®\9cýÀ´\1d´\1f@\9eHz\|\81¸G15Õ\ 2\18Ñ9Ê7\e4CrVÑ\99\1fGY\ 5\a\98\17I\b\86\8f£Gf\80ÿ\0ö\ 42ßQ\86\96\f=±g\10¹\16ÎЧ±       \aõúÛÜô\f\9cÉÐ\8eI¹¹AÌ\v
+'tt ?o\1eÏ\80\9cá
+CZ\9dø\10Ft\ eoÖß7Ïz³ÞàÈ\9d\96Øx¬\ 6r·¶L06ý\81\8fÜAnØ\18ëí}\16m\vy\7f!\9c\1cË;P -ÓÉ:
+LM¥»\9ec\ 2\10eÓ#\8aÞ\9eh\12g,$µ\95c²¢Ædl\v\bÞÆ\10ÇðòÉíÃ$\89î\ 6?/»\ 2\8b&Â$\85®ÁKa\8e\14ð²z\aL\8dæï(\0\ 4\1c¼wAû>ë³·?oFǯ#\9c\11N@flêÏ\9bÃ$\8bt/Ã\ es,ÒÁX¤G
+@Aæ\8cW óoZR2X\ 1\7f\1e\8cTÐóÂ{E+pðoB\13ä©Å¯P\88ô\8b\86
+\17 _4\18\8aìç^x·gV0´\87f°£ÜC;Dê/±\1d\92_tE+Ú    Ã\86\ 2ä\a,\10\18ÿ\0«£\862¤³\a\1a83i\89#¶C\ e\88Yû>\87\98á÷eh'\1a´r\11Aýyv9ê®Î\13\90+\1eö.òsJl\101ÔA]\0*2Ã\8eµ(\86B\8c}1nè\ 4\ 1û"G\98á\ eê\f\ 1\r:"\ 1à=\1eÆÚ£º\91\19\1d¾M\9e5\83)<\v\a\13\f§\1cU3\1d#\9et\ 4\89\84C\8e6ôp\ 2úëì,úr
+\91\ e\ fÛØ\8f\ 2\ 3h\a<E¼8\1eÓ;d\91xLç\0­x\vt\98\eÆS\1e\ eÐMÓ#þ¼\18\86\13:\a(¶d:@\89Ã!\1d |j\88òCCÔ»û\8c&À«\90Õ\90\9a äÆ\809kËsÂZàÇx'Õ0\13K¦÷\96!\96H\8e\882´Dz1\7f.X\bôbþ\9eع£ò\vD;\e\13õ\ 6?\93\86`ïï£\ 4\95¼\ 5=\14\98\1f'vz1\7fÓD\80w\17Òð!^\86\Äý#ølÀ: \83ü½\ eyV\89:B<\19O\14h\b\1de\13%j"<l`?\9a\0+þé\bñé\aôâ\1fË\8b\963©»\9c\98Y   áò=\8f.;Àí\90Àå{\ eX\8aÐ.hö:ÓGC³w\11}\ 4´|\aÑGFãu¢\ f«\9a\19|\9f¢\8b\ 1ÎßA\80©\1d?e¹\88\1f\96\8bÖ&I."\¿\ e­%(þz$Õ« \a\aÀù/±\ 4ßô\7f\b0/\93,Ƚ\81ý2Ç\82\1cV(B~þÊÑ\11ð*f´\85\ e\84¼â    Üv\80A3a\83?\80\1ac\90\154$\85\9eþHH\b=\1c\v\vV\ 3©eìç\aÄ=¤D\15á¨"¾ì¡Î\11\10ªäIè\16Dx\ 6ú\16\ 3·-¤\0\1f6EJ{\15+\83n\9a"ñ:h´\ 4\ fH\8d& ¼Jû\89\11Kb<l!?2¦Ã\16òî\1d¸\142\8fã\11"Å[\14ã!\9c\98Ç\83\rºLÑï7íûC\90x\18\8f\10lj\81¶\'     vÈQ\ 6\reX\87h\ 36Åz\93$h\87<%\98\11Ï@¶¤)­\931¹a¼0 ÐÏ0ã\ 5È)Ñ\ e\12¿S¢Ó\ fè)Q*Ð\90Þs"ÊV²&Í\99ñ.IP\rt)4dfÖ\15ôBà¡!$2´A; s\80\1e\11Q\9blY\99\8eç\10ãñ\ 4\99Áy\99\8eÌ`3â@\88á÷õ\17úAû>¯á}\96\97f\18ÌèiQ§©\18ÛqF\13¡M\80\8e\85t\8a\83\82\8c £\14?\17ìÉô>_ë\82\8c\90£Ï\17\f\86<}¾ \15rôùÂØ\92\9f¦bV      `^çP\82\r\aä:U      ´\82zóç\ 2Ñ)G(Ð\ 1ÞÉÔº\17\0ûÓÂ\v¾;\ 4'X\ 5±\98\95\r+\80'3\82B\0&w\ 5ð\b!\etHÚ&;[\1cµsÛ\80\8d\9d»\9fÇ0Û÷\1d\ 1\98ü\1fú·\rZB\fº#msDðÇ%ó6G\ 3\7fÜÌl\ 3\12x\8aê\1d\ 4\15Û \ f\0'\80.OÖ\1e\ 28v\a\11=\f¾Î{Ök\8bçE¿E\93ºï\89\9f¿Ó3qH\17ê\8cÞÑè ê\eì\1eý|\ 1Gïè¢\11\8eìç²|\9dux\ 5\87ïÈÀ\8dÕb\9bk\7f`hî6ÙýÀH\9b·¹þ\15Ö\8bhd0y«z´z9ïÚ\19\97\ 5Ñçl\14àë\8e³36\8cÁÙQ"\83e{ûº\8dµ\røO¿ÿíw\7f\16~\84\1f¿ÿë\97õØǽþÕÿÇïÿþ·ð\95c{ýZ©¯\7fæ¯~ü»ÿö\8f?þîoÿðÇ\7fø×?þÇ\1fÿý?ÿÙ\8f\7fú\97\7fü«ÿû\87?þÕ\8fÿùÿ~ü÷¿øÓßþÝßýøË\7f÷\87¿ü÷?þìëÇ_üí\1fÿ×\1fÿåO?þÃ\8f¿ùÓ\9fþé?þîwÿöoÿöõ§¿ùÛ\7fýú\87?þéw\7f\19êú×ÿò?þáÿüî\9fþu\1f÷õ7\7fúû¿û÷?~ÿ¿\7fû/¿\7fÍîÿ\ 3æ\9b
+endstream
+endobj
+497 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1074 0 R
+/Name /Im466
+/Width 20
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`>ÀÀVÀÀSÀ \93À Ã\0B\16(\88ù\7f\ 3C\ 1\ 3
+z\80\82\18\ f  æ\ 6\18b\0!v\ 6\86c\f\fÏ\18\18Î00T00\0\0\1a\1e\13ß
+endstream
+endobj
+498 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im467 500 0 R /Im208 217 0 R /Im205 214 0 R /Im202 211 0 R /Im208 217 0 R /Im319 332 0 R /Im207 216 0 R /Im323 336 0 R /Im201 210 0 R /Im205 214 0 R /Im202 211 0 R /Im323 336 0 R /Im199 206 0 R /Im324 337 0 R /Im468 501 0 R /Im469 502 0 R /Im84 91 0 R /Im81 88 0 R /Im87 94 0 R /Im327 340 0 R /Im86 93 0 R /Im331 344 0 R /Im88 95 0 R /Im84 91 0 R /Im81 88 0 R /Im331 344 0 R /Im244 253 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im324 337 0 R /Im354 367 0 R /Im123 130 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im96 103 0 R /Im116 123 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im107 114 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im116 123 0 R /Im126 133 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im125 132 0 R /Im98 105 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im138 145 0 R /Im277 288 0 R /Im93 100 0 R /Im74 81 0 R /Im125 132 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im108 115 0 R /Im106 113 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im107 114 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im74 81 0 R /Im244 253 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im160 167 0 R /Im110 117 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im103 110 0 R /Im100 107 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im96 103 0 R /Im114 121 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im113 120 0 R /Im108 115 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im74 81 0 R /Im244 253 0 R /Im108 115 0 R /Im97 104 0 R /Im101 108 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im112 119 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im139 146 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im112 119 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im107 114 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im160 167 0 R /Im291 302 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im107 114 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im113 120 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im101 108 0 R /Im100 107 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im160 167 0 R /Im102 109 0 R /Im98 105 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im107 114 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im112 119 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im291 302 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im135 142 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im130 137 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im130 137 0 R /Im292 303 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im107 114 0 R /Im291 302 0 R /Im160 167 0 R /Im110 117 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im332 345 0 R /Im130 137 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im136 143 0 R /Im291 302 0 R /Im135 142 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im160 167 0 R /Im291 302 0 R /Im235 244 0 R /Im249 258 0 R /Im74 81 0 R /Im119 126 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im108 115 0 R /Im111 118 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im103 110 0 R /Im124 131 0 R /Im100 107 0 R /Im123 130 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im104 111 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im108 115 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im277 288 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im291 302 0 R /Im160 167 0 R /Im110 117 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im101 108 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im117 124 0 R /Im96 103 0 R /Im97 104 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im130 137 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im116 123 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im118 125 0 R /Im101 108 0 R /Im120 127 0 R /Im97 104 0 R /Im93 100 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im107 114 0 R /Im104 111 0 R /Im93 100 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im238 247 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im115 122 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im257 266 0 R /Im240 249 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im107 114 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im103 110 0 R /Im108 115 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im107 114 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im332 345 0 R /Im130 137 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im130 137 0 R /Im292 303 0 R /Im135 142 0 R /Im135 142 0 R /Im110 117 0 R /Im107 114 0 R /Im160 167 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im134 141 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im160 167 0 R /Im110 117 0 R /Im107 114 0 R /Im291 302 0 R /Im160 167 0 R /Im110 117 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im100 107 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im112 119 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im106 113 0 R /Im98 105 0 R /Im101 108 0 R /Im117 124 0 R /Im108 115 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im74 81 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im105 112 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im107 114 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im108 115 0 R /Im97 104 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im107 114 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im101 108 0 R /Im107 114 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im93 100 0 R /Im100 107 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im280 291 0 R /Im260 269 0 R /Im241 250 0 R /Im239 248 0 R /Im239 248 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im284 295 0 R /Im285 296 0 R /Im239 248 0 R /Im258 267 0 R /Im255 264 0 R /Im286 297 0 R /Im287 298 0 R /Im243 252 0 R /Im285 296 0 R /Im260 269 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im123 130 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im117 124 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im124 131 0 R /Im94 101 0 R /Im93 100 0 R /Im114 121 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im140 147 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im109 116 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im107 114 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im99 106 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im98 105 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im115 122 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im102 109 0 R /Im108 115 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im117 124 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im121 128 0 R /Im108 115 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im119 126 0 R /Im115 122 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im98 105 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im74 81 0 R /Im134 141 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im199 206 0 R /Im74 81 0 R /Im212 221 0 R /Im107 114 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im96 103 0 R /Im140 147 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im137 144 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im332 345 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im123 130 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im102 109 0 R /Im96 103 0 R /Im116 123 0 R /Im94 101 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im324 337 0 R /Im354 367 0 R /Im123 130 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im98 105 0 R /Im105 112 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im111 118 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im107 114 0 R /Im96 103 0 R /Im101 108 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im114 121 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im101 108 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im114 121 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im134 141 0 R /Im108 115 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im107 114 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im123 130 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im115 122 0 R /Im99 106 0 R /Im105 112 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im108 115 0 R /Im117 124 0 R /Im104 111 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im96 103 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im96 103 0 R /Im94 101 0 R /Im96 103 0 R /Im116 123 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im114 121 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im111 118 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im74 81 0 R /Im470 503 0 R /Im471 504 0 R /Im89 96 0 R /Im472 505 0 R /Im84 91 0 R /Im81 88 0 R /Im84 91 0 R /Im473 506 0 R /Im474 507 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im108 115 0 R /Im105 112 0 R /Im105 112 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im139 146 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im212 221 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im122 129 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im199 206 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im324 337 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im93 100 0 R /Im114 121 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im130 137 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im245 254 0 R /Im94 101 0 R /Im93 100 0 R /Im98 105 0 R /Im101 108 0 R /Im101 108 0 R /Im108 115 0 R /Im96 103 0 R /Im246 255 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im101 108 0 R /Im97 104 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im106 113 0 R /Im108 115 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im103 110 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im105 112 0 R /Im94 101 0 R /Im101 108 0 R /Im214 223 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im105 112 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im97 104 0 R /Im93 100 0 R /Im115 122 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im99 106 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im115 122 0 R /Im94 101 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im104 111 0 R /Im93 100 0 R /Im114 121 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im103 110 0 R /Im108 115 0 R /Im97 104 0 R /Im93 100 0 R /Im238 247 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im101 108 0 R /Im101 108 0 R /Im98 105 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im213 222 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im253 262 0 R /Im101 108 0 R /Im93 100 0 R /Im111 118 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im97 104 0 R /Im106 113 0 R /Im93 100 0 R /Im108 115 0 R /Im113 120 0 R /Im97 104 0 R /Im99 106 0 R /Im102 109 0 R /Im117 124 0 R /Im108 115 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im105 112 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im108 115 0 R /Im99 106 0 R /Im100 107 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im106 113 0 R /Im107 114 0 R /Im98 105 0 R /Im74 81 0 R /Im96 103 0 R /Im74 81 0 R /Im101 108 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im106 113 0 R /Im98 105 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im114 121 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im107 114 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im245 254 0 R /Im304 315 0 R /Im246 255 0 R /Im93 100 0 R /Im102 109 0 R /Im245 254 0 R /Im112 119 0 R /Im246 255 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im106 113 0 R /Im101 108 0 R /Im101 108 0 R /Im104 111 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im107 114 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im94 101 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im107 114 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im248 257 0 R /Im108 115 0 R /Im106 113 0 R /Im117 124 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im74 81 0 R /Im92 99 0 R /Im93 100 0 R /Im105 112 0 R /Im105 112 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im113 120 0 R /Im101 108 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im103 110 0 R /Im100 107 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im116 123 0 R /Im96 103 0 R /Im106 113 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im105 112 0 R /Im101 108 0 R /Im104 111 0 R /Im99 106 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im108 115 0 R /Im103 110 0 R /Im104 111 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im262 271 0 R /Im270 279 0 R /Im184 191 0 R /Im166 173 0 R /Im166 173 0 R /Im315 326 0 R /Im190 197 0 R /Im184 191 0 R /Im316 327 0 R /Im475 508 0 R /Im317 328 0 R /Im172 179 0 R /Im171 178 0 R /Im167 174 0 R /Im176 183 0 R /Im168 175 0 R /Im263 272 0 R /Im171 178 0 R /Im167 174 0 R /Im169 176 0 R /Im192 199 0 R /Im166 173 0 R /Im168 175 0 R /Im185 192 0 R /Im167 174 0 R /Im164 171 0 R /Im179 186 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im171 178 0 R /Im172 179 0 R /Im169 176 0 R /Im263 272 0 R /Im166 173 0 R /Im167 174 0 R /Im166 173 0 R /Im174 181 0 R /Im176 183 0 R /Im169 176 0 R /Im164 171 0 R /Im171 178 0 R /Im163 170 0 R /Im168 175 0 R /Im263 272 0 R /Im164 171 0 R /Im179 186 0 R /Im171 178 0 R /Im172 179 0 R /Im169 176 0 R /Im263 272 0 R /Im171 178 0 R /Im168 175 0 R /Im166 173 0 R /Im176 183 0 R /Im174 181 0 R /Im183 190 0 R /Im171 178 0 R /Im167 174 0 R /Im164 171 0 R /Im169 176 0 R /Im263 272 0 R /Im180 187 0 R /Im168 175 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 499 0 R
+>>
+endobj
+499 0 obj
+<<
+/Length 1075 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}˲-¹qݼ¿â\ e¥\81\ f\v¯zhè\90\15á\89C
+qÈ\89MR\12m>D²\1d\fÿ½wíBâ\9cªZë`%jÒ}û\92¨\r$2\13\99\v\89\95\7fþé_~üù§ðão?ýù§ü\91âôcú\98&ûçü±ÍÓ\8f%~,9ÿXrøXÒüã×\7føé\17ÿý\ fy^~üã\9f\97/ãç\8få2~ù\88¯\7f®ËǶ^ÇÇiUÇo\19\8e/×ñ¯\9f¹Í\7fÿb\98âG\9c\8f\ flËç\a¢:\810mÚ
+ÊG\á\fÂüQ¦ë\fRØú38¶ Äü\91çû\fn{p\9fA]B\9aÚ\f>?\90bº~ }¬\19.!ÍP\88A\16bÂBÔ·1/Ú6R\19\94¬Ê À\19\94\97\10m       \9f3\bÛm\e\91%\1d\1f(`    )æ»\10óe  ÛGúb\8a»B.\9f¦xSÄíc\9e®ã÷}Ýæc\ 1\97ñ@\ fw­;/`\9fQ\98ÖC\84§\ f¬·ù/\1fóÍ\10Þã_\86p_À
+\94h\9aàøXÐïßÌ ÝÖ\1f^ÿÚ?\90"ø@\8a·/Ð\15¤\ 5­`V\Á{|F+Hé&\ 2¸\84]­BAKX\81;%{Xæg{8gi\ f©\ 4\96¤Iàn\ 4\87\1d/Çúç×¹òÅ\91äÛ\ 2^Ö~\11Àa\97ëô6Â}üçïo7?tß\80:¼ á7\ 5¸;\91:|\ 3ÃÃÝ\8bÅ\8fõ&¾¸\9bð\8a~þ¦¿ùc½YÐû$©\87áõ÷oÒcË\ fÓ"­?~\84\9bú½'\10Ðøðúß»N´N Nmÿ¿LàæÃØ\ 6ì>\ 4Mà¦\7fl\aBT·\0\9f\ 2»\v¹\8f\a§\0:\8bß"ÌÈ\ 2R\11, ® \98\12¼\1cmi"@'!Q\82¢)\ 1ÝÃ9<ÛÃyÖ¬\88~`AN\0(Átó¢\87Z\84å\88J/"¼Gdt\ 6+6D°\ 4²\a+\92\81î\88Â&\8a\80\15\98?R\82m}¤\ 4qB¿ï\90`\84®,L73`Î4\86ðÌ\99\fõ=\8c\11O@¶\83¨:Cf\a1n\9a\1d0-\88\82{4PÇghG\ 18C2\81¼=SÃòT\r\v<Od;\8a3\1c/8óªÅ¯\80l\8aw Þ""v F\1cQÉ1I\±\ 4u3\82®\f\99\11\91À¶i\12¸¯à\98@"QÕ-(ç\1f\80{\b\94\18\8b0\85\ 4' +Q
+\9a\15ܳó:>â=\94Ãê\94\90\b\91\15\10     Â¨ê.A¦Ä ú\11%ª«¿\9fgI\80,.N\ 5»r\10\17\13\15\80n\ 4¨\0Ý\81Y;ÏËÇ\ 4ÃÒôòCÈ\8aô       ,X\87n\9e\8cÊp\81Vt³B:\81\15í\81C\aqn(û±´a\1dÐ\ 5°Á        è\ 2ÀÙ¥\1c\8f\a\ 4³¢\f#*ý,Ëa~v\96eèÇô³,ÃäÐq\96å¤Y!]@F'Á}\ 1t\v3\ e\8a\fÝ¢åvT\82\ 5çv2Â\90g¨C7# \12Ä~ð&Aþû\9a\17¢\ 2\4\e`^(/01\94\ 3â¼j\e\ f\13S\aÂ\93·ül\ 2\eÆؤ£t×\802A|$\07\86\90ÌRÞ\83\12\92(\82ùr\16Oï<©\ 4;\8b·\8fuû\\ 1°b²\ 2\9cY\ 6\19"*QÅ ±\15\96\ 4­@\8eÇö»\16Í\ráñ\862/eH\a\97ºúÓpÉ\ 6\ e\90ÐRªWn¶\86OñËË·Hä<}áªë\18n     Õeú\0¥ÆË7hèüó²\vÞ\90ô< w\80Ó\aw\1c8\9by\9d\ 3·0\82Â\83¡\1c°È+¤íÀ"d Q\\ 2\87É\17I\81Ù-I°|ì<^Îç\1aÊ}\1e/ÄÒ\ 6r#\rv8 P\90\ 4\15PÀÆC\13\92\93\81P64^Jéß ýlãó÷\87\10Ǹ¡\ 4õH.,p\ 5\12<ú^\81á:½\15p\84\18¹!Ý\8b\85\rK\0\90Ë*Ë\87:~\8cé@\84\8eH        Å\8eS !Ô½c\80åäÑò¡\8b\15ÉZ\1c#r\ 3!Êf\14£æ\a\9a°#\94\95(¦Mt\84D\ 2\19\9ee24\17\v>Kõ-\10\1d        Ý\81Ysd\14a\9fÑï\ 3\84\9d\9d¦qÅ[(\9f%q\85\12\90\88Ã\11\1d \86ñ\88ã0NS\1aö¤o\gB~\bb{Ø\8aR@\12p\z'è\a\1cðhÔ\ 2R:>©ãq8\93\12T!\1d\9eÆ^@ß\80\f\8dH¿%J\ 5©\10¼¬$\12\11ßÆS\84\7f\86'\81\ 3á_´\80\8cª \ eGd+N+\96 nÅ+\8c\ 6äp$mx\ 2ò\8d{Ây\91\1cSg\92ÖèÐZ\80[x\8b\87P\rç1>£p$ßÒb\8a\8e
+\b8\ 6Ã\11pSGE\0ó"\90ÙSx\11{2\1d\9eLÆøs\86\9e\Çø3V"¡d`ª\0ïTsã¯\1fX\84"Ø#(Îó\ 4\ 2º\10\ 1Æß\ 1hÝQ}\1d¿\88\11\1dU\81\15æ5ú%Ã\8aOsý\92A\f¨X\ 1YÞ`f§\94RWt\ e\ 6D\8eã°!¬\83Z\ '\83i\ 5v$%àÜRv$\85 <²#)Ð\17ê\8e¤`\84GNnK\1aO\8cöù/õç_qÅ\10¾a\97½s\1a\83\9aã4\1eÕý\90\19þ<¸«%\18g\0ãõÝ3hã<\>\ 5,\92èÍ\9eB3S\94¤G\91\95      O@/\ 3\e\92Ñ        \ 4¬>²ù5\84¶³\81\14_\8cp\aõú͸©úO\0Ê\94Ð\ 4t\84Ù*÷º;@\ 4h)Õ \ 5Ø\83 \9e   P\84Û\80\99óx\1dá.\ f7pF¿ï)D\9f¡\0ä\9c<,P\83u\1f°lÏLpE
+ว\rë¢\1d\92a\8bp\ 6º\r\rà{Ú8ÕÚ˹\8cÝÓÆ        \1eCú5I\fH\ 4\ el-     èJ\18í9Ç \12Å\88ü¸\ 3¢OÐ\btt5c+\96­(b7(ã21ãs@(^­;h\85\83~+2\80\18Û±|ÝÛ\10æÁ£t¯`~â\89ã\82\83\11½\84\9bx2ý%Á\8a£\11G   4Ô"]\ 4\e\9e\80\1c\8d·\12èþ\apé^\9a\b^AÆ\1d\17¸?\92\187òD¯½Õ1j¨F·MdÀFz¹¢7°q\1a¯\ 3\ek½±/§çÅw\\83Æô5\1e9\8d×UÀª¦Î?¯dÄõ4¶\9cþ\15W}ëGxN°¢\ 5Èn$XN\7f\1e¯GäA\13 Ï\b\92ôû¼æc\81; ¿ÍLp\ 2·\ 5в\97\8c\ 4(\1d%\97\90úò\ 1\19\14i1õå\ 3zVV \ eéI\85Ýr\8cêà\fuHÐ\ 1K
+Ðü¥\97$u\ 1VD\7fù\80^÷²¢=t<ë[\91\16ë%Ü{Lþ\ e\89Ï\vP\1eãÔ-h\8e¬ã\87hD6\15à\88µ
+æ#$\9e´  ð\98|~äÉ÷\98\1aé\80ãY V"}\ 5      \99\91'*NP\ 4ò=O\84®Ì\13Öc_¬çU\ 5N@ßCâ      ex§\95\8d\8cJ\0{2ù²±\ 5õ=GDëN\16ø\81{Ý       M\rW¨CzZ²B       :ÊFÐq\fÎszã=ÁÃH¿ñ\9e\90\0\1c\ 1E
+p\ 2\92\ e\1cU#²'$YE\94­\80Åôp\ fõÊ\9b\ 4\1d_¡O²2öÅò\95wÊÏ\82ºD<\19H+È\1e\14¬Eú&ÎØ\ eôâ£\19\86\14zb·\ 4é@ç\95\91È\89E\92C*V¹"ÆtT\0ö¢fT\007DQ5¹ð\86\8eÈqá\1d°\11é\17ÞbDÅ\9fõ\89n\80\e\8dªkÑ\83ù¡¼}_      Ü-\eé\1c\86´p&ã@¸íµñ01\93\ fó\ \eÔç\ f½\98^\8a\9d-1ìm\0{\12\92ç\83\añr\16êL\19y\81\12\v\ 3Ä\v\81ë\1aR5Ò2ÃÉK;d\ fûf-5¤V\88ý\98\1c\92¶²\95^HÊö°\ 4$C=9.aÓ$À\8bF\9e\ 2ý\98Ã\13\e\aâhHiU#i}V5\92¶Óü=U#÷ñú\9b\18KIzÓg?o\17\96\9d\9f§\18ï\ 2W¯¿È\99j$uþ}GÙÇ\f'\0¢ari>mê
+\b>\16°\b\1c\ fë¢$\ 2Zv\10Ñ\ 4<\ fë 
+8\1eÖMH\0\8e\87u\19í¡ça\1d\9a\80ça]Aãås,Øuåy¼PÄl\10-Ö \1d \D'À\v'\90\13\94­ò¢³\ 5T\ 4+¶B]\89¡#Òu NÐ\bdd¥=¬;\8f×o\9c\ 3<\ 6tp, \1dvTâ7\84¶£Äü]\1f\14\80Î\9a\96\vr|\15\vÀQ6\81TÐQ6Q\90\0=e\13\86jô#\11\ 6°Â\15è\957\96\ ftt\98ªÐ\ 2\ 1\8fB?®ÿ>vBrý^\\9f\1d¤\11ÇR:¸9Mª\ 2°\92 l\ 3:¸    \83\80Ï*&l\a\96ïsZþ¬\10\9f\ 3\ ex6In\84ÓÎáp^P\82Oxö\9dP]¢!à\ 6È
+2´BýQX~\98\90¤¢ybJZ6ãL\ e§Ò\ 2Ý\80N}\88Ý\98~I\ 23:\ f8«¹\ 1º\81Ð\ry^vnZ<Ì\9f\15b7¢Ãë\et#:´\88\831\1d\9a\83\ 1͵`¬ãÆè\aì\9aÊÿ\81º\82Ú\97\8d5tx4\9enènG\87è\9b¼\97\17{\83\93§ñJéÚÁÉ\9fËgRü-)?\85öÊöÌ\ fïðê\13d"/H\89\11û\0\ e\87¡\18Zr¼
+Ä~@¿$\11\1d\11\v\88\1aº:\1a\10\95       \8bÐñ*\10\9e\ 5\8eW\81X     ä\98¾\ 4\r\e¡oê¢z\18wàÝÁð@G¤çµíM`/¯efl´k{)­+\98©èp=\8b_Ù­ûAÈ\e\9eMÚxÚÝ£êßiú\8e`ÎR\92óòå¤x[$éñÞ\1eèç\1d\rÞ½|@¯`\rP\0ú\9bª\80' ÷u\88õqúY\ 3î·t¨EÑ»»G\843\98\ 16\97\bñZz÷×\99\98¾<   \92\ f¢VÅ{\96!x\1aJdh\ fRz2ä5¸\13\9a\80^\a\ 4t-\9aá\ 4\1cíI\16Ñ\f B½@-Öç¿ 7â@Ø-\12èÛ1\11\80á»\1d\ 1P|xÃ;(S4D»híè0Ç\87\91\15:\88×,¥xYs\a\19a\01\92 \83Ê;F$\ 1Ç\ 3é\b\1d\91\ e\87q=7Àk\80\91\16z\98ß°\be?\143T"¹j)Ê~\8cì\0ôczía\9cáqìxÛ9k~\84#ÄÐ\8féV¸@\rЭÐ\10æ\9e\15Ò\1dX×G\ 1QÜp8¡\93nMP\85tÒ-\12PÉ·\14\râíE´\14Þ\8bh\ 5\9eúUèÈ\1c´_\11\1eÆ:¾\aý\98\1e\f¤¤é\10Å7±\17Ò[»d\9cSèm5
+\12 G\89g(A\asÜS%n~¤\9b\96u\1a{\8cê \f¨t\844áxJ¾jK8/Ô\7f\1fú1ýª­õ\ 59\8f×áI\1cÎé\9cc\ 1;!G_\11í(æÄw8\16\11¨*\f!Æ©µÞ\95"Â-pÔÿªg9\91`\1a\rf.\bµ;'ªóϵ£Á%\18Ò\ 1â¢y1ª\83\ 5{1\19\9cÌ8\9cÓÑ\95\fÓR\ fÀ\8bã9Ý\f\17\11\1fXE;¦÷\14km»yú\0º§\98.\12¨÷\14Û'¾øyO±éÍm6-1¦øî\ 4­\bì CÈÅ\9c\88¶6   "ÂIYã 'ÔÑ¥B\1c¡¼\ 5ÅîÚ\ 6\ 6q÷Í\10\97±·
+æ³\bïeìL        Ì
+Ãì\f\bëð\ 5\f\a'     \vÇ\fã¾\8c\97¢±7ó\@ãõ¬tCów@¼\13ü}Gï_»n¾|@/\826ê¹ó
+ôîÅF=×_\ 1£\8e\83\1a¤WÐ&,B\1d"NX\aõÞÁ\19Í` ;Èe\ 2:Ä[ʳ=4\88¹'\ 1ö\94¤\11=\ÌÈ\ 1\12#\118\1a±¯x\ 5ú=\ 3q$·\ fл\96u>\ eóP\ 6\9bälp\ 6wWD\r\96¨×@Úy~Þ\ 4\1d 
\92u\9a\83\0\9d©þD>\8a\ eÃ\862\9f÷ð~\18Ò\19$¨Æ\ eþ6´\85z^\11-¯¸è\90^FZ4WFi\ e,¯è9\ 2^\88¼ -Ð/­[!qï<¢Z\fC\12½\ e5Z   Þ+K\1fªCm¥ÀÃ+Ø\82t\1cÐjò\rn¢ã\91=t$\8eÌho\11r8Ó¯\1f¸gFw        \1c\99Q
+k\93Àgf\14\92|e×:@\ f\1arÃy»a1V¢Ö@º§DÝ\ eÒýÃ\80Q=ÈÎ\94\0­ÖCz0(IÐ\15¹\9a\8cl\8f\ 2ËÆôp\9eÀ½[\14gz\80\13ÐÁ~\9c\vÀ\9eLÎÏ[1qÏ\8c9R\8c\1c\89\ eÓ5¤y0 H\e´bY\0y\12ãb\8a°Lë#\eÈA<Ì8U\84\96\9f\17\1f\ 5rrÕ\90ÚÑä*ã\90J'»Èx\ f\85jâJu\90˳À¾\91=\8c\ 6ö¹<\fì[\13è\8e#¢ã±#Ò%°`-r´øÐ<a·\8b\11\179"\18\92á;§\8cq"\19ï/Ö¡ ãH(Ð9áp@¾ò)\ 1\9b\91Ü£¡\15\13\ ff\16\ 5Fd\1e\8a¤EÅ\14ëMX\89\86ªÃ¯àxÈ\97\9b\11\9dÆë\ 5í\86\90ì$í#d\r+üy\9d¬!h«§\1dF
+úy9\96²«\8e\ 1á\1dµÀ   N_§Ó\rè\ 3\8eö\ 6A\13?§ãEòó\10%$´\81\ e\84\1dð<óÏÈ~\1cP{F\12tØo«\ 4î}\80\97\12\ e\90=\9c±\rél\1fö¬è<\ 1¹ú'@\17æ «X¡\ eÉYucz\18þ}è\ 5t>ä\r®_çcÞ \11ËùÐN\ 6¬ì\1f/DFòs ä\8di¢÷\ 1\8a°\ 6x
+!\84\95uèX\1fÙPk\ 1=jC\8dkÂí\88\râÅ\13\10\94 â\8b\86\11¿BB'4d 1>Ët¾\91¬í\ 1C÷b\89GFu\1a¯¿Ï\8cÖ3ñ5þÛ÷\99¼Ç\aZ\80ç¦dÑNón\8f\8eþQÂè&F=©\8dÇ\9e\84\8e]©>~Ã\12p\14#C_ì(FÆ\13p\14#\17äÊôN3)âã\/¤\8cð8q\14\13£\80ÆñV?Á\98Ò\81ÐÂ\90ÎQD\96HL§sB\97gAe£\13\1e\r*Ó,\ 6\95\f\9eJs-";«á\1d\9eêR^\f\ 6e       ûB\9dòbÕ\82*Î'üT\a`jêiD\8d·P.ßh\94\11\83®¬\15\14÷]\19\99@x\16W6BáA\15Ê8¦\92\f\1d\91ND\9a\8d\92\1cËD¤9k\99\1d\ 3·2N-up+ãÔ\12\84Õ¸uß^Î{H`ö·î; æY;\r\ 4>\råûÆ\9d²BKn ¡¯uhè¥&\1c¤\86\17$¯8*½í\ 1½©Ø¢v\14°×Úy\833Hz9*\84É\1c\94\15$(Óëi\ 3ôå²\1dì(µd\a\9ct\ 3Ã\z+î\88³3¹"¶D<\83\9b3cjTÒ¢©Q\87Õ¸¼ÎÕ¡\aNõÁxÙÕy@\89Ö\b\86KQéá\89ÖC\ 5.ãõ\1aª\9a\19õ§O\90ê\ 4§¯·â\86Ò\ 3á ¶\80\9d6ãX~þÞ\ 28+rA\13ÐA¾  .@®\81Û\91viÿzPûe\ 2òM\87õÒî* %\1c\88H\82\8ex.¤ã(¼¬@of\9d 
+;\9aY#\1d\9c\ 1\8cv@¯¾
+ÅÖ?\8d=ÕÞY\99\95\rà¬Ìh\ 3<\94Ä\ f}h NT§\9e©åÐ\97CÀA=³Á\19Ü©gÊGÁ\9bX»Y\9f?\107¹¨=Np\13ô |ï|§h\ 1o\\87\1d\89^\v\e\91\168øå\8d6ãú\ 1\a³ò"Y2Ý\83\fµ@©'¶\ f@W¦cÝE;N©\0\8atfè\8aÎ\8cºBc­¸î \9b\18¹/\0RÐ]³¢áh0np\ 2\8efÐùY<¸w\93~\14P¤IÓ\ 1^N\8d\8eCG@\91\ 2\12¡# Ø¡j- `åÔx\ 5\91\9b¦E¼õ\1d\ 3Ù\93íÜÊ\9a\bp\\9drÑâj\8euããHÆ'RA\86àà\8d(ZTH%8§gJ´@3r\ 3Õ½£\80];î@µÍÿÛkGN|1îJ\ fâ\vìÉ\1c\96\9arnd\9c\9bê´²Ä\93é \1f\8cÉ\94®ö\15"\vY\rK        R\e¡+Õû¸\1aÖÝÓb
+5§gJdÔ\17\82#d\ 5ÕP  P93ÙÃ\fC*\19à°zêa  \14´\ 3¢\ 4¾bÝBHè'D\84\80\10c\91ߨå\16Ôu\12\\8eUããT_Áº=Ê\90\85ò\eµB|\99\83;\ 2\aU²/Ûù\99µô\90UTc=\96¸\1fÞ+\88\8a²/+¢/£X7öe2NSZP7\88ÓT\82æò2\87\11\9c̬è<\6"Ë\8cNÃ=ÝûViöLú\ 64\9f\87Ë\8f£,\96¸Ì^&o1~æ²lc\ 5é\r(>/@Çi\ 3\12\80Ã\ 3X÷½Ë\ 4ôrÒ¨é\ fýý\88\14È\ 1³F8\7f\1df­¥\8c=\r¢ë¯¼\19½õs\988\ f\1a@\95_Aòw´C·æ}W\rÒkÚ\vTa¹ÓE\98\8f\eßóx\85Aªb¤34â;ÈJm¨>Jéú°\1eqG_\87É\1e®Ø\88å^ÔV\13^\96u\8c\1cÙè¡ý{X\91òíxë~ñ\83z+彪[1\ 3
+\90M²'ïàÜ£\13\88Ø\8cä:Â\86sw¶\80b\94)iG\11gwF\13ð¬ CWª\83\9c\19Û¡\8e²B_èèa       ]¡\ 3g\9fµ³\90ãì\9a\11ðßGFàé?\b£)½ÿ\1f\8eþ\7f+<Kå\1aD«çî\aS\f\a¼y9KuÆ\8dI;\bx=7>\b\1cõÜb<Jѵ y!
+óGä\ 3\1c\17\15;Ê.í\ 1\86\933'¼\a2´c¬%}+d {¨\12\88cÅ+)C7¦cÌ\19ê\80\92JÒ¶\90\82ì\ 5ú\11ý®iF~Äs×4ãÃ\_ÁòÌ\93§å\99'O0¢ô\90\96@\15r\90\96@G¨S\aY\ 1X/ å\18{\926\80Bs0/÷ôÿÃyµ^H\e±\ eËÅ+{\aD)$çüÔð4v°¦`hH'\9eÉá\116\94a<©7ýÉ8\1cÔyg
+ÌIîÜKT\0sy¦Ä\vÄ\ 6ôp"[\ 5V/\9cà\9c%X\adp!¯ª\19\91W\11jHG÷`Óð%\ eÑË\ 1Ñ÷\ 4Ó\ 3\18¥Aì8 q°\9eà\19È\97öV\ eþà\ 3Ï\9ci\81 \9f£\b­\81ô½\ f°+W+'\9fÏ\ùò-\85Å\ 3óX»\8a\15ý¼~ÛX_§]f\7f¿lde\8c[õc§ñ \8a\91£ä\ 1|ÀÁ\r\ 5ÈÄ-ÁîÉ:\ 2ä({~´\7f\r¥\1fý}\8b&:¿ÏQv8\7f\1de\8fP\7fe.Ì\9dÞÚ\14à[.LN¼\92Ð\ 4tvê¼<ÓÀ\ 2\1d\80\83a¼`\15ÖÉsf¤ÂÀ\889N_«¡çï;=Ü£\91à¬U\82åD=\95ä«æm\ 6ã\1d¼/VÀx\1e\ fT\10?­k>¤tx\95©
+Õ·ö\97   ÈèÔ~Óö\ e\ 2Ô\1fxZ#ÔË\ 4\1e»é>OÀÑ\ 54Á  88æóà  Xùag\ 2Ü\8añ\ 4\1c\88\13`}T¡\ eé}\ 6\16¸\85zJ²sÜ+VH\1f\85¬X\87d\88µ]u\9d' ¿Ì²'\19\1d7ÀoÊ´\1d¤¯\11 \er<´ßÙ\87Æü \91\ f\15äÇô\8eÜíEGï\ 3üª\f¹\ 1\ f78tD\8e÷\bISb~Ñ\85\95Xï#úÔ\91µ\9b®AG\16\89#Ó¯Kç \8a\90L`\16u\80J\0z2\87\ 4\fÚ\18\9eÀ
+\1d\89ÞÊuÅ\12ÐÛ      [õag\vèmá\86t@gÞ\89\e\92 î      \8dü¨ë    {\ 4ûç\ fÜ\ 3Ò\97¿»     à\r2\aä\ 6\9fSD\18Rê÷\14ª#ìÞU\r\86\ 3)A#ÐÃ\81\9d`ÿI8Ю\9a\0½ðl\ 1Uç0¢7%3ÖB½\9b®\18\92qjq\87\9a\9b?)\81\13\90«\8f\12ñ\84ú\8dé
+\1d\89®DV\ 3:x\96¤\rY\81T7òI~$eVßÝ6=q\ 4í¶©ç\b8{\12ÖbÁ\8e.×M\97\ fÈ­62ñeú«\98øì8k×M\83ÇY\86¾ÐÃÑ/\1egT\82\ 5\9e&:\ 1\15\8céî\99\rÃgvú$        9þï_?P[y.\9f\1føò¶LéåY?°Nà\ 3\0åã\1f\a8yPøXò\8eq½þöKí\85ÜA-o³æÍ\19Tn$ùç]\80/þ§\9b\1e._ï\8bÎÛ\88Êa±\fvú I\ 6Ì\92w\96û'H\9d\91ÿô\91:l\89\ 5z\ 2`\89Ì\12L\8fsþÞ\10\98%[\19[\1ec\92³ã4\7fO$\97>ÖKýÐöþ\9b­\1aÑË\1f\956<%á,9_ÖôVÏ/k2ø\80\a¨ÝÀú=\18UX\ 6'`8iõäÙM\8aj\1f\ fðn\9e   \89@GH¬\1dèE\ 4ú}\8d\1df½=àì9p\ 2r%d{Ö\90\aé ÷W        \8a\12P°|F[à¸q\9b5\ 1\15        À±\83\96\15\bÁ9W¬\82úuÇ:j\85\17 ¶³\80.Ðz^\80N5`<ñ\97     È¥'1ÔÒ\93Ë\ 4d\15¶V¢£*\10#4bÄÒÎ>°>Û\ 2âÆt\8c\fº!G+Ò¬\19\ 1ýý\82\17 cte~ä\85\1aóNÇ\vQ\1d\9e¡\0t\94t\86g1:\88Èe\81=      \18=
+\eÌ:z\14Æ\15\8a@Âê\ f\98tR£\ 12\81m\96\99s #Ó±ú4¡\88ÎÁY\12ðY,?°K\ 1\9b\91N0\1eñ\f\1c4õ(¦vÔÀµW\ 5ýã\90q÷`\198¸{PVâ@É`D\ 6dX>\96\9b\1a¼áò\82âú\90\84¥¶i\9eÀ\a¤2°J^3\7f\86\14N| Ê`ÑÜ1U#\9cÙÉ\a¢Ñ¼w\ fD\96ܧ\r93\a¡`\9e\90\16\81=\88\1fù&\822\1f\e\1dx©Ó\97\ f ®Ä×#­~ Ô+\83ó\aòm\13صÏ^Yÿ\86XNK¸_û 3õ-\82\b-1èHc\84\ eÝQX\ fS\vGa=Ö"Ù\e\9bÑÀ0gä\r=\95õØ\1dË\8fÖ­\9b¨p$\91\19àÀÊQ\9a¯y\92.{ÎH`uPÍc      èlû0ÁÓY-\8déýjFzcâ\r¯@/l\9fÄü\863½ã#Q¯K\ fx\ 6\8e\ f@W¢\17¶«\81\11ÿ\0¶Dùî¬ÄUÍr\19\7f\ e\ 4ùæ©@¬\v\12ºa\7fnµùi\8c\8aË2\9cÔeâÂ\86h1Eú\9e\ 6\8b\12ðà\9f\97_üZz\93¾§Óc³7\82âô=ÿ\13'ZOpúòæµ²ÜÎîQ\9c+hëç\ 4<\19.@päö\81\15M@ï\87i·-Ý\1d`UÁ\9b$@Þ\13\15\9a\8fL\1a\10ìiÍy¼£²ÿá\ 6fôû®\8e¨ªÿ`H5Ô`\1dh\9dU\ 5`H5R\0\a¯mh\ et\90×6ÔN\82Ã.t\a«5\11\90~\11k=ÄÒ ¯mØ\90\13÷t&Þ\90\bt^Û\86v\ f*a4\8c¨#AÊq\8eÝ þÀ­U\15\b\1f\8fý°Þ\166b%\94Ìà@»\91\1fð\8$x\128ÐrèH\1ch9<   ü4ó\83\81T\ 3»{n\80£Ý\9a\11Ñ\e\9b¥Ò[_vP\8ee[Qñe\ 5\ e¢z\14\ e)"4°\e\8c\rÇczY´èÈh9äË\91½Ñ\9dÔ!7æeÅP\ 4\ e\8añ\0÷@/\87\fx\ fô®°1J¾\98\83Ý\ f\95 aO¦ç\14)AO$\14à\18V\8d\9d¹\83AF\v\b¨\b±+\93\1f\v\1e8k1z,Hê\9a\r\1fêÅTt\ fIL%ß\9b¥\15ÆÕú\85Ç
+ãj\9d\98\98ê~ s¦x¤E\ e-Ü°7\97é\993vE::\93Õä\92³Ðh!\ 5­+\8eØ\13è\95Ñ)<JN2ö$:R\8dc*9¦±¦¨£qu+ê\1d´¢Æ!3z\9aå\19¦×:\ fÑ\82\ 3\ 2\9dÅ\a:"Ä\94Ï(d°
+\82¸\1c\ 3\f\19:"\1d`È2BF¶\10º!Ç;§¼Õ\17\ fÜ/¼Øµ©\15bÅiìÖÔ
+±â÷\f\87X@\18;$D456\84/~OþBK        Í\89\ eO B\ 1ȹy{w\7f\1eï\7fw\7fY\80\ e\8f$8\ 1\9d:Â8®/\13p`lX\a\1c\18\eÚC\9d¥¾½»\8f\1d\16&Êþ`¹iؾ\ fèè
+\16´\89\ e\94p\81\12Ð÷pEJìèx\12ì\95Öy\ 2ò£é`\99\90@±N\ f\ 1;\92\a\9a\1cOP\ 4ʵ·\81l+R\82{PÎ\Q\fÈ\10\1dáTc\99îh\ 1çxÆ®DOï\13TC\aF\85\\89\a£\82¿/s\93î\ fçß\10ÏÅ\fô\1d(H\8d\1d;`\99eo\a¨\ eÍX\8bõ\15,\93\14£Z´ã\8c³Lo¢
+\90ùCOæ(\8b^\91\1f\9c\e´A\1dæÜÐú=\95\80\86Õw6\90\82\e\ 1\1eEúï\87M<        X5§\1c\r\10d =s"     ;1\9d\9dÖZK\87\ e;-ghÆ!©\ e\80ÊAÓ]\90\ e{\10¾\82\95X\a\91\v±wûØ\8fÊ¥ù;ÂöH\8b¡\e\94BJ\ 3ØàI¢c\9cb@Æñ5\1c\90 \17^\86\8fa   ÈõWy\82v¬'ÆS}l{\1a\8f:Ç\/-k%h\80\12\88z\11^\1433þj\1e\9e%z)hÄV ÛqNØ\118\1a!jÑ\ 4/%\85\12Ðû\18ZfxIÌôbXâÉtæ\83\19\9e\15Ìø8\94\13£VKÚK\8cè
+\16<\ 3\ 1\9b`w\ 5ýì\98\81|¢7ç \9dæJ¨\1ao£1U-B\9c°'\90A¢öl\7f\10\1f\97éø@\89\18ãñ÷Qt\87õÖ\a\82*þì\1f»2\81\0ã\98\93\951Mg\82T\19'´BÎé{\8aYöó\ 6S÷~\9e´\19ý¼\9c\98ZV2u\bj9?ª\89o\19åG­\ 1Ùô=Å./¤\9c\91\0äÇ9\ræ½H@'çLø\ 3º\ 4\12\\81\8c´7\9c¶¯B¤\92Ï^Ý\9f÷P©ä3\9c\15+±Nt=C#r<»\87V Ó\83ÚaÜU"ìÅ\82]\97½BÓ¡¦Ä\r§íÙ!\7f¸\ f\95HÇêíºë2\ 1\9d¬]tDüá?öDz\rÓ\84\ 19\rçí\192ý@@\9bè \89\8dØ\90eWÔ\8a\19\aÏ¢\98dOB@:K\v\ 6\9dy{¹?èÌ\eAj_\82\f§Efä迳7\ 3|'§g_êh\89i¯];"ä\f§Ø\93È0[\\91\f\1d\ 1\1c\9d=¼?v=î­ã\16\9b\0>/®\15:1ÃIáüõ&V\93¦\83üÙ»ìIY7¿¬\1dÇüå>r¥:¼\90HH¤oA\9cE\1df\85\84Ø\ fI¹ñÑ\8coF"¼G¥wR»\8aõBG\14\17¹$7\15,C½)dÁ§\91\14Õ\1dP)te\8e\8aXèI\1c\82}©Ü\ 3)AOä¡À0¬tð8jXéàq\94HL#s'ìÏîï\v\ 2æ\0#s\9d\16p/\ 5|?ü\7fÅ6NjÄ\8aÖÆúnÿ4\ 3\aZ\9bPLãAk3\8e\v\1dÏÖá\81"·hn¯Ö{þ\9c½0»qøã<#_â(G\\90\1d8\8azÛ³õË
+\1c\rá\9e¡,Y\87YX9\1f^\81¬Ee\82¾D\7fóM²\139½)A\13!Gú´¸\90¿9\87J¤W\83\15\18\158°Ò\ 4\ 3»\9b\12\97\8f)#\ 1¼\8eý\86äÍõúÅ\bdÚõj\ 3çñúaRÃêËÏëPs­ç¼ü¼\8c³Ö[¿ëÏëÌ\82õÖïòû:@Q\91òë\ 4äþÈ! \ 1êHµ\ 1\8d{aï\10RmÝغ"ìU\94ö·\90\ 1\8dÇåûe¼ÞÅ'!\rö°sÖú\85Ë\ 4t\8c¨ \1dv0ØXAhÏ\ 6{ô Ã;0#%v4\ 3[2ôA\8e>JÐ
+u\ 1V\96â\9e\0é\ 2ÖM[\0\87\19¡\e\93ï;Â\86uX/Ä\83\83\91ÕNN=+¤\85h5¤ïé Åw\ 2ÔA½\10/j;ÀéE5\e¤\bÛþ\1ebÍï»Ûo\116^\r\8bU@¾î°jÖ®\eâ\9d¤\90\b<\9d¤Êã$Ö¶\90£Ñ@\9c\91\1fpT3Z9ê°\15,\9a\15°ÓÜÊI\85Ó\9c, ¾¯\19^ÀÃxÌøE\87\ 3²ô0 K\13\9e\80\1c\90%\18Ñ9ê9\ 3\94 ^Ï\19Ög*`0gO\ 5xA*Ü\ 1\1d^JØ\8dÈÈDʶ\85\83\12ñC:R\ \19ë\18%ôc\8e;;ëã4l\ 50¢ó\90Ü.8¯ÓÑþ\ 5\9e§º\19\fu3Z\8bfF¼"\15Æ\94rñ@\82\9eÐÑ\ 2hÂg\99^\f9ÁÌ^\8e\882ÎLuJE\18Ñ9\90\95\8cC:\9dÚ\14'¦ò\ eæ\bUP¾l1jÕn@Æ»HÁ\1dÔU(C\ 1êÏ­I@è(gÕò2\8e\10ÃxP&®0\84yø$É\v6B\1dãÆnPǸW\88-80î\15§\15îbÖ\9e\12Q\8c{CG\99#3Ý/(\9eÄ3E\ eÈH)g\10ã\19\8a\10Ë\0\19«%ÅÑ\84\ eò§gÑD½qÍ«\9b\96µ\8e\9fÁx½\1cº6b»\f\97KO,\10X;äÆ´\92v\83ãe\13®·µ×ñò9jµ¬]ñ÷XI/\ 2ÔË\18kéÈe¼ü&¡AÜk\97\13\97}\0-@z^UAr\8b$^Þ´S\bÉX\17\16I\85é\16XNÕÙ\ 2Þ\83\v+±l\82ÖC«o\83¬\a\17\14\80ÎúPàï;0vôû\10c'*`\18yO\ 5è=\89Å\12=;¦Z¼@\11:@nh\86\ e\90û \14¼,À\ 1r¯H\ 2\1e\90\eû\ 1\19ä6Ò\85ë\at\90{\9a¥£\84\83Ü\9a\19s\90\e\99±\ 3ä\ eP\85ÜM¸z*Īfö\1e\o\90û4þ^5ú9\1a\9cÈ\87ôn\8eÛ\fÆ{\9a9Öí[Æ\88ôÚAºt\89ô\88\ 5Ùþ/ßÓOQ\13\8eÓaÂg\ 1¢\8b¶Î]íÒc\10û\9eýç2\ 1Ç}{\82\13ÐÛiæ<¨\ 2U\0\95Vö²\85\8ev\9a\ 6\rö>@½à\8cE¨·Ó´K\8e\8e\12}wÛ«\88\90\82\11\10\a+9\19\15J@/ÚXñ\ 4ô\88z\83\87sÛ¦ê\0öD±\96mu=\11?É¢è\bØI\ 4íX®ZÚ\19²\91'\93\ 3Ò\b=\91§\1d$ÚBxKA$ðÀ\13}mçx\95\80þ®§ -v°´Ïh\ 2(\98\17Ñ\bÈü\17¸\83ú£\98\ 5ïàÍ\88(Mü\8aw@¿-®Ý­û*@¬Ø®\18\894Á-\94ã\894­Z<Á_\95à=Щ[\82ªÄä\96&Â=\9c\1a\1c\11é\ 4Û$"\92=±ñÿôÍ\90ñ\ fA      ê\17mY\r\8aÉE\9b!\ 3/sî\´\11\ 1\14í0¥÷Í\ 5\1f¦zÉÁ\f\1fEö"¥'Aþ¢E³\ 1Þ\b\12ý>ì\8fNv\0ÆCúEWÂá\90\83ó2ý\92dB6ìx¡\9a\ 3\9c\80à\85Âë_ëþ\81ùH\8c_F\90>im\83\83;\a»\11á¾Ý¦\10k\19íy
+Qn^\95\13\14\82Î.\r#*½hÂ\1aA\8e\9aAÎ0ª¿\9b\ 1\7f\11\ 3\83j½¹òþ¤æ  >\91qD&Ç´yÆ\9ePîw±_w\1ej<ØïÂ\1eÄt}1\15áªå\15t\ f­~­·\87ô¾t\83Q­|\9c\1a÷ÎèqZ¦òì8-A\8b'èu+\8eÈd\8c±À\80ÊÁ\98P\12<Îô\98²`G$\1f\87v\9cÏc\94\9avÛ9w\98\7f:Ì=\97\9f\97\15ý¼þ\1eÊn;/³\97oK7¼z\1d\9d\9aàòuÚ\99      O@§\9d1û)\1d^e\8a2ÛQ>w9Ü\18H[D\ 5$"\8c\15à\9b¿§\ fã\97\95Yú}Þ\84q\95T\90\9a
+ð»Jh\ 2\8e»Ê Ê\8f¬¿`\15\94sÒ0C\ f\ 4\1a³G\b®í¼Aï´þ4>&}\a°\vÔoú쪳çE¨
+b'¨« tc\8e»Ö\r
+@G\86&M\8587;ö!\8eç<Ð\ 6ufpÃUFÏ\81ö\9e¦£Ãü9\fr\82.rx¨\ 2\ e|7I[H\17\90Ñ\ e8h"bÑ\8c\90\ 5î\80®Ãs\94\ 4À\1fã@' \97\ 5ë ìG#\fÅ\90\1fe\01:\b]\0±æ\ 68@\P,r\a\88Ù\85ýÎ:ôNèN\13Ði.Ò\ 4\95X§¹h\0q/\1a¦\10\82\ 1Î\1a\84\ fcGû@ä\8au?²ã³£ft¼\86I£ñ¨}`Õ>À\9fÓ@3ð<§Ñ\ e#:~V]1\ 3x±+ÖÛ\aÂxÈ\ 3\80Èñ\9e\13pp\ ei9\ 1\9dÀ&ê\0ï\7f\bu@çD\86y\9d~ÕµC¼÷\98ØQ:cí\ f{!i¯ûa_\0\ 4\1c\8cZHJ\ 5\90¢&\80ïðÝ'V¸\93³KVÈ?\0w@ï}G"29\1eÈÐ\8f\8a[ÿÃ^ZBu\10:2\1d\9aʪ\1f£\13\10ó2\8e\ f\8bá@¯ÿaß\91®·ÔøÍÛõrC;qØ%5.r<R¦\b"ªXÀ\959¦.Û\9f³ \19\05\9e \16î\8cIh\ 6À\13]e`\1f\a2\88«É\a"\9e\81\8c\18±(D\ 6ñâ\19ÈÎhÇ\88\91\fä\8b\ 6³¤<È\9efw¾y\90\f1\8f\19J\9c\a©Ó\f\1fÉ\83Ìi\96Øä1â4«\9fË\1dÞ4vÑ\15¦ZÈ\9c»|¸¤\86ÑÞ´ô\ 4H1¾\80\96 ×\9d\84\b\0Úc-Æ>O@/¦NX\ 5ä\9b\86\ 6\13ç\ eóZ÷MKG\84¼\8fç\84Æë:Pð\16èu¬EÓ\ 1Þ\a4!'ä¨G¯m§z:Àq^èF<üðp\vô-¬íóú[H\ 4°©n\94\8d\87¿/g%;;ü;(¿¸\11Ç\8b\16dDzÑEÄ~LI\8dí\ 3H\ 2\1e\82|âÈä\93´!Í£~¤\95\12wÍ°SJ|\99\80\vj\1e;Ì/Póy¼ü´!ÅÃ\12\9cU3&Hï\8c%¨#½3\94\80Þ¢`Á\87\99^O\ f=¡£\18Zt\84T\a\rªîë i'¼Á³D/~Ú;\89>9KÒ\84W ß\19
+åG\19\8d¸©g\ 5\14c\v£¾ø³\96Y:\f¨\ 4"\8c'ôJÚô0 I0¤Ó\8fóÆü4º\85\19ç\ 5:J C:G5xÑ\ 4Àò\924G5/aPùúÌ
+\17ñ4¦åèØ\91éåè+Ü\ 1ù\89iÚPH\vÞ\98R\8cnz¶\80<i\v¸\83+Ûûo\8c\?¿l¡´ñ)        ¯¤\8d\?k\12 @¯U\12\ ff\86Ö\aô2\ 1T\88ÛA\9aÝ\13¨(¥!Íý³\8c}`Ö>@˹\vÊ+<¼A\ 5\ 2$:y\17\8cÈà\9b\80\ eTÝ1\ 3\ 3#2G\ 5ËÎ\9c¤(\ 1\87ª!: ³\87A\88L¯bË+<\8cõ\1dÜP<¤\13ÒæW<&\1d\8f¼\84¯ù\91\9a£eÒÞ\ 5Ô>ðÙ2)*=\93ê\ab\0\1f\bIÐ!ûÀ¢}\80\82õéè3\92\8b»Ïȱ\v%-Ú.°V)\96\98¤\13÷Ó,gFF£x\1a¯_<Ûi|þyý¥´á3ç\9f\aF8_\ eÃé}\a·ÕKÛW\¹~\11ÿM\83
+Ö¯lU\85ÏÓO:g\8bU#\9fç¯c\9c\96Ô\ä'7\e
+\96Ô\8cn@\bp\ 5²\17\ba\85"ÔÉ\9b"T\ 1½\14ÓÐ\99óx}\v\8dq¢óû¼½\0² g{\81»\ 4\1d@{\81.@\ f§vÆ\89G\13°P ³\ 3\9cï\ 1© ¼wÇ>0@'æh\17µ·!}»ñW`8äÆw\9cøíÆS\87Ý\9dµÌÚ\81âû\1e8Zf5Æ\87Q\19ì%Å\92\f8e\ 4rE\ eÊ\88\88ôØQ\92\f\1d\81§ 6!g¬?-\89ª'è\12ìw\ fcÆø\0\17 sf\14¸\0ý¡p\9cá\ 4t\94s\86*¤/\0FCz£\94¸há\bå¿ZÍ\r|\1d¯\97ÓÆ\15\9eæz9m£×¿¨ |\1a¦\87\ 1M"\ 1\8d£\vèà    \ 4y\ 2\f$\85ñ\84\ e\92F<\ 1\aH
+'à((\86J,\97\fã\89  àCD\ 2\19Å\ 3Òs{cl¨@÷ù\ 3ú­g*0¦Ó\8bÂg\1c\91ÈÔ1        \86D\8e\97\ 1{E±\12\93q\9c\16)\ 1\ 4\98È&®bPÆR³ô\8a©¤Ü\8cÖ¥[)_\1amó°a=\14f`\1fÀ\aº\ 3ëÕ"c\8a1\ 5è
+ôß\ f((Ô\1f\9b7\8aþ4Ð<î È\9f\9fíaNØ\19é@)Nïtî\90\fíÀA°\9eñ\91¬\13¬g\r¢¡HkÁ\18\8dÜ}-ã¨N×Â\19\1eH:çÃ2?ÊO3\ 4©tþ\9d\86Ôv6\80\96\85op\ 3Ða@\bÞqn\87|1i\82\15è\94\v\ 1\90ZU¬Øè\0ý\8eÄ*\82ñq$\93\8c\89Q\11D|\168X' \16
+W¿Seù_\ 6s\8b\ 3ë6nÝWxú\ 5lÏrnd\87\9eÚ\98²Ü¯`¸«\11kF¿ïhÄ\8a\93K\a$\0Gv\1f¢¶\ 2\80Vàáæ\8dÚ\16P\9c0Á è¼®VÆv\99\80¾\87v\12Æ\ eË=\87\12ëJhyAW      Ùxøûr\15WkÄÚ\93 Uâ\ 5[\81À~ò\89\94¢\ fÈM$\esÂå\ 3º\16mx\ 6B\ 5\88\95Ä";tq' =v\0\95AtE\9c;\ 1ÉÐQ\f\18E5ê"¥\1d   Ð-°\ 2\8cá-Èk;;¿ü'\ 5¥\ 5\1cÒÆ\82\94\10%v89Þ¹\13ÞÉñ+*q'ǧ\8aؾ/í°ë\ eèЩ\93é^\94ø}fÇ*Z5_J·`Õ|9\87\ eê\12\84\8eÈAË9Á\1d\90\ 3²ÖÉ´\e\ fÜ_\87\1cH+ôÄQ\90à¥\9eµ»\ 3\ 4ã\8a\9a\1f¥ \e\f\88\1cÏmSÂF¤\93\ 3ã\88HvÄ\rjõ;b#×µ   \f6.JØ\11ê\ 5©¥f%g7 ·µN3\ e
\98.\19º0\1a\91\86Ñ\88$-bDB\ra-ÒiÆ\81NìÊt\19\fi1Ý\ 4#\12½\98\ eû29»Ï\13\8ehôª^è\f\1d/ïavè\10@@\v\ 4Á¨Ä\90\90ó\vc\1d¾©\10-'L\93æ\b(Tl@m? `ÝHQ@á\81\8a3ÜC\1d*.Ð\fïP1/ê\9d%?Àù}¡\ 4\1cXõüÐ\fI~ª\9b!ôÅ\ e3\\1e\9aáòÐ\fÅ \96ê0I¯u\8ai\98^ë¹i&'\81\9c\9b\16\92]ËFP +×WÐø\8d{"ä\ 4ÉH\ 4ú#£\ 6U\8fºÒ\12\8bæJé
+\12ÔB\9dâ\19ÆÅú\16\98\11\87\ eA3û}\8b§Â÷\fÓ\94á8À\9f\aõ\v×ĨÖ4gôó2Îk·EÁKS_qv[ühÿ°       K_ï\1ff\97Ö\1dñsê\8b    M@?\85Z;×Þ\ 6v¹3:[@QRKL/\13\90ÛÞ4¨½g\ 1]\8aä\9e\bè\a22\ 2\ 4pap dd\ 4\0\1càä\eÚ\1eÜ+ó\8fëª\9d$ù]\8eú\1aÿå¾j\ 5\12¸BlF~Q\9fJ\9e&\10ï\ 5±\8cGi\aëÁ\aòm\13Q\ f³÷\f\96é\0ùN¦\1cÓ-\9eã\1f\a\90\16¼«\8a×     -a\95=ñÞI\ f|àNÄ\84\0\8a\83\80£¾ú>/aÕ½\91\ 5$\1doDÁvÕ\1dR\92×  )²ãö>\12w&ÃT\rîïØ2¿.\80¶¬\ 3\1c1bo$#\851ÁMÔyr3\94\80¾\80\8c\17ਬF'\82§\97\1etÇzmü\fc\12\0\95^\9fÚÕÂb+'¼8\ 2¡µ­]\17\ 37GÀ|ÙN@!ù2F*·×F#W¤7GÞ\92êËð\99\18íÅäE\ 6B\alÉ\v\14¢\8eÖ\ 6|$\ 1CÀÛ\98\82¸\8dìTÝ«\9b¥S\952NÇ\ 5|ÀÁ8\9dPtêa\9c\86¾ÄS\9f\9d¡3Óë³K\ 1{ ß]¦\19Æ×(<î@î½#\91ó%Ã\ 4M\97\80Ñ\8au$Ð\ 5Ü{î\9c\11£µâæÐi¬ÙEÜG\93¬´%Q       Èåß\86N4\aÑ*       \8bô¢È    N@Gº\82\9c¦\92\15À$ÏÓJ,jvÈK\93e\1d +HØ\ eõ\86\95\rb\ 5\99ÄE\ e\1a
+\18×è\94Í\ 5ùR\ fç3\ e¬tÎç\19\1e\1eXq2F\9bôÎ\8eÄ\99ÉÞ8¯H\ f\1dÌé+´d\9d9}«¯u.     \92\94#\1e\9cËfÉ\9d\96v\1c\8f\9ci\81)\9eîLKÀ\86,;ÓÖSoÐ\99\16\ 2X\ 1n4V\1d\rc\1a½«a\84\12Ô»\1a¶¨®«\ 2867Èy:÷!\913T{.u\1a¯'¨öÂà<\®d1\v<Ï^/d±Úìóx\14\11\12¶eôû\8e²Ô        J_/c±âì=ª\19*citË\9d\15°\rh\88ñè\ e\ 4»??O@¾9\r\11Nà¾\85\1c1Æ{ ¿Ú\f  \99\80\87±:k{ÀÇà     8\18«-\18éX!\85ý\vÚCO\85ÿ\8cìÐqï\80½\98\83JÄB\81\8e\ 4è½Å\8a\1d\89\83¯\19©±Ã\93\10O¦3ÅNP\a\ 46\17\e_aªó\ 4\ 3F\98\8c÷ÐA\98\8cµPv%\r.î»\12\ 2VF¨Æò[­\98Ð\1ex(\9f\13\16\81|}ÖêË;ZÀ      \93¡+\93Ã\99X/¿ºç\19Ý\ 2è\8aô\88´\11._$èhî\au@¿vYð\ 4ôòð%\ fz\12\83\8b¡#\90Cò¸Â\88\r¸A#¸G\14ì0håᣧQ\9a4_L!&\1cSéD\18\ 1\9fçþúð\8e\ er&\ e\18VëïÍRB:(UòT°ÛÞl\9e>\80ÀîûµÍ\81Uã   èHi\91#sö\ 1¼\89ò\81ÜÀæn`L´pÖ<!ÿ}h\ 5ò­Q\821\99\99\1ef\96;ßñ\eÛ8\8f×o\vpn©'\16  ;2\94X\10°½\12\95îl\1aÎ&¥õ\8dÁvÜü]>à(-®ïç/\1fpà¤\13\16¢\8e\93¨ÐQZ\8c}©£´8jjD'\80}©£´8©~\80\8dÇ1¡^Z\9c4G@K\8b3ÜB  ¡:Æ\17Í\f(Îj¬H\97-\90ßîf\92ß:\88<\9eÅT\8d\b¤\97\eñòn8\ 1Gy7\8cjuÎæ\ 5\ 2e:g3Æ      åF,\998s9ªÎ0¿vÜÚm\18¦Ò\8b«'-¨äL&ð8\95ÙZK\10£jz×`|·Ýó\98\b\0\aµº\0¢&\0\8aÔ'\98\1a»\91únjËN\92\1aOíqÉPVPMð<Þ\ 1µÃ\9f×\89Ùê½ýåç\85\8eíV\\1dÐôu\84o\9a¥ßçµÕè÷%\98Ø\90ò\f\13@T¨ý²\ 2\1dª¯H{w\a9R\8e\80ê+PÞ\15!ÿ\0\92\80§¾ÝB\89Ë\aô\12ýúRmØ\bC­aê\9b\ 1£\8cF\13нP\98M        æÁ\v£\ 5Ú¡\9cÖ\ 6ì\86\ 4+¨ã×\83¹þªÅ\ e¨\7f\ 3\e2#GI.vdzIî\ 4ÍØQ\92\e\90'wô\94\8bP\ 5\1d} ñA&Äb\9f,,¢
+0\9c=©®\98áìH\89\1d-Õ¬.û"C\1d¦ÎX t\94¶hfÌ;\eâ       èT<3Ú\ 3\aL=ÃÃ\ 4\91÷3\1e\16\9bÀh_¾e}äHâ
+% ?\8fXñièàa\81ç¹Î\86´\89\13 øÔtÔD_¶@o\16\9d\ 2>\8eõ¶r\ 1:sY\89\85Ý~Vd\ 20(spá$5\1e`\9d    ÅÓ\84¬0¤rÀ¼0¢r\90ù\14\18\15ë*4\8bi\15¯é\86\ 1\8d®\82\8bª\ 1äeÂ
+\ 5¨S~¯ZDÊanl\83rb\946ñ4¦+Ø4GÌ9X #vp° £È\ 1\8eA/æ\0Ç\ 24AA\83\r¢NÏâ©\8c3K\a>\9a`8¤ã£$\1eÓñQ1\1eëqU\ f«@\86^LW\81\ 2\8fr½§]Ù´\93\98â\9b3άu\80uÖÐ\r\8e0kø\12¯&\17Cz^M\8e\ f\12ýªj}\18Ó\eF=\1aK\94      zr½\8bM\99à\ 4dlÁÊÉ\87\17\10´\88\9a3 à\80V.\9f*0µÕÝ@\89Ï\82©"F\83T\0$\1aÔ    H\8eײ{L3\92\12Õ+ÿËp9\98µ\84ê4ÜQ¶b\91Ìe¼ÜöÂò©Ëx\1d \9dð\ 4t|sB\12ðp}£\rpÐÕ7\90{éÒÕ\13tÎLð¼\ 2ù\9d®q\85_Æ;¸Æáïë\12LX\ae\1dj yÇ\ 68\7fIDãõ®\90\96Ïum\90h\80\ 1K=\r líµÓûe\ 2:[û\8c\ 4à!Ì\9fá\ eÈ\98@XL\ 5O­[¢N¶¾b7 û\91\15î¡~Ó´Â-Ð\8d`Ã[ \a\83\rc¿|@~RÑ@v÷\1eÚxÍ
+8Æ\8e·P_@\80\13ÐñÙøp\vbD[ Çã{SI%\14à\10;\12\80\a`NÈ\93{È[2våBRU\9b\1aæ\9aT\9d>p/bE\9e\8a±\9f'\10\80\fÉEI©\17%\97\ fèlñ3ÔBýIÆ\82Ì@?Ìâ\82ý\80\B\19\97\rúb¹ü/®Ð\ft     lÐ\11é\8edS\ f#\82\8dM0\1e\92kçöZxI\85x1<\9c\80\ 3âGg\91\a\9fÅ\11¡^Í\9fà\ eê\v \8eLNÊR\16Ó\12λ¢I\80\8f×Â\ 1\8a\10\175\1c!\ 2\80\11¡ã,KÐ\8dy\88Êg|\968ºRæG\89qZ`Z"Gå©E\84\9d¨\9c\8a\10æÆ\ eÂ~\92\eËw\85ï²»õæÉ\11·+Cé5-ä·\ 4Z^Â\89Ê¡\15êt\17AÌÍé\ 4 #ô\14\82ã\90P¦ÆÌ0·vPc椺òï+Ù\87Ã\89vMÐ\v'ø=\ 3´c\9d\881)\85ÉË*9"º\80\19"Lrv\9fqD¨\v`ÁJ¬ë\10ö¤:uP\v\bG\e³\92äX\7f\12\ 3\93\80¬ÀÜØñ$¦X)­û0«\13\bâ\ 4\ e]¡^\88\88³vqþÁ³¤áü\83gIÁ(¥\fð\94\ 4ç¯Óæ$\9c\97É\11\99Õ²ïLÁ#\ 1\99å\85\97ñ:íL½§8\8d×ñúÄù2\\8eÆÌ\ 3¼|éP0¶Á\9f\97\9d§\Y=\85÷\fܺHÿ¶û\9c4\ 6-\0T¢÷:\82ö$ÀIcV¸\ 2G%zÐ>À°¡½\96þ\1dÎ\9e>pÇ\86î,ß\87
+Y\11ó+\1eøòûÉó\1aã=ÿÓx\9d¥ ò\1e]~^¯\7f5ªüËïë ÿ\84' k\90Eãç     è\10wíUÑ\95\0Wa(\ 1Ý\88\r_=\8f×\8d8¡ßw\õ\1aÓ~O\85øE\13Ü\ 1\19\161\9eü\81\ 5ØMU=DJèÝT\11'0#\1dPò!»h\82\12p°&!    è\97\1cí¢ª³\ 3ü\9a)\8aëg÷\Ð\ 4t\rØÐü]×LP\85õ\ 2ê         ÀQvÖÞrtÜ ÅÇí$îî\0\83v\fpÊ%(@a\aë\rGå´¾\bðîÅè\15K\8aà\ 3÷côÎ\8d^'\902ð¢ñÞN\96ÁR;aÒ1\81Ø+a'[\90\8bäÇyC^¤\ 2"}ÝÁ\98d:\10{ï È=YÁ\8eØA\99\846\ 1\89\80õ\ 4®w\14¥\fö\ 4^\90\198\18üâ¢9\12ê\aVh\87º\12ÁpСD\eôÄú{(\12\ fÊÁD\9a4\15àôüð(Ò)\9f°#Ó        \8f">     \80
+\12®\17ÃVÏV¨\90\19$- eü}{GÞÃ\88N+Ðùû\8cÝ_8\fÙ5\91\16\8e¼\9a\ 4øK\14í0ã\84Kð÷e#6rÿ¾\r°;"\18LèO\81V\9cÒèF°á£ÈÑM\17\a
+lø(ÒYÑ'<\ 3Ç\a\9e9\92\f\1d\19\8c\a\90\168^×æ8!Gày\r\ 2OS½|­Ý\13õB\1aÞ`@ÌmùE\93\9aY\11\88>§Gɹµ\17\18F\17r\113\13\84ÕH¿h\9a\9fÅµí¢¨\1f×âô>· ®\93ÞÓ\15à Nï\b\v\83:\a·|^Ñ\89긱\86þØq×FܱÌÄ\99\89;¾¹\12\96Þ\95i\95Ò»\8dø²ò\ 5åûì\85\18\92Þ \0¢t\9e\ 6\ 5    î\81þ¤\ 5\87u:=\7fõ\ 39t\12trO³¢á2åÌ\8a~ÝAåj
+x\1eïà\15\9fàò弬½\878\8f×ajÃg.\vÐébì4?O@ç«1\98ú2\ 1\aÎ\8d\82\89ë9p^\81\92\91\bõ¨¶½gèKà
+\11mï¿Ù\1f\17ð\8a    Jû@Jz#΢í!Ý\82\19ï¡>\81y\93\80Sö`3\94\8fâ`ïº^"\1c{\15\ 4\1d\89\87\9e\1fk±|\14\87\rí\81~\14\aèÉ\1c\8edC\8eØq\14G{\19Öw¥\ 4â Ð\97ë\8e \ 6M\vù\8b\ 6¬\85ú\83\80¨\1df\14\97Y/\8f4TùÓ\1e\14\8c\1arcý\198\r\ e¨7j+ \13(ð<ÔÉígQ\898k\10\94\80NY³à\ 3Y.CÝ_$¼#Ò³\bQ\19*\83z\9fy\82¸\8a\9e\80¿(@Z¨ð\8dÔ\ 5\fô'\15ÖÌuÔ\11\89ôzx\1cTéõð\11\87\14º\ 4\fàè\98\11íp\90ĸ\98Ò\165O4è\bö'\ 1\8fö°<tæ        {"½\1e\9dx"w+Ö~\\8b\86Ö\8eÆD;\û$ªK+´\ 2ùö>­P\89õg-\e¶"\99\11¹\81½]OJð\1dÑ\ fñ\82~¬BòÍkãíé[!ã\96\7f\98\15ý\9a\bðÍkN\95\8cóåO\86n^3ödúÍkÆé¡\9cáç¬\1eÇ\féÕ\1c!'ÞIZ<ÁqÖéQ~Ý\88{ºù5CIµü\9e\83\9cX\87u\9c×`ÖQG\9aaDåÀya@åÁy7x\96éÕä\13´\ 1\1dä\9cða,'\97\8d·§\17\8fðzx\98ß;`Zt\969\1caIêaJ\16\90àaêæv\7f\ 5\86Có7*ÒÓx=\1c3\13ºü¼|\10ÙEÃy¼îÅíEËyúz\ 3Ì        ý¾£\10Ò\fà<^/D\fh¼§\18Ø
+â;\v(\1fÓ­\8cí\80yãq\ e_6@\97@\84\13ÐË©\13Ò GûÊ\84\11\8e\87<K\16@\ 5`Å'\1d\ 1pbxq\ 1¼\98\ 1\vm@_À\82~ßsUaùÈè\ e¬P\0º
+nØ\87êmxE/Ä\89Ù¡\17Ôu¸Uó\9e' s_5Î\98óxù¶¬\11»wÝp\a¡í¹A\8a\8d%h\84:6\96\90\0<ØX\86\13ЩñíMÂe\ 2B0k\0k|t\90\86ä¤Úú\9fö·\0GãÑØ\90\13zã}¯È¶Z\\93Àç\95}*À\ f\11|ÒÊØâ:VI\19±#ÒÍx\9b\9eíá\86µ\18D\13ì\ 3X\võî\9bSMJO\1f@Ý7¯×þ/í\9bv\805\80=\8cY®Zhå¸\83gA\82\9eÈQÎ\9bðY"\aÄ\8dV}ô4MØ\13é´ê\19O@.³\ 6¨\82+c\r\1aëõ¸³\16\95S\11ÎÈ\fî"¤øâ\ 2\7f_§LY\91\ 4\1dõÈÐ\ f9:\X\ 3Ò\8b't4'Ø´´\84\17Ã"%öÐrOÐ\15Ë\rÕs\80i\89N\16\11 
+ÉõO­\14ö\92\97é\15t    \87TrL\97³\96\98q|\14ª\80\83°\ 4«\80\83°\ 4ª\80^È:c?¦WdÏ\ fCª,ú\11\8e°ÂÃPo \8bã\19¹óc^q8qÓA^\ 6\8a\16àPbë]9\9a\99\91\9e\ e\11M\84\14^´Ú\97NHÈñÑgGQ\89P\85ôõCxÇA\9cÔ\9a\83rl\85\ 6\90\86Å\e\90Õñ3\1c/¿p³¤â2^ºèÚ\ 5`O\9d_\8a4tá¾Õ\88úôûzN±áåË¥K\raíË\9f CÓ*-\80·ßLp\ 2òek«¤íï\0+¥Å*¨\ 3dq\11E\80/[Cª ïË\99\f\86\ 4µ@\87éCFVà(§Îh\ 2úI¸wßT$HuÀ^*÷t\80\83´E\12\0/åÝ47B»_.µUÏe\võî\97Ð\11z*iEGÈ\82\81Fúpù\80¾\ 2k$ìV\ 2\e¿"   è\18¡]\16]\16àà&\87\13\90\93\8ah\97E\17\1dÐY\95#Z\81§\81'\9c\80£\8a3i~\84\16a¾¢\897>u¶cÔ­\88á¼è4q ÝY\94\0¯Ä\rÏ<Q\ 3z»+`\85´Ø\8eå¬"bW¨S\8fÌÏ\ 2\82ÆÙÐ\v\bºÜâý\88¢Ã-~ÞCD\ 6Jf°¢Ó@¯À\8b\e\8aH\1c\ f¾'¬\ 3\ erq¨\84z\1dkÀ!\95Þ»0ja1\ 59#<\rõ\1aÈ\bwP¯\81Lø,\91ãò\94\1fæE     \86d\9e'÷Et$]\9cx4®Nóü(7J\v^\81\ e\93.8ªÓE°b_¦ßw`Oâ`nÀ\13Ðõp\13\ fDNï\1d´#\9dB­0ª\ 2Q\11\ 5
+\ 3\ 4\1d,\8eZTC\81\8c<\8fþ±7ÒY\vÒ³#9èÊS\10\9d\1fæè\8dö`Ô\97äò,GßÑæG9z\9e\1fæè\19z3\aà\8f\13DG5­\96£s´Z\v\8aºôÚý\13\11\14\buéU4­ æ \e(\ 1Cm2\95\82Ù\8bK\99+-\11Ú±NÏÛH\ fº:Èàf\1c\16éüÜ    \1fG2\99\95ÁÍÓ÷üÂ\14­\9eÁpÇ\95\91ÕÄ\9f\7f^¶Áµ\92©M^vëCzf\81çÙëôìV¿2\r\92+[,q\9e¾ì\ 1\1a\93>'\17Îð\ 3\ era¸\7fz5lÀ\13\10\0\92Ê.\1d++å4Æ.ÝÈ\85Ï\13@ôÒ¬\8b\0}\13\rj¾|@g\98ÎH\v\1d/î3´\ 2\87\12\148\ 1\1d+.x\ 2:Òj­:.\1fp`Åh\ f\1cX1q\83zY<ö\832N¸cÍ\87\19䱮武xx\ 5\e\12\81\ 3hT}Y\17­îº"\ 2ÓÙ½]ç,á´\11X  uÖ\86\80N\ 3O\eÇ\88=\89\ eøGx\1eé{\98DWÖm\859r ½\91J{äx¶\ 3\ fs\85è\8b¨\1a\15¤\ 6\1eæ\8aU[\ 1\87\9b¡\1d8\98\ 4äî[\r¯îD5¼\95&ô$rÏ\91V\16=u\9a\8eP    Z       B×\13\10\8c\8a¸2\9dávzv ¦ITbÞÊ\12n¡þb?,\92\ 49Z\r³\12\aZ\rm@¾7LÐ\ f)¿oã±+w4¢\84\e ßWdm\ 3èø¢\8d§\1a8?\f'Ò¬\85\13´"x\11\ f\ 2*\ 1\1c\91Én´õ¡ìÇ3ì\ 3\ fýp\83ºG\95\18Ft\8eì¸\15E÷ÒcÚ\84p\82\9b\88\bxXU´æ\a\17Ð\1eè\85õ\19û!áöÞH#*ÈzÙ\ 29±Éi\96ì\98\16´\92ä\14¼wgH9\94 Î\90\°#Ñ[yâäT¾½om$\a=a&¹©~×±\8cB,6\1e
+@·\ 1Ñ\11Òß'\8e\81J{±Éñ\1cc÷ÅÙ¹ðÊË\80nì  åx¢àxJç½\bð4t°Fà\88Tg\8d\88Û£\80®áÜ£f\HD\ 5>\80EXqî\9d\13nD\825'9\ fw¤Ö5'¹ü¼\1c\ f\89Þpf\83\95\93ó2\¾0®¯,»\8b§ðZmÃxù}½\901Àå;Pê\ 2\17 \97\ 3GMþ\14 \8ch\ 3<ôÎõY¨\ 2\18ëDO\82\1ccÖÌ\87\83ÜØ~ôªú\ 2UXØAc­8:']&à('\9e5\1dæÔÂH\85<eý\8b©À`÷ª°<5ãzÛÖ\17\ 1)ë_m\ f\ 6»W\85\rY\81§¬¿VD÷Ì\88\83f¨#K\95\88¯/AòûÐ\919~? \15Ð\9f\18\1a±ðð\ 6Ä\ 4ÍX\aés\18<I\8c\ 2ú!=§5bá®\19órf¸\85º
\ fUp\86'\81Þ\bqÁg©^S\ fC!ÏEÏúP\82Ð\8b8¸W6$AO\rã\ 4\ fS9\9aH\13>Le\12:#\9d\18Õ!\83g{:D\7f?ÁhXÞ\ 1\83gÇw \8fÆÓu\ 2ù¡\1fL8\9cqtp\83\8e\\17À¬ý>£aKó
+Ã)Ù\b\r\9f\1dVÁUSA\16\ f¦uÑâAÎÉûÌ\8b¤§^$ãXD.=Ë\13<\bôòC\98\94I\ f\85í\ 3ZNÂ\8b\805\ 1
\ 3¨\8e\9a\81«ë£\94Àª\88\85\94\80 c-\9a\19müU #Ö    a\v>\89tBØ\19:b½ñ\97\1c\r±"dÑ
+)@\ eq%G·\91¬\86\ 2.×Ò\9fó\a\14
++\83
+¢^È­ÂC\14Û\9b`@'{¢2ÁÓX¯\1a)-­ê¦Ö\f\1e\1dOK\ eÖ\8bY\9b\0¯CÖBJ*Â$\1a2\93Àr°ùíÁýHb[Û&]\86Ë­FÌ\86:Ã)8[Ðp9\1e¯\17µçá\8e\1e\15\ 6J¬Ó÷\9bÏ{·%qù¬\8c\18IßQÄmU¼½    P`Éò\91µÇKÎàÙ\19.@nS\12\12T ùy§\15\ 1wU\80~ # J:dø(Ò\ 1xËÆ>\0÷@vâa\86: ¿®\f3VB}\ fk\9b\92Q\17d5¼£NÄJx{^\84þþªù@\ e\8e"\1dö\94qoP\0\8e
+^<\ 1w\ 5o_\82\ 4\9b«\8f¬{*H\81\9d\80Î\ 1\96\15àö\16@±¹X$\15æå³H\ 5\1d±ä\ eϾcÉÓ\aP,y\1d¿}¤ù3
+Èë\97áy¹%4¯ÔqZ¯\1fØeºÍð\ 3·\ 5\1cì«ç-|_1Lè\ 3+¨w\99oFø\1eo'Ùe\ 2·8è.\81ú\81\88\82|\82Làu\12-ù6þ&\0úûi\93~\7f7\95\e²óþÀkà}\ 2y\ 1gáu\ 5\87\ eX\13Ï\1dj\9f¶Ï\ fÈ       \89eT¯C}(\1f±k®óxÇU}\ 1ãu?¾¡éßÝ8C%6ôë\ e\1a\ 1_~_ÆfÛ]{gþ<\96«\97\84çñò\rM\bpûô\e\9av×~Ù\7fù\86Æ:Dô\14\80\86Ó   *°§\91ð*\89\90_Ö'i\véø¢ª\0ë\10\81~ßõ \fé\80£KJ-\1eî\8dïu\98¸\8cww\98¸
+@W¡\15ë°Lv\12j§§ë\ad*ÔvÕ~ù\80\9cÑDè\87\1coòö\1e\11\8a\15ð÷Xx\13dl2BO\842\9a\ 4\9f×Ç\b%\90äw$QtD¼É\84æ\ax\93   ôû®&\13ð,\92\81\95\b\1d\91£lÊ\1eS\rKp~(Aè\88\1c%7\11\ 6C\8e\82\8d\ 5\9eÔ­Ø\ fèÏÑVhEòE]ÜòqQw\89\ad\80Ý^cuWÀ¯ë¡\12èoy&ì\8bõëò \85\94ô!\bô\84z       |Â\8ePïÐ\0#2tÑwo\94òn \9b"8    â½n\8cvùx9²wZ{ú\80\9e\91¤\f\8fc=%1ê°aOjM\80\87up\86[àèP\ 1\1d©\?\9a\16Í\91ræ2ìÇäÃ<­h\atx2Á\88Ìñ$\93\ 4d\8e×\0-Õ\9fDnÚ\ eÒk     \1e\ 6È]s@V¬'\86­\`41lõ\ 2£\89¡Ñ\96ùu \8aðåÇîn(è\9d´­\ 5ðNkûí}?¯8P\95\b3Få\f\95HïÑ\ 13C\aoÛü,'ÈÐ\8d9\bs\8csl8 ËÐ\919*.V\9cVÉO»­GÆhH\9b!¾å\0É3vDúU5I,õ»rìÉÐk\90ïyË\86\ f£\12àa"]T\1cõ
+¦DeìƸÀÔT\8f(\vö\84z\97\90ø,¢´çd}\80\86V+¼\87¿öa$'Yjíài¸ô\96äðã\96S\9dÆ\83Î\81\946lBÓ\97±\9d\rý¼£^¡AÌ!\8d\95Ë´\82\83®üY\17\7f\1eÊ,Ë\88Î\13ÐAîXÏ¡óxýA[,è÷õçX    j\80~W\9dÐú\1dTC!£    xÞ\12Õ.Æ= rΰ ©\0\9d@)â\ 4\18Æ\8c% _´XJ6º\87\16Ë\9cÇë\183t\82\8eS¬¡Ü\1d7Ä'°Á     èeGÐ\8fê§\98õaî/\80U|à\ 5è~lC*à\ 1×&è\atpm*ÚIÆAvl\86zÍG\80\9eÐÑIz{äG¬CH×
+8H\8fÌÐÃÚ\96°\1dê\18\ e#ÞÊ\19m\81£\f=ZVø:\96Ç\b·
+4d\9d²¬à=Яzf\18\10ÊeèÖ"¤\1fO°{\ 2ìIä2ô¸`5Ö\r\19úROéÐZ1ÖÓ\at\8c5â¨Ô\81±B_èz\96\a\8f\ 3\1dâ\vX\84rH\92\82\16\16³Ò\91ö,ïâÍ\ 5      T\11¦0\9aØÔ\19$\18Óè¤Y  Û\81.B1¬ä½ ñy&¿Òo\ fûú¹\11»*\10]\ 1\15Á¬\ 5¶ì\95~Z¦ª\ 4óØ+ý\86õ_´H\7f\1c        \ 3CýÖ6\89q!\95àº<\8a)\92\1aÖñnÔÏBû<\89¡=Åy±+Ôq^\18\16:\16\0£BG`\9c­\fsp\vÛÛÀá   ¤ül\ 2Y\f¬y;k5$!\vÈÏ\ 2ë\ÄÀ\9a.\0\ 6uzv\97Å\98\8e>OÅù¹LCk¼mBTLzÄØUÁ(Ì\96±\1ft´Ó\86; Kp\83^@F¹\8c·­§\ 1,$Ýû\9b(!é=¨>v°Lè\1c\bI'-Ã0£þ°1\88\b   ý@\14£z\ eôÃ\90TV\81\ 6ô\ f\1a\91uÓî\1aQ§½É^\8d8R÷`\10×y¸¬Á+üu¹êÁ*ÑOÃ\1di­áSç\9f\97ñ­M\93\13÷uö\8eNÜYû\0\7f\17¹Jâ§\10±U,\9cÇ;hë\16I{z}¸¯\ 2\10®Zë\a,\9f;\7fÀAz\96Ð\168.j\12Ò@©!@ík\91\97\8füþÀòå\f\8cÙñ.2\88{À®      à\1eê¯\11fdÃ\ e\90|F:ì±"è\ 1=¥äÐ\a:úfZ#m¿\1f±Þ&6\81³\ eè=\82¶£ãây\ 2:4U\1ff\86m\1aC¦j:x\19ïx\ eQ\91­ó\a\1c7=Õ\ f^' 7\83¯÷­ý     °ñP\82\8e·½õaåe\ 2\80=\10¿\8c×=qB\ 2\0\9e¸Ç\9fy\99\80~\14å\ 3Ô¹\8c×_U\15¤B\9eWU\ 5IÐóªªâZ=\1d¢+\98±\ eéJXa©a+Zð\ 4t+Z\91\12\vk<xý\80~c»Â=\90\1fH[\93¨®\16õø7G÷À\1e\15\80?ñÆ{ _¶\ 5èId\8c>BOæè8i\8fzúvD\16\90\16É\93ôÞô\b¾ü{
+Îî\16ðWAø\ 3ú« \19\1dÈ\9eWAÐ\8côÛ>è\89\82 \19é[°â      ÈÎØ.ë\86\9dqÜÔÓ\80@ôS\92´\98Þó\90\90\b\1cgì²\ f;\12ðP\9f\ 5$\ 1GO\81\84c\1aùÎ:ÅgZ\9c #\82´_d\ 2\19z2}\ 2\19\1fÈ\8eG5ZXKïú*ÓÁ\9b×z¤Ù\9c59ê\1eèÔ\f\16\98\19È\8e -0¢ÐÃÂDb\1a9,´w5½= \¸+6dýyà\86÷@ÞDkRÔý\0\85¹¡/rÜÔT\98ªï\vÉïÃìL/DÌ89\93\ f\93\1cqX«3\99\ 1Ç=E\82\e ßSdu\ 3\89\0 \1fòPÁ\16¸\83º\0¡\1fò\\95Á£D\17à\ 2\9d\80\8c\93g\18\ f9ü¨½ª\19õ£\19CDJ@eWeø0\95\f3+G9r\99´Ó\98\93xª:\84· LP\87ô'!\ 1ê\90£ÃQ\1eDXÎ7]£\10\93=i\19\ e©+Î\e\96õ{\ 5`\ 2¨0ïy¼.\7f\v\ 4ÎÃõ\9b²\ 5\r\97ÏÀí(\81½\f\97Ó\81\r®]ö\7ff{\9dµ÷.º®[çàßD{¯sNY\7f¤Ë\ 4\1c¤S\11NÀÁ¿\19¥ýãø,R\1fGBÛðÙÞ\a\96¡\ eÈÙ\98ÝSõ¶\90ã³h\vu÷k÷\£æ\1f\ 1º\ 6Íë#\vnèîe\ 3u|ºÒw\ eûOãlêI°\vÎöV@·`Ã:ìà|ÂV$_¶Æ      úQÙ\116t¶ç\bï7}ö\81\83\výü\81¨;2{\ e2j\ 61¢MÔ{\1aX\7f¤ËxùÆ?æô¾ñ¿zr\9du+ka\0\7f\8a\81·P.û\8b\ 5JÐñ\94\ 2;\ 2}\vf8\ 1\1d`_\16É\93Qx{Åf¬oá\ 6\8f\12]\87a4ä \92NÓ³X0MÏ\82Á\144#¦Ï Â¦\19\11\7f\88\ 1\1d©î\86\12v\ 3îw\14]+D\9d·\ fl\15*áý\89:]AÑ":ª\ 38\1eÑ9¯f\18Òêñ\801\1e\8dº\81´h\ 2 JXI\ 6\ 4ON¬\10Ç#ú\ en( r`Ë\eÞ\ 1\9d(\ 4»\11Ç+\b<\ 1½~:¤Á¬ÄÆky!\aFq^(_Tæ\84ÎB\a0IÒ*\1d\98Ìp\ 2\ fÎ\8adPËú\13\r\v`ÆI\81.\80\19N@×á\ 5O@x\9el\84EâYÖ\85F\a\8f¢\f\91\1d©M\98\11\ ea3Ö\91½Isd¼û»\88\8e°\88Î\9e\ 1\fGt¥ö\ 5\18uD%A \0       Þ£\8176l\17,Ë×
\10åº\1fÃ&ç\ eãR§\fÿ:^FWVôûz@¹¢\9fG
+t§Ô\7f£\8bG\15öyxLr\rð\86W/?â\b¦Àçùë­aì\82ò<^g«    p¼Î'n\17\8c\17\ 1è\ 5´\16\8f\9f' Wo&¨\0\8eîç\13\\80L2aí\81z\vàãá\ eÈçð\8e\ e¾\1dÐy¼ÎÖ3c\a \v`\86\97j\ 4»a\9c;\8ci\1cÝC[èx     ±"\eôÔñ\e<8ì\ 5ì\8aÑí\ 5l<tC\8eÖÙ\136c½uö¤Y\ 1¥¨\98\ 3\1d<\8dwPT\ 4¸\ 5úC\80\18±'wÀ\83ð Ó+\17¡#r4\ fÏYò\ 3¼ö\13JÐÓ~\1d\9b\91£ýºæ     )¾      \1d\91\87/h\81[ w^Þû¯\83hB¯Á\8eØ\93é¥\9b+²BG¥A\84\9eL?M#td\8eëÒ\ 4\1d\91£ð\10ÆS\9eÂÃ\0' cK\95~Ðo\866\1e/@¯\1d\1faµ£X\87tp
+;2\1d ÍX\ 273\ e·Fc\87\ eðÇMSøú(­è3(ø4\94#\924k"àÕ«E\v\89\8a=\99~M°À\80D/\80^ +×Û\1a¬Ð
+õ¶\ 68-¼Íÿ\1e\8eT\15Úb\rGN\e0é¤ø\9b\18\12Rlg\82; ·=Í01t¼ÄÈA\rëÉ\ 2 #ÓozòË\8fÝ\ fS\80\8eq\84\15f\96\98\1f¦¶9k©-/\1d\1d\fà\84N@/ý\9cá\ eê¥\9f\ 1½\ 3=öBzá%Ħ\1c\b/\fÇ<F¼n\8fró¼á³X\8eh[éiG\ 2\1c\89¥Þ?>h[HK_±\17\92\8d¸D¼\85\8eÚS\r`äø.ö"º\ 4D\80\8b¶Ü¬ii9ÓÌÈ~ÜNòò=Q\11­=MðçehcE?\ f³RÒò3£éë\8f»§zU\ƨ¶\8cNýº~¡üý\06\82å#ÅMUUg`\16Ôß\ 1"\82\18$\11p\88\18NÀñ¾=a\15Öë\aí\8eä¼\ 2\9d¤"Upª|OVuì\18ØC\83\v\88º\16\16$Bý\9aÌúþ^·@Gégè\ 5\80\13Á¤\85\ 1z!\9d´°=ðïü>Gh¡\0îfÈ\12\82\1d#>T }\9f\10ð\ 2N¬ÄzéØ\84\96à¨þ\9b°\1fÐѱÚZ¥·\a¼g'Ô!¹\ 4¶=ÏïK\10gÕÖ\82ý²\87úECL\9a\19Ò-È¢\16r\8c\18:2\a\ eºrChÑi®g\14­\80´3\7fþº\1fn\80ãu?Ra×ëþù\99\0¡\1fr\bp\83\v\0\86C."îgN =îï8\ 1
\ 4M\80\14Ý\f8\1eÓ\17\10áI&·ikønç$¤¿\9fà\ 6Èñt£\ 6èç\ 3d\a\12\ffôx2ÙEUÇ\86¨\ 4p4¥\87\83        GS\8e\86\9bp\vô\1a\8bqj\ 2,\0½áæ\ 2ݸÞpsÑ\ 4È\enb7¬ÃÛ+<Gäª\9dD\821\a/À3?ÜÐÝQ?\9c'(\ 1½ü\14\ac:¶G\821\1d\99Â~P\a\1fÔ\vxaN\bü Ë\bvxXÊ\bxÃOí(dYé^\80«d¥\1c^\86Ð\88\9c\15ï$àÚï\7fßð³k\84ô\8a\83@[\8eúÙéÑI\94W¬C2    uÆèÖý\ 3Ý\ 2ÜÑp¦`GvSBV?¹S\13¼oiNãa\ 1%ëø©92ÎÃ\8d=©ì\88
+\8c\buGTp@(\9b¡Ñx_\17 \17\8d4\84yT\820«u\10÷\99\19æ3\93±^\81¼\82ñúQ¶¢\9f×\1fØÛMñeöòþYÅKgötø"\rçõ¿\ 1\8d×ßv\87ê\ 2ó÷<Ú\14\9b5z\82³ø\90\acø¶íþ4Ö ,D¸\ 1zõgDêçaîLP\ 1uz\81\84Dè(Á¶\84ì²\0ù\rD«`¾|@æé
+\ 5m\81ô6¼¢«åhP\16r\18DWgè\83ôP`¯\15Rì ÇÄÝ·Cü\8c£\ 1Ôg  g\1c\84\89{\9bÞlì;+û·lì¬\82voxi\12\98\9a!&\94\92à\194\ 2ØÜá\ 2§à\9a\ 1Ì\83\96\1c\89/\92\19íãË\95H2dý¹b¬\ fC_\16õm\7f.:\ 3Ëjz2¤uÔ©ÞSäïùÔï{°¼«év
+YÓ\82\15$\aI\ 1<Í庥H|\89\83A\16\9e\882ka\9cñy O`Ñ\8et^\83\v\17 c¼+6\ 3\1däÞà\ 4t
\r\86Tèu1\81g`Pãx\90ÑPæÞ\a8L\8cÏ\13½\b6hfÀË\80±\19\80¨\82áÔX\ 4rj\99\12Þ\ 4¹v¨Õ\ 1÷"k\ e\14CCr\94ñâMÔ\99\16
+´$Ä´@d8ÃÈÊÓn\11\1e\89z»Å\ 5M@¿pK87\93ùG\13\1cH1v%ò\8diÂé\99^\r\ fó3\87#ÈS|\14XfèÊô\ 4o/ã}\92à5 wÄ\8f¼\91fcJ8G¶z×Õ\86ô\ eoA*¢\bpT\97_\8eL\8aêx%ñC7\903Jñ\1ch\7fÑÜ\0\95 ½1íH\90båsÔò;ÎÕ aD´iê\ 2Ý\80^\f/bTÔ\8a±\1fÔo+`HæÑ \11\14´ZPÊÇk G\17&\1e<H\1aL<z\90´BâÁ\83¤D\f²8
+\91·G\aI#±\1d<H\8c3)\8duu°¤(McÇ\88]\19Ç\ e\9f?­#.ð÷ååoA\>>C^)Ñû\bIqì\b±çDçé;ºûLhý\ e\9a\85      MÀÓ¯1Iò£\15¬\16\86\\ 4 ?D\b\11\81ÒFQ\0\f¥\15\15°Ë3ÑÙA\8aP\1a0\93ÆH°CA¿ï° ½Ë\98¢\ 2\9cÆ\16
+@\17 åR\97\ 5è6´h;@Aê\ 5\1a±\8e,\85\159Q\87
+lP\87\98\rþ¾þ:|\82F¬ß\13ì,\13ï8ò|
+ÜãÈ.Ä|^\81οi\8f\12$5ÐØ\8d¡c\10ß\134\12ܳ\ 4î÷\ 4÷\83\bsøØAýó\ab\96+0#qdr\ 5\82¾|@¸'¨\\1fÆ\83\e×±ÆÓ±@;Ð[l\15¤\ 5\9e\1e\95\81ã\9cªÁ\ 2Ã!¤\ 6\ 4d^àià\0\99\91\b=t)+\9c\80£K\99\16Ðp"\è      \1cD¸ð÷õ"N\18Py\8a8\ 3Tb½\883h\ 2¤\v\88ø8Õ\8b8#<MôRðôp\aÓ3\13h<¼£&\90pD¦\83»ESA\8a¯\ f\ad\17t»çź,\15½Ó\90Ãã\9a#g·¥;\91ï;\9e8\8dG\ fû¦Ëï\1f·¥;\8f¯Iðó¶tÓ{Ämè(Ô/K[\83´^DÉY"ða®\97P\ 6\18\13Ë\ 1U\ e0-Ó\8bH#\96\80Üù7c/â¨C\86F¨/ \8bn\94cÃj^È°]\rØ¡\ 2\8dëÐæ\8cݨ\ en/Ð\88ôZüEÌÌy\15/T!ù5B¶7ò=\15 [¸\8df5\97*â>ºDÐU5±ãðî³`¤¨Ñ\14» høðy\ 2:\rpXE|\90ÁËð÷õ\16or0ÅÑå'~¼¡Ë\83\89±\1däa°%\80Ùp\18#3_j$\14¼$Î\15\Îpö²\v³KêУB'Øô\82\86˹`Ã\86»?O\90A»¢\ e\83Lì! ù9(t#Ö\1e½?\94E\11\1d   R`ÍjeÂ÷$Þ\9c \ 2í ämd-ÎÐ\ 4<\rª2Vaù\10k\1c\17\97\ fè\1c¸\ 5\1a\81£KÚÃ=\9cµ=¤V4#\ 18¬hAë÷àë¢\13£\v\80^ÌÁ¤½a\1dÔy\9c\87ôÒQ\83tB\87Ë\9f\93\18#Gæh/\154\15¤\1dÂbe£?/@§¼\8b\11\9e\ 4\97°\ 4\1d$ÈP\ 2:G\btCúëö\ 6\r÷Nâ.4ÜU\ 1Æ\90\ 1\ 5 \13<Ìð÷å80ÎÐ\86n\ 2¤\14Æó
+UP\17à¢\9då\9c¢\ 3\a\132\9d|´K²°|_)À9\8cq4!£:­þÙ}\12\19G\ 6\ e\mÂá\84\8e«\ 5ä\aô\9bÎ\ 4\ 3\8b¢VþÜ?K\88\f#\ eG\1c\8a\98\12\10\9e\8f\fE(\9fE\8d\ 5yt\v #s4\fm,\17ý\88\90uiþX·\83E<\8dØEa«^~\9dË\9d\8bBV~\8cÕP~\\9cVx ëlâVv4\18Ó%ì\8aôºK\18R\rôyë       \90bk\ 1\9e\872iX\ ex\ 22iXn\9e¨s\9cPp.ja9\a¨±/Õ\e­%\18ÕêÅ¿Ø\13é\10\7f\81:¤Ó\10\17\1d\80y4¨mÅÇ\ 3\ 1P\175"!\13Xajêà1\16­\90rq¯\9b\96\98p\84\1a\9a±Þ©\ eB\`\ 5´Ï\e\8e©\1c}Þ졼\e"´ñÐ\8a\1c4\11ø0Ôi"â3\88´$u\v±\ e\95´<Ó!+@~\ 5·#\e`\ 5Èçár<¸ÎÒ¯³sÌ°\91Óp\aM\82ñö½ÎÓ!\96\ 4«\1f>O_'I°öN\97ùë$      \ 6­\9c\97ß\ 6$@\aº\16ð\ 2t\92\ 4³¿Ë\adl¦aÄ£+°\8bæÞ
+(¼\96Ã#\ 3
+\86­\fZP(h\ 1\8ek\8a\19í\80C\80Ö}¾'@N\82\f\8dH'!^ð\ 4\ 4v\0û\0òaRýl%²^+eØé\ 3×z\97%¾ÜÅ\8f?\1cl­û\1f\7fßþø\91××\7f½<ñÔþãß¾ün¸\19OúXóûzmÉùÇöõåI\9c\81ó¸Ö¬\1eÃk\16v\1e¾\bhÆ+\85ß]÷ñxí\15Ã|\11Ú*Th¤\8f´»îãÜ;\ f\9f\85]¯ÃgixøÈ\97µ\1f\9eh' ße·®_bÇt?5ï\80Þ±x»Ü;ÿþ&\vow¼\9aôîã§üI\10t\1a\9f\14<ñ5n=üîí÷_\11µ,¿\98ßaÇE~Âõºþx\84¾çõ/Bè|l¿½\e¹\8c\17\98&m<Ô\1f\90Á¯7Ûy\8fÏð÷\ 1"\7f·½cü\86~\1f ò\13\96_\ 1¿\1fg!l¬¿_Ë\8b\86å7Có\ 5û\9foN\7f?GÂ\8cìg\ 6§&Y\7f­NºØ\9fàóëü\17øûúþ-ÚþÑ߯Î÷bÿBØcã5ý\r\1f3\96_­mº\8c\aQÇUþuÿÌ}¯\1få\93Ïf\ 1\81;Ùÿ\réß}ÿÙüíR²7\7f¦ÿqBò¿ëÿ}ý6\1eÎ_¶¿X\ 3g¿ýÕõ\87\9fLþöàeÔþìJ´ï\7f°þGè¿\91ýaý\8f\15}ëûoòûÐ\7f£ø\81è_Fö\87XZñùa|Nýó\83ì\1fòÿ\1eû)Ð\7fèöSàüuûÁç\87ðÞÊÆCû\93ÏO{éÓÓ_*?|~ÈþÓîc{þ\93Ê\7f}è?V-þ¢ú·=ô\1fÈÿ;â\974©ñ\1fÖ\9f4Aý\97Ïo»Êí§/ØþS\80þCö?)¢øGñ?Gþ`7Áûs±Ï\87ó«.\7fäÿ\1dñcÂþ_\8e_RÒì\8féoJZüÁô7e \7f ¿÷\87÷uýðüX\ 1Å5Ñß\82â\97»þÒ':/ÿÿÎ\7f¿\8eÿª>ÿõ\97?ýâ\9fÂ\8fðã\97ÿöÓò±\8fû±ç~õ\ f¿üÃ\9e\19ÆíõµòÚô_þæÇßý\8f?ýøýï~ýÛ?þõ·ÿðã\9fÿñ\9f~üç_þô\9bÿûëßþæÇÿú\7f?þù_\7fþÝï\7fÿãW\7f÷ë_ýý\8f\7fúøñ¯¿ûí¿ÿö/?ÿø/?þãç\9fÿó\1f\8b¿ýío\1f?ÿÇïþúñÇßþü\8b_½ìàßþò?ÿø\7f\9f\7fÝÇ}üÇÏ\7føýßÿøåÿþé¿ýò5»ÿ\ fÒ(çâ
+endstream
+endobj
+500 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1076 0 R
+/Name /Im467
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-±\11@@\10\86Ñ\8fß\90\98Ý\ 6nÔ ¼PIW\80`3m)E \17
+\99ãÍc§;è\15\83Âu~MÁ{\82\11fȨB\ 2ký_\9c»­Æµ\10\89\16<x\0O\18\ e\10
+endstream
+endobj
+501 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1077 0 R
+/Name /Im468
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÎÍ  \800\f\86á·xèÑ\11º\88ÐÅÄÖÍ:\8a#ôè¡\18¿¨ á9ä\87$\94Êd\9dh\83y¿H\14ru\7f
+ê½6\19\10N\88\1d¬½<\7fzÙi>µÏá\16ÙÄ~ÍÈíÒìêw\83îë\8fh¾³r\ 3:ñ1@
+endstream
+endobj
+502 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1078 0 R
+/Name /Im469
+/Width 40
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α\r\800\f\ 5ÑC\14îÈ\ 2HY\ 4)kÑ\85MX\85Q\18!%\ 5ÂäG\bj\\gûAÞ{ÌO#º\ar      +NçÝ    Þ\1f\90­@
+;ĸ=   iybù\vuüOÚ\86v[,½Ñ\8f\96A\7f\a    FY&©fùJ\95Ú&óRõ\97N\14nÚä3E
+endstream
+endobj
+503 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1079 0 R
+/Name /Im470
+/Width 29
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̱\r\800\10CQG)Ò\85\ 5\90²F
+¤[)\eÀf0
+#PÒ\1d\1f\b-Åk,ÛÒ =
+\f3\
+]\¥D\9e1bBEÃn
+\9b).¦tc\9f1¢¢á\80»\9f\9f÷ÿG¡Ó]\84.$O
+endstream
+endobj
+504 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1080 0 R
+/Name /Im471
+/Width 42
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\ f\ 4\rõÈ$\18Ö0Ô7ð7T\0Iv(Y\0$\99\e>\80È\ 3\10ò\ 1\90dÄI2\0I\ 6\86\ 1&\81\1e:\80B\ 2\0\87pM\8c
+endstream
+endobj
+505 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1081 0 R
+/Name /Im472
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ȱ  À \10@Ñ/WXºAn\r\vÁµÒéh\8eâ\b\96\16âÅ@R<ø|[ºíã\87T\99¾Ê
+¸}ÁNPâ1!\ fÐ\ eáuÚ\9f\17\ e]\906D\83»ÀÈÕumÒ´K\rÝF¶ß\ 3E-,§
+endstream
+endobj
+506 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1082 0 R
+/Name /Im473
+/Width 51
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f \9e\0Ãÿ\83ÿ\ fÔ\7f\7f\98ýÁÁ\1f\füGØ?2þaà?Áü\89\ 1HÝ`þÇð\8f\81ÿ\ 2ó\1f\ 1ó\ fzRÿÿÙÿïÿÿ\0\95\ 2\0Ú¶Z\17
+endstream
+endobj
+507 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1083 0 R
+/Name /Im474
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱\r\80 \14\84á#¯x\9d,`t\r:\96²4\91A\8c³0
+#PR\10ð"Äâëîþ^¥÷ÉfdÍHZ\90¤\98ø©\12M\95`\9a\ 64\ 5:]Ëô\0þ¦
+ìe`ä§i\908\85\81)ÇÌi\81ÆLÛh%\a\1c¼y^,g/Æ,/\95
+endstream
+endobj
+508 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1084 0 R
+/Name /Im475
+/Width 15
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs`¨ÿWÿ§þÇ\ 1\8e\ 6\81\ 6\ 5\ 6\a\86\ 6\86\ 6F\ 6f db`\ 3B>8da\0\0!\9b\bG
+endstream
+endobj
+509 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im476 511 0 R /Im209 218 0 R /Im208 217 0 R /Im477 512 0 R /Im202 211 0 R /Im205 214 0 R /Im478 513 0 R /Im319 332 0 R /Im320 333 0 R /Im206 215 0 R /Im479 514 0 R /Im320 333 0 R /Im210 219 0 R /Im320 333 0 R /Im202 211 0 R /Im203 212 0 R /Im323 336 0 R /Im199 206 0 R /Im132 139 0 R /Im480 515 0 R /Im326 339 0 R /Im87 94 0 R /Im481 516 0 R /Im81 88 0 R /Im84 91 0 R /Im482 517 0 R /Im327 340 0 R /Im328 341 0 R /Im85 92 0 R /Im483 518 0 R /Im328 341 0 R /Im473 506 0 R /Im328 341 0 R /Im81 88 0 R /Im82 89 0 R /Im331 344 0 R /Im109 116 0 R /Im94 101 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im98 105 0 R /Im96 103 0 R /Im114 121 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im113 120 0 R /Im96 103 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im100 107 0 R /Im96 103 0 R /Im97 104 0 R /Im96 103 0 R /Im74 81 0 R /Im135 142 0 R /Im93 100 0 R /Im105 112 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im101 108 0 R /Im103 110 0 R /Im102 109 0 R /Im98 105 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im103 110 0 R /Im99 106 0 R /Im111 118 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im102 109 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im103 110 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im93 100 0 R /Im97 104 0 R /Im113 120 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im99 106 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im98 105 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im117 124 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im100 107 0 R /Im123 130 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im98 105 0 R /Im103 110 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im93 100 0 R /Im108 115 0 R /Im100 107 0 R /Im106 113 0 R /Im100 107 0 R /Im98 105 0 R /Im124 131 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im124 131 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im292 303 0 R /Im109 116 0 R /Im130 137 0 R /Im136 143 0 R /Im135 142 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im117 124 0 R /Im102 109 0 R /Im93 100 0 R /Im108 115 0 R /Im111 118 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im347 360 0 R /Im94 101 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im109 116 0 R /Im100 107 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im98 105 0 R /Im102 109 0 R /Im101 108 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im118 125 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im124 131 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im120 127 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im115 122 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im99 106 0 R /Im103 110 0 R /Im124 131 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im95 102 0 R /Im98 105 0 R /Im96 103 0 R /Im114 121 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im113 120 0 R /Im248 257 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im74 81 0 R /Im92 99 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im106 113 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im99 106 0 R /Im102 109 0 R /Im124 131 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im98 105 0 R /Im105 112 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im135 142 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im124 131 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im96 103 0 R /Im97 104 0 R /Im93 100 0 R /Im387 404 0 R /Im94 101 0 R /Im117 124 0 R /Im95 102 0 R /Im98 105 0 R /Im160 167 0 R /Im248 257 0 R /Im484 519 0 R /Im93 100 0 R /Im102 109 0 R /Im94 101 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im105 112 0 R /Im123 130 0 R /Im114 121 0 R /Im98 105 0 R /Im115 122 0 R /Im96 103 0 R /Im130 137 0 R /Im99 106 0 R /Im94 101 0 R /Im108 115 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im111 118 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im100 107 0 R /Im123 130 0 R /Im106 113 0 R /Im96 103 0 R /Im113 120 0 R /Im108 115 0 R /Im117 124 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im106 113 0 R /Im102 109 0 R /Im99 106 0 R /Im115 122 0 R /Im97 104 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im98 105 0 R /Im101 108 0 R /Im111 118 0 R /Im99 106 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im123 130 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im101 108 0 R /Im74 81 0 R /Im134 141 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im108 115 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im114 121 0 R /Im99 106 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im106 113 0 R /Im96 103 0 R /Im106 113 0 R /Im113 120 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im292 303 0 R /Im96 103 0 R /Im102 109 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im109 116 0 R /Im103 110 0 R /Im99 106 0 R /Im106 113 0 R /Im96 103 0 R /Im105 112 0 R /Im98 105 0 R /Im103 110 0 R /Im136 143 0 R /Im126 133 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im135 142 0 R /Im96 103 0 R /Im102 109 0 R /Im95 102 0 R /Im98 105 0 R /Im103 110 0 R /Im96 103 0 R /Im118 125 0 R /Im125 132 0 R /Im109 116 0 R /Im109 116 0 R /Im125 132 0 R /Im120 127 0 R /Im107 114 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im129 136 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im105 112 0 R /Im134 141 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im99 106 0 R /Im112 119 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im277 288 0 R /Im99 106 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im99 106 0 R /Im100 107 0 R /Im135 142 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im136 143 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im360 375 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im92 99 0 R /Im93 100 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im98 105 0 R /Im100 107 0 R /Im118 125 0 R /Im277 288 0 R /Im135 142 0 R /Im136 143 0 R /Im360 375 0 R /Im92 99 0 R /Im120 127 0 R /Im107 114 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im114 121 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im99 106 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im74 81 0 R /Im485 520 0 R /Im328 341 0 R /Im486 521 0 R /Im328 341 0 R /Im83 90 0 R /Im328 341 0 R /Im81 88 0 R /Im87 94 0 R /Im328 341 0 R /Im331 344 0 R /Im128 135 0 R /Im109 116 0 R /Im92 99 0 R /Im127 134 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im122 129 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im107 114 0 R /Im130 137 0 R /Im74 81 0 R /Im92 99 0 R /Im99 106 0 R /Im105 112 0 R /Im111 118 0 R /Im113 120 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im134 141 0 R /Im74 81 0 R /Im127 134 0 R /Im74 81 0 R /Im127 134 0 R /Im101 108 0 R /Im108 115 0 R /Im74 81 0 R /Im135 142 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im214 223 0 R /Im109 116 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im97 104 0 R /Im93 100 0 R /Im113 120 0 R /Im102 109 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im112 119 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im324 337 0 R /Im272 283 0 R /Im118 125 0 R /Im199 206 0 R /Im120 127 0 R /Im214 223 0 R /Im293 304 0 R /Im293 304 0 R /Im488 523 0 R /Im199 206 0 R /Im199 206 0 R /Im354 367 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im354 367 0 R /Im74 81 0 R /Im128 135 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im122 129 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im105 112 0 R /Im74 81 0 R /Im416 435 0 R /Im280 291 0 R /Im260 269 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im256 265 0 R /Im260 269 0 R /Im281 292 0 R /Im259 268 0 R /Im258 267 0 R /Im335 348 0 R /Im280 291 0 R /Im260 269 0 R /Im257 266 0 R /Im286 297 0 R /Im396 413 0 R /Im241 250 0 R /Im466 497 0 R /Im280 291 0 R /Im243 252 0 R /Im335 348 0 R /Im243 252 0 R /Im259 268 0 R /Im260 269 0 R /Im281 292 0 R /Im242 251 0 R /Im243 252 0 R /Im337 350 0 R /Im281 292 0 R /Im255 264 0 R /Im349 362 0 R /Im337 350 0 R /Im258 267 0 R /Im285 296 0 R /Im280 291 0 R /Im243 252 0 R /Im258 267 0 R /Im240 249 0 R /Im259 268 0 R /Im338 351 0 R /Im281 292 0 R /Im255 264 0 R /Im417 436 0 R /Im241 250 0 R /Im389 406 0 R /Im239 248 0 R /Im257 266 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im417 436 0 R /Im338 351 0 R /Im243 252 0 R /Im256 265 0 R /Im256 265 0 R /Im74 81 0 R /Im291 302 0 R /Im104 111 0 R /Im125 132 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im107 114 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im96 103 0 R /Im130 137 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im94 101 0 R /Im347 360 0 R /Im94 101 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im107 114 0 R /Im92 99 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im135 142 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im125 132 0 R /Im96 103 0 R /Im111 118 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im107 114 0 R /Im291 302 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im101 108 0 R /Im113 120 0 R /Im108 115 0 R /Im102 109 0 R /Im117 124 0 R /Im107 114 0 R /Im130 137 0 R /Im99 106 0 R /Im123 130 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im354 367 0 R /Im74 81 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im214 223 0 R /Im97 104 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im102 109 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im92 99 0 R /Im130 137 0 R /Im347 360 0 R /Im112 119 0 R /Im92 99 0 R /Im135 142 0 R /Im112 119 0 R /Im293 304 0 R /Im354 367 0 R /Im112 119 0 R /Im199 206 0 R /Im131 138 0 R /Im272 283 0 R /Im74 81 0 R /Im128 135 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im131 138 0 R /Im293 304 0 R /Im133 140 0 R /Im127 134 0 R /Im74 81 0 R /Im311 322 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im160 167 0 R /Im110 117 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im214 223 0 R /Im109 116 0 R /Im113 120 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im93 100 0 R /Im115 122 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im199 206 0 R /Im212 221 0 R /Im118 125 0 R /Im199 206 0 R /Im120 127 0 R /Im214 223 0 R /Im212 221 0 R /Im272 283 0 R /Im488 523 0 R /Im324 337 0 R /Im354 367 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im131 138 0 R /Im293 304 0 R /Im74 81 0 R /Im128 135 0 R /Im160 167 0 R /Im130 137 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im127 134 0 R /Im74 81 0 R /Im311 322 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im92 99 0 R /Im74 81 0 R /Im130 137 0 R /Im103 110 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im94 101 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im74 81 0 R /Im160 167 0 R /Im110 117 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im99 106 0 R /Im113 120 0 R /Im98 105 0 R /Im100 107 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im113 120 0 R /Im99 106 0 R /Im101 108 0 R /Im96 103 0 R /Im106 113 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im311 322 0 R /Im108 115 0 R /Im94 101 0 R /Im96 103 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im132 139 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im214 223 0 R /Im122 129 0 R /Im96 103 0 R /Im103 110 0 R /Im104 111 0 R /Im94 101 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im100 107 0 R /Im360 375 0 R /Im96 103 0 R /Im111 118 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im92 99 0 R /Im130 137 0 R /Im347 360 0 R /Im112 119 0 R /Im92 99 0 R /Im135 142 0 R /Im112 119 0 R /Im293 304 0 R /Im324 337 0 R /Im112 119 0 R /Im199 206 0 R /Im294 305 0 R /Im348 361 0 R /Im107 114 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im100 107 0 R /Im93 100 0 R /Im115 122 0 R /Im92 99 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im135 142 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im107 114 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im96 103 0 R /Im130 137 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im94 101 0 R /Im347 360 0 R /Im94 101 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im107 114 0 R /Im291 302 0 R /Im98 105 0 R /Im97 104 0 R /Im97 104 0 R /Im101 108 0 R /Im113 120 0 R /Im108 115 0 R /Im102 109 0 R /Im117 124 0 R /Im107 114 0 R /Im291 302 0 R /Im109 116 0 R /Im74 81 0 R /Im128 135 0 R /Im160 167 0 R /Im135 142 0 R /Im293 304 0 R /Im131 138 0 R /Im133 140 0 R /Im136 143 0 R /Im74 81 0 R /Im160 167 0 R /Im74 81 0 R /Im160 167 0 R /Im99 106 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im137 144 0 R /Im74 81 0 R /Im125 132 0 R /Im74 81 0 R /Im135 142 0 R /Im105 112 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im74 81 0 R /Im109 116 0 R /Im113 120 0 R /Im99 106 0 R /Im123 130 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im293 304 0 R /Im131 138 0 R /Im118 125 0 R /Im199 206 0 R /Im488 523 0 R /Im212 221 0 R /Im120 127 0 R /Im214 223 0 R /Im199 206 0 R /Im293 304 0 R /Im132 139 0 R /Im488 523 0 R /Im212 221 0 R /Im324 337 0 R /Im212 221 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im131 138 0 R /Im74 81 0 R /Im128 135 0 R /Im160 167 0 R /Im108 115 0 R /Im102 109 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im130 137 0 R /Im74 81 0 R /Im160 167 0 R /Im108 115 0 R /Im102 109 0 R /Im93 100 0 R /Im74 81 0 R /Im291 302 0 R /Im102 109 0 R /Im93 100 0 R /Im113 120 0 R /Im92 99 0 R /Im108 115 0 R /Im97 104 0 R /Im214 223 0 R /Im109 116 0 R /Im111 118 0 R /Im93 100 0 R /Im114 121 0 R /Im96 103 0 R /Im102 109 0 R /Im115 122 0 R /Im108 115 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im96 103 0 R /Im103 110 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im96 103 0 R /Im126 133 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im101 108 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im303 314 0 R /Im306 317 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im74 81 0 R /Im254 263 0 R /Im417 436 0 R /Im417 436 0 R /Im416 435 0 R /Im489 524 0 R /Im241 250 0 R /Im257 266 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im107 114 0 R /Im199 206 0 R /Im348 361 0 R /Im118 125 0 R /Im212 221 0 R /Im120 127 0 R /Im214 223 0 R /Im131 138 0 R /Im199 206 0 R /Im488 523 0 R /Im348 361 0 R /Im199 206 0 R /Im107 114 0 R /Im311 322 0 R /Im108 115 0 R /Im94 101 0 R /Im96 103 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im132 139 0 R /Im74 81 0 R /Im128 135 0 R /Im92 99 0 R /Im130 137 0 R /Im293 304 0 R /Im294 305 0 R /Im133 140 0 R /Im125 132 0 R /Im74 81 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im105 112 0 R /Im96 103 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im135 142 0 R /Im74 81 0 R /Im130 137 0 R /Im99 106 0 R /Im102 109 0 R /Im124 131 0 R /Im93 100 0 R /Im95 102 0 R /Im98 105 0 R /Im97 104 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im244 253 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im98 105 0 R /Im94 101 0 R /Im99 106 0 R /Im106 113 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im490 525 0 R /Im240 249 0 R /Im241 250 0 R /Im259 268 0 R /Im243 252 0 R /Im243 252 0 R /Im286 297 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im256 265 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im287 298 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im466 497 0 R /Im243 252 0 R /Im240 249 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im241 250 0 R /Im255 264 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im491 526 0 R /Im416 435 0 R /Im416 435 0 R /Im416 435 0 R /Im254 263 0 R /Im349 362 0 R /Im492 527 0 R /Im493 528 0 R /Im494 529 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im199 206 0 R /Im212 221 0 R /Im354 367 0 R /Im488 523 0 R /Im199 206 0 R /Im212 221 0 R /Im132 139 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im294 305 0 R /Im74 81 0 R /Im128 135 0 R /Im292 303 0 R /Im98 105 0 R /Im94 101 0 R /Im293 304 0 R /Im294 305 0 R /Im133 140 0 R /Im130 137 0 R /Im74 81 0 R /Im292 303 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im117 124 0 R /Im74 81 0 R /Im291 302 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im490 525 0 R /Im240 249 0 R /Im241 250 0 R /Im259 268 0 R /Im243 252 0 R /Im243 252 0 R /Im286 297 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im256 265 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im287 298 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im466 497 0 R /Im243 252 0 R /Im240 249 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im241 250 0 R /Im255 264 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im349 362 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im491 526 0 R /Im416 435 0 R /Im416 435 0 R /Im416 435 0 R /Im254 263 0 R /Im349 362 0 R /Im492 527 0 R /Im493 528 0 R /Im494 529 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im212 221 0 R /Im212 221 0 R /Im348 361 0 R /Im488 523 0 R /Im212 221 0 R /Im272 283 0 R /Im272 283 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im294 305 0 R /Im74 81 0 R /Im128 135 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im131 138 0 R /Im324 337 0 R /Im133 140 0 R /Im384 401 0 R /Im74 81 0 R /Im360 375 0 R /Im74 81 0 R /Im127 134 0 R /Im99 106 0 R /Im102 109 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im74 81 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im104 111 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im108 115 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im102 109 0 R /Im93 100 0 R /Im102 109 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im132 139 0 R /Im214 223 0 R /Im212 221 0 R /Im199 206 0 R /Im131 138 0 R /Im488 523 0 R /Im212 221 0 R /Im272 283 0 R /Im324 337 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im131 138 0 R /Im324 337 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im214 223 0 R /Im92 99 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im135 142 0 R /Im124 131 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im130 137 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im130 137 0 R /Im99 106 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im96 103 0 R /Im107 114 0 R /Im135 142 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im96 103 0 R /Im102 109 0 R /Im112 119 0 R /Im383 400 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im99 106 0 R /Im117 124 0 R /Im74 81 0 R /Im128 135 0 R /Im127 134 0 R /Im93 100 0 R /Im102 109 0 R /Im348 361 0 R /Im131 138 0 R /Im133 140 0 R /Im127 134 0 R /Im74 81 0 R /Im127 134 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im96 103 0 R /Im124 131 0 R /Im74 81 0 R /Im360 375 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im108 115 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im123 130 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im125 132 0 R /Im74 81 0 R /Im134 141 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im107 114 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im93 100 0 R /Im102 109 0 R /Im107 114 0 R /Im416 435 0 R /Im286 297 0 R /Im242 251 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im256 265 0 R /Im281 292 0 R /Im255 264 0 R /Im417 436 0 R /Im241 250 0 R /Im389 406 0 R /Im239 248 0 R /Im257 266 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im417 436 0 R /Im338 351 0 R /Im243 252 0 R /Im256 265 0 R /Im256 265 0 R /Im495 530 0 R /Im107 114 0 R /Im277 288 0 R /Im93 100 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im114 121 0 R /Im98 105 0 R /Im248 257 0 R /Im124 131 0 R /Im104 111 0 R /Im93 100 0 R /Im93 100 0 R /Im97 104 0 R /Im107 114 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im277 288 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im131 138 0 R /Im74 81 0 R /Im128 135 0 R /Im119 126 0 R /Im347 360 0 R /Im95 102 0 R /Im106 113 0 R /Im127 134 0 R /Im127 134 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im127 134 0 R /Im74 81 0 R /Im119 126 0 R /Im98 105 0 R /Im106 113 0 R /Im99 106 0 R /Im107 114 0 R /Im311 322 0 R /Im74 81 0 R /Im137 144 0 R /Im74 81 0 R /Im127 134 0 R /Im74 81 0 R /Im130 137 0 R /Im74 81 0 R /Im347 360 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im248 257 0 R /Im124 131 0 R /Im107 114 0 R /Im127 134 0 R /Im74 81 0 R /Im311 322 0 R /Im74 81 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im127 134 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im124 131 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im119 126 0 R /Im74 81 0 R /Im135 142 0 R /Im74 81 0 R /Im127 134 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im103 110 0 R /Im104 111 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im117 124 0 R /Im74 81 0 R /Im291 302 0 R /Im93 100 0 R /Im97 104 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im100 107 0 R /Im98 105 0 R /Im103 110 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im112 119 0 R /Im105 112 0 R /Im93 100 0 R /Im106 113 0 R /Im96 103 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im254 263 0 R /Im417 436 0 R /Im417 436 0 R /Im416 435 0 R /Im489 524 0 R /Im241 250 0 R /Im257 266 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im107 114 0 R /Im199 206 0 R /Im294 305 0 R /Im118 125 0 R /Im324 337 0 R /Im120 127 0 R /Im214 223 0 R /Im212 221 0 R /Im354 367 0 R /Im199 206 0 R /Im488 523 0 R /Im212 221 0 R /Im354 367 0 R /Im348 361 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im272 283 0 R /Im74 81 0 R /Im291 302 0 R /Im108 115 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im106 113 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im96 103 0 R /Im106 113 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im131 138 0 R /Im97 104 0 R /Im104 111 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im115 122 0 R /Im96 103 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im93 100 0 R /Im94 101 0 R /Im109 116 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im92 99 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im92 99 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im107 114 0 R /Im130 137 0 R /Im99 106 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im107 114 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im277 288 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im74 81 0 R /Im128 135 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im291 302 0 R /Im74 81 0 R /Im311 322 0 R /Im74 81 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im101 108 0 R /Im96 103 0 R /Im94 101 0 R /Im74 81 0 R /Im129 136 0 R /Im422 443 0 R /Im129 136 0 R /Im360 375 0 R /Im214 223 0 R /Im135 142 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im100 107 0 R /Im123 130 0 R /Im97 104 0 R /Im104 111 0 R /Im114 121 0 R /Im99 106 0 R /Im102 109 0 R /Im97 104 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im99 106 0 R /Im104 111 0 R /Im108 115 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im74 81 0 R /Im254 263 0 R /Im417 436 0 R /Im417 436 0 R /Im416 435 0 R /Im489 524 0 R /Im241 250 0 R /Im257 266 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im107 114 0 R /Im199 206 0 R /Im294 305 0 R /Im118 125 0 R /Im199 206 0 R /Im120 127 0 R /Im214 223 0 R /Im272 283 0 R /Im488 523 0 R /Im199 206 0 R /Im131 138 0 R /Im107 114 0 R /Im311 322 0 R /Im99 106 0 R /Im94 101 0 R /Im108 115 0 R /Im99 106 0 R /Im102 109 0 R /Im123 130 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im272 283 0 R /Im74 81 0 R /Im128 135 0 R /Im311 322 0 R /Im135 142 0 R /Im160 167 0 R /Im312 323 0 R /Im293 304 0 R /Im131 138 0 R /Im133 140 0 R /Im109 116 0 R /Im74 81 0 R /Im311 322 0 R /Im108 115 0 R /Im94 101 0 R /Im117 124 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im101 108 0 R /Im107 114 0 R /Im311 322 0 R /Im74 81 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im130 137 0 R /Im74 81 0 R /Im160 167 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im124 131 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im387 404 0 R /Im74 81 0 R /Im160 167 0 R /Im248 257 0 R /Im484 519 0 R /Im93 100 0 R /Im102 109 0 R /Im94 101 0 R /Im101 108 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im122 129 0 R /Im74 81 0 R /Im130 137 0 R /Im99 106 0 R /Im102 109 0 R /Im101 108 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im74 81 0 R /Im125 132 0 R /Im98 105 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im108 115 0 R /Im102 109 0 R /Im94 101 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im99 106 0 R /Im106 113 0 R /Im106 113 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im416 435 0 R /Im286 297 0 R /Im242 251 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im256 265 0 R /Im281 292 0 R /Im255 264 0 R /Im417 436 0 R /Im241 250 0 R /Im389 406 0 R /Im239 248 0 R /Im257 266 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im417 436 0 R /Im338 351 0 R /Im243 252 0 R /Im256 265 0 R /Im256 265 0 R /Im496 531 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im132 139 0 R /Im272 283 0 R /Im488 523 0 R /Im294 305 0 R /Im131 138 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im131 138 0 R /Im74 81 0 R /Im128 135 0 R /Im311 322 0 R /Im108 115 0 R /Im94 101 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im109 116 0 R /Im74 81 0 R /Im311 322 0 R /Im108 115 0 R /Im94 101 0 R /Im117 124 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im101 108 0 R /Im74 81 0 R /Im134 141 0 R /Im108 115 0 R /Im139 146 0 R /Im139 146 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im99 106 0 R /Im101 108 0 R /Im99 106 0 R /Im97 104 0 R /Im93 100 0 R /Im93 100 0 R /Im100 107 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im254 263 0 R /Im417 436 0 R /Im417 436 0 R /Im416 435 0 R /Im489 524 0 R /Im241 250 0 R /Im257 266 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im107 114 0 R /Im199 206 0 R /Im131 138 0 R /Im118 125 0 R /Im272 283 0 R /Im120 127 0 R /Im214 223 0 R /Im324 337 0 R /Im199 206 0 R /Im488 523 0 R /Im324 337 0 R /Im348 361 0 R /Im107 114 0 R /Im135 142 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im96 103 0 R /Im105 112 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im324 337 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 510 0 R
+>>
+endobj
+510 0 obj
+<<
+/Length 1085 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}KÓ,¹qÝ~~Å]J\v\7f,¼ê¡¥Cf\847\ e)Ä¥66I\89´ù\94ÆÁð¿wW\17²¾Fá\9cÆÉêÅÜ\99\98\99B\ 3\89ÌDæÉ×_\7fúç\1f\7fý)üøÛO\7fý)\7f¥8ý\98¾¦Éþ\9c¿¶yú±Ä¯%ç\1fK\ e_K\9a\7füú\8f?ýâ¿ÿ1/ó\8f\7füóOÿüòýüµÀï×å+ÎÇ÷ÛbßÇi\e\7fÿøðñç\96¿¶õúûqZ¯ß/_ózýý}Å0\ 5°\81¼,ý\ 2[w\80c\81\r\9e ª'\ba\86G(×\ 5¶¯5#\12\86X¾bìï £Áã\7fÃ4Hù«L×#¤\0.!ã\ 5ò\84\16\97\8e\88\v,`\818   lT\89X
+ b^ô#ÌI;Âö\150\1fÌ\e:Bè\16 ;XÐ\ 2\90\88\84\13×r\97\13ë\ 2[:\89øº@\1a3Òq\v\8f¿Î#|ßB\8aÝ\ 2\89\10±¤    ì lÝ5&"\v%\15°\83\90\0\r®·°}¥\17\90ê\17u°v\97\10Â×\94¯\vì{Úæc\ 3Í\ 2)\ 2N\9e:QØ\7f'L+X`\ 5úèªÐÂãoû\ 2¡²Áå\bAQ\89Ï\1dÄ\f\7f\7fP\1c|\9f":A\16HX\17\13t\82î\12Ó×<a\1a\14´\85\14;*Î_\11o¡àk\14Þ\15ÛÂ\9c\11\15:­Þ«Äíyª°T\854Í_kù&B'Kô\b\8e\10"]aE°È[xè\9e»T´\ 56\89\15ó×Ú\11q×01,\80\93zFB/ãó÷#ºÄ\94\80,`óæ¡Nöß\9f\1f\8b>ëÍ\9bþ\0\87Áµlàû­\13¥Þ:;þÍã\ 2ÁçÝý=\ e9£Ï\1fï\ 1ø¼cá^\fëçð×;MØ?\ 6ÇçaÂÄën\8fm?<DGÙ\7fü
+\9d"{\1aV\ 1m`ë¸\97\9d?\84,\11 \7f\8bì{tû\8f\ 3D¸ÀÔ½ft\81¤Q ¿\ 1û¾ \rÄî\ 4\94\84õ)\18\910~­\9d\0ï:)dÈ\83Ý;ÐË_=@        \90\82ú\15\94Eä!"\ 43"ÀÃkQU@\98á\ 6\80\ eÀ\1a(@\15Ö« z\83\8bª\ 5È÷+\12âÐ\e¥\94\0Ûa\94^6 «à°!\1eF:\18\7f\1f\ 5d\ 2Æ    ¾\ 1\1d\ 1\99\16\8cX\vÉZ<B-¤«ñ\18Ñ+\ 2Õ8\96Á\98 \b\ 4àU\90\13\ eÈ,\183¢ \83\ 5#ÖBÝ÷½gW¿/\98\84Ý\1d"\12îj0Î&Ä\ f·£|\93°Ó"L\8dE¨EÀKBi¸|¦Èã\ 2¥°Säü÷554uNÍñoâzøÆí÷\8b`\89U×øE\v½:¦à
+       \ fa5$óP\9aðC"ë\81$ë!,Æ)`\16\92Å0Eø\12É\8aèá\84kO)Ý\0VD½\1e ;ÀæP¯
+\99\18¦\ 4¹\18ØcX\ f¤\1cT=\80Å0ehMtbH\ f\0í)t\0,\ 5©ÀÇL¶fRÑ\1c*z\833~
+ds,asJxË*\ 1\97åk\8aýc(ë\91´&É\1c¢7\b}Jð\12 \88Áî$§ÍX |­áû\ 4À&''Øàs.Ka\9e°M/Ka\9e *î\98\98     Q\9e>sJ2ôK\81SÂÞ\82LT1x\v\b     ?U¥\19:\96\ e\93*§å¦U_ï Ë\16\11¹DQ\132M\94\89g){\86¹à;\10PÒº\0t-ux"ÏP\13ôð\ 4½ClÓé\82¼â÷X\0\88ª ­P\9b÷ð\ 4Õ\ 4\18!\13Þãz\ 2¬Ê\ 4ßò`Ârú\96\ 3.f$,A&!¾Ã\82½KA\8ekÄçô.\a¯\ 1=AÄ/²,\ 6%~\ 6S\16¢Êô;\80î©Ã¦X\ e\94}~\88Ó\1d\80\8a¬ý\âÁg\ 4?\81Ï\1d\16á÷òKP\ 3nwO\7f¢ÌîãÛ÷*ù\b<\15\10ýz\ 1¢\bgXÑ÷:ÂiOyK\7f\1d] ) \rè\0\9f\83ïé\ 5\18\1e \8f¸Ò\eÈ\9bÄAô\0\ 5n ç`z\85æ\94\f®\90bÌ3dAù\15
+\v¼\ 1\aÄ\v÷/#\94\ 1ª\10\1d¡\f+\14\ 1=дa\15\11Ï\vÜì\ 2òë3Üç=P\88s\82B¨+Ñ\184!¤ðZ@\e@Z\84 Sq\92d\88â\8b±H,Ì¿G, y¥\86\11ç\8f\9e\91\88µ\98ü\8aÆ\8c\b\08\80\11k¡Þ\1a§,4«z\9càü3æaÙ\10\8bX\r9 âÏ^¸bKD§à\87z(\12SH§à\ 6¥XÐ"\15Û\99¦\ 3\ºð\90\ e.M\9a1Cáµ  \8b±L\81\14 5§\83Ô\11     \81\v¤Ö®\80#¼H\b\1c\94à\15H\10ññý\87ö`ÊÚ\15P\1eÈ¢\1eá\18±ú\16\11\8c»À·H\ e5%lÎé,0cs\ 4¼eØ\1cI§&\1e\9a#\ 4¢]l\81ôÞ)ç 1|K\84¼\11\ 3©Ñc¦[\84iU-R\12&\80\16¡îÔeìTÊa\8a\fõ`ÿû\14\97\82\83\85r\10Y\88\82\83Рsä.\9d\bñÐ"$ølÒ¤\98\82ì    ±\10Ìüa\0ñgæH.\1f\9a#¹hæ\bÝ\06èú\97\80ã»\1a0Eñ]\88L\ 1`\8cò\90¨\86(\ 5¡\1a\82\9e\875&¦W°\89^\ 1\ 57'\15\!ðîT>ºÂ\13_\1e]!Ë»ØñågÞE³@\9fwÁª*J\84\9a0ÊÙG\85\18\18\16hPéW`Bô°
+>Aw\9bÏA\98\89©1ÃfÚ\9f\97µ\98eï]~^~IM\80Ú\9f\97\1d\8a\r\9f^(\a1t· \ 5ô\18×\99C<8\0Åæ\82|\7f,\a\18m\0\9a\ 2\f \86$èu\10O"Æ\v\90WDC=\vÙ²^Ú\r\90\11\17\90\r\9b\19
+\11\ 2    \ 3Ì3b"G\8c`\81\ 4Ô¥8,óGJ,¬h\ 3È\1e'\1c°B)B\81^BÁ\rr\80\8e-Ù;<¢ Ï\ 2ÖX\90\15HîYÀv\ 3/U¦\9bT\1cx ¬X\8ftwÈÊ\13÷4Þ\9e\aBêÔ@ùZºK<\16Øà\ 2ÂKZi\90g@\ 3\90\83I\ 1º\825\99\ eÐ\1940¸E\8e±"EâÈ»\89X\13ÈÆH\14­\11z\0b\8eè\14\84\9a\0\86\8b\19Ê\8bïPÐe\95\rÍ&\9fý\8c\85Dt\81\ epMð9Ñ\93 'Ä\85À¦ i¤\96ô1Ç÷i'ô\ 41KlD!º\bå\bàSäûôÙ\83\98°E¡«ó$Z\14L\e§\17MôRi\9dåô³4C»T\86gÒ|×&³<Xø¢ë\bߢ\11\90
+á*
+!_@TÅÃDÚ\ 1\ 5)\ f\ 4\88\87      J¼A!VPb\ 3)55Ä¢Mù¡\86\9eѦ\8boÕñ\0\13\82\13¤\1c\99$\14\9e\89ȹuøFg\1eìå\br°äD9o²qN\98\ 4 \97\99¡\94*\17\11\9a&§LP\92Æ\ 4t\ 3\ 5*\ 2=\89tƪ\§à¬½E\94\87\16Ì\84:λhF%GI!Ä£'"\13\8cGV¥y\13U)O£EªÔaÐ\14\8b[\8f\r\1a¶Àö\99ET\ 22Ku6.Q|Ï\18\e\17¨\võ$´\825\99\9c\84V\12|MäTh««)Ó½LhK\1e)á=ýØ\ 5\9a_Ò|¯·Z0\19j?\97[\15lð×å8\83        àåð:Äg.\8dû÷\rfMè{Ù'\v\16\9b7`}vÍY\8e8Ãc\85ô\8d\r\ 4\aÎ\8a®À\83rFt  \ e\1aÆE¤!ëÕ\10Ñ\ 1\10JJÒ(\13\16!¹¤æ\84\138`RÈ\85B´îl\eT£]-\13\1e<\80Ö¤i!z\84ÚEìr\ 4¹¬),YU\83,\97\16ÒPÏ¥]±*\91\8d\813\99wÄE\94\84V\10à&¡!­P\97ê\99\9c\13\92C)f[\17\bµÄ³] 7\89)F\16Õ;dßCM$'\ e\9cɸ#
\8e\ f\90\89ôÌ\83X\e\12\8ex\80w|(ð\ 4Âsné¼\9b¦Lé   
+¢¡\8eñ\9d\80\8by2-ü^\ fx,X
+\1cÉ´Ð$Ðyh\83Ï\99c\ 3\e|Ou\84\eÐsY'ø\1cJ\148PÚ¢¾\ 5¬a\ 2Ò#\9e\13\88\8a\84o@|\v\ 6t\a\8e\ 4¯@\96¢3\17v EC\98ø¦\10$h\11\99\80¬\89Ó\8c4©#V±À·L~\8dÓ\825¹N\ 1ìØé,´B\ 2è\1d' kç\91\81\rn@ç¡\r>eè5Ç®m\9eÐ\ 2ºo\9b\83æ\18Q|,h\8a\9c§²BEî¨sOð)Ó³\81¡c¥k¡3\13õæ[~f¢Þ}J36ft\94{ÆÆ\84\ e\10B-"\ 2\84\aH\8b\141°Hã×|i\85º>oeOEMÓõ1\8eÙ\91\8bª\891ÿ\1e\8b±\9cD\94!HÔs\11ËäÜAÚ'ÂÒ|\8f29§Ë\ 1\8eì\8d\1db5\9bþ;äÙ'°p\84õ3¿°@\80G\7f\89J\84\83l\ 5\e32\ f\97$?\85\ 4"­¿\9f¶æ{Ù\1c4\19j¾ï9\98u­1dâòór¤h­üÓþ¼\9cºbì?:=s   -FÑ~ï\80×\f#½l@\aF\ 2\1e¯Ý\e\8b?q\89v\ 3=.Añ½\88\18èF«\82\v\ 5ô<NkU0à@\8epn\9fI@Èè\ eõ\ 2Í}N\82t\ 5¼W\ 1ä\ 1\9d\ 2\96wr\9b\ 2\ 5\91ÐÑ-bV)Èúé.\9a\14Q\98\14\90;a\9e\rq\a' R°b5¬g#oP
+t\98}C\14p@S\13Ò¤7\1aâÞd¡³!î\85\80z?Ù Ý ï\88\8boP\ 6f"Q\84òSpæâÞ|\vc\12Õ\0K>\8a§&]ß'\1fÑ\86\ f\19Þ\ 1\98,ÀZê"!ð´Ô-ð\ 4\16g\99\86ä\12g(\arÈù\84xÛïõ0âÉ!½\82\15\e\ 66hOÈÐÌÙ.a \88(º7i\8a\94\98\ 3äâ¸=\91÷éR5\vèM\89\93¹D\8fï\aM\89        Ä|j²¡\100\84\18=Ǻ.?\ 1Þ\91.çí\12 \ fè\ri\93æUÐßÏø1\ 2i\ 3¬[\ 1´èôTæ\827 £[;D¬P\80g"CsBÎ[8\11â»\8eU\82~©§§¯µÔ½ù\9a\9e\99Àw\8dêt[\11Z&.v­eM\9a\89&s`´\9agFÁ©\0ß"=\8d5B·\ 2tWÇ\ 3ìòóì\1d³Ô\8fíâ\18/<\80\9c\ 1\95O=²\8cº*\13\94\rè(=ô\f{E\8aæ\9e=\ f0C\83l\ 6\8a\90 ¬\ fÏî\89°6o\11@X{\1eª\0å\12j
+Øk¡vî\a\97Q&Z \13ë©ÈD\11      µê\86ñ·@Ö\84'Æ|×19A滪ôl¨{Ó·Ì\10\e·\94iùè1+\ 1jb\1d$\86®%ÐĄ̈.Р\82~\röÌN\94\99±p\99¡Äq}\1f-c\8aļ\8aæ{%ÚW\e\ eÄC\11_~^v*L\ 4Ú\9f\17è\7f¨±­\9a\ 2íÏ÷E®\14\©#ó.¿ïhg» ýëíl\ 3¼>ý%?ûÑ\ e\b8ìWpÙ\80NÁX$
+R\8c5%\8d\83è\ 6Ì¥h7 ?\ 3\82\v\ 5¤\96%Íг\87\97\85Z²DÂaCÛö{GCÛtS\a\18È\vo@o)l.Å@\88èù\17¨DôóC\1dèhßubÄ-\aè\riO\8cø²\ 3\1d§ßî^Á¥aÂE
+\1d(3Ú\0\fùc\8búl©\e\9c\12[`Ö\16àMm\91*Ô+\ 2Î<Þá[@\ e\8fÆ\14`y¼è-pD\9cÏÉkcUH0Ò:Xüîc\10\8bhNÐ<Ú\ 2å@Æ\b#T¥\1e¨\7f\86\ 6\81\1cõÝ;>|F\81\ 5\1a\ 4þ¶¼\17
\ 6e\!\ 5äúƸAU¤d\1fU
+X&ñÝ÷xo«{Ï(4 Z4\bx[]¨IôD^h\14\ 29¦Óë"zQ\1dÉ\1f)i&\rÏ\ 4\86&\8d\84R\1e\99ÀY{\91\vm"Çä5¨\88ä\80Y"\8aHïØ0k\8e\ 1\87\1eУ%Ë|à;Í\ 2\ 4\r\ 3ß\9fõ>%\8fgýÕµ\93õ\90A\eÍ÷úkn\ 6Uû¹Þ\82Ë\1cËö{¿c9ø}î\17Fð½#RsvÂ\eÒ\8fù\85\93D\0î\98\16x\0\90øÁ²\87\80\9cÅ\1a\12â G\99û\99¿´grÝ)s?g­\8c\17`\9e\81Ã7.ø\12ä2÷Ó5m7ЩQÚ\10rFbèi\b¹$\89\r)\ 5Ì\9còs\91ù\86â\1dòq)\98\8fe£<`M('.\84\r\91@\ fU\9c        HnM|\99Ör!\80#\ 3     éB\87s\1cÄ\rð
+MD\ 1è]³ü\9d       1\91nÎÄ\ 4µ¹î\15\18Hv!\81\9eE\96á\ 6ô\86\8a\86\91\7fÛP\91·âÓ\98`8oe$\864ÿfÁr¬\8f¤~¨¢OL\8a3\ 1h`RÐ\96\94\eæ\ 1½ÌwC\8f\81§ºmÒ\949M¾\98°2×ó_\ 2\1c.:\1d³\11\ fP·"B³T\86jÏN~£+`]A÷\ 4\1ed\96ë\ 5z\19ZUýü8^¤\89i(\83­©`ÓXOÁ)\9f   â9qÄí[Ô;0×.äQKLÖÍOcc\9aȶN@\19Ãή¬Ê\13²±î\9cê6\11é\87¸A\9bD\97C¨Ê\1cE\92\93è\9eñ\ 54
+Òæ+ûÌ\92§{þ`¢·\1dxX«ÿ½Î\13h\82¨÷\13$\1e^'Gt\81\84\89\b\16 G°lÂÑ\118\15\rðn©\18;/µGI\ eSm\9fK}\CcÙMroÕ³!ßMËî\1cK}ײËÐ0Òz«>/\ 1\10õ¶\92+tråVR\19ÚE\8eVR\19j3G\f\88\ fû\a\85\ e\98\87Ú\f\98\15\f\a[K`\eMä       \1aÐÀ\13y°.ÐûÙEd\9cÞ(\17\1dûx\84\ 2I\ 3üú|ºé©\9dJªµf\ f\13qݾõ±\fµ\18^û¸Ê;\80µ%õ\9fËp\9f\85ÐÛÏåû7\90¤ýÜ3¶äIûösÙ ³\80Ñð×Iô~B¤÷\94\88\99ô\fî\8en  òy*5#Ü\80¬ÃÏfxÍ÷qÑ\8bÜ,^4¸AJÁ\ 4ùOÎ\a>+E/\14\94£\96\rxPº¢ñ0ÅË\vº\ 2é\11:\8cú=\vÈ6p˨\ fæ\96\v \87\1c\16t   \8e<$¬Ãô<¤\15J\81.E+ú}\87Q\7f\83\ 3\18ë\ 1={a
+\1f\13ª½©IÏ$ \91&¥CK,êÔ. Ã\13g­§û%²$\1e{\vâÍ,¤\ 4\1f#=\v)\7fÆÄg/¾!\ f²\99+\9fñð9X{¤H)\ 1\vRC\ e\ 2Î\88\a\1d\1c`þÐ\88\ 3(κd \88S_\9a1\1cÚr÷
+\88\1eÓÇÞ¬ð5ÖÇÞl\9a5ÀS\88ÄÇ\98÷\ 2Äæ\80\8e1Nø5\96ÛïìÝ\ 4{&ÐÛï\9c¥¢7\rò\ 4-:\87Cv\ eƾ©\87RúÐ\9aHФÓa\81³\19àÈ ¢àP2lç¡       \ 6\10\e6«Ï±3~³ºrÑ\1c5\9b\8eÂý󪽧tr\8eªÌ¨ ¬è\b½ ð[0p¥½\ 5\1d¢Û§S\1f×\98ÞCt,§3mëáÚ·Dt\fÝ\98 B×+Ý Yæ\98Ëy\ e¸¾\9c@6ì2t0\1dY¥'X|Ó7ÈQT'|@5vò\1dm\ 1?sòÏ\92Ó»N~\16-3Ê\85eùÈ9È3¦ >c|\86¦±cô\vö.\1c\15§p\ 3º\1c®\98\ 2²m\9bWͶå£_0\ 5dË.c¨Lv¯
+\86Êúè/\9d\9b\ 2\r+=Á¿\10\ fS6\rO¤z@\ 1Z1\1a°m*Ã,\ 5j2½â¯\10E&W;\9d%«í{¨L2;¬\84\8aT\97mº7ѱJaÙâ=¨m=@\8eö{\1dk¬ÞÑås9ø^1\9eËçrOº\87k´Û\12\97Ã#[â-Ö}%\9e>x¥ºF×\ 5\ 4sjª\v\1cyáí\ 2}^ø.¨\17úo_k>'´\97òZr\9dW\10w\8eùz\82ݼY3ø>Å\8e\ 2½M\-Ê-À\r\0\9b\18o N̸±\81ãûP\13\ 5VP2\8e\7f\7f\ f7H\eX¾æN\ 2\8e\ 5Ö¯%w\eè^\11Ô|âù}\À\ 6úî\1dô\0I¾Â>Þù\ £+L©;Aè(pòà\93\87\1fª°¼<c\92\8c\1d*t\ fú\r2\17°WT\9d¢ýûwN\11s,+>sùù\btØÚ]ÀS    -àç#2\84ð÷V\1dÑ.\90\ 4\bý÷ò\88§\1al/       m\13,b\85\91\90ª±´T\16XÞª1Æ\ 1\96Û?d\ 1\1a­¨-õÚ\ 5\1c\15*e>ïà\8e9\1fª9?ú}\1a²«Öüå{=è¹ ó;¬ù=\¤\10\80\8f\eÐC~k\916ÀLI\v\17]7 ·Nض\8fXÀ2ûG,À\90\95X\eê\954¿GVè\90û\80®\10ôÿ`R\1cc\11¥\18ëá\98\92¤\88)Ò]''Ýe\ 1\8bÖ\b,ÀújVs®½\ 2­Fé\b·@EªÏäµÆ\9c\17\12Èþ\8cõå¼\92@Nß\8a\vRd\92E[Ùx)\1a\eS.xyÎoÉá
+U©\1evÝ0\ 5\15ç\8f¥  \1d\0ä\8fñÖ\9aëí×ô¹\81\0uqoÑÐ\r\84í³\rÔ¸±`R\91\94æ\94à\1dÈå\8a)!&\0\9e\1d%AN\12        h°¡ ]\b\82\r¼f\1a\1e¹Mó]\8bÈ\82\1dFÁâmÀayõX\8eô\98S­6\1cª"\1aö[µ÷\84÷ÆÄï\89£7&bcÇü¦\rR@\a\bó\ 47 Ã3y\82ºTïÍ    5\91£)`Àb,wÌ·PËX\8a\bÈ\1d!\ 1õ\9e\80\11Ý \83\0    ;FBã\ 1[\0½%±\ fVѺ\82\8c¯@®3³æ\9cÃ÷t\94\94?\\80\8c\9e#]\95æY»D¦Jó\925UÊC%âsÈ\a0irL)Hl"9\vÇ\92òG\eàßc»V®ù-¢&¤\81\ 2¬    \ 1\ fá\1a+«  ¸|/\9b\ 3\16i\19ý>=\7f\80<,´è­ßGã\80ù^ÑuIð)\90Ý\ 2\v´ø5±µÐ¨\1c\14_;ìB×\8cµÐ(h\ 1½C®¥e_\17\90ïðDÉ\9a\ 5ô×Üz3^¾\aZ\0We\84Ú\90lïóú¶*\83¶·,s] ½\ 3\1d£)\88\84\8e\16\1e3¢ g\84Ð\8cHèÉj6«xp\a\1cg\9bà\ 6\1cCÖ!\13É\89\ fû\8cô§QÝ~¯\ 3\85f\13ß¾\ 2\vÚ\8d®\80·Ð\bp\ 1½©Û\84vàHª\rè\ e\1dIµö\16<\8cÓ·ö\ 4\aú¦Ã(l6\80üû>ät|¿\0\1eÈ\ 1pñ5äQ)ð0kû\rì?6TEß3|À\ 2}&\1dºÃ'\rsD\v(a»£åûÞ\1ery.\90_\1eÄÜÇíxnx@;(R\91Ëó\b¥hG ·PV¸\ 3ÙC\7f\11úl\16H¨J¦\ f}=\8f°L`\81Ø\87¾(X¸$x\ 4`W\11FZDFâéÝ\90\91²>Mêa\9bKD¤\vl\88\88â\ 2Ï[Ø \11{FB
+éh2Y#\ f\8d,<(#\ 3%\13RH\80\88\14ê\99 ,ô|À\9b\99À\1dôÒø®M¥t\ 4\9aYk kCD  87Ô\15\19¨  \r£Á\81èT'³í\v¼D²\17Gzq²kHï\93¼{ëÀ:ª q\f\9fm!×t\88v\vQ\b\8bÌP+ö\88     %c      \88\8czB@²`ôh\81ÞÀ\98\8e~\9ds¨vöú5\87ï·I¿\86yÖ®\81.° Ç\r.@h° \1a\80¤\b*NkÐÄ\89\1ea\95i@\8e°}Ê\a\9bÈ\al\81l\91(?\11ëX\9ai\91\fÅQfÐÞªê\93Ì ©µÔåX`M1n¿×³BÌÕi?\97\19 ÎãØ?¿u}Û
+¾wå\ 5\1dÓ$.ä¿\91\17ÔÒÿF^Ðô\9e\7fx^Pú\8c\ 1¬çç]\ e\82\ 6,Àó\82\82ôû</hFß;ò\82Ðù]yAE\94\81\ 1^qÙ\80#/(\7fv\ 3+âa\a\al\1a\ 1hRÊ\84     ÐY¦ÔY·¼ ¡\f\11g= \16\ 6Îz\9fÏPÓzbuPZ=¶:\9cõ\bN\0},\ 6\17Ìh\ 1ä¨\92\1dä í\80Ã\ 5\19-\80\ 4­Ê½å§\11ñõ\b\ 2øj¹I\9f\1eÁà\82ñ\11\18`±Â[\10ÞCKn\82|àÁ\e\10\11\81§KYyI\1f²ò\ 2iÐßB~:#\80\ 6\81\14\88\0]#\0p¯;0gÝvðj\18'\84\0ã#ì£\87Á\ e²\90\9cs@g»³¾t;ȳ¬\91öΣÒ5rg\1d\ eÚ¤\984Nä½G¡4ö;à%á\93&\8d\8c\95S\82*MW(  \1aw\ e\85\92°VÎ:l\94E"n\9d\9aò\ 4ÞÆÇÁd\1a`\95¦@g\96¦\ 5\8f\80\0Ì|¡ÁtzÚ\a'._ó·8ç\8e\ f(\r\16d`\ 1\1a0µ¾\8f \96Ô:í?
+ý¬Ø\171Q}°\89\16Ê»\ e¤¢4b\1aäI´Pè\ 2\ 1Ë\82~\84\80\19        \18Ê=|h©R\88\ f¤×ù\99æ\12\91¡ê\90\85\8cíÄ^\16z\7fõà\83\9c\1fR2_ù £\9cEü´å\8cß\ 5\10\15"éV\ 5ÉBZ»[(_\13ÔÊÙ »æm\8c    \#9Â\8c9\11¨4ü.äE¶Ö '.òÓFda\85O[/\v\94\ f\1e
+Eä\ 3"\vÐé\ 3²@ë\92'|\ 4@\ 3ì/ì÷/ù\v|\81U[\80ù\9dû8aÅï|P
+â§\ 5ê\93¸ÉÅ\146Nx\88]0øʺ\90^á+y|\9cá_ûdè[èKMco¿÷´¢Lp\ 3z¶HÆ\e\90ógCÍþ¼l@ï\ 4Yñ·á\ 6\18\8c¿\8f\83ݹpÏ@|\vã³¢¤Ç¹\9eL°ïàNQÒ^\99gßß\ 2ÀjÂÏ\95\ 2zÚXmäxÙ\80£\11c\90x\88\85\15­\91ãÞ.ãV\13?\9bç:æ!\96ð\93¥\ 3к¸ÚÇñr\ 3}]\1c\1f\99\83\98ØQ\94Uóu®, \17eÕäÍá\ 24M"Â+Ð\aÚF\8d\ai\17¿ô}\85\8c,\17\93ìé:Ê\ 6(\ 5E=Æ\\94\bõX\9f¾Ë±3Ä\ 2\9eF\90è!\80YslbÏ\87/\81Ír\1dQ\90\8fb\85\14\94\13\90ãb,\14ß' óÂÄõ³\97$ÖHÄÝ\97$b=Ø\1d\80F\126$\84\8eòÖ\1dw\ 3$TÊ[¿\93\ ed&H\ 1ê\11}VKÔ41­è\8aè)\91¢Q\15iH\ 1ð\80gØKÂ\97èèäøÙkjÃ`Çæ\0\eY\84Þ"G+Ë\82¯@\a>\vÜ\0h8\83½\82\ 5\98\ 3½W0\1a\18ä§`\15\82eUÅ\90`\86kúÈ$M+6'äé
+i\83¯±Ð© n@Õd\1c¯Ó\9eSZÑ5A¿Jo_\18 \10            ØuÐM\10ß"æ\ç\98\ 1\v\0ç\9aVt%M\8dP
+$\8d\ 2ü{(ÅzI\1cT\83â(Ò£®\11\1aåh\f%á¡\82w ÷\1f,X
+\84Ǩ2Ál¯áÀ3£lX\83\ fC6d®ÕÞDRr­(ä»N\92*cVa^¡IÓ[\85,Ëo/L<HÐ\9c@OòʵmLk\118²¼lÜÐ\a\v \1d8²üJ@4Pz\1dT¨1".Чu\14è]:¦[[\17HA\19°âBø   ¾\85}¿\0
+\82\9cá!Ò¸g­Þ0\8cO¤±ý^®¯\r¦\8e\9bï\1dEUÁ\1côË\ 2\15\83*\17t\ 2ÙÃ\ f\ 5R@G\99L\e\8f\80ªÊÚ\rè3kjë\9fë\ 6ô\19ïµ\aØu\ 1½²nA;Ð\rÛ°\18\13O7'´¯p\ 3zygí\ 1\0\15C\83\1a\abH!\ 2\83\1a\1fß¿\83\b8T¹\ 1\1e\ 2ï)\ 5Ú·\1c¿\ 5ÚX\8dïÞ\ 3l\8f?î-\aÞÖøR\12ÄU"\ 1ó°c\9d©Û~\ f\eç\90\13ä \9d\80½§{\e±~\a\8e\ay\a\vû\ 5À\83L\8fPÄK`V\8d¥ê]ø\bÙU}\92Ø\81ö%x\vBm¡-\80Ø\0Ô\12Ñ´×ZÙ×\1eÁ]z\90Ë6*=¸òqíË\UÑÜPP\8f\82×Ò\83ö{\1d©² Ë<Ðdì\ 2·Ê\82óÍû«\ 1ðö{ \ 3¼ö`:X¸¥?ª=`Sô6D\ 1½\89\99Õ\1e´\v «\16S0Ô\11\ 5-       Rÿ\9aÑ\rÔì´Ñ\ 6\18\a\9e±Ó»,hSðîò \15/\f\99phÒÌ\ 3\93\86/°¢\13È\95ö§I4¿7*GCônSp\85WØS\90òÐ\9aE\1e"\15<\eÜ@_ÁCíú\rÝ\80#\85!ÖÆ;#\122)8\83¯c) \99÷áH\ eÜÁ\8eéå1\ 5LH"W\164\98ß\e\85\161 e»ÜÆè\8d¹\90}ÿ\19\17Ç\8c\bà\19\81\965ED#gu\1cèå{}\ 4\1aT\84\9e\e \9aPï9B4¡«Ñ\81B\ 2Þ×\15\80ÔU9´4\92Ç\83\aIN\0M\1aݹ;çw_£¸¡;pD°¡*Ô³ÁÒ\84\ fÐñ\0\r\9bL\98\8d\85R2\8bßÎà5q4\ 3´Az×\1dÈÍ\0\13Te\8e\ 6ÉÖØõ®.K\19\9f\0\ 4NHì+C6\96\1dì\94·Ã0\9e\a¾\1dÊ\10\ 3¤º@KB\9d\ 4E~\8fÈ\ 2ó§4\9c5\1aò\bªÙ\14Ó{ \89\9e\80hC}¢$vïô~%+dcA\f¬5@\84L ç\82\9cÊì&  3´ë\1c$ÌP\9b)$°\82\aÌ\85\8e\ 5\84\8dñÃú\\8fBGìäë\11D¬Mu»&\8b\96\ f\91'Ñ=ÁµÉ9ÏÀªq4\12Ë\ 5ùG\8eFbÙ\90²v\ 1½
+îùa¿\80ÞHl\7f\b\96õ*\89\8eFbyA\97àh$¶÷§\95\8e@oa\81\v{w óðÑ^\17p4\12Û+>ú\ 5\1c\8dÄr­\8a½. 7\12Û\87\ 1J\8cÄKF #é5©Ïj\17\85\88|\ 1DDG#±\12DY@NÆÑ¥¶ÆÂ\eYp4\12\89Ö\90\88<\96\9d4>à\13   á\ eôFb%Á\1dè\8dÄÎ`tû´ë\9d\8f\82\1d!¿\ e\ 4\13s"\9e\vÔ\91\ 2±·qi\17¯\90l\v˽Fb¡Îo\18\9e\81o!×\b\85(7\12ÛÛåö[\10\e\89\1d\0pÑÈH'\8bYHú±ÀÛ \fk$¶\ 3¸\a\8a\1fß7\12£Å#\96õ\9dÛátr35ë?Ó\1eÁÑ\a,Ôb½´ó\9e4Ô>`·¤Áê_À- g\81D"j\1f°v\ 1O0n\12wÀ{Р\1aø\83q{ßØO\82q±¹\82þmeqõ:Rèò=ª\0"Ñ°p~\7f¯\93×\f¾\ f©\93C\1eM«1í\96\807¢i-\ 5nDÓâ{\ e\18\1a\12Ü\89¦\r6À£iQã!\1eMC$ôDÓ\12Ú\80'\9a¶À\ 5ôhÚ2¡\138¢iè\ 4\9ehÚú\19\ 5W\91\824¿èE\8eßg\9b\12\ 2XÞú\80\0¼ó8äÁ\1e1 É5!\ 2EÒ'×P=næñ@\88h~R\9cUEÊBQP\93÷ \r¥@\9d\11\0\8dBd$D\8eJH¨F\14\16°ï¡\fèáT¨E<\ 3\ 2?T"\11*\11ÇÈë3±ç¦"\8fu\80\81 ÈI@x;:æä\87£õ6 Ìëè\8c\ 4ëMøyBzÄ\ 3?\a¨Éåpd
+P\f\ 3Ù@\9cnjR\v$\89\e epV¿2xËø÷\90\8bt98\ 3\r°8\12¼B¹\1e6Yk\87\96 ûÊ\az\ 5\ 5¾¦\ e\1e(«Ä\ 3<\8c\84\9f\7f\18Ôe:\80\9f\16ÄCà9æ\85tx\ 1ý\ 4+\12\ 3=1"m\9a\18Ò\ 3lø9vL8DÏ\99#1"\13\93ÈÑ¢z\15\9f\13\12\82\b\e ¡'\ 4\11\ 1O\b"\ 5´\80#\ 4Q;ù]\16p\84 Ò|\84 \1a]â      Adô¦{B\10\19¹\97\9e\10D\99à\ eô\10D©èy³\80'\ 41G°\80'\ 41CFr\84 N\98eÀH£Î]WV\96_å½òC"â0\10tg\81#\10\ 4\89¨\87 òjú`½\17\82È\e\94\ 5=\ 4\917¤Ñ<!\88I\94\0\94FG\b"\18'\ e@W\ 6\17íq\1c    .b~V\89ؾ\93Á\8e\92 }&;j\ 5
+Øq     Â\84fâ¥\ 3v¶ LXî\81\96{\fæ³\ 5\ 1\80=)ægJ½¡\81c|\80å}¶4ìÓÕ8ä\96á\ 2zMÞ\8c\97Ä\99\8d\1aÞ\8f½¤A¨e\ 6$\84)\7f$\83|\85$è3Èyû®        \9d@/M5\eõBB½4µÎ\8e½. c6\13"\81£ùT\80\14\90KScH*\ 5\bè\15\96S\10ß¹      ô\0\96ö9\12\ 3Z\96hE\81\8d&Hºer¦°\ f\98\88A6Ѽí0ß+M\8d\19n@Ï^.H\8e\1d¥©g\a±v\ 3ziê\1cÁ\158JS\97     ð\90§4uù\16Ã{¥©ë1=v÷Øî\95¦®èAs\94¦n\v|ÏäÒÔ4Eí\ 4t"Ô4kO2\8bÇ?,(ÀE \1eO\8f\10ÄK cµÂ\87vM\8aØ®Ñç³EÄ\ 6)wú\98\8e\163\7f»U&ʤ¾ÚE,O\1a#ñ&^H\e9ÞÄTÐ\93ä¨GIX\1déàá\fßD\1dÿ\9d1\ 5äÎ3iAo\9a#\ 3{Yª 4\eè3°\996:»x¹µÑ7ö§\1c\84ëBA9\85<\9ffÑðM%ùÏÐ.r´\13ÌA{\13y\ 6\fõ\80t\8eØ0\93_\94\ 4ï*\82\fí"G;Á³\8fÖMÛ4gh\eë9ðÖNp`[Óß/¢mÌ\17\80\e\10Rà­\87\1e\ 3¦\aò|×*1Ðn\96\8c{ÊÄ«h\99Ò+\¡\14êW(:\88̦ɧ\83Xî5¨.ÓgþY\99\10\ fê\rªK\10Mk\9es¬Q\90\12a\ e¾\0\869ä×øDÛ\86æ\ 4Cë4\1e¤H\91åǵ³6õ\ 6ÕÁÂÁÃA\8f¬Ñ~DßË\rª\83µ3l¿\97\1f\92³ÙDû½\9e\9bUÐï;\8a
+\83éáË\ 2ú¨\82Y£ \1fµ  )(\aäÃl,\94ï5¨\ e\96\183\r&\16³¦ {ÿ­§\1e\19MÜ $´\12í»$\7\89\84¼ýV\92¾çý¿\90\10:\9a\82Ú°ÎË\ 2zSÐ8!
+:Jú¢9èþy©Ö/ÃØ8Ýk
+\1aãô\19\eîóB%6äÓ\ 2\10\e\0Ø\9e¦\98YYâ`tÍ ]ý顽@ÞÞtõ=»ãm\86\1as\vjºúþýÀ+À\bǺ\80ï\1d\ 5\a\eþýî\ 2\19ý¶Ã5¾Ð¯ÏV\7f,\ f\83¸¡"4\17\ 2&¹.5Ô\81±í\ 2\8edñ:wgx\83<[ýÃ\rT·æ\ 6\vYài\ 2\f®\86<Ü+2\ 6/X²ùu\ 1\0/\90\13T|äö  j\97óË÷r²¶õ\82¼\1e cÂ\8d DÖùè*FrÍE¬}yÇL\84Cw6ùùr\82¾Ó=Ý@Ô6@\ 1ó
+o\f\15\19\1dyQá\8d!\13ñ¹/\88\8d\1d=_2d"¹ç\8b¥\8b_\ f §·í­\8b4\1e oi\r@_7 gêZØæ²\80\9e&jcSÆrL\ 6¿¬¶\81\81]Mc\87P\90\1dí¯6Ä\ 3\ eÏ$M\88    \90oG\90Þ©|¤        -[|¬    ß'{û\7f¿¦*Ç\82nP\ 1\8amTñ¤-@ó\\89\1eÑÁö\f\87;²v\85|è   ~M\1d\ 1\1fü\9aÉ\1dÊÓ\f¥Hnÿ\95 "Ò\ 3è{¼EºB\9ek\r¯P\ 6É,Wûº\ 1}è86H\0ÎIÆ$oP\8dÈ\ 6\96\8fÔHÆjLÇy'|\83î\8e?wo0GÈ\ 1rJ \85{üzÔò´íû\81kN¡þ´J7ÈÌ©\9c¡Wá\98»\ 3Í\19=\rÇ&\96\f\159½Bâ\96è\ 3Gf\8d\84tàÈ\924k\84\9e`\81Z@gÂ\1a®¹Í\84ë¢1!-¸Ø¢h\91â\82\8b2\ 5p\ 3\8e\82\8b}ÞI¿\ 1GÁE          - \17\\94\80¼{GÁE     ë³à¢å"GÁE\89\ 5í@/¸°65Ã#Ð[H\90\88zÁEIG·¡v\ 1GÁÅ\8e\12=\17X\9a¡+zÁE°#\\16\90\v.¬KÍe\ 1=­q\8fú\80\ 5ô\82\8b}jJO\ 3GÁÅ\1e÷¹½\80õU\0\v.öÁ+O}°Ä{\ 5\17;Ô%\11\91ceEã\ 3ÞØ\0î@/¸\bµ\ 3Ûð\b<vd\9c8\98äEsõ×ê ,\83)T¼IÍ\ 4\16\0 1o¸´Ù5\84\9b=\9f6$\8e\ 5nw´'z?\81ëe~ßî\88©$\9bßr¹GGã«X; ]\88\10å®S±\8e\16¼n\ 1\98édvH\f\1a\15i·¡8k¬D\170ØðÂJrÛª\1d6üì\1esÐî\91Fáj\82æE­j}¯\8e   .â\ eh\18¯ÌªF |0\7fÊ\aó§|° >p褸 \1d\0\9dDÑ×\15ÑÀ\1fHÜ/ó\93@bi®\0E\81°³P»\14_¾×£Ñæ+\¾\97óÕk¿\9dýûOúfµßßè\9b\80>\12ÉR³ÎHdK\81>5\8bG"«:.ï9\88\ 6\ 2M\91Üe\813\92x\97\a¬ïÕ\90  ¸y\85¸Po>·\ f\81QHHÓbê\8cÑö{\90\8fÀûN\89b@)PG\17\8c(ÀC\91\90  ú\18Ìh.]+H(Ç\94¥µ¬\1a\13Ñ8Z\1d\98\80\0:\¬\9a2°jÞU ¡\13ÈA\8c\98í\ eoNí\8eP\92{&裹m\ 5Ù\95      ôÖQ\ 5\91À\11\a\9b±&\11\1cµo\83àÐÆí    \84\8a\83º\ 3Ë)\18³!k^\ 5\1fÔI®ç\8d\81>
+\aê\12Gÿ.¨J\1cQ\883\1a\ 2ö=\16$\0Y\90\84H\88\92\ 4Y4\15Ê\91\9c)\9b\9eé\99²   «2\99\80)jßÓh.Öd\11°\10¹\80¤éâÑ\b\96Û\aÈÐ\1e\10\1c\1e?Çz<\1ejRG<¾@\ 2ÊI¢        ZT\8ex<T\83\9eÒµ¢éaÊAP\v:&!\11\83J~ÊÎPè\80\ 5\1fÚ\1e¾¥{(³7 S¯Äz\9b²vL:\r¢Wk ¡Ù\1f$\ e\15\90\97äg¨E\1có¼r´;\bw\83\91\9a\87\97\88Võ¨tm$Æ´z0kz\90¶.Ëø%\94çyYíÚu\ 19?ÏjÏF\9e\11mYµä\ 3üo­ê>\82ÒÛ¤µvmY¿ò|õ+rÏDt\81uV\17 íÛ6$É \9aÈÆi=>>iø²\83U\18\95\\ 3aaB®I\ 6\8e\ 1[  \ 5\8a\80Ý\7f\97\7f¡\1dèÕW1Ã\1d\b¡¸ïò-´\80#\18X\0'\820ÔhèÅÅ=ó\ f½Hy02{Ôoi_àm[\81áÐ\8bôøû \0B"¢9\9d\17~°¡\17\97-èá\873\1c\82Þ(¾\ e½hÉ\b\87\1d\90\8b´pàè"GC/Òã}pG\ f\9eG¨­R\86\9c@\8fPûð\r\8f0\1az±§-Þê¿f\95`\97#èµý'äÕ\1eAï¿vb^Í\ 2\8e\96­Ö~/÷_\8bAd#\1a½\b\88\91\8f\88Øȵ\0\16%½]|B4ð\87\83øÂ\1f\87uPg¿ìSGï´,²2ªÇço±ûQô¢ùù\eÑ\8bË÷2ùÎèEK?4õ\83ôn³èEK\ 1½\0Ħ~´\v\8bã\ 2Ï\aip\83\148/\138\80ÞÛÀª\92/\ 4è}\fZÅd®úe\ 1=5¤N°¿\9c@ÆûBmSsÝ\80^\b¶¬\12     y\19UB\aÐ˨VLAÁS®<´­\80\87@\11\11\1f^\94$&¦\9dÏ&(E½\1e¡È\7fЮ\80\ f\90GW\0ãO}Òêñ\10,h\81>\e\81\9e !.D\88\17Æ\cB\eè1W^Æ\ 5\7fßQÆ\85ô\80\ e\8c\99X\9fÿ^ð\15:êÀVQ\13cGûLÆh\1f£,Éñ\93\84KEKb¸WÄs\16\92\8d\17`\85\12õÚüÚgf¤Éxä\ 3þ¾\8e{OÚïóÀ\89ÆÄ´áWÀO\89^@R\a\1eû/À\1aïÍÚSÀ#\ fP\rè%<   oÀ1ô\ 3ë\ 1}\ 1Q\91ñØ   ä\ 19ûÿ¬#{\98\94·z%ÙðøÛ\a\98!\ f¹b\1f÷Ì\99ïØ\87h\8e\90ðá
+¥X\ f\1fb-¦Ï\1c\81ZÌÑh'Y\0ø²\80¬\87Ï:²\9bæÌYGvÇ\9c9\1a\ fÎè%A\15Ád\a\ 13\81\1cÅ·Æ\81ã§\80ÄNbú\8c\84\11I¡kð;¾\ 3}n\vQ¥úÜ\16+}\18\184è5|Æ.
+\94\83 \973B\93\fµ\fÃÎu\9e\11¼\907\ 1^°R´\rP\0Âö8p\90\17äØ\80È\ 3\9f÷\81Ü{GÝB¶üØË\ eô\92εh\v0×f\1f×\ 1\16X%\9bàè\1e\98á\ 2²:´q\1dW"
+fU-G\9bL\19\84Q\ 1\f\1ehgsÛ¯;\0êh\10\81\1a1R/KV϶\1dõlÍ\11ò\fn\81\94äEÈ\89(͵'â\11@BvAJz\13Ç$râ0Ux\a\8e_\18I\ eã\9d`[»\0
\91r4S©í\ 2z]£Íؽ\1eA\ eeîá#°\0b$\ 6ø%H\ 39\12¹\ 3v"\11ùÈ\8f§05\v\80H$ó´÷\89\1dÏ\90öc\81·!mJÄ\ 5ò\81\83\88\ 3¤\91°8ï    ÏOq\9e¶÷âÌgv\ 4x\ 4\ 1:ÿ\8eþ \ 5ôÊÊ\rò\81^\14\18-/`Ì\89ljÇ\ 4\17\90\1f׳ýÓø\b\98\91ö±\1d\1f1R\8cX#\ 1YÀÙ\19{!V¯\13\1dµÞ1C} ×zÇ\f\8f ëÄ=íZÒ\89¬Ö{\87þ\800éµÞ\91¨4¹ÖûaåjG ·0Ë/\13Ë»\8e\9aR¥åpË
+\16pÔzGU'RFZEFâð¡¨\13yêwÑ\88È\17@DtÔz§I\94\ 5fꦩæÈ4²à¨õNÓ\87j=\ 5ÙÀ`éߢ4òüo¬Ò\84·±&é<aÐ=.ü°û¿\93t2j°\8aÕòãÊ5µL\17ÈñÃ\ 5,°ë\7f\18\fÈ\4\85\10¿òå\1a¦c\81\ 5\1e\12ÿ\9dÁ\9b\ 1~\80=\8e4\7f\eË/v\1e
+nc×5-\13\ÀÁ\b\96È}a\ 4\ 1\84©\93l¬m@#\8f0O\88tf34³]@\ fêØ\ 4ãö\1e\11\9eK\0mK\13z\90à- Í»RU@ºÝ\80>\ 3Ä¢2Í÷\10\89F9 \97IL4:\16X\90ã©O\95Êñ[\9a_\92½Ðã\8a3æö\ò'\1f>\94ë c\8eР}J\ 3ë\8cu\9b\ 6\96©ÒÐ@Ê\95ªs@Ìõ\1d\89\12¥\ 1t}\1d  g¹¬à\b\8e|¥<#\1a¸\16À;ÐAá\ 5ÑÀ\9dp\16×u\94pv­\12m\12ÎöHñëþå\92\84\9a\7f\7f'8V\93./\9fË\83Íj¾Úu÷Þ|µë÷î|µ\vùýÕö-\ 1nTÛ·\v(Ýr-_-\7fÆ\0¡6È»Ë\ 1\96°6f\ 16o6\80ï\1d\13\10¬ï÷e\81¾Ôü]/$p\ 2}\90È\ 2\ f@\b5ÏdçÂ[\rîö\89·
+\13Ñ~\ 3/røò\16õæ9ÅïjÆÛ\85\84z¾Ø\84Ô\90gÖè\ 4\15\91\9c$`\ 3oGRÀ»\ 5@=êøýE\94B\86{Áýë\99Fñ3)\8eµBw(Å|\.$\80\1c\9f\8eÕ¿»Í\81\19ý¾#>mÍ\ e®\v8\12î°\1aÑ\13îj\19ÉH\v°øt¬\89¿WE*ǧã\82H Ç§cm{Ò~ï\88O\eâuÑcz|Ú\10¯ë\ 2:\e×\8ep\97\ 5\1c\10z\8d\ 2\w ¿f©æ\ e\ f\17 Nþ\ 4\89¨Ç§Su\ f¯\vè\1evmVz%¢\1c\9fÞ\83ºOFZ\87 \1d\8eOïy\7f;ÔrÝ\81\1c\9fN  ß\82\1c\9fÞ[\16,ëõ\b\8eøtÊ\90\13õøtÊèMwħ÷¦\ 3\12'2ã:ÍH§;âÓi\86¤ǧÓ\ 2\8f ÇbÒ\82Ì{G|:­¢F¢Â´\8aÂD\89\88\1e\ 1¯^\98\1cñé}0X\9e¯>\8e#>\9d\ 3z\19\1d\ 1«u9>\9dkºÉP\9c\17EµNs·"äD=>m\88\97ð°\10"&\99\13Ùä^¸\ 3GòW\86;ÐãÓ\99¨4\9d\91
+ÖHr|Ú\0«\8b\8d¤Ç§ó\ 2YY\8f\15
+\93®\13ó
+YY\8fOï)x@\98ôø´5\84\1f2\12\83\8c¤Ç§36ó\1cí\a¦¬)U\86?ïM \90\89#ǧK\80² Ç§­    Ä\90\91xKyQ'ò!À«FDÞ\ 4"Ü_ày\v  \12±g$\16\14Ü»H\1c\11\14|¦à\19\82¹,7\9b\99Û\11vSçλpB í\ 2\8e\19îÀÑÌ<Ã\1d8\ 2Ü¡,Ï\0÷Þ¿÷V\80Û¦\1f¶[pħ\83=\f·\17°PÂh\ 1ÚËã¡×\9f¬x¹\ 69À½·px.ðxan\ 5¸÷\8eîv\8f·\ 2ÜÖÐýº\80Î\bû<Þ 0\82\1cà¶,¾V\1e\1d\ 1î\13Êl\17pT-Ö!\8cí=ê\ 1îX\8bîv\12Ü
+pÇZuwÙ\80Þö3Mà{\bF\92Ü­\84dI\8cÍ\1eÍÔÓý\ 5\8eòáï\1d¼mÈB\eÊ\97T#[áfCùò\ 1\r\ e82\81#Äű\0¢\ 1X\80\8aR\8dÍ\ eE\89vTYлà騲B\1a8\1a¢¬\90\ 6\8e\ 5\f\17ÐQe³T\e\1aø\ 3ÜûÌ\14_\80»i(ÿ¬&\7fù^núW[ª´ßëq\81Ú÷ñòó(¶G\ 6S\87óçßö\86bÊ´&\vµ¿\ f¦2\f#Ü-ýÑdë¾Û\\13ánw°Ê\fd\93­Û\ 5ôy°Á\94qCÂÔ»     t\ 3ùþ\ 6l^ÐG,¸Wx|Â\83¡\ e²\1c2!_`Õ\16\18õt¹\9c@ïÈ\8f¥¸\7f\91é\1dÖ´¿ñ\1d\92¾BX\8e£ÐO¾\9d­}=\81£»×\84H(\r"<zÂà;Ô7`!j÷\ 6ì{¼\ 1\99   ¬)Ìm.´¦0w¹ð´\vG\H£ü      1\81\9f\10  Ñ\ 1XS\17|\0¹\8cܺÂ\f)À£ÜP\11èaú²|¤
\fu±#L?£\aÕ\13¦_ð\1d\b©§\16%Çw g\YW\99\v\råþVÖUæº\ 1GC}DCGC\b¨
+=\83\91\89.tÔT@6Öû¡\a¨\89ä+HD\15ê}a¢¦IxGýð\91&Ûë1\94ߧ\17\805¡~\ 1\19>f\8e\8eü\98\83ô°j\81\ 4Ð;ÚÏSµË\9b\rô\1dí©\fÌ\90\ 5u!\84&\9d§+\v±éô õP\11:櫯¢YÌ\8cÊ}¼¹fT\92\92 K?n¾÷Äâ,W§YÀ\13\8b\9bР   <±¸\10Ð\ 2\8eX\8jE÷\87ý^,΢@í\ e\1c±¸Ú
+|x\ 4\1e\19\ eäXÜ\1e\19\7fâÖ­\8b¬ÇârÚÀ\ 2\8eX\Î\90\91ôX\9cÕ\82\f\19\89ÏY\87\8c¤Çâr\995"ò\ 5\10\11\1d±8\9bM0d$\16JÛG½\1fúàf(Íúë\f\89Hù`\81²àH±XEiä\vÀ\1dès\81ó©\94\87 -)éÙ
+\84Ü\84\86\95'H\ 3\8c\84Ök{\9cë\ 2ÂÓj\v i\84\rá1ê¸Ï\8b\17aG\1c>Øǽ?Í\93ùfø D\99\ 6ø\1a÷Ø|\7f\ 4\80þ3ät\1f÷.A§\8c\13K\929ñý\80\86}\8eÞ­ð\81\r\17¸7â:m`\ 1\aü\1cêÄ\99ö\b\12\11+pW&@\ 3\aú[f°\ 10\ 5ñ]w\1c´\80<@/\98¡}Y@/\8e±´øf\81þ\129øº¡ïõ
+­:S÷ò½p\85öý\ 2®\10N²¼Ú\88Ö\ f\e±±2ËÓ Ot\0\17ö\8a®Ð\11P\ eè\ 6¥\8ai[ Üå¡Ú\fÙÔéE\90A\ 2*k¨½¢\1dô\82̱K$G\bq`ßcA\96\eÑÆ\84ÄÀ³@F\97 ËQÌ\88\84½\1cÑ®ì\86\apte¯\1d±/\eð×ç\f\ e@\7fßêsîþþ
+/À\ f\^8 \93cz\ 3ÛöÙ\rìÀ£B\ 1Þ\8a\13è\r©\ 3~\8cd1>\91Ç\9bB`\1d±GwÈ\ebC\1eì®\90öÿ°hòC\98\aéQX\93Z#\18A\93\92\ 6"V)Øî Ï¯¢¸UÁL ÇÁöN2\1fÝá\8cäÈÑ\92Û*®\1fÆá­\ 4/\e\az÷=N\v¶é\0\ 5¯pÇô\f\10ïe9O÷æ¡Ò×íû\ 4Ý\ 2Ì,M/6ÕKRª\97é­ð1q4Õþ\94\896ñ=¦º\10*S=M0OYã"ÚzcBî\95?3)æÏ2\93bkQy2\93úïuøÛ2\1aâ\80\ 1F½7â<Ê0$\99M3ø\1e¸\96Ã̤\96þhV\14ÉË\89\9bv\ 1<3©:6ñ=\ 3Ñ\rX\10ê.\a\84Ú\11ü.\v\9c½7F<0ÌL\8a÷ì\99Ó¹\8e\ 3{f4lê²\ 1\81ùÆø
+t|ÂR<oðÀÑz£ 1Ò\81ó°A5 gT\84:Û`|\85¬õ\ 6ú}\a¼q¶Þ\1801Ï+
+è{Ý1\rð÷u·. 5¢[Cgë\8c8xÇúÜ4KK\82<Üã+ܱ\85jÄ1k
+m@\1f+½?À\88\85ô\94\18¢Çô;\9c5\1e\1af\ 5ÝÕcgVÐ@\8a©\14bcÂÑ\0g\81\,?EÑò¤\aj\84òà
+\15¹~\83\e$ <jêÌI\1a\9e\1fOhÙ¡\81ãûò~B\vM&°º\9dÁCº¯$¨\ 6\1dÝWR@o±Þ}%\19ÄxyJå©\85©Î^\1dQàÁéx\ 3    n Éoù>;X{˧     n\0ë1ý-?=û\9boy*Ú[N}º\19¿åBª|EWj\87Ø\8b\14 \90\17óì¡"\96³\9c\13Ñ\83zbÜ
+7 'Æ­P\8ad=\9a [æHj\82æ \94ÔT¯ÐJÓGWH;\fLè%\0YMtÀ\8dùåÍ\ 2 \81\10\9fU\85TiÌ\82kk\vÀ\1dô\19=4\8f\1d8ò("Þ\81\9eGa\r\84.4\0\8c\84[\18íýe\9fé0\97\1dèc\86¬\81Ðå\1aõ^\17\19Ó@ïûRÖ£ïKã[yú¾Ìð\b\8e\99\84\82^\94´v×\88ª§\9e)A\ 646Ò\18\93\90Éaù4\90\ f
+ÈÔeí:\90\83ëÉì²f\19cNd½.f¸@·\ 3Æ\ae**\1fô.Ú\91\ e\13\80\8cZ
\b²4\96\184iä\v\14m\ 1¦\95Kú¾Æ×ÒvÁ¼³t\98E}X\ 6xݮ޿\8f°èp\99õ\88l\16@H\ 3ù¾\8e2\1d}Oá¶\8c~ßá¤\ 5ë\11Ùn@F
+N¼¯Ý\80\8e\14\84\19R@è\87VÇ,Í\8f\8dì\82\14Ò«:C 1Áë\fïkO\80æz\93:<\ 3ü.w \a±Ïl\9a»Ld\ 6âà{Ê\ 3+ü}\ 1´>V\f[}\10\9a+\80bHJ!7|\ 5\8et\9c\ 2^\89\bÅ\0t*Á\8aäDìF\8adØ`b°\ 1^\a¨É1¥`B<ä¡ !~\83\ 3ð:@¼\ 1½\143C&\9aô\\96R\9fäö\ 4z.I\81W¨ç\92@M\b\8bàX%"~\f\84\92fëN\114AæÝ)ê\83ÜîÀÓ\9d"\9ewðYw\8af\ 1G\fññ[`\ 1\10DäÝ)V@\ 3w\fx\ f¼\8d\ 13Ô®Â\15{\86ã[Ð\8e\85\8f\96õüþ\95\80\ 2lY\83À3øýÞ¦cR°\ 5´ý^\b\98\16ô}\1f\0¥&aÍ\ 1\18.@3¤ÃÁÂ-\ 1\1d,\1cê(\9aË\ 2}\9a9\rcÇøôð.,ä\ fc\ fi0
+c·\vèȳ\99ÅC&¦Ve\86\(`ÿö=¤\0\9apÏÂØù¼Äw\8f       µ©jWÎݶ\1a$\95\91<û¹ 9îsÂx\18z\92îp#å¤f\16·\exp\86¼\81\8a3\8c6@¹\18j"\ f\17\ 6è$\96\9a\8f\80>\89%Nå6\ 5\8e8tÐt9\ f\92\18Q«4"mÞ[¥Ü*F\8f\99èÄ\8a¬7*G\81ð«"r\aÂÇ\14Äîí>D"MW=àpo#Ô\84R:J5
+KÔ4\11õ\8d\8aø$ó)\12Y\12\ 3jÒÍËgª0\9e6Ùh\ 3Ø$\8a\v\14#ax\80\93ô\98ð,wøû\8e,wÈCz{\8e4¡÷\oô\93\9cËO\81\ 5¢\ 5£\8eÍ\eÕ\ e@ch\11SPÏ\8dM\9a\1e¡#4°"ÓÕ@ª¥\87\82ABÂ\90\88x\7f\r¤Ë\1d\rN
\ 1\14Ç%é\103~\v\ 4\9b®&\ 3̳¨FH\9dÀ¼\ 1Ç\0Ô    Ð\r,÷í\89'\ 5\84\1e\8aÈ\91b\ eý\ 2G\87\10¢ÉänSy\82$ÐËe2ö/\95Ì´ïX6bC91,\87Ï\8cª\1c\8a¦ÙG\13¤x3Í>®\12\1f³ár¹\8enn¿w\f\97Ë\19Úµ2â\9e±{ªw()ð5\90ßÓ\ \vÈ©my\86¿/û\15yFB ÷jÊó"½%ô÷\17¬Gd¬8/Ú\ 6XÅV^m\ 3\11\9b-°j\vP\12lð5ëIÀ\17Р\16\1eÄÇjD\ e{YO\8b1\13`&.\13|\8cd&.\ 1Ú\842\13\17¬\87å,õ\12¡\10Ê\rÇ
+±Ie-¸Çï\95\ 3°\86c{øþÀ)Û\97\8bN\9cò!M>
+ÖÀg\rz\85\93Â`Þýx\ 1\16ÿ\9fo\9eÀ`Æ\80¾\97£vÖËâò½ü\90بÜÑïÓÐó\f\7f_H%:ª&w\90òÉBk~_5Ùct\16{O`\ 3aÒyÐ4ù\r\1e<PÎ\ 5n@ö­­Zgt\85\14*ßð\ 6än$V®s]@ïà:©LHà\91p4\ 1¸|¯×\e\ 5ôû\9e\ e®\ 1é!O\a×\88¹Po\89_\93\ 5z\8b\98\8f\978Z\9dµß\83vo,!.>,â\Oð6!\8e/°ª\và$áh\11\97æ\b I\18%F60c»\83\92\8e\88IKD4\8a\8d-PÐ\ 2}f%\9f6\8bw ç@¬\19î@\1eÍ\18\ 3½sá>®¶çDÐ3\8fâÕ5þ~y\93õ$\ 6\eW{\11F=\89ÁZr´\8c\ 4\ 6\ô4¨#{ö¦\1cÇ\16¦\97\91=!\b¶¥\ 1\9e\83&Y|\v±\86±Û-D!xõ\ry\ 2NÐ{Ö¥:æáº\80\N\9eR\ 6÷\90z¥F9!!­
+\9bÞá\9eu;æy\98'å^Ϻ\1dôü\8c\ 6\ 1[`C\vô\ 1(^À\93?\94ÇY¼\ 5z\84\ 5ÑÀ\91\91±·\ 5þl\81\15î@\99\eT\91[¨VuÄËú\ 2\b!^\ 41\9a°\85"gTdó¶Û\ 5\92â\r\16Ã\19Ù©|\ 1¤\13õY\rÙüí\91\9dKI ZyïJxîyku\ 3        o@¶´s\8e\92¥M¯ \7fèk\9cÀçø\ eÈ    
+"\81Þù0c\87W.*>\91Ï\9b\ es\86þª\9eç\9b\17ìëè<\88ý]\89\a\ fàÒxx\0\99P\16Ø\8aæ­Q\16Ø4Ô\88VÞLX\119\16\10\ 5`Xé\ fä\ 1Y\r\14¨\b\1d\15­%B\1e\90\85 Dt\85z\7f\8b\92L\b§Q·/\ 2}&,\ 5:ng\9ax\99\9c<TA\97T\rÃæ{\0}RàÌ"Pí\ 6d=`]t/\eÐõ\805
+ºl\00!ÉO¬Ã\1c÷ïßæYsè0}F\ 1Ë
+\1aQ\80ö\90­ÓiÛ\13 \1e²\f9\84\aб_\v\ 1µß\v7hÀ_Òx\90#\8f³Ä\ 2\1c8D<ìÁÝ&ÄÄ\8eùa\13\94bGÕ\10\16"½GK\80\eÐ\91Ï\88xØÑèÈ"8\ 3\ 2Ð\ 4Ó\8c\94\0h\85Íûô \1e\86\16)I­+P\88ôÔº\175t'+)b-ähó\838ÀÕæ\anÀÑæ\a«A9\90l-t/\e\ eÓÔ\18SÃÑ\Û\9bj8a%Ò]\0\8b %¨D`\ 4\89to5sìÁ
+Î(¤!m\88\ 5\80oN;\8cDx\ 5zZ\17V#zZWB\ f      LÓÆ<pæ\16\ ey\80å\ 6â\97Hï!\>{
\8c7 wð\9d\91\14:jÿÒ\aó\96\v{\98\8eU;¤\17sèe\a\8eNÖk\16U1û~\93¾ç¹\81ø5\97-Ò´©bD<Û \89\91#I8O\9a*æÉ\8dø5Ö\93\e\ 3>\81\ eo\ 4\8d\84tTO\f\1a\17³Rô\fU¡£\14=',\88\ 2m*½\14=C\93ÊQ\8a\9eE]6L\ e¼é\98\9d\10Ùm
+B\9bÊ\91àºà\rèrHl*=½°\8e5¸k\95fl\93é9Æ\e~\8et\12B×Ð1]Û&^µ\vø«¨\1fÂð¶\8a\9aÁ\13VE]¦÷%Cì\ 6í\ 2˽\v\¿\7fþ½WA\1ai\7fÿú­x\95\99Ôí÷\8e
+äÚHûBþ¾\ 2\99Å«\82Å~\e\ 2\80x\15¯@®©\14å=ÿð1U«Æ\0t\ 3uþáí\r\18¾v\97\ 3÷Î<\9f°`\98'\91\aÙ\90*ÄÃ\8e´°`j¼¼Wãô\0æ\19\ f\ eÀ\v 7é\ 6yýñ\82\b\10A'\86«-R[\eÕ±\81{1úË ÓÞ\16¡\95\97fP\8e
+\88\91"\ 1­ÄY\12H\f\v !H\ 2a5O{\ 5p¿\ 3Çl\14k\8cÓ\12\11Æ\9b\bÀ\92Ð5êÑ\9ahHýE\ et\90.cAÒSª
\81£3N\96T        -\ 3/P\92õ2ô\19J²Püh \e|Ne ÛZi\8fX\80î\7fÁ7\b.\80´\82\ 2â\96\89ûVÐô\ 6 .r´\87Ú\10\ 5\84\14Ò\9bAØ. (\ 2\83Ù\92Ä\83Ô»\9fVx\ 2¹S^
+H\99:æÓ\aÈ\84ú\88¤\80\ eà\18\91\14«W³\ f\18z\174¥7\90âM\83¢\12\80(B¹'¿5Ã\1e*B
\16ø\1eêÉþû\98ªOlª4£\13èãîlÊÔå{¹àÅæÛ\ f\1f\809&ã\ 5È         "Ñ#V   ê\11\92\84\8eÊÉIóÌ8À\ 5\7f_/}­\8d¨GF)\9dë\1eÓ\91\1adz¢ÿ\ e\90åÎ/q$úï\0\99¸\0é\ 6\9e\ 3\10BG¢\7f\8e\ eôDÿ\ U«'úÛ\÷ë-È\89þÙÐúË\ e\1c\ 5¬x\a\7f\ eôDÿ½\8d\89\8eDÿ\1dä:0\9e\ 1ÖË\12\8b­\8dôå9Ð\13\8bs\1dttÅYô,û2}ãTo\13ýù\öY;\ 3ßBíD}ÙB\94}¼½\8eUòñè\õ\0É\88æª\93ÑðÖð®¤Q\9a=¡bDÌì\99n\9f\12tSåð\9bMv\1f23Å\8b,#-­7ñ"«\96Hë-Û&¤ï\rø0çú½¹¹Í÷0Ã\9c\ 1^\93t\80Ñèºë\ 6\0\eb/-\98\9b»×5¿óÒ\18\e\ 6Óêí\ et\85´C^F\82{½'\97õÃ\ 5\ 3½Ò!¬\88\ 6~à?Ì\9f\ 1ÿÁ-F\87ycÀ\7fó=À«ØÄ\9fõû÷_X GÜz1:\86\18mÕIÛUbøÞ¿>\83s\ 3û\a\f@õÐ\94!\ 1\1cC8·C\99·7¨u/m4aKÂ>)\8dÇ\ eªy\17Þ³ %\81åÖ\8ey\88©B|\ 2\19+8UY\18éb\8c\15\9cØÿã\ e\ 6X\ 1\85lìé\89\1fN6ºõ\1aY\9dÃ\90\ 2,¹6HßÓÇÄ\0·\v\ 1d\83 l5\93!,7\r\ 2ËF\19q!\13\83XÇÇ\8dÅ\80@÷!hª\90gÇ¢;t\95Õ£KtpáÞ\95_áB\1e;\80\\ 4r9HMûÃW>táë÷Q\9f\12s\ 6\1f\ 6\eà]ùñ\15ȳ¿b\9d¸4dc\96Vv&è¶;p4Ñ\9d5mÎ\1eä¸díE¦4\84ªÄQ°\14¡M \17,\9dàýX\8eH\ fÙ\r\92@©&·\8a\ 3\aöm\81Ì\9bïÙ  þ\8fÞ3\ eþ'´\ 1\1d;\ fè9pÀ\9eQ#\0Íî\8c\8b*\86\11JA\82\9a(­2p\99rüH\fS\81\8b!뤼§è>;)7$\0\9d\94{\1e¨'\98kJR|mW\95W\1d½\9f¡\14è\83\18\89Q%à$¶\0²+u£&aUèÈR^Vm\ 1\9eã\vå@\97#h\969äÈZÂ\8f­2\82»N\9fÙµyºk×Z\86.~\8c\80\12\ 2}R
+\8d`\18Ö6P\ 4Ì È     Ùd\8e<ó}\8a¤fÔ\rjÐGbÈ\17\10Å\88\ 5;\17:      æé3.\84\9aÈÁ\85\8bÈ\85\94\89\96Y|M\b\17¯\vb¢~²4ï~   ) \87¢ó\865¡¼\812AM¦×`\aø\18É&ÝÙ½rðû´\ 4;ÈO\ 1©b\87&\11¬5`Uì\1fR0i\14dFéY\84>2J)Æ`@×\83\15\ 6\8a\88dXZ?\90f\ 1=ÓÿL\92m¿\17P"ù\ 2<\80ÌD6þrH\81aÿÌö\ 4:Ìcµ\12\97\r\bÙ\85\ 6\94ÕF\0í\ 2\8e\1e¨3"\81c\82¨µB\1e\93\90!u\151n7 §\ 5ÙôÊë\ 6äv\16ÁÜÛÑ\ 2¼\ 3fA$\94Ë'O¤m \ 64=pBW 7\12\8e\13Ü¿\9e`\1a\10\ 1õ¬¤\18\8aÄ\ 1ôü\11\8e°ÄÛRh8\1d¤\80^\87o±Ó\ 1\ 5è\ 1Ò\87\9a<f¤É=P)Ѥú #¨  \1d\ 5\91ÀSH\8f\84ÐC\ 1¢\bõ\1d,P\13ëXë\8a7 {×q\15Å\80B¥k\ 5k\9b\ 5ô±}q\83LÔOHá8\9fö\1c3¼<Y½Bó=H\r£cr¬^¡YàAX\95      v \ e,\90\85ø«-0£\ 5ú¼*\9e¦\eà\ 2rØ%%H\83"G=öD_D\ 3y4}ʵ\aìe\aÒ\8b~\80\85        ^£\8e3\15|\v \8c\8f³\1c÷Lß\9ùm\96#K\11L\vf¤î\b3ë¿j       zÍ\ 2©ÏrDi\92G®ï\MÓù\150Mr\9adÚ0'
+ÝÝ­ \1eÞ\ 2
\10\90B\83\9c\1c-\ 6zY Û\ 1Ív\r\83ÞK<\0;d^'=\ 4\98#>\82,\8d{×II\1aé\ 2)i\vP¸(Oç\ 2/Dì\9fV\9a*\9ak\8abÃÊ\10¶%]\vO?q¾\97÷¾Cv\9a\97\84Á\82<\9bqPF`\ 1+\8aÿÌ:9!»±uB\92e_üÄ×t\093)¯\19,àH\13Ý[O\1e1¬Éß\8dù\0ýà\ e\90§\84s2ò\86i §\89\9eúhÀÈ4Ó5L@\e8R\fË\8b³w+Cp\1f[#-@sm#Ú\81cBû\ eÜ)fî Åp-\1fe\18®Ë½ä°:\83o\1d@f\83Î\ 2ë{\ 3\9bf\a\1eÑ«uxuX\8bÕâ\9dæÇASúQ[\81\96òþÌÀ\víÜ\89\81ë{¾áy\81ñ£\9b7´óîÕ\87Ú+op÷4)°\1c\1eö:x\81xN øyOJ`\1d\7f¹\8e^P\96\11\98µÓ³Ï\ 1ïxò\ 1\81Ü9\óP]ó\ 1ë\1d9Ààîj+\81öç\93|ú8iZ\87\99\806âçòûàÕ!ß\aôûÈ\15!\ 5Ô5ZµÎï3óéùcü\84ybí*5"\1f\8b\16Ú\18òË÷R\13\84\ 3Ý\ 3Ûw\8c\f\8dHó8\90­\82~^\ f\98\e¶8\12\1e
+ÏÎQÑ\1côçg¨wõ\9f¯U\19\83\9fçµû\ 1\10_Î8\89ðÅ\97§,Zòààówã|\0íä¡\r   )\1eOâ ôäQü \0Ò;0e«ù\1f=y\1cMDWï\98:®=:ü{h/éÕâ5½\ e\9cfúû\19\92_oí\9ao²~\9br82xèö\v$¿¾ý"\19<´ÛÁ\f\f\1eðhðd=¨µe\93\1c\9d\81ÉBG\1fí³ròåsG¡ú\9eê\97¯Ö¶£N}o\aª}OÊÔ§©¿=O\95zõÔÛßw\14©×²Ü\96~\8e\1aõ8\81ï\1d\11\¿§B=Áß×\vÔ\13ú}G}úCùtüç)O¯\ràÖ\9bHMÎÀâw\94$çÚ´i\1d $´0<\97Íp\8eAi:AËæ\ 4À\82\1e®ã\e\98\8fÒ\8fv\ 3Q.L·\1e\a-\a(-\87ê\r \8f\11À\15ô\ 6WÀÁ\8eéq{\83\83\1dîØ\ 6p%Ý?2Ýàþ\19ÜYú\vtL~³\1e\9e#   è÷\7fhà2A\ e\96\ 3\99\ 59\8dú¤¢R§;\8c¬\17:_<¢\9f\97\ 1û\12\11^Ñí\9e½þ\ 5»\9c ¿\14OV¶áÜëö~°2E{ªí¸\8f4½ãr\86ÚG¹ù^7}­\eAûó\8aËY\ 1\93|@}í÷\8eJür¸\9c\8fïïÕÑ×xÑè{
+ÖÕxQ³\7f û\14o\9aÁù_\8d·ÿú«\9f~ñËð#üøÕ¿=xpÿîÇ.·õ\1f~õÇ\9fÂW\8eÛcµ²<þ\9fßüø»ÿñç\1f\7føý¯\7fû§ÿüí?üø§\7füå\8f¿üÇ\9f\7fó\7f\7fýÛßüø_ÿïÇ?ýËÏ¿ÿÃ\1f~üëßýú_ÿþÇ/¿~üËï\7fûï¿ý\8f\9f\7fü\97\1f¿ûùç¿üÃ/~ñ·¿ýíëçßýþ?¿þôÛ\9f\7fñ¯a\99ÿí?þç\9fþÏ/þò\9fûw_¿ûù\8f\7føû\1f¿úß?ý·_=v÷ÿ\ 1ï~íä
+endstream
+endobj
+511 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1086 0 R
+/Name /Im476
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf<Àü¿\81ý\1f\ 3û\ f\ 6\16\ 6\ 4â\80 \1f\fÜ<\f<|\f\1cì\f\ 2ì\f\f Ô\0A\ 5ü\f\1f \88\8f¡A\8e¡A\86ÁÁ\82ÁÁ\80Áà\ 1\ 3\7f\ 3\ 3\0\ e\9a
+endstream
+endobj
+512 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1087 0 R
+/Name /Im477
+/Width 32
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5Ä¡\r\800\10\ 5Ðß\94¤8\98\0\18\84@Gé\18\15\88\e­\ 6\81c\84&,p²îø\bÄ{ÁÄÐ\90¡H\14\ eÐ\ e®ö4ÒB\91
+ÜSáOº\14þ¦ÚàK¦\ 3AVÚh¢\99\86Ï\7f1Ýõ\ 5;µ$9
+endstream
+endobj
+513 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1088 0 R
+/Name /Im478
+/Width 41
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÌ1\ eAA\10\80á\7f³Å\94«Tá\ 6\9càÅ\r\1de\88BçJCD\14
+Gxn Ô­Ù!/ò'_ù×gµªs:¯0cúç$\\85\v·£§è\92\e,T÷\98¾\82lKó$;Èç\9f\1a^äàÞÃ\9b< ½só\95\87Ñ!Û¨e\ 5,5ÕÇ|\0\ 3D$c
+endstream
+endobj
+514 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1089 0 R
+/Name /Im479
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUñ\r\80 \14@Á§$Ò\18q\0¢+XRX8
+\95\95A's\14\e(&XxÉ¡¥Ç¶\13¡ö\UR\91¤!uàß\16\969wù\ 6|å÷\16ÁDAç\86PºÒ2Ò2а¢\8e\13vx\0ÔÝ\176
+endstream
+endobj
+515 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1090 0 R
+/Name /Im480
+/Width 27
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Î1
+\800\14\83á_º¸¹vP{\11¡×r\10Ú£½£x\ 4G\87Ò\9a\82\8b\8bÃ7\ 4\ 2\89Ç\11r ´*En¹Ä\ 4f~$céý\X\89\8c\82\92Øëì¼\1cR¿Lk¶\13\91\bCeÒ\a§}Zæ\ 1}¬-\0
+endstream
+endobj
+516 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1091 0 R
+/Name /Im481
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95Ì1
+\800\10DÑíRÎ\rÜ\8b\b^ËÎ\1cm\8f\12±°LÀÆbq\1d$bmñà3ÅD\11\89\ e¿©\7fRF\ 1·\81F\9a©\b6\13ìTÙÑè\14\1c´ºÀ.Zº)ÃÔ`|y¤\16®ñº\ 1\11¹B4
+endstream
+endobj
+517 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1092 0 R
+/Name /Im482
+/Width 46
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMű\r\840\f\ 5\14îð\ 2H^#ÅI¬DIE<ZFñ\b)SXä>\bN×¼7¢\84ÆøS\|ªÜØ\93=vlé\92R\97\ eCºÐ\ 4g¨1\13\9dK,\97'\1cùø\10\95|d¸\17¸¶u»mÐ\15ª«¿J\95úÓ\18²±=~\ 1¶<<g
+endstream
+endobj
+518 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1093 0 R
+/Name /Im483
+/Width 30
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cm\8a1\ eÂ0\10\ 4\aQ¸ 0e
+$\7f\83"\8a?f\ 5?-ù\89%>påU,\a¢AJ1ÒhwP·³\9e\9e÷×­ÐZem\vËu%ì\80ø¾\16-yw.\1aLêLÀýÇ\1cTy \8a´ei$ÉÂm&Yãä\ e\7fÄöÙ­\92FÞJ\8f\1e\1eÆ\e±\88
+endstream
+endobj
+519 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1094 0 R
+/Name /Im484
+/Width 12
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKHø\0\ 4                \0\17¨\ 5A
+endstream
+endobj
+520 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1095 0 R
+/Name /Im485
+/Width 47
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ͱ\r\800\f\8b\91\ 5\90\18%£Áh\19Å#¤L\11å\90í\b
+\1a\90¬×ù>I\ 1H\ e\93'bG\165Uuiª_pÇ\aý¥=\vÉ6sA´Ö´c\16\8bº¿ºÿ]o£\19úFV\fóhj\92\vìÔa#
+endstream
+endobj
+521 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1096 0 R
+/Name /Im486
+/Width 24
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ÿÁ`ÿ\87¡Î\8eñO=ó\8f\ fõì dÇþ\81\ 1\13ýÿ\7f\0\82°Ê\12\8fêÿ7@\10\0·©3B
+endstream
+endobj
+522 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1097 0 R
+/Name /Im487
+/Width 25
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÇÀÀÌØÀÀ\ 6Ä<Ì\r\f2@Z\86\81\81A\ 2\88-P1ó\7f Ú\ 2>$,\ 3Á\ f\ 2\8e\19\ f\80p\11
+fn0\ 1b   \ 6\9aÅ\0Áì@|\f\88\9f\ 1ñ\19 ®\0b\0äú\18³
+endstream
+endobj
+523 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1098 0 R
+/Name /Im488
+/Width 20
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\0\ 5î\ 2ï
+endstream
+endobj
+524 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1099 0 R
+/Name /Im489
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÁÀ|\80\81¹\ 1\81Ø\19\10\88\ f     É !\v\ 4J(`xPÀp \81¡á\ 1\ 1\ 6ç\ 6\ 6;\ 6\ 6\0Ѿ\f\8d
+endstream
+endobj
+525 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1100 0 R
+/Name /Im490
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿ\8f\81Á\86¹\81Á\82ñ\0\83\ 5Ã\ 38.`DÆ\a\18\1e0\83p\ 3Ã\ 3v\ 6\86\a2\f\8cÿ?0\0\18(\83\82\81ªP0?\10ÿ\7fÀÀ\0\0½>\19U
+endstream
+endobj
+526 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1101 0 R
+/Name /Im491
+/Width 16
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`f`cà`\90`0`H`8Àp\80±\81\99\ 1$ÄÆÀ\ 3\842@                \ 6\v ¤\ 1C\ 1\10&@á\ 38L\80C\ 5 \1a\ 1 Q\1c\f\0á(\fÙ
+endstream
+endobj
+527 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1102 0 R
+/Name /Im492
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱  \800\10\86Ñ/\1c\18Á\90ú\8a\f!ØX9\8b£\9c\9býV®\117Q\10\84W?6¸IG\18\1aPE\ 5µOÒú3¹\85ç\18§(\vvA\86
+\ 5\1a8}¦ï\848\83·|\0\95Ë\13ú
+endstream
+endobj
+528 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1103 0 R
+/Name /Im493
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%Ì¡\r\800\10@ÑO\8e\14Ó\14\8b¨è\b\95@\18æF¨DÞh\1dåÆ@Ò@òôc5vE\vÝ's\81\0        "äáá\989\ 3\97p\7f\9aX\13\7f\ 1OxD3ºQ*µ3Ê\17É#\10Ì
+endstream
+endobj
+529 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1104 0 R
+/Name /Im494
+/Width 16
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\10`\10`à`àa`a`\83Cv8\84\89ð\ 1!\ f\10Ê0H\0¡\ 5\83\ 1\10&\0á\ 1\86\ 3\8c\rÌ\fÌ@%<@      \ 1°\10\0\88»\ 5Ë
+endstream
+endobj
+530 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1105 0 R
+/Name /Im495
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cchH`ü\7f\80ñ\7f\ 3ã?\ 6F\ 6\ 6&$Ä\ 2D?\18Xy\18ØØ\18\18\18\18\80\88\1d\81P\ 1\10ñ0<\90ah\90`h°`p0`pH`P<À ÏÀ\0\0>\e\vë
+endstream
+endobj
+531 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1106 0 R
+/Name /Im496
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15˱\r\800\f\0Á·\8c\12
+¤´TÀ\b)\19ÇcPz0
\fSPàHWþ³\83\ 5aâ¦ôT°:DõÐ\a}\91\ f.ä¦l,\8dµfç\87úx$#\86Ü&læì´à\a)b\12&
+endstream
+endobj
+532 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im204 213 0 R /Im320 333 0 R /Im497 534 0 R /Im320 333 0 R /Im320 333 0 R /Im202 211 0 R /Im208 217 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im294 305 0 R /Im128 135 0 R /Im129 136 0 R /Im92 99 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im360 375 0 R /Im74 81 0 R /Im136 143 0 R /Im74 81 0 R /Im129 136 0 R /Im93 100 0 R /Im102 109 0 R /Im115 122 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im125 132 0 R /Im74 81 0 R /Im130 137 0 R /Im74 81 0 R /Im92 99 0 R /Im104 111 0 R /Im98 105 0 R /Im103 110 0 R /Im124 131 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im214 223 0 R /Im244 253 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im490 525 0 R /Im240 249 0 R /Im241 250 0 R /Im259 268 0 R /Im243 252 0 R /Im243 252 0 R /Im286 297 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im256 265 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im287 298 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im466 497 0 R /Im243 252 0 R /Im240 249 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im241 250 0 R /Im255 264 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im491 526 0 R /Im416 435 0 R /Im416 435 0 R /Im416 435 0 R /Im254 263 0 R /Im349 362 0 R /Im492 527 0 R /Im498 535 0 R /Im494 529 0 R /Im107 114 0 R /Im109 116 0 R /Im108 115 0 R /Im117 124 0 R /Im108 115 0 R /Im101 108 0 R /Im97 104 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im324 337 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im214 223 0 R /Im97 104 0 R /Im93 100 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im98 105 0 R /Im94 101 0 R /Im109 116 0 R /Im119 126 0 R /Im311 322 0 R /Im74 81 0 R /Im128 135 0 R /Im129 136 0 R /Im130 137 0 R /Im131 138 0 R /Im132 139 0 R /Im133 140 0 R /Im125 132 0 R /Im74 81 0 R /Im136 143 0 R /Im74 81 0 R /Im129 136 0 R /Im94 101 0 R /Im108 115 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im360 375 0 R /Im74 81 0 R /Im137 144 0 R /Im74 81 0 R /Im130 137 0 R /Im93 100 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im123 130 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im93 100 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im111 118 0 R /Im102 109 0 R /Im108 115 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im294 305 0 R /Im214 223 0 R /Im212 221 0 R /Im293 304 0 R /Im272 283 0 R /Im488 523 0 R /Im272 283 0 R /Im212 221 0 R /Im294 305 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im131 138 0 R /Im132 139 0 R /Im74 81 0 R /Im128 135 0 R /Im384 401 0 R /Im360 375 0 R /Im134 141 0 R /Im130 137 0 R /Im293 304 0 R /Im132 139 0 R /Im133 140 0 R /Im347 360 0 R /Im74 81 0 R /Im384 401 0 R /Im93 100 0 R /Im102 109 0 R /Im96 103 0 R /Im94 101 0 R /Im139 146 0 R /Im107 114 0 R /Im383 400 0 R /Im74 81 0 R /Im360 375 0 R /Im93 100 0 R /Im97 104 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im107 114 0 R /Im360 375 0 R /Im74 81 0 R /Im134 141 0 R /Im96 103 0 R /Im100 107 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im291 302 0 R /Im74 81 0 R /Im130 137 0 R /Im123 130 0 R /Im101 108 0 R /Im100 107 0 R /Im98 105 0 R /Im114 121 0 R /Im98 105 0 R /Im96 103 0 R /Im97 104 0 R /Im139 146 0 R /Im74 81 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im106 113 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im112 119 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im254 263 0 R /Im417 436 0 R /Im417 436 0 R /Im416 435 0 R /Im489 524 0 R /Im241 250 0 R /Im257 266 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im107 114 0 R /Im199 206 0 R /Im348 361 0 R /Im118 125 0 R /Im272 283 0 R /Im120 127 0 R /Im214 223 0 R /Im199 206 0 R /Im272 283 0 R /Im132 139 0 R /Im488 523 0 R /Im199 206 0 R /Im324 337 0 R /Im348 361 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im132 139 0 R /Im74 81 0 R /Im128 135 0 R /Im130 137 0 R /Im103 110 0 R /Im109 116 0 R /Im348 361 0 R /Im348 361 0 R /Im133 140 0 R /Im125 132 0 R /Im74 81 0 R /Im109 116 0 R /Im74 81 0 R /Im130 137 0 R /Im103 110 0 R /Im109 116 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im130 137 0 R /Im98 105 0 R /Im94 101 0 R /Im112 119 0 R /Im130 137 0 R /Im99 106 0 R /Im126 133 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im272 283 0 R /Im132 139 0 R /Im214 223 0 R /Im212 221 0 R /Im348 361 0 R /Im131 138 0 R /Im488 523 0 R /Im272 283 0 R /Im199 206 0 R /Im354 367 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im348 361 0 R /Im74 81 0 R /Im128 135 0 R /Im130 137 0 R /Im387 404 0 R /Im293 304 0 R /Im272 283 0 R /Im133 140 0 R /Im125 132 0 R /Im74 81 0 R /Im109 116 0 R /Im74 81 0 R /Im130 137 0 R /Im103 110 0 R /Im109 116 0 R /Im100 107 0 R /Im100 107 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im125 132 0 R /Im74 81 0 R /Im387 404 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im97 104 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im112 119 0 R /Im103 110 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im272 283 0 R /Im74 81 0 R /Im347 360 0 R /Im360 375 0 R /Im384 401 0 R /Im214 223 0 R /Im104 111 0 R /Im97 104 0 R /Im97 104 0 R /Im111 118 0 R /Im214 223 0 R /Im332 345 0 R /Im332 345 0 R /Im114 121 0 R /Im114 121 0 R /Im114 121 0 R /Im74 81 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im74 81 0 R /Im99 106 0 R /Im97 104 0 R /Im97 104 0 R /Im74 81 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im332 345 0 R /Im499 536 0 R /Im106 113 0 R /Im105 112 0 R /Im99 106 0 R /Im103 110 0 R /Im332 345 0 R /Im99 106 0 R /Im113 120 0 R /Im103 110 0 R /Im74 81 0 R /Im111 118 0 R /Im101 108 0 R /Im74 81 0 R /Im128 135 0 R /Im277 288 0 R /Im291 302 0 R /Im127 134 0 R /Im348 361 0 R /Im294 305 0 R /Im133 140 0 R /Im125 132 0 R /Im74 81 0 R /Im135 142 0 R /Im74 81 0 R /Im277 288 0 R /Im99 106 0 R /Im108 115 0 R /Im107 114 0 R /Im291 302 0 R /Im74 81 0 R /Im291 302 0 R /Im108 115 0 R /Im102 109 0 R /Im106 113 0 R /Im93 100 0 R /Im105 112 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im122 129 0 R /Im139 146 0 R /Im96 103 0 R /Im94 101 0 R /Im117 124 0 R /Im127 134 0 R /Im74 81 0 R /Im92 99 0 R /Im74 81 0 R /Im109 116 0 R /Im94 101 0 R /Im96 103 0 R /Im95 102 0 R /Im99 106 0 R /Im100 107 0 R /Im108 115 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im93 100 0 R /Im94 101 0 R /Im97 104 0 R /Im114 121 0 R /Im93 100 0 R /Im99 106 0 R /Im100 107 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im94 101 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im500 537 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im240 249 0 R /Im260 269 0 R /Im258 267 0 R /Im281 292 0 R /Im255 264 0 R /Im260 269 0 R /Im396 413 0 R /Im281 292 0 R /Im255 264 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im132 139 0 R /Im354 367 0 R /Im132 139 0 R /Im488 523 0 R /Im132 139 0 R /Im354 367 0 R /Im293 304 0 R /Im107 114 0 R /Im277 288 0 R /Im93 100 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im127 134 0 R /Im93 100 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im107 114 0 R /Im109 116 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im99 106 0 R /Im105 112 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im294 305 0 R /Im74 81 0 R /Im128 135 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im348 361 0 R /Im132 139 0 R /Im133 140 0 R /Im109 116 0 R /Im74 81 0 R /Im311 322 0 R /Im74 81 0 R /Im291 302 0 R /Im99 106 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im74 81 0 R /Im280 291 0 R /Im243 252 0 R /Im258 267 0 R /Im240 249 0 R /Im259 268 0 R /Im338 351 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im436 461 0 R /Im281 292 0 R /Im260 269 0 R /Im338 351 0 R /Im239 248 0 R /Im240 249 0 R /Im241 250 0 R /Im397 414 0 R /Im258 267 0 R /Im397 414 0 R /Im281 292 0 R /Im335 348 0 R /Im281 292 0 R /Im260 269 0 R /Im281 292 0 R /Im243 252 0 R /Im256 265 0 R /Im74 81 0 R /Im291 302 0 R /Im104 111 0 R /Im125 132 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im101 108 0 R /Im107 114 0 R /Im92 99 0 R /Im99 106 0 R /Im102 109 0 R /Im94 101 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im96 103 0 R /Im112 119 0 R /Im130 137 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im93 100 0 R /Im94 101 0 R /Im347 360 0 R /Im94 101 0 R /Im98 105 0 R /Im95 102 0 R /Im74 81 0 R /Im107 114 0 R /Im160 167 0 R /Im93 100 0 R /Im101 108 0 R /Im97 104 0 R /Im93 100 0 R /Im94 101 0 R /Im107 114 0 R /Im130 137 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im272 283 0 R /Im332 345 0 R /Im348 361 0 R /Im132 139 0 R /Im74 81 0 R /Im135 142 0 R /Im96 103 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im118 125 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im132 139 0 R /Im120 127 0 R /Im107 114 0 R /Im113 120 0 R /Im93 100 0 R /Im93 100 0 R /Im124 131 0 R /Im101 108 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im97 104 0 R /Im100 107 0 R /Im96 103 0 R /Im107 114 0 R /Im291 302 0 R /Im98 105 0 R /Im97 104 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im74 81 0 R /Im128 135 0 R /Im291 302 0 R /Im96 103 0 R /Im99 106 0 R /Im348 361 0 R /Im199 206 0 R /Im133 140 0 R /Im311 322 0 R /Im74 81 0 R /Im291 302 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im100 107 0 R /Im74 81 0 R /Im127 134 0 R /Im96 103 0 R /Im108 115 0 R /Im102 109 0 R /Im98 105 0 R /Im101 108 0 R /Im97 104 0 R /Im98 105 0 R /Im103 110 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im93 100 0 R /Im102 109 0 R /Im123 130 0 R /Im214 223 0 R /Im109 116 0 R /Im101 108 0 R /Im108 115 0 R /Im102 109 0 R /Im95 102 0 R /Im96 103 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im102 109 0 R /Im96 103 0 R /Im103 110 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im101 108 0 R /Im108 115 0 R /Im100 107 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im490 525 0 R /Im240 249 0 R /Im241 250 0 R /Im259 268 0 R /Im243 252 0 R /Im243 252 0 R /Im286 297 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im256 265 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im489 524 0 R /Im241 250 0 R /Im281 292 0 R /Im255 264 0 R /Im260 269 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im466 497 0 R /Im243 252 0 R /Im240 249 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im241 250 0 R /Im255 264 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im491 526 0 R /Im254 263 0 R /Im489 524 0 R /Im417 436 0 R /Im416 435 0 R /Im254 263 0 R /Im349 362 0 R /Im496 531 0 R /Im501 538 0 R /Im494 529 0 R /Im107 114 0 R /Im383 400 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im108 115 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im160 167 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im92 99 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im98 105 0 R /Im99 106 0 R /Im107 114 0 R /Im212 221 0 R /Im324 337 0 R /Im112 119 0 R /Im212 221 0 R /Im348 361 0 R /Im74 81 0 R /Im384 401 0 R /Im93 100 0 R /Im101 108 0 R /Im109 116 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im107 114 0 R /Im92 99 0 R /Im99 106 0 R /Im100 107 0 R /Im98 105 0 R /Im115 122 0 R /Im74 81 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im199 206 0 R /Im74 81 0 R /Im129 136 0 R /Im99 106 0 R /Im108 115 0 R /Im115 122 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im94 101 0 R /Im74 81 0 R /Im128 135 0 R /Im291 302 0 R /Im135 142 0 R /Im291 302 0 R /Im106 113 0 R /Im160 167 0 R /Im293 304 0 R /Im294 305 0 R /Im133 140 0 R /Im109 116 0 R /Im74 81 0 R /Im291 302 0 R /Im100 107 0 R /Im99 106 0 R /Im99 106 0 R /Im97 104 0 R /Im107 114 0 R /Im311 322 0 R /Im74 81 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im137 144 0 R /Im74 81 0 R /Im291 302 0 R /Im98 105 0 R /Im248 257 0 R /Im100 107 0 R /Im101 108 0 R /Im107 114 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im109 116 0 R /Im74 81 0 R /Im106 113 0 R /Im96 103 0 R /Im160 167 0 R /Im102 109 0 R /Im108 115 0 R /Im98 105 0 R /Im94 101 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im112 119 0 R /Im116 123 0 R /Im102 109 0 R /Im101 108 0 R /Im97 104 0 R /Im116 123 0 R /Im126 133 0 R /Im96 103 0 R /Im106 113 0 R /Im112 119 0 R /Im106 113 0 R /Im96 103 0 R /Im111 118 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im101 108 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im348 361 0 R /Im131 138 0 R /Im118 125 0 R /Im199 206 0 R /Im488 523 0 R /Im212 221 0 R /Im120 127 0 R /Im214 223 0 R /Im212 221 0 R /Im132 139 0 R /Im132 139 0 R /Im488 523 0 R /Im212 221 0 R /Im293 304 0 R /Im272 283 0 R /Im107 114 0 R /Im277 288 0 R /Im93 100 0 R /Im95 102 0 R /Im96 103 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im294 305 0 R /Im74 81 0 R /Im128 135 0 R /Im360 375 0 R /Im160 167 0 R /Im348 361 0 R /Im272 283 0 R /Im133 140 0 R /Im109 116 0 R /Im74 81 0 R /Im384 401 0 R /Im74 81 0 R /Im360 375 0 R /Im96 103 0 R /Im98 105 0 R /Im113 120 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im160 167 0 R /Im74 81 0 R /Im137 144 0 R /Im74 81 0 R /Im160 167 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im106 113 0 R /Im74 81 0 R /Im277 288 0 R /Im93 100 0 R /Im94 101 0 R /Im112 119 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im96 103 0 R /Im117 124 0 R /Im98 105 0 R /Im96 103 0 R /Im101 108 0 R /Im115 122 0 R /Im93 100 0 R /Im102 109 0 R /Im108 115 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im117 124 0 R /Im99 106 0 R /Im98 105 0 R /Im94 101 0 R /Im101 108 0 R /Im97 104 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im113 120 0 R /Im100 107 0 R /Im96 103 0 R /Im93 100 0 R /Im111 118 0 R /Im111 118 0 R /Im93 100 0 R /Im94 101 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im490 525 0 R /Im240 249 0 R /Im241 250 0 R /Im259 268 0 R /Im243 252 0 R /Im243 252 0 R /Im286 297 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im256 265 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im281 292 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im259 268 0 R /Im241 250 0 R /Im255 264 0 R /Im466 497 0 R /Im243 252 0 R /Im240 249 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im281 292 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im416 435 0 R /Im416 435 0 R /Im416 435 0 R /Im254 263 0 R /Im349 362 0 R /Im496 531 0 R /Im502 539 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im272 283 0 R /Im272 283 0 R /Im348 361 0 R /Im488 523 0 R /Im272 283 0 R /Im324 337 0 R /Im272 283 0 R /Im107 114 0 R /Im384 401 0 R /Im93 100 0 R /Im101 108 0 R /Im109 116 0 R /Im100 107 0 R /Im97 104 0 R /Im93 100 0 R /Im101 108 0 R /Im107 114 0 R /Im92 99 0 R /Im109 116 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im272 283 0 R /Im74 81 0 R /Im137 144 0 R /Im98 105 0 R /Im100 107 0 R /Im100 107 0 R /Im98 105 0 R /Im99 106 0 R /Im105 112 0 R /Im129 136 0 R /Im99 106 0 R /Im108 115 0 R /Im115 122 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im74 81 0 R /Im128 135 0 R /Im360 375 0 R /Im98 105 0 R /Im95 102 0 R /Im348 361 0 R /Im131 138 0 R /Im133 140 0 R /Im360 375 0 R /Im74 81 0 R /Im384 401 0 R /Im74 81 0 R /Im360 375 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im101 108 0 R /Im97 104 0 R /Im74 81 0 R /Im292 303 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im113 120 0 R /Im123 130 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im332 345 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im111 118 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im126 133 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im272 283 0 R /Im324 337 0 R /Im118 125 0 R /Im199 206 0 R /Im120 127 0 R /Im214 223 0 R /Im131 138 0 R /Im131 138 0 R /Im488 523 0 R /Im293 304 0 R /Im294 305 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im131 138 0 R /Im74 81 0 R /Im128 135 0 R /Im360 375 0 R /Im137 144 0 R /Im348 361 0 R /Im293 304 0 R /Im133 140 0 R /Im135 142 0 R /Im74 81 0 R /Im360 375 0 R /Im108 115 0 R /Im101 108 0 R /Im101 108 0 R /Im96 103 0 R /Im100 107 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im136 143 0 R /Im74 81 0 R /Im137 144 0 R /Im96 103 0 R /Im115 122 0 R /Im99 106 0 R /Im100 107 0 R /Im106 113 0 R /Im74 81 0 R /Im244 253 0 R /Im94 101 0 R /Im93 100 0 R /Im111 118 0 R /Im97 104 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im99 106 0 R /Im105 112 0 R /Im96 103 0 R /Im112 119 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im108 115 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im102 109 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im93 100 0 R /Im94 101 0 R /Im99 106 0 R /Im100 107 0 R /Im105 112 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im112 119 0 R /Im102 109 0 R /Im96 103 0 R /Im99 106 0 R /Im101 108 0 R /Im93 100 0 R /Im94 101 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im490 525 0 R /Im240 249 0 R /Im241 250 0 R /Im349 362 0 R /Im259 268 0 R /Im243 252 0 R /Im243 252 0 R /Im286 297 0 R /Im281 292 0 R /Im255 264 0 R /Im282 293 0 R /Im256 265 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im260 269 0 R /Im281 292 0 R /Im241 250 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im489 524 0 R /Im241 250 0 R /Im281 292 0 R /Im255 264 0 R /Im260 269 0 R /Im417 436 0 R /Im241 250 0 R /Im255 264 0 R /Im466 497 0 R /Im243 252 0 R /Im240 249 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im241 250 0 R /Im255 264 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im491 526 0 R /Im254 263 0 R /Im489 524 0 R /Im417 436 0 R /Im416 435 0 R /Im254 263 0 R /Im349 362 0 R /Im496 531 0 R /Im492 527 0 R /Im494 529 0 R /Im107 114 0 R /Im95 102 0 R /Im93 100 0 R /Im100 107 0 R /Im108 115 0 R /Im105 112 0 R /Im96 103 0 R /Im199 206 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im272 283 0 R /Im272 283 0 R /Im324 337 0 R /Im488 523 0 R /Im272 283 0 R /Im324 337 0 R /Im354 367 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im293 304 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im214 223 0 R /Im125 132 0 R /Im93 100 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im360 375 0 R /Im98 105 0 R /Im117 124 0 R /Im104 111 0 R /Im97 104 0 R /Im122 129 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im74 81 0 R /Im128 135 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im293 304 0 R /Im354 367 0 R /Im133 140 0 R /Im311 322 0 R /Im74 81 0 R /Im135 142 0 R /Im103 110 0 R /Im104 111 0 R /Im99 106 0 R /Im96 103 0 R /Im238 247 0 R /Im96 103 0 R /Im102 109 0 R /Im74 81 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im101 108 0 R /Im111 118 0 R /Im98 105 0 R /Im102 109 0 R /Im99 106 0 R /Im103 110 0 R /Im123 130 0 R /Im94 101 0 R /Im108 115 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im324 337 0 R /Im272 283 0 R /Im118 125 0 R /Im199 206 0 R /Im120 127 0 R /Im214 223 0 R /Im294 305 0 R /Im131 138 0 R /Im488 523 0 R /Im348 361 0 R /Im324 337 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im354 367 0 R /Im74 81 0 R /Im109 116 0 R /Im100 107 0 R /Im101 108 0 R /Im93 100 0 R /Im98 105 0 R /Im94 101 0 R /Im109 116 0 R /Im106 113 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im101 108 0 R /Im98 105 0 R /Im94 101 0 R /Im92 99 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im92 99 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im383 400 0 R /Im107 114 0 R /Im125 132 0 R /Im74 81 0 R /Im160 167 0 R /Im96 103 0 R /Im99 106 0 R /Im100 107 0 R /Im118 125 0 R /Im96 103 0 R /Im106 113 0 R /Im74 81 0 R /Im120 127 0 R /Im107 114 0 R /Im136 143 0 R /Im100 107 0 R /Im101 108 0 R /Im96 103 0 R /Im95 102 0 R /Im98 105 0 R /Im96 103 0 R /Im102 109 0 R /Im135 142 0 R /Im103 110 0 R /Im98 105 0 R /Im96 103 0 R /Im94 101 0 R /Im103 110 0 R /Im96 103 0 R /Im291 302 0 R /Im108 115 0 R /Im113 120 0 R /Im100 107 0 R /Im98 105 0 R /Im101 108 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im107 114 0 R /Im109 116 0 R /Im105 112 0 R /Im101 108 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im106 113 0 R /Im99 106 0 R /Im105 112 0 R /Im107 114 0 R /Im277 288 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im111 118 0 R /Im111 118 0 R /Im74 81 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im488 523 0 R /Im212 221 0 R /Im199 206 0 R /Im348 361 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im348 361 0 R /Im293 304 0 R /Im74 81 0 R /Im128 135 0 R /Im135 142 0 R /Im125 132 0 R /Im294 305 0 R /Im293 304 0 R /Im133 140 0 R /Im311 322 0 R /Im74 81 0 R /Im360 375 0 R /Im74 81 0 R /Im135 142 0 R /Im100 107 0 R /Im99 106 0 R /Im117 124 0 R /Im100 107 0 R /Im96 103 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im311 322 0 R /Im74 81 0 R /Im129 136 0 R /Im74 81 0 R /Im125 132 0 R /Im98 105 0 R /Im126 133 0 R /Im93 100 0 R /Im94 101 0 R /Im74 81 0 R /Im136 143 0 R /Im126 133 0 R /Im111 118 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im105 112 0 R /Im96 103 0 R /Im94 101 0 R /Im97 104 0 R /Im101 108 0 R /Im114 121 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im130 137 0 R /Im503 540 0 R /Im277 288 0 R /Im97 104 0 R /Im102 109 0 R /Im96 103 0 R /Im96 103 0 R /Im112 119 0 R /Im101 108 0 R /Im96 103 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im98 105 0 R /Im94 101 0 R /Im117 124 0 R /Im111 118 0 R /Im102 109 0 R /Im93 100 0 R /Im103 110 0 R /Im96 103 0 R /Im106 113 0 R /Im108 115 0 R /Im102 109 0 R /Im96 103 0 R /Im74 81 0 R /Im489 524 0 R /Im241 250 0 R /Im257 266 0 R /Im240 249 0 R /Im255 264 0 R /Im258 267 0 R /Im335 348 0 R /Im241 250 0 R /Im466 497 0 R /Im260 269 0 R /Im338 351 0 R /Im243 252 0 R /Im416 435 0 R /Im417 436 0 R /Im337 350 0 R /Im107 114 0 R /Im199 206 0 R /Im294 305 0 R /Im214 223 0 R /Im199 206 0 R /Im348 361 0 R /Im293 304 0 R /Im488 523 0 R /Im212 221 0 R /Im354 367 0 R /Im131 138 0 R /Im107 114 0 R /Im109 116 0 R /Im111 118 0 R /Im102 109 0 R /Im98 105 0 R /Im100 107 0 R /Im199 206 0 R /Im293 304 0 R /Im294 305 0 R /Im293 304 0 R /Im74 81 0 R /Im128 135 0 R /Im135 142 0 R /Im97 104 0 R /Im93 100 0 R /Im131 138 0 R /Im293 304 0 R /Im133 140 0 R /Im292 303 0 R /Im74 81 0 R /Im92 99 0 R /Im74 81 0 R /Im135 142 0 R /Im97 104 0 R /Im93 100 0 R /Im103 110 0 R /Im124 131 0 R /Im105 112 0 R /Im99 106 0 R /Im94 101 0 R /Im74 81 0 R /Im109 116 0 R /Im105 112 0 R /Im98 105 0 R /Im94 101 0 R /Im98 105 0 R /Im105 112 0 R /Im99 106 0 R /Im126 133 0 R /Im99 106 0 R /Im100 107 0 R /Im117 124 0 R /Im93 100 0 R /Im102 109 0 R /Im98 105 0 R /Im97 104 0 R /Im104 111 0 R /Im105 112 0 R /Im113 120 0 R /Im96 103 0 R /Im97 104 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im97 104 0 R /Im104 111 0 R /Im99 106 0 R /Im94 101 0 R /Im109 116 0 R /Im100 107 0 R /Im111 118 0 R /Im104 111 0 R /Im99 106 0 R /Im112 119 0 R /Im160 167 0 R /Im96 103 0 R /Im97 104 0 R /Im99 106 0 R /Im74 81 0 R /Im416 435 0 R /Im240 249 0 R /Im260 269 0 R /Im281 292 0 R /Im487 522 0 R /Im259 268 0 R /Im281 292 0 R /Im258 267 0 R /Im335 348 0 R /Im254 263 0 R /Im255 264 0 R /Im260 269 0 R /Im243 252 0 R /Im335 348 0 R /Im335 348 0 R /Im281 292 0 R /Im282 293 0 R /Im243 252 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im107 114 0 R /Im199 206 0 R /Im212 221 0 R /Im118 125 0 R /Im212 221 0 R /Im120 127 0 R /Im214 223 0 R /Im199 206 0 R /Im131 138 0 R /Im293 304 0 R /Im488 523 0 R /Im199 206 0 R /Im293 304 0 R /Im294 305 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im131 138 0 R /Im293 304 0 R /Im74 81 0 R /Im128 135 0 R /Im347 360 0 R /Im95 102 0 R /Im106 113 0 R /Im127 134 0 R /Im293 304 0 R /Im324 337 0 R /Im133 140 0 R /Im311 322 0 R /Im74 81 0 R /Im137 144 0 R /Im74 81 0 R /Im127 134 0 R /Im74 81 0 R /Im130 137 0 R /Im74 81 0 R /Im347 360 0 R /Im98 105 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im114 121 0 R /Im98 105 0 R /Im248 257 0 R /Im124 131 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im127 134 0 R /Im74 81 0 R /Im311 322 0 R /Im74 81 0 R /Im95 102 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im96 103 0 R /Im94 101 0 R /Im127 134 0 R /Im96 103 0 R /Im102 109 0 R /Im98 105 0 R /Im124 131 0 R /Im74 81 0 R /Im135 142 0 R /Im111 118 0 R /Im96 103 0 R /Im103 110 0 R /Im108 115 0 R /Im100 107 0 R /Im99 106 0 R /Im97 104 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im111 118 0 R /Im100 107 0 R /Im99 106 0 R /Im123 130 0 R /Im98 105 0 R /Im94 101 0 R /Im103 110 0 R /Im93 100 0 R /Im105 112 0 R /Im111 118 0 R /Im108 115 0 R /Im97 104 0 R /Im96 103 0 R /Im102 109 0 R /Im103 110 0 R /Im104 111 0 R /Im96 103 0 R /Im101 108 0 R /Im101 108 0 R /Im74 81 0 R /Im119 126 0 R /Im94 101 0 R /Im416 435 0 R /Im286 297 0 R /Im242 251 0 R /Im258 267 0 R /Im255 264 0 R /Im259 268 0 R /Im243 252 0 R /Im256 265 0 R /Im281 292 0 R /Im255 264 0 R /Im417 436 0 R /Im241 250 0 R /Im389 406 0 R /Im239 248 0 R /Im257 266 0 R /Im260 269 0 R /Im243 252 0 R /Im240 249 0 R /Im417 436 0 R /Im338 351 0 R /Im243 252 0 R /Im256 265 0 R /Im256 265 0 R /Im504 541 0 R /Im107 114 0 R /Im111 118 0 R /Im99 106 0 R /Im117 124 0 R /Im96 103 0 R /Im101 108 0 R /Im131 138 0 R /Im293 304 0 R /Im488 523 0 R /Im293 304 0 R /Im354 367 0 R /Im107 114 0 R /Im130 137 0 R /Im99 106 0 R /Im99 106 0 R /Im101 108 0 R /Im97 104 0 R /Im102 109 0 R /Im98 105 0 R /Im103 110 0 R /Im104 111 0 R /Im97 104 0 R /Im107 114 0 R /Im122 129 0 R /Im104 111 0 R /Im96 103 0 R /Im277 288 0 R /Im96 103 0 R /Im97 104 0 R /Im104 111 0 R /Im96 103 0 R /Im102 109 0 R /Im100 107 0 R /Im99 106 0 R /Im94 101 0 R /Im106 113 0 R /Im101 108 0 R /Im107 114 0 R /Im199 206 0 R /Im293 304 0 R /Im293 304 0 R /Im324 337 0 R /Im74 81 0 R /Im347 360 0 R /Im94 101 0 R /Im98 105 0 R /Im95 102 0 R /Im96 103 0 R /Im102 109 0 R /Im101 108 0 R /Im98 105 0 R /Im97 104 0 R /Im123 130 0 R /Im93 100 0 R /Im115 122 0 R /Im384 401 0 R /Im98 105 0 R /Im105 112 0 R /Im113 120 0 R /Im108 115 0 R /Im102 109 0 R /Im117 124 0 R /Im74 81 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 533 0 R
+>>
+endobj
+533 0 obj
+<<
+/Length 1107 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K³4¹må¾\7fÅ]Ú\8b¹\9d|åÃË [\11³\99°ÃZj3#µ-\8dõVO(æßOe\15\92<§x\90µéèþúK\14    \ 2 \88ÇÁ_~ø·\8f¿ü\10>þþÃ_~X?\8fuùX>\97Åþùø\93-~\96%\7fl9|niýøõ\1f~øñ\7fü!Þþä\9fÿôÿ5ßç½ÿ~\8b·ï\8fç÷ÇfߧÛÿ\18¾\8f\19}¿¯àû|lêï\1fIý}¼ÿãxoÿaÙ´\ 5l\9fG\84\ 4\8ckO .q\ÁÖ\11Ø>ãí\9f!Þ>ÜÇ-ìò\16â®m¡|Æ\1d® \15ÀÄ\14SO }\ 6È\83\92\96ç\16¾V\10\8ec$°\ fRt\9eb\81+\88Çp\8cásí¶pÜIÞÔà¾\80ó4¿\16\10\ 1\ fûC¨jP\1e\87¸\1cß7\10\87\r¬ß¾üνªáíû¯õ\1f\83\f°ý\1f\vø<\1eÃ\ 1äÏ\ 4\97\7f å§(³/,·ÿ\8a\ 3ÿÒ°\0Ä¿s\ 37V\81\1d¤u\90ÁeÐãÇ\9f\84´Õ\13ü¾\85mØAùÜ\ 6;pW\82üÅÂo'x[\8aº\80¼J\v`\12\14JÒDh<ÃÇ\9f\845\0\ 2£\f\8cJh߯h\ 1£!J\9fë\ 2Ïp3!h\b\84"ï`ÛÀ\19\8c\7fî\vüþ¦E\80\ 3Ã\11\8cß×\rì;äÀ \ 3Ô\92\1e;\12¢8p\80     Q\\8a$Dì2¹Y}(Ų\1aÅ ©\11³c1fÉ\90±#\88             q\18ïãø\19à}\1eov\0ÈÀ`ÈG!~ÈÐÍK\81\v\0¦´à\ 5ä\fõxØ\ 1\81v0\b!Óã\88\rɨÇ\94\85Ec!Sø"\16"5Ä\97Q\í6Ú>÷ðeG\ 6\9f\90
+ñ¶\\14âº\80\1d
+áx\19Ñ#\84\86Äq\84\a2da ã\11î\83!:ýìx [>zÕñsÍ=\a\96ì>\ fás?¾\8e`\90¡ò¹@\87$- Þ\ 52\vÒ\82m1¸\8d\b\81ð&\ fSÐx8Úâº\80\b}Âe¸\f\98\1e¦\84\14Y×Ã\94à\ 6dS\9a2¼N\87ߧ\fÈ"\ 3\98?\90JzË\1fH\ 5ÊP\14|ºJ`MÀ\90Ä ¼\ e\1f×aÚ\90_\7f»"d!Üàe0\b!»OÓ\8e/\ 3ù6J»v\eQ!:ð\ 2\ 6[Ê       `·t @¥è\80;\90ýâ¬["ÌÂ\f-\91~\edh\88\80%cz\90#öi\ 6Mfg\90£x\ 6L\8csÔÄ\98² \89Æ\9c¹\ 49i¯3´\81Ó%È\19ùD!ȶ(\17Í)bO\8b¼¢÷i>\80\87\bê\ 2VäÙ\9f\873ì`Ù!\81-@\ 2Ã\19P=ØÐã&\16\10å!\ 4vä×Å\fT\99\11È\1a\ 1æÜç\9bc\a\bì\92\1fã\ 1o\94\1dè2¶fù@\82\1c\8bp©>T±,¡
+Òþ¹\94¯\15\0s\96à¥X\96ÛVò¸\82\81\aL\90JÀ§ Ø³ý®\9e\9fÛÞo!¯à\14z÷¶ò B]\18\1d|ÄÄG¼\11icJò3ó\fXJ\92HÃÆ5`¶\1e[#HÀ¤b{`\ 1³\8e@\ 1\97\ 2fbÈ\11\11\18\99Èt!ä\82\b ]À\82\14ò\8e\b A"\ 1§\92 \ f\ 6e¢L,\87ÊD|³\86\95©%\90Ò°\ 2æa\86\9b\87\99×\a\81/\ f3\8f\8feÊÄí]&î"\13\99:\9fa·íN`}­ÎL\99Â\ 1%\11Ý\vä\18«Qí       è\ fþeÑVÀ\98h\81?A\12É
+\ 2\\81~¹Æj\95\85-`A\8a\11Ê\81.H1BI\1cy\80r\89\8fØ\1f²\89\19\ 5\1d°\1cÄ,Ê\ 1³\89±ÀSÐmbÄ\16\89cìê¡L·{\18)\13º\17\88\1c¬P\99FA¢[XáÅ2n\81\9eÂ\86EY6ªñæhJF\15¥Ó\1e\ 1À\b\bÄ"\840-\0(ª3\15¤#h\82D\8fñ\10Õ\992ñöl\96\98H\1fî\vb¢H`»\87\0eÿ\0»º©fCZ]\80®. ~\ 4ñb¡±\87\80\9d,Ù¬§(j#'\80M\9ap7Þn\94ÓÒ§3£\12O
+å3}y\18\a0IØ,§\9aZ\9d\9aeN`{\93@ÉW/\86*\8a«h\10nÎXw\fK%°V\ 2Ççú\14Å\94\85ìnÝÂúåi~óóPf­'°ßmLÚ2P\86\8c2cL\10¶ã\1eÓï\ 5a`Â\18\84y\84UÒn6éû\12Â\ 2\8a}p\95@:\1e\89\99ö\18¢G\84\8f\1d\12\01u\9c\9bÊK®\ 4ÊëÜ\14\8d\ 3-\87\ 2\1e\rÌ\90\80\9c×È\ 1ñ@\89ÅU\16@\8bâ(ÖÉ)<µñeµ
+'°j\ 4è)f$G Þ\85\86\13¡£¨\15{Ü¿/«&È4"»b)\0þ\ 1\11£uÓÄ\88\ 6¢¶\ 5\89Ñp\ 6,·bÑÀΤ\8e¹\15*Ç{\91ä\98n`\87z ßíùØÁ¥¢d§,\10\97êï7Ö0\ba0#°k\ 4h\10
+\9a\9211Á8pÆá\14\ e0\19,1A\19\94+\15JM\vt\v\903¤%A\ 6Èj\1cjZc=Ýý×j\8cÓ
+¡V«t\ 4PZ¡\7f\15Ôr\95\93À·º¹Q\ 6xÙZUÃf\ 5£%\9b\14N®kz«pr]\e\ 6\8cUo,\ eº?RÄÝ÷cÁ\13\11\9fß\7fñ/$á±Z¿ßà÷\83\bóÊÉøpªZ\ 6¢ÊIV½{ \ eè5gÏ@ðúZ\ 2f\95\93ý\118*'µ\ 5ðÊɨÉ\10­\e¬\ 5K-\ 1¥nо\87B\8cò«ø*\v[@\v\90³üaËp\ 1r¼"@5òT^î\179X7P«\ 4ú\r\80\17\1e¶ÄqAzì¨\1f\8eË!      áA\8a_cø\12Âï\86@/Z³\97þd\ 1´ô³Vñ\v\96\90Ĭì.jÏP\ fag¤\86z\9dEÌè÷\1du\16±@-\92íÐ\19:½j\87î߯Ð\ eé¯Ó¸©v\88\9cÀ\86D@×â¸#-tüþ®ý>\ f9b3\ 6DxLÏ\7f/{\o¯£o\1e±Ò\88bU\87ø\bÁã\9a\ 5=WÄBùuoe\8fÓ\ 5ð\88\8b\90\16b;v£Qý\91Ö#Õ\8böâú\96\10¤\84´\18
+\ 1~\16%sê[!ÐÞU\8f\15\1cïݦgá£Æ\ 2R}[ì\f¶×Õ·t\a\ 5^§A.\94I\ 5±\0\91²Å\15Z\12ùm\9eÖí¢%³²É¢É\0ÕÃ\1dK¡p\ 4F\0Û2½z÷Ð.\83YÝäÌ\12MC¥îË \8b\94ÞDáR\15\7f\16=2\16ôÏ\ 1i¡#\e\9c-¡Ý\10pd\83sD\ f\eG68×¾È\8e\80\9e\r>ë&ïÙàF\ f\1cÙà\9cÐ!8²Á9gm\vô\14àëÐ\91\rÎ¥æn\1a\ 2\8elp.\e àÈ\ 6ç5À-ÈÙ`«Ý\9c
+\12\84\82¤g\83ó\965&r\ 2ûu\ 2÷SØE]`Ùàü|ãækÙ`+þ\9c2\91G\8cÑ\13Ï\91\r>CÎ\92\88ï\ 2W0n\81¥ðÊb\92\98_§ðh§v@\ fuЩÍò\ 6%@]\18ó\ 6L\9dKDñª8zWt\v±À-Èù+«\1eí\bl\82s±<"ÿ©T\aqÿ\Ã\97Y\17r¹m»õzs\14\8011¤ü$p\89\89\15èÉä`\17ËͼO$\11ç1\83Õj5[pä1C)p\v\9c\15\7f.\80\80#ø|\ 6\1e\11\81á\14hèuC<ðGÿÏ\8cî«è?j\13¬ÑÿûúÓ÷\9f¿¹ÎjÈe\ fÏï_FýFä\8a\9a=8Àïßd[\rº\1dhý æF\ fpÉ`\ 3\ eS\12\96\ 3\10ðä\1fB~\98\92ö\b\rw?¿=\83,ûùÏüCz-\83L\86Î:tI\88hð;ïÏ\1d\    \\1arC'\ 5zà2Ô\86ën\ 1 \ fËò\ f\11}\ fnDÜÑ\11Vôû7\v-ÛâÚ\1a´¦\89-¦B´mH\88vÁ/©Bd\ 5\97\13\v¨\b*SKB\85è\80g\b\1clÒ±½À3\ 4\1dÛìûUú\9e\9eõãH\88å¸_\fÈ\96:\82Ï1KBÌd0Æã=\19\8c        ÙbO
\1a\86\f_FÑÊ\1c\11O\80 C¤÷êFh\87ÄÐë#\ 3\82\85hX\ 1\95Bˤ^\96Â-¿'\85Û!I!O¡ \r8¤øX4)¦\f\80.\89£g~AG¨gr\13´C@\ 4\84.U
\ 4ãXnÌÔðÌ`(jÈ|º\14\8e\9e \88ö\f\1d\84\84Ð\93\85ÊØ#Ñ\9bî3¼M\ 4H9Ë\80À\1d â>²\80¢-`\9aÀ\98\9aÂI\ 2cr\9d2\97*]w©ª\14oÚeÂ\80\98\92å\82\9bÛL)\17·ü\ 54dàm;I_Lì\b=\80\ 3þ¾\8c\18\ f\9c\ 6ë\16(\ 1zÄtA¯
+\87\ eæ\104\ 2\1cw\ 2zT³Â\16\80w ÷e\1alDO@\ f\98&(D²\10æ¤ÝÆ´H:ã#\90Kts\86\98\87äÉ\vÈ\ 1½[@}\9bÒ#(È)EA2"\ 3ðm*â©=r\1f«v\9b²lú\89\88p\14o6ý«Rý\1d\9fðÌ\ \16È@JyÇz$tXW):\90%pÔ\ 3\14ì\15Ê\106e\81\vÐѼ
+y\9eúkݧÆpRë>Õ\83I­ûÕ Ñ\89Y!*\12\16\82\92°1\93\9b^\8a\18¨£9\83X;Jc\83t<æQ)ÖÁͱ¾c\1dÄð\1aë\80\12¸Ùs\91\0®)8C\85w)h¶\0j
+\18.^(5\83×®`\17
+þ-V\97\9f\ 4¾gðtÐ\fk$ìNA\a\ eÙð
+ôPÙ¶Ã\15è¨\e;\\81\ 3ucG\92\b\92Ñ4ài\99ܳZîRòé@<p$\9fâ\92\9e\92ø=ì.ð ¶s\9eX±÷%\84ã[;g\br\121\86\0\96\0\92\88|  ¡Ö
+¶K\88BÈÍ\82\86\v\92\ 4\94\fÆçð\ 4­¸|\ e\98@      $t\90 \83Ã\92Á1í\ fÿ&æY2\98ð \8b<`¥^Ñ\12(­:!È[Â\83"
+3\r\9b=ÍêE}\8cЬzä`=\90\1cè\99¼gäò:\ 1´\ 2G28B³êN\ 6\97s¤Â«d0\v¼Y2xi\8e\0%S±\87d\15\97í÷£\83D\93É;ü^\16\81c}®ÿ¥\10ó\nÐ\bð^²õn  º\13¸ÐKÖ²àB/ÙòZ\84h\1aÎÚ\19gg0í%\9b,\80ª\19RÄU!\f\168¼*\85Ïdì\8c\ 5Ô¹Ù°\1eÈ\81§g2vF\80ò`G§¨¿\16\83Å\1e»\ 5È\10\a\ 1ª2
+\1er@±·6p`\ eê¦ØðĦz´t\e¨0üË\ 1L\89\1eý\8d\15r¶c\80\1cx\8b1 ïåÀ[\8c\98\81rà-ZäpY®\ 5Þb\82\1c\90\ 3oÑr83\11àít X"=ðötÊf\86\886SY[mËÂ1ðÆç\0hBÀ¿GGà\88\9bݼpH@\8e\9bEhÈ\1cq³¸C)r\f\ 2À÷¡\1c7{¶ÔÍ\14\89ö\83-5zÚ±@ï\a[\901׫«R\10Y@ó¹aÓ®t\9a\8b\8c\9a) ©°\88L\ 1J\85\91v0«ö½=ù_\ 6°)\aÒ®q\807´!\16z\80ø¡"\8e@üT\b )q\84\7fÓ
+¥P\ eÿ¦\15yÆzø7\11§L\87¢ÛdsÎ&\ 1`c¨§äwt'{\1aÊ W(7\94YCÛùº¹ØP\16\8a4\94-H\ 6<\rea\ 5\vp5\94!·ÐÓP\163"àh(\8b\15^´q
+\\re\11­ÀÑP\ 6\9f\98®\862ÈDGCY®ð¢\r\ 1WCY\0\ 4<\re¥À-8\1aÊ\90*x\1aÊV(H\8e\86²õÐ\98È\eÊâu\ 2÷SØD] \reVbÓè\82«¡\fê\82£¡l\87ºài(\13µ\91\13À&ÍÑPf\92¸\l([6ðÔu\ 4à\9f\1di\8b;nÚu¤µ<¸Ð\91Ö\11ðw¤Í"\87¬\13éÙ\91Öñ@xow\1diË4        ñº#­ìÇì\18IF-=Ôù$p)\82o\1d
+Òh\95g\1dießßëH»¾\85Ú\91Ö1ÑÑNT;Ò:\1e8bØ+Z\81\94Éi;ÒZ\1eø\93\10ëd\90ï$        QÖÉ\0ÍG\9cmü~\7f´Sµß'e,GM"\84çï_:Á\9a\84è¾\1fÕh\86G×1Ð\9fCè8èÏ!´\ 4ü9\84n\ 1þ\1cÂl\ 14\87`J4\93!\9eC8à\ eô\1cB}mNYÀ\v$\ 2$ ç\10\ 2G\ ea\ 3\ 4<!x¼\ 3=\87P\v\90»\ 58r\bè\10\1d¡¿Z\7fÜoÀ\11Ãß\81\18z\1a²Ð\ 2ôN\90³2\ 2m@\9e¦|NÒ}Ë\92\9c\11lM\91±-?»\91$cλ\89"d\81\9e\90\16x0ñ "ë}\10\16À\9ei\ 1¯)8Þ2æ)`!ÒáÄ"Rc\ f\9cØS\8c÷«pbØ\14êpb       Ý¨\ e8±\}\92m2Ì\97î ÃCðÀ\89AS¢wã\14´\0\ f\9cXx\8f\83ëªq\90Go±O¢\ f\12\817º£\1dg\83·\91\9c\90µv éuJÕh?45âxf\90\ 3:²â!\9a\10¤        \11\r\95\94z:!Â\82X¨÷\15Z?Îô\10\16\89±\9eEÉ    Ýèz\16%'ì\18ë\11·\8c\9d*9\8bbs`§Æ\9c\ 5 r\1dðÕ\1d¢\1e$Èë\ enTÏø\8d-½÷Ä´¸çu\ 2;\ÁøH¥\99\9c\1dñ@÷*JøR\84\97\98%\94@Ì`\a\10x\ 6\83\96\94\84\8c      \0-¡AGøJ\ 6AG
+¹]³Òå,\9d}\9d\ f$\ f¤Ú\×\12Ð\11+BÚ¥ïÙ\8d\12*Þt)Ûë\e\85±ÐÆ\87\v\90â¶5VRê!\96õ[¬$\8d\91cN`Õ\b°>ëPóâÝ!*\ 3ê\8d\0:\ 4\ f\81\rI\ 1 À\91["8\ 5ÔUôºX°\97c\1d}gG\8aà\894$¸\0ùVµjÁÙ\ 2èC¿bßwßË·j\Ðï{\1e\99æ\98t\ 4ä[5\ 6|\86²\10Y\1fÈL\88(\vc\92XH\9fÉQ³eôû\14¥ïéþëxû¹\12\91\13Lø2p\80ÿ#%\18]\ 2\97¡\1d\1a\98)\8dµOY°Å=bCea\1dñWÎ\89ÌߦÛI\98Ó\ f\ 2X\8d\9b\r       \81\aüf\ f¢!x]­8\95\ 2z\b\15Ekz\bt\a\15½f¶\ 3\8e>\ 3-\91#R±\88, ¸\1dAµDä\9d\1c\92æÕðzI¬I\ eü\1cíB\9eeàÒúÖD¨\92\1a¯l\el!\ 3\10ÚëmØ~\8fÆ\95âß7w ù>D=\83·>\7fÿb\eP\ 4\ 4\02*Oám\8fhU{\ 2\17Rx\1d\vü)¼ä½\8e­O{\ 1,\bJ\7fn;Õl¶\80ÙH©©\10Ò\1eçu\ 1,t\fTZ\91\16\80Ì\ 1\87d¬v(m¯ã\fL\8d\82½ògzÄ\1dû,\9d\ 1]\80¥Âg\v <¬\13\f¦<\9c¦à:\ 2ràüéY§\89KÀsxh\ 5\ e·*`\16È\8dî±\ e{\9d\8a\11Ý\81\85ü.*ÂÓ3m¿×³\90\15\81gz\ 44\v\81(8\96m\eLG`\84\ 2£n\19´\ 5:<¬\8d\95\9a³\90´w?oäõuá5³¦\ 6\8a8½RéóæH¢9_:\ eÔv8s+\9bûdl\87£.Ñ¢þ>ËbbC¢7PDí\b©[\9bà÷@\84úÔ\83}\ fEPo\ 2ÊÚuÈñ\bñu(dqm\ 1â]@wP!
+æ;\98¤0ÛïA\84\80p`E\1e ê¾`)Px\82\8e\ 4âU#Ò% ¯þþ\8eÌ°\aO\10~/@\a\10
+\10\8a·³ô¡z\0äû ]¤\1cN\10¾kF\15¢ó¶#\94@½óò\8f\13\eÄ\93\7fH\ 2\1d#¹rÒD\88\9e\80\b\ 3¡\11ÓM@ÎP\85\80   ÀF<\17ä\88\8cF\9c\1e`yó\0±#¤\97äå\152@\9fø¾½çMç\1di\0ð¦é    \1eð\ 4ä\16º\8c\8d\98ÜÂ\97\ fM\82\18\ 3Ê"2\80\9d@ èM§¿\ 6\9e\89ÛÎ\93\94\96\18$O\8e\rl7\10½þ\1aÐw \1a\1cy\84Vn\e9ÃÔg#ÞÓ\95\13"\91      \8bÍ\9c/»¯gµÞ3\14*Ì}O@~Ï\84¼"\ 2\10Å\7f+\ 1\12\90û(Cí\9fë\b ö7¶\82\ 3ò@ê!|Ô\88gD@i>³\0\91x\8c\94\a\e\91\a¨gèAÀ\8e±|\v\r$mÜÀ\9d\aû»<ØE\1eP8G\8bÕ6\ 4\1c\1d½Ñ\1e\86W%Ñ@ø¦§À\98x\82ðILd\1d½g\88i\e\8eÑÑÑû̽Îì\ 1ÝB\14å\80\9eBÄr wô\9eé×-÷\ 4\1c\1d½'\ 6ßHÀÑÑ\e\89Q\95Õ9fQ\90^MO\97¬2\9f\1e²jLä\ 4\8eë\ 4\1ai»hP*\13×úÆjtÁÑÑ\eWx/è\1d½q\83º ßÎ'
+à[·ó9\ 4\ 2\r\19[q^ÃD\182&ØMæå¶\ 4PÅ=Ë"\1fÀ¬ëx\96\ 5ä×\ 1O\9eE®~v»\0\1dî$dð=,)Â9Ä\14Ã\93\ 3/{\9a9\81\15\10\0Í°\94@\12WÀ:\8aSª5÷ñ¸ÖQ\9cò»<Èïò  \15\80BY¦Jç\14\14I\95Xäý\195l\95YÏc¦\15\8eÞ´aI\ 6\18Á$nWqoº\ 5HÆä;ìM¿\09\15\9cìÍÞ\12\18\93\17\94\85\aÜ\81c\90H\82\a\89XMË\8c\0\ f]ªö\94\84- 9ÓsxÙ²\1fÝ\ 6\84W\7f\8fåº\1eÝW\90 \10\8c        \1c\1a:JH\b`}\e\eE²iW\ 2\r\9e\15´\ 5Gø¶\94·î´\\90%q$Óó\8aõ@ï>YwI\8cé\19\12[&'Ó\rïe*\86´÷cGN¾§÷ãHÚ\8dÄ    ìèNÔ«\9bÊ\82W O¡\80/f\7fyÚ9y÷Uy\1a+K1\80\88¥¹QQU
+\96B«Ñ\^\v!3æV¢¹Ll9ã\7f\9dx|~\7féü\8e\f¾wÌ\e¾¹æw¯®e¿\7fÜpÏ\0\1dÝÁâ\9fËkù¡C»\r^¢å ÒvÒÕ¦M\16@ë¢
+\92 \87\ 4\9e3HÞ\11A\83¸\9eÊ \8f]®Ò\ 2X#ä9nø±\80òº\11\92\83̨GÐOj­õ\89û\ 3\ 1®\95\81óïª!ð:æ³;CG\büÈ\88À\18òâ\ 4\ e¸\ 2=^d¡Ïn\ 5Ò+ûQ\1c\87Ä0%9\86~F.Á
+ôøq¬x\8cý\16\84t\96µ}\98*NâE7qÁµa        ÉANr\f=Bk\ 6xÀã\86P\12Q\1a\80\1ccÅ©\9e\1e#j\854\9céÇ\95Ð0\11ÕÇ\91ðo\1dþ1\15e6\12é\19\bÈ É'RõH !ç\9ala\83§\80Ô\99¬`\13W@\ 5i\87+@\82D¢·{zÚÄkÑÛ\1dj£C\94whÒ\1c¹\94#j+ 6ñ@÷
+4ëdlì²\0&Æ"ç·ÏÐå;ÎÅY©(:\17\12\17è\1cH îÇøeä\1c\80æ\ 3\1a1J\eX\81#b\94\83\ 3\1aýÍp\ 1zô·à\ 5èP\19öTo\17 CeX­âl\ 14n¹\9a"Mã-KÇÂ:½xEÏ\14ÇôâMó09Ü >\ 2¹Öì\89\97Ò.@\97¡\ 3©\91Ò\13lQKûýI
+\83\a\rá\ 2ä\ 1ÜϨåd\ 3tj«51ݼÄK ÷'Z
+°#:
+_\86\96L+oxD-³öLâ\ 4\90\1dñÄm\13Ü\81{|òL\88iÔ4gôT\1ea6è\ 2¬\r\0>=\19Zb½br\85\f\94ÛÐòª½3iÀа^üvÔ0®Ñ        \ 6Å»ïJ\1e'"D£¾;\96a=l} Kì¨ù< \fË:P°\1d\94\8fð<:é\b\99\1d3xê©\1d£5\97\11\11ðL.\16\8f\90\12\80fÈÑ\91\\92æÔÒ3x>\92/ÆÝÏ ãIି½\14w\ fµ\vî$p\r\98¹b\0\ 4<]Å\19®@\81I7¬\9a¥\12\88\9bº\82
+N}}\vë\ 2\b8\ 6\\86j\8eÛct´%o\ 1.@/\9d­p\9eí\ 2ÐË\80\ 4é{^0ù%E\97"¿µ2§Ó\83Ñ#\99\rÆë       è!»\ 5r@H¦?§\1e\9b*ÇÙÔc2)¶F\1d\ 2Ãå½l\v\f¬æ²"ÙÌâ©"q.¦ô4\ 6ÎÁ͵H¬\9aä3!é.\12³°#\90¤\11é\83W\\1e\92$Ñï\vÒ\ 5ôý\98Ä°jG°\ 144\99t§¯ïêÒ7sv%\1f\1cÑ\ 2ôZÅúH\9e\993\8a\9aTÇtvßËoÜx \r\8cÏ\ 3þûP\84ô\9eÎ\ 5Ê02§¯Ñjf\f¤q\9a
+V3ÕB\1e.\\81\b\81p!\87gF,Ð\8fÀfóÍ\8e\80É°5FOe\98F\9aÒ.)\11oL\86\f\90Ë!RF®©»\1câ\9c¦ôN9Ä}\98Ò+\ 1 C»ë}¾]óhö\15ü¼~\17W\88\91óóÉM\8a\9d\81:ý¨ýyà\v\9eÇtÍ\8eýc9\ 4­F¨å\10Ý\ e\1cÕ\bõmÕnÁQ\8dP\9bb/\vÀÙ\rö\8e\ 4X9Ä\\ 4\88KZÐïÃ
+UV\ e±@\ 2\82/dÏ\92(\1d\ 1\ 5+Z\ f´\0\84\9e\11\10 \1d¨Ä\ e \9d°¿{\ 6\a:\ 3=ãa\18\9eý\ 2\1cÓB6´\0Ý\15\1d\94Ãí±¶,ô\e\90\ 3ug\1f\99Ä\ 1\ e\ 2ZÞÒã\18\8e·ô8FÌ\ 1½w§bxNYH\9f$\15ij' cTÄ\f¥Øñ&Â,Ða@\v\\80~\86\ 5-@\8f\16?ßD³3¤3ËWÓãä­\f³GÕ\ el1À\84f9\8f\bm)¨O¤< ¶P\86=\8b;f¢\ e{v M\96Ná«ÿ
+\88\81ü.LÐ\98)hEõQ°ì\9a\14P§>@k. \88Ú«&V·®\rNÈÕþ)¢\ 5xÆE'ͯæßc)Ô\81T±-\93}\8a\ 4m\99\ 3ï'C\19\14BþV\ 3!º$|â¸Æ\0\1ck¡l\aÒ\8aï3¹+Úz·¦\8e-ïÝÒ\9c¢Y\15Æ\94\ 5ôq¼k\8f\e\86öa½_½\1eë¯{hJ5´\8f­VQ\8cNQ>d \8al\11\9eö>Ók#ÏÞ-D@\9f\19\13à\8dê\181\1cÑó\b\16Õqà)\89\0\vÕæ\ 4\99¸ËUºg!\ 5\87jÏö1ÄD¹R9[ú¯¹\12ag;®L<Á§ÎÊÄ~\ 5À \13A*ø\14\ 4{VGÏß\fê¶÷[È«PRdðQ\eZ\81\9c7\14ë\0¥ÎT\127(\aJÙ¿5\80%x
+:\86Ù\ e\98\1c\7f@m\1c\998\9b\18~\81\a_\15\19¢I#\ 5\11\v<\ 5\84±@V\80\8d\eÁL,\ 1®@¯T.áP\r
+ÖÆB\8cªl\91J\14\ 5\8921Á\15è -gUǨ\v à\1c5\1eXìô¾\82sòÃ×Ä\87\1dÜî\98\89ÁÌú\19À{ÅD\8a\80T\9b/:\ 2\ e\ 4¤\9c\10\ 1\a
+T\85\8dé\b\8c\928z(µ&¢l\9fy\1d\988\16\9aR&®p\vº$\86\15n\ 1Ý\8døb   Û\ 3\ 1éÄ'|y±¼*ë@[л¹ö\0     8¦%cI\94_¼Ö\906e"ïh\83+p Â\1d\87º\ 5Òų`\ 2\8ev°¬ñ\80Á\89Å:\15®%à\81\13\1cÐ\16\18l\91\1c-0        2Ñ\ 1'\96\ 3R&\a\9cX\86Êä\80\13«S\9f§[àýdX\94u8±õÑÅÓ\12ðÀ\89­\e à\81\13Û  9àÄj?ÙT\90xm\a4(\ e8±ÛÛ]b"'°_'ðh\a»|;[}H}½7ºà\81\13;àÕ¦\9bõ´@]ÐÍzZðå*\9bõ\14à
+\94»±Ö\9a\9dÁÔx\ 6SoZõUk\96Q\86\19kÓ9\ 2\Ò&æ(&ÕQdNÒ    \9f/9Iìf1,«\v7Kå\81=ßg<\88\9f¹;ÇåA Ô\97ç\9a?×/´Ï¬\8fæªð\80\1d\ fP@´\8f@|ò\8aý\16\8a\ 2\8af\92TÇx÷\92$\17\92§Í,B¸\86#dhV-\13Ò®+ô\8e\\f\91%ÊÛï\1d}i\ 5\19dn¹¡v\ 1zO\92å\86º\ 5è==\ 1r@GA\ f\88\ 3\ e\1c¤\80\18\0\12\v\1cÌ*©BØ»h\16\8d\fh\ 5èngHü»¶\ 5\8ed\8fV WýYcY÷½\ 3I\1fm@/\171,­\9e\ 1r\97´\81\ 4ä\896gg\99Ù\81+\r²¹Î\9a\9c©!å ¥vº\rÈ\ 3Yn\17¥¦Ç\1c\8c\7f\85\ 4\84g\7fÝÂ\ 1-ÉXA>CÓ\9fI\11\8fCFÉ\96óÖ²M3\ 4Ì)(\ 1]&qì±E\ e®\85!G\ e¤±\86\9d\9e\b«\8f\e9¿îò¥[°V\86Ù\16(\1e\99u2´7òX\ 2Ê\9bÓ\90\87\8c
+(ñ$x\e\98Ëò\9d\87»üÖ\v\96ªo\bèE7Á\8cqó=0f\14\92ˬiG@o+2kØ\11\90\13Í¡ \15èM¢¡Â¤^f¡µbÌXȧ5Ö÷úÍM¿\ 4\98p\86 M\8a®Ü\aÁüÊ\96\ 3ú\11ZÑÑü\bY\ 5'<\ 2\19\0ç\8c?Þ-I»\80±ä\86VáÚ[»! 7\99\9e\15\9cÒ\11ÒƲe\ 5\vp5\96\ 5 \ 3\9eÆ2ëæh\b8Êá£e\95f[àsÜ7é\10è¤Á\94\90\18F\ 1\94Ì¢\8f\8b¤\a´ø.cS¦\ 39\95 É1íʲ\1aÌn\ 5ú\14ñ5½Ç\82\15\1ac\ 1í×b\97è\fõ\8e\18\9fÉЬ#æô,¾\89\90»#&}ÿy \9eñaÊëüêóû\97MÆtþõ¦þ>ö\8bÍ-N­ü\80\81©øyi^qû=z]²ù×+`\80§WÞì`G@\1f \1dj\9c¨\15\ 1?HiÏC7HiKÀÓ\95\934!à.Ù\ 2w c|\16´\ 2e\ 6\83}¿KßS\97Ð*ÁÛï\85\91³Õ#³b¡8¹ÎigÖöµ\80k\9dYÛ.É\0³#gNX2$¯@J\91\fÈ\r\11\81\98\12=\8dµ,\92\10ð®\98\82\84\0\982\92Ð]\1e\9d\1aé\ 5_Ϧ\98É\ 2xW\ e6$r°0Z°p&Æ\aóGÒ\ 2Äøf\9fäëØj\.\9a²3\1fü\96){:Dí\19\bÅZ5£]ÖÏ´ô,\8c£Wü*\1d,ÙRÞé\8fl\99ãyiø¤\821cùdÕ\9a3\9fnGg Oqß1\a\80&\93\9c\ 3\13\90oä´hbLÓ_Öª?ÛÁ«DªfË°[\96"\94B=êÿìI\99Ù"\9a{²¼CG@oHH\88\87úøÔ\94\905õôÚ\17I\ 6è\11\14(\84zQE\82\96äBOÉÌ\90Ð\8e\8e\15ê1H¼àxoÚjcT\8a¯ã½4\15¿­àF\ e(\11>é)\99I1'ð.\ fw(\85\0s\83°àØ4\16ð\14*²$`\88.Çö\84R , &N )\ 3\90\82\83\86]\13#>Q\bK\81Î\82\bM\91Ä\82{\ 6Óla{#\8f¯\ 3\9a\ 2ŶPî\15Î\19;%\831£ù7òBÔ\87a\17(Eú0ì\15\9d¡\ 3\1ctE÷\99>\fÛ¦\91O\19Às°Ú\13\97§Páu2ê1]À\11Ä76K\80b\9fFj¨¹W"X¬(î¯Q\8ay
+\15úörâ¦,âû\8a6!\ 4\18f\90+\19l ùU5.Ø«ÓÕø\9cE%I1G÷Ä\8f|\aº§\16ç C\9c-\81\1a¾OTwT]?\83m\r\ 1Ï8ñ\1c\10\ 1½êú\ 4ç\ 4\ 4ôªë\13Dç^u\1d¶kU×g¸\ e¬@¯º>û@¤-ÐSX!\13õªësªÐ½À°!਺>\93°#\ 1GÕµ\8d\15ê       èÝ8»(H¼\ f\ 4
+\92^u}æq%&¾Êã^&p?\85\ 5Vu\1dê\88ºV\17<U×V4=c"\ f[B]p\fq\ ep\ 5\8e!Îu²Ñt\v<nh\92¸ùk\8b,\93kVùe.\99ÅÏO4\9d\91@HBÜï       RjÇ°^\84z\85v\1d¤³Ù\fã\98-\91\14ü3\8c\1f½,\ 1Üm ¼\893¡ÔlZË\84\93YðqA¢4"âðf\96¤í\81\8aÒºCIР  lI#@ÏqÛß<Çý]\1eì\88\a\9eÚ\8e\ 3ñ\0à\7fS\8b`õ13\8b@\a)\eÚiË\ 3Ç,j\83(k\b(\88»öý\8a¾×{a"üýÁϤX£æj·æD¯XM        q\10T¬rT\9f\ 1\8d}e¸\0%xf\11PdL\1c5NÉ@ä¯êA2\10ùë\ 4VH@\8f"oèVqק¤Ûãûe}
+K\85Ôú\94s,ù·\8byô1Y\14»N\ 49¿¿TßQ1è»ßwO m¿\a\86l2\81¶ã\9f¿¸£c\80¿¸£%à¨\18®5jí÷ b\98. ¯Ò\ 2(\aªW2\15!þÚÜ\ 1\võÑJVÜÑ}/\84\ e¿\9e\8aà\bGCÊL¹M íe@\8eý\85\1d\9d¡\1eû\v5\vÑ}¯?U\8føÞï\1fð\ 4õ\84î\82NÐQefx¥S3Dë\12*.ÕL     haDüZÀµÂ\88Úì?×BÂ\81\ 4\85\0¯uM\92\fк\86\8cdÀQó\1d\vÖ"}\a%K;\98á\8dö\v\90óH\11\1a" ÆT\bÖã²)¾\vAÅèk¿w8Õ\11^çz?f¬\ 3¾f\86\80¥òÎ\19\ e÷§Õ²xçüY\8f<T\ 3=\ feh£þËÄZäU\ e\90ß\ fÚeF\9f\15Ad\0}WEM\8b(\ 3°C\84òÉäY\81-\99#¥^\93\99Ý\ et É\8cD\0Ú\ 1¼\8b¦\94l @\19\90Ã÷\86V:s¨X".­f\89×kãB\13ô¨tüò´"\19r¼L7l\88å\11Þéæ\90=\9e\ 5­K¨kÑ\ e\8fPNE¦\1dߦzyÕ\81\85Xïj^\90\169 à3têtøp\eÙ:7D$\9d\1c\8a&Åt\ 1Q[\0\9fتi\ 1ÍèGÍ«æ\8dùX\ 4\1cU%p\ 1\82\1d²ª\92ü\9e\16åZí{ù\ 4
+\8cNè>©uæ¿A\0²Pî
+?ËZ®ÝÆVÖ"¾myk¿è\95s\94SèPéf`G\vP\Ò*Ä»q`{][E \1cA%À
+k Kè\18:\v\9dr\19¥¥,Z|\85þ~Ð~\9fWµÀýËþX\89X\ 4õ\9a\92X¤g\15\ 3þ.      .@\aþ.Ð\12ëÀßVÔ\92öï#o\1dÀß'*À\9d\ 3\r\ 1\að·a\93ö\ 4\1c\83\9d2"à@\84¬£Íú\15Èé\ e+j\99\12`ÀßVÔÒ\11Ð\81¿m´SOÀ\ 1nZ \13eàïP1«Ï²åKÀßgQËYÐѯ@\ 6þ\ e;>\ 5\19ø;ìÛ½¸©Ý\82\ 3øÛ°I»\15(\912+jÙ\816:\80¿Ïp§$\89\14\8b0¼)H1\88\82D\11!kEÈ\94\89\12´\a:Jî9 I4i\84\a   \9e\82\8eY\1d\13\\81\ eü\1d3\\81^)hè¨\82\1c\10\94Ü"\9au\1es\15\ 5\892q\85+ðÀ«"\8b\ 4\vý\88$nP\99Æ\9b\892qÃ\97«ÎÄ\1d*\93\8eY}N\89\92l"\87\16År kã\81ÕY·\a\aVg\a¸©¬Î¯ÁM/{(        [e\1d³:a£ª\vR\8aP\12umL        «³\90\8e·Ð'\16$¹zÚºê.ÛÄ\94á1êÕÓgU
+P&½z:a?Q¯\9eN+\94\ 3½z:­ØÙÖ{+×C3ªt\vØ&ê\1eJÚ »¯{(6íé²\87r\86`/{i\8fÖ¼x\9d\89\ f\ 2ë\9b§\80\8dª^=\9d\97 ¾\17X\10\18ß\8d²Y·\91U\97Íz\ eØ&:&N\89w#kIÉ\11½\17@K
+%\90Ö7   Xn\7fF\80N\1a*\ 1>ûdÀè3\90ú °_\ 3\8c>\ 3©¶\82\97\80Ñtl×\9a\0\81â@Ú]M\99Ê\f6\81\ 4\12·\1aLn    8\ 2\89V&Ô\9c\82##beB7Óø2#§5Õ\9c\0\1díø(à{\98S"ø\9c\15$µ=DPîÇ   lo\12\bh\ 5°\93\ 1W\8f\9fÑÐ{Rd?üÕã\8fh¦È\ 3&\ 6ÅòJíµ2â´ÎPR§+`ªT\92¨J3\98ÔÔN{òä¶\ 4ü0©í÷\17`R{\ 2n\98Ô\9e\80\e&µc\81\e&õ2\vkÇõ\94\85\14\94«\96N§v°¯\1f&õ\Á+\98Tz\86{ÖÎ\90î \8eÏ\9bî\80\eLi·\ 2\aJh\1d)Ú²ÀÓI²ì\80\80£\80;\ 6¸\ 2Å\98\9b\93±®¼tóë\14_\96\bTBb\80º¾Ù÷X\11ôÊI+xºN I;ൣ+0Ç£\14r\94RlMÁ¬-Rø\bm\91\aéuE\17\8a\aÒ
+\9b\ 2\1déÕ*\8efCÂ)\ fwt\86\1e¤W+\ 2¿Ê\82\ 3\89±£\13f\89\92\1eÏ:aJ|¯\13¦ä×m\fL\89¬t¶Ìt\b÷£\99oÞ~.µ«ßû`\16´z½ÁöXÁ÷ ¿\96¢¤.\ f¤â\8eý¾F\1a\89ÿÓF\9aòZ~¦\8d4eâSN\ei&\v\986Ò\\95À`\ 5ì\17EðéÑMe\90dØÍ£k¿\97\9f\87Ï>\9a\b©K»A%\92\9b0\82\ 5\1dÝ'Ø\82¬¶'\18\1dÀûµ/·Û\80|\91>\eqÊä\12à©ií\bÙ    \9cS3\95\13à\10§è÷aO)Ë+#\19B2Ⱦ_ß\92\9c\9fÊ0]@ÒN\80ûbA\12\81\8c\18à9\81
+\ 5Ö\13\90\81\82\r¢µ' ÷P\18ÄêÜ\ e2Ìzt\86J;\9dy£¦\85qVyL8°Á3\18«6Q°ó®\86Og¤yXF¹¥1\1eø\10õy\9b\87z\17±>\1a¨ÇB\8cêá\8f$\vô5þH\1aQ\1ex#\rº\f]\8d\9fð4Ò ËÌ\ 1è\96\92v\99°xu²òïV\88ôÊY\ 3\b\98\12à\9d8H\88<\9d8\ 5j²\z\9b
+¼OÇ3à\89\0½\9dkÅÖX\97Â-KB@{\916¨Çz+Ю1\80®\7f\87÷±~\82\87fGè«ôÐ^\154õf\19\8bæ{\a\1eÝ3\ 1Ú\10pTTä:ȼ# WT\9c\18/\80\80^Qq\ e¹¼WT4vÀQQ\91#zY9**²uW϶@O!A&ê\15\15\8a\8aöu©ãÑ\9dÍ4#\ 1\a\1e]¶Â\98\8e\80\Q\91\8b(Hô\18\v\14$½¢â>\96Oa"'P®\13¸\9fÂ
+\99訨ØÌ=O\17+**¬à\94\89¯²È\92\1cÐ\15ìp\ 5\8e\8a\8a\1d\1dxtÙª\rË4oÂÒÀ(\æÉ¡.È9\83³.        \14[yÚõx\r\8f®@»\ er?/\96p<}äKhp%Ft\90#\1a\1c\8b:\9e\9d9RØ\91\12Hè !\ 1\92\8eO¥Æ-·kéøgÜ2Çk\19´\902$ Ï\1a\f©ªS\9eN~%YD«¹Ìñµ$Ñ-\94åM\1eT\Â\96\80#|\1d¬O²!\0ä\80\86þêP\94\96\aþìC\fïe\1fbz\1dûeYLë\92\aIL\9a?\bè÷\1d8\+ø\1eH\0Ï\1f<\90?:\ 6\8eù\83Ñ"×Ø«éaÇ\ 1}ä§Õ>\9fC\92®\84ï3d!ê+"(JV\12Ò,ÀѲ\1f,pÖ\11\90ßÛÏ\92\909\ 1\96\ 1\88\80\80\aÊk\85\vÐS \86\1c1#@#ðß\14ñJÔ&ÔIæÝ÷2\14Ö\13Ê«ÛÀÀÂ\9b#\v=Ô`\88x-\81¤\83\10Õѵ3= õ\14\96B\98\9b"\ e\b\11M¥Ç\9a\8al9 Ã\ eÄ\88\80Â\8a²\10\92øoBjä\ 1\92²\èÔ\96õ\rÇ\ fc\1asFæ<ëc[\v4\ 4ú¬¿\15ª\91Üõ\1fWS£xm¢JÜ\ 2Z\80^\14´!=Ö\ 3\7f6#­\17\ 1]\88÷õ=!>\10\ 3\1cã<\9eõ 7u¼\84¿\92,t6Ù\ 1\8d\9d~3D\97\92¡)À3\94\a\13\9d\19\80\87!*¯ÑÌhð5&I\bgCÚz\ eÈÁ\ 6\eÒæ7Å_ýdÚ÷,\ 1\80\r¡ì\90¤¬Ý%<\81\10$\19¤\e(Ø¡ÑO\0\1aBG6õì\ 5C\ 4dSþ\ 4Óºê\96&bÊä\99\9di\87\97\89\9eK\84>\95\9eÏM\96\f\9dY2Ê\81\ 3;\ 4r\1e+\8b¦\90"9-è\bôÛ,\ah\at\18£\80\84PÏâä\80\18¨»\139j^=\8fÞc-\1c.C:\1e,a; \a]3ä \\98\933ä \ e\86VT       $CúʦÝ\85´whÅþ\88\1e8_µ»\88r`=Þº
+\9e@X33H\17\0í¨C\89vèMè#òvøû:\9e\1dô(u3\9cU\87\92â@Y\85ñäUDq \16\1d8PA{\151\1c¨\13        k\14A\a\ eT1Ð\94\86\80\ 3\aª$\14\1c\0\10\ 5¬\11´¤ÚÓ|³\ 3/\eAi\88)Öh÷íJº\94}
+\86ûÒ\12p\0IY÷Ú\8c\0\ 5\92Ê\11\11p\0I\19îKG@\a\92\97\8e\89:\90T\9d¼\91ÎTÒ% ©\9b_{\97\83n\ 5:\90Ô\8aOA\a\92Úâ£*¡Ù\82\aHj\83\92\88\ 2¾#\13\1f±¾z§6\ 4\1c@R'\16\96(ÊdÈ\9d!\ft§à\98\1c\80µQ\a\92Z\8aÆD^±,j#\85®  Ø\1eè@R\ 1\9e\82\ 3\ 3\158\80¤"ä\81^âó\9c>07(\ 4\ 3ÉêcæÚH\98\98DA¢LÌP\90\1c@R\ 5Y$P\eÂFq\9fÃÕl\ 5ß 
+v\1dHj\85§\80.Wr\8cëúÞ½\107ñ^ \92¸\89êL#Ï7'5¯\ 3\13\900q\87\82ä\90Ä\ 3\8a²\ 3\8dë8´\8b\85#QÉ\1e
+ÁÿYð½ cß\ 4,\89:\1aW\80\92è@ã\8ap\ 5\ e\b\81ÆEüD\1dÂ\bû\89#\ fXíès\8e@CÀQ;\9a
\81\8eÆUD\17\87CYaWWGã:+öFer qm¢ M¡¬f[ §\80ýD\a\1a×\9eµ\9b\89¹yg\0ó-7/©6\91
+\12ö\13\1dµ£\v\14$GíèÍ&JLä1PÑ?àuÔР8jGê>º&PVWÍzÆFÕQ;\8a\1dMGíh\12Íú¨\vµêñ\1eI=#\91Ëñ­ê1\1f\12\bÑ£\12\eI\12Ð&æ(æo¯ï\97\8e"s\92Î`ªä$Ñ®\84:\85÷ÂÍRy°\89\16\85\ 2\82mfÓÒE@°m\7f®`\ 2\b\86_ßyOè\14Æf].Iûc\10p/Iråf6ü\97F¡!¤\18îØÎÖïÛ\1cÃرÍô¹Ø\8c\96ö{Ù¨>G\v4ßK\95.\16\11\r\90\80\'Q¬X¨# [¤bmv-\v\84\14µ\r\a@\17\13(\9eå`X\9b*\ 4¸ÖÅF\90\9e\10º\97påÎÊÇÓ\1a\9c\ f\97×5o80\1f*þÌYñq       Wî,@~\108\9cg`ß\1fà{\a®\9cÕ\1fß\9fnW`áÎÂG\89\0åaÅNh·\0\1a
+X!û\19Î|\18£x±\90½¢a]ßBMÓO·@W°£\15¤ñR\99áiu\9aàÇÓê\ 4É\8f§Õ1Ñ\8f§ÕñÀ\8f§5]Á\fO«å\81^\a\1d#Rf\a²\9dU?ö\ 4À[\81a0à\15¸\82\91À\1e  ,´Xd\ 6,\ 4}1,Ñ\17kÙQ·\83¨WÿÕJîÙ\ ehù#4G¨\\80!\18\ 4x\ 4òÐ"\83@\98]   T
\8côH\8b\|¯\7fì\16 \94¼XùcÖ.EÊÂ\ 3_jòÜ¥´À[\15<\12°\10\1a\ 2B/\84ò<Ü\14ä\1d\90ÀGÌâ\190\b\ 5(ÅzáW\ 5s\99\9e\1eO\9a-\9dt\15Åójþv\ 2\82\10>\1e\8aµ\99!nÇë\9e\18¦\85µ\99áüþRña\ 5Èì¿\97=\82\8ajÖ®ßq\9b\1ehÿÀ¡à]IËÝ©ê\ e\0u%\91¾4óÍÛ\15\8c¾9ïJªWÉöZ\82\98\ 4XWÒe\11\bµ\82ö²\f\84\82\85HÏ1\9bs¾½~\9eð¦¤\0\16\80®\12\1c,9§n=\84 ¹Í\1diúM[\0ÇE+\90\832DªU*Ì\84\88\ 2å\9a\b\91\aÖ\fÙ\ 1½r-\1c\aú^\9e\84\1a\17l\87d$\9b\1cgWƤ\9d\84x\13\ 1r@®¡6\´©\bP\870\86·\94ÈpÑ\ 43@ ©Ò\82X8BRÑ\96¢¤ \ 1ý>c!Ð[r\88!\13\12ÃV °#\ 2\17=\84\15J\91\ eN·Â\ 5 \1aZB`\8b\9a"ÑÇeM¦Í-\11¶ÅgyÀ(Æ\8e\94¨Mºê\8c¹\9e\12µò\80\8e\80£ÖÆb\f-\ 1GJty\f(j5É\93\12]Ð!xR¢µ<`º\ 5\9a\12\r\90\89\8e\94hxÀé´\ 4<)ÑX\0\ 1OJ4¢;Õ\93\12­\99¬© ñæ*(H\8e\ 1E9jLä\ 4Öë\ 4¾\ fë\9a
+\12K\89Z\7f\v\8e\94h*P\17\1c\95.+4(\8eJ\97UÔF^á\80M\9a\f§\936\93ÄIØ\94¾\93wäà:"¿i_ÑCo\8c=S,\9b\13çÍ\9eÊ\97àtÒ\81ÔÑ\ 3§\93\17{­n×àtò\ 2­â\186dlÌ\vòÓ\ 1\94\f{®æ:ݦ\7f-Êp:¹N·9\ 1H/e!rD+\80H0¤K$"O\19È"Mʦ¨i\ 3\93¤\\13zSI¢<È\88\a\8e°ÇY¡ð\1e\81\ 2OAÉÄ,\95\0â\81\9eD°f­ÞÑÔ;ö\88§*'\112yt;Úµà{E/XÚ\91 {Ú­Ðs\ 55\e\91#\80\8fnp\ 4ì¹S\16üd\14F¶µíRÝ\ eôê\86°Io^Z\9c\10áïË9\8c\ 2M\11x3S\ 2  .@~ï\95\84O@\ e[<Ã\97ëvI\ 6\83m ý^\ f<Yôòöý¥ÀS\85Tê~_\86Á\ e\15?¸ý^|òß³ò«1`õb(\7fµ9¡\15\80\97\12\9b\89\80\800$XðrCßëÁKó\r»\r\80)[D\ 6ö]\94\ 1\12\7f®C\aû\ 5è©È\ 5íÀ\11uYð\ 2dX®¸ -t\f\9b{F\ f\e\16¦]~!\9c\88H÷ë¼\15c4j\8d$´+Nc·\851¡Í\11\8dêK±! \84°ë\ 22\14CG\9f\196%ú\\ 6s©Úïõª\88\82ôP\82F«ï\93¸Ú!\96Ù\13\89\85\1f5SÀ\8b\ 2Ðmà\81µÚ6I\b8\vv\13Ãâ}¢UEØEE`ðlñ\80\8a0³ñº\ 4Q\ e(\18ɲ¨æ\88\85\ f³(\ 6Ø­K\vÔ$=ê\14à\8d&\8bqª%£Wíy\8aâ\8dÆr²)¢\eÍ\91\93M       \9d\0p,)\v\13<\ 2\9d\85Ð\9a*\96À¾GW¢îY§\82\8f@ö¬S\81\v\0(\8b\ 5G\8bj\ 1}û}\1c\9b\b\12ÖBÁµ®G¸A¯bL&ñ®"ÌC¹B*íÐ\ eè¸P;¶dRVö¾\80\ 3óP\17£ã=K\90\89)Õg\8a/²_E\1eé\ 1¯@\ 6ÉË\ 1¿/\80-"<\88\88\87\8e¡m\86­tõ\81\92¡1t\1c\85Ð\9c\93N\94,º54R\94wÉ5¤g¨¾Rùhûx]\fm,¸\82\9b»&\1f"´f\ e\r\ 6*äbKÃFºlJÎ\99\ 6oIá\81\17 d@,\'ú\85¼\17\b\8eh\19|æêÈÇ\85\982=Ú\ 5ý:Ç@ñRÛ#§jÀ¢=åi\vÝÑ\9e\89á"
+qe¹\87É\v\896@XVûì\1c¿\92»°i\ 6'\81\8bã\10\ e\8d\0m\84Éù\91\82*»?\ 5uçA\9dfÐò *PuF ¼ÉÄu\ 1<\0I0Ú\b³Ú
+òÅF\18Ë)_Þ\82\95\1e_\96\83\ 1' ®\80VM\1e\88\aþâís\fß·\90\97»x;\95ׯD\16s3\ 6¦æ\bÇ\90\ec Å]Sy\9dL¦Å×        ~/\8f\848\1eݵ\1dÿ.Ô^7\v¸R{\9d^\v\0\9d\b\91\ 1ÏHë\8ai4[\0-þ.\8b&B|¢ôúdá%§â\1cI=
+¡£µÔ*\1eoBð²\ 3c6\10\ 3\9eÿ\88\80\80\1e÷=k¯5\ e°\81\12\19ý¾c \ 4f\80\0´gù\93ý=5\8a\15Îè\8a\1aÝC¦\v\14Â(tX[G£º\0\92¼\bè\b\81\ 3!6t\86ú@b{"w\vÐ\93\ fÖ\11Ù.@¯½Îh\ 1ú\14Ís¨´r\ 24jnÉ\93\96\ 1\9cÏ£\80Z\80\ 6J\98\1aæÙ,[ÖÐ\bY¨g\117d\a\1c\ fD\9b(1\13BZþnñÂn\ 1úlùCã\0=ÃC³\84´§õ@2à\98¦PÁ2z\ 6\804loG,ñ\0Õx¬ïã\99\ fÍ\8eðy\12ð\ 4ä(ɳ\1f³ã\80Þ\92\9aàeª/ a\7fD\8føfí6\1f\95À
+\96áU\90$|Ã|r \ eªkoÓ2f.Øm\98 ?\ 2Bmô\fv$Æ\ e5Øñ\19è%×¢\1dàßÃËL\1fËr³\ 3\8f\87Åv\11\8a~AGàÈ fèÑ8 è\ 3zÚ9 è\ 3â \aK?`§Rn
\11ÛR\1d\8c>Bc®WGbK¤\83Ñ'3Å\93\87 s(²õÕÎ\1d
+r\88\ 5ßÇúP\91¢9\85\ 2¼Îô$ì³È×í\10X\91°ü´!B@|*9\85\99\ 2]\91ðëN®\889!È4Ç\9a@ÑY×Cs\1d90\8bK\9d\16Ø]G\b%\95\11@O\83X\84É¥\16öÇ+Ð\13\1f\ 1EY\1cÐÓ%Â\15èÝlgÞàÞGÕ\10\0}T|,CTO\ 1c\16ßÇ2ì½5ò\80á[â \1d\f1ƺ\90A}\ 4Ëj¸°!à\ 1÷
+Án4\ 5ð¬H\9f\7f
+@o)\83e<ç¯\9e°\8c±\99\9a\b`\19\8fa(\82\16È\ 3\ 1oÄâþv
+ñjÜ¿\0&zâþû×\16\9cÓ¬-Þ\85V\0\9b È\16v$\a\9e-\1c lÁ\93y8vÈ\ 39\85uFÌî\1eêÍ.\Ja=QÄ:&ÊxvO\14±\96\a¨=\16G\rO\14±\91\804\90ÛJ\8e\93\1c\87¬z\aݼ%©\7få\81XP=´Ù\fQ\1a²±Çæld\15\rÙ\98\8f8\99¸Ä¿ßá\ 2\84ZQ\8b»½i\ eâ\8aÍ\81\8e\87·\16Í\9eP\ 2\9b¸\ 2^t\8cxàO\ 3.\93Éð³4à2\99kÎÞûæ¢.×\ 6¿\99\83Ú~.'áö\ 3®^Fæ¬Ó¬Ûï=IÄúÖ_&cåG+Ò\8e\95ï\17 cïXEÆòZ|x\vÔ\ 2\16àøý¬ý>Ï!®ïÉß\13~é¢\0\ 6{%N$\90\90\ 2\88È5\8fR\ 6¤\ 2aì(¦]dP\ 5\1d³\9c\9f-P-\vô\1c¢\15\97µßËé\e\9bò4\97\7f\ 49¨W©\9e\ 3\8e$\ erLÑ\15\91\81;$\ eò\9b\18
\9e|ÉÛ{"\14¿©ñ\15\11\8aP\8b=)È-H\vàé+t\82\9eyäV"º\\9cG\1eÅ«\90º\83;\92!\8f;\88ÕXNÿÄ\ 3*\81\9e}Y°\1d\93\raZð\19Ê\b\ 4VK@GÐJ\11ê¡\g\9c\92æMñï¡\féÐM Ù\ 1ÿ@uA\ 6É\ 6
+"à\90¡\82E@Ç]Z5;B\eoV¨\ 4ò]fÓ̧w\19o\9bA"(ÍL°\ 4\9e­`ò.å}3ø:v\8c\ 3:D[N\86A/µDw\99\f\83fݼ6ϼÛÁ\18mä       ¬÷ìÀ3\ 1vÑ©=ó_
+\aiÜ¿N|\9c{dd\0LF¿ïÀѳ\196-\ 1\a\8e^¶ÐBK`<B:N© \168pôÎüÕ=æÝè\91\ 3G/¯èiåÀÑËu6Ùt\vô\14\fW G\88Î\ 4Ö=óÐ\10pàè\9d     ¨\91\80\ 3GÏfàô\ 4d\1c½³ñE\12$\8a²²ÀSÐqôÎÎ\17\89\89¯Æè\&°}Ï\81Í\ 4      9Ç÷Æ\93`q\96x\r\ 4ôDtàè\15\8b÷Îä\80£íÀ\15è8z%Á\15è8zÏæ\9båjö¥n!\1c\93YB´u¥vß´\ 4\9f"$\84:\87÷,\e\9e\80D\90\9bå\8d%ÔvÈn      QÆÑ\v%\ 26zRHõn\9a\9e\ 3­\99®aï\93À¥°g¨aï\96\80§\vj[î.Ö   ½=I!½Î\ 4^\92Åï\99Àé\16f\r<=\ 1Ç8 ¥na¹:\ eh}\8f\a÷°³v\8c$\8d¶¬ï     R\fâ
+xñ<â\81;ýqf¦_¦?Ø{«6\ 6\9f\18úß\93±ò\88¼:\94êüþ\9b£-G\1cê[«ý\1c\94\18±rÍ\1a²é¾\8fBuKU\ 2\93 m*A¤\83¦Æ\Ú\15\0<L:\ 3ã&AwKÒ\9e ¿\ f«;B\7f\1f\85Q\ 4\8fábÿêÃ\1a\17\10\94²
+Ë¡ìÒ\ 2\98\10Ø\b\8c©\14Ð\ 5\14m\ 1¬l9¬_Rô²l\99O\90X.sàñýª©1íãÚ\91"é±Ï°#5pÀà\1dè\b\1d0x5æÒ\e\12\10òÀÍ\ 3Ö\86Õ\11Ð\9b\a\f\86nÎÁþ\9dUÇÚ/ÛgºËÐ÷Û4"d^\9cG\8buÖg¯\ 5òS1Æ\ 5H±#\87\11!\aäV:kú|\19X\16é²\1d°>ª\99\1aRw"¿i\8aÏ\86rm\ 1ø6\8e+T#=\8de~ñU\11Øàïë"°Á\13\15¤    jGvÀÑ\ 4\ 5\1d\12-|mÓ'D\87\84¡¿A%Ò3\10\væ \9c\ 53ø·\99\1dcfÈàߦf\88\ eu«å¾s\1dÀ\15\15\ 6ÿÖ»#2¨¬%\91ZKìèELY½ÌØ÷ø2\93ûISÆnµ>ÿ£à\15ÈEß©l\92!¡y°\15¾+d\7fÆÒP~)¶4\16´\ 3:\84à\ 6µHî\875ô¸©\fò4Øöæ      \1eª7\80\a\ 3jÑ8\90\8aÆÎ\17Õ\10\91î\13ø2ÓA\10s\90µ\90µ\91!S¬£cç\88\17 \e2kÂ\9a
+\11ïâ\92í\bÉãex\86z
+(#)vÀ~\15è\13;\1a\88
+¾NõN¼\15F(\1cÈgØ\12é,\80\96È\ 1\8f\9d7x¡ëCÉÎ$\98r¡#!²\1c\18z\9aÉ^i>\90\14 §\ egs\rº­ý\1eds\99OT\96\rp î²Gp\8ej\0\ 4²Ðp`\ 4ÐË\ 6d2yþ\b®À\93?\82<ðä\8f\90_\bòGihÿ1\ 2\8f6°~\ 5\126t\93?*îqZÖC\15\11\81\91\89´\ 5*Ç{\vÔIàe\v\14ëd\v\19naìd[iò'\ 3\ 2iìhD-\916²á\1eï,ÍH±$·D\86Z\16Ð3\11ø\86¤\97n\83§ g´\9f¹\9b\8e\89Bêå«b\19\11\90`\ elh\83(\a¤\1d°\8e\8eQo\a¼­Bå\ 1ÖÆshì]\e»c\ 46\91\11Ø5\ 2\8c\açØ\86\99XÆ«\99÷PU\8b\83ÝH\vT\ 5\b \a\8dÄkR\ 4Ǩã\7fE\vÝ\97É\ 4v>¶¡º\98åÚ\b\1d+¼n¿\87 Õ$äVò\93\ 3×2x\15B­%àé&\sMà\\9cÉ\16Wq\ 5¼\a\vñ@\1a'V\ 5y;4Af     \903ì6Ê!H\80PA>\10\ 1E\90íûCú\9e\87Ͳ&\874`± AvÀ¾Xô¾[\80#nWÐ\ 2\1cc\e\0ù¥\93"2\ 5\1eô¢¨±\90ÎÙL¢9f@t)Ac\14e¨ògànÆ\ 2>7a\91Ì)E/*h\a\ e ð´B)Ò\vø+fÈì\fùØ\85ô&\a7$Æ\8eøù\8e\17 ëá\8eo4\7fàmj
+Ið÷\80G(ç`lêB¿\ 1ÇØ\86U³¥|l\83x\1dÑ\11¡öÚmWà\18\11\1aÃ{Wò9¶Aô*°g\96\13º\ f¤9«5ê\92\10\ f\1c#Bó×\ 2&\95A$ê\92¡)Ð!¨
+2¦z\b?C[¨\87ðóú\9ek\9bWl\bt\1c´\r\9c\ 30ü¥\19\aùÔ\aíBf)\80lI\8cV\8fÇ\14\0\8d ïP\84\84v4\83_ª®yËÁ0È\0
+VÜ\v¿\17d\8bÓ.\vq\81¶PoL-\vâ\80£¥¯`·nléãSZñ\85(\83x\95\88· \0©ÕCH¶\82É#\95OmØ'¦ð¿ÿò\87\1f\7f\11>ÂÇ/ÿãv\14ç\87\1fg¨¥þË/ÿðCøÌñ¸\91+Ûíïüæã\1fþç\9f>~ÿ»_ÿôÇ¿ýôO\1fÿúÏ¿øøó_ÿô\9bÿûë\9f~óñ¿ÿßÇ¿þûÏ¿ûýï?~õ\ f¿þÕ?~üâóãß\7f÷Ó\7fþô×\9f?þÛÇo\7fþùÏÿôã\8f\7fÿûß?\7fþíïþöùÇ\9f~þñWa[ÿã¯ÿë\8fÿõã\9fÿv~÷ùÛ\9fÿðû\7füøåÿùá_~y[Ýÿ\aT\90&\1e
+endstream
+endobj
+534 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1108 0 R
+/Name /Im497
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÿÿ\0Ã\ fæ\ 3\f\1f\18\81\98¡\ 1\193>\0a\ 5\10f\80à\ 4 ~ÀÀ\fÔÂ|\0\84\1dP0{\ 3\ 3VÌÏ\0Ä@úÿ\ f\ 6\ 6\0­\10 è
+endstream
+endobj
+535 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1109 0 R
+/Name /Im498
+/Width 18
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM˱  \800\10\7f
+±      W§¸!,í\92Q\1c!#Ü\ 4Îdå\1c\8ea)9\10\84×>Ä\91\93Ù?°\84\ 4
+\19\fJXÃ\ e\r.ä@\94IIF6\8aQ\8döàÕÙ\18úÏ=â\vJ\88\f}
+endstream
+endobj
+536 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1110 0 R
+/Name /Im499
+/Width 14
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a±çpþÐð\0\0\bb\ 2û
+endstream
+endobj
+537 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1111 0 R
+/Name /Im500
+/Width 27
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ`ÿ\80\9f\81\9d\81\8f\81\r\88YàX\86\81\ 3\ 5[0\b à\ 2\ 6\ 5\14ü\80Á\ 1    7@0#\ 3C\ 2\13\10³00\18p00H\1800°\1f``\0\0\ fí
+endstream
+endobj
+538 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1112 0 R
+/Name /Im501
+/Width 14
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`aàa\90`°`¨`ßÁP\0\85\ f \90ñ\0\ 427@ ;\ 3\ 4ò3üÿ\0\0n\17\ e\ 2
+endstream
+endobj
+539 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1113 0 R
+/Name /Im502
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÂA\r\800\f@Ñ?Fè\8d3\87%C\ 2\12\12\90P\9cUJ\85p`!$¼<:XàQ°iT\9b5¿WÔ\12TGà\86\ 6Ë[þ§\90+>6tC\ fö¤;\ f\14]\10\1a
+endstream
+endobj
+540 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1114 0 R
+/Name /Im503
+/Width 27
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÃÁ\r@@\10\9f\10ÃÅ®\9b\83Ã\94°G\a\89-E     J\98Ò¶\94Ñ\81\12\10N^òp¨"4í»ÿ\8f_\ 5ÉÏÕÅ\82\895TV#÷®´\f%\92<¢§²í\8aÏ\19_\f\9fî\ 1uAw±\9cº\92ÇtX(+\17Àw\16Ó
+endstream
+endobj
+541 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1115 0 R
+/Name /Im504
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã<àÀÿ Aþa\83L"\83\81\1a\83\82\14C\ 2\v\83\ 3\ fC\ 3\aC\83\ 4\ 3\83\ 1\18%\80Ñ\ 1\10b\ 4¢\ 6\ 6f b``\87!>\18\92\ 1# >\0ÇÌ\vÍ
+endstream
+endobj
+542 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im204 213 0 R /Im320 333 0 R /Im497 534 0 R /Im320 333 0 R /Im320 333 0 R /Im202 211 0 R /Im208 217 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im131 138 0 R /Im63 70 0 R /Im50 57 0 R /Im55 62 0 R /Im50 57 0 R /Im63 70 0 R /Im50 57 0 R /Im66 73 0 R /Im53 60 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im56 63 0 R /Im54 61 0 R /Im59 66 0 R /Im53 60 0 R /Im63 70 0 R /Im64 71 0 R /Im56 63 0 R /Im50 57 0 R /Im63 70 0 R /Im64 71 0 R /Im57 64 0 R /Im61 68 0 R /Im57 64 0 R /Im53 60 0 R /Im505 544 0 R /Im52 59 0 R /Im59 66 0 R /Im63 70 0 R /Im52 59 0 R /Im58 65 0 R /Im50 57 0 R /Im51 58 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im63 70 0 R /Im50 57 0 R /Im59 66 0 R /Im63 70 0 R /Im50 57 0 R /Im51 58 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im50 57 0 R /Im76 83 0 R /Im59 66 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im65 72 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im54 61 0 R /Im72 79 0 R /Im51 58 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im49 56 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im50 57 0 R /Im56 63 0 R /Im57 64 0 R /Im506 545 0 R /Im507 546 0 R /Im508 547 0 R /Im509 548 0 R /Im510 549 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im60 67 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im508 547 0 R /Im514 553 0 R /Im515 554 0 R /Im60 67 0 R /Im516 555 0 R /Im57 64 0 R /Im53 60 0 R /Im505 544 0 R /Im52 59 0 R /Im59 66 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im53 60 0 R /Im50 57 0 R /Im72 79 0 R /Im52 59 0 R /Im63 70 0 R /Im50 57 0 R /Im506 545 0 R /Im518 557 0 R /Im519 558 0 R /Im520 559 0 R /Im521 560 0 R /Im511 550 0 R /Im60 67 0 R /Im55 62 0 R /Im52 59 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im508 547 0 R /Im512 551 0 R /Im515 554 0 R /Im513 552 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im60 67 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im506 545 0 R /Im517 556 0 R /Im50 57 0 R /Im57 64 0 R /Im522 561 0 R /Im523 562 0 R /Im511 550 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im64 71 0 R /Im66 73 0 R /Im506 545 0 R /Im524 563 0 R /Im71 78 0 R /Im523 562 0 R /Im511 550 0 R /Im60 67 0 R /Im525 564 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im57 64 0 R /Im62 69 0 R /Im50 57 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im506 545 0 R /Im515 554 0 R /Im517 556 0 R /Im75 82 0 R /Im522 561 0 R /Im520 559 0 R /Im511 550 0 R /Im60 67 0 R /Im57 64 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im57 64 0 R /Im62 69 0 R /Im50 57 0 R /Im54 61 0 R /Im55 62 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im64 71 0 R /Im66 73 0 R /Im506 545 0 R /Im524 563 0 R /Im71 78 0 R /Im523 562 0 R /Im511 550 0 R /Im60 67 0 R /Im508 547 0 R /Im64 71 0 R /Im66 73 0 R /Im526 565 0 R /Im508 547 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im59 66 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im64 71 0 R /Im65 72 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im506 545 0 R /Im527 566 0 R /Im64 71 0 R /Im69 76 0 R /Im522 561 0 R /Im509 548 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im62 69 0 R /Im50 57 0 R /Im66 73 0 R /Im50 57 0 R /Im63 70 0 R /Im57 64 0 R /Im58 65 0 R /Im64 71 0 R /Im73 80 0 R /Im50 57 0 R /Im72 79 0 R /Im59 66 0 R /Im60 67 0 R /Im65 72 0 R /Im50 57 0 R /Im57 64 0 R /Im66 73 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im512 551 0 R /Im58 65 0 R /Im50 57 0 R /Im57 64 0 R /Im51 58 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im65 72 0 R /Im65 72 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im69 76 0 R /Im50 57 0 R /Im59 66 0 R /Im50 57 0 R /Im66 73 0 R /Im57 64 0 R /Im58 65 0 R /Im56 63 0 R /Im67 74 0 R /Im513 552 0 R /Im516 555 0 R /Im528 567 0 R /Im506 545 0 R /Im516 555 0 R /Im50 57 0 R /Im63 70 0 R /Im509 548 0 R /Im521 560 0 R /Im71 78 0 R /Im516 555 0 R /Im508 547 0 R /Im521 560 0 R /Im510 549 0 R /Im511 550 0 R /Im51 58 0 R /Im50 57 0 R /Im59 66 0 R /Im57 64 0 R /Im63 70 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im529 568 0 R /Im66 73 0 R /Im72 79 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im65 72 0 R /Im54 61 0 R /Im69 76 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im54 61 0 R /Im55 62 0 R /Im59 66 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im71 78 0 R /Im63 70 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im64 71 0 R /Im51 58 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im71 78 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im59 66 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im71 78 0 R /Im63 70 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im65 72 0 R /Im54 61 0 R /Im51 58 0 R /Im56 63 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im59 66 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im50 57 0 R /Im63 70 0 R /Im526 565 0 R /Im54 61 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im517 556 0 R /Im516 555 0 R /Im528 567 0 R /Im506 545 0 R /Im517 556 0 R /Im57 64 0 R /Im58 65 0 R /Im522 561 0 R /Im510 549 0 R /Im511 550 0 R /Im72 79 0 R /Im54 61 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im54 61 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im529 568 0 R /Im66 73 0 R /Im72 79 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im65 72 0 R /Im54 61 0 R /Im69 76 0 R /Im50 57 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im55 62 0 R /Im52 59 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im57 64 0 R /Im61 68 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im56 63 0 R /Im67 74 0 R /Im72 79 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im63 70 0 R /Im64 71 0 R /Im61 68 0 R /Im52 59 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im65 72 0 R /Im54 61 0 R /Im51 58 0 R /Im56 63 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im59 66 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im50 57 0 R /Im63 70 0 R /Im526 565 0 R /Im54 61 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im530 569 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im64 71 0 R /Im63 70 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im515 554 0 R /Im52 59 0 R /Im65 72 0 R /Im61 68 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im506 545 0 R /Im508 547 0 R /Im53 60 0 R /Im525 564 0 R /Im522 561 0 R /Im522 561 0 R /Im71 78 0 R /Im518 557 0 R /Im53 60 0 R /Im49 56 0 R /Im521 560 0 R /Im524 563 0 R /Im511 550 0 R /Im54 61 0 R /Im66 73 0 R /Im58 65 0 R /Im67 74 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im59 66 0 R /Im58 65 0 R /Im57 64 0 R /Im52 59 0 R /Im51 58 0 R /Im64 71 0 R /Im61 68 0 R /Im58 65 0 R /Im50 57 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im58 65 0 R /Im50 57 0 R /Im55 62 0 R /Im56 63 0 R /Im57 64 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im72 79 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im56 63 0 R /Im54 61 0 R /Im53 60 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im64 71 0 R /Im63 70 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im66 73 0 R /Im52 59 0 R /Im65 72 0 R /Im61 68 0 R /Im50 57 0 R /Im63 70 0 R /Im72 79 0 R /Im50 57 0 R /Im70 77 0 R /Im66 73 0 R /Im64 71 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im50 57 0 R /Im56 63 0 R /Im54 61 0 R /Im55 62 0 R /Im53 60 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im64 71 0 R /Im63 70 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im66 73 0 R /Im52 59 0 R /Im65 72 0 R /Im61 68 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im53 60 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im64 71 0 R /Im63 70 0 R /Im57 64 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im56 63 0 R /Im54 61 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im63 70 0 R /Im50 57 0 R /Im57 64 0 R /Im51 58 0 R /Im50 57 0 R /Im526 565 0 R /Im72 79 0 R /Im50 57 0 R /Im60 67 0 R /Im53 60 0 R /Im63 70 0 R /Im50 57 0 R /Im57 64 0 R /Im51 58 0 R /Im50 57 0 R /Im63 70 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im64 71 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im531 570 0 R /Im66 73 0 R /Im53 60 0 R /Im50 57 0 R /Im63 70 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im56 63 0 R /Im67 74 0 R /Im506 545 0 R /Im75 82 0 R /Im54 61 0 R /Im63 70 0 R /Im522 561 0 R /Im509 548 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im54 61 0 R /Im63 70 0 R /Im68 75 0 R /Im50 57 0 R /Im64 71 0 R /Im62 69 0 R /Im49 56 0 R /Im56 63 0 R /Im50 57 0 R /Im72 79 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im57 64 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im72 79 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im56 63 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im54 61 0 R /Im63 70 0 R /Im68 75 0 R /Im50 57 0 R /Im64 71 0 R /Im62 69 0 R /Im49 56 0 R /Im56 63 0 R /Im50 57 0 R /Im72 79 0 R /Im59 66 0 R /Im57 64 0 R /Im64 71 0 R /Im63 70 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im508 547 0 R /Im532 571 0 R /Im518 557 0 R /Im518 557 0 R /Im528 567 0 R /Im506 545 0 R /Im527 566 0 R /Im78 85 0 R /Im522 561 0 R /Im521 560 0 R /Im511 550 0 R /Im52 59 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im56 63 0 R /Im67 74 0 R /Im54 61 0 R /Im55 62 0 R /Im50 57 0 R /Im76 83 0 R /Im59 66 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im64 71 0 R /Im51 58 0 R /Im58 65 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im56 63 0 R /Im49 56 0 R /Im57 64 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im56 63 0 R /Im54 61 0 R /Im50 57 0 R /Im76 83 0 R /Im59 66 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im64 71 0 R /Im56 63 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im533 572 0 R /Im534 573 0 R /Im535 574 0 R /Im534 573 0 R /Im536 575 0 R /Im537 576 0 R /Im538 577 0 R /Im539 578 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im516 555 0 R /Im517 556 0 R /Im506 545 0 R /Im516 555 0 R /Im518 557 0 R /Im521 560 0 R /Im509 548 0 R /Im511 550 0 R /Im52 59 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im56 63 0 R /Im67 74 0 R /Im54 61 0 R /Im55 62 0 R /Im55 62 0 R /Im52 59 0 R /Im63 70 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im50 57 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im64 71 0 R /Im51 58 0 R /Im58 65 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im56 63 0 R /Im49 56 0 R /Im57 64 0 R /Im66 73 0 R /Im63 70 0 R /Im50 57 0 R /Im51 58 0 R /Im59 66 0 R /Im50 57 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im69 76 0 R /Im50 57 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im53 60 0 R /Im54 61 0 R /Im51 58 0 R /Im56 63 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im55 62 0 R /Im52 59 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im57 64 0 R /Im61 68 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im56 63 0 R /Im67 74 0 R /Im72 79 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im63 70 0 R /Im64 71 0 R /Im61 68 0 R /Im52 59 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im59 66 0 R /Im54 61 0 R /Im63 70 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im54 61 0 R /Im55 62 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im51 58 0 R /Im68 75 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im540 579 0 R /Im518 557 0 R /Im518 557 0 R /Im541 580 0 R /Im52 59 0 R /Im73 80 0 R /Im73 80 0 R /Im67 74 0 R /Im515 554 0 R /Im52 59 0 R /Im65 72 0 R /Im61 68 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im506 545 0 R /Im542 581 0 R /Im52 59 0 R /Im66 73 0 R /Im521 560 0 R /Im543 582 0 R /Im511 550 0 R /Im72 79 0 R /Im54 61 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im53 60 0 R /Im50 57 0 R /Im63 70 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im63 70 0 R /Im64 71 0 R /Im51 58 0 R /Im505 544 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im54 61 0 R /Im55 62 0 R /Im59 66 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im71 78 0 R /Im63 70 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im59 66 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im71 78 0 R /Im63 70 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im516 555 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im68 75 0 R /Im64 71 0 R /Im72 79 0 R /Im56 63 0 R /Im49 56 0 R /Im518 557 0 R /Im50 57 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im506 545 0 R /Im75 82 0 R /Im57 64 0 R /Im63 70 0 R /Im509 548 0 R /Im543 582 0 R /Im511 550 0 R /Im51 58 0 R /Im52 59 0 R /Im61 68 0 R /Im54 61 0 R /Im59 66 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im57 64 0 R /Im58 65 0 R /Im62 69 0 R /Im54 61 0 R /Im57 64 0 R /Im58 65 0 R /Im55 62 0 R /Im54 61 0 R /Im52 59 0 R /Im66 73 0 R /Im72 79 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im512 551 0 R /Im62 69 0 R /Im544 583 0 R /Im49 56 0 R /Im513 552 0 R /Im518 557 0 R /Im518 557 0 R /Im518 557 0 R /Im528 567 0 R /Im506 545 0 R /Im518 557 0 R /Im56 63 0 R /Im54 61 0 R /Im509 548 0 R /Im521 560 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im61 68 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im545 584 0 R /Im517 556 0 R /Im518 557 0 R /Im506 545 0 R /Im525 564 0 R /Im66 73 0 R /Im57 64 0 R /Im521 560 0 R /Im524 563 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im58 65 0 R /Im58 65 0 R /Im50 57 0 R /Im57 64 0 R /Im55 62 0 R /Im51 58 0 R /Im68 75 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im51 58 0 R /Im65 72 0 R /Im57 64 0 R /Im58 65 0 R /Im58 65 0 R /Im50 57 0 R /Im63 70 0 R /Im53 60 0 R /Im54 61 0 R /Im51 58 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im50 57 0 R /Im66 73 0 R /Im50 57 0 R /Im70 77 0 R /Im56 63 0 R /Im63 70 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im56 63 0 R /Im49 56 0 R /Im57 64 0 R /Im66 73 0 R /Im64 71 0 R /Im56 63 0 R /Im50 57 0 R /Im63 70 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im55 62 0 R /Im60 67 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im56 63 0 R /Im58 65 0 R /Im64 71 0 R /Im65 72 0 R /Im64 71 0 R /Im56 63 0 R /Im518 557 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im545 584 0 R /Im76 83 0 R /Im56 63 0 R /Im50 57 0 R /Im66 73 0 R /Im51 58 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im506 545 0 R /Im525 564 0 R /Im530 569 0 R /Im75 82 0 R /Im521 560 0 R /Im524 563 0 R /Im511 550 0 R /Im60 67 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im516 555 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im60 67 0 R /Im541 580 0 R /Im64 71 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im508 547 0 R /Im64 71 0 R /Im66 73 0 R /Im64 71 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im506 545 0 R /Im507 546 0 R /Im530 569 0 R /Im521 560 0 R /Im543 582 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im50 57 0 R /Im63 70 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im57 64 0 R /Im56 63 0 R /Im517 556 0 R /Im546 585 0 R /Im528 567 0 R /Im60 67 0 R /Im508 547 0 R /Im64 71 0 R /Im66 73 0 R /Im506 545 0 R /Im527 566 0 R /Im516 555 0 R /Im522 561 0 R /Im547 586 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im548 587 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im71 78 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im548 587 0 R /Im68 75 0 R /Im64 71 0 R /Im56 63 0 R /Im49 56 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im57 64 0 R /Im61 68 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im56 63 0 R /Im64 71 0 R /Im50 57 0 R /Im51 58 0 R /Im68 75 0 R /Im50 57 0 R /Im64 71 0 R /Im62 69 0 R /Im49 56 0 R /Im56 63 0 R /Im50 57 0 R /Im72 79 0 R /Im51 58 0 R /Im52 59 0 R /Im65 72 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im64 71 0 R /Im508 547 0 R /Im57 64 0 R /Im76 83 0 R /Im506 545 0 R /Im542 581 0 R /Im57 64 0 R /Im66 73 0 R /Im521 560 0 R /Im547 586 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im548 587 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im57 64 0 R /Im61 68 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im56 63 0 R /Im67 74 0 R /Im68 75 0 R /Im50 57 0 R /Im64 71 0 R /Im62 69 0 R /Im49 56 0 R /Im56 63 0 R /Im50 57 0 R /Im72 79 0 R /Im51 58 0 R /Im52 59 0 R /Im65 72 0 R /Im71 78 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im548 587 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im54 61 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im68 75 0 R /Im63 70 0 R /Im64 71 0 R /Im51 58 0 R /Im505 544 0 R /Im51 58 0 R /Im52 59 0 R /Im53 60 0 R /Im53 60 0 R /Im50 57 0 R /Im51 58 0 R /Im51 58 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im518 557 0 R /Im59 66 0 R /Im50 57 0 R /Im53 60 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im69 76 0 R /Im50 57 0 R /Im517 556 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im506 545 0 R /Im542 581 0 R /Im57 64 0 R /Im66 73 0 R /Im521 560 0 R /Im547 586 0 R /Im71 78 0 R /Im531 570 0 R /Im69 76 0 R /Im72 79 0 R /Im75 82 0 R /Im521 560 0 R /Im543 582 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im61 68 0 R /Im54 61 0 R /Im66 73 0 R /Im52 59 0 R /Im51 58 0 R /Im526 565 0 R /Im65 72 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im51 58 0 R /Im51 58 0 R /Im53 60 0 R /Im49 56 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im549 588 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im508 547 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im58 65 0 R /Im518 557 0 R /Im50 57 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im506 545 0 R /Im550 589 0 R /Im531 570 0 R /Im69 76 0 R /Im72 79 0 R /Im75 82 0 R /Im75 82 0 R /Im521 560 0 R /Im547 586 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im50 57 0 R /Im76 83 0 R /Im59 66 0 R /Im58 65 0 R /Im54 61 0 R /Im64 71 0 R /Im56 63 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im57 64 0 R /Im505 544 0 R /Im50 57 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im508 547 0 R /Im528 567 0 R /Im506 545 0 R /Im530 569 0 R /Im508 547 0 R /Im521 560 0 R /Im520 559 0 R /Im511 550 0 R /Im56 63 0 R /Im64 71 0 R /Im65 72 0 R /Im50 57 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im512 551 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im513 552 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im50 57 0 R /Im76 83 0 R /Im59 66 0 R /Im58 65 0 R /Im54 61 0 R /Im64 71 0 R /Im56 63 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im65 72 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im57 64 0 R /Im505 544 0 R /Im50 57 0 R /Im51 58 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im51 58 0 R /Im50 57 0 R /Im56 63 0 R /Im54 61 0 R /Im55 62 0 R /Im51 58 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im51 58 0 R /Im72 79 0 R /Im50 57 0 R /Im59 66 0 R /Im56 63 0 R /Im49 56 0 R /Im70 77 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 543 0 R
+>>
+endobj
+543 0 obj
+<<
+/Length 1116 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}ÍÓýºmÞþþ\15ï2Yøç#\89¤¤,;©gºé$\13/³im§qk'þ¸\1dOÿûJG\ 4(\88\0Þ\8783\9e{Éë\97Ï¡ø <\0\81?ÿôÏ_\7fþiúúÛO\7fþ©üØËëëõãõ¢\7f^ÿe\9d\7fäWúZÓôc]Ê×oþøÓ/ÿÛ\1fçã¿üã\7fþôÏ¢}Ú\9eí×ùh¿sû}¥öËñ\7ftí礵ß\8aÒ>í+úûû\82þ¾þýûþÙ÷O¯\15ëÀúc\9fU\80\98Ë\13`~Í}\ fÖ\aÀúc>þ9ÍGíÿ\84\rþ\84yÃ>!ÿ\98\aKV\ 6q\99\97'ÀòcRÇ //þ\84Ö\83\9f\0éÇ«û\84s\16³Ú\83i\99$À±Ø\8f¿\9d¿þøõ.­ÓÑÿíë\ fGáÇñ_\1fÕã\7f\7føú7n»-Ô¶\96\8eѼþv/]­o9\1d½¬M\8fâý¯ûªÖzn­gùçϪhýç\9f®aZ~,\aî/\96\1f\eïÂíø×\9c\8e\16Ëûß×\90\95nξo¿¾×ïÕ>w\8b\86Ú\9f3ÿ\8bû)@í\8f\8e·ßÏyø÷×\ 4ý¾Ý~ûìû·\19øýôc{YíËý÷ËðïïÓý÷Çû¿g ÿó\8fm³Úï÷ö\8f\1d÷^²ó\92\1eÅûrí«êêµ\7f}^Vç×[ûr4üÅqFÌÏöI\8c\9e9úç\ f«¿\9fÄèu×\ 6Í~.Ïß?\ eª×Ù~¿¯þîÀûnöæ¼~4ûs\99\80Õ?½ï.m÷Î%ßÛ\eßï\8c¿<=\86Wÿ¼N\1fíþyÍ\9f}ÿº\ 3ß\7f][êïo¢ÿ«²{\96ã>«»ç(Þ·K_UwO]}Jï\97E\9c}Æî±{¿¤Åéý÷£¿¤\rX½Nÿ\8f{÷¶{^Æåa\1f¾K¾\1f¾¹\93¹¾Û¾\8bØ>ãÛwY_Àòsú¿.@ÿç\1f\935\80âòË\9dÈømÿ7dûÙÇ÷²e÷òø:%Ösñ\9f\85ûZï«ÆÒ·F.mâà\e>øÓqmÃ\a¿2òI\Û«1söȧ½@b\87µu\ fiùÖ¾\18+×k¿\ 1[ß^yyZ\80\95gÏ_\9e2°òíñ;¶òG\17G\9e?\13\eó\82ì\1cûä95\9eON\9e\9c\90\93Çk\8f\88ÝöÎÏòè7®\1eç÷ógbwÎ\88Øm\v.Ǽ\0\82\8b³\7fJ\82ö\8fýû;ðû¶à\92×ûÕi  .öù\97WLð5Ç_
+Næø\9bëgKþÍ\91÷Ké8\vB9ïª\83
+s\ 6\93@ÑÚ\97×}å¬æʱv~y!;ß^yez\ 1\9e¹"N^kæì\9b¯\88\93׺ù.^Gýýù¾òË0aP\16dþì\9dwüwhç¿ÇOûþãälã\97Ì\93ÛÚy%í\1fI\1e%'`üí\9dW²¯ð\9f<ÚµóNBí¶Õúª$º\12\13léNÎ\1d\9aÏ\9d\9c»ªO\8a­pÛrûÓ,[f¥å¾RËZººxüí\8dÖ£\9a!cv;m_ê\1d\17\13\91¨9"\9b+çÄ\9eê9\ 1\1d\13Ý2­¿^
+°Jío_=½¶}{:\7fýu#¦\ f±xIGsqÆøÒ\91Òù\15Ñk\95#¢6ß0Ù¦;!¨ù\16\13\rjóÝ\eº÷*½Èd*Þ×h_íWûE&SQþù³ª®øéG9»¾½\8f\88ÚõücÚ.2yMmä\8co¿fL\9b¸©ÈÃÙX8ëÕ\ 3\r`\15\94Do\ 5\11ÇkyW$ÀvYÄ\bÀ\97¬ó\8fµt\0å\ e0\19ËÇ\19Ä]\90
+Ó¤¬\80\8bR¥â}ÒúªA©Z«÷A©â\92%µOB³6î'å~çöKì~§öÙÓ¬ÞCvQjT¼\ fW_UGÏîýI©}ß{{ó/©@ÒY']Rû\8cH\97õÒÙoö¸S,~·ßî;xÂÅ3ê@\99\81\ 1°\97Ï\83\12Ã\15\vn/\14\9bñ\ 1XW±}\17eý\¬\14\15ï\v¦¯¢\ 6\8dÚý$\19µá«+IFÍd\14­õ\97¶ý#¡%íwéÖ\96ZÌßß\91õo\7f\7f~!\ 6\rGf\13¼Ö\0/Fí§ù3¡o*ÐøYË?O \84óbÔ~öd\9fKFÞùîaeºJÈ]\155HЯ\8bÙ\1f`EIh}\ 5Y5\96\99Åè\e³oß\9deBÌ\89\8eÐ=!º¡-6\171û¶Ülþþ|?<W\9c\15åö+°ûìÓ¯,Èéç\8cÿ\92\9dñ\7f/ÙK;¥â}¹öUOSdµòX²w-óª>µÌ\9dÛî¢í&ÛnJÛizQc*^Ý<þú¦£RMÝq\8a¼|:.õJª%/_\82²
+P\84¼<\99ò^'ò3\80ä\13\f\89AYôÓ+_Êb\ 1\16ýµZÔ\ e¬²\ 3¸ÂF\0[ð΢öû\vº³»S\93Û\8b;wÀ\fÊ\0È¥¡\1c\9bÓq[\9eçæôJÀ¹yù\8f©_0Éks\1a\1fÃI\1e}¦A££Õ\18`\16]0\19\a\17\83\ 1FlBê(\8aãϺ>\9du0        «Ð\80ôÐ\0\10\7f
+\17`wÆà:\0\83Ë÷ó¯¯*géE\80pY6xVQ\ 6dzí#\14\b\13\10Ê,\16\8c\1fÉ\93dß&\9fc¾s\18\rApX½/è÷\b\9b bfã.÷Fr»\v\13\1d\ frÍßE\84pù>y}ÕÐÅÌ\8bå¤Bì\9båúÑ\8bKàòý\17ûªajê|#i\10¥\83\8eå\1célèE\901öÉî\0\ 4Ý\13\19 #þ\89\8a\0<\99Î!\14\1a\0â£åÜ\f§\97OÈÖÙ\0°A´{ \9d\ÍO°\17\920·Z\vÉ\11\13\1f\9e:\96\9c¨ð*çv~\13+\87d\f1K¦ \98\84åÔ\91\14Í>¤\97\0Wl\12~+\ 3¦\85\ 6à]p\8e\8aÄ\0ó\12Ó\91\1a@\81\94TSÜMË\12ãH\1a@Ðy\88\ 1\92püÃY\92\ 6\90\80\9bÆ\8cø\ f\98=\a\86ã>©,c-Ý/\92¾\8a\92\8cüãQ\96±\ 1\ 4\ 6\10ä\19\19 J46\80\ fµ¶0ÕØ\0\82\#\ 3DÉÆ\ 6\10d\e\e@\90nd\0\97o<\17ÿE7Ö\92à:ºê¨|wÒ\8d®|WÙ¢ZºÿZ_uH\9bÆð\9c\17Ñ\9dñ©õ'å3Oܺ\16¯\1f;ÿüÆùpUýpMÝ\9e6\85ô\19Ѷ+\80p.\18Q¶©ý\ 2ITý5Lí· ¢[ÛC~ÓÎ÷¯\88ãºv\a×öòÑ\90q\ 5;\13(OÏÀ\ 4Ê\95?>\81û\80\13\92\1c\80}\801ÒξÚ\81sí#\86Ò7\80PP\8f\1eìé$\8c\84\14c®!»\a\13\98\8bàÁ8\rh6\f fq@³a\80-¨Ù\10À"ÄáÇ'\\87W¥k¨,\8e.¥®\9c\84\95°¡ò£EW\87)\9bù5BÙ8Ûñá¶\12Ø\8fÓ\8aù3Û«qÅÄ\99\9e°!\0)\13Îæ¡øV2u\84|\1fÇþýï÷3±ßï\95\9eòy¯\80JùPY̾R\87\85\82C\16\ 2H\9f÷ÏVÒ\87Êâ'\95ºg\ 5Õ\ eÇ\aí\83;÷ÓL\9c\ f³>:Þ\97´~vA/Â??pC/yýì\8a\96\8e(\81;z)\98\9elO£\942\ 2Ó\b¾M¶§qÃ\98\136Ä î\1cK\8bëÍ\b\8b\ 2×ô\835\1a¿¦Ó+J@2ÀöÙ5\9d¦(\ 1É\0\9eÏþu\8e\81Êâ\fSê0å@]\bS\ e\f\10¥\1c\18 J9\10@\98r`\80(å@z[\98r`\80(å@\0\81\ 1¢\94\ 3\ 3D)\a\ 2p)\a`?\9fo÷¾ßÏÞ',ÉÙ\8e\80\9c\94Ó<`dÔdµ,\ 3\17ÌÆG¼.?Ïët\94WCNû­\ f«¹¡Mq1çåCq1Ë'\12º¸Xù#*K椯\8f\8a\8bßpHï\9f­,\12\95ÅO*õ\87\ 647.èÎ\1cÍ2hM­?\99¤Ä¯j¨X\7fí\8c\1a4÷UÃݹ·ÉÌ»Â$͸¿3\ 1\88w\94Ö\81¤ífj\8f\84/ñÚ#n#NÿW$\ 4\82\9c1\8fNç¥\15\10o\9cþCág4Õ\95Ú\87\99¤
+°c\1e\1f½pCí£LÒ1\80\17\93\84HÙÎ\fNÐSvg
+ãL\12õ Ì$\11@\98Ib\80(\93Ä\0Q&\89\0|&é}xU&\89ÊâèRêÊIX\99$*?Ztu\98I:$\82ÏÞ?ñ0<\98$ã@u6ôã\ 5\94µ£½>\b\87ÈÕ|\81Ó\v\17\ 4 \1d"m*ÉF\90j£å\7fäM\858\97zÙà½\ 4*\95De1ýJ\1d\96\ræ\15¡\92Þ?[©$*\8b\9fTêè\13T\1aÈ\ 52µ{\0iþì\82~PIã7ôéAôÑ\15ýð \1a\17ñä9pI/\ 5\vRg\1e¯Ë\8a0\0\9a\ 3\10\ 3\bµËØÓʳ.\ 6Ø\90w]Þ,@ê·ò²\8d\ 1vñp\1d\7fÙu\1e        \97÷Ï\1c|ÛF]H¯\ 2\f\82sÏ>Ü\87ƯÉ4aqKìA8õ\ 4Ä\ 5Ê\9cÈ$ý\9cñ\0\12\f° Oô4r\99\ 1î=°ÉeSfL)\18=\87{\90_\9f\ f÷\9f\ 1\82\9d\ 1vh\fìY(Q\17(\ 6\10\ez\80`'\0\f\10ìiúÐNRýÜãv\12\ 6\18°\93¨\9f\90\91\brÚn¤\1edìÁp\7f¹\9dÁvÓÓ»uD{¡\1e\14¤\aÚ: \80\15\89¨¢\9dª\f\90\80\9bFi<\1d8\96     À\r'wIw\95`§²\90ì\94:L°Ón
+\13ì\f\10\19 J°\13@\98`g\80(ÁNtV\98`g\80(ÁN\0a\82\9d\ 1¢\ 4;\ 3D v\ 2\b\13ì\ 4\10\19 J°Wíñ\ 3\82\9d\89Ñ0Á^\85\948ÁN]\88\13ì4\fß\10ì\17¥¼7%º\11ê\95Pîë£Jô7\ 4{J\8d`§²øI¥îSä\8dRO2ôT­?)öÂÁ§¨X\7fïøó;ÅNUø\85n\8dn\8b½ÐÕ¶S\ 5(H¨?m7Q{d3Õó@¬¢£çç**û]ã\98\r\0g\ 4Vh\ 4´Cµ\ 2\99ª©\9eÔ~\ 54Oç÷w\8c\80è¥Äs\a¿9aK\89\ e@Tá©_ðvh\ e\f\80)<æ\1cH\92Ü\9a\ 4g\eL3¢{kÚ?\ 3ä \ 5B\0\vb,Ò$e\ 6\bÆfb\0(8\937\8d   óÜ6\ f\93)mÎir\9d \95秲8?\95ºr\1cW\9e\9fÊ\8f\16]\1dæùë\89ö\ 1ÏOà\95¦ÙX\vÞT®\18\95d¯F\11ÂÕfv{\11\87\06¡·}Cóßc­5\84\8c\ 4[ófb\13Âj'¡¼W@¥ù©,f_©£\ 1Óè+Â\11Ó\18 \1a\ 1\ 4c¦1\80\e\1a¹j© ²\185¥îY*äjZ.\1eBFN\eP;ê7<²\11à!¡\eÀê\1cMH\ f  Ô.\0ò,ÃÙÓKÁ\9c\1d\91\ 1\10\15ÜYË\8f·Î\ 3a4\18@\10\9b\ 3!$\b`ÅÖAO­2@\94^®Ò\16æ5«é<ùõÖy\16\11\ 2Ò
+iã\1c\bÒV\128\10N[Iì=\ 2\ 3`¼¤¹\e\93\948UA¡RjT\16G\90R\87)5êB\98Rc\80(¥Æ\0QJ\8d\0Â\94\1a\ 3D)5R_Ã\94\1a\ 3D)5\ 2\bSj\f\10¥Ô\18 J©\11\80ÿLöâ\1dö&å4Þ¥²\ e}\1d\rÍÇ]\90<Ìøf(Ð\91âlÇ"\8f\94\81È\a\f\80$Mð\98\90   \93\10Lõ©@A¦\9cY("xÃ@\84D\ 6\80\82Li\ 6äCâNo\80\1d±¢;Û©\b«Û@Ö¡\ 6\808}:'Â#\86¾y"ØKÑ\8dÞ\80\1cL|Æ\0\ 5¹Z¼¥X\10ÇKGÆ(+¢tx\0âzµù\14{;n\ep¬z+qDz\10Ù\v  º\1d\9du°¾¢¶O\ 6@l\9fÎ'¬Ò§e\9c\1a\§`ÐÕ©\QWåÍ2BN\96eàfÑ\16\12\ 3 ^5Ú \165ðë\80\88Á\0\19X\89ÚBb\80\81¬\ 3Ú,\94YìFÿ\13ÄÅP®ÈÙçÕäx\16]\82IµÔPY\b%JÝ·´4ËL\91©>j½³Ôl­ý&Û¯\8fö«Ò~~qX\ e*Öþ\1ehÓÜW\8d°\1c} Òê\9c÷¸T\ 6.\85ã(\9eÒû1ÅÝÒòXEW§/r\95Ë¢ËJ]\19\81\8b\åò£EW\87ÉÕu\e{\8eo\8eãÓ\89zd \v\93«1&\87\ 1\90\1a5J\0Û\vËCÑÓ³\8c -Ð\86\90¢Y \8fο­F\eb\81ö&B\1a¾¬\89ÐL\7f\15a~\1cí~>\ fm\18f\99ïÊ\1a\ 6%¡GCÈÁ\8c\1e´¤çÉe©¯­t±Ô\\16ÛH©Ãd\ 6}\ 5\94*ÙYÒ\8f\ 3÷|]N3äu©Ý²Ô\83\8c°\9bÞ'dä±\92Û\83èK\1d\ 2(\88Ï£&ï1@ô¥\ e\ 3`\ f®za\89\0Vï¥\ eÒ\83-\1aÍ\92\ 1\90h\96\9a\16M\0»8\9dÇ÷Â\12æ2\18 Êe\10À\14L@Ù\00\7f|s\1d,3²\ e\9cYXf$\8a\97v0×ÈÀç\91v\97wü$gâ\e\bA\ 4\92\1cù\ 6\ 6\18°\15¨\0òH\1aX\8a\ 4\91(\19 Êe0\0¢zhD\0\ 1¬\88c\85\10À\86y%ô\9b\81\ 1Ö \12L\0»w \\97úe@岸Ð\95ºñ\14»\1fEÚNÑÔS\f\10Í=Å\0ÑäS§\9c\94ªù2øB\87ºP\10Ã\97s¿.Pb\ïX\\11w9o\10Ö\1dy¡ã\°Ë\86<Æu.ØEòbþ\ 5«\89\85<kp.Ø\87ùpü\82Mò~4O5\a\09\16\9d\95\94&$ì\8f³\96\93È\94\eXËiFzà\8dÁ\82\r¢)¥¤%}&î&ù\84\9d\80\0\12\92\ÅQ\82ÏPÑ\88\e¶Ý\83\8c=2r\0\90½à\1cì©DÙI\ 6@ØIo\1a˧+qÅVbïRq\1cǧKE\92Ç2\9eÔ\95nøÇKê\81¥L\0 ¹Y\1c\19ãø\8c 7\ 1\ 1d,X\89)./ÙsÞ\ 4¤ÝE¨¿¶ÈoJzË:`@\95Ó¸Õ |"® \9eâ\8d{\0ÅîõÖ\81ð\ e\1a¹\17\18\0\11ô¼\1eìH\ f\1c\95aÙ·ÏT\86\87{Ñø &áÐ\1eØLé\85\84pv6S\9a\10\95Á\ 3\98£§2\ 3DÝR\18\0±\9fz\83¸ 4¹v¹ÖÝxf\82øþru¶sü%7}Bø%7\ 3D_r3@ô%7\ 1\84_r3@ô%7\ 1\84_rï\9fF¼Ý?\8d\0Ñ\97Üô á\97ÜÔ\83ðKî}ÿð%7õ ü\92\9b\0Â/¹\19 ú\92\9b\ 1¢/¹ À}É}\917\97Û)\97\ 5q£ÔáðϤql\9f\e\12\93¶w,\ f«\ 3ð©ò¼\7f¨<ç×\87Ês\86¢ö:c\90A\ 6ÂT\9eóô¡ò\9c!\ 6ÂYHyþPy>ýV?R\9e³ÔÿÇ\95ç\fZ-Måùñ\90{\yÎBÂ\b(Ï9#\8a£·\12ÃÞ\8a\f\10Õ}       \0z\83ìMc\89ê¾\ 4°F£\16\11À\165\151\0b*ò$Íp4w\12\96Áw)¶\9c·#ùÍ=µmGÔ6G÷Mû\1a<Ö7Jº\85ôÀÑ}ó\vñ£p\ 61CIâ½O\980!É\94÷ó\84d*vTWù\1c! ûæ9ú®\85\0\16Ìs×T\9aò"ö¸Òä_,ÕApo.=í Fu\ fìë£\16¿,s#\fØM+@y!º«s³<^T\8cß,eB\88 ï\13fLà7¥í²¼\82\87"õ`\89æ\87`\0$A­³\ eJB\1cé½\1e\aÞ:È\98Â`\ fb8Ë/\ 3`Y~M      £\14$Q±# \14\11b3à\17UFîwu\f6$ÿ»7\ 6;âKâ\18\8eåk\ 4Ëpì\8cÁúBh\18ç\13ÖI\88i~\86_MHÂ^#8WS\91¶ï\81G%\f\90 Qµwå¯\9f\8bÉ\ 1?IêÁ\14u\7ff\80\ 1µMxÌnWò÷2¿\90 A\8e´\D´\96\80´\8c]\f.\0ÆMÛ\9f m×\ 3d\16\ 3\f\84\ 1\90lÕ^\ f\rcJË%{o6/ÑêzTÂe!V)õÇ\93\86¹=ê\98ï\8fBN¼û£\90Z\7f>
+\999|\18\15¯ß;ÿü\16þ\8b«h®Öù¥eذ¹+Nø\ 4 ý\ 3\a\1eC̯r½*)î«\92¹\85æç²øf¥®\fa}UBåG\8b®\8e¾*\99§¡ÐüÎD\80I\1e\95\83\9d\11ÖàCô\ 6°\ 2W\8bò\18¢\ 1\88Ýd\87ìé|n\19aKÁÇ\10<\13\9b\eTðZ\ 1õ1\ 4\95Åì+uô1;}Å\fE\90V\8ef\ 6H\88\1f\82"³7\80 \91Á\0\19!2\94£¹\ 1 \8fÙ\9då<\17l9wg{\ 3\b\ 6Nb\80õ\ 5\8c\817\8dk0\9cY\ 3\bF\ 4`\80\rÑ_\15\91\9b\ 1\98\81Ç\10\r ø\18\82\0Â\8f!\1a@ð1\ 4\ 3@\8f!\9cYX&Ìúkî\85\9eÅmv\r\0qòó\0\84¸ú\8dÈ-NöùÅgbì5\ 5#D_S4\80àk
+\ 6\88¾¦`\80èk\8a\ 6\10´µ4\80àk
+\ 6\88¾¦`\80èk\8a\ 6\10|MÁ\0þk\8a÷j/\97|Ð^NTi@©£\ 6øó©èGÞ(¼\17£Þ(\r \98\7f\99\ 1¢ù\97\e@0ÿ2\ 3Dó/7\80`þe\9eÆhþeîA4ÿ2\ 3D-vü     ÑüËÜ\83hþå³\a\1få_¦\1e\84ó/7\80 5Ü\0\82ù\97\19 \9a\7f¹\ 1\97\91\1eÌÁ'³\r@\1ciæ¥`\ 3,\b³ë\8dÁ\82\1c(\1e\0$]8Û9%Äìé­Ä\1c´Ü6\0ÌkÙ^\a\19»\17ìA,È :²z*\9eùû¼\90«wÜU\12W±R\1f½\9aþqÜ\7fé}?~¦§\1d#eÍ«ùá\ 3aú<\9b'j\86NT§\a\8c½ó\1a\0f/4\89¬,¬4\ 3>Q\r\0ñ\81pöò\19Ó\11\91.:#\v­Dé\eg\19Y¼Y\80\9e¿{c°`c`îåÓ\aâ#½;'Lï6wc\86\ 4eo\fdÌæñÝ\98¥éÛÜ\8dæ\89\9a\85\85Ã\ eBg\ f¢ká@Æ  \91à\9d#-\17ÌTf\8f\81äá\9eF\9aó/öÊç6¿\17²\88ôuÔ\ f\86\7f\aÓL$A?\98\ 6\10ô\83a\80¨\1f\f\ 3Dý`è<\vûÁp\ f¢~0\r è\aÃ\0Q?\98\ 6\10ô\83a\80¨\1fL\ 3øt\10£~0\f\10õ\83a\80¨\1f\f\ 3Dý`\1a\ f\86\ 1¢~0\ 4\10ö\83i\0A?\18\ 6\88úÁÌóô\99\1f\f\91xa?\98\ 6\10ô\83¡O\bûÁp\ f¢~0\r è\a3Ïó\87~0Ü\85\19\8b÷e.\84² 4\9a\v\80Ñ©ö'D\93\ e5\0äݺ7\8f9\98\ 1 vBÇ,P\8a' Ìï\1d¿V\11\8b}^ªH¥Ô\1d\1f\96\9bÇË,\13àÕúÓ\ 3&qXV*Ö_\9bE\ 2<®¢aQç\85\13àݶÀ\82gO'\80\12t£âö\b{§I\ 5\v\85X\ 6\84\ 2m\ 3-W>\11\88ÇÖd\ 2úýà30j¿\ 538p{ä\1c÷~\1fy\9e¬Ý\ 3uüö\ 5¸\ 6\94d]ôûÓKJu\ 3ä'# /í5Ñ\96\0&$غ&\13\11À,&qÀ2Ê\0Q\ 35\ 1@\ 6jg\eM\8bgZ½Î\9eê\87Feqò(uå «~hT~´èê°\1fÚ2\94:N        \89ËàíbvH\{&Vä1\9d·!\1end¾|+ÌJ\84 Ý^¾É\1d§"ìPö9åq*\1d\vgtbäqêf\rÃü\12ÂÙ4>\13ó\vK\10ô>Xô.ÜÕ½\84G\89f\0ùÈØ\ e\8fì ÈÅ`Ü/Î\9e\98E$ÑÞ#ð½\17«G \95Å>Têê¾td\84Gxäq!\ 1s~Ñô%\ 6@\9c;\9dkn\16ÎÚ¶ºc\8fAFâ\ 6zc\0Y\97¼ýP\90È\ 5\8e¨4\8b\0\12#Z+õ`ÝñYP?\ 1L6l\ f¢´ù\9b\84²yOÎPô\ 6G^\9c¡Wº\8e°\81¹\14:³pº\14~?\vÎBZ^Á\14A\f \ 5®\ 1Ï\v\ 6@\1e\9c{c0#cà,¤e\ eÆ\ 5j\0Èë\ fí\13ªYg^0\7fõ¾\a\ 4\90¢D\1c\ 3 D\9c¦w3\80ç£|]GÕ\19\8dÊâ*Rê^fTu\1a\16$è¼7\8f\92\83h4\0Äs¹Y\96\8cPº^\ fÀÈýæ\91´@Q¶\9cCQfF\1dñ·g\80\81$CRЪ\19rÅó\11Ë\15K[ËÔ\83\r ÓåMã\16e¥ `G¢î9=x\ 4\ e\1c\9f\85\ 4¥zrn×\873Ø8\9b#\9dÁ\ 2tN\9a_ÀJtf!\89\9b%@è$É\ 5\8c\9fHiÁ\8cL¦¬\9b\84±Ñö¾°×AÂv£\r ã½\8dS:2¬o\80Ò\91qÿ\ 2\94Î#îß8¥\93VÄ}Cû\84z»Ê«mÄRG\0#I¿Õ\1e\b­k\1d`ö     @Fg\1a°Ø2\0âÂâ\88(\8f¤ß\81\1e\84\1dH\18 \18u\8f\ 1|\a\92·dUý
+©,¤*¥\8eæGâµ\1cMöÜ\0\10\95ù\9e\1fÉ\9eǯçG®æ\ 1/a²´¼îÓ`\9b­Í1Èò%×øýþ\b\9a7~¿gÈÕÚY\a\8f\98wã÷{\9e\11
+¹ßÏàH\1fÝïyùÐ`\93\17\9dÛ\83\ fM69!6\eo\1d@Dz\v\80ø«;÷{\16\16ÛÀý\9e\vâ\9aèÍÂêe\r\87\0\90\a0Þf\92d\98JìV×@*Kcq_7\88\eö\ f\8f¤òúÔ|üúðH*P$QçH*Ó\87GR\99><\92Êüá\91ô\bç2ð\8c\88\ 1>¼]Ë\82x¡xc\0Å2õ>Áå¢\90O\80h\18o\1d\94        X\aÞ^\90:˸\85 @±Ê=\0Hgq\ 1\82éX\18`Ã^ÄÙç\81\944Ç/\86²\r(~\9aÅîL\9c\ e¸¥9\97ÛúÂ2\81\98ß°Ê\ 4\ e¦¸Ýe\84\99\97×;#ÌÃCràv¬J\v\98\0E\88Û#K\91\ 1\90\v^[\8a\f\80å3í\97"\ 1H\ fÉ\81¥È\0\12\ 2\10âöÈ\83.\ 6ÀHM\e`A8IG\81/\vr®k¢&\ 1$Ä;Èa\0J\8e\9eë\f\80\9cën\ f¢Îÿ\ 4P\10ç\7fo/\14,!j\97þ\90\ 1D0\19+ý¡×\ 3!-\8fØ\1c\19\0Kà`\1aìNÇ÷\9b 8`sd\0áÊ1Nè\95Ý;Ö/-¡zºRYh\bJÝ÷VmÞ­)Ko׫þôv=3\99ÕöµX\7fïøó»·+U\8dÇL½oUÝA2ÞÛ2ð ­\ 2\94\17°\13µ\19 öÑ[­¶_1\93­Ý\1e9ϵÓ\94Ú#\87©¶\89\r\89\98 \9ddÔ>\1a\97\8bÚ#¾êÎ÷ïX.\9e\9ezÉùò\96\15f\89Ç÷_k¾zYRY¬x¥®l êeIåG\8b®\ e{Yæ2âeélCée¹\ e¼à!\0\98³\ f¦\91è#Â^L\0r%\7fãcYÞ\95'\82\býø2\89\ 3{"ä\85Ò¹ö½\17@uí£²\98|¥n0ûæ\86\98!ñÊÙÑsB¤#M6a\0D>sÖÂ\9cÝ`óï\91«^(T\16£¦ÔáG¶µ\váôÒ\f\10M/Í\0ÑôÒçb|gV>dÌXziî\ 2Äé:Ki\81"\16:·Ã#?u`\10Ö5\98^\9a»°aÁhÌÕ¼l;p²]\a\92\ e ï¨\ 1¿²
+\90 \90\85Î<>ÜHü\18iòpÎog\1e\99\7fÒ\8e«Ô\e®©\aÓ]Ò¶<¿\9dcñÌO\8d°\89ö ÎXj¥\9e\ 3b\0\8eoG\99^:p&¥\84\9agR\12\87ZàL:C\ 2}v&¥\1cL\aË\0\ 5[Ëæ\99ôÈî\1c\18\84uAÎ$m"ëÛ¼¸\8f$\ 1\84}$\19 ê#I\0a\1fI\ 6\88úH2@ÔG\92\0Â>\92\f\10õ\91<\1a~æ#I=Ø¢¡d\19 úX\99\0v/\ 3\ 3È\rÄY\aI¼w\1cáæ\19 j"!\80°÷=\ 3D½ï      ì}Ï\0Qï{\ 6ð\8c4\97\9c_}¢¨,d|¥\ eûDÑÁ\1eö\89b\0ì}\9b}AoÁDa\f°'h\1eí\1eì\88Úâ\8cA~EMß\ 40Eia\ 6\88ÒÂ\ 40c¡<L       !ÏQZ\98\ 1\10k\9f£´<Òµ\8d+-9!·«£´d\11»1 ´\9cq¾>RZrÁ\82¥\99JK\16Ün@iÉ\82Ü\r(-yż8ìAÜ\10ÍÏQZ°4\9e\9a3Î!¢à!,½»\r²ò8bZÚ\11>Ë»\9a\87Â\14Q2äS¥yª2\80xDa¾ëê¯6\ 2\80\9eq8cp:\9aÆ®6\ 6\88^m\ 4 \ fÕ\81«\8d\ 1¢W\e\ 1@!\1d¼\1e,H¤x\ f !Ö\1ao\10Å;\90\80\9c\97\13\12ÚÃ\eD(¶\90·\94å³m\95b¯N\96T\966ʾ\ eçÓ¡CqG\98\1cÏèø\1aà\924«UyaáÊÌ\9b¥@iy\9d»M:YZw\9b\a ö³õ\14Å\eÄ9ê®K\0K4|!\ 3\v¯åW­÷T\16KO©?\8c\87;ÙÞ÷\9b¥þÀ\12\96û«þ°½/W\1aÞ³5\15ëoÕ\ 4¼Ïªº ´À,\9c)^,aã(Ñl\8e\9cËV\ 4ºúÎ^§\0ìX<\12\13`MÑ\80&ëòÎ\15·î^®¸kÜ/ë1\97Ũ+ue\12/ë1\97\1f-º:l=^·O­Çu\1c\1f1zfã^Ú®\9d¤"\b"k\1dHõF\0CÖ_\1dA~\84\19\1eHßú{Màeýå²\98<¥n\Mýý\¿b\86ò\ ehg\1a\ 1$$4¯&n3\0¯k2
+\ 3l\80\8câõ\0rïóÆ G\9dJj\96íY*¿\ 3±i¨\a%\9a\ 1\83\ 1D`\97\ 1\e<\ 1@¯i4[\11\ 3\88Ç®\ 3      mh\107ÁI\ eHËÔ\83\r±\92x\9bi\8fføb\0D{v\96²\8c\f3bb`\0ä5\8eF\82\1c³ð61L\18  b\8eÁ2E\13î\11À\1cM¸Ç\0ÑÀÿ\ 4° V\12m\16jZ_y*\8f\189\b\0JÀ©Í\ 2\ 3`)@ûY \80\1cõ!`\80h´q\ 2(\98¸Þ_,\f\80\,Þ\18\9eÞ'¬Xº<\aÀS~½¥L\0Ò\9be@ïc\80û Úz_\7f*\13\80ôØ\1c8\95\19 \1a\ 2\14[\f\10õÞ'\80      ñÞwVâ2a±ªì1\98\911pN¤\ 5
+´­}¾ñ\99\18\130\b@\90a#\ 2ƾ×\b\82ÑtsÔ\83\8c¥\9bë\972\ 3`\ e\0ý±N\0\ 5±]kK\99\ 1°S¹_H\ 4°zúÂ¥ç\¾\9a\\16:\8eR\87}5ùz\8eúj\12@ØW\93\0¾\9aÇy~ùjnQ¿(êBØW\93\0¾\9a\f\10õÕ¤Að}5¯õsù\0pY¬\1d¥\ eû\0Ô\8f\88û\00@ÔPÂ\0QC      \ 1\84}\0\18 j(!j0ì\ 3À\0bG\8f«~Ò\89 0\88§\13AÌPÂ\0B\ 1\1f\10¸   `ö\14ðÊéî\8dLjv\8dÊèöuØÎA]\10IQ\ 2ª[      çJg\80\ fU·Gª*SÎ\99¬£ý|±»om?\9bÖ_\ea~    \84\818\ 4\8c\90î·Ãâç3ÕûP\90>xS¹L\ 2Á\1cÉbí\88ÓZrGð3ܨ\bI\8e¤±+ë+xu9$Ù\87\81¬ï\84\90£þ\8a\f\10õW$\0\11\0mD\95g\0Ï_ñ:M.³\15\97ÅI¢Ô\1fV\8b\99\fO73Õ\89\95ûúÓlu,î«í»pýÎÉ\82ÝLV\ES«\9c\1cVo²\9a\8c¹;îï§Í\8b\0dè¹é±\82Ï.WkÏU\12ÝUêÝ\97WKÏUzüuWGí<Ë4\8fØy\9cñ{Øy¬\ 1T,n\8cðp}Ç\r=\rA0 ßDð¿?óc\84m\ e>óã\91Ü\84\91¥3ô\1cóWÍ<WIÌ\9cRG\8d\ 5a#\ f\ 3D\8d<\r häi\0A#\ f\ 3D\8d<\r hä9É\9b\8f\8c\ 3(\8e¤bäa\0¡²\r¤9o\0+\0à­Äí\ 5¬Då.j\0\88\9f©7\8d\eò®K!4\19@\18\9c"ö'ì\b\91å\0,\90º¤HÉ\r\0ÉÇêõ`ÂÜD;ɬ\ 1\ 4UF\ 6\80"¦¹\0H\96\1fg\1d,3Blk'RíúÃÈ\83\e8\18 !\81ï´C\95\0ò\v8TµAd\80 ¾Ö\00}Í\ 6\18ôç\ 1\ 1¬\ 3¶:u\10W䥩¶\17\18 hvf\80\eã^ß\f \18 \91ÍÄ\0X´1s\1a\97\97\17      ÓáæOcïy¹J»µ\9dEÓü\ 4ib\199\95\19\0\9c\95ø°Ñ\f\bY\ 40cÆ\7fs%J#\8fE£yc\0¦DéÇ`igbl\f\b \1a\8c¢\ 1\ 4\83Q0\80\e\8c\ 2\ 2\bf\81`\80\82E\ëw#\ 3¬ÁCuA\ eÕSË©&\9e«$ô\e¥îñ\90\9a¤½\80)umá \ 5_p4\0,_ZGÚ0\80¸Yíw4¦¤½@\ 1\9a½1\90«h\Ò~\84½Çí­<\8dPfWï\13Fb\ 4©\0#¹ÖÕO\90ÙÊ\ 6\84\ 3êÁ\8e\99\8c;\7f¬³\ao\7f,\19\fÄ\Hf\ fÒ\v\8bÇj®\83\14u\9fh\0X\86^s\1a\1fIipSe\ 3@¼â¼\1eÌAÿÌ\ 6 \8e´qÕý\f\ 6ò\91ê\9e \12É\ 3\80R@:Û9A1$¼\95\98\91G,ÞJ\941$\ 2+1\aóh2\0\94CÒÑý\93\9f\17\98_%q\15+õÑ«\19{Þé-\ 2\ 6Îô´c\ 1ëÍ«9Éü\8f¦®b\9e¨\19:Q\9d\1eäW\ 2zà¬ã\f9¤9tl\9e\90ø\ f^\ fÄs°\0\1dûxµ?NÇÊL&v\ e\r{\16f$;\937\ 6\v6\ 6æ^ÎKÐÚÝ\f\X8\17s7fHPöÆ a\8fîíYHH\1a\10çDÍ"6sÀ8\92sTo'\80h\82©\ 6\90?»U²\9b`êmZÝÉ>Å~"dVíë£\97\82ô\e±/\ 5s\0
+\94÷ÐYÇò}lÀ¬ðHB2¾\bÊôá"x\84\8a\1f_\ 4\16\ 1Ò\ 3(Ò»#£Ê\14 \ 1\19µ@i\v½O\80¢\8c9ÇQÉ\19¸\14¼\95X\82o\ 6\1a\0\92þB\89ÄÂ\0«`\ 1Çïö²}hj-ÑG\a\rà¾\90lNÞ\9eÆ=\98\\8a\0V(÷\843\8d\8f\ 4\1eãwû:!6ûº\ eÖ÷lV\80\9f§òÍï!ùQ\854BúLÀ\11{qÝ\10Ü7Ûç}T=\8f®\92¸\89\94ºí;Ôü\8c\ e©Lø\1d]õ§ßÑ!¶_mß\85ú;Ç\9fÞ\82ÜsÕð;êÝ\86(u\8a$\v\ 6d\1aν\12äþ8cÆý\10\e°\a\ 5 ½&\9b§ô^z2L¡!\9a+\ fÌé÷e\94Âià"!\80`v;j¿\a\93ÛqûèñSÛO/$Û¦\v\80\ 4!ÖÎ/\ 2\98<\8bÞ¹kªëÛU\12;F©w\9b¯º¾]¥Ç_wuØõ-å\11׷꼪Màéúv?<\aè2BX\91\fÊ.À\800$¨c\ 2xÄHð]çt\ 4)\93\9aú¡=\13ßÄH8濺Î]%1óJ\1dui§/\90\ 6I[\9eë%J\ 2\80^â:G\89|\89;ðP\87\ 1 ÒÒYHsF\1ePj\84\17\ 1\14ìuE/Ë0@Ô,L\0Ðc%o\1a¡|\15Þ ®È jb9\ 1lQ±\9c\0vÄ=À\9b\85=*\963\0â2åÜJ\v\98\ 6\98\82éw\1a@0ÿN\ 3Àü\ fÍÍ´ÌÁ\f<\r \18м\ 1 \ 1͵A¼¥\1c\89±\86C)G4éDM9ò\8d¿\91Þ\ 3!!¾r\7f/U\17\87«$î!¥\8e¾aå9\88¾ae\80è\eV\ 6\88¾a=¯öÏò\8dp\17¢oX\19 ú\86µ\ 1\ 4ß°ò ¬[0ß\bwaCÈ_\8du#\0)bùÊ\8a¦­- }k\1eª        
+oè(\e\ f\17\83\ 17R\ 6@<¢\9d\95\94 úÖYËI¸\ f\ 6Ör\9a\91\1exc0c\83h^m        Ê!í}Â\82H(ÞBZ\10\1fÌ×5\v×\97È¥\9c\96û\99´\8e+Þ)aæi\a\0q¡t\ eö\94\91x)\9am\97\ 1¢Om\b@æX\f¬Ä\82ÜÎÞJ\84\ϼO\0õ\ 5{\1aWÄ{N\9bF5¡Ø\88W8'\14C¼Â\1d\11gI\88}[»\998#ÙÀËU1\8d5jí"\16Ò@ÔZîAx\1d0@0r\ f\ 3¬Q\11\85\ 1\82\18`C\ë½AÜ¢þ{zB³\81ÍĠͦ\ f7Ó~?T\aâC\10@zE\ fU\ 6@\ eUg;§Iì\85\ 1N\9f\ 1<JøTSªã×U\12
+\8aR\87müt³\86\1d¿èDÝ\90gsÞ­²cñà\1c\0$\1a\9bw«ì\88#«#$Jϱ\80\90\98!WZg\fò\14}oÅ\0\b\89ä}Â\84y\ 3\9b\vI:~\ 5\84Ä,Âk\ 4\84Ä\fñ\1f\1e@ÂâÁ\9b\99®å#!1CO\a½iÌ\18\ei¯Ä\8cÅF´WbF\98\13Ê\87êJ.Ø\eT{\1aW$\8f\97g(Þ\82\11k\e@Ô>¢'Ñ\1a\17\12\13ôÄÂ\91o\1e÷¸|óp\b\1e\17\12Ó\1e5ñp\12\a\8e\90\98\17_\9cDëÃAÄ\1c\82\1dù&OÈë\0\93\ 1´\ 2Bb\9e\83\91Ø\18`ÁRÖ\98Bâé\10ü\91\90è_,o_\97\9d¬­Íñ³ú¹ôõQkk8Q
+;\9eD\13¥ÐÝ\1eN\94Â=\88&Ji\0ÁD)\f\10M\94Ò\0\82\89R\18 \9a\ 1x*ç¹øª××U\12ËN©?\9cG6Nt\92)ËÊåé\95WéùuÕ\9f\9e_\85Z\17Ñv\7f´Ýµ¶\87°xµ}\17j?\8f?ÝK_\85£UÕ¼uX´*íüª\0\ 5{\96Ò\9f\1e\v\1dßïþÚ~Eâ\94i\16rj\1f5\90×ö\90ÛªÓ\7fáµjõ_[õÔ\1e¡Ïµ\8d\83\81izgËÚ~:#¬\85òÛ4\ 4/R\1c°\ 4§ Y\83^\ f&$>\90\v\80¼¾wfa\9a½i87~u|»JbÓ+õîü¨\8eoWéñ×]\1dv|+û\87¹}øó\ 5åº\ e\18¦ `E¨6o\ 6G^}\8b\80o\ 4°MHÀ7Íï\8d\11Â~o4\11ßø½\1dÓ_ýÞ®\92\98\8eÆ5¦/x\ 4â\18pA&\80\84¹/\9a§é#d\9cï|¨ö`ä-\87<\8f·\1a°-*\vR\ fJT)b\0D)Ò4K\ 6@4Kg7Îk\94(b\0á\8bîG\97\96{i{\a0xø½\r0\fÔ\ 3ðÁ¯=\ 6\92÷\r\8cÁ\8e\8c\81æ¢QZ\ 6\8a\e\80ùúß\1c\83å\15}wN\0òÁï\8072\ 3`N¤æy Óú<Å«ó\18¬\ eWWI\1c\80J\1dv¸¢\9f\ f;\\11@Øá\8a\0Â\ e\9dòYÒ\0îBØá\8a\0Â\ eW\f\10u¸¢Að\93\ 6 \13¹Ey"\ 6@LûÎy²ìQ\9e\88\ 1\9b\1d\19ë\11\14æÉ\13\1d\1a\13¯\92Ø|J}T:        g]h\0Á¬\v\r Êõ\11@4ëB\ 3\88\86Ð$¾ \9a\ 1\ 4³.0@4ëB\ 3\bf]h\0Ñ\97r\ 4àg]8i\9e\9dÄôF\90V\8a§¯Ã\84)ý|4ãBã|¢\11<\19 \1a\83\82\ 1\ 6h\ fµ\aSôÑ7\ 1ÌÑGß\f\10¥­       `Á\1c`Í[­,ÐÕî\88ÙE¼S²Äìʾ=\aáL\91P\92¸X\93\7f·«Ã\98\11æÛ\e\85¼»     \81\8e=Xyã«$v\9fR·¹ÛÆó\1e\ 2\8dà}¯ú\93÷=ͬµu-ÖßZ_\82û¥ªz\ ehÔ]å:rø¡5\ 1Dsc\13@\89æÆ^\ e\róÌ\8d]üÜØïa«Ì\19\95Å )ue\ e*{FåG\8b®\ eóg\87L3ôpÔ\1cÇÇÃQk µ\ 3\95\10V\84uÐÎC\ 6À^\14ô\ 4\1a\ 3ìQ\ 2\8d\10d\ 4\88\81äÚ<\13"ïdO ½W@¥Ð¨,f_©\ebª9\13ñh¶\ 4\10\8e\0Ñh¶\ 4àF³½F®êÝT\16£¦ÔaÍ»v!®y\13@Xó&\80°æ}ª:\9fiÞÔ\85°æM\0\9b\ 1¢\9a7\rÂ7éúÞ맪\8dT\16kG©Ã\8a\88¸âÈ\0\91\ 1¢\8a#\ 1\84\15G\ 6\88*\8e$+\84\15G\ 6\88*\8e\ 4\10V\1c\19 ª82@Tq$\0_q¼¤Ä½]OMY¬2b_\87\95G\96ù¢Ê#É|aå\91\ 1¢Ê#\ 3Dmæ\ 4 \16Â\88³\f\ 1@\89H¼1\b?»c\0o\f®ÕSÕ\1e*\8b\95£Ô}å¥);Û#EÛ¦¥h{\aO¾ÚS±þÞ&Ó´Q\15v|©6ÒG¸$ãnÔâ-U\0?M\9b\13\80+³__}é.\\16߬Ô\95!¼t\17.?ZtuXwÙ\87ò½i¶ÿ:\f\8f|oó@Ü%B\10!ßGB\8d0\0­k\9a\a\ 1l\v¢y¸\b\9fÍü\9döL\bO\9eNw¹VÀ¥»pY̾R\87u\97ú\15\85\0º\v\ 3Du\17\ 2pu\97kä.Ý\85ËbÔ\94:¬»Ô.Äu\17\ 2\bë.\ 4\10Ö]\8eEø¡îB]\bë.\ 4\10Ö]\18 ª»Ð øºËµ~.Ý\85Ëbí(uXw©\1f\11×]\18 ª»0@Tw!\80°îÂ\0\85d\85°îÂ\0\85\0º\v\ 3Du\17\ 6\88ê.\ 4àê.UÈÛÛõÔt\95í\112\9aë\86îb\8f\10\9cQ,b!X£è\ 2 Fx\ f`B\0\9ci(î\8b^`\10Ë\84ìgÍ/\89\0f$©\88\95\19q3Ô|¾      @\88)#Nß\ 4\90¢\89\b\18\0KDЫ \ 4 \9eRÚf/{\10\vr18\17´\f\19\1d\90RÊúá\99VdbÙÀf\82Ü\f½Í´!\\86\v\10\8düB\0òH\e\88\ 4U\ 1Ö\17bÇv\16Ò
+\86Q2÷Â
+Ñ1\87Huî\85S j\1cñöcIWÐêÛ úï·îë Õã<Ìi\11\0Æi)·k\ 3ÀÜ\11ì\1e@\99(\95\ 3¥\ 1ܽ»,NK\99F\ 6\98\83iA\1a\0²\17\94\ 3\85\ 1\96`Ò±\ 6\10\f\0\82\18 a»Ñþ\84\14ÌTÍ\0"åù@fÚ\ 6\80)\9fö^(\13°\17¼Y\80âïx\83\b\1aÃí¥¼\ 6#i7\0$\92¶7\v[0zn\ 3\bR9\f \1e£DöÂ\1e\8c\9eÛ\0\10ïqg\16Vèe\9a"ê2\80\8c¿c\8aºýÕ¶ïõj\13Ôæ@\ fê\9døÈ\92\83?\ 2h\0;0\vÚ V\80\8eáÁo\e\0²\12\151\8f\ 1&\84\962\ 3 ù¦\14\ 1ì\80¬ìõ`ÆÒ¾Û\83èÚ{.\8dû²÷pYhÛJÝ·×°}'M25F­?í=s©­çæÙvþé®TQG7\8an\899ºiÃO\0È\85¢\9dD3=ÏÇ\r\14wëÀ\99\ 1ôígy?\87ìt¬æïCY\ 1´\1dDí1ò¨¿\8d¨=f_éÏ\90Ú^æª7\8e\10ÅØGí\1f\8f¹L]µ#Ä\19@øê\9aGP¿ýfÊ\8c\11\95(\18\0I\rä,\81I\ 6ñÂs\80\14\f\0\903L»\8a\b`ÆÞäÙc \98§È\18Ì^Äßóèª\ 6ÛùæZZ\8f-¥Þ\9d\80ÕX;ßÜJù¯»:jª=Cô~fªåÏÇLµÎF<Mµ·£x1Ö±×\a\91¦Çz*®XZ\e\80ü\bÜVË\b2öÓ\8cÛjy*äSªÎV;\17²ÔÎ7\9fÒ:õJÝ°
+ube\9a§·Xù\88¥ÿäâçB&Îùæ\8cY\7fN©£\ 6N\1aÀ°\81\93\ 1¢\ 6N\ 6\88\1a\19üÌÀÉ]\88\1a8\19 jàl\0A\ 3'\ fÂ7\ 6ι\90ys¾9bÖu£ÔQã&}@ظÙ\0\82ÆÍ\ 6\104n2@Ô¸Ù\0\82ÆM\96m£ÆÍ\ 6\104n2@Ô¸Ù\0\82ÆÍ\ 6\104n2\80\9c\v\99\9b\13&é3}\1duÊlúIð-\19+(Ñ\10\86òQ\b´¦"\ 5C 5\80`\b4\ 6\88\86@k\0Á\10h\f\10\r\81Ö\0<\ 2û\|UÇ\9fo\1e\9cuÙ)õ\87|º²\86ÿ.6\8d~.RÿêO\r\7fÙjëw¡þÖ\\84\86OUÔ\9bóÌÝP5üûÀ\rèW\15 \9a@\97Û\aãÊr{\84¶×$ºe©D!À\13*Þ¬ôû+\94=T\93F*À\86\b\ 4@*¾3\ 1\1f\9f\80\1d±^­\97H¯}ÿ.\ 3\8d\ fpL\15`\82±j\97\18\ 3 \1a¾×\83h:\9a\ 6\10t  `\80\19     ã¥Éõ\f°:rýyòT\ 5ý*\89SG©w\aXUЯÒ㯻:¬ \1fÚØ\87
+:}¾TÐ_Æ\0:\a)¨ kÚ1!È<º#ú5#ÈÃ\b\ f\84Æ#)\92Gôúõ1\7fU¿¾Jbæ\94\aM_\10ö\83f\80¨\1ft\ 3\búA3\80ï\a}\8c\b®\92\18\ eS\ 4õçã\14\ 1\ 1\84)\ 2\ 2\bS\ 4Çä\7fH\11P\17Â\14\ 1\ 1\84)\ 2\ 6\88R\ 44\bßP\ 4Çê©\14ÁU\12ëF©Ã\14\808EÀ\0Q\8a\80\ 1¢\14\ 1\ 1\84)\ 2\ 6\88R\ 4$]\87)\ 2\ 6\88R\ 4\ 4\10¦\b\18 J\110@\94\0\9f"8\95¢\9d®¤F T\85¨¯\e6ÐÞ\11\80~\1et\ 4°û¿#.)\9aù\86U¬¨?\a\ 3 þ\1c\9e\92%WÑøµü\88\1a4®å\14\19(x\80\0\11(ØÞ\8aö Î;0\88Þ4.     \9aÆ\9e¬b\80û\818BV±®\8dÙBÍÓ¤ä¨s\14\ 3 îÛ\8eº]\1eÉ
+\8d.8¢þéäv\9f\ 6EÕ©\ÏU\12ç\87R·¹\9aÆë,2Ô}­?y\9eôb\9eè]¼ýýþh¯\85»Oe®­K{æ{þé®T\8dS°_:é\8a\17$=A\9eñ\82<\9eå\10'O\9eE¤¹´x\16\8d&Hôt<J\13T\80°DGí=\81î\1còª \97Û\ 3ã:ÜJ½\9b¹ª \97Ûãbþë®\ e+Èy(P\92¶kR\v\94tWN\a\14dB\90\91Æmª±Wo\19AìÜÙ\ fN¬"<\14d3\9d»=\92~ £sþª\82\n\ f\83ëÌ)uXAN\1f\ 69b\80°\82Ì\0Q\ 5\99\0|\ 5¹Ì¤ \97Û£à:bJ\1dV\90Ó\87\ 1\8e\18 ¬ \13\0¤ ¿\9cO8\93qµí\9c\8cÃÐ\e\ 4HAö\ 6aÅÒ\97Ø\83 \88óo\ 6á\9e\17ðLÙüNW»"É£½1\90\91\85\aH\ 2\ 2\10\81\ 3\ 2W\8a\f\fl\89\94ÎB8\ 3\ 3C\váeu!  Oí\81\17}\f\0qßÎ\89öÈ\94:`¿d\80»`nÛ/{\13l]IIø\b\ f$Kå\1e,\88n¡©\ 6\fP\82ª\ 1\ 1$!Ý\98   $Ìý\9c \14\95^\ f\ 3o!e,«^ÏT0\0òªÑë\ 1\98IÝ^Ê%ª&3@TMf\0DMÖh?\ 2X\91dðÚ\81R]½\1f×+þ4\94\ 1\12ò\ 4H\eD\ 6À\9cÎ{§ñcþO§ñE\b(ßx\8d«=\10©Lì7ÆýB"\80\12}\12È\0\98¦ßog\ 6@ÒÑk\v\89\0Ö`J\e\ 6\10\86q\8b7Ôîw\ 6ð\8cª§tY       ôr\v\18RåJ¥\ e\13è´\93Â\ 4:\ 3D      t\ 6\88\12è\ 4\10\19 J §\ f\83\1f6\80(\81N\0a\ 2\9d\ 1¢\ 4:\ 3D        t\ 2ð     ô2\13\81^nÁB\88)êë°\8f\1dý|ØÇ\8e¨\9f°\8f]\15ðâ>vL>E}ì\18 êcG\0a\1f;\ 6\88úØ\11@ØÇ\8e\ 1\\1f»2\13ïZn¯æê²Sê6÷ÙxÒ"#&Öú\937ÝÚ\v¼í\1e\14çîÜ)U\r\1f»\9e³®\94ãÃÇnà\14¬\0R.\1dP/¨=f?êw0µ\17Kg@´¯íWDEÔ¸_j/%Â\81\ 2lHJ1\8d¬ öB\18z®Üí\16p\92ÊbÉ(ue\ 5V\ 6\98Ê\8f\16]\1dæ\80ס\80\93Ë\8fÒ\9dAu\14\1eÁò\93\9föB\eÇG°ü\81\10\a\f\800&\1a\ 3L\0q'+F\90ñú\a8d\9a  ?Ûäµ\ 2*\8bLe1ûJ\1dæ\91ëWÄyd\ 2\bóÈ\f\10å\91    Àç\91·[ÀI*\8bQSê0\97\80qÉÎ(.  Qø\9d\r±$ÄwU£\10      /\b\85¨IWÇf~\13±\ 5\91®\9c\89\VDÈwî·\ 5J¡á\p\8b\8c\1a2@\9f\11\0xÃØ=Ø\90\1ex+Ièj#ô\19\ 3 z\8aÛ\83\98
+\90^\b}ÆÄM¿\12\93\88¨ULß\80\97µ\9bÒ\84°áÎRNÒ\ f{\80¼b\0ä­·F^\1dcp\92WI¼´\1e!¯¨\a\v\96\17Ê\9eÆ\ 5     Kæ\r\82\82\99\9b)%DãÔt\1d\ 2È\e ë8Çòy¥ÄÈ+\ 6@R        kæ1Ú\vk
+\9aǶiànÓÎD\ 2\bÛI   l'e\80°\9d\94\10ÂvR\ 2\bÛI\19\0±\93j\97#\ 1È\80V¦M¡w\80d\0aW1c1õ7\v\ 1@    T½OØ\91û];×\19`\ f\9eë\15 ½\10\1fNí\'\0ÐLÚ\1fI\f\80D\8bÔ\ eE\ 6\10\v\ f\1fË\bPøXíT$\80\ 5   §ãM\83´\93âQ?\19 ½>\ 5@\f+Þ &äjñ\02fW0wÓihE\ e\ 4{\f >Êû\84â\19\19/m­Úf¨,45¥\ e[gè~\r[g\18 j\9da\80¨u\86\0ÂÖ\19\ 6\88Zg\88Ø\f[g\18 j\9d!\80°u\86\ 1¢Ö\19\ 6\88Zg\bÀ·Îl·ðîT\96|t_\87-4Ô\85°\85\86     ê¨\85¦J«q\v\rõ l¡a\80¨\85\86\0Â\16\1a\ 6\88Zh\98æ\8fZh\18ÀµÐl·X\87T\16KO©û\96\96f\99Ù\1e±\ e75ÖáIQÔöµX\7fo\93ñ\ e·Ñx\87Õ\93\ f\8bw¨­ãCÄ=×±\88w8B\85Õ\ e@n\e\rº\94úÓ¬¶_\11µU;N©=â\82¥\9dçÔ\1e»\13û\15\ÛK\1an\80Õ¦öH\18j§ÿ"\18\82u\9f9ó·#¾O\9a©±¶\9f$\85\1a\9d\19\94Á\10\ 2S8M\98\8d§gñê\1ez\ 4Cx\0\\e¿ZÛ¨,¶½RWN\91jm£ò£EW\87­m\87Pö¡µ\8dÆ1nm#\84°µ\8d\ 1¢Ö6\ 2\88\18\ 1²¶iD\18-§ý\ 5\11aýÓ\17ê\82Ü\94Ë\80u "ÌbWÚbn/ 1À
+\bhÎ7ÌBN\1e       þÈ\0û\8739Kj|$8EÝS³\10\90z»é{/W»)\95Å>Vê°Ý\94¾"l7%\80°Ý\94\ 1¢vS\ 2ðí¦ï\91«vS*\8bQSê°ÂQ»°,\88G\89Æa\10@\8a>\89f\0Änê\ 1dAj\ eØ\18\18\0!\82ê<jÛa9½\99no2ÍG}æRZdxì\ 1v\9b\0VÄìéH\e\94Uw\ý&\80\r\8bÐmO\ 3\18ÿÊ\ 6Ø\11\8fyg?.P&"Mó¬\0ç+ ïUW§\aÒnj\89\9dÎBJ/$L¿³\90Ò´:\vé:\87*#Heq\ 6)u\98\11¤.\84\19A\ 6\882\82\f\10e\ 4   Ì\b2@\94\11$\ 5\b2@\94\11$\800#È\0QF\90\ 1¢\8c \ 1ø\8càÅ|ìMÌi\fàö\88\8bº\rÇE¥.\84\19A""Â\8c`\15Ûã\8c õ Ì\b2@\94\11$\800#È\0QF\90\0Â\8c \ 3¸\8cà{ùUF\90Êbé)u\9fÑk\fà\9e%#xÕ\1f\9cÞ\19©ïÝú*Ôß:þôÎ\ 6RÕðî{=ç/×Ä;\92\r\1cxX\9a\8fûô½\86'`    {í1ǺNJ¦\ fX\91\9chÊIÆí\83¹õ¨ý\86\9d\ 1æïo\bý ¬^j\1f\rMÊíePHÜq\81\0¦WÐ1\91\ 1¦Wì\1cn\0\88h§\\87\r\0KõÙqê\f0g\84T÷¾aAb\f+2A\ 3\14·\aÈAì\ 1H\976\Æo\0Þ\93Òóô»(ÑZ\12'\9f\ eÑ\8b\ e­¥Ç_wu\94\fÍÇ\1d>@\86z«P\92¡¶\8aÒ1`\rA\b×\ 3,\1e\ 5\12MíÍ,ÎÃ\ 1\16¯\ 1\b©ÌP³<\0¡«\ eÐ\80\ 40¿¢\84nC\88>\9f Õ4¿Ü\18µç\1a¾HÀZ\12«W©£\14 \7fA\94\ 2d\80(\ 5Ø\0\82\14 \ 3¸\14à9n\17\ 1XKbÄ\94:\1aL\8c~^º\96Ú\a\14É\0â8µ\9c"\1dÉjIHÈ\ fç@Zò\8c_\8bê'd$\1a ³\8a\16\9e³\8e\97\82(H^\ fJ0ðz\ 3@âR*Îîç4¾#5\88\96³»³\93\16q$\ f<ài\0Ø,t*\1a\ 3ìA\15­\ 1`ñsÌ{mÙ\91$\83ν\96^\82
+·<K\9d\ 3!ÉL¥¸W%\ 3LA§È\ 6°\ 1ÛQñ\92f\0¡ì\ fä\8bm\0H¾XçL;3Z|¤n&!å\ 6ôÍ\87sìø\81\90 «\8c·\902òþÆëA\ e\86Êe\07\ 6Ðy¡^<v-\89«T©£,6ÿ|\94Ån\0A\16»\ 1\ 4Yl\ 6\88²Ø\r Èb3ñ\13\e@\90Åf\80(\8bÝ\0\82,v\ 3\b²Ø\fà²Øo¾n')½1Ö\95«ëë(\83Í?\1fe°      Ì`3{\17e°¹\aQ\ 6»\ 1\ 4\19l\ 6\88\r È`3@\94Án\0\9ext.¾\8b¿®%±ì\94ú\83\88½¾\8aÌV\1fh\82½®õ'{}\86\14¯íkñú½SÕ½E\1e᪺  4\ 2sÒ²{Ù\ 4f?\7fÇùs\86}>.3'ìóÕéJ<QYtY©+#PÉ'*?Ztu\98~\9a\86Ò\ 3\8bi\1c\1fô\93\95ÜÇ\99\89Gôão¸d¡ë\10\82¼ÙG¨\17F\901\9cÍ×ÉöHú\91\19¬ä\v\95Åì)u\98~\99>L\11Ä\0\85\ 1¢ô\v\ 1øôË{ä*\ 1Ce1jJ\1d\8d\A]\b¿îe\80èë^\ 6\88¦   :\17ãgi\82¸\v%ªý3\0\16\97²\b \9a&\88\aÁO\13\84\86¥\8e³¿aÃX\9c^T#\80}\ e\8aj\15 ½0\ 3\91¹\16Ó\vyd­Éz\87\98}E\9e@\1e~hò:õ`B\94\1eM÷f\80\15н\9dµ|¦8\8fñ\89\f\10||Ñ\0°Ø\17æJLË\vZ\89=\9fxLã;x\86\10\16GøDê\ 1t5xc Ã(\ fð\89\f\80¸#zÓ\b¥hq\ e\94\90\aæy\90\8aØ\v#|"#ìÀ\81à\8d"\14\ 6\8esÑL\1c\ 3|"\ 1¤(\9fÈ\0H\ f´3íØ\86o\eI\8eò\89\f\10å\13é\13ÀÀ\85ý\81À\0Q>\91\0Ö(\9fÈ\0Q>\91\06\97O|Ë\87\95Q¤²\90\r\95:Ì)Òf\bs\8a\f\809¡ØgÒ\86\85\14²oGI      \ elGÒ¤\85\8fµ\1d\ 4Å\1cÄ,\12-\ 4\ 61OHè
+ç\ÎSÐY¿\ 1 ®@^\ ffäA\9a7\ 6³ðH\v\8cÁ"îç\ 1b\96\ 1<Gud\10\85ö9BÌ2\80¸\1dÇ¥å\9c\1c³+bT&ko$\0³¹Äcõu\98Ý¥.\84ÙÝ\89R"FÙÝ*ñÇÙ]êA\98Ýe\80(»K\0av\97\ 1¢ì.\ 1\84Ù]\ 6pÙÝy'v÷*\89e§Ô%7yj\13\95\9d}\17\e\9b;Ë||µ~ãgÿ˯\7fú實¯éë×ÿöÓ!\0\1cÝþ:éÁZøõ\1f\7f\9a\ eí}?>&¯Çßüöëïþû\7f~ýá÷¿ùÝ\7füõwÿðõOÿø«¯?ýå?\7fû\7f\7fó»ß~ýÏÿ÷õOÿòóïÿð\87¯\7fý»ßüëß\7fýêÇ׿üþwÿëw\7fùùë\17_ÿþóÏ\7fú\87_þòo\7fûÛ\8f\9fÿý÷\7fýñ\1f¿ûù\97ÿ:­åßþò?þãÿüòO\7f=Ûýø÷\9fÿø\87¿ÿúõÿþé¿þú\18\9bÿ\ f\85\92
+endstream
+endobj
+544 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1117 0 R
+/Name /Im505
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\aÉ\1f\90ág\90áa\90\91`\90Q`\90q`\90yÀ û\80\80\82\82AF\86AF\8e\ 1¤\86¿áÿü\a\0FY\vH
+endstream
+endobj
+545 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1118 0 R
+/Name /Im506
+/Width 7
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷ï\0!ðï\1f\0\1c¹
+endstream
+endobj
+546 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1119 0 R
+/Name /Im507
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ʱ\r\80 \18\ 5á\87ZX\90\1f\a â\ 4Ö\94v®ã\ 6\92¸\18£°        ^AñUw½¥j
+2y¬Øpà\92¹"\9b$[à\11qâÆW\14fº«¼mx\90\87\88\1dI½½õ\a\92ë\ e%
+endstream
+endobj
+547 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1120 0 R
+/Name /Im508
+/Width 32
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀð\9f\9f\81á\ 3\bs70\16\80\ 1&8æxÀ\ 2ÁÈÐB\0\81e\14 \98Ï\ 1\81Ù\e \98\99¡@\ 6\88ÿ7³ÿ\a\0¸&\1a¸
+endstream
+endobj
+548 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1121 0 R
+/Name /Im509
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs`¨ÿ_ÿ¯þ\9f\ 3K\ 3G\83@\83\0\83\ 2\83\ 3\10606020\ 3!;\ 3\e\10òÁ!\v\ 3\0Rn\bª
+endstream
+endobj
+549 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1122 0 R
+/Name /Im510
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3\90°ÿ`ÿÀ¾A\81\ 1\ 6õ\ f\18$(\180X0H0È0È8È<\0Â\ 6     \a\v\a\ 3\83\aü\r\0\15G\vÀ
+endstream
+endobj
+550 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1123 0 R
+/Name /Im511
+/Width 7
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷\8f\8d\10ø÷\ f\0Z?\ 4¿
+endstream
+endobj
+551 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1124 0 R
+/Name /Im512
+/Width 9
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cch`d`b`aàaà`\90`0\0Ã\ 4(|\80\ 5Âä *%\80ºx\80º\99\18\18\19\18\1a\0,\14\ eG
+endstream
+endobj
+552 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1125 0 R
+/Name /Im513
+/Width 9
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`\10`\90`à`àa`\ 3Cf\18\ 2¡r\10\95<@]\12
+@S\1a\18\0"\99\a\93
+endstream
+endobj
+553 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1126 0 R
+/Name /Im514
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ÀÀÀ¬ÀÀÀ&ÀÀÀ\87\8e\81â|\ e\10ÌÞPßÀΠÇÀÎÀ\ 1d\v0p\ 3±à\ 1\ 5\ 6Ã\a
+\f      \ f\1c\18\12
+\1a\18\1eT\0±-\ 3Ã\ 39\86\86\a|\f\r\ 5ò\8c\f\16\89\87\19ø\ej\18\0¬ï\12ó
+endstream
+endobj
+554 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1127 0 R
+/Name /Im515
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇP\7f\80\9f\81\8f\81\9f\81\85\81»\81\85\81ó\0\ 4s<\0â\ 2\0b\19\ 3bv fn\81`Æ#\f\1c\fO ¸\ 4\88m X\ 6\88y\80$\ fÃ\7f ¹\0\1d?\ræ
+endstream
+endobj
+555 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1128 0 R
+/Name /Im516
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\8fá\ 1\1fC\ 1\1f\83\ 5\1f\83\r\0\893>àÿ\7f\80\8fá\ 3\98\v\14\94ác\90CB20\95\1fþÿ?\0\0\96\15\10Â
+endstream
+endobj
+556 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1129 0 R
+/Name /Im517
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\8fñ\ 1\1fC\ 1\1fC\ 5\1f\83\ 5\1f\83\r\12²\0\v\16\0\15ð\ 3\9510àGÿ\1f0\0\0\f 
+endstream
+endobj
+557 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1130 0 R
+/Name /Im518
+/Width 16
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?$a¦À\97Àv\80í\0\13\b>`(`¨c°\7f ÿ\83ù\ f\90ÁÇÀÎÀÜ\0\86@Y¶\a,7$Ú\1f\0\0¡j\10¥
+endstream
+endobj
+558 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1131 0 R
+/Name /Im519
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\81\8fá\ 1\10\17\0±\ 5\10Ë\01\f²Ãp\ 3\ 1\f\ fÕ'\ 3Å\15`³ÿ\ 3í\0\0â\82\ e\ e
+endstream
+endobj
+559 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1132 0 R
+/Name /Im520
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÎÂÃ&ÁgÀgÀPÀ\90Àð\80áñ\83'\12/x>ð=`{À\ e\82    @XÀfÀ'ÁÃcÁþ\0\0Z4\ ex
+endstream
+endobj
+560 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1133 0 R
+/Name /Im521
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f c` QÀ\93À÷\80\r\bÙA0\81½\80ß@\B\9dý8\ 3;\ 3\e\ 3\1f\ 3O\ 1O\81D\82\81A\ 2\7f\ 3\0\vû
+endstream
+endobj
+561 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1134 0 R
+/Name /Im522
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f !aÀ£À\96\0\84\ 5l\15<v\12ò\ 6ì\a\98\1fðü0¨I\90Kà?\0ä\80`\ 2\93\ 2\8b\84\ 4û\ 3\0($\fÙ
+endstream
+endobj
+562 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1135 0 R
+/Name /Im523
+/Width 13
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`gø\ fÄÄÁú\1f\0<`\ 3\r
+endstream
+endobj
+563 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1136 0 R
+/Name /Im524
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f ca!cÀSÀ\97À\96Àö\80\1d\13\82Ä\vø\fx,dd,Ø\1f\0\0\ f1
+endstream
+endobj
+564 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1137 0 R
+/Name /Im525
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa``\80a9(Ö\abu(vn@àÆ\ 3`ÌØø\80\81\91\ 1\82\99ÿ\7f``b(\0c\16\ 6\v8æ`\90\ 1c\e \81ÿ\19þ\1f\0\0\85è\ f·
+endstream
+endobj
+565 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1138 0 R
+/Name /Im526
+/Width 14
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`aàa\90\0C\ 30L\0Ã\ 3 ÈØ\0\82Ì\f È\ 6\86<`\88]9\0I[    \83
+endstream
+endobj
+566 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1139 0 R
+/Name /Im527
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9f\81\81\8fñ\0\ 3\1fC\ 1\10W\0±\r\16\\ 1\91\aªã\a©gn\0òAz\1e\15 é\87c\a ^ \96iøÿ\80\9f\ 1\0\11f
+endstream
+endobj
+567 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1140 0 R
+/Name /Im528
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\ 6ÃÇ2Å\16ò\ fØ\eØ\eä\1f\14[<\96a\86\8a\ 3\0\ 6y
+endstream
+endobj
+568 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1141 0 R
+/Name /Im529
+/Width 14
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão\10HP0p°h°9 ó@ÆA\86Á\86Á\ 2\b\v\18\12\18\ e060201°°p°\b°\18pØÿ¨ÿñÿ\a\0\ e±\f}
+endstream
+endobj
+569 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1142 0 R
+/Name /Im530
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°gb<p\8c\99A\8f\8fAN\86\81O\86\81Í\82\81­\82\81©\0\8c>00 !\888P\81\ 5\ 3\8b\f\bqð1p03\180\1e8À`Ï\0\0$\ f\r\95
+endstream
+endobj
+570 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1143 0 R
+/Name /Im531
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ þ\0\1f\ 3\b²P\ 5³1p0°\ 313\83\0\ 3c\83\ 2\ 3Ã\83\ 3\f\fö\f\f\0®Ú\a/
+endstream
+endobj
+571 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1144 0 R
+/Name /Im532
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°gb`<p\8c\81\99A\8f\81\8fA\8eA\ 6HÊ0°1X\0q\ 5\ 3\13C\ 1\14\7f``ÀÄ\8cÿ\ f\14\0Õ\83p\ 5\10[\80õB0\b23\88\ 1ÍNc`°ob\0\0\ f§
+endstream
+endobj
+572 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1145 0 R
+/Name /Im533
+/Width 13
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\10+1Ïb\8eÄ\1c\869\f\16PX\0\85\ f\18\12\18\0\99\16\b8
+endstream
+endobj
+573 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1146 0 R
+/Name /Im534
+/Width 13
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|À'!ÃaÁQÀQ ðÿÁ\ 3\ 6(äH\10HP08 Ï\0\0«æ
+endstream
+endobj
+574 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1147 0 R
+/Name /Im535
+/Width 8
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93gggç\ 3\ 2\19 °\0\82\ 2 x\ 2\ 4/\f\0\b%
+endstream
+endobj
+575 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1148 0 R
+/Name /Im536
+/Width 14
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³\90ð\91ñ\93éã\99\ 3\842\1c\16 (P\0\82
+\ 6\ e\12\aø\19\0\ 6à
+endstream
+endobj
+576 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1149 0 R
+/Name /Im537
+/Width 15
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ç'!c!c S óÀ\ 2\ 2\ f\14\81`§D\139    \0¶r\f\7f
+endstream
+endobj
+577 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1150 0 R
+/Name /Im538
+/Width 17
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3¨a\88lc\98Ç\ eBsÀÈ\82\ f\86d\18
+d\1a@È¢¡À\92á\81$C\ 2\1f\ 3\0ý\1a
+\92
+endstream
+endobj
+578 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1151 0 R
+/Name /Im539
+/Width 10
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cccà\83B\19 ü\7f@\86Á\ 2
+\v ð!\18>bx\ 2\14\ 3\0£\94 \93
+endstream
+endobj
+579 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1152 0 R
+/Name /Im540
+/Width 25
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ͱ  À0\fDÑïJ\9d³\80p\91)\\98\807J\99Î\1eÍ\19Å\ex\84H!u\10\ fÄqB4\b÷@8\89dÔ¦\90l\8b\l\96
+\vé\7f¼ã]¿)\9aÐ]\895#u\11æ\80Ö;\8cÏ4öôu\18å\ 1Q\ f\1cz
+endstream
+endobj
+580 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1153 0 R
+/Name /Im541
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a\1f\83\ 5\1f\83\ 4\1f\ 3\a\1f\ 3\ f\1f\ 3\v\1412@\113\ 3ÿ\7f\10\89\10\8eþ?`\0\0g\8c\a¢
+endstream
+endobj
+581 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1154 0 R
+/Name /Im542
+/Width 15
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÇP@\ft(x\0\84\ e\ f\12\ fÈ3\0\0`\v\ f\ e
+endstream
+endobj
+582 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1155 0 R
+/Name /Im543
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90`\90`°`¨`øÁ°\83Ñ\82      \bY,8,$,\ 4,\14,\1c,\ eXüÿ\ f\94\85Cæÿ\0äF
+j
+endstream
+endobj
+583 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1156 0 R
+/Name /Im544
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa`` \ 1ÿÿÿ¿\ 1\84\ 3Â\0«Ù\b\e
+endstream
+endobj
+584 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1157 0 R
+/Name /Im545
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a\1f\83\ 5\1f\83\ 4\1f\ 3\a\1f\ 3\ f\1f\ 3\v\1412@\113\ 3ÿ\7f\10\89\10a`\82!6\98z F\9bÿÿÿ\0\0kJ     \19
+endstream
+endobj
+585 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1158 0 R
+/Name /Im546
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûß \7f@\86\81\9dA\86\81\8d\81\8f\81\ 5\8eÙ\19\98¹A\0\8e\19\ f(\80\ 3\a\ 4.h\80àJ ¶d\80`9$Ì\ 3Á\0\11\94\r\90
+endstream
+endobj
+586 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1159 0 R
+/Name /Im547
+/Width 16
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f a¡ \93 WÀ§ Ç Ç \ 3\84\16\f\ 5ì\ f\80¤\f\ 3\1f\ 3?\ 3ÿ\ 3 <ÀïÀ\97 #aÁþ\0\0Ù«     Á
+endstream
+endobj
+587 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1160 0 R
+/Name /Im548
+/Width 4
+/Height 16
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1
+\12\80l\0\ 5A
+endstream
+endobj
+588 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1161 0 R
+/Name /Im549
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨g``<x\80\81\9d¡\80\81\8fÁ\82A\ 6\bm\18ä\80,>\86
+\ 6~ (;Ã\a\ 6ö\ 6|\18¤\ e\84Az@zAf\80Ì\ 2\99      2\9b\ 1h\a\0T\f\14ñ
+endstream
+endobj
+589 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1162 0 R
+/Name /Im550
+/Width 9
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûß Ã@\1aüß\0\0\96Þ\ 5\9f
+endstream
+endobj
+590 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 593 0 R >> /XObject << /Im204 213 0 R /Im320 333 0 R /Im497 534 0 R /Im320 333 0 R /Im320 333 0 R /Im202 211 0 R /Im208 217 0 R /Im320 333 0 R /Im323 336 0 R /Im199 206 0 R /Im348 361 0 R /Im75 82 0 R /Im50 57 0 R /Im52 59 0 R /Im63 70 0 R /Im64 71 0 R /Im51 58 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im545 584 0 R /Im63 70 0 R /Im63 70 0 R /Im54 61 0 R /Im63 70 0 R /Im518 557 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im546 585 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im545 584 0 R /Im76 83 0 R /Im59 66 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im515 554 0 R /Im50 57 0 R /Im76 83 0 R /Im56 63 0 R /Im516 555 0 R /Im57 64 0 R /Im72 79 0 R /Im551 592 0 R /Im64 71 0 R /Im66 73 0 R /Im50 57 0 R /Im550 589 0 R /Im66 73 0 R /Im51 58 0 R /Im52 59 0 R /Im63 70 0 R /Im57 64 0 R /Im66 73 0 R /Im53 60 0 R /Im50 57 0 R /Im546 585 0 R /Im57 64 0 R /Im58 65 0 R /Im52 59 0 R /Im50 57 0 R /Im516 555 0 R /Im57 64 0 R /Im53 60 0 R /Im505 544 0 R /Im52 59 0 R /Im59 66 0 R /Im518 557 0 R /Im56 63 0 R /Im54 61 0 R /Im59 66 0 R /Im59 66 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im549 588 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im68 75 0 R /Im54 61 0 R /Im63 70 0 R /Im505 544 0 R /Im57 64 0 R /Im56 63 0 R /Im66 73 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im51 58 0 R /Im53 60 0 R /Im52 59 0 R /Im56 63 0 R /Im54 61 0 R /Im77 84 0 R /Im51 58 0 R /Im59 66 0 R /Im54 61 0 R /Im51 58 0 R /Im51 58 0 R /Im64 71 0 R /Im61 68 0 R /Im58 65 0 R /Im50 57 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im49 56 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im50 57 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im49 56 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im50 57 0 R /Im56 63 0 R /Im57 64 0 R /Im50 57 0 R /Im66 73 0 R /Im49 56 0 R /Im57 64 0 R /Im66 73 0 R /Im53 60 0 R /Im50 57 0 R /Im72 79 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im508 547 0 R /Im514 553 0 R /Im515 554 0 R /Im60 67 0 R /Im516 555 0 R /Im57 64 0 R /Im53 60 0 R /Im505 544 0 R /Im52 59 0 R /Im59 66 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im53 60 0 R /Im50 57 0 R /Im72 79 0 R /Im52 59 0 R /Im63 70 0 R /Im50 57 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im72 79 0 R /Im52 59 0 R /Im53 60 0 R /Im56 63 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im544 583 0 R /Im60 67 0 R /Im525 564 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im57 64 0 R /Im62 69 0 R /Im50 57 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im59 66 0 R /Im57 64 0 R /Im62 69 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im508 547 0 R /Im64 71 0 R /Im66 73 0 R /Im526 565 0 R /Im508 547 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im59 66 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im64 71 0 R /Im65 72 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im516 555 0 R /Im528 567 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im517 556 0 R /Im516 555 0 R /Im528 567 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im530 569 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im59 66 0 R /Im64 71 0 R /Im63 70 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im515 554 0 R /Im52 59 0 R /Im65 72 0 R /Im61 68 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im531 570 0 R /Im66 73 0 R /Im53 60 0 R /Im50 57 0 R /Im63 70 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im56 63 0 R /Im67 74 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im508 547 0 R /Im532 571 0 R /Im518 557 0 R /Im518 557 0 R /Im528 567 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im516 555 0 R /Im517 556 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im541 580 0 R /Im52 59 0 R /Im73 80 0 R /Im73 80 0 R /Im67 74 0 R /Im515 554 0 R /Im52 59 0 R /Im65 72 0 R /Im61 68 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im516 555 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im68 75 0 R /Im64 71 0 R /Im72 79 0 R /Im56 63 0 R /Im49 56 0 R /Im518 557 0 R /Im50 57 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im518 557 0 R /Im518 557 0 R /Im518 557 0 R /Im528 567 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im545 584 0 R /Im517 556 0 R /Im518 557 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im518 557 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im63 70 0 R /Im545 584 0 R /Im76 83 0 R /Im56 63 0 R /Im50 57 0 R /Im66 73 0 R /Im51 58 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im51 58 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im516 555 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im60 67 0 R /Im541 580 0 R /Im64 71 0 R /Im63 70 0 R /Im51 58 0 R /Im56 63 0 R /Im508 547 0 R /Im64 71 0 R /Im66 73 0 R /Im64 71 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im544 583 0 R /Im528 567 0 R /Im60 67 0 R /Im508 547 0 R /Im64 71 0 R /Im66 73 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im517 556 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im64 71 0 R /Im508 547 0 R /Im57 64 0 R /Im76 83 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im518 557 0 R /Im59 66 0 R /Im50 57 0 R /Im53 60 0 R /Im52 59 0 R /Im58 65 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im69 76 0 R /Im50 57 0 R /Im517 556 0 R /Im58 65 0 R /Im57 64 0 R /Im67 74 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im549 588 0 R /Im59 66 0 R /Im59 66 0 R /Im54 61 0 R /Im66 73 0 R /Im50 57 0 R /Im66 73 0 R /Im56 63 0 R /Im508 547 0 R /Im54 61 0 R /Im72 79 0 R /Im50 57 0 R /Im58 65 0 R /Im518 557 0 R /Im50 57 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im49 56 0 R /Im544 583 0 R /Im544 583 0 R /Im544 583 0 R /Im60 67 0 R /Im508 547 0 R /Im528 567 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im544 583 0 R /Im60 67 0 R /Im60 67 0 R /Im60 67 0 R /Im551 592 0 R /Im50 57 0 R /Im62 69 0 R /Im50 57 0 R /Im66 73 0 R /Im72 79 0 R /Im548 587 0 R /Im65 72 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im54 61 0 R /Im72 79 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im68 75 0 R /Im54 61 0 R /Im63 70 0 R /Im505 544 0 R /Im64 71 0 R /Im66 73 0 R /Im62 69 0 R /Im54 61 0 R /Im63 70 0 R /Im51 58 0 R /Im50 57 0 R /Im69 76 0 R /Im50 57 0 R /Im63 70 0 R /Im50 57 0 R /Im58 65 0 R /Im67 74 0 R /Im49 56 0 R /Im57 64 0 R /Im66 73 0 R /Im72 79 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im59 66 0 R /Im59 66 0 R /Im50 57 0 R /Im72 79 0 R /Im61 68 0 R /Im50 57 0 R /Im53 60 0 R /Im57 64 0 R /Im52 59 0 R /Im51 58 0 R /Im50 57 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im49 56 0 R /Im64 71 0 R /Im51 58 0 R /Im64 71 0 R /Im51 58 0 R /Im51 58 0 R /Im52 59 0 R /Im50 57 0 R /Im60 67 0 R /Im60 67 0 R /Im64 71 0 R /Im66 73 0 R /Im72 79 0 R /Im64 71 0 R /Im53 60 0 R /Im57 64 0 R /Im56 63 0 R /Im50 57 0 R /Im51 58 0 R /Im56 63 0 R /Im49 56 0 R /Im57 64 0 R /Im56 63 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im64 71 0 R /Im51 58 0 R /Im51 58 0 R /Im52 59 0 R /Im50 57 0 R /Im64 71 0 R /Im51 58 0 R /Im57 64 0 R /Im59 66 0 R /Im63 70 0 R /Im54 61 0 R /Im61 68 0 R /Im58 65 0 R /Im50 57 0 R /Im65 72 0 R /Im60 67 0 R /Im66 73 0 R /Im54 61 0 R /Im64 71 0 R /Im51 58 0 R /Im51 58 0 R /Im52 59 0 R /Im50 57 0 R /Im65 72 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im54 61 0 R /Im72 79 0 R /Im54 61 0 R /Im77 84 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im57 64 0 R /Im70 77 0 R /Im76 83 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im51 58 0 R /Im59 66 0 R /Im50 57 0 R /Im53 60 0 R /Im64 71 0 R /Im70 77 0 R /Im50 57 0 R /Im72 79 0 R /Im64 71 0 R /Im51 58 0 R /Im51 58 0 R /Im52 59 0 R /Im50 57 0 R /Im544 583 0 R /Im65 72 0 R /Im50 57 0 R /Im56 63 0 R /Im49 56 0 R /Im54 61 0 R /Im72 79 0 R /Im54 61 0 R /Im77 84 0 R /Im50 57 0 R /Im63 70 0 R /Im51 58 0 R /Im57 64 0 R /Im51 58 0 R /Im54 61 0 R /Im58 65 0 R /Im52 59 0 R /Im56 63 0 R /Im64 71 0 R /Im54 61 0 R /Im66 73 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im49 56 0 R /Im50 57 0 R /Im64 71 0 R /Im51 58 0 R /Im51 58 0 R /Im52 59 0 R /Im50 57 0 R /Im544 583 0 R /Im544 583 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 591 0 R
+>>
+endobj
+591 0 obj
+<<
+/Length 1163 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]MÓí¶mÞß_ñ.\93E^K\14ERYvÒÌtÓI&^fÓ:NãÖNâÄ\1dOÿ}ÅC\80$\ 4\10\ 2u6÷â¹÷\10 ø\85G$@ýøå÷\1f?~Y?~þòã\97ðy\84åcù\\16ü³üKt\9fûâ?¢_?ã\16>¾ùáËWÿö\83;ÿå7\7fûò{RÞ§kùèÎòG-\7fD,¿\9dÿÁÊ;/\95OA(ï\8f\7flVûòó\1fÇ{Ï¿.ÑV\81øy8QÁê?]¸*p\8bã5\88\17\ 5ñÓ\9d\7f®î,\98ø#$ó#¸d{\84ýÓ%±\ 6Û.4â涫\82ís\15Û`ß\96ú\b­\ 6ëqp\ 5\89\8d¢Ü\8b»\\ 3\7fi\83uÛ>ÏêîÛÇ\ f\1fE\8eËñ¹¹\8fïOxN\ 4Çpþí÷\1f\7fn\1aö½i@ùlW(q8      \v\1a\HUÃ)\93\12\ 2\964Ä¥i\88\v-Á1Ñðã\17l¼<)\7fÕÏÍõlÁÅù³\88{\rËÒ\92q¿öDùõö¹\9d­ÿ«¾[\9a\82£S°³ÁT~í?Ó2R\90¶×ß \80Í\87û\1a¤Ô)\bl4¯_óRn\83Ãõ
\9aP~í>S\1aÕàð}\e¬#\ 5!÷Â9\82\1dW\90z\ 5\11¶e5<\82Ò\88ÛB\1e\88¥î´\ 6»\13\ 6Òî'FRÕ`éGMAr&\ 5¹ä@ÁN\9e\ 6Ç¢Ô LâmõuB\9f2\99À\ 2\16'4<\838\12Öâiq,2÷p?\14NGs?\14üç2\9a\ e\9b#ÍÈ|<N\875\8c\9e\9bq\1f<\82V\83Í\19j µÁ\16\rCIZWa$änè\87Ò`JKÏ\80\1aÜö°\15«\82hjE¾2£\ 2Ú\r\13+sU°+¾\ 1¦À~´é°\1ftøs,N\aiYÂ\8e\f«eYò\9f\99\aÉC!ÄÞC\ e;r\ flqw\9fñ\9c\89\97¥\9d\91\9dûÑ\1c£a$(.vKÄ;è\8f ¶bêGs\1c\8c\ 4m:ÐnXç½Ã\16\92\89gð~D\ 5\94é\f\1aArÒUAT\9ct\19Á~i\8cñ\94Éè\15ðìhö\v\99PëĪ\82\1aVËʨ\f\ 5¿Z\86Âùü#\aå©w\18±%\85ìx².\8dÈ\8e2\1fü¶\19æ\83â\1eü¦\rFè~ߨÿ)Ó®çX\1c
+\8a\8fôûÒûù\aÄÛï\96VPh¯ß\93\81öj5\bî¡\83©
+,nZ\9b\ eç\eÔ[K«\8fû\9bC)-\ 6¶¥*ð÷cñ\1ccu,\9eo;dìq<û\12ééûÏ\fÙ\ 1\rûbé\ae:ìKß\ f3d§*\88ï\8dÅ\9d®¬\83ù¨¼A]Zqfq\a\rû²>¤½UÁn¢þÜ;T\ 5\8aË\90n\rIç~¾\ 2Ý÷\83D·Îå,Ó­}%U8¤ù°o±Î\87S&ã_À³ï`ûvXÞÁ\94\r\81Ý{\85kh¯²UA4¼Ê*¬ußm¬UQ\10\r
+\147¿\a˶\8c\837¬Í0\9föÏ\18úG8|VÐïm\ 5'\ e¥Ô^çO\99\ e\1d\8e\aKkþSn\84D^çý\83~8¶7;òH\ 6\ 5ÊX\fËf\1a\8bÃ\8e\fKzÏÉ\86u3½<\8ck°FC\r\94  \1d\9c»}y\bÛZ\87Ò)\93¡#`m(\89Ï°õ\8d\10\86\eCã~ô\8b¡\1fµnðdBN¸\97ª ÙÜË\90h\84=\98\88Ƹ#é\9bìpQ\19:¸`|ù\18îR\ 6úò¡/í\92\93\ e~3¼Â)4!wÃýt\92Þ\1cPÁî\947\a\98\ 1ÝÁG¸\1ct\bxà£Çc\91îW\ fÇâxI\88Á@T´\91\94,#I\9b\8f\94ù\ f\ 6\82²\9d\10RO\95âp2\fß\0\83éàC!kÁ´7¦M\86há9ÚPLÚP4)Ø\r
+$\9eS\15ô½0æ9ãù|\90í½á#\fw\8aÃA\86òÄ\91AU \1d\ 2\969\1c\97¶Ñ\9b\8f_ûù+à\9bãØv\80»{z [0?\8e\8d\9d\86H5\84\8b\86 j8=&\94/\12ÔxÏGÓ\12\16W$É5\85òê\9a\1fìÙ;pUp\18ºQ\9a\8d!¼fã\1al\9c?1¶\8a5 û1c²:n\83\9et\9f>×`é\ 2\1dÖp\ eO\9f\15ôC9\f\99\1e\9f\ 6\87a2Is\ 1\15$íÐCó\vUÁab\18ãF<´FÌ£\17Â\12\8aDÆ­\80Ù,\80\90\84"Ñ_s<Ø×\1cv #\1eáÚ\81Ù(\1c \16\89\98\13ð¬ù|nwc¾\1cX\15\89\9aãxÚ|XoÌà C\91\889\ 1Ï\9a÷d\17M4ïqä´=l0DZùe÷\1c¸9.貧í\a®PÕ\105\r¯z\97½Ð"Ñ\1as<Ý\80\87¿i@Øz*\121'àYóyãéÆ|ÂÉÓ6'À\1cÇÓæÓÝä\81WÜ"\11s\ 2\9e\1d>ùÍê½á\93ßpo\86\8b_¸,v\ 2\9e~\ 2\bÓTì\ 3\8d*\12±'àËÒ}4
\92\eå9W}B\81
+f\14(ÕòE\ 2{篠    \ 5ªØL\81Àk?§@UÁS
+t¾G¼G\81°\ 6\8f)\10*xL\81¢\7f\93\ 2Õ\1a<¥@¨à1\ 5ª
+\9eR T R Ã#8z 5±cX\15Ø6\9f\87\ 3É­Ë{\ 3É­\96ɤ=\ 29I\99ÙvE\ 5Î\12T¨*°\ 5}\f\87²#\81`×­®¼\8a\ 1\15N}|nY¿\ 4ÌVC Â©\8fÍ\85_slv§0\91o¨pª±\84©\8f$,æ\ 4<kþ\86
\1a»\95úÈ-0DZÙ\17\9e]\97}a¦Â\ f½yÕ\90To\9aj¼Nê£uJ\8d\ 5\ 4\99MßÙ÷8ú\1a}\ 6{\1c\7fN§«\ 6\9d\1aZ\90úÀ\ 2¨1dzCð\86N§z\92\9búsÜbNÀ³\rx9Ç\95\1e\1føtê\ fÿÀ\1edz\8f\7fçS=2Jý\81Q1'àÙÇ\7f\83\86\e>\9dê6\7fê7ù¡Æ\1cO?\81ΧM\1an\87\00òÔok\96\1a\vXáÓ\8d}g\9b\8eaÎÆ]ãó/¹\95H+ÕP0Ópty2(C\8dÏ\12\84ÓW,öAü\féÚ\82\10\v\7fáô<_iÜ\a¨!\90\ e{\91\a\ 6\1aæ5
+?\95¦bJ@ª£\81TKg-X\ 5\1aç5\13ÝS5XÂ\80%6\85
+\ e[`?gSU\ 1       ²\9a\89î\ 1\r\99V?\8bî9ë\9eßÏ\1c\8dó\1a°â\92Á&>\83£¡\0ë|3:×?ÃL\9aIU`\89\87Pk\90\1eòjT°YbÕ\94\91à6K\14°6\10üj\18\bÚ#ø`ê\85±\82]{Ã+Ë!¼\1c L\96B\ 1\v\8b+¼  LKp,h\0\8e\8f2)!`IC¡é(Ó\12\1c\v\1a\80&£LJ\bXÒà[K6j\v%8\964\14¢\892-Á±\99*\1c%'5SÍ\87T\ 14äèK\8d*¼j\ e|\15eRk\ 1\ví\0\8c\13eZ\82cA\ 3\90F\94\ 1K\1aºQ\1d.£XÀfÞ\vÎ6è/¾ÇÖ\8e\93Q&&\ 5|Ã{\1aS:.ùÁ\87\98\1f\9c3ÇKy\90ÀÞùkÂ\9a*\16\9b@pS\ e\129/¬iÂMU\rô(Éî¦\9a\ 2Kx\89à$\9a\82ã\99\93¨
+¢%\16Xk\ 3\9a\9c<h\ 3a#²*H\9ba#RëÇcy·\1f\ fK\8e\83Ò\8f\97­L{(°[Ü\ 4ç\12\98k­Áj˲`\81¸¹\ 69\10×­ýP¼\ 6â\9ajp\98\87\ 3áÂÙì\19ÚM\ 1éÆ!é\ew£;LÝ8\9cMnÓv¤ó:Vè\ eHd\ 5\130[\ f\vÕ\ 1\89þ\9acVºÐ\1c\90ȯ\ 5ÌK¿(\ eHô×\1c³Ò\85Þ\80D~-`^Úc«5"\ 3¿æ\98\97\1a\90è¯9¶\92\9aÜå\ 6R\93­\16B\ 2\12±'`VûBF@¢¿æ\98\95.D\ 4$òk\ 1óÒu¼\85Ëø\12°\99\82\1c\87\81\82\85\80\80DÌ        øRù\16ÍVäJ7ò©QO?\0\91·æQ\ 3ÊÅf.ÑS\90\86\a\83\87m\9a¸ÕI\14ÄÙ\83­«\86пf\86at'÷}UA0¼§j
+¢å]]{\84è\1fº®u{¹®5&\83ëÒ\1e!Yr\17$
+\82
+\9eS\90ªÁö®Í}\17(xNAÖ\r(\88\7fHA°\ 6\8f)\bôãs
+Rkð\94\82 \82Ç\14¤*xJAª\82§\14\ 4\15è\14d\rHAÖ\8e
+&àë\9a\88\14dí(\aþ\9acV\1a(ÈÚQ\ eøµ\80yéBAÖ\8erà¯9f¥\81\82¬\1då\80_\v\98\97öØj\95rà¯9æ¥\v\ 5Y;Ê\81¿æØLAÎ.·P\90\ 5Y;Ê\ 1ö\ 4Ìj\ f\14dí(\aþ\9acV\1a(ÈÚQ\ eøµ\80­$"/6/\12AS}®$b\rÈaÖ\8e³ 9\8e§Íë\1cf\rÈaÖ\8e³\809\ 1ß0\90ÆYÖ\9dr\98\82\19\87q-"¿Ê`ó,A8LÅÖç\1cy2qø$-\9a¨!l\86ESZóª\82\89\e\ 2Ò+Ï\ 4\15\84Ï5\15\ eÓÍ 7РµB4µ\82ä¼PC²\F$ܾÒ\14ô4h|\8bθ\ 6\87%qO¢\10n\a
\9a(\84¢ \18\14H4
+\1eÁ­Owäª\ 2ËýdJ/P\ e\ 5e6àßúl(\975Ê5p}7\86\89w
+T°Y\b¹D£ª\82\87wíU\ 5Þ\92\97®u£·m¬\ e\97\14çµÀ¼²\98\ 2\91B\99\ 2\16\96f S(Ó\12\1c\9b½\93s\86è¶b\16\18\19ÊĤ\80g« G¸\81ÙBëP¦&96Ó£³+\rQnÅ.\90C\94\89M\ 1ÏÖá&NÍ¢aUãl æ¾\8dÈFK¡Ö\1cO?\85\1eí\ 6v\vÕE\99Úäxº\ e\8f\ f\11QÃÍ!b©9\10f\94\ 5<;-ô,\120\9bÚÌl<\eLr<]\ 55ò­\98\ 5ê\8e21)àÙ*Ü\90÷b¶["ÃeI\14ðt\15\fK$Px\94\89I\ 1_ÖùÔQðDHü©\90\90ø\829\89?:\r\aÕ\90.\1aÄ\9c\92s
+4\r(C­\1dÍ+iXlH!øÊÁ5\9e×ÓT{({¦\e«/§©=        ¿Pèl\12<®ïý­£\91ä\r\0½­ï}­£\91ä\r\9b×¥óùóªâ\1eÇA6\rj\1cd.\0ÎÚ÷®ÚÑ`ô\86g\9fàr­í\83\9c¾\11᫯÷½§w4\9e½áé'x\1cÏÞ4¨ñì¹\00\ 5ßó\ 4GãÙ\e\9e}\827x\ 2j¸á      ¾²\ 4ßs\ 4G#â\e6/¨Û^âÉ÷E[P}%\b¾§\a\8e\86³7<m^\rgÏFÁ³ûÞ¯;\1aÎÞðlÿÝ\84³[4xu\16¾ê\9dp\15h4ÀÑ\80ø\86g\eð\86\16øJ
+|O     \1c\r\88oxÖü\r\95\10ø\9e\ e8\1aÍÞ0ó\ 1àË}ïÉ\1d\8d$oøRzí¼èJüp\8eÁw\f3?¼·hò*\83ͳ\ 4ñÃ\15\ fü0?\8a\82{\9b\8cQM\92'G\r\97\8b\84'<¹ßÁ\93\93ï\ e=ùÞ}£\ 1\9eYÀ×VDO¾wßgÀ_sl\9eÃçó¿éÉ«\ 6Ý\93ï\ e=ùÞ]H\ f5\16ðì\13¼áÉQÃ\8d\1dzò½»C\1ckÌñô\13<÷äU\83îÉw\87\9e|ïî\8d\86\1a\vxö     Þðä¨áÆ\93ï\ e=ùÞ]w\8c5æؼ\14\9f\1eÈàÉw\87\9e|ïn¸Es\1cO\9b×=ùîÐ\93ïÝ\85¢`NÀ³ý÷\86'G\r7\9e|wèÉ÷î\1eK¬1dz\rxãÉw\87\9e|ïî>\ 4s\ 2\9e5¯{r\93\ 2u\8fdwH\ 5öî¶:¬/ÇÌ\89\0\15Ø»»±à×\ 2¾qäÍõï4-\f\ 2¡\85GW\19lî4-¬aó+yX*\15è\ 6à6\8cíáÛè¨áòi\aû6zU\10\94mô6\bØÕoUA¤dÄ~¤\14J6Ó%ÀÙ~Gn­AZLg\11\9c\rU\ 5\96oæHç1U\81å\N«Áa¹\0½Fæ\b\8dH.!\f\83\1aH\81nP\ 3Gï§\1de\a*#\89ÞÕ0
+T\97\8eŪ\82Ýt,ÆcíQ\81#ýh¿³£)\88\ fCíPÁf9ÝTf\93Û´\8b\14ËB\ 4Ì\1c\b  XXÖ\80\9d£LKplöÌa±ðób\17ø5ÊĦ\80gëpðÁnaÈ(S\9b\1cO×áæ\+´´²*\13\9b\ 2\9e­Ã\rË\ 5»¾\8d¨ÆKw\9a\98Ö°\99hìÉÂSCËl«25Éñt3ÜD`\85\96\97VebSÀ³u¸!¬`7µiÑ(æN3Û\1a\9eí\8a\eÊ\19Zj\\95\89I\ 1ÏVáf\ 3)´Üº*S\93\1c\vK\1cpG\94\ 1_4ÔĶà;¦\98\1dÃ\8c9Æ.²\1de°w\96 Ì±âÁXâî:\8a©q\9bý»3U\ 3ý²ÀÄ\1eRU\10\r\9cES@\99ã\84·­
+v\93·åa0U\81%\fF"~¨ Y®Ø\92¸kU\10\fÜUëÆd¹\9fJk\83Ãò\95\r\89zF\aÔ3*Ô³Ì\0 ,(\93Ñ/`a>\ 1eA\99\96àؼ6ÇÕDYbûje\95\89M\ 1ÏÖá\8e²Äö©À*S\9b\1c\9b\17çp\18î^-f\81± LL
+x¶
+úý«`Ö·ñÔ\b
+\98äx¶'\9e_\1aÕ4¨\97FAÍ\vçA\99Ö\9aã駸á<±}\ 5¨ÊĦ\80g;ó&\8c&¶¯ÇT\99\9aäxº
+:å\89í«#U&&\ 5\137\97H\81Ýn\85\v\97\15MÀÓu°¬pÀ\9aP&6\ 5|Ã{\1aS\8a\97\8c¾(gô¥\80åSÏ\92â%\9b/ªÙ|R\fx\12³ùÆ×0qÞ\85\1aè5LÛ0\95\8d}\17«j \91ìão\13+\1av\9b\ 6\818\1dåø/-êñ_ª9H©÷Ïñ\92\83\14å\1c¤Ts\90\9bã%\a)\8a9HÚHNÎä«SÍbJ½_\8e\97,¦(f1i\vJZ,\11³©¦A¥Þ%ÇK\1aT\14Ó \f\8f\7f·«\90j"Uêýq¼$RE1\91Ê`ÿnG!ÕT¬Ô;ãxIÅ\8ab*\96¡ùov\13RÍåJ½\17\8d\97\®¨æriæõS¯TS¹Rï@ã%\95+\8a©\\86Ö\7fãÔ\v\9czew\89>\19eZk\8eg\eñÆ'¿Ì\82OF\99\98\14ðl\15n¶!\8aY\Æ\88K\8e\97Ü´(æ¦\95RàPQ&%\ 4¬¸Ãæ<Ó%µ,É©eGÄÒE\ 2\92V\96Ô´2éðê\10ÓÊFQ(R$\fj¸Ä±\_\1dÏz\83\e*\12©±\80Ùó\83\e*\12ý5Çæ\99xøw£Pª\ 6}Cð¬78²"\91\1a\vxö    Þ\88BA\r7Q(¹ÞÅ\17\16\89Ö\98ãé'x\1e\85R5èQ(g½Á\9b\16\89ÔXÀ³OpçM³U\8fs yÏtÉ\18IjÆ\88´\f\1eÎâM³ÑâM\8bDÍq<m^÷¦§Qð¦E"æ\ 4<Ûúw[òÙjÂ\19Øü^º¤x$1Å#\97\ 1'V$òk\ 1Ï6Þ\8d\vËFë\ 2\18.\v\9e\80g\eïî\8dò´
+î¯HÄ\9e\80/\8d\97ªûJ\9d³;.)\19\87\98\92±\9dÚJi\90ÀÖùkâü*\1e8?溶EüN\99·ï¿W\r¡\9fx\13÷º5\ 5}\15¢}ÿ½)8\f
+\84\9dßm\81O¥ÅíYÐA­\ 1ýúãDÐAÓ\90\f­(\ 4\1dT\ 5Çö,è\0\15ÐÛ|'\82\ e\9a\82\87÷ûT\ 5$ðb"è )Ø\94 \83<\83
+\r\ 3\89Ì\1d\ 1³\99Xh\18Hô×\1c[W¡\ù÷hXÓ :\81\ïBÃ@"5\16ðì\13Üа\97Õ\17\89\ 2\89ÚãØêF¶Åò½µl´0 \90\889\ 1Ï>þ\r\ 3zYõ8ü\1aã\ 1{\1cOÛ×7û_V_\14\b$j\8fãÙæ×)P6Z(\10\9c\80g\1fÿù\86BÕ o(¼ê\9dpþ4Ò\ 45æx¶\ 1õÍ\84l´°0\90\889\ 1Ï6àÍæþËj]\0ÃeÁ\13ð´}}\ 1ÌV\v\r\ 3\89Ø\13°B¤*íÚ\16\9a×
+\98Ñ°µeä\14¹\95XiF\ e`¦Á9,_¤RÛüë\9eÈ5lÝÅØà»NÆ]\f!\ 6 j »\18öOL5\ 5\96\10\\89\82 \ 2\12H1ºc\18\86\90X\83H.$±_\10T\15$Ëu Ú#\90¯¥\8d\1eA\b
+h\ 4­ýScMAÿ25úÔ\98p,\83
+ò=½Ï\8ee\9a\ 6Kø©2\14óå:\8fâ\90\9b\82\87\1f\14h
+,\97M+Ý\90\ewC^\ 4\80\8bº.1\r¦¿\80Ùb\ 2\Ôu\89iøk\8eÍKñYy\ 3\17ÍV\81Iº.­\fì      Øì      ×h8\99z\19-DÒu9ah\8eãÙÇ¿Ù\8dËV\81Iº.£\vì   xÖþ\1d\93t\98\8f\ 5\12µÇñ´ý\e&é0!\v$j\8fãÙî¿a\92\ e\13²@"æ\ 4<ûøo0IÔpÃ$\1d&d\81DkÌñl\ 3Þ0I\87   Y \11s\ 2\9emÀ;&\99Ó\e\90K¢Lmr<]\87ç¯ÓU\83þ:í\=\17«2©µ\80\15\18¤£\89]\80\19£Ü6,]$°åhRWÃb\vJ<`[¤¤®\89\0\8fª!<\r\11i\1a\9e\86\88l.\96\10\91¨\86\88ä¶\ 3G\$Òj\ 2f}\0\8e¸Hô×\1c\9b'²K\86{Õ²QðÃE"æ\ 4<kþÆ\ fg£Å\ f\17\89\9aãØ<\877SÞ\89I\83z*\96ë\r\9e¼H¤Æ\ 2\9e}\82;O\9e­z\1c}Ís;\9a±Òð´ýÇ\ 1 M\83\1a\0úªwá\ 2E¢5æxv\bÞp\81Ó(p\81"\11s\ 2\9e\e.ð²\9ap\ 66Ïíh\9eKó\8f\7fãÉO£àÉ\8bDÌ      xöñ\9f\7f5´jп\1aúªw]AÃeÅ\14ðô\13\ 1UÃí\10\0\16P$Rc\ 1_<\88¯^¼KÑÙ6\9a¢\ 3\98q\0¿cé"\81­\8d¦ç4lÞUòbz\8e\1f\1c+I\a\8c¨A\8f\8dÑ8\80où9
+\aÈO\ e\1e¼Hä\99\ 5ÌZ\10<x\91è¯96\8f?oJÈÈVÁ\85\17\89Ø\13°y\ 1Ù\ e\8b\vÏF\8b\v/\125Çñìã¿á«\ 6Ý\85\9fõ\ 6\17^$Rc\ 1Ï>Á\9d\vÏV=\ e¿æ²7\9aÃÑð´ý\9b\97ñlµ8à"Q{\1cÏ\ e \e\a|\1a\ 5\a\$bNÀ³æõÄ\8b\97Ñ\84Ó§ùÛ\8d&]4<m^÷¿§Qð¿E"æ\ 4<k^\8f\8cy\19­\8bW¸,V\ 2fK\1f8®"\91_\vXq=ÍQy\9a!\ 1\989®½}q Ê`ÏÓ,\89\86Í/°û6ó\ 2+\1d\a \ 6\12Û2\91ÕØ\14X\92S\85/Õl»/_\1c"É©ã/Õ\8ck@Þ G\81%îse'\1aUAÿ¡\99Ýþ¹\81¦Àò­\1cé\15\1e\15\ 2\röâ%\16\83
+è·²G,F¸k¿iè»at×¾t¬\ 3
+ò¡Êý±\8eÒ\b¶è\1ae \¢kì\17ä4\ 5Ú\95\1e\86ÙäÖd\98MÂ%AU\81{xIPS`ù|\87Ö\ 6Û¢E\18½V2 £(\93ULÀº\b\84\14eZ\82cA\ 3PJ\94I   \ 1K\1a
++D\99\96àØÌjÎ\86´\1c±¼ì\ 2¯C\99Ø\14ðl\1dî\98]±ë[o66çi\12PÃÓu¸awÅnáw(S\9b\1c\v½  \14\reRBÀ\92\86ÔFTãU\9e&Ò4,h\0¢\842)!àÙ\96¼;tØ["L\95©M\8e\85§\0Æ\842)!à\eÖÓxÒN\93a\0\140\19\ 6$°·Ód\98\86Í/üa*\19FrTAL\86\19ÞÆÇ×تÀâg$_[\15\1c\ 6_+±îPâÑWu×]ÛôÀ\1aDSTµä+QCZM¾rÜ\r&Ò¤uC\8aov\ 3e]ö/]5\ 5äV\93\89ï}¡\ 6ú\95§\19þ^\15Xn%Ñj°>üÆRS\10LqÝ\9c\ 2gûè)ç¾U\81öµ¯¼\ e\ 1ã        ]r\e¬@\ 2\19°\9dÐ%·á¯96¿@\aË\87\89²Q J¡ËL\ 3s\ 2\9e5\7f³û\16\f$j\8ec³O\f¦´²l\158Vè\92ÂÀ\9e\80gíß1¬\80Ia Q{\1cÏ6¿\9e\14fRp×\7fÀÍB\97U\86õåxºþúÞ[À¬2\90\889\ 1Ï\9a¿Ù{\v\98T\ 6\125Çñ´y}ï-`V\1a\9c\80g\aï\eg_¨áæì+`b\eH´Æ\1c³¥\13ÈhèÒÒà×\ 2¾\94n_\v*r£\9e\81¦¦\ 1fT4Öò\91\94>.¥\ f±tZ±t\91 ¶ç¯      \91­x°ùÇùO\84/\ 3ÐÍ¿kÜ\876üb¹\15zݵѯñ\97\88\9f7pOù\vj\88\16\16\97ª`SøKnzðÝE"\8d.`Ö\85à»\8bD\7fͱy\ 2FÓç\11²UpÞE"ö\ 4l^\7f`\0Ü8ïl´8ï"Qs\1cO\9b×Ó\99N£à»\8bDÌ    xÖ¼~}Ù˨ǡÓ\5\98ãxÚ¼êº_F\8bç-\125ÇñìØ»¹s,[\ 5×[$bOÀ³\8f\7fãz³Ñ\84C¿¹Z0Çñìãg×{óøà{\8bDì  xöñoν²Ñºò\84ËJ#àióú[Ãi\14<o\91\889\ 1+\9e¯ùÉtÉ#Jr\1eÑÑ>\bPe°\97.¹D\15\ f6\81øöE\92s\89&\8elRË%²ä_ð­þªÀöY]\9e\88S\15\90      4±\ 3\83
+¢åÍ]rÿIJF\9aùPwÕ@\92\89f^Ý«\ 2í\13Ñeü\0\ 1@\99\8c\1d\ 1\v£\11H\0Ê´\ 4Ç\82\ 6pã(\93\12\ 2\964\14O\8c2-Á± \ 1\9c)ʤ\84\80%\r¾µdó\80é\92\95Q±¤¡¸4\94\8eÍ«z:LNíe\17Ü\1aÊĦ\80\85§\0Ï\842-ÁñìSÜù¦\97]ðN(\13\9b\ 2\9e­ÃÝaÃÑe8\1c4Ã!]2\1c*6;©\14-NêèÒ\13P&&\ 5|ãj\9as:.)
+\87\98¢\90§I)\ f\12Ø;.)
+\15\ f^òX\84\87\87»*\8c\11\1eÂG[ü\ 2ß\e¡·\97\f³%\99§«U §\15ö[/\9a\82\89LCQ\ 1\9b\88ðh
+ÈÝ#v?U\15¤Åà§\84£\82¦`7\1c\15\bκ)8\fÎZ{\ 4rX\11\1e\8c\83Ã\12\9f!\90.Tà\16o!]J?^>\3ß\8fnµÜ\ 2/\¤\83³érXqQ\90\17\81Â6@"Ó_Àl1)L\ 3$úk\8eYéÂ2@"¿\160/ýb\18 Ñ_sÌJ\17v\ 1\12ùµ\80yi\8f­ÖxÄqÉ\11©\98\97
+\90è¯9¶zÂ<f\f\9c"[-\8c\ 2$bOÀ¬ö\85M\80D\7fÍñlío¸D¶Z\98\ 4\9e\80gíßð\88\97Õ:æÃe\8c\v\98µ^!\0 \91_\vøRÚW÷_äêîó\90íÝ?`æþW\f\11\ 5©ØË¿îÝ\7fÃæÖ[\9däþGw\1d\7fÝÀý;\83ûW\15D\13\7f`/ºõ\19¢{\16ÓÖ\14ô5\98øþIU@¿ýa\8f,l
+,÷~Hî\1f\15<\8d\14h
+L\91\ 2J7\Â+íû\rUÁj¹»Dé\ 6ê;Çq3Üý£\ 2gqÿ\12\9b®
+\82\85MkÏ°Yb\7f$\ 6R\15Xv<´\1ax²ml¿ø£)Øìt\lEßÏÇë\9a\94WBà@k\97­\ 4\80Ù\8a
+\1chí²\95ð×\1c³ÒÀ\81Ö.×\b~-`^ºp µK\15Â_sÌJ\ 3\aZ»4\1døµ\80yi\8f­V9\ fþ\9ac^ºp µK\91Á_s<ã\87,\1c\1c\19\90\88=\ 1³Ú\ 3\a\14\17ü5dzµ¿ã@+æ¸\80Dì        xÖþ\1d\aZ1É\ 5$j\8fcë>\8a_\17Ã>J6
+$jí²dÀ\9c\80\15
\bÓJ³d\03\ 2åðât\90ÀÖJ3d\1a\16\1f\9b®eÈ\98ü&_.Ogó:f§ß\11¹\1e³çzÃrçúåm¥Ñð\r³ç\87åÎõËÛJ#á\e6w½[\rÑaÙ(¬\97®_\1fW\1aFßð¬yý\80ùe´,¸®_`W\1a\83ßð´yõ\809\e\85\15Ûõ+ôJÃï\e\9e\1f0¿\8cz\1c9m\89_iä}ÃæeÇ\99"ï_V\8bÓp½\93XiÔ}ÃÓ\8f¯Æve£à3\ï#V\1a²ßð¬yý\80ùe4áÐoNf¥ñþ\r϶þ\9dÓq\ 1\9d\8eë\9dÌJ³\ 5\1a\9e}üÇß\8co
+îÚ/Ô\95+\V*\ 1O×ÿvå\ 2§åz'µÒ4\85\86\15·Ó\9c\94£)
+\80\99Ó:ÇfÝ7xɯ+DB.±\85\8a\99\ 6\8f\83\ 4µÝ\ 2u{\15\8b\8dw..ìEÇc\92\ 3Ùr\1fŶKnÏ\8b9
\8bN\9f×éý\ ey\9d}\15Fy\9dZ\rÈ\9då3oíU\81eß@zãE\ 5dß`ôÆ\9b\8f\96F5Hñ3ú¶\ 6\83Ïa\89>\7f\89¼\f\ 5@}çKx¹\ e¦2\ 4\9b\8e=Ò2\1c+ñ\r^\1fé`öb\98äéf°ôÞO\ 5\7f\J\8ba\92\8b\fµõ4T²áÁZÌûaOÂt\18¥\18Hc\11\15\ 4Ë}\9fÒ\ 6ÐÞâ\1c\1f]zÚ\14xå¥[Ûÿ©
+\8e\87û?¨ yÃl\90æ#*8lß1\1e?\ 2Ý\ 4\e<\82Ò\v\1ceáúݦ\80\f¤\89]8T@S\8cíYOU\ 1Ù\ 3\emÿ(ÝH¯mÝ\97Ád\90\8e\ 6K\96³2\10ò&\9aeaæ¾å\9cÇÙ·¸-\98|˸\e¼%øJë\ 6\9f\fÝ $\9fU\ 5»%\aP«Á\9e\1eîD¢\82@¾§1q \\15X\16EMA´ÅÐ)
+,$EÚQ®
+z\8e{s LW\94£\9c\a\93ï¢\8c>¬¢¬ëîX\fëºÖ\8d\87-\84n<\e\ fK\ 6 ²¢l\8bÅ1(\vʶXb\e\94q°Ñc}ýû8²\82`jD~J\ 6ã`£G\13\13ÇlUÁnP µ\81ñdbÜ\8d\9båbwM\81'ïûóKÚæ\8f÷\16\94\9c)ÿÞ8Øã{\93i£Ç­ÃP¥¡_Ø\82%)Yk\83¸\98\1a\es\84¼Å7®ÃéL>1°\ f\b\86BÓ¶\94Þ#Ë\ea\9a£EU[\91\8ehX\91´n<\ eC7*5ð¦Än¥\ 6~±Ô@S@\17UûwÓ\9a\82`\98\vÊPöN[ÒÊÛb}{®¨\7fW\94°}'j\87D\9d\8d\f\86\89\9d4T൭8¨yy\7fG\99Ö\9aãË;´«oÐý\ewXé\ex\90cXst%\96G\19ì\ 5\1aÇÚ°Ø\86Òp\ e\98pa\v\83)\88ù\16\13,¥*\b\ fY
+*0¥*JÃ9´|\8bgÞ©*H\ 6ï$-¬¨ =¼£«)°\85pðE\ 5\15\1cÚõR\96G ÷\94Íø\86\80\9fnY\r¾Aé\85K Í|/ä(VËí-\8a\82wÛÀYÚ@\19\a9\90æ~\1c(\93ÉÑÓ\89        ÷V\15\84\87î­*°øGeErÞ\12\95®5¢·¼Ák\8d¸ïo6"ÝC\18¶Áx.\ 4ÛË'\7fí9Yêëý9ZÂ\13µF¤\9büö<¼ª Ù®Ü\e:\16G\83\ 3\87#\91oB \82£\9f\8dã°¶q\e\1c\96\93\12i\7f¼* wp^\18{!\ 5\95hUÔS\ 2    Û\89V\88\ 6¢\ 5\86\vOB\99\1aåø\86é4n\94\1dÃ\8c+%¼Ì\1c$°wþ\9að¤\8aÅ&\90\16\95\84×\91[6c¤á\8c
+Li¥Ò¢\82
+è¹ëÄ¢R\15ø\87+sU`[\95Æ\8d\16\9bY\99«\ 2ͽù|ñX\9b\ f\15õ]/áå:\94ÚpF\99\96áX\19\8cmè¦\8d\ eå$Ç®\1f5pëèc×Ó%v=ÝÄ®óEåpu(?;tC\ 5\8f\ fÝPÁãC·ªàé¡[UðôÐ\r\15\98\ eÝ´\1a\1c\96è{á¾Ä¦ _\94ãDÀò\81\81ç\96è{U\81åS\87Ò\82\82
+VËK\87Dsª\82\89mA©\11éµ¼q¸9ËòÜ«\ 2r-ïÄõÌM\81eOM\19HÎ[x\92V\ 3o¹´RkÄݲ«§\r\91\996\90L\17wJt÷(É49\1eô\19ÝÅ\1aPçú`2Qç:\98L\12?@\ 5Æ\ fÈ\8e»\91ÜÛ9\9a\vÚ#$Ë1\81²¨R¾<³\15\ 4
+¶å)Gª
+\9er¤ªà)GB\ 5«å Bé\85mÕ¼sæ\14\95!\81Üó             \9b¯ÏÊUx\ 5¸nê\97»^v\v¿*\12µÈñ\85\1fÕ\18AøuaSÇNÙÕ!Æ\bî\v^c\f\12Ø:è5Æ\r[ÙÕ¾``ûCvU\15<eWUÁSvÕ\14<dWMÁCvU\15<eWUÁSvÕ\14<dW¨à1»j
+\1e²«ªà)»j
+,ìJ«\81³ÅÒ\f»\91^\0<æ6l\v§* Û\99ã8\12\1c7\ 5»a9VfcN\v|tÁDS`¹\rJkDoK0\1d·Án9âÑÚ`·0Lí\11HHÔ\ 4Ç­
+Þ]\13\9dqM\1cOçh!GÚ8H\ f\8f¾\9b\82\87\aÏU\ 1Ýδs\9b¦àáÁ3*Ø\16íà9{tä6(÷Þ\Âfn\93«`à6\16\r^ÍÙ|ÕüÅ\8e@¢uæXá7\95\rí\vÍ\7f\0Üó\9b\7fùúËW¿]?Ö\8f¯ÿüå\1cig­?r\ 6\1f\b_ÿðål<w\9cϲÇó7\7fúøÅ¿ÿíãûï¾ùö¯ÿüö×\1f¿ûÍo?þþ\8f¿ýé\7f¿ùöO\1fÿù\7f\1f¿ûÃOß}ÿýÇ\1f\7fñÍ\1f\7fùñÛÏ\8f?|÷í\7f\8f\9f>~õñ\97\9f~úû¯¿úêç\9f\7fþüé/ßýóó¯ßþôÕ\1f×\18þü\8fÿøëÿ|õ÷\7fær\9f\7fùé\87ï\7fùñõ\7f\7fùׯÏ\96ù\7fþò§×
+endstream
+endobj
+592 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1164 0 R
+/Name /Im551
+/Width 21
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80\81\8f\81\ 1C\12|\f\ 2|\f\ 6|\f\ 5|\f\1fþÿÿ\0\0Ù\83\aî
+endstream
+endobj
+593 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Roman
+/Encoding 594 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+594 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+595 0 obj
+<<
+/CreationDate (Mon Jun 18 18:33:47 2001)
+/Producer (PStill 1.55 UNREGISTERED by F.Siegert [email protected])
+/Title (icca_dvi)
+>>
+endobj
+596 0 obj
+18882
+endobj
+597 0 obj
+119
+endobj
+598 0 obj
+39
+endobj
+599 0 obj
+88
+endobj
+600 0 obj
+65
+endobj
+601 0 obj
+63
+endobj
+602 0 obj
+82
+endobj
+603 0 obj
+90
+endobj
+604 0 obj
+74
+endobj
+605 0 obj
+56
+endobj
+606 0 obj
+33
+endobj
+607 0 obj
+24
+endobj
+608 0 obj
+54
+endobj
+609 0 obj
+86
+endobj
+610 0 obj
+83
+endobj
+611 0 obj
+73
+endobj
+612 0 obj
+95
+endobj
+613 0 obj
+14
+endobj
+614 0 obj
+102
+endobj
+615 0 obj
+135
+endobj
+616 0 obj
+76
+endobj
+617 0 obj
+55
+endobj
+618 0 obj
+79
+endobj
+619 0 obj
+80
+endobj
+620 0 obj
+28
+endobj
+621 0 obj
+61
+endobj
+622 0 obj
+27
+endobj
+623 0 obj
+60
+endobj
+624 0 obj
+59
+endobj
+625 0 obj
+50
+endobj
+626 0 obj
+41
+endobj
+627 0 obj
+34
+endobj
+628 0 obj
+82
+endobj
+629 0 obj
+39
+endobj
+630 0 obj
+32
+endobj
+631 0 obj
+67
+endobj
+632 0 obj
+85
+endobj
+633 0 obj
+80
+endobj
+634 0 obj
+22
+endobj
+635 0 obj
+23
+endobj
+636 0 obj
+91
+endobj
+637 0 obj
+76
+endobj
+638 0 obj
+48
+endobj
+639 0 obj
+42
+endobj
+640 0 obj
+31
+endobj
+641 0 obj
+28
+endobj
+642 0 obj
+45
+endobj
+643 0 obj
+43
+endobj
+644 0 obj
+39
+endobj
+645 0 obj
+29
+endobj
+646 0 obj
+36
+endobj
+647 0 obj
+38
+endobj
+648 0 obj
+26
+endobj
+649 0 obj
+31
+endobj
+650 0 obj
+32
+endobj
+651 0 obj
+27
+endobj
+652 0 obj
+31
+endobj
+653 0 obj
+48
+endobj
+654 0 obj
+15
+endobj
+655 0 obj
+44
+endobj
+656 0 obj
+12
+endobj
+657 0 obj
+44
+endobj
+658 0 obj
+60
+endobj
+659 0 obj
+22
+endobj
+660 0 obj
+19
+endobj
+661 0 obj
+31
+endobj
+662 0 obj
+24
+endobj
+663 0 obj
+54
+endobj
+664 0 obj
+58
+endobj
+665 0 obj
+38
+endobj
+666 0 obj
+37
+endobj
+667 0 obj
+19
+endobj
+668 0 obj
+44
+endobj
+669 0 obj
+39
+endobj
+670 0 obj
+12
+endobj
+671 0 obj
+28
+endobj
+672 0 obj
+55
+endobj
+673 0 obj
+35
+endobj
+674 0 obj
+75
+endobj
+675 0 obj
+34
+endobj
+676 0 obj
+22
+endobj
+677 0 obj
+46
+endobj
+678 0 obj
+50
+endobj
+679 0 obj
+38
+endobj
+680 0 obj
+61
+endobj
+681 0 obj
+69
+endobj
+682 0 obj
+39
+endobj
+683 0 obj
+74
+endobj
+684 0 obj
+36
+endobj
+685 0 obj
+72
+endobj
+686 0 obj
+118
+endobj
+687 0 obj
+77
+endobj
+688 0 obj
+78
+endobj
+689 0 obj
+44
+endobj
+690 0 obj
+26
+endobj
+691 0 obj
+43
+endobj
+692 0 obj
+40
+endobj
+693 0 obj
+33
+endobj
+694 0 obj
+23
+endobj
+695 0 obj
+54
+endobj
+696 0 obj
+15
+endobj
+697 0 obj
+44
+endobj
+698 0 obj
+24
+endobj
+699 0 obj
+35
+endobj
+700 0 obj
+31
+endobj
+701 0 obj
+39
+endobj
+702 0 obj
+48
+endobj
+703 0 obj
+18
+endobj
+704 0 obj
+26
+endobj
+705 0 obj
+68
+endobj
+706 0 obj
+36
+endobj
+707 0 obj
+46
+endobj
+708 0 obj
+12
+endobj
+709 0 obj
+48
+endobj
+710 0 obj
+61
+endobj
+711 0 obj
+29
+endobj
+712 0 obj
+38
+endobj
+713 0 obj
+74
+endobj
+714 0 obj
+44
+endobj
+715 0 obj
+16
+endobj
+716 0 obj
+43
+endobj
+717 0 obj
+45
+endobj
+718 0 obj
+46
+endobj
+719 0 obj
+62
+endobj
+720 0 obj
+65
+endobj
+721 0 obj
+56
+endobj
+722 0 obj
+60
+endobj
+723 0 obj
+25
+endobj
+724 0 obj
+15
+endobj
+725 0 obj
+82
+endobj
+726 0 obj
+66
+endobj
+727 0 obj
+55
+endobj
+728 0 obj
+52
+endobj
+729 0 obj
+15
+endobj
+730 0 obj
+46
+endobj
+731 0 obj
+83
+endobj
+732 0 obj
+55
+endobj
+733 0 obj
+90
+endobj
+734 0 obj
+46
+endobj
+735 0 obj
+45
+endobj
+736 0 obj
+55
+endobj
+737 0 obj
+27
+endobj
+738 0 obj
+15
+endobj
+739 0 obj
+51
+endobj
+740 0 obj
+36
+endobj
+741 0 obj
+47
+endobj
+742 0 obj
+62
+endobj
+743 0 obj
+19
+endobj
+744 0 obj
+60
+endobj
+745 0 obj
+42
+endobj
+746 0 obj
+70
+endobj
+747 0 obj
+46
+endobj
+748 0 obj
+97
+endobj
+749 0 obj
+59
+endobj
+750 0 obj
+46
+endobj
+751 0 obj
+59
+endobj
+752 0 obj
+13
+endobj
+753 0 obj
+74
+endobj
+754 0 obj
+47
+endobj
+755 0 obj
+25
+endobj
+756 0 obj
+54
+endobj
+757 0 obj
+30
+endobj
+758 0 obj
+34
+endobj
+759 0 obj
+23
+endobj
+760 0 obj
+19
+endobj
+761 0 obj
+35
+endobj
+762 0 obj
+34
+endobj
+763 0 obj
+22
+endobj
+764 0 obj
+37
+endobj
+765 0 obj
+29
+endobj
+766 0 obj
+44
+endobj
+767 0 obj
+30
+endobj
+768 0 obj
+27
+endobj
+769 0 obj
+48
+endobj
+770 0 obj
+13
+endobj
+771 0 obj
+42
+endobj
+772 0 obj
+35
+endobj
+773 0 obj
+18
+endobj
+774 0 obj
+51
+endobj
+775 0 obj
+41
+endobj
+776 0 obj
+28
+endobj
+777 0 obj
+59
+endobj
+778 0 obj
+23
+endobj
+779 0 obj
+45
+endobj
+780 0 obj
+48
+endobj
+781 0 obj
+31
+endobj
+782 0 obj
+47
+endobj
+783 0 obj
+18
+endobj
+784 0 obj
+43
+endobj
+785 0 obj
+58
+endobj
+786 0 obj
+50
+endobj
+787 0 obj
+50
+endobj
+788 0 obj
+44
+endobj
+789 0 obj
+69
+endobj
+790 0 obj
+31
+endobj
+791 0 obj
+49
+endobj
+792 0 obj
+24
+endobj
+793 0 obj
+17
+endobj
+794 0 obj
+63
+endobj
+795 0 obj
+21
+endobj
+796 0 obj
+22535
+endobj
+797 0 obj
+34
+endobj
+798 0 obj
+33
+endobj
+799 0 obj
+89
+endobj
+800 0 obj
+56
+endobj
+801 0 obj
+81
+endobj
+802 0 obj
+84
+endobj
+803 0 obj
+74
+endobj
+804 0 obj
+62
+endobj
+805 0 obj
+84
+endobj
+806 0 obj
+75
+endobj
+807 0 obj
+93
+endobj
+808 0 obj
+77
+endobj
+809 0 obj
+62
+endobj
+810 0 obj
+33
+endobj
+811 0 obj
+17
+endobj
+812 0 obj
+32
+endobj
+813 0 obj
+50
+endobj
+814 0 obj
+30
+endobj
+815 0 obj
+29
+endobj
+816 0 obj
+26
+endobj
+817 0 obj
+44
+endobj
+818 0 obj
+34
+endobj
+819 0 obj
+43
+endobj
+820 0 obj
+64
+endobj
+821 0 obj
+42
+endobj
+822 0 obj
+18
+endobj
+823 0 obj
+81
+endobj
+824 0 obj
+54
+endobj
+825 0 obj
+19
+endobj
+826 0 obj
+94
+endobj
+827 0 obj
+61
+endobj
+828 0 obj
+49
+endobj
+829 0 obj
+30
+endobj
+830 0 obj
+46
+endobj
+831 0 obj
+83
+endobj
+832 0 obj
+19
+endobj
+833 0 obj
+60
+endobj
+834 0 obj
+38
+endobj
+835 0 obj
+46
+endobj
+836 0 obj
+63
+endobj
+837 0 obj
+31
+endobj
+838 0 obj
+52
+endobj
+839 0 obj
+36
+endobj
+840 0 obj
+38
+endobj
+841 0 obj
+74
+endobj
+842 0 obj
+27
+endobj
+843 0 obj
+27
+endobj
+844 0 obj
+19
+endobj
+845 0 obj
+34
+endobj
+846 0 obj
+45
+endobj
+847 0 obj
+64
+endobj
+848 0 obj
+71
+endobj
+849 0 obj
+72
+endobj
+850 0 obj
+20
+endobj
+851 0 obj
+35
+endobj
+852 0 obj
+49
+endobj
+853 0 obj
+45
+endobj
+854 0 obj
+40
+endobj
+855 0 obj
+35
+endobj
+856 0 obj
+34
+endobj
+857 0 obj
+37
+endobj
+858 0 obj
+12
+endobj
+859 0 obj
+15
+endobj
+860 0 obj
+28
+endobj
+861 0 obj
+12
+endobj
+862 0 obj
+36
+endobj
+863 0 obj
+40
+endobj
+864 0 obj
+53
+endobj
+865 0 obj
+34
+endobj
+866 0 obj
+45
+endobj
+867 0 obj
+38
+endobj
+868 0 obj
+40
+endobj
+869 0 obj
+22157
+endobj
+870 0 obj
+57
+endobj
+871 0 obj
+84
+endobj
+872 0 obj
+73
+endobj
+873 0 obj
+38
+endobj
+874 0 obj
+55
+endobj
+875 0 obj
+80
+endobj
+876 0 obj
+51
+endobj
+877 0 obj
+61
+endobj
+878 0 obj
+76
+endobj
+879 0 obj
+38
+endobj
+880 0 obj
+63
+endobj
+881 0 obj
+76
+endobj
+882 0 obj
+73
+endobj
+883 0 obj
+51
+endobj
+884 0 obj
+57
+endobj
+885 0 obj
+80
+endobj
+886 0 obj
+43
+endobj
+887 0 obj
+47
+endobj
+888 0 obj
+46
+endobj
+889 0 obj
+42
+endobj
+890 0 obj
+80
+endobj
+891 0 obj
+57
+endobj
+892 0 obj
+59
+endobj
+893 0 obj
+54
+endobj
+894 0 obj
+62
+endobj
+895 0 obj
+50
+endobj
+896 0 obj
+77
+endobj
+897 0 obj
+49
+endobj
+898 0 obj
+37
+endobj
+899 0 obj
+13
+endobj
+900 0 obj
+120
+endobj
+901 0 obj
+53
+endobj
+902 0 obj
+24
+endobj
+903 0 obj
+24
+endobj
+904 0 obj
+86
+endobj
+905 0 obj
+81
+endobj
+906 0 obj
+99
+endobj
+907 0 obj
+37
+endobj
+908 0 obj
+30
+endobj
+909 0 obj
+37
+endobj
+910 0 obj
+22
+endobj
+911 0 obj
+38
+endobj
+912 0 obj
+38
+endobj
+913 0 obj
+15
+endobj
+914 0 obj
+46
+endobj
+915 0 obj
+15
+endobj
+916 0 obj
+17965
+endobj
+917 0 obj
+72
+endobj
+918 0 obj
+43
+endobj
+919 0 obj
+71
+endobj
+920 0 obj
+66
+endobj
+921 0 obj
+56
+endobj
+922 0 obj
+79
+endobj
+923 0 obj
+67
+endobj
+924 0 obj
+105
+endobj
+925 0 obj
+105
+endobj
+926 0 obj
+19
+endobj
+927 0 obj
+78
+endobj
+928 0 obj
+73
+endobj
+929 0 obj
+53
+endobj
+930 0 obj
+79
+endobj
+931 0 obj
+41
+endobj
+932 0 obj
+66
+endobj
+933 0 obj
+78
+endobj
+934 0 obj
+33
+endobj
+935 0 obj
+62
+endobj
+936 0 obj
+100
+endobj
+937 0 obj
+59
+endobj
+938 0 obj
+81
+endobj
+939 0 obj
+77
+endobj
+940 0 obj
+79
+endobj
+941 0 obj
+75
+endobj
+942 0 obj
+12
+endobj
+943 0 obj
+31
+endobj
+944 0 obj
+111
+endobj
+945 0 obj
+96
+endobj
+946 0 obj
+49
+endobj
+947 0 obj
+59
+endobj
+948 0 obj
+13
+endobj
+949 0 obj
+15
+endobj
+950 0 obj
+50
+endobj
+951 0 obj
+26
+endobj
+952 0 obj
+63
+endobj
+953 0 obj
+40
+endobj
+954 0 obj
+72
+endobj
+955 0 obj
+81
+endobj
+956 0 obj
+22104
+endobj
+957 0 obj
+72
+endobj
+958 0 obj
+47
+endobj
+959 0 obj
+41
+endobj
+960 0 obj
+54
+endobj
+961 0 obj
+40
+endobj
+962 0 obj
+37
+endobj
+963 0 obj
+45
+endobj
+964 0 obj
+33
+endobj
+965 0 obj
+49
+endobj
+966 0 obj
+154
+endobj
+967 0 obj
+22
+endobj
+968 0 obj
+37
+endobj
+969 0 obj
+47
+endobj
+970 0 obj
+81
+endobj
+971 0 obj
+91
+endobj
+972 0 obj
+64
+endobj
+973 0 obj
+100
+endobj
+974 0 obj
+49
+endobj
+975 0 obj
+40
+endobj
+976 0 obj
+36
+endobj
+977 0 obj
+16
+endobj
+978 0 obj
+33
+endobj
+979 0 obj
+23
+endobj
+980 0 obj
+34
+endobj
+981 0 obj
+35
+endobj
+982 0 obj
+37
+endobj
+983 0 obj
+24185
+endobj
+984 0 obj
+71
+endobj
+985 0 obj
+36
+endobj
+986 0 obj
+44
+endobj
+987 0 obj
+39
+endobj
+988 0 obj
+76
+endobj
+989 0 obj
+42
+endobj
+990 0 obj
+57
+endobj
+991 0 obj
+39
+endobj
+992 0 obj
+63
+endobj
+993 0 obj
+75
+endobj
+994 0 obj
+72
+endobj
+995 0 obj
+52
+endobj
+996 0 obj
+39
+endobj
+997 0 obj
+64
+endobj
+998 0 obj
+48
+endobj
+999 0 obj
+35
+endobj
+1000 0 obj
+38
+endobj
+1001 0 obj
+29
+endobj
+1002 0 obj
+28
+endobj
+1003 0 obj
+31
+endobj
+1004 0 obj
+34
+endobj
+1005 0 obj
+62
+endobj
+1006 0 obj
+31
+endobj
+1007 0 obj
+38
+endobj
+1008 0 obj
+32
+endobj
+1009 0 obj
+25
+endobj
+1010 0 obj
+33
+endobj
+1011 0 obj
+27
+endobj
+1012 0 obj
+31
+endobj
+1013 0 obj
+32
+endobj
+1014 0 obj
+26347
+endobj
+1015 0 obj
+56
+endobj
+1016 0 obj
+45
+endobj
+1017 0 obj
+12
+endobj
+1018 0 obj
+74
+endobj
+1019 0 obj
+82
+endobj
+1020 0 obj
+45
+endobj
+1021 0 obj
+24028
+endobj
+1022 0 obj
+72
+endobj
+1023 0 obj
+78
+endobj
+1024 0 obj
+70
+endobj
+1025 0 obj
+106
+endobj
+1026 0 obj
+23815
+endobj
+1027 0 obj
+56
+endobj
+1028 0 obj
+61
+endobj
+1029 0 obj
+44
+endobj
+1030 0 obj
+83
+endobj
+1031 0 obj
+95
+endobj
+1032 0 obj
+59
+endobj
+1033 0 obj
+23
+endobj
+1034 0 obj
+58
+endobj
+1035 0 obj
+50
+endobj
+1036 0 obj
+37
+endobj
+1037 0 obj
+37
+endobj
+1038 0 obj
+30
+endobj
+1039 0 obj
+23104
+endobj
+1040 0 obj
+28
+endobj
+1041 0 obj
+46
+endobj
+1042 0 obj
+28
+endobj
+1043 0 obj
+81
+endobj
+1044 0 obj
+44
+endobj
+1045 0 obj
+30
+endobj
+1046 0 obj
+23361
+endobj
+1047 0 obj
+51
+endobj
+1048 0 obj
+75
+endobj
+1049 0 obj
+78
+endobj
+1050 0 obj
+69
+endobj
+1051 0 obj
+38
+endobj
+1052 0 obj
+17110
+endobj
+1053 0 obj
+71
+endobj
+1054 0 obj
+85
+endobj
+1055 0 obj
+98
+endobj
+1056 0 obj
+48
+endobj
+1057 0 obj
+57
+endobj
+1058 0 obj
+38
+endobj
+1059 0 obj
+14
+endobj
+1060 0 obj
+32
+endobj
+1061 0 obj
+38
+endobj
+1062 0 obj
+70
+endobj
+1063 0 obj
+57
+endobj
+1064 0 obj
+16
+endobj
+1065 0 obj
+49
+endobj
+1066 0 obj
+30
+endobj
+1067 0 obj
+21
+endobj
+1068 0 obj
+30
+endobj
+1069 0 obj
+62
+endobj
+1070 0 obj
+44
+endobj
+1071 0 obj
+75
+endobj
+1072 0 obj
+74
+endobj
+1073 0 obj
+23116
+endobj
+1074 0 obj
+63
+endobj
+1075 0 obj
+23631
+endobj
+1076 0 obj
+75
+endobj
+1077 0 obj
+97
+endobj
+1078 0 obj
+108
+endobj
+1079 0 obj
+84
+endobj
+1080 0 obj
+56
+endobj
+1081 0 obj
+87
+endobj
+1082 0 obj
+72
+endobj
+1083 0 obj
+102
+endobj
+1084 0 obj
+42
+endobj
+1085 0 obj
+18853
+endobj
+1086 0 obj
+71
+endobj
+1087 0 obj
+89
+endobj
+1088 0 obj
+117
+endobj
+1089 0 obj
+89
+endobj
+1090 0 obj
+92
+endobj
+1091 0 obj
+87
+endobj
+1092 0 obj
+105
+endobj
+1093 0 obj
+110
+endobj
+1094 0 obj
+14
+endobj
+1095 0 obj
+92
+endobj
+1096 0 obj
+48
+endobj
+1097 0 obj
+81
+endobj
+1098 0 obj
+11
+endobj
+1099 0 obj
+51
+endobj
+1100 0 obj
+66
+endobj
+1101 0 obj
+62
+endobj
+1102 0 obj
+78
+endobj
+1103 0 obj
+80
+endobj
+1104 0 obj
+58
+endobj
+1105 0 obj
+76
+endobj
+1106 0 obj
+80
+endobj
+1107 0 obj
+16146
+endobj
+1108 0 obj
+61
+endobj
+1109 0 obj
+81
+endobj
+1110 0 obj
+16
+endobj
+1111 0 obj
+66
+endobj
+1112 0 obj
+41
+endobj
+1113 0 obj
+73
+endobj
+1114 0 obj
+95
+endobj
+1115 0 obj
+65
+endobj
+1116 0 obj
+16112
+endobj
+1117 0 obj
+59
+endobj
+1118 0 obj
+15
+endobj
+1119 0 obj
+79
+endobj
+1120 0 obj
+58
+endobj
+1121 0 obj
+46
+endobj
+1122 0 obj
+48
+endobj
+1123 0 obj
+15
+endobj
+1124 0 obj
+45
+endobj
+1125 0 obj
+44
+endobj
+1126 0 obj
+88
+endobj
+1127 0 obj
+70
+endobj
+1128 0 obj
+53
+endobj
+1129 0 obj
+44
+endobj
+1130 0 obj
+53
+endobj
+1131 0 obj
+45
+endobj
+1132 0 obj
+53
+endobj
+1133 0 obj
+52
+endobj
+1134 0 obj
+51
+endobj
+1135 0 obj
+18
+endobj
+1136 0 obj
+38
+endobj
+1137 0 obj
+62
+endobj
+1138 0 obj
+37
+endobj
+1139 0 obj
+58
+endobj
+1140 0 obj
+32
+endobj
+1141 0 obj
+55
+endobj
+1142 0 obj
+62
+endobj
+1143 0 obj
+41
+endobj
+1144 0 obj
+72
+endobj
+1145 0 obj
+29
+endobj
+1146 0 obj
+35
+endobj
+1147 0 obj
+26
+endobj
+1148 0 obj
+33
+endobj
+1149 0 obj
+33
+endobj
+1150 0 obj
+41
+endobj
+1151 0 obj
+32
+endobj
+1152 0 obj
+90
+endobj
+1153 0 obj
+45
+endobj
+1154 0 obj
+25
+endobj
+1155 0 obj
+46
+endobj
+1156 0 obj
+24
+endobj
+1157 0 obj
+52
+endobj
+1158 0 obj
+57
+endobj
+1159 0 obj
+52
+endobj
+1160 0 obj
+17
+endobj
+1161 0 obj
+65
+endobj
+1162 0 obj
+16
+endobj
+1163 0 obj
+9269
+endobj
+1164 0 obj
+34
+endobj
+xref
+0 1165
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000380 00000 n 
+0000000419 00000 n 
+0000000441 00000 n 
+0000041835 00000 n 
+0000060793 00000 n 
+0000061101 00000 n 
+0000061329 00000 n 
+0000061607 00000 n 
+0000061862 00000 n 
+0000062115 00000 n 
+0000062387 00000 n 
+0000062667 00000 n 
+0000062931 00000 n 
+0000063177 00000 n 
+0000063401 00000 n 
+0000063616 00000 n 
+0000063861 00000 n 
+0000064138 00000 n 
+0000064412 00000 n 
+0000064676 00000 n 
+0000064962 00000 n 
+0000065166 00000 n 
+0000065459 00000 n 
+0000065785 00000 n 
+0000066052 00000 n 
+0000066298 00000 n 
+0000066568 00000 n 
+0000066839 00000 n 
+0000067058 00000 n 
+0000067310 00000 n 
+0000067528 00000 n 
+0000067779 00000 n 
+0000068029 00000 n 
+0000068270 00000 n 
+0000068502 00000 n 
+0000068727 00000 n 
+0000069000 00000 n 
+0000069230 00000 n 
+0000069453 00000 n 
+0000069711 00000 n 
+0000069987 00000 n 
+0000070258 00000 n 
+0000070470 00000 n 
+0000070684 00000 n 
+0000070966 00000 n 
+0000071233 00000 n 
+0000071472 00000 n 
+0000071705 00000 n 
+0000071927 00000 n 
+0000072146 00000 n 
+0000072382 00000 n 
+0000072616 00000 n 
+0000072846 00000 n 
+0000073066 00000 n 
+0000073293 00000 n 
+0000073522 00000 n 
+0000073739 00000 n 
+0000073961 00000 n 
+0000074184 00000 n 
+0000074402 00000 n 
+0000074624 00000 n 
+0000074863 00000 n 
+0000075068 00000 n 
+0000075303 00000 n 
+0000075505 00000 n 
+0000075740 00000 n 
+0000075991 00000 n 
+0000076204 00000 n 
+0000076413 00000 n 
+0000076635 00000 n 
+0000076850 00000 n 
+0000077095 00000 n 
+0000077344 00000 n 
+0000077573 00000 n 
+0000077801 00000 n 
+0000078010 00000 n 
+0000078245 00000 n 
+0000078475 00000 n 
+0000078676 00000 n 
+0000078895 00000 n 
+0000079141 00000 n 
+0000079367 00000 n 
+0000079633 00000 n 
+0000079858 00000 n 
+0000080071 00000 n 
+0000080308 00000 n 
+0000080549 00000 n 
+0000080778 00000 n 
+0000081030 00000 n 
+0000081290 00000 n 
+0000081520 00000 n 
+0000081785 00000 n 
+0000082012 00000 n 
+0000082275 00000 n 
+0000082584 00000 n 
+0000082852 00000 n 
+0000083121 00000 n 
+0000083357 00000 n 
+0000083575 00000 n 
+0000083810 00000 n 
+0000084042 00000 n 
+0000084267 00000 n 
+0000084481 00000 n 
+0000084727 00000 n 
+0000084934 00000 n 
+0000085171 00000 n 
+0000085388 00000 n 
+0000085616 00000 n 
+0000085840 00000 n 
+0000086072 00000 n 
+0000086313 00000 n 
+0000086523 00000 n 
+0000086742 00000 n 
+0000087003 00000 n 
+0000087232 00000 n 
+0000087471 00000 n 
+0000087675 00000 n 
+0000087916 00000 n 
+0000088170 00000 n 
+0000088392 00000 n 
+0000088623 00000 n 
+0000088890 00000 n 
+0000089126 00000 n 
+0000089335 00000 n 
+0000089570 00000 n 
+0000089808 00000 n 
+0000090047 00000 n 
+0000090302 00000 n 
+0000090560 00000 n 
+0000090809 00000 n 
+0000091062 00000 n 
+0000091280 00000 n 
+0000091487 00000 n 
+0000091762 00000 n 
+0000092021 00000 n 
+0000092269 00000 n 
+0000092514 00000 n 
+0000092721 00000 n 
+0000092960 00000 n 
+0000093236 00000 n 
+0000093484 00000 n 
+0000093767 00000 n 
+0000094006 00000 n 
+0000094244 00000 n 
+0000094492 00000 n 
+0000094712 00000 n 
+0000094918 00000 n 
+0000095162 00000 n 
+0000095391 00000 n 
+0000095631 00000 n 
+0000095886 00000 n 
+0000096098 00000 n 
+0000096351 00000 n 
+0000096586 00000 n 
+0000096849 00000 n 
+0000097088 00000 n 
+0000097378 00000 n 
+0000097630 00000 n 
+0000097869 00000 n 
+0000098121 00000 n 
+0000098326 00000 n 
+0000098593 00000 n 
+0000098833 00000 n 
+0000099050 00000 n 
+0000099297 00000 n 
+0000099520 00000 n 
+0000099747 00000 n 
+0000099963 00000 n 
+0000100174 00000 n 
+0000100402 00000 n 
+0000100629 00000 n 
+0000100844 00000 n 
+0000101074 00000 n 
+0000101296 00000 n 
+0000101533 00000 n 
+0000101756 00000 n 
+0000101976 00000 n 
+0000102217 00000 n 
+0000102422 00000 n 
+0000102657 00000 n 
+0000102885 00000 n 
+0000103095 00000 n 
+0000103339 00000 n 
+0000103573 00000 n 
+0000103794 00000 n 
+0000104046 00000 n 
+0000104262 00000 n 
+0000104500 00000 n 
+0000104741 00000 n 
+0000104965 00000 n 
+0000105205 00000 n 
+0000105416 00000 n 
+0000105652 00000 n 
+0000105903 00000 n 
+0000106146 00000 n 
+0000106389 00000 n 
+0000106626 00000 n 
+0000106888 00000 n 
+0000107112 00000 n 
+0000107354 00000 n 
+0000107571 00000 n 
+0000107780 00000 n 
+0000108036 00000 n 
+0000108250 00000 n 
+0000159708 00000 n 
+0000182321 00000 n 
+0000182548 00000 n 
+0000182774 00000 n 
+0000183056 00000 n 
+0000183305 00000 n 
+0000183579 00000 n 
+0000183856 00000 n 
+0000184123 00000 n 
+0000184378 00000 n 
+0000184655 00000 n 
+0000184923 00000 n 
+0000185209 00000 n 
+0000185479 00000 n 
+0000185734 00000 n 
+0000185960 00000 n 
+0000186169 00000 n 
+0000186394 00000 n 
+0000186637 00000 n 
+0000186860 00000 n 
+0000187082 00000 n 
+0000187301 00000 n 
+0000187538 00000 n 
+0000187765 00000 n 
+0000188001 00000 n 
+0000188258 00000 n 
+0000188493 00000 n 
+0000188703 00000 n 
+0000188977 00000 n 
+0000189224 00000 n 
+0000189436 00000 n 
+0000189723 00000 n 
+0000189977 00000 n 
+0000190219 00000 n 
+0000190442 00000 n 
+0000190681 00000 n 
+0000190957 00000 n 
+0000191169 00000 n 
+0000191422 00000 n 
+0000191653 00000 n 
+0000191892 00000 n 
+0000192148 00000 n 
+0000192372 00000 n 
+0000192617 00000 n 
+0000192846 00000 n 
+0000193077 00000 n 
+0000193344 00000 n 
+0000193564 00000 n 
+0000193784 00000 n 
+0000193996 00000 n 
+0000194223 00000 n 
+0000194461 00000 n 
+0000194718 00000 n 
+0000194982 00000 n 
+0000195247 00000 n 
+0000195459 00000 n 
+0000195687 00000 n 
+0000195929 00000 n 
+0000196167 00000 n 
+0000196400 00000 n 
+0000196628 00000 n 
+0000196855 00000 n 
+0000197085 00000 n 
+0000197288 00000 n 
+0000197495 00000 n 
+0000197716 00000 n 
+0000197919 00000 n 
+0000198148 00000 n 
+0000198381 00000 n 
+0000198627 00000 n 
+0000198854 00000 n 
+0000199092 00000 n 
+0000199323 00000 n 
+0000199556 00000 n 
+0000249174 00000 n 
+0000271409 00000 n 
+0000271659 00000 n 
+0000271936 00000 n 
+0000272202 00000 n 
+0000272433 00000 n 
+0000272681 00000 n 
+0000272954 00000 n 
+0000273198 00000 n 
+0000273452 00000 n 
+0000273721 00000 n 
+0000273951 00000 n 
+0000274207 00000 n 
+0000274476 00000 n 
+0000274742 00000 n 
+0000274986 00000 n 
+0000275236 00000 n 
+0000275509 00000 n 
+0000275745 00000 n 
+0000275985 00000 n 
+0000276224 00000 n 
+0000276459 00000 n 
+0000276732 00000 n 
+0000276982 00000 n 
+0000277234 00000 n 
+0000277481 00000 n 
+0000277736 00000 n 
+0000277979 00000 n 
+0000278249 00000 n 
+0000278491 00000 n 
+0000278721 00000 n 
+0000278926 00000 n 
+0000279239 00000 n 
+0000279485 00000 n 
+0000279702 00000 n 
+0000279919 00000 n 
+0000280198 00000 n 
+0000280472 00000 n 
+0000280764 00000 n 
+0000280994 00000 n 
+0000281217 00000 n 
+0000281447 00000 n 
+0000281662 00000 n 
+0000281893 00000 n 
+0000282124 00000 n 
+0000282331 00000 n 
+0000282570 00000 n 
+0000282777 00000 n 
+0000322354 00000 n 
+0000340397 00000 n 
+0000340662 00000 n 
+0000340898 00000 n 
+0000341162 00000 n 
+0000341421 00000 n 
+0000341670 00000 n 
+0000341942 00000 n 
+0000342202 00000 n 
+0000342500 00000 n 
+0000342798 00000 n 
+0000343010 00000 n 
+0000343281 00000 n 
+0000343547 00000 n 
+0000343793 00000 n 
+0000344065 00000 n 
+0000344299 00000 n 
+0000344558 00000 n 
+0000344829 00000 n 
+0000345054 00000 n 
+0000345309 00000 n 
+0000345602 00000 n 
+0000345854 00000 n 
+0000346128 00000 n 
+0000346398 00000 n 
+0000346670 00000 n 
+0000346938 00000 n 
+0000347141 00000 n 
+0000347365 00000 n 
+0000347669 00000 n 
+0000347958 00000 n 
+0000348200 00000 n 
+0000348452 00000 n 
+0000348657 00000 n 
+0000348864 00000 n 
+0000349107 00000 n 
+0000349325 00000 n 
+0000349581 00000 n 
+0000349814 00000 n 
+0000350079 00000 n 
+0000350353 00000 n 
+0000400396 00000 n 
+0000422578 00000 n 
+0000422843 00000 n 
+0000423083 00000 n 
+0000423317 00000 n 
+0000423564 00000 n 
+0000423797 00000 n 
+0000424027 00000 n 
+0000424265 00000 n 
+0000424491 00000 n 
+0000424733 00000 n 
+0000425080 00000 n 
+0000425295 00000 n 
+0000425525 00000 n 
+0000425765 00000 n 
+0000426039 00000 n 
+0000426323 00000 n 
+0000426580 00000 n 
+0000426873 00000 n 
+0000427115 00000 n 
+0000427348 00000 n 
+0000427577 00000 n 
+0000427786 00000 n 
+0000428012 00000 n 
+0000428227 00000 n 
+0000428454 00000 n 
+0000428682 00000 n 
+0000428912 00000 n 
+0000483301 00000 n 
+0000507564 00000 n 
+0000507828 00000 n 
+0000508057 00000 n 
+0000508294 00000 n 
+0000508526 00000 n 
+0000508795 00000 n 
+0000509030 00000 n 
+0000509280 00000 n 
+0000509512 00000 n 
+0000509768 00000 n 
+0000510036 00000 n 
+0000510301 00000 n 
+0000510546 00000 n 
+0000510778 00000 n 
+0000511035 00000 n 
+0000511276 00000 n 
+0000511504 00000 n 
+0000511736 00000 n 
+0000511959 00000 n 
+0000512181 00000 n 
+0000512406 00000 n 
+0000512634 00000 n 
+0000512890 00000 n 
+0000513115 00000 n 
+0000513347 00000 n 
+0000513573 00000 n 
+0000513792 00000 n 
+0000514018 00000 n 
+0000514238 00000 n 
+0000514463 00000 n 
+0000514689 00000 n 
+0000575532 00000 n 
+0000601958 00000 n 
+0000602208 00000 n 
+0000602447 00000 n 
+0000602652 00000 n 
+0000602920 00000 n 
+0000603196 00000 n 
+0000603435 00000 n 
+0000659041 00000 n 
+0000683148 00000 n 
+0000683414 00000 n 
+0000683686 00000 n 
+0000683950 00000 n 
+0000684250 00000 n 
+0000739041 00000 n 
+0000762935 00000 n 
+0000763185 00000 n 
+0000763440 00000 n 
+0000763678 00000 n 
+0000763955 00000 n 
+0000764244 00000 n 
+0000764497 00000 n 
+0000764713 00000 n 
+0000764965 00000 n 
+0000765209 00000 n 
+0000765440 00000 n 
+0000765671 00000 n 
+0000765894 00000 n 
+0000818437 00000 n 
+0000841620 00000 n 
+0000841842 00000 n 
+0000842082 00000 n 
+0000842304 00000 n 
+0000842579 00000 n 
+0000842817 00000 n 
+0000843041 00000 n 
+0000896539 00000 n 
+0000919979 00000 n 
+0000920224 00000 n 
+0000920493 00000 n 
+0000920765 00000 n 
+0000921028 00000 n 
+0000921260 00000 n 
+0000959227 00000 n 
+0000976416 00000 n 
+0000976681 00000 n 
+0000976960 00000 n 
+0000977252 00000 n 
+0000977494 00000 n 
+0000977745 00000 n 
+0000977977 00000 n 
+0000978184 00000 n 
+0000978409 00000 n 
+0000978641 00000 n 
+0000978905 00000 n 
+0000979156 00000 n 
+0000979365 00000 n 
+0000979608 00000 n 
+0000979831 00000 n 
+0000980045 00000 n 
+0000980268 00000 n 
+0000980524 00000 n 
+0000980762 00000 n 
+0000981031 00000 n 
+0000981299 00000 n 
+0001034810 00000 n 
+0001058005 00000 n 
+0001058262 00000 n 
+0001112216 00000 n 
+0001135926 00000 n 
+0001136195 00000 n 
+0001136486 00000 n 
+0001136788 00000 n 
+0001137066 00000 n 
+0001137316 00000 n 
+0001137597 00000 n 
+0001137863 00000 n 
+0001138159 00000 n 
+0001138395 00000 n 
+0001177776 00000 n 
+0001196708 00000 n 
+0001196973 00000 n 
+0001197256 00000 n 
+0001197567 00000 n 
+0001197850 00000 n 
+0001198136 00000 n 
+0001198417 00000 n 
+0001198716 00000 n 
+0001199020 00000 n 
+0001199227 00000 n 
+0001199513 00000 n 
+0001199755 00000 n 
+0001200030 00000 n 
+0001200234 00000 n 
+0001200479 00000 n 
+0001200739 00000 n 
+0001200995 00000 n 
+0001201267 00000 n 
+0001201541 00000 n 
+0001201793 00000 n 
+0001202063 00000 n 
+0001202337 00000 n 
+0001235852 00000 n 
+0001252077 00000 n 
+0001252332 00000 n 
+0001252607 00000 n 
+0001252816 00000 n 
+0001253076 00000 n 
+0001253311 00000 n 
+0001253578 00000 n 
+0001253867 00000 n 
+0001254126 00000 n 
+0001282353 00000 n 
+0001298544 00000 n 
+0001298797 00000 n 
+0001299005 00000 n 
+0001299278 00000 n 
+0001299530 00000 n 
+0001299770 00000 n 
+0001300012 00000 n 
+0001300220 00000 n 
+0001300458 00000 n 
+0001300695 00000 n 
+0001300977 00000 n 
+0001301241 00000 n 
+0001301488 00000 n 
+0001301726 00000 n 
+0001301973 00000 n 
+0001302212 00000 n 
+0001302459 00000 n 
+0001302705 00000 n 
+0001302950 00000 n 
+0001303162 00000 n 
+0001303394 00000 n 
+0001303650 00000 n 
+0001303881 00000 n 
+0001304133 00000 n 
+0001304359 00000 n 
+0001304608 00000 n 
+0001304864 00000 n 
+0001305099 00000 n 
+0001305365 00000 n 
+0001305588 00000 n 
+0001305817 00000 n 
+0001306036 00000 n 
+0001306263 00000 n 
+0001306490 00000 n 
+0001306725 00000 n 
+0001306951 00000 n 
+0001307235 00000 n 
+0001307474 00000 n 
+0001307693 00000 n 
+0001307933 00000 n 
+0001308151 00000 n 
+0001308397 00000 n 
+0001308648 00000 n 
+0001308894 00000 n 
+0001309104 00000 n 
+0001309363 00000 n 
+0001309572 00000 n 
+0001319963 00000 n 
+0001329311 00000 n 
+0001329539 00000 n 
+0001329668 00000 n 
+0001330995 00000 n 
+0001331142 00000 n 
+0001331165 00000 n 
+0001331186 00000 n 
+0001331206 00000 n 
+0001331226 00000 n 
+0001331246 00000 n 
+0001331266 00000 n 
+0001331286 00000 n 
+0001331306 00000 n 
+0001331326 00000 n 
+0001331346 00000 n 
+0001331366 00000 n 
+0001331386 00000 n 
+0001331406 00000 n 
+0001331426 00000 n 
+0001331446 00000 n 
+0001331466 00000 n 
+0001331486 00000 n 
+0001331506 00000 n 
+0001331527 00000 n 
+0001331548 00000 n 
+0001331568 00000 n 
+0001331588 00000 n 
+0001331608 00000 n 
+0001331628 00000 n 
+0001331648 00000 n 
+0001331668 00000 n 
+0001331688 00000 n 
+0001331708 00000 n 
+0001331728 00000 n 
+0001331748 00000 n 
+0001331768 00000 n 
+0001331788 00000 n 
+0001331808 00000 n 
+0001331828 00000 n 
+0001331848 00000 n 
+0001331868 00000 n 
+0001331888 00000 n 
+0001331908 00000 n 
+0001331928 00000 n 
+0001331948 00000 n 
+0001331968 00000 n 
+0001331988 00000 n 
+0001332008 00000 n 
+0001332028 00000 n 
+0001332048 00000 n 
+0001332068 00000 n 
+0001332088 00000 n 
+0001332108 00000 n 
+0001332128 00000 n 
+0001332148 00000 n 
+0001332168 00000 n 
+0001332188 00000 n 
+0001332208 00000 n 
+0001332228 00000 n 
+0001332248 00000 n 
+0001332268 00000 n 
+0001332288 00000 n 
+0001332308 00000 n 
+0001332328 00000 n 
+0001332348 00000 n 
+0001332368 00000 n 
+0001332388 00000 n 
+0001332408 00000 n 
+0001332428 00000 n 
+0001332448 00000 n 
+0001332468 00000 n 
+0001332488 00000 n 
+0001332508 00000 n 
+0001332528 00000 n 
+0001332548 00000 n 
+0001332568 00000 n 
+0001332588 00000 n 
+0001332608 00000 n 
+0001332628 00000 n 
+0001332648 00000 n 
+0001332668 00000 n 
+0001332688 00000 n 
+0001332708 00000 n 
+0001332728 00000 n 
+0001332748 00000 n 
+0001332768 00000 n 
+0001332788 00000 n 
+0001332808 00000 n 
+0001332828 00000 n 
+0001332848 00000 n 
+0001332868 00000 n 
+0001332888 00000 n 
+0001332908 00000 n 
+0001332928 00000 n 
+0001332948 00000 n 
+0001332969 00000 n 
+0001332989 00000 n 
+0001333009 00000 n 
+0001333029 00000 n 
+0001333049 00000 n 
+0001333069 00000 n 
+0001333089 00000 n 
+0001333109 00000 n 
+0001333129 00000 n 
+0001333149 00000 n 
+0001333169 00000 n 
+0001333189 00000 n 
+0001333209 00000 n 
+0001333229 00000 n 
+0001333249 00000 n 
+0001333269 00000 n 
+0001333289 00000 n 
+0001333309 00000 n 
+0001333329 00000 n 
+0001333349 00000 n 
+0001333369 00000 n 
+0001333389 00000 n 
+0001333409 00000 n 
+0001333429 00000 n 
+0001333449 00000 n 
+0001333469 00000 n 
+0001333489 00000 n 
+0001333509 00000 n 
+0001333529 00000 n 
+0001333549 00000 n 
+0001333569 00000 n 
+0001333589 00000 n 
+0001333609 00000 n 
+0001333629 00000 n 
+0001333649 00000 n 
+0001333669 00000 n 
+0001333689 00000 n 
+0001333709 00000 n 
+0001333729 00000 n 
+0001333749 00000 n 
+0001333769 00000 n 
+0001333789 00000 n 
+0001333809 00000 n 
+0001333829 00000 n 
+0001333849 00000 n 
+0001333869 00000 n 
+0001333889 00000 n 
+0001333909 00000 n 
+0001333929 00000 n 
+0001333949 00000 n 
+0001333969 00000 n 
+0001333989 00000 n 
+0001334009 00000 n 
+0001334029 00000 n 
+0001334049 00000 n 
+0001334069 00000 n 
+0001334089 00000 n 
+0001334109 00000 n 
+0001334129 00000 n 
+0001334149 00000 n 
+0001334169 00000 n 
+0001334189 00000 n 
+0001334209 00000 n 
+0001334229 00000 n 
+0001334249 00000 n 
+0001334269 00000 n 
+0001334289 00000 n 
+0001334309 00000 n 
+0001334329 00000 n 
+0001334349 00000 n 
+0001334369 00000 n 
+0001334389 00000 n 
+0001334409 00000 n 
+0001334429 00000 n 
+0001334449 00000 n 
+0001334469 00000 n 
+0001334489 00000 n 
+0001334509 00000 n 
+0001334529 00000 n 
+0001334549 00000 n 
+0001334569 00000 n 
+0001334589 00000 n 
+0001334609 00000 n 
+0001334629 00000 n 
+0001334649 00000 n 
+0001334669 00000 n 
+0001334689 00000 n 
+0001334709 00000 n 
+0001334729 00000 n 
+0001334749 00000 n 
+0001334769 00000 n 
+0001334789 00000 n 
+0001334809 00000 n 
+0001334829 00000 n 
+0001334849 00000 n 
+0001334869 00000 n 
+0001334889 00000 n 
+0001334909 00000 n 
+0001334929 00000 n 
+0001334949 00000 n 
+0001334969 00000 n 
+0001334989 00000 n 
+0001335009 00000 n 
+0001335029 00000 n 
+0001335049 00000 n 
+0001335069 00000 n 
+0001335089 00000 n 
+0001335109 00000 n 
+0001335129 00000 n 
+0001335149 00000 n 
+0001335172 00000 n 
+0001335192 00000 n 
+0001335212 00000 n 
+0001335232 00000 n 
+0001335252 00000 n 
+0001335272 00000 n 
+0001335292 00000 n 
+0001335312 00000 n 
+0001335332 00000 n 
+0001335352 00000 n 
+0001335372 00000 n 
+0001335392 00000 n 
+0001335412 00000 n 
+0001335432 00000 n 
+0001335452 00000 n 
+0001335472 00000 n 
+0001335492 00000 n 
+0001335512 00000 n 
+0001335532 00000 n 
+0001335552 00000 n 
+0001335572 00000 n 
+0001335592 00000 n 
+0001335612 00000 n 
+0001335632 00000 n 
+0001335652 00000 n 
+0001335672 00000 n 
+0001335692 00000 n 
+0001335712 00000 n 
+0001335732 00000 n 
+0001335752 00000 n 
+0001335772 00000 n 
+0001335792 00000 n 
+0001335812 00000 n 
+0001335832 00000 n 
+0001335852 00000 n 
+0001335872 00000 n 
+0001335892 00000 n 
+0001335912 00000 n 
+0001335932 00000 n 
+0001335952 00000 n 
+0001335972 00000 n 
+0001335992 00000 n 
+0001336012 00000 n 
+0001336032 00000 n 
+0001336052 00000 n 
+0001336072 00000 n 
+0001336092 00000 n 
+0001336112 00000 n 
+0001336132 00000 n 
+0001336152 00000 n 
+0001336172 00000 n 
+0001336192 00000 n 
+0001336212 00000 n 
+0001336232 00000 n 
+0001336252 00000 n 
+0001336272 00000 n 
+0001336292 00000 n 
+0001336312 00000 n 
+0001336332 00000 n 
+0001336352 00000 n 
+0001336372 00000 n 
+0001336392 00000 n 
+0001336412 00000 n 
+0001336432 00000 n 
+0001336452 00000 n 
+0001336472 00000 n 
+0001336492 00000 n 
+0001336512 00000 n 
+0001336532 00000 n 
+0001336552 00000 n 
+0001336572 00000 n 
+0001336592 00000 n 
+0001336612 00000 n 
+0001336635 00000 n 
+0001336655 00000 n 
+0001336675 00000 n 
+0001336695 00000 n 
+0001336715 00000 n 
+0001336735 00000 n 
+0001336755 00000 n 
+0001336775 00000 n 
+0001336795 00000 n 
+0001336815 00000 n 
+0001336835 00000 n 
+0001336855 00000 n 
+0001336875 00000 n 
+0001336895 00000 n 
+0001336915 00000 n 
+0001336935 00000 n 
+0001336955 00000 n 
+0001336975 00000 n 
+0001336995 00000 n 
+0001337015 00000 n 
+0001337035 00000 n 
+0001337055 00000 n 
+0001337075 00000 n 
+0001337095 00000 n 
+0001337115 00000 n 
+0001337135 00000 n 
+0001337155 00000 n 
+0001337175 00000 n 
+0001337195 00000 n 
+0001337215 00000 n 
+0001337235 00000 n 
+0001337256 00000 n 
+0001337276 00000 n 
+0001337296 00000 n 
+0001337316 00000 n 
+0001337336 00000 n 
+0001337356 00000 n 
+0001337376 00000 n 
+0001337396 00000 n 
+0001337416 00000 n 
+0001337436 00000 n 
+0001337456 00000 n 
+0001337476 00000 n 
+0001337496 00000 n 
+0001337516 00000 n 
+0001337536 00000 n 
+0001337556 00000 n 
+0001337579 00000 n 
+0001337599 00000 n 
+0001337619 00000 n 
+0001337639 00000 n 
+0001337659 00000 n 
+0001337679 00000 n 
+0001337699 00000 n 
+0001337719 00000 n 
+0001337740 00000 n 
+0001337761 00000 n 
+0001337781 00000 n 
+0001337801 00000 n 
+0001337821 00000 n 
+0001337841 00000 n 
+0001337861 00000 n 
+0001337881 00000 n 
+0001337901 00000 n 
+0001337921 00000 n 
+0001337941 00000 n 
+0001337961 00000 n 
+0001337982 00000 n 
+0001338002 00000 n 
+0001338022 00000 n 
+0001338042 00000 n 
+0001338062 00000 n 
+0001338082 00000 n 
+0001338102 00000 n 
+0001338122 00000 n 
+0001338143 00000 n 
+0001338163 00000 n 
+0001338183 00000 n 
+0001338203 00000 n 
+0001338223 00000 n 
+0001338243 00000 n 
+0001338263 00000 n 
+0001338283 00000 n 
+0001338303 00000 n 
+0001338323 00000 n 
+0001338343 00000 n 
+0001338363 00000 n 
+0001338386 00000 n 
+0001338406 00000 n 
+0001338426 00000 n 
+0001338446 00000 n 
+0001338466 00000 n 
+0001338486 00000 n 
+0001338506 00000 n 
+0001338526 00000 n 
+0001338546 00000 n 
+0001338566 00000 n 
+0001338587 00000 n 
+0001338607 00000 n 
+0001338627 00000 n 
+0001338647 00000 n 
+0001338667 00000 n 
+0001338687 00000 n 
+0001338707 00000 n 
+0001338728 00000 n 
+0001338748 00000 n 
+0001338768 00000 n 
+0001338788 00000 n 
+0001338808 00000 n 
+0001338828 00000 n 
+0001338848 00000 n 
+0001338868 00000 n 
+0001338888 00000 n 
+0001338908 00000 n 
+0001338931 00000 n 
+0001338951 00000 n 
+0001338971 00000 n 
+0001338991 00000 n 
+0001339011 00000 n 
+0001339031 00000 n 
+0001339051 00000 n 
+0001339071 00000 n 
+0001339091 00000 n 
+0001339111 00000 n 
+0001339131 00000 n 
+0001339151 00000 n 
+0001339171 00000 n 
+0001339191 00000 n 
+0001339211 00000 n 
+0001339231 00000 n 
+0001339251 00000 n 
+0001339272 00000 n 
+0001339293 00000 n 
+0001339314 00000 n 
+0001339335 00000 n 
+0001339356 00000 n 
+0001339377 00000 n 
+0001339398 00000 n 
+0001339419 00000 n 
+0001339440 00000 n 
+0001339461 00000 n 
+0001339482 00000 n 
+0001339503 00000 n 
+0001339524 00000 n 
+0001339545 00000 n 
+0001339569 00000 n 
+0001339590 00000 n 
+0001339611 00000 n 
+0001339632 00000 n 
+0001339653 00000 n 
+0001339674 00000 n 
+0001339695 00000 n 
+0001339719 00000 n 
+0001339740 00000 n 
+0001339761 00000 n 
+0001339782 00000 n 
+0001339804 00000 n 
+0001339828 00000 n 
+0001339849 00000 n 
+0001339870 00000 n 
+0001339891 00000 n 
+0001339912 00000 n 
+0001339933 00000 n 
+0001339954 00000 n 
+0001339975 00000 n 
+0001339996 00000 n 
+0001340017 00000 n 
+0001340038 00000 n 
+0001340059 00000 n 
+0001340080 00000 n 
+0001340104 00000 n 
+0001340125 00000 n 
+0001340146 00000 n 
+0001340167 00000 n 
+0001340188 00000 n 
+0001340209 00000 n 
+0001340230 00000 n 
+0001340254 00000 n 
+0001340275 00000 n 
+0001340296 00000 n 
+0001340317 00000 n 
+0001340338 00000 n 
+0001340359 00000 n 
+0001340383 00000 n 
+0001340404 00000 n 
+0001340425 00000 n 
+0001340446 00000 n 
+0001340467 00000 n 
+0001340488 00000 n 
+0001340509 00000 n 
+0001340530 00000 n 
+0001340551 00000 n 
+0001340572 00000 n 
+0001340593 00000 n 
+0001340614 00000 n 
+0001340635 00000 n 
+0001340656 00000 n 
+0001340677 00000 n 
+0001340698 00000 n 
+0001340719 00000 n 
+0001340740 00000 n 
+0001340761 00000 n 
+0001340782 00000 n 
+0001340803 00000 n 
+0001340827 00000 n 
+0001340848 00000 n 
+0001340872 00000 n 
+0001340893 00000 n 
+0001340914 00000 n 
+0001340936 00000 n 
+0001340957 00000 n 
+0001340978 00000 n 
+0001340999 00000 n 
+0001341020 00000 n 
+0001341042 00000 n 
+0001341063 00000 n 
+0001341087 00000 n 
+0001341108 00000 n 
+0001341129 00000 n 
+0001341151 00000 n 
+0001341172 00000 n 
+0001341193 00000 n 
+0001341214 00000 n 
+0001341236 00000 n 
+0001341258 00000 n 
+0001341279 00000 n 
+0001341300 00000 n 
+0001341321 00000 n 
+0001341342 00000 n 
+0001341363 00000 n 
+0001341384 00000 n 
+0001341405 00000 n 
+0001341426 00000 n 
+0001341447 00000 n 
+0001341468 00000 n 
+0001341489 00000 n 
+0001341510 00000 n 
+0001341531 00000 n 
+0001341555 00000 n 
+0001341576 00000 n 
+0001341597 00000 n 
+0001341618 00000 n 
+0001341639 00000 n 
+0001341660 00000 n 
+0001341681 00000 n 
+0001341702 00000 n 
+0001341723 00000 n 
+0001341747 00000 n 
+0001341768 00000 n 
+0001341789 00000 n 
+0001341810 00000 n 
+0001341831 00000 n 
+0001341852 00000 n 
+0001341873 00000 n 
+0001341894 00000 n 
+0001341915 00000 n 
+0001341936 00000 n 
+0001341957 00000 n 
+0001341978 00000 n 
+0001341999 00000 n 
+0001342020 00000 n 
+0001342041 00000 n 
+0001342062 00000 n 
+0001342083 00000 n 
+0001342104 00000 n 
+0001342125 00000 n 
+0001342146 00000 n 
+0001342167 00000 n 
+0001342188 00000 n 
+0001342209 00000 n 
+0001342230 00000 n 
+0001342251 00000 n 
+0001342272 00000 n 
+0001342293 00000 n 
+0001342314 00000 n 
+0001342335 00000 n 
+0001342356 00000 n 
+0001342377 00000 n 
+0001342398 00000 n 
+0001342419 00000 n 
+0001342440 00000 n 
+0001342461 00000 n 
+0001342482 00000 n 
+0001342503 00000 n 
+0001342524 00000 n 
+0001342545 00000 n 
+0001342566 00000 n 
+0001342587 00000 n 
+0001342608 00000 n 
+0001342629 00000 n 
+0001342650 00000 n 
+0001342671 00000 n 
+0001342692 00000 n 
+0001342713 00000 n 
+0001342736 00000 n 
+trailer
+<<
+/Size 1165
+/Root 1 0 R
+/Info 595 0 R
+>>
+startxref
+1342757
+%%EOF
diff --git a/misc/Multi-Cut Pruning in Game-Tree Search.pdf b/misc/Multi-Cut Pruning in Game-Tree Search.pdf
new file mode 100644 (file)
index 0000000..5bfa552
Binary files /dev/null and b/misc/Multi-Cut Pruning in Game-Tree Search.pdf differ
diff --git a/misc/Pruning nodes in AB using inductive logic.pdf b/misc/Pruning nodes in AB using inductive logic.pdf
new file mode 100644 (file)
index 0000000..6bfa702
--- /dev/null
@@ -0,0 +1,10356 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 595 842 ]
+/Count 6
+/Kids [ 6 0 R 213 0 R 268 0 R 321 0 R 383 0 R 394 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 449 0 R >> /XObject << /Im1 8 0 R /Im2 9 0 R /Im3 10 0 R /Im4 11 0 R /Im5 12 0 R /Im4 11 0 R /Im6 13 0 R /Im7 14 0 R /Im8 15 0 R /Im9 16 0 R /Im10 17 0 R /Im11 18 0 R /Im5 12 0 R /Im4 11 0 R /Im12 19 0 R /Im13 20 0 R /Im10 17 0 R /Im14 21 0 R /Im15 22 0 R /Im16 23 0 R /Im13 20 0 R /Im17 24 0 R /Im18 25 0 R /Im19 26 0 R /Im10 17 0 R /Im12 19 0 R /Im17 24 0 R /Im20 27 0 R /Im10 17 0 R /Im12 19 0 R /Im13 20 0 R /Im8 15 0 R /Im9 16 0 R /Im21 28 0 R /Im11 18 0 R /Im5 12 0 R /Im4 11 0 R /Im6 13 0 R /Im22 29 0 R /Im4 11 0 R /Im9 16 0 R /Im3 10 0 R /Im23 30 0 R /Im12 19 0 R /Im5 12 0 R /Im24 31 0 R /Im10 17 0 R /Im25 32 0 R /Im8 15 0 R /Im6 13 0 R /Im5 12 0 R /Im23 30 0 R /Im2 9 0 R /Im8 15 0 R /Im6 13 0 R /Im2 9 0 R /Im17 24 0 R /Im26 33 0 R /Im26 33 0 R /Im5 12 0 R /Im4 11 0 R /Im6 13 0 R /Im27 34 0 R /Im28 35 0 R /Im29 36 0 R /Im30 37 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im28 35 0 R /Im34 41 0 R /Im35 42 0 R /Im30 37 0 R /Im36 43 0 R /Im30 37 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im38 45 0 R /Im42 49 0 R /Im38 45 0 R /Im43 50 0 R /Im28 35 0 R /Im44 51 0 R /Im30 37 0 R /Im45 52 0 R /Im32 39 0 R /Im46 53 0 R /Im28 35 0 R /Im43 50 0 R /Im28 35 0 R /Im47 54 0 R /Im40 47 0 R /Im48 55 0 R /Im28 35 0 R /Im46 53 0 R /Im28 35 0 R /Im49 56 0 R /Im30 37 0 R /Im46 53 0 R /Im32 39 0 R /Im27 34 0 R /Im38 45 0 R /Im37 44 0 R /Im38 45 0 R /Im35 42 0 R /Im28 35 0 R /Im38 45 0 R /Im35 42 0 R /Im50 57 0 R /Im41 48 0 R /Im32 39 0 R /Im50 57 0 R /Im51 58 0 R /Im35 42 0 R /Im28 35 0 R /Im33 40 0 R /Im32 39 0 R /Im34 41 0 R /Im43 50 0 R /Im28 35 0 R /Im31 38 0 R /Im52 59 0 R /Im53 60 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im57 64 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im64 71 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im68 75 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im70 77 0 R /Im66 73 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im71 78 0 R /Im72 79 0 R /Im55 62 0 R /Im65 72 0 R /Im60 67 0 R /Im73 80 0 R /Im55 62 0 R /Im62 69 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im57 64 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im75 82 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im59 66 0 R /Im60 67 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im73 80 0 R /Im71 78 0 R /Im77 84 0 R /Im60 67 0 R /Im78 85 0 R /Im64 71 0 R /Im74 81 0 R /Im60 67 0 R /Im79 86 0 R /Im66 73 0 R /Im76 83 0 R /Im60 67 0 R /Im71 78 0 R /Im70 77 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im55 62 0 R /Im79 86 0 R /Im78 85 0 R /Im69 76 0 R /Im71 78 0 R /Im72 79 0 R /Im55 62 0 R /Im65 72 0 R /Im60 67 0 R /Im73 80 0 R /Im55 62 0 R /Im81 88 0 R /Im82 89 0 R /Im82 89 0 R /Im79 86 0 R /Im83 90 0 R /Im84 91 0 R /Im84 91 0 R /Im84 91 0 R /Im71 78 0 R /Im85 92 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im59 66 0 R /Im86 93 0 R /Im87 94 0 R /Im88 95 0 R /Im89 96 0 R /Im90 97 0 R /Im91 98 0 R /Im90 97 0 R /Im92 99 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im96 103 0 R /Im97 104 0 R /Im98 105 0 R /Im99 106 0 R /Im100 107 0 R /Im94 101 0 R /Im101 108 0 R /Im89 96 0 R /Im93 100 0 R /Im92 99 0 R /Im93 100 0 R /Im89 96 0 R /Im100 107 0 R /Im94 101 0 R /Im88 95 0 R /Im101 108 0 R /Im100 107 0 R /Im99 106 0 R /Im102 109 0 R /Im103 110 0 R /Im88 95 0 R /Im98 105 0 R /Im96 103 0 R /Im104 111 0 R /Im89 96 0 R /Im88 95 0 R /Im101 108 0 R /Im105 112 0 R /Im98 105 0 R /Im99 106 0 R /Im104 111 0 R /Im93 100 0 R /Im98 105 0 R /Im104 111 0 R /Im106 113 0 R /Im95 102 0 R /Im107 114 0 R /Im108 115 0 R /Im109 116 0 R /Im110 117 0 R /Im111 118 0 R /Im112 119 0 R /Im113 120 0 R /Im110 117 0 R /Im75 82 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im74 81 0 R /Im55 62 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im116 123 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im79 86 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im115 122 0 R /Im73 80 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im64 71 0 R /Im58 65 0 R /Im79 86 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im78 85 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im54 61 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im54 61 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im117 124 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im66 73 0 R /Im79 86 0 R /Im66 73 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im71 78 0 R /Im115 122 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im80 87 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im61 68 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im80 87 0 R /Im53 60 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im69 76 0 R /Im54 61 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im73 80 0 R /Im64 71 0 R /Im53 60 0 R /Im63 70 0 R /Im67 74 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im71 78 0 R /Im115 122 0 R /Im73 80 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im79 86 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im61 68 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im115 122 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im86 93 0 R /Im121 128 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im125 132 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im124 131 0 R /Im122 129 0 R /Im126 133 0 R /Im123 130 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im130 137 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im132 139 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im61 68 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im79 86 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im59 66 0 R /Im114 121 0 R /Im60 67 0 R /Im63 70 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im55 62 0 R /Im63 70 0 R /Im79 86 0 R /Im64 71 0 R /Im74 81 0 R /Im58 65 0 R /Im86 93 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im116 123 0 R /Im59 66 0 R /Im67 74 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im71 78 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im76 83 0 R /Im73 80 0 R /Im54 61 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im56 63 0 R /Im53 60 0 R /Im79 86 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im115 122 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im78 85 0 R /Im59 66 0 R /Im60 67 0 R /Im80 87 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im78 85 0 R /Im59 66 0 R /Im60 67 0 R /Im80 87 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im79 86 0 R /Im74 81 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im115 122 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im76 83 0 R /Im55 62 0 R /Im74 81 0 R /Im115 122 0 R /Im53 60 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im55 62 0 R /Im59 66 0 R /Im73 80 0 R /Im66 73 0 R /Im63 70 0 R /Im55 62 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im116 123 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im79 86 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im67 74 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im71 78 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im74 81 0 R /Im58 65 0 R /Im60 67 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im115 122 0 R /Im64 71 0 R /Im60 67 0 R /Im63 70 0 R /Im79 86 0 R /Im60 67 0 R /Im65 72 0 R /Im73 80 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im59 66 0 R /Im55 62 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im65 72 0 R /Im69 76 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im133 140 0 R /Im52 59 0 R /Im53 60 0 R /Im134 141 0 R /Im55 62 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im84 91 0 R /Im71 78 0 R /Im137 144 0 R /Im69 76 0 R /Im65 72 0 R /Im65 72 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im138 145 0 R /Im139 146 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im53 60 0 R /Im63 70 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im74 81 0 R /Im69 76 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im74 81 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im74 81 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im86 93 0 R /Im137 144 0 R /Im55 62 0 R /Im59 66 0 R /Im73 80 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im140 147 0 R /Im141 148 0 R /Im142 149 0 R /Im143 150 0 R /Im144 151 0 R /Im145 152 0 R /Im142 149 0 R /Im146 153 0 R /Im146 153 0 R /Im147 154 0 R /Im148 155 0 R /Im149 156 0 R /Im150 157 0 R /Im150 157 0 R /Im151 158 0 R /Im143 150 0 R /Im144 151 0 R /Im152 159 0 R /Im153 160 0 R /Im154 161 0 R /Im147 154 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im156 163 0 R /Im151 158 0 R /Im143 150 0 R /Im145 152 0 R /Im157 164 0 R /Im158 165 0 R /Im159 166 0 R /Im151 158 0 R /Im143 150 0 R /Im160 167 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im161 168 0 R /Im162 169 0 R /Im145 152 0 R /Im152 159 0 R /Im158 165 0 R /Im162 169 0 R /Im152 159 0 R /Im141 148 0 R /Im143 150 0 R /Im151 158 0 R /Im160 167 0 R /Im151 158 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im163 170 0 R /Im151 158 0 R /Im149 156 0 R /Im158 165 0 R /Im153 160 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im164 171 0 R /Im165 172 0 R /Im166 173 0 R /Im149 156 0 R /Im143 150 0 R /Im143 150 0 R /Im152 159 0 R /Im158 165 0 R /Im144 151 0 R /Im146 153 0 R /Im147 154 0 R /Im167 174 0 R /Im151 158 0 R /Im143 150 0 R /Im168 175 0 R /Im145 152 0 R /Im158 165 0 R /Im169 176 0 R /Im159 166 0 R /Im151 158 0 R /Im143 150 0 R /Im161 168 0 R /Im149 156 0 R /Im160 167 0 R /Im145 152 0 R /Im148 155 0 R /Im155 162 0 R /Im151 158 0 R /Im166 173 0 R /Im151 158 0 R /Im160 167 0 R /Im150 157 0 R /Im149 156 0 R /Im144 151 0 R /Im152 159 0 R /Im143 150 0 R /Im161 168 0 R /Im147 154 0 R /Im148 155 0 R /Im144 151 0 R /Im152 159 0 R /Im160 167 0 R /Im148 155 0 R /Im166 173 0 R /Im151 158 0 R /Im143 150 0 R /Im150 157 0 R /Im164 171 0 R /Im170 177 0 R /Im171 178 0 R /Im172 179 0 R /Im173 180 0 R /Im174 181 0 R /Im175 182 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im179 186 0 R /Im174 181 0 R /Im86 93 0 R /Im172 179 0 R /Im171 178 0 R /Im175 182 0 R /Im180 187 0 R /Im181 188 0 R /Im180 187 0 R /Im86 93 0 R /Im182 189 0 R /Im180 187 0 R /Im86 93 0 R /Im183 190 0 R /Im171 178 0 R /Im164 171 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im67 74 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im130 137 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im79 86 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im71 78 0 R /Im133 140 0 R /Im184 191 0 R /Im185 192 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im78 85 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im186 193 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im82 89 0 R /Im71 78 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im188 195 0 R /Im71 78 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im138 145 0 R /Im71 78 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im71 78 0 R /Im190 197 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im191 198 0 R /Im70 77 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im114 121 0 R /Im55 62 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im84 91 0 R /Im139 146 0 R /Im132 139 0 R /Im86 93 0 R /Im68 75 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im65 72 0 R /Im59 66 0 R /Im64 71 0 R /Im186 193 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im74 81 0 R /Im55 62 0 R /Im74 81 0 R /Im69 76 0 R /Im64 71 0 R /Im57 64 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im115 122 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im71 78 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im74 81 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im79 86 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im55 62 0 R /Im63 70 0 R /Im64 71 0 R /Im74 81 0 R /Im58 65 0 R /Im86 93 0 R /Im192 199 0 R /Im69 76 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im60 67 0 R /Im69 76 0 R /Im74 81 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im133 140 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im85 92 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im74 81 0 R /Im64 71 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im63 70 0 R /Im55 62 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im116 123 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im66 73 0 R /Im63 70 0 R /Im55 62 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im116 123 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im86 93 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im201 208 0 R /Im71 78 0 R /Im202 209 0 R /Im203 210 0 R /Im71 78 0 R /Im202 209 0 R /Im204 211 0 R /Im132 139 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im53 60 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im202 209 0 R /Im203 210 0 R /Im64 71 0 R /Im74 81 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im202 209 0 R /Im204 211 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im201 208 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im57 64 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im55 62 0 R /Im63 70 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im58 65 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im74 81 0 R /Im60 67 0 R /Im63 70 0 R /Im114 121 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im74 81 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im71 78 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im57 64 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im79 86 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im115 122 0 R /Im53 60 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im63 70 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im58 65 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im78 85 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im54 61 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im54 61 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im117 124 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im66 73 0 R /Im66 73 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im57 64 0 R /Im56 63 0 R /Im73 80 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im73 80 0 R /Im64 71 0 R /Im53 60 0 R /Im63 70 0 R /Im67 74 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im71 78 0 R /Im115 122 0 R /Im73 80 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im67 74 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im74 81 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im119 126 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im64 71 0 R /Im61 68 0 R /Im73 80 0 R /Im60 67 0 R /Im69 76 0 R /Im56 63 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im86 93 0 R /Im70 77 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im205 212 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im57 64 0 R /Im60 67 0 R /Im53 60 0 R /Im119 126 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im71 78 0 R /Im64 71 0 R /Im59 66 0 R /Im70 77 0 R /Im53 60 0 R /Im66 73 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im84 91 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im86 93 0 R /Im70 77 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im82 89 0 R /Im67 74 0 R /Im64 71 0 R /Im74 81 0 R /Im66 73 0 R /Im69 76 0 R /Im74 81 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im58 65 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im74 81 0 R /Im74 81 0 R /Im69 76 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 452 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}ËÒ5»mÝ\Oñ\ f\93\81?5oÍn\ fS\89«2I%\15\r=Il9r"ùª\94+o\9f¾\10½7»\17I,t¹JÇûH\8d\ f\ 4qY\ 4\ 1ð\9f\7fóß~ýóoܯ\7fûMN?ó¯\1cÝO^~ýéW\9aÝçç\1f¯\9fþg\99·\9få\7f[~ýá×ß]T¶ÿ\9c~¦eúµýç$ÿù\17ëϺýÃÍé'ÅéWöáøý7\7fúÍoÿó\9fܯÿø\8f¿ùo_\ 4ò\8f\9fnßÏ?aÿ>oÿ\9c÷ï§ã÷ù½¿\7f¿üÌ\11\7f¿\84ò÷¿¿\ fúïW\ f¾\8f÷ïãOð·ï\8bLüä
+\81xü>   $5\ 3~\9a5\f\80ï×CpÞ¥ëûxýýùþ½ó?ë\fwÐû\15ì`Vï \8fH\82\8bj\ 1ÇßO\ eüýUÿ÷ç     ü}7Ý    ¤\9f|\17\80\10È\88ÀC\87;:\90×w:°D\8d\ e\80\15¬?nÿûëZ\8c(\1c¿Ë
+4VtîA\98 \15?̨¹   Á¡\15<7Ám{}\17baÁgÄ\82Æ\12\v\818!\ 2\9a]X\8f\7f\84\18\81+r\ fSjK1\ 5\95\14\9bz\10fäÌÜÃ\16\91&þÄíÃ\90Ý¡\0ÙåÍÇ_\ 4\1eÆØöç!Ïh\rzs\fËb5ÇS\99Ã\9a¬Ê|r\10\90\9eRÜT6Þ×p
+!:d\ eþ±\86¦\10bpï\84\10ÃK\8b\8eñ¥EÇ\84,ZïÖã\8c\8cá¡GÈ!\14ítKñ\bSþÞ\85\87_n;ö©x\84)Z\1d»\ 4çi±9vç\0\aDp÷\9f\15t\82;T£#¶\86\88D¨·%\1f\91\bu\v8\18\88+`à¡\ 5í¿\9fVð÷õZìç\ 5\1f\ 4Ú¡5\17o´- g\88\1d\1dZÜ;\1dZ
+B®\97ðØ\83\fÖ\88Ìàá\8c\0\1aâc   \1dt\90\ 1\a:_²/=øYc\ 6í=\b\97\1dt÷ ½\80 S£N\\15\94[ÉP\7fN
+³GZ@|\8f\f\89Ø\82\9c5[Ð\81\ 5P\8bõÐHÎiµ\12?\83:8ç\b,@®Ì«NJ\85\82C\86ô¤ÐÖÃè\97W¾ \86ð*\9eÄèÇ»x$\ 2æ\r\aN\9f¤AùùÇëçæ\r¯¤Áõ«N\1aÀU,Û¿r\e:Ú¹\997À½ÿ.r|ì%pÊÛ\ 6lÿp[T:     øãw!ðÐf\88\f\ e\ eâ\8c8xÄ¥6\aé\14dÍAÐ\1d:\ f\ eÒR\b|s\10\1e\ eÁÿ,w\87\92\7f&\7f&^Î%¤ãw!  Le      [h|
+1hBc!\90\83j\17\0\aE\ 6\8b\a»\104çÞÂAA\88·%<ì©M`\rªml\v±\9c¼o\ 44\bí$à§øN\91v\88   \84¨7&ïf´\84Ç6\ 2M\f\ 1RÝÏvJ84Ñ\7f8x\18\13$0O_\ 4¶CÏ|©rÔ\0\94"\ 3¿\0\19DÍI¡È d\95\fà.ì\8eÔÇó\9cV\13\88\ fkls\10¡"é\8céDʱpP\85\ 6½9ïP[cÎ0Ä\1f»0Ã]Ð\9b³Ï:[\80) ý\1f~\99~ür÷\89ñá\ f\9aNuOÄi\9c*ÐIJ\ 4è\91\ f\89J§z\0¥)¼Ó\83\1dík8\0B\14´/NuÓ\8bùâàá\91\9aþ`' ñ\aP\13çã¼0]\9a8\7f\98s\91\81×É ©\a! ÀBèA\88þ]p\r\11\1eâÈ\89ed\8dm\19\\10§/\83¦5\869[­±È Çw@3,\bâ(ãÂÁÁ²¾\8bÎa\8dV\ eN\ 2rì1c¤8!| \ 2Û\85\80\12`´  x¨\89\9a%\9c»\10/sþÞ\85¤\a\18\0FS\95cÔ©r{     iR-¡\89TcB»\90ô\18)Îæ]\10\ 2èÀ¡ri\85\0<p<O,í]È\8bj\17\9aN5.IubiFç¸Nï¢s\84þ\808ú¦Ë\1fô\ f\9em\987\15!n!îK\13u\aÏý_]\a\8e=\rpíBÒÈ @]      ï5\ 1\1dÐ<8ð\90\83\87\97 \19\8c\9a\80&\134ÿ¸\83@:õ`\13¢û\10\ 5\18\O\ e\81Î\98\ e\ 2â\91ø](\ 4\12\94Á\ 3`´e\90²J\ 6í%Ì\11p0k|¢\9c\8b\83\8f\9a\v¢B 'D@wì;\96\90á6\12B\âK!.\8bJ\ f Ü?d°\ 6$\ 3\86\0\14"C`A\ 4t^ù8/L\1fUþ8ÕYï\ fÂdvi\85\80\83.M£\aB\0q0k<R!\80\9d\ 4\ f\15I\87\ f\ e\ 2!¨dÐ\ 6Û\97O¬ô@SÊtþ«\10Ëé=Ä/|0ë\9djH:\8fÔtë!éÜz36\86\19î\82>6\86\8cvaÖ{¤\90×w\1eé:t\r4±C\0\866\8d-\14=(7¦µ\1ed\1dØÞÿÕ~èÒXcÓ¥Å)Z]\9apð2¼Gg\ eïB\0q@x¤ýاYÂYúT\118\13Óq\83yG\1eÉ\7f߶e\ 2êJRÖû¯]ÈDxOE\ 6»så\80æ\19\99|¹öÝ       \98"\93\9f\11\aO\8fÔ\ 6ÛÙ\9f\9aX\11È\ 4NÌ/dpìÂRðAµ\v\fÈ\12\88Ss We/\87®Z\ 6:\80q 4A(Û\12z>±é\ fÂä\91\fô\1cì\15\9e\1a\ eÚqaBBdâ\82\8b*\ e:\10\an#\11\17|RÙB;§\1a\vz\87\12ä\9e©v(\ 4Ð\8cá¥\f"ÜFMbº,!y´\ 4]fû\848/­q¯\92ÕlcÛ\98æ\ 5m#!Äìì\8at\1c8J×ÃÈ­·aÞâT^¹\19\eÃæT\8fظEi26\9eÿÊË-\8fóß\18\898xJx\9fV>2\9d·¾E\88\eRùÒDÝEÕA \14§Z\11 @Ö^^ù\\82*.\b\81E%\ 3°\843\8bwÝ;ï%z\1f\ e\88Ð&i \9a\ 3½?¸Ò@õ.èa\9e\97Äô@\ 6MUös)\1f\98æ®*7á¾4\80ÜT\99ÐD93\99e\90uz\0¬Q \8eèÁ7\81\ 4\818\13àà\89ÒÚ\9a(Y\9c\81\85¸.*sî \14d\8dO\84Òö\89Û\87\1aEj\87w\97Ð\12ôH5ø Ú\85v`ñ\1fE²e²\ 2â\808/쥲OM$Î\v×Í·Y\ 6rU¶íÂçö\7fÑguCJ\88\80þ\9ahûXE iLaÖ\19S\87\83\15\818\9f«óÓ'V\ 4t\a\8e\93Àú\92À¢ã \ 3qtæ\fãÂQ\7f°"s^ô\19Í+\r4På¦1Å)!\ 2úl^tf\ e\84\0ä@ãT])yFÑy!\8a¦÷\1aË\93\82ûI\1fEРMé\ 3\8a\85@Õʤ\8f,~:ëËÒ\1e¢>ÑUWKs\10ØξO\ 2«>¡èÝiÏ7\ 2ºÛû\13më8\80ªxÞX\96³ï&ÄÏñ}%²0áìH»q ¹æñ?yßƸ\99á±\84ôã/=X5Æ E\9a   É\80H¦¥S\97o\ 4t`ùà`ú»\10o\ 4\98+OÈ\81î~àØÆy>~Þ¶\9180d\ f¶ÑM\9a3KÙÇ\rìjö\11°°iÐÑQå\8b\14×ã·°@XÃ\92_\1aô\8a¤ðTæö>HFÐjN{\9d§\91\83OBO#\83N>\ eqÀhÂö\95U\13
+Øô:ÏÞT¥àW\9d*u\0sÔI¡©
+{ãºÑ$¥½-&\10!ݤC¬\a\ f\82\99+\1eܤ\ 3\8cÇV¤dÝ
+IëM*×Ö!\90\19B\15\7fdåüϺÜÕÑMÌåélµ©O^ï\9dB/ó[\85\86®ÍMÄ\19rÍï\82ÔÞÁ¯±\88æNÆÍ·½ÛÉèt\ e¾sý¹¨\84Ð^ÃæÛTk\0,,?qþt\eÖÊä&=^Ùû\r5\88      õ½.G+\86+¹µ\94ÏÖ\fáAS\94Q(\94ûÃ;\ 5\9d\13\1e\éêH\e/ñK\ e\1a³Ì\87Cu¥l3í]´\9f½P\rt(<\94³ä\8d\87ç0\ 2 \87\93\82/EJw
+\1aÈ \142¤ QêS\ e{Ò_%\87f\8al=\93½)\86î\ 5X»or
+\88\80¾²bS\9cs       ÑXYáJaD\8aße      Ï¤\7fóPïÊ=fM\808Ô;\1f\11\ 1}ZÁùUÅA[\ 6!!\ 2zïè\ 2ä@\9f1wåÞÂN  \9eÑ\12ÚBLP\ 6\84\10g¤Hª[D!0[epÆY\97§Ë\16LWòÒ\ 2\85B`A2`Tyy«Ê+ÜFB\91\ 1Q¾Z:ön\1e\89!0«\Z»\98|\82K nR]VqÐIOAk$\ eä\1en#SÒ\ f9Ða¥#Ë\18b\91Ae\vz\9fè#2&B\13\89\ 4\aI\17Ú:\ 4tq¡½\8d\ 5¦Þí¥9K\17óÍ+\13\17âY\87\1c\94±\b\86¸ \ 5\1aõé1\ 1i¡_±×vÊ\ 2Uk\ 2\ 4D\9a \a\ f\ 2m\94çJ\8a0ôK|:\ 4""ÀÀÄ\f\96 Ò#Ay^µ\víèîóµ\ 4SÑ¡+)\7f»\fÊeòM\ 6úª\ 4Wêcn2Ðç(]©à\1dqд%\97 \1eh:?\v\81\19j"\ 1\91J\97ÓH\ 6í#S.>µæ@_úéÊ\f´\9b\10\89]X\90?P\95\82\17U.%ÀvU^Ö\97»°Ê6~/Á©æ\93
+\ 5ä\10(\9c\98U>­\1d\17ÆpT£»\8f*öªK:8Q·\rí%@§¨\8cÎ'JÓ\85¦\ eN\84ÛÈ 4h\fÄ.ÄYµ\vc\987XB§­\ 19\84ghj\1f8\ 4æÕ\ 4tó5*\946 ÐÖÄ<¿s\bÒ¹i\bMe\e\97dÝÆ+\95v¬`P\8cÞT\ 39·òEÌÅ¡\95\9a\0qbÚA\1a À`¬ÅÊÁ\rc\r\9a\1a:\ 42â@3ûJ0V@»H\ 4¦0«8hê¡\13\7fÄ×¢K&ÍY9\10\ 2H\88*\98øÁX'\81>ÂédÒà6\12ùÌ\8c\14éyrî\0\14÷R\ fJפI\ f\ e\8cµÆ\8b\ 3²C¨,a]À.0\aß        .\81È\1e8H\80Á'\19í\ 2?\9abäÒ\86M\r#!vʬ 5\12\85Ü¡Ä\95͹Ú
+¹ã\ 4\96à\9e\93ø;\10     ú4]1Â9Zb²ê² \1c\18Û\98ÆÍøΫú\19\85g\ 6ce¸\ 4bBÈ\ 2óæÀR4iÑiRs\e\ 5á8g»\9e\10\84S×®\12©}qH5\ 1",\94¦I;\ 1É"Y;\8c\é²\1aqÐA8    \11Ð\e³\93ĺy\17J\97U²¶(]\97\8d\83ö\9c¦)]Y¤z     zSº\10\ e¯\a%8K\16i`
+\1d\884«dÐA8H\91\18\90\96\11\aO\90Ö¬çßÇ\ 5\1f\155|{\8ed`JTà\9b¤\ 4ád\95\10ÇW}æ\8eCI\8c\9bÛõJCÀh       \1d\802\81%¸ç39Ãé[iÐRÐf!x\95&\8ds8\ 3¯Ú^B\84K ¢{\82n\99¸ï\9c!\ 1ý\1d\8d\9fá\12ôw4^\8e<\ 3\ 2í]ÈÐ)2\17e:\974\ 6(\96\9eÅ]\ 6å¢,VåqL\ 2£\\94Ý\b0ÕL%1>MÆccA(7\ e\88[&)       «j5\99\1a\92\ 2qn\1ch^ͪ\11Ê\8d\0\11\9dË5UM@\15Ú>×TÇ«MuÉ,s9\10\11\vÊj¤ó\9eJlaê\1fº:õL\19,âY¿Ð¹é\9a\91.\12`wFºÈd$Ë\91Ç°\91\82QV Eb¤\80+ãøìö¸@k Òy«¿\bÐiåãäúå\93l'×        zEâäê W$N®¥[ndMíÀàc±\85Ùvrõr÷nõ\8a\92Æ\19E\86\ e\ 1è\15\89Û \13b'\8b\83¬\91È\89î é\951I\16gdL\1d\94\ 5       \10       Å\1cT>±C@\17à;i \18à5.­\ 6I#[h.¡dqâ²ÚFW\95N¹ý{\eÀ\98\8aGÜ]«)¶\96ºùÛ
+\88÷Ó\11èdq^,á¬øÎ\88\80~\13\\99\95\85N\12f\ 6\12ÛRñ}[\ 2Ñ:\90¼\8a\83a\16Ç°\v\ 2pà6\12K\98u\8aÔìÆßï©ö\1cJ\b·\e¿Ù¿!½47!\12KXÝË]\90C\97u\17.|2Ø\85Î-\91C\1e\8d¸%*÷T#kìdqÖwÆ$åÒ\ 6\19\bB*\ fÕ.ÉxK$\87®j    Ô-\91\0\94\81"´AZ\19\9eeði\82pt.©\1d\9c±G!\90î\f÷\91\90Á¼¾óëRîl¶g)¤©\97@\1cÚ<tIDt\15\87²'¨-P»\3ݾgðEYÀ>\18ÁT 9!\ e\98\ 2Í2ååF\80pÊN'\83\ eÂ\89\80\01bu\7fTòPäM\88F\80\92À.0\81©Ü{\eô@\b,\88\0Q\8d\94\90\10\9fzÐN¥%¸\8dÄÃ\9a\ 2P*!2^]ZÊì\9a\94ó;s¾ N-E¢f¼\14\eßìYß\7fá°G"\86´H\ e\84¶O\9dÐ>2W,¥¶Ï¼\8dòJÌÈ!t.ª\90We2¢\17Æ©YÐ;v\19ïys)Ì#-/\8dáB(\96Øt>+ ÷\91Iâdd\fD\12g\86n\95\9d?ÁÍ\96ÐÌÈ!0·}\19ºU\ 2,/H\97     \84 \ ee\17E'0\f;ºj\ 2Ä\89åÊ¡l\ 1Â\86qÄ¡Ô\1c0\17UE\117\ el=$Þ]\ 4l¹}ñHõ\12\88Ü~)¥Ù   \98ú/öJ\18°\ 4"¸F´\vÏÀÒ®Á\88²\vß\ 4\9e5\18\9d$\f\14\842\7füF\80HD        Æ\19hb§\9f
+ª2ÓÑõÖ\98\16´\ 4Æ\1f¬Áî\ fN\ 2p\17\98J\98\97z ÝP\ 6\14\v?w\81Ê`x$E\15L\13\ 2H\8aDÿ\82L07«â\95\84\19¨b\a¡$À\ 1Õs®\13b\13®û´ §¨o¤\91R\1aÃ\12J\12¦Ìá\18\85¦1B±\ 6G\9f×wÁQf2\8e\82c[\88\vÒ\ 3"\ 5!\10'Eãé{*\9bP\11\0E\1c\1d
+       ±@\84g',ÌlbY@R\0\1c0ýL¥£j´\846ÊòáZ\82\11ee$\ 3¦é|B2`ªyà6êG\1eï\89 ã\92%¹î%K;¾Ë©­\92Á\ 6`y\94\81\09        )\ 2£I3RE¦3N2Ó\ 3E\18ì\ 1\am¸-0+E[£­[ &=ì¹}Û¶"\87°\19)\7f[6`¡\ 3\93 9\11\96§ìF\1e¡\83³\1c°\ 6*\17\95­¡A\12A\ e\11`ÚÖÍ\1c\bNÓér\a§!\97Bá4dÏ\14N{é\97¥ëÜ \ 3ÁiÐ%1=Y0:\12\1c\aÄ\89aAz zXòVÍ\93¼íÁ ñ'»:p\fH"¨¸´\r÷\93\9e\0y#ÀÔ\ 3-` \fR\14\94U\13 ZmÝrÉÀ\84÷¯z \9a\ 3\ 2i
+ʪ\85È\fp\8cH\ f\88<\8e\1c\1cë%0 é­\1e\ 1\93I\82z@Ü4Íh\e\89£ë\9e\8a\ 2ÛHÜ4e´\8dLïþ2©\96ÐÞFÁHæm\94\82"ó6®     \10\81\ 4áT\ 4ÀɱÓ\17¶ª\9cb\aâ MbjmÝlå À<·ª|Z\a#A\9fFܶ       È\1ahRû!¹P\8aãö\81ü\9d\ 6Ãaç{Í\81¥óݬÌ\17Ê\1aÄç1Ê\1a\84\96ñ}]Í\ 1qy=ëì±C@çØÛ¯éå\ 5\184qIq%³¬Û((k\87ý\96]trj«\b0w\14\92˪     0%E\11\11`PVÙ\84\8a\80sÄ%\85\87,0Íó«j\rc\944ØÇ6R\94β}¸lÇ«¶\81^L\17\ 1[JQ\8a\92\ 6\9a4FI5\ 1\9d\f\8e4\8c\14In\ 4li\18\81Y¼*\16EÊÐ\9a\bEÊÈ\9e\99t\F\9aȤã\16\9d\15IRQµ"1\13\14¡\1e0\9dm«J\ f:8-[UY@\92G2н,y\82¤¤2ç\ eÎ{é\91\89\9a\ 6\0ÉD9à\96\99Ø\18 C!p\9e`¤j\17\98â÷Ò+k\ e\8eò\8cÛ=41\10\ 5²@ô\85IvÜê×}Ö      ¡½\ 4¥OkÚ³_¦w~Ýc\9f¦\97\81 ,_\rÚ6TEU\ 4,UQ>t\8f,㪨\9a\ 3CU\94·>\ 1á¡\f4/Ñ\97Û2?\9f§®\rïÙZ\92\ 2\12\92$\8dªÞú¦L\197vÛF\ 2\1f\b\84ȼ)3C=`¦Lg\95"u0\92\8e\83\ eFZT\8aÔIEA\ e\88y¤«Î\9c;\99$äP\98¦m9¶Õ\1eIÿú¶\97c\9bu    ×eÛ\80\83\ e\ 1$\ 3æôî\91\f(\88\83dÀäó\ 2²F¦­+B\ 2DÝwÒ9Õ6Ð\14\842pëm\90%Y\9c\81O\1cgq,ª|6\969UllË \8cT5\87\v_\f\960ì|wÆ\81íR#é\8cóP¯«2GO±\14\ 2\90\ 3âÜ*ø¤&@¤\91<$À\8cx\9e\ 1\81'ÈëÔLûw»xÕ\13\r¶±C`\ 5\ 4\98Þ¸¸\K°\81¼\84v\81\88
+\17\97 \ 4à62³\81\9cJ\91ÚB,\938FBì¤`âK[X'\95\f:½÷¢\89Æ9ÙW_\99U\95/|bUe_Þå1«²wÈ¥1\10Ë\8b1UK \8eî!"\87Â<A\81l\81I\1eD§ri\9d\14L|©HIç\13\9b\87>\9f\ 4¦2î\ 2(f]\9e\91[f*ã²N\97\81\16\95\91î2\ 1\12Y\8bN\8a£\11\8aa5N\91\94\1cÌ\8d\0sU\96\0\ 1ªf\1ar@ \f¹{\9fúSa;\1c¬*\ eÚ©õ\92\15Þ ôRqíÙ¼~=\928aíÏæítß\97üÃT\8f\95%\12\10e\9aG-\ 4U·n\9d\84\19)B\a%-\80\0ó\bD\99òlW\84\19é2Uò<©\14¡3\0qz¹\84\ 5í\ 2Ó\1cW^\84½q@à´5¾Ó\ 3ÉâÜ\b\18J¦§þ´ïN=Ñòn\17dÄQ½\ 4*08èØ \90â\13Z\ 3\93\aBæ¨:2\94\v\8a\10Þ\19\83\ fºmh/!¢ÐÂ<w\96\90*2ùÀ\ 4=
+\91\aJ(61»0ëbÓ\10§\99\11\82\8c\11`\9eâ@\9ah\98Á\18Öþ ê&\a\82²\16z\bägDÑÉ\80yÎtF\1c\10\91©d\92v\ 2¦çÒ\\19\\7f[\82¾ÍÓ\95nÝÛ\12\98T\14\94\81^\8f\ðªml/¡\14\bè+ãö«²C\88\15\ 1ª}ß\ 1\ e\98<N\82ªLÔ\8dÏâ\12û3\9eÛ\17\96\eÈ:°îvô±]X\96«²\e\aÄ\85e^\11\ 1fÄQRéA[\13×\97\9axa¤\ 1\a\1d\8c\94.s¶ÝpL/\85(¯¡\8eTy8Åñæ\91\b\98Wº8Ì^Y\1e½\1fyåN[Ù¬ZBg\84\a\ 4Ø\8eÈ©\12\1ez$ªä\1ay$æ¾q\86ÆÄL\99\86¡\8dXBF¡\8d\ 1i\82p\ 6ѹ3? ¨Ty\98\88\1aéÁ0\11\95é É·DTM\80ym,\ 1\ 2Ä&¸ò¶ÏNÀV(ë\10\aÔuß\8a\b\10\bG\12Q5\ 1æ-\8fl\17âY\ftæ`B^»0±S0­\93A;ºË\89)\ f&ãvòH\11­\81¯\ 6º­\81È\89\8aC\19\b¡s]\a\8ayÊí\7f\99\ eìܶ½µç\15Z\13ñ Êº¢md&]{ë.\bÈÊ\17\a¶D\94ä\91\ 6\9a8\ 6Y\ 3{îd² 9\12=Ûþ¥O\93\19Kf\9fæ#ÚFF\ 6QgÎíð\9e\82\8c!\ eÏ\81\10X¬2¨çTß4\91¸²ÌP\ f\b\90µ \9føÄ\89íþÄ%\9f\aÏ\1cÙK\96:\v4\eçX^\10§&@äæ'áÀ8VÖ9´\ 4ê=Ô  \10\ f¥ºð&\ 3¢\8e¤L\95Ýe`+Æ\91´ô@\ 6\1d\84¢ÛÆN\1a\84Ø\818þ¥\1e\ 1SS%\ e\89\17¢ä`&°\ 4Ý\85¥@\1c\9d9v²8h\1f\19cX .\13\93ëË]\9b}\1f×ÕªI\ 2q¢U\97ë\82¢\919v²8\v\90\ 1\93GòÈ\9e©\97º\90.So\85AMd
+\8a¦K\88\1a¡\f\b¤ZJ\1cGÛØ\99SíÑ\12\f7efU\9eQh"æÎyILÏ¡\9b\98vÓñ_W\14òÏäÏ\9e®§\10vyÒi\18«*\95\9aé\90\8cC\96KÍtHô\8ceÁ8\11\10`Zq&È\ 1á\95\1dâ\80z4\1eqÀt\9d{\7fm\82±)lV-¡S\ eTB[¢ÇÊJãüªZÂp¼PÍ\ 1õ\1cȪ\92Aç1\ e(D"\17&Õ@¼"É«óo\85\98ß
+1CUfÆ\vE\95"u\1e\8d\17\ f,ïÔâL*\8fÖIÂ謱sÓ5[w¡n[·s I\18«\1eHÛºI\95ÏZ\1e\7f\11°e0$±\sÀ4\85ùwæ|ÕòXã\82O:cjëÁüV\13g³&J\12\ 6
+\91yO\15â\v\86Àª"ÐAHh Ï]hÃ<I\ 3m\88\95\1c/¼}¸ÑÜD°n¿ÂfSù\väi*a\96\1f¿|òH>\1d?\85\80×\0Í\93Â\95\91ÐDÇ\ràOgÕõ^\1aµSpÓ\87Â3\9dÖfÂc&46](l0åØ\8a\e\ 5\15ä.$"fâ9¶¬M"a\12\ f×Ò^Ç\8cס)0+Û\91\95ÛÑT*\99$8Ôªö*\96ôz7äÎf¤\97ÍûÃâ_üZ¥\99\1f\8b\99\92eö+}]qþýrþºý}⥠    ü}¢\1e£ø\86Û÷ÄÙ£À¥}\ 1\89W¥Tñ&\ 1®Tñ$ð½\ 4¦öYj\15o\9bHÜü\95\ 3Øm\rÌs\8a       m\ 3QK\10>z`|j(©¶ax\93?Ò¤NC\b\1cÄË­×\8d\0ÿ`´}\17f¯Ú\85Î\11\10Ê\80\19\10\ 1¢¢##\87ð\84½m\ 2å\ 47"йF\87ÆÄL.CÆÄ\\9fNÎjL[¨òóy\8f~`¶Í;¦ùòI\81xåÆA{Ô\ 4¦ú\fW\13Ø\10\90\9e\82G±    <kÑ\91Ã>+*>åðXÆ°÷Õì\97¤÷µÖ\ 6¦Ü/A\85\8fé0°^Ðl\11r\f\14©\17\14\ f½\ 2S7º !2MZkx\aTö¿üj\17Â\ 5\95¬@%Lгé\81\8a Ý¥\7fïÓd@Ô`1>\99\J*nßëãã\ 2ÿ¾><\962øÛ÷zK\14\15X\8c\8f£Ê\9cß\11\ 3m\84Qr\83;\81^hj\87çR3zã\80ÈR{¸\87D\96º\f\85h|ù»\84çÅúò·@Õ\85¾úû\14\9d>9 :\ 1\¹½´+R\82ÛH¼i1§\97»PÚôì»PÞ20)ÒyW\10\90\10\89\ e±e~çNdÂËÈ\9fuúr^Z£\9ftÖØ\9e\ f;\895~\13 :Ä<t(ªC\93Ü\15@!\12\ f\884\91\10b@BT\9eû¾\e\87G\9aØA¹é]`ö\11EFâè*%££ÀÒ)È\802àgìÞ\96@4Og¨H\ 4\a\19Z#sݱ¾Ü\85%ªva\f\93­.ͯ:\88Ö¾7[!FÓ7O\87I@j´5OK\ 6#÷/î\9a\9a¼\94\84d6\96´\94Ç\9ao\7f_\8fñ\ 4¤æþÕg³îx=ï\9böC_¯ì¸}\85.!!÷¯ÐÛÐ@BBî_\evò©\93j\vÆ 5÷KjÚKðùå\12¢n      \9dª_´\ 4¦§'¢m¤òâ   JQ_Ká$&äþåk§±É½]Ã\f½\ 1\91\9a\97¨R\11`¦9.î\12\82\ri/:sj/aEK`FøO\ eì£s̤dè\14\99îm÷n\e®\84ê`\eÚC=Ê\8bY{g\8aé)Fy1kdN\1d\ 2:!vÚ¿\1dÐ$¦©&¼´&é\1f\1f-aX÷;r)m\ e$\9dËï\82 åU\15\9f;oAè\0F\a)#=PæB%\9d\v\9f\9cý\82\91\ 5*Òc        \1d\98      }Ú\ 3åu\80î\82\bè·1LA¥\89c ;p(ÃlîlÔ#ÉæÎ}\97ÚÜ\83R\19U\7fÿÜ\82feÔzV±ìej½Â¨v\ 2h\82\ 2Ðß\91¹2S¤&ÀÜ\91I\83Û\8d\82êé÷º¿l§`ì/\83Û@@ÕðR\8fdàõ\8d\ 3\ 2c    Ö\1dhb[\88\14¢\ýÏ}\87ÖI\87.@\88\0"u®î#\92"Ñ­\99\916S\93\14\1dâ\80\88l¥ôùÆ\ 1?oz´\ríà\fjì\ 4lÁY`¢Õ\18äõúÛ\12\884\96Gn\99Ic\ 5dMT\7f\99Î\18Ú»\10½j\17:0\11qÀ¤±\92N\95Ûø"ÍÖàVº¿7\94÷\8cnÏ4L'\99\88ü\ 1ó4,\8cï\8c9/AeÎ\1d\ 20²0Å׺ÈÒ>ñH:Óê\13\ 3ôHÄx\18ÉF¦¹{xoº\ 3É\1e¤ø\1d\1aõ\ 3»\ 5hWß\13ÞD²\91Õ÷J_°\87b¹2O³1û!ÅX\ 3\ 1¶Cû\ 4%Àôç9@\80\99\13-1¥Z\ 2\ 3°$¦\f8èÌû.P;9Ö\19I\7f\9e\8dåU\15\83\1d\bFD»À<\9d\17\12:\18Q§H\9d\ 4l\99z"yN*kn«bvH\15\895HT\1alC\87\83Ue\f\9d\89ãP\11\88\96áEgMMxãÖ\ f\ 1\eÈ\14\9cl\95\81LÓ¼k\12\ 3S§wÊ|Ýû[·Áû\97æä\ 3
+\8d:sº¥3\aÊÜi\12\84º¨ÉB\15°_º\8eÍ\ 6½\8f\18t'\1fº¼\v\8f2+jdNí\12\94ìÁ>>ï\e\87=~\86ø*OÏùwÑíJgZAÊ\95\8d¬wAO Lh\17T¥¡·ldò¶ë\r\ 1º{.§£\ 6m :\81ï      *·dõ÷Äë}èï\13\ 5ÆkÉêï¥<\1c¼\90Nªd% @wE+ÐO4\91a[7\11\12±Ý\7f\96\83ZTJ4N\86\ e\8eíÒ.°\11°5RÅ\15É\80)í,a­Z\ 2wo\9fU¦Ð½v\a\ 4\98Td9vWBà¦m!e¦¦mE\95=w®Ý\17°\ 6UY¡ÀÄ R¥ö\12Vd\rÔûÄ:kèàL¤IÄc[Þ\85w\9a$ãºnæD\84\8c\1c\18$\ e\96ÐIf"kzîB\e Éɵ"À\0\1e±úå+\eÊ{\14¹óF» \1c\10t>+3¿3&y\9f\84ö\1c\87|¶«ïÃÓLïH\¹ÈZ\13õ©Ä0AUf@âK\8c$\18o\8f²\96ÀR^\e«¿gNl\ 2òj\ 6ô\a6\ 1yõ÷úóZ\99\7f\9eÈ¿H·{\88F\84$\1e\ 5ãlfE\80\19G*eL\83\10\80K Ð\85\pÕB$ ¶\94ÛïO»ZÎ{2,¬æ\80IJ'¨ÈÄÄ5©\ 1ª8à\10\96n\1fÛkÈh\1f)\84å\90\14       \84µ|80",(\ 3~hüM\ 6\fÂB\1e\89AX\13ôÉ\fÂB»À ,é¿\19lãpdûh        íØ\1et»ÐAX(01\b+æw~]¦\85\99\1dÂU×hq\8a\9aÞ\19\93¼ÐlF\a\1eÃ\v¦û\ 5Å6æÀ\84ñ\ 5sß<[wá\96Ç\ep0Îãmç\9eWy¼}Ú\96%\ 5#y¼ê{â\81'9·Wß\13ålK)Äò\81Í¿\94\1eï¢CÕ÷ °¶\13\89\19-\80\bí\13â\80é..¯x\18\18\11î\ 1ñD¶\8f\88\ 3&\11\88\84Èäñ$\11¸\110\ eDÊ*!¶\97\10u\86Ð\19\88´¢]`ò\80IeJ\1d\ 2\88\ 3f\17æ¨Ú\856\a3\94\ 1SUé\11\ 1\124gb`¢s¨í\a,·Cë\91xp\8b­Nújß©U\99\98%$y\83Ú'2³\84\1cöª\fÊ\f\80\ 2Q@rÕU\ e\832\83j#ÛK\90²Hsh¹Ú¼\a±¥\ 33¡9\10\18-As`^\ 62\87GA\89岶"\0îG:÷Å:×Þ¹î\9dT\11z\8c3ÍBXQpa¶aE\1c\100íJFZaN\98¢U\88g\16GÚ_\9c·Ý\97Ê\rÓ^ c94®Å«Vß\13\933ävgð÷;©À\0\b0O+K.q\93 \9d\7f9\81ærm\81©\8fLFúÚe ED\ 3\19tÞèÎ\88\80>y±ç\12\ 1\ 1"\ f''ÿ\9a\0Q\14(%@\15\ 1æéÄ\19Éàé\vÆU\85µ\1e\18ª
+\aBìä"\911So+!cb\8a|\97\8cd@¼PµN\80\0Ód}%#\aû8NFòÛP¿ò=òÉ\9dÊHèQ\98ºF\9dGéÜXC\8f¢7Ç\v\ 4\98þ\1dh\f\86þ\1d^\ 67 zSE¢Â5Â}d\80*ÚGâ9\16yßiäØ;@õ¥GØ\ex\8c\1eA\90.\8cMÌÐL\b1\98²D$\83§&\8d§\ 1\rva\9cÎÜ\1cC/\9dÙ4Ç\92Î<^®ëXc;\9dXBÛv\866)rIgÞþ>qe~\1aRý=¸2ïÀD\a8`\9akÅ©ïi\ 4\vÐ\96ÂÄ\9b\f\98\ 3 @L\8f\95'¶n\ 4\98\82J\ 6ÃKoû\12JBÓ.Ä\0-\81©lÔ\99B\eá\88O¯    ð\1d87!êÝ\91\146Þd@ ý2\rÈ.Ä\9c\90\10\89Ü|F\8aDµ¿ cb\9aÉÊ\836n\9dm\9d­R×8â \83S\91-0Ó¤'\9d?èä3=Pe*\e\99T\8aÔ\ 1yH\13\89é\1dR\96\85N2\12¹õ§5vÊ\12ã»Ø*ÉÈQpí`<$\ 3æÄ4C\8fÄÌv7;U\ 1\89\10`0\85\91æè,wÞ\13°\ 5ê´°Î*§ØÁ©Ð\9eõªx\ró\19\10§î½\81o®Ý\8fªóÎ
+\9aWm¥ôaÿ\9e|0ïê\13?ø¯þ¾ªÏ¼d3\13à\9fz¬~B\ 4\98ÇêÅ£N¶V\7f¹õ6p \18\ f.\81hQ.ý3G*È\862W¤E\fÊ\842`Pæ¢\92A\ae\86K\ 6¤%
\9cT\ 4:  ÙðR\95\13\94\ 1\7f\ eVc\16\9c\8b8 ª
+%!kRåc yU-¡\ 3S!\aúÁ\17RÛy#@¤\84K!ÏÈ\16:(ÓY}º\10@\1c\e\878`\0\92Cn\9dÈ«Ë3D#\ 2mlà¡? \ e\v\1eEVæ9¨àUª\8c
+8¦³u$äã9¨}ÀÖ÷3H\9a1ýÒÅ´\82à\96\1e%\1c\1d°\ e\95YÃAyk>¡ðºÅ\v\ 2+C\83d
+Lukh#ÕìT\10¡}¿Q*\aF\ 1º=\15j9\a±ì3}éA,ç\84xQ¥éø-Û óÌ'Øö\97\10¾)\10õDâ\18Í\14ö*×\14ï\14\16}\ e"LY%Gpú­Æ2íaê[\9bõP«Tp\1cé\18\ ei\95)ïÓõ=\19\1fË÷Iõ}§\13©À¤l}³²\94\1fÔ\12`\1e\ 2*\ fw\1e\13a:ÆÔÉê:´\aDû\9bÑ\12\1e\9bØ\99«äO5Üà\92É\9c÷\86÷Ã\9c7\19ØÌY\9a¡î\14\88\ 2ÙM\14Φùp\9aó\8d\82j\14ì\19"eZýþ¬ðw\88ÔìE)\93L\ eì\ 5Ñ\9f)ŪµE\10ý\99Rkz#À<\89\94U&Õé¨ÊÀ¨¹\1a\ 2\9dUw\9eïD,\10·\ 4R\84p#@\14×)ÝB;¾¹\19-\81\bÒ^ç\9c;=ç\13Ú\ 5b0Q@á\89Jîêô S(
+       ð\ f
+\99\ 3Ô\95Ü­8`Î.3\8cñÄù-#\ 2ÌE\87\9c¢\a(£]\8c\ 2aÊó\10Ü&°BM$Îo+4&b\88è
\80y5\13é\ 1q\b\ e\13\82   Äh#\ 1\9b³ña*ÉíÖß\13-U        |¯ÂI¥%ªèÀ¼TQEoË¢\ 3³ñy3Iï×\ 2Ð\17\ 3]Xµ&@4q8´\ 5Ê"\8a³#jB"`JeÑ\12\bg$³\95\fZTÏ\89¿-\81\18·\1f¡\1e1ãöã\f5\91)!0KAR«Ð\18\99j[ä\r\98RU©A\18p0NîÖ\ 4øj[»\10\17¨Ìüp¦Z\11\9eP»ÓT\15ÎÓÂ\1cº§\85f\ 2ÁO\11*3ñ&¶\83N\89@\89\ eê2Sª\1a\8bEWª¨\7f\82uo\89\12¤TÕî\12. :r     ÃJQsp\90JQ\83K(iÅòxÄñ\88D'\132Nl\ eÌ¡\83Tó;\88àËc07M`Z¢\9023Xy\85(KïÕ.\9chõj2^©¯\aÛ\99`>\1e\80^ü¯?\95¹Øòû\8f\9fß»am¿Ëÿºüúï¿ëísvç~QqDËõ'_ÇÏ-úªvó\98eYÒ³é;Íí¢\ 6­lnuù\0\98\8f\9fB@s_q\12p¥ ãNAsnH?iùJ/nRH_\14tG\97#Aé
+f»\89A£Re\15ââGr\80<\1c·\98._<\84¯½Ô5ç\1c\14ü¤£\0VQ$éñ^hÚ:\8a\1cÊÃsw
+\9aÂK¡\90 \ f\9a\84{YE\99ñr£\904\bZ(@\1eT\14Ê*\12\94\e\964{½°\8b´êì¢Í\83\äÝV¡±n\99c_|u­\93Ê\90yP(Ý\9fw
+\9aU\149\94Ê~\8bV\17
+ë¤\93d§F!ÀU\10\1e\ 6{Úç^4}ý^d\0\9c½*î\9d<x)\9c2kµ/\8d¤\16­.«ð^ç«;\14ÖK'¿å Aae\15ÁCÿ k¨=\0ù\ 6\87÷\9fw}Ðx¹Â\83\9c±í{\11£n/ÀE\8aP\80»©ÊU\14
+Rèo\88\9b§múYi\9bm}(ÏtÚ£ÿU\1c\8b¶Feè£\94\1a\15w
+ËtY÷\97\12O\85\aÉ\1eÞvS\87a\ eI®oqÔU³`ðrBa6Kò¤p\1d\ fFrèP\80\92$|õ\16ôRI¤Ùpyyè`ïzïÚv\9b@YB\18¨tÓ9\88.\ 4«o\90\807â s0\10!\98\ f\ 6\1dÍ\a\ 3i\89\e­¢\r\88]@\82Tβ=«\8d\1dÒ&UZ¾ð MmöU\947\î
+©Éa    \85¬\93C\eJFq.<\18-<D(\a"\ÉÐÿ\17:y\1d\fÌ:\99^ïæ\fÝ\8bêÕÄé¬\83\99K]W\88ÇoÑI\8d\1cÒ\8fÿÊ}ì\8aõI\a*\e\88\8f\1d\ e~q ÉM\17\aUÎW~¦Oªâ\1c"¤@(d\19£ð\82\82\xÕ\14\88\88+¯ÞÝ)hz¿%ïPb\85_\fFqæ>D\92«9÷\91¡$\1f§\82fÀ»\1cTMA\95\1a\15÷\12à^\10Y\83\a\19\91$gÍn\8a\83Ê\17\85®\83jkT\82\96¥rõég-%^BaýT\99)Ë6ϼC<Ohµ\1c\88\13ÚUäeßMAq¦ÝÜ}ÜQ\88\ e\9c\1cáê\ 5O\8f¼\û\94\12ÞíB×´wf.V\9dF5ó\92ÒÆ{_\ 5ñ\80ÛååVc\ 6ÇK×ØH\1f\9a\11k\7f\bO\15²Ú<\ 4¥NvÎüP'U¸¾\9cØ¥oëÆ\83æÖB²\ 60â<ur\9c5\18E\9cÎ\99?êâf\87Â\e_}èCÎ:ënïEÃÃè3þ~\81\1aõ´¬ö^¬îí^¬Ê½hkõ
+÷Bå£äÌ?¿ð0ûnÊ\99ßY\8d[nf\9d5ÞHQ±ã\15òÜJ9ó»\81e7\8f\ 5[°9N\ 5Û\99·{*\0\ 4üq\ 5ºí# \90uÞiß\98\v\93×kP\95ú\7f0ùÉCMAã\19
+\ frä¿Q`P}9\1dÝ(ènMâ\81{\84\87åø-\14\88c¦$\rn<è0ùÁ\834äÝxÐgê÷R¶\ 5ì\85\ eI\1e<\94a8w\1e\b\1c\18gÝ^t:\1e6·³óâú\1d\ f\9d\13ÿüV%ghÚ*³(\82\9cÓ[\85Ê\13\12äB\ËfhÜ\vaÜyÕñÐÞÌ%½ÜL\99\14vc\81¨¹XÃÛE¬«j\11 \æ£íÇK¡®«\82þ¢\8b5y>¯3U\1aÙ\f6û¡@\15mÚÓDü¹\15©.\86Ò×2\85Òÿ\91\ 6\95}íR¤2ì+ñÕTç¹&DÈ\ 1Qu\1f\11\aLÕ}B\1c\103ÛB9\ e¤AU]\87\83\84ö\88ëR\18\98\ 6Eqm\ 2¥£,\8d*ïÛûX:\96Ӡij­\8a\vÜG\82\83U§I\1d\ 2\90\ 3½9Ærá\93\ 6í\aM\ eb\ 1\7f#!¶9(\95df\87\10\9d·:\84³%-º\8f.ÓýÆ»õD?¿³¦\b}\9a*AP8\b\8b\8a\83¦5Å\88¬\89¨\92\8d\10Ú\ 4J©ñȧµ\970O/\970#\ e\98%d´\8dDûB,Ý\a¦ÐtÈ ´C\8d¼j\9b\ 3èÒ\9e\9aج\18\8f«CBÔ\8f\91L\13ô\89ú\86ª4¥w\ e%\95Ñ2#\87\ 28Ø|\99ß¿Ü\0Ö\ e\8fÒ¼V\1dÛú>Ûä¡WÔ÷D%\1f¬.E\b@\83Ö\9bS
+:sjïC\9c@ha\9eÄM\11² ï\15N\10h\113\9aS\12Ç\1cm3\9a\83lÃî\1e-\11>\94>\94\94²­ÁðÂË5\a\9aסË@\92x>Ò\94¶3yo\12D{\ 2B\88ç(\88]\9aÝ!Am´Xª\8bk)¸çX\15dÔ'\ fi=þy§ ïIº0s%Hb\ 2Ý\85\99ë\9dÐO \veJÐ\8d\80~\90\ 1\88Q\95\e*\1cd¨ÎÄ\12JÊöF\80Ø\85E'\83ö\12\81{\9eäÛ\ 6±f\95\11ë\14\8a=dãh\948-×FÚF£D\17^S@<<\932M9F\1fTr\ 4w\18ëñ\8f\1dw\8b\97\9e¾¶Rߨ\18\83ΦÛÇ\9f\bÝ3qü\89Ð=\13\1c\94ò\85Q\80hs ÈÝj\92±¼¥8ZB[\116äþΠ²{kPy~k\ e\8b{M\ 1ò°hjÌ\8a W§\12d³õ7®+\8a³ÏÖß6l\9c E\11ÀÕ½\8c\92ÉÁ\bA\9c@¼Î¢:Ø\eZ\14C\0Y\141È>\ 5\9dkmZT
+ëK\8bJ1¾´\87\14×\17\14\8eU¤X\ 2D¦§w\15An¾í\95E]\a\808\e-*\94
+\96\16\8b
+\92\1cª\b0 MbTM@oQ¡Ô\0×B`\ e1eäÒ\8d\ 3\86À\ 2\b\10\16\15æóê$Eg³¨0\97CP\9c\8d\16u¡÷\e\ 5b8e^Ì\14ÎY©a9/Ònê¼è\83}X\16\95 \9bÃìÂ\9a\91E­úá\88±\f¸0ës,åy7}f\92Þ\ eq )1<ÿU,¥u)æoè»jô±P(¥u5\ 5\88`gä\97\88çìc\84^\81ÁÎÐ+0èýí>
+ø®8\0/öv(@)êg;Ä\19ywbºD\9cuÞ½M ë\94¹\r[óüηÆÅ¿ô­qÉ/}k\94¼Â\v
+ùò­äèà\92hKr\1d\18s\7fÔh'÷=¥Ë-|\93Ð\1cë]ab\ 5»©\9aVzþ«ä#ðLÏzüf\9a+\ 5\a"\ 4q\95\94°k#\0|D&A\%]©ï\ 1\81ö!FJ\ 4\ 6®­Í\81\121µ!\97 ß}\8co'>t\80¯G\ 4\f©ï\8a\0ó\12¸\94\8aÔ\ 4ôO×\ 4ÙÆ\8d\80i\êU*RË@\1fâB*\97Û!\19gLJv§â\0äKÇyïÁ>v\8aM\8a9ÖkЧùBF\8aÀ\fP\92äNE\80\b²aARd8\10Ôkå Nh Lª³\94\9f\194©T9\b\aÞ|d@dk\1dT$ý\18ë+e]-\81\19÷\19KÛÝM\bD\91\81GûH\18C,ï\18\8d\8c¡Í\81Ò©µk\ 4¾\9cÚ×\12ô5\ 21éö±\93ó^TªØÁ¼È\18\94EGg¾xB\1cè/øcF2 ²:1\9bë@Þ\84\96 \9fp\18/\9fVY\131á0®        Ú£¾ð)M\98\82Þ±&\aU\81Àz\ e\99\ 3ñÒbò0ÆëAÂ\95o\1e¸ö\ eÞE\1c0põrJF¯\96$Gi\rñ)BsÐW\ 1¦\14ÞE§\94 g'²¤R[½Å\98wµÕÞó^í¨+\ eëÅ\81©\ e1HF¦Z\ 2
+\92ó¯\97ÀT\8aÌ\80\ 3"<\ 6ɧT\1c\10áñB«õ\12ôá1\94Ùú7\ 2\84"-ÓKEZ\82J\91ÆI^·Ú\1eR\ e¥Á±æ\80\ 1Üe\98Îm\eõ>ñJ\12×\ 4\88\82V¹      \1dØB\aîBE"R\83\1e©²r´û\91\1fk4\1d_/°:XB\ek\ 6è\ fô\15K1B!\1a
+\9b\azÐ!\80\96ðt(\1d°
+\85¨/ûºÀj¥\89º·s¤À"½T\84\ 5\85\1c¥8¢\16\ 2aM+\f\8eD\9bÀ\9aTÁ±}jYuñ½\8d²ä\boÕ¤4A!êýz*\rd#¿ÞÆyî¥S¼
\aÛØ! »ðM\0\ÙtÀ.d\81É\ eCc òÓ\11ú$=F¹
\anu\\18½\9d\15Fïǯ\ f\a\86Âh\17^\16\1c\10ýcRà^\11\0\ 5î\9dÜê\ 4XP\ 6è³\110^Bx×\bX\v\81©Iö\80\0U\15\8d8`\9a!³WÉ`\9c\1d6/A²Ã\ 3!v\b¤\97ª(p¹&@Ü3Há_M\80À\18\92\88©Í\91IîB\190h\17\19\13±\v{nW³\vm\ 2\12\18¬Û\18Ë@µ¡Gi÷sFd\8eDsóÕ\bh\96b\82\1c0\80\e\99\867\9b½ê\rpóû(½\8c«Õ\18\ 4±#\ 2LZ3.fe.pwY­¡Eðrx\17\9b¢\yY5éÂË\ 3]n_¢Kss½\8fD/¢\83Æ ÏÈ%¯\13b\epË}Sµ\ 4ª\16BgÏ\9dÔ®\ 3Bd^nM\11*\ 2Aà-ÎJJ\9c5ÆËÓÚÅËm\88 xyï¯í@þ\ eÜ\r\80\80
+é      à.~yòÆ̪Ħ\9a\ 3\ 2±K\1dò`      \9db\88²\8dõ\12\982bÄ\81j\17¤
+Ø]\ 4L\8f\9b\87yFK ê9$6ÕK`\8a\88\80ÈíJ.ȬÊ\ 2\97\azÐNÑ/H\ 6L\8a^BSM\80© ö*Mì\10HïôàJOWKxúÄvjÖAsV½\8c~$\8f\9eK\9c7\15
+î>1\95Æ©ï"hÍ\15¶8ÅS\93âb¼9\r¥Ð¯& ôªç4¢\ 5\11`ê³¢\8a\83\ e\81\8c\b\10\87Ï2\e½&\02j\1d§\96\v\ 5k\91Z\19ÝqÛG}fTîÜì\8a° \ e\9eæ\ 4\94Y\bd Åç\84²6\a+\\ 2QQ2¡%\10\b!\96\11gõ6>ÛËÛ\ 5Ì»OÙ\v¹w\8bîN
+hv\87D\17\11\ fz\97 \97f7)\10Ef>«¤ÐÉ\ 2\989ø¤\11\0\ 1â²%"\ e\18UJP\95\88Óg)_>\8a\94¸s\8f\9cáuBl\a\934s3JxË%¼-S7¼uÚ"\ 2 @µE¯Å\9a\92¹-âcMÖ¦æõ-\85\15ñð\9c\9bØñ*åâíîU\88\ 2©        \ 5\18 M+r
+LW3\fóDW³[Uú<l\8b\1e\11h\vÑ£\0ÅL\14ò«Õ¯IWó\87\ 3rT\9cd"t~­\93\fAáIu\88®ËÔF\8e±\93\vAÁáéÛ\87ejû´³Wej1\eë\19$\13\80¸ñ\11Ô\9e\8dÕ\b¡d¤n\ 4\18Ð\8d8P\ 6È#\91P.îv\ 2¶Î\92Ò\95qã@_\9a#\17w7\ 2Ì0¡Y%\83\1e,\ 1è\ 1Sm(Á\89ç@07\12"£H+ä\80h¢-\89\84\915vP\7f\ 2\1c\10¹QiëØ9°ÕÅ\94áïö%8¤HL\89\96G\1e\89\91A\19!:\92A\9b\ 3è\13\19Ä\1d 5\12w\8fQ\14iP\17Ó¡\80\9c"ÕÖ\ 1u\99\1fe42ÇΩ\ 1\86&¢H¬Ì|·+¬sI\1dÐ?¿\v\f2ÈÈ\1c\18¤TÏ\1c\18.ÄÏË ¾ø3;\84\ 4\9d"\91OÚo\ e_a\9cä\12°\ 5¦f3y÷N\11\92\87n\95i+ñªàÖæ  m`\9a:J\89\9696¥òd´96%\8c\14        MJP\88Ä.$\14\19\88\vðÏÆ[ð\vðÏÆ[péKÙ9xÕ\97R/\81êKYÐ\12\98¾\94\ 48 úR\1càà©H\1d¼>£%0})\11\11 î.óúR\91ÊôP\83"      ÜF\9a¨\82Y2|(¡%\10}\9f\13ÚFfFø\84\14\89\99\93ît\8aÔF\18î£H¦;ìè\9dJ\ f:\93\99\19Ý\a\7f\8b¤±Å \ 3\81ÛÐ\16ô\83´¢¤ *\19\10ã\88epèÈ\1aÛ¥\82       é\81êõ
+AÛÙÊÁ-Go5ç8C\ e\98\91ÿ\88\ 3\7f\81ä0jM$.Ý\96üÒ\1f¬\88\ 3f        +Ú\ 5¦{Xé\13;#\87\12ð\aª\11%\82¶=òHú[Ci\ 27C\9cT\ 6K\98!\8e\fü7ë\81´µ\8cô y\83-\85~5\ 1â\ 6;A\90Exå\94à\12\88k\9a\ 4\8dé\81\91Ú·ø\82\95Ód\93ÁU\91\92ÌEr\11\110@Ý\ 1\a\1d¨[\9c\17
+\ e'í×\1c\18&íß\b0#\8bÞÊ ëdÐ>ò,%)ºçÄLG\1e\89\v\15\aÌ\91gõïd°§¦_q\10§lå@ .Z\ 2Óuê \aDz^ n²\96éydÎTjzQ)R{  Á¿\\ 2tiLz¾4\81\8f\99ó¹¨\96Ð\81º\ eé\ 1Ñ\1eU
+\87Í>ñÂÊfU\9e\91*\13}v1û\97\8a\94ç\97\8a\94\91\1e\10¹´«\9cŲ\8dÇ\99i\85\ 4\18¨;½\8bÎW%
+/\83[%Jµ\vÌ\f´½\14\ 5ì#31Iç×ÛíË\1e\9a£¦}Y&\84¦w\ eA&\84\8e\93\99ÖÅ÷qbÙj\f\17Ö­\97@\8c$\94\13Çî\9e-n9HdÙ\ e\ e½]h§4%\vSq JiJõu@\ 4\88%Hd©\97Àt\94\ 1?Ù¾&ðôë\9dâk¸\vLýwBK \14Iª·\a\8aÔ!\80ô\80ÑÄ\f·Q\9f\95\95\91K5\ 1¦ÉM^£\1díc§\16\ 5I\91¸,»rÛû9Þ\12à÷b\16\8d\14;\80ß#\190\93ý3\92\ 1\11à\1dÔe\ 6¯Ã]à»Ð\r2\90#G   ð7U$òó!½sjW1ÊÀ©uF\8c"EPõ\16\95\e\82T\8a¯Ã̾2!\88¿\80Õ\8a\83g"§Ó\ 3\1eÀ6<O¿\9d\ 2t\9dOêÀe\14Z\98Ô²$·\aK\18'·­±).ºð:\9cúd\8eM2¢Ô\1c\9bäI-slJSx\17\9bö©Oïb\93ÌH5\83\94äPpc\84àuPq8#u\14\19:éq3H)\88?DUxí\9c9 W%
+z0Ú%d\10\91.3uU    r@(\12\86W        ö´X/¼6¯\8adîÔ^±Ù«\0è\8e\8dzrÀÀeÙ\85\9a\0S|\1e\10\ 1}+ÈÞ2
+dÀ\1c\19Ì2(XUê,7\ elXu^Ñ\12\983\87S)ÒpìÔM\ 6ú\19äû\89áhïª\96àV\9d\95\eaý¬áSÉáV\8d\14Îu\85µÄ\96\rtî¿\85\82f'\85Âj¦p®âj;\1d­\ 2(\83Pȧ$o\144@å\9cï±\17Õ\9c«\98ùù\1e\a\vÒßucAwct\96ѯP\1dtu·\a\ f\1eó \99\ fYªZ¶M<Ä\11ÜWGþ\ e±Õ<\ 4¬\92ºÄØIaÖ©C»s³¼x\1e7Ì`*'ØO\1fï,óªd7[æ>vö\9de\1e¥\bï,Sî\1cì\96Y^ö}a\999¾´Ì¼¼µÌò<Ù\vË\°        Ë\ý[Ë\±J\12\96¹®fu¸\9e'\vE\94®jåÕã·4å"\88ïÍðÓ\ 3À\r\87àÖîAõ&ìí4TE~?=Ê\8d\9a\9ff\8eEøü%I?i\9a¢Ë"üúr\11!¾]\84\1cGn\8b`Ô!æK«»¯Õ\rßI3ãÀëDRÉ\81\99á*\17ô{\83v\aʶ\91¨\84ÌýZ­s\1e\18OÁ©\bX¦àÔ\1cèKÇöA¸§\f¾  \10Ù¶k\88Í&D[µ\8b¤ë\ 6\1ci2" ï=Ûçj\ 1\ 2DCî\ 2        \10\r¹+Ô\ 3\8e\91\99­}U·\ f¶¡3\95*\ 2\ 2\8c\aÀ\9c\90~îûÖqÅL¥\8c\fZ\ 4Ó$ ®µâ\80\9a\1f*I\86ÁF4ÝZ\94A\ 5¼[\13\ 2ù\9d_\94\fK\10\ 2P\19\99\92\99¨ZB'\ 3¿¨ÜZ§â\ 5º5¦\etyçÖâ
+       èÝZ\9a \ 1½[»à\96Õ­%)â3»µ«\95ÒêÖ\12\fÑ\1cÚ\12\9f2÷ÑV;\81m·h\81J(@\11W\9bWòvS     \9b[\93)¨q\7f ÃâÖ\82´Éo,ئÍKßNÍ\81~¾ØU1R  áY£ÞIÿB\ e\fÙÛ\9a\0\91¹,\ fÒÔK`F\88\8dª,¾\10\12\bÌ\f\90\8e\11Êà\18à²~\bØúô'¸\vD\9fþ\ 4\97@ôé;³1\15\ 2RÇWo#S,\81T\99\ 1\14ö\86\19¨2õ¶\92Ô:\98\15A*\ 1k!\10¥ÁÉ¿3\86\88=
+36é¼j§X"!\8fÂÌüG\ e\81Ñ$è\92\98'e\97rî¨\96 KL\95¼õ2\9f9\9d)ô'\ e\7f]Q\90,!ÔfO´`a§¢ë\1aÙ+°\12v*\ 4Ör«J\9b;`M\17\ÚKð0¸ðÏ©\9aÃ[
+H\ 6LKfÔ¹öΠ»\fP
+ó kB^\8dI\87\94]8\ 2­%¼É\98¹\e\ 1\ 6+\9e0g\9f\16n\1c[\11\v\aÙ\98Õ*sXë%0\88»ÜCÕ\1c0}lå\12i$\83Nb.«\96Ð\81z       \11 \84XÚN\fB\14¬\18\91"1Ã¥\11\aL\8eyÕíB§´7_\ 4Èø*Sâ̶ h\15 Q\85rê9ufM\14¸;ò\a\9dÑÒÈ\1a\19\98
+ìK(\13\99\fÆT8\bùå6F\9d\f:½|    i"ó¾\94{çP\ 4íÞ\96@ÔÕÎ\93Õ©Ö\89ICd\12°
+w\818xe\9d\fÚ\ 4\16È\ 1\91d_¢J\ f:\99M\14\aaý;§*hÛàT%·ú22%èT\89C\8b\fθ-A\9fÉ\91Á\19fE\12¸?\92\99\10Ê@?\17Kr³\ 6E\12°\8d¼2#\83¨Cª\9d[p÷Î\98¤°×àÖë\a²v¤B\96éÔ×èÇ;\1a&\88\13ÜEÀV\11ZNmGjÐ\84\13Ë©­&À\fÆ.£;nK`\9e\83EK f\7f,@\88 \1dÖI.C\16\98á\1fP\8aÌì\8e¨\92âpLÝ\8d\ 3â\96BBÓbÆûIe\fm\19HdY\8c\v®\ f\9d\ e+OÁÜ4\89©¡t\1f)\1ak(K×É^im¬¡ôÉLAÊ\11VÝ*Ú\ 5\r!\14I&k\r¥ þ\85\85\ 5Aý7\16\88\1aÊ\rö#u j(\13æ\81¨¡LgÕ]X\16k\reÂ*IÔP\96¢\ 6\8bRËá\ 1úG\ 6û\a\95iw\ 6\81  AA÷Éê`åq[\9d\7fì\9c>Öw`!®(F0÷\r+\8a\11Ï8Ù®\0\9dÎç\85öhej\91M\92P©8 \8aö¤0c\14d:]\81/!Û\85ýë] \ 6Æy\84¸\98%\®Õº\84\88lAU+&\ 4t\8aÔæ !\7f@$\95RÒA÷6^\92]ÈÑ\96\99\93I$5\ 1¦Â'\94\810v\16ä\10X\13Ð\8f.¸rý5\ 1bº²äµj\ 2\ 4l\95ØT\13Ð×ËIWßÞ\1a÷ª«o'`j\13\96®¾\91\f:\93DfÄ\ 11ÏeAzÀÜw,P\13\89\87\9eW\91Ál<E®:[è\1c\1et\8aÔ\1eÿP\ 6ÂîÛÙ\8bm\9d7iÜ;E\92:d\939\9fc<&Õ.tn\e\12R$¢,$ ] æö!\ e\98 \92Ñ,\83Ïà¿'\ 1P0Ø\99\92\1dAdÈ\ 4V\9d¡_g¦dCk"
+K°KÒ\f7\16°\8b¶Á\ 5MÏ»P\98á>\10Ú¼ê\82Sg\8c\ 6´hýÃ:W®<Gãã\81\9eÙ³'ìS\b°é\16\95Wk#5?©\ 2t\a/G \bO¼Ü)\84\86(G\93\ 6\90Â\14¨\aÄ\8dEÔíB\87\0B«Ì\8d\85\0î\81\f\86/ºìxË\ 6\93d\17\vÃWmME\80ÉpJmÍl| øª­©\97@< X:dì2H\88\ 3ê\11\ 1\815KÓ\9ba\17\ 4\97K(Mo7\ 2Äk¤\8bGªLÌ2\91\ 1\811Þ6ïÂj\16¢dûg\95-tð64gfÔ·¨²áYÛ\13o'´\vÄ\8b.nAK`JÉá.è½²¼û~ã\80\8fæ]\10\ 2"Äo\ 2Î\11ã\ f\13d\81Hk&äש\9e\ 136\ fÚ3\93\1f×Ùs§\12ܽ\v\f\11;E¦¸\ 6rÀ<é\82\b(SzUi\8bÕ\9e/´m\rMÒ6h\8e,©<K;
+\f\9d7afh\8eÌÔ;÷\ e§]p\9bWEyDò\ 31l\87\9e\800
+ÑÊ,\95èµ\f\98wm NSêò!\83/\9cfzï,\95Q<\86m,©]Éo§ê\rH&;\1d\10\ 1\ 2§Iz;ÑÏXJiJ  ¯©~Ï\94Ȭ\96QÛ5\ 5jÔö\84\84 o½\8aák\ 2DGÁ\8c\81xèj/\86ÏåìÑëð\ 1wv\9fôôs\e2Ñ}º\ 4D\80\7fsݾ\v+RE\ 6gMp\e\89Ñ\ 6nº4ÑÖÖï^
+1:$DÂ\1ceÔÛÍ\98\1eKhgØÃ\ 44Qõ\ 4ã­\92Ü,D\81Ëf!JÕä@\ f:m\8fСè¯àw´l\14¢`UäP\18¤8\9býº`U¯\92A\aì¢ØÆ<p$\19\80\81"uj9\12
+,\f\a\8bU\95\ 5n#!2½-«\8e\83\ eZvV\9f(\ 4\9011x]\92ÛV=¸\92ÛÖ]\90Wen2 ^\e÷ó;MÜ\93ÛFM\14´ýÒ\1f¤¨Ó\83N5\89Èà\9b\08ôtJÉuÛÐ\81Û³
+(\8ekÑ7ÿÞ+wl§\86\ 5¯G×µçN~=\0\ 2Ì|äP\96\10ûÏ\89vж¿\bتácB2 ªá%ºÖ2 ¦\8cÌ\13Z\ 21edF»@\ØÉ3\92·%ègC\éñØ\7fj{\\8a>P¤áP¹\e\ 1~¨Ü\8d\0S\f\12Ñ.0¥èë;M¼j9\ 6\9aØÁû+ÐDjH\88\14!\ 6dMT5\bÜGbHH@ÛÀ\14íÆøΧÉ3\90f\9f\8e\9a5IÒã\ 3Mj\9f\18æsöìîßmÇ®<©\84Ø\19I'Æ`}o<C=`\9eLG^\9591¬Þ*\ 3Áëp\e      ¤(Å(VUÞǬ¼Rå+=nõªò\88ãh\e;p[vá\9b\0\85\14½n\e:xÛ!)\12k\b06é\81ÞU½mÖ¤\98^jRD±\89\1a\80üÒ)&¥S\1c>º~T¥\\ 4\88F\ 4\19\80¼\97\81\9bªø¯j\94\8a\0\85\96\vÔ¬\96@4"\ 4©â\1f\93\1d\9f­\1c\bØu\80\0SP3#\ e\98öW    M\95\f¨ñ\90RéX³@TñKlª¥H\14\ 5­H\11\98\92\1cI\8fóK¨\9fm¿é2\ 1³¤vz`\f\1d¼\8ddÀä\14¥\96Ã*D\99+hÖ\83«vz`\f\1d¸\r\1fM7{\94\18\9151³\87\13ÜFbÔK\99\0}S$}ÉîUL²q`º½¾\ 6­ÔB$fÅdèP\88r\962BÚ\10Y\ 4ð\7f\84h\ 3üRL2Ð\83vaÔ\ 2U\99¸°[Ñ.\10צû\9c\94ãÔä³íA\9f\va¸ê\ 6_SB/  ½"Dg(Ĩê]\1d]ïz\9b%çúu\14\1d\8c³"\19\10\91©\8c\19­e ,\ 59;ÜV$D¢lY̹& ï\ 6\91\97ªG\1c´e\90!\aLµ)ä@S\ 1ðIè\9dÛøMà      \96;\0\96Ð\99ä\ 6m\81èÉ\91»&^\ fä\95\89ijïûh   `\vú)§Q\1a)j[ j\10üúÎ\1f\£à\ 6þ \ 30\16\95\1et\1ey\86ÛHÄ\85¤ÓĶ\10ÓòR\88ó[!ÎH\88ªÃ³à\83\08`Ú\ 4\17d\vLbXn\b\ 6n½3\ 6Í©\ 2K'\1d\aõ@_åxÍQst\95£¤ã\96s:Iµ\ 4fX\8d\8c=®Y`\86Õ¤Ë'Eã°\9a«ÜÔ@áó.\99j\15\9d\97ÍÖ"É`\1cV\93¤\97\7f;\86\9a\86Õ¤0ÃEè»\19ö¬\1eR\aý°\9a\14± õÃjR:Å\11Ül\1cVsµ\99\19ä \14²Y©?©½\83Âd.\õ\88\0Ñ\1fT\ 6ü\87©_M0\9eê6\19ËJ\82Ü{MƲ\92«rv2\96\95\Wñ\93±Jìª\9c\9dè*1\99\f1«dÐ^Â\8cvá¹\84Î`\87U%ÄñU</\83\ fr\aK la\85\1c0\ 4f\951\rß,1Ø\82\10@\8aÄdö&h\8d\ 4rwÐ#1¹Å Ú\85Î`\a¨\aÄ\93\\ 1rð ÐyàNçP:\9djÎî\ fÎGS>2°eö\92N\95\9b\95ôòdI-\ 3ç\88ãË\8cö\91\9aâ\8c¤H4\8e^\93\91å\1aÂlV\ 4èÓ\88À\10e0ý`      íþ"ÉFLÆ2ò«òÕê\14¯\11È\ 3§Øi\13\9b¬\10E\1e,\81\ e\81\92\81\10Ç\17é¼\f\ 4õKx¦k6o}fÓ A©­\b\11F\ 6}:B\1eØ3è²Ü¤CkâßLñ«µÚ¯\9c\9dn\ 4ø7Süj¬O\92<÷NÀx\11>\81%\10)\19\ 1»5\aDoÍ~\93¾_Wø¥_äÕÎñι\bñ{      LADÖ    ±3Uá³\8d¶#GAË·] 
+"Jd±/¡ÌP¶/aEÆDLf\14°{3&â\ 2ÕE´\ 4\ 2a¸¬²\85áM¼Ù\98\ 4ìÞ¶Q?\9d_òÜ#!v\12å:EjË B\ e\98¹\ eh\17\98%$¯òHíT}©í1Ç\ 5\19:l\8e\v{\9eûU\\90¡
+öm,\9d¯vU^\16Õ.4Ó\8a\82uo\ 4\98¡
+ºÐÖ!\0=\92¾\8e\8f-\98êØ\13ôHÌsÒÐ#1ÏI\ah\vD{Q(\81eYmO]¤rü\1eÙB\a©B\19ð\ f\8e\18ÌY\90ªN\88\1d\ 2H\13\89\9a\90}(Ã\13d1­ô\82\95\97ª.\86h¥/U§7\ 2\ 4R-ÅÃ~±V+\96Ñ\187\ 2ÄL\862\1d³^\ 2\94ªÓ\e\aú\93g(7°#!vjB²U\ 6å\82%\9f÷M>/¶\93§Ìd¨\97À\95­:\95"´O]Ë|í£m\9aÞ
+U\918y
+X^¬Eb\13ÜGfª\83³Êà3Ãì\95=ËsØõ\12\8c4\89yXîrI/«N\r.IªN\83j   \1d°\8c8 ^Ã\8e\88\0!\83¤\93A\a,\a@\80ipÊoU9¿UååehºÀrM\80¸äXá6>\b´\81â\ 4\97 9yJf9¿ôëR\14bÖ¤ä \14\99·°\91CP\9d\18ê\91\ 67{Ö\8c\8e\16¸\rý:ñ<\85\80]«W\95¼®Ù«J!\85}\e\13ÚFb\88Ú\85U7ÇÐUÅ6P\våü½\1fä?,\10¯ªÉ6T,<\139\1d´[\14¡â\80)\9d\95\80À\18¬Ö\ 4ô\95n;X=¡â·\f\98\1a\82ò8Þ\8d\ 3ý½©\14\ 4l\ 3\ 5J÷î\8d\ 3f"\81n        \9dÄî
+\14\89y\9eoEKPÝ\9fKý1\\82Þ\1c÷\ 1\96\10\1dÔDæ%iwi¢íæ·<lgVå+±kUe©b\18©rg\1c\0´F\ 2§\95\9b"="Kó\9ef\1f ötªD-¾¼'gö\89Wb·&@\14£Ì/ý\81Ì\13\ 3\99'`7¦å­?X_ø\83ãþ}\9aT\ 4:yYè\ f\18 \b\1eBsJ\84Ñ\81\9aH\8a*\9c&\ 4Ìû(P\13Ù3¡\8aÒÍ?RÅq^µFYL3¾N\88m¼^fÕÞ\96@\fM\12¨¹cVËáUÞbóûø&îðZ8\90m¬8 
+n'\15\a\9d\82Ûx\11°]\1d\vÖ­\96@=\r\11\91\f\88Ôpi\8d©   0Ó9dzÖh\e:hyAR$ÖPêãnR$Æ°IfÖ¬I\8b{©Ie6¥]\93\16d\8e\84W\95\81\ 47\19h\1a\11ÊÌâÒ|ëSê^´t\ 6\12\88[\9eªÐB¤5åÖ±^\ 3\81r\1cR\ 4¦äÖ#UdJn}V)Âp\0Ø\88\83\ eÞþ¸U[Ém\84»@\94ÜF$\ 3ªä6Ae&ðr2;ærð\9aÍÑMê\8e\17`\rL\8e?ëdÐ\86»\19¹\14¦\ 2~y\19\9c"tjÌ\99áBìV!J\ e\81G9\82Ø\11HaЮÓÙs\87\0\14"\ 3Ø\91"1#ļÎ\98:ó»¼Õ)
+\ 1\14Z(À\ ew\81\99\97\vÁ*Q\f\92t`µS4\f­\91\7fÞb\84ÓÆG\86\1dõr\87\16\ 1\10`\9e¼\95²å¸ÚôàÊn×\1c\102\90\93ß`  cÄÏ\vQj9Ê6Ö2ÐßÔÈëÍ5\aÌ{7¡\f§¼±À\8c×@\8a@ô¢\872-ÇÀAAüù#E[£â\ 2u\99¸h\91à8Ðå\ eâ\87ªHÜ OÈ\18T±M\10\7f~g\8e2AÌl\8eWáó@\91Ú#\87|©á\8f±{êÙ¢øtWų\81;\96\99\10v\9dR/" ¿Ê\94ÄÄôN\99¯b\f\8bc>\1f¤\vÀ§0sRJ\9b\9e} efÐH\99\87\13¼F.¥\93!×Ùc§ðØ¿ó\bÒ¥w\93\ 1á\11Vd\8fLMÍ\8a8`pÖ\84\91A»Ø¥\10-nÐ¥<\85ØióóH\91\88$¿\87\1aÔ¤\bÀjLW1\87\15é]pyà\97;\ 4\90Gb8\808KY\ 2\7f\ 2öE%Äv|\96À°\83V\eÎ\92\ 2\84\rg    ^®X`p\96¤Øy\ e$Gï/\ 26\9c\15Ñ\12\18\9c%%ìõ\12\88},Ó)o\1c\10\ 3!f´\ 4\ 2g]     òÁ\12:x;«\84ØA»N¥H\9d\fûúR\ f$4Y\84xV\83x`\8eO\88Ò\ 6\bS~g\8dW9É`\17Æ}\825\aDÕ®Ä6«"]Õ \83%´sÃe\94\ 1\95\e\ e/uY\86ZÜ4\89È\r\97·\93FºÜ\19\98«óª\9d\91½H\97Ah\19'È-nõ0'èÔ\98ìrFÛÀ\öHñs½\8fÄe\ ftjÌeÏ2¿ÜG)iáC\8bLÄûÈ wÙÓìaßKZ\8eóï\ 65z=ì\9dêé\19¸\14¦duï5Ô8æNA       4h¢ô\18z5\ 2&]ÕÓVE\90\aáÌ\8a ï7\8f\14¡\rwã¢rjmE\90²ÝJ\ 6Ì\80\16¥K\1aOÅØÏO\1f\ 2\86©\185\ 1ÃT\8cý\16Ø"Äk*ÆFÀÖk(S1ª%0XS\1a6+\ e\18¬)µÏ\ 3\ eÚ     îy½\84H\966 \NÇXÇ\9a\03åó\82»Û\1alS>¯\82\10?\e§|^\88Ù@¡¬¢Ì\91\e®¢9ås\7f¤â\94d2NùÜ'É\9d«\b¶)\9fq
+p\11D;~\19úzW\aý\94Ï+M}ãA?ås\9f\8bÃo.Ê6ås\9fDm\95\83PHf¥\16èí\91\7f\ eu\ e¶S\vî\90o`ft ïD½n·ª\|\aü{´\ 4\ 6º'«\8b\97T9\8a\11\9e\14\93\ f\848.&ç9\10ä=Y£ÔgÈ\aØ\ 5ÍK\11R\9aâ\ 1\a\91s\94\9a³^®=\ea\8a'x÷þål\ 4÷]\12`\99\8dP\130ÌF\98èJ¯ú¹\8b\9a\ 3¦\10ZpëÔ¯ðé\f\88\ 3btqy\0wD \ 3¹tK\18\ f\b<\e\:÷ñ\11-\81¨B\96\fåd,{¼îã'cÙã\85\96&c©\98¼ kPe¹\8fG¶À$¦¦Ï.ØbÓ´¨¶±\93ât*M\1cWðòz \19JH\80Á(:\8fÔ©à\8dÀ\98\98{\9f\18 O#¶!êt¹\83³f+\a7\984PÅ\ eÊ     Vs\94\8a\82IÅA§\82\8bmò¨\98]\93¤\82w2\96üí³Ð4\91¥\9då] 5\11-´âU\aBìÌ\87\80\81\81\988+÷>Ól\9c8+\19NW\97³35      È+2\17ún¶ê²d8¡*2ãØVD\80\19Ç\ 6÷\91\90\81\1cý¬ö|Õ$Xíù\1a\86Æ\a7I\91"Mb®¢\v^wk¿:¦Ós\17\10\ 1¢«?\b\at\8dÒç\91\v\r\81\ e^\87\92´¥°cçÀøF\85³rP\17\ 4Ô\ 4\b '\ 5¸ö%\94\ 3\ 1\ 3vK­\9aa       B #\ 2\eâ\80Qå5«4±\83\96õ\v6\90T^\87\1fmc\87\83ÕÊ\81Àm¸\8d\f^GÛHáudÎ\fÎ+\15\ 5#!v\ 6\a\a\fD)9\8c\91\80e\9d\1e\ 1tn½\83¶Q`!B\9b\80e³[\97\9c¢Ù©F¥K\e\96\ 3\18¶Q\b ·Î\1c=W¨H\ 4\_¡\10\99v7$D¦zv\82\8aÄ´»A\ e\88Ë|§S¤6Jó:Uît«\ 5+\ 1ÁÊh LACÔmc» !.ªÀÒéV\83ÆD\144¤O`±åó\ 4+/t\85\93`åóàX\13p\8e(ü,g\9e\11\v\9dì¸\a\ 4T¯+\b\81\19\11 \1etK"\ 4c­Û>\8cM\bØj\98\13ÚG\ 6(\96\ 1\17·] ¶1#\ 2O\ eÚw\14yA2ÐU4\9cÕ³Iµ\vÃal5\aÌ=MIn\8fT¹ý4\81D\96\9a\0Q÷é\90-P\83\83çwB\94+x³\10%7mPåOõì\93\ 3Õ\935¥Ý-ÌÇ\8d¡[\82íÆPÞ¸¸É\80yã"¾\14bZßùõ\vª\ eüA³fr\87ªO!\12ïþÄÒ½Zsð¼në M¸\ 4\ 2,¯È\98\94\93JO¤\89T\99B\9afs\16\ 2Ð\98\b\8cS\ 6\89\e"\93\10\88*·Þ©|Ez ê\9a\94¬¬Ù¡\bÒtV|P§uoÛ¨KeIV\16\bQ_\88!\9db5\ 1¦\10CÞ¨¸Qx\16b´'Î
+ÖÌÉf\rW^6\e+«.¨\99­u\9f\ 25s]\8d\ 1\933Cî×fu\90Þ\84\84@\14\0ËFæ~\ 1p{\ 6Ö\ 6\15\ fÏ\9eû\ 55`      §³ß\13³û¥\93Ëßu~\99\18\91Q\9a\88G2èäU\91\10\99ܲ`Íl,p\v\vÔ\ 3¦\90ÂYuY\b@!êN=g^5^Æ°\1fFO\ 2~Ò¥ô\8eÆ\fA«9\19§ÞJl\18H±3ʬÜ\11TB z\84<4'\ 2e\94\9a\0\93\92\vp#õ½%RîivÌ2\19Áì\98¯Ôì@\99Ç©YÞ \ 5ïÂØBt\rÎ\19\84\ 6f.A\862 ÒÓ\19ÆWæ\9d\voUårx,Õø#¯ØAÜ:=èdV\91W$lá\ 2Ì\ 3[èÀUÈ\ 1Ñ&\85}\1aó\02òiD\ foòºØ4\ 6Ì\83ÐÒI\ eÏï\8c)E¤ÊTr\18BE¦\ eBgLÃ:\88\91\fƹÝ9výA7·û$@\fùØñö¡Hól\ 4»riX/\81!\10\ 1\ 1Õè£ò|ñ\86×\ f°;»n\1a£\93ÚM/e\90Ð6*\13«Gѯ\84¶9ÚP\96Ì.¾-\81\99dæÐ\12ô\93\93ä¡\8e\9b\1e0\95\18Ie\v\1d\ 2\88\ 3f\17Ö¨Ú\85\ eà\872 nà§\80\bèËÛâ\ 4\1d
+\93\9d\9eUÖØÁÊÈ\9c\89K\86\1dl\ 3UÖ_2ì`[\bØòã\97Kûæ\80z\81\19    \91h\ 6Ù\93Ë{«_Í\ 1Óù)½Qµ.3\9d\9f{zù\14c2v~ÆË)ñ\14Ê*¾¼\92­ós\1ffvJ2Z;?³è£7v~.\1e.\82iòÊP\1d\88ÎÏ\15ó@t~î÷×{FhÎÖÎÏ/ïhëü¼ª:\fJ] \9fCx\89\ eúG¢ó3\95\97\90F`£S\ 2­\8b\11Mÿx\9d\1d\ 6þq8\ 6Ù\f6d\fò(FtÎ\ e\10t꯾ö\87O4\98±-Ä2(r$ÄÎá#[ãäíì°'f¸ÓËçìp,¡"`ª\v\19°ÐÁþ\1e\10°Ô\85Ô\ 4\fu!û\19Àb\fW]ÈFà]]H½\ 4C]H½\vL]HTqÐ\8cOW]H-\ 3¦.dVíB§\ 6º8\84\8a\ 3ª.\ 4)\12s\e_\ 6\b0\89ò                \91(\9atP\ f\98g\ 2\17\95\10;©z¤HD\8fÓ\85ý\93³õ8Éd\87z  L\8f\93\f16ø4)\82Öy\94N\196TEâ\10\98 \ 1â\108Ã}d¦ ¯ïì9f´\8fTÏ¢Ù«~Z\ e\9f\1c0%JK©®I\93­DI^é»É@_¢tÕ0[\85\98°G!°ª\83\0\81Ài>\0!\12¹½$]\15\83ðÜI\94C[ÐD×sg÷\1aæãà´Y¥é*ý*\f±¢,\19!<BYíÖSé4\e¸åv|\97#ÇþP\9d    eÉ6n\ 4l(K¶qG\9c&\94%µì\15\ 1â.~OS\1fz°-ás\17¿\10yîTlaãÄT®'/nÔK Êõ®~¿Z\ 6\ 4Þ\97\vÔ\9a\0\ 1ÓÊx\8d\11\aí4µ$cj\ 2ü\ 3w#Eê M³\f\8a1­³Ê\98Ú±q\82\1c0Xw\ 1\8a\ 4N\8ec¬jÝ\86è 925\1dºm\18¾\907rIm\98V\ 6tÜ8`&\b#Udö1B\19èýz\8c:¿Þ\1d\0\f8 NM     î\ 2ó"õK\97tU\95\985Q\92Ü\15\ 1¦º¨\f\10¾¹$fþ/\8c®LUIxé\92\16$DæÚIîîx·,\ 3>V$\ 3"#(Mм-\b\\17\97\16­p\1dé\ 1\11\1c\13ö\89Db×C\8fD,! \7f <¶\1dK\bÐ\1a\99\a;\90\f\88ø\9e"\92\ 1õ¦6ô\89\86²\94Z\95\1f\9a8\1c@ìö"!Kd\92\ 1Ä7\ 2ü\0b·¿\1cb1¦«ªd#`K\bJ\11\ 4"\81p\15qW\1c\10c\19ä}»\e\ 1æEl¸\8dLb8«dÐÉëú\97Û(­èæm\94\8bÏ\81&¶wAÐv½\v\f\81UE \ 3×Ñ\12\9e»ÐÎDMù<8îC{-Ý\0{QÈqtÝ\ eѦ\14Fôº]è\10@\ e\85\19)(    \84\81&vfÙé¬q\8cÖy\87rCë¼9\7f\8a1}e \88Y±20ÈêÒb\99Ïi\17bF^\99Á\89r×5P¤á,»\e\ 1¢\ 6|A\1c0KX\10\a\14V~k\8d+²Æ'\aí)l\13\92\ 13\85ͽ\Â\95\99®      \10]\97ÞYUYÊ0\82Ê#uÀ6Z\ 2\ 34!J#ÎL2Êî&\ 3âÌ$ù\ 3+>H_.ÍvfJP\ føÇ:ÜÞTÿ
++×\ 4\fXy\7f¯ñ\15\b¼ÃÊÕ\12,X¹â\80zÛ."!\12\ 3\ 5elSM\80\98Â\96\91\10\99^\0¹p¬90L¢\e(R[\95¥_q Ê\9d¼0Ò\ 3&\9b'9\94Z\88D*l\82ÖHDg\aw\81\7f\9a\a\9d¼ò¬\92A\a+#UfðA@2 Ú\1d\91&2\18)êv¡C\0qÀ¼§\9dÎ÷´Ý¶\9døÌô\1f\9bßþ\95ûå~ýîï~³ýo¶ï·ÿ»þ\9fßýi§í×\8djÊÛÿæo\7fý»ÿò\8f¿þø÷\7fóû\7fø×ßÿå¯ÿú\1fÿê×?ýË?þíÿý\9bßÿí¯ÿùÿ~ý×ÿþç¿ÿã\1f\7fýõ¿û\9b¿þ÷¿þêç×\7fÿûßÿ¯ßÿË\9f\7fýů?üùÏÿô\97¿ýí¿ýÛ¿ýüù\ f\7fÿ¯?ÿðû?ÿö¯]\9eÿî_þÇ?ü\9fßþÓ¿îßýüáÏ\7fúã¿ÿõ»ÿý\9bÿô»\8d»ÿ\ f£Ö·8
+endstream
+endobj
+8 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 453 0 R
+/Name /Im1
+/Width 56
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍÎÁ  À \f\ 5Ð\ f\ eâ(\1d­\8eÖQ2\82Ç\1c¤¿úc¡B/½U\b\ f\92\98\84¤\ 3à\eØ+~G¿­\ 45hªe\8aÔ\8b£\93G`¢\87p±­´¯,ßçÌ{\83=Ö¦8"³p¼\13Â\ 3Cäp\ 1\7f3\92«
+endstream
+endobj
+9 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 454 0 R
+/Name /Im2
+/Width 40
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ f\ 3Ã\7fT\82ù\1f\ 3­\88ÿ\10B\ 2\81\88ÿ@¢ñ\7f\ 3\84ø{ð\7f\ 3ûß\87ÿ\eþÿù\b"*\80ò\7fìÿ\ 1  ù?\f\8c\7fØ\1f0\0\0}«@O
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 455 0 R
+/Name /Im3
+/Width 48
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½Î!\ eÀ \10\ 5ÑÙ¬@ö\ 4\84s¢àj=R=ÙϦ
+Q]óì\f.Ó¢éN\87\9eT³k\99¨\9a\16\83\87ö¯åí*òôC\ 2\ 6\e]ªSv
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 456 0 R
+/Name /Im4
+/Width 48
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿGýÿ?ÿ1Hæ\7f\f\8cÿ\19\ 6\80ü\8fL6\80È¿\10ò\0\90dÿó\0¨ìÿ\9f
+0iÇþ\aHÊÿÿ\ 1$Ùÿ?``\ 4r\e\18\0\7f\90]\9d
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 457 0 R
+/Name /Im5
+/Width 24
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃ\7f\18bþÇ@-Äþ\8f¡\1e     1\0\11nÀü\81\81ý\a\ 3ÿ\1f\ 6ù\7fè\b(\b\94\ 2*\0\0L\1f9q
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 458 0 R
+/Name /Im6
+/Width 48
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\90±\r\830\10E\1f¢ Ã\vDÜ(^,\92½AVb\14\8f@Iaqùg¤(E\8a4O\bß=? y\ 3Ü/\98ݽ\92:¥a\8dt\90w\96\93R\99;\ eÓ\85ÆøÅû´Hr\91+Ö1Ù:Ë\87'I<\ 6Û8­A­[¼ÆªDX\80í\8b\8fûYFXc)\fj^N\ 5*R\81ªU ¹ér5+\84²Oþ\1fc~\1d»6<¹\863WùÅø'ú\1e÷\97F­Ï>j\9e¼\ 1\185uÜ
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 459 0 R
+/Name /Im7
+/Width 72
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceѱ\rÃ0\10\13T¨Ô\b\1aEk%H!o\90\95¼AVð\ 6q©Â\10#\9bÇÂHqÀ«~Á\ 3\ e3Ëf¸£\buÞc\9e5\ 1\8eð\87($!\v\7fh\ 2\1cA\88ø
+\1f"áMdd¢\bu8Ú!t\av"`#¢\90°\12\19\8b`D\19\8ez8\9a\80N\ 4ìÂFD¬DÂBdá\\80\18\8e\19&ZwÀñ\9cá\v¯\19v¬D\9b=\87Ý\ 1\8cs\ e,×ã\88.ìÄ\ f\97\81~t
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 460 0 R
+/Name /Im8
+/Width 40
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dα\rÀ \fDÑC\14\94\1eÁ£0\1a\8cÆ(\8c@I\818\1c'R¤Ti^gßGd\ 5\94\ 3 7\ 2\ 3\11\17J\95\89Üe@»vÈÈÆtJCZ/4ö_>·Ù¸\9fú\86¯%Ûm^à-(\OßUz\0\8aGO\8f
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 461 0 R
+/Name /Im9
+/Width 48
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cµÎ1
+\800\10\ 4À\r)Ræ      y\8aO\8bO\13ü\88à\a\ 4\9b\80\9a ÚØ\b^1Å\1eÜ\1e¼y\16t\1c%¹²8:²\84]\19bA2¤\ 5±\1a\fÝ\ 4\7f\99\9bÃ-?ù¼\90\1f÷\9bê\95±¶ë\1f}r\86\ 6Ç\9e\ 6dn2q\96\9eZiþ0Tù"\f\a2­s©
+endstream
+endobj
+17 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 462 0 R
+/Name /Im10
+/Width 40
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα\11\85@\bEÑël`¸%P
+¥í\96F)\94ðC\ 3G|\8e:cð        \ e       ð Õ\ 4«\rFí,5\8bv`sÝèÑ\7f´0\91\9e,7#Ñl¼Ô?Tù!è7Ú°\87ÄÂ\1füÊðÙ/\94;h;\87~QÓ-½æ¥Ðµà\ 4ÕÔLs
+endstream
+endobj
+18 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 463 0 R
+/Name /Im11
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ͱ\11\80 \10DÑï\10\18R\ 2¥Ð\98£\94F)WÂ\99\110¬§cð¿kÕ¹µ\90Ôd¥\8bÝ\16É'Ûk\8c\9f\93>\90C\1dì\1a\11y\92,\87"õ*qi\ 6'&Q\ fÀb³ù;Hv\86\1a\95¯}7¸Ì\1eî\16I\89
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 464 0 R
+/Name /Im12
+/Width 32
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þÃÀ ÿ\9f\81¡þ\7f\ 3Ãÿö\ 3\8cÿ\99\1f0þg|Àü\8fñ\ 3ó?\ 6|\98\81Rüÿÿÿ\ 30,\ fÄìPqF f\80á:(¶CÃr\98\18\0\90¶@_
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 465 0 R
+/Name /Im13
+/Width 48
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿGýÿ?ÿ1Hæ\7f\f\8cÿ\19\ 6\80ü\8fL6 \91\aÀj\1e\0\951ÿ«\0\93\7f\80¤üÿ\1f@\92ýÿ\ 3\90    ÿ\e@$\10P\97d\a\93ÿq\90\f`\12\0p§qÀ
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 466 0 R
+/Name /Im14
+/Width 64
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuα\r\830\14\84á³(\z\83x\11\ 4\88\ 4\12\8bÑQf\ 5o\10\97\14\16/ïì¶H®ùª\93~\91\b/\92ä\8f8\ 1Ì xÒ³:ªK¬Nª~ð !k¨£{ã\8a\81ZÑ­Õ\81¢1ÀQ£^T{(ÔÔzæ<\861\vxaÉ\8e9«:å<\861\vð¦èrVãV´\e³Ô£8\1cÌQßEó¹z¥\bI½%çî\1c{}ø­Û{-s¾ZÄ{
+
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 467 0 R
+/Name /Im15
+/Width 24
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÇ\7f\18bþÇ0\18\10û?\86ÿH\88á\1f\ 3\0ó¦Bý
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 468 0 R
+/Name /Im16
+/Width 48
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð±\r\800\f\ 4@G.(\19!£0Z<\9a\b)]Dy>\12\12\88tÐ\eû_\ 6BD°¨C~»\8di\86Ó\82&\8aØ;­\1cPx\ 25\81)\98ês«ÔÛ£½ÍñÅõÎñH)~¥Ã\12\fì\ 6~ ³'Ø9hF\15\19\ 4í\0q1
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 469 0 R
+/Name /Im17
+/Width 48
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ͱ\r\ 4!\fDÑA\ 4\84\94@)\94fwv.eK $81g³¬´:Éz\ 1\96?\10ËÔÌY©\95«Qûl\9d*Wù\\10K4\9cÑ£üiá\998A\1fa\9baYaò \ 1°ÒO\80¾\8dímÚµ²\võUpý£ÇD¸yyfÔ/PÈ\ 1ïßI\7fÆ\ fÆ\1c
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 470 0 R
+/Name /Im18
+/Width 24
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f;\0\0\17é
+endstream
+endobj
+26 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 471 0 R
+/Name /Im19
+/Width 56
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dб\r\800\f\ 4ÀG\14\94\8cÀ(\8c\16Fc\14\8f@I\81ò$~\ 3\8aD\81H\91kbûc²\9c\15õæ!\18¬H\86\81V\ 17'íÎ|8S\90\9d1àO\9a.S3aÖؤ\10\8aÔsA*13\9cíÁj>\85ÇýÒÐéGQ~5k\89A\1fx-Wë\18Ô\8b\91\8b¯37K6\ 1\9c¦²³\9b
+endstream
+endobj
+27 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 472 0 R
+/Name /Im20
+/Width 80
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ѱ\rà\14\ 4ÐC\14\94l\80\17±ÄZ\8eR@\97µè²\ 6]ZºP ÿð»|0>éN¯?¢\ 6\aK\9c\ 6\7f¡\10Y8Ð\ 5sB\8aÒ$Ey\92\8dL;&ÙºOÚ\8a\9bä³½QH&\8e¢¨Ó EPy)ݧ\f2\8dGÊV`_j+\80\eä3`\a\85\ 4\98\97\14E@¿\17z\10\0õ\11\ 2_¡ÐXá_ü/\8b\9f®,/UX\eÑ\ fXpÀô
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 473 0 R
+/Name /Im21
+/Width 64
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cíѱ\r\800\10\ 3@G)(³\ 1,\82ÈbHd4Fa\ 4Ê\14\11ƦJ\83X\80o®xû\9b\a0\11\9e@\1e6\91Õfò²[\vO@Û\\1c+H;\10µ\8c*\f2\9cª5eT\9cjçª3vîT\16\8bÎÚñ÷Cú\e\9b7ícq¡
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 474 0 R
+/Name /Im22
+/Width 32
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\8fÿH\98¡þ\ 3ÃPÅÿÑü\ 2\0¸©c
+
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 475 0 R
+/Name /Im23
+/Width 40
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95α\11À \fCÑϹ ¤MÇ(l\162\1a£0\ 2%E\ eG\²@\9a×Ø'   s {\87ê\93à×Â\16\85x\93H\93tåAle`­tQõÊK\13þ\87úqì\80\13å¹Pi\1e"mâ\14v\8bàºjÕÚû&\98"\1e\bÊ@Ê
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 476 0 R
+/Name /Im24
+/Width 48
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceͱ\r\80 \10\85áG((Ù@\16\96\85\89\8cÆ(7Â\95\14\84ó.FHô\15_ù~ Áö¸çéU¦BC'üÑ÷c\18úi¶U\8dm3ëb÷Õ\ 2\89£ÝsÔÀNax\15_^¥xÍHv¤÷Ù±
+0¼Z5\ 2\1c\1a\ 1N\88P\10ú{\ 3\84CB²
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 477 0 R
+/Name /Im25
+/Width 48
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b~üÇ \19ê?0@Hy0Éÿ\aD2\83IF$\92\ 1BÖ`\906\18¤\1d\98\94ÃA2\f\15\12\18:ÿ°\91\0éHv\ 6
+endstream
+endobj
+33 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 478 0 R
+/Name /Im26
+/Width 72
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÕÌ¡\11\800\10\0Áϼ\88¤\ 4\1aa %$.)-¥¤\ 4\93ãA0\83 \0Ü\9a;h       [è|C»\ 4\7f\ 2\8eüF\ e\94\vÇ\83\12¨\8ehUûê!¶i\9fnÌÑF¿a#mÀ\1c\91ªì\12ÜYR\91\13.=\98[
+endstream
+endobj
+34 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 479 0 R
+/Name /Im27
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMϱ\11@@\14\84ág.\90\9d\ eè\84Î8#\90Q\82R\\ 5jP\81\11^`îy»\81\91|³áþ\9aE¼¨YÓV\\10é\7ffXPGKZýlhwÁ\81êa\16ºPoº\fË\aV´I°»é      \87\b5\98#\9dÔ¾¹9Ó\a®   n7Ü©\9e\80\16µ\91¬åó\ 5\ f\ 4G{
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 480 0 R
+/Name /Im28
+/Width 32
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨?ÀÀüÿ\a\ 3û\83?\fü\rv\fò@hÏ ßPÇÀ\7f\0\86ÿ1ð?À\85\91Õ\81ô\81ô\83Ì\ 1\99Çøÿ\ 3\ 3\ 3Ð|\0öx#J
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 481 0 R
+/Name /Im29
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãcÿÀÀ/ÿ\8f\81\7f\87|\ 3ÿ\aþ\ 3ü\ fØ\1fð\1f`\ 6²\98\7fð\1f`\ 4á?Dà\1f\10õ@} ý\1f\80ø\ fмû@s\ fÿ`à?À@\14þ\8f\84\ 1\1688\7f
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 482 0 R
+/Name /Im30
+/Width 32
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ïÿÃøÿý\1fö\aõ\7fØ\ fØ\1fà? \ fÅ\94ÁÿH\10\0\ f»0Ô
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 483 0 R
+/Name /Im31
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ§þÏ\7f(æ?@&|\0Å\1f ø\87|\ 3ÿ= >þ\9f\81ÿà\1f\ 6þ\ 3\fDáÿH\18\0Ʀ<E
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 484 0 R
+/Name /Im32
+/Width 16
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\10ò\1f \ 6þ\aC\ 68`g\90?`ÿ\0\ 6å\ f°3\0\0Ö\91
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 485 0 R
+/Name /Im33
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fá?\18ñ\1f \1a=øÁÿð\ f\b}üÿñÏÿ\1d?þÏÿð¿ý\0\0s%"D
+endstream
+endobj
+41 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 486 0 R
+/Name /Im34
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃ\7f0bþÃ@Sô\1ff\11\0\1d_1u
+endstream
+endobj
+42 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 487 0 R
+/Name /Im35
+/Width 32
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ§þÏ\7f(æ?@&|\0Å\1f\80x\ 3\10ï\90oø?\ f\88Ûÿ3üoüÃ\0\0\12\940\82
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 488 0 R
+/Name /Im36
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÇ\7f büQÏPaßP!\7fÀBþ\80\rÿ\ 3\19ö\ f ÄüC\86ñ\ f\ 3ã?\ 6\ 6 ªg(°o\0\ 3\15ü\ f\80È\82ý\83\ró\ f{æ?öÿA\b\0Qo"\99
+endstream
+endobj
+44 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 489 0 R
+/Name /Im37
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dɱ  \80@\10DÑé`J°\13¯-#oK[10´\ 4\ 5\e80¹à`\1dPÐÐàñ\19&jjñ Ñi\9d$£eÐFià$G\ 5Ï\ 2Æ~Û\1c\\r\ÔYÛõù ½t\92Ë\vø#>.°¾:=
+endstream
+endobj
+45 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 490 0 R
+/Name /Im38
+/Width 32
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÉÁ\r\80@\bDÑÙP\0%P
+\9d\11­LK±\ 4\8e{  \1c4?ï2CÁ.%®t¹­Ä\14°_¶I\9bÜ\ 6Þ\86U   HëmÈüÇ' ç\86\92\83ë\ 1\15ð\ 2kø"Þ
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 491 0 R
+/Name /Im39
+/Width 16
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccd`\ 4Ã\83l\1få,-ø\1f07ð?°´ø(w\90\8d\11*\ 3\0z\88\ 6ø
+endstream
+endobj
+47 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 492 0 R
+/Name /Im40
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3`°`\90aàc`g`f`n`\ 4Á\ 3\f\ad\ eÔ\1fø\ f\81\rÿ\eê\81*\0ÏÄ\ e\94
+endstream
+endobj
+48 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 493 0 R
+/Name /Im41
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿCýÿ\1fÿ\91Hæ?\f\8cÿ\18hBþÿÿ\1f\8d¤\81-ÿ1|\ 4\0\9d\8ef\19
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 494 0 R
+/Name /Im42
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE̱\r\80 \10\ 5ÐO(®ã\16\ 6\1dKY\1aÃh\8cr#PR\10\94ób,^ûb\ 1²\0G\ 3fZ¶e_\ 2p2\90\b\80òÅP5,&¶_NæÚ\8cF#À\r\86ëôòÍ\17Eâªbqrw\9a\9f\a\v÷(_
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 495 0 R
+/Name /Im43
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°c`üßÀüñ\0óÇ\aì\ f0\11\ 3Aôÿÿ\ 1 \92ÿ\7f\80\1fÌe~ÀÀ\bC\fH\b\0\81|*û
+endstream
+endobj
+51 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 496 0 R
+/Name /Im44
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a\ 3Ã\7f8Áü\87\81\14\82\1d\vÁ\ f\81Äÿÿ(\ 4X\f"\vQÌx\0\99``n@!Øá\ 4?\88\90\a\11õ@G\ 2ÍB\10\05\95
+endstream
+endobj
+52 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 497 0 R
+/Name /Im45
+/Width 24
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7fÀ`ÿ\87¡Æ\8eá\9f<\105üã?\0D5ü\a\18¨\88þÃ\10\1aàc`°o`¨?\80\82\80"|\f\0÷L+Í
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 498 0 R
+/Name /Im46
+/Width 48
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ§þ\9fýÿÿH$ÿ\ 1ö\aÌ\1f¨L>`ÿ\0'?°ÿ\0\92;Øÿ\0É9üçØ\1füïã?\ e$Ûÿ3ÿoøßø\87á\1f\ 3\0 \ 4
+endstream
+endobj
+54 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 499 0 R
+/Name /Im47
+/Width 16
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccd`\84\ 6ü\10¤¦Òæÿ¿J\e\8c\f\0ÅÓ\ e2
+endstream
+endobj
+55 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 500 0 R
+/Name /Im48
+/Width 40
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿÿ?\ 3\ 3\82`\0\12\ f\80\ 4\1f\ 3\90\90\ 3\13\ 5@B¦\ 2HØÔ\0\89\9az\86ÿ\8c\7fê\81îC"\0£
+?·
+endstream
+endobj
+56 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 501 0 R
+/Name /Im49
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÏP\ f\ fÈDÿÿC\11\86Ô\ fö\87\7f\80\88ù#\b1þøÁPÿ\81\81ÿ\0\0dJ-Ó
+endstream
+endobj
+57 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 502 0 R
+/Name /Im50
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨çÿÃøÿý\1fö\aÿÿÈ7Ø\1f\90o\90?`Ï \7f \9e\81ÿ@\1d\10ÿ#\ 2\83Ô\81ÔÛ\ 31H?\90u\80ýAý\ 1 ¹\a\18ìû\ f0\0Å\89Ãÿá\18\0²Æ9\r
+endstream
+endobj
+58 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 503 0 R
+/Name /Im51
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°?Àøÿ\ 3û\83\1aþ\ 3\rüö\fìõ\fìu\f\fÿ\90Ð\7f0øÇ \ fAu\föõ\fvö@ÔP#ßPÃ~ð\aóÿ\a\fõ\r\01\96\1do
+endstream
+endobj
+59 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 504 0 R
+/Name /Im52
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\ 3Ãÿÿÿ\ f00?`þ\0$\18~\80\88\1a\10a\a"äA\ 4\7f\ 3\90`\a\13\a`\ 4P=
\81\14\ 2U/û\ 3\14\93Á¶\81  y¸3j`N\ 3:\12ìÜÿ \87\ 3\0Î#E5
+endstream
+endobj
+60 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 505 0 R
+/Name /Im53
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÜØÀÎàÀÇ  Ã `àPÃÀP\ 1F?\90Ðÿÿ\1f~0\80P\ 5\b=°a\ 4!9Æ\ 3\rÌí\f\f\7f\18\0ÜÇ\16ê
+endstream
+endobj
+61 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 506 0 R
+/Name /Im54
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81\81á?\10ó3\10\81å\e\18ø\15>0ð;X0ð7È\0Åä\80\18\f\e \98\1d\84\ fàÀ\r\b\10½@3þ\ 3ÍúoPÀÀÏ\7f\80\ 1\0\15B
+endstream
+endobj
+62 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 507 0 R
+/Name /Im55
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿ`àÇñ\9f¡\86åcC\ 5ó\83\86\1f Ì\88À5\8c\ f\18l\80X\ e\88ù\81\98ùá\ 3\ 6\86ÿ@Ì\88À\1c@l\aÆ\a\18ì\98\ f0Ø°70Hð10°ÿ``\0\0\19^ *
+endstream
+endobj
+63 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 508 0 R
+/Name /Im56
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83áÿ\ f\ 6~\ 6\12Qs\ 3\7fû\ 1ùö\ 3ÿÝ\ füWnà\97g\0\0\88B\f\83
+endstream
+endobj
+64 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 509 0 R
+/Name /Im57
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a`|ÄÀ|\90\81¹\91\81½¡\ 1\ 31\10Dÿÿ3Èÿgà\a³\99\e\18\18a\88\ 1 \ 1\0\b\8a\17^
+endstream
+endobj
+65 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 510 0 R
+/Name /Im58
+/Width 48
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿñÿãÿ\aþ\83I~\ 69\ 6\e\ 6\1a\92\ròpRÞA¦Á\82á¿\82\8dC\ 5Ã\7f\89
+\83\ f\füì\ fø\ f0\0\0ÅÖ\eA
+endstream
+endobj
+66 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 511 0 R
+/Name /Im59
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿñÿ\81ÿ@ÌÏ`Ã@\11n\80`y\a\v\86ÿ
+\15\fÿ\ 5
+\18øù\ f0\0\0û¼\120
+endstream
+endobj
+67 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 512 0 R
+/Name /Im60
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÜÜÀÏø@\8eá\83\rC\ 5\10U0Ø\0Ñ\ f\ 6;L\ 4\91\ 2" 2\19\86\ 2 \16\ 3\fÿ\18\0D]\16\83
+endstream
+endobj
+68 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 513 0 R
+/Name /Im61
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÃPÿ\87\81½\81|ôÿ\ f\báTÐÜÀÜ~\80ùø\ 1ÆÃ\a\18>60Ø3\0\0\ 4É\1cÃ
+endstream
+endobj
+69 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 514 0 R
+/Name /Im62
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿áÿÿ\ 6ö\ f\fÌ\ fh\8b\80\aÛ\ 5\0\ f\1c(G
+endstream
+endobj
+70 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 515 0 R
+/Name /Im63
+/Width 16
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a~\ 6Ê <Ã\7f äg\0\0xq\aë
+endstream
+endobj
+71 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 516 0 R
+/Name /Im64
+/Width 16
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a~\ 6ÂP\9eá?\10ò3 \ 39\ 6{(\94c\0\0ªë\bQ
+endstream
+endobj
+72 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 517 0 R
+/Name /Im65
+/Width 24
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀÎx@\86¡À\82Á¢\80\ 1\ 3\1f2*`\903`°\91`øÁÿÿ\ 3ÿÿ\aòÿ\e,\18\18\f\90\90à\ f\ 6q>\ 6\ 6\19æ\ 6\eæ\ 3\ f\90\11PD\86¹I\8e½\9d\9d¯\9dñG"\ 3\83\1c\0­Ý\1f/
+endstream
+endobj
+73 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 518 0 R
+/Name /Im66
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÜØÀÎàÀÇ  Ã `àPÃÀP\ 1F?0\10\86ÁÁ\86ñ\83\fã\a\ fì\f\1f\98\e\12\18þ7\0\0E@\12j
+endstream
+endobj
+74 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 519 0 R
+/Name /Im67
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøc\7f\80¹Ùþ\0;Ã>\ 6>\86\1a\ 6\19\ 6\e0¬@Â?p`\98|\rT\ fH/È\fv\86=\fÌ\am\18\18ê\80\98\81X\ÃÀÀü\a\82\81|\0O\7f\19ù
+endstream
+endobj
+75 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 520 0 R
+/Name /Im68
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÎÍ  \83P\10Eá31`v¯\ 4[\10²÷5&rÓ\99`#\96`\ 1Áx'\ 1q\99Í·\9a\9fCì@ù\b*+\8côÄÆ\83fåN;s£\88& :Lõ¼\86d:\19\r\7frn\®øh¨&ùHù÷\873Z9¨Èi\9d¼÷\145\169üå°\1d\1dÆÒ&Ü
+endstream
+endobj
+76 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 521 0 R
+/Name /Im69
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøc\7f\80ù°ý\ 1v\86}\fì\f5\füplC\16\96\aêýÏü\a\8cA|\0ü\9d\ f\e
+endstream
+endobj
+77 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 522 0 R
+/Name /Im70
+/Width 24
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÂ1\ e\83 \18\80ÑÏ`âBÊ\ 5\86\ 3©Wrth
+\aðP8y\89\ e\1c \ 3#\ 3Éo´\1dúòb\88\9bä=\96\ fcÅglæ\9e¸%Lü\vîú\80\17ª15%u\90b$9a*\ 4xB=÷åW\7fÏØ\ 5;â-o£ÖAt×ú\ 3ë\v
+endstream
+endobj
+78 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 523 0 R
+/Name /Im71
+/Width 8
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9csP\10àà`aa\ 2\82ª\7fÿþü©\0\0\19ç\ 5w
+endstream
+endobj
+79 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 524 0 R
+/Name /Im72
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÎA
+\80 \10\85áQ!wy\83¼\89]L":Yt\12é\ 4Òj\88ÀÞ\bãæ[¼Íû\e\93¥Æ4QØ\81'\9a1Ð2HÂ6x\15ó\0w+þ\ 2áP¢\ 5«\90\84,|\ 2\ 3S\81ë\14àO\10:;\88¤ÈµÍ\ 3F\9dct¶\8aâVÀ\ fPV Ä
+endstream
+endobj
+80 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 525 0 R
+/Name /Im73
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93c``Hl``øp\80\81á\87\ 3\10+@°\82\0P\ 2\84%\80\98\ 3\8ay X\ e    Û"á\8a\ 6\bþà\0Ç\8c\ f\14À\98ù\80\0\1c³7p\801\7f\ 3\ f\10Ë1üÿP\7f\0\84\ 1 ²\1af
+endstream
+endobj
+81 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 526 0 R
+/Name /Im74
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ckþÀpF\86á\ 3\eÃ\ 3f\86\ 3 Ô\0D\r@ÄÞÀÀßÀPÏÀþ\8f\ f\83ý\ f\86ú\a\f\7f\18\18>02<\80 f\86\ 4f\ 6\ 3v\ 6   i\ 6ö\87\f\0\15\93
+endstream
+endobj
+82 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 527 0 R
+/Name /Im75
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿÿ\ 3\ 3#\88``þÁÀÀÀø\81\8eD\ 3\90PÀF\1c\0\12  \ e\ 1L$\0\89\ 3\ 5\8c\1f\18\ fÔ0~`?Pÿÿÿ\7f\b\ 1\0\98Ì77
+endstream
+endobj
+83 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 528 0 R
+/Name /Im76
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿñÿ\81ÿ@ÌÏ`Ã@\11n\80b\a\v\ 6~\85
+\ 6~\81\ 2\ 6\ 3@9\ 6¢°<\10ÿ\87b\10\1f\0¢\94\13\ 2
+endstream
+endobj
+84 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 529 0 R
+/Name /Im77
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ï!\ e\840\10\85á7ATV"+8Âzz±\86<n\ 6á"{\84\95+\båM
+H*>5\99ù\v;\0ÄJ"s%
+\ 6Ú\ f=»/"Ã""o\92&\99\9dÑ\99\1e
+\90D¨ÿ½¡÷N¹ñ\ 5\17Zj¾Þü\90ùÉ®¡\8cÐ\82\94\96<ò£\ÛÔTgB_à \82Ø0Ö
+endstream
+endobj
+85 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 530 0 R
+/Name /Im78
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dÌÁ  \800\14\83áÔ
+zË\ 2\82\8b8\9bt\12gq\94\82\vxôöü\8b\1dÀÃw\b$\89+JÀé\91ÓÝU9\9fòÔ\14Ù\8dä\ 3;6,\981b@\82è\89\8døÈñ\91~Y\11]Ë/\89\81\16ñ
+endstream
+endobj
+86 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 531 0 R
+/Name /Im79
+/Width 16
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\10\ 2\0\14²\ 5æ
+endstream
+endobj
+87 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 532 0 R
+/Name /Im80
+/Width 40
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5Ä«\r\800\14@ÑûxM*kq¬\81`\14Â\1c\rAT¢ÊJ\1d\81\11J\98\0\14\8e\88CI\82·\9a\f\8dü\r2C¯\7f»\8e°Ù/Y¬Aòô\14\r\9abq×\15ØÔ*6\f\b\8eZ\82ÃK¨ð\9aÏõtÇÛ\ 5Ë?!¹
+endstream
+endobj
+88 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 533 0 R
+/Name /Im81
+/Width 24
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÌA
+@P\18Eáû\EQ\94\r(\eP6 ,ÌÀÆNÙ×{~\ 3\rOGgV0¿JÉ\ 1³\9bÙ¬f4­éMm*c\93¢¼Ð\8d\ e´ \rM¨C\ 3j¾UBz=»b%\84
+endstream
+endobj
+89 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 534 0 R
+/Name /Im82
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]̱  \800\10@Ñ/\16vf\ 1Ñ\15\1càp&Ë+$\1e¸XFÉ\b\96Q\ 2j\10\eáÕ\ fOuY³\ 5\99;TX\ 4Ñbz¥?É\85\93x\10ÒfêQ
+ù<[Kr¤Æ´\ e#ûÈ\1a\19ì\ 66ï$\8d
+endstream
+endobj
+90 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 535 0 R
+/Name /Im83
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÌ1
+\840\10\1f\ 2¦\11ÓZ\84x\ 5Ë)d÷*\1eaN \ 1/\96£Ì\11,\17V\8c\96Âkÿç"´\12\9d%T\10%)½1¼ä\95¬,3§¸3\85_\17\ fÿ5Zq\rÿä\7f¢Õ©Ú\84\ 5\91\97\11\ 3\16öê[aã\ 6«\8e
+endstream
+endobj
+91 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 536 0 R
+/Name /Im84
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀþ\8fA\86\9fÁ\80½A\81ù\80\ 3ã\ 3\aÆ\ f\r\f\1f~\80Ð\ f\b*`øÁ\80@\1f@\88ñ\81\0ã\ 3 Æ\ 3\rÂì\f\ 2\7f\18\ 4\18° á\a\fò\7f\18äÿ\ 3Q\83üÿ\ 3r\8c\a\ 4\18\14\0zâ!ÿ
+endstream
+endobj
+92 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 537 0 R
+/Name /Im85
+/Width 24
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀ aÁ  ÇàÀÏPÀßð\83½á\ fû\ 1\bª`?À@]Ä\7f\80ùÿ\1f \ 2\0\0      #Ì
+endstream
+endobj
+93 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 538 0 R
+/Name /Im86
+/Width 8
+/Height 6
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ø\ 3\ 4\15\0\11\16\ 4á
+endstream
+endobj
+94 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 539 0 R
+/Name /Im87
+/Width 24
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`|ÀÀÏÀ ÃÀ`ÁÀPÁÀð\81\80\ 1h\fó\ 1\ 6ö\ 6\86\7f\f \ 4d\0¹@A \14\99fV\80\9d\ 4t\18Ðy\8c\ f\0ô¹-K
+endstream
+endobj
+95 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 540 0 R
+/Name /Im88
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿãÿÿ\1fõÿ\7f0T0\90\81ê\7f0\0µ\ 2Itð\81\81ñ\a\ 2\ 1¹\0Y/\1aü
+endstream
+endobj
+96 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 541 0 R
+/Name /Im89
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿQÿàÿ\9fÿ\1fê\814{\83\1c\ 3Éø\0\14?\0â\ fv\fì\7fl\18ê÷ÿaø?ÿ\aC}û\ 3\ 6\0ô\84\1dñ
+endstream
+endobj
+97 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 542 0 R
+/Name /Im90
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9fÿ\80ñÿý\ fÌÿÿ?`?ð\8f\81½¡\ e\88í\80X\8el\ßø\8fá\7fó?0\r\0\96c\ee
+endstream
+endobj
+98 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 543 0 R
+/Name /Im91
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d±\rÀ \f\0ÁG\14\94là,\12\91µ\ \85Ñ\18Å#P¦²A9]\84Ç¿#\r¹\90:¤L²\91\f\16(Ü PÏA\99\9aMÓR>¥¿áç\13¾\ 1\1d\14\1cã
+endstream
+endobj
+99 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 544 0 R
+/Name /Im92
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu̹\r\800\10DÑA\ 4\13Ò\ 1\95¸0"l\89Æ\9cÑ\ 6\1dà\10¢å[rJð4Ú3·(ñFͤ\95dmC\93§\vU>p\16ù\96\1cØ\91°b\81\99Í}\97\e=ÔA\9f\7f=¥_\19\ 3\15Ø\1c_
+endstream
+endobj
+100 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 545 0 R
+/Name /Im93
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM˱\r\800\f\0ÁG)(=\ 2kÐy-\8a(ñh\8c\92\11\º@2î@¯+\7f\ fµ#§i¦\rqbsþE¹Ê(º\1c\15fásÖ×Û¢ËÍLC\13ä\81\17\16ª&µ
+endstream
+endobj
+101 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 546 0 R
+/Name /Im94
+/Width 16
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`øÁPÃ`ÇÀÏÀÎÀÞÀÜ ß`ßP\ f\82\fö\fr\f\0q0\ak
+endstream
+endobj
+102 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 547 0 R
+/Name /Im95
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÁÀðÿ\ f\ 3C=\90fo \ 2÷\1f``ßÿ\81\81\1d¨\89ýG\1d\ 3û\ 3y æg`?ÀßÀ~\80½\81\1dL2ãÀ\b\15\10½@3ê\81fýßÿ\83¡¾ÿ\ 1\ 3\0þì+ÿ
+endstream
+endobj
+103 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 548 0 R
+/Name /Im96
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1d±\r\80 \14EÑK,(\1dÁ5èX\89ÒÂÄÕ\18å%.ðK
+ÂÓxr\9e\85Ýmy\8bI\e\94oP\1a'\fr$kw¯æ\16\13"IÿØteUë°òÒ\v Ò'\f
+endstream
+endobj
+104 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 549 0 R
+/Name /Im97
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM̱\r\80 \14\0Ñ3\16\0       3Ø\91hâJØQ\98Àh\8c\ 2\e°\ 1~ÔD\8b\97ëÎ\0{\82\90ÁW8\9d°`\ 5úgú\99\85y­ñ±\88#}r¾\r]ªÂ1ÆΣ¢EÑm²Ò\84Òb+-õ^ùP!U
+endstream
+endobj
+105 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 550 0 R
+/Name /Im98
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀü¿\81ýÿ\ 1þæ\ar\8c\1fl\18>Ô0|¨``øÁÀð\ 1\ 3\ 1\ 5\81R5\f\f6\f Åü\8d\1fØÿ\7f`þÿ\80áÿ\ 1\0Ô\96\e\9e
+endstream
+endobj
+106 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 551 0 R
+/Name /Im99
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿQÿàÿ\9fÿ\1fê\814{\83\1c\ 3Éø\0\14?\0â\ fv\fì\7fl\18Ø÷ÿa`\9fÿ\83\81½ý\ 1P\r\ 3N\\ fÄÿ¡4\0Å;#7
+endstream
+endobj
+107 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 552 0 R
+/Name /Im100
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃÀü\9f\81ÿÿ\ 1ùö\av\8c\1fl\18>Ô0ü¨`¨øÁPó\81Á\ 6\13\ 1¥\80\b¨\f¨\18¨\ 5¨\11¨\9dá\ f\ 3\0\1dG
+endstream
+endobj
+108 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 553 0 R
+/Name /Im101
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90\7fÀPÿ\81áÿ\ f\86\1f5\8c\ fì\18\1fÈ!!\ 6\82èÿÿ?@Tÿÿ\ f¦\14Ã\ 3\ 6\0\93\99$\15
+endstream
+endobj
+109 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 554 0 R
+/Name /Im102
+/Width 24
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÁÀÀÏÀÀÜÀÀx\80\81ñ\ 1\ 3Ã\a²P\ 1\ 3C\ 5\ 3\83\r\ 3\83\1c\ 3\ 3û\ 3\10\92\ 3s+ÀRd\99  t\fÐI@\87\ 1\9d÷\83\81\ 1\0ªÏ,k
+endstream
+endobj
+110 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 555 0 R
+/Name /Im103
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ê!\ eÀ \f\0À\12D\1dýÀÒ~\ 3Ñd_BÖ\8d§ñ\94\12±ÀÐKN\1eÈ\80=Ó~s<Ø\85\808»bT\9aÆÚ\94[-Q\8b\eyÃ?£óÚ¡b|WZ\8a\8bó"¸°k\ eK;`;Èø\0×ç'\16
+endstream
+endobj
+111 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 556 0 R
+/Name /Im104
+/Width 8
+/Height 7
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨ù÷ï_\8d\ 5\0\11\8f\ 4c
+endstream
+endobj
+112 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 557 0 R
+/Name /Im105
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%ɱ\r\800\f\87RPf\ 3²H\ 6s\91\82\8eµ"±\88Gpé*\1f\ 1Òu\87(\9a»¼ÞÑÈ\8e\rÌ !>Rþ\ 2Ë·r\10\9d86o\97WÍ¢\93Å\ 3ß #\ e
+endstream
+endobj
+113 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 558 0 R
+/Name /Im106
+/Width 24
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fÀPÿ\83áÿ\1f\86\1fv\f\19
\19\18ø\e\18Ø©\89øÿC\11\ 3\1a\0Ú%ß\80\f\0%r\1cÇ
+endstream
+endobj
+114 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 559 0 R
+/Name /Im107
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmб\rÂ0\10\85ág]\91\ e/\80ä5\90\12\88\ 1âÑ<\8aG0\1dEäã^,9\ e¢ú^w¿N\e¼jÒ\13\92\81\8c5\ f
+ 6I\1aT8ò0@\84Ü Í\88ª\13Au3®ðä\ 2ÿ9ð\bdA¨;\91\86\83¼\12\97-\850Å*x|ðî<Ù\0¼:÷6\13;a\9bÙ\e~Yê\8c\94?ð3ø\ 2        ìT\ 4
+endstream
+endobj
+115 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 560 0 R
+/Name /Im108
+/Width 40
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccg¨o``oþÿ\81\81ýxã\1f\ 6ö\7f\fõ\fì\7f\18ì\eØ\7f\1f`ÿÀ ÿ\0\83\89\ f@\82\1dAü \92\80ë\0\eÀ\ f5\ fl<Ø"°\95ß\e\80\96\7f\ 4\ 3ÈA\1f\18\18È%þ£\12Ì \ 2\0¬¶Lº
+endstream
+endobj
+116 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 561 0 R
+/Name /Im109
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-±\r\80 \14EÑKecd\ 1\ 3kX\90¸\96\85        \8cÆ(\8c@bCñóÐ\93SU\1e5\951IF\18l\1dÿmÄÆ     \19/§¹È¢Æ©\9eU³PÅ`°÷\7fºH\awpæeNë\v\a{*7
+endstream
+endobj
+117 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 562 0 R
+/Name /Im110
+/Width 24
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀ`ÿ\81á\9f\ 5ã\1f\19Æ?rÌ?ø°!\ 6âÑÿÿ\7f\80Hþÿ\1fv0\97ñ\a\ 3\ 3\ 4\90\ 5\ 2\ 1\0K¸*¶
+endstream
+endobj
+118 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 563 0 R
+/Name /Im111
+/Width 32
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ã\7f(fÿÀ@9þ\ 1Âò\rì?ì\ f°ÿ\ 1â7@üÎþÀÿg@ü|~Ãÿ\87ÿ\19\98\1füa\0\0\ 3Á-Ì
+endstream
+endobj
+119 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 564 0 R
+/Name /Im112
+/Width 40
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMË¡\15\800\f\84á«Bv\84\8e\92±p$£õ=\ 6`\858,²\8a#©àÕ|æþ+\ 4­ò¤I¿ijû\ 3\858^´¤®0Ñ\89\ 5Ò\83æÁ6\82ÂË\ 1a\0MêJýãæmÒ\13\vÄb=\80\8d#Úü\7fQv9\18
+endstream
+endobj
+120 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 565 0 R
+/Name /Im113
+/Width 32
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Í¡\11À0\f\ 4Á÷\ 4\18ª\ 4\95¢\96Ü\81T\9a\12\ 4\ 32vl\10\1c°èÀA
\89vKôºRب\89²Ä°ÀðØù\0°~ø'$-\94\87¦R¨ì¥Ü\8f\84¯\80<x\ 1ï2'L
+endstream
+endobj
+121 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 566 0 R
+/Name /Im114
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa``\0a9$l\8b\84+\1a ø\83\ 3\1c3>P\0\ 3\ 2pÌÞÀ\ 1Æü\r<@,ÇðÿCý\ 1\10\ 6\0g\91\13ç
+endstream
+endobj
+122 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 567 0 R
+/Name /Im115
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\90o`àQøÀÀç`ÁÀß ÃÀÏÀ\aÄ`ØÀÏÀ\ eÃ\ap`$5ü\10½ 3@f\19\140ðó\1f\0\8a1\10\85å\81ø?\14\83ø\0.8\11|
+endstream
+endobj
+123 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 568 0 R
+/Name /Im116
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿðÿA=\10³7È1P\ fÛ1üÿÿ\ f\8cÙ\e\18p`\19°:\10f>`ÇÀx@\8e\81á\ 1\v\ 3\83\85\ 4\ 3\ 3ÿ\ 3\ 6\0\87t"ó
+endstream
+endobj
+124 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 569 0 R
+/Name /Im117
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81á?\103?` \f\ 3\ra~Àþ\80ù\ 1ã\a ¿\ 2\88k\80Ø\ e\8aí±`\98\\r\14ÿ\0êÿðÿÿÿ\ 3ÿÿÿc\0\0Úý3`
+endstream
+endobj
+125 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 570 0 R
+/Name /Im118
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿðÿ\ 3C=\88`o\90c 5ñÿÿÿ\1f\10\82xmvì\fÌ\aìù\e\18A\ 4Ã\ 3ùö\ 6\ 6\vÉÃ\f\fü\ fj\18\0`n)$
+endstream
+endobj
+126 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 571 0 R
+/Name /Im119
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%Ì¡\r\800\10@Ñ_\9a\80d\ 3\8aÃ2\0\82\84\ 4\90\8aëf\1dåF\0\87+G\10Ͼ\9a«V\13H´ì4<8.È
+[\81h&\81Ào0\8b9ÍanÁ©àuÅ\97\91NfzIØZ>/a\93\1dR
+endstream
+endobj
+127 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 572 0 R
+/Name /Im120
+/Width 56
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÏ1\ e\ 2!\14\ 4Ða!Y\v#\9e@<    x\ 3/D\f\85Éz,JK\8fÀ\11()Ì®\83\17ó\8a\ 3\ 1
\88=SD\1c\ 6\12ND&\98\81\f×\99\81<á;ú\ 1\7f!w\94\8eQ(g2\89F&\96\1c\89\90\8dD<ÙU\96/X")D\r\\83\82¨L\10ù\8fÃô\e&ëZ\a\9d9\12\ 4âù£N¸±ÙV½%ón|\0N\ e>u
+endstream
+endobj
+128 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 573 0 R
+/Name /Im121
+/Width 32
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ@=\14\1f`\18\1f\84ÿC0\ 3\bó\ 313\103\1e`\0\0=\8c6#
+endstream
+endobj
+129 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 574 0 R
+/Name /Im122
+/Width 24
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿß\7f0büÏ0 è?Ì\ 1\0º\15
+endstream
+endobj
+130 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 575 0 R
+/Name /Im123
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÐ1
+\ 3!\14\84á'\16\96^`a/\12ðb\ 1=H\ ecH\912\17\bÄ#XZ,N|oÂBª¯ýg\80"²     \94\v¹\8a«rr\18\8ex\12Hüc'\89d\82\1foÅá¦x\12°)q\1aûA\86\91º\91     \9aâPIQ<D $Nc%(i\90näfÀ¸£*\8fµÓÐíî9\8d\17ù\1c\ 6\ 6é¤ñ¥Õ\8bqR\94/PÇi\95
+endstream
+endobj
+131 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 576 0 R
+/Name /Im124
+/Width 48
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿÿÿ\ f\ 6\ 6d\92Áþ\ 1à%\1f\80H\v\a\10Y\81L\16\80È\82
+\10ù¡\ 6H2~¨\ 3\92Ì\1fê\eì\1fð\7f¨\aú÷?
+       \0l¹X®
+endstream
+endobj
+132 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 577 0 R
+/Name /Im125
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥Ð1\ eÀ \b\ 5P\9a\ e\8eí\r¼F7¯Ô±\9b\1e\8d£x\ 4F\87Æ_\91¡º5)Ë#\ 4\b\ 1¨DHh8°âE\16\10\85|*\91/\ 5é\98Ø\rú\81f/kí¸»ãE\ 1ØȽ¸\15\e°N\8a\11\9f'ä36\10ò¸,\8ew:ýS\8bbp§]K\ fy\9bwG
+endstream
+endobj
+133 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 578 0 R
+/Name /Im126
+/Width 48
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9d\90Á\rÀ \bE_ÃÁ£#8
+\9bµ\8eæ(\8eà±\aS+Å&=7!/\84À\87\ fè È\18\19bK\154Ë,\r¶Ëb&ÒáÈa\16µÄ\ 6©:­ÙGbÓ\ 2át\1eƾ8eeÑVÈõ\8f_\9dÅGÿ»7\19×=ÑX\83ÝY\9cfJóf^`\87þ:u\vþ\81ç\e7ç·^\93
+endstream
+endobj
+134 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 579 0 R
+/Name /Im127
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­Ð±\rÀ \f\ 4À·\¤Ì\b\19\15Fc\94\8c@\99\ 2ñX\ 6EDr\99Æ'¹±ÿI2\ 36Y'\1d\10Bmk \15çº\9d³:Çãhs¤ï\80\11)G\94?    /äà\97Ï»Òö(+Ø\8a¹BÏ
+\94o=[YVÝ\0Gõp`
+endstream
+endobj
+135 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 580 0 R
+/Name /Im128
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``þÏ\0\ 2öÿ?\80¨ÿÿÿ\0\7f\fÿ\80\14ÿ\ f\ 6þ\ 6\ 6\ 6ù\a\fì\a\80*\ e00\ 3©ú\ 3\f\8c\ f\80\14P\ 2¨ã?\90*\80Q\8c £* \94Å0¤þÿÿÇ ÿÿ\ 3*\ 5\0ò\81K\93
+endstream
+endobj
+136 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 581 0 R
+/Name /Im129
+/Width 48
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c¥\901\ eÅ \fC\1d1tdý[®Ñ\8d+ud\83£q\14\8eÐ1\ 3*u`û\7fü\fO"²\1c;@|À7g\ 3\8e9o@\a\ 6P:\94ã\8aX\85\8aÐ\ 2\87Ò\ f£¸GÊp«óÒNæä<Ss\96o¢Ôµã\ fn\87\1fç½qoÏ;ÉJe\9ePÌÓ\8ayò`Þ\82\7fÚ©y»dl*f«uö\vÔ\13\88\ 3\9f\17\0\87
+endstream
+endobj
+137 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 582 0 R
+/Name /Im130
+/Width 16
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccà`\10`P`p`8ÀØÀÌÀÌÀÆÀÇÀà\ 3\84\12\f\16@hÀP\0\87\1f\18\1e`\85\1f\90Ô\18\80uI\80\ 1\9aÅÆ\02\95±\81á\0Ð\ e\ 5 ]\1c\0ÛÊ\15\7f
+endstream
+endobj
+138 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 583 0 R
+/Name /Im131
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\87ÿ@Ìü\80\19\88\19\ 2\88-\80X\ 2\8a9\900\v\1af *þÀÀðÿÿ\ 10\ 6\0F».x
+endstream
+endobj
+139 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 584 0 R
+/Name /Im132
+/Width 16
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`\10`\90`àa`\ 3Bf\ 6æ\ 6Æ\ 6Æ\ 3\8c\a\18\ e0<\0Â\ 4\86\ 28¬`°À
++\90Ô$\80u\1d\0\99ÀØÀÜÀ\f6\95\a\0Ð\1e\a\86\ 6\ 6\0£ú\14Ë
+endstream
+endobj
+140 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 585 0 R
+/Name /Im133
+/Width 8
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 3\92Áÿÿÿ\ 1\89¸1»
+endstream
+endobj
+141 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 586 0 R
+/Name /Im134
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÌA
+À \f\ 4À-)Ø\9b}\81/\15ñi>%OèÑ\83°M
+µôàeXÂn\0\ 4%k:\8dr\88b<ì¢[ÿÀ\8fk\85\1aÒ\9cj\ 4\18Éàð\14ý&ú\96á¯\90'eE\9eeG|\e\eHÂèÀ\r\9f      D­
+endstream
+endobj
+142 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 587 0 R
+/Name /Im135
+/Width 24
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀÿÿ\a\98?00> >:ø\80áï\ 3\ 6û\a\fÌ\ f\18\18\80(\81\ 1\0Ø|%Ì
+endstream
+endobj
+143 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 588 0 R
+/Name /Im136
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÌ1
+\80 \14\80á_\1cÚrmð(\8fw¦F\87\10©{\85\b\8e\rQYD\10|óg+nÇ;\ 6\9bÄd5E©\9e
+á1\81¼vµ³öF=«'
+1Ütû\91O 4Âض\9eÒ-Ù\9e\89\83\vµ-!W
+endstream
+endobj
+144 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 589 0 R
+/Name /Im137
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83\87ýÿ\9fÿ`\92¿\81\87A\9e\81\9dA\ eH2AI[\f²¢\ 1\9düà\80F2>P\80\93Ì\a\ 4ÐHö\ 6\ e4\92\9f\81\ 5NÊ10¡\916\f\8chd\ 5\ 3Ã|Tò\ 3\ 3C<\94d~ÀÀ`Ïð\1f\81\90\0{      (X
+endstream
+endobj
+145 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 590 0 R
+/Name /Im138
+/Width 24
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ʱ  \800\10\7f*ÄB0¥\85¨#XÚé(\8eagFË(\19\15Â\19\ 4á\95Ï,\99¥ÛònyÅ\ fø\ eßÐV´\ 2\12 Â   \e\8c0A\ f.à"u\91\90üÑKôá'ª¢\87äb©Óêâ8\ageñ\ 2פ%.
+endstream
+endobj
+146 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 591 0 R
+/Name /Im139
+/Width 8
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ?;Éàÿÿÿ\0Ñ\84\aY
+endstream
+endobj
+147 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 592 0 R
+/Name /Im140
+/Width 16
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\ 6ÂÃ<\9f\vø\ fð\1f°.øls\98\87\19,
+\0fJ\a\ 3
+endstream
+endobj
+148 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 593 0 R
+/Name /Im141
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87\81á?\10³7\90\89\81\9aÙ\eä\81\18\ 4\99\ f\0ñ\ 3ö\ 6F\10þ\80\ 5?\80È\83Ô\81 <Ãÿÿÿ\80ø\ 3\ 3\0u¡&=
+endstream
+endobj
+149 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 594 0 R
+/Name /Im142
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7fðÃFðO\ 5÷¡\ fì\87>0CQ\ 5ó\ 1 ²a>ÀÏ|\80ùð\ 1\86ú\ 3\fÌ dÁ| \ 6\88Ø\e\19\18ä\7f0\0\0\90&\19\r
+endstream
+endobj
+150 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 595 0 R
+/Name /Im143
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83áÿ\ f\ 6~\ 6¢Q3\83|{Ã\7f÷\86ÿÊ\für\f\08Û \8e
+endstream
+endobj
+151 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 596 0 R
+/Name /Im144
+/Width 16
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÜÂÞÂÎÄ\8f\80\f\98ðÿ\1fû?ü\fì@È\f\86\8cP\b\0ë´\ 6_
+endstream
+endobj
+152 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 597 0 R
+/Name /Im145
+/Width 16
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿàÿ\ 3~\ 6|P\9eá?\10ò3 \ 3\f\bò1\0\0k\99\aE
+endstream
+endobj
+153 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 598 0 R
+/Name /Im146
+/Width 16
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a~\ 6r¡<Ã\7f äg\0\0\a¾
+endstream
+endobj
+154 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 599 0 R
+/Name /Im147
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³c`Hd`ØÑÀðÃ\ 1\8c\14\18\18 H\0\8c$ÀÈ\ 6\86ªÀè#\b1~l`|\0\a\1c\80\88ý\80\ 2{\83\ 2\7f\83\ 1?\83\80<\83Åÿ\aÿ\81\b\0\183
+endstream
+endobj
+155 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 600 0 R
+/Name /Im148
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\ 1*\0Õÿ\87àØ8à\1cÀ\fÀ\ eÀ\ e\80\ e\80\1e\0>\aü\1fø?ð\7fàü\0ð\0à\ 4à\ 4`\ 4`\f8<\ fÄ\98\9b\11¹
+endstream
+endobj
+156 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 601 0 R
+/Name /Im149
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøSßÀÜTßÀÎXÃÀÏð\ 3\8a+HÂò@=ÿÙ!\18Ä\a\0þÝ\12\0
+endstream
+endobj
+157 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 602 0 R
+/Name /Im150
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81áÿ\a\ 6~\ 6\1c\81\ 1\7fC\ 1?\83\ 5?\83\f?\83\1c\18ñcC\10\1a\8bÿ\r\ 5ÿ\81ºä\e\0\9a²\ e\99
+endstream
+endobj
+158 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 603 0 R
+/Name /Im151
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÎÀÇÜ ÃxÀ\82áA\ 5Ã\87\ 2\86\82\ f\f\15\98\b(\ eD@5\12\f\ax\18\e\80º\18ÿ0\0\0§\9c\14ú
+endstream
+endobj
+159 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 604 0 R
+/Name /Im152
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÌÀÃРÃà`Á PÁ PÀÀð\ 1\15ýÿÿà\ 3Ã\83\ 2\86\a\15\f\ f,\18\ fH0\1eàan`çc`üÁ\0\0\eØ\12Å
+endstream
+endobj
+160 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 605 0 R
+/Name /Im153
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüñ\9f\9då?\ fó\ f\19Æ\ f\16\f\1f*\18>\140|ø\80\r\15\80e\81jd\18>ð1~`gûÀøã\ 3\ 3\ 3^Äø\81\81\1f\8c\18>\0\0\05,G
+endstream
+endobj
+161 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 606 0 R
+/Name /Im154
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\90oàIxÀ×PÀÏ`ÁÏ ÃÏ ÇÏÀÇÏÀ\8f\rñ\81ee@*\e\fø\13\1eðË7ð30àAò\f\fÿÁ\bÈ\ 6\0p^
+endstream
+endobj
+162 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 607 0 R
+/Name /Im155
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿù\7fÃ\7f æg¨` \v7@±C\ 1\ 3¿Á\ 3\ 6\ 3@q\ 6¢°<\10ÿ\87b\10\1f\0\1a×\15Ñ
+endstream
+endobj
+163 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 608 0 R
+/Name /Im156
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ§þß\7f fo`>@6þÿ\1f\82ÉÐû\1fj?\0·\1c7\83
+endstream
+endobj
+164 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 609 0 R
+/Name /Im157
+/Width 16
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿçÿ\1fö\ 6òá\7f ~\0,{\17¿
+endstream
+endobj
+165 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 610 0 R
+/Name /Im158
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿù\7fÃ\7f æg¨` \v7T0È\ 3ñ\7f\87\ 2\86ÿ\ 6\ f\18øù\ f0\0\0Ö¨\14ÿ
+endstream
+endobj
+166 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 611 0 R
+/Name /Im159
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÃPÿ\87\81½\81dôÿ\ f\báTÐÜÀÜ~\80ùø\ 1ÆÃ\a\18>60Ø3\0\0En\e.
+endstream
+endobj
+167 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 612 0 R
+/Name /Im160
+/Width 40
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿùÿùÿÿA\ 4?\83\rÃ\aÊ\89\ 6;\86\ fò â¿\83\83ÿ\ 6\ 5\a\ fðó?°o\0\06Â%x
+endstream
+endobj
+168 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 613 0 R
+/Name /Im161
+/Width 24
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÉ¡\15\80 \14@Ñç!\18q\ 2]\81Hc\15GøÑæ\1f\8dft\ 5\91\ 4jPϹíjãèzº\)\855#\99 Ä\ f\8f\r\ 4\fg¤âzö]\97F2öÿ(L¯p\13D°8Ø<\ 6ß\82«Ó\ 5FK$z
+endstream
+endobj
+169 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 614 0 R
+/Name /Im162
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÌÀÇРÃà`Á PÁ PÀÀð\ 1\e\ 2\8aW07X°\1f\90a?ÀÇ~\80\9d¹\81ñ?\ 3\0ÅÂ\ f\8e
+endstream
+endobj
+170 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 615 0 R
+/Name /Im163
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8f\81á?\10³7\10Â\ e\0\ 3{#\10ÿ\87b\10\e$\86\0Á\f0\9c\0Å\ e@|\80½\81\11\88Ù\ füÿÿ\1f\8c\ 1ÄB&\8f
+endstream
+endobj
+171 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 616 0 R
+/Name /Im164
+/Width 8
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\0\v]\ 3É
+endstream
+endobj
+172 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 617 0 R
+/Name /Im165
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccb`\ 2Cv\9c\90\89¡¨àÿ\8f¢\ 2TUL\f\0\ 4J
+endstream
+endobj
+173 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 618 0 R
+/Name /Im166
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ÿÁÀ ÿ\8f\81¡\8e¹\81ñ\ 3Ã\ 1æ\ 3\f ì\r\f\ 6ü\f\f\ 2ò\f\f\1cr@lÇÀÀb\ 3Ä5P\ÁÀÀð\83\0®@R\ fÔË\ 34\83\ah\16\ fÐL\19 Ù2@;l\80\0í\9cÃPÇÎ\ 3t\ 3\ f\ 3û\ f\16\0e\95\19¹
+endstream
+endobj
+174 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 619 0 R
+/Name /Im167
+/Width 40
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc0`f``\0\13\ 5Ì\r\f\f\15ì0â\ f¿\ 3\ 3Ã\170ÁçÀÀøHN\ 1B0?\92\11``>h\ 3",\ 4\18Ø\e~p@\bþ\86\ f<\fü\f\1fX\80Ä\ 3\16\ 6\ fü\fÿÏÿ±?\0&\0eq\e×
+endstream
+endobj
+175 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 620 0 R
+/Name /Im168
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ê«\r\80@\10\0ÑY A\8eÅÑ\b¥!¨\84\94\ 1$\8aåS\0É\13#&[fKã4\ e£ÚWÇâ¸éæ\8c;®¸à\84\ 3v\18H\91g¾^ðc\86ü<}\ 3Íg\14o
+endstream
+endobj
+176 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 621 0 R
+/Name /Im169
+/Width 24
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀÏø@\86¡ \80A\ 6\88\1e0ðAP\ 2\ 3\1f\90kÁPÃÿÿ\aÿÿ\ füÿ\ed\18\18$ÀH\80\81\a\ 3?\1f\ 3\1f;\83\fs\ 3\10Ù0\1f\80#\88\b\1f;\10ö1þpc`°\ 1\0ïA\17÷
+endstream
+endobj
+177 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 622 0 R
+/Name /Im170
+/Width 8
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9csP\10\10àà`\ 1\82\92?\7f~\14\0\0\13Ç\ 4u
+endstream
+endobj
+178 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 623 0 R
+/Name /Im171
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81á?\18ñ3à@v\füÿ\eøÿ\1fà\7fü\80¿á\ 3\7fÃ\ f~\86
+~\86\1a~\ 6\eTT\ 3\12\0©yüáÿÿ\aÿÿ\1føoÏ\0\0Ò:\1d¤
+endstream
+endobj
+179 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 624 0 R
+/Name /Im172
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\83áÿ?\86ÿÿ\19þñ7ü`>ð\83ñÀ\aÆ\ 3\ 5Ì\a\18ø\ f0þoàÿÏ`ÿ\87¡þ\ 3Ã\1f\ 6\86\aì\r\10TÁßPÿ¿Á\1e(û»\ 1\0\16b\1fE
+endstream
+endobj
+180 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 625 0 R
+/Name /Im173
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93c`°o`¨?ÀPù\80¡\ 6\88
+\18\ 4
+\18\18*\18\18,ÀÈ\ 6      Õ10¤10<c`x\ eB\8cÇ\19\18\ f7\0\11ss\ 3\ 1v b\ 4¢\aü\f\ fø\18\1eÔ\1fÿóÿø?   \0W\87\1de
+endstream
+endobj
+181 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 626 0 R
+/Name /Im174
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀþÿ\0ÿÿ\aòÍ\1fì\18>Ô0|¨``øÁÀð\ 1\15\ 1E\80â5\8c\aì\98\81*\1f\0Õ\ 3u1þo\0\0'G\19\85
+endstream
+endobj
+182 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 627 0 R
+/Name /Im175
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿñß\7f0âg|@\05\82ÑÁ\aü\8f\1fðÿ?À_ßÀoÏÀÏ\80\8eþÃ\10\0\15U\1fþ
+endstream
+endobj
+183 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 628 0 R
+/Name /Im176
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀþ\9f\81ÿ\7f\83\ 1\a5\8c\1f*\18>ü`øñ\81¡\ 2\r\ 1Å\81²@5@\95@õ@]\8c\7f\18\0j\14\e;
+endstream
+endobj
+184 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 629 0 R
+/Name /Im177
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ì¡\rÀ \0\ 4À'\15H6\805\10\84D\15F\83t\91g\83g\ 2ZÝäô¡Á\9cq\1dÙ)\aù\80\94{l£n\16Rä¢Ö(\7f\94¨BÕ­Ø\942} 3´ÏWus\80\e/,¿3{
+endstream
+endobj
+185 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 630 0 R
+/Name /Im178
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«\97ï?ð\7fþù\aõ@Z\86\8f\9d\81\14\ fÁòóÏ3ÔÿÿÇðÿï?\86\9a\1f5\f\0÷\18\12Ï
+endstream
+endobj
+186 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 631 0 R
+/Name /Im179
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc·càÿßÀÿÿ\0ÿã\aü\r\1fø\e~ð3Tð3Ôð3Ø ¢\1a\90xC\ 5HÍã\ füÿ\1f\80´Ø3ð3 £ÿ0\ 4\0ÅÂ\17Þ
+endstream
+endobj
+187 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 632 0 R
+/Name /Im180
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÏÀþÿ\0ÿÿ\aòÍ\1fì\18>Ô0|¨``øÁÀð\81\81áÿÿ\ f\10ô\81áÃ\ f 8ã\87\1aÆ\a\ fäÙ\81ê\eØÿ30þa\0\0\17\ f /
+endstream
+endobj
+188 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 633 0 R
+/Name /Im181
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿áÿÿ\ 3ÿÿ70\1f\89\1eÀÐ\a\ 6æ\1f<Ìÿäþßÿ÷ÿü\9fÿ\87\7f\0\0\1c¸
+endstream
+endobj
+189 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 634 0 R
+/Name /Im182
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿñß\7f0âg|@\05\82ÑÁ\aü\8f\1füÿ\7fà\7f\7f{\ 6\0\a¢\1fw
+endstream
+endobj
+190 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 635 0 R
+/Name /Im183
+/Width 16
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³\7fPÿáÿ\8f\1f5?ä
\18øI\81üÿåÿóÿg@\0>\ 6y0ä\ 3\0é¡\fª
+endstream
+endobj
+191 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 636 0 R
+/Name /Im184
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0Ã\7f fþÀÀÀü\80\18Ì\81\86%\80Ø\82\81ùÿ\ f\b\ 6±Áb(ê\98\80za\98\ 5      ó@±\f\10Û\0ñ\8fÿÿÿ\831\0lC0%
+endstream
+endobj
+192 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 637 0 R
+/Name /Im185
+/Width 16
+/Height 6
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+\90ùa\a\81\ 52\0(l\ 5ñ
+endstream
+endobj
+193 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 638 0 R
+/Name /Im186
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿA\ 5ã\83\1a\86\ 4\e\86\ 49\ 6\ 5y\ 6\ 3~\ 6\ 1ö\ 6\ 1ö\ 3\ 2Ì\a\ 4\18\1f00|\0£
+\ 6\ 6\e\86\ 6;\86\ 69\86\ 6~\86\ 3ü\r\ eì\r\ eÌ\a\12\98AÚëÿ\7f\0\0\0\8d\16 
+endstream
+endobj
+194 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 639 0 R
+/Name /Im187
+/Width 40
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95ÏÁ\rÂ0\f\ 5Ð\1f\8c\14\ 4É
+\fPÁZ\11BÅ0YÄ$\11\13X\9cAô×\azn"½\8b\9do\a@\ 1ÏYÉ­-tòûcFú\11\bÍ\19 _\1dP"¹\ 4\83!¼¤B\9e»\11ñ±ÏH÷Ca¬%evÒ\13\10\9b3\91î\\ 1é\1fb\9bðgkÊ\9aì\83\9c¤\1c\1d\15\19Ò0\82+Vþ\82\17uY7³\ 4\f±zA 
+endstream
+endobj
+195 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 640 0 R
+/Name /Im188
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÜÜÀÎx\80\8fá\81\fC\81\rC\ 5\ 4U0Ø@Ð\ f\ 6\11\\17\10Y0X\0Í\ 1\9a     D@Ã\81V\0-bøÇ\0\0\17\98#o
+endstream
+endobj
+196 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 641 0 R
+/Name /Im189
+/Width 24
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccxÀÀø\ 1\vb@C\ 5`d\ 1C\12\ 3F,\f\fL`ÄÈÀÀÐ\0D\r\f\ e\r\f
+\ e $àÀÀQÿÿ\ f\10Ùÿÿ\aD@­
+\f\f\0\ 3c\e\1d
+endstream
+endobj
+197 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 642 0 R
+/Name /Im190
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ÍÁ  \80P\f\ 3ÐH\ap\ 47ÑÅ\8aüÑ\1c¥#xü\a1¶ ñ"^\1e¥$-É\ 6\92\ 1\vë   \8eb-\161µ_\94\9bÕõdØaä\96ÓXXÜ»ÀûÈÕøÂ\95ëO7gÖQò\ 4.ßîC\19
+endstream
+endobj
+198 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 643 0 R
+/Name /Im191
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÌ1
+Â@\14\84á\7fM0[\b\9b\ 3\88ñ\b)-$æ(v¶\96)B\ðb\v^d\15\ f b±E ¾W\88\8dÅ|Å0\8c\19Ùá&3\85ê|\89±áàëAª²§Á\8eôØÄ ¼ \99§\90EO\97\ 5¡\b-\eç÷,\1dk\16\15%ùJ\98\18\85\91\1c:æJ\ 1\ f\9c'qJ¼\95;`nÊU\91ã/í\7føq\94\1dµâ$\1fCº0:
+endstream
+endobj
+199 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 644 0 R
+/Name /Im192
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95\8f±  À0\f\ 4/¸pé\r\9cEBær\11\82Gó(\1eÁ\ 3¤Èç]¸\ e\82\13\bô:\11\1e Ç
+eë0Tê\85Ð8Ð8\93*»JÝ8!6ã\16ºqAè
+
\17¼f8e%¯kI\98\1a\16²\9a%§®Å¿\17^\1a¶2ï
+endstream
+endobj
+200 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 645 0 R
+/Name /Im193
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûø\83áû?\86ÿÿ\19þñ7ü`>ð\83ñÁ\aÆ\ f\1f\18 ¨\ 2\e\82Ê\ 2Uþa~ð\8fÿÀÿÿ\r\9fÿ3|øÃð\81\81(\ 4\0+98(
+endstream
+endobj
+201 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 646 0 R
+/Name /Im194
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏÀüÿ\0ûÿ\ fü\r\1fä\18\fl\18\18*À¨\80\81á\ 3\fýÿÿ\ 1\82>0\14\140\14T0$T0<°ax`Çx@\9eý\0ÿÿ\ 6æÿ\f\f\7f\18\0\1e¸
+endstream
+endobj
+202 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 647 0 R
+/Name /Im195
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀü\1f\88\1aØ\8f7°72°7\90\8cþÿ\87"¬²\0\98ú\17ö
+endstream
+endobj
+203 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 648 0 R
+/Name /Im196
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀð\ 1\ fü\ 1\84\7f\80ð\1fÃÿ\86ÿ\1f¾\7føøáC\ 1\0y,\e\8d
+endstream
+endobj
+204 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 649 0 R
+/Name /Im197
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÏÀüÿ\ 1ûÿ\ fü\8d\1fä\18
+l\18\ 4j\18\18*Àè\ 36\ 4\91\ 2ª±a`\90c0àoø\0Ô\v4\81á?\ 3\0\87÷\17z
+endstream
+endobj
+205 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 650 0 R
+/Name /Im198
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀ|à\ 3\89è\a\fýa?ð\8f¿áû\7f\86Ïÿ\19>üaøÀ@\14\ 2\0ñ>7i
+endstream
+endobj
+206 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 651 0 R
+/Name /Im199
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀü¿\81ýÿ\ 1ùæ\ fr\f\1fl\18*j\18j*\18l\80è\ 3\83\1c&*`\90\81È\ 2U\ 2Õó7?\0ê\ 5\9aÀð\8f\ 1\0\ 5c\1aË
+endstream
+endobj
+207 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 652 0 R
+/Name /Im200
+/Width 8
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«¨À\ 1\18\a\b\0\0K&\10\91
+endstream
+endobj
+208 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 653 0 R
+/Name /Im201
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão`0xÀP`À\90`Áð@\86á\ 1\1fÃ\ 3~\86\aì@Ô\0D\1f\98\ fÀQ\ 5#\ 2Ù\80\91\1dc\83-s\83Üa\ 69\e\ 69\ 6\10âGBì\r\0\ 1\ 6û\ 3\fÌ\a\18\0<Þ &
+endstream
+endobj
+209 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 654 0 R
+/Name /Im202
+/Width 48
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`0`°\ 1Â
+\86$\ 69 ý\10D2>h\0\93\ e \91\ f\ eü@±\ f
+\b²\ 2B2°7ðCI\e\14\92ù\0;P?\84lF"\1d\1f°\1f\0\92\1fØ\17ð18\9e`_ Ç x\84]B\86\99\8dE\86\81\9fá\ fó\a\ 6\0\1f2
+endstream
+endobj
+210 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 655 0 R
+/Name /Im203
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÃÜ@,ü\ fÄ\8c\r\0v7\ e¾
+endstream
+endobj
+211 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 656 0 R
+/Name /Im204
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¯þ\9fý?\ 1&\ eF\1eF6Ff\ 6Æ\ 6\86\ 3\f       \f\ 6\f\16\f2\fr\f|\fü\ 5ü?À0A.AFÀ\82ÿ\ 1\0\r\ f
+endstream
+endobj
+212 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 657 0 R
+/Name /Im205
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ȱ  \800\10\7fX¤SK\vq\ 6'\10Gq\f\8b\102\9a£d\84\b\891\b¯ø|
+®ÆÍ¥]ôÂNÌÈ\19\9f   ÍMØ     ü<d0P$á¢\14\18iÁð|G´³Uì k!:\8b.\92\f5Rx\ 1Óû&M
+endstream
+endobj
+213 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 449 0 R >> /XObject << /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im135 142 0 R /Im206 215 0 R /Im76 83 0 R /Im53 60 0 R /Im137 144 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im79 86 0 R /Im137 144 0 R /Im55 62 0 R /Im119 126 0 R /Im137 144 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im166 173 0 R /Im155 162 0 R /Im151 158 0 R /Im151 158 0 R /Im148 155 0 R /Im152 159 0 R /Im142 149 0 R /Im160 167 0 R /Im151 158 0 R /Im207 216 0 R /Im152 159 0 R /Im159 166 0 R /Im143 150 0 R /Im151 158 0 R /Im160 167 0 R /Im142 149 0 R /Im169 176 0 R /Im145 152 0 R /Im207 216 0 R /Im152 159 0 R /Im158 165 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im208 217 0 R /Im151 158 0 R /Im159 166 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im209 218 0 R /Im143 150 0 R /Im148 155 0 R /Im144 151 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im147 154 0 R /Im152 159 0 R /Im143 150 0 R /Im170 177 0 R /Im148 155 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im210 219 0 R /Im211 220 0 R /Im164 171 0 R /Im166 173 0 R /Im151 158 0 R /Im158 165 0 R /Im148 155 0 R /Im144 151 0 R /Im143 150 0 R /Im149 156 0 R /Im162 169 0 R /Im144 151 0 R /Im142 149 0 R /Im169 176 0 R /Im142 149 0 R /Im160 167 0 R /Im152 159 0 R /Im212 221 0 R /Im144 151 0 R /Im143 150 0 R /Im152 159 0 R /Im152 159 0 R /Im151 158 0 R /Im159 166 0 R /Im153 160 0 R /Im152 159 0 R /Im150 157 0 R /Im144 151 0 R /Im155 162 0 R /Im213 222 0 R /Im170 177 0 R /Im145 152 0 R /Im164 171 0 R /Im152 159 0 R /Im164 171 0 R /Im170 177 0 R /Im142 149 0 R /Im144 151 0 R /Im143 150 0 R /Im152 159 0 R /Im152 159 0 R /Im167 174 0 R /Im155 162 0 R /Im145 152 0 R /Im162 169 0 R /Im155 162 0 R /Im155 162 0 R /Im142 149 0 R /Im148 155 0 R /Im142 149 0 R /Im143 150 0 R /Im151 158 0 R /Im151 158 0 R /Im144 151 0 R /Im208 217 0 R /Im170 177 0 R /Im155 162 0 R /Im142 149 0 R /Im148 155 0 R /Im153 160 0 R /Im152 159 0 R /Im150 157 0 R /Im144 151 0 R /Im155 162 0 R /Im213 222 0 R /Im142 149 0 R /Im158 165 0 R /Im153 160 0 R /Im162 169 0 R /Im151 158 0 R /Im158 165 0 R /Im148 155 0 R /Im145 152 0 R /Im148 155 0 R /Im144 151 0 R /Im148 155 0 R /Im151 158 0 R /Im159 166 0 R /Im214 223 0 R /Im142 149 0 R /Im215 224 0 R /Im142 149 0 R /Im148 155 0 R /Im142 149 0 R /Im158 165 0 R /Im151 158 0 R /Im153 160 0 R /Im152 159 0 R /Im170 177 0 R /Im142 149 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im162 169 0 R /Im151 158 0 R /Im158 165 0 R /Im209 218 0 R /Im169 176 0 R /Im149 156 0 R /Im143 150 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im170 177 0 R /Im142 149 0 R /Im158 165 0 R /Im153 160 0 R /Im214 223 0 R /Im154 161 0 R /Im215 224 0 R /Im142 149 0 R /Im148 155 0 R /Im142 149 0 R /Im158 165 0 R /Im142 149 0 R /Im143 150 0 R /Im143 150 0 R /Im151 158 0 R /Im167 174 0 R /Im159 166 0 R /Im143 150 0 R /Im151 158 0 R /Im160 167 0 R /Im151 158 0 R /Im158 165 0 R /Im152 159 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im208 217 0 R /Im216 225 0 R /Im144 151 0 R /Im151 158 0 R /Im142 149 0 R /Im158 165 0 R /Im151 158 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im143 150 0 R /Im208 217 0 R /Im217 226 0 R /Im170 177 0 R /Im142 149 0 R /Im160 167 0 R /Im151 158 0 R /Im207 216 0 R /Im152 159 0 R /Im218 227 0 R /Im167 174 0 R /Im155 162 0 R /Im145 152 0 R /Im162 169 0 R /Im155 162 0 R /Im154 161 0 R /Im143 150 0 R /Im145 152 0 R /Im158 165 0 R /Im169 176 0 R /Im148 155 0 R /Im208 217 0 R /Im216 225 0 R /Im144 151 0 R /Im151 158 0 R /Im208 217 0 R /Im217 226 0 R /Im164 171 0 R /Im219 228 0 R /Im164 171 0 R /Im163 170 0 R /Im151 158 0 R /Im143 150 0 R /Im152 159 0 R /Im142 149 0 R /Im162 169 0 R /Im155 162 0 R /Im146 153 0 R /Im152 159 0 R /Im142 149 0 R /Im159 166 0 R /Im170 177 0 R /Im162 169 0 R /Im142 149 0 R /Im146 153 0 R /Im162 169 0 R /Im149 156 0 R /Im146 153 0 R /Im142 149 0 R /Im144 151 0 R /Im152 159 0 R /Im145 152 0 R /Im144 151 0 R /Im148 155 0 R /Im148 155 0 R /Im144 151 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im162 169 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im164 171 0 R /Im220 229 0 R /Im164 171 0 R /Im221 230 0 R /Im145 152 0 R /Im207 216 0 R /Im152 159 0 R /Im152 159 0 R /Im142 149 0 R /Im162 169 0 R /Im155 162 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im151 158 0 R /Im159 166 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im209 218 0 R /Im143 150 0 R /Im148 155 0 R /Im144 151 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im147 154 0 R /Im152 159 0 R /Im143 150 0 R /Im170 177 0 R /Im148 155 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im160 167 0 R /Im142 149 0 R /Im222 231 0 R /Im145 152 0 R /Im212 221 0 R /Im160 167 0 R /Im149 156 0 R /Im160 167 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im151 158 0 R /Im159 166 0 R /Im145 152 0 R /Im144 151 0 R /Im148 155 0 R /Im162 169 0 R /Im155 162 0 R /Im145 152 0 R /Im146 153 0 R /Im153 160 0 R /Im143 150 0 R /Im152 159 0 R /Im158 165 0 R /Im158 165 0 R /Im151 158 0 R /Im153 160 0 R /Im152 159 0 R /Im148 155 0 R /Im142 149 0 R /Im148 155 0 R /Im145 152 0 R /Im144 151 0 R /Im148 155 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im164 171 0 R /Im223 232 0 R /Im164 171 0 R /Im221 230 0 R /Im145 152 0 R /Im207 216 0 R /Im152 159 0 R /Im152 159 0 R /Im142 149 0 R /Im162 169 0 R /Im155 162 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im151 158 0 R /Im159 166 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im148 155 0 R /Im152 159 0 R /Im162 169 0 R /Im151 158 0 R /Im158 165 0 R /Im153 160 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im147 154 0 R /Im152 159 0 R /Im143 150 0 R /Im170 177 0 R /Im148 155 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im160 167 0 R /Im145 152 0 R /Im158 165 0 R /Im145 152 0 R /Im212 221 0 R /Im160 167 0 R /Im149 156 0 R /Im160 167 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im151 158 0 R /Im159 166 0 R /Im145 152 0 R /Im144 151 0 R /Im148 155 0 R /Im162 169 0 R /Im155 162 0 R /Im145 152 0 R /Im146 153 0 R /Im153 160 0 R /Im143 150 0 R /Im152 159 0 R /Im158 165 0 R /Im158 165 0 R /Im151 158 0 R /Im153 160 0 R /Im152 159 0 R /Im148 155 0 R /Im142 149 0 R /Im148 155 0 R /Im145 152 0 R /Im144 151 0 R /Im148 155 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im164 171 0 R /Im224 233 0 R /Im164 171 0 R /Im166 173 0 R /Im155 162 0 R /Im151 158 0 R /Im151 158 0 R /Im148 155 0 R /Im152 159 0 R /Im142 149 0 R /Im160 167 0 R /Im151 158 0 R /Im207 216 0 R /Im152 159 0 R /Im151 158 0 R /Im143 150 0 R /Im142 149 0 R /Im154 161 0 R /Im143 150 0 R /Im142 149 0 R /Im158 165 0 R /Im162 169 0 R /Im155 162 0 R /Im159 166 0 R /Im143 150 0 R /Im151 158 0 R /Im160 167 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im208 217 0 R /Im144 151 0 R /Im155 162 0 R /Im142 149 0 R /Im144 151 0 R /Im146 153 0 R /Im152 159 0 R /Im142 149 0 R /Im153 160 0 R /Im148 155 0 R /Im144 151 0 R /Im151 158 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im167 174 0 R /Im145 152 0 R /Im144 151 0 R /Im155 162 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im160 167 0 R /Im142 149 0 R /Im222 231 0 R /Im145 152 0 R /Im160 167 0 R /Im149 156 0 R /Im160 167 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im170 177 0 R /Im142 149 0 R /Im148 155 0 R /Im142 149 0 R /Im158 165 0 R /Im142 149 0 R /Im150 157 0 R /Im150 157 0 R /Im143 150 0 R /Im151 158 0 R /Im150 157 0 R /Im143 150 0 R /Im145 152 0 R /Im142 149 0 R /Im144 151 0 R /Im152 159 0 R /Im160 167 0 R /Im151 158 0 R /Im207 216 0 R /Im152 159 0 R /Im164 171 0 R /Im225 234 0 R /Im124 131 0 R /Im226 235 0 R /Im227 236 0 R /Im107 114 0 R /Im228 237 0 R /Im229 238 0 R /Im226 235 0 R /Im107 114 0 R /Im230 239 0 R /Im231 240 0 R /Im227 236 0 R /Im124 131 0 R /Im107 114 0 R /Im232 241 0 R /Im227 236 0 R /Im124 131 0 R /Im226 235 0 R /Im126 133 0 R /Im127 134 0 R /Im107 114 0 R /Im123 130 0 R /Im127 134 0 R /Im107 114 0 R /Im123 130 0 R /Im126 133 0 R /Im125 132 0 R /Im127 134 0 R /Im227 236 0 R /Im125 132 0 R /Im122 129 0 R /Im123 130 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im124 131 0 R /Im122 129 0 R /Im126 133 0 R /Im123 130 0 R /Im229 238 0 R /Im125 132 0 R /Im126 133 0 R /Im231 240 0 R /Im228 237 0 R /Im227 236 0 R /Im232 241 0 R /Im120 127 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im74 81 0 R /Im69 76 0 R /Im58 65 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im71 78 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im67 74 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im79 86 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im71 78 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im74 81 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im86 93 0 R /Im80 87 0 R /Im60 67 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im71 78 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im79 86 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im74 81 0 R /Im86 93 0 R /Im233 242 0 R /Im59 66 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im64 71 0 R /Im57 64 0 R /Im74 81 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im115 122 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im74 81 0 R /Im55 62 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im69 76 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im74 81 0 R /Im61 68 0 R /Im73 80 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im69 76 0 R /Im74 81 0 R /Im55 62 0 R /Im65 72 0 R /Im60 67 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im58 65 0 R /Im57 64 0 R /Im60 67 0 R /Im116 123 0 R /Im59 66 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im54 61 0 R /Im79 86 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im58 65 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im59 66 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im59 66 0 R /Im59 66 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im73 80 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im79 86 0 R /Im58 65 0 R /Im55 62 0 R /Im119 126 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im74 81 0 R /Im69 76 0 R /Im58 65 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im56 63 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im58 65 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im234 243 0 R /Im69 76 0 R /Im55 62 0 R /Im63 70 0 R /Im64 71 0 R /Im57 64 0 R /Im73 80 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im73 80 0 R /Im55 62 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im76 83 0 R /Im60 67 0 R /Im54 61 0 R /Im53 60 0 R /Im74 81 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im76 83 0 R /Im60 67 0 R /Im54 61 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im58 65 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im79 86 0 R /Im58 65 0 R /Im55 62 0 R /Im119 126 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im66 73 0 R /Im76 83 0 R /Im60 67 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im201 208 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im74 81 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im74 81 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im135 142 0 R /Im86 93 0 R /Im62 69 0 R /Im57 64 0 R /Im57 64 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im74 81 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im71 78 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im138 145 0 R /Im71 78 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im116 123 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im79 86 0 R /Im58 65 0 R /Im55 62 0 R /Im119 126 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im67 74 0 R /Im60 67 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im115 122 0 R /Im69 76 0 R /Im57 64 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im59 66 0 R /Im59 66 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im57 64 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im114 121 0 R /Im55 62 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im235 244 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im236 245 0 R /Im57 64 0 R /Im60 67 0 R /Im78 85 0 R /Im53 60 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im138 145 0 R /Im206 215 0 R /Im76 83 0 R /Im53 60 0 R /Im233 242 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im190 197 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im137 144 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im142 149 0 R /Im146 153 0 R /Im150 157 0 R /Im155 162 0 R /Im142 149 0 R /Im212 221 0 R /Im154 161 0 R /Im152 159 0 R /Im144 151 0 R /Im142 149 0 R /Im214 223 0 R /Im208 217 0 R /Im170 177 0 R /Im237 246 0 R /Im170 177 0 R /Im238 247 0 R /Im215 224 0 R /Im211 220 0 R /Im157 164 0 R /Im159 166 0 R /Im208 217 0 R /Im145 152 0 R /Im148 155 0 R /Im142 149 0 R /Im144 151 0 R /Im153 160 0 R /Im152 159 0 R /Im150 157 0 R /Im144 151 0 R /Im155 162 0 R /Im154 161 0 R /Im151 158 0 R /Im149 156 0 R /Im158 165 0 R /Im153 160 0 R /Im170 177 0 R /Im143 150 0 R /Im152 159 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im148 155 0 R /Im144 151 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im162 169 0 R /Im152 159 0 R /Im207 216 0 R /Im142 149 0 R /Im146 153 0 R /Im149 156 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im151 158 0 R /Im159 166 0 R /Im208 217 0 R /Im239 248 0 R /Im152 159 0 R /Im146 153 0 R /Im148 155 0 R /Im152 159 0 R /Im162 169 0 R /Im151 158 0 R /Im158 165 0 R /Im144 151 0 R /Im145 152 0 R /Im158 165 0 R /Im149 156 0 R /Im152 159 0 R /Im164 171 0 R /Im219 228 0 R /Im240 249 0 R /Im152 159 0 R /Im144 151 0 R /Im208 217 0 R /Im216 225 0 R /Im170 177 0 R /Im164 171 0 R /Im164 171 0 R /Im164 171 0 R /Im170 177 0 R /Im208 217 0 R /Im241 250 0 R /Im154 161 0 R /Im152 159 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im148 155 0 R /Im149 156 0 R /Im162 169 0 R /Im162 169 0 R /Im152 159 0 R /Im148 155 0 R /Im148 155 0 R /Im151 158 0 R /Im143 150 0 R /Im148 155 0 R /Im151 158 0 R /Im159 166 0 R /Im208 217 0 R /Im170 177 0 R /Im148 155 0 R /Im152 159 0 R /Im144 151 0 R /Im242 251 0 R /Im210 219 0 R /Im243 252 0 R /Im211 220 0 R /Im170 177 0 R /Im142 149 0 R /Im158 165 0 R /Im153 160 0 R /Im145 152 0 R /Im159 166 0 R /Im208 217 0 R /Im145 152 0 R /Im148 155 0 R /Im142 149 0 R /Im244 253 0 R /Im245 254 0 R /Im246 255 0 R /Im158 165 0 R /Im151 158 0 R /Im153 160 0 R /Im152 159 0 R /Im170 177 0 R /Im169 176 0 R /Im151 158 0 R /Im144 151 0 R /Im151 158 0 R /Im148 155 0 R /Im144 151 0 R /Im152 159 0 R /Im150 157 0 R /Im220 229 0 R /Im239 248 0 R /Im152 159 0 R /Im146 153 0 R /Im148 155 0 R /Im152 159 0 R /Im169 176 0 R /Im151 158 0 R /Im144 151 0 R /Im151 158 0 R /Im148 155 0 R /Im144 151 0 R /Im152 159 0 R /Im150 157 0 R /Im220 229 0 R /Im247 256 0 R /Im164 171 0 R /Im220 229 0 R /Im161 168 0 R /Im152 159 0 R /Im144 151 0 R /Im237 246 0 R /Im210 219 0 R /Im243 252 0 R /Im160 167 0 R /Im142 149 0 R /Im222 231 0 R /Im214 223 0 R /Im237 246 0 R /Im170 177 0 R /Im142 149 0 R /Im146 153 0 R /Im150 157 0 R /Im155 162 0 R /Im142 149 0 R /Im212 221 0 R /Im154 161 0 R /Im152 159 0 R /Im144 151 0 R /Im142 149 0 R /Im214 223 0 R /Im208 217 0 R /Im248 257 0 R /Im170 177 0 R /Im237 246 0 R /Im170 177 0 R /Im238 247 0 R /Im215 224 0 R /Im215 224 0 R /Im164 171 0 R /Im223 232 0 R /Im157 164 0 R /Im159 166 0 R /Im237 246 0 R /Im249 258 0 R /Im238 247 0 R /Im143 150 0 R /Im152 159 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im238 247 0 R /Im239 248 0 R /Im152 159 0 R /Im146 153 0 R /Im148 155 0 R /Im152 159 0 R /Im162 169 0 R /Im151 158 0 R /Im158 165 0 R /Im144 151 0 R /Im145 152 0 R /Im158 165 0 R /Im149 156 0 R /Im152 159 0 R /Im164 171 0 R /Im224 233 0 R /Im157 164 0 R /Im159 166 0 R /Im242 251 0 R /Im243 252 0 R /Im250 259 0 R /Im143 150 0 R /Im152 159 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im237 246 0 R /Im239 248 0 R /Im152 159 0 R /Im146 153 0 R /Im148 155 0 R /Im152 159 0 R /Im148 155 0 R /Im152 159 0 R /Im144 151 0 R /Im242 251 0 R /Im210 219 0 R /Im243 252 0 R /Im242 251 0 R /Im251 260 0 R /Im211 220 0 R /Im142 149 0 R /Im158 165 0 R /Im153 160 0 R /Im169 176 0 R /Im151 158 0 R /Im144 151 0 R /Im151 158 0 R /Im148 155 0 R /Im144 151 0 R /Im152 159 0 R /Im150 157 0 R /Im220 229 0 R /Im164 171 0 R /Im220 229 0 R /Im247 256 0 R /Im161 168 0 R /Im152 159 0 R /Im144 151 0 R /Im238 247 0 R /Im210 219 0 R /Im243 252 0 R /Im160 167 0 R /Im145 152 0 R /Im158 165 0 R /Im214 223 0 R /Im238 247 0 R /Im170 177 0 R /Im142 149 0 R /Im146 153 0 R /Im150 157 0 R /Im155 162 0 R /Im142 149 0 R /Im212 221 0 R /Im154 161 0 R /Im152 159 0 R /Im144 151 0 R /Im142 149 0 R /Im214 223 0 R /Im208 217 0 R /Im248 257 0 R /Im170 177 0 R /Im237 246 0 R /Im170 177 0 R /Im238 247 0 R /Im215 224 0 R /Im215 224 0 R /Im164 171 0 R /Im223 232 0 R /Im247 256 0 R /Im157 164 0 R /Im159 166 0 R /Im237 246 0 R /Im249 258 0 R /Im238 247 0 R /Im143 150 0 R /Im152 159 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im237 246 0 R /Im239 248 0 R /Im152 159 0 R /Im146 153 0 R /Im148 155 0 R /Im152 159 0 R /Im162 169 0 R /Im151 158 0 R /Im158 165 0 R /Im144 151 0 R /Im145 152 0 R /Im158 165 0 R /Im149 156 0 R /Im152 159 0 R /Im164 171 0 R /Im224 233 0 R /Im247 256 0 R /Im157 164 0 R /Im159 166 0 R /Im242 251 0 R /Im243 252 0 R /Im250 259 0 R /Im143 150 0 R /Im152 159 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im238 247 0 R /Im239 248 0 R /Im152 159 0 R /Im146 153 0 R /Im148 155 0 R /Im152 159 0 R /Im148 155 0 R /Im152 159 0 R /Im144 151 0 R /Im242 251 0 R /Im210 219 0 R /Im243 252 0 R /Im242 251 0 R /Im251 260 0 R /Im211 220 0 R /Im142 149 0 R /Im158 165 0 R /Im153 160 0 R /Im169 176 0 R /Im151 158 0 R /Im144 151 0 R /Im151 158 0 R /Im148 155 0 R /Im144 151 0 R /Im152 159 0 R /Im150 157 0 R /Im220 229 0 R /Im247 256 0 R /Im164 171 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im54 61 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im190 197 0 R /Im73 80 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im79 86 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im201 208 0 R /Im71 78 0 R /Im252 261 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im235 244 0 R /Im64 71 0 R /Im74 81 0 R /Im69 76 0 R /Im54 61 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im71 78 0 R /Im64 71 0 R /Im61 68 0 R /Im201 208 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im137 144 0 R /Im233 242 0 R /Im253 262 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im74 81 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im252 261 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im54 61 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im236 245 0 R /Im64 71 0 R /Im74 81 0 R /Im69 76 0 R /Im54 61 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im71 78 0 R /Im64 71 0 R /Im61 68 0 R /Im201 208 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im137 144 0 R /Im62 69 0 R /Im72 79 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im74 81 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im86 93 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im66 73 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im206 215 0 R /Im254 263 0 R /Im38 45 0 R /Im255 264 0 R /Im51 58 0 R /Im256 265 0 R /Im233 242 0 R /Im57 64 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im74 81 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im71 78 0 R /Im64 71 0 R /Im61 68 0 R /Im55 62 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im79 86 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im54 61 0 R /Im79 86 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im236 245 0 R /Im71 78 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im79 86 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im254 263 0 R /Im38 45 0 R /Im255 264 0 R /Im51 58 0 R /Im257 266 0 R /Im233 242 0 R /Im57 64 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im74 81 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im71 78 0 R /Im64 71 0 R /Im61 68 0 R /Im55 62 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im74 81 0 R /Im58 65 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im235 244 0 R /Im71 78 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im190 197 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im58 65 0 R /Im54 61 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im57 64 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im201 208 0 R /Im258 267 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im64 71 0 R /Im74 81 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im86 93 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im54 61 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im115 122 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im58 65 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im115 122 0 R /Im64 71 0 R /Im63 70 0 R /Im64 71 0 R /Im57 64 0 R /Im73 80 0 R /Im57 64 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im76 83 0 R /Im55 62 0 R /Im74 81 0 R /Im86 93 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im56 63 0 R /Im60 67 0 R /Im63 70 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im76 83 0 R /Im55 62 0 R /Im74 81 0 R /Im115 122 0 R /Im53 60 0 R /Im53 60 0 R /Im59 66 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im54 61 0 R /Im64 71 0 R /Im66 73 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im133 140 0 R /Im72 79 0 R /Im64 71 0 R /Im63 70 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im73 80 0 R /Im80 87 0 R /Im55 62 0 R /Im73 80 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im56 63 0 R /Im60 67 0 R /Im63 70 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im71 78 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im74 81 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im57 64 0 R /Im56 63 0 R /Im73 80 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im67 74 0 R /Im114 121 0 R /Im55 62 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im206 215 0 R /Im252 261 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im64 71 0 R /Im74 81 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im69 76 0 R /Im65 72 0 R /Im76 83 0 R /Im54 61 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im61 68 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im233 242 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im64 71 0 R /Im74 81 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im55 62 0 R /Im63 70 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im80 87 0 R /Im76 83 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im79 86 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im74 81 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im130 137 0 R /Im64 71 0 R /Im86 93 0 R /Im53 60 0 R /Im86 93 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im64 71 0 R /Im56 63 0 R /Im54 61 0 R /Im60 67 0 R /Im79 86 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 214 0 R
+>>
+endobj
+214 0 obj
+<<
+/Length 658 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K¯5;nݼ\7fÅ\19Ú\ 3\9fVéQ\ f\ f\ 3Ç@&\81\r÷Ð\93¤Ý\9dîä¶\9f\1d\18ù÷Ùµ\8b¬}Tµ$q±`Àðþ|\8b\87¢øX")êß~õ÷_ÿö«éë?\7fõo¿Z¾c\b_á;\9cÿû¯æï5\87¯)Nßi\ e_K\8aïß¿ýÓ¯~ýßþ´\94¯¿ù\97_ýý\ f\ 2å{\99/\ 4òw\8a;\81U\b\84÷ï\83\10\10\ eR\ 2\1c\8dÂëÿ½6(¬ßÓz¥0§+\81\83\86<¡5X\bÌßó¼\13ؾ·pp°ÿ\965¤Û\1a¦ï\9c1\v%\7f/ñÊB\fó\95B{'g÷N*\81\15\11¸qÐ\16ã\92Mb\¿ç«\10\84\83\15-aJ\8b]\15\80T!ÛÕyKh\r\eÁÁfâ\0\10\bßåõA\fÓAàeXåä`¹qÐ\94b\fÅ&Ŧ\10â\ 47Òî\14â¤BøI`\9a\88ED¤\8c`\11Mm\8c\eõ´\13ÈÓ¹\93Ó\87\80E\8c²\86\8c6\820¨X\ 2XÂë\1fÌ\1c\94\19p0ß\96\0ÜÒô\1d^k\8f/§òvKqyÿ>\b¬\97%,å{þZ^{\9eç¯?}¥°}~þòãç\1a_?Ïÿöýë\ f_¿\1f­#ï[0¿Mc\99\19Ne\98o\92\84\ 4ö/ÖxleMà®Ñ`+Ò÷òúr\15e\9aÂû§\12\98Ì\ 4¶h#\0ü\82\10\80\1cäÕÌÁ\14\ 2d!\12\14VÈÃ\8d\ 2\bRBaZd#*
+w\95\10óÃ\9d\98â\ 6x\88ÁâZ\84\82B\16\87$\ f\11Çþóª\907\aÙæ!g$ÉlñoJ\ 1îæ]\92íÝ,ñénÎp7ï\1a\ 5(\94ïm\8f·Ë\87\87í\ 3½f[Ä\9eÞ°e9\9dÃÇÏOÙî\1c¦å±F­X«or\0\1eN)¬h/\8aÅ?\88Nn\vt\927èÒ\E\fF'ס\80½\9cÝGÅirÛÅ!\878IؾÈ\81 pú¨\9f\14b°ûê\98ü\92\14\1eÒló0À.ÊwÙyÈI$\19ß¿U\92\160-<äùaØ\8d\ 5ËÁb\17ÂCÙ\80\1cb°{Ú8\17\9bF5Cw\9cqܼéC{/N/7Ø\vè'\ f
+ÈGMåæ«¡\9f|KrÍh7³\ 5Ï\8a\1c0\8a2zû÷*6lÝvO\e·ù!
+z­Ý¦\ f\0UÇï%ì\14ä°_Kr±ì\85ò\0WAhÔ"¦\19xã>XP}
+5\av»Ru
+\ 3169Ð\88\17\ 6\11\ fì\83@êtlCE N\16ør\80\8fõ 0¿8Ùò\87ÀÍK\ 3\ eÂ;aôúð \90Þ?\15¼Ø\ì~2Ú\8e\93Ѽný\93Q\aÓ\1f\1ev^ç~¤i#\8f\86+\ 5\8b.ê©\0ò@hó4ÍÂÃJûGåaC« Ôq\8a      R 0½$=.\14æ\9bojË!ŧrH\eÜ\v\ 2\91çõ\94C\17\91·y(X\1f\88sf\81:I\9dL
\vË^\1c\89¼×\8a\85\87\17~\98\81ØÍåñn.ŦÕݳ\8dI\ e\9d³MzJa\9bl>ªs¶9ÐðÅO\9aÎÛ\82~N?¹Ñ§\82úlã\91\83 \1f9Û\)Xp\83R0úÉ6\9e\8eA(l}Lß¡°\ 1IÆÉ\8e\9fbÊ(l\9að\93æv?«è\9eù\9b\91{?\1d\99Bw[\1fòlÓ\876\ f%ØxhKòåiM\92ì\9cÐ\8cñ¢­\93óòÐËÅ\ 5Ú\ 5áå¢\94®ü>*.0vß)4cV\g\18³l\ 5\87·emÉf\9bm»ØV\9b]tNGÐWß1Ls\15)\94\87\1ef\13A.\ 3\ 2\1dP,\8bXx¥V
+\ 5R Òõ
+\8aG<tà¤8¹Å\1dücB<PÉöÕF¡\ 3iE©\17Þ=HðWH[é\ 3HÇ5Ýä¤Î~\19¸É¦Jî\1d\ 2\ fu²ä§:©®Ú¡\93²
+\ 5Å\8b\17\ 4½d\ 6õÁ\ e\82NH»xAÐëk\9bFµwsM¶ÝlSØ"ÒÉ;\bê\80\9bö\92A\f\19JÒ®\ f1 Ë¢@ñ´ UÜÃE\9bB\84¾\9aH`Ä8ÛäÐNð&\1c/,\14$ð¦rjT7ðvx\80\92d\92ÌÒð0´\8b6\ fùiÔ\8bŸ\9bm\9d,rÔ[\ 6G=°\8aõ{}\11}\19ÖÛÙÏó\8ff®8\11§n=+Î\89\a\v{Ní\9d×»ð@\84\v©byxøÀ\aD\81\800q±ñÐΩ%qQ5\ 5\93\8bÒ*7\\ 5\93;P¥\9egoÐ+\98\aËIO\0\88´\a¾tÁyN;\83ÿh/:Á_Îi\1790Ù(h\17\f\9c\\8c\1aÕÉFE¤QD}xZ\1fë\834\19^x \82Þ´A90A/@9Ü-«}Ú|ù¨·£­ä`«¬\1e\99â8}xèf\8aÛ«\98\16¸\9bDu7úõá\ 3\1f¼\9eV\ 2o\12@:\17:ð*|ȧmúÎí{¿ÀC\8dRø0Ò¨v6*Ï\ f½\9cö\vø#Î\ e\1f¼\11GìB\1a±\87þ¡\r@¤*X\12\r@ÄE©q\97A+Ï\18\80\xp\0\902(ö\8f\ 1H\19\14¹Ç\0dÄC\a\80¨$ù¶ª\v\0\19ñСP\10\ fT«ßö\94\82\1aVñ7\v.\88\87{z³\v\ 1§¸\9b&\97ðT\ eKz*\87e\85r  ÜºÙxhkõ\96\9f\86y°ÃÉ\18f\9b\8fêä\ e\8c:Ù¡0?´Í=ûàÕ(-\87©\9f\e¦\ 4(\80üf7wpxûº\13æÖFÒÉ\1d¨\8fâ\eÔ\14>¬Ow³\18\1düg¸\9b\84\19ò@ä»ÏbÖH\92m`¾dhY\ 4\18\üÖ­Å,èa\18»Ð¢¿_«7\84@^G\ 6; ÕTP^\9c\804\ 5#
+ê\\99\10ËzÁkg¼Ð*NM\81¬âÜyà®LDÈ\ 3!\87´\1d>ªæaºéC\a\81LP\92ö\ 2ë\89arv\16X_\87ü\93\82ó²\81Ö`.«°\17XÏƤÑ*ÚHlÁr RA\9a\86©Wajª\16I®Å&Éá\95\89«NZ¼½´ºiÁýE\81½|¢8jE»IÔäö*ÎA!{ýdXŲÜÑ_Û\8aròFÿisû(ÅQËS9h\15'óñB\1arR9âEZ馠³£ø½\15q«:\8ao
+5ì(\8eÙÑQ¼Û\91v\14ï9©\8fY\99nÓ_\9a'^\eâ\f7z4¨)0Ç4=\1a\x \ eÝz4¸ðÀ´_@90\8e:\8a\8bÛïÿÒáæh}H\88\ 2qgcJå©$µýÂ!I­Àäãà\7f\91\83Å*´\81cAfAÕO F19û²ØäÐÞM=\9eøwSî[ztR)¬Ð6m÷-\ fððX'\17¨\93DÆýl\ 1yùYggõ
+%iê\ f\17\0³}v\93-ùË*\14~\8c\81\1fX'\19ð\0åÀ´\1dèý\11÷^ì}ÑÏôá\ 40\ eIJ\ 5\8f\8cv³[\89zæaÎÎj·¯\8e\1a/*
+ÌA/¦õ¡\97\8b9ÚüC§\12Ul>ª\93J
+O5ªä§\1aUÖ§\1a5\e\91X'!\ 6%iªé  $^\82\r\90Â迯[¯\8fLå'$\8e·Ð=\84ÄSès\0G+ý¼d7U\85îhÉé\89«\ fbV\93·<;iSô\94\9c\869M¢Ò\15\ 5\ e\12¯O)¨\8b«)P zA\14\18P\9d¦s/\9cÙ\8f´A
+\ 4\96¢\8b$\89#R\81»ÉHR\1dÔ\85\ 2Ñ\bST\1fÜ\8d03ÜM¦9k9\ 6©\y°\8f98ëqÓ ù¢Ó\r\1cÝ\1a¥`\12Ë\81Ðê­\09Pc\ eäZûP\1f:P0A\9dt@ÁÑ^t®ÈA­fÆ\1cè­\89z7\991\a\ f¼\9c¬".p/\18\186=ôÕgGòH\1f:×ô¤zRK\92\18s°CÁ\87\1a¥\9d\ f\ eëþ´\14!90`\12ï¦ýjùY\97¼ì&3@$<ôrgUÑíåΪâH';Wä $\89ZXܲÍ6Û{±m\b\89EûÁ?\85lC\83Í«åI\13¤{\ 3å\8fî,»$õ\8a\\18\b²3õ!!
+w³h\97ãÂjãa\fH\83×ÉMÚýYQ `µ\ 2Ò0P¨N\8eV\8c;\f\ 2θK~´\17ã\1c­c\15\ 2£²òàíaÝs´*\aç!IAñE\1f\88ƨ\ 2%É4FÍÑÆC§ÍM.°\ 4\1eÒêD»h\93d\a\14ûwóÓæ\864\8a\90¤fX/þ\81\0ÅZà\r\83\90ÕÉÑ&·$?ÀÜdÝm}Ð\12\1e³bÃW;fW\8c<m§S\7f²YV\87\ 2\8c\17Ls\966¸mSÇ\12\8b\84y°·E\9f\17ýÜ\96µÏ®ðz{¥`´îNv3?ôQg§¾ÛGÅ\19Æ\vF\92ÚîçF '0w#\90sv\85\e\81èl@?\ 2\89+ÂQÔ!iõã¨z6 \1f\81Ä\1f¾Ú\99qß0"µ#\90\14 $\89\8c{
+Rë\ e\83|w¯        eg¡¼\ 4ú3ãn9ùW\19÷²O\0ëq0ʸ\97ý\96|øpÀgÜw
+Ï2îeÝ\1efÜk
+\Æ}yJA\9aP.\14¨\8cû\8c(P\19÷pî\857ã¾@
+LÆ=AI\12\19÷\f÷\82ʸG Q\Æ]öâ"\a\9eÝrÐãÉúþyå\81ɸçÓ¿83î\vÖ\a\8eõ\81¸\9d¶Aëf\ e8\9b\91\87\ e\ 5¨\93LË@\80þ\81ºH<#­f.LJû\86G«5ë¿A\1e\98¬\7fF\1aEeýýþA¯\ 1OÐ?0Y\7fè«\198*\83ñ\86>ªs\89÷\18Up\91$\95õ\87«`²þ%¹=\8cæì¡V3\80vÆ»Édý\11\ 2á²þ~9èÑ੧Ý\8f\ 6&\9dìdý¡uß\13Å\1d`?ÛÐà0ëïÙ\8b:ë?ä¡\93õ\97½ØÓZO²þe\19\br\98õ¿Ppdý\87<\f³þ\17
+\8e¬\7f\93õ¿Ê\81Ïú\97u\10p\86Yÿá^\f³þ\9eUÔYÿ²\ e\1cÌ0ë¿ËáYÖÿª\ f|ÖÿJ\81Ïú\ fy\18fý/úàÈú\ f%9\ 6æ\8eݬ³þW\8dâ³þWÿÀgý¯\92ä³þ\1eIÖYÿ¡u\ f³þ×UðYÿë^ðYÿ¡§\1d\87\965ÌúûmS³þ~ÛÔ¬ÿ\83½H\98\a>ëï·,Íú{¼}\9dõ\1fò0Ìúû}Ô\a\98{}\94\1fHR²þ~\ 4¢Y\7f?\ 2Ѭ¿\1f\81hÖß\8f@4ëïG \9aõ÷#\10Íúû\11Hüá«\9feýý\bD³þC/7Ìú\97e\90sïõÙ¿sîóReý-Ãäë¬ÿ\v\v=z̦ìÏeý `\7fæSç^](P\93¿E!_gog\9e\9e\ e)t\9eÃ\81<Ps¯\ 2ä\819"m\90\af^\83\ 4î\9a\ 2sÐÓ<\90\7f/J\0<P\a½R\9eJrNOW1CIRS« $\99+¸2májYD\ 5fC{A­b\83\92d¦¹mP\92\f\98\f\90\aâx¢=î\1e\1f¥ùr9*^(\10aWóåî½8AõH«ÛY½¸ØüC§·[5jq?P\99\1eÆ\8b\13\12\83ΫÆú@\\7f\9d\8d\11§C\ 1G\1c\ 6ÐNn\8dR8ª\9e\ fY\9f\a\14l\13@\14L¦§\1a¥)V·Fé\ 3*ýh®B»Ã\87«h\1e\rt\11e¥³\17\92h\16«(î¨)#Ô/\14\98\88¥H®\fôiø,á\95\aæYBñ³e°\13Ã\e\93WI2ï§\ 4\e\ f\9dþ\8d\8cÔ\81\9ahvè\83\8e\0\ f\84$\8bQ\92\1d
+\8b['\15É\89\97,^/©Ó¿\86\99?\9a\10\ f÷)h\9dÉ[áÜ\vg¢Y;Ìü:¹B\17eJòêð\8cò\94\aE\93n»8ÑäÈ.Ú(j\82\1aE\9c²tòÖP«;易\8dbnDŸÚ4ª-\87d\94C{\15z^½ÈÁ^Ú<Ѥ\7f\8d'\7fÜÔ¡\11\97½`\12\8b3ÔI&±8C_Í$\165=:Ú\8b\ e\1e-îU\b\16\\8dq³­Õ§\97\ehu'=:ÛbV§o\ 1J\92\19Ê¿\1dCùK\89î\19¨\93{/\94\ 2\94\ 3\91\11\93WßKv§\ eäzü\85\ 2S#\ e«\8d\87f\83Ø4%È\83íÁò\83Âꦠ\80\14ò@=*¸ 9\98\80\98BÚéé*´¡x´\8a\82ê\83׸Ï\96ä\91>tº/t\15îã\85<·u\95$óÒ6Ô(&Í;CÛ¤^\ 5B¶I¥y5\\8cäÐ,~ìïd¿ÝdîV?^\7fgþ*©|¯ó×\9f^~mûüüåü9\7f¿°Ó/_òßʯ?|ý¾ï§\96ïåÅÚ"Þúu~^~Tqnj¹~Ï×\85¼62|\8a0{÷Àg\1d \fôúêª\96ëw\ÃùöéN"þÀ\83·ø\ fyxS\90á\9bW
+÷I¬m&âv®ãCbºë\ 4Ðl¡ \87Ö\v\137\8fß^\86^\19¸P¸Ï­l/£`IÜdÙ!1/6I\0ë\98ÞDµÝ>¿\ e<ñ£TéfãmIh\13\8ct³ñ6\ 5\19\a?T\89¦bï\ 3n\1ej¶NJ\1e\8ar\8aïyÐ\88\84&Î/\92¸y\9a¦$bÂæEH"çÇ\92Ð\93\8aÛÆã,}âµ,\19Í>{ .$\b7!Þ.¯Û`C;Þî°Ð\v        p[®MbÂ$\18.^\90èéBòd[HÛFË\11\14Hg\85\98¸Å¯\ e\89\ 5\93°ÙÇá­\10\ 5.ülxK-ðP\94[n\ f^)Ü!IÛ>ä ®\aª©\8fÛ=PM½\94r%a\8f£ú.Ü\95Â-\8e¶=^ùØy×ãµ·cƲ$ü¶LÂ|`\1dq}j¢ª\96/léE$\82îj\12@³;èî\98\92\7f¥@àÃ\88x\0\ 3î2\14\ 4\ 3î\12¤@`\ 1=}]\97a2ñå;Ä7Ü\7f\12¾×ü\11¥åôuü\93<f\9a÷:öy\8c½\97\13Àyãø^æi]¾·¸9ù~\ 3ß/\16»<þi\92\14ú\88@s\ 1Z'¬   Ü\9fð\0\8a \ 4¤Lx\11\81%1$\ 4¤[˽\aÚ¬åÞ\ 4=ê8vA³!éÔÃO6¤X\8e\18Â\81ôz]\96`I\19\v\81\ 2\85hëªy/¡\94\87K(p\17lµ½ý\8d\9b½\13(g\90\9a\ evë×\87}jo`j\ 1\95%,\13²\85{\84ºgAÒw\98\8fF³·kÏåí±D\91\1cá`Eæ|ç C\0\9a³å¨*\ 46\9b9w\1a¼\90\10Mo¯\1eÛ¨7ª/ÛhQ¤ã\9fbx \89Ç0û\87æ\1c\v¦Þ\v\91A\842°»õ\88}¢¥\82$\1cH×Ã\85\ 3»*ë\8d\8d\91&¶     d¨\89\16\98¤\ 4 Sµ¨²\10(\10\1dØ\9dê~×¢Hm=\98Ó3\97¦w5F»Ð\96\ 1ô\89¦·g\ e\9f¸_¡¶øDèPÞ2\90¾¶\8b\f\bkÜl\0£½\8d[~è\ f¤!ÌÁÁñO)Øla825¿l¢| \8e\1dæI\vuÞ­ºcKMM\96\a\v\1c\9aƵúïÛ®\87î\7fp\8b¦¿ß\ 6ê\ 5ü}\ 2\ 5úýï»<\81^=w/àLÔU+0A\vÁgÓG\ 4=|ÖÁé\ 1í¡åä¬\ 4Ð&0G\r¹\87x!`9jh\1f^D\ 4ìàfÊ+ÚFâ°SlBl/A\81~­Év_4Í\90\ 3\9b\10\ f\9c®Û¸u\1dz\9bÀ\82\b¼ôÓ.\ 4énq\bAïH\a\93=\83\f\8câì\f8X      x\14Ð6\98"»Þ£\80ûH`\8b  Æ\ 4\ 2¨c\87`?íìc\8b\9c^Y ¬^!*Ê\85\1eÅ\82³\95\0âà¾\846¾z¹¤7¾z\ 1\993B\8f\90´\18v\11"!\ 3èQ\8c\17\1f\ f\98\9c\81CXìé\13\8d¼j{   2Ü߯\89+ÔDB\ 6zp\1fÈ \ 3R!Är\80\f\12\84(\84&*HÝ«6\l\14\909¡ïo\8aÜÜ\83Uÿþê;©(Ȭþ¾éȬc?%*ŵ\e\95Ú\91U\9e3¬W@(Ѥ¹\97Z\84öÌÇ$/Ø\dÈ\10XL\ 4ÚK\98Ð\12î»\0<²ô\8bÄ£´\9fcúá\91×\9b\10áø×÷\12äµøË.XÚÁ?   íC\ 6?\97@\80\8b3\1f=\90A\aef¤\a\ 4P\9e\83i\eÛ@Y\1a¹\1dÎ@ï\9a,@\88\fP^¢É\16:\ 4\16D\80É\ 6#\87F\80\8býÞó]\95\99\84ö\8680\855%\80|¢q\9aÑ\91N¶)R\87@zæPb\80aÉ~`:\91:\1fWê×YÝqAÛ¶Üqá\ 4Ún\19¤\19ìÂ4\11,dh\8e\f\ 1´\8fD\ eH_ãrl\83"mè\10ì\0GïJ»\11\8e^\95ö«â2?TÅ\15\19\ 3£\8a«Í\1c;@\19Å6\ 6ëop\e\1dH{àUÇéà\17Té¥\83\9b\1c(ÒÞs\82\9e\ 6¦ê{\aÒ~\81=:\85ô¾â\9dÑß'à\89F\95\9a\ 1\ 2\9eè\16Ö\1c\10ðD\ 6\ 4\18x2A\ e\18\ 2\v"@À\93\88´\80\81'\8a´_K!á\89\1c\98Òg\e]\1eùÌ({¶ñÀú+Ðä\85ÈigÈ\81¥'î\92Q®  \10\1c\94õ\993\98´ÊY\11x\9d\ 4\89\9c4b\81\82ÚH\8a¦Ô\83æ¤7°\8f\N:{\rZsÒñ¡2+Ö®7\92\ 5èÖ\89<\@\1c0éÔ    )³É¥\1c\87÷ý\ 5Ý»K1\1dÞ\8f\96Äx:µõýû \10\93=4\9c½\e\9eàøÎì'è\98\89\16\9c\1c\9f\98á>Ú\8d!\96ð,º\9d½\e^\8f\10\vÜ\ 5\8b"(Ö.`        ÷$L{\17\16¸\vDb~yjM\10¦Ý­©-\83\15\81\94»\f:Yí\8c£\1d\0£\9b]\95\93¦Dyk¬¡rÈ]ShÆgm\7f©¿·\87\v\13Ñy\93-¬¾§\82s@\1c0ÁY\93Ê\83%ÀÈX%\95ÃÜmfkÃý8!\ 2D\87püpàk¯\95kãµ\f\98\1eeyÐ|ÄA\aê®h\17ìÞd\9f\96\ fô\80È\ 5\ 1qjÔ\11Fõ6\ 2\90Ö\ 1\9aP\97-'oÍkÏ&Mê\80ed\fÆÎÎw\1fÏòÙ\86^\1fO\a+#\ e\98;\a+Òe¦a_\81ªÛ\18´\1dËk\f:ºÈ±\ 4É\83ÉC ~\ e&è×\19¨ìö(\8aS\91=\13ny\aº\16·ÜTåónÝ@\95;8uz\16\9cÏ\9c°7:\9fÍ\13|pÔ\1eãø,²\9cWûømT\98\89\96À4\90,Я\13Æ$£\86F2hCíÕæ\95;HÙæ\13Û¶°%\93-\fGo^8`\80\ 3ã.ìÖ(@7½V⺿³\1e\18\9c»¯E8É÷É  T¥\ 5§&À\\ 6Lè{\ 2    P®      0·\7fÂ\8c\b\10\998y\8b\84\92 rÙD¢ÏY\1e§\1aiA\ai\97\93\80¯ÓZ¢\92\83\ 3\ 5Êp\e\89]Hh\eMw.¤\ 3Ez\ 2Ó\16ºI¬öÅÚ)#!07kõ>àÈ\9a:P\e*3q\X 2\13\17
+¥VyÑ\ 4¢\17iYM\ 4ÚʼÚ\94¹m\8fë\ 6ì\91\92\ 4\8c{\e#tjLÕ<Ì^\19\r&=hs0¹wA9@\91\85Áê\11í\ 2\ 3±\92Í\16ÚP;\aSto/!£%\10^qï\9exdÎúúÒÈ\1aÛµ\81²\98Üj³±O\11ÒÒïëkW½\13úÞnÌ
+p\16º    G\0Î\8c¾'\1cj\10\88·ÐM}ZôÎ\88\ 3¢L'©Ä\91\b;\b©xep´^ì· \ e\19ô[/ÚK\88H\v¨$VÜLzÐÉ%¦s\1f\9d¹ÄÅ$ÅvÑ:Ãm`\8aÖP\93\b\19ÈäG\87\f4\13\18\9f\ e\8bª\97`ò¨
+O\90&1`}\85öL@å\15í\ 2\93J\94þÒ\91"u\b@\9ff/ïhÉÚí\14wxbq\8aíÐ<¥\93\ 3_h\9eP\`2@1!\19سâú\1a\8eC\91t\84úöÌ\1aõ"×È\1aÛ\99À\ 4\9dªÅ#éã\90Á´\84a*Ñí\ f4\95x\8d,DÿÆ\f\11\ 6Ñ_jtIm\ eÖøÌ!è\9b\8c~\87`DIM\90£\ 3ÃG gØÝé\82\18;\a\8aSç~ÿH\egNè{\ 2§\16ð½Q\91ßÝ\9dá\19ÿ\e\¿Ý\9dIu)ÍÎÆ\8d3\118÷ÛgÚàD\9aCw\ e|åæ n!ÑU¨1¥&À\8c\ 5[¼J \18SÀIE\80j\H\88\85»\10:y¸é80Ît3Ùg\ÀÁÁâ;1ê\ 3\8e\17\ 2\fÈ\84¶ÄÜÃ\82\8a@ôEjH\18Xs\87\0äÀ\81R½þlZ\11\a\84CÓ·\1fýKØ \f\b\84&o˺}Ú\89\93½>íÄÉ^\9f¶·v>òiÚÚéöiÚÙéöi:\95ËïÓN\98:\10B§7t6)B'\11\888`\12Âe6)B\aç\86gNQKæ\ e§x\81¹ó [¼Í\ 2vjD^~E.\85Ù\86Õ\86\9a$%o¿KÁ8Í\ eÕ\93ß'\1dÿ¤@¹dV\86\ 2t\ 3ø\9e\b®\1a\98êïíu\ 5­\ eyù×°4à¿\1d\96ô¨S\110e\1e4\9f+¾ x;;å\ 5¹\v\ 1æ\16\14Ú\ 3"y¢ó\ 6F\ 4: aåàç\12îW\88Æ\15ïZ\ 6ÄyE+Þ¼\1eJO¢ô\96î\ 4|³Å4\1f\s@äÄ\vTe\ 2ãIo©ß\16fd\vLS£\8Ø·Ñwè\9b\91&2Í­ò¸æH\91Ú\1c@\87j\1cR÷óqN¿\f°K%¦\9b)Ö¯e@Ô\ 5¶ÅD \1dÙ\ 3´F{\95-\ 6¨Ê\ 44\98¢i\17:\13\ ffäÒøÉ`îÀ\12±OdzSË3\97vVÜ\a.­Ó\9b
+}"Ó\9bj\vïÍD¤>Ç\99Jd¯\99ksëôÌ\9cO¤îuë\11ûD\ 2g/\ f1R\\9052½\1fØ¥Ù\93\84\89^kÜà.\10÷     7¸\vö%è-.\87\91~î7\9f\8c\ 6\1e\¾§\a\1e¤Üï«l#õ\ 2þ>\ 5´%°Ö\f\93\15êÛ$ØÆ\88ZæÌÎþb}ýó²\ 4\ 2æÊ-°z     TF9B!\10ÙÔôP\8fô­\8bZ\bLB8#Mb\96 ù\9fìl\86;sÚ5\a\ 4L-\9bI\11ÆP=÷ÛñÆP={\9b\94ç§K\90ád\97]°!m\1dxðÌ!¬\90\ 3{öæDÚ\ 3[hË`K~\19\1c×ÈÖgÛxfÕ½Û\18\rüz'-\8f¬\91è5\8fò\9cUzÁUW\8d\88<\12\ 1OâC\97vBu¯KÓÑb£ØÖIª/H\ f\88\1e \19â2
+\8e\1d•\ 6\b
+\94Ã3¯¼\ fñuÚ\82\1e\16f\935v²òÁ¤Hí\13\17F\89Ä\8b#\9aS\1f!\8cNRý©G\81\1eÛ:\1c¸CÓ±\8fé\87St\1dú\12\84\9aDZ[·qOkz\9cª\82ýê{â±
\8d\98RöµI¯²\ 3Õß'®\ 2j±xÀ\7f;°Êíè\v\ 1¦.\808`nÂÉíh?\az\91­\96!\ 3õ\83\89@ç´\91Ñ\12\1cmÞ5\ 1ÛHñw×\81¶y{õH\9fËð+R\86z@ÔF4\85U\9b\12ó¬\1d´\ 5\8fl\81\ 5)\12S`\921@~=X¡93\r4P\88Ì\14`¤HÌYá©K\8bO]Z\84.\8dIãMh\e      \19\9cí+\ 3\19t\b ¸H=vñÐ+ëÀ\aw\Ð\81\ f~\ e\ 5fjFF^\99zn\ 3j"\ 3õÝÖ(õ!í\13÷Æ\ 5}TίH~\84¦)íø,.\9cmânE\82.\8d\988yæÄ«%0\13'÷ö\97Gû¨»°;\96\8eGjÊ@qrõ=qÔÐÛÑ19'F¬àï\13m\v\9a?z}O\96øô:#\12\0\13X\ 3Ú\ 1¦kAïF×[Ht¦jTr/!B\19\10\0+B\ e\88,\9e\96z_jDç\r*\9c\ë1±\84\8cdÀTg´)³¶\ 4{µZßbw¨²âd¨\89Ä\8dÎ\19ê\ 1qa@+µ\ 3EjßÌ]$\ 15m¾jõþ^\87E\91:8\19Ê\80i4\87¶@hâj\13b'§\9eM>½}gâ\85Ôßùä}~n'\9fÜ´\85=%\ el!\12\aaáh\7f\99ý\ eåÈh«WNÎ\8c\89\fÐ\8eÏ4ñDên\ e2\8aLÔk\eù\995ÆòÐ+\9f\8dê\1e¯\µ¿¸\15IÛ_\ 6\8aÔ\99A<\99 V\a©'ï6*Ðvë\81\12@\1e\89ê\94\80(\13\9e9ùÁ6vRêP\91\98¤>rëDFûì\9f\19øÄæ$h\1d¥´ãÍóûÕ\9eÄÒ\14Tõ=±\89zÚª¿·û3­\8a\fþ~§ý%\0\ 10\95\9dIOkSt\96ü5®U,\10Ç­IÛ:y\ e\ 4 M\9f%\90.Y¡z2\11èôÊ˱½Z\ 2Óþ\92 "\11\17c\15ë×\ 4\88n}\9d\13\85\ eT\87\97§ÎÑ'\ 3\ eÚH[ãÚK#]¯ÑOòàëH\88\9dÙpP\ 6ÄyG±þÅ\9e\895h\ 6\86\ eÔ¶ù¤v\
\995\9dÝ'^k:»Oª%0y¼       qÀÌ\8b\88P\93\88\88\96À\8c¼Ðî\93Á\12:@×æUÛ\1chJÚ½\8dåat\8c3\fïD\ 3Í\f]\12qça\81n\99HÇ.¶È2\9e\ÂË@ºíµydàU;\19å        ,\81º\95ª72½.)é\848^\97\15¨BU´ç¡$§ýFÌ\1e¯,§\8dË÷v     ¬¢È» <Ƭ@÷õ½Ë\96¥PZóOxä³÷£bàîÎÚ    WLXD\97|Ãk嬱\1f=\7f¨q$\ e\e\87\ e½}\82Ç\9dI]àò½Ý\8ct\ f\16ç\91WçÇ\8c\b\f\9bõk\ 2÷ÊNgüË\84D@\80\e¹\15ëÞ\ 3EúîM\98\12Ò\ 2êÅ\95íÔCß\94ÄìÖ#á ¯&\ e:H?\ 2SbÎ\9c\ 5     \91\9a¡\f\98ù3\8b,á'\ 1\1e\9e\15FÛй\16» )\12k\90\1cØÈ\1c;\ 4 G#4i\v&M\1aÖ\ 5.K º\98\10\98º\0
+\v¦ll}Xq/A\ f+£%tê\ 2êU\93\17 A¯H$\ 2µ0àv«ú8¡_\b\19  \81iÝ(Ð\9a\98ã\8eM\97;-<P\97\99\v\828¦×ÐåÂÀò\11\82ïzò\ 2=;ÿ¸ C\11\94ÀC§\16\8dNm8ÁÆ\1d\1eõ¼äÖ$\9d\159Ò¤&ÚNá\98\1f \9fÌ4ß{Â\·w$±\7fù\9e\9eiþ¾~Â\9d·j¬=ø¾\ 3\95E\aæAb¿C\ 1²À\lU\16èä\87\82í\ 28`ð\85\ 6¦Á\12:\89ýù\\82\ f\80\96\8b\84dÀô^È\ 3\anMÔf÷\9a\0sàP´>\10b\aîÏH\91n\1c\12ß\90\f\88¼¼Ì4÷+Òb\93A{\17N\87æÝÆ\15i"õ8a0-¡3A&?ó©'Öæ\9d¢N\90A\ 4bâ»ÝÝ.I{hÜ^5ÊCR#¯Ú!°\9a¬©\8dOd\82­K\11\8e\87À3\88MÌ+Ú\19î\ 2Ó\ 2\13\90\flÏÚ\1d\ 46 ËÔ\91gF~\99Aë3´\ 6fV#\8c\fÄ\91gY\81\10\8c%"\9dàbÙ\86\ eP\8dÏ¢ã\89t\a»Ð\f-'Ò\1d\84\96¦5iV¸8\13ëòêíþ½\ f¨\8a)eº0 @5\83ï\89î\r\99UPóoj\eøL\80¹\v\80¹J§Ie¯\ 4tÔbM\80ðF{R\19ÈÀÞ\90wÂT¯\12\9d0Õ«Eú6àH\88m\ e¤-²æÀ\96:P\90\17\10\v\f\ 1\9b*w\80îêß\86wÇþ\f¥H´BI_äE\93\88\82d@\8dE\17\85ÈàTÈ\ 1C`5éA\a§ÎÀ\18\98\eLQÊÅ#!t`æäÝ\86\v̬     08\15Å\ 5¢Ô¦Oû]8°\9c¹´\ 1\ 5E6
+bå\87ª¤\1d(#U\ 2i¬ô\1dÞ¼§#\8d\95\7f\16\8d\17¦Õ:<óì'Ì\1cxö1Ì\1c¨b{      K6-¡ó
+v4A\84NJ\17é²éò\87lãº=ÜÆía\80N\10å\10\ 1Z\e\ 1Zqj\ eÎø¬yõ}¦²'<ë&Vß\13ÑYÏ\1a¯\ 5¸\82³F\85\9a\7f¦Qz\ 2\12db³´5^8`îu\8a\bj\11:\90\ 1C`5)A§QZÕ8x\81j\0\1c\98\8eÝz«\12é!s³4CC`\12²H\13\99\86yMȺ5±@\19\10M,3Ú\ 5cÕü}1tþh¢k°\98\1cíB\a)C\7fÀ4?D¤\89|§ö\85\ 3;ÂÒNí«O'\10Vx¨Ëúü\8e;*\9c\811t 6ÜG\ 6jC\19\10Usm~¨Í\91è´NÅ\1fÚ*¨íõª'ÒvëAAÆÀ\§+p\e       \ e KbÚ/f$\ 3OB×­H\v²gã\8cÿ÷¹U«Þ^\8c\13\7f\80,Wd9\13º^\8cs"m/ÆIO]\9a\8eùsc\1c\r,qsfte\ 1»[ñ \9cu\ 6ß3ÏTFô=\91QF\7f\9fj3Î&\ 2íÀª\9d\ fõ
+\88\ 4EH´NÈHïZ\a\88"ß>¥ÏB 3Ñ; %\10ðFqr­\86\ 4¼ÉH\8f\19x£Ù\9bJ\ 6Ô\8bô\ 5i\12\ 3ÕµLX\13\19\ ft¹}ma\96\97B<j¤\9a\1e6Ry/qi6×{±U\9e­\89î{­Ú\9fë¾×\1aà
+\88{­S6qо×:I£·û^«f\93Ý÷Z#\94\ 1q¯Uf\19Eÿ½V½µà¾×*s7F\9aØ)\ f}4ÉW¥S\88ê¾%.s7¢÷^«\ eý\8cü¥P=³"!ÞQv\9b\ 3M\ 3ºe°!]¾Ë CÀ&ÄÎ\91\15\9cu\14àx§N\9c\87æ\ 1\a\9dC3ôªÌ¡9\9a\9câ¸á\9fç@\9b\90à\12ìï7GìP\98\91\9bÐ)2\rÿH\ 6\ 4Ò\8fÅ&\83Î\99\17Ê\80\99®¿<\8b®ç¡y \aãò\14?üC8X\1e"\14\9dÙé\8eLÑè\91:íú\ 1FW»"\9cå%OpüY^
+t\vÌñOÒ\ 65\rî\a·af\ 6ß\13·>$ª\¾·Ãd\85©Á[ìÖ\vÎ#    \fqêh    \9dâ\ eâ\80)îLH\bD?á^\1dz\8f\1c¨\b¼~\11å¡É«GÚIåVd½\1c\eO\ 2>\94¨å!ïU{\ 5ºÓ`V@\9b\ 3í\83
+î^®Ùf\8e\1d\ 2\v Àôri'\95g\e\8eF(hND\95nMH\93\98ë¹³ß'½\97°\1d\b\91\99º  9`\80*t«D\ 3Î\v*¿Ó\1fµ10·k\1f*R\9c\92W\91j¬}qIÄ\8dFÁÚîئ\ 3ö/\ 4\18°\8eÌ\99YBBá\9dyý'Cc"pf¶É\0êÁñ\14Ög\17|7[\v\92\ 15\8c\b\86&¦Dö\10\8d\ 3\a
\86b\eó\92\15\f,ü£³îèª`Ý\11]\95\80M\ f:½dÙ\ 4³\9aqARÂïF[Ï©Qr@\97ïéN°ú{B\r\15«¯ÎJï\86þ>\81\8fÎ\r¤Ë´\8aÔ¡\0\88÷\8b&$\ 1j>\7f6\89 ]\96\98\8e\8eÊ=\9dç*KLgLªZ\16ìV0\9d1ÉÝI¶\99dÐÉH/\88\0\93\91¶)b\eäJwñûj§ë¬1?\15â\8c\84He¤\11\awc\1aÂì\v\ 1æ\15\ e\99\86\8c\89xrE_\91\82¾"5Ú\85æ\18å½²ô\16bEà>Gyx¯ö¢Êö"Y\94\82÷h\e\17Z£e\94´6Q¹=\92BL´\v\f6ÉH\ f@\12©-Å\ 2\8d\81éã\82Ø\80x1öåQ¶pp°ÿ\965¤Û\1aÚ/ÿζÐÒLáDÉE^\84p{©¡}ä[mnµC`ñúeÅ\88\10b\11ª´Ae¶Ç&m£r(\82\12°¹Õ¦.ë.®NUÖüÍâD\99\18|ßn\9cÐÈØß\81Ñ´Çúï3\19é\15ý}"´\a$\0j\84\rÚ\ 1b\ 5gBzu4Öþlú\10 ÒÉѦ\ 4\1d\ 2\e\92\ 1ñD¥F¥\81\10Ûø(C\19\10­hr³wD`ØÇU\13àú¸\8a×\16\15¦\ 6\93\14;8\17qÀÔFf$\ 4¦óbA\1c0\19ñõ£\b¾ÃÂynï{\94ö.hTãwAGØ̦%t\80rD\8aD¤R5\9dÌû4\ 5Ê\88\ 3ê¶AxhMz5xäØ;Ù\\18\9a\98W\9c \14\89\1cZvkÒ%\1dÌ+Âg\ 2Í£ðz"m^\ 6\9a\ eF\1c\10'g\1dn\7f!@\1c¹\16¸\vD]a\81ÑÑæ\10Þ§\8dõ£H½¤|gÔb|(\83í¸»S/\81\80±Én\f \ 35»KÑ|ð¼ùB\93æ\83ç~\97õèÂÂå{{dÓ2ç\8b\7fßlû\ 2Öo2em1Î'\ 3>\98©Qeö¶\99Oh\vî\0©3X\1dî\ 1Ó!\f\97ÀÌEG\1c\10¡y\92\97ý.\ 4\88¬z\862`F5n\ f        È\eÜ\ eKR\ 2+"@¼5:§g¶¤\1dƵ-P`\7f\81\8a@\80\8f\b\ e°Cb&Р!0\8f\80î;\a6?»õ±ß\14\7frëãò=}ëã=ÓÉ£È\9a¾*ý®Ðá°\86z\ 1ÄÃ=gö£8Ú\8b\8fäE0\89°s        ­xe ×F¢¤1³óá\9eýY¼û\12([ÖôÇ@\ fÚþHFM¾G\1epþHÃ
+ÔDâ\ 1é\fUÑQåsË l^\19hîá¡5O3\12"\91\v=«|¥\7fï¤Ù\a\8f%{;ļ°\13|.>½Z\ 2U¤³Ùs§L\88ôà.ÄN\91Nì¹"À\14é\14\9aH\14éä\ 5êË62÷N ? \8atqõ\ 66M=ؼj§H\87ô\80*ÒÉÃz£ØÔI^Ø¢kûØ\æ#B¼8øY¤»9µv_æ<=³Ç8#]d2qò|\8e\e"Dy>Ç¿\rkx¸\84\15a\8cû\89¥\93½\b^\94£Ù\v\9b\10Û\95Îm1Ŧq\9d\91×åK\9dqàØÛuBù>9\e\84µX\9c\9dýÁ
+µS¿\1d°ý÷WÓßo\ fð\8dç÷®þ\19\rk\15ÿÌS\\ 1\11 ê\8c\82\8f*\ 2ÔS\19Ú\ e\83Î\15ï\r        \91yV.")2Oe,ÏÔh\7f\81ú\91\1eéÍ\19·"\9d\ry\89î.V¨\ e·\91\10b±éA\87\0Z\ 2\91\8a\8cÙÑÛ{ m´\vàîÎ8}â^\83\akè ed\fÌõæ\80\b0Uº\0­\89¨lL6sl_í\85\ e\81¹Þ¬Hy@`\å«       8ª|¼=ë\rm\9b\fÆ@y°\84N?\9d-8v.}ÀàF\0¬Ù\ 6/:@\en#q½y\81\ 4\88ëÍС\10~=®³-À·YØ Ocjl\90\80=\13vÂT/ÌT¿\9e\9cÝ\eZjMÎzµ6\7fDg·¼6I×ß3s|â)\0\97)\9e83öˤ\1d\907\998èÌñ\91âJ\9c\9ds|4ª\f\84ØA\89P\ 6Ì\1c\1fqG±.w3s|\82i\r\9d*ÛjÒÄN>5=3¥©,Ïli\9a#X\ 2\93O\9d\11\a\14L\M\ 4:ùÔdZB\87\80{\e\15%"\ e\88©ðÓv\8c\8d¢\97Ãj§\ 2Ï\93ë \15«\ 3\13\911\98jÖz;ùAX8`"ôË\fL\84öLdÁ\12â\80y\92\8d\ 3ÇÞ\81\89¶ØÖ!\808`\ e,\ 5\19\ 3#\83\19\19\ 3s`\99\9f
+q\81\8aD\bqA\1c0\ 3|¡Kb8\80.\89\19ìµ!¿ÎèÁf\8bÏ\1d\98é¶ÆÃ\1f$íeª\97@½3ñf`òö\7fèiar¶\7fh¡orv\7flèï\13Í\1fº\85\93³\9bn
+\88\ 1fdè+,½ãÚÔo\1e\81\0º¢\ 3õ\12ì\17¨ög"\94\80¯j\1fÑ&2½\É&Ä\ e\81\82Ô\80yå!x9ÐAB6!6ëÅúLDÍÁ½^Ü^\82f3½¦8Ét¸\9a\0\95\99×*\9f×\9a§e1\99sç~ñ\84\8c\81X\82\ 6KèäS7\9bKm¯a\83\ 6Í`m(Ef\10\10ÚG*¥»\9d³p?\ 4âý^iç\8202Hjæ%t      ÄÕ\r\85Ê\83Ð\0\b¬ßk<z\ fîû\18\93͵¿Ï\v%\98\9cJ{#\vÒfâèz"Õj\rÄÍÔ\13©ºuQ\13\9a\ 3\ 2í3\13ö)Ì3\vË3{\8c\eÒåû.´{\89N\8fà\8c\r   ¢\14OÝ~à\98\9b­@I:\8d\97äl\ 5J\ 2U\97äl\ 5J\ 2Uk\ e\18Ç\9cD\11j
+\84"$\89\r\975Ø[\81Ò˳ï~uç\80m\ 5:\88æ\97kßáfÍB\fö\9dÌaóî¤\10\98fDÀ~tÌRm\e\89\11,aù\ e;\81¤Ê\98Þ¿Õ3Û¯ÙædS\85¦WÊ9 5Ø;\1cs¶I±iP¹L&\83j&ȳLX_b¿c¹­I\ 5iÒ´ÙýZ\9e¡S°g\97³\f\9eÜYp\9d}²\ô\1dI\11dØE\b\92\a¹\b\83|ÞlæÐ\16¶x\85p¬¡\ 4èÜí\16]\ 2ÚG\ 2§\94 9wâ\ eG\99\8eôò\12\97Î1<½þ¿ó×òúoçùëO_e\9e>?\7f9\7f®/§òú©ÿ±üüÃ×ïû¢HßËë\ f\ 4XÂúþ-ú\90oçyè\9bÞI!é\rZv\99\84\ f\ 5Ëv\94ï²ó O\9c]x(öf\80$Ø÷Â\83é((r\904¯G\ e\87\7fJ\82\9e\97ðRï3XÆÉ\96\19y¯BjO×UXÒ\ 2²\8a\ 2w³XV!{1ën\86÷o\95\ 3Á\83:I\87$\8f\93Ì\ eÞÞÆñ\92ÃüC\92¶ôÈ[\92\92o®%\19\83\ 5¸¼\0Ë\9bÂzð\10Ê{d\91¬b±è¤ÈA\9e\80¬å\10ï\9e¶ÍÃêçaý\9ev
+ê«k9Ü\ 1\{/¶õ\80\80\97½°XÖ\8bë|X÷¾\8ay\9bß¿\95­\94\ 6\1e \92\14uç=p|2EÆ\99K\87eMï\9f;\85\9f\96e«¥\1d\14\96\93\87®FµW1\1f§ªË*²\ 5\ 1Õ\965¿Îg?-Ër<\16
+rº½R ü\834Æï»Éú\a\91¤¤¼®{a\ 1\10jY\eZÅÝ˵#Î\96d\15¹\1fqÚrØV\9b\1cÚ\90\zV®r°µ\7f½)L\ 1R°ûê,×\b¯r°\94¹\85B\fH\92Ù\92øR
+\ 5î\85E«E\ e\1ajTÓÓæÓGM}OÛ\96¤LRºÊÁ®Õ9ã½°ÛfÎ\9b['\85\87\12m»Ù^EYlrhó0CI\9aºÁD\ e³_\ e¢QKrÛ¦¬bYÝ»)\14\ fwoß\96Ãj\94C{\15\82\1füñB\ f{C\1e\9a\84`\8b\9bÍU\94\0£\9e©f)\14¦à\8e8J!\ 3­\8eÁ\82a\94\ 2\8czÄI­D¨Õ÷\93ZÓ6K\9c\1fú\87"µW¿F\954?Õ¨´=Õ¨\fí\82\88\9b%CI\9a¢\9eP(ÙÆC3n\96²=EÅ\8aÌ×\ 1*\ 6\91WpT9\12ÄóZÙE²kÔ\89ÌWÞÓÊ*4â¬\ 3»è ó\8cx`\90ùl\E\aÛ\17D\81ðrI\9a¬®<ص:ɼí+\ 5{ÌJrcq^½Ö\9däÎâ¾\9b]ën¯Bê_ÃUt(l\88\ 2\83£\ 2Ô¨»>\0Ë
+o\f»\17N\ e˪0­éÎÝçä¾\9fýç%V'w[Q[Oî\a\85ôc/b¶ãê$S\8fæ='äBÅI\11ék\15Î\13«Z÷~zîy¹\8e\7f\109ìã«?^î~ñ®\93\8f\12?ùò\13Ý\13JS\1fö\8aæAa{SlêC\9bÂ\1a\1eSÈn
+uNl(\87ön*¦\1dí& \10ß\95§$\ 3\88æùg%*f{äÍÒHYóÀ\9dÜÃC»ÈÒ\1d\8bö)IÏþ\97U\10§$é\9añ¬B(¤\88(Ü#oû¼©xòB\81ðÕ2pôB\81\88¼çÙÿ\ 1\85í©$±§5\9d7?g\7f\13\85ö*f¬Õ\16ËR
+\ 5֮\14 $\99U,X« ÿ°\1e\96eGægö`äåÚ9±u³yÚ¶$7(\aF\922§Þïå\8afYÝÑ¿\84\rIò~b\85w\89\8e\93»DÞj\15q²td\1d\9fý\ f\1c\15¾ç\1f<X²\8b\a\96+Qvó\82ån:ÙÔ\87\92\92;òêÙ\1f[ÖM\92\9dSsBÖMä\8a\8b\9eX/\96eëÅyg\ fÊ|F=6{p9w»­û<wÏ<"\15d^ÄOÎ\83U´1­zûÙkÝ'®\9e\aú\0[zÞ«Ø­:_W\11ïÖ\r)$Á´@\92w9´y\906½+\ fö¬ZÒ\1céÌkµ\9e\16#\92$\13\ 2äÀTåò\84y°øI\898ê'\vïa\ e/··ê©$·Oâén\88"ÒÙ&É6®\96©\94óÌG\1cE¤Ð²L<\ðäÈ6ǵ$ÿ*\14O\8eô¡Y¥=kI\17
+¶³Þ»ÕlV9TQ/ZNÍÂÃyî®b7\91\9f<+A#94ó\93y\8d§\87ñå'O4èöÕy5®¢m\9bò>\87ß6µïÏo\9bE\9e²ókµvþùmó¬ã¸mó¬ãøWÑðrvÛ,2ëÁo\9b'\1atØæqG¿dõ0ù;~(dK\87Õ\91\8fÚ«0 â\98\12ýå*àüBdÝU@
+yý\91#ÝOð?x°\9f\1cé¾\1a×)éÌ\91î¼\90¹ År\88\a\9bV\1fÄÓÖ\14\88SÒÞõwHrî\9f\92\0\ 5­_Hì®%yï\f\85f\17k
\19çD\83µ\1c¢½\7f2\87I$¹õû'Û9±PÜ»©XNyHÞ\8e\9a       ñÀÔ»³\f^¼X\16Ñ\99|âÉ\8beÙ;\93s\\10\ fL\8e4\195ª}s")\ fÅÙ\99\9c¥¿úº
+\ 2\r\9bL¾º\ 4\9b\8f\1a#R\87$ŲÊj³¬¶$gÁ\ f\95$m'÷\97\a¦U/7ý\88zDfOú«\87¶Ùö\ fÒ_ýÀ?¬~\1e\8eÞæ¬}¤µ$\89Þæ=é\91·ÛÛܦ°%\e\85v\95\f]ä@Vißvñ:wþD ö\8cÖ\99MÚ)}rA\9eþê\1d\rýð\ fö.Ð3\9bôòv]\8d\ 2\14\96ï2ï\bDz8_rX>{aêD\95nyÍÛW«\0\1aÕéL\16üP­\82é\ 2M+\92\ 3\85åäÅ«]\ eN,·\15¸
+¦{!ØäÐA P\92¦\1e\fñ\ f\9a\8f\1aífûì\1f\ 5Ã\tÒ\91Mrì槷ù\90\9eýeTëu/\88³\7f2êd'úgD\81ªo®\90\a¢S]{\9bG\1aÕA \8bͲ\9a\9eöìm®=-Ñ\9b\94g¿](\85õ©u/p7\99Þ$¹]5ÇíÁ¹û\1dyc¨¢\1eÑ'¦\1a\15§§Q/NÞ:\8e¼óYS\0µÅö\99w\963ï´öϼmo¿|(üðr¦LÎç¦Û[£¦Õ\1dõ$òNî{\8bÚë\1e\a÷\16;Q/ÁU\10\9d¨z'h$\87\83\92d¬[«Õ\13\7fëPû\82Ä6/\14\98¨\97Ü»y95ÇÁ\9dâNÔ\v\88\a*êùW¡1ë1\ f\1a7Ýv\91ePØÐ.Ú'Ví3\1fù¨ff/Ï\11i\14\91ÙËV/×^Åb\E³R¼\9fX5âä\ f\ 5S\8dU* Ú»XǬ{\ f\1f\ 6úI¦\83B\91ùÈÃtúa
+\90¤­R,½(ÓÇÓ:+A2ëúº
\12¤·\ e\1dv¡5\94ÕÍ\83öÃàÝ$*AÉ\18õ:7Y\8c^®] Ê\vÔ(¢\12tz\98@W\82¤\8eS¤»i*Oë8avV£\92zû°ö«QãJPX\9eV\82\82÷\ eéY   
+üÝIÉ¢h%¨Z\85íÜ}©\ 4U«pU\82^\14\1eV\82jIÞ+Aã{(áñ=\94ÀߦÑé\rb\17a¡+A\92E    þÝ\94Ø\1d\ 5÷Ýê     j5U     ZνðV\82\ 2Ü\v¦\12T\10\ fT%(¸å \95 å!y+Ai\85«`*AO}TÎF\1fÕ©\ 4MnIj%¨Ø,«\83«7dYT%(\9d^ÎY \9a\17\9bmv*A\11H\92ª\ 4-FÿЩ\ 4E\9b\8fêT\82\963òz+A\93\8d\12\94\91\1c\1c\95 ²Å~%h\88aÊ6è¨\19fÕÊ\96\1efÕv
+ÏjIe\v}\9d\1cÖ\92vI>«%Õ«ðÔ\92êUxjI\17
+\8eZÒ.\87gµ¤ë*øZÒP\ eÃZÒU\ eDVMjIC\8d\1aÖ\92®\14øZ\92g75vënºûH%'vÝ\v¾\964\Å0'v¡à¨%]y`jIɦQ\9dZÒj³¬a-éâi\1dµ¤\av!\93v\1e\ 2wÓQK*ë\93\1eÎ=v\97eí×\92Æqs\rOãæ²=\8d\9bËö°\1aUSðT£Ê2èÀìT£ÒIÁ[\8d\12»Xæ~¼\18V£.\14\1cÕ¨]£\9eU£®«à«QC9tâ&\94\83!Õ¨\8bF1=\182(÷¢\ f\8cîÝÔ\93û,r\18ô\91¶ãfÜ\10\ fTÜô¯B)<æANî~»Ð\93ûÐ.:§ædóQ\9djT@\1aEU£\92ÍËuªQÆU´«QËvÆ,o5j\169¬îj\14Ô\a¢\1a\95±\8f¢ªQH\92\5êãå¼Õ(\1c/\98jTtÛE}£ÇÃ\83V£ðn2Õ(¿uk5*Ø<L§\1a\95¡F1Õ(õ´\83\e=í{I\8a£FhpXÏ*K·+ø\18ù^Þ\ fi\9dóáåç/?~\96\87?\7fÖóáÛï H\95³ðï \b\ 1\9a\80ýa¤\94\94\83þ¬ý6\a\19-Áô~æg.;X\82}PN\92\88\0ÐIY\82Üc-ü\9b\vJ\0r`\7f¸0ɳFõ.0O7¦\15Iñ^PkïãêÞG!°=UÅm3©bS\ 6z¯ªæ\80xyPKa#!Bïv¼\86#\11·^\82\v\aѦ\8aí'L¢\9c\8d*\ 2Ì»\7fY\1e\ 5\1eù¤Îs:\e\12\ 2±\ 6\99ÿéVÅ\f}\92qö÷;û£\19¨Á#*m\19È\18\93\8b\f\bU\84N\8d°ç<Ãm¼       ±ù\88\8aÞc*ÝGTz/\ 2\9eÁ\8b@í¢î:\ 3e¾¿\88Û\96¢Ì\92s\9b\936t]ÍÉ®\8b\ 5:%Ó\9bBB@fÑ]\bØ\86Ñ\1cÏé@{´{\84\12'\93*µ9\90\86S?\a   ÊÀ\96|\9bß\1f~v¡\9c\90o¶Ç×\92\919\11¯h\16#NjsP\10\a÷Gº\9bí     E\93â\83'¾Ú\18CÑê>c¡ÃA\9b\80¦Y*\ 2\fÐJ3 @Dø3\95ì'\90\91\f\88×\ee\94àE\ 6ö§ÞÎ<rM\80ØÆ\19í\82\bP\93iÊ»_p\ 15}(ů\a\8a\97ÝÛ¸º·Q\9f\8f\14§ZËÀRäR¸\f·Ñ~ôÓ\19Æn=Ð!§n=Ð\19\ 2n=È\1aXx=\10\ eâÑÓYs\10\83eîÞ\91MØ3¿o\943Í?PÎbCì\93\1c ßÍ_ûSNgd\89¦¤Ê§8õV¥\1dktÀfÛ\1e¥ßj'àz±O[:Þ\ 3!;ûÐ~LUk\9d\15\aÌcª3âà®\8bÍWu÷®Öi½\12X  ¿,hu$\83á üB\80H\ 2È˵\10©$\80ø\94\91\14;>eB\ 4\88\93W@\1c\10I\80³\17¤Ö$â\rÏ\18N{üp\0^+o\9fÝô\b]³@\9cÝ\ 4æÔ,\10XQ\8bI\8e\89"\ 5m\ 3ñ mAºÈlC\81\8a@\1cÁµ\ 1\15Û»0C\19Ø^õ}Ë@³z\ 3\19´cËrô¹í÷\8az±¥­\89kðjâç=Z@À6¸ò  \85°\8a\0\b°í5È`:¿5mÈ\18\98\93\17öIöW}÷×\85\80c¾÷§5ߨ.rg³¼ük÷\8dêf2¥¤ \8812©\8c\8c|;\81\17KvG\17YC±ùöÎ\11Ø\86S:\87¯ã\ 4»w$ûNoR¬¨  Ü\83|\aè\ 4/\a
\8e\96ÏÝ2i\93>¦úN'\ 1\1fÜ\94æÛ\9a\ 3\ 6\13\12¢Ý3ë365\aÓýÁ\8f\ e\ f÷qC\9ad:\81J|\93Ëè®m8f
+oh     ¶\16Ç\ 3je¤ID\9e\89^8°\1caµõGeP \91ÈïFÈ\ 1A AU´¼\1c£çG\89ñµ1\10\15\9fôT\91rñ*\92VK\90"\11\99Éý¶\8eE\88\1d°\88d`ªUÈ.ÌYv!w\91V\9b\83\ 5¹e&\e³@\19\10\a\9fÓ)n|p¬\12\11ûÔöð$\11±w\r?JDì\ 4\9e%"ö{O\dÐð\9a\ 1\ 1¦\eA\15¡æ\80èFPE\18\10\18\81\f:\ 4fD\80ID$°\8d\"bEÛÀ$"\92w\1f\95À\86\84À$"
+\10\82é\ 4,wÖd\8etM &KÁF\vé\11\12\11H\17\99D\84TâÝæ¤\95x\979\1d\89\b¤\8bT"\ 2*\ 2\93\88È&¯ØID@\19\10\89\88%\9adÐID\1c\97\8c\863\11\91½\9a¨\ 4fD\80HDlQ¢[eMD"BKùnk*Ð'1\89\88        Æ\16&\11±"Ç|OD4Ũ\95ø\8b\10l\9dÑG\1e\10oiJ¾¤!\ 6\8ey\9c\86àcK\9d\86\18\99Ó8\rá\8eÐê\15÷qÅ\8fÒ\10\15\ 1O\1a\82çà\92\86\98ÓÃ4Dõ°\8f'\rQqàICÔBd\80\16ÚF¦
+-ãìý\1cl\vÚF»\fÎ\82Ï@\ fÆ\ 5\9fz   |Áç¢HD\1e$"Ufò r\ 1éÂ\ 1×s    8 ò ò¨ÑE\91\984\ 6ÒD&\ f\92m\ e¥\r1ò"\10£²F"\ fRÐ62y\10\99­äp(\8aÓ -\10y\90\19Ú\ 2\91\aY *3=\9bÇ­£=¡âêÙÔ\16¯]\1f~l£M\95\8fû\ 4\ 5\11 ¼²th½\9f\ 5×\82\b0\1cl&\ e\86\1dZ\17\ 2ÄñY5ѽ\84\19ÊÀÖXsDg9¼æ¾1uú1Ä\1a+\ e\98~\féЪ      0\18I\83kîÇÆa\87\96{\eÏà\9a\9dø@/4¸mA[¼F\1c4·QG{\8d¶±\1dÞc~æ\ ft,\97Û\1aõ>Ã\85\80­wx\92Øh±\85\fòòP\ 6\ 5©ò]\ 6Í\1er}ùùBÀr\11ô\92Ãð:\94lt(\9d$ÈS!®Ð\1f\10ª¼"\ e\18¤\8a\1d
+\93\81\80z`wig+DîC\9cN
+\ 3F&âô®5C¯KÓË\b#\97Ö¹Í\0U\99X\ 2t(L\ 2BÛ»\ 6\8aÔI\81<\8c\v\ 5B\9c»\10\ 1ÐÔ\14Èñ\uM \ 6\ ei¾)Ä\9fwB¢)5\9cß\ 5\fðîø\vJÁ4\ 3L\bh*ª"\10\8d\11þ \80X0>\fü\1eJ+\83\ ew)äϸ\84»I7[\8b\92\1e:bê·\16\8d±^ì_vë\\1d\r§\14èó¯ös\1c\ 4Ü×_µ\9f£b\81ÈcèåÓÑ\1a:X\rq@TÝöI®w!0ÝôêZ\a2hçص\1d#Ò·W%ÈÇÕ«I\9f\8a×]\ 6\14Z\Ñ.\10µ\16í¦¸¨"\ 3Ö&\93"t\b\14@\80Ê\84lþm8\9eÑ\9bÑ\12\88\94\9a&w£÷
\ 2­\89H©-*\ 3ïÕÑ\15\10\80ªH¤Ô¶\b"$\93\1e*R        ñYd8ñfí\92\18¸\18½^U  @U¶·\16\15\19-¹{WWíô,¹Eú*ø§äfqË\9dÛ³P\ 6üå×\91"\r/¿úõ ÀøÎ_~Ý'4ø.¿ê\12\82÷ò«\1eâ\83÷Ò£¦\15\83÷Ò£f\ 1ü\ 42\92\ 1\91\93\93+\15\17\19\10\ 5É\80¹üº¢] \ eo:öw\7f\82ÙwùusëÁq\97}\1fÙ«\ 4zwÙÛÑ9\bÆ©\97\ 5\ 51¦j  `ÈH\a«¦gÆp\82Ý\81.w\8avH\97©1'\11I\91IL\16\13\am\19ddÏ&¤)\9a\94³I\93:\1c@{&¶±@= À2ôiLzXÛ»FºÜ¡\0\85@hÒ\92\1f\82\8c\81é\96\á6\10Mrër.Á70Gf¡\8f|R\aìÚbS[\ 6\eÜF{\9d ¨W\1cÈ \9d\17Ôäj%\83ûé·\ 3v\91\1e\10]ì%ÂØDÈ@±ª[\ 6\9a\\1dÈ \83U\1f:\84\92ÝÆ$C3±O³\9c\9e/X5,]¬ÚîA\17¬\9a\ 6×\7f;P3!\ 2\fV\85\1c\10=èZÁö_\86_&À\ 2\93\12\14¬\99¼\97áµÁ,y/Ã\9fX\93¿\85­/T   Ò«o\8dÞ{ÐÛI\88p$!Òà\ es'/\8a\98\95\9c\ 4\1a|IEM\ 1xÇcè\8ck·5èã\12#kè¤53 @M\14XLºÜAzÈ#0\9d\86\19\17Áý»PÐ.0í\18\825\1f\10@ÛH\9c\9f\15\15iAÛÈ(Ò\8adÀL\1dZ¡-03ý \aD\8a\7f\85¸R¢\17\ 1Ü2(\ 1m#á\13\8b^Ýå\87c\b\818y    (R,Þèª@/=\fðZFw(\82"½£ñ·&\0\8e~íÜn\89 ¾2wJ\8aͱ\ f±âÞ¬ÖÃ\8aíÑMré3Õ÷N\89÷]J8     ¸T)©\fÜã\0ä\8aW\1a\\9dm¶Í&¹>\9cªëÃdÛì\9b@};ÉÑÌ\90ªÛ»\8ef\86t¹þË73Ô\14Lï6}\9a\19J>¤ð³\99Á>'E\9b\19ö»\1dÏ\9a\19\12\7f\87ù\ 2Ú\a\97´\86c¼Ò\83Û³3`\81Ie\ 4Û\1a\1dqÀ43LH\bÔhÀ`\92\ 1T\84£\99¡\9c\8aàkf\90ü®C\934A<\ 3\19\8e\f·\91A¼H\88\f`U×ìç`EÛÈäwÓC[\98\11\aÌ\ 5%\85Ìü\rd\9db\8d\96ÀtSȬÑ\v\aD~x{àÓ´sõà R$¢á\10{$\86\80Í#µëøS\0!\9aHdh+\82Ã\98\14s\87g¡©Dd\8dL\15=!\7fÀtS$è\ f\88n\8at<½\92¼7Ñ\8b¼q\95¼7Ñ÷ÖWK\hË@nÿº\83ë\99\9d\1dÜtëÜ/\8a\80\0¡\a:f%y¯\8dê\ 5¥\a\ 4f@\80\9a\0\1dLBì\10ÈO  m$\929:06y¯\v\9eHsp]°\ 34\8bi   \9d\9eUåÀÙÉ~\ 2M^\ f¤\84=}\84èk\86\90'[.K`\1a     &!ðs    T3D|h\fzGÊíQÎôðà\ 6s\aªÚ¬©}C        :EÓc\98\8a4mKh+Â\1c\91\87`k'Á\88@\aëÂ%\10\ 4\16\14\18¨ô0Ü\ 5\ 2iÊÀÙ¡1t(<ÝÇͶ\8f\1d´\f½"óä\v\8a\8eD7Å\ evu    ®n\8a=Álqjc°ë\9d\v¡­\b\8eؤh¹\98dÐN0ËT\864\98\ fÒ\ 1»H\ f\98n\8aì\8eÏ"\83¼>\94Á\89\14\9d\97&\vöªÄË\0º\84Ò¿        ÐÁª"ÄÒ¿ÕÒ¾\89^D\91*\ 2ÌMty/¥&@=\ f¸ \ 2Ìó\80¢\89Å}?jµI±\93\16-\88\0ó<à\84\84À<\ f8\ 3!0\93à^^õ\9d\9e®8\0/\ 3´\9b!¦ãÖcÊý»\0ã¬æ`\eÚIIõ\8aÅ{ÃJ½bqß°B\8a@\81ÕÍd\r\1d¬\89Ì\89\ 5©"5ð\16q@e5!\a\f\81ùá.,H\13\99Ô°\9e\9fý\ 4V¯-|°æ3EZ\9f\ 6m\81i\ 4\80N\91I\8bÚ¬±\8d\10\ 2ò\aL3Ä\ 4Í\99\90A\84\91\85h\86\90\9eÓ\91\10\ 4\14è!\84@äQÊé\91¼\ 1¾@\97Ä\f-R \96\a\ fǶ¡\9e<\9a\9a²óÍS½àT³`j\86ЦÑàå@ªÇ\9a\ 3ÈNM8ó\9aÙi\8fg×jîÛc»\97AF\80¥ä|¶UG\80¥êM5ðlk[\b
+\11üÏ<n\80\03ºIÓQÞÇõÎ\1cýÔo\ 2ïè2â\80I/\17Ä\ 1uê@»`ô«\87*\8a5\r\9e8l[ÓRN\ 2Î\11\9f\ePEjÄ'Ô\ 3fÄ'ÒDjÄg2qÐ.½j\8a}êß&è¤Ø¡5\12S       \ 3´FâvÑ\ 49°÷¨å\b5\91ÉÑÃ]°¿\1f\9cãÇ\1a}7å´\19Äûv®^ö\e\99sg\96»m\17:£Ø'`\8d÷Ð4|\14\8díÓ¯\f\189\94N\8a>y9¸\9c»Ü» ñÝýjë\8280\8dn\92$Æ*\8d\10ü\8b§z×ï¡[ÏëC·~\9e»¼n]\a©9b£\12X¼NUïú\ 5\931u2ôH\ f¨Aj0°\10¹á\88d@\0\8c¢\1dvÞ7\94K\82»ÀÌ\92·éA{\e3\ 2ËÔ,y\e\10@8\9194ÉЦ49{Ø\93V\9f\ 3Ýî3\83m\1c4\8bÇgïsÅ\81©x¬\17&7D\80\ 5\10 \1cJ\9a\91\10\8d\8f£k>\85èk|ÖFÉ\9a\ 3â̤\8d\92\81¾\16£ç\85Õ´\84fhÛ\87{¼C[ /+
+\aÚiÉ\v±~:©VeæIJÁ] ª×\1a\99ø]P´\1eMªÜéý^\80\f¨Þo¨Hü³\80#\8fÔ\1e{\9c\ 4âT\ 4\98±Çg`éëA\e©æ\87^ùDëõ6\12-üêÒ\ 6KèNÖ°8\94\ eØ\86^ÙqÛÑ­H+²\ 5êºä\8cv\81°ÆͶ\8dc¬ì%P\ 2\8cL\fØFz@äPJ@>\91!`ti\1d\ 2Щ\12½$\11í\ 25t\18ê\ 1sßr~æ\95\v\ 6YÌÐad\vÌ6\16¤HÌ\81£lÈ©\12ø@°rܼo'Ë6î\ 4|ø@\8e<q£/K*V.\88\0\93Ù\ e\80\0¡\89Zæ©eÀLP\9b'\93\fÚ\99íùxÕ¾æ\0<&\aYXw\15\²P(ïßBá~äh·%­QTéç"\b\88¡©é\91\8f]2\1cä²\ fLn\eé"\ 31$\rã°\ 6\9d\r\12\9eÙãþ\ 6ö#{Ô\8e\1e\87=êóU+"À<ò\99\10\ 1¦£\an#Ñ\88\91\11\a\8eÙ .!þLM\8f\Ê°{ü²\ 4æí§øp\17æÙ$\83á\149·9ë\14¹\9a\ 3¦£gÍ^\7f \ 46$\ 3¦÷\eÊ\80\10â¶\98\btà6\\ 2Ó\90\83<Ò]\95\9b\81¥È¼¤Q`é\f,\ e^EÒÖíôÌ+kfyä\95\9bM\10{fyO\ 4ÅÍ9ÐA[·/\1cا\0\94l[Bç\9a!tëÄ%\82bêÃÄp\×g\89á¸\1f\82;\ e¥\9dÏKÇ\\8e¸&g>/\87s >¼.\8d\f¨çì6 \ 3¦\81^\8a¦\97]`^£\83\1c0¯ÑeDÀ>fV3Ë;\ 1Wñ\3Ë#!v\b,¦%tÚß\91\f\88¡\90'Z¯9°?\84®w5/zÀ´¿O^=\10°\1df\931u2ËÈ\1f\10ç6}\8dî"\ 3¾ÿþ²\8d\ 4Ô\8dÅ«H:\14d\ 2ÛÈtz\9ep}°\86N#Hôê²\12X\91\10\98N\92dÒåNr\eY\13QrÌò|µ;¶å\19É\80¹ðº@M".¼®Ð)Ú!\8a>Pâß\85\r\ 6\86\9b=w^8Y\9fÅ÷\1d,?\8aïÚÇá\8eïe²\85¦1ÚöÆ÷\12mzÐ^B\84æl\8fï%Ågñ½@\97\96al³'\92ô¦¥_\91J|¨HÅ&\836ÂÐmÜ\1d\8b'\91\944\91T\11 \82cJ\88\ 3¦YV#Ó\80@綩@\94\17Þ#\eE\95\80\ 4\96\8a\0\bÏ\1d¼^L,t\b,\88\0qb\90[\10#\ eÚ§&é\92Ü    ¸Þ\ fÛ/¼\1e\ 4ª}d¦ø\15\13\a\1dÀ¿\99\93]_\81"\10çw}\91ðb\8eD;Ͷ\ 2!RsE\ 2d\81ÈMOÈ\1e\99Ü´ÔM/\ 4\88\8c ¼özÙG\ 2«FÈ\ 1Ñ{.M\8a\ e\97¢x½\988h\86WíüÞ      ôÂk§\19\ 595¦\93£À%0\9d\1cÁäØ\9b    ½,\13\12} =\1d\8dr\91\ 1±\ 4£GédÇ\91&R\9d\1cÈ\1a\99\83ßf³\85\ eÜ\8eÏܲNñ\eù\83\ eÜF\8at\97A\enO0<ÛC\93NÎv\ 5Ç\ 3ð\17\935vÐ2ò\89\fZN\ fUYß\ 3t¸õºmú²\v|Û´_\ 6\ 5¢eÛ\89¡Ê\8eϳ/\17\82ÌÙ\v·g@\80\13\ 4nBl_\15\95a\8cµ\f¦É6µúÍB±±Ð!° )2}ÓÓ¹\ 6_\99DSIµ"\10ã\1cgÕ¤\9fK`\80Þ\99\1f\1f\93\9d\ e\88\0ÁÁjÓÅN\82}CûÈÌ\97)\88\ 3\ 2è\85ðl\1fs\80»@\0½ð\91\81\ fèMº\v³\13èEh\8e\ 4J\8aÈ\1cM\r³
\13X\ 2\97\1fG\9aÄ4ýjtã­é\92\1f\1f(B\aoCk"J5r\19däÔÆéíApj\1f\1d±Kb\9e\10\87ñ\95éF\81ñ\95\19\ fc\93A\13"ä-y!\82lã¶\99¶±\93ÞFÖÄ`Í\0U\99ÈNOÐ-Ûóig~¼\16¢=¶\9dùñ\81&\ e\a       º½ªNÍvÈ@\1eyIª\a\91\7f\10ðÀÛñ¡W-ا\11ç¦\92¼º|I\90\ f¤Ø¾%¨        òýìð!@\80U\ 5Ü5\ 1"­©í({\8eØcÏg;Ê\8b\80¯\1dE\9b·«%0yQM\ 5U\1cØæÓ\ 4ylgúÞÂNaþ.ó©\8b÷7^ÚÇ\ ey\13â"\85h\87ìËtî\83/G¯½\965\ 1¦!\ 5©\12S*YÑFR\ 4²W\13.\88½¶\ 6û[\0;b\7fçôJà«¿\a^VM*ïߪI6\9ct`þùÔ¤\9f\14ìi\80,oö>¡\80xX-Ut±(\9d@~µ(ËVHz5&°\15÷ôê\18¶W\ 61­L\e;R'&¿\9a\91B3\1dØ\9a\8b\18¸÷.l?öá'\81i"\80¿Þl©Y°Ç¸³\8b|\10ã:¸½ \ 2Ìc5á\99k<ûZ\ 6ÛÐ\19\98üJ'O\ e5É^º;\9bÀ\a®±\ 3»!\ 1\ 6vC!\12xoB`Éx\90?`w\ 4Æp¯\ 1·ûØ\13"`º uIsóÛ(KÈÙ´\84\1dà½N\96zyæ\14\9b\9dïo%íí©       \100A{{rÿÉ \ eh\16=Èýg\93:iî\19\0Í\ 3\19\8c{Brÿ\ 1¯N\92:\98\86íÚÃ\9d\9doÑ%¹\8b\7f\11¢\ 3ñ\ e\84Ø\ 1¬\93i\e;-\1d\ 5È\80¹wºA\ e\b\19h\8e\84N\8ezB\8aäh       ©8 \1e1;o\z­ñ¼qéÕ\83³%\84_\82\12@»Àp\90\90? º\r÷çÜ\9f    1#\ e\98¹\14\19î\ 23\ 2\1dúD\ 6mC\ e\18\ 2\ f=\92>-éW¤\19\856j\ 4:ReF\13¡Seú«V\14Þ©çÜ\91\f\88\84RÞÒ3¯\9c7\ 4q¨ù$6=\18ÎP¯\97\0²«m¤9©C ß×Ô®\14\eH\1aw¥x\ 1ÂÙ\95âÞ\86\84ö\91y_Ó\b\14;ïõ@kb®\N&\ e:ïÉçgñý<0¸ñ¾\1e\18\92ó\ 5°¤Ç¶\8a\0ó\ 2Øyb¨Y Z°U\11\92ó\ 5°sFJÅ\ 1Ó\8c Ñq°\846à×\13Cr¾\0\96dÔÍE\ 6D~X\a\1aÔ2 \ e~3ÜF{Rr\7f\9dÇy©d/))YÐ\8a\82<'¯=ZSUö\8aL\8f\95,bÊNsP\9fR\13°\87\86¤£-j\ 2öDÌÙ!5 Ðip\8a@\8aD\ 5öì\90ª8¸G·ÎdÉb\12â¸ØQ\13`\ 6ɯ&=è\fÛq\vñrväe ×wÃÉ\81ox¶^¶«\97À\1c>\91&\12.å¼\8f\80\99D\ fm\81\180\12mÛعN\10L\ 4:\87ÏôÌ#eìÒ\98·^á.\10\87\ eì\13\89V=ÅY\ 3MìTj ? ZõôBÃD·êéÙq{\16\17ôý-w\Èk0\11è\1cý Gb\1a¬\90\f\18\7f°A\19\10ª¼A\ e\88FvͧU\9ah\9aTs\14«ö³ã\eäL\93ïIA\9d\ 3?\12b\9b@\84\0\83io\82\8a\93\9a "Ù¬ñho*È\1fÜ\1aB:ýQ\eØÆ)Yj\86zr+\88ÂDÌßÖ\93Wp\96«Îû»¡_ºí\10\80\1c0÷w3"ÀÜH@\1c0\87\8e\ 2e@ Å\ 29 ª\fzn
\16­v[Ì,åë\10\9cC\8f´9)8«\8ei±íB\a-/\80\0õjÒô\90\ 3y,Ö¡\89\17´ì\15b\ eH\88L\8a^Án-\ 3f\90»M\95Û\ 4\80!\80ô\80z+\16é\ 1\93a×Ðâ'°=ÓÄlô\89\1d¬\8av\81\17´\vL\8a^\v%¡ßóÙæ`\86\81\85\16¹uæÑ£å¡SÝg[ZüÁxÚΠ.tÀ®;´ém\82Õ´\84vvZ\a\80\85~Ûl\ej\ 6dLÄ6\16y\80\8dí¦"½MPqpo*ê e·KÓÇf˳ÀR G2öA\1cmM    ÈÀÓÖä^\82Ñ#\rGSN[¿NÒ©1\1cg\96ië×=;\83Üg!Ð/[v\12Ã\13à\80yaT&\8c^\b0mM\88\ 3ê\85Q(DâÒ§t%\8ddÐéÃ\ fH\ f\98®¤ôP\ 6\vÚ\ 5¢j\99ä5½}  >´.Y\94\8b\10\19¬\8c\b0\18) !2\18I°òH\91Ú¡m\8a&!v.¾ÚüA\aê\16\93\f\86\83!G\ e¥\83Tçgª\9c¡Gb\86*æí\99WV¨ëß\85\19\11`4qFæÌÌ÷\\9enãòt\eWèÖ  cZ·g\1eI\91ªÛ\16ôyÎZ\88Ì\8dKìP\88\94¤\fQ¯      03\19´\81Þ½\8f\14¡=Ã<MÀ\1c\99é\1c:\97Ñ¿\ 6\fr\98¹\8c¶èØ>³<õIû`Ç\87\9aPlR\1cNv\9cÖª\93\82\9fìx!@\05U\84ÕÛ\10\93!\a\ 4Ò\93\ 1\9dÓÚïgéd\86'\13\aP\15ßSÌe(ÃN Wòk÷³ÌÓûð:-î~\16¹·Z\v\81êg\91¢ßE
+\ 4ÞU´9 Ðéc\10ϺÖýaÄ(õí¡9h\13¼[\b:¨åb\ e\f^MçF\92!V\bÄÉD \8dS\14¯VªÄ<|\94Ü\9a¤\80wC\16M\fs\97>\84Ë.س\bYÆW]8 \9a9J0\11è¤fmKh?TZ\16`M÷|Öp\10ºÛ¯\9e\88ÙëW5·;ò«Ã\1eö\v\aÌ ô\ 5Ø\ 2ó´\824w]}\1a\rJ\91\0¬\ 1
+\81\99í¸x=\8a\ 2^\18`mùé÷\18ñÉ\16`;\88\19\80Ü\15\ 1æ\85J\b´LçOÅì\10æ\10\13ñsy\16\18´\15b\14\18:=ì6\8fÒÁË(¾\13\95Ó\13//\81w\b?;).\ 4øN\8a\11\81Nr7#\ 2|'EMÀt\ 6\feÀwR\8à;)¦%²\9d\14\9a^^\ 4pÿä \ 6\9b\14§|ìã>\80iz\ 5ú\8fK\8aåÖYÔ4èóÜR~.\82hM:Ï-\15\ 1¦5I\eÀ/\14î­Iã4{½\b~@å.G\97cM+"À\1c;4Æ×\ 4\88r\8bL_®       0\ 6µ!\ eL\ 5\1f\1d\91\81o<¤fÅJß :óà7$DþêíH\88\9bT\13\7f\12 ê·Úý<R¤q\96¼Ð\9eYO\1d\ 5\19\131\9eD]û@\91\96\8c\17\80³Ü\bÙ   8ÇKÎ^cÒ4;òiL\9aý©CÉØ¡0o\95FÓ.´{\19d\18ÀÈ\16\1c06\117.§É¤\am°9\15\93G\1a#öÒ\a\19\1dÄ\1eL\9aØ\9c¸¤ÍË\17=°O\Òaê#§:NqóæüIq?²\85"\83¯j\ 2 §7\86«{s\v\a\10ô¤XÓË=ûÊèÒÀ]sÀäÈe\1eAM\80\98\11\aÔ(óÍ$\83Î=»ôp  \v\92\ 15\ 6\1cqÀÜý]×S\ 6ôeÅã¢\9eìBM\80\7fgs´\84vt\956;÷6\9eéi¯\10w\9c\a\84H¤³¤søÂ\ 1ñB¤\8c\9d\1aíB\aç!\87Bøu}Ôþ²\ 4â}ÆbÓ\83\ eL\9b\1fî\ 2ôHT;Eöze!\80\1d
+1B{\81æLÌ\b\95\87     v\ e|ÙåͶ\8dmEÚf\93"µÃs@»@\r8Az@¼¾¤m·S\9aÙ×\97\8eÂe\89²\84\1cß¿%\8fr\9fùÛF\8aÚÝT)\ 2\1aù$â\0¯Oº;\1cû\ 5gñÑQS«H\bÌ\ 43\85Y{\86Ô\ 3\97õ½\96\v\ 1&­¸\0\ 2Lã­<N8½\80ûOEà\9f#ßYp¹\84\13&ÕBpÀ¤Z\b\fLBÛÀÌ\17Y\97S\8a¾ù"Û\ 4\81I      ÊÝ]¿&mP\88Ì\83/ë³%èìç\9a\ 3&<Np D\12"\8a1T\ 4\98f\8a\1c!\vÌ\ 5\8fÌ-ð\84|\12\95\91CÆÀl\83Ì#ð\13\90q?\8e}T¨§G¿à<tÌÐ\9a\b¨· %0Í¿rëtdMí%,h\17\98F\82\1f\19Ô\exÕNJoC2 \1e\ 3\97\a\16Ý.©\84âUem\ 3ØL\81¡\9d\95\9c\16à\92îYÉÎ$º\fl\81\9aD\87TÙt踤ô¼þ <ui'Ô\1c\10è\14áaxfr\82Э[8\907k\8aD×8w߬i?×¢Xu\9fÙã97\9d\r\9b5\ 1¢f¨÷\9bj\ 2ÄèêYNð{>¥cL\1d \888`Z!´NR/\81\99\9c\15\11\ 1fr\96m\17ÚBÜòC!nP\91\98vO\9b\fÚ)\80\0e`Wå¬u\92\81\1e´   D¸\ 4\ 6i\8a\bPH3A\16\18¤        ÷\91@\9aZºu+BFûè\ 1\8a\ 3\ 2ãÒíË\18\9c9Aè\10\98ÉW\9fm¤»\10\8eÁUp\17\18¤9\9bdÐÁºÛC=Ð*EEÀñ´ \9f\83\r\19\93I\91¦ð\1dç\1dè\85÷ãI/\97Z=\1aÄ\94\8fmºØN+\ 6éÏ\9ar7­8Nl\ eÄØIlf\13\a\9d\81\ 4h  Ä\\89¢'øAtëÀe5èÍ\v\97\9123X3-Ïì±d\88³\98\89\ 6Щ1-§Ð -¶pA»¯@\8dÑî\7fùͯ~ý·Ó×ôõ\9bß¿\ eOû÷¯ÿ9ÿ\8fßüi×±¸½¨\96\97öüæ\9f¾þâ¿ÿË×/\7füíïþù?~÷×_\7f÷7\7fûõ¯ÿþ/ÿô\7f\7fû»\7fúú\9fÿïëïþáÏ\7füå\97¯\7fü\8bßþã_~ýí÷×?üñwÿëwÿþ篿úúÃ\9fÿü¯\7fýë_ÿç\7fþç÷\9fÿðÇÿøþçßýù×ÿ8-óïÿý\7füóÿùõ¿þÇþÝ÷\1fþü§_þòë7ÿûWÿõ7/îþ?¸ã\9eC
+endstream
+endobj
+215 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 659 0 R
+/Name /Im206
+/Width 8
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ø\ 3\ 4\15\f\ 2,\ 2\0yø       Á
+endstream
+endobj
+216 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 660 0 R
+/Name /Im207
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90``\0"\e\18ª\ 2£\8f Äø±\81ñ\ 1\b1\1fp\0\ 3
\r
\r\ 6ü\f\ 2ò\f\16ÿ\1fü\a"\0\9c=\12t
+endstream
+endobj
+217 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 661 0 R
+/Name /Im208
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc?À QÀ` ÁPÀÃPÀÇPÀÎð\81½á\ 33\10\1d\0¢
\apd\ 3E\aì\18\ fÈ36È\1df\90³c\90c`àGBì\r\bÄ|\0\84ìÁ\88ù\ 1\ 3\0\e­
+endstream
+endobj
+218 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 662 0 R
+/Name /Im209
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿøÿ@=\10³7Ø0P\86k\18þÿÿ\ 3Æì\r\f\ 5X\1d\b3\1f¨a`<`ÃÀð\80\83\81¡Â\80\81\81ÿ\0\ 3\0ì\87$\10
+endstream
+endobj
+219 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 663 0 R
+/Name /Im210
+/Width 8
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\ 2\14\80ø\0SE\a\91
+endstream
+endobj
+220 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 664 0 R
+/Name /Im211
+/Width 24
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿßPÿ¿\81ñ\ 1\ 3\15Ñß\a\fÿ\1f00?``\0¢\ 4\ 6\0\9b\9e ¶
+endstream
+endobj
+221 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 665 0 R
+/Name /Im212
+/Width 16
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿá?\10\ 2\0\14j\ 5Î
+endstream
+endobj
+222 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 666 0 R
+/Name /Im213
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccoøÀ \91ØÁ` ÜÁPÀßÂPÀ\ eÁ\1f\98\ f\ 1ñ\ 18®`|\0Ç\16@lÃð\81A\ 6\88ù\80\98\1d\88\99\e+\18\18\ fU00Ô\01\ 3\bÛ a94Ì\ fÅÿ¡\98¿\ 1\0T0\1e\12
+endstream
+endobj
+223 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 667 0 R
+/Name /Im214
+/Width 16
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\10`P`p`h`l`f`\ 3B\1e\ 6\19\ 6  \ 6\v0,\80Â\ f\f\ f°Â\ fp\15\10õ\12@½<`S\98\19\18\e\18\1a\80æ*0\b\0\0ÜO\13Ñ
+endstream
+endobj
+224 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 668 0 R
+/Name /Im215
+/Width 16
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`\10`\90`àa`\ 3Bf\ 6æ\ 6Æ\ 6Æ\ 3 Èð\0
+?0\14`\85\1f`* ê\19\e\98\e\98Á¦ð\0Í\13\0\9aëÀÐÀ\0\0R6\16\85
+endstream
+endobj
+225 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 669 0 R
+/Name /Im216
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81\9d\81\10üÎÀÏÀÌ\0\0\ 3p
+endstream
+endobj
+226 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 670 0 R
+/Name /Im217
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ£þ\87ý\ f\ 1\1e\ e\16\16\16&\ 6F\ 6\86\ 3\f\ f\18
+\18,\80ÐÆAæ\81Ì\ 1\9b\ 6\v\a\v\83\ 2þ\ 3\0 #\f\88
+endstream
+endobj
+227 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 671 0 R
+/Name /Im218
+/Width 40
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3`8Àð¡\82ñ\ 1s\87\rÃ\aæ\16 Á\ e&\9a@ÜCr\f\15Ì\a\ 1 Áø\0Lð3\0¥Ð\88ö\ 6 \14\84\ f$\16È4\14¸O\90q(pç±0x`Ãü\81ÿ\0\0ð¬!é
+endstream
+endobj
+228 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 672 0 R
+/Name /Im219
+/Width 24
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-±  \800\10\1f\ e\8c\85\18K\vÁ\eÁÒÎ\8c\92MÌh7JF°´\10ÎB\1fÏÝÜít;Ü&rO\19Ð\ e\154T0(°Á\ e\v\8c\90 Vľ*í\ eÿKZ\95\96ÅJ4Mu^I\ f\ 21f\1eÊ
+endstream
+endobj
+229 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 673 0 R
+/Name /Im220
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ȱ\r\800\f\0Á·\¸\83\96"\ 5#0\0B\8cÄ\b\19-£x\84\94."\85\ 4!]ñzi¬\9ddùÐr\8bßR+5\88á!v\82_E|Ò\82!\r\12#°<ÏäIý\92\8fú©eÓ²X¶\8e\ 4/ûu |
+endstream
+endobj
+230 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 674 0 R
+/Name /Im221
+/Width 40
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}α  \800\14\84á_\12H\13p\81 \8b\88\938\88\85\88\ 38\82Ã8\88\85#X¦Rß¡X\9aâ«òî\8e\90\81úô0º\99â`Ãít\84\89\86\12£\16\95hE#\86\8f\9eòZó\83½\7fzð:{±¨¨Ð¨ø¨¢¤Êô\94»Õ~٠Ŧ\85¨\91\9e\eÂã\1f\1d
+endstream
+endobj
+231 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 675 0 R
+/Name /Im222
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ÃÁ\r@@\10\86ÑoLÂQ\a*\11-(E\ 3\ esÓÖn'¨`O®ã\8fxÉKÏH\9d¬ÑÛI§æ\ 5\8e\80U7`ÑY÷ÿ\ 3v\83_Z\82!
+c4²æ÷\ 5â§\18\9b
+endstream
+endobj
+232 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 676 0 R
+/Name /Im223
+/Width 24
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿ\87\ 1\88Ø\e0Ñÿÿÿ\80è\0{\83\ 3{\83\ 2{\83\0\18q°7°°7°±70±70\ 2\95µ\83\91{\ 3\83z\ 3\83y\ 3\83x\ 3\ 3\ 4æ\ 6\ 6F\10\ 2\0I¿\1c'
+endstream
+endobj
+233 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 677 0 R
+/Name /Im224
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ÀÀÿ\87AF\8eÁ\80\9d!\81½Á\81¹á\0ó\81\ f\8c\a~0>\80 \ 2Æ\a\f\bt\0\88\14\98\e\f\98\e\19Ôx\18\14\7f0(0 #õ\a\fö?\18ìÿ1Øÿg°ag0`h\0\0\e{
+endstream
+endobj
+234 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 678 0 R
+/Name /Im225
+/Width 32
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM̱  \ 31\10DÑ/\14\12ÔÈqjÉ¡\ 3\83T\9a\12\14:07\1eã38xÁ,\9f\954uéÖ¤¨V.Û ò$R\10,nÜm·
+\94a\13\80¼ ½|<MÖÇWsÐ\1cÔ\9fuX§,\8d\8fú/ºÛ\a}îx%Qt\92õô«É\e\9aYJ\8b
+endstream
+endobj
+235 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 679 0 R
+/Name /Im226
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1fóÿÿ?þ£P\8cÿ\19\18Øÿ0\f4\ 5\ 4\98Ô@:é?¶À\ 2\0Ò>}\19
+endstream
+endobj
+236 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 680 0 R
+/Name /Im227
+/Width 48
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceϱ\11\800\b\ 5P8\8b\94\19Á5Òe%KË\8c\96Q\1cÃ\8eà'\9eH(^Áýãø":M\9c,ÄÒUª0Ã\ 47'_\9f\14-ÓcQ\8fÓ  ïG\86²h{ËÌ|ñr\ f¾¿µhrf¸ÃjM  ­\7f\ eá¤iA
+endstream
+endobj
+237 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 681 0 R
+/Name /Im228
+/Width 40
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\1fÿá\ 4ã\7f\ 6y\10Á\ e"\18ÿ\0 \ 60Q\ 3'là\84\f\87\85`\18(\ 2è\97\ 6$\ 2\0 FG_
+endstream
+endobj
+238 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 682 0 R
+/Name /Im229
+/Width 48
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\ 3\ 3Ã\7f$\92ñ?\ 3\1dÉÿÿ\ f\80É\1f \11ö\7f`ñÿ`²¾\ 1\1f\0\93\ f@¤<2ù\81\b\12I=Ä\ 4\88i\10\93ÿCm\ 4Zþÿ\ f\98ü\0&\19\18\08\18Y!
+endstream
+endobj
+239 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 683 0 R
+/Name /Im230
+/Width 24
+/Height 6
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÁ\7fT\ 4\0¤:\115
+endstream
+endobj
+240 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 684 0 R
+/Name /Im231
+/Width 48
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dϱ\rÀ \f\ 4\14\94\8cÀ(\8c\ 6£e\14F ¤@yð»\0\89&\12º\8a·ß\0Pe\81A!î\13\87w)¹ª©©\91\86®zsü¶ïl°iu\9b\v\atÚ´\83\1fª°\8fý\91ÄVéÈƳÛe¼vY6s\ e\83ãöF\8b\14s\8d
+endstream
+endobj
+241 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 685 0 R
+/Name /Im232
+/Width 72
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuб\r\830\14\ 4ÐC.Üá\ 5\90X\83\8e\95²\81ÿ&YÅ(EÊ\8c\90?\82K
\85\90\86ÿåHw§W\1f)\11\89,¤$1è
+Æ#\8a&fõÈÕ\83\93\ fÿ\10¶Þ!®Ñ!Õ \16£~ÛÄ\ \16Yp³ 0\19,;0´ñØ\80Þà¹\ 2ÑàU\81p¿â­8§\ 1\16\0\87óù\ 3ù\82\ f«c\9a\81
+endstream
+endobj
+242 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 686 0 R
+/Name /Im233
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÍÁ\r@0\0@Ñß\12\1c$µAMRF2\80ÐÑ\8cÒ\11\1c\1d$ÕFI{y×ç]å/\1fÑ0Ñ\80F\82ùÙ\10°&,7X®ÄîÏÄ,\ 2cår\86öøP\81NÙD¯\ 3uø^¤)\10kA|r\96\92\11\1e\9c{"î
+endstream
+endobj
+243 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 687 0 R
+/Name /Im234
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`þ\7f\80\ 1\84\19l\18\bâ?6\fÌÍ6\fì\f{\18ø\18j\18ä\80Ø\ 6\bk ¸\ 2\88\7fàÀ\15Hê@\10¤\97\8f!\ 6hV\ f\ 3óa\1e\ 6\86\1a\16\ 6\0¨\9a\18Û
+endstream
+endobj
+244 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 688 0 R
+/Name /Im235
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀ|@B\86\80\99\80á\9e@\ 2\83\rÃ\ 3\14l\aĶ\f\1fÀئ\ 1\88\1d\82ÁF\ 1\84-\18l\ 4d\80X\ e\88ù\18,8Ø\19
+8\98\e\128\18\1e\1c``°g`\0\0\8d\80\16-
+endstream
+endobj
+245 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 689 0 R
+/Name /Im236
+/Width 32
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]͹\r\800\10DÑo\83¸\ 2 \0$(\81Ð\ 1\81\fÂÍhË¥P\ 2\r ±\\12\10<\8df\92\11Àÿt?õ£\15êq!\13GN£J
+R\92S$*\1c,fy3ð\81<L@6ÁÏz|¤v¯{Ǫ&=½d\fÄ7\8bÃ(B\ fý\b\ 1\1eâ\1fF
+endstream
+endobj
+246 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 690 0 R
+/Name /Im237
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÀÞÀÃÇã`Á(£`Àð\87¡\80Á\ 6\8c?À±\1d\10Û2T\80±M\ 3\bÛ0Ø8Ø0T8È0T(ð\ 11;C\81\ 2\ 3\ 1\86\87\a\18\18ì\19\18\0E\1c\13\9e
+endstream
+endobj
+247 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 691 0 R
+/Name /Im238
+/Width 32
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÎÁ\r@@\10@Ñ?l²N\888\8aÐ\85\83Ã\96¤\ 2\99DcJQ\81\12Ĭ\10âð\ eÿö\15Ð\8fðÓ=fè\17¥b£f2\83iÈhMn\8a\8bÃëWò"\12¿#nDÒ\ 3±F½¢i´\12"ÙèLyË\8c\93\95D\14±\ 1fN.i\18÷
+endstream
+endobj
+248 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 692 0 R
+/Name /Im239
+/Width 8
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cspP\10\10\10à\0\82\8a\1f?~\140 @\ 1\88\ f\0\b\89
+endstream
+endobj
+249 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 693 0 R
+/Name /Im240
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f fo\90\ab\10d\ 6bF f\0á\ 3\80\86\19¨\85ÿÿ\83`\0\1fñ
+endstream
+endobj
+250 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 694 0 R
+/Name /Im241
+/Width 24
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`g°ài\90\91q\90\91Q\90á\ 3"\ 6> b\a¡>v\ 6wf\ 6÷f\ 67w\ 6\e;\ 6\0\ 5\1e
+endstream
+endobj
+251 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 695 0 R
+/Name /Im242
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE±\11\80 \f\ 5ÐïÁ\19
+\8f0A`\90\fÃ\18)ѹ\18Å\11(-=lx÷ªëc/\16\93Å`2+{e¨Ì¢È\ 3\19\90\ e.àtp\10öBW¤ó¦fÔàúº=+ÆÌ\7f¼ø\0hy\17\9f
+endstream
+endobj
+252 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 696 0 R
+/Name /Im243
+/Width 40
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿ?\ 3\10ÿo\0\13\f¤\0\84¶z\90)\0¸Ü\18é
+endstream
+endobj
+253 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 697 0 R
+/Name /Im244
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ@Áþÿÿ\a\ 5öÿå\19
+\18\1f°@\88\17(\ 4ã\11\14\82¹  F°3¢\10|\f\8dÈ\84\f\83#\94°`PD&
+\18\ 4\91\89\a\f\9cH\ 4ë\ 1\ 6V\bÁÞÀÀüà?\90ø\ f&\0â\1e7x
+endstream
+endobj
+254 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 698 0 R
+/Name /Im245
+/Width 40
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUͱ\r\80 \10\ 5Ð\7fBÔÂ\ 4\8eà\0Æ8\96å\8dÆ(\8cp¥Ý       Q\12®yíÓ\14\94µ\12\81\a\v ð\95\11$\18\83àR\a\87§Â\15гÅÆ~\16Ö£1ß\ 6/\ 6\97\r\94\f\v©\83 ä
+endstream
+endobj
+255 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 699 0 R
+/Name /Im246
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ͱ\r\830\14\ 6á3F1\9d)SA\ 6¡È(\19Ã\ 5\12o\84\8cÄ(\1e\812\ 5\92ó?
+\9a¯;]«±Õædã$B!À\ 1\16Ä;TøÄ\1d^I\8cÉà\99\81a\16ý$\1e\8bèV\11\8asÜ(%:éâ+ò fgêÅÒ\89US\8a¦º\9a§»§ÕÓ\1fÛ\99\9a\ 1yn$Ï
+endstream
+endobj
+256 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 700 0 R
+/Name /Im247
+/Width 8
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs8ð !¡  ÀÂÂÂÆFNN\8e\a\0\ 5w
+endstream
+endobj
+257 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 701 0 R
+/Name /Im248
+/Width 16
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK°x\90Rð¤à\11\10>°<`ß`Ã`Å Û&ã.£,#ÇÇ\0\81ìP(ß\0\0\89³\vÅ
+endstream
+endobj
+258 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 702 0 R
+/Name /Im249
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ¿ÿ@\ÿÿÿ\1f\ 6\ 2à\ 1\10ÿ\0â: ¶o``à\a
+0\83\ 4þ\11%`\a¡A|\908H\9e \17l\1fÈ^\0Õ\b
+endstream
+endobj
+259 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 703 0 R
+/Name /Im250
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3`¨`¨`<Â`Ãx\88Á\86\19\84\ f\ 2Ù\ f\19ä\18\1f4\01\83\1cÃ\a\aªCÆí\r6\b\86Á}\81\ 5\83»D\ 1\83\rû\ 3\ 6\0s\9b\15\17
+endstream
+endobj
+260 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 704 0 R
+/Name /Im251
+/Width 40
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`<ÀÀÀ@=â?\10\b*\9a\f&\0ï]%\95
+endstream
+endobj
+261 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 705 0 R
+/Name /Im252
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀþ\9f\81ÿ\7f\83üÿ\ 3öÿ\1fÔÿÿ\0AÿÿÿÀDpY J z . ^Æ?\f\0ß\f2i
+endstream
+endobj
+262 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 706 0 R
+/Name /Im253
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%Í1\ e\82@\14EÑ;\8eqì ¤0\81\958.\85\85\10\18WÂVFWbeMaAA\18ß×â\9fæçæ\95Õ\95½\18áEÌ.Ó&\12\11n\¡g\84\8e\ 1jVh\9c\ 5\8e^\9cÔp\b\19\eÌ     \98uLÆh\fƦ³ô\8fÿ\18o\11\9e¢z\18wµm\12\9aî­ï,­Ñtcé\ 5¿é?\15Êòã\vrf-I
+endstream
+endobj
+263 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 707 0 R
+/Name /Im254
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\95\8e!\12\800\f\ 4¯\83¨\8cÅñ\8dº~\vG\9fÖ§ô      \91'\98\86\ 4T%fgÎì-`\1d\10#PmÂWmi"÷L¤!
\fÇá8k\ f4 \\v\8bUPBúéã\88òB\91è\19\e=H\18iôÈ\9b\9e«Å=m\7f\0tG;Z
+endstream
+endobj
+264 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 708 0 R
+/Name /Im255
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%ʱ\rÀ0\b\ 4ÀG\14\1e#\8bDÊZîìÑÈ&\8cð¥\v\ 4A\8atå½\81ª\9dj!~à\ 4\9b7!\94X\1cåWÙS{%ê \81\ 3Pì7Õîa\1d\ 3v\19)O
+endstream
+endobj
+265 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 709 0 R
+/Name /Im256
+/Width 24
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ¯\1e\8c\18þ1P\11=øÇð\1f\8cä!"r\f\f|\f\0\9a%)`
+endstream
+endobj
+266 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 710 0 R
+/Name /Im257
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ͱ  \80@\14\83áÿ¸â\95\8eà"¢kY\88w£9Ê\8d`i!\17\83(ákB RG\9f"±Øh\83\85\93\8f µ\9mµ\19\18\10\87\9d\90/H·Ëþ)¿:ÙÎRõ*?¯Ä\96:sÜþ»\b5\92à\ 1JÓ2\83
+endstream
+endobj
+267 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 711 0 R
+/Name /Im258
+/Width 24
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK\90cx`ÈPPÈPPÐ\0A\16\ 5\f@dy\80Á\9e\81A\9e\81A¦±AÆù\80\8cò\ 1\ 3|\1c\ e\r|\f\fìH\88¹\ 1\81ä\ f0\0\0Sr\11R
+endstream
+endobj
+268 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 449 0 R >> /XObject << /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im73 80 0 R /Im54 61 0 R /Im53 60 0 R /Im132 139 0 R /Im86 93 0 R /Im137 144 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im58 65 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im115 122 0 R /Im73 80 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im116 123 0 R /Im56 63 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im79 86 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im57 64 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im116 123 0 R /Im56 63 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im252 261 0 R /Im120 127 0 R /Im53 60 0 R /Im58 65 0 R /Im55 62 0 R /Im73 80 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im71 78 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im79 86 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im60 67 0 R /Im59 66 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im184 191 0 R /Im64 71 0 R /Im56 63 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im53 60 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im116 123 0 R /Im56 63 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im86 93 0 R /Im252 261 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im55 62 0 R /Im64 71 0 R /Im63 70 0 R /Im73 80 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im58 65 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im116 123 0 R /Im53 60 0 R /Im67 74 0 R /Im71 78 0 R /Im115 122 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im69 76 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im55 62 0 R /Im115 122 0 R /Im64 71 0 R /Im63 70 0 R /Im64 71 0 R /Im57 64 0 R /Im73 80 0 R /Im60 67 0 R /Im61 68 0 R /Im116 123 0 R /Im56 63 0 R /Im57 64 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im53 60 0 R /Im86 93 0 R /Im259 270 0 R /Im107 114 0 R /Im123 130 0 R /Im122 129 0 R /Im228 237 0 R /Im229 238 0 R /Im232 241 0 R /Im227 236 0 R /Im124 131 0 R /Im226 235 0 R /Im126 133 0 R /Im127 134 0 R /Im260 271 0 R /Im122 129 0 R /Im124 131 0 R /Im226 235 0 R /Im124 131 0 R /Im226 235 0 R /Im227 236 0 R /Im261 272 0 R /Im262 273 0 R /Im263 274 0 R /Im263 274 0 R /Im262 273 0 R /Im264 275 0 R /Im265 276 0 R /Im266 277 0 R /Im267 278 0 R /Im268 279 0 R /Im269 280 0 R /Im266 277 0 R /Im262 273 0 R /Im125 132 0 R /Im227 236 0 R /Im228 237 0 R /Im107 114 0 R /Im124 131 0 R /Im122 129 0 R /Im126 133 0 R /Im123 130 0 R /Im107 114 0 R /Im123 130 0 R /Im127 134 0 R /Im126 133 0 R /Im125 132 0 R /Im127 134 0 R /Im227 236 0 R /Im125 132 0 R /Im122 129 0 R /Im123 130 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im124 131 0 R /Im122 129 0 R /Im126 133 0 R /Im123 130 0 R /Im120 127 0 R /Im53 60 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im115 122 0 R /Im55 62 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im115 122 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im79 86 0 R /Im60 67 0 R /Im69 76 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im55 62 0 R /Im71 78 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im71 78 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im60 67 0 R /Im69 76 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im80 87 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im67 74 0 R /Im53 60 0 R /Im66 73 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im57 64 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im55 62 0 R /Im59 66 0 R /Im73 80 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im79 86 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im64 71 0 R /Im57 64 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im54 61 0 R /Im69 76 0 R /Im56 63 0 R /Im54 61 0 R /Im60 67 0 R /Im53 60 0 R /Im71 78 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im115 122 0 R /Im55 62 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im62 69 0 R /Im57 64 0 R /Im64 71 0 R /Im67 74 0 R /Im64 71 0 R /Im270 281 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im78 85 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im61 68 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im69 76 0 R /Im66 73 0 R /Im76 83 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im115 122 0 R /Im64 71 0 R /Im79 86 0 R /Im59 66 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im64 71 0 R /Im56 63 0 R /Im79 86 0 R /Im80 87 0 R /Im64 71 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im79 86 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im64 71 0 R /Im57 64 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im201 208 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im202 209 0 R /Im203 210 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im202 209 0 R /Im204 211 0 R /Im71 78 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im201 208 0 R /Im71 78 0 R /Im202 209 0 R /Im203 210 0 R /Im71 78 0 R /Im202 209 0 R /Im204 211 0 R /Im132 139 0 R /Im64 71 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im53 60 0 R /Im64 71 0 R /Im61 68 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im61 68 0 R /Im202 209 0 R /Im203 210 0 R /Im64 71 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im202 209 0 R /Im204 211 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im79 86 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im201 208 0 R /Im71 78 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im60 67 0 R /Im63 70 0 R /Im69 76 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im79 86 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im130 137 0 R /Im60 67 0 R /Im56 63 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im132 139 0 R /Im60 67 0 R /Im61 68 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im69 76 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im61 68 0 R /Im69 76 0 R /Im57 64 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im55 62 0 R /Im139 146 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im133 140 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im60 67 0 R /Im63 70 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im64 71 0 R /Im65 72 0 R /Im76 83 0 R /Im57 64 0 R /Im54 61 0 R /Im69 76 0 R /Im186 193 0 R /Im186 193 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im76 83 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im130 137 0 R /Im64 71 0 R /Im86 93 0 R /Im53 60 0 R /Im86 93 0 R /Im71 78 0 R /Im85 92 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im132 139 0 R /Im58 65 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im69 76 0 R /Im56 63 0 R /Im54 61 0 R /Im60 67 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im69 76 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im73 80 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im79 86 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im201 208 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im202 209 0 R /Im203 210 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im202 209 0 R /Im204 211 0 R /Im71 78 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im201 208 0 R /Im71 78 0 R /Im202 209 0 R /Im203 210 0 R /Im71 78 0 R /Im202 209 0 R /Im204 211 0 R /Im132 139 0 R /Im64 71 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im53 60 0 R /Im64 71 0 R /Im61 68 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im61 68 0 R /Im202 209 0 R /Im203 210 0 R /Im64 71 0 R /Im58 65 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im69 76 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im79 86 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im202 209 0 R /Im204 211 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im201 208 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im61 68 0 R /Im202 209 0 R /Im203 210 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im67 74 0 R /Im115 122 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im56 63 0 R /Im130 137 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im132 139 0 R /Im57 64 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im202 209 0 R /Im204 211 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im201 208 0 R /Im64 71 0 R /Im55 62 0 R /Im137 144 0 R /Im233 242 0 R /Im253 262 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im130 137 0 R /Im137 144 0 R /Im62 69 0 R /Im72 79 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im71 78 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im73 80 0 R /Im132 139 0 R /Im86 93 0 R /Im72 79 0 R /Im60 67 0 R /Im57 64 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im192 199 0 R /Im115 122 0 R /Im53 60 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im119 126 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im55 62 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im79 86 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im86 93 0 R /Im271 282 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im69 76 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im80 87 0 R /Im53 60 0 R /Im69 76 0 R /Im53 60 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im272 283 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im273 284 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im201 208 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im64 71 0 R /Im65 72 0 R /Im59 66 0 R /Im64 71 0 R /Im57 64 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im201 208 0 R /Im203 210 0 R /Im71 78 0 R /Im86 93 0 R /Im86 93 0 R /Im86 93 0 R /Im71 78 0 R /Im201 208 0 R /Im274 285 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im275 286 0 R /Im130 137 0 R /Im201 208 0 R /Im203 210 0 R /Im132 139 0 R /Im71 78 0 R /Im86 93 0 R /Im86 93 0 R /Im86 93 0 R /Im71 78 0 R /Im275 286 0 R /Im130 137 0 R /Im201 208 0 R /Im274 285 0 R /Im132 139 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im79 86 0 R /Im58 65 0 R /Im55 62 0 R /Im119 126 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im201 208 0 R /Im203 210 0 R /Im71 78 0 R /Im86 93 0 R /Im86 93 0 R /Im86 93 0 R /Im71 78 0 R /Im201 208 0 R /Im274 285 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im115 122 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im65 72 0 R /Im76 83 0 R /Im57 64 0 R /Im115 122 0 R /Im73 80 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im202 209 0 R /Im203 210 0 R /Im71 78 0 R /Im86 93 0 R /Im86 93 0 R /Im86 93 0 R /Im71 78 0 R /Im202 209 0 R /Im274 285 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im201 208 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im71 78 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im201 208 0 R /Im71 78 0 R /Im202 209 0 R /Im276 287 0 R /Im71 78 0 R /Im202 209 0 R /Im277 288 0 R /Im132 139 0 R /Im71 78 0 R /Im278 289 0 R /Im71 78 0 R /Im279 290 0 R /Im280 291 0 R /Im87 94 0 R /Im135 142 0 R /Im71 78 0 R /Im86 93 0 R /Im86 93 0 R /Im86 93 0 R /Im71 78 0 R /Im281 292 0 R /Im102 109 0 R /Im71 78 0 R /Im278 289 0 R /Im282 293 0 R /Im283 294 0 R /Im279 290 0 R /Im130 137 0 R /Im135 142 0 R /Im132 139 0 R /Im64 71 0 R /Im55 62 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im64 71 0 R /Im61 68 0 R /Im275 286 0 R /Im130 137 0 R /Im201 208 0 R /Im276 287 0 R /Im132 139 0 R /Im284 295 0 R /Im275 286 0 R /Im130 137 0 R /Im201 208 0 R /Im277 288 0 R /Im132 139 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im80 87 0 R /Im64 71 0 R /Im53 60 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im281 292 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im79 86 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im71 78 0 R /Im281 292 0 R /Im130 137 0 R /Im281 292 0 R /Im285 296 0 R /Im135 142 0 R /Im132 139 0 R /Im286 297 0 R /Im138 145 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im233 242 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im79 86 0 R /Im57 64 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im287 298 0 R /Im107 114 0 R /Im229 238 0 R /Im229 238 0 R /Im228 237 0 R /Im288 299 0 R /Im122 129 0 R /Im123 130 0 R /Im289 300 0 R /Im261 272 0 R /Im262 273 0 R /Im263 274 0 R /Im263 274 0 R /Im262 273 0 R /Im264 275 0 R /Im265 276 0 R /Im266 277 0 R /Im267 278 0 R /Im268 279 0 R /Im269 280 0 R /Im266 277 0 R /Im262 273 0 R /Im124 131 0 R /Im126 133 0 R /Im124 131 0 R /Im226 235 0 R /Im227 236 0 R /Im107 114 0 R /Im228 237 0 R /Im229 238 0 R /Im226 235 0 R /Im107 114 0 R /Im230 239 0 R /Im231 240 0 R /Im227 236 0 R /Im124 131 0 R /Im107 114 0 R /Im232 241 0 R /Im227 236 0 R /Im124 131 0 R /Im226 235 0 R /Im126 133 0 R /Im127 134 0 R /Im233 242 0 R /Im63 70 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im65 72 0 R /Im76 83 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im64 71 0 R /Im66 73 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im63 70 0 R /Im73 80 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im115 122 0 R /Im73 80 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im55 62 0 R /Im63 70 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im58 65 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im55 62 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im55 62 0 R /Im71 78 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im80 87 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im79 86 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im115 122 0 R /Im55 62 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im80 87 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im69 76 0 R /Im64 71 0 R /Im115 122 0 R /Im64 71 0 R /Im63 70 0 R /Im64 71 0 R /Im57 64 0 R /Im73 80 0 R /Im290 301 0 R /Im60 67 0 R /Im80 87 0 R /Im60 67 0 R /Im61 68 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im56 63 0 R /Im73 80 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im69 76 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im290 301 0 R /Im60 67 0 R /Im80 87 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im69 76 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im71 78 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im69 76 0 R /Im56 63 0 R /Im54 61 0 R /Im60 67 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im69 76 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im55 62 0 R /Im64 71 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im131 138 0 R /Im53 60 0 R /Im57 64 0 R /Im201 208 0 R /Im115 122 0 R /Im53 60 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im291 302 0 R /Im115 122 0 R /Im53 60 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im201 208 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im53 60 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im132 139 0 R /Im71 78 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im294 305 0 R /Im295 306 0 R /Im296 307 0 R /Im296 307 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im298 309 0 R /Im299 310 0 R /Im295 306 0 R /Im296 307 0 R /Im300 311 0 R /Im71 78 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im202 209 0 R /Im280 291 0 R /Im291 302 0 R /Im55 62 0 R /Im65 72 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im132 139 0 R /Im283 294 0 R /Im301 312 0 R /Im301 312 0 R /Im301 312 0 R /Im301 312 0 R /Im302 313 0 R /Im202 209 0 R /Im303 314 0 R /Im280 291 0 R /Im291 302 0 R /Im285 296 0 R /Im87 94 0 R /Im202 209 0 R /Im102 109 0 R /Im301 312 0 R /Im301 312 0 R /Im301 312 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im285 296 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im201 208 0 R /Im71 78 0 R /Im202 209 0 R /Im71 78 0 R /Im202 209 0 R /Im303 314 0 R /Im132 139 0 R /Im283 294 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im53 60 0 R /Im304 315 0 R /Im301 312 0 R /Im301 312 0 R /Im301 312 0 R /Im301 312 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im305 316 0 R /Im306 317 0 R /Im305 316 0 R /Im67 74 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im306 317 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im69 76 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im61 68 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im307 318 0 R /Im293 304 0 R /Im55 62 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im206 215 0 R /Im202 209 0 R /Im203 210 0 R /Im307 318 0 R /Im293 304 0 R /Im202 209 0 R /Im204 211 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im203 210 0 R /Im132 139 0 R /Im308 319 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im204 211 0 R /Im132 139 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im203 210 0 R /Im132 139 0 R /Im283 294 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im204 211 0 R /Im132 139 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im203 210 0 R /Im132 139 0 R /Im309 320 0 R /Im292 303 0 R /Im293 304 0 R /Im130 137 0 R /Im202 209 0 R /Im204 211 0 R /Im132 139 0 R /Im71 78 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 269 0 R
+>>
+endobj
+269 0 obj
+<<
+/Length 712 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}K¯5ÍNÞüü\8aw\b\ 3öé®K_\18F\ 4)\93\bÄ\192Ià\10H¸s"\94\7f\9fÕ«íÞ»z=åòã\16\12\1fûEíå²]®§\¾üÛoþò׿ýfþõ\9f¿ù·ß\94¯\9c¦_Ó×4éÿþ\93ó\9föå+/Ó¯5¯ï?ÿæ\9f~óÛÿöOkùõgÿò\9b¿üñ}úÚ¶Û÷Ë×V¦_ó4}ÍÛA`\7fÿ}\12X>\b\0\ 6\96¯9\1d\ 4ÒE`¾8¨+ÁÁ\12åàü§yÚ\81\f^ÿp#P¿Ö\ 5\13\98\v Pw?\a3âàS\v}\ eÒ\868¨~\ 2\96\0\b\88\16²rÐháC\8d};(»Ë\ e \aùõ\9f¹ª!5BÌ\ 4\ 1(DÂ\90\16\ f\ e\f\ 2\88\ 3×n\9c§¯ôúr^ÓW}\89\7f-ÓW]\94Â\9cÓ\9dÄüUÊ\9dÄ×´\1d\14^\ 2J\a\ fåý÷Ia[î\ 4¶¯åN@,a[\81%ÌÙc
+"\ 6è\94\88\r\99¦\19\98Âk\9bºYH\13b\81Pez)Ä£J F%\0­qó\v!­Q\9fp*2å\14ÝÒÂA\86\1cøvä\9b\83² S\9a}k8ötzê\14Ò2»\9cB÷xJË\8a\8e'\ f\a\15Y\92S\8fï%¼v´G\ 6}=n\90\ 3\86\0< ?|\8aAÀç\18ûB\84.åS\88]\ eò\ 4íÀ¿\84<Õèfh\91ZZÌ\15\188I\9câ\v+X\86hà¤\f8øT\82A`\ 5\ 4>ýº\81\93 \fü2\9c\93Êà'\81\17üò\83\84\ 4\84 ^µ%à7¤9û\84Ð'P¦\87z,å)\81-ªG±åªBÜÌ£©O`A\ 4\98\93eV¿Þ
+\81Xú\82ýø2q¿\18·§¦´!Sr)R@û>]k /oÓ\e§Î{\11\ 2å«~s@\\9dö\87>%M>!öA\8a\81-\1aP\11rÀ`Mè\11<vpª1¥âRc\9f\83äÛÐ\ 6TDgËç\12úp9#;ø\84Ë}\ eJuí\85îÅ)½.°ï\8bSÊæÅiýJ\136¤º\ 3CZ     À¾ K\   \98µ>µÄ5ìPnP3ÌÁ¶#\7f@È`G\96øéPú\96¸Ã½ða\89]\9f\985 5ð\89Ý£I\91â\cW\96\v)Îk\14)\16Ä\ 1\81Ó¦M8øIÀ\8bÓÞk\98Å\1f´kð \ 4\85\8a        ­Ásc\90³1­\97\14É\80\96\ 2½ÙÅA\9f\80\ 2=~ J "\ 2\ 4ÀP Ç\e\82\ 2½Å¥F#¤\ 6ÕH\98â\ 2w\13qïZûI\fi-.C\ 2\a\8b¼\19ì¦íÃ¥õ\97°mh   \fN\9c£{A8Ø+°\83Ï£Í@i\ 5,\81AÛI\9f ¢\9b\19\10 Ðv\9a}\1e¥{²$½þ¾8    ¡í\ 3(~.\81AÛÉ'D#(\99\9f9\84\94!\a\ 4Â(H\8d\8c\1d\96\89\88\ fNÇ3ª        Y p\1aö\8a\84\10\96§jX\91)2PsEg\13ñô\99\14õ\8a·°è`7õ\ra\83B$öó\8e\ exæҳ˥çu\87µ.=\90\83\17>ùµ-oÏ´¼èÔI¿Oõó½jzÓo(¬_Sz£Ý·\16^ õ\87cODTQ"³\a\ f\96)v\11ÿ,\8eýFÀÿTs\84%\ 1\ 1"\18\95N!´\ 4\98`T\16Sl¤è:_\15¬îÑ%|\a\15?\97À¼Ù\1d\1e=ö        \bؼI\91y\0\9e\\1c\18`³>\15ÂêcÁ \0w\ 3a        âWG\96` Í\fv4sýÜ !\10KØÑ\86^>üj\7f       ûþl     i\82\1e\81!\10¶e\ 5\9bßZ\88Å\ 4å\ 6~\13"\83\15\91%2'|BvÀp ^qdH}!æÕ%Äþ     _ \aÄ    _\91?pa\f\8dJVp20\80{yjÊ\8bÏ\ e\0HÉ_ÓrbÍ\ 3¤,/¨ð\rRÖÙ/\83õ©\f¶ðÁ \80}\83^\99Ø\v»O\vÆ\v:äÀ\1f\91»^Ð\aB\1cÆE\97}5o¯]¯¼ë÷\93\89×û/ðr°\1dÉ\bÜ^\¾\96å;,z\10ø\ 6»\v\11\8f\93\97¢\96\ 3â QÑÑ\12ú8ñòÉS\13F!Ö QÍø\1aäýû¶\ 6\898 b\10\1a\16½\19\12\11\94¬\ 5É\80\88«Vd\8a\8c\10%U1n\bË\ e6\93/\9e&»aõí\ 6\ 3hîH\bÄÛ±:UÞ\10n@\937E\8d\8b\96K\8a±äç}uù4\ 3'NÏ,)MP\88\ 4B\99Ñvdb\10ó\99±º¼ÔiÅ úÇ»<õÜly#BAi{¨\ 6è\15\99xZFj`ð~Þ£¦(Áår^\18\96#¤c\1cÏF`\159v\ 6®×\87\8e]±nر_X·å \80uy;P¨\9a\90%~`]#,\8a8`´°!\8f¤rlètd2\9fw\b\93ü@ñxÂ\a\83å\f½*\95n
+íÀoH\92\ 3°¬M
+=q´é
+V:ëø\16Um        0/øb\ 6k0ý\«jn\1c\10q¤T\0\ 1&\1e()ø#-\18`9¡%|\10èã\83,w\9eÕ.\8e2\ 2Ã;Ð\ 2\ 5ø\v\92"\15\96õ        ¡o\8a\15n\ 6"\9c·ÌH\8aLaÏS\19HePÀ\145\89àÛ\10b/ð+2\ 4æ\85`\83\ e\81\ 1Ë\93k     }!îh;21\90Ií`PWdP@¦H\ 4Ç\ f´ì1Å>\a32ÅÏÍ`Ô\15ùN\86\94lÓ°\1e5Ût¤G#Y\14j\81I\16\85B$nMRí8´$\ 3ì>t)©ú\\8a\91nZ\9f\1dÐi\9d£ûñ»²       \10`^àÃ\1c(\81\87\8aË\ e\84h`Õð     ¯h\19Â$\7fX3ÿ@z¡°¦bÕÅθ5 æ\f\b¸\94 H\11\12`Þß!\ 1¦\80\eÉ\80        jfÈ\ 1ó\80_]\1cô³ $ÛôFÀïT5YôF\80H\94¬\12\81X\82e\fs]£\1c(Lói¡O`EBtݾ\15¦ÕK\ 6Öý¿\8fó6\89\f/\83Ê(#¬\8aôÈìg}~\ fo\86\1dZ\12\93-\9a\80\10\ 25=#K2`\9a\ 4v\e\ 2T\8e_\82,0Ïç>)\1a1I\9f\10\f\ 2È+2\19\0Ð'Q\ 4JT\8fZ¾¹,É\88Iî¾ýh${\16`JLý÷\8a\84ÀÔÔ¬>\8f`\84\ 4¡Gð\84\ 4E\ 6»o3\180kE~Õ/Ä+$\18õ\byBjdjb\14)Öh
\ 5´j´\1eD¡b¥\93vµ[Ð~­!Vp*iMK\r¦Àk\r\ 4">~aÅ\81\10Çoð5Z\13\93!\a\ 4ÌÉH\8dD^Ô\\92K\8d\ 6VDZ \82\8a\93k  }¸«÷ï\96\0\ 1wõ      ~°\17ú\9dz\96õ|÷¬\ fs¯ó ÷º\v6Õ¡\94&£çãû~B\8d\1cm9\98Rt¹\93\14\19\17¿   pÀ¤\10¨7h \10\1e1!\ e\98
+¹ä\93Áx3çh¶lFjdÂë\9aú]¢    ¿eu     qüÄ\90í\14C#\9f\ 6ª\91¸²,>-\18\ 4àfb\12¿·¨%ê½/?\94Á\868`\9a\11î \19\12CÀg\89ý@\90ÂÄv    LÞ64e¦Êp~¦Æ\ 4]\1aÓ7L\ 1NÔ+§ô\94\83\8c8\0w¦>Ü\97Äí°KJÐ)2j(\90\80ÿ\ 1þz \88\9e®×Ís Çþ­m\85N\91xf\81\15\12½ìZ\82Qã·»<\8a\19ßÿ$@Õ\1dï¾Ãm\98x=\12B7\7f>O\ 24s0\7f^\ 3ü9\9c4¬KHÁt\98Yß]\e\ 2L>\8c"Ådgô\18\ 4\80\80\9a    É\80ÊFA\1cP×¾\84\96@\ 4§Õ«f:9Mï\8då"\10ËbÐp\Ã\ 1Ñ"çxcx&Ä\ 5\9a2\ 3ô|j4°ê\1e5e}c(@\88̵k\vo&}¤¨>\8fb ½        \99"\ 3\153"ð¡\ 6\83Àââ ¿\19¤È0´\19ÞAQi½}ó(Lã1dË\84C8°¦Ç!\98©Û\9f\ 4¨ãU_9¢û1A¯He^W\97\1eû\99×\9aº\9dÂ\99×È©\111Íë\95c D\ 3k&\97Kés O·Q¿\9câ~YÓaöèá¦h7|¼*\ 1(\ 3\1aÊ\80ȼÞÐÑBe^\17\97W5²Y \f\98Ìk¤\85OCê\86e/´\9cèr\94×\87/\9a«\84e_\98w½D\90>/n¨%Æö\95¶7Þ>)¤÷\9fâ\14§OÄߥpáå\96Dòì'¡ põFá#:\fÚV)\ 5ÄÃË_;ìY(hýö\8d§(Ó×~W\86\90PÏÖ\92øl¨ßgbA\82HÉs\8fÞ¾æé\ 4lªÏão\15åçSA_\9f\9a½{cÂã\e\84Â&EÔ7}~P0\98Ø\11\13ó§$æòU°M\1cÙ«oÿЮÃå$\85BB
+\ 5vÙUÇÑ\82ê¡:RI\ fÔñfâuÞ=ebY\1fÚÄuà\8cL\eø:áëå®\8fÿÔ\97uíÓ·>\89|¥©¼\ 5Q·3\eQ)x^¡¶¯²\9cWûùÍÃÖØ\94çÐQ
+5LA_q&ß* ü(oo¹\89$Ï¿\95\82\a\87NoÙ\1f×ûs\15ùkù¡\vâZ\96\17¸
+ÏÙwêÿ¸à#{ð4;Ô\8e\91X\92\1f§\ 6\85\87×Ö:þ{ç\81)\8e\9eÃrP
+«Ï\1e,\97\7f:ºÖ(çäÉèT\97\8f(\80íÝ?Â\ 5\8dÝ)|*£ï¥¦*\92h\96ñ fú®r.\17\ 5ÓU\1agF\81¢ô\83\80£\15ÍqzÞ)\10§§¾(ÜI|"Ó>\89\9a}²´\ e\r,
+\86\8b\15\93ðiTðí[\98/BQ("øöNâcs\18$fL¿\f\ 5¸-\ 5°¿\f&äñ~¸\8e>N\97D\98;\ 5ÆÓTÌ\ 4a\13\1aÔ\1c
+Óòw\98\ 4q]Ø°]}8þ>RßÅY\1d-{c®f« \ÍKD\ fw\87\96x\85\14zve\94rÃZ\9a¬Õä\ ffH\84·\96`â­\9e<Åî\85o\14\95\0S\0½\8a\bÚ|MâÁf\86,\10Ù\bzn\15;ëÕx2Ú\11\ 1¦\809\ 3\ 2Î\17Ü÷\12d®`| \ 5É\80\88ªi[É\96\0óîV\91\f¨&èÈ\96\99÷\16y\88\1fÙr?Ùq\83\92\1d¥Ìm$\ 3ã±£^\ e%ØA|w9\ 4#3\ay$§)\9f\8f\1d\93K\8dÆS\85o3õCÔÒ¦æÆ\ 1\11¢Îh/P\ f\ 5Ð\90\88\87\82âÛ\vÆC\81o7\ e_\1aFK0&\ 2îH\vDÅæ
+7\13\91Ù³>t(iC'\13\91Ì \ 3ýn\ 4\88Î\9a\92ê7ò\aúÙ\91\16\8c¼\1cß^0\v:\1e©Q\86íÔÜÖsø!\8a<÷Ô\1c\9c\ f²-à{âdÜ'ôû\ 4Æ+@\0Lê³j Ûµ\1c\ 6ÆÛÑ
+\98ÊãÍ¥\ 2#p¸ú\8cÀh\11s&2ܤHä>gd\ 6\8c\10ÊC;Ôj\90\e\ 1ß©r\8e~\96\10pkÉL\ 294\ 4&«'»ö\82Ñ£fCj$Ò\82\e\89þ,Rz|p\10kf¸î.Kì\vQ\8f¥ð~ÞV\97)÷3Üv\89\1d·Ûq÷YÒQ\85£¥Ç\a\vßU9óî\91¹®$}rëk_®Ë7\ 5\8f&\85\82¾\88\ 4(È*æì[\ 50\ 6¥°\89$[
+\1e\9cÕN»©9Pê÷fA\12&ï,ø\86Ú\9f\80{\87æà»8½yÈ\ 5òðù\84ýù\9cqFb\ eÌþ\8eI½nÒÓ%\86#`ïæ¡`\93ô\1d´'\85%l\ e\9a T\9e\9dR\17l\8flí7â\94\81¯#÷f î\19\1cÕÔxFxÌ1]Ä\11Þ¡º\88Ã3\82If\87\1c0ù=\e8©AT­kIZG=²¤a\1fò\90_9þIÕ\98\94RØÞ~ïÿý\rýþ'lïÎ\93\93Ì×öû\8d\19¸3¹\ 4`\10¨\80\0SB­¸=-?·"\11Ï\92.j#\19¢,±é¬Þ}\9dNï£á\ 5àë÷\19\9b}!±\13ú\8b!7\8b ÊogI\85¹\89\91\0î\1aÝ\8d\96\8e\ 4fW²\9cB\7f\1f\vFE\80Ï\14\8cî\92È\14\98\87\ 2\19Q9"Ð\aÞz2¥%8itõ-a\8cÜ[Sô'M\1eÈýýh\95f3i²[£4¿\8e¶O\ 2\9f5JP\88ïvôû$ûñgÆÅ\9c}j8±\7f½,é'\ 5"\85ør\8c<\ 5\ 1{\9a-Ñ(bÞ\88ö\8e3rÎ\9f¶Ð\9f¶"íØC\9aØ~âö¨_»p{Ô¯¥\f\ f("¼\99Ñ\11Ëø5í\\14ök\17ä\8eú5\9d\1c\14pKJ\09wâÍ'-ù\99\ 2Ô°_K\1aÒ\88úµ£\82õ\91_;Rò\1fùµ´­\ fý\9aöNzà×ô1>LA³ò[
+\9bG\11m\rëH\8eݼB\ 5í/ïöc;ù\9d\92¾ \1e\81\11\ e%\9c¿¯\ f&íïû·ó\1eþ}ù~Cß\13PoB\f0 _³!Z\ e\88'd)6;D\18\83IÉ'Ã>LÒ÷×F\89\fLÊâ\rä\12Áä\\0\ 1\ 6&\15\81I¯%\ 4a\92LOºSð;\83+eí\ 1\ 5Ä\83Ë\9dèõm\91\10é˨~^ß\88\r±,®\ra öÙµ%\8dA\9b\93Ë\1cÇñöÁ\96\1cÇÛ\a;ªÏÁ\ e9`F}"-\10\9eð7!2-áKԳʠ   ¯\88ý\98ê>]\1cøväI`s\110\0·Ï1ö\v\ f\13<]\88N!\19ª\91éÓYÐùJD65\8e\10Ý\vÚ¯åæ\ f\98Q\9f\90\ 3&1%»L¹Ï\ 1tiL)ô:¹\8eh\ 3°\97\87KX\91Gbz\9dnÈ+3ã̶ê:ã»\87\9b¤Þ\96}\8b]\9f¥T°ìvZJW\89ÒYáøýÐ;\89<\11´ü\13;q\87ü\13\13$Àäí\16D\80H\ 6\10\87\1cXÂ7R=u0È=\1e\9b\15\11B\90\1e\-\v\f¼\11\97~#@\0¬\828 Þ94+¤%À<tÈ\9bãH\ 6\ 6FL.K2êÈ\16´\99>\ eÖ¾\fÖõ¡\f\19\b[\96\9b\1f)\ 1\9fCè»ô   r@\80\8bi\ 5Zp%ªé0öÍåSûKHÈ\90>-Ñh\88\97\þÀ\88©V\97\1a\r\84\84h\84T\1f:\14mRr#@`\83\8a\9a\94@\ 2DXyA{\81iÐ!\11Ñ\9b\16\98fò¾³Í\0XH\v\fÈ\94\96|a\80¢£ÐG\bÅÈüE'\13ñâ§)\bá%H4³lÁÌY\ 1¹e\v¶ßÞ\16ðýçNê\8fr\97\93y£³\81äûülý\12\r\r¬_ûد×\ 2bå,ó\fVÀ4²\9b\91
+\88!jÚNðF\80È¡È\19\19\ 1\ 1-2Ò\ 23M@ÚÐ\87´ yÃ@\ 6Lm\18Ô\ 2\937\f9 ²Hd:Èm+øk\82fi#\12ö\ 5³ô½\1aÉÀ\b\84BKdÚ  N`3QIôÛ\82¤È\84\87Ûq\87j Bh\13ôÉÄLÃY\9dò 5¯Ï\82Ó'\19\81Èâ²\ 4#\10   ÕÀ\ 4"\91\1a\18)\16¸\e\88ppùö\8aV4·/\83ê³$\ 3d\86÷£bDèÔ\88ÙW\1a\ 3kO\ 6&S\16.\81É\94E\b\898ÜÒ\8eö\ 2Q\¥\ 3\87F\ 4\86\89²#\905L\94-\9b\9d(;D©kÔ-o\82ô× WÖØÅ\1atÊò:uû\9e\80HªÃ5èM\8eLÙS\ 2Q\9f¬\8d¯G20\bT@À\89ÒÎPdBZ$\10JB\1cP@\13Ê\80i\83°¹\848Ls½\11`Jä\10\aLG*\r~¬ô\85C2\a¤\ fâÁAè\95ñ\8ae\ e\87Hëüp;êÓHx/È{÷h/\18M£¡Gc\9aF\97\8b@,        f\87\86D$WNЩ\12óç͵\ 4c\86:t(\fNõ9\14\ 3§B\87â)ê\92GÂt¶**«=ûË\18\91RÐÙºñ³5Ã^5\15$Eb\8a\\92y¿\ 1[Ö¢²ÕåÓ\8c\17ó§\96´ø\ eG\ 3éÂ\83\81i&áÛÏF<\16îg\7fñµö\82\18\80Ê\88\ 3
+k#¿Nam\bôøôÔv?»òòÎ\7fR¨¼\94X\fE# Í÷Ä»À&8s±\13¥ûH{Cüû¿W¤Ý|ïÜGgE\98\12XLW`¶û\ 2+`\ 6Ä\88/i\bpP\1d²@D¥Ózi16\963C3b\9amÍ®%\18@¹ú¤hÔs¡50Y¾Õ·\17\f\ eÐf  Ö,M:GKè\e\82´(\8a\e\82\1eK\ 3=\1a\1dÇÐ\86¦:\8eùLÑ\0ºNK2"ªÐ\92\98Ä\83\1aõj
+T}\86`\10Ø\11\ 1âÕ^#²íf 2\17²O\ 6\ 6\ 1´\ 4
+§B!\128µlÑݤ@×G ¯\85Åwº\198Õw´\18³\0¡c÷Mp\7f/A#²Í\12\98nWWH\96÷\8aJ\0\81¬HH\96?ݾC²\8fv\93ÂÄ\1a¬9Ðwÿ\1aÈUÿ\99\e\12\9c67´\ 6³´¯\80\8b\88\94Àî"`À<¹´6\ 4(\80¢Ù¡5\\86\94/-Ä\0J\82fÄ4\ e\80vD\0\94¼¸\fÉ\989=!\190}eó³­tEd\a{©_\fVÏZ®ò\ 2¬¡Dñëé¿\95\81oæÄÏÆ\ 3q-h6YX\v+\12"sïÓ\88\ 1±\ 4iD9Z\ 28\19¿Û\ 6|\12H+\ 1P&h\8aDVà\84¤Èd\ 5Î>\8fÒG8³o?÷    ¤\12% 2HP\ 6L\86ìê2\84aÉÿÈ!\fKþG¶l\94 !·LeÈ®.K4p&<\18\bCZ\1f"\f\9dN1\82\18F\86ìþ̧]      ®Q\9fv\ 1Ýj×\8a\ f{ãÆMy\87(ÉoÊ\17Ð\1d\98ò\10è\1eÙ4Ü¥¯Í\1cxÝýBoÎ\1aÏl~\9f\88Ǫ
+[þý\1ey_\11ÿ\fÎ\9dÐ\ 2\18\ 2\ 5\10 b\17Zï?\12\81\11\ eE:`\1e[5ñ \15\84\84d@är]ñÔ\17\ 1²´W\81öî²Ã1Ì\1dØ\81\ 1´}\968\8eǶ\1c\10w\ 5\8dÇ\1eÃÃC(µî.;è\vq\81¦LÜ\154ü20$#E\16q@uøò©ÑÈ\90-\ f\ 6\14\92!\9fJ5\e@\87
+S}\83\9d*Ól`yæ\91\1fõHWD\99÷H\1a\10ÎÏNÖ\94\9ej!û\1cJ?\96©!é\96\0\91$ìtªÝªÌt9Õ\9f\ 4\88ªLm6\10ÀGJÀw°\18!i\95A1Aj?\ 5f9Gê\95×\11\17
+\7f\1c\99\ fÀ\12\89>s\et(Lê\ 4ri\91R¶ÁÑf\84´¡)3ýx¡\1døk/.¤ßj\81GúGHñ  ÒÏÙôGýÌ\87\r}ïwÉz*5ü\13W%=\94Úß'\12ú4ó¡\15 ÓÙkE\ 4ü7æ+ó!*«áÂ@\86}\9c­ùx/\ 21\9c­u#\r\aÌmG\8báÂZÐ\14ã\81\16\8c\19\18\12ó¶R\91!1u\\15ne¢¡Õ\ 2\r\89À\98\9a\8e×.\81!à³\83~\83¶5\9f§\9a\8cs\16\ 2\9e>\85
+\93%\0Öp@5l@Û\99\19WçôHF<\eºD¦ßÂ\ 2ì`\9e   \8c8û¼r\7f\róC)\1e]p\1fùõ\94á\12\88÷ò\8c¶c¤cÃ`   ÆÐ\ax63C\1f|\a\83\91!¼?Ô\ 2ô(LH}\9d\~Ý àóiFDü©\f\14  \8c\98´æà¶\9fýá\8b<e\97%\8dkÙ^\a=YËÖÂÔ\ 3iD"8z×h¿§gµÝ¾÷gikæFó=1!Kï     \83ß7PfF\ 4\88\0\94\96\8d¤\14\fDÎa\15h\ 3Úzq\10\vDÎ;Z\ 23Ï7\81%0\81H\19772ãîmkÎg;êv    Ì\80¬¹|¯!6 ë
+I¿\8eØão¥à\1f\90uu\ 6\vP\90UèÉ4ZEw@Ö\91%|Jr
+\ eȺàò¼Å\ 6d]pùÆ\82\7f@Ö1t\ e\99\83\7f@ÖÕüáÆ\83\7f\81\98\ fq\94\94\83\ 3²®då\80\1c\94Ââ3\87þÅa?[C\97\17ð\8c]\1cö\rxøÏ\8b\83\81ºU\13ɼ@\1aY$ó3÷¦Sçnî\8d\b\93ax       ZA\11^\82\ 6§Ûs\96鳶¹N©~9V\81.\9e\ 1Ýð¤&¦.TxR3UuH\88®N¸2:P3ã\ 6\9e±\1f _|\9biÜg-,\83\15Ù\ 1\937¿!¬ÀT/ì>-\18\ 4Ê3È\97ö\87\90ïjÔÆ\9bòíÚÀ\1f±'fÔF&\87k\8c@FMFz}\1f2#5\82#í9\ 2\185\98Ô|O\{4\96Ô~OÔü«\ 6[\ 2L\v\8eý\99\ 4®àô@\ 4ãàô\8b@¨¡\8fÎy\8bË #-02(r²7\ 4¨ÚÆ\ 2\r\81\99Ð<\ 1\ 2T7à\15¬\81\aZ\ eîÅ[ºõÀ\19ô#³Z\84ÓpÀ\14¹nH\88\ 4¸\987h\8aÄ;É\ ew\13\93Ä\81ö3\95Ä\91\9f¹¤«\ept;^mÒø½ ÉÒ\93Ë\90ú\1c\ 5\ 2\e$\9f\16\f\9cìsIÝ\9bgR\97ÔîÆ\8fû\92\11Ý^Áf\ 2AÉþ\1a*²$­¦
+w\13ÁÁ\ 2m\99Éâ@B`ÞzôúÞÊ\80\99·\80\\12\rqÀ¼\11ì\13°$ðÚÔ=áÓ\ f\94\13j\8d\94!Êq½\9cÞpêË7=\99i\9c\8fH}Ä«\8a\16oßûc«\9a]8M1\9c¬Y\1c¯ïC8Y²8Zþ    +Ü¡ü\98$\8cêb O`\86\1a ú{É\8bçA ÖßK\82Ó#\e0pî\8a\b08\17   \91\ 1\99\92\12`RÎ54ÍÛ¡&;O®\8d`$a\14dHDª±<\99\86·òU\96\18ÝËóòp3+N\ eïæ\19»C¢¶SÆ~æ½Æú{)\ 3[óbJ´÷\92÷ƼÑiuÍ{cû=S\0SÑ÷DOgÉ+¼I\80\80g\97G\1c\88À¸ùûÖ`<×!\ e\98ñ/               \81\80gs.H\ 6|ç˸\10Õ¥nÁ\14\8ecÀûá\rî\86@\9clõ[\b±\93M]â\16L\ 2Ñ\87¶ðnÒ¼´\80)\8aS\96Áj\87\14\83¥Þ\eP\ 3ã\94·§Ûq\83B$Þ®÷s¸z»\844yî\8czõGÛ\89ÉÉ\9a \1e\89ËÊå\93h\8f ±\83ê2\84þÓHRC\b&(jùEÀ\10ô\85\v\1a\ 2ñ4R}¦h\10@\1c0\8f3У\10@Sg=\8e¶£qó\87\b\83ÈÉJkB,0£\84àn"\9a\12mðl!"qÒv0ì\93´Òº%À\ 4Æõê?\12\82A\0!µOSêJQ¡æúó\8d,M\1fu4ÝL\96×ÝýíV\97\9f\17Ç4ù\9fé\14+®ô\93·^\9e'D\80À\18zû^\93éUûW×ù©\10µÉù]\8aD\ 6I\9eÎ;Çbg\90ôÏǼ¿\93yZ)p¹]å\12C4·KÐÞ\1aÏíJa
+\9a\99µøVÑWæ2\89$ã¹]\82×\96pn×
+\17ÁävÍÐ\1c\98Ü.Ì\ 3\93Û\95Nß²Æs»°I2¹][Ø\1c^WÐtØä\9eE\94¹\99\7fî8Æ\ 3\9d\82H6víº\87£*Ãã\1e\8cw/ä¦\19\1fw\14\1f»N\8aþ"æýá"dÔù\83EääsÔ}s8\1e¿Ôª\7f\9a\83\87\89ïVA§\93\8b¦\17ɸóV\ eLéª$y\1d\1cÄÞ ¥©ÂíÐffa¢3\97\80\1c\10ùI[\8ajá»)& @\H÷ò\f:iiF\18:iýï\b:\r_\9ej4Ci\ 6ß\13=\19dò[^fó\16Ó½\8dn\ 2X\9aßÿ,¬0ê\1a\01_gJ\88\80ß'jaD»\ 4
+¼¾ÜòÛ¡ÕÕvìF¯\9e=*\ 5\rT&°\b¦\93 T»µ\1cP\ 1gÉ(¸\99"Ñ¿]êå\ e\16B]ô´UN\80À-ÒÉ/A\ 3\95\ 5\11ð7[>
+h=K0\92¤V G*I
+Y\12s\1dÝ \1d|¸$c\16äöpCj\8eÒ}C2­Çá"\881?)=3æ£\0ö\91%\\81Æ\81%\18 irí\ 6£ützèStäxøxÔ\8e\8c\ 1=Þ`Ö`G\eõ§H\bL\8e\11<â©\1c£úP\88;4\ 4\b¡\fæ\11ë\8a\13V;Çh\98"ôv    FDaT\ 1\9b\8b\9dX0|\91\14£\8a¾÷;$IóÊ5\98\96 \93×\8eïc)F+\92\1f3\v2!\ 1\10ï_s\16\946\ 5c\bG\8eÐûú]ªyý6`Þâ\12¢\91d´G\85 8\11\11 Þ~®\18'oÇ
+4õt\9fbþðzÏ.Ñ4'É;\1d\ fÒ$Cg´\97ú\1c¬È\96\19-lp3\10\89\r\ergT;Â)ê\8f\94\0rhLµ£>{4\86D ]í\92\12r©ïÄ×ôM \94Y¡Í\0G\1c\18½üà\12\98\81ßС\10¯\98\ 5\11 Þ\82³k/\fë-o\ e\85h\ 2· !º\8ev\81êËòìlÕ¶ßáÃUç(\86OW­·\1c\1d,ý~\86[\ 1g#ÓÏPz>ßdàïgxAÄÁ\12Æ\10±,ϲÈóÊn\ 5É\ 2\17+xíÉPò«æ\ 34¿OÜÜõ¥§ýÞ¿~\8dÆ6ß\13\17\95\1dþ>Ó´\e \80ðEZ-y[\ 1ñN5\97K\85V0²\ f-¤GJÀ\ 6¾§ã\9cKØÍSq\1c\8al\97\10\bE\86µ\90¡\1d0]¿\11\aT×ï\ 5É\80\99ã\88\f\89êú]\v`týÞ\1eªQº\10\8cö\82\91´Y]îÄHC÷ù3\ 3f?5¤ÍgH\ 6\ 1èP\b\ ev$\ 3\ 2\1di_\94\91)\eM»g\17\81>6\99б@Í\91Djt      QÇód×fês ÑàÁ\12\86í\10oBôg£$ì\95\89¾ãÐ+\aJVG\96Ø¿«è\v\81g\86¢Þ\14 \ 1âºUÑ\12\98\98\8bÏ\94\8d«\86ªñ'\81סï~o½²F[\16\98Æ(ȯ3Ûq\83\1c\10]\86\87G\93N\b\8a«a÷\1dM]\ e®»Fԯ砠rà×\82Þ5\8e\bB\ 4©Jßð\9c6\1e¨\1e±\ f½+¼~?\14úÐs­á\9f\88\eú\9ei\8c²"\ 2ÄÑ>#\r0\114icÐ\12\0¾ Ï\82\86× íºnVD<\16k\81UKÀ\1f:ÑA\96\87\1d\ 6'a\16dÈ|k\96ÑN2Ê£f¤\ 5fÞyrí\ 5\83\0´e"\ 1\ãÑ­\10\89²Û\r-\81)\11ÛÐ~f.\8d;\14"ß÷{$\83>DÓð\11ïR\15çîQ\9f®0\15íFæd\96é6£Í4\ ehG-ñ
+hG-ñ\98cùÈ\12S\81¦ÌÌK_\9f¹4í\e\1eviWH=êÒ´3ËH\8dÆt\e\89\ 6\1fMICÑ`i x\93\ 11ÝfE\9b\89±D\85¹aKÜááJXâ\8e\8ew
+d"\ e\ 2\ 3Û\ 3>±E©GÙ¦á\90\86}U\9aï\89\91\1a\9a`üº¿\87b\17z*µü\13\13øÞU稥\13\93\94Ò\1c\1d\18\97\v$ºJ'\14è\16$C\86ÀîR¢Ñ÷{}¦\85«\91\0¿\ 4íAX/\ 2\90Ö\86Mh   LL;£%ø\eØ_ù¹­\16\18\9c»ºÔØ'P\11\a\8c\16êâÒÂ8$\1du'WznK\80èѳÀ½@\;WäQ(\8f 5a7\8fà\99{¯PùÁvÒN\ 2`7øK-Ó\94Ä«ý$À\94Z^\19¾\8d-1¥\96IÆvå×=>Vj\99æ\1a¦ \15a»o\15ýLç$¥u7
+D³è¤Þ9ÇJ-µç÷\9d\ 5âæ\94\v4\a\7f©å\95ÆrãÁ_j\99J¹¶U¬Ô2\15l\92þRËôÃÃ\9aæ`Ä\97¡\87\9dë³S"a\ fIÄfWtN1°yCG-Õ:\1c\9e\94Äk\8fƧ[ÿèÏýÏúæv 'ã
+9\ e/GA\9f\ 2÷©°p¥\ 5îÍ÷D\13}\ 5îÓò\f¸GùWàÞ~O\f°ß\ü\eÙγK\80ýÀêô-ÁX\8eªÂþ\96\ 3¢\9cKSY\ 6\1c\8cSY\1a!2#\1d\13²\ 2*>î#`ä\81\bÈh\b\80\ 6)\ 6\85õÙNº\1aB\84MQ»ý\fö\82\81º}ΠoI\8bÏ\96\8d\96\8a;\92\ 1ÓR\11ú\ 3¦¥"T#\13 G\ 4\ eí\80i\80\0ÕHä\1aC\8fÂ\84%5»n´\9b\8c\byØ©i\80;\ 3\ 2Î\1cÏ\13ëúÔÐç ÃíH¼\12\14¨G"6[àn"Êö«ïtí:\84\f\ 2G\8b¢Tt¼2 s\81û\99\99k       \ fxßñú.>ø\ 1±bÅ\a\e2$¦ø`\7fê\10ö\87»1O¾ÝØ}§È\93TtMsì\9dB\ 6Ü\1c¡úÐ3\85¼R¤#\1dÂ8\16Ð\ 2¦7ÇÛ9F侮ü\19\ròÙÑ\e©NÏV Iߣ\15ô¿G\12 æ·W@`v5\en\91î\88\85>P\9d\95\85\9f2\ý\99m\1aྠ   \91i>¾¹\bô!VÎ\97\19Ä\1ao\17ß\12\8cD\8e\8a\fÑÓ\1cI\9aN\97í½\97\ f·díå~yg\9d\0\ 1g\a9\rp\9f\9b±¾ÿÖÍèSà    TçË\92~Rð;¤YêÕ#\14¤éØëdz\a\ 6\e\e\93¸½¸l¡ïÕfIO»»5\82\aÁËñ-%!\80\80cûîYöé\15>£@})\1c\19%.ç\ eºÕj }C\9e\89xF\9f\1cf>\87}£¦\94\84\15©)%#E\1a\88\eq@!ntD1\13\8f\ 4q\87½³f>\87½ó\ 1\98\1fygÍ\b   {ç\ 3q?òÎG\8dä3ï¬E\92qבּé'\14\10\ f\9bK\11âUöìó­ý\1eØ\12Ýl­ióo\88\f1\e\11\ 3æH;d½Ò»kÙ\8c¾÷uËz\7f\ f\7fßß¿Zb1G\8eQ¨(G\9aqܾ§\9bqÜø'\92\19Ç\8d\ 1¢U×ü-\81XpX\ f¦\86\ 3ªÎ\11ê\80\99F_\81\10\89ÎÓ\9a<}Ó\ 2\91LP\92K\8d}-H\9dc\\vÒái¤\85þ\12*ÚI®\98à\r1\87-qõY¢\11\eFv@À\83\19z\13*÷yrq`\14    V\97?2Àò*\ 4~r@Ef%\94\13¶åôÔ£$§G1bÃðT!\82ËÙG \8fÒ2Ô£/:ýÆHòàup@\ 6\1556\9c£BT¨»ÅÕø.\90«ðlcr(\90%R±á\r\10\0\11)#8\8cX\0\14\8c\8e"«kG÷YØ\90O      \94       \8e¼\9a\91?\r=\ 2ßÜ÷F\80\e8[Z\98ºÚ³)º\f¨\ eÖ\1cóH\12áo\7fßu2\9dî@Ï\95Õ\9e\1cÕ\87©â\8eV{J\8b\95þ|6á?ª^Íôg£¿°\8f\87~Xq\92°âkW\93O\ 4r6Î\13ÐÂçNês0W\17\aFß:´\ 4×ÕYB\822\88­\15âÆħw$\ 3bò¶bå\96\0\91G\91Ã\1c\86\1c\10\ f\15Õg\a\ 6\ 1Ä\ 1\83\13¥¬'ÎÁ\82\1c\1aѳm^\1f\19ºTª#\aÒ\ 2#Äͧ\ 5+\83{;\ 3ì7§ö\11\955:$#ÇδRP´=Ø\r}\986m\97[\8d\15¹)\\1føe#2\reàK"øÙ½otºõ\91&vjÄ\9d'Ã%0=9Ð\86&nÏ\17\_ÃcÐ44½FÇ I2ÈhG÷Ó\10*t       D\1aÂâÛÑFlÛ\a\11ºjP§V\7f\ 4ÆݦZL;è\7f¿\80ï\89\8e¨\1aR®ÁTÏ\1d       \809\164\1eÙ.À?ÆâÊ\ 1h  \10øBj¯o*`\9a9L.\1dô\97\90\10\aL\85XF\1c0\81,õg\r\ 1ªó\eÔ\ 2\1c\19²óÆ£\ 1Mµdº´élܶ<Û
+\9a-;Ú\vF²kEK`:¿m.5ö-qõY¢ñx\ f÷\ 2q]Ø\90%2{aG\1e\95±Ä\1drð¡Æþ#\9b̵i    \10\8fl     »4¢\12g\86K`\0\12T£ß\90®·ÿ\ 1\ 1# :£½à?\17\8eÒ´O-\10ó\8dRI®ÝØ×B\81\1a\19TäP\98F\ 6\15:U& 
+á      \11\14^|NuØ`9ì\13uXÚè`\19\96µ\8dÔhÄS\91\1d\10G[Ú\1f\1em:Å#|´i?\8a0Ì»ò\ 6x¯|\ 1íw8±4©mDݱ\ 2í×½)Vv,óÖ\8erÓXÕ±\f\\8b\108\97 aõÑ\12º5Çû*BÌÁ\92ãYÊ\e\8f\8e\90±é®\1a\98¿±@Lw\9d6h    Ät×\19Ë\91\98î:K\1cè\ 5Z\83Ó]\136Gbº«&1\ 4\fZ1û·\1cBA\8cYÓë\8a\9d\fdd\ e«9Ù¹iãÐn\89fOk\10¤ØùyF\91^FK`B»\15,\818\9f®kG¡³$µHÏ'\ 3\8b\fés     }!nÐ\ e\98k\a´\ 3"åWÚ=ß8 ²èw¨F\ 2%LH\8dÌ°° qÀ¼ûÎÉå\ fÆ)Ç\ 3\19\18]ì|þ ¿\84\ 4í\80\ 3\ 2L\v\82ìÛÎ}°'}5o2 Ê\f¥î8¾\84:G\97 \ 4 %\12·\86úÐ+\1f\99 \8f\1c\8a\ e\ f\f9Õ3g9\81ã\99h\99t¥q\fÔhT        ¢½@µã@{\81ñH;ä\80!°=ÛÎyB.Íõä×N\96     \ 1Þã\9fô\81 \a3\ 4Õ
+r0EQï\9eÍ÷\84O×Z\9algât\7f_58àßÈW\16l\91\83\99<×û@\ e¦C]×\85¨
+/¬Ïë°\1d>x\93\ 1\11ÚÖ\1aÁ\1cÍ\16\96Þ¬-\aÌ3O\81vÄô²@B¤ºi@!\12\ fM\15\1a\121¨[_+\aB4ªó\903pÉ@®ïÒ\9bõhüE\8eRÕ,\90\r,\81\9a5®§\12¿\1dÅ\96e\ 6\96\15©CS$ªç'h\8a|;\8d°\f´\9dFx?§\19é\91Ê\98FN\91ðë\17Ð\1eøuã\81`Cû\99    ÏC5\12ø¨><\9b/\9cÌ\1fÎú@à\13¢\11ß\87\1c\10÷¥\ 5\9a2\ 1õ5Ýy`Ê\ 6\9d®FÏ·é\99[ÖnÏ#\87Ò%pD×O\19Dk0®ðzT\8f
+S\93\9dÊÓ-W\96\ 1\88\87[øy.ø}âæc \8f3'ð=ñP¥  Ï)\98\15·ï@\0L\ 4K#ëÍ\ 2\18\e\98'\9f\bû\0G\13aR0+îJ\84IvV\9c\91l\8c8`\1a\96é©\92ìÔB£]t}¨GEÊ\ 3\ eº\81\83Y\13û\92\9dÜ8î¦1\ f\92Χ÷ÿ»¡p>ohk\9c©iê\9aøKçd·áìo¦\f\18 \94 Iiíï\13\11\8c\93ÝÅÓØÍH\ 2D$t\9eg\97\búKP\888X°÷{X     :%©\95\ 1åÑÒC;Òæï·5\10.Qz¾µ\1c|&\91ô/L
+2'º¡¬^\9cW\97\f\8cB_dIóLxå
+Y \12$eLÒh\r}c^§è~Ô{k\ 1j`â\17\1a\87\8b,á|`\92gë)Ú8]\a\8a\1e,Ä2\18t¢èÑ\9d&Ø8ýr\8cáÆé?<c°qúëö¼O\9f\14\88Æé³\9e/ÑÆéó\ 2\17ÁL\ 5\9d¡9\10\8dÓ\13æ\81h\9c\9e¥]Ô\14n\9c\9e±I\12\8dÓµ\ e"`Ôz\8d\87\87=\11ʨ¾­mL}*ÑSF9\80\ e\96¨éYÒ³ÃþJÓãá\86Æ\ 16\ 4x\98,»ì:d\8cç.H\80ypCK`\1aÄê\1d\87\9e»\ 6Bìªñèªé±Äñs×À3v9\90«Ã1\92\80/ñåy/¦\ 4º¹×[\96ßÿù=\91z-a\84ö{¢ h?{e\1dIè¡z"½8´\ 2d
+\8a\8e\9b\83G\84\ 6\81\ 5\10 nñ\15\11ð·¢Ð\92á\9b\10\98W\86\82ôH¸£¹øÖÐç "\ e\88Ø®Ö\f߶\12qsX
+\92\ 1\81y\17ßf4Þ«2\92\ 1óÜ´\ 3w\ 2î.ýhÊö-\84P¯eM\f»      \81¸üìÐ\92\88í´#\ e¨\8aßrI1\86\ e¤døf\8aLóö\87ÛQ\vZF\96dàíå|\ 1m\96ðºÎøYÈa¯¦@\15z\ 4¢\1c¤ ³\81h\98u¼7y\f¡_ÙT÷gÇ«¦U\ 5\fAªzV¨\ 5fDÐÃã1mh  Lz\9d\13cô·ã^\ÛÑxñZ}ç«\ 14Ó3\9c\97'¨G\7fí¸<XÍ[\93\19F¼7\15ð=á\91¤\98£ý\9e       nî\88\ 1æÁk\ 3ß3=\f'$Á4}ô²è\ 6b\8eî6U²·¿ÏÖ×Õ\81~ï¹   \81ïNs#@ \f\85\9a\9b\9d÷Ý\17cAK Ä(3\9fïbô\:´ýùùâs\ 4\ 6»Zx|D£Z)PÁIIM:Ä\10\fNJnÒ\81ØbÁÉ#9)JAV±%ß*úÊÜ\16\91d¸ÄJ\8aýÞæ`\Á\87qâ;\vD\89\95Ô\89ÝÍ\81\bNN\98\a"89mâ\¢%V\17è\fÈA)\94°9HÇ clÑ.vÁN\81\9aE\10ÕF®ýþÛiu¹\87~Â[N\ f\81}]GE\7f\11¥>\DAG\ 5µ\88ºù\1cµa\ eKº¬Úl eÔCÏâ\1e\82õf\1ah\1d\ 1\87þ-bK\17\aÁ\8c-\88Ý\88\84«\r©\92©lÐ;ù\0|\19ø·Dµ \ 4\16\7f\1dUü»\ 6sÎô\1a´ÚÉ\8fý\ 6\97úûÁÌCÕÀJgí)|\9d\\v0ÚK\8a\ 6Öh>ø$W\80\86\ 3¢ÁÄQE\f\eÑ,år7\ 2~\9f¨Ã\87Ú%Pà5K\å\85ÿLÇ>\9c\1e\14\90\82\15,\82¹   Ud\8bL7wé;<2æq¤u¥³h5Ò\9a\10\ 1Â\98±?ð\a%æ-¼\9dn\81Ö¨G\9bõFÝj\81\89Ô"\ e\98À\8c<¿\8d\1f\98\99\90\9aúIsÆ\91\1a\8cP-\92"S\9b\90¾\85\10\83\a      ígg\8cð¬\f¨@\8aLBw\81\9b\81        õ.àh \9aêWÈ\ 2\93\94°?Û\8fi\81.\85\19H\8fôè,\r8Kh¿e\10+¡Å \89ï\84\1ep«J`ó\19°\97úH\r\18¢\fÿ\1aò\84\95ËÚ&\15¼1\82\11Ñ\18bÝ%ØòVºK\1cÇtèýk+×÷!\84"\ 3íZþ     ¬+\ 5k·õ3éÌÉ%\80qVÂb7\7f6zlÎ.\15\1a\ 4 \r|ÈÀ\80º\15\10à ®8\83\97g5¯ÿFRA~fȳ\8cØ\18)²O@_\0Ã\96 \15g#K0 .Ò\ 3\93Ϭñ\8beÐøØ\0Ëû³ýx%\15ðz¼aÝ\85.\94Ñ\b-\12\ 2Sø7!\9fBu\9bA\e\92\10bÂ.\81x\ e\97\ 2\85»!\10\0#}ïÇØ n½?/v½R_\8a\19z\ 4\ 2ªft¶0É!Åw6\18m2\97g§ã\15\98\r[R\85Û\91H\ eY$ÄÞ,\81
+±Ë\88Ëã%\8e|\81\8aÖ@\84\10\12tj\9f\96Ô×ã\86\13\11\8dJú$Þ\12 "ô;r)Ì\11}d\15ÔòyDÓu°ïì=#\ 40\9aû3×\14;\1e¥r®ý}\ 6*Nè{\7fTT\1a\85¶ü;\83¢ïï7°~W\e5E\9a+ @\9dîÒ®¥\15\ 1ÓiD£ª\r\ 1pg3\ 6TB)2\85o»Ë\f\8d·\1cå@;Æ|/!Ö\13° Kdp\9e&V\fL©ÏA}j\búÞ×\12 Lq\81\1c0\ráW×v4\bì\ f-Q\ 3Ë\ 3!\1a\ 4Ö¨\f®¡;å|B\7fé38IL£0¼WÓÈð\1cµ\ 4ÙNûÃí¤Ý!ÃzHSy¨\87+#ã¦\87\8fã¹\8f5çúP
+3ò\8bLh8¡ó\89      \rg¸¥\99\99ö\9bït1ð²Ï¯\19¡áùÙv¸\0wÔ1jß\9a\911öon?<k,4¼@ßN\8c\17\80H1\92\88<\90\81\11[\86X\91¨\98Ã^\8d\8aÑ"\13Ü\86vào\96\11Gí@µx\8c¯1Ì`Ô÷æ(óÿ  Wé¾7#\ 6ºß+ào¾çûÞ¼;qs.YcËÙE`\8cø\e\11R±å\8cDÈÄ\967D\80\89-#\ 2\lY\84ðú¯\19\96fè@ø\96\87ÏÒ\f\9b]z0ðöî2e£\919T¤?\8es\84\86ß\b¥Y\ 2\88ã\18H1\81ýÌàeuÊÍ\1a\88®½W\16ÃÀ\9a\811~'!|êñeX\ eS\92Ô[é\ 3~ôìü\91z\9bý^1%ä\16\13ópª)§¼-Ü\ 2£­cä\a,ÞL\81\0«\ 5º\15\ fNSÄ]%\ fû¥\bóæÓ7\ 6\99ß34\86~ToEª\>\[ß\164²Ùú\95\ f\ 2\ 6Î\81G$\93í\89l\891\85\1d\1dQ\84)h\eê\91)tãËy\92ør^bñeÅ9ÇIÅ\ 1n\81)\13úÞ\ fSôŬù\9e\18L'½\19n¿ÏW[EùßÑï\13\82IGG*\ 3&\8dÓU_\ 4BXûJWm\96@µã\9a}B4\12^w´\ 6"K1%°\ 6WÊ­\ 6\93ÒzB\84£÷\8d\15Äè·×{}ùÞ\8a©\9a-\1eº\ eQ[\82µRøt\88Fh\15\1a£¯¤äÌ\ 2ð\19£\ 1õÖèvÒ\913\8b\8b\ 3#\v`BBdziW´\ 4"¤§W?^\88J`\7f(\ 3M\ 2\18È ¯FèÕ\88¦fG\9f\997@i8`ê\ 6/¬ùb!V7x¥\ 1¤=ÚÔLÑj\80\82öâ*¾Uôk\8bÒÙ\1eîN\81hj\96Õ7.Á¦f¹ÂE\10X±LÐ\1c\88ºÁ\82y ê\ 6ët9ø`Ý`Å&IÔ\rÖ%lÔ\1a\9e\84Þ\89\91¾Üá³ú\80íÁ³Z\13\12 ä$2S4m3
+\99\8e\0©\a2\19!ZßA;NÞmeà\8f°æ\1f°1´\84<!-\10  \rªÅ\17t\v]}4ÊýòÒt\9c]êÌÞ\ 2h~\9fé^ºC\ 6\88\ 16ë³\ 5Ì\9a>=\90`\9f\80Ö1GU0kó\9cÈ\12NØ=!\ 2L>Ã\12å@\b\ 1ÓçÁgÇÃQ\957\ 2Lòo\89\1a¢6\ 6ß/\ 2¡·\8e+\9f¡á\80pgW\80\96×Â-\9b %à;\13Îv^\93K\ 6F\80·>T£æ\124K ®Ñ;\94"\93\8d\0]\123j\12mG¦\ 4|\9e.)\86ú£_Uf\11C89Ø]\1c\18£&³Ë\10úBLÈ«2\19Ôù¡\1d\ 4#S4êÔ|ûÑHþ]\91\14\99T\ 2äØ\99
+\8f\16¦wîüÐ\92\16\9fK1°:ÚÏ\fÌÄnÕsi:cZi\95\ 6B¯mIÆ´Î\7fÊéÌ\rZ_7Àï[×¼{¢ü\82tåö¹æ\16èù\8f·,qµ5\aaN\96\96\0\9f%±¦]\ 3q¸dI¬¹-\81È\87\907Ø5Ó\18áÜ\rY2\ e\8f%\84\82Ry\9d\81\1e?\83R}!®\8bK\88};Xw DâÊ\93åÁéÆ\ 1ñܳ?°Ä7\a;\92\ 1së)\13\7fó,Ó\1aUÃiIE0ÂÈ\92ú\1cH\97þ°!\94y\ 12 üjI>!v\9fí\8at^Zs1\9fíºY\1dE\82z-\a\9fY\1d}\19H\1aöÈ\14\r\ 2P\88\84%V(D\7fzN©\88\ 3\ 2î\96\ 5yU\ 2©\95\ 5y\94OCê\9b²\ 4Ón¦ì?Y
+v\8a\84\1a¡Sdì@Úë\a\84(þ@.N#\7fÐç`¯Q¯ª\ 4\99^°ÍM¡Nð|ö\8f\ e­\13TÃG\80¼\8bQªäªÝ\bø+Cj\82^Õo\b5ÁíH\10ÈÈ%\11\rt«¤ö\8c¶c÷\9d¢\96\84\9f§\\8bÏ\96»\a|\957\86\11JêË "\190\93Ñ%gq=ÔùMÀÏA\96\f­\e\ 1\ 2-K\89Ñúâ$twÌyG\1c\10\94\8b\83\10DÉj\aí\12\b¬*×ßv        \ 4DÉÒ»ê&\ 3\7fÎd^
+Z\82?³(Ëí5nHzc\18È ëT³¼QÜ8ðç`ç\rí\ 5Â#åÝ·\17újÜá\12ü\97ß\vïGµP&dH.\9c§\17\ 6Ý\8d[Ì¥\95\19z$â|\97ì \96\08ßû,`§H $è\14\19´\9cÑnru\14\10\98¥g[Ô§\95\ 2Ý2qí*È-3×.\8d\82\f|ZÿÖ´d`\b\9f·&\ 3nOQ\19\88\16ÖìÒB\7f7]>\8dÞMg$¨lßû9ÔÛ¢ìèh"°î\85×£nùBÛ<Â8s@ê¤ÇsaSb\ 4çÉ\14Ö\91\1aûK\98¡\f\b\9c7C\8cÃÀõü\94\80ïpì_\9a2\94\81ÿl«\ 5Y"1\98­Ê+E\18ãT'Lëߺ¤ïÒ\bëöM¹úL¹\ fU\93\10\98íÑp\ 6Þ\17\19Ìöpº®WÎ2Z»%@IJ²¼Vµ\ 4\88álG\80ÿ\1d\8e\9bS,u7k(ª\11b"òð³<¡·k`îmR¸z#ÀÀm$E¦\16aER$\82\9aY\86ôÅ\raG¦HÁm(D\ 6n#5\127\86"U\8f#\ 2ýãYÚgݶ£¿h±Ì\88\ 3âx.ò\0\1e0e\ 1I¹\.)\ 6\92ò\ 6¶#\91\ 4^
\8dþ\bB)\9bk       }¨Z\97g{¡8\1dJ_\ 6«Ï\90\8cвÏ\94\8dÐ2â\80Y\82´Ó\e©±oH»Ï\90ÆP5º\84\ 3ª>ÒB\9d!\aþw×:C\80@\84e\13R#\91UTSum&#¶ýt       \19î\ 5ß­ëD\9a\13âÀ?Ö¡B\8fDäÃÔ\ 2\8f\90*2¤O\19\8c¡êLOW\97°¬ªq
+ΫÌy¾\bIJÒêu\9dJ,\84q\85¦\e\ 2D¾j.û\99PÓ,!¹ªÄ\14«îH\b\fTM.!\8c#í\10\18¨º\0\ 2\84GÉë¾\1eõÕ³]\ 2ñÄ°=µå==´e\rôjd"Ãh30dz\86a\1a\ 2L\9eb\99}j0rI6$E&¶<#)úýrIÈ\96\19¨ùéÅ\ 2»zÿ\8e\ 5·£^ñ\82Û¼WT´ì³\ 3\83\0Z\ 2á\97/¸Ý
+ÑïQÊ\1a\99\ 1PV¸\ 4\7f)}Ùà~ö§\10\94\r\9e,þDËrù´Æ¯3h\19\1dM\ 4à¯z{\1e¨Ñ\80Ûp;ûeP¡CqÕÔ(Z^¢g\9bÈ@\ 3z\8d\f\9cO\f
+v\11Fñ×\ f\1fqÕG\18¥B\87@`\94\8a\1d\82?­IÁê²ÛÓð\8cÄçÓ\10\ e\ 2¡»g\96'Ãe·\87Ù\19Xs\ 1\1c0ù®u\8esðμ®\v"@\0=Iâ\8fkA
+nãZ\9067í\12\\96¨yÏûµ\ 4k/ô\91¢4ð¾\11 BË\12F ,¡\85\9a#\ 2F\ eÁ\84´àI\8f\898`"A3ä\80Éb\80\1c0Hsz¸\84\84Lùs;w\9fIÊë`8\ 2üË>\99Ï$F\v\a\1cÌ\e\93C೤>\81
+¥HèQ\ e\86¸\1eåú<Ò£\11ÙE~\9dÉÈY\93Ë\96\8d¸*ôëDhx\83\1cÂ\8e\96@\1cMe÷\1d\8e}\882\9d\ 3.[\ e@OÁad6|2ÔÙw2ôár\82Ç«¿ì¶æo\ 2¡d\92Z %\11\89Ó\ 5.\81H&©H\vL2IU GÏe¿!Å-8\18ñB\8a[pJ¨ÖØÝ\b\10\bA21F\ 4úoÇ¥\9c\vìÄÞ\8ek\12!þä\80y;\96
+¹Ñ\12ú!AuË\9b=\90Ï@\8a \10`²M%,:"` Åé²D:½í]f(aÑ\83\83\90\8cÛ\9b\10\89t\96}\8b\1dN\9bæg»ñ\82\9aQ5jPsDÀ\88\8a"Kd^n\13²D&4\9c \a\ 4\ 1ìÒ\98\84[ß^0\90&ri\14\81\82\94èA\8fÄTØA\8fÄ\14ÈA; `Ú¢Û98\r^£¢q;X\91C!r\ 4Ë&8¯Y\82¯wôÙõëH\98=)Ìöð©~¹è\vàyNÇþÍmßO\ 2/\16\ e\82½\9b[\97@\9dòS\ 2[\94À)\83:'\97\f\f´¼ú\14  (\b\vi\16
\8f5$ªBÍçÖÌ\9cÙO\98Ã<\99U\fÕüOfµTtÂ\12k(hK2©\f\15:\ 5Ï\12n\90\a\ f\8f\1a\1c\8e¨\99\b\a\81G\99\bË\1a\1c\8e¨\99\b-\ 1âpÈ\ 5\11H«G\rÒt÷hkqô\85\Öb÷1ï\aGëÙ_¤\95\9d\8fl\86\93Âd{gc\19\8b\1c\11·exz\akê¬DÖ\16{Ld?\83\13b\8aùç#Êü\8cÀV¢\ 4D\ 6Ûæ\92\81\11eN\8f\r\1e\1ad\99\92Ï »§LÑÀÒ²Û§L\7f\19G\ e°Ë \8dp·nîÁ0åþ[n*âá~jÃù\ 6ø3\vxäc\8d
+ÖÀ\84ì%-áæ"?\96ÐO¥Ö÷¯\96ÀGpªÿ¢.¹Z£cb\1cl\1exù>\aËæâ {Ö\1eiÄo\ 2/s¶ÎÚ¾\10WtÒ¹Z#h°\19Ê\80H\ eÑ\a´\86\0¨\1f5JÞ\16×\1aúÀQ\83
+\ 3Sìî¦:íÏvSÕ¨Dt7i\87\8a\0bÑ,Þ\ 28p½_)~ß]'L7ÈX¥3A»\84Ï c\7f å©\10!èbªö*ôi|\83\89\90%jÁÙy¾¥(dËrÆ\8e¦9÷±F>K\95\96×bbx«ÌB`\ fÂ¥R\1f\12¨S\94\80È \16\97\f\fì½û\14Ù\85:Yæ«/Çtt\vêôo1\1a3_\82\13\14©Ü\b\10o'ú\16º\ 4\ 6F\9e\11\907b¤\1a\1cêé\12^\83\8c[l  \10\97IM\ 5¾\11ð÷'¼Ò+\16{^£\ 1X+\90¢3ií\r7eØÃA \ 6\1ez¨Ç>dVÄÛHÑ\95þ(\ 4ôxi\r\81oÑ02\84>\81\8a\f\81\89\9akzÅ\80\80\ 1XÓ¥G\122+\81âÓã°KÄ\8d\ 5&h\rõH\<°S"j8÷é¡G\90ù¡-\ 1¦\1dv\9d\10\v\fÔ\81NéÓ\94ú¹\ 53:\\98ñ\9dWÄ8\8cT\8eÚ·GH¥æ0NP\ 2å)\81ý\19R9P³G\ 6F\92\b\81"û¡ÿºø\90\8a   {ß\e¢6³\ 2\89ð\96¾\1d\94fV` Ë£Øã\ eûý´ôé åÀãU¾û \9fR\1cÌa5P¯l\87²\ 4;5H\9dFËÂg\8cÐèc<!\ 2LB0R\ 3\93h²A5ø»Ïæ\r   ñs?\19m\12 )\12i\1e\8aX\aK0º\10\9b\88À\98ÔU\8f80²4
+ @Ô \16\99Ov,!T\83¨¥ga-héY\\ 6ÒÕìæQ\984\ fÈ\ 1ñ2®÷ð\81)÷]Ò\8b\83wÄ?ÿ|Íd&Õi{ù%§à¤:í/¿äLÏ\99S
+{\98\82¬BãB£Uô£22\94øNÁ_ ~\15kdúYVßò
+\\84\7fR]^vh\ eþIuW½Ç\8d\aÿ¤ºã)î}J¾Îëؤº+&\11\90\83RXÂæp½¥M"Ê\1a}ÜÝ\8b\bb\90±Ñ?évySLvÒHÿ"%\ 5\85\87\1cø+Àöó-î\98Ôö\ 39úáï\11Úx¶\b\v,B\1fó¶kgþ\\84'áAß$5h{3\aÿ#yÑ í@\ eF\a\9a\8d=}\96\11\19ÇÍêb\ 1\98ôöµ¥óEðøï\9d\ 5OòKýÚåIðÜVù«\;3¹2\9d_ªxg\83-²+\1aUl>/ù\8eÖ­ùò\92Ë\ f]~\1c7}A®¾\8dÙÏhÛäN\98\83       iÇ£Þ3\ 2û\1c% Y}>{6ª\9d'´¯7\8f9\8a)\1cU,\9f¦0\7fº\ 6#/o~¶+ëå\9d\ 6»\12ÈáD=G\19Kù<0·\8fE\80[aúZ§3Êr:§×b¶o
+\1e\14xnì#1ϵ±û\1eòxÛ\8b\1f\98ïr\9cêÜ\97\ 6\13\9aP5rÓÃ\86\92Ë\1cn²#f=\17ófe¤¶m\80\0ÑJ!k¼¨%À´oÏ\80\0\11\15-\81)åÐ08¯\ 5­\9c®\17\81X\8aã²»80Þöä:ÐÈ\80        !_\ 5\1e\99Êçê"`Äjv¸\ 6\7f²ëU;=0f\ 3¢íD\8c\16¹B%\83Ý0\1cØt³\ 4â=d~¨Ç«ô\99ß\8f\9aK6¡%ø'\83\1cÉh\9eíÔ\7f\96ÒàkÃ\ 1\95ÍöT\88ú¶×\12\b\94N\ f80Þö|\86d¤Ãù6S_\8dëôÌ+êħðé¨]5G¦<N\87ke@Ä^÷\aGËI\0Ê\80¨\9c\96¡\16í\12¨Lß\ 3ø¾¡ÒQ\15\12\8aNÔYÊz\9aUxó\98¶ål\ 2\7fRÈvhÀXÆ,pí¶\fO¦ïúµ§\13<\9f\828½½B_~ìÒ\13m\94üT\ee     kC\1a/U\85\e9\1aã8º¹»´Ñ¿MUy+\9dçàÓ\8cf¡Lt\97\10\ 5Ï\19\11 :T*ú\9eìÖ\fÆð$9*[\ 2\ 4ìÓ,\96f      Ì\ 5\ e\rdÐç`\99\11\ 1_\92ä»\90zùæ VH½B\ e\88\ 6\952YðÐB\fÿk1ù@\8d\ 6v\96s¦Y\ 2\85ÿ7¸\19\bü¯à{
+´è\98\ 5|{¤ht>*`71°oB\9b\81\81}úÐÙ\12ð<¹+\81\rèñ3`Ù\a\1cÒÿ9ì\10
+t\8aLVZöíg£u\92ÄÙ^ö\10k\9d¤©}S¼u\122\ 4"&qáÿ\81!ô    ,\93K\8acøÎ;5\ 5Ï\88\ 3ªu\92o;\8eÑwôh)Ч¹ð¿¢odITë$\9f\97QLË3\87P5 À;\ 4\9dßä;Ü\8cZ\94é\99\1d\92@ì¾ß(Taw«\ 6\ 2·\17\84ô\b\87p\15rGݪN;\1d\11\18\8eO\1a\19¸\12\9b7õÑ®è±îMÂ\0\91-|\0î÷+Æn×Ó\eñòEX°\9b
+\18y}\19\11 æd\8a\1e[\ 2DLâÈ\1d9e0hk` nÄ\ 25?  IÑ5Dª­á®[ð9O£Õ-\aÀ%\189\17¯Óå¸G×}ð\84d\80îêc\ 2P\90,\9e=\v\ fÓûmM)ø»Ê\1dC\94N
+ág¬#fýÞßûà\19\v0¡¯äs\ 2$Ò'fë¯C:\8eÜ×A\84Þ\13Ò\ 6SÐ!oi£\9di\10@\1c\18yGî\8dÈ\93\94Á¥\a\81G\83KG\1c\18íé÷\87ÞI¡sØ;\15  (\8c\b\18Ðy\81k zì¯\90\ 5â!
+ú7æ!j\83R$lq\9f\9e\1dµ\8a\9dãz\94¶££ídä|@\19\10\1d7%\1ep#àG<Ú¶ô&D_öÐÙ >»6´\ 1¾WÀ\ 1SE\9d\1f\82\ 5\14Wcñ©Ñ(i\81jdú\9e"Kd\9e\15ùnvk\89a¤¹%@L*ÔHó\8d\ 3\9fCÑHóI`Ðåd\8c|·`=~V5lÁz|Íy¾I\91Ȳ\95<\8dV\bD\17a-h\19\19\82\11¦\9d£BÔ¶£ß\1cÄ¢åRîxã\80\88\96K¹ã!Äà8'¨\ 5¦ E`ÒÖ6)áG\8f\86mY#Å#S4\1a\97îÏ,éÂËá%$Ä\ 1Ó{5C!\12\ 2=
+\9fç\11ÞM:Li´\9b\f´\vý2\ 3VÑÉ@5.õq`\ 4\8a!\aD\9cw\rÛ\81\{¶äò(F Ø·\17\8c\ 4NGf^\84´-­ëÆ\16kJ%\8cB\8c\99Ø\9bý\19C:[¼.vÆ\90A`s\11è\1fn\8aô\96\12ÄYzûl\bP)\84\15²à\a\9bÚ\eýFÀ\7fsÓÞè7\ 2D:ë\9a\1fªAAÊ@\r\ 6H\99\0\ 1¦\0|\83\96Äô7\9c\ 1\aD,G«no2 \9c\9aL7¿\11 üò\84\f\89y¼R\88Ñ
+\91ð\8a34e\ 6! ÍD!\84äÚ\8d\ 6\ 1¨FbV¡B\8c°\10\12µ¯á\12Ý\v\82Q\96oK\f\v!D}â\85\10\ 6>Ñ8\9f\91\10\89Á#Ç\ 1\7f
+1ź\18ë¼ÆC\v1\88±C\19\10Xu\87ç\ 2ÓãÅ'D\83\0:\17\98\feàGËÚ\171,Ä\9a Cñ¿ÿéÀÇ°)×\f\97ÀÄÓÂ\86$\95Oeuù\83>\aÕ'Ä~P².Q§Úö\14\7f¿iGv£6\88y·x4¼²\81\8b\83\9e\1e,ÕNn\19\aäª\9d\9bb@Ý\8cd@Ä¢ôîZí\f¡>\81\ 5qÀà}ÉQº\11 \12
\15©1\0u\a\86ÔÝ\8dW<®ÚÙ«F4lrY¢\ 1\1dø\12½Þ7\16i\89\ 2\13\88\0\9f¸\19ÖÂ\85\95\aZ\18cåÁ\12\8c\ 63p/\10 +¡Ýèì8u\96]í.§:ÆÊ5\9aðWà\12\88@PÍ\ f\97 ·÷\81S5¢iÐ\94\89\82\ e\96yfÂi\90\ 5&m\12zUâÞ·!\ e\98~OûüP\8f{u\99â\18,ó2Ð\99\97çx\84\9b\1e\89fI\17Zn|\12Ó,©Îzº\95`³¤£)c\94\82¶uDç\eÓ,éhE~J2\a\9b%\1doØç*è±\93Â\82\86\11n,ø\9b%\1d¯àÈ\1cüÍ\92\82ô7K:&ÅW\81ß±fIµb\93ô7Kº\9eÒ\ 3F-pEϹ\12\9eà\99\10\ 1&Î-\11\99\12\9cê¤ó\84n\1c\10O¨¥\\1cÄ\9e\86\96Àtm\98À\12\ÑI%P\91\f<Ö,í-\97³\99ÊÑ2\95,\13Y¿Ö\9féÈóù·l\87ÏÞ>\92äØ\90ؾ\8e6B\87\18ß;j>ÿ\16k\9e>H\0Ô&\14ô\ eÕPHÉ\93Ù!\14ô½`D\ 1<\1d    \ 5M6»QøìõÔ\17Ä&À«%±yÜ\9b\v`bN\9fõ }&ô\1er#ñYzÔ%q\$Öô¹\ eϵ\sa_\aÞ»]Ð|\1e[BÂ\95$¢i \92M;/?raÓâ)TÞ¾Êq\9dÑ\97¸v\19.\17%\14
+T¨\8b\82Þ\ 6vß* \97\19ù>%yþ­\14<^ê<m\8f*ªs\15ùkù¡\v¢WþRá*<næÔÿ1A\1eÙÃ\87\8fèöá=\1a\80!\1e<½Ø\84\87í,\¿ó@¼\83lX\9bD9Ø\8e%ùa\ fÐÓÍ\a÷2íë°Éù\e;$O\97òÓ\8a«´\a¼{\88\8fUôyÈ\93\8f\87¾\8f©\19¹©ädâMA\ fß\e\85ÈÉ5\15ûäê\9f\1azr5\14À©a\9c\\v¤ð\89\ 1úËлî\8dÄgg9ãèZ|\92\0^F\90È~âÁcrlú\ 6\12\9f\95$]Ihß¡Û2²§o¥P\98!\85O\93èZö\11ÁR9\ 4\18\12å\9c¾öÏsçMBcH7Iø¼Ä\9b\82fpÄ%!£v\9eHB_<GvÙ_\864m¼É\92±ìëÉñF³ÇÛ¤¢#"ô,©¨¬;\e`\97«\8e@\99\83@(\14¤\ f--\aL\13zyhy§©Å®:    \11ðOüQW{\10\bMüÑ\87\96\80\f´ÃE~¨\ 5¹cĵ°!!2³ÔöYðØ\1e\fÈiNP«\ 6& W¦Yĸ\ 5\ 3rG\8f\8b(\ 5\19±>!cb\ 2rGµß)É5\18\90+RS~\84ªC\ 19}n¹³à\ fÈ\1dï-È\1cü\ 1\7f¾óà\ fÈ\1dC¬Îì\94)\18\90Óü¦\88\1c\84\82\94çD\8cZ_mv´3\99^wÙµµ\8dѯ«ë\9012\9c\ 1ñð´T\97\7f4Úõíh       L¯;xÈ\10\ 5\ 5+:æ\98^w\eÔ\ 2±\84\r\19\12Ózfß\90\f<~I\1fmR\14­´)R#S\1e\96\1c\ 6,QS¤\8ak7\1a\rC¶èf\92f\eI\ f¹F\8dDz\90$çÜ8ð?ÂÖ\1f^1ô\b\fdÀ<ÂÖ\ 2Yð?ÂV\b\1a\ 3IV#)\ e\8b\16\8f\90)jÑbK\80é-'ãb\ 2\1c\bl­güï=\99ÛpËÆ3G\ 1\1c|zU\83\83ÝÅA_\ 6\v\12"\93â$SÉ\ f\ e\1e\95\ 3\ 4dÐæHÝ\96à\ f\1dæMµ°Å\1c\82Ö,Þ8`\9aÛ!; 2\94ÒS\ 2\8bk    FgéÙe\aFÅ¡Ï\12û iÞ\{Áhn\97Ð\12\98æv>S6ê   !\11\9d!
+$@¤y\15´\ 4&\97¾"522¨ð\ \ 6\18\9b\89\ e\9b[¬Ð\12\19°¼?sieCþ\80\81ª\e\12"Ó+f÷í\ 5ã=\ 69U¦\eW\9d¦g'K\9d \1e\89\19zU"\e?¡íHl\86*ý6[\ 2Ôì^ìR\b)f\9f-ö{\f\96\ 4Ö°\11=\ 6Ë\1eõËÒ椦(Jº\81Ý\86\ 3"õô\ 2»GZ\8aá\97\8dVÎr}®k´?\86\14v´,0qæâ[\83\81v\11\a\fP«H\b®;\87\16¿Â%0\83\12\b\19¬\90\ 3Â\924P=à _A¼­\88\0ÑbP\92_o\ 4üo.Ú\89ù\1dW\8b\\9b´\13s\80\ 3%àÓ\821\b\9fÏJMf\87Á~'æ¤2øÉÁ§S4°&T#!\ 3\8db´þ\80\9f£>M      \ e\18´[}\ 4ú2XÐf"îßeY\1f\9aòêÛLF\17cdH¾\9e\ 4ÚË\r²ÀÄE¡!0­Ø\10\a®J/9àã\1eE   ì.\ 2F+¶\ 4\8e\vñ\1c>]Û^n\81%(Ðó\9d,\ 6NK\17\a1À^\90_wndzöt¿\b\84ªÝ\8eB\ 4°\ 4¦\8f2rËLµ\9b"ÅRb»ñ
+\8b\ 4\98\ 4ö\15\10 ´p¥D\94`\ 5ð\95\121X\82\91\121#\ 2L\9b\95\ 5\11ø\0Iã°hy0r\ fp@\14ðê\83\ 1\11\1aÞ\12²\ 3¦\99\1c2e¦\80wG\1c\10\8f\14y÷É\0\9aò;\8a!ýño\ 4ü\9db´t4¼\e¯°è`7\1a#§¡C!"z\1aA\88ªQ\e\17\8f\96\r\9e\90\16\88à´¤\9b\8f\bô\97\12¨\89}a!jíi¹\96\10C\9a\15Ú\ 1S:\9a£\9bI±nx;+\ 1\r\ 1ªs2ôiL||\83G\13Ñ9y\87\96D\fZÐ$¯¨-_aѨ-×      Y\92ëáUÁò\ 2,       \ 4³ÆI\0-\vD"\ 4tjLófèÔ\9cÏ\14'Z®H\8f\9e*\9cï°(\90âgV·\11Ö¬P\ f\81\1cí\90!#7\8e3\82Nà}\83MÕC\ e¶VÈúd\96éæ\ eJ "\19øSb´­àM\ 6Ä\80h\8doç`=û\ 5w³]ÏÞÇËÒ\14ÿ&\ 3_w\88·\1a5°:P£Ñjes  Ñ\80»\ 22\9a%p3î\16$\ 4&\r\0\99"\93Ñ¢x7G{3LÙµ\84\9aÖg¶|T\9a<²eíµ2²e\ 3qïÏÔ¨}  G\ eÁH\ 3\80»\89H\85È»K\88\ 6ÞEvÀ\ 4\16U£ÂU\9f\f\8c¬Ý%z²Ü\82ÃÑ\83¡,p72#îf`Ê\14â\86\1c0­V \16\88Í´A\80Àô%DZ`<Ò\ e=\12qëØ¡? "³ZT1Ø\v\ 6ä÷\9dm}Ä>#5~\9a²\11\9d\86G\9bÿâ¥}ZÂ'Ó\ 5Ø£»±f\1f\13(>K4\92\87\bãÊÚ\r³P\1fêñ\ 2ü\89\1ez#ñm)O¾\11`²v\8b\8b\ 3\ 3¯C\ e\88j5i\ 3v\9có±ö(ZP\92\82c°²\16\94\fd`\84§+â\80ÉÚÍ\80\ 3æÖ´BCb²ve/$zøÑ-<ÝrÀÀõ\145$EÛ\8f        ,®%\18\93Ë\ eÆY»ün¼eíF7Ó\95µ;ØLc¸>0e£·"t(þ^Cǹ¾ÊÍÃê5Ô\8d%\95
+Õè\89%)Ú\86NÕµ\84é\ÃË£¼\v\1eS;æÑ_A[\96íá"\14.\ f\161®Qk-\81im\886ôìê\1au\8b/\ fX0òn\91[\=\ 1j\85»\88\ 3j¬]}æ\12ê\ f§\14Ëd\98}Kè\ 3nìSüCæ\ f¸ëÙÑÝ\ 4³c(õ'\81Ï\ 4³n@íHÛ=÷ã`rk?@}!µ\96\82ß-]ù\1c\ 1
+ÒSPº<µ\8a\98]\r³\14ñúàb_\13uwi¢Û_é\82ÌóÏá=«ß¯]!îÙ\1e`dô¨\98\10\a~\9fp\85¸y\ e\84\80>\7fÎÁ1RÚϯ%ÀàM­
+\99\ 3³¸Þ¨_\8f§Ù\9e\ 2edtø\84Ø\aí\1a¡nÔHx¥,M_\8eô×\90W:"Ü\9f\ 4\b¯t@æ·W::¦\85¼Ò\15â¾Q À\92¢î\a\14\10\ f\9bK\11Ó5ÑúTeiÐ\92§«âw\94ú¤ðÓ\9a¨\ 4âŵ!ú/Ù\19î(¦³\ 3t
+Ì|½ìr
+ý%hICx \15É\80\89\11KGð\96\0Séµ \19Pi\1d+8\1c\88\v5\ fü\9a\91S\ 1-\91ÈPÚ¡g%*\12ö=êÛ5B\9bÑ      Ë4\ 4G\96è4å3§¢¸ÔØGÝ\9a?<\90A\7f          Ù\ 1\15¡Ev@T$TìP\98\fæê:a\8d\181T#±\84
+]\9a§M\8a\16\982ífï£>ÊHJ ÅBBY#õG×ÁÈýïjêv´K\89\15cn9ð\1fmY+SZ\ 2Lÿê\ 4\b\85q\88¸ÕB DÜ.Á?\92ì
+\11\87µ° -0c\1a×\8ad@\8c\18ó@\vF\888#!\12Ùü\e´DfzNuq`\10ðí\ 5\ 3ìægZ¸\82Ô<\a
+uçg2(3\14"\13å\86Bä§aß,\91XB
+«Q\b\ 5×^Ð\1cêÙe\aFk       h\aLk    (D"P/ýº[\ 2Ô`öÅgI\ 6\ 1\9fS4rB\94\83\9fjðåÎ*Ü\86Û\89\18Fµ!ER\8dÔàÙÄÌÃ.@\bL\v¯Éw>\eAîÕå\11\8c\185´$"Ì\9e|\a¼\11ä\86@\8f\98·\99¡!ùß*.À?P£\ 1ø¡\1a\89¬\92\82ÔHøå
+\81\8f\945¼ü\86\1a!\84 u\9f7\ 2üÀ\9a£\ 5nðÆ°#\ eø\815\a\a\8f\ 6ÖÜ\96À\ f¬i\97@8\14\rpßdÀ\ f¬9b´¡Gd\rpßd@¼S¬Ð\90\88+Ç6»Ôhä\84\88\10\9b%0m w¤F¢ePÞán$@\8e\1c,#\ eú±¬ù¡\10\15-\87\85\1cÝ\v\9aÒ±\0\ e\#M\14ì\9e\96\ 3&8^|>±¿\ 4õ\a\83%\fÁn\9c\ 3\ 1»-\aÔ¤ÇÅç\92úkX\91!0kX\91)2±ii¤6:Y\8c\8c\b0\8dÔ WeZöB!2ù\18\vÚ\8e\ 4H\9a\11\aD3¹\ 3ëzNW#¸½\ 1\9aÉ¥âbÁ à\ 39\ 6\81=
+1$@/c&C\8eý]4©8­Õ#Ó·\18    1íD\88ß   \93úÍäêCÏ~Áå#6\18\89\83hÅâñ\1aoÅA\86\19Ð-\aLLPÒjn\ 4\98\91#H\ 6Ì°\8bê\93\81\ 1\97\97(\amx;.\83\ 5
+\91¸´,P\88DJË\8a8`Úc¬a5jx\ei\81Ù\v2Hyd\a\ 6\^Ñ\12\18¸\]K0B»\ 2\93\1a\ 2TLpF,Pñmä\10\98yÖz6\1d BÆÉ`\ 4\87Ñnb\10{ÖkÏd\1fÐ\ 6â~¸\1f\8f\82A\97"\87s>nÖÌd\83ø\14i\8cé\80~\95°\84å©%¬Ð¯2\90½\0K`.>òæ\167\84\rú\14Â\14%\85zt¶\18\98\7fAjdj\16÷g\96¨ñí°Oº.\r\ 3\19ôÓf_~õ\1d\8e\99*8,9\1c©Ñ\b\90Ï®\ 3º\ fw5\f10e\ 3\93\81PcAKøôËFB\v´D"Æ\8f¡¢?¦§\1dõÂ\1e©VÄ\ 1Ñ\7fZ\13\93¬CW\ 6UãbÏJ1\bì\88\0\ 3ØóC\ e¤\9a¾%@ä%]áé\96\ 3¦âPpÖ\12\9c\93JâK\90\e\ 1"3J¦\14\8e\96`\ 4È\17\97\10\8d\0ù·\10c99\1a\ f\e\18\92\11aWS\8e\8eýÑ\09/\ 3EüÈ\ e\88&):Ë6ÎÁ\8c\96@áõäR£QqøÐ\90\8e\ e#\1e\ eú\bE#ìKt\1a[\86»\91¸¸i\88¾\95\ 13+å©%Vè\95ýÙa×\85£5$&\9b\ 4yeÆ\12e.`Ü\12W(\ 3Â\12×í!\a\e²\ 3ªh\13Y"\95Î\82´@\84Q´}õm3ùÊjfAëA!j\80}\ 2n\9dÉ_\9f}\18É\0Ûèp¥bË      ¡,&¶¬\91Ý\ 1PìW}\16y\82_\8a]_5}ÎÔÖzÇ\rHáP©\1f.#kfâ\9a\1a ¯Kl?i\ 3ê\96\0±\9f´\ 1uK\80\ 1)zmªô@7íð!Çc\r\ e\8c¹àrµ\aÆ\18hw\8eËà\1cu²#\ 2\84\16ôíµµ\ 3"\85]Áj¥GH)XE\86\93l.5öe \91 \81\ f§iBK`Ð.Ò\ 2\85\10\89\19ù\ 3\19\12 \ 2zúðÙ\10\0\91]\83\ 2ô(D3¹\92\90-\13k(p71³N C \80\96ôÃ\em\ 6#<¾»ö³\81VÑnb ÿ\ 2ÕÈ$¤ \ 2\ 4R;À&\90\81¿å®\ e¡n       P\ f%»Ï/\eù \ f}R\85>\89hݤS¨\ 3ç³¢M\88Q\b¸\9a\90Wd\84\88\9d\1a\93û\9c\81%\81ô,h\8bg\87\8fï\13\9e\9cs©±Ýò\féi\aê\80!(Xõ\1dNÃjÇc\90²UíØ\87\b\1a\1c.öÔ\1c#ùy¾\bÄ2\87¥\8cþÝc#b\8aWt¹!Àd\ e\97³YÍ1·%vmÉ\1aäo\84À\[®t\8cv\11\9e\96
\9abÙÀ"\ïMßÕ\86'\aö\ 4'#¶:¹\14Ù\7f¨Ø$¦Ö\10`\1e*\14®\ e\84\8fþä\80J\86\98|,\18\ 4\16D\80\19Í7=3\84"Ý£n;\9axÁNH\ 6\fÎ\91Â\9aÑ\8e\1e\aW\a\1côÁ¢âÝ\81[4à*Ú\fÌ\12ô\ 6\1d\ 5rÀ$P\97\87v ±Ñèv¼b££íh\ 4G!\vÄÅgÛÐñÆtOF¶Ì\|vè\10\98öËó³#þÀ»\8f\8exmî\11v\bu\86j$\90\9aÓ%\19\ 4\90G!Þ:®\\88\96\17\84q.Ä@\8dã\\b^\v·\\88\81%\1aÁ]Ä\ 1ÓRAán\ eÎ3Ëz4å\123¤,5\9f-\ 1¦û²ÌòzW\1drG\93F\87Å\94\e\190@Oo-í\12\98Ø,\12\ 3{ABdbôZª7ÐB\7f     +T#3,\ 5\18\92>Û5\ 4\98g\86\1dj\81éÿ¼G\97 ­5Jt7Þjý¢{A\87¥\8cö\82Ñ}yBK`º/£Íäl\88p¶¡\9b\9e\82=\12Q#V|Û¹/\83\82L\99\9a.\b9ð\\9a¤\ 3u\95\10@\9e\83!\80\ 3-\7f\1a\ 2\13\ 2¸à2ïV\15ìB)\ 42\ 1Âzpº\14£±E\ 5û\91jlQ]>É\80\9ap;\11m%´Ø¯]\82ÿt¬³b\94Æ#\10¹Ë        ©\91\ 1»ùÁéø³±E\\8dØ¥0\8dèÂ0K¡fyv¸U}.\1a\1cnýÚ \r±'z¦Ü\rj&{d\8cÑöX\8e×\14\1dØ¢\8dänk`\12w'@àóxì\aw_z|{ö4E\83»Z\94\92j4¸«\9e\ 5#\13`F\9adFQ#=P`\11é\81\1aE-\8e9Ù³¼\8cT\82\82\1eòõÕ­%@\1c\8f3$@\1cР Ú\ 1ñö    ]\ 2S`¥©\ 4)8IKgY\877tÉP\88þQ\9b\17X\8cºÅ+²Ê/A\93F§K\88±[\87FVStDã\82\84èòì·*µÁnìË`+.\19\18X\13\992\ 1RtNÇ\8d\0ñø:!§ÊtËÕ¬Ó\14\9c°X¡Gb\960#\87B\94tTé¢>Z\82\91\a\90¢.MÛ.¯Ï\fI\aã\85=R\85\1e\89\81Ë\9aG0piF_\89\e\15¬ú\0\86A\0bM¢¸HO¦Ù\1e3ÒG»\9a\12 Ð®^\19\1a\ 2\14Ú]\10\a¾ðö{¸CýæÀJH1¦HO\ fe° -02Ð\12¯\86\0\85øWh\bLS\86\ 4\b0\88_\86täÉ\9e\87ªbËio²9>\aË\e7¯"\14èÇ[m\ 1\0\ e\16H¯¨Aþå\9d Ô®!MD>H-H
+D¦\9e\9aóH
\16#7\ 2Äà\1fÉw|°\ 6±Æ\96\ 5fGm«k\rÆÍ\v\f\8a\94\aäV\bÌ;þ´ \190ý§\91!\10\16#7\19\10Sá$L\7f7\ 4\7f¶¡\96\1c\1e,\84²\r5©å&\ 4>©%`\bzs\82û\91\96ñ\10#¯d¤\91ï@\rT\87\91\87Û±T(D"\1dcA\9b\81     C¬È\ e\18[\86Nís?£\88\96&µ \8f\90vÿá w§¸c­Ð©0£\9c±O 8\90hLK\80\88\89i\9c=|ÊkG»À)ß^]FÛ¡\1f¤\96\8ev7["º\94ThÍÄ%ZÊ2n\1c\10}\ 5+ô)D6\82½­y*`2\983 @\ sF\1c0ÑY©\ 5\1f\110ú?\8b\16\19ÛH*\11Kl\b0\1d*³t6¼±À<\15¬H\8fDïbuí-\ 1âú%)Ô#C0À¢À\94\86\0uýÚ\10\vÔõk\7fh\8b;R\ 3sDOÈ\98\9d÷ð3©#\9fw\9fÆ\92Àݧ\9f\ e0¯ï+dÚìt\80îÌÓrù\94&¯Ä\7fsÑ8û\8d\03\epv\19°bo¤\86~"z\9d\81\10]\83c\15«m`7\10õ\0Ú\1e\836L~óIL\94{zÈ\81ÄÙï~\95@ý;d\81¸wìa\97¢      Èßk\bN\17\84»\89éÎPâKøÙ\9dáf\bþ\88\90öR\eyÅ>Ì\91:«Ññh\10@\96ļVdß\12úý%ÊìÚÏF\ 6ó\1eE)7´\1a9ZÞ5\87?0F(
+       Èi\1d\9cðF¹\9b\1c\8f\r\ 5¦\13Y^\85\ 5:AIÑæ\ 48`²\11$Ò~[Â\a\aýJ1yïh       ¤ýcV\a\10BùÚ\9636ùÆ\bkzÿ­\14<ûéu±No\12ç\84ùôº\8fÿ\9caüaÏ\ 6àÜÐ2&Ï2\94\89ãÇË'\13\1f$\8c\99Ög½XZícÚ@\8cH\9bLc:É\1a\8c[´ô\e\1dY´A`s\110B¤p    Ä9/y\8b7\ e\88ô\18\ 6B죭\94Ä\ eÚ=å»D\9e!ÒM(,?Æ\82§\9d\8b\91"\1e\b´\93W\1f\85þ*Jzº\8a²øx\80ÇÌÙ\18m\96]ÝRð·^=\9aULÓ'\ 5"MF\9a8Ý)ø\92\vÞ\92\ö§\92\±Mú´y¶W[ÅIÿÄ\9e\87\84Ü×\98m~æ\1f\vö\8fD\99\84t\99¿ù\ 6\7f\90NSeF¾¡{PÕË;\ 5##\9a¨2\92\81\11íuâ&\ 3\81#\16\88ð\90&\9a\fOk°\88úµ\97\13\0\9fÆX¿Ê\85\1e\13è°6õB÷\17\82mlÁ\17ºÿF o
+K cç\9dæ áÎ\17\81\18\ 6Î>\ e\8ch¥ÜÆ\16;\8bÑ@°\15q@ XUÃb'bvïÄW´s    ¦=ei&Ôràô*ç|ëÕÅ\81ñ¸®2\bf1j\rÝM\v\12i\81È%Í\e´D"⻣%PÁNñí\r\ 1®ãÄC)êxé\91-\eÑÒ³xêu\1fa£¥ê\10\ 4»æ\9fC\8d¨ë\\11Àô\82\7fÑëÜË'¼\9dó\vÿ\ 5¯sú\ 6Ò.\83ºÎÕí\Ç\8d\89\ f\12@\96/¨4Mï±õ§$^`|û>c<\9ddÄ¿¿¶åÁK\92å(dò\84Ïï\14òS
+\92óð\84ÂlS\0\85\14\19#A|(Ãð/²7\v\7fÁÏ_Ëô]6\91Ê\vÇþàÁs³<AÇÑ\82ñ´ë0è¸\96\91+\r:Î0ËQ*üfâ¸àý`Â\83:\84¯£|ãíeòòckl\1fçU¿p@oÈ9ÛÊ0x8,ã\83\87ù\93D×,\8f\eîiSKа¿)LO)\88ÛíRèßHr¹lêǫħ»\85\87Î\ 1\1aµ\fäp\11ß rþ\8c6\0
\95\15\ 5\81¯½µ~ëâóviPXÃ\14d\15
+\ 3\80\a×IAO\9d\96\82'âqn­²È¥¢ð[KxXñ*üÙ¦Ç\9cRd\ f> õæA\1fÊn<x\9e\e¥\0{\93\83ïµ³¦\1fÛÛ÷\xò°\85å \144W3`\ f\82\0\8ev?§(\17\e\86ôߪ&       m7Êð=\7fËì¢I\0]\99Ì\90\87\11/øÞݦ«5Æ'm\ fYHÉÇB÷è­\9a°y\0Cëèí+óxsS\9b\8cÁ¹¢\14\8e\83Ó\82sÝ{^Ñ\14¯ãý/rÓÔ9\11)7\19ýDLV\936\e\ 2L櫾ºe»¦ \ få\8eÈ\v\82r\9eK\8e¼ü½¤ð\f\15\7fS\88¢â\8bB\18\15\7fS\18 âþƬé\82@¡¬\8eë\ 5t¶_\81ûq\aM\8d\99£ý\8bôý²á\80\89;hø¨%Àp°»8@WîIÊÚ·3:?ÿ|÷Ë\93ç½GËÚU
\8fó2O®¦)ÂÄâdÂ\88!\15 K"ÁF\9b\8e\8e$i¤Ü\15D\80\b\ 5î\88\ 3&\10·\8b\83\9eíô\18\83\83í\99=ëH©\96\03FGú0\8d\96`ôaz¸§\8f\ 2\8fGvpeì\rìÀxyD\86ôyÊ\19\85íp     \1f\18º/D©\8co\85HõV¯È\10¨FLP\8aLe;r­ÎÝt^E¦Ë\14C\99ZWyÅ@\ 6FËÐ\84\84¸ÁãÅÿR¥MöG\96Ôç`÷ÉÀ¨­OQ¯ª9\83ë3§X5ª=ðiÃÒø\9b\1a\89d³ä\93\84¾. \91\13ú\1cÈ\94%f6GÛ\9aé@¦\9bOIü@¦\80Oi[Ô§\89~¨Òç\ 5\91ãDw\8eQÄ)ñÏ©yébjÓ\13â\80\90A\9d¢2¸UóNÑÇ:\85\8bü\12\94À\ 6\b¸<»>\17\ 1Q\b«\9e}
+¶YÐ\81Lq\19h1ð`    ã÷F^\88\9agömH±\96\9bSx7*ÔKÏ,QûÓ\8f´`dºIº`C\80ÈC.2»ä&D¾åæm  ÌìNèPü\8d_®Øwx    \15ú\ 3\7f*õ1\8fI       \90i$\92â¦P±å\80x9_ѹð¹\99úB\\97\87B\\91O$`ÒU\1e\8d}\7f°§¨?P¨\88´@¸u\1dÇ\14ð\89
+\15\1fz¤úÔ#é8¦ð¹pU\87\84\85\88!\ eÓ±³>;\eµcg\\ 6\ 5ng¦c':\9d\89³Q\87)\8dö°cç¼Gû÷ȹÐ\12ø\°cgK Ò±ó¶\ 6¾cgKÀ\95N$\ 5       Ò±sÞö`A\82´\97\1fIÑ P\91\f\98̶ü\90\83\15Z\12\81u¥oͼ\97\85\1c0ÝáÓ3!êìÐ\80\10¿k*ÎÍP\82XwN\17\81GaÍ\96\ 3\89L\99  ÈÉPèÑn4 *4e¦m\râ\80é\1e\a\f\81õ¡\10+2efBzEN\95\84÷B\eW\r8\14\85ªp;3³G\91Cq\9dm\1aWÍÏ\\9a\86Eãv°#Kd:ÆLðdbz\96B5\123/ghHÄ$¥ù¡)×\848 Jåj*.;0°."\0ÞI\8caN;\80\16ýrg\91°jød©\15\9dïÌ\9d¥ú\9câ\18ì\1e\8fÀnC \ 2v\e\ 2!°Û®!\0v\e\ 2\81öôóºÅ:\8d\`÷å\1dC\9dF4.{#à\1f\81s¼á\9fjÈf\14Ä\0»H\v\19=\19ZKbF\97®\ fMQÁnKÀ\1fÐÓ7ü\9b%\12\91 )_Z\88¥yMH\ 6T\12@qq` åÕe\89\ 6ØEvÀ<\9c\9d\99\87Ó\8cÔH\18\92f5Ç}\9a¦ë\85}\9a&\ 1Ä\rA:²Å\raÉ.C0\9a4B\19\10\9d.Wßn2f1AK"R1$        àF\80Ø\f\8av\av`T\rÃÃ\91\80\8a\8av\a\9bÁ\88ì.Ï\f\8e[C¢ÚTÎ>)ö×\90Â~¹m\90\1f\1a\e\ e;\ 4\8d\r\aLQÑnz¨Ç\v§\ 5\1d\82\96M\8f¶£AÀ·\19\86e×ó:\99\1c\18\ròWD\80IB¨\80\0\ 3r$     ¡%@áí\8aXðå½
+\>\13Zæe\röv\97É)óÑ÷çÛ#l\f\89Ñ\0\9b\13\12\ 21\ 1v\13\8fðZC,\19D\1aî´B`\92Avh\8bLÆ)\14"qÂÏP\88Äù:#\ e\98\90\9c\9e\f¼\f\ 4\87\8eâ#5\ eÓ\10\ 2BÔÚ\92Ùµ\ 4\83Àî"`ô\88ÌÀ'Q="\91!}nçþ\9da\81v@Ü\19\99\98;\83$\9cÆý²\ eþ\8cïg½ÿò»I¡Þ\14Ý\f
+6\8bË\96\87M&o»\89éq\ 39` bzæ\104\8d ì×/¨\18µ\83ZÐn"\9e\9bt\96R\18&Õòp;^\81Ñ\81\f\86\ 5Nób»$£A£¼[.É\f¨\r\eì´\1c0`U\9fÜ\ 6\ 4\8c\ e=ûÃ%(`\1fp\07Ó9\8c\b\84Ò˲\fé»qÀ\0Å    \10øôëF`õ©\1d¬>;0\90f¾8\88\95&m+à\80I\ 6ÙÏîks]\83å\86ûêÚ\8d\ 6T\85v@\ 4\15gd\a\f@P¤90$cú\8d.¡1$bnKòmghH'TM\88\80oàÈ9å¾\ 25\12/nW`u`ÊÃêªv        Ä;É\91E\10\14¢bÝêÚLFX4!K$ú1.h;S³k\92Ë\12\8d$\80ÉEÀ\80º\8bk;÷9Ø' F®#;d!\10Xå× \ 4àÁ@Lí\9c\97g\aÃ\95\ 50ði\ 6X®Ñý¬\1cød`4TÏh?ó\83G\ 3\81åv       üàÑðnÒ\9cÛ\91%\1a\ 4 \16<K8Û[\1dhûè\972×éG{«<y\ e\1d\97ÏÆ1s\19ô\8e\eÃå²³ÛI     l\80\80óú|\96wÉnxÁæP\1a\7f®\88\ 3\ 6¬.\19q@ôà^\16\17\81þ\12\16ß\12úPQ\1fý\1a\ 2\ 4TÔ~\94#5\ 2´«\ 4ÎÆ;-\81ôYñiô \14!\1cÞí\a\ 5_+Åã¢\94ë99tNË\8f\8bS":Îicüù\85\1a\83\ 5\13\94\asKöå°îOå         Ð79|hÓ¸z\88E7<\10\9dN´/Ã\9c§`BÄ\84¬\81y\ 3Ö\aÔ\96\80§\86Y\bH\11ôM\ fDkÏãîá²\ 5£§Öë¤~\ed\9e\83­=uöfÜ\9cJqn+c\19õlìu_\86¿\ 1õÑH    íÌ\8f»h_\9f\vô/\8c>×úX\9fëþT\9f\e²kJ\9f\1añ\1e¹\a»Õ\9bK\9fF£¶svÇü\ 2áR\99:!»f ¨´Y¸9\b\7fï_m³\10v\92WÐ;ê$kF.\8a¹Mé3ZÔI^\87ö\91\0\17ÚT\aþ{\9bÒ\Ãý\8f«lª×Í,:Î&£e0gî:_Ë\b:É#\99ôt/S´\83ò&àãuÇ5[î\19\a?\14\ 4ã$¥\87ã\ 3}\1eqËgú¼ÐCX\9fWFçM\9f\8c\93L³O\9fÃÎNí2\98¨WFêd¢^zÑ\7fù:ë\9aÝ?u\1f;\88òÜA\94Ç\ e¢<v\10å¹\83(\ f\1c\84 ¨ËAl\r\8a"Pñc\aQ\9f;\88úØAÔÇ\ e¢>w\10Õë ú(*É­{.\1d\14õ_~÷\9bßþùükþõ»¿{)õøþõ?×ÿñ»\7f:h§ýEµ¾¾úÝßþú£ÿþ/¿þñ\1fþæ÷ÿü\1f¿ÿÓ_\7fñg\7fþë_ÿý_þöÿþÍïÿö×ÿü\7f¿þâ¯þð\ fÿø\8f¿þú\8fþæ¯ÿø×\9f\7fýú«\7føýÿúý¿ÿá×\9füúû?üá_ÿô·¿ýÏÿüϯ?üý?üÇ×?ÿþ\ f¿ýëy]þîßÿÇ?ÿ\9fßþë\7f\1cß}ýý\1fþé\1fÿø×ïþ÷oþëï^Üý\7fjÙP\1c
+endstream
+endobj
+270 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 713 0 R
+/Name /Im259
+/Width 32
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]\8eÁ  Ä0\f\ 4'äá§JP#\aîìäÒT\8aJð3\ f\13\9fl\b\81{\f\11,\16\9cs s¢Íü\83\86¡}6¹¦/Êb<X+£R\ 6/\17È¢\93¿P\1d¬aw\8e\\8fTø²³}[\8e\864íêÚkÈ\1f;\ fMWÜüÌ^Gö£\ 6?{qFY
+endstream
+endobj
+271 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 714 0 R
+/Name /Im260
+/Width 80
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÐÁ\rÂ0\f\ 5Ð\1få\90\e]\0\915¸e¥J½pK'\80\952\ 1\13 \94nPn\95¨úqb\81h\ 5\96\ fïâ/Û\80í\81\16¥\\ 2¦¿j2̼Õ\b«ò¢e£0Áñ¯â\8c\86\rÍSu\87
+ÿHUç\8f.\bU\86\ e\95,m\1fóX´\88R«J¬r\8bIìOEsÑQ5¨\9a   \ 3±_ÉOè\88\83\1eÔ-Ø­\14F\ 4Ù¿(\17¹\95b.ãå±1½E\95¬/GK\90ù\96\11ɸ\91f\r\82*VYÖ \8c gO"0ýÒ\v\vD\8dP
+endstream
+endobj
+272 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 715 0 R
+/Name /Im261
+/Width 32
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c­\8d¡\15\800\10CÓWQÉ\b\1d¥\9bÑ\8eÆ(7BeE¸À)\90\bÄw??(\13l\ 4å8¥!é\90uÓ¨&\94éÈË\91\16\91HàÍþ\ 1\7füا\15½èjlSÖ,þâ\97]`u0/Üþo\{\ f
+endstream
+endobj
+273 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 716 0 R
+/Name /Im262
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\r\800\f\ 4À\8fR¤4\ed\13²\12%\ 5\82\8c\96Q<\82K\17\bóH\14\88â*¿ýF1 ]@DO\11\9a#¬¸\98h²:°Ô\8e©\81\11Ú_\e\9d\1f\8eg=ü\8f³\95Y'ã\9eÍHÖ¨ö¬u\14\15\95!ÞFa7{y\84\7f\1c¼&\8a\eÿ]B 
+endstream
+endobj
+274 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 717 0 R
+/Name /Im263
+/Width 32
+/Height 47
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?ÀÀ`ÿ\83\81¡þ\1f\ 3Ãÿÿ\r\8f¿\81ñ\ f3\ 3ã\1fF\ 6\14­ðÿÿÿ00)ú\ 1\ 6\b<\19
+endstream
+endobj
+275 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 718 0 R
+/Name /Im264
+/Width 24
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀð\87\ 2ô\ f\86þCP\ 3Ãÿ\ 3\fÿ\1f0üþÁðó\1fÃ\8fÿ\ f~Ô?øaÿà\aÿ\ 3\ 6Æ\a\0=-,¹
+endstream
+endobj
+276 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 719 0 R
+/Name /Im265
+/Width 24
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÇ\7f$\ 4\0\ eÏ
+endstream
+endobj
+277 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 720 0 R
+/Name /Im266
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8e±\r\80 \14\ 5\8fX`Gk\87\9b°\8acX\11Fc\14F ¤0y~¬\8c\95y¹öÝá\a$\81T\9dÔ\17ix[h\8cX9caK°\1aä\17×\ fò\87ù\91
+Øç\1e*Gh®\9bk:»¹ÛlxZ¬é\ 6*R/8
+endstream
+endobj
+278 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 721 0 R
+/Name /Im267
+/Width 32
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀüá\ f\rñ?$ü\9f\81ýÃÿ\ 6ö\aÿ\ fð?øÿÀþÁßÿÿ\ fü\ 1áúÿ\r\7fäÿ1üaÿÁð\87\81\81j\18\0ú°_{
+endstream
+endobj
+279 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 722 0 R
+/Name /Im268
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8d\8e»\rÀ \f\ 5\ fQP2\ 2£°X\84\18\8dQ\18\81\92\ 2ÅqL\91(U\9a«Þç\b\ 3ȧB¤âD\1a\13V\1aÄî'©¹Eª,2\94\8d¢\9d\17\16\1aø\8b\1dx\96í(67÷¹i\98\90©\99äÖ½Å/Å.9ç
+endstream
+endobj
+280 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 723 0 R
+/Name /Im269
+/Width 8
+/Height 55
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c««#\b\18\90Á?\b\0\0ª¹\18-
+endstream
+endobj
+281 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 724 0 R
+/Name /Im270
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿñÿóÿ\ 3õ`\92½\81\9fÁ\86\81Þd\rÃ\7f ø\ 3%A"\fD\90\16@R\1e¨\17B2\1f\90o¨a`<Àß`ÃÀð\81ù\0\a\ 3\83\rO\81\ 1\aù\ 3\f\0\90X3b
+endstream
+endobj
+282 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 725 0 R
+/Name /Im271
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿ÿÿ\8fÿ \82ù\ 1\83\1d\ 3Õ\89ÿÿÿA ê\19ú\1fîf\0wË</
+endstream
+endobj
+283 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 726 0 R
+/Name /Im272
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÌ¡\r\800\10\85áw9QÙ\ 5\bs *\18\851Nv$Fh           \8cq#T"yT\90T|ùÝ¿ÁÐpÂä\80\92M<'ñµCû`îì\17\91\ 6!S\99\88Ý\17èM\97C\v\11\a\88\14\88{¼Å¦$k
+endstream
+endobj
+284 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 727 0 R
+/Name /Im273
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg|`pxB\81:G\82\ 3~0bo\82¡\86\ fÌ\aà¨\82ñ\ 1\10Y0>°a| Ãð\81\8fá\ 3\a\ f\8c\87*\18j*\18\18 È\ 6 É!!y\ 6Æÿ\f\f\ f\0*Ð!t
+endstream
+endobj
+285 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 728 0 R
+/Name /Im274
+/Width 24
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3`<PÀl`Á.`ÁÎaÁÜ\ 1D2Ì\r2\8c\a \88\8fáA\1fÃ\83~ ÙðÀïÀ\ 3\1f\85\ 3\16ò\r\0Z4\10\91
+endstream
+endobj
+286 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 729 0 R
+/Name /Im275
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀÜÆÀÎÈÀÎÐÀÏà\0F
+`$\0\r\ 1\a\80\88\ 5\88\1a\1f\80\90ã\ 3\1e\87\ f|
+\1fä\ 4\1eØq\1c\90coà\ 1\0Ð8\10c
+endstream
+endobj
+287 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 730 0 R
+/Name /Im276
+/Width 16
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a0f(d(h°\0A\ 6\19 ä\ 3Â>\86v\ 6w T\ 3ò\91\ 1s\ 3ó\ 1æ\ 3\8c\r\0é\ 4\b\1c
+endstream
+endobj
+288 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 731 0 R
+/Name /Im277
+/Width 16
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«axÆð\99ácCâ\ 1Æ\ 3\f\ f °\0
+- P\86\ 5\b\99\80\90Q\82á\ 3\ 32àcà\aB6\0ÂT\r\9c
+endstream
+endobj
+289 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 732 0 R
+/Name /Im278
+/Width 16
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg\90h°p¨p¨P°Q°\11°\11\90\13\90c\90\a\ 6\10l>Ð|Àù\80ã\ 3Å\a\8a\a\ 4\eø\19°\80\ 2\86\1f@XÁ`\0\0sh\ fµ
+endstream
+endobj
+290 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 733 0 R
+/Name /Im279
+/Width 24
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³g`(<Àðã\ 1Ã\8f\ 2\86\8a
+\ 6\83
+\ 6\ 6\e\18\92CBüH\88½\ 1\81\98\ f \10ã\ 3\10j\ 4#\87\ f ¤ð\0\84\ 4\ f0ð70à\ 3\ 6\f\f@\8bkÀÈ\ 2\0\13Ã\18õ
+endstream
+endobj
+291 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 734 0 R
+/Name /Im280
+/Width 32
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàÿ\7f\80¡þÿ\ 1Æÿÿ\ f0ÿ```?ÀÀÀÏÀÀ \aÄ6@l\ 1Ä\15@\\0Å\1f\80ø\ 1\14ÿ\aê\81a\98Ø\a\15Pý6Pó@æ\82Ì\aÙ\ 3²\ fd/\ 3Ð~\0Т%¤
+endstream
+endobj
+292 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 735 0 R
+/Name /Im281
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`\90c°a0\ 4\92\ 5\rr\f\1f\1c\80XA\8e¡B\81\9f¡B\0\82m@\98\81½\ 1\84åà\98ù\0?\187C±ã\ 3 þÀÎàx\81\9f\f\1f\83p\13\1f\ 3\ f\ 6\0m\ 2\13à
+endstream
+endobj
+293 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 736 0 R
+/Name /Im282
+/Width 32
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK```x\0Ä\1f\80¸\0\88+\80Ø\ 2\88m\80X\ 6\88å\80\98\ f\88ù\81\98\1d\84\e\18\18\98\0\ 3\ 3#\b? ×\10\\ 6\90\ 1\0×M\16\1f
+endstream
+endobj
+294 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 737 0 R
+/Name /Im283
+/Width 40
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÿ\ 3 þÿ\ 1L0\90\ 2\10ÚêA¦\0\0\1ci
+endstream
+endobj
+295 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 738 0 R
+/Name /Im284
+/Width 32
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\ 2êÿÿÿÇ@\0<\0â\1f@\\aÄö\r\f\fü@\ 1f\90À?\98À\ 1 À\a ç\ f\10×\ 3±<P\80\1d\b\17\80Р>H\1c$\ få\82ô\81ôÛCÌ\ 3\99\v2\1fdì?¨½ û\ 1\88)&*
+endstream
+endobj
+296 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 739 0 R
+/Name /Im285
+/Width 32
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\ 1\0\võ
+endstream
+endobj
+297 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 740 0 R
+/Name /Im286
+/Width 24
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c{ÀÀð\80\81á\ 3\ 3C\ 1\18U00X\80\91\r\ 3\83\f\18É10ð\81\11?\ 3\ 3;\ 4500CÐ\ 1\ 6F\bz\06\85\86\ 6I\0\0Ây\18E
+endstream
+endobj
+298 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 741 0 R
+/Name /Im287
+/Width 32
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}ͱ\r\800\10\ 4Á³\1c83\rX|\eÎhÉ\1d@'´r\9dàN\9e\93x$"V\9axaîxaã\1fÿ4a\1cÒ¥I\rEòaL4b\86!]\9a¬R¥H>\89t=à²ÇËÂ"E²$Þbà<L
+endstream
+endobj
+299 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 742 0 R
+/Name /Im288
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c½Ð±\r\830\14EÑk¹p\17\16\88Ä\1a)P²RJ:<\9a\bN\87\14Ä\8fß\ f\r\vP\9dîêé\11Ì6à\fqçRÒ\819\83e1\1e|\8bx}ªÓ\9c¥6auvÊÃÇçIIËw\87Û¿<(¹\93ÄFìÑq%\16'\14%       =ºôbS\19ÞJÂÜ\93\9dIex¢s\92­g~ªµQ¸
+endstream
+endobj
+300 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 743 0 R
+/Name /Im289
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9dÐ!\12\850\f\ 4Ðí *kq¹\ 6\8ekÕµGã(\1c\81ï2ó;\84%íG \7fÌ\93Ù] \9d\98\ 1\98m\19\88f\1f\ 5¤áKÊ\8e\95X\85( $ÅÔ\9c¨NêÈÑÙ\9du°9å\8dðU©\8e=Ü÷/eÀ\ fX^Ü!\90=\12\91\ 1ã\82áIèUB/6õ\9añ)ý\9b@ZPõy\8eìcÕ\85¤Æé.(»b\99
+endstream
+endobj
+301 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 744 0 R
+/Name /Im290
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿùÿA=\10³7È1P\13ÿÿÿ\ f\8c\89QË|À\8e\81\11\88\19\1e\0±\85\1c\ 3\ 3ÿ7\ 6\0§.#Ñ
+endstream
+endobj
+302 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 745 0 R
+/Name /Im291
+/Width 56
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÍ»\rà\10\0Ðã#Aa\19&\0\ 2VÂ&YÃE$ß&Y%£d\84\94\14\91íã\90\9dP½òme0Û\17\962(Âà\b\11A\81\ 3\87 N\90\0tÙ¼~\84ôG\ e^½+¶CWRÐâS\91\rÁL\8c\9f\0\v\93;\12a\89\aã\e¶23z\ 6}ed\87 $\11\19x6î'õ¼àÁBÄ\15n\84[wÊ\ e3d
+endstream
+endobj
+303 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 746 0 R
+/Name /Im292
+/Width 40
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃ\7f\80\81ù\90\8d\ 1\ 3{c\ 5\a\ 3;c\ 1\a\ 3\a\16\10Á\ 4'\18\91\bö\86
+\86\ 6\ 4Á|\0LØ08\80\89Æ\a0Âñ\81\1cÃ\ 1\87\ fr\f\ f\14>È1>\10x Çü\80ã\0\ 3ö\ 66\86\ 3\0'\17",
+endstream
+endobj
+304 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 747 0 R
+/Name /Im293
+/Width 16
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93g0lH8ð á\81Á\ 3\8b\a\12\ fd@°\80\a\ 4+xl$¬$,\1fX0È@!\1f\14Ö3\0\0\b
+\ e[
+endstream
+endobj
+305 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 748 0 R
+/Name /Im294
+/Width 40
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃßÀÀ|ÌÂ\81\81\9d¹@\81\81\9dñ\83\0\ 3\a     \10Á\ 1"x@\ 4\v\88`\83\10ì\r\15ÌH\ 4ó\ 10aÃØ\0&\ e>\80\11\89\ fä\98\e\12>\0  \83\a\r\ 2 \82ã\0?{\ 3{\ 3\e3\ 3\0Ýð\1f°
+endstream
+endobj
+306 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 749 0 R
+/Name /Im295
+/Width 16
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg\909`\91`£`c\0\84\12r@ÈÏ\0\82ì\r È|àð\81\83\ f\12\81\81Á\ 3É\ 3ì\r\f\98À\80¡\ 2\b\r\0¤ \10d
+endstream
+endobj
+307 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 750 0 R
+/Name /Im296
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\ 1Â$\ 69\86\87 Ü Çøà\80\1cÃ\87\ 3ü\f\1f\12 ¸\ 2\84\19Ø\e\ 6\8e\99\81ª@ø0\b?\90cH\ 4á\ f|\f\89\18\fÏÈ1\b¶É0ð3~`\0\0ìÜ\1a\89
+endstream
+endobj
+308 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 751 0 R
+/Name /Im297
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«o`xð\80áC\ 5Ã\a\e\86\ 49\ 6\ 6 â\87\ 6 b~ÞÀ&ÞÀÃ\7f@\86ý\80\f3\181>°\ 1# C\8eá\ 3\1cñ3T\0\11;\105T07Ø0\1e¨a\0¢\84\1a\ 6\8by\fü<\0Öé\1c«
+endstream
+endobj
+309 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 752 0 R
+/Name /Im298
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81\81á?\10ó3 0{\ 3*f>\0ÅÇ\e\18\98O<``ü`\0Ä\12@,ÃÀø\80\8f\81á\ 3\av\10n\0ã
+ jdlÃ\bÂ\ fx ø\0\9b\1c\14Ë3\1e`\96ml`\94p\ 6êµc\0\0þs"@
+endstream
+endobj
+310 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 753 0 R
+/Name /Im299
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?À QÀ` ÃPÀÇð\80\9dá\ 1s\ 3\b1\1exÀø\0\88>0|\80£
+\86\ 2 ²`(\90\ 1#>\86\ 2°ò\ 3\f\ f\e\18ì\19\0Õ¶\1aJ
+endstream
+endobj
+311 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 754 0 R
+/Name /Im300
+/Width 16
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg\908`áP\91PaPa`#\ 1\86\frPÈ\ f\85ì\r\10øÿÏÿ?Ì\a\98\ f0>\80@\86\ f`\98\0\0 Î\13À
+endstream
+endobj
+312 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 755 0 R
+/Name /Im301
+/Width 8
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9csx@\188\0\0\1f!
+endstream
+endobj
+313 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 756 0 R
+/Name /Im302
+/Width 32
+/Height 132
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cÍ\921\ e\80 \10\ 4\87XXò\ 4\7f"\1f3\91§ù\14\9e`Iaá-H\ 2\95¥\16\93\10ö ÙÌ\81K0\eÞ\b\11\ 2\97a:\rÅ\87Å"V\16þÍÚ±\19¹âú:V#\8cq9ëN\99f4«7Ã@ÿ÷×=ßh¾ä®\15\92\95ãâZÎý³\ 3.Ý/V.\9f
+endstream
+endobj
+314 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 757 0 R
+/Name /Im303
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c;Àð\80!\ 1\b\v\80Ð\ 2\fe\80P\ e\bù\18ø\81\90½\ 1\ 4\99\19\0\98~\ 6!
+endstream
+endobj
+315 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 758 0 R
+/Name /Im304
+/Width 32
+/Height 132
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÀÀð\a\88ÿ\ 1±}\ 3\ 3\83ü\ 1\ 6\ 6ö\a\f\fÌ\1f\18\18\18\7f\0\ 5\ 6\88ë\80Ø\ e\8aå\a9æo@`v \87\98\1f@0ã\a$\ f\81\0õ-\14\83Ø 1;¨\9a\1f\10=pé\ 3¨f\ f´?   aX|Õ!yç\a$nÁ>=\0\89sPÜ\83Ò\0(t\0q=/Ï
+endstream
+endobj
+316 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 759 0 R
+/Name /Im305
+/Width 8
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\80<\0\0u\ 31\ 1
+endstream
+endobj
+317 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 760 0 R
+/Name /Im306
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ı\r\800\f\ 4À\ fD\88\8e\94t0\ 2%\15ÊX\14\byTÆH\11aüAò\15§O¯E­:      \16éa\ 5\v-\bËÞÊ6\96ؤÊ^ â\0\ 6Ö±àAXnÝÖÚº¬ÄF/z\1d\v­j¡x'Û½ùï\ 3\1c\ 6
+endstream
+endobj
+318 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 761 0 R
+/Name /Im307
+/Width 32
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c{ÀÀÀð\0       \7f\0â\ 2 ®\0b\v ¶\ 1b9 æo```\a*`þ\ 1äü\abû?@Áÿÿ\19\18\81\18D\83øÿ!ò u õrPý\16
+ æ#Ûw\0\88\ 1$\r\e$
+endstream
+endobj
+319 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 762 0 R
+/Name /Im308
+/Width 32
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c{ÀÀÀð\ 3\88ÿ\ 1±}\ 3\ 3\ 3ÿ\ 3\ 6\ 6f\14\81\ 3@\81\ f\1f ®\aby \0;P\80\11.\0¡A|\908H¾\1e¢\1e¤\ f¤\1fdÎ?\88¹ ó¡\°½@.\ 3\03\f\e
+endstream
+endobj
+320 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 763 0 R
+/Name /Im309
+/Width 40
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÿ\81ÿ ¢\1eD0000\ e\ 2¢\1eÕU\0\ 1\18
+endstream
+endobj
+321 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 449 0 R >> /XObject << /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im309 320 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im119 126 0 R /Im64 71 0 R /Im66 73 0 R /Im60 67 0 R /Im79 86 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im54 61 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im309 320 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im307 318 0 R /Im293 304 0 R /Im71 78 0 R /Im60 67 0 R /Im61 68 0 R /Im66 73 0 R /Im60 67 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im53 60 0 R /Im71 78 0 R /Im55 62 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im74 81 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im120 127 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im73 80 0 R /Im307 318 0 R /Im293 304 0 R /Im64 71 0 R /Im74 81 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im66 73 0 R /Im57 64 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im64 71 0 R /Im59 66 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im73 80 0 R /Im57 64 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im115 122 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im66 73 0 R /Im64 71 0 R /Im57 64 0 R /Im73 80 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im70 77 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im138 145 0 R /Im60 67 0 R /Im61 68 0 R /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im138 145 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im63 70 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im69 76 0 R /Im64 71 0 R /Im63 70 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im138 145 0 R /Im131 138 0 R /Im53 60 0 R /Im57 64 0 R /Im201 208 0 R /Im203 210 0 R /Im71 78 0 R /Im86 93 0 R /Im86 93 0 R /Im86 93 0 R /Im71 78 0 R /Im201 208 0 R /Im274 285 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im201 208 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im79 86 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im130 137 0 R /Im67 74 0 R /Im53 60 0 R /Im66 73 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im79 86 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im132 139 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im115 122 0 R /Im73 80 0 R /Im307 318 0 R /Im293 304 0 R /Im71 78 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im201 208 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im137 144 0 R /Im233 242 0 R /Im253 262 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im130 137 0 R /Im137 144 0 R /Im62 69 0 R /Im72 79 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im71 78 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im73 80 0 R /Im132 139 0 R /Im86 93 0 R /Im70 77 0 R /Im53 60 0 R /Im57 64 0 R /Im310 323 0 R /Im206 215 0 R /Im283 294 0 R /Im135 142 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im61 68 0 R /Im201 208 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im137 144 0 R /Im233 242 0 R /Im253 262 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im71 78 0 R /Im65 72 0 R /Im60 67 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im205 212 0 R /Im311 324 0 R /Im53 60 0 R /Im63 70 0 R /Im74 81 0 R /Im53 60 0 R /Im65 72 0 R /Im60 67 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im205 212 0 R /Im303 314 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im65 72 0 R /Im69 76 0 R /Im55 62 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im57 64 0 R /Im53 60 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im67 74 0 R /Im60 67 0 R /Im53 60 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im71 78 0 R /Im53 60 0 R /Im119 126 0 R /Im66 73 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im66 73 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im74 81 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im66 73 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im58 65 0 R /Im55 62 0 R /Im73 80 0 R /Im66 73 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im74 81 0 R /Im71 78 0 R /Im115 122 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im56 63 0 R /Im64 71 0 R /Im66 73 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im138 145 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im74 81 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im74 81 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im73 80 0 R /Im69 76 0 R /Im54 61 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im73 80 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im74 81 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im61 68 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im72 79 0 R /Im60 67 0 R /Im57 64 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im66 73 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im73 80 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im115 122 0 R /Im69 76 0 R /Im57 64 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im61 68 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im312 325 0 R /Im227 236 0 R /Im313 326 0 R /Im229 238 0 R /Im227 236 0 R /Im125 132 0 R /Im122 129 0 R /Im232 241 0 R /Im227 236 0 R /Im123 130 0 R /Im124 131 0 R /Im314 327 0 R /Im107 114 0 R /Im123 130 0 R /Im127 134 0 R /Im125 132 0 R /Im227 236 0 R /Im314 327 0 R /Im128 135 0 R /Im228 237 0 R /Im124 131 0 R /Im314 327 0 R /Im120 127 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im299 310 0 R /Im300 311 0 R /Im315 328 0 R /Im316 329 0 R /Im317 330 0 R /Im317 330 0 R /Im299 310 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im233 242 0 R /Im59 66 0 R /Im60 67 0 R /Im69 76 0 R /Im57 64 0 R /Im63 70 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im64 71 0 R /Im74 81 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im115 122 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im74 81 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im74 81 0 R /Im86 93 0 R /Im135 142 0 R /Im86 93 0 R /Im131 138 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im71 78 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im56 63 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im71 78 0 R /Im60 67 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im86 93 0 R /Im190 197 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im79 86 0 R /Im58 65 0 R /Im55 62 0 R /Im119 126 0 R /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im66 73 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im64 71 0 R /Im56 63 0 R /Im58 65 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im271 282 0 R /Im64 71 0 R /Im74 81 0 R /Im79 86 0 R /Im57 64 0 R /Im60 67 0 R /Im56 63 0 R /Im73 80 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im64 71 0 R /Im74 81 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im138 145 0 R /Im86 93 0 R /Im77 84 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im59 66 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im71 78 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im134 141 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im130 137 0 R /Im135 142 0 R /Im132 139 0 R /Im86 93 0 R /Im205 212 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im61 68 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im55 62 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im79 86 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im78 85 0 R /Im59 66 0 R /Im60 67 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im86 93 0 R /Im81 88 0 R /Im86 93 0 R /Im233 242 0 R /Im65 72 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im71 78 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im205 212 0 R /Im206 215 0 R /Im233 242 0 R /Im117 124 0 R /Im55 62 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im190 197 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im318 331 0 R /Im59 66 0 R /Im60 67 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im86 93 0 R /Im150 157 0 R /Im143 150 0 R /Im152 159 0 R /Im153 160 0 R /Im145 152 0 R /Im162 169 0 R /Im142 149 0 R /Im144 151 0 R /Im152 159 0 R /Im148 155 0 R /Im152 159 0 R /Im222 231 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im158 165 0 R /Im142 149 0 R /Im144 151 0 R /Im145 152 0 R /Im151 158 0 R /Im158 165 0 R /Im319 332 0 R /Im320 333 0 R /Im321 334 0 R /Im322 335 0 R /Im214 223 0 R /Im251 260 0 R /Im323 336 0 R /Im215 224 0 R /Im323 336 0 R /Im145 152 0 R /Im148 155 0 R /Im324 337 0 R /Im152 159 0 R /Im143 150 0 R /Im151 158 0 R /Im164 171 0 R /Im325 338 0 R /Im326 339 0 R /Im214 223 0 R /Im251 260 0 R /Im323 336 0 R /Im216 225 0 R /Im170 177 0 R /Im251 260 0 R /Im323 336 0 R /Im217 226 0 R /Im215 224 0 R /Im323 336 0 R /Im216 225 0 R /Im327 340 0 R /Im323 336 0 R /Im217 226 0 R /Im164 171 0 R /Im328 341 0 R /Im322 335 0 R /Im325 338 0 R /Im322 335 0 R /Im321 334 0 R /Im212 221 0 R /Im322 335 0 R /Im329 342 0 R /Im212 221 0 R /Im326 339 0 R /Im330 343 0 R /Im331 344 0 R /Im332 345 0 R /Im212 221 0 R /Im326 339 0 R /Im333 346 0 R /Im321 334 0 R /Im334 347 0 R /Im214 223 0 R /Im251 260 0 R /Im335 348 0 R /Im170 177 0 R /Im336 349 0 R /Im337 350 0 R /Im215 224 0 R /Im337 350 0 R /Im145 152 0 R /Im148 155 0 R /Im162 169 0 R /Im151 158 0 R /Im146 153 0 R /Im151 158 0 R /Im143 150 0 R /Im151 158 0 R /Im159 166 0 R /Im142 149 0 R /Im150 157 0 R /Im145 152 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im144 151 0 R /Im151 158 0 R /Im154 161 0 R /Im152 159 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im162 169 0 R /Im152 159 0 R /Im153 160 0 R /Im145 152 0 R /Im158 165 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im335 348 0 R /Im145 152 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im145 152 0 R /Im148 155 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im164 171 0 R /Im328 341 0 R /Im322 335 0 R /Im325 338 0 R /Im322 335 0 R /Im321 334 0 R /Im212 221 0 R /Im322 335 0 R /Im329 342 0 R /Im212 221 0 R /Im338 351 0 R /Im334 347 0 R /Im322 335 0 R /Im326 339 0 R /Im330 343 0 R /Im320 333 0 R /Im321 334 0 R /Im212 221 0 R /Im326 339 0 R /Im333 346 0 R /Im321 334 0 R /Im334 347 0 R /Im214 223 0 R /Im251 260 0 R /Im335 348 0 R /Im170 177 0 R /Im336 349 0 R /Im337 350 0 R /Im215 224 0 R /Im337 350 0 R /Im145 152 0 R /Im148 155 0 R /Im162 169 0 R /Im151 158 0 R /Im146 153 0 R /Im151 158 0 R /Im143 150 0 R /Im151 158 0 R /Im159 166 0 R /Im142 149 0 R /Im150 157 0 R /Im145 152 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im144 151 0 R /Im151 158 0 R /Im154 161 0 R /Im152 159 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im162 169 0 R /Im152 159 0 R /Im153 160 0 R /Im145 152 0 R /Im158 165 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im335 348 0 R /Im145 152 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im145 152 0 R /Im148 155 0 R /Im144 151 0 R /Im149 156 0 R /Im143 150 0 R /Im158 165 0 R /Im164 171 0 R /Im334 347 0 R /Im333 346 0 R /Im339 352 0 R /Im340 353 0 R /Im320 333 0 R /Im321 334 0 R /Im212 221 0 R /Im322 335 0 R /Im329 342 0 R /Im212 221 0 R /Im341 354 0 R /Im331 344 0 R /Im320 333 0 R /Im328 341 0 R /Im320 333 0 R /Im332 345 0 R /Im214 223 0 R /Im251 260 0 R /Im337 350 0 R /Im170 177 0 R /Im251 260 0 R /Im335 348 0 R /Im170 177 0 R /Im336 349 0 R /Im323 336 0 R /Im215 224 0 R /Im323 336 0 R /Im145 152 0 R /Im148 155 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im158 165 0 R /Im149 156 0 R /Im160 167 0 R /Im154 161 0 R /Im152 159 0 R /Im143 150 0 R /Im151 158 0 R /Im159 166 0 R /Im150 157 0 R /Im145 152 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im148 155 0 R /Im151 158 0 R /Im159 166 0 R /Im162 169 0 R /Im151 158 0 R /Im146 153 0 R /Im151 158 0 R /Im143 150 0 R /Im337 350 0 R /Im151 158 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im335 348 0 R /Im164 171 0 R /Im321 334 0 R /Im320 333 0 R /Im339 352 0 R /Im338 351 0 R /Im331 344 0 R /Im334 347 0 R /Im212 221 0 R /Im341 354 0 R /Im325 338 0 R /Im338 351 0 R /Im328 341 0 R /Im320 333 0 R /Im332 345 0 R /Im214 223 0 R /Im251 260 0 R /Im335 348 0 R /Im170 177 0 R /Im336 349 0 R /Im323 336 0 R /Im215 224 0 R /Im323 336 0 R /Im145 152 0 R /Im148 155 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im158 165 0 R /Im149 156 0 R /Im160 167 0 R /Im154 161 0 R /Im152 159 0 R /Im143 150 0 R /Im151 158 0 R /Im159 166 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im162 169 0 R /Im152 159 0 R /Im148 155 0 R /Im158 165 0 R /Im151 158 0 R /Im144 151 0 R /Im151 158 0 R /Im162 169 0 R /Im162 169 0 R /Im149 156 0 R /Im150 157 0 R /Im145 152 0 R /Im152 159 0 R /Im153 160 0 R /Im154 161 0 R /Im147 154 0 R /Im142 149 0 R /Im158 165 0 R /Im147 154 0 R /Im150 157 0 R /Im145 152 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im170 177 0 R /Im151 158 0 R /Im158 165 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im335 348 0 R /Im164 171 0 R /Im328 341 0 R /Im322 335 0 R /Im321 334 0 R /Im334 347 0 R /Im320 333 0 R /Im321 334 0 R /Im214 223 0 R /Im251 260 0 R /Im342 355 0 R /Im215 224 0 R /Im342 355 0 R /Im145 152 0 R /Im148 155 0 R /Im142 149 0 R /Im144 151 0 R /Im142 149 0 R /Im162 169 0 R /Im151 158 0 R /Im143 150 0 R /Im158 165 0 R /Im152 159 0 R /Im143 150 0 R /Im322 335 0 R /Im334 347 0 R /Im212 221 0 R /Im320 333 0 R /Im343 356 0 R /Im344 357 0 R /Im320 333 0 R /Im214 223 0 R /Im251 260 0 R /Im342 355 0 R /Im215 224 0 R /Im342 355 0 R /Im145 152 0 R /Im148 155 0 R /Im151 158 0 R /Im158 165 0 R /Im142 149 0 R /Im158 165 0 R /Im152 159 0 R /Im153 160 0 R /Im169 176 0 R /Im152 159 0 R /Im339 352 0 R /Im338 351 0 R /Im334 347 0 R /Im345 358 0 R /Im212 221 0 R /Im322 335 0 R /Im341 354 0 R /Im341 354 0 R /Im322 335 0 R /Im334 347 0 R /Im320 333 0 R /Im334 347 0 R /Im326 339 0 R /Im346 359 0 R /Im332 345 0 R /Im212 221 0 R /Im341 354 0 R /Im331 344 0 R /Im320 333 0 R /Im328 341 0 R /Im320 333 0 R /Im332 345 0 R /Im214 223 0 R /Im251 260 0 R /Im335 348 0 R /Im170 177 0 R /Im251 260 0 R /Im342 355 0 R /Im170 177 0 R /Im251 260 0 R /Im337 350 0 R /Im215 224 0 R /Im347 360 0 R /Im155 162 0 R /Im152 159 0 R /Im143 150 0 R /Im152 159 0 R /Im142 149 0 R /Im143 150 0 R /Im152 159 0 R /Im160 167 0 R /Im142 149 0 R /Im158 165 0 R /Im147 154 0 R /Im214 223 0 R /Im160 167 0 R /Im151 158 0 R /Im143 150 0 R /Im152 159 0 R /Im144 151 0 R /Im155 162 0 R /Im142 149 0 R /Im158 165 0 R /Im142 149 0 R /Im144 151 0 R /Im155 162 0 R /Im143 150 0 R /Im152 159 0 R /Im148 155 0 R /Im155 162 0 R /Im151 158 0 R /Im146 153 0 R /Im153 160 0 R /Im215 224 0 R /Im151 158 0 R /Im150 157 0 R /Im150 157 0 R /Im151 158 0 R /Im212 221 0 R /Im158 165 0 R /Im152 159 0 R /Im158 165 0 R /Im144 151 0 R /Im170 177 0 R /Im148 155 0 R /Im150 157 0 R /Im145 152 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im148 155 0 R /Im214 223 0 R /Im167 174 0 R /Im143 150 0 R /Im144 151 0 R /Im164 171 0 R /Im162 169 0 R /Im151 158 0 R /Im146 153 0 R /Im151 158 0 R /Im143 150 0 R /Im337 350 0 R /Im215 224 0 R /Im142 149 0 R /Im143 150 0 R /Im151 158 0 R /Im149 156 0 R /Im158 165 0 R /Im153 160 0 R /Im342 355 0 R /Im151 158 0 R /Im158 165 0 R /Im335 348 0 R /Im164 171 0 R /Im331 344 0 R /Im334 347 0 R /Im334 347 0 R /Im320 333 0 R /Im321 334 0 R /Im212 221 0 R /Im326 339 0 R /Im330 343 0 R /Im338 351 0 R /Im334 347 0 R /Im214 223 0 R /Im251 260 0 R /Im342 355 0 R /Im216 225 0 R /Im170 177 0 R /Im251 260 0 R /Im342 355 0 R /Im217 226 0 R /Im215 224 0 R /Im342 355 0 R /Im216 225 0 R /Im145 152 0 R /Im148 155 0 R /Im142 149 0 R /Im158 165 0 R /Im145 152 0 R /Im158 165 0 R /Im158 165 0 R /Im152 159 0 R /Im143 150 0 R /Im150 157 0 R /Im146 153 0 R /Im142 149 0 R /Im162 169 0 R /Im152 159 0 R /Im144 151 0 R /Im155 162 0 R /Im142 149 0 R /Im158 165 0 R /Im342 355 0 R /Im217 226 0 R /Im214 223 0 R /Im342 355 0 R /Im216 225 0 R /Im145 152 0 R /Im148 155 0 R /Im158 165 0 R /Im152 159 0 R /Im142 149 0 R /Im143 150 0 R /Im152 159 0 R /Im143 150 0 R /Im144 151 0 R /Im151 158 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im162 169 0 R /Im152 159 0 R /Im158 165 0 R /Im144 151 0 R /Im152 159 0 R /Im143 150 0 R /Im151 158 0 R /Im159 166 0 R /Im144 151 0 R /Im155 162 0 R /Im152 159 0 R /Im154 161 0 R /Im151 158 0 R /Im142 149 0 R /Im143 150 0 R /Im153 160 0 R /Im144 151 0 R /Im155 162 0 R /Im142 149 0 R /Im158 165 0 R /Im342 355 0 R /Im217 226 0 R /Im164 171 0 R /Im215 224 0 R /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im81 88 0 R /Im206 215 0 R /Im68 75 0 R /Im63 70 0 R /Im55 62 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im131 138 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im117 124 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im86 93 0 R /Im254 263 0 R /Im348 361 0 R /Im38 45 0 R /Im30 37 0 R /Im255 264 0 R /Im51 58 0 R /Im256 265 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im203 210 0 R /Im71 78 0 R /Im349 362 0 R /Im204 211 0 R /Im132 139 0 R /Im206 215 0 R /Im285 296 0 R /Im197 204 0 R /Im199 206 0 R /Im351 364 0 R /Im199 206 0 R /Im196 203 0 R /Im79 86 0 R /Im199 206 0 R /Im352 365 0 R /Im79 86 0 R /Im195 202 0 R /Im198 205 0 R /Im200 207 0 R /Im353 366 0 R /Im79 86 0 R /Im195 202 0 R /Im354 367 0 R /Im196 203 0 R /Im355 368 0 R /Im130 137 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im356 369 0 R /Im132 139 0 R /Im71 78 0 R /Im197 204 0 R /Im199 206 0 R /Im351 364 0 R /Im199 206 0 R /Im196 203 0 R /Im79 86 0 R /Im199 206 0 R /Im352 365 0 R /Im79 86 0 R /Im357 370 0 R /Im355 368 0 R /Im199 206 0 R /Im195 202 0 R /Im198 205 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im195 202 0 R /Im354 367 0 R /Im196 203 0 R /Im355 368 0 R /Im130 137 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im358 371 0 R /Im132 139 0 R /Im71 78 0 R /Im199 206 0 R /Im355 368 0 R /Im79 86 0 R /Im194 201 0 R /Im359 372 0 R /Im360 373 0 R /Im194 201 0 R /Im130 137 0 R /Im349 362 0 R /Im203 210 0 R /Im132 139 0 R /Im71 78 0 R /Im355 368 0 R /Im354 367 0 R /Im361 374 0 R /Im193 200 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im199 206 0 R /Im352 365 0 R /Im79 86 0 R /Im362 375 0 R /Im200 207 0 R /Im194 201 0 R /Im197 204 0 R /Im194 201 0 R /Im353 366 0 R /Im130 137 0 R /Im349 362 0 R /Im356 369 0 R /Im71 78 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im363 376 0 R /Im132 139 0 R /Im71 78 0 R /Im355 368 0 R /Im354 367 0 R /Im361 374 0 R /Im193 200 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im199 206 0 R /Im352 365 0 R /Im79 86 0 R /Im362 375 0 R /Im200 207 0 R /Im194 201 0 R /Im197 204 0 R /Im194 201 0 R /Im353 366 0 R /Im130 137 0 R /Im349 362 0 R /Im358 371 0 R /Im71 78 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im364 377 0 R /Im132 139 0 R /Im71 78 0 R /Im351 364 0 R /Im195 202 0 R /Im130 137 0 R /Im349 362 0 R /Im363 376 0 R /Im71 78 0 R /Im349 362 0 R /Im364 377 0 R /Im132 139 0 R /Im71 78 0 R /Im200 207 0 R /Im355 368 0 R /Im355 368 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im195 202 0 R /Im198 205 0 R /Im357 370 0 R /Im355 368 0 R /Im130 137 0 R /Im349 362 0 R /Im204 211 0 R /Im71 78 0 R /Im349 362 0 R /Im203 210 0 R /Im132 139 0 R /Im86 93 0 R /Im365 378 0 R /Im366 379 0 R /Im367 380 0 R /Im348 361 0 R /Im38 45 0 R /Im35 42 0 R /Im38 45 0 R /Im43 50 0 R /Im32 39 0 R /Im28 35 0 R /Im35 42 0 R /Im368 381 0 R /Im120 127 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im54 61 0 R /Im54 61 0 R /Im60 67 0 R /Im79 86 0 R /Im59 66 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im71 78 0 R /Im74 81 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im71 78 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im59 66 0 R /Im53 60 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im86 93 0 R /Im254 263 0 R /Im348 361 0 R /Im38 45 0 R /Im30 37 0 R /Im255 264 0 R /Im51 58 0 R /Im257 266 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im130 137 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im203 210 0 R /Im71 78 0 R /Im349 362 0 R /Im204 211 0 R /Im132 139 0 R /Im206 215 0 R /Im285 296 0 R /Im197 204 0 R /Im199 206 0 R /Im351 364 0 R /Im199 206 0 R /Im196 203 0 R /Im79 86 0 R /Im199 206 0 R /Im352 365 0 R /Im79 86 0 R /Im195 202 0 R /Im198 205 0 R /Im200 207 0 R /Im353 366 0 R /Im79 86 0 R /Im195 202 0 R /Im354 367 0 R /Im196 203 0 R /Im355 368 0 R /Im130 137 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im356 369 0 R /Im132 139 0 R /Im71 78 0 R /Im196 203 0 R /Im194 201 0 R /Im361 374 0 R /Im357 370 0 R /Im200 207 0 R /Im355 368 0 R /Im79 86 0 R /Im362 375 0 R /Im351 364 0 R /Im357 370 0 R /Im197 204 0 R /Im194 201 0 R /Im353 366 0 R /Im130 137 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im369 382 0 R /Im132 139 0 R /Im71 78 0 R /Im199 206 0 R /Im355 368 0 R /Im79 86 0 R /Im194 201 0 R /Im359 372 0 R /Im360 373 0 R /Im194 201 0 R /Im130 137 0 R /Im349 362 0 R /Im203 210 0 R /Im132 139 0 R /Im71 78 0 R /Im355 368 0 R /Im199 206 0 R /Im195 202 0 R /Im79 86 0 R /Im199 206 0 R /Im355 368 0 R /Im79 86 0 R /Im194 201 0 R /Im359 372 0 R /Im360 373 0 R /Im194 201 0 R /Im130 137 0 R /Im349 362 0 R /Im204 211 0 R /Im132 139 0 R /Im71 78 0 R /Im355 368 0 R /Im354 367 0 R /Im361 374 0 R /Im193 200 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im199 206 0 R /Im352 365 0 R /Im79 86 0 R /Im362 375 0 R /Im200 207 0 R /Im194 201 0 R /Im197 204 0 R /Im194 201 0 R /Im353 366 0 R /Im130 137 0 R /Im349 362 0 R /Im356 369 0 R /Im71 78 0 R /Im349 362 0 R /Im350 363 0 R /Im71 78 0 R /Im349 362 0 R /Im363 376 0 R /Im132 139 0 R /Im71 78 0 R /Im351 364 0 R /Im195 202 0 R /Im130 137 0 R /Im349 362 0 R /Im363 376 0 R /Im71 78 0 R /Im349 362 0 R /Im369 382 0 R /Im132 139 0 R /Im86 93 0 R /Im365 378 0 R /Im366 379 0 R /Im367 380 0 R /Im348 361 0 R /Im38 45 0 R /Im35 42 0 R /Im38 45 0 R /Im43 50 0 R /Im32 39 0 R /Im28 35 0 R /Im35 42 0 R /Im368 381 0 R /Im120 127 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im60 67 0 R /Im66 73 0 R /Im66 73 0 R /Im69 76 0 R /Im79 86 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im55 62 0 R /Im59 66 0 R /Im73 80 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im58 65 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im69 76 0 R /Im56 63 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im71 78 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im53 60 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im86 93 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 322 0 R
+>>
+endobj
+322 0 obj
+<<
+/Length 764 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥½ËÎ4½\91\1e¸×U|K{áWÉcfz9ð40\eÃ\86µì\8dÝ-\8dzæW\1fe4æî§X\19\91Ud\ 6Éx\820ÐRÉ_Æ\e\8c3ãÄ\7fùÝ\7fÿõ/¿s¿þýwÿò»ýÇoÛ¯íg»ÿï\7f\8a?Áo¿öüã\8e×\7f\84ýýóïþò»ßÿ_\7f\ fÿå\9f~÷ß¿¾O?{n¾Ï?GÜ~\1dá'äòýùþy}¿çöûë\8f        \7fÿ8èûï¿\9f\82úû3Hßëÿþ¹«þ¾@¿ôs¾\ eì¶ô\93b\ 1püÄ\8d\ 1\84íl!ø\9fã\10)èÜN,ø&a\8eê#8¿     gØ\1f\0\ 4\1e2\0\91\bI\81Aþɯ\ f]È7\80t\13!?\0ôi\10\9d\8a\ 6ý#Ä(ȱs\0\15ã©\92\84>
+)J\0\1e\82 RÑ\15\09ÜDp\1f\0»þ\bYâc~(s\1f\83Ý«0èÓ`Ï*Iê\vÂ!
+\82Þ\1e¸ÃL\ 3\ 2pz\95EéZDwfÁ$f=\eý&b §\81ßD.<\8eà~bl\0¸\9fíE}ï¶\9f½8\87\10ß¿É+<\ 1lïÿï
+Âþ³\15\14Ü)ð±È\94ú\10\8f}\0A\94\ 4=#ýË(-ù6\1f\17eÑ'I\12\9e\96}\0@\94\ 4\r\11/\8bàs´Z\ 4"b>\16\89¸\8b\1eþq\84®Iñ\87_3)þ\10\r»Þ3øã\14\9d\93>Fðg\\8b\11¼\18ç<\95¡\v lN%ËÂ\11¶w\80\146\8e4_\ 1ÓG\96uî±\ 4\19ìZ|\1eÆ\18ýHÓÝß\83v\9d¾\8fÒ÷\8f¿/jBxýÇqJßkB\9cK\ 6ÎDß\1fCEê»Ö\8d\k\ 5\0\893· \9c\0\90!ç¼\ 4\0ðÍ.[yH4àP¹¦\ 1\10by\11\ 3 > \9bê\b¢\1a¼\8fðºh\blt@ +)\ 2Â\85¨ãBÿÎô\8a\94ßw¦×½cxgê\ 6(.»+@ña\18 \b(\10\15wI\10v\9d6_\0v\95:\ e\ 2UI\9b\10I:Wùx®jÓy®i\93ßÒ\1a\rü&\1a\11.Qô¯Ë÷¹=Eñq\ 6Á¬Æ\9f#\978\95\12\0þú}Aðçã\10\820¿\847_\91îS\98w½Fû 1Ryï»"ÝmͦÜ\91®Õ5Ü\91îä\bý\18+\89\18\v\ 2\90%\f\80L\92Ï\12\17\90`}\17]\ 3 H{R Ò P\15c$ýõÝ\1fY\12$M:­        \95+\fTùH\ etE£¦\ fÓÂ\1d&UlÔÛ¤°\99å \ et]²%Ó8\85ò2m¦\ÚAi¨×ßÿ¾­è\ 5\99\15\0à¾Äw\95ú{]:ò\9dÆÚö\9b\ 2¶D\9as\ 2\ 6H"Íe\15\ 6\83\94즢A?Ú\7f¹%A
+\90@Õ[iÀ\0D6\ 2á\ 5\aªõ\11\06Ƭ\12Ä>\80\ 1pgtéT±ñøÉ­Iç\94n\94\0\1cú#púdÂÆAJWÔfý½ý\ et'ö¬k\91Ý)\1dáys\1e\ 4ºÒ\11\90<Ü&a\80¸öMÒ\85'\80¾cuf£Î\0¢ LÎ\ 1¾Ýok\16Å{É¢<Õ±«\f>\88ê¨W\86\12ç.)\83\8fiÑ7ú$\1av\80\8a\bOQê'÷ÓqE\89Î[\93ûù\14$AHî÷¥q?\ 5iD²ÂGZ\8b1ü!Zæ\87Y\e\ 4\9a:ÓÞ\ 5\106Ñ´ë\93Â\ºß²-ÎcþE\94\ 2\14g\12þõß×Ç8Ì\81êï\ 376N\88Öß\ 3¥\7féï«D\88\13ªf\ 2\90cc\9b\c\086'\1e\ 1HBù ÑP\17è¾\9d»ÿ\b\91)+ï\82\84\ 1\12bq\98Y\ 3\0B¬è%\0\ f¯Ò\ fµST)â Ì\94\8e\804pdI\15\94\97Þ+\9b\99T¢<Èfn\8bÊt$\81\88¯{\94\9e\b§\88\ 2Ð\88\fjÿÖw\1e7\80Ñ­¯\1fbm~M\92î\84êD\9fû^Íé\888\bò$\0H.ÒK\82ðÌEö\8f\10D}Ö§\ f<7#MØ8\b3u\èc\906\15\ 6\83l¨èY\80`?\9d\12\17\800\95³¡8\r8\eê¬\8e\81cÌE\9bæ\956m\1e¤N\8eÐOè\1e\14ªo\ e­\f\90 }\994SûÆ+L\11\88\b\ 4êA´H@û\ 6E¹ù\15í­D¹¹$\11,\ 6\8d¢Üú{ Ê<Ä¿\ fD©^ú\1eN¦6ß\ 3\ 1Ú&!\0¤.ܶÈA·\99YHAªûðÐ\16¤z\89\ 6H.Ô\8b\\0\94úh\88\b\ 4hT#\9cÉQ\1f@t\8bG\88\87p\ 4!\ 3Õ¿/¥@\92T\89¢F\17¨ñ »wµ7\9fÑXíuù|W{óéÆÕÞ¾:(\rÚ £+©\ 3\90\8c\96Ì&¥DÚO>\býl\ 3\b"
+z\8dôä\97\ff\99\16o6\18cõCâ£îÆS¤\99Sº3iî\1f\81zlgGèGHtû¯\8f\80dá¨G×lT¼h\95\80\9b/gtg\82ÔÏ)GQ\12\81\9cr
+kÚä³hX\ 1]È:"ö\ 5\89Úþí\82´çEA:tQNÿ\b\87N\17ú\18\9c\12\e\91;ÛyX\89È\91²H\ 3ý\9d-PÙ{f\91º4`.\16fX¢\1cê\1e©¿\a"\ 4\ eµ_ÿi\8aq(\ 1Ôü}`\96,ªðïVVÎë¶\96÷ÓØ\94Hw¥\9a\0HS¢\v\12\0¤C÷P\91°\1f¢ù$\ 1\0\82\93 \13¢\ 1\0      \ 3$V\8f\92\18!mÎQ¤\ 1\90\v¥Q´\99"\fÚ\ eD\1aè/½.\8bª\ 4Р\8bº\ 4Ä\98»$\aÈ\11¨A·\ 6\80Ü[©\8fªá\ 2po=D\1a \9d\13ç\r`toívÓ¹\93<B\85Á³\9bn\10äÆ5\1apãÃ\8c\ 6\83\84tP\ 1\18tN\1c\8bGð¢EÒ³Ñû]ÅÆþM!\88\82\ 4\94\ 5d\93\ 6È\ 1õ=Ø\89\18EÇ¢\1f\8eõ|÷\7fa`\vðÒ¢=àQ¸\19\r\ 6\ e\83>\11w³Aa\0§Õ7r\98\1d\17¹p\8af\1dïï5Û\83@5¶\86\8dú\10'Ü6±b£þ®Â      =Øn[ÌÄ×÷¶\95\v\14\1c\14\ f;pÍ]¯r\12\ 1«ï\81\16mǹ\9b\1a\ 1 \ fÈ\1c¨\0\0\1c(\83h\1a\16\fâä,\1cá)Æý¦\ 3\1f%\1a\ e\83\ao'â\95QÞ%1\ 2:KcPÉÑ JÕÉA\9f\8déXdc\96\88\bØòqÁ¨ËM\98;¡Á<\9d\11Z\98 a\80Ü\97\ eI\17 1²M\90D¤¶q\8a\18 cd¢$\ 2\85Ú\97Ez_ýó\81NÞp\94*Ñ@W\1cá@Y4I@\84å\9dJ\96û³;þP9\86A6Xç\99\ 6Q¦d\92\90!0\ eSkÏ\82´÷\8afY\7f÷ç\8d\r\ 6\8d\ri-¼(ݽ\9aø¢\1f(ïQ2IÈ Ünå\ 2\8f¡\89\18\0ó\8c\87\84\ 1`\14ý)Ê\ 1@Äó´\12ñ\92\83;ε:G\9ec3ë\ 2§\93K.Érá:¨ÊørÒ#
+tc,®)T\7f_\15b]a&_UêïõøSïM\83¿¾RÌ\1209\7fß-n\12\ 1\9e\89Ìyç\ 6\8e\ 1\ fâ}\8e\0Û¢«C\9anýµ\fiFbiQ\80Û/ÇüºýÛ\86\1d\8a\82\aª"äÔ¢±FÊ\85©8î»è\7f¿«þþà¶å$\0\86\ 6 \bWÊY\90O      \ 3 \7f\87\e\80"Ü-À\0D\f4L¼Â¥²7äÝ7\12ó[ªH\90\81\9bFð7\11mw\1d\9bå\80\93\88\139觳#õμ\8eP~\93*\ 5àÊ\99$YVÞ×Þ¢\98½$\8a\8fÀ _¢£uV5\0U\89\8e/|¢9\0îíÇ&`\80\fòq«ýL\1f\a7¾Ãª\r$        gÒIB?HÝ\82\8e
+ý¤:û¦hn¿ÙU\1a9h¿q\92,!í7:\95îÇÉ!ªÔapcÓ)ä ° *$°Ý-.
+ó}å\9b\1c¡\7fíM^\10$¤È\96\b@]\80ÓXµ\1c\0\15ªü¡\81\84\17£$\84\8dû¹H\83ÃL\83æÊg\8dÓîÒF\1c·aõ\93Hçµ¾åu\9d\19&\91\ 6¥\r·FD\1eI5\13\91¯|a±\83(\8cÛ\ e¦\1dDa±\83(\8c»\16úßG\15þ\83\v\13q0\18ëkw\vÑ\84\ 3ó\16¢\8a\84H"òî!
+ãÎ\8dÁê\92x\13a$Æ\ 3\0Y\ 2\04àp_ëD\8eú\18Ð\92¾Ù\11\ 6û¬EIÔ\ fgóî\93Ù\11\ 6Õ\19I\17\91\ 6\1c\ eÖk\0H\ f\91h\r\06f\1d\rú\18ì:}\9e.O±ëÂ!ê\ 2\12«K&Ù°f°\ 6\80ôQq\13\92U\17îêÌD\17ú\91úv¨¬ê :ã\ 5AB"uÑ&"\95\r/Ùud 3lv\9bx5!\ 5 \ 3`\ 3M8TD\1cTwDmÔÐàZAì#\ 5\99/Z\8cV\10\ f\8a3\92\1c\bÎqP\1fÒ   Â ¼ã­²Ì\97\ 5Ñ \0\13\13²Q\ 4&&8T7ÓàØ\17õù\8eó¬ú|ê\ 2ÝÁ\­S¹¦nb»4û¿/\v~Ôl¾§\9fü+;÷â寿¼¾9??\7f»\7fú×\7f§\7fXþë\9f\7fýIsg,Í\8c%\85³ec
+\87IX/|\bÀ"c®oàóÙ\1cmS\9c\88\ fús°\1co"|Îà7Í\95íÚ\97R\82å\vÂwo¨ßôK?Ë
+\97· LfÄû%\12O\92´]\0»%\92.\80\97\12,\ 2ÈV\0D\83¸©hÐgdL:F
+\10\18\ 5Jn\17\14î3xUw'¯\919%\85\0\9cËÝtoV\88\14\15;[×\ 5¸Ã¬ÓM¸jޥã©ÖµTw¸jÝKÅK\\16\0\9ckDäe\813"Îã]3\0\11È$ݹqëj,\1f$6"G\b\12\r\80bUéfbm\ 4³ó\1c®n:«ÖOI¦d7¬U¸jµ(w¸jµ(¼GÆ®\f\87N\10\ 6©é°hQ\ eI\9f\11\83p\8a\18 \0$Y\ 6\88\18ÄXM\95\9f\8fy\aJ\83»[?5{ÉQ2oM ³\9eÌ;@(¹\9e¬\9b`x\ fÊì\býq0ÚJ]\ 3Puîs^4\10\ 6ã\8aå 3{\12\ 6Öå\17Ôö\9e&{\1f\ 6mïYu\84AfV\12\19\85\12«v9H¢ \ 11R\ e\8bº@\93Lv]Ø%6"\85\92\82d+\94Ð\14Í\8c\88\83>\8c(\b\12R#8\83J\17\ 6\91ª(\89H^TGÄi×úL\99\ 6qbRqa°\94z\91\88\1c'\1a\88Èa\9eÎ"\r\0\88\18 Ï\fJ\9e     j\9b\17¹\80d5%\f\90ÙÊ´ÊÆ´ \vW\vÄ\87\8d`\vÄK     |¾\ 2Ͳ\*½Ô2}eÄ\90­ØIeR¦¡ªÙ3ðÆB»0\1f¢YÅCU»0\9f\92o\ 2\84\99CU\830סj:Ý0T\9d5\8e'ë°5\ 5ëɼw\80#ÕÉÀz_\17JÇn!EzÉÓ·.x½\7fv»p\b$Ä \9d}i²Âb\10ì\92I±®£áU&i²\ 3c\0 /\1e!Fá\bÐÊ=*\99¥É°s\7få^:.«øº\ 4[Wîe\92¥ÍøÀZyì¯d1Rµ\98ç\99Åè_\9cö] \ 2rq:$F yQªXÍdi\10,F»Q¸:n#±!\8e\93I\83M\1c^e×æÑ¢y\81\ 2ß_\ f¸öÉ5l/)TÐ\fIÒÛ\19\91!¤¯A\0\1f4ã÷\9c\16<\ 52zÃÆ9\83,0\0É0\ 1åONÊ\99m+\8f\bÎôa\10®\1d\99\fS\1a\87k}aàXg&\f}\9d:%Væ\87\97ìÊÂ\1d«Ôvå\ 1 \1f*\10#ë1E É\8bêØi2(9xD\83\ e\7fSoN\9aLÜö½\83»ª\8fi2»=\8f4&³\9e\ 3\0"\17ðG\85ÓdT³ïæiÃP\83\ 1\90\11\8a\12\ 6Ðza  \ 3`¡ë\1d©Læ]\aÏx\84\e\80-\1f\93(n¯\8e\80<\ eÅ\1d\8f3*öÏ@Ãßi²\r¢/\bù\10Îð\8c÷\ 6¡ÿëO¿ã\84=\8eCÿ~;À¾\v
+ùl\a\10ÈHÃvG¼Q\0\87í\9ah\v\97f~   $ª\84q\10m9:Â7#\83{\9cA "yÈí¤ ÷û\f~Ó¬£ô?ûvÅk\17\ e¯ðùæ\83?ôs^åÅ··\8f}\9dâ»Iè\11p\rÞF\96d\ 1\96Ú\16ÓdÁÊ\0À¡r\91ýXç¶lc\ f7H\8ey\95\vS\12­\ 2PHÎ\924B±ÿmWÌ;!$Ó\b-O\13ù\bÄþ\87\14©@±?µ\96Ôv     \89ýy©CÃ\bä9\b:D½ÔÀ\10ðÕK\ 5\f\ 1_½TÀ\10ðÕG0\ 4|ÕN\0eSÃõèÙ\a\ 3ã{\12»\8a\88}ÿ\12\98,V\98Çk8\ 6\fà\10\0\0\1d[5ó\11\92(ÊH¬#Ñ@9Ð~E[ç-Ê\1f÷æ7\8d{#\14îPç\e\85à\80Ë\a5\97̨0\9809n>Ø&LNÉ" ÕdNMM\8eÐ\ f3¶E}ä-µf},\99©%aöî\ÓGï\17õÑ\87E}äí]f}ô¢M\ 2ôÑG¥>
+Êð
+P\v
+ÜZ\91ÃÏyC\bªvl~]w\17\9c\8bØ\97\9fâñÝ\97O?\7f»\7f\9eÜ\97\7fý׺/\7fº°&Õ3*\1e^X\93ÌC°Ò÷ª\16\1d\ e16    \ 1`\ 2u\13O\80<\18µß\0À\8dÍMJh2÷7\0°«h0H     I\18@ïªæE.Ð\83Q&.\\19\9d\8f$\e#\ 4Q\90\0×\96̪ÀûA\93ê\b\83\11V2iÖ¡9\1ea5\b\12wZ\9dV.\10\80C\a\1f4¨h0è´:\ 5\93\b=«*)\13Ô\ f¯ÓÆyéË2\výv®^Ô\ 5 EÇ'\89\88È\bë±fÒîT\8eu üNåL\888x,Jd#òX\94Î"\rú\9c\16\ÛÕ\90¿­i£ß7A\e¡Ò\9d\18\1f\0¡î!:\16C\97ÓD\9d\a=Ff.\ÿ\13\8f\7f\1ahÀÛ=\17}#mjI~\néoZ!)ðã%±]\122\v¼1-Ë\19z\ f\17\10ïü\9cß\96Âa\ ezkÁ\8b»ù½µjÈ>Å\8c\ 1G¹Þ\98Ru^¢\ 1´é\85¤ØÃËË)¶ày\ 2\0Ï>eB\83y"­¦\ 1°\92\90\16\9854\02@Iâ\ 2r\84$ê"Ð[\94EeD\ 6WE\f\90U1\922!c!{PÙ³A\8fÙõø[rÖ.\ 2n\113s\81ãì
+\80ð*ë<\117¡â\0\80\80(u\93ÔQ\99\ 2ú^õb6\b\8dK\12\87¹\8bÊÀ«^Ìú̯²\9a\1d\83·\eEâBÜT\\98×L­áÅ\1dhã\à÷¦\92U\90êÉ×\19\80þ^É\9c\ 5}~6\9d\ e\ 2m)@\0Ju^\fò u7\87\18f"Ï=\89a\16\80Á)a\0ôP\87M"\ 2pßá=ú\860\8bÞ{¢ï\9d7\86ÚDB·\rIØÿ\9eä°ú\1eik:E\ 4ôQ\1e§o\9ca\8büUr\ e*
+\ ebõÓz\82&ÔvãêÌ<Ô\9e0qðàT\96\0\0»·¹EÐL\ 3N\9eL\0\f\12Ê»N\10\a\1dz"
+Àêì´ß¢hJ\82Ý¡r\85\ 1R\18àPyr\84A>wSiÓàÅ©(Ñ\0¸oì\922\0N\81\97Ä44x\10±ßaxP\91n\e¿
+1HIK6ù\15Âã)å    \11\ 6\0$*\ 2#ÔwÍÚjVyÉ\8bÙ¬z¿hRîq\f«I)ûË%\93\82¼\18\11\99Þ\15\r3pgJ¢k\0¢uî[¶Z\84;§lµ\b\9e\17\12X-\ 2/0\9fY\84Aw (\8aÈ\ 6ôSå\19æIé\89 \rBeɵ@¡²D\ 3äây\8a\@¶ÄHr\0¬Pç­\88µa\aö\15qóDÙÃm±\89¼Uâõ½É$\92\10ÄWÈk2\ 6ôìXó=\10ªïÒ÷H¤ì\ 4\0Ê;çõÚP^;\ 1§Åg\18Lcõ\1a\0\92\12\r\90Õ"\1c«WRô¼rö\83}\8aÕ\e\f\90·]E9\ 2\12óqQ\91îÞ\r«&q{¨I\12¯Ö\v·È\ 5êÝ\98qaл!j#0½}\9¨F\94\91ÞÎM""\12(G\15\e§Ë¿\r4`\0¢I\ 56\83¸\ f\ 6¶îR§3ê\838Y¢\ 1\94\11\16\8d\fÑ~\ 4Ñ"!%wêÝh$Q_k,)e¶H¦Z£W\9a´>\r\92\8e\8d\83m\8c×+Ãñuû´½2\9c
+%tóª,ïf\8bRGêv\83°Kf\19ZÇ(Ñ\0QÇCt\f\80(\9e\8bÞõNj[½k\90­ª^\ e\1dËSr\16\1aRi¢þ\1e\88ò\98\87Õ÷@ö\84¦&âËA\9aî̧¿¿·íø\11ñGvü¸\eÀÈ«õ£\eÊ\897\18\01&ÇÙ5\0¤ùëx0\8d³k& 1fp*)\9cn£lÄ@We¼ÞÔÌ*6\ e2ÚnM\10yl¾¦\ 14õNob\18\ 4\81\ 3í 2&\83@[²&H¯ûnVGNiÇ5{æ\ eQ\1d\91H=XE\91ï
+"\ 6@h°Il\84\9a¤%uDÒÁ\94\12·Ëò\1dª\9bQð:I\1a\ 4Ê\92$!ï»\84EÃî£dØ\91l.\95éÌÎͧ]e\15û\ 1\16õ^Ì\K¿y\83ªlõ\11 æ\r)@B\88(G8@\98{êB¬Á+;fçÆA¦N\9f\a\0tQf\97\8d\94\ e\8e%\113àb×»\1eä\e_W\ exsÃ;ÊÌ÷÷¦\b\87\9dBõ÷U\ 1\ eu^\1ck\7f\9f\9fè1 ÀQ&Å\ 6\15\a Î\8b$\0@b\ 3wJ\18 \9d\17Q\ 2\80t^\84E\1aP\8fò\fÀ ó"        z\80u^\88( qj\92T     8\ 3û\84
+\ 3¨óBd\ 3Ðy\91uÚ4è¼ðVsÒ\84©5\r\90Î\v\91\8dHçÅõ H,+P\ 6\9d\17ÓñæX­+0\8c7G|Û\0ݼ£ð=\90Àâ09\8fË´\83éf   \ 1ä®áD\0ÈäɱFB\1e\8f\8eæå!þ#\ 5ƹ\8fME\83Á\v¿Q\90Cè%\8b]%G}\1aDg¥\ 1o`ÙT\0\ 65:\16$k_e\12u\ 1¹ù\8b\0\0\fvI\12\91%2»ÄF`®ö®ÑMö¯\fl²hÐ\80é\9b\ 5hìCgRû!\92l\13\81+ç&r\ 1¹ù\8br\0ÌÕº}Í"Ý5:Ë\ e\9ak7±\93\ 4   ØÑ\16N\95$\ eJl"\ 6@\91/.º¶»Äf5(>I\18 /Yä°H\83,*Ó\83\ 6ýýÐ\9c9¨­2P ;D]е\1d\s#»\80\81PfìSñ\14©\bðñ\94´ Ø)U
+\eåa¬v         ïÛvõ\91\ 3Õä\86êØ=\ 2\97)£±\8f\893ÊÑXó§©\8dÙß\9fm\1alþ>0\1c\ e\e\ 2\ 2®y£+c\85\81j\97íçy_\ 1\ 3$w°J\ 3\0      \94Ó\rÀv礠k;\r\82$GÈÍ?\88\8a\84¤?\82\80\ 14ã½KG@r\ fN\90D¬F&J\12\12)\8bl\0\16 ±_2ó\91\13>\ e\0¬
+\82hR¡\11ë°ÊÇãP¡0}5ÎN\ 4Ñ.#Ý+\9b¤NH J3ÚfÏx7ÔÕ\18\0=DN\14\ 4 >ñ¢g@Þ­Û×ØxwäMØØ_T\18¨\99,æa&nð\ e      \85\89Õ\11Tqæçyb\ 1\0PïM¢IB\1eB\91D\19\91\83,\8a20¼³\8bfY?\1cÌ\ f¡Ì\888\8föq\1a\9d\95hÿ2\8aûð¹³A\9dP\92\ 3¨+Q\8e5õ­D¥Ò¨      \93ºT¼ûá&Tì¦@øÒ\16\8cEw\8eö\83±\99\8aûÙ¢±\97\8a\aO¢±\95\8aF\87\81b³»½Ò¸Ø<\böÃM\ 1[B×I,\84æF$\1e"\8bS½DD(Ô\16i\0D'\1c«O\0\f²â§J\8eûr\10ur0\88´\83\84\ 1\92ÔÞ­ªØ\84êf9È\92$\ 2\1dÎn\970\80ÒêI¥\v\83XÿTiãpFü\r X[¹Ü¡ãã T÷*eè'0è\15\99\86\8a@|³\89\16\9a¯}L¢:\ 2³ÅîTù\95AZ\RG \rÅ3â3£ØÍ\ 4úøQ\ 6S\8b-\ f\8e\98e\99_ü³Ëò\9dÖÆÍ*\ 3\10\ 5\ 1\bò¸RgµË÷Ü\87Å3\¡¶è\1d\ 1Y>âZ\8cäïË?\1c$q¤|H\92¤¿9ß\1du\13m\1a\0\10ãT½gà8×\e[\91\ eJ"ùI'R?PN*\ 4ú\81ê&}¯ë³~Oh\aá\0ÈH&\aºV
+:N¿ÌH8Hk\8b(\0q¦c\14¬Í\^â\ 2´__\94\99\8b«­ÞÚÌ\15\92D\ 3C\ 3\89·6sq\ 2Ç\8f\9b¹\ 6\91®\ 4\0È\ 4ò:¥\86\ 6ú×Ýù\b\1céâDü$¥/\0§ñ¾qH\18 ×\85C\12\13Xú?Þ\99@?îÉëg\ 2Ù«T4@2\81Üåë\8d\9e[Ú¬D¼ÃÌZ\ e\90µ\9f\926"©Dz\7fgf\13\a\19aI\17\90#ðÝ{bT\a\81®hÒ\80(3\1ekVÙó0\9aÕ*ó.$³U¾\ 3e«UöY\14\af\97\0 õ\19¾{O¬r\1f\83\99\ 6ù\Ñ3é\87Ùî\84°Õ*ß\81²Õ Ü\81òä\b]Qæbg \95°Ë\ 6\ 5Ú$\87%+9P¥þè\bIÑëï\7f\99d}B\9aãäúïãmÖÕ÷H6\959X\ 1\1a\99\83Ö\138'\92\0èðåþ\13«\fÜ\8dÚ\13!\18t\7f\84\e\ 3[\1aÎ\8bD\ 4\ 2uöj\93#ô{K£È\ 5d\17\92DD$Îæ\8cr\r\0 A\12Ù\b¼¤\95u\824\ f\93'4èGú_æ\fô)ü\8a\94W\1daÐg-bð\10å¾ \1d¢E\ 5\ 4\89\97«Y\rʽÊÈjÒ¼h\91\10Çì$\f\90Íð|ó·\9a4/\e\14ä=oI\94\91L&ïl¨\ 5       ÈdF3\11?ù`\r\e\aQî¡Ò\85>\e³[ÓÆ»q\ 2Ç\80£\\89\8d\86÷Àí\82tHf\1dhîô§·:W\ 6\90Ö$\91×\0Í,Ò¼íaBÄi\94»íÆg¬H\13
+\1e\16ßÌ\19ùê{`Ã\1e/ͨ¿×±ðý½ø÷\81\16o\ 2\1a\9b¤)\ 5Wa ÊGs\90\9aT,ìgи\19¯:\ 22EÆ}\135\11\ 1\1ap\89\85y*¶\ 6\0\1c\81k\8c\139\1e\0\900@n;IÂ\0i¼àf¼Z\12\81ËJ\16i\0är¹íÁÌ\ 5^\ 34¡A_\17öcÍ\9cñf{»\1c\9cÒ\11\90Ë
\94\9a\ 6\80WÛ¶5\8b\8b\97,R\99å[²H\9e;¹¬\16ÉûEeò<uQaà\1c²±S4\8aøc©\r\e\90G ÌlhÂÜ\89sî'2¹¼T\8b"\90ÈÌ:\830xÃ)     ²|\0\91ú\9eTÚ4\88\93Å\b\ 3ÈÉóÅ»\ 2\05\9f\1c¢w\ 4\9aåO¿H\ 4Ѩ\ 17®;\1d\8cÛe^¸\99×D\91Ê\8cá\8c6u¦Å\1dÍ÷z\12R:¸þ\1e(.Q Ý|¯wî§ô÷\91iFéï#\r\894\8d\18Îl,×o"\ 5\ 1ÏL½x\r \80Ý+îÚ½\12Ng«óòÚ\8e\9a\ 6»\aâdI
+\95jtu]¤\9b\vƽ\1f"\11ñÅö3\f¦\8bí\e"\ 2ݽI4\ 5È\1e"§:B_\17(y3Ó\85ÁºL§\12åA6x[äÂmÏÆ\\18¤\93ÏE{pz\95E\1a\0\90D\19©÷\8b\16  y0F´HH"\93\1aÉfÚØ\8f¯<ËÁ7\80g|5\88Ôw\15\ 6\83trR\11±\7fÝ\89¢gÖ§\90ø\ 1©\19\80A6ØI¢\8c¼@\15\ 5. 7¶ì×ÔÙç¬RçA\98,i#R\9b\11\ 3,h)¼.>\18\0\10]\eð Ü©ã NÏk~Á\8b&\rXüÊùè\ 2`Ô«ß\15e\ e³Kn\7f Ký0ÙIßÃï?Õß\ 3B@é\9fæ{ L\96þ>\90¸`\ 6¾ÎaK\ 2n"\ 1\90åv\12\ 5 åvQE\82>\0\8e\92q\1a2\80+mQ\ 3\80F\97\82\ e\85\ 1\80]EÅ~J\9d^\0¯\ 1 mîñTIò L\16ù\88l\1c¥\b¯\96e`þ\8bãì  \80>\rèUC\835à®\8b a\80t]l7\80µ8»Â\0\1c\92\1c ÚtJDD\1as7\91\88HB[çT\ 6ùh§"â`ß\85¨ÎÀ\8c?í!
+/ÿf\9bñ÷I8\ 2\1f
+\ 4\99\9c;Àe\991\10E\11    õEQD\9a\8bÃ\9asãÅøæø¢DêK\ 1\86Ï¢(\ 2¥\91]R\ 6 Äà\8d\19æ\10\837fعp\88\ 6\ 1 Á©Ô¦Aã\86\18(ê30\9cÐ\9eiS\97\b\1ci\97\8b×@\12û       e'|\ fÔ)©\1d0ìÑfÕ9ÿSý}àÎ{î÷ß7®Ög\ 2D£g¥\9d©\r\ 5\81\8a?u~Ô\18 EJ\1eãkPÀ[?\1a. ûñ\ e+\e8RNÒ\11ôEJGï\126\82¨¯\fqëÇ\8c\8fÝ$\1ao§«\ 1\0EÊ;Ð\9dèÒ Ð\95Ø\88\ 4yYÒFèÊ´ëP\18l¬8\16\89 Z4$!Ì5¶\89\8b"Í&\9bE\91\1fk5ë3ï\96\9bqa\0\ 1\12*{      \0\10\1d8    \ 3\84\ 6\0YAìE×\86<b¥\13¤A¤,²Q_ª,¡ö»TùÒëQ©RÀ`ÿÙã;ºx\7f\1fÓûçõ}p\8fR¥Ðí\7füøãÞ^\eb~ÿ¼\0xÿp\fÒC\15\17\84;\95U\81\b\16\9d 8        \82÷\ f:ö!°\7f\8\ 6ó²\ 2á¼ÆÃ\11\84(Cx0ã¥zgËN\ 6qHç\bz~rwá
+%h\85I{\ e\1dCÝv¥SÊuº@(¿\19\82æA*Âá Åh\84ê9íÝ=F\99Öf$¾\8e±\ 1\94¸\13\123J\f\95k@ Xp\92r&\99]¡à\97ê¦BÑåG\99\17^åG\96Õã1XÔGb\97 ø'\84®`úeÁô´DÀD\88êe\9f\97\15ù¾Nxøe\9fà\8c\8b׸Ǩú\1e)\9e\1cÒ÷H\87O\90\ e Ï²Ý-B~¼di00*\92\0(¿ð\8d\ e§!_Èâ-\ 5\ e\1f/q\ 1¹Ö²Ã\9b\10qp!\13Ù\88<·F¹\81
+\80sú½m¼\99¥A\ 1\7f\93׬K.\8b\18\0\r6Y2\aȼ&»ë\1a\ 3`^\93\13\85f>\1e"\r\906§}Q\19è\11\87\1a\ 3$?r\9ek\18xѦ©\8c"%Í\9d¨MÀu\88FN\eAB\9eä\95\88\88äýùBVs\ 1Yíríè®\ 1øS\97í¼\9añ·\9fskùX\90\9cc¼B\84\8a\8c\ 1©à¤M8Exæ\v\a\9d
+2\1a\1c\90ý.»\ e \80!\9dBàÅ`Ã\8bd\98\90\14\ 3çª&Z=\98*\10U\ 2hÔ9D\95\0^hæ\12\88³¾Ð|f\95aêÊó]\ 1ñÆ\8dÕw¯\91Õ=p\ 5d3n\8c:(ëºÁÛ\96¨\82\11¤¿¯/Kse~\e/íê\9e\9fÃmüü×e\85]Sy©é£\ 5\1c\84\ 3 5é;ÞÞà-A<<\en\1e\1a7¼ì*"\ e^'N\12\0üub;\rÂn¥\ 1WP\9cJ\10ç\15\94\rÞÙÅ­B^Ààyeè\97`2õÙT\18@%\98C2\ 6@ ·o\8b\`§\84s\81\83]³.|6¼¬É\ 1·äODy°°[´\aÈÛ:¢6"\ 5\14 \ 3\16­2ÒÓ¯Ã`P}\900@:©9\ 3`aãµáEr\fÐ\86\17·x\84\ 1BD\9e\ 5\897)F\956NwÌÌ,Ò L\96\88\88Ä\98ù\13`\8dbÌ®o¼ãl«o¼;\85¬¾\91ßÖ1ÛD~[Çl\13y\93¢Ù7òèìL\99ºµÀò\97ßW¶\r^O{ç\95\v\ 2e¸`û\Ø\ 2°s<\10\0\1a\ 5ºNø\1eÈ\v\9f\1eH#Ñìê{}¼E\97\1d5{\15\0¶VhÚ9Þ\0@V\8eK4\84\1e½ß%\0H[\7fTq±ß]A;\1d\1a\1a\0ÍØÔÀ:cã ³}Ð\11\ ek ,Ñ\0!b\12Ù\88¼¤É\92ø\r\0J\8dg\11\ 5 5\9eW%i\171\0Rã{RiSÿÒ·\1f\12\ 6À¥ï\90L\12Ô\95¿Yõ\99\13ÓÙ®\fWW¾_\93\ 3n5\9a±q\10)K\18 A\9e\90floVÇO«ÑÓ¢ ÍØAô\8d@.4\88Ú\bРêh0Øz®óm\83X]Â@µÊð\93ÔÖpa\90Ó\16#\1c @!ÚDäÂ#ÚDD\94wÑ"\ 1µ\85]tÏ\0\17\ e/p\ 1\1aq9D\8b\82Ì\ 5H(\0êÈÁz\83\81þ\b¼öÜ \b×\11¨    ¤\|l{r®ì\83\8bzúIõ(ý}½58Dü\81=;:ü»\99Ä\93ñ\1f/\9c\1a¤´\9d\80\0ò\9aÈvm\99)ê0º®u¯í¯ÛV©T\96Û{ùIj\14\1e2ØÅà¥E;å\ fÀÞQ\9aa&\11ÎßSì.\0\1dù\1cZäh»öß÷­\f¯¹áºÂ®\ 2ÐOHÓb\8dú\b\88\1cÑb\8d\1a\0\10Üð¦\9e\ 6\0rY *\f\ 6\9bã\ f\89\8d\8f(yÐ\85\93%\0À­7K\82\84Üü©,`\10¤æ®\82\8b2\ 3\10i\0L\92\1f:"N\9fá¬õ\19yl\8c¦í\1a\f\80þ\8fMR&¤ÿc\131@\0\ 4ÝU$eRƨW\ f\8c\ 4\0iãáô\89\95\8dü\10¨\9d\8d!/²Q4(Ê\14Ò÷óF3u\9eß\14*""éà,²\11¸-å]ÅÆA\9c¾©\0\fn
+:¿Ð¯+ÐN\83\ 2\0\2Ãq¾¨\8d@aâ\8c*Ï4\bÓu\11\8a\10c\85\9f-\7f\92òu\90µëc$\ e²\92\aµïÔ\0\90õ\1e\e\92\aç´'\0\ 6)i'\1d\ 1\eÀ½\0X·ípN{BÄAJÚß40îc\94ä@\15\1ep\90¶*\aQ\94\ 3 H£î\91\ 6\ 3ý$ºc«nÆ \89DÔWJï\9cø\v\0Ü\8dw\ 18U\0\ 6\e!u\928Hi\9f\12\0$¥}¨´±k\12K\9cù6\89Ôæ
+\9bDÞTÓØD`ì\92\1aÚ\f\84\89\13«<\ f\13q"Òà§Û\ 5""o\91zÉ&º\13Ȫs\9c8aC?J£\86\99Q\1c´ZoÂ\19T\9d\95¼hFT\ 6d%¤Î9öE1\89F\11\b¶3{\16ã\ 2±;%=\11ÅA\9c\ 1à\9a¼h\92 E3\92Q\84vJêlZ_\94¹Êf\15å°éDy\10©&Õ\11º\8e\81\ 3ÍX\8d¢?üÂô\85\9d2ÿ`óδg¥Á\0\88\ fè=\8b\19\ 6ÝFi^ÔRìʨSºï\i§Á\8c\88Ã\95\86\ 2\0 >à@³\ 2 Ôý§ï@ÎÎ0È'\8aD\0²º\1cçEëÊ\1f6ªÑºò\87ó\89\11^ìði3~b\804:s}§Â\0it>têØç\ 2WhÌ\àÖ\85       \17\ 6ùÄS¥\fý\ 4Ä\97E\19\83\918\9dE\19lII¢:"Mº¢:"SyIeV§]¾fmâ}\80ö#p\85¢VG @\88"\ 6Ø@\9dQ\9b\93Ü+òJ\10mY\9d©ã ¡¸z\84,\1dA9²~e$E\93ô¸øM7\12Îä`\90P\94\ 4 ¹ø\1d\92o\ 3Æöyw¸\9d\8dg^d£hU\81Ûs ç\10\fD¼ëÆï\13¼ì\8a©u\81\ fPZ¢°{'\a\9aQ\0\0­¾v\ 2\0dZ\9cÝÂ\8b\ 4Æq6\89\ 6HB\92ÖGÌ0\18¼x~H\DvoKDDêÖA¤\ 1²>\82\r@pÎ\ 3\b:6\fR\9aQ¢"Öç+P\11x3\9dC]³$q¡Ê,I»[\94¤]ÒgÀ¢Ým¾5\r\90ý\13\87\8a\ 6\83\94¦Ä\ 5àÂá¹\1d©&"²\7fB\12$$\r$\1aŧ>\ f\82í¤\92\83Áúïc\91\ 6\{ÇiÀ\19Moµëõ\9béõ\11\90X;J\\80ºtEï\8c\8cä\89Êô8B¿hË·÷\1a\00M\96Ó\9a=¸Kç3Ç0È\89J(@IUɳ\0í\85%Ô}\17\b^~ÚV ¸MÒ· øg\9d¦+J\81Ûy¬¢tWß'Dè&ôxùvé\89\19%ôº
+Í¡jYëo±ë\1cª\96KüR¨Z\ 1@ºÂ¸ø^\ 1\17áÙ  ü\b\9fÇ\10\99\86¶q.\8e4'L\18\8cs\91\18U\18 é@\9e\a«¹\0Ì»Ó\98r\ 3\0èÍ£ÕÓ\r\11\918Q\14$}\9d\89_y\99  Ò`óÂ.\1d\ 1 ó6á\bÈÞç]\12eäÞGÛ|fr0\0 É\ 1rç9%\1a \ 6å\14%Qßô}'ek6"\81¦(\89Àð\ 6Ï\93M0\18ÔÎãå\1a_¦ÍÚyÿ~ìe«;ï\1f\11Ê´ó~\83\1f\98½þ§\97\10Ø¿&µwàºÁ\r\10[4^\9d\99\a5\0dÌX\87Á\0\80\88\ 1P] Åº\r\0$\85B\ 6m3¿±ë¬\hÜJ\r\0Ù^)a\80\98\13N?T\0\90ç¢i¡O!¢­LÅií        \17æ~i\82ÁôM\85\9a\ 6Ø\9b
+"\1f\91\ 5\9a§J\96\a¥¶¨Òç\81Q&ÇTS\11\18pu\92$!©y¯Ó¦®U¿\ve\9bµ]9lk\16\85_Þ2Ër©´-ÉrÉé¯É2¯
+7\eöûúoU\ 6O¯¬´g@\16O\8a\vqDYÔODñ+¹3ËÞ\97\84#I\92\80¼Ó+úW\0À)yx \¿glqçÄù\87,Ñ@wó¤BU\99°,1ów\8b¤\8e\ 6Å\84ð\90hy0æcR^ÆV\ 1á\92\rî¾/\ 6zÿÄ\9a§Æ¨0\84Ó\f\81NA±Úô\14\8242\84\9d(YCÐ$\87©5\8bæ,Ë¢f0\93C(P\v\7f\8b\82nV\94+^\92\12\93o\1c\82LHÍ{/W¤_2\11or¼DókGÓ¦\8bØÞ8DY$uakú\8a:-BÍQã\87\ e\8b\88\ 6\0\92\8cð$Nƾ]~\89«Á\0)\9b\9d7\ 6ƲY\90\8e\80D\9dY8\ 2R6;\9cD\ 3}#@Éf\bG@&\ 1$A\82Ò!\87J\12\a£\ 4\12\11\91Ws\9dSIâ\0@\\13eî03°\91\ 1\98\ 5\89ÃV\16¤ñ|V\1f\83 ³\a\83¨U\12eÕØ.\ 3`u\9e¼E>h1\13ù\88´\98ID@¶\9dgQ\14\81\1eµ\1cU6­\7f\84,ª#òè­WIÒ`9\8dN\14\a-f\12\17\90^ÅÓ«LÒ´ClÆÆþ\11(Åk²ëå&ͳ\bu\84\0,­ç\13\1cÆÖc>Àa~ò\95\ ep\18\9e|\rß!s\r\0È\8bÑc\1cõ\11\90\0\85Ò!\r\ 6@ÁÇ3\13Æ\ f÷öçüÂõÒU\998\1cÍù\rf\19²p\ 4ä\91¥è\ 5\0Hv2f\89\vH\83Ø!q\ 1\988¥º]\ 10R¥îRWîïª\8fà\ 2p\ 6ª»ÍØ0]Ã8\93åA¤*RQ\13#¹íÇ¿¿¤«ü\91~ÒWÉF¿Ì ¤X/\bq¼ni\80Äy½\fÓ"ñ|ß±»3ê<\ 4\95RV®
+é©ÿ¹\8c§|\ eá7xgTɺ\9b\10\9e«Åk\ f
+ôWü\92eÏãu\98\83·,ÒM\ 1Û*\0·    \18 F\89\12Ý\r\0ü1ð\86\ 6\88k\10\89\bt­R\9a¹!" Ðl\98k\1a\0ÚHYæ\ 2À4ÙS^¢\10\8e\80ä0¢\8a\8d\83ýº\12\0h¿®ÈF@\90ö°È\ 5¶Ë\13.ô18$\f\90"D¹?íxJ\92\884\eÞ\ 6ŸîÚ»M\92D}\96º´½¾=S\ 5\0ISsßkÍG$Mí©\16^\8a©¶4uÉ\ 1X!Ð)BÒ\9d¢\9b¦.å³\8b\92Ù\98¦.\93j×)¢-M]Úo¥CèÓÔe#\84$\ eú4u\99A\97pЧ©ËÛoïH'\9fÆ45ïϲÐ\81!H.\ 2ISóª\³\81å*ÞÌSO«x3G;ÏFLìc?¥s~üäÒ¼\9aÙÑz1ä\ 3ÒÔ<¯6\8b\19§1k2®Úå\ 3¤d\13#îÖª\ 1<)ÐwrÔ­Õ`\0\8cô;é\b\1aUG\18\8c\9b\9d\12\13\80\8a\ f\8d\0ô\8f\10¤# \1dkÁLD*\19±sy\1dÁÖpÆQóä\bÓ÷Û\1a"\ 2\18Ð\ 2-\ 3\ 6\f\80,b\ 5\0iî¸Ó\195
\ 6­¤Ò¦Á¦VQ\92\80´Ô¡S\86AÙË/Ê2m\8b©\ 1 õ\92\ 1Ðlµ\89V\15èXsI%Ë\83º\99î\bÝë\13/Ð*\0lë)h\81Vs\ 4¤jµ\89Ú\84?ÀfVh~\80mÆÇAÙK\12\ 4dùS\96Ü+2õ\97÷5»ìE\8b\82Ü!\8fM\15¢\fÊ^YP\ 6áM\86AÑH4)À£\ e§ä\9c\94      \95«ÝË    gØ5\e¬xZ\8cù\18ði±¢Ðl\14ã¸\81t\10è¹\e\801R\8c\ 2\0 Væ\87z\e\0\80we«Z\1f\ 1HÐrÝ*Â\8dÄ\9fHñ        à)\ 6\83²\93î\b\830kSq¡¿ü\89V­Ö\0\ e ZæìfMDäý1\91\ 6H¤(qA\15)ò¦Ô´¨L»Ä\ 5`ÅfY+ð®uÄñ\94\b\9cÜ\fÛW±åx\18åi­Å'Û{\8el\8e\82\e¿çØç\ 1_<ýøñùé\98P\ 10r
+\8328]yÂf\8bpîjK\8d\81&\95EUì\97=zr\ 1\98\82v\9cج\8f\80Ü\e\83t\ 4äáðãÆÀöJJÔ\ 1è\e4\1a\8fð4h\ 3{$  \92*Bj\8a%5\0C±d\82Áô-Á\86\8dȵq\97\0\0ºÀ!Z}\ 4ä-A³ ñ¥MÂ\0z\9fCTg`ã¯l\ f\90ç5tê<¿6Nlâà\85\90SP&dão\101@\0\ 4½%(É\ 1òJJ\12\ 5 é¶<\16Ù\98·E6r&kÂÆÁ\96\12Q\94\91ç5\9cÊ7\ eê\e\92ERÞ[«êÂÄ ôï­w\8cóÍFhm²H\ 3½.\ 4¥E\9a^\1aÝøñõA\8cån\0#1\18T\a²\ 4\0©\ e\0òd´\17\0\0ù\ f\1eÅ.u
+Û \ 1ßù,\188ºó1\ 6¶%%´ã´>\ 2ôæô©âÂôy\8d\86\88\b\80¬\ 20\88ò¤#<¹Ð\ fÖ3]Ù^\12     >-Al¤]tv6r*ÏÌF®\19OØ8\b\13E9@Þ\81K*6\ eâÌ]e\91ú®q#·P\ 1\80Þ\81\131@\96ÙI\16    z\aN2(Ï\b§{e*=9O\1a<¯Ló¡\1a«$ò.º\996\ eª\v¢QERû\92kCRûIÂ\0\9a%\ f*Q\1eÌÔ\1cVe"]ØE÷\ elEÜw\95\1c\fÂDQ\1744 ¦¨\83½s\1aæÕ\aQ\9e$ÊÐ\8bѧ\18ãès(%N4:\ 6\8e\13EQÔ4òSy\83
+e»¯\86\81b ]-»7L\84¼1 â}\8d\81À\86þF@ª\94Õ\10\80\b\9bt\ 6\1d\1fß\18\906\14\fÐ\ exBá¸\9e¯ªQð\9b>/\eÈCï%¥ø\81ðLÌv9\117I\16^¢¥\16\86¸í*aèr"\92\87l\0è»Y¢Ë·,\98\92I\91ºVk\f\80[C¤Å\82\8d4>¢Å®JFJ¤4lx¾¡ÕgCt\8bl\88\92R\ 3UÓ(\9b\15ÍíﺿÆ/³b*ÔÄ,Ò@\1f¨D*\15Í\ 4¡Ï\ 5Ѫ\0UϸK\18\0UÏxH¦Uõ^\f\ 38\ 5\0ÁéË\9eñ\14-\82>ZK\9bN\1f»!oÚX\1f\8doÞ$Ú mv/É\89\eæä½\8a\8f]mJ~_Ó¦\14D»¬/{¦p½,¸»Ñ\8cY(·\8bãõ\8füë\1fýú˯\94î\1f¿Ý?b|ýøú\97ïß\7fþõ§
+Êæ\7fíïûÞ\v
+ÿÛëwõíÆ¿Ë¿çßß°:³\ 5é(aÇu\97Ú_\ 2¶ßGrIã*Âû\8b@a|\ 3!jD\8b Ðdz\8bÃcôM\14\8dr\13\b\94ïÝË¢õí\ 3A\97 y\a±Ç\15Ä\16\b\1f\97ë¢Fºè\14ÔºØ\9câ9À7\80pH\10â\ 3\82p
+â&%\8dw·½\7f3\ 4͵\90p ÛÀ\94\17\ 2\ e\17\84;\0kNÑ\98Û\18Ò\8f\8f\1fù.¿óG¼é'K3ÿkµt\13.T\99\9c\9eF°Z\fa\17¤Û{\rW/\9eÄÃë4L\94Í"Í\91.\89\8dtGM\18@§8e\9e\0t8£x
+M0tAH\1d¹ÐKw¢g\14§ÒÝÕòÛ\8d\9aµ<9ñ\14IÓOÈ\10\92\86\92)í?ùK?Þ\8e\83µ£q)׿\94tãö\1a®ü\13\86òþñ\e\83ür&ï\1f\82\17Ê/       Ì\1f'týüúÌý\1cþË\año\85\96\9e/"\ 5êÕÍçñþÍ\ 1\9a&¾"\btWh x\8d\8e1\84ôví-\ 4M~\9c!\9c"\ e\1aù>^ô*Y\88ë]\827\83>\17ðg˱\18ê¾ýàK\14JZi\7féZ¼-\85\7f\báí\as$\bß\1a\12¼Æ\93Ò)^Þ\9c!|\9f"\89ö\9f%ë²÷,Xì\fH\8en_!ÊU÷,å\ 6i=\vAH\1c\1dMìEß\eR\9aµHÅÀ\e\8el7íc«!\ 4¯÷é\91^§kpPÅWì\ 57\ 1\a\8bô\10Q\8b\83¦åï\1aÚ\8cûA\1a\9aÞ¿9¾\8a¢Ýd¹*6\8e¥\8a\8dß[\86nû*È\14\12=|ÅÞôû7É\fÞF²\95Ná<¤«t\99(\9f}¼zð\1aÙJ?[IØQa5\1fùý\9b!hfrIWc¸q0Z\9cxí[/8\18-N\8a\ 4a\87µ\94\8e øï\18Í=è ðâõE9E&ëÿº\ 5|ÉÖ®¹ \13\1dò¹J\87=¯Ò\81n -\1d4\13©$\ fÇq㠰ݬ\1fd¼Y=\9e¶ü6ô°í¶S#ÆS'\15B¤F\91{b©¨õK\97zr\94~[<\ 5Ý`¦<\1dØÍ]\92í\9eÝd\9e¾\r's´¶¢_\ 6\9bŲÅ/»yýþM´£\1f;\vÅ\8bo\9a¼tî;ÒÒùÔ*^l hÖ\r}ìÞ\9bª%w1²Þ\ 3\1c\ e\1d\ eý\98\95âÅ\16\82¦\ 1\9bÆz¨-%\97å\82ñ#]ºÈàÂáÔ\9d¢\9f»)û\92¶'%5K´è\14Yy\8a¾'¥\8d³ywcO:È@\ 5I\1e\9e[´ú\12µ_±{\v\ 1¸\81Ш[Ã\8bç\12­>%\8f°JIz\1aÝBI:ŹIRý,\ 1öõâ\8c\18à°\8b8h2\räI9º{EïÖÈ\8a<à+º1F\14\91¼yþ~\1d,<÷²õã"ö\80)\8fã"Á\87²n\127ÓñÕà\10\82î±½x\\85q>Å·^\0\1eo\b\8a¨\86½\17\851ì¼\84 ç\13\ 3©â\9ax|Å5;~\9aúNZ ,ÞI_Òm½\93\ 6 \ 2\90ë\8ey\97 <¥»\9f\15¥~Ä\9a\92PV\94ï¤3\1c\ 6\10ÎÛâ\1aïÅ4]lÁ\81èp:Á\7f:Uu\92\87(\ fú\1cwÚ²D\ae\8eû\9d\99uN'Õ\83̬ÌM½L&'Ò\ 1\90j®qNqèç¸ÃvûO[\ 5'\ 5»T_\12\95è¥\9b\0\1c¢HI\15/èî\15I\1e\92E¢Þz\11Y&Íö\813º      ×\v¶´Q\82\80ØI\9aîké \8f¯cf\99ôÆÚhÜýMÉ¡n\ eªhQ䦮\95æª\81E\89\9b\80Lr\r¬Å\ 1°ö§ÈMD\1eÎS¢\83Ê_\90nnJnv£Âä¼.*ìÛj\1f\17å!ÑPÊT\1e\ 6v\92 ä\89\9dìv\ f'¶0\r%\ 1:|Y\18[$vÛÉ4\89ĺtøØI\9c\ elå®zd\8e5\ e\906\11\82¦7èc'\ 5\bOyèg¹
+\ 5Ë=#fM\96\8bcüwb\8b#ü&åõ\9d\ f\93ó\¥\1cû\95æzÿüMÌz}²bx\96ëåÏ\17³\\r\ 4C\96+Lj\14ó,×\f\87y\96«\81`Èr\95m\ 1kY®Ù)æY®\86\92\86,\97ý\14Y<ÅóqÞ>\ 4ÚûÑBÐyá\v\82\92\92\83\f\13Ý\7fäêÕçÅ!Jµjã=ç\87\ 2ú\rδ*Õ´q`*\ f]JF\9a%³Pò:EÜÄS\0¹ºè6\1d\1dú88Ñ>XruÞ^\ 5¥¬\8e7Wÿ8Wç÷Õ\\9d\9fÔ0ç¹:\1fVsu~_ÍÕyU\ 5\92<0åæÈ\ 1\v\89»O^\ fÏÔ\ 5ü,M¦.ì«\99º\97l/fêj\b\96L]\rÁ\92©«(iÊÔÍp\98\1aJ\1a2u\ 6\1c\9aL]M\aK¦®9\85!S×\9cÂ\90©\9bIõ<S×à`ÈÔ\99¥úÎÔÍp\98gê^Þs1Sg\96¨;S×H\94!SgàEs\ 3õ\16\89ª2uÞl\1f8Sçq½h2uÞl'9SçqJ6\99º\9a\ e\96L\9d\9fèæ<S×\9cÂ\90©óV\99¼3uÞlíO\91\9b\96L\9dÇýE\93©\9bqs\9e©\9bÅ\84óL\9dY\1eîLÝL\1eæ\99:?±\93óL]CIC¦nF\87y¦ÎO"±y¦Îáth2u®ÆÁ\90©s\13©\9egêÜD\1eæ\99:§êG£\bÿ\9d\9b£ø¾IÚ}gôÄ<]zwV~\12uôû7)qw§õ <]9Oªûþ\91\9cHô"\ 4\1dW.\b2\ eºý\85×ä\0ev¶ï\19£\92W@sdÉ>\83\91\83t
+$'B9²T\ 6v\97rd-\ eÈ,b¼¢ü\9a\92\8ffÎ,§¸D¤t\82      \94\8c\9an{Î\91Qçj}
\em×ÉÃ4ËÖB\0ò\95gZÆá$^Ô\9a\ 5LõÜöÁ<ÕC\99\88tZ¦zÞy\19Ê.\15\1c\86¹\8civ)\1dÉÚ!\9fÎ\85S\³Iù>\851GF]\9aÓSôsd4\85\92\8dçÈ®Iã$\9d\ 2\99°*oGǧDÉ9²Ûû]i±Ûù=sfwB\rïÒ_\98°¢\eËò\84U\9aMXõ#3zÜ=o\93¹Òn\84\1aéu÷ÚZ
+\11ê ËvJ§\80&\95óm©\86\91Y\1f\ 2ÍÀ·\94|x.A\1e>92\ 1BÖ-\9e¹rdA¤$r{TRr0©\1cD:ès\85i\93q\02;.\bQ\84.WH÷.z&½Å\ 1Èôù¨ÓÍA\96-¯ò"l\12\ 4$ÓGY¶)\ eý»_8t\16f\90e\93q@2}§Y\1eøöHÑÔa¥d¤¥\85\r\ 4¤\12@÷Ï:\ e\812})èp\18@ èú\98hw¿2D3ÒÓhjZÏ\98\9eb`íOé\14@^\86·J\94xÌèõN'q\13ñz´m¤=\85þ¶õ±ÕV\7f\91è!\ e»D\15[-@\0²\8d\92J&ûtð|W\9alÀég\eýi\8e®¯Ì\ e¯Gj¢ëNfç\8eKK:ç\8eJë<ÏW
+HÎì¼ß\9fùÊì\¿\7fûÎôì_\9b)îßu|ÛÏHð\89ö`Þ
+Aþ«\81 ¹qÔ\9b)\1a\bªÜ\ egf¼\84óï§\9f\rHtóÚ³5\e@Y¿\16\aM\97\ 6çvHÓKWº-+\92³\84\ 3\92\15Ù\1dA¨è\80ôÃÑ<ï\94\17\ 3\b\87(Q\0\84C\94\a$+Âq~s
+CV$çÕ¬HN\8b=7\ 5\87µ\9e\9b\94·Å\9e\9b\94½5\9f@=7Í) \8d\86 È'°Í¥|\ 2\9bÜOzaÿÚÙÒ±¸Ó\8cBùÎ\9aQ\88$\9bÙ\9cQØoý°f\14\18\87dÎ(\1c÷)\8c±Õ\97¥1f\148\1fÐ@@2
\ 4\ 1É(ÐF»\ 6\ 2\94Q8EJ"\11bÔQr\18cJt\02
+ô8S\8b\ 3p\83ôW÷QK\a £àÅS\0\9d\1e)\ 4\89\17Àý/\ 5\91\ eH¬ý\15\91\193
+Q)\ fÓjòÔÂ\fjÁ¤\9b\9b\83Û<Q2O$ªoå\12ã0±r\83»ø©ÃaÚßØ@\80ú\e\ f\1d\84Á]ÜK¼PÕå\89\92\ñË\16Íz{½\83q\98x½A\7fc\14y\ 1ô/\1dÌÍ<¾\83\ elõq\9f\ 2µÕÜß\18D^ès3¥¿Q \ 3°+3Ñúv\8bn²¥\15µ[u
+\86p.JTÉ\9b®IT¢    &\8b\9d\14y\ 1Ùê¤Ã¡\eã\97Ì«*Æ\9fg^ÓÄÊ\r¬=IT\9aHÔÀV\137\939"¥g\ 1S2G¤l«\93ÙÂÐ\1eÂ\16\aÀãÐ:ú)/\ 6vr\93  ½\85G\92¸    dû"m\8ané Ïö\95Ìëû\9e\95ð»/eû¶«c(¥M\93íã[ã;ÛÇwFNýí_\e\19Å\e#çïüë®ï¿ò}×ïßÄüß'?\bÏ\\16˵6sÙB\0æ\1diæ²\85\80\15  \1d\rÝâ\0ôr¥Cw\8a~V"S®-nÖ\f\11mßKá4ïd¼:p\v\ e_Z¢ÚY͹\95ó\86 È­°|S2\85Å[Hµ|21xnÅp\9aº[£\86\80åV>\92e«¥ò\9b(-\ 4ýäF¤çe\8b\\18ï-ôbÁ\14\87¹\17©! ÷\96C¤$äÉÈ£7§\0º\819;Óà\0póÜÅS ¹\15§9\ 5{\17Ö°·ëaýj\9cÒ·Ç\92ýÐö²°_\vÑé÷o¢_úø-Ü\ f\95YN°\vµé)®! õ\96HwR¿\99§æ7ñ\14úÜÝí\87ÊÃàÛÇbi"¥ôsÆ«îä\8e\a\ eJ]ç®dÕ)\ 6\9e\8cj\1dõÃj\88'ÛÉrû`ödTë¨\9e\14\83<\19÷-6§èx2Ö\10r]¬ \82cûø=Ü\93\19NÓx²
+\82É\93½äbÑ\93Õ\10\90{!{²\ 6\ 2\80Ã.\9f\ 2É~\1d«8Ðdm\v\ 1¸\17\9e\9b`'t\99§ËN\94ûÐÓN8Õ\8b¬ì\876Í)Ø»°~¼]\ fkGã\94¾=\96è\87J\9dÉ\7fÝ\87è÷o¢_úø­VÏú½\a\¥Ý²µ÷\80ó/\r\ 4äFu\8a8èr\82;ÝfÞ¼­!¨t\9d\90\8c\97\97J\8ds%N¢\83ò\1d¡ª{¡9\85&Þ#\bܽ`\80À½\a"7\91¸\84'S\fÜd\b2\ e\82R¢ú;hN\96¨c¼9E|JîØ>\e\86ß\9dÂ_\91\r²{e\93¤\1aØö\1c9Wn\90êK¢â¦\94ÉnGMtäÉk:\0\9dE\91»ïÌò\10éiÃ\16\82ÞFE/k7\80\83OfnÖ\1d5¥Þ½ÖQSª0k\1d\9a;\98U¬;jÊ\1c\80õ%\8e\14ÔQÓ\9câ\19\13\8c\16N±ï\v§xÏ|\1dñ>\85q\17Ïén\bó\88ÿ\8e\10ÿ\ eE\84\vÀç~ \88D>\11ÿ¥a5O4Ï:ó\96      ö᧵~\91>\96Æ\96«¸{Ïk\bÈ\16\9a¯8Â\88\ 3½\95Ùâ\80d\9eÜê)8w5;Å /è\94pPõ\ 5q¼¾ëè0¨ó\8at@ê¼\)npÐëhéÉá8\ 2µú\¥õ«\94ä\8e\9a\86\ e@\a}\8c\8b\12uwÔÌ$jº\9f¡X\c\85\94ö3Ô\16\17³0\17%ËmÔx\eO\8c\ 3.\93õ$â\14\87ÁdIX¥$õ\r.P\922Óí)\0\eE³)-%\81.¯M榦˫\9en±Ó\81§[ÚSèg¶Êt\8b\80\83ê¦Â\10\98\92ç8;3°rªHd8\89(JµÊFñ\1e\9b(j\96ÆN2\84Ó\f¡î<´ps£Ú\1fãð²\13_\94\ 4,\fÛÉÃla¨ó°\85\80X9%\ e\83~\98L\10&6ª\eãó\1e\9bw×Û(Æïg\90ißWs
+U\ 6\99+\99\87H\a op'í>Nkßà®äæ´\16Ú@0ÔB§8ôyA\1d5S^tmT¤\8d¾\85\92¶H\8c»\1f[:\0½\8b[\92 <½Þà\8díÓ¬\17Ô\17ä<Ñ!\8cú\82\86\1d\98ç¢<\94:\99$\ f\80×£½g\8dvC\9dê¢T#QqPr³\9b\ 3H\9cÑ9¬9\80Ä\19\9dÃêyùæ^ì\84ñ¾IÝ\8f-\ 4 \96ã¸z\9fðbº÷¬ÅáQ     \19@8%\bÈfÅLVn\9fÄQýºé~m\8eyO\8f\8f2[\ 3K\eV)ɱý\8c\ eÓÞÅæ\14Pï"åçö¡\8d¢
\9dÙ*å¹;¯Õ\14zr­®ì¡øÚBG¿\7f\13kw\9fÚ\1eô\9eô\9b*¥_áK×±Yå7UJ§³­6\13ã2\ 4²ý5\ 4U·Eý^D\v\ 1\7f/â=\9db{\ 5\93\15á\19ß(È|\8a\9a\9b@\95\8böv·¼@&\8d½\8e\9b\83îÇý>\85±&qP6ÿEIc6ÿøè\ 5Ú+rY,Þ·\15«Wz ÷Å©ÚWò¿¶z@ÜÜ"\1dâv.Ò!º«òÚÒA\1fMD÷ÁAQQ`\8bI\15\ 56\98B\81áS\7f\80{\88\16è\11w\9d\Lg\95k\1c,³ÊEG­]HA\84\0ÜÆ3yô\1a\82ê6ÎqIÒÑaÐ\85¤Äa\10\97\ 4\1d\84a?­@Iä&ÌYË\86\17º>¦ô}\87lp\0ft9çXy\1eèæ³e\9dD\rn\80\9b\ 4\ 1¹\ 1Ò\e\ 3S^ôoÂ4\83W,®qoµO\12%\91ìm\10é\80Ô¨8k9\93êþ^ è\17í$×f\16üFtä?-qÄeí\13Ùj³µOä/¢ÝÚ\93\8dJfk\9fI\1eÒÄÚO;F\e\bPǨ\88\ 3T\81Nâ)\10\b§t
\ 2\1dVOÁ÷Ø\19\ eý\1c4íº,½ÈÆ9\14®Q5§ÐÏðßÖ~\86àFõ\91\95s~\91\17ü\1eL\ 3Áð\1eÌ\14\87ÁK       Y§Y\83\97\12Ü¢<\94\8cá"%êfñÄõT&ûõBÚuÙJ\94f\83zSË\8fV©¾kùÑ*ÕwÎ1â¼à\89ë]Ä\ 1°\ f\1cÛG\9c\17\9fØ^\80\0Ùj\8ai#.Q<õM\12ÕÐ\ 1°´ô&Í\82<\1c2/°\8e\ 4\15%\aÓv»DI$\96Û(
+\8aæX\8e¶cÄ0\89å\ 6õ!ª\93\85}\\1fê×$Üq\9fb\90Eàì-g\11ÞÙ[Î!4©Üï<ï3{ûÎÖ\86\9f󸡼\7füV\83lóº\8a\11?\13ãå­\82ãÎ\15î\9a«ï%küÄnIS\85\9b©OÉ\14\8d\ 1õ5Ö\18¸g\8dG\8cl\8f¯ù\88\1aBÖ¨8\9d!;é\f:\e\91óçÝ\8e\82ÁG&\ eM#:a@OÛÖ\18øM³\88ïú\9fÂáèaÖü³Ý\10².\vò¦â¡£b_\12N\91\8a\80(Q<Y\ 3P\rA]ÿSIS>\ 1ì\1a\8fÅ\0\92U\10\b\0¥\ ef\18\10i\17\ 5\8d« \f¼\84Á3z\19\08×Ø\18iåù\f\ 3Q\9b\ eö\ fO\1ah\\15a\10%ARÑ\80\9dµ\r\ 6\9avoÂ\80\12£vQÎA\ 2 I\831\0  \83§(÷i°\9bi@\0\8eM2ìª\92 \9dá\10©¨\9bàÎù\13õ¼k(··Ïz×ÂAÏL\1dûG8%mzò±KEn\14oÝ£¦-çú\9f8\19ÙH\82^\94ø~kf\ 37ÄÌØÐÇÀ\8bA\86\86\8a\ 4 x\95Q;^\91X\a\80¨N\9a%Öe\91Ãu1½<üöþM!Bs\84P\1e\9e~\17.\8fwÉÿ\15\98Ü?\7f»\7f\16G]B>úÇôS\eñQÏ~ÙOó\11(ÿ¼×õ#\ 5Ú\82YC\bª<`|\v@\b¤\15ù[ \9eÅá>\0J¨6\04"I\0\92\130ðª\e\15\ 2\ 4e¢áz®<Ý\8c\88\9fË\8cJ1\99\11ñ}\89)m\v_¶áÔÅ+\17\1dÉF\97bâç:t\ 2ãÍ4<Qî\ 1{þ@Ð\10\92!\1cf\b\r3g§\10DúÃÌ\8b\925\ 4Mz\9dÛ6N:EúZ¥½ë<þ\e\ 5êÇmQÐ\18z\12\87¼\8bâ É®\13\ e»\8cÃã\14\82\99Ûß×\ e\9e\1c,ÛW>×\90b\8aô8\9cf:\10\ 4êǵ\88Ã+~÷ùº\f½Iù:FúÈäÓÀ\b\ e\83\98AÅÔ\9a\19áÙ²×\95ɸ±n¦o\e÷,¦
\b?[¾®3o\vóÒÑ\8fÏÙ\1f&ª{\88¸\9d«\87p$\ fÕ!üö0QýCx¿x\bJ\8d/\1c\82\12Ûí!\0\81*\19\8bo\81ÒLõ~.5\17\1döq\8a »í¿Ô\10Or\9eûç\18\a`hi\ 2¤D\0Fݤ\ e»\16\82ÆÂp¶\87R%áøf§Êñ6\9e{\86Cß]d¢d\ 3\ 1p\17´£¿¸p£»8t\87è»\v\1a¾h     ©_á\10èÑ?Ã!x'\bÙ\97²=\0\9cµ
\89cìóú\1eë¸ò¹%&5z,ÚÿS³"¨*\ 4DÈÓ,\rDH¾§\1a\bÉÞF\12é º\160\84¬S\8a\ 1\ e§\88\83æ¾ÎvÖ%\ 2q\1a\1d\97\v\eµ@Ü\85\12­\8e;8²qÁèóhxcá\10·©¯\ f¡1qÌ\8bøÑ,Ôç\11\1d\92WÑaî°|ZuX\r\ 4\83Ãz]×\17\1dÖ\f\87¹Ãj \18\1c\96\ f\8b\ ekv\88¹Ãj\bipXæCÐBÝú\10!a\97\93''\ 4\e7\80 \94È\81·`^f«Û=é~T±\ 2¹j\96õOÒ)\10\7f³/Êt©Ö\18Å\816P9;!?÷#I\1c\02ø #C\1f\a\9fu"9ºÞ°}9¬n\97=V­Ü\90Çb\89
+V·\ew²ÔÞèvi¯çô\10}^ä/\91ü:\84¦\8e˼ Åã-/\0·\9b\ f\15\1dæn×EØD}Üî[ \\84e\92\13\9bÎ\em}:ÄChr£\9c\90£t\9aË\95ÃÒ¹¼«±`\17p\bªÚK\93Ò\9b\9db\90\fÛÉF\95\\8e-\19v\90\84\0\94»8½7W\v7ïc\by¤Á1h\90ª=\86^/x\90*8gÓ\8bâôTR=\80p\88\104½èìqD\1c²®pq%ÔÈØWÜDÊ\ eÑKb\r9\7fv8\r\ 4Àù³Ã±Ú\87\18dû`hthì\ 3°D\93\86Ó\r\87 ×Äe;ûl¶èæOÊÎ'V+[þän\960\18\9aN\84 \ fËcΫ8ÐdB«\99\80\85*ë°×\f-¯Ã¶\eZ^\87]\eZáÞß\8f\1eN§²\92ýC\9c\10\89/\17Í!ô¡`Ù\µt\882V°x\bîäª\ fñìÈë\vT\99\ 1[syesÕ\92Ë+¡à[¦·`tyw(Ø@л¼\12
+
+\10\0\97W"¹\vB2º¼;ýQá\0Õ¨w/\9c\ 2Êápú£\8cs[Ó\1fÒ!\80\1c\ eõÂ×\84\84r8Ô\vo8\ 4õ]\9c\9b(\rz\97\17h\ 5Hز¹d \94\86A èE\b\80ËãÎ2;\ eÔ\8eßj&âò8_ÿ"¥5_\7fJ\12\85ܹý\97D}\1dCSCâ|=å©·Í\9a¯ÏºCÌóõÍ!\90ìǹx\88\14\168\91\8f¯8îu\88||T\13)´ç\8fn\1a³\1fû¦¢C7áÿÞ-ä\9f6NÿVÂ\1dÆ\95W\ eGyÅ\ 1\1d\ e¿ªXDzL\9e¢L>#\98A,y¬É$O\98Úe2¹e\99,+H×d²,¥3Ê$¹¬xíc÷¯ØÚè²â\95\ 5ò§·\ 6rÉ/C¸\V\r\ 1
+¢¨\10ÖB@
+a×íÄ¿Â\b\9eÖfú3X«/;\132\9a\eýv\12\87\9a\15H\1dKÉÌQ\93\1dKT27Ù9"e´æ\15©?ÿÍÍí£\17\9a\8d\93ÜdwíÊòÇim²;\16\ f\11ɾ´\87@â0¿Ýö\ 15Q×Í0ú(Сmp\9f4¦¿Y±W}zÏ1\81A[9©æ¾WþF7mñ¾\eÐ8d\vA³,\84\a*ÅS ÍñIÄ\ 1\ 1@âP\ 3\0èHÃG3\fD\ 3\8f#\91®vEª\96Sp\e1apl_îê)\8dý#Ð^àú\bÏGuú\0\ e¯"â bq\85.­(=o\15\97K\17ï\99ûMÆ/;ï\1f\ 6²?\83Ew¼\1aÂ\ e\8c\91¹\8f(\80cd\f`\97\0è®ëï½5þC\84ÏÔøÓSõi@k\8cì4\bYE\83>\80¸I\0\0\fèrgçB\12Ù¨\9fÀ\8aéX<\ 2ÕBgGèN`q~½\ 1 \8by.\0Ò\11\94¥Ô7\80C$"@\83\ 5ÝLæõÒ¤(\89úÑ-~®¸Ö\ 5`\9e1m:I\1c\0\10¹\80L#ê,Ò\0\80Ä\ 5`J¼dÕ\8d\82D\\b\9bÄ\ 5ý`,O#Î0è¯M\8a¢6\ 2{\97¢h\ f\0"\8a\16éy\84þ[\12\89c\8cñÀU\7fÝ\0Ç\9b¥ô\87y&\ 2\10\82\ 4\0Ø\98\10Ì\18ð\8bwWvÃ\97xkà\eû\1d\rÔñT\0|ùF½$ò+Ûõ\11\0eâÞÖ\1a\0`\ fB\960P      \12×vÒMDãú\10\89\8d\80c¹£ÝZ\ et\83 ×\96áM%\aý%,42×È\81\9a\9bR\9b# Ë?â\9a6rAdÆ\85~\8cır\r\0ÀÀ\99ÙØÄÊVe\8a\0¡\81Ý&R´N\85\f³$Þ±òD\12\a±²dP\90Å\17ì\99*\f\84\85D\83`YR\ 6\84\rYT\ 6\0\83,ª£~í\ 4oÿh\8c¢Þ³\94hûò,ãÑ\8d>\r\ e\1d\r\ 6Á²\93\0\0»xøú=q\fý#\9c:£8\8f¶­ÎñýܨB\19\ 6Á²è\9eõ¢\9c¼È\ 5}\98Æo§\99=K
+\8b\9eå\ e\96­\16%Å]¥L¢U}/PI\1f\f>¹$d\81J\92<\8bªPÿIξu!í¶\8bcà,LJCßÖUç;X®\0\07\8e\ 1\r\0 Òd6Ö\0tkâ®I0'\11\11\89¶£\15\ 3\ 6p.Ò ¯\12\88Ø\ fUw2(5\11uÊT\ 5ËeÁé Dé\1fá\90¸\0ØÄ@k©\1a\1a Á²HDMÅ\88óÂY¥Î\83`Y\14$`Í\9c\13E\19\88¶½dP\90¬¬\171ÐÅHï\0#8\95Eês!ì\12\17\80\0#\8a4\0âDZ\97Ü\882\12m\8br éð ²!MÇúäíeÃ7\80ðÝhkÙgUC°ì³òõ°4¾Ïª\ 1\80ﳪ\ 1XöYÕ\10TO«}öY]gÈÕ>+`\81\11í³ò/Õ^ÛgåË\92Þí\ 3\ 1ßgåKÇMþ@À÷YY 4Ì\9c\9dbºÏª\85\80ï³ò¥·à\13¯áû¬Z\14ð}V­8àû¬Z\1cð}VÞ»Å}V\16:Ôû¬,âÐì³*ÇXÛgU3òÏê-Q\1f\egØgå]ZÛgµp\bÚgU\1f²ÏÊ~\bÚgµp\bÚgÕ\1e°Ϫ\15(|\9fU\91êð¥Yø>«r\8cµ}V~3ï\9aãøgÃ7æÕëAüV5\f\19Ö\83Lq\98wEnæõ\87´\1eÄoæõ\87\87î\10}wAëAZBâëA\f\87¨÷Yù\r_eYﳪ\ faÙgåK_\91ÍcÑ>«\9a\15\96}VvBrêÕ@Èz\9fU{\b|\9fÕT)\ 68\9c"\ e\86}V\85\9bkû¬\1aµ0ì³zsÓæ¸i\9fÕËŬí³Z8ÄmêëC\18öYµ¼À÷YÍèÐ?E:Ve\92FlZ\bÀ\ 2\81\85n\9a\92G¥i\18¡Ñ\vMu\89\86Îi\ f\93ÝÈÅC¶\ fú\ 5#<\1fc0r4{\7f\88æA5\88ø\99\94^\8b\1dJ\8d\8a.\84Äuws\fÅ/vNE²\ fÁIB\r\r"\96-ùk\866-\eÚDk1ì\86\1aÚ´lh\93lh\9f}\14\ 3^,\eÚ¤4´Ó\9b\81;ñõªõØz\rÁ²Á襠k\e\8cÚCà\e\8c^\ 1èâ\ 6£\86\fÏjÉ4\893=Å|\83Ñ\8b\7f\8b\e\8c\1aB\186\18½¹¹}\\96a\83Q{\f|\83\91;\8d\v5y\83ÑTª\a\10d¡D¶î\ 5âÅdÙí`ñß¾¦Y\|²\9b\87èÓ¢y\88a[<D\90m\9cÞ<ð
+$»yà¥}vó\10£ÒÈ\r\ 2û\14\16Í\ 3?\96i7\ fekßu\8cÚ<@£ïç¢y\88{X3\ f¼íÅ\1dæí¦ì6\8fÉBÌé¶\97\ 6\82\8b;êí¦ø¶\97\1a\a˶\97\16\ 2¾íÅ\1d\vËn¥CàÛ^jBZ¶½\18\ eQo{i¥\ 1ßöâ\8ecqÛËT\1a\ 6\8b\10ðm/\v8Ð%«ÕLö\97Bʵm/\8dDAÙ,&D½´\ 6XpFÛ^Üa]\13\eòê!øzrØwÝ\9e\8b\87 m/\v\87ÈN:\ 4²à\8c·½´\ 2\85o{\99Ñaºí¥µqø¶\17wL¶HÏ·½,(Ö±,\93§(\93\86m/f\99äm/öC$'Ë$\92½pv\99¤·\ 2\9d¤\9b\86U
\15D¬­RpûVÑ\ 1_¥ÐBÀW)4§0¬RhpÀW)4\0ðU
+3\fÄøå{\95B!ÂÒ*\ 5÷úÏ¥U
\11\f«\14fD\9c®RhE   Z¥\90o2ZW)dA\1a¡U
+þ¦#ØùÌ\0²\ 4\0\90n"Ø\86³h\16ÃN\ 3ê<±Ó \ 6\15\r\ 6\0\ e\ 1ÀÓ¾÷÷\10P\ f~\83\81F\1d\88\88\9cS­E\11\99\9cê\84\8a}\0»(\8a\0\1fùjXSQ?\ 2\1fùfX\11áyG\9fNw5GÀ§»\1a\fðé®\ 6\ 3|º«!">Ýe\96\ 3Þ¥P\ 3P\rå\10\0/r\ 1\98­ò\92MS
+R±a¥â¥±i}\f\82Y\94  @\e£l\92\80×­\93ÄFUÌZïRp¯`\ 3Ü¥@Q
+\a\9cÙ¨\8de\97Â\85\8dÈ|Y\960\0æ\8a¨u¼Á\0\98¡§VÀ\1a\80`×ûTLä\9f«3ìÀB   \8e6óØ$\r\0\88|\ 4\ 4a\8fÖ#\10\80Ã/JÒq,JÒ¹©$i\0  \0\90\95\16ìY¬\18Dö,yl×ûÎѹ5"òx\97\1d\ 3/b\0¸g/a\80ÌFy\91\vº­\1cïÚVøhãçÚ\ 2LíÞå5³\1cDQ\99ô\8bEJ\96\90¹`»1°kÊã\eÃ`s\99È\ 5]Gíû\b\8eÐ\a°»E\1aìIE\83>\e\ f\9dE\1aìR0\9bu\8eu%eBnM²IÓß\9a\12×/fÞu\1eìZµ\89\17\87\19´\89\83]Ñ1à\8bÃ\1a£¨¿5%9J\ 2\16ÈE¿æ\18îhÙÌ\85(I\12\12n§U9H\926!;¯8Z.G±ÈÁ\1d-'g\$ÀÁî\ 4\83~ H\83Ã\r\0`yZ\920@\16     $\91\88ø*\83\19\r\ 6\8bÃ\ e\89\v@ ¸ë¸0\0 q\ 1!"\8d\16Úå\80ö~5\18\0+ìÎ\ f\11\95\15\17\10ïÊ\9e¥>\ 2°0\8aó²\15\ 6PBÏû56ÜEíú\fH¨)a\80,\8c
+\12\11\90\85Qñj]v1\e\17FEÉ  \v£\92HDàÎ\92\fÄiô
+\9d\9d\8d´\1cÅl\14£lQ\90PS²(È^\ fÑ¢\0\19ÁHÃg3\8b2H«.jc\92-
+°óÊéÔy\90\97\15Õ\19ÈË\ 6I\90\90\9dWJ{н=§øÁÀt{NQT&ýΫÄé¸ú\bÈ\8e[É"!;¯8P\fß3ÒÈÎ+NAÔ\0\80\0\816\r7\0\80\9dW\91nÏq³\86ªÉ\8a\ 1\ 38\17i\90V\89\98tDì§\96¹Sª&"°ójßn.Øv^íQ8\ 2\14(z\89\ 6@r\9cÓ²\13\87ëÜ\ 2P\13\11È®\9f¢ \ 1Þy\13\89\88\84ª¢=\0\12\82\1cªZÙ\18¹àWc\0d\92\82ÈF½k»[\b&\18\f\92¢\12\17\90xÿ\ e4\rÚøN\f§\ f\ 6¶Äp\12%\11غ\95©Ñ?¤A\87YxÝ*ò¯\97½øññ×_~¥\97\15º\7fþöõ3¿~}þmùõç_\7fzCù?þð»ßÿ\8dûå~ýáO¿Û\7f
+\16¯ÿwÿ\97?ü¥`èÏ\17\15èÿáï\7fý\87ÿúO¿~û\87¿ûã?þÛ\1fÿó¯ÿö_þæ×?ÿë?ýýÿþ»?þý¯ÿõÿýúoÿã¯ÿðÛo¿þö?üÝßþÇ_\7fóóë\7füÃ\1fÿï?þë_\7fý§_\7fþë_ÿù?ÿþ÷ÿþïÿþó×?ÿÿýüã\1fÿúû¿u{þÓ¿þÏ\7fü\7f\7fÿÏÿV¾ûùó_ÿòÛ\7füõ\87ÿçwÿç\1f^güÿ\ 1\9dç»Î
+endstream
+endobj
+323 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 765 0 R
+/Name /Im310
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM±\r\80 \10\ 5ÐO09\v\93c\82ÃA¨\9cÄ1®$hïJ7
+#PR\8a\85Ñ\97·»Ú|P\9a\95&åg¢òÎÂ\10\81\81Ç\15\1cÀóB§P\89tDÊ\97·Í[ò\86ÑÕ/Úo\awP\a\147Ù^\eé
+endstream
+endobj
+324 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 766 0 R
+/Name /Im311
+/Width 8
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9csPP\10ààà`\ 1\82\9a?\7fþü(`@\ 2\15@\91?\15\0\91\13
+q
+endstream
+endobj
+325 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 767 0 R
+/Name /Im312
+/Width 32
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cu̱\11\830\10DÑϸ\07pÃu\82Ú"ãèL¥¨\ 4\85\ 4\1e-\a\1e\ 2\a\ e^öwQðRç­\ f¾\ f\16ÄÊ\16\ eJ\13Þ\14·þØð¾$~µ\87åv¦\84\93\98\ e¬T\fþr]jêéH#é+<\8c)N\9c":C
+endstream
+endobj
+326 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 768 0 R
+/Name /Im313
+/Width 56
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ϱ\rÂ0\14\84á³\¸#\v d\r\8aHY\892]ÒQ²\92'A\1e!e\8aÈÇ;?\81\ 2\8d?ÉÅÿtdNdá\ fØ\81i\ 3f`1nF\ 1F\80\19è\11ÄÅX\81\ e\91\0Ò\9aDÌ©\1a!w\87(\83À6ì⮤EÕ²\9aÓ«e\19µ¾´\96QÏ´$à­\ f\93³\1cgøÒ\eøt\1ejFƵµ¢îu5\14O\16omÞ\9aÑ\86\8fh\8b¯j\15\eÜ\86\ föÇ\1aÉ?ÞX&_2
+endstream
+endobj
+327 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 769 0 R
+/Name /Im314
+/Width 40
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\r\ 3!\10\ 4Àµ^²³§\83§\13Ó\98\ 5\94ö¥\     HN\b\10ë=Aâ\80\ 1\8e\ 3ö\ e\13°Â\8a/i`;:´\19P9kÂ\e\1dHh@\\98¨\7f¤\8aMqt\1d\ f\17"R¯Q\1cäÀ\8bì*±9\86\16Õá) 3q;\1a\1eã\\8c͵øx´¼ÉJ¨®X\8f\89`qú\1f\97þ\1e§\82Ù\13\9d
+endstream
+endobj
+328 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 770 0 R
+/Name /Im315
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`øÀð\81±\83¡\82¹\ 5\88Û\18\9b\81ôa\ 6\eæ\83\r`Ìø\10\88\1f\810P-\fó3T pC\ 5\ 3;\b\1f°``\7f\0Ä\e*\18\98o\1400\1f?ÀÀ|\80\ 1\8c\81ÚQ0Ð\b\83\81\81\1f\88Ù\81\18h$\ 3\0n9&ë
+endstream
+endobj
+329 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 771 0 R
+/Name /Im316
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc?À aÁ`ÀÃPÀÆPÀÌð\80±á\ 1\ 3\101\0Ñ\a$ôÿ\ 3C\85\fC\ 5;\83\ 5c\83\rc\83\fÃ\ 1>\86\ 3ì\f\a\98\e\e\18\ f20Ø1\0\0ÂG\13k
+endstream
+endobj
+330 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 772 0 R
+/Name /Im317
+/Width 16
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93c0f(døØ\0\82\15\aÀ\90Á\ 6
+堐\1f
\e \90ù\0\ 42>\80Â\ fò\1fø?0|\0\0\17u
+endstream
+endobj
+331 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 773 0 R
+/Name /Im318
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ȱ\r\840\10\0Áã\8dx2è\0\ 2 ,\ 2\a¦3\97b\10\ 1\83\97îo\91 \19­VuÕ¬à\92LÑè\84\82\11üK6\8aëÁ\86\9bh4AÜ\ 5g'â\8eÑØaóFúÁ\ 2\ 3´PC    \1f(@\ 2ÌÐC\v5\94PA\13\94oþG+<c
+endstream
+endobj
+332 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 774 0 R
+/Name /Im319
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀ\7f0ªa`°a`\90c`\90g`ào``o``>ÀÀü\80\81ñ\ 3\ 3\ 3\10U00\0\81\83TÔÿ?\0A\0\1ca\16u
+endstream
+endobj
+333 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 775 0 R
+/Name /Im320
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀþ¿\81ÿÿ\ 1\ 36\f\ e\15\f\f@TÀÀð\ 1\86þÿ?\0A\1f\18\ fT\0\11s\83\r{\83<?\ 3ÿ\7f\ 6ö?\f\8c?\18\0\19ú
+endstream
+endobj
+334 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 776 0 R
+/Name /Im321
+/Width 16
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀð\ 1\aü\ 1\84\7f\80ð?Ãÿ\aß\1f|~ðá\ 1\0ì'\18q
+endstream
+endobj
+335 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 777 0 R
+/Name /Im322
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀþ\9f\81ÿ\7f\83\ 1\a5\8c\1f*\18\ 3C\ 5\1a*`(\80HÙ0>\0*\ 6j\ 1jdüÃ\0\0\9e3\e\8a
+endstream
+endobj
+336 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 778 0 R
+/Name /Im323
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU̱\r\80 \10\ 5Ð\8f\98\80Õ9\ 1a\10\vDz¤t,JKG¸\11\98\0<bÎHóÊ×\18;Z\87\0ÆôÃ0\fLQìý\82d/Á\9d
+y`§Y   J\f\12Åm`=Ì@\11|A\82gaùp\19¹Ãh\99*Z¢ú\0¼å"ù
+endstream
+endobj
+337 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 779 0 R
+/Name /Im324
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ@\ 5ó\81\1a\86\ 36\f\ er\f\ eü\f   ü\r
\r
\a\14\18\1f00~``\0¢
+\ 6\a ´\1dHE\ 2?\ 3\80ý\80\ 5ó\ 1ûÿ\ f\0n\9d\12p
+endstream
+endobj
+338 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 780 0 R
+/Name /Im325
+/Width 8
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûð\81 \0\0Ná Ñ
+endstream
+endobj
+339 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 781 0 R
+/Name /Im326
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~Àþ\83ý\ f¿\f?\a?\ 3nøÿ\a\b"\8b\0\0\1f\ 3
+9
+endstream
+endobj
+340 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 782 0 R
+/Name /Im327
+/Width 32
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``àc``°\ 3â\7f\f\fÌ?\18\18ø\1f00Ø7\10Áeø\ 1Ñ\ 4æ\83Ä\99\89\17\0ÙÇ\a\0\19w
+endstream
+endobj
+341 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 783 0 R
+/Name /Im328
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀþ¿\81ÿÿ\ 3\a6\f\ fj\18\14*\18\18\80è\ 3\ 6\82\88×00Ø0\1c\90g>Àÿÿ\0P#ã?\ 6\0Ù\83\15[
+endstream
+endobj
+342 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 784 0 R
+/Name /Im329
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco``'\výÿ\ 3\140\ 3Ñ\83\ 6Æÿ@¥\r\fö\r\0ª»\19Ó
+endstream
+endobj
+343 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 785 0 R
+/Name /Im330
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÞð\81\ 3\8cþð7ü\93gøþ\9fáó?\86\ f?\18>0\10\85\0aº-\9f
+endstream
+endobj
+344 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 786 0 R
+/Name /Im331
+/Width 8
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«¨À\ 6\18 à\a\b\0\0\vb\ f)
+endstream
+endobj
+345 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 787 0 R
+/Name /Im332
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%¡\rÀ0\fEÁ'\ 5\11²H%w¬\82\ 2\8f\9a\11
+\ 3,» §ÓÆ\93.ÒX\8a[ÁiA£b&þáðÂs\ e\9bYhó\ 3ÆÏ\13'
+endstream
+endobj
+346 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 788 0 R
+/Name /Im333
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93oo¨\7fÞPÿ¿á\87\aþ\86\ fì$#\0u !(
+endstream
+endobj
+347 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 789 0 R
+/Name /Im334
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÞð\81\ 3\8cþð7ü\93gøþ\9fáó?\86\ f?\18\0I\87!o
+endstream
+endobj
+348 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 790 0 R
+/Name /Im335
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=α\rÄ \f\85á?¢ d\ 3²HtsQD
+£1
+#PRDç<\9f.4\9fe=É~f7\98Y%¶Ô\b-\fÁt
+[çt>\8b\f\83}\91ÿ\14¥âp
+\ÖáØ\86Ð\ 1\91\9d\84fª"¶\17½I\84¾ðUA¬?öªn_/8y\0½ë,\1a
+endstream
+endobj
+349 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 791 0 R
+/Name /Im336
+/Width 32
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ¿ÿP\f\0\vò
+endstream
+endobj
+350 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 792 0 R
+/Name /Im337
+/Width 40
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα\rÂ0\10\85áß\ahb&À\1e\812\ 5"\19%c¤@âFó(\1e\812\1d¹\v\12R¤4\9ftO:½Ç[!|\eÄÖCÒ\ en\b<@\9d\91\19&§°ÀõÇ\aÎ\7fðì\98×\9e'\9c\1c![+iCí\8c\15QqB3ì9z»Å\99Kµm÷ê+G\18´¬Ê\10 \18
+endstream
+endobj
+351 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 793 0 R
+/Name /Im338
+/Width 24
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?|Àþ÷\81úÿ\a\ f|`F \1aæ\ 3öÌ\aäÿ\1f\7f\80\81ý\0\ 33\14)0\1f0`o°áo°ÿÏ ÿ\8f\81ù\a\ 3\0F\ 3\1c\9e
+endstream
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 794 0 R
+/Name /Im339
+/Width 32
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀ|\80ÿ\ 3\99ø\aó\ 30þÃþAþ\1fÿ\ e»ïÿçÿûü\9fÿÏ\87\1f\0û[+·
+endstream
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 795 0 R
+/Name /Im340
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûø\81áû\1f\86ÿÿ\18þÈ3ü`oøÀ~à\ 33\10=øÀ\88\r\81¤\ e\0\95ý\93oøÿ\9fáó?\86\ f?\18>0\10\85\0õº2é
+endstream
+endobj
+354 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 796 0 R
+/Name /Im341
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÀð\ 17úø\81áû\1f\86ÿÿ\18þÈ3üàoøÀ~à\ 33\10=øÀ\88\81\80\82@)ö\ 3\eþÉ7üÿÏðù\1fÃ\87\1f\f\0\17\160'
+endstream
+endobj
+355 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 797 0 R
+/Name /Im342
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87\81\81á?\88`?\0$\98Q       Æ\a\98\ 4Ã\a,D\ 5\9c¨ÿ\ fÔXÁ\b\14µa¨\ 1\11\82\1fL4\09ì`â\0\12Á\ f²\v\99\0\8a±7\0Õ±7È\ 3Ýöÿ\1f\88øÁ\0\0=\17#P
+endstream
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 798 0 R
+/Name /Im343
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~ø\80ÿç\ 3ù¿\ fìù\1fØ0?¨\0\a\1f°¡\1f\8c ©\1aF\902yö\aòÿ\1f°ÿ}Àüñ\ 1\ 3#Q\b\0õ\8a/8
+endstream
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 799 0 R
+/Name /Im344
+/Width 24
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÈ¡\rÀ \10\ 5ÐO*\90§k¸5*\b¬U\81`4Fa\ 4ä  Â/iM\93§\9e#<\9brdg\ 5Å\90\ 6ÂçF*\98\99ShÊ®¬\11¸^§A\17\84P©Á×x´¿=û\85Ës9K\ fÀ\14&?
+endstream
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 800 0 R
+/Name /Im345
+/Width 24
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c`¨\a¢\ 6\86ä\ 3\f\8c\a\18\18\1eÀP\ 1\18U\80Ñ\ f\ 6\86;\f\8c@t\ e\84\98\81¨\9f\81½\1d\88\1aøÙ\eø\99\eä\99\ fÈ\ 1\11ã\ 3\e0ª`ø\0D?\18*>0T\0\0\9a&\ek
+endstream
+endobj
+359 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 801 0 R
+/Name /Im346
+/Width 8
+/Height 10
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c{\90\90`` Q\ 1\ 4\0\16Â\ 3ù
+endstream
+endobj
+360 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 802 0 R
+/Name /Im347
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿ¿\81\11\88\19\98\ f0P\1370\1f`DÆ\a\98\81ù\0\13\b'0\1f`«`> Wÿÿÿ?\10\ 6\0_§'Ù
+endstream
+endobj
+361 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 803 0 R
+/Name /Im348
+/Width 16
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿç?\10ò\1f \fþ\aC\0¡!%\ f
+endstream
+endobj
+362 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 804 0 R
+/Name /Im349
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%α\11Â0\f\85á\17Â\91Ð`\98À\8cÀ\ 4qFa\90\1cvIÁP\1a\81\112\ 2¥\v\93Ò|§SóþVÑ6dwX\11\ 5\10\ 4:#\14à\8e\88\0F$zt\ f\98h\87\17EYLQóé>ªysÏ?spûÝÕ?»b\ 6¿Ã×}\9bñã\9eÌÔ»\9d9\81=\9c\9déÂ<@\99g\8e´âÂ*µèÔJV*Yÿ\99p*°
+endstream
+endobj
+363 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 805 0 R
+/Name /Im350
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀc`!c!SÀ\a\82\1fø±A\88\9c\85\8c\84\ 4\8f\ 1û\ 3\0ÂÊ\11\
+endstream
+endobj
+364 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 806 0 R
+/Name /Im351
+/Width 8
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûð\81\18\0\0¶ô#¡
+endstream
+endobj
+365 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 807 0 R
+/Name /Im352
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco``§\fýÿ\ 3\140\ 3Ñ\83\ 6Æÿ@¥\r\fö\r\0\eh
+endstream
+endobj
+366 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 808 0 R
+/Name /Im353
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ʱ  \0 \f\0Á\a\8b\94\19!£d1AGs¤\94\16\12Å&påI`\87\91\1c#\94%\93¢\13\aß\8cE\87\rQ\1a\8b%\12<w£\16þ
+endstream
+endobj
+367 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 809 0 R
+/Name /Im354
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?|Àþó\81úÿ\a\1føÀ\ eFÌd"\0\8e/+a
+endstream
+endobj
+368 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 810 0 R
+/Name /Im355
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀ|à\ 3\89è\a\fýa?ð\8f¿áû\7f\86Ïÿ\19>üa\0\0[6+9
+endstream
+endobj
+369 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 811 0 R
+/Name /Im356
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7f``\91 óAî\aß\ fþ\ 2~\ 5~\ 6~\ 6>\ 69\ 6\19\ 6\vö\a\f\ 5\f\16\f6\f2\16r\15`¨ #\ 1\14\ 5\0Ca\v\9e
+endstream
+endobj
+370 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 812 0 R
+/Name /Im357
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?|Àþ÷\81úÿ\a\ fü`?ð\81\19\8a~0\1f¨a>`ß|@þÿ\ 1öÿ\a\18\80\88\19\ 59°7$°7Ôð3Ôÿc\90ÿÃÀþ\83\ 1\0°K!\8c
+endstream
+endobj
+371 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 813 0 R
+/Name /Im358
+/Width 24
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþßÀ`Á\80\86þÿ?pÀ\82ÁÁ\82\82ÁÀ\82\82\81Ã\82\81\ 5\8c\98,\18\18Á\88a\a\ 3C\ 5\18\ 1Ù\12 \ 4\0\a¬\v}
+endstream
+endobj
+372 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 814 0 R
+/Name /Im359
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüQÁü¯\82ÿ\7f\85\ f\1f6\f?*\18* è\ 36\ 4\91ªa¨°a¨\90\ 1ÔÅÿÿ\aóÿ
+\86?\15\f\fD!\0$k&b
+endstream
+endobj
+373 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 815 0 R
+/Name /Im360
+/Width 24
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ȱ  \800\10\ 5Ð\7fX¤Ì\ 6Þ\1a\16Á[ë\84\14\8e\96Q2BÊ\14!_Q°\10\84\b,ÊfÒ3²#5¬\1fÇî\18Æ¡ìÆj<7À\1fG\87M\18¡ñLK¹¹Ô\9f÷5¶H\86Iéz\ 1\a$.b
+endstream
+endobj
+374 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 816 0 R
+/Name /Im361
+/Width 40
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀø\80ùÀ\a*\13?\18?@\89?\8c?\80\ 4ó\ fö\86ÿì÷ø\e¾ÿïÿÏðù?û?\86\ fÿ\18ÿ0\0\0\ 3ÃB<
+endstream
+endobj
+375 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 817 0 R
+/Name /Im362
+/Width 24
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÀð\ 1/úø\83áû?\86ÿÿ\19þñ7ü`?ð\83ñÁ\aÆ\ f\1f\18 ¨\ 2\e\ 2K1~\0ªüÃüà\1fÿ\81ÿÿ\e>ÿgøð\87\ 1\08\826M
+endstream
+endobj
+376 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 818 0 R
+/Name /Im363
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~Àc!!cÁWÀWÀ_Àÿ\ 1\ 6ù~ðý\90ùbñùA\ 1C\ 1C\ 5\8f\85\9c\84\9c\f\1f\1f\v3\ fÃ\a\0·Ý\10\
+endstream
+endobj
+377 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 819 0 R
+/Name /Im364
+/Width 24
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl``>\80\ 51"!\ 6\bJ\0#\ 5\ 6\ 6\ 1\86\ 6\ e0bap`b¨ÿ\ fA\r\ e\f\f\0ºÏ\12[
+endstream
+endobj
+378 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 820 0 R
+/Name /Im365
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\rÀ \fDQ£+(Y']VÊ\ 6ñh\8cÂ\b\19\0éÀ\10Y¦yÅ¿æH²ÒA\97»M\8a\ 1#9ò9Ï\ ftqE²
+z\99\90\a«í\15\9b\16\91T\ fàd£\18¯ÚÉÀ\0ïÃWÜ
+endstream
+endobj
+379 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 821 0 R
+/Name /Im366
+/Width 32
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ʱ  \0!\10DÑ/\ 6\86vpÛ\88b[F²¥Y\8a%\18\1a\88Þ\ 6wÁã30wȹ\9f ±û.êFQf\81Ú mÈ\vdB4aX»mk±ÝÌ©°\13n=ø\19í\12ô.Ù¿\17\ 4Ï(ª
+endstream
+endobj
+380 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 822 0 R
+/Name /Im367
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87\81á?\14ó\1f \80\8f\7f`à¿ÿ\8f\81ÿ\87|\ 3ÿ\aþ\ 3ü\ fØ\1fð\1f`\a²\98\7f@0ã\1fÂ\18¦\96ù\ 3X?\90üÿG¾á?ÐÜÿ\87\7f0\0\0\11ï<6
+endstream
+endobj
+381 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 823 0 R
+/Name /Im368
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a¨gøß\0\83õ\f2\f¨@\ 6C\1e\0¿5\11c
+endstream
+endobj
+382 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 824 0 R
+/Name /Im369
+/Width 16
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã? P  ã ÷\80ï\ 3ÿ\aþ\ 2~\ 6\10äcà\13\90\91°\10\7f À\80\80ò\aä?Èÿ\90à\ 1\0\1cD
+\8b
+endstream
+endobj
+383 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 449 0 R >> /XObject << /Im58 65 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im192 199 0 R /Im115 122 0 R /Im74 81 0 R /Im53 60 0 R /Im56 63 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im79 86 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im66 73 0 R /Im60 67 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im115 122 0 R /Im73 80 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im60 67 0 R /Im115 122 0 R /Im74 81 0 R /Im53 60 0 R /Im56 63 0 R /Im114 121 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im116 123 0 R /Im114 121 0 R /Im53 60 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im61 68 0 R /Im79 86 0 R /Im61 68 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im184 191 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im67 74 0 R /Im55 62 0 R /Im54 61 0 R /Im57 64 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im74 81 0 R /Im130 137 0 R /Im70 77 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im81 88 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im132 139 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im57 64 0 R /Im63 70 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im63 70 0 R /Im53 60 0 R /Im57 64 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im54 61 0 R /Im69 76 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im79 86 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im73 80 0 R /Im84 91 0 R /Im188 195 0 R /Im80 87 0 R /Im76 83 0 R /Im60 67 0 R /Im63 70 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im63 70 0 R /Im73 80 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im79 86 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im115 122 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im57 64 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im86 93 0 R /Im233 242 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im78 85 0 R /Im59 66 0 R /Im60 67 0 R /Im80 87 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im80 87 0 R /Im53 60 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im79 86 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im64 71 0 R /Im74 81 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im205 212 0 R /Im86 93 0 R /Im117 124 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im74 81 0 R /Im64 71 0 R /Im79 86 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im57 64 0 R /Im56 63 0 R /Im69 76 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im61 68 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im66 73 0 R /Im69 76 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im64 71 0 R /Im63 70 0 R /Im73 80 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im71 78 0 R /Im74 81 0 R /Im73 80 0 R /Im115 122 0 R /Im60 67 0 R /Im63 70 0 R /Im74 81 0 R /Im370 385 0 R /Im71 78 0 R /Im371 386 0 R /Im71 78 0 R /Im372 387 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im373 388 0 R /Im67 74 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im57 64 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im71 78 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im69 76 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im73 80 0 R /Im54 61 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im53 60 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im71 78 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im71 78 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im130 137 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im60 67 0 R /Im56 63 0 R /Im115 122 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im132 139 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im130 137 0 R /Im60 67 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im53 60 0 R /Im54 61 0 R /Im69 76 0 R /Im57 64 0 R /Im55 62 0 R /Im54 61 0 R /Im64 71 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im132 139 0 R /Im71 78 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im73 80 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im55 62 0 R /Im63 70 0 R /Im65 72 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im184 191 0 R /Im192 199 0 R /Im62 69 0 R /Im131 138 0 R /Im79 86 0 R /Im62 69 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im82 89 0 R /Im71 78 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im115 122 0 R /Im139 146 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im114 121 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im60 67 0 R /Im59 66 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im66 73 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im61 68 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im54 61 0 R /Im79 86 0 R /Im67 74 0 R /Im60 67 0 R /Im80 87 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im74 81 0 R /Im73 80 0 R /Im74 81 0 R /Im57 64 0 R /Im53 60 0 R /Im184 191 0 R /Im192 199 0 R /Im62 69 0 R /Im131 138 0 R /Im133 140 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im188 195 0 R /Im71 78 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im205 212 0 R /Im139 146 0 R /Im86 93 0 R /Im184 191 0 R /Im192 199 0 R /Im62 69 0 R /Im131 138 0 R /Im79 86 0 R /Im62 69 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im64 71 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im55 62 0 R /Im74 81 0 R /Im115 122 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im78 85 0 R /Im59 66 0 R /Im60 67 0 R /Im80 87 0 R /Im63 70 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im73 80 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im74 81 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im57 64 0 R /Im73 80 0 R /Im54 61 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im75 82 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im81 88 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im74 81 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im63 70 0 R /Im55 62 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im55 62 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im60 67 0 R /Im61 68 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im66 73 0 R /Im60 67 0 R /Im79 86 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im130 137 0 R /Im60 67 0 R /Im56 63 0 R /Im54 61 0 R /Im63 70 0 R /Im55 62 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im115 122 0 R /Im53 60 0 R /Im54 61 0 R /Im69 76 0 R /Im57 64 0 R /Im132 139 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im53 60 0 R /Im56 63 0 R /Im86 93 0 R /Im184 191 0 R /Im64 71 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im135 142 0 R /Im74 81 0 R /Im69 76 0 R /Im55 62 0 R /Im56 63 0 R /Im64 71 0 R /Im186 193 0 R /Im53 60 0 R /Im74 81 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im86 93 0 R /Im75 82 0 R /Im80 87 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im54 61 0 R /Im76 83 0 R /Im74 81 0 R /Im66 73 0 R /Im60 67 0 R /Im56 63 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im54 61 0 R /Im60 67 0 R /Im59 66 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im86 93 0 R /Im233 242 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im54 61 0 R /Im76 83 0 R /Im54 61 0 R /Im63 70 0 R /Im60 67 0 R /Im57 64 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im79 86 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im66 73 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im71 78 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im66 73 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im55 62 0 R /Im56 63 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im69 76 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im65 72 0 R /Im55 62 0 R /Im53 60 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im55 62 0 R /Im65 72 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im57 64 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im57 64 0 R /Im55 62 0 R /Im63 70 0 R /Im59 66 0 R /Im69 76 0 R /Im115 122 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im84 91 0 R /Im188 195 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im54 61 0 R /Im76 83 0 R /Im86 93 0 R /Im285 296 0 R /Im135 142 0 R /Im188 195 0 R /Im374 389 0 R /Im60 67 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im253 262 0 R /Im79 86 0 R /Im55 62 0 R /Im119 126 0 R /Im64 71 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im74 81 0 R /Im135 142 0 R /Im188 195 0 R /Im374 389 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im375 390 0 R /Im135 142 0 R /Im188 195 0 R /Im374 389 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im74 81 0 R /Im135 142 0 R /Im188 195 0 R /Im374 389 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im60 67 0 R /Im115 122 0 R /Im79 86 0 R /Im74 81 0 R /Im53 60 0 R /Im56 63 0 R /Im114 121 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im55 62 0 R /Im57 64 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im119 126 0 R /Im64 71 0 R /Im55 62 0 R /Im57 64 0 R /Im53 60 0 R /Im63 70 0 R /Im73 80 0 R /Im83 90 0 R /Im188 195 0 R /Im374 389 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im76 83 0 R /Im55 62 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im66 73 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im80 87 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im285 296 0 R /Im81 88 0 R /Im86 93 0 R /Im188 195 0 R /Im376 391 0 R /Im84 91 0 R /Im86 93 0 R /Im84 91 0 R /Im374 389 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im285 296 0 R /Im81 88 0 R /Im86 93 0 R /Im188 195 0 R /Im376 391 0 R /Im136 143 0 R /Im86 93 0 R /Im81 88 0 R /Im374 389 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im57 64 0 R /Im80 87 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im86 93 0 R /Im377 392 0 R /Im129 136 0 R /Im126 133 0 R /Im123 130 0 R /Im129 136 0 R /Im228 237 0 R /Im128 135 0 R /Im314 327 0 R /Im122 129 0 R /Im126 133 0 R /Im123 130 0 R /Im314 327 0 R /Im120 127 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im57 64 0 R /Im60 67 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im57 64 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im59 66 0 R /Im64 71 0 R /Im234 243 0 R /Im69 76 0 R /Im53 60 0 R /Im57 64 0 R /Im60 67 0 R /Im63 70 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im57 64 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im79 86 0 R /Im115 122 0 R /Im53 60 0 R /Im57 64 0 R /Im55 62 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im57 64 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im57 64 0 R /Im60 67 0 R /Im55 62 0 R /Im66 73 0 R /Im63 70 0 R /Im55 62 0 R /Im74 81 0 R /Im74 81 0 R /Im64 71 0 R /Im116 123 0 R /Im66 73 0 R /Im55 62 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im79 86 0 R /Im233 242 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im285 296 0 R /Im81 88 0 R /Im86 93 0 R /Im188 195 0 R /Im376 391 0 R /Im84 91 0 R /Im86 93 0 R /Im84 91 0 R /Im374 389 0 R /Im130 137 0 R /Im55 62 0 R /Im132 139 0 R /Im378 393 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im271 282 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im184 191 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im135 142 0 R /Im86 93 0 R /Im233 242 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im285 296 0 R /Im81 88 0 R /Im86 93 0 R /Im188 195 0 R /Im376 391 0 R /Im136 143 0 R /Im86 93 0 R /Im81 88 0 R /Im374 389 0 R /Im130 137 0 R /Im115 122 0 R /Im132 139 0 R /Im378 393 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im80 87 0 R /Im64 71 0 R /Im57 64 0 R /Im76 83 0 R /Im271 282 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im64 71 0 R /Im66 73 0 R /Im184 191 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im138 145 0 R /Im86 93 0 R /Im184 191 0 R /Im64 71 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im135 142 0 R /Im206 215 0 R /Im134 141 0 R /Im53 60 0 R /Im74 81 0 R /Im69 76 0 R /Im63 70 0 R /Im57 64 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im378 393 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im74 81 0 R /Im86 93 0 R /Im77 84 0 R /Im56 63 0 R /Im55 62 0 R /Im54 61 0 R /Im76 83 0 R /Im74 81 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im57 64 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im66 73 0 R /Im53 60 0 R /Im59 66 0 R /Im57 64 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im114 121 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im57 64 0 R /Im53 60 0 R /Im67 74 0 R /Im59 66 0 R /Im60 67 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im115 122 0 R /Im73 80 0 R /Im57 64 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im57 64 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im86 93 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 384 0 R
+>>
+endobj
+384 0 obj
+<<
+/Length 825 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}]Ï6¹mÞùþ\8aç¤@ràÛ£\8f\91frX¤)zТA\fô îAjol·k;±\1d\18ý÷\95Fâ<£\19JâÅÁ\ 2ûî«ÕÍ\91(\8a¼DRÔ¿ýð\8f_ÿö\83ùúë\ fÿöÃö ~ùZ>ËBÿþ\99ÿ8»|íáãÂò\15]<þú«ßÿðóÿòûuûúû?þð\8f\97ß\97ÎÌïÍâ9\ 2N@ |ÌA`û\98-\13Ø\8f¿W\ 2ñN`ýÄð °¥I\19\böãï\85@\fò)\98\8d\99Bj\10\8fÀ:f\ 4á1\85ø±\v?\ 2g*\ f®#Ø\1e\9fmãGà¾\99x\19\81\97¯\827/WÁ¯ÚU¨#XýË\11¬ñ¥\1c\ 4§\15åJ .\f\81(Y\ 5"Àm¦§$\ e\bìÜ\14\80\9ch\15ú\92¸E\91$2ËX§°sL\wÑ\14\ 4Ö\93Àº\9c#Xï\ 4º*Ñ.¬\1cÈu¢=5\92R'Z\13Þí\ 5k\97w{ÁÚõ\9dN´I¥ItbW\ e¬ãD9Hä \12ðÜ\14\9e»±+ÊÖË\94j\7f
+«y'ÊöTicQî\vRX_
+RØ_
+\12«Ò\84\18Áf>ûr\1f\81Ùej9sÍn\1c\17Í.ÑË\851v'ë¸\1d\7f'
+\92\85 
\9aB\9džÉfÁÈs¡à\92^+\9cl)<\16\93¡°|V\9f)\90^Z?ë÷\96\92íÉüIB\9b64#xÈcW\1a̲\949Ø­\91\ 6\99rÎß4ËÊ\8eá1   óñwû\10\81\17\v7¢Ý\8f¿\17
+\19Ú\89Ç`\9c\9a\ fD!²\14\0¬aýI\ 1\84
+D`ã\b<öå\0´V¬Ñ¬ex\10èC\ 5\17¸\11ÈÕã\89\bthÇ{n
+À*øÈLAdg+\81Õr<\90H³ù,[&\904\92Í\ 4Üñ÷zöxÈ\ 1sx)M&Ù\98çv0»\95#÷HÛ¡ÙÔF¦\1c\vîåd\11\eËF\0ûo¬,>Ø8ĽE\94®\ 4\8c\ 1æ°¯Ú9T´°8Ñvè£\85%2\v\89 \ 5#[\86>ä"à;Ù\ e\ 3\ 2\1c\13\9f°³\7fzpì\b\1e\ 6j\80\9c÷\97»ÁzVµË\85Ùúý\9dm°+·\eD\a\9d\v§X\8d|\1d\ 3§XEØ\9b\80+'\8aÈ       (r\9báy\ 2ê\8f`s/\97qãxðÔ\8a}&î^¦\93º\ 6Ò-ì:Ê\95\9a[¸e\10\9dân\98\9d\11fíNa¯¿O\88KåZÛ·ó÷#¥:ð°V\ e\98\15Õ\89\84\99«\18´3@<¬«\96\0AEÃL\ 1\e\e8\1eHN.\845\17Ñ*\ e°¦ãF\0¸¥Üv\12P\9då\8d\ f"A\1a8H\17f\19\11\aéÊ®\82L\12Ýrñ°¶\ 4äêÄ\84\8d[FàÈ\109I|\1e\19úS\88´
+W\ 2ñ1\82>ÞÞLÁÛ    ê\8cðv\7f\197n;\9b\r\ 1\8aÜ2 næ}\13mǾe¢Cx;\ 2\84À.\9aB\1f¦\19ÏMA\ 6Ó² X+\93å\ 1Òd\99\bÀ<^%É\95¢uQkÚ\b'.Ì\b\80\89T'ËØg¢çä@tüMÇÝÃÅê\99í\18\1f@sàb]Þ©e\eü;µ|úhqµLP7\8a\98Ø'°q\10\ 594mì^\0\ eMäYl\95"phr\vk\19äh;\ 3ÍWJ\91¦°xÝ\99É,Õ\9bµ\ 4Ý\99é\ 4\8aÍ\b\803Óé×\9cLa\80\1c´S\0À2y5Û)\0~\1cÒÊ\r\ 1àÌ\94\9d\92e\15®\ 4\903Óé\95l\99\808\159&\0\91/C\91/|\ 4\14Ì_N\ 2ºCÏ*[Ç\ 1ØÝE\92Ô'\108Qd4Ê\0*:F\12\9eP±/J¤VÕûqã\84\19\ 2\86~ê´®b7;«R$\8aý\86\14[\ 2\8f\83\1c³p²\fXGÃéed\ 4\96ÝÏòc\93å\95\9aD'\11Ð[\18Y~B\8cA0^½
\v\93\91\81\1dzaúSðN¶\1dçNMÜ4T¤G\19J\13¥6È\aà¶ã\93\8b}\98\14XQ\ 42S"»\8e\0\ fâ®å\ 1\85ó¹uDЮP§\r ¢\17Y\86\81OÓ½³Ï'RÔb\8c\8a\14CÖÎ\1a\8dDH1ìëP#\r|\92\8e\19\ 1\12o«P³%\80X¦ê\93\9c\11\18$m.\95ÀªT(ä\94Ô3Á-Ü:\ 2Ëà<G\0\b:Ö¼Ñ\96\0\14tôì\10\0 æ7f\1d\9eÛq\10ÀvÇ       >ì\8bΡ\16ë2ÆƲ\0þ´ÍT\ 2J\94µ\ 5æ÷ÈÁÑ\89¾ßW'\e÷{\0f.Ü\0\90T\12³p\ 4\0¤l\8ain     \18\17\aX7;7\ 4$\9ff\15Ía®\r&\\9cæÓ´\82ü´K}°îXA\ 4.\ 3x\19\ fúëèÙU\90EY®Yä\99\a#|Òõ\aR:L\88\ fìçò\aÇ\88â3\97¿ÏÄ(Û\f\ 3\ 2\91!\0%Ãp
+\r¹Ó±\ 5Ñ*ô       ìVD oUvN©#0s\91ñ`\90\v³1#@Âÿ5B¡\1aÁql4\9c^\17©´
+ö­l3\rÒÐ9\1e «Àj$À'j«/í¶
+\8fí<H\ 2\ f\1c\ 1<\97F\8d\ eìÊÉ\ 1ràYwn\15\0\1fL`%Qæ »f\91ëå ¾4,6²\86\ 5\98ÂæEÛypì´\8c \19\ 38aöÈ\82\1cäàÉ\ 25yðÚ¥cÛÓ:>±¶)P¼¡P\92§kø<\84æÔe\ 1°\%!(Î\eY+\12Xn\7f/çá¾s¿\a°nMçQOà<:Of0\0Ëì\b\80\83¯aG\80¤\8e\e=\ fÊá½Ú\850>4ö\ 1\86[O9\1c\99¶Á\95ͽ\12¸N\ 1\81y>0<@\1c\18d\17\1a\1e@é<¬(\ 3h\9dìB;\ 5àà\18d\9b©\7fä©!\96\9b\1c 7.¹U\10ae\82º\8bH\90\ 6\17&ýË)lÜn\14åÒ\10V^¹\11\0qcr Lä`\10äa\952\90¬»p\82$äA¹qéÞ-£5ñÝ2RæºB\1f\10\ 1Ö2\ 2LtÜ\b\9e\9fKãJ.M\b\8b2\97\86Ðúd\15\ 6Q¢U¤\13\a!\1a\8e\aÀ\95"»Ê\fK_\90ÂK\95\96ï|¾[Ƥ\95ß-ã\ 5ä©\8c«=\95ªÒ¸Z^'"A"N\90  Ñ¢]Æ6Ê4ÓÊÓÄ÷\10\fzYóô\8b\1f¿O8c4\80î"Ð\91+ßP\eÀ\8b>ÒwÜïåø\86d`òý¾[Üp¿\97û"é¸\96]\92\83]08)øw\13 Ò*-\ 1Ì+ή\ 1\0NÌK! \84®\99\14ôñ\95Ý81F¼â\v7\ 2À+îd<\18xÅÙU\0¼â~{)\8aõ\96i;\82§Mé\1f\97Ö\9d\11Eä¸TS\1fô\82\14Ùí\f\1c\97È\a¥\1eÁÆ1\11Hz7¬F\ 3 bv«K\ 4iàV§\11\vvCúí\14\10¤¿i\99xCúÚ½@ù`\8aíü\9d\ f&ab×\vgm(\0Íïº\88·¥¼\81f\ 4HÈÛ²:\rñj{\99^\9f\16\11\0<ºkx)Ë\81ÝMò\ 4Qº£ª°®\ 4´­H\96\anqV\96\81ãÎfD#è\1fw¶Ud\9e\aP\9fU\bÀ¹yW[Wòª³z]\1e¤Ê^u    Òî2\91\90z ªË\8dµzBHÇo\95Y ØHû}¹\18n;ó}À(Ða­ý=\90@Ã}\1fºa+c@\1f¤\1aË­ \80-\fË\ 2\99\f\1e×SÉý\94\b\8c®§\ epö*\12Â\ 1Òç¤ð¹\8aýÃ\8aãx\80\1cV¼á\b\0\0\8d\8c\9az\15ü.Z\85\ 1PçF\80d\ 4®¬.\90ç(Ó\1dß\e\ 1à¸T\v\ 4D·WÌò±¡T\83ÉE¢BZ\8e5\9cðÆIÖ¡Ö´IP=ûP2\85ï\9a6Q¶\90%,°\9d»AwâÚ9. aBÊ\80ÁwC->·¬§R\v'\17\ 4\87a%\ 1@h\94ÀÒ¨\14(çßrC\80\9cê´\8eW\ 2\9dnéÎ\16²/ÎÖm§0^ÅùQ`©ïÑõåÎyH\94TImÖG\86\r\88C\96×K@\ 2G`u3\ 2¶eû¡O\80ÕK@ñ\82|ÍVbä\aXyygbéò\85\1aè\9c~õ      Ðé\9f\17ö Ò\8bÝ\11d¿ús\ 4@ÔÛ-,J\90C-:2e·àÀ<õÝÒ\vó{àäL        0Íï\81\12¿d\99\9cÕ\9dØ(\8f)ý^uØØÙñ\ 3\85T(33\11\18a¤A\ 2ÍÎ\8d\0qj{í\12\10\81í\9d\fPÅñ\e\ 1¼xãm
\91ÇUmØ\8a\ 1P\13ȱ<\0\92G<Ç\ 3\b­G\11\ f\ 6`\9b\13\1f\e8]ðÜ\v\83z8+·\19\91\8a\r\1am\ 6¤z\93ïa¢N\ 6Nmµ>¼AíÉ\b\ 6NmN\94\91DªýåfÊPû¹\8cLnèÀ)mÞm\ 6k8Y\ 6\12¡¬ÙßÙ\15ke²<\0ûêeø\86êÏÍ\80\81\10\ 6éæ¬uEÒÍÕ¦\85Üâ\8e\e\81\7f¦\9b«E1°\8a\1dàAà\14»È\93DnqûÎ6QE\1d=\ f6n?#Åë7v7)üêZãvúÕq wó«kEùÌ\80ÁE¹è4²m¹\80\83ƲP\ 6Lú½Ê°\10ÔÏI\14\1a\85F+Ðþ^îÓ­¥+Ûñ#è\82 z;\0
+SoÊÏ88ÏuÇYP²¨\fåu¦?U\85+NÇz3\ 5Õ=ó\89\18ô\11R-~©\90cÂê^Äž xV\12\11×üÆ\11@\92Ý9A@\8e\õ-\8e\e\ 1äy!V\14\81#Wà6\ 3\8a,\ f\80#Wäx\80¬ÂÆ*\ 4¤zæZ<\99&(/ å\92FO¥\86Ü@:sX&\93\98\96$\9aéÕ\ 1X\97\8d`\0Ö£H#ô \10X\9f\10è{\94ɱÞL\ 1ñ(;Î8\ 2\eúÌ@ÑnhËê¤ç\búå|Vv\19\81\1a¤Am_oH\19×\b·\f\14\\90\b\8dÛ\r)OtR\9f\89\ekZ\0¨]«¤+`\12!e\96\aróê¨\9eOCàéÅ\99ç\8aOPÎÔ)\9e³ó4«HN ö÷\0RöÌïE\15\95ê­PÃ}_.\ 3\14ÖH\9a]%\ 2\94\81Ò~\1fñiW\19l\19 \7ff+\ 3å#È\98fp\89öÊï+\9c\97B\e\ 2f{h³~\8e°åæð4   s\9f
+\88#ÏEf\19\9e\1a}P8Ó\8aä`\80sWíFªÑ\11¹\89\0\18\1d¹áÜ\89(\ e\12@,G\0I\0a\95\ 1\92êÍ1QS\0e"\aýÍ°±ú@îD;}Ò\9a\11\94
+*ñ\1c\81ò-\1fón3Ñc@³e\1cÀd#ÚL\ 3\ 2þÝn´F¦\ fúÎTË\8e\0p¦Z\96\89H\ 5\15\99(\ fÞ3bM;PsÒ˦0ÏôÆ\8d#\11\0\14\1f\r\9caAjù\ 4\99 õW!Ê\94ê<w\ 4G(\ 4\93\9d\1ea\1cùd\17\8c¥Êm<aòD¡tå\80J¼Ïä`\ e\93Ó\9fo`òº+_\98®0ùö{ùVª0ùö{yºÿVb|ë>~N¶;þê\90\9eÍ¿»\11ëõ£ü}]\9euÍ´¿\11@j§°+\0DìÍ*\1aAß°\9b\ 6\83Dmû\92\aµÐÀL\8a¦\8f1ÝF\80$\9f\ 4F\ e \9fº·Ì\1c\80è\16%\8f(¶Rë\90VìeªÿÂ1\ 1y+!pÚ\bñhGn3 L\8c¬$\ 1Á\95zýè.\b²l¸ã¼´}3Aw^ªfíÆ\ 4À©¾³\92\ 4à£\85\e\ 1r\89«\9a5µJ!\87¶B©\11Ð~¹\1d ©Ï$i\0´9Ó\ 4ÜpÎ@»ðàJ\0ð^PîHËDäÀåYë\8eç\8eÌ$±O\80×i@\"\18\91$\ e\90úú\92\89¬NCx\10ß®BdW\ 1\9e\81G\9b\85\b\88G[\ 6\11ºL 4ï\99m\1aä\89{N\10ä±\15\82ê[óøªÜ#L\96iS>|JP½ý>pTØ\98ß#w"Ý»ï\93Uk~\8f¼£´°\f\0\fsMó¾\11\0ÀEM\89¼-!Pd°z\7f2\ 1]\91Á\1a$m§\80TÍp+'\ 5\ f\ 2ý\11x'\1aÁ\0¥.\f\13\9f
\7f\ 5µ\14\e\89J\82o¢U\18àd+Ú
+ýà\fÙ\14­.É8ù\9521\91Ó\ 6\12N\1d(j\97èG@8[­PvV\1f\0þ'^#á\1eqµ YÃmg$TmY«\ 4\18v+ÓÊ\ 3\9cÍ­\ 2\92uád\86i\80³£H­÷yàYh\80Ô\b4ï4\12=$5\93Äié\12µq%\87¶Ú¸Úè´Æõ\ 6\93'¦mðæ(+H\ f\84Ø/Ã\93PrÎE[\13¡Q.\1ac\ÏZØÇ\0¢½\2Oò-Ö\a¤S\832ý§\ 6\19o¿\97\9dý¾ü*"½CµFeöÐ\89ñ\ 2\9c\ 4F\18Ï\9f#\18\ 5è¦é½-\ 1Ù3\91\ 4ò»U05Äwc\ 2àI$\94ØÌáyVê;Ñê;Ðy\ 4º²\155íA!ID@&\b\83´\aÏ\11\90×0¦»|·)\0Ç\8dÀ­\ 2òb)y\1e&Ë8pÇrL\84Þ\eå\96\119nìÕ\91\18ÆY¡}¤\Ó\1enL\ 4¼/\v»\8cÈ]>n\15\84§Æ#Nj^n¦\13%N¦ÐÇ'Ö\89Ôò Â]ä$\11yoTm\99ê\14\\14MaPñÂ\8b$qî\vÅ\ 5\89\b°*\rpi\aN\ e\804(z¶E¿\17\bäiöBqeZ\91yîOA¨\91ú\ 4vV\1fÈý\17¶^¢ºMA\ eÒ(ka¦\95§Y\vkP^a"\9c\1aÆÙ/ý¬\83:\81uÓ  2ÁÜö÷r\98¹W\94\19Æ©pýäÞõü½ÊûR¯\87ßÆ\ f`\93zá¤%\0%\1dØw38]¡«6£ÒrS\10&h\17\9c\1d\19!\84r{¹\11 Ø¤¾\95Ú\12\10¹Bo W½\8c«\17-ã4·w6\ 2\86\a\84QÙU\0\ e;\91\15eyM°Ó\93Ù\8c\0      nÑ\83+7."¾P\96\8b@®=EÇÂ5UÞ.\8f9ô]\ f      ¥\1e®\87uUV\0>AfËF¤\f\ 5À\91g9³\0ÕQ^Ev©o\9a\9d\16-¯S\10\9cË\99\ 6\ 4çR|fbÛúSðja&\98Ê-#à\97?q.Î\ 3\82©þ¥$\ 6v\15\90×\ 5Y&\ 2\ 1÷\8d5ÐHi¸\97J\8d²sgË8À¹2\94Ô÷Dz0I\94â|ùë8;w\1aò÷MÒ\ 2\1eò÷ã¬\89>ÎõÜ÷\81§\r­hüS\9cê\95©/ô´¡j\ 2%=\97V@\9bßK@×+\13Ѩ´[;\ 5@£Ó\83'7\1eÈ5ú\99\959ÖTÚm¶
+\ 3¤Ì-#ð\80TNÏ=ÐI®\9e\13à\ 1©3ë@Í\ 3²j\13Q\1e eÃÉ\ 1ò\10y\10Maà\ e^\98½\80\1cx\ 2'\89Hl$zn3\ 1\9f
+Q\99\12i(\89\83\81;\98\9d\ 2 \ fvN\90\80ØÊ\99\9c«\9dÂ\99\9d\ 2\15\8b\98mç9P×êÄ\13¨Otâ\0¨³<\0Ð\8dãx\0\ 1uV\ eägw{QiºÌ\vÏ¢\13\81V©Ú\95]FàÀFH\7fbÞç@\1d\1f\ 1\ 1uN\ e\90³FäF\0Õe\93!\949ÒÇ\ 5\89.òEF+?/òÍó\1e\1aóþt>t\r\v½\8dx\9b£\9eùÀ%Î"e¹u®\85ÝV7NÀ\99\15vË¿WÙf\8aJ88\19®z´\9d\15éGîû\80\17\8e\90\0È\vG7ñÜ8\13m\80Ô\17\11\ fû(Õ\94×jWçP\94J@Û0#\0\8a\8eÐ\93)7\ 2\8f)L\9f&¼ñ@\96ä^2?6Ù:\ e\90¶g\86ðD\99\83\92\19ûKA @ëd\19\18.\92[\9dÛÍîùÚG_\94\92]\92\88R߯N©\e·!<(ô\87°Yí\10èÉ\93ýð¢¬n¿d£¹(×Êgê\ 4®U\88\0«\16\81¤ÂS'\8c\93
+»ë@\8fpß×\ 1É.5¢!\f j\10éµ\ 1PäÔ\12r\15Îs#\10\1e\1c\e¤91Os¤\89ó\80
+£9\8e\80"õ¡%\80\\ 3ã´\12\94;\11E\824G\9aNyiÀ²(\ 594í2\85Ð\17$ò)«\ 5\89\\9aZ\90\90_á.jµAzr\90à\16n3\ 1á\11rJç3´æÄBÉ\17íïå\17¤É)\9d~¯º\1f]ßök¿ÿ<8w1\ eÅJÛñ\ 3Õ¤(y¢%\80½¢Í\10\0\\81õÅÙÕF¥7\93B­Í\b\90×\97     h6\ 4\90´JgÏ)è.a¹UÄ\83\ 1R%9\8aè\91\8b|Ê»~\ 4\aZ_-ÃD!4(\ 4¸eD\8a \a\99(\ f\b\fx/èµ\8f\99\1c\fò?Þn&r\7f¨7ÓÆ\8e\0¨°Ga¶\89F\9cû\94µËh\17«ÕéD\803*@\84'\ 3íÃ,Z;<m\f\90z`¶3ö´\1fÇ\84'J\1dx¥Ùe\0FàdË08+pL@Î
+\9e[Gä2\1dÝÎU3qeÍ3RZÍ0\1a\ 5©àB\ fû©\11\8a\8d\1cDR¼ö¡\10\ 4BÚ,HC\9eá\ e"­8ÈÞX´\ 6\9e\90öÛíÈkEä¹\10Î:\ 2J-?Ã-QjÝ\11\10T7^·\e©º[û{9J«O¾¬&(óO6Ñ÷»¿§\92\11Íï\ 1³D\12Ðü\1ezø7\89@~øwÍe¬Ã©L\9e\ fÿö\912¹¥\9b1 !kJ i\16\ 1     YÛ\85[E\0jÓí\1d\13´    $Ü:@    $þ\9d \9d`\7f"IýU Të\86\89P|\82|X\93Í4¿PØÎ\ 1)\10Ç1\ 1¹ÖIÇ\85V\14%      u´\9fByyø¾\9fä/\ fç'G\ e\9dj\f
+\14o\a\86   \eû\ 46V+!5æ6\86\8dO\94Ö\8fÒì\9c]@*è\92_|²\9f\ 6ÕÑ\16F«A\ fÛ\19n\bÈ\99ÅpÒ\8c(wk\83\ f\8e\fì\8e\1ca÷4ðÖ\ 4ùæ[\ 2@ôßÇwjÉzVµ\ 2§\1eV¯Ag\ ev\ 4Èó~Ü\8eF\9eª\8cË;\vyÖxÃ7ä·o^d\9fúCØdFº/\8a;»£\91{\89,\\95»rÎ|íÉ2L]ã\19øc¦¡\96ÏðÜï\81|ïêQLêYw/ÐrßÇK¬5¿Gj2Qnâd\0#À½\16\80\90\v\0²\17\80\90¤I\97\85A\96©\9d\ 4ò\18÷þn\19\8cåä\bÊ\ 3ÙD\828ÀËîå\14\1c7\ 2à\8a-=|\92÷\82®*µ\ f¢Í4¸]I»ñ:\ 5\ 4ã\9c\88\1dß\ eß\89\1c\90׸\r3\a 5/\97t~î&äy¼êà÷MY&äu¼\1a4öxy®F©û¨tÆUWZû{ Û\99Æ\1fÇÎù®i¯ñN\1fÇ>ÝA¸\91\9b\0\92ã 0ÄR\\18\ 5cÞ¦ I\ 4"\17\86ax`\1cRU)r\14\9e×S\aê`\11±q \90V\8e\v@\9c¨VSÎ#ÐÅ\89êó\80·­\80?Yzã\ 1à\8bªúèÆ\ 3À\17\15üI@y\vfc\ 4áéNë\1f¾+T¿ñ\0H\91ܸ\11\98çËhý̺Ý\1f ÉÇí\92YgöÇ\86êîÈ\1cð{µ#í©\13&;²{¹Ò\1a\1a\82C\9f\88\1f»\9f$H±Z«ìBÈ\ e\80ÌÇ+Ø\94_¼·VÍGò °ÖA^%Ì:N-!±&Çiw#ºúO\1e\0Ù\10úÂä9a\ 2ê\8cÑ\95ñ\99n\9eº\10fFºï\ 1\b\97È\ 3ðÒ¼Ø(3/ý[\18±ä\1cûhÇP¯\eÃOHéI@xKó\b¼n±îÇx}ñÑÉÂ\96%êhOIºR\90_%¡¨¡\9e\82[¸1lò\13,\85\rU|<.\93\1d\82N)ÕË(>À\ eî\16ñ6¿\aTRÍòl\7f\8fh¤]6\80Ám\14\1aÁ8Ð1\80ÌÜ\b\90XM½cy# WH'æ\ eJ_\18=Ê4\9bÂôQ¦\9b\18\ 2gOWB=>\18\9dBÊ9\82O\ 2\80B2Þ\14\85\14\82R!\192m7
+ruB\17Ç5\14ê\ 3õ¹|\85¿/\84Ù\90\86Ù\ f\8c\8fµr¡§"\rm°å1\88Á\9d\98\9aýP|Üë\10®\12\rÝ\1e\ f\9cZ@n\8f\enK ·Ç=§Ù\80\10nÍ_WO\81"\7fê)ÐËLí\14\90ò>\96#\0Ü5¤»Û·) 7j6­r&ÄÌjw`\15|\14­Â0j÷Ü\v\8css\80¹9Q\84®\8fï"\vÕg\ 2an5\13B\901a\10·3/%aã\b\88\2\14øcÁ\1e\94\aKò\\0·pp\rʳc\91\86\9c\89äá]\9d\8e\87µª\88_W\94\85Íåéü{\95O\8a\8e\1cÍ÷\91Â,tâXµÑ\1aÃq\10y
+¥^s¼-\ 1PèÛ²k\88TãdG\80\10X_2±æ\98Í\98Ø'@V\ 1'@`3\8a\ 4y\90b&[ÆéÛJ·\11 \17J¢h\15\ 6é]ì^\0N^\91\1d\ 1\0òxu\ 2Dýê\8d\94\e\ 1@\906n3)\9eF\9añ oÛ\17/R\89}«TïÈÍtz?\eÅp\9bI\94\8bAþé­NÁè\8a\\9f8µ]F\80\a\96\93Ä'\ f\ 6/\88VïtC@tà!\ 2\9cJ\ 3"\7fveE\19\88\eÃD$òGÅ<o\14\90´\e§\15\81t\f{nèq\14~0\ 2µi¡{Ï2\882@\892½Ü\r\9bQÑù\e\ 1\8c@\9e÷ʨÙf\8b\17įʠY½ÑÒ\8e\0\90åz\9bá6\83§(÷\9d({\8dW¥)\fãU\f\ föã\8f\8c\14\19&l\80[°VÄðù½s\15D0\81c#\805ÍÆ\8c\0©z^\vbÞF\0`\fRÌí\b\80\8c\8azÑo6\85\81\86\brm\15\9dgÓUQòjÏæv\8a³Ö³é^S`Ç°I\9e\#§¢\131²¿£røúÝ\8e"\17\80zGmow\14\99\17õ\8eªe5ô;jg÷4RéǽÛQ\19p¾ÚQÖø\97;\8an4è÷\ 3=¦ù\86\ 27\ 6áK\ 2ÅHå;\rE\18VØÓ_#ѬvC\1e#Xß\82\85ì[|\87\16²kð\15\ ;\ 1S¼Ð?ÂÐIÔ/Ê\14\9b\8dµ\94\12\9c\8b­nC*þ°ªI®\18¨²ãL1LÓGs\19.\8dg\8b´{ó{Eúhó{ \87¸\16,öÎé\8c\ 3\ 1ÿöû@}\rJ5K\ 3P>ÉÉ­\0â\12\12@õv\82h
+Ó+¸³E\18¸G\1d'\85ÀSAõFÀ\8c\a\ 3ÈÊ\8d\0J\aØ8\1e\0µü=í\84\86\0 H++\aÀ\bÈ»Ù\8c\80)-Ñçb\90\89â \816h%\89\12\97²\1cÝKYæ5* Ë¬JE^\15Ý9\ 2@À(_Àex\0\ 4ÝÈ*µS@
+î°û\19xßÅXív¬#0¬a\ 2â¿\17¥¨\8bÿZ\99i\e8X_J"ÕæTK"U\81\9f¡\83i\11wÅ*T\ 2¬R\ 4ÞÑ;SgoJ\11yú]-I\95\0åζë\b\9c\17\bj7s\0Þ«¶\942\99F {bw{«\106N! ²¼³\10\ 3ÈDßw-Ä ÄYn\15\80÷ªÉ°Øñ*öóVëV°ÊÝLa7;^\82\86²Ã\9aß?Ã5}¨_\11\96\1d«ô\ 1Òf\19\80?·t\e\81ü©ê\13ª[å>:3\19&Sè;\ 4mMb7\9b\88»L
+\ 6y\ 4ì*\0 \93ÒÓìX\9f\ e®º9ÑFè_;õ\e#ÉÏ\80× \8f ¼\14e²Jø*TI¤°áD\12\aH}ç¦\80àdËMA^\eÄD\8e\aÈ-pò=L$q@àí*ì²U\18@}\96\a\80\ 3ja÷Âc\ 4ýW\b\17v7\ 2ÅzX\95\ 6\14ëµµ~\97Ú®ÐkI
+Q®Pß¹\93\80*CîÄÉ­i\a\12Rèò­f\ 4¥ÐÎ.Ri}\ 2«\7f·\em}¿Ma\9d\89@|g\17\91\90Ú\9cq\13á\83þfb!\16²\99vn\15D0\99@ê¢\85\90f\95ªÜ6Òí®t\80W9ti\r\1fC¹5[Ösß\97\ 3¤Zg¨ý>\80\8fè\8a_;~ù\ 5îZ<íö{än\97ç\b\0\ fr.ûÉA\9d\v®Ö\7f\9f\89À\1c%OÖ`àN6"!êßí²¥®\88_â0Ä×}X¥\9eõÜÞäL\ 3¯\bØú{E©§c\17DæûH=È\9a\91Õ\12\0\10n\8d¬Ý&\0T\93Xì9\83Ë5U¤NÒÂ\8c\0ð\1cQeÓÛ\1a\ 2ðÒr#\0\ eÜô\8cAKà\89\8c\ 6g5N\8c\80ļ\9c4Nb0Ò\ 5ý)Ô:Iú)Ôú}3&\ e\8eZQ$\89àÈs
\0Á©À\ eA\ eÒé¬u# ËN<ÎZ\e'\8a@é7JâQë\ 3*+¢P\btT
+\9c \0\97Òê+\8c³)LÏZ
+¥Ü\9eµnS\0üñ\86\e\ 1ò´­\91m\86ALB¦Q\ 6Q\91\8d[\ 5 ¤PýO·)\0\8e`Ïî\ 5`\19=kÛ\80·qWÖ¸"\97\e¹½\0¾Bð´m@Õ.˪4è\r\ 1N\90\90²ªQ­×){HÆ\83é\e\ 2j\9dHå@\14¶­Æuöo\1e¨¼\80n±"I\9c\1e\17gËصL\ 4\94·&ÿ     È?2Üïá\97iÛß\ 3KP\8b\81äß«<\80;÷}À\ 1X\1d\88·ß\ 3Т\1e\17o\ 4\80÷Æ\f·\82B\ e\96ì£\8a¯6\8f\9eØ\89Àv¤¶¶\ 4Ì.Û\88yÕ({¨]E³KÄ°¬\f¥\ f¹Í\1d\7f'
+\12\14¼QS¨³ð«l\16\8c
+{ådKA\ 2²JN§!Ó¶Á9\9du\bk`'!\vÒ\95ÈÆÂ\8a\83\8f1\ 4\9e\91\12ÿA­i\12\v;ÜvÍÏÍg$ñ\18"/\922O^¡\10ÕBÝ\ 6XÔÊ\95\ 2,7\ 2@ ­¦\87Þt\ 3\92¹\1fEú±ï\99'\v\99ý\8a\1aoX~Ì\80\99\ 2\80ÙéÔ0Q°\83T(Çñ\0Hx7¥´\8d\8bã\84÷Á3ô
+W\1e\88Üa\14\1c\ 1\0-úE$\89\83\0\v·
+H|de\r\8e\80L\ eúh1p*\ 5É\ 2
+,\ f\80hedÑ\1a\10­äá"\10`a5\12rìعÍô\\85þ\14v\96\89\92WjªM©Ï\bÌLì\14rÇq¤o\96\87tû=ðB/û}àÙ¬\85û=à\9aöÌï\11§èR1N\1c\ak\a\8f\15\8cã\88÷\0s;f
+\80\10RÂþ\8d\87\0êw\9c\10 !\1aÇñ\0*_ïY9\ 4<\8a\84\97'\820x\ eb-×T]ôÊ'zNïô\84\8f}\ 2Á\8avÓ \r\87ÝNø\e¹y;è0ZM\ 4R+\14³q;\1a)®CÎiµ(íÜ* \15\10\16#Ò)\ 3\94È        ³hCRÆ=1q\92(=ð\rË\14s\1fcYv\19\10ß0+\bò«T\96â]\93e\18¼ÚåËÍÌ»Jx\JìçC­Fd\1d\ 6îå\9dÛ\90\800\ 6\990\ eÜË+#KO¸>\0\8a\9c4#E\14·×ÒÌÂ\fäصËæ0ð­²ûI~o\802Öo\82 Ï*#¤\18\16Ý~$¤\18àT\94\16)\86q.Mß9º\88¾ßÏÅY¹ß\ 3(\89"\86-\ 1 LòRÝ\8aa\9c\8b3@\8aV;\82\9b{w²\ 6\83T\9aòtº[Ç©4³k\13Î7©,ÏËòýg˪\aÇÃ1\8ern&/\98\1f\aY¦Rè\95¡²}e~\8f\9c\97vî÷H*Nõ
\15.\1d\r\8e\ 5P\ 1G/âaÿÀã¸\11<·ò\80À&"0¸µ\108\ 2Èó8F$\aÓê\87\8a\8d@#àxÀT¾\9f\9fVpY$\ 2Q$I}\ 2\91]\ 6ä¬ÀJ\12\92       ÃÉ2²\196n\19\90\8a<äU÷pàº\9a¥=\9e\ 4\94§\15N\96¡D\16\ 2\85\89\r»\19\80;Ò¬JBòÝ)\13¦ÝM¢¼²z^rì\10\0.:µi ·:;\ 2¤Rø&ÒI}w*¯\15\ 1\8fð*ãÁ \15Æq\ 4\80Cg½\8a¥ßM\91ÓªÏÝ4x[§¤;;¿(\ 3<»a@Ú3ÀÓ?ôîÜf\0\¢g"\8aF!dTCvÁ)\83#tÖqÊØ\bY\ 57\ e\8dt\95\ 1\ 56Ü8>Õ/ÿXùç\94\11\9dÛ\ e\0±Ì\14çtÊÐÌyÖqp\80\8c\b\1a\ ep®L\b\ 6\ 4V\8e\0ò6/'\ 6ÈÛ¼\94
+3\91£Ad\80\e\ 1\12\19ðìN\0\9e\83©eÂ[Q\16^ó6\15ç\1eÊÈ\8dcþs\98\8bKb\1dA}±}6\82Ác2\15â5#@BL¬>\ 3ô©¹($Ý\reB©N[7\92Pj3\ 5èý\8c\85[G\ 4\e\9d,S\19\eµZ¶¼JB`*§\92 \17\1c\17\91R\1cÜï\95        Â`\ 4\9c^G¢3\94\9b\8e\ 3\98»¾\9c\82W\eG
+
+°#\90?¾p¦\9fLä`\80\93ez½Ï\83ÀZ\16à\96uô/\971n/\97Q¨UûLÜd
+¥?\82]\ 6Óúg\85\ 4\14\8f³\82\85\93ÁJn¤;\95j\93\e)|Öö
+ÕµU\17h\11´E\17\bªã\17Õ[¨>¹j?\85ê\93j\ 3}\8cGa\89É\0ú¦¹^\11vêú'\ 4Õ5\957®ïGºIÁ\849T\9f\94­è\8fÀÊFÐ\87©\94B\83\17\8d ¤\1d¹e\ 4\12/<+ÈÀÅFBÚv\1coï{Õ×\95\e\ 1ðZ99_¬6Îk\ 2»\e\ 1Y\8eìnRx\945\9b¡\Î\¹í\b\94Ûß\8d\ e v\10©ÄA\19\1aV'\ 3n¼åå2\9eù/Z\85@\ 5
+áô(ãzý\86´'«Ð\9f\82[_NÁÛ\97Sð¬N\ 3\12?Vn\ 4ȳF\81\95\1fÌê4¼^äM\1fàõ"Õ\96Ån\9cy\86Ê=²ú\0¸\9c¹sÆ\11¹ Êj$àØzÂÔÉ*Ìó´Í\8e\97·Ï»\8fò*µuXê{ÂN[\86\85\84@[\85\85j\90L\8a°taêÎþ\1eq(;\8e\0Rp\92\1d\ 1â\916\1c\v\11\ 2A4\85AâÄ"Z\84\ 1Ì]ER8\18ÁÎ\8d@f\94\ epBQÎD@Wdϱ#\0\8an&\9c|\1cy\9bj@ÂÇW\8aCÙh\99H.mâ\81U\9e\15\ 2+\a\ 5ËD`\ 4\eû< û\8c­>C^2âF\80¼\ 2K\89\17øv¦¼  ûN¥SewµN§\82\93j¥N¥áÕZýÄÙZµNï\10©EùÄÙZQ>óÔµjÝ:δ"\18ÓÉlëÀ£-\93ÄiewµZ?\137´jý,\822ab?ç TwpCà\19#\eàl+ÒÊ\ 3\7fr|·\9déíÏ\99$ÎóäÕS (\9dz
+;·\8c@:Ü\99ù\81Kbiªîä£@ü@\1dôqîÂý^~ê®\15\13¤*WfµJ·ï\ 3÷!#ó{ÄýDWäÓ\ 4`÷Óµâä\8c\ 3\83R}Õ²7#@à\91\91ñp\80r9&B\ f\18Yn\15\90\fgv
+\80+\954zÃDÈ\95ZUºZ\12©øÇl+\ e\7f)Ëa\17Éòà2#;\ 5\ 4drL\14!´ïR}ÏuD\1e¢Ú9QT\94êk        ÏÆÔ÷Ù[\ 2LæÆàý \85[G\ 4erL@
+ÝÕWÙ\14\10ÍÈ´â\0¦:­R»\95í\98HÒ´.º\82\0¡L\99VìóÀ³Z\11À7+kÜ\90Z}«V!PÙ\8eo|\ 1\ 2å[~±Ö¼ÚøÒ¼Rau\85F©<Ø¢\88\a\ 3w0«Ó\80\0\15\8b\92\80\0\15ÁÔ\19\ fºÇ\95ê\ e>^R\1a\9cVú×à\Õ©\8bN\1fÕ
+°GÕC\8d\14Õ¬\87öû@ÖB­\9bÒÎ\1fr\a{\8e\0\92áÌ\8d@h\99\8f¼\8b
+SõS¨®\8fÙ\bú\ 4\ 3$IÛ²«\0xñN\9c»\fMB\1fçÖ²\1f·\11\0\97r=ÇDäRîêßí\ 4ºG7Û
+\ 3\98Ë    \12\82\11\ 37\ 2Ä\97Z\9d±7&\ 2\1a\ 4t)\a\9bl\ 4\ 3\15)ÄAÒÃÊ\8d\0\0'\v'ÊPÕ\90U$\89\ 3\8c\892½þ£\16eÊOV(\14"Àng$?\99[F@©Rm¹\99aéc\vÏZ&ùÝbJzPï\ 5»Fn/à\97àô#\b\9bv\ 4\10YA\ 2^
+%\95\86\ 3\14rƪW¡d\fd\94[ ^À+»]³&Ú)`UOÂ;ãèj!#\85F¹áä       \17»»\89\1c0y95ø zÄo¿\97s`«\82\9cÓ/4*\95N*é÷*\8dJ8¹\19?\82\rjÚD;\80'6èWüXJ¹Ð\9c\86¤ºMJI\v7\16È\93ÀNo¬\96\87'JÕ
+\ 1Us\9e\0¥®¢e\1c ÔE+\87ä\8ce7\ 2\0°j\1dª\9b !/¯°[\19pªGn\19\11§zä6\13âTßVF\12!§:ét\\14oÞØ\96\0ò\98;'\b\80SÝ.¬ Èó\93éÙ\92<\ 2\9dûDzû\19pÿØøΪ\9c(S»\8cT«¡%\808¤ýÆ­\ 2\98\93Dáq¥ Ì½à\9c4\82Ë\9b^\0\ 1
+ï4\ 4Ì&{ \9dRc\95¢H®LN\10\90ÓÂÆ\8a"R\81x\11IÒ´0Ýl3\f\\99Ü\b\80¬\ 3·x­}nn\80Ùd ÞÜ\0Ë¿\1f­Áì\ 6Øí÷ð\r°Ûïá\e`ùÐ4âß\0¢\95gÄó±\r,ÊVßyXÊ\9b\eyGÆs\ 5ì\ 68\80\146¸ªØ÷Ã!Ä\85¡6`\80fR\85Ër<óx(¤°_\8au:Ä\1fJQ÷f%Eh\9bp\9eãD\ 1HЭ\ 1ªã\0­9o\9c\890\r¼\91ìn\92D6Ú {;\ 2+z'¢\8acM¤Êâ\b\9e\9cÉ\9b¸hw4\11¨®¸\86\0SÍià\8f\\18.@¹\9d\9c(=\85yz   ëÆ\ 4ü\12ÖL\12¦OU¨\97Á\1an?"Þ@Ë©v!È9°ª3/õ\9auá¥^Ëõ
+ÞéµüD\9dÄB\ e\bD­(´OÔݶ\ 3þDÝM5#OÔq<\80ê\rD\91jîCöͼS      \96\ 5*\80y²<R\91?ÇM\85½nS\90\ 3nÇ*%\0p»%¼\ 3{\14\89\1c\17Í\ e\14 ­«\98\84î"V]Äf\0ÀÉ\8f<\92ø÷\8b\1c\93aÊA\82\81\18÷=\92Üø\ 1UPï,ÜÆ\ fx²ê=®Û\0\80\9c<2K\r\ 1ħJfi2\85þ\b,7\ 2¨0Ø&\12¢þ%(gË\91!áÍÑ%¨A\86+7\ 2\ 4by\96\a@a0/[\ 5\16¨\1eg\96ôÃî&È\1c/v\158õ$\80\83DIyê  ß»AyêÉO\13\1c³ØÆè ï\16­)¦·\95\0r0ô*\81\bìï\84étjjuÂ\89u'\ejàÔ\f/Eá\8c\9d«EÁÒ\ 1x&
+\83â\Qd\\ 6)\9eËË\85ð\9c0"·±Vv\ 4\b\81\97ÒLµµfÒÜ\1fAàT#\82÷\ 3k"%wd©\84,g\1e\9e\1e\1cÿ»¡PêBÙz_½\95¤\f8äh\97U
\83̬(Éíü       VÛ9<Ã=Óª\ 1ù\0\ 6? ZÑê1\ 2ïu\92@\8e\90æ÷\0\ f   ¬¶¿\a\15¬6¿G\8a6\92\17\ 4\9f\0ÝFªp×\a¥C\8dL\8b\ fºD\12cØ5\90g|\9bZÜ\1\ 5B\8bV4\82~ª+ÅËZ\ 2H\1dZv\ 4
+ÏìD\10û\ 4<7\ 2ȵ\eYQ\ 6\\82äÛm$  ¨\8eNõµnL\0\bìn\ 2D\91òº&¢Ø_\86È
+\ 2ð\860\9dß[&Ê3Ë\f\19¦V¥Ê4JI\ 2\88§B¸Ä=\ 1\ 2\94\13Ô\10\800ÿ^O.I&\95\1eA»\93íÐG«Æsë\0d\ 1Øoµ¨Ì\ 2`w\ 3\90\ 5àXÅ\8cd\ 1°J   yp\81Û\rÂúÞ%\v`\7fg\9c,¯R\80
+]t\9f©\95\ 3¤B\17'\89\b^\17ª\94yªèd
+óTÑv3\ 1\87\9e\8d\13$Ä7½[\91^\1e\ügÕ*rñ_¦P\ 6\99¢,ÔÄ¡²S¾!C~]7~B¦\ fu+\a\9bï#\8eå\9d\1d\0\0\95\0àðO¾}üû\ 4µ¿' \ 3\a\94,ÜÌ\0¹\8eDV­\9d\ 2\80\94)5­\1d\ 1à[&ÏîD
+\aÉ®\9bh
+\ 3¤Ì\89\ 1â[&«6\91£\81cve¦À\1c\9bû\18\8d²]Û! \97º6\91(\ e®TYf\ eP\1a\ 5+I\8f)\f\92UÙu\ 4¼²d\95pA¨L¤\v\fj&R²«\9a\89»L§÷MûÂ\8d\0È~·K,\8e°\84\15uo)\19Ïñ\0\0Xö%\13ÏdW\«\12Ìe%\11@êõ\1dæ©i\1c\0eN­BH\9bSj\80#ë¼\945aBÿ¼³~/\83®BVPïç\eÒ\9eð`\8e´µöùDÚZûlY\9d¦AÚ-\ 1\ 5Ò\9e(Å9ÒÖ¼\13iãJñ\86´' §k\9e        i[å£R\94¯Ûþ\1epJ³ß\aîT-Ìï\81\10\13\ 1íÉø»\v@\vØþ\1eH\12¥\82:vüòÉ \85bãF\80¤ûº\93\80®\8a«aG\80d@X\86À\13¥ößÔ²Õ(5\ 4\9e\158\ 68\99\15C`
+\9eÝ\a\88O[-\885Ñ6\19µ#h\9d_õ>\97\11Êû^I\96ýÕ\19ú85÷s×C©Æ\9bë#\8d\0\9bJ@»\19\81Ì\9b\10]ñ¦6\14\9cð\ 2Cq     s\14\9eWaú\Hfé\1d\17öE4\82\81Ky­\ 4Ö±Ky\90\83\11EJe\90íËmièyµoQ\0á\ 5q/¼Ü\ fÖ¹wû!û\94_I\82\8av?d¬ün?\9c\1d\83\93_iÉ`WÍ\86Rgk\15-D?\99&.²\rÑç\ 2y\14íø\91\ 1Xåô»È¥I\ 4\81 Ý E\1a\94B±0[\12\9e\ 5\ 4p+Û¼»\90ï"¨ÞÞ¤p¡¹>\1c\ 1À\ 4\ 2«Íï\ 1\17\ 6\81M£}W\8aVÀÀ\8fw\10\ 1ÏÍ\0É·eG ¯Úg(ÖØð\0¹KC\86¡\19\ 1ô<Ø"\92¢þ\14ìÛ)Xn
\93\91¦¾\ 6t\e\81"ãw"\a\83\f
+N\90\10ç:E;5<(na÷r\19©²\8ez\19\ 3·\17\80û!»¦f"UÖ\99ì\85>V\8dk1Íé\10   Þ6\8d\9fè\ f\8d|\1c>\92f\8cþÛ°J\8aÆm\1f\9b¾¸\97÷í³\7fÚ\9e\ 3Hç91\ 1³ð\14\8d\95D-\95u'!qðW
+V8\r\16¢\1c\14\1c7\ 6k\1fPo0\8dº'ï\83\90å¢\1c\14VÏLÃ\89\9c»\95BulÞÇ`å¬\fñõzV×ät=û\8cظA0\8cè'ÍV¬\92Ó´t9³µ>Éq\87\17³õµ*§ç~\ f\84 wî÷\bXq\f\ 1!Z*\8f¡nïf`\fÇ\ 2\0sSUÏ\96\0T\94\93ã\ 1\12\ 5¯P¡\15#$
+î"7\ 2än\8få\b w{dS\98\1aê\e\ 1 \1cäÊ\8a2`g\ 3·\17\85aôC\94\ 3;\ 2@\90¢L\e\f\bp#@ðV}\f\82.#dc·3°\17vûn/Ø\85\15e Ë°¾\1aw#\0d\19²
+\ 58\ 1çÊñ\92U\98V\8eo\99\88\84 Ý\vµ^î%m¢eìó \96KRK"\95KRL\81¢¯,\ 1 tY맩\r\v½DªØLD\80Ý\8d\80\87wcM\erÿÜqjý\81\14\a559Q6Nr\f&\8f\96ã(\18¹,\12Ê[Ç\8fuu×\91´òª|1­z\15Ûß\ 3õ\9eH'¯ãG¦úáOîûO!èç)î'ÿ@ÓN\18Ñ2\ 3°\ e\0\a5Ôqc!~\ 5\86­CJ-DT;þ6\ 5ù\ 3\ 4ùJ\ f³\fH\9eá*âÁ\0¦²\e\ 1\bB{V\12\81«]~\13\89r\7f\ 4+'HÈ\bȪL$±¿\8c!¼\ÆðR\1dÑS¢-\ 1Ä9»½Ý\v¼F\ 4Î|;§Q\903_MtT\8f\80\12\1dg\82Ô\aHµøü\8c\89Óè­z/P±§\19\ f\ 60Õ1\86   ¹\8ab_\8aò\89sµr@×çÕ:1ß\9e(Ëx%ÀÜRìW^_Ù!àO$ÍÔò\0)³#\0ò\0\b\ 5!²»     It\94\8d`P+ÊkA\ eAmÖ²\0oÊî2\98:\rýÎpbw\15(ô«Þ\f´\bnüJÔ¬ÒSÎÓR]5¥ÓNû}ùE\8a\1a½o¿¯\0ÚøüKê\ 3\ 1m\17u\ f\18\9cÞ\¯~\83²^è¹M\ 1ÀÉÆ\9dk¨K\95¬¡ã\19\13û÷8ê5Õ\e\ 1à\1e\87\bà\81Û´< o¬\15      â\0hsL\ 4L»Y9IBüÁÁr{\19\ 5v3!qWn\19\11\90\97v\ 4òs;]\b\9a1qî\8dÅ%ñ\86\93'Sè\8b2©¤\89(\ fp²l\15\ 69\86²½0ÀÉ2\852¬~_Ôòä9Õ\ 1Îe\87\80à\v3Èk\ 4Ó\8d »e\0¼â\9eU«È\8d Î´ 7AêÃq3Y\9c>Ó¤ÖI\19(¿\94\84 ãbÿ´Àj5 He#ká\91w\9aØ\1d-OK²¼V\93»Pìî_®ãÎ\ 2Uù£²nùÖ«£ë\18Ý\9c\1eW¯9æ\8c\12UÖ1ù´]óÞ\97Ä/ßú´­òÙ7ZÃæ÷\80q­e¦nß\97ÛV
++¸ñ\v\8c\ 3 Ë\ e\00­ä\92\9eÌ`\80\94ý¹\84:/\9a\ 69!J9\ 5\8b\88\89}\84D.éÉ2\ e\1cÂÜ\b\90À\80çx\0ÜM3«\8c\a}9¨Wçgr0½:ß2ñ\89\90\ 6X=rÊ\ 4I|àx\80¸cã[QÞ^ê\13ªÉªW(\ 4µÕ
+e\97íƾY\¼h\19§\17\8afFa\8eÕµÛÙò*\ry\7f\80\93\ 3\ 4dZÙn\1cTt5ï6Ó\89õ'{axû_²\8c\83\aU¹U@2hVV\94\81\f\9a`ÞéÄo\9c­}X\97Uiȹ5ÊLÛÜ#­ÞÎ\9bl;\ f<Òî\1dB±¬J\ 3DùôH·S\90û3É#mÆOmõ=ÒõÀg\94o0\92Yj¾\ f\8c\9f`vó{À°\92Q\9aü¾\9fú\11¸ù\ 3/mmÌï\8dA\12\94½h\ 5§Wï\15Kpóh\9bñK \83ÛTQÄÄ\ 1N_8\1e\0wXÈ%Þò@\1e£¤\1aW7\ 2À\14<7\ 5ÅÕ{\ 5\ fȧ^­¢\99<%:Hqö"e08*D\8e   @\89*J>i  <¯\9ft_¡HV-Ö³çè\15\8a~\11\aò;4#@\8a\1a\11\80SiÈ\89oçV\ 1*åÊ®\ 2\10¬&«fÆOD÷\rs-P=SI\ 3 Îm\ 6¨Æ\15«\10ä5y­+\950nÛq\97í¦ìs;S\94ÍõU[³K\16²0&W\83-lÜ\8e¿\13\ 5\89
+AM¡ÎâTK\93Y0j©RX}ådKA\ 2\8d\8b\82\8bæ\1fC¸è¥ë\10d\12Mx\9d\13\aÙ\99ã\18C\Ø1<fÁ(GzA¡TäÈæv9Ù\90\15¡|\f¼HÊ\10óAa³j¡&ÌýÒÒÚ]¶µ\aîùý\1dhv¼\82Å_\81è
+ô×\9aàD°æ+\84ðñ\8býúý\97Ëe±íÙð\135ø¼"I\ e\7f:\7fóÝòÛ¯ÿñõ\87\1fþã/~øù?\98/óõ\8b\7fI¦;\8f(ýsþÇ/~ÿCÆ>fùʯ\1emîë\17¿þú\9båo¿~ñ\7f~øO¿8&b¾þë\ f.í =Ú¯5\1dt¼9Æ\13ÜÑ\9dZ~úú'ù\97öOH"\93¿dèKç\17\92º°ÛvýBm\11\7fÁí_Á~Öd.ò\17ìã\vùÐ\94\96ûò\85Ú\ 2}!-\9d)_p÷/\84´¾\8b»Î\81Z\10.\85Äص|Á\1f_H¢\9bÈ/GËZZ>KZè\9f%1ò.\1eí?óçÚ¹-ɹ7_ëb?1©Û4\9a³%IÊ\12\85£q\9f´\ 2i\15>û¶\97o¸ó\eÞ¤=eãå\eß-È7ÂQ^çú\rûý\8d,èÆ_¿q¶ ßÈ»=6ß0ßß\886AÊ+¯¾[\80o¬.mÎýú\8dï/$­³m\r§Î\16ä\vùÀ\13®_ø\9eÄj\93R\8eWF}· \9fØ\93ÜÙë'¾×Â\85ý\13Ýõ\13÷\96ü     \97x\97Pÿ¥SÛPú$\8c\18ÚNmKéµ}\96fíÏ\96\8bÞqiÿn¡\95ô¶¥ôJ{q\89M¯¶¥ô
+\9fdb\9a^mKéÕß[\97^{Ò\aÍ\9aß[J¯$Íqmzµ-¥WüxÛ|ñÖ\92{ùeùØÐHÙ­¥ôJ¦i]\9b^mKé\95,`»'n-¥W.\ eÕ~±m9zåK\8f\rWï-¥\97KÜi¾xk9z¹´\1e\8d\fÞ[J¯\(ªéÔ4\1c}\ 6»þÚ+~Bû½[ËÑ+­ÆÒHĽ¥ôêk\81ï^kÎèi÷qÓPúä2\v[Ó©m)½ú*áÒË-I\92®\9dÚ\86Ò'\1dÑ\e\86Þ[J¯5ÉQó½[Ké\95\8e#M\9fëß\8f\1eÞ\1c6ÿÒçÖRzù\8fiVæÞ"SxIï¬\87Ö6¡ØÛ?ýøë\7fÿÕ_~÷Ç?|ýòoþÃ/ÿ\96\92K;lôãÏrýW¢ó³\98µ¬M\e3)Ðb\8e\7fóÏ¿ÿñÏWx\10M\ 2\ 3Gîa\81\a¥%\ fwuY?§\7f\7f\8dh\8e     \98Lÿ7_Ç\1fÿùBeMj\89\92Ô\18ÑMØ0¤õ3û¥å·_ÿRfð\9b2Ü7tÚñ$@û\89íjæ)ä\96t\94Ù¿'å\ e3´l+;\1c5\99\13t9ó I\85]@Wm9Ôg\9a\81MMé(\19\93\9d\12\91$ãÔRôO\17Í\¬MbÈ'ÄV\97µ-G¯´emc\93Î\96+-\9b\84®±I÷\96Ò+~öfW\9d-WZÙuÕ\8e\9eZ\9a^É®\9bF÷SKÓ+;\f\9aÑßZ\8a63\a¬¸j³¶¥ôòi?¸¦Wm¹|ñø¿í^¾µ\94^ùé>Óôª-\r­-måF\98n-G¯d\81Zlqo)½\\9aQóÅ[Ké\95\8ee¾ÑW·\96\83\13GÚs\ 3dKÃ\9a\9fl¥>ûgo(\9d-×^ëö±\8dö?[®½B~ȶY\9f[K±\94ùTÚ¬5µ$ZÛ²Ö/®\9fÐ\88`m\88it\8b¯ßKÖºY\9d³¥éµ\7f\+ÍÔr\1d{B\83K\8b+¨åJ+çÂo­\99/-!c\95­²4     ehYZZ®\9dÖü?Û     Ö\96ËéЧÿö-B¡\96\\17ÐÒ\a{'\96\90/ÉƺÇ\92âZZ=R[.Ã\92\1eG\8fÇ!\8añ
+doþg:/¦½xüë\7f¥Þ¿NLMº²\1av\e·\83©¥%\1cϧ\97o\ eýìÅ\17åë%O\9fÑø·/ÊÉ\9d(\19Ce\1fH^Õo'
+\92«ê«/ª¥\0d´ø\9aSs# \8fÝùê˺\11\90W\87õûz\12P\95Í^\17v\ 4ò\8aÏY1fǦ\8fNYáv5ÄŨ«p»Zs\ 4}2öVå\9a®5©¦\1d\ 1RávMH!s£¥\80T¸ÍðåI\ 1¨ø¼úõ%\17j\95ÞÙ\bº\ 5n×ÕU\ 2økÑ&\1f2\97¯¤A\8a4%põMÂ8 £Â\15ߪ\9f\94\14\19\8cÁ\95r\82÷1<r\8f»\97\11\\8dåú¦¢\87\8bòw5]}¯¨\9d\ 5rëÖÕ\14%¯-öäjÖ¥×\16{r\81\1d\81<7ÅEb¸äV7\9cìê]\ 2¯­\94ä6V\98\0O\7f­\9fç5õiräÓÕ7ܼ¶Ì\90Û¹\11\0Ï\1adÏÎS\14\9f\11ñî2úe\17-c\97\a     \95\8b\8d\ 6{²0\93rSÝ\rí-·¡í3¯ \ f\15\9cl7õ¡\82ãv\13\90\16à=;\ 2ùvô5\16¬XG\1aÁ&\12ž ¬2AèOa};\85ZÄï¶
+ò4l_\1f\97hG`\9eVv\80{9¥\ 6\Oò\91[\ 6àj\8cß¼\88  ýu¬\8f¸ë×q·/×\91Õ\8a@ÆÙ\89\9b5\8aý@\8cË^\91\8ek^4\90_±JÇÁ\ 2øÖNÙä\84è\92¨¤ãw>­î¶\ 4\81×Ï\1eÌÙòÓÙb\13\95Í\1fQàò£³A\1e\ 4N\87Ô¯\ 4¿(\94È\ 4\81Ó\8a¦\ 3q~/j­\1eÃ4\87ô1j\91\9eX×Å¥\91\7f,\85°¾=¤õ\v\81Åë\17j\vô\85d\10Öý\1e\ 4®_Hª$,Í\1cj\vò\85ôG69· pýB:\9eú¸]¿P[ /¤-fÌ%\b|ùB\ e´d·É÷\17¨\ 5úBø,«¹\ 4\95\8f/¤Ï®ùëi\91,¹K÷´C©\ 5úB:\14ì¦õM|\7fÁ$øgª×öh±ûg\ 3\96!Ú¯ì®J'Ö{ü;?\81\93ΡùF©u\87c\98Z\12\9e$iü;\9a­ùÆ5þ½\1dѵïo\9c-Ð7\92^\f¾ùÆ5þ½\1e¾ÞË7¨\ 5ùF:\92,fi¾q\8d\7f»c\19.ß \16è\eé\ 4\19Ýõ\eßÁé\9c4c¯\9c:[ /\84\8fOÆòò\85kü{?Ü·\97OP\vô\89ý\13ÌzýÄ%þ\1d\13\9e\8f×OÜ[JÔÚ\7f\16Ûtj\1aJ\9f¬n¶¦SÛRzåXRû½¶¥D£\136\\1aI¿µ\94^ëÇøØôj[J¯xxݯ½Ú\96\12\8dîî­¦\97ûøfÍï-¥W¸-Û½¥ôÚ\8e\88þµWÛR¢Ñæ\88è_äøÖRz%%¶¯M¯¶¥ô\8aGDÿÚ«´dc´o\14ÿÞ\8f\88þµWÛRbFIe;×è\89¶¥ôZ\8f\88þµWÛRzuuε\97MrÙpõÞRz¹#¢\7fíUZò\1c­©\9dÂ\11пvj[J¯ý\bè_{\95\96«eÍú~o\ 4\87\18"[\99ÍnM¯ÒÒö\8aGØíÚ«´4½²\91¸nÆÚÐöI¶§Ù\8cÔÒöê*â+\1f\92¹k)å¿7"\93K\aoM\9fÚÒöòGRõWiqk~\81\8aÂ\16ñÓ\ e¼4d$\10(\98\975Zh;\95\96ÌU_Së|Î\99k\ 5¦¶4ß;.®5ëW[²Ê\89.Ö^I ÛmX[²\7fÏúÊ©\9cíßJÌ­¥ôê\9a¦¦W2\fí6¬-Í
+¦ÿ»´\12S[\1aÎoæ\bZ]zÕ\96|ß+ñÒË\1f¡´k¯¶¥ôJ\aƵQ5·\96\12"]\8e´\93K¯[Kéå\ e+víÕ¶\94^kB\87\8dª¹µ\94\11¶ºö*-WNô\8dö\95«9\1eß\1aÅ{Ké\15\8e\0òµWiiiíG\0ùÚ«m)áV{3\8b÷\96Òk=\12p®½JKóE\13Ó9ukz\95\96¦W~\ 1еØby\98Å\1c\89X\eRmCé\13\8e4·k§Òr\95®\ 1\96¹ÒJ»)-Õ¥SÛPúø#\10}íÔ¶\94^ñHr»öj[JÂÍòi\aÕ6\94>öHCºvj[î(L\90Yã÷D!äÌ\9a°.·Ì\9a^N\8fK\aäij,a½\9c\9eæ \92\14¦¥\9cÝÜ\92³å÷X\12O\92¹3Û¥å\99\94S©¤\83ytt¬ôik\12Ý\9f\8ed\9f-\9dG¿[¸¤\1c-\9d[RNæ\94ý\9eÃï/sH&ò8_\9d-[R5ÑðY9j:\ð\99Ô6ÑÊ-Û¾\1f³õÑ£Áç\Xô]ðùxÄýUð¹¥ \b\bàÁç\e\ 1\9c      ¼
+>Ïx0\r\12³ï\82Ïù\92Ñ«às¾çô*øÜ\8e@\13|n) Ágf\fÀóª\14}V±á\98D\r\ eÌ\16b\1a}¶ëäyÕyô9¿x\8bF\9fkȲF\9fsÙeô\12î\19~\8ee\1e·Aàáçv\10Xø¹>4ë¶F½ááç\96\82"ü|#\80\87\9fo\ 4ððsËFEøù6\ 2<ü<ãÁ üÌò\0\ f?g\1e¼
+?·#P\84\9f[\ 2\8aðól\19§áç\19\ f¦áçv\ 4Pøye\bhÂÏjIòõ\ 5·\96\80"ü¬Þ\8e\14~V¬#\8d`\17\89â üìD\820\b\97S Ç^ݸúÓ4ü|³O\8aðóL\10\ 6\ 4¸eP\84\9fgL\18\84\9f÷\97븻\97ëÈjEEøY¥Ø)ü\PÆÒ >I©\8d\9c\ eä諽վZzþy\1fËbßB;z\ 3\e.<SË\9c\92Vkn£?O0}\ 3KZM[¬ÃùÈ\10\0n³»Õp\ 4d\85*\ e\1e¬%\11!3\11MD ¤U%¡\19\82]$\ 6®\1cÈÝù\84t#
\a´úl ­\82³\81 \92c\b\88^×$\ 2ÜJ\ 2\ f\9aÔbñò;\ 4ÖÖ\93\80\12¬qL\ 4*Çø%p<\90\14\98 ¨d8\1eH\80\ e\81µMÄ\83¾\85´\96\11E r\8c·ì\8e\96\972÷neF\80\1cß¼'Iº\ e\ 19¾y^-!\89rÜvBÜ[«L1ö\8dt`EI~|óõ\81\86Û\bäÇ·\9c\89/áÁÐËÈ\10\90\1fß²\93ñ\95F8\9d\8c\13\8dÐE   ÙÉXl\83\1f¢\ 4Ö4ä¦\8c\12\ e \92\0Ë·¯6\ 2J\8d¶SÖM\ 3A\1aÜ(Ø9\ 2\12\90P}!ä\8fi   È\8b\fºZ\82Ù.\9bN'¹\95ã\ 1 Ø]ঠ|{ú\98BØ^N\81Î\1dÍ\b\9e¦¥ëHÈu\1f\8e½Ð\10x:\12úSØvÑ\14\ 6\ 6¾Úç\86\0plÈ       +Êe¬ú\80\9c)ù6«J\1f\90\81\9f¬B?f`\96\93\80*f\90\13Z^mgodÛ¹o\17\9d\ 1»à8QF`\967úUh|)­$\ 2þ¤\95\9b\ 2pl9Í{K@^cÐ\93\7f¸\9d\82¼\14÷é
+i\99\bø!x\8d\ 4ø!(\88\8d}\88\93S+\94Ó\952\11¤>\137v3\ 1@sg  È§°.¬>\90\ 3ÍuaG \17åÕ¨å\80\b¨÷B%@g\96É*t%1×t\91Hb\7f\ 4\8eÓH@,yuá\9d]XY\9d\88È\81\7f\89\91\81WZy]7\91Vî#Uªí¿O®Ä\ f<jµ\16ô\1e\95\10¥®c;\ 4  ·ó\8bv\ 4Õ\vBEO\13\ 1\9d\17ÄsS\0L\13¹änS\90ï&Wo\99ÝF\0x\15éu\80\86\80\7fÇ>%S\18Àu\19\13\aþ¸E$H\ 3¸\1e\99)0¡øþ¹\8d\9e\ah\87 wÈåÔq\89(öA\ e\15Rnæ\80\8cÑËòa\9f\r+\8a\0Ä BÊû¸FÆ\80À¦\97åc
+ôÜ©z
+\8eã\81\13^çx\0\ 1~\8e\a\bZ^­h?\ f\9ca¬ \ 1\87\9eÀ
+\12°\99¢\7f¹\99¨x±z3m\9c \ 1ZÕoÜ\b\9e«0ð¦\95HK®\11Ï{Ó®i±ñ\93\7f\9fþ9ÿã\17¿Ï´íþ\95¯½\95¬Öÿöǯ\9f~÷«\1fÿðç\1fÿîë¿ÿý?|ýë\9fþøë\7fÿÕ\8f¿þúßÿïë¿ÿÓ_~÷ÓO_¿ü\9b_ýòo¿þáóõO¿ûñ7?þé/_?ûúí_þò¯\7f÷ó\9fÿõ¯\7fýüå·¿ûóç\ f?þåç¿41üË\9fþù\ fÿ÷çÿúçü»Ïoÿòû\9f(Kö\1f\7føÿ 1\87.
+endstream
+endobj
+385 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 826 0 R
+/Name /Im370
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ϱ\r\80 \14EÑ÷Õ\ 4:Ü@'Q\ 6#úGs\14G°¤0Q\1e*$6§¾÷\8ah\805k\14\ 6hAåÓ\ 1P8¥ÃO\8fÉW\97lH\8e\b#\8dU¡½\1c}±Ý\8bÖì\96nU§ÉÎi\97\1c\1eQl&æ¾.Ù@%°^"ÌÆ¥õÄ\1c1\9f7Ʋ"\8c
+endstream
+endobj
+386 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 827 0 R
+/Name /Im371
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÎÁ\r\80 \f\ 5ÐO8xd\ 4\16\96\a\82\8cÆ(\8cÀ\91\83±þ\8a\81ÄË+MÉoE$á\14©°Õ\0\15\8aKhX2±/¥\13töcû(ľdf0ÀË\r¾"zë\12ó\â?27\1cJ\18¬\9a1     ck#,¼·`çå\ fÛ\ 4
+endstream
+endobj
+387 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 828 0 R
+/Name /Im372
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα  \84@\10Fá·*z\81¸\16 ç\96`h Öµ\81 \85\19l)\96°¡\81p7#"\b\ 6óeÃÿh7àw@\1a+(\82\10ø\82Sj\ 6ø0A\86¿HØ/Ì\r¯LO\ 6e¼iåÜ\89] +N\82\90JTg\84\9e¨È¦×\17¯m«V6\98=/a>2°1ù\ 3-!\1fH
+endstream
+endobj
+388 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 829 0 R
+/Name /Im373
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα\rÀ \10\ 3@#
\8cÀ"\11Y+\ 5\12?ZFa\ 4J:ǯTAè­sãâI\ 3\9a\13\a\80ð\asCÝP6dj\9euJ2\11:\ eÃp¦S?Ò£ýBì+§\7ft\vU#;.Ò^ù\8e*\1c
+endstream
+endobj
+389 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 830 0 R
+/Name /Im374
+/Width 40
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα\11\830\10\15'[\ 4\1aCHà\91)A!\ 13n\85\ eLHH\ 5®éJ¹\12(Á{\8a\9d¼H§¿\ 2\88& ÏéÄ4\8a¢ö\81Ä`Ø#\f\ 5ëp8\8b³:O§8\83\93\1a'\1f\8bò,h%V{À¦\11¸ò\f\1c¢¢\8b§V0UÀÔ\83Ä\ 1LqÃ\16¹Á:n°.4Ì¿müÛPxñþb¿é\aõ\8e\17\ 6öDÙ\v¬\ 1ú\ 3\1c"/\ e
+endstream
+endobj
+390 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 831 0 R
+/Name /Im375
+/Width 40
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`(`\0\ 2ê\12ÿ\81à\ 3\82 ¶ñ`\ 2\0Æ=\1d¥
+endstream
+endobj
+391 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 832 0 R
+/Name /Im376
+/Width 40
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\ fÿá\ 4\ 3C\ 1\ 3\ 3ÅÄ\7fZ\18\8aL$00\0\0!¥+        
+endstream
+endobj
+392 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 833 0 R
+/Name /Im377
+/Width 32
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ͱ\rÄ0\f\ 3@\1a.Tz\ 4¯\91N+ý\ 6Öh\1aE#¨La\84QðÅã\ 3â:JÄL`m4\12\92ê#*.9\8b\9a\9cjý±\17þñ­z_r²n\19\12ü\fç¡Æy\81\92\8f\ 1õ×k#¦\8f|ÔrJé)Ùv\ f°(\1d\83\86¶q\ 3ì\16
+endstream
+endobj
+393 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 834 0 R
+/Name /Im378
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ?\86ÿ \82ù\ 1C\1d\88\90\ 3\11ì \82\19\95`D#\1a\80\ 4\ 3\90`A"\18 \ 4\ f\88\90\ 1\12ÿÿÀ\b0\17"\81PÇÂ\b\86\12lp\82\ fî´\1a\90sÿ@\b\0Â\8a4"
+endstream
+endobj
+394 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 449 0 R >> /XObject << /Im57 64 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im80 87 0 R /Im76 83 0 R /Im64 71 0 R /Im66 73 0 R /Im76 83 0 R /Im80 87 0 R /Im55 62 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im56 63 0 R /Im60 67 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im66 73 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im79 86 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im114 121 0 R /Im64 71 0 R /Im60 67 0 R /Im69 76 0 R /Im74 81 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im67 74 0 R /Im76 83 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im74 81 0 R /Im60 67 0 R /Im76 83 0 R /Im55 62 0 R /Im114 121 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im233 242 0 R /Im63 70 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im65 72 0 R /Im76 83 0 R /Im115 122 0 R /Im73 80 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im114 121 0 R /Im55 62 0 R /Im59 66 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im61 68 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im59 66 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im59 66 0 R /Im73 80 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im67 74 0 R /Im53 60 0 R /Im74 81 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im115 122 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im71 78 0 R /Im80 87 0 R /Im53 60 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im67 74 0 R /Im69 76 0 R /Im74 81 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im66 73 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im61 68 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im55 62 0 R /Im59 66 0 R /Im62 69 0 R /Im131 138 0 R /Im117 124 0 R /Im74 81 0 R /Im73 80 0 R /Im74 81 0 R /Im53 60 0 R /Im58 65 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im74 81 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im71 78 0 R /Im64 71 0 R /Im58 65 0 R /Im55 62 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im55 62 0 R /Im74 81 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im64 71 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im193 200 0 R /Im194 201 0 R /Im195 202 0 R /Im195 202 0 R /Im194 201 0 R /Im196 203 0 R /Im79 86 0 R /Im197 204 0 R /Im198 205 0 R /Im199 206 0 R /Im200 207 0 R /Im197 204 0 R /Im194 201 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im64 71 0 R /Im74 81 0 R /Im59 66 0 R /Im60 67 0 R /Im60 67 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im64 71 0 R /Im58 65 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im67 74 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im56 63 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im74 81 0 R /Im76 83 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im64 71 0 R /Im86 93 0 R /Im53 60 0 R /Im86 93 0 R /Im71 78 0 R /Im54 61 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im79 86 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im60 67 0 R /Im59 66 0 R /Im115 122 0 R /Im60 67 0 R /Im55 62 0 R /Im56 63 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im80 87 0 R /Im64 71 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im54 61 0 R /Im55 62 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im80 87 0 R /Im53 60 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im55 62 0 R /Im115 122 0 R /Im55 62 0 R /Im74 81 0 R /Im64 71 0 R /Im66 73 0 R /Im61 68 0 R /Im69 76 0 R /Im59 66 0 R /Im66 73 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im64 71 0 R /Im73 80 0 R /Im60 67 0 R /Im61 68 0 R /Im76 83 0 R /Im53 60 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im76 83 0 R /Im53 60 0 R /Im61 68 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im80 87 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im80 87 0 R /Im60 67 0 R /Im64 71 0 R /Im74 81 0 R /Im74 81 0 R /Im69 76 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im67 74 0 R /Im115 122 0 R /Im53 60 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im76 83 0 R /Im53 60 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im206 215 0 R /Im135 142 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im53 60 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im73 80 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im76 83 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im60 67 0 R /Im60 67 0 R /Im78 85 0 R /Im55 62 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im54 61 0 R /Im53 60 0 R /Im66 73 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im80 87 0 R /Im76 83 0 R /Im53 60 0 R /Im59 66 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im61 68 0 R /Im69 76 0 R /Im56 63 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im76 83 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im60 67 0 R /Im118 125 0 R /Im115 122 0 R /Im53 60 0 R /Im80 87 0 R /Im53 60 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im61 68 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im76 83 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im76 83 0 R /Im53 60 0 R /Im55 62 0 R /Im67 74 0 R /Im86 93 0 R /Im138 145 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im67 74 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im80 87 0 R /Im64 71 0 R /Im76 83 0 R /Im55 62 0 R /Im63 70 0 R /Im63 70 0 R /Im60 67 0 R /Im61 68 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im63 70 0 R /Im53 60 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im56 63 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im79 86 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im74 81 0 R /Im55 62 0 R /Im69 76 0 R /Im59 66 0 R /Im64 71 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im58 65 0 R /Im74 81 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im67 74 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im271 282 0 R /Im60 67 0 R /Im80 87 0 R /Im53 60 0 R /Im114 121 0 R /Im53 60 0 R /Im56 63 0 R /Im71 78 0 R /Im76 83 0 R /Im53 60 0 R /Im73 80 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im63 70 0 R /Im69 76 0 R /Im67 74 0 R /Im53 60 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im64 71 0 R /Im118 125 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im64 71 0 R /Im86 93 0 R /Im53 60 0 R /Im86 93 0 R /Im71 78 0 R /Im76 83 0 R /Im53 60 0 R /Im115 122 0 R /Im53 60 0 R /Im65 72 0 R /Im64 71 0 R /Im59 66 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im71 78 0 R /Im58 65 0 R /Im64 71 0 R /Im67 74 0 R /Im67 74 0 R /Im63 70 0 R /Im53 60 0 R /Im71 78 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im76 83 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im61 68 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im58 65 0 R /Im55 62 0 R /Im73 80 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im67 74 0 R /Im64 71 0 R /Im118 125 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im56 63 0 R /Im64 71 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im55 62 0 R /Im71 78 0 R /Im60 67 0 R /Im56 63 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im116 123 0 R /Im65 72 0 R /Im69 76 0 R /Im56 63 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im71 78 0 R /Im67 74 0 R /Im53 60 0 R /Im54 61 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im60 67 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im65 72 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im120 127 0 R /Im53 60 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im69 76 0 R /Im63 70 0 R /Im67 74 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im76 83 0 R /Im64 71 0 R /Im74 81 0 R /Im61 68 0 R /Im55 62 0 R /Im66 73 0 R /Im60 67 0 R /Im56 63 0 R /Im60 67 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im53 60 0 R /Im56 63 0 R /Im69 76 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im75 82 0 R /Im60 67 0 R /Im74 81 0 R /Im53 60 0 R /Im53 60 0 R /Im76 83 0 R /Im53 60 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im61 68 0 R /Im76 83 0 R /Im53 60 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im54 61 0 R /Im60 67 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im80 87 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im53 60 0 R /Im53 60 0 R /Im67 74 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im119 126 0 R /Im54 61 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im58 65 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im60 67 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im79 86 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im61 68 0 R /Im69 76 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im86 93 0 R /Im233 242 0 R /Im54 61 0 R /Im54 61 0 R /Im63 70 0 R /Im64 71 0 R /Im66 73 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im67 74 0 R /Im74 81 0 R /Im69 76 0 R /Im67 74 0 R /Im73 80 0 R /Im60 67 0 R /Im59 66 0 R /Im53 60 0 R /Im118 125 0 R /Im53 60 0 R /Im66 73 0 R /Im60 67 0 R /Im61 68 0 R /Im115 122 0 R /Im55 62 0 R /Im66 73 0 R /Im78 85 0 R /Im65 72 0 R /Im56 63 0 R /Im60 67 0 R /Im69 76 0 R /Im59 66 0 R /Im67 74 0 R /Im78 85 0 R /Im59 66 0 R /Im60 67 0 R /Im80 87 0 R /Im63 70 0 R /Im79 86 0 R /Im53 60 0 R /Im67 74 0 R /Im65 72 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im74 81 0 R /Im60 67 0 R /Im56 63 0 R /Im53 60 0 R /Im58 65 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im61 68 0 R /Im69 76 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im80 87 0 R /Im60 67 0 R /Im56 63 0 R /Im78 85 0 R /Im86 93 0 R /Im125 132 0 R /Im379 396 0 R /Im380 397 0 R /Im379 396 0 R /Im111 118 0 R /Im379 396 0 R /Im381 398 0 R /Im113 120 0 R /Im379 396 0 R /Im109 116 0 R /Im133 140 0 R /Im190 197 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im191 198 0 R /Im70 77 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im114 121 0 R /Im55 62 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im84 91 0 R /Im139 146 0 R /Im190 197 0 R /Im55 62 0 R /Im64 71 0 R /Im59 66 0 R /Im71 78 0 R /Im137 144 0 R /Im86 93 0 R /Im191 198 0 R /Im70 77 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im114 121 0 R /Im55 62 0 R /Im74 81 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im233 242 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im84 91 0 R /Im132 139 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im131 138 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im117 124 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im120 127 0 R /Im64 71 0 R /Im76 83 0 R /Im131 138 0 R /Im55 62 0 R /Im56 63 0 R /Im65 72 0 R /Im53 60 0 R /Im79 86 0 R /Im70 77 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im382 399 0 R /Im59 66 0 R /Im74 81 0 R /Im56 63 0 R /Im69 76 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im67 74 0 R /Im52 59 0 R /Im55 62 0 R /Im55 62 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im383 400 0 R /Im384 401 0 R /Im385 402 0 R /Im315 328 0 R /Im295 306 0 R /Im296 307 0 R /Im316 329 0 R /Im386 403 0 R /Im296 307 0 R /Im300 311 0 R /Im316 329 0 R /Im317 330 0 R /Im317 330 0 R /Im295 306 0 R /Im297 308 0 R /Im316 329 0 R /Im296 307 0 R /Im385 402 0 R /Im316 329 0 R /Im387 404 0 R /Im388 405 0 R /Im130 137 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im138 145 0 R /Im205 212 0 R /Im84 91 0 R /Im389 406 0 R /Im138 145 0 R /Im189 196 0 R /Im81 88 0 R /Im132 139 0 R /Im68 75 0 R /Im63 70 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im59 66 0 R /Im67 74 0 R /Im60 67 0 R /Im59 66 0 R /Im117 124 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im192 199 0 R /Im119 126 0 R /Im61 68 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im130 137 0 R /Im192 199 0 R /Im382 399 0 R /Im117 124 0 R /Im132 139 0 R /Im86 93 0 R /Im133 140 0 R /Im52 59 0 R /Im53 60 0 R /Im134 141 0 R /Im55 62 0 R /Im53 60 0 R /Im67 74 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im84 91 0 R /Im139 146 0 R /Im52 59 0 R /Im53 60 0 R /Im134 141 0 R /Im55 62 0 R /Im53 60 0 R /Im67 74 0 R /Im71 78 0 R /Im131 138 0 R /Im86 93 0 R /Im130 137 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im132 139 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im84 91 0 R /Im132 139 0 R /Im233 242 0 R /Im67 74 0 R /Im79 86 0 R /Im114 121 0 R /Im55 62 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im62 69 0 R /Im192 199 0 R /Im70 77 0 R /Im117 124 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im286 297 0 R /Im192 199 0 R /Im76 83 0 R /Im58 65 0 R /Im69 76 0 R /Im74 81 0 R /Im76 83 0 R /Im55 62 0 R /Im86 93 0 R /Im133 140 0 R /Im184 191 0 R /Im185 192 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im78 85 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im186 193 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im82 89 0 R /Im139 146 0 R /Im184 191 0 R /Im185 192 0 R /Im69 76 0 R /Im56 63 0 R /Im59 66 0 R /Im78 85 0 R /Im56 63 0 R /Im55 62 0 R /Im59 66 0 R /Im186 193 0 R /Im71 78 0 R /Im85 92 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im82 89 0 R /Im132 139 0 R /Im137 144 0 R /Im55 62 0 R /Im66 73 0 R /Im76 83 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im131 138 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im64 71 0 R /Im59 66 0 R /Im68 75 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im53 60 0 R /Im56 63 0 R /Im68 75 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im206 215 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im72 79 0 R /Im53 60 0 R /Im119 126 0 R /Im77 84 0 R /Im53 60 0 R /Im59 66 0 R /Im53 60 0 R /Im56 63 0 R /Im79 86 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im86 93 0 R /Im386 403 0 R /Im296 307 0 R /Im300 311 0 R /Im316 329 0 R /Im390 407 0 R /Im296 307 0 R /Im384 401 0 R /Im300 311 0 R /Im295 306 0 R /Im299 310 0 R /Im296 307 0 R /Im384 401 0 R /Im317 330 0 R /Im391 408 0 R /Im299 310 0 R /Im392 409 0 R /Im298 309 0 R /Im393 410 0 R /Im300 311 0 R /Im316 329 0 R /Im390 407 0 R /Im391 408 0 R /Im315 328 0 R /Im316 329 0 R /Im394 411 0 R /Im394 411 0 R /Im395 412 0 R /Im394 411 0 R /Im394 411 0 R /Im299 310 0 R /Im385 402 0 R /Im295 306 0 R /Im384 401 0 R /Im300 311 0 R /Im295 306 0 R /Im299 310 0 R /Im296 307 0 R /Im396 413 0 R /Im299 310 0 R /Im393 410 0 R /Im390 407 0 R /Im296 307 0 R /Im384 401 0 R /Im317 330 0 R /Im387 404 0 R /Im397 414 0 R /Im71 78 0 R /Im135 142 0 R /Im81 88 0 R /Im189 196 0 R /Im389 406 0 R /Im135 142 0 R /Im82 89 0 R /Im135 142 0 R /Im86 93 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im82 89 0 R /Im139 146 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im71 78 0 R /Im318 331 0 R /Im55 62 0 R /Im58 65 0 R /Im60 67 0 R /Im71 78 0 R /Im137 144 0 R /Im86 93 0 R /Im71 78 0 R /Im62 69 0 R /Im74 81 0 R /Im76 83 0 R /Im64 71 0 R /Im64 71 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im71 78 0 R /Im70 77 0 R /Im53 60 0 R /Im78 85 0 R /Im64 71 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im191 198 0 R /Im62 69 0 R /Im60 67 0 R /Im76 83 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im82 89 0 R /Im132 139 0 R /Im75 82 0 R /Im60 67 0 R /Im54 61 0 R /Im79 86 0 R /Im67 74 0 R /Im60 67 0 R /Im80 87 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im79 86 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im66 73 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im385 402 0 R /Im316 329 0 R /Im316 329 0 R /Im399 416 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im300 311 0 R /Im315 328 0 R /Im316 329 0 R /Im401 418 0 R /Im295 306 0 R /Im402 419 0 R /Im300 311 0 R /Im315 328 0 R /Im386 403 0 R /Im296 307 0 R /Im300 311 0 R /Im316 329 0 R /Im390 407 0 R /Im296 307 0 R /Im384 401 0 R /Im300 311 0 R /Im295 306 0 R /Im299 310 0 R /Im296 307 0 R /Im384 401 0 R /Im317 330 0 R /Im386 403 0 R /Im296 307 0 R /Im399 416 0 R /Im393 410 0 R /Im385 402 0 R /Im300 311 0 R /Im295 306 0 R /Im403 420 0 R /Im316 329 0 R /Im404 421 0 R /Im299 310 0 R /Im297 308 0 R /Im295 306 0 R /Im385 402 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im297 308 0 R /Im390 407 0 R /Im384 401 0 R /Im392 409 0 R /Im392 409 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im405 422 0 R /Im299 310 0 R /Im390 407 0 R /Im406 423 0 R /Im394 411 0 R /Im315 328 0 R /Im299 310 0 R /Im298 309 0 R /Im407 424 0 R /Im386 403 0 R /Im404 421 0 R /Im398 415 0 R /Im408 425 0 R /Im397 414 0 R /Im409 426 0 R /Im410 427 0 R /Im130 137 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im138 145 0 R /Im82 89 0 R /Im84 91 0 R /Im389 406 0 R /Im138 145 0 R /Im83 90 0 R /Im138 145 0 R /Im132 139 0 R /Im75 82 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im60 67 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im60 67 0 R /Im64 71 0 R /Im66 73 0 R /Im53 60 0 R /Im74 81 0 R /Im60 67 0 R /Im58 65 0 R /Im55 62 0 R /Im78 85 0 R /Im53 60 0 R /Im55 62 0 R /Im131 138 0 R /Im53 60 0 R /Im66 73 0 R /Im79 86 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im72 79 0 R /Im60 67 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im233 242 0 R /Im56 63 0 R /Im64 71 0 R /Im116 123 0 R /Im66 73 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im62 69 0 R /Im59 66 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im64 71 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im135 142 0 R /Im205 212 0 R /Im135 142 0 R /Im81 88 0 R /Im71 78 0 R /Im70 77 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im79 86 0 R /Im411 428 0 R /Im53 60 0 R /Im56 63 0 R /Im63 70 0 R /Im55 62 0 R /Im65 72 0 R /Im86 93 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im55 62 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im55 62 0 R /Im139 146 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im71 78 0 R /Im70 77 0 R /Im53 60 0 R /Im78 85 0 R /Im64 71 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im191 198 0 R /Im62 69 0 R /Im60 67 0 R /Im76 83 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im132 139 0 R /Im233 242 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im64 71 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im58 65 0 R /Im53 60 0 R /Im76 83 0 R /Im60 67 0 R /Im67 74 0 R /Im69 76 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im62 69 0 R /Im59 66 0 R /Im79 86 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im131 138 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im117 124 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im79 86 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im385 402 0 R /Im316 329 0 R /Im316 329 0 R /Im399 416 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im386 403 0 R /Im396 413 0 R /Im391 408 0 R /Im395 412 0 R /Im386 403 0 R /Im408 425 0 R /Im397 414 0 R /Im412 429 0 R /Im405 422 0 R /Im299 310 0 R /Im390 407 0 R /Im406 423 0 R /Im394 411 0 R /Im315 328 0 R /Im299 310 0 R /Im298 309 0 R /Im413 430 0 R /Im390 407 0 R /Im299 310 0 R /Im296 307 0 R /Im414 431 0 R /Im300 311 0 R /Im295 306 0 R /Im316 329 0 R /Im390 407 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im386 403 0 R /Im296 307 0 R /Im399 416 0 R /Im393 410 0 R /Im385 402 0 R /Im300 311 0 R /Im295 306 0 R /Im403 420 0 R /Im316 329 0 R /Im404 421 0 R /Im299 310 0 R /Im297 308 0 R /Im295 306 0 R /Im385 402 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im297 308 0 R /Im390 407 0 R /Im384 401 0 R /Im392 409 0 R /Im392 409 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im130 137 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im135 142 0 R /Im135 142 0 R /Im84 91 0 R /Im79 86 0 R /Im135 142 0 R /Im138 145 0 R /Im188 195 0 R /Im132 139 0 R /Im130 137 0 R /Im69 76 0 R /Im56 63 0 R /Im63 70 0 R /Im283 294 0 R /Im99 106 0 R /Im101 108 0 R /Im101 108 0 R /Im95 102 0 R /Im415 432 0 R /Im416 433 0 R /Im416 433 0 R /Im417 434 0 R /Im417 434 0 R /Im417 434 0 R /Im104 111 0 R /Im98 105 0 R /Im96 103 0 R /Im104 111 0 R /Im92 99 0 R /Im90 97 0 R /Im418 435 0 R /Im105 112 0 R /Im90 97 0 R /Im419 436 0 R /Im105 112 0 R /Im89 96 0 R /Im104 111 0 R /Im93 100 0 R /Im98 105 0 R /Im104 111 0 R /Im420 437 0 R /Im105 112 0 R /Im416 433 0 R /Im421 438 0 R /Im418 435 0 R /Im90 97 0 R /Im98 105 0 R /Im422 439 0 R /Im423 440 0 R /Im416 433 0 R /Im424 441 0 R /Im88 95 0 R /Im418 435 0 R /Im95 102 0 R /Im104 111 0 R /Im99 106 0 R /Im101 108 0 R /Im425 442 0 R /Im418 435 0 R /Im132 139 0 R /Im86 93 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im115 122 0 R /Im139 146 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im71 78 0 R /Im70 77 0 R /Im53 60 0 R /Im78 85 0 R /Im64 71 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im191 198 0 R /Im62 69 0 R /Im60 67 0 R /Im76 83 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im132 139 0 R /Im378 393 0 R /Im270 281 0 R /Im66 73 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im53 60 0 R /Im119 126 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im55 62 0 R /Im115 122 0 R /Im63 70 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im74 81 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im53 60 0 R /Im119 126 0 R /Im55 62 0 R /Im58 65 0 R /Im54 61 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im385 402 0 R /Im316 329 0 R /Im316 329 0 R /Im399 416 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im300 311 0 R /Im315 328 0 R /Im316 329 0 R /Im426 443 0 R /Im315 328 0 R /Im295 306 0 R /Im390 407 0 R /Im399 416 0 R /Im395 412 0 R /Im394 411 0 R /Im295 306 0 R /Im384 401 0 R /Im296 307 0 R /Im391 408 0 R /Im299 310 0 R /Im392 409 0 R /Im298 309 0 R /Im393 410 0 R /Im300 311 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im401 418 0 R /Im385 402 0 R /Im295 306 0 R /Im316 329 0 R /Im296 307 0 R /Im385 402 0 R /Im316 329 0 R /Im391 408 0 R /Im299 310 0 R /Im296 307 0 R /Im400 417 0 R /Im316 329 0 R /Im390 407 0 R /Im316 329 0 R /Im296 307 0 R /Im385 402 0 R /Im316 329 0 R /Im130 137 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im138 145 0 R /Im135 142 0 R /Im138 145 0 R /Im79 86 0 R /Im138 145 0 R /Im138 145 0 R /Im81 88 0 R /Im132 139 0 R /Im131 138 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im72 79 0 R /Im60 67 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im68 75 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im53 60 0 R /Im56 63 0 R /Im70 77 0 R /Im66 73 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im135 142 0 R /Im205 212 0 R /Im81 88 0 R /Im84 91 0 R /Im71 78 0 R /Im70 77 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im79 86 0 R /Im411 428 0 R /Im53 60 0 R /Im56 63 0 R /Im63 70 0 R /Im55 62 0 R /Im65 72 0 R /Im86 93 0 R /Im133 140 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im71 78 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im71 78 0 R /Im75 82 0 R /Im86 93 0 R /Im191 198 0 R /Im62 69 0 R /Im60 67 0 R /Im76 83 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im132 139 0 R /Im233 242 0 R /Im66 73 0 R /Im234 243 0 R /Im69 76 0 R /Im64 71 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im66 73 0 R /Im114 121 0 R /Im55 62 0 R /Im63 70 0 R /Im69 76 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im66 73 0 R /Im76 83 0 R /Im56 63 0 R /Im53 60 0 R /Im53 60 0 R /Im74 81 0 R /Im86 93 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im385 402 0 R /Im316 329 0 R /Im316 329 0 R /Im399 416 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im387 404 0 R /Im387 404 0 R /Im300 311 0 R /Im315 328 0 R /Im386 403 0 R /Im296 307 0 R /Im300 311 0 R /Im316 329 0 R /Im390 407 0 R /Im296 307 0 R /Im384 401 0 R /Im300 311 0 R /Im295 306 0 R /Im299 310 0 R /Im296 307 0 R /Im384 401 0 R /Im317 330 0 R /Im391 408 0 R /Im299 310 0 R /Im296 307 0 R /Im400 417 0 R /Im316 329 0 R /Im390 407 0 R /Im316 329 0 R /Im296 307 0 R /Im385 402 0 R /Im316 329 0 R /Im299 310 0 R /Im296 307 0 R /Im395 412 0 R /Im298 309 0 R /Im298 309 0 R /Im317 330 0 R /Im295 306 0 R /Im385 402 0 R /Im384 401 0 R /Im300 311 0 R /Im295 306 0 R /Im299 310 0 R /Im296 307 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im317 330 0 R /Im299 310 0 R /Im297 308 0 R /Im407 424 0 R /Im386 403 0 R /Im427 444 0 R /Im395 412 0 R /Im398 415 0 R /Im397 414 0 R /Im428 445 0 R /Im410 427 0 R /Im71 78 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im135 142 0 R /Im84 91 0 R /Im189 196 0 R /Im79 86 0 R /Im135 142 0 R /Im82 89 0 R /Im138 145 0 R /Im86 93 0 R /Im133 140 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im53 60 0 R /Im55 62 0 R /Im63 70 0 R /Im86 93 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im72 79 0 R /Im55 62 0 R /Im78 85 0 R /Im55 62 0 R /Im59 66 0 R /Im60 67 0 R /Im71 78 0 R /Im75 82 0 R /Im86 93 0 R /Im71 78 0 R /Im62 69 0 R /Im59 66 0 R /Im69 76 0 R /Im186 193 0 R /Im69 76 0 R /Im78 85 0 R /Im55 62 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im71 78 0 R /Im70 77 0 R /Im53 60 0 R /Im78 85 0 R /Im64 71 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im191 198 0 R /Im62 69 0 R /Im60 67 0 R /Im76 83 0 R /Im71 78 0 R /Im271 282 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im132 139 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im74 81 0 R /Im76 83 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im76 83 0 R /Im53 60 0 R /Im69 76 0 R /Im56 63 0 R /Im64 71 0 R /Im74 81 0 R /Im64 71 0 R /Im66 73 0 R /Im74 81 0 R /Im69 76 0 R /Im74 81 0 R /Im79 86 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im385 402 0 R /Im316 329 0 R /Im316 329 0 R /Im399 416 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im299 310 0 R /Im400 417 0 R /Im300 311 0 R /Im315 328 0 R /Im316 329 0 R /Im429 446 0 R /Im295 306 0 R /Im297 308 0 R /Im315 328 0 R /Im300 311 0 R /Im315 328 0 R /Im386 403 0 R /Im296 307 0 R /Im399 416 0 R /Im393 410 0 R /Im385 402 0 R /Im300 311 0 R /Im295 306 0 R /Im403 420 0 R /Im316 329 0 R /Im404 421 0 R /Im299 310 0 R /Im297 308 0 R /Im295 306 0 R /Im385 402 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im297 308 0 R /Im390 407 0 R /Im384 401 0 R /Im392 409 0 R /Im392 409 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im391 408 0 R /Im299 310 0 R /Im296 307 0 R /Im400 417 0 R /Im316 329 0 R /Im390 407 0 R /Im316 329 0 R /Im296 307 0 R /Im385 402 0 R /Im316 329 0 R /Im130 137 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im135 142 0 R /Im84 91 0 R /Im84 91 0 R /Im79 86 0 R /Im135 142 0 R /Im82 89 0 R /Im81 88 0 R /Im132 139 0 R /Im131 138 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im72 79 0 R /Im60 67 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im68 75 0 R /Im60 67 0 R /Im58 65 0 R /Im54 61 0 R /Im69 76 0 R /Im53 60 0 R /Im56 63 0 R /Im70 77 0 R /Im66 73 0 R /Im64 71 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im135 142 0 R /Im81 88 0 R /Im81 88 0 R /Im82 89 0 R /Im71 78 0 R /Im70 77 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im79 86 0 R /Im411 428 0 R /Im53 60 0 R /Im56 63 0 R /Im63 70 0 R /Im55 62 0 R /Im65 72 0 R /Im86 93 0 R /Im133 140 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im138 145 0 R /Im139 146 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im378 393 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im138 145 0 R /Im132 139 0 R /Im131 138 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im68 75 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im117 124 0 R /Im55 62 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im74 81 0 R /Im86 93 0 R /Im62 69 0 R /Im59 66 0 R /Im70 77 0 R /Im86 93 0 R /Im137 144 0 R /Im69 76 0 R /Im65 72 0 R /Im65 72 0 R /Im63 70 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im130 137 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im132 139 0 R /Im386 403 0 R /Im296 307 0 R /Im399 416 0 R /Im393 410 0 R /Im385 402 0 R /Im300 311 0 R /Im295 306 0 R /Im403 420 0 R /Im316 329 0 R /Im404 421 0 R /Im299 310 0 R /Im297 308 0 R /Im295 306 0 R /Im385 402 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im297 308 0 R /Im390 407 0 R /Im384 401 0 R /Im392 409 0 R /Im392 409 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im71 78 0 R /Im233 242 0 R /Im66 73 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im66 73 0 R /Im117 124 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im86 93 0 R /Im133 140 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im139 146 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im55 62 0 R /Im63 70 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im378 393 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im189 196 0 R /Im132 139 0 R /Im117 124 0 R /Im233 242 0 R /Im131 138 0 R /Im206 215 0 R /Im233 242 0 R /Im54 61 0 R /Im55 62 0 R /Im53 60 0 R /Im56 63 0 R /Im59 66 0 R /Im79 86 0 R /Im115 122 0 R /Im55 62 0 R /Im74 81 0 R /Im53 60 0 R /Im67 74 0 R /Im116 123 0 R /Im56 63 0 R /Im74 81 0 R /Im79 86 0 R /Im60 67 0 R /Im56 63 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im74 81 0 R /Im73 80 0 R /Im74 81 0 R /Im53 60 0 R /Im58 65 0 R /Im86 93 0 R /Im383 400 0 R /Im384 401 0 R /Im385 402 0 R /Im315 328 0 R /Im295 306 0 R /Im296 307 0 R /Im316 329 0 R /Im404 421 0 R /Im316 329 0 R /Im384 401 0 R /Im390 407 0 R /Im296 307 0 R /Im414 431 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im430 447 0 R /Im409 426 0 R /Im138 145 0 R /Im138 145 0 R /Im189 196 0 R /Im389 406 0 R /Im138 145 0 R /Im84 91 0 R /Im138 145 0 R /Im86 93 0 R /Im133 140 0 R /Im137 144 0 R /Im69 76 0 R /Im65 72 0 R /Im65 72 0 R /Im63 70 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im138 145 0 R /Im139 146 0 R /Im137 144 0 R /Im69 76 0 R /Im65 72 0 R /Im65 72 0 R /Im63 70 0 R /Im53 60 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im70 77 0 R /Im86 93 0 R /Im130 137 0 R /Im53 60 0 R /Im67 74 0 R /Im86 93 0 R /Im132 139 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im138 145 0 R /Im132 139 0 R /Im62 69 0 R /Im59 66 0 R /Im67 74 0 R /Im69 76 0 R /Im66 73 0 R /Im79 86 0 R /Im64 71 0 R /Im114 121 0 R /Im53 60 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im66 73 0 R /Im54 61 0 R /Im56 63 0 R /Im60 67 0 R /Im65 72 0 R /Im56 63 0 R /Im55 62 0 R /Im58 65 0 R /Im58 65 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im86 93 0 R /Im233 242 0 R /Im66 73 0 R /Im55 62 0 R /Im67 74 0 R /Im53 60 0 R /Im58 65 0 R /Im64 71 0 R /Im66 73 0 R /Im117 124 0 R /Im56 63 0 R /Im53 60 0 R /Im74 81 0 R /Im74 81 0 R /Im86 93 0 R /Im133 140 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im188 195 0 R /Im139 146 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im85 92 0 R /Im86 93 0 R /Im134 141 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im188 195 0 R /Im132 139 0 R /Im131 138 0 R /Im53 60 0 R /Im55 62 0 R /Im56 63 0 R /Im59 66 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im63 70 0 R /Im60 67 0 R /Im65 72 0 R /Im64 71 0 R /Im79 86 0 R /Im66 73 0 R /Im55 62 0 R /Im63 70 0 R /Im67 74 0 R /Im53 60 0 R /Im116 123 0 R /Im59 66 0 R /Im64 71 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im61 68 0 R /Im56 63 0 R /Im60 67 0 R /Im58 65 0 R /Im56 63 0 R /Im53 60 0 R /Im63 70 0 R /Im55 62 0 R /Im64 71 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im86 93 0 R /Im383 400 0 R /Im384 401 0 R /Im385 402 0 R /Im315 328 0 R /Im295 306 0 R /Im296 307 0 R /Im316 329 0 R /Im404 421 0 R /Im316 329 0 R /Im384 401 0 R /Im390 407 0 R /Im296 307 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im431 448 0 R /Im138 145 0 R /Im205 212 0 R /Im136 143 0 R /Im389 406 0 R /Im138 145 0 R /Im82 89 0 R /Im82 89 0 R /Im86 93 0 R /Im133 140 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im205 212 0 R /Im139 146 0 R /Im187 194 0 R /Im69 76 0 R /Im64 71 0 R /Im59 66 0 R /Im63 70 0 R /Im55 62 0 R /Im59 66 0 R /Im71 78 0 R /Im85 92 0 R /Im86 93 0 R /Im134 141 0 R /Im86 93 0 R /Im191 198 0 R /Im68 75 0 R /Im55 62 0 R /Im58 65 0 R /Im53 60 0 R /Im56 63 0 R /Im60 67 0 R /Im59 66 0 R /Im79 86 0 R /Im85 92 0 R /Im60 67 0 R /Im59 66 0 R /Im53 60 0 R /Im74 81 0 R /Im71 78 0 R /Im134 141 0 R /Im86 93 0 R /Im137 144 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im205 212 0 R /Im132 139 0 R /Im184 191 0 R /Im192 199 0 R /Im62 69 0 R /Im131 138 0 R /Im206 215 0 R /Im233 242 0 R /Im58 65 0 R /Im64 71 0 R /Im67 74 0 R /Im53 60 0 R /Im56 63 0 R /Im58 65 0 R /Im56 63 0 R /Im53 60 0 R /Im54 61 0 R /Im60 67 0 R /Im56 63 0 R /Im86 93 0 R /Im398 415 0 R /Im390 407 0 R /Im299 310 0 R /Im385 402 0 R /Im316 329 0 R /Im316 329 0 R /Im399 416 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im394 411 0 R /Im299 310 0 R /Im400 417 0 R /Im300 311 0 R /Im315 328 0 R /Im316 329 0 R /Im401 418 0 R /Im295 306 0 R /Im402 419 0 R /Im300 311 0 R /Im315 328 0 R /Im429 446 0 R /Im393 410 0 R /Im390 407 0 R /Im299 310 0 R /Im298 309 0 R /Im316 329 0 R /Im384 401 0 R /Im296 307 0 R /Im391 408 0 R /Im299 310 0 R /Im296 307 0 R /Im400 417 0 R /Im316 329 0 R /Im390 407 0 R /Im316 329 0 R /Im296 307 0 R /Im385 402 0 R /Im316 329 0 R /Im299 310 0 R /Im296 307 0 R /Im383 400 0 R /Im384 401 0 R /Im385 402 0 R /Im315 328 0 R /Im295 306 0 R /Im296 307 0 R /Im316 329 0 R /Im404 421 0 R /Im316 329 0 R /Im384 401 0 R /Im390 407 0 R /Im296 307 0 R /Im414 431 0 R /Im295 306 0 R /Im296 307 0 R /Im297 308 0 R /Im130 137 0 R /Im54 61 0 R /Im54 61 0 R /Im86 93 0 R /Im205 212 0 R /Im389 406 0 R /Im138 145 0 R /Im188 195 0 R /Im132 139 0 R /Im131 138 0 R /Im53 60 0 R /Im66 73 0 R /Im69 76 0 R /Im56 63 0 R /Im53 60 0 R /Im72 79 0 R /Im60 67 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im59 66 0 R /Im233 242 0 R /Im56 63 0 R /Im64 71 0 R /Im116 123 0 R /Im66 73 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im62 69 0 R /Im59 66 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im64 71 0 R /Im79 86 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im82 89 0 R /Im82 89 0 R /Im189 196 0 R /Im71 78 0 R /Im70 77 0 R /Im54 61 0 R /Im56 63 0 R /Im64 71 0 R /Im59 66 0 R /Im65 72 0 R /Im53 60 0 R /Im56 63 0 R /Im79 86 0 R /Im411 428 0 R /Im53 60 0 R /Im56 63 0 R /Im63 70 0 R /Im55 62 0 R /Im65 72 0 R /Im86 93 0 R /Im133 140 0 R /Im72 79 0 R /Im64 71 0 R /Im63 70 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im139 146 0 R /Im72 79 0 R /Im64 71 0 R /Im63 70 0 R /Im74 81 0 R /Im74 81 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im72 79 0 R /Im86 93 0 R /Im85 92 0 R /Im86 93 0 R /Im130 137 0 R /Im135 142 0 R /Im136 143 0 R /Im136 143 0 R /Im83 90 0 R /Im132 139 0 R /Im233 242 0 R /Im56 63 0 R /Im64 71 0 R /Im116 123 0 R /Im66 73 0 R /Im64 71 0 R /Im55 62 0 R /Im63 70 0 R /Im62 69 0 R /Im59 66 0 R /Im53 60 0 R /Im63 70 0 R /Im63 70 0 R /Im64 71 0 R /Im79 86 0 R /Im65 72 0 R /Im53 60 0 R /Im59 66 0 R /Im66 73 0 R /Im53 60 0 R /Im206 215 0 R /Im55 62 0 R /Im59 66 0 R /Im53 60 0 R /Im80 87 0 R /Im74 81 0 R /Im73 80 0 R /Im59 66 0 R /Im76 83 0 R /Im53 60 0 R /Im74 81 0 R /Im64 71 0 R /Im74 81 0 R /Im86 93 0 R /Im137 144 0 R /Im60 67 0 R /Im56 63 0 R /Im65 72 0 R /Im55 62 0 R /Im59 66 0 R /Im318 331 0 R /Im55 62 0 R /Im69 76 0 R /Im61 68 0 R /Im58 65 0 R /Im55 62 0 R /Im59 66 0 R /Im59 66 0 R /Im117 124 0 R /Im69 76 0 R /Im115 122 0 R /Im79 86 0 R /Im63 70 0 R /Im64 71 0 R /Im74 81 0 R /Im76 83 0 R /Im53 60 0 R /Im56 63 0 R /Im74 81 0 R /Im86 93 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 395 0 R
+>>
+endobj
+395 0 obj
+<<
+/Length 835 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}IÏ5ËmÞþþ\8aoi/ü©kêÁËÀ1\90M`ÃZz\93Hr¬Dò¨@È¿Ï©Ód\9fSÝ,\16\1f\16\ 4øú½Ró°8\15\8bã¿ÿò÷?þý\97ðãÏ¿üû/ùg\8aË\8fåç²ðÿý«õgxý«íõ\8fýõ\8ft¼ÿüÍ\1f\7fùÕ\7fûcÙ~üÍ¿þò÷_ßÇ\9fûþø~ϯ\ f\8fëûúçùý\9aïß\v¿\7fþ«=þLký~{ÿIß/÷ïËÏm\95¿ß\84ïËqÿ>üÌùö}ú¹¼><ÒÏ­\92\9fËÎßoáþýö3.âï\1f|þïßß-ø\9fô\vËJ\aø&à¶\9a\19\10B\9cã@\bYbÁ\ 3\83þ\11Âa:B\97\86!n^"\12\80T$)(v\1aäE\0°=\88ØçBÞL\è\1f!\1f&Aî*r(ŤÉ}\1a\14\11\83\a\eû\0ÖäÕe"âº\v\82´>\8eÐ'â&b`!"\ 3\90hðÔ\85>\80] $;\rv\e\rD9x\ 38DI|X´î\11^Jjb£\ 2@ÔF\v\11×\9fëëÃ\18>\97BY.\f\1eêÜ\95\83\18Ä[á\ 1`ÿ¹Þo\ 5\ 2\10¥k©ìv\1a$\89\88\80\1cÄ$ÉÁÓ¨ö1È\92Y7aÀ\0ö9e\8aEÄÀ~µÅb3ª}\fV\9b\1aÕ¸æ9÷(¾LÚÜ\11¶0g\91â&i#pµÅ\97I\9bºÚâ.Ú\83\87 õuá\bs÷B<Ö9QN\8bè¦ZDyùYr\ 5À~vùY>\°_ïì§Ç}ÎO\7f}?å§ÇuÎOo¾\7fÊ@\17\7f¾Õ\ 6øw\7fÿ8L¿ßw¯\96ÃÄ\0ÅK&Ï 9\ 1`ÐCØ¥#Ø®\94´\9c\0\0x)$I\b\10\ f1­Þ#°\97\1c\88\vß\0^/\18ÀQ_ç\14árÔ½\9a\10øZl\ 1\0Nj\910xZô¾ ¬6A\18ûÙ-\0\8b\83F\18l¢,\ 3\ØE\f\1e\92¤\0\101xȲ\108\bïHA8â\199\88é+r°[^½t«-A2\b6"\9e\0ö9\8b\12\83$\89\0\11/7Ù«Ï\91_þ7}¶ù\ 6U\92¢l\93\0\a+Ù̪âhÛ¬bßÁ2\9a¤þkE4IÈk¥\88\ 6\ 1àã*ÒÀ~½Æu3]¯c?y`\14\15\0\13Võô\93ã¤:\8a&éy³tãhñH\826=ãh\8a\9b»ø]\8cýíæf\81\ 6ÆèÅ·\9bûzÀ»¼,fâë{\8d\a}7\95\9e*¡¨\17[\17ÿc1áßÿþ\98;\7fX\92\89\0ý{q9$
+\0^f\10\ 1\0W{Ì\12\0à\bq\17\0\18ã\90ï#¤4y\84\0\b¡\85\0°f!K4@â\90%
+\82ôÔäî¥tE\83[\fì\97R`\8b>8BÿÉ6kL^\1fO*\93hN\90\888G>\ 6\è_       \ve\87\1a\f\80+!\8aö\0\89\ 6\a\9b:÷ïU~÷¶\\0¼\9b(I"\12\ 5LÑkÕÙÇ\çä º\88S÷Z¼ÔY¿Ø\14\0\9b HÂË[     Æ\8a(\0\8e¶Ñ ôÏp\19\84ö\fÀkc\17Q\0\88Àq07\11\ e    \ 3S<\98\84ù°Yű\93è½Z.'q`Ôº\18\fKF-
+9y\8bðý3\0Ó}°í\94i]Öoüí<d?¿Åßþý\11\85ï\9fö¬\eºxIÀ;r±\ 44r±ý\>ô__Îîrý~L\8f\ 3ô    x¾SÖý@  xÊð¾^ß».öã\14\80ö÷\81{ý(ô½³h%,\8b\ 4Àö\®\19\1a©\0À\f)G£\83\89\ 4}\0Q\ 2\10\ 2\10\ 3¤ØOK\84\rðïÒ6'\ 65\9a<%\aµêãÉG$\9e]V  \0ÀÇU:\ 2R2±J\\10îu%\18\1c½g`\0"\15\81ÜÌ\1e½\82À~º\8d\r}}<\82I\1fû\92t\88\18\0~\81hR\90ø\179ú#£&ÒàôÓ³dÕ-\85'\ 4 F @´{Éq\95lRz  T]DѪÙËojÙ\85\93
+\1cÌ\15µ\ 1\83I\98ûádÙ(\ 1\ f®5\9b\84¹ÿj]\ fÁ(!¯ÖM:\ 2òjÝE"\ 2¯Ö½HwË\83\88ÝÂÔørRª\97¶îÎÊÔxìsDL\8bäæ\06\89\99°5ñlØOo¿\a.\16fÁ¦'%ú5\ 3Ò÷H¢\962|-\0$\8a·\88'\0ü\v
+¾¸IÈÑ\\a\rÙË#{ØÒ\0\88''ñ\bH(T\14#ÄË\131\0\14\8c]7=+Ò/Z(LDoÑB\99TÅËÏ\1c\bRßG[×ë\b¾òäMd#\90ñß$6\ 2      >®9\18±Q  \aï\93G8Ò¤A96\93\1c(^¢(\a@²{)&Q\1eV=´\0\84\87ç0"íÖg\8eH»õ9ÆÝK\ 4\ e(\8b\87°jÑ\82\80\ 1Rõ \11Ñø\x\17yçÏÍ¢=\99\94êàI£ÈU\ f\ e£HÑàU²ªH4\98\9fÎÞ«)Ê.\16À\85=\98¸ 8Ê"\r\80çÊaóòúÏ\15ÑM\ 3\9e+i±YÕ®«\9e\96ítÕ·äsÕ)/±®Î$\1d_L«3©@\ 1åö{àfd\ e¬î¢\83  \0\ 5TW      \80Ý\1er\17]{\84§=T\ 2ªY \ 1\12\88\8bÙt\84>\11©ådÄE\ 5\80\84ÁS\8c\94ÚÚ$\11\11i\82+\12\ 6Hi¬$HP@¶\bª\88¤\b/Oyu¦\b¹:×\7f\86\0é\82\930@º!÷eR\108C´z³Í\97¯\8dS\91øx\88l@\ 2ª¢UF|m· °\9f\1aL6©ïb\85ÕÄGÅÕ>$£\ 6x\a¢U\ 4Þ\9d1\1e×\11\9cµ\e\93\97kL6mê¦kc\ e§{±F5_\e\96÷\7fÝ@8\13¶µúãÉÇJ\ e{HwÒ°ÆMº\9d\9e\8cìËâVL7´â+K\16\ 1É\90ì\92\9bdt¶ÏÒ\8b`\92EÅW\16ïG{º\90k7n\9e\1aâ+\8b\18à1á\92}\ 6\81cÂÍ÷@§?Ç\84ÛïíFy?¤ïmIë¯>¶µ4µ#öôÐå*·\ 4\ 4JK\17\89\ 3@\ 4'p\9e¯=\ 2\a\11\ 3{?h ¶\93\e\ 6\88¯½IDD|íd\12ã~84}äÀÕÏÉ\9dp#.\8c£Ú\ 3A\1a\18±QqÖ%\0F{z\16?\88\92\b(Ó&)\13\92\1aØDs\82\ 4¥E\1a\0\81ù]d#À\ 5Ù¢\ 148$]@^\v²M\ 4¢¡\v=7\1a\f ÚÔÅÆGÅSNÒ\19\0ïD4\8aH$/~dÙ\17O\8dë\9cE©®¶S\96¹\97O2ËÈ\93+K¢\88<¹²x1\0\(ÑÄ\85>\ 6\ 1ðbZE\9b\ 6ÄSWñz\ 6Ê?8Ñ60\bý\aÏËS\7f?x\8a^ Ú½\18j'\9d Ê\8fJ¢>\80C¼]\1dÅ\17\r\r\17\ 3\8bÔ\95\ 3v´«JxÞ[;Q \17Õ \rk|\aß÷\1dm  ÿ§&ö\a³1þIeÀ¸Fw@@\ 5@\91\0ØÊ\1ayb\84@B{=\ 1H-\0¤\1e.PëÌ\r\82©\1eîæ)7T@\86\15°§Ü\ 2\0\,êÏ\1eaÐ÷Õ©?»\12Á9YM\14¥Ç\11ú½t42â\ 6Àb\92¹ú¢L\1ea=LêØwò¶U\12f¤ÌXÂ\0y5òÓ¿Å\0x5\1e\12\e\11\10m\1a\12\11¶    \92\ 2`\93\0 ##Â$\ 6\8aPDx\92\v1\8av\19 A\94$\11\99¨\95\8e\94\7f¬\82M\84\1e<ÙÆG¥\80d\9f»ß¯2å\81EQ\í\8f\1e<«èâ \1d\8dÒÝ\86<x6Q\9f\91\ 2\12ÑËCfN\88Ú\84\14\90\14\13\17ú\18\88V\15\91¸\0\15\90ì¦Ûu\ÿ\91\17µþ£?\9c\8dÔ9eT\10ijÆ~}¯Ýî]
+°¯]»\1f\14\ 2ô\v¥³ô½½\15\8c¦^´ß?]¼¾s±ì&\ 2*!é \9d\0p.8|Ób\80\84¤£\80\ 1â\ÐÔ\8b\e\0d8\9b\84\ 14\9cm1\89\81â©\17\ 1\80é­À~rò\vâ\19Q\8e&6*~òæ%"ûÉQ\10å\97x\ 1\8e²\88\ 2P\vÅOw¯9
+ûj²G
+\ 6\87\17\ 3ö´Em\ 2^ÿ\87\8d\88cO{\80A?\ 4\15$A@ÚéÂñóX\1e\92tØ\´z\97\17¯3|îöpXøpRö*t~y¼õo\86`±        \ 4!E7\ 4:EZm§\10Ä\91 ¼\fÛIÉ\16\82}ükäʸ´ ã_\19\85M<\ 4Ð\98øò·%q°Åuß8\14\99\90\96e\vT\87òò¸+9ÖT¾'\a,¶°è\e\87U\16I\9b\85>!ìn¡¾9Ý­mp8Ý\83KB\19É\$Û\0Tãì¢y\ 3ʪ\8e8gây\f\89ÛÄG\9aèë6ñ<\86Äáóµ\11ö\9axSh8\1a#²Æä\8c\90oÂï\9bn\18òÚ\93éû~Õ7)R\83ÿ³\96H     \90K\a@¼5Ú\13\0\19©,b\0¸¼ìµ»\8fÀ\95\10ØfX\9cáqQ
+\91:\10ñ\bH{¤\84\ 1\10\8a¶_\0\13\8aH\ 3¤»q1±Q\19vW$\0\96\10\ 2M\13ÞÎ=DkØ}Ó\84Ã.ê\ 2 \89\\a2P&¥\8cC´g\88Ó¾\vD\ 4REW\15\87W\17®è¶W\17®è¶W\17®è¶W\17®è¶W\17®è¶W\17\91\fta8\ fÙ-HWk!.H\1c\9b\16ï\ 5àõ·JFÕ(\aßó\90+\r\9có\90m\92¨¸\88\92MDò,û¤U\8e\87(H@\80\9fã\8a\ 3\8arZD{`Ë»~\av_\8e\8a«@\91s\9eañ¹x\\1cØ|\ fØ3\ e£4ß\ 3\9cðôâ\7fU;ã\aàµ\1dåâ\80/\14E{?n,t\84\96Û#\0³ÞØI}\ 1\80\9d#8$.8ö~¸ÅèrRÝr\90%""Ám\ e-·G@æ!\939lå\0\bð\17     \ 3$À¿ºuáæ¤\ ehÐwR×ãtR_\ f7_#RØ$mB\1a\91.7up\88±\979°iÊ\0\8a(H\ 2\7fÙLÚп\18\83¤\8f@·s\1d`!\185 ³\90\8b\8d\aÚЧ\ 17+{\85ùò2½r\10\93$HÈTh\8eé\ e®\16ÅM\15í2²\1fo1ÝM}\f8_\86\9bU¢AÙM4\18\8fÐðÞM<\14Ú/HÛäÍp9Ê\ 3]\18GsÝlÜ%\93\86ÔT\89~\1e\14\ eÞæt!É\8e\9e]\9dÓ"  \12ðæ£hn©ae\85\ 4ýÆÄ }o¯ à×Ò\8b\10.)âèKû=0\ 3d\17ðG¢xÔî^\ 1¸Ê±®"\8eö\ 4È"k\89\ 5@9\16oØ»ñ\10_]r\ 3\80¯.ñs!Ù¸ ¸ê"\r\80X*Å\93G\8aÔ\8f¥Rªó\ 6\0X\1cB\9ev\v\0iH[£I\12\95\84\ 12Ñx[.\f\9cÓò$ID^\{2\11Q\89'K\ 6\rXYÁ5\1c#A\1a÷\15\ eL¢2«n\99³©q\91\88øä\82²¾å´\89-\0S\17\vùW³&\8d\97§¸MZ\8c¢:#\9b°ãÜÍ\18\93(\aH<yñ^,\f\a\80\7fU&í\ 1{ú#.(\0$A\ 2\86¤Õ\90x\r\1e\94\15Éò*í\11\e\95¶Â ``j+ä§\82\8d\88ÃÆÆ\11\ 6}"îÒ\11\9eDT\16Ø\88Ú\88\94]\88V\19 â!:ÚÈú\98àµ\aí.îòº\1f´b¬Q¹v9\16\9f=¡A4¥>Û<æ\84¯ææ{À\9aìû\85¿Ë\98°\b´¿\ f<5Vá{h,v\96\b\88ôv\1eÒ   \90q\81E\12\ 1dK"ñ ¥\ 1\10\8f¾®ÕEÕ\ 2ÅÑ\17¥\b\19̽I\0\90Ê\137\ 6·\97Â\80\8dJP?\99\88¨\fæ>L¦`8W{t\84þ\83oýÐÀ÷àÛ$mD\94\1d¡Ï\85#\b\@&:sµ¶û\f\1cÓw\98Ô6¦\7f\ 3\80l9\94\88\0Í\94\ es¢ÈÕÞ.Q<1\10\95\ 1X}\92$.\0\8fÖ(\9b¤\a\17\94MÚ¢,Ûk\1a¹ôÄ}7óTëÑå¬$\ 5ö9ï$\8a&  Q¦U²(OAê¿zÙÁj\0<_½JD=yi@\ØW\13\17úê|,\82:#IB\1aõçæ\ 2\8fú»\ 1°Ç >n²S\12\99\8b\e¼å¯u\93\ e\1f*~\19\8fÈ\93*oú\ 6\9f~Wd\12~\1f¨\ræ\88üæÝN·H\ 4@ü«Eâ\0\9d\84#</µ~ÅA8+\ eÊ\96}\93\80X\ 6צ\ 2Ì2B\85d\90d`\85\v\ 1驵]¿ïÛTI¶xu\16å\1e\9bt~䩵\b\ 4@Æ·P^îFA¤~*J\0\80ò'ª\9f\1aa $eD\f\80\92\93(b`)îþ¼ÕN6~\ 3\0¦IqýÔè\bʸI\9b )åO\92 AÓ"%AB$q\151@\ 6³\97I9Ø$\f\90©¡[6\99\13\ 5\83Ýt\84á\ e¤\9b\1c\0\18\1c\92$"ÏÍC4(@ñÓ\12$Q¶\a\92\ 5m4ÅnÈ·\9b1içKk\11¸`[¾Ë\8f=Q\96\81\ao²]\fJV&Ï]M×cÏ£Mg\9f\81\88\81%\98Î\8f=\11\ 3{\a!O\8bt\eÅ++ãµ(\91RÝ#\8b¢deD\ f\vynJ.\16òÜäT÷\80\88ÃN\87\91.\f\v¸F\16E\ 1àvÓ¸þjñû\99o\9bvØlZ\97\8di\91DÙôZã´\8eH\ 3Û¼\83÷\10\1c\12Äâ(E|?\15H\ e\8b³¬\97\ 6!\95¢W°õ]õtá\ fzXÍ\12¦Û÷ÀÍLyµÑ\ 1\86\ 3/o\0\1ezÔÍn\86p®¼-yC³\9büVXM\18(ý¼"\r\90Ñô\9b\97\v<\18~R\8cC\9a\94cn\95\18ÉAW\93kVE\90d`,{\91Øø´%J\ 1W\900\0\9e;«x\ 4ÀÕ_mGè?ù6>Â7\0 \ 6\1ah(\98Ã\9eÜò:\ 3]触ö\ f\rÀÔ\14é\ 2_J\ 3\13ñØMDTÒ:\92.\0\92ÈsáG\èc \9a4dk\r¿\15\ 6\0Æy¡\96\ 6ÈÀÍÃkPØÓ\970@h\90%QFz~²t¹"áü"q\ 1ñr\8b(\89À³×h\13û4X³éjë\ 3 m§-\0hs/\87/<WS\93×ÁoWNËH|D\9eî¢\9b\ 6m`\121°»i<÷fd×\87y\9dì¬\8ef&&gqô\9e¯ßw\ 5Ávé÷\81¼\12\a \92^\r:\8e©\ f\10\18;Ú8\ 5ÙO\ e\ 2\0¤B\9eë\9fp\19hGÓß\0\0¯\15®KNÎ\82ÖËSOz!c\9f\vI""\90ê¿\ý\81 +AùÅÄ\ 5ÅÕ\97\88\88Hb\9eÐåó­°IG\0Þ
+«M\99ÆQý\81\1c(1õh\92De`§dP ÉöQP&¤ÕB4\89È»ù\10µ\11\19\8d/\1ae¤©ÚÆ\85~éÏ"Ú\ 3`íM\10\ 5      H\vDI\94\81\8b±\ 6õ§nÆ«\0\vW¦¶Õ¡ÎmSõè\b\8a§.],\90§n»X\94ýIâ½\0\b\12GÄñ«\8d\88¸Í\12q\9b%âî¾X>\e\9c\81\10KdGý\1c¨Öb\10\17[j¤\86/^G¨óRËK+ë\9fôZI\96pæY¼²S³ÇË.¸jWhBfEÀU»B\ 32KpÔs\9e³s¶\v\ 1_(\92ÝÌè,\82»â¹A¯\10\1f{\89\ 3\0J@\98\0\80öÁ'\11\ 5dúÎ>I\84,b\0LöË\9b$\89ö9ZWñGÐËj\95\88°\8d\ 6J\9d}\9cT\ 6ê>\e)\83\12ÐÍ\82$!5<\1c\8f\80{¿\82^\9bÜ\17åC$"P\82s\88l\ 4\8a\ 6\96$I"ÒÒ+\1aUdS¨hU\810\1a×DÆÙBÿÁ\11Æ\ 1Ý\81.(å'\87é\b}\fR\110@BÊYÒ\ 5ä¹\90%\f\106f\e\r\14?SÔF|Ñç\88\88JDX4ë@\~µé\82\12Ï\95$\11   ìïÒÅ\82\84ÕwQ\ e\0"\1e¢6\ 2Õd\9c÷oi`÷öÓ\12L7\93\12Q\16µÑ>¬\94\1dÕ:*Ñã'²£º¸\vÝé\0\v\èÞnÚl1\10\96®(\9eê!¡\80L~I\ 2\0dK%{ª^.\ 4\8b^¬¯ø\99\8b\9f\ro÷ \8b|\ 4h@c\12ü4 E\9b~Qä$Ù\ 27­påÁ!\88â3\822\´y\ 3\80¯¤w\1c\81ýL\e\r\86£Èo\\06\v\1c\12\ 6HãʬI\8a\8b\88\ 1\10\f\D\83\ 2$\1a\83$Ê@ïMäÞ\9bEï½éOûäí?7³\1a\91\86ÎÝDFÅÏ[MfµOF~ºº%¡H\18 .
+ûy-\0ÄϳY\ 4%ó/i\ 3òdÙD£\ 6<Y8ÃÑÊ\ 12\8c|óËÁé¦I\\80\ 6§H\18@\13\ eE9°×z_\r\9d\83ÛqäçåZU5áçÕï§ü¼\3ð\1e\12\ 6²\89#\0ý-\eá¸Hðí(\ 2\91¬8{\86x\b\0\90&"j&\e±±\1fÉÊ\91\0|cð\8cdõo×<+\bÅFD¥\eM""ТÎ\ 3úF4P¼¬mò\bT]y\ 3\80\82\ 4\0\89æ\89G@¢yQÐ&¨\13«\b\\0\16ÇÆP$\f\80\8b\89æë\8d\ 4I\89¥%A\17\90X\9al\ f\80«1IF\11\89¥%Q\99\90X\9a\8d\ 6\8a\8f%Úu \96V$6B>V2\89²\12K\13Õ\19\89¥Iêl\f |;i·#\0ípä¤ù%q\17\95    èf;â\9c\87ÂÃéÜ7\13;in6ò\1ck\87(_Yã÷÷/\87\r(×Ȩ+\8aÃ'h\ 1\0Q\9cp\ 6\11\9cyç"ÐàÉÅ~#R<\e\91òK¢}\8dHl\94[\1a\0\ 5Ul\94[\0@M\18\eå\81\1c\f\eöGGPf£\95\8b\8d¾@\14eHZ\f\909\81«$Ê@`\9b\9b\92¸Ù$q\98ô\1dicÿ\bÔ\19::B\1f\83C\94Dd\8eóîÕ\85OÒwʤÅEÄ\0¸[\83\ 4à)HÝwcõò\9eº ¼\e\95)ÈY \ 2Ô<\91D\9b\ 4\94\95Q¿üH\94ús½òN\0¾1@Ú±\8a(\8bÈ\14c\e\r\94`\2ÙeÅM³\1d¡/JÛn\13%ÅÍ\9a¥â.ª\ 3⧥9£\94D'\ 5H³p,ìfSl\83\94¿Ý¬m\9dt³¶<éfµ\0\1cnÖ¶NºY\r\r\90²s*D¹\1d\ 1i×>$\0\88\97\94'ÙÈO×\ 6\ 3h1Ý.\ 1xH²R['a`\1aYÉs\91DIDfØJ\92\bL\1a¬\1d\14NIä`\9a¨\v@+ÎnÓ\85¾³K#@n\82\ 4øª\94 \18É\81âfE\93.(^\92$\a\8amj\ 3 \ 4|ÿòÈ(*\0DA@Æð\1e&\9bÖÇ\80ãû¸]¿Åóp£xó\14\a\9føÍôúÝ\ 2^¸N\95óuÎ~~\19\96ïÊyû6tª\9cÏe°&aée\9e9Sµ~w\ f@k&9ÕT\9c[
+xla\8b\ 2r³P\87¤\ 3\ 3¾\1c£\ 4\0xÀSEÑí\bÀÛ\93\ 6BW\0¾L\13uH¶G@\86`P;Ñí\b\80\93\94\11ƹ®ÕÛ\9bWD9\0ØH#¾FlT\0\14¯\1cðõ¼\bG\0¼õ\1aF\110\0ºD9\8câV&¾ß\e\0¶>\10¾\9f%" {Ñ\ eÑ$Ù\1d=®Iº\ 1@òuÇ\9c ðàÃ\11\eÆ÷{\ 3\0\9a\86\92$QÄ×Y\8ddY\99{8©\8eµx~\8e\vTTåçB\96Ø\88¼ÿóf²ªJ\1cGT& åÈ\15\ 4øõ|KøyMÒ\95ðk\8f\80l£²YÕ~£êf3(}6îe\92\8dTè9¢\812\8eERgdt#M\88\1a9\bÊ4\15ñf±d\8eÛmT¹8·Q±¯[\9cí@\1c\9eÏÞ\r4|­dx\ 3\r\ 1 \8e¨\11\0\9fx\ 4àj\8dI\ 2\0TuÑ,\90\e\0ÀE¢âû\16\00¥ë
+D\rh0\ eD¹1 B×\11\ 6J\1c\ 10N7l"\17\80µ^\9bM\97\14\90\0 \8ej\94h\80\14ßo\12\rì+p®²0¯.\é:¯ ñ$\ e·:_næà\b}O\99&qÜ\0\0\9er\14\ 5      p±¢hÒ\10'O"¢cf\9e\ 3\ 3vòÊE\ 3Í;è/»Ìg\ 3BÎÅW\85\11g-\12\97Þ\8f\f\8aR9ÏN\9e·Ù×h\91\94éØÇä\118[88ÂpdÞȬ÷%ñ\10ï\ 5¤(KTgdå¨\8d\ 6]\f8[\98ôîÀÑ(\8fö{ <1p¡lò6\85q     Erv/\ñФ7`ô¯Ö¸HG\0®Vvò\ 6LP\0l\12\17\80T]\92h\0\ 2W`$o\7f#;yÉÛßÈ\15\18n9XE\1a \93<(vÐ\0\80"q\9b\88\ 2ð\Ø$A@R®Ôu~\ 3\0Ì_¤®s¿>\1f³|<$\83\aNY¦åÜ\a\9e\93Þ^Ø/\84¹,Ê7\râÓ?P¢\89¢Yµ\ fé®\934\9e²\88\144ñ»Ñ«\rW0ð¦\rør{·$ð(\8d\91]\1dûy\8d$\98øÈ;3Ë\9cY¼Ê¼f1®"\r\80N\16jû¾©\13\10\15æ\97gr·X\8a¢\88·XÞ´É>f*\1a\8d\9aâiJFÍ\14@`?o\11ä\0ðóx\94\86[\99ØQ\8cÞ®°\85¼¤\ 6\0t;ò\11Z\14\80Û1,\12\0àvd³Ü\ 2\0nG6ËÑÙ\8csyz\ 36\8cã\81\r\0ÄÛÍ\8bt\ 4ÀÛåx`\83\ 1\12HbW1:\eQ®x`Ô»ºÆ\89ë¨7çõ»u9q\1dÝݺ\9bÄGhå\9f¨MÈtaQ\19\90̵$\bÈä»ý¸¨èì \90´       \18\eûF\18(\11E\9bMë¦(â\97M\ 3s\1cìj\8a\18 \99oI\ e Ì·¤Ï&\83Àyçä5IDÄ\1cLDì³1\8b·#\10\18.¢:\ 3±íbÓFÅQ\94´Ñôl"gùõü};Ë1©Î²â(JFñiUû\ f·m\1700\95\aÞ<Í\ 1\11û\18¼\9eÏ\16\fúDÜ¥# /\ eNºâ\16éæiFw£©Í \f\e\18\82·\9fèê`\b\8e~¢3q¼^\04{ l¡ {¡9\ 3²â\8a3ÏAïæQ\0\1c&\0\8a«Z&\8fÀ®ê\0\83>\17R2q¡ß,\9bH\99\82Þ,Û\7f0ä,\1dáa\95\95NÓè%â§Uõ©\fÀj£«\87b\0@ñuWé\bH\U\94D\8bQ%6nÙÄFÅÑ\$\f\80ü?GEqmä¨èbâBßÕ=\8e\8b\v¾@\12ç¾\83³ß\97Ǿ\8dب40l\82  £,\95\ 6\848g\14/Os \bJ\85c\9aS\86«ÕµÁ\0yqää\15\ 4vUE³\f¼8J4\99eÅU\151@\Ué~G^\1c¢IB^\1c42ý&\aÀ\8bãË$ù^\1c²I\ 2^\1c\87h\14\81\17Ç!*\132PDòq\80DM]Ìü¼\18<Ý8ËwC\92«\egÉ*\11\94\98d\96\0\0\13EÙ(¶\0\80i[ÜLÓ\0x\ 6ø\95\89 \9b\84\ 1°b)\8bG@öH\88\18\0=Qüün\ 4Áãf\r\0(nÖ&\88"\12Rä¹o­,C!E\9b\ 1°Qk\ 1 3EDe@B\8a»W\14Ûž\95\8a¾ÂñE\92eh]\98(Ë@²*H\82\0t\96ñf`?\r\82M\1d\95\88`\98¤\ 1?^\a4\18{\8a\ 3«Ú\ fä¤sËS^\ 2\1aÈa?M¢\ 1\90&¹b\92^m¼f\9a\f\0\8cg×µG@f×e\89\8d\88§8+\89\9bÄ\ 5Ä_çì·[\998Kâ\96\83C\ 2\80\87DD\0\83$ÚD`zÞÕ\89\82\13ñt·)¤\98^ÖÝ×ÇA\11Å
+ÀåmsDñ\ 6\0¸\9cÉO¼\ 1@2ÇÒ\11\90y 4?à\ 6\0\98\ 3\91\16é\bÈL\94S\fÒ±ê\11\84~H1\87IAÈ\12\1f\81\92á@¯ç\e\11\90®kQ\92\80\89"ërQÑ7Q\84¬rË\ 6\bYe¿$m"\11\ 1.Цï\16\0\90ìªÝ0õzO\87~½+\9b$\98\ 6Þù>\87H\ 3`LÓ!q\ 1\99\eOïw\a\ 6­«ë6\b¼±lDDÅWÞM¢¬ø\89âÅ`OrÔ~\1c\8bEês!I\17\ 3 L\1c\92t\1dá»gzdP\86\9b,Z.86Y¸/GN~\8fìA\9f\ 6«\9b\ 6ìh\8a\97#\10\96Ýʤ í"\ 6Èð=ÉA@
+¯÷C0ªÐ^\97\10"â«J\87Àë$SuÛ\15"ô/\ 6Ê¿§\175}\8d\10|\82\ 6\ 3äv\r\8b\ 4\0H\1d\aâBs\ 4\v·Mß\0\0\97\9eoG\0\88H\r1~"&     \ 3GPt$HÊ\84!\91\v\80\80 ?\17(\80\ 12gù\90\0\0\e\ f\r\9cc\92mÚ¨4n\17\13\17Æ®ê@\ eD\1a\9c\9e¦\88\ 1\92>\970@\1aø)\ 2áÐF\8eÊî&6*®ªM\9d\15\0¢:\ 3\83eB\9e<B\90¸ð<°óÛa\ fØ×\15µ\11p×ÙU\1d\18\14%wm»\99úDÌâÝ\88x\9a\12\ 6Ð\9cgQ\99ðåºîÛùrU\a·sÿ\bÛ,\r6é^@\1cE*ôLûâëУ©¬iÍßVÝnÑh\16Fª-£\1esB¹÷ö{ $KíDí÷\88\93º{¿'\83L]Û\95\80¾{\95ª\89n\1c@ÖÚ\969\12pÞ|\ 4 \9fpe{Ú\1c\ 1J¸&\e
+
+\80M\92CàbÍÁÄGÅK\95$ɤ       \9cyO\ 2\15\8d\954\81|Ä9Q\ã¤(®6mêGâ6Q\96\91\11ÍA\ 2\80$Þ%\f\1dî\e?&\8fpØ0P<4\9bMUfHfI\12ñé@7\1a\0±@\ e\0h!\9c~MW\94h\80ÔtE\91\8dÀh\9d\94æ´1^&Í©\8d<\ 2Ò%Êo\f.\93\96U/µß{_øbøÆ\0é½_\93× Ü<´\16\0Pçº\15I\17\10\17\89HÒÙèb\r\87û8´\91\ 1Lz\18I´H\8eá>#IìbÀnn­nC/窽´{ Õ;Ú£ÌTÎU¿wé2³°Á\1fqs³ô=\12J\8d&\ 4\94º\ 1zk5\0lMïÜr.¢\0\1c\12ñr\94\aTT:\89ÖK\8c´\8bU\19\82yH\18 \8eö6ÉG®\eh\ 1\0u\85\9c#\e¨\92\12
+\950\02T¡ì\93\18¬\92\1c\0\1e\1a·¬ß\0 \1dçÅ\84A_\90vÑ  ã\91De\ 2\9aâd\93\84ÄRE]@êKÓ\9c=àU(î[%\86uîZ¹Ü\ï½Â«Pü4H¢ Ùg\99FÙ"\ 1\9ez\96îvÄS/Ë$\178»ãæÂ*\11\11ñÔ×"`\80\8cJ§6\9e\e\0 Hw\93Ø\88¼ZwÛåªx©\12\11¡êNÉ\1e G8D\9b\88TwF\93$\ e\a\95§|ø\ 6\95oü}ô½üù±SÓ\13¨wð^K\94¯ïÁFgÚJDu\13/£â
+\87_5\a\r\ 1\9eñp%\9c»I\0\90pn\92H\88LñÜ\ 4\0ÈJ^®ärcÀwB\v\0©9È&\f\94)\9e\87\ 4\0è%Ë\12\11¡ÍÊqN\93¸ßÝ¥Jß\93\95n\18\0ã©VI\99!7W\14e\9b=<\13ö"\11\91\84½DDdí!­f®\18øÖ\1e\1e\92(#\89ÚeR\99x¥ÐH\99úQ<ê\82j\ 1 Q¼(\1d\ 1¹X£¨\vÀÊ@~7·VÙ¾í®&ì\9d\17\vÕãq¾=§÷ß'\80\98\80ñ\93EÔ&[\15Ó     @¼\9c\81¼\0\97»·ê\b\fÀä\84ûÀ(*^¦(I@ÍÀ&*\83½g\80»\98F\ 6¡O\83=MÒ`_MÚ¤Ä\83ÅûÝn\14\13Íz\eÑ@\89\a\8bfÙn\108\9c\e\1dËê¾Ã¹É¹1\90ÝÔ¤/\f\1c\86s\eü\1dáܨïdêºÙW\17×\v\80³\r\04\814H\0\80Hf\9c¤!o¶n\ 1 Ët\92x\ 4\80\88I$"Ð\ 6ÆÁØä]`Z$"B±ÔìÕ$Æ`\97T\19 \ 1§\b\a4èG2i¬ó\8d\ 6ÈüÐÍd\8d\14/5\9aä@ \85\8a\92\b\1cåb£¯\82'.6\14\14\0E¢"RWº\98DQ     çNÜ*§\97\19\ 4*\9a\9e+\f`\17dY\18ø§´0%\93MRâ¹¢>\ 2®6W\1d´w£m\81Æ9\82t7ÝMý#\14\91\ 6\8e&*¯B_\95©¸Qc\0\92IA
+\8c7\89\vÀ\18\17\1e\0:b£2\96Év¹)ÑTÉ*>¹Ð\7f·r\vT\ 3àùníºêiÉ\92>[Þ;·plÔ÷F\ eýÜà\\8aÄY¾\bïD¢pìç÷]ªÈ÷\12\8e?}¿Kß\ 3\85\1e[ѹãíòs\e\f\90`*·\905\0\90 Z\10i\80L+\88&&(E\a\9b\ 4\0\b¦ÒâL?\eiÒþ\8d\8døæÍ\e\ 6H\ f\9aÄ\ 5¤÷\88ö\9fÜ\8e\0Dc\8b\84\ 1"H«H\ 3 \1a»\ 5Ó\11\94a\ 5Y:\ 2\10\8dåàKÔ×\15\ e\aí;0`\0Ǥ6\1e"\17\80h,m\ fi\ 1 ÑØERg$\1a\eD\83\ 2¸\88\97£½¨¾E?\1a\eiæD(p{ôþ3î×ÅZ·ÑÄ\v@\88\16G»üÌËu3ÖXZ¾nÆô¼Ú\ 5\0'\ 6äÝ´\18¤'\1f»\18\1c~\fN\0\Ó×B\bÁ¢Ð\fa·á H3A\bùí)Ý ì\0\ e\94­¼\9fÂâd0\84Ív
+A#\b\ 2½ºn8,\ f\b\92D\9f\12Èc9ãÓe½ <Ó\ 3ýF.bÅö]À\11\ eû£\85Reï9_\9eK\9a2e-\ 2È\8eó$ý¾E\94Î\7fu\89ó\8b\84\9f\fK8,W,A\bé\14Æ\ 6Â\86øj\87t\ 6¤@4Í\11\91GS\8d¨ØÇ \85I\fR&\0m¡/\ 2A¤"²&=\v\0 Eí\9b    \ 3\19MlèOU*g_g\w|ûÅ;¿f2(éý7\e\14[¦ë\f¬\1e\97\86\808\8cy\1aÂA\1aù\ra7õÇ\9e\ eR=ű5¬\16»Â±Ñ8iY¹RÕmZ¹!Ë­\94\91\9e±ny¬>\9fE\1e\85G$û|\87DÅdY5ÎN\9f¤\12Æ\14|ýW1\95É\v¢Îw\9aº 84é¾ êÄø9I RS÷\ 5\11©¬h\ 2\83\82\88\9bHE B|9KÎ\v\82\8b\17\ 4/âô+äaSÈ~AÊe\94²^\902\1c:?RHA\94^Æù%\885<ø¾£ÖÔØf[Æå=Í´\10\80è½ä¨ºê\ e\ 1¸¢(o5\ 1!\9cÑâ\16Âó\92ëÓ±\8e\08!´\84\8cv\1câYiWqøÒê\a\0Åñ¤\e\8bJ\94\91¦á¢£k$
+·6µ\18 ±\1dÊ\Ý\0 3\ 4\8b\88¾y¢%H\@\8aFéýÐ\1c\ 1Y5Í\83¦n|\ 4&\96­«ÀÇ\17w\81|z\92ø`·
+<(ª\ 2ð--Û\93\89\ fJ\98°\98DIY\93\94$*\ 6dÐÓ"1\12¯\e\81÷$\8dØ \ 4\1a%\f\90   Aa\97\0 c\ 4$Q|¦>\94î¦`\ 2 ìY:æLB\14­\1a2\8b!Û´I\99EIc\0\1c\81\89\ 4\ 1Ùä°\1e&Ó¬$Ô%\85|\96ü)  õh³\8b\8aÏh\93f%£.J³½l\90çß»5\9açß\8fn\97aF½Ö2\83\19õÓ\13\9coO©Dß\v\8e)\90áò\18N(\a\ 1\0\94Òf
+èE     JJû\900°D\9aOuæ\ 6£\16\83´#Îb\96P\0\5ê0j\ 1 u\8b\1c¥,Îb±@uR·#\0\82Àv9ë5B\8a»j\13Å>\r¨EiD\83á\0~ÿ\11VQ\19\90\81SÅ$Ë\8a·z\b²l\1a\89P>\ 1\14@\17v\89\88È\16\83#L²ñ\10\89hoº¬®æ;\10\90WtÛ4Ç77ɦÙ\89È»ßG\ 6EòQ>ñÉóbh\8d\1a²ªi?\83\11\r\ eéù\8eïCx\19¥7=o\10ìݧµzS8ų\80T¼^NoïÜÖT!|\82\11ñÀ6À\9fÒð}\8ax õ\97\83q»Éé/."7\91á¢Ùv
+\91\92g§ÐrÊC£\97µâÜ\1e¦\14åáI\aezÕ~qó[\1e\90v¥0\ 1á\ði\94(\91\9bïƵ\97\89|sóÆ\và1|D\e%\95¦©2)ÕÕ÷5i·\ 2a\9dÐ\8b\94QX¾X\91v\v!Ï'.\17\9dÜ\0XÞ³\1c«\(f\9b\83\1eôí7l°\ 3\9b\9aú#{#$o\90\1a\ 1è^xµ÷è-\fI¯?êG¨b$\89^\9a ±­Jþ\fØn\ 2\ 2\84¾\93\84Ãóº\12ÈxVzÔ\80ký3¦\97Á_>Â\0ìµÏ~2Ð[\843rù»\94, 8pª¾%ÃãY®Hta\1c\82\1e\97®¬ù\82ðy\95®ö(Q]\ 3\15ö;\19L{&8æ*ª\ 4Ps±\89J\89\f^M\12\0|ãé\r\0²\9a>]\92àë¦;$\1a<#¦J\9a\ 2²\ 6*
+G\80ÂÆa\92\8fWÈtÀGÕ\8f~\ 2@æøÐ0é\11\0¥Pà\10Ô1\1cÀ{\843A\r
+´þ\a[D\8d\ 6\ 62Ñü\90\91\ 1p¥À@\12\94¡TÙ¤O}ËZ\83®&_¡ÏÊmµ±²\9f'ߥSØ¢]D\87è\94
+!\8eÝvÅ(ÉúhrYÆ\15ªq\9d¬P\8dE\8d\94t\ 5\92\ 3%Q_¶Ðå$5Í·¿\1f\12\90]åØm\8b\ 1pI.¶#(ë \16á\fÆ\86®w°\88&\ e¾×B+Á¢~a"»¾qq\16&F\96£â­Ùà\9cÚ\r\ 2Pq\91ÖY\b\99ò\b\r\ 4¨013'Voab\91\ 4\1aP¨+üêÕ¨Ëkô«Ô>«RF« x}³*uLªÔ\15>\1d¨ÔØë»±á\ 1¡\1fÁ\r»\80\ 2RÊU',I×\ 3àop\13\85\97\93<ItÄÉ>\158öé§B&wãF\85\87N* ^¯I/!)à¶\86I\v\e×YûÈÛâg ¬&\v«Pr\ f6f(5\92,\92«ch×ÙB\1eL29NxÇ &¼ûm5\94\1d
+ߣ÷\91j[\ eù5\0\90^\b&Ap®\1f¸¼¦\ 6\02-;\88\18 #5\8b\0\0Ù@\19©æ987ª\>Ï\80\88J\vu\99Ä\80Ë\80\ 6\18ô/ZvW\82¾ÃAI7\1f\92\1c éf\89\8d\9c«\88\82¾ÓE\89Ó¥I.Ð\80Þ¡:+\ e\93M\19úg8²t\ 6@\9b¸\86¦e\ 3RX\18/\0®úÎ+ß<`CßWYDQ´ÅFÞ)-\8e\92µ\\00\88¢:\ 2\14\906\13\17ú\18d       \ 3¤¼3Û®¦~uf\11u\ 1\14M\12RÞ¹N^\f\97£\85ß®¼-}5±QÙUN\19â\97Nøª?\ eÑ(ÚÓ'uÐÏÛÑ«ã\0´ \9f\98\10ê¤\9f'\84gY`÷r£A7u¥\84/îN\93nÞcÔ<ê|u?·\0ðI7-\0Ǥ\e\a\0\ e\89ð0\80å»W3\ 2-~\81«x\96\fGîoyÕEßå \8c\1e\17\19\81\8c\1e\ f\ 2\0¨0ÐÆIÅS[L4\18\17\ 6.z{\?Á¾\9e6¥®»\9e\8aV×y-j´ºK\ 4\8aV׬âwbÙôþ<W\11¬Ô\80Ü\ 2°?\9c¨\87ä\1dáòÈ\ 1Ù¤ö{àz¥xùí{Àá§\ e\94\96\ 2¦I\80l\92$
+ 5¶ä¦Ý\0\0o×`£Aÿ\bq\11\0\ 4\93$sÀý,D«ùq_À=-¤
+»;à^.FzÃåË4\ 4   \87g\16N    ¸Ó\9a\9f»I@^°³6¡¾@ç\8cBX%\89Dn\87M\92HD©¶Y»°\1d\93vA´\8cÈ\11öY»`´\8dÃR\11¿]¨.\8eÓ.Pp3HÒü\14Ee C\120\80Âå©\88·4ò\b=&\8d[ÌyÒ4½Ë1ç \14    \87§qÓ²\ 6§ã{§ä\ 3D\7f@\a5¸ÝLÓs@Çp(ÂH«ú\ 1\ 1\1a\8ap³m@ÅÉ\11\ 2ÔK\1f\eÝ\11»ï9\9e\16ѺÚ\rC\92}\1e»ßÊ^߶9Û¯):÷^1\89!оDo\0\90*  \11\ 3À¼\87 \ 1\0\82åT%Ñ\12\11 ÓR\15Ý\b\ 3¥J"_\0|-ìÔàæ?B\12¹\0ÌcËgÍRíÆ×\8aZûr@\15l-\ 6Ï\beÿ)N\15l·#\0KNi\ 3Ö\r\0\12®ÏÒ\11ð\89§\95\8d¾>E*«\1d©³\ 2À¦\8d}9 èÜH\ eúV}É\82ICÖk.¢6"\8b^%6"%©A\12¤'\0Á×âp?\ 5D\1a\0q±o6äxÿ\8d\8aHoÙ1É\86,é3°¥âr\93Z\fì\ 5Oq\15¯&ûÝÆs\bZ\0ÖºÞ³+,\98\14º\1fìÞ\17A\9d6 Â{\17\8d\1a@\84C¤"2Ùß\86\81â$\89\18Xü¼¶ª¢æc½U\15o\ 4Ö\8cú8§\18PÍX\1d\96ãK$Ó\14è
\95Á\f´üº=ÁórUܼ]"\81iä-Eûéù¸\ 6_Þ¨Nþ}kBC\ 3¤É³NKÝâý\fH\93ç\15\k\18\894y\ 6júmq°5õ1\84]8EB\ 6Tæh£\83\92\89\ e\r\ e¦Ð\18O#H6Jv\eMkÖá<Å
+7\9a~\1cÆ'/âa·\v\81Ú\86'(¹-\13\94<ãkå¢\83Ú²ÛwÙ^Nc~kÖöuÇ$Ó¤L\8eo\19)ÙwÞ\ f\89\92É\98Ê{×X¼LÜò äëò±ßt\8b¬Y¶b\99s)\95\15×q\9b´\ f\97ï8²\ fJCT°É\83Z\9b+Øêç`\ 2Å{L³tÈ\8cCK\aÀ\8d\ 6¡_QJ\83        î\94\ 4è°N\9fb3\9eB\81°Ú´[qB\83ÄÍgôY\19+P&­}u\84çî¬Z¹2wgÕÒ\95¹SÔ\88ãÜ\9d\95\16ã\9d%@ ÎªH\19¶F¹\81Kï \eWÜ÷îB6®´2\8dÔ¿l"\ 4À\8b
+\12\ eÐÝ\1fÎÚÿ\e\ eÈÝO\9bQn¬0\15"qäñ¸\98\89Î\88àÐ#iE\vá9®£\9fóf\8f\ 4gÎ;g\ 1\ 5kZè\84\8e\ 6Âs,\80\0\80z£ÊYÌÔrB\98\9f¯P\8eÓ\7f)Ñ;_a\9d!Ã÷|¬\e\19l\83\85ÏY¬F\14úïÄí\10\84ÁS\vT§M|¡`±\rW-Ð\9b!Ù9\9e\8a\13c     ÞæHßoÂ÷H%P\12¾\17\92Íýp\87\r\ 1¥\14\880ÈÎm\92W´¡%!ð´£\9dS7\06\19x¿Oãr \81oÌZ\94\88\88L~LQ\12CûÀöZÇóÖ¤¤Ïi\eÛå\ 6\80Ç.çà5Hl\97o\10\80°\11G\91' H8@µH+eçn&É>\1f\82'¾¸mÒ;v:c\94¸\91Äm\95¸u×o\96xïµß.Qs\9bÛ.ñÚë\91R+e<«I¥úI\91\90¥#Ø'Cð2=·U\88\¡è>B\92n\87ôÜ>®t\82ØØÐoäÈâõ\0ì?g«Ò\8aâãõЧb9LTì\17ðp²º¡"´agÛ&%a_ü÷Ãû\f»ÍÓRRK\92«\ 5Ô¾GÙ"ØK\88jǯp\ 4û\13\8e·N\8f\0t¹À{YÜúxYÕÅgQ\ e\92ä\b\8f\9a!7\83\1fó\r\0ciã¹
+\90ªáRð.ò#m\8eÎÅÛW\ 1PÒW\9c*\ fy\92\82¤¯<VêÆ7\13\11ûãE¸ê»Á >!ôýMN+\r\ 4A)!b*\ 6xc\17¿_£DFÛû5P`\8e\ 1ø
+pø\ 5\1dá¡pí\16½\9b(\ 1êÄVÙ-     \1à\97\ 4\9a\9e:\92\ 4¥Àu\89çË!\rF\81\1eÕÓ:!,ÞRáð1\8cÎBßë\15ê\86\10%\1c Rá¸^Æ\11\1d\8bÁþ\9ad\19\9e¥DJ&&øuâ\9dÚcw­µÏ\96K\96\aC\93]¨ÄøÜ\10À¤Å"Ñ\0\18\16\19W\e\rú\8bÀi\11_\v`\a¦MnQ""°
+p\17\8d+²F¯\980P¼5ÉU\ 1fJ\î^Ë\ 5¤^["â³f}\\8a4\90Äî\rE\ 3^ªÇá*%:Êõ½«\92\88\8b¹êV\10L\97\97\ 4\0H/M\90\0<1è;      a\97H`\19\ 1ÌÎÚ*\ 1\0\92Oñð\1fálòË\17\0g½ø1'\ 6ܶ|;\82}$F(\12\0`$\ 6w\1dß\0 ÛD\96I.Ð\80\99\11\17ú\18l\12\ 6\9eæ¼\16\80=\10r5çµ\0\90æ¼M\0`\ÍÃ19\8b6ö18Ä# õâ6\83Ò\8f&-\92MDÆ\82Ä`ÒÆþ½\16E9\0
+4d\8b\84Ì\97\910@\88\98l\92¨8\89\92$\9a\9cDöñÒ\9cY¿\9cÄ\16\ 3{Ò©\96\vY.wÅË\14å\08Â&é\ 2²*y\13¹\0\84f9{ê\96\83C4ª\80\1cÈ\16   ¢è#A\ 5ï6.\fw5×À\16\18\8a¡¨dNowuKß4HÏbÊþ\19Ê\19\86ØÒ÷\19\84\ 2\e\ 5Â\19=h! eg©\1c\ 2\ 4h\aË\9a$\b@\19bZ77\ 4âÅv\ eø¼óÂör«\8eJÚVâÅáÜò\94¨*ãÎ\vÛ)ªZ¦=\93\10ìÆ-í\87\0\ 1)dÌT<7\94(\81\ eûÏý\r\r\8b\17\\13/ªMÏT"\!¨E\84ÝWp\ e«¤\9b@qm\8eÑ&\93b       `5\199\9d1û-/_¡Ú¼Ø\1eQU\ 6sÚl2Ù?E^\ 4\8b%8F¼Èe\96\17Ôõêá\ 5A(\87\ 4\ 1H\8bç5Ùt³O\87u·Ñ¡Ï\8bmÖNæËF\rî\8b>\1dvéÆA
+2ó¾\12\1dÚûÂ^"\9c\8f`£d_/¨\11bB/h\8a\96ÇÊ\9d\10
+m\8fðS²,û\ 4\1e\94\90.:७o\b´u˯Y\85\1aÆ|·Þ\e\87d¼»û8$Y/ìÞdÉ¢n\1a\8bïÃ\eÂ:)Õ%\1f\93R]\8a$\93¯û\18\80 é\85íÖ»yÅqon\7f»\aR½â7\ eqÕu³ïGQ¡ñ\1d\82}Cc*gY_=\85³   a\8dÂ)\ 4\89ê¿/¶E $ô¾ ê\95\e\ eÈûb\97N\ 1ñ\826U\ eyÑÇáXfOq\9c5\96w^<d²ûâNTÀqÇÁ2L\88ýj\99\176Oì}ë\85b\93Éþí\1fv\ 1\aä\85\92£Q³¤µÂg\17@N/fìO\ 3\818µÙ-\94\fA"\84M¤Ø%\8d¢\99\ 3\1c\91xÇÁ^\98\95× \19\bä\91Ã\ fï\11\91¤üzx/\ fÕ\12:J\ 5\1c\9e_6¦þs\8bß\83º^úbgÆ^$B\98¼\18\86pØn­®µÎ\87\88Ã\93\10\82~\9fE)åõn\96\14þ\ 1µÐ"ÙÖB\bmF}\b!\90@|CÈ\8b\88\9d¥\ e\8c^\1eì\f\16G\88AD¶×\83!x]±,4\v¾\15K`!n¡\ 2Ü\11\80nx±$¾1ôQ\80ÝÌYÉ\1f\vã[\88[(ÚßB0v*½\ 1\14       \ 5`\1fn)\eÉBvök]îdØ\9cTH´¥£\85`ÚbϾ \11\85¾@Wwò\ 4±;\v\8c\12ÕÌU$\³\8a\12\rµ¿\ 1\0\82´ÔÜ°\ 5ï\88\9a}\95\0\0\18PÖb\84AßÿYÄ#\0÷å2y\84\1clGPÂ\92Ò\11\8c   ùwô\85
+3ª\1c\80M[tÑ¥eN\902ÕÊùi\90\8eI.\14\89\vÀTÍL­\r~\1a¬"\ 6¶`Áéû\95\8b\8d®â\94¼î&\1a(ÁÈ8ÉÆMR&cYÄ[\94÷Í$ÊJ\14ЦLÝG]YD\1aØ»t\8al\ fìf½\84"I¢=FPD\83\ 2\18Õ\92D\1a\0GÈI8\ 22\9fµdÑ  a¯lR\86nÉb\8d\9b\9d¢¨OOëÊrõsÞ\0\16}üY?ûÈÎÞ\92¿\8f\80$\82£\0\0¹\9e©Øì\ 6À>Ì0QeF¥\81Öe£Ä»\82D\ 3ûå\98h\97Ø\88\v\8a\8f³\98\0È\ 2\0`¯^¢â×\96\88ȼæCÂÀ8åö\1dàa£¸lú\8aȱ\97\84\8b"'\90³\89\8fýë\95ê_\1dT$\0Ô\eß\ 2\bH²/Jêd²I\1fGmJ\122¿\81[6Ø+hs\12©h\9f2Q#}\ 2\0{Kw\16­¢qêô[\92\8aÍ.«a>\8bEP<=Q¡\11\0"\11\11\0\9bI\90º/è¼}ôÙU\ 4\9c©3\7fDľ\1cP\r¯C\ e\b\80h\97\11wy\17\87!òA   ÆÅ;¹¦ðó·\81\10M\91w\8aI-38¼!\ 4   \87ç\10¡në^ \94ë]àAHç\8du¥¼\9bëɸØî\8c-\8a\1am\7fz\15Ù®Ú-{I6\85T|v·:pp²Ìit)\93\8eÒå²ãD¼¹ì/wEsÙ»~\ e»ìëñ½È:\aû»%\11\11ÖCßï®\0È\12\0 5\9f\88Ð\9eáy7ô½EêÙ»a`7\b\89\16«W\0®e\9bÕé¯\ 6a¥ùª½@{\7fôL\8ag!κ\aç4¬D®Öºë=Õ}2RkÀºÁm\7f\fà\10\0 Ï?Òè\16\02z&e\e
\10\ 6´T\ 4FÏ$\8aªÝ¨\b\94ðRPl\ 4@y@¦K\10|ÏøÝv\84¾FïE\12EûH¬´\9f¹ñusΪàz\8d\16\00\12+\1d\e飷-\9d\9f w\bö¢´L\ew<\10è\19\1cÎì|Ë\bÛ´C~\ 6¯&Yè[¶LMSwËf\1fª\95ã1gÙø\11é¶lõ\119eÙr\96l+bÙr¶¡0Ì\17¸-[.6ÃÔUJ.\80\1e)e¿¾\81bk·#ØGàämÒ®dÚªí°+T\90¿ï¤\91Î\19\10oiû\f\9cL]O#9è{þ4        é¦\8eö\198\85\86«¹å \ 4I\94\91É'%J|\ 4\14jÄlù\88ÌÀ)9\98¬Z÷\9e/9\9bîy%e!\9a\14{WE)I\12%»:\15\9a®æ\96\84Dy\9bu=\9c\92\90
+Iª·ài\85\15ä*ÔZÙ¯\vÎÞ ^\1f0o\bëát6®\17Ì\r\ 2Ö½æ\85@oÑí¬²my!8\e
+)wòWn¤´Ô¨\10\12;?\0\16=ð¯ä\1eÈëZõ\1eí~¨r9##-\1d\90\987-F\ea ¤\1eÊ\85\81/`\1cD\f\80pmL\12\r\10\0ë,\80ÃÄ\85~¬3\85\8b\ 6¾\80qZMDT\¾0)\ay\9d\94\ 3ö\19\e\f\80\r{\97Ïè¦\ 1í\86»\ 1ÀÊ\8b\ 5\0H\8d\89Ä\ 5¤Pg[\85;êyKöËöi\1eÓí\böú\8a|$\13\17ú\82tì&Aê{
\18\1eРï«,\12\e\11_%H\18\03©jÌ^ÀÀþ\ 6äzà\912)!÷8w±\94$©3\14r_¼6\91\9d^Ñ*Û\9fò\97Ë\89ßÎmÈ}]\8boÄÜår\96Ý'HW\8c²¬>Aº"î-\0{iB\9d·ð¦A¥\85¢Îý\0\1fÍï¼Ñ\0(ð ÒÁö\b!\0\1dz\94Ïm! ï`¾\9eK»YÝ\9e:É9J|°ûý\\19P\ 1¸Æ\83åbã\83r?\17\93(õÍ*\95îݨhjÿe³¸I\8c\ 4®\ 6vÔ¼l(\97$èlP\1eÒ\12\ 6À|0NeÞ\0اñp*ó\ 6À\12Ô¹\99ÅÚ¶ª\98Å~w"\9bŬ\97¡*i@\8a\87dçjôË,¶\18\0}\1e\9cºÉúv÷~,a=»#×\1c\9dã|¶³Í£¥\ 1ÔnKÃ\15Z"`í¶g,¦\85\0\8dóÙ\ f\ 1\ 24ÎçH\12\ 4d\9c\ f\rWð@àg<\ 5en¼°\8fóÉ\1cçÌßM;P³ìr\bÜ\84\9aeC&\89j!`±\80'\ 4h\9cOZl\12Õ\1fç\93Îq>-/\84q>}nfQ³L \18Ê¥å\8dNÑÊ\83=f\ëøò\e\87]ß×Ù/k-Ì\8b\1dÞSÉut«\8d\ eÝ\16Ñú\1e>\1et@ZDë\10\1aÖ,µETyR\1fïxa\v!\87g&hé¶\80\1f\8bx\fàÖ_\8cb­@ÈncÍïê]`'Ò\ 2^ç·\98Ô[yYo\92H\ 1-à%Jæ\1ei\ 1¯Nä²<!<\84²\9fSJ"%\ 32¿ÅÏM\86 ]\9cÐD \92l\17\86è\bnñt\ 4Oåüî"ÉÏ\97Yw
+Mõ\ 4ß\10\92wýjÊtq&÷úU\9aß²¦ìu 
+q³\85\0ÍE$\89ºA\0Þ¸4\1a¡\85\80\\9cõ\95ü¾8Óê¼8ëü\96ò\80\80LgJ\9c3¿\9d\ 2ÈMѼ¯\e\ eÈ2ÝCÂ\ 1\99Ît9\94-\ 4`:ÓåPºõâu;MêE¦Õéí)\90éLu.¢I³Ô¶\94§D!Ó\99r4êEß-NAÐMd:SNÓ¼H\87M¢úõ0y\95t\13x.f¾/ÜV®ö\96Lòb5òBÉñ¬³§X\ fÒÍ\96\17öéLµ=DÂ\ 1\98δ˼\0¦3]Vn \93ý\aç!ÝzÐ\83ó8Ü\9aÅ£W\16*¨H\9b
+ux´H £W¸ìq\0@)0\8aDH}=r?(IógZ^Bm.ñ\98\80púÄù²/Úì\95~T\91ÖW¬IïoP\12Ni\96
+y\17Î\0\8d°á\94S\va\a\94Ë\15Üôº\16¥4\86)Q\17Ò\80\11Z
+´Çï6   Gwv\v\0êô z\84¨wz\b\17Þ¹k=qü£j×¥Uñ9HGTìÀ.õr¢ðqÂL·UùYÞ­\1e\94r©Sè.\14Âs¢²\ 2a³A\10\ f\91ßåñ\89\ eñÍ\88§\99\17¬Ó'Bû\ e~4\0²éɾýÜò\19¡=9Ñ6\1eÙÊÅN\b»\r\82\12\1d¥\ 2ÈÛ)ì©Ø\1a_\9d\84\10\8c8\887Å{ô\¤@T<\15\9dÅ\ 1q\87éÒnÅ\ 1ð\ 2Ó"\ 10µ/\9dgx\99\19ºzY\87\84³iøÒK¤ËºH:\ 1\f%*á\92ÇðÅIÄ\99&w¼A!<C\8aJµS0\1dB\ 1°\8aâ\bt*lqö\10Û&\1câY\ 6Ú\97¦=¹¥\89]éM8\ 4ðÚÏG4©Tÿ\fÇ1©\11u\14ãó¦zY\v ¼¼ÛXÙµÑWpØaåÉ\ f\ eä\84ÞNa«\93\7fÓ\81ƽ\ eõR©Ü:¼¦\81\0$\9b\81íó\92ë¦nT\0ê\9er\91\14;ZD\9axY\167/Ûù@k½ó¾p°ÕÔ¾\a1ÓÌÛ
+¡þM¦Áæ\8b\9f\95K$\f-
+&a ß©\900Ôz@Ìw:5»&ùß\9a½\1cNÍ®s\14O\14²×\a%§£ª'èA²\ 3¸\b\11è2¥y·CN(O\9a\83$2\14ýUÔ/¸àpÅrÌö]/Ëdßu9\9c%\8dÜw]\ e½¤qØwÝ\ 2pô]·\0<}×#\14\86}×-\15\1d}×7*"Ãòw    \80½H\9a_\86õ\b¾¾ëM""Ôw\9d%QDú®Ï\ 1ñåÐ\9b¡\86}×-\0¨ïúLõÔ#xû®Ã%IÞ¾ëÕ\r¡í»n\19aë»þ,\8fzêCx¾Ð\r\8d×7Ó\867^»M\e7^»M\e7^»M\e7^ûM\e7^»M\e7ѸM\e\8cì°ñz¤\95ÃÆëÛ\11ðÆk·aáÆk\87a¹5^ת\9d\8b\88\8eÆëÑý0l¼\1eÉÁ°ñú¦\8exãµ[\ e¸ñºÅÀÓx=\12\84qãuÃGOãõȪõ_¤9\9b.úþ{R6)xãõM\94ðÆk·$p¹wÙw§$pãuÙõå\ 4úDû·¯°\ fV4ô½\8d5\12\84Ýém$j/¼C@\1a¯£\e\ 27^\9fÑ®\96\17`ãu$\10\87w9\0ͱn\91HOó&ä¿\19ÂÙ\82p\17)ÀD³ã¶ëÝ,ÊÈÕ  \80ôÓ\84$`\80ô»\86]\ 2\0ôüRçu=\82oì,u\19\8eh ølÅt\ 4eYç"\88\12ÐaWëb\ 49\0¼Æ\12L\82¤$\13ÖI.Ð\8aq¿$®Q:\ 2\92Jؼ\92Èy\0I\94\9f\18ô\9f\1f{\92h\0\1d\12\e\11m<
+aж)"%Þ6\14\14\0\926\99\18ÀáU\ 6rwB1ɲ²`@Â\0\99Î\1f³`\10\84Çpßuæ\97l+J\0\e\92¤NÀD\8cºJi\ e\ 3~ÉzÔ\89w{2\0W·i\1dw:e\93J\91L\8a±ÛôÌ\1fÐõº5-~@E5Ó \ 5\80\94\85K\18\0\HL\83Mo2Tâ\94Ñt\ 4%RºJ\0ìͦ<*è\ 6\0kR|\ 20n]9\ 3\9dg MÙ6ßÍÀk\9cürÀÑ\80\81\1c¨Û<§\88È\v
+n\0\10W\93ìz\ 3@¸Üú\10¢\88\82]\92r,&"ôW?&\9bAP¼ÝC\92$ R \8bê\88\0\90Ôñ©\fýØZ¡\98ûæì:æº\95\96\ 6P\199\a\187oëS]\ 5µ<\84\11Ú§JÇ¿á\0t\1d×A=\ 2\ 4d_Æ\1eÜ\10Øç=Ë~ï¼\0º\8ew
+ílî®c*~¹ó\ 2)\ 2§\88Ä\r\ 2\10"[¢\0\ 1i\9e*\94\ 6\19JT·yªV¿¬\ f½\10\9a§ú\vÙc¸¸©¶ü¨®¯ \9bHse\92è È¤Ò\1ayü\ã\83\ e\11\98\12\92\8bí\14ýÅô\97\91\eHµâ|úm\14û¿\9bM7Õqýo:¬xÿ6û\9fTY¿\ eôBY+\7f\94ÕKÉ+îÚâ`ÚÉÊ.(ñb\1dX\98n\1a FM³@IÀ\ 5ÜÎ\9a\91;\ eÀÈ\93]:\85аÓ\7fϼ,íò ¤Ð¶¬N«\94p°=L϶D\8a\81¯\ 3\e5lK\1cJ\94R\87½Ûä¡\7fãÐ\9c\8b;\ 4K\94\82\12\84\9c\99j$*\9b
+ûÙ\9bÝ\ 5\89²¶\88\9eM\85qR7k%¶\80\ 3RUOK£=¼øx´&:(ñ×Åv
+eÖÆ6i\1f2\r\ 4\1eÚ\a%\82j¤d\7fîÉF\1eÈ\8aÏ=ù\ 4aM\94T|Ú(Z\18\0\87}\9b\95I.+òËä!â\0Èd¡eOÃS\8c\e\e«PÎ56¶H8\1a\eG\0\86\8d\8deÕ_\9bý0d$_põlSÿnl¼C\0\9a\ 2S¶á0ìl,«cÙ*w6N\92\81:\e' p0³\81ð\\846nl¼K´Í\ 5j
+       J³¤\12\18ÃxÅtKöE`xp\\v\0\9a§I\99ëâ]\9cË1Ý\16\ 3 \82\97\8bW[\1a\0ñL\8eé\ e\88¨\8c®Û\ 5>"\8bs÷U¢\ 1°8\97¶Î\8e¸ Ätˤ \1d\92$\ 2\13~«'ÍGðåÞ\17Q\ el/Ô·ß\14(\16X¾7\13®@(0&\13\e\95\98°x\ 4$&¼I\0\0"f·6r3£Í\1e(þ¯\84\ 1\12T.\922\99ì\ 1ÉÁ\1a\ 59@jqD\8b\84Ôâp9ý@\17\14×צÎJ\17ábR&Åñ\950p,luÈA»°µ\12qnak\v\ 1]Øú\84ðô2ú(p5}ÑÇP\f÷µ\962¹¯u¤\rÃ}­#\9b¤Dq%³êØ×ê¾Zx_«C\eÚ}­\15ÀÔ¾V·U,¢£çØ×ZÊä¾ÖJ\8bï&L|_k}?Ìy»Ù=Åc\17ÎàØ×zÃ\0ß×ú~C)\924Ü×Zûrçú\ 6ëðñɾÁ4¹¯õ½WBQÈqß`tn5¼ú\ 6£w«áõv\e 0î\eL\93ûZoTtô\rF}!_ÿÝÂ\8eNòîkÝ$"zú\ 6\93{_+e!âä¾Ö\16\80§o0ù÷µ\86K\92\ 6ý\10\82\84Ãs¼\91Òô\17¨ð8ù·­\8aÂ\04ý±¯ãµKWQ\8f×.]]\83\94³\r\ 5¥\86}\9f³K¹H\18 M\7fe7©T¿,hMÒ\11\90¦¿0g\15ò\96'\8fÀ\96qp\ 4u\90\8c\85\vJÓ_\9c\94\83Ã\8d\ 1ç-¢I\1d\95Ä\87\84Á3¢£<¿â\1c\eK\10\95ÉîïÕ_¶Hb¿ë0\91\97\90f×½\8eÌj×M¸º\ e\anB\9f\8f\8aO>\8e»\ eÓäºW· \É\820»îµv²z»\ eÉÓ\88þu¯Ë  !ø×½\96\8b\ eήÃõ\98\85°e\ 1ÂÓWQ(¹\9dÓ\1cï\94D¶½ò\ 3dÑ·½*!{\96(Çvdz\84g\13\0Ä\84ÄìE\14\90\85³ô \ fðªSÂ\80ÝÎ\ 6\ 3 $p\95\92\ f0\18·=\ 6}PD?Ð\19?DÔB\ 2Ê:¸E0-À\86JÞ'w;\ 2²îu1ÉA\1f\83,b\0°±,\93\82T$Q66v\9c}\93Û\85Á\ߤû\b«Û pÚ\811h&\8e<\17h(\10\8aÄG`-à.\12\ 1É|ÄIQÜE}Æ\ 60Z$©O\83ã\983IWâ\ 37I\fàð*\ 3\ 1\b\92(\ 2\16¥ÈV\15YÌ#q\ 1ÙÍ\18%\93\84ì\97LÁk\96ÉmN»É¢(nó,\r\8c¤-DID\0H\ 6\ 5h1º\1c÷\81׬:îoWoi¦C \8b\r¹\ 1`ùî\1dÅöñ\9c¯\8e\16\ 2´Ø°\1c\ 2\ 4h±á\9a$\bÈ^"Ú    ä\81À\8e;5¥Üxao1J\eåS\97ï\91%HÁwuý\9fÜD
+¾kÌú\94¨\16\ 2Pî³\1f\ 2\ 4h?Ó!É\ 3´Øp\89g\81\vë~¦·ã\eX¢¾y\91v\v\1d\18Ân\83Ðo!\88ñ\92(_\9bSæ¢ÐV&MmNì¿\8b\10\90\98o2Êd\9f\ e¹Øè ¸ð¢\85Aʵ¹Íid'\95ÈóæÖMö¡Y\1eZ;iß!W«\87L\94ì·Rpðyd£ú§Ø\8c÷\85âÈû­\1cûÑe\82\92§\1f¼\tøÖ¬\87v÷K\ 2_VîÝJQ\87ì~I\94½f¡b?GÉÚÌi¢¤ÒÌ\99Ý\96\96}ÙeR7ë\9eË9\1f¦p\8bÑ\b\a¥\8c'NÊdõ¨ç¼ Bû±'(Y$\bئÌÕF\87a3g\9dë¨6söc\87åü³\8e\19úÆÁ^ëZ\83Ñ&\býÜÿzÚÉ\9agRíCß\e¤fÎ
+ÁÙPJ>m{
+ȯÞÎ\90ú\1d\ 2°µt[   \82·\r\92}Ú  :Ð(Ä;7\81\92\1e*ĸC@\ 6\9b°T»×}S£\94ç\14ì\15\9f¶º\95IÁV÷\13¿!Ò)Ü#-Â!P\12j{\8bFnöïî¸ÛtS    J\eyÑ}g±_}\87\81ò<u\ 6ó¹\13å»I(/¶'ÊYM±Iì|:÷Ýá\92¼Ýç&RÑæ\ 6\9d»×w\9b¹W
+*\8a[(?5ñl¤ÔÍé
+\84M\80ð\124\80\9d{¤;§ag°\17\ 4ä}%¹\8ej\1e¸ßâAÑáV(\816H\9eÅ<\ 2Ð\8f\88-I8\ 2Ò\ 6¹¬\ 2# Êüð\11i­,^\0pJt¡^\9fV\1emsc©\1e\9aFÌçÃÛ\ 5\19Ë,\15(ow£\82­®â»\17ô\8e\82m×Ó[\16Òa\92\85q5q\9dx©V\13÷\ 3¬L\86\97rº*\9d\12Õ̽\9b^>\1aaO rmÆ\r\ 3 \127»1àðl\92\0 ñ]    \83g\85\8câÈ®\12\ 6H-0)Ô\8b\88ÎZ`\e\11\95Zàtaà¬\ 5&ã¾mÎZ`\1a\ 2\80j\81ɨ¼\8eà­\ 5þh\93·\168OC8\ 4\bX-p&V&½\16¸ï±PþÏmUòe\96\9cV\85\87I»­
+WU¸­JÎeΪä"að´*J%o1)Ä°\92÷FD{ýd­i\98Òé:ÈÄ­ÓgIC\90Ì\12\9bMlTg\90\bl\ 4äà\90\ 4   ©J/\8b\r\85~6}\99Ô¦\12lÚ¤Ô\ 2OÊr\89¢,Û«ÒK\9a\94åÚ\8aé\94e*&Îä¸×pÏÇk\ 6¢ÀÙæf(\95¼Á$\aÊ(èURG %·Ø.ùa)pÍóÌ\95\ 2×\9d¹®¢p\1eåü\9e<úQh (¼ö\8e\85ý~\b (\9c{Ç*\0ßÌ\8b\8dD©Ö\ 3+\97Sßíß\83À\a (üò\17\e\92ÀÁ\0·$TwÏ" ýRæ̯ùº=ùËÕBòø\14Á~\9dÂé´\86rÑÁérÒ<ç\19\b\12\ eHQxõ\18K~RÒ¦\13§Ë¸\99\94Jñø\82 \13Ð\ 2\93U\90Hd\81        Íÿ¸i%âsn\12\0 \14x\8d\12\11\81"VjQ\18\11±¯\10Ûr\ 1p\8d\vàæ¯\16\83gÕ[\9f\8d»dX\90\92\82\1d\19×>\r¨;aD\ 3%û/^0v\1a\14~Çzipy\8c­\1c E¬yN\17J\141\0FgPGì\88\88
+\ 6Ò%\v\94Å\17\9a\150ºæ\95é\1f³GH6\83¢ø¬\92Q5i#\ 3\90Ô\19\91\83"    \92©¤¼\9dþQ7#iÑî~l\8d¦\7fÔ&\ 5\97QM|±\14¸\97\93\87?\87\v\80Ë Ô\12ع#Ш»Ñ\11ú\ eçÊFuñ]®iK\ 2\ 6ÈØ\v¾XZ\0À¼Àý#\a.uæý'~.\1cdP\9a#\bM*J\9d@\91øh_\88TK_\853\0-"\8b\84\ 1r»òÕäU\ 6n{\e±A)2ØL\92ÔÏcF\91\v\0\ 6i\91\0 moy\92\vé0q¡\8fA\960\0\16"ñ¬\86\e\0`\8dM\91,Êsda\1fÀ\1aL\0\94ayË\9c\9bÍ,+îúnbcÿ\11NÓôs\81{ôÙ]?ëù[\1a@5?\a\ 5'\e"@õ\99u+ñî"=&5Dû\84\80\rª>$\bHu%õ\14x pm\ 2ÅCn¼°÷\98ð¢è
+Á×cRÝö'7\91\1e\93±\88\e\ 4 y\8cje\87òЯ[~ùÍëCª¡%4ù¸xá\BS¢¤YÈ\12\9a\ 1YBsUÛæïFÀ\1c\81®%ê «\10ÐúL®¶e\1c6]\1e\94qe\9bp
+ë"\9c·ï¸¦\93\9bùpr³\16)\98\87­7ñ\14ÈÜ·\9dy±9tót\81×\8b\ eª\85Q|à à ¬NQ|`ª[n!\18\17~\9cËW\82\8d\9bÊò\95ì\96jö£7\81\ ey\ 1<q¾/Z:\98º\12>\85\ 6\82v/\80#\e\ f\ 1\a¬ÒÕ¨ÝÊú\96m\96\179Ø$JYæ·Hº\89xAE\92\al\99_\9cå\ 5\97Ê\8ex¡D\7f%\v\ 3\9dbˤ\9b-/\1e2Ùwë¹#à\86Ã#\15Ñ\87°Ë¼x@èË$û´#\99T
+\1fö     [ýö£\96lãf\7fþÖë¥\9d\9d=hÑ(\93\8a?¹ÚèÐ÷åêXGÁÊ\ 1ï\8bTl\96V\81 Ë$R}\90ÝÖ\9e!HR\rõ \15\11\aä\95Ä\1eéè\14ÊüªL®Ø\8b¤¾u>)Sü'5[Åíuì\89\13\85\ 3\0J\11\ 4)wJ¾:öÚ?v\12awæ­/\7f´\81`ªcÿ\f\0è\ 6ök\11Ä;zRKÁ/*\ 2eì5"<I\ 4.OkÏ`/cO´*à\ 6\0ØåSWZ\9fd<\9c»|ò\12/\1c¾\1a
+\80]>WÑk+Ï\98\ 4\0ÄækHö\94\85ÝW\81\b
+\18\0¹û(\1a\ 5$$+a\0ìò¹jf\e>\ 2»|²h×\8cAás\ eX4qAqb×IAZ\17\ 1\02\80j=®#Ì\85dÛ#\0»|öx)´o\97Ï.iã\93\8d}÷õÈÒ\11ìýÍe±ÝoJÉìîÕF\8a\9e\854'\89%\88ê\fLo\8a"\rì»|®0f#\aH½i\92\94   ¨&ª{\16,º ø\9c\92YGªHdO\v©\1ep_,\fÀ-\ató»\19½k\ f¯\ e«¨ïûë\ 3`"x\0\9cñO\11\ 3Kõ6U\8bò°\81¨·\8ev\95¡\ e¾}+CÜ}«|\12Mg|§^\15\93Ô\8f\1aÒZ©\e\0`\ 1\v­k¨Dôeÿiªù\r\ 3Àßå\92Û:¶iqälyjî\r\ 3\1f½D$c¸\90Ï\1fõÖÕ~?ør\b\@VùdÚÅê'B\9c\94$Þõp\93$`Ph\14ùh7IuãµE\92úic\8e¹ÆéæÛ0h¾í\ e\17¸\9aoClÞ=@\19>\17A\ 4oç)\17A4\0\80"\88ën\bÞÆÑB\8eRC\ 4 \9e'±Ë\1eô®\96>\0®¢h\0\98Æ\òåB¹\94ÅÛyÊch\82·óôº]\82·oôº^\\10ÎP\ 2\ 5ßo\10L\1dñ¤S\_\16\ 6­§}\9dâ   \rn\9dÊ´·Â­Sõ§§tê2ð^\9dÊ<_Á«SÕÀOé\14ocuëT¦yc#\9dR\82\11Q\10\84ôlVë_\11ù\10P\80Ú{\8a|E\0Un4\12Ño\19jÕñ\9c\ 2
+nË\909ñ?²\f
+)9(q#%\10e<$\81\80¢\8c\87\ 1¯IZÙ0Rìþcp\111\0R(Aºë\9e.|ÿIÎqÎÖ´\0\91\15v>\a\18t\85©píê\v\80æú)Ky¶K\94´øV¿®ér\9a\9a6X¤©ArÛ\1c\eIGæUMcY\0\8cǶ,ß\9d!á9cL\19»r
+Â{û9ú\ 6x\974\15*£^à&V\ 6px\ 1°ç\98¤# ®ç&\ 1\0Üï-H\0\90¦\84U\0\0Ìxç\92¬ºI\11Î\ 4\9e\8eç~qÁÕwÉQ\ 5\a\r(à½P\ 5Ï\12ÕØ\8eÒ\b¼\9b\1f\1e_«MO¯UyQ\17\81\bÆ\80õù¢þH\12\18\9ba\0«  @ßk¥Ug7A\0\9cN²Ë\ euäAÜû\9c\ 6Ü\e\17°!Ú\16YV\1c%\1a\81]\85\19õ9Û\ 4Ò\88\8c}Ok\93¤ùÙj¥ÔôG\93>iîb¾TÚÙ\ eÎiíæ\10Ð`øc£S|Ó\11)V­þâÉË\ 6\a¤øè²Lß8 Åª¼»ã\ 6\ 1(V­ëdø\14¾bÕ«¨\7fù\1e\ f\80\14HrQ\7f{
+¤XµfÃ\ 4:\0Ūµ\84ê)QH±j\1dàòÄ\ 1)\90,Tæy\87`/V­®ç$/¨\84j(Qâþ\1a\15«rQ\7fu>¾õ\ 2_\vÓB@x\91h2ì\1d\ 2æ\7fN\9eb=çºÞ \0Ūu\94\8c\84\83½Xõò G\10ú-\1a;[9oÓ\ f\17õßy\ 1,\9696\e7û!¯\85q\80×\9crj\89\9d\87à\kɳ`ÚC [ìÂ!\0@\ 6÷Eöáô6íþ\11(©rÃÀ\92\95a\0Y\ 2\04Uæ³\bév\ 4 '!»¹ÀÅüI ¢ð8W\1cY\91\8fÈ.\97db\83\ 2`\17\0\0!\8eË\8d\1d\0\17®\82>zR\84õ\91=\97"¬ù\9d¹\14á{|\81ò$\19¦\b[\0\8e\14á\r\0\9e"l\89àH\11Þ0ÀS\84-\0G\8a°fú¦R\84\95\ 6s)Â;\ 4<Eè\81ðY¼\òC\9c\9f£ÃÇ)»Ná)B¿N]\17­W§8EèÖ)\ e\18¹u\8aS\84n\9dº.j¯Nq\8aЭS\9c"\1céÔ°^¹¥\ 1\96\ 4\14°\14a\16¯\b EXöIËpÝÕnËp]ÖnËP'ý\9a,\83BÊm¿Ú2\9c)Â}\93,\83qéÙû\18\a\93rÕ]per\9a|ã[ÆRrÌ\87\85ò[±âb_QųÓ|§xÇ\19¢h\9f\804a\12-¤=;Th\9cc¥£+;ÄÅÇ\ e\0\1c­\99´\90\9c&tß\12\||\ 3\0,ê ÑeïV©\8f\8d\ 6¦nQ\9a°ú?ß\1a\ 5¼Ì\99\bu\0\18&\bìüe\ 1\0ð\90àâã\e\ 6v\95æÙe-\11L£ÇØu#Q¼Q\11XÏÅi¾ö\f\b\0\89\rÀ,B\1e^VÏ\0\ e\90%\r/{a\81vÛ}b<Ï# /¡ÃFÄ>\1f\8fÃ$\b\8aãYL¢¨\0\10µ        (ý\r« \8aH{R\101\0¦ä²ã\89kÓ-BÔÊ\ 1Ði\97$. Í\82yñê\ 2{®y\92\v\99Ùø}\ 4d\90ß\95êt\8b¢hV\8d%(ç°\87(\9cas\84\98¼6-oÑÄG%FeÓgeÐ\83$ËÏ`¥\92j¥Ð9í¨ï\ 6¹Î\a\8e$\8b´ù±\95Åô\1cÞÝ÷s\96³È±=\84\90\84\9cØß!ØãÎ\856?ÞNa\9c°ôN\8c\ 5r»_\10¼\93Ç(\11Ò\9c\ 2\9ao\107\89\ eP\92Râ&\96¤\l8(\10Ò¬<ä] $²Í¼Ð>ô!/D\7få½!\98ßå\8d¿\92\9f\9fÖÊ\84Ã\v\17gZ+S\b»Îï\ 5%ê3)â-\ f7\b\80óº.Â)²1ÂÁ\93\1eΡ\13\r\84\ 5\19´@RÝ@\10
+\90\15\b»\e\ 2Ç>?8¨\11\ e\81\92ä.¼luý³>\89¶å£\17H\ 3Þ\f\1d8xú\84`\9cºq\ e\1e3¢0®¶Ëûl^æ6²Â\91\97¹\8d¬\0Ê_9/ãé0?­C¹\0¸
+ö®\ 2Ü\ 1\0%/s\16à¶D\80ò2»@\ 3dï!»\80Þ.{Þ¼\98\ 6£
\ 5¸\83\ 6ñ~fh#·¡\99¤\83d\86vº-'\86Èì\970;3C\1cötA8-\13Ù\95\e\ 4 y¬Z\96S\18\ egf\88'{ûµúzÝzµúªãõjõõºõju}ÝNiuN\93Z}\15P¸§¸äI­ÎeR«y\18¢C«©&}ͤ\ fúð\8dáîÅ4\98Ð¥åS6ñ\96\ 4Ò\9cûb\92\ 4%!S\ 4\85D*\89\8fi*°Ë4\1a\aq½o\1d\84ä­ßeÒÆ\97/Óæ³ñ%\94I\e_ß·&\e¯\902\16\e7úÇ \9567\91²·\9bðJ\9b\91mPÚÇ\92\95¡4\92\81u¬´Iø`\9e[^È3ùîí¸ÑJ\9b\147ç*\93¼]\0|ÃL
+=ª\9a\11\14Ð*\93B
+1\98ÃÑ?\ 3\831\1a\8a÷*a`Êh|ª\8a\18\80ï       °\15\13\e\94¼Ò.\1dÁ¾Ê¤\ eô\16¸\80l¤    \12\0 5vLr\81×\86\8f¸0N\v\r\8eÐ÷w8-4\98ÇÒ\8fCsÅ@\v\0XeBÓÊF\0\14·5Ì\19\84:ÊTÀ\0é ;LlTª\89¨Hp0\93¦_}Â/úfH\15T\0Îýg¸:rNEä#P\0Î-±-\1f\91\9c\8a\88\ 1\90SÙ$\1a ¢¸O\1aE^\0é2\8agNf\15\88\88\14\80ó\ 4E·U,\8bh\97\91Æ3É.#=îA²\8a@\ 1x        \87I\1f\r\81ÆÑ\8c(A¥\8f÷?\12\raLÍ°\82°#\81F\12¦v\9e\r²~\90<fïÈ\a^?\98¼C'\12\8duM\83y6\8a³W$\f\80D
+\8du\1d\1dA)\0?çé'ÿ\8c¨@¢ä\9f\11ÅlðÏ\88
\10D\1cvhF\14]ô£\19Q}\9d:\8eI\9dº
+À½:U\vÀ§têêÔòêÔU\0îÕ©:\ 1qJ§®\ 2p¯NÕN-§N\91¿\94?òü¡Á³j@ñØV\ 1\ 3ÈcK\ 2\ 6!\ 1]Jk0¡0\9e\18pW(à\ 1³ÅIÛtù\þ)U´u{\ 6\82\88ÃÓ6iÁÂxY\16_       úUþí\9eRu9^î)Uìx¹§T\ 5\11\ 3 n9Ún[eõv\993¯Åh\9bú±Îô±\8e®ÈJá\b\99w\86_\11½. ,QJ\98<B±qa\1cf\vgÉ/\85Zc;\8f\ 5ï]\8c\83!Uc×u0ÔFYýGQ\85Á0\15%H\98¥# åë\87p\ 4¡ú\I\92\8b(\0\ f\80}\91¨\88T\9f\7fØà\\9d½z1 \1aÐR\84è\1d\r\94\ e\e\11\95(á"\00\96»¾/Èe\93h\80\960@ºÊ\83D\83'\11\958¥Ä\85glGIn\87É#PñøH\1d\95@§¤\8e\88ãN\93QG6MÉÏosÊTÓëSÊ\94\8bM\ e\94\ 4¿(\a\802\89V\15\99\9eUlq0ãJ)¼Þ¨Dà6¡
+\88öRéP¼MâA"\95gáõ\1d\ 2\10ïåüz{
+ ð\9a\17\r¦ÑD"eJV ^à\93º\18Â.Ñ\ 1\ e\ 3TxMaÊ!\ e
+\842)\ fuJÖ\93\92Pá5=ê\87¼è\17âçeV\1e¨ðÚ#\ fÔÿ\9aÏr¶;\ 4[ûé\9e¿¦d5§È¦\87à§|üÄ!èå\16ýhÝåý6\94\\80\98cI\ 2\ 4áUÞ/z.gÑs¬+M\97\8fL\ 2\85²ë4\1dV\89\ eÆ-{gèU"\83i\7f\rMYÝè¶Ø\a·Å0\15\11ë,î©TD\850\97\8a\88[\9eKEÄm\9dKE´\188R\117\fðTÄ\r\ 3<\151:Â0\15\11·0\97\8a¨4\98KEÜ!à©\88\19\b\12\ e\82q\e§"î:\85§"ü:Å©\b·Nq*­S\9c\8a\14§"Ü:Å©\b·Nq*­S\9c\8apèT\9b\8ahiàHE´\18\88(`\80¥"\16?
+gÑ3«d£\rÏuÝ}\bÔ¦ÕB0Íöç\a\8dÍ<+»+Eó\fD\18\ eQ\16\91vZQ\e\90Ç\8chR\0\1f>D¯E À/m\99\88[D\ 3¿4Á&ÚÔIy
+I\8e\ 2B\ 3\ e\14\rh <¥DW\ 5I\0H\18\0\ 3¶J¶9
+ý9BÓ&¥\94ÃdRú\8dz\9c\ 1X\aÃÞ\94Uçç\98±¸.Î\ 4k¢Nà¸zg|%Z\ 3TOáÝ\96¾]tpúKTW7\ 3AÂAð¸\14\1a ;)í   Vnv»    Ä3Æѽcj½/ãð}K\ 1³å\17\1a\1cL=\b\f`\15¥Ú>$¬z}§T{\87\84åÀ\84\1c\f    Sj~\19BR¯J%\14¾Jt´o±á\92Ý\e\0û\90°:ª\971p¶ª\1d\12\r\90\8aÝ$\ 1°XH\ 6°\99¸ \84ÂE6\ 2)\91˲è4èO\82áçäªO\9bSÂØ\12\ 6ÏÛ^\ 1 \12\11\18        ÄOÉ\81 )\9dnÅtMu§aÖ øiÖ\9ai\98ÀP}\1e\12\ 1\19G_\1dÇw\b»µJ¦¡ú\fa\13 \b                Åó\v\12\ 40\8cî\85Àõ+ûuß\7fóÂö¦æú\93\93\17Å\e\ 4O«tC@Ap¾¬[\bÈ\bÅU\80\90\ edÑY¶I\94@\87ýç\1eÏ@üúÐ\8b¼ØÖ\97p³Û\9b\9b\vP\941\8aD\872\98NÔ¥Cõbßt(ød r{Ø\15¯\8b\87\ e\ f\9f£?Ï\86\ 3\8fe0!©\7f\8a\95\9e÷Í)^î\94\9d\17Û4/6#/úëKh9Q\v!GûZ\1f^Wqã&°Ö'Ñr¢;\ 4àÊ[\82 Q6Í¢k{)ï?ï\10\0×#H8 ¶ºV\94\1c\ f\1c\84\94§:òáIIÁNö\83Vñxßê­f¥gØ«\7f\8a´ºyÁ~èb;E×NVWx}JõS³\14Wv\99å&Mí\9a\90jJ»zì$»ÃÑFIÕ¡\16p\0|\98êQORr\97x\ 1\9emt\18\8f\16¼\99ZÇhÁ¡z+\10\8cÌ\18\8e\16\1c^\18ÃÑ\82Ã\8bs8ZÐ/\945 êU\8cv´àÝ@à£\ 5ýb].Wlv´àÐÄ\fG\v\ ey1\1c-\18ËìhÁ\98gG\vÆ<;Zð\ eÁRGÈáÀ\952Ñ9ë\91Õþø\0\1a¡Ð"a\1aTO\0h\0Ø\b\80RÚA\84Lú8;%¬J!¤\96\97Ï°ª2X0\9f\8eXr\ f\16Ü)\8f\9dý\83\ 5³p
+¨ûæJ¦ß¤\ 1\89«î\17\12¾î\9b«B¹\15\ad\ 5Û!\0@\86Kdzq¤\9eA\8b$)ÉðMÂ\0\99\8f\9d$\1a 5Ò«\89\88Êf\97Uàãf\89Ðߢª-\rl\19\9b@~¤\85\v\8a\13\18'\ 5i\95ØøLÿõ£ëÛz\1dÁW\18²I¢üL\81öS\fÜ3ñRhç<\8bC"\ 2\10\97­QQ\v\1fûMPKöR\91\ 1l\ 2\0dùC      ¢0Û\87þ_éx¯$pCß\8d\r@+\195ôÝ0°Í\14dçS\0\80\8cý\12m\92}äU¡©\86n\8bP²Í**ýx\8b\89\88
+\0\91\88\b\0\9bI\19v\ 4VO\ 5\1e\8eï\9b\88Iojì\aθ&:9Ûk\13\17E$¸µ\94\ 1H\18\98<\ 4\8e¢\8a\18Ø\95\89Ç\86Å\14½õÐÅ\v\80\87iS-rjÚ¤M\8b\ 4©
+v§`tt\f\ f\0(_\96\92:¡³ÿr໩e\ 3\90µ\D>\ 2Ë\\16\86\8aÈ\rOsÃ\1c²L½;\;êUÇÌ7\v\f {\89x\8a`­bx\131êMÊ}/\87&\97µ\È\ 1      ÿÚlR\1f@\9e\95¤,J\12Ò\94(J\120÷¸d\93\13è\9cß\8aú \rC\8bEØá\16\8bv¬|\f\9búné·'$\12Æ \8f\1eS:,\82\ 4\0H,ñ\ 5\e\9cc»êdÏ9\04· \ 5ð|»)7ô*\0\80:,(\ 5\10"z·p¦\94%iswX¤K\92¼Õzû,\84]Âá\19½W4jgqÞá\ 6\v\ e+\959\8dâ©òn\8dº.Y¯F]A)¯Bð¶á   \0\92B\0\1a\95£¤\92H\7fEÜL\1aÕ\8f\b¥l\92\ 3¥¿"\b\18\98´Üá±       \18 \1d\1e\9c7\18` -\e\v
+\98ô´¦IÃtU\vºÍJ\9e6mY4mOäP\92\96ùÜ)ù\90'eS0«\84{Vë!Ù\ 5\15/Ëä\8cm\89¦\r\89m\1d\ 2\0\95\84Ķ$\14 Ø\96\90Ø\96û\82¸Å¶Z\0\8eØÖÀ<\8fc[\ 3I\1aǶ\82>-v\1cÛ\1a\10q\1cÛò\ 3°)Ã8¶U\87ÇMŶ\96<\19ÛZòdl«\ 5à\88m5\0<±­Á\11º\8d\11µQæ}Ë6\0\84Æ\beÚÕ*¡\0¤Ö¹\aÑME¾[\ 6D\10.'\ 6@áö\ 6À\8e\14\an\ 2\ 6Èr×\10\ 4\f\9eË]\95²<\91\vv\9bvu%/+\9aGå¶ffãw÷Û\86¤AmlT\0H\82\84¤\0iÖT{\ 4dPS\96Ô\11\19\93Äe&\8b³\ 1ðÊä6G\10\1a\0Ç\99ØÖ&\ 1Ê°JÊ`tÔÎùªÁdØ\95Lì¤IÊ»(\8aöwøÕ\16Ý°!\ 5 3û\10/'dÊS\92øh³\b\8d·ÚjÃã\11Úmµºú¢Û#ØipåQÝ4\88¶«eÜÖ\8c\ 3๦\92 \b« \94éL\92:=ùØGA6     ¦\82Ì\9b«¶èýéJ\98õô6ÃQ|Þf¢\80û\r\0\12f=\ 3îáHªeV\ 6\93&\ 2P|×\eûz-\ 6ÀõV\a;     \0\10gq5Ñ@©Ý;\v2Ã˺ɷÓ\7fùõ/¿úÛð#üøõ?½\8ccýþõ\9fëÿùõ\1f+ìx¼ \96íõ¿ùí\8f¿øïÿúã\ f¿ÿÍïþå?\7f÷×?þîoþöÇ¿ýÇ¿þöÿþæw¿ýñ?ÿß\8f¿û\87?ýþ\ f\7føñ\8f\7fñ\9b\7füË\1f\7fûóÇ?üþwÿëwÿñ§\1f\7fõã\9fÿô§\7fûë_ýêÏ\7fþóÏ?ýóïÿóç¿üîO¿úÇ°­ÿô\1fÿã_þϯþí?ëw?ÿùO\7füÃ_þøõÿþå¿þú\85Ýÿ\a\18ã\bU
+endstream
+endobj
+396 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 836 0 R
+/Name /Im379
+/Width 32
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]̱\11\80 \10DÑÏ\10\10R\ 2m\98Ñ\96ÙQ\1a¥PÂ\85\178\9e\88\8e\81ÁÛdg\97l N8rO\1aF\1ehé쵱ݤÍ\9a\87ÿ¹ÛBø\bѤE­¯ÒÓ\98Ï+£Õ9:¡(\17\87Ø/A
+endstream
+endobj
+397 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 837 0 R
+/Name /Im380
+/Width 32
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\80¡\1e\8a\99\7f\14ÿÿÿ\ 1\8eq«c\ 3\ 6æ\1fö\a@\98ñ\ f\ 4\ 3âzù\ 6\ 6ùÿ@E\7f\18\0jî=\ e
+endstream
+endobj
+398 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 838 0 R
+/Name /Im381
+/Width 40
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿ÿÿ\8fÿp\82ý\ 3C=\ 3Õ\89\1f¨Ä\1f\10ñ\ eD<gøÇðÿq\ 3\90xøð\ fÃÿ\aÿ\7f00?\90\0\0\82\b<t
+endstream
+endobj
+399 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 839 0 R
+/Name /Im382
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÃÀÀÀþ¿\81\81\81¿ñ\0\ 3\83\1cC\ 2\ 3\83\r\83\ 1\ 3C\ 5\83\ 4\ 3Ã\a\ 6\ e\10ÁÂÀ\b&\1e\0  æ\a\fL\ 3\83\bþ\86ÿÿ\eþÿ\0\13\0Æ¥*¶
+endstream
+endobj
+400 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 840 0 R
+/Name /Im383
+/Width 56
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUϱ  \ 3!\18\86áO\ 4Ó\b\16Çe\85KgH\861\e\bDÈZ)\f\11,¯80úKÐ+^\9eúÍI«\1c\90×Iå\bå'<\0\8e\19×ʱq©0\7föó\80     \r[@0V\11Ë\ e]±F\1e\89\81Åq\1e*ì5\82oA;|"qk\9c:ÒA§Bü#;"BÜ      ¾\83­å¥ð&°\ 1ÏH\11é\a\vQ>\82
+endstream
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 841 0 R
+/Name /Im384
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão| á,``.Q ÏSÀ\ fFìm\1fÀ¨\80½¡\82ù\0\1cÙ0>\0"\19Æ\ar\8c\ fø\18>°3~`füÀØø\81áQ\ 5\83\8d\ 1\0\18>
+endstream
+endobj
+402 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 842 0 R
+/Name /Im385
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?À aÁ`ÀÃPÀÆð\80\99á\ 1\ 3\ 6 b\80 \ f\ 2\8c,\18\18d\98\ed\98\ fð1\1f`g<ÀÜÐÀð°\81Á\8e\ 1\0­\91\12·
+endstream
+endobj
+403 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 843 0 R
+/Name /Im386
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿ?\ 6ö\ 3\fÌ0Äø\0\81\18> ¡
+$d\83\84ä\90\10?\12bo@ \88Ñõÿ\81\b\0b\12\18q
+endstream
+endobj
+404 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 844 0 R
+/Name /Im387
+/Width 24
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9fáÿ\7f\ 6æ\a\f\8c0Äð\ 1      U !\e$$\87\84ø\91\10{\ 3\101\1fo`üÞÀ \7f\80\81ý\0\ 3ó\ 1\ 6Æ\ 3\f\f@s\13\18\18\14\0Ü\e\17!
+endstream
+endobj
+405 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 845 0 R
+/Name /Im388
+/Width 24
+/Height 48
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMͱ\rÂ0\10@ÑoY\8a\e\v·\14(YÃ\ 5\12\8c\92\11\ÒÅlv\11\8b\6p\ f\ 5áP$K¯þ\9f\v\8c\9dÔ      \95Ðî飷º¼ezIô2xñNÝSݪlÊÜ(\8d\8Ã\9e:\99`|ýqb\14\14x\98\f×Ã\7f\1f¿\9e?\1cÉ
+endstream
+endobj
+406 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 846 0 R
+/Name /Im389
+/Width 32
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 3\0       Û\ 3Þ
+endstream
+endobj
+407 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 847 0 R
+/Name /Im390
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93``°a`\90CBüH\88½\ 1\81\98\ f\80Ða0J|`\90ø "ñC\85á\r\vÁ\1e\ 3\a\0L\80\ f¨
+endstream
+endobj
+408 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 848 0 R
+/Name /Im391
+/Width 40
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÎ!\ e\840\10\85á¿!\ 1C\82]\ 5W@"\1aÎÂ1\10M\98£õ(=B%\ eÞ Èn²æ\eñ\8by\1c\ 6á*Ð\95\1d\ 6ëa¤u\1a\88\ 4#AFmsfÎo>/ü%ý\12\9dõeBO\1e\ 6a\9d9Y4N(èVgw"j£vúJµºlpU1åù\ 6\9fæ%z
+endstream
+endobj
+409 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 849 0 R
+/Name /Im392
+/Width 48
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`H`øÀ`Ãð\81±\83A\8e¡\82¹\ 5\81Höf0û0\ 3?\83\róÁ\ 68Éø\10L>``o\90\83\90@\13\90\ 3ü\f\15Pò0\84|ÀßPÁ\90\b!?°\1f°`HüÁ\9f`Á`x\86Ï \82\9d\80\81\9fñ\aû\ 1\ 6\0#o&¢
+endstream
+endobj
+410 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 850 0 R
+/Name /Im393
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüaÃÀÜ\93ÄÀÎô\98\81\9fña\ 3\1c3|8\80\84\19Ø\e\98ù\0\bÛ\80ñÁ\a\10\9cø@\8e\83\1c\83\ 1\90\16\0b\ e .ö\ 66\ 6\0Û\90\1dÿ
+endstream
+endobj
+411 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 851 0 R
+/Name /Im394
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15ȱ\r\800\fEÁgYÂ%-cPÒe\95°\ 5¥³Ù\1fÅ#0\0R\0éª[\8bc£/ô <oÏË´\9bp\11¢É¦|¦Oâù#\92\18òQ\1fËBâL\1a/?\8d\18<
+endstream
+endobj
+412 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 852 0 R
+/Name /Im395
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cE̱\r\80 \14EÑGH°!ÚÚ±\ 2#1\82¥%£1
+#XÒ}ÿ#òmNr\9b\90&$UÜØ xâê\ 2Í(ä"\99$\19\1f\919     \18ä\81n\16®*hF1²q\1a\91ì$\10o¸IWðSð\ 2\83¥-Í
+endstream
+endobj
+413 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 853 0 R
+/Name /Im396
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ñ\rÀ \f\0Á\8fR¤d\830\ 3=\ 5£d\ 4J\97\19Í£x\ 46 H(\85}Òe (<\ 6­\83
+X\85±Ê\r\9fÂëõOõ\ fó\19¡\84uÏSIS?\8bï\1a\8d
+endstream
+endobj
+414 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 854 0 R
+/Name /Im397
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%̱  \800\10\1f\ 2^#É\ 2¢k¤\10gq\84\94)\ 4\83sYd\94\8c\85\85QáÕoÊì\95U)\81Ú£\1d*D\9b1åE\ 5\85\b\89;\99#X3\vgÇæX>cã_þ'¹\11Û\141E¨­s\ 4Ç0à/¬>E\96\18\95
+endstream
+endobj
+415 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 855 0 R
+/Name /Im398
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmα\r\800\10\ 3@G_|\99\r\98\ 4\89µèøÑ2JFHI\11åñ\8b\8a\90æÜØ\92½\ 3ðA´\10ù\92ê\1f´\ 5ç\82ÃYßq\a[\90ÁT\v
+\91ú\92\91Ú\8cÚLå#     ¸½Ü\8dt<çÚ*'
+endstream
+endobj
+416 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 856 0 R
+/Name /Im399
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão| á,``.Q ÏSÀ\ fFìm\1fÀ¨\80½¡\82ù\0\1cÙ0>\0"\19Æ\ar\8c\ fø\18>°3~`füÀØø\81áQ\ 5\83M\ 5\ 3\ 3\ 4Ù !9$$ÏÀø\9f\81\ 1\88ø\ 1¡\9b\1d\v
+endstream
+endobj
+417 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 857 0 R
+/Name /Im400
+/Width 32
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³a``H\ 6âÇ\r\f\f\1f\0\ 3C!\103>\80`\ 6\10þ\80\86+а\r\ e,\87\ 5ócbÆÿÿ\18\18@\98½\ 1\81\99\ f`bÆÇ@ü\1c\18Èy\b¤\v\e@\86\ 2\0\86\89 \9f
+endstream
+endobj
+418 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 858 0 R
+/Name /Im401
+/Width 32
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÍ!\ e\83P\10\84á\7f\83\0ÑðlÅ;D%®Wá\bH\ 4\81\97ô\12=\ eI/\82«E>A\80ÉbÈæÛ\8c\9aI;ü\8eÄÿ33²0ÐÑÓHÔ\8f¼¨]#OJ\87\v7o0\15\85MQ¦\15Ôi\8a¦h\8bÌ®½Ó\ç®[5\92\89\96    å\97â¨`{\9c\9aÓ#l
+endstream
+endobj
+419 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 859 0 R
+/Name /Im402
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ãoH\96Hx¸ÃàÃ\a\89\ f\1f8\12>ð0T°Á\10\ 3\83\r\12\92\ 3¡\ 402àg\13àç\97àçç\91mg\938Æø¡\ 6\0ÒQ\10r
+endstream
+endobj
+420 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 860 0 R
+/Name /Im403
+/Width 24
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀÜÂÀÎÄÀÏ\bD\rü\f@t\80\9fÁ\81\9f!\ 1\88Ø\e\f \88ù\0\10I\0ÑÁ\a \94øÀ"á\83\85Á\83
+\81\a\15\1c\a*\80
+\0\14Ü
+endstream
+endobj
+421 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 861 0 R
+/Name /Im404
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\81ÿ@Ì~\80ÿ\ 1ó\ 1f f\0á\ 2Æ\a`l\0Ä\16@,Áð\ 1\8cyà¸\82\81\ 5\88\19àØ\ 6\rË¡a~4ÌÞ\80\8a\81\96\82qýÿ\ 6\10\ 6\0É:!C
+endstream
+endobj
+422 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 862 0 R
+/Name /Im405
+/Width 56
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÏA
+Â0\10\ 5Ð?\ 4ÒM%Û
+\82W\88»\1e\87\8bx³x\939BD\90.\848ô6«·~\1e(\0<À°\91Q;
+V!l$|;">\1d\13Þ\1d#^ùÀ£\16\85XqÄé\80\1e\1c\8d\93'ã¢,<\1a^¹í8å¼CY8\19\81å\140üI\823\88\11\8d\19!SÅ\1dm½6ײQ~Ô\9d=m
+endstream
+endobj
+423 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 863 0 R
+/Name /Im406
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`?ð\81/¡BÆ BF BF¢ÂFÂF\8e\a\86\18äl\18ä,\18ä>0È70ð\ 3\91\ 3\ 3¿\ 2\ 3¿\0\ 3{\a\ f{\8b\1c\b5ó1\1fha>PÁ|\80\ 1\88\18\1f \10Ã\a\83\81ÿ\a\ 3û\ f\ 6\86
+\ 6\0Ö\8a\eÂ
+endstream
+endobj
+424 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 864 0 R
+/Name /Im407
+/Width 24
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dΡ\r\800\14\84á¿¡\ 1\ 4\ 1$\82\10F@V \18¥# \91\1d\8dQ\18\81\11軤\9eä\93w\97óà¡\85 FØ$\16Ï\ f¯\9cÅ%Av\98e\81^\ 6h¤JÆÝÆV¢ÊA?:¨s\ 2\1c\90à\805¿û\0Îy\17"
+endstream
+endobj
+425 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 865 0 R
+/Name /Im408
+/Width 16
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c;À À ÀÀÁÀ\ 2\84L\f\8c@ÈÐÀÐÀ× \ f\86ü\rì\f\0\ 5\ 6
+endstream
+endobj
+426 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 866 0 R
+/Name /Im409
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%±\11\80 \f@Ñ怒#\v\ 6\8d΢\e¤´°`4FÉ\b\94V\9e¨ï\9e6æN)XÂ"[À¥º4\9fFï#ýoô\ 3\eÏïú]ØRmy¯y&\82B\0©ï©E\1¥\ 4\92 \ 1¹áz\0\9dP!\ 6
+endstream
+endobj
+427 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 867 0 R
+/Name /Im410
+/Width 24
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuα\r\80 \14\84á\1fI´1ÆÒÂ!,\19\87\11()\19í\8dÂ\b\8e \1c¡4ùº»KΠ     \17ì°\82\aWp\ 6UY\82 ·\1c²\r\ 5ßX×\ 6®v\f¯¤)Oáß#£\1fŤ½\81\85\ f\16\88
+endstream
+endobj
+428 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 868 0 R
+/Name /Im411
+/Width 40
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUͱ\r\80 \14\87\18±Ã\rt\ 4K+u0
+Fc\14FÀN\8dA?\bDoqÚ\vt ¦?ªà\ 3g\86\1d\81-íN\b»\12&#õ\90èõH\84IdA\vÌ\ 5\85:q¡\ 1vT/Ì\81\16Ð\11A\18\82¹ÛCúÈ\ 3ª:#ÿ
+endstream
+endobj
+429 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 869 0 R
+/Name /Im412
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8ÀÀÀø\0\82\19> á\ 2 ®\80b\v ¶\81b\19 \96\ 3b>(æ\abv(fn\80\ 3\10Ìð\0\8c\ f0$\0a\ 1\10\e\0¡\ 4Ð8\10æ\ 1\1aõ\8fA\8e±\8f\81¿\91\9d\81ÿ03\ 3û\7fÆ\ 6¶zÆ\ 6f9\86\ 3\0
+z\16\e
+endstream
+endobj
+430 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 870 0 R
+/Name /Im413
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\9f\81\81á?\88`?\0$\98Q       Æ\a\98\ 4Ã\a\ 4Á\ 6#*\98Q   v aÿ¿\ 1JØ0\83\bF !Ç\b4V\8e\ 1\898ÀÀÏÀ\90\80N°7 \11\ 5\10\ 2è¢\ f@\82ù\ 3Cýÿÿ\10\ 2\0×,)9
+endstream
+endobj
+431 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 871 0 R
+/Name /Im414
+/Width 16
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿàÿ\a\10\ 4\0"\84\a­
+endstream
+endobj
+432 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 872 0 R
+/Name /Im415
+/Width 8
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨ù÷ï_\8d\ 5\ 3\1cX@\ 4\0\bÅ
+endstream
+endobj
+433 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 873 0 R
+/Name /Im416
+/Width 24
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK``øÀÀð\ 3\8cjÀÈ\ e\8cä\18\18äÁ\88¿\ 1\84Ø\ f\80\10ó\ 3\10\0BP=\15¨ÚpêAÓ\ 6ÑcÃÀ \ 1\0m\9b\19ð
+endstream
+endobj
+434 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 874 0 R
+/Name /Im417
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ð\81\81ù!\ 4³?üÁÀ\9e¸\83\81½\18  \e[0ð\19Ë0ðÙC±\1c\143È0È\ 1!\84\85\8aÿ\1f\0Â\87\0\0±L\19ö
+endstream
+endobj
+435 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 875 0 R
+/Name /Im418
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÏ\7f0b¨` :úÿ\ 3\8a\00K\eô
+endstream
+endobj
+436 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 876 0 R
+/Name /Im419
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90c``°GÂÅ\r\büù\0\ 3ÃC\bf|ø\80\81ñ\0\ 43\1føÀÀÜP\0Æì\r\15\fì\f\16`ÌÏ`ÃÀÇ ÃPÿð\7fÃÿ\87ÿ\ f\80h\0\1c\96
+endstream
+endobj
+437 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 877 0 R
+/Name /Im420
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccî?ÀÀ¾ÿ\ 3\ 3ûÿ?\fì?ê\18Ø\1fÈ\ 31?\ 3û\ 1þ\ 6ö\ 3ì\rì`\92\19\a\0ª\87è\ 5\99\ 12kÿ\ f\ 6öþ\a\fì\r\f8q=\10ÿ\87Ò\0®{'\99
+endstream
+endobj
+438 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 878 0 R
+/Name /Im421
+/Width 24
+/Height 6
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK¨aøð\8fáï\7f\ 6û÷\aä\ f\1fàol\0\0Yú      g
+endstream
+endobj
+439 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 879 0 R
+/Name /Im422
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüSßÀþ¯þ\0ÿÿú\ 6ùö\1f\fvÌ?\18l\18\7f0T0@0\88ü\80\ 3\83ä@°\ 6Ȳ\ 1b; >\90\19üÿ\7f00ÿ¯``ø\ 3Ä\fx0û\ f\ 6\ 6þ\1f`\1a\0\1fÆ*8
+endstream
+endobj
+440 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 880 0 R
+/Name /Im423
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\80á?\10×\ 3\ 3\ 6âñ\a\ 1Å\7fØ\19\18ÿñ70¾ïo¨\7fþ¿áÿãÿ\fõ\ fþ1\0\0\1cX!Î
+endstream
+endobj
+441 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 881 0 R
+/Name /Im424
+/Width 24
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿÿ¡þÿ\ fûÿ\1f\18*\18È@ÿÿÿ\ 1¢úÿ\7fPÅù\18\19ìå\19äÿ3ðÿc`þ\ 3\0\1e:
+endstream
+endobj
+442 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 882 0 R
+/Name /Im425
+/Width 32
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿøÇÿùÏ\7fü\aÒ2ì\8c\aÈÁrì\8d`,Ï~ð\80|ÿã\ 3ÿÿýoøû§\9eáÏ\ f;\ 6\0\16â%²
+endstream
+endobj
+443 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 883 0 R
+/Name /Im426
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\81\81¡\1eD0ü\0b\86
+TÂ\ 6\v!\87\85àÇB°7`\12Ì\a\90\89\ 3Ì\a\98\19\12\18\1f06 \b\ 30Áð\81±Á\ 2DH\0\89\ 32 B\8e¡\82ñ\0\7fC\ 5û\ 1þÿÿÿC\b\0M@'A
+endstream
+endobj
+444 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 884 0 R
+/Name /Im427
+/Width 48
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Î1
+\840\14\0Ñ  \1fb#Øn!9\83¥\85\87ñ\18©Va/\16\10<Gª­¶°´\10¢?\85²i^70i£\83´«Í\8c\a¡ÔÌ\1c¥æ\a\ 4ó}\94õv\94E­>\85]såÿ:õå\b·mvPë\81ñ²ÏúGëu×n¥\12é³o\98¢¤À\14\13\ 5\88
+endstream
+endobj
+445 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 885 0 R
+/Name /Im428
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%±\r\840\f@ÑoEº4È5\ 5âV¸2\ 5\12«d\ 4\97t0Z6¸\15<\82K
+
+"xzÙù\9e,3\96±t¸4Ç\9fö6¶¾°\8dÄ ñI\91²Ë¿±\1f¬°ÃÕ$ªøO¼H\9b\9eÚÓ»R\15S\8a2Oä\93\14\93$2
+endstream
+endobj
+446 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 886 0 R
+/Name /Im429
+/Width 40
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMα  \800\10\85áw\ 4\ed\ 6K\8b\80«d\f;3ZFÉ\b)-\84ó\1e"^ó\95?¿ª^PÕ\e±É\8dÐ\90I"3¤c"\91\ 4"\15Ã\81\86\11\8cCj!pdK`×\8f,FB'å§`Áº\1aðÄêØ^,w\18ráä4y\0ñ\84
+endstream
+endobj
+447 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 887 0 R
+/Name /Im430
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=̱\r\830\10\85áß82\14\16¤t\11!FHé\ 2\89\ 6l\80Ë\8cu£Ü(y¤@Oß+îtg\13Øføé|üà¤ò¦¨³:+é\9fHGh\80Ë!/Ñ-QÃ`÷"¶JÚWÒ2\93\9e2L·øè/-\¾=41Ùe\19¡dÈE?\9d\1fÿÃ\13\8b
+endstream
+endobj
+448 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 888 0 R
+/Name /Im431
+/Width 24
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÊ1\r\800\10@Ñ_\8e\94\r\ 5M°Á\ 4HAB\1d\ e''¡#[é@hòÆ·(»\93\vç\8a%lƦF]´\88598?º\11\8f-\ 6\8b·Ê\86ð     ÚaP\e§\16®\87\9c8\86\17ö   !\85
+endstream
+endobj
+449 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Roman
+/Encoding 450 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+450 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+451 0 obj
+<<
+/CreationDate (Sat Apr 06 10:25:08 2002)
+/Producer (PStill 1.55 UNREGISTERED by F.Siegert [email protected])
+/Title (paper_dvi)
+>>
+endobj
+452 0 obj
+21886
+endobj
+453 0 obj
+92
+endobj
+454 0 obj
+68
+endobj
+455 0 obj
+68
+endobj
+456 0 obj
+65
+endobj
+457 0 obj
+48
+endobj
+458 0 obj
+158
+endobj
+459 0 obj
+157
+endobj
+460 0 obj
+91
+endobj
+461 0 obj
+110
+endobj
+462 0 obj
+102
+endobj
+463 0 obj
+95
+endobj
+464 0 obj
+69
+endobj
+465 0 obj
+73
+endobj
+466 0 obj
+151
+endobj
+467 0 obj
+28
+endobj
+468 0 obj
+103
+endobj
+469 0 obj
+114
+endobj
+470 0 obj
+12
+endobj
+471 0 obj
+119
+endobj
+472 0 obj
+148
+endobj
+473 0 obj
+98
+endobj
+474 0 obj
+25
+endobj
+475 0 obj
+97
+endobj
+476 0 obj
+108
+endobj
+477 0 obj
+55
+endobj
+478 0 obj
+93
+endobj
+479 0 obj
+115
+endobj
+480 0 obj
+60
+endobj
+481 0 obj
+70
+endobj
+482 0 obj
+34
+endobj
+483 0 obj
+46
+endobj
+484 0 obj
+34
+endobj
+485 0 obj
+40
+endobj
+486 0 obj
+22
+endobj
+487 0 obj
+41
+endobj
+488 0 obj
+73
+endobj
+489 0 obj
+86
+endobj
+490 0 obj
+75
+endobj
+491 0 obj
+34
+endobj
+492 0 obj
+40
+endobj
+493 0 obj
+37
+endobj
+494 0 obj
+90
+endobj
+495 0 obj
+46
+endobj
+496 0 obj
+62
+endobj
+497 0 obj
+50
+endobj
+498 0 obj
+63
+endobj
+499 0 obj
+28
+endobj
+500 0 obj
+52
+endobj
+501 0 obj
+42
+endobj
+502 0 obj
+73
+endobj
+503 0 obj
+65
+endobj
+504 0 obj
+77
+endobj
+505 0 obj
+60
+endobj
+506 0 obj
+66
+endobj
+507 0 obj
+75
+endobj
+508 0 obj
+36
+endobj
+509 0 obj
+45
+endobj
+510 0 obj
+54
+endobj
+511 0 obj
+40
+endobj
+512 0 obj
+52
+endobj
+513 0 obj
+42
+endobj
+514 0 obj
+27
+endobj
+515 0 obj
+23
+endobj
+516 0 obj
+31
+endobj
+517 0 obj
+89
+endobj
+518 0 obj
+58
+endobj
+519 0 obj
+66
+endobj
+520 0 obj
+109
+endobj
+521 0 obj
+39
+endobj
+522 0 obj
+104
+endobj
+523 0 obj
+24
+endobj
+524 0 obj
+103
+endobj
+525 0 obj
+77
+endobj
+526 0 obj
+71
+endobj
+527 0 obj
+61
+endobj
+528 0 obj
+49
+endobj
+529 0 obj
+113
+endobj
+530 0 obj
+81
+endobj
+531 0 obj
+13
+endobj
+532 0 obj
+96
+endobj
+533 0 obj
+79
+endobj
+534 0 obj
+89
+endobj
+535 0 obj
+101
+endobj
+536 0 obj
+87
+endobj
+537 0 obj
+44
+endobj
+538 0 obj
+12
+endobj
+539 0 obj
+60
+endobj
+540 0 obj
+38
+endobj
+541 0 obj
+50
+endobj
+542 0 obj
+44
+endobj
+543 0 obj
+70
+endobj
+544 0 obj
+84
+endobj
+545 0 obj
+75
+endobj
+546 0 obj
+35
+endobj
+547 0 obj
+77
+endobj
+548 0 obj
+73
+endobj
+549 0 obj
+90
+endobj
+550 0 obj
+62
+endobj
+551 0 obj
+59
+endobj
+552 0 obj
+57
+endobj
+553 0 obj
+44
+endobj
+554 0 obj
+63
+endobj
+555 0 obj
+90
+endobj
+556 0 obj
+15
+endobj
+557 0 obj
+71
+endobj
+558 0 obj
+47
+endobj
+559 0 obj
+133
+endobj
+560 0 obj
+92
+endobj
+561 0 obj
+83
+endobj
+562 0 obj
+53
+endobj
+563 0 obj
+54
+endobj
+564 0 obj
+92
+endobj
+565 0 obj
+81
+endobj
+566 0 obj
+53
+endobj
+567 0 obj
+65
+endobj
+568 0 obj
+57
+endobj
+569 0 obj
+60
+endobj
+570 0 obj
+56
+endobj
+571 0 obj
+84
+endobj
+572 0 obj
+140
+endobj
+573 0 obj
+37
+endobj
+574 0 obj
+22
+endobj
+575 0 obj
+134
+endobj
+576 0 obj
+64
+endobj
+577 0 obj
+110
+endobj
+578 0 obj
+119
+endobj
+579 0 obj
+96
+endobj
+580 0 obj
+84
+endobj
+581 0 obj
+133
+endobj
+582 0 obj
+73
+endobj
+583 0 obj
+46
+endobj
+584 0 obj
+74
+endobj
+585 0 obj
+17
+endobj
+586 0 obj
+90
+endobj
+587 0 obj
+39
+endobj
+588 0 obj
+88
+endobj
+589 0 obj
+92
+endobj
+590 0 obj
+96
+endobj
+591 0 obj
+17
+endobj
+592 0 obj
+32
+endobj
+593 0 obj
+54
+endobj
+594 0 obj
+62
+endobj
+595 0 obj
+32
+endobj
+596 0 obj
+35
+endobj
+597 0 obj
+31
+endobj
+598 0 obj
+23
+endobj
+599 0 obj
+69
+endobj
+600 0 obj
+53
+endobj
+601 0 obj
+36
+endobj
+602 0 obj
+52
+endobj
+603 0 obj
+51
+endobj
+604 0 obj
+60
+endobj
+605 0 obj
+62
+endobj
+606 0 obj
+60
+endobj
+607 0 obj
+45
+endobj
+608 0 obj
+30
+endobj
+609 0 obj
+19
+endobj
+610 0 obj
+39
+endobj
+611 0 obj
+42
+endobj
+612 0 obj
+46
+endobj
+613 0 obj
+88
+endobj
+614 0 obj
+52
+endobj
+615 0 obj
+57
+endobj
+616 0 obj
+13
+endobj
+617 0 obj
+27
+endobj
+618 0 obj
+98
+endobj
+619 0 obj
+85
+endobj
+620 0 obj
+76
+endobj
+621 0 obj
+83
+endobj
+622 0 obj
+22
+endobj
+623 0 obj
+65
+endobj
+624 0 obj
+68
+endobj
+625 0 obj
+83
+endobj
+626 0 obj
+55
+endobj
+627 0 obj
+42
+endobj
+628 0 obj
+52
+endobj
+629 0 obj
+80
+endobj
+630 0 obj
+45
+endobj
+631 0 obj
+60
+endobj
+632 0 obj
+67
+endobj
+633 0 obj
+44
+endobj
+634 0 obj
+36
+endobj
+635 0 obj
+39
+endobj
+636 0 obj
+61
+endobj
+637 0 obj
+15
+endobj
+638 0 obj
+76
+endobj
+639 0 obj
+137
+endobj
+640 0 obj
+59
+endobj
+641 0 obj
+66
+endobj
+642 0 obj
+85
+endobj
+643 0 obj
+139
+endobj
+644 0 obj
+96
+endobj
+645 0 obj
+61
+endobj
+646 0 obj
+70
+endobj
+647 0 obj
+31
+endobj
+648 0 obj
+31
+endobj
+649 0 obj
+55
+endobj
+650 0 obj
+37
+endobj
+651 0 obj
+58
+endobj
+652 0 obj
+17
+endobj
+653 0 obj
+79
+endobj
+654 0 obj
+96
+endobj
+655 0 obj
+18
+endobj
+656 0 obj
+55
+endobj
+657 0 obj
+95
+endobj
+658 0 obj
+21748
+endobj
+659 0 obj
+18
+endobj
+660 0 obj
+52
+endobj
+661 0 obj
+74
+endobj
+662 0 obj
+57
+endobj
+663 0 obj
+18
+endobj
+664 0 obj
+33
+endobj
+665 0 obj
+13
+endobj
+666 0 obj
+80
+endobj
+667 0 obj
+61
+endobj
+668 0 obj
+63
+endobj
+669 0 obj
+20
+endobj
+670 0 obj
+49
+endobj
+671 0 obj
+79
+endobj
+672 0 obj
+88
+endobj
+673 0 obj
+87
+endobj
+674 0 obj
+110
+endobj
+675 0 obj
+74
+endobj
+676 0 obj
+72
+endobj
+677 0 obj
+83
+endobj
+678 0 obj
+108
+endobj
+679 0 obj
+38
+endobj
+680 0 obj
+92
+endobj
+681 0 obj
+50
+endobj
+682 0 obj
+75
+endobj
+683 0 obj
+14
+endobj
+684 0 obj
+105
+endobj
+685 0 obj
+130
+endobj
+686 0 obj
+93
+endobj
+687 0 obj
+69
+endobj
+688 0 obj
+79
+endobj
+689 0 obj
+107
+endobj
+690 0 obj
+72
+endobj
+691 0 obj
+100
+endobj
+692 0 obj
+27
+endobj
+693 0 obj
+40
+endobj
+694 0 obj
+44
+endobj
+695 0 obj
+84
+endobj
+696 0 obj
+26
+endobj
+697 0 obj
+80
+endobj
+698 0 obj
+88
+endobj
+699 0 obj
+116
+endobj
+700 0 obj
+25
+endobj
+701 0 obj
+43
+endobj
+702 0 obj
+57
+endobj
+703 0 obj
+64
+endobj
+704 0 obj
+25
+endobj
+705 0 obj
+46
+endobj
+706 0 obj
+131
+endobj
+707 0 obj
+99
+endobj
+708 0 obj
+72
+endobj
+709 0 obj
+32
+endobj
+710 0 obj
+93
+endobj
+711 0 obj
+66
+endobj
+712 0 obj
+25570
+endobj
+713 0 obj
+109
+endobj
+714 0 obj
+188
+endobj
+715 0 obj
+89
+endobj
+716 0 obj
+105
+endobj
+717 0 obj
+49
+endobj
+718 0 obj
+50
+endobj
+719 0 obj
+14
+endobj
+720 0 obj
+90
+endobj
+721 0 obj
+59
+endobj
+722 0 obj
+93
+endobj
+723 0 obj
+17
+endobj
+724 0 obj
+74
+endobj
+725 0 obj
+34
+endobj
+726 0 obj
+91
+endobj
+727 0 obj
+80
+endobj
+728 0 obj
+52
+endobj
+729 0 obj
+64
+endobj
+730 0 obj
+43
+endobj
+731 0 obj
+47
+endobj
+732 0 obj
+62
+endobj
+733 0 obj
+72
+endobj
+734 0 obj
+80
+endobj
+735 0 obj
+74
+endobj
+736 0 obj
+60
+endobj
+737 0 obj
+27
+endobj
+738 0 obj
+86
+endobj
+739 0 obj
+11
+endobj
+740 0 obj
+58
+endobj
+741 0 obj
+84
+endobj
+742 0 obj
+122
+endobj
+743 0 obj
+132
+endobj
+744 0 obj
+45
+endobj
+745 0 obj
+131
+endobj
+746 0 obj
+89
+endobj
+747 0 obj
+47
+endobj
+748 0 obj
+89
+endobj
+749 0 obj
+55
+endobj
+750 0 obj
+76
+endobj
+751 0 obj
+84
+endobj
+752 0 obj
+87
+endobj
+753 0 obj
+61
+endobj
+754 0 obj
+50
+endobj
+755 0 obj
+13
+endobj
+756 0 obj
+110
+endobj
+757 0 obj
+34
+endobj
+758 0 obj
+113
+endobj
+759 0 obj
+12
+endobj
+760 0 obj
+93
+endobj
+761 0 obj
+77
+endobj
+762 0 obj
+76
+endobj
+763 0 obj
+28
+endobj
+764 0 obj
+20957
+endobj
+765 0 obj
+90
+endobj
+766 0 obj
+31
+endobj
+767 0 obj
+97
+endobj
+768 0 obj
+158
+endobj
+769 0 obj
+132
+endobj
+770 0 obj
+98
+endobj
+771 0 obj
+69
+endobj
+772 0 obj
+48
+endobj
+773 0 obj
+106
+endobj
+774 0 obj
+59
+endobj
+775 0 obj
+61
+endobj
+776 0 obj
+29
+endobj
+777 0 obj
+52
+endobj
+778 0 obj
+95
+endobj
+779 0 obj
+66
+endobj
+780 0 obj
+12
+endobj
+781 0 obj
+28
+endobj
+782 0 obj
+47
+endobj
+783 0 obj
+53
+endobj
+784 0 obj
+32
+endobj
+785 0 obj
+36
+endobj
+786 0 obj
+17
+endobj
+787 0 obj
+63
+endobj
+788 0 obj
+27
+endobj
+789 0 obj
+32
+endobj
+790 0 obj
+104
+endobj
+791 0 obj
+15
+endobj
+792 0 obj
+113
+endobj
+793 0 obj
+62
+endobj
+794 0 obj
+41
+endobj
+795 0 obj
+57
+endobj
+796 0 obj
+63
+endobj
+797 0 obj
+81
+endobj
+798 0 obj
+56
+endobj
+799 0 obj
+84
+endobj
+800 0 obj
+77
+endobj
+801 0 obj
+16
+endobj
+802 0 obj
+50
+endobj
+803 0 obj
+19
+endobj
+804 0 obj
+135
+endobj
+805 0 obj
+33
+endobj
+806 0 obj
+12
+endobj
+807 0 obj
+32
+endobj
+808 0 obj
+61
+endobj
+809 0 obj
+27
+endobj
+810 0 obj
+33
+endobj
+811 0 obj
+54
+endobj
+812 0 obj
+67
+endobj
+813 0 obj
+56
+endobj
+814 0 obj
+60
+endobj
+815 0 obj
+87
+endobj
+816 0 obj
+52
+endobj
+817 0 obj
+65
+endobj
+818 0 obj
+52
+endobj
+819 0 obj
+43
+endobj
+820 0 obj
+81
+endobj
+821 0 obj
+83
+endobj
+822 0 obj
+71
+endobj
+823 0 obj
+24
+endobj
+824 0 obj
+48
+endobj
+825 0 obj
+16969
+endobj
+826 0 obj
+109
+endobj
+827 0 obj
+105
+endobj
+828 0 obj
+117
+endobj
+829 0 obj
+85
+endobj
+830 0 obj
+148
+endobj
+831 0 obj
+25
+endobj
+832 0 obj
+32
+endobj
+833 0 obj
+107
+endobj
+834 0 obj
+78
+endobj
+835 0 obj
+24187
+endobj
+836 0 obj
+84
+endobj
+837 0 obj
+54
+endobj
+838 0 obj
+56
+endobj
+839 0 obj
+69
+endobj
+840 0 obj
+135
+endobj
+841 0 obj
+65
+endobj
+842 0 obj
+62
+endobj
+843 0 obj
+47
+endobj
+844 0 obj
+64
+endobj
+845 0 obj
+102
+endobj
+846 0 obj
+12
+endobj
+847 0 obj
+47
+endobj
+848 0 obj
+111
+endobj
+849 0 obj
+104
+endobj
+850 0 obj
+66
+endobj
+851 0 obj
+74
+endobj
+852 0 obj
+91
+endobj
+853 0 obj
+73
+endobj
+854 0 obj
+96
+endobj
+855 0 obj
+84
+endobj
+856 0 obj
+82
+endobj
+857 0 obj
+77
+endobj
+858 0 obj
+111
+endobj
+859 0 obj
+59
+endobj
+860 0 obj
+65
+endobj
+861 0 obj
+70
+endobj
+862 0 obj
+128
+endobj
+863 0 obj
+93
+endobj
+864 0 obj
+91
+endobj
+865 0 obj
+35
+endobj
+866 0 obj
+91
+endobj
+867 0 obj
+86
+endobj
+868 0 obj
+98
+endobj
+869 0 obj
+96
+endobj
+870 0 obj
+85
+endobj
+871 0 obj
+14
+endobj
+872 0 obj
+20
+endobj
+873 0 obj
+57
+endobj
+874 0 obj
+57
+endobj
+875 0 obj
+22
+endobj
+876 0 obj
+69
+endobj
+877 0 obj
+72
+endobj
+878 0 obj
+27
+endobj
+879 0 obj
+77
+endobj
+880 0 obj
+52
+endobj
+881 0 obj
+49
+endobj
+882 0 obj
+51
+endobj
+883 0 obj
+83
+endobj
+884 0 obj
+113
+endobj
+885 0 obj
+99
+endobj
+886 0 obj
+103
+endobj
+887 0 obj
+110
+endobj
+888 0 obj
+83
+endobj
+xref
+0 889
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000283 00000 n 
+0000000322 00000 n 
+0000000344 00000 n 
+0000044744 00000 n 
+0000066706 00000 n 
+0000066987 00000 n 
+0000067244 00000 n 
+0000067502 00000 n 
+0000067757 00000 n 
+0000067995 00000 n 
+0000068343 00000 n 
+0000068690 00000 n 
+0000068971 00000 n 
+0000069271 00000 n 
+0000069564 00000 n 
+0000069850 00000 n 
+0000070110 00000 n 
+0000070374 00000 n 
+0000070716 00000 n 
+0000070935 00000 n 
+0000071229 00000 n 
+0000071534 00000 n 
+0000071736 00000 n 
+0000072046 00000 n 
+0000072385 00000 n 
+0000072674 00000 n 
+0000072890 00000 n 
+0000073178 00000 n 
+0000073477 00000 n 
+0000073723 00000 n 
+0000074007 00000 n 
+0000074313 00000 n 
+0000074564 00000 n 
+0000074825 00000 n 
+0000075050 00000 n 
+0000075287 00000 n 
+0000075512 00000 n 
+0000075743 00000 n 
+0000075956 00000 n 
+0000076188 00000 n 
+0000076452 00000 n 
+0000076729 00000 n 
+0000076995 00000 n 
+0000077220 00000 n 
+0000077451 00000 n 
+0000077679 00000 n 
+0000077960 00000 n 
+0000078197 00000 n 
+0000078450 00000 n 
+0000078691 00000 n 
+0000078945 00000 n 
+0000079164 00000 n 
+0000079407 00000 n 
+0000079640 00000 n 
+0000079904 00000 n 
+0000080160 00000 n 
+0000080428 00000 n 
+0000080679 00000 n 
+0000080936 00000 n 
+0000081202 00000 n 
+0000081429 00000 n 
+0000081665 00000 n 
+0000081910 00000 n 
+0000082141 00000 n 
+0000082384 00000 n 
+0000082617 00000 n 
+0000082835 00000 n 
+0000083049 00000 n 
+0000083271 00000 n 
+0000083551 00000 n 
+0000083800 00000 n 
+0000084057 00000 n 
+0000084357 00000 n 
+0000084587 00000 n 
+0000084882 00000 n 
+0000085096 00000 n 
+0000085390 00000 n 
+0000085658 00000 n 
+0000085920 00000 n 
+0000086172 00000 n 
+0000086412 00000 n 
+0000086716 00000 n 
+0000086988 00000 n 
+0000087191 00000 n 
+0000087478 00000 n 
+0000087748 00000 n 
+0000088028 00000 n 
+0000088320 00000 n 
+0000088598 00000 n 
+0000088833 00000 n 
+0000089034 00000 n 
+0000089285 00000 n 
+0000089514 00000 n 
+0000089755 00000 n 
+0000089990 00000 n 
+0000090251 00000 n 
+0000090526 00000 n 
+0000090793 00000 n 
+0000091020 00000 n 
+0000091289 00000 n 
+0000091554 00000 n 
+0000091836 00000 n 
+0000092090 00000 n 
+0000092341 00000 n 
+0000092591 00000 n 
+0000092828 00000 n 
+0000093084 00000 n 
+0000093367 00000 n 
+0000093573 00000 n 
+0000093837 00000 n 
+0000094077 00000 n 
+0000094403 00000 n 
+0000094688 00000 n 
+0000094964 00000 n 
+0000095210 00000 n 
+0000095457 00000 n 
+0000095742 00000 n 
+0000096016 00000 n 
+0000096262 00000 n 
+0000096520 00000 n 
+0000096770 00000 n 
+0000097023 00000 n 
+0000097272 00000 n 
+0000097549 00000 n 
+0000097882 00000 n 
+0000098112 00000 n 
+0000098327 00000 n 
+0000098654 00000 n 
+0000098911 00000 n 
+0000099214 00000 n 
+0000099526 00000 n 
+0000099815 00000 n 
+0000100092 00000 n 
+0000100418 00000 n 
+0000100684 00000 n 
+0000100923 00000 n 
+0000101190 00000 n 
+0000101399 00000 n 
+0000101682 00000 n 
+0000101914 00000 n 
+0000102195 00000 n 
+0000102480 00000 n 
+0000102769 00000 n 
+0000102978 00000 n 
+0000103203 00000 n 
+0000103450 00000 n 
+0000103705 00000 n 
+0000103930 00000 n 
+0000104158 00000 n 
+0000104382 00000 n 
+0000104598 00000 n 
+0000104860 00000 n 
+0000105106 00000 n 
+0000105335 00000 n 
+0000105580 00000 n 
+0000105824 00000 n 
+0000106077 00000 n 
+0000106332 00000 n 
+0000106585 00000 n 
+0000106823 00000 n 
+0000107046 00000 n 
+0000107258 00000 n 
+0000107490 00000 n 
+0000107725 00000 n 
+0000107964 00000 n 
+0000108245 00000 n 
+0000108490 00000 n 
+0000108740 00000 n 
+0000108944 00000 n 
+0000109164 00000 n 
+0000109455 00000 n 
+0000109733 00000 n 
+0000110002 00000 n 
+0000110278 00000 n 
+0000110492 00000 n 
+0000110750 00000 n 
+0000111011 00000 n 
+0000111287 00000 n 
+0000111535 00000 n 
+0000111770 00000 n 
+0000112015 00000 n 
+0000112288 00000 n 
+0000112526 00000 n 
+0000112779 00000 n 
+0000113039 00000 n 
+0000113276 00000 n 
+0000113505 00000 n 
+0000113737 00000 n 
+0000113991 00000 n 
+0000114198 00000 n 
+0000114467 00000 n 
+0000114797 00000 n 
+0000115049 00000 n 
+0000115308 00000 n 
+0000115586 00000 n 
+0000115918 00000 n 
+0000116207 00000 n 
+0000116461 00000 n 
+0000116724 00000 n 
+0000116948 00000 n 
+0000117172 00000 n 
+0000117420 00000 n 
+0000117650 00000 n 
+0000117901 00000 n 
+0000118110 00000 n 
+0000118382 00000 n 
+0000118671 00000 n 
+0000118882 00000 n 
+0000119130 00000 n 
+0000119418 00000 n 
+0000165089 00000 n 
+0000186915 00000 n 
+0000187125 00000 n 
+0000187370 00000 n 
+0000187637 00000 n 
+0000187887 00000 n 
+0000188097 00000 n 
+0000188323 00000 n 
+0000188528 00000 n 
+0000188801 00000 n 
+0000189055 00000 n 
+0000189311 00000 n 
+0000189524 00000 n 
+0000189766 00000 n 
+0000190038 00000 n 
+0000190319 00000 n 
+0000190599 00000 n 
+0000190902 00000 n 
+0000191169 00000 n 
+0000191434 00000 n 
+0000191710 00000 n 
+0000192011 00000 n 
+0000192242 00000 n 
+0000192527 00000 n 
+0000192770 00000 n 
+0000193038 00000 n 
+0000193244 00000 n 
+0000193542 00000 n 
+0000193865 00000 n 
+0000194151 00000 n 
+0000194413 00000 n 
+0000194685 00000 n 
+0000194985 00000 n 
+0000195250 00000 n 
+0000195543 00000 n 
+0000195762 00000 n 
+0000195995 00000 n 
+0000196232 00000 n 
+0000196509 00000 n 
+0000196728 00000 n 
+0000197001 00000 n 
+0000197282 00000 n 
+0000197591 00000 n 
+0000197808 00000 n 
+0000198044 00000 n 
+0000198294 00000 n 
+0000198551 00000 n 
+0000198769 00000 n 
+0000199008 00000 n 
+0000199332 00000 n 
+0000199624 00000 n 
+0000199889 00000 n 
+0000200114 00000 n 
+0000200400 00000 n 
+0000200659 00000 n 
+0000250808 00000 n 
+0000276456 00000 n 
+0000276758 00000 n 
+0000277139 00000 n 
+0000277421 00000 n 
+0000277719 00000 n 
+0000277961 00000 n 
+0000278204 00000 n 
+0000278410 00000 n 
+0000278693 00000 n 
+0000278945 00000 n 
+0000279231 00000 n 
+0000279440 00000 n 
+0000279707 00000 n 
+0000279934 00000 n 
+0000280218 00000 n 
+0000280491 00000 n 
+0000280736 00000 n 
+0000280993 00000 n 
+0000281229 00000 n 
+0000281469 00000 n 
+0000281724 00000 n 
+0000281989 00000 n 
+0000282262 00000 n 
+0000282529 00000 n 
+0000282782 00000 n 
+0000283002 00000 n 
+0000283281 00000 n 
+0000283484 00000 n 
+0000283735 00000 n 
+0000284012 00000 n 
+0000284327 00000 n 
+0000284652 00000 n 
+0000284890 00000 n 
+0000285214 00000 n 
+0000285496 00000 n 
+0000285736 00000 n 
+0000286018 00000 n 
+0000286266 00000 n 
+0000286535 00000 n 
+0000286812 00000 n 
+0000287092 00000 n 
+0000287346 00000 n 
+0000287589 00000 n 
+0000287794 00000 n 
+0000288098 00000 n 
+0000288325 00000 n 
+0000288632 00000 n 
+0000288836 00000 n 
+0000289122 00000 n 
+0000289392 00000 n 
+0000289661 00000 n 
+0000289882 00000 n 
+0000331801 00000 n 
+0000352836 00000 n 
+0000353119 00000 n 
+0000353342 00000 n 
+0000353632 00000 n 
+0000353983 00000 n 
+0000354308 00000 n 
+0000354599 00000 n 
+0000354861 00000 n 
+0000355102 00000 n 
+0000355401 00000 n 
+0000355653 00000 n 
+0000355907 00000 n 
+0000356129 00000 n 
+0000356374 00000 n 
+0000356662 00000 n 
+0000356921 00000 n 
+0000357125 00000 n 
+0000357346 00000 n 
+0000357586 00000 n 
+0000357832 00000 n 
+0000358057 00000 n 
+0000358286 00000 n 
+0000358495 00000 n 
+0000358751 00000 n 
+0000358971 00000 n 
+0000359196 00000 n 
+0000359493 00000 n 
+0000359700 00000 n 
+0000360006 00000 n 
+0000360261 00000 n 
+0000360495 00000 n 
+0000360745 00000 n 
+0000361001 00000 n 
+0000361275 00000 n 
+0000361524 00000 n 
+0000361801 00000 n 
+0000362071 00000 n 
+0000362279 00000 n 
+0000362522 00000 n 
+0000362734 00000 n 
+0000363062 00000 n 
+0000363288 00000 n 
+0000363492 00000 n 
+0000363717 00000 n 
+0000363971 00000 n 
+0000364191 00000 n 
+0000364417 00000 n 
+0000364664 00000 n 
+0000364924 00000 n 
+0000365173 00000 n 
+0000365426 00000 n 
+0000365706 00000 n 
+0000365951 00000 n 
+0000366209 00000 n 
+0000366454 00000 n 
+0000366690 00000 n 
+0000366964 00000 n 
+0000367240 00000 n 
+0000367504 00000 n 
+0000367721 00000 n 
+0000367962 00000 n 
+0000397237 00000 n 
+0000414284 00000 n 
+0000414586 00000 n 
+0000414884 00000 n 
+0000415194 00000 n 
+0000415472 00000 n 
+0000415813 00000 n 
+0000416031 00000 n 
+0000416256 00000 n 
+0000416556 00000 n 
+0000416827 00000 n 
+0000464443 00000 n 
+0000488708 00000 n 
+0000488985 00000 n 
+0000489232 00000 n 
+0000489481 00000 n 
+0000489743 00000 n 
+0000490071 00000 n 
+0000490329 00000 n 
+0000490584 00000 n 
+0000490824 00000 n 
+0000491081 00000 n 
+0000491376 00000 n 
+0000491580 00000 n 
+0000491820 00000 n 
+0000492124 00000 n 
+0000492421 00000 n 
+0000492680 00000 n 
+0000492947 00000 n 
+0000493231 00000 n 
+0000493497 00000 n 
+0000493786 00000 n 
+0000494063 00000 n 
+0000494338 00000 n 
+0000494608 00000 n 
+0000494912 00000 n 
+0000495164 00000 n 
+0000495422 00000 n 
+0000495685 00000 n 
+0000496006 00000 n 
+0000496292 00000 n 
+0000496576 00000 n 
+0000496804 00000 n 
+0000497088 00000 n 
+0000497367 00000 n 
+0000497658 00000 n 
+0000497947 00000 n 
+0000498225 00000 n 
+0000498431 00000 n 
+0000498643 00000 n 
+0000498893 00000 n 
+0000499143 00000 n 
+0000499358 00000 n 
+0000499620 00000 n 
+0000499885 00000 n 
+0000500104 00000 n 
+0000500374 00000 n 
+0000500619 00000 n 
+0000500861 00000 n 
+0000501105 00000 n 
+0000501381 00000 n 
+0000501687 00000 n 
+0000501979 00000 n 
+0000502275 00000 n 
+0000502578 00000 n 
+0000502854 00000 n 
+0000502983 00000 n 
+0000504310 00000 n 
+0000504458 00000 n 
+0000504481 00000 n 
+0000504501 00000 n 
+0000504521 00000 n 
+0000504541 00000 n 
+0000504561 00000 n 
+0000504581 00000 n 
+0000504602 00000 n 
+0000504623 00000 n 
+0000504643 00000 n 
+0000504664 00000 n 
+0000504685 00000 n 
+0000504705 00000 n 
+0000504725 00000 n 
+0000504745 00000 n 
+0000504766 00000 n 
+0000504786 00000 n 
+0000504807 00000 n 
+0000504828 00000 n 
+0000504848 00000 n 
+0000504869 00000 n 
+0000504890 00000 n 
+0000504910 00000 n 
+0000504930 00000 n 
+0000504950 00000 n 
+0000504971 00000 n 
+0000504991 00000 n 
+0000505011 00000 n 
+0000505032 00000 n 
+0000505052 00000 n 
+0000505072 00000 n 
+0000505092 00000 n 
+0000505112 00000 n 
+0000505132 00000 n 
+0000505152 00000 n 
+0000505172 00000 n 
+0000505192 00000 n 
+0000505212 00000 n 
+0000505232 00000 n 
+0000505252 00000 n 
+0000505272 00000 n 
+0000505292 00000 n 
+0000505312 00000 n 
+0000505332 00000 n 
+0000505352 00000 n 
+0000505372 00000 n 
+0000505392 00000 n 
+0000505412 00000 n 
+0000505432 00000 n 
+0000505452 00000 n 
+0000505472 00000 n 
+0000505492 00000 n 
+0000505512 00000 n 
+0000505532 00000 n 
+0000505552 00000 n 
+0000505572 00000 n 
+0000505592 00000 n 
+0000505612 00000 n 
+0000505632 00000 n 
+0000505652 00000 n 
+0000505672 00000 n 
+0000505692 00000 n 
+0000505712 00000 n 
+0000505732 00000 n 
+0000505752 00000 n 
+0000505772 00000 n 
+0000505792 00000 n 
+0000505812 00000 n 
+0000505832 00000 n 
+0000505853 00000 n 
+0000505873 00000 n 
+0000505894 00000 n 
+0000505914 00000 n 
+0000505935 00000 n 
+0000505955 00000 n 
+0000505975 00000 n 
+0000505995 00000 n 
+0000506015 00000 n 
+0000506036 00000 n 
+0000506056 00000 n 
+0000506076 00000 n 
+0000506096 00000 n 
+0000506116 00000 n 
+0000506136 00000 n 
+0000506157 00000 n 
+0000506177 00000 n 
+0000506197 00000 n 
+0000506217 00000 n 
+0000506237 00000 n 
+0000506257 00000 n 
+0000506277 00000 n 
+0000506297 00000 n 
+0000506317 00000 n 
+0000506337 00000 n 
+0000506357 00000 n 
+0000506377 00000 n 
+0000506397 00000 n 
+0000506417 00000 n 
+0000506437 00000 n 
+0000506457 00000 n 
+0000506477 00000 n 
+0000506497 00000 n 
+0000506517 00000 n 
+0000506537 00000 n 
+0000506557 00000 n 
+0000506577 00000 n 
+0000506597 00000 n 
+0000506617 00000 n 
+0000506638 00000 n 
+0000506658 00000 n 
+0000506678 00000 n 
+0000506698 00000 n 
+0000506718 00000 n 
+0000506738 00000 n 
+0000506758 00000 n 
+0000506778 00000 n 
+0000506798 00000 n 
+0000506818 00000 n 
+0000506838 00000 n 
+0000506858 00000 n 
+0000506878 00000 n 
+0000506899 00000 n 
+0000506919 00000 n 
+0000506939 00000 n 
+0000506960 00000 n 
+0000506980 00000 n 
+0000507001 00000 n 
+0000507022 00000 n 
+0000507042 00000 n 
+0000507062 00000 n 
+0000507083 00000 n 
+0000507103 00000 n 
+0000507123 00000 n 
+0000507143 00000 n 
+0000507163 00000 n 
+0000507183 00000 n 
+0000507203 00000 n 
+0000507223 00000 n 
+0000507243 00000 n 
+0000507263 00000 n 
+0000507283 00000 n 
+0000507303 00000 n 
+0000507323 00000 n 
+0000507343 00000 n 
+0000507363 00000 n 
+0000507383 00000 n 
+0000507403 00000 n 
+0000507423 00000 n 
+0000507443 00000 n 
+0000507463 00000 n 
+0000507483 00000 n 
+0000507503 00000 n 
+0000507523 00000 n 
+0000507543 00000 n 
+0000507563 00000 n 
+0000507583 00000 n 
+0000507603 00000 n 
+0000507623 00000 n 
+0000507643 00000 n 
+0000507663 00000 n 
+0000507683 00000 n 
+0000507703 00000 n 
+0000507723 00000 n 
+0000507743 00000 n 
+0000507763 00000 n 
+0000507783 00000 n 
+0000507803 00000 n 
+0000507823 00000 n 
+0000507843 00000 n 
+0000507863 00000 n 
+0000507883 00000 n 
+0000507903 00000 n 
+0000507923 00000 n 
+0000507943 00000 n 
+0000507963 00000 n 
+0000507983 00000 n 
+0000508003 00000 n 
+0000508023 00000 n 
+0000508043 00000 n 
+0000508063 00000 n 
+0000508083 00000 n 
+0000508103 00000 n 
+0000508123 00000 n 
+0000508143 00000 n 
+0000508163 00000 n 
+0000508183 00000 n 
+0000508203 00000 n 
+0000508223 00000 n 
+0000508244 00000 n 
+0000508264 00000 n 
+0000508284 00000 n 
+0000508304 00000 n 
+0000508325 00000 n 
+0000508345 00000 n 
+0000508365 00000 n 
+0000508385 00000 n 
+0000508405 00000 n 
+0000508425 00000 n 
+0000508445 00000 n 
+0000508465 00000 n 
+0000508485 00000 n 
+0000508505 00000 n 
+0000508525 00000 n 
+0000508545 00000 n 
+0000508565 00000 n 
+0000508585 00000 n 
+0000508605 00000 n 
+0000508628 00000 n 
+0000508648 00000 n 
+0000508668 00000 n 
+0000508688 00000 n 
+0000508708 00000 n 
+0000508728 00000 n 
+0000508748 00000 n 
+0000508768 00000 n 
+0000508788 00000 n 
+0000508808 00000 n 
+0000508828 00000 n 
+0000508848 00000 n 
+0000508868 00000 n 
+0000508888 00000 n 
+0000508908 00000 n 
+0000508928 00000 n 
+0000508949 00000 n 
+0000508969 00000 n 
+0000508989 00000 n 
+0000509009 00000 n 
+0000509030 00000 n 
+0000509050 00000 n 
+0000509070 00000 n 
+0000509090 00000 n 
+0000509110 00000 n 
+0000509130 00000 n 
+0000509151 00000 n 
+0000509172 00000 n 
+0000509192 00000 n 
+0000509212 00000 n 
+0000509232 00000 n 
+0000509253 00000 n 
+0000509273 00000 n 
+0000509294 00000 n 
+0000509314 00000 n 
+0000509334 00000 n 
+0000509354 00000 n 
+0000509374 00000 n 
+0000509394 00000 n 
+0000509414 00000 n 
+0000509434 00000 n 
+0000509455 00000 n 
+0000509475 00000 n 
+0000509495 00000 n 
+0000509515 00000 n 
+0000509535 00000 n 
+0000509555 00000 n 
+0000509575 00000 n 
+0000509596 00000 n 
+0000509616 00000 n 
+0000509636 00000 n 
+0000509656 00000 n 
+0000509676 00000 n 
+0000509696 00000 n 
+0000509719 00000 n 
+0000509740 00000 n 
+0000509761 00000 n 
+0000509781 00000 n 
+0000509802 00000 n 
+0000509822 00000 n 
+0000509842 00000 n 
+0000509862 00000 n 
+0000509882 00000 n 
+0000509902 00000 n 
+0000509922 00000 n 
+0000509942 00000 n 
+0000509962 00000 n 
+0000509982 00000 n 
+0000510002 00000 n 
+0000510022 00000 n 
+0000510042 00000 n 
+0000510062 00000 n 
+0000510082 00000 n 
+0000510102 00000 n 
+0000510122 00000 n 
+0000510142 00000 n 
+0000510162 00000 n 
+0000510182 00000 n 
+0000510202 00000 n 
+0000510222 00000 n 
+0000510242 00000 n 
+0000510262 00000 n 
+0000510282 00000 n 
+0000510302 00000 n 
+0000510323 00000 n 
+0000510344 00000 n 
+0000510364 00000 n 
+0000510385 00000 n 
+0000510405 00000 n 
+0000510425 00000 n 
+0000510445 00000 n 
+0000510465 00000 n 
+0000510485 00000 n 
+0000510505 00000 n 
+0000510525 00000 n 
+0000510545 00000 n 
+0000510565 00000 n 
+0000510585 00000 n 
+0000510606 00000 n 
+0000510626 00000 n 
+0000510647 00000 n 
+0000510667 00000 n 
+0000510687 00000 n 
+0000510707 00000 n 
+0000510727 00000 n 
+0000510747 00000 n 
+0000510770 00000 n 
+0000510790 00000 n 
+0000510810 00000 n 
+0000510830 00000 n 
+0000510851 00000 n 
+0000510872 00000 n 
+0000510892 00000 n 
+0000510912 00000 n 
+0000510932 00000 n 
+0000510953 00000 n 
+0000510973 00000 n 
+0000510993 00000 n 
+0000511013 00000 n 
+0000511033 00000 n 
+0000511053 00000 n 
+0000511073 00000 n 
+0000511093 00000 n 
+0000511113 00000 n 
+0000511133 00000 n 
+0000511153 00000 n 
+0000511173 00000 n 
+0000511193 00000 n 
+0000511213 00000 n 
+0000511233 00000 n 
+0000511253 00000 n 
+0000511273 00000 n 
+0000511294 00000 n 
+0000511314 00000 n 
+0000511335 00000 n 
+0000511355 00000 n 
+0000511375 00000 n 
+0000511395 00000 n 
+0000511415 00000 n 
+0000511435 00000 n 
+0000511455 00000 n 
+0000511475 00000 n 
+0000511495 00000 n 
+0000511515 00000 n 
+0000511535 00000 n 
+0000511555 00000 n 
+0000511576 00000 n 
+0000511596 00000 n 
+0000511616 00000 n 
+0000511636 00000 n 
+0000511656 00000 n 
+0000511676 00000 n 
+0000511696 00000 n 
+0000511716 00000 n 
+0000511736 00000 n 
+0000511756 00000 n 
+0000511776 00000 n 
+0000511796 00000 n 
+0000511816 00000 n 
+0000511836 00000 n 
+0000511856 00000 n 
+0000511876 00000 n 
+0000511896 00000 n 
+0000511916 00000 n 
+0000511936 00000 n 
+0000511956 00000 n 
+0000511976 00000 n 
+0000511999 00000 n 
+0000512020 00000 n 
+0000512041 00000 n 
+0000512062 00000 n 
+0000512082 00000 n 
+0000512103 00000 n 
+0000512123 00000 n 
+0000512143 00000 n 
+0000512164 00000 n 
+0000512184 00000 n 
+0000512207 00000 n 
+0000512227 00000 n 
+0000512247 00000 n 
+0000512267 00000 n 
+0000512287 00000 n 
+0000512308 00000 n 
+0000512328 00000 n 
+0000512348 00000 n 
+0000512368 00000 n 
+0000512388 00000 n 
+0000512409 00000 n 
+0000512429 00000 n 
+0000512449 00000 n 
+0000512470 00000 n 
+0000512491 00000 n 
+0000512511 00000 n 
+0000512531 00000 n 
+0000512551 00000 n 
+0000512571 00000 n 
+0000512591 00000 n 
+0000512611 00000 n 
+0000512631 00000 n 
+0000512651 00000 n 
+0000512672 00000 n 
+0000512692 00000 n 
+0000512712 00000 n 
+0000512732 00000 n 
+0000512753 00000 n 
+0000512773 00000 n 
+0000512793 00000 n 
+0000512813 00000 n 
+0000512833 00000 n 
+0000512853 00000 n 
+0000512873 00000 n 
+0000512893 00000 n 
+0000512913 00000 n 
+0000512933 00000 n 
+0000512953 00000 n 
+0000512973 00000 n 
+0000512993 00000 n 
+0000513013 00000 n 
+0000513033 00000 n 
+0000513053 00000 n 
+0000513073 00000 n 
+0000513093 00000 n 
+0000513113 00000 n 
+0000513133 00000 n 
+0000513153 00000 n 
+0000513173 00000 n 
+0000513194 00000 n 
+0000513214 00000 n 
+0000513235 00000 n 
+0000513256 00000 n 
+trailer
+<<
+/Size 889
+/Root 1 0 R
+/Info 451 0 R
+>>
+startxref
+513276
+%%EOF
diff --git a/misc/Using Similar Positions to Search Game Trees.pdf b/misc/Using Similar Positions to Search Game Trees.pdf
new file mode 100644 (file)
index 0000000..95c295e
Binary files /dev/null and b/misc/Using Similar Positions to Search Game Trees.pdf differ
diff --git a/misc/probcut.pdf b/misc/probcut.pdf
new file mode 100644 (file)
index 0000000..802ed50
--- /dev/null
@@ -0,0 +1,12373 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 595 842 ]
+/Count 7
+/Kids [ 6 0 R 243 0 R 331 0 R 369 0 R 407 0 R 429 0 R 448 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im1 8 0 R /Im2 9 0 R /Im3 10 0 R /Im4 11 0 R /Im5 12 0 R /Im6 13 0 R /Im7 14 0 R /Im8 15 0 R /Im9 16 0 R /Im10 17 0 R /Im11 18 0 R /Im12 19 0 R /Im13 20 0 R /Im14 21 0 R /Im15 22 0 R /Im16 23 0 R /Im17 24 0 R /Im13 20 0 R /Im18 25 0 R /Im13 20 0 R /Im19 26 0 R /Im13 20 0 R /Im14 21 0 R /Im15 22 0 R /Im16 23 0 R /Im17 24 0 R /Im13 20 0 R /Im11 18 0 R /Im20 27 0 R /Im15 22 0 R /Im13 20 0 R /Im10 17 0 R /Im21 28 0 R /Im16 23 0 R /Im22 29 0 R /Im10 17 0 R /Im22 29 0 R /Im23 30 0 R /Im15 22 0 R /Im24 31 0 R /Im13 20 0 R /Im25 32 0 R /Im26 33 0 R /Im9 16 0 R /Im19 26 0 R /Im27 34 0 R /Im22 29 0 R /Im28 35 0 R /Im16 23 0 R /Im15 22 0 R /Im24 31 0 R /Im29 36 0 R /Im30 37 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im36 43 0 R /Im37 44 0 R /Im38 45 0 R /Im39 46 0 R /Im40 47 0 R /Im41 48 0 R /Im42 49 0 R /Im34 41 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im45 52 0 R /Im46 53 0 R /Im47 54 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im45 52 0 R /Im49 56 0 R /Im50 57 0 R /Im51 58 0 R /Im52 59 0 R /Im53 60 0 R /Im54 61 0 R /Im55 62 0 R /Im56 63 0 R /Im53 60 0 R /Im57 64 0 R /Im58 65 0 R /Im59 66 0 R /Im60 67 0 R /Im61 68 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im64 71 0 R /Im65 72 0 R /Im66 73 0 R /Im67 74 0 R /Im62 69 0 R /Im66 73 0 R /Im60 67 0 R /Im66 73 0 R /Im68 75 0 R /Im63 70 0 R /Im60 67 0 R /Im61 68 0 R /Im68 75 0 R /Im66 73 0 R /Im69 76 0 R /Im70 77 0 R /Im71 78 0 R /Im61 68 0 R /Im72 79 0 R /Im66 73 0 R /Im73 80 0 R /Im59 66 0 R /Im68 75 0 R /Im74 81 0 R /Im66 73 0 R /Im67 74 0 R /Im66 73 0 R /Im68 75 0 R /Im74 81 0 R /Im66 73 0 R /Im68 75 0 R /Im63 70 0 R /Im60 67 0 R /Im66 73 0 R /Im65 72 0 R /Im66 73 0 R /Im64 71 0 R /Im63 70 0 R /Im59 66 0 R /Im75 82 0 R /Im66 73 0 R /Im66 73 0 R /Im76 83 0 R /Im63 70 0 R /Im66 73 0 R /Im68 75 0 R /Im60 67 0 R /Im59 66 0 R /Im77 84 0 R /Im68 75 0 R /Im77 84 0 R /Im78 85 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im79 86 0 R /Im80 87 0 R /Im61 68 0 R /Im65 72 0 R /Im71 78 0 R /Im77 84 0 R /Im62 69 0 R /Im59 66 0 R /Im63 70 0 R /Im58 65 0 R /Im72 79 0 R /Im81 88 0 R /Im82 89 0 R /Im61 68 0 R /Im60 67 0 R /Im66 73 0 R /Im74 81 0 R /Im77 84 0 R /Im68 75 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im62 69 0 R /Im77 84 0 R /Im68 75 0 R /Im71 78 0 R /Im64 71 0 R /Im77 84 0 R /Im62 69 0 R /Im62 69 0 R /Im66 73 0 R /Im65 72 0 R /Im61 68 0 R /Im63 70 0 R /Im59 66 0 R /Im77 84 0 R /Im68 75 0 R /Im77 84 0 R /Im78 85 0 R /Im66 73 0 R /Im75 82 0 R /Im61 68 0 R /Im65 72 0 R /Im83 90 0 R /Im61 68 0 R /Im63 70 0 R /Im59 66 0 R /Im77 84 0 R /Im68 75 0 R /Im60 67 0 R /Im77 84 0 R /Im84 91 0 R /Im63 70 0 R /Im61 68 0 R /Im59 66 0 R /Im68 75 0 R /Im66 73 0 R /Im74 81 0 R /Im78 85 0 R /Im62 69 0 R /Im77 84 0 R /Im72 79 0 R /Im60 67 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im64 71 0 R /Im58 65 0 R /Im66 73 0 R /Im60 67 0 R /Im61 68 0 R /Im63 70 0 R /Im74 81 0 R /Im59 66 0 R /Im85 92 0 R /Im66 73 0 R /Im62 69 0 R /Im66 73 0 R /Im68 75 0 R /Im63 70 0 R /Im74 81 0 R /Im66 73 0 R /Im67 74 0 R /Im63 70 0 R /Im58 65 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im59 66 0 R /Im60 67 0 R /Im60 67 0 R /Im58 65 0 R /Im77 84 0 R /Im69 76 0 R /Im68 75 0 R /Im58 65 0 R /Im77 84 0 R /Im69 76 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im62 69 0 R /Im66 73 0 R /Im60 67 0 R /Im83 90 0 R /Im65 72 0 R /Im63 70 0 R /Im77 84 0 R /Im78 85 0 R /Im61 68 0 R /Im60 67 0 R /Im58 65 0 R /Im61 68 0 R /Im65 72 0 R /Im65 72 0 R /Im77 84 0 R /Im69 76 0 R /Im60 67 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im64 71 0 R /Im58 65 0 R /Im64 71 0 R /Im61 68 0 R /Im68 75 0 R /Im84 91 0 R /Im66 73 0 R /Im83 90 0 R /Im60 67 0 R /Im66 73 0 R /Im74 81 0 R /Im63 70 0 R /Im77 84 0 R /Im74 81 0 R /Im66 73 0 R /Im64 71 0 R /Im59 66 0 R /Im74 81 0 R /Im66 73 0 R /Im69 76 0 R /Im59 66 0 R /Im63 70 0 R /Im58 65 0 R /Im61 68 0 R /Im67 74 0 R /Im62 69 0 R /Im66 73 0 R /Im60 67 0 R /Im64 71 0 R /Im62 69 0 R /Im59 66 0 R /Im84 91 0 R /Im66 73 0 R /Im74 81 0 R /Im65 72 0 R /Im59 66 0 R /Im86 93 0 R /Im66 73 0 R /Im65 72 0 R /Im59 66 0 R /Im58 65 0 R /Im77 84 0 R /Im77 84 0 R /Im74 81 0 R /Im69 76 0 R /Im58 65 0 R /Im66 73 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im62 69 0 R /Im61 68 0 R /Im74 81 0 R /Im66 73 0 R /Im66 73 0 R /Im67 74 0 R /Im60 67 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im64 71 0 R /Im58 65 0 R /Im69 76 0 R /Im77 84 0 R /Im83 90 0 R /Im65 72 0 R /Im74 81 0 R /Im87 94 0 R /Im59 66 0 R /Im66 73 0 R /Im65 72 0 R /Im74 81 0 R /Im61 68 0 R /Im75 82 0 R /Im61 68 0 R /Im65 72 0 R /Im83 90 0 R /Im66 73 0 R /Im77 84 0 R /Im83 90 0 R /Im63 70 0 R /Im60 67 0 R /Im59 66 0 R /Im74 81 0 R /Im66 73 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im64 71 0 R /Im83 90 0 R /Im62 69 0 R /Im62 69 0 R /Im66 73 0 R /Im68 75 0 R /Im63 70 0 R /Im60 67 0 R /Im66 73 0 R /Im61 68 0 R /Im62 69 0 R /Im64 71 0 R /Im58 65 0 R /Im69 76 0 R /Im59 66 0 R /Im68 75 0 R /Im74 81 0 R /Im77 84 0 R /Im69 76 0 R /Im81 88 0 R /Im88 95 0 R /Im68 75 0 R /Im59 66 0 R /Im63 70 0 R /Im60 67 0 R /Im61 68 0 R /Im67 74 0 R /Im67 74 0 R /Im65 72 0 R /Im59 66 0 R /Im64 71 0 R /Im61 68 0 R /Im63 70 0 R /Im59 66 0 R /Im77 84 0 R /Im68 75 0 R /Im63 70 0 R /Im77 84 0 R /Im89 96 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im77 84 0 R /Im70 77 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im63 70 0 R /Im66 73 0 R /Im64 71 0 R /Im58 65 0 R /Im68 75 0 R /Im59 66 0 R /Im90 97 0 R /Im83 90 0 R /Im66 73 0 R /Im59 66 0 R /Im60 67 0 R /Im60 67 0 R /Im58 65 0 R /Im77 84 0 R /Im69 76 0 R /Im68 75 0 R /Im63 70 0 R /Im77 84 0 R /Im84 91 0 R /Im66 73 0 R /Im66 73 0 R /Im85 92 0 R /Im66 73 0 R /Im64 71 0 R /Im63 70 0 R /Im59 66 0 R /Im75 82 0 R /Im66 73 0 R /Im59 66 0 R /Im68 75 0 R /Im59 66 0 R /Im68 75 0 R /Im75 82 0 R /Im66 73 0 R /Im60 67 0 R /Im63 70 0 R /Im59 66 0 R /Im71 78 0 R /Im61 68 0 R /Im63 70 0 R /Im59 66 0 R /Im68 75 0 R /Im71 78 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im62 69 0 R /Im66 73 0 R /Im65 72 0 R /Im66 73 0 R /Im75 82 0 R /Im61 68 0 R /Im68 75 0 R /Im63 70 0 R /Im75 82 0 R /Im61 68 0 R /Im62 69 0 R /Im59 66 0 R /Im61 68 0 R /Im63 70 0 R /Im59 66 0 R /Im77 84 0 R /Im68 75 0 R /Im60 67 0 R /Im72 79 0 R /Im77 84 0 R /Im62 69 0 R /Im66 73 0 R /Im74 81 0 R /Im66 73 0 R /Im66 73 0 R /Im67 74 0 R /Im65 72 0 R /Im87 94 0 R /Im81 88 0 R /Im88 95 0 R /Im63 70 0 R /Im60 67 0 R /Im59 66 0 R /Im71 78 0 R /Im68 75 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im61 68 0 R /Im68 75 0 R /Im63 70 0 R /Im65 72 0 R /Im87 94 0 R /Im59 66 0 R /Im68 75 0 R /Im64 71 0 R /Im62 69 0 R /Im66 73 0 R /Im61 68 0 R /Im60 67 0 R /Im66 73 0 R /Im74 81 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im67 74 0 R /Im65 72 0 R /Im61 68 0 R /Im87 94 0 R /Im59 66 0 R /Im68 75 0 R /Im71 78 0 R /Im60 67 0 R /Im63 70 0 R /Im62 69 0 R /Im66 73 0 R /Im68 75 0 R /Im71 78 0 R /Im63 70 0 R /Im58 65 0 R /Im77 84 0 R /Im78 85 0 R /Im61 68 0 R /Im68 75 0 R /Im61 68 0 R /Im65 72 0 R /Im62 69 0 R /Im66 73 0 R /Im61 68 0 R /Im74 81 0 R /Im87 94 0 R /Im60 67 0 R /Im63 70 0 R /Im62 69 0 R /Im77 84 0 R /Im68 75 0 R /Im71 78 0 R /Im84 91 0 R /Im62 69 0 R /Im83 90 0 R /Im63 70 0 R /Im66 73 0 R /Im92 99 0 R /Im78 85 0 R /Im77 84 0 R /Im62 69 0 R /Im64 71 0 R /Im66 73 0 R /Im89 96 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im77 84 0 R /Im67 74 0 R /Im62 69 0 R /Im77 84 0 R /Im71 78 0 R /Im62 69 0 R /Im61 68 0 R /Im72 79 0 R /Im81 88 0 R /Im93 100 0 R /Im94 101 0 R /Im95 102 0 R /Im10 17 0 R /Im15 22 0 R /Im28 35 0 R /Im22 29 0 R /Im96 103 0 R /Im97 104 0 R /Im14 21 0 R /Im15 22 0 R /Im16 23 0 R /Im22 29 0 R /Im10 17 0 R /Im98 105 0 R /Im38 45 0 R /Im48 55 0 R /Im34 41 0 R /Im45 52 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im38 45 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im34 41 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im44 51 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im31 38 0 R /Im101 108 0 R /Im100 107 0 R /Im104 111 0 R /Im38 45 0 R /Im36 43 0 R /Im36 43 0 R /Im105 112 0 R /Im31 38 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im106 113 0 R /Im45 52 0 R /Im43 50 0 R /Im34 41 0 R /Im102 109 0 R /Im40 47 0 R /Im40 47 0 R /Im43 50 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im81 88 0 R /Im107 114 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im39 46 0 R /Im35 42 0 R /Im108 115 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im49 56 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im99 106 0 R /Im39 46 0 R /Im38 45 0 R /Im45 52 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im43 50 0 R /Im103 110 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im38 45 0 R /Im45 52 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im100 107 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im34 41 0 R /Im39 46 0 R /Im39 46 0 R /Im40 47 0 R /Im105 112 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im81 88 0 R /Im37 44 0 R /Im49 56 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im39 46 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im102 109 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im108 115 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im31 38 0 R /Im39 46 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im38 45 0 R /Im99 106 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im32 39 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im34 41 0 R /Im31 38 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im101 108 0 R /Im100 107 0 R /Im35 42 0 R /Im110 117 0 R /Im32 39 0 R /Im31 38 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im111 118 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im114 121 0 R /Im115 122 0 R /Im116 123 0 R /Im117 124 0 R /Im118 125 0 R /Im119 126 0 R /Im120 127 0 R /Im121 128 0 R /Im122 129 0 R /Im122 129 0 R /Im123 130 0 R /Im124 131 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im127 134 0 R /Im128 135 0 R /Im129 136 0 R /Im129 136 0 R /Im111 118 0 R /Im31 38 0 R /Im100 107 0 R /Im40 47 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im99 106 0 R /Im39 46 0 R /Im38 45 0 R /Im45 52 0 R /Im35 42 0 R /Im44 51 0 R /Im34 41 0 R /Im32 39 0 R /Im130 137 0 R /Im105 112 0 R /Im34 41 0 R /Im39 46 0 R /Im43 50 0 R /Im100 107 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im32 39 0 R /Im40 47 0 R /Im48 55 0 R /Im99 106 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im40 47 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im108 115 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im105 112 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im104 111 0 R /Im40 47 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im46 53 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im111 118 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im111 118 0 R /Im105 112 0 R /Im31 38 0 R /Im36 43 0 R /Im36 43 0 R /Im44 51 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im45 52 0 R /Im139 146 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im102 109 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im40 47 0 R /Im48 55 0 R /Im48 55 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im39 46 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im140 147 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im33 40 0 R /Im38 45 0 R /Im48 55 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im32 39 0 R /Im33 40 0 R /Im81 88 0 R /Im98 105 0 R /Im40 47 0 R /Im105 112 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im46 53 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im106 113 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im99 106 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im43 50 0 R /Im31 38 0 R /Im39 46 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im81 88 0 R /Im37 44 0 R /Im35 42 0 R /Im100 107 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im140 147 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im40 47 0 R /Im43 50 0 R /Im100 107 0 R /Im46 53 0 R /Im100 107 0 R /Im38 45 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im36 43 0 R /Im36 43 0 R /Im140 147 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im33 40 0 R /Im35 42 0 R /Im38 45 0 R /Im39 46 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im32 39 0 R /Im114 121 0 R /Im142 149 0 R /Im124 131 0 R /Im143 150 0 R /Im144 151 0 R /Im114 121 0 R /Im145 152 0 R /Im146 153 0 R /Im146 153 0 R /Im147 154 0 R /Im129 136 0 R /Im129 136 0 R /Im46 53 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im100 107 0 R /Im33 40 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im111 118 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im108 115 0 R /Im34 41 0 R /Im48 55 0 R /Im99 106 0 R /Im36 43 0 R /Im35 42 0 R /Im44 51 0 R /Im49 56 0 R /Im121 128 0 R /Im148 155 0 R /Im149 156 0 R /Im144 151 0 R /Im144 151 0 R /Im124 131 0 R /Im150 157 0 R /Im118 125 0 R /Im124 131 0 R /Im123 130 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im151 158 0 R /Im151 158 0 R /Im129 136 0 R /Im46 53 0 R /Im152 159 0 R /Im143 150 0 R /Im144 151 0 R /Im143 150 0 R /Im153 160 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im151 158 0 R /Im128 135 0 R /Im129 136 0 R /Im46 53 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im154 161 0 R /Im155 162 0 R /Im156 163 0 R /Im124 131 0 R /Im150 157 0 R /Im118 125 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im151 158 0 R /Im151 158 0 R /Im129 136 0 R /Im111 118 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im44 51 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im140 147 0 R /Im106 113 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im48 55 0 R /Im34 41 0 R /Im45 52 0 R /Im45 52 0 R /Im35 42 0 R /Im39 46 0 R /Im46 53 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im38 45 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im40 47 0 R /Im38 45 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im48 55 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im49 56 0 R /Im39 46 0 R /Im40 47 0 R /Im38 45 0 R /Im102 109 0 R /Im33 40 0 R /Im36 43 0 R /Im49 56 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im45 52 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im99 106 0 R /Im39 46 0 R /Im34 41 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im32 39 0 R /Im34 41 0 R /Im36 43 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im104 111 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im104 111 0 R /Im38 45 0 R /Im45 52 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im39 46 0 R /Im38 45 0 R /Im45 52 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im40 47 0 R /Im45 52 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im33 40 0 R /Im34 41 0 R /Im39 46 0 R /Im43 50 0 R /Im105 112 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im81 88 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im46 53 0 R /Im33 40 0 R /Im40 47 0 R /Im105 112 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im46 53 0 R /Im45 52 0 R /Im35 42 0 R /Im35 42 0 R /Im43 50 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im49 56 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im101 108 0 R /Im100 107 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im36 43 0 R /Im31 38 0 R /Im32 39 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im36 43 0 R /Im31 38 0 R /Im48 55 0 R /Im31 38 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im81 88 0 R /Im157 164 0 R /Im36 43 0 R /Im100 107 0 R /Im40 47 0 R /Im46 53 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im35 42 0 R /Im158 165 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im40 47 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im32 39 0 R /Im34 41 0 R /Im36 43 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im40 47 0 R /Im45 52 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im36 43 0 R /Im49 56 0 R /Im100 107 0 R /Im38 45 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im46 53 0 R /Im100 107 0 R /Im38 45 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im159 166 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im38 45 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im160 167 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im39 46 0 R /Im40 47 0 R /Im43 50 0 R /Im38 45 0 R /Im32 39 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im149 156 0 R /Im116 123 0 R /Im143 150 0 R /Im116 123 0 R /Im118 125 0 R /Im119 126 0 R /Im143 150 0 R /Im123 130 0 R /Im143 150 0 R /Im161 168 0 R /Im143 150 0 R /Im116 123 0 R /Im124 131 0 R /Im118 125 0 R /Im143 150 0 R /Im144 151 0 R /Im81 88 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im126 133 0 R /Im162 169 0 R /Im129 136 0 R /Im81 88 0 R /Im157 164 0 R /Im101 108 0 R /Im35 42 0 R /Im32 39 0 R /Im33 40 0 R /Im45 52 0 R /Im31 38 0 R /Im141 148 0 R /Im38 45 0 R /Im35 42 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im31 38 0 R /Im48 55 0 R /Im100 107 0 R /Im100 107 0 R /Im31 38 0 R /Im48 55 0 R /Im31 38 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im31 38 0 R /Im100 107 0 R /Im38 45 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im130 137 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im136 143 0 R /Im163 170 0 R /Im164 171 0 R /Im165 172 0 R /Im166 173 0 R /Im166 173 0 R /Im167 174 0 R /Im81 88 0 R /Im168 175 0 R /Im148 155 0 R /Im119 126 0 R /Im143 150 0 R /Im124 131 0 R /Im169 176 0 R /Im169 176 0 R /Im124 131 0 R /Im123 130 0 R /Im124 131 0 R /Im118 125 0 R /Im143 150 0 R /Im144 151 0 R /Im81 88 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im126 133 0 R /Im170 177 0 R /Im129 136 0 R /Im43 50 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im39 46 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im46 53 0 R /Im32 39 0 R /Im34 41 0 R /Im100 107 0 R /Im38 45 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im49 56 0 R /Im46 53 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im104 111 0 R /Im40 47 0 R /Im40 47 0 R /Im101 108 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im35 42 0 R /Im171 178 0 R /Im136 143 0 R /Im163 170 0 R /Im164 171 0 R /Im165 172 0 R /Im166 173 0 R /Im166 173 0 R /Im167 174 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im100 107 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im105 112 0 R /Im34 41 0 R /Im39 46 0 R /Im43 50 0 R /Im32 39 0 R /Im38 45 0 R /Im101 108 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im36 43 0 R /Im43 50 0 R /Im35 42 0 R /Im106 113 0 R /Im32 39 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im33 40 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im100 107 0 R /Im33 40 0 R /Im40 47 0 R /Im105 112 0 R /Im34 41 0 R /Im45 52 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im34 41 0 R /Im99 106 0 R /Im35 42 0 R /Im81 88 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im31 38 0 R /Im100 107 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im45 52 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im36 43 0 R /Im31 38 0 R /Im172 179 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im40 47 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im43 50 0 R /Im40 47 0 R /Im35 42 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im40 47 0 R /Im45 52 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im44 51 0 R /Im35 42 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im45 52 0 R /Im44 51 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im38 45 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im81 88 0 R /Im131 138 0 R /Im101 108 0 R /Im105 112 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im40 47 0 R /Im39 46 0 R /Im99 106 0 R /Im40 47 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im38 45 0 R /Im101 108 0 R /Im33 40 0 R /Im40 47 0 R /Im39 46 0 R /Im46 53 0 R /Im100 107 0 R /Im34 41 0 R /Im36 43 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im43 50 0 R /Im49 56 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im40 47 0 R /Im45 52 0 R /Im102 109 0 R /Im173 180 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im174 181 0 R /Im166 173 0 R /Im175 182 0 R /Im164 171 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im174 181 0 R /Im174 181 0 R /Im166 173 0 R /Im179 186 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im46 53 0 R /Im100 107 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im49 56 0 R /Im81 88 0 R /Im180 187 0 R /Im181 188 0 R /Im182 189 0 R /Im183 190 0 R /Im184 191 0 R /Im185 192 0 R /Im186 193 0 R /Im187 194 0 R /Im183 190 0 R /Im188 195 0 R /Im189 196 0 R /Im190 197 0 R /Im191 198 0 R /Im192 199 0 R /Im193 200 0 R /Im194 201 0 R /Im185 192 0 R /Im186 193 0 R /Im195 202 0 R /Im190 197 0 R /Im186 193 0 R /Im182 189 0 R /Im196 203 0 R /Im197 204 0 R /Im185 192 0 R /Im198 205 0 R /Im193 200 0 R /Im186 193 0 R /Im188 195 0 R /Im199 206 0 R /Im185 192 0 R /Im182 189 0 R /Im188 195 0 R /Im190 197 0 R /Im191 198 0 R /Im200 207 0 R /Im193 200 0 R /Im188 195 0 R /Im201 208 0 R /Im185 192 0 R /Im199 206 0 R /Im193 200 0 R /Im188 195 0 R /Im183 190 0 R /Im202 209 0 R /Im187 194 0 R /Im193 200 0 R /Im182 189 0 R /Im194 201 0 R /Im203 210 0 R /Im190 197 0 R /Im199 206 0 R /Im198 205 0 R /Im204 211 0 R /Im188 195 0 R /Im185 192 0 R /Im186 193 0 R /Im205 212 0 R /Im202 209 0 R /Im183 190 0 R /Im185 192 0 R /Im182 189 0 R /Im202 209 0 R /Im185 192 0 R /Im196 203 0 R /Im206 213 0 R /Im206 213 0 R /Im207 214 0 R /Im208 215 0 R /Im209 216 0 R /Im192 199 0 R /Im193 200 0 R /Im194 201 0 R /Im185 192 0 R /Im186 193 0 R /Im195 202 0 R /Im190 197 0 R /Im186 193 0 R /Im182 189 0 R /Im196 203 0 R /Im210 217 0 R /Im185 192 0 R /Im186 193 0 R /Im211 218 0 R /Im199 206 0 R /Im193 200 0 R /Im182 189 0 R /Im189 196 0 R /Im196 203 0 R /Im212 219 0 R /Im199 206 0 R /Im193 200 0 R /Im183 190 0 R /Im213 220 0 R /Im214 221 0 R /Im195 202 0 R /Im204 211 0 R /Im186 193 0 R /Im190 197 0 R /Im215 222 0 R /Im204 211 0 R /Im182 189 0 R /Im183 190 0 R /Im216 223 0 R /Im198 205 0 R /Im193 200 0 R /Im194 201 0 R /Im185 192 0 R /Im186 193 0 R /Im195 202 0 R /Im190 197 0 R /Im186 193 0 R /Im182 189 0 R /Im217 224 0 R /Im194 201 0 R /Im185 192 0 R /Im218 225 0 R /Im219 226 0 R /Im194 201 0 R /Im185 192 0 R /Im187 194 0 R /Im202 209 0 R /Im186 193 0 R /Im183 190 0 R /Im198 205 0 R /Im188 195 0 R /Im183 190 0 R /Im190 197 0 R /Im182 189 0 R /Im190 197 0 R /Im191 198 0 R /Im220 227 0 R /Im221 228 0 R /Im222 229 0 R /Im223 230 0 R /Im224 231 0 R /Im225 232 0 R /Im226 233 0 R /Im220 227 0 R /Im220 227 0 R /Im221 228 0 R /Im183 190 0 R /Im187 194 0 R /Im227 234 0 R /Im183 190 0 R /Im184 191 0 R /Im185 192 0 R /Im182 189 0 R /Im195 202 0 R /Im189 196 0 R /Im228 235 0 R /Im229 236 0 R /Im230 237 0 R /Im231 238 0 R /Im232 239 0 R /Im233 240 0 R /Im208 215 0 R /Im208 215 0 R /Im234 241 0 R /Im235 242 0 R /Im217 224 0 R /Im125 132 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 548 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I\93õ¸\95ݾ~E.»\17N\11\13IôÒÑV\847\8eîh-µ±¥RKvi.\87ÂÿÞ\8f\8f¸Ì\ 4pÎÃ\ 1ßæ\e2\12ÄtÇ\83;üõ\87\7fÿøë\ fîã\1f?üõ\87ísÝ\97\8fåsYìO÷øëñ#¿æOïãÇ\96\96ϼ­\1f¿ùã\ f¿øï\7ft\1fÿúç\1fþýÛøøüåïã×Ïx\fßöÏ-¶Ã};|ýÜ<\1c¾\87Ï´´ÃC?<\92Õg÷\99÷v|lÇï\9fníƧõ\18\9f¯ñ[°ñ©\9fÿkä÷å\87%\83é×þðöføþ\19\1f\7f\ 6·}úµ\1d¾µÃ\1f[\84\87\17|\ 4W·wÃ\97núü¹Çã\föóðCú6>·ã{Ò9§w~\ 1ÃÝÒ\8eÏ\9fÎÃéCDã;Ò+W\rnßÅx\9e\ 5@}øú\\82+èÈ/}n+\1c¿:4¾#¿þþÏ3që\8eÖß\91_èNðq\0áøÀ\ 6\11 ½Â\r. £@z\80û*\1d`Ïþ\85\ 4ò~òO=¾#a6¿_6iþð\19\7fÊ\ f\97Ð\a:\1e \vpù-
\1e\1e LA>\84÷(È\a¸\ 1\99\82<fA\99\82|òÒ\ 12!ò\98[\12"tý\eZ¿ï\84\18½\80ÝK\17@÷¿#\19Üï\9f®?C\ 2îÖ\9f>\97\885\18:?ß\9d\1f% à \fì\b\88Y\0\ 1r ïd8;\80à\83t\0\80DH?ÿc\95ý\ 1\1c"$Ä\84(¨»AFA!¡ñ=\ 5Q\vî!ÚÐ\ e:\19B\8d\98U\93a=\v\96ñ»;MÀzþn\ 3ûçÞnÀ\7fæ\87X\fÙ\7f.\87\1dó\10fK¾>Ð\91\105d"T\ 3\9d\10§Z b)\ e´@^Ûù×Ç\9fÑ\e\13ùÏ=]\e\0B\10Ó`\fH\b*4XÆGH\ 1\9d\1a¥L\1c#TC\82!{\12ELî=\1a\8e       - §á\aÅ`"\8e+\14\15\9e\17V\9bâ\87oàÍ\94{\90Ò7G¤\13#þi¸\83ñ[9\81z<ð£Bs\ 5§dö[Bó\ 3\12h\r\89Ó\95ðû\82æ\a\86\aÊüfÉÕã\81!\92V8>{4\7fG\ 1þs\8dpýyCã\81\1aiYð<ÿK\8fÕã;\16ìÏï\\7fppý\80\85vx~á!BÀø\8eþØù\1f\1f\1f;úëYØÆçS\b?Ôñ·ñ\1dýõ\9et¡ßx\9eߺÇïã\ 1ý\11ú)v\=¾§\9f^\84\95ûO;\9a\1fhQB\7fëiÇ5ó\ 3C\18ßß\13\ 6éÇ\83û#ëßÐü\11ì\9fñß\82Æ\83û'ë\7fð¯¶~Lÿ\a\90\ 2æïÎÏ}Æfþð\94¨\aÿ\1e\9eÜú°\87Ó×xÁ\8fØ\9f\12!,éI¿Çü_@Lìø\97Ý\7fpïÝ¿ñïèürgC\18ÿÁûïä\aåÿ\10Dþ!ò+ õ÷÷×Óïö¼Q³b\9bûëöß#içx_\90\88õ¡È¿æOÀ\foõ÷I\11\a\10ø\9c¿\1e\ fü\90V\7f\9f6\89Ï\v\9a¿\93_ýøS£\1c~\14\98\1fÈ\9fV\7f\9fó\87eAã\ 5ùgãáüÝýõô_Æ\17\19ßñ\1fÛ\7fp«´ÿÞ\84=ïß-åüÃþ}<àßÖ\82<ïß°Èf|Ç?\9eÐ\9f3þ¯Ç\ 3\1f\0Ó\8f+Pl=~\15p\802¾¸\0Íx@¿­ü°ñ\19\8d\aôÛ\8e?oä\0SÁú»û£ç\17véüúw\80²þèÐü\1dý£ù\9f÷oò§\1e\ fè\9fÍ\8fÖ¿vô\8fp\90\83þ]Jåü×ÏÝ]ã;ú¥÷Wü\87ÑýÑõ¯«´~J¿\e<\7f@¿dþ\r\9e¿à\ 1\96ñ;âÿ\15ØÏ\84~w¸\7f\80ä\92ýçå=þÍ«Ä¿l¼_ ÿwûgçï\1d\?°\9f<\9eßÁûëø×uãÏ\eñÞ\9fö[Eÿ\9bp~Eÿ{ã¿õ\9bý°éç\174ù¹uoa6\1eÉÏMæ?/Ê\ fß\81XKÁ±Ã\13ÃZ\1frÐ]öë&Ë_\9f\10ý#ùKÎ/Aý!Ø\9fÅþZ\11ýlÀÿ'ç\87å\8f,\7fý¶Jò\97Î_pø»òËïÛ{ç\97Ñü\13ç\975úcë\ fKxKþ\1e/ÙïÈß\80å\8f¬\7f.ÿkÈ\7fØ~¸ü¯\9böCðÐþ\ 3çOÆ\aH\7fÝýÓó\ fp~Y~\ 4h\7fõò£§ß²þ\88ÎoÓÏ/j÷GÇCù\87ä\87ÇãW´ÿ\rØOäüWíüéúEùGùw\83ö\aà_Â\7f\ 1ü\9aÐ\ f´¿tý\13vtÿ\9bàÿ\95ñ9\89ö\13\1e\1f\97 Íßã?§ü\88\ fÿó©¿ëñ²ü\8cÐÿDô\83ýßè4ÿ\97Ñ_Äò\ fàç\v>¿\80ü\97\ fË\13\ø²ÿ¾ô÷.Ûß1BýÛÙ\7fLþÇ\ 4é\1fÈ/l¿Æ\94Þ²_#\96?²ÿ\18WÈÿ\9dýÊø7Bù\83ð\ fB¿Û\9bô»iôËì÷¸#û¿·ß{ÿåüIÌ¡ø/ßÇïÂûG\83_ùïï\87\1f\88ÿhøU5\1eá?\f\7f*ò«\1e¯ûïnGã\ 5û»à/\1eÍ\8fìW²ÿ\0ÇËòß\99ÿV¯_Ç\ fÒ\82ö/Ó¯K\ 1̯Ë_\97²tþôþWx\7fàý\87ì\7f\83ô#DÂ\19þ³¡ó×é\7fwïÝÿ\ eç\17ô\7fáßlû\ f\ 3ùMü¯Å£ó\93éÿ\88DTöÏÎß;D\7f
+þkãÕû#û÷èþtÿë\bd\ 4ã\ 5ýkóCþ\17ðó\93þ½áß\ 3ú§øK@ü7\81¿Ä÷èßÇ»ôoø\8fJ\7fØþõkÁ¯êñ:~¹Aù+è\1f\e\9fÐúuúÙ\91þÖíÇëýü.ýî\88~wAÿ\18þ\93Þ¢ÿëýñ&ý\1fñ3ïÐ\7f\10å\1f\1dHÿ\19þ¤éO:¿×ÖÏì§\10Ðú÷  ü\a®_¦\9f\10áùIô\7fâGïÉ¿\90\9c(¿\18þ\83Î_·_Ã\8aôwo¿2ù\176/É?¦\7f/üæ¦ý\14vÄ¿=ý1ÿ)ìhþÞ\7f¢ü\93¡ý*û\1f\17þ2¸?\8eߨþ\13ñ\9f]|Ëþ\89X~\bö_ñ\7fý{þCô\9aÿÆî/BÿK\97\7fQ\94\1f\14?\88\90\7f\85øSÃo\90þíù\97â\1f\90ÿ{ù\85âWÖ\12?Üóÿ.ãß\17þ2¼?B¿²ü óCù1Á\7f;´?tü3ÃýË÷ïÌ~©âWõ÷3·¬`üDü\87ÅO-y2þ£øß\16?Tϯã\ f%\99²\1eßË\ f\8a\1f\7f\19ÿw!\81ñ:~xÅ\ f\röOç\8f\13ñ[öþ4Ø?\1d\9fàú¥ø\87çý­^º?\8a\7f¬h~¤ÿqüÇ\85ÿÔë\97í·\ 3¿éׯá/Ïýg4~bÿ\19ñ\8f¾ÿ\v¿\19ì\9fâ\aö~s\93\7f/üe¸\7f\86¿Àû\93õ\87\ f\88þ&ð\9f ÉO\1a\7fkøÇ4ÿØø\15¬¿÷\9f©ÿ\9eàý\83øorÿéîý\97õ¯èþfð\97òþX\8f×ñ\9f\r\9d\9fþþàw$ÿuùwá\1f7ùÿÂ?\ 6ë§ñ\1f\v¤?\90\7fÄÆÃû\97ñ\9f\0í\ f]~YþÑX~\11ÿÍÃõëñ7\1eê?=~Áò\17\86ôGüç°¿%¿B\84òSößB|O~_øÅôüe<´\1fôøÓ#~EÑß\14?ÙÐù÷ø\15Ýÿ\ eéO§\9f\8cè§\97ÿCüâ&ý_øÅ´ÿð\15?¢ø/<~D³\9f©ÿæ\91üÐñË\18àxùþ#¶ÿåø¯\ 3\7f\87úÿ\11ñ\9f\12ÿføÃ{þç\85_\föÏä\7f\¡þíÖÏã?\10ýÎÄ\7fÀõëñ\1f»æ¿RúÍh|/ÿ¨ÿ^â7R¾\99¿±¬eüÍü\8d\12¿ß\8c×ßÿKül3^\8fÿðp~AþØø$í\9fúï>\83ùuþsÅ\7f©ÇëúÇð\87ÑùÓù\8býP\8f×ðG\8b\1f\ 1óKöçóü\8aü\18\9d\1f\8f_ÉèüdùëJþôèüèþWtÿ\13ûßü{ûß\10ýNà\ f\9f\99ø\15t\7fºþu\19í¿§¿\11þÑ\9c¿|~Gþ\91v~,\7f  í_Á/\8aÿ]âO\9añ:þRò/o¯?¨ò\9bá/\9aüäøG@ã\ 5ýWã\1f#ú¡ûO\9aü¤ãW(ÿôü\9fâ¿\8cõ7Á/¶í-ýiùCãý³ø\8fMº?J?\19é¿  ü.CþÓýßÅIüÃñ\vÈ¿zü\80Cô7\11?\ 2ù_Ç\ f\ 3æ\7fP?\81Å\7f\ 3£ÿ\10\8dþªøùnÿ£ø\8d±þdø\ 5¼?=ÿ
+Ú/\13ç\97\90ý Ç\1f[\11³yùiñ\e\90þtüo×ä7=¿]³\9f8~\82ø\17Å\9f\91ûÏP~NÄohö\ f\1dï ý/Ä/\e~\ 2×/ãG\11Û\1fòûiô\9aýNñ\aè?Íà/Ð\7f\94í¯\bý\9f       ÿ?"ý7\11ÿ\82ý'\1d?ZáýÉòÃòoæéÏâ74ý=\8aÿ¸«ÿã®Éo\1eÿ\ 1ç\9f\8eÿ¸Ë\7f\16ÿ\91ªúE\13øG©\9fÓ\8c×ëW,E\7fÔãõú-¥\8ci3~\ 2?Êhý²ýfõgêñºýfõc\9aùeüÑ\99ýRϯÇ\1fD´~ýýÂò\7fêñ\13ùKf¿Ôãõø\8b\15í_©¿qþäÀO\8eüµz|\9f¿Ö×\9f0üd\aç·Oà\1f^:\7fzÿY»\7f\1a?\94!ÿNÔ\7f\81ü£Ç\1f,èütüÙòwÒã\1c_ù¯||\96Æóü\ex~2þfõ[ÆüËð\13wS~5øÉ´ü-øQ\84óëù?\11\9dßLþ\ f:¿\89ü\9f\14$þ£û7üe°\7f\1e¿²Ý\94\7fgDºÅ\9f¤ª~ã®Ç_í\1aÿóø\13Ä¿\13ø_\86úOÏ\7fÃòg"þ\ 4ê\8f\89ø\13t~ýý±úOÁ-Eÿø\97õ\9f\8aCô¯ß_ðî­û³ü\9dÑýñü\e¤ÿ'ê\7fDh¿êõO ü\99\89_Aö«þþ\11\12\94¿²þ·ú+#ùIñ/{\7fªè/ëù[Û\82ì\9f\89ú-ðþ%þ?맠ù¡Ç/\87\1dò\8f\1c¿\1c2\¿\1c¿\17\17t~\13ï÷Ë{östP\7fËú7:è¿éþ«\87ò[\8f¿     HÿNÄßDd\7fëïß1ÂõëøIÒä'Ï\9f9óç\9aõëù3+¤\7f\e´\7fôø«MÓ_\14ÿÛ5ÿ\87áÏ\11Ú?zý­\v\7f¹)¿.üe{\1d?Äñ\93b¿n¯ã\ fGõ{oÏ_âïGó³ó·ú'õxýü\9dùOÛëø/ê¿\ 64ÿDý\8f\0ç\9fÈ¿ñ7ÏßÆ\97û;Þa¾ÎO\8e_=ð\ep\7f²ÿçJý¦Ûû·÷§»ôWâwGôGÏÏäßàüxý\17íþ)~¸£õOÔ¿Ù7\91þ     ~\9a!ÿêïß%þ\7f4?õßÌ~©ÇËüï\17D?\13õ/ ü\9b¨\7faöÏ\80\7fèx\8bÿ\eÐ/¯¿\82ô\87\92ÿiø\ f:¿\89ý\e~<-?\f\7f\81òG\8e\7f´ü¡»òã¨ßò\8eü»ð\9f\9bòïÂ\7fî®\7fC÷?\81\7fm*ý±ü%Èÿ\9dþ¤õ£wÄ?¨~4Y\7f\86ô+Ç\1f[ÿ¢»ò/,\9aýAã/\1c\1a¯¿?[þÑhþQþÑüú\v~Pò\8f\ eýy\a?\ fPþ(ñ+MüN5\7f\1f¿ÃÞ\7f\8eü£'þVͯ¿ÿ\84Ò?©\19¯×\7f^\91ý7QÿyÓø\8fâ'\eÒ¿ºý\19¶ü\96ý\19\7f\955ÿ       õßyÒ_>ëoÕã³\¿.@ù3\11ÿ\80å\8f^ÿt\81öÇDýÜûöûY?÷=þµü©\11ÿRÿ?Üõ\9f¾âw4ÿ\81á?\90ÿäü\ fë\0yWÿXþÔXþ\93ý'¸\7f9\7fù\8aÿ\19È\1f\8e?AúÓóÿ°ý£ãOØ~\99È¿Bç7\11\7f\955ÿi\98\7fõ¸Ç;ú×ê·¤´½äßaüN=^Ï\1f3ÿ«Z¿ÎÿWþU5ÿ\ 4~PêG5ë×ñ\ 3ï\ f>z\89\1f0üiGç¯ãOfÿÔãõú³\16?X\8f×ã§,~¹\1e¯Ç\7f\95\ 6´·Ïßì§áù\93ó3ÿkp~\14¿Ù\1cXÿ\8dü§j¼^¿âÈ\7fzÚ/õø\89ú/^â_>~¿y\7f\86ß@úÓë\87\96úÝ#ùÅë÷Bú\9b¨ß\8bîo"\7fÅð\9fiùYö\1f ýÈù\ fV\7ff$\7f\19¨?dùå\13<?Y~\1dø\8fv\7f\fÿÉ\12ÿñø\1d8¿,¿.üf ¿èýoHÿ*õO\r\7f\81ô§\9fß\ eç\97ó\a¬ÿçXþ²ø!t\7fJÿ\9aǹ\97ú»Où¹.ßZÈg\10?Nê\97\9fwä¯Õ\9f\19Ë\7f\82_9(\7fuüÊCûa\ 2\7f\82úS¨¿p"\82!|Ñß\9dø5«?sW\7f\ahÿÌÔ\9f\81óOäoAûO\8f_[¡üÔã×V´~%~¢ào\96\7f1ð?xý^\95~\19~¤­\9fâW\16ÿ3m?\1aþó\9eþ Ø~\92û/^øQ½\7f½\7f\8b;û·4ò\eè\9fV~\9e\1d¹\8fò\ 1\87øsù;|Ö±\9fë\96\7fþä°~ûá@ú´Ý\97ÏîG¦|êá\1dñ÷ÍÏÏv4vwÕp'ÄnåOçÏØ\8b'íÔã\85Þßçô\97ï\\8d÷\9dìéc\7fÊxË}©Çwwßoß-Oqv%¯Ôç'4\8f/\v°â!õx <ÚæUe|tè\ 2\ 4ð´\\80\ 5\7f\ f. <\7f»9\80࿺Ï4\1f\10¢¯Ê\ 6\fý\9f¾\812Þ²ß\ 6\14Ø\8f?ûÁ\17ç3VÉ_\19\ 4ßàæõÅ÷¬\87\87nxîd_\19¾\82áQ\bý9\7fR:ÿ6³\ 3Ï\ 5\95Èífz\81û,ò)\94ñß;\8fe\90yµÆöìãò\959Ö¬_@îÊú½\17÷OÖ_^îêõG\80|µ²³Ì_2Ï\9aù\ 1ó´\96¯\8d\87û\17,·2¾D\ eÔãÝ"¸\8e\16:\84\16\80]\90\13H»t\ 2\94\ 2Ö Q\0\1f¿\89\14D8 ôn\19ñ/½\81\1d\89\8f\99\e(àõð\ 6ú\1d\94\13Èp\aBôÊù\13¿ \1dô<Ä6`Ý£\84\r\90\ 58U\88õîû3}Ço\17\13\87ðµ\80N\83Ð\ 5\94÷÷Ñ\ 2\98\f÷\90\8b{!ÎxÈG(\ 5\ 4üÍâwÐxp\ 3L\f\84²\18ô«&\ 4èø\rÎ/¨¡\93\ 5ü\8e.0ê,\90\91\12\8fÀ\88%ëÏH\8b+\17x\8e\ f\90\ 5\81\10aRÌ*Ø\8cõ8>\0\8b \19\1d\0£ÀàÑ\ 5N\b1+AsW\88\85Ò\82\10(ã#\12¢\ fçD%\ 1«As\97\87-\aé¶\14\r+ÚA\7f\85\8c\87,\88¥\19\91eþ]ãaÊ\ 3\19ñ0à\ 1º\80¬        !v\80qÑ´\0\13¢qÑl¹øô\9aÀx\87\0´\18\88mi\99\82£\87v\84,\84­\vóH\bûço÷~\98UÑmæ\17DHY?dá^\ 6Òù\13´$\ 5\14˺ø %\ 2µ0æ\80¸\8aÆ|\8f£\96\eØN\1c¾ý\80ì\ eZ"ÑÈ\18fÆxÜ¡;$\eóq\87ó\vXJY?ÔÃn\91i -p\ 3\80\ 61\ f¤R\89\ 3\8c\86\92\13Ý1&\ 4\12Tä½\10`\aP"!c\95\89¥ó`iÄ]\ f×Í\90\92\f\aV\b\96À\19.^\bc<Ï®tqhf\97åç\85¥ÔÓëX\80ùQ\83åSG²T1­ÇOX\10\16\ 64:þõÛÈÊ\11\rË)~\9a\ 5è¾x@'  Qe\ 1¥\ eéè\ 6é\ 1\94wðæ\ 6dGÔê\10\1fù\94·\1cQ·i7ÀÇ#\12Ðm@K¤\1a\1d s\84­\91u3^F3ý\ 2Ç\vë·ñ\19²\80ÌÃÞ!      Ôó0{    :"Y\8e\97 z|ÿ\12\84°è§#[:IǪ\12ÉC2¨6\84/­HÚ\13\0±ìX\ 1ø\88®@×\0\16Ë2¯\ 2
+\98\93¼ÆC\14\f\ 6&T¨e\135' ÓÐ\ 6OP¶A¼\19a\83\e `Î\ eõ\90\ eæd$\84\14\ 1C\9a\v\0R\0\83òaù"\81W\8f
\11\84R@WÄÁ!+¦?@v\81ÁÁùeHÝÂIÆ\17@À ¯©Qæ\88\86\0Õ x\8e\ fÚù»çm\7f\1f\7f\ 6È\85\18\8b\10ý~ÿQHǵt"d\aÎ\80Q j\ 1\1d\v\v$\fpI ÿòU\8aBA\eR\ 2:\92qA97%\88Å\83\8c÷OÖ_ò©Çv\18A"°\19\ 1úa\107\14\v\10\10\8fJ\90\14§i\0\8a$@\ 10aÉ[Aßy;Ê\12\82\10\ 1ö\12\98BaØ\88\0\ 4Ì \1cH@ò\9b|L\9a\1fJ/pÕT \85\92 \1d?\ 1eA\13B÷£ã®:2\84\81JC£±#\85M\80HL\0Ù\13K\vrDô¸\86\ 4}i]\ 5\9e
+LØ\ 4\90U¸Á0k¾Eÿ¥\9fD=\\8fê0\14ïhkq\83ûÍ~¬\17/k/{ή\17ßÉ.ê\83.húÞ\ae¼kÍ°\9aåË(®3ÒYëp$Ù\ 3»bb\ 6\v (\8ai\8fáí\13\14Ãbb\1e×?@10÷[:V{\ 2:\ e\13Ñ\11êö\8bõÓ\1eQ ½\ 1S\1fÃ\e`8Ò&®\9f yæÂ6\a\b\12\ 6V$\0&6\0å\ f²\1fXPÍ*\91 \ fª  \1a\ fÑ\8aÔûY\91 þ\0ÂaÚñå\0-®®Y\80\14\10a\81$4\ 1DA)$û°\96R5b\ 1:¿\87ë\97oðH©\92n\90âH\ 1.@~\8a²\9aÊÍxÙ\89ô\11Í?Á\83VTù®\18¿\80°\9b\9ab b\9c\12\1fø\ 2Â\141Hê6$Æ'ªv¨\ 6ô°ª\8cõ\98\8cÄ]@ÖM&\f\v\14ã²\ecyQw\99Øò¢\ 4&&\8e¼Gbt\ 2\88\bo\1e`@zh\ 2I\8bÐ\16Õ\81\8cäßÛ\7f\82\ 4 [â\17\10\14\ f+ÔãBh½\ 1Qh~ð\1eO\17°k\96 ½@è\8bè/\8a\ 1Ú\ 1èM\98Äô,Ð\12\94E¨u\96º»\7fëÌ}wÿÑÃñrP\98uvºkÆD¨\85u\ 2\8e¥²ø]K<BO`\ 2J\8e      Z\ 1zPÖúæ\ 1nª3N\b`C*@\ f\8a°ÒÀwUXÄ`\82\f\vMx\8de0Gâ\0¢\14GâLäì­Àä\90\1d\1c@v\17^ÿ\15ÏS­\1f%¨`\ 1dÉM)Ý\92?æÇUÃu?Ð^"ëá²\ 1\bÕð    ûË¢\11êÍë@Ô\86ÎN\90\1d\ 6D\ 50~&3d\11÷Ï\1eÒ\9c+Ä{dèÝxHs¥¯àp\ 145ÅBJë#ÔCª\ 2Z\80þ\90ä"\1aßÓ/\a\926\89\828\90\84\18@Áa
+\14g\ f\91\8f\v\82\b\1e \8e%ZDÓ\80\83_\ 1I
+\ fÑì.(\80z/\9e\82Á;"À 08C\ 2ÖÏ/#\16Öc\92ý¢ÍO]h(B&\ 2²Ì\ 3\1cÜ\1f\8d\ 5ñH\ 4ÃX\10²\0\8bE¸I@¾´¶\19\11\10\ 5Aì%sÄ\81t\ 3\86\14A>A
+\90\95\e6  a8Õ]\1dpÁH\ 3\1dÀQ ´\80\9e\84)\12¹#\12\9eÈ+ñØ\8c\90eàQ]G³#\18\8a\84\9eW\12\168¿\9cWr\85CÝTâÁC\16ÔQ(\ 3\91îÚQ! \16\9aJN\83\9f@\84<¬ãx     jA\1dÆ\82V\80n\87\aÈÂ\13\85\ 3\r\85\10a\81M\13\82ô\07x\812\96n\rÎok\81\ 5\ 3\19À\84`\à\rÊP¸u¨\9açA\8bH\12=\ 1\8aC`O@¾Á\184!2\ 4¢n²PÄ,,Ç´ÆË\13\b\83\98
+\96\&«a\82\84­Ð\12\94¡ü¸iZ\8c\16R4ÐB\1c\bÒ.\90\11`Z \ 1É\17\90 %>q\ 1     «a`É\92Ô4÷\9e+r!ICW\ e#\81æÉ=\fê;@ \85$UÃu\1cÏ\90¤#½á\ 6û\98ü®f\9f°\0Ì\ 4¬W¯\a´\18\14T\8f\9f(Ó³\83ù'\12£J\91«»\97wá8Ó·g8Î\ 2Ï\7f\ 2\b\ 5\90\ 34 hp\80\1cÈAãu/ê\8a(\1a\11 \ 5\13K\91¬ö\ 3²\17ãVí\ 4{\vÄ\90\98³Gb³\0\r+\80«PN½\0\1dÊÚ¡\ 4Ñ\v\15eD\83\13$\94\11\ fèF´·`\80\11     p,\b     ±       ,È¡\ 5 ,\b\8b`ïU\19ÌB\92àúe8þ\8a\bª×¯'\a\ 6¬\ 4ô\98¬¨IAz\ 1  QàD<Ëú\1e\ 5ûõM
\90\10\11®»\82³Pð\91Úv
+\91ð­P°s:\1a\95E9JѨ\8c\84+¿ \ 5ôwp\96&\ 4ãíA¿\11£\9d\18ì?à\96R,x\ 1lèÜD©\9cE2F\18¤\1a°.\96!Uë6~là\9e3\rùP\87T\ 3Væz~_\82\a \13qHoZ£VoxDÄL\10\85M\13D=\ 5<¨÷øëH\10{>,\86­âã\8e\86vv\84\ fe¾Å\9e\r\ 4\9e%Çíq¶ù\80Pkàü\80Õüm?нÌ÷Õ\ eÊ\a :uNHÒ°\ f\82\8e\ e÷®lõþl¤v`"v\88ß\92Å}\1f\80\821gÉ\9d\88®Á\83ð\ 6r\b       9\16®/ÞJ?°"Ï\b~ÀGø\81\rI3ç\818l\8b\a %yA\1e\16n\88\16l>â\86¾ÿÃ)\11c.ïôÍ\12\ 4t«Ücþò\ e¾S\82\90±huk"$%P\ 2\1c¯àB7\9a\ fè2åÀ7\9eK¨OÑ\vµdí\v~Ѿ@í\93\87\81ó4O\1e\96êKó\84i\ 6+æë×IÅP\ 2N
+)WÃ'ÂmͶ©Æ#\ 3\99¡\f\11\8d×K¹ZÎB½} \92Y1a\9b?ÞJ{¶6TÍüz°\819(\83õÓñ\16­<Ü?Y\7f@äÓß\1f\8b¶½@\8e\86~d\90Ü%x\81:ÌdÚ Þ\80\ýÊ\99\83Òl@Ï[ZÑ\r*.bY\80½\13U\14¨»¸\ e\v\09ïùÂ(êñrÞ§Ë\90\82ô:¬\968\7f\93\0¼C\14Ø\87\v\ fÃM\ 6\1cÌ0&_jñ7ã\85Ìůò;\80\0\83Ì\82>`
\83\ 5¢&Ã(È\12¡\f\93ã}}Bó+,ü\85QH:\8c\7f\0\91ÀL\ 1£\rÒ°\9ewµ©<Dhp\877(?tù\1d\89òAy»i\84\1d$\83f¼Ó\ 5n@Ç'\1cdb9îö\0Hn\92 \153F\e\98\e\10   öj\88FìD/\8a1\ 6\90h\86 Å\a\12\¿^ÀÉð\89\81\1a¥ñ*\9b¦\ 6é\ 5B\16\9ehj\10\10¢\vØ¡\1e\99à¡\f\85\98\ eSf¨\ 6d!\16\17¨\88\96 +!CtW-ã\81\1aãá&hþ\89p\13(\ 2&Î/h\86\b\r÷\b"\ 1Ñ\80¡\88´\80\1eø|\15C¾©E¯
+:C_\92Ì¿jóÓýC\11¢\a\1d)\11=ð9BO@*\82×Ä»4\1f\98(¡£í\80y³i\81¾\8c\Ì5a4@~íJ\ eÎ/\97âLÞ\9d Z5¾ÏÜêY°`9E\ 2\1e94ß\\ 1\99\ 3L\82Wã{\ 6 Î¼=\17×ó#O\82äÞ\98/V}`"fÅmà\0&\8a\98\ 1 \84q5ó«\9c\ 1Ù\9b¼\9a3ÕW\0<       \86çdt\82:\1e\14\11       LàAVJu°~JB      Q\0 !\1atbÎ\ó\ 1P\86\85$ ­¥\92ã\91\ 5ùµ\ 3ý\ 4,èl\9a\ 6\r\8f\117@\11\1fª\17 C¢\ 6è\fH\80\a­@\12\92í\10\aõx½\98î\82Xh*heG\e\10
+ê7A+Í\ 2&
+éÀ\ 5è\90\98×(\80G\9d`&\94\9d\19\18Çr\94\85­@E \87\8d`1¤\97\ 22HiÄ\84<\85I¥!\82©­è\0ôw\91+\83ip\0tþM\93ãL\11\1e\ 5\9d%EHIhG\8al*j\ 6\8a!\9d      3Ô¤zÔÌ\82l\91©¨\19\8b\9e®4ÑLÔ\8cO\92*âQ3\90\võ¨\99Ë\98YîFÍ U¤»ä\ 1\8a\81\99¨\19x\0\13Q3¢*âU\9d¡\18Ñ£fV¤       z\97\92¾.\a\8b~{ÐâËçå>Tá\e\v\ 2\14\12áùÉÇG\8a=V\7f\82ó\ 3ð\12Ð\v\r\ e48È÷ùFß|\0\88\82¥#£gÐËÃ-´\ f|\v4@\85Ýz:~nÁ\ax\ 6B\8b\85³\83qôP\9aö\9e-%\84\18V\8d\10h\9f#Õ²çð\ e\14ÈÀ¬#\15²W͵áã¡0\11B\ 5¬,\r2\v\12m\9aB¢é\\16\8c\93\89\ 2Ù\19ñÑ\ 4>\99\96ÙdÉ¢ßî:FiQ\ f\90¡CÐ7\17º\8e/O\15\7f ;ÆBá\e\13Ê\19A%\96ù\88#¼eU\97\8cÔz¼þR^\92!êáý3+\13\0\19¯^\ 6\87\8a=Ö¬^î\12æ
+6Ø\8c\a\87GÜÒ\12\8c\97SÒ-Rh´~fL9oãÓͺ*%¡it\0<!*À\v\9cH\88\827¨C;1\81\e\98j\1c\8ew ×\ 6*/\f£;ä       M\90\ 6th¤T'\1dӠæv0¿þÈêv´þÞ\9c佶´ñÔ+]àxÝ+v\88\ 5ô\9c\10\ 5÷*\9c§\13A\19$?2{ÌÂÓ¸Ìm\rb¸Ì¼
+)É4±X\91\ f£þ\9b\159\81\13Whw \87k%t\ 5ºKiÀÌè
+i¨ÍºJ,Ì;u©7@ö_àåf¼ðHh¸Ìz©¡×q\12d|öÒxzþØ\fÐËÃ.H\a \11ÂÆC3@\ e÷\v\ e\89Ê6\1e\8a\80éLªñý\93ù£:?+O\fE ¬BBòo©\90£¼ð½ýÛx¨Bõ0\e¨\82g\ 2µvx\0²\ e´FW£\v \ 4\9cã{\ 4,Úñì\8d<>ìø\ 3\v©Çkí*\9f0\82CëÏz\94\85×\ 4\bÅA<ÚÿDÄ{\84J\\7fݱ\9eå·íxët5¶ã     \90\0Íð^\84³\17Ú£>ñI\ 1éå\v-\8fÓ\81~ðDÓt\91\85y«-Í\15¥Mס\ e\9fhT\11¡\f\98èÕ\95Ñ       "#\8a\15¦AJD*-a\1fÀL4Ñs\1cÒ Ì\ 3  z\ 2\1a$\*Ó<ÍØ#)õÛú%Dø      å\14\19P\8dW\90¤sxé\99ÜN/_ \19\81Íx=k,½7¿é\90Ñü¼ïyDç'c©ÎèïÀÄ^X±£~YÍü\13ý²\ 2\18¯[!\17\963:@\8a\84\ 4H\80:\1a\17Ñ\ 2&:\96ÅM£ QÞWs\82ú\ 6J\9b\8añ\ 6\95\ 1\as( RÐ\ 4\94\84ö¯GÙ¸\12n>¤ ^\e\a² \9e7g:¬¾@=s4k,DÛ¦\97wÉz¼^eß\97põfÿBö²aYH\ 6Ot»ò¢\ e !.\1e\8a\0\ 1O.P\8e\ 3\ e¤\a\10Þ<\80x[    \1a\94\8460S¥7A\19 GêYq\9d\1c©çWM\vr,+¿%Cü\86æ\9f\89ÔÛ\90\f\98\88ÔÛ\91\10\9f\89Ô\83BH·#|éÕSÛ\11\86\80µëj\16 çL\84E3DFíºî2¡µë\12x\88À\11P\8cM4~÷ê\r\92\v\80\96ÔLãz\8d\87Fu\9aç)°\ 4ø<\84Øé\89¬¯\11yz\83i}O
+\ 6,Åô~[+ZÀD­ò\r\92°^«|\83óë\80Øî$S\9a\19\8d\9f¨³¼Àùõ:Ë\8bè\fÒ~S\ e\12\80\fiGh  !K\905\fC"DÏ\1f?\10=\89\ 3\15B1%ÝdÏ\e\ 3äDCdT)z¤Ehê`ro±@LÐ\94Ó)@\16\ 1,óîM<$ªÞ\10=\ 1ì\ré\98,\14\ 2\13µÂ!¢\82\10AÖ¼^£ \9a¹\87í\b98Ï*M\8fÆ35xày\92\1adRØ\9ee×ýÖ³Ô\ e\87ËuB\r\8f«\86Oرö([\8dW¨§\80)\v\1c¯ÇÅ\94\8c\9bùùËxCsëñ .\82\801ö¨Z\8f×á¼\92\8c×Ñ,_¬àæþôȦ\80\ e`\ 6\8d1<o°\ 3
+'\99
+ªÇ\vQÞ¥\10ÚQÇé©\ 3×ôº ÝÖ)Q+w}\96\83k\8e \ 2%\84\8bê¹RÖ¯ù@_T\8f\95õs\e¢"\87\10\8d\1fØÐ
+úø"~\8a\8c«p\8a='\94(Ã#BË÷K\10¬që>\96¯kø\16ë®äO\1a.¶¾ù\81\1e| CÖè)\1ea^\80\16'Êú\1dE\9dÎ5\f¾ÀLBïË\eçaÙ¼0   i\98\ fägý\85ÎG$ÑgÒ¯"RI\13éW    \8a\91Ù\12ðF"\9d\1eà\8axq¢\89Û\ 6ׯ7q³7â\a\ 1Ükⶣ\eD\14@\ e\ e\90×t\826ÁDÙllÓLÔt\82J]÷«\17´\0½\89[p«¦Ôy¨\17´*&B½\9cDĄ̂\fP\86LX\95!j<L;\99'HÂrÆ\8c\15­\1eÍÏ\91©ø\96Y\1a A \84\e[I¦å\92\ 1wb%Ã\ e\8d:=V2ßõJÊúó&­\9fºõ\v:\7f\1d\9a\8c\ e\19¥\13Ф\95\84ºKÀÑ£\ 5ô\ 6á\8b¬»\12'òp/_fݱx飦ÒÒÛsz¼´¥íÝU#V\94iD\83¼\99<´#ôh7è\98Ots\8dÐ(\9fh\83·#!¨\17¦\8böN=`"\9a\98¡\10\94\1f  Óò\9e\10¿\90\9d\81\10\1fu\93o,áÞ\92^HÁø\a\ 1<Mñ\87\7føÝ­\13\1e       O¯Ìb¥êñý\ 5¢\92÷Ï´¹\8cæï7À¼ÂR\ e¥\1d\ f´ ñ*\97¤}\80:ÆΡ\ fô\8eq/\84ì\ 3\eú@ê\84\b«¸\7f\85\1f@}\vÈ\16,Ö`´\ 5êÛ\87\15~\0Ä\v1×<\16\8f.¹{\15÷\8fÆìç\aê%È\15÷­\1f×ñ\81é\8aûgÌSD\1fHÂk±} k\1f৸¥ÂMî\9ec}Ä-\9d§è_:Ö,lÇ\95. --ËÍ\1f¬'WË\8e2Jt4å\92ø\99­Àê\e\rWÐW&)\1fpé4*\9a\99áH\84{\8b\19\8eà¡·\98Á\7fcè[Ìp\85\ fÝe\ 6\1f\ 2½ýÄ\81\91¼Å\fÞ"é\aÌÀA\12¤Zôd\9a+\99­\1a?\91\8f¹!ÅÒ\132jésV)Ú/fþ~\87B\83Ó        \19k6\10\a\8e\ 2)\9a\ f\80\9a-,û{ÊÙJWßVÎWFÚH9óÖL\17\94\ 6G·ô·¤A\88î=i\1003ëÒàÉ\82o©Æ£V\90&\r\9fµ8\8bi»WãåÊM«ïA¯ñp!\ eµ@\91£²/Ä¡\1e/?c\1d±0@ é\81\f\86\19\ eÖÿ*\94E\11¨¼\864<¿\89\1aÒpýzbPP\15\ 2\ 1L"T\b2ên%¤\9bùeg7&$Ë&b¡\fql\18`¢å9òt& /«\10Ñ,@\87¼6d\1cNPÀ\8eÔÉ\ 4\ 5ïè\ 4õh¼\98áü:\ag8¿Ü\ fèÊL\eSÀ 3m°\80afÚô\ 5\9eºÔL²°Ý{w2\93,ä[p\99i\90\1eÌ\98Ñp\9d\7f¯@\96j<Ll#\91\86\16 §õ8'm\80\8f\87óëMÃ=\1c¯'¦Y\85\92úþdñáÌ\10\e\90\ f\82ô#?\199\13àÓ\ 4ô\95ÖÕ¯\7f&\92gE\v\80ò\ 3\eqn\8b§\11÷ðO_F²±ÔÔ\ 3!y~ Y\81\9c\9bj\1dÅF<@Ï0#\1a\989C\83XFgH»^/è\ 3\13u\8a\1c¢\82 ¿Ø#) GczÈÅ\13=Õ,\9c\ 5$v @.Òq\89X\ 2¢\1fJè5.Á:\82ÁóÓÏß\82Gêõëu\96ìáxÌÄ\f\18A\1fP\16\e\8bÆB<±    qÀD\99¡ü\1e\a\84\0òt]z\96ß5C\82C\140QfÆÃñz\95\96 \11\0/³£éaZ¦&"    2S¦&!%Ð\1f\0{¸>êô -¤ßà\ 6O@¶$¯à\8b\ 1\aÐù!\aMPPÖ\ e\90:R\90\83\94®\8aMZO-\83õr±N³\ 2¨#\89\9eÓ\82-YáüK\83ëK\a\ e\1d!âIb%(<\92\18\96\ 1E°Ü\9a8Æ,] \87\ 3é\17°B\ 2Ö±\94M\16A,§\ 6r\80\9eS³C+`¢J\8e¦\ 3\18\a¥\ 5ê\0¹/j²§\81zþ   $A³\ 1èú=\94 2\ 1\1a\12áÓ-\r²\15\1a\ e#\9f\9aü®§\97\8cV¯×¹3 »\9e]\88\1a²\8c\1c8^÷\83\r\85ª\97/ßýUà¦\1e\17}\7fëò\8f\84\98·nßY\0üðú\19\90¡m\80\ 3\19\ 5ǬÇO\94\1a\86ô7\ 1d¬`þ\89ê\18n\13?ÀûX-Ò\ eè\rìh\ 1:\12í2¢\0\1d\89v\19Î/Û\ f~\817¨gP,\88\ 2g\1a£\a\89\ 2i\81\1c_^u«ñ¨Pc;Þ"4\16H@Bµd+0\ 3e\90ü\98è#Ò\0zVßÑ×\â\80Q\13©Û\vX\9d\0\ e\16\9cé"\ 5µ\90\9e\85´#-$\81¡Mµa\1fÞ«6|S\8d\1dÕ\86\15\19DkK,\88\84ô
+;Á\ 2ØG\aH\1fÔ\9dF\82Ãò,C!Èp\94M:@ÞÂ
+Ú1àA\98À\10Ñ©v\ 4Ù@D7 ;\ 1!A-(»ñWu\95\9b\1c\10Ì\8b»Ë\ 1¢\15ÏÜpë\8b~¬ÿ¥\eÎ\93`45N7°k\14È˳@CR\86\828\b\bqZpØ¡\ 5Ì4^ò\90\ 4õz¹^\96âÄ\91÷H\8dLDÕ\ 4(E\85\109Cbò{B &M\rP\1aH¢%ÁK\16\8bWÀÃB4\7f\90§á =2Ñ\1aüH£yG\11\q%\ 3\v¤@1¢§\11e\8d\ 6y\É\9b\9aü
+L\19p1Û@\82bD\87\ 3\13´$Ð\9b$\81s\8a"vî\9eCo/jÕxýAÅ°Äj¸^æÍ\94H=»lÇ\19ñ5\9b\97/ßФzz½ÖªE)×»×k­Ú[Âàô8\9a\84Æë}s\9cG·§_þ\15\153X?\8f\8aAÄ×\8fçÕ\92ÑùODåDm~f\8493B\1f2äVP\98[ß$ U# ^íx\95ø\8fcI\88\ 1'Ö¿«\ 4Dz¯et\813\85J!\aO4Ô¶\88\98!\a\13OÞ!\ e\9c\8aE\80ÞPÛ\0é\9b7h=ÕçYÈBb\1c¢@½\9eH\80"\°_¬\1e\vÔ\7f²ýu\15;\1e¬\9f×cQE8A#W4¿Þ}Ò\1a¢·\ 48\81e¥÷\ e\0Z\10zdè\15\913à`
+Çæ\ 2ÇVã{8\966r>àèÞ\0Ó\e9\1f\rÑû\ 5L4r\ eX\86è\8d\9c\83\9bÍ\aäFÎ\a\ba\1f¸ÕÈùÊtjV 7r\ e\ 1±\11jäLBë\8eÀ ç
+\ e\8b\8fd9\12ì]ë¦\1c±\96è#9LS\8c %1Ñ>éjà5Ô\84¤*\8eyÂwUqØ\90\9f\ e\1c\\19ö|\93\ 2\9aÀ¤¡-Æê\r#[J\ fq\8f\vÔ\84zQ\16\1ah\12^U&\83ñ3Õv=¢À\89îKØ\9b\90K\95\rè\ 5£!\vë\91q\11;\ 3:\94²j¦\1c\8dLÛ &Õ#ãö/oèV`UÖL)\ eE©¦(\8b\vò\12\ 3P$ÉA\ 6Ö\9bwAS~¢{Tòè\0!\aÒÈ¢cüQbîõ\ 5`\ 2\9aþH5{ñ¤Â\86\97GÍÑpæ  \14 ³Y¼Üý®@IÍpùA¯\ 454ÃuGzÑ\8e\9e'hm`ù3\85n\8b\119Ú?Ý@yQ­ÇO \ 1å1¥\19¯CAA[?\rË)\19ºí\ 1ê\e\88ð\0ô°\9c\ 4\ f\89ûªR\0æ\1fÃ\92î2\90eh\8dn\806Aß\10\aöê\8f7ÎÒ8\98\12\ f\90\ 6fet\83º\ 1æ \fQ\f°\82%-â\ 68\16¤\91 \8d*ñ&Äâ½®=¾X\80Í     Ê$à\ 3âA½k\8f\81\eä\91MA\13"´sT)\971R#£êÀc\12|\9dà5\12b¼óU|oý\9bÆBô\ 2¶¬^\0C\93 \ 5Mäw-¢\1eg\81U      Í¯7ÝYàüzÓ\9d\ 5Î/\a7\1eùe\87\13]\8f׺P\9fµ}!\a%¡H¹\ 56A;@î\19\13t;\80\09\ 1©Á^\88r *\95\13\8c·º8\a,\ 2d5\18Ò\9b\96dÀv\84l\89\1d   joñ°\ 1I#\1eF\ 1¶gã©3S¼¥A=E.C\1aÔ{\9f\89Î\ 4ï<\85æ\9f\r- ½\7f`\Ð\rÌ´RwP\fém{<\1a?\ 3\13Ô\8dñ\b\r\89\99z7\11Ý\80îNÅ\ 4\8d\85f\84\86ÀD\92ÝjóÇ\97X\10o\ 5¯I1ºÿ\r\9e\9f\9ed·¿{\81ÙK\86\0¯×³¿%\ 3¬<ñm\19\90 ¢ \ 3"É©\96\b\8b«\82BP~\18N\1eº\832\ 5\97øÜgÅ\80\97`\16\81Ò
+ÿ<\9cÒ9\ 1Râ¢\8a\1d]\r\9fH\91ØÑôº\11``X3½\1eWµJÓ³Ã+Ù\ 5£ÃãaU      \8d×s¼J\91\84áé³Ç8Ëòk? 7\ eóðþô,7s\84ëñz`Y@\e\98\14µù9\18\86\bp\82\ 2\12d?½\Ôª­\7f\88eÕóËO9\17\965Ü?\89\8b\82ü?a\80Y`Õè\0(\12³ \rL¤h\95âìC\16¤HDyÍl\16 DeX\96\1fä@½\87¸woq\80/    >Íx\1dH(  >#\ e\1eÅU\8döO±À\12\9aYëOT&ãu\92à\90\08\94\ 5)Xî/aMäG\ 6\0o"\ f\ f\15\ 5EÈD\9f©\rί\83Á;"`dÁ°¸.h\ 3\b\ 4`)\8aèþfÐì¬\99`\14ÈY4\ e¤H\94\83\1c(·n\r\ e\1e \\84<x4¿îÃ\ 6h\83Ì4\1a\v\90\82õ\80 l\84è\ 1\b\91\11Ò%\89 
+女\[#\ 3u,²ÄvÞ\96\81\ 1\9b1rÿê`\ 1\ 1\ 3%J)`\83\aÅíÈ
+ÐóÃBFë\9fÈ\ f\vP\86̤èa;H\aÂ\16\95\aÚ
+ð¥\85úÃ\8c\89ÏñÛçö\rË\94\99 zdGMx¢\96¤8ÖC\ 4É P\ fÉ9\1a\17\14÷`ÂÉzU\ 6ÅA9.·ð¶zSwå¸%IÞµ\ 4\85æ;\8d\8d-Y\96â\88Á\ 4¹jd\84XÊL\92&ô¦&Ðä\1d\91°\8e'Xííû<\ 4\ 1\91\89\1cE(\85tw:-\9a;M\ 3Ó\9cx\0L\8c%gÞ@%ÆVù\ 4\rÍ{\18åw\84PI\92¬\87ëhr     \8c¬\87OTÏ.)\ eÍêe,2£é\15\14\1aU\ f\aJ\9c¡q\1e­^6B\)×Ö\8c\97c
+¬dW3^\ fË1Ú\eî\9f\8c÷\19\1d¿\1cUyD¦\9dãÓKO\9aõÙsñl\rÖP\1f\8aËm/°tæJ  \1c\80s 7\18iíµ"
+\0\8dµè
+Vt\ 5p\ 5_C«\ f\98!Ú|@Èt-\1f(iöí\aºCäíÍ\90\ 4\82ÍÅØ\a\10\e\80N{¼½\19\92"`\ 5[çÎX{3\8fV°vb\8c®À\8bgÀná\88\ f\93è\80u\85:P)t\88 G\1c&$_êÿ\ e        \89\9e\81Yc£3 mîVÈ\8d½<¡        o\ f{,v+èCtx{µíL\949\82½î5©Ûcù@}\vz\93ºýK\1eÜkR\97Ó{\1f\b\16¯]\7f`\15ðekKµlE,ÇQ\93:\16jåÀ)ê¡V{á¥\ 3¤øæ\19
+)w\16r^¸¹þÀD¼¬   ¤ê\ 3z\98\8cõ_mÆËè\84UOhÆë\86\8d½0Wã'BÖÍ0¨ç\97\8b¸¹Päqr÷Âm]ØÑ\ 2ä8'\17µ\v¤Ï¤\16ªÖP\90~\82\81\89\90ï\15m`\ 2Þ¹bÞ\87$ÄÞù\16DÂB\9fE\8by\877 ÇÜïhýz\11.Wª÷´\a(Ç9x\ 3ÙG\1fàõ\ f4\12 -M\1c:A=ëÀê\1f\8cæ§ïl\1eò Þjô\12\ 2¯)\88¿\13Âùõg\9a\88\84èÌ3\8då½Ô\17\0¼S\9c\7f\7f\14ó<òï\9b\ 5èù÷Oý¹÷\1f\90óï­[kû\ 19ÿþxª{\9a\ 2Í\aäüû£\1e¨}àVþ½\15AhW çßû\fÉ@OÝ\b¥\8e×¼(·×:hÎô\82\84¾\95`k@\16\85Wäúh\ 1ô¹\vK\ 2\19§8Jzö\vÐÓW¯ç²¡9ÂZ«l\9294\f<¿«\8cÃ\8aøpâ½qÕ.\80¿\96!]6ñZ¶CU¦¯\7f\7f\19\11\10Z?!À\8cæwAï±\89e\80üà{=\96Më2\8b:\8fª\f!QÏ\97Gàn\15\95\8dX\ 4è\19ô\ 1\19ÔJÈ\83½\95åký·\8aÊF,Cô\rDdOêEecÒ¬9¦H\8f\12
+\92"¥E4\8e¨\9bÞ\1aY;&~è[ü`lØHó\ 1½Uð!\ 5À
+\801ѯày\ 6\ fU\ eÎ`\ 5`+þÀQ\92Sü@\8b\91Y«×\b·ÐY#\f\1a\81CÔj:\1dFâV\86?lãï\e\10bÇÎ-mÅ\16y\8cÿ\ eÑÉh³\85=Ôãu°Ù·\9bù\81E\8baRóêêñ=JÚ³qÁª\97\15}`\15ä@ù\80AÍã\ fà\1d8\a¯\0\ 1½\ 4n÷ð\ e\9d® lê
+ZYT>`²´¡\ 2\19j¾*\ 2\8cÈ\80\ f±\ 5éX\86\9aݶ\9cPsõ\81      ¨Ù\19Ô\1cÒ=¨ùx·1V¾\ 55»ý\8b\17n!Å.§»\1f(h¹AÍõ\166\0\910À~)\12½>Å\1ejæ-O\10?ëMw¼G\ 2i"­ÛC^B¾\15\89\ 6\ fH\9e l*\86\92lh\ 3z0n\84\a @½V¥2\81ñzÛ*\9f´\và\8dc\918\9d(Ma®Us\81²owEC×\eÐ)pC\v\98ÈgØ\910Fð\ 4\8b\86Ö\b\88\a3#\ eÔK3\ 5\vÂ\bë­ÚLÁ"\80\ 6ãi,®\83ç§w\9b°\8cª\9a\0õ`n¨Î'\1aÎ\94¦K#\ 1Âc¡\91.Fu\15XU\80RW¡:ÿ>\94\98®?©ë'ç\97´óã¡ÌP\89õ\12\9c\872# ¨÷\19\b\eÔ\0z4?\16 z4¿¥S\fÆS\ 6¼\ 4Ðú2
+\88\12\90\ 3\ 2¢è`\86\ 2L\ fã-\85\e\ 6Ö3ò\1d\89^%þì\93Ð\12 Þ«ÄC\15,K +\8ey0\9e\97\14\80Ö¼Þ;=F¸\0ý\ 6\80\89\rØkïh\ 3¼¾&$A¡Ò³\ 52C_`\ 3ñK­GV\90\91\87\f9íèý&:´\97·ªÆ­\9d@\87\85       tè\80\ 6À
+&С\8cÎ`\ 6\1dÚÕ\ f0th\83[èСQfÿÑ\82í\85)ÃÈÐ\14\81\8f·@j«rY\ f\a³c9¶\9fÝ{ëá\13bÌÂ\10«ñ\88\89ñêM\v\fVOã\r\16\1eo`Z Ù¾ÞÿÖíï\9dß\15ôsó\0¯ÌþÁ Ò\98\99\80æ\9f¨×ï,\ 4²^\80ÞþÕ\1eü\a\eà\r\15",\81D}­pýr:Ï\15óS\8f\97³Q®Ôþæ\ 2ôJ£¥çÊ\90\86\ f\14!zØ×\8enP©\93\NÀÞú\a\ 2\94ú²\8bÊB,fh\7fï\0½Ó\ e\907mA\a8Ó´Å#18\91\9bí£t\8247>,\12\ 5Ð\e\b"        Ó®#\11m`"òï\ 2´î^aBR`\ 6\90J\19-@ï\e³""Ö_:¯ôþ\81&¥ó\97Îkc5ÀÒóE1H\119lJèÙÝP\8aè\90lXàü2\ f\ 6§éÑaz\7f=^ö%\82Wõ(\v7ÒÎ\1f9C\16n\84,)\1d\92*ÝGG\8a|\18¯tS\ 4\96ÛR<@\192\110\95Ð\ 2z)Ì[¾ \e\9c¨2u¥ç\ fd\18=\80]\13Â\94\ 2ì\9d\94³\80#¤Æ&Ê\vdH\81zûYÕ\10¡Õ\ 1\1c<@½ù«Ó6@SÓ¡\1d¡\83\9a\11;3zj{мQÚÂ9\88\1c@o0\8a7È1)x\83\9643\80\ 6\­ð\ 6åzÑ\11\9b!2\v^u:\87\14Ì\101/i1z~;2Ãz
+¢÷\97¡\f×3Û\17d\ 5L¼k\©õCg\f\1f@r\9a+@ë\84z$C'ÜY+\11³ä{2°4\1dªÇë"ÐTP5\\97 ö,Û¬^>~Ó õêå\96EW
+\½|½N¡\83§§WºôâíQ4Ưè\0ô¾7\ 1-@\7f×v¦\ 1\8e\e`®³â.\83\ 3¤\11\ 4(Uãõî\91ÏB\95¾»\0={å¨TÙ/`"{ÅYhFó\ 19{Åm%ܳù\80\9c½r$ÁÙ\ane¯\1c]\84Ñ\19ÈÙ+.#*\98È^ñ\86k×d4_îr,E\89;oå.\87|\84#¿¯\b­\a\1f½\8cüæ!^\88\8c&:\8fXÅÚ\9b\92ðª79\94\84$@'BIª\83\9a\16`1¸\0\9a\a\98àüòûü\85G\r(\90wnA\8aÔm²$?Òè\94\ 3 \80Ò\ 6yp\ 2\90.¿Qðr`JP
+6X}@Á¯B¼\94ùÙÓÖ\ 1\88-½*é\9f¶( ² \12\9aIÀrP\99êx\82\87<¬ç\0z$\ 4\81\14e êÕ<¦¾\ 2½ñG\84j@O\81\8bØ\1cÕo Á\ 5Lt!F\v@<@@É\15ÝÀD\ e"\14\ 2\13\90Ú¦ñ ½\0ÈÃ3\17\90!  O@RÐ\9e\96yøª7yW\8aFw\97\aË\ 2\1cÒã3\vðï\99RÑß6¥,       .h¦\10Gµ4§\90÷!\86NáD\1fbÍ)¤7°¾Ç\84q\85BDoD½iB\84î\7f\83¦\90ü¾\1d-Ôò¦O\19³¦\ 5x\1f\90`}\8cß;¿\ 4í\0}ý    \8a\0]\b'h\ 6L\94\94(\90Ô\91ys\a\94)vd=\?þR)®\19.#¢¥oÐx8\ 5¤Àâe<Ô\0©æì&Z§,`ù3mtKß\85ñé³ø¬(\1d\0\rï)¡\11í\ 6äL\ f+ªÔ\9cà\ 4"å¥\e m|#"_=ÐÜ\15\13òÀDîtqwI£ÀQ|Ö<ûY|V\ 2ë×£\93Ü®I\ fzÿ;<\7f}~(\0tëÁe(¾dëÁ/pý²ô¶\82LC\ 6¢\v\ 2\b\92ã!\ 3é\9dGJ²áP\84Ñ\13\bH\ 4Í\94D\82"D÷Â<\14\ 1\82\ 1\8e%A\16\92\1f\15}©8Þ\8c×c«6´~E\aØø¬Q\0ï"¬\1d \87\92 \fÕÓ53$ \89lÁ(é\0êÆ;¸\7fÝ\8dw\88\0&Üx\8fæ\9fÈ\95±à¨f\ 3z5« \1d\0Ý@@óÏÄ&E'Þ\0Á!¢fFñØ&dFõ7H\8b\9b¦óI§\1eß¿«õ\ahM\88#bá\89\eX\11\v\82\e ÑY\e¢á\89§å°£-Ì4?\11MqÞüD$B^ÏI3ey|Õ\9b\9a8¾k\8bD(\88ô¼ùè\91\9dA\v\90º+Èã%Gî        rkC|W\90\93\91\18 áIi\15-       \ 2Å­ðüäl\1d\83²ÆÆ<9ÿ\r9Sº3b­On¯\7fGb|¢\1eW)\12=/\83Êþ³h
+óÎ'Ð\9b\96 0A\11¤w\ f²ð¬ã\ 2_\82Á´\8d2öfd=d`Øí\134
+|¸µw\ e°t>©\87Ot>AÃ'ÞSJIÃfõ2\94\99Ñô\13mh\97â\8b×ã'»64¿\9ekæÞ<¾\vM\e\9cß\10M«¯_Ïv44­\9e_®Zpô1~\9a\81ûú­ï\8fÞAï\0ãú\v\9c\88«9J\9c+\14@Ѹ\ 4ÙO
+m:Ñ´$\1d E\13\r\8d»Ë\ 1«¶\7f\9aí¹-`¼b\0\19\9aW8èpÉ_\180\94\0öU#\0Ê\82\19\f\1e\9cµ\e¤`Æ\82XH÷ĬíËH\82ÓÈ0³¡\1f7ðR\ 3ömcÎb\8aG²ã\11Þw,à[xߦ\17\8f\82Bd&W/@5 \17\8f\8aP\8aÉ\90¼ÕH\1f     \ 1>\1e2±^#¾$)\8cI\88µBv\80       õâOÖ
+ù6\vlêú         \7f\13"·ÊÚ^xÞÝ\rìH\rM${B;\ 6aú­\ee¡ag\94qÃA\e¨E\89\8bv\1c\80\1eàa­hÇó\ 3ÞC!Ðñ\10«|r\14à:-\81j\v«\10áZVPÊ£·+\0[ØH}õ\8c\ 6ê\8eô+x~ â[Яñ0\ 6\94\1f\12îÓÁºjt\10>\1d©\91nöDåÎlz!¸=¼e\92\87\1dÉR\1dZ\ f\19\19Dz\84[\84êx¦\8e\16²è'\10\95Rã¼\99_¯ðí5\8b\9e"jУ\98H\98\vÈ \9cÈÙ\f¢AH7 \1a\ 3\14Ò\8bh\ 1z)Í\b=\82\99\96ÔØ%ÐëVhÍèáU\ 6)Ü´&â®Q Ç´ A¬Ç\a\96\10ÏÛÖ\84ÅwÝÝ@*\ 5\81ïZ\13iAó÷Ö\ 4\93[ßrÊ\ fHKtÊ_\16ð:R\9f^\11\103§Í\1a|Ðñ\1dkº´ìj\86Ë\90|\89\17¯#ò¥ìF3»¬>\8côªáº3h½|\8fÕ\ fh\9fÅ\87ypz3þ¸C;\98ñǽC'¨#*\1e-@\7fÛw\ 1Í?q\ 5ö¤3\7f\ 5å\ 4KÊãð\ 4\18!\ 3é\15¼Ò\868HÏ\19\ 6tDÄ2\1eG7À\vx%\8d\86y\ 1¯Edb\ 2ª\99\r\o@ÖàÖõoDÂCHkÀB<Ä-ß\14¡\ 5\ fYÐüý«(ÅS\1c\14\ 1r\88¤7X~ Ãi\a^_|Ùjþ6¸asG­½\8f?>á\9bÃçzüç§oÿù|hì\9f>Îß:ÿý»\97\ eØI\rû\99¬ëêâ\99{G»½\17\84F:!~w\0ûÀ\8c¾§Ä)\ eL\ 1\85ªÜÀ\ eÞÓÚnæçü\97\ 6j> \10ÿ¹\80+¹ù\80ÐR¢| dÈ´\1f\0ìÓ_Áù\81\b? 8Ñö\81\1d~ C"è!zñ\10ýÓë¯?`ÝQÐ\a\84(Sû\80m!|._-)v¡pI9\ 3S\83õ
+20$Úk,g\10ÏtÉö\ 3\82\14.Iã¥vLû\ 1\902M¶\90\80Ô\9få¹\85\94á\19褼âkÔIy\85+èI\99nÁB5\9b-\bxFYÁ\86Ï\0Ð\ 1ÙÂ.r#\93hnÇÜØÑA\ fm\9eìuÄ\16<ÕAÍ\v\19 \93±ãƳ|A\86\84\ 4ê\1f`:¸b¾Gt@\9bÒ\9bFm¶ @\9be\ 5nÓx\81]£'"\r<²`\91æ=ÖLÝ\16N3\1c­\0S"\06È-\ 4LHÂ-\94\ fD|\ 6\923\88\98\ eôkL\90\99t©|\941\90¤r\7f\v¥\11­=XW\1fð½qN·°\89R\99\1e"\96\10±Lô;ºF\8f\\BHD"\81Ê\82\84\943$$\94\ 2\89\ f1\94²X·\ f1\10+\rD`c\13Ç\8a\19\fM\1cv\88Áá[\0~6\96HW\10ûÈJ£\87\19Ü°\ fì\ 3¢fb\94x\85±\8f\f\8c¾´Ïv\86qG\7fmáË]ð\8b\80\15\94-DQ½3R\ eD"\ 1Rƪ-¬^Umä\16Vt\v¾¯ËAy\ 1ÛH=/PRÞDõNIywª\8dÔ^c¡\83}\87t\0V@¶\90Ñ5\ 2n¤ò c^\90åA\ð\19ÈÚ9\12\91\ 6\ 4
+Y\81C+\80\12\89}@4÷\99¥zÔ\e\95\1e9:o!\96rq-\1dè\1f(õâÞø\0^\ 1°\95É\a"^\ 1àFö\ 1¼\ 2!¨ü4q\8eF:o9\9eq\15µ3Ó\v\11û\8dºã\19·71\94ë\11ñ®ãyEÖßu<#ö\euÇ3î·}çò\81\8cõ\82ìx\1e½|Ddz\ 5\ 3\9e\96\84HÙ     æþ¹\85äð\16d:¸ÂëÇn_\8b\ 5/Oo:\95¾`î!\17öüµ\ 5Áá8W`\8f\91\ fÿó\96©l¹¦ÍxÙÈ32¬Ç#\e\ f#qö\9a}\9cÃ+ \8e\11Q.\11Úõø\9e\86P¯ë'xa®Bµ\ 1ï@|)¾\0gÏÙwoà(¢*]\ 1\87S\17x\a\13\1f\bà\ 3Þ      }ÁÊ\16|y\92o>\0\b\ e
+µg [7WÙ\8bz\ 5¨ú\1cÁá":\ 3ÉÆ´\ flp\vài£\87ÑN8ÕCJÔÏ`Et\0Î\80\7f iÌL               K#ô:Ò®`9qù\87^}\8aC\9f>W÷u\ 6\92^=?\90\91\91@gi¯ó\ 2±\9c\81éÕæ\ 3:*\9e±HÕQñ\f\e'\ f\aYåF\ 2b-\88\e'\8c\13k\91tc\v_\80®DʽH;\7fâ}\80"\rÀ'ä\10\v2\1dø\80\99    Äý·\8eûõÖú¤dWùk®c\85Ñ[«[ªñ\12tq¾\95\ 33\9c`.ký\81   NXÐ\16\0\ 6Æ\1f[\ 3:\ 3\1d\85»ÞJ\9b\15\0\ 3qðVÚ|@\92GÕ[éã,^JDúØ\1aà5êX¨³ü\97ñ\16\ 6\8f­\r!\ 1P\9d\88\ fqâ­\14\93²þÜ\9bÖS±5\1f\10âÆÊ\aÖ\92ÁPS¢\aæE\9b\ 2Qâ®J\81äã\ 3ß\9c%/Ô\8aÿªl\85\88\8cî\14©Í\16\ 4:(+¸$Z½\ 2\ 1\ f.+Èè\1a½\17\14\9b}`\83[\90ñ\9fCµJ×È?°¿G\aVª}H\a\8c\9d­ûß\90\9dù[)dgåe¢<²\99@y\9cÅþe%z9\0Å\a¬\17ä(\1eO\ 4\8a®Ü#>\ 3ý±Õ2{Ç"\8dØ'+\16iBÉûòиBÅÒ»î=%\96k,\9d\eZR\9eh"\88nÁ{\0e¶"í+1\ e\b\8aÅ2ã¾\98éû\a\ 4fz\8c8
\87¥Ø\99\ f\8a§õ(#¦å¦ó\14\8fF\82@$õñ°L¢\ 4\8b\89®\ 5\82\8e(\a\a5Kÿ\ 1ÆÏ\ 1Ú8\1e¥¹³S´¢yÍ)
+O\vKyj\84º©7÷{\86.I\9eG\81\8cÇ\aö\8a\9b¾k\96ÿú«\1f~ñK÷á>~õ»\1f¶ÏcøÇ1¸üãW\7f<\12\1e\1e¤»|¦íñ;¿ýø§ÿñç\8f\9fþð\9b\1fÿô÷\1fÿåãßþõ\97\1f\7fùÛ\9f\7fû\7f\7fóão?þ×ÿûø·ÿøù\ f?ýôñë\7fúͯÿùã\97\9f\1fÿñ\87\1fÿóÇ¿ýüñ_>~ÿóÏ\7fù\97_üâ\1fÿøÇçÏ¿ÿÃß?ÿôãÏ¿øµÛÖßýí\7fþéÿüâ/\7f?Æ}þþç?þôÏ\1f¿úß?ü·_=V÷ÿ\ 1\85Ww*
+endstream
+endobj
+8 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 549 0 R
+/Name /Im1
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\8fáÿÿÿ\a\80ø\ 1\10ÿ\0ã\ 6ù?ÿ\eØÿýo`\ 6bF\10þO\0\82ô\0õBÌù\05\93á\7f\ 3\ 3\9e\81\81\ 1\0`Ða\
+endstream
+endobj
+9 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 550 0 R
+/Name /Im2
+/Width 17
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«cnøÏßð_¾á¿}Ãÿz0úÁðÿ\ 1Ãÿ\ 3\fÿ\e\18þ3\90\86ê\18\18\0,v!j
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 551 0 R
+/Name /Im3
+/Width 28
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7fÀÀüÿ\ f\ 3ûÿ\7f\fòÿÿ7È?¨o°?`\7f \1eÌ\ 2b\ 6þ\aÿ\19ø?\10 u0= ýö\ fê\ f\80Ìãÿÿ\1fl>\ 3Ð\1e\0;¥5 
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 552 0 R
+/Name /Im4
+/Width 27
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c``øO.fÿÀðßþ\ fÃÿú\7f\fÿÿÿgø\7fà\7fÃ\7f\86ú\ 3ÿ\19ì¡Xþ\ 1\91\18IO}Ãÿ\83@s@æ\81̵ÿÁPÇÿ\80\ 1\0ª\81
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 553 0 R
+/Name /Im5
+/Width 34
+/Height 44
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\9d\8f±\11À \f\ 3\9fKAÉ\b\8cÂhx4FÉ\b\94)r82mR¥ùNÒ\8bä'\14_ÐÝ\r\17\vd·NY\14êE¦N\ eÚ\ 4\9aBôñ\86*~ã«o\ fíI\8dcÒ8LBY~Ö¶ä\bÝÁ\86\99\eâÖ\ 3ÅgOj
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 554 0 R
+/Name /Im6
+/Width 25
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c°gøÏPß@=ü\1f\82\19ÿ7Ô7×7Øÿ«o\90ÿSßÀþÃ\9e\ 1\0\1d!5¨
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 555 0 R
+/Name /Im7
+/Width 20
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀÀÿ\ 1\vªÿ\7fàÿÿ\a@\ 4d`U@\b)ðÿxÀþÿ\ 3\101ÿ?Àø\8f\ 1\0(R,»
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 556 0 R
+/Name /Im8
+/Width 8
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\f\b`\ 3\15\ 2\0\98[
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 557 0 R
+/Name /Im9
+/Width 45
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Í1
+\850\10\84áY\ 2¦\11l-\ 4\8f\92«Ø½Ö\e\18o&Xx\r\8f\85dß®Á\ 4\9câ+ç\a<lÙ.~\1d·j8¿þ®êÁæ^¥õ.:J&Ò\93\12µÁRl±D3¨\ 3\82Æú'\99\r"çë\8cNc\13|q\83gÓ1H½A\11ôêô<ÁGS\18£pö\ f\ eü7Õ
+endstream
+endobj
+17 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 558 0 R
+/Name /Im10
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà\1fÃÿÃÿ\eø\8fñ\1fà?Áþ\80ÿ\ 2ó\ 3þ\ fÌ\1fø\1f\ 1Êñÿ?öÿA\18\0/\965-
+endstream
+endobj
+18 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 559 0 R
+/Name /Im11
+/Width 38
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿÿ\ 3ÿA\ 4ó\ f\ 6y\10Á\ e"\98\1f\0 F\10Á\0&\12°\10\ 6Ì?\18\e\10\ 4\ 3\94`\86\13ü@âÿ\7f\18\ 1æ"ÉBuð \13\f\f`B\ 2\95°@%*@Ä\ f\90#?\0    þ\ f ×C\b\0DçL²
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 560 0 R
+/Name /Im12
+/Width 42
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`üßø\8f\81Aþÿûÿ\f\fõ\fÿû\e\18þ0þ\93?Àø\81ù\8fü\ 1f0Éþ\80ù\a\84äo`\7fÀø\83\81\81\18ò?\10|\80\92Äë¢5YÿOþÿ\ 1(  \0á\0^\93
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 561 0 R
+/Name /Im13
+/Width 25
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨o``üÿ\81\81ýÁ\ f\ 6þ\86\1a\ 6y\ 6;\ 6{0\94\83à\86\7fPüÿÿ\7f0þÇÀÀ\80\8cë ¸\1e\88í\19\18\e@X¾\81\99\81ÿ\0\e\ 3ó\a\19 ù?\80\12\a\18\0\13q\1fq
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 562 0 R
+/Name /Im14
+/Width 24
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°ÿÀøÿ\ fû\ 3\ 3õò\rõö\f TÇ`WÇÀ\0Dÿ°!\88T=\ 3\83=\ 3³}\ 3³|\ 3\eÿ\ 1\1eö\ f\16\8cÿ?0Ø\1f\0\06X\19\0
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 563 0 R
+/Name /Im15
+/Width 20
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH``\80£\a Ä\b\ f\18Ø\1f0È?`øÿÿ\ 1\10±\83¹Ä!\ 3LÄü!\81ñÇ\ 1\86ÿ\r\fö\f\0)Ó&\95
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 564 0 R
+/Name /Im16
+/Width 13
+/Height 43
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãg\90o\90?`\ f\84ò\aä\eø\19ÐÁÿ\ 3ÿ\ fð\93\ 4ÿÿøÿ\ 3\0\1f\1e
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 565 0 R
+/Name /Im17
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEÌ1\r\800\10@Ñß\B\17B% \ 5+H¨\ 2@\0\ 2\90sR*¡c\aB9Ú\81á­¯\16W«    J\f\89è\13«Ï$ɨ\14Ô\15w|¸\85æñ°\r°O°\8cæ\84ùêBþYÔ\88vV¼4«\1fw
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 566 0 R
+/Name /Im18
+/Width 28
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ͱ\rÃ0\10\ 3@
+*Tj\ 2G\19$@Vñ\18îò£)\9b<\90\ 5¾L!\98&d'Å\ 1Ä\83à\83\8cµÚæ7,þ@\91ì\eÒô\ 5~ÖqÙ\ 1¼LB\b<\19h\1c¨ÜQH$Òtì
+\ e4©j\16Éѧôç'\8fù+÷!D±\8f7¼µi-p\0¶JB\86
+endstream
+endobj
+26 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 567 0 R
+/Name /Im19
+/Width 14
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fàÿ\ 1~*Âÿ\7fþÿ\ 1\07°&/
+endstream
+endobj
+27 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 568 0 R
+/Name /Im20
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15ʱ\r\80 \14EÑûC"\95ÒZ\98°\82¥\1d+9\ 1a´?
+#PR\10ð[\9cÜW¼ÕÃ\&TQߤ¸æ\90¾!ã\80yA~ Ý\10«Q\bVÿk¶;ì\ 3Π    O\867AME4ª\94 Î\8e\1e×V\8dë÷\ 1®O$\13
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 569 0 R
+/Name /Im21
+/Width 21
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c%¹\rÀ \10\ 4Àµ®\0\97àF,Ñ
+%\10\92\81\94ÍH/$@¬¿ÑØ\8c\87x\1aóÆ\ 4\7f\ 2ª(\13E\bj»hr\ 4\87\8d\86gæ×ßi\80ËØU¯\85\eAz(\98
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 570 0 R
+/Name /Im22
+/Width 28
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°?ÀÀøÿ\a\ 3û\83:\ 6þ\ 6y\ 6ù\ 6ù\ 6{\ 6þ\ 3 \\a\16\85à\7f\fì\1fða\98:\98^\90\16H\14d>\ 3Ð\1e\0[\82
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 571 0 R
+/Name /Im23
+/Width 23
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`ÿÀ`ÿ\83áO\rã\8f\7fÌ\1fþ1?øÇ\ eB5ì\ f\180Ñÿÿ\r@\84U\8aTTÿ\1f\84\0Ë}/Â
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 572 0 R
+/Name /Im24
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81á?\10ó\93\85ÿ1ð\1fþßÀ\7f\8cÿ\0ÿ       ö\aü\17\98\1fð\7f`þÀÿ\0\8a\ fP\8eÿÿ±ÿ\ fÂ\07\87AN
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 573 0 R
+/Name /Im25
+/Width 38
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ɱ\r\80 \10FáÿBqv´\16DÖ \92\95\1cÀ £1
+#PR\10NÀØ|ÉË\83j\0¬D p\ 2UUvU¨\1aÎT\9d\9c\8dè\8bËO\1e ç\1fIý'N0è\1fmæâ\9e\ 4\90à\ 4Ëfqx£c³\8e%ë2\9eÊ/«¼3½
+endstream
+endobj
+33 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 574 0 R
+/Name /Im26
+/Width 37
+/Height 54
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÎ1
+\ 21\10\17R¤K.\10Ük¤\10ö*\1eaK+\r\1c\v¤L!ê$»(â6\1fLóþ\ 1®\80}\15\b7\81£©°\98\ 6¢\98¢Ø¬8lÃ\7f\88\926\84\14´²L\9d4ee\1e§ á^\11ì\97fÊ?6kê\17q\990(®0å\81/Ìxá\82?óÀ\1f´\19ûv4Oô)6Ò\ eË\ eÒ9uÞ¾VCo
+endstream
+endobj
+34 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 575 0 R
+/Name /Im27
+/Width 29
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuË!\ eÂ@\10\85á¿©¨@\f\12·×¨hè\95\90+\1aho¶\8e\11V® <f\13\f\82L>óÞ\e4ø¨g³ã\95\13-_Ùn\81û\9fë]\17[ì¨\9c\bÎÀüµ\84¤\1aÞ\98´ORI\92/\98o\8c5\87Æð#òÞù\8a\15++Süòp>É=8\b
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 576 0 R
+/Name /Im28
+/Width 23
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüà\7fÿ\ fþ\9e\1aþ\19ÿø7üã_\0F\ f\ f0\90\8aþÿ\ 3!\0©û\1fà
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 577 0 R
+/Name /Im29
+/Width 50
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fà\1f\83}\ 3ÃÿÃÿ\eþ?`à?Æ\7f°ù\ 3\ 3ÿ     öG\8c?\18ø/0?a\0R\1f\98ÿ0üaà\7fÀü\ 3\89:Àüa\0¨ÿ\7fìÿóÿ?\0¥\0^¾R\9e
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 578 0 R
+/Name /Im30
+/Width 40
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81ù??\90øÀ\ e$\1e°>``\85\10,\1f\188\91\89
+\ 6AdÂ\86A\11\99\90cp\84\12ü\f\8dÈ\ 4{##2Á|\bF0>A!\18\12\ 5\8c\ fø@\84<C\ 1ó\87ÿ\ f\14ìÿ\ 3\0\81Å8H
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 579 0 R
+/Name /Im31
+/Width 10
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a\90\ 3b\19\ 6tÀÇP\a\14ç#\bÿ\1f\0\0\\8a\ 4
+
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 580 0 R
+/Name /Im32
+/Width 18
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀÎÌÀÃÞ ÃÞ`ÁÌPÁÀPÀÀð\ 1\e\ 2\8aW08X08È04ð02°³10þ`\0\0µ\1a\rB
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 581 0 R
+/Name /Im33
+/Width 24
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc`øÇÀ ÇÀÀG\10É7ð%\1càkxÀÏP\0D|¤ ÿÏÿ\ 3\0\10S
+endstream
+endobj
+41 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 582 0 R
+/Name /Im34
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fÀ``ÁPÁÃPÁÇ`ÀÎÀ\0Gÿ\19Ø\8f3ȱ3Ø°3T°3\14°3|`ç\80"~\8e
+q\ e\eå   ü\a\1f\0\0SR\r#
+endstream
+endobj
+42 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 583 0 R
+/Name /Im35
+/Width 19
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÎÀÃÜ ÃxÀ\82ñ@\ 5ã\83\ 2\86\a\1f\18\1eüÿ\ f$\19\90Q\ 1\ 3C\ 5\83\82\ 5\83\82\f\83\ 3\1fC\ 3;3\ 3Ã\1f\ 6\0\9bÉ\12È
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 584 0 R
+/Name /Im36
+/Width 11
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãcøÇ ÇÀG\11üÿ\0\0\8bÐ\ 4¼
+endstream
+endobj
+44 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 585 0 R
+/Name /Im37
+/Width 29
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a\ 3\7f\ 3\1f\ 3{\ 3\b2\1f\0â\aì\r\8c ü\ 1\v~\0\91g\aªã\aª·c`ÿÿ\ fI/L\1f\ 3\bÿÀ\8eafAÌáoàgøÿÿ\ f\ 3\0Úk0þ
+endstream
+endobj
+45 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 586 0 R
+/Name /Im38
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc(øÇþA\8eá\ 3\1fC\ 1q\b¨ò\ 3\ec\ 1sS\ 5Ã\9fz\0Èv\ eÓ
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 587 0 R
+/Name /Im39
+/Width 16
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã³ùç&×ÏÏÏÏÆÏÀ\87\13ò3üÿ\0\0pN\ 52
+endstream
+endobj
+47 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 588 0 R
+/Name /Im40
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÎÀÃØ ÁpÀ\82áA\ 1C\ 1\10}`¨ÀD@ñ
+\86\ f@52\8c\aø\98\e\80º\18ÿ0\0\0\96\1a\14ú
+endstream
+endobj
+48 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 589 0 R
+/Name /Im41
+/Width 13
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`oø\ f\84ìxáÿ\1fÿ\7f\0\07¿\ fÞ
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 590 0 R
+/Name /Im42
+/Width 27
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\ 3\7f\83\r\ 3{\ 3?\10\83á\ 1ö\ 6f\10~\80\ 3\1f\80¨\ 1A\90\1e ^ \19ì\r\fdaþ\ 3\f\fÿÿ00\0\0hÄ!\93
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 591 0 R
+/Name /Im43
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`xÀÀÿ\80\81ñ\ 1\ 3\ 3\ 1Äøã\ 1\ 3\1e¦\a2\8c\ f,\18\1eT0<(`xð\ 1\e*\0Ë\ 2ÕH0\82Ô³ó|`üð\ f\0®Õ*   
+endstream
+endobj
+51 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 592 0 R
+/Name /Im44
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc`øÇÀ ÇÀÀG\10É3ð%\1eàkHàg0àc°àc°ác\90ác\90Ã\86dÀ²\16ü\f\ 5<\r       <\8e\a\19\0\9d\84       µ
+endstream
+endobj
+52 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 593 0 R
+/Name /Im45
+/Width 24
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\93\97p@®á\ 1?C\ 1\10ñ\91\82þ?ÿ\ f\0ì\ f\ f\8f
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 594 0 R
+/Name /Im46
+/Width 6
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñçO        \v\10pp\b\b(8\0\03\97\ 4u
+endstream
+endobj
+54 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 595 0 R
+/Name /Im47
+/Width 32
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÎ!\16\80 \10\84á\1f   \10|ÏJÂk\18\ 6\83Ç"r\14\8e@¤éúÜjøÚìÌ\12F¤¬\89¾$×\õ\173\80lpäO*æ\84(f\ 2ÿö[3S\89ÞH1Ùh·¼\eºU]£Ò}Ò\1f"að\0\ 5·\1d\8f
+endstream
+endobj
+55 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 596 0 R
+/Name /Im48
+/Width 39
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\93?PÏð/áas\83\C\11ã\ 1~\ 6\e\86\a`\82\8fÁ\82ZÄÿÇÿûÿ\ 1\0\19o\1e~
+endstream
+endobj
+56 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 597 0 R
+/Name /Im49
+/Width 23
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßðO\8e¡B\8eÁ\80\8fA\ 1\88Ø\19\1c@¨á\0sC\ 3\101\1ed\0"\86G0T\ 2F\160$\0F
+0äÀð\ 1\88\1a\18>60830Ø00\0\0Å\84\12£
+endstream
+endobj
+57 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 598 0 R
+/Name /Im50
+/Width 34
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU̱\r\80 \10\ 5ÐO.\91\86äZ:V°´s\15'QF»Q\18Á\92\82äDÂ\99ؼò\ 1\ 2À\15\83î\1f¾\1aÜ:á#\9eÆvuÖÝ8R\9eHêµ°À©\96\ 5ôÖ\ 3\ fªXà&\ 1hPa\95Á\ 3\87b&\96
+endstream
+endobj
+58 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 599 0 R
+/Name /Im51
+/Width 25
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀÀð\1f\88å\89Åü\ f\18äë\7f0È?¨a\90\ 3\8aÙ\ 31\186àÁPh\ fÖ#÷à\ f\83\a\ 6       þ\ 3\f\0 È\14"
+endstream
+endobj
+59 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 600 0 R
+/Name /Im52
+/Width 15
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?cÿ§Àæ\81Ì\ 3\9e\a<?\18þ7Ô\7f°ÿ!ÿ\87ù\1f\83Ý\ 1¾\ 3|\ fø\80¢2ÿ\7f\1c\7f\0\0\9do\156
+endstream
+endobj
+60 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 601 0 R
+/Name /Im53
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccf`\ 6Cv ä\aB{\86ÿ\7fþÿ\91\ 2Ù`\90¿\87ý\aó\a\0Ýê\bê
+endstream
+endobj
+61 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 602 0 R
+/Name /Im54
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû'ÏðϾA.ý\80Üñ\ 3\aä\9a\eä\19\18\b¢ÿ\1f@\b\0ßÕ\r\9d
+endstream
+endobj
+62 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 603 0 R
+/Name /Im55
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿàÿ¿Á\9eý\80\ 3\ f@ÄÃø\81\ 1\88ì?°ÿý ßøÁ\8eñC\1dã\87?pÄô¡\8eç\83ý\8f\7fü\ fê\0\1a\17\1d:
+endstream
+endobj
+63 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 604 0 R
+/Name /Im56
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀþ¿A\9eÿ\80\1d\18Õ\0\11\1f\ 6tTÃÀPÇÀ`Ç\90`Ïp@¾ñ\0û\7f\ 6Æ?\f\0d\81\13:
+endstream
+endobj
+64 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 605 0 R
+/Name /Im57
+/Width 28
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿA\ 5\83\ 4~\86\ 4\a~\ 6\ 5\10>ÀÏ`ÐÀÏ \80\8c\19ø\19\18¨\86å\e\18\98ÿÿa\0\0\8a\v\r¨
+endstream
+endobj
+65 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 606 0 R
+/Name /Im58
+/Width 20
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a`øÃÀ \83\1fÕ0È´1È23È17\0\91\fÑè\7fÿ\a\0\18|\ fý
+endstream
+endobj
+66 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 607 0 R
+/Name /Im59
+/Width 9
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`°a¨\ 1b      \ 6d Ãð\a\88 Áÿ\r\0\93Ü\ 5\98
+endstream
+endobj
+67 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 608 0 R
+/Name /Im60
+/Width 15
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?a`\91 q\80\ 3\ 4\1f0Ô0Ø?\90ÿÀþ\83Á¦\81¯\81í\0\b²<à¹!Ñþ\0\0*\9f\ f|
+endstream
+endobj
+68 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 609 0 R
+/Name /Im61
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\7fÀ``ÀP!ÁP!Ã`ÀÇÀ\0Gÿ\18Øû\18äø\18\18\18>ð   @\91\9c@\85\9c\80\ 2\7fó\ 1\0=\96\fv
+endstream
+endobj
+69 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 610 0 R
+/Name /Im62
+/Width 14
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ùðWBÎ\ 6\b%d\18pÃÿ\a\0\8d°\ 6S
+endstream
+endobj
+70 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 611 0 R
+/Name /Im63
+/Width 14
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccb`\ 2B6 ä\ 3B;\86ÿ?ø\18°B\16\18dç`æ`ü\0\0\ 4c
+endstream
+endobj
+71 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 612 0 R
+/Name /Im64
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÆ ÃÏ`\ 1Dl\f\15\f\f\ 5\f\f\1f0\10P\10(eÁÐ\0D2\8c -\8c?\18\0_\1c\v¾
+endstream
+endobj
+72 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 613 0 R
+/Name /Im65
+/Width 9
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93aøàC6üß\0\0¬F\ 5Ä
+endstream
+endobj
+73 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 614 0 R
+/Name /Im66
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀ'àÃÇ`Á\ eB\ 5@ÄÜð\ 1\8cþÿoøÀÀ\0A\ 5`dÁÐ\0D2\8c\fìl\f\8c?\18\0Êú\ e×
+endstream
+endobj
+74 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 615 0 R
+/Name /Im67
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93©aøÛΠÇØ Çx@\86á\81\fÃ\a\19\86\ 2\19\86
+\fT\0\96z\0T&ÇÜ ÛΠSàÃ\80\1dýo`\0\0~\9f\11V
+endstream
+endobj
+75 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 616 0 R
+/Name /Im68
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93©aøÓÆ ËÌ ÇÜ\0D2D£ÿý\1f\0\90q\ e­
+endstream
+endobj
+76 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 617 0 R
+/Name /Im69
+/Width 30
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû?ÿá\1f\eö\86\ 2\19æ\86\ 4 Vàcnpàc>\0Æì,\a\1aØY\1e\801sG"\ 3sG!\183^0\ 2b+\ 6Æ\ fv\f\f\ fd 8A\82\81Á\81\83\ 1\0\11g\16Z
+endstream
+endobj
+77 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 618 0 R
+/Name /Im70
+/Width 5
+/Height 14
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øðãG\ 5\a\a\87\80\80\80\82\82\ 3\0\ 4\91
+endstream
+endobj
+78 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 619 0 R
+/Name /Im71
+/Width 20
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`xÀüØ\80ÏÆ@FÆÀ\82\8f¡\82\1f\ 5\ 1Edd\18ä,\18\8c\1f0(0\80\90\ 1\18Ùÿc\90ÿß ÿÿ\80\ 1ã\83\ 4\86\82\ 3\f\ 6p\94À\90`Àp@\86¹\81ù\ f\ 3\0\870\15ñ
+endstream
+endobj
+79 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 620 0 R
+/Name /Im72
+/Width 33
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93±c~Àðç0\8f\ 1\83\ 4\v\ 6\a2\10B\86ñ\0\15\88ÿý?þ7\0\0\17ú
+endstream
+endobj
+80 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 621 0 R
+/Name /Im73
+/Width 12
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿáÿ\a\0       ¾\ 3ß
+endstream
+endobj
+81 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 622 0 R
+/Name /Im74
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`<ÀÀ\7f\80\81\11\1fbüx\80\9d÷\0\ fó\ 1 Æ\ 3\16\8c\a*\18\ f\140\1eø\80\81
\b¨@\82\19¤\18¨\85ñã\ f\0¾ë"\95
+endstream
+endobj
+82 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 623 0 R
+/Name /Im75
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüÃ\8eá\81\fÃ\ 1>\86\ 6\bbgd\0¡f\ 6æ&\10b<\ 2FO\18\18^\80Q\ 1\f)0\0\0ݼ\rr
+endstream
+endobj
+83 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 624 0 R
+/Name /Im76
+/Width 22
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßþC\8eù\0\1fc\ 3\1f3\ 3;\13\ 3s\v\ 3ã \ 6Æ\e\f\f\1f\18\18
+\18\18*\18\18~00Ìa`äc`âc`cg`anàa>`Ãüà\1fû\1f\0¸p\ e@
+endstream
+endobj
+84 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 625 0 R
+/Name /Im77
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀÎÇ ÃÜ`Áx\0\88
+\18\1e\0Ñ\a\86\ fh\b"\ eQ\ 3T\fÔÂø\83\ 1\0Ïå\17¿
+endstream
+endobj
+85 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 626 0 R
+/Name /Im78
+/Width 16
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨a<ÆÌÏÎÏÇÆÇ\80\fÿ\7f@åc\87õ\ f\0Ðò\ 6,
+endstream
+endobj
+86 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 627 0 R
+/Name /Im79
+/Width 25
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c``<ÌÀÀÌØÐÀÇp A\8eáA\83\fÃC\ 6\e ®\0ãG@ü\84á\ 3\18¿\0b\18|ÀP\0Â\8c      \f\ 6l\85\f\12\12F\fì\ fd\18\0ܤ\18¥
+endstream
+endobj
+87 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 628 0 R
+/Name /Im80
+/Width 24
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÁÀÌÆÀÂÆÀÁÌ ÀÌ ÀÌàÀ\ eB\r@ÄÆÈÀÇÈÀÃÈþ\83\91¥\80\89ý\ 6\13\83\f\18ɱ !\ e\ 6\e\18ª\90`(\10aø Âð@\88ñ\80b;\83B\r\83\ 2\ 3\b9 ¡\ 6\18\ 2\0D\9e\ eá
+endstream
+endobj
+88 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 629 0 R
+/Name /Im81
+/Width 5
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\0\v]\ 3É
+endstream
+endobj
+89 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 630 0 R
+/Name /Im82
+/Width 27
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 1\ 3?\83\ 5\10Ë\ 11\1f\10³\83p\ 3\16\f\14ç\87ª³aàÿÿ\ 1B\83!H\9eù\0\ 43>À\82¡r u hÇð\1f¨\1f\0ÉU\16\ 2
+endstream
+endobj
+90 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 631 0 R
+/Name /Im83
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93anø#ß ÃL4boàao`\93n`~ü\ 1\0¬î\ e\9a
+endstream
+endobj
+91 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 632 0 R
+/Name /Im84
+/Width 21
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93a`øÃÀ \83\1fÕ0ȶ3È16È1\1c\90ax ÃP\0F\15\18\b\ 1¨\0¨L\8a±A²\9d\86\ 1\0\ f¯
+endstream
+endobj
+92 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 633 0 R
+/Name /Im85
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g?ÀøàN\ 2\87\ fì\8c\1f>°1>HàcxÀ\80\vÿÿÿ\1f§\1c©¸þø?\ 6\0÷Ü%5
+endstream
+endobj
+93 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 634 0 R
+/Name /Im86
+/Width 20
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Ê;\r\80@\14\0Á-\b\8f
+\10°|dP \ 6        HÀÉY9)'á\ 4\90@0@2å\b7øo)Æe\8b\rv8â\8a\a\16¦Ê|â\86;\8a=\ e\18|?ò\93ê\vÔJ\r@
+endstream
+endobj
+94 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 635 0 R
+/Name /Im87
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüÃ\8eá\81\fÃ\ 1>\86\ 6\bbgd\0¡f\ 6æ&\10b<\ 2FO\18\18^\80Q\ 1\f)\80\91\ 3\14}h\0¡\8f\f\fI\f\f6\f\f\0\8ci\12Á
+endstream
+endobj
+95 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 636 0 R
+/Name /Im88
+/Width 12
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81\9f\81\øÿ\ 3\0°~\ 5\92
+endstream
+endobj
+96 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 637 0 R
+/Name /Im89
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90\7fÀÀP`ÁÀx\80\8f\81¹\81\9d\81\1d\ 1y2\f\f\ fl\18\18>X\0e+\18\18*@¸\80\81Áâ\ 3\ 3\83\r!\fS\ f ý s@æ\81Ì\ 5\99\ f²\ad\1fÈ^\ 6 ý\0Ö?\1e7
+endstream
+endobj
+97 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 638 0 R
+/Name /Im90
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüàÀÎs\80\8fé\80\fó\ 1\vÆ\ 3\15\8c\a
+\18\ f|À@\ 5`) \ 2 2\1eÖ\ 3ì\9c\a\18?\1e``Ä\81ø\7f\0\0×Á\1fá
+endstream
+endobj
+98 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 639 0 R
+/Name /Im91
+/Width 23
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°o`xàÀÜ\90ÀÎð\81\8dá\ 3\1f\b1 ¡ÿÿ\81\82\ 5d úÃÿ\0»\81\14\f
+endstream
+endobj
+99 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 640 0 R
+/Name /Im92
+/Width 22
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ f\0\ 5ú\ 2û
+endstream
+endobj
+100 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 641 0 R
+/Name /Im93
+/Width 22
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa`\90a`¨a`ÿÃðÿ\ fÃ\8f?\f\f´Dÿÿÿ\ 1"\0¯¬*\ f
+endstream
+endobj
+101 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 642 0 R
+/Name /Im94
+/Width 8
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³©û\ f\ 4u6\0\18\80\ 5q
+endstream
+endobj
+102 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 643 0 R
+/Name /Im95
+/Width 19
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÁÿÿ\ f\98\7f\13ý\a[
+\0\92M/À
+endstream
+endobj
+103 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 644 0 R
+/Name /Im96
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°ÿÀ\0Æ̤cûæ\ f\8cÿ?\7f`ÿ`ý\81ÿ\0ÿ\aù\ 6ö\ fö@q\10®CÂÿ\b`\98:\88^v°9ü\aä?°?¨\ 6\9aÿø?C}ó\7f\0ÿµ?\ 3
+endstream
+endobj
+104 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 645 0 R
+/Name /Im97
+/Width 32
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fÀþÃ\7f æ?ÀL%Ì\ eÅü\1fØ\ fH\7f`~`ü\81ñÿãÿ\fõÍÿ\ 1\ 5\8b3\96
+endstream
+endobj
+105 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 646 0 R
+/Name /Im98
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÇþ?ÿ\ 1æ\ fì\r\8c\ fÈÂÿÿ\93§\ f\8aAvÿ\aº\ 1\0>U5¤
+endstream
+endobj
+106 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 647 0 R
+/Name /Im99
+/Width 23
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\93\97x\80¯!\81\9f¡\80\8fÁ\82\8fÁ\ 6\8cä°!\88\94\ 5HeÃ\ 3\ 3\f|\f8Ñÿ\a\f\0\fH
+endstream
+endobj
+107 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 648 0 R
+/Name /Im100
+/Width 14
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãï0¨H\908 q\80ã\0Ç\ 3\8e\ f\fõ\fö\ fø?0þ`°i\90iàià9À\ 3\14\97¸`Ð\7f\0\0\10Y
+endstream
+endobj
+108 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 649 0 R
+/Name /Im101
+/Width 14
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccb`\ 2C60äc\90c°cøÿ\87\8f\ 1+dA@v\ ef\ eÆ\ f\0\83t\ 4\91
+endstream
+endobj
+109 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 650 0 R
+/Name /Im102
+/Width 21
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`(`þ8\83ONB\86\82\9d\ 1\88\eà\b""ÃÇ 'Ã`ü\81A\81\ 1\84\f\18\18,\18\18ìÿ1Èÿ?Àÿÿ\81\ 1Ã\87\ 4\ 6\83\ 3\f\12p\ 4ä\ 2\91\ 5Ã\ 3\ 6æ\7f\f\025\17\8d
+endstream
+endobj
+110 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 651 0 R
+/Name /Im103
+/Width 23
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßðO\8e¡B\8eÁ\80\8fA\ 1\88Ø\19\1c@¨á\0sC\ 3\101\1ed\0"\86G0T\ 2F\160$À\0\0ô\r\rc
+endstream
+endobj
+111 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 652 0 R
+/Name /Im104
+/Width 17
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°c`xÌÀx¼\81¹½\81\99½\81\9d\81\ 1\17úÿ\ 3§\14\ 1ÔÀPÿ\81\ 1\0\b¨
+endstream
+endobj
+112 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 653 0 R
+/Name /Im105
+/Width 32
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÿ£Þ\8eñ\81\8d\fã\ 1 \19Æ\a\12|\8c\ f\ 4ø\98\12\80¸@\80\9d©@\81\9dÅ\0\88-\14\98[,\1c\98;$\80\81ñ\84L\ 3ã\ 5\1e æk`øÀÏÀð\80\1d\82\13Ø\18\18\1c\98\18\0Áq\140
+endstream
+endobj
+113 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 654 0 R
+/Name /Im106
+/Width 25
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?ÀÀP ÀÀp@\80\81±Á\82\81¹¡\82\81\9d\ 1\84\r\80\98\ 1'þÿÿ\aT\9d\ 5UpýÃÿ\r\0?\e\ f\9d
+endstream
+endobj
+114 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 655 0 R
+/Name /Im107
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87ý?ÿ\ 1\86\1fì\r\f\ 5@¬@+ÌÜÀàÀ|\0\82\19\ f040<\0â\ 4F\ 6\ 6\ 36\ 6\ 6\19\ e\ 6\ 6æ\ f\f\0y\b\eÙ
+endstream
+endobj
+115 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 656 0 R
+/Name /Im108
+/Width 23
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüO\9eá\ 3\1fÃ\ 1v\86\ 6öF\ 6æf\ 6ÆC\f\fO\18\18*ÀÈ\82\81Á\86\81Á\8f\81¡\9f\81±\9d\81\91¹\81\89ñ\0\vã\ 3\1e\86\av\8c\1fþ3ÿ\ 3\0\14s\10ª
+endstream
+endobj
+116 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 657 0 R
+/Name /Im109
+/Width 30
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿG\ 5{CE\ 2{\83\84\ 3{\ 3\a\f\1f`oài`o`AÆ\fì\r\fTÇü\a\18\18ÿÿc\0\0\9a¬\e¸
+endstream
+endobj
+117 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 658 0 R
+/Name /Im110
+/Width 39
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccà?PÏÀP`x \81á\ 17\83\ 3c\83\1cÃ\ 3æ\ 6\aì\f6 B\86á\0\88`ÀOü\a\ 2\90b\88\ eÚ\10õ\1fÿ\9fÿ\a\05 &Ê
+endstream
+endobj
+118 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 659 0 R
+/Name /Im111
+/Width 48
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\ 4\0\14ñ\ 5û
+endstream
+endobj
+119 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 660 0 R
+/Name /Im112
+/Width 27
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g``xØÀÀÜð@\81\9d\81\8f¡ÀA\86ÁÀÁ\86Á¢\ 1\84+\18,\19 Ø\8aá\ 3\18Û\0±\ 5\18\17\80q\ 5\83\ 1Ã\ e\ 6\vf     \a\19\19\89\ 6ö\aì\f\0\168\12\80
+endstream
+endobj
+120 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 661 0 R
+/Name /Im113
+/Width 27
+/Height 45
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÍÁ\r@@\10@Ñ?V ÁQD\19N²%©@Fg«\13\15(AÌâ´\87wø§\ f\vp(\8e@nJN\9aßd|$\ 1})êT(\10¹\91l@ÜEfýÓ(O\94Ô|*3Ò3\98\99\96\95.nöÀ´a»\8fOhâ\ 1w.\198
+endstream
+endobj
+121 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 662 0 R
+/Name /Im114
+/Width 11
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccP`p`h`d`f`c`aà\ 1B     4\0Ã\ 2\86\ 40|\80\aBT\14@u\80ô\82Ì`\ 1\9aÆÌÀÈÀÐ\04]\ 1\0ÃÕ\12í
+endstream
+endobj
+122 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 663 0 R
+/Name /Im115
+/Width 35
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5α\r\83@\14\83áw\ 1\89tPR \90A\100
+cP \ 1J
+JFÈ(7Ê\8d@I\81tñ_Ð|\95e;^Ö\85Ü[mÙb\15\94\0\8bp&\1e\90Â\13
+xC/Ö >\87øÂ6\8a}\12¿Fø\17¹\1arÈ(Mü\8d\v\f\1d\b\r´¦k³ÅËÅð\aI¤%+
+endstream
+endobj
+123 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 664 0 R
+/Name /Im116
+/Width 24
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇP/Ï #ßÀ!ÞÀ!|\80\ 1\87à\ 3\ e\81\ f\1c\ 2?8\ 4*8\ 4l8\ 4ì8\ 4ä8\ 4ø9\ 4Ø;@\88ù\84\0ã\v\10bø!ÀP\ 1F\16\ 2\f\12\16\f\12ÿ\188\0á2\11f
+endstream
+endobj
+124 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 665 0 R
+/Name /Im117
+/Width 24
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f ^\8eAF\8e\81\83\fÄÇ ÀÏ ÀΠÀÜàÀx°\81Á\8e\ 1\0\aÌ
+endstream
+endobj
+125 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 666 0 R
+/Name /Im118
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ\9f¡@\8e\9d!A\8e\91Á\ 1\88\ fÈ164È1À1\83\1c\ 3\ 3\9e\81\81ñÿ\ 3\ 6\0]\94\f©
+endstream
+endobj
+126 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 667 0 R
+/Name /Im119
+/Width 24
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fø¿\1cC\ 5~$ÿÿ\aA5@ôÿð\7f\0:\13\15\13
+endstream
+endobj
+127 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 668 0 R
+/Name /Im120
+/Width 34
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÌ!\ e\ 21\10\85á\7f(\ 1TAV¬à\bÈ\15\réY8Aee!\1clI\10H\ e\80@®¬D\90ÀL\ 2(&y\9fzo\88èí\8c\93Fjýàþ±çËÁ8ÚâòãÊkàÎ\16¥\83F@2+&\855Ó^YD\12¡£\12¼²Y
+ä¹ÒìasgEF\9b\8e¤F&\15z\86Â\8d\1aÅ\v~¦E÷àÉ\ex1#°
+endstream
+endobj
+128 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 669 0 R
+/Name /Im121
+/Width 42
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81áÿ\ 1~ ù\87\81\1dHþ``}ÀÀX\ 1%Y>00¡\91ÈÈ\86\81\ 3\8d\94c\10\80\93ü\f
+h${\83\ 3\9cd>Ð\80F2>d\80\93\f\9f\1a\ 2\81Iy ù\87áÿ\ 3\ 1þÿ\a\0's,Ï
+endstream
+endobj
+129 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 670 0 R
+/Name /Im122
+/Width 25
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨g``<x\80\81\9d¡\80\81\8fÁ\82A\ 6\bm\18ä\80,>\86
+\ 6~ (;Ã\a\ 6ö\ 6|\18¤\ e\84Az@zAf\80Ì\ 2\99      2\9b\ 1h\a\0T\f\14ñ
+endstream
+endobj
+130 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 671 0 R
+/Name /Im123
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8f\81A\8eù\0\83\1cÃ\ 3 þ\0Ä\15\a\88<P\9d<X}\ 3\83\1cã\ 3$=X±\83\1cC\ 1\10[4ü? Ï\0\0\v#\19¥
+endstream
+endobj
+131 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 672 0 R
+/Name /Im124
+/Width 22
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\83\1cC\81\1c\83\81\1c\83\80\1c\83\84\1c\ 3\a\1411@\11\e\83ü?\10\89\10a`\81!\1e\98z Æ\8aÿÿ\7f\0\0ÈE\vd
+endstream
+endobj
+132 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 673 0 R
+/Name /Im125
+/Width 15
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cch`nàoø\f\81ì\aþÿ\ 3\0\13\9b
+endstream
+endobj
+133 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 674 0 R
+/Name /Im126
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM±\r\80 \10\ 5ÐO.\1cÍ%Zbç\b\94\8cEIy£1Êw\ 3F\90\18M|yaB\r¦È      U¼=g\18_þ·UX\859Ò"õ \D\18oñµ\88÷\84®h\863c/Ø\ 6n<\9a!*
+endstream
+endobj
+134 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 675 0 R
+/Name /Im127
+/Width 19
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmÊ»\rÀ \f@ÁÇG\82\92\11\18Å£d\13<\9aGÉ&` I\11éÊ\13x`ÌwLs\82Z@]ÜÈP\8f\ 6ýð-`[¸\94ôQþ$X\14
+\14È
+endstream
+endobj
+135 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 676 0 R
+/Name /Im128
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]»\r\800\f@ÁgY"M\8a@\ 3ED\18\85\91\18Á£e\14\8f\902\15\1fQPpº\84­\81rQNJgv\12ÿcg\8aäÀ¢\96Ô\90úöï!ÞÞ.Õ¤îú´-\90\ 6bF\e76Ù\17Ð
+endstream
+endobj
+136 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 677 0 R
+/Name /Im129
+/Width 11
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`\10`\90`àa`a`\ 3Bf dl\0Ã\ 3\f\10ø\0\ f\ 4«`<\0Ñ\ 1Ò\v2\83\ 5h\9a\ 4ÐT\ 5 é\r\f\0\9ft\17\9d
+endstream
+endobj
+137 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 678 0 R
+/Name /Im130
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85ʱ  \800\0\0Á\8f\11´z\1d@2\87ãe´\8c"¸@Ê\14\12\15\17\10®<¡C\ 2\7fÅËP\rÅ\90\1d\19Wܱ±l\98P\9c^ÙX¾yH\95v\9fý\ 1õí\ fa
+endstream
+endobj
+138 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 679 0 R
+/Name /Im131
+/Width 14
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87ÿ\0{\ 3ù\90ÿÀÿ?\0ÚÜ\15g
+endstream
+endobj
+139 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 680 0 R
+/Name /Im132
+/Width 22
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\86ÿÿ\ f|`~ð\81áÃ\a\86
+0²Á@\10ñ\ f@e@Å -ÿ\18>0\90\80\0\89\00\91
+endstream
+endobj
+140 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 681 0 R
+/Name /Im133
+/Width 11
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûðàó\83ï\ fþ3ücøÃð\ 3\b\81\0O\9a\17\84
+endstream
+endobj
+141 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 682 0 R
+/Name /Im134
+/Width 21
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀþ\9f\81ÿ\7f\83\ 1\eÆ\a\15\f\1f\80¨\80¡à\ 3C\ 5\1a\82HÕ0~°c~\0T\fÔ\ 2ÔÈø\87\ 1\0\91Ê\e\8a
+endstream
+endobj
+142 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 683 0 R
+/Name /Im135
+/Width 19
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÀð\81\18ô\83áó?\86ÿÿ\19þñ7ü`oøÀ|\0\84\18\1f`AÌ\ f ²@eÿä\e¾ÿgøü\87áã\ f\ 6\0L¦3T
+endstream
+endobj
+143 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 684 0 R
+/Name /Im136
+/Width 25
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàÿÀÀPÿ\87\81áÿ\7f\ 6Æ\ fò\fì\aØ\19Ø\e\18\18ø\19\18\18ä\80Ø\ e\88m ¸\ 2       \7f \ 2\87\99a\a5\17d>Ð\9e\ 6ö\ 3Ì\r\8c\1fø\e\83Ý\ 1t\ f\0ö\97\1c-
+endstream
+endobj
+144 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 685 0 R
+/Name /Im137
+/Width 16
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÿ\81\10\94ÿa_ÿ¿þ¼<?\0ùû\160
+endstream
+endobj
+145 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 686 0 R
+/Name /Im138
+/Width 14
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93c\90\83Ãÿ\7f@P\8e\ 1\ fä\90\97áÿÃÿ\83ý\0\0P%\v\84
+endstream
+endobj
+146 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 687 0 R
+/Name /Im139
+/Width 13
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿãÿ\ f\0       Þ\ 3ï
+endstream
+endobj
+147 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 688 0 R
+/Name /Im140
+/Width 23
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f\0\ 5ü\ 2ý
+endstream
+endobj
+148 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 689 0 R
+/Name /Im141
+/Width 23
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccü¡ÀÎ\92ÀÇ\94 Ã\98`Áø \82\ 1\84>`C\10\1a\19Æ\a<L\ fØy\1e0~xÀÀ\80\eñÿ\ 3\0ày$P
+endstream
+endobj
+149 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 690 0 R
+/Name /Im142
+/Width 31
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ f\ 3\7f\ 3;\102>`o`ø\0Ä?\80¸\ 2\88k°à\1f\10Ì\b\fT/ßÀþÿ?\ 3\90}\0"\ 6\96\87©µÃ\81k æ\83Í\ 1Ú}àÿÿ\7f\f\0ìø+¸
+endstream
+endobj
+150 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 691 0 R
+/Name /Im143
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccàa``\0a9$l\ fÄúPìÞ\0Áí\a\18\18\9a!\98\91ñ\ 1\1833~``bøÀÀüÿ\ 3\ 3\vC\ 5\1cs0Ø\80±\ 4\83\1d\90´cøÇðÿ\0\0Ã\b\11\90
+endstream
+endobj
+151 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 692 0 R
+/Name /Im144
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80A\8e\81T$\0C\ 6r\f
+r\f     r\f\ fä\18\1füÿÿ\0\0\1fW
+/
+endstream
+endobj
+152 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 693 0 R
+/Name /Im145
+/Width 16
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccp`<À~àç\ 1F² ó\83úÿ\0R\ 6\1a>
+endstream
+endobj
+153 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 694 0 R
+/Name /Im146
+/Width 21
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÈ¡\rÀ \10\7f¥\ 1Ã\0\88\8a\8ePÉX'O2\1a£Ü\bHDEIEÓä©'7)\92C;¤Wºá\8a\ fôÇ>Ê4fe\16±¼YÚMV ¯\ 1¾\Òm M\ 3\14\92ó\0\18À ¯
+endstream
+endobj
+154 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 695 0 R
+/Name /Im147
+/Width 21
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÃÀÎÎÀÇÜ Ãx@\82á\80\ 5Ã\ 3 *`(\80 \ f\f\15D"\88ú
+\86\ f\10\13\80F\ 1\r\ 4\1a\v4\9cñ\ f\ 3\0HB${
+endstream
+endobj
+155 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 696 0 R
+/Name /Im148
+/Width 23
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°gb<p\8c\99A\8f\8fAN\86\81O\86\81Í\82\81­\82\81©\0\8c>00 !\888P\81\ 5\ 3\8b\f\bqð1p03\180\1e8À`Ï\0\0$\ f\r\95
+endstream
+endobj
+156 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 697 0 R
+/Name /Im149
+/Width 34
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÍÁ\r\80 \10DÑÁ%Ñ\ 3        V`,\84\18Ëâ@\f¥Q
+%ÐÁºh\96è\1cÞq>P \e\98ªP\13¦\81\8d\8a\12\94uû±{åôY\98\95LòÏ\`2U\98\1ey\98\80öÁ\ 2ñÅ\ 1©\13p\0\178\13\97\exA\eë
+endstream
+endobj
+157 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 698 0 R
+/Name /Im150
+/Width 17
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÈ !Í ÀÎ\90ÀÌàÀÌp\80\11\8a\1e00T00Ô70Ø\7f`\90ÿÃÀþ\ fÈa`àg``n\0¢\ 6F(\ 2)ffxÀÄp\87\87¡ù\ 3\ 3\0¢n\13*
+endstream
+endobj
+158 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 699 0 R
+/Name /Im151
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀÆÇÀÁÌ ÀØ ÀØ\90Àp\0\82
+À¨\82±Á\8e\91Á\9e\89\b\ 3ÿ\ f\ 6æ\1f\f\8c\7f\18Øê\18\19\ 4ø\e\fØ\ f$0\ 3\15?8\0B    p\94Àà\0\80¡A\82\99\81\8f\8f\81ù\ 3\ 3\0\eä
+endstream
+endobj
+159 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 700 0 R
+/Name /Im152
+/Width 29
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a\ 3\7f\ 3?\ 3{\ 3s\ 3{\ 3ã\ 3\b\0Ä?pà\ f\bu =@½@3\80âdaþ\ 3\f\fÿÿ00\0\0R\9b
+endstream
+endobj
+160 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 701 0 R
+/Name /Im153
+/Width 27
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80ý\81|\ 3ó\ 1~\ 6f\ 6ö\ 6&\ 6ö\ 3L\fÌ\aX\18\98\1fð00~à``ø ÀÀð\ 3\88+\14\18\18j\1c\18\18ì\80\81\81A\1e\88ù\19\88Ãõ\ f\18\0\ f(
+endstream
+endobj
+161 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 702 0 R
+/Name /Im154
+/Width 35
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\ 3\ 3\7f\83\1c\ 3\ 3{\ 3{\ 3\90`>\0$\18\1f\0      \86\ f â\a\ 3L\1dX\aX/È\14\90\r\16 \82\ fl(Âd¸ñèÄ\ 34B\ 1H|\0\12\8c\1f\14ø\ f0|pøÿ\87¡¢\81\81\81A\9e\ 1\0@Ð/M
+endstream
+endobj
+162 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 703 0 R
+/Name /Im155
+/Width 10
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f@\8e\814øÿ\0\0¨î\ 6O
+endstream
+endobj
+163 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 704 0 R
+/Name /Im156
+/Width 26
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀ\7fÀ\8e\81½A\8e\81\89\ 1\84ù\19X ¸\81\a\ 1ÆÌ\a\ 4À\98ñ\81\ 2\ 4\7fP``øà\0Á\15\r\10\\ 3Ķ\f\10,\87\84\18\0Ò\9d\10$
+endstream
+endobj
+164 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 705 0 R
+/Name /Im157
+/Width 32
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l``\80\ 3\bÌú\0\829?00p@±@\ 5\ 2+Ø °\83\1c\ 4\1f\90g`hà\acÆÿÿ\e\18\19ØÁ\98     h \f³00>\80a\ e\ 6\86\ f2@lÇÀøã\7f\ 3ÿ\7f\0´;\1c:
+endstream
+endobj
+165 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 706 0 R
+/Name /Im158
+/Width 30
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90\81¡À\\82á\80\9d\rcC\8d\rsC\85\r;\83\ 5\ 3!üÿÿÿ\ 3Ĩ#\ eÛ0Ô?ü\7f\0\0\11c\13þ
+endstream
+endobj
+166 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 707 0 R
+/Name /Im159
+/Width 15
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã`\11àP\10P\10pPpPhp\80À\1d1\7fêþÔÕØYÈ\0\0j,       [
+endstream
+endobj
+167 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 708 0 R
+/Name /Im160
+/Width 15
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+°øQó§îO]\89\15\v\13\ 4r°p°\bp\bp(\b8(\0\0\98|\ 6¯
+endstream
+endobj
+168 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 709 0 R
+/Name /Im161
+/Width 31
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÀøO\9e\81ñ\ 3\b\8b70\81±ð\ 1\168\16\ 1Æ\ 2È°B\ 1\81m\1c X®\ 1\81ù\19 \98\8dá\83\ 5\10ÿccÿ\a\0\9b\9e)M
+endstream
+endobj
+169 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 710 0 R
+/Name /Im162
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀ.ÃÀÃÆ ÁÌ`ÁÜ\0D\ 5\8c\aàè\ 3ã\ 3"\11\K\ 5ó\ 1\8892ì c\81\863~`\0\0\1fÀ(w
+endstream
+endobj
+170 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 711 0 R
+/Name /Im163
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀ ÷\81hôÿÿ?\b"^\v\1c\ 1\0\ 3Õ*µ
+endstream
+endobj
+171 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 712 0 R
+/Name /Im164
+/Width 4
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûð\81 \0\0Ná Ñ
+endstream
+endobj
+172 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 713 0 R
+/Name /Im165
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûà÷\ f\86¾\83Ñç\ 60: ÷\11\82\1eÈ}\0¢\ f`T\ 1F\16r\1flÀH\ e\8cøä>ðË}`\87 y\1f\98Á\88ñ\1e\b\83¡:\0\85k41
+endstream
+endobj
+173 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 714 0 R
+/Name /Im166
+/Width 29
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85\8e±\r\800\f\ 4ÏJA\99\rÈ"\113¥L\81 £e\94\8cà\ 1\90 _ ÑQ\9cäÆwOêp:v_\ 4?Xz"¶ØÒ¼VBÏØ\10\15ü¥@q¨\7f|\7fvÌåÙ\bC^ùÕQO]õµ\83¹ç\ 1\95K.ê
+endstream
+endobj
+174 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 715 0 R
+/Name /Im167
+/Width 26
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-λ\r\800\14\8b(Rf\ 3X\ 41\17\ 5E6a\15&A\19Á\88\82\14\b0\1fY§ô{\161\89\16ÑÛh\ 5UBu¶\19\ 5\8b µ ÞF+°Úv|ö\ 5®É"\9c!q¸S\9en\95?o|\97ÁºÿWcñ\17¼!Ì7I\9c
+endstream
+endobj
+175 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 716 0 R
+/Name /Im168
+/Width 22
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=É¡\11\80 \18\80Ñ\8f"\8cð\aïX\81\8eU\18Ã``\fÇ¡é\18\8c@$\89`ð\9a\b§cwø8I\99ÌP'v8 $BÃvtϪ\17lE\8dlßoCbýe$ã\v®\12oâ¥Rzx\ 1\ f8\1eË
+endstream
+endobj
+176 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 717 0 R
+/Name /Im169
+/Width 21
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\83\1cC\81\1c\83\81\1c\83\80\1c\83\84\1c\ 3\a\1411@\11\e\83ü?\10\89\10\8eþ?`\0\0Â\a    \95
+endstream
+endobj
+177 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 718 0 R
+/Name /Im170
+/Width 19
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-±\r\80 \10\8fg\82\851\96\14\147\ 2\eÈ(l"£Ý(\8c@i\87\92øò¤³GN\8fú\9ažUZ\97ö¸¿Jc¶ÙW<\1c\10!@\82\ 2\86«8XÐ\15ÝÐ@IäkØ=l\f{\ 1A\1a\1aÿ
+endstream
+endobj
+178 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 719 0 R
+/Name /Im171
+/Width 5
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\ 2\14\80ø\0SE\a\91
+endstream
+endobj
+179 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 720 0 R
+/Name /Im172
+/Width 18
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\r±\r\800\f\17¥p\17\16\b\94.\90ð(\8c\90\92ò\8fæQØÄpº«Ò»\ eÓnÜ\83\98ÄI8,xiÿ¤+\8cØ\88ANäèiZ¦*}ÕÆ\101
+endstream
+endobj
+180 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 721 0 R
+/Name /Im173
+/Width 31
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85\8e±\rÀ \f\ 4/¢ \v\ed\12\8b¹\P0\1a£x\84\94\94ð\89R§¸ÂòûÏ\94\07\88\934rÏ=\8d±'â\82ÛÞ­7hÂÁÄ\84ú\87\9d:*Luª_È%§Ü\8feÿ²\0.p$Y
+endstream
+endobj
+181 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 722 0 R
+/Name /Im174
+/Width 18
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÀð\81\96èÿÿ\ 3\10\ 4\0\ 5±&;
+endstream
+endobj
+182 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 723 0 R
+/Name /Im175
+/Width 26
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cuÍ¡\11À0\b\ 5Ð\9fC Ù \93ä.kE2\1a£t\84HT   \82öj*\9e~\90\rÌ\e\88Ðæ¢t\91²\ 2\ 2 \97QÖÇþ\15öX ×(½Hb%ËÏ\9a³åo\98\91±ã\0ÕB)þ
+endstream
+endobj
+183 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 724 0 R
+/Name /Im176
+/Width 21
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ce˱  À \10@Ñ/)®t\83¸\88àJ)-B0\9bÝ(\8e\85p\91t!ðª\ f\1fgs\15·tÛÎ\91a©_ç\e\v$%NÄ     Þ(\8at\82Á2~SU¬c#ôK´x\8bë\9a\1a!\ 3
+endstream
+endobj
+184 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 725 0 R
+/Name /Im177
+/Width 28
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\87ÿPÌÀÏÀ0\90\18\0«\17\r¨
+endstream
+endobj
+185 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 726 0 R
+/Name /Im178
+/Width 21
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃ\7f0úÀÀ@\10ýÿÿ\0\82\88Q\fÓò\ 3\82\0£:2§
+endstream
+endobj
+186 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 727 0 R
+/Name /Im179
+/Width 13
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cão0xàPÐ`pÀâ\81\85\83\ 5\83\ 5C\ 1\10&0\1c`l`f`càáàà\10\90°ÿPÿáÿ\a\0\ f\11\r#
+endstream
+endobj
+187 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 728 0 R
+/Name /Im180
+/Width 13
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cclàoøßð½\81\1d'¬ÿQÿ\ 3\0\ 2õ\rÐ
+endstream
+endobj
+188 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 729 0 R
+/Name /Im181
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿAþ\ 3?\ 3s\ 3?\ 3#\ 351;\ 3\13\ 3{\ 3\13Ðd\16\ 6Æ\ 3,\f\f\ f$\18\18
+\12\18\18ø\e\18\0!C      \ 6
+endstream
+endobj
+189 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 730 0 R
+/Name /Im182
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSàÓΠËÌ ÇÜ C\1cú?ÿ\ 3\0J\1e\r~
+endstream
+endobj
+190 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 731 0 R
+/Name /Im183
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\ 1B        \ 6\87A\86\0üß\0\0k\80\ 4ä
+endstream
+endobj
+191 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 732 0 R
+/Name /Im184
+/Width 19
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþÀ\86¹A\86\91\ 1\88ø\98@\88\9f\8d\81\9d\ 5\84\98;Àè\ 4\ 3ã\ 5\10bx\0C\ e\f\0ø|      \8e
+endstream
+endobj
+192 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 733 0 R
+/Name /Im185
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀc !aÀSÀ\97Àö\80íÿ¿\a\f\10\98ÀPÀdÀ$ÁÂ#Áü\0\0ÔÈ
+endstream
+endobj
+193 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 734 0 R
+/Name /Im186
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûó@ÖB®B®BÆ@\86\ 1\7f\0\0\8f8\ 6¹
+endstream
+endobj
+194 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 735 0 R
+/Name /Im187
+/Width 13
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\9f Pà`p@à\80À\ 3\81\1f\fõ\rö\ fø?0üh°h\908\0\84\ f\ 4.$ô\1f\0\0\ry\ f¼
+endstream
+endobj
+195 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 736 0 R
+/Name /Im188
+/Width 12
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cca`\ 1C\1e \94a°aøÿ@\86\ 1\ 3
+À \8f\0\9f\ 2ó\ 1\0|\9e\ 5E
+endstream
+endobj
+196 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 737 0 R
+/Name /Im189
+/Width 19
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþÀ\86¹A\86\91\ 1\88ø\98@\88\9f\8d\81\9d\ 5\84\98;Àè\ 4\ 3ã\ 5\10bx\0C\ e\0B\1f\1a\18>20|f`Hc`°``\0\0"\1d\ eÀ
+endstream
+endobj
+197 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 738 0 R
+/Name /Im190
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀ'àÁÆ`ÀÌPÀÜ\90ÀØð\80ñ\0\1a\ 2
+\ 2¥\80
+\80Ê\80\8a\99?0\0\0ÁJ\10K
+endstream
+endobj
+198 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 739 0 R
+/Name /Im191
+/Width 15
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁØÃ.Ç&ÇÇÃÇ\80\80ÿ\1f ó°Áú\a\0̾\ 6[
+endstream
+endobj
+199 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 740 0 R
+/Name /Im192
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\9fá\ 1?C\ 5?\83\r?\83\f?\83\1c*\92\ 1\8bW\80Ô\80T2\10Dÿ?0\0\0Eb\vi
+endstream
+endobj
+200 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 741 0 R
+/Name /Im193
+/Width 18
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93?À`PÀPaÁP!Ã` ÃÀ\0F\8c\7f\18øe\18,d\18
+d\18\12d\18\1eÈ8@P\82\8d\83\81_\83|;\ 3\0$3\f\0
+endstream
+endobj
+201 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 742 0 R
+/Name /Im194
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90o``Æ\87\98?7ðq7H°7\1807\1407$07<À@ `) \ 2 2>é\ 6æÇ\1f\0\96å\18î
+endstream
+endobj
+202 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 743 0 R
+/Name /Im195
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\1fÕ0ȶ3È16È0\1c\90ax Ã\90 ÃP\80\81\12ÀR\a\80Ê$Ù\19\ 4þ0\0\0Ü\1d\r«
+endstream
+endobj
+203 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 744 0 R
+/Name /Im196
+/Width 4
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð¡@\0\b\14\14\1c\1a\0\1f¬\ 3ñ
+endstream
+endobj
+204 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 745 0 R
+/Name /Im197
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\0\ 3\a ¶\ 1b> f\87\ 6 >ÀÏÀ\bÃ\ f\b`¨:\90\1e\90\ 6\889 3e\80¸\80á?Ð.\0Ü¢\16\v
+endstream
+endobj
+205 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 746 0 R
+/Name /Im198
+/Width 20
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSàÛΠÇØ Ãx@\86á\ 1\18\15` °8ã\ 1 2Yv\ 6\99?\f2\fXÐÿ\ 6\ 6\0×Ï\ fÌ
+endstream
+endobj
+206 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 747 0 R
+/Name /Im199
+/Width 33
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûSÇþ\80A¦¹Ã\82A\96q\82\ 4\83\1cã\ 3\19\ 6\19Æ\ 3\94\11ÿû\7füo\0\0Á¤\16L
+endstream
+endobj
+207 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 748 0 R
+/Name /Im200
+/Width 33
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀð¿\81¿\81á\a\ 3\98à>ÀX\81Dp>`\82\12\1c\1fXP\88
+\ e\14ÂF\0\85\90S@!ø\1d`\ 4{\ 3
+ÁÌPÁ \ 3"þ7³ÿo\0\0'G!n
+endstream
+endobj
+208 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 749 0 R
+/Name /Im201
+/Width 20
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃÀ \83\1fÕ0È´3È23È17È\10\87þÏÿ\0\0½¿\ e²
+endstream
+endobj
+209 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 750 0 R
+/Name /Im202
+/Width 15
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÃ#!g WÀ\93Àð\0       &0\140\190I°ðH0?\0\0¼Ê        Û
+endstream
+endobj
+210 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 751 0 R
+/Name /Im203
+/Width 25
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}̱\r\80 \14\ 6áCL\9e\15=\89      +X²\8e\ePZþ£9
+#8\82\ fbmñu\97£HôSAY\86)\11µOAÕ]05÷\0\7fÚ×\ eÕù\83!±`¬~Û \1fPn^I¢\17Ô
+endstream
+endobj
+211 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 752 0 R
+/Name /Im204
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû#ß ÃL\1cboàaoà\93n`~ü\ 1\0c\7f\rd
+endstream
+endobj
+212 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 753 0 R
+/Name /Im205
+/Width 18
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5±  \800\14\e\83¤\11¬\ 5Á\15²\81«8\88\90\a\a°p\84\8c`\99Ê\98B\ f'dÍ\93b¯èµ9å\96ï\r\ 5vHÆZX\1eB\85*F\11\fo8Óß\9cÚì¹:Î\81£ð\ 2\914\1f\8a
+endstream
+endobj
+213 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 754 0 R
+/Name /Im206
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7f a  £ S!WÁW!g!Ç \ 3\84\12\f\ 6\f     ì\a\80$\88ÇÇÀÏÀ_Àÿ\ 3\f?ð9\0UK\18°\1f\0\0E5\f$
+endstream
+endobj
+214 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 755 0 R
+/Name /Im207
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>Àc !aÀcÀSÀ\97À\96Àö\80\1d\17\ 4É\16ð\81TJHð\18°?\0\0\ e\17\11Â
+endstream
+endobj
+215 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 756 0 R
+/Name /Im208
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>Àc !aÀSÀ\93À÷\80\r\bÙa0\81½\80ß\80_B\9cG\9dý8\ 3\e\10ò\19ðTðTH\14H(\18\b\1cào\0\0Íö\ e\9b
+endstream
+endobj
+216 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 757 0 R
+/Name /Im209
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c3à±ÿaÿÁþ\80\ 2\ 3\ 2*?Ð10\900\90Qàcàcà\aÁ\ 4þ\ f`ØÀç ç £`!QÀ~\0\0~6\r\19
+endstream
+endobj
+217 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 758 0 R
+/Name /Im210
+/Width 28
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cmͱ  \800\18\ 5á\v\16\7f!D,\85@ÖÈ8º\81¥å\eÕ\11²\81>ÔÒâë\ e\8e*qnJZ\14\842\83Ê#©Ù\ 1\8fÝ:ðïê\9dÉM¸}5+\9flÁèÇì×*ª¸\ 1öX\1d\7f
+endstream
+endobj
+218 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 759 0 R
+/Name /Im211
+/Width 11
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿàÿ\ 3\0       ~\ 3¿
+endstream
+endobj
+219 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 760 0 R
+/Name /Im212
+/Width 24
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=ÌQ
+\0 \f\ 2PW±¯À\víþ§\1aX\8d\11\10QJ"\88M¬âÄxìB\9b *\7fcFX/\1f/÷$¤<\8b±        @
+endstream
+endobj
+220 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 761 0 R
+/Name /Im213
+/Width 9
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûàC\16üß\0\0\94h\ 5p
+endstream
+endobj
+221 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 762 0 R
+/Name /Im214
+/Width 4
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\81\ 1\ e\12\80<\0\ 5A
+endstream
+endobj
+222 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 763 0 R
+/Name /Im215
+/Width 27
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cm\8c¡\11\800\10\ 47\80À\81ÄåË\88ËÓ   %D"\9f¡   ÊI))\81\12øxæfÍÝÍ\92\rêÁÈÆä\99\19X HĤ\98iSÕ\9atw.KrÿÐ{ߥÿ´\9d*å1\89\8b{p\1fnÅý¡Q£\91_>N\ 2\1c¤
+endstream
+endobj
+223 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 764 0 R
+/Name /Im216
+/Width 20
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\0\ 5î\ 2ï
+endstream
+endobj
+224 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 765 0 R
+/Name /Im217
+/Width 4
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð!\ 1\0\ 6\94\ 2¡
+endstream
+endobj
+225 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 766 0 R
+/Name /Im218
+/Width 12
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93gH8\90\90ð¡à\83A\82\ 1C\ 1\10&0\1c`<ÀØÀÄÀÂÀ!    Pÿàÿ\ 3\0ìÈ\f\ e
+endstream
+endobj
+226 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 767 0 R
+/Name /Im219
+/Width 28
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c``\80a~$,Þ\0Áæ\a\18\18\94¡Øù\ 1\ 3\83#\147|\80cF\86
+\bþÿ\83\81\89Á\ 6\8eY\18äÀ\98\87A\1e\88ù\81,y\86ÿ\fÿ?\0\0À?\139
+endstream
+endobj
+227 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 768 0 R
+/Name /Im220
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀð\81\fø\1f\b\04]\1dM
+endstream
+endobj
+228 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 769 0 R
+/Name /Im221
+/Width 26
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°g``üÿ\80\81ùÿ\a\ 6ö\ 3?\18ø\ej\18ä\80Ð\8eA\9eÁ\86\81\9f¡\82\81½\ 1\86?00\1fÀ\87\7f\0M\80©­\ 1\9a\ 4Ò\ f2G\1eH\82Ì\ 5\99\ f²\ad\1f\ 3Ð^\0\ 5o$ý
+endstream
+endobj
+229 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 770 0 R
+/Name /Im222
+/Width 22
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°?Àðÿ\aó\83\1aö\ 6\19~\ 6\1e9\ 6\ 6\19\ 6\ 6\e\ 6\ 6\v\ 6\86
+0ú\80\89\98ÿ\80\10\83L\ 5\18Y0ÈØ0ÈÈ0ÈÈ1\0M\90\ 1\9a\ 34\rh&\83ý\ 1\0\18¥
+endstream
+endobj
+230 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 771 0 R
+/Name /Im223
+/Width 4
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûð\ 1\ f\0\0\97ü\e1
+endstream
+endobj
+231 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 772 0 R
+/Name /Im224
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀÿ\8fA\86\9fÁ\82\9d¡\80\99!\81\81á\ 1\12úÀÀPÁÀPÏÀ`ÿ\80\ f\ 3û?\ 6Æÿ\f\fò\r\fì\r\fÌ\a@\88\11\81\ e06<`nøÀÎPÃ\a\81\ 1\0\18Ó
+endstream
+endobj
+232 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 773 0 R
+/Name /Im225
+/Width 25
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f f\90c` \17\ 6\0Á\ 1
+%
+endstream
+endobj
+233 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 774 0 R
+/Name /Im226
+/Width 18
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÀÿÿ\a>00àGÿÿ7\0\11Ae`\95 \ 3\ 1\8f\95%\85
+endstream
+endobj
+234 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 775 0 R
+/Name /Im227
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`n`?r@¦â\80\85E\83\81\ 4C\81\f\ 2\ 1¹\16\16\f2\ 5\fê\a\18\14\18\80\81Áþ\a\83ü\7f jP`nH`<p\80\ 1\8a\12\18\e\f\98\19\18Ø\7f0\0\0\15Ú
+endstream
+endobj
+235 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 776 0 R
+/Name /Im228
+/Width 26
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 1\ 3?\83\ 5\10Ë\ 11\b²\83p\ 3\1a\86Ê\81ÔT0ðÿÿ\0¤m`ê¡j\98\ f`bd½6\fÿ\81ú\0ÍÆ\12w
+endstream
+endobj
+236 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 777 0 R
+/Name /Im229
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüC\86á\81\f\83\ 3\91\88\87á\0\1fC\ 3\e#\ 3s\e\ 3Ã\1f\ 6\0\9dß\ve
+endstream
+endobj
+237 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 778 0 R
+/Name /Im230
+/Width 22
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83A\86\8fA\86½A\86\19\88\ eÀP\ 3H\84\8fA\1e(+\ 3Q\0G@©\16\19ö#2Ìgþ7ü\0\0Íh\ eâ
+endstream
+endobj
+238 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 779 0 R
+/Name /Im231
+/Width 20
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀÎÇÀÃÌ ÃÜ`Áx \82ñA\ 1Ã\83\ f\f\1f0\11P\1c(\vT\ 3T)ÇÞ\0ÔÅø\83\ 1\0ü¿\18s
+endstream
+endobj
+239 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 780 0 R
+/Name /Im232
+/Width 9
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cch`d`b`cà\ 1B   4\0Ã\ 4(|\80\ 3Âä!ªAú@úÙ\80&1204\0\0º\88\10C
+endstream
+endobj
+240 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 781 0 R
+/Name /Im233
+/Width 13
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccd`g°g8\ e$I\81ÿ\7f\0\0\ 3§
+endstream
+endobj
+241 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 782 0 R
+/Name /Im234
+/Width 18
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceË;\15\800\10\0Á\rPP¤\88\80-"\ 1\ 1\14\bA\1abNH¼\1c\9f\96÷¦\1d*<\84ýsÂ\80\8b"³L²H\95U\9alÒå\90\90Ìx×Oɸ\ 1en
+u
+endstream
+endobj
+242 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 783 0 R
+/Name /Im235
+/Width 9
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`0`\90\0B\1e d\ 3Cf\18\ 1¡ò\10Õ } ý\ 6@\93\1c\18\1a\18\0\80\13      \11
+endstream
+endobj
+243 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im236 245 0 R /Im94 101 0 R /Im237 246 0 R /Im28 35 0 R /Im22 29 0 R /Im238 247 0 R /Im239 248 0 R /Im238 247 0 R /Im16 23 0 R /Im19 26 0 R /Im16 23 0 R /Im21 28 0 R /Im15 22 0 R /Im16 23 0 R /Im14 21 0 R /Im23 30 0 R /Im22 29 0 R /Im28 35 0 R /Im240 249 0 R /Im239 248 0 R /Im28 35 0 R /Im96 103 0 R /Im14 21 0 R /Im97 104 0 R /Im15 22 0 R /Im21 28 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im31 38 0 R /Im101 108 0 R /Im100 107 0 R /Im35 42 0 R /Im108 115 0 R /Im32 39 0 R /Im36 43 0 R /Im38 45 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im49 56 0 R /Im31 38 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im38 45 0 R /Im44 51 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im100 107 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im100 107 0 R /Im40 47 0 R /Im100 107 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im38 45 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im49 56 0 R /Im172 179 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im46 53 0 R /Im102 109 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im103 110 0 R /Im34 41 0 R /Im31 38 0 R /Im36 43 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im81 88 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im125 132 0 R /Im100 107 0 R /Im33 40 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im34 41 0 R /Im45 52 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im34 41 0 R /Im108 115 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im32 39 0 R /Im40 47 0 R /Im48 55 0 R /Im99 106 0 R /Im38 45 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im100 107 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im103 110 0 R /Im31 38 0 R /Im35 42 0 R /Im105 112 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im81 88 0 R /Im241 250 0 R /Im40 47 0 R /Im39 46 0 R /Im32 39 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im46 53 0 R /Im34 41 0 R /Im102 109 0 R /Im36 43 0 R /Im40 47 0 R /Im44 51 0 R /Im34 41 0 R /Im36 43 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im242 251 0 R /Im243 252 0 R /Im244 253 0 R /Im31 38 0 R /Im100 107 0 R /Im34 41 0 R /Im100 107 0 R /Im100 107 0 R /Im38 45 0 R /Im48 55 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im43 50 0 R /Im31 38 0 R /Im106 113 0 R /Im32 39 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im31 38 0 R /Im100 107 0 R /Im44 51 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im104 111 0 R /Im40 47 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im34 41 0 R /Im171 178 0 R /Im31 38 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im34 41 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im38 45 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im104 111 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im106 113 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im34 41 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im34 41 0 R /Im100 107 0 R /Im33 40 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im104 111 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im246 255 0 R /Im247 256 0 R /Im245 254 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im248 257 0 R /Im246 255 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im38 45 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im38 45 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im248 257 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im32 39 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im35 42 0 R /Im43 50 0 R /Im36 43 0 R /Im31 38 0 R /Im130 137 0 R /Im35 42 0 R /Im36 43 0 R /Im31 38 0 R /Im33 40 0 R /Im40 47 0 R /Im40 47 0 R /Im43 50 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im248 257 0 R /Im36 43 0 R /Im31 38 0 R /Im35 42 0 R /Im100 107 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im100 107 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im38 45 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im249 258 0 R /Im250 259 0 R /Im251 260 0 R /Im242 251 0 R /Im252 261 0 R /Im250 259 0 R /Im253 262 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im250 259 0 R /Im257 266 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im105 112 0 R /Im81 88 0 R /Im131 138 0 R /Im104 111 0 R /Im100 107 0 R /Im40 47 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im102 109 0 R /Im33 40 0 R /Im101 108 0 R /Im140 147 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im44 51 0 R /Im40 47 0 R /Im38 45 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im39 46 0 R /Im35 42 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im81 88 0 R /Im173 180 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im105 112 0 R /Im31 38 0 R /Im100 107 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im46 53 0 R /Im49 56 0 R /Im31 38 0 R /Im35 42 0 R /Im36 43 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im38 45 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im81 88 0 R /Im98 105 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im46 53 0 R /Im34 41 0 R /Im100 107 0 R /Im33 40 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im103 110 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im158 165 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im103 110 0 R /Im40 47 0 R /Im36 43 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im35 42 0 R /Im102 109 0 R /Im36 43 0 R /Im31 38 0 R /Im102 109 0 R /Im31 38 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im81 88 0 R /Im157 164 0 R /Im45 52 0 R /Im34 41 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im34 41 0 R /Im36 43 0 R /Im105 112 0 R /Im34 41 0 R /Im49 56 0 R /Im101 108 0 R /Im40 47 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im248 257 0 R /Im44 51 0 R /Im49 56 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im100 107 0 R /Im40 47 0 R /Im104 111 0 R /Im248 257 0 R /Im246 255 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im48 55 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im36 43 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im248 257 0 R /Im258 267 0 R /Im259 268 0 R /Im81 88 0 R /Im248 257 0 R /Im246 255 0 R /Im260 269 0 R /Im261 270 0 R /Im260 269 0 R /Im262 271 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im259 268 0 R /Im46 53 0 R /Im261 270 0 R /Im263 272 0 R /Im131 138 0 R /Im264 273 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im34 41 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im49 56 0 R /Im140 147 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im262 271 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im162 169 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im265 274 0 R /Im179 186 0 R /Im81 88 0 R /Im131 138 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im104 111 0 R /Im38 45 0 R /Im45 52 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im31 38 0 R /Im100 107 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im46 53 0 R /Im31 38 0 R /Im101 108 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im99 106 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im259 268 0 R /Im266 275 0 R /Im125 132 0 R /Im46 53 0 R /Im261 270 0 R /Im266 275 0 R /Im162 169 0 R /Im46 53 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im265 274 0 R /Im179 186 0 R /Im31 38 0 R /Im100 107 0 R /Im100 107 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im32 39 0 R /Im38 45 0 R /Im39 46 0 R /Im34 41 0 R /Im32 39 0 R /Im49 56 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im38 45 0 R /Im45 52 0 R /Im44 51 0 R /Im31 38 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im39 46 0 R /Im267 276 0 R /Im248 257 0 R /Im258 267 0 R /Im259 268 0 R /Im81 88 0 R /Im248 257 0 R /Im246 255 0 R /Im260 269 0 R /Im261 270 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im271 280 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im276 285 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im278 287 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im274 283 0 R /Im277 286 0 R /Im268 277 0 R /Im279 288 0 R /Im274 283 0 R /Im270 279 0 R /Im280 289 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im275 284 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im280 289 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im282 291 0 R /Im283 292 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im268 277 0 R /Im280 289 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im280 289 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im287 296 0 R /Im288 297 0 R /Im289 298 0 R /Im290 299 0 R /Im291 300 0 R /Im292 301 0 R /Im293 302 0 R /Im294 303 0 R /Im271 280 0 R /Im295 304 0 R /Im277 286 0 R /Im272 281 0 R /Im270 279 0 R /Im275 284 0 R /Im287 296 0 R /Im268 277 0 R /Im296 305 0 R /Im278 287 0 R /Im293 302 0 R /Im277 286 0 R /Im275 284 0 R /Im296 305 0 R /Im278 287 0 R /Im297 306 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im280 289 0 R /Im274 283 0 R /Im277 286 0 R /Im268 277 0 R /Im279 288 0 R /Im274 283 0 R /Im270 279 0 R /Im282 291 0 R /Im282 291 0 R /Im300 309 0 R /Im301 310 0 R /Im272 281 0 R /Im277 286 0 R /Im275 284 0 R /Im296 305 0 R /Im302 311 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im268 277 0 R /Im270 279 0 R /Im268 277 0 R /Im298 307 0 R /Im269 278 0 R /Im303 312 0 R /Im301 310 0 R /Im300 309 0 R /Im304 313 0 R /Im277 286 0 R /Im270 279 0 R /Im305 314 0 R /Im304 313 0 R /Im269 278 0 R /Im292 301 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im278 287 0 R /Im297 306 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im282 291 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im306 315 0 R /Im277 286 0 R /Im299 308 0 R /Im307 316 0 R /Im308 317 0 R /Im277 286 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im305 314 0 R /Im275 284 0 R /Im270 279 0 R /Im277 286 0 R /Im268 277 0 R /Im270 279 0 R /Im301 310 0 R /Im300 309 0 R /Im300 309 0 R /Im301 310 0 R /Im272 281 0 R /Im298 307 0 R /Im309 318 0 R /Im275 284 0 R /Im270 279 0 R /Im268 277 0 R /Im298 307 0 R /Im269 278 0 R /Im298 307 0 R /Im296 305 0 R /Im270 279 0 R /Im274 283 0 R /Im277 286 0 R /Im299 308 0 R /Im277 286 0 R /Im272 281 0 R /Im277 286 0 R /Im309 318 0 R /Im270 279 0 R /Im268 277 0 R /Im286 295 0 R /Im277 286 0 R /Im277 286 0 R /Im285 294 0 R /Im270 279 0 R /Im277 286 0 R /Im269 278 0 R /Im299 308 0 R /Im268 277 0 R /Im298 307 0 R /Im269 278 0 R /Im301 310 0 R /Im300 309 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im307 316 0 R /Im275 284 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im268 277 0 R /Im269 278 0 R /Im268 277 0 R /Im270 279 0 R /Im268 277 0 R /Im275 284 0 R /Im272 281 0 R /Im268 277 0 R /Im310 319 0 R /Im277 286 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im268 277 0 R /Im284 293 0 R /Im305 314 0 R /Im284 293 0 R /Im301 310 0 R /Im300 309 0 R /Im296 305 0 R /Im298 307 0 R /Im304 313 0 R /Im278 287 0 R /Im268 277 0 R /Im307 316 0 R /Im311 320 0 R /Im287 296 0 R /Im268 277 0 R /Im312 321 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im81 88 0 R /Im284 293 0 R /Im298 307 0 R /Im286 295 0 R /Im277 286 0 R /Im269 278 0 R /Im305 314 0 R /Im284 293 0 R /Im287 296 0 R /Im268 277 0 R /Im313 322 0 R /Im313 322 0 R /Im282 291 0 R /Im283 292 0 R /Im300 309 0 R /Im301 310 0 R /Im296 305 0 R /Im298 307 0 R /Im304 313 0 R /Im275 284 0 R /Im272 281 0 R /Im272 281 0 R /Im284 293 0 R /Im298 307 0 R /Im286 295 0 R /Im277 286 0 R /Im299 308 0 R /Im81 88 0 R /Im81 88 0 R /Im81 88 0 R /Im301 310 0 R /Im300 309 0 R /Im314 323 0 R /Im298 307 0 R /Im286 295 0 R /Im277 286 0 R /Im278 287 0 R /Im297 306 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im280 289 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im81 88 0 R /Im284 293 0 R /Im298 307 0 R /Im286 295 0 R /Im277 286 0 R /Im315 324 0 R /Im268 277 0 R /Im316 325 0 R /Im280 289 0 R /Im297 306 0 R /Im295 304 0 R /Im277 286 0 R /Im272 281 0 R /Im270 279 0 R /Im275 284 0 R /Im282 291 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im284 293 0 R /Im275 284 0 R /Im317 326 0 R /Im277 286 0 R /Im284 293 0 R /Im298 307 0 R /Im286 295 0 R /Im277 286 0 R /Im275 284 0 R /Im269 278 0 R /Im295 304 0 R /Im299 308 0 R /Im275 284 0 R /Im286 295 0 R /Im277 286 0 R /Im301 310 0 R /Im300 309 0 R /Im300 309 0 R /Im301 310 0 R /Im309 318 0 R /Im274 283 0 R /Im275 284 0 R /Im269 278 0 R /Im279 288 0 R /Im277 286 0 R /Im299 308 0 R /Im268 277 0 R /Im269 278 0 R /Im295 304 0 R /Im277 286 0 R /Im272 281 0 R /Im270 279 0 R /Im275 284 0 R /Im301 310 0 R /Im300 309 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im307 316 0 R /Im302 311 0 R /Im271 280 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im276 285 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im278 287 0 R /Im274 283 0 R /Im277 286 0 R /Im268 277 0 R /Im279 288 0 R /Im274 283 0 R /Im270 279 0 R /Im302 311 0 R /Im318 327 0 R /Im280 289 0 R /Im302 311 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im280 289 0 R /Im302 311 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im282 291 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im269 278 0 R /Im277 286 0 R /Im279 288 0 R /Im275 284 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im301 310 0 R /Im300 309 0 R /Im319 328 0 R /Im269 278 0 R /Im295 304 0 R /Im298 307 0 R /Im278 287 0 R /Im297 306 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im280 289 0 R /Im297 306 0 R /Im295 304 0 R /Im277 286 0 R /Im272 281 0 R /Im270 279 0 R /Im275 284 0 R /Im282 291 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im304 313 0 R /Im277 286 0 R /Im299 308 0 R /Im270 279 0 R /Im298 307 0 R /Im304 313 0 R /Im277 286 0 R /Im298 307 0 R /Im272 281 0 R /Im295 304 0 R /Im273 282 0 R /Im298 307 0 R /Im299 308 0 R /Im301 310 0 R /Im300 309 0 R /Im268 277 0 R /Im296 305 0 R /Im278 287 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im308 317 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im282 291 0 R /Im283 292 0 R /Im268 277 0 R /Im296 305 0 R /Im278 287 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im308 317 0 R /Im307 316 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im282 291 0 R /Im304 313 0 R /Im277 286 0 R /Im270 279 0 R /Im305 314 0 R /Im304 313 0 R /Im269 278 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im309 318 0 R /Im305 314 0 R /Im270 279 0 R /Im298 307 0 R /Im296 305 0 R /Im296 305 0 R /Im301 310 0 R /Im300 309 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im307 316 0 R /Im286 295 0 R /Im275 284 0 R /Im272 281 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im269 278 0 R /Im277 286 0 R /Im320 329 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im268 277 0 R /Im284 293 0 R /Im305 314 0 R /Im284 293 0 R /Im301 310 0 R /Im300 309 0 R /Im321 330 0 R /Im321 330 0 R /Im304 313 0 R /Im277 286 0 R /Im270 279 0 R /Im305 314 0 R /Im304 313 0 R /Im269 278 0 R /Im284 293 0 R /Im275 284 0 R /Im285 294 0 R /Im287 296 0 R /Im321 330 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im125 132 0 R /Im171 178 0 R /Im157 164 0 R /Im45 52 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im34 41 0 R /Im108 115 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im36 43 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im170 177 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 244 0 R
+>>
+endobj
+244 0 obj
+<<
+/Length 784 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]Ë\8e%¹qÝ÷WÔÒZøNò\95\ f-\rY\807\86\ 4ÍR\e{4²Æ\9eѳ\8d\81ÿÞÉ\9b\8c¼EòÄå\89ÌMu£Pd\92Áx\1eF\ 4ÿöå·\1f\7fûâ>~þò·/óÃÇéczL\93üÜ\1ea\9e>\16÷XbüXÒôØ\96ùã»\9f¾|óo?ù0\7füê/_~ûi¼{l¾\1e\7füf\9d\1eÞ·ã·Ø\ eß\1eη\9f\ 5­Û#Mýç\97v|z¤füü\88ë>\v\1c¿¶ÃçÇ\ 2\87»iFã};~yÌk³ûý\9f<\81\8bp\ 3Ý
+\96\87\9fà
+|\80\13\12ÂÄ-!tg°Ï\10|\9e\ 1QÑu<\10\9e\1c\83\96\10\11\15\a}\ 5q¥V\90\1eS\84TL\90\8a®\1d\1f\1fëÔ²a^\92KÛÃÏÝ÷\13¿\819\91\eXf¸\81\19\1eA'G½\1cÈ\11¬\ eìÀ\aZ\12VN\124At\e<\81\8e     ÷å¶GpL°\8b\aÚÀ~ܤ$yç8IÒ¶à\1d§LTIô\1e1ÁF3\81ÇrØ1A¿\802>¢3Ü:eªI\81O\89\92\ 2M
\f\93Âþ\ 4×\87;lÑsx\b\9f??\81\ 3lé·>âþs)B\\8d\ f\9d\b캪\19~lhMh8Ð\ 1­\16<\86o3\}Ç¿ÚçÝä¨ïûÇ\1cÑîÝ´ ñ\1d÷©ßw\13õýøTxh|\ 2\ 4\b\9d\ 6éé·<b\1eïÑ÷wªô\ 4\88\90}\9c\87\aØ\8dïå¿lÀ¯p\ 14\ 3¹\10I
+*ã#7^Ý@Â\14\ 4\9e\80r\ 4\8e@ÝÁÌñP/Á2\1e- Ò2è\16Ï     ¡ÊC\v\14"ÀC­
+,\vX\11\ 1z#¦\12\bг@9ÁMxx×¥/\13\0\15®ßO\90\ 5»ñ\1a\ 3ø ê`ú\0=T"\ 6-\9a\8dø\1d\ eôP\890\1cx\1c\80\ fH\8b\e\aÎ\fõ\1cp\98\ 1\1f\91\15\8d\9d\12Ó\8c¨ß]é;VÔ'\96\ 3\14\ e\9coràÌ2\0\96 \7fJð{   R¿¿B\rÂï\7fóÔþ7M\826¨A:\e iÀ0¡ñ½\ 6Ô\ 4 @7\ 2\b\80¦\ 2\82\84ÔWU@ð÷Ìh\b¤\19Õ<¡\10\90+Ø{B\9a'\17\ 4\898¢|\1fû\11Ýú5\15\12\12§BT\16\11UÖ?£ý##Ø\1aáå\89I\85y9Ex?\8bó\0\89`¶ððrÏ\8a\ 6\1cJ\80@\ 6{\11aE:\fy\11Ê\ 1\88\ 14\ 1\7f?NÈ\8d
+\ 4\1aq|?ÂP¤ÿ¾&\0ÑA\e\ 4\ 4\0\9f_t\v8¿ØÑ_càè¡\r\ 1*\f\9f\7f\f\9c\ e×ÇC\ 1¢mPÄ
+\84\ e%c¼\17JF\18\88ð\1a8&Ä¿ \12S\19xF\1a\f10Ö@q\86\fL{\81qA\fl0\82q\r\9c\11Tw\80Ý\10Ú\ 6Ä\rí \17a\8d\ 2i¢Ý\0,\ 3éf$\92ÈHD\1dï8/B;Á\9d¬¬\e3­è\ 4\16÷\98òÍ\8a[«ñà\ 40\ 1\97"CÕxÞ\ 6    \98V\rïM\90æ\86®èë½\17ª±ß\ 6¿Þí]ÇÒf´y \0\15\18À94\9eö`\9c0O½~Ú\83q^¾?¿÷`T $\14\ 5Øp\ f\8fF\ 6È>Ä\ e\ 4ËB\vè5°Æ½NLÐ\80}U42Áï\ 3\17\10\87Á'\14V\8fç±ÀÙ\93ôÃ\ 2àæ\15¬\1f\85ñÊø\85\e¯®\1f
\ 1Ëܦ\8bû\17 +\9d\12ðÎ\ 5×\\18?A   ¦]H?¡ï÷.¤ëî2\8eßø=\fÞÖöû+}\17r^F5\ 2L_\86x\ f\ 5\88Çq\ 2Ra\8cý+\ 4\8c\ 1\8c7Àù\1ek\80
+\84\81½  Ò\81$\8e\83U(sÆ'\b\8¬Bý\82\9b`u\ 1âC^^À\8at\b\13\ 6
+\14\85XÈp¡\12¦«J¤ÄÁS¢\94 
+d8¨\ 4\rP\16Í\ 2
+\12"WRõ\ 2\88\v\1dA¢â=7 \ 4ä\88\19N ¢\ 5ô' ¢\89   \9d\0Ð"*\94\928?V\1d\ f¥\98\8f$\ 3\19OP  Î\8fR±Ä\15jQÚ\ e\86Ó\8e¿·\83*\16º¡ï»¥sÄT,aâ\1c)5\14\87®<ä lH#V\ 2´\12\8b\1ez"ô\85@\fp<\ f\ 6\91\9e¼\ e\ 6A%Ì\83A\91s$T0("      ¶\80A     Y\ 1\v\18\ 4\1d  \9e\ 3g(\ 2\88\ 3\15
+@\1db¡À:Ý
+Æâ
+\83!\1eOÝØpZYÿ\86¬\bZÿ\0\8cºê\8b\9e`ÔÅ\r¤     Ùqd\850\v&\a]A;\18\ 34gz)\a¸Óá=\9c\83÷¿ÂáÀ\93Åü'6¬\1aÎkÀ\r\10\8aO\85xõêùPz\82ËçCiç/®¿\84Òr\e\92ou.\84Ò9E\19|\9fv!\9cGßG¡tl¾\1f\1esþ~ðG(]\8f'\92\83\v\98&>ì>þ-\98¦¢\811!\ 2ð\89eq\ 5ã-\89e)\92\1c ¥UMHþ\fiUH\ 2\f\91¤[Ð\ 6x4ùL«\1aè\9f!\1a5\14A\ 5M\94:\83z<@\13\95Hzâö¯f%¹{\aèÝÌ\1d \8aæx¤C\r\99\e]S\90vÂμ*3\ 5$/\v)aË\ 6""¡\ 1\fIH\8b\e\9c8\9f\16j\ 1*\9e6C5\ e\ 5Q\95ÜÌ¡\19Ðà,¤Dø¤\ 2¿ -Ì'\15\84ðq\8c\15àeP\9cØ\91\fª\v\90K±¡\15\84        -\80\8f\ 2\ 2TBü\95Ì\99Ø5T¢8\10\ f\ eî\9fÇ\92\ 2Z¿!
+\b\ 1\9aa\1a\91\ eP\añV,DÎ\91Ôî$B
\91ú<¾¿\938ª9Àþ%«¢\1aï#OÀ\199BL\18U\12»\16Ïyr:\1a\a\17\0ðT-±\vr\0\1d\89\9c\89]C\1d2O\90\0Û
+NÐyZ   Åie=9\r\r\83Á\b\ fE8t\ 2½'Ô×8    \9a\86NÀM<\ 5\82¿çËÆ\88¤À\0'A)æ\11á\98àx>3\bû\ 1t\91H\9c\11\ fC5ª\0\8a0\18è\r±\8a&-P\rÒÉ\19\11\a\13t<~¢a\17ípÜÐøþ\0µÄ 4\95Ì æ\0\fp\18y\82\9a\128á¨\81\12Ðs«XO\ 6\9f`A£æ]\9b^9ÀÂ?õpæü\ e%¼ú2|\19\19!\ 5\f;TpóyP2¯Ô\19F´y\1a\8a\v\1c}^\ 53
+óÔãAv|ïE\b\9cµ\81\ 58×ѯ\9f \14\ f\v \94O }\9a\816B.pG "b\11\9d\ 1\13
+\15D*.÷XÈ\95"\9d\86    h@UêÝ\9b\rÐ\80¾\9bÑ÷ù"\117#\114h \aU@¯\81T@   ê\0ä\8ak\80\90C\1cÄ\1f\ 1£\ 3T\93[&Oj\ 1%½Éy B=&¬\ 3R\90\81h'BÊì\86\f ¢\19\1e.\80v\ 2|\80\12D\e\ 1\1f¶{"ì#§\83Ô\13L+y\82Ê÷ghGøì¢\ 2ç´'H\97Ú
+\9esU\87ø\ 5\e"\9e\85VN\89ééQ\9c\f«,¸A\19\ 6á<¾\17ÉxP\ e\ 6çÝ#XÞÜ\8b¨ÉA¥Êgx\82j¡\\ 1\84Ú h;\1c
+,}Õ\ e\a\8f(h(\94\83Z¨×bzv\14´BÀ\11Å\9e|\88ÓÓ\93o ÈCrØ\11á\vÍ"\92\f\85Ä9£*$7¯÷ü\0A\84F~\80z\82\vZ\0\7f·\1aÖ{Z8`o\9eV¢qB"h\88\85\fêÙUX\ 5ð©\1d\ e\1d\0\1f\fg<\88\12!5¹\ 6Ê0Pbê\11\ 4ÈBtÁ¿\14ë\8dXPEÄ"2C\0\11Ó\ 1¥\9bG0\93G WËá#àSô°+Á§è­P\8bð\98"\8c\ 6\f¾P\84á\0\93a Õz(¦æSTÒ\ 4     H«\ 1)\96»¬\ 6\12©\ 6\ 6ùIóÎ\bW@\91\15\ e§\1d!q\ 4«á\86ü\ eq\ 4«ñü½N¹\14¨\87ó×:Ò\ 4±\1e\ f®uÔ`¶À\81#ò©h\84\ 4\93õþùZ/¿\80\rðý\16\@ëço¶]@\ 4´ÔºÁóçÑ\18\81\93êñ<\1aS*eZþ%Ô\8fLPÄ\7f ×2¼æ©pp0fxI~\13d\0¢ßAÁã\ 4\rÚ¿?È\10S8h\85'Èo\0j\10F\ 1\95ïC\rÂ7|Èm£\18\ 2êÕv\91Ü¿\92\1cã\90\ 2¶$Ç8\8e\ 3Ô®;þ\9e\bJµÝH\ 4Õõ\97zÝ1\a+É1\ 12\10\7f\80X\ 5ñÉ1\11}\1fÅQ~m%0»µÒz²\96À}Uô\ 2æ£\91qkÄ\80\rÆFÄÏÈ\8azDB\rÏZ/ja\81\93\10\vXÊõ¶\89\94\ 1½s\14µ\0\1dPB\v°\94»\89\eZï sãT8\ 2ª\11C\82\8d\rÕnÐ\111T»\ 5¤E,Õn\91sdÕ\14­\ 4Õ\10\rjK秱\1dÓ:?A;FÇ!aF\9e¤\85\80\r¡\92á´@W\96o}\ 5\1d        C¹àæo\19ò°A%\ 6r3\94Ü\8e\89u\84\94ÎMr»\y\82<\9e\16\1dçH©\91¼Gô³Dò\1e\1a\17\8f\81ôÅu8
+ºb< \17\10\að"\1c#\f\ 6\rh\14gÅT\ e\86ðÙEP\ 5\19\10Õ\19r }'\10\17\7f i\r\ 3ðÍÛ\16V\ 4´b?Î\15Ö\8cpı\f\8dÅDè\86X\8aýÐúMÅ~\9c\b«XÖ\84l\0/AÉ!\ e\82\18\ eJÞSxР\rû<W]àÍmØëñæ6ìÍðn÷jz\14\1anI\8f\82ãùHÜ!êñ-'\9c\0¡õö\ 1\987uã\8fb½#9°==\10Éi`Ú
+6`Èl   \ 1\8d§Å×\ 5D\0K\ex1@\ 3
\e\90PvÈ\ 1J±])ôiÆó½Çf4\9e\8f#s\ fu$¿<\v/P\ 4x0iE"ÀÇ¡n]¸\rèÕ~\90\82|Áï\86D\0õÞR\ 2ñ   i@\9e\83¼\83\aÀ׺yÄÁ\86û4/NèE\15~¢Q\83\ 3Ð| \8c&!%F³ \8fÜ  ¨pX\82F\88\ e\83Îä¬Áx=9\vê\10ºJÂK~eC@Z     ù\ 5\9e \9f^\a\9d\0Cz\9dx\ 1;!/Õl{è\að7ª^nT\a:@o]Ź1zj\14§D{'ð\95Zõt\ 2k\ eXøZ-¨D\fH\86¿Ê\ 1\ 2e!\1dÄ\871\ 1\9aqæ5(i\82>Ýc\80\84D\90\13°\e\0zH+P\98\\89\8f\8d\80\ 6\85q\9e°^ëÆ\19\ 15»pÃ\eà³\v7äG\18\90\84   \9e\0\9d]\18'H\0>\10\96'\1da(ax\8a$zÖ\8fÒ $n\ 3*\18(\97\11¸\ 4\ 6\92^\80
+\ 6\96ÆQCGTÇ\92 \1fÅ\83\813
+e,` ô\ 3\f` T"\ 60\10º\11È\b¼ïb>\12!=1+Þ<Á\8d\vÇU,\aê\10Þ\ f\92ÆQC?HO¬B~\f\7f±,`ÐnM¯XAI¬¨\86ó­\8f\ 4\8a\1c\f×\14\88$çæ&\94\87ú¢ß\ 6önzÑ/\90Ë×°(´\0C^\91Ä\91õx>¯ÊÁïó=´K­v3ÞP¦\87Ö\8f<\10\1c\1eäÏ0²9@\9aù]D\ 40tþJð\0øÎ]b?Ì\fÜ\94Ù5\ 4°\97Ù\rOP!àê\ 1\ 1=_ãâÖ\92\95QQ\80©q\916âó=
+ȳ´#
\ fâ¡\ 5\18\9e#\93\vÍ\ 1\v¨H\82G*\94÷\81¼ÀÁ#%¨\ 6â\ 1*A¾Ì+\90<¬÷\11\87<lhü\84´\98\ 1ÍK\88\83Ð\85 \96\98\84L°¡÷\98àÁ\ 3+¢C9\90\83ºõk7\12¹Ì\ eia ÃJn^i\9a22c£ÆKC\16VYpC\v òc¥\ fù\8aHH?g\12\1c4¤´\e\15°!æCq\8f        @\87²ò"Þ\88\aÕÄ.(Ã\86G\r\13«\ 3\140\v\1ar¾ã\84¼hg?\80Â@P\86ù×@\ 2ôÃÑ\95\8e\16\80\15ê\13¼u(\ 6\89 \7f%\14'R\84Õ
+!(\81\96¶E\89Ú\80\8a%yèFðyUX\82é\v\85è!\ 3ðm\97 \15·´]\8a\88\80\86`*B3j\0£\12§\82Ô´\98\19Æ¢t0\15±\19¦\83©H»âÊþa,Í\aSq÷Äo\ 5Sg^ÏÅ`ê\84R.zÒiZ(OzXãv5\948kÜ.\ 6S\ 2Å\ 47\8a¥¶füq¦b\ 3²Cí^ã;\1d²¯®YÿüXrߣx\84bû÷÷³<Ç/ìúåüÇëÇyMnòç\ 2^\13ðyMNðôj¼!±É\89\12¯&0¼       &WjõxúJÈ\ 58\9eî>è"\?ß\ 6\134ä÷\9f\85\ 2\80\e§\94\9dZ=\9eG\ 3fô}x#²Np\ 3å5\98\96\87»\1dh2xæÖ\8c\84PÅäVÄÄ\86ô,I®©ÇÓÑ +ï\82Öã\r¹)R)6:\ 2\1d\90Yo      ¡wh\ 1|ï¹³óÑ\80\0\16âA>\16ôX   ðë\8fp<}¥\92ûXSJ@Ý\0\16b\9e\80s\0\và\8bläY5\82\ 3\15@eA\1cÈ_\8cû\15r°¡\914"\80 Ï@\v°4B\16W¬Þ\ 1ß\byB<È'é\ 6\89Æ\ 6JLÍ\8d\90:¯±\1dÐ\0\95\b¥Ðë¦\16\fá\9e\16<\e\a]Ý@"7 ¦·$¸\ 1º\ 1]\98\91\14\eZ7ÍH\8d\e 1¨\ 4,Ù)k¤xX¯Ô\82¾\14ßû
+\1ar\9e\80gç¡\ 1\ 15W*N¤+¥C2h\ 2C\1ff(ü!\8f\ 1Åc¼\1d:³[®Ú¡\b-9º\98P6\90\90\aä\11\8b }±\11Ë\13Ç#WVï\ 3\r¿Ï7ÍY\90+lØÿÊí_ÅÔ6Ì\0t\92nÂ"H_­¥»¾x"}ñarÊP\841¤#\90Xv\aÞ":Ø\ 6   â\96Ká´\0jõpÚ\8d\93\1a\ eýh,>Ré[\7f\1e¼\10\8f7¿q\9bW«T&¸{ZøÎ:«j<\1f\ 6É£h#êëuZ+ \1fªÓÒ\1eE[Ñ÷é2S'mç®Ò/ ú¹À''E¸\0úYгLê*\ 1$9sH\0\ 5\8c\93\16Øõx>¹(¡ï#ë©\8c\9f!\ 3\eª¬\1cÅ\80\9aõp+:?ØöO!à
+\ f\80G37È\0\ 6$\b\80\ 4¡\13° A\9c\ 4¨y        \ e\12\0Ø\ fì\ 1Ë\93hõxà\ 1«UFP\að"è\ 3Ôat\14ìI\15¢\ 2\19\914\81*\12\93X\19T°°\19n\80ïb>##
+£`­\896R\ 2¦&Ú\90\aù2§ò2ðH\véXÖM%°A3fP\ 2Û=-vBQ\83\r\8c\1e5\e¹az\99ÔD² \82£xN        ©ã±\1f¿h\85u\10\rG\a¨C\f\1d\7f"-\82®9Àí\99a\1aö(xË\8dÃvm¾|ÒÂ\0\89j[\97½r{\9e\9dÇj5\9e\bO츩ÌM°Ñ\ 4@\ 6pó´P\1eTÊqÐÛæi(\8ez®`ELè\13\98@¡Á®\ 6(\1aô÷bǹ\84]\ f¸õ8\ 5ÿº\NÀ\9dëiðÜ\ 2Ô\ 3>\81\80Bã\12Ü\ 2\ 1h\1d×ã\11º\13>\ 1D\ e\13\ 3)"j¬\9c\93\84¶µcåÔÝÐ\ f³|F>¥
+É`\8f\80o\9e#°ô@\eè\90\16çTëIBH\9bô\ e\85\99\96ã\90³|\8e#ü<A\9fãЫÃr\0Ð\9e;äÓii>¥\99\ 3>Uo#]\1aõ\f`\Ñ\9f\81V2\90$M¤B\85ø\92\81³}ÏU\97D^G»ê\92Èëhvh£FÅr7Æ7¨\98F\7f¹ØÈd|C~\15Ö*þP5ÜàÑ®èó<¦)\98jóyújS\98oðy\8dxb\85\ 6ÄS³+$¤­Çó½c\1c·|5ÃÇOÜé©\eð\90\0|É[\80\ 4 ¯¶OTktþ*\ 5\12I\81aÍW}\ 4<\ 5\0CÑß\fY\80\93\90´\1eÏ\17ý-ðû<¬´"        6\0»\82«×\1cÄ¿\f·AýG_K\9eùIC\ eÖP¥H\9e\9f\86j!  4¤×HÁ×\80~z~\12\?]*á%IѼþ\82(ÄD\99?½u\ fÒ |\aS/\99\11Õ÷ùR      ?'Jþõr-´~C~ÚÂÉ\8f\8aè@\ 3nBt \ 2à\19\10
+°¡ñ
+\14`þf,\88ûgv!Ê\eߧ\r\9f¬\8f\9c7¯¢\r\b¨gGÑ'زÐ.ºOL¨TüíÞÌ\9aΠ  \187¨Én\1aì@Í­\89÷d($¤\83x\19ʽ\7f\18\19Ò˽ \r¡Û\9f\9d\80ÐE7ôÄ\83\ 1\e¨\8dG>\80\81~\92á8 \9fþ*\1a´A´\13\98«Å('P-\16Â~8mÄ£\87F\88\7f\96Í£ïSJX\90 ¸\0\1a\96\8eRµ= \80\ e\ 4!\1dfx£=rF@\a\92P\18Ûs \8aãÈ\8b6ÕxT«Ò\82\18ëÓ/\89Ët`\81ûøåe\ 4\16>»lAn åMµ\15\9a1>;jãü8\95\836\18Gu\1c¤gWa\ 2\18²«®"\11\ 2ã @Ê\10I&¬DèÞ\19g\1fèÚ\13¥\81°âH¦Ü\82ã
+\a\95R\97z¼¡\ f4ú<\7f¹\`Èvõ4õ\v\104ú¼\1aÆOèû\860¾T+6ã\r½{<ú>\1fÆ;ø}¾\8fuq"\9bñ<\ e\13ÈóS{ç\9482í¾È»8PÏ\8f\82\ 4à\8bõJ\eèñ\ 1\8bv\1f2;Ñ-\ 1ø6Ì3\12 \1e\88\10 i´\ 1\15H\81ú\83\7f\8cÇ\91
+@\a\82fÀA| ë6Ä\0\96\89;\05\12\87"l@b\1c\14A\1e\81\92 ½sÏtÏ\80\b\944ÒA*\ 1K\18X\8f7t\9fÊXP¶ 5\ 5л\84\1a\16´\ 1
+öX\90\9aÝ\83E\90\9a7\8a\ 3T,l\81\a@ì_Ư\14\a«û_á÷ù.Ô+\92\0C\17ê-\9eç÷\16\8a\94      mÀRç5A\19æÓ\9b\1c¤ \9f^ãÉ\rèùI\90\ 5ù:¯\10Ðx¾Î+"%d¨óJX\89ñXTBJÈPç\ 5͸¡Îk\86\1cÀ\13\10\9aqþqâ°ÌE\87~\1e\8f"á6\8e+pj¹Ï©ÇoüúIG^\8d\157@9\13÷}Í\ 6å´"Î\ 6\14¥Æf\1c\88h/¢¡ñ\96ÖK´\15W6\10§[\ 2$er#\ 1ÒÇC\rÆ\1f@B\1a¬w\ 3U #!\13`i½´Ü\f\85¥\8bóÕX8®÷baé\ 2}5\16\8eÛ½X8ÂH\0qðû2¹«\12\90J\8eñU\11N\1eI\90áE 1\ 1»;øî:Bm\ 2½\82á\86\81\1a®\19À\15}\9dO©Ùàâi\17TêäF\9f×ü\ f7¡ï\ 3ÿC/\94\8b\14ùF)Aí\ 2ø\94\1c\8f\16`h¶pBIC\ 6ÐJå"Ø\ 1\7f\eç"Ú\0º\8d{ßõ¨Y?]e"]\8f\86\ 4Ô\91\9c\84\16ÀCa\vÜ\0_*¸ÀïÓ\16Ô-\e8@Ã\93r+É\81*\98 u\bSe#9EH        X\84\18k!C­ÝÌQ@Ų\1cb\ 1\ 4&jO\92¡ñ\16,\bj\11Ë\93\86\19Ò¢"R\83\ 60.¢\130¤E¥«ë\17(J\94\88¿ô\16B.u£Ì\80º\81\ 5É\0ïDJ^ÒX     h]¤¡\eA;\91\19K\ 2ߧ\9dH¿ÁïóY9\13\1ao\82\92\90\19±@I\9c\1f¦÷Lâ\18\0µo<Ò\9aÊ\85HM\80dhB\rí¸áE1h\ 6ù\17¹ \1fai»\95à  \18ºX#\1dÄû¢ÒsihÆÔ\13\10<zp\ 2*\16¶@#@àÑ\82eÝt¦\ 3ô$\f}¼WäÉð\80¸T¹\8d8@Ol
+\9c\16Wór\1c\f\ 5ù¼\1c\a\95\10\8dÈÇS\89øÑ»\90Z#mèIñÏÃ\a¨ÅèìÎ\18\12»\81÷%vv_Tà,.\9aQ   \88£\19ÐÀTëãÍ\89\90\9aY\95\ 3\ f­Æsxr^¿\98ñ<Í'+\ 2º\18k\ 1}Q\82Õ\ 4\86
+\97Ò÷¬\1eo\bfÊ£NÍ\ 6øÔ>W
+\ 4\9a\ 5Щ}ÒŸ\19O'¸»0Q\ 4P£É\0¿ß1 Ú8%b\ 2ò'\98\ 2µ\ 153En\85s\96ð\9b[a\95\ 3$\1c\1fs\80\16O#
+ôfXÏÌ\80'ÀCJ\82Ç6\eà!¥\r-Àò&\90\êÔ; \e\98J\17ã\86\82|\91\90 º\17\95\80\872lÀÔÎpzp\84\9a\806\0»7jñ4:BþE\12/éU\ 3!ROpæNP\ fg9\ 2êá,g\ 6ôÔ\ 6\86\8e\93\97\87"\84\94\bÎoËáè3\9ck\16@7lÈu2\14\vj½Ø\83ä7exô]/vÕ\e\ f\9c\16ÑΠ@!2èÁ3¢¼j      BDz¤?D=¹\0\99\99x\10TiD\ 1=;Áß\12Ãü°Ñ\1dg$lP\rð,$W\8b\ 3\16Òß\98\86RÈÇc\13ü>\7fµë8úé\852+åLjjü\fç.\1aâ\18àx¾\87nD"lè!\9b \0ÑW+1qΰº\7fl\ 6ùW\81v_\94Òâj\9dÊJ;³Z\9d
+\94@s\9dÊØ\13Â\14H\93ã( Þîc_\92\86%\93\83\e E(Á\80\12yBØ\ eKvÉ\1eV½5Ã}©\93\7f¬ë³\8dn®tJqÿ\83\97\15æaÝ-¡ï§nÿú³BGפ\14×Gx\ 3(¨oÂ8\92\0ê\9b0\82\89e]ðÎ\ fAÅbG­E($\8c\9fû>ÍD+áW3Y°\85\99*W;\9a¹Ò+h¥Hbê¹LP¯ \83ÅÔ¨^R¥«        \få^N\1cúj\ 2¾ñ\8c+ݤÛ\ 5ð\rm¥Þ¡^\0ßÐV¢ê± (o-o\ 5\ fó]¦¡ÆE¾<Ò8ä¢\9e\ 2Ç\9d\8fß\9d\89c\ 1»FJ¯       \88\12Öû\19¬\0t¿Z:Q¬\9b_ä      ^e\97ùTØ°."e`\bë"â"C÷\ 6Á¦êñ4\13å°øÖú\ 5Z\1a®_ù~éþÒ\8c继¬\88~¼1\94æ\13Í÷ù;Æ               ¡!\9e\98àúédÕà \12¡+VÎz\81Z\a\0pWiýà\8b\eÓAë\aå\86\f\8a°á\86\ 5Ìj\br¨B&CL\8eNÀR1\11\91\b\19ú\8fHH1 \80Þ¼\ 2\19B>ÝíÄ\ 4êïÓénA±äüãL\v\94\ 1þ\92váXP¿$\862Ì7 \81:ÈÐÒwC\ 4ä/hNLá¢\ e\8eX\87\11:D0\ 1Ì\0\80ç\8c°º\ 1Ïm`xG<\94@\r\94@î8sÁ$ \ 4<@CÅ\ 4g\84\86 Æ@\0´` 7ϸ\15\fÄ\ 5-ÀÒǶtϸ\1a\fDèÆ\98P\r(Ãt\17»³daàÇè\8f-s:L\ 55\1còCy?RÞJ\1eù\91ýú\8f\ 3\14P"L\9fÛ§ô\1c¤­\7f}\8d¿²|±\0ÕpÞ\8b\8f\9aáDº¤\18Dðy\83\ 2=s\14\ 6ÛWS\ 4\ 4RªÇó\8f\vI¶p=\9e¿àö\88\80\86Gn¥hup~jó\rQàõ÷;î\e½ÍÓ\8cï¾?Wþ÷§ñ¥\89i=ÞÏÀ\ 5i;\89Ë\ 4å^&TúkáAµùè=S¯\80ïcí\16\ fv`èc\9dÛ\90>\ 3\91F\ 6ìE\ 3Í\ 4\ 6<gE\87hÈùG\v0d\8cK¢Ò`¼¦Eü\84\84À EÎ$\87\81\14ªÝ\a°\16 +\9fÏþ\15õx>I# )2$i\ 4¤\ 5-Y*ñ\9e\1aô\11\11\80¿Ýõ\91U\83X\ 6\vJ\ 6õ÷yØ\13ÔÆßÓã^"Á\81\1e×{¡"=ná\80\15\1aR\9e\ 3VH\0\9e\ 3 \ eâ\8b'ÃÄ­_Ec #bhÄ\18\1còÄ\fÏÛH¾ñ@\89ªx\9c\87ߧïgÃM\1d\14$Yò*\a\ 6Z\a))÷\91ôEÕ\13Hp\ 1ü        $È\82<"*å÷ùjà\r"ª§¸¬,\v+G¸ %hIò\91Ê©¡7¬\15-@3ÂcÚP       ñpÂ\89\87\r8@»×Ê96O_´>A>åÿ²\12+`À\84\1cA\bh*ý\v\1c<@:\98ÍE\13w¡3Éæb8\e\ 3´Btÿ\80³\83ÇEO8b\15@{ÂqF*ÈMD²ká\80òN`Í\81|/Â\bU\80á¥í\ 5Æó´\1f\13ÙXH\7f*\eÆB<\am(\94à{ù%\ 5\111¿t=
+æt<\8c\8b\85Ô\rÀXÈ`\ 4\ 4\10sóûä\0\ 4©æçÊÖ\ 2Éîª(~º\9a\aÍdç©Ý@¾kßÊÕ~õ}çi%.¹ \99\8e\17r\13\9cä&ÔûG\19.xÿÎ\ 5\8e\0\1a"éÊk¯y\ 5o!I5=#8\8a\ 4*(\16V@\ 2\ 3(&\9e\5\9e·\ 2'(U\8fïDH\ 5µfÈÂ\ 6PK<1_ÉP\ fjé)B\v \80¡§í\8a(@¹\822ÁÆM ?n\13Ð\19\1a\1e·    \14\ f©\90\8e`Jõx:½Á\97WßGãÕ\86\9en¦dHoc\81¾ojc1£\rð\98\ e@ǤVn\ 3:&\ 57À¿x\fµ\80!\1cò\89Ü\81z\ 43\92\ 1C'\91\19ò°¡ò\87ÓÃz#
+dÊÐå\826\1e)\11þÅâ\13\13ªÇó/\16KzA=\9eNOÈ\98Ò\1dú\ 5\87ì\bÚ¿\96"%\12\10/=ð\14 
+è19µp*ø\ 3Um\ 4\80Ç\84\ 4Ò¹*A\ 1z\ 2\86N"      -Àðft\82\12È?O#ý°.z2g\82Q=\1eXA\ 5S[\90
+ãQÝ°B\ e¦û\ 1\9e-UG:XGd \b\eÞ÷A\v0TÍL\90\80|GL\87¬¨Á\b\9deKWÍh\84\8e\ 4_\80\1c±\121Ô=qJT%@D\1c`\88Gc\842È'\99\8aô\9eäQ\86\11÷h">!\99PÅs]\1f\bõ½ð\84̨¡î%î~Ä\11Q®×
+_"T\ 3\86Ê\97\útxÃÛ¥Ê\97üR3E\ 2­ò%IsÌüÜÕ\95Ê\97\fË\1c4L×*_\92\83§Øã\ 2=\1fî\ 3\9e\91è\90\ fãó\ 4\ 46x\905w·Ìæ¼\9d\80\0\a\8f\95\8cçf\82\85¨ä>\1e®\97À¾\9d\80ȵ(\13¤\ 3\1cj' \0ê£ð#Wÿ<i\90qÊO\13\10\19Oe\ 5³GD\\88º\8dr
+\ 5\eh' \1a"\94\15\14\b\84ª¬`Ù \11\81BRø Ü\15\83²\82Ò\12`H\83C\7fÕÂ4ÇãÅ\94¥L0½Äy!B\83C\98ütS\98òã»·\84É;Z\980'æÆ\1a\14'j|\90³N(>P\89\98s¶8"öÒx¼ {\98Ö,\8d¯\16U¾ÇÉT\1aÄ\85¥\81r
+\89<\ 5סµ\87½Ï\99\93\88Ó#½¶°\12îE!â¼ÝäÄ%ÝäÄ\92;rY\9c\a$T\1aVëù!Ý[j=·¬¼¥ÖsúÇ-µ\1e\âh 1RÎÿ¸ÅH9Z¿ÅH!@aâ\19\9bþA.\b\ 2+@~"Via&U\9aº\85R\12tY\16ÂBÊ\ 2\ 2\9e\9f|\90Cvß\99\95Hé-¶±ÜÁÇÝÑø<\ 1¸ÂT\1cÍpÜ åþy×\1cÍP\84©\99\80w4KÈÖLÐ\9f\82º\854s[ФÑÍá\90Æ\åúN\1aU\1a,\ 1Ñ`åýÄr\93ÞÒ\80@\7fË\ 4å*½]\ 1­\91²\97FÒ@±\v\ 5\7fmW@\$Ê\ 4\vG\ 3Õ°\94»Ôv\ 2â*t~V\99æög\88\ 6Dð^¼u\89\99b­Ò\88ú\18\99 ðA3\ 1%LGÐ\95Ð\ 4\e\88\\95-\14\10µ\9d\80@`d\82\19N@¨´WÐ\85¶@\fÉ\ 4+\\ 1!\8d\12tE4A\1f¹ª\13\94»\94v\ 5Df\8dÄLÅ´Å¡iSbçm\86\13P§ðÔ
+\ 5Ci'0è\83\ 5Ñ\0ùH\9a4ÆC\1aãô^\1a\87¦Í\rìÂ;i|Ò \9e`\ 3÷ÊJä\9aÜ\11¹î\13¼\8d\15¤\ 3
+kW\0 m\85\91æ£\rN3AÏHC\ 4Ã\rµ²²\ 5A0.\13\b1DÔ¥1Á\15\104(8Òvôb\8aο\ f8z\1a\888ãc\ 4\8a³\b\13<Æ>ÕO\8d\§bÚ\9cÙÅ\11ãZ \90\86\ fx\0ÂG\8e\13u\0bâÄY\ 5 \82ð\81¿
+@8\96\ 6\8aR-\15Ðí\ 4T§ú\ 3\80\88G¼PËB\1f\13\ 4è\9aø\19±\84\17'¾&\b\13qÏü
+<\8f     Òc\v¯    hX8_\93"F"2\15$j[îéDéîxY'JêúP'ö\13LGø_\12Ws
+÷«\1fJèÛ½k*-NÓ=\95\96ß\9f¼¥Òò\97)\95¦é\83¼÷Ëæý¹\ e\ f-\13\1fxæ7,/® Ð D\8e\88\99}# \91\8d\85)çÀ÷§\10P\1d\8dr\8ci¾*Î\87B\893­PÚ\88¥\18×Ò+3³ôç-Ð\96é¼gª&°\\91HÈÓLÀã\arÏÔl\81¸&j¼´\11\r\86\b\85\9e\91Þ\85<\80\ 6}ا_\13Mh\ 2\1e?8\9d¬æ\14xü@\9c¬f\ 2`\±§\9a¯\89\96²\82K\9eêyMÔ\10\91öT3\82\91\8f1lë5µîK:y»\ 2ÞS\rP\98zµ®z(»\7fà}GÄÞCQãÆx yùQ\9b\ 1\8a3pqª\15\qq&÷^'ª7\1cñ@0êc\f\13\9b±uR¥)[\98Écì\19é\90\8eP*Câ.TëöÚ\ 2¡T\8fü:)/ÌD\8c\9f\\1cÀ\89
+\rÖ\95£\81êæmP¥ñ\1a)\ f¼¥\91²\93Ei$Õ?p\8e3,ê\16ÜÂnaàd\8dl£v\8cÙÉ¢\8eQõÒBñÒ\1aÓÆû\89rA1ÞÂÀG\1aé\83¡\8fd×H¯k¢<A.ú½¤Òr:Ñ1A¼\16µe,MV`\ 4$ÅÍ;,S3\ 1²Lïݼz\820\11.\8eL0£\15ð²\90ݼ§Zo&àoºv7/³r3\ 1\1fpdd\9b"¢î'\16\a£Y\ 1a\17^n\1ey\8c
+\9e\10\13\10±³ Û\vw
+:\14\16\10\r\fP\98[¡,ÐÖY\9c¬\96\ 6Ä«£2Aºº\82\17\14F\8a³²\82¸°+P&H\81\13g=\eh½'\8dû`N\1aÕ+\92ÒO°\99 w0T\1a,óM"®ä\ 4ï²\81Ð\16h\9dè7ò\14T7o\8aì\16\94L\98\89Vi\8a¯ì 0ñHVðî\9eZÏí`n©u)þ¹N\83\18®ú\a\8a\eç¡èy(E+Ç*åÚ\90\83QîÞ\9b \f9\18ÅOlW@ÈÂ\113\9d\ eFîrý.fÒ/ë\16n\vª\97\94cl&àS®Å?\88ñbÊõ\9aÐ1\1aR®ÅÁ\18Ñ@Ã\ frºñ\13\ eç\1dü ¯à\16~\10v\eùV\98T\85\12\8b\9fXÓÀ\90\1dXróÚ     x\956OÜ
+F¹yí1ò\19\92\8bgi %÷Ý\14¦|MD   \93º\85uc\89\88aá°!\8d\14\1c\1f|O\13Ü\ 2m\\ 5\80¸¬\95\ 5\80¸¬\95¥$n¨\95õ[\9e\9bÂ\94oyH\1a¼¿åi\8e\11¡8Ú\ 4P©ö+\18!\18C\8d4B0\b\9d¨åâ\1c8Ò3ñÙ\16ö5æ½\99\80\16¦\13\80¨&\0w,z6ÐQÇòt¶®Ô±H÷Ûf\v\8cR-\ eF¹&Ê/D\1a\97\7f\0hà:>P\8dë:\1dÆ5¸\8bI]¥¸ð\ 2\r\ e\9ç©\1e[ø\¡\19\1cíâ\9cá\7fî¡xé\8eÅ­,'*á\7fI¥i' +4ý>ÐuDì3ïÕ*\940\17\12ø\91>QH\10\1dG\ 25î,\99
+øÐYà\83z\ 2Þ²I\17Ú\96\11\89l¢2Á\1cÁ\ 4\ 6­îË#\89ÃSPoÊ\96å\9e0føà¢0ÖÅDY\18\15ÇËÒ¶r\13¨\15\18¹\v£ï\942_\81!µ@í\ 4D\ 6E\13.T\13\       \17j\1a0mô\8a£Z\1a\11^¶­ÙY¿e[¥\90fh[\87Îz#Îvg½\99\80H\8c{åtQ\13¨NÚD\8a³\9e\92\85\1c\14\83R\8då\95¯ËJ5;ë\94RUýL\ fO\81·lq·L\8ceSÇï\86éÞø\85\1a?t´Ç²<p´GÚdT¶\1f\ýt4Í\86Ò\90¯\9eÀÀ\86\92NÕLÀ³¡$½7\13ôl¨zê¹\87FÙµ\94ó\92ôÞÒ\80O9\17\1c-\87¿W\9cÌ\8c£Q§ Þøn\ e\11\91O9?q´ìîÚ*Ê\8a£=-÷hàK?\9eË48/êÆ4P\1cm_ÔQ5\81ÅÑ.6¡\11\ 5ÞÑ.ï\ e^\16F©Ú¿,\8cçEßH\18ûþ\9a\92²\9eN\1a~Òh\8e\ 6p\9eUûÝ!\0/U]ÁüR\89\9fW\0úC*Õ\17\8b»*
+åºu\85§Àè\13\99\0ó\ 1]\91\96=uê\18Geÿí\ 4tEZ\98\90a²Tk\97W\1fÚ  øjíÜ¢Ïwf\81OM\94²ÿ\96\ fìW\v5'öÖ}\18+äfµïS\13\95\9b\81¸r\1aI=\85\14¹SPû\ 6H´Ò8(ô¥w\8eV(VVi°,÷´²\14\90\ÖÊR@rY+çÜF\92\ 6Zn#ô/Ð1\ en\ 6\1a­Lg\9c\9f7\ 3c\95¦\ 5\e¤uWi\10.³²Lpó\18\7fQ+7ñÆH\1f\fã\r»FjTÚÎP÷TÚ4\8f¶ð¾\8fH^Á 1Pé'3\17\9aÀÒOFà\8ff\ 2Z\98N\8dTOÀ\bSiÞZ\1ecɽuÞÖFêÙÖ\e ¢%ã|Kh\ 2C=Øt4¨jiÀßÓ\89\13±h$\ f\8f\91w²N\8dd'bYA\88p\ 2ÚÉ:5R3\ 1ídE¹%\e±òP#\8dÅy \91F
+EÏã9\1cÍìò¾ÕÊ:\80q  Í\ 4\864\9cB\83v\ 2â\18å¢o)+0_ô\1d\ 5¦Ò\90fg^k\81i]\ fÖn\81O\18/-0\864Ыö\ f­ì·Á=\9d\9aç;ù2\81¿¦Ö¥\ 5\ 6Á\a-,^×\83µ\13ðÁ·Û \11éÒÆ\\ f\86VÀ·\ 1      ¤,¨Euá¸5Ï\13\f°8­j\9f\11\821$¢\ e@\1c\8dH\9a   \f\9d\vJgòÌÊ×:\17\94»F\82\ 6
+\1f\94Tå!\1fh
+EÞ¼\1c*\94þ¥\1fA0ü3ø®W°GÒ4\b³®ÏàÛoî=\b£n¡Ü5^Ö\89Ò¸°5,¼§:Ý\14çàn\8asNU¦ÄYï|¸Ü;\85ìî\93§ !\18ø\14xo=n\1c\rÞA ÈÁà\81¨Ù\9d²p\r\88\9añ)ð@TÁ\ fê\15\18¢6É,ôÛà¢kä­·J\95\8eXä²r(L\9aV\96ÌBB+k©\89+ËHï3\v/³ò³·Ö\1dV\96ÚÈ!+\8fÜý!\1f\8cÜý!'ª\19ç±\10qY+ÃB'òdw¿\9fÀÒ;¡äý7\13 ¸Q¹ì+-óÚ  :Û8ºðÌ\13ܺðlW`¾ð|ú       w.<\874\18]x¶\13\98/<sZÕµ[\9eR\99x\81\88¯x\81d¤÷\95\89Í\ 4\86[\9e\92\9aØNÀ÷\1d\f\13¢\81\80ÂÄßòäxÁûN\16,\r(VÈ\a¼q\8d¯S¸\ 6\89&9\85m¤T\95\19\11ÑÐSG\9at]`¤\17¢II£êê®P#1\11Ë\vÑ$\15\8aV}\11ï\11ñô\91ÆDT2ÂÊ\9bd\17tâë\8e\85\12ç\11$:ÔHj£2qq®Ú\85\18ècT<\94rÇBpâÀÅ\19KãÀÅ\19é\ 35i>\1e\95Ê~\1e@ãz\1fÒ¢\95ë     \fM<çp8\18s²:\18¯ÒF°\ 2\ 3([J\17\9a  ,µ\91\9eÍØúQy \95\89~W®o;ÚèÏ\90\94\90§¡\81\1d\90\1cÑ@\9d@\0Éf\ 5¼quGÿÉ\86\ føtë\13Ol&à\eÞ\97nñ>\r^Nx×\9fúI\83z\ 2\83,,ñ\90\854xÏæ]·x°\ 2\83,\94þÔÍ\ 4\ 6Y\10p>\99ÛK×U8>ùQw'|Ãq²r
+ÖZ麡mKD\1a\8c;]Ýtñù\89ÓÕMW[l\97×ö\86Ç8tuÓðù     ìâäãëW`pqr\13\8e{D,¹y\ 4\11ßWÑ´[ {/æ'y(\1a¨+X\1dâD\ 6?xåæÝÒ\a'²}U\1fdd\9bÒ\a* é\8eºÀç;Î\97b&    8*V¶ÄL\12pì,})\8däô\95\e> q¤ì+\93\9c¨õZ[9Y\18õ£mM\em\ec\84*\8dkÎtL\90Ø       \ 6Îöø\18\aÎö\88\91t8°Ü;\87õ\9a\97v¢ya\80`¼ëÙÿ$b³\ 2¾\11\89ÜþïÇy­\11IiæÚ®ÀÜÌuH\ 3½\99\aa\10¹ª(ÎTP\9cp\15ÅY^+¸§\91 nToºÖ\15q"\7fErÞò\84\ 1\0ñ®\ 3\aùcÖ[\9e«Â$Y¢\97\85é¼å\19   Ó¨\7fD{
+æþ\11\ 4\rÞ÷\8fhNÁÞ?b¸\82¡V\1e±òP+\8f\85Iy(­t \7f>¤ù\9aÀ\13E²e\82\ 3çF\13`?Q&x^\13\95¥\85f=\81¥Oy1®í\ 4\ 6Óv0R»\ 5¾Oy¹é\1aÒ`Ô)½Ù\ 2_u/\8dÎ\9b       ìOµµD4?ÕÖ®ÀРê¨&zÚÈ÷\96éý£\81n\rïYy~ÄN\1aÝüJpÌ\1dM>m!ÒïÔ»Ò{±\9e \7f§\1e¡ÂÛ\13\83qe|útõîP\12ÈÒá\ fS|Á\89Í\ 2\88V,e|y"¬\19OÜNÈxH\0`TÚl¨B\80õxü¢\1eï<`¢¶2±,`\vh\82>?sén;\8f\ 5Ái&HÀ7ÀG\90ß÷êI\10        'µ\8c÷\13EB\8d\87rm&ÉCí\ 4e\ 1\ 1Q t\9ad{\ 4¼\81\80\7fæ^ý~\¨ï÷ª°\8c/Ï!7'Øcp\9a\14û\19MÐK±J\80y& Ðn ¤E.¯\13\rqO\r<YxõhýD°ZÖ¿¢õ÷\1c¨î\7fsÔþµï\87\89\95\0,\81\9e\91ÀЭ¿\14\8d8D?ǼsP\16àf\8a\83Õ\ 5xr\ 1\1a\a\a\ fO\90ß\80ß\10\ 5\81\9c@y\92lt\ 2ê÷#\1cO\15_e\8a\ 4\1a\ 2ò'\0\r9d\81\96\ 2e\ 53\94Aâz·P`æ\fiïÊ\94ñ\vR¢®o\aÖOà¦\12e' \85\82H=Ä\8d\93\ 2M\8dÅ\89Sc\9a\85\f¡ô\8d\19q¡æLå\18\9dq¦4)\8e\1e}¿\97b\8d\89£GRd`â\bÕ@ÏÄ\9a!\88X\r\10\86 ¸2Ûq\ 5±~~ Â}\8eëþåÛ/ßüÚ}¸\8foÿ¸{tyøG\1e\þóíO9ØðÛG®\94Ùÿæ\ f\1fÿôï\7fùøñ\87ï¾ÿó?¾ÿåÇo~õë\8f¿þý/\7føßï¾ÿÃÇ\7fþßÇo~÷õ\87\1f\7füøý?}÷û_|üúññ»\1f¾ÿ¯ïÿþõã\9f?þôõë_\7fùÍ7?ÿüóãë\9f~øÇãÏß\7fýæ÷n\99ÿø÷ÿøóÿ|ó×\7fäq\8f?}ýéÇ_||ûß_þõÛ}uÿ\ f
+\8cøB
+endstream
+endobj
+245 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 785 0 R
+/Name /Im236
+/Width 26
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-Ê»\r\830\14\85áß²\14wЦ\88Ä
+\94)"±\12\ 3\8evGa\ 4J\8aÈ7G\98â+Î\830J\1c\fùäIc¦ò\95ÆbÑy0]6ù(ÓYW\81M\9aü \1d\90w(º\14Í£ê\97¼eÅÙñäx¶d\85d\ f²\8d\116É"5\82¸ý\ 16\16
+endstream
+endobj
+246 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 786 0 R
+/Name /Im237
+/Width 38
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\a\86ÿÿÿÿc`þÁPß\0\1f\0        ö\ f0\82ù\a\9cø\83\97\80«Cè\ 5\e\ 54\14l<È" \97\81êÄÿÿ\ f \ 4\0ôªG¤
+endstream
+endobj
+247 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 787 0 R
+/Name /Im238
+/Width 32
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81á?\10ó\93\83\ fþcà?þ¿\81ÿ\1eû\ 3þ\ fÌ\1fø\1f\0\8aÿ\81â:(®'\80ë\900D/È\9c\r@ódø\1fð±ÿoàaüÃ\0\0þ\b7A
+endstream
+endobj
+248 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 788 0 R
+/Name /Im239
+/Width 30
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþßÀÀÿÿ\ 1\83\ f\ 6û\86?@\\aÅö\fò\fö\f\fèØþ?\ 3ã?{\ 6þ\a@y \1a\10¬\aâ\7f\10Ì\83Àñ<õ\fóyì\9bå\7fÈÿãÿÀü\83ý\0\0\ e\ 3\1e<
+endstream
+endobj
+249 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 789 0 R
+/Name /Im240
+/Width 45
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=Ä»\r\850\fFa#$Ü\p\9b.+¤¼\15¬Â\b\f\80PFó(\19\v\ 4ü\16\ f\1d\9dï´Ó"vEE\9b\85µ%X^ÛÊ¥\83R¡õu ÆzûÁ\0i\ f\16Ü\1d\1e\13miKpq§y\9cÝÉÕX\88¢F}\95\93\182z¼\0¾r1¢
+endstream
+endobj
+250 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 790 0 R
+/Name /Im241
+/Width 27
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 1þ\ 6ö\ 3ì\r\8c\0Â\ eP\9c\0Ä
+\b¬\0Â\f\b\9c\0Ä\ f\18Øÿ?\80Ð`¾\ 2\1a\88ù\ f00üÿÇÀ\0\0\995\1fr
+endstream
+endobj
+251 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 791 0 R
+/Name /Im242
+/Width 22
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«³cø÷¿¡þÿ\ 3þ\83\1fø\e
\19,ø@H\ 6\13\ 1¥ø\19\e\1f|Àÿÿ\0ßÿ\ 6>;\ 6>\ 6ì¨þ\0Ãÿ\a \12\0Âî\16{
+endstream
+endobj
+252 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 792 0 R
+/Name /Im243
+/Width 19
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀþ\87Aþ?\83\1d\7f\83\r{C\ 5ó\81\ 2Æ\ 3\ f\18\1e ¡\ f\8c\ f\80â@Y \1a J z .Æ\ f\f\0K\95\1an
+endstream
+endobj
+253 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 793 0 R
+/Name /Im244
+/Width 18
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÝ ÿ¿¡þ\7fC\ 5\ 3f(ª``¨?À ÿ\87\81ý\1f\ 3\83}\ 3\ 3{C\ 2ã\81\a\81ùÀ\1fö\86ÿÿ\19Þÿcxü\83\ 1\0r\15\1cÃ
+endstream
+endobj
+254 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 794 0 R
+/Name /Im245
+/Width 23
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\90c`øÃÀ \ 3C\16\0      =`¨xÀxä\ 1\ 3\ 3|\8c\ad\18\ fØ0\1e°`n¨\80¡\ fì\f0Äñ\81\0\88ä\ 4\fÔ\14$\8e)ð3\1f\0\0&G\18Q
+endstream
+endobj
+255 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 795 0 R
+/Name /Im246
+/Width 8
+/Height 17
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccãçç\93\93\93±±°0((HxpÀ\ 1\0\19>\ 4\87
+endstream
+endobj
+256 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 796 0 R
+/Name /Im247
+/Width 29
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``\90```¨```|ÀÀÀÞÀÀ \aá2\ 3¹ü@®\r\90û\ 1È=\0ä2À¹`\fb\83Ä@r\b\81\ 6\88^\90\19`³@f2Â\ 4$\0(\11\ eU
+endstream
+endobj
+257 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 797 0 R
+/Name /Im248
+/Width 20
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93cx ÌøÀ¹ñ\83\87æ\86\82æ\ 6\83v\ 6\ 3v\ 6\ 5>\18\92ap\0£\ 6\10bd\0!&\ 6\1e\16\ 6\ 6æ\a\f\0\1f/\fÑ
+endstream
+endobj
+258 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 798 0 R
+/Name /Im249
+/Width 13
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc°`¨`øÀø\80ù\0{\ 3?\ 3\1f\83\f\10Z\0a\ 1\18\ 2!2 5 µ|\fü\fì\rÌ\a\18\1f\0\9ad\ 1\0\14\89
+endstream
+endobj
+259 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 799 0 R
+/Name /Im250
+/Width 22
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ÿÀ`ÿ\87¡þ\1fC\ 5?\83\ 1;\ 3\ 3s\ 3\bÕ7°ÿo\90ÿß`ßÜPÁÜPÀÜð\0\86
\e\eìÿÿ\91ÿû\87ýÃ\1f\0µ`\19K
+endstream
+endobj
+260 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 800 0 R
+/Name /Im251
+/Width 19
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«\7fÀðÿ\ 1\ 3\ 6\ 6*¡úÿ\aþÿ\7f\0$\ 1o? ø
+endstream
+endobj
+261 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 801 0 R
+/Name /Im252
+/Width 23
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c`øÇÀPÇÀÀ\87\89ì\18øþ7ðÿ?À\7fð\0\7fÃ\ 3~\86\a|D úÃ\7fþ?ÿ\a$\ 1§d\1cl
+endstream
+endobj
+262 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 802 0 R
+/Name /Im253
+/Width 8
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93°««·\97gçã\93ùó#\ 1\0\18;\ 4E
+endstream
+endobj
+263 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 803 0 R
+/Name /Im254
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c`øÇÀPÇÀÀ\87\89ì\18øþ7ðÿ\7fÀ\7fð\ 3\7fC\ 1?\83\ 5\1f\bÉ`" \14?C\ 5\7fÃ\aþ\83\ føÿ\1f\0êb³c\0\0±\13\12$
+endstream
+endobj
+264 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 804 0 R
+/Name /Im255
+/Width 20
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀþ\9f\81ÿ\7f\83\1cû\ 1\eÆ\ 3\15\f\ f
+\18\1e<`(\0¢ÿÿ?@Ð\ 3\ 6\86\ 20ª`(°a(\90güÀÿÿ\ 1óÿ\ 6\86\7f\f\0\8fø\1cT
+endstream
+endobj
+265 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 805 0 R
+/Name /Im256
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl``Æ@õÿ\1fü\a#L)TT\0G\8c\a\1f\7fÀð¿\81Á\9e\ 1\0\1aä\19Ø
+endstream
+endobj
+266 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 806 0 R
+/Name /Im257
+/Width 13
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK`øÀPÁ`àÇÀÏÀÞÀÜÀx\80ñ\0Ã\ 3 ,\0C\v,\10"\ 3T\ 3RËÜÀÞÀ\ fÔm\ 3\ 3C\ 2\ 3\0Ìx\11Ë
+endstream
+endobj
+267 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 807 0 R
+/Name /Im258
+/Width 31
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ¿ÿ@Ì@\0ü\87ª\ 3\0\86[\ fí
+endstream
+endobj
+268 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 808 0 R
+/Name /Im259
+/Width 21
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨H`<ò\80\99é\ 1\eã\ 1\ 32\8c\al\18\ fX07TÀÐ\av\ 6\18âøÀ'P\0Dr\ 2\ 6j
+\12Ç\14ø\99\ f\0\0\12ã
+endstream
+endobj
+269 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 809 0 R
+/Name /Im260
+/Width 31
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l`` \0ÿÿÿÿ\1f\bSb\ 6\b\ 3\0\18\17
+endstream
+endobj
+270 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 810 0 R
+/Name /Im261
+/Width 18
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>À`ßÀÀ\f\f\bÄ\87\84d\80¨\86\8dA\8e\99Á\86¹Á\ 2\84\ e\0Q\ 1\12zÀÞ\0\f\ fø\18\12d@ÈÀ\80\ 1\ 3\7f\ 3\ 3\0\9aJ\16\ 5
+endstream
+endobj
+271 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 811 0 R
+/Name /Im262
+/Width 17
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨c`nd`ghàch\90ah°`h¨`d(`cøÿ\83á\ 3\ 3\b=@A\r@TÀÌ`À aÁÀ\7f\80\ 1\0úñ\108
+endstream
+endobj
+272 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 812 0 R
+/Name /Im263
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90ÿÏPÿ\9fñ\ 1\ 3s\ 3\ 3\e\ 3\ 3\ f\ 3\83\ 4\ 3\83\ 1\18%ÀÐ\ 1\ f\ 6\106\
+¢R\ 2¬\11¨\1dh\bÐ( \81\fòÿ\ 1\9eÄ\14O
+endstream
+endobj
+273 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 813 0 R
+/Name /Im264
+/Width 33
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 1\ 3\ 3\7f\83\r\ 3\ 3{\ 3\1f\88`o\0\11\a\80\ 43\98x\80\8b8\0S\aÖ\ 1Ö\v2\ 5d\1e{C\ 1\88°\0\112 B\ en<?6¢\ 1\8d\0\1aÉ\7f \ 1d<\90f>Èðÿ\ fã#\ 6 ¨a\0\0H+)/
+endstream
+endobj
+274 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 814 0 R
+/Name /Im265
+/Width 25
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ÿßÀøÿ\7f\ 33\10³7\1f`àc<À Ãð\80Á\ 2\8a\v\90ð\ 3 \1c\1c37\01\ 3C\ 2;\10ó10\18H00H\1400°\1f``\0\0 n\19É
+endstream
+endobj
+275 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 815 0 R
+/Name /Im266
+/Width 32
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\7fÀÀ(ÿ\83\81Ñþ\1f\ 3c\85<\ 3s\ 2{\ 3ó\ 1Æ\al\a\18~È50Ôÿi`\90ÿÑÀÀþ\80\ 1
+؉T\ f\0\x\1aq
+endstream
+endobj
+276 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 816 0 R
+/Name /Im267
+/Width 11
+/Height 8
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccaàc\90g\90f0lH8p ¡A\ 1\0\13Þ\ 3Þ
+endstream
+endobj
+277 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 817 0 R
+/Name /Im268
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`>À|\80±\81\ 1\ eê\ fü?P\7f\80\11\ fü\ f\ 6\0\ fï\17N
+endstream
+endobj
+278 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 818 0 R
+/Name /Im269
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«³gøWßP÷ÿ\0ÿÁ\ 3ü\f\ f\80\88\8f\10ª?þçÿó\7f@\12\0ØK\1a\b
+endstream
+endobj
+279 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 819 0 R
+/Name /Im270
+/Width 19
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl``FBõÿ\ fü\a#fTqTäÀÜð\0\8a\ e\1e`üßÀð\9f\81¡\86\ 1\0\83D\18N
+endstream
+endobj
+280 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 820 0 R
+/Name /Im271
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(``ø\ 1F7@\88ñ\ e\fõ00÷!\10;;
+âÿß\0A|Ì\r2\8c\a ¨\9eýÃ\7fö\1f@\12\0<<\16{
+endstream
+endobj
+281 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 821 0 R
+/Name /Im272
+/Width 17
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80á?\181R\8cþÿo\80 \0\8ey\1dN
+endstream
+endobj
+282 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 822 0 R
+/Name /Im273
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«\93gøWßP÷ÿ\0ÿÁ\aü\f\1fø\19
\18\18,0P\ 1P\8a¿á\ 3P\19ßÿ\ 3\r|r\f|\fXPý\ 1\86ÿ\ f@$\0\16!
+endstream
+endobj
+283 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 823 0 R
+/Name /Im274
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c`øÇÀPÇÀÀ\87\86ì\19øê\eøþ\1fà?x\80\9fá\ 1\10ñ\11BõÇÿü\7fþ\ fH\ 2\0$\1a\1ax
+endstream
+endobj
+284 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 824 0 R
+/Name /Im275
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÀ ÿ\87Áþ\1f\83\r?\83\ 4;\ 3\ 3s\ 3\ 41þoàÿß`ßÜPÁÜð\0   Uð7Øÿÿ!ÿó\aÿ\83\1f\0\17V
+endstream
+endobj
+285 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 825 0 R
+/Name /Im276
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM\8aA\rÀ0\fÄ®ê£$"\85â\18\ e\14@µ«òÚ$¿lÇ\81\84PÚ¤\r\1aêcT\9bEWºàb?\9d¶áù±[Î
+QÊxq\ 1bРÒ
+endstream
+endobj
+286 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 826 0 R
+/Name /Im277
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀþ\87\1f\83\1d?\83\ 5{C\ 13\b=`<\0DÿÿCÑ\ 3\ 6\86\ 2 b<`ÁxÀ\8eý\80üÿ\ 6öÿ\f\8c?\18\0ò`\19\9c
+endstream
+endobj
+287 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 827 0 R
+/Name /Im278
+/Width 12
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc(`øÀx\80¹\81\9d\81\8fA\ 6\b-\80°\0\f\1f`\81\10\19\90\1a\90Z>\ 6v\ 6æ\ 6Æ\ 3\f\1f\18
+\0\9a\10\12#
+endstream
+endobj
+288 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 828 0 R
+/Name /Im279
+/Width 21
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|ø\81ý÷\ fþÿ?ää\f\18,ØQ\10PDN\8e\ f\83ü\ f\ 6É\a\f\12\f $ÿ\9f\81ÿÿ\ 1ûÿ\ f*\18?\140\14<`°\80# ×\8eù\81üÿ\ 3üÿ\e\18ÿ0\0\0ç\18\1d\82
+endstream
+endobj
+289 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 829 0 R
+/Name /Im280
+/Width 7
+/Height 11
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨©«³ã\93\93©ø\90\0\0\16]\ 3ÿ
+endstream
+endobj
+290 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 830 0 R
+/Name /Im281
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c`øÇÀPÇÀÀ\87\86ä\19øê\eøþ\1fà?ø\80\9fá\ 3?C\ 1\1fC\ 5\1f\83\ 5\ 6*\0Jñ7|\0*\ 3*\ 6ja\93c\0\0~/\11Ê
+endstream
+endobj
+291 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 831 0 R
+/Name /Im282
+/Width 11
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c;Àð\80¡\80Á\82A\86\81\8f\81\1d\b\99\e\98\e\18\ f\80 P\ 2\ 3Bd@j@jù\80º,\80º\1f0\1c`\0\0á\0\14S
+endstream
+endobj
+292 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 832 0 R
+/Name /Im283
+/Width 19
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`\7fÀ`ÿ\80¡þ\ 1Ã\a\ 6\86\a\ 4\10ã\ 1\86ú\ 6\86ÿ\f \ 4d\0¹\ 4µ\80\8c­\a[Áþ\0\0\e7!i
+endstream
+endobj
+293 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 833 0 R
+/Name /Im284
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûùðÁïÏ\1fþ\7fÿ`ggaccA\føgg÷¯®\ eH\ 2\0\12`\16±
+endstream
+endobj
+294 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 834 0 R
+/Name /Im285
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ïÿP?ÿC}ÿ\a~v\ 6ö>\ 6æy\f\8cw\18\18\7f00\0Q\ 1\ 3Ã\a\10\ 3(\ 2\14gîc`ggàco\0*þßÿ\ 3H\ 2\0\89Î\15±
+endstream
+endobj
+295 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 835 0 R
+/Name /Im286
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ïÿð¿ÿG}ÿ\a\19Æ\ 3\r\10ÄÎÎ\0\fÌ}PÄx\a\8a\18~\80Q\ 1\ 3\0O\96\10}
+endstream
+endobj
+296 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 836 0 R
+/Name /Im287
+/Width 6
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³¨©©±`\80\ 3\8b\8a\9a\1a\e\19\19\8b\82\a\ e\0\ 5É
+endstream
+endobj
+297 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 837 0 R
+/Name /Im288
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\86ÿÿ\ fÈ0\1f\90a| Ã\0D\ 5¨è\ 1H\9cù\80ü\7f j\90ÿÇ Ã\80\1dýo\80"\0
+\ 5\19\9c
+endstream
+endobj
+298 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 838 0 R
+/Name /Im289
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÇ`ÿ¿¡þÿ\81
\ 3\ 5\8c\a>0>xÀ@\1a\ 2j\ 1j¬a?\04\ 4h\14ÿ?\ 6\0¹a.\95
+endstream
+endobj
+299 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 839 0 R
+/Name /Im290
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5ɱ\r\80 \10\86ÑïBAÉ\b\8eÂ*\8e@iaÁh\7fâ"7\ 2¥\85\98¼îå¡òª\86΢\96äö\83\ 6\a\ 6yB@é$a\82õ¾ã¾\98\ fÓ\93{\ 41¹n>½ß#{
+endstream
+endobj
+300 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 840 0 R
+/Name /Im291
+/Width 20
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÁðÿ\1f\7f\ 6\19þ\ 6\19æ\ 3 Äø@\86\ 1\82>È0\14à@\1f j\80\8a\19Áºø\e\80\86\80\8cúÁ\0\0\e\17
+endstream
+endobj
+301 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 841 0 R
+/Name /Im292
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃ\7f0\92a(@B\f Ä\aEòÿ \b.\ 2UÀ`\81\8cþÿÿ\ 1A\0qe\1aD
+endstream
+endobj
+302 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 842 0 R
+/Name /Im293
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80á?\18É0\90\81\1cd\18\1eÀÑÿÿP\ 4\0\14\0
+endstream
+endobj
+303 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 843 0 R
+/Name /Im294
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿã?\18=(°\80#\86\ 2\ 62\10ó?\ 6öÿ \12\0xI\19k
+endstream
+endobj
+304 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 844 0 R
+/Name /Im295
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90o`°o`\0\92Ì(\88ùq\ 3ÿç\ 6ùß\r\r\15ì\r\ 5Ì ô\0\ 3\81ÄÙ\e*øAÊä\7f\7fàÿü\83ýð\a\0\1e«
+endstream
+endobj
+305 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 845 0 R
+/Name /Im296
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccào`°?ÀPÿ\80áã\ 3Æ\ 3\a\18\ f0@Pýÿ\ 3ÿÁ\b.B\10Õÿ\87"\0\1fE
+endstream
+endobj
+306 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 846 0 R
+/Name /Im297
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ÀÀþ\80\81ÿ\ 3\ 3_\ 1\83\8c\ 5\12*þ!óù\87Ìã\1fü\a\ fð\1fnàonàgn\90gg°og¨îc(<Çðð\1dÃ\83?\f\ fj\18\1eT\14\0QÁ¿\82úÿ\ fì\8f?àg>\0\0\9a\ 6!@
+endstream
+endobj
+307 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 847 0 R
+/Name /Im298
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀÿ\8fAþ?\83\1d\7f\83\ 5sC\ 1ã\ 1 zÀð\0\19}`|\0\14¬`>`ÃÞ\0T\ 6T\fÔÂø\81\ 1\0íÏ\18°
+endstream
+endobj
+308 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 848 0 R
+/Name /Im299
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÌ`ÿ\9f¡þ?C\ 5\ 3v(ª``°\7fÀ ÿ\87\81ñ\1f\ 3\ 3?C\ 2\ 3æ\86\ f\87\9fáÿ?\86÷\7f\18\8e\7f`\0\0\16\91
+endstream
+endobj
+309 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 849 0 R
+/Name /Im300
+/Width 17
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`f``o\0!~ b`\90g`\90\ 3#;\ 6\ 6\e\ 6\86\1a\ 6\86
+0úÁÀð\81\81\11\88\1e00\ 3Ñ\ 1\10b?\80Ð\a×
\a×
\aB    \f\f\0`\b\11.
+endstream
+endobj
+310 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 850 0 R
+/Name /Im301
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ÀÀ\bC\8e\a\19>\1eoøy¾Áþ\1f\83ü\1f\ 6ö\ f \ 4d\0¹@A \14P\ 1#\92z\0ÕC\17«
+endstream
+endobj
+311 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 851 0 R
+/Name /Im302
+/Width 19
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\7fàÿÿ\a@Tÿÿ\0\0B4
+9
+endstream
+endobj
+312 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 852 0 R
+/Name /Im303
+/Width 17
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÀ ÿ\87Áþ\1fC\ 5\ 3æ\86\ f`\94ÀÞÀÀÏÀ`ÇÀPÁÀð\81\81á\ 1\ 3ã\ 1TÔÀ\80\ 6\80\a@\bÈ\0\0¼Â\12j
+endstream
+endobj
+313 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 853 0 R
+/Name /Im304
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏ~à¿ü\83ÿö\1fØ+>°?H`?ÀÀÞ\0F\f8Ñÿ?\fÿÿ\81H\0A\8a\10°
+endstream
+endobj
+314 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 854 0 R
+/Name /Im305
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c\7fð\8fÿA\1dû\ 3>\ 6"\10ã\ 3\aìÿÿ0ÿûÇøã\ f\0¤\7f\17·
+endstream
+endobj
+315 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 855 0 R
+/Name /Im306
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ïÿð¿ÿG}ÿ\a\ 3\r\ e\f@ÄÜ\ eF}\f\8cçÀè\f\ 3\ 3\10Ýa`¨\80¡\ 2\18z\0B\95\ f\18ª\ f0Ô70Ø30È10\0\0µÍ\17J
+endstream
+endobj
+316 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 856 0 R
+/Name /Im307
+/Width 19
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿ\7fàÿÿ\a\10Ä\80\ 4à\82õÿ\ f\0\0\91£\15±
+endstream
+endobj
+317 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 857 0 R
+/Name /Im308
+/Width 19
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cK``øÁÀð\87\81¡\9e\81Á¾\81\81ÿ\ 1\ 3û\a\ 6F ÿ\1f\98/\7f\80\81ý\ 1\b\ 1\19@î?\90\14P\ 1P\19\90W\ fÖ\bÔ\9eÀÀ\0\0Ú0\13ñ
+endstream
+endobj
+318 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 858 0 R
+/Name /Im309
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÇÀþ\9f\81ÿ\7f\83\1c{\83\ 53C\ 1\ 3\b=À@@Á
\ 36\8c\aä\99\eøÿ3°ÿc`üÁ\0\0ýÜ\10è
+endstream
+endobj
+319 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 859 0 R
+/Name /Im310
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿÿ¡\1e\8c
+\18\1f\140\1f(`o`àg`\90c`°a`øÁÀø\81\81ù\0\ 3L¬À\86¡ \82¡àÿÿ\ f\10\ 4\0ß
+\19\1d
+endstream
+endobj
+320 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 860 0 R
+/Name /Im311
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀþ\87\81ÿ\1f\83¼<\83\f;\83\ 5sC\ 5ó\81\ 2F\10zÀð\0\17úÀø\0¢\ 6¨\18¨\ 5¨\11¨\1dh\bÐ(Æ\ f\f\0yb!\ 6
+endstream
+endobj
+321 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 861 0 R
+/Name /Im312
+/Width 19
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`8ÀÀü\80\81ý\ 1\83ü\ 1\ 6û\ 6\86\7f\f\8c\7f\18Ø?0ð?\0ñê\19\18þ\80\11\90\ 1ä\ 2\ 5\81R@\ 5@e >P\vP#P;Ã\ 1\0é£\14\87
+endstream
+endobj
+322 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 862 0 R
+/Name /Im313
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH``ø\80\ 5Õÿ?ðÿÿ\ 3 \ 22°*`H`\0\0Þò\18\19
+endstream
+endobj
+323 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 863 0 R
+/Name /Im314
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃøã\1f3\bY³=@ >\10²ì\ 1£;Pdq\ 3\8c~<°(\0#\ 6t\ 41\a\88\0j:,b
+endstream
+endobj
+324 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 864 0 R
+/Name /Im315
+/Width 13
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\10>` \1fþ\a\9b\0\0z5&\v
+endstream
+endobj
+325 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 865 0 R
+/Name /Im316
+/Width 13
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿã?\102X\90\ fÿ\83M\0\0\9b\b\12[
+endstream
+endobj
+326 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 866 0 R
+/Name /Im317
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«c`øÇÀPÇÀÀ\87\86ì?@\11{\ 3\1f?\ 3\9f\1c\ 3\9f\r\ 3_\ 5\ 3ß\a\ 6þ\1f\fü\7f\18øç0ðó1\80¤Ø\19ø\98\eø\98\ fÔ\1fÿñÿø\ f       \0w*\14L
+endstream
+endobj
+327 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 867 0 R
+/Name /Im318
+/Width 15
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`\ 6\ 6þ\ 6û\86ÿ\r¿\e\9cÁ||°þÏÿ\7fõ\7f\0  l\14=
+endstream
+endobj
+328 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 868 0 R
+/Name /Im319
+/Width 23
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßüï?\18É0\14\90\87ø\18\1eð3>`o>Àü¿\81ñ?\ 3C\r\ 3\0tÿ\18\v
+endstream
+endobj
+329 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 869 0 R
+/Name /Im320
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏþã\7fÿ\8fÿì?,\18\1eÀ\91\fã\ 1\99Â\ 32?Áèæ\ 1Ù»\axï6\80P/\bñ÷\83\10;;\ 3\0\9b\8c\ex
+endstream
+endobj
+330 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 870 0 R
+/Name /Im321
+/Width 19
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«a`øßÀðÿ\0\ 3ã\ 3\ 6\ 6\82¨\80\81Áþ\0\83ü\ 3\10\ 22
+\bk\ 1\1a\v4\1chE\r\ 3\ 3\0\1a\80!S
+endstream
+endobj
+331 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im40 47 0 R /Im104 111 0 R /Im248 257 0 R /Im31 38 0 R /Im100 107 0 R /Im33 40 0 R /Im31 38 0 R /Im102 109 0 R /Im33 40 0 R /Im81 88 0 R /Im37 44 0 R /Im49 56 0 R /Im38 45 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im104 111 0 R /Im36 43 0 R /Im36 43 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im35 42 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im248 257 0 R /Im322 333 0 R /Im113 120 0 R /Im33 40 0 R /Im36 43 0 R /Im43 50 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im102 109 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im99 106 0 R /Im39 46 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im171 178 0 R /Im248 257 0 R /Im322 333 0 R /Im113 120 0 R /Im323 334 0 R /Im324 335 0 R /Im267 276 0 R /Im248 257 0 R /Im260 269 0 R /Im262 271 0 R /Im322 333 0 R /Im113 120 0 R /Im323 334 0 R /Im324 335 0 R /Im114 121 0 R /Im267 276 0 R /Im248 257 0 R /Im325 336 0 R /Im113 120 0 R /Im129 136 0 R /Im326 337 0 R /Im265 274 0 R /Im322 333 0 R /Im325 336 0 R /Im262 271 0 R /Im326 337 0 R /Im265 274 0 R /Im81 88 0 R /Im327 338 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im325 336 0 R /Im262 271 0 R /Im326 337 0 R /Im265 274 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im49 56 0 R /Im140 147 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im162 169 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im125 132 0 R /Im114 121 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im104 111 0 R /Im38 45 0 R /Im45 52 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im328 339 0 R /Im129 136 0 R /Im46 53 0 R /Im31 38 0 R /Im101 108 0 R /Im104 111 0 R /Im36 43 0 R /Im36 43 0 R /Im105 112 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im248 257 0 R /Im322 333 0 R /Im113 120 0 R /Im33 40 0 R /Im36 43 0 R /Im43 50 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im99 106 0 R /Im39 46 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im104 111 0 R /Im34 41 0 R /Im101 108 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im329 340 0 R /Im31 38 0 R /Im104 111 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im31 38 0 R /Im104 111 0 R /Im114 121 0 R /Im267 276 0 R /Im248 257 0 R /Im325 336 0 R /Im113 120 0 R /Im129 136 0 R /Im326 337 0 R /Im265 274 0 R /Im322 333 0 R /Im328 339 0 R /Im330 341 0 R /Im331 342 0 R /Im114 121 0 R /Im329 340 0 R /Im129 136 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im31 38 0 R /Im100 107 0 R /Im35 42 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im101 108 0 R /Im248 257 0 R /Im246 255 0 R /Im322 333 0 R /Im114 121 0 R /Im328 339 0 R /Im330 341 0 R /Im331 342 0 R /Im114 121 0 R /Im329 340 0 R /Im129 136 0 R /Im81 88 0 R /Im265 274 0 R /Im260 269 0 R /Im113 120 0 R /Im325 336 0 R /Im261 270 0 R /Im129 136 0 R /Im326 337 0 R /Im259 268 0 R /Im81 88 0 R /Im157 164 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im38 45 0 R /Im100 107 0 R /Im36 43 0 R /Im49 56 0 R /Im46 53 0 R /Im31 38 0 R /Im101 108 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im100 107 0 R /Im33 40 0 R /Im105 112 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im248 257 0 R /Im332 343 0 R /Im112 119 0 R /Im33 40 0 R /Im36 43 0 R /Im43 50 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im99 106 0 R /Im39 46 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im104 111 0 R /Im34 41 0 R /Im101 108 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im329 340 0 R /Im31 38 0 R /Im104 111 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im31 38 0 R /Im104 111 0 R /Im248 257 0 R /Im246 255 0 R /Im332 343 0 R /Im114 121 0 R /Im325 336 0 R /Im328 339 0 R /Im330 341 0 R /Im331 342 0 R /Im114 121 0 R /Im329 340 0 R /Im129 136 0 R /Im81 88 0 R /Im265 274 0 R /Im260 269 0 R /Im112 119 0 R /Im325 336 0 R /Im261 270 0 R /Im129 136 0 R /Im326 337 0 R /Im259 268 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im38 45 0 R /Im100 107 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im104 111 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im248 257 0 R /Im246 255 0 R /Im31 38 0 R /Im100 107 0 R /Im102 109 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im36 43 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im34 41 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im100 107 0 R /Im45 52 0 R /Im112 119 0 R /Im46 53 0 R /Im113 120 0 R /Im46 53 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im45 52 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im259 268 0 R /Im46 53 0 R /Im261 270 0 R /Im46 53 0 R /Im265 274 0 R /Im46 53 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im329 340 0 R /Im44 51 0 R /Im49 56 0 R /Im34 41 0 R /Im100 107 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im36 43 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im44 51 0 R /Im100 107 0 R /Im35 42 0 R /Im39 46 0 R /Im103 110 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im31 38 0 R /Im48 55 0 R /Im48 55 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im43 50 0 R /Im100 107 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im36 43 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im100 107 0 R /Im33 40 0 R /Im105 112 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im170 177 0 R /Im81 88 0 R /Im333 344 0 R /Im43 50 0 R /Im35 42 0 R /Im100 107 0 R /Im34 41 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im102 109 0 R /Im33 40 0 R /Im101 108 0 R /Im245 254 0 R /Im114 121 0 R /Im258 267 0 R /Im334 345 0 R /Im129 136 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im106 113 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im100 107 0 R /Im104 111 0 R /Im34 41 0 R /Im172 179 0 R /Im35 42 0 R /Im39 46 0 R /Im140 147 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im43 50 0 R /Im105 112 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im104 111 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im246 255 0 R /Im114 121 0 R /Im258 267 0 R /Im334 345 0 R /Im335 346 0 R /Im129 136 0 R /Im101 108 0 R /Im43 50 0 R /Im35 42 0 R /Im32 39 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im248 257 0 R /Im332 343 0 R /Im250 259 0 R /Im251 260 0 R /Im242 251 0 R /Im252 261 0 R /Im250 259 0 R /Im39 46 0 R /Im248 257 0 R /Im322 333 0 R /Im254 263 0 R /Im255 264 0 R /Im256 265 0 R /Im250 259 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im99 106 0 R /Im39 46 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im104 111 0 R /Im34 41 0 R /Im101 108 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im329 340 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im99 106 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im44 51 0 R /Im38 45 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im39 46 0 R /Im35 42 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im81 88 0 R /Im336 347 0 R /Im94 101 0 R /Im337 348 0 R /Im13 20 0 R /Im15 22 0 R /Im13 20 0 R /Im28 35 0 R /Im29 36 0 R /Im16 23 0 R /Im10 17 0 R /Im239 248 0 R /Im15 22 0 R /Im16 23 0 R /Im22 29 0 R /Im10 17 0 R /Im22 29 0 R /Im23 30 0 R /Im15 22 0 R /Im24 31 0 R /Im13 20 0 R /Im338 349 0 R /Im239 248 0 R /Im28 35 0 R /Im239 248 0 R /Im29 36 0 R /Im13 20 0 R /Im15 22 0 R /Im13 20 0 R /Im28 35 0 R /Im21 28 0 R /Im131 138 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im31 38 0 R /Im100 107 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im322 333 0 R /Im245 254 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im44 51 0 R /Im39 46 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im140 147 0 R /Im104 111 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im35 42 0 R /Im105 112 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im31 38 0 R /Im100 107 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im325 336 0 R /Im114 121 0 R /Im245 254 0 R /Im325 336 0 R /Im245 254 0 R /Im246 255 0 R /Im129 136 0 R /Im81 88 0 R /Im173 180 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im48 55 0 R /Im34 41 0 R /Im108 115 0 R /Im31 38 0 R /Im48 55 0 R /Im38 45 0 R /Im48 55 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im45 52 0 R /Im101 108 0 R /Im102 109 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im260 269 0 R /Im114 121 0 R /Im245 254 0 R /Im325 336 0 R /Im245 254 0 R /Im246 255 0 R /Im129 136 0 R /Im31 38 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im31 38 0 R /Im100 107 0 R /Im38 45 0 R /Im100 107 0 R /Im35 42 0 R /Im43 50 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im31 38 0 R /Im45 52 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im45 52 0 R /Im35 42 0 R /Im35 42 0 R /Im43 50 0 R /Im100 107 0 R /Im104 111 0 R /Im39 46 0 R /Im34 41 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im46 53 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im31 38 0 R /Im100 107 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im32 39 0 R /Im48 55 0 R /Im99 106 0 R /Im36 43 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im46 53 0 R /Im101 108 0 R /Im81 88 0 R /Im339 350 0 R /Im33 40 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im102 109 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im104 111 0 R /Im39 46 0 R /Im335 346 0 R /Im340 351 0 R /Im341 352 0 R /Im342 353 0 R /Im340 351 0 R /Im343 354 0 R /Im344 355 0 R /Im345 356 0 R /Im346 357 0 R /Im340 351 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im43 50 0 R /Im100 107 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im102 109 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im44 51 0 R /Im35 42 0 R /Im33 40 0 R /Im34 41 0 R /Im103 110 0 R /Im31 38 0 R /Im38 45 0 R /Im39 46 0 R /Im38 45 0 R /Im99 106 0 R /Im101 108 0 R /Im34 41 0 R /Im100 107 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im43 50 0 R /Im43 50 0 R /Im38 45 0 R /Im35 42 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im347 358 0 R /Im295 304 0 R /Im277 286 0 R /Im296 305 0 R /Im268 277 0 R /Im269 278 0 R /Im277 286 0 R /Im288 297 0 R /Im292 301 0 R /Im348 359 0 R /Im349 360 0 R /Im292 301 0 R /Im350 361 0 R /Im294 303 0 R /Im351 362 0 R /Im293 302 0 R /Im292 301 0 R /Im318 327 0 R /Im81 88 0 R /Im352 363 0 R /Im300 309 0 R /Im301 310 0 R /Im268 277 0 R /Im81 88 0 R /Im277 286 0 R /Im81 88 0 R /Im273 282 0 R /Im309 318 0 R /Im275 284 0 R /Im81 88 0 R /Im311 320 0 R /Im81 88 0 R /Im353 364 0 R /Im354 365 0 R /Im301 310 0 R /Im300 309 0 R /Im347 358 0 R /Im295 304 0 R /Im277 286 0 R /Im296 305 0 R /Im268 277 0 R /Im269 278 0 R /Im277 286 0 R /Im291 300 0 R /Im288 297 0 R /Im355 366 0 R /Im300 309 0 R /Im301 310 0 R /Im295 304 0 R /Im277 286 0 R /Im273 282 0 R /Im270 279 0 R /Im274 283 0 R /Im298 307 0 R /Im296 305 0 R /Im299 308 0 R /Im274 283 0 R /Im275 284 0 R /Im272 281 0 R /Im272 281 0 R /Im298 307 0 R /Im320 329 0 R /Im299 308 0 R /Im277 286 0 R /Im275 284 0 R /Im304 313 0 R /Im309 318 0 R /Im274 283 0 R /Im301 310 0 R /Im300 309 0 R /Im347 358 0 R /Im295 304 0 R /Im277 286 0 R /Im296 305 0 R /Im268 277 0 R /Im269 278 0 R /Im277 286 0 R /Im291 300 0 R /Im356 367 0 R /Im300 309 0 R /Im301 310 0 R /Im309 318 0 R /Im274 283 0 R /Im277 286 0 R /Im309 318 0 R /Im317 326 0 R /Im274 283 0 R /Im277 286 0 R /Im268 277 0 R /Im279 288 0 R /Im274 283 0 R /Im270 279 0 R /Im301 310 0 R /Im300 309 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im271 280 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im276 285 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im278 287 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im274 283 0 R /Im277 286 0 R /Im268 277 0 R /Im279 288 0 R /Im274 283 0 R /Im270 279 0 R /Im280 289 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im275 284 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im280 289 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im282 291 0 R /Im283 292 0 R /Im81 88 0 R /Im81 88 0 R /Im81 88 0 R /Im268 277 0 R /Im296 305 0 R /Im278 287 0 R /Im274 283 0 R /Im277 286 0 R /Im268 277 0 R /Im279 288 0 R /Im274 283 0 R /Im270 279 0 R /Im307 316 0 R /Im307 316 0 R /Im291 300 0 R /Im282 291 0 R /Im283 292 0 R /Im268 277 0 R /Im269 278 0 R /Im270 279 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im286 295 0 R /Im308 317 0 R /Im307 316 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im320 329 0 R /Im268 277 0 R /Im270 279 0 R /Im274 283 0 R /Im273 282 0 R /Im304 313 0 R /Im298 307 0 R /Im281 290 0 R /Im81 88 0 R /Im298 307 0 R /Im296 305 0 R /Im275 284 0 R /Im270 279 0 R /Im272 281 0 R /Im277 286 0 R /Im275 284 0 R /Im299 308 0 R /Im270 279 0 R /Im273 282 0 R /Im303 312 0 R /Im306 315 0 R /Im277 286 0 R /Im299 308 0 R /Im307 316 0 R /Im308 317 0 R /Im309 318 0 R /Im305 314 0 R /Im270 279 0 R /Im298 307 0 R /Im296 305 0 R /Im296 305 0 R /Im301 310 0 R /Im300 309 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im307 316 0 R /Im304 313 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im278 287 0 R /Im278 287 0 R /Im313 322 0 R /Im288 297 0 R /Im292 301 0 R /Im348 359 0 R /Im349 360 0 R /Im292 301 0 R /Im350 361 0 R /Im294 303 0 R /Im351 362 0 R /Im293 302 0 R /Im292 301 0 R /Im301 310 0 R /Im299 308 0 R /Im268 277 0 R /Im279 288 0 R /Im284 293 0 R /Im275 284 0 R /Im313 322 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im302 311 0 R /Im281 290 0 R /Im282 291 0 R /Im300 309 0 R /Im275 284 0 R /Im282 291 0 R /Im287 296 0 R /Im268 277 0 R /Im296 305 0 R /Im278 287 0 R /Im271 280 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im276 285 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im278 287 0 R /Im291 300 0 R /Im288 297 0 R /Im280 289 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im302 311 0 R /Im318 327 0 R /Im280 289 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im282 291 0 R /Im308 317 0 R /Im307 316 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im282 291 0 R /Im304 313 0 R /Im277 286 0 R /Im270 279 0 R /Im305 314 0 R /Im304 313 0 R /Im269 278 0 R /Im281 290 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im287 296 0 R /Im300 309 0 R /Im301 310 0 R /Im286 295 0 R /Im312 321 0 R /Im307 316 0 R /Im275 284 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im320 329 0 R /Im268 277 0 R /Im270 279 0 R /Im274 283 0 R /Im273 282 0 R /Im304 313 0 R /Im298 307 0 R /Im281 290 0 R /Im81 88 0 R /Im298 307 0 R /Im296 305 0 R /Im275 284 0 R /Im270 279 0 R /Im272 281 0 R /Im277 286 0 R /Im275 284 0 R /Im299 308 0 R /Im270 279 0 R /Im273 282 0 R /Im303 312 0 R /Im306 315 0 R /Im277 286 0 R /Im299 308 0 R /Im307 316 0 R /Im308 317 0 R /Im309 318 0 R /Im305 314 0 R /Im270 279 0 R /Im298 307 0 R /Im296 305 0 R /Im296 305 0 R /Im301 310 0 R /Im300 309 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im307 316 0 R /Im304 313 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im278 287 0 R /Im278 287 0 R /Im302 311 0 R /Im288 297 0 R /Im292 301 0 R /Im348 359 0 R /Im349 360 0 R /Im292 301 0 R /Im350 361 0 R /Im294 303 0 R /Im351 362 0 R /Im293 302 0 R /Im292 301 0 R /Im301 310 0 R /Im299 308 0 R /Im268 277 0 R /Im279 288 0 R /Im284 293 0 R /Im275 284 0 R /Im313 322 0 R /Im275 284 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im302 311 0 R /Im281 290 0 R /Im282 291 0 R /Im300 309 0 R /Im275 284 0 R /Im282 291 0 R /Im287 296 0 R /Im268 277 0 R /Im296 305 0 R /Im278 287 0 R /Im271 280 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im276 285 0 R /Im277 286 0 R /Im270 279 0 R /Im275 284 0 R /Im278 287 0 R /Im291 300 0 R /Im288 297 0 R /Im280 289 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im280 289 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im313 322 0 R /Im318 327 0 R /Im282 291 0 R /Im312 321 0 R /Im307 316 0 R /Im281 290 0 R /Im298 307 0 R /Im305 314 0 R /Im269 278 0 R /Im295 304 0 R /Im282 291 0 R /Im304 313 0 R /Im277 286 0 R /Im270 279 0 R /Im305 314 0 R /Im304 313 0 R /Im269 278 0 R /Im275 284 0 R /Im272 281 0 R /Im273 282 0 R /Im274 283 0 R /Im275 284 0 R /Im287 296 0 R /Im321 330 0 R /Im81 88 0 R /Im81 88 0 R /Im81 88 0 R /Im321 330 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im170 177 0 R /Im171 178 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im357 368 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 332 0 R
+>>
+endobj
+332 0 obj
+<<
+/Length 871 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]K¯4¹mÝϯ¸Ëx\91\9eÒ«\1e^\ 6\8e\81l\ 2\e\9e¥7Éx\1c;ñÛ\13\18ù÷)u\89Õ]ÒaëPµùî\87\8b+\95DR|é\88üë7¿üúë7îë\1fßüõ\9bô\98âô5=¦Iþ=~³¸\87\9fã×\92¦Ç¶Ì_ßÿñ\9boÿí\8fûï\7föço~ù6<>¦õ:|}ÄýßeyL¾\1eî¦Ø\8e_'ôù5=ÒT\8f÷q­Çûç×®ßwóôµÍ`ùÁÕÃÃ#ÌèóÛ\ 6>ï¦fûé±ÌhûnZÑ÷\ 3»|ç\12µþ\96{Ëcóy|ù~\\1f!¼6àé\røHm`\97\92j\ 3Ço\p\8fm­Ç¯Í\ 6æÇÖ|ÿI\80è\ 1\aÂÒ®?ù\9a\0q'\89ÛÇ      \ 1ÒK~·þþ\ f\92º\19É\7fhäO\13 7/\9c\ 4©\12°xR\ 2\94\r,H\82b¢%hõ\9c\ 4µ\14(\1cØÐ\ 6ÜDì \88 >Ã\8d\bÆG\82\14ðS@ã\e
+h*Ì;Ïé0M\85z\876ÐêPÿ\98#\\80\87"0óã¡\12iÆ«ë÷H\89µë_\1eó
\a¤CÜÔp@;\ 3>Þ;\ 3>B\ 6ÐgÀ'ò\f¨"8Ã\r\80\ 5`-æçõÐ"\17-æ"O\81\ 5ªqÚ\8cúu"9Po |\7fÅ"Ð\1cbU\ 6Wd\89Cs\ 6Õ3°qg@åà\ 6\r9à f@\98\10\ 1Z\11\8c\8f\0  \18Ü\84öOK`À\8eDó}Í\8e\ 5ïîÙ±\108   ÒÌH\bH\8b\ 33¢R\10{\12À\13Â\12\18âJI *\ 1\89\93\80ö\b\1d\12\1cfhÈ\81'­H\0v$\b     (\fX\91'\ 4\19 ,`\85v\9c\17Á\8d\14Au\aÐ\910ì`gà\1a?X\18§\19ì 6JP3¤Ñ-\9c!Õ\©\88=\ 1Ú\95\8a\ 1zô\fÅ\807@û\82\ 5ð\e\88h\ 1h\ 3+T\ 21ÁCÔ\84\13Z8\eg$à\9e]\9axj{Ò4î§ø\19OÅíá·\97\16kÔØü\88\95\fí\16$/*Ê1¼ú\12\ e\98b\85\aØ\14Ò¦<aSH»ÃÉÁS\bÜY|
+\93\vÔ)ÔôÐ>+§\87´c,)\95\90ÆÜáe\ 3ãyKº\ 6øyú\f®\vú<Íþ­\ 4Ä×áD0UâÑI>\1f>ûâzJ\ 5í\9fwe\9dDs\15ýh\1dä$\9c».\80v%\9dG\f`\1c\89\12\90\87\17\ 5_
+`kt\98¦\ 3]\8chý ¥\82\ 5ÀÅ\15­\1fäÔðùu       }¿u\84Ôï\8b\ eîJ òý\19  @û}=£Ã   ¦ÿÜ\82¾\8fÒ\ 1Ú÷ïé\ fÇ+\10E\0W$\80mN®Í)\16\ 6ná°\81×\ 5\8fÃVøLÊ97f\85ݲ\1c+ȦhÈ
+»µ0aÚ>[áýïëxf~,9)±+Â%\1e\9b\88ok0Ìàð\fDPí\8e¼Èî\8dż      ·Kf:é87ÙY\8d\11>N,#bs\16\8eÌÐZ¶0=\96×\ 43q?!\99\99é¤ÁÛ
\86\93\9a(øy»)
+^2¬ã¢°m7E!Lx\ 6F\14üóG\bÅ1\9dÖÇ\9a^» \85)\84õ\9e0íÞÀè©\9e\9e¼     1\15VÆÇì^Dh,«ÊÊ\90\16\8e\95:\19÷(ÿÉ\88+\19=\880j\81Þ·\9d\1d\860\17Vîk\98ÞXÙØ\87ùB\807:.   ÑqnÈ \1d\89°&îH¨\8cØ#\f\8a\11Ú©\8eoºñã©V©\18w/ñ\16\15£[9*j7g9V?\88ð>A{sÖ\1e\87õ)\{\94\9170ïáÞ\12^\eh\8e\93\1ae\1c¢\9cÇ\8fäÜK¶è:\9cÏw®\87\85®¾N§;Ë\9dS5\9c\90àC\0wgæIûy·ÒC\ 2èÜtR\7fL\0s\98\10Ç\ 4Ð\95\8c\ 4:Ìt\ 1\12\91¾;w!\81\ 5P\97ç\12(\ 4J\86ô@cCãA¾P       tRB\ 4hTñ¦ÞýNèû\8d\ 3\95\r\1d\ 2úÎC®~«ñô½¡\ 4
+½ñº\9f/\ 2\14;wïõø\9dnÏñëóâ5\9fÂ7[h\88\14·\b\bØfzÔ[¯   1\90?\ 1~Bß7d¬ý\848\0B-M\84½CG¨\15a\95\ 2\ 5?Ò·\ 2\98\ 3ÞC3@_\9aÈÕsõ}\ 2~Q\b\9e»\ 4Tïý\ 2\\0\9dò÷\91\13Aõî<!\ 6ZîÎgÄ\ 1>Ú÷3R"\86ta\ e\90À\ 2\1a
+hZÔ/\88\ 3­\16U9¸²\1cTn\9e¡\121ÜûA%\82<¡zýåâtzY\81\97#çZWB½¸,\9eèð\ 6<:C\86\8bË0QG@K¸\86\80\95 \9dqÎq\1dC\0M\89\86\ 4\8f\10­D\ 3ö#\b\10\9f|\9fó\ 3T\ 6Â#lÀ\1e\934`\ fJ²w\ 2Ãc®èw¤ü%\9e¬\ 4 õÆõ¨z?ÃÇ\fásrBeÁvï\fÅéÞ\19\8a\fÉÅ/7^\13áè!\viO(B\1d\84b Í\90zs\vµ\b\7f\88cD\1cä=!¹y\1eõ\84b\82ߧ=¡\b\83\11@@\95\03K\0|\84â\fí8\1d\rÆ\85;B\1a\8c3îgÿ\88\ 4à9°Â3\0Â9eüÆ\85³\9a\1a\8e\e4\ 34\107A\1dd\90\80\ 4£\11^\ 2\92C       \ 5^\ 2\12\fFZ\ 2\1e)ívý\92\11Ë\10\8a\ 1\10¤bF\96#³:ÏÛçܬkn+\ eÓ¶\16+´Lïñ0}q'I­ëúiO¾  ¯Ãa(\84\ fÐ~T\8e\ 3TMÀ_¼\96Ç\10× xà\87ÜÜW\ 4àó\19åæ¾7^]¿\9f¨õk±\9có\98\ 34\ 2Î\85\12\8aT\13ÐVǫ̂õd@Åâ\8b\15»\92\90vÅ]
+`\aÈ\15W6\906V\88µ«ß\15,Àtõ»\96CìF¯~Ïs<\8d\ 1°¼(òA&xÇɱ\8a¥vH\8ey\0\96w\eà\ 1\ fÀÊï\19¨cÐ{\90Ð=\88ú\83\ 4¨\89ø¤JD\9aÈ\92TI\88\85H\ 4´\a\ 5\ eÈ \8f\ 1ò3Rå<\ 6È/È\96ñ\99Ý3)t\1dÏ?ÉY\91&å1@~\83G\88Æ\0ù\r\9a"\1a\ 3t&\95º¦PIIL÷\ 48L´\0c\ 1\f\ e    º\eP\ 2rI,w\ 4Hsf\82_î93! %Ä[²\10Ñ\ 6 7®\88\0V\ 1ô\8b\96\90 \bÐyÑ3+e&\80d¥n:3a&}\81V\89\96    \96å±4þxhýyõ\14­P\vÒ\1eu~ÑpO\b7\8e\azZ
+YrKZÊQ\96\Í      xÖ\f(ë÷Ð\f\10\89Á²þ0êÉHVj¥´\98\9eTB"Ì\vP~\8e@        \90\1aÒæ´ÐÓ\9d½Æ´<l+Îó\13¶5ïÁñ\10l+ÎH\91\1a`[91txäi\10¶ufvz\1e¹NÆ-p©\ 1\1dp´­%;1\8dá=Ò\84ô©\ 1\95\b#\9bÏù\95´|ί´\92p0òL¯ÄÇ|Ò0\ 4".)\98¡\82\98\99¯>1aQ\v\17·\82úI±wK\80\rÊ\16\ f{\92\9e(\vȸ£\83\84±\97aRÊ-ì~Ù±\85w\1e´ ±V\ 6^õ&\9eBt\19ï&¢^µ^D%\ 4\8bòL´\1ao\0\1d\ 1à\18â,«\14\9c¨¥\98Îp\94×\r×ñ¼Isâ\96]ÇÓ&9\83\8eÚõó7=òºÁÎ\80\92¡\11¯¬b\0\9dev\v\94 :Ëì\ 4¸8Ê\80\95c\80ºþ\r\8d7Hpy EH°Vï\ 2r\90/6 NÝE\8dY\8a\r\ 1\ 1¬Cøb\ 3\1e}ßRl \ 4¤\ 3øb\ 3\ 1é\0\81Rï¢ÏA­Þ\ 5<\ 2ô3]\ fu\10¼lÕ@Ch\ 304S8\0µ\10
\95\87\f8\b\9cÊÃ\89}\9fàðÐäQÆ<ï¤p¯      \1a\1eªïBÖ­Xâù³7¥\83\16&Ϲ#\9a?\16
+
+~Ø!ËE#nydûvoºd»\ 3|Ï'Ëè£{NY\bË=§,Ä\12 ì¦9|pÊÔ\a\19É!aF\9e=~%\15Ê#§,\8b\1f_Ié\ f[$_{µ     m\84¤>éXÃI\83\ e¢¾öË$W\82<S?ó¢\94«7P|Ôc´©\9c\87\9d
+\1fc45ßá\90\13-J¹\ 2\ 4çß×7\1f\82\ 3BzÑ%POMɸHƤë\9e*\14\88H\96\1a¡iãïpcBñ\ 5ò\ eëñ\a\16-¦ù<\b\9d\82z\1a\f\ 6\99FCÊk\86¾\ 5]\90.gK(÷RåÀ\82\1c|CÎlEª\ 4½þÅ \8a¸Ê\11HC(\8a¸!        æ\ 3\1c)\7fÑõm´\b3MÈÁç#Ì\f£a\8eP\17F3\18a\96ò\15s\f\1f¯¾4çVnî.Ãù*@ò0ì2ÜP\91S.߯\9fç«W Õ\e  ru_-\9f/þàÐúy×Þù\0\17À#@$¸\1a\93Øê:\9eG\80\b\8e³·\ 1\15\ 1Rêx]'° @Rñìs\94öò\ 2Ú\ 3ÜzS\92¡@$Ø9Kó`M÷x°Á#Ì\ 3±äöúú}\1e\02M\80\0\ 6\0H©£ÕU\ 2*\0Ä¡\rX\0 \1e\9dc\ 3\0\ 4\9e"\v\0\16\1a\0 \92bÈþØ\b\0$¢ch\0\80\87\f\0\90\84¾o\0\80ÌH\84\f\0\10Ò
\ 2\84Í }ûïWÈ\7fÚ\v\92\82\9cÃ\ 2¼¢õ\e\0 ~C\ 2h\0\80L\9c\0©wïSy\Zm\80¿{wÈ\131\0@<²ä\16\0\bV\ 1<\0$@+Â\ 3@"Òâ\ 6\0H$µ¸JA\89åìJT&Ø\8eÜÐE\ 6-\0\90\ 5­À\0\0YÂM!\\1d©Æ\94§a+²C\86·}\ere\f\0\10è\ f\e¢a\87\18`\0\808èÍòÁ¬@Â;ZL\r\19æ\ 1 !r\ 2¤¢/亳ç\rk\89ò\13Â\92ï=G\12å9£B¹Ó\1f0,â\90O\9fsÄ]\ 4É®\91:\b\12\9ciÏo\8b\9e\89Á+\eùL{ÜJ¢|§æP¦ý\84\8fÄë½;\9f\1eMSਨiÓ\9c× µ©¶\ 4'd\9cÆ2íÉ»\93\91#\99vyèê·±DûZà\e~µæÙKv!\82ï\83ÀP¯[S <Á\8f\9d85\15\ 5x1rråãçÁ,{Î0\1c3,cYö3ÅpÝ\ 4\9feÏ9\86'\19/\13\18P4iB|4 h$º¹L\80¢;­kIBãù®%ð \0×LKÒæ\1a\95\a\ 5\97\8fIZ½Æ$Ú\80%Mµr\14T\8b´n\90\82\88       \8dç\1d\e/øøëxÚ±91\18×õÓ\8eÍY¸åÊ@ºö\91\97âQ×õÓµ\8f¼ø%×õÓÑÕ     \81è      \90\8e\81@\f°T\8e\91\9b¢\8e\ 4éOlÐ\ 2,Ol&J\ 2Õ¶7û\11\96\15\ 1ø\14\87¤\18®\eàaD\92\1c\ 1\95\83\eú¾\85\83\eZ\0ÏAéùÑã \1a Oì÷\95\0ÛAw¢Õâj\80íÐ\ 2\fX¾àá\ eh,\NqP;Ð\12½ç+\9bj\ 2ºcB\88÷ìÈYûÅÌCyä\82N±Á\10\ 6ì
\e\1aâ\ fÁ\ 2Õ Ý1!\94\ e\80\95\a¨A\12\8dùÑç§\0U\15â\r\8a\0_ûdBî(¼²T0\arç·ÛâN\v6¥ö      <Ǽ"\8ari8è\fåg:w\8cy\f75ùùNgP\88c\84\ 4 m±´\réÙb½í\bÇ@5Í5Ãñtª8ÒJ@\ 3\9d °\92²De\82\954\ 4:j\83tçô®'\9c\1eUQ\e\13Ú\81\ 1µ1!\87\96\a^%ytßý>\ 6U\8b\ 4ì>Å;ýèý\v ÷2\9eÇ}        hè:\1c\843J5â\84\86Ó5\ 47øu\90\16ÒP\1f\98\17â$Í}]\80¡\8dì\8cÆÓ\90%'åîã\r]d!ýéòeg)áËøö\9aA\8dæ#b\0ÿ$ÂI½\86\f½úp[®~_n»»ß×\1e\ 5­`¼åQ\10G¿n>¨\12\85\91G5H\80ùt\88\83\a\18\95~R 7\eR? ³ª%´¼dÇ/\12Ð:\91z\97\aIè\&@]\1e´\15¸\95Z\81\9a\ fðH\ 6x\ 3t"N\ 6\87eP\ 6\83Î\80©f
+Ôâ|\1fax\bQ\1fa¬Dý\8c\bÀã>ý\82\94\88!¥¸pJDE]­H\80,Õ¬%'Ûç B\ 1¹\1f\19\14á³j\8a\99\ 2\93Þ\ 6ô\8c\f²£\ 6=\1aÄ\8b»L\0¯6°\16    ¥«DO\8b¨Ï0\82G\vh/\88Ô\ 5\84\85T¤¯\91\17
+D$\ 3°¯\86²\80äoéѳîɨ\10Î\9c)S!\17Ð\16\85\ 2zYË\83¨ËþÁ5­\8eù\80\86\80\88\rë\ 2,!\8fü\8aÓJ1@\8d%\1d\1aohe|V-éxÓÚÝÈYL÷J@p7¢U\1dá¼Qý\r\r\17LéMT¡7oh¢\1aÑx>\1d\95\90\1di¿¯gCà÷ù7Dó¨\0\16þACn)Å+OÜ;\ 2¨n`\85'\98G]­P\80ùÖF\9b8Óïãùûõ3\97R\11\90¾_O7ãéDÆÓ½\16²Ã~\80dc¦Ï-tÕ'<\v\1aNkе$´§N\ 3\0ËÅÞ4Ö\84Y
+,L\9f{0k\99¬\r\90Ér\13Ú¾á\ 5\8b\94Q\9e:M°{\1d\ 5ð\152\1cd?\1f\8c\8bý»\8e74\96âÖ¯öU
+pý\8dýTÇGn¼\9eÍ\99)ùÕ³1\1e\b\90¥D\v<?\86
+)èû\ 6\ 1\86êÃp\1ds6\86ê\10P}\7f´¢\ 5\18\1aS\95ê\9di[;¨]\ 5\#qdçûz\85\16x\0\fà¢\8db ^\807Q\ 2¨\17àu\9c\ 1ÐÛ2!\ 2Z2\ 1r#ØQaz2)±\vP\92I\11)qK2        -\0\1d\ 1­­\13\1cOëP\ fu\b\1f\83H2éz\84ø\18ä\ 4\a\8d\1e\87\ f\9d\bÞ\ 6\ 4ú\bk©(H\7f>\15å\10ý\f'èì
+5h\ 4ήP£^Ì\89\r\1a´bçó§A/&`/Âðü      r\90\7f\80\96ÊÛ\9f\8a\80<\afD\0\134\bú1\ 6h\10gÆwM\85)\90Ý\80\96\ 2ÌË\8fcÊ 5\96ª     (Wþ9\ 1Ô\ 2®=\ 5¨9Û\91\v+5+«     ÀÅÔÔ\9c\82u}+)\93\8bÓ¼°=­"DÁPÞB\ 6\a!\1a4\15]Z1:^³\9cà j\ 2Z\15F\ f½1Â\1d\16p\ e\12#7ñ­\8d\ 2\8eèxxP¼§Ì#V\ 5<<&EÎ\9fR\13B  z#\86ÞL0¢³\17¥\19\82\1cZCU\8f¸B\ eòï\10\90\ 4Ð\10\1e':¨Ú\0-Bgs¦Á\98:9Î\1fì\16\85é|¿½ß>kÿf\ 6¦Üªïu+ÓÖ\8c\8d\17wò2\9e\11à\ 3"Y\ 2Ê´\8bA§*\93\82\ f\82\9f\a\1aHÉHE4\9cNh\17\80i5\9cè\10zlÞ\95\v\91ëx·\80×:Ê{'w¼\7f¼NÀU\15{&$|\ 4\v\b¶¢0-\ 5ø|f~°Õ.À\82\ fJ\14\aT|LyðUq\0é/\85\03\9aÀ\90\92\99Ñ\ 6,ï¥\16(Â<\ 5\vÀ§GA5§U®\14F\15\80¼÷\1aÐ\0\ 6\8a\0\ fO)\18?\82\ 3ZR\ 6\89\80g\9e|\95§\97ÞOå\18ûÞ;èújÜ?\9dÑ\f\11ÊÎhZ÷¿xAå\13È
\1eýqU#i\99\9a\88|?\ 2\1f§²\ 4ÿùù¨\9a\19\8aH\15ðÍ~%13ªË¥0Mï  \80@Úeç°°\96#* 8`>ð$\81Ê>\1aÌ\87Ôe:Ì\87ÔEú»+(Et@á¡=µ4\8c\9e\12%Cje\16\a\95!\8dV\96äNÏ\1dQ×ïïY\93à\91\b\198\18\ 2g\rô\96á3eÏÕñ\11\0QIá´&#¯_Ã\fý\19>»¸ ñ\86Ò<\vò\b-ea\90\0òñ\ØnúC\ 1\1ea>¹\96Ó*H\8bÒ\85\v\14\ 5Õf½\1eqÐ-tÓtimÔwIµ~×\L¢\12  ï3.ù~ôãÑ/ûàÀúnÈ\r!uB:ÄP£O\1eMõ]J-©á©C 6Ç\9aÑ!4ÔF\82\81\80Ð%7´\9bÍEi¨S¬ÊpAú\8dª±4q\87P;\ 3Ò°ºïË)\95\12 c
+Iªôb\8a\ eÊ'í?G\94àr´8¼\ e\87:\10\v\91Y}\9e\ e  å\92ý2\9c\7fsSj\8c¦Ý\1fþ\ RCÙxðyKD\ÀÞÕúù7Kn\ 6ä\ 3ñ\9cöpY`6);ô\9f\1f.«µx\8eû\914¯c\ 1aÎË<£±Ý\1f\19
+\b]D\\0\ 1!\8aë\8f     6@ÅÀ`E\84\b©\ 4µW"´\11¥\9e[      ¬$iÉ\9d\85:Ǫ$-H\92\fÙ­\15m\80\7f¸âÖ\15ñ\0\Ó}î\88T\8d§3#Ò\11itÿ\ 2·éí_¯\16\8cU      ý|Ó{¨
\r\8aøJ(á¦.ô\81Ó\85½\86\r\86Ñ       â\8bHä¤\ eÒÅtÍïýã\87&ÍEu>\15)l\15¡de\96¢I/+H\84/URk»5F\13\0\1e¶ª8˵´¬Î\ 6õ\95!Ý9Ã\18äç
+6$\ 4>Ñ4È\r\8d(\1aè\98\15$F­"Uk\91\88?6(FÁc\93N\8bQ.¹\vĨm
+¥ÙS\ 1\9dÔ$¤ë}\86\84Å\b\18\83z\82\ 3\ 5iê       @rK\91\82\99< jM\9f\ 5É¡!0\f\92 ìØ#5=¶"&X\807\eö\8aX×8\8aoÛõ\8d\95ÜÀÄ\9d\83\91;\ eMt\e\1aÏ'g<Rç<þUªîö¾¯Wí\85æ\88®Ü\1d#ú>_¼=çVî\bp\84æÔP¼]êÙ\\ 5Ðð\84\17ÙÆ\99\ emõÜ
+#A*\ 5\ 5\rÅÛ#Ô!\867xX\85ð%\99 OÍ?¢<S3\15\ 1è["©g3 DË\ 4îè¶|\95\8eµW,øº\82\16õÐîà
+yÉõ«_\eàó\8bK±B\97ñ<\ 2xEÃ\rFHÜÁËxþ    \9c8\83×á|\97ÛÒ\ 2¦^>ߧY@/×\ 5ð}\9a%·w\1dO\1f\0W^â\13\eP¢ò\ 2 ®\16@¿c?\93;\19\92\1f¾Än@\1c´$È"'A:èf¡\b J@\9aïI\80\18¡ë\ 1¤£\893­sý>í\85¹\ 5}\9fG\1a¸\ 5\1eA\1e´´B\ 5ÖJ°ú\8cJ0;\17      lÝP\95\ 1bÃ:\fPß!\96\97\9c=\rª·¡\8a\80\0ü;<)éÓÓ\81z\8d\ 1\98\17\b\aæIj4gúw0OZI\1ex\ 2ø&J\ 1\9d\0\9e\81¾à®+\ 2\82ì²6~»'\0P\83\18\ 4`¾g\ 4s\89\ 4êX\1ft\ 2\f\152\80O,®èû\94\r\11¨\ eR\ 1<ðö\84út\b ?Ãâ\8e 
+ÔpÐ\ 6ò@\97ò\12³'\81jkiï\8b\13ð>\1e5¼ð\15ý\8e\84Ôr4¬Há\9a\88h\9c\88ö\8eêøM\ e\83|=~k\14H\866Îõ÷3G×âDUßo\1e¯´h¹¹4¼p`\82¶¨Z\9bÍÚ\1e®@§\9fü»\8e'Ðzåû¥Ävïû-ÿËx\8fÖßö\8d)wYh\82\ 5M\0\9c\10W3pzúU.B
+\82ö=u6®, &4\1edój .ã\13¢ g\92²\85\85âÆuX¨S`F$l)Ð6ÿ);X \ f\16\85\82\v:\ 4-\ 5Õï\97\1e\½ï·2¸\13 çWNèrÅ\ 2\96\ 3§\1fÔá@K\0Y\80\\95_\17Ш\11í\14JiÃÞ)l\17PnwJi´\87To\1dgZ3¤    ±\8fp\ 3LM\922\ 1>\ 5ü\ 2f(\83í\ 2TE\92\8c"Qy°ÞÓħ+1¨\89¥6à¨&\ eÐ\92´\1ch}a\19¿¢ñælÒµ"\10ß    n)\80Ǫ¢\10\9dÑ\14Op´ºf)É\91:\15\95T°PDÃéPÈÉ\15ÿ.ß\9dPH\89EKI\8dÔ©é¥Ö\94)ïïR§¦\9b\9e\rBãyOÜ\ 5D@X\9aRÉF\94¾Úi°(\9b\8bH\80\98Gl2\1e~\9f\7f@$hÏÁ\92\R\94§& ]¢Þá\13ÜNÐÍç\98Ï@\95Ïé\96¥S$\0\1fa\1a-é6DAC\91ðí\9e
+9a>æ"ß\92\ eZÁúÛXL\87        !       65\15\1f\15a\81ù¸{:Ü\a¨\84hÈãé\ 6\r\96i\97
+Ív\ eJÏ®õ´\ 2#\98Q?\93JT%à\f\13pAVÈ\80\19=ß^eYü\84\19Õ'X¹       T¤ÔV .\19\19⢤Dà1\844P
+üÊkæN\81_ýõÓMW(ø{\8a,\ 4V\91i\95m\90\14\1aj\vASl!@\82\eà    \18£AM\1e\ 1TßòsϪ\9e\9fOÁõÓ\ 5\8a¾oy\7f·!KÀ\10ðx¼\13¶¹D\13ËçÇ;úû+Ï\85#*>a\82þ4ß1ÉA
+ÐÎLtÈ\94µÎ\8cþ|k\94\ 3/\88Ò\1dSzB\94\ 6M©Ô\88\1e5¥ñ®\ e\89¤\ eÑ!F\91ò\86U\ 1\90»\99Ao6.\9c/¥b¼V(@|M£\95\v(ÕªL\eÒaà\11µ\8ePbÃ\19|\ 2¤Èsï\ 4¨ã\1dr&ù7Àçã­N\99\ 4\94Ûý¸\r6\1c+òs\1dÏÛÐ\15}\9e÷!
+÷¯Ãù{±ÂûÞ×õ\86Y\1e\12\8f\8f\85˽Lµ\0ú\ 5¿óhÿL\89ø\92\8f*>d\86Ù\8då£ü\86\18À\83SJ>¨Ú\0¨Ï©ÕhFßçcQI\a\r\8b¿ \83zò¯&ä\12Z@\9b\90Ó\8b,Ãïóù¤b?j\ 2\18^}m`\ 2ËûA±\0Ù\95\1a\89\ 5Ï\84Po\826\16\9cÊÍT¹\9dÞ\8fóì^6ÔPÒf:b¹lL>¾`Ô\93:$\15µ=äFêÔ\1eÔ\15ø\9b|<³2=6èTÜ\ 3Â|Í_Q\91\87Êæ÷[\a\eÞ÷\80
+\84Õ!ùú\Sn¦~,`{¯r¹\10MkJfhæì\91\9aÙYÐxKfg\81ú\94OmÑöX\81Z­¬=Ð\9a¡#wÂB\80\r\1a\ 4\9f8\97@\7f»\ 5     H·ü\b\8e[¿úö¬Ü1÷<
+=)\83ÖohûTñtûÀÜ7ë8ÂËXV,Ýôg¥\13ú°\0ÍÜ     Rkò@\15\80*\9e+\ 2°"\83Î7Ð\95¤NM@Ú#\91Wc=\8fD%\0T\ 1\88\0J=\94  2\90\11á  fJÎ\97\88Ú#\9fÞ\92\12\81>=\9f\12        óéÓ\8f¥DpPçD"T¡|J!Áñ|#û\99vi?\97     îë@íÕ\16\94`¾       84ÂT%\87\8b§\15î\84ujZ\12\9eACë3l\85\r\15u8+¦¾Úr¤\1f¥m@ê\14\8fº\ 1     \aææ¬Ìh\9dT\91ÀÁ\8a\8a>\ eÖe+\ 1Y\1c¬HUÞü]\87["ÊIbêi0¢<MHg\ 2\14H\1c­¯\8eò 1WCxma\ 6\95ÒÕ\9a8Ç«¿Ø+\92ªÆå¥\b@\97\8ajT\1c\8a'¶®c\11¥@nÇùxúr\1d6|(ª\13\v\1f:eZõô\8aG\a\89\86»¹ù¸¡ª\ f²¡\89U¸§  ¤\vVO\15ôªòÄn\81?%ÁTà6õ\ 6ø\9aÓP\1dð\907?!\16ò\907)«c'@  i=©Ëu¼\rTæ|\ f¥\82×\19&@@ã\r= Ä\1fì¬_}~Tª\96\13\12¤de\12Ü\0qÏ-Y\9dÈ-@¥`¹èïQPÇÛ Mj\80|­H\82,\95¡
+DÔ\98°t¢ë«Q|Ë\19Ê3þj<}Ë)m¬zë×ÛX¡ñ&¬\rT"|VÁ\8fJPÙ@\10+\10\86ú \85\b­\0ß\8d<rJ\\15 \ 4¿O?à\v  é ¦o\88du\907å\#\81í\ 4»+\98\9f\12\84Ó\90¿sÀ!ä¿\96ØAZÈPí{\83g\90¾+\f§\ eè¶.P6°!\196`e&h\ai_.:N        ©a¹»é\8aEǹbzCv¤\85\r\99±ÀÅe½þS=%¤\8f¿g\ 6¥ÿTÏ\fê\89!\14ÖB;®ÕóÙ8o^Ï\fA_\94?\ 2\v´c|A£\15©1CEª\r\8dçs\9b      úâ¼\19\93j<=3¦ç\85Р  2\1cá\ 4\1d\ 1\1e9]\1e_dÔÖPH,Á\¯Ö®:~ãÆ«-Õ\17°~\83',w\ 3\83\1d\96ß\r}ÞðtD\12C×ñüÓ\91\82ù®ÆóOG\1cü>}9\96\8bù<S2ój¼\1c\13´\ eZ¿¡\81\9f\v\90\7f´\e&Å|®ã\91\ 5R\18\10\0ýõÖJÊ\9fÂÀ\ 4ÇóÉ\94òr£÷}½\96ÏF
+°öv\8bû¾\9aÒ\13\1fôÊ?~ÿâ\83\9a¿/\1dÑ\8b\v8\7fnç¬w¿Bòk\81\17LH\80\r/g\1c:\81\16\94\8dø\80£\16@\8a4w'PÓ9\ 1Ê\10\9fΠ     ¤\rQ'\887\8d\90¼ß\1aµB>Ý3C~¾g\86ü|Ï\fù\853C*ý\16¨\85øt\16­E\94ý\8b\17ÚÝ¿\12\88\96B\12Õ÷\eùQ\11
\85^ÇÓMé\83Ä\81\1d-¦Fò\1eò\8f\19<TbüÃ+è\ 5\98únq\vгQ\88\81(\95¡0 "3ÒbæU\90R\9a\ 6ý0\ 1)!7ÂЪ!Ì\88\ 3­\ 4ëãÑ\ 2Úñj=§¥Ü\r^Æ£zNu-\98\ 3h\99AFÏ{¹å½\9dx0ÀäÄ\11èÚaíÝ\16§\ 2ôñP\ 5Ð6Lúv\r{âÒ\ e\13\97\87_=O\\85\98ø\97\ e\eÊ\ 6æÆ]\8c\11Õ\8bSC#Dg¤óí;F<âP\80\14\ 2\8a\13Ð# \9aMñ\0ÿr
+ZqCûÉ\9c\ 3¹ÅA\1c\fÐí'ã\ 6\1dQú^3M\0¢e\ 33Èè\99\r¬\bHg\ 3ÏlTW\89t@F\ 3"\98µ¸$£ªÂ¸@\82p\97\87eAã\91\12mKcçñ\82,¨ÆS0·<¾to¬ÇÓ]*Ä\8dì¯\1fw\1a9\9f\7fU\13P\r\12\8e        V8\ 1xýY\8bàré\88^O@³Ð\89\19¨& ÚdÈ\ 4¤\10¨OØÄ\17¼N@;³ç\v°niK\ 5^"(¥N\81m5%\92Ð)â/%\B\ 44T¨\97\9eêõ\ 4\86¾_\88\82\8c/#\10%4Þ\ 2\8aÀ\0Qº)\ 2\e:\86¼\1eö¥:kìTwU3*\13\?\r÷=\11\ 2Ëz\85\87øò¸P\8bð\80i/yéÎ\19Ôt\88\ fP\80è¼xîæN\9dA½q\18:\83\96\8c\126e´\ 4&¨D\r\19
\19¥\19~ßPP\b\8dGvP{¶\ 6-1\8foZá\ 1 ]a©êh7"2\1e«P\ 3À
+2\80O(@\15ĸre¼\83\a\80.\90\1d°\1fÂ\97²ñP\85ò)¹Ó\vùÜ#@¯E\84èoÉè\946Ò}\ 6h\19\1dV\83h­à7N\ 5êïÖ\90\11´¼[ã\8e\90\9a\13ÄN\0\81\15\97\8cÒ¨\r)\12 \1ca\1aæ\e\0\1aæ{¦¤:\fPó   \ e\8d7´jòH\ 5\94$\84Р °TrÁ\91\ 4ß\8a>B#Bç$#Ô\ 1¼\e+ÝÊ\86\19\908/Jo\ 4\8fN _ÉF\9a\95õÇ+ù\9c\15    \0\9fÏ\89\7f\ 5ß·Ý\f¤"T\ 1\95 \11\93î\ 5RÉq\81T;þHôçVàO ðá"\81M\9f\84\96\82
+&ð\e\ 1\109
+vK'ðj\82¥Y\81º\ 5I'T+\0v Ö";Íæ#\9fðLÉ\'\98        W¤l!¹#­XM@8ó2ÁÌÒ\0÷N=kÊ\'X©"ãÏ   ä\82¹""\91\99\93        \10\17\ 2cÌÊ\ 4\92\9b®& r£e\ 2IN÷· M0£-0]\84\8f   N¬Jµ\ 2àÒÍ\90\8d¹Pp+\89¡mŬ\11ÑË%Uµ\ 2",\92   ða\ 2ï\90\95-äj\14ÍY\b®m<¢U\84     ËÃ54h/*U\12\94¶#5\rÁ-M{Ið,)³ºó0N¯W\94­_ÝNp\1cO/W¥>>¶×U)S1ýPH~Cb\0\14\92zÙ;%\92\86X\1fåØ\92ÒGê\ 2\1cÇDí\9e ã\1d\ e\8dêÞ\82\96õQw\10\16°\83}_ý\15\94    "<I\v\80})$Ø\8dÂ\1d9>ÃÃê 5\13¨\v\98×{\vX k\90\bßD&Xà\ 4Ä]ÉÁ\83\98È\83¤\1då8{ö(wÜ£i»é\1e]&\18q\8f®\13\f¸GÕ
+ìîÑu\82\ 1÷¨\9aÀî\1eõiÐq\8f*\1a\0AR&\10÷è:\ 1ï_y        \95¯\82\94¨«ë\8bUÚ'¸g\95Üôù0©[Øn\8ar~\12J±Qµ
+SyÌ3-=«Ð\9e\85izËyV+ 2\1eE¥y(Ê\v\91ö\16»\84\14ÊNZZ©\ 6,Êàö\15ËÁî\92#. æª
+\rRäh \9aV±lÕ\ 4ÄY\10Ó\88õ\ 1áâ½L\e9\81ÂF1m=6ª4X\91BÉç\86\1696j§1NÓèi\94   \12ËÆZ©\96  \9cCƵEã¨[p\vØ\ 2tò°(?ý\ 2î8w<\94\9eRíz(}µþÙCÉ\85õoy(×       \ 6<\94j\ 2»\87R¯Àì¡T\13Ø=\94z\ 2³\87BÐà³\87\80\ f\84ä \11váê`<;4Üq0¶ôÎ\ 2&bv0Z"\1a\8esv0\0\eÑqþ\1c÷\12lT&Ø\1d\fr\vø4Ê­j5\81\ 3ÇY¡Að7iP"ç.\r´Ó\98#gò4¶nÞ{\97\98lâ^à\18¿\18<\94ÄÒ@ñ\13KQàz\ 2ú,ÄD\9f\85Ïv¡{\1aU\9dXú7ç[â1\9d¸Û\85'\11çnÔ\86\89è
+ħ\9a\0\8ae\8a\11N@\10±L\90\ e\17§\9e\80È\b\17¨d\9a\v\r:\ 1\87&\89¹\18\19 "ï+»òp¬\9e\80p²®\91k=\ 1°\v\8ai[6HDʼ?å \942\1a\90\83²\82Íq4ð\8f\15\1e¦\\8fl)\13¼\ e\93_\b¬KIÈN7\ fSNìß:LÞÑ\87   Kb~\85JI¢j\9d\ 3>L´]ÈÕæI"b»àË\e²|\1a\87ìB~\86JÒ@áB"¹à\9a²^¾\94«ß\a>\89¸\1fë×\16VZ­çºd÷$±´ó\1d\97ÄÕÝ;ξ\94\17$T\1aVë§\9f8ªÖO?qT­K"jX­g?\91¢\81&H¹:Ù-AÊ~â-AÊ~â-A\92\ 2eÃþ\81$¢ª \f×\3©Òt?q¾w\16ä\8e\850m-\ 6î)\a¹¼\90oLÛJd²\8am\94üAö\99ß&\0\15Nð5\93\vÇ]cÈ\9d<>\3©ã£»9~¡Æ«\8er(áÊîï~<\bÝôÅu\826}¡º'¹\87ÉtLðÑ=Q½LqS¯+àm»\93\9a\80¶íÙM¥\88¨ÙöÓMõó\98mÏn*I\83\8e\9bZM@dâ\ eƺò8-ì\8eÒúêO;\11Úä\98À\97¾tÄ\ 4Ø×?\9dÄJ\12\ 1 \15k\93'úÃ7\92Èk\933\vUM\0ÞVi©¼ãy\¸ö赤ò¦C\ eª       ø°µ<̨&0\84­ó\82VÀ\¼KÄu@\ fª  Ðå\82B\ 39\v×\ 6\89¨x¬2Á\9a8"~Âb¡-\10­\96çg\9fØ\1c²=ý\9b\fhzóoÀYÀ     \94lײJÛ\87\8c¥3sþã\98`µÞ\97J^ü°\vy\ 5ïr@½\93ÌhQW\9e\18å\15ÄôZ\ 1a\99\8aFJs\99`û¬Pz¢\o\81ö°²(\v\17Æ\92\a\v$¢!yP`\85õ\ 4\ 4F[²\ f3X\ 1¸©Ó\93\aG_\80j\ 5\9c\83ñdfy&@Ð@\89{]@ldÂ\95#`\92äA®JݹxÇW}b\17*"¢«>¬\13\0°\91¹p}Á\ 2)QÖ;ÕmO?ó:\ 1¯Õ}Áúww Þð\94Jtõ\ 4\8cWèO\1d\85^èß\15D=r÷P\1d\0ÿâó\15QW\9f¨\ 1W)KNÐ@¹w/WD5\17ø°·`P\ 6\15\eI\1cF\ 5ý\10\10\17\ 2SF¤¬ Dî×\15\84\89Î)ç\e\1eÒ,(\(]B\ 6¸p\98\ eÞ5\8d\9aq\ e¥\14\aa\9c\15\1a¬È4R·\9d
+4\1aðòTIÜ Ba"\9e\17\84ä\96J\8b\13²­\10̤Là FâÑPñt\13;^\9ezQçWÎÏütËõdã<õ|,%\\107ñ:\81!\(é\83ë\ 4\96p¡ÜrU+0\84\vå\96«Þ\ 2!ÊÅÓ--\8dý¾\12cè,^\1e"¢ÁA\91è\7f\98\vÙM¼Å\85ì&Þâ\82<\1eérAKdy?=\13Yy\82\8f\89,}\82ÄM »\89ÂF÷~\9cÛ\96\rj
+¥¼H­O£ÁÏôh\ 2þ!\95/íÉ+9à\1f\84ØhxH\95/©È-(\13\88§z]\81á!Ué¨Z¯\80\7fHµÌGÌU­\80\87S\95~zõ
\87T+b# ¢
\12W÷*Ê\8ceª<Õj\ 5 B\82rEä\12 ¢\ 5ÈSª\9dåÐÇ\98Ô-[ðÈ2ù\95¿g+pëj\ 2&ä¹>\ 3ê*\94Þ%\15aÞ?_RÕ[0_RÕ\13\98\ 6\888\1d\82´
+\11Ã[O¿ÀT\9e,DÜH"j\89ígñPß\18\16\94ØVÜ<çN.\18ݼ\97£I\11\82߸-h)Õ\98ñ\17y\v»zÿ\98Ríåæ³\85\1a»)+\15Sª   \f7e»\0\83¸ônÊô\84&X\81\ 1R&    ÍØÉ`¨\90²\92\9bÏõ§Æ e%7_¯\80\87\94\89«\e»)\10\ 5R&\19Ñj\ 2:üÏp*DDZ¥ùR\85±\9e\80Ç \88«Û£A×ÕíI¢êh\96Ú+õY \9f¤É\8b²j\82ÖSU±Há¸bÉÍ\1e?BHtWwF\92hI\89\ 5\94\ 2KÌ4G´\ 5CÌ´ÀÃÄD®\87m<\93²»nüh\eUW7\17Rki\80\1eÜ+r\90S\1f·ä`C\0ÈÁ\99\94\1d\95\ 3Ác\rËAvuoÉAÆíSr \ 2yrunß(\14æê½$$K\93\ e\1f\ao\vOW7\ eÞ\16\9e®î°\1cÌø0ñr0#\8dd\91\83Åß\94\83e¹)\akdå\0g²B)lXÓ\80\7fUW\1e\ 6\ e[géúHXgÌ\85ìlSlÔ_\16".\0\1a¨+(\ f\ 3\87å \ 6ú,(\\bÛM.D\9a\v\92 JC\18U%àHØ°Ø1\1c¾\13tu1\1c¾\93Céb8ü5ð´c8ö\15¼iå¶\vm\17Ãá;\99\ 5I9\v¾\e½wB\9ej\ 2{ÈãÖ\9b!Oµ\ 2{ÈÓ£\81\1a/\94æ#×    L \90å\88\9d}'\97Ö{\0RoÁ\0\ 2YG\89X@ {ÀA±Q\a\81\ 5\v\b¤\94vª¶`\ 1\81,\88\ 6\ 6\10H:ÀÎ×   \f\11O)ØØÝ\81\ e\ 2\81
\0\ 2Y!\r\90\99\13ÄÞó\8d®>éÕ\11©'0\80@¶Q\95x}æ[s\81\a\81x¤O, \90òÌ\978\8c\1a\bd\ 1[0\81@J\ eæ²\ 2\v\bD0\1c=6ª\\90̸\9d\v\11\fG϶ê \90\ 5Yw\v\b\ 4\9d\ 5\v\bD2ãÕ\ 4ôq\8e¥¥\ eq\9c5\10È|O¥\9d\18\8e\9eJÓ'XØ     4\10\bé&ª·\ 3!r\8ej\ f\ 4â¶ðÙ0õ@ Õ\ 4v\10Èu\82\ 1\10\ 2;\b¤Þ\82\19\ 4\92[ÎÞ\ 2\81Ô40\83@\86¹  \90a.\b\bd\98\v\92\19ïr¡\97\19Ï\13Ü\ 2\81t'PSªAØ8\7fN©ö@ õi4\83@j"\9a\95\1cØA õ\ 4f\10\b±\85Ï \90j\ 5v\10\ 23\b¤^\81\19\ 4R¯À\f\ 2é\12±\a\ 2q\9b¹\ 2æ\15\ 4R¯À\f\ 2©\15\8a\19\ 4\92«8Ü\ 2\81Ô§Ñ\f\ 2©&°\83@*.0 \90\97«K®@«x7!6\1a\9e¼ÏBÄNA]õÉû\ 2Í»áÉ{ñ\95\a¸ (\92\95SëjNvwu)'KG\91ÌÏÜ|e\99,(\92ådã \8a\ 4úH\ 6\14IHÜ\16Ô¤n\9c\9eI]\97«8ÜA\91doí\16\8a¤\9aÀ\8e"yæ%ï Hª\15ØQ$õ\ 4æ\94ª[F\v\13\95\94\ 2sJµ\9eÀ\8c"©'0£Hê   Ì(\92z\ 23\8a¤K\83®¯Ü\93Ä\1e\8a¤>\vf\14I5\81\1d\96N!\92\1e\8a¤^\81\19ERÓÀ\8c"¹N0\80"©U\9a\19ERo\81.\aótuoqa½Ë\85í.\17\9b\Øãô{\\90´p\97\vª\9fXªú¸uúì'j\11K®êã[\1a´X\1e\1d\9e\13ÜB\91ä-\fÝW\9e¾ò\1e;ÝB\91\fK¢ H\86%ñô\95\87%Q|åaI\14_¹'\89=\14  !\a\9fQ$5\rÌ(\92aë,(\12Â:\7fF\91tÙØC\91tiÐC\91\fÈ\81\80@\10\17\fq£ H\86\1dÍ\8c"¹åhÆ\84¸`p4c\82\0CÙÝ}d\e     I,ñB(*m~/\91\15<_¢ª\94Èré^\89¬ññ\v5¾W#Ì\85õ3\ 1æGlüÜ£[u\91c÷¾\0\1féN\9bù\86î©\f.\13\18úm\8b\9fì¦Ïý¶Õ~ÙÁ¡\ 5ÐÝr}iÛP\8d'®*Ëø\b        @¸&\85\0\ 5Ìu\1dïPåÊZ\86Ê\ 2Ò\ 1`©'hX°4\13\14\16Π ­\0]u*\1d\9fK»Ú\8a\ 4t«D_\9aUöHØæäË÷s\7f9ßl m¹Ý\1aåcJ¿Í\88\84\Ïê<A\98Ð\ e\Û/\14\1dägÇÜé(K]OÐÐ`~\e*\13<½;çÏ    \96×9B=wÛsðÜB¾£\ 54\0飺㦸ȠÒ\80î9\1a\ 2\14#¹\93ñ\eZ@{ç¯7\9e\86;@9}e\a\11­\80i\9d^Æ'´\80Ht]-ãg¨K¦F\97¨­ÏË\8bD»6\97\ 5 \ 2D¾õùÂ\11\0\1d£§*Û\ eU¶+\94×!\béM\86ÿå»o¾ý¹ûr_ßývW\88yøWf\7fùÏw\7fÌÎ\8aßöIÓ®@¿ûÍ×?ýû\9f¿þðûï\7føÓß\7føé×/~öó¯¿üíÏ¿ùßï\7føÍ×\7fþß×/~õãïÿð\87¯_ÿÓ÷¿þÉ×Ï\1f_¿úý\ fÿõÃß~üúç¯ßýøã_~úí·ÿøÇ?\1e?þî÷\7f\7füé\87\1f¿ýµ[æßþí?þô?ßþåïyÜãw?þñ\ f?ùúî¿¿ù×ïöÕý?\8d\12dG
+endstream
+endobj
+333 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 872 0 R
+/Name /Im322
+/Width 30
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c;ÀÀÀð\ 1\88m\80\98\1f\88\99\ f \v4\0\ 5\1e\0\19\15@,\aÄì@\ 1F\98\80\f\84\ 6ñAâr\10.H=H\9f\rÄ\1c\90yüPã
+\80\18d<!Pÿÿÿ\8fÿÿÿÿ\ 1\0\18T\16¯
+endstream
+endobj
+334 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 873 0 R
+/Name /Im323
+/Width 43
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`8À\0\ 4\8c\r\b\92\99\ 1\81I\1e0)\ 1&íÿÿÿÿ\80á?\88d\ 4ke\a\vÛ\81É\1f\ 6LòC\8c\ 1\e    ±\84¡\1e¬\17b\82\ 4\92ÉlH6BHd÷\805\ 3\0\18á
+endstream
+endobj
+335 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 874 0 R
+/Name /Im324
+/Width 43
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``H`\0\ 1\ 3$R\ 2\89ä\ 1\93l`\92\99\81á?\104\80É\a\ 20)\ 3\eÀ\8aÀ\12ì`¶\1c\ 2L&\80u\1d\80\9a\01\rn2\ f\86½Èî\ 1º\10\0ë;\17Ö
+endstream
+endobj
+336 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 875 0 R
+/Name /Im325
+/Width 30
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\9fÿ@\f\0\aó
+endstream
+endobj
+337 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 876 0 R
+/Name /Im326
+/Width 17
+/Height 49
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`h``\ 4#f\ 6(b\83!\1e\18\92\80!\ 3\18J\80¡\ 3PÄØ\80@\94\99Ä\0\0\fu
+endstream
+endobj
+338 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 877 0 R
+/Name /Im327
+/Width 20
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþ ÀÃ\93 Á\94`Àø \80áA\ 2\ 3(R\80 \ f\f\f@TÁÀPÏÀ`ÿ\81\1f\ 3ÿ\7f\ 6æÿ\r\fö\a\18Ø\1f00>\0Ë\ 3QA\ 3\12\90p\0\81\ f\f\aN06\1ccghüÃ\0\0Q\87$T
+endstream
+endobj
+339 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 878 0 R
+/Name /Im328
+/Width 28
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÿ\87\81\81\81\81\9f\ 1\15Û\1f``|_ÁÀÞ/ÇÀÇÏΠÇÏÞ`ÃÏ| \86\9fùA\ 5\83\1fü\8c\1f°a\90\1cH\rH-H\ fH/È\f\90Y 31ì\ 1ÚÍ\ft\ 3\0Þz!1
+endstream
+endobj
+340 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 879 0 R
+/Name /Im329
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc>ð\81%Y\86¥\84\8f£\82\8f£\80\1d\8cø\19\1e \10ã\ 19\18²an°\0¡\ 3\ 5Ì\a\1e°+6°Ë1°3\80\10\1f\12\92\81¡ÿ\r\f\0\13X
+endstream
+endobj
+341 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 880 0 R
+/Name /Im330
+/Width 20
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÃÿÿ\1f\0\14¦\ 5Ý
+endstream
+endobj
+342 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 881 0 R
+/Name /Im331
+/Width 11
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cccàcø\aÄ\84àÿ\a\0>\80\ 3à
+endstream
+endobj
+343 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 882 0 R
+/Name /Im332
+/Width 30
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc``àa``°\ 1â\ f\f\fÌ\a\18\18ø\11\v W\1eȬ```|\0ä600ÈA¸\f\ f 4\88\ f\12g\84      \80Ô\83ô\81ô\83Í\ 1\99Ç\8c,\0²\ f/¨ÿÿÿÇÿÿÿÿ\0\0\82i\15s
+endstream
+endobj
+344 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 883 0 R
+/Name /Im333
+/Width 32
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-Í1\rÀ \10\ 5ÐO ¹­8\0\84\90\84\8e\f\1d\90R)H9 \8clô'0¼ùÍ*S\1a\ 6=\87"¹¾\15z)S H\9e¤.¶%gtA§A\852]\14Èoò9X]Ì\ 6=\81;Òäû\ 3ö\95\e\8d
+endstream
+endobj
+345 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 884 0 R
+/Name /Im334
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÇðÿ?Cýÿ\ 6\19ö\ 32\8c\ fd\18>È0\14È0TÈ0X\80\91\8d\f\83\f\ ed\ 3SS\ 1Öò\ 1¤\9dý@ýÿ\ 3 \ 3ÿ1\0\0\v¯\17\v
+endstream
+endobj
+346 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 885 0 R
+/Name /Im335
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\86ÿÿ\ fÈ0?\90aø ÃP ÃP!Ã`\81\84\82\1f\80
+äÿ\1f\90ÿß ÿ\8fA\86\ 1'úß\0E\0\18ò
+endstream
+endobj
+347 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 886 0 R
+/Name /Im336
+/Width 26
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cEα\r\80 \14EÑKeé\ 2&®aad1\83\7f4Gq\ 4J\v\ 2>\ 4cÈi^~n \18C\89\8c.1\11Ø8úóöñ¢ÝÐÚdIàn\18.PãåbÛÕiwÞº³Z%HùY\95u»Ë¢î¬fýOí=\ 3N-s
+endstream
+endobj
+348 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 887 0 R
+/Name /Im337
+/Width 44
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ f\ 6\86ÿ@ÀÀÀü\83Áþ\ 1\88dÿ\0"\19\7f\80H\86?`²\ eLÚCÈ\ 6\10)\ f!\ f Hþ\a\ f\14\90\18¦!Û\b!!î\81¸­\1e\ 3»ÿ\ fÂ/ò\ fÀ~l\0\91@y\0Ð\98U\18
+endstream
+endobj
+349 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 888 0 R
+/Name /Im338
+/Width 32
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7fð\1fÃÿãÿ\eøïñ?àÿÀü\81ÿ\ 1ã\ fþ\ 3\8c\7fø\ f0\80ð?(®'\80ë\90Ôþ\ 1ë\a\99ó\81ý\ 3ÿ\1d ¹ ó\ fþa\0Ê\11\85ÿÿ\81`\0jD;¾
+endstream
+endobj
+350 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 889 0 R
+/Name /Im339
+/Width 28
+/Height 36
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Í!\12\80 \10\87ÎHs\88\ 6Çá\bD\ 2\81#\11      \ 6\8eæQö\bD£ëH6|igÿ\87\15\ 2²\ 4s\9927º\85¾B9Ô\ e!\r'¸:ÜÀ\9fúqïO\1atËë¦×í¬\8d¬­¦M\90     ¢^­ð\0¡ó\18Ë
+endstream
+endobj
+351 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 890 0 R
+/Name /Im340
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÇ\7f0\92a°@B\f\aEòÿ \b.\82Pà\83\8cþÿÿ\ 3A\0\8aH\194
+endstream
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 891 0 R
+/Name /Im341
+/Width 24
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87áÿ\7f j\90a? Ãø@\86á\83\fC\ 1\12ú\0\12d? ÿ¿Aþ?\83<TÙ\ 1\19\86\a¨è\91\fÃs\búßP\aF\16\02Ù#>
+endstream
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 892 0 R
+/Name /Im342
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨±`üoÁþÿ\a\7fó\ f9\86\1f2\f\15\16 dQ\0E\f\ f\ 2\10\ 2©±\0#\19\86\ 29\86\ füÍ\ fØÿ\1f`üßÀPÃ\0\0Æj\1am
+endstream
+endobj
+354 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 893 0 R
+/Name /Im343
+/Width 23
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇüï?\18É6\14\80Ð\81\ 2\19\bz\0F   \ 52\ 5`dP c\ 1F\12\ 522`ÄS Ã\aFl`Ä^ Ã\fBÿ\e?\80\a\0Iä!ã
+endstream
+endobj
+355 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 894 0 R
+/Name /Im344
+/Width 23
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿï?\18=°à\83#\ 6\v\ 6²\11óÿ\ 6\b\ 2\0õ¤\15ó
+endstream
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 895 0 R
+/Name /Im345
+/Width 17
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÏðÿ\7f\7f\ 6Æ\ 3ÔAõ0\ 3\ 1-Y\1d\r
+endstream
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 896 0 R
+/Name /Im346
+/Width 22
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«\7fÀðÿ\ 1\ 3\ 6>\ 6²\91\f2ªÿÿçÿÿ?@\12\0û\9b\ eh
+endstream
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 897 0 R
+/Name /Im347
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccfc`ïGGõÿ\ füÿÿ\0\88\80\f~9\ 64\84,+gÃ\80\86x$\18\0¯-\eL
+endstream
+endobj
+359 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 898 0 R
+/Name /Im348
+/Width 22
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÁðÿ\1f\7f\ 6\19þ\ 6\19f : Ã\bC@6P\84¿Aþ?\83ü?\10\92ág\90ag\0+CFs ¨\9eñÇÿÆ\1fõ\f\1f\0\1a-
+endstream
+endobj
+360 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 899 0 R
+/Name /Im349
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\91Àüï\ 1ûÿ\aüí\ fä\18\1fØ0>°`xP\0E\f\ f\ 2\10\ 2©\ 1*\ 6j\91c<ÀßÜÀþ\9f\81ù\1f\ 3Ã\ f\ 6\0\1e\ f
+endstream
+endobj
+361 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 900 0 R
+/Name /Im350
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«cÿð\9fÿG=û\aÙÆ\ 3Ptð\80\f\ 4=\ 4£D0*\ 4#C0²\ 4#I0\92= Ã\vEõì\aþ·\1f¨g>\0\0\7fÓ%"
+endstream
+endobj
+362 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 901 0 R
+/Name /Im351
+/Width 15
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿï?\1027\10\ fÿ\83u\0\0\8fÒ\171
+endstream
+endobj
+363 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 902 0 R
+/Name /Im352
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ÿß`\ fF\16\f\fX\91õ\ f\ 6û\7f\föÿ\19\e\f\18\ f0\0\11Ã\ 3 J`xð\ 1\8c\1e0\1e(`>PÃ\ f4\84\ f\ 3ó\a\ 6\0\aU\1aé
+endstream
+endobj
+364 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 903 0 R
+/Name /Im353
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5̱\rÀ \fDѳ\¸d\ 4\ 4°\12¥K\8fæQn\ 4J
+\84\82\14Ezíÿ:a\eõ \15¸ÆРä\8f×\14\ e¡\eûaÝ´E\80\90ü<\1anðÛ6ôû\99(\89\17ÂK ×
+endstream
+endobj
+365 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 904 0 R
+/Name /Im354
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccÿÁ ÿ\8fÁþ?C\ 5{C\ 5ó\81
\ 3\ 6\8c\a\18\80\88\19\88\1a\18ø\19\98ÿ10ÿ\ 1\91@6H\ 4(Åð\0\82\12\18\1e|\0\ 3\1f\98\ fÔð7\0\r\ 1\1aÅü\83\ 1\0N\86\e\9e
+endstream
+endobj
+366 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 905 0 R
+/Name /Im355
+/Width 21
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90g`°g`(\a£ç\f\8c@t\9c\81¹\9d\81\1d\88Ø\19øØ\19äØ\19\19\19\19>°3üÿÿ\ 3\82\18Ø\19ÐQý\a\b\ 2\0éî\14\95
+endstream
+endobj
+367 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 906 0 R
+/Name /Im356
+/Width 19
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀÿ\8fAþ?\83\1d\7f\83\ 5sC\ 1ã\ 18\ 2rmØ\e\80\7fÀjä\19\80\ ø\aÆ\a\ f\18\10\b(RÁ|\0¨\1d¨\12¨\8cù\a\ 3\0òV\1f\81
+endstream
+endobj
+368 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 907 0 R
+/Name /Im357
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÁÀ#Ç ÀÏ ÀÞàÀ~ \ 2\88\98\ 5û\ 1\ 6ö\ 60b`àg`àa`°``þÀÀ \ 3æB¤\98\ f\80Ñ\ 3\ 5æ\a\ 5Ì\ f~\80Ñ\aæ\ 3\ e@ÄÞ\04\10h,\8f\fH\17\0¥­\19\12
+endstream
+endobj
+369 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im100 107 0 R /Im33 40 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im46 53 0 R /Im44 51 0 R /Im35 42 0 R /Im32 39 0 R /Im34 41 0 R /Im38 45 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im40 47 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im49 56 0 R /Im104 111 0 R /Im35 42 0 R /Im105 112 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im105 112 0 R /Im34 41 0 R /Im39 46 0 R /Im43 50 0 R /Im32 39 0 R /Im38 45 0 R /Im101 108 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im32 39 0 R /Im34 41 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im48 55 0 R /Im34 41 0 R /Im45 52 0 R /Im49 56 0 R /Im114 121 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im40 47 0 R /Im45 52 0 R /Im35 42 0 R /Im40 47 0 R /Im38 45 0 R /Im129 136 0 R /Im32 39 0 R /Im38 45 0 R /Im101 108 0 R /Im111 118 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im140 147 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im102 109 0 R /Im35 42 0 R /Im45 52 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im246 255 0 R /Im246 255 0 R /Im325 336 0 R /Im114 121 0 R /Im245 254 0 R /Im325 336 0 R /Im245 254 0 R /Im246 255 0 R /Im129 136 0 R /Im81 88 0 R /Im98 105 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im46 53 0 R /Im34 41 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im48 55 0 R /Im31 38 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im40 47 0 R /Im45 52 0 R /Im140 147 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im99 106 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im34 41 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im40 47 0 R /Im40 47 0 R /Im46 53 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im103 110 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im31 38 0 R /Im38 45 0 R /Im35 42 0 R /Im43 50 0 R /Im81 88 0 R /Im37 44 0 R /Im35 42 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im259 268 0 R /Im46 53 0 R /Im261 270 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im265 274 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im34 41 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im102 109 0 R /Im39 46 0 R /Im35 42 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im245 254 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im245 254 0 R /Im246 255 0 R /Im48 55 0 R /Im38 45 0 R /Im101 108 0 R /Im44 51 0 R /Im35 42 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im35 42 0 R /Im45 52 0 R /Im81 88 0 R /Im131 138 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im158 165 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im245 254 0 R /Im325 336 0 R /Im245 254 0 R /Im246 255 0 R /Im31 38 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im102 109 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im31 38 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im102 109 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im38 45 0 R /Im32 39 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im32 39 0 R /Im38 45 0 R /Im101 108 0 R /Im81 88 0 R /Im173 180 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im158 165 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im48 55 0 R /Im38 45 0 R /Im101 108 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im40 47 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im46 53 0 R /Im44 51 0 R /Im35 42 0 R /Im32 39 0 R /Im34 41 0 R /Im38 45 0 R /Im35 42 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im103 110 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im81 88 0 R /Im241 250 0 R /Im38 45 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im46 53 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im245 254 0 R /Im40 47 0 R /Im45 52 0 R /Im35 42 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im34 41 0 R /Im130 137 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im32 39 0 R /Im32 39 0 R /Im40 47 0 R /Im38 45 0 R /Im45 52 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im105 112 0 R /Im31 38 0 R /Im36 43 0 R /Im36 43 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im34 41 0 R /Im38 45 0 R /Im110 117 0 R /Im32 39 0 R /Im31 38 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im36 43 0 R /Im49 56 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im102 109 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im99 106 0 R /Im34 41 0 R /Im31 38 0 R /Im39 46 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im40 47 0 R /Im45 52 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im81 88 0 R /Im358 371 0 R /Im108 115 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im106 113 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im49 56 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im31 38 0 R /Im32 39 0 R /Im35 42 0 R /Im245 254 0 R /Im246 255 0 R /Im258 267 0 R /Im359 372 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im245 254 0 R /Im258 267 0 R /Im151 158 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im174 181 0 R /Im166 173 0 R /Im175 182 0 R /Im164 171 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im174 181 0 R /Im174 181 0 R /Im166 173 0 R /Im81 88 0 R /Im131 138 0 R /Im101 108 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im35 42 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im43 50 0 R /Im31 38 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im44 51 0 R /Im40 47 0 R /Im34 41 0 R /Im39 46 0 R /Im43 50 0 R /Im46 53 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im34 41 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im34 41 0 R /Im36 43 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im173 180 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im259 268 0 R /Im46 53 0 R /Im261 270 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im265 274 0 R /Im105 112 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im99 106 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im43 50 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im46 53 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im99 106 0 R /Im34 41 0 R /Im31 38 0 R /Im39 46 0 R /Im114 121 0 R /Im248 257 0 R /Im246 255 0 R /Im46 53 0 R /Im248 257 0 R /Im129 136 0 R /Im105 112 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im32 39 0 R /Im32 39 0 R /Im38 45 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im108 115 0 R /Im34 41 0 R /Im32 39 0 R /Im101 108 0 R /Im36 43 0 R /Im49 56 0 R /Im34 41 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im101 108 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im33 40 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im34 41 0 R /Im130 137 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im32 39 0 R /Im35 42 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im32 39 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im101 108 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im46 53 0 R /Im38 45 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im49 56 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im125 132 0 R /Im357 368 0 R /Im40 47 0 R /Im39 46 0 R /Im125 132 0 R /Im359 372 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im40 47 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im31 38 0 R /Im43 50 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im99 106 0 R /Im33 40 0 R /Im34 41 0 R /Im35 42 0 R /Im40 47 0 R /Im45 52 0 R /Im34 41 0 R /Im327 338 0 R /Im38 45 0 R /Im45 52 0 R /Im327 338 0 R /Im42 49 0 R /Im157 164 0 R /Im264 273 0 R /Im339 350 0 R /Im140 147 0 R /Im125 132 0 R /Im162 169 0 R /Im326 337 0 R /Im30 37 0 R /Im357 368 0 R /Im162 169 0 R /Im105 112 0 R /Im40 47 0 R /Im39 46 0 R /Im130 137 0 R /Im101 108 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im101 108 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im125 132 0 R /Im125 132 0 R /Im40 47 0 R /Im39 46 0 R /Im125 132 0 R /Im170 177 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im36 43 0 R /Im49 56 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im44 51 0 R /Im39 46 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im140 147 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im38 45 0 R /Im46 53 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im34 41 0 R /Im101 108 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im360 373 0 R /Im44 51 0 R /Im49 56 0 R /Im34 41 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im112 119 0 R /Im113 120 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im105 112 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im38 45 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im35 42 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im81 88 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im357 368 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im359 372 0 R /Im33 40 0 R /Im40 47 0 R /Im105 112 0 R /Im32 39 0 R /Im34 41 0 R /Im81 88 0 R /Im170 177 0 R /Im46 53 0 R /Im162 169 0 R /Im162 169 0 R /Im162 169 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im99 106 0 R /Im34 41 0 R /Im31 38 0 R /Im39 46 0 R /Im361 374 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im40 47 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im108 115 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im34 41 0 R /Im101 108 0 R /Im170 177 0 R /Im151 158 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im359 372 0 R /Im359 372 0 R /Im43 50 0 R /Im31 38 0 R /Im32 39 0 R /Im46 53 0 R /Im39 46 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im102 109 0 R /Im40 47 0 R /Im40 47 0 R /Im43 50 0 R /Im45 52 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im106 113 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im40 47 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im103 110 0 R /Im31 38 0 R /Im38 45 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im49 56 0 R /Im40 47 0 R /Im44 51 0 R /Im103 110 0 R /Im31 38 0 R /Im40 47 0 R /Im38 45 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im34 41 0 R /Im36 43 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im102 109 0 R /Im39 46 0 R /Im35 42 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im32 39 0 R /Im40 47 0 R /Im35 42 0 R /Im110 117 0 R /Im32 39 0 R /Im31 38 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im43 50 0 R /Im35 42 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im111 118 0 R /Im267 276 0 R /Im362 375 0 R /Im179 186 0 R /Im111 118 0 R /Im40 47 0 R /Im104 111 0 R /Im34 41 0 R /Im44 51 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im162 169 0 R /Im81 88 0 R /Im126 133 0 R /Im127 134 0 R /Im31 38 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im32 39 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im45 52 0 R /Im36 43 0 R /Im49 56 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im357 368 0 R /Im363 376 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im34 41 0 R /Im101 108 0 R /Im34 41 0 R /Im31 38 0 R /Im34 41 0 R /Im32 39 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im40 47 0 R /Im39 46 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im48 55 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im36 43 0 R /Im31 38 0 R /Im32 39 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im36 43 0 R /Im49 56 0 R /Im38 45 0 R /Im31 38 0 R /Im101 108 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im81 88 0 R /Im325 336 0 R /Im125 132 0 R /Im360 373 0 R /Im325 336 0 R /Im125 132 0 R /Im170 177 0 R /Im325 336 0 R /Im151 158 0 R /Im325 336 0 R /Im359 372 0 R /Im162 169 0 R /Im359 372 0 R /Im151 158 0 R /Im125 132 0 R /Im170 177 0 R /Im125 132 0 R /Im360 373 0 R /Im248 257 0 R /Im246 255 0 R /Im325 336 0 R /Im125 132 0 R /Im360 373 0 R /Im325 336 0 R /Im125 132 0 R /Im170 177 0 R /Im325 336 0 R /Im151 158 0 R /Im325 336 0 R /Im359 372 0 R /Im162 169 0 R /Im359 372 0 R /Im151 158 0 R /Im125 132 0 R /Im170 177 0 R /Im125 132 0 R /Im360 373 0 R /Im248 257 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im365 378 0 R /Im366 379 0 R /Im367 380 0 R /Im368 381 0 R /Im81 88 0 R /Im369 382 0 R /Im370 383 0 R /Im371 384 0 R /Im365 378 0 R /Im372 385 0 R /Im367 380 0 R /Im373 386 0 R /Im369 382 0 R /Im81 88 0 R /Im369 382 0 R /Im369 382 0 R /Im374 387 0 R /Im365 378 0 R /Im375 388 0 R /Im367 380 0 R /Im369 382 0 R /Im81 88 0 R /Im376 389 0 R /Im377 390 0 R /Im378 391 0 R /Im365 378 0 R /Im379 392 0 R /Im179 186 0 R /Im367 380 0 R /Im369 382 0 R /Im81 88 0 R /Im374 387 0 R /Im380 393 0 R /Im368 381 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im357 368 0 R /Im171 178 0 R /Im264 273 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im105 112 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im248 257 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im248 257 0 R /Im246 255 0 R /Im34 41 0 R /Im101 108 0 R /Im170 177 0 R /Im151 158 0 R /Im43 50 0 R /Im31 38 0 R /Im32 39 0 R /Im381 394 0 R /Im220 227 0 R /Im221 228 0 R /Im222 229 0 R /Im223 230 0 R /Im224 231 0 R /Im225 232 0 R /Im226 233 0 R /Im220 227 0 R /Im220 227 0 R /Im221 228 0 R /Im382 395 0 R /Im187 194 0 R /Im185 192 0 R /Im184 191 0 R /Im193 200 0 R /Im213 220 0 R /Im204 211 0 R /Im193 200 0 R /Im188 195 0 R /Im183 190 0 R /Im190 197 0 R /Im182 189 0 R /Im191 198 0 R /Im204 211 0 R /Im182 189 0 R /Im202 209 0 R /Im188 195 0 R /Im183 190 0 R /Im190 197 0 R /Im182 189 0 R /Im193 200 0 R /Im198 205 0 R /Im198 205 0 R /Im186 193 0 R /Im190 197 0 R /Im383 396 0 R /Im183 190 0 R /Im199 206 0 R /Im193 200 0 R /Im188 195 0 R /Im185 192 0 R /Im187 194 0 R /Im188 195 0 R /Im201 208 0 R /Im185 192 0 R /Im213 220 0 R /Im190 197 0 R /Im227 234 0 R /Im190 197 0 R /Im194 201 0 R /Im194 201 0 R /Im187 194 0 R /Im190 197 0 R /Im191 198 0 R /Im384 397 0 R /Im183 190 0 R /Im182 189 0 R /Im182 189 0 R /Im183 190 0 R /Im182 189 0 R /Im227 234 0 R /Im385 398 0 R /Im213 220 0 R /Im190 197 0 R /Im227 234 0 R /Im386 399 0 R /Im232 239 0 R /Im387 400 0 R /Im388 401 0 R /Im232 239 0 R /Im233 240 0 R /Im389 402 0 R /Im387 400 0 R /Im235 242 0 R /Im235 242 0 R /Im385 398 0 R /Im384 397 0 R /Im183 190 0 R /Im188 195 0 R /Im201 208 0 R /Im193 200 0 R /Im186 193 0 R /Im185 192 0 R /Im187 194 0 R /Im190 197 0 R /Im213 220 0 R /Im204 211 0 R /Im188 195 0 R /Im183 190 0 R /Im190 197 0 R /Im182 189 0 R /Im190 197 0 R /Im191 198 0 R /Im207 214 0 R /Im217 224 0 R /Im207 214 0 R /Im207 214 0 R /Im207 214 0 R /Im233 240 0 R /Im217 224 0 R /Im390 403 0 R /Im190 197 0 R /Im186 193 0 R /Im183 190 0 R /Im182 189 0 R /Im187 194 0 R /Im188 195 0 R /Im193 200 0 R /Im182 189 0 R /Im202 209 0 R /Im185 192 0 R /Im196 203 0 R /Im184 191 0 R /Im193 200 0 R /Im213 220 0 R /Im204 211 0 R /Im185 192 0 R /Im391 404 0 R /Im187 194 0 R /Im188 195 0 R /Im193 200 0 R /Im182 189 0 R /Im194 201 0 R /Im187 194 0 R /Im191 198 0 R /Im190 197 0 R /Im186 193 0 R /Im384 397 0 R /Im183 190 0 R /Im182 189 0 R /Im182 189 0 R /Im183 190 0 R /Im182 189 0 R /Im227 234 0 R /Im198 205 0 R /Im186 193 0 R /Im190 197 0 R /Im195 202 0 R /Im193 200 0 R /Im195 202 0 R /Im183 190 0 R /Im213 220 0 R /Im183 190 0 R /Im188 195 0 R /Im189 196 0 R /Im387 400 0 R /Im392 405 0 R /Im207 214 0 R /Im217 224 0 R /Im393 406 0 R /Im393 406 0 R /Im217 224 0 R /Im359 372 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 370 0 R
+>>
+endobj
+370 0 obj
+<<
+/Length 908 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cÝ}I\93,9rÞ½\7fÅ;\92\aÕ\ 4¶Xx\94Q4ÓEF\1açÈ\8b4\v9Òk\92C¶lLÿ^\11\99pdEÄç\15\ eÿÒ,³ßeºêMÁ\ 3\ e_þüÓ?|ûóOáÛ_~úóOé#\8d÷ác\18ä\7fËÇ\90\87oSø(Cþ6\95ác\99Æo¿ûù§ßü÷\9fÃú\7fÿí¿ýô\ f\9fÖ\97\8fé°~þÈëÿNå#\8eÇõ)\9d\97o\1f;\7f~\8eàó)\1f\97Ç\8f1£¯Ï\13úúh]¾\ 4ÓrmóK\ 6Ëó     uÓÇ8£å+\96Áú0\94#\0íîB@Ø\ 3\97\97?\8a\ 2`D\b8m@C@\88¶ëK\1f³²~Fß_ÎûO\11®OðûÑJ¼!Aú9Q¯\8a¿\8c\8c\ 2ób»Àð\91\ f\bL\1fãv\80\92?\96y\ 5\90ç\8fò A@Á%B\ 4\8c\88\ 4óé\ 2U\ 4\8c\10\81'\ 4¨\178Y/P!Ài2\11à\99\0êú9¡ýÏæ\v\9c\8d\17¨"\10Ê\10\v\ 5M7\92\88\ 3:@\18\82\95\ 5âÀ±@\f\10\83à\0X\ 4Ä`\15\ 1Ê÷£íû\1a\ 5E,BÌ",b\11\7f\8eÜþ\vÒag%¤q@,H\ 5äÓ÷5\15\1aG\88\7f\83\ 4ª\ 4<Öïï%Ø   \7fçõuÿ\13Ú\7f\18ì\ 4<Û.@%\0l\83\18\ eP\11°D\13\ 2òÇ0£\vHCø\18â\19\ 1f\19\9e\ 6\9d\10 \991)\18Í\18õ\ 4«\15a:\81Æ\ 3)B\1a\80v\85)A;ðt\ 5*\ 6\12¦A3\13§Õ\8e`\84P*è
+,4Xo  ïgÀCX\8d§±8í°º~\82û7¨á;\ f%E\b\9c´ ¦ÇÓ<X\r±8ì\ 1Üÿ%Íån\88í\0Ì\86\rÌ\1f«\11ö--è\ 6B2èñz\82\ 5éѳ\1c×P\98\a´¾Ã\90È\ 1ÊQ³\1cÎØ\100óP\8eH\ e#!   ¡ý÷ \80t&ræ,©\9c9K*CK\0]\0ÖÄyÄ\b4sq\1e\8d$¨b`\82$hÇÀdóf\16E\8adhJä\13\ 2Ôï/6SD\13Ãe@RÌîM\95\ 1\8a\86ðùK0\ 6\934\ 4\14c<Bs\87K\f&wX£À©Ú\ 1©øD\80\ 4Ãvëí\12`F\9f·\v\80yDËÍԿؾ®ºâC½üýz{,H\1cQçöC°í_cÞ-\96u^\7ff^õüâH^\9c_\rE$tþ³\ 2×ü\88\16\8bJéK?âìÈ­\8aûö\1f\89\a\99K£þ`\ f\ 6\95\85¢ß0f\13\ 5èëá÷\81\15¬\ 5\93\12º\ 1³+\1d&ôýó\rªø\9b¡ø°s äà\8eý/P\80\98\83a[,êÌ\ 1@ü«$¸\ 5£¦|"Áh\ e\bÇ0!&4;"\11
+\ 1»#\12% }¥AT\1c&#\ e7U{@ÁêCÕ\80ÒÍ\9b\8e\8d\r[¨g\80\13R\1c\11\1fu\84\141\1f\e$aýþ´\0\1c"oV\8b\bA>0KâØøð³$^\80\1cS.`A\9a ã\ 2\90\90å\ 2Î\a¸\93PZ}A@BH\92\84\90Á\rij(\͵\ 3\80{\90håî\1a\14[O\12\1e\0N\96\9c\ e Ú\0¨\11\81\18Q\r«%N\9a§\8c\11\13ÊVsP\89é\14\99ßÖR\81ß?\11¡\1aÓ\19Y.\80Ö¼]\f¥     \1a¤à\ 2\95\88Ì\f\r\18k!!§\18Ëò¼ÜM\80Ó\8d©²Ä\85W1\96Òã\ 2N\14 Gt¬\1e\ 5F`\ e\88\82ìöTÆÊÜ\1eP\81ÊÜnOf£G G¤\8cÆ\84\1eQ²"@\89gln´Í ËÃ\91\84·¨f.\90\85ÌAÍ<B\8bÖ\1eÔ´Ë\10å
\fA\8aPY?{Ià\11\11¢´P\86\84]\v\15hÓÛµP\19l>\99\1aÒ
+ðûf-T\ 2äá\93\10Õ\9eväþ·ÀÒW/;\1a\a\88K¸[\7ff\0\8d\80%=áðy³\ e\94·Éýç\r\86\8fªü¿[n×@aÈèóö\90\86\10OX\\86tKoò¢/\88\19êÄ_H\ 1 °Ã\ enA¡í\85Óc\a\87´Ø\0\87­á#o\0r}Ø\8aùc\f\ f\ 64$\b´¸Òt\87\10æ¯ãJz\92R´aQ=Ã\14lgPw0gò\1e\97Áv\r:\16WMp\v\8dì±x\ e\8dh/\94a©×°;Ãù\85ò,  ï\92l\8bÍ\9c\98\1f7"dF»5ØB3{ad~\1cÙB3çý\9f5\89ºÿ\84d±ým"®\9cxg\83å"UOIôYý9°\7f\ 3\17IXg2  ÓËD\9fý÷íû\1fÉýËãÞ\1e\7f`ÿX\13Çi6©b\95þf\eýiîT\9cç¶ÿ/Ý)54\bµ1°\ 5U\8fz0Z\13jHa\80æ\84ù\89&\ 5\84Â\ e\8f: ïÛ¯ Åì½\82\8aÁ\88̹\9e\98\ 4\16"\86 \88\ 4u\8a\8d\ 64.HÙf\90j¯d© \ 3\9c_ÉÔïc)rú¾&\85Ò\bµ\88Y
+m\99F\16)¤²\80<ñ^°\80JA32\89;<Ò4#1vöHÕ\r,$        g(Eì\15\1fyX\8c7 øô\81Ä`\8e\bÀ\19\83Zºb^\85À-:~Ø@\7f\Ç}\ 5\19ÊÑ\8eL#¨
\81¹â\95Ã\12Ö±Ý\80úý  ¹e\96Èêý}#Oc½Áüõû\86\1a\96\99\91\13\96Á\8e¹9ëºe
+]\88A=,\ 4ÅXG¦\11rlÏÆ´Æ\ 2e0zæ\9a\1e)\ 1\80\85p²ZQ¤\88\99\87
+\ e\r\98c\e\12XÚR®¾\fm`=$o\13«Eæ  M\8b-»[n  kÞ\r)ÑAëæ/ì(¼û%Q»\17Cx¿ü$\7fÕL\1f      KíO\ f<Y¥h)ÀïÛ\8b\96b2í_ÍÓ\10+t¿\7f{4#Áõö<\1fyYÜïß\9eçR\8ai½Æ»­hm·\1e$\9aªqEy\16¸`>õ\0\13¤ß\8eª·ÅD@j\sF\ 4Üñ0\14\1a\ 3÷Þ@¥ y\9aÜSÐIxª¾8äÀ\ e_|@âÏþ.\14\ 3\93â\12\ 3:\80\1d\ 1\11^@G\9aP\0\17\0\r\10%\1a\ 5N\19\16Å\11½\90\ 1\8aù\0J8®Ø\84\90\1a\8e\ekLx'\ 3ì©ÂqD7Øá\86´xV·\ e\96õh\ 3çõ*\ 2ælBÀeÝ\9aÓ\82\89\vd\ 1³\11ТY\97øÃZ$\rø\ 2Í<\9c\82U\88iIRÈ\8c°¿®µh\96S\88·\f\10ß\12\94|2¬F"2ºÀ\ e-\96²M\8béUs\9c\19\9aÊä\94\81\92ádD\80\1eL\83^\80Ù       j\19RW,p\99"å%Á\19i\91\ e\16\1a6[¢i±)\11M\ 6æÁ&\ 3õ\14\1d¦eHAOÆ\9c\9d\90£\8d\85ÕïC\11d\ fÈç44ü}éHª\a\80®\8cÝ\8eÚjîLf\88\1e
+\83\14\99Ï\ 5)\81\9eH\12\14"v\16Ü\8aî,,¨=+ç©æ\aìÖ\9f\9f\95Ç\8fådIo78ß??®ÖħíOÖã×ô¦ÃrséùJj·Hà~}Géy¨\81¬=\0\14ITjVj\8eäá\0\1dUOèûöþ!!\16°¾+EfA\e°ç\b\ 1ô²'9Àð¥\bV/°:"\87ïÛËÖ
+¤@û÷krËÕ÷Õ`VõC\ e\ 4hNË\b\93\8d\83ôXD²\11\90\1e\8b°n@¹\80ê\87\]\80ÚÂg\99À\ 5@\15 8bµjv\ f \16\90\99£xbáî\8aîIøì\89\9d}ùG0\ 2l`´»¢Õ\13¸¢A5\1c\ 3\1e\90ÜJ\96Îß?ë ñÓÊ}, A\ 4Øs\83Æ\8c\10`\8f\86\8c\v\87À    Iá\ e\ 4Îð\ 2Ì\11ݸ &î°£\aÈ\83æDó4\18yPu¥\ 2Ú@\8f+\85õ¨=/¢ZÒWbXõ%\8d,¨" \19õ¸^®\ 4õ¸Ý\95ËH
+\9eyXoA\ 3\9c\1e\96Æ\0ì\0ÔGJK\f±éa51e\86,\0\12<\15\ 2\9cÑù;ú¿ÌèþìÅ2i\81ß·¿é\ fV\ 2V\8am !m/þ\16WØkHç`¥\7fÅ\95\8d¹Ñ\9fëMT|a÷\ 1 \ 4è)öA\17h\92Á\ 2\0I\80®j!\88\ 1{bOAZ\fE\845_ÞÆB\9a\1d\97Çb²ãÔ¼ ÉhJ«yAØ\96·ç\ 5A[¾\83\84\16$C\1dÕJ^!$ÕJ^!$ÕJ×<øuµÒµ\1dùuµÒÕ\ 5jJ´6s\1e§Ù\15N\15òÙ-·»â¢\ 1§ÑU­#
+l÷õ\ eê\17\ev¿{sjí²\0ÜA7Py\13\1ff\0\0Ô\88¨\91\80\80\0ô¤\85d\80\80\9e´\90ÁD=êú\8c¨¯§H&WúÛÄÐWE2j,¤ \12@F¸\82Á\11\92\90½\eðh¤!5\982¡+\84\15*E\84\ 1{j\ f\8eÌ\96\ 5Ò°Y\0J;ã+&Öc1hÿ(\1c«¤%\84b»A½\1dñ`\94¡Z\95S11±\16\8eßÚ\19ßl\90Ýz{\1f\v9 àl\84i\11õ-1ä\16Q?`ÐìÉÆ\82H¸'7§f\86\90Þ~\ 6m §ý\8cM\v_\15*\1d¾\ f
\8e$ Á \80n Ø+õf¸\ 1{Gd¬\89í-±\17Û÷UW\18
+\11{¥àÖÐØ"Äô2'ÄÃ\1d¡\94\98m\8aT«wݪ\8cnB`¥\ 4W½k\væxUyªÏ¢\97ª\\r\87\14\e\13¨\11Å\111¡©\17\99\14\1aAMØQh\94\9c^h\ 4\11`\88gÕZ7ñåVkÜÕ½%\19M\ 1Í\eÞÚ×Ü5Ñèó\86k\13\1e\90þ5^= \r\8dûÙX\92\ 1ì\95Rq¤HH:\1a_\91\90\9e\\ 1ýA{<\ 6Ú\12v\87&g¤Èír<\97HÉñ\8cePG\99\13ÂßÙ\18U\vÍV\11B\99R«. YhFþH\a\v-\88\ 5ìïJe°YÓz<\a\8a\0sPYª\8cú\85°¬\87.¹9;¤`oÂ<\1c£æ÷\8d«_ë\92@S\15@»õv\ 1$Îè~¹YþHbÀ~¹Yü,\83iójï\9b\11|ýìIköC\18àáÍ\15zAHw¿Þ\9cÚ\17ê\\9e+ìé³Å&\80¾\ e\ 3ª\85£.\10 \86Ã"Ú@GbN\82\b0\eP¡Vé\8e«%é2 ¤!óÕ\r^f&]\12°\12Í*\88\7f\81c\ 2ß?û±z0\v]@OjÙ\ 4\ 5\80Ù\91n©I^\16\98\8d, §&A
+°'÷\89#|IAJ$bȦ\eT\83Q¢þöß7\17Jn-\7f\0\ 5Û[îD(CÍïQ\11\8a\90\8exlLè\ 2{bQ\92UqAÂút0\9b\16Ч{!\16@2@[\ f÷\7f¢\0-"\1f\7f\14\91×biè\ 2:\12\9bfd\ 1õ\f÷BV\80Ý\0l¡°ýþÍ.@\î½&\8e\ 4\b\10 Ä²\ 6\e\vê-w \ 2í\93\99\ 2\92á=\93\99\82=\93\99V/ú\16\87Ø\ 1@}Ï\8eq\8cùfÙ¤U\ 6l\8d׶õÓÃ\ e\98ÌRTê\9c®xPEaAR°§éP\81Dl¯²\19¡\1eµw²\86n\88åQf?ÝË\8f\80\19ê1;\ 2°'b/4[l\8e\90ºÿŦEôܬBY\92\19
+\ 1»%\99¡/\81jL\94Ä\9aXC\89[P×\13JLèþ»F{AC®£á\ e$@;\ 2k#æ+\ 4ê\99\8c0?)m\91\86ìOJ\19Ú\ 1\1d­¸'\88À\8eÉ^\9c\1d\95¡\ 4é\b\9c%\9c±\ 4±O&\83\12Ä\9e\19Ñ\12£ºÍ\0      \84¡ówXâ-\12ÖÏÂûPX^.D\98\12     \9bÐróöÅ\13Ý-ïÈëXàîÍf°ø\91»å\1d5>\ 3:}G¯\83 O)\17èû*5Ê\87þC,ép\80\13\05³(Á\ 3Ø\87\83I\85Ëþ\ 6ìÑÄ\foÐÐ>¸®/\88\80Îë¯æÌ\8fyrÎ\99ç\b¸U¹]P°Þq'!üwÌ\99\9fM÷w5gþ°Þ\9eY&Áì+\ 2ÖCIÅ\84À«\8e=\87õö¡RV\11¢n À\ 3Ø;æ\84Å\86\95\872Ä^¨)\83â¯D\88\1e
+\1aM7¨î¿ØD\90Þ±\a±@G©|Ë«ºä\ 1%\16#\19\19ûõö´¢       ò \1d\81³M\89©±\9c¹\1aÑ\a\ 4Ú3ã \ f÷D#\17\88\1f<ØHP\8dåÔ±`n\1eL\90\89-oz\12LBR¬§çO\82zÔ^¥\95Ð\ 6::X\8b#¹êaW\13ñT»È_^\81\1e\8dÂ(ì\88\88\81:k¾_\8eI4ià\8cÙ4Ù\88P\8d\ 6ÍP\95Ú»¨Ï\10\81öpÜb³eT_v@\lÏñÎ\83\8d\0Ô`\86Ñ\12¸¬ô»Ä\9f\96×e\14"j8.!cÎ\9e\99Ð*ý.\8ciµyp¶9\ 3z4ËfKª-c¶éÞóq=j\19\93á$\92\f-\91\98\8aÁ\ 3\98-\91\f\83    ö&ðyBz´+/\vÉ°\9eB?«"W\10\0ã\11g\ 4èá(ô}»;] !\82â\ 1Z^\174EÍ"XæÔ_s\806§>\9aÜé\8b©dãjM|¦\1fC8³Ö   .`½]\ 2\võì\97\9bg8Ìðëfñ#¡Ðýr{( ¶.?¬7«¯Öñé\ 2y\97±°ÝzG,ìb½\1e\vËàü\1deÚ­ãÓÅõë\83î!\ 2Ì6pKÌZá|i\ 3ë\85\8a\13À@O¥fA$\80®P«3´aà2\1a\ 2zb\15IÂsB,d\ e%\ 4iúvE\82j@zA\aèi¾+\89ÅÝL$á,Ä\ 3=\e\b\88\ví6`\fp\ 3©£P±\98hH\8dÇ\89\94\ 2-\1c\ 3ê\rHV\85û\ 6\80=\1eXFÓ\rê=§¢I\ féë\91\14ëèY5Yõ\90Ö³
+
+!ó\93b\9c\11\ 1u\10À\82\8d {HzA\aè\89d\fÐ\12±G2ê$¤~1*¹U\b\83\1d\18H\11\1d \a\ 3ѦHôp\1aÄ =9,!\1eìhÚ\902Òd\1d\r\88\85Ì-3Z׫mTx[oï\99Ѻ^¹op\84jÀ<\1fYæ¡]º"zß+$Ç;\ 6ÂÍH\8cÛ_FÓ\82,\ 1T¦ P\104Eì/\9b2Ní\8a\82ô¾W\88\ 2zú^Ùì\05\98\15¡;e\8f&F«\1aÓR³lBXo\9beµ¥µÔ,dÈõ¤fÙè_oZ\ 5éϬFóH\9aÒ-5ËiGdì\8cØ\83q3$\0Cr¥¬·\19¢êù\17\9b3t\99\9aµÿ¾ù]¸@WÄ\9eÚV \15a' \96\99ÕO@w\7f^\82Ya¾rçÕÔ¬\eþ×}xð/ä³[nGÿ\82\96Û\9fDå-f·¼ãE4HjïÅéÕP\84¨\8fýñíEb\ 1a\1f\95\18\97\1a÷\8bý«¡\84\84Îß\91\95\10äEu¿\ 1C\85\8b\ 4\93î³$\ f\e\bæIL¡@\f\98G ´Ôªýz{ÿm±\0/(XEà\84\10h\97\1f-\18u¸A³\ 5\18fx\83æAF2Mm\13@_\ f\16\8fE\80½Ðu±²\80\92\173@\ 20\17ºF      h_      `5\94\14l2Pïye£ }=¢ \8e"µdS\ 1zûr(CíEj\92Üy©C\14\ 2\10\13²\9b\0$\92\ 4÷oOl\1a¡\bDEj\17\99Y\97\ 4\84_ä[(ê°\ 1{Û¸9\9bXP\13\ 1\8a \85\82\17\88\0{÷pi¾Ü­Ek\18a@: §}º\18¡\17JHOìB\b°;\11
\981\12   \9b\81\ e°O\11Ùòºl\ 4ôõ,µ+ü©9EÙ&\ 2ô´0£\1dªÖ\99\16h\87\9a\8døÖ¯ËiǦ\11é\0»\1d\9b \15b\97á-\8cÕ-Â\1ea(\8b\1d­·o\9f\9c~È~\92Ù¥\ 4ÐãXP        wı \11aO)        ð\ 2O"T\1f\85\ 6÷o\8fÃ$\9b\11£Ç¡løÓãP\88\81zâP6   ¤Ç¡²\91\ 1\950\8at\eqZÁy²Ñ\8f^!hÅ¿²ÿ9R\8el\9e\91\11      ÈÐ\ré\88Ã-V\15ªådÙT FÀ­×Ö\85\ 4Öl°\ 2\ 5\80=­¨\ 4\98\84±V9è2¡ä!e·Þ>\80FLàÝr{\18kFËí)\9dÒëq·Ü>\ 4pk\96\9dÃç\r.\98\84Á\16\88}ûHx¡\9e\8d\8a¿0\0Õ(\8a<¥^ Pm\15\14á\ 5\98{¥µ¤*'ù´1|Nú     \19­ï\88"\15Ä>\1dQ$ivuÅ~zïö\0H\10Èßó\102)q¬­Z\ e\0ÌN`\v\84] @ÏÊ\82Ld¯1Å2À^cº +ì\88ÃI·¬\1d\vÚãp­Dñâûj\14b°É@=%+\ 1üÛû¥Å\98l$¬F1 \f9[\0z·+´¾§¾,C!ÔÑíÊv\ 3jJT\1dÈ}Xo\9f>0Úö¯\aÒl\17 w~\87\14\f|0åü\93íüz·,«\12S\ 2©\92×y%CU\16\92\ e@Oßqqc·g­¯ú\8e\9f»=Å\8fù\ 6`¾w{Zÿ\9b\1f\0\90%\82£é)B)x\9e\ 6ª\87\92\ 6\93\18×K\f­jDK\89Bj¤g\90\1f\12\83°{½r\ 5+\17\9a®àLÆ5\986\95\83O\1d»\8ay\86ÅV¡\87T¹y*t\82ª\14Ib­a\14\14\ 4\869TRb·ª\92ó\ 1¦Ó\ 1\90A¾ÝAnl°Cáxâ£\95ÖNÊø\ 6 L\bÀt¢\82\ 1ìàv\84X\80K\11\1dÔ\1dÄ\19\ 4\8e0©ev@\9aM§Ùäh\a\92\1a\84nÁÐ?SÚ.\ 5Û5ê\0&\92\ e\1a/^Ð\81>\1e>\98<Cm\1eM\9e J±7\9eÈP§u$ÉfhÖvt\1eÊ\vôìÍ     Ne\80\9càÔ\8aå.\14\82\1e\18Av©Ý..\ 1]¡=E¤\ 6VÊz\ f\9e¸VíÜ´_no`Yãúûå\1dä³ Ý÷Lµ+hûöü\9aZívXo~\19\94ÖOîó\87\80\ eÐÓ\ 5ºÆå®0 Gf \ 6Í\8fËÒGüx\0û\15¤Åx\ 5Jh(Ã\ 3ØCC5²\7fXooÞU\rº«ýë¡\1dt\81öÞy¡6|8|ßÞ\87}\82ç·ÇU&¸\7fszD\98ËÍ\9a<\12\90\9d\akdßÏB5GÝËBq@\e°\8fñ\90>âWëÕ\ 4\97\0÷o\1eã!  FWëõÀ
+â@»9\1f\13R\ 2ö1\1eÒEÜ-\82bMR÷\8a \88E\88Y\ 4Å\ 2E\98=²U;>\\8b %®0ft\81öü\1e,Bì¡Å  é\90\8e\192 ½Ør\86\ 4l\ f¬ÕÁÎW"X\9f\b\b\8d0{Ë\9b\ 12\90½åÍ09­ GzÒy}Gû=ÉOº\96\80Z\17\ 6Ô:-(\82zê´ \f²ûa)\93J,eHCæðºtA÷o`\84B £\8d:<\80}¬ådcbuý\f\99È\9c&+A­Ã÷Íi²     
+\81\9eJ9$Ä;2\8c\ 6HÁf+ \a¸\7fû8·\18mv \9aâ\13\91\91â\93 \19e~"ÍÐ\91éH\12ÌØ\f17¯ËÙ¸\ 1õ
+\8bí
+õÆQH\8fw\14ÛA; §ñ\13\8eft4~²\19"*        BWäÌÃz\92\12\94\v\94$#¯![°'b°Ä%\96\85¾o\9fdPâ=\1c\85iüTV2øR\8b_4~Ú¯ïnütXn~\9f\9c+ûî\97\9b\9fgë£\88wóa\80ëí\19\f¶ßS«W\9bà\1f6`\ f¤D\84þ\8e\ 4\91\94LßWã\105?à\88\0{ç§\9a¥~Ø\809\12\1e2$_³\ 6ߺ\98[\10 wQ\87ß?q¯\9ad%\16àþ\ 2íIV\13ä¿î\f¡~\ 2\90õf\ eP\b\87\97\0\16\e\ 1è\81,H\80ö\16Ð\ 1íßn\ 2Æpo\ 1}D ½\ 54\14\ 1=mÔk\9aú\95\10Ôkå\10\ 6\98Ûn@\8f$A
+²GB$\12u!Cµi`[­Ûö º­ÿr\1a\98z\83\13Ú@O\92\95Q\87ëI>h\ 3è\ 6¾®u»\12\82úz¨\86Íå²-\96\83ê<¸U\ 6ÜL°Ýz4\ fî<\vé\16\b    \ 1
+Aû4¯\b\11h\8f#@\19Ð1\8d,!#²#\18\97lßW³kr°   A5\9a\97!\ fÛ³k
\0;\ 2 \f±w\7fÝ\ 2Iw
+,®qf   \9a\11=\91¬   
+Q;\ 5\10ìèz5Ë\ 1\8a¯Úr±Ùqzz\15gGJ\aô«ïëµj\88\0íJ4c b\ fCD£\ eÒ7\0\11h\ fÅ%¨\ 3Ìåª-\12åuÅrm\ 1»\a\10ÏY\9aêHÂ\92L<¬gf¡\13ÄÑÞviD¶xÇLÇ \1aröHÐ<\80ï\9f#!çr   \89\ 4¡õq\ 4\96\18\ e\85\94Á\18\vÑó\9a¬\¤Å\92 \1aèh"nc"m½Ä\82ÆèzR\9aj0b·¼£\aï\8c>ßá\89\88\19ºß¾Ù\11©MÄ÷Ëí\1däkߥÃ×;Ò¢²íôª+_\8bM®nOï»\94Á\ 1P½¸\92\94\12ÓÝ\b;\1cÀl\84µ`Ô~\ 3f#L
\ e\b°\17Ü%D\0\1d±\90\L\14 ·m
+h½½\8d|Aø³$öÕ.è£ðÏàk\9b\16&x\0³\11Ó\82Q\17\1c¨^à\f\11`6"¥\lCÀ×F¤âG\ fP~Úsj$§ [\84H,)Ù\ 4°\9eU5\99\10¨9Â[½ÙÍ\84Ù­·§foYMà\0=-À\91
+°Ç³c\86ëíiYâ\a^\88 5«¨ \11bïÙ!}\97®5¸6\10\ fr\90¹y°\94\9b]*1õ\ 2&¤ÄÐk\9e\82À\19±\90=3¼\85\92.   @k{\84tPW\ap\9b\10W\93jjjý\95\11¤ç%\19\8d85\14\91;!\8aÜ\18-\16e\93Aê@>h\ 5td6¦d3äÔöÏ\19\91\90½sWËJÚ¯·wî*È\8eëèÜU\90\19ÔÓ¹k´\91 z\80\11!\0É\0-«   Q@Gç.I\8d¼4\ 3\94ýÏV\ 2\aePGç®\ 5\12\90=\14R[g\\8a\803\a\84xûÏ\96\17u\93\ 1+)Í¥A\bÀ\14\9e\a¸\ 5è\8bij)¨Uí¶xÖFK_UíªÑ\98fÊ\\89\ 4\11\11\ 18\81\8eÄ\94ïïB{$ÆÓ=já\8c\9c±$´7\90ÂÖ\8c=&W Cno 4Ú¾¯\ 6\94Ft\avk*Ck¦#(:\19\9e[eÝ\80ÖÈ\1c\1d\90$·w@+0¦a7çË\05Aw\9d¡\97\80J\1d\ eì\r\89LõY*ÏWoóøþäaw·Þþ¨ ä·[~Ö£j<\f\92\9c+\ 1­Ê½Û|`\87\1amu\82\17ÛWSKÄ\e>`ß>\95\rØóÓCíÛpÜ\80Ù\90ju\86\17\eÐ\ 3j³      \83úX½\8cÖ\9bãÁ¡6\10¼¼\ 1M\83µ:Ã\ 3\0ûXº\82X #Áo´Ý\80^h8\ 3\ft\84ô&t\ 3=cõ \ fÛ;É/è\ 6í\13Ť\11yÿù%"\16ÑùÍÙ]Ò\80éJ\82êe\82É´þ2 ¶_oo\0\15\91\fë\88\aA\ eîh\83\9d1\ 3\9a\9dÑ\98!\ 1ØGÚ\95h" 5 UÐ\ 5t\8c\ 2h\11µý\ 6Ì-È¢Ô î´à¹\ 5\99\1e\10+&\ 4ª\b\98\8dJèj(Þ%\05*¾@\19jO\r\19à\rØ»\ f\ 5$Ã:ú »yX\1a\81'\93\1d¤\8fÔC:¬'¤\98 \10³\aÄ2G\82IÑâ ?N©4\1cI3 \8dP\rØ\83ªØ\107\9b\ 1iâÌ\0i\ 5\7fõ\ 6 \vö\90Ðb³£ôB;\88@»'\1d\8c\a¸ÌoêÞ\80¬G<Ð\91۠ͼÝL\90\13\16\ 3æ<ç\9c!\13Ø»\16\15R\11´p\90\93\8aóhÔåz©\eÔ$\1dñ \9b&¸jÈ}IDê\ 1\16h\ e\9b%y^ \1c²7Ä\1e 9iNÔ.Ð¥·'j·üª\vwFMð\92®\1fW<¤f8USbÕ¨®\avIpØ­·g\98Ìèóö$UÉ\91Ý/7´\0¬        NðëöZ;xv3÷·ô¦\ 3îíÑ\90\10MØÓó£à\ 6ìóÑCÌÆÛW\ 2jâÌmY\12_\18\92\998sûïÛ§\8aI­õ\ 5\ 2Õ`\80ÔZ_\10\90\8a\1f\17øÓ²S\82$ÉïÖÛ³SÂ\84\b¨#;%@ö·?L\86ÆÀ_\13\80\ 6       Ð\9e · \ eèh¦<@\ 2²7\13\96v\vÝ\f$µr\ 5|ßÞí J@wÿ}{v\12\14\0\96ì¤:VOÊlÖÿ~\99 §úò\19\1d Ã\8c\8eÙ¦ÀÔ\fµbT z<\am £)\7f\1c\aÛ\ eô\8eÚP\8aÚã)\92\7f\ 2\89è\18\ 1è­\9b \1d`\ fª\1aÅ\88>\9a\ e\89\11û«\9e\8c\96ó\8a\81\14\10   ØsÄ\12\14\ 3ög\95\96át\89\7fÅ\9bO$\ 5Éh7\a\ 5\1d\1a']Ør\97)J\97\86ìE\8aÒÕ\ 1ôz¹\M\81ðevÇe\8aÑÅ\15êëm, \92ðlÓdúl7¨Éì\ 5\9fØ\987Ç4e´\9bÛ\98oõnN\1e\94Ùn^\19\98#$\0û\88x(\ 3:f\9b\8d\v\ eR3;\12â \8ezÁl5ž\9eívu~=\16d¶d\94ÆQ\13R\ 2öé\92yBJ¨\83\0g¨D:\8aå&Ê\96m©=N3&/\88\80;\92\eZ±Ý¥1­Ä\82\ 6HAæ\v(X\82\98\12Ð\ 5t$J·ÆM\17:èb:Ü\96£äRâBÀ»õö`è\8c>o÷\ 4¤Vó°{s0e\81»7·\9c\b\ 3ܾ9K½Uë]|_\8d\85\f\v8¿ý]{+Ö3ݾ\9eÜ´ \ 3\0êQz\98\8b\ 2<l £\89úL\11PH\13GA!£\13ô\94û¡\rt4a¯3Ö\ fëÍáØPà÷í¹E#<?0âµh\16Ú\7fGï°     QàY\80«ø\9b¡\b0'·\ 6é:³ÿ¾9µeë\1c\7f\1cÜ¿½ëÍ\0\9e\99"\9d§6Eö8\7fG\vtH?öÜ()÷uò_LÑ\84\7f5\1a)u>Nþi}§\9c
+4fx\7f\1d±´l\13\80z\vó\ 4\0ô\14\eÚ\ e \12 $7î\bÐ\9e\18\13¡       Ò\93\99\84%\bx\92\1a\87ã\ 6nñØå>Pê°\81h\88dÕ¼\12\19¥²\ 2x´þJÅ0\ fJr\93\10
+ì2´å6]ð°\86\81­q\94  \ 3ZH»u\8e\90y\ e@ÂZÜ\1c\fm\9d\9f\98\1e\8aBë==À\9db$\8d\9c\18\ f@~\94V-7\98¸XÝÿ\fIÐÞ\83|A\ 4p¾@½ÚÎj\b+\8eü`û¾Æ\ 1YÞµWü¹º.ä\0õ\98½mOD®DG$"!Wî¬FÔPT\862Ì\dÔò\92º=\19IKBzÔò\1cP/PBQî\v\1cm\8e\84\8aÀ  R =\967[\1d!,\ 1d\9cÝ\95\ 4г\9a \ 40¿&´\ eÞ\97\8e\98\12É\81¾x\87'Y 3n·äV´Z-9\8c\ 1       \ 5­\88ð\84Â$­m¿Ü\9e\95TåÏn9²Ã\8f\95²÷þ§«ü½\95¹®Ë?Ù@\11Ø@\8a\1f*~Ôþûæ·\98\10 ö\80\11\87÷¿õ=2\1d`üȧ*Á{\99×\ 2\10\98Oòã\9cÕV\1dù4\82õálEN§biI\f*\rÀã\ 4\eNN'8Ï5½¡ d\84\ 2\93á6íu\8bEÜ*%\87és­32d±!º\15\fÑ=\ eì¦øViuÆÁº¯3\80c­çJ?Óx\8f\91°\9eeyÐ\ 1èå}<CÝÂ\\10#\19ÄP]¿\8cà\bÀ\9bÐ\0D)ü¿Â\81\96_ÙB
+û[@\89ú\8aO\1fm\92L\8fI\8cH\16Øûï$ô}\90ã§:å\12\95<`À\9eà\92á\ e::èd$\r:
+\86\8aq\ 3z?mx\a\1d\93Ù\16J\9bÅ\11é\ 3»C\10'ëþ\95ïOpÿ\1d\93Ñ\ 2º@³9\19\17´\7f;þZ\v£\8býë-\90f\e\ 1éA      ´\ 1{Ù{
+\88\a;F³IÑ¥\97\87[\82Ï5\ 6´\f\1f#\0\15\ 5P\8aX\9cú\1a\94(\11\99$ö DA4ÐQ3'-\846\8dä\b\r&IÒ»F ÖÏ:£\ 3\98C\83[\82\8eÉ\1eQ\ 1\ 6@õ*1\e\9bUi\86ll\ f\rn³Í\9c\16Y\ 5\80Ùp²OGKµ!é\81\b죥 \ev P^\b.P¨GFà÷í\8e}Aë;ÚÇ\8c6A¬½Pµ\82­ýzó\vUn\\1c]µÓy\86\9aÔüB\94ghJ\99_\88Z¹Ö\85\10Ñst \v\9a³µ[\8a\14\96õX\r\99Õ@ë¿Ó½\ 1é¿\83B\v(4\87×׸ÈÖ\18üÓrCÅOÍ°¹\1f?o\ 1\8e/\1fH\95\13øz\87\ eZÐîí\ f\ 3\vú|G;è\9a¢y\85<õy¾Þýáûæ\fIé¾sXoÎ\92\ e\11}¿§\9fvMPéG`\8diTõ³eÚ}\19ÓP\ej§¥\ 2\18|úK2\\ eWhÏ°È\10\ 3\1d\19*w\r~XßQðå½\81J\ 2#bà\8ez©j\ 4^\93°\96á\82ö\8f¬pü²\10jû·mÿ\17õ>ZÁ×À\1d NE9¬7¿LÄ\ 1}\1fuqTúI\87{ÅÞ~½}°R¬úãÈAö\8eÞ\11
+!s\8e\94Ì6ë\17b²~\81\a0'\99Æ|/t8è0{\92P\8d\ 6\90\1e̱±\80\85(°§\«&©\1cn £\\vÉÐ\9e\84ôhG8l\86<d\ f\87Õ$\97Ãz{\9aÑ\12m7 \86\10è\98\8d\ 3t$8Ôr¯+!¦6o©\1d±¯´\98>\9c\8d³ã\12\96AöZ¡\84´°½\89å\96ac2CT\ 2È\90\ 3ìñ¼\ 2Íxs\1fËT\10\ 2ÏZè*\98d0ä¿N±ñ²p\82"À^¬\94 'b7Å%ÅæJ\84¨ç_\90\1aîHp\18\90\1dÖ\11\a Ð\8e³\17+\ 5¤C:\8a\95\7fH@J DÌ\b§\16ÎÙ¦CÔÆ5\19\89À\ e-,\9d¤½ZXÊÅÜZ8cW¢c6\9aÍ\95RIh\842ÈÞ:h2ÚAz,\f©qû³`¶G3\94\ 5Ñ\90ýI¡\fè\ 6ìΠ\ 4³®\9dA\8c\80\ 2\85HG8§\ 4H\82\ 6\ 4ÜI¸ö\1eÚ
+\ f?½î\8fæ7\9d\9aåµ­÷\ 4Ãæºû)¹b±µXbÿõ\8eAõµØá°{{±I­÷=¬·\87B"Â^G±I\84ß·\17\9bÔ\1c\9f+üé½\7fàþO~à9GIB1\ 3ø~\b'+ø\f`5¿·Ä© VØ\8e\80B04\80ª[\18\11  õ\14|I8g\8f\83\8e\b\a\1d\ 5_3¢\81\8e\ 2¿o/øª5\93\87õ§\vP³{\ 6´ÿ\8ey\121Ø.@Ïî\19\8c\bÔ*\8e¬\ 4 Esàz{4'\a\8e\82¥ýÎõ\ 1´ñbh\ 3g\1d¬\ 6CF$Ez\92\93Ä\fº\10Ã*\ 2&´¾£fjN¶\eÐk\8ef\e\ 6ÔpÐ\ 2\ 5±yHi\84LlW$[4Å&Ä\14g¸fË^"@o§\f¥\90\b2qOjGD¦DG<&Ù\ e æ¶ä\ 2\14aÇx)ÈÄ\1d£Ê\vä!û÷GÛ÷Õp\f\96\ 1fo>¹eÀ~¼\97\9f\82\ 6´æ96[RÍO[\90-\b\1f\ 5ð³J\1eî¹E{\0çg\15-a=×N\9aûõ«v3{ãX\91\eÔÈ#5HXè¢äF«y\822ÀÞþ\aË\0ûd«\f\11`\ f\ad$ÅM\96\84ÄC
+ò&í\95§y´9$ú°x¤G:ªÎjKõ+SF%¡\19RÀ¹ðT¯\1a\82\1eÑù
+ÔxÀ\0­I{ÙS@4t¶¥®\9a!\eÌyì\8fH@bÕ\a_»#xÿuZüaù\89\804!¶Jñ\9b\fÛ-?Ë0-»p^À×Ar¡ö°ºÔwÕ²tN9½ó\9fDÄ×Ï_T\9b\1eCb\ 1,^\0\12\f´¿?sr\99tC>Ü\80}N«\94M]\11\90\1a\12\11\19¾_oî\ 1\18Ò\8cÖÛC:"Ã/ö¯&8ILý\80@{\v \ 2\11`o¨]\10\ 2ì1ñ0"
+èh\87\9c\1d\ fv\f\98\93xÎ%\ 1\93\ 5þôx\10ä ³\ 6jÙ9\a\ 20\14Í \0¹À}PÐ<\93¢E\84\ e;°×Ú\ 4\e      ªîx@$ØÓ\ 2Dâºû\rØ#"        ­ïÙ@\82DÔÑE\ 6\1eÀ^mT8-.Õ^WB@\9f8\ f÷oïB4BüÙc\82b\87^àO\8d(A3ÆÔ\85gßÅÆ+ÅZDÊ)\85¥\9bs¿\14\96\81õH\8aÚ\eQ&(C:\1a¸\ 4¤\ 6íý7\92\98Á+þ/|Im¾W¡.0Õ>V×v\80\12N¨U*W\1c ~?Û¾¯Æs2$@{<\a\9a\11\1dñ\9cZ+v)\82õ\ e:\10\81öxÎd\15a
+\ 2§É*B\94\e\9c\91!`÷ÅÓbe!E\ 4,H\ 6"\11 Ô     a\11\0:á)á$(\ 2:Zø\ 4DAö\86ôÙì
+)±\94\ 4´h\14Ôaöô 4\eéGIOÊVC\Y/\9eÌÅz}μÍ\ 6ÐcY\b\7fH\85bW6C\ 1\ 2¦¤ª\ 4<!\ 2´?
+å      \1aafWT
+ݼ®¨\14º¹]ѼX\8d\0å\0\vâ@»\11T\ 6ä\87ØÓK¶ä \ 6\81%\1a}y-\9c%±¸<}\1dÎR\93\8b¦¶þS4¨\98/@\bh÷}»\ 6\12úÙ-·+ \89¦í\97\9bcÁ2Zì°ûs,X\ 5 \89\r×\0\94\98M'PC\11uºäa\ 3æ©8Ûh1@?g\13DÍMIè
+,ý¬%\18\80\16\8fÝjÕn\ 1Ù-ªöE@VïÆ\\10\ 6í³±j×\92#     \98\110\16\e\ 2ôb7Ù@qõa\94ádW\aP)`F"¨££¹¼ª\1e\10`\ fgJ½ì\ 5\ f¨\ 1é\ 51qGµs«v»À ÞÐ\19Þ\80½Vk@\14pNÑÔ«íê\9bÆîû\1dÕv1B\12¶WÛa)Ö1í\1e\91\90Å\ e¯ý|%3cý¯«\93\96Û\8bq³#'Óê¯×\7fÝÑùZ\11\8bÐ\ 5Ø\1d¡h\94!zz\164cÎBP\a\80ì\90\ eWº¥W]Ü\80Z,µÊ\80[±Ôa\ 3 \95Þpb¢;\80\19\ 20\8f\ 5\16é\90£)"cÌnKl=¡\8d\84#\12:AG¹Q¶q¡>\1e\rQqO½W\81\a°#`´±¡¦HZ@Ë©HZÁÛ\85"Ñ4i«W»Ò¤*     ÎP\8eØIP2¥Ý$\bm\ 1ûÛn\1e 1d~\9bÎ\83í\ 6Õõ\ 1jR{ç\1d\89\88]R\80\16ÑJ\94"kùYûõ\86\88Ô!?ËK\81\19Ê\90\8e\80DæD@\v\89]\10 \9a V&¯;!½\9b "ìÏïê>\80ô~B>yÏ\84@cHBe!\18\93\90z\ 3\8bÙ¡»\88i9ÕX\19Ðú®\825ÄÄvs¼\ 4«K\8c]r¡ \14]\1e¹\14\97\9b\9d\ 1y\96]}\12\15QaÎÝ/ððöñj\95øwË;\fé 
+\80ê\8d\ fðüöä"¡ÞÝz»\0\r\ 1]ÿÙ\86RãI±æ\17®>åôe<I+ø+6\ 4ê\11µ\f\0Ø\133B²!P\1f\8f\9fó\9bD\ri®¾ðÍ\91Ù# Ø\110"\12<#@¥ÀÑF\81*\ 2F\84@{µXKO» @= \86D@\87\ 6lùe\97\14 ô\1f[5\18¸AÔ\7fL G\f\88\84;\ 6L\89\15Û-\ 4%;\f\91pϸû`#\ 1½`\11ò\90¹j8Fx\83æwÅ\be@G+ëÚÀô\8a\84ÕhJ^\10\vwô"G,ÔÕ\8bÜ\8a\0å\0\92\9dæÔBq\9cmZ((M\ 4ãTÃA«Có©\89`\0\188\9a±¡Î(\e?òm\aËGn\0â\b\86\ 2híÈ¡\1e:'\8a§\8f\80£\ 1\92 \96ÆÝÛä9.­!aKñ2!A\rÈD¤
+:¢z)Z%¡\16\92\1aL\8c fØ@e\8c¼1-"ÅÑqËÑÚïßÞBi42²:)ozPá\97å
+ÚãF\9a\96jÏ}Þ\81¥^DBR        mà<Ý\ 3\ 1¸]á|\1f\ fr\ 4pbÄ«Ae^a.\rÁ¯\85¹\12\11\18\90\988\ eµ1²Ç\94\ 1*\13û\98­\b\ 5\99\ 5\ ek"'Ä\ 4\1dE\7f     ! £x=gÄÅ\1d\11\81\fÅ\88½dmëÂD]\81U\8c¨\e\98 Ac\ fËMР3Gæó\f\1e\97\95dïmæÞ\17qY=(e$!5Ñi\80N\8d¹\17_\81&½=Y¸\18-ò«&Jaþºìõþ×\9f×ߧ6MÓ]\88ou'åq\7ff\ e\90°ÎºÞc\88,ÓÝ\ eÙ-\87­\18\15\9fR¢2\a\0\10äþv\0ì1ÁÖ\87i¿¾£j\10\1fÀ^5(Ùöû\rØ\9bøH\8eÁ~½y^mkÄ´_owê¥jðbÿjT¢@
+´§ù\88\bß\7fß^6*Ùú\17\ 4 âo\82ëÍVPKsº8¿\1e\95\99I\ e\ 1Ø9hA\eèè\ 1\v´$KJL$\e\19Hñé#\92 ==\84¢m\ 3zP¤\98(è²'÷á\0ö\1c\93\fYÈ<\9fJ\ 6¿_n@¯ù³ñ°^s\97)\19Ø¢"\97\90ð\84XÈî\rÇÉv\ 1ê÷gtþó÷ÕD¿\ 5*Q\83+)!\19\9b\fÕ'´¡õ=      .\ 3R\82ö§É\14H!Úr\94\9cB´õ\80ºÄ Vs\a×wÔÜ%J\8b§\8c¾ßQ±U\90\15aW\ 2i\84\1choÉ=B\ 2²×\fÎðþí÷\aµ¸½ê8a%n¿ÿÅÊ@Úp6Û÷õ\ eP÷álûõöTß\16\8b90°}æw\84\99\81[Gl'\ 1äd#\0½\81\93íûêlº<Û<9=\94bã@½f\8eD\0\94\0g\ 4hïë¹\ elÎÛt\85®÷uÉ\ f"=Ù<s\9el\9em\9e¬\9e_\ 4×Û\8b^\17¨\82Ì\8eP\81F\80=×»¥\17]ú!J$)Ø\1cY\8d\80\vô#ìo«\92]´¢á+\r¤m\7f\86Ëí͸kzÞ~¹}¶[\ 2_·Ó\9e¸\90ûåfÒ\vR-¹_o¯6\93\97\84Ýú\9eÜ\98\80Ð\87RC\94ÖO\11âÏl\80·(Ô\ 5þ/\83PûõýA¨ýzó`Î\16\84º8¿Zk&Ï\91[\96\98#\f\1dÄü¼"\0½uÔ\80\ e`N\8ch¹AÝ\14|(¶;\1cÀ\1eÆ\93÷Ì\v
+P\vF'´\ 1»\vÚzWy9`FßGê\1f\e AúçíÖ\1f\rÐ0\95oq\88ß~^\1d\96qEüí\97ï\9f~ùX\ 5ö÷oõÏî¿üq·:,Óºzýiû?·_¾Ë/qHmiÚ¯[ÿ¬®[ÍôǺû/uÝúOÇuq«\ 4¾­Ûb\m]ýåþ×Ûß\9cÖ­r¿®[­ÊǺû/uÝú7§u£\9co\eyÿX7~:ßö7§uó,ëV7è±îþK]7ϧu)\84ºnk\ 2ÝÖÕ_î\7f½ýÍi]\92óm£¨\1eëÒ§óm\7fsZWFY·]x[wÿ¥®[ÿæ¸\ e¹-í\95íÖqn£º-\88;\86\87Þ0OåÞØö\ e`×3Ó2ÔZzÆÝ\13A6\0_NñP\8f0Oä\11V»Óy\84Z%9Äv\84Ïù<æ#Ä\90lGÐ\90(\85¦{$\82n\ 5ê\ eR±í@K\ e\97JÑ=\ e@Á¿z\84Z©y8Â9\9fEÝÁLî Õw\80K$ª\13êãÌ\11\19Î\97\84¤î \f\1c7n¢ÄÄ\8dù6Âä¬\ 6cÍQÞ^µ\1e;\88hÂérÐã÷È\80\f\19\14á\ 1`<+´\9e´)Âí\97ï\9f~y(ÂöË\1fÁêªûî«å\97e\90¥·\9fö\8a°®»ë¾º®þr_·ýÍaݦäîëªî»¯\93_n\7f\9bãºUÉÕuwÝW×Õ_î붿9®\eå|U÷Õuã§óÝþæ¸n\9eeÝ]÷Õuõ\97ûºy>­Û\94\8d»î«·Q\7f¹ýõío\8eë\92\9c¯ê¾º.}:ßío\8eëV%÷éöçÏ·ßÖm\7fs¼¿jÜü|²y*\90\8dx>QMÞ¯\1e\97j|\89\19v°´ê\1f\9c¨mûç\95\aëºõ§ïòÓ§uòËaÝúouÝòËó§uòËaÝ\14dÝúÓwùéÓ:ùå°nI²niæà\92\93_öëÒʪ÷uÛOßå§ÇºöËa]\92óm?}\97\9f>­Kð|[OÖºn\94óms\18\1eëFx¾Æõ\ f\96ÿ$-î\7fp\÷\85íQ\87      ÇÕíóÙ\1e¥\9aOËì4\9fÆj>-³Ó|\92#ÄÌ\1d!ÆàÓzr\84\ 3\0»ù\14ªÖ\8b\99Om\a+.\æSÛÁª´\æ\93¸ï[óV\97ñÒ\8e°%ÕzÌ'ÙÁ&³©\1dlF\8cË|\12BÚƱP\84t\0`7\9fÚ\ e¶Ôh\86\e7\0.ó)Ä{\1c/îF"\9eÌ'qò~>ù~;=VÕäQ\8fÝWß\82\b+}Ô\bÂý§»è«\7fp\94\83·\7f¾é±Û_ßôXýéÓº³\1e»ýóM\8fÝþúþ§÷\9f>­;ë±Û?ßôØí¯oz¬þôiÝY\8fÝþù¦Çn\7f}Ócõ§OëÎzì\86®\9b\1eÛþú®ÇêO\8fu@\8fÝþ9Éùîz¬þôiÝY\8fÝþy\94óÝõXýéÓº³\1eûdýl\7f}7}î?}Z\87­Þ\8a\97\1a/Z\1aÕäOZþ³ÊßÛ\94w\9a;ÆSv4WMÏ#Íýù§ác:Õ²lÿ²U$\89äú\1cx;EîT\0¹òL\99\9d\0æ»ã\97Br\ 2\18+\80aðî Õ\1d\ eDü»q\10ë\11\ eDry\8f ;ðã \12ÒâÅÁ´T\1cxé U\1c\1cÚöv\0\98+\0ï-4Bò\1eAp\10¼G\98\1a³È\ 3÷\ e\86'Qâà\95Hµk×\16Qr\ 1ظðnKyIyÌ\15\a^:\98\85\ e¼\948     \ e¼·0\95
+ °Gp#q!Åz\93\89Þ[¨-S¶\11\8fä\ e&ï-TJ\f^\1c4\81â\96H¬v\16B\8a\9aë\ e¼\94Øp\10_u\vµ\99ª\9f\12\8e\0j?Û8y\91Xë<6ñÎÙ\89\93\97\ eRÝÁèæ\85\91T®óÈ\12\92He·©;²Êu&I¹æêûMÝf¥¹e"k#5íìå\85f\91µ\ f\1a3yo¡öcÛH\9ac¦Á{\8d5çf\13ﯲ\ f\84\99¼ìÜxÁMH3ÉÎÍ{÷ÞBS®^f¢  \89Ö\8d\r\80[\1e\88\95F\1aÛ~\812\89Ëã¥Äæxº}&Öý/\91\94\894)WÇ3\r¬z\8fn\81"ìì=Â(Hô^c%å'øLn#+\908h\0ܱ´@\92ò\92If\9aR=\82\9b\e\13é|\8b×æ\8e'6±îVm#)Ö[\1c\89¼\ 5?/´\10\88û\b\13y\v-\92åV®3ÉL\13½\83B
+\14±\95Ý\ e\amæ5:p\1fa`Åz`­õ\89\15(,35: oÁ«Þ\171qܼ HtÇTY$Î\ 3É\8d\r\an\89T\9d®è%¤E\8c\11\ 2y\8dâµ¹)\91\17\9dȺ¾ô\eKõXü\8a¥\19\9a´ïìÖL\89\94Ê´\99ÇGó$ IÛ\89$\1dø=×öêë\8e`\88ëëvÿ\85\ eÈ\87*"~\90HÅBÇP\9aÏD?\³\ fU~\v\85µ\ f\1a/¸ã\a,%Îô\ 3\ 5ûæÚ\1c\ e·÷\9eØ[\18Y:È$\80"òÀKÊuàTÌ^\0µ£ÓÆÖÎç\81êp\8c^:\90,\90É+Öù\1dT$Nîx"ûP%Gpï \96\85Åä\ eÂÈ\13\89\e\a\89\ 4ÐèÀK\89íµÏ«Úb=BöZ(i$\99©\16e\11/\1c\12Ér¿¹J\bÄ\1d\9c\17Rv#±\ 2p'y\8a\91åÇÁBâ@bëîg¢:Ä-\ 5·×\16H\1c´8\92{\aô[\eû@Qk,cñ\1eARô\8b\97\9d\85ìeg\ 1PXõ>¹óT'R¤¥ÀÞB¥\83Lg\81Ð\16\8a÷\b4%¶#Р   M^\91Ö\0¸é \90Gh®¯;\ 4Bg\8d\8bÇâd&>Ùw\99ØgãB
+Õæò¸\ 3Ó\ 2\80Î? óPÜ8\189JLµ   ÔÖJ\93\8b­û#Û5\0\11é÷F:_\99\ eÊÒ)×t²¯;\1c8\93\ 3\10t5Q3÷\9dܸmýÎ\vn[Y®ÑË\8dAÊY\9dÌô`gw\11H½Æäd¦-\86F        \94-ïà\ eÀýÖ¶p×\98j_»\94½\84\14ªvNn\0U;{\rÍÇ\11\9cH|\1cÁMH\13w\8d\ f\0Níü`g\9a\99^W\1cøú§óÀiç\a\1fih\e\89~¬£SªÈ'Ó\87TfËÒx+Í­\3\aà       V\9a\94\1f\90u,nv\96\19\8c~3¯±3Í\vtѸÛå!\1fëRm|çÖ\v\ fC\93&$ºÖ×ÍLBHl±°_¨ÎÜ\11\1e  Mn\894qÌ´½úßm$Z/¸í\ 3)Otw¡¨\0ÜUeu\bÎæ½qÑ}\7f\1a   \9d!ɦÞ\8b\81\11Ýa Bæ\1fÐ\15×t3\918³Ñ}6®Ü$\12\9bÜçOæIä\ eZ\12\87;º_ß\17üÕÆ\95\17F¯@io®î\aK\89꺫\v\83T\8díâ\16ªòÆâ~*\13frs£<Ö¹_¾\13©Xä\1aý\85ó#K\89d4¯\11\92»X¸)WºÚØ}\8d\13É\v­`Ú\r`!\ 1´|$÷\ e$#Ê]ª»\90;hN\97ûÕW\1a,¹eâÈòÂLòBS®î\ 4G1óÜùHU&ºsóè\9aoÑÎþ\97o:½\90\ f
+ÉLü뿤T¹I9³\8a\856q&\92\eéþ\a|
+\85H$w\86d"o¡Õúº¯\915q\9ant¿xJ\82£;ÑUD\1a\9d\97Æ&ûú³DË\93D\9aßÈ\8a¬n\1cH:hµ}î|å@î\8060\1a;»Í}6±-   \1d¸Ý>q8¼ª-Ví\hÕæ\96Ê#\89\ 3ÞN\94¤o\96\ eÜñÄæ/¸Í}Á\ 1\99ZGt'¢\9dïDÊ\83&\13Ý/\1còÖÆf¸ß\172\e\80\a4!¹3ã$®LGóÜ\86¦\14¸\13]3   \91²»+\8d\84ÆÝn\9f¼7Òq$÷CUæì\83Ç\8b'\e\94õ\87ÂØ\82(Z3ѤÜÂ@te\9d;åZ2eÙ×>\7f(l \95+]ËÓÞ\e_\16Õm&\ eëtù\eï±\15×íÝÙýd*ºÑ-\ fÄÌc\99Éí/4+\8dÎKs3S!\99\89G"û¾ÐÔ»\9b\eE¨²\96ª;\18Gg\85MtÓz6\92Õ\12YÜ6\92\0 ;ºÒ%Ût3R7!Í,/ÐU¦lýBË\84aÛæ»\93}ù*\12\99gçÈ\ 2\90[pgÆM¤vnï\8d4/¸\83óòTF·Év+WÑLn\91&1U·\9d\98I\91ÖºPÐ#e^ßÍÔM\89t¿õ'õ\98&ºTÑ\rY\aö\bÂL¯k"Ávî£\9b\v\8f.\16&[<ùU\emdµ#¸ó\13#+\95ÙÈvSï´÷þ²\86íM ¸\95+\9bN4W\ 3ÃÝé\9b\16ÁpkgÖo¤\9bT7Íô²Æý¼<\98I\1c4$º        \89å\ 5~\88\ 5\e\90l¦îë\9a\v¥W\ 3h5]t?Uw\ 1DÝAtë\ 56\0As#=%\8b\8eæÑ¥y´÷Þp@\ fµq×ö\8dä\11\9a\91åöÚ¤£ëëd"Û_¹9]lr\9fßB\19IÕö¬a&¯¬¼\17$ºI\99írMû\8dtM\17\1d\ 2\91\17\85    %Ò8p\87\ 3¥Õ×˦â4\1cÐC,^ÖH£Ù\89n¡ÊÖ/´\1d¸U\9bTÚÒ\89ïô\bÊ\97\r\80l\0ÜÚ\99\8d¡ð±4±\ fÜ\94(N\97»Ò¶°\12\89}ñä\a¾±¼Ð\90ȦÚú\ 3Q\92\11E\a¦é        \10/C"¯\17Ø\11Sô³qóÚ^6\92¶ÅTÝHL$!Ñ/]ôÈzúy å¥¹;ó\88P¥Ó\89Ü\94Hç#±Ã\v¤òÞ]\86§\eG\16\atí¿\8c¬g3¦_×@¡=\13ѱu÷³1Ýù\9f\1e!Aë\ 5\94V,í\1aÙÊ:\7fL5\90\94H×7ÒõL|\\99M#¡ëXè$\ eÚZ§Ç+ñµ¾lé~+\12}YÅ5ýÞÈÇ\ f\16V;³&\ eýÚGwhj\ 2\85\9e¢I?\13¹oaf        ixÖ\ eèT\1a:oÝÍ\vl\1a  Í\v­\87¤Ûo¤\830\91¥\ 3ÖN¤\1f®éx"}\8dí\9d\89-\8cóËD¶\18èyïL/3óèé\a´v\9eYk\9d\9euÎ[ªl+P¾\9e\89Ý\ 1ݾ 5\1f¤\95+]~@\ fþs÷\ 6b{ÊJ\fÅ=ü\90®\1eà³ÆÙgc:\8aÃ\ae\ 3I\a-O\95~\1e [\ 3Ó¼Àf\81¸q \8aÅ_ÇB\17L³ýÒÚ``w\93j¶û@k¤ñ:\0ìÜ>ú\16Âü¬[`\1fmùçÂ\97\ 5ãx©ü´@\14\1dGrO[\17±N·7rÛH\99$¤öòͦ\13ù\9bH°³Hèjãf'ÒÞ;ýîü²\\9cÖÕ\96}°ô_#;\ 4³y,n±Î¶Á¤»ÒH[\w\9b\9a¨å\1f¸y\81\91*;»Ç3ó\8dy«fr·ÍçßÚX¯\8dnáÐr÷éF\1ats!vª.-\91ü9\9aôD\98@^c£Dz\18ê˦©ò\8f4ld»=\e»Ý\7fq}Ý\86&;Q¶\8d\98\ 3A¢ûå\9b\8dê¶òD·<\18HÍÔ$\12\9düï.Á\10©ì~caÓL\9bËã~k\93[xYd\9bïB1\91×ȧ\Ó/ß\ 2À\9døN³³Ìér¿x²\83¾\1a\1d¼¬H\94î-,ï\8dþIaÂÎ/ë\97FçlÓs<é·wºª\8cg&:\ 3\82\8d#µÇ{·\89#6\12]\0áî\1d(\93D\9d8ØÎ~\ 3ànNÜ
+¢è¤.ºÚ\98,\98¦\a\1dOv<3\9fðL+\16:\10E¿µÑ^\e? Z¦­»Í<¶ÿ\ 1­\e\9bµNw`p3\13\eÙnùÊ´çêî\87"\9e«\9b\12\17\12\at/ÑEbët\9f,zDµÛV¦;y.\9cr}\10\92\e\al#ÎfdÑ\8d÷ÜìL7\17\92ùLt\ 3FºyÀëbªO\9byïÖ\vÂL¤\81Atæa\9b\894¯Í\1dOdI\99f¦V¦êæÆ@ÊDº\9f\8c\94Ox¦{D%\12\a­_\1a\9d\1efRqà\1e\9fЮÑKH©ÊÄB'}»\85*\eÑä=\16öÁ²e@¸må\85U®l¾2=\8f\85Î\88\92Âyw\ 6DK­£í\ 3·P\1dY\0´\89Ã\86\85ù#,¤Dj\ 2Å\9d9_X:\10Åò²d\9eÖÂÁ\9dF"\19QîT\1aºz@F\aÐ\ 3 Ýe(Ò\eÈ=Ï5³\0Ø\1dÐI\9eü\e\v\9bnÜ2 èì@ú¡\8aNâ`û'úãHì0\93ÖÿÀ}\v\91\94Êt\19
+ï|³\1d\9a\9a­LO? \e\19Ó¼z\7fÙX\9döhKûÎt\82#ÝÖÆ\8dÄDÒ\ 1Ýê\8b·\95é~i\v©\17Z\10æe-ã\e/Ðö\ 1ÝT\86.Ù¦ã\a¬\85â7q\ 6\96\90Äùv\87@X\ 3\837²Ø<Õç\rþ#Sªø¦´n\1cÐíÒù!\1643±íL\9a¥JGóX\1cøë\17èy,O+\84q\87\ e\fÍB¡ûæ\91C0  \0¬\81Awömu®/sÿi+mzZ\12\a-\13iÏÕ}\ 4yù¦\9b\ fºç½³ìL{ï-0íÞAy\92fò³3;\14\97\1erEwh¢y¡=\9d³³ÎyC\93Ì\ eä+(ü\8d8Ù~iÍé¢\r\fºT÷e£\85ø²uI½§CãnRfý\ 5º\7fb\8b+»³\85é\17\ e)\98¦]ß×½/Ð\ 6\ 6»\ 3z®o¬\84Tܱ4v\8e'}\8dô$\10ú\1a\9bX§k<éªs¶\8eÅo#eR±Ðå\aÏëzï\16il\93©To¡¸\9fÊÄJ£G\89Ð5]´Óõú\ e\ftüÀ-ÖÙv&-\85Âmâ°Y ÍF¢ÙÙK\89-\85\82\1ebá~{gû¥5\87\83~í£û#\91£Ê\89N\9e¬×Æ\ 3\90@\94Ûw\16\97çe³\v[8Ð\1dG¢U\9b\98û^\1c\84*\13³;ÉSd¢[½Ë|&¯Ó%\8d8\8b»1o½Fw\97*:S¶µCeµ³ß_ \1d\ e6\91\99\12\9eÐ\ 3\82Î\16¦\9f\8déÚ>÷C\15;-\8d\8el·Ü}÷\83¥Ìsu7Xª\ 6\86»\b\84.Gj\91mÖcñw` ³Âä\16ÜHd\83²ÍReÇîù_ûØÜ<z²0]]H\17\aòó\99è\99u\v©Ú¤;\91û½±\99ºn½ ê\9dN¡ ûâ¸\1f(D3yebkéâNú~\96Lt«wQ,Þv&\9b«s×Lî\98êÄ)\96íúHÝø´fcôs¡\e\89l}cSï^$J\17
+\7f\8a\83ä6óÄÜg{\81¸+,é`\9c\18\18~:\90@\94\93\12\1fÕÆt§o·@   ¤@i%ÛîÞ@¬Û×Ì}Z/x\91\18ª<Èô\\9e\97M
+\9bØ
\16Ks+W:å\9aM#¡ë\e\9d\ e\85ñ\rUØ<\14ú}\81¿Fz\96)\9b     Ó\82²î\90¨P"=M\95ÎO¤\13\18èiªn±.f\1e\9dbù²\12\8c7\984.¥ûn\vELÝ×u±dçx¶tc·ç*ÍDÜ6R54³{\a,/´Ä67\1d°\rUZ8ЭÚØ\ eÏÍápçâÈ\ 4I²ê\9c\15\1dÉbÛÚ\b;»}ç\16Õu\93r!qÐ\1c\ ew0\8eM` G\91¶L\18²Q7Ñd\8a\9eªKÛ\at¥-[²MwlkêÝ\9dnÌ>Þ§z\vîùL­t\9fî\9bç6÷Ååqçde\92\ eèä>\9a\12\9bµî\96Ê\85$¤æú²Ñ<ÿà?ycq\87Â$,ÌÆTù\ 4Ç\97U\9d·ò\ 3¶ÿ\81Û_\90\9ao\7fsâ§U\13ÑýTÝu,lh\9c\1eÃÉ×tÉC\95û\btÍ7-TÙ\])\ 6rçâÐ5ßtó\0Q,n\97\87Î[ç\87X°í\8døæ\ 1ì°ôæúº\1f®Åk{Y\a\86&\ fÜ\ 1\bò\95\87ç\ 5\9a\12ék¤Ë\13éQ"|ÿ\ 3ÚgbûlÓaa>\ f\85~"\91\8c¨\97ÙÊÍByÝK\17M\at#Nö\8d\85ÎÕ¥c(Íý§[@Ò\9dÿÝ\ 6\ 6\8f®¬cû+7\0n\81Â橶zgº\95\a[~à÷\%¦ê\96\aô P©"qGu\aR¨6K\95­¬óG0&ö\bì#\rßò\8d-\94¥çp4\ 3\83Î\ 2yYw¢\99}&\9a
+)ÖÛ¬2·¥*¯<¯+Gb\8dm:W\97\9e\8eÄÇ\91Ø#4$Òmmè"\10z\12\b=eÛíx²\9dºZ¢«\e\aÏê¯ì7óضù,/l\11¬{hÜm¥EV¤=ÍReÇ3û\93¾E3¹«\véÜ})\ 2q+Wv\ 4e{"¡§dÑ\8f÷/\9b\96F×pð)\14\17øº6vP8mhÒõÎô\ß\96ZG¿ö¹\83ó\81\13(ü{c\eÓí\14ª\eòî"Í-\91Äåqç¡d\12\atÓ¹V\82ñº\88&ÛÅ\92æÆæ|ÓMçÜF\16»\83,\86¦ÛRe\93¾\9bzw\9bûì0T~â<ÛÍ´\85\85Ý\0è\80$[8ßÒLÝ\990"\95ÙÎ}þ\ 4\1aé¤o¶»1?\96\97mØN?\e·H\96[\1e°9\9at2\ f-ÒÄéòGóØ[ I¹É\ 373±1Õ¶\ 3o\1dK¨·à­cy\94+{\ 1H©®ÛÐ\*){»P<\820t`\9aõ\17Üò\80'$Q®î \fÛ\e¨E²ØQån\81ÒnÁm#±Cï\1a\8f íL¼n_\8bdy»\91\88@InÅ"¤L×7º\830\13Ë\v\89%e\11\88¦\18\9al_]wÖx«ù¦\13\9aÜ)×,\80T#ÛþÆ{ì\8bg;\82\97\17Ú\11èt":~àv¾é\f\b\9a\88\1fU.qeú\8dÅKH­ÿÁË:<K>Òè¾\ 5¶³ok\11ÍΨò7Ò 'H²Ya|£n¶'L\eøF³³{\aôT\1cºa;],Ì\16\aÒOç\92ØFïÀ_\8aÃf\a¶º6z¬\ e\9d\7fÀ¦Pø\8bD%?\91­sõ\8fO kºÄÐt\9byRÓå~_ {\8d³G S(\1a\ eÜ21\91ìÜ2eéAán¡Êj¦TEZq×þ\v\ eÜm®*\ e
+\9dnLW\91Ð}0Ü%\18\vIÊô5¦\915uYû Õþ\93\15\96~\8f¥        \94\97åæÑ\9dûZ\8d§Ûgbsqè\1d4ÅB\8buºÛ¹;0Íf\vÓ\16
+=%\8bî\1dH?X6©ìEb£Dº\10\86ÕÎn;\91\1f\10ÍJ$>\0\91I©ÜnÁm¡\14R¨¶\b\86\88ruËDö\16h\7f¡9ß4\1dÐA\18ºå\9b×ܧ\e²Ò\91mz\94HS®nÅBwö¥k¾Ù¦sm\a/sûZ\10ÆÍ\8dr\vl\93j7\12éçBº¿2Ýê\8bîvNï\80\1e-D\97æµ#¼¬½\11\9cØ^aôSY*¤^h\8f4nJ\f$%¶¢0Úk£Ë\13Ýt ã\99éÄw÷-°\11\8c¦XÜòàõM(e\an\eI®Ñ\1dÉJlD3\90ìܺ\17Òs8^ÖÁ\91\8fâ°\83\19×t\17KV¹Òoï¼\81Á\ 2Ht`\9amíÓvà\ 6Àî E¶Ý\0Øn$t&\8cX(î7\96&TÙ\86*~ï]4\13-Òèv&t\9bì\97MѤGÎñm0Ù2U¶h\9co_Ð\1a4³uïþ2\14\99\82ñ²gãÖ\vÄí|Ó\93Æ\aR;·fc/\e)C\87Æé´²Ö¾\80îbù²^¢tÃö\969ÿªÁ\7f\ f$\92\9eÐ\12\96.\90tW\99ÊX^úÍÕm­Ó\rYÙW_Z±Ðeª|§oé\7fà\ e\ 3Ñ\1d\9eé¹<,\80çÝ\82ûí}a\85jd\85*[uÞ*ªÜÞûBÊDZ½óª\8dî>@w;gëÚøzg²Xø\ 1ÀÝ­ldoa&wÀöÅá)\91\1fÇÊ\1a\18ô´4º\8e\85î\15ÆÏ \18IåÚæ/Ð\r\18ÝÌĺ¾-~àn¤!H¤½w7\0v\b&\9f\8bC\8f¤ekºø1Ýl(\8cî!Ù\b\89´Pü2q\1aI\0\r\atfÜËÜ\7fÞÔM¤P¥;²Ð}uÛ-Ð-¢Ý\19ÓR¢Iç+»µ3+\95§@2S3¶i;Ñ=9P¯\eÏLú\vÛ\97o\0\927ºß:ó¸\85ª\90ò˪Î[P\96\9eeJÛHî\0\ 4      ]£\7fT¹ð\82»ÁÒÈQ"?Ä¢=ÖÑ#ii\e\89¶ÒÜGH,\12i\87\83\r\89òï\v\95\12Ýý\95[g\1ewc^¶K\15\1dC\11ÏÕ¯ÚX+­u©¢\1f\96*Û#ªEqØ4Sw\ 2CËÁp\8fWb³@b\ 5PÜ©4U¬\8fn\1c\b\0w0\8e®*\eÙkdËT%\9dÈ\8dD~b\1cÝ\13\86ÍÕmYaî2\14¶[Y»Æ×¥T±·@·É\96ôB·< ë\99\9a­ìîR%\19Ón¡*ÜèÎÕeËÒZy¢;ÉSĺ[¨\ 6ò\1a\9b<p\87\81Ø\91stë¿\96\ eL³     Ïô-´(\8e\9b\ eØ\82(Zµ\89@ñ§\e\8b\8dD\8f*§#\18ô¤06\18ç\1ffÂöÁ ÛXбu:4ÞF\89¸cªOK'")ñ       ùÊô\f
+·L|Úà?v\9aª¿â\9aí^H\a¦Ù6Ù-0\1dݼ Cmܪ\8d¥D©ùö{,¢X^6\1c\99\1evÆW\³ÓÖéÇ:~®/;\ 5\83Ox¦Ó\8dé\99\91\14ªM½³f\9e¿ ª°ÌÄ
+\14z<s\93\89n¡J\9b8¬óÝv@w7v¿pd\12\89l\ 5Åc\9c\8a\9b\ e\ 4\aîü\ 3vBT\8bî\93ã\95\b±ÎÎí£uc\ 3@ÏsuÏå\91"\10/\12Ù)\9a\8fW_÷\14\fv\88\ 5=Ð¥õÕ%k<  ·\8f­ñ¤5S³PØt"\7f\95©$²Ð%\184\1dÐ\93\85\9f\10(¬¡IϨ¢\87ÚðÃPéùÎO+\12%óT\89´2¶U¸è\ 5vD5Á\v¬\99×\90HÇPÜÌ\14In|\9eµÎ\96dyõÂÃB¡Cãî\0\ 4\9b·þ´¡wþ
+KR¹>!?\91\1eEÊÖúÒaa\9a\17x3\8f\a3ÑÚÙí7²Þ{Ëɢǭ¹ßÞ¥zÀ\1d\9c\17èÖ>­S×Ë\ 2Q\r\aôÐ;zx\ 1\8b¶TÝÌô´Ñ\ 1îk¤{ÊÊó\0]¢éÎ?\98Yf\12J|\99\85Ò\9e\89è>\9atw"z\;ÝúÏ­\17D&ºwÀÎéâ\a8È-¸_¾å\95ÇÍ\vôÔ<9\82»P\96}{çGÊÈ\9b«ÛÀ`\13]ùiil\8ae\e\ e/ð÷Ùf\a\81ÒO¦´^h\9aéeyëü\ efR"ñÃP#KHR=@wþg\87\1fú\13ÛØ\90(]\86ÒpàÎ\88\12v¦{\81¸må\91¥\83Ì\8au\16\89|^\1aËÎ\8d\90è\91\8ci\96\ eè©8m6\11\9dàH¿þÓ\8d4h±î\ eÆÑ\89®t/Q¶Ö\97?\ 2\v\80
+)Òèjc\ 1àwûF\12\a´rmò\80\9e$êVï\v\9a÷î¾\ 5¶t\9f7u\13    q#-\95_\96\83\8dî¶w|\9a©D¶éü\ 3·T¦ë\17\9eöpíné"¯<nB¢;8²\9dyZ\9eª\9b\90ä\16^W\b#/]n\1c°ùH\r\0]\8aó²\16Otg\1e\9a\9dùV_t@\92í«Ûx\81\8d¡¸C¢ÍJsKe:_Y\b\89Î\1a§qà=B\ezç>\ 2\9b\1a(Ð-\1cÜ;\90Iaî\99÷R,ì\8eh²ÃP¥\a\84\7ff\1dÛT\86æF>\86"\ e\87Ûé¢ÇpJ\1cÉ]YÇN\88¢-\94汸ÓHÄgr¿òÌ,\80@"±u¥q?Ò°R\99/\9c\17c\9bÎKs×3\89µî.Õ­y(Ém`ÐÏÆll\9d\9eÓE\a¢è\8eïôäÀÖå\9aUmþ\1d°)\14m\aî²ui{ç½\85V×æ\8e`HÝ»Ûý¯ììïä)8xYÿ\ 3ÚØn\83<¼íPùj¢\99\14ëm6\11[\9açÎ\9coYã/\9b×&ºÑ\1fÉ"ÛX<Ê\13Ýt°\90º\91\16(\8d\12érez¬\8e\9b\ eh\0RAAß\82;s>²· òÀݨ»î »\83qb\1f¸E\9aØ\89n\89D\93r!\ 5J«6v\9bûBÊnBª;p\17L³Ó\91\1e\84ä¦\83\85³P\1e\ e\87ÛÀ\90÷\ 5·Ç"     \fî\aK6s¾IezZ\1a=ZÈ]º\1fØ÷F\89¡¼l8r{ý''ÂøM]:é»\19Yn©ÌöÙæ\13\1eQⱸs¶g\92\12[\17K//´ç\ 1:~àNî\93j":\91åu\95u\ 2ÀM\a\12\94u¿pHL\95>\ 2\9d\9bG«6º»±û\bt[\¶\0\82\ f\81°\r\96h¯­±³[\1e°%\18\89\1e\1dÀ\86D\e7ºµ³p#-ÒÜyª\85¤Ä\16\16¦me7\ e")T[\9fm·H\93¼õ\97\95'¶·w7\12\aR;Kl½¸ß\Ùà|3óÜ\8aE\1eïÝ\ f\14\ 3    \80¾ÆX\99©¸\ 1Tyà\1e^@«6yõu\13\12] I#\91®íko®¯£DÉݧ\1fïÝ×(v"=\7fÁíx²\15×òHã}¬{¼ò¸£yÒ\ fÅýÒEö\84ÙrtïÑ<÷C\15ýDB\8f[#ß\\9f\10Á ãH¬<`}¦Pã\89Ñ\e\90|"\0§@y\a\0áY\0Ü×H\ 3\88o\ 3ÀÉ\v¡F¶ß\ 1\80S\1e<\ 1@~\16\0§j{\ 2\80ò.\0¼ieO\00>\v\80Sµ½\ 3\80éY\0\9cFÖ;\0\98\9f\ 5Àid=\ 1Àò,\0n\ 3ãå\0ª¿\10½\8f÷ï\0 <\v\80×>x\ 3\0ÕBñºÿ?\ 4\80j¡x3aÞ\ 1@~\16\0¯\81ñ\ 6\0ª\85â\9d¿ð\ e\0ª\81áÍ\80ø!\0T\ 3Ã\9b\8bó\ e\0ª\81á\r\ 3ýP\0Ü\ 6Æò6\0¼aá\1aÑüU\ 3¨\ 6\86»\få\8d\0x\ 3\92Cüõ\ 3¨\ 6\86;[ø\8d\0x\1f(j%Í\8f\0 y³@\86ò6\0¼\ f\14<\80ñm\0x_<keÝ;\0ð¾tñ\0æg\ 1ð¾µñ\0\96·\ 1à¶\ fX\0ax\e\0^\ 3\83\a\10\9e\ 5Àk\1fð\0âÛ\0ð\1a\18<\80ô,\0\80\a\90\9f\ 4À]óý\ 6\0ʳ\0\ 3\1eÀø6\0¼\ 6\ 6\ f`z\16\0¯\81ñ\ 6\0æg\ 1ð\1a\18<\80åY\0ÜöÁË\ 1Äj`¸ë\ß\0@x\16\0¯}ð\ 6\0â³\0x\r\8c7\0P-\94ì50Þ\a@ñÚ\a1ÿú\ 1Hî¾×>x#\0^û åîÿ\8a\ 1T\ 3Ã]\82ñ\ 6\0æg\ 1p×±¼\ f\0·\81±¼\r\0w\85åðã\0p\97­\87·\ 1à.\90\8co\ 3Àk\1fð\0Ò¯\1f@50F¶âú\r\0x\r\8cÖ\aãõ\0èV\1en\0ãÛ\0pw;\9fÞ\ 6\80×>à\ 1ÌÏ\ 2à®°¤\ 1,?\ e\0w\1f\8cám\0°µÿ~\0áY\0èÑ\ 1¯\ 3\10\9f\ 5àe³LÛø\84\97\8då}\ 3\0ÒkÜݤúõ\0Øyï|ó\0\1aÀø6\0Ü#$^\ f\80íFò\ 6\0Ø~i?\ 2\0ºS×Ë\ 1ÐÝ\89~\ 4\0ÒdÊ=Bâõ\0ØN]ü\1cÏ×\ 3 ç½¿\ f\0÷l¢üë\aÀ¶\80|#\0î~it'Ï×\ 3\90±:îV_?\0\80§µÅ}=\0·\81Á¶É~\1e\0·}À\ 2x^\8f(\1a\0= úõ\0^6»PÚ`¾\1e\0=\10ö\r\0Ð-ã\7f\0\0/ërÍ7'\16\0în¦4\80ñm\0¸ûêÒ\0¦g\ 1p\8f\9c£\ 1Ìo\ 3ÀÝõ\9e\ 6°<\v\80Û>`\ 1´q¬¯\a@ϼ§çtÑ\0¼öÁ\e\0\90\86¬îÉ@¯\a\90\9e\ 5Àk\1f¼\ 1\80ü,\0î9\1c4\80ò,\0î\11Õ¯\aÀ\ e3¡'\89¾\ 1\0\199çµ\ fÞ\b\80{T9;ní\r\0Ôfåþag¿~\0mr {\bæë\ 1\7fz(îë\0Ä'\ 1pϼ\7f#\0ô\8cë×\ 3p\ f\ 2%'@¼\13\0÷°³òë\aP\r\fÿ\8cë÷\ 1à\9e(;½\r\0÷4ÕùÇ\ 1Àμ\7f\ 3\0\80\ 5Ð\ 6û¼\1e\0;\9eù\a\0àm\r\1ck\97ëw\0à\9eQ\95Þ\ 6\80×>à\ 1ä·\ 1@Ϩr\ 3\ 2à\1evöz\0ÕBq7æ}\ 3\0ÓÛ\0ð\1a\18µIõ;\0pϬ£\ 1\ 2à¶\ fH\0O\98\1cø4\0Nûà\1d\0T\vÅÛÙ÷\1d\0T\vÅÛ\98÷\87\0\90\9e\ 5À=Ç\93\ 6\90\9f\ 5Ài`¼\ 3\80j`x;û¾\ 3\80ñY\0\9cöÁ;\0¨\16\8a·³ï;\ 1\am,ï¯\19\80\f\ 6\a¿~\0µËuò¶\ 6~\a\0ÕÀðvö}'\0^õ^»\ÿ\10\0¼öAm\93ý\ e\0¼ö\ 1\ f ¿\r\0¯}PÛdÿª\ 1T\ 3ÃÛ\1aø\9d\0x\r\8cÚåú\1d\0\83Úåú\87\0à¶\ fh\0˳\0¸í\ 3\16@m\93ý\ 6\0¼\9d}\9f\0 ¼\r\0¯\81Q»\¿\ 3\0¯\81Á\ 3\ 2àµ\ fx\0ùm\0\ 3\1e@y\16\0¯}ð\ 6\0Æg\ 1ð\1a\18<\80éY\0¼öÁ\e\0\98\9f\ 5Àk`ð\0\96g\ 1\a/\a\90\86'\ 1ðvö}\a\0ÕBñvöý!\0T\vÅÛÙ÷\1d\0T\vÅÛÙ÷\1d\0äg\ 1ð\1a\18o\0 \1a\18ÞƼï\0 \1a\18ÞƼ?\14\0¯}PÛdÿª\ 1T\vÅÛÙ÷\9d\0¸í\83åW\ f v¹NÞÖÀï\ 4Àk\1fÔ.×ï\0Àk\1fÔ.×?\ 4\0¯}P»\ÿ\10\0¼\ 6Fm\93ý\ e\0¼\ 6Fm\93ýC\0ð\1a\18µËõ;\0ðÚ\aµËõ;\0ðÚ\a<\80ùm\0¸í\ 3\1aÀò.\0¼­\81Í\0âG\1eö\0ÂGÎ+\80\7fÆsk\9fr\ 4\90\ 3\80û¿¤Yz\ 3í\15Ëx\ 40}Ä\ 3\80ø1Ï+\80E\9aL\95\8fð    Àt\ 4\90\ 3\80;ȼUNÌç\1dÌG\0á´\83û¿ä-Kø\ 4`\ eg\14¤xÜÀ\86Ã,C²ÖõSzl`±\ 3X\10\80i0\ 3È\ 5\ 28\1dá\92\f\ e}8Od\90>æ|ÜÁ8\7f"\83=+L±\9b\fV@_\92Áø\11ó\91\15ò
+ oÕ©ó½?sú´\83dF¢\f\12]\8fðå5^ÒÑ\ e\a\ e:ºÚ\80N\ 6\ 3\v  \0S¿89¸\e':Z¿sØ\81\88\13\19m´3p¦\13\80K:\1a§¯éH'\83ÒvÀ\91Áî\b\ e2Øo`:IÔ³H®\ 2q\15'q<ãÐ\84\82\e\80\à%\9c$ªN\ 6Ã\9d\fÊ\85\1fÃ\fÉ`\92I¨;\97m:]Bú\b\87#\94\8fá¶\ 3\19îüÙÊ\fg\0\97tT2IGë\118:ÚáÀAGû\r\9c\99yý³ñKµ´\a0\9fÔ\92ª\99s\ 1'\0\9ay¼IðÏ\0æ\8f°î)Ô\16Wa\97Z\18³A¯U\0s¹±Â\1e@:­¿\13Íþ\ 4KÜÖÏuýªT\1a
+ÂpRk+«\8e\88\ eÃ\92Ñ\ 6N\188ëÕûú\15\8dh=\90èÇ;\94õ\10\ 1\80\11\8fëï\b\8c5?u[ÿ\89\ 6Ê\89\rÎT\7°5\v\98\8f\e\bgÓä\8eðý\ e¶K\95¹Îû\1dij\89«¢ M&\14Ä\8f\r¬w\ fÖ\9fÄñ\99\86ê÷«4=¬?í?}$È\86Û\18\98ó÷Ã`f\82\84\8f    ê\ 1Ê\fÖç\93\18Ðx`ëK\rÖ\el\82z\ 1\13\o'\80\19!ðL\0ê\ 5Ì£í\ 2î¦0ØÀ\82oÐÀ\85\ 2`qrqÕ\86\ 3\94\ 6ð\rnu3\96\e<[$u}Í)=Êñ\93\18ÔHP\12.®xH=@B,`'A\89\82\1fÖ\ 3ßBA@\1dct\89\80p\92\82w\13)5\1e\o"<\0\98¥P\1a9)´½\81\98\98\0Y\13Û\99Ĥ;*\ 2àäbU$&Ý^\11\84\ 2ä\98r\89K6]¢&Gó\0åÈéûg\14Þ¯ \ fèûa0¸ù\ 2\0rÁÉ\18Q7\10L\eXusX      ãç\9bݶ\8aÙí\97ï\9f~Y\8dµõ÷û_Ý\7fþã\97\1f¿_è\EоIÄÙ\9c=[Bë\82mýê\92nßßµ|\89ñ\84¼s|àNÀrùñ³1\e\9e8£õ¡\16¥\1f\ 1\9c°?ܶ{>@غcÎç\13\98\ 3\14¡\96½\1dwpâáñÓÒÝ\ e\84\ e;\0rü¸\83
+`kV\ 3\8ep\92BÚ%\86h¼E\15À*È)2\b5FrI\ag\83öî\18\86<U\1cL\1fCy\102à£kzGk(\ 3¸\850\e\ 2\9e\ 2\0]ãêê\KÒ
+`\8c\10\0°¨\8e\0Æ\86ÄO\0\16 J\ 3æ\85) J\f\ 6\85Zw 6á\1eÀ`?Â<X\8f0ÏÇ#l¤Õ\Ë\ 3\12A\90\81ø\96\a\0\ 6yP\8f° $\86\ 5è\13\ 5\89Ë\bw\0HùH\89÷#¬øþ\18ây\aÀ(À;\88\ 3\94\1a\15\0!y\8f \0Ð-ij\87¯ÑÁª\ 18:XÅ'G\a1.\1c\1dÄ\84\98     QÝAM\ e¸d¦ó\ e*\12³ÜBø$TÃrB¢
+ $\e\0M*7'÷\80\ 3\10uUp\80\85jÇ-\8c\88\17Ò\99\ eTB\9a0%\9e\0\9cC-u\a\13\14i\8báý \ 2\983'T£"\13Á5*ì¼`\1c\0g_¡\83\ 5\93\8e°uþ1\1d\ 1\91òv\8dI\91\89ÀRÆ8ØZ\ 3\98\11Òæ®\eµ3¦\83\84e"â\85³¡y{×\8e\82\83ác~¸»Ñ\10}¯;H\98\94\rÜXq\90±r5h&\ 1\0Åú\19\80F\89[ÌÀD\89*\ e\8aQ/hê}K&7©÷sü¾î`B¦n:\e\9a*%N\98\eÍvâö\12eTm\1a\0\ 1û@9\ 2¶Ò:\8e°¸µse&\89\1e^1Órrº\86\9bHË«DºÓAù\18Ãã\1aÍ\ 2%Gt\v\1d\ 2%G(Tí\ 2%ÇÙ\86\83ó+À\9d?s\12\13g\97is¶\ fÎ8\bÃ-\84\97\93øÿç·¤x\ eß\8c§d\9fz\86\1c\80vMÈq<ÞãýfsÍ\16ÚvP>\ 10\98ªr\86­\82Ör\86³P«g(\13\8a ¤\13%\9cc\185Íc\95\0\b\9f\1e%O6\8a\8aÅ   Ù(\0\8b:\12æØÐø\19     \ 6vh\10F\e\ 4\95#W3ÇÄ\91\9ad.\ 3\12k\1d\92¹(\8e\97ÙÔ+\ 1»=f;©`+\ 5E¤±P©SíÂnÜ        0V5\ 5=Õïï×\9f%\82f§Í ®7\9bªb+\1fÖ\9bí\ 3QL\87ó\9fdªF\ 2\12=Ø­ï\88á,\b\7fÀ÷W#0BÃ\a\ 4Ø#0\ 3Æ =\ 2\13\8c(T#0\ 1á°ÃóÞ\ 4\80i\a\9a\8d\17Òp\97$\a\0æ¸|¨\15g\e\80O\ 1ÕáD\86ç¸øý_B¾ç¹\1céÈ Öê\ ej^ÿå\ et\0\v   \98w\80Õb(\vÂÁY-ªH\1c³\r\89çç\8dº\ 3(\r\93ÅÂ\92\88ìd¥D%.>G\9b\ 3ªX Û\83Ê\vÞ\81=´¿\18\1aÿ\18 @AJQ\89ÀÔ\86µ\97JM\ f¨\ eV\1ch\ 1\16Î\ 1U\15@Ä;8éÅ3/ÜÑ\1a\85aÙÅ\ 2A(\ f¿\8fÄ\84w`~\\88Éx\vj(/£\1dtèÖ-"kR®ê-dÌL\86\8cð»@Ù2/\91@\ 1\8aE\89ÄIÚ\90\9b\99\8dvfªC\83ýÌ\84e¢%úPé\0ËD{\10)Z\8d\89g)6û@E"\96\89v½Ð\ 2ªWzA\8dBA\91Ö\13\85
+f;Q    á("Í\1e\85\8aF;Q=BÂ\8aÅ~\84\84¹Ñ\1e\85\12\91\1aÝ\17!]üÄ\93ä\8dè ÖÍO<©\18     I\ f¨\1aM\1c5&<bv6$`Ô\1d\8c³W"I@Õ¸\ 3="kä\ 5\15À\8c(\11¨6\1d\0¦Dsä!ÍX*\ 3½p´\ f*\80e@\94h\8f\ 5]#\88A\9dEÚýP-\13l\9b\88\82-ÀÈÂ\1e\1d.Ý^\9bTݹ½¶\[¡íw\90PøE\ 1\90¢\r\80z\ 4        È^ûL¸:`Ó\8d\e\1dì\8b/Ë'2ø¯¿ýé7\7f\17¾\85o¿ýãOÓǶüÛ¶¸þðÛ\9f\7f
+\1f9.߶pìú7¿ÿöWÿãß¾}ÿÓïþð¯ÿù\87¿ùö÷\7fûwßþý?þí÷ÿ÷w\7føý·ÿõÿ¾ýý?þò§ïß¿ýÓ_ýî\9fþúÛß}|ûÇ?ýá\9fÿð\1f¿|û/ßþå\97_þýo~ó\9b¿üå/\1f¿üË\9fþóã_ÿðËoþ)Lã\1fÿã\7fþëÿùÍ¿ÿç¶îã_~ùùû_\7fûíÿþé¿ývÝÝÿ\atã±Ó
+endstream
+endobj
+371 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 909 0 R
+/Name /Im358
+/Width 29
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 1þ\ 6ö\ 3ì\r\8c\0Â\ eP\9c\0Ä
+\b¬\0Â\f\b\9c\0Ä\ f\18Øÿ?\80Ð`>²¼\ 2\aP\1f\f\v a\ 3(.\0â\aü\rÌ\ fþÿÿÿ\0\0¼À#í
+endstream
+endobj
+372 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 910 0 R
+/Name /Im359
+/Width 21
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Ì¡\r\800\14EÑKKx¸\8fÃâX\ 3×Q:Fq]\8b\91\90¸Òü H\8e>Dèä\fV·C\86\ 4\95¡\13ALb\14³[Äæ\ eq\89Ö\9eoø±\93r¿?\1d  \15
+endstream
+endobj
+373 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 911 0 R
+/Name /Im360
+/Width 19
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM±  \800\10\7f\1cÄæ\ 6°È \19\95Ühç&\8e\100EJ£ øxìÈ\81âIÂ4²Æ*^`Þ ¾Ûà2z¢+C}H´çù_¿Eb^Õ³b\89Å\90Æ\rJ5!!
+endstream
+endobj
+374 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 912 0 R
+/Name /Im361
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\7f``\90 Q S Ã Ã Á`Á\90Àþ\80Á\0Èâaàcà{\0\84\ax\1c$\f\fø\1f\0\0¾B R
+endstream
+endobj
+375 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 913 0 R
+/Name /Im362
+/Width 18
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³ágp38àîx ½\19\8c\18\eÚ\19\18ø\90\90\f\12²@B\ 5\f\f\ 6\f\f\0Ã]
+\15
+endstream
+endobj
+376 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 914 0 R
+/Name /Im363
+/Width 34
+/Height 40
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=α\rÂ0\14\84áßz(¦Ha\89Æ\ 5\ 5#x\80\14Q&ñ\b\1eá±\11#8\9b°  \9c\83\88ôôuw÷¢3\93×Á\83LI4Ú\9d\17õö©¼¯\1ct\11ü\8f\93\19jÊÐ\ 6%\15T5X+Dï\vÐ7\b¾\83\85§0w&ã@ÓQä\932¨']\ 4·\1f:e\rµhz××l\`á\vÏê\1fÜ
+endstream
+endobj
+377 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 915 0 R
+/Name /Im364
+/Width 3
+/Height 3
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9csxà\0\0\ 2Ã\ 1a
+endstream
+endobj
+378 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 916 0 R
+/Name /Im365
+/Width 10
+/Height 6
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãa\90c0fHl8p Á\ 1\0\ e¦\ 3\7f
+endstream
+endobj
+379 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 917 0 R
+/Name /Im366
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøØÀÜy\80\9d½\81\8f¹A\86¹Á\86¹Á\82\9d¡\ 2\86>ðÁ\91À\a\19\ 5 *°Q(\88q0èqàgo\0\0ö\f\10Á
+endstream
+endobj
+380 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 918 0 R
+/Name /Im367
+/Width 30
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÇÿÿÿÿ0\10\0 5õ@µ\0\ eÝ
+endstream
+endobj
+381 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 919 0 R
+/Name /Im368
+/Width 15
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cch`nàoø\f$I\83ì\aêÿ\ 1\0\ 4\12\11\92
+endstream
+endobj
+382 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 920 0 R
+/Name /Im369
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀ'àÃÇ ÁÆ`ÁÎPÀÜ\0G\1f\98\ f\10\83àê+Ø\e\80&\0Í\ 1\9a\ 64\93ù\ 3\ 3\0\11Î!\ 4
+endstream
+endobj
+383 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 921 0 R
+/Name /Im370
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀ#àÀÇ ÀÎPÁÞ\0A\16ì\r\f ÄÀÀÏÀÀÇÀ ÃÀ`ÀÀþ\ 1Ì\0r\81â@Yf : À|à\a\f}`np`\a"\ 6\ 3>\90\99Ì\1f\18\0\ 6\a\12÷
+endstream
+endobj
+384 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 922 0 R
+/Name /Im371
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMË!\ eÀ \f@ÑO\9aPCÐ\b\ eÒc!'&\9a\9d\8c#±e\ 29²L,yö±\13\ e4\90Å\93zQ7Á`\83ö:\a\8eLe\8a/Cú_û¬è¦\14%eb%\f\1e\89ª\1a\92
+endstream
+endobj
+385 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 923 0 R
+/Name /Im372
+/Width 16
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco°o`g\80@>(\94\ 1Á\ f²<V|6|\16ü\16ü\ 5Pø@\ e\fe\1eØ<°H(Hx`x@\9e\ 1\0Y\97\ fn
+endstream
+endobj
+386 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 924 0 R
+/Name /Im373
+/Width 26
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\81ÿ@\f\0"j\a{
+endstream
+endobj
+387 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 925 0 R
+/Name /Im374
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀ'Á ÃÃ`ÁÆ`ÁÎP\0\r\1f è\02*`\a!\vö\ 3\12Ü\aø\84\ f0?>ÀÀÜ\0\f\ 6ì\f\15l\f\15|\f\ 5<\f
+\12\f\ 2\ 5\fü\a\18\00|\1a3
+endstream
+endobj
+388 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 926 0 R
+/Name /Im375
+/Width 23
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ÿÇøÿ\1fûÿ\7füì\r\r2\8c\a,\18\ f\14ÀÐ\ 3æ\ 6(bg\0!>\86\ 4\1e\ 6\ 3      \ 6\89\ 4\ 6þ\ 6\ 6\0Ûß\14À
+endstream
+endobj
+389 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 927 0 R
+/Name /Im376
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`f\90ÿÇ ÿ\87\ 3\83\0\ 3\16\81AL\86A\82\8fA\80\1d\88\1a\18\98\0\ 4\150\1fø\0F\ f\98\e\1c\80\88\9dA\81\8dA\80\87\81Ã\82\81ý\ 1\ 3\0Ó[\11\98
+endstream
+endobj
+390 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 928 0 R
+/Name /Im377
+/Width 20
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c`\0">0\92c`Ð\ 3#?\ 6\86>\10bäc`\ 2#\16>\ 6\ e0\12àcP\0#\a>\86\ 3|\fÿÿ\7f\80êECÿ\1f\0\0*&      ?
+endstream
+endobj
+391 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 929 0 R
+/Name /Im378
+/Width 18
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5±\r\80 \14EÑk~"\16\ 4\19\80\82\11,íd\14\8dÆH\94v_-<96\88\85\9c¨\81\16$Ó°~ÿ«uÞAß\15\12\14Øa\83\13:\930\98i\91¶Ð2:\\97Ë]\ fÕA\16¬
+endstream
+endobj
+392 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 930 0 R
+/Name /Im379
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\91cPSdpwnpoopgopgfèc`à\83!\19$d\81\84
+\18\18\f\18\18\0ÿ4\ 6\9a
+endstream
+endobj
+393 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 931 0 R
+/Name /Im380
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs``¨ÿÿ þÿ\ 1 r`hh`d\0!&\ 6\ 6\160â``\10\0#\ 50J\0£\a\f\f\a\18\18\91\1036ÄØÀ\0\04G\15        
+endstream
+endobj
+394 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 932 0 R
+/Name /Im381
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?`PP`\ 1\82\f\16\f\ 6\f\ fø\ f0\14\0Y\12\f2      2\1fd>H<°H(\90?\0\0Ó\84\v²
+endstream
+endobj
+395 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 933 0 R
+/Name /Im382
+/Width 5
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cKøð#\83\83\83C@@Á¡\ 1\0\1eÌ\ 3É
+endstream
+endobj
+396 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 934 0 R
+/Name /Im383
+/Width 20
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏÿ@\8e\9dA\86\8d\81\8f\85\81\9d\83\81y\ 2\ 3ó\ 6\ 6Æ\a\f\f\81\81\11\88,\18\98d\18Xd\18\18\19\eþÉ\7f\0\0\1dð
+¿
+endstream
+endobj
+397 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 935 0 R
+/Name /Im384
+/Width 27
+/Height 18
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûo\7fü\81\r\ 1\19\ 6 f\90áfdàãn\82`Á&\ 6vÁ#\10¬p\84\81\v\b>\90ÁÀx \0\82\e\f\18\18\1a\14\18\0\11J
+endstream
+endobj
+398 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 936 0 R
+/Name /Im385
+/Width 41
+/Height 1
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\1f\b\1a\0\14r\ 5|
+endstream
+endobj
+399 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 937 0 R
+/Name /Im386
+/Width 11
+/Height 13
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco\90p0PHp8àð¿á\0C\ 3\10\1eP8à\90Ø`Ç\0\0w         \ e
+endstream
+endobj
+400 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 938 0 R
+/Name /Im387
+/Width 28
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÿ\9f\81Á\86ù\0\83\ 5Ã\ 3 þ\0Ä\ 5`\\0d#ð\ 3\86\a\8c@\f\80\9d\81á\81\1c\ 3ãÿ\ f\f\8c\a\18à\98¹\ 1\15\ 3U¡`~ þÿ\80\81\ 1\0Ên\19\91
+endstream
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 939 0 R
+/Name /Im388
+/Width 16
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`d`f`\ 3C\1e0\94\0C\ 30L\0Â\ 3 ÈØ\0\82Ì\fÌPÅØ\95B\14\ 3\02\7f        G
+endstream
+endobj
+402 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 940 0 R
+/Name /Im389
+/Width 25
+/Height 2
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\7fÃ\7f \ 6\0 ê\ 6û
+endstream
+endobj
+403 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 941 0 R
+/Name /Im390
+/Width 22
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\a?C\ 5?\83\ 4?\ 3\a\18ñð3°\80\10#\101@\113\ 3ÿ\7f\88\84\18°£ÿ?\18\0¢:\b9
+endstream
+endobj
+404 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 942 0 R
+/Name /Im391
+/Width 16
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc? a  ãÀãÀ÷\81ÿ\aÿ\ fö\1fì\ 5ì\fü\f|@(\ 3\84\16\f\ 5\f    \f\a\18\e\98\19Ø\18y\18%\18\ 5\98ìÿÕÿûÿ\ f\0\ e\ 6
+endstream
+endobj
+405 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 943 0 R
+/Name /Im392
+/Width 27
+/Height 12
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿÀÿÿÿ\1f0\10\0 5õ@µ\0\ e5
+endstream
+endobj
+406 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 944 0 R
+/Name /Im393
+/Width 16
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc~Àc À¡À£À\96\0\84\ 5@XÃc'a¿Aþ\ 1û\aö\1f\12\7f\fê\12ä\12ø\ f°\1f`\86À\ 4¦\ 4\16\ 3\1e\19\ 1ö\a\0ËQ\10\9b
+endstream
+endobj
+407 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im325 336 0 R /Im125 132 0 R /Im360 373 0 R /Im125 132 0 R /Im170 177 0 R /Im151 158 0 R /Im359 372 0 R /Im162 169 0 R /Im359 372 0 R /Im151 158 0 R /Im125 132 0 R /Im170 177 0 R /Im125 132 0 R /Im360 373 0 R /Im248 257 0 R /Im246 255 0 R /Im125 132 0 R /Im360 373 0 R /Im125 132 0 R /Im170 177 0 R /Im151 158 0 R /Im359 372 0 R /Im162 169 0 R /Im359 372 0 R /Im151 158 0 R /Im125 132 0 R /Im170 177 0 R /Im125 132 0 R /Im360 373 0 R /Im248 257 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im364 377 0 R /Im365 378 0 R /Im366 379 0 R /Im367 380 0 R /Im369 382 0 R /Im81 88 0 R /Im374 387 0 R /Im376 389 0 R /Im371 384 0 R /Im365 378 0 R /Im372 385 0 R /Im367 380 0 R /Im373 386 0 R /Im369 382 0 R /Im81 88 0 R /Im369 382 0 R /Im371 384 0 R /Im380 393 0 R /Im365 378 0 R /Im375 388 0 R /Im367 380 0 R /Im369 382 0 R /Im81 88 0 R /Im394 409 0 R /Im394 409 0 R /Im377 390 0 R /Im365 378 0 R /Im379 392 0 R /Im179 186 0 R /Im367 380 0 R /Im369 382 0 R /Im81 88 0 R /Im374 387 0 R /Im371 384 0 R /Im370 383 0 R /Im241 250 0 R /Im31 38 0 R /Im102 109 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im359 372 0 R /Im171 178 0 R /Im264 273 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im105 112 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im248 257 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im248 257 0 R /Im246 255 0 R /Im34 41 0 R /Im101 108 0 R /Im359 372 0 R /Im359 372 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im100 107 0 R /Im131 138 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im48 55 0 R /Im34 41 0 R /Im31 38 0 R /Im45 52 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im32 39 0 R /Im33 40 0 R /Im40 47 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im335 346 0 R /Im340 351 0 R /Im341 352 0 R /Im342 353 0 R /Im340 351 0 R /Im343 354 0 R /Im344 355 0 R /Im345 356 0 R /Im346 357 0 R /Im340 351 0 R /Im100 107 0 R /Im38 45 0 R /Im31 38 0 R /Im101 108 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im49 56 0 R /Im81 88 0 R /Im241 250 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im99 106 0 R /Im38 45 0 R /Im39 46 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im46 53 0 R /Im100 107 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im105 112 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im40 47 0 R /Im45 52 0 R /Im140 147 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im105 112 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im35 42 0 R /Im43 50 0 R /Im46 53 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im38 45 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im40 47 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im395 410 0 R /Im396 411 0 R /Im396 411 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im39 46 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im81 88 0 R /Im327 338 0 R /Im101 108 0 R /Im34 41 0 R /Im39 46 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im357 368 0 R /Im128 135 0 R /Im44 51 0 R /Im34 41 0 R /Im36 43 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im397 412 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im105 112 0 R /Im35 42 0 R /Im36 43 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im100 107 0 R /Im46 53 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im101 108 0 R /Im100 107 0 R /Im39 46 0 R /Im35 42 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im105 112 0 R /Im34 41 0 R /Im100 107 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im35 42 0 R /Im43 50 0 R /Im38 45 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im43 50 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im111 118 0 R /Im357 368 0 R /Im162 169 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im100 107 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im35 42 0 R /Im39 46 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im111 118 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im103 110 0 R /Im31 38 0 R /Im35 42 0 R /Im105 112 0 R /Im40 47 0 R /Im104 111 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im335 346 0 R /Im340 351 0 R /Im341 352 0 R /Im342 353 0 R /Im340 351 0 R /Im343 354 0 R /Im344 355 0 R /Im345 356 0 R /Im346 357 0 R /Im340 351 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im33 40 0 R /Im31 38 0 R /Im102 109 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im100 107 0 R /Im32 39 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im81 88 0 R /Im109 116 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im125 132 0 R /Im100 107 0 R /Im33 40 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im100 107 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im103 110 0 R /Im31 38 0 R /Im35 42 0 R /Im105 112 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im100 107 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im38 45 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im174 181 0 R /Im166 173 0 R /Im175 182 0 R /Im164 171 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im174 181 0 R /Im174 181 0 R /Im166 173 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im38 45 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im335 346 0 R /Im340 351 0 R /Im341 352 0 R /Im342 353 0 R /Im340 351 0 R /Im343 354 0 R /Im344 355 0 R /Im345 356 0 R /Im346 357 0 R /Im340 351 0 R /Im258 267 0 R /Im125 132 0 R /Im81 88 0 R /Im128 135 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im102 109 0 R /Im34 41 0 R /Im31 38 0 R /Im45 52 0 R /Im34 41 0 R /Im104 111 0 R /Im38 45 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im46 53 0 R /Im100 107 0 R /Im35 42 0 R /Im158 165 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im46 53 0 R /Im109 116 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im170 177 0 R /Im36 43 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im100 107 0 R /Im100 107 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im32 39 0 R /Im100 107 0 R /Im34 41 0 R /Im44 51 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im125 132 0 R /Im170 177 0 R /Im140 147 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im34 41 0 R /Im101 108 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im40 47 0 R /Im38 45 0 R /Im100 107 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im100 107 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im128 135 0 R /Im162 169 0 R /Im39 46 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im48 55 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im174 181 0 R /Im166 173 0 R /Im175 182 0 R /Im164 171 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im174 181 0 R /Im174 181 0 R /Im166 173 0 R /Im46 53 0 R /Im100 107 0 R /Im40 47 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im44 51 0 R /Im40 47 0 R /Im40 47 0 R /Im130 137 0 R /Im81 88 0 R /Im327 338 0 R /Im38 45 0 R /Im39 46 0 R /Im99 106 0 R /Im39 46 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im36 43 0 R /Im49 56 0 R /Im46 53 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im40 47 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im31 38 0 R /Im43 50 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im99 106 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im32 39 0 R /Im38 45 0 R /Im39 46 0 R /Im34 41 0 R /Im32 39 0 R /Im49 56 0 R /Im395 410 0 R /Im398 413 0 R /Im399 414 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im99 106 0 R /Im35 42 0 R /Im35 42 0 R /Im43 50 0 R /Im140 147 0 R /Im38 45 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im102 109 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im99 106 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im81 88 0 R /Im131 138 0 R /Im45 52 0 R /Im48 55 0 R /Im34 41 0 R /Im45 52 0 R /Im49 56 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im39 46 0 R /Im102 109 0 R /Im35 42 0 R /Im100 107 0 R /Im99 106 0 R /Im35 42 0 R /Im35 42 0 R /Im43 50 0 R /Im140 147 0 R /Im38 45 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im101 108 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im100 107 0 R /Im40 47 0 R /Im45 52 0 R /Im35 42 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im105 112 0 R /Im40 47 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im288 297 0 R /Im292 301 0 R /Im348 359 0 R /Im349 360 0 R /Im292 301 0 R /Im350 361 0 R /Im294 303 0 R /Im351 362 0 R /Im293 302 0 R /Im292 301 0 R /Im400 415 0 R /Im66 73 0 R /Im60 67 0 R /Im83 90 0 R /Im65 72 0 R /Im63 70 0 R /Im401 416 0 R /Im59 66 0 R /Im68 75 0 R /Im68 75 0 R /Im59 66 0 R /Im68 75 0 R /Im71 78 0 R /Im402 417 0 R /Im403 418 0 R /Im404 419 0 R /Im368 381 0 R /Im369 382 0 R /Im369 382 0 R /Im405 420 0 R /Im406 421 0 R /Im402 417 0 R /Im401 416 0 R /Im59 66 0 R /Im68 75 0 R /Im373 386 0 R /Im407 422 0 R /Im62 69 0 R /Im61 68 0 R /Im69 76 0 R /Im373 386 0 R /Im408 423 0 R /Im77 84 0 R /Im60 67 0 R /Im60 67 0 R /Im406 421 0 R /Im409 424 0 R /Im66 73 0 R /Im62 69 0 R /Im64 71 0 R /Im66 73 0 R /Im68 75 0 R /Im63 70 0 R /Im61 68 0 R /Im71 78 0 R /Im66 73 0 R /Im368 381 0 R /Im81 88 0 R /Im378 391 0 R /Im369 382 0 R /Im402 417 0 R /Im394 409 0 R /Im394 409 0 R /Im81 88 0 R /Im376 389 0 R /Im405 420 0 R /Im406 421 0 R /Im377 390 0 R /Im368 381 0 R /Im373 386 0 R /Im371 384 0 R /Im373 386 0 R /Im378 391 0 R /Im370 383 0 R /Im371 384 0 R /Im378 391 0 R /Im81 88 0 R /Im374 387 0 R /Im405 420 0 R /Im368 381 0 R /Im81 88 0 R /Im370 383 0 R /Im376 389 0 R /Im402 417 0 R /Im374 387 0 R /Im368 381 0 R /Im81 88 0 R /Im378 391 0 R /Im405 420 0 R /Im406 421 0 R /Im377 390 0 R /Im376 389 0 R /Im373 386 0 R /Im378 391 0 R /Im373 386 0 R /Im378 391 0 R /Im370 383 0 R /Im371 384 0 R /Im376 389 0 R /Im81 88 0 R /Im380 393 0 R /Im405 420 0 R /Im368 381 0 R /Im81 88 0 R /Im376 389 0 R /Im369 382 0 R /Im402 417 0 R /Im374 387 0 R /Im370 383 0 R /Im81 88 0 R /Im370 383 0 R /Im405 420 0 R /Im406 421 0 R /Im376 389 0 R /Im369 382 0 R /Im373 386 0 R /Im377 390 0 R /Im373 386 0 R /Im368 381 0 R /Im371 384 0 R /Im380 393 0 R /Im377 390 0 R /Im81 88 0 R /Im378 391 0 R /Im405 420 0 R /Im368 381 0 R /Im81 88 0 R /Im371 384 0 R /Im376 389 0 R /Im402 417 0 R /Im374 387 0 R /Im376 389 0 R /Im81 88 0 R /Im368 381 0 R /Im405 420 0 R /Im406 421 0 R /Im377 390 0 R /Im380 393 0 R /Im373 386 0 R /Im377 390 0 R /Im373 386 0 R /Im368 381 0 R /Im374 387 0 R /Im380 393 0 R /Im369 382 0 R /Im81 88 0 R /Im369 382 0 R /Im405 420 0 R /Im368 381 0 R /Im81 88 0 R /Im394 409 0 R /Im369 382 0 R /Im402 417 0 R /Im374 387 0 R /Im371 384 0 R /Im81 88 0 R /Im377 390 0 R /Im405 420 0 R /Im406 421 0 R /Im377 390 0 R /Im374 387 0 R /Im373 386 0 R /Im368 381 0 R /Im373 386 0 R /Im378 391 0 R /Im369 382 0 R /Im380 393 0 R /Im369 382 0 R /Im81 88 0 R /Im380 393 0 R /Im405 420 0 R /Im378 391 0 R /Im81 88 0 R /Im369 382 0 R /Im369 382 0 R /Im402 417 0 R /Im374 387 0 R /Im380 393 0 R /Im81 88 0 R /Im380 393 0 R /Im405 420 0 R /Im406 421 0 R /Im370 383 0 R /Im374 387 0 R /Im373 386 0 R /Im371 384 0 R /Im373 386 0 R /Im378 391 0 R /Im376 389 0 R /Im371 384 0 R /Im369 382 0 R /Im81 88 0 R /Im369 382 0 R /Im405 420 0 R /Im109 116 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im125 132 0 R /Im171 178 0 R /Im109 116 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im100 107 0 R /Im171 178 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im103 110 0 R /Im100 107 0 R /Im81 88 0 R /Im45 52 0 R /Im40 47 0 R /Im45 52 0 R /Im140 147 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im114 121 0 R /Im39 46 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im103 110 0 R /Im31 38 0 R /Im35 42 0 R /Im105 112 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im129 136 0 R /Im81 88 0 R /Im410 425 0 R /Im220 227 0 R /Im221 228 0 R /Im222 229 0 R /Im223 230 0 R /Im224 231 0 R /Im225 232 0 R /Im226 233 0 R /Im220 227 0 R /Im220 227 0 R /Im221 228 0 R /Im382 395 0 R /Im187 194 0 R /Im233 240 0 R /Im207 214 0 R /Im216 223 0 R /Im198 205 0 R /Im213 220 0 R /Im189 196 0 R /Im185 192 0 R /Im184 191 0 R /Im193 200 0 R /Im213 220 0 R /Im204 211 0 R /Im193 200 0 R /Im188 195 0 R /Im183 190 0 R /Im190 197 0 R /Im182 189 0 R /Im190 197 0 R /Im191 198 0 R /Im188 195 0 R /Im201 208 0 R /Im185 192 0 R /Im187 194 0 R /Im185 192 0 R /Im198 205 0 R /Im190 197 0 R /Im187 194 0 R /Im183 190 0 R /Im188 195 0 R /Im183 190 0 R /Im190 197 0 R /Im182 189 0 R /Im187 194 0 R /Im213 220 0 R /Im183 190 0 R /Im185 192 0 R /Im187 194 0 R /Im183 190 0 R /Im182 189 0 R /Im188 195 0 R /Im201 208 0 R /Im185 192 0 R /Im186 193 0 R /Im193 200 0 R /Im182 189 0 R /Im227 234 0 R /Im185 192 0 R /Im411 426 0 R /Im389 402 0 R /Im207 214 0 R /Im217 224 0 R /Im391 404 0 R /Im196 203 0 R /Im412 427 0 R /Im207 214 0 R /Im217 224 0 R /Im391 404 0 R /Im413 428 0 R /Im384 397 0 R /Im201 208 0 R /Im183 190 0 R /Im202 209 0 R /Im201 208 0 R /Im202 209 0 R /Im190 197 0 R /Im186 193 0 R /Im186 193 0 R /Im185 192 0 R /Im187 194 0 R /Im198 205 0 R /Im190 197 0 R /Im182 189 0 R /Im194 201 0 R /Im187 194 0 R /Im188 195 0 R /Im190 197 0 R /Im384 397 0 R /Im183 190 0 R /Im182 189 0 R /Im182 189 0 R /Im183 190 0 R /Im182 189 0 R /Im227 234 0 R /Im198 205 0 R /Im186 193 0 R /Im190 197 0 R /Im195 202 0 R /Im193 200 0 R /Im195 202 0 R /Im183 190 0 R /Im213 220 0 R /Im183 190 0 R /Im188 195 0 R /Im183 190 0 R /Im185 192 0 R /Im187 194 0 R /Im183 190 0 R /Im182 189 0 R /Im188 195 0 R /Im201 208 0 R /Im185 192 0 R /Im186 193 0 R /Im193 200 0 R /Im182 189 0 R /Im227 234 0 R /Im185 192 0 R /Im411 426 0 R /Im207 214 0 R /Im217 224 0 R /Im234 241 0 R /Im209 216 0 R /Im196 203 0 R /Im207 214 0 R /Im217 224 0 R /Im209 216 0 R /Im209 216 0 R /Im413 428 0 R /Im217 224 0 R /Im128 135 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 408 0 R
+>>
+endobj
+408 0 obj
+<<
+/Length 945 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9cå}˲ìJnÝü~Å\1eJ\ 3ïf>øÒÐ!+Â\13\87\14ê¡&v?Ôm\9f+©»¯£Ã\7fïb1\ 1\16IäNp­\8a¨:G\13õ®«\93`>\90x%°ð§\9fþéãO?\85\8f¿þ\14Æñ£\1f§\8f\9f?R?}æ|ÿñíáÇg^~\97\7f¶þøýat¼\8d¾ýµü?\97\1f߶\1f\ fC÷ãæYÆÍóÃ8ù1­?Nãb\8ceÜí¯m\9cþ\98Ö\1fçq¹\97\7f\18'?¦õÇyÜ ë»ýõ0nxXßúo\ eãæNÆÍÝÃ8ù1­?NãRHeÜí¯m\9cþ\98Ö\1fçqIÖwûëa\zXßúo\ eãúIÆõÓÃ8ùQXá4îO?\8d\9f±ë>ºÏîáÿæ©û\bÃð9O7Î\19âç\10\86\8fßüüÓ¯þûÏ)ö\1f\7fÿï?ýÓ\ 3\81ô9\1c\b\8c\9f\11\18\v\81\9cG!\10Î\ 4òg?ì      L\9fáö_Â\14>ûn%0&\9dÁíÿs P]Â4\93K\98't    +\81Øe]Â\ 3\81ѽ\84\18\12j\9b\18c661ôÁ=\834úfÐ\7fvÙÜ\83|#=\1c÷ õ³{    \83¹\84!ºg0\913H¡ómb\8d\91Rê8FJið1Ru\ 6}änã"J\·1\7fN\87\19¬ç\12\87´\12HÓÃ\fâM<\1d\b\84û\84\1f     äÏnáÄa^\8f1çÏ\186\ 2Ã\9eÀ¢¦ÆÛÙª"\~|{ø±)Býñ{ctÑ}ëhù1ô2ôþ×^\11\96q«î+ãÊ\8fuÜòo\ eã\16\8e+ºo\1d'?îÿúþo\8eãnJ®\8c[u_\19W~¬ã\96\7fs\1c7Èú\8aî+ã\86\87õÝÿÍqÜMÉ\95q«î+ãÊ\8fuÜòo\ eã\16%WNcÕ}å4Ê\8fû¿¾ÿ\9bã¸$ë+º¯\8cK\ fë»ÿ\9bã¸~z<ýéñôu\?\9dÏOͧ£ÍS\88,ÌóÀ5ù0:l£÷æ\92p[°Í®ð±Ü×uÜò×7ùk\e§?\ eãb\92q·¿¾É_\ fãäÇaÜ\8d+ʸ,Ü<¬lSÆÉ\8føAÖ·üõMþz\187Øë\9b\83\8c»ýõMþz\18'?öãÆ\90˸å¯oò×6N\7f\1cÆÝ\84S\19wûë\9büõ0N~\1cÆÉ­ß®ü£´\b\96´øÂöÈÅú¹YA\98íÑ\v\81\ 4\9aO7\85}\97·7\ 2\98ù$K¸É0n     ó\80i=]Â\9e\80ß|
+Eë\r\114\9fd\ 6C\0Í'\9dÁMiAæÓ2\83\r9`Æ\8b.aH\98ù¤3\98\ 6n\ 6c\a\9aOÂHc\8a\1c#\1d\bøÍ'\9dA\9f¹Û¸\10\80̧\10çr\8cýWæ\938y?\9f|¿\9d\1e+jò¨Ç\1eF\ f\1aA\18\1eÂ\aå\1f\1cåàò\9fW=¶üëU\8f\95¿¶q\86\1e»ÿç»\1e»ÿë»\1e+\7f=\8c;ë±û\7f¾ë±û¿¾ë±ò×ø³\1e»ÿçAÖ·ê±ò×ø³\1e»ÿç»\1e»ÿë»\1e+\7f=\8c;ë±û6ßõØò¯W=VþÚÆ\19zìþ\9fïzìþ¯ïz¬üõ0î¬Ç\1e¬\9fA\rßáÁêÕs?[½e_V3¹l\8dþØlfcw$pòó)\9e²ã¹bz\1eyîO?u\9fc<ÊÎå¿Ä¾°|ÿxk\97õ\1cîL\95@q~\17ñ\8f\11È«ã7¤\1e$0\97\19Ì\ 1#\90º±\10\98Ð%\94\19$\94@_\bä\8c\12\fB(J¸\ 3        \88
+ìÑ\19Ü\84îYøB3\98A\ 2\v#J \97\19\8c \81\12Ë\1a:t\13\85\95a\ 2%\ 41ô('æ2\83\8cîÁ8\94S\8091\90\9cX\82¢Ã\88\8a4\91H\13¸\89)¬wa\fà\fRÈÅ\1c\1cP\998\17\ 2ð\12\ 65HÁM,"mFg\10Ë\f\17\b\ e      eåX\96\80Ï@.SB      \14¡\9aÀM\\82k«@Aå\81Ú\a°@\11\89\84nb\fä)\14F\1a\99Ê1\ eè\fr9Æ\8cJ¤^\b §0tä)ô\85@F7q,Ç8 z¡\1fHÍ4EÒ>È\ 3»\89r\8cè\f\rð\1e\8c¬\8d\94HN\9cË&Nè&Î\85\13gp     ©\vEµ¡\9c8õä\12¦²\84\11=ÆY\\1et\ 6£D¼@\ 3\83¾Î©\93\88\17l¥õ\9c\81¡\ 2\ 5¿Î¢Ú`\998q|°¼\11­\9b\bsâL\9aºÅc\81íD5u\ 3j#ÅHª÷Ô\91\ 4ÔFB=\96Q¤2ìò\8cä]\98\ 6\8e\ fxÕ&A\98\8cJ¤®Ì \83Íýr\e\13ª\17\94\ fÐ%H\0\ 4d\13aS×
+¡_:ÆD\1ec\8e¤Ï¤Ê\15\8e¡ôä&\8e=\19\80(É4C\80m¤HÚ\aÂHp\10F9\116÷Gò\14ظò\16Od\9d.ô.lÊ\15]\82\g\98\13å2M°j\13\ 3ãU\96ê\16
+\ 3      \ 41¶aÅ2°®¯:\1c¨LT\7f\ 1%0HT\17>ÆL\86\85G\89`À®ï@²²*\16ØÈ\92¸2¬ÞËeÊ°T\96çBØJë¹\19\ 4\91Êp@RB¢°µ.Æö\80î\81Duas_61Áb\9dv<Gò:ëc\1d¬\eÙW\1e\91H\ 3¬Úä6¢\12)\95Ë\94ਮ\9880\ 11²P\99(\11\fô:§nà\94+ïtõ\81\82Ä\13\91\ 67uI\97'\88¹\ f\vÕ®ã\bl3\0÷ Ès!|
+\12\9c\1fà\87*2\91E\fM<\ f%en\ 6[@\12\8eêJ\12\a\9cÀ ê\1d\95H"Tñ\b\86ÄTÑÛX\9e\apN¤\95«ÈD8\8e\94É|¤í:Ã/\9e\1d©\eõ\95\87\95aN$­´Í{G=×P\9eH\ 2º\ar\8c\13\9c\87Ò±Oe\81\93\16ÊD¾/¨ß\b\87D{\92\13é\9c¬\81Í\12ÕW_øÁRt#l©\8a\8d\84Þ\ 5u8à\97oV¹j,\r\8eâ\b\ 1ø\14\ 6R¨ªvFåA\9e9ͤ×\196uç\89|*ÓX\1al'ö\9cDâ3ãt\ fàØzÙ\83  ÎÁ\10õ\8e2\92\b\148\9a§É}ðm\94M\84ßÞå6Â\11\8c\89ÛÄ\94\0\9aü\9f"\99èºE÷Q#+Eö2        \ 1\94\95£ä`À\ 4J>\12\9c»¯yëpt_<\16úÑ\16\ e\8d'Rµé\12`Ku$\ 5
+M@Rªà¨®Hå\11% §\0\9e]\82¦\ fÀïLì)Ì\92z\ fÛ\aB\0Vm\92Ø\ 6/\81VוּN§Ú
+\ 1ÜodYYÝ>ØØ\96S@5SG:ß)̤ë+B\15\7f¤\11õ\ e?\13%Î>Ø\14\v:\ 3\81ËÒX\ 2*\ fà¨î@ê\ 5:\8dDs÷aN\94\14
+ØýïÉô\ 1Í\88\82\9fL%¶Î\9aûpú\80ÆÒ`½\10I\99H'ºj\b\ 46qzr   \13{\9dE"Áù\a\9a\97\e³v",T\95\95aç;pǸ\15\81Àf^"¥²\1a\v\87\ 4$AFÚÞ\a\91Vn#\9cØ6°ï\8dRA\ 1\9bûê7¯ÿ#ùh«å\a°ã)Æ6y\17ð\90¨äæÁǨf\1el¡Hvà˲\81è\ 2ÉA\1emY\9f      ÎOÔT\1aø©L\9cï\97ym\9aB\ 1Þ\ 5>?QÞ\9dq\99(\97     ®:\97¤.¸\92\86Mâ(Yaxý\82>\e£¯¾R\18\17è7W6_\19v}õ±\ eÎ?\90À4¬Xä\8d\85öX`å*¬\fg\v³\8e'ÿxÏ\86Æ5\1f        ~wfkûØ\97®ÍÀ\80Í}¹\v°P\95Z_ØB\11\ 3\ 3Î
+\93\ 2\b8\86\12INTÅ\ 2;\9eB\0æDö\95G\v¦á÷FÁ\ 6¢\93yàH\96\ 4¢ÐSÐ\12M¶Ê\1474Y[9\b"\v|\99\fk&\89\95¶=l\1f°\11M\r\81À{ ·\11~k\93P\18¬X"©\17è\12MIlÃÅ:\eK\93jcôÉt\ 3Ò\80k}Y\8fEleÔéJ±¼tEX½\8b^\80ý\ 5ÉÁ \97\0§Ú\96láÀ¦PÀ\81iÙDØc¡óP\ 4À7Âƶø\vp0.\913(\8eç\0gDÑÕD\89\ 5\91\b\ 2èM×tÑ\81(\18ÊCbªð\12\84\13a\]\ 1dEo£n"lh²xª\1a\ 2\81ß\¥$\vÞ\ 3Q,pR\17+\13ys_\94+L@¤2¬ÞÙËÄælo¾3ûî\f\87\85Õõeß\eá\8c(õ\á\92m  ÆÁV\9a<\17²/\1c8ÖxO^g\1ah\8bö\9d%\9a\87C\85\8bÃ\ 1;\9eòÎ\ 4\8b\18(\93°6\9b\85\ 2\83Ò
+\ 6\ 4­\á=\90Ç:\18\ 3b&o£\12\80\829\ fÛÊì\13\89\0óÂò@ßÞa(\ fáD\1a\ 2\12®ù\96S\80óÒ$G\13¾\v,j\1d½\ 4Z\1e\95§g\83²êú¯ÿly¢fÎÃ/]\91¼Î\12\94\85ëÞµâ\1a>ÆDêFú\18\95\13a\ 3£#E\9a¤\91À&\8e^gx\13GR3)0/\r"\ 1;]\92\8f\ 4\e\9aâµÁ\9bÈZi:\ 3ø¹\90\ 5XÊ$#ñE¢t\0\82FòÔ\0\ 4\1a\16Ö§sØw&ß\S'õLð\12\v.\80`A$ø»À\82\ f²¯<\eø ,PD¨²º\11vy4?\11\86ò\90»\0§\95\91\99²Z\8a\83>\e§(h$¨LÔ\92m´(LK¶é¼uø¡\8aÆÑ\9c¸»À÷\1eÐwgºd\eN¹f«Ht\ 6p\0\82\ e¤@Qc\9bDlÃá\v´\9a\bÖά\89Ã
+Õ-g\9bMlCmå\rC\12Î\1a\17\84\17    QªÛ?g   ø\v\87¢\9dÃUçbdÁÈ<\1d§\17\14l,ÀÅ\81l\17\f­´\85\r\8c\91\93\a\e#Ái$R×FÃæÃ2\91D|ßpóÐÛ¨6\12üÖ&\ 5Ó0æ|Çn"     °´5Á\84¥²èFô\18\ 3idmw\ 1\8e©\8aû\ f\9bº\92vN×;ÃÊ\955uS\91\a8VØȱ²\ 2,¡3Ø´3ì/\900\98¼vV+\r\ eÎË\9b+\fÈJ"}?!ªËVÒôl\r\87>\ fÀ\ 4X\9f\89Î\84Ñô\ 1¶d\e\8fd±ý\ùǺ\91=\ 5\16\95F£yl>\12Î\aâ;Ãî\7f 7Q]_8\82!§@w\1a\87\85êHÊ\ 3º±\8f\12\vá7W½LlÙ:üL$om4ÈÔë\1eﵪ\f\96Ê\ 3Ë\al{%ºê\9c~áPÕ\ 6¿½³yª<ø`"%\92¾;ÃÙ\81\89\14ëü]`±DU¬ÓP\1etã?¶÷\0n©²¦.]ߨ¬ü²â@M'\82½6yw\86_}YÄ66\0±Å\91`\e\89mUNwÙÖc¤¡}àP\98ÄÒàú\ 59FXµ\89Pek8èjcø:ëc\1dkæÑ9\18x\99ªØ\a°\9dÈ&¾kP\16NîKä\1eðÏÆ$èÜó|&¸\82BÅ:]\9e\b'4±o,tÕ¹¦\99²0\98pLU\9f\8dá²4:áY\8a@à»Ð\93b]U\e\9c\ 1A\97h>-\14\ 6\9f\82\1c#[×\86§\91\ 1ìòDÒ>\10\87\83ÏÕ\85M\1c\1aé\9b\8d#\8dl\89\e5/\rÎ\ 2aËTÕñ\84Í}Y\ 2ìµ\89v¦1ãØÄ6|       lî¾"uÁ3`ñÖé\18
\99¤4\ f¯´\r¤DÒ=\80_}Yc[\9b\Á 2\92ì\v»¾\91\93Ê©\0mÁ 2[î>\9cÔ%ùHhú\80&0 õ\v\17à\9cíB ÒðÈ´n\84\19\89-\12å\ 5
+Ûç»\1cã\0#ºò sl\fE °o®x\11\b\vý§þ\ 2Ûa\1aGl£ñ\13GÎØ\96üD¢\1f\vÙ¢z34á<U\99\ 1\1cÉÊ\1c\81M±¼*½P\r\fØé¢Aiµ\87%¬Úd\ f`\ 2\92j\v«÷§e\89ÂÚ\99îaIªwþ\14
+\8c\ 5\91!9pwA\93
+
+ÙD4w\7fë4\ e\vUÒ{ßbip\0\82-\98Ö2U8\9aÇ\82\8d©ç
+G4gò\14è\1c\144\0\ 1§PÈ\ 3\ 5\99øN¼ú²½\aÔFb;\aâqe\16\ 3BÓLéêB¸¾Q\12\9e\ f6uÙ´2\85|cÑÎá´2M\1f\80\9dï\89\95H\92ÌC#²À\12I|&\94\91ÔõEO!\b\9a)z
+2\ 3\18\ e\95ï=Ð\91\9bH'ÿ\17#\vo«£\9b\bë\85L^&}ca»¥Ái$j¥Á\90o\ 22\ 5ÇÖåõ\1fN¥a¡}ô½\11Ý\ 3½Î0'\96Ë\84·¬\17û\0Î\ 2a\9f\94*:\91\85645\1cø²ÌyÝ\ 3ø.¤'É\ 3ø\18£ ¾£z¡Ô7\ eðó@fÑÊh\bH\8d­Ã=ª¤c\1c\f\839\91RYºhÂØ\81j`Ð\18Q0\82#\89-\1cäÁ\12702)Öéˤ\9a Î\ 6\12í\fgÆEò6Ò\8cÄÊÄ-\1cH·Ñ`;\81à6\928ßl3T\18.]\91yà7\16¶Ù\19\1dCÑt"x\13'r     \92-\8cÇ\91Ø\97o5ó`õ.\9a\89M¥Á      °OçÚ«\fvyXì@\1aOU\ 3Óp2\8f<Ö±Ù@ø«o$\97 µ<°Ã!î?|
+å6ÂÕD=[÷.z\ 1ö\9dµÙ\19\1cÕ\15k\1d\96\89r\e_ÞB\82o\1d\0/A¤2\f\15.¶2ll³½ÎÕí\83\1fëØ×>ºû\81jg¸ÿ\ 2\vå!\r\9eàä\7f54I\88'\ 2¹Oºl\93M0\89\97ïg!qÀÙ@4
+EIò$úµ\15F\82;ÂèC\15Ûª\1c\8f+³ø\a\9a\9b\a\81\9c\81>\91À}ûD¤Áê\9dV®¬û/¯¾h5Ñ\ 6N\f\8b4¶ºp`\8f1Iw$X\1e°=(è\16\94\1aÉ\82ÁH%G\13& Ç\b§Ö \9e*\f\ 5Jf\85m>\13ìt\91\98²Z\ 4\827É&!ã·\ 2\88\97¡\17J¢+\8e\87"a ØÀ\10\v\ 5\15ä\7f8?±\bU\18[X}g¸\81\83 ÒÀÊ\95Í\88Ò\fI\14KT\12]ñd_é=\0k&ÒÐܺlÃQÝ\81\8d+³E¢J\80\85\8c\87\91¾µª\fµ\91h\91&É<0¼\91ê\ 5\98À@\8a\ 3\98@f\85ª,\ 1\91P\18ÜARìD6å\1aÏWf3e5\86\ 2¿xNä\93©øÎðËwb±@¤\83$üÂ\91ØLY\rƱÐ>p¢«n"\8b\9f\88\a¦'r      \9a¯\f\aa¤-/ûÒ\ 5;]\9a\97Æââàé\85\12Ñ\84\ 5
+\v\87Ú³a ½Îp²oá\ 3Ø>Ð8\12\1c\ 6bsóè\94*QmxBÓL\86Â4\96\ 6W\\17N\84sqTµ¡|Ð\15\ 2°¿ U¦p^\1a=\83\89g\a\88\82\93û\12)\13õ\9d\89­¤\81      hâ;\8cJ#þÂË ã¥ö\1fvÿ5[\98-\8cÃÁ\89¥\92\ 6Nh\92M¤Ó\aàú\ 5Ñ\vpº±ØHè)Ð/\1c´@áû/È\13        \vñ\84ßF\16¡\89ï²Í6\80\94ä>^"±h$x:\91D0X\9cm8Å\92?\ 5\11i4\10'ÝÄ\82íËC\ 3mÁ§ o®pbÛÀéÆ-0M\97lÃI]â7ÂÖºØÊ°Ã!\19Q°Ã!\1e\v\eÍ\83ãHj¡À\9b(>\13
+\9bº\92»\ fo¢ÄPàg"6\ 3Bg\0?\95\91ï\v[\8d\89\1dÉÊ|Ê5\eÅ\11V\86}g>\92U\bÀ9Yb+ÃÖzdM]úy@]_8º/K\80E\1a\vÄ©AY6º\ f\9f\ 2í±\8c¬÷N\13\18\ 1I'Â\83q¬} º\11\ e\v³wA-\14Øñ\14ÕFçlÓ\18\92ô+\ f,\ fh©,z\81}&Â\91y\84\13éªs8\14&     Mp³x,lg \1c\95&\92wA-\14\1a\\886²`¡:\93wA\13ßáM|\96\89\83ç©FÖ>`\9f\89zÖÐÌ\92\ 5\ 2\97#   #ÁùÊ=)\914¦Ê6x\82\9fHèr$Ú>Ðre8C\92Í\16\96W\9e\99mäAw
\rMyå\81\13\18XßY\83óô[\e\99ø\8e\83\91
\ 1\fgB§\ewR\14\ 6§\99Jr\1f\\ 4"øÊ( k'\80¬p¶°\94\1f \ 4d\ 6\ 1ÎÑLäu.Í\ fq\8ciM3\85gPT\e\f\ 5\9a\9f\86§Ê¾±À2Q_}ál ¶3PO\83\8dÉ\f`>\10Õö²æ\ 5\89£\95±\19Ó\1a\84aëÚà\1aÏ\89}*SÅ\82\88P\8d¬n\84ñÖ;©g¢ë\eá\9e4lC\97NÄ:ÌÊ¢XàÊ:º­\8ehg\98\95Ù|$m\f\fëFÖÐÔêÂ\97Õ7j\ 2\ 3[\8a\ 3\8bu-\12\85Í<¹\vô)ÀVÚÄnbO\12PåJV\\13\1e
\91;ÆT²Dak\9dï8¯\b\f\0N#\91S\80\13YÈ®8\eJ\15\r\15\ e÷°\1c¹=PFÂá\vØ\8eó,\81Íõ\85A(éÖÄlÆ4ýê[Rª\ 6¸PVýF\1a\9d\bÎ\94\15L\18¶E5l#Ñ!Ñ\81Eh¢±Âô½\11\95J\1a:3\ eÎÁ\10>\80kûØ\8c(-Í\83\ 5\8a¼±Ð}¾Ùgc\1c`\89}.Ô\92,x\ fä.À±4\89­³içxê½0\12\9c\93KP¤®\97%8fºÞYrqàçB\99\ 1ûh\8b×öERµi\86$M\0f$:ݸ'\8f\91\7fw\1eÈ\19èÛ;ül<<K\1eÐV\1aÝr\ evº¤\86\ 3ö\eYT[º]»¾öÁ±4é$
\91$\ 4\ 2Ï g\97\13ñO¦4 «ò\ 1\rR\rCºH\10\ 6¶Òä\8d\ 5vû$7\8fÆ?\80í\83\89\14i46ÐÀBy°ÏD¼Hc\1f(4\18\87cÆÍä\124C\92m\82\89¿x²À{Ú9\90î8O¿¹Â6\12\v\0\8cð\ 3\85\bUº];ÝF\ 3ÖÎôm\94Ë\ 4'u±\8c¤{@ç#ÁQ]yw\86\1f\97oi\96\ eï\ 1\19\9fÎåµ\ fNlÛ\96\0\1fãÀ\1dã\13\1aûdò2±ªM7\11\99Ø\ 2\b50àw&á\ 38\81Af\0»},(­\12\80ó\ f2)Öéæ\ 5ê|\93\8fu\84P\95Û\b?\KF\14\8dn\fg\81È\9b+|\eåá\9aöÞa¿\91\94\89|>Ò<\93KP[\196óD*³P 8@³0\12\1cS\95\1a\ eö¡
+~gR \r8®ÌÆTÙ\8c¨Íc\81\814ØÀ´Fué\19À±õ\81% Ñ}öí\1dv¾%º\ fß\ 5Um°H\eINÔD\16ØBaëÞ5\82\ 1{,d+ÒÍí\83­u:/\8d\ 5XR\84&ö©\fÇ\ 6\12y@/\ 1\16ëòæ
+GóX@\15ºË¶ÖþÃ{ é\ 30ø [Ë£)×/\8bl\8bjÃ! #©\e¥\96\ag$1q`ÍDg\ 3\ 5V;³xë\89-Wæ³\81X\14
+\91HpëAZ è\1eÀ\9b(.\ flh\8aD\82    Ìä)\8c,\ e\86ö  \rMV7â\80í²\89p$K"\180\ 1y"\81\938ä©\8cÎÝ\87\8f\91\ 5'V[\19-ÍÓre4$Z \9e\88H\96TX²õ\8dhH\94Ï\9c×Z\1e84.\15Up:Q"å\81Ä\91ð\aKöõ\9f\ 6Úâ    Hü\0\8e`H\9a)ÌHlU\99\1e#\f¤!ª\r~¨¢\918$¦
+W\99²ÝÒÔo\84£ºRyO§\9d³he°Ó\95Xk\9dÆW\96ÄwÜk\13\97\87\8d\ e\a\9d\9b§\10\ el  \ 6ìµé)ÀÕ\ 3lb\eÝà)³>\93Fq`Å\92Iͤñ\ 3\1a*\1c\8eâ\8cìe\9aÉS »`ÐM,$­\f÷\99Äý\87åÁ³ZLá|Àv\1a×\9a.8~ É}°ÛÇ"²H$\v\ f\89²¸ûê3Á|@3\12\9b§JcÎ++³5\9ep\92§>\ fÐa \1aé\9b\ 5­Ç£ºb#Á\96*m\1f°\97)±é\ 3b­ã}8Øz&\95\89tY\1aÝ>\81~"\81/ÓÓ¢ûtº1\9c\82H(40ì±È\1eÐ\15\14p@RÞÞIh\1f\ 2þP\94+û`\89\17\a\92ǸeLÓÝÖáT[\12tnË[\87S(Ø÷\ 5\r\ 3ÁN\17\8b\83AWÒ(`;ÝÌ\84\r\81ÀñD\1a¨[\ 3Qp<Q\92¾á÷\ 5¹\8dðu\16\99\b\83ÒN$\ 1\ 5Ú\82\13\9e¥\8a\ 4\9eÁÄÍ`\8b+ÓéÆpæ|$Õ»Bÿ¡Êµ4t\19Ѧ6Ê\að\vÇ,\9c\b\97`Dö2eî.lÇ\bß\85¢ÚÐÞÆÛ]\80\97@\82Ö§(ÏÆðe"Q,7 n\98\13e\ 6p\15 y\e7#\v6uéËÔsªm3¶YÔ:ô\18·ë\f/aâ\ 4ÊëOá å\89e\13ñÒ¼\91U®$\81\81\988ð1Ò\95\99]ÂÄ)\96Mµ¡¥º*\95áZß\8e\13ªOÈÝ\9fIû@ß\17`K\95Ì\88R8TZ¨ÂÊUU\eÙB\82(\12\95\18
\aÏÚDØé\8ab'Ò\ 4ÐÛXºh\8e¨ûÏg\a²0Ù\9b±\r\a¢&\92\0í;óÝ\ ff\92\95e\13a î\8e,KÛ\9a¥Ó\10\ ep\13\v\99\ 1ì;\aV¨Jv ¬\e\80¾ÎÛ]\80\85êL.¡d\81\8chǸÍõ\85m¤Ì2\92ì\ 1ûæ
+?Þ³!\10\8dêÂ9\18ty¢V\91À\89\99§\95÷ðÃ5[,¬\86&\1dGzUû\84Í_\80k8\84\95aÐ9)ݧË\ fè=@\19Is÷iL\18\16K\14­å¡\eÿm\1e\vüÆ\12ÙS\90= {\17\92°6ü\9b+\9e»/M0aø\ 214é¨.Ýj\8cm-\84×3 'Ò°6´<xU«±íµ\ fæ\ 3\1apmd\95\ 4\15itÖ8\vNL·*\87íDþ\8dEäÁËàδ\93(\9cÈ"Ealn\1e\9c\83¡­\ 3`F\92ä\7f¸$K\18   N3\95»@#0ÀYã4ê=\9bJê÷­\9e    ®åaÑÊ´\ 4\83½Lx?×\81¼\8d4f\1c¿\a\97\96\ 5\10\91¼Î²\890#©@\81\9b\9dIÚ9\9czÏJåÌÖ;«f\82Y\99.[gû;ký\ 2­\99\7f¶K\96^g¸\b\84-O¤\9b\eÑ\15׺\a°©Ë6½Ó¾<pPVøàe-$h#«g\85ªº}l+\11\1a\91\ 5÷\99D&Âö\ 1\8bJ\93Ù¸²*\96\97µ\94\11S\17V,ZÓ\85J$I|\87\8b\ 33k#      ú\0\9ez/µ<ð\fØ'\12þ\95'\93"MëÚ`\9f\89\ 5\91 {\91\0|\9d\a\92\0\8dZ'KÀù@*iàl \99\ 1ûT\ 6ã#ÑÀ:Új\8cî~\0o¢Ì\0\10õ\ e\17D±V\9a\16¢ÛhÐ\0K0'\92=i¶\90(\f\7fȾ|+\ 18\f4\92ö\ 1\1d\ 2Ñvkll\9d¯ù\86}gáD\18|ðiÈ}lF\14ÝA\12ÎSÕ\1eU/\8b©Ê[\e\ª«1\14x\ fè¾<3)\91\14s\1e~kc    è]\80÷ \90Úyf\13Y4(Ëb@ÀAY\9e\91XüDµPàS\98IFÒ¼uØF\12·\ fNl\eYõ.K\80íD\1aÂ\81\95Êt\13\vå\ 3z\13iÝH7G~\99X\7f\1a\12\al`Ð\b\8e\9aØö²F_º\a´Ë\ 3\97¥\ 5î.Ð\0Ít\vÊí.À\ 2\85mðDwÁ \13\9a\ 4Õ\96~´åAªaåÊ6ÅÕÈ6\f>Ⱥÿ´Ç¢\ 4ØP\18\9e\9bÇ\ 2÷+(-\1c\90\ fy\bH\89­Ã\0Í\92\r\84ê\ 5!\0÷gR\ 4\14J\81ä\0×±\b¢+¼\ 4\1acZ\ 3\e\8bl"ì½³aa}c\81-UÑ\8dl0\ eÏÁ\98YÅÂæ#i¢+\9c\83\81D4á\17Ï\89|o¤óPè\90h*w\ 1­íÛZ\91Òí\95`\89Ô³ªm OA\0\9aáDW\ 5¥\85\9b\É1²}8ð|¤À^&ÑLp¶°è\ 5X"I\96(ýæ
+\13\10Nd\91\1e\14\ 3\9bVÆo¢d\vÃ\97\89ÍÑ,eë\ 3\QE·áT#\vN/\9cÈÛÈçl³RY[\89À6\12+Ö5G\93.\1a\7fYª-Ý\18X/\13\²-\99qtG\18Øå\11¯\8dÍ\ 6ÂÓLY¼uÝDø2\8dì1²¸ºt¿wµ\95iT[\1a6\9fî\96ö²\84\17Ø\92\0B\14\vÛ\15\aî0]j¾\a\18.=±{ ùʨf¢;LÓÉ<\9aø\8e\9e\82Jeø\14¤@\92ÅCy\9d<PÅ\ 2Ï\80NêÊ$\1f¨Ó\ 5ï\81,\ 1\ e\81°ý\17èNaúH\ 3·ÕÉì&J(\f~_\90\90(]Û\a?ÚJJ\15ÛY\18\7f¤aSëèL\18\9d\ 1\vý\87§Ú²ÍP5'\8bÆÉ\82o#[I£Ð>pBS 9Q        Ð\19Ól\18\b\1eI>ÐL\188\ 3B\18\89\15(xI\96Xið)°BU\13ÛèG\1ax\ 6RÛGWXÒ\91,8\ 4\b§\13   ä\e\9côÍæhjV\18Ý£
+& U$tv         ZO`\ 3±\99qt!\f¯XXÐ9ÕÎp2ÏHò\ 1\9fà(§@«wx =y\99ø>\1c\18\9b³Íï\81 \9dÃÖºä+Ã&\8eÄÖiôB:[\98ìÃ\81_g>ù\9fÍÑÔ\9cm6µ\ e/\88"1¦y\87\83v}\15\94\16\95ÙSÐwg8~ \8a\ 5Þ\83\81Û\ 3i^\80\83\91jÎ6©\17\b\e)q\12\ 4\ 2oâÓ0çáÛ8³2\91T,\e\1c*\1c\ 2\91X\1a\9cvÎÖ7êm\84q÷¥\9eée½LùPØÌÉD¹\vD\9d+\9b5Në\ 5\1aí\ìDÜ_\10s\9f\8eê²ÕDx@2\91êýyEãl\97,Üg\9aÙc|Z\11\b      \93Í3\12|
+r\17ð \fí±Ð\8cÄz®#\vñ$X 8\1a   ]]H³2íú\8a÷ÎF4q\f\88\91¼\8d4&\8cÚ\at\18\b\91Ø\96\f¶S`[\89àÁ8V;«÷Nv\94%Üÿ\9e\14ªB\0\7f*\93M\84£ºr\17à%\ 4N\1el\rß`\91\16¸%l3 O\81ð\Ik}k9Ƕ"Å\970\90\97I£y°ëË>\9d+#Á\8a\85ExVc\9bnìCû\8dð\12XÇs̤DR¿\91\96\89°b¡Ý\7fÚÌc/\93¾|Ã\ 4ºW_&:\a\83\7f&bc(¬rÝX\99|¬#°@è\96sÝËgÀææÑ\12\89}¤Ù\82óp*\8ddÎÃ¥8lº1]\0¡u®t5\11\Ë#\ 5ÓlÉ6\8d\83\81CyÐ{ `å°©+o,p÷DÑÎl\9a)n¥±\88m\8að\fÏ@L]Øk\13\87\ 3ÎOdáÒéêBõ\17àò\ 3\86-\14\84Ûê\14>À+ïYd\1eº¶/Je\1d\U&\r]ØBY¸\YD\1a^×VN\ 1m\92ÍC}i®.[ç
+ÃækÅ5mdÁ\9b(\1e\v\9d!ù2\18\vAd\81\ 4\8d\ 4\ 6\99Òre8õ~&ù@9\11®õ\15S\17F\1f`\85*\7f\8cRa  \eÛ\99ÜD-\ e\84\ 1\14X\ 4\ 6º_\9b\1aÛp\89&\v¬C·W\12X\eX;ë]\80      °\9bÈWXJ­/\8d\97\ 5\18ö\8e\rH>íµ\ f¯2¥me\89æÑ-eàM\14·\8f¾Î°Hc\8bÂäÙ\18\8eêêu¦íDXµ±\ 2e ³\ 3Ù¤.54Q>\10\9f G` Aç\12\19\ e¤[P*#Áiçì;SÏ&¾k³3\16\13\ 6Gî+{\0Ã`*^\1a\fñ\94È\19Ч0²ªM]\1e\1aÕ\96\8d­ÃV\9a´¬\8fð\1eÐA\18\16\99G]\1e\94@d£8\1aÙf¡\81q¤.¶\87¥\12@µ³\b\14x\13é\ 6\90<\ 1\11(/«:W\b\87\97\ 1óJå=Þ\ 4\ap\fE.\13\1c\830"TYÀ5ø2ÑǨf\1e\r{÷*ðÁP\9c®\1eõ\Cñ\{4Ýø\1d\b¤g\11\0/Ó;\10È\85\0È\89ï@ \7f\16\ 1P\1e<\81Àð.\ 4Ьñ'\10\18ß\86\0,Ti\ 2Ó³\b\80\13\bÌoC\0ÔΡdƽ\ 3\ 1ÐÄy\ 2\81ð,\ 2¨\81Á\13\88?\ e\ 1ÔB)\19Óï@\0µPx\ 2ùm\b \16\94}\a\ 2¨\811\ f?
+\81\ 1\r\92·þ\ 6\ 4P\ 3CòÖÿS\13\ 34Góõ\ 4b'\88ïh\ 4ãG PâH0¸Ð\e\10(Áy\14\1d\b¤g\11@\1f\80@\89æul\13Ìï\99@y¤\81{P¼\ 1\81áY\ 4ÐÀô\e\10\90\94\8då\r\bLÏ"\80>Öñ\ 4æg\11\80\r\8c\97\13\90¦6<\ 1ÔÀx\ 3\ 2áY\ 4P\v\85'\10ß\86\0\84ô6\ 4à\ 6\904\81ü6\ 4P\v%ôoC\050Âðã\10@-\14-
+ûþ     DÔB     ÓÛ\10\80kûæï\9e@\94¢0ÔBy#\ 2p¦løþ H\92'\9cÜ÷>\ 4P\ 3\83N7þ\11\bHÒ7\9c)ûz\ 2Ò\82\92î,ü:\ 2ó\bÀà\ 1¯' ö\ 1\9c·þz\ 2Ó\93\bÀ\99óo@\80íëûz\ 2\9a)K\13\80+ë^O\80\85xR\ 2tå=L\80­{W\ 2tå=L ½\r\ 1¸(\8c&\90\9fE\0®&z=\81þY\ 4à\9a.\9aÀð6\ 4àBY\9aÀø6\ 4à*\92é]\b¼\107ï}\bÀ@\1aÝÛ\10\80ë\i\ 2ám\bÀp&ñû' P paÜ\ f@@`mP\13ç\r\b\b\96(j¡¼\ 1\ 1\16ÍôG"ð2\fÉç\11\80Aç¦ï\9f\0[,¬ slÕùë\bÐ\90oo@ <\8b\0\8c\7f@\13\88Ï"\0\ 3\9e@z\16\ 1\18\9cøõ\ 4\ 4\ 3\ 2\86öy=\81þm\bÀ(UÃÛ\10\80ÁDh\ 2ãÛ\10\80\814¦·!\0\83ÊÐ\ 4æw!\0c\ 3Ñ\ 4\146\9f&\0ã'Ò\ 4ÂÛ\10\80\81ºã\8fC\0µP\86ô6\ 4`LÙüã\10@\r\fÅÕ}=\ 1ÔÀ\18ØÆÀoD\80ÆWþ\8e HC\17ÔBy\ 3\ 2ó³\bÀ\8d<^N\80F7þ\11\bH{%\18\94öõ\ 4\ 4\16\17nÇúz\ 2éY\ 4`äÿ×\13ÈÏ"\0·O    ôÏ"\0·¤¥ °­\89\9fG\0\ 6©~=\ 1\81Å\85\e¾½\9eÀô,\ 2\ 1\9a\0Û\8bD  Ð=m_F@[\89¼\9cÀ\ 4wC  oC\0\1c\7f\1c\ 2pC\97ô6\ 4àÞÆ4\ 1º»òÓ\b \16\8aôåy\ 3\ 2pW\9cáÇ!\80Z(Úfë;& \9dÆQ\vå\8d\bÀ\8d¾æ\1f\87\0Üãº{\17\ 2(L¶¶éþ\9e     \14û\0ÅÙþ!\bH»vÔBy\ 3\ 2ùY\ 4P\vå\r\bHëAÔBy\ 3\ 2ó\b \16Ê\e\10(\ 6\ 6\8a³ý\ e\ 4¦g\11@-\14\9eÀü6\ 4P\v\85%\90\ 4W\97'\0Z(ï@ <\87À\88\ 2u?\81@|\16\ 1ÐÀx\a\ 2éY\ 4@\ 3ã       \ 4ò³\b\80\ 6Æ\13\bô?\ e\ 1ÐBI\ 5\1d\b\80\16Ê\13\b\8coC\0´PR\ 1æ}\a\ 2 \81\91
+®î\ fA\0µP
+®î;\10@\r\8c\10¾\7f\ 2ñI\ 4P îw"\80Z(\ 5\98÷\1d\b \16J\ 1æý®     \14û\0ÅÙ~'\ 2¨\81Q\80y¿k\ 2Å>@q¶ß\81Àô,\ 2¨\85ò\ 6\ 4æg\11@-\94×\13(À¼#\8a³ý\ e\ 4³\b \ 6\ 6O >\89\0\8a³ý\ e\ 4Ò³\b \16
+O ¿\r\ 1ÔBá       ôoC\05q
+®î;\10@-\14\9eÀø6\ 4P\v¥àê¾\ 3\ 1ÔÀ(¸ºï@\060X\ 2\ 5\87 \80Z(\ 5\98÷\1d\b \16J\8a?\f\ 1\14¨;\15`Þw \80\1a\18\ 5W÷»&Pì\ 3\14\9d\b \ 6FÁÕýÏM \18\18(P÷;\10(\ 6\ 6
+Ôý\ e\ 4æg\11@M\9c×\13(¸º#\8a³ý\ e\ 4³\b \16
+O >\8b\0j`ü\b\ 4\8a\81\81âl¿\ 3\81ü,\ 2¨\85Â\13è\9fE\0µPÞ\80Àð,\ 2¨\81Á\13\18\9fE\050x\ 2ÓÛ\10@\r\f\9eÀü6\ 4`\v\85%P\80\81\0\14`Þw \80Z(\ 5W·I ~ænO |æ|#0åÏ<\9c±@ú#\81ü9\1d\b¬ÿ%Iµñ\ 1¡i8\12\18\81\9c¦\e\19\1e»Ïð@`<Ï \1dö`¼/!K˹Û\fn\16»\12\98\8f\ 4Âi\ 6ë\7fÉ\8b×>\1d\970\ 5÷\ 4¤§Í~\ 2ãé\10ª\ 4¤\87Å\81Ài\ fë\ 4Ì-\18OKh²Á\ 1ýðÄ\ 6ésÊÇ\19\fÓJà>\83=¸ñ\18/³A?|Í\ 6ÃgÌÇ«\90\17\ 2ËSër\8aýø\99\1ef\90.óÑm      \1f¥2\83ÌñQk\ 2u6\88\16\813\eÜÎjø\92\8fö\ 4n»{\95\8f\ eBýÄG7[ð°\ 4\11\veg«\8f'\ 2M>ºí\ 5'Nn3àÄÉn \0\eì'0_\17'm\ 2G\99¾îêÂ\ 6q8\1fÂi\ fël\10W6H\rq\92?»Éf\ 3éͼã£ñt\bé3\1cö ÿìî3\90>c\8f\ eS8\13hòQ\9cH>º-\81ã£Ý\1e\0\9f\0 \96\ e\ 4ü3Èæ\16\8c'q2Ü%ø#\81Û¦ß$T(øPý.\13(f\87^+\ 4¦þÎÉ{\ 2é4~e\9aý
+æ¸\8c\9fÊøá3é
+BwRkýç8X|\18ælM`jëÕuü\8d\11¬ñ\86J8Jt\19on\80!\8fí\r\88Á\9c\7fïàâ2\81¢\96÷\ 4Â\99\89Öïí\8fp9T馻\10Ø\98(\9eMÜê\16¤Ñµ\ 5ñsÈæ\ 4n\9aÄ\18\7f2ÎÎ[X¾_\ 2\1f\87ñ§ù§Ïd*å¥\7fÈùû¡s_\82¥å\ 1v   Ê\ 2úÉ\18\9fO·¸v\a\16Hec¼Ã&(\a0\9aãý\f0Y\exf\80ê\ 1Üt\89ë\0VSØ\98Àl\9f ¡\ e++\98
+jã\97R>\9f\14°Op)¼ñ\9càÙ (ãKVëQ\8e\9fÄ`\8d\ 5%é¤u\87ª\v\15ð³ ¼E\1cÆ\e¾Ee\ 3\8a\9fÞÜ\80p\92\82«\89\94ä\ eÆÛI\86\8d\80[
\81\93B7­í»\ 45Mr3Þ|\9a¤J`rª¢ê!\16È\8dÖ!Öäèb\12zäèy\v×%åÎú~èN\82ôlO    \ 1ó\16\9c\8c\91ê\ 4\82s\ 2g\ 2ë\ e\14\f伫\8e\ f\9e\1dX\99h\oáaü\99\87jÖÐ\14\8dñ~ch\1a­á'!0W¶o¶¾î\97a¡Tµ\1f\bÕ\15\9b¬é\e\17°b\8a\86`Íß¡\ 6eüd\9d¾\87{ÖÓ\ f\8e¿º\83q¶Và¾?¡¤g\1cvÐa̯\ 2$d\93ÿN\ 2¤:ÿl\9d eHUÆ÷Ö\ 6\9eÇWO°t\9ai\9e\ 2\85ÁºÀ>obq\ fBAß>n A N6\81Ù¼C\ e\10(¶Ü\91\80K\8dÝ    Ìö-6\98¨²\84ÙºFæ\12\8ejl%\10;\8b\vÒY\8fU       \84Î$`\18ÔÇè\8c\10\18ï>Ý\91\80û\18cLæ\f\fk¦FÀÉ\aµ«\10MQ`\\85ªScË\82\936¨:e¦,ð«Ò¥£"%L¥      \K\1dU½²ÁT'\86:«¸Õ\83¹\ 1\ 6\v\9c¹ø¾\ 1£|ÿv\92Û÷Ýáµ\ 5>ýÌÄçðZ-6%\18µûñFlªz\0³¹\81\ 6\vWBC³iÎ\18\8aEoÊ\11\93\83lu\98l\83ÄmO§`
+2·=\9d¼\ 6I\8d\85\96¢3\vÍ\86CQó*­\13ô\a÷\96\KÏ  Vç¯2¨5ÿ\8aO\98}öTõ\0J/MØ\9e¸\91\13ë«Âãøô9t«S»Þá\9d\f\90ê\ 2FK\99\9b\1cTÙÁÑ2'Î;Xs)\92éÑ\9c}\8aê\ 6\9a>\89\95f\8b\ 3.h\91l
+\11\7fl0wÖ\ 4üW(\aÓ\9es_á\1c}NQuýÑt)NZ°Æ\0Ë\9b\09\9b\96\94\97m\97ÄÍ@ÙtIL\97¾²\ 1=,ÄW-\94M\9fÄ\1f\1dÎ#w\85òh©á\vÑá<Y,x!:\9cg\9f\14­\8f÷zu6\ fõ\9dõ}?\ fõ¦\f¸`\88ôÁ¼\ 4FtÖÞ\80>\98BȽ\ 1b\89îz\ 5øe\880Ð~¸[\84NÉùõãýéî\9947æéâ2|ü\9czÝ|¿\11P@\80÷\9f¿\12S\10îÙwZp?Ï\85òÂy\18oäNÕ¾?»¾_\r*\95 êa¼#([¢bÁúþ\85ç=\r«í'`Ü\9e#\ 3HTÍâ¿Ð¹¯OH\16\az¢B\12\16ë¬\1dt?î\84<\807 pPy\9c9\8cwÄS$*\16É\r\14W¸±\815#h      «\19ã\1d\9e \8c\9f|w¸\9efaí\80ÿ\85Y£r \b\f³õý\v¡íÙ¹\ 1U_Þ\14BVdú\18Q+Á\90\10\8a\14ÞOÀ\9f$\10ìKìÖ¡1ZJ̯C\974\r\1f\ f×\ 2\1e¹é2J\8fDS\8aøõHÌ\9c\1e\89=§GbOê\11IÓ@õÈÒ¯\98\12\83Ñ\16c\ e9.y\1aÂ\ 1ñËpH5 6Y\v°|ÉF@¯)Å*¹V\12лÍÿËd³j<©óé\81j4£Àä¶\14q5\9a\11LSôäÌÖ<¡\ 5äÆâ \7f\9eK2YØ­H\97Â_Ï\ 6V¿\9f}߯\ 6ô$¨ßàà\9a\f\93,\91\96\f«'\89\ 4§%V\99ÿ0\1aó?Çä«û\aK\80²~y\1elXrÕxâTâ\89ûù\eµ,\15\ 66%\80ÁÀ5-\9cmgÈ-Bsg*1÷\ 5ÈÁ´\ 2Ü\a¨á¸¦\12®¤Ø8}\99j0¦â˸\95`¶%\88?\9c\95Ü\96d- gº³F\96Ie|ï\rFTÂi½¥\ 3¬L·
+\a\f¾+\åÀÁ'\82«\a )\ 6­\ 3¨Çó,\19z%$n:C\1e3@Æ[\13°ÆWNp¶\fÉó    ÖÃqÖ\15¸\12\8eëL-äN\93éí\88\8aÛ\17ºm\8bo\ 1µlÍ%"¼8cã®üev»\12cI\8f8\8c\91Úø¥\ 3°g|M\r
+\r\13d\aÏE\86\1f>ïvæE\87íÆûÍà :ì6}È\f\ e!r\v(pÒ\87ñn38DëûV¢`%\9eT
+\16öã¯Ä\93äQh¿\0\7f<I\1e\85\1a\eX\r§H@í°\0\7f<©·vàB<IrS\9a,X\89'\rÖ\15¸\10O\12%ÔÚ\80z@ÌÚAK\ 4VNp27ÐmÇi@­ÉA\95hNçä\80\92¹\0\7f\96\ 1þhNè]߯Fs
+\82ôa¼?\9a\13-\ e¼\12ÍI\96\14¾\10Í\11C\18\15B\1a\8fk\9e`-Anv. \92 ×\9bRØ_õ3XBôJDu0Yøz8\fÝÀÑ·\81õp\98W\8dVÂq¥YïÞ\f      V\82\ 4gs\ 3Ý)\96\9aàÖØ\80\94O\ 6ÕóÓÜBÐ\16\14¢%Dª\v0\r\91\ve_Ѳ\ 3¬²¯Êü\v²'<ÿdr°ÿ\0
\r¬\85Ror\90ûe3õÖ\ 4üj<\r¦\16r\0BÈxóûî\82\874\9aë7âiv\8eíRÆ\7föd¬\12ö£#6Ýõú\12O\eó:þ¡\80<\9e\8aðëùm¶)}!¿\8d3Är\87\9aÒ%\1aaÚ1W\ 2ZÁôæÜB8GÓ\9bs\17\90çèôæªéQɶ\84ü1Ål^"\7fLÑô\86.\18\ 2Ù´D<\86@YÀ°y\13\ f· 7 (j\ 4f\83@\88\ e\8f´¬À4%Î9võ\90\96Ï£®YóÙvGÜï\1aY\92\94\1a߯g¸\99þ¤[\11ö\1d§È{Û\9bq\au{É\94ßÏß\1d\91\93\ 4·þ\11®Î\13\91,e\9få\ 6÷éËxTµl3\19_÷[1\12NÝOÞ->$9rÿu·ü\9c}_¯\aòî]\ 3\80ÄÞû \8elcó«\91\b±!\eg_\r\85\14ø\8eýø+± d\1e¿[|\aÑ\1f\87      øóëÄ\91mr@-½-;oO%\18Õ[ß¿\10\8c\92B¯Ö      ¬o \ 6\ 1\89¦\r{\eæ¤\7fj*<\8cÖ
+.¨ð ú\aå\81Ébâ\v*\\13Ôö\13p¿©\ 4±C[\13¨B\88
\10"Áäâ\v\ 15S\ e:Þ$äû\96 ¼\12O\8aÖ5òëÀ(Îèþ\1a¹«Õ¢S\fTC¢Ùúþ\85h@\14ov?\ 1\83&\98µ&PË\8eXp\80îÞÜN\95\9c³#ª'8X\97ÀïMG©ÖÚ\8f\99ÉxK\15ù½áh\e"\ e+Jò»Üº¼\96\9fÕ¹6 \9a\9fÕYRìBµY0¥ ?\1cR\1a¹µæ߬·l\1aS\95ô )ú\ 6E\80ÖK\82jHÓ»ZZ ^pi-ÀTåµ\80\92y\82\17\12´¬\13¸Po8:\8d±*\v\14ö\97ÜN¦\fò\97üΦ9ì\ f\87H\8a&*\ 3\96\80\12#\ 3r0­Q\7fÁ¡S\r×Ã9Öx3E®²\ 1Ù§\ 5ª      BÙé\90Ô<ª,\8fÓ\r\8fª\1aÌ\18Ì\1dô\a3\ 6K\bø\93\98\8cùû\934³m\8cû3Ì&\9f!V\8dHΦ\fsgÈõ¦)í×"½y\ 3ý\19r½mI»³34½        \14a"Âw­D®W+î\87»5\90ØPûF&§É×Ä\97\ 4sö_wcpÍåêì¿î\8eC\86Î\9c½\ 3o@\82\18\7f\ 5\ 1+øv¿\1aK\88Ö\ 4üêS\11¸\1aÇWý¾H\7f\90ù´T°q\80ÕÔ,)òiðO5/¦·Æûc\91\1aJi¬¿Ê@\83uþfjc¥Zu4o\80ÛüÐH
\80ö\ 5ö×jJrë~¼ß\8bï¬\ 3¸\0»ÔY\f|%/§³6à\ 2\18¯)Bü\a\10m        âÏì\8aÖ\ 1XQ\84P)8_\ 21÷ZÇ\9c\1f\83#/Cð\8c£N\ 1z\ f\8b\829±#\10\86Ó-¨\89\918Xbð,F\9a©9M&¨\1c¢©E­[T\eo~ßP\ 3\95\8f"m1ô5 qK\8eV\1dá®÷qaµRI\8c°¥Õ#ð&\95lEê¯4\8bÖ5¼\0ý$9Â\8dùW+ŲÏ\92©\86r²Ï\92ªWº%cþ\17*Åz/\ 3Õ\ 2!\96\1c¿°ÿ\92\19\83òÏdê!ÿü'Ó\10ñ\83)\8b\13u\9b?\18\87\88\94%\96M=x!\ e\11L=z\86\ e«©¡|3e]j¨\1aÉ0mÉ+\89)½%E/$¦ôÖ\16\IL\19L!æN\vÈ£e\vx\84À\96\16b-À\8fÈ=\9b\vp«!\r%4\98¨Æ\ 2½iM^\bfi, aÍÕp#úXp#\ e\13pGÃ\ 4Ñ{×cæB\86¤Äs÷}zܯ\8a"\ 5÷ÃÝ/J\ 5\11¾õõ\9a34wÆâý9úb\ 4\1döÎí
+\88\r´ÿ¼\1fÏ[âX»ñWRKäû¹UgUÃóî|\eP}U\8fæù]\0\1e²&à\89DJ4Àb?CþÔÃ\11\83ÅAþxRo\1d¡e\85ÕRC,\16<Ûñuà!óûþp\8c\84\92÷,è\16_\vðÐ]|\1d\ eÀ\91X(pÞ£u\0\17\0Å%\9ep8A7 ¸4h:\12p\ 3\8aÇÎæ!7 x\942\83ö\12jxঠº\0(\1eM6¼\0(\9eJ\9eø\81\80\1fP\Ü¡\ 3\ 1? xvòA5A§·dÙ\ 5kPë\8d\1aê ^¯d©â+õJ£ÉÉî\1c\17\82'0\99Æ\84?Ch6wÐ\r¾¡ð9\8dï×ñ¬Í\rôwÈ\11ø\9c\96B®.À¾Èî\rLö=öGe\92eP]À^\906MM\16ª\ 2°d\9b\80û\16\1aû\8d²Ô[\82È\1f\99\14ðg+'û\12ûçokt·Q)]\9e\0£R\12\1eI¥æIrý\eV}=°a\19\85þ\aN\85àÙ\7fÿ\ 2\84\8eé\13\19\98è\95¶¡a0té¹æêÜøT xfó\0Ü\19ã9\996\99»±DΦ_ã/\16ɦ\14t;\95Ù6Ê\r)xL\97.)>C2\ e D·\18Õ°Jë
+Tã:£O\ fTOp²¤¨ß\16R@ê\96\14®îÀló [\91(¤4j\8b(¤4¨J{[\15»\1fz%I#ÄÖü+Y\1a½1ÞÿJ8Y\9f÷§ H\92Ý~¸;K@¢zûÉ»½R\ 1\7fÝ\9f# O¼ûÏû\9dê`\8d¿\90# ¬ÓX~=,3øx§\9aä\91Ì\ 5øÁC¤­Ic\ 3ª\ 5\8b\1d\16àO2Èæ\ 4\8cçÙZXƺ=\17Ò|zëû\17ò|\97¸\8ck\aê\81\95\12\17>\10ð\ 3È\98\ 2ä\ 2\86Òh2±»1\8a4în]ÂzÁ\8dõý+Ψ8\83û\rð;£\9d5\81\v`¶ò¾us*\91º=\8dÉ4\ e \89\1f³\9f¿?EÁ\14"\17àW²õý+ýͲ\8f\ 3«\90Ü}ö]¡:\1e²¥Æ.¼ni\87´Æ\11Ô\ 1dL-î~Ý\8a£¥Æ/¼ni\9a  z\ 47WÎ)Åj-Îì#¸ÐâÌÒ¥\17"*Á\9aÀ\85\88Jt+\82ZHÇ\\80û\81.%s\ 1ngJ#:\8dïW½yIøÜ\8fw¿Q¥ì4\86ê\ 1\1c´¥\80&º´¤@3Ó\ 5T$ið)\92j¦Éè³\ 6«\99BNK \1aQ\92GÞÛü1TôÙ<Aÿ\ 2\ 4ú\13\1aPºlÊl\ 1!\97\f¨G\84
+ªõ\8e\80?"4­þÔ\82¥Ó\b\bÙB´Ô>ïÇ_xå-\96Øaü\85\ 6\98¿§ìSÆOÖ÷/äÌgk¼û\ 2JÎ}k|«=Okÿê9ûÖú/ø£%&\7fä\1f\7f\83¢ÞZÀ\15<ÔÞÜA?\1eêà=Á\9a;7\9b\8f\811\9a\13ð\97\8d\8cÖ\15ô\87\83Âd\9dÀ\85²\8dÙ\1cïwgç5Wï¸\81\8eÒoñæ¦;¤ó\81Àx"0|Î'\196M\8b;\96îHd\v\81Ç\94ñ\93!4Ü\93\v\r\ 27KΠ0\9eö°3f°6è\99ïRü°\84Á\91+Qf\90\92ráã\f\8c%\8c\15\ 4\ 5\93\8dÇSÞ½5\83µÅ\8e}
+Fh­r\8cK`Æs\8cU\ 2\rÅ\aÃàã\83jýÄè\94\ 5U¯n2e\81ß)+Yo\87ñîÈ\90äþ·ÕQÅ¢ïÌïû\1f¹;óû\17\²àT\ 65TÏÑw\80u\9f®ç8 \95ÐLk\ 5u\9fÎÜÁ\v>\9dO\9dÖ}ºìâ\80ºOg}ÿ\92OçU§5\9fÎR§W|ºÁg\92UOp0MRw\83\0\81q¸»6\9b>ö£ Læ\1dr»4irÞ¡ê  \96'¢ö    Ö`\1c\ 6Р\11\18\87¨\ex±|b,>\99é\94ø\13\17s°¼²\v\89\8bÙvKü\89\8b\8aÄ\9d¸(\89\ 2\8e%Øy\87ÒüúHÀ\9d¸\98MIr!qñ^\83\7f2Ê.$.J       Æ\91\80;qñ\8e®íÙÄñ\84ê\14ï\16ÍÒ¿zµhæÏ\1c\84\8dË\Éw\98;Ë0=ç;Tã\13ó`\10°P\82+ð¦ól\19¶gxÓÚ\ 4úÎ:Åó\ 4Îâl\9d\804¬9ì\80_\1cõf\88á\ 2&C\11Ç77í+÷ªfÒ\89\eî©\85Ó"\8eûê÷_w+ÃÉüºÛ9\17ײ1ùjtB$ùnü\15H\86òDÐÚü\9a*   AÆ\a¬\12/\947\82Ã\ e\18ùRµþÑæ\ 1øëP\92É}\170\1d,þ±`Ý*Á\81~}ë>\9e ¿\7ftyî?LÀ\1fà\e,\16ºÀ\82\83ÅAWêhJÒça\ 2þøØhMàB|lòm@\95\ 3gsþ§õW\93\ 5L\19ài¸´\auX® Ô86\98ówGh\ 5[³½ÿ5L\86θA\17\Ò(.i\8b@+[ -C*A\89d\9e \1fÕB\RP\ 6I²@ëûõd\81Þ+\83\8ef\9c\ 4¦ò\1a\98Ú\138;Åg\97p%¹ToÜm\98\ 3\ 1WÒçJ [RÈ\92Ãg3l-ßèVCò@àt\bÃÃP!p\8f­M\83\12x°ã¬¼«ó=¼/aNæ\1e8ÚE¬1O\81¥8\120,ÉJ\ 3ÙNf0}\8e\e\1f¹£\83Ò\81¹y\11ëÑ-\9f(±Þúî\91\85h*Ó³7PO8ð\99\9e1ɲ\ 6üÁ!y­j)Ó:ȧ©ÌüÁ¡lkó\v\ fþæ\ 4ü%$½u\ 2\82Fp
+ÔFÒt\ 6ÖFi´Xà\ 2Pq\1a§r\v\8d³ýུ\81¶&p!eÀg\92W\81jg\8b\89/\94@t\96,¿P\ 2ÑYß·.ñq|             \ 4S\8c\8d\86=QY\80-E\8c\ eªµ6Î>{¤ÞÆ9£<\°9¼b¨\ eSê¼\ 4U\ 2½åV]èA\99{\9fc[Í{1Ý¢\v\b/fTÃ/\87ò\ 4[Åå\f'K\97\ 4mIB\7f#ã<;'PÇG±ì\19ÿ5è;\98  ¥\ eǺÇ\17\9doZ+¨vÞ \96\83æ÷^×ê\8bÐÜ}üM)"\9a@<óÝp\7fã%ÉÛØ\ f÷\97\ 1ÍÆp?L\9c°ïn¸)\ 3íÈòR\89s×ã{\ 2çÈrM\ f\85Ð\19»oè¡óö¯ QKpîn\ e\8fñ\11$Ê÷D\91ó\ 6¸\9a\16Ðæ/B\vÕR\94Ò\82ñp\ 4î\97>\rÎí¾\7f~é«×âDk\aý\ eIÈ£µ\0\7ft°O®\vT\8dMõæ\ 6ºÓ\15Â`~ß\9d®\10\ 6óû\17bsÙµ\7fÕ\ 3\9cÌ+à\17`A\94\0j\95\ 2.¤ÿitî@À]κ\94â0,¤á¹\ 6\vU\83c\ 5'é0Þ\1f\1c\8b\9c\14\8f\11\15ã\12\ë},Ôj}\ 3\10\90b k\ 5W\8a\81\9cR¤öH\13%\83ô&F¿|¤©÷¾1yÈ\1fâ\1dÉk\1c'\8b      /D8§\12á<LÀ-\a¢_\ eT*òfN\92&S\8ex4Ñ\1e\9e¥É\ 3Õ¨@ðÉ¡jû\9ehñÐ\85ö=ÉÇ\83Õù\9b×Ø\ f÷(¥4MA^\8f\8cYÖð\15Ð×à\12äÕ\r\18\ 6J\8a,V$%EÒè5¦*q¥É\12\83þ> É¼Ã\1ekXÆÛrÜÍ\ 1¹ó\8aÑ
+8Kðq@5Õ$nbøËT\93:\81Þ"p\86\1e¯® \99\8fÎ\92-EâïÁ%¨·\a\16ðw\7fé-\87ÂÏ\82¹·XèJTÊ'DëÝs6K\0©Ë\16ÌÛÖüëÐ(N\87¬\1e\132e\88\eg®ïl)î\ féØzØmËõ\9de\aøÍá>\98æ´Û\14ë£Ó\14«\99R\ 5\9baÉBnXR\95t­ÂÁ»ñ~    \f¼\eî¿@\93õuË\b±+0ÂÂ>çÕû+0ÂM\ 5Ü_\89o\ 4 J\9c\ 5\9fÅ à¯Ä       qE«<,Á_\89\13D      \1cfà®ÄY¢:Bàq\13Ý\95\9eÆÆ)ø\8fq ëx\8e±J`)ê£ø \9f||P{%\zé¬Ç8CoõA\²Ã=öGV\9c\1aÛÓ«\18¡\1e\ 4a\ e\96 ñ\17\86\8a&ÙÏß\8fx*\85½ûïû!F$ó²ñýªS/\8aà¶\7f\17{«KI^´&à\8eÎk`¦É\0µ¬)S\16;\18Hêñ,\ 6\bÉ]Y\1eóhHB+s{:qÀp\ fË\fÆ\1d\90c\15\16\18¬\13ð§nJ#\9f¶.­d\ e\8eÉu\ 5«ß\97¨LãûÕ+$Å\80\8d+T\r+Im\7fK\86U'0\93wxæî° ¼4ïpµ\94J¬Éý\ 2ü¥T!\1a\1cp~`©æª\ 4¹BñË\\95jºRôq@5[(ú\84x=ßÊ\1a\7f\ 5\14B\17ÂzÙ<@\7fT«79ÐßIj°\18àB' [\ 4ùÓ½F\8b\ 1\ 6Û"èBGfß÷«7X\92¿ÛZ¸âQw\96\1dv!¢Ñ\99\1fÑ\90R¾ýø\13\ 3W#\12\15án&\97\93©\ 3\1dïkeþ©wÍ¿v\80\82×\8b\1f\94Ð\ 5\80\9dÞÒA\17\12\8d\ 6S\87¹\11\96òè\93\0u¸^S\82]\80ëÍ®ý«\87\94\9c\8e\8d\92\19\91ðGTÌ\e\fÀýÂJHcB \12\12¸_T    I\96ÐÍ-ÿê\ 4kI
+¥©ëa¸ñ¬`\ f\9f¢kx5K¨X\0ûán\e\14öÃÝá¬\82ö\8b\92cä[|Å      \17ÖKS£\91áÑ\ 5\8f\ 5\91ä°|G\ 5±\10\18M\ 2FDÛ.=¹Ãý\1a\ 4üõk\ 2ð´#p¥~M\9e÷÷3¸\80ï4Xãý92ò®wX\80?\12#\ 5x;&¸\10\89\19Í+äNÙ×\ 2¼ÆøjWåɺD\9e\92&7¯X©KWÑF\9a\-\94Ó¹dH½\82op\1d@5\92\12|R¤êÇG\9f\10«¦\87H\9a\0+¡,I7¿ý/\ 4\92¸¤èP\v°¯°¿\0¯7Å°?»d°\18èJGâÁÜ\0÷˲F\92\1a\eX]Àh\8d¿Ô=)¹\84h=Ahv\9d@=\92ci\81\v~hg
+q¿\1f\1a,\ e¸Pö\14\83\93\83k\81\14kþ~7rAÚõÉà\8a\1f\9df\9f\b¨§÷ô.\ 6¨¦'õæ\ 1øÓ\93Ì+|\ 1èÖ©\84«\81([    û\93c$¹æ²\b\93ñÖ\ 5¼Rû9\9b\12À\8dòdçÜC\91»ñ~\18\94,Ùöû\ 5ø¯p\ e>\11R\8f¤\98Wа"*\8et²ìÀ+¹1\96\19æ\11\ 1%\90\90'\83\83-X®ÊøÞòE.ä¦\fæþûsSL7öJnÊèÓ\ 1õ\8a\15P\9dÀdZ\ 1\17*¾,\19â·\83³y\85ý¹)
+\85Ô:\81f$\ 55C4\92\ 2úr\1aIi\b±Ú{\8e\14\rƾñ\9cS  Ä\143t?Üí\a\bÿí\87;.àªÃ\85ûbÂòCgóó~?Xâp»ñWüàn[\0ä\a\aóôü~°`)5ÆWý`\81\8d¿à\aǵ\9fqºý/ä\aKë¥Ã\ 2Ü~pÈ\1dw\0½ï\0êPJÖ\ 1\82\1a¬\ 3ð\97KjµÕþûþ\86Ü£¹ÿîÂy\rä 7PlÈÖ\r¬W[Y\ax%\16'nÜ~\ 5\17ú\1eEj\abévÐÜ\81:\98\92O\ 6ÔX F\9f\ 6©\87rL\16r\ 3 ÄÒ\7fó0Þ\r\80¢IA-\ e¨c9ÍÖ\ 2üõzÙâ\80\vIþ1[\97øBë,\ 1@i\bÁz('\81Z\Æ\9b\8d\b¨HL-3 º\80Ñ<Aÿ\ 2&\9f\15Tóâi\87ø\9b·i¥V[\88U\ñÎw\ 2u\8cï\89\13B)\9a,äOJ\89Ö\ 4üvh²í\b?H{2¿ï\aiÏæúݽä\15¡\eUc©7eÈ\ 5\84n\9f\14¯wMòÉ\90\97O\ 6VÓÚ&óû~\8c÷     µ¤%\16eÛ!\17JÍF§%XËê±6À\9f×\96;K\86\9a\ 2a\14LSÐ\ fadÛ!þ`\9ai\87øãá
\ 4\1ar\1aLk;\93µ´ s\ 1þXJoj!ÿ\ 6\98¾\8c_\86k4­©\84*\95~v(Ãý¢\94Í`\84ÁÁÕ6Þ\93-\84ý;0[\96 u\82¶!׫/ñµ!W»\82½i\ 6øs{{\r\8b¹\1dkáN(B4Î\8f\8d×âä\bH\17\ 2e\ 3\ f\ 4f\aľ\10\18\r\ 2Éó(S\101\v\ 2Ô\91\80Ã\96\14\ 2³w      \15\ 2åQà0\83Þ!G
+\81\ 2¿q\9c\81aL\1da\88\84À\8aO\7f\9c\81ãm¹\10(O{Ç\198\94¡\10\98|\9bxF4\/w,\r7\16\ 2[¡E¶\fÚcÍâÊÜòº»\9f\81Õöè¸\87ëøÔY\870\18ß?^%\19\9f\8d-\9c\8c^ºá$\f\97\r\90×áÃ÷\1dÚl=\ 1\ 1\7f8\8c?}\7fiRy\92%÷      \fÛ\ 6>\9e\80aO\9cW°>oZ¤w\b£²\83¥ñÔa\ 5\86\8c\98­ñÕù\17\8b\10\9eÿlq\80gþbР      \a<öA\1d\1da\91\9b\16Xcsk÷²¥-r7o'xº\84çªÍ-6w_Á¸/\6ÄÀ9Õo\1cÖØZ\1eV\ 2\8f\90d«`\88K\aÐé8\83dmâ\99\8b¥+¹,á¡`kp8\96\85@L>\ 2k(d¯Ó×>z³\12\88ý¶\a\8e<\93r\8e\1aöçè°Ì\85B?ú8¡*\r$]éx\92ni ½½÷'é¿M±<tíÇ\9f\19á\DÝ}æi-\»sÒ\14?ÓÆIã\89\97Ïå»e\ 1Ód^\ 6\aV·h¤ÑZ\81ñVVÓ(Öm\1c\1c]qeü`\9cÀ\99\91k;\98Böí`5ßåá*=î _¢§ÎXÁ¹\88¼ªÓK¤ù°\ 3\86\83S\e?»ÆWï¡\0\125oòù\f¤v«3·Ð¸F¶Y´ \80\18KpÔ\90\8bR\8eN&®|\7f4\99ÐÑ;E\94º%FÎó¯\e\ 5\83K\8cTÍ*qpöã\8d0]Í(0¿ï(@\16£@Ö?~i\14Ôö/w\9eó\ fã|û\17ýÇÏ÷ P\8a÷\1fß\1e\ 4Âí÷\82\aÐm?\7fïPè\v\ 4À]\88\fék\85^Ëù
+¥y×\9e\80UÁ}Vdëø"\84ö\13ð\0I\88Q4+\81/\r\82º6.½}\97Þ®_jãºQ\13­)\9c\1dÄ:\81ÑG ZG\1f\13|
+«U5X\13\18\rÄû\8aUU\0EîO_\98UUp¥\8e§à\10%Å6-°6GNr¨£B`
+¾»P·i¦B`øZ#W\8fÁæå³8©Ú\ 4Ý\88Ïà\9eÂ)ö9z\1d\97rrk   \86£^!0\ 6ß\1eT\970\8e¾%TÓX§H]&ut\ f+8ÝæÚeJ³ó25¥zn¸iM©¾#àß\ 2\95êyƸ@¥ú\81À\ 5\1fK¤znøXM©~\98Â\ 5gyäNA¥:p
+ëøAWðåMhJõ\fûÊ"ÕsÃÂnJõÃ\1aNR½z\8cSðqRSª÷\r?«z\f\ f¼üå14¥::\ 3\95ê­\194¥:z\9f\1f\bø\85ªHõÖ16¥zó2\9d[\ 1ì¤ú~\ 2\93Ñ'·!Õ[\97©)ÕSOJõ\1d\ 1@ªßÆ\7fy\ 6M©¾'\80Øê)\91Rý°\86ë¶ú\81\80\1fóJ¤:x
+*Õ[\13hJõ%üÂIõÃ)¸\19a\91ê\14'©ToqRSª/Õn_ËÔ\8ab*PÄ\87ÛxVLM©Þ\9aAM\1e,RÝ%\ f\9aRýp
+~\998\9a§p\96\89µM\94\92¹æ&6¥:p\99Öñ\e#B&\92JõÖejJõ\18I©¾#\0\181Õ¬Rý@\0°ÕcGJõÃ\14®KõÖ\1a\9aR½q
+UgAr\ 4ZlÐ\94ê\v\1a\14\ f§pÝV߯Á²Õmy¢R}\7f
+gyÒ\94ê±'¥zk     M©Þ\9aASª·\18¡)ÕÛw¡!Õ[§Ð´Õ÷\ 4Îʹ)ÕA\91¦R½5\81¦To]¦¦TïØ\bLGF`ºùë\90rSªw\8d\87ö¶TïØ\b\88À4¥z×ð:\9bR½y
+\15qR
\ flp\16'M©ÞÑ\11\98\8e\8dÀ´ÖдÕ[ÇØ\94ê¡\11ÿ¨*×\ 2Lм\8dM©Þ\9aA3\ 2Ó±\11\98ÖulJõ®\11¿hJõÖ\f\9aR½y\99\1a\11\98Ö
+\9aR½u\99ª\8f\95e\ 6K\8d#ô´ R}OàºT_ÆCéS"Õ\9b\ 4\9aR}\99
+%Õ\ fSðÛ'"Õ\ f\ 4Î|Ð\92êíS¨L D`\9a\13hIõ{­,%Õ\8f§p9\ 2s<\ 5·8\10©Þ<Æ\96T\ fs3\ 2óõkéq\ 6\97_K¡\19<Jõ¦<hIõã\12ÜÇ(R½¹\a-©Þ\14\b\8e\8a´4\99\8cxÝVo^¦s"ÞZ(%[8>:\eá\9cÃU\85ü\98\8cñ~È\81R$³\1fîG\1c(¥²\87¯»ëô
+^Ìa¸ËÏY;,\97ÓßoÞ¹Ãò\99}\ 42d²\b\9c\19¸vzA´\ 1z|!\9a\ap\ 1rÃ<\ 17|m(\0ø\87ñ\ eر2¾àß\1fæï\87ÌÈ>þ­\15k\87Þb!?l[\18|,X]\7f©\96o­¿\8axQü\9b#\ 3\19¡»Ê\ 1\ 2ü\98)\93É\0\ f1
+\ f\vðsðlNÀ¨Ì¨ ^tÖ\r:Ë *âDg}ß<\81¯1?\9a;P\93B\væ\87K
+Ug \8a¼5\83:êÇìb\82ê\19\19T¿\9f¬[t\ 1u$[Lx\ 1u$[ß¿\82:b\8a¡\v¨#¥Z÷8\ 1?êHéãÑ\96c\95     \8c\96\1e1&Poñ< · ì\12 ÷\ 4Φ\\15ÁuòIâ*lÈlIb¿&\96\1aÁö÷mô­Å\1fXз\16\8dð%úV\1döÃ)\89«¨    Áw\v«¨\rѼ\ 4\86h]\ 2¿\14\12Ä~)\90L[è\82\14H¦1ä\97\ 2)[bôR\8b\1at\9c`\88÷ÿYº    Þ/á0?2aðC·\f¦&¸ÐOÈÇ\83u\18]áÁ\ e\ 2\11\95~B-)P]ÿdò°\eö \99\1eÕ\ 5$ðd\8a1?\88 ô#:l\80Á\82v{Ø¥Gõ*Æö\vpsP\ e>\ eªÂ6\ 4Ë\969\9f`\1d\86×Ô\ 3nø§lÚ2\17À\7f\ 4\87÷°\ 1þ.ãÙgÌÕqx'ê
+eS\ 4\9c\ f \ e£k
+1?tÌh~ß\8f\9dc\8a\80\vø]Ù¶DÜ\1d\96séGѼB5=Òw\96\1e2ôH½Éµ)\85ÝBH GZ,XÃné\83m\ e_éHt\1f\7fceä\ 4Æb\8aí\86\9b2Ìf!\89ª\1dÆ»E\800Ðn¼_\ 2\88
\ f¿\0¤[\fÉÃôÝ\86dèÌù»\rÉ\10¬ý»\80cZÀ«Z߯vU*@º\87ñnC2Dëû\17\fÉP\9aâ\1d&à6$C²8à\82!©a½Æ\ eV' \86(<\ 1q\88\9b<\ \8b\ræ\ 2\1cv\98\8c\1f|w z\84£µ\ 3~,vÁòm\89°jXm²¾o54©¸\ 2\vüÓÒÝ8ô;\7f4ºßf\16À\90»/±\9bÁÑ¡\1fÃ\ 2\eýñó½¾dùÜíÇ·\87\1fk5ñú¯¬ÊâseúÂP"\80\97¼ÆmñÁaƯ\88\ fÓ¼®}\97\ 2\16£#\15p\95\0\ 5í%ìRÀb4Nÿ\88\95"PäÑ$p\12AÝ         b]\80¾l\1cVà~ß\f\12Õ<ÌÀxaí:s\ 6"\84\ f3pHáB@\1eÊ\ f\ 4\8cÈ®}\887^õ\9db\95À\92YΰA\90\87ò\16\1f\9cïP¼?/\86Ò¢|Ñ(\9d^Â4\19ª(ÄãEX¶U\ 5ñn  a2ê\92\8f\ 4
+\ 6[o2\92\ 5\86ZÙÄ!Y{p\86J9§\80\15Xúa\85¥\ f7Çl\bJ 8rÈÖs  \12\13\88áa\13ùÇà\19®¦,¡À\99\1eö 8´Y\99A\ 1ª8Ì`2ÔÑ\19lä~\8c³}\8c\ e8H!\90M\ 2\8elF!0ë1>\108£ÀÕ6QßiÚ\9bxFËHñá¡fOàl\95×\96 ¹?í%L'<Â\98×Ü\1fk\13Ý\8c$èìG\ 2\ e©\\96 !ÖÃ\12\Ht+\ 1\8b\95ÃY Tg\90Ì=8ÏÀÂ#¼ïA\8eå:ï     \18Æqå\14$¾Ñ:\ 5K\1eÜgÐG\93\91\1cå\12e\ fz\9b\ f\fëÔ\96ÊúZÓ\96Ê\95\19\f\83W\1eØ2QPÚ\9b2±Ê\a\93)\91,>¨ìÁÔûö z\99&\9b\ fü×y¶OÁ\7f\9d\14ü×y6\97à¿ÎÉ\14ªÆu®\9dBêìMt\9fB
\1e\18b½NÀy\8cµ»\90¢}\8cîÛ\98¢}\9dý{\90ìSp«¶d\vÕó1ÖX9e\9b\13Ý21\99\82L\14Ì{ü\14\ 6SµM\8elD!0øÔ{õ\14F\9b\91\1cº±à\81\8dr\8cÝç´YªÑ-ÖÓädåp
+\9cÎwó;I\8aw|\8cÝç`d¥\1e½¶\92\95:§âòô\9fá!»ØÑ~de¤Ü\99~ãÙÜ?{®]!0X\ eG06ñ<\83å\14r7\19|\90Î\ 6Æy\ 6ëõÊ\ 5Ûð¨\e\rÐ\8elâVç°Í \vÛ)8Z \94M\8c\ 3¹\89)\90\9b\98²o\13k\9c\98Ó\̼='\1a\10\9bÇM\ï\82\0è\1ff`y,¶HË^3¯&ÖsÅÌsk¦<X6R´ª\15*K\18L\9fÉ/\95óh        Us\ 6¶PÍ£ÛÜ·Åz®\884#\8aS#`«6\17\9d\80×w®Î`vZª5c;Ïât\81Ævo\9by~;±¯\98ynNì\83¹\a\16\f½½\89}t\ 6¢j&\8e\85®eáØ{(\ eÏ~üy\vkòHòlwã\rqT\93\85\87ù»­\93Ùú¾ë\ 4ËøÉ7¾\1a\ 4ëÌ\rô/ Hü¦½\ 2Û¼
\88\92\9b\82ÿÒ¼ª\ 6\ 2\85\ao·áË{X\8d¦J\86Úa      n\eUÓõ[\X»\87ú²w à\88ª\97\19HHú@Àq\8ce\ 6Ù9\83*#õöMv{\8c¡·8ñ\82Ë©\8f\8bí\19ز(\94VÕMaT\9dÁ`ßf·i\11\ 6{   n¥¦ï\93\a\ 2n§W\9a\85âò`²gàvzÃä<\85*+K\0hÏH~ó*T\84ª?\10Ø\99\97É/P\96jbð:KPÜ\16ën©\1c%~Ó\92ÊÕXf´gàvz\97\ 65wg§\9b¾vzkîÖ\ 2\9f$\9b\b¹[KAì}\ 6\a\89ä@)(\9b\98-y\10=-\13%ª>\99K8ùí5§w©`X7qþÚé­Î ·gàßÄ!ù6±:\ 3 \0µö J@\8a1[\ 4ª\9c8\ e«Ó{àÄÓm¬îÁ8y\19éøÎW
+Qæ\95\95§Ç\15\84ø \12ÿë¯\7fúÕ?\84\8fðñëßÿ4~.Ã?\96çêòǯ\7f¾-.ÇùcñÚoÿæ·\1f\7fó?þýãÛ\1f\7fó»\7fûËïþîã\1fÿþ\1f>þãÏÿþÛÿû\9bßýöã\7fý¿\8f\7füç_þøíÛÇ¿üÍoþåo?þáóã\9fÿø»\7fýÝ\9f\7fùø/\1f\7føå\97ÿø»_ýê¯\7fýëç/\7føã_>ÿíw¿üê_Â8üþÏÿóßþϯþã/˸Ï?üòó·¿ýøõÿþé¿ýú6»ÿ\ fq\ f
+endstream
+endobj
+409 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 946 0 R
+/Name /Im394
+/Width 18
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÀÀÃàÀÆ`ÀÌ ÀØ\90\0C\ 5\8c\r\15Ì\f\föl\fò'\18ø?00ÿ``ÿÃÀSÇ `Ï`Àß\90À\ eTvà\0\10\11\ 2#\83\0\13ÈLæ\ f\f\0ò$\17o
+endstream
+endobj
+410 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 947 0 R
+/Name /Im395
+/Width 20
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøq\80±õ\0\ 1\ 6 \92an°an°`g¨\80¡\ f|p$ðAF¡\0\88l\14\fb\1c\fz\1cøÙ\e\0\11\11
+endstream
+endobj
+411 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 948 0 R
+/Name /Im396
+/Width 11
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|À\7f\80\11\f\99\e \90\9d\ 1\ 2ù P\ 6
+- °\0\f\v\19\1eAa
+P\f\0æ\9d\r\89
+endstream
+endobj
+412 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 949 0 R
+/Name /Im397
+/Width 15
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc0`0`(`øÀø\81±\80©\80¥\80£@¢@ @¡À¡à@Áÿ\7f@\19(dþ\a\0ý4\r'
+endstream
+endobj
+413 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 950 0 R
+/Name /Im398
+/Width 22
+/Height 21
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c³àoð18àç\90Ð×PÐÏPÐ\aF2\f\ fàÈ\82ñ\0\14\140w\140s\14°s\140\v<`\16H`|\0\0\97u\13±
+endstream
+endobj
+414 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 951 0 R
+/Name /Im399
+/Width 22
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`°a`þÁÀ`\ 1C\ 5\ 1\ 21\1e`øy\80±õ\0\ 1\ 6 \92an°an°`g¨\80¡\ f|p$ðAF¡\0\88l\14\fb\1c\fz\1cøÙ\e\0¥º\18ò
+endstream
+endobj
+415 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 952 0 R
+/Name /Im400
+/Width 30
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\81\9fá\ 3\10Ë\01\1f\10\83 ;\b7 a¨\1c\1fT-P\ f\o\ 5\10Û\0±\1c\ 2Á|@ÌÏñÿ\ 3;\a\ 3\ 3ã\a\0Y\94\ fÿ
+endstream
+endobj
+416 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 953 0 R
+/Name /Im401
+/Width 43
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUÎÍ  \800\14\ 3àø\83\15\14\7f\16h\1d¤BÇò øFë(o\84n ñÐB   ù.¹äÕ'9uXÅ\bEÇ®ÒRS4Üz:Ål\17§8Ò]³\8dîºÑ#\15Ó/R¸\8eÚ+Ü\81\8a/zñ\ 2\9c°EÇ\0\96\a²\v\ 3Ì\18j?;µ&\11
+endstream
+endobj
+417 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 954 0 R
+/Name /Im402
+/Width 10
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccp`h`d`f`c`aàa\90\0B\v\ 6\ 3 ,`H\80Â\a8 L¾\0¬Þ\ 2¬\97\ah
+\eÐ4F\ 6\86\ 6\ 6\a\0<%\11¥
+endstream
+endobj
+418 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 955 0 R
+/Name /Im403
+/Width 28
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÿ\87\81\81\81\81\9f\ 1\15×?``>oÃÀÎÏÇ ÃÏÜ`ÁÏx \82\9fñA\ 1\83\ fü\f\1fÐ1H\1c$\ fR\aR\ fÒ\aÒ\ f2\aÃl }Ì@{\ 1.8\1dz
+endstream
+endobj
+419 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 956 0 R
+/Name /Im404
+/Width 22
+/Height 24
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cs``9ÀÀ\93À aÀ` Á\90ÀÃp\80\8d±\81\99\99\81±\8d\81á\f\ 3C\ 5\ 3\83\ 1\18U\80¸@A \14P\ 1P\19P1P\vP#P»\ 3\ 3\v\0 7\vi
+endstream
+endobj
+420 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 957 0 R
+/Name /Im405
+/Width 33
+/Height 37
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=͹\rÃ0\10DÑ¿¦A* \fef¨\12\ 4\97Â2\14®\ 1\15ÆRT\88\ 3\ f\ 3)yÑ\1c%h´\8fð\rÇ\e\9d:}ù\rÎÅâ"!òME\91&Vá«\8b­£)Qb\0\16»ø\1e\90Òcb\90\8b¨yòB×\13¿é\93qa¡\¢LÔÍh¥b\aOØù\ 3\14S\1a\91
+endstream
+endobj
+421 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 958 0 R
+/Name /Im406
+/Width 10
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`0`\90`à`àa`\ 3Bv\ 6f\10l`\84Á\ 38 T\9e¹\ 1¤\9e\1d¬\97\ah\8a\ 4Ð4\ 5 ©\r\f\0\ 6\85\10Å
+endstream
+endobj
+422 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 959 0 R
+/Name /Im407
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 1\ 3?\83\ 5\10ó\ 11;\1037ð30\1e\80`\86\a\ 1\88\v\80¸\82\b\\0Å\1f z\19\1f\ 2\99Ë\ eµÇ\82á?Ð^\0d     \16<
+endstream
+endobj
+423 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 960 0 R
+/Name /Im408
+/Width 23
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83\81¿\81\81\9f\81\84\84Øø\19\88\87\9fA\86\9f¡æÿÿ?\0?\1c\aß
+endstream
+endobj
+424 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 961 0 R
+/Name /Im409
+/Width 26
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 1\ 3?\83\r\10ó\ 11;\b7ð30\83ð\ 1\0\91c\87ª\ 5ê\ 1ëe \vÿÿÀÀ\0\0\ e"
+endstream
+endobj
+425 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 962 0 R
+/Name /Im410
+/Width 14
+/Height 19
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccH`xÀð\801\81)\81-\81'\81#A A!!!á@Âÿ?\f 0Èü\a\0Ù¢\vÈ
+endstream
+endobj
+426 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 963 0 R
+/Name /Im411
+/Width 7
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷ï\01àß?\0\9a_\1f¹
+endstream
+endobj
+427 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 964 0 R
+/Name /Im412
+/Width 27
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`c`` \11ÿÿÿÿ\ 1\b\93ª\ f\84\ 1Ø%\bW
+endstream
+endobj
+428 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 965 0 R
+/Name /Im413
+/Width 7
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû÷\8f\8d\18ðï\1f\0\ 4×
+endstream
+endobj
+429 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im407 422 0 R /Im59 66 0 R /Im60 67 0 R /Im64 71 0 R /Im82 89 0 R /Im62 69 0 R /Im83 90 0 R /Im63 70 0 R /Im66 73 0 R /Im92 99 0 R /Im414 431 0 R /Im77 84 0 R /Im62 69 0 R /Im64 71 0 R /Im66 73 0 R /Im415 432 0 R /Im63 70 0 R /Im74 81 0 R /Im81 88 0 R /Im416 433 0 R /Im417 434 0 R /Im418 435 0 R /Im419 436 0 R /Im420 437 0 R /Im421 438 0 R /Im422 439 0 R /Im402 417 0 R /Im368 381 0 R /Im81 88 0 R /Im376 389 0 R /Im406 421 0 R /Im415 432 0 R /Im63 70 0 R /Im74 81 0 R /Im81 88 0 R /Im415 432 0 R /Im67 74 0 R /Im66 73 0 R /Im66 73 0 R /Im74 81 0 R /Im92 99 0 R /Im415 432 0 R /Im61 68 0 R /Im72 79 0 R /Im66 73 0 R /Im415 432 0 R /Im61 68 0 R /Im72 79 0 R /Im66 73 0 R /Im423 440 0 R /Im424 441 0 R /Im75 82 0 R /Im71 78 0 R /Im81 88 0 R /Im68 75 0 R /Im77 84 0 R /Im74 81 0 R /Im66 73 0 R /Im423 440 0 R /Im66 73 0 R /Im75 82 0 R /Im81 88 0 R /Im424 441 0 R /Im75 82 0 R /Im71 78 0 R /Im81 88 0 R /Im68 75 0 R /Im77 84 0 R /Im74 81 0 R /Im66 73 0 R /Im423 440 0 R /Im66 73 0 R /Im75 82 0 R /Im81 88 0 R /Im425 442 0 R /Im67 74 0 R /Im426 443 0 R /Im77 84 0 R /Im75 82 0 R /Im66 73 0 R /Im427 444 0 R /Im61 68 0 R /Im65 72 0 R /Im83 90 0 R /Im66 73 0 R /Im368 381 0 R /Im378 391 0 R /Im376 389 0 R /Im70 77 0 R /Im369 382 0 R /Im368 381 0 R /Im378 391 0 R /Im70 77 0 R /Im371 384 0 R /Im377 390 0 R /Im374 387 0 R /Im368 381 0 R /Im70 77 0 R /Im370 383 0 R /Im380 393 0 R /Im376 389 0 R /Im70 77 0 R /Im369 382 0 R /Im369 382 0 R /Im370 383 0 R /Im380 393 0 R /Im376 389 0 R /Im378 391 0 R /Im70 77 0 R /Im368 381 0 R /Im371 384 0 R /Im374 387 0 R /Im378 391 0 R /Im370 383 0 R /Im380 393 0 R /Im70 77 0 R /Im370 383 0 R /Im369 382 0 R /Im377 390 0 R /Im371 384 0 R /Im81 88 0 R /Im371 384 0 R /Im368 381 0 R /Im369 382 0 R /Im369 382 0 R /Im405 420 0 R /Im394 409 0 R /Im377 390 0 R /Im405 420 0 R /Im378 391 0 R /Im369 382 0 R /Im368 381 0 R /Im368 381 0 R /Im70 77 0 R /Im369 382 0 R /Im368 381 0 R /Im370 383 0 R /Im70 77 0 R /Im369 382 0 R /Im370 383 0 R /Im369 382 0 R /Im376 389 0 R /Im70 77 0 R /Im378 391 0 R /Im377 390 0 R /Im394 409 0 R /Im70 77 0 R /Im374 387 0 R /Im394 409 0 R /Im380 393 0 R /Im368 381 0 R /Im70 77 0 R /Im394 409 0 R /Im378 391 0 R /Im370 383 0 R /Im70 77 0 R /Im380 393 0 R /Im369 382 0 R /Im378 391 0 R /Im368 381 0 R /Im70 77 0 R /Im378 391 0 R /Im378 391 0 R /Im374 387 0 R /Im70 77 0 R /Im370 383 0 R /Im370 383 0 R /Im374 387 0 R /Im371 384 0 R /Im81 88 0 R /Im369 382 0 R /Im374 387 0 R /Im369 382 0 R /Im405 420 0 R /Im380 393 0 R /Im378 391 0 R /Im405 420 0 R /Im378 391 0 R /Im394 409 0 R /Im374 387 0 R /Im70 77 0 R /Im378 391 0 R /Im371 384 0 R /Im377 390 0 R /Im70 77 0 R /Im369 382 0 R /Im376 389 0 R /Im377 390 0 R /Im376 389 0 R /Im70 77 0 R /Im369 382 0 R /Im376 389 0 R /Im376 389 0 R /Im70 77 0 R /Im376 389 0 R /Im370 383 0 R /Im370 383 0 R /Im368 381 0 R /Im70 77 0 R /Im377 390 0 R /Im377 390 0 R /Im371 384 0 R /Im70 77 0 R /Im394 409 0 R /Im380 393 0 R /Im370 383 0 R /Im368 381 0 R /Im70 77 0 R /Im369 382 0 R /Im369 382 0 R /Im368 381 0 R /Im70 77 0 R /Im369 382 0 R /Im370 383 0 R /Im376 389 0 R /Im371 384 0 R /Im81 88 0 R /Im377 390 0 R /Im368 381 0 R /Im369 382 0 R /Im369 382 0 R /Im405 420 0 R /Im374 387 0 R /Im369 382 0 R /Im405 420 0 R /Im370 383 0 R /Im371 384 0 R /Im377 390 0 R /Im70 77 0 R /Im368 381 0 R /Im370 383 0 R /Im378 391 0 R /Im70 77 0 R /Im374 387 0 R /Im374 387 0 R /Im368 381 0 R /Im368 381 0 R /Im70 77 0 R /Im371 384 0 R /Im369 382 0 R /Im371 384 0 R /Im70 77 0 R /Im374 387 0 R /Im374 387 0 R /Im377 390 0 R /Im380 393 0 R /Im371 384 0 R /Im394 409 0 R /Im70 77 0 R /Im368 381 0 R /Im394 409 0 R /Im378 391 0 R /Im377 390 0 R /Im378 391 0 R /Im377 390 0 R /Im70 77 0 R /Im376 389 0 R /Im370 383 0 R /Im368 381 0 R /Im376 389 0 R /Im81 88 0 R /Im377 390 0 R /Im374 387 0 R /Im377 390 0 R /Im405 420 0 R /Im394 409 0 R /Im377 390 0 R /Im405 420 0 R /Im377 390 0 R /Im377 390 0 R /Im380 393 0 R /Im380 393 0 R /Im394 409 0 R /Im70 77 0 R /Im374 387 0 R /Im378 391 0 R /Im376 389 0 R /Im376 389 0 R /Im368 381 0 R /Im394 409 0 R /Im70 77 0 R /Im377 390 0 R /Im378 391 0 R /Im374 387 0 R /Im368 381 0 R /Im394 409 0 R /Im368 381 0 R /Im70 77 0 R /Im374 387 0 R /Im380 393 0 R /Im371 384 0 R /Im368 381 0 R /Im369 382 0 R /Im394 409 0 R /Im70 77 0 R /Im376 389 0 R /Im368 381 0 R /Im374 387 0 R /Im377 390 0 R /Im81 88 0 R /Im370 383 0 R /Im394 409 0 R /Im377 390 0 R /Im405 420 0 R /Im380 393 0 R /Im394 409 0 R /Im405 420 0 R /Im109 116 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im170 177 0 R /Im171 178 0 R /Im339 350 0 R /Im40 47 0 R /Im48 55 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im100 107 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im125 132 0 R /Im170 177 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im114 121 0 R /Im128 135 0 R /Im162 169 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im103 110 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im102 109 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im129 136 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im428 445 0 R /Im327 338 0 R /Im99 106 0 R /Im35 42 0 R /Im35 42 0 R /Im43 50 0 R /Im140 147 0 R /Im107 114 0 R /Im99 106 0 R /Im46 53 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im48 55 0 R /Im44 51 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im104 111 0 R /Im45 52 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im100 107 0 R /Im103 110 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im429 446 0 R /Im428 445 0 R /Im327 338 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im30 37 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im46 53 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im32 39 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im44 51 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im429 446 0 R /Im428 445 0 R /Im327 338 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im46 53 0 R /Im39 46 0 R /Im35 42 0 R /Im104 111 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im104 111 0 R /Im39 46 0 R /Im35 42 0 R /Im141 148 0 R /Im38 45 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im49 56 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im44 51 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im39 46 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im40 47 0 R /Im40 47 0 R /Im101 108 0 R /Im140 147 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im81 88 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im49 56 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im44 51 0 R /Im39 46 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im140 147 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im46 53 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im48 55 0 R /Im31 38 0 R /Im43 50 0 R /Im140 147 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im44 51 0 R /Im39 46 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im104 111 0 R /Im34 41 0 R /Im32 39 0 R /Im101 108 0 R /Im40 47 0 R /Im39 46 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im104 111 0 R /Im39 46 0 R /Im40 47 0 R /Im48 55 0 R /Im109 116 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im170 177 0 R /Im31 38 0 R /Im100 107 0 R /Im36 43 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im357 368 0 R /Im81 88 0 R /Im357 368 0 R /Im81 88 0 R /Im339 350 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im36 43 0 R /Im49 56 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im40 47 0 R /Im39 46 0 R /Im99 106 0 R /Im40 47 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im106 113 0 R /Im45 52 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im32 39 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im36 43 0 R /Im31 38 0 R /Im35 42 0 R /Im39 46 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im174 181 0 R /Im166 173 0 R /Im175 182 0 R /Im164 171 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im174 181 0 R /Im174 181 0 R /Im166 173 0 R /Im46 53 0 R /Im100 107 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im34 41 0 R /Im36 43 0 R /Im100 107 0 R /Im40 47 0 R /Im44 51 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im38 45 0 R /Im102 109 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im100 107 0 R /Im99 106 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im105 112 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im357 368 0 R /Im162 169 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im130 137 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im40 47 0 R /Im45 52 0 R /Im140 147 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im33 40 0 R /Im34 41 0 R /Im103 110 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im360 373 0 R /Im162 169 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im100 107 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im81 88 0 R /Im241 250 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im139 146 0 R /Im45 52 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im104 111 0 R /Im34 41 0 R /Im32 39 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im35 42 0 R /Im45 52 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im48 55 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im428 445 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im130 137 0 R /Im31 38 0 R /Im45 52 0 R /Im31 38 0 R /Im101 108 0 R /Im46 53 0 R /Im100 107 0 R /Im40 47 0 R /Im99 106 0 R /Im99 106 0 R /Im40 47 0 R /Im45 52 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im46 53 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im35 42 0 R /Im46 53 0 R /Im105 112 0 R /Im34 41 0 R /Im100 107 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im38 45 0 R /Im45 52 0 R /Im35 42 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im103 110 0 R /Im40 47 0 R /Im32 39 0 R /Im34 41 0 R /Im36 43 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im105 112 0 R /Im34 41 0 R /Im100 107 0 R /Im359 372 0 R /Im125 132 0 R /Im325 336 0 R /Im151 158 0 R /Im325 336 0 R /Im170 177 0 R /Im125 132 0 R /Im46 53 0 R /Im34 41 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im360 373 0 R /Im359 372 0 R /Im81 88 0 R /Im357 368 0 R /Im363 376 0 R /Im81 88 0 R /Im430 447 0 R /Im94 101 0 R /Im337 348 0 R /Im16 23 0 R /Im21 28 0 R /Im14 21 0 R /Im97 104 0 R /Im21 28 0 R /Im21 28 0 R /Im16 23 0 R /Im22 29 0 R /Im10 17 0 R /Im131 138 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im34 41 0 R /Im39 46 0 R /Im101 108 0 R /Im31 38 0 R /Im32 39 0 R /Im36 43 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im49 56 0 R /Im101 108 0 R /Im40 47 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im36 43 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im48 55 0 R /Im35 42 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im49 56 0 R /Im35 42 0 R /Im110 117 0 R /Im32 39 0 R /Im31 38 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im35 42 0 R /Im36 43 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im111 118 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im111 118 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im105 112 0 R /Im33 40 0 R /Im31 38 0 R /Im32 39 0 R /Im33 40 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im36 43 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im100 107 0 R /Im31 38 0 R /Im102 109 0 R /Im45 52 0 R /Im31 38 0 R /Im106 113 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im40 47 0 R /Im104 111 0 R /Im34 41 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im44 51 0 R /Im39 46 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im140 147 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im173 180 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im34 41 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im44 51 0 R /Im40 47 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im39 46 0 R /Im31 38 0 R /Im44 51 0 R /Im38 45 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im100 107 0 R /Im39 46 0 R /Im35 42 0 R /Im101 108 0 R /Im38 45 0 R /Im39 46 0 R /Im45 52 0 R /Im35 42 0 R /Im43 50 0 R /Im44 51 0 R /Im49 56 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im44 51 0 R /Im49 56 0 R /Im48 55 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im100 107 0 R /Im40 47 0 R /Im104 111 0 R /Im100 107 0 R /Im33 40 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im100 107 0 R /Im100 107 0 R /Im40 47 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im36 43 0 R /Im49 56 0 R /Im43 50 0 R /Im35 42 0 R /Im32 39 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im35 42 0 R /Im100 107 0 R /Im104 111 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im100 107 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im32 39 0 R /Im38 45 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im105 112 0 R /Im31 38 0 R /Im45 52 0 R /Im43 50 0 R /Im40 47 0 R /Im105 112 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im44 51 0 R /Im34 41 0 R /Im44 51 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im81 88 0 R /Im333 344 0 R /Im35 42 0 R /Im32 39 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im34 41 0 R /Im39 46 0 R /Im49 56 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im34 41 0 R /Im100 107 0 R /Im38 45 0 R /Im32 39 0 R /Im32 39 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im104 111 0 R /Im38 45 0 R /Im36 43 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im36 43 0 R /Im31 38 0 R /Im32 39 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im104 111 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im31 38 0 R /Im100 107 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im36 43 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im104 111 0 R /Im38 45 0 R /Im45 52 0 R /Im32 39 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im34 41 0 R /Im141 148 0 R /Im38 45 0 R /Im31 38 0 R /Im35 42 0 R /Im100 107 0 R /Im32 39 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im99 106 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im31 38 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im45 52 0 R /Im100 107 0 R /Im38 45 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im103 110 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im158 165 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im44 51 0 R /Im35 42 0 R /Im101 108 0 R /Im105 112 0 R /Im35 42 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im101 108 0 R /Im39 46 0 R /Im38 45 0 R /Im35 42 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im31 38 0 R /Im48 55 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im103 110 0 R /Im34 41 0 R /Im36 43 0 R /Im38 45 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im81 88 0 R /Im109 116 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im48 55 0 R /Im34 41 0 R /Im130 137 0 R /Im35 42 0 R /Im100 107 0 R /Im31 38 0 R /Im101 108 0 R /Im99 106 0 R /Im40 47 0 R /Im100 107 0 R /Im100 107 0 R /Im31 38 0 R /Im44 51 0 R /Im36 43 0 R /Im35 42 0 R /Im101 108 0 R /Im40 47 0 R /Im32 39 0 R /Im38 45 0 R /Im101 108 0 R /Im105 112 0 R /Im33 40 0 R /Im40 47 0 R /Im36 43 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im44 51 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im106 113 0 R /Im43 50 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im49 56 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im81 88 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im46 53 0 R /Im100 107 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im36 43 0 R /Im31 38 0 R /Im32 39 0 R /Im139 146 0 R /Im34 41 0 R /Im44 51 0 R /Im31 38 0 R /Im36 43 0 R /Im31 38 0 R /Im101 108 0 R /Im49 56 0 R /Im31 38 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im173 180 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im46 53 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im102 109 0 R /Im34 41 0 R /Im48 55 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im44 51 0 R /Im39 46 0 R /Im38 45 0 R /Im101 108 0 R /Im35 42 0 R /Im140 147 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im32 39 0 R /Im35 42 0 R /Im130 137 0 R /Im35 42 0 R /Im39 46 0 R /Im45 52 0 R /Im35 42 0 R /Im36 43 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im35 42 0 R /Im108 115 0 R /Im34 41 0 R /Im48 55 0 R /Im31 38 0 R /Im45 52 0 R /Im35 42 0 R /Im44 51 0 R /Im34 41 0 R /Im43 50 0 R /Im48 55 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im34 41 0 R /Im45 52 0 R /Im38 45 0 R /Im45 52 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im81 88 0 R /Im37 44 0 R /Im35 42 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im34 41 0 R /Im105 112 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im34 41 0 R /Im36 43 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im43 50 0 R /Im49 56 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im46 53 0 R /Im40 47 0 R /Im45 52 0 R /Im35 42 0 R /Im31 38 0 R /Im43 50 0 R /Im35 42 0 R /Im34 41 0 R /Im101 108 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im100 107 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im104 111 0 R /Im38 45 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im100 107 0 R /Im34 41 0 R /Im100 107 0 R /Im104 111 0 R /Im40 47 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im105 112 0 R /Im100 107 0 R /Im171 178 0 R /Im173 180 0 R /Im45 52 0 R /Im35 42 0 R /Im105 112 0 R /Im35 42 0 R /Im34 41 0 R /Im130 137 0 R /Im45 52 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im34 41 0 R /Im99 106 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im34 41 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im100 107 0 R /Im245 254 0 R /Im246 255 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im245 254 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im32 39 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im101 108 0 R /Im34 41 0 R /Im45 52 0 R /Im101 108 0 R /Im81 88 0 R /Im157 164 0 R /Im100 107 0 R /Im34 41 0 R /Im39 46 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im36 43 0 R /Im101 108 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im44 51 0 R /Im39 46 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im104 111 0 R /Im34 41 0 R /Im32 39 0 R /Im101 108 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im103 110 0 R /Im35 42 0 R /Im45 52 0 R /Im105 112 0 R /Im33 40 0 R /Im35 42 0 R /Im45 52 0 R /Im38 45 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im132 139 0 R /Im133 140 0 R /Im134 141 0 R /Im135 142 0 R /Im136 143 0 R /Im137 144 0 R /Im138 145 0 R /Im101 108 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im100 107 0 R /Im101 108 0 R /Im40 47 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im38 45 0 R /Im99 106 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im101 108 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im46 53 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im45 52 0 R /Im40 47 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im104 111 0 R /Im38 45 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im31 38 0 R /Im48 55 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im48 55 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im100 107 0 R /Im32 39 0 R /Im34 41 0 R /Im45 52 0 R /Im44 51 0 R /Im35 42 0 R /Im35 42 0 R /Im108 115 0 R /Im99 106 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im40 47 0 R /Im48 55 0 R /Im99 106 0 R /Im34 41 0 R /Im39 46 0 R /Im31 38 0 R /Im100 107 0 R /Im40 47 0 R /Im45 52 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im99 106 0 R /Im36 43 0 R /Im34 41 0 R /Im31 38 0 R /Im45 52 0 R /Im112 119 0 R /Im113 120 0 R /Im34 41 0 R /Im36 43 0 R /Im102 109 0 R /Im40 47 0 R /Im39 46 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im48 55 0 R /Im44 51 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im34 41 0 R /Im39 46 0 R /Im32 39 0 R /Im33 40 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im81 88 0 R /Im109 116 0 R /Im40 47 0 R /Im40 47 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im32 39 0 R /Im40 47 0 R /Im48 55 0 R /Im35 42 0 R /Im101 108 0 R /Im33 40 0 R /Im31 38 0 R /Im100 107 0 R /Im43 50 0 R /Im35 42 0 R /Im104 111 0 R /Im35 42 0 R /Im32 39 0 R /Im101 108 0 R /Im46 53 0 R /Im31 38 0 R /Im101 108 0 R /Im31 38 0 R /Im100 107 0 R /Im100 107 0 R /Im38 45 0 R /Im102 109 0 R /Im102 109 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im35 42 0 R /Im245 254 0 R /Im325 336 0 R /Im245 254 0 R /Im246 255 0 R /Im48 55 0 R /Im40 47 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im35 42 0 R /Im36 43 0 R /Im49 56 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im43 50 0 R /Im35 42 0 R /Im45 52 0 R /Im101 108 0 R /Im40 47 0 R /Im45 52 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im101 108 0 R /Im35 42 0 R /Im99 106 0 R /Im40 47 0 R /Im104 111 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im101 108 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im43 50 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im35 42 0 R /Im45 52 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im32 39 0 R /Im35 42 0 R /Im100 107 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im40 47 0 R /Im39 46 0 R /Im43 50 0 R /Im35 42 0 R /Im39 46 0 R /Im101 108 0 R /Im40 47 0 R /Im99 106 0 R /Im39 46 0 R /Im38 45 0 R /Im45 52 0 R /Im35 42 0 R /Im100 107 0 R /Im38 45 0 R /Im44 51 0 R /Im101 108 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im100 107 0 R /Im40 47 0 R /Im104 111 0 R /Im31 38 0 R /Im45 52 0 R /Im32 39 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im100 107 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im43 50 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im40 47 0 R /Im130 137 0 R /Im35 42 0 R /Im35 42 0 R /Im99 106 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im39 46 0 R /Im34 41 0 R /Im102 109 0 R /Im35 42 0 R /Im44 51 0 R /Im39 46 0 R /Im34 41 0 R /Im45 52 0 R /Im32 39 0 R /Im33 40 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im104 111 0 R /Im34 41 0 R /Im32 39 0 R /Im101 108 0 R /Im40 47 0 R /Im39 46 0 R /Im100 107 0 R /Im48 55 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im81 88 0 R /Im360 373 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 430 0 R
+>>
+endobj
+430 0 obj
+<<
+/Length 966 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥}I³4¹uݾ\7fÅ[J\v?&\86\9c´tÈ\8cðÆ!\85¸äÆ&\9b"íæÜ\ e\86ÿ½+³p³*\91ç\14ÎEn¤~\8c\ f\95ÀÅ\1d\ fîð×\1fþýë¯?\84¯\7füð×\1f¦ïu\1a¾\86ïa°ÿ;\7fç<|­Ë÷8ä¯y\fßë<}ýæ\8f?üâ¿ÿ1\ fó׿þù\87\7f\7f[\1f¿\ 3\\1f\86ù;Nõ\ f\8ck½>}OÃy}þ^\1eÿ7\84\ 1¬\7f|ªZ\9f¿\87\ 5¯Ïh}>¯\ f\9aóòõǯÇ\7f}?þcûã§ã\8f)|Oåï×\1f¿;Q//ðô)\ 1ò-ñzú4ÁÝç\ 1¬\9f\9fÿ\1a­\1fÑ÷SûûÓ÷\1c\1fëGHýËzJýqDë§zýã_Uë\1fßÝè7®ßCÜÖ?~o´õëåüã÷\8c¹oBçÏ!Ë\ 4\9c\ 38À|a\7fz\81ó$^ !à\82¾_³ï§õ\93t\ 1×óÏßë\83\ 1bxí\7fN/\ 2\8e*\aÅ\18%\ e\1a¿\87\o`Z¶õè\0ó\85\0\ f2U\axþ/1Åïu¹H@8¯\8fc*òÿø¯\97üÛ\1f&òû?Cò\7fåß²ûi\0_ÏáBÿø\9d!ÿÅiþ\9eóõ\a.\f\98¿GÈ\80qF\12\9cÃrý\81\14á\11\1e\1c\8cvpÑà\ fI«~`ÙmB|°°ýÀ\e\vÅ\8b
+OßK\86GX\16´\83\18®?\10\83\9b\16\89kB4\88\17)¼ÞB\b;_Æ\87\19\8c\9b\1eÊ\ f}´¾Ì Päµ\19\9bw6LC\0\8c\90¦Ë50>N\ f;Úæc|\8d\9b&La\0\82\9cf\81\13\v\r\92©\82\8a\ 6².I9ßÓ%I´FL\97$h\8dt]\92&t\89õ\1d¤\87y\7fê\92Ç\7f½t\89ýaêcÿgH\97Pò-\8bF¾ëñ\9fÎ]Zóq\81K8È\aT   ¶%\ f¾\10m  [¯:\ 3øú2t\ 5¯×Ç\9c\89\87Ú\15\9c\89\1cçr}\8fÿz]\9fýa7¶ÿ3Ïõå7Wðãõ1W$§\15¹\12\17\rðü\1cX\ f}ÁYvEò\b=iYüóÃ\95ºG\80y¾G\80\ 5\ e\ 2¬Ð\95¹\10àúýu·la(ò\97Æ7ù˱Ò_{\90\91ò[,òøã\15\8bäù-\16±?~wú|\86â\13Rq%Ó|²\82@~jù+¾ä\83\ 1¯?0\v÷W\9cñ\äÿqþñµþr\7fLýnÁÈ®~OßG&\90øòcá\9fÓú«  ¦ë§\84Î\7fÑ\9fL\7f\85iAëu_~Î`½\83ÿ\8cÿ?ó\1fÇ\ 2b\18\ 1\ 1\ 1\18ÀN\10#¢ b\ 1l=¤à\85\ 3y0\90\ 4\ eÚ½ü]\0Íÿß\ 5ð\88\fæ·`À#\80qDòã\10À\88\19H\16À8§[\ 2\18çõ\96\0Æ\ 5ñ\8f.\80qE\1aL\17À¸Î·\ 40\r\1aû2\ 1L!Ü\13À\94Ó=\ 1L#¢ .\80i\9cn    `\9a¢ÀA»k¼\v 9Í»\0\1eîôüæA#\ 1DäÛýÿõe\0Þ#QÙ\83~\ 4\ 2k\ fzw\r÷í\9bÓ¸oÿp'ç7\ f\12m\7fù\9e.ì»ÝþáAVúCðÀÌ\ 3ì5`¶^Õ?\r\ f²)?X\81fÃ2ªû\ 3ìÏ<È\ 5\8b\ 2C`ö¾\81\ 5*\0Ý\83]&ðý+\1cÛô@?\12p5é\19\87\87À\14î;þû{\ fg\9eÿæùßï¼Çð\8b0\14Ëù°à\1fñ\v\84?<\7f D/ç\1f\98«\1fؽÚÇ\ f¼\9cßÇ\1f/ç÷!\ 1/ç×þø]ãóO þõù\8fðÇUs=Ñ\88Íy}\12 ¼\89þ\fÞ!È\ 6ò\8260       \ f!\85\80\ fá¹w\ 3£t\ 3\1fH0Ý$Á\ 4Ipõ?\90ÿ²\9fÀü\97ê\ 4@þÉ\ e\ 5\17\ f\80]B\1cÄK`4\8cÃz\8b\861Dx\ 2ð\ 35\1el?\0/aÑw\10Ó=I\8añ&    \12$ÁU\92ø\ fÌ7\7f c\12TGØ\ 3\84]\97Yè°ë²#¨Hoq\ 4Öeä
+gH\0Ç\15Î\90\0×+dª$.é\9e*Ù }\85\a¨\1c®±_\19î$X1       t<}À<\0\82 LÃ\94&\8d\86t\aù¦*H\19ÒàÊGì\16Ó\98nIò\16M\88' ?0\ 5U\92±EIÓ¬X\94=ÒØ%Ùb\90]\92\8fè$½\ 5$\1e¯$­¢EdñT\86n\99þ*t\ 44\9f\87*ûù-\88ÙÏ\7f\847é-¢Açgb\9cÓ\r¯ò\19\12A\83®«òloR­\1f¸ÆôË÷²\85\ 4ãpü@<\1e\15ò\0b\ 2²\83\19î`\15R\14
+\11çUó\8aè\11\f\96é9\82\ 5\aû\ f\84¡O\95\1dÁÁã\a>ÜÂîõ\ fó[pðø㧷Há-8°?¤à&\95·Õóþ¯lH\7f Gí\axtQìá°ô¹ÖcP\bø)º\98´\13pç>¢\1d\\8fÀ£\8bù\1e    æA#\ 1ÿ\81I;\ 1ý\81\ 4ê\94Ø\ 3\ 3ݵ¶è¢\83\86»[\15¢*ÈX\17mÑÅ®\8bª\1f\90#´#º8\93àª\r\9bÑE'\e\1dÑEu\a\92_w\8a.Z' î}\86$¨Ý²=lØ\95¡\ 5\14»2|\85\1a\85G\19n\8f\f·tÙöÊpë\ 6°\1c"\ 2²èDæb²\ 3Ë´èÕe[Â\91F\ 2Â\ 2+$\81\1eáméFݪÈÒ\8d$\1aÒ\84§tÓ$¦Ôo\ fö\räÐÏ\ 5Ï\1f\98î±Q\1aEUÂã«{&ññ\e÷,Z\9an\9aÄ4C>¬I°\aN».³\90j×e¯`ë-¾Bº¬\19_U\9f÷ÇW'\1eè\88¯>Ëá\1e8íç·\90j?ÿ+Øz\8b¯<çÏ ß\9flÌr\16õ\b\8d-òK\8f4b\v¬
+\8fð¨G\15Zx$\89q3<j\1fásx4=´ú­ðhû\81\ f\16q\8b{¦5½Â£í\8fWxô`ÅWxd\7fxÞNªÏëzÌÞN¦5w©r{;é'à\98á  ô\97\87\92ºQïàâ׶ÞNzHðþvR\9dÀ\13Ý$H\ 2)}ïùø"\92 \15Ý4wÐ\8anzihÑM7\rííD áçè¦\9f\ 4ñ&    \12$\81ã\ 4%º©\7f@ßAÆ$\0ÑÍS\97\95\80æ©Ë\8ePgz\8bn\90.kE7\15\17û£\9bö\r\90\by\9eT1"?°Ä\9br¸`.\16\9c¢stÓÍ\84%ºi\98³\ f\ f\17%º©~À\13\1e\89\8anºÙÈ¢\9b^\1aZtÓ­Ë,ºiþ\0%Áx\97\ 4ãM\12\94è¦\9f\ 4\13$\81?ºihÓ-lyê²\12Ð<uÙ\11êLoÑ\8dÇ/³è¦C\90ÏÑÍù
+\95|ÎâZ\ f\92.ÛÂ\96çùK@ó<ÿ\11êLoÑ\8dG\97ÛëQ\93\ 3[¯GÝ\1cd¯GÍ\1f\1em?pëõ¨é\9bó\1f\10
+\8fº\8fp\84GKç+ð\11\1e-\1f\1f1÷ðhyK-Ûþøé-Vz\85\1f­Â\9eçëQq\8c\97Æû[3<Zú\92!ìñ¨Ú\80ãíÆ£\9e\exO-«IàN-k\91 \19\1e-\1dÙ\18§ð¨õ\ 3ô\12Jn|ó\12Z©eÍ\1fh\86G\9d4<£Ïb$\84GKo^UÄ\97 {¦ñ&      \12&\81ûñGø\ 1âÝ\97\14í\862Ùãå-µì©Ë^±Ò+<"ºìsjYµ\7f\7fjY?\13-\90\a\1c\ f\80ËrK\9bZjY·6µÔ²æ   øÛKÒ´)ÍjJ\93f\91øÓG¼¹\83<ß³\89\96ZÖ+É\96ZVó¡\ftXjYÓ&Òø¨ä34øh\ f\ e\96·Ô²§$¿"\85Wp@$¹\11\1c´\bÐ\f\ e\96VjY#8øÌ\ 2{p°¼¥\96=Ïÿ\8a\14\81ëüöôÑ­\89·§\ f\89\85[O\1fÛ\ fÜóíÛ\8aäsfXÿ\11Ì·o\1f\81øÆ¥bn\9aÖ>´kóí\85\1fØ\9döizóí\1f\7f¼|û\a\1d^¾½ý¡ØÃ`\ 1Þãó\r{È~`U\7f\80ùæ#ú\ 1Ý\1e\86Ò\82fzè£>×:¡\rè\89Îaz\91 ïõf\86\97à\0­\87\ 1ê\13\84¢\vÏGpø\ 4\ 1²\81'­)\8b·HüÊR9-\b"IªIéÞ-Æ\ 4IPóÑî²î\92lÎì.Éö\87   ïþÏ\90$Ó+\9cãÍ+4϶u\85t\a\8bÈDM϶S\927ÏV\94d\96\96\ 4IàÁݱ.\ 1\9d\9c\18î>Ý»Åó=ïÀ\83\9b\8blÐôl;oñðl{\95\99u1ê§á\ 4I\80\92z\9e\92lÎì.Éö\87        ïþÏ°M&±Å*ª²¦g{ú\ 1\7fRO}þê
+w\97u?¿9³ûùí\ f;òþÏðù\e\9em\8b\ 3\9b\9em\8b\80MÏöñ\ 3·\92\15É\81Z·hÐôl[G\98/LôìjgO?ùݵ~x«õúk-ýó\7f)\95èçõ     ´\ 2¹6ÕÛú³-ÏJúóò|Y\1e\ 4\9eË×\ 1,OÀ¡ªïï¹ùÒO¯Z.]ÿv\1d\aâ\7f&\9e\92_ûü~0¨³ú\81\8b\b?ûÆ\9dÏ¿Q$<ü±­¥àö\ 3\93äë\vqF\17p9ÁzieWÖ'DÂ|ÑÁ×û·¸ÂÖ\87·V.«¾\7f{xjðßµ'£­\1f\11\v\7fí&ø\14\9f-*\ 1ë\81#@è7e(\7f\97\v \ 4(½tZ\17xí,[ÖÏP\ 2\85V"eý\82\bxýþµ\15ÄS\82Ã\1aöfv5\ 1$wt\17Â\15Êе\19
+\93â#\9f«%Å\8c\87·vR
+\ f3%\16c\90´\18ý~Ìàû\19d@`\1e\8ciÔx\90©Ñ\98¡\10È<\14-\87£S\88ã\b (ø¶\1e~_èÎ\.p\82ß\aíP\bý&¤\84¯ô£\178C;t½À+\a\86¸ÿ¿-\19ë)DÃ[KÉ\80úK×G°æ¸/\12¾\fQ\88À\19'?`AÝù\a®\1d¦\19\13¥!\8aLT\13Ñb:¤HÃ\0Üi|\8b)h·H\ f\10µ\ 30.N\11ºb2\17'hʯ\Ì,ÉÖ\16W³$dý\bµÈ\85\83\98+b=½ü®H9ÿ\ 4×\v"P¾?GQ\8a±\16K3b@Ý\95K\vÜ¿l\89ÓC\ 2%KÌ\b¸õÕ½2`¾0\10ó¥ò\0\ 5Hö¥r@ß\87v\fKP\ eÈ\10^%\88\8a\e \14\88«D\ 1&B9!\16D"Xß ­Gß\7f\84\fä\fÝiÙ\92eèÎ\ 3
+2-\9e¡?\ f´8½\82\82koƽ;ð\14\ fg,½ìصÃ:\13ã<i\11\0\1dv,c=$0QQ\ 3\vò§\91\1a ÎH~DõÏ öä\8cÄ\8b&¤ÀØ:\82\90à
+\8c1LdÄ\11\ 1\ 2E°)\1d\83fJÙ\15\8c\ 12!hOY7\18|FIósRÁ\94ò÷üº\ 1ä\8cÕÈÚ\13Vx°Ð¾>\9eP©k\7fB\16\91\94a\1fS\9c?\ 6DìøK±\ 3qýxú\16ªÓXÎø×\12\ eN˯ì{]^F½\fãÓ\8c>tñ\e÷^íð³\15#\88\88Í\8c\9d¨\1f®ÍQ)¦bÜÓ ?ã\9e\10ËãÄ\99}\84        \v\ 5\131+t¾\0\1d\131`ø´Þa\ 4\82y¢Õ\ f\bv´\Ai\10Z\9d@\96ß\ 3Uj° E¥&ÈÂ:*6!\1eÖm\885(l\12\90²À\f    (XQC\95\ 2X\8fP-²Þ\80áÆz\8eJ=G,Ô\ 4\90)\18\a\91\82\14S\18 \12Ô1\85\80d\0iAìJÚ¼£\8a\82\8eõ\90\ 3ähn\ 3¥À÷åh.B\1d Gs\a¦Ô)ÂÑ¢ÑN\11~¬½ÅÁÛ¼$\89\83é\ 5Î\88\ 1u`8.Ú\ 1è\ 5®\83d\87é\ 5®ð\ 2äPä(ÎkY!\16\80t\10\b¦\98\12Ý\ 6\15ݱ£)"
+:ÂÑ\14¡\ e\116P 5¨\ 3<\90\1aö$dW.%Í\97»\ 6\12\96$Q²\95N\9eTF\91\bv¥¶>õ·<ñ4Ê®8A\85\ 4WW\80¢j\13b«\1eæ¨\98&\86ëåy§ð E\93çõ²'\90VhGd)Î\ 3²\ 3\1eH\ 4\er9\96Ë!JÞ8GÅÖ{Þt\8e²+C\10\8d\eÍIÜ\0½\82\ 4}\11\1d\95²Zÿn\12BgÂá\rf\1cPèL8õ*R\ 3\95Ì\96õEô\19:\13º7\95\17¸\7fù\85//3bA02\8bì\7fUéG\80ÙUs¦\18\ 3m\88Ô-\19\1c\aM\ 6\19¬9\1eáÄü\19ÖlBZM
+\92<£"Aaìr\87\1fü·{çåÀ\ef\fdÕ\§õèm\rïÞZU\9c\97\v\1a° Z\19,w<Я+ \9e®ÿlà[óû\14\ e\b\11m@~×\b\96aq¾}\90äVCj\96å\84Ö\87k\96\1c\ 5\84Ì\ 4\9d\ f »òGmu\83\0\8cýBVù¯\ 1h5öÏ\1cémä\1c¸\0A}T\80VC|) 5!úy\10½Y»@æ\ 6\86\ 5­w¸\81aQe\90@\82kFëå$\9f-Mê\96\fÇ\ 1n@¶@\a Õ`\ 1\8aG\ 4ÈBz\92L\10      @\7f N÷´pLÈ\86]Y\80æ\89Y9ìy½\9cíz¤i5¾OÓ¤ÊàÕ\96\12¢\98è\88¾ïðãã\88Ô¸\ e\aD\8b\85Ï,t\91az\80»Z(\8aZ\88\12`¾gÈ£¹Á-\16¦BlYZ\rG\86¢º+²C\ e4\ 1*\11\84&\104\ 3;\12\0Uf9Zp½\8e    B\15à0#[¿-\85\0\1cÑ*hÂC\9bö!Zy)\80ÔÐ\8bh\15Hìq\82>DkÔ\9ci\8eh!CæA´ \10ËI6i\11yàS¢\97B\0fGÒ
+½q\90oL\12õVh\87d\ 2æ\ 1~_GÄ\86Ò\91àÌ\82\0\11#`\ 2ô$\10\98\1f 3-\8c\8f,`NLj0J6\105%@  \90à\ 5ȾdN¢\19¡xXF"è\81\14a<£Ç\13\19Æ3\1e@n\82¾\9c\ 3\90Ó®\90òÐ<j<Dy\0»\12º\10,0\1cÐ\11ÅÅÜñwC\14²\9eë¸BgPÖB£¨\85Ø÷G\1cÏÈÞô\96\85ô\98\80\a v¶ä ß\1dÆD\fP\e\86\13\ 3\81h\ 4Ç\83Æ?§õúÛ ÅÓÕçe\ 1´\1c±óç/òÇN¿¢å\1e@h\18¥ï7\11±\ 6ù( d©Êçõ: \14\aiÿ\14\10J\88}\1c\80PB\17à\0\84òMþ   Yc 
+\b\8d\vÜ\80\ e\b\99\e\80#G\f
\ e\bYíru\0\1dÔ\9d\11\ 5<9^H\ 4t@(@\15 \ 3Ba\15   @S|\ 6(ò =\10±\ 6\aðºÃç÷Ç-cõã\1c\ræ\ 3â $\83äü\11ê@\81\ 3­n\11\83\a%M\84(\1ed­\Î\ 4Ðñ ,\1e\80âA#Òb\9eÂA¨Åu<hB\ 4ðàAVyxÞ\80\8e\aA/B\8fÅã\ 2\95 \9e¥·B\1d¦×\A\15\80t\18[\8f¾¯\9bÁ\14\90\ 4@\ eÄÙêé\11ËîqÄ\90>g«3%d9b½J(aGBFå\93Å¢½flCÄî8²)#-èÈ\95NP\8bèv4A%¢ÛÑ4B\19Ôñ,è\88xð¬\19ú²:\9eµ \16ràY\v4#: ¸jZ\98\95+mxÚ\8eg\9dÖ_Ë\95\98\12-\91Ü8M\1fu(ÍM\80Ëe/ xaçåº\13´¢¯ë&<\94,Ýj÷º\17>Àí˵F\16Çù÷oµ:KY\9f»zG\ 4S¿çï˽#¬ÿËùûJï\b\9b©µ\80ï»â0H@YyØL­j½\9cæ¾õ\8c\aì/gfm\1dßï\11 ¨Ï\16\ 1(\a\96\ 4Ûn     ZÐ\ 1®\91<OL\80\17(ÔJÚz¸\7fÐoþs¥Mó\ 2Za\98\9f\80O\17j\vÃ6\17j|\äG\17\8a\96j\14\1f¬>\81\f¦X­N¯
+\8fQÕá$1 ´\9b¯Ö˹\811õÞ\80%& õ\ e,Æâ°Ö\ 6\ fÒ\82:\16\13KoÚú\0zrÎ\ 47 'ç`\1fBOÎ\99Ñ\r\µ({Ò³\9e¢\95\19\92\93Üã\8aÜ\0\ f\ 1±\16\92_#â\8a´¸þ\1a\90J/Æ^\11JAó£x©\ eZï0c\96\19ÑkÆ,\ e\0\12DdÄ\ 1J#B[\8f\18À\93\991j\9e mÿ"ê\10J\80   *a9Ã;M/O´+Ã;ÍÐ\15Õss\16è\89]\1c\ 1\1aG¯ðû\ 2\14bi\11³\14J0?`kÇ*ù\ 1ì\ 6ò°j7@_ÅË£P\8b\ 5Ø\r\ 4t4.Ë2L:\87\94\ 4Å^W4C\19ÖEh+Ó¹\13KXVA¯\11ÈÐ\rÐ\1fõ2ö\ 2ô\ 6L3Ôáú\93ü\8c¾¯\94\f\17\ 184@S\ 5\91¬\88u¼çIç\92%Ýâ\0ú¨_*%Z7Hë|\ 2\92\0O\9dO\80JT\ e\ 5Æ\886\80B\ 1Rgóìæ9nC5{.ÀlÈi½\ 3\8c\1aÀr¤\0"Üýö\9apÝýõú®hÌó\17\v\90\97À\8cmýÃa\ 5û\ f\88ÿ®]\14\9fpØ´'WÖ?p\11Áéd¾\9e?°õ\93Þð,û\81·æ3W@       ÝÀ~\84°B\1a\Ò;¯"ðlrlµ:õ\ f\b\80\80¥\16\14-Zñ \9c§\7f`Zg.Ò[âf´\ 1GOâò Ðâb\9a\e2Âïë¹!#<¿#³\ 1Ý £Ül\1en^à¬] Ý@©9on\80\82\82\vÚ\80§\7f\8e\81\13ÈO\ 2\a¨vÖ£ò\9b@´p´ÉÂ\ 4\94³p´E\0Þ¾\ 6\1dÀñ´\1f\ 38\0z\17 \98\\12\r\19\85\84\12²d\8eþ/      )\81«%¤/ë\19        á\95\ 3X\ f¼X²ìk\ 28\1aØ\8c\12\vÑ\e\9c\11\vé£\ 1\ eHêü}½ZjAß×\87\ 3Ä\92àZ\11ðÚV\9cCRÐ\fèí_JCä¦\16£ïªP\88u
+ZrB¯\1aN\ 1RPQÃå\aâM=nýg\9aj\8c÷T\86jL\7f\1aÏè\ eõ\884ed\88PD\8a»r§7-ðV¬3Ê3j¶b\9b«;\88\90\r\94\19\e\98\93´\ 16ac\eósu\88Á\84\r^m\ 3c\12]\8aJ;Ë^o4­H\8ato4\ fÐ\9b\93Ï\7f Z\8dóÓB\81\1f>¾Póþ9Ka\80Áù´`ío\90\16ó\94\8aÄ{îtN\9a;MQ\9d\fÕ°\8eêddH\1d¨\96\1c\8e0TNó\84(\ 3Oª'F\18Ð\1eèO\f¤g¸å\19úâúþ±#¢\7f\7f¹çËg\18\8bxZjÃ`D\7f\9cÌÐ\11Ò\1f'G¨ÁôN\86c\80ëå÷ý1Ê \18\86¥¶Á\ 2Ûú4÷ÁRsÑ\80Õz\19\96*\89úõz\19\95Z\9e%Ãõz\19\94Zó±¾\ f\93\1a"$\80\8eIY\8a\ 3r<\1dB\91ÁÓ\ fè)\8eÁ^fÎëAKf¶~\94ÖÓý\9b\r;­¿\8a\0mÀcÑð\99\80×z+
\98#\ý\80\ eÉ\94æ\13õ\ fèå*#"á\95\ 4\88\89\9fy^åm¢Ú\80\9c¦\1a\ 3J\9e®µÀ\99\ 1   \95÷MK\14[¤õ\14\95[\11\ fèíG¬\83\1ehÁÏ\rlªõr<mÓ\97\9b,H7`\9elc\ 34ÍÉ0±j\ 3z\9aSD\8a\\7f¡·\ 66\15\aè¨b\86ëåî\191ß%À¨\11\80²À(²\0/ØA'pLJ+ã:[v\84¢\9232dz0\17¡+\80ì\10\11\81\ 5Ú!\1d\16^\90\1dòÔû@\1d O\16Ùê\85®\9e\84>YÄThì\1c,RÊ\96Ïë\1d/3\96+\e\15áUÇ   ì_\ få\8el÷øyD\155\81\16\8bÇÏó\8døÓ`\80ô×k^-\16\8f­é@¬lz\ 5\epØÐ\f¿¯\17\r\9b\17t^ï\18·:"\ 6\90A}\e\97Z\9d\83'(\02\98\16fx~\19K   \v\¯7²\\90\0êXJ(Mñ[\ 2È\93õ!ÿÈÕ:ÁBñ\ 6ýø»¢Æ?¼\89\9f(ÀÍwÅÞ\ 3DD@\1d\v\15«\ 3\b\19F6×bx\82\ 1ç\1f¨\87ÖoqÈz1![0½9Q{4\1dÏ\836/24íY\8dà\aJKúê\aæ\v\r\a°\83g\e¾\12\8e\9f\8f0        IBe\aÓ\8b\8bÞw\0\8ep\ 5õ\9fo\83\11±Ñur<ÚÁÓ\ f
\16@ª$¹ÆÍ\91\91þÀæÉÜâ\83uÕø\80v\82\e\8a/\14\97®ÆôI\95e^zlʸoîr\8a\9a1¡/+     *cÁ\18Úëâ\ 4ö\7f}ÙhU.÷\1a£\ 4\9d    =]óÈx\8f\8dQ\87\94\ 3&(\86W\ e ï³Ð\1d\0 \ e\9f¹\1anÙC\9bnÑ6'¬ô\18}ßq\ 5V}ë¿\82\159$\9e\17n9$!¯C\ 3ò\88\1d¯C!\8bBH^·"ôHe\87 Ã\90BGvsÒ\94\10\9fM\81\94\90£\85Çñ<Ø\8cÉHÒþ\bµ\88ÞÌp\82ZLO\1a\9fE-Äßçæ{\1c\ 4}zåmÀ²ÞWí\0|8\85\16\14²\e\1c\aÄB:0<\ 6t\83¨\17\18ëd·Ü²\83¦Ã7\7f¤Ã\fZÊùi¹\8e),EþOË\1d^\8c!b[Æå\a'\86öO\88èðr@i5Oçå²ù\b\ 3ú¼'ÑÕ^Ö://XÁDãö\98ð\ 5\8b\a\1fäï2 ÇËX\8b\ 2\ 4¼A\1d\12Jh\ 3\ eHȲÍÏëuHÀj§\9bß'\98ܸª\ 2DX`\82\e\0u\83\ 4S\9a\11\v)\16ø<,Uà\0\ 2ª-è\atLa\e-±c
\ 6ôf\8ceäqE\ 1G¶7¢ \83\ 26¬´E\ 1>l\14^!(\19i4@hÈ\0ý~B&È1+3i\17À\93½!\aémÔD\19¦ç\1f\91\ eÒ\9b¨D«\18i3\10K\16G?à\98öºhf\94\1e`A\f\ 4\ eÀ\12\8a8\b$Hðq§P\8dËëÓ\80\88dECÌ\e\10\88\9e\ 4o@0ݲ£     Ûa=[ݪ¾Zv\8cn k\86\9cÂYX\88õDã\11\12Poa1!OX÷%\ f0§×\97Lr @Z@ÀHÀÓ\ 2b\81fHn\ 6\96\ e%ð9\16 hÖª\9a1\12    Co\1e\99a\12É\ e˱ÿ\863ýy2C÷\ 1Â=;zäz7ì(Óâ9!%ìhª\9e±\ e\90\9bQÚ Ñn-z 9n-Z\ e\ 2Ê\8fõ\1aô\aæ\ 4~ L\17\1e¢w¸@W@n#r )\9d\11i^5_\88g+#\1eÔû¡\8dª3Î'uj\9e\03\84c\19;Þ4\84ì\ 4E\8dç5÷ñpñ\ 5Ïëõ.\18\vú¼~ÿ\vúº\9e¥¹ÂÃ_ç]³Ý\17\13лû0 ï;ð\94Á¾\1f\94\80\ eàA\94¢v\7f´t:Â\v\94c)Ku®¾ïî\1eP­×\eZ\16\97\ 1-ŧZ/7E\ f%ű[|\r\8fiÉo«!fû\ 2X\8e\8e\fM\89\8egA\11V.°ô£|\18\90\r\ eÚfN\7fìCÅ\93l\ 6À\ 1®$\eM\ 4h\96i\84\1c \97n\97\89õ­ïÓ~\96e`}µ^\1ft     U\80C\87Å\82鶵8K\94Æ&TO\94ÎÐ\8cè£)Æé0\ 3=\91L\9cà\r:\9a\ f@\19\92#\19\eÔ)\981\96h\8d´°ã\0\8bf\ 5("¸@+\0\1e%        \9a\vÐ\v×˳~Û\8a\91X< %\f8\98\82\ 1¢\e@ñ¬\88\91\99\91\ 6\8d\83hå{~iá·Hj\12´°ýÀ\ 4\11\11\19RGCFè 8®\0:\ 2z$\95°# GRiA\86Ü\11Im\83:\15-J!Å2m·i\88iéò0Hj\98OêÔÌ\0Çs\10\ 5\15-X\0¥(
+\11\ 5\84âtK\8dÚ¤ÌÞ` gH\0y4ÄV{¿åX\9e×£î\15ùò4¸\83\19#:\7fDS\16      \ 1\99åÅ÷Ð\93\91ç\väY\f\a\85Ãy½'æ¢\ 5Ô4?«t¦nÊ0/¿G\96ÜÓ\12r\80\96ÌQ>\ f]\19ùqu\fP\v\ 2\16\b\97xfãê\rO²x&½A"òë¬áI\ f\97¬'\9e+éaçåº
+)\8fûÕ×e\r²¢åz0[ÀÈÖÙy~O\ 6ë\ 1ó±$ñ0<ÛAîIv¯\rèÉ\15Æ<­\r´\ 6]V\ 4ÔÑ\84\88\ fê\rizrou\0ǤÌUâ?Z2\94G´^.\9b\92±j=\88eIzÍ\88XH/\19\r¥©rëû\1c\8fBâ/å\16\9c'¼T,¬'H\19\1eÝ)ÂVsÖ«¿BéÿÒb 
+\b\1a\9euþ¾^³\au\90£fx@\17è\18Í0 úë\91\9cõ²Üî¿\vÒ\8eQæ@2&2B\ eÒÑ\9c\ 4)¨×ýgÈ\81zÝÿ8ÜRaq\84\1c,7´\8dP\ 5è> MWéæ@Ñ\ 3¡÷7C\15è\98®ò,ùÛú«¿UjE}Æ\92¡Im\ e&\1c°"# @Ò%\14\10\8egÁ+Ôá¤\0­\98\8ee\ 4Í\11£Ã)"$\80þ.\98\12Ô!ú\ 1\92v\0^¬¦É\10å\80\11Y!\87'º¡Y»'z\16\ 2½\qBJÌQh\93 \16Aq\18É\ e\9a3ðCP\1f:²þð#ZëÉþ\17¤\85ô82ÁPF×\82iEJH÷£2Ô!z,\94\ 3²\82\ e\ eÜƳÜá@Ënjr oe\89nÐÓÉ\ f;\12òÛz\86\ 3§A-,\eÂüpD\94\e ù]0\16\ 1ù]\1cN\83Á\98Üÿ \97þ?\82\12"Õz\vÒb××}\ e\87ÁpØ\ 1\87ÝÔ¢\e\8at'\9a\19\aèËÊÑÌ\96Û¨D34»jPµ\18+¶C\1ct½@\86(oEvO@æ}½ÞÁÈ\18ðÁÈï÷'w0²wÑÓz=\94±Ü\8cór\1d\ e\83Ë\85WÑ*;ê´^7aGvTsûlZpy\10Ú\ 6E½¨\8fà|V.\aÉ/?é\1dÉQçõrb\82UËÕì£\8fûµÔ\8aó\r\80GQ\86\86\r\80\7f\1d\1d¬ìQõ¼^\aCFÄAZ+Óýû#" £ZÏ\12+\1a\1cH«õ¦\ 5Ê¿\9eÝ4Ã\rèÕzæÅ6    ÈF³ ï;*uÂ\8anÐá\ 3X\1fË\16\vñ>\94£z\ 5\fÐB2\94Fð"3\rð\abq£Î;\88\17\12\\8dÈóIgK°zþÀò=\85\97\14Ês â\9b\18¿å6\8c\82\19+;Èkï\ e
+\r&h\b¯ã=(\11§I#"EuæX~ }|Z¡\98̬ñ!-Y[\90-q\14\15ê2\1d\92\10­1_\8f¬±\ 3ÒÀräÀ\84´ïÓ\14\84\1e\fÐÈ\8e`\r\88Òñ\ 3=é!)C]¬\8f¼ÍÐ\9b\90\a\9d¥Q3æ¼âí\9e7\99&t~GÍ£%Hµl\11\85d 7î\98ùkÀr\8b\83x\86S\14)H\ e\0\8d)rçðëêVñ¶¿®V\14\94ZÓïñì\9b\98eGS\94\ 2\96\ 1¹¥l\ eÈ\ eè\13rrD¦\10T\=ÿùû\ f¬OPäáÓï¯\ 3Û;çø"\81\1cRn¨\8er\82k7¾'NdL\9cÎ\11íå
+ÂNðó÷·ÿeyvD<¯_/,°eµ_\b°)¦2¨ë¼>¡é\0u\82Êã'S|\86\85×_\b\82%~æm\852mï¼>
+\86¤¬·°ðü}Á\92ÛzD\81\86XÖ[¾|sÿd}ÊÒz~\ 1\80+\a\96\rX\8eÄy\ 3\175H XFÜTß\17\80Ù3¨\12N\15s\8e\16\8e\85¾Ú{ÃôBgÑh\99pu^¯¿­Y½KðÖ¼¾@\19@=%\1e2Pd\0\98×\1a\10ùõ\1cÇ#E©E\7f\8eÊd\89\82\14\14\r\9f+÷iLn~äy½Þ\959!\ 6ô\94ÌMÒ\ 5RLÂÞ\16\eòÓ\ 4Uz÷?AúË\88@\98³*\ 1\ 4W4T6L\1fS\9c(\aC\rài\81´"\ e¾ú\81<G\b\8a ü0\15-= |.\1a§õNö¼\1f>wnà\15oP\82\1d\15ohÿ\9eÉ\1e\88\83\1d\r\84²*\ 1$C&CúëýwFD?O\82Ê\94\908­Ò\ 1>50º~ÿú¬Ãë½\90
+u\઩`Z+dXLS\80\18àz¹ÎàÀR\1a6\98÷\92\ e\92\ 6lu\ fòÓÏ\ 6Å\96@öÌÀW\17\92b!y\16m8\ 1³ \rÔ'³\1cXJ§\ 6H\13d\0\a\96\82\18\0\82&\1c<#'ÂÓ¿iA'pôo\82"ìèß´ \15äèß´"\15¤W=\1fÅf½nì\91 Ó`Aö¸\98¡\11wT=ç\07 û\819ªV\90\1c\0Zñ0Èy\9a9\89f\90Ï\9aÕx\88Ï\8a\85~\9cü¼\98G\14\8a9\ 6ôd¬\86ôz·\11ÚqùyÓ\86Ͷý\0ò}\1cÊË\80èVî\ 6ìÈ\15\10¥,\ 4µ\88§àn\85\vá\bÕ\b\1a\16Z\97<\96õ0\9a\ fá¢Ç®?ðX¹l¿sø\12ï¾@\br\92\82Á9C_Kx\ 3å\aïX\8aù\80C÷å\9dýÐÍ\f\r\9fûÁ3OÌ\10ýáóD\ 5
+\ 6¡¯;ª}\8c{\86Îy\ 6GÅÛðy\9e\ 1m\1f\14Ð\ 6®\8eð6ü\ 4¶oÙRlv   \1e¦÷ö-\ 1\9c\0O\vÞ\1a\bíxø\99\ 4ú¸à`oãÕ\ fÈó\82­%tý\ 3òÀà­'ôþ$Qý\80<1x«Ù²\1fè\e\19<'H\ 3}dð¼@\1a8\18aYTF e/\ 6\8a4X\99ÆÄAÓc¼\8fÐ\fÖ;\92Uc\84ªHïê\9b\10\1fêþÜÑ\86§±\9e£\1aH\97\80¡\1aã¡ÊûºèDI\17·¦\95¶ÎO\19 \8cÙj2\0/|Ò6@/`A\ 4pÀJ\v\14\9f\8e\ 1\1d\16*\9dÙ«\ 3\D\98åè$Ë6®\ e P°\ 4¥\ 1\8a\80£\r\ f4§òÓÄ6£\vè ¹ôïÀe\9a:\90¬\87"ìè\83d\ 1\ eMVúØ\12!\8a*`\19ÖQ\85 q\90ÎÁÉÞ&\1a\1cÌ\9bð ý{rdVè\90é\ 5\aÃ=+\98\83¨\ 4iH\e`< \10 j¢Ó\ e\bØ\88,h\86õ¦ÆX\ 6A~ÈÕ\99{\8eÈ*-\14*
+\ 2\1e&3Æ2º\ 2Ç\8c±\8c´°cB\14ô\87\1d\95g\93\18ÔÐ\eÀB¬÷4\9eµ\ 3Ð\v°TÓÆ\ 5Ð.B\vÔÂz\1f«EUb\84\ 1V¤Ät\1d`\13¶º\1d¡\11»òò\ 1¬§sK   2Xi«\1aB"(Ïø*\15ð[\riÏûh\81D6\88Û\a\89\14HãIþj¹¼ùb\82Î\9b×ç\93\15\1f°úº,|ë\ 4\96{:2Çc÷]S:mèûy\ 3\8e²S\9bú^ÿ\80<¥3DHA½è%BöÑ;°$ô}Ç\15¤¥÷
+
+\ 5\8b\17Ú¤ Eµ2º\ 2Ý\8dµ¹í\15\ 5ô\11UÓÓ\84×\aл \157²%Â|FÖxs\ 3Å\84´(À'¯£+¼ò0Å\15Wø}ý\81\7f@ëõ\}+\1a\9fc9       í_N²\8b   q gD\17Ü¿Þ\ 2%\aM\ 4y\8aÌ(*!ÒÖû\11\1cü0'\1fÛzÓÑóãM\19\8c¢\12àp\14¤\80\11ghÆåb\ 5\e\12Öº\81ùRpµìn\89µÑÙÖ¿\8f\9d\97cÙ¸¢\rx\1aAA%à\98q5h\14 `B\80B\bZy±õP\bõ\89ë\ 1\19r\14˳,\9f\19xr\8e\ 1KX\89è-T\12
+\16Qêu\ e? éH\90\ 3\8cª\16ep\96f\86i\9a\18V!×G\11Rj²µ\84Þ\9eeÎëõî\ 5\12òeåö\ 5V°Ô-\81«æ\8aò\1c\19¸^\1e\94\98\ 3Ò¡W8\8e§È¨®4\89¤#º\0åeÐ\12T\90\e¡k°\f%P×@\ 6%ùCÉòý\f5\98l\83ó\884\90n\833\14\84µIS\0¼\9f3ú¾'Ci\86*XÆ£3Ä\ 2\1c\r\ 2p\8c\a\83\17(c\81Ö\7f¦Û\87\18±\r\97       `í\9c[\ 4h\8d\ak      Ì\r,Ù5iîëàQ\9e\14ÏË\91 &ã½"Z®\97Z-`¹\ 3
+)ÉUÕáu(jFËeëaýoªÓë\856\ 3ü¾\1c\84\ 5ó\1f[ä£\95R\ 1Ñ_O\ f´áb½Üs Q\rö¡ûOÚþ)\96\97\91ðx°<s [7@\91¨\11\a\89\82â/\e \eO&\1c\80!Q£Ä\ 2\1c\89zBéõ\ 6d\17è@¢æÏ5÷\94\aJ\9ew?\ f¬h\ 3\9eñV\ 3ä\ 1\16\94\1fqILêå¡\18\91\11ð\10\0ª\ 1GCá\84¤ÐÑÒ:\99\10¸;\87\18\98\85¥HÏ-\e51¦\ 5s#¤ ðãY½\16¢àÕ\12ñÔ(ø}wj\94 \84\ 4L\83\8e\88#·kA7è\98x¿"K(\19\ 2K\8d\82\e\90Ç\8a¤A#@«ûOK\86h$\1f +¦'Æ\94¦\vÕ÷\81\ 4\91õX\aÈ\8f\9aéM\a|zÕ¤ß/E×­ýó\821\8d~|=t\85ôaëS\ 2çGX «\17Ë\9a\ 4Ó\ 3Ì\9a\1d§XÜ\826 ·-°Ä¨¶\ 6ù\/Ö\ eÄH¡È\0¿¯CQC¯\ 6;'f5/\90B  ñ\9e\ 4Z^UK\ 2y7eÍ\râÝ\945\eƱ(D@OZ\14\92`G±Ø$:²ô\03RAº+¿¥5I®<=Á\82\1c\9b¦\15[A#(»a¹ä\17÷ºa#öäå\a¡\11\ 3\ 22\1c{\80Y\8d\edùÑ\a\98U]\80Ì\83\ 6F=ÜÉ.#`hÔi½.\82\vú¼n\ 2JGÿj¹l\ 1VøuÙ\0¬ðìà5\95dT\94rßöîI\1c]\86S¶hÏó¢\16íî9\18\ 47 ·Â\8d+Z¯·ÂMèû\8e\92ù­o\8fD\ 1\ eG\89?@Á\98ÒNùü\ 3Ê\83ª¡IQ\14 Ö\ eyî¥\80uÞA"è\81£\16\8d\ 2</   2¡.E+Ô!²\ 6\8b\83v\ 34)d@Rè\98\rea\C\vÑýÇ,í¿        å\9cïO¯QËèþ\1dôÏ\88\83u\13\12GH?½óÑ\bù\ax\0¤F®ô\rÙÂÁ\9e\0bÎô×g«ÍÐ
+É©ñ6è½Å¿\14J\à÷e\1d\1eWt~GyJÄ
+@¯Ï\19 \0èc\85\ 6äF\\ 5\88\96È\ 5¬\81õ\12¹2\13¡¥AZ­\83ü~\88\ 19²  a5nP\85è\aÈ\9a       àII\9a
+á­\7fD?\86\12`Ò<Q\8eäh7H¡´å\9e\ e²Î?m\1dÄ\92\92rçþË\ 5Ø\83ÐI\a+\93É\f\89A\fèxMØ;u\bF\8cf\ 5aO\~MÈX\ 5èHL·
+x!Ab\18J\90\8cül?Vÿ\80#/I\8b\r\8cP\ 4e áÈkjÞ ËkBfT·BGZR\83\ 3\1d´\7fG,\96\17ä\87zÊL±\12Ñ3\v¡#áÈ,\5G\8a'F¡ý»\12£´H\80Öè\ 5U\v\7fÎkzÄľ@æ\8c$\9d\97ËÏie,Nµ\Î\8c6$©±\9c\8fh¹>Ö\v}Ý3å\1e\1dÞ\ 3\84\ 4tw\ e\18ÐÆÜ·  Àó\92\0óè-¬£z\7f¤\83t\8a\9dÌk\1d¤á÷å>\17!£õ\8eY4¡´Z©6 \ fV+}ãZ,H3ëì-ã¼^O\8b²\ 2Ûóz\19\b?p¨\16\ 1é\ f,\88\0\9e\e\80B¬wþ²1ñM!nµKjñ Ï*BWèh\97dHRK\89ð´$|\ 5z\13ä\94:OP6\90Ä\r´ÚH·Õ \ 1sJ£\86\14±\86\aɹ³á\12d!9»>Zv|C\8a?u\91\ 6ëõ
+¿\ 5ªq¹º!B7\0\rWeXR\96t\0\ 5\13±\ e\ 1Q\ 4éV4 ú;\86\94\ fhÿP\ 2I$= \ 6¼¢\99´>*<ÛÖ\9d7\80ê£j-ní\9a \1fá\ 1³ \ 5õ&Äö¤Ôp$8\16\85¬\80\1eI\1fYM~%l`\96è
+R<t\84\14ÐÓz&H\ 1½\13º\81a\r\16¤#¹æRf\\11@VBG^TC      R\ 2\94ð6§þ\8e\1dßz¤\88\1cÀ\ 6Õ/è\0\0M"Ýv\ 2r$\90\f±õë-\19Ì\11jq\a\9a\93Ám \99\18\8e\118,­*\ f³>ØÐ\91\91\9fösF2à\80³D%BSÓ\fRo8B|½æHÑóÏ\90\85dC\9eg(BrÛÁ¼¨`\f¡ÿ¢*q\ 2\aB@ÄÓñk\85\80\82Þ\a\940\13\80\11\ 6Sz\1ftkXÕú~«a\95 Á¸\8bòö¤³­Oá}½ÞDy~N8®×Ë=\94-½¿Z/·P^\96\8aj½ÜAùá\89Ûú¾\ 6ÊC\84\ 4Ð\e([j`õ\ 3ú¬zc¡Ó\ f8jåÌ\f\9e7 {r¡ô.­6 \83r\96¡\7f^¯§æ\98/|^/×Ê\87\f¿/\e¡Pz\9f¶ÏÏj\rÑ\ 5zª=\r\94kp\0{\97´¹nõ\ 6äh(Lp\ 3ú\r\98\19\0\9bëVd(®Î¹n\ 6êM\9a\bðRAÄ\82®Áp£ÄC\14\91\18Ð\ 6\10"A\10\ 5¨\85\1c\83Ù,A¹Á\ 1|½ÆA´P/b\19ÒQͤ  1% Vbz¡^\82\ 4Ðk=3ba\a¦9\8a\1cL1­\11\12@\a\12Ó=±\ 3\93\a\1c\86ÍãÓ\93ª\b g8\9a/Þ¼AÖÄ\1d)A½ùl´4õó÷åæ\8bG¡b/\a\1c¨b'\a\1c¨b'\a\83t_<E¸^\a\ eòtÍÊ\9d6  Z¹\02'+øð\8ed\ 2fM\añÙz\9a
+à¥\8e\9a\11 \98ä\84\8c¨£åÊÖ\ 4^\11!\9e \aý\18}8à¢q0%\80êÇð\f\95æ\98 ²¢\8e\r\ 3\1cµzAõÅIߨ Æ"\ 4P\89ðûz±(Ö!\177\86=\8cl\19v×pTo\1c÷Ð#ð\ 2åÆq9C+¨§GÁ`ÈÁ\81Ó]\ e\84~\84\9e$z@z'-¬¿­f¨\ 3\1c\9dË\16è\aɽ#³\95K7öÏóÛ`$!gI\8f\ 3B\84ô,é\11ã)º\e3\ 6¨\ 3e+6b<Fæà\11ª\10O­eÙ\7f\98»\8c\90\9d\96ë6Èê<NË\1d¯Bö´~Þ½\9cßg/ëçåz\82Þ"Ò\8e\84ñV¥u^¯×Ù\ 5´\1eP\8f¶Ï¶öÓçÛ\93ÃÈ\90ÐõéaðѸë¼^Îo\ e9Jë)\94e.lE@=Ál\1cÅ\e$`¦%h7\18\90byf~Îëu iÒ8\90&øÍH\80ô(4Ø\8bÒùû²\v\1d\16¤~\1c\12¸Bõ¥w\ f\1fÊ\83JÅ@:\90\12\10\ 3xòó\ 2Taz¥^\84\1c¨'\97Å\15Ü Þ9ô@Â\1a\1c\8c\Ð'\92¶¢\e\18õ\9eUYc!^ê \r¨ÞrjTY\98!Yèû\ e \b«\0GÿxdC\1c\f´ \1dî\18g¹ \1dîiÙ\85\ 4\bH Ëñ=ÚÏW? \17\9a\rÐ\89qôÜ\82VPÇ\11\ 2²Âz¡@\8ah½§Ò0Á\ 38Òë4?\8c\1e \8b\ahÖj6t\0½\81Qscù8Bh\ 4t,sÖü8ºÿ\19\89\80\9eç¿%§)F\84^ 4ã\9eñì\ 3´\82\8e®[÷Dø\0\92Ü\1cl@\12ò£\1cO\92G×­\16\ 5ù8CHA¹{iNÐ\93\94C\91\9csg,U\b@B\ 1½\ 5\ 1z\vöQs¤8\12¥ÙAZn<£PÂSnl=ä;\83Á\8c}y½Ü\18;\ 2:\a­Ó-\ e\1a\aä\88y ¤As\85ivØ\0µ°\9e\9d\16\10\a\µ8C\93·ì²\1dM>­×Ñd+õÜr¤zÀd3B§õz\v\7fc¿ór91jYáîe,Æ\80ÐÓz\a\143ÌàûzJH°:ßóþ\93£X\13\92_o\1cf\85^-\ 2ò.ð±ó\ 2­ñ×\88\97©\ 4KoÞ\9eµ>`á\9f\0\vè}Ã,½¹EAÞ·\vK ~\ 5\93&C¼Þ\13ñ\90\9e\97tt¡?\7f_ÎK
+X\85è%Ó\v\12bWb\17âa\84G±¾_è\ 6õrù8À\vÔç\ 1\ 6´\7fO0\1d\91\f\ e\1då\9e\r+À3»\10\v]o\80fvet\0Gj\9c\r3ëT£[ç1I\86)\v\8c\88\87\91\e\9c      \19\12\92°Ð\8c9@\ eÆã\f\ 3\12à\80ÔÍ\e\\aí\ 69 µh2ÄS³z]¡\12\8e\añ
+) \14    A,D2s /¡\17ª$¨DtO:a%"\95\19Xï±\1dÔ®\b(<lÙ\ f,\80\0\9e\1a\ fs@\v\12P/x\9d\90+ãI­
+âþq0\9c \ epä¸\1få\96M%ÀÚÐÃ\ 3èõª6Tõä\8b¢\ 6\90$\18\1e43Hk\ 5\1f*\0\8eÇ@\15àÁc\ 2Ò\82:\v\1fõ\9a\r\16æ¹Ue(çiý5\1af¥V[µe¼RP¯µÊ[\91×e\ 3\8e\fã\11GµÕVo¹\97KU? \97[m\ 5\97ö\ 3]õV\e(\86h ×[e\18Q\80z«p\19\8f\9c¾§áÙ\rÿ¹\83ù{~±\91Ð\8eÚP­¨ús\fÖ\82!\81^ôjØz3ªÅëÇA\8b\8ay3|è\8eÉE¯#\fIô¢×1h¦(}\87Ë\84ò¼\f¯\9aË\87FMo\1c$«â\ 2\8bm-m{\80\9d\92 u^®7\1f)\1dЪ¯Ë½G\16ôuýòJvaëëÌ\88¬hó\ eD§`rÛT¨OF\94Â!\ 3<½^k9¬àê\1d\91@\b3$\80Þ~ª$\18·N@\ 1\9d¸\80\13è~¨arÕ÷e7*dÈ@rz¨uP\138\88\rv\fh\ 3\8e\ 43D@G\82Ö\84DÀÑ\ 4p\96E\88\10`F\14t\10 d\88\bÀ!¹U=Àç\14±\8a\82\8e\14±¸ëÿz\ 3: R\1a\9ft_\81\81r­+hU[¶\84ðJÁ2W1¾Ôhc®"Ãä¢Ä\ 3t2fB\14ÔGBÅ\8cÖ;¦        \8c7Yh
+\1a\vÍ\17'tÙíò\96ãµùÑÛ\ f¼ùѳ\9c`\11¡\14{xpÑô \aÕ \1a\91kÆ#t\ 5ôLã\bµ\80^õoIb-\16`aÄæ=naDå\8aÈaD
\8bt<í¤ ù2<É\f\12@G\84â\84t\80\8e\b\80z\8aTB¾\98\9eÝ\902ôdd\ 6LX\a     \føTÂ\86èu+áTJ¥z\95°uPëUÂiÖ\A\8a\88\1d\91ÌÔUi\95p,âh \96%\rÀ.ÐRÔ\9a\17HKÅp4¢C\82á\1e\ 3d¨A®\fÀsÜ\90\ 6pDC\96\1d\rå\f\1d)9\1cÍP\a\14\83z\8aÖ¨)1\9a£6!+\8cÞö\b\vÎè\ 6ô<Yk`V­wÌ\13\10/\80\82Ê0\9aP\94Ðãâv0-?=¹5|/ã±\ 1Ý\15\1c\1fZ@r\ 5y\92\98¦\86xÁ%¤\80\ò<\966\8c½v|\94\83\11\ 2\87\157àÁ\89ïx®^.9\83õ: Q\8a\1dªå²\0,èëúX4s\82\e\9bg>HyW®\96ë\93\15Ë\9bRE{]ú\82ñ^cÿ\14\f       h\ 3\8evô%˺Z/GQ!Aæs`\11¥XªÚ\80\9e£\97\11\ 1ôgÑ\ 3ͪ\ e g)\8e3  îC\1c\99\0z÷»\19J\80>Ð`\86\17 \v`Àò¯sà\8a.@oe¾\8d\13PèÏ\e\87%I\ 2(\12S^u[÷GÃè\b×\ví
+l=Ò \8ew}K\ f\7fB\80\8cT\88g\9cAÆ'ptÎ\82"$¿'nù]\1a\v±zEt\0¤\84Yã,h\ 4\1c\8d³4#@YxE"ì\88c\aM\ 5Ð8t\80\1e\88ü(eÕ\82-\15È\93»nZñ\ 3    êÔ\81[ã,E\aÑõI[ßj¦ïß¿U\e\9a\r\89\r \82\\0\14`OvÝ\b9Hî\1a\94¦ç8\85óúkfËô½^¾¿?)\97'­G0úöùKJ\ 6ubËîÏËõ'M\93¿ózÝ\ 50\18å´^é\e÷ÄqlÀú\96\ 5Äm\ 3Ò\ 1ýÀc\0y\14.åºçõ0Å\9a{¡Ê\ 6ø£,¼\ 1G\a_\8d\ 3¸\13
+oP\8eÁ·ñè{\f^\11P\7f\93´ ´ú\ 1Ç£ê\88( ?«/h\ 3\ e\19Záz¹Ø3\18\16\ 1!ÇÜ\9eDó!C]\13\89\ 2Ü¿>\91( ú{ÜPÌ\0\8e®\1d\9a\bð\17Q$\82\9e\17Q\8d\81¨\13\ 6EXOK8\9cØ\96\ 4ñ2\89\19è0GZ]\9c4%H\1f\14\ 4¥ÌƧ\e\fU\80^åP\1aÇõ*ÑXJö[ç§\91dIK¬8@\1fJv¸\ 1sW\82s\1a \17\ 2r[É{¤á\98çõrëÆÃ\vn¨pêÆGxÿº\17\1eá÷õ\fù\84T¸'C>«\fÈJ\1c\10\ 3^\19\88¾¨\8fÏÞ\97\15\ 3É/úiBûG6\80<\88O\9a\1fÙ\1a¯ÞkÃÓ¢úÁ\9f{v´èßj\1eÛ«\80Ò\8a4¸£áÃ\80L\90\ 3HÉÐ\89¸2\0}M\8c÷\ 2\91\f5\80\9eQ\91\13\8c#ô÷ä\ 4}\10½õ'\ e\ 3ôæ½¹\97\ 1ì14i.\0ïø\81\ 2)½ZøxMí\r\ 32\8c#\1c]kfí\0´4`A6Ø1ÏjE^\9cc\9e\97¨\ 2Z¥   -\1f\82\806T\96à1@/\\86\12Æ°\1cûo¤\84`\11°Ò\82\87\ 2£Í\a­ÖË¥ºæ\83\9eÖë\1a¤\14ÚVËõùèèë:õ-#0'/ñí94jÔ£(\80!Qçó\ 3ñ'8F\98\9f8Fµ\ 1=¹<Âû\93»ïÚ|õÖý7ßS»)\98\10\ 3;p\94\8c®ÐS\9e \11 5\9f½Z¯\17\98X>PK\ 1P(m\9aÁ\ f8:\18\97ÆsÍ\rP\1e^¢ÊÃä\ 4\v"!òâHË\91\15ñ £\85ñ
+\95\98>NÌ\922\1aû§Í\ 2Ì\ 6V\ 4Ô_4\83hD®Ï       ö\ 3Ï:Õê\afÐ3\84d·?\1cá=»ýñ\ 3\1f³Ûù4%t\az(f=?Zj\80Þ\81½é¶î\80÷\90\85zD\as&$\86\ e0g\82\a¸fUñG](\85\8e\9e\eP
+u&^\90\1es´N:à¬^Mjã\90ZrL\aL\ f£¦\bù».V\ 4\8e¦\1d\90     u@ ¢\r8ÞU\rÓÞ\ 6\eu<
\84\98X÷FSÖöÏ\87¬\8bƸմ£×\1f¶¦\1d-!¤\1c4\89á\0\87´4=J!©y\ 4\14D\982\91Á\ 5­w\8cÔ:|\81Ï\1cÈ×Ï·8ØÆ!µ8\98ÆÓ\83æKpD,Kôk\8dCªÖ»Ç!µ4\10ïa\v\ 3\9dÎI\94`^ \80.ÀU \0\ 3\12G\81ÀÒéÏ\e¤%\1a\11ú\ 3óÍ 8ÏjPÌ2üµ\90\8e\96H@GÀÑÆ\17úóº\15<0­¦\ ea]l±/*_À\bý\88ë\ 5´\ 6\1a       \9e\14Íðß×oýw\8eõ\115îY«õOßÊ2ü7e\10^ëå\88lÉàûz~¤U\98\9c\96ë9ê¥\89qµ\N\8eÛ0%\89z4\1e\r£t|\8e  \ 5p~GrPid^­×'Ò$¸\7f=;ËbÁó\ 5È\91\90\8d\17oÝ?\87t"Ø¿g8µÅ\92Õ\ f8f
+!\ 1ô´¬@\eèhYÑ:\0Ëo\fóò\ 4$N?\80úX×á¼aRH\86\1et\95ïpE<èIN±4ýN!\8c\ 1\91Ð\91\\12Ð\15:Âñ\88öïib\1aá\ 6@\9d\b\9bÏ\9dÑz¹Ô)&Q\88XvÂ\96`µóàÖ@çCvB³L -ŤaÃ\bY@ÏP\eÑ\ 6<\90Ô"j\11\92bG´\80~\80Y;\0\95¡\ 5²\90\9ecX\1aÊ·     \80\9f§bé\0¹qÐÇ÷)^¨\80,\99#\1a\1f '#+¡£ãD'\ 1\939\92\9dv(AOÂѱ"A%¬g\88\9a\86\ 4Ò\ 4\9f\f\19Ð1ß\e}_\7f\1f=à¨6\ 3\12\11\90f%ÂòÛN²×©\ 6\aÐ\e\9cµ\e¤\80Ø\8c(èp¥\8e\9e\15\rg\92\8aÐ\ 2YH\874WÍ\8eÓ\992öÄÝ«\84\ fDª¹\ 1\92#\ 5\1d\99+\ fÓ\96\11\11[\11¹\1d}N\88\ 2\ e8\ 2+\ 1\9d\0Y#\0]\8fÝ\0½iÇ\84\94°£ïP\9eîi±<ÝÓbGË\8a\96\16£}|·\aæ«\16sôñ]\ 3\bG<}|Í\13¨~@îã»M6Ú\1f\1f\90ûønS¶í\aºúøn]#\10\rä>¾cDÎ\fèãKS\9d
+,±=V÷¼mØ\ 3çi½.Ç\96)uZ®£Bö¼y^.crk\ 2Ë=\98\82Ù\81\16õ(¦`©Nç\ 3ÈsQ¶T§ë   ô\×\10Ñ\ 1<¨Ô,]?ï\83
+¿/£ÂÁâÑí\85æãË\14\16ô}¹`+\98/Øø>e    \89\8f\87\81f(@:\aC\ 1ô¤\9aY8x¦ Þ\aÕÞ\15Îëõ\9aÃ\15I\90g2Ï\80¯@.88@¥ó    ä§¡\ 3Tê½\82£ê®ó
+"\14b\1dÚ\8d \12@\1f®d   
+-\ 2pP\b\v\14\82jH\1fö=¢\13è\ f¬q\8a\9a\e\80f\/\\8dÐ\8c;
+W-Û°©\a ¨´Âýë \12Ô\ 2\88\85IÕ×\80Ý =ÉgÐ\f!í"\19\10\a:ºo`C®çÈ`\1d çÈ@\1dà\0\867Th÷\84O\1cä([³²¹\86\1dáIB\88\ 3\1c£\9e\15åesH\87éï\93        K°<¦3-ª\ 6 ß_µïó\1c\1fM\ 3pDE\vDø`\9f\92gX1°Ì@6\97§m\ 5  \ 1"<\80ìJæ(ZQ\ eé@3®C:\19¹\92úÃÂÑE´A\0\8a¨\8cÐ\13Õ'u\8fP\ 5Ê6ð@d:mà\81ÈtÚÀ<#\ 6Ðm`\86\9e¼\aÔ\5\ 6 \17\80U\88l\ 3GQ\ 5ð²5\r\8c )FA\fE\9a)B-7\90Á\ 1\96"ôÐ¥=9\1eó\84\96ë\19\ 59-wdø\ 4´\\0ó
+\96³\80å\ e\90\98ÆzÚB2 ÓÃ\16\92\ 4J(ö#¬ëGõÁ¡\98Q$\0K\10\1a$æi\8d\99®     wAµ0Ð}\ 3\ 5\890\ fðÌ@r\10w`9çïë\r´Ì~4ø\9f^\80½êuJo\98¡üÉ\1e`\98\91\ 4éö/,\1a\ 3s$(Kê\87Æ\90ö®\7f^/û\ f\a\10Ô¸\7f\1aÄÛT«J\0ôì&\ 3\92\1a\17Hq\98\80\ 4H\7f\14\8c\111\80\a     KP\87:p\1ct\83\1e\1c'C\11ÖÇÁ\8cè\ 6\@\12Ò\ 1\8e좠    \1e@ÆíûRK\ 6y÷&hEõq0\vô@ä©|Ç8\9cN\1d\1cWÄAh@q\86\ fs¼Êp¸(áë\ f<\9cÇex\ 1\e\bA/Ö   \8bHB2P%B\16Ò\aªÄ×\ 1ú\ 6ª$M\8dñz5È\83z#Ø\8c¾ïh\ 4\9b\11\ fºú\90"Oöª\ 4(\14\83\1d        yRýQnÖð¤i¹V)59³°Þ>ä\80\92:\858-\9a\1d£éM+r\ 4\1d\r\80DG¢ E5\958    ä\ 3ôÄõ\ 6@\ 1Åq\9eÜ\94\b\19ØÑÁ      © GnJé\7fÑTA\14\v\83¡\84\a\vÃ:D\87BFÈBr¢øQ¯ÖºBº\81     \ 5\ 3\ e\1e\9c4+Ô\ 4³\9a2DJ&gø}½drÑ.\90\97»E)\98äXXo0kåjYrä8\16\95\1e\ 3Tbr3ím<ôþ\9esZ\8f\8aMêõO\1dT ¬ðp\bß÷¯O\97.Áèi=\8a¥ðòb\82ÚË1\1aT\9a\9fÔ»×\eð\14\13\ 1G\ 3\9e\82fUëeñ\vÅ\ 4Uëu,¢pO\8b~\14\8b(\16¨Z/CÁÖA©M?6\1f\19Ñß\93\16\93\11\aè\19\ 56\91¦Zïè\80\94¡üÈÕ¦¡´N©n@çà  I\90þ\1e·µ\ 2ßÞãê\ 3Èxp\80\1aÀ\81\87.\88\82\ e<\14ª\10Ç\8bxX\9fã\b¶NN\9f^Ä9\9eÕËBçfäÍ\ 3ðÄ((\ 3: V\92\e\9b<ÌËí&U\bXf\13$¡ð(^j\95Jzâv\85ÎXºü@ñC\9b?À[8ibÈû\89\8bz\84Cj¢\18pH,I'øÔÃIQdô\0\8bl
+\18&\86Äàj\v©\18­È\96z01è
+éáô0\8a\8a\90Õ»A_F/ÖÁjDÏ\8c\89Ð\97\91Ãé¤j\11>¢YsæxGpt\0лàêK\ f;L¹u`Ú-É:|Oáu\83ú\ e\8d;zO¤É@Åø¹ù\ 4ÅÄfèPêéI\8bæ\90R
\88\ 2\9e®àó-\87Þ*ÎZBDãù\ 1ÙRG\ 3\9c\80´°gÂlÐ\b@{*GH\0\0k\93ì\9c8\1d\96ôó\\ 5\ 2\b\ 5\1c\80@\86û×{Rç\19ì_O\ f°ì¨ö÷YÁ\1c\8c\88õþAÓMúÍ*ýØ\88\7fzr\8f\ 1JÝn@^Ñ\ 1ô×Ý,\9añV\ 3¤î\90v\84*@ÇDmÂq¯+j\88Ð\83\11º<Q³ ÕzY\83\99\1fxZ¯\v°\19 yèÊ\8e(      îç¯_¹\87\86Óó\9fp}z½Î& ã{\10\11sãÎôÓ\ 1\85¨Ñ\9f"*      ®\97ÃáP\9e5»ù'\94wÍÖ\ 1xSm´\ 1Ý\ 5\be®Dµ^ç\80Q$\0Ç´fé\ 6h\8aÝ\14à\ 6\1c\98\14Ü\80\9eaV\12$+!t\8c§\8bÒ÷ùúÞý[­\\94t\10ý~yÔh\7f\9f\ 3R\ 1W\13Æ\ 1\0\8eH\18ª ý]Ò
+í6ú5à\1c\92\9e\93\82t\ 14Å-A\ 6Ðˤ2b@dE0\14°\15Ú\ 1\15¢£QP\85xÐ(ô}\ f"h¨vë\a\1d\14a\9d\ 5ghÇ\1dãé\10\a\o\90\17Ú©F\84\8d·CFÄ\11\a\ f*\a°)ÑP\ 5éC\86\ 3\9eÖ5Q\13¡V7ï^\15`ݼÛ\17Ⱥ\1fÁ\v\90Ç\8c§\11¹Q\8eñn#\12\0G7ñ     Ù`\a¦oÙQm\ 2°ì*(Áz?úEt£xó#Í\bp(ê\9e\17r@Y\9d7\98\aQ\aóü(Õ\8a±R¿E\8b\85x~\14äaG~\14\92\84;$\ 3\8e\ 4·\fý(Ç\84;\14J;\92\8bF\14Ê{&Ü!#äj¾tÏ\8aç  \11ÀÓ|©Û\91´ô&DA\a\9av3\92È\87\eѲb\ 4M\83\91\84\a\8cÂ~\84üª7ÂPÀá\a\8cÐ\91Ð\1f\14\8c\ 3\1e\1eíÛ÷¯\93ehߥ\19¬×\95¸E¢\8då\14̲¯O]׿¢Í»&ÄÁí;Ò«\16ñø,½©( óz¹\89«µ]ª à\0ô\ 3P,©ô\ 1®ÖëXRZD\ 2`\ 5x¤G=\18¨+¯!\98\eêfàÂAö\9cqZ¯7qµÆMÝ\ 4\9c\a\91\80¤ØмÐóþ\1dÙM\11}_ί= ¨\86\ 4R,p\85\f¨\17[B\15â\80rÌ~´\19\10;\91[±ÞîDV",7q\8d¢\ e¡XLé%ÞºA\9a×\ 2U\88'¯%!%æ\80"\12Ôa\82\1110j\ 2\ 4\0^ mz4"\e¬ç\14\8ahÜ -¶\9b \fÉ#\16ã\fuàe=KÑÞZ\89ïi!§õ×\14mÔ>Ó\12\93¶ó/ïÍ/7R\1fëÿë¯~øÅ/ÃWøúÕï~\98¿·å_\eû\95ÿøÕ\1f·ÜǸ~m>äãßüöë\9fþÇ\9f¿~úÃo~üÓß\7fü\97¯\7fû×_~ýåo\7fþíÿýÍ\8f¿ýú_ÿïëßþãç?üôÓׯÿé7¿þç¯_~\7fýÇ\1f~üÏ\1fÿöó×\7fùúýÏ?ÿå_~ñ\8b\7füã\1fß?ÿþ\ f\7fÿþÓ\8f?ÿâ×\ f\rù»¿ýÏ?ý\9f_üåïÛºïßÿüÇ\9fþùëWÿû\87ÿö«Çîþ?$v\84C
+endstream
+endobj
+431 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 967 0 R
+/Name /Im414
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\1f?\83\1c?\ 3\e\181ñ30ó30"¡\ 6\ 4blàÿ\ f&\91\ 5\19\18°£\ 6\86ÿ?\18\0©\ 6\rÛ
+endstream
+endobj
+432 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 968 0 R
+/Name /Im415
+/Width 20
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM̱\r\80 \14\0ÑC
+\1a\ 6°c\ 57\90Q\18\81\ 1LÄÍ~å\f\96\7f\ 4J
+\13ÄØ\98¼òr¶Fïe\9ed1\92\91\84è+~*4Ø`/¬\8dÐq½Ð\85 XÅ(\8c$\97\1f!      :&\97)§ã¸y\0æ\ 2$
+
+endstream
+endobj
+433 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 969 0 R
+/Name /Im416
+/Width 22
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fáÿÿ\86ÿÿ\1f|`þð\81\ 1\88*>0X|`°AE\16\ f@5@\95 õÿ\18>0\10\85\0ÛÅ-e
+endstream
+endobj
+434 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 970 0 R
+/Name /Im417
+/Width 10
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûxàó\81ï\aþ1üaø\ 1\84\1fpB\0ãù\156
+endstream
+endobj
+435 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 971 0 R
+/Name /Im418
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀþ\87Aþ?\83\1d\7f\83\r{C\ 5ó\ 1 úÀø\0\r\81
+\80Ê\80\8aùÿ10~`\0\0ü5\19!
+endstream
+endobj
+436 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 972 0 R
+/Name /Im419
+/Width 18
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÀð\81\10úø\81áû\1f\86ÿÿ\18þÈ3üàoøÀ\ e\aÐ\11\a\1f{\90\16 F\0r±+Õ
+endstream
+endobj
+437 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 973 0 R
+/Name /Im420
+/Width 23
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90?Àðÿ\aãÿ?Ì\ f\e\19\18ä\18\18ì\18\18l\18\18j\18\18*`è\ 3\ e\ 4WP\ 3Öb\aÖÎÏÀÄÞÀÇüÀ\ eh,Ãÿ\ f\fò\a\0\19\9d
+endstream
+endobj
+438 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 974 0 R
+/Name /Im421
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÀÿ\ 1\1f\94ÿ`ÿÿ\7fý{{~\0§Ë\14ê
+endstream
+endobj
+439 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 975 0 R
+/Name /Im422
+/Width 13
+/Height 26
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93c\90\83Ãÿ\1f@P\8e\ 1'\14àÿÁÿ\83ý\ 1\0'\15\v+
+endstream
+endobj
+440 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 976 0 R
+/Name /Im423
+/Width 33
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`l0``@#\98\19\12°\13l\f\a°\13<\8c\r\fõÿÿÿg\0âÿ\r\f\12Ì\f\f\10Â\80\r\93\81\12`Å`m\f\a$0\Aº{\0%L#\83
+endstream
+endobj
+441 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 977 0 R
+/Name /Im424
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`d```n@`ö\ 3\bÌù\0\81\ 5> °B\ 5\ 4'Ô008Ø@p\83\1d\10Ë\811ãÿÿ\f\8c\fü`ÌÄÀÞ\0Ã,\fÌ\a@\98\a\88å\18\98\1füo\90ÿ\a\0\7f\9e\18M
+endstream
+endobj
+442 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 978 0 R
+/Name /Im425
+/Width 29
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\81ÿ\a?\ 3ó\ 3~\ 6\86\ 6Z`v\ 6F\ 6ö\ 6F\ 6f0fb`<ÀÂÀð\80\83\81ÁÂ\80\81\81ÿ\0\ 3\0ÆÚ\14°
+endstream
+endobj
+443 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 979 0 R
+/Name /Im426
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀ ÿ\81\1fH0\80   î\ 3\fú\10\82ó\ 1\83?\12Áñ\81¡\1f\99¨`ä\87\126L(\84\1c\v
+ÁÏ\81B°O\80\11Ì\ fP\bÆ\ 3\ eDüohøÿ\ 1\0Îò\1cf
+endstream
+endobj
+444 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 980 0 R
+/Name /Im427
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\80ñ\9f|\ 3C\ 5?\ 3\83\ 1\10+°708À0ó\ 1\86\ 60~ÀÐÀø\80\91\ 1\84\19>0!p\ 5\v\ 4×ð00Øp@°\9c\0\ 4Ë\ 31¿\ 2\14?```?\0ÁÌ\r\b\f4\ e\0Ú2\164
+endstream
+endobj
+445 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 981 0 R
+/Name /Im428
+/Width 6
+/Height 15
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã\10PPpph\0\82\1d\7fþÔX\0\0$s\ 6=
+endstream
+endobj
+446 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 982 0 R
+/Name /Im429
+/Width 5
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+øñãG\ 1\ 3\ 2\14\0ù\15\1c@    àà\0\0¢g\b\89
+endstream
+endobj
+447 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 983 0 R
+/Name /Im430
+/Width 28
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85̱\r\80 \18Dá#$Ø\18j
+\86°´0q\15G`\0
+Gs\14Fp\0\92ߧ¡·øºw'eIÛPÑ%7xL\88\98\91°¢àÀÕåàO°\v\88ÈHXPÐ`f÷ëûÿ³Óá\ 1Ùb0à
+endstream
+endobj
+448 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 545 0 R >> /XObject << /Im431 450 0 R /Im94 101 0 R /Im9 16 0 R /Im14 21 0 R /Im432 451 0 R /Im10 17 0 R /Im22 29 0 R /Im240 249 0 R /Im19 26 0 R /Im13 20 0 R /Im96 103 0 R /Im27 34 0 R /Im13 20 0 R /Im29 36 0 R /Im13 20 0 R /Im10 17 0 R /Im15 22 0 R /Im21 28 0 R /Im131 138 0 R /Im105 112 0 R /Im31 38 0 R /Im100 107 0 R /Im33 40 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im130 137 0 R /Im34 41 0 R /Im36 43 0 R /Im36 43 0 R /Im173 180 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im36 43 0 R /Im40 47 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im48 55 0 R /Im35 42 0 R /Im39 46 0 R /Im100 107 0 R /Im105 112 0 R /Im33 40 0 R /Im40 47 0 R /Im100 107 0 R /Im35 42 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im100 107 0 R /Im102 109 0 R /Im34 41 0 R /Im103 110 0 R /Im35 42 0 R /Im114 121 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im102 109 0 R /Im31 38 0 R /Im103 110 0 R /Im35 42 0 R /Im129 136 0 R /Im174 181 0 R /Im166 173 0 R /Im175 182 0 R /Im164 171 0 R /Im176 183 0 R /Im177 184 0 R /Im178 185 0 R /Im174 181 0 R /Im174 181 0 R /Im166 173 0 R /Im34 41 0 R /Im33 40 0 R /Im34 41 0 R /Im39 46 0 R /Im43 50 0 R /Im36 43 0 R /Im31 38 0 R /Im104 111 0 R /Im35 42 0 R /Im81 88 0 R /Im30 37 0 R /Im34 41 0 R /Im45 52 0 R /Im49 56 0 R /Im43 50 0 R /Im31 38 0 R /Im100 107 0 R /Im32 39 0 R /Im38 45 0 R /Im100 107 0 R /Im100 107 0 R /Im31 38 0 R /Im40 47 0 R /Im45 52 0 R /Im100 107 0 R /Im105 112 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im35 42 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im99 106 0 R /Im39 46 0 R /Im40 47 0 R /Im102 109 0 R /Im39 46 0 R /Im34 41 0 R /Im48 55 0 R /Im46 53 0 R /Im100 107 0 R /Im34 41 0 R /Im38 45 0 R /Im101 108 0 R /Im33 40 0 R /Im40 47 0 R /Im39 46 0 R /Im100 107 0 R /Im104 111 0 R /Im34 41 0 R /Im103 110 0 R /Im40 47 0 R /Im38 45 0 R /Im39 46 0 R /Im34 41 0 R /Im44 51 0 R /Im36 43 0 R /Im49 56 0 R /Im31 38 0 R /Im45 52 0 R /Im433 452 0 R /Im38 45 0 R /Im35 42 0 R /Im45 52 0 R /Im32 39 0 R /Im35 42 0 R /Im43 50 0 R /Im48 55 0 R /Im49 56 0 R /Im105 112 0 R /Im40 47 0 R /Im39 46 0 R /Im130 137 0 R /Im81 88 0 R /Im241 250 0 R /Im38 45 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im48 55 0 R /Im40 47 0 R /Im39 46 0 R /Im35 42 0 R /Im46 53 0 R /Im101 108 0 R /Im33 40 0 R /Im34 41 0 R /Im45 52 0 R /Im130 137 0 R /Im100 107 0 R /Im102 109 0 R /Im40 47 0 R /Im101 108 0 R /Im40 47 0 R /Im434 453 0 R /Im34 41 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im45 52 0 R /Im435 454 0 R /Im81 88 0 R /Im327 338 0 R /Im48 55 0 R /Im31 38 0 R /Im101 108 0 R /Im33 40 0 R /Im105 112 0 R /Im33 40 0 R /Im40 47 0 R /Im99 106 0 R /Im40 47 0 R /Im31 38 0 R /Im45 52 0 R /Im101 108 0 R /Im35 42 0 R /Im43 50 0 R /Im40 47 0 R /Im38 45 0 R /Im101 108 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im159 166 0 R /Im136 143 0 R /Im163 170 0 R /Im164 171 0 R /Im165 172 0 R /Im166 173 0 R /Im166 173 0 R /Im167 174 0 R /Im104 111 0 R /Im40 47 0 R /Im40 47 0 R /Im101 108 0 R /Im45 52 0 R /Im40 47 0 R /Im101 108 0 R /Im35 42 0 R /Im160 167 0 R /Im34 41 0 R /Im104 111 0 R /Im101 108 0 R /Im35 42 0 R /Im39 46 0 R /Im39 46 0 R /Im35 42 0 R /Im34 41 0 R /Im43 50 0 R /Im31 38 0 R /Im45 52 0 R /Im102 109 0 R /Im48 55 0 R /Im49 56 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im100 107 0 R /Im31 38 0 R /Im100 107 0 R /Im114 121 0 R /Im142 149 0 R /Im117 124 0 R /Im123 130 0 R /Im122 129 0 R /Im114 121 0 R /Im125 132 0 R /Im126 133 0 R /Im126 133 0 R /Im359 372 0 R /Im129 136 0 R /Im129 136 0 R /Im34 41 0 R /Im45 52 0 R /Im43 50 0 R /Im101 108 0 R /Im40 47 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im104 111 0 R /Im35 42 0 R /Im39 46 0 R /Im35 42 0 R /Im35 42 0 R /Im100 107 0 R /Im104 111 0 R /Im40 47 0 R /Im39 46 0 R /Im101 108 0 R /Im33 40 0 R /Im35 42 0 R /Im31 38 0 R /Im39 46 0 R /Im33 40 0 R /Im35 42 0 R /Im36 43 0 R /Im99 106 0 R /Im104 111 0 R /Im38 45 0 R /Im36 43 0 R /Im39 46 0 R /Im35 42 0 R /Im48 55 0 R /Im34 41 0 R /Im39 46 0 R /Im130 137 0 R /Im100 107 0 R /Im81 88 0 R /Im436 455 0 R /Im94 101 0 R /Im437 456 0 R /Im13 20 0 R /Im23 30 0 R /Im13 20 0 R /Im28 35 0 R /Im13 20 0 R /Im10 17 0 R /Im14 21 0 R /Im13 20 0 R /Im21 28 0 R /Im438 457 0 R /Im439 458 0 R /Im440 459 0 R /Im439 458 0 R /Im441 460 0 R /Im442 461 0 R /Im440 459 0 R /Im443 462 0 R /Im440 459 0 R /Im444 463 0 R /Im440 459 0 R /Im439 458 0 R /Im70 77 0 R /Im445 464 0 R /Im81 88 0 R /Im70 77 0 R /Im446 465 0 R /Im440 459 0 R /Im444 463 0 R /Im447 466 0 R /Im448 467 0 R /Im449 468 0 R /Im450 469 0 R /Im450 469 0 R /Im70 77 0 R /Im451 470 0 R /Im81 88 0 R /Im452 471 0 R /Im81 88 0 R /Im70 77 0 R /Im453 472 0 R /Im454 473 0 R /Im455 474 0 R /Im70 77 0 R /Im456 475 0 R /Im81 88 0 R /Im140 147 0 R /Im453 472 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im459 478 0 R /Im460 479 0 R /Im461 480 0 R /Im81 88 0 R /Im462 481 0 R /Im463 482 0 R /Im464 483 0 R /Im465 484 0 R /Im466 485 0 R /Im467 486 0 R /Im468 487 0 R /Im469 488 0 R /Im470 489 0 R /Im471 490 0 R /Im472 491 0 R /Im473 492 0 R /Im464 483 0 R /Im474 493 0 R /Im463 482 0 R /Im475 494 0 R /Im464 483 0 R /Im474 493 0 R /Im476 495 0 R /Im477 496 0 R /Im478 497 0 R /Im478 497 0 R /Im463 482 0 R /Im464 483 0 R /Im465 484 0 R /Im462 481 0 R /Im473 492 0 R /Im467 486 0 R /Im473 492 0 R /Im479 498 0 R /Im472 491 0 R /Im463 482 0 R /Im480 499 0 R /Im463 482 0 R /Im472 491 0 R /Im481 500 0 R /Im472 491 0 R /Im475 494 0 R /Im482 501 0 R /Im469 488 0 R /Im466 485 0 R /Im472 491 0 R /Im473 492 0 R /Im216 223 0 R /Im483 502 0 R /Im475 494 0 R /Im469 488 0 R /Im479 498 0 R /Im473 492 0 R /Im462 481 0 R /Im473 492 0 R /Im468 487 0 R /Im469 488 0 R /Im479 498 0 R /Im484 503 0 R /Im463 482 0 R /Im464 483 0 R /Im465 484 0 R /Im70 77 0 R /Im88 95 0 R /Im485 504 0 R /Im485 504 0 R /Im424 441 0 R /Im486 505 0 R /Im77 84 0 R /Im83 90 0 R /Im62 69 0 R /Im68 75 0 R /Im61 68 0 R /Im65 72 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im368 381 0 R /Im368 381 0 R /Im70 77 0 R /Im487 506 0 R /Im77 84 0 R /Im81 88 0 R /Im377 390 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im368 381 0 R /Im370 383 0 R /Im376 389 0 R /Im92 99 0 R /Im368 381 0 R /Im377 390 0 R /Im370 383 0 R /Im81 88 0 R /Im400 415 0 R /Im66 73 0 R /Im67 74 0 R /Im83 90 0 R /Im84 91 0 R /Im65 72 0 R /Im59 66 0 R /Im60 67 0 R /Im58 65 0 R /Im66 73 0 R /Im74 81 0 R /Im402 417 0 R /Im368 381 0 R /Im374 387 0 R /Im374 387 0 R /Im369 382 0 R /Im406 421 0 R /Im424 441 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im65 72 0 R /Im88 95 0 R /Im68 75 0 R /Im63 70 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im59 66 0 R /Im71 78 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im66 73 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im377 390 0 R /Im370 383 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im374 387 0 R /Im374 387 0 R /Im92 99 0 R /Im368 381 0 R /Im369 382 0 R /Im374 387 0 R /Im81 88 0 R /Im488 507 0 R /Im449 468 0 R /Im440 459 0 R /Im450 469 0 R /Im70 77 0 R /Im407 422 0 R /Im81 88 0 R /Im456 475 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im459 478 0 R /Im460 479 0 R /Im461 480 0 R /Im81 88 0 R /Im477 496 0 R /Im489 508 0 R /Im473 492 0 R /Im464 483 0 R /Im473 492 0 R /Im469 488 0 R /Im468 487 0 R /Im467 486 0 R /Im463 482 0 R /Im490 509 0 R /Im473 492 0 R /Im478 497 0 R /Im491 510 0 R /Im466 485 0 R /Im463 482 0 R /Im473 492 0 R /Im474 493 0 R /Im479 498 0 R /Im473 492 0 R /Im464 483 0 R /Im479 498 0 R /Im473 492 0 R /Im462 481 0 R /Im473 492 0 R /Im468 487 0 R /Im469 488 0 R /Im479 498 0 R /Im484 503 0 R /Im477 496 0 R /Im467 486 0 R /Im465 484 0 R /Im475 494 0 R /Im469 488 0 R /Im463 482 0 R /Im472 491 0 R /Im484 503 0 R /Im492 511 0 R /Im70 77 0 R /Im424 441 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im65 72 0 R /Im88 95 0 R /Im68 75 0 R /Im63 70 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im59 66 0 R /Im71 78 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im66 73 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im377 390 0 R /Im370 383 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im394 409 0 R /Im376 389 0 R /Im92 99 0 R /Im374 387 0 R /Im394 409 0 R /Im81 88 0 R /Im488 507 0 R /Im455 474 0 R /Im443 462 0 R /Im493 512 0 R /Im70 77 0 R /Im451 470 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im459 478 0 R /Im494 513 0 R /Im461 480 0 R /Im81 88 0 R /Im495 514 0 R /Im473 492 0 R /Im479 498 0 R /Im484 503 0 R /Im464 483 0 R /Im463 482 0 R /Im496 515 0 R /Im473 492 0 R /Im464 483 0 R /Im497 516 0 R /Im498 517 0 R /Im466 485 0 R /Im469 488 0 R /Im478 497 0 R /Im463 482 0 R /Im473 492 0 R /Im482 501 0 R /Im473 492 0 R /Im499 518 0 R /Im473 492 0 R /Im469 488 0 R /Im472 491 0 R /Im466 485 0 R /Im464 483 0 R /Im465 484 0 R /Im480 499 0 R /Im475 494 0 R /Im464 483 0 R /Im462 481 0 R /Im500 519 0 R /Im463 482 0 R /Im473 492 0 R /Im467 486 0 R /Im474 493 0 R /Im463 482 0 R /Im472 491 0 R /Im466 485 0 R /Im468 487 0 R /Im472 491 0 R /Im463 482 0 R /Im475 494 0 R /Im464 483 0 R /Im473 492 0 R /Im464 483 0 R /Im468 487 0 R /Im464 483 0 R /Im484 503 0 R /Im468 487 0 R /Im464 483 0 R /Im478 497 0 R /Im480 499 0 R /Im475 494 0 R /Im464 483 0 R /Im482 501 0 R /Im473 492 0 R /Im463 482 0 R /Im474 493 0 R /Im500 519 0 R /Im463 482 0 R /Im473 492 0 R /Im467 486 0 R /Im473 492 0 R /Im464 483 0 R /Im70 77 0 R /Im409 424 0 R /Im58 65 0 R /Im81 88 0 R /Im407 422 0 R /Im81 88 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im70 77 0 R /Im425 442 0 R /Im68 75 0 R /Im59 66 0 R /Im75 82 0 R /Im66 73 0 R /Im62 69 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im87 94 0 R /Im77 84 0 R /Im78 85 0 R /Im409 424 0 R /Im61 68 0 R /Im74 81 0 R /Im66 73 0 R /Im62 69 0 R /Im84 91 0 R /Im77 84 0 R /Im62 69 0 R /Im68 75 0 R /Im70 77 0 R /Im501 520 0 R /Im66 73 0 R /Im62 69 0 R /Im72 79 0 R /Im61 68 0 R /Im68 75 0 R /Im87 94 0 R /Im81 88 0 R /Im502 521 0 R /Im439 458 0 R /Im455 474 0 R /Im441 460 0 R /Im442 461 0 R /Im70 77 0 R /Im407 422 0 R /Im81 88 0 R /Im503 522 0 R /Im81 88 0 R /Im70 77 0 R /Im451 470 0 R /Im493 512 0 R /Im493 512 0 R /Im443 462 0 R /Im449 468 0 R /Im70 77 0 R /Im504 523 0 R /Im81 88 0 R /Im505 524 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im506 525 0 R /Im507 526 0 R /Im461 480 0 R /Im81 88 0 R /Im477 496 0 R /Im464 483 0 R /Im477 496 0 R /Im464 483 0 R /Im468 487 0 R /Im467 486 0 R /Im481 500 0 R /Im474 493 0 R /Im463 482 0 R /Im474 493 0 R /Im475 494 0 R /Im497 516 0 R /Im477 496 0 R /Im467 486 0 R /Im500 519 0 R /Im484 503 0 R /Im468 487 0 R /Im216 223 0 R /Im482 501 0 R /Im473 492 0 R /Im472 491 0 R /Im468 487 0 R /Im508 527 0 R /Im469 488 0 R /Im466 485 0 R /Im464 483 0 R /Im463 482 0 R /Im464 483 0 R /Im465 484 0 R /Im70 77 0 R /Im424 441 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im65 72 0 R /Im88 95 0 R /Im68 75 0 R /Im63 70 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im59 66 0 R /Im73 80 0 R /Im71 78 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im66 73 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im371 384 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im378 391 0 R /Im374 387 0 R /Im370 383 0 R /Im92 99 0 R /Im370 383 0 R /Im378 391 0 R /Im371 384 0 R /Im81 88 0 R /Im451 470 0 R /Im509 528 0 R /Im438 457 0 R /Im450 469 0 R /Im450 469 0 R /Im449 468 0 R /Im454 473 0 R /Im441 460 0 R /Im449 468 0 R /Im443 462 0 R /Im70 77 0 R /Im407 422 0 R /Im81 88 0 R /Im438 457 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im510 529 0 R /Im510 529 0 R /Im461 480 0 R /Im81 88 0 R /Im511 530 0 R /Im475 494 0 R /Im464 483 0 R /Im474 493 0 R /Im500 519 0 R /Im463 482 0 R /Im469 488 0 R /Im468 487 0 R /Im479 498 0 R /Im481 500 0 R /Im512 531 0 R /Im466 485 0 R /Im492 511 0 R /Im513 532 0 R /Im473 492 0 R /Im469 488 0 R /Im474 493 0 R /Im497 516 0 R /Im475 494 0 R /Im469 488 0 R /Im514 533 0 R /Im463 482 0 R /Im464 483 0 R /Im514 533 0 R /Im468 487 0 R /Im471 490 0 R /Im462 481 0 R /Im473 492 0 R /Im468 487 0 R /Im469 488 0 R /Im479 498 0 R /Im484 503 0 R /Im70 77 0 R /Im424 441 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im65 72 0 R /Im88 95 0 R /Im68 75 0 R /Im63 70 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im59 66 0 R /Im71 78 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im66 73 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im370 383 0 R /Im376 389 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im378 391 0 R /Im394 409 0 R /Im380 393 0 R /Im92 99 0 R /Im370 383 0 R /Im368 381 0 R /Im369 382 0 R /Im81 88 0 R /Im515 534 0 R /Im440 459 0 R /Im450 469 0 R /Im440 459 0 R /Im516 535 0 R /Im70 77 0 R /Im438 457 0 R /Im81 88 0 R /Im517 536 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im510 529 0 R /Im507 526 0 R /Im461 480 0 R /Im81 88 0 R /Im462 481 0 R /Im473 492 0 R /Im468 487 0 R /Im469 488 0 R /Im479 498 0 R /Im484 503 0 R /Im463 482 0 R /Im464 483 0 R /Im465 484 0 R /Im499 518 0 R /Im463 482 0 R /Im472 491 0 R /Im484 503 0 R /Im508 527 0 R /Im469 488 0 R /Im475 494 0 R /Im513 532 0 R /Im468 487 0 R /Im513 532 0 R /Im463 482 0 R /Im467 486 0 R /Im463 482 0 R /Im472 491 0 R /Im463 482 0 R /Im473 492 0 R /Im474 493 0 R /Im70 77 0 R /Im409 424 0 R /Im59 66 0 R /Im63 70 0 R /Im72 79 0 R /Im61 68 0 R /Im68 75 0 R /Im409 424 0 R /Im83 90 0 R /Im84 91 0 R /Im65 72 0 R /Im59 66 0 R /Im60 67 0 R /Im58 65 0 R /Im59 66 0 R /Im68 75 0 R /Im71 78 0 R /Im70 77 0 R /Im89 96 0 R /Im62 69 0 R /Im59 66 0 R /Im71 78 0 R /Im59 66 0 R /Im68 75 0 R /Im61 68 0 R /Im65 72 0 R /Im65 72 0 R /Im87 94 0 R /Im402 417 0 R /Im368 381 0 R /Im374 387 0 R /Im394 409 0 R /Im370 383 0 R /Im406 421 0 R /Im67 74 0 R /Im83 90 0 R /Im84 91 0 R /Im73 80 0 R /Im65 72 0 R /Im59 66 0 R /Im60 67 0 R /Im58 65 0 R /Im66 73 0 R /Im74 81 0 R /Im61 68 0 R /Im60 67 0 R /Im409 424 0 R /Im58 65 0 R /Im81 88 0 R /Im407 422 0 R /Im81 88 0 R /Im63 70 0 R /Im58 65 0 R /Im66 73 0 R /Im60 67 0 R /Im59 66 0 R /Im60 67 0 R /Im70 77 0 R /Im485 504 0 R /Im61 68 0 R /Im62 69 0 R /Im68 75 0 R /Im66 73 0 R /Im71 78 0 R /Im59 66 0 R /Im66 73 0 R /Im92 99 0 R /Im426 443 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im77 84 0 R /Im68 75 0 R /Im425 442 0 R /Im68 75 0 R /Im59 66 0 R /Im75 82 0 R /Im66 73 0 R /Im62 69 0 R /Im60 67 0 R /Im59 66 0 R /Im63 70 0 R /Im87 94 0 R /Im81 88 0 R /Im504 523 0 R /Im518 537 0 R /Im519 538 0 R /Im449 468 0 R /Im454 473 0 R /Im441 460 0 R /Im70 77 0 R /Im504 523 0 R /Im81 88 0 R /Im520 539 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im510 529 0 R /Im510 529 0 R /Im461 480 0 R /Im81 88 0 R /Im489 508 0 R /Im468 487 0 R /Im492 511 0 R /Im473 492 0 R /Im495 514 0 R /Im469 488 0 R /Im473 492 0 R /Im473 492 0 R /Im462 481 0 R /Im473 492 0 R /Im468 487 0 R /Im469 488 0 R /Im479 498 0 R /Im484 503 0 R /Im463 482 0 R /Im464 483 0 R /Im465 484 0 R /Im513 532 0 R /Im481 500 0 R /Im514 533 0 R /Im463 482 0 R /Im464 483 0 R /Im514 533 0 R /Im468 487 0 R /Im471 490 0 R /Im477 496 0 R /Im500 519 0 R /Im500 519 0 R /Im469 488 0 R /Im475 494 0 R /Im471 490 0 R /Im463 482 0 R /Im492 511 0 R /Im468 487 0 R /Im472 491 0 R /Im463 482 0 R /Im475 494 0 R /Im464 483 0 R /Im70 77 0 R /Im424 441 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im65 72 0 R /Im88 95 0 R /Im68 75 0 R /Im63 70 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im59 66 0 R /Im71 78 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im66 73 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im370 383 0 R /Im377 390 0 R /Im70 77 0 R /Im487 506 0 R /Im77 84 0 R /Im81 88 0 R /Im368 381 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im380 393 0 R /Im380 393 0 R /Im92 99 0 R /Im374 387 0 R /Im371 384 0 R /Im81 88 0 R /Im452 471 0 R /Im509 528 0 R /Im442 461 0 R /Im440 459 0 R /Im449 468 0 R /Im521 540 0 R /Im521 540 0 R /Im449 468 0 R /Im443 462 0 R /Im70 77 0 R /Im517 536 0 R /Im81 88 0 R /Im70 77 0 R /Im446 465 0 R /Im455 474 0 R /Im450 469 0 R /Im448 467 0 R /Im449 468 0 R /Im443 462 0 R /Im454 473 0 R /Im493 512 0 R /Im439 458 0 R /Im70 77 0 R /Im517 536 0 R /Im81 88 0 R /Im70 77 0 R /Im445 464 0 R /Im443 462 0 R /Im449 468 0 R /Im450 469 0 R /Im493 512 0 R /Im440 459 0 R /Im443 462 0 R /Im70 77 0 R /Im487 506 0 R /Im81 88 0 R /Im70 77 0 R /Im502 521 0 R /Im439 458 0 R /Im518 537 0 R /Im522 541 0 R /Im442 461 0 R /Im441 460 0 R /Im70 77 0 R /Im488 507 0 R /Im81 88 0 R /Im70 77 0 R /Im520 539 0 R /Im455 474 0 R /Im70 77 0 R /Im515 534 0 R /Im81 88 0 R /Im70 77 0 R /Im452 471 0 R /Im523 542 0 R /Im440 459 0 R /Im521 540 0 R /Im443 462 0 R /Im493 512 0 R /Im439 458 0 R /Im70 77 0 R /Im407 422 0 R /Im81 88 0 R /Im457 476 0 R /Im458 477 0 R /Im459 478 0 R /Im459 478 0 R /Im524 543 0 R /Im461 480 0 R /Im81 88 0 R /Im477 496 0 R /Im525 544 0 R /Im475 494 0 R /Im469 488 0 R /Im467 486 0 R /Im478 497 0 R /Im511 530 0 R /Im484 503 0 R /Im468 487 0 R /Im492 511 0 R /Im500 519 0 R /Im463 482 0 R /Im475 494 0 R /Im464 483 0 R /Im474 493 0 R /Im484 503 0 R /Im463 482 0 R /Im500 519 0 R /Im511 530 0 R /Im468 487 0 R /Im467 486 0 R /Im463 482 0 R /Im513 532 0 R /Im473 492 0 R /Im469 488 0 R /Im511 530 0 R /Im484 503 0 R /Im473 492 0 R /Im479 498 0 R /Im496 515 0 R /Im473 492 0 R /Im469 488 0 R /Im474 493 0 R /Im508 527 0 R /Im469 488 0 R /Im475 494 0 R /Im465 484 0 R /Im469 488 0 R /Im468 487 0 R /Im492 511 0 R /Im70 77 0 R /Im424 441 0 R /Im62 69 0 R /Im63 70 0 R /Im59 66 0 R /Im91 98 0 R /Im64 71 0 R /Im59 66 0 R /Im61 68 0 R /Im65 72 0 R /Im88 95 0 R /Im68 75 0 R /Im63 70 0 R /Im66 73 0 R /Im65 72 0 R /Im65 72 0 R /Im59 66 0 R /Im71 78 0 R /Im66 73 0 R /Im68 75 0 R /Im64 71 0 R /Im66 73 0 R /Im70 77 0 R /Im427 444 0 R /Im77 84 0 R /Im65 72 0 R /Im81 88 0 R /Im376 389 0 R /Im370 383 0 R /Im70 77 0 R /Im67 74 0 R /Im67 74 0 R /Im81 88 0 R /Im378 391 0 R /Im380 393 0 R /Im370 383 0 R /Im92 99 0 R /Im378 391 0 R /Im394 409 0 R /Im374 387 0 R /Im81 88 0 R /Im127 134 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 449 0 R
+>>
+endobj
+449 0 obj
+<<
+/Length 984 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c¥]M¯,¹mÝϯ¸Ëx\91;¥o\95\97\81\9bÀ\86géM2\1eÇNüí   \8cüû\94ª¨¾-é°uT½y÷¡\ 1ª(\92¢¨#\92úë7¿üøë7æã\1fßüõ\9bøiýö±}n[ýwÿtqûHæ3yÿ\91Âö¹§øñý\1f¿ùößþè\9dùøÙ\9f¿ùå\13½ùÜmK\7fý\92·Ok{úÝ\ fäÛgÞúïç\83£¼\7f\86m ïÉÃg\8a-uüôùàa3\80Ü\f\9fO\9f¶ûúÁÐv\ e\90À\0ÞÙq\84\98!\a\ e\9e>~&\vé­\aôvø>\10 \fàì§\8dÃ\0~àÀ\9dúF2ð\ eMaPB|"m8ð\19Ñ»¹\b+\ 3!"#\88#\ 3{ìm(\96a¢ÈЧÏ\1c\1e"Hô\ 4\92¥&`¬6À±
+\80\12y    î\1c\ 3ª\11îh\15\8dFèÁ"4\87YÚ-\ 3\e2a\\86\9bGß·\ 6\1añàDF\13Ì\9færB'¹k§?Ð\8fó¿8*N(\ eôÛÀ¿ýô\eú~Î\80~üüÈþõùª½îó\83øG/\96O\86ö\88>?h\7fü|úôþòahú\ 3ÿ£ú®_\8c1`\0Æ\83\b\ 3Ö²\f`\ 1\18ËI@\9d\80C\1apÃ60~¿Ò#\ 3ðÀþ\83\85ü{\8f\ 4à\80\ 5(\13\b\81\9a\80ý\8c\1e2\10\91\ 6ÝàAuz4\81\91þÒwK_F,\1eô\f#\ eúä\1e\ 2\rg4\81\15\13Ê\812¡ÃQa\13Ø\91\r;àB\14  îh\11ò\1a\13\8a^³ »!\r\8ekx4áK\ 1Ö¸\8bÞ\1e\9bù×\1e<laî\8cÚÀ÷-ä\1fDr
+ÿ\96忧Og\1cjÝöàß}Yà6\ 4\ 4\1côAü\ 4üF-á]ÙD¬Gß÷\99¦\ f\1c½¶\0l\84ó\1f\16\80*¿\ 4]\10\85ÿ\14¹]T\v\ 2\0 
+Ð\\88ÝÝ[»\90=¢°{ÛèEï6´     \0       h*t\ 6®Ab\e»|\80³Û[>Àám\9c^BÎqq\88æ\ 3\9cKïù\0çá&ÀOÀ§·|\80\vÈ\ 2Ç5¬ZPtl$ªH0YN\82ª\ 4R&#±Þ\ 4\85>#  \98\8dÞÇ]F\8b\90ÙÇåtç\8eU¼ç"\82çä\191\ 5M\ 4~CJà\83Q¿A7B\a£Þ 7â     7vÙ\80¯«xf\ 3ÚiÊ;¸\8a@(\87mÀÃ\9d\ 6<^Ƽ\røc\1d\9fálk\ 3ã\81Þ\7f\83\90.X¬\9dB\1a\8c`\844òg>¶7\1fa@\1d\ 1&Òãz2@\ 5öº\88|\10Â\ 688§\90d\1d´S\88Ä:\10\ eòסì\99\ 30\85\1e\1a\13\ e2ò%&\r¸\ eâà\1c`ÇZ\01\11Vc(A5£Fu\0³½g\aÁDÎ\ e4oT¡\95Ã)¬9£k\ 2õXÖ\92Ó!QÕàäëÚ~\\ 3²\96\1clÇØ\13îèë£#T\8f\11·\9f\aG:ì\a\8d\81ì\ f\9f (øþ¡ûÍöôf\ 3Ö§\9cik<×20¸\03¢ãç/Æ\86Ë\ 54ôy\98À\85Â\ 2\ 1¸\80ÔÏ£">Þ4Þ\8aªX0\7ff'\15P"\b,t(ò+\1eö´ý\99¸\93\ 6¨\18P
+\94\ 1iá Ièûð@Ñ»/\19 ;¤\0\10\r*
+Èp\ 5Ññ¬Ù\91\ 1\81     ¨\87Êmã\ 6ÐT`7N\ 5:,\93\91        \12аÐ\eO\99°*\0K
+@=U[¤Â\ 5lÝ:$\ 1Æ\88\ 5\98òh\vZ@\ 6­\87*¤¡É\a°r\9b\81\bÝ0\1dÎÚ\98(7®#+\96u\ 3
+\ 3\89c@]\ 4\19Ñó÷\v\16Æ\ 1+\1aØá\ 4øCå\ 6wr\1a\e\v0\81\8c\03\ 6mD+À\fò"\v¸\ 6t\ 2\8c\7fð\7f\13\98\81Kh\ 1\98\81\91È\ 20\83¾?\ 23f¸\1fqglt\8c* Â\11Æ\7fÑ\ f¡¤\ eìxn  ë¸\fÜÉéPªà:÷vr±à\8c,pa     ;\1cJÐ'\11·£]\0ù l\81~\83'!\1aÞö\e\19Êh§\81\ 2ëP§\ 1\15\972(\1aä¡9\ f\9d\b\80eT\ 6\1c\Dt,ôÀ\85¦6¨¨Ð£ã\0ïD|Ew\97\ 5XA!x\1c¡/y}àΣÚ.R0%æ8£âz\89;ϪúKH\7fc,;fÉT<È\81\15à\91\ fP\18 \8f#*®¸C\ 3$.\98\0}È(\0í8\166h\80Ã.ªñ\1f0 A#ËÁp\80\8a\8bÖ\eÂC\f¯6QÍ~\ 5\8b\8a%Ùé\85ùj'\99\1d}\1d^\ fâå_o÷Zîé\rÄÔ\93dCÏ\83Y\ f4ªå\7fDST4Ç\b\9aÓ\f0¢9WJ׸ü\v\1atj¿¡?\8eg4\1a\ 5Z     Ðþû\91¥3\91 \9a\1d´\0>ÇÄ'Ä\0\9fc\12\10\ 3ü1Â\ 4d\ 2£\0´õg"ú>Z\80
+\1e\97 =¿\ 4\12Ç¿*¿\1aDNä§Eá\ 5\8e*+ ó D\14.\ 6Týÿ]\ 3z$ùL\fHG\93"X\82|\14o\rZ\81üÕ¢5¤\ fÒá(äC\16.¨­\9c$\8b
+o]P[\8f\80E\ 4D¿\90li\ 3\91\81\92\93 \ f\ 26~\rðu%ä\91\15(\1c\8aÔL\9f\8cvRä\875z´\8cx7`w¸\8aè0ÌÂe<®\ 2\94ìX6BWð\96\9e¿Wq&R;ñ\98®}e[:ë®KÁÆ\ 2Ü\98ð®Â\19\ e.\82a#ÐN\ 2\ e."\1eÓuïîÄ\8eÜ\89µXÐ\ 5\14J,ä\8a¹\bm\98\87#\12ôÄtºfÍ\93i·²\11\11T¿\9f¹hVµ\80\1dF³t,èv¤\0æ^Cβ0\9a\ 6\16¤\9eå`8Í\9f\85|-yè\9c\0\r&X4\81\150\ 4:a\1a\90ó\ e­  @u\0ÿf0äáNÊGÓg\8e\r\15M÷·Ó×/>\1e\139éã\13&{ÄØ\f\1eq¥ØXà\86\r\ 3ÈT@C²CZ\11ÆA\ 4j\8eNN`#\819:
+\a\1dp\00\19%Oéð?@\ 6(OIIpÙ\12\98èt\81\12  NaØ\f5`5\99\13U\8aGTr\vWM\12\916ôÌÝ\88¤Èl\14¹¶\f%\96깧\1d± "ÝçyP$½Å½\91\8bµ)ûê\91pC\fðN äè\147\1e\ f9<9\81Èç¨HýfÇ\0ÈÑQ\92|\8eP\8c2?U\84\ eÙß\8a\b\ 5V\99\8bP9Õ{¤Cþ8PQ\91\19½\8eªpü«\1a\94¤é\99\ 6gY>Ý\1aXÈòAK\98\ f¥*ª²¾\84¯#u­\9c\8aÙ¿>R«°\12v\ 24®k\1fkØ¿\ 4vÕ#¹A\ 6°\ 2ËHýb§\ 1>Aò+HAE\1cò!+YJ\ e\99\0\9f(f½e\19P2¦m°\17´v\9cK^fÍk\87j\e®8 cÁ\13¹fWdPê\97À\1c\f¨\ 2ï\ 3 \19 !?`ì`\ 6¨\8aû\1c@ªÀû\ 1@â¼&ÅÝqR\1c·3\81Ç\8ecÕ5@Ë\ 2¸bêM¹b\e_Bx
+Çì\10\8eé\ 3ìÜ\0\88   p1\81kJ­\82Ã\1a1%÷:{ÿÅ\b\81\eA=^;d\8c\vé\16\1ey$\1e¨uÒ\92a¶'©\0MDQé\ 2Êé"\17\15«\fÀMq)_\ 4Í`!å\v\ 6Ö\v)_pSä£\1a¿Á=   ,d%]äØT©¸ReÀ@\ 1Ò\ 2ð\ 6
+\90\17\80徯ӳ
+T\12v\9cáöDU\ 3þÍ\83¥÷È\13ò×m\15`\99\aæ
\13ÑÙp\ 5á\89Ð\95ó\bOB\f :.-a\ 5®A\10\16)\ 2Ä>\84èNTÑ\95÷|PÍ7\99Ï\1f'\fÕ|\93\8e\9eN\18
+[\0\81ù\b2k+ \18z\ 5(  38\16\0÷\14\8a\0,'\0Í\0ªý%{Ë\85IùFG>¨O;Weôuþ¶~\97h´ý:_{\15©¹ëé*\88û\85«âÚ\99«\e`ô¿z¾\8b¹báf\0\94ïò²3Zô®     ¡\ 6ã\99tFkéAg43è¯é\8cÖ\7f\9fïj%µ/í\0cS©Q\83\8fÞhr¬m\ 6àÎCWk4{\93\81Ú\1a\r\ e\v@ý¾\8dÔ÷Õ®ZÎ!zâ\8a¦öE\83ó\aµ\9f
+ÿ\1eY\0\92_o@B\1f\12\92\1fèªÕ\eð%\11)\1d\8dÖ7\ 6\b\1cÐè½\83ýB¶;zbû\14ú\88è¹+²B/U#Ä÷Ç\84çò\8bÙà\ 4¸\84·k\0<\ 3ª~î\1cÀÀ)ð"¨\15 ý\0TÊì5\0©\84±Ã¢\fàð\14¨\18à\1c@ê¿îËÀgÎ\ eÆ\8däÚ\9bJ{ÂÓ\93\99M\1d \81\16\8fý\15\97 ôñJ×ègÀ×á&+\fø\97;\99:\81ÄN Ïü¬\b±¿vÒãûO\19Gcâ\9cª\ 2i®uß\8a$ùvjEcÊÌ5À\ 3\ 6 z        È\0ÊR¤Â±k\0<\ 5*\9a<\a\90\8c\81n\80@\95ñ\9d\ 3\92Æ\ 14;².QvtÝì\8e\v¡TbV;zf\800äë\17\e\12µ\10F+\10x4ìÈ\90ÃØmUc r\f¨\12,'\8a7\\89M\19J\10\0{=@,6\90\13ÚÔ\ 3í\8e-^Ê\81pf\97\bܶ\91"è£"A\ 67,\ 2\10\97ëÙw\8c\ eÇ°`;O
+î±\90\9bæ0£3Ó\94è,^\ 6c¿Ym\ 6.P3\0ø¶\11xÙ=t°í_\1c\fÞ\10Ý3\9c\1c\94=uàÀ\a¢\94Fd\10¾öÄç\95HxÃ:Àþæ\0\ 1Æ\9b\7f]\8aI\ e\98­\14#íÎ\â¼   Z
+çUINp
\85\93È Þ7µj\1c\13\90ÆMír±n\8fp\0\ 2ã¼VÇ\ 3æn¼\81\1f\13\90F\97~ýâ±;\18ó\87F\90ð:åx\ 3£3\94?ÔWe     \a\ 6iÑG°\16z\98L\ 6°\ 6N\ 1T6õw§5\97\ f\9eÔF\9f\ 5áÀe$\83\ 4<J¿³_Í\9b¼\87\86\94@\81wïP\84\ 3ìPÆ\ 6²\9a%úz\ 1=³D\95\83\80e@\94g~\95WR\8b\83\886&?¶ìRe\90°!ñ2H\89\93Á\88\0\19\9dT|"z~Éj\94^Úý\0`5\8e!^<ó    7È\ 1X\8dÚ\0hs\ 5\ 3hvPz~½åTK\99æ[N5<"\94\89SÕ6\96
+}\9aíõ¾¢ÙQ\92Ål¶×\8bYóÉÙ>¾ÿÒ%kßÏ\81ûþ\88}_ôû\ 6éA\ 2\ 1v\87»\9c\97;zz_®Y\1cÝü\81'Á[R\ 1ßÁ\0\99\88mj^fä8Ð$PªU)\11\8c[Òeæ.\82c\7f\7f²a\14ä*\1cXÇr\80ݱ±  Z\ 1¨\13êû\9a\99\19\91\19g\9e\ 3\ fíh\f\f´à¨@_h\0\10\1c)B\f¤%k+ñ,Ye\96â8\85ë´UÀ³\8b\83çT\1ck\88\ 4ó\8a¾e¨\ 5z[>»°1v \ e\907N\8d\9a;2\8a?\ 3\ 3(ZP\1c\1aq\95#\bà\9eßÛ\11ìFºdÍ¥Ù\r\1a\12\1fe\97Njoiá\ 4ð\18-h\91\85\95²½Þ\12é\b³ä\99R^Y\8b,¬³p\0:²¨ÍÜ:¯<F\16*\0æ\91[\1fO*£Cú*¿=ãÃf\ 6\19Ü     \8eñå\85\0ú\aý\93!g\10\1a)\ 3\r\80\ e\15\92iu`\89\9e²2@¶\8f\ 1\9e9\0)\9axW°òÜMË\ 1\13b\výî\90\ e\88äÂJ¿\ 3úÑ\97hßw\9bGôD\84_éá÷Ada\86\1d¥(à\91¡ÚÒó\b¨ÉÔ\1aÐ,ÈÙ\80\f`,ÿU\ 5à,e\0ª\0\1c2 F\0\82{y\14\9e\8e¡Ý+ôq¤w£\ 5¨\ 3À°\ 6\f ª°^$LT¨BÀ5Y½Û
+x\15Öª³\89
+U\15À\98\84»I¹è\13ø¾c\18\10        îÜF \ 3\87²\114ôã\11\8f\14½&@oÐVÊÛpéÆF\99 Ú\ 6N¸IZi´^À!ÐO\19Àmp\0p«Û7¢¸BóÒ\8fíLïkBó\9d\88      E\ 4Ð\r@\11`#ô\9e4BU\ 4\ 1mæ@\86ª\15\ 4ä\89F+@GÄ\13î\8a        E\13\e\91d\\11\17\11Õ\16²\f\8cTø=#G6Æ\ 2¨ÚãÂû\f¢\a!1Þ\8aü\8eL`Ü\8a\10ý\95â\8a¢±ñ\16I;×\84ZÀÚ~\9fxy±¢\8d\19Ì\1fÝ£aý×\96nëú\97ï\e\18\v\ 2ù÷H\9d\\82IjJØÃó\1d\18êì\8a\9d@ºîBáÇ[n0_öSè\9fW0\15MKýô[ô\82Wwôã©R\15à\9ed\80V\80ÄÓ{\97\ 6\8d<üÖJ\10\9c'´p¼\96\ 3 £}O/\18\91I\80\ 1\ 4\15â%h$I»¥\1f\97 ÊR\8fò\82îf{ú\9dxfAæ/Íp:þ)\17tÁ|\81â_\ 5é\Fò§\8f#µþº£\a.\10\1f©\8d\1c©[úñH­ò\1f ý\10\9dH*ƸSö£ê/Âù\ 3\8cS\91_̤ü\14ú\84ì\97ß\82LB\v\98±\9fJ_×_xªÒ\18ïnuxÒRòSõ\9f\13¥\7fõû;Ô\1fÑA¡ÒCý\11ù@\ 2ImN¶ pë8n·/û½u\1c·R)×N\80?\8e×òõ\99\ 1ªIm\16íÁüY°æ\15v{8\1f\86\97¼B´   ó\89\89ÞR*TaMÉ´oéùÃdE\15gôzZáFj@\11\ 2¤£\98Zû>\1d@;\v\96ÄÄó,xÄÓwÎ\82VR\8c\816ï\ ¦\ e oÍLE B*\e§D\94eí¯b³\93<5qܸ\ fk        ÆÒ\ 6¤£G¯\15\16\ 1ÒÓéÅ\92\18ÚÑóÙÅû\954\10Òë5¬Þóm\ 1Éo£\17\8f|10Óß6\98ðÉ\80I\88\ 1>1õ¬µ \18P\13\12ÏZ\v\11᭴γ\15ÐÀÁBZg\89\15W\19àVVf©yzo\80\10Ð\0\vi\9då-õK\8fá^Z§\91$ñ¹!á\1c¨\12\10\9e\9e¨Õ¸\9f"Téª×\88gg»N\ 6yá¾Ø#;à³ñ\8cd°t\ 3ð\99hõ¾xÊ\81~Ý»A\ e\88ý \ e\09\18w$-\89©Ü\17WK|\99Ť_÷Z8\ 5^\ 6\ evP\83«hÁm¬\16\94+o\87ÕHÜ×^E°Ö{1åç]Á£Ó½\12\\a¸­¢ã¡¢\85\0Ýú¨\ 5U\88ÑpBÔ\a\80j\1c#\135s!a5ÒþÀ&r5ª\89\aò\98\ f\94)d´7®La'MYK\81±\92\ 2Óo,t
+\8cã]\1aöHNR`¦\1e\aNR`¦>QÓ\823\90\ 3>\ 5¦v®î\83\P\13\8d÷ÆruMí\8d\9aWv\8eôÊÚY¯¶fê<\12ªXP´àa\90Åç\93\95Ú\19J\8d\aëÒ´´Àú\9cY?\ 5"\85\10=g\acmz½ÿ\86\1c\8c\aNõþ9åG\94w+        \ 3\1f\97xØÝI\16M;\0\ f»×\ 6S\1d=\r»×\aÍZz\1e\9bÀî\r=\ f»×þR\1dÿ4ìî\rR\0\ f»{y̨û>\r»{ë\10ÿ4ì^¯ß»S\ 2\r»{\aí\87\86ݽCxÁBµ\8a\87ó§aw/eùsù)ô\ 1Ù/\ f»{y\87cÝ~*}zì\ 3w`÷ú\1aÛL~ªþ+æ7Ñ¿\9e9\0õGÃî>AýÑ°{yÍí\1d\a\\1fsëâ1\1ev¯ÝµÚ    ð°{Ø \ 2iØýP\1eØÂxؽt×\1a¿¿\0»\a\13\1f\16t\vv\ f\8f\ 3ê=Ø]\1aÌ\84ho¡î)Qä\9aü«ýÅY/\ 1%q@ðæø\{ëÆþNjâ@@ô|öUéNsî¿1½Dܵï\eI\80ë\19 'PúkQ\12Ð\ 1×Di`\ 6\98ûöM^º?Q\ 5Ì[ú±\93Á¤?QG\8fzëàþB5u¤¥ß\896\0ÒÖEJ\1dñ\13ßiÇa¤tº\17\0\ ftÚÊ@x©@\1djµù1\83\9b\80µ\ 3\1c¬\0ÖRù\\ 6¸  X{n\0\94\81uN¡¦_tf@T\85T)\86(ztw\ 1kCéQ½z)\ f¡\80)\10¯0Ô\12«\1d©\91/Ø4\19Ú\ 1\ fL\18i¥Ð;\13¢2æ+\8b\ 1,&t\9eQJ.÷\1d\ e@t\v­y\b\16Ma\aÝ.5Ì=sZPQ>É\89\9eÊ`ÜÓ\ 4íµÇ\96â{\8fæwà\ fÌÐsñJe8\Z±ÄòÔòÓ\0ô©ÊÚ\b§\0Âr\ 5swX\ 6|\95\98·P\vtý¹õx
+<Þ\1c\90;\0\15¾ZéÍÒ/&¾Z0\92\968\86\ 6\15o\86Z\18[ת\1cd´µ­Ü?Õ\84\86\99\1dh\18[©Ò\ 2\ 30\18[E¼±%\12¹Áu\0È\ 1_-èjjj»\9c\11Tª Þ\ 6:Õ±\8e]G¼ñÆB·Ôp\16«\91hâ)=z\1c\8c\ fF\9c\89\15o\968¿\11bØèZ~÷®?p\81\\v\1e\a|?\a\17àîÌ÷fq\11\9e\15V\10ïðÞjt\11/&°±(k¡ÞÁu\ 3\80}A\99B\82\ 1\ 6ß\95Âe\1câÐ>ñ,\1a{k5*.\8dN+p;\19hª-v62ÌÓ»E\91jT908N$ZaVà:p¡®:\ 5\a#\94\85)8ì\91ø)x\1cî\13Ù\82ÂA\80\86Äo,¥ðë-Sö\914$-È:¼ß{AVíÕD¸u¥áU~sc)ï#Pn]Û\e\8fSò{{£g\ f]zý\97\7foo,\ 5`oí\8d'\fü\8eK\v\86\\8dS\18x\82C\8d\8dö\1f8Þ     \80¸ö%\úÄ\94\1f\15\a\96\b¯!çÁ\8fZýÐqOÃÐÒAqöyµz¦ÞB4ôhOV\80\8f
+\ 3O¤§V_\18ø}\1atxT\8fµô`\ 5OªÇZþùTGë©ï« ¬\15\ frü]M[>åïÂCþÏ×Xt\ 3Ì\92r;*\10\85\85\8a\0ýN P\ 5¾\ 22\80\85îHò|çÜ\80\94òEiÈÒÑó\1dªâ\9b\ 6\98X\ 3T\16p\82\ 6H½òp6J«÷°\8d\ 1ò\9d$LFó\1fo\11GèU\fxw×\1eÜÒ\83\fOìý­4r¸áþ+l\89\88~k%Ð\16z0t\ f¦e\1a¿gÀ¥-\14cÀ*ÿ\16Í\1f\85ó\8aü\1c2@d\0
+ÿn§øW¿ï=åÀÔ⯰Q\1e\96·!\ 2\ f\1cÐ\ 3Ê\8a\ 1\82y\ 3\88\9c\0µ\¸GñV«@^\ 1\19zP>Å:£\0\8c9\ eJõ\-\0\9dx0µz®â\94\93\10j|秽G6ÏïD\85±\85Áä\9d\9b\96\9d\9b\84èÑ=´r\8fì\10ýÊ35p\ 2ã35úE´\1c\86Ív¯tË\ 4 \81\95Ò-+ \8a\99=õ5f\15_A¤à\8b\9d       Ð\1dùK«O\86\ 1U\82n§$¨^åû\84$8^å«o\1d\ 5YÃí\0c2\82:@\fì\0\8a\15&\v­\90\b\84ê\0\19\ eÀ¿ó\93\ 3¥\ 4µ\13GE'\ f\ 6\9e7\12:!¦ÜàRV4>\19\80ýC      Ï\1cð¥àÒË~Æ\81\9a\8b`k\rcyCîNFÇYL>p°\90Ña¥ën+\83\85\8c\8eG1y'Dâ    ì:@\ 6\1c\84Ñ\9déR\94þt\9d\14ù\8c\ e\eöÛ\ eñ4¤\bÝÁ\18\14ê\ 5?\119$to¦pPq\95Û\1cì\9eã@/·\81\96È\17\0º-\82]\ 5¾,\81{`קnZ\87\ 4z`«×\1dÆ#\ e\16îÍL\86Bäï\ eå-ö)\aê\9d\11ö\a\bhÇ9%å±\9c3§¤\15â\98\96\1cyÏY¢~ý     e\80\12]\95+à 0w3\ 5\0sëå6\eâ\80¿òq\11Å7°ô¬ç@\1eMz\ 4Ùáu\eoíº£<\b\8f¦À\97ße\14#B¤^¹?Í;Z\vè\9c¥\bqw\9c\10Õ+\9fÍ\ 2K\f\e\9fó_\8b¢;\ e\16\8af°S¥sJÊ«î\94WVol,ÞXø\e\\vÕ¸ðdQí÷Õ:\14¾ÿï1\ràÖ\17*\1f<\ftùÒ3_\11\8ff\0¾ôÌGt`\(=«\80IkÇ|éYLâ\ f\9fé\17\12:1/\94\9eÁ\93ÆBéYmZØ~\9f/=«\99ç-=_zVK\ fÛè\90/=ÛQlÆ\97\9eÕ¦\993ûQ\9b^n\b1áKÏ\82AGM¾ô¬>K\7f\87þ*¼áìgÔßvæ;\96gí/û\ f\9fæqÀàº2\bàU>_
+ îT®¥(äù¥ô5ë\11ãïÈé=Lв\8e\9c\8e'¥KÑ\8cyµIÑ\85³\14ÑÝ\82\bÄòËço\15­\19©\9amùç\8bÖ\8c\81Êã\9f"\96ì£\96\9e¯\9a2Òµº\15\80\e\8dOGÊ\f¥\ 1õºLz͵ô|ÑY½n\9dÑ«\ 2ô÷\ 5x\95\8bD°|\1c\93úTßÃ1P\ 3|ÝWLp\0 \ 2¥r-ÙË}\1d\aì[\95k\92ð1e@\95avoÊP\8aÿnX±X\81\80\133+Ðð^9Mù\92Òù\1aîÅX©Üø´ôa¼s\1d¯\9cä\81\fè½#@:¹²\10'ÞñO÷\9a«Y/Ó\ 1T°xËh\80\11\1eR6Æ#\11 \87\94\15À\\1eéë9 ux¶\8bc¦ "î\ e
+qDÜg·\16åÙÈ[÷>rkÑ1°pï#ï\81·\ 3 \9b?lÆ¥õ0eÇzåÜN1 ×î¥ô\10á½
+HÉâìí\90¯\80\94Ê·2À½
+ÈÝ\81\ 1\8eÃ-?ÀÎ\r ãåÒû±\93â\ 2^.I\94sCRr\b\8e\88ÜÇq
+|\ e\81E\86´\90O\²8ÀZZè¸ç·\87\16^"µ\1aJYò8¶Á\e,$ãÚ\1a\1auSàk®¤1R?\0ßóO²ºû\ 1ÀÉViS\16\1dT#±\98D\881=,ù%ä\9f5!JW\84nk7\vÙ \ 1
+\11 µJ:Ê\ e\83\13®\17ðuo\82\16c0ü¥\83tZëµÀ\17ªlØ\12é¬Òzñrc1É­\85µç­Eg\aã­\85:\ 5\8b¶Æ\95.c\ eªq\94Á\ e\12\ 3¯º3\ 3d\10\f\7fù$\89]S\7f \96\v\ 5Ò'ªS\88È'\82)èE[\eçP´\97ÙKÕ\172$ª+ñY\7f\98=ÚÞ\17Ú\16îh5®´-Ü#+\ 3\ 5®ÝHKÔ¼ryë\8bôÊJ½\91\81{ãx\7f¦Bþ&\0·¾\0ù[\18ª/@þÎ\80ma\ 1ò\97K\8f\8e\9e\87ü\1d:í,@þÞJpñL¿\0ù{tÞ[\80ü\83£øW!ó
+Û´ßç!ÿh\10ÿ<ä\1fÑ\89}\ 1òO\b1Xè6\97 üùns\19-\80\85ns\19!\ e\vÝæöí6ýuå\82ø_è6·×õ\97naöa\83öC\83öa\83ö»ðN\19Ô\1f\rÛ\a\83À\ e\1e·/W&ï8àze\12ã=ܾ\9aÿA\7f\a¶Ï\1e\90ó¨½\14j¶ä<h/×\85íä\17^\9aÜ3¤§\95g¤S^¹7¾\85ù\9bM\18ð÷0\7fi\947£×Ó\93ímù_ôûC\80÷ðjç\91\ 6P³:­ËÕ\86\ 6\18ë¥UÌß\87kÿ\8eû=Ì?\18Î\ 6U\9c, 5°ðÀL­3ë8\18£ÐWÏB0Vð¢ÝÝ\19\83úgò`èvuÕ\ 5\vï»T\1fÔÒ#È\1d\7f¿î ³ï«ô\11Ð\871\83ì\95\179O\ 1þµ\17QÁbéwØM`\ 1,¶r\92ò37\80\e|\95RÕj\ 1Ï #ï\87\1cÇÀ\8b\a\87\bï¡ÕÞ\ 3\ e\96\1e\98Ù\81\f\ fÓ\v\91G«£A\ 3,dw?\1cA+Å\85~}ÉQzÔ0\81rg\0\84¸P3\9bw¤F\1e\13¨\ fÌt\ 3¬<\1a\98E\86í\04&`7È\ 1\8f      XiÜÐ\r\80\9e.V\90ZinÕOa¡Ý^\84\ 3Ð\99\8cõáÀÖ#\82LFµÍ\9a4»ë8\18Û¬©2p;'\ 3µK\9a\87\1cð/\11\94ny\94\1aõfw\11l\v\vI¹6b;\0\96¨\r\90¡)\13í7E\ 6   ­\ 5\0¸«÷& r\80à\ 1\85\83Lr \1aRÆþ\80îÃRn-\80\1d,¼ÖTS:n\9brÍ-\9b\99²\8a\97W\9ctÆÁôÞdæÖõ\ 1v$Dæ\rEy\95ÃøÇÖx§\95L)7\ 1\98Ø¢á4Îî(ʤ»98y\vµ¥\1fU ¾kâ\907Yh3'Å*Ý÷éZn'Ý\88;zº\9bC¹1¡\14 2P³ËÚØ\86Ø\14åòP\8aá;z
+è½è\91\ 1ð@\9f«@åÔ\80^\94©\8cßçK}jjZû}º\1d\8cÛÑ÷y ÛU°gb@*йùGLò
+èToZêÕíô\94\8739¼ù²¿¯Ø\18=\9d¨\´X´\80ÇÐZ¿(AÇä\ 5 Ø9J~Ó\8b\9a\9bú/\175÷ô_éÑú_¸(©\1757ÖïE\8f`\86\91\ e
+;\88©Çf\16c\1c"§C_¯\8cÛÓáØ\8eB;c\97ê\961\fX@º
+Æ>.\81\85\fá#zF\ 3ðoc\94Û\16Ä\ 1H%Ò¤(ÏkôR$
+Õ.=\96\1a\95:À+ÌW¿0A~\98ßÇJm\a·\8f½®\11ñ~\7fY#¢­\83záq¸\93;Û 4µjÉù]0%ôuz\13¬%&í×\97KLÚ¯\13¦s}½^õ5ähõ(%\1eRåÙ}\9e.ú6\e'<-\843Õò\1aú\85~\8cåº\83\11¿\8e\93ÊY®¡_x\8e¡ﯤ\15K\81æ\8c\ 1µ¥\9b\8fH\ 3|OÆ\1a\84ß´_\13à÷ù\9e\8c\11.~¾%^\fo­~\133õ}\15é¯;àq\18{}\8a\1c+þO|´n\80Ç÷\9fßÏæ{2Jó\8aù\12Vz\1aÖ\e×\96\9e>\ 5\9a\1d~\9f\87¤j\99ÚÄ\80´ ÔÖê\8a\92ut#\b-Ð(c@zK>n\ 1\95¶n\9eÇiüÕm¥\9a\84k\91ü\8f£\ 1=\ 1ÇM@Û½­¿¿}_ôhÿF\ f7(IÄ\1eíAèi:\85>À=\10À\10¸«ª\8d\ 6­`¾«jy2\9ba@µà\84\14ÈwUµ   ¹@>{×f¨@¾'aÞ)\ f¤?·\r=\b½\85\94\9e\16¢àpÒÓn¶\ 5ëO\97\84\87\a»Ó\93ð\91A>        !^ä\e\9däÆ7\97\8c\ 4\8cõxÛîT\9fy~Z/\18úm¼,êëè  ûm/û\eú\85òº=\ 2þWªëj¾[Ç\0_g,=\r½±÷*½kÆïL\83z\14,W"æõë\88£\ 6¿z\1aV\ 6\9eTh\89(ªf\v\ 4\8a\ 1ý\9e[^i("¼\99-\90\ 1\a\ 2AJÓ\1a%,e\vì`\80¥l\81À\rð¢B°º\ 2{7[ QzÔ\10ÑÒ\16ÑÇA\88#$:½ìoÕ\88ú\1eáK\91Çe\7f;\0SQTãYhHè=1|¤,}\11Óè\8fÆ\17\ eõú>\87¦ÀW\14YKNA\1dÀ9V\ 6\e´\83G\81`k\a\v1\81G\86¸\905R¢BÊ\90ô\ 2ÁÈjA«ï3p
+|ÖÈ\93\97\14\19ÜË\1aI\1e\ eÀg\8d亷Û×Y#êeÿ¾\ 1!Ât\ 3¥H²^µ·\1c\8c.M­ëÚ\1cÐÂJi\9aÁË\99/M3Ø\12ùÒ4k¹)¨eYØ\1f,\94¦¹\84L\19\95¦i\8d\15\13
+òP\8bÏ×}\11[;\0\15Çê\0\ 6P\8b$#éPÔ\ 1\12v(`c\99\14\bδ ¿ê¶q¦¬¦,dèP\98ÜîzeLZ¢Ú\99\11Ç\a|æLi¬HÉ@/Q\8c\9c\1aõWÝ°\16\16*\f\89+\15\86èÄw§Â°\19`¥Â0\ 2\ 6\16*\f=:r®T\18\ 5Ïô+\15\86\7f½ÂpÂÿ´Â°ýþB\85¡Eü¯W\18¶Ç\8cõ
+Ãöûë\15\86\13û\99V\18¶ôë\15\86SùM*\foÐ7\15\86ËöÓU\18\1e\ eä­
\89ü¦\15\86\13ýO+\f'ëoZa8á\7fZaxÓ\ 1×\v÷m{¯Âð \7f\85¸Ï*\f\eòõ
\86|½Â°\99<¬0\1c\8d÷|D\ f\8d³\9fU\18\96HâÞ\v&Ûc\ 2ÏǺ\85¾\8e;¥¾Wh!£\0\15j«Ý>Z   ò¯0\19yÓu&ÁY_Å\96~¥/c¦èõVb\9c\0_\95\ 5\ 1\13\1e+$õ\ 1"7À¬­by¢ø^[Å\ 4\17\182ãUÌ#\955\89\7fª\83Ñ\v\94³\89@#.7O)\ 6â%µG\85äiB¹yÉoL|Q/M.\1fÚÒ\83w\94Ô
+G\ 3éé¦\86ÒU±§'B\80ziâÀ\0ÇÆÆ\ f°s\ 3¨=\r¥³òt
+jOC\8beÈ÷4\14\9cµä\81¿òcj\91¦»Îã­\11®\14iÊ­I;\83\85§¤|¤&\80Ê\8cO¸_\9a¨u«È\83ä    E\ 5\11ª`|ÏLmî)é?ý\0|sÏ\84\17"ñ"\9d\f \10ç}3\94\ eíS3TÛ\8bî\16ø¢\95\vPI\ 1ê\ 6àßã²\e\14âø¬\9dú.£±o­$kö÷VR}\8bêîJª=\19ç+I¹4\92\97¨z# +ö­ÇÞ\90~\12Í\ 6ì\r\89ûÏ:\0ÜRÐRÄfX\8a\eß3Ã\88\94\85\ 15\13çö\8e`³{Ï\fö¯°äåÙ@Ï%1oÙ±\93RçÙ\ 4´÷1\9dA\13Xx ó\b\179W¢e³8\8b\9c\19LgÁfèÜ\86\ 6°ü\14\1c\8e­À\0
+\a\1eïI¼\16\83¹½¯_Ý\1434C:-»Tæ½e\86RØ2\9b\80\96Ðr\1cç\91\19\8e  -ª\ e3t§c`¢Î`çv4U\ 5û\ e6\ 4ÐÂES\81\97<\86»*ðô\96\8c\ fX^^\7f\98\9e°F\90íR\81\97ç\1fz\1dÒÛ\81\19I;¢x\87\82KxDQ8ðè\90\ 47eì    |@¾haK¬%j·#³óý¥7v4\9fà\8eÆ\17X\94\a\90\18;V\93¢|þ
+Ín¥\96ù\1d\9d²\16RËΧ\1f\86èt!µì0\81û\ 3\94)\ 4iJÚ[2\91Ä R\frgØI\91O-\vÖRzÔ2\0Ò\85\99\95\9dåe\ 2\0J\828AëðiòEÿtB@YÞÊc@W\86cÿ}\9e^ÜaK?ÞþkM'Lµ\81n\0\ 2\ 3$8\ 3êIÁó´oÒ\99Ü×\89\105®×\8a½\1c\9a\ 2ÿ´¤q\e\9aÂBv t¾ï\ 6\18\81O-\vÄÈͯ\8bá^ãúú¦O?\ 5úî±`.\94!jé\ 3¦\ 6w\1d\a\7f\13¡%2U\8bb\a1sv 
+1A5¢\94*E\8d)qjÔ\13]éµ %ºB\7f¿\18\_Â\98ú\ 35;P\12Y¦BTsó$\91¥\1d`¡÷~}I£7$þ\11\aI\9c\9f:Uý-\ eÿ\9eK+O\90S¦¬§ÚfN\ 6j\9a©·p\0*6xîjÕûDº\ 4´¦ÚÞW£¤ÚNÕ¨r\10¡\16F\8f¤6æ\8a;\88.V\1as%r
+z\11\16^\vt3        [O¬\8dK\ 3©¶*\aûÆNAI¹f]\9a\9a\1d¸A\ eÆÝYG¯êÖ\16nåU¸z¥Ô2À'¶9ë\80\1dñ\89mçK\1c\ 3\ 3|b[m)ÕÙ1\9dØæ\9c\97\99\9eOls\92X×ñO'¶9\8f\14°ÐQ¨Þì·ß§\13ÛJ\96\9fNl«-­Zz>±ÍE\8fø§\13Û\EÀ'ö£§\18;DO'¶9É,\9aËO¡ÏÈ~W:j!ýñ\89m.§\87\13½\93Øæ$±n&?½#V¢ô¯ç\16CýÑ\89m~\83ú£\13Û¼Ô:ÜuÀÞ~ù\8f[\99m\1e:P>µÍ;¨@\1euu("å\93ÛjK¬V\0 ÿ½>@\82\ 3Ð\r1|àTøª©ÕÅ@¸\95\9cåc èU\rTÀñ\86\ 6.z´\ 4a\ 3}\ 5íË\ ei\0ewi-±2§B-»Ëï²\8b§m9»ë\ 2<Q4¼ð\86\ 2\9a\ 1ßÔ+\98\r\8a\80®\88\95S+è\95\98Ïóv\89\89"?§§\99g?ô/ß}óíÏÍ\87ùøî·\87;+ä\1f\85{ùÏw\7f<Xóv?\ 6\rÇöñÝo>þéßÿüñ\87ß\7fÿÃ\9fþþÃO?~ñ³\9f\7füåo\7fþÍÿ~ÿÃo>þóÿ>~ñ«\1f\7fÿ\87?|üú\9f¾ÿõO>~þùñ«ßÿð_?üíÇ\8f\7fþøÝ\8f?þå§ß~û\8f\7füãóÇßýþï\9f\7fúáÇo\7fmRüíßþãOÿóí_þ^è>\7f÷ã\1fÿð\93\8fïþû\9b\7fýîàîÿ\ 1Jð¤h
+endstream
+endobj
+450 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 985 0 R
+/Name /Im431
+/Width 26
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c}Í1\ e@@\14\84á_C©]!ö
+NÀU\1cC!¼£9\8a#(·\90]#¡Ð(¾f2\93qäxëñé\94 \87ìbø\b\8e\1f«Q©_[ eQ6(½y{l¯Yâ\97éÑ&\ 6\eµéèi\98)³@¡\7f\12\«1'M
+endstream
+endobj
+451 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 986 0 R
+/Name /Im432
+/Width 30
+/Height 42
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80\81á?\10ó\93\85å\7f@0{\ 3\10\ 3ù|@,\ 1Ä\ 6@\9cÀÀ\7fð\0\ 3ÿá\ 6\ 6þã@|\1eȾ\ fÄß\1f0ð?þ\0\14\aâ\83?\80êþ\0q\r\10×\ 1±=ÈÌ\ 6\b\ 6Ã\aÿÿØÿ\ 1a\0\ 678×
+endstream
+endobj
+452 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 987 0 R
+/Name /Im433
+/Width 25
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90¿ÁÀP`ÁÀp \82\81±¡\82\81\19\88Ù\19,\bâÿÿ\7f\10¥\8eX\ÿù\7f\ 3\0\15Ð\11\97
+endstream
+endobj
+453 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 988 0 R
+/Name /Im434
+/Width 47
+/Height 35
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUα\r\ 2!\18\86á\97ã"tÜ\ 4\1c\83\90È(\8e`y%¥¥#1\82#0\ 2¥\85Qÿ»\ 4¢ÍS}Éû}Úù¥ßk6\95§C\17®\87Á¡*Ád1uu#é25ò\9f\94,Dº6*h6NÃÅ\8bÛâçapb\fÎ\ e\ 6>\99û\8f\ fX÷0NBÃý\1c\ 6Uº'\10%\91ù\ 2\9b«.Z
+endstream
+endobj
+454 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 989 0 R
+/Name /Im435
+/Width 31
+/Height 34
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\ 3\7f\83\1c\ 3{\ 3;\1037°70\1e`o`x\0Ä\1f\80¸\ 2\8ak\80Ø\ 6   Û\11\81ajk\90Ìù\01\9b\11\88\99\ f\80ì\ 4Ùý\1fè\ 6\0{\93
+endstream
+endobj
+455 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 990 0 R
+/Name /Im436
+/Width 26
+/Height 39
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMα\r\800\f\8f(ÜÁ\bÞ$a°\b<\1a£d\ 4Ê\14\91C\ 2M\8a']aÝ\19y V¨\eK\16äV\13\8b¶wJ´øé        8'>hƯ\82\1f        ·@ë\97\rµÁ\7f÷ì\9c\84ßèî;ÊN@,±æÂÒÆOÆ\v:\9c0
+
+endstream
+endobj
+456 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 991 0 R
+/Name /Im437
+/Width 46
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿÿ\ 3\ 6\86ÿÿÿÿa``þÁPß\0\ f\80\a \92ý\ 3\88DA\7fð\92H\b¢\17b\ eÄL\90ù\10»þÿÿ\0²\91\11j/\98´\87Ø\ e\91Ü\80\93ü\80\8bä\ 1Ùþ\ 3\80Ýf\ 1òèÿ\ f Rþ\ 1\0ûÈYç
+endstream
+endobj
+457 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 992 0 R
+/Name /Im438
+/Width 33
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cUͱ\r\800\f\ 5Ño\12a
+$\98\01\bB\19\8bÒ£e\94\8cà\92Î8\82 ¥yå\1d \0(w\84Ò`uâÏtu¬Gc?+[#-\1df>\11\16\108;ác\0\95\97\11¤\88\80b®xã\86      \9b<òÇ\19å
+endstream
+endobj
+458 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 993 0 R
+/Name /Im439
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÃP/Ç #ÎÀ\ 1\r\1c\82\a8\ 4\1e\80Q\ 1\87\80\ 5\87\80\f\87\80\1c\87\0\1f\87\0;\87\0s\87\0ã  \10bx!ÀP!À`\ 1D\16\f\12ÿ\188\0¾W\f\92
+endstream
+endobj
+459 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 994 0 R
+/Name /Im440
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc\90``\0"\e\18ò\83¡v\10bdn\80 &Æ\ 3@Äþÿ\ 1\v\ 3\bq0\14\0\91\ 4C\85\rCÅ?Æÿ\0N7\rÏ
+endstream
+endobj
+460 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 995 0 R
+/Name /Im441
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿ§ÀBÆÁ\82\ 5\88\ eX°5X0A\10\83\ 5\ 3\91\88ù\7f\ 3\0 É\võ
+endstream
+endobj
+461 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 996 0 R
+/Name /Im442
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßø_\86Á\ 2\ f\92ÿÿ\ 3¿\82ÿ\8dÿ\ 1Ú·\r¥
+endstream
+endobj
+462 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 997 0 R
+/Name /Im443
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\87A\86½A\86ñ\80\fÃ\ 3\19\86\ f\ 1H\90½A\1e¨\80\8dA\86\99A\86\11¬\f\84\1e\80ÑC\19Æ\8f2\f\9fþ7Ø\0\0òf\15¦
+endstream
+endobj
+463 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 998 0 R
+/Name /Im444
+/Width 30
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÇÀøG\8e\81ñ\818\ 3\13\1c\v\80±à\ 1\ e0\16\80Á\ 2\ 5\ 4¶p\80`\99\ 6\bæg\80c\v6\86\aÿØØÿ\0\0ÔH \90
+endstream
+endobj
+464 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 999 0 R
+/Name /Im445
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c«ÿÿÿC\ 5\87\ 4ö\ 6\ 3\aö\ 6\ 1\10>ÀÞ ÑÀÞÀ\81\8c\19Ø\e\18¨\86ù\ f00þÿÇ\0\0©f\1a\8f
+endstream
+endobj
+465 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1000 0 R
+/Name /Im446
+/Width 27
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Ì¡\11À \10\0Áû\90  .X\ 4\822\90\94B        ÈHJ£\94/!%ä3ÄG¬»9\82fzl2÷æƦ\1eÑ\134-­,ù2ÝÜÀ\1fëxûòIKµoõ0Ü\10d\1e\16F\bÊ\ 3\ fß\18?
+endstream
+endobj
+466 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1001 0 R
+/Name /Im447
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fA\86¹A\86ñ\80\fÃ\ 3\19\86\ f\ 1H\90¹A\1e¨\80\ 1\1fúßÀ\0\0\98\ 5\ eÒ
+endstream
+endobj
+467 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1002 0 R
+/Name /Im448
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\8fA\86¹A\86ñ\81\f\ 3\10}@  \bó\ 1ùÿ\ròÿ\ f\80e\81\82\ 52\f\15\ 3H\vó\81ÿÿ\19\0T\7f\17è
+endstream
+endobj
+468 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1003 0 R
+/Name /Im449
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\81\f\ 3\10%È0(È0\18È0\b\80\10\v\101\80\10\ f\83ü\1f\10        ær\80\10\ 3\10I@\95\81Ô\7føÿÿ\ 3\0¹&\fx
+endstream
+endobj
+469 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1004 0 R
+/Name /Im450
+/Width 19
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cû\7f\80A\86\81\0C   `ä Ãp@\86ùÀÿÿ\a\0îZ ­
+endstream
+endobj
+470 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1005 0 R
+/Name /Im451
+/Width 37
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßÀÀÿ\83\1fH4\80   î\ 3\fâ\10\82ó\ 1\83:\12Áñ\81Á\1dJT0´#\136\8cìPB\8e    \85àgA!Ø;`\ 4ó\ 5\14\82ñ\ 1\8c`8ÀÞ`\a"þ7\1c¨ÿ\ 1\0\8c¹)¡
+endstream
+endobj
+471 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1006 0 R
+/Name /Im452
+/Width 20
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÊ¡\r\800\10@ÑßT`\9a`qt\ 46`\95\e\81\ 1H86;Å\fÈ\e¡²\82¤@0$O¾XrJ2D\99py\89¿ò§@\85\156e®\8c\8d®ihFïD'8<eÑ\1fC\f\fzDö\8b\eJQ"'
+endstream
+endobj
+472 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1007 0 R
+/Name /Im453
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¡þ\a?\ 3{\ 3Éøÿ\7fÒõ áÿ@{\ 1?A\19Â
+endstream
+endobj
+473 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1008 0 R
+/Name /Im454
+/Width 15
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cã?b \93 ãÀs\80\ 5\ 4\1f0\140Ô3Ø?àÿÁø\87A\86\81\8f\81­\ 1\f\812\1c7\ 4Ú\1f\0\0N\9b\ eó
+endstream
+endobj
+474 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1009 0 R
+/Name /Im455
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûßP/à#ÃÀA\12âc\10`c\10`fH`<ØÀPÇ\0\0ü¡\ 6Î
+endstream
+endobj
+475 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1010 0 R
+/Name /Im456
+/Width 25
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ?\ 3?\182C1#\b7ð30 á\ 6\ 6\14Ì\bÄÿ¡4º\1c\ 3\ 3~ÜÀÀðÿ\a\ 3\ 3\0n\84\10@
+endstream
+endobj
+476 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1011 0 R
+/Name /Im457
+/Width 11
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccP`p`h`d`b`cà\ 1B       4\0Ã\ 2\86\ 40|\80\ 3Bd\v ªAú@úÙ\80&1204\0MU\0\0$\a\11#
+endstream
+endobj
+477 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1012 0 R
+/Name /Im458
+/Width 15
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`nàoø\f$I\83ì\aþÿ\ 3\0\ 5N\12\13
+endstream
+endobj
+478 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1013 0 R
+/Name /Im459
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀÆàÃÆ ÁÌ`ÁÜP\0D\8c\a>@Ñ\ 38*\0\a\16`$Ãú\80\ 1óÃ\a\f\8c\a@\88\19\88\1a\f\98\e*\98\19\19
\18\14d\18\ 4\f\18ø\ f0\0\0Ù\94\1dª
+endstream
+endobj
+479 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1014 0 R
+/Name /Im460
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÀÀÆÃÀÃÆ ÁÌ`ÁÜ\0D\ 5\8c\a è\ 3ã\ 3b\10\=D;Ð\1c\19v\ 6v\19\ 6Æ\ f\f\0\9e\8c$2
+endstream
+endobj
+480 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1015 0 R
+/Name /Im461
+/Width 11
+/Height 46
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ck`p`P`\10`à`àa`\ 3Bf dl\0Ã\ 3\f\10ø\0\a\ 4Ë2\1e\80¨\ 6é\ 3éç\ 1\9a$\0\81¡\81\ 1\0é\15\15µ
+endstream
+endobj
+481 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1016 0 R
+/Name /Im462
+/Width 25
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cU̱\r\800\10\7f¤H\ 1\r=\12\8cÀH\19\81\11ÂfW1GF L\17\8c\90"!ë\15vabÉ,sf\1f!Eð\88yÀò@øáãR¥\815\95V`½5\b¯£Ûº¤\14q\929\87ej\80k\82S_\ f\97\91\eS
+endstream
+endobj
+482 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1017 0 R
+/Name /Im463
+/Width 11
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc8Àø\0\b\ f\0>\ 6a\ 6e\ 6ç\ 6w\ 6w\86\ f\ 4eÀÐÂÁ¢Á¢¡ Á\90Á\bÈ\ 3\0(ã        5
+endstream
+endobj
+483 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1018 0 R
+/Name /Im464
+/Width 21
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93ágP3lPw8àÞðÀ\9d\ 1\84ú\18\ fðÁ\90\fs\ 3\14±sX°\v\80\10\9f\80\ 5\9bB\ 1\9b\83\ 1s\ 3\0ÿ»\ e\9e
+endstream
+endobj
+484 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1019 0 R
+/Name /Im465
+/Width 21
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccà7`0ØÁ\90ð\81á@\ 1cC\ 13\b=`g\80">Æ\ 3\bÄÜ\0Dlì\r\rÌâ\f\8cÏ\19\18ØÁ\88\ f\84\fø\18*d\18>X0$\14\1f`\0\0å\8d\14\19
+endstream
+endobj
+485 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1020 0 R
+/Name /Im466
+/Width 20
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc8 Ìð@\99ñ\80\ 1wF\10jgnà\83!\19v\ 6\18\12\90áS\90\0#\199\a\1e5\aöÃ\r\0Áy\f\9f
+endstream
+endobj
+486 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1021 0 R
+/Name /Im467
+/Width 10
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc< \7f\80¹\ 1\ 2Ù\19 \90\ f
+e Ð\ 2
+\vÀ°\90á\11\18>aH\ 1\8a\ 1\0J\ 3\v8
+endstream
+endobj
+487 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1022 0 R
+/Name /Im468
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÌÀÌÝÀÆÏÀÃΠÁÎ`\ 1D|\f\ 50ô@\ 6\8e\1c\1eX4\0QBECÂ\8f\ 6CI\ 69>\ 6\0j\82\ eÎ
+endstream
+endobj
+488 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1023 0 R
+/Name /Im469
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93\91cPKdPonpoopgopgfèc`à\83!\19$d\81\84
+\18\18\f\18\18\0\13Ã\ 6ú
+endstream
+endobj
+489 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1024 0 R
+/Name /Im470
+/Width 31
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿÿ\1f\83\1c\83\f\10ó\01\v\18Û á
+\16\ e f\80`\1e\ 6\86\ f\12\f\fÿ\7f@h f| \80\84\19\ 4\98\ f0(@±\ 3\b³704°70\820\ 3{\ 3;\ 3?\83<\ 3ÈZ\0x\ 2\19\93
+endstream
+endobj
+490 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1025 0 R
+/Name /Im471
+/Width 19
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccnnà9â \90ñ@ ð\81\ 2\10\15\1cpxÀÀ\0C\8c\aàÈ!¹¡á3\1052<mdh9ÆPQÁ\0\0°\9f\16ÿ
+endstream
+endobj
+491 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1026 0 R
+/Name /Im472
+/Width 12
+/Height 28
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccl`<ÀÜ\0\81ì\fì\fÿ?°3ðA¡\f\14Z@ B\81\ 3\106\144\182È1\0\04u
+\8a
+endstream
+endobj
+492 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1027 0 R
+/Name /Im473
+/Width 15
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÜÂÆÄÃ$ÃdÁdÁR Qþ \82á\ 1\1c&0%°\18pH\14ð7\0\0ÕV
+endstream
+endobj
+493 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1028 0 R
+/Name /Im474
+/Width 15
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÌÂÆÄÃÆÃÇÃ#ÃÀßÀÿ\80ý\aó\ f\ 6\e\ 6\99\ 2\99\ f\12\1f$\1e\b8\18$\1c\90o\0\0°¦
+endstream
+endobj
+494 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1029 0 R
+/Name /Im475
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÁÀÜÆÀÆÆÀÃÌ ÃÌ ÁÜ`ÁÜP\0C\ fØ\19 \88\8fá\ 1\ fC\82\fC\82\ 4\83\81\ 1\83Á\ 3\ 6þ\ 6\ 6\0\81¬\rm
+endstream
+endobj
+495 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1030 0 R
+/Name /Im476
+/Width 8
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\97\97çc\80\83\82\1f?><\0\0\12\92\ 4\93
+endstream
+endobj
+496 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1031 0 R
+/Name /Im477
+/Width 28
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ɱ\r\800\10ÅP'\8a\80\ 2q\94\14\b\98\ 41 «$\930#\e\84\1f\93\vC\a¿I6wºÛ=\10\1a½èÒ.\ 6\83,2Ëár\85K-Fh0¢KX\19é˪Vòû\ 1êB\vy
+endstream
+endobj
+497 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1032 0 R
+/Name /Im478
+/Width 20
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`øÀÀþ\81\81á\ 1\ 21\1e@ æ\ 6\10úÜÀÌÝÀÆÏÀÃΠÁÎ`\ 1D|\f\ 50ô@\ 6\8e\1c\1eX4\0QBECÂ\8f\ 6CI\ 69>\ 6\0\18¿
+endstream
+endobj
+498 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1033 0 R
+/Name /Im479
+/Width 16
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÃØÄÆÈÃ/Ã/ÁgÁRÀ\0\82\ fà0\81)\81Å\80\80¿\ 1\0¾%   ì
+endstream
+endobj
+499 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1034 0 R
+/Name /Im480
+/Width 18
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãcl\10f> ÌxÀ¹ñ\80;\ 3\bµ34ðÁ\90\f#\ 3\141\81\11\v\18q0ð\1900\1f`\0\0\9d\85
+\85
+endstream
+endobj
+500 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1035 0 R
+/Name /Im481
+/Width 19
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc8 Ìð@\99ñ\80\ 1wF\10jgnà\83!\19v\ 6\ 4âc\90\0#\199\ 6\1e\e\ 6ö;\f\f2`dÁð\ 1\88
+\18\1e$0\1c8ÀàÜÀ`ÇÀ\0\0>\81\12\17
+endstream
+endobj
+501 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1036 0 R
+/Name /Im482
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceȱ\rÀ \f\0ÁG\14\ 1s¤È`\14)<\1a£0\82'\881\r\8a\14½®y"\ 6\rO=]éþÕON/\13\17#^p5¼\8e2ËvÚçc\88Õ´SÄ\1aÊCÄd\ 1\89o&\8e
+endstream
+endobj
+502 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1037 0 R
+/Name /Im483
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿÿ\a\83\1cC\ 1\10\e\0±\0\18Û á
+\ 6\ 5\86
+\ e\ 68þ \0Ä\ 6\f\fÿ?\80\a
+(\98ù\0\ 3
+fo@Åü@\f´\95\ 1\0¶'\18X
+endstream
+endobj
+503 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1038 0 R
+/Name /Im484
+/Width 20
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|ÀÀÿ\80\81ñ\0\ 217 \10;\ 3\18É1°'3ð56ð3\1eà\ 3#\19æ\ 68²`g\80">\81\ 2>\ 5\10\92Q(àqxÀÓ\90ÀÎ\0\0¦e\13\ 1
+endstream
+endobj
+504 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1039 0 R
+/Name /Im485
+/Width 28
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\85Ì¡\15\80 \18Eá«\ 4\8bG\18\80à\bD"#\11\89ÿh\8câ\b\8càã`7|í\9e\8b\7f\ 2-&ú\9e\9c\80qA\8dKÊKhRe à\87:f\9f?úÜ\93¾Eÿâ\f£;E'øÁ\v\15°\15ý
+endstream
+endobj
+505 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1040 0 R
+/Name /Im486
+/Width 18
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7f\80Á\8e\81A\8e"¤ Çð\ 3\86>È08Ø0$X0\b\14\1f`\0\0·/\vf
+endstream
+endobj
+506 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1041 0 R
+/Name /Im487
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ñ\r\80 \14EÑO(ÀXü\r`\11â\\14\16o4Fa\ 4J;¼&\9eälóÇ\15§\ fÓÉcr\99ò·ófca¥3\89C92L.eûvÞl,¬t¦\7fdÐÅ-Ó\vÃ\a ¸
+endstream
+endobj
+507 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1042 0 R
+/Name /Im488
+/Width 27
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\ 3?\83\r\10ó\ 11;\b7ð30\1fÀ\82\e r hÇÀÿÿ\aT\1f?\9a\1eÆ\aX0T\ e¦_\8eá?P?\0³\0\18\82
+endstream
+endobj
+508 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1043 0 R
+/Name /Im489
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]Í1
+\80 \0\1f
+.akCH'\bG\aéL\8d\8eB\97è8\1d Ct\ 4\ f \94ÖTÃ\9b\1fd\89\12-\ 3\e\96ÀIhv\9c\88ØJ\81Õ\85\81±ò@\15~ÒãJ      \15_\1dË\87Á\15=s©&4\ab\95\90á\ 6¼ñ\16\90
+endstream
+endobj
+509 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1044 0 R
+/Name /Im490
+/Width 17
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\15ɱ\r\80 \0\0°\82$280:z     1ñ\14\1fÁÏ8Eã\ 3\8e\8eÆ®\r½\r\97ñ6U9\91),¬t¡    DRü·$u¶¿¶Çqú\0\10\8d
+endstream
+endobj
+510 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1045 0 R
+/Name /Im491
+/Width 28
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c]α\r\ 21\f\85áßDÂ\rÊ\ 4ÑÍ\91\82\8aI\18!%eBÃZ\19åFpI\81\ 4ïÄUW|\96ü,[Æ>à\ e%u\9aMVÖ­ª\vW¢I˲ì®\7fñ8\blÝÍ mzà½áZÈ´ÛB}\16ê¨\94q'\8f\89¿\fû\1a¤$'9ËEôSzK \93ü\0®R'µ
+endstream
+endobj
+511 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1046 0 R
+/Name /Im492
+/Width 33
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93áoøÀ fpX\82ÁÝ!\85\87Á½!\83\8fÁ\9d¡\0Jô1<\90aàC%d\18\ f\12\ 5\r\16Ì\r\85\f0â!\88Hb(`gHa0`f°`\0\0\93\a\16\96
+endstream
+endobj
+512 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1047 0 R
+/Name /Im493
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÇÀÜÜÀÇð@\86¡À\86¡Â\82Á¢\82Á¦\80\ 3\83\1c&\ 2\8a\ 3e\81j\80*\81ê\81º\80z\19þ1\0\0¡µ\13'
+endstream
+endobj
+513 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1048 0 R
+/Name /Im494
+/Width 21
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceË¡\11\83@\0\ 4À\8509\1c8l\1c6%à(\852\90´\95\92\90¸Ï\13\9b\99µëA\15\86\9f\89\99\8d\95CSE\eÏè¢\8f1Þñ\8a%>QÊuß\7fûù\ 5\e@\bx
+endstream
+endobj
+514 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1049 0 R
+/Name /Im495
+/Width 29
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãÿÿÿ\87\1có\81\ 2    æ\ 3\ 2\ 2\0Âì\r\ 2     @ì\0Å\rü\f
+\fü\f\fp,\87\86mÐp\ 5\1aþ\80\8a\19\81¸þ\7f\ 3\ 3\0\9f»\15G
+endstream
+endobj
+515 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1050 0 R
+/Name /Im496
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc|ÀÀÿ\80\81ñ\0\ 217 \10;\ 3\181\1f`gQàãxÀ'ø\80\ 1\9fÃ\ 1\99\ 6\ 6Y\ 6\ 69\ 6\ 6ù\ 3\f\16\ f\18,
+ÀÈ¡  \ 1\8a\f\19\1e\182$È1\0\0\fR\17\14
+endstream
+endobj
+516 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1051 0 R
+/Name /Im497
+/Width 22
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc`¨``\9cÃÀl\ 3\12\fì\f Ä\87\8aþ?`\90a@ \vTT\80\8a\1e  Æ\ 30ÔÀ`ØÀPÍÀð\99\81!\8d\81Á\86\81\ 1\0Nu\11\83
+endstream
+endobj
+517 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1052 0 R
+/Name /Im498
+/Width 13
+/Height 5
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c+(øñáÇ\8f\ f\1f\12\1e\0\0)\82\aÙ
+endstream
+endobj
+518 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1053 0 R
+/Name /Im499
+/Width 27
+/Height 20
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cãc8p@\98áá\ 3\ 3\ f\9c\e\ f<pg<\90\0ÂíÌ\r\ e|HX\86\9d¡\ 1\81\19\19À\98\r\88ù\99\18xøY\18ø\849\18\98\1f~`\0\0ÌZ\12µ
+endstream
+endobj
+519 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1054 0 R
+/Name /Im500
+/Width 22
+/Height 29
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc<ø\80\80¥F\82¥B\82¥@\ 6\888\1eÈ0À\10ã\ 1\v\18*`n\0¢\ 4æ\86\ 3Ì\a\eØ\9d\19Øm\18Ø\19@\88\ f   É\80Ñÿ\ 6\ 6\0úM\13~
+endstream
+endobj
+520 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1055 0 R
+/Name /Im501
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\7f ÀP \91Àx\80%\81¹\81é\ 1;\ 3ã\ 3>\ 6\86\a2\10\9c`\ 1Á
+\15@\\0Ä\1f\18\18\18pcû?\1f\18\98\1f\14\0ͨ\0b\v(\96\81b> \ 6\99\ f²\ad\1fÐ^\ 5\ 6þ\a\f\0@´!D
+endstream
+endobj
+521 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1056 0 R
+/Name /Im502
+/Width 32
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c-ͱ  \800\14\84á\8b\11"X\a/¸\81\ 3X8\96eFË(\8e\90ÒÊø\8bòøà\8aã^«ñ¶BµT\90ɲ:ô\18°bG\96\83ä\88D\1e\8b<\9dò\82½Êù¢s`Ãü{/±\99Ø\8e\bç÷+\­º=ó%\16\9e
+endstream
+endobj
+522 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1057 0 R
+/Name /Im503
+/Width 28
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMͱ\11\0 \f\ 2@¬,ã\b\19ÅQ\1cÕQ² ¢)LñÇÑ\0ÉmèÒ\ 4×\94%þù\85´$`\8cÌ×½À(ÊÆÛ\8cüé\9bú=0Ú\15\r
+endstream
+endobj
+523 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1058 0 R
+/Name /Im504
+/Width 31
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ¿\81\81\9fá\ 3\10Ë\01\1f\10\83 ;\b7 a¨\1c\1fT-P\ f\o\ 5\10Û\0±\1c\ 4Á|@ÌÏòÿ\ 3s\a\ 3\ 3ã\a\0[r\10q
+endstream
+endobj
+524 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1059 0 R
+/Name /Im505
+/Width 46
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c=α\11\ 2!\14\ 4ÐE\98ûDB\ 5Ü\15Â(¥X\ 6\81Á/Á\12,\85R(\81Ðàft\ f\1d\93\17íìî»_wÙWHÇ\b°\r7ÚQ¾\8aÒ6UQ7hsè=dÚWÚ}µ0ôDc¦#æ\ 5 \8en\89¾¦uK\9e\96@ïÓ\B¤*\ fà2M*O`=æ\7fÎ[8Ãü]`\14`¡â\ 3\1dÜ*?
+endstream
+endobj
+525 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1060 0 R
+/Name /Im506
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceÂË\r\0\10\10@Áç\93pT\82\14\9dØÒ\94¢\13¬\93Äd\ 4ú\9a}\8dSPu¨·DÈw\81z7\10\18Ö\9dJx¦o\80\r\15:\12_
+endstream
+endobj
+526 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1061 0 R
+/Name /Im507
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\93`l\90ÿÏ ÿ\8f\a\83\0\ 3\16\83A\88\8fA\86\9dA\82¹A\80¹\81\81ñ\0\18=\80 \ 2Æ\a\1fÀè\ 1ã\ 1\af jP`f\10`cà\91a`þÀ\0\0\14©
+endstream
+endobj
+527 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1062 0 R
+/Name /Im508
+/Width 30
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccøÿÿ\0\83\1cÃ\ 3 ®\0b\v ¶Á\80\15\ 1\88\1f0|`<Àð\81\9d\81áÿ\1f\ 6 \b\ 3ã\ 3TÌ|\0\15³7 b~ þ\ fÔ\a\0\1c\1d\1c@
+endstream
+endobj
+528 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1063 0 R
+/Name /Im509
+/Width 21
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ã`n\9cÁÎPÁÃ`!àaÁ QÁÀQÀÀñ\81\81\ 1\13\ 1Å\81²\16\f\1c2\f\ 2<\f\ 2ì\f Ì\8d\r\fu\f\0÷\96\rÛ
+endstream
+endobj
+529 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1064 0 R
+/Name /Im510
+/Width 19
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccüÁÀÂÇ ÁÌ`ÀØ Àp \ 1\86
+\18\ eT06Ø12Ø71È\9fa`ÿÁÀ\fDÿ\18\19\e\fø\ f$0\1fH`|p\80\ 1\88\12\ 1¨Q\81¡A\82\91\81\8f\r¤\1e\0Æ\9d\1a´
+endstream
+endobj
+530 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1065 0 R
+/Name /Im511
+/Width 30
+/Height 33
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ceÍ¡\r\800\14@ÁWÚ¤\bÒ \11\840Be\ 5Ã0\ 2²²lÁ8\8cÂ\b\f@\bý\88
+\10§\ f.\83Õ\r=\e\9eÈAT;A'¼°à]6À(&@Ä\8fóG±\14Õ+`è¨sÕâ\98Ñk\82\e\1e\109\12â
+endstream
+endobj
+531 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1066 0 R
+/Name /Im512
+/Width 36
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMͱ\r\80 \14EÑ'\92`a"\9d\8d\11\8dkPàV\16\16\7f4Fa\ 47ÀG¢\84æT7¹Èp\ f\1c\8cÀ\89\ 2æÊ\11\9eÈ\99\ 6ò\90P\91ËþÜ\ 5oÑÁodmQ\98B%\12\13¡ËV£ÿ\18\v\vsd!/Ba\18\17
+endstream
+endobj
+532 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1067 0 R
+/Name /Im513
+/Width 15
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cco°o`g\80@>(\94\ 1Á\ f²\12v<6<\16|\16|\ 5Pø@\ 6\f-\80Р!!á\80a\83\1c\ 3\0Y\7f\ f\r
+endstream
+endobj
+533 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1068 0 R
+/Name /Im514
+/Width 41
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cMÎ1\ e@@\10\ 5ÐÏ\10\91HD\14\1a¡P¸\84NáR\8a\11\85k\89(\94\8e°GPê\98\91X\9aW?\ÀÅ(á\9cP\ f c×Z³o>ÃÇDì8\9dÕêg+Nܱ:©CðêÐ\12úZ]Ú
+uÿiD\8fL£ÎÖ\88XÌ   ½|Ç@Ê7¥\f*n
+endstream
+endobj
+534 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1069 0 R
+/Name /Im515
+/Width 27
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\ 3\ 3?\83\f\10³\ 31s\ 3\10\1fàg`\ 4á\a\0D\ e¤\86\1d¢\a¬\97\81,\fÔÊ\0\0\1f½\10X
+endstream
+endobj
+535 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1070 0 R
+/Name /Im516
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏ`oÇ 'Ç ÁÇ À\ eD\r
\r\ e\8c\a\1c\18\1f40|l`(d`¨b`°c`\90Á\8dþ7\0\0°\80
+endstream
+endobj
+536 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1071 0 R
+/Name /Im517
+/Width 19
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9ccþÿ\80A\9e\81\81\9f"¤ÀÏð\ 3\86>È18È1(Ø0\b\14\1f`\0\0fÚ  \98
+endstream
+endobj
+537 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1072 0 R
+/Name /Im518
+/Width 9
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûß Ã@,üß\0\0~\1e\ 5K
+endstream
+endobj
+538 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1073 0 R
+/Name /Im519
+/Width 24
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÏ`oà#ÃÀ\ 1D|\f\ 2@ÄΠ\0B\r
\r\ e@Äx \ 1\84\1e60<d\0¡"0²\81!  \10\ 2\0¯d\f\ 4
+endstream
+endobj
+539 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1074 0 R
+/Name /Im520
+/Width 24
+/Height 31
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿ\83\81¿\81\81\9f\81\88\84\98ù\19\98ø\19ØÀ\88\8f\9fÁîÿÿ\7f\0\a\88
+endstream
+endobj
+540 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1075 0 R
+/Name /Im521
+/Width 20
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cûÿÿ\81\f\ 3\10%È0(È0\18È0\b\80\10\v\101\80\10\ f\83ü\1f\10        å\ 2\11\ 3\7f\80\ 1\0­¨    Ù
+endstream
+endobj
+541 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1076 0 R
+/Name /Im522
+/Width 23
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cc¨ã`n\9cÁÎPÁÃ`!àaÁ QÁÀQÀÀñ\81\81\ 1\ 51ÿûÀ`QÀ`QÁ`a\ 1Ri\ 1TÏÎ`ÁÜp\83¡\9e\ 3\0\10,
+endstream
+endobj
+542 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1077 0 R
+/Name /Im523
+/Width 17
+/Height 23
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c\1dÊ1\11\800\10\0Áˤø.\18`ÐA\81¨\94\94'-R"\ 1\a\ fafËÍô    f0\1a\1e¸ã\897t\98K\19T\97À\rÛ_®o\15\87\99¾Í\1a\14)
+endstream
+endobj
+543 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1078 0 R
+/Name /Im524
+/Width 19
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9c5±\r\800\f\0Á7F
+\ 5B\19\0!\8fAGFa\ 46 £y\94\8c@Ig àtz1.ä\84i-êEü\92vÿM\1aoõoª$\98`\86\15\ eØ¡"Ða=6`\99²\85\9fá\11þ\0\18\99
+endstream
+endobj
+544 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 1079 0 R
+/Name /Im525
+/Width 41
+/Height 32
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter /FlateDecode
+>>
+stream
+x\9cM̱\r\80 \14\a¡°0@ia>Lb\98ÄQ\94I\9cÅQÜ\ 4\9f@\88Í©nnyÊ}æ\80\r+\84.Tà\7fÆî×$8\1cÕ\1d\99^M\ 58%MMµ\98¡\91i8\89§¾\eiì&\9aÂ]Í4;\fa\87\1635].ñ\ 2½\80\11õ
+endstream
+endobj
+545 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Roman
+/Encoding 546 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+546 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /overscore /degree 178 /twosuperior /threesuperior /acute /mu1 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+547 0 obj
+<<
+/CreationDate (Mon Dec 17 23:29:17 2001)
+/Producer (PStill 1.55 UNREGISTERED by F.Siegert [email protected])
+/Title (haupt_dvi)
+>>
+endobj
+548 0 obj
+16796
+endobj
+549 0 obj
+62
+endobj
+550 0 obj
+42
+endobj
+551 0 obj
+67
+endobj
+552 0 obj
+68
+endobj
+553 0 obj
+97
+endobj
+554 0 obj
+40
+endobj
+555 0 obj
+44
+endobj
+556 0 obj
+20
+endobj
+557 0 obj
+118
+endobj
+558 0 obj
+46
+endobj
+559 0 obj
+87
+endobj
+560 0 obj
+75
+endobj
+561 0 obj
+78
+endobj
+562 0 obj
+64
+endobj
+563 0 obj
+52
+endobj
+564 0 obj
+36
+endobj
+565 0 obj
+85
+endobj
+566 0 obj
+112
+endobj
+567 0 obj
+20
+endobj
+568 0 obj
+95
+endobj
+569 0 obj
+76
+endobj
+570 0 obj
+59
+endobj
+571 0 obj
+47
+endobj
+572 0 obj
+53
+endobj
+573 0 obj
+100
+endobj
+574 0 obj
+136
+endobj
+575 0 obj
+110
+endobj
+576 0 obj
+38
+endobj
+577 0 obj
+71
+endobj
+578 0 obj
+84
+endobj
+579 0 obj
+28
+endobj
+580 0 obj
+52
+endobj
+581 0 obj
+39
+endobj
+582 0 obj
+59
+endobj
+583 0 obj
+60
+endobj
+584 0 obj
+19
+endobj
+585 0 obj
+68
+endobj
+586 0 obj
+34
+endobj
+587 0 obj
+27
+endobj
+588 0 obj
+51
+endobj
+589 0 obj
+22
+endobj
+590 0 obj
+55
+endobj
+591 0 obj
+61
+endobj
+592 0 obj
+60
+endobj
+593 0 obj
+28
+endobj
+594 0 obj
+22
+endobj
+595 0 obj
+92
+endobj
+596 0 obj
+41
+endobj
+597 0 obj
+67
+endobj
+598 0 obj
+90
+endobj
+599 0 obj
+57
+endobj
+600 0 obj
+49
+endobj
+601 0 obj
+36
+endobj
+602 0 obj
+35
+endobj
+603 0 obj
+59
+endobj
+604 0 obj
+49
+endobj
+605 0 obj
+49
+endobj
+606 0 obj
+35
+endobj
+607 0 obj
+26
+endobj
+608 0 obj
+44
+endobj
+609 0 obj
+55
+endobj
+610 0 obj
+22
+endobj
+611 0 obj
+34
+endobj
+612 0 obj
+45
+endobj
+613 0 obj
+17
+endobj
+614 0 obj
+51
+endobj
+615 0 obj
+56
+endobj
+616 0 obj
+27
+endobj
+617 0 obj
+71
+endobj
+618 0 obj
+22
+endobj
+619 0 obj
+76
+endobj
+620 0 obj
+40
+endobj
+621 0 obj
+12
+endobj
+622 0 obj
+56
+endobj
+623 0 obj
+46
+endobj
+624 0 obj
+69
+endobj
+625 0 obj
+42
+endobj
+626 0 obj
+29
+endobj
+627 0 obj
+68
+endobj
+628 0 obj
+90
+endobj
+629 0 obj
+13
+endobj
+630 0 obj
+60
+endobj
+631 0 obj
+29
+endobj
+632 0 obj
+54
+endobj
+633 0 obj
+46
+endobj
+634 0 obj
+73
+endobj
+635 0 obj
+61
+endobj
+636 0 obj
+16
+endobj
+637 0 obj
+79
+endobj
+638 0 obj
+55
+endobj
+639 0 obj
+38
+endobj
+640 0 obj
+11
+endobj
+641 0 obj
+34
+endobj
+642 0 obj
+14
+endobj
+643 0 obj
+23
+endobj
+644 0 obj
+70
+endobj
+645 0 obj
+41
+endobj
+646 0 obj
+34
+endobj
+647 0 obj
+50
+endobj
+648 0 obj
+50
+endobj
+649 0 obj
+35
+endobj
+650 0 obj
+82
+endobj
+651 0 obj
+48
+endobj
+652 0 obj
+39
+endobj
+653 0 obj
+82
+endobj
+654 0 obj
+49
+endobj
+655 0 obj
+55
+endobj
+656 0 obj
+69
+endobj
+657 0 obj
+49
+endobj
+658 0 obj
+60
+endobj
+659 0 obj
+11
+endobj
+660 0 obj
+73
+endobj
+661 0 obj
+97
+endobj
+662 0 obj
+58
+endobj
+663 0 obj
+113
+endobj
+664 0 obj
+78
+endobj
+665 0 obj
+37
+endobj
+666 0 obj
+44
+endobj
+667 0 obj
+26
+endobj
+668 0 obj
+129
+endobj
+669 0 obj
+89
+endobj
+670 0 obj
+65
+endobj
+671 0 obj
+55
+endobj
+672 0 obj
+52
+endobj
+673 0 obj
+23
+endobj
+674 0 obj
+80
+endobj
+675 0 obj
+64
+endobj
+676 0 obj
+80
+endobj
+677 0 obj
+58
+endobj
+678 0 obj
+71
+endobj
+679 0 obj
+20
+endobj
+680 0 obj
+46
+endobj
+681 0 obj
+26
+endobj
+682 0 obj
+53
+endobj
+683 0 obj
+56
+endobj
+684 0 obj
+77
+endobj
+685 0 obj
+22
+endobj
+686 0 obj
+29
+endobj
+687 0 obj
+12
+endobj
+688 0 obj
+11
+endobj
+689 0 obj
+52
+endobj
+690 0 obj
+71
+endobj
+691 0 obj
+69
+endobj
+692 0 obj
+34
+endobj
+693 0 obj
+23
+endobj
+694 0 obj
+83
+endobj
+695 0 obj
+56
+endobj
+696 0 obj
+62
+endobj
+697 0 obj
+94
+endobj
+698 0 obj
+71
+endobj
+699 0 obj
+91
+endobj
+700 0 obj
+54
+endobj
+701 0 obj
+72
+endobj
+702 0 obj
+90
+endobj
+703 0 obj
+16
+endobj
+704 0 obj
+64
+endobj
+705 0 obj
+80
+endobj
+706 0 obj
+49
+endobj
+707 0 obj
+34
+endobj
+708 0 obj
+34
+endobj
+709 0 obj
+58
+endobj
+710 0 obj
+51
+endobj
+711 0 obj
+23
+endobj
+712 0 obj
+12
+endobj
+713 0 obj
+64
+endobj
+714 0 obj
+90
+endobj
+715 0 obj
+96
+endobj
+716 0 obj
+92
+endobj
+717 0 obj
+45
+endobj
+718 0 obj
+85
+endobj
+719 0 obj
+18
+endobj
+720 0 obj
+69
+endobj
+721 0 obj
+85
+endobj
+722 0 obj
+19
+endobj
+723 0 obj
+79
+endobj
+724 0 obj
+83
+endobj
+725 0 obj
+21
+endobj
+726 0 obj
+30
+endobj
+727 0 obj
+49
+endobj
+728 0 obj
+23
+endobj
+729 0 obj
+49
+endobj
+730 0 obj
+26
+endobj
+731 0 obj
+23
+endobj
+732 0 obj
+43
+endobj
+733 0 obj
+40
+endobj
+734 0 obj
+24
+endobj
+735 0 obj
+44
+endobj
+736 0 obj
+33
+endobj
+737 0 obj
+62
+endobj
+738 0 obj
+44
+endobj
+739 0 obj
+29
+endobj
+740 0 obj
+42
+endobj
+741 0 obj
+54
+endobj
+742 0 obj
+48
+endobj
+743 0 obj
+48
+endobj
+744 0 obj
+18
+endobj
+745 0 obj
+56
+endobj
+746 0 obj
+46
+endobj
+747 0 obj
+39
+endobj
+748 0 obj
+66
+endobj
+749 0 obj
+31
+endobj
+750 0 obj
+35
+endobj
+751 0 obj
+78
+endobj
+752 0 obj
+26
+endobj
+753 0 obj
+83
+endobj
+754 0 obj
+57
+endobj
+755 0 obj
+40
+endobj
+756 0 obj
+57
+endobj
+757 0 obj
+52
+endobj
+758 0 obj
+80
+endobj
+759 0 obj
+12
+endobj
+760 0 obj
+55
+endobj
+761 0 obj
+15
+endobj
+762 0 obj
+17
+endobj
+763 0 obj
+93
+endobj
+764 0 obj
+11
+endobj
+765 0 obj
+12
+endobj
+766 0 obj
+45
+endobj
+767 0 obj
+68
+endobj
+768 0 obj
+15
+endobj
+769 0 obj
+77
+endobj
+770 0 obj
+72
+endobj
+771 0 obj
+12
+endobj
+772 0 obj
+79
+endobj
+773 0 obj
+21
+endobj
+774 0 obj
+30
+endobj
+775 0 obj
+74
+endobj
+776 0 obj
+52
+endobj
+777 0 obj
+34
+endobj
+778 0 obj
+48
+endobj
+779 0 obj
+50
+endobj
+780 0 obj
+44
+endobj
+781 0 obj
+21
+endobj
+782 0 obj
+67
+endobj
+783 0 obj
+43
+endobj
+784 0 obj
+11939
+endobj
+785 0 obj
+108
+endobj
+786 0 obj
+62
+endobj
+787 0 obj
+69
+endobj
+788 0 obj
+77
+endobj
+789 0 obj
+108
+endobj
+790 0 obj
+61
+endobj
+791 0 obj
+63
+endobj
+792 0 obj
+52
+endobj
+793 0 obj
+64
+endobj
+794 0 obj
+75
+endobj
+795 0 obj
+25
+endobj
+796 0 obj
+67
+endobj
+797 0 obj
+56
+endobj
+798 0 obj
+56
+endobj
+799 0 obj
+63
+endobj
+800 0 obj
+28
+endobj
+801 0 obj
+48
+endobj
+802 0 obj
+21
+endobj
+803 0 obj
+62
+endobj
+804 0 obj
+63
+endobj
+805 0 obj
+38
+endobj
+806 0 obj
+57
+endobj
+807 0 obj
+21
+endobj
+808 0 obj
+58
+endobj
+809 0 obj
+25
+endobj
+810 0 obj
+66
+endobj
+811 0 obj
+56
+endobj
+812 0 obj
+59
+endobj
+813 0 obj
+86
+endobj
+814 0 obj
+65
+endobj
+815 0 obj
+55
+endobj
+816 0 obj
+24
+endobj
+817 0 obj
+30
+endobj
+818 0 obj
+36
+endobj
+819 0 obj
+41
+endobj
+820 0 obj
+50
+endobj
+821 0 obj
+21
+endobj
+822 0 obj
+62
+endobj
+823 0 obj
+47
+endobj
+824 0 obj
+55
+endobj
+825 0 obj
+67
+endobj
+826 0 obj
+58
+endobj
+827 0 obj
+48
+endobj
+828 0 obj
+80
+endobj
+829 0 obj
+19
+endobj
+830 0 obj
+60
+endobj
+831 0 obj
+50
+endobj
+832 0 obj
+47
+endobj
+833 0 obj
+34
+endobj
+834 0 obj
+61
+endobj
+835 0 obj
+44
+endobj
+836 0 obj
+26
+endobj
+837 0 obj
+50
+endobj
+838 0 obj
+45
+endobj
+839 0 obj
+78
+endobj
+840 0 obj
+53
+endobj
+841 0 obj
+39
+endobj
+842 0 obj
+27
+endobj
+843 0 obj
+30
+endobj
+844 0 obj
+58
+endobj
+845 0 obj
+41
+endobj
+846 0 obj
+84
+endobj
+847 0 obj
+53
+endobj
+848 0 obj
+61
+endobj
+849 0 obj
+68
+endobj
+850 0 obj
+45
+endobj
+851 0 obj
+19
+endobj
+852 0 obj
+59
+endobj
+853 0 obj
+40
+endobj
+854 0 obj
+36
+endobj
+855 0 obj
+71
+endobj
+856 0 obj
+24
+endobj
+857 0 obj
+62
+endobj
+858 0 obj
+50
+endobj
+859 0 obj
+55
+endobj
+860 0 obj
+58
+endobj
+861 0 obj
+63
+endobj
+862 0 obj
+30
+endobj
+863 0 obj
+43
+endobj
+864 0 obj
+20
+endobj
+865 0 obj
+20
+endobj
+866 0 obj
+71
+endobj
+867 0 obj
+33
+endobj
+868 0 obj
+37
+endobj
+869 0 obj
+51
+endobj
+870 0 obj
+47
+endobj
+871 0 obj
+11852
+endobj
+872 0 obj
+77
+endobj
+873 0 obj
+78
+endobj
+874 0 obj
+74
+endobj
+875 0 obj
+15
+endobj
+876 0 obj
+40
+endobj
+877 0 obj
+91
+endobj
+878 0 obj
+82
+endobj
+879 0 obj
+62
+endobj
+880 0 obj
+14
+endobj
+881 0 obj
+18
+endobj
+882 0 obj
+82
+endobj
+883 0 obj
+87
+endobj
+884 0 obj
+62
+endobj
+885 0 obj
+57
+endobj
+886 0 obj
+94
+endobj
+887 0 obj
+86
+endobj
+888 0 obj
+72
+endobj
+889 0 obj
+95
+endobj
+890 0 obj
+39
+endobj
+891 0 obj
+61
+endobj
+892 0 obj
+62
+endobj
+893 0 obj
+62
+endobj
+894 0 obj
+28
+endobj
+895 0 obj
+24
+endobj
+896 0 obj
+32
+endobj
+897 0 obj
+38
+endobj
+898 0 obj
+62
+endobj
+899 0 obj
+60
+endobj
+900 0 obj
+57
+endobj
+901 0 obj
+20
+endobj
+902 0 obj
+63
+endobj
+903 0 obj
+78
+endobj
+904 0 obj
+76
+endobj
+905 0 obj
+63
+endobj
+906 0 obj
+65
+endobj
+907 0 obj
+84
+endobj
+908 0 obj
+23299
+endobj
+909 0 obj
+72
+endobj
+910 0 obj
+71
+endobj
+911 0 obj
+80
+endobj
+912 0 obj
+48
+endobj
+913 0 obj
+39
+endobj
+914 0 obj
+125
+endobj
+915 0 obj
+11
+endobj
+916 0 obj
+20
+endobj
+917 0 obj
+53
+endobj
+918 0 obj
+24
+endobj
+919 0 obj
+23
+endobj
+920 0 obj
+49
+endobj
+921 0 obj
+76
+endobj
+922 0 obj
+77
+endobj
+923 0 obj
+51
+endobj
+924 0 obj
+15
+endobj
+925 0 obj
+76
+endobj
+926 0 obj
+54
+endobj
+927 0 obj
+69
+endobj
+928 0 obj
+59
+endobj
+929 0 obj
+78
+endobj
+930 0 obj
+42
+endobj
+931 0 obj
+56
+endobj
+932 0 obj
+43
+endobj
+933 0 obj
+20
+endobj
+934 0 obj
+60
+endobj
+935 0 obj
+61
+endobj
+936 0 obj
+12
+endobj
+937 0 obj
+33
+endobj
+938 0 obj
+69
+endobj
+939 0 obj
+41
+endobj
+940 0 obj
+15
+endobj
+941 0 obj
+46
+endobj
+942 0 obj
+62
+endobj
+943 0 obj
+24
+endobj
+944 0 obj
+59
+endobj
+945 0 obj
+20358
+endobj
+946 0 obj
+81
+endobj
+947 0 obj
+54
+endobj
+948 0 obj
+39
+endobj
+949 0 obj
+44
+endobj
+950 0 obj
+55
+endobj
+951 0 obj
+72
+endobj
+952 0 obj
+60
+endobj
+953 0 obj
+103
+endobj
+954 0 obj
+56
+endobj
+955 0 obj
+75
+endobj
+956 0 obj
+66
+endobj
+957 0 obj
+115
+endobj
+958 0 obj
+55
+endobj
+959 0 obj
+61
+endobj
+960 0 obj
+36
+endobj
+961 0 obj
+47
+endobj
+962 0 obj
+40
+endobj
+963 0 obj
+15
+endobj
+964 0 obj
+24
+endobj
+965 0 obj
+15
+endobj
+966 0 obj
+17051
+endobj
+967 0 obj
+46
+endobj
+968 0 obj
+90
+endobj
+969 0 obj
+49
+endobj
+970 0 obj
+24
+endobj
+971 0 obj
+47
+endobj
+972 0 obj
+50
+endobj
+973 0 obj
+69
+endobj
+974 0 obj
+22
+endobj
+975 0 obj
+27
+endobj
+976 0 obj
+64
+endobj
+977 0 obj
+75
+endobj
+978 0 obj
+51
+endobj
+979 0 obj
+71
+endobj
+980 0 obj
+80
+endobj
+981 0 obj
+22
+endobj
+982 0 obj
+28
+endobj
+983 0 obj
+84
+endobj
+984 0 obj
+9979
+endobj
+985 0 obj
+95
+endobj
+986 0 obj
+89
+endobj
+987 0 obj
+43
+endobj
+988 0 obj
+125
+endobj
+989 0 obj
+66
+endobj
+990 0 obj
+97
+endobj
+991 0 obj
+97
+endobj
+992 0 obj
+87
+endobj
+993 0 obj
+68
+endobj
+994 0 obj
+50
+endobj
+995 0 obj
+34
+endobj
+996 0 obj
+24
+endobj
+997 0 obj
+57
+endobj
+998 0 obj
+55
+endobj
+999 0 obj
+49
+endobj
+1000 0 obj
+83
+endobj
+1001 0 obj
+39
+endobj
+1002 0 obj
+51
+endobj
+1003 0 obj
+53
+endobj
+1004 0 obj
+30
+endobj
+1005 0 obj
+76
+endobj
+1006 0 obj
+88
+endobj
+1007 0 obj
+27
+endobj
+1008 0 obj
+48
+endobj
+1009 0 obj
+34
+endobj
+1010 0 obj
+47
+endobj
+1011 0 obj
+54
+endobj
+1012 0 obj
+23
+endobj
+1013 0 obj
+79
+endobj
+1014 0 obj
+49
+endobj
+1015 0 obj
+55
+endobj
+1016 0 obj
+90
+endobj
+1017 0 obj
+49
+endobj
+1018 0 obj
+51
+endobj
+1019 0 obj
+72
+endobj
+1020 0 obj
+49
+endobj
+1021 0 obj
+39
+endobj
+1022 0 obj
+51
+endobj
+1023 0 obj
+42
+endobj
+1024 0 obj
+79
+endobj
+1025 0 obj
+52
+endobj
+1026 0 obj
+43
+endobj
+1027 0 obj
+41
+endobj
+1028 0 obj
+49
+endobj
+1029 0 obj
+56
+endobj
+1030 0 obj
+21
+endobj
+1031 0 obj
+78
+endobj
+1032 0 obj
+68
+endobj
+1033 0 obj
+38
+endobj
+1034 0 obj
+47
+endobj
+1035 0 obj
+70
+endobj
+1036 0 obj
+77
+endobj
+1037 0 obj
+63
+endobj
+1038 0 obj
+65
+endobj
+1039 0 obj
+83
+endobj
+1040 0 obj
+39
+endobj
+1041 0 obj
+79
+endobj
+1042 0 obj
+56
+endobj
+1043 0 obj
+93
+endobj
+1044 0 obj
+65
+endobj
+1045 0 obj
+115
+endobj
+1046 0 obj
+70
+endobj
+1047 0 obj
+54
+endobj
+1048 0 obj
+70
+endobj
+1049 0 obj
+60
+endobj
+1050 0 obj
+76
+endobj
+1051 0 obj
+63
+endobj
+1052 0 obj
+19
+endobj
+1053 0 obj
+64
+endobj
+1054 0 obj
+64
+endobj
+1055 0 obj
+83
+endobj
+1056 0 obj
+92
+endobj
+1057 0 obj
+63
+endobj
+1058 0 obj
+60
+endobj
+1059 0 obj
+127
+endobj
+1060 0 obj
+59
+endobj
+1061 0 obj
+72
+endobj
+1062 0 obj
+64
+endobj
+1063 0 obj
+58
+endobj
+1064 0 obj
+83
+endobj
+1065 0 obj
+89
+endobj
+1066 0 obj
+93
+endobj
+1067 0 obj
+49
+endobj
+1068 0 obj
+107
+endobj
+1069 0 obj
+47
+endobj
+1070 0 obj
+52
+endobj
+1071 0 obj
+39
+endobj
+1072 0 obj
+16
+endobj
+1073 0 obj
+53
+endobj
+1074 0 obj
+36
+endobj
+1075 0 obj
+46
+endobj
+1076 0 obj
+63
+endobj
+1077 0 obj
+66
+endobj
+1078 0 obj
+82
+endobj
+1079 0 obj
+99
+endobj
+xref
+0 1080
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000291 00000 n 
+0000000330 00000 n 
+0000000352 00000 n 
+0000033074 00000 n 
+0000049946 00000 n 
+0000050197 00000 n 
+0000050428 00000 n 
+0000050685 00000 n 
+0000050943 00000 n 
+0000051230 00000 n 
+0000051460 00000 n 
+0000051694 00000 n 
+0000051903 00000 n 
+0000052211 00000 n 
+0000052448 00000 n 
+0000052726 00000 n 
+0000052992 00000 n 
+0000053261 00000 n 
+0000053516 00000 n 
+0000053759 00000 n 
+0000053986 00000 n 
+0000054262 00000 n 
+0000054565 00000 n 
+0000054776 00000 n 
+0000055062 00000 n 
+0000055329 00000 n 
+0000055579 00000 n 
+0000055817 00000 n 
+0000056061 00000 n 
+0000056352 00000 n 
+0000056679 00000 n 
+0000056980 00000 n 
+0000057209 00000 n 
+0000057471 00000 n 
+0000057746 00000 n 
+0000057965 00000 n 
+0000058208 00000 n 
+0000058438 00000 n 
+0000058688 00000 n 
+0000058939 00000 n 
+0000059149 00000 n 
+0000059408 00000 n 
+0000059633 00000 n 
+0000059851 00000 n 
+0000060093 00000 n 
+0000060306 00000 n 
+0000060552 00000 n 
+0000060804 00000 n 
+0000061055 00000 n 
+0000061274 00000 n 
+0000061486 00000 n 
+0000061769 00000 n 
+0000062001 00000 n 
+0000062259 00000 n 
+0000062540 00000 n 
+0000062788 00000 n 
+0000063028 00000 n 
+0000063255 00000 n 
+0000063481 00000 n 
+0000063731 00000 n 
+0000063971 00000 n 
+0000064211 00000 n 
+0000064437 00000 n 
+0000064653 00000 n 
+0000064888 00000 n 
+0000065134 00000 n 
+0000065347 00000 n 
+0000065572 00000 n 
+0000065808 00000 n 
+0000066015 00000 n 
+0000066257 00000 n 
+0000066504 00000 n 
+0000066722 00000 n 
+0000066984 00000 n 
+0000067196 00000 n 
+0000067463 00000 n 
+0000067694 00000 n 
+0000067896 00000 n 
+0000068143 00000 n 
+0000068380 00000 n 
+0000068640 00000 n 
+0000068873 00000 n 
+0000069093 00000 n 
+0000069352 00000 n 
+0000069633 00000 n 
+0000069835 00000 n 
+0000070086 00000 n 
+0000070306 00000 n 
+0000070551 00000 n 
+0000070788 00000 n 
+0000071052 00000 n 
+0000071304 00000 n 
+0000071511 00000 n 
+0000071781 00000 n 
+0000072027 00000 n 
+0000072256 00000 n 
+0000072457 00000 n 
+0000072683 00000 n 
+0000072887 00000 n 
+0000073102 00000 n 
+0000073364 00000 n 
+0000073597 00000 n 
+0000073823 00000 n 
+0000074065 00000 n 
+0000074308 00000 n 
+0000074536 00000 n 
+0000074811 00000 n 
+0000075052 00000 n 
+0000075284 00000 n 
+0000075559 00000 n 
+0000075801 00000 n 
+0000076049 00000 n 
+0000076311 00000 n 
+0000076553 00000 n 
+0000076806 00000 n 
+0000077009 00000 n 
+0000077275 00000 n 
+0000077565 00000 n 
+0000077816 00000 n 
+0000078122 00000 n 
+0000078393 00000 n 
+0000078623 00000 n 
+0000078860 00000 n 
+0000079079 00000 n 
+0000079401 00000 n 
+0000079683 00000 n 
+0000079941 00000 n 
+0000080189 00000 n 
+0000080434 00000 n 
+0000080650 00000 n 
+0000080923 00000 n 
+0000081180 00000 n 
+0000081453 00000 n 
+0000081704 00000 n 
+0000081968 00000 n 
+0000082181 00000 n 
+0000082420 00000 n 
+0000082639 00000 n 
+0000082885 00000 n 
+0000083134 00000 n 
+0000083404 00000 n 
+0000083619 00000 n 
+0000083841 00000 n 
+0000084045 00000 n 
+0000084248 00000 n 
+0000084493 00000 n 
+0000084757 00000 n 
+0000085019 00000 n 
+0000085246 00000 n 
+0000085462 00000 n 
+0000085738 00000 n 
+0000085987 00000 n 
+0000086242 00000 n 
+0000086529 00000 n 
+0000086793 00000 n 
+0000087077 00000 n 
+0000087324 00000 n 
+0000087589 00000 n 
+0000087872 00000 n 
+0000088081 00000 n 
+0000088338 00000 n 
+0000088611 00000 n 
+0000088853 00000 n 
+0000089080 00000 n 
+0000089307 00000 n 
+0000089558 00000 n 
+0000089802 00000 n 
+0000090018 00000 n 
+0000090222 00000 n 
+0000090479 00000 n 
+0000090762 00000 n 
+0000091051 00000 n 
+0000091336 00000 n 
+0000091574 00000 n 
+0000091852 00000 n 
+0000092062 00000 n 
+0000092324 00000 n 
+0000092602 00000 n 
+0000092814 00000 n 
+0000093086 00000 n 
+0000093362 00000 n 
+0000093576 00000 n 
+0000093799 00000 n 
+0000094041 00000 n 
+0000094257 00000 n 
+0000094499 00000 n 
+0000094718 00000 n 
+0000094933 00000 n 
+0000095169 00000 n 
+0000095402 00000 n 
+0000095619 00000 n 
+0000095856 00000 n 
+0000096082 00000 n 
+0000096337 00000 n 
+0000096574 00000 n 
+0000096796 00000 n 
+0000097031 00000 n 
+0000097278 00000 n 
+0000097519 00000 n 
+0000097760 00000 n 
+0000097970 00000 n 
+0000098219 00000 n 
+0000098458 00000 n 
+0000098690 00000 n 
+0000098949 00000 n 
+0000099173 00000 n 
+0000099401 00000 n 
+0000099672 00000 n 
+0000099891 00000 n 
+0000100167 00000 n 
+0000100417 00000 n 
+0000100650 00000 n 
+0000100900 00000 n 
+0000101145 00000 n 
+0000101418 00000 n 
+0000101622 00000 n 
+0000101870 00000 n 
+0000102077 00000 n 
+0000102286 00000 n 
+0000102572 00000 n 
+0000102775 00000 n 
+0000102978 00000 n 
+0000103216 00000 n 
+0000103477 00000 n 
+0000103685 00000 n 
+0000103955 00000 n 
+0000104220 00000 n 
+0000104424 00000 n 
+0000104696 00000 n 
+0000104910 00000 n 
+0000105133 00000 n 
+0000105400 00000 n 
+0000105645 00000 n 
+0000105872 00000 n 
+0000106113 00000 n 
+0000106356 00000 n 
+0000106592 00000 n 
+0000106806 00000 n 
+0000107066 00000 n 
+0000107301 00000 n 
+0000131194 00000 n 
+0000143211 00000 n 
+0000143512 00000 n 
+0000143767 00000 n 
+0000144029 00000 n 
+0000144299 00000 n 
+0000144600 00000 n 
+0000144854 00000 n 
+0000145110 00000 n 
+0000145355 00000 n 
+0000145612 00000 n 
+0000145880 00000 n 
+0000146097 00000 n 
+0000146357 00000 n 
+0000146606 00000 n 
+0000146855 00000 n 
+0000147111 00000 n 
+0000147332 00000 n 
+0000147573 00000 n 
+0000147786 00000 n 
+0000148041 00000 n 
+0000148297 00000 n 
+0000148528 00000 n 
+0000148778 00000 n 
+0000148992 00000 n 
+0000149243 00000 n 
+0000149461 00000 n 
+0000149720 00000 n 
+0000149969 00000 n 
+0000150221 00000 n 
+0000150500 00000 n 
+0000150758 00000 n 
+0000151006 00000 n 
+0000151222 00000 n 
+0000151445 00000 n 
+0000151674 00000 n 
+0000151908 00000 n 
+0000152151 00000 n 
+0000152365 00000 n 
+0000152620 00000 n 
+0000152860 00000 n 
+0000153108 00000 n 
+0000153368 00000 n 
+0000153619 00000 n 
+0000153860 00000 n 
+0000154133 00000 n 
+0000154344 00000 n 
+0000154597 00000 n 
+0000154840 00000 n 
+0000155080 00000 n 
+0000155307 00000 n 
+0000155561 00000 n 
+0000155798 00000 n 
+0000156016 00000 n 
+0000156259 00000 n 
+0000156497 00000 n 
+0000156768 00000 n 
+0000157014 00000 n 
+0000157246 00000 n 
+0000157466 00000 n 
+0000157689 00000 n 
+0000157940 00000 n 
+0000158174 00000 n 
+0000158451 00000 n 
+0000158697 00000 n 
+0000158951 00000 n 
+0000159212 00000 n 
+0000159450 00000 n 
+0000159661 00000 n 
+0000159913 00000 n 
+0000160146 00000 n 
+0000160375 00000 n 
+0000160639 00000 n 
+0000160856 00000 n 
+0000161111 00000 n 
+0000161354 00000 n 
+0000161602 00000 n 
+0000161853 00000 n 
+0000162109 00000 n 
+0000162332 00000 n 
+0000162568 00000 n 
+0000162781 00000 n 
+0000162994 00000 n 
+0000163258 00000 n 
+0000163484 00000 n 
+0000163714 00000 n 
+0000163958 00000 n 
+0000164198 00000 n 
+0000186638 00000 n 
+0000198568 00000 n 
+0000198838 00000 n 
+0000199109 00000 n 
+0000199376 00000 n 
+0000199583 00000 n 
+0000199816 00000 n 
+0000200100 00000 n 
+0000200375 00000 n 
+0000200630 00000 n 
+0000200836 00000 n 
+0000201047 00000 n 
+0000201322 00000 n 
+0000201602 00000 n 
+0000201857 00000 n 
+0000202107 00000 n 
+0000202394 00000 n 
+0000202673 00000 n 
+0000202938 00000 n 
+0000203226 00000 n 
+0000203458 00000 n 
+0000203712 00000 n 
+0000203967 00000 n 
+0000204222 00000 n 
+0000204443 00000 n 
+0000204660 00000 n 
+0000204885 00000 n 
+0000205116 00000 n 
+0000205371 00000 n 
+0000205624 00000 n 
+0000205874 00000 n 
+0000206087 00000 n 
+0000206343 00000 n 
+0000206614 00000 n 
+0000206883 00000 n 
+0000207139 00000 n 
+0000207397 00000 n 
+0000207674 00000 n 
+0000273185 00000 n 
+0000296562 00000 n 
+0000296827 00000 n 
+0000297091 00000 n 
+0000297364 00000 n 
+0000297605 00000 n 
+0000297837 00000 n 
+0000298155 00000 n 
+0000298357 00000 n 
+0000298569 00000 n 
+0000298815 00000 n 
+0000299032 00000 n 
+0000299248 00000 n 
+0000299490 00000 n 
+0000299759 00000 n 
+0000300029 00000 n 
+0000300273 00000 n 
+0000300480 00000 n 
+0000300749 00000 n 
+0000300996 00000 n 
+0000301258 00000 n 
+0000301510 00000 n 
+0000301781 00000 n 
+0000302016 00000 n 
+0000302265 00000 n 
+0000302501 00000 n 
+0000302713 00000 n 
+0000302966 00000 n 
+0000303220 00000 n 
+0000303424 00000 n 
+0000303650 00000 n 
+0000303912 00000 n 
+0000304146 00000 n 
+0000304353 00000 n 
+0000304592 00000 n 
+0000304847 00000 n 
+0000305064 00000 n 
+0000305316 00000 n 
+0000364403 00000 n 
+0000384839 00000 n 
+0000385113 00000 n 
+0000385360 00000 n 
+0000385592 00000 n 
+0000385829 00000 n 
+0000386077 00000 n 
+0000386342 00000 n 
+0000386595 00000 n 
+0000386891 00000 n 
+0000387140 00000 n 
+0000387408 00000 n 
+0000387667 00000 n 
+0000387975 00000 n 
+0000388223 00000 n 
+0000388477 00000 n 
+0000388706 00000 n 
+0000388946 00000 n 
+0000389179 00000 n 
+0000389386 00000 n 
+0000389603 00000 n 
+0000389810 00000 n 
+0000423780 00000 n 
+0000440909 00000 n 
+0000441148 00000 n 
+0000441431 00000 n 
+0000441673 00000 n 
+0000441890 00000 n 
+0000442130 00000 n 
+0000442373 00000 n 
+0000442635 00000 n 
+0000442850 00000 n 
+0000443070 00000 n 
+0000443327 00000 n 
+0000443595 00000 n 
+0000443839 00000 n 
+0000444103 00000 n 
+0000444376 00000 n 
+0000444590 00000 n 
+0000444810 00000 n 
+0000445087 00000 n 
+0000463537 00000 n 
+0000473594 00000 n 
+0000473882 00000 n 
+0000474164 00000 n 
+0000474400 00000 n 
+0000474718 00000 n 
+0000474977 00000 n 
+0000475267 00000 n 
+0000475557 00000 n 
+0000475837 00000 n 
+0000476098 00000 n 
+0000476341 00000 n 
+0000476568 00000 n 
+0000476785 00000 n 
+0000477035 00000 n 
+0000477283 00000 n 
+0000477525 00000 n 
+0000477802 00000 n 
+0000478035 00000 n 
+0000478280 00000 n 
+0000478527 00000 n 
+0000478751 00000 n 
+0000479021 00000 n 
+0000479303 00000 n 
+0000479524 00000 n 
+0000479766 00000 n 
+0000479994 00000 n 
+0000480235 00000 n 
+0000480483 00000 n 
+0000480700 00000 n 
+0000480973 00000 n 
+0000481216 00000 n 
+0000481465 00000 n 
+0000481749 00000 n 
+0000481992 00000 n 
+0000482237 00000 n 
+0000482503 00000 n 
+0000482746 00000 n 
+0000482979 00000 n 
+0000483224 00000 n 
+0000483460 00000 n 
+0000483733 00000 n 
+0000483979 00000 n 
+0000484216 00000 n 
+0000484451 00000 n 
+0000484694 00000 n 
+0000484944 00000 n 
+0000485158 00000 n 
+0000485430 00000 n 
+0000485692 00000 n 
+0000485924 00000 n 
+0000486165 00000 n 
+0000486429 00000 n 
+0000486700 00000 n 
+0000486957 00000 n 
+0000487216 00000 n 
+0000487493 00000 n 
+0000487726 00000 n 
+0000487999 00000 n 
+0000488249 00000 n 
+0000488536 00000 n 
+0000488795 00000 n 
+0000489104 00000 n 
+0000489368 00000 n 
+0000489616 00000 n 
+0000489880 00000 n 
+0000490134 00000 n 
+0000490404 00000 n 
+0000490661 00000 n 
+0000490873 00000 n 
+0000491131 00000 n 
+0000491389 00000 n 
+0000491666 00000 n 
+0000491952 00000 n 
+0000492209 00000 n 
+0000492463 00000 n 
+0000492784 00000 n 
+0000493037 00000 n 
+0000493303 00000 n 
+0000493561 00000 n 
+0000493813 00000 n 
+0000494090 00000 n 
+0000494373 00000 n 
+0000494660 00000 n 
+0000494903 00000 n 
+0000495204 00000 n 
+0000495445 00000 n 
+0000495691 00000 n 
+0000495924 00000 n 
+0000496133 00000 n 
+0000496380 00000 n 
+0000496610 00000 n 
+0000496850 00000 n 
+0000497107 00000 n 
+0000497367 00000 n 
+0000497643 00000 n 
+0000497936 00000 n 
+0000498065 00000 n 
+0000499392 00000 n 
+0000499540 00000 n 
+0000499563 00000 n 
+0000499583 00000 n 
+0000499603 00000 n 
+0000499623 00000 n 
+0000499643 00000 n 
+0000499663 00000 n 
+0000499683 00000 n 
+0000499703 00000 n 
+0000499723 00000 n 
+0000499744 00000 n 
+0000499764 00000 n 
+0000499784 00000 n 
+0000499804 00000 n 
+0000499824 00000 n 
+0000499844 00000 n 
+0000499864 00000 n 
+0000499884 00000 n 
+0000499904 00000 n 
+0000499925 00000 n 
+0000499945 00000 n 
+0000499965 00000 n 
+0000499985 00000 n 
+0000500005 00000 n 
+0000500025 00000 n 
+0000500045 00000 n 
+0000500066 00000 n 
+0000500087 00000 n 
+0000500108 00000 n 
+0000500128 00000 n 
+0000500148 00000 n 
+0000500168 00000 n 
+0000500188 00000 n 
+0000500208 00000 n 
+0000500228 00000 n 
+0000500248 00000 n 
+0000500268 00000 n 
+0000500288 00000 n 
+0000500308 00000 n 
+0000500328 00000 n 
+0000500348 00000 n 
+0000500368 00000 n 
+0000500388 00000 n 
+0000500408 00000 n 
+0000500428 00000 n 
+0000500448 00000 n 
+0000500468 00000 n 
+0000500488 00000 n 
+0000500508 00000 n 
+0000500528 00000 n 
+0000500548 00000 n 
+0000500568 00000 n 
+0000500588 00000 n 
+0000500608 00000 n 
+0000500628 00000 n 
+0000500648 00000 n 
+0000500668 00000 n 
+0000500688 00000 n 
+0000500708 00000 n 
+0000500728 00000 n 
+0000500748 00000 n 
+0000500768 00000 n 
+0000500788 00000 n 
+0000500808 00000 n 
+0000500828 00000 n 
+0000500848 00000 n 
+0000500868 00000 n 
+0000500888 00000 n 
+0000500908 00000 n 
+0000500928 00000 n 
+0000500948 00000 n 
+0000500968 00000 n 
+0000500988 00000 n 
+0000501008 00000 n 
+0000501028 00000 n 
+0000501048 00000 n 
+0000501068 00000 n 
+0000501088 00000 n 
+0000501108 00000 n 
+0000501128 00000 n 
+0000501148 00000 n 
+0000501168 00000 n 
+0000501188 00000 n 
+0000501208 00000 n 
+0000501228 00000 n 
+0000501248 00000 n 
+0000501268 00000 n 
+0000501288 00000 n 
+0000501308 00000 n 
+0000501328 00000 n 
+0000501348 00000 n 
+0000501368 00000 n 
+0000501388 00000 n 
+0000501408 00000 n 
+0000501428 00000 n 
+0000501448 00000 n 
+0000501468 00000 n 
+0000501488 00000 n 
+0000501508 00000 n 
+0000501528 00000 n 
+0000501548 00000 n 
+0000501568 00000 n 
+0000501588 00000 n 
+0000501608 00000 n 
+0000501628 00000 n 
+0000501648 00000 n 
+0000501668 00000 n 
+0000501688 00000 n 
+0000501708 00000 n 
+0000501728 00000 n 
+0000501748 00000 n 
+0000501768 00000 n 
+0000501788 00000 n 
+0000501808 00000 n 
+0000501828 00000 n 
+0000501848 00000 n 
+0000501869 00000 n 
+0000501889 00000 n 
+0000501909 00000 n 
+0000501929 00000 n 
+0000501949 00000 n 
+0000501970 00000 n 
+0000501990 00000 n 
+0000502010 00000 n 
+0000502030 00000 n 
+0000502050 00000 n 
+0000502070 00000 n 
+0000502090 00000 n 
+0000502110 00000 n 
+0000502130 00000 n 
+0000502150 00000 n 
+0000502170 00000 n 
+0000502190 00000 n 
+0000502210 00000 n 
+0000502230 00000 n 
+0000502250 00000 n 
+0000502270 00000 n 
+0000502290 00000 n 
+0000502310 00000 n 
+0000502330 00000 n 
+0000502350 00000 n 
+0000502370 00000 n 
+0000502390 00000 n 
+0000502410 00000 n 
+0000502430 00000 n 
+0000502450 00000 n 
+0000502470 00000 n 
+0000502490 00000 n 
+0000502510 00000 n 
+0000502530 00000 n 
+0000502550 00000 n 
+0000502570 00000 n 
+0000502590 00000 n 
+0000502610 00000 n 
+0000502630 00000 n 
+0000502650 00000 n 
+0000502670 00000 n 
+0000502690 00000 n 
+0000502710 00000 n 
+0000502730 00000 n 
+0000502750 00000 n 
+0000502770 00000 n 
+0000502790 00000 n 
+0000502810 00000 n 
+0000502830 00000 n 
+0000502850 00000 n 
+0000502870 00000 n 
+0000502890 00000 n 
+0000502910 00000 n 
+0000502930 00000 n 
+0000502950 00000 n 
+0000502970 00000 n 
+0000502990 00000 n 
+0000503010 00000 n 
+0000503030 00000 n 
+0000503050 00000 n 
+0000503070 00000 n 
+0000503090 00000 n 
+0000503110 00000 n 
+0000503130 00000 n 
+0000503150 00000 n 
+0000503170 00000 n 
+0000503190 00000 n 
+0000503210 00000 n 
+0000503230 00000 n 
+0000503250 00000 n 
+0000503270 00000 n 
+0000503290 00000 n 
+0000503310 00000 n 
+0000503330 00000 n 
+0000503350 00000 n 
+0000503370 00000 n 
+0000503390 00000 n 
+0000503410 00000 n 
+0000503430 00000 n 
+0000503450 00000 n 
+0000503470 00000 n 
+0000503490 00000 n 
+0000503510 00000 n 
+0000503530 00000 n 
+0000503550 00000 n 
+0000503570 00000 n 
+0000503590 00000 n 
+0000503610 00000 n 
+0000503630 00000 n 
+0000503650 00000 n 
+0000503670 00000 n 
+0000503690 00000 n 
+0000503710 00000 n 
+0000503730 00000 n 
+0000503750 00000 n 
+0000503770 00000 n 
+0000503790 00000 n 
+0000503810 00000 n 
+0000503830 00000 n 
+0000503850 00000 n 
+0000503870 00000 n 
+0000503890 00000 n 
+0000503910 00000 n 
+0000503930 00000 n 
+0000503950 00000 n 
+0000503970 00000 n 
+0000503990 00000 n 
+0000504010 00000 n 
+0000504030 00000 n 
+0000504050 00000 n 
+0000504070 00000 n 
+0000504090 00000 n 
+0000504110 00000 n 
+0000504130 00000 n 
+0000504150 00000 n 
+0000504170 00000 n 
+0000504190 00000 n 
+0000504210 00000 n 
+0000504230 00000 n 
+0000504250 00000 n 
+0000504270 00000 n 
+0000504293 00000 n 
+0000504314 00000 n 
+0000504334 00000 n 
+0000504354 00000 n 
+0000504374 00000 n 
+0000504395 00000 n 
+0000504415 00000 n 
+0000504435 00000 n 
+0000504455 00000 n 
+0000504475 00000 n 
+0000504495 00000 n 
+0000504515 00000 n 
+0000504535 00000 n 
+0000504555 00000 n 
+0000504575 00000 n 
+0000504595 00000 n 
+0000504615 00000 n 
+0000504635 00000 n 
+0000504655 00000 n 
+0000504675 00000 n 
+0000504695 00000 n 
+0000504715 00000 n 
+0000504735 00000 n 
+0000504755 00000 n 
+0000504775 00000 n 
+0000504795 00000 n 
+0000504815 00000 n 
+0000504835 00000 n 
+0000504855 00000 n 
+0000504875 00000 n 
+0000504895 00000 n 
+0000504915 00000 n 
+0000504935 00000 n 
+0000504955 00000 n 
+0000504975 00000 n 
+0000504995 00000 n 
+0000505015 00000 n 
+0000505035 00000 n 
+0000505055 00000 n 
+0000505075 00000 n 
+0000505095 00000 n 
+0000505115 00000 n 
+0000505135 00000 n 
+0000505155 00000 n 
+0000505175 00000 n 
+0000505195 00000 n 
+0000505215 00000 n 
+0000505235 00000 n 
+0000505255 00000 n 
+0000505275 00000 n 
+0000505295 00000 n 
+0000505315 00000 n 
+0000505335 00000 n 
+0000505355 00000 n 
+0000505375 00000 n 
+0000505395 00000 n 
+0000505415 00000 n 
+0000505435 00000 n 
+0000505455 00000 n 
+0000505475 00000 n 
+0000505495 00000 n 
+0000505515 00000 n 
+0000505535 00000 n 
+0000505555 00000 n 
+0000505575 00000 n 
+0000505595 00000 n 
+0000505615 00000 n 
+0000505635 00000 n 
+0000505655 00000 n 
+0000505675 00000 n 
+0000505695 00000 n 
+0000505715 00000 n 
+0000505735 00000 n 
+0000505755 00000 n 
+0000505775 00000 n 
+0000505795 00000 n 
+0000505815 00000 n 
+0000505835 00000 n 
+0000505855 00000 n 
+0000505875 00000 n 
+0000505895 00000 n 
+0000505915 00000 n 
+0000505935 00000 n 
+0000505955 00000 n 
+0000505975 00000 n 
+0000505995 00000 n 
+0000506015 00000 n 
+0000506038 00000 n 
+0000506058 00000 n 
+0000506078 00000 n 
+0000506098 00000 n 
+0000506118 00000 n 
+0000506138 00000 n 
+0000506158 00000 n 
+0000506178 00000 n 
+0000506198 00000 n 
+0000506218 00000 n 
+0000506238 00000 n 
+0000506258 00000 n 
+0000506278 00000 n 
+0000506298 00000 n 
+0000506318 00000 n 
+0000506338 00000 n 
+0000506358 00000 n 
+0000506378 00000 n 
+0000506398 00000 n 
+0000506418 00000 n 
+0000506438 00000 n 
+0000506458 00000 n 
+0000506478 00000 n 
+0000506498 00000 n 
+0000506518 00000 n 
+0000506538 00000 n 
+0000506558 00000 n 
+0000506578 00000 n 
+0000506598 00000 n 
+0000506618 00000 n 
+0000506638 00000 n 
+0000506658 00000 n 
+0000506678 00000 n 
+0000506698 00000 n 
+0000506718 00000 n 
+0000506738 00000 n 
+0000506758 00000 n 
+0000506781 00000 n 
+0000506801 00000 n 
+0000506821 00000 n 
+0000506841 00000 n 
+0000506861 00000 n 
+0000506881 00000 n 
+0000506902 00000 n 
+0000506922 00000 n 
+0000506942 00000 n 
+0000506962 00000 n 
+0000506982 00000 n 
+0000507002 00000 n 
+0000507022 00000 n 
+0000507042 00000 n 
+0000507062 00000 n 
+0000507082 00000 n 
+0000507102 00000 n 
+0000507122 00000 n 
+0000507142 00000 n 
+0000507162 00000 n 
+0000507182 00000 n 
+0000507202 00000 n 
+0000507222 00000 n 
+0000507242 00000 n 
+0000507262 00000 n 
+0000507282 00000 n 
+0000507302 00000 n 
+0000507322 00000 n 
+0000507342 00000 n 
+0000507362 00000 n 
+0000507382 00000 n 
+0000507402 00000 n 
+0000507422 00000 n 
+0000507442 00000 n 
+0000507462 00000 n 
+0000507482 00000 n 
+0000507502 00000 n 
+0000507525 00000 n 
+0000507545 00000 n 
+0000507565 00000 n 
+0000507585 00000 n 
+0000507605 00000 n 
+0000507625 00000 n 
+0000507645 00000 n 
+0000507665 00000 n 
+0000507686 00000 n 
+0000507706 00000 n 
+0000507726 00000 n 
+0000507746 00000 n 
+0000507767 00000 n 
+0000507787 00000 n 
+0000507807 00000 n 
+0000507827 00000 n 
+0000507847 00000 n 
+0000507867 00000 n 
+0000507887 00000 n 
+0000507907 00000 n 
+0000507927 00000 n 
+0000507950 00000 n 
+0000507970 00000 n 
+0000507990 00000 n 
+0000508010 00000 n 
+0000508030 00000 n 
+0000508050 00000 n 
+0000508070 00000 n 
+0000508090 00000 n 
+0000508110 00000 n 
+0000508130 00000 n 
+0000508150 00000 n 
+0000508170 00000 n 
+0000508190 00000 n 
+0000508210 00000 n 
+0000508230 00000 n 
+0000508250 00000 n 
+0000508270 00000 n 
+0000508290 00000 n 
+0000508312 00000 n 
+0000508332 00000 n 
+0000508352 00000 n 
+0000508372 00000 n 
+0000508393 00000 n 
+0000508413 00000 n 
+0000508433 00000 n 
+0000508453 00000 n 
+0000508473 00000 n 
+0000508493 00000 n 
+0000508513 00000 n 
+0000508533 00000 n 
+0000508553 00000 n 
+0000508573 00000 n 
+0000508593 00000 n 
+0000508613 00000 n 
+0000508634 00000 n 
+0000508655 00000 n 
+0000508676 00000 n 
+0000508697 00000 n 
+0000508718 00000 n 
+0000508739 00000 n 
+0000508760 00000 n 
+0000508781 00000 n 
+0000508802 00000 n 
+0000508823 00000 n 
+0000508844 00000 n 
+0000508865 00000 n 
+0000508886 00000 n 
+0000508907 00000 n 
+0000508928 00000 n 
+0000508949 00000 n 
+0000508970 00000 n 
+0000508991 00000 n 
+0000509012 00000 n 
+0000509033 00000 n 
+0000509054 00000 n 
+0000509075 00000 n 
+0000509096 00000 n 
+0000509117 00000 n 
+0000509138 00000 n 
+0000509159 00000 n 
+0000509180 00000 n 
+0000509201 00000 n 
+0000509222 00000 n 
+0000509243 00000 n 
+0000509264 00000 n 
+0000509285 00000 n 
+0000509306 00000 n 
+0000509327 00000 n 
+0000509348 00000 n 
+0000509369 00000 n 
+0000509390 00000 n 
+0000509411 00000 n 
+0000509432 00000 n 
+0000509453 00000 n 
+0000509474 00000 n 
+0000509495 00000 n 
+0000509516 00000 n 
+0000509537 00000 n 
+0000509558 00000 n 
+0000509580 00000 n 
+0000509601 00000 n 
+0000509622 00000 n 
+0000509643 00000 n 
+0000509664 00000 n 
+0000509685 00000 n 
+0000509706 00000 n 
+0000509727 00000 n 
+0000509748 00000 n 
+0000509769 00000 n 
+0000509790 00000 n 
+0000509811 00000 n 
+0000509832 00000 n 
+0000509853 00000 n 
+0000509875 00000 n 
+0000509896 00000 n 
+0000509917 00000 n 
+0000509938 00000 n 
+0000509959 00000 n 
+0000509980 00000 n 
+0000510001 00000 n 
+0000510022 00000 n 
+0000510043 00000 n 
+0000510065 00000 n 
+0000510086 00000 n 
+0000510107 00000 n 
+0000510128 00000 n 
+0000510149 00000 n 
+0000510170 00000 n 
+0000510191 00000 n 
+0000510212 00000 n 
+0000510233 00000 n 
+0000510254 00000 n 
+0000510275 00000 n 
+trailer
+<<
+/Size 1080
+/Root 1 0 R
+/Info 547 0 R
+>>
+startxref
+510296
+%%EOF
diff --git a/misc/vrfd_null.html b/misc/vrfd_null.html
new file mode 100644 (file)
index 0000000..173cf22
--- /dev/null
@@ -0,0 +1,1268 @@
+<html dir="ltr">\r
+\r
+<head>\r
+<meta http-equiv="Content-Language" content="en-us">\r
+<meta name="GENERATOR" content="Microsoft FrontPage 5.0">\r
+<meta name="ProgId" content="FrontPage.Editor.Document">\r
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\r
+<title>Verified Null-Move Pruning</title>\r
+</head>\r
+\r
+<body bgcolor="#FFFFFF" topmargin="50" leftmargin="100">\r
+\r
+<div align="center">\r
+  <center>\r
+  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="580" id="AutoNumber5">\r
+    <tr>\r
+      <td>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">\r
+          <tr>\r
+            <td width="33%">\r
+            <p align="left">&nbsp;</td>\r
+            <td width="33%">\r
+            <p align="center"><font face="Times New Roman" size="2">Verified \r
+            Null-Move Pruning</font></td>\r
+            <td width="34%">\r
+            <p align="right"><font face="Times New Roman" size="2">153</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      <font FACE="Times New Roman"><b>\r
+      <p ALIGN="center">&nbsp;</p>\r
+      <p ALIGN="center">VERIFIED NULL-MOVE PRUNING</p>\r
+      </b><font FACE="Times New Roman" SIZE="2"><i>\r
+      <p ALIGN="center">Omid David Tabibi </i><sup>1</sup><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+      Nathan S. Netanyahu </i><sup>2</sup></p>\r
+      <p ALIGN="center">Ramat-Gan, Israel</p>\r
+      <p ALIGN="center">ABSTRACT</p>\r
+      </font></font>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" dir="ltr" id="AutoNumber1" width="520">\r
+          <tr>\r
+            <td><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="justify">In this article we review standard null-move \r
+            pruning and introduce our extended version of it, which we call <i>\r
+            verified null-move pruning</i>. In verified null-move pruning, \r
+            whenever the shallow null-move search indicates a fail-high, instead \r
+            of cutting off the search from the current node, the search is \r
+            continued with reduced depth.</p>\r
+            <p ALIGN="justify">Our experiments with verified null-move pruning \r
+            show that on average, it constructs a smaller search tree with \r
+            greater tactical strength in comparison to standard null-move \r
+            pruning. Moreover, unlike standard null-move pruning, which fails \r
+            badly in zugzwang positions, verified null-move pruning manages to \r
+            detect most zugzwangs and in such cases conducts a re-search to \r
+            obtain the correct result. In addition, verified null-move pruning \r
+            is very easy to implement, and any standard null-move pruning \r
+            program can use verified null-move pruning by modifying only a few \r
+            lines of code.</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      <p ALIGN="justify"><b><font size="2">1.&nbsp;&nbsp;&nbsp; INTRODUCTION</font></b></p>\r
+      <font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">Until the mid-1970s most chess programs were trying to \r
+      search the same way humans think, by generating \93plausible\94 moves. By \r
+      using extensive chess knowledge at each node, these programs selected a \r
+      few moves which they considered plausible, and thus pruned large parts of \r
+      the search tree. However, plausible move generating programs had serious \r
+      tactical shortcomings, and as soon as brute-force search programs like \r
+      TECH (Gillogy, 1972) and CHESS 4.X (Slate and Atkin, 1977) managed to \r
+      reach depths of 5 plies and more, plausible-move generating programs \r
+      frequently lost to brute-force searchers due to their tactical weaknesses.</p>\r
+      <p ALIGN="justify">Brute-force searchers rapidly dominated the \r
+      computer-chess field. Most brute-force searchers of that time used no \r
+      selectivity in their full-width search tree, except for some extensions, \r
+      consisting mostly of check extensions and recaptures. The most successful \r
+      of these brute-force programs were BELLE (Condon and Thompson, 1983a,b), \r
+      DEEP THOUGHT (Hsu, Anantharaman, Campbell, and Nowatzyk, 1990), HITECH \r
+      (Berliner and Ebeling, 1990; Berliner, 1987; Ebeling, 1986), and CRAY \r
+      BLITZ (Hyatt, Gower, and Nelson, 1990), which for the first time managed \r
+      to compete successfully against humans.</font></p>\r
+      <p ALIGN="justify"><font FACE="Times New Roman" SIZE="2">The introduction \r
+      of null-move pruning (Beal, 1989; Goetsch and Campbell, 1990; Donninger, \r
+      1993) in the early 1990s marked the end of an era, as far as the \r
+      domination of brute-force programs in computer chess is concerned. Unlike \r
+      other forward-pruning methods (e.g., <i>razoring </i>(Birmingham and Kent, \r
+      1977), GAMMA (Newborn, 1975), and <i>marginal forward pruning </i>(Slagle, \r
+      1971)), which had great tactical weaknesses, null-move pruning enabled \r
+      programs to search more deeply with minor tactical risks. Forward-pruning \r
+      programs frequently outsearched brute-force searchers, and started their \r
+      own reign which has continued ever since; they have won all World \r
+      Computer-Chess Championships since 1992 (van den Herik and Herschberg, \r
+      1992; Tsang and Beal, 1995; Feist, 1999). DEEP BLUE (Hammilton and Garber, \r
+      1997; Hsu, 1999) (the direct descendant of DEEP THOUGHT (Hsu <i>et al.</i>, \r
+      1990)) was probably the last brute-force searcher. Today almost all top \r
+      tournament playing programs use forward-pruning methods, null-move pruning \r
+      being the most popular of them (Feist, 1999).</font></p>\r
+      <font FACE="Times New Roman" SIZE="1">\r
+      <hr noshade color="#000000" align="justify" width="35%" size="1">\r
+      <p ALIGN="justify"><sup>1</sup> Department of Computer Science, Bar-Ilan \r
+      University, Ramat-Gan 52900, Israel, Email:\r
+      <a href="mailto:[email protected]">[email protected]</a>.\r
+      <a href="Http://www.cs.biu.ac.il/~davoudo">\r
+      Http://www.cs.biu.ac.il/~davoudo</a><sup><br>\r
+      2</sup> Department of Computer Science, Bar-Ilan University, Ramat-Gan \r
+      52900, Israel, Email: <a href="mailto:[email protected]">\r
+      [email protected]</a>, and Center for Automation Research, University of \r
+      Maryland, College Park, MD 20742, USA, Email:\r
+      <a href="mailto:[email protected]">[email protected]</a>.</font></p>\r
+      <font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p>&nbsp;</p>\r
+      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">\r
+        <tr>\r
+          <td width="33%">\r
+          <p align="left"><font face="Times New Roman" size="2">154</font></td>\r
+          <td width="33%"><font FACE="Times New Roman" SIZE="2">\r
+          <p ALIGN="center">ICGA Journal</font></td>\r
+          <td width="34%">\r
+          <p align="right"><font size="2">September 2002</font></td>\r
+        </tr>\r
+      </table>\r
+      </font><font FACE="Times New Roman" SIZE="2">\r
+      <p align="justify">In this article we introduce our new <i>verified \r
+      null-move pruning </i>method, and demonstrate empirically its improved \r
+      performance in comparison with standard null-move pruning. This is \r
+      reflected in its reduced search tree size, as well as its greater tactical \r
+      strength. In Section 2 we review standard null-move pruning, and in \r
+      Section 3 we introduce verified null-move pruning. Section 4 presents our \r
+      experimental results, and Section 5 contains concluding remarks.</p>\r
+      <b>\r
+      <p align="justify">2.&nbsp;&nbsp;&nbsp; STANDARD NULL-MOVE PRUNING</p>\r
+      </b>\r
+      <p align="justify">As mentioned earlier, brute-force programs refrained \r
+      from pruning any nodes in the full-width part of the search tree, deeming \r
+      the risks of doing so as being too high. Null-move (Beal, 1989; Goetsch \r
+      and Campbell, 1990; Donninger, 1993) introduced a new pruning scheme which \r
+      based its cutoff decisions on dynamic criteria, and thus gained greater \r
+      tactical strength in comparison with the static forward pruning methods \r
+      that were in use at that time.</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber3">\r
+          <tr>\r
+            <td><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="LEFT">/* the depth reduction factor */</font><font FACE="Courier" SIZE="2"><br>\r
+            #define R 2<br>\r
+            int search (alpha, beta, depth) {<br>\r
+&nbsp;&nbsp;&nbsp; if (depth </font><font FACE="CMMI10" SIZE="2">&lt;</font><font FACE="Courier" SIZE="2">= \r
+            0)<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return evaluate(); </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* in practice, quiescence() \r
+            is called here */<br>\r
+            <font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>/* conduct a null-move search if it is legal and desired */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; if (</font><font FACE="CMR10" SIZE="2">!</font><font FACE="Courier" SIZE="2">in_check() \r
+            &amp;&amp; null_ok()) {<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make_null_move();<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font>/* null-move search with \r
+            minimal window around beta */<br>\r
+            <font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            value = -search(-beta, -beta + 1, depth - R - 1);<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (value </font>\r
+            <font FACE="CMMI10" SIZE="2">&gt;</font><font FACE="Courier" SIZE="2">= \r
+            beta) </font><font FACE="Times New Roman" SIZE="2">/* cutoff in case \r
+            of fail-high */<br>\r
+            <font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r
+            </font></font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; \r
+            return value;<br>\r
+&nbsp;&nbsp;&nbsp; }<br>\r
+&nbsp;&nbsp;&nbsp; </font><font FACE="Times New Roman" SIZE="2">/* continue \r
+            regular NegaScout/PVS search */<br>\r
+            <font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>. . .<br>\r
+            <font FACE="Courier" SIZE="2">}</font></font></td>\r
+          </tr>\r
+        </table>\r
+        <p><b>Figure 1</b>: Standard null-move pruning.</p>\r
+        </center>\r
+      </div>\r
+      <p ALIGN="justify">There are positions in chess where any move will \r
+      deteriorate the position, so that not making a move is the best option. \r
+      These positions are called <i>zugzwang </i>positions. While zugzwang \r
+      positions are rare in the middle game, they are not an exception in \r
+      endgames, especially endgames in which one or both sides are left with \r
+      King and Pawns. Null-move pruning will fail badly in zugzwang positions \r
+      since the basic assumption behind the method does not hold. In fact, the \r
+      null-move search\92s value is an upper bound in such cases. As a result, \r
+      null-move pruning is avoided in such endgame positions.</p>\r
+      </font><font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p ALIGN="justify">&nbsp;</p>\r
+      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">\r
+        <tr>\r
+          <td width="33%">\r
+          <p align="left">&nbsp;</td>\r
+          <td width="33%">\r
+          <p align="center"><font face="Times New Roman" size="2">Verified \r
+          Null-Move Pruning</font></td>\r
+          <td width="34%">\r
+          <p align="right"><font face="Times New Roman" size="2">155</font></td>\r
+        </tr>\r
+      </table>\r
+      </font><font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">As previously noted, the major benefit of null-move \r
+      pruning stems from the depth reduction in the null-move searches. However, \r
+      these reduced-depth searches are liable to tactical weaknesses due to the\r
+      <i>horizon effect </i>(Berliner, 1974). A horizon effect results whenever \r
+      the reduced-depth search misses a tactical threat. Such a threat would not \r
+      have been missed, had we conducted a search without any depth reduction. \r
+      The greater the depth reduction </font><font FACE="CMMI10" SIZE="2">R</font><font FACE="Times New Roman" SIZE="2">, \r
+      the greater the tactical risk due to the horizon effect. So, the saving \r
+      resulting from null-move pruning depends on the depth reduction factor, \r
+      since a shallower search (i.e., a greater </font>\r
+      <font FACE="CMMI10" SIZE="2">R</font><font FACE="Times New Roman" SIZE="2">) \r
+      will result in faster null-move searches and an overall smaller search \r
+      tree.</p>\r
+      <p ALIGN="justify">In the early days of null-move pruning, most programs \r
+      used </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 1</font><font FACE="Times New Roman" SIZE="2">, \r
+      which ensures the least tactical risk, but offers the least saving in \r
+      comparison with other </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="Times New Roman" SIZE="2">values. Other reduction factors that \r
+      were experimented with were </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2 </font>\r
+      <font FACE="Times New Roman" SIZE="2">and </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">. \r
+      Research conducted over the years, most extensively by Heinz (1999), \r
+      showed that overall, </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2 </font>\r
+      <font FACE="Times New Roman" SIZE="2">performs better than the too \r
+      conservative </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 1 </font>\r
+      <font FACE="Times New Roman" SIZE="2">and the too aggressive </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">. \r
+      Today, almost all null-move pruning programs, use at least </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2\r
+      </font><font FACE="Times New Roman" SIZE="2">(Feist, 1999). However, using\r
+      </font><font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+      3 </font><font FACE="Times New Roman" SIZE="2">is tempting, considering \r
+      the reduced search effort resulting from shallower null-move searches. \r
+      (This will be demonstrated in Section 4.) Donninger (1993) was the first \r
+      to suggest an adaptive rather than a fixed value for </font>\r
+      <font FACE="CMMI10" SIZE="2">R</font><font FACE="Times New Roman" SIZE="2">. \r
+      Experiments conducted by Heinz (1999), in his article on adaptive \r
+      null-move pruning, suggest that using </font><font FACE="CMMI10" SIZE="2">\r
+      R </font><font FACE="CMR10" SIZE="2">= 3 </font>\r
+      <font FACE="Times New Roman" SIZE="2">in upper parts of the search tree \r
+      and </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2 </font>\r
+      <font FACE="Times New Roman" SIZE="2">in its lower parts can save 10 to 30 \r
+      percent of the search effort in comparison with a fixed </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">, \r
+      while maintaining overall tactical strength.</p>\r
+      <p align="justify">In the next section we present a new null-move pruning \r
+      method which allows the use of </font><font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 3 </font>\r
+      <font FACE="Times New Roman" SIZE="2">in all parts of the search tree, \r
+      while alleviating to a significant extent the main disadvantage of \r
+      standard null-move pruning.</p>\r
+      <b>\r
+      <p align="justify">3.&nbsp;&nbsp;&nbsp; VERIFIED NULL-MOVE PRUNING</p>\r
+      </b>\r
+      <p align="justify">Cutoffs based on a shallow null-move search can be too \r
+      risky at some points, especially in zugzwang positions. Goetsch and \r
+      Campbell (1990) hinted at continuing the search with reduced depth, in \r
+      case the null-move search indicates a fail-high, in order to substantiate \r
+      that the value returned from the null-move search is indeed a lower bound \r
+      on the position. Plenkner (1995) showed that this idea can help prevent \r
+      errors due to zugzwangs. However, verifying the search in the middle game \r
+      seems wasteful, as it appears to undermine the basic benefit of null-move \r
+      pruning, namely that a cutoff is determined by a shallow null-move search.</p>\r
+      <p ALIGN="justify">In addition to helping in detecting zugzwangs, the idea \r
+      of not immediately pruning the search tree (based on the value returned \r
+      from the shallow null-move search) can also help to reduce the tactical \r
+      weaknesses caused by the horizon effect, since by continuing the search we \r
+      may be able to detect threats which the shallow null-move search has \r
+      failed to detect. Based on these ideas, we developed our own \r
+      reformulation, which we call<i> verified null-move pruning</i>. At each \r
+      node, we conduct a null-move search with a depth reduction of </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">. \r
+      If the returned value from that null-move search indicates a fail-high \r
+      (i.e., </font><i><font FACE="CMMI10" SIZE="2">value &#8805; &#946;</font></i><font SIZE="2" face="Times New Roman">), \r
+      we then reduce the depth by one ply and continue the search in order to \r
+      verify the cutoff. However, for that node\92s subtree, we use standard \r
+      null-move pruning (cutoff takes place upon fail-highs). See Figure 2, for \r
+      an illustration.</font></p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber4">\r
+          <tr>\r
+            <td><img border="0" src="example.gif" width="414" height="171"></td>\r
+          </tr>\r
+        </table>\r
+        <font FACE="Times New Roman" SIZE="2"><b>\r
+        <p>Figure 2</b>: Illustration of verified null-move pruning.</p>\r
+        </font></center>\r
+      </div>\r
+      <font FACE="Times New Roman" SIZE="2">\r
+      <p align="justify">The basic idea behind verified null-move pruning is \r
+      that null-move search with </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3 </font>\r
+      <font FACE="Times New Roman" SIZE="2">constructs a considerably smaller \r
+      search tree. However, because of its tactical deficiencies, a cutoff based \r
+      on it is too risky. So upon a fail-high, we reduce the depth and continue \r
+      the search, using standard null-move pruning</font></p>\r
+      <font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p>&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6">\r
+          <tr>\r
+            <td width="33%">\r
+            <p align="left"><font size="2">156</font></td>\r
+            <td width="33%">\r
+            <p align="center"><font FACE="Times New Roman" SIZE="2">ICGA Journal</font></td>\r
+            <td width="34%">\r
+            <p align="right"><font size="2">September 2002</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      </font>\r
+      <p align="justify"><font FACE="Times New Roman" SIZE="2">(with </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">) \r
+      in that node\92s subtree. The search at a node is thus cut off (based on its \r
+      null-move search) only if there has been another null-move search \r
+      fail-high indication in one of the node\92s ancestors (see Figure 2). As the \r
+      experimental results in the next section show, verified null-move pruning \r
+      constructs a search tree which is close in size to that of standard \r
+      null-move pruning with <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3</font>, and whose tactical strength is \r
+      greater on average than that of standard null-move pruning with\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>. \r
+      This is a smaller search tree with greater tactical strength, in \r
+      comparison with standard null-move pruning with\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>, \r
+      which is commonly used nowadays.</font></p>\r
+      <p align="justify"><font FACE="Times New Roman" SIZE="2">Since upon a \r
+      fail-high indication we do not cut off the search at once, we have the \r
+      ability to check whether the returned value is indeed a lower bound on the \r
+      position. If the null-move search indicates a cutoff, but the search shows \r
+      that the best value is smaller than </font><i>\r
+      <font FACE="CMMI10" SIZE="2">&#946;</font></i><font FACE="Times New Roman" SIZE="2">, \r
+      this implies that the position is a zugzwang, as the value from the null \r
+      move is greater than or equal to the value from the best move. In such \r
+      cases, we restore the original depth (which was reduced by one ply after \r
+      the fail-high indication), and conduct a re-search to obtain the correct \r
+      value.</p>\r
+      <p align="justify">Implementation of verified null-move search is a matter \r
+      of adding a few lines of code to standard null-move search, as shown in \r
+      Figure 3. Regarding the pseudo-code presented, when the search starts at \r
+      the root level, the flag <font FACE="Courier" SIZE="2">verify </font>is \r
+      initialized to <font FACE="Courier" SIZE="2">true</font>. When the \r
+      null-move search indicates a fail-high, the remaining depth is reduced by \r
+      one ply, and <font FACE="Courier" SIZE="2">verify </font>is given the \r
+      value <font FACE="Courier" SIZE="2">false</font>, which will be passed to \r
+      the children of the current node, indicating that standard null-move \r
+      pruning will be conducted with respect to the children. Upon a fail-high \r
+      indication due to the standard null-move search of these children\92\r
+      subtrees, cutoff takes place immediately.</p>\r
+      <b>\r
+      <p align="justify">4.&nbsp;&nbsp;&nbsp; EXPERIMENTAL RESULTS</p>\r
+      </b>\r
+      <p align="justify">In this section we examine the performance of verified \r
+      null-move pruning, focusing on its tactical strength and smaller \r
+      search-tree size in comparison with standard null-move pruning. We \r
+      conducted our experiments using the G<font FACE="Times New Roman" SIZE="1">ENESIS<sup>3</sup>\r
+      </font>engine. G<font FACE="Times New Roman" SIZE="1">ENESIS </font>is \r
+      designed especially for research, emphasizing accurate implementation of \r
+      algorithms and detailed statistics. For our experiments we used the N<font FACE="Times New Roman" SIZE="1">EGA</font>S<font FACE="Times New Roman" SIZE="1">COUT</font>/PVS \r
+      (Campbell and Marsland, 1983; Reinefeld, 1983) search algorithm, with \r
+      history heuristic (Schaeffer, 1983, 1989) and transposition table (Slate \r
+      and Atkin, 1977; Nelson, 1985). To demonstrate the tactical strength \r
+      differences between the different methods even better, we used one-ply \r
+      check extensions on leaf nodes; the quiescence search consisted only of \r
+      captures/recaptures. In all test suites used, we discarded positions in \r
+      which at least one side had no more than King and Pawns. This was done to \r
+      avoid dealing with zugzwang positions, for which verified null-move \r
+      pruning obviously fares much better tactically, as explained before.</p>\r
+      <p ALIGN="justify">In order to obtain an estimate of the search tree, we \r
+      searched 138 test positions from <i>Test Your Tactical Ability </i>by \r
+      Yakov Neishtadt (see the Appendix) to depths of 9 and 10 plies, using \r
+      standard <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 1</font>, <font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 2</font>,\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>, \r
+      and verified <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3</font>. Table 1 gives the total node count \r
+      for each method and the size of the tree in comparison with verified\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>. \r
+      Table 2 gives the number of positions that each method solved correctly \r
+      (i.e., found the correct variation for). Later we will further examine the \r
+      tactical strength, using additional test suites.</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber7" height="88">\r
+          <tr>\r
+            <td align="center" valign="top" height="8">\r
+            <font FACE="Times New Roman" SIZE="2">Depth</font></td>\r
+            <td align="right" valign="top" height="8">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            1</font></font></td>\r
+            <td align="right" valign="top" height="8">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            2</font></font></td>\r
+            <td align="right" valign="top" height="8">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3 </font></font></td>\r
+            <td align="right" valign="top" height="8">\r
+            <font FACE="Times New Roman" SIZE="2">Vrfd\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td align="center" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">9</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">&nbsp;1,652,668,804<br>\r
+            (+267.46%)</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">&nbsp;603,549,66<br>\r
+            (+34.19%)</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">267,208,422<br>\r
+&nbsp;(-40.58%)</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">449,744,588<br>\r
+            -</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td align="center" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">10</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">11,040,766,367<br>\r
+            (+661.64%)</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">1,892,829,685<br>\r
+            (+30.57%)</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">862,153,828<br>\r
+            (-40.52%)</font></td>\r
+            <td align="right" valign="top" height="30">\r
+            <font FACE="Times New Roman" SIZE="2">1,449,589,289<br>\r
+            -</font></td>\r
+          </tr>\r
+        </table>\r
+        </center><b>\r
+        <p align="justify">Table 1</b>: Total node count of standard\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 1</font><font FACE="CMMI10" SIZE="2">;\r
+        </font><font FACE="CMR10" SIZE="2">2</font><font FACE="CMMI10" SIZE="2">;\r
+        </font><font FACE="CMR10" SIZE="2">3 </font>and verified\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+        </font>at depths 9 and 10, for 138 Neishtadt test positions.</div>\r
+      <p ALIGN="justify">The results in Tables 1 and 2 reveal that the size of \r
+      the tree constructed by verified null-move pruning is between those of \r
+      standard <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2 </font>and <font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 3</font>, and that its tactical \r
+      strength is greater on average than that of standard\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>. \r
+      These results also show that the use of <font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 1 </font>is impractical due to its \r
+      large tree size in comparison with other depth-reduction values. Focusing \r
+      on the practical alternatives (i.e., standard <font FACE="CMMI10" SIZE="2">\r
+      R </font><font FACE="CMR10" SIZE="2">= 2 </font>and<font FACE="CMMI10" SIZE="2"> \r
+      R </font><font FACE="CMR10" SIZE="2">= 3</font>, and verified\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>), \r
+      we would like to examine the behavior of verified\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+      </font>and find out whether its tree size remains between the tree sizes \r
+      associated with <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2 </font>and <font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 3</font>, or whether it approaches \r
+      the size of one</p>\r
+      <font FACE="Times New Roman" SIZE="1">\r
+      <hr noshade color="#000000" align="justify" width="35%" size="1">\r
+      <p ALIGN="LEFT"><sup>3</sup>\r
+      <a href="http://www.cs.biu.ac.il/~davoudo/genesis">\r
+      http://www.cs.biu.ac.il/~davoudo/genesis</a></p>\r
+      </font></font><font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p ALIGN="LEFT">&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber8">\r
+          <tr>\r
+            <td width="33%">\r
+            <p align="left">&nbsp;</td>\r
+            <td width="33%">\r
+            <p align="center"><font size="2">Verified Null-Move Pruning</font></td>\r
+            <td width="34%">\r
+            <p align="right"><font size="2">157</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      </font>\r
+      <p ALIGN="LEFT">&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber9">\r
+          <tr>\r
+            <td><font FACE="Courier" SIZE="2">\r
+            <p ALIGN="LEFT">#define R 3 </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* the depth reduction factor \r
+            */<br>\r
+            /* at the root level, verify = true */</font><font FACE="Courier" SIZE="2"><br>\r
+            int search (alpha, beta, depth, verify) {<br>\r
+&nbsp;&nbsp;&nbsp; if (depth </font><font FACE="CMMI10" SIZE="2">&lt;</font><font FACE="Courier" SIZE="2">= \r
+            0)<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return evaluate(); </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* in practice, quiescence() \r
+            is called here */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* if verify = true, and depth \r
+            = 1, null-move search is not conducted, since<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">&nbsp;* verification will not \r
+            be possible */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; if (</font><font FACE="CMR10" SIZE="2">!</font><font FACE="Courier" SIZE="2">in_check() \r
+            &amp;&amp; null_ok() &amp;&amp; (</font><font FACE="CMR10" SIZE="2">!</font><font FACE="Courier" SIZE="2">verify \r
+            || depth </font><font FACE="CMMI10" SIZE="2">&gt; </font>\r
+            <font FACE="Courier" SIZE="2">1)) {<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make_null_move();</font><font FACE="Times New Roman" SIZE="2"><br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r
+            </font><font FACE="Times New Roman" SIZE="2">/* null-move search \r
+            with minimal window around beta */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            value = -search(-beta, -beta + 1, depth - R - 1,<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            verify);<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (value </font>\r
+            <font FACE="CMMI10" SIZE="2">&gt;</font><font FACE="Courier" SIZE="2">= \r
+            beta)</font><font FACE="CMSY10" SIZE="2"> { </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* fail-high */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            if (verify) {<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            depth--; </font><font FACE="Times New Roman" SIZE="2">/* reduce the \r
+            depth by one ply */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r
+            </font><font FACE="Times New Roman" SIZE="2">/* turn verification \r
+            off for the sub-tree */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            verify = false;<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r
+            </font><font FACE="Times New Roman" SIZE="2">/* mark a fail-high \r
+            flag, to detect zugzwangs later*/<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            fail high = true;<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* cutoff in a sub-tree with \r
+            fail-high report */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
+            return value;<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>\r
+&nbsp;&nbsp;&nbsp; }<br>\r
+            re search: </font><font FACE="Times New Roman" SIZE="2">/* if a \r
+            zugzwang is detected, return here for re-search */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* do regular NegaScout/PVS \r
+            search */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* search() is called with \r
+            current value of \93verify\94 */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">. . .<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">/* if there is a fail-high \r
+            report, but no cutoff was found, the position<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; </font>\r
+            <font FACE="Times New Roman" SIZE="2">&nbsp;* is a zugzwang and has \r
+            to be re-searched with the original depth */<br>\r
+            </font><font FACE="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; if(fail_high \r
+            &amp;&amp; best </font><font FACE="CMMI10" SIZE="2">&lt; </font>\r
+            <font FACE="Courier" SIZE="2">beta) {<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; depth++;<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fail high = false;<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; verify = true;<br>\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; goto re search;<br>\r
+&nbsp;&nbsp;&nbsp; }<br>\r
+            }</font></td>\r
+          </tr>\r
+        </table>\r
+        <font FACE="Times New Roman" SIZE="2"><b>\r
+        <p>Figure 3</b>: Verified null-move pruning.</p>\r
+        </font></center>\r
+      </div>\r
+      <font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">&nbsp;</p>\r
+      <p ALIGN="justify">&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber10">\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">Depth</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            1</font></font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            2</font></font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2"><font FACE="CMR10" SIZE="2">&nbsp;</font>Vrfd\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">9</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">64</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">62</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">53</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">60</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">10</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">71</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">66</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">65</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">71</font></td>\r
+          </tr>\r
+        </table>\r
+        </center><b>\r
+        <p ALIGN="justify">Table 2</b>: Number of solved positions using \r
+        standard <font FACE="CMMI10" SIZE="2">R </font>\r
+        <font FACE="CMR10" SIZE="2">= 1</font><font FACE="CMMI10" SIZE="2">;\r
+        </font><font FACE="CMR10" SIZE="2">2</font><font FACE="CMMI10" SIZE="2">;\r
+        </font><font FACE="CMR10" SIZE="2">3 </font>and verified\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+        </font>at depths 9 and 10, for 138 Neishtadt test positions.</div>\r
+      <font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p ALIGN="LEFT">&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber11">\r
+          <tr>\r
+            <td width="33%"><font size="2">158</font></td>\r
+            <td width="33%">\r
+            <p align="center"><font FACE="Times New Roman" SIZE="2">ICGA Journal</font></td>\r
+            <td width="34%">\r
+            <p align="right"><font size="2">September 2002</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      </font>\r
+      <p>&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber12">\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">Depth </font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            2 </font></font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">Std\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3 </font></font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">Vrfd\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">9</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">5,374,275,763<br>\r
+            (+10.84%) </font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">2,483,951,601<br>\r
+            (-48.76%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">4,848,596,820<br>\r
+            -</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">10</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">16,952,333,579<br>\r
+            (+17.40%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">7,920,812,800<br>\r
+            (-45.14%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">14,439,185,304<br>\r
+            -</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">11</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">105,488,197,524<br>\r
+            (+106.51%) </font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">24,644,668,194<br>\r
+            (-51.75%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">51,080,338,048<br>\r
+            -</font></td>\r
+          </tr>\r
+        </table>\r
+        </center><b>\r
+        <p ALIGN="justify">Table 3</b>: Total node count of standard\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>,\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>, \r
+        and verified <font FACE="CMMI10" SIZE="2">R </font>\r
+        <font FACE="CMR10" SIZE="2">= 3 </font>at depths 9, 10, and 11, for 869 \r
+        ECM test positions.</div>\r
+      <div align="center">\r
+&nbsp;<center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber13">\r
+          <tr>\r
+            <td><img border="0" src="graph.gif" width="420" height="311"></td>\r
+          </tr>\r
+        </table>\r
+        </center><b>\r
+        <p align="justify">Figure 4</b>: Tree sizes of standard\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>,\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>, \r
+        and verified <font FACE="CMMI10" SIZE="2">R </font>\r
+        <font FACE="CMR10" SIZE="2">= 3 </font>at depths 9, 10, and 11, for 869 \r
+        ECM test positions.</div>\r
+      <p ALIGN="justify">of these trees. We therefore conducted a search to a \r
+      depth of 11 plies, using 869 positions from the<i> Encyclopedia of Chess \r
+      Middlegames </i>(ECM)<sup><font FACE="Times New Roman" SIZE="1">4</font></sup>. \r
+      Table 3 provides the total node counts at depths 9, 10, and 11, using \r
+      standard <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2</font>, <font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 3</font>, and verified\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>. \r
+      See also Figure 4. As Figure 4 clearly indicates, for depth 11 the size of \r
+      the tree constructed by verified null-move pruning with<font FACE="CMMI10" SIZE="2"> \r
+      R </font><font FACE="CMR10" SIZE="2">= 3 </font>is closer to standard \r
+      null-move pruning with <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3</font>. This implies that the saving from \r
+      verified null-move pruning will be greater as we search more deeply. This \r
+      can be explained by the fact that the saving from the use of\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+      </font>in the shallow null-move search far exceeds the verification cost \r
+      of verified null-move pruning.</p>\r
+      <p ALIGN="justify">Having studied the effect of verified null-move pruning \r
+      on the search tree size, we now take a closer look at the resulting \r
+      tactical strength in comparison with standard null-move pruning with \r
+      different depth reductions.</p>\r
+      <p ALIGN="justify">For this purpose we used 999 positions from the <i>\r
+      Winning Chess Sacrifices </i>(WCS) test suite, and 434 positions of \93mate \r
+      in 4\94 and 353 positions of \93mate in 5\94 from the test suites of the <i>\r
+      Chess Analysis Project </i>(CAP); see the Appendix. The WCS positions were \r
+      searched to depths of 8, 9, and 10 plies, using standard\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>,\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>, \r
+      and verified <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3</font>. Table 4 provides the total node \r
+      counts, and Table 5 gives the number of correctly solved positions for the \r
+      WCS test suite. For each position of \93mate in 4\94 we conducted a search to \r
+      a depth of 8 plies, and for each \93mate in 5\94 position a search to a depth \r
+      of 10 plies. The search was conducted using standard<font FACE="CMMI10" SIZE="2"> \r
+      R </font><font FACE="CMR10" SIZE="2">= 1</font>,\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font>,\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font>, \r
+      and verified <font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3</font>. Table 6 provides the number of \r
+      positions that each method solved (i.e., found the checkmating sequence).</p>\r
+      <font FACE="Times New Roman" SIZE="1">\r
+      <hr noshade color="#000000" align="justify" width="35%" size="1">\r
+      <p ALIGN="LEFT"><sup>4</sup> Because of the large number of errors in \r
+      ECM\92s suggested best moves, we did not check here for number of solved \r
+      positions.</p>\r
+      <font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p ALIGN="LEFT">&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber14">\r
+          <tr>\r
+            <td width="33%">&nbsp;</td>\r
+            <td width="33%"><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="center">Verified Null-Move Pruning</font></td>\r
+            <td width="34%">\r
+            <p align="right"><font size="2">159</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      </font>\r
+      <p>&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber15">\r
+          <tr>\r
+            <td align="left" valign="top"><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="center">Depth </font><font FACE="CMR10" SIZE="2">&nbsp;\r
+            </font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            2</font></font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Vrfd </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">8</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">783,461,647<br>\r
+            (-13.55%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">533,282,695<br>\r
+            (-41.15%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">906,225,552<br>\r
+            -</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">9</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">3,742,064,688<br>\r
+            (+47.38%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">1,316,719,980<br>\r
+            (-48.14%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">2,539,057,043<br>\r
+            -</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">10</font></td>\r
+            <td align="right" valign="top"><font size="2">11,578,143,939</font><font FACE="Times New Roman" SIZE="2"><br>\r
+            (+46.75%) </font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">4,871,295,877<br>\r
+            (-38.26%)</font></td>\r
+            <td align="right" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">7,889,544,754<br>\r
+            -</font></td>\r
+          </tr>\r
+        </table>\r
+        </center><font FACE="Times New Roman" SIZE="2"><b>\r
+        <p ALIGN="justify">Table 4</b>: Total node count of standard </font>\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">,\r
+        </font><font FACE="CMMI10" SIZE="2">R </font>\r
+        <font FACE="CMR10" SIZE="2">= 3 </font>\r
+        <font FACE="Times New Roman" SIZE="2">and verified </font>\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+        </font><font FACE="Times New Roman" SIZE="2">at depths 8, 9, and 10, for \r
+        999 WCS test positions.</font></div>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber16">\r
+          <tr>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="center">Depth</font></td>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            2</font></font></td>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Vrfd </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="center">8</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">762</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">760</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">782</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="center">9</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">838</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">812</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">838</font></td>\r
+          </tr>\r
+          <tr>\r
+            <td valign="top"><font FACE="Times New Roman" SIZE="2">\r
+            <p ALIGN="center">10</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">850</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">849</font></td>\r
+            <td valign="top" align="center">\r
+            <font FACE="Times New Roman" SIZE="2">866</font></td>\r
+          </tr>\r
+        </table>\r
+        </center><font FACE="Times New Roman" SIZE="2"><b>\r
+        <p ALIGN="justify">Table 5</b>: Number of solved positions using </font>\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">,\r
+        </font><font FACE="CMMI10" SIZE="2">R </font>\r
+        <font FACE="CMR10" SIZE="2">= 3 </font>\r
+        <font FACE="Times New Roman" SIZE="2">and verified </font>\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+        </font><font FACE="Times New Roman" SIZE="2">at depths 8, 9, and 10 for \r
+        999 WCS test positions.</font></div>\r
+      <div align="center">\r
+        <center>\r
+        <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber17">\r
+          <tr>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">Test Suite</font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            1</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            2</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Std </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">Vrfd </font>\r
+            <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+            3</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">\93Mate in 4\94<br>\r
+            Depth 8 plies</font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">433</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">385</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">379</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">431</font></font></td>\r
+          </tr>\r
+          <tr>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="2">\93Mate in 5\94<font FACE="Times New Roman" SIZE="2"><br>\r
+            Depth 10 plies</font>&nbsp; </font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">347</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">292</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">286</font></font></td>\r
+            <td align="center" valign="top">\r
+            <font FACE="Times New Roman" SIZE="1">\r
+            <font FACE="Times New Roman" SIZE="2">340</font></font></td>\r
+          </tr>\r
+        </table>\r
+        </center><font FACE="Times New Roman" SIZE="2"><b>\r
+        <p align="justify">Table 6</b>: Numbers of solved positions using \r
+        standard </font><font FACE="CMMI10" SIZE="2">R </font>\r
+        <font FACE="CMR10" SIZE="2">= 1</font><font FACE="CMMI10" SIZE="2">;\r
+        </font><font FACE="CMR10" SIZE="2">2</font><font FACE="CMMI10" SIZE="2">;\r
+        </font><font FACE="CMR10" SIZE="2">3 </font>\r
+        <font FACE="Times New Roman" SIZE="2">and verified </font>\r
+        <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+        </font><font FACE="Times New Roman" SIZE="2">for 434 \93mate in 4\94 and 353 \r
+        \93mate in 5\94 test suites.</font></div>\r
+      <font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">The results in Tables 5 and 6 indicate that verified \r
+      null-move pruning solved far more positions than standard null-move \r
+      pruning with depth reductions of </font><font FACE="CMMI10" SIZE="2">R\r
+      </font><font FACE="CMR10" SIZE="2">= 2 </font>\r
+      <font FACE="Times New Roman" SIZE="2">and </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">. \r
+      This demonstrates that not only does verified null-move pruning result in \r
+      a reduced search effort (the constructed search tree is closer in size to \r
+      that of standard </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">), \r
+      but its tactical strength is greater than that of standard </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">, \r
+      which is the common depth reduction value.</p>\r
+      <p ALIGN="justify">Finally, to study the overall advantage of verified \r
+      null-move pruning over standard null-move pruning in practice, we \r
+      conducted 100 self-play games, using two versions of the G</font><font FACE="Times New Roman" SIZE="1">ENESIS\r
+      </font><font FACE="Times New Roman" SIZE="2">engine, one with verified\r
+      </font><font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+      3</font><font FACE="Times New Roman" SIZE="2"> and the other with standard\r
+      </font><font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= \r
+      2</font><font FACE="Times New Roman" SIZE="2">. The time control was set \r
+      to 60 minutes per game. The version using verified </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3\r
+      </font><font FACE="Times New Roman" SIZE="2">scored 68.5 out of 100 (see \r
+      the Appendix), which demonstrates the superiority of verified null-move \r
+      pruning over the standard version.</font></p>\r
+      <font FACE="Times New Roman" SIZE="2"><b>\r
+      <p ALIGN="justify">5.&nbsp;&nbsp;&nbsp; CONCLUSION</p>\r
+      </b>\r
+      <p ALIGN="justify">In this article we introduced a new null-move pruning \r
+      method which outperforms standard null-move pruning, techniques, in terms \r
+      of reducing the search tree size as well as gaining greater tactical \r
+      strength. The idea of not cutting off the search as soon as the shallow \r
+      null-move search indicates a fail-high allows verification of the cutoff, \r
+      which results in greater tactical accuracy and prevents errors due to \r
+      zugzwangs. We showed empirically that verified null-move pruning with a \r
+      depth reduction of </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 3 </font>\r
+      <font FACE="Times New Roman" SIZE="2">constructs a search tree which is \r
+      closer in size to that of the tree constructed by standard </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 3</font><font FACE="Times New Roman" SIZE="2">, \r
+      and that the saving from the reduced search effort in comparison with \r
+      standard </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2 </font>\r
+      <font FACE="Times New Roman" SIZE="2">becomes greater as we search more \r
+      deeply. We also showed that on average, the tactical strength of verified \r
+      null-move pruning is greater than that of standard null-move pruning with</font><font FACE="CMMI10" SIZE="2"> \r
+      R </font><font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">. \r
+      Moreover, verified null-move pruning can be implemented within any \r
+      standard null-move pruning framework by merely adding a few lines of code.</font></p>\r
+      <font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">We considered a number of variants of standard \r
+      null-move pruning. The first variant was not to cut off at all upon \r
+      fail-high reports, but rather reduce the depth by 2 plies. We obtained \r
+      good results with this idea, but its tactical strength was sometimes \r
+      smaller than that of standard </font><font FACE="CMMI10" SIZE="2">R </font>\r
+      <font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">. \r
+      We concluded that in order to improve the results, the depth should not be \r
+      reduced by more than one ply at a time upon fail-high reports. An \r
+      additional variant was not to cut off at any node, not even in the subtree \r
+      of a node with a fail-high report, but</p>\r
+      <font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p ALIGN="LEFT">&nbsp;</p>\r
+      <div align="center">\r
+        <center>\r
+        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber18">\r
+          <tr>\r
+            <td width="33%"><font size="2">160</font></td>\r
+            <td width="33%">\r
+            <p align="center"><font FACE="Times New Roman" SIZE="2">ICGA Journal</font></td>\r
+            <td width="34%">\r
+            <p align="right"><font size="2">September 2002</font></td>\r
+          </tr>\r
+        </table>\r
+        </center>\r
+      </div>\r
+      </font></font></font><font FACE="Times New Roman">\r
+      <font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">merely to reduce the depth by one ply upon a fail-high \r
+      report. Unfortunately, the size of the resulting search tree exceeded the \r
+      size of the tree constructed by standard </font>\r
+      <font FACE="CMMI10" SIZE="2">R </font><font FACE="CMR10" SIZE="2">= 2</font><font FACE="Times New Roman" SIZE="2">. \r
+      Still, another variant was to reduce the depth by one ply upon fail-high \r
+      reports, and to reduce the depth by two plies upon fail-high reports in \r
+      that node\92s subtree, rather than cutting off.</p>\r
+      <p ALIGN="justify">Our empirical studies showed that cutting off the \r
+      search at the subtree of a fail-high reported node does not decrease \r
+      tactical strength. Indeed, this is the verified null-move pruning version \r
+      that we studied in this article. In contrast to the standard approach \r
+      which advocates the use of immediate cutoff, the novel approach taken here \r
+      uses depth reduction, and delays cutting off the search until further \r
+      verification. This yields greater tactical strength and a smaller search \r
+      tree.</p>\r
+      <b>\r
+      <p align="justify">6.&nbsp;&nbsp;&nbsp; REFERENCES</p>\r
+      </b>\r
+      <p align="justify">Beal, D.F. (1989). Experiments with the null move. <i>\r
+      Advances in Computer Chess 5</i>, (Ed. D.F. Beal) , pp. 65\9679. Elsevier \r
+      Science Publishers, Amsterdam, The Netherlands. ISBN 0-444-87-159-4.</p>\r
+      <p align="justify">Berliner, H.J. (1974). <i>Chess as Problem Solving: The \r
+      Development of a Tactics Analyzer</i>. Ph.D. thesis, Carnegie-Mellon \r
+      University, Pittsburgh, PA.</p>\r
+      <p align="justify">Berliner, H.J. (1987). Some innovations introduced by H</font><font FACE="Times New Roman" SIZE="1">ITECH</font><font FACE="Times New Roman" SIZE="2">.\r
+      <i>ICCA Journal</i>, Vol. 10, No. 3, pp. 111\96117.</font></p>\r
+      <p align="justify"><font FACE="Times New Roman" SIZE="2">Berliner, H.J. \r
+      and Ebeling, C. (1990). H</font><font FACE="Times New Roman" SIZE="1">ITECH</font><font FACE="Times New Roman" SIZE="2">.\r
+      <i>Computers, Chess and Cognition </i>(Eds. T.A. Marsland and J. \r
+      Schaeffer), pp. 79\96109. Springer-Verlag, New York, N.Y. ISBN \r
+      0-387-97415-6/3-540-97415-6.</p>\r
+      <p align="justify">Birmingham, J.A. and Kent, P. (1977). Tree-searching \r
+      and tree-pruning techniques. <i>Advances in Computer Chess 1</i>, (Ed. \r
+      M.R.B. Clarke), pp. 89\96107. Edinburgh University Press, Edinburgh. ISBN \r
+      0-852-24292-1.</p>\r
+      <p align="justify">Campbell, M.S. and Marsland, T.A. (1983). A comparison \r
+      of minimax tree search algorithms. <i>Artificial Intelligence</i>, Vol. \r
+      20, No. 4, pp. 347\96367. ISSN 0004-3702.</p>\r
+      <p align="justify">Condon, J.H. and Thompson, K. (1983a). B</font><font FACE="Times New Roman" SIZE="1">ELLE</font><font FACE="Times New Roman" SIZE="2">.\r
+      <i>Chess Skill in Man and Machine</i>, (Ed. P.W. Frey), pp. 201\96210. \r
+      Springer-Verlag, New York, N.Y., 2nd ed., ISBN \r
+      0-387-90790-4/3-540-90790-4.</p>\r
+      <p align="justify">Condon, J.H. and Thompson, K. (1983b), B</font><font FACE="Times New Roman" SIZE="1">ELLE\r
+      </font><font FACE="Times New Roman" SIZE="2">chess hardware. <i>Advances \r
+      in Computer Chess 3</i>, (Ed. M.R.B. Clarke), pp. 45\9654. Pergamon Press, \r
+      Oxford, ISBN 0-080-26898-6.</p>\r
+      <p align="justify">Donninger, C. (1993). Null move and deep search: \r
+      Selective search heuristics for obtuse chess programs.<i> ICCA Journal</i>, \r
+      Vol. 16, No. 3, pp. 137\96143.</p>\r
+      <p align="justify">Ebeling, C. (1986). <i>All the Right Moves: A VLSI \r
+      Architecture for Chess</i>. MIT Press, Cambridge, MA., ISBN 0-262-05035-8.</p>\r
+      <p align="justify">Feist, M. (1999). The 9th World Computer-Chess \r
+      Championship: Report on the tournament. <i>ICCA Journal</i>, Vol. 22, No. \r
+      3, pp. 155\96164.</p>\r
+      <p align="justify">Goetsch, G. and Campbell, M.S. (1990). Experiments with \r
+      the null-move heuristic. <i>Computers, Chess, and Cognition</i>, (Eds. T.A. \r
+      Marsland and J. Schaeffer), pp. 159\96168. Springer-Verlag, New York, N.Y., \r
+      ISBN 0-387-97415-6/3-540-97415-6.</p>\r
+      <p align="justify">Gillogy, J.J. (1972). The technology chess program. <i>\r
+      Artificial Intelligence</i>, Vol. 3, No. 1-3, pp. 145\96163. ISSN 0004-3702.</p>\r
+      <p align="justify">Hammilton, S. and Garber, L. (1997). D</font><font FACE="Times New Roman" SIZE="1">EEP\r
+      </font><font FACE="Times New Roman" SIZE="2">B</font><font FACE="Times New Roman" SIZE="1">LUE</font><font FACE="Times New Roman" SIZE="2">\92\r
+      hardware-software synergy. <i>IEEE Computer</i>, Vol. 30, No. 10, pp. \r
+      29\9635.</p>\r
+      <p align="justify">Heinz, E.A. (1999). Adaptive null-move pruning, <i>ICCA \r
+      Journal</i>, Vol. 22, No. 3, pp. 123\96132.</p>\r
+      <p align="justify">Herik, H.J. van den and Herschberg, I.S. (1992). The \r
+      7th World Computer-Chess Championship: Report on the tournament. <i>ICCA \r
+      Journal</i>, Vol. 15, No. 4, pp. 208\96209.</p>\r
+      <p align="justify">Hsu, F.-h. (1999). IBM\92s D</font><font FACE="Times New Roman" SIZE="1">EEP\r
+      </font><font FACE="Times New Roman" SIZE="2">B</font><font FACE="Times New Roman" SIZE="1">LUE\r
+      </font><font FACE="Times New Roman" SIZE="2">chess grandmaster chips. <i>\r
+      IEEE Micro</i>, Vol. 19, No. 2, pp. 70\9680.</font></p>\r
+      <font FACE="Times New Roman" SIZE="2"></font>\r
+      <font FACE="Times New Roman" SIZE="1"><hr>\r
+      <p ALIGN="justify">&nbsp;</p>\r
+      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber19">\r
+        <tr>\r
+          <td width="33%">\r
+          <p align="left">&nbsp;</td>\r
+          <td width="33%">\r
+          <p align="center"><font face="Times New Roman" size="2">Verified \r
+          Null-Move Pruning</font></td>\r
+          <td width="34%">\r
+          <p align="right"><font size="2">161</font></td>\r
+        </tr>\r
+      </table>\r
+      </font><font FACE="Times New Roman" SIZE="2">\r
+      <p ALIGN="justify">Hsu, F.-h., Anantharaman, T.S., Campbell, M.S., and \r
+      Nowatzyk, A. (1990). D</font><font FACE="Times New Roman" SIZE="1">EEP\r
+      </font><font FACE="Times New Roman" SIZE="2">T</font><font FACE="Times New Roman" SIZE="1">HOUGHT</font><font FACE="Times New Roman" SIZE="2">.\r
+      <i>Computers, Chess, and Cognition</i>, (Eds. T.A. Marsland and J. \r
+      Schaeffer), pp. 55\9678. Springer-Verlag, New York, N.Y. ISBN \r
+      0-387-97415-6/3-540-97415-6.</p>\r
+      <p ALIGN="justify">Hyatt, R.M., Gower, A.E., and Nelson, H.L. (1990). C</font><font FACE="Times New Roman" SIZE="1">RAY\r
+      </font><font FACE="Times New Roman" SIZE="2">B</font><font FACE="Times New Roman" SIZE="1">LITZ</font><font FACE="Times New Roman" SIZE="2">,\r
+      <i>Computers, Chess, and Cognition</i>, (Eds. T.A. Marsland and J. \r
+      Schaeffer), pp. 111\96130. Springer-Verlag, New York, N.Y. ISBN \r
+      0-387-97415-6/3-540- 97415-6.</p>\r
+      <p ALIGN="justify">Nelson, H.L. (1985). Hash tables in C</font><font FACE="Times New Roman" SIZE="1">RAY\r
+      </font><font FACE="Times New Roman" SIZE="2">B</font><font FACE="Times New Roman" SIZE="1">LITZ</font><font FACE="Times New Roman" SIZE="2">.\r
+      <i>ICCA Journal</i>, Vol. 8, No. 1, pp. 3\9613.</p>\r
+      <p ALIGN="justify">Newborn, M.M. (1975). <i>Computer Chess</i>. Academic \r
+      Press. New York, N.Y. ISBN 0-125-17250-8.</p>\r
+      <p ALIGN="justify">Plenkner, S. (1995). A null-move technique impervious \r
+      to zugzwang. <i>ICCA Journal</i>, Vol. 18, No. 2, pp. 82\9684.</p>\r
+      <p ALIGN="justify">Reinefeld, A. (1983). An improvement to the S</font><font FACE="Times New Roman" SIZE="1">COUT\r
+      </font><font FACE="Times New Roman" SIZE="2">tree-search algorithm. <i>\r
+      ICCA Journal</i>, Vol. 6, No. 4, pp. 4\9614.</p>\r
+      <p ALIGN="justify">Schaeffer, J. (1983). The history heuristic. <i>ICCA \r
+      Journal</i>, Vol. 6, No. 3, pp. 16\9619.</p>\r
+      <p ALIGN="justify">Schaeffer, J. (1989). The history heuristic and \r
+      alpha-beta search enhancements in practice. <i>IEEE Transactions on \r
+      Pattern Analysis and Machine Intelligence</i>, Vol. 11, No. 11, pp. \r
+      1203\961212. ISSN 0162-8828.</p>\r
+      <p ALIGN="justify">Slagle, J.R. (1971). <i>Artificial Intelligence: The \r
+      Heuristic Programming Approach</i>. McGraw-Hill, New York, N.Y.</p>\r
+      <p ALIGN="justify">Slate, D.J. and Atkin, L.R. (1977). C</font><font FACE="Times New Roman" SIZE="1">HESS\r
+      </font><font FACE="Times New Roman" SIZE="2">4.5 \96 The Northwestern \r
+      University chess program. <i>Chess Skill in Man and Machine</i>, (Ed. P.W. \r
+      Frey), pp. 82\96118. Springer-Verlag, New York, N.Y., 2nd ed. 1983, ISBN \r
+      0-387-90790-4/3-540-90790-4.</p>\r
+      <p ALIGN="justify">Tsang, H.K. and Beal, D.F. (1995). The 8thWorld \r
+      Computer-Chess Championship: Report on the tournament and the contestants\92 \r
+      programs described. <i>ICCA Journal</i>, Vol. 18, No. 2, pp. 93\96101.</p>\r
+      <b>\r
+      <p ALIGN="justify">7.&nbsp;&nbsp;&nbsp; ACKNOWLEDGEMENTS</p>\r
+      </b>\r
+      <p ALIGN="justify">We would like to thank Shay Bushinsky for his interest \r
+      in our research, and for promoting the discipline of Computer Chess in our \r
+      department. We would also like to thank Dann Corbit for providing the CAP \r
+      test positions for our empirical studies, and Azriel Rosenfeld for his \r
+      editorial comments. Finally, we are indebted to Jonathan Schaeffer and \r
+      Christian Donninger for their enlightening remarks and suggestions.</p>\r
+      <b>\r
+      <p ALIGN="justify">8. APPENDIX</p>\r
+      <p ALIGN="justify">EXPERIMENTAL SETUP</p>\r
+      </b>\r
+      <p ALIGN="justify">Our experimental setup consisted of the following \r
+      resources:</p>\r
+      <ul>\r
+        <li>\r
+        <p ALIGN="justify">138 positions (Diagrams 241 to 378) from: Yakov \r
+        Neishtadt (1993). <i>Test Your Tactical Ability</i>, pp. 110\96135. \r
+        Batsford, ISBN 0-7134-4013-9.<br>\r
+&nbsp;</li>\r
+        <li>\r
+        <p ALIGN="justify"><font FACE="Times New Roman" SIZE="2">869 positions \r
+        from <i>Encyclopedia of Chess Middlegames</i>, and 999 positions from <i>\r
+        Winning Chess Sacrifices</i>, as available on the Internet.<font FACE="Times New Roman" SIZE="2"><br>\r
+&nbsp;</font></font></li>\r
+        <li>\r
+        <p ALIGN="justify"><font FACE="Times New Roman" SIZE="2">434 \93Mate in 4\94 \r
+        and 353 \93Mate in 5\94 positions from <i>Chess Analysis Project</i>, \r
+        available at <a href="ftp://cap.connx.com/">ftp://cap.connx.com/</a><br>\r
+&nbsp;</font></li>\r
+        <li>\r
+        <p ALIGN="justify"><font FACE="Times New Roman" SIZE="2">G<font FACE="Times New Roman" SIZE="1">ENESIS\r
+        </font>chess engine, with <font FACE="CMR10" SIZE="2">2</font><sup>22</sup><font FACE="CMR7" SIZE="1">\r
+        </font>transposition table entries (64MB), running on a 733 MHz Pentium \r
+        III with 256MB RAM, with the Windows 98 operating system.</font></li>\r
+      </ul>\r
+      <p ALIGN="justify">The webpage\r
+      <a href="http://www.cs.biu.ac.il/~davoudo/pubs.html">\r
+      http://www.cs.biu.ac.il/~davoudo/pubs.html</a> contains additional \r
+      information about the test suites, move lists of self-play games, and \r
+      detailed experimental results.</font></font></font></td>\r
+    </tr>\r
+  </table>\r
+  </center>\r
+</div>\r
+\r
+</body>\r
+\r
+</html>
\ No newline at end of file
diff --git a/parallel/214-92.pdf b/parallel/214-92.pdf
new file mode 100755 (executable)
index 0000000..2721d39
Binary files /dev/null and b/parallel/214-92.pdf differ
diff --git a/parallel/214-92.ps b/parallel/214-92.ps
new file mode 100755 (executable)
index 0000000..23b1a28
--- /dev/null
@@ -0,0 +1,11579 @@
+%!PS-Adobe-1.0
+%%Creator: vivaldi.ms.uky.edu:raphael (Raphael Finkel,POT959,7 6743,2660206)
+%%Title: stdin (ditroff)
+%%CreationDate: Wed Oct 14 11:38:59 1992
+%%EndComments
+% Start of psdit.pro -- prolog for ditroff translator
+% Copyright (c) 1985,1987 Adobe Systems Incorporated. All Rights Reserved. 
+% GOVERNMENT END USERS: See Notice file in TranScript library directory
+% -- probably /usr/lib/ps/Notice
+% RCS: $Header: psdit.pro,v 2.2 87/11/17 16:40:42 byron Rel $
+/$DITroff 140 dict def $DITroff begin
+/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def
+/xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto
+  /fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F
+  /pagesave save def}def
+/PB{save /psv exch def currentpoint translate
+  resolution 72 div dup neg scale 0 0 moveto}def
+/PE{psv restore}def
+/m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def
+/tan{dup sin exch cos div}bind def
+/point{resolution 72 div mul}bind def
+/dround        {transform round exch round exch itransform}bind def
+/xT{/devname exch def}def
+/xr{/mh exch def /my exch def /resolution exch def}def
+/xp{}def
+/xs{docsave restore end}def
+/xt{}def
+/xf{/fontname exch def /slotno exch def fontnames slotno get fontname eq not
+ {fonts slotno fontname findfont put fontnames slotno fontname put}if}def
+/xH{/fontheight exch def F}bind def
+/xS{/fontslant exch def F}bind def
+/s{/fontsize exch def /fontheight fontsize def F}bind def
+/f{/fontnum exch def F}bind def
+/F{fontheight 0 le {/fontheight fontsize def}if
+   fonts fontnum get fontsize point 0 0 fontheight point neg 0 0 m1 astore
+   fontslant 0 ne{1 0 fontslant tan 1 0 0 m2 astore m3 concatmatrix}if
+   makefont setfont .04 fontsize point mul 0 dround pop
+%raphael.ms.uky.edu 7/89: changed 'setlinewidth' to pop right here:
+  pop}bind def
+/X{exch currentpoint exch pop moveto show}bind def
+/N{3 1 roll moveto show}bind def
+/Y{exch currentpoint pop exch moveto show}bind def
+/S /show load def
+/ditpush{}def/ditpop{}def
+/AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}bind def
+/AN{4 2 roll moveto 0 exch ashow}bind def
+/AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}bind def
+/AS{0 exch ashow}bind def
+/MX{currentpoint exch pop moveto}bind def
+/MY{currentpoint pop exch moveto}bind def
+/MXY /moveto load def
+/cb{pop}def    % action on unknown char -- nothing for now
+/n{}def/w{}def
+/p{pop showpage pagesave restore /pagesave save def}def
+/abspoint{currentpoint exch pop add exch currentpoint pop add exch}def
+/dstroke{currentpoint stroke moveto}bind def
+/Dl{2 copy gsave rlineto stroke grestore rmoveto}bind def
+/arcellipse{oldmat currentmatrix pop
+ currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def
+ rad 0 rad -180 180 arc oldmat setmatrix}def
+/Dc{gsave dup /diamv exch def /diamh exch def arcellipse dstroke 
+    grestore diamh 0 rmoveto}def
+/De{gsave /diamv exch def /diamh exch def arcellipse dstroke
+    grestore diamh 0 rmoveto}def
+/Da{currentpoint /by exch def /bx exch def /fy exch def /fx exch def
+   /cy exch def /cx exch def /rad cx cx mul cy cy mul add sqrt def
+   /ang1 cy neg cx neg atan def /ang2 fy fx atan def cx bx add cy by add
+   2 copy rad ang1 ang2 arcn stroke exch fx add exch fy add moveto}def
+/Barray 200 array def % 200 values in a wiggle
+/D~{mark}def
+/D~~{counttomark Barray exch 0 exch getinterval astore /Bcontrol exch def pop
+ /Blen Bcontrol length def Blen 4 ge Blen 2 mod 0 eq and
+ {Bcontrol 0 get Bcontrol 1 get abspoint /Ycont exch def /Xcont exch def
+  Bcontrol 0 2 copy get 2 mul put Bcontrol 1 2 copy get 2 mul put
+  Bcontrol Blen 2 sub 2 copy get 2 mul put
+  Bcontrol Blen 1 sub 2 copy get 2 mul put
+  /Ybi /Xbi currentpoint 3 1 roll def def 0 2 Blen 4 sub
+  {/i exch def
+   Bcontrol i get 3 div Bcontrol i 1 add get 3 div
+   Bcontrol i get 3 mul Bcontrol i 2 add get add 6 div
+   Bcontrol i 1 add get 3 mul Bcontrol i 3 add get add 6 div
+   /Xbi Xcont Bcontrol i 2 add get 2 div add def
+   /Ybi Ycont Bcontrol i 3 add get 2 div add def
+   /Xcont Xcont Bcontrol i 2 add get add def
+   /Ycont Ycont Bcontrol i 3 add get add def
+   Xbi currentpoint pop sub Ybi currentpoint exch pop sub rcurveto
+  }for dstroke}if}def
+end
+/ditstart{$DITroff begin
+ /nfonts 60 def                        % NFONTS makedev/ditroff dependent!
+ /fonts[nfonts{0}repeat]def
+ /fontnames[nfonts{()}repeat]def
+/docsave save def
+}def
+
+% character outcalls
+/oc {/pswid exch def /cc exch def /name exch def
+   /ditwid pswid fontsize mul resolution mul 72000 div def
+   /ditsiz fontsize resolution mul 72 div def
+   ocprocs name known{ocprocs name get exec}{name cb}
+   ifelse}def
+/fractm [.65 0 0 .6 0 0] def
+/fraction
+ {/fden exch def /fnum exch def gsave /cf currentfont def
+  cf fractm makefont setfont 0 .3 dm 2 copy neg rmoveto
+  fnum show rmoveto currentfont cf setfont(\244)show setfont fden show 
+  grestore ditwid 0 rmoveto} def
+/oce {grestore ditwid 0 rmoveto}def
+/dm {ditsiz mul}def
+/ocprocs 50 dict def ocprocs begin
+(14){(1)(4)fraction}def
+(12){(1)(2)fraction}def
+(34){(3)(4)fraction}def
+(13){(1)(3)fraction}def
+(23){(2)(3)fraction}def
+(18){(1)(8)fraction}def
+(38){(3)(8)fraction}def
+(58){(5)(8)fraction}def
+(78){(7)(8)fraction}def
+(sr){gsave .05 dm .16 dm rmoveto(\326)show oce}def
+(is){gsave 0 .15 dm rmoveto(\362)show oce}def
+(->){gsave 0 .02 dm rmoveto(\256)show oce}def
+(<-){gsave 0 .02 dm rmoveto(\254)show oce}def
+(==){gsave 0 .05 dm rmoveto(\272)show oce}def
+end
+% DIThacks fonts for some special chars
+50 dict dup begin
+/FontType 3 def
+/FontName /DIThacks def
+/FontMatrix [.001 0.0 0.0 .001 0.0 0.0] def
+/FontBBox [-220 -280 900 900] def% a lie but ...
+/Encoding 256 array def
+0 1 255{Encoding exch /.notdef put}for
+Encoding
+ dup 8#040/space put %space
+ dup 8#110/rc put %right ceil
+ dup 8#111/lt put %left  top curl
+ dup 8#112/bv put %bold vert
+ dup 8#113/lk put %left  mid curl
+ dup 8#114/lb put %left  bot curl
+ dup 8#115/rt put %right top curl
+ dup 8#116/rk put %right mid curl
+ dup 8#117/rb put %right bot curl
+ dup 8#120/rf put %right floor
+ dup 8#121/lf put %left  floor
+ dup 8#122/lc put %left  ceil
+ dup 8#140/sq put %square
+ dup 8#141/bx put %box
+ dup 8#142/ci put %circle
+ dup 8#143/br put %box rule
+ dup 8#144/rn put %root extender
+ dup 8#145/vr put %vertical rule
+ dup 8#146/ob put %outline bullet
+ dup 8#147/bu put %bullet
+ dup 8#150/ru put %rule
+ dup 8#151/ul put %underline
+ pop
+/DITfd 100 dict def
+/BuildChar{0 begin
+ /cc exch def /fd exch def
+ /charname fd /Encoding get cc get def
+ /charwid fd /Metrics get charname get def
+ /charproc fd /CharProcs get charname get def
+ charwid 0 fd /FontBBox get aload pop setcachedevice
+ 40 setlinewidth
+ newpath 0 0 moveto gsave charproc grestore
+ end}def
+/BuildChar load 0 DITfd put
+%/UniqueID 5 def
+/CharProcs 50 dict def
+CharProcs begin
+/space{}def
+/.notdef{}def
+/ru{500 0 rls}def
+/rn{0 750 moveto 500 0 rls}def
+/vr{20 800 moveto 0 -770 rls}def
+/bv{20 800 moveto 0 -1000 rls}def
+/br{20 770 moveto 0 -1040 rls}def
+/ul{0 -250 moveto 500 0 rls}def
+/ob{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath stroke}def
+/bu{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath fill}def
+/sq{80 0 rmoveto currentpoint dround newpath moveto
+    640 0 rlineto 0 640 rlineto -640 0 rlineto closepath stroke}def
+/bx{80 0 rmoveto currentpoint dround newpath moveto
+    640 0 rlineto 0 640 rlineto -640 0 rlineto closepath fill}def
+/ci{355 333 rmoveto currentpoint newpath 333 0 360 arc
+    50 setlinewidth stroke}def
+
+/lt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def
+/lb{20 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def
+/rt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def
+/rb{20 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def
+/lk{20 800 moveto 20 300 -280 300 s4 arcto pop pop 1000 sub
+    currentpoint stroke moveto
+    20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
+/rk{20 800 moveto 20 300 320 300 s4 arcto pop pop 1000 sub
+    currentpoint stroke moveto
+    20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
+/lf{20 800 moveto 0 -1000 rlineto s4 0 rls}def
+/rf{20 800 moveto 0 -1000 rlineto s4 neg 0 rls}def
+/lc{20 -200 moveto 0 1000 rlineto s4 0 rls}def
+/rc{20 -200 moveto 0 1000 rlineto s4 neg 0 rls}def
+end
+
+/Metrics 50 dict def Metrics begin
+/.notdef 0 def
+/space 500 def
+/ru 500 def
+/br 0 def
+/lt 250 def
+/lb 250 def
+/rt 250 def
+/rb 250 def
+/lk 250 def
+/rk 250 def
+/rc 250 def
+/lc 250 def
+/rf 250 def
+/lf 250 def
+/bv 250 def
+/ob 350 def
+/bu 350 def
+/ci 750 def
+/bx 750 def
+/sq 750 def
+/rn 500 def
+/ul 500 def
+/vr 0 def
+end
+
+DITfd begin
+/s2 500 def /s4 250 def /s3 333 def
+/a4p{arcto pop pop pop pop}def
+/2cx{2 copy exch}def
+/rls{rlineto stroke}def
+/currx{currentpoint pop}def
+/dround{transform round exch round exch itransform} def
+end
+end
+/DIThacks exch definefont pop
+%raphael.ms.uky.edu 7/89: for splines from gremlin: next 3 lines
+/Dg{gsave}def
+/Dgi{rlineto}def
+/Dgl{lineto currentpoint stroke grestore moveto}def
+ditstart
+(psc)xT
+576 1 1 xr
+1(Times-Roman)xf 1 f
+2(Times-Italic)xf 2 f
+3(Times-Bold)xf 3 f
+4(Times-BoldItalic)xf 4 f
+5(Helvetica)xf 5 f
+6(Helvetica-Bold)xf 6 f
+7(Courier)xf 7 f
+8(Courier-Bold)xf 8 f
+9(Symbol)xf 9 f
+10(DIThacks)xf 10 f
+10 s
+1 f
+xi
+%%EndProlog
+
+%%Page: 1 1
+10 s 0 xH 0 xS 1 f
+15 s
+867 807(A)N
+983(comparison)X
+1574(of)X
+1704(some)X
+1988(parallel)X
+2379(game-tree)X
+2889(search)X
+3225(algorithms)X
+1878 942(\(Revised)N
+2335(version\))X
+14 s
+1553 1203(Jaleh)N
+1812(Rezaie)X
+12 s
+2201(\([email protected]\))X
+14 s
+1482 1329(Raphael)N
+1877(Finkel)X
+12 s
+2247(\([email protected]\))X
+13 s
+1606 1572(Department)N
+2123(of)X
+2236(Computer)X
+2678(Science)X
+1812 1689(University)N
+2278(of)X
+2391(Kentucky)X
+1725 1806(Lexington,)N
+2204(KY)X
+2380(40506-0027)X
+8 f
+14 s
+576 2127(Abstract)N
+1 f
+12 s
+776 2268(This)N
+1002(paper)X
+1271 0.2404(experimentally)AX
+1905(compares)X
+2329(several)X
+2658(sequential)X
+3105(and)X
+3300(parallel)X
+3646(game-tree)X
+576 2376(search)N
+850(methods:)X
+1231(alpha-beta,)X
+1685(mandatory)X
+2125(work)X
+2350(\256rst,)X
+2550 0.1979(principal-variation)AX
+3295(splitting,)X
+3662(tree)X
+3834(split-)X
+576 2484(ting,)N
+775(ER,)X
+947(and)X
+1111(delay)X
+1345(splitting.)X
+1734(All)X
+1882(have)X
+2089(been)X
+2296(implemented)X
+2826(in)X
+2927(a)X
+2996(common)X
+3359(environment)X
+3872(pro-)X
+576 2592(vided)N
+814(by)X
+934(the)X
+1076(DIB)X
+1265(package.)X
+8 f
+14 s
+576 2796(Key)N
+844(words:)X
+1 f
+12 s
+1326(game)X
+1559(trees,)X
+1789(heuristic)X
+2145(search,)X
+2439(alpha-beta)X
+8 f
+14 s
+576 3000(1.)N
+844(Introduction)X
+1 f
+12 s
+776 3141(In)N
+892(this)X
+1067(paper)X
+1318(we)X
+1467(compare)X
+1836(some)X
+2076(of)X
+2193(the)X
+2348(parallel)X
+2675(methods)X
+3038(for)X
+3187(searching)X
+3593(large)X
+3823(game)X
+576 3249(trees.)N
+831(These)X
+1086(trees)X
+1293(arise)X
+1500(in)X
+1600(the)X
+1743(area)X
+1929(of)X
+2034(arti\256cial)X
+2381 0.2784(intelligence)AX
+2857(and)X
+3021(are)X
+3164(closely)X
+3462(related)X
+3750(to)X
+3850(trees)X
+576 3357(searched)N
+946(in)X
+1054(other)X
+1285(application)X
+1748(areas.)X
+2028(Exhaustive)X
+2490(search)X
+2770(of)X
+2884(a)X
+2961(tree)X
+3140(is)X
+3238(prohibitively)X
+3770(expen-)X
+576 3465(sive.)N
+803(There)X
+1052(are)X
+1194(several)X
+1491(ways)X
+1712(to)X
+1811(ameliorate)X
+2243(the)X
+2385(problem.)X
+10 f
+624 3606(g)N
+1 f
+706(Search)X
+992(only)X
+1187(to)X
+1286(a)X
+1353(given)X
+1591(depth.)X
+10 f
+624 3714(g)N
+1 f
+706(Apply)X
+970(heuristics,)X
+1387(such)X
+1587(as)X
+1691(the)X
+1833(alpha-beta)X
+2259(method,)X
+2596(to)X
+2695(cut)X
+2837(off)X
+2973(fruitless)X
+3307(search.)X
+10 f
+624 3822(g)N
+1 f
+706(Apply)X
+970(many)X
+1208(computers)X
+1633(simultaneously)X
+2240(in)X
+2339(pursuing)X
+2699(the)X
+2841(search.)X
+576 3963(We)N
+734(concentrate)X
+1203(on)X
+1323(distributed)X
+1759(variants)X
+2088(of)X
+2192(the)X
+2334(alpha-beta)X
+2760(heuristic)X
+3116(that)X
+3285(try)X
+3416(to)X
+3515(avoid)X
+3754(search-)X
+576 4071(ing)N
+723(unnecessary)X
+1217(parts)X
+1428(of)X
+1532(the)X
+1674(tree)X
+1843(while)X
+2081(keeping)X
+2410(many)X
+2648(processors)X
+3077(fruitfully)X
+3449(busy.)X
+776 4212(The)N
+987(algorithms)X
+1460(we)X
+1633(compare)X
+2026(are)X
+2205(alpha-beta,)X
+2692(mandatory)X
+3165(work)X
+3423(\256rst,)X
+3657(principal-)X
+576 4320(variation)N
+947(splitting,)X
+1315(tree)X
+1488(splitting,)X
+1856(ER,)X
+2031(and)X
+2198(delay)X
+2434(splitting.)X
+2825(To)X
+2959(be)X
+3077(able)X
+3265(to)X
+3367(make)X
+3603(a)X
+3673(fair)X
+3834(com-)X
+576 4428(parison)N
+884(between)X
+1230(the)X
+1373(above)X
+1628(algorithms,)X
+2089(we)X
+2226(have)X
+2433(extended)X
+2806(the)X
+2949(DIB)X
+3139(package)X
+3479([1])X
+3617(to)X
+3718(use)X
+3872(it)X
+3952(as)X
+576 4536(a)N
+643(framework)X
+1089(for)X
+1225(implementing)X
+1785(all)X
+1906(the)X
+2048(algorithms)X
+2484(we)X
+2620(compare.)X
+776 4677(Section)N
+1097(2)X
+1177(describes)X
+1567(the)X
+1717(DIB)X
+1914(package.)X
+2310(Section)X
+2632(3)X
+2713(introduces)X
+3147(the)X
+3298(alpha-beta)X
+3733(pruning)X
+576 4785(and)N
+749(brie\257y)X
+1034(describes)X
+1426(the)X
+1578(algorithms)X
+2024(used)X
+2234(in)X
+2342(the)X
+2493(experiment.)X
+3008(Section)X
+3330(4)X
+3411(presents)X
+3759(experi-)X
+576 4893(mental)N
+876(results)X
+1164(that)X
+1346(compare)X
+1716(the)X
+1872(algorithms.)X
+2370(Section)X
+2697(5)X
+2783(compares)X
+3190(the)X
+3346(effects)X
+3641(of)X
+3759(several)X
+576 5001(sorting)N
+872(strategies)X
+1264(on)X
+1388(the)X
+1534(above)X
+1792(algorithms.)X
+2280(Section)X
+2597(6)X
+2673(illustrates)X
+3076(the)X
+3222(new)X
+3410(results)X
+3689(achieved)X
+576 5109(by)N
+703(adjustments)X
+1195(made)X
+1436(to)X
+1543(MWF)X
+1804(algorithm.)X
+2259(Section)X
+2580(7)X
+2660(summarizes)X
+3152(the)X
+3302(results,)X
+3609(and)X
+3780(details)X
+576 5217(remaining)N
+991(parts)X
+1202(of)X
+1306(this)X
+1469(experiment.)X
+8 f
+14 s
+576 5439(2.)N
+840(DIB)X
+1104(\320)X
+1234(A)X
+1364(distributed)X
+2164(implementation)X
+3165(of)X
+3362(backtrack-)X
+576 5547(ing)N
+1 f
+12 s
+776 5688(In)N
+892(this)X
+1067(section)X
+1376(we)X
+1524(describe)X
+1881(how)X
+2082(DIB)X
+2283(works)X
+2553(and)X
+2728(how)X
+2929(we)X
+3077(use)X
+3241(it)X
+3331(to)X
+3443(implement)X
+3893(dif-)X
+576 5796(ferent)N
+825(tree-search)X
+1272(algorithms.)X
+
+2 p
+%%Page: 2 2
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(2)X
+8 f
+14 s
+576 780(2.1.)N
+978(Description)X
+1782(of)X
+1983(DIB)X
+1 f
+12 s
+776 921(DIB)N
+971(is)X
+1065(a)X
+1138(multi-purpose)X
+1708(package)X
+2054(developed)X
+2480(by)X
+2606(Finkel)X
+2882(and)X
+3051(Manber)X
+3380(for)X
+3523(tree-traversal)X
+576 1029(problems)N
+958([1].)X
+1168(It)X
+1277(allows)X
+1578(applications)X
+2094(such)X
+2320(as)X
+2450(backtrack)X
+2875(and)X
+3063(branch-and-bound)X
+3817(to)X
+3941(be)X
+576 1137(implemented)N
+1122(on)X
+1260(a)X
+1345(multicomputer.)X
+2003(DIB's)X
+2279(requirements)X
+2824(from)X
+3053(the)X
+3213(distributed)X
+3668(operating)X
+576 1245(system)N
+886(are)X
+1047(minimal.)X
+1460(The)X
+1653(machines)X
+2060(must)X
+2289(be)X
+2422(connected)X
+2855(by)X
+2993(a)X
+3078(network)X
+3435(that)X
+3622(supports)X
+3989(a)X
+576 1353(message-passing)N
+1263(mechanism;)X
+1770(each)X
+1988(machine)X
+2356(must)X
+2584(be)X
+2716(able)X
+2918(to)X
+3035(communicate,)X
+3621(not)X
+3786(neces-)X
+576 1461(sarily)N
+817(directly,)X
+1163(with)X
+1361(all)X
+1485(other)X
+1710(machines.)X
+2149(Our)X
+2325 0.2548(implementation)AX
+2958(of)X
+3065(DIB)X
+3257(is)X
+3348(programmed)X
+3867(in)X
+3968(C)X
+576 1569(and)N
+741(runs)X
+932(in)X
+1033(the)X
+1177(Unix)X
+1395(environment)X
+1908(across)X
+2174(machines)X
+2564(connected)X
+2981(by)X
+3103(an)X
+3220(internet)X
+3541(or)X
+3647(on)X
+3770(a)X
+3840(Unix)X
+576 1677(multiprocessor.)N
+776 1818(The)N
+953(application)X
+1409(program)X
+1762(must)X
+1976(specify)X
+2281(the)X
+2426(root)X
+2609(of)X
+2717(the)X
+2863(problem)X
+3212(tree,)X
+3409(how)X
+3602(to)X
+3705(generate)X
+576 1926(children,)N
+955(and)X
+1133(calculations)X
+1633(needed)X
+1945(at)X
+2054(each)X
+2270(node.)X
+2544(It)X
+2642(can)X
+2815(also)X
+3009(optionally)X
+3438(specify)X
+3754(how)X
+3957(to)X
+576 2034(generate)N
+937(values)X
+1217(of)X
+1331(a)X
+1408(tree)X
+1587(node)X
+1808(from)X
+2029(combining)X
+2475(its)X
+2600(children's)X
+3019(values)X
+3299(and)X
+3472(how)X
+3671(to)X
+3781(spread)X
+576 2142(information)N
+1055(either)X
+1299(globally)X
+1639(or)X
+1743(locally)X
+2030(throughout)X
+2476(the)X
+2618(tree.)X
+776 2283(DIB)N
+969(divides)X
+1276(the)X
+1423(problem)X
+1773(into)X
+1952(subproblems)X
+2472(and)X
+2640(assigns)X
+2946(them)X
+3168(to)X
+3272(any)X
+3440(number)X
+3763(of)X
+3872(pro-)X
+576 2391(cessors)N
+879(\(potentially)X
+1349(nonhomogeneous)X
+2052(machines)X
+2441(in)X
+2541(a)X
+2609(network\))X
+2981(dynamically.)X
+3531(Each)X
+3749(proces-)X
+576 2499(sor)N
+723(maintains)X
+1128(a)X
+1201(table)X
+1419(of)X
+1530(explicit)X
+1851(work,)X
+2103(recording)X
+2503(all)X
+2631(the)X
+2780(problems)X
+3169(that)X
+3345(have)X
+3558(been)X
+3771(sent)X
+3957(to)X
+576 2607(the)N
+721(processor,)X
+1140(have)X
+1349(been)X
+1558(generated)X
+1960(by)X
+2083(the)X
+2227(processor)X
+2621(itself,)X
+2864(and/or)X
+3136(have)X
+3344(been)X
+3552(sent)X
+3733(to)X
+3834(other)X
+576 2715(processors.)N
+1062(Each)X
+1288(processor)X
+1689(is)X
+1786(responsible)X
+2257(for)X
+2402(the)X
+2553(work)X
+2784(in)X
+2893(its)X
+3018(table.)X
+3288(Each)X
+3515(item)X
+3721(of)X
+3835(work)X
+576 2823(\(represented)N
+1079(by)X
+1202(a)X
+1272(node)X
+1486(in)X
+1588(the)X
+1733(backtrack)X
+2135(tree,)X
+2331(which)X
+2593(stands)X
+2859(as)X
+2965(well)X
+3157(for)X
+3295(all)X
+3418(its)X
+3535(descendents\))X
+576 2931(is)N
+664(labeled)X
+967(by)X
+1087(which)X
+1346(processor,)X
+1762(if)X
+1845(any,)X
+2032(has)X
+2184(been)X
+2390(assigned)X
+2745(that)X
+2914(work.)X
+776 3072(When)N
+1030(a)X
+1097(processor)X
+2 f
+1489(A)X
+1 f
+1588(is)X
+1676(\256nished)X
+2004(with)X
+2199(a)X
+2266(problem)X
+2611(and)X
+2775(has)X
+2928(reported)X
+3274(its)X
+3390(result)X
+3629(to)X
+3729(the)X
+3872(pro-)X
+576 3180(cessor)N
+848(that)X
+1025(gave)X
+1239(it)X
+1324(that)X
+1500(problem,)X
+1876(it)X
+1961(will)X
+2142(take)X
+2334(the)X
+2483(\256rst)X
+2663(\(in)X
+2801(an)X
+2923(inorder)X
+3232(traversal)X
+3595(of)X
+3706(the)X
+3855(tree\))X
+576 3288(unassigned)N
+1042(problem)X
+1402(from)X
+1629(its)X
+1760(table.)X
+2036(If)X
+2140(no)X
+2276(unassigned)X
+2743(problem)X
+3104(is)X
+3208(available,)X
+2 f
+3621(A)X
+1 f
+3736(sends)X
+3989(a)X
+3 f
+576 3396(work)N
+815(request)X
+1 f
+1145(message)X
+1496(to)X
+1596(another)X
+1910(processor)X
+2303(\(or)X
+2440(processors\),)X
+2926(selected)X
+3262(at)X
+3357(random)X
+3676(from)X
+2 f
+3888(A)X
+1 f
+3963('s)X
+576 3504(peers,)N
+827(repeatedly)X
+1253(\(with)X
+1480(some)X
+1707(delay\))X
+1972(until)X
+2173(new)X
+2357(work)X
+2578(arrives.)X
+776 3645(A)N
+878(processor)X
+2 f
+1279(B)X
+1 f
+1387(that)X
+1565(receives)X
+1914(a)X
+1990(work)X
+2220(request)X
+2531(message)X
+2890(interrupts)X
+3292(its)X
+3416(own)X
+3614(search)X
+3893(and)X
+576 3753(trys)N
+754(to)X
+863(respond)X
+1201(by)X
+1331(sending)X
+1664(some)X
+1901(work)X
+2132(to)X
+2240(the)X
+2391(requesting)X
+2825(processor)X
+3226(from)X
+3446(its)X
+3570(table.)X
+3839(If)X
+3936(no)X
+576 3861(unassigned)N
+1031(problem)X
+1380(is)X
+1472(available)X
+1849(in)X
+1952(the)X
+2098(table,)X
+2338(then)X
+2532(the)X
+2678(problem)X
+2 f
+3028(B)X
+1 f
+3132(is)X
+3225(working)X
+3574(on)X
+3699(is)X
+3792(subdi-)X
+576 3969(vided)N
+815(and)X
+979(its)X
+1095(children)X
+1436(are)X
+1579(put)X
+1727(in)X
+1827(the)X
+1970(table.)X
+2231(Until)X
+2454(work)X
+2676(is)X
+2765(subdivided,)X
+3236(DIB)X
+3426(maintains)X
+3826(a)X
+3893(fast)X
+576 4077(representation)N
+1163(of)X
+1284(the)X
+1443(current)X
+1758(search)X
+2046(\(just)X
+2259(a)X
+2344(recursion)X
+2744(stack;)X
+3011(we)X
+3165(call)X
+3347(it)X
+3443(the)X
+3603(``implicit'')X
+576 4185(representation\);)N
+1206(subdivided)X
+1653(work)X
+1875(is)X
+1964(explicit)X
+2278(in)X
+2377(the)X
+2519(table.)X
+2779(After)X
+3006(subdivision,)X
+2 f
+3497(B)X
+1 f
+3596(can)X
+3754(usually)X
+576 4293(send)N
+791(some)X
+1033(unassigned)X
+1499(work)X
+1735(to)X
+1849(the)X
+2006(requesting)X
+2446(processor.)X
+2901(Subdivision)X
+3399(may)X
+3604(have)X
+3826(to)X
+3941(be)X
+576 4401(repeated)N
+944(several)X
+1258(times)X
+1508(before)X
+1795(an)X
+1927(unassigned)X
+2395(problem)X
+2757(is)X
+2862(generated,)X
+3302(but)X
+3466(if)X
+3566(it)X
+3660(reaches)X
+3989(a)X
+576 4509(trivial)N
+844(problem)X
+1202(\(not)X
+1394(worth)X
+1655(subdividing\),)X
+2202(or)X
+2319(if)X
+2416(it)X
+2508(reaches)X
+2835(the)X
+2991(depth)X
+3243(at)X
+3351(which)X
+2 f
+3624(B)X
+1 f
+3737(itself)X
+3968(is)X
+576 4617(searching,)N
+998(the)X
+1144(request)X
+1450(is)X
+1542(not)X
+1693(granted.)X
+2 f
+2058(B)X
+1 f
+2161(resumes)X
+2504(its)X
+2623(search)X
+2897(after)X
+3102(dealing)X
+3414(with)X
+3613(the)X
+3759(incom-)X
+576 4725(ing)N
+723(request.)X
+776 4866(DIB)N
+972(is)X
+1067(fault)X
+1275(tolerant,)X
+1625(in)X
+1731(that)X
+1907(work)X
+2135(that)X
+2 f
+2311(B)X
+1 f
+2417(has)X
+2576(given)X
+2822(to)X
+2 f
+2929(A)X
+1 f
+3036(can)X
+3202(still)X
+3379(be)X
+3502(accomplished)X
+576 4974(by)N
+2 f
+702(B)X
+1 f
+807(if)X
+896(there)X
+1119(is)X
+1213(nothing)X
+1537(else)X
+1717(worth)X
+1971(doing)X
+2220(and)X
+2389(if)X
+2 f
+2478(A)X
+1 f
+2582(has)X
+2739(not)X
+2891(yet)X
+3038(reported)X
+3388(the)X
+3535(result)X
+3778(of)X
+3887(that)X
+576 5082(work.)N
+845(This)X
+1040(mechanism)X
+1503(does)X
+1703(not)X
+1850(need)X
+2056(timeouts)X
+2412(or)X
+2516(``heartbeats'')X
+3059(to)X
+3158(detect)X
+3413(failure.)X
+776 5223(We)N
+938(have)X
+1148(enhanced)X
+1540(the)X
+1686(DIB)X
+1879(package)X
+2223(so)X
+2336(that)X
+2509(it)X
+2591(can)X
+2753(achieve)X
+3076(high)X
+3275(ef\256ciency)X
+3683(for)X
+3823(game)X
+576 5331(tree)N
+748(search.)X
+1069(The)X
+1246(principal)X
+1616(enhancement)X
+2152(is)X
+2243(added)X
+2500(\257exibility)X
+2902(given)X
+3143(to)X
+3245(the)X
+3389(application)X
+3844(level)X
+576 5439(for)N
+719(delaying)X
+1082(evaluation)X
+1515(of)X
+1626(a)X
+1700(game-tree)X
+2117(node.)X
+2383(That)X
+2591(is,)X
+2710(the)X
+2860(application)X
+3321(can)X
+3487(refuse)X
+3754(to)X
+3861(gen-)X
+576 5547(erate)N
+792(additional)X
+1206(children)X
+1549(for)X
+1688(a)X
+1758(node)X
+1972(but)X
+2122(indicate)X
+2455(that)X
+2627(in)X
+2729(the)X
+2874(future)X
+3131(it)X
+3212(may)X
+3405(again)X
+3641(be)X
+3759(willing)X
+576 5655(to)N
+688(do)X
+821(so.)X
+991(DIB)X
+1194(does)X
+1408(not)X
+1569(attempt)X
+1897(to)X
+2010(generate)X
+2375(children)X
+2729(of)X
+2847(such)X
+3061(a)X
+3142(node)X
+3367(again)X
+3614(until)X
+3829(some)X
+576 5763(other)N
+798(child)X
+1015(of)X
+1119(that)X
+1288(node)X
+1499(has)X
+1651(completed)X
+2077(or)X
+2181(a)X
+2248(data)X
+2433(update)X
+2714(message)X
+3064(has)X
+3216(arrived)X
+3513(at)X
+3607(that)X
+3776(node.)X
+
+3 p
+%%Page: 3 3
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(3)X
+1 f
+12 s
+776 780(To)N
+913(experiment)X
+1377(with)X
+1578(game)X
+1817(playing,)X
+2160(we)X
+2302(have)X
+2514(designed)X
+2886(a)X
+2959(two-level)X
+3353(application)X
+3813(struc-)X
+576 888(ture.)N
+817(The)X
+3 f
+1010(game)X
+1 f
+1272(level)X
+1503(is)X
+1610(game-speci\256c,)X
+2212(knowing)X
+2591(the)X
+2752(rules)X
+2982(for)X
+3137(tic-tac-toe,)X
+3596(Othello,)X
+3952(or)X
+576 996(checkers.)N
+989(The)X
+3 f
+1167(control)X
+1 f
+1489(level)X
+1705(communicates)X
+2290(both)X
+2489(with)X
+2688(DIB)X
+2881(and)X
+3048(the)X
+3194(game)X
+3431(level.)X
+3695(It)X
+3782(knows)X
+576 1104(the)N
+734(pattern)X
+1042(of)X
+1162(evaluation)X
+1604(for)X
+1756(one)X
+1935(of)X
+2055(the)X
+2213(algorithms)X
+2665(we)X
+2816(compared,)X
+3259(namely,)X
+3606(alpha-beta,)X
+576 1212(mandatory)N
+1023(work)X
+1255(\256rst,)X
+1463 0.1979(principal-variation)AX
+2216(splitting,)X
+2591(tree)X
+2772(splitting,)X
+3148(ER,)X
+3331(or)X
+3447(delay)X
+3692(splitting.)X
+576 1320(Any)N
+769(of)X
+877(the)X
+1022(game)X
+1258(modules)X
+1611(we)X
+1750(implemented)X
+2281(can)X
+2442(be)X
+2560(used)X
+2763(with)X
+2961(any)X
+3127(of)X
+3234(the)X
+3379(control)X
+3679(modules;)X
+576 1428(any)N
+739(such)X
+939(combination)X
+1445(can)X
+1603(be)X
+1718(used)X
+1918(with)X
+2113(our)X
+2265(enhanced)X
+2653(DIB.)X
+776 1569(Since)N
+1043(DIB)X
+1261(distributes)X
+1715(work,)X
+1989(collects)X
+2337(and)X
+2529(reports)X
+2849(results,)X
+3177(and)X
+3370(passes)X
+3669(messages)X
+576 1677(between)N
+929(processors)X
+1365(in)X
+1471(a)X
+1545(similar)X
+1844(way)X
+2035(for)X
+2178(all)X
+2306(the)X
+2455(combinations,)X
+3029(we)X
+3172(can)X
+3337(compare)X
+3700(different)X
+576 1785(control)N
+882(modules)X
+1241(in)X
+1349(a)X
+1425(fairly)X
+1668 0.2050(implementation-independent)AX
+2811(fashion.)X
+3176(Previous)X
+3546(comparisons)X
+576 1893(are)N
+719(questionable)X
+1231(because)X
+1561(each)X
+1763(algorithm)X
+2163(was)X
+2337(implemented)X
+2866(in)X
+2966(a)X
+3034(different)X
+3391(parallel)X
+3706(environ-)X
+576 2001(ment.)N
+8 f
+14 s
+576 2205(3.)N
+844(Parallel)X
+1447(tree)X
+1782(search)X
+2251(algorithms)X
+1 f
+12 s
+776 2346(The)N
+953(best)X
+1135(way)X
+1323(to)X
+1426(evaluate)X
+1776(a)X
+1847(parallel)X
+2165(algorithm)X
+2568(for)X
+2708(a)X
+2779(given)X
+3021(problem)X
+3370(is)X
+3462(to)X
+3565(measure)X
+3914(the)X
+576 2454(extent)N
+844(in)X
+951(which)X
+1217(it)X
+1302(takes)X
+1531(advantage)X
+1953(of)X
+2064(available)X
+2444(processors.)X
+2928(This)X
+3130(idea)X
+3322(can)X
+3487(be)X
+3609(formulated)X
+576 2562(as)N
+680(follows:)X
+2 f
+1161 2754(speedup)N
+1516(S)X
+9 f
+1604(=)X
+2 f
+1848 2823(time)N
+2054(required)X
+2425(by)X
+2556(parallel)X
+2901(algorithm)X
+1705 2700(time)N
+1911(required)X
+2282(by)X
+2413(best)X
+2608(sequential)X
+3044(algorithm)X
+10 f
+1690 2727(h)N
+1709(hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh)X
+2 f
+1442 3045(ef\256ciency)N
+1847(E)X
+9 f
+1946(=)X
+2 f
+2047 3114(number)N
+2380(of)X
+2511(processors)X
+2966(used)X
+2571 2991(S)N
+10 f
+2033 3018(h)N
+2053(hhhhhhhhhhhhhhhhhhhhhhh)X
+1 f
+776 3285(It)N
+866(is)X
+961(not)X
+1115(easy)X
+1317(to)X
+1423(achieve)X
+1749(a)X
+1823(``perfect'')X
+2250(ef\256ciency)X
+2661(of)X
+2772(1.0.)X
+2971(For)X
+3136(a)X
+3211(given)X
+3457(sized)X
+3687(problem,)X
+576 3393(ef\256ciency)N
+990(tends)X
+1227(to)X
+1335(decrease)X
+1700(as)X
+1813(the)X
+1964(number)X
+2291(of)X
+2404(processors)X
+2842(increases.)X
+3276(This)X
+3480(relationship)X
+3968(is)X
+576 3501(explained)N
+975(by)X
+1095(Kumar)X
+1386(and)X
+1549(Rao)X
+1728([2])X
+1864(as)X
+1968(resulting)X
+2329(from)X
+2540(an)X
+2655(increase)X
+2995(in)X
+3094(the)X
+3236(communication)X
+3860(time)X
+576 3609(\(sum)N
+798(of)X
+908(the)X
+1056(time)X
+1258(spent)X
+1491(by)X
+1616(all)X
+1742(processors)X
+2176(in)X
+2280(communicating)X
+2909(with)X
+3109(neighboring)X
+3603(processors,)X
+576 3717(waiting)N
+894(for)X
+1035(messages,)X
+1451(time)X
+1652(in)X
+1756(starvation,)X
+2189(and)X
+2357(so)X
+2471(forth\),)X
+2743(while)X
+2986(there)X
+3208(is)X
+3301(no)X
+3426(change)X
+3729(in)X
+3834(com-)X
+576 3825(putation)N
+926(time)X
+1132(\(sum)X
+1358(of)X
+1471(the)X
+1622(time)X
+1827(spent)X
+2063(by)X
+2192(all)X
+2322(the)X
+2473(processors)X
+2911(in)X
+3019(useful)X
+3287(computation\).)X
+3882(The)X
+576 3933(relationship)N
+1060(between)X
+1411(communication)X
+2041(time)X
+2243(\()X
+2 f
+2275(T)X
+9 s
+2328 3957(cm)N
+1 f
+12 s
+2428 3933(\),)N
+2514(computation)X
+3026(time)X
+3228(\()X
+2 f
+3260(T)X
+9 s
+3313 3957(cp)N
+1 f
+12 s
+3397 3933(\),)N
+3483(and)X
+3652(ef\256ciency)X
+576 4047(\(E\))N
+723(is)X
+811(described)X
+1204(as)X
+1308(follows:)X
+2 f
+2045 4263(E)N
+9 f
+2120(=)X
+2 f
+2197 4332(T)N
+9 s
+2250 4356(cp)N
+12 s
+9 f
+2334 4332(+)N
+2 f
+2387(T)X
+9 s
+2440 4356(cm)N
+12 s
+2300 4185(T)N
+9 s
+2353 4209(cp)N
+12 s
+10 f
+2182 4236(h)N
+2218(hhhhhhh)X
+1 f
+776 4527(Kumar)N
+1080(and)X
+1256(Rao)X
+1435([2])X
+1584(de\256ne)X
+1856(an)X
+3 f
+1984(isoef\256ciency)X
+2518(function)X
+1 f
+2896(that)X
+3078(shows)X
+3354(how)X
+3556(the)X
+3711(problem)X
+576 4635(must)N
+790(grow)X
+1013(with)X
+1210(number)X
+1530(of)X
+1636(processors)X
+2067(to)X
+2168(achieve)X
+2489(the)X
+2633(same)X
+2857(ef\256ciency.)X
+3311(They)X
+3535(also)X
+3716(mention)X
+576 4743(that)N
+759(since)X
+995(most)X
+1220(problems)X
+1616(have)X
+1836(a)X
+1917(sequential)X
+2346(component)X
+2812(\(in)X
+2957(depth-\256rst)X
+3390(search,)X
+3698(it)X
+3790(is)X
+3893(one)X
+576 4851(node)N
+813(expansion\),)X
+1309(problem)X
+1680(size)X
+1880(must)X
+2117(grow)X
+2364(at)X
+2484(least)X
+2711(linearly)X
+3056(to)X
+3181(maintain)X
+3569(a)X
+3662(particular)X
+576 4959(ef\256ciency.)N
+776 5100(Steinberg)N
+1177(and)X
+1348(Solomon)X
+1719([3])X
+1863(blame)X
+2131(the)X
+2281(failure)X
+2565(to)X
+2672(achieve)X
+2999(perfect)X
+3299(ef\256ciency)X
+3711(on)X
+3839(three)X
+576 5208(types)N
+803(of)X
+907(``loss''.)X
+10 f
+624 5349(g)N
+3 f
+706(Starvation)X
+1162(loss)X
+1 f
+1311(:)X
+1362(processors)X
+1791(sitting)X
+2056(idle)X
+2225(while)X
+2463(awaiting)X
+2819(work)X
+3040(to)X
+3139(be)X
+3254(given)X
+3492(to)X
+3591(them.)X
+10 f
+624 5457(g)N
+3 f
+706(Interference)X
+1240(loss)X
+1 f
+1389(:)X
+1442(time)X
+1640(spent)X
+1869(waiting)X
+2184(for)X
+2322(access)X
+2594(to)X
+2695(shared)X
+2973(resources)X
+3363(such)X
+3566(as)X
+3673(the)X
+3818(set)X
+3952(of)X
+706 5565(un\256nished)N
+1130(subproblems.)X
+10 f
+624 5673(g)N
+3 f
+706(Speculative)X
+1201(loss)X
+1 f
+1350(:)X
+1402(time)X
+1599(spent)X
+1828(performing)X
+2287(unnecessary)X
+2783(work,)X
+3030(such)X
+3232(as)X
+3338(that)X
+3509(performed)X
+3936(by)X
+706 5781(a)N
+792(parallel)X
+1125(algorithm)X
+1543(before)X
+1832(it)X
+1929(is)X
+2036(possible)X
+2394(to)X
+2512(determine)X
+2941(that)X
+3129(the)X
+3289(work)X
+3528(is)X
+3634(necessary.)X
+
+4 p
+%%Page: 4 4
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(4)X
+1 f
+12 s
+706 780(Because)N
+1059(a)X
+1134(parallel)X
+1456(algorithm)X
+1863(must)X
+2082(evaluate)X
+2436(different)X
+2800(nodes)X
+3056(simultaneously,)X
+3695(informa-)X
+706 888(tion)N
+893(gained)X
+1187(by)X
+1319(evaluation)X
+1757(of)X
+1873(one)X
+2048(node)X
+2271(could)X
+2521(come)X
+2766(too)X
+2925(late)X
+3101(to)X
+3212(cut)X
+3366(off)X
+3514(evaluation)X
+3952(of)X
+706 996(other)N
+928(nodes.)X
+8 f
+14 s
+576 1200(3.1.)N
+978(Alpha-beta)X
+1 f
+12 s
+776 1341(The)N
+966(alpha-beta)X
+1408(algorithm)X
+1823(is)X
+1927(a)X
+2010(sequential)X
+2441(technique)X
+2857(used)X
+3074(to)X
+3190(evaluate)X
+3553(a)X
+3637(game)X
+3887(tree)X
+576 1449(ef\256ciently.)N
+1050(The)X
+1235(nodes)X
+1494(corresponding)X
+2079(to)X
+2189(the)X
+2342(\256rst)X
+2526(player's)X
+2871(moves)X
+3157(are)X
+3309(called)X
+3 f
+3574(max)X
+1 f
+3784(nodes,)X
+576 1557(and)N
+744(the)X
+891(other)X
+1119(nodes)X
+1373(are)X
+1521(called)X
+3 f
+1782(min)X
+1 f
+1972(nodes.)X
+2274(The)X
+2454(value)X
+2693(of)X
+2803(a)X
+2876(max)X
+3072(node)X
+3289(is)X
+3383(the)X
+3531(maximum)X
+3952(of)X
+576 1665(the)N
+719(value)X
+953(of)X
+1058(its)X
+1174(children,)X
+1539(where)X
+1799(as)X
+1904(the)X
+2047(value)X
+2281(of)X
+2386(a)X
+2454(min)X
+2629(node)X
+2841(is)X
+2930(the)X
+3073(minimum)X
+3473(of)X
+3577(the)X
+3719(value)X
+3952(of)X
+576 1773(its)N
+714(children.)X
+1125(The)X
+1322(value)X
+1578(of)X
+1705(a)X
+1795(leaf)X
+1987(is)X
+2098(determined)X
+2579(by)X
+2723(a)X
+2814(game-speci\256c)X
+3397(static)X
+3649(evaluator.)X
+576 1881(Alpha-beta)N
+1034(ignores)X
+1347(branches)X
+1719(that)X
+1894(are)X
+2042(certain)X
+2335(not)X
+2488(to)X
+2593(contribute)X
+3014(to)X
+3118(the)X
+3265(value)X
+3503(of)X
+3612(the)X
+3759(current)X
+576 1989(node.)N
+835(Figure)X
+1110(1)X
+1183(shows)X
+1447(a)X
+1515(sample)X
+1813(game)X
+2047(tree)X
+2217(with)X
+2413(a)X
+2481(cutoff.)X
+2784(In)X
+2889(this)X
+3053(\256gure,)X
+3326(node)X
+2 f
+3538(z)X
+1 f
+3591(,)X
+3640(which)X
+3900(is)X
+3989(a)X
+576 2097(max)N
+766(node,)X
+1001(has)X
+1153(two)X
+1321(children,)X
+1685(and)X
+1848(its)X
+1963(\256rst)X
+2136(child)X
+2353(is)X
+2441(evaluated)X
+2835(to)X
+2934(9.)X
+3054(Therefore,)X
+1184 2238(value\()N
+2 f
+1425(z)X
+1 f
+1478(\))X
+1534(=)X
+1612(max{9,)X
+1920(value\()X
+2 f
+2161(y)X
+1 f
+2220(\)})X
+576 2379(where)N
+2 f
+845(y)X
+1 f
+939(is)X
+1038(the)X
+1191(other)X
+1424(child)X
+1652(of)X
+2 f
+1767(z)X
+1 f
+1820(.)X
+1903(Now)X
+2124(if)X
+2218(the)X
+2371(\256rst)X
+2555(child)X
+2783(\(we)X
+2962(will)X
+3147(often)X
+3380(call)X
+3555(it)X
+3644(the)X
+3 f
+3797(eldest)X
+1 f
+576 2487(child\))N
+825(of)X
+2 f
+929(y)X
+1 f
+1012(is)X
+1100(evaluated)X
+1494(to)X
+1593(7)X
+1665(then)X
+1184 2628(value\()N
+2 f
+1425(y)X
+1 f
+1484(\))X
+1540(=)X
+1618(min{7,)X
+1910(...})X
+576 2769(so)N
+688(the)X
+833(value)X
+1069(of)X
+2 f
+1176(z)X
+1 f
+1256(is)X
+1347(9)X
+1423(regardless)X
+1841(of)X
+1949(the)X
+2095(value)X
+2332(of)X
+2 f
+2440(y)X
+1 f
+2499(.)X
+2575(It)X
+2662(follows)X
+2978(that)X
+3151(the)X
+3297(remaining)X
+3716(children)X
+576 2877(of)N
+680(the)X
+822(node)X
+2 f
+1033(y)X
+1 f
+1116(need)X
+1322(not)X
+1469(be)X
+1584(evaluated.)X
+2026(Ignoring)X
+2381(those)X
+2608(children)X
+2948(is)X
+3036(called)X
+3 f
+3291(shallow)X
+3624(cutoff)X
+1 f
+3864(.)X
+776 3018(Figure)N
+1073(2)X
+1167(illustrates)X
+1588(another)X
+1923(type)X
+2135(of)X
+2261(cutoff.)X
+2585(After)X
+2834(the)X
+2998(eldest)X
+3269(child)X
+3508(of)X
+3634(node)X
+2 f
+3868(z)X
+1 f
+3968(is)X
+576 3126(evaluated,)N
+1009(we)X
+1160(see)X
+1322(that)X
+2 f
+1506(z)X
+1 f
+1559('s)X
+1667(value)X
+1915(will)X
+2104(be)X
+2234(greater)X
+2540(than)X
+2744(or)X
+2862(equal)X
+3109(to)X
+3222(9.)X
+3356(This)X
+3565(value)X
+3812(is)X
+3914(the)X
+576 3234(current)N
+876(lower)X
+1122(bound)X
+1389(in)X
+1491(the)X
+1636(alpha-beta)X
+2065(algorithm.)X
+2515(The)X
+2692(value)X
+2928(of)X
+3035(a)X
+3 f
+3105(min)X
+1 f
+3292(node)X
+3506(in)X
+3608(the)X
+3754(subtree)X
+576 3342(rooted)N
+853(at)X
+954(node)X
+2 f
+1172(y)X
+1 f
+1262(must)X
+1479(be)X
+1600(greater)X
+1898(than)X
+2094(9)X
+2172(in)X
+2277(order)X
+2510(for)X
+2652(the)X
+2800(lower)X
+3049(bound)X
+3319(to)X
+3424(change.)X
+3775(There-)X
+576 3450(fore,)N
+779(when)X
+1011(the)X
+1154(algorithm)X
+1554(reaches)X
+1868(node)X
+2 f
+2080(w)X
+1 f
+2185(\(a)X
+2285(min)X
+2460(node\))X
+2704(and)X
+2868(its)X
+2984(\256rst)X
+3158(child)X
+3376(is)X
+3465(evaluated)X
+3860(to)X
+3960(7,)X
+576 3558(the)N
+719(evaluation)X
+1146(of)X
+1250(the)X
+1392(remaining)X
+1807(children)X
+2147(can)X
+2305(be)X
+2420(avoided.)X
+2797(This)X
+2992(cutoff)X
+3246(is)X
+3334(called)X
+3589(a)X
+3 f
+3656(deep)X
+3872(cut-)X
+576 3666(off)N
+1 f
+712(because)X
+1041(the)X
+1183(node)X
+2 f
+1394(w)X
+1 f
+1498(is)X
+1586(more)X
+1808(than)X
+1998(one)X
+2161(ply)X
+2308(below)X
+2567(the)X
+2709(node)X
+2 f
+2920(z)X
+1 f
+2973(.)X
+776 3807(Following)N
+1198(Fishburn)X
+1563([4],)X
+1726(we)X
+1865(present)X
+2170(the)X
+2315(following)X
+2716(Pascal-like)X
+3166(code)X
+3376(of)X
+3484(the)X
+3630(alpha-beta)X
+576 3915(algorithm,)N
+999(as)X
+1103(adapted)X
+1427(from)X
+1638(Knuth)X
+1902(and)X
+2065(Moore)X
+2345([5]:)X
+1584 4399 MXY
+1 setlinewidth
+2023 4462 MXY
+125 Dc
+1584 4775 MXY
+125 Dc
+2524 MX
+125 Dc
+2023 5150 MXY
+125 Dc
+2899 MX
+125 Dc
+1695 4735 MXY
+346 -229 Dl
+2140 4491 MXY
+396 246 Dl
+2540 4817 MXY
+-415 285 Dl
+1584 4817 MXY
+[64 32] 0 setdash
+2635 4813 MXY
+296 283 Dl
+5 f
+2061 4502(z)N
+2562 4815(y)N
+1621 4940(9)N
+2059 5316(7)N
+1584 5276 MXY
+3 setlinewidth
+[] 0 setdash
+3 f
+1821 5448(Figure)N
+1 f
+2118(1:)X
+2217(Shallow)X
+2556(cutoff)X
+
+5 p
+%%Page: 5 5
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(5)X
+1 f
+12 s
+1440 876 MXY
+1 setlinewidth
+1951 955 MXY
+157 Dc
+1519 1269 MXY
+157 Dc
+2540 MX
+157 Dc
+2147 1740 MXY
+157 Dc
+3011 MX
+157 Dc
+1794 2094 MXY
+157 Dc
+2501 MX
+157 Dc
+1440 2604 MXY
+157 Dc
+2147 MX
+157 Dc
+1636 1201 MXY
+336 -193 Dl
+2092 1002 MXY
+458 229 Dl
+2661 1335 MXY
+369 355 Dl
+2572 1333 MXY
+-311 337 Dl
+2281 1796 MXY
+233 254 Dl
+2179 1803 MXY
+-266 223 Dl
+1440 1803 MXY
+[64 32] 0 setdash
+1904 2166 MXY
+273 377 Dl
+1440 2166 MXY
+[] 0 setdash
+1833 2162 MXY
+-291 367 Dl
+5 f
+2006 995(z)N
+2595 1309(y)N
+2202 1780(x)N
+1838 2134(w)N
+1572 1466(9)N
+1493 2801(7)N
+1440 2761 MXY
+3 setlinewidth
+3 f
+1877 2933(Figure)N
+1 f
+2174(2:)X
+2273(Deep)X
+2500(cutoff)X
+3 f
+10 s
+576 3119(function)N
+7 f
+908(alphabeta\(z)X
+1484(:)X
+1580(position;)X
+2 f
+12 s
+9 f
+2060(a)X
+7 f
+10 s
+2120(,)X
+2 f
+12 s
+9 f
+2216(b)X
+7 f
+10 s
+2317(:)X
+2413(integer\):integer;)X
+3 f
+864 3209(var)N
+7 f
+1152 3299(Answer,)N
+1536(Child,)X
+1872(t,)X
+2016(d)X
+2112(:)X
+2208(integer;)X
+3 f
+864 3389(begin)N
+7 f
+1152 3479(determine)N
+1632(the)X
+1824(child)X
+2112(positions)X
+2 f
+12 s
+2592(z)X
+1 f
+9 s
+2641 3503(1)N
+7 f
+10 s
+3479(,...,)Y
+2 f
+12 s
+2965(z)X
+9 s
+3002 3503(d)N
+3 f
+10 s
+1152 3575(if)N
+7 f
+1249(d)X
+1345(=)X
+1441(0)X
+3 f
+1537(then)X
+1440 3665(return)N
+7 f
+1663(\(StaticValue\(z\)\))X
+3 f
+1152 3755(else)N
+1440 3845(begin)N
+7 f
+1440 3935(Answer)N
+1776(:=)X
+2 f
+12 s
+9 f
+1920(a)X
+7 f
+10 s
+2028(;)X
+3 f
+1440 4025(for)N
+7 f
+1591(Child)X
+1879(:=)X
+2023(1)X
+3 f
+2119(to)X
+7 f
+2234(d)X
+3 f
+2330(do)X
+1728 4115(begin)N
+7 f
+1728 4205(t)N
+1824(:=)X
+1968(-alphabeta\()X
+2 f
+12 s
+(z)S
+9 s
+2533 4229(Child)N
+7 f
+10 s
+2709 4205(,)N
+2805(-)X
+2 f
+12 s
+9 f
+(b)S
+7 f
+10 s
+2906(,)X
+3002(-Answer\);)X
+3 f
+1728 4301(if)N
+7 f
+1825(t)X
+1921(>)X
+2017(Answer)X
+3 f
+2353(then)X
+7 f
+2016 4391(Answer)N
+2352(:=)X
+2496(t;)X
+3 f
+1728 4481(if)N
+7 f
+1825(Answer)X
+2 f
+12 s
+9 f
+2161(\263)X
+2238(b)X
+3 f
+10 s
+2339(then)X
+2016 4571(return)N
+7 f
+2239(\(Answer\);)X
+2719({cutoff})X
+3 f
+1728 4661(end)N
+7 f
+1852(;)X
+3 f
+1440 4751(return)N
+7 f
+1663(\(Answer\);)X
+3 f
+1440 4841(end)N
+7 f
+1564(;)X
+3 f
+864 4931(end)N
+7 f
+988(.)X
+1 f
+12 s
+576 5105(The)N
+750(alpha-beta)X
+1176(algorithm)X
+1575(satis\256es)X
+1903(the)X
+2045(following)X
+2443(conditions)X
+2868([5]:)X
+896 5246(if)N
+979(negamax\()X
+2 f
+1359(z)X
+1 f
+1412(\))X
+2 f
+9 f
+1468(\243)X
+1545(a)X
+1 f
+2048(then)X
+2238(alphabeta\()X
+2 f
+2640(z)X
+1 f
+2693(,)X
+2 f
+9 f
+2741(a)X
+1 f
+2801(,)X
+2 f
+9 f
+2849(b)X
+1 f
+2902(\))X
+2 f
+9 f
+2958(\243)X
+3035(a)X
+1 f
+3095(,)X
+896 5354(if)N
+2 f
+9 f
+979(a)X
+1 f
+1063(<)X
+1141(negamax\()X
+2 f
+1521(z)X
+1 f
+1574(\))X
+1630(<)X
+2 f
+9 f
+1708(b)X
+1 f
+2048(then)X
+2238(alphabeta\()X
+2 f
+2640(z)X
+1 f
+2693(,)X
+2 f
+9 f
+2741(a)X
+1 f
+2801(,)X
+2 f
+9 f
+2849(b)X
+1 f
+2902(\))X
+2958(=)X
+3036(negamax\()X
+2 f
+3416(z)X
+1 f
+3469(\),)X
+896 5462(if)N
+979(negamax\()X
+2 f
+1359(z)X
+1 f
+1412(\))X
+2 f
+9 f
+1468(\263)X
+1545(b)X
+1 f
+2048(then)X
+2238(alphabeta\()X
+2 f
+2640(z)X
+1 f
+2693(,)X
+2 f
+9 f
+2741(a)X
+1 f
+2825(,)X
+2 f
+9 f
+2873(b)X
+1 f
+2926(\))X
+2 f
+9 f
+2982(\263)X
+3059(b)X
+1 f
+3112(.)X
+576 5603(These)N
+830(conditions)X
+1255(imply)X
+1504(that)X
+
+6 p
+%%Page: 6 6
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(6)X
+1 f
+12 s
+896 780(alphabeta\()N
+2 f
+1298(z)X
+1 f
+1351(,)X
+2 f
+9 f
+1399(-\245)X
+1 f
+1521(,)X
+2 f
+9 f
+1569(\245)X
+1 f
+1638(\))X
+1694(=)X
+1772(negamax\()X
+2 f
+2152(z)X
+1 f
+2205(\))X
+2261(,)X
+576 921(which)N
+839(means)X
+1113(that)X
+1287(if)X
+1375(the)X
+1522(initial)X
+1777(window)X
+2115([alpha,)X
+2409(beta])X
+2631(is)X
+2724(\()X
+2 f
+9 f
+2756(-\245)X
+1 f
+2878(,)X
+2 f
+9 f
+2931(\245)X
+1 f
+3000(\))X
+3061(then)X
+3256(the)X
+3403(alpha-beta)X
+3834(algo-)X
+576 1029(rithm)N
+818(returns)X
+1118(the)X
+1269(same)X
+1500(value)X
+1742(as)X
+1855(the)X
+2006(negamax)X
+2387(algorithm)X
+2795(\(straightforward)X
+3453 0.2321(tree-evaluation)AX
+576 1137(algorithm)N
+975(that)X
+1144(never)X
+1382(cuts)X
+1561(work)X
+1782(off\))X
+1950([5].)X
+776 1278(The)N
+959(performance)X
+1479(of)X
+1593(the)X
+1745(alpha-beta)X
+2181(algorithm)X
+2590(depends)X
+2939(a)X
+3016(great)X
+3243(deal)X
+3438(on)X
+3568(the)X
+3720(order)X
+3957(in)X
+576 1386(which)N
+838(children)X
+1181(of)X
+1288(a)X
+1358(node)X
+1572(are)X
+1717(expanded.)X
+2161(If)X
+2252(the)X
+2397(children)X
+2740(of)X
+2847(each)X
+3050(node)X
+3263(in)X
+3364(the)X
+3508(game)X
+3743(tree)X
+3914(are)X
+576 1494(expanded)N
+972(in)X
+1074(increasing)X
+1497(order)X
+1727(of)X
+1834(their)X
+2038(negamax)X
+2413(values,)X
+2710(then)X
+2904(the)X
+3050(largest)X
+3335(number)X
+3657(of)X
+3765(cutoffs)X
+576 1602(will)N
+750(occur.)X
+776 1743(Knuth)N
+1049(and)X
+1221(Moore)X
+1501([5])X
+1646(introduced)X
+2091(the)X
+2242(idea)X
+2436(of)X
+3 f
+2549(critical)X
+2872(nodes)X
+1 f
+3139(in)X
+3247(their)X
+3457(analysis)X
+3800(of)X
+3914(the)X
+576 1851(best)N
+764(case)X
+963(of)X
+1075(the)X
+1225(alpha-beta)X
+1659(algorithm,)X
+2090(and)X
+2261(Steinberg)X
+2662(and)X
+2833(Solomon)X
+3204([3])X
+3348(use)X
+3508(the)X
+3658(following)X
+576 1959(rules)N
+787(to)X
+886(determine)X
+1296(the)X
+1438(critical)X
+1731(nodes:)X
+10 f
+624 2100(g)N
+1 f
+706(The)X
+880(root)X
+1059(of)X
+1163(the)X
+1305(game)X
+1538(tree)X
+1707(is)X
+1795(a)X
+1862(type-1)X
+2132(node.)X
+10 f
+624 2208(g)N
+1 f
+706(The)X
+880(eldest)X
+1129(child)X
+1346(of)X
+1450(a)X
+1517(type-1)X
+1787(node)X
+1998(is)X
+2086(also)X
+2265(type-1.)X
+2583(The)X
+2757(remaining)X
+3172(children)X
+3512(are)X
+3654(type-2.)X
+10 f
+624 2316(g)N
+1 f
+706(The)X
+880(eldest)X
+1129(child)X
+1346(of)X
+1450(a)X
+1517(type-2)X
+1787(node)X
+1998(is)X
+2086(a)X
+2153(type-3)X
+2423(node.)X
+10 f
+624 2424(g)N
+1 f
+706(All)X
+853(children)X
+1193(of)X
+1297(a)X
+1364(type-3)X
+1634(node)X
+1845(are)X
+1987(type-2.)X
+10 f
+624 2532(g)N
+1 f
+706(A)X
+799(node)X
+1010(is)X
+1098(critical)X
+1391(iff)X
+1506(it)X
+1584(is)X
+1672(assigned)X
+2027(a)X
+2094(number)X
+2412(by)X
+2532(the)X
+2674(above)X
+2928(rules.)X
+776 2673(The)N
+954(critical)X
+1251(nodes)X
+1503(form)X
+1718(a)X
+1789(minimal)X
+2139(subtree)X
+2441([3])X
+2581(of)X
+2689(the)X
+2835(game)X
+3072(tree)X
+3245(which,)X
+3533(regardless)X
+3952(of)X
+576 2781(the)N
+743(values)X
+1038(of)X
+1167(the)X
+1333(terminal)X
+1703(nodes,)X
+1999(will)X
+2197(always)X
+2512(be)X
+2651(examined)X
+3074(by)X
+3218(the)X
+3384(alpha-beta)X
+3834(algo-)X
+576 2889(rithm)N
+809([5].)X
+995(The)X
+1171(number)X
+1491(of)X
+1598(terminal)X
+1947(nodes)X
+2198(in)X
+2300(the)X
+2445(minimal)X
+2794(subtree)X
+3099(of)X
+3206(a)X
+3276(complete)X
+2 f
+3657(d)X
+1 f
+(-ary)S
+3887(tree)X
+576 2997(of)N
+680(height)X
+2 f
+945(h)X
+1 f
+1017(is)X
+2 f
+2147 3153(d)N
+9 s
+10 f
+2219 3114(R)N
+2 f
+(h)S
+2285(/)X
+1 f
+(2)S
+2 f
+10 f
+2353(H)X
+12 s
+9 f
+3153(+)Y
+2 f
+2424(d)X
+9 s
+10 f
+2496 3114(Q)N
+2 f
+(h)S
+2562(/)X
+1 f
+(2)S
+2 f
+10 f
+2630(P)X
+12 s
+9 f
+3153(-)Y
+1 f
+2701(1)X
+576 3309(If)N
+673(the)X
+824(tree)X
+1002(is)X
+1099(examined)X
+1507(in)X
+1615(increasing)X
+2044(order)X
+2280(of)X
+2394(value,)X
+2661(the)X
+2813(alpha-beta)X
+3249(procedure)X
+3668(examines)X
+576 3417(precisely)N
+949(the)X
+1092(minimal)X
+1438(subtree)X
+1740(of)X
+1844(the)X
+1986(game)X
+2219(tree.)X
+2436(In)X
+2540(short,)X
+2780(alpha-beta)X
+3206(examines)X
+3594(about)X
+3832(2)X
+2 f
+(n)S
+1 f
+9 s
+3940 3378(1)N
+2 f
+(/)S
+1 f
+(2)S
+12 s
+576 3525(nodes,)N
+848(where)X
+1107(negamax)X
+1479(would)X
+1743(examine)X
+2 f
+2094(n)X
+1 f
+2182(nodes.)X
+8 f
+14 s
+576 3729(3.2.)N
+978(Mandatory)X
+1648(work)X
+1983(first)X
+2385(\(MWF\))X
+1 f
+12 s
+776 3870(This)N
+974(algorithm)X
+1376(was)X
+1552(proposed)X
+1931(by)X
+2054(Akl,)X
+2250(Barnard,)X
+2612(and)X
+2779(Doran)X
+3047(as)X
+3155(a)X
+3226(parallel)X
+3544(implementa-)X
+576 3978(tion)N
+762(of)X
+878(alpha-beta)X
+1316(without)X
+1646(deep)X
+1864(cutoffs.)X
+2215(The)X
+2401(name)X
+2646(MWF)X
+2910(was)X
+3094(coined)X
+3386(by)X
+3517(Fishburn)X
+3893(and)X
+576 4086(Finkel.)N
+908(MWF)X
+1175(evaluates)X
+1573(critical)X
+1881(nodes)X
+2144(concurrently)X
+2670(and)X
+2848(then)X
+3053(returns)X
+3359(to)X
+3473(evaluate)X
+3834(other)X
+576 4194(nodes)N
+838(if)X
+935(needed)X
+1232([6,)X
+1352(7].)X
+1518(When)X
+1786(deep)X
+2006(cutoffs)X
+2311(are)X
+2467(not)X
+2628(considered)X
+3083(in)X
+3195(the)X
+3350(search)X
+3633(algorithm,)X
+576 4302(only)N
+771(type-1)X
+1041(and)X
+1204(type-2)X
+1474(nodes)X
+1722(are)X
+1864(critical,)X
+2181(as)X
+2285(shown)X
+2559(in)X
+2658(Figure)X
+2933(3.)X
+776 4443(MWF)N
+1032(evaluates)X
+1418(type-1)X
+1691(nodes)X
+1942(completely,)X
+2423(but)X
+2574(only)X
+2773(evaluates)X
+3160(type-2)X
+3434(nodes)X
+3686(partially.)X
+576 4551(After)N
+814(the)X
+967(eldest)X
+1227(child)X
+1455(of)X
+1570(a)X
+1648(type-1)X
+1929(node)X
+2150(\(also)X
+2371(type-1\))X
+2683(has)X
+2845(been)X
+3061(evaluated,)X
+3489(the)X
+3641(remaining)X
+576 4659(children)N
+916(\(all)X
+1069(type-2\))X
+1371(are)X
+1513(completely)X
+1966(evaluated)X
+2360(only)X
+2555(if)X
+2639(the)X
+2782(result)X
+3021(of)X
+3126(the)X
+3269(partial)X
+3541(evaluation)X
+3968(is)X
+576 4767(not)N
+727(suf\256cient)X
+1113(to)X
+1216(cut)X
+1361(them)X
+1581(off.)X
+1768(All)X
+1918(evaluations)X
+2384(currently)X
+2759(allowed)X
+3091(by)X
+3214(MWF)X
+3470(may)X
+3663(be)X
+3781(under-)X
+576 4875(taken)N
+809(simultaneously.)X
+776 5016(Akl,)N
+971(Barnard,)X
+1332(and)X
+1498(Doran)X
+1762([6])X
+1901(tested)X
+2153(MWF)X
+2409(with)X
+2607(game)X
+2844(trees)X
+3054(of)X
+3162(depth)X
+3404(4)X
+3480(and)X
+3647(branching)X
+576 5124(factors)N
+875(of)X
+992(5,)X
+1101(10,)X
+1258(15)X
+1391(and)X
+1567(20.)X
+1748(They)X
+1983(noticed)X
+2304(that)X
+2486(MWF)X
+2752(has)X
+2917(a)X
+2997(better)X
+3254(ef\256ciency)X
+3670(when)X
+3914(the)X
+576 5232(game)N
+818(tree)X
+996(has)X
+1157(a)X
+1233(larger)X
+1491(fanout,)X
+1794(but)X
+1950(found)X
+2207(that)X
+2385(the)X
+2536(speedup)X
+2884(reaches)X
+3206(a)X
+3282(plateau)X
+3595(around)X
+3896(six.)X
+576 5340(The)N
+765(total)X
+976(number)X
+1309(of)X
+1428(nodes)X
+1691(visited)X
+1987(as)X
+2106(well)X
+2311(as)X
+2429(the)X
+2585(number)X
+2917(of)X
+3035(terminal)X
+3395(nodes)X
+3657(examined)X
+576 5448(showed)N
+903(an)X
+1028(increase)X
+1378(with)X
+1584(increasing)X
+2015(number)X
+2344(of)X
+2459(processors,)X
+2923(but)X
+3081(the)X
+3234(plateau)X
+3548(was)X
+3732(reached)X
+576 5556(much)N
+814(faster.)X
+776 5697(Fishburn)N
+1141([4])X
+1282(analyzed)X
+1654(MWF)X
+1912(for)X
+2053(best-\256rst)X
+2418(and)X
+2586(worst-\256rst)X
+3010(ordering)X
+3366(of)X
+3476(the)X
+3624(game)X
+3863(tree.)X
+576 5805(In)N
+688(the)X
+838(best-\256rst)X
+1206(ordering,)X
+1588(MWF)X
+1849(is)X
+1945(almost)X
+2234(optimal,)X
+2585(since)X
+2815(its)X
+2938(ef\256ciency)X
+3350(is)X
+3446(very)X
+3649(close)X
+3878(to)X
+3984(1)X
+
+7 p
+%%Page: 7 7
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(7)X
+1 f
+12 s
+577 876 MXY
+1 setlinewidth
+2284 MY
+127 Dc
+831 MX
+127 Dc
+703 MX
+127 Dc
+703 1836 MXY
+127 Dc
+959 2284 MXY
+127 Dc
+1215 MX
+127 Dc
+1087 MX
+127 Dc
+1343 MX
+127 Dc
+1599 MX
+127 Dc
+1471 MX
+127 Dc
+1727 MX
+127 Dc
+1983 MX
+127 Dc
+1855 MX
+127 Dc
+1855 1836 MXY
+127 Dc
+2111 2284 MXY
+127 Dc
+2367 MX
+127 Dc
+2239 MX
+127 Dc
+2495 MX
+127 Dc
+2751 MX
+127 Dc
+2623 MX
+127 Dc
+2623 1836 MXY
+127 Dc
+2239 MX
+127 Dc
+2879 2284 MXY
+127 Dc
+3135 MX
+127 Dc
+3007 MX
+127 Dc
+3007 1836 MXY
+127 Dc
+3263 2284 MXY
+127 Dc
+3519 MX
+127 Dc
+3391 MX
+127 Dc
+3647 MX
+127 Dc
+3903 MX
+127 Dc
+3775 MX
+127 Dc
+3775 1836 MXY
+127 Dc
+3391 MX
+127 Dc
+2239 940 MXY
+127 Dc
+3400 1357 MXY
+-1046 -377 Dl
+1207 1357 MXY
+1046 -377 Dl
+1087 1388 MXY
+127 Dc
+1119 1443 MXY
+-325 335 Dl
+1151 1452 MXY
+0 320 Dl
+1184 1443 MXY
+325 335 Dl
+2271 1443 MXY
+-325 335 Dl
+577 1443 MXY
+[16] 0 setdash
+2303 1452 MXY
+0 320 Dl
+2336 1443 MXY
+325 335 Dl
+577 1443 MXY
+[] 0 setdash
+3423 MX
+-325 335 Dl
+577 1443 MXY
+[16] 0 setdash
+3455 1452 MXY
+0 320 Dl
+3488 1443 MXY
+325 335 Dl
+577 1443 MXY
+[] 0 setdash
+2303 1324 MXY
+0 -320 Dl
+767 1900 MXY
+0 320 Dl
+753 1899 MXY
+-101 323 Dl
+782 1899 MXY
+101 323 Dl
+1137 1899 MXY
+-101 323 Dl
+577 1899 MXY
+[16] 0 setdash
+1166 MX
+101 323 Dl
+577 1899 MXY
+[] 0 setdash
+1521 MX
+-101 323 Dl
+577 1899 MXY
+[16] 0 setdash
+1550 MX
+101 323 Dl
+577 1899 MXY
+[] 0 setdash
+1905 MX
+-101 323 Dl
+1934 1899 MXY
+101 323 Dl
+577 1899 MXY
+[16] 0 setdash
+2289 MX
+-101 323 Dl
+2318 1899 MXY
+101 323 Dl
+2673 1899 MXY
+-101 323 Dl
+2702 1899 MXY
+101 323 Dl
+577 1899 MXY
+[] 0 setdash
+3057 MX
+-101 323 Dl
+3086 1899 MXY
+101 323 Dl
+577 1899 MXY
+[16] 0 setdash
+3441 MX
+-101 323 Dl
+3470 1899 MXY
+101 323 Dl
+3825 1899 MXY
+-101 323 Dl
+3854 1899 MXY
+101 323 Dl
+577 1899 MXY
+[] 0 setdash
+1471 1836 MXY
+127 Dc
+1087 MX
+127 Dc
+577 MX
+[16] 0 setdash
+1151 1900 MXY
+0 320 Dl
+1535 1900 MXY
+0 320 Dl
+2303 1900 MXY
+0 320 Dl
+2687 1900 MXY
+0 320 Dl
+3455 1900 MXY
+0 320 Dl
+3839 1900 MXY
+0 320 Dl
+577 1900 MXY
+[] 0 setdash
+2239 1388 MXY
+127 Dc
+3391 MX
+127 Dc
+1919 1900 MXY
+0 320 Dl
+5 f
+2277 980(1)N
+1125 1428(1)N
+741 1876(1)N
+614 2324(1)N
+997(1)X
+1765(1)X
+1893 1876(1)N
+3045(1)X
+2917 2324(1)N
+2277 1428(2)N
+3429(2)X
+1125 1876(2)N
+1509(2)X
+741 2324(2)N
+869(2)X
+1893(2)X
+2021(2)X
+3045(2)X
+3173(2)X
+1381(1)X
+3071 1900 MXY
+0 320 Dl
+577 2348 MXY
+3 setlinewidth
+3 f
+1059 2520(Figure)N
+1 f
+1356(3:)X
+1455(Minimal)X
+1811(subtree)X
+2113(when)X
+2345(deep)X
+2551(cutoffs)X
+2842(are)X
+2984(not)X
+3131(considered)X
+576 2724(when)N
+808(a)X
+875(large)X
+1092(number)X
+1410(of)X
+1514(processors)X
+1943(is)X
+2031(used.)X
+2279(For)X
+2437(the)X
+2580(worst-\256rst)X
+2999(ordering,)X
+3374(Fishburn)X
+3740(used)X
+3941(an)X
+576 2832(example)N
+929(game)X
+1163(tree)X
+1333(of)X
+1438(degree)X
+1720(38)X
+1841(and)X
+2005(processor)X
+2398(tree)X
+2568(of)X
+2673(fanout)X
+2944(2)X
+3017(to)X
+3117(predict)X
+3410(that)X
+3580(speedup)X
+3920(for)X
+576 2940(MWF)N
+829(will)X
+1003(satisfy)X
+2 f
+1985 3096(p)N
+1 f
+9 s
+2045 3057(0.93)N
+2 f
+12 s
+9 f
+2195 3096(\243)N
+2 f
+2272(S)X
+9 f
+2360(\243)X
+2 f
+2437(p)X
+1 f
+9 s
+2497 3057(0.96)N
+12 s
+576 3252(where)N
+2 f
+835(p)X
+1 f
+923(is)X
+1011(the)X
+1153(number)X
+1471(of)X
+1575(processors.)X
+2052(This)X
+2247(result)X
+2485(is)X
+2573(almost)X
+2854(as)X
+2958(good)X
+3174(as)X
+3278(tree-splitting.)X
+8 f
+14 s
+576 3456(3.3.)N
+978(The)X
+1246(tree-splitting)X
+2251(algorithm)X
+1 f
+12 s
+776 3597(Fishburn)N
+1154(proposed)X
+1543(this)X
+1719(method)X
+2045(as)X
+2162(a)X
+2242(natural)X
+2547(parallel)X
+2874(way)X
+3071(to)X
+3184(implement)X
+3635(the)X
+3791(alpha-)X
+576 3705(beta)N
+771(algorithm.)X
+1228(The)X
+1412(tree-splitting)X
+1939(algorithm)X
+2348(splits)X
+2585(the)X
+2736(game)X
+2978(tree)X
+3156(into)X
+3339(its)X
+3463(subtrees)X
+3811(at)X
+3914(the)X
+576 3813(root)N
+765(node,)X
+1010(and)X
+1183(each)X
+1394(subtree)X
+1706(is)X
+1804(assigned)X
+2169(to)X
+2278(a)X
+2355(pool)X
+2560(of)X
+2674(processors)X
+3114(for)X
+3261(evaluation)X
+3687([4].)X
+3882(The)X
+576 3921(pool)N
+788(will)X
+979(evaluate)X
+1342(the)X
+1501(subtree)X
+1820(in)X
+1936(parallel)X
+2267(if)X
+2367(it)X
+2462(has)X
+2631(more)X
+2870(than)X
+3077(one)X
+3257(processor.)X
+3714(In)X
+3834(other)X
+576 4029(words,)N
+860(the)X
+1004(game)X
+1239(tree)X
+1410(is)X
+1500(mapped)X
+1831(to)X
+1932(a)X
+2001(processor)X
+2395(tree.)X
+2614(as)X
+2720(shown)X
+2996(in)X
+3097(Figure)X
+3374(4.)X
+3497(Here)X
+3711(we)X
+3850(have)X
+576 4137(a)N
+646(binary)X
+919(tree)X
+1090(of)X
+1196(processors)X
+1627(with)X
+1824(height)X
+2091(two)X
+2261(\(connected)X
+2710(by)X
+2832(heavy)X
+3088(arcs\))X
+3301(mapped)X
+3632(onto)X
+3829(a)X
+3898(ter-)X
+576 4245(nary)N
+772(game)X
+1006(tree.)X
+1224(When)X
+1479(there)X
+1697(are)X
+1840(more)X
+2063(branches)X
+2430(in)X
+2530(the)X
+2673(game)X
+2907(tree)X
+3077(than)X
+3268(there)X
+3486(are)X
+3629(in)X
+3729(the)X
+3872(pro-)X
+576 4353(cessor)N
+851(tree,)X
+1055(the)X
+1208(extra)X
+1436(game)X
+1679(tree)X
+1858(branches)X
+2234(are)X
+2386(queued)X
+2698(and)X
+2871(assigned)X
+3236(to)X
+3345(a)X
+3422(processor)X
+3824(when)X
+576 4461(one)N
+739(becomes)X
+1100(available.)X
+776 4602(All)N
+930(interior)X
+1245(processors)X
+1681(in)X
+1787(the)X
+1937(tree)X
+2114(of)X
+2226(processors)X
+2663(are)X
+2813(both)X
+3016(masters)X
+3342(and)X
+3513(slaves)X
+3780(except)X
+576 4710(the)N
+728(root)X
+917(processor,)X
+1343(which)X
+1612(is)X
+1710(only)X
+1915(a)X
+1992(master.)X
+2331(All)X
+2488(the)X
+2640(leaf)X
+2819(processors)X
+3258(are)X
+3410(slaves.)X
+3726(When)X
+3989(a)X
+576 4818(slave)N
+804(processor)X
+1202(\256nishes)X
+1526(the)X
+1675(search)X
+1952(of)X
+2063(its)X
+2185(assigned)X
+2547(subtree,)X
+2880(it)X
+2965(reports)X
+3263(the)X
+3412(value)X
+3652(computed)X
+576 4926(to)N
+690(its)X
+820(master.)X
+1164(When)X
+1433(a)X
+1515(master)X
+1811(processor)X
+2218(receives)X
+2573(a)X
+2655(response)X
+3030(from)X
+3256(one)X
+3434(of)X
+3552(its)X
+3681(slaves,)X
+3978(it)X
+576 5034(updates)N
+896(its)X
+1013(alpha-beta)X
+1441(window)X
+1776(and)X
+1941(informs)X
+2266(the)X
+2410(other)X
+2634(working)X
+2980(slaves)X
+3241(of)X
+3347(this)X
+3512(new)X
+3699(window.)X
+576 5142(The)N
+752(new)X
+938(window)X
+1273(may)X
+1465(allow)X
+1705(the)X
+1849(remaining)X
+2266(work)X
+2489(under)X
+2734(the)X
+2878(master)X
+3161(to)X
+3261(be)X
+3377(cutoff.)X
+3680(When)X
+3935(all)X
+576 5250(the)N
+723(slaves)X
+987(have)X
+1198(\256nished,)X
+1555(either)X
+1804(by)X
+1929(cutoff)X
+2188(or)X
+2298(by)X
+2424(reporting)X
+2807(their)X
+3014(values,)X
+3314(the)X
+3462(master)X
+3749(proces-)X
+576 5358(sor)N
+717(can)X
+875(compute)X
+1231(the)X
+1373(value)X
+1606(of)X
+1710(its)X
+1825(own)X
+2014(position.)X
+776 5499(Fishburn)N
+1141([4])X
+1280(calculates)X
+1689(the)X
+1835(speedup)X
+2178(for)X
+2318(the)X
+2464(tree-splitting)X
+2985(algorithm)X
+3388(for)X
+3528(two)X
+3700(different)X
+576 5607(orderings)N
+978(of)X
+1097(the)X
+1254(game)X
+1502(tree.)X
+1734(Worst-\256rst)X
+2189(ordering)X
+2554(produces)X
+2940(no)X
+3075(alpha-beta)X
+3516(cutoffs.)X
+3870(It)X
+3968(is)X
+576 5715(achieved)N
+947(by)X
+1071(sorting)X
+1366(all)X
+1491(children)X
+1835(of)X
+1943(all)X
+2068(nodes)X
+2320(so)X
+2433(that)X
+2607(whenever)X
+3010(the)X
+3157(call)X
+3326(alphabeta\()X
+2 f
+3728(z)X
+1 f
+3781(,)X
+2 f
+9 f
+3834(a)X
+1 f
+3894(,)X
+2 f
+9 f
+3947(b)X
+1 f
+4000(\))X
+
+8 p
+%%Page: 8 8
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(8)X
+1 f
+12 s
+577 876 MXY
+1 setlinewidth
+1215 2284 MXY
+127 Dc
+1087 MX
+127 Dc
+1343 MX
+127 Dc
+1599 MX
+127 Dc
+1471 MX
+127 Dc
+2111 MX
+127 Dc
+2367 MX
+127 Dc
+2239 MX
+127 Dc
+2495 MX
+127 Dc
+2751 MX
+127 Dc
+2623 MX
+127 Dc
+2623 1836 MXY
+127 Dc
+2239 MX
+127 Dc
+3263 2284 MXY
+127 Dc
+3519 MX
+127 Dc
+3391 MX
+127 Dc
+3647 MX
+127 Dc
+3903 MX
+127 Dc
+3775 MX
+127 Dc
+3775 1836 MXY
+127 Dc
+3391 MX
+127 Dc
+3400 1357 MXY
+-1046 -377 Dl
+577 1357 MXY
+10 setlinewidth
+1207 MX
+1046 -377 Dl
+1119 1443 MXY
+-325 335 Dl
+1151 1452 MXY
+0 320 Dl
+577 1452 MXY
+1 setlinewidth
+1184 1443 MXY
+325 335 Dl
+577 1443 MXY
+10 setlinewidth
+2271 MX
+-325 335 Dl
+2303 1452 MXY
+0 320 Dl
+577 1452 MXY
+1 setlinewidth
+2336 1443 MXY
+325 335 Dl
+3423 1443 MXY
+-325 335 Dl
+3455 1452 MXY
+0 320 Dl
+3488 1443 MXY
+325 335 Dl
+577 1443 MXY
+10 setlinewidth
+2303 1324 MXY
+0 -320 Dl
+577 1324 MXY
+1 setlinewidth
+767 1900 MXY
+0 320 Dl
+753 1899 MXY
+-101 323 Dl
+782 1899 MXY
+101 323 Dl
+1137 1899 MXY
+-101 323 Dl
+1166 1899 MXY
+101 323 Dl
+1521 1899 MXY
+-101 323 Dl
+1550 1899 MXY
+101 323 Dl
+1905 1899 MXY
+-101 323 Dl
+1934 1899 MXY
+101 323 Dl
+2289 1899 MXY
+-101 323 Dl
+2318 1899 MXY
+101 323 Dl
+2673 1899 MXY
+-101 323 Dl
+2702 1899 MXY
+101 323 Dl
+3057 1899 MXY
+-101 323 Dl
+3086 1899 MXY
+101 323 Dl
+3441 1899 MXY
+-101 323 Dl
+3470 1899 MXY
+101 323 Dl
+3825 1899 MXY
+-101 323 Dl
+3854 1899 MXY
+101 323 Dl
+1151 1900 MXY
+0 320 Dl
+1535 1900 MXY
+0 320 Dl
+2303 1900 MXY
+0 320 Dl
+2687 1900 MXY
+0 320 Dl
+3455 1900 MXY
+0 320 Dl
+3839 1900 MXY
+0 320 Dl
+1919 1900 MXY
+0 320 Dl
+1087 1388 MXY
+127 Dc
+2239 940 MXY
+127 Dc
+2239 1388 MXY
+127 Dc
+703 1836 MXY
+127 Dc
+1087 MX
+127 Dc
+1471 MX
+127 Dc
+1855 MX
+127 Dc
+1855 2284 MXY
+127 Dc
+1983 MX
+127 Dc
+1727 MX
+127 Dc
+959 MX
+127 Dc
+831 MX
+127 Dc
+703 MX
+127 Dc
+577 MX
+127 Dc
+3007 MX
+127 Dc
+3135 MX
+127 Dc
+3007 1836 MXY
+127 Dc
+3391 1388 MXY
+127 Dc
+2879 2284 MXY
+127 Dc
+577 2348 MXY
+3 setlinewidth
+3 f
+1372 2520(Figure)N
+1 f
+1669(4:)X
+1768(Processor)X
+2165(tree)X
+2334(mapped)X
+2663(onto)X
+2858(game)X
+3091(tree)X
+576 2724(is)N
+664(made,)X
+921(the)X
+1063(following)X
+1461(relation)X
+1780(holds)X
+2012(among)X
+2298(the)X
+2440(children)X
+2 f
+2780(z)X
+1 f
+9 s
+2829 2748(1)N
+12 s
+2889 2724(,...,)N
+2 f
+3033(z)X
+9 s
+3070 2748(d)N
+1 f
+12 s
+3122 2724(:)N
+2 f
+9 f
+1445 2886(a)N
+2 f
+1529(<)X
+9 f
+1618(-)X
+1 f
+1671(negamax\()X
+2 f
+2051(z)X
+1 f
+9 s
+2100 2910(1)N
+12 s
+2886(\))Y
+2 f
+2192(<)X
+1 f
+2257(...)X
+2 f
+2353(<)X
+9 f
+2442(-)X
+1 f
+2495(negamax\()X
+2 f
+2875(z)X
+9 s
+2912 2910(d)N
+1 f
+12 s
+2964 2886(\))N
+2 f
+3020(<)X
+9 f
+3109(b)X
+1 f
+576 3048(Since)N
+822(there)X
+1047(are)X
+1197(no)X
+1325(cutoffs,)X
+1648(there)X
+1873(is)X
+1969(no)X
+2097(speculative)X
+2564(loss,)X
+2770(so)X
+2888(tree)X
+3066(splitting)X
+3415(achieves)X
+3780(practi-)X
+576 3156(cally)N
+788(perfect)X
+1080(speedup.)X
+776 3297(Best-\256rst)N
+1178(ordering)X
+1554(produces)X
+1952(the)X
+2121(maximum)X
+2563(number)X
+2908(of)X
+3039(alpha-beta)X
+3492(cutoffs.)X
+3858(It)X
+3968(is)X
+576 3405(achieved)N
+943(by)X
+1063(sorting)X
+1354(all)X
+1475(children)X
+1815(of)X
+1919(all)X
+2040(nodes)X
+2288(so)X
+2397(that:)X
+1121 3561(negamax\()N
+2 f
+1501(z)X
+1 f
+1554(\))X
+2 f
+9 f
+1610(=)X
+1687(-)X
+1 f
+1740(negamax\()X
+2 f
+2120(z)X
+1 f
+9 s
+2169 3585(1)N
+12 s
+3561(\))Y
+2261(for)X
+2397(all)X
+2518(nodes)X
+2 f
+2766(z)X
+1 f
+2843(in)X
+2942(the)X
+3084(game)X
+3317(tree.)X
+576 3723(Using)N
+829(this)X
+992(ordering,)X
+1366(the)X
+1508(tree-splitting)X
+2025(algorithm)X
+2424(gives)X
+2 f
+2651(S)X
+9 f
+2739(=)X
+1 f
+2816(O\()X
+2 f
+2917(p)X
+1 f
+9 s
+2977 3684(1)N
+2 f
+(/)S
+1 f
+(2)S
+12 s
+3723(\))Y
+3125(with)X
+2 f
+3320(p)X
+1 f
+3408(processors.)X
+776 3864(The)N
+950(tree-splitting)X
+1467(algorithm)X
+1866(gives)X
+2 f
+2093(S)X
+9 f
+2181(=)X
+1 f
+2258(O\()X
+2 f
+2359(p)X
+1 f
+9 s
+2419 3825(1)N
+2 f
+(/)S
+1 f
+(2)S
+12 s
+3864(\))Y
+2567(with)X
+2 f
+2762(p)X
+1 f
+2850(processors)X
+3279(when)X
+3511(best-\256rst)X
+3872(ord-)X
+576 3972(ering)N
+798([4])X
+934(of)X
+1038(the)X
+1180(game)X
+1413(tree)X
+1582(is)X
+1670(used.)X
+8 f
+14 s
+576 4176(3.4.)N
+978 -0.1979(Principal-variation)AX
+2318(\(PV\))X
+2653(splitting)X
+1 f
+12 s
+776 4317(PV)N
+931(splitting)X
+1281(is)X
+1379(a)X
+1456(re\256nement)X
+1902(of)X
+2016(the)X
+2168(tree-splitting)X
+2695(algorithm)X
+3094([8].)X
+3288(It)X
+3381(assumes)X
+3735(that)X
+3914(the)X
+576 4425(search)N
+860(tree)X
+1043(is)X
+1145(mapped)X
+1488(onto)X
+1697(an)X
+1826(underlying)X
+2281(tree)X
+2464(of)X
+2582(processors)X
+3025(and)X
+3202(that)X
+3385(the)X
+3540(game)X
+3786(tree)X
+3968(is)X
+576 4533(strongly)N
+921(ordered,)X
+1269(that)X
+1444(is,)X
+1562(the)X
+1710(\256rst)X
+1889(branch)X
+2181(of)X
+2292(each)X
+2500(node)X
+2718(is)X
+2813(the)X
+2962(best)X
+3148(branch)X
+3441(at)X
+3542(least)X
+3750(70)X
+3877(per-)X
+576 4641(cent)N
+780(of)X
+903(the)X
+1064(time)X
+1279(and)X
+1461(that)X
+1649(the)X
+1810(best)X
+2007(move)X
+2263(is)X
+2369(in)X
+2486(the)X
+2646(\256rst)X
+2837(quarter)X
+3152(of)X
+3274(the)X
+3434(branches)X
+3818(being)X
+576 4749(searched)N
+937(90)X
+1057(percent)X
+1365(of)X
+1469(the)X
+1611(time.)X
+776 4890(The)N
+962(type-1)X
+1244(nodes)X
+1504(are)X
+1658(recursively)X
+2122(evaluated)X
+2528(until)X
+2741(a)X
+2820(given)X
+3070(ply)X
+3229(is)X
+3329(reached,)X
+3690(at)X
+3797(which)X
+576 4998(point)N
+813(tree)X
+997(splitting)X
+1351(is)X
+1453(used.)X
+1715(After)X
+1956(the)X
+2112(value)X
+2359(of)X
+2477(the)X
+2633(principal)X
+3014(variation)X
+3395(\(type-1\))X
+3743(node)X
+3968(is)X
+576 5106(backed)N
+874(up)X
+995(the)X
+1138(tree,)X
+1332(tree)X
+1503(splitting)X
+1845(is)X
+1935(used)X
+2137(to)X
+2238(evaluate)X
+2586(the)X
+2730(remaining)X
+3147(siblings)X
+3472(if)X
+3557(they)X
+3749(can)X
+3909(not)X
+576 5214(be)N
+691(cut)X
+833(off.)X
+776 5355(There)N
+1049(are)X
+1215(two)X
+1407(differences)X
+1883(between)X
+2252(PV)X
+2422(splitting)X
+2786(and)X
+2973(MWF.)X
+3298(First,)X
+3546(PV)X
+3716(splitting)X
+576 5463(requires)N
+918(a)X
+993(particular)X
+1395(underlying)X
+1844(processor)X
+2244(structure,)X
+2637(in)X
+2744(contrast)X
+3081(with)X
+3284(the)X
+3434(pool)X
+3637(of)X
+3749(proces-)X
+576 5571(sors)N
+757(used)X
+960(in)X
+1062(MWF.)X
+1366(Second,)X
+1700(it)X
+1781(waits)X
+2011(for)X
+2150(the)X
+2295(search)X
+2569(of)X
+2677(type-1)X
+2951(nodes)X
+3203(to)X
+3306(end)X
+3473(before)X
+3747(it)X
+3829(starts)X
+576 5679(evaluating)N
+1015(the)X
+1170(other)X
+1405(nodes.)X
+1714(This)X
+1922(aspect)X
+2200(of)X
+2317(PV)X
+2476(splitting)X
+2829(ensures)X
+3154(that)X
+3336(the)X
+3491(best)X
+3683(available)X
+576 5787(value)N
+809(of)X
+2 f
+9 f
+913(a)X
+1 f
+997(is)X
+1085(passed)X
+1365(to)X
+1464(the)X
+1606(other)X
+1828(nodes)X
+2076(of)X
+2180(the)X
+2322(tree.)X
+
+9 p
+%%Page: 9 9
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3992(9)X
+1 f
+12 s
+776 780(PV)N
+935(splitting)X
+1288(was)X
+1474(compared)X
+1892 0.2404(experimentally)AX
+2509(with)X
+2718(the)X
+2874(tree)X
+3057(splitting)X
+3411(algorithm)X
+3824(using)X
+576 888(trees)N
+790(of)X
+901(depth)X
+1146(4)X
+1225(and)X
+1395(width)X
+1645(24.)X
+1820(Experimental)X
+2371(results)X
+2653(show)X
+2886(that)X
+3062(PV)X
+3215(splitting)X
+3562(outperforms)X
+576 996(tree)N
+755(splitting,)X
+1129(especially)X
+1549(when)X
+1791(a)X
+1868(wider)X
+2121(processor)X
+2523(tree)X
+2702(is)X
+2800(used)X
+3000([8].)X
+3194(For)X
+3361(example,)X
+3746(when)X
+3989(a)X
+576 1104(processor)N
+986(tree)X
+1173(with)X
+1386(both)X
+1599(depth)X
+1855(and)X
+2036(width)X
+2297(of)X
+2418(2)X
+2507(was)X
+2697(used,)X
+2938(tree-splitting)X
+3472(examined)X
+3888(912)X
+576 1212(nodes,)N
+855(and)X
+1025(PV)X
+1178(splitting)X
+1526(examined)X
+1933(648)X
+2109(nodes.)X
+2413(But)X
+2584(when)X
+2824(the)X
+2974(width)X
+3225(of)X
+3337(the)X
+3487(processor)X
+3887(tree)X
+576 1320(was)N
+761(changed)X
+1118(to)X
+1229(8,)X
+1337(tree-splitting)X
+1866(and)X
+2041(PV)X
+2199(splitting)X
+2551(examined)X
+2962(772)X
+3142(and)X
+3316(277)X
+3495(nodes)X
+3754(respec-)X
+576 1428(tively.)N
+8 f
+14 s
+576 1632(3.5.)N
+978(The)X
+1246(ER)X
+1447(algorithm)X
+1 f
+12 s
+776 1773(This)N
+977(algorithm)X
+1382(was)X
+1561(developed)X
+1987(by)X
+2113(Steinberg)X
+2512(and)X
+2681(Solomon)X
+3058(for)X
+3200(parallel)X
+3520(evaluation)X
+3952(of)X
+576 1881(game)N
+812(trees.)X
+1069(It)X
+1155(is)X
+1246(a)X
+1315(sequential)X
+1732(algorithm)X
+2133(with)X
+2330(a)X
+2399(parallel)X
+2715 0.2548(implementation)AX
+3345([3].)X
+3531(The)X
+3707(nodes)X
+3957(in)X
+576 1989(the)N
+728(game)X
+971(tree)X
+1150(are)X
+1302(divided)X
+1626(into)X
+1811(two)X
+1990(groups,)X
+2310(e-nodes)X
+2644(and)X
+2818(r-nodes.)X
+3189(E-nodes)X
+3539(will)X
+3724(be)X
+3850(fully)X
+576 2097(evaluated,)N
+997(and)X
+1163(r-nodes)X
+1478(will)X
+1655(be)X
+1773(refuted,)X
+2097(that)X
+2269(is,)X
+2384(will)X
+2561(have)X
+2770(an)X
+2888(estimated)X
+3284(value.)X
+3567(All)X
+3716(children)X
+576 2205(of)N
+688(an)X
+811(e-node)X
+1105(are)X
+1255(evaluated,)X
+1681(but)X
+1836(as)X
+1948(few)X
+2124(as)X
+2236(one)X
+2407(child)X
+2632(of)X
+2744(an)X
+2867(r-node)X
+3150(needs)X
+3401(to)X
+3509(be)X
+3633(examined.)X
+576 2313(Therefore)N
+985(e-nodes)X
+1313(are)X
+1460(more)X
+1687(``costly'')X
+2074(than)X
+2269(r-nodes.)X
+2634(Every)X
+2892(internal)X
+3215(node)X
+3430(has)X
+3586(exactly)X
+3893(one)X
+576 2421(e-node)N
+862(child)X
+1079(\(e-child\).)X
+776 2562(Any)N
+980(child)X
+1212(of)X
+1331(a)X
+1413(node)X
+1639(can)X
+1812(be)X
+1942(chosen)X
+2248(as)X
+2368(the)X
+2526(e-child,)X
+2858(but)X
+3021(the)X
+3179(child)X
+3412(with)X
+3623(the)X
+3781(lowest)X
+576 2670(negamax)N
+948(value)X
+1181(is)X
+1269(the)X
+1411(best)X
+1590(choice)X
+1866([3].)X
+776 2811(To)N
+907(choose)X
+1198(the)X
+1340(e-child)X
+1633(of)X
+1738(a)X
+1806(node)X
+2 f
+2018(z)X
+1 f
+2071(,)X
+2120(ER)X
+2268(evaluates)X
+2652(the)X
+2795(elder)X
+3013(grandchildren)X
+3573(\(eldest)X
+3855(chil-)X
+576 2919(dren)N
+778(of)X
+2 f
+889(z)X
+1 f
+942('s)X
+1042(children\))X
+1421(in)X
+1527(parallel,)X
+1872(and)X
+2042(chooses)X
+2377(the)X
+2525(child)X
+2748(whose)X
+3023(elder)X
+3246(child)X
+3469(has)X
+3627(the)X
+3775(largest)X
+576 3027(value.)N
+874(The)X
+1066(e-child)X
+1376(is)X
+1482(then)X
+1690(evaluated)X
+2102(while)X
+2358(avoiding)X
+2737(re-evaluation)X
+3288(of)X
+3410(its)X
+3543(oldest)X
+3815(child,)X
+576 3135(since)N
+798(we)X
+934(just)X
+1097(got)X
+1244(its)X
+1359(value.)X
+1640(The)X
+1814(remaining)X
+2229(children)X
+2569(are)X
+2711(refuted)X
+3008(in)X
+3107(order.)X
+776 3276(In)N
+890(the)X
+1043(parallel)X
+1368 0.2548(implementation)AX
+2009(of)X
+2124(ER,)X
+2306(the)X
+2459(elder)X
+2687(grandchildren)X
+3257(can)X
+3426(be)X
+3552(evaluated)X
+3957(in)X
+576 3384(parallel)N
+906(because)X
+1251(they)X
+1457(represent)X
+1850(mandatory)X
+2302(work.)X
+2586(Since)X
+2839(these)X
+3076(grandchildren)X
+3650(are)X
+3807(them-)X
+576 3492(selves)N
+849(e-nodes,)X
+1210(their)X
+1425(elder)X
+1657(grandchildren)X
+2231(can)X
+2404(also)X
+2598(be)X
+2728(recursively)X
+3195(evaluated)X
+3604(in)X
+3718(parallel.)X
+576 3600(These)N
+836(parallel)X
+1156(evaluations)X
+1625(are)X
+1773(mandatory)X
+2215(work,)X
+2466(but)X
+2619(if)X
+2708(ER)X
+2860(is)X
+2953(to)X
+3057(perform)X
+3396(only)X
+3596(the)X
+3743(manda-)X
+576 3708(tory)N
+758(work,)X
+1006(the)X
+1151(remaining)X
+1569(siblings)X
+1895(of)X
+2002(an)X
+2120(e-node)X
+2409(must)X
+2623(be)X
+2741(examined)X
+3143(sequentially.)X
+3684(To)X
+3818(avoid)X
+576 3816(these)N
+798(sequential)X
+1213(evaluations)X
+1676(and)X
+1839(thus)X
+2023(starvation)X
+2427(loss,)X
+2624(ER)X
+2771(uses)X
+2960(the)X
+3102(following)X
+3500(two)X
+3668(methods:)X
+10 f
+624 3957(g)N
+1 f
+706(Parallel)X
+1030(refutation:)X
+1461(After)X
+1693(an)X
+1813(e-child)X
+2 f
+2110(y)X
+1 f
+2198(of)X
+2307(an)X
+2427(e-node)X
+2 f
+2719(z)X
+1 f
+2802(is)X
+2896(evaluated,)X
+3320(refute)X
+2 f
+3575(y)X
+1 f
+3634('s)X
+3733(siblings)X
+706 4065(in)N
+822(parallel.)X
+1201(This)X
+1413(parallel)X
+1744(evaluation)X
+2187(is)X
+2291(likely)X
+2551(to)X
+2666(encounter)X
+3086(lots)X
+3265(of)X
+3385(speculative)X
+3859(loss.)X
+706 4173(This)N
+915(work)X
+1150(is)X
+1252(similar)X
+1558(to)X
+1671(the)X
+1827(speculative)X
+2299(work)X
+2534(performed)X
+2974(by)X
+3109(MWF)X
+3377(and)X
+3555(PV)X
+3716(splitting)X
+706 4281(algorithms.)N
+10 f
+624 4389(g)N
+1 f
+706(Multiple)X
+1064(e-children:)X
+1508(After)X
+1737(an)X
+1854(e-child)X
+2148(of)X
+2254(an)X
+2371(e-node)X
+2 f
+2659(z)X
+1 f
+2738(is)X
+2828(evaluated,)X
+3248(choose)X
+3541(the)X
+3685(next)X
+3877(best)X
+706 4497(child)N
+933(of)X
+2 f
+1047(z)X
+1 f
+1134(as)X
+1248(a)X
+1325(second)X
+1626(e-child.)X
+1976(If)X
+2074(it)X
+2162(happens)X
+2510(that)X
+2688(the)X
+2839(\256rst)X
+3021(e-child)X
+3322(is)X
+3419(not)X
+3575(actually)X
+3914(the)X
+706 4605(best)N
+892(child)X
+1116(of)X
+2 f
+1227(z)X
+1 f
+1311(\(other)X
+1572(children)X
+1919(cannot)X
+2207(be)X
+2329(immediately)X
+2843(refuted\),)X
+3203(we)X
+3347(will)X
+3529(have)X
+3743(another)X
+706 4713(e-child)N
+1001(that)X
+1173(will)X
+1350(hopefully)X
+1746(help)X
+1939(us)X
+2051(cut)X
+2196(off)X
+2 f
+2334(z)X
+1 f
+2387('s)X
+2482(other)X
+2706(children.)X
+3096(In)X
+3202(general,)X
+3536(after)X
+3739(the)X
+3883(\256rst)X
+706 4821(e-child)N
+998(has)X
+1150(been)X
+1356(evaluated,)X
+1774(ensure)X
+2049(that)X
+2 f
+2218(z)X
+1 f
+2295(always)X
+2586(has)X
+2738(one)X
+2901(active)X
+3156(e-child.)X
+776 4962(Steinberg)N
+1189(and)X
+1372(Solomon)X
+1764(compared)X
+2189(ER)X
+2357(to)X
+2477(PV)X
+2644(splitting.)X
+3053(Sequential)X
+3505(ER)X
+3673(evaluates)X
+576 5070(more)N
+811(nodes)X
+1072(than)X
+1275(alpha-beta,)X
+1737(but)X
+1896(sequential)X
+2323(PV)X
+2481(splitting)X
+2833(is)X
+2933(identical)X
+3302(to)X
+3413(alpha-beta.)X
+3899(For)X
+576 5178(this)N
+751(reason)X
+1038(Steinberg)X
+1444(and)X
+1620(Solomon)X
+1991([3])X
+2140(used)X
+2353(relative)X
+2680(ef\256ciency)X
+3097(and)X
+3273(relative)X
+3600(speedup)X
+3952(as)X
+576 5286(shown)N
+850(below)X
+1109(to)X
+1208(compare)X
+1564(the)X
+1706(two)X
+1874(algorithms.)X
+2 f
+1435 5478(relative)N
+1770(ef\256ciency)X
+9 f
+2151(=)X
+2 f
+2228 5547(no.)N
+2388(of)X
+2519(processors)X
+2974(used)X
+2364 5424(relative)N
+2699(speedup)X
+10 f
+2213 5451(h)N
+2252(hhhhhhhhhhhhhhhhhhh)X
+
+10 p
+%%Page: 10 10
+12 s 0 xH 0 xS 10 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(10)X
+2 f
+12 s
+857 816(relative)N
+1192(speedup)X
+9 f
+1523(=)X
+2 f
+1948 885(time)N
+2154(required)X
+2525(by)X
+2656(parallel)X
+3001(algorithm)X
+1600 762(time)N
+1806(required)X
+2177(by)X
+2308(parallel)X
+2653(algorithm)X
+3072(with)X
+1 f
+3278(1)X
+2 f
+3350(processor)X
+10 f
+1585 789(hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh)N
+1 f
+576 1023(Experiments)N
+1091(show)X
+1321(that)X
+1494(ER)X
+1645(achieves)X
+2005(twice)X
+2242(the)X
+2388(ef\256ciency)X
+2797(and)X
+2965(speedup)X
+3309(of)X
+3418(the)X
+3565(PV)X
+3716(splitting)X
+576 1131(algorithm)N
+983(when)X
+1223(used)X
+1431(on)X
+1559(suf\256ciently)X
+2024(deep)X
+2238(trees)X
+2444([3].)X
+2636(The)X
+2818(average)X
+3150(ef\256ciency)X
+3562(achieved)X
+3936(by)X
+576 1239(ER)N
+725(using)X
+959(16)X
+1082(processors)X
+1514(for)X
+1653(7,)X
+1752(8,)X
+1851(9,)X
+1950(and)X
+2116(10)X
+2239(ply)X
+2389(trees)X
+2598(are)X
+2743(respectively)X
+3236(0.44,)X
+3455(0.52,)X
+3674(0.68,)X
+3893(and)X
+576 1347(0.58.)N
+820(The)X
+997(corresponding)X
+1574(ef\256ciencies)X
+2040(for)X
+2179(PV)X
+2328(splitting)X
+2671(are)X
+2816(0.28,)X
+3035(0.31,)X
+3254(0.31,)X
+3473(and)X
+3639(0.31.)X
+3882(The)X
+576 1455(range)N
+817(of)X
+924(speedup)X
+1266(for)X
+1405(7)X
+1480(to)X
+1582(9)X
+1657(ply)X
+1807(trees)X
+2016(using)X
+2251(16)X
+2374(processors)X
+2806(are)X
+2951(7.1)X
+3098(to)X
+3201(10.9)X
+3397(for)X
+3537(the)X
+3683(ER)X
+3834(algo-)X
+576 1563(rithm)N
+821(and)X
+995(4.5)X
+1150(to)X
+1260(5.0)X
+1415(for)X
+1562(the)X
+1715(PV)X
+1872(splitting)X
+2223(algorithm.)X
+2681(Steinberg)X
+3085(and)X
+3259(Solomon)X
+3641(contribute)X
+576 1671(ER's)N
+792(higher)X
+1062(ef\256ciency)X
+1466(to)X
+1565(low)X
+1733(starvation)X
+2137(loss.)X
+8 f
+14 s
+576 1875(3.6.)N
+978(Delay)X
+1380(splitting)X
+1 f
+12 s
+776 2016(This)N
+984(algorithm)X
+1396(delays)X
+1679(the)X
+1834(evaluation)X
+2273(of)X
+2390(each)X
+2604(node)X
+2828(until)X
+3042(its)X
+3170(eldest)X
+3432(sibling)X
+3732(is)X
+3834(com-)X
+576 2124(pletely)N
+868(evaluated.)X
+1315(Starvation)X
+1740(loss)X
+1918(is)X
+2011(accepted)X
+2378(in)X
+2482(order)X
+2714(to)X
+2818(increase)X
+3163(the)X
+3310(number)X
+3633(of)X
+3741(cutoffs.)X
+576 2232(Evaluation)N
+1031(delay)X
+1278(occurs)X
+1567(at)X
+1675(every)X
+1927(level)X
+2153(for)X
+2303(each)X
+2518(node,)X
+2767(thus)X
+2965(making)X
+3292(delay)X
+3539(splitting)X
+3893(dif-)X
+576 2340(ferent)N
+839(from)X
+1064(PV)X
+1224(splitting,)X
+1601(in)X
+1713(which)X
+1985(delay)X
+2231(of)X
+2348(evaluation)X
+2787(occurs)X
+3075(only)X
+3283(along)X
+3534(the)X
+3689(principle)X
+576 2448(variation)N
+943(route.)X
+776 2589(The)N
+950(following)X
+1348(is)X
+1436(Pascal-like)X
+1883(code)X
+2089(for)X
+2225(delay)X
+2458(splitting:)X
+3 f
+10 s
+896 2712(function)N
+7 f
+1228(DelaySplit\(z)X
+1852(:)X
+1948(position;)X
+2 f
+12 s
+9 f
+2428(a)X
+7 f
+10 s
+2488(,)X
+2 f
+12 s
+9 f
+2584(b)X
+7 f
+10 s
+2637(\):)X
+2781(integer;)X
+3 f
+1184 2802(var)N
+7 f
+1348(d,)X
+1492(i)X
+1588(:)X
+1684(integer;)X
+1472 2892(value)N
+1760(:)X
+3 f
+1856(array)X
+7 f
+2048([1..MAXWIDTH])X
+2720(of)X
+2864(integer;)X
+3 f
+1184 2982(begin)N
+1472 3072(if)N
+7 f
+1569(\(I)X
+1713(am)X
+1857(a)X
+1953(leaf)X
+2193(processor\))X
+3 f
+2721(then)X
+1760 3162(return)N
+7 f
+1983(\(alphabeta\(z,)X
+2 f
+12 s
+9 f
+2655(a)X
+7 f
+10 s
+2715(,)X
+2 f
+12 s
+9 f
+2811(b)X
+7 f
+10 s
+2864(\)\);)X
+1472 3252(determine)N
+1952(the)X
+2144(child)X
+2432(positions)X
+2 f
+12 s
+2912(z)X
+1 f
+9 s
+2961 3276(1)N
+7 f
+10 s
+3252(,)Y
+3093(...,)X
+2 f
+12 s
+3333(z)X
+9 s
+3370 3276(d)N
+12 s
+9 f
+1472 3348(a)N
+7 f
+10 s
+1580(=)X
+1676(-DelaySplit\()X
+2 f
+12 s
+(z)S
+1 f
+9 s
+2301 3372(1)N
+7 f
+10 s
+3348(,)Y
+2 f
+12 s
+9 f
+2433(-b)X
+7 f
+10 s
+2539(,)X
+2 f
+12 s
+9 f
+2635(-a)X
+7 f
+10 s
+2748(\);)X
+3 f
+1472 3444(if)N
+2 f
+12 s
+9 f
+1569(a)X
+1653(\263)X
+1730(b)X
+3 f
+10 s
+1831(then)X
+1760 3534(return)N
+7 f
+1983(\()X
+2 f
+12 s
+9 f
+(a)S
+7 f
+10 s
+2091(\);)X
+3 f
+1472 3624(for)N
+7 f
+1623(i)X
+1719(:=)X
+1863(2)X
+3 f
+1959(to)X
+7 f
+2074(d)X
+3 f
+2170(do)X
+2274(in)X
+2360(parallel)X
+1760 3714(begin)N
+7 f
+1760 3804(value[i])N
+2192(:=)X
+2336(-DelaySplit\()X
+2 f
+12 s
+(z)S
+9 s
+2949 3828(i)N
+7 f
+10 s
+2985 3804(,)N
+2 f
+12 s
+9 f
+3081(-b)X
+7 f
+10 s
+3187(,)X
+2 f
+12 s
+9 f
+3283(-a)X
+7 f
+10 s
+3396(\);)X
+3 f
+1760 3900(begincrit)N
+7 f
+2115({critical)X
+2595(region)X
+2931(})X
+3 f
+2048 3990(if)N
+7 f
+2145(value[i])X
+2577(>)X
+2 f
+12 s
+9 f
+2673(a)X
+3 f
+10 s
+2781(then)X
+2 f
+12 s
+9 f
+2336 4080(a)N
+7 f
+10 s
+2444(:=)X
+2588(value[i];)X
+3 f
+1760 4170(endcrit)N
+7 f
+2005(;)X
+3 f
+1760 4260(if)N
+2 f
+12 s
+9 f
+1857(a)X
+1941(\263)X
+2018(b)X
+3 f
+10 s
+2119(then)X
+2048 4350(return)N
+7 f
+2271(\()X
+2 f
+12 s
+9 f
+(a)S
+7 f
+10 s
+2379(\);)X
+2523({)X
+2619(cutoff)X
+2955(})X
+3 f
+1760 4440(end)N
+7 f
+1884(;)X
+3 f
+1184 4530(end)N
+7 f
+1308(.)X
+1404({)X
+1500(DelaySplit)X
+2028(})X
+8 f
+14 s
+576 4767(4.)N
+844(Experimental)X
+1715(results)X
+1 f
+12 s
+776 4908(We)N
+935(have)X
+1143(tested)X
+1394(the)X
+1538(above)X
+1794(algorithms)X
+2232(on)X
+2354(a)X
+2423(Sequent)X
+2759(Symmetry)X
+3186(with)X
+3383(26)X
+3505(cpus)X
+3707(using)X
+3941(an)X
+576 5016(unsorted)N
+941(tree)X
+1120(of)X
+1234(depth)X
+1482(9)X
+1564(and)X
+1737(fanout)X
+2017(of)X
+2131(at)X
+2235(most)X
+2456(15)X
+2586(\(the)X
+2770(fanout)X
+3049(decreases)X
+3451(by)X
+3580(one)X
+3752(at)X
+3855(each)X
+576 5124(level\))N
+825(generated)X
+1229(by)X
+1354(the)X
+1501(game)X
+1739(tic-tac-toe.)X
+2208(The)X
+2387(algorithms)X
+2828(tend)X
+3023(to)X
+3127(have)X
+3338(more)X
+3565(cutoffs)X
+3861(with)X
+576 5232(a)N
+647(sorted)X
+910(tree,)X
+1107(but)X
+1258(are)X
+1404(likely)X
+1652(to)X
+1755(have)X
+1965(a)X
+2036(higher)X
+2310(ef\256ciency)X
+2717(with)X
+2915(a)X
+2985(worst-\256rst)X
+3406(sorted)X
+3668(tree.)X
+3888(Not)X
+576 5340(sorting)N
+871(at)X
+969(all)X
+1094(gives)X
+1325(us)X
+1438(a)X
+1509(comparison)X
+1986(with)X
+2185(a)X
+2256(reasonable)X
+2696(amount)X
+3013(of)X
+3121(cutoff)X
+3380(and)X
+3548(a)X
+3620(reasonable)X
+576 5448(amount)N
+914(of)X
+1043(parallelism.)X
+1569(The)X
+1768(relative)X
+2107(ef\256ciency)X
+2536(comparisons)X
+3071(are)X
+3238(shown)X
+3537(in)X
+3661(Figure)X
+3960(5.)X
+576 5556(\(Relative)N
+954(ef\256ciency)X
+1358(compares)X
+1751(the)X
+1893(parallel)X
+2207(execution)X
+2606(time)X
+2802(to)X
+2901(the)X
+3044(sequential)X
+3460(execution)X
+3860(time)X
+576 5664(of)N
+692(the)X
+846(same)X
+1079(algorithm)X
+1489(in)X
+1599(the)X
+1752(same)X
+1985(environment.)X
+2555(The)X
+2740(sequential)X
+3166(execution)X
+3576(times)X
+3820(of)X
+3935(all)X
+576 5772(algorithms)N
+1031(we)X
+1186(tested)X
+1455(are)X
+1617(quite)X
+1854(similar.\))X
+2246(For)X
+2423(this)X
+2606(particular)X
+3020(test,)X
+3222(the)X
+3384(MWF)X
+3657(algorithm)X
+
+11 p
+%%Page: 11 11
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(11)X
+1 f
+12 s
+576 780(achieved)N
+961(an)X
+1094(almost)X
+1393(perfect)X
+1703(ef\256ciency,)X
+2149(followed)X
+2532(by)X
+2669(delay)X
+2919(splitting)X
+3276(and)X
+3456(ER)X
+3620(algorithms)X
+576 888(with)N
+772(speedup)X
+1112(of)X
+1217(over)X
+1413(12)X
+1534(and)X
+1698(9)X
+1772(respectively,)X
+2288(using)X
+2522(20)X
+2644(processors.)X
+3123(We)X
+3283(attribute)X
+3631(our)X
+3785(ability)X
+576 996(to)N
+685(exceed)X
+987(a)X
+1064(speedup)X
+1413(of)X
+1527(6)X
+1609(with)X
+1814(MWF)X
+2077(to)X
+2186(DIB's)X
+2454 0.2723(parallelization)AX
+3041(environment)X
+3562(and)X
+3735(the)X
+3887(tree)X
+576 1104(structure)N
+937(used)X
+1137(in)X
+1236(this)X
+1399(experiment.)X
+776 1245(Figure)N
+1056(6)X
+1133(shows)X
+1402(the)X
+1550(ratio)X
+1757(of)X
+1867(the)X
+2015(number)X
+2339(of)X
+2449(nodes)X
+2703(examined)X
+3108(by)X
+3234(the)X
+3382(algorithms)X
+3824(using)X
+576 1353(different)N
+932(numbers)X
+1287(of)X
+1391(machines)X
+1779(verses)X
+2043(using)X
+2275(one)X
+2438(machine)X
+2789(\(sequential)X
+3236(algorithm\).)X
+977 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1090 1717 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1316 2412 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1542 2591 MXY
+0 29 Dl
+0 -15 Dl
+15 0 Dl
+-29 0 Dl
+1768 2800 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1994 2919 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2220 2856 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2446 2935 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2672 3097 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2898 3176 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+3124 3238 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-29 0 Dl
+920 3238 MXY
+[16] 0 setdash
+1 setlinewidth
+977 1551 MXY
+113 181 Dl
+226 695 Dl
+226 178 Dl
+226 209 Dl
+226 119 Dl
+226 -62 Dl
+226 79 Dl
+226 161 Dl
+226 79 Dl
+226 62 Dl
+5 f
+3125 3292(alphabeta)N
+920 1551 MXY
+[] 0 setdash
+3 setlinewidth
+977 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1090 1560 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1316 1669 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1542 1593 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1768 1653 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+1994 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2220 1726 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2446 1605 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2672 1613 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2898 1834 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+3124 1633 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+977 1551 MXY
+113 23 Dl
+226 110 Dl
+226 -76 Dl
+226 59 Dl
+226 -116 Dl
+226 189 Dl
+226 -121 Dl
+226 8 Dl
+226 221 Dl
+226 -201 Dl
+3163 1737(MWF)N
+977 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1090 1596 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1316 1732 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1542 1816 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1768 1870 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1994 1984 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2220 2065 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2446 2209 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2672 2178 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2898 2376 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-29 0 Dl
+3124 2495 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-29 0 Dl
+920 2495 MXY
+1 setlinewidth
+977 1551 MXY
+113 60 Dl
+226 135 Dl
+226 85 Dl
+226 54 Dl
+226 113 Dl
+226 82 Dl
+226 144 Dl
+226 -32 Dl
+226 198 Dl
+226 119 Dl
+3135 2585(delaysplit)N
+920 1551 MXY
+3 setlinewidth
+977 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1090 1895 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1316 2664 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1542 2887 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1768 3037 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1994 3151 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2220 3142 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2446 3376 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2672 3229 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2898 3439 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-29 0 Dl
+3124 3498 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+920 3498 MXY
+[64 32 32 32] 0 setdash
+1 setlinewidth
+977 1551 MXY
+113 359 Dl
+226 769 Dl
+226 223 Dl
+226 150 Dl
+226 113 Dl
+226 -9 Dl
+226 235 Dl
+226 -147 Dl
+226 209 Dl
+226 59 Dl
+3433(TreeSplit10)Y
+920 1551 MXY
+[] 0 setdash
+3 setlinewidth
+977 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1090 1783 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1316 2159 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1542 2297 MXY
+0 29 Dl
+0 -15 Dl
+15 0 Dl
+-29 0 Dl
+1768 2514 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1994 2517 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2220 2684 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2446 2783 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2672 2794 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2898 2882 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+3124 2970 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+920 2970 MXY
+[64 32] 0 setdash
+1 setlinewidth
+977 1551 MXY
+113 246 Dl
+226 376 Dl
+226 138 Dl
+226 218 Dl
+226 3 Dl
+226 167 Dl
+226 99 Dl
+226 10 Dl
+226 88 Dl
+226 88 Dl
+3178 3009(ER)N
+920 1551 MXY
+[] 0 setdash
+3 setlinewidth
+977 1537 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1090 1876 MXY
+0 29 Dl
+0 -15 Dl
+15 0 Dl
+-29 0 Dl
+1316 2610 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1542 2904 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+1768 3097 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1994 3232 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2220 3413 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2446 3413 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2672 3422 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2898 3549 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+3124 3546 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+977 1551 MXY
+113 339 Dl
+226 735 Dl
+226 294 Dl
+226 192 Dl
+226 136 Dl
+226 180 Dl
+226 0 Dl
+226 9 Dl
+226 127 Dl
+226 -3 Dl
+3151 3574(PVS10)N
+977 4377 MXY
+2259 0 Dl
+977 MX
+0 -2826 Dl
+4377 MY
+0 29 Dl
+951 4530(1)N
+1203 4377 MXY
+0 29 Dl
+1177 4530(3)N
+1429 4377 MXY
+0 29 Dl
+1403 4530(5)N
+1655 4377 MXY
+0 29 Dl
+1629 4530(7)N
+1881 4377 MXY
+0 29 Dl
+1855 4530(9)N
+2107 4377 MXY
+0 29 Dl
+2054 4530(11)N
+2333 4377 MXY
+0 29 Dl
+2280 4530(13)N
+2559 4377 MXY
+0 29 Dl
+2506 4530(15)N
+2784 4377 MXY
+0 29 Dl
+2731 4530(17)N
+3010 4377 MXY
+0 29 Dl
+2957 4530(19)N
+3236 4377 MXY
+0 29 Dl
+3183 4530(21)N
+977 4377 MXY
+-29 0 Dl
+734 4401(0.00)N
+977 4094 MXY
+-29 0 Dl
+734 4118(0.10)N
+977 3812 MXY
+-29 0 Dl
+734 3835(0.20)N
+977 3529 MXY
+-29 0 Dl
+734 3553(0.30)N
+977 3247 MXY
+-29 0 Dl
+734 3270(0.40)N
+977 2964 MXY
+-29 0 Dl
+734 2988(0.50)N
+977 2681 MXY
+-29 0 Dl
+734 2705(0.60)N
+977 2399 MXY
+-29 0 Dl
+734 2422(0.70)N
+977 2116 MXY
+-29 0 Dl
+734 2140(0.80)N
+977 1834 MXY
+-29 0 Dl
+734 1857(0.90)N
+977 1551 MXY
+-29 0 Dl
+734 1575(1.00)N
+3 f
+1448 4721(Figure)N
+1 f
+1745(5:)X
+1844(Ef\256ciency)X
+2264(vs)X
+2373(number)X
+2691(of)X
+2795(machines)X
+
+12 p
+%%Page: 12 12
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(12)X
+1 f
+12 s
+911 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1024 2842 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+1252 2474 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1478 2341 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1705 2157 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1932 1986 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2158 2093 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+2385 2032 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2612 1784 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2839 1684 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+3065 1753 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+848 1753 MXY
+[16] 0 setdash
+1 setlinewidth
+911 2924 MXY
+113 -67 Dl
+228 -367 Dl
+226 -133 Dl
+227 -185 Dl
+227 -171 Dl
+226 108 Dl
+227 -61 Dl
+227 -249 Dl
+227 -99 Dl
+226 69 Dl
+5 f
+3118 1810(alphabeta)N
+848 2924 MXY
+[] 0 setdash
+3 setlinewidth
+911 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1024 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+1252 2903 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1478 2939 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1705 2990 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+1932 2970 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2158 3002 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+2385 2991 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2612 3026 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2839 3069 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+3065 2988 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+911 2924 MXY
+113 0 Dl
+228 -5 Dl
+226 36 Dl
+227 51 Dl
+227 -20 Dl
+226 32 Dl
+227 -11 Dl
+227 35 Dl
+227 43 Dl
+226 -81 Dl
+3128 3038(delaysplit)N
+911 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1024 2755 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+1252 2268 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1478 2042 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+1705 1837 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+1932 1685 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2158 1760 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+2385 1263 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2612 1663 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2839 1179 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+3065 1090 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+848 1090 MXY
+[64 32 32 32] 0 setdash
+1 setlinewidth
+911 2924 MXY
+113 -153 Dl
+228 -487 Dl
+226 -226 Dl
+227 -205 Dl
+227 -153 Dl
+226 76 Dl
+227 -498 Dl
+227 401 Dl
+227 -485 Dl
+226 -88 Dl
+3196 1093(TreeSplit10)N
+848 2924 MXY
+[] 0 setdash
+3 setlinewidth
+911 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1024 2766 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+1252 2365 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1478 2093 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1705 1926 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1932 1742 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2158 1298 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+2385 1404 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2612 1449 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2839 1195 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+3065 1143 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+911 2924 MXY
+113 -142 Dl
+228 -401 Dl
+226 -272 Dl
+227 -167 Dl
+227 -185 Dl
+226 -443 Dl
+227 106 Dl
+227 45 Dl
+227 -254 Dl
+226 -52 Dl
+3121 1197(PVS10)N
+911 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1024 2903 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+1252 2880 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1478 2929 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+1705 2917 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1932 2998 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2158 2935 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+2385 3002 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2612 3019 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2839 3006 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+3065 3051 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+848 3051 MXY
+[16] 0 setdash
+1 setlinewidth
+911 2924 MXY
+113 -5 Dl
+228 -24 Dl
+226 50 Dl
+227 -12 Dl
+227 81 Dl
+226 -63 Dl
+227 67 Dl
+227 17 Dl
+227 -14 Dl
+226 46 Dl
+3121 3121(MWF)N
+848 2924 MXY
+[] 0 setdash
+3 setlinewidth
+911 2908 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1024 2823 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+1252 2677 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1478 2617 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+1705 2501 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+1932 2523 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2158 2438 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-31 0 Dl
+2385 2317 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2612 2347 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+2839 2329 MXY
+0 32 Dl
+0 -16 Dl
+16 0 Dl
+-32 0 Dl
+3065 2210 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-32 0 Dl
+848 2210 MXY
+[64 32 32 32] 0 setdash
+1 setlinewidth
+911 2924 MXY
+113 -86 Dl
+228 -145 Dl
+226 -60 Dl
+227 -116 Dl
+227 22 Dl
+226 -85 Dl
+227 -121 Dl
+227 30 Dl
+227 -18 Dl
+226 -119 Dl
+3124 2267(ER)N
+848 2924 MXY
+[] 0 setdash
+3 setlinewidth
+911 3964 MXY
+2495 0 Dl
+911 MX
+0 -3120 Dl
+3964 MY
+0 31 Dl
+885 4124(1)N
+1138 3964 MXY
+0 31 Dl
+1112 4124(3)N
+1365 3964 MXY
+0 31 Dl
+1339 4124(5)N
+1591 3964 MXY
+0 31 Dl
+1565 4124(7)N
+1818 3964 MXY
+0 31 Dl
+1792 4124(9)N
+2045 3964 MXY
+0 31 Dl
+1992 4124(11)N
+2272 3964 MXY
+0 31 Dl
+2219 4124(13)N
+2499 3964 MXY
+0 31 Dl
+2446 4124(15)N
+2726 3964 MXY
+0 31 Dl
+2673 4124(17)N
+2952 3964 MXY
+0 31 Dl
+2899 4124(19)N
+3179 3964 MXY
+0 31 Dl
+3126 4124(21)N
+3406 3964 MXY
+0 31 Dl
+3353 4124(23)N
+911 3964 MXY
+-31 0 Dl
+662 3981(0.00)N
+911 2924 MXY
+-31 0 Dl
+662 2942(1.00)N
+911 1883 MXY
+-31 0 Dl
+662 1901(2.00)N
+911 844 MXY
+-31 0 Dl
+662 861(3.00)N
+3 f
+1026 4326(Figure)N
+1 f
+1323(6:)X
+1422(Relative)X
+1768(no.)X
+1912(of)X
+2016(nodes)X
+2264(examined)X
+2663(vs.)X
+2796(number)X
+3114(of)X
+3218(machines)X
+776 4500(We)N
+938(have)X
+1148(also)X
+1331(tested)X
+1584(the)X
+1730(algorithms)X
+2170(using)X
+2406(Othello)X
+2723(with)X
+2922(a)X
+2994(6)X
+9 f
+(\264)S
+1 f
+3095(6)X
+3172(board.)X
+3468(All)X
+3620(algorithms)X
+576 4608(have)N
+783(almost)X
+1065(the)X
+1208(same)X
+1431(relative)X
+1746(ef\256ciency,)X
+2175(with)X
+2371(delay)X
+2605(splitting)X
+2946(leading)X
+3255(when)X
+3487(fewer)X
+3730(than)X
+3920(six)X
+576 4716(processors)N
+1005(are)X
+1147(used.)X
+1395(In)X
+1499(this)X
+1662(experiment,)X
+2144(the)X
+2286(speedup)X
+2625(did)X
+2772(not)X
+2919(exceed)X
+3211(7)X
+3283(\(Figure)X
+3590(7\).)X
+
+13 p
+%%Page: 13 13
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(13)X
+1 f
+12 s
+977 823 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1089 1360 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1313 1872 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1537 2223 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1761 2298 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1985 2446 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+2208 2472 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+2432 2581 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2656 2699 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2880 2699 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+3104 2760 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+920 2760 MXY
+[16] 0 setdash
+1 setlinewidth
+977 837 MXY
+112 537 Dl
+224 513 Dl
+224 350 Dl
+224 75 Dl
+224 149 Dl
+223 25 Dl
+224 109 Dl
+224 118 Dl
+224 0 Dl
+224 61 Dl
+5 f
+3159 2702(alphabeta)N
+920 837 MXY
+[] 0 setdash
+3 setlinewidth
+977 823 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1089 1229 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1313 1707 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1537 1968 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1761 2105 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1985 2175 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+2208 2396 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+2432 2503 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2656 2556 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2880 2724 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+3104 2858 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+977 837 MXY
+112 406 Dl
+224 479 Dl
+224 260 Dl
+224 138 Dl
+224 69 Dl
+223 221 Dl
+224 107 Dl
+224 53 Dl
+224 168 Dl
+224 134 Dl
+3197 2982(MWF)N
+977 823 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1089 1069 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1313 1643 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1537 2044 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1761 2262 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1985 2536 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+2208 2547 MXY
+0 29 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+2432 2693 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2656 2741 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2880 2539 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+3104 2908 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+920 2908 MXY
+[64 32 32 32] 0 setdash
+1 setlinewidth
+977 837 MXY
+112 247 Dl
+224 573 Dl
+224 401 Dl
+224 218 Dl
+224 274 Dl
+223 12 Dl
+224 145 Dl
+224 48 Dl
+224 -202 Dl
+224 370 Dl
+3169 3122(delaysplit)N
+920 837 MXY
+[] 0 setdash
+3 setlinewidth
+977 823 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1089 1445 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1313 1918 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1537 2110 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1761 2284 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1985 2383 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+2208 2461 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+2432 2631 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2656 2628 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2880 2702 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+3104 2752 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+977 837 MXY
+112 622 Dl
+224 473 Dl
+224 193 Dl
+224 174 Dl
+224 98 Dl
+223 78 Dl
+224 170 Dl
+224 -2 Dl
+224 73 Dl
+224 50 Dl
+3068 2562(TreeSplit10)N
+977 823 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1089 1237 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1313 1713 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+1537 1979 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1761 2110 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1985 2259 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+2208 2332 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+2432 2475 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2656 2472 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2880 2643 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+3104 2628 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+920 2628 MXY
+[64 32] 0 setdash
+1 setlinewidth
+977 837 MXY
+112 414 Dl
+224 476 Dl
+224 266 Dl
+224 132 Dl
+224 148 Dl
+223 73 Dl
+224 143 Dl
+224 -3 Dl
+224 171 Dl
+224 -14 Dl
+3213 2422(ER)N
+920 837 MXY
+[] 0 setdash
+3 setlinewidth
+977 823 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1089 1315 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+1313 1892 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+1537 2178 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1761 2444 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+1985 2530 MXY
+0 29 Dl
+0 -14 Dl
+14 0 Dl
+-29 0 Dl
+2208 2581 MXY
+0 28 Dl
+0 -14 Dl
+15 0 Dl
+-29 0 Dl
+2432 2685 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+2656 2771 MXY
+0 29 Dl
+0 -15 Dl
+14 0 Dl
+-28 0 Dl
+2880 2819 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+3104 2914 MXY
+0 28 Dl
+0 -14 Dl
+14 0 Dl
+-28 0 Dl
+977 837 MXY
+112 492 Dl
+224 577 Dl
+224 286 Dl
+224 266 Dl
+224 87 Dl
+223 50 Dl
+224 104 Dl
+224 86 Dl
+224 48 Dl
+224 95 Dl
+3219 2842(PVS10)N
+977 3637 MXY
+2238 0 Dl
+977 MX
+0 -2800 Dl
+3637 MY
+0 28 Dl
+951 3789(1)N
+1201 3637 MXY
+0 28 Dl
+1175 3789(3)N
+1425 3637 MXY
+0 28 Dl
+1399 3789(5)N
+1648 3637 MXY
+0 28 Dl
+1622 3789(7)N
+1872 3637 MXY
+0 28 Dl
+1846 3789(9)N
+2096 3637 MXY
+0 28 Dl
+2043 3789(11)N
+2320 3637 MXY
+0 28 Dl
+2267 3789(13)N
+2544 3637 MXY
+0 28 Dl
+2491 3789(15)N
+2768 3637 MXY
+0 28 Dl
+2715 3789(17)N
+2992 3637 MXY
+0 28 Dl
+2939 3789(19)N
+3215 3637 MXY
+0 28 Dl
+3162 3789(21)N
+977 3637 MXY
+-28 0 Dl
+734 3661(0.00)N
+977 3357 MXY
+-28 0 Dl
+734 3381(0.10)N
+977 3077 MXY
+-28 0 Dl
+734 3101(0.20)N
+977 2797 MXY
+-28 0 Dl
+734 2821(0.30)N
+977 2517 MXY
+-28 0 Dl
+734 2541(0.40)N
+977 2237 MXY
+-28 0 Dl
+734 2261(0.50)N
+977 1957 MXY
+-28 0 Dl
+734 1981(0.60)N
+977 1677 MXY
+-28 0 Dl
+734 1701(0.70)N
+977 1397 MXY
+-28 0 Dl
+734 1421(0.80)N
+977 1117 MXY
+-28 0 Dl
+734 1141(0.90)N
+977 837 MXY
+-28 0 Dl
+734 861(1.00)N
+3 f
+1448 3979(Figure)N
+1 f
+1745(7:)X
+1844(Ef\256ciency)X
+2264(vs)X
+2373(number)X
+2691(of)X
+2795(machines)X
+8 f
+14 s
+576 4216(5.)N
+844(Sorting)X
+1380(methods)X
+1 f
+12 s
+776 4357(We)N
+934(have)X
+1141(compared)X
+1546(the)X
+1689(effects)X
+1971(of)X
+2076(four)X
+2261(different)X
+2618(sorting)X
+2910(strategies)X
+3299(on)X
+3420(the)X
+3563(search)X
+3834(algo-)X
+576 4465(rithms.)N
+902(In)X
+1014(all)X
+1143(the)X
+1293(strategies,)X
+1712(an)X
+3 f
+1834(expansion)X
+2275(depth)X
+2540(parameter)X
+1 f
+3004(speci\256es)X
+3366(how)X
+3562(many)X
+3807(levels)X
+576 4573(below)N
+843(a)X
+918(node)X
+1138(are)X
+1289(expanded)X
+1691(in)X
+1799(order)X
+2035(to)X
+2143(sort)X
+2320(that)X
+2498(node's)X
+2787(children.)X
+3184(We)X
+3351(set)X
+3491(the)X
+3642(expansion)X
+576 4681(depth)N
+828(parameter)X
+1252(to)X
+1364(3)X
+1449(for)X
+1598(the)X
+1753(experiments)X
+2261(reported)X
+2619(here.)X
+2870(That)X
+3084(is,)X
+3209(to)X
+3321(sort)X
+3502(a)X
+3582(node)X
+2 f
+3806(z)X
+1 f
+3859(,)X
+3920(we)X
+576 4789(expand)N
+880(the)X
+1024(tree)X
+1195(to)X
+1296(three)X
+1515(levels)X
+1766(below)X
+2 f
+2027(z)X
+1 f
+2080(,)X
+2130(evaluate)X
+2478(the)X
+2622(leaves)X
+2889(statically,)X
+3288(apply)X
+3528(alpha-beta)X
+3957(to)X
+576 4897(those)N
+803(values)X
+1073(to)X
+1172(back)X
+1378(them)X
+1595(up)X
+1715(to)X
+1814(node)X
+2 f
+2025(z)X
+1 f
+2078('s)X
+2171(children,)X
+2535(then)X
+2725(sort)X
+2893(those)X
+3120(children)X
+3460(accordingly.)X
+776 5038(Another)N
+1122(adjustable)X
+1545(parameter)X
+1963(is)X
+2059(the)X
+3 f
+2209(sorting)X
+2529(depth)X
+2795(parameter)X
+1 f
+3228(,)X
+3284(which)X
+3551(speci\256es)X
+3914(the)X
+576 5146(maximum)N
+996(depth)X
+1239(of)X
+1348(a)X
+1420(node)X
+1636(to)X
+1740(which)X
+2004(sorting)X
+2300(may)X
+2495(be)X
+2615(applied.)X
+2976(For)X
+3138(some)X
+3369(applications,)X
+3887(like)X
+576 5254(tic-tac-toe)N
+998(with)X
+1199(a)X
+1272(4)X
+9 f
+(\264)S
+1 f
+1373(4)X
+1451(board,)X
+1724(every)X
+1968(level)X
+2186(of)X
+2296(the)X
+2444(search)X
+2720(tree)X
+2895(may)X
+3092(be)X
+3214(pro\256tably)X
+3619(sorted,)X
+3909(but)X
+576 5362(in)N
+688(other)X
+923(applications,)X
+1450(sorting)X
+1754(nodes)X
+2015(beyond)X
+2335(some)X
+2575(level)X
+2799(increases)X
+3188(the)X
+3342(total)X
+3550(computation)X
+576 5470(time;)N
+807(sorting)X
+1106(time)X
+1310(outweighs)X
+1737(cutoff)X
+1999(bene\256ts.)X
+2378(For)X
+2543(example,)X
+2926(in)X
+3033(Othello)X
+3354(with)X
+3557(a)X
+3632(6)X
+9 f
+(\264)S
+1 f
+3733(6)X
+3813(board)X
+576 5578(and)N
+752(a)X
+832(search)X
+1114(tree)X
+1295(of)X
+1411(nine)X
+1613(levels,)X
+1898(the)X
+2052(best)X
+2243(overall)X
+2547(results)X
+2834(are)X
+2988(achieved)X
+3367(when)X
+3611(the)X
+3765(sorting)X
+576 5686(depth)N
+814(parameter)X
+1224(is)X
+1312(set)X
+1443(to)X
+1542(six)X
+1678(levels.)X
+
+14 p
+%%Page: 14 14
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(14)X
+1 f
+12 s
+776 780(Our)N
+967(\256rst)X
+1158(attempt)X
+1490(at)X
+1602(sorting)X
+1911(was)X
+2102(to)X
+2219(sort)X
+2405(only)X
+2618(the)X
+2778(children)X
+3136(of)X
+3258(the)X
+3418(top)X
+3583(node.)X
+3861(This)X
+576 888(regime,)N
+899(called)X
+1161(``TN)X
+1384(\(top-node\))X
+1821(sorting'',)X
+2207(applies)X
+2511(to)X
+2617(all)X
+2745(the)X
+2894(algorithms)X
+3337(except)X
+3620(ER,)X
+3797(which)X
+576 996(has)N
+734(its)X
+855(own)X
+1051(internal)X
+1377(sorting)X
+1675(mechanism.)X
+2193(There)X
+2449(is)X
+2544(no)X
+2671(noticeable)X
+3099(difference)X
+3521(in)X
+3627(number)X
+3952(of)X
+576 1104(nodes,)N
+858(total)X
+1064(time,)X
+1294(or)X
+1407(ef\256ciency)X
+1820(for)X
+1965(any)X
+2137(of)X
+2250(the)X
+2401(algorithms)X
+2846(between)X
+3200(TN)X
+3361(and)X
+3533(no)X
+3662(sorting)X
+3962(at)X
+576 1212(all.)N
+776 1353(Next)N
+995(we)X
+1139(extended)X
+1519(the)X
+1669(sorting)X
+1968(to)X
+2075(include)X
+2391(all)X
+2521(nodes)X
+2778(on)X
+2907(the)X
+3058(principal)X
+3434(variation)X
+3810(route.)X
+576 1461(We)N
+745(call)X
+920(this)X
+1094(sorting)X
+1395(regime)X
+1697(``PVR)X
+1981(sorting''.)X
+2394(Our)X
+2577(tests)X
+2782(of)X
+2896(PVR)X
+3116(sorting)X
+3417(for)X
+3563(PV)X
+3719(spitting,)X
+576 1569(MWF,)N
+853(and)X
+1016(delay)X
+1249(splitting)X
+1589(show)X
+1815(no)X
+1935(signi\256cant)X
+2360(improvement)X
+2898(in)X
+2997(total)X
+3193(computation)X
+3699(time.)X
+776 1710(In)N
+889(the)X
+1040(third)X
+1255(sorting)X
+1555(regime,)X
+1881(we)X
+2027(sort)X
+2205(at)X
+2309(the)X
+2461(top)X
+2618(node)X
+2839(and)X
+3012(at)X
+3116(every)X
+3364(eldest)X
+3623(child.)X
+3898(We)X
+576 1818(call)N
+754(this)X
+931(sorting)X
+1236(regime)X
+1542(``EC)X
+1767(\(eldest)X
+2062(child\))X
+2325(sorting''.)X
+2741(EC)X
+2901(sorting)X
+3205(applies)X
+3515(to)X
+3627(MWF)X
+3893(and)X
+576 1926(delay)N
+812(splitting,)X
+1179(since)X
+1404(only)X
+1603(in)X
+1706(these)X
+1932(two)X
+2104(algorithms)X
+2544(do)X
+2668(we)X
+2808(suspend)X
+3145(evaluation)X
+3575(of)X
+3683(all)X
+3808(nodes)X
+576 2034(that)N
+751(are)X
+899(not)X
+1052(eldest)X
+1307(children)X
+1653(until)X
+1859(their)X
+2065(eldest)X
+2319(sibling)X
+2610(is)X
+2703(fully)X
+2914(evaluated.)X
+3361(Therefore)X
+3770(having)X
+576 2142(the)N
+718(best)X
+897(child)X
+1114(evaluated)X
+1508(\256rst)X
+1681(should)X
+1961(result)X
+2199(in)X
+2298(more)X
+2520(cutoffs.)X
+776 2283(As)N
+916(expected,)X
+1317(the)X
+1469(results)X
+1755(are)X
+1908(much)X
+2157(better)X
+2412(for)X
+2559(EC)X
+2717(sorting)X
+3019(than)X
+3220(PRV)X
+3441(sorting,)X
+3767(as)X
+3882(evi-)X
+576 2391(denced)N
+875(by)X
+997(tests)X
+1194(with)X
+1391(our)X
+1545(tic-tac-toe)X
+1963(and)X
+2128(Othello)X
+2442(applications.)X
+2981(The)X
+3156(total)X
+3353(computation)X
+3860(time)X
+576 2499(is)N
+664(almost)X
+945(reduced)X
+1274(by)X
+1394(half)X
+1568(when)X
+1800(fewer)X
+2043(machines)X
+2431(are)X
+2573(used.)X
+2821(The)X
+2996(reduction)X
+3385(in)X
+3485(the)X
+3628(ef\256ciency,)X
+576 2607(expected)N
+948(due)X
+1116(to)X
+1220(the)X
+1367(improvement)X
+1910(in)X
+2014(the)X
+2161(sequential)X
+2581(performance)X
+3097(of)X
+3206(the)X
+3353(algorithms,)X
+3817(is)X
+3909(not)X
+576 2715(too)N
+725(bad.)X
+938(Figures)X
+1252(8,)X
+1350(9)X
+1424(and)X
+1589(10)X
+1711(show)X
+1939(the)X
+2083(number)X
+2403(of)X
+2509(nodes)X
+2759(examined)X
+3160(\(in)X
+3293(multiples)X
+3678(of)X
+3784(1000\),)X
+576 2823(total)N
+772(time)X
+968(and)X
+1131(ef\256ciency)X
+1535(comparisons)X
+2045(for)X
+2181(MWF)X
+2434(using)X
+2666(the)X
+2808(4)X
+9 f
+(\264)S
+1 f
+2909(4)X
+2981(tic-tac-toe)X
+3397(game.)X
+1377 4346 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4329 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 4313 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 4287 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 4316 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 4235 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 4295 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 4295 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4278 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4299 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4339 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 4339 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 4356 MXY
+79 -17 Dl
+158 -16 Dl
+157 -26 Dl
+157 29 Dl
+157 -81 Dl
+158 60 Dl
+157 0 Dl
+157 -17 Dl
+158 21 Dl
+157 40 Dl
+5 f
+2527 4242(MWF\(EC-sorting\))N
+1337 4356 MXY
+[] 0 setdash
+3 setlinewidth
+1377 3093 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 3086 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 3043 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 3130 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 3110 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 3255 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 3143 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 3264 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 3293 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 3269 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 3349 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 3103 MXY
+79 -7 Dl
+158 -43 Dl
+157 87 Dl
+157 -20 Dl
+157 145 Dl
+158 -112 Dl
+157 121 Dl
+157 29 Dl
+158 -24 Dl
+157 80 Dl
+2541 3533(MWF\(NoSorting\))N
+1377 4971 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+4971 MY
+0 20 Dl
+1351 5102(1)N
+1535 4971 MXY
+0 20 Dl
+1509 5102(3)N
+1692 4971 MXY
+0 20 Dl
+1666 5102(5)N
+1849 4971 MXY
+0 20 Dl
+1823 5102(7)N
+2007 4971 MXY
+0 20 Dl
+1981 5102(9)N
+2164 4971 MXY
+0 20 Dl
+2111 5102(11)N
+2321 4971 MXY
+0 20 Dl
+2268 5102(13)N
+2478 4971 MXY
+0 20 Dl
+2425 5102(15)N
+2636 4971 MXY
+0 20 Dl
+2583 5102(17)N
+2793 4971 MXY
+0 20 Dl
+2740 5102(19)N
+2950 4971 MXY
+0 20 Dl
+2897 5102(21)N
+1377 4971 MXY
+-20 0 Dl
+1151 5012(0.00)N
+1377 4820 MXY
+-20 0 Dl
+1098 4861(50.00)N
+1377 4669 MXY
+-20 0 Dl
+1045 4710(100.00)N
+1377 4518 MXY
+-20 0 Dl
+1045 4559(150.00)N
+1377 4366 MXY
+-20 0 Dl
+1045 4407(200.00)N
+1377 4215 MXY
+-20 0 Dl
+1045 4256(250.00)N
+1377 4064 MXY
+-20 0 Dl
+1045 4105(300.00)N
+1377 3912 MXY
+-20 0 Dl
+1045 3953(350.00)N
+1377 3761 MXY
+-20 0 Dl
+1045 3802(400.00)N
+1377 3609 MXY
+-20 0 Dl
+1045 3650(450.00)N
+1377 3458 MXY
+-20 0 Dl
+1045 3499(500.00)N
+1377 3307 MXY
+-20 0 Dl
+1045 3348(550.00)N
+1377 3155 MXY
+-20 0 Dl
+1045 3196(600.00)N
+1377 3004 MXY
+-20 0 Dl
+1045 3045(650.00)N
+3 f
+1312 5263(Figure)N
+1 f
+1609(8:)X
+1708(Nodes)X
+1977(examined)X
+2376(vs.)X
+2509(number)X
+2827(of)X
+2931(machines)X
+
+15 p
+%%Page: 15 15
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(15)X
+1 f
+12 s
+1377 1091 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 1066 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 997 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1057 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1021 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1123 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 974 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1054 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1049 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 900 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1040 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 1101 MXY
+79 -25 Dl
+158 -69 Dl
+157 60 Dl
+157 -36 Dl
+157 102 Dl
+158 -149 Dl
+157 80 Dl
+157 -5 Dl
+158 -149 Dl
+157 140 Dl
+5 f
+2541 861(MWF\(NoSorting\))N
+1377 1772 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 1689 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 1583 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1450 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1403 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1240 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1278 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1299 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1147 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1141 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1145 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 1145 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 1782 MXY
+79 -83 Dl
+158 -106 Dl
+157 -133 Dl
+157 -47 Dl
+157 -163 Dl
+158 38 Dl
+157 21 Dl
+157 -152 Dl
+158 -6 Dl
+157 4 Dl
+2527 1266(MWF\(EC-sorting\))N
+1337 1782 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2416 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2379 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 2335 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2290 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2275 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2210 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 2252 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 2279 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 2204 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2239 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2239 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 2239 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 2426 MXY
+79 -37 Dl
+158 -44 Dl
+157 -45 Dl
+157 -15 Dl
+157 -65 Dl
+158 42 Dl
+157 27 Dl
+157 -75 Dl
+158 35 Dl
+157 0 Dl
+2370 2164(SortTime\(EC-sorting\))N
+1337 2426 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2802 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+2802 MY
+0 20 Dl
+1351 2933(1)N
+1535 2802 MXY
+0 20 Dl
+1509 2933(3)N
+1692 2802 MXY
+0 20 Dl
+1666 2933(5)N
+1849 2802 MXY
+0 20 Dl
+1823 2933(7)N
+2007 2802 MXY
+0 20 Dl
+1981 2933(9)N
+2164 2802 MXY
+0 20 Dl
+2111 2933(11)N
+2321 2802 MXY
+0 20 Dl
+2268 2933(13)N
+2478 2802 MXY
+0 20 Dl
+2425 2933(15)N
+2636 2802 MXY
+0 20 Dl
+2583 2933(17)N
+2793 2802 MXY
+0 20 Dl
+2740 2933(19)N
+2950 2802 MXY
+0 20 Dl
+2897 2933(21)N
+1377 2802 MXY
+-20 0 Dl
+1151 2843(0.00)N
+1377 2606 MXY
+-20 0 Dl
+1098 2647(40.00)N
+1377 2409 MXY
+-20 0 Dl
+1098 2450(80.00)N
+1377 2212 MXY
+-20 0 Dl
+1045 2253(120.00)N
+1377 2015 MXY
+-20 0 Dl
+1045 2057(160.00)N
+1377 1819 MXY
+-20 0 Dl
+1045 1860(200.00)N
+1377 1622 MXY
+-20 0 Dl
+1045 1663(240.00)N
+1377 1425 MXY
+-20 0 Dl
+1045 1466(280.00)N
+1377 1229 MXY
+-20 0 Dl
+1045 1270(320.00)N
+1377 1032 MXY
+-20 0 Dl
+1045 1073(360.00)N
+1377 835 MXY
+-20 0 Dl
+1045 876(400.00)N
+3 f
+1532 3094(Figure)N
+1 f
+1829(9:)X
+1928(Time)X
+2156(vs.)X
+2289(number)X
+2607(of)X
+2711(machines)X
+1377 3298 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 3449 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 3611 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 3772 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 3823 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 3975 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 3943 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 3924 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4050 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4054 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4054 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 3308 MXY
+79 151 Dl
+158 162 Dl
+157 161 Dl
+157 51 Dl
+157 152 Dl
+158 -32 Dl
+157 -19 Dl
+157 126 Dl
+158 4 Dl
+157 0 Dl
+5 f
+2527 4033(MWF\(EC-sorting\))N
+1377 3298 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 3314 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 3390 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 3338 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 3379 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 3300 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 3430 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 3346 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 3351 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 3505 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 3365 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 3365 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 3308 MXY
+79 16 Dl
+158 76 Dl
+157 -52 Dl
+157 41 Dl
+157 -79 Dl
+158 130 Dl
+157 -84 Dl
+157 5 Dl
+158 154 Dl
+157 -140 Dl
+2541 3364(MWF\(NoSorting\))N
+1337 3308 MXY
+[] 0 setdash
+3 setlinewidth
+1377 5275 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+5275 MY
+0 20 Dl
+1351 5406(1)N
+1535 5275 MXY
+0 20 Dl
+1509 5406(3)N
+1692 5275 MXY
+0 20 Dl
+1666 5406(5)N
+1849 5275 MXY
+0 20 Dl
+1823 5406(7)N
+2007 5275 MXY
+0 20 Dl
+1981 5406(9)N
+2164 5275 MXY
+0 20 Dl
+2111 5406(11)N
+2321 5275 MXY
+0 20 Dl
+2268 5406(13)N
+2478 5275 MXY
+0 20 Dl
+2425 5406(15)N
+2636 5275 MXY
+0 20 Dl
+2583 5406(17)N
+2793 5275 MXY
+0 20 Dl
+2740 5406(19)N
+2950 5275 MXY
+0 20 Dl
+2897 5406(21)N
+1377 5275 MXY
+-20 0 Dl
+1151 5316(0.00)N
+1377 5079 MXY
+-20 0 Dl
+1151 5120(0.10)N
+1377 4882 MXY
+-20 0 Dl
+1151 4923(0.20)N
+1377 4685 MXY
+-20 0 Dl
+1151 4726(0.30)N
+1377 4488 MXY
+-20 0 Dl
+1151 4530(0.40)N
+1377 4292 MXY
+-20 0 Dl
+1151 4333(0.50)N
+1377 4095 MXY
+-20 0 Dl
+1151 4136(0.60)N
+1377 3898 MXY
+-20 0 Dl
+1151 3939(0.70)N
+1377 3702 MXY
+-20 0 Dl
+1151 3743(0.80)N
+1377 3505 MXY
+-20 0 Dl
+1151 3546(0.90)N
+1377 3308 MXY
+-20 0 Dl
+1151 3349(1.00)N
+3 f
+1412 5567(Figure)N
+1 f
+1709(10:)X
+1856(Ef\256ciency)X
+2276(vs.)X
+2409(number)X
+2727(of)X
+2831(machines)X
+
+16 p
+%%Page: 16 16
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(16)X
+1 f
+12 s
+776 780(The)N
+953(last)X
+1114(sorting)X
+1408(regime)X
+1703(is)X
+1794(motivated)X
+2207(by)X
+2330(considering)X
+2806(the)X
+2951(type-2)X
+3224(nodes)X
+3475(in)X
+3577(MWF.)X
+3882(The)X
+576 888(eldest)N
+830(child)X
+1052(of)X
+1161(a)X
+1233(type-2)X
+1508(node)X
+1724(is)X
+1817(evaluated)X
+2215(before)X
+2489(its)X
+2608(other)X
+2834(children)X
+3178(are)X
+3324(generated.)X
+3775(There-)X
+576 996(fore,)N
+784(if)X
+872(we)X
+1013(also)X
+1197(sort)X
+1370(the)X
+1517(children)X
+1862(of)X
+1971(a)X
+2044(type-2)X
+2320(node)X
+2537(there)X
+2760(should)X
+3046(be)X
+3167(even)X
+3379(more)X
+3607(cutoffs.)X
+3952(In)X
+576 1104(this)N
+748(sorting)X
+1048(regime,)X
+1373(in)X
+1481(addition)X
+1830(to)X
+1938(sorting)X
+2238(children)X
+2587(of)X
+2700(every)X
+2947(eldest)X
+3205(child,)X
+3455(we)X
+3599(also)X
+3786(sort)X
+3962(at)X
+576 1212(every)N
+814(type-2)X
+1084(node.)X
+1343(We)X
+1501(call)X
+1665(this)X
+1828(regime)X
+2120(``TT)X
+2326(\(type-two\))X
+2756(sorting''.)X
+776 1353(TT)N
+919(sorting)X
+1211(resulted)X
+1541(in)X
+1641(a)X
+1709(vast)X
+1889(improvement)X
+2428(in)X
+2528(total)X
+2725(computation)X
+3232(time)X
+3429(and)X
+3594(the)X
+3738(number)X
+576 1461(of)N
+688(nodes)X
+944(generated.)X
+3 f
+1398(Unfortunately,)X
+2034(a)X
+2113(subtle)X
+2389(bug)X
+2574(in)X
+2685(our)X
+2860(implementation)X
+3537(\(since)X
+3803(\256xed\))X
+576 1569(renders)N
+920(all)X
+1051(our)X
+1224(conclusions)X
+1722(about)X
+1985(this)X
+2163(sorting)X
+2480(method)X
+2819(inaccurate;)X
+3314(previous)X
+3696(versions)X
+576 1677(of)N
+681(this)X
+855(report)X
+1142(should)X
+1438(not)X
+1596(be)X
+1717(trusted)X
+2035(in)X
+2139(this)X
+2312(regard.)X
+2662(In)X
+2776(fact,)X
+2979(what)X
+3205(we)X
+3341(implemented)X
+3899(did)X
+576 1785(not)N
+760(evaluate)X
+1153(type-2)X
+1460(nodes)X
+1745(as)X
+1881(deeply)X
+2199(as)X
+2336(type-1)X
+2644(nodes,)X
+2954(so)X
+3091(far)X
+3266(fewer)X
+3548(nodes)X
+3834(were)X
+576 1893(evaluated.)N
+1053(So)X
+1188(TT)X
+1349(sorting)X
+1670(\(in)X
+1815(this)X
+1997(report\))X
+2324(implies)X
+2651(a)X
+2732(different)X
+3123(evaluation)X
+3583(strategy)X
+3947(as)X
+576 2001(well.)N
+1 f
+824(The)X
+1008(computation)X
+1524(time)X
+1731(is)X
+1830(almost)X
+2122(30)X
+2253(times)X
+2497(faster)X
+2746(than)X
+2947(the)X
+3100(computation)X
+3617(time)X
+3824(using)X
+576 2109(EC)N
+735(sorting)X
+1038(for)X
+1186(a)X
+1265(4)X
+9 f
+(\264)S
+1 f
+1366(4)X
+1450(tic-tac-toe)X
+1877(game,)X
+2145(even)X
+2362(though)X
+2664(about)X
+2913(95%)X
+3124(of)X
+3239(the)X
+3392(time)X
+3599(is)X
+3698(spent)X
+3936(on)X
+576 2217(sorting)N
+868(in)X
+968(the)X
+1111(1-machine)X
+1543(\(sequential\))X
+2023(case.)X
+2262(These)X
+2517(results)X
+2793(are)X
+2936(shown)X
+3211(in)X
+3311(Figures)X
+3625(11)X
+3747(and)X
+3912(12.)X
+576 2325(The)N
+771(ef\256ciency)X
+1196(is)X
+1305(drastically)X
+1752(reduced)X
+2102(because)X
+2452(the)X
+2615(work)X
+2857(does)X
+3078(not)X
+3246(seem)X
+3489(to)X
+3608(be)X
+3743(divided)X
+576 2433(evenly)N
+857(between)X
+1202(the)X
+1344(machines.)X
+1780(Our)X
+1953(assumption)X
+2415(is)X
+2503(that)X
+2673(a)X
+2741(better)X
+2986(distribution)X
+3455(of)X
+3560(work)X
+3782(can)X
+3941(be)X
+576 2541(achieved)N
+948(by)X
+1073(some)X
+1305(adjustments)X
+1794(to)X
+1898(DIB)X
+2092(itself)X
+2314(so)X
+2428(that)X
+2602(this)X
+2770(great)X
+2992(speed)X
+3240(can)X
+3403(be)X
+3523(accompanied)X
+576 2649(by)N
+696(a)X
+763(better)X
+1007(ef\256ciency.)X
+1377 4770 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4752 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 4667 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 4618 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 4590 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 4541 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 4493 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 4446 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4431 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4314 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4395 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 4780 MXY
+79 -18 Dl
+158 -85 Dl
+157 -49 Dl
+157 -28 Dl
+157 -49 Dl
+158 -48 Dl
+157 -47 Dl
+157 -15 Dl
+158 -77 Dl
+157 41 Dl
+5 f
+2457 4358(MWF\(TT-sorting\))N
+1377 3612 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 3514 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 3389 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 3233 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 3178 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2985 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 3031 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 3055 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 2876 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2870 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2874 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 2874 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 3622 MXY
+79 -98 Dl
+158 -125 Dl
+157 -156 Dl
+157 -55 Dl
+157 -193 Dl
+158 46 Dl
+157 24 Dl
+157 -179 Dl
+158 -6 Dl
+157 4 Dl
+2449 2871(MWF\(EC-sorting\))N
+1337 3622 MXY
+[] 0 setdash
+3 setlinewidth
+1377 4370 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4326 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 4274 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 4221 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 4204 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 4128 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 4176 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 4208 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4120 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4162 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4161 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 4161 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 4380 MXY
+79 -44 Dl
+158 -52 Dl
+157 -53 Dl
+157 -17 Dl
+157 -76 Dl
+158 48 Dl
+157 32 Dl
+157 -88 Dl
+158 42 Dl
+157 -1 Dl
+2206 4115(SortTime\(EC-sorting\))N
+3137(........)X
+1337 4380 MXY
+[] 0 setdash
+3 setlinewidth
+1377 4777 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4777 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 4773 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 4772 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 4771 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 4770 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 4770 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 4771 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4771 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4768 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4771 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 4787 MXY
+79 0 Dl
+158 -4 Dl
+157 -1 Dl
+157 -1 Dl
+157 -1 Dl
+158 0 Dl
+157 1 Dl
+157 0 Dl
+158 -3 Dl
+157 3 Dl
+2337 4712(SortTime\(TT-sorting\))N
+1377 4822 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+4822 MY
+0 20 Dl
+1351 4953(1)N
+1535 4822 MXY
+0 20 Dl
+1509 4953(3)N
+1692 4822 MXY
+0 20 Dl
+1666 4953(5)N
+1849 4822 MXY
+0 20 Dl
+1823 4953(7)N
+2007 4822 MXY
+0 20 Dl
+1981 4953(9)N
+2164 4822 MXY
+0 20 Dl
+2111 4953(11)N
+2321 4822 MXY
+0 20 Dl
+2268 4953(13)N
+2478 4822 MXY
+0 20 Dl
+2425 4953(15)N
+2636 4822 MXY
+0 20 Dl
+2583 4953(17)N
+2793 4822 MXY
+0 20 Dl
+2740 4953(19)N
+2950 4822 MXY
+0 20 Dl
+2897 4953(21)N
+1377 4822 MXY
+-20 0 Dl
+1151 4863(0.00)N
+1377 4707 MXY
+-20 0 Dl
+1098 4748(20.00)N
+1377 4591 MXY
+-20 0 Dl
+1098 4632(40.00)N
+1377 4475 MXY
+-20 0 Dl
+1098 4516(60.00)N
+1377 4360 MXY
+-20 0 Dl
+1098 4401(80.00)N
+1377 4244 MXY
+-20 0 Dl
+1045 4285(100.00)N
+1377 4128 MXY
+-20 0 Dl
+1045 4169(120.00)N
+1377 4013 MXY
+-20 0 Dl
+1045 4054(140.00)N
+1377 3897 MXY
+-20 0 Dl
+1045 3938(160.00)N
+1377 3781 MXY
+-20 0 Dl
+1045 3822(180.00)N
+1377 3665 MXY
+-20 0 Dl
+1045 3706(200.00)N
+1377 3550 MXY
+-20 0 Dl
+1045 3591(220.00)N
+1377 3434 MXY
+-20 0 Dl
+1045 3475(240.00)N
+1377 3318 MXY
+-20 0 Dl
+1045 3359(260.00)N
+1377 3202 MXY
+-20 0 Dl
+1045 3243(280.00)N
+1377 3087 MXY
+-20 0 Dl
+1045 3128(300.00)N
+1377 2971 MXY
+-20 0 Dl
+1045 3012(320.00)N
+1377 2855 MXY
+-20 0 Dl
+1045 2896(340.00)N
+3 f
+1508 5114(Figure)N
+1 f
+1805(11:)X
+1952(Time)X
+2180(vs.)X
+2313(number)X
+2631(of)X
+2735(machines)X
+
+17 p
+%%Page: 17 17
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(17)X
+1 f
+12 s
+1377 1179 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 1133 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 1092 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1023 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1099 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 888 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1044 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1044 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1000 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1055 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1158 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 1158 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 1189 MXY
+79 -46 Dl
+158 -41 Dl
+157 -69 Dl
+157 76 Dl
+157 -211 Dl
+158 156 Dl
+157 0 Dl
+157 -44 Dl
+158 55 Dl
+157 103 Dl
+5 f
+2449 1348(MWF\(EC-sorting\))N
+1337 1189 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2739 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2741 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 2732 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2729 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2728 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2722 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 2721 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 2725 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 2724 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2718 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2720 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 2749 MXY
+79 2 Dl
+158 -9 Dl
+157 -3 Dl
+157 -1 Dl
+157 -6 Dl
+158 -1 Dl
+157 4 Dl
+157 -1 Dl
+158 -6 Dl
+157 2 Dl
+2457 2669(MWF\(TT-sorting\))N
+1377 2787 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+2787 MY
+0 20 Dl
+1351 2918(1)N
+1535 2787 MXY
+0 20 Dl
+1509 2918(3)N
+1692 2787 MXY
+0 20 Dl
+1666 2918(5)N
+1849 2787 MXY
+0 20 Dl
+1823 2918(7)N
+2007 2787 MXY
+0 20 Dl
+1981 2918(9)N
+2164 2787 MXY
+0 20 Dl
+2111 2918(11)N
+2321 2787 MXY
+0 20 Dl
+2268 2918(13)N
+2478 2787 MXY
+0 20 Dl
+2425 2918(15)N
+2636 2787 MXY
+0 20 Dl
+2583 2918(17)N
+2793 2787 MXY
+0 20 Dl
+2740 2918(19)N
+2950 2787 MXY
+0 20 Dl
+2897 2918(21)N
+1377 2787 MXY
+-20 0 Dl
+1151 2828(0.00)N
+1377 2591 MXY
+-20 0 Dl
+1098 2632(25.00)N
+1377 2394 MXY
+-20 0 Dl
+1098 2435(50.00)N
+1377 2197 MXY
+-20 0 Dl
+1098 2238(75.00)N
+1377 2000 MXY
+-20 0 Dl
+1045 2042(100.00)N
+1377 1804 MXY
+-20 0 Dl
+1045 1845(125.00)N
+1377 1607 MXY
+-20 0 Dl
+1045 1648(150.00)N
+1377 1410 MXY
+-20 0 Dl
+1045 1451(175.00)N
+1377 1214 MXY
+-20 0 Dl
+1045 1255(200.00)N
+1377 1017 MXY
+-20 0 Dl
+1045 1058(225.00)N
+1377 820 MXY
+-20 0 Dl
+1045 861(250.00)N
+3 f
+1288 3079(Figure)N
+1 f
+1585(12:)X
+1732(Nodes)X
+2001(examined)X
+2400(vs.)X
+2533(number)X
+2851(of)X
+2955(machines)X
+776 3253(We)N
+958(also)X
+1161(used)X
+1385(three-level)X
+1846(sort)X
+2038(for)X
+2198(TT)X
+2364(sorting.)X
+2727(The)X
+2925(great)X
+3166(speed)X
+3433(in)X
+3556(this)X
+3743(method)X
+576 3361(allowed)N
+912(us)X
+1028(to)X
+1134(build)X
+1363(a)X
+1437(complete)X
+1822(game)X
+2062(tree)X
+2238(for)X
+2381(our)X
+2540(experiments.)X
+3090(In)X
+3200(previous)X
+3561(experiments)X
+576 3469(with)N
+771(tic-tac-toe,)X
+1211(we)X
+1347(built)X
+1548(a)X
+1615(search)X
+1885(tree)X
+2054(with)X
+2249(nine)X
+2439(levels;)X
+2715(the)X
+2858(complete)X
+3237(search)X
+3508(tree)X
+3678(for)X
+3815(a)X
+3883(4)X
+9 f
+(\264)S
+1 f
+3984(4)X
+576 3577(board)N
+819(has)X
+971(16)X
+1091(levels.)X
+8 f
+14 s
+576 3781(6.)N
+844(New)X
+1112(results)X
+1 f
+12 s
+776 3922(We)N
+939(have)X
+1150(new)X
+1339(results)X
+1619(based)X
+1867(on)X
+1992(adjustments)X
+2481(made)X
+2719(to)X
+2824(MWF)X
+3083(concerning)X
+3541(the)X
+3689(selection)X
+576 4030(of)N
+682(type-1)X
+954(nodes.)X
+1252(In)X
+1358(dynamic)X
+1716(MWF)X
+1971(\(DMWF\),)X
+2383(we)X
+2521(decide)X
+2799(which)X
+3060(children)X
+3401(of)X
+3506(a)X
+3574(type-1)X
+3845(node)X
+576 4138(to)N
+687(fully)X
+905(investigate)X
+1359(not)X
+1518(by)X
+1650(taking)X
+1927(the)X
+2081(\256rst)X
+2266(\(as)X
+2414(in)X
+2525(MWF\),)X
+2846(but)X
+3005(by)X
+3137(taking)X
+3414(all)X
+3547(those)X
+3787(whose)X
+576 4246(static)N
+815(value)X
+1059(is)X
+1158(above)X
+1423(the)X
+1576(90th)X
+1782(percentile)X
+2198(of)X
+2312(its)X
+2437(siblings.)X
+2818(To)X
+2959(our)X
+3121(knowledge,)X
+3601(no)X
+3731(one)X
+3904(has)X
+576 4354(tried)N
+781(algorithms)X
+1221(that)X
+1394(dynamically)X
+1900(adjust)X
+2159(their)X
+2365(width)X
+2613(of)X
+2722(full)X
+2885(evaluation)X
+3316(based)X
+3564(on)X
+3689(evidence)X
+576 4462(provided)N
+955(in)X
+1067(the)X
+1221(tree.)X
+1450(This)X
+1657(adjustment)X
+2116(can)X
+2286(also)X
+2477(be)X
+2604(made)X
+2849(to)X
+2960(other)X
+3194(algorithms)X
+3642(like)X
+3823(delay)X
+576 4570(splitting)N
+916(and)X
+1079(ER.)X
+776 4711(We)N
+939(compared)X
+1348(MWF)X
+1606(and)X
+1774(DMWF)X
+2101(under)X
+2349(EC)X
+2501(sorting)X
+2797(for)X
+2939(a)X
+3012(tic-tac-toe)X
+3434(tree)X
+3609(with)X
+3810(a)X
+3883(4)X
+9 f
+(\264)S
+1 f
+3984(4)X
+576 4819(board.)N
+873(Figure)X
+1154(13)X
+1280(shows)X
+1549(the)X
+1697(comparison)X
+2176(of)X
+2286(the)X
+2434(total)X
+2636(time)X
+2838(\(including)X
+3264(communication)X
+3893(and)X
+576 4927(idle)N
+745(time\))X
+973(between)X
+1318(MWF)X
+1571(and)X
+1734(DMWF.)X
+2104(DMWF)X
+2426(is)X
+2514(about)X
+2752(one-third)X
+3129(faster)X
+3368(than)X
+3559(MWF.)X
+3861(This)X
+576 5035(speed)N
+843(is)X
+955(achieved)X
+1346(with)X
+1565(even)X
+1795(less)X
+1987(sorting)X
+2302(time)X
+2522(because)X
+2875(it)X
+2977(generates)X
+3389(fewer)X
+3656(nodes,)X
+3952(as)X
+576 5143(demonstrated)N
+1124(in)X
+1228(Figure)X
+1508(14)X
+1633(\(number)X
+1989(of)X
+2099(nodes)X
+2353(are)X
+2501(in)X
+2606(multiples)X
+2995(of)X
+3105(1000\).)X
+3407(There)X
+3662(is)X
+3756(also)X
+3941(an)X
+576 5251(improvement)N
+1114(in)X
+1213(the)X
+1355(ef\256ciency)X
+1759(\(Figure)X
+2066(15\).)X
+
+18 p
+%%Page: 18 18
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(18)X
+1 f
+12 s
+1377 1867 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 1852 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 1809 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1762 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1708 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1607 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1618 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1533 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1494 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1393 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1305 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 1305 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 1877 MXY
+79 -15 Dl
+158 -43 Dl
+157 -47 Dl
+157 -54 Dl
+157 -102 Dl
+158 12 Dl
+157 -85 Dl
+157 -39 Dl
+158 -101 Dl
+157 -88 Dl
+5 f
+2428 1286(TotalTime\(DMWF\))N
+1337 1877 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2296 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2296 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 2303 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2306 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2303 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2296 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 2304 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 2280 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 2293 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2284 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2260 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 2260 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 2306 MXY
+79 0 Dl
+158 7 Dl
+157 3 Dl
+157 -3 Dl
+157 -7 Dl
+158 8 Dl
+157 -24 Dl
+157 13 Dl
+158 -9 Dl
+157 -24 Dl
+2446 2458(SortTime\(DMWF\))N
+1337 2306 MXY
+[] 0 setdash
+3 setlinewidth
+1377 1611 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 1517 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 1395 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1244 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1190 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1002 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1047 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1071 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 896 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 890 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 894 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 1621 MXY
+79 -94 Dl
+158 -122 Dl
+157 -152 Dl
+157 -53 Dl
+157 -188 Dl
+158 45 Dl
+157 24 Dl
+157 -175 Dl
+158 -6 Dl
+157 4 Dl
+2383 893(TotalTime\(MWF\))N
+1377 2348 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2305 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 2254 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2203 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2186 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2112 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 2159 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 2190 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 2105 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2145 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2145 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 2358 MXY
+79 -43 Dl
+158 -51 Dl
+157 -51 Dl
+157 -17 Dl
+157 -74 Dl
+158 47 Dl
+157 31 Dl
+157 -85 Dl
+158 40 Dl
+157 0 Dl
+2481 2089(SortTime\(MWF\))N
+1377 2787 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+2787 MY
+0 20 Dl
+1351 2918(1)N
+1535 2787 MXY
+0 20 Dl
+1509 2918(3)N
+1692 2787 MXY
+0 20 Dl
+1666 2918(5)N
+1849 2787 MXY
+0 20 Dl
+1823 2918(7)N
+2007 2787 MXY
+0 20 Dl
+1981 2918(9)N
+2164 2787 MXY
+0 20 Dl
+2111 2918(11)N
+2321 2787 MXY
+0 20 Dl
+2268 2918(13)N
+2478 2787 MXY
+0 20 Dl
+2425 2918(15)N
+2636 2787 MXY
+0 20 Dl
+2583 2918(17)N
+2793 2787 MXY
+0 20 Dl
+2740 2918(19)N
+2950 2787 MXY
+0 20 Dl
+2897 2918(21)N
+1377 2787 MXY
+-20 0 Dl
+1151 2828(0.00)N
+1377 2506 MXY
+-20 0 Dl
+1098 2547(50.00)N
+1377 2225 MXY
+-20 0 Dl
+1045 2266(100.00)N
+1377 1944 MXY
+-20 0 Dl
+1045 1985(150.00)N
+1377 1663 MXY
+-20 0 Dl
+1045 1704(200.00)N
+1377 1382 MXY
+-20 0 Dl
+1045 1423(250.00)N
+1377 1101 MXY
+-20 0 Dl
+1045 1142(300.00)N
+1377 820 MXY
+-20 0 Dl
+1045 861(350.00)N
+3 f
+1508 3079(Figure)N
+1 f
+1805(13:)X
+1952(Time)X
+2180(vs.)X
+2313(number)X
+2631(of)X
+2735(machines)X
+1377 3652 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 3606 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 3565 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 3496 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 3572 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 3361 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 3517 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 3517 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 3473 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 3528 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 3631 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 3631 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 3662 MXY
+79 -46 Dl
+158 -41 Dl
+157 -69 Dl
+157 76 Dl
+157 -211 Dl
+158 156 Dl
+157 0 Dl
+157 -44 Dl
+158 55 Dl
+157 103 Dl
+5 f
+2785 3821(MWF)N
+1337 3662 MXY
+[] 0 setdash
+3 setlinewidth
+1377 4212 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4211 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 4218 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 4249 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 4232 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 4248 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 4282 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 4262 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4281 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4306 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4258 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 4222 MXY
+79 -1 Dl
+158 7 Dl
+157 31 Dl
+157 -17 Dl
+157 16 Dl
+158 34 Dl
+157 -20 Dl
+157 19 Dl
+158 25 Dl
+157 -48 Dl
+2751 4293(DMWF)N
+1377 5260 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+5260 MY
+0 20 Dl
+1351 5391(1)N
+1535 5260 MXY
+0 20 Dl
+1509 5391(3)N
+1692 5260 MXY
+0 20 Dl
+1666 5391(5)N
+1849 5260 MXY
+0 20 Dl
+1823 5391(7)N
+2007 5260 MXY
+0 20 Dl
+1981 5391(9)N
+2164 5260 MXY
+0 20 Dl
+2111 5391(11)N
+2321 5260 MXY
+0 20 Dl
+2268 5391(13)N
+2478 5260 MXY
+0 20 Dl
+2425 5391(15)N
+2636 5260 MXY
+0 20 Dl
+2583 5391(17)N
+2793 5260 MXY
+0 20 Dl
+2740 5391(19)N
+2950 5260 MXY
+0 20 Dl
+2897 5391(21)N
+1377 5260 MXY
+-20 0 Dl
+1151 5301(0.00)N
+1377 5064 MXY
+-20 0 Dl
+1098 5105(25.00)N
+1377 4867 MXY
+-20 0 Dl
+1098 4908(50.00)N
+1377 4670 MXY
+-20 0 Dl
+1098 4711(75.00)N
+1377 4473 MXY
+-20 0 Dl
+1045 4515(100.00)N
+1377 4277 MXY
+-20 0 Dl
+1045 4318(125.00)N
+1377 4080 MXY
+-20 0 Dl
+1045 4121(150.00)N
+1377 3883 MXY
+-20 0 Dl
+1045 3924(175.00)N
+1377 3687 MXY
+-20 0 Dl
+1045 3728(200.00)N
+1377 3490 MXY
+-20 0 Dl
+1045 3531(225.00)N
+1377 3293 MXY
+-20 0 Dl
+1045 3334(250.00)N
+3 f
+1288 5552(Figure)N
+1 f
+1585(14:)X
+1732(Nodes)X
+2001(examined)X
+2400(vs.)X
+2533(number)X
+2851(of)X
+2955(machines)X
+
+19 p
+%%Page: 19 19
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(19)X
+1 f
+12 s
+1377 810 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 961 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 1123 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1284 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1335 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1487 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1455 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1436 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1562 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1566 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1566 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 820 MXY
+79 151 Dl
+158 162 Dl
+157 161 Dl
+157 51 Dl
+157 152 Dl
+158 -32 Dl
+157 -19 Dl
+157 126 Dl
+158 4 Dl
+157 0 Dl
+5 f
+2785 1712(MWF)N
+1377 810 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 832 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 928 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1024 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1115 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1239 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1251 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1349 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1369 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1550 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1497 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 1497 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 820 MXY
+79 22 Dl
+158 96 Dl
+157 96 Dl
+157 91 Dl
+157 124 Dl
+158 12 Dl
+157 98 Dl
+157 20 Dl
+158 181 Dl
+157 -53 Dl
+2751 1506(DMWF)N
+1337 820 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2787 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+2787 MY
+0 20 Dl
+1351 2918(1)N
+1535 2787 MXY
+0 20 Dl
+1509 2918(3)N
+1692 2787 MXY
+0 20 Dl
+1666 2918(5)N
+1849 2787 MXY
+0 20 Dl
+1823 2918(7)N
+2007 2787 MXY
+0 20 Dl
+1981 2918(9)N
+2164 2787 MXY
+0 20 Dl
+2111 2918(11)N
+2321 2787 MXY
+0 20 Dl
+2268 2918(13)N
+2478 2787 MXY
+0 20 Dl
+2425 2918(15)N
+2636 2787 MXY
+0 20 Dl
+2583 2918(17)N
+2793 2787 MXY
+0 20 Dl
+2740 2918(19)N
+2950 2787 MXY
+0 20 Dl
+2897 2918(21)N
+1377 2787 MXY
+-20 0 Dl
+1151 2828(0.00)N
+1377 2591 MXY
+-20 0 Dl
+1151 2632(0.10)N
+1377 2394 MXY
+-20 0 Dl
+1151 2435(0.20)N
+1377 2197 MXY
+-20 0 Dl
+1151 2238(0.30)N
+1377 2000 MXY
+-20 0 Dl
+1151 2042(0.40)N
+1377 1804 MXY
+-20 0 Dl
+1151 1845(0.50)N
+1377 1607 MXY
+-20 0 Dl
+1151 1648(0.60)N
+1377 1410 MXY
+-20 0 Dl
+1151 1451(0.70)N
+1377 1214 MXY
+-20 0 Dl
+1151 1255(0.80)N
+1377 1017 MXY
+-20 0 Dl
+1151 1058(0.90)N
+1377 820 MXY
+-20 0 Dl
+1151 861(1.00)N
+3 f
+1424 3079(Figure)N
+1 f
+1721(15:)X
+1868(Ef\256ciency)X
+2288(vs)X
+2397(number)X
+2715(of)X
+2819(machines)X
+776 3253(We)N
+952(also)X
+1149(compared)X
+1571(MWF)X
+1842(and)X
+2023(DMWF)X
+2363(under)X
+2624(EC)X
+2789(sorting)X
+3098(for)X
+3252(Othello)X
+3583(with)X
+3797(a)X
+3883(6)X
+9 f
+(\264)S
+1 f
+3984(6)X
+576 3361(board.)N
+887(Since)X
+1145(Othello)X
+1478(is)X
+1585(a)X
+1671(more)X
+1912(complicated)X
+2427(game)X
+2679(than)X
+2888(tic-tac-toe,)X
+3347(the)X
+3508(sorting)X
+3818(depth)X
+576 3469(parameter)N
+986(was)X
+1160(set)X
+1292(to)X
+1392(6)X
+1465(levels,)X
+1739(as)X
+1844(mentioned)X
+2276(above.)X
+2579(The)X
+2754(results)X
+3030(of)X
+3135(this)X
+3299(experiment,)X
+3782(shown)X
+576 3577(in)N
+675(Figures)X
+987(16,)X
+1131(17)X
+1251(and)X
+1414(18,)X
+1558(are)X
+1700(similar)X
+1992(to)X
+2091(the)X
+2233(results)X
+2508(from)X
+2719(tic-tac-toe.)X
+
+20 p
+%%Page: 20 20
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(20)X
+1 f
+12 s
+1377 2410 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2337 MXY
+0 19 Dl
+0 -9 Dl
+10 0 Dl
+-20 0 Dl
+1614 2219 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2139 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2043 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1982 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1901 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1792 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1764 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1617 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 1568 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 1568 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 2420 MXY
+79 -73 Dl
+158 -118 Dl
+157 -80 Dl
+157 -96 Dl
+157 -61 Dl
+158 -81 Dl
+157 -109 Dl
+157 -28 Dl
+158 -147 Dl
+157 -49 Dl
+5 f
+2349 1624(TotalTime\(DMWF\))N
+1337 2420 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2732 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2721 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 2722 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2718 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2711 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2712 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 2709 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 2701 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 2699 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2704 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2687 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 2687 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 2742 MXY
+79 -11 Dl
+158 1 Dl
+157 -4 Dl
+157 -8 Dl
+157 1 Dl
+158 -2 Dl
+157 -8 Dl
+157 -2 Dl
+158 5 Dl
+157 -17 Dl
+2367 2652(SortTime\(DMWF\))N
+1337 2742 MXY
+[] 0 setdash
+3 setlinewidth
+1377 2167 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2087 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 1968 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 1859 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 1825 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 1738 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 1648 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 1511 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 1361 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 1145 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 827 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 2177 MXY
+79 -80 Dl
+158 -119 Dl
+157 -109 Dl
+157 -34 Dl
+157 -87 Dl
+158 -90 Dl
+157 -137 Dl
+157 -150 Dl
+158 -216 Dl
+157 -318 Dl
+2383 883(TotalTime\(MWF\))N
+1377 2719 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 2714 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 2703 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 2706 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 2707 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 2702 MXY
+0 19 Dl
+0 -9 Dl
+10 0 Dl
+-20 0 Dl
+2243 2696 MXY
+0 19 Dl
+0 -9 Dl
+10 0 Dl
+-20 0 Dl
+2400 2698 MXY
+0 19 Dl
+0 -9 Dl
+10 0 Dl
+-20 0 Dl
+2557 2692 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 2679 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 2670 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 2729 MXY
+79 -6 Dl
+158 -10 Dl
+157 2 Dl
+157 2 Dl
+157 -5 Dl
+158 -6 Dl
+157 2 Dl
+157 -6 Dl
+158 -13 Dl
+157 -9 Dl
+2402 2559(SortTime\(MWF\))N
+1377 2787 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+2787 MY
+0 20 Dl
+1351 2918(1)N
+1535 2787 MXY
+0 20 Dl
+1509 2918(3)N
+1692 2787 MXY
+0 20 Dl
+1666 2918(5)N
+1849 2787 MXY
+0 20 Dl
+1823 2918(7)N
+2007 2787 MXY
+0 20 Dl
+1981 2918(9)N
+2164 2787 MXY
+0 20 Dl
+2111 2918(11)N
+2321 2787 MXY
+0 20 Dl
+2268 2918(13)N
+2478 2787 MXY
+0 20 Dl
+2425 2918(15)N
+2636 2787 MXY
+0 20 Dl
+2583 2918(17)N
+2793 2787 MXY
+0 20 Dl
+2740 2918(19)N
+2950 2787 MXY
+0 20 Dl
+2897 2918(21)N
+1377 2787 MXY
+-20 0 Dl
+1151 2828(0.00)N
+1377 2656 MXY
+-20 0 Dl
+1045 2697(100.00)N
+1377 2525 MXY
+-20 0 Dl
+1045 2566(200.00)N
+1377 2394 MXY
+-20 0 Dl
+1045 2435(300.00)N
+1377 2263 MXY
+-20 0 Dl
+1045 2304(400.00)N
+1377 2132 MXY
+-20 0 Dl
+1045 2173(500.00)N
+1377 2000 MXY
+-20 0 Dl
+1045 2042(600.00)N
+1377 1869 MXY
+-20 0 Dl
+1045 1910(700.00)N
+1377 1738 MXY
+-20 0 Dl
+1045 1779(800.00)N
+1377 1607 MXY
+-20 0 Dl
+1045 1648(900.00)N
+1377 1476 MXY
+-20 0 Dl
+992 1517(1000.00)N
+1377 1345 MXY
+-20 0 Dl
+992 1386(1100.00)N
+1377 1214 MXY
+-20 0 Dl
+992 1255(1200.00)N
+1377 1082 MXY
+-20 0 Dl
+992 1123(1300.00)N
+1377 951 MXY
+-20 0 Dl
+992 992(1400.00)N
+1377 820 MXY
+-20 0 Dl
+992 861(1500.00)N
+3 f
+1508 3079(Figure)N
+1 f
+1805(16:)X
+1952(Time)X
+2180(vs.)X
+2313(number)X
+2631(of)X
+2735(machines)X
+1377 4199 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4080 MXY
+0 19 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 3953 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 3825 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 3803 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 3756 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 3631 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 3510 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 3430 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 3413 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 3349 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1337 3349 MXY
+[16] 0 setdash
+1 setlinewidth
+1377 4209 MXY
+79 -120 Dl
+158 -126 Dl
+157 -128 Dl
+157 -22 Dl
+157 -47 Dl
+158 -125 Dl
+157 -121 Dl
+157 -80 Dl
+158 -17 Dl
+157 -64 Dl
+5 f
+2785 3389(MWF)N
+1337 4209 MXY
+[] 0 setdash
+3 setlinewidth
+1377 4662 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1456 4559 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1614 4419 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1771 4366 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1928 4258 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2085 4262 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2243 4186 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2400 4112 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2557 4133 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2715 4068 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+2872 4003 MXY
+0 20 Dl
+0 -10 Dl
+10 0 Dl
+-20 0 Dl
+1377 4672 MXY
+79 -103 Dl
+158 -140 Dl
+157 -53 Dl
+157 -108 Dl
+157 4 Dl
+158 -76 Dl
+157 -74 Dl
+157 21 Dl
+158 -65 Dl
+157 -65 Dl
+2751 4018(DMWF)N
+1377 5260 MXY
+1573 0 Dl
+1377 MX
+0 -1967 Dl
+5260 MY
+0 20 Dl
+1351 5391(1)N
+1535 5260 MXY
+0 20 Dl
+1509 5391(3)N
+1692 5260 MXY
+0 20 Dl
+1666 5391(5)N
+1849 5260 MXY
+0 20 Dl
+1823 5391(7)N
+2007 5260 MXY
+0 20 Dl
+1981 5391(9)N
+2164 5260 MXY
+0 20 Dl
+2111 5391(11)N
+2321 5260 MXY
+0 20 Dl
+2268 5391(13)N
+2478 5260 MXY
+0 20 Dl
+2425 5391(15)N
+2636 5260 MXY
+0 20 Dl
+2583 5391(17)N
+2793 5260 MXY
+0 20 Dl
+2740 5391(19)N
+2950 5260 MXY
+0 20 Dl
+2897 5391(21)N
+1377 5260 MXY
+-20 0 Dl
+1151 5301(0.00)N
+1377 5064 MXY
+-20 0 Dl
+1098 5105(50.00)N
+1377 4867 MXY
+-20 0 Dl
+1045 4908(100.00)N
+1377 4670 MXY
+-20 0 Dl
+1045 4711(150.00)N
+1377 4473 MXY
+-20 0 Dl
+1045 4515(200.00)N
+1377 4277 MXY
+-20 0 Dl
+1045 4318(250.00)N
+1377 4080 MXY
+-20 0 Dl
+1045 4121(300.00)N
+1377 3883 MXY
+-20 0 Dl
+1045 3924(350.00)N
+1377 3687 MXY
+-20 0 Dl
+1045 3728(400.00)N
+1377 3490 MXY
+-20 0 Dl
+1045 3531(450.00)N
+1377 3293 MXY
+-20 0 Dl
+1045 3334(500.00)N
+3 f
+1288 5552(Figure)N
+1 f
+1585(17:)X
+1732(Nodes)X
+2001(examined)X
+2400(vs.)X
+2533(number)X
+2851(of)X
+2955(machines)X
+
+21 p
+%%Page: 21 21
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(21)X
+1 f
+12 s
+981 826 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+1101 1169 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+1340 1560 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-31 0 Dl
+1578 1826 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+1817 1897 MXY
+0 31 Dl
+0 -16 Dl
+15 0 Dl
+-30 0 Dl
+2056 2059 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+2294 2199 MXY
+0 30 Dl
+0 -15 Dl
+16 0 Dl
+-31 0 Dl
+2533 2373 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+2772 2513 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+3011 2698 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+3249 2880 MXY
+0 31 Dl
+0 -16 Dl
+16 0 Dl
+-31 0 Dl
+981 841 MXY
+120 343 Dl
+239 391 Dl
+238 266 Dl
+239 71 Dl
+239 162 Dl
+238 140 Dl
+239 174 Dl
+239 140 Dl
+239 185 Dl
+238 182 Dl
+5 f
+3178 2885(MWF)N
+981 826 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+1101 1318 MXY
+0 31 Dl
+0 -16 Dl
+15 0 Dl
+-30 0 Dl
+1340 1844 MXY
+0 31 Dl
+0 -16 Dl
+15 0 Dl
+-31 0 Dl
+1578 2092 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+1817 2319 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+2056 2432 MXY
+0 31 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+2294 2560 MXY
+0 31 Dl
+0 -15 Dl
+16 0 Dl
+-31 0 Dl
+2533 2701 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+2772 2731 MXY
+0 30 Dl
+0 -15 Dl
+15 0 Dl
+-30 0 Dl
+3011 2868 MXY
+0 31 Dl
+0 -16 Dl
+15 0 Dl
+-30 0 Dl
+3249 2907 MXY
+0 30 Dl
+0 -15 Dl
+16 0 Dl
+-31 0 Dl
+920 2907 MXY
+[16] 0 setdash
+1 setlinewidth
+981 841 MXY
+120 492 Dl
+239 526 Dl
+238 248 Dl
+239 227 Dl
+239 114 Dl
+238 128 Dl
+239 140 Dl
+239 30 Dl
+239 137 Dl
+238 39 Dl
+3144 3034(DMWF)N
+920 841 MXY
+[] 0 setdash
+3 setlinewidth
+981 3827 MXY
+2387 0 Dl
+981 MX
+0 -2986 Dl
+3827 MY
+0 30 Dl
+955 3984(1)N
+1220 3827 MXY
+0 30 Dl
+1194 3984(3)N
+1459 3827 MXY
+0 30 Dl
+1433 3984(5)N
+1697 3827 MXY
+0 30 Dl
+1671 3984(7)N
+1936 3827 MXY
+0 30 Dl
+1910 3984(9)N
+2175 3827 MXY
+0 30 Dl
+2122 3984(11)N
+2413 3827 MXY
+0 30 Dl
+2360 3984(13)N
+2652 3827 MXY
+0 30 Dl
+2599 3984(15)N
+2891 3827 MXY
+0 30 Dl
+2838 3984(17)N
+3130 3827 MXY
+0 30 Dl
+3077 3984(19)N
+3368 3827 MXY
+0 30 Dl
+3315 3984(21)N
+981 3827 MXY
+-30 0 Dl
+734 3847(0.00)N
+981 3528 MXY
+-30 0 Dl
+734 3549(0.10)N
+981 3230 MXY
+-30 0 Dl
+734 3250(0.20)N
+981 2931 MXY
+-30 0 Dl
+734 2951(0.30)N
+981 2632 MXY
+-30 0 Dl
+734 2653(0.40)N
+981 2334 MXY
+-30 0 Dl
+734 2354(0.50)N
+981 2035 MXY
+-30 0 Dl
+734 2056(0.60)N
+981 1737 MXY
+-30 0 Dl
+734 1757(0.70)N
+981 1438 MXY
+-30 0 Dl
+734 1458(0.80)N
+981 1139 MXY
+-30 0 Dl
+734 1160(0.90)N
+981 841 MXY
+-30 0 Dl
+734 861(1.00)N
+3 f
+1424 4181(Figure)N
+1 f
+1721(18:)X
+1868(Ef\256ciency)X
+2288(vs)X
+2397(number)X
+2715(of)X
+2819(machines)X
+8 f
+14 s
+576 4418(7.)N
+844(Future)X
+1313(work)X
+1 f
+12 s
+776 4559(With)N
+996(enhancements)X
+1569(made)X
+1805(to)X
+1907(DIB)X
+2099(for)X
+2239(achieving)X
+2642(high)X
+2841(ef\256ciency)X
+3249(in)X
+3352(game)X
+3589(tree)X
+3762(search,)X
+576 4667(we)N
+722(have)X
+938(developed)X
+1368(an)X
+1492(environment)X
+2012(in)X
+2120(which)X
+2388(we)X
+2533(can)X
+2700(test)X
+2867(different)X
+3232(algorithms)X
+3677(in)X
+3785(a)X
+3861(con-)X
+576 4775(sistent)N
+853(way.)X
+1092(These)X
+1353(algorithms)X
+1796(have)X
+2009(been)X
+2222(examined)X
+2628(using)X
+2867(a)X
+2941(test)X
+3107(suite)X
+3321(of)X
+3433(problems)X
+3823(taken)X
+576 4883(from)N
+793(game)X
+1032(trees)X
+1244(for)X
+1386(checkers,)X
+1776(tic-tac-toe,)X
+2221(and)X
+2389(Othello.)X
+2755(These)X
+3014(games)X
+3289(are)X
+3436(coded)X
+3695(indepen-)X
+576 4991(dently)N
+841(from)X
+1052(the)X
+1194(search)X
+1464(algorithms,)X
+1924(thus)X
+2108(contributing)X
+2603(to)X
+2702(the)X
+2844(consistency)X
+3317(of)X
+3421(the)X
+3563(experiment.)X
+776 5132(We)N
+954(are)X
+1116(currently)X
+1508(testing)X
+1809(these)X
+2051(algorithms)X
+2507(on)X
+2647(a)X
+2735(26-processor)X
+3276(Sequent)X
+3631(Symmetry)X
+576 5240(machine.)N
+992(Our)X
+1182(future)X
+1453(plans)X
+1697(include)X
+2022(the)X
+2181(use)X
+2350(of)X
+2471(a)X
+2555(KSR)X
+2782(multicomputer)X
+3391(with)X
+3603(64)X
+3740(cpus)X
+3957(to)X
+576 5348(examine)N
+927(the)X
+1069(search)X
+1339(algorithms)X
+1775(with)X
+1970(a)X
+2037(larger)X
+2286(number)X
+2604(of)X
+2708(processors.)X
+776 5489(We)N
+944(will)X
+1128(also)X
+1317(experiment)X
+1785(with)X
+1990(worst-case)X
+2435(sorting,)X
+2760(not)X
+2917(because)X
+3256(it)X
+3345(would)X
+3620(be)X
+3746(used)X
+3957(in)X
+576 5597(practice,)N
+930(but)X
+1077(to)X
+1176(see)X
+1323(how)X
+1512(each)X
+1713(algorithm)X
+2112(is)X
+2200(sensitive)X
+2561(to)X
+2660(sorting.)X
+
+22 p
+%%Page: 22 22
+12 s 0 xH 0 xS 1 f
+10 s
+3 f
+576 474(Game-tree)N
+963(search)X
+3952(22)X
+8 f
+14 s
+576 780(References)N
+1 f
+12 s
+576 921(1.)N
+776(Raphael)X
+1122(Finkel)X
+1399(and)X
+1569(Udi)X
+1744(Manber,)X
+2098(``DIB)X
+2358(\320)X
+2485(A)X
+2585(Distributed)X
+3049 0.2356(Implementation)AX
+3691(of)X
+3802(Back-)X
+776 1029(tracking,'')N
+2 f
+1223(ACM)X
+1469(Transactions)X
+2013(on)X
+2152(Programming)X
+2733(Languages)X
+3196(and)X
+3382(Systems)X
+3 f
+3728(9)X
+1 f
+(\(2\))S
+3912(pp.)X
+776 1137(235-256)N
+1120(\(April)X
+1379(1987\).)X
+576 1278(2.)N
+776(Vipin)X
+1024(Kumar)X
+1320(and)X
+1488(V.)X
+1610(Nageshwara)X
+2115(Rao,)X
+2 f
+2324(Scalable)X
+2686(Parallel)X
+3032(Formation)X
+3473(of)X
+3578(Depth-First)X
+776 1386(Search)N
+1 f
+1043(.)X
+576 1527(3.)N
+776(Igor)X
+960(Steinberg)X
+1353(and)X
+1516(Marvin)X
+1823(Solomon,)X
+2 f
+2218(Searching)X
+2632(Game)X
+2885(tree)X
+3059(in)X
+3158(Parallel)X
+1 f
+3474(.)X
+576 1668(4.)N
+776(John)X
+1000(Philip)X
+1273(Fishburn,)X
+1681(``Analysis)X
+2124(of)X
+2247(speed)X
+2509(up)X
+2648(in)X
+2767(Distributed)X
+3244(Algorithms,'')X
+3814(Ph.D.)X
+776 1776(Thesis,)N
+1140(Department)X
+1660(of)X
+1805(Computer)X
+2255(Science,)X
+2644(University)X
+3114(of)X
+3258(Wisconsin-Madison)X
+776 1884(\(1981\).)N
+576 2025(5.)N
+776(D.)X
+907(V.)X
+1038(Knuth)X
+1316(and)X
+1493(R.)X
+1619(W.)X
+1772(Moore,)X
+2090(``An)X
+2309(analysis)X
+2657(of)X
+2775(alpha-beta)X
+3215(prunning,'')X
+2 f
+3689(Arti\256cial)X
+776 2133(Intelligence)N
+3 f
+1256(6)X
+1 f
+1328(pp.)X
+1472(293-326)X
+1816(\(1975\).)X
+576 2274(6.)N
+776(Selim)X
+1048(G.)X
+1188(Akl,)X
+1403(David)X
+1685(T.)X
+1815(Barnard,)X
+2196(and)X
+2382(Ralph)X
+2659(J.)X
+2767(Doran,)X
+3078(``Desing,)X
+3485(Analysis,)X
+3893(and)X
+776 2382 0.2356(Implementation)AN
+1432(of)X
+1557(a)X
+1645(Parallel)X
+1985(Tree)X
+2207(Search)X
+2514(Algorithm,'')X
+2 f
+3048(IEEE)X
+3 f
+3301(PAMI-4)X
+1 f
+3637(\(2\)\(March)X
+776 2490(1982\).)N
+576 2631(7.)N
+776(R.)X
+891(A.)X
+1011(Finkel)X
+1284(and)X
+1450(J.)X
+1538(P.)X
+1642(Fishburn,)X
+2034(``Parallelism)X
+2559(in)X
+2661(alpha-beta)X
+3090(search,'')X
+2 f
+3452(Arti\256cial)X
+3823(Intel-)X
+776 2739(ligence)N
+3 f
+1079(19)X
+1 f
+1199(pp.)X
+1343(89-106)X
+1639(\(1982\).)X
+576 2880(8.)N
+776(T.)X
+903(A.)X
+1040(Marsland)X
+1448(and)X
+1632(M.)X
+1786(Campbell,)X
+2230(``Parallel)X
+2634(Search)X
+2941(of)X
+3066(Strongly)X
+3442(Ordered)X
+3802(Game)X
+776 2988(Trees,'')N
+2 f
+1102(Computing)X
+1553(Surveys)X
+3 f
+1876(14)X
+1 f
+(\(4\))S
+2108(pp.)X
+2252(533-551)X
+2596(\(December)X
+3048(1982\).)X
+
+22 p
+%%Trailer
+xt
+
+xs
diff --git a/parallel/acm.ps b/parallel/acm.ps
new file mode 100755 (executable)
index 0000000..f87e7b1
--- /dev/null
@@ -0,0 +1,12754 @@
+%!PS-Adobe-2.0
+%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
+%%Title: acm.dvi
+%%Pages: 8
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%EndComments
+%DVIPSCommandLine: dvips -f acm.dvi
+%DVIPSParameters: dpi=600, comments removed
+%DVIPSSource:  TeX output 1995.12.14:1155
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]{ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}
+if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
+/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+%%BeginProcSet: special.pro
+TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
+/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
+false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
+/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
+div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
+/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
+10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
+/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
+true def end /@MacSetUp{userdict /md known{userdict /md get type
+/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
+length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
+N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
+clippath mark{transform{itransform moveto}}{transform{itransform lineto}
+}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
+itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
+closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
+0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
+/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
+scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
+ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
+not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
+TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
+pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
+-1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
+TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
+sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
+0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
+2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
+{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
+div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
+N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
+maxlength dict begin /magscale true def normalscale currentpoint TR
+/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
+/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
+psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
+scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
+/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
+begin /SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
+{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
+}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
+end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
+N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
+/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
+SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
+/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
+yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
+%%EndProcSet
+TeXDict begin 40258437 52099154 1000 600 600 (acm.dvi)
+@start /Fa 47 123 df<3C007E00FF00FF00FF80FF807F803D80018001800180018003
+0003000300070006000E000C0018003800700020000917788718>44
+D<FFFFF0FFFFF0FFFFF0FFFFF014047E911C>I<3C7EFFFFFFFF7E3C0808788718>I<0000
+0060000000000000F0000000000000F0000000000000F0000000000001F8000000000001
+F8000000000001F8000000000003FC000000000003FC000000000007FE000000000006FE
+000000000006FE00000000000EFF00000000000C7F00000000000C7F0000000000187F80
+00000000183F8000000000183F8000000000301FC000000000301FC000000000701FE000
+000000600FE000000000600FE000000000C00FF000000000C007F000000000C007F00000
+00018003F8000000018003F8000000018003F8000000030001FC000000030001FC000000
+070001FE000000060000FE000000060000FE0000000FFFFFFF0000000FFFFFFF0000000F
+FFFFFF0000001800003F8000001800003F8000001800003F8000003000001FC000003000
+001FC000007000001FE000006000000FE000006000000FE00000C000000FF00000C00000
+07F00001C0000007F00001C0000003F80003E0000003F8000FF000000FFC00FFFE0000FF
+FFF0FFFE0000FFFFF0FFFE0000FFFFF034367CB53D>65 D<FFFFFFFFC00000FFFFFFFFF8
+0000FFFFFFFFFF000001FE0000FF800000FE00001FE00000FE00000FF00000FE000007F8
+0000FE000003F80000FE000003FC0000FE000001FC0000FE000001FE0000FE000001FE00
+00FE000001FE0000FE000001FE0000FE000001FE0000FE000001FE0000FE000001FC0000
+FE000003FC0000FE000003F80000FE000007F00000FE00000FE00000FE00003FC00000FE
+0000FF000000FFFFFFFC000000FFFFFFF8000000FE0001FF000000FE00001FC00000FE00
+000FF00000FE000003F80000FE000001FC0000FE000001FE0000FE000000FE0000FE0000
+00FF0000FE0000007F0000FE0000007F8000FE0000007F8000FE0000007F8000FE000000
+7F8000FE0000007F8000FE0000007F8000FE0000007F0000FE000000FF0000FE000000FF
+0000FE000001FE0000FE000003FC0000FE000007F80000FE00001FF00001FE00007FE000
+FFFFFFFFFF8000FFFFFFFFFE0000FFFFFFFFF0000031337DB23A>I<000003FF00010000
+1FFFE0030000FFFFF8070003FF807C070007F8000E0F001FE000031F003F800001BF007F
+000000FF00FE0000007F01FC0000003F03F80000003F07F00000001F07E00000001F0FE0
+0000000F1FC00000000F1FC0000000073FC0000000073F80000000073F80000000037F80
+000000037F80000000037F0000000003FF0000000000FF0000000000FF0000000000FF00
+00000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF00
+00000000FF00000000007F00000000007F80000000037F80000000033F80000000033F80
+000000033FC0000000031FC0000000061FC0000000060FE00000000607E00000000C07F0
+0000000C03F80000001801FC0000003800FE00000030007F00000060003F800000C0001F
+E00003800007F8000F000003FF803E000000FFFFF80000001FFFE000000003FF00003037
+7BB43B>I<FFFFFFFFC00000FFFFFFFFF80000FFFFFFFFFE000001FE0001FF800000FE00
+003FE00000FE00000FF00000FE000003F80000FE000001FC0000FE000000FE0000FE0000
+007F0000FE0000003F0000FE0000003F8000FE0000001FC000FE0000001FC000FE000000
+0FE000FE0000000FE000FE0000000FE000FE0000000FF000FE00000007F000FE00000007
+F000FE00000007F000FE00000007F800FE00000007F800FE00000007F800FE00000007F8
+00FE00000007F800FE00000007F800FE00000007F800FE00000007F800FE00000007F800
+FE00000007F800FE00000007F000FE00000007F000FE00000007F000FE0000000FF000FE
+0000000FE000FE0000000FE000FE0000001FC000FE0000001FC000FE0000001F8000FE00
+00003F8000FE0000007F0000FE000000FE0000FE000001FC0000FE000003F80000FE0000
+07F00000FE00001FE00001FE0000FF8000FFFFFFFFFE0000FFFFFFFFF80000FFFFFFFFC0
+000035337DB23E>I<FFFFFFFFFFE0FFFFFFFFFFE0FFFFFFFFFFE003FC00003FE001FC00
+0007E001FC000001F001FC000000F001FC000000F001FC0000007001FC0000007001FC00
+00003001FC0000003001FC0000003001FC0000003001FC0006001801FC0006001801FC00
+06001801FC0006001801FC0006000001FC000E000001FC000E000001FC001E000001FC00
+7E000001FFFFFE000001FFFFFE000001FFFFFE000001FC007E000001FC001E000001FC00
+0E000001FC000E000001FC0006000001FC0006000601FC0006000601FC0006000601FC00
+06000C01FC0000000C01FC0000000C01FC0000000C01FC0000000C01FC0000001C01FC00
+00001C01FC0000003801FC0000003801FC0000007801FC000000F801FC000001F801FC00
+0007F803FC00003FF8FFFFFFFFFFF0FFFFFFFFFFF0FFFFFFFFFFF02F337CB237>I<FFFF
+FFFFFFE0FFFFFFFFFFE0FFFFFFFFFFE001FE00003FE000FE000007E000FE000001F000FE
+000000F000FE000000F000FE0000007000FE0000007000FE0000003000FE0000003000FE
+0000003000FE0000003000FE0000001800FE0003001800FE0003001800FE0003001800FE
+0003000000FE0003000000FE0007000000FE0007000000FE000F000000FE003F000000FF
+FFFF000000FFFFFF000000FFFFFF000000FE003F000000FE000F000000FE0007000000FE
+0007000000FE0003000000FE0003000000FE0003000000FE0003000000FE0003000000FE
+0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE
+0000000000FE0000000000FE0000000000FE0000000000FE0000000001FF00000000FFFF
+FF000000FFFFFF000000FFFFFF0000002D337DB235>I<000003FE00020000003FFFC006
+000000FFFFF00E000003FF00780E00000FF8001E1E00001FE000073E00003F800003FE00
+007F000001FE0000FC000000FE0001F80000007E0003F80000007E0007F00000003E000F
+E00000001E000FE00000001E001FC00000001E001FC00000000E003FC00000000E003F80
+0000000E003F8000000006007F8000000006007F8000000006007F000000000600FF0000
+00000000FF000000000000FF000000000000FF000000000000FF000000000000FF000000
+000000FF000000000000FF000000000000FF000000000000FF000000000000FF000003FF
+FFF07F000003FFFFF07F800003FFFFF07F80000001FF003F80000000FE003F80000000FE
+003FC0000000FE001FC0000000FE001FC0000000FE000FE0000000FE000FE0000000FE00
+07F0000000FE0003F8000000FE0001FC000000FE0000FC000000FE00007F000001FE0000
+3F800003BE00001FE000073E00000FF8000E1E000003FF007C06000000FFFFF802000000
+3FFFE00000000003FF00000034377BB440>I<FFFFFE01FFFFFCFFFFFE01FFFFFCFFFFFE
+01FFFFFC01FF000003FE0000FE000001FC0000FE000001FC0000FE000001FC0000FE0000
+01FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001
+FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC
+0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC00
+00FFFFFFFFFC0000FFFFFFFFFC0000FFFFFFFFFC0000FE000001FC0000FE000001FC0000
+FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE
+000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE00
+0001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE000001FC0000FE0000
+01FC0000FE000001FC0000FE000001FC0000FE000001FC0001FF000003FE00FFFFFE01FF
+FFFCFFFFFE01FFFFFCFFFFFE01FFFFFC36337DB23D>I<FFFFFEFFFFFEFFFFFE01FF0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0001FF00FFFFFEFFFFFEFFFFFE17337DB2
+1E>I<003FFFFF80003FFFFF80003FFFFF8000001FF00000000FE00000000FE00000000F
+E00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE0
+0000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE000
+00000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000
+000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE0000000
+0FE00000000FE00000000FE0001C000FE0007F000FE000FF800FE000FF800FE000FF800F
+E000FF800FE000FF801FC000FF001FC0007C003F800070003F800038007F00001C00FC00
+000F81F8000003FFE00000007F00000021357CB22A>I<FFFFFE0003FFFCFFFFFE0003FF
+FCFFFFFE0003FFFC01FF000000FF8000FE0000007E0000FE000000780000FE000000F000
+00FE000001C00000FE000003800000FE000007000000FE00000E000000FE00001C000000
+FE000038000000FE000070000000FE0000E0000000FE0003C0000000FE000700000000FE
+000E00000000FE001C00000000FE003800000000FE007800000000FE00FC00000000FE01
+FE00000000FE03FF00000000FE0FFF00000000FE1C7F80000000FE383FC0000000FE703F
+C0000000FEE01FE0000000FFC00FF0000000FF800FF8000000FF0007F8000000FE0003FC
+000000FE0001FE000000FE0001FE000000FE0000FF000000FE00007F800000FE00007F80
+0000FE00003FC00000FE00001FE00000FE00000FF00000FE00000FF00000FE000007F800
+00FE000003FC0000FE000003FC0000FE000001FE0000FE000001FF0001FF000003FFC0FF
+FFFE001FFFFEFFFFFE001FFFFEFFFFFE001FFFFE37337DB23F>I<FFFFFF000000FFFFFF
+000000FFFFFF00000001FF0000000000FE0000000000FE0000000000FE0000000000FE00
+00000000FE0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE00
+00000000FE0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE00
+00000000FE0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE00
+00000000FE0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE00
+00006000FE0000006000FE0000006000FE0000006000FE000000E000FE000000C000FE00
+0000C000FE000000C000FE000001C000FE000001C000FE000001C000FE000003C000FE00
+0007C000FE00000FC000FE00001FC000FE00007F8001FE0003FF80FFFFFFFFFF80FFFFFF
+FFFF80FFFFFFFFFF802B337DB233>I<FFFE000000003FFF80FFFF000000007FFF80FFFF
+000000007FFF8001FF000000007FC00000DF80000000DF800000DF80000000DF800000CF
+C00000019F800000CFC00000019F800000CFC00000019F800000C7E00000031F800000C7
+E00000031F800000C3F00000061F800000C3F00000061F800000C3F00000061F800000C1
+F800000C1F800000C1F800000C1F800000C0FC0000181F800000C0FC0000181F800000C0
+FC0000181F800000C07E0000301F800000C07E0000301F800000C03F0000601F800000C0
+3F0000601F800000C03F0000601F800000C01F8000C01F800000C01F8000C01F800000C0
+0FC001801F800000C00FC001801F800000C00FC001801F800000C007E003001F800000C0
+07E003001F800000C003F006001F800000C003F006001F800000C003F006001F800000C0
+01F80C001F800000C001F80C001F800000C000FC18001F800000C000FC18001F800000C0
+00FC18001F800000C0007E30001F800000C0007E30001F800000C0003F60001F800000C0
+003F60001F800000C0003F60001F800000C0001FC0001F800000C0001FC0001F800001E0
+000F80001F800007F8000F80003FC000FFFFC00F801FFFFF80FFFFC007001FFFFF80FFFF
+C007001FFFFF8041337CB24A>I<FFFE00000FFFFCFFFF00000FFFFCFFFF80000FFFFC00
+FFC000007F8000FFC000001E0000DFE000000C0000CFF000000C0000CFF800000C0000C7
+F800000C0000C3FC00000C0000C1FE00000C0000C1FF00000C0000C0FF00000C0000C07F
+80000C0000C03FC0000C0000C03FC0000C0000C01FE0000C0000C00FF0000C0000C00FF8
+000C0000C007F8000C0000C003FC000C0000C001FE000C0000C001FF000C0000C000FF00
+0C0000C0007F800C0000C0003FC00C0000C0003FE00C0000C0001FE00C0000C0000FF00C
+0000C00007F80C0000C00007F80C0000C00003FC0C0000C00001FE0C0000C00000FF0C00
+00C00000FF0C0000C000007F8C0000C000003FCC0000C000003FEC0000C000001FEC0000
+C000000FFC0000C0000007FC0000C0000007FC0000C0000003FC0000C0000001FC0000C0
+000000FC0000C0000000FC0001E00000007C0007F80000003C00FFFFC000001C00FFFFC0
+00001C00FFFFC000000C0036337DB23D>I<000007FE00000000003FFFC000000001FC03
+F800000007E0007E0000000FC0003F0000003F00000FC000007E000007E00000FC000003
+F00001F8000001F80003F8000001FC0003F0000000FC0007E00000007E000FE00000007F
+000FC00000003F001FC00000003F801FC00000003F803F800000001FC03F800000001FC0
+7F800000001FE07F800000001FE07F000000000FE07F000000000FE0FF000000000FF0FF
+000000000FF0FF000000000FF0FF000000000FF0FF000000000FF0FF000000000FF0FF00
+0000000FF0FF000000000FF0FF000000000FF0FF000000000FF0FF000000000FF07F0000
+00000FE07F800000001FE07F800000001FE07F800000001FE03F800000001FC03FC00000
+003FC01FC00000003F801FC00000003F800FE00000007F000FE00000007F0007F0000000
+FE0003F0000000FC0003F8000001FC0001FC000003F80000FC000003F000007E000007E0
+00003F80001FC000000FC0003F00000007F000FE00000001FC03F8000000003FFFC00000
+000007FE00000034377BB43F>I<FFFFFFFF0000FFFFFFFFE000FFFFFFFFF80003FC0003
+FE0001FC0000FF0001FC00003F8001FC00001FC001FC00000FE001FC00000FF001FC0000
+07F001FC000007F001FC000007F801FC000007F801FC000007F801FC000007F801FC0000
+07F801FC000007F801FC000007F001FC000007F001FC00000FE001FC00000FE001FC0000
+1FC001FC00003F8001FC0000FF0001FC0003FC0001FFFFFFF00001FFFFFFC00001FC0000
+000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000
+000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000
+000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000
+000001FC0000000003FE00000000FFFFF8000000FFFFF8000000FFFFF80000002D337CB2
+37>I<FFFFFFFC000000FFFFFFFFC00000FFFFFFFFF8000001FE0007FC000000FE0000FF
+000000FE00003F800000FE00001FC00000FE00000FE00000FE00000FF00000FE000007F0
+0000FE000007F00000FE000007F80000FE000007F80000FE000007F80000FE000007F800
+00FE000007F80000FE000007F00000FE00000FF00000FE00000FE00000FE00000FE00000
+FE00001FC00000FE00003F000000FE0000FE000000FE0007F8000000FFFFFFE0000000FF
+FFFF80000000FE000FE0000000FE0003F0000000FE0001FC000000FE0000FE000000FE00
+007E000000FE00007F000000FE00003F000000FE00003F800000FE00003F800000FE0000
+3F800000FE00003F800000FE00003F800000FE00003FC00000FE00003FC00000FE00003F
+C00000FE00003FC00000FE00003FC00000FE00003FC00600FE00003FE00600FE00003FE0
+0600FE00001FE00E01FF00001FE00CFFFFFE000FF00CFFFFFE0007F01CFFFFFE0003F838
+0000000000FFF000000000001FC037357DB23C>82 D<001FF00080007FFE018001FFFF83
+8003F00FC38007C001E7800F00007F801E00003F803C00001F803C00000F807800000F80
+7800000780F800000380F800000380F800000380F800000380FC00000180FC00000180FE
+000001807E000000007F800000007FC00000003FF80000003FFF8000001FFFF800000FFF
+FF800007FFFFE00003FFFFF80000FFFFFC00003FFFFE000003FFFF0000003FFF00000003
+FF800000007F800000003FC00000001FC00000000FE000000007E0C0000007E0C0000003
+E0C0000003E0C0000003E0C0000003E0E0000003E0E0000003C0F0000003C0F0000007C0
+F800000780FC00000F80FE00000F00FF80001E00F3E0007C00E1FC01F800E07FFFF000C0
+1FFFC0008003FE000023377BB42E>I<7FFFFFFFFFFF807FFFFFFFFFFF807FFFFFFFFFFF
+807F8003F8007F807C0003F8000F80780003F8000780700003F8000380700003F8000380
+600003F8000180E00003F80001C0E00003F80001C0E00003F80001C0C00003F80000C0C0
+0003F80000C0C00003F80000C0C00003F80000C0C00003F80000C0C00003F80000C00000
+03F8000000000003F8000000000003F8000000000003F8000000000003F8000000000003
+F8000000000003F8000000000003F8000000000003F8000000000003F8000000000003F8
+000000000003F8000000000003F8000000000003F8000000000003F8000000000003F800
+0000000003F8000000000003F8000000000003F8000000000003F8000000000003F80000
+00000003F8000000000003F8000000000003F8000000000003F8000000000003F8000000
+000003F8000000000003F8000000000003F8000000000007FC000000001FFFFFFF000000
+1FFFFFFF0000001FFFFFFF000032337CB23B>I<FFFFF00001FFFCFFFFF00001FFFCFFFF
+F00001FFFC07FE0000003FE003FC0000000F8001FC0000000F0001FE0000000E0000FE00
+00000C0000FE0000000C00007F0000001800007F0000001800007F8000003800003F8000
+003000003F8000003000001FC000006000001FC000006000001FE00000E000000FE00000
+C000000FE00000C0000007F0000180000007F0000180000007F8000380000003F8000300
+000003F8000300000001FC000600000001FC000600000001FE000600000000FE000C0000
+0000FE000C000000007F0018000000007F0018000000007F8018000000003F8030000000
+003F8030000000001FC060000000001FC060000000001FE060000000000FE0C000000000
+0FE0C00000000007F1800000000007F1800000000007F9800000000003FB000000000003
+FB000000000001FE000000000001FE000000000001FE000000000000FC000000000000FC
+0000000000007800000000000078000000000000780000000000003000000036357DB23D
+>86 D<FFFFF803FFFFC003FFFCFFFFF803FFFFC003FFFCFFFFF803FFFFC003FFFC03FF00
+001FF800007FC001FC00000FF000001F0001FC00000FF000000E0000FE000007F000000E
+0000FE000007F000000C0000FE000007F800000C00007F000003F800001800007F000003
+F800001800007F800003FC00001800003F800007FC00003000003F800007FC0000300000
+3FC00007FE00003000001FC0000CFE00006000001FC0000CFE00006000001FE0001CFF00
+006000000FE000187F0000C000000FE000187F0000C000000FF000387F8001C0000007F0
+00303F800180000007F000303F800180000007F800703FC00380000003F800601FC00300
+000003F800601FC00300000003FC00E01FE00700000001FC00C00FE00600000001FC00C0
+0FE00600000001FE01C00FF00E00000000FE018007F00C00000000FE018007F00C000000
+00FF038007F81C000000007F030003F818000000007F030003F818000000007F860001FC
+38000000003F860001FC30000000003F860001FC30000000001FCC0000FE60000000001F
+CC0000FE60000000001FCC0000FE60000000000FF800007FC0000000000FF800007FC000
+0000000FF800007FC00000000007F000003F800000000007F000003F800000000007F000
+003F800000000003E000001F000000000003E000001F000000000003E000001F00000000
+0001C000000E000000000001C000000E000000000001C000000E0000004E357EB253>I<
+000018000000003C000000003C000000003C000000007E000000007E00000000FF000000
+00FF00000000FF000000019F800000019F800000039FC00000030FC00000030FC0000006
+0FE000000607E000000607E000000C03F000000C03F000001C03F800001801F800001801
+F800003000FC00003000FC00007000FE00007FFFFE00007FFFFE0000C0003F0000C0003F
+0001C0003F800180001F800180001F800380001FC00300000FC00780000FE00F80000FE0
+1FC0001FF0FFF000FFFFFFF000FFFF28277EA62E>97 D<FFFFFF8000FFFFFFE0000FE001
+F80007E000FC0007E0007E0007E0003F0007E0003F0007E0003F8007E0003F8007E0003F
+8007E0003F8007E0003F8007E0003F0007E0007F0007E0007E0007E000FC0007E003F800
+07FFFFE00007FFFFF00007E001FC0007E0007E0007E0003F0007E0001F8007E0001FC007
+E0000FC007E0000FE007E0000FE007E0000FE007E0000FE007E0000FE007E0000FE007E0
+001FC007E0001FC007E0003F8007E0007F000FE001FE00FFFFFFF800FFFFFFC00023267D
+A52B>I<0000FF00100007FFE030001FC07870007E001CF000F80007F001F00003F003E0
+0001F007C00001F00FC00000F01F800000F01F800000703F000000703F000000707F0000
+00307E000000307E00000030FE00000000FE00000000FE00000000FE00000000FE000000
+00FE00000000FE00000000FE000000007E000000007E000000307F000000303F00000030
+3F000000301F800000601F800000600FC000006007C00000C003E000018001F000038000
+F8000700007E000E00001FC078000007FFE0000000FF800024287DA62C>I<FFFFFF8000
+FFFFFFF0000FE001FC0007E0007E0007E0001F0007E0000FC007E00007C007E00003E007
+E00003F007E00001F007E00001F807E00001F807E00000FC07E00000FC07E00000FC07E0
+0000FE07E00000FE07E00000FE07E00000FE07E00000FE07E00000FE07E00000FE07E000
+00FE07E00000FE07E00000FC07E00000FC07E00000FC07E00001F807E00001F807E00003
+F007E00003E007E00007E007E0000FC007E0001F8007E0007E000FE001FC00FFFFFFF000
+FFFFFF800027267DA52F>I<FFFFFFFF80FFFFFFFF800FE0003F8007E000078007E00003
+8007E000038007E000018007E00001C007E00001C007E00000C007E00000C007E00300C0
+07E00300C007E003000007E003000007E007000007E00F000007FFFF000007FFFF000007
+E00F000007E007000007E003000007E003000007E003006007E003006007E000006007E0
+0000E007E00000C007E00000C007E00000C007E00001C007E00001C007E00003C007E000
+03C007E0000F800FE0003F80FFFFFFFF80FFFFFFFF8023267DA52A>I<FFFFFFFF00FFFF
+FFFF000FE0007F0007E0000F0007E000070007E000070007E000030007E000038007E000
+038007E000018007E000018007E000018007E006018007E006000007E006000007E00600
+0007E00E000007E01E000007FFFE000007FFFE000007E01E000007E00E000007E0060000
+07E006000007E006000007E006000007E000000007E000000007E000000007E000000007
+E000000007E000000007E000000007E000000007E00000000FF0000000FFFFC00000FFFF
+C0000021267DA528>I<0000FF00100007FFE030001FC07870007E001CF000F80007F001
+F00003F003E00001F007C00001F00FC00000F01F800000F01F800000703F000000703F00
+0000707F000000307E000000307E00000030FE00000000FE00000000FE00000000FE0000
+0000FE00000000FE00000000FE0001FFFFFE0001FFFF7E000007F87E000003F07F000003
+F03F000003F03F000003F01F800003F01F800003F00FC00003F007C00003F003E00003F0
+01F00007F000FC0007F0007E000CF0001FC038700007FFF0100000FF800028287DA630>
+I<FFFF03FFFCFFFF03FFFC0FF0003FC007E0001F8007E0001F8007E0001F8007E0001F80
+07E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007
+E0001F8007E0001F8007E0001F8007FFFFFF8007FFFFFF8007E0001F8007E0001F8007E0
+001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E000
+1F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F800FF0003F
+C0FFFF03FFFCFFFF03FFFC26267DA52E>I<FFFFFFFF0FF007E007E007E007E007E007E0
+07E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E0
+07E007E007E007E007E007E007E007E00FF0FFFFFFFF10267DA517>I<FFFF000FFEFFFF
+000FFE0FF00007F807E00007E007E000078007E0000F0007E0001C0007E000380007E000
+700007E000E00007E001C00007E003800007E007000007E00E000007E03C000007E07C00
+0007E0FE000007E1FE000007E3FF000007E73F800007EE1F800007FC1FC00007F80FE000
+07F007F00007E007F00007E003F80007E001FC0007E000FE0007E000FE0007E0007F0007
+E0003F8007E0001F8007E0001FC007E0000FE007E0000FF00FF0001FF8FFFF003FFFFFFF
+003FFF28267DA52F>107 D<FFFF8000FFFF80000FF0000007E0000007E0000007E00000
+07E0000007E0000007E0000007E0000007E0000007E0000007E0000007E0000007E00000
+07E0000007E0000007E0000007E0000007E0000007E0000007E0000007E0000007E00006
+07E0000607E0000607E0000607E0000607E0000E07E0000E07E0000E07E0001C07E0001C
+07E0003C07E0007C0FE003FCFFFFFFFCFFFFFFFC1F267DA526>I<FFE0000007FFFFF000
+000FFF0FF000000FF007F000000FE006F800001BE006F800001BE0067C000033E0067C00
+0033E0067C000033E0063E000063E0063E000063E0061F0000C3E0061F0000C3E0060F80
+0183E0060F800183E0060F800183E00607C00303E00607C00303E00603E00603E00603E0
+0603E00603E00603E00601F00C03E00601F00C03E00600F81803E00600F81803E00600F8
+1803E006007C3003E006007C3003E006003E6003E006003E6003E006003E6003E006001F
+C003E006001FC003E00F000F8003E00F000F8003E03FC00F8007F0FFF007007FFFFFF007
+007FFF30267DA538>I<FFE0003FFCFFF0003FFC07F8000FF007F80003C007FC00038006
+FE000180067E000180067F000180063F800180061FC00180061FC00180060FE001800607
+F001800603F801800603F801800601FC01800600FE018006007E018006007F018006003F
+818006001FC18006001FC18006000FE180060007F180060003F180060003F980060001FD
+80060000FF80060000FF800600007F800600003F800600001F800600001F800700000F80
+0F000007803FC0000380FFF0000380FFF000018026267DA52E>I<0001FF0000000FFFE0
+00003F01F800007C007C0001F8003F0003E0000F8007E0000FC00FC00007E00F800003E0
+1F800003F03F000001F83F000001F87F000001FC7F000001FC7E000000FC7E000000FCFE
+000000FEFE000000FEFE000000FEFE000000FEFE000000FEFE000000FEFE000000FEFE00
+0000FEFE000000FE7F000001FC7F000001FC7F000001FC3F000001F83F800003F81F8000
+03F01FC00007F00FC00007E007E0000FC003F0001F8001F8003F0000FC007E00003F01F8
+00000FFFE0000001FF000027287DA62F>I<FFFFFF0000FFFFFFE0000FE003F80007E000
+FC0007E0003E0007E0003F0007E0001F8007E0001F8007E0001FC007E0001FC007E0001F
+C007E0001FC007E0001FC007E0001F8007E0001F8007E0003F0007E0003E0007E000FC00
+07E003F80007FFFFE00007FFFF000007E000000007E000000007E000000007E000000007
+E000000007E000000007E000000007E000000007E000000007E000000007E000000007E0
+00000007E000000007E00000000FF0000000FFFF000000FFFF00000022267DA52A>I<FF
+FFFC0000FFFFFFC0000FE007F00007E001F80007E000FC0007E0007E0007E0003F0007E0
+003F8007E0003F8007E0003F8007E0003F8007E0003F8007E0003F8007E0003F0007E000
+7E0007E000FC0007E001F80007E007F00007FFFFC00007FFFF000007E00FC00007E003F0
+0007E001F00007E001F80007E000FC0007E000FC0007E000FC0007E000FC0007E000FE00
+07E000FE0007E000FE0007E000FE0007E000FE0307E000FF0307E0007F030FF0007F07FF
+FF003F8EFFFF000FFC00000003F028277DA52D>114 D<00FE010003FFC3000F01E7001E
+007F0038001F0038000F0070000F0070000700F0000700F0000700F0000300F8000300F8
+000300FC0000007F0000007FE000003FFE00003FFFE0001FFFF80007FFFC0003FFFE0000
+7FFF000007FF0000007F8000001F8000000FC0000007C0C00007C0C00003C0C00003C0C0
+0003C0E00003C0E0000380F0000780F0000700FC000E00FE001E00E7C07800C1FFF00080
+3FC0001A287DA622>I<7FFFFFFFF87FFFFFFFF87E00FC01F87800FC00787000FC003860
+00FC00186000FC0018E000FC001CC000FC000CC000FC000CC000FC000CC000FC000CC000
+FC000C0000FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC
+00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC00
+000000FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC0000
+0000FC00000001FE0000007FFFF800007FFFF80026267EA52C>I<FFFF003FFCFFFF003F
+FC0FF0000FF007E00003C007E000038007E000018007E000018007E000018007E0000180
+07E000018007E000018007E000018007E000018007E000018007E000018007E000018007
+E000018007E000018007E000018007E000018007E000018007E000018007E000018007E0
+00018007E000018007E000018007E000018007E000018007E000038003E000030003F000
+030003F000070001F800060000F8000E00007C001C00003E007800001F81E0000007FFC0
+000000FE000026277DA52E>I<FFFF0001FFC0FFFF0001FFC00FF80000FE0007F000007C
+0007F00000780003F00000700003F80000700001F80000600001FC0000600000FC0000C0
+0000FC0000C000007E00018000007E00018000007F00038000003F00030000003F000300
+00001F80060000001F80060000001FC00E0000000FC00C0000000FE00C00000007E01800
+000007E01800000007F03800000003F03000000003F83000000001F86000000001F86000
+000000FCC000000000FCC000000000FFC0000000007F80000000007F80000000003F0000
+0000003F00000000003F00000000001E00000000001E00000000000C0000002A277FA52E
+>I<FFFE03FFF803FFC0FFFE03FFF803FFC00FF0007FC000FF000FE0003F80007C0007E0
+001F8000380007F0001F8000380003F0000FC000300003F0000FC000300003F8000FC000
+700001F8001FE000600001F8001FE000600001FC003FF000E00000FC0033F000C00000FC
+0033F000C00000FE0073F801C000007E0061F8018000007E0061F8018000003F00E1FC03
+0000003F00C0FC030000003F00C0FC030000001F81807E060000001F81807E060000001F
+81807E060000000FC3003F0C0000000FC3003F0C0000000FC3003F0C00000007E6001F98
+00000007E6001F9800000007E6001F9800000003FC000FF000000003FC000FF000000003
+FC000FF000000001F80007E000000001F80007E000000001F80007E000000000F00003C0
+00000000F00003C000000000F00003C0000000006000018000003A277FA53E>I<FFFF00
+01FFC0FFFF0001FFC00FF80000FE0007F800007C0003F80000700001FC0000700001FC00
+00E00000FE0000C000007F00018000007F00038000003F80030000001FC0060000001FC0
+0E0000000FE00C00000007E01800000007F03800000003F83000000001F86000000001FC
+E000000000FEC000000000FF80000000007F80000000003F00000000003F00000000003F
+00000000003F00000000003F00000000003F00000000003F00000000003F00000000003F
+00000000003F00000000003F00000000003F00000000003F00000000007F8000000007FF
+F800000007FFF800002A267FA52E>121 D<3FFFFFFC3FFFFFFC3FC001FC3F0003F83C00
+07F0380007F038000FE070001FC070001FC070003F8060007F0060007F006000FE000001
+FC000001FC000003F8000007F0000007F000000FE000001FC000003F8000003F8000007F
+000000FE000C00FE000C01FC000C03F8000C03F8000C07F0001C0FE0001C0FE000181FC0
+00383F8000383F8000787F0001F8FE0007F8FFFFFFF8FFFFFFF81E267DA526>I
+E /Fb 8 118 df<FFFFFF8000FFFFFFF800FFFFFFFE000FE000FF800FE0003FC00FE000
+0FE00FE00007F00FE00003F00FE00003F80FE00001F80FE00001F80FE00001FC0FE00001
+FC0FE00001FC0FE00001FC0FE00001FC0FE00001FC0FE00001FC0FE00001F80FE00003F8
+0FE00003F00FE00007F00FE0000FE00FE0001FC00FE000FF80FFFFFFFE00FFFFFFF800FF
+FFFF8000261C7B9B2F>68 D<01FF838007FFF7801FFFFF803F007F807C001F807C000F80
+F8000F80F8000780FC000780FE000000FF8000007FFC00007FFFE0003FFFFC001FFFFE00
+07FFFF8000FFFFC00003FFC000001FE000000FE0000007E0F00003E0F00003E0F00003E0
+F80007C0FC000FC0FF001F80FFFFFF00FFFFFC00E1FFE0001B1E7C9C23>83
+D<00007FC000007FC000007FC000000FC000000FC000000FC000000FC000000FC000000F
+C000000FC000000FC000FF8FC007FFFFC01FFFFFC03F807FC07F001FC07E000FC0FC000F
+C0FC000FC0FC000FC0FC000FC0FC000FC0FC000FC07E000FC07F003FC03F80FFC01FFFFF
+F807FFEFF801FF0FF81D1D7D9C23>100 D<00FF8007FFE01FFFF83F80FC7E007C7E003E
+FC001EFFFFFEFFFFFEFFFFFEFC0000FE00007E001E7F003E3FC07C0FFFF803FFF000FF80
+17127D911D>I<FF800000FF800000FF8000001F8000001F8000001F8000001F8000001F
+8000001F8000001F8000001F8000001F83FC001F9FFF001FBFFF801FF81FC01FE00FC01F
+C00FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F
+800FC0FFF07FF8FFF07FF8FFF07FF81D1D7C9C23>104 D<FF8FFC00FFFFFF00FFFFFFC0
+1FF01FE01FC007F01F8003F01F8003F81F8001F81F8001F81F8001F81F8001F81F8003F8
+1F8003F01FC007F01FF01FE01FFFFFC01FBFFF001F8FF8001F8000001F8000001F800000
+1F8000001F800000FFF00000FFF00000FFF000001D1A7D9123>112
+D<03C00003C00003C00007C00007C0000FC0000FC0003FC000FFFFC0FFFFC0FFFFC00FC0
+000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC1E00FC1E00FC1E00FE3E007FF
+C003FF8000FC00131A7E9919>116 D<FF807FC0FF807FC0FF807FC01F800FC01F800FC0
+1F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F801FC0
+1F803FC01FFFFFF807FFEFF801FF0FF81D127C9123>I E /Fc 1
+124 df<FFFFFFFFF8FFFFFFFFF8FFFFFFFFF82503809126>123 D
+E /Fd 1 106 df<0038007C007C00780070000000000000000000000000000007801FC0
+38E030E060F0C1E0C1E0C1E003C003C003C0078007800F000F040F061E0C1E0C1E181C18
+1E700FE007800F237DA116>105 D E /Fe 6 118 df<0003FF8000001FFFF000007FFFFC
+0001FF83FE0003FE007F8007FC003F800FF8003FC01FF8001FE01FF0001FE03FF0000FF0
+3FF0000FF07FE0000FF07FE0000FF87FE00007F8FFE00007F8FFE00007F8FFFFFFFFF8FF
+FFFFFFF8FFFFFFFFF8FFE0000000FFE0000000FFE0000000FFE00000007FE00000007FE0
+0000007FE00000003FF00000003FF00000781FF00000780FF80000F80FFC0000F007FC00
+03F001FF000FE000FFC07FC0007FFFFF00000FFFFC000001FFE00025257DA42C>101
+D<00FE007FC000FFFE03FFF800FFFE0FFFFE00FFFE1F03FF00FFFE3C01FF8007FE7801FF
+8003FEF000FF8003FFE000FFC003FFC000FFC003FFC000FFC003FF8000FFC003FF8000FF
+C003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FF
+C003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FF
+C003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FF
+C003FF0000FFC003FF0000FFC003FF0000FFC0FFFFFC3FFFFFFFFFFC3FFFFFFFFFFC3FFF
+FFFFFFFC3FFFFF30257DA435>110 D<00FE03F000FFFE0FFE00FFFE3FFF00FFFE7C7F80
+FFFEF8FFC007FEF0FFC003FFE0FFC003FFC0FFC003FFC0FFC003FF807F8003FF803F0003
+FF800C0003FF80000003FF00000003FF00000003FF00000003FF00000003FF00000003FF
+00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF00
+000003FF00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF0000
+00FFFFFE0000FFFFFE0000FFFFFE0000FFFFFE000022257EA427>114
+D<003FF03803FFFEF80FFFFFF81FC00FF83F0003F87E0001F87C0000F8FC0000F8FC0000
+78FE000078FF000078FF800000FFFC0000FFFFE0007FFFFC007FFFFF803FFFFFC01FFFFF
+F00FFFFFF803FFFFF800FFFFFC001FFFFC00007FFE000007FEF00001FEF00000FEF80000
+FEF800007EFC00007EFC00007CFE0000FCFF0000F8FF8001F8FFF007F0FFFFFFC0F8FFFF
+00E01FF8001F257DA426>I<000F0000000F0000000F0000000F0000000F0000001F0000
+001F0000001F0000001F0000003F0000003F0000007F000000FF000000FF000001FF0000
+07FF00001FFFFFE0FFFFFFE0FFFFFFE0FFFFFFE003FF000003FF000003FF000003FF0000
+03FF000003FF000003FF000003FF000003FF000003FF000003FF000003FF000003FF0000
+03FF000003FF000003FF000003FF000003FF000003FF007803FF007803FF007803FF0078
+03FF007803FF007803FF007803FF007803FF00F801FF80F001FF81F000FFC3E0003FFFC0
+001FFF800003FE001D357EB425>I<00FF00003FC0FFFF003FFFC0FFFF003FFFC0FFFF00
+3FFFC0FFFF003FFFC007FF0001FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF00
+00FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF00
+00FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF00
+00FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF00
+01FFC003FF0001FFC003FF0003FFC003FF0003FFC001FF0007FFC001FF800FFFE000FFC0
+3EFFFF007FFFFCFFFF001FFFF0FFFF0003FF80FFFF30257DA435>I
+E /Ff 4 112 df<007FFFFFFFF00000007FFFFFFFFE0000007FFFFFFFFF80000000FFC0
+00FFC00000007F80001FE00000007F800007F0000000FF800003F8000000FF000001FC00
+0000FF000000FE000000FF000000FF000000FF0000007F000000FF0000003F800001FF00
+00003F800001FE0000003F800001FE0000003FC00001FE0000001FC00001FE0000001FC0
+0001FE0000001FE00003FE0000001FE00003FC0000001FE00003FC0000001FE00003FC00
+00001FE00003FC0000001FE00003FC0000001FE00007FC0000001FE00007F80000003FE0
+0007F80000003FE00007F80000003FE00007F80000003FE00007F80000003FE0000FF800
+00003FC0000FF00000007FC0000FF00000007FC0000FF00000007FC0000FF00000007F80
+000FF00000007F80001FF0000000FF80001FE0000000FF00001FE0000000FF00001FE000
+0001FE00001FE0000001FE00001FE0000003FC00003FE0000003F800003FC0000007F800
+003FC0000007F000003FC000000FE000003FC000001FC000003FC000003FC000007FC000
+007F8000007F800000FE0000007F800001FC0000007F800007F80000007F80001FF00000
+01FF8000FFC00000FFFFFFFFFF000000FFFFFFFFFC000000FFFFFFFFC00000003B397DB8
+3F>68 D<00007F00000003FFE000000F81F000003E00FC00007C007C0001F8003E0003F0
+003F0007F0001F0007E0001F000FC0001F801FC0001F801F80001F803F80001F803F8000
+1F807F00001F807F00001F807F00001F80FFFFFFFF00FFFFFFFF00FE00000000FE000000
+00FE00000000FE00000000FE00000000FE00000000FC00000000FE00000000FE00000000
+7E00000E007E00000E007E00001C003F000018001F000038001F800070000FC001E00007
+E003800001F01F0000007FFC0000001FE0000021277BA525>101
+D<000FC03FC00003FFC0FFF00007FFC3C0F80007FFCF007C00003FDC007E00001FB8007E
+00001FF0003E00001FE0003F00001FC0003F00001FC0007F00003F80007E00003F80007E
+00003F00007E00003F00007E00003F00007E00003F0000FE00007F0000FE00007E0000FC
+00007E0000FC00007E0000FC00007E0000FC00007E0001FC0000FE0001FC0000FC0001F8
+0000FC0001F80000FC0001F80000FC0001F80000FC0003F80001FC0003F80001F80003F0
+0001F80003F00001F80003F00001F80003F00003F80007F000FFFFE1FFFFC0FFFFE1FFFF
+C0FFFFC1FFFF802A257EA42E>110 D<00003FC0000001FFF8000007C07C00001F001F00
+007C000F8000F80007C001F00007C003E00003E007E00003E007C00001F00F800001F01F
+800001F81F800001F83F000001F83F000001F87F000001F87F000001F87E000003F8FE00
+0003F8FE000003F8FE000003F8FE000003F8FE000003F0FE000007F0FC000007F0FC0000
+07E0FC00000FE0FC00000FC0FE00000FC07E00001F807E00001F003E00003E003F00007C
+001F0000F8000F8001F00007C007E00001F81F800000FFFE0000001FF0000025277BA52A
+>I E /Fg 5 119 df<00003FC000000000FFF800000007E07C0000000F801F0000003F00
+1F800C007E000F800C00FC0007C01C01F80007E01803F00007E01807E00003E0380FE000
+03F0300FC00003F0301FC00003F0703F800003F0603F800003F0E07F800003F0C07F0000
+03F1C07F000003F1807F000003F380FF000003F300FE000003F700FE000003FE00FE0000
+03FC00FE000003FC00FC000003F800FC000003F000FC000003F000FC000003F000FC0000
+03F0007E000007F0007E00000FF0003E00001DF8183F000079F8181F0000E1F8380F8007
+C0F83007E03F007CF001FFF8003FC0003FC0000F802E267DA435>11
+D<00000001FC0000000007FF800000001E07C00000007801E0000000E001F0000001C000
+F80000038000F80000070000F800000E0000FC00001C0000FC0000380000FC0000300000
+FC0000700001FC0000600001F80000E00001F80000C00001F80001C00003F80001800003
+F00003800003F00003000007E00003000007C0000700000FC0000600001F80000600FFBF
+00000E01FFFC00000C0381F800000C03FFFE00000C00FF1F00001C00001F80001800000F
+80001800000FC0001800000FC0003800000FC00030000007E00030000007E0003000000F
+E0007000000FE0006000000FE0006000000FE0006000000FE000E000001FE000C000001F
+C000C000001FC000C000001FC001C000003FC001C000003F8001C000003F8001C000007F
+0003C000007F0003C00000FE0003C00000FC0003E00001F80007600003F00006700007E0
+000638000FC000061C001F80000E0E003F00000C0780FC00000C01FFF000000C007F8000
+001C00000000001800000000001800000000001800000000003800000000003000000000
+003000000000003000000000007000000000006000000000006000000000006000000000
+00E00000000000C00000000000C000000000002E4B7EBA2F>I<1C007F00FF80FF80FFC0
+FFC0FFC07FC01CC000C000C000C000C001C00180018003800300070006000E001C003800
+700060000A19798817>59 D<0003FFFFFFFF00000007FFFFFFFFE0000007FFFFFFFFF800
+000007F80007FC00000007F00000FE00000007F000007F0000000FF000003F8000000FF0
+00001FC000000FE000001FC000000FE000001FC000001FE000001FE000001FE000001FE0
+00001FC000001FE000001FC000001FE000003FC000001FE000003FC000003FC000003F80
+00003FC000003F8000003FC000007F8000007F8000007F8000007F8000007F0000007F00
+00007F000000FE000000FF000001FC000000FF000001F8000000FE000007F0000000FE00
+000FE0000001FE00003FC0000001FE0001FF00000001FFFFFFFC00000001FFFFFFE00000
+0003FC00000000000003FC00000000000003F800000000000003F800000000000007F800
+000000000007F800000000000007F000000000000007F00000000000000FF00000000000
+000FF00000000000000FE00000000000000FE00000000000001FE00000000000001FE000
+00000000001FC00000000000001FC00000000000003FC00000000000003FC00000000000
+003F800000000000003F800000000000007F800000000000007F800000000000007F0000
+0000000000FF800000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000
+3B397DB835>80 D<00F80003C003FE0007E0070F000FE00E0F800FF01C0F800FF0180F80
+0FF0380F8007F0300F8003F0701F8001F0601F8001F0601F8000F0E03F8000E0C03F0000
+E0C07F0000E0007E0000E0007E0000C000FE0000C000FC0000C000FC0001C001FC000180
+01F800018001F800038001F800030003F800030003F000070003F000060003F0000E0003
+F0000C0003F0001C0003F000180003F000380003F000700001F000E00001F801C00000FC
+038000007E0F0000001FFE00000007F0000024267EA428>118 D
+E /Fh 3 70 df<0000400001F00003F00007F80007F80007F00007F00007F00007F0000F
+F0000FF0000FE0000FE0000FE0000FE0001FE0001FE0001FC0001FC0001FC0001FC0003F
+C0003FC0003F80003F80003F80003F80007F80007F80007F00007F00007F00007F0000FF
+0000FF0000FE0000FE0000FE0000FE0001FE0001FE0001FC0001FC0001FC0003FC0003FC
+0003F80003F80003F80003F80007F80007F80007F00007F00007F00007F0000FF0000FF0
+000FE0000FE0000FE0000FE0001FE0001FE0001FC0001FC0001FC0001FC0003FC0003FC0
+003F80003F80003F80003F80007F80007F80007F00007F00007F00007F0000FF0000FF00
+00FE0000FE0000FE0000FE0000FE0000FE0000FC00007C0000155A83D60E>5
+D<10000000007C00000000FC00000000FE00000000FE00000000FE00000000FF00000000
+FF000000007F000000007F800000007F800000003F800000003FC00000003FC00000001F
+C00000001FE00000001FE00000000FE00000000FF00000000FF000000007F000000007F8
+00000007F800000003F800000003FC00000003FC00000001FC00000001FE00000001FE00
+000000FE00000000FF00000000FF000000007F000000007F800000007F800000003F8000
+00003FC00000003FC00000001FC00000001FE00000001FE00000000FE00000000FF00000
+000FF000000007F000000007F800000007F800000003FC00000003FC00000001FC000000
+01FE00000001FE00000000FE00000000FF00000000FF000000007F000000007F80000000
+7F800000003F800000003FC00000003FC00000001FC00000001FE00000001FE00000000F
+E00000000FF00000000FF000000007F000000007F800000007F800000003F800000003FC
+00000003FC00000001FC00000001FE00000001FE00000000FE00000000FF00000000FF00
+0000007F000000007F800000007F800000003F800000003FC00000003FC00000001FC000
+00001FE00000001FE00000000FC000000007C0235A83D61C>66 D<1000007C0000FC0000
+FE0000FE0000FE0000FE0000FE0000FE0000FF0000FF00007F00007F00007F00007F0000
+7F80007F80003F80003F80003F80003F80003FC0003FC0001FC0001FC0001FC0001FC000
+1FE0001FE0000FE0000FE0000FE0000FE0000FF0000FF00007F00007F00007F00007F000
+07F80007F80003F80003F80003F80003F80003FC0003FC0001FC0001FC0001FC0001FE00
+01FE0000FE0000FE0000FE0000FE0000FF0000FF00007F00007F00007F00007F00007F80
+007F80003F80003F80003F80003F80003FC0003FC0001FC0001FC0001FC0001FC0001FE0
+001FE0000FE0000FE0000FE0000FE0000FF0000FF00007F00007F00007F00007F00007F8
+0007F80003F00001F0155A83D60E>69 D E /Fi 3 106 df<000FE00000003FF8000000
+F83E000001E01F006003C00F80C007800780C00F0007C0C01E0007C1803E0007C1803C00
+07E3007C0003E3007C0003E600F80003E600F80003EC00F80003EC00F80003F800F00003
+F000F00003E000F00003E000F00003E000F00003E00078000FE00078001DE0C03C0079F1
+801E03E0F3800FFF807F0003FC003C00231B7C992B>11 D<000000FE00000007FF800000
+1F03C000003801E000006001E00000C001F000018001F000030001F000060001F0000C00
+01F0000C0001F000180003E000380003E000300003C000300007800060000F8000601FFE
+0000603FFC0000603FFC0000C01FDE0000C0000F0000C0000F0000C00007800180000780
+0180000780018000078001800007800300000F800300000F800300000F800300000F8007
+00001F000700001F000700001E000700003E000F00003C000D800078000DC000F0000CE0
+01E000187007C000183FFF0000180FFC0000180000000030000000003000000000300000
+000030000000006000000000600000000060000000006000000000C00000000024347FA8
+26>I<000E00001F00003F00003F00003E00001C00000000000000000000000000000000
+00000000000003E00007F0000C7800187C00307C00307C00607C0060F800C0F800C0F800
+01F00001F00001F00003E00003E00007C00007C00007C1800F81800F81801F03001F0300
+1F06000F0C000F1C0007F00003E00011287DA617>105 D E /Fj
+37 123 df<000007FF0007FF000000007FFFC07FFFE0000003FFFFF3FFFFF000000FFE01
+FFFE01FC00001FF000FFF000FC00007FE003FFE001FE0000FFC007FFC003FE0000FF8007
+FF8003FE0001FF8007FF8007FF0001FF0007FF0003FE0001FF0007FF0003FE0001FF0003
+FF0003FE0001FF0001FF0001FC0001FF0001FF0000700001FF0001FF0000000001FF0001
+FF0000000001FF0001FF0000000001FF0001FF0000000001FF0001FF003FFF00FFFFFFFF
+FFFFFFFF00FFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF0001FF0001
+FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001
+FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001
+FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001
+FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001
+FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001
+FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001FF0001
+FF0001FF003FFFF83FFFF83FFFF83FFFF83FFFF83FFFF83FFFF83FFFF83FFFF83FFFF83F
+FFF83FFFF845347FB34A>14 D<0000700000F00003E00007C0000F80001F80003F00003E
+00007E0000FC0001F80001F80003F00003F00007F00007E0000FE0000FE0001FC0001FC0
+001FC0003F80003F80003F80007F80007F80007F80007F00007F00007F0000FF0000FF00
+00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
+00FF00007F00007F00007F00007F80007F80007F80003F80003F80003F80001FC0001FC0
+001FC0000FE0000FE00007E00007F00003F00003F00001F80001F80000FC00007E00003E
+00003F00001F80000F800007C00003E00000F0000070144B78B722>40
+D<E00000F000007C00003E00001F00001F80000FC00007C00007E00003F00001F80001F8
+0000FC0000FC0000FE00007E00007F00007F00003F80003F80003F80001FC0001FC0001F
+C0001FE0001FE0001FE0000FE0000FE0000FE0000FF0000FF0000FF0000FF0000FF0000F
+F0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FE0000FE0000F
+E0001FE0001FE0001FE0001FC0001FC0001FC0003F80003F80003F80007F00007F00007E
+0000FE0000FC0000FC0001F80001F80003F00007E00007C0000FC0001F80001F00003E00
+007C0000F00000E00000144B7BB722>I<0F003FC07FE0FFF0FFF0FFF0FFF0FFF0FFF07F
+E03FC00F000000000000000000000000000000000000000F003FC07FE0FFF0FFF0FFF0FF
+F0FFF0FFF07FE03FC00F000C217AA019>58 D<0000001F800000000000001F8000000000
+00003FC00000000000003FC00000000000007FE00000000000007FE00000000000007FE0
+000000000000FFF0000000000000FFF0000000000001FFF8000000000001FFF800000000
+0001FFF8000000000003FFFC000000000003FFFC000000000007FFFE000000000007CFFE
+000000000007CFFE00000000000FCFFF00000000000F87FF00000000001F87FF80000000
+001F03FF80000000003F03FFC0000000003E01FFC0000000003E01FFC0000000007E01FF
+E0000000007C00FFE000000000FC00FFF000000000F8007FF000000000F8007FF0000000
+01F8007FF800000001F0003FF800000003F0003FFC00000003E0001FFC00000003E0001F
+FC00000007FFFFFFFE00000007FFFFFFFE0000000FFFFFFFFF0000000FFFFFFFFF000000
+1F800007FF8000001F000003FF8000001F000003FF8000003F000003FFC000003E000001
+FFC000007E000001FFE000007C000000FFE000007C000000FFE00000FC000000FFF00000
+F80000007FF000FFFFF0003FFFFFF0FFFFF0003FFFFFF0FFFFF0003FFFFFF0FFFFF0003F
+FFFFF03C347DB343>65 D<FFFFFFFFFE0000FFFFFFFFFFC000FFFFFFFFFFF800FFFFFFFF
+FFFE0000FFC0001FFF0000FFC00007FF8000FFC00001FFC000FFC00001FFC000FFC00000
+FFE000FFC00000FFE000FFC000007FF000FFC000007FF000FFC000007FF000FFC000007F
+F000FFC000007FF000FFC000007FF000FFC00000FFE000FFC00000FFE000FFC00001FFC0
+00FFC00001FFC000FFC00003FF8000FFC0000FFE0000FFC0003FFC0000FFFFFFFFF00000
+FFFFFFFFC00000FFFFFFFFF80000FFC00007FE0000FFC00003FF8000FFC00000FFC000FF
+C00000FFE000FFC000007FF000FFC000007FF800FFC000003FF800FFC000003FF800FFC0
+00003FFC00FFC000003FFC00FFC000003FFC00FFC000003FFC00FFC000003FFC00FFC000
+003FFC00FFC000003FF800FFC000003FF800FFC000007FF800FFC00000FFF000FFC00001
+FFE000FFC00003FFE000FFC0000FFFC0FFFFFFFFFFFF00FFFFFFFFFFFE00FFFFFFFFFFF0
+00FFFFFFFFFF800036337DB23F>I<000000FFE0003800001FFFFE00780000FFFFFF80F8
+0003FFFFFFE1F8000FFFE00FF7F8001FFE0001FFF8007FF800007FF800FFE000003FF801
+FFC000001FF803FF8000000FF807FF00000007F80FFE00000007F80FFE00000003F81FFC
+00000003F81FFC00000001F83FFC00000001F83FF800000001F87FF800000000F87FF800
+000000F87FF800000000F87FF00000000000FFF00000000000FFF00000000000FFF00000
+000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF0000000
+0000FFF00000000000FFF00000000000FFF000000000007FF000000000007FF800000000
+007FF800000000787FF800000000783FF800000000783FFC00000000781FFC00000000F8
+1FFC00000000F00FFE00000000F00FFF00000001F007FF00000003E003FF80000003E001
+FFC0000007C000FFE000000F80007FF800003F00001FFE0000FE00000FFFE007FC000003
+FFFFFFF0000000FFFFFFC00000001FFFFE0000000000FFF0000035357BB340>I<FFFFFF
+FFFC000000FFFFFFFFFFC00000FFFFFFFFFFF80000FFFFFFFFFFFE000000FFE0003FFF00
+0000FFE00003FFC00000FFE00000FFE00000FFE000007FF00000FFE000001FF80000FFE0
+00000FFC0000FFE000000FFE0000FFE0000007FE0000FFE0000007FF0000FFE0000003FF
+0000FFE0000003FF8000FFE0000001FF8000FFE0000001FFC000FFE0000001FFC000FFE0
+000001FFC000FFE0000001FFC000FFE0000001FFE000FFE0000001FFE000FFE0000001FF
+E000FFE0000001FFE000FFE0000001FFE000FFE0000001FFE000FFE0000001FFE000FFE0
+000001FFE000FFE0000001FFE000FFE0000001FFE000FFE0000001FFE000FFE0000001FF
+C000FFE0000001FFC000FFE0000001FFC000FFE0000001FFC000FFE0000001FF8000FFE0
+000003FF8000FFE0000003FF8000FFE0000003FF0000FFE0000007FE0000FFE000000FFE
+0000FFE000000FFC0000FFE000001FF80000FFE000003FF00000FFE00000FFE00000FFE0
+0003FFC00000FFE0001FFF8000FFFFFFFFFFFE0000FFFFFFFFFFF80000FFFFFFFFFFC000
+00FFFFFFFFFC0000003B337DB244>I<FFFFFFFFFFFE00FFFFFFFFFFFE00FFFFFFFFFFFE
+00FFFFFFFFFFFE0000FFE0000FFE0000FFE00001FF0000FFE00000FF0000FFE000007F00
+00FFE000003F0000FFE000001F0000FFE000001F0000FFE000000F0000FFE000000F0000
+FFE000000F0000FFE001E00F8000FFE001E0078000FFE001E0078000FFE001E0078000FF
+E001E0078000FFE003E0000000FFE003E0000000FFE007E0000000FFE01FE0000000FFFF
+FFE0000000FFFFFFE0000000FFFFFFE0000000FFFFFFE0000000FFE01FE0000000FFE007
+E0000000FFE003E0000000FFE003E000F000FFE001E000F000FFE001E000F000FFE001E0
+01E000FFE001E001E000FFE001E001E000FFE0000001E000FFE0000001E000FFE0000003
+E000FFE0000003E000FFE0000007C000FFE0000007C000FFE000000FC000FFE000001FC0
+00FFE000003FC000FFE00000FFC000FFE00007FFC0FFFFFFFFFFFF80FFFFFFFFFFFF80FF
+FFFFFFFFFF80FFFFFFFFFFFF8034337DB23A>I<000003FF80000000007FFFFC00000001
+FFFFFF00000007FF01FFC000001FF8003FF000003FE0000FF80000FFC00007FE0001FF80
+0003FF0003FF000001FF8003FE000000FF8007FE000000FFC00FFC0000007FE00FFC0000
+007FE01FF80000003FF01FF80000003FF03FF80000003FF83FF80000003FF87FF8000000
+3FFC7FF00000001FFC7FF00000001FFC7FF00000001FFCFFF00000001FFEFFF00000001F
+FEFFF00000001FFEFFF00000001FFEFFF00000001FFEFFF00000001FFEFFF00000001FFE
+FFF00000001FFEFFF00000001FFEFFF00000001FFEFFF00000001FFE7FF00000001FFC7F
+F00000001FFC7FF80000003FFC7FF80000003FFC3FF80000003FF83FF80000003FF83FF8
+0000003FF81FFC0000007FF01FFC0000007FF00FFE000000FFE007FE000000FFC007FF00
+0001FFC003FF000001FF8001FF800003FF0000FFC00007FE00007FF0001FFC00001FF800
+3FF0000007FF01FFC0000001FFFFFF000000007FFFFC0000000007FFC0000037357BB342
+>79 D<FFFFFFFFE0000000FFFFFFFFFE000000FFFFFFFFFFC00000FFFFFFFFFFF0000000
+FFE000FFFC000000FFE0001FFE000000FFE00007FF000000FFE00003FF800000FFE00003
+FF800000FFE00001FFC00000FFE00001FFC00000FFE00001FFE00000FFE00001FFE00000
+FFE00001FFE00000FFE00001FFE00000FFE00001FFE00000FFE00001FFE00000FFE00001
+FFC00000FFE00001FFC00000FFE00003FF800000FFE00003FF000000FFE00007FE000000
+FFE0001FFC000000FFE000FFF8000000FFFFFFFFC0000000FFFFFFFF00000000FFFFFFFF
+80000000FFE003FFC0000000FFE000FFE0000000FFE0003FF0000000FFE0003FF8000000
+FFE0001FFC000000FFE0001FFC000000FFE0000FFE000000FFE0000FFE000000FFE0000F
+FE000000FFE0000FFE000000FFE0000FFE000000FFE0000FFF000000FFE0000FFF000000
+FFE0000FFF000000FFE0000FFF000000FFE0000FFF003C00FFE0000FFF003C00FFE0000F
+FF803C00FFE00007FF803C00FFE00007FFC07CFFFFFFE003FFC078FFFFFFE001FFE1F0FF
+FFFFE000FFFFE0FFFFFFE0003FFFC0000000000003FF803E347DB242>82
+D<000FFC0070007FFF80F001FFFFE1F007FFFFFBF00FF803FFF01FE0007FF03FC0003FF0
+3F80000FF07F800007F07F000007F07F000003F0FF000001F0FF000001F0FF000001F0FF
+800000F0FF800000F0FFC00000F0FFE0000000FFF80000007FFFC000007FFFFC00007FFF
+FFE0003FFFFFF8001FFFFFFE001FFFFFFF000FFFFFFF8003FFFFFFC001FFFFFFE0007FFF
+FFF0001FFFFFF00000FFFFF800000FFFF80000007FFC0000003FFC0000001FFC0000000F
+FCF0000007FCF0000007FCF0000003FCF0000003FCF8000003FCF8000003FCF8000003F8
+FC000007F8FE000007F0FF000007F0FF80000FE0FFE0001FE0FFFE007FC0FDFFFFFF00F8
+7FFFFE00F01FFFF800E001FFC00026357BB331>I<3FFFFFFFFFFFF83FFFFFFFFFFFF83F
+FFFFFFFFFFF83FFFFFFFFFFFF83FF003FF801FF87F8003FF8003FC7F0003FF8001FC7E00
+03FF8000FC7C0003FF80007C7C0003FF80007C780003FF80003C780003FF80003C780003
+FF80003C780003FF80003CF80003FF80003EF00003FF80001EF00003FF80001EF00003FF
+80001EF00003FF80001E000003FF800000000003FF800000000003FF800000000003FF80
+0000000003FF800000000003FF800000000003FF800000000003FF800000000003FF8000
+00000003FF800000000003FF800000000003FF800000000003FF800000000003FF800000
+000003FF800000000003FF800000000003FF800000000003FF800000000003FF80000000
+0003FF800000000003FF800000000003FF800000000003FF800000000003FF8000000000
+03FF800000000003FF800000000003FF800000001FFFFFFFF000001FFFFFFFF000001FFF
+FFFFF000001FFFFFFFF00037327DB13E>I<FFFFFF80FFFFFF800FFFFCFFFFFF80FFFFFF
+800FFFFCFFFFFF80FFFFFF800FFFFCFFFFFF80FFFFFF800FFFFC01FFC00001FFC000001F
+0001FFC00001FFC000001E0001FFE00001FFE000003E0000FFE00000FFE000003C0000FF
+E00000FFE000003C0000FFF000007FF000007C00007FF000007FF000007800007FF80000
+FFF80000F800003FF80000FFF80000F000003FF80000FFF80000F000003FFC0001FFFC00
+01F000001FFC0001FFFC0001E000001FFE0003FFFE0001E000000FFE0003CFFE0003C000
+000FFE0003CFFE0003C000000FFF0007CFFF0007C0000007FF000787FF000780000007FF
+000787FF000780000007FF800F03FF800F80000003FF800F03FF800F00000003FFC01F03
+FFC01F00000001FFC01E01FFC01E00000001FFC01E01FFC01E00000001FFE03E01FFE03E
+00000000FFE03C00FFE03C00000000FFF07C00FFF03C000000007FF078007FF078000000
+007FF078007FF078000000007FF8F8007FF8F8000000003FF8F0003FF8F0000000003FF8
+F0003FF8F0000000003FFDE0001FFDF0000000001FFDE0001FFDE0000000001FFFE0001F
+FFE0000000000FFFC0000FFFC0000000000FFFC0000FFFC0000000000FFFC0000FFFC000
+00000007FF800007FF800000000007FF800007FF800000000003FF000003FF0000000000
+03FF000003FF000000000003FF000003FF000000000001FE000001FE000000000001FE00
+0001FE000000000001FC000000FE000000000000FC000000FC000000000000FC000000FC
+000000000000780000007800000056347EB25B>87 D<FFFFFFC0001FFFFCFFFFFFC0001F
+FFFCFFFFFFC0001FFFFCFFFFFFC0001FFFFC00FFF0000000FE0000FFF8000000FC00007F
+FC000001F800003FFE000003F800003FFE000003F000001FFF000007E000000FFF80000F
+C000000FFF80000FC0000007FFC0001F80000003FFE0003F00000001FFF0003F00000001
+FFF0007E00000000FFF800FC000000007FFC01FC000000007FFC01F8000000003FFE03F0
+000000001FFF07F0000000000FFF07E0000000000FFF8FC00000000007FFDF8000000000
+03FFFF800000000003FFFF000000000001FFFE000000000000FFFE0000000000007FFC00
+00000000007FF80000000000003FF80000000000003FF80000000000003FF80000000000
+003FF80000000000003FF80000000000003FF80000000000003FF80000000000003FF800
+00000000003FF80000000000003FF80000000000003FF80000000000003FF80000000000
+003FF80000000000003FF80000000000003FF80000000000003FF80000000000003FF800
+000000003FFFFFF8000000003FFFFFF8000000003FFFFFF8000000003FFFFFF800003E33
+7EB243>89 D<007FFE000003FFFFE00007FFFFF8000FF00FFC001FF803FF001FF801FF00
+1FF800FF801FF800FFC01FF8007FC00FF0007FC007E0007FC00180007FC00000007FC000
+007FFFC0000FFFFFC000FFFFFFC003FFF07FC00FFF007FC01FF8007FC03FF0007FC07FE0
+007FC0FFC0007FC0FF80007FC0FF80007FC0FF80007FC0FF8000FFC0FFC000FFC07FC001
+FFC07FE003FFE03FF80FBFFF0FFFFF1FFF03FFFC0FFF007FE007FF28217EA02B>97
+D<01FC00000000FFFC00000000FFFC00000000FFFC00000000FFFC000000000FFC000000
+0007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC000000
+0007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC000000
+0007FC0000000007FC07FC000007FC7FFF800007FDFFFFE00007FFF00FF80007FFC007FC
+0007FF0003FE0007FE0001FF0007FC0000FF8007FC0000FF8007FC0000FFC007FC00007F
+C007FC00007FC007FC00007FE007FC00007FE007FC00007FE007FC00007FE007FC00007F
+E007FC00007FE007FC00007FE007FC00007FE007FC00007FE007FC00007FC007FC00007F
+C007FC0000FFC007FC0000FF8007FC0000FF8007FE0001FF0007FF0003FE0007FFC007FC
+0007F3F01FF80007E1FFFFE00007C07FFF800007800FF800002B347EB331>I<0007FF80
+00003FFFF00000FFFFFC0003FE01FE0007FC03FF000FF803FF001FF003FF003FE003FF00
+3FE003FF007FE001FE007FC000FC007FC0003000FFC0000000FFC0000000FFC0000000FF
+C0000000FFC0000000FFC0000000FFC0000000FFC0000000FFC00000007FC00000007FE0
+0000007FE00000003FE00007803FF00007801FF8000F800FF8001F0007FE003E0003FF80
+FC0000FFFFF800003FFFE0000007FF000021217DA027>I<00000001FC00000000FFFC00
+000000FFFC00000000FFFC00000000FFFC000000000FFC0000000007FC0000000007FC00
+00000007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC00
+00000007FC0000000007FC0000000007FC0000000007FC0000000007FC000007FE07FC00
+003FFFC7FC0000FFFFF7FC0003FF01FFFC0007FC003FFC000FF8001FFC001FF0000FFC00
+3FE00007FC003FE00007FC007FE00007FC007FC00007FC007FC00007FC00FFC00007FC00
+FFC00007FC00FFC00007FC00FFC00007FC00FFC00007FC00FFC00007FC00FFC00007FC00
+FFC00007FC00FFC00007FC007FC00007FC007FC00007FC007FE00007FC003FE00007FC00
+3FE0000FFC001FF0001FFC000FF8003FFC0007FC007FFE0003FE03FFFFE000FFFFE7FFE0
+003FFF87FFE00007FC07FFE02B347DB331>I<0003FF8000003FFFF00000FFFFFC0001FF
+03FE0007FC007F000FF8003F801FF0001FC01FE0001FC03FE0000FE07FE0000FE07FC000
+0FE07FC0000FF0FFC0000FF0FFC00007F0FFFFFFFFF0FFFFFFFFF0FFFFFFFFF0FFC00000
+00FFC0000000FFC0000000FFC00000007FC00000007FE00000003FE00000003FE00000F0
+1FF00000F00FF00001F007F80003E003FE000FC001FF807F80007FFFFF00001FFFFC0000
+03FFE00024217EA029>I<00000000F8000FFC07FE007FFF9FFE01FFFFFF7F07FC0FFC7F
+0FF003FC7F1FF003FE7F1FE001FE3E3FE001FF1C3FE001FF003FE001FF003FE001FF003F
+E001FF003FE001FF003FE001FF001FE001FE001FF003FE000FF003FC0007FC0FF80007FF
+FFE0000F7FFF80000F0FFC00001F000000001F000000001F000000001F800000001FC000
+00001FFFFFF0001FFFFFFE000FFFFFFF800FFFFFFFE007FFFFFFF003FFFFFFF807FFFFFF
+FC1FFFFFFFFC3F80001FFC7F000003FEFF000001FEFE000000FEFE000000FEFE000000FE
+FE000000FEFF000001FE7F800003FC3FC00007F81FE0000FF00FFC007FE003FFFFFF8000
+FFFFFE00000FFFE00028327EA12C>103 D<01FC00000000FFFC00000000FFFC00000000
+FFFC00000000FFFC000000000FFC0000000007FC0000000007FC0000000007FC00000000
+07FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC00000000
+07FC0000000007FC0000000007FC0000000007FC0000000007FC03FF000007FC0FFFC000
+07FC3FFFF00007FCFC0FF80007FDE007FC0007FFC007FC0007FF8003FE0007FF0003FE00
+07FF0003FE0007FE0003FE0007FE0003FE0007FC0003FE0007FC0003FE0007FC0003FE00
+07FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE00
+07FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE00
+07FC0003FE0007FC0003FE0007FC0003FE00FFFFE07FFFF0FFFFE07FFFF0FFFFE07FFFF0
+FFFFE07FFFF02C347DB331>I<03F00007F8000FFC001FFE001FFE001FFE001FFE001FFE
+001FFE000FFC0007F80003F0000000000000000000000000000000000000000000000000
+0001FC00FFFC00FFFC00FFFC00FFFC000FFC0007FC0007FC0007FC0007FC0007FC0007FC
+0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC
+0007FC0007FC0007FC0007FC0007FC00FFFFC0FFFFC0FFFFC0FFFFC012357DB418>I<01
+FC00000000FFFC00000000FFFC00000000FFFC00000000FFFC000000000FFC0000000007
+FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007
+FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007
+FC0000000007FC007FFF0007FC007FFF0007FC007FFF0007FC007FFF0007FC001FC00007
+FC003F800007FC007E000007FC00FC000007FC03F8000007FC07E0000007FC0FC0000007
+FC3F80000007FC7F00000007FCFF80000007FFFF80000007FFFFC0000007FFFFE0000007
+FFBFF0000007FF3FF8000007FC1FFC000007F80FFC000007F807FE000007F803FF000007
+F801FF800007F801FFC00007F800FFC00007F8007FE00007F8003FF00007F8001FF800FF
+FFC07FFFC0FFFFC07FFFC0FFFFC07FFFC0FFFFC07FFFC02A347DB32F>107
+D<01FC00FFFC00FFFC00FFFC00FFFC000FFC0007FC0007FC0007FC0007FC0007FC0007FC
+0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC
+0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC
+0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC
+00FFFFE0FFFFE0FFFFE0FFFFE013347DB318>I<03F803FE0003FE0000FFF81FFFC01FFF
+C000FFF87FFFE07FFFE000FFF8F81FF0F81FF000FFF9E00FF9E00FF8000FFBC00FFBC00F
+F80007FF8007FF8007FC0007FF0007FF0007FC0007FE0007FE0007FC0007FE0007FE0007
+FC0007FE0007FE0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007
+FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007
+FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007
+FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007
+FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC0007FC00FFFFE0FFFFE0FF
+FFE0FFFFE0FFFFE0FFFFE0FFFFE0FFFFE0FFFFE0FFFFE0FFFFE0FFFFE043217CA04A>I<
+01F803FF0000FFF80FFFC000FFF83FFFF000FFF8FC0FF800FFF9E007FC000FFBC007FC00
+07FF8003FE0007FF0003FE0007FF0003FE0007FE0003FE0007FE0003FE0007FC0003FE00
+07FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE00
+07FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE00
+07FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE00FFFFE07FFFF0
+FFFFE07FFFF0FFFFE07FFFF0FFFFE07FFFF02C217DA031>I<0003FF8000001FFFF00000
+FFFFFE0001FF01FF0007FC007FC00FF0001FE01FF0001FF01FE0000FF03FE0000FF83FC0
+0007F87FC00007FC7FC00007FC7FC00007FCFFC00007FEFFC00007FEFFC00007FEFFC000
+07FEFFC00007FEFFC00007FEFFC00007FEFFC00007FE7FC00007FC7FC00007FC7FE0000F
+FC3FE0000FF81FE0000FF01FF0001FF00FF8003FE007FC007FC001FF01FF0000FFFFFE00
+003FFFF8000003FF800027217EA02C>I<01FC07FC0000FFFC7FFF8000FFFDFFFFE000FF
+FFF01FF800FFFFC007FC0007FF0003FE0007FE0003FF0007FC0001FF8007FC0001FF8007
+FC0000FFC007FC0000FFC007FC0000FFC007FC00007FE007FC00007FE007FC00007FE007
+FC00007FE007FC00007FE007FC00007FE007FC00007FE007FC00007FE007FC00007FE007
+FC0000FFC007FC0000FFC007FC0000FFC007FC0001FF8007FC0001FF8007FE0003FF0007
+FF0007FE0007FFC00FFC0007FFF03FF80007FDFFFFE00007FC7FFF800007FC0FF8000007
+FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007
+FC0000000007FC0000000007FC0000000007FC0000000007FC00000000FFFFE0000000FF
+FFE0000000FFFFE0000000FFFFE00000002B307EA031>I<01F81F80FFF87FF0FFF8FFF8
+FFF9E3FCFFFBC7FE0FFF87FE07FF07FE07FF07FE07FE07FE07FE03FC07FE01F807FE0060
+07FC000007FC000007FC000007FC000007FC000007FC000007FC000007FC000007FC0000
+07FC000007FC000007FC000007FC000007FC000007FC000007FC000007FC0000FFFFF000
+FFFFF000FFFFF000FFFFF0001F217EA024>114 D<00FFE1C007FFFFC00FFFFFC03F803F
+C07E000FC07E0007C0FC0007C0FC0003C0FE0003C0FE0003C0FF800000FFFC0000FFFFE0
+007FFFFC007FFFFE003FFFFF800FFFFFC007FFFFE000FFFFE0000FFFF000007FF000000F
+F0F00007F0F00003F0F80003F0F80003F0FC0003E0FE0007E0FF000FC0FFC01F80FFFFFF
+00F9FFFC00E03FE0001C217DA023>I<003C0000003C0000003C0000003C0000003C0000
+007C0000007C0000007C000000FC000000FC000001FC000001FC000003FC000007FC0000
+1FFFFF80FFFFFF80FFFFFF80FFFFFF8007FC000007FC000007FC000007FC000007FC0000
+07FC000007FC000007FC000007FC000007FC000007FC000007FC000007FC000007FC0000
+07FC000007FC000007FC03C007FC03C007FC03C007FC03C007FC03C007FC03C007FC03C0
+07FE078003FE078001FF0F0000FFFE00003FFC00000FF0001A2F7EAE22>I<01FC0000FE
+00FFFC007FFE00FFFC007FFE00FFFC007FFE00FFFC007FFE000FFC0007FE0007FC0003FE
+0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE
+0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE
+0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0003FE0007FC0007FE
+0007FC0007FE0007FC000FFE0007FC001FFE0003FE003FFF0001FF00FBFFF000FFFFF3FF
+F0003FFFC3FFF00007FE03FFF02C217DA031>I<FFFFC007FFC0FFFFC007FFC0FFFFC007
+FFC0FFFFC007FFC007FE0000F80003FE0000F00003FF0001F00001FF0001E00001FF8001
+E00000FF8003C00000FF8003C00000FFC007C000007FC0078000007FE00F8000003FE00F
+0000003FF01F0000001FF01E0000001FF83E0000000FF83C0000000FFC7C00000007FC78
+00000007FEF800000003FEF000000003FFF000000001FFE000000001FFE000000000FFC0
+00000000FFC0000000007F80000000007F80000000003F00000000003F00000000001E00
+00002A217EA02F>I<FFFF83FFFC03FFE0FFFF83FFFC03FFE0FFFF83FFFC03FFE0FFFF83
+FFFC03FFE007FC001FE0003E0007FC001FE0003C0007FE001FE0007C0003FE001FF00078
+0003FE003FF000F80001FF003FF800F00001FF007FF800F00001FF807BFC01F00000FF80
+7BFC01E00000FFC0FBFC03E000007FC0F1FE03C000007FC1F1FE03C000007FE1E0FF07C0
+00003FE1E0FF078000003FF3C07F0F8000001FF3C07F8F0000001FF7C07F8F0000000FFF
+803FDE0000000FFF803FDE0000000FFF001FFE00000007FF001FFC00000007FF001FFC00
+000003FE000FF800000003FE000FF800000003FC0007F800000001FC0007F000000001FC
+0007F000000000F80003E000000000F00001E000003B217EA040>I<FFFFC007FFC0FFFF
+C007FFC0FFFFC007FFC0FFFFC007FFC007FE0000F80003FE0000F00003FF0001F00001FF
+0001E00001FF8001E00000FF8003C00000FF8003C00000FFC007C000007FC0078000007F
+E00F8000003FE00F0000003FF01F0000001FF01E0000001FF83E0000000FF83C0000000F
+FC7C00000007FC7800000007FEF800000003FEF000000003FFF000000001FFE000000001
+FFE000000000FFC000000000FFC0000000007F80000000007F80000000003F0000000000
+3F00000000001E00000000001E00000000003C00000000003C00000000007C0000003E00
+780000007F00F8000000FF80F0000000FF81F0000000FF83E0000000FF87C0000000FF0F
+800000007F3F000000003FFE000000001FF80000000007E0000000002A307EA02F>121
+D<1FFFFFFF1FFFFFFF1FFFFFFF1FE007FE1F800FFC1F001FFC1E003FF83E003FF03E007F
+E03C00FFE03C01FFC03C01FF803C03FF000007FF00000FFE00001FFC00001FF800003FF8
+00007FF00F00FFE00F00FFC00F01FF800F03FF800F07FF001F07FE001F0FFC001E1FFC00
+3E3FF8007E3FF000FE7FE003FEFFFFFFFEFFFFFFFEFFFFFFFE20217EA027>I
+E /Fk 4 118 df<007FFFFFE000007FFFFFF8000003F0007E000003E0003F000003E000
+1F800007E0000F800007E0000FC00007C0000FC00007C0000FC0000FC0000FC0000FC000
+0F80000F80001F80000F80001F00001F80003F00001F80007E00001F0000FC00001F0001
+F800003F000FE000003FFFFF8000003FFFFF8000003E0007E000007E0001F000007E0000
+F800007C0000FC00007C00007C0000FC00007E0000FC00007E0000F800007E0000F80000
+7E0001F800007E0001F80000FC0001F00000FC0001F00001F80003F00001F00003F00003
+F00003E0000FE00003E0001F800007E0007F0000FFFFFFFC0000FFFFFFE000002A287AA7
+30>66 D<0001F0000007FC00001E0EE0003C07E0007807E000F007E001E003E001E003E0
+03E007C003C007C007C007C007C007C00F800F800F800F800F800F800F800F800F001F00
+0F001F000F001F000F003F000F003E0007807E000780FE0003C3FE0001FF7C00007C7C00
+00007C0000007C000000F8000000F8000000F8003001F0007801F000F803E000F807C000
+F01F80007FFE00001FF000001B267C9920>103 D<001FC0007FF000F07801C03C03C03C
+07807C07807C0780780F80300FE00007FF0007FF8007FFC003FFE000FFF0001FF00003F0
+3801F07800F07C00F0F801E0F001E07003C07003803C0F001FFE0007F000161B7B991C>
+115 D<03E0000007F000700C7800F8187C00F8387C01F0307C01F0707C01F070F801F0E0
+F803E0E0F803E001F003E001F003E001F007C003E007C003E007C003E007C007C00F8007
+C00F8707C00F8707C00F8707C01F0E07C01F0E07C03F0E03C07F1C01E0EF1800FF87F800
+3F01E0201B7B9925>117 D E /Fl 16 118 df<1F003F807FC0FFE0FFE0FFE0FFE0FFE0
+7FC03F801F000B0B7A8A17>46 D<FFFFFFFFE00000FFFFFFFFFE0000FFFFFFFFFF8000FF
+FFFFFFFFE00001FF8000FFF80001FF80001FFC0001FF800007FE0001FF800003FF0001FF
+800001FF8001FF800000FFC001FF8000007FE001FF8000003FE001FF8000003FF001FF80
+00003FF001FF8000001FF001FF8000001FF801FF8000001FF801FF8000001FF801FF8000
+001FFC01FF8000001FFC01FF8000001FFC01FF8000001FFC01FF8000001FFC01FF800000
+1FFC01FF8000001FFC01FF8000001FFC01FF8000001FFC01FF8000001FFC01FF8000001F
+F801FF8000001FF801FF8000001FF801FF8000001FF801FF8000003FF001FF8000003FF0
+01FF8000003FE001FF8000007FE001FF800000FFC001FF800000FF8001FF800001FF8001
+FF800007FF0001FF80001FFC0001FF8000FFF800FFFFFFFFFFF000FFFFFFFFFFC000FFFF
+FFFFFE0000FFFFFFFFE00000362E7DAD3E>68 D<001FF8038000FFFF078003FFFFCF8007
+FFFFFF801FF00FFF801FC001FF803F80007F807F00003F807E00001F807E00001F80FE00
+000F80FE00000F80FE00000780FF00000780FF80000780FFC0000000FFF00000007FFF00
+00007FFFF000007FFFFF80003FFFFFE0001FFFFFF8000FFFFFFE0007FFFFFF0003FFFFFF
+8000FFFFFFC0001FFFFFC00001FFFFE000000FFFE0000000FFF00000003FF00000001FF0
+0000000FF0F000000FF0F0000007F0F0000007F0F0000007F0F8000007F0F8000007E0FC
+00000FE0FE00000FC0FF00001FC0FFC0003F80FFFC00FF00FFFFFFFE00F9FFFFFC00F03F
+FFF000E003FF800024307CAE2D>83 D<007FF8000003FFFF00000FFFFFC0001FE01FF000
+1FF007F8001FF003FC001FF003FC001FF001FE000FE001FE0007C001FE00000001FE0000
+0001FE000000FFFE00003FFFFE0001FFFFFE0007FFC1FE001FFC01FE003FE001FE007FC0
+01FE00FF8001FE00FF0001FE00FF0001FE00FF0001FE00FF0003FE00FF8003FE007FC007
+FF003FF03FFFF81FFFFEFFF807FFF87FF800FFC01FF8251E7E9D28>97
+D<0000000FC0000003FFC0000003FFC0000003FFC0000003FFC00000003FC00000003FC0
+0000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC000
+00003FC00000003FC0000FF83FC0007FFF3FC001FFFFFFC007FC07FFC00FF001FFC01FE0
+007FC03FE0003FC03FC0003FC07FC0003FC07F80003FC07F80003FC0FF80003FC0FF8000
+3FC0FF80003FC0FF80003FC0FF80003FC0FF80003FC0FF80003FC0FF80003FC0FF80003F
+C07F80003FC07FC0003FC03FC0003FC03FC0007FC01FE000FFC00FF003FFC007FC0FFFFC
+01FFFFBFFC00FFFE3FFC001FF03FFC262E7DAD2D>100 D<000FFC00007FFF8001FFFFE0
+07FC0FF00FF003F81FE001FC1FE000FC3FC000FE7FC0007E7F80007E7F80007FFF80007F
+FF80007FFFFFFFFFFFFFFFFFFFFFFFFFFF800000FF800000FF8000007F8000007FC00000
+7FC000003FC0000F1FE0000F0FF0001F07F8007E03FE01FC01FFFFF8007FFFE00007FF00
+201E7E9D25>I<0000FF800007FFE0001FFFF0007FC7F000FF0FF801FE0FF801FE0FF803
+FC0FF803FC0FF803FC07F003FC008003FC000003FC000003FC000003FC000003FC0000FF
+FFFC00FFFFFC00FFFFFC00FFFFFC0003FC000003FC000003FC000003FC000003FC000003
+FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003
+FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC00003FFFE0003F
+FFE0003FFFE0003FFFE0001D2E7EAD19>I<03F0000000FFF0000000FFF0000000FFF000
+0000FFF00000000FF00000000FF00000000FF00000000FF00000000FF00000000FF00000
+000FF00000000FF00000000FF00000000FF00000000FF00000000FF01FF0000FF07FFC00
+0FF1FFFF000FF7E0FF800FFF807F800FFE007FC00FFC003FC00FFC003FC00FF8003FC00F
+F8003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0
+003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF000
+3FC00FF0003FC00FF0003FC0FFFF03FFFCFFFF03FFFCFFFF03FFFCFFFF03FFFC262E7CAD
+2D>104 D<07C00FE01FF03FF83FF83FF83FF83FF81FF00FE007C0000000000000000000
+00000003F0FFF0FFF0FFF0FFF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00F
+F00FF00FF00FF00FF00FF00FF00FF00FF00FF0FFFFFFFFFFFFFFFF102F7CAE17>I<03F0
+000000FFF0000000FFF0000000FFF0000000FFF00000000FF00000000FF00000000FF000
+00000FF00000000FF00000000FF00000000FF00000000FF00000000FF00000000FF00000
+000FF00000000FF003FFF00FF003FFF00FF003FFF00FF003FFF00FF000FC000FF003F800
+0FF007F0000FF00FC0000FF03F80000FF07F00000FF0FC00000FF1F800000FF7FC00000F
+FFFE00000FFFFF00000FFFFF00000FFEFF80000FF87FC0000FF03FE0000FE01FF0000FE0
+0FF8000FE00FF8000FE007FC000FE003FE000FE001FF000FE000FF80FFFE03FFFCFFFE03
+FFFCFFFE03FFFCFFFE03FFFC262E7DAD2B>107 D<03F0FFF0FFF0FFF0FFF00FF00FF00F
+F00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00F
+F00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0FFFFFF
+FFFFFFFFFF102E7CAD17>I<03F03FE000FFF1FFFC00FFF7FFFF00FFFFC0FF80FFFE007F
+C00FFC003FE00FF8001FF00FF0001FF00FF0000FF80FF0000FF80FF0000FFC0FF00007FC
+0FF00007FC0FF00007FC0FF00007FC0FF00007FC0FF00007FC0FF00007FC0FF00007FC0F
+F0000FF80FF0000FF80FF0000FF80FF0001FF00FF8001FF00FFC003FE00FFE007FC00FFF
+81FF800FF7FFFE000FF1FFF8000FF07FC0000FF00000000FF00000000FF00000000FF000
+00000FF00000000FF00000000FF00000000FF00000000FF0000000FFFF000000FFFF0000
+00FFFF000000FFFF000000262B7D9D2D>112 D<07E07E00FFE1FF80FFE3FFE0FFE78FE0
+FFEF1FF00FFE1FF00FFC1FF00FFC1FF00FF80FE00FF807C00FF800000FF000000FF00000
+0FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000
+0FF000000FF000000FF000000FF00000FFFF8000FFFF8000FFFF8000FFFF80001C1E7D9D
+22>114 D<01FF8E0007FFFE001FFFFE003F00FE007C007E0078003E00F8001E00F8001E
+00FC001E00FF000000FFF00000FFFF80007FFFE0003FFFF8001FFFFE000FFFFE0003FFFF
+00003FFF800000FF8000003F80F0001F80F0000F80F8000F80F8000F80FC001F00FE001F
+00FF807E00FFFFFC00FBFFF000E0FF8000191E7D9D20>I<003C0000003C0000003C0000
+003C0000007C0000007C0000007C000000FC000000FC000001FC000003FC000007FC0000
+1FFFFF00FFFFFF00FFFFFF00FFFFFF0003FC000003FC000003FC000003FC000003FC0000
+03FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0000
+03FC03C003FC03C003FC03C003FC03C003FC03C003FC03C003FC07C001FE078001FF0F80
+00FFFF00003FFC00000FF0001A2A7FA920>I<03F0000FC0FFF003FFC0FFF003FFC0FFF0
+03FFC0FFF003FFC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF000
+3FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0003F
+C00FF0003FC00FF0003FC00FF0003FC00FF0003FC00FF0007FC00FF0007FC00FF000FFC0
+07F001FFC007F807FFFC03FFFFBFFC00FFFE3FFC003FF03FFC261E7C9D2D>I
+E /Fm 12 96 df<FFFFFFFFFFC0FFFFFFFFFFC0FFFFFFFFFFC02A037A9137>0
+D<007F800001FFE00007FFF8000FFFFC001FFFFE003FFFFF003FFFFF007FFFFF807FFFFF
+80FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFF
+C07FFFFF807FFFFF803FFFFF003FFFFF001FFFFE000FFFFC0007FFF80001FFE000007F80
+001A1B7C9D23>15 D<FFFFFFFFFFFCFFFFFFFFFFFC7FFFFFFFFFFC000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000FFFFFFFFFFFCFFFFFF
+FFFFFCFFFFFFFFFFFC000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0000000000000000007FFFFFFFFFFCFFFFFFFFFFFCFFFFFFFFFFFC2E217CA037>17
+D<0000000001C00000000007C0000000001FC0000000007F0000000001FC0000000007F0
+000000001FC0000000007F0000000001FC0000000007F0000000001FC0000000007F0000
+000001FC0000000007F0000000001FC0000000007F0000000001FC0000000007F0000000
+001FC0000000007F0000000000FC0000000000FC00000000007F00000000001FC0000000
+0007F00000000001FC00000000007F00000000001FC00000000007F00000000001FC0000
+0000007F00000000001FC00000000007F00000000001FC00000000007F00000000001FC0
+0000000007F00000000001FC00000000007F00000000001FC00000000007C00000000001
+C00000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+007FFFFFFFFF80FFFFFFFFFFC0FFFFFFFFFFC02A397AAB37>20 D<E00000000000F80000
+000000FE00000000003F80000000000FE00000000003F80000000000FE00000000003F80
+000000000FE00000000003F80000000000FE00000000003F80000000000FE00000000003
+F80000000000FE00000000003F80000000000FE00000000003F80000000000FE00000000
+003F80000000000FC0000000000FC0000000003F8000000000FE0000000003F800000000
+0FE0000000003F8000000000FE0000000003F8000000000FE0000000003F8000000000FE
+0000000003F8000000000FE0000000003F8000000000FE0000000003F8000000000FE000
+0000003F80000000007E0000000000F80000000000E00000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000007FFFFFFFFF80FFFFFF
+FFFFC0FFFFFFFFFFC02A397AAB37>I<0001C000000000000001C000000000000001C000
+000000000003C00000000000000380000000000000078000000000000007000000000000
+000F000000000000000E000000000000001E000000000000003C00000000000000780000
+0000000000F800000000000001F000000000000003C00000000000000F80000000000000
+7FFFFFFFFFFFFFFCFFFFFFFFFFFFFFFC7FFFFFFFFFFFFFFC0F8000000000000003C00000
+0000000001F000000000000000F80000000000000078000000000000003C000000000000
+001E000000000000000E000000000000000F000000000000000700000000000000078000
+0000000000038000000000000003C000000000000001C000000000000001C00000000000
+0001C000000000003E237CA147>32 D<003F80000007F00000FFF000003FFC0003FFFC00
+00FFFF0007FFFF0001F807800F80FF8007C001C01E003FC00F8000E03C001FE01F000070
+38000FF03E000030700007F83C000038700003FC78000018600001FEF0000018E00000FF
+E000001CC000007FE000000CC000007FC000000CC000003FC000000CC000001FE000000C
+C000000FF000000CC000000FF800000CC000001FF800000CE000001FFC00001C6000003D
+FE00001860000078FF000038700000F07F800038300001F03FC00070380003E01FE000F0
+1C0007C00FF001E00E000F8007FC07C007807E0003FFFF8003FFFC0000FFFF0000FFF000
+003FFC00003F80000007F0003E1F7C9D47>49 D<00000001C000000001C000000003C000
+00000380000000078000000007000000000F000000000E000000001E000000003C000000
+00380000000078000000007000000000F000000000E000000001E000000001C000000003
+C00000000380000000078000000007000000000F000000000E000000001E000000003C00
+000000380000000078000000007000000000F000000000E000000001E000000001C00000
+0003C00000000380000000078000000007000000000F000000001E000000001C00000000
+3C00000000380000000078000000007000000000F000000000E000000001E000000001C0
+00000003C00000000380000000078000000007000000000F000000001E000000001C0000
+00003C00000000380000000078000000007000000000F000000000E00000000060000000
+00223D76AE00>54 D<FFFFFFFFFCFFFFFFFFFCFFFFFFFFFC000000001C000000001C0000
+00001C000000001C000000001C000000001C000000001C000000001C000000001C000000
+001C000000001C000000001C000000001C000000001C000000001C000000000826137C97
+2F>58 D<0000000000001C0000000000003C0007FFFFFFFFF8001FFFFFFFFFF000FFFFFF
+FFFFC001FFFFFFFFFF000780007C0000000F0000FC0000001E0000FC0000003E0000FC00
+00007E0001F80000007C0001F8000000FC0001F8000000F00001F8000000E00003F00000
+00000003F0000000000003F0000000000003F0000000000007E0000000000007E0000000
+000007E0000000000007E000000000000FC000000000000FC000000000000FC000000000
+000FC000000000001F8000000000001F8000000000001F8000000000001F800000000000
+3F8000000000003F0000000000003F0000000000003F0000000000003F0000000000007E
+0000000000007E0000000000007E0000000000007C000000000000FC000000000000FC00
+0000000000F8000000000001F8000000000001F8000000000001F0000000000003F00000
+00000003E0000000000003E0000000000007C00000000000078000000000000F00000000
+000008000000000036347DAE27>84 D<0000300000000078000000007800000000FC0000
+0000FC00000001FE00000001CE00000001CE00000003CF00000003870000000787800000
+07038000000F03C000000E01C000001E01E000001C00E000003C00F00000380070000078
+0078000070003800007000380000F0003C0000E0001C0001E0001E0001C0000E0003C000
+0F000380000700078000078007000003800F000003C00E000001C01E000001E01C000000
+E01C000000E03C000000F0380000007078000000787000000038F00000003CE00000001C
+E00000000C26297CA72F>94 D<E00000000CE00000001CF00000003C7000000038780000
+007838000000703C000000F01C000000E01C000000E01E000001E00E000001C00F000003
+C007000003800780000780038000070003C0000F0001C0000E0001E0001E0000E0001C00
+00F0003C000070003800007000380000780078000038007000003C00F000001C00E00000
+1E01E000000E01C000000F03C0000007038000000787800000038700000003CF00000001
+CE00000001CE00000001FE00000000FC00000000FC000000007800000000780000000030
+000026297CA72F>I E /Fn 12 122 df<0001FC0000000FFF0000003F07C000007C03E0
+0001F801F00C03F001F00C07E000F80C0FC000F81C0F8000FC181F80007C183F00007C38
+3F00007C307F00007C707E00007C607E00007CE07E00007CC0FE00007DC0FC00007F80FC
+00007F00FC00007E00FC00007E00FC00007C00FC00007C007C00007C007C0000FE007C00
+03FE0C3E00073E0C1F001E3E1C0F81F81F3803FFE00FF000FE0003C0261F7D9D2D>11
+D<0000007E00000001FFC000000781E000001E00F000003800F000007000F80000E00078
+0001C0007800038000F800030000F800070000F800060000F8000E0001F8000C0001F000
+1C0001F000180003E000180007C0003800078000301FEF0000303FFE0000703FFE000060
+1FEF000060000F8000600007C000E00007C000C00007E000C00007E000C00007E001C000
+07E001800007E001800007E001800007E00380000FE00300000FC00300000FC00300000F
+C00700001F800700001F800700003F000700003F000F80007E000D80007C000DC000F800
+0CE001F0001C7003E000183C0F8000181FFE00001803F800003800000000300000000030
+0000000030000000007000000000600000000060000000006000000000E000000000C000
+000000C000000000C000000000253C7EAE28>I<3C7EFFFFFFFF7E3C08087A8714>58
+D<3C007E00FF00FF00FF80FF807F803D80018001800180038003000300070006000E001C
+0038007000600009157A8714>I<0000000000800000000003C0000000000FC000000000
+3F8000000000FE0000000003F8000000000FE0000000003F8000000000FE0000000003F8
+000000000FE0000000003F8000000000FE0000000003F8000000000FE0000000003F8000
+000000FE0000000003F8000000000FE0000000003F8000000000FE0000000000F8000000
+0000FE00000000003F80000000000FE00000000003F80000000000FE00000000003F8000
+0000000FE00000000003F80000000000FE00000000003F80000000000FE00000000003F8
+0000000000FE00000000003F80000000000FE00000000003F80000000000FE0000000000
+3F80000000000FC00000000003C00000000000802A2B7AA537>I<400000000000F00000
+000000FC00000000007F00000000001FC00000000007F00000000001FC00000000007F00
+000000001FC00000000007F00000000001FC00000000007F00000000001FC00000000007
+F00000000001FC00000000007F00000000001FC00000000007F00000000001FC00000000
+007F00000000001FC00000000007C0000000001FC0000000007F0000000001FC00000000
+07F0000000001FC0000000007F0000000001FC0000000007F0000000001FC0000000007F
+0000000001FC0000000007F0000000001FC0000000007F0000000001FC0000000007F000
+0000001FC0000000007F0000000000FC0000000000F000000000004000000000002A2B7A
+A537>62 D<003FFE00000001FFF0003FFE00000003FFF00000FF00000003F8000000FF00
+000007F8000000DF0000000DF0000000DF0000000DF0000001DF0000001BF0000001DF00
+000033E00000018F80000033E00000018F80000063E00000038F800000C7E00000038F80
+0000C7C00000030F80000187C00000030F80000307C000000707C000030FC000000707C0
+00060F8000000607C0000C0F8000000607C0000C0F8000000E07C000181F8000000E07C0
+00301F0000000C03E000301F0000000C03E000601F0000001C03E000C03F0000001C03E0
+00C03E0000001803E001803E0000001803E003003E0000003801F003007E0000003801F0
+06007C0000003001F00C007C0000003001F00C007C0000007001F01800FC0000007001F0
+3000F80000006001F03000F80000006000F86000F8000000E000F8C001F8000000E000F8
+C001F0000000C000F98001F0000000C000FB0001F0000001C000FB0003F0000001C0007E
+0003E000000180007C0003E0000003C0007C0003E000000FE000780007E00000FFFE0070
+01FFFF8000FFFE003001FFFF8000442D7CAC44>77 D<0003F800000FFE00003E078000F8
+038001F003C003E001C007C001C00FC003C01F8003801F8007803F000F003F001E007F01
+FC007FFFF0007FFF00007E000000FE000000FC000000FC000000FC000000FC0000007C00
+00007C0000607C0000E07C0001C03E0003803E000F001F001C000F81F80003FFE00000FE
+00001B1F7D9D21>101 D<07C007E0001FE03FF80018F8783E003879E01E00307B801F00
+707F001F00607F001F0060FE001F00E0FC001F00C0FC001F00C0F8001F0081F8003F0001
+F8003E0001F0003E0001F0003E0003F0007E0003F0007C0003E0007C0003E000FC0007E0
+00F80807E000F81807C001F81807C001F0180FC001F0380FC003E0300F8003E0700F8003
+E0E01F8001E0C01F8001E3C01F0000FF000E00003E00251F7E9D2B>110
+D<07C01F000FF07FC01CF8E0E03879C1E0307B87E0707F07E0607E07E060FC07E0E0FC03
+80C0F80000C0F8000081F8000001F8000001F0000001F0000003F0000003F0000003E000
+0003E0000007E0000007E0000007C0000007C000000FC000000FC000000F8000000F8000
+001F8000001F8000001F0000000E0000001B1F7E9D20>114 D<000E00001F00001F0000
+3F00003F00003E00003E00007E00007E00007C00007C0000FC0000FC00FFFFF8FFFFF801
+F80001F80001F00001F00003F00003F00003E00003E00007E00007E00007C00007C0000F
+C0000FC0000F80000F80001F80101F80301F00301F00701F00601F00E01E01C01E03801F
+07000F0E0007FC0001F000152B7EA919>116 D<01E0000007F8000E0E3C001F1C3E003F
+383E003E303E003E703E003E607E007EE07C007CC07C007CC0FC007C80F800FC00F800F8
+01F800F801F000F801F001F803F001F003E001F003E001F003E003F007E003E007C003E0
+07C003E007C007E007C007C003C00FC003E01FC003E03FC001F07F80007FEF80001F8F80
+00001F8000001F0000001F003E003E003E003E007E007C007E00F8007C01F0007003E000
+3007C0003C0F80000FFE000003F00000202C7E9D23>121 D E /Fo
+49 122 df<0000FF807E000007FFE1FF80001F807FC3C0003E007F87E0007C00FF07E000
+F800FE07E001F000FE07E003F000FC018003E0007C000003E0007C000003E0007C000003
+E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003
+E0007C0000FFFFFFFFFC00FFFFFFFFFC0003E0007C000003E0007C000003E0007C000003
+E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003
+E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003
+E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003E0007C000003
+E0007C000003E0007C000003E0007C000007F000FE00007FFF0FFFF0007FFF0FFFF0002B
+2F7FAE29>11 D<0000FF00000007FFE000001F80F000003E003800007C007C0000F800FC
+0001F000FC0003F000FC0003E000780003E000300003E000000003E000000003E0000000
+03E000000003E000000003E000000003E000000003E0007C00FFFFFFFC00FFFFFFFC0003
+E000FC0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C0003E0
+007C0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C0003E000
+7C0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C0003E0007C
+0003E0007C0003E0007C0007F000FE007FFF0FFFE07FFF0FFFE0232F7FAE27>I<0001F0
+0000000007FC000000001F0C000000003E0E000000003C06000000007807000000007803
+00000000F80300000000F80300000000F80300000000F80300000000F80700000000F806
+00000000F80E00000000F81C00000000F838000000007C30000000007C70000000007CE0
+003FFF007FC0003FFF007F80000FF8003F000007E0003F00000380001F00000380003F80
+000700007F8000060000EFC0000E0001CFC0001C000387E00018000707F00038000F03F0
+0070001E01F80060003E01FC00E0007C00FE01C0007C007E018000FC003F038000FC003F
+870000FC001FCE0000FC000FDC0000FC0007F80006FE0003F000067E0001F800067E0001
+FC000C3F0007FE001C1F800E1F80380FC07C07E0F003FFF001FFE0007F80007F8030307D
+AE37>38 D<00030007000E001C0038007000F001E001C003C0078007800F000F001E001E
+001E003C003C003C003C0078007800780078007800F800F800F000F000F000F000F000F0
+00F000F000F000F000F000F800F800780078007800780078003C003C003C003C001E001E
+001E000F000F000780078003C001C001E000F000700038001C000E0007000310437AB11B
+>40 D<C000E000700038001C000E000F000780038003C001E001E000F000F00078007800
+78003C003C003C003C001E001E001E001E001E001F001F000F000F000F000F000F000F00
+0F000F000F000F000F001F001F001E001E001E001E001E003C003C003C003C0078007800
+7800F000F001E001E003C0038007800F000E001C0038007000E000C00010437CB11B>I<
+000003800000000003800000000003800000000003800000000003800000000003800000
+000003800000000003800000000003800000000003800000000003800000000003800000
+000003800000000003800000000003800000000003800000000003800000000003800000
+000003800000000003800000000003800000000003800000FFFFFFFFFFFCFFFFFFFFFFFC
+FFFFFFFFFFFC000003800000000003800000000003800000000003800000000003800000
+000003800000000003800000000003800000000003800000000003800000000003800000
+000003800000000003800000000003800000000003800000000003800000000003800000
+0000038000000000038000000000038000000000038000000000038000002E2F7CA737>
+43 D<3C007E00FF00FF00FF80FF807F803D80018001800180038003000300070006000E
+001C0038007000600009157A8714>I<3C7EFFFFFFFF7E3C08087A8714>46
+D<003FC00000FFF00003E07C0007C03E000F801F000F000F001E0007801E0007803E0007
+C03E0007C07C0003E07C0003E07C0003E07C0003E07C0003E0FC0003F0FC0003F0FC0003
+F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003
+F0FC0003F0FC0003F0FC0003F0FC0003F07C0003E07C0003E07C0003E07E0007E03E0007
+C03E0007C03E0007C01F000F800F000F000F801F0007C03E0003F0FC0000FFF000003FC0
+001C2D7DAB23>48 D<000C00003C00007C0003FC00FFFC00FC7C00007C00007C00007C00
+007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00
+007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00
+007C00007C00007C00007C00007C00007C00007C00007C0000FE007FFFFE7FFFFE172C7A
+AB23>I<007F800001FFF0000780FC000E003F001C001F8038000FC070000FC0600007E0
+F00007E0FC0007F0FE0007F0FE0003F0FE0003F0FE0003F07C0007F0000007F0000007F0
+000007E000000FE000000FC000001FC000001F8000003F0000007E0000007C000000F800
+0001F0000003E0000007C000000F8000001E0000003C00000078000000F0003000E00030
+01C0003003800060070000600E0000E01FFFFFE03FFFFFE07FFFFFC0FFFFFFC0FFFFFFC0
+1C2C7DAB23>I<003FC00001FFF00007C0FC000E007E001C003F001C001F803F001FC03F
+001FC03F800FC03F000FC03F000FC00C001FC000001FC000001F8000001F8000003F0000
+003E0000007C000000F8000003F00000FFC00000FFF0000000FC0000003F0000001F8000
+001FC000000FC000000FE000000FE0000007F0000007F0380007F07C0007F0FE0007F0FE
+0007F0FE0007F0FE000FE0F8000FE060000FC070001FC038001F801E003F000780FC0001
+FFF000007FC0001C2D7DAB23>I<00000E0000000E0000001E0000003E0000003E000000
+7E000000FE000000FE000001BE000003BE0000033E0000063E00000E3E00000C3E000018
+3E0000383E0000303E0000603E0000E03E0000C03E0001803E0003803E0003003E000600
+3E000E003E000C003E0018003E0038003E0030003E0060003E00E0003E00FFFFFFFCFFFF
+FFFC00003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E000000
+3E0000007F00001FFFFC001FFFFC1E2D7EAC23>I<0C0001800FC01F800FFFFF000FFFFE
+000FFFFC000FFFF0000FFFC0000C7E00000C0000000C0000000C0000000C0000000C0000
+000C0000000C0000000C0000000C1FC0000C7FF8000DE07C000F801F000F001F800E000F
+800C0007C0000007E0000007E0000003E0000003F0000003F0000003F0000003F0780003
+F0FC0003F0FC0003F0FC0003F0FC0003F0F80007E0E00007E0600007C070000FC038000F
+801C001F000E003E000780F80001FFE000007F80001C2D7DAB23>I<0003F800000FFE00
+003E078000F8018001F007C003E00FC007C00FC00F800FC00F800FC01F0007801F000000
+3E0000003E0000007E0000007E0000007C0000007C0FC000FC3FF000FCF07C00FDC01E00
+FF800F00FF000F80FF0007C0FE0007E0FE0007E0FE0003E0FC0003F0FC0003F0FC0003F0
+FC0003F07C0003F07C0003F07C0003F07E0003F07E0003F03E0003E03E0007E01E0007E0
+1F0007C00F000F8007801F0003C03E0001E07C00007FF000001FC0001C2D7DAB23>I<30
+0000003C0000003FFFFFF83FFFFFF83FFFFFF07FFFFFF07FFFFFE0700001C06000018060
+000380C0000700C0000E00C0000C0000001C000000380000003000000070000000E00000
+01C0000001C00000038000000380000007000000070000000F0000000E0000001E000000
+1E0000003E0000003E0000003E0000003C0000007C0000007C0000007C0000007C000000
+FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000
+7800001D2E7CAC23>I<001FC00000FFF00003E07C0007801E000F000F001E0007801E00
+07803C0003C03C0003C03C0003C03C0003C03E0003C03E0007C03F0007801FC00F801FE0
+0F001FF81E000FFC3C0007FFF80003FFE00000FFE000003FF80000FFFC0003C7FF000783
+FF801F00FFC01E003FC03C001FE07C0007E0780003F0F80003F0F00001F0F00000F0F000
+00F0F00000F0F00000F0F80000E0780001E07C0001C03C0003C01E0007800F800F0007E0
+3C0001FFF000003FC0001C2D7DAB23>I<003F800000FFF00003E0780007C03E000F801F
+001F000F003E000F803E0007807E0007C07C0007C0FC0007E0FC0003E0FC0003E0FC0003
+E0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F07C0007F07E0007F07E0007F03E000F
+F01F000FF00F001FF007803BF003E0F3F000FFC3F0003F03E0000003E0000007E0000007
+E0000007C0000007C000000FC01E000F803F000F003F001F003F003E003F003C003E0078
+001C00F0000E03E00007FF800001FE00001C2D7DAB23>I<3C7EFFFFFFFF7E3C00000000
+0000000000000000003C7EFEFFFFFF7F3F0303030706060E0C1C18387060082A7A9C14>
+59 D<7FFFFFFFFFF8FFFFFFFFFFFCFFFFFFFFFFFC000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000FFFFFFFFFFFCFFFFFF
+FFFFFC7FFFFFFFFFF82E137C9937>61 D<00001FF000C00000FFFE01C00003F00F83C000
+0F8001E3C0003F000077C0007C00003FC001F800001FC003F000000FC007E0000007C007
+E0000007C00FC0000003C01FC0000003C01F80000001C03F80000001C03F00000001C07F
+00000000C07F00000000C07F00000000C0FE0000000000FE0000000000FE0000000000FE
+0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE0000000000FE
+00001FFFFEFE00001FFFFE7F0000001FE07F0000000FC07F0000000FC03F0000000FC03F
+8000000FC01F8000000FC01FC000000FC00FC000000FC007E000000FC007E000000FC003
+F000000FC001F800001FC0007C00001FC0003F00003FC0000F8000F3C00003F007C1C000
+00FFFF00C000001FF800002F2F7CAD37>71 D<FFFFF0FFFFF003FC0001F80001F80001F8
+0001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0003FC00FFFFF0FFFFF0142D7EAC19>73 D<FFF800000007FFC0FFFC0000000FFFC003FC
+0000000FF00001FC0000000FE00001BE0000001BE00001BE0000001BE000019F00000033
+E000019F00000033E000019F00000033E000018F80000063E000018F80000063E0000187
+C00000C3E0000187C00000C3E0000183E0000183E0000183E0000183E0000183E0000183
+E0000181F0000303E0000181F0000303E0000180F8000603E0000180F8000603E0000180
+F8000603E00001807C000C03E00001807C000C03E00001803E001803E00001803E001803
+E00001803E001803E00001801F003003E00001801F003003E00001800F806003E0000180
+0F806003E000018007C0C003E000018007C0C003E000018007C0C003E000018003E18003
+E000018003E18003E000018001F30003E000018001F30003E000018001F30003E0000180
+00FE0003E000018000FE0003E0000180007C0003E00003C0007C0003E0000FF0007C0007
+F000FFFF003801FFFFC0FFFF003801FFFFC03A2D7DAC41>77 D<FFF80003FFFCFFFC0003
+FFFC01FC00003FC001FE00000F0001FF0000060001BF8000060001BF80000600019FC000
+0600018FE00006000187E00006000187F00006000183F80006000181F80006000181FC00
+06000180FE00060001807E00060001807F00060001803F80060001801FC0060001800FC0
+060001800FE00600018007F00600018003F00600018003F80600018001FC0600018000FC
+0600018000FE06000180007F06000180003F86000180001F86000180001FC6000180000F
+E60001800007E60001800007F60001800003FE0001800001FE0001800001FE0001800000
+FE00018000007E00018000003E00018000003E0003C000001E000FF000000E00FFFF0000
+0E00FFFF000006002E2D7DAC35>I<00003FF000000001FFFE00000007E01F8000001F80
+07E000003E0001F00000FC0000FC0001F800007E0003F000003F0007E000001F8007C000
+000F800FC000000FC01F80000007E01F80000007E03F00000003F03F00000003F07F0000
+0003F87F00000003F87E00000001F87E00000001F8FE00000001FCFE00000001FCFE0000
+0001FCFE00000001FCFE00000001FCFE00000001FCFE00000001FCFE00000001FCFE0000
+0001FCFE00000001FC7F00000003F87F00000003F87F00000003F83F00000003F03F8000
+0007F01F80000007E01F80000007E00FC000000FC00FE000001FC007E000001F8003F000
+003F0001F800007E0000FC0000FC00007E0001F800001F8007E0000007E01F80000001FF
+FE000000003FF000002E2F7CAD37>I<7FFFFFFFFFF87FFFFFFFFFF87F000FC003F87C00
+0FC000F870000FC0003870000FC0003860000FC0001860000FC00018E0000FC0001CE000
+0FC0001CC0000FC0000CC0000FC0000CC0000FC0000CC0000FC0000CC0000FC0000C0000
+0FC0000000000FC0000000000FC0000000000FC0000000000FC0000000000FC000000000
+0FC0000000000FC0000000000FC0000000000FC0000000000FC0000000000FC000000000
+0FC0000000000FC0000000000FC0000000000FC0000000000FC0000000000FC000000000
+0FC0000000000FC0000000000FC0000000000FC0000000000FC0000000000FC000000000
+0FC0000000000FC0000000000FC0000000001FE00000001FFFFFE000001FFFFFE0002E2D
+7EAC33>84 D<00FF000007FFC0000F01F0001C00F8003F007C003F003E003F003E003F00
+3F001E001F0000001F0000001F0000001F0000001F000007FF00007FFF0001FE1F0007F0
+1F001FC01F003F801F007F001F007E001F00FE001F06FC001F06FC001F06FC001F06FC00
+3F06FE003F067E007F067F00EF8C1F83C7FC0FFF03F801FC01E01F207D9E23>97
+D<07C0000000FFC0000000FFC00000000FC000000007C000000007C000000007C0000000
+07C000000007C000000007C000000007C000000007C000000007C000000007C000000007
+C000000007C000000007C0FE000007C7FF800007CF03E00007DC01F00007F8007C0007F0
+007E0007E0003E0007C0001F0007C0001F8007C0001F8007C0000F8007C0000FC007C000
+0FC007C0000FC007C0000FC007C0000FC007C0000FC007C0000FC007C0000FC007C0000F
+C007C0001F8007C0001F8007C0001F0007C0003F0007E0003E0007F0007C0007B000F800
+07BC01F000070E07E0000607FF80000001FC0000222F7EAD27>I<001FE000007FFC0001
+F01E0003E0070007C01F800F801F801F001F803F001F803E000F007E0000007E0000007C
+000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC
+0000007E0000007E0000007E0000C03F0000C01F0001C01F8001800FC0038007E0070001
+F03E00007FF800001FC0001A207E9E1F>I<000000F80000001FF80000001FF800000001
+F800000000F800000000F800000000F800000000F800000000F800000000F800000000F8
+00000000F800000000F800000000F800000000F800000000F800000FE0F800007FF8F800
+01F81EF80003E007F80007C003F8000F8001F8001F0001F8003F0000F8003E0000F8007E
+0000F8007E0000F800FC0000F800FC0000F800FC0000F800FC0000F800FC0000F800FC00
+00F800FC0000F800FC0000F800FC0000F8007C0000F8007E0000F8007E0000F8003E0001
+F8001F0001F8001F8003F8000F8007F80003E00EFC0001F03CFFC0007FF0FFC0001FC0F8
+00222F7EAD27>I<001F800000FFF00003E0780007C03E000F801E001F001F001F000F80
+3E000F807E0007807E0007C07C0007C0FC0007C0FC0007C0FC0007C0FFFFFFC0FFFFFFC0
+FC000000FC000000FC000000FC000000FC0000007E0000007E0000003E0000C03F0000C0
+1F0001C00F8003800FC0030003E00F0001F03C00007FF800001FC0001A207E9E1F>I<00
+03F0000FFC003E1E007C3F00F83F01F03F01F03F03E00C03E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E000FFFFE0FFFFE003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00007F0007FFF807FFF80182F7FAE
+16>I<003F00F800FFC3FE03E1FF1E07807C1E0F807C0C1F003E001F003E003E001F003E
+001F003E001F003E001F003E001F003E001F003E001F001F003E001F003E000F807C0007
+8078000FE1F0000CFFC0001C3F00001C0000001C0000001C0000001E0000001F0000000F
+FFF8000FFFFF0007FFFFC00FFFFFF01E0007F83C0000F87800007CF800007CF000003CF0
+00003CF000003CF000003CF800007C7C0000F83E0001F01F0003E007E01F8001FFFE0000
+3FF0001F2D7E9D23>I<07C0000000FFC0000000FFC00000000FC000000007C000000007
+C000000007C000000007C000000007C000000007C000000007C000000007C000000007C0
+00000007C000000007C000000007C000000007C0FE000007C3FF800007C703E00007DE01
+F00007F801F00007F000F80007F000F80007E000F80007E000F80007C000F80007C000F8
+0007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F800
+07C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007
+C000F80007C000F8000FE001FC00FFFE1FFFC0FFFE1FFFC0222E7EAD27>I<07800FC01F
+E01FE01FE01FE00FC007800000000000000000000000000000000007C0FFC0FFC00FC007
+C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007
+C007C007C007C007C00FE0FFFCFFFC0E2E7EAD14>I<07C0FFC0FFC00FC007C007C007C0
+07C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C0
+07C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C007C0
+0FE0FFFEFFFE0F2E7EAD14>108 D<07C07F0007F000FFC3FFC03FFC00FFC783F0783F00
+0FCE01F8E01F8007DC00F9C00F8007F800FF800FC007F0007F0007C007E0007E0007C007
+E0007E0007C007C0007C0007C007C0007C0007C007C0007C0007C007C0007C0007C007C0
+007C0007C007C0007C0007C007C0007C0007C007C0007C0007C007C0007C0007C007C000
+7C0007C007C0007C0007C007C0007C0007C007C0007C0007C007C0007C0007C007C0007C
+0007C007C0007C0007C007C0007C0007C007C0007C0007C00FE000FE000FE0FFFE0FFFE0
+FFFEFFFE0FFFE0FFFE371E7E9D3C>I<07C0FE0000FFC3FF8000FFC703E0000FDE01F000
+07F801F00007F000F80007F000F80007E000F80007E000F80007C000F80007C000F80007
+C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C0
+00F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000
+F80007C000F8000FE001FC00FFFE1FFFC0FFFE1FFFC0221E7E9D27>I<001FE000007FF8
+0001F03E0003C00F00078007800F0003C01F0003E03E0001F03E0001F07C0000F87C0000
+F87C0000F8FC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000
+FCFC0000FC7C0000F87C0000F83E0001F03E0001F01F0003E01F0003E00F8007C007C00F
+8001F03E00007FF800001FE0001E207E9E23>I<07C0FE0000FFC7FF8000FFCF03E0000F
+DC01F00007F800FC0007F0007E0007E0003E0007C0003F0007C0001F8007C0001F8007C0
+001F8007C0000FC007C0000FC007C0000FC007C0000FC007C0000FC007C0000FC007C000
+0FC007C0000FC007C0001FC007C0001F8007C0001F8007C0003F0007C0003F0007E0007E
+0007F0007C0007F000F80007FC01F00007CE07E00007C7FF800007C1FC000007C0000000
+07C000000007C000000007C000000007C000000007C000000007C000000007C000000007
+C00000000FE0000000FFFE000000FFFE000000222B7E9D27>I<000FE01800007FF83800
+01F81C380003E00E780007C00778000F8003F8001F8001F8003F0001F8003F0001F8007E
+0000F8007E0000F800FE0000F800FC0000F800FC0000F800FC0000F800FC0000F800FC00
+00F800FC0000F800FC0000F800FC0000F8007E0000F8007E0000F8007E0000F8003F0001
+F8001F0001F8001F8003F8000FC007F80003E00EF80001F03CF800007FF0F800001FC0F8
+00000000F800000000F800000000F800000000F800000000F800000000F800000000F800
+000000F800000000F800000001FC0000001FFFC000001FFFC0222B7E9D25>I<0781F8FF
+87FEFF8E3F0F9C3F07B83F07B03F07F01E07E00007E00007E00007E00007C00007C00007
+C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007
+C00007C0000FE000FFFF00FFFF00181E7E9D1C>I<01FE1807FFB81E01F83C00F8780078
+F00038F00038F00018F00018F80018FC0018FF00007FF0003FFF001FFFC00FFFF001FFF8
+001FFC0001FCC0007EC0003EC0003EE0001EE0001EF0001EF0001EF8003CF8003CFC0078
+FF01F0E3FFC0C0FF0017207E9E1C>I<00600000600000600000600000E00000E00000E0
+0001E00003E00003E00007E0001FE000FFFFF0FFFFF003E00003E00003E00003E00003E0
+0003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E01803E0
+1803E01803E01803E01803E01803E01803E03801F03001F07000F860003FE0000F80152A
+7FA81B>I<07C000F800FFC01FF800FFC01FF8000FC001F80007C000F80007C000F80007
+C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C0
+00F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000
+F80007C000F80007C001F80007C001F80007C001F80007C003F80003E007F80003E00EFC
+0001F81CFFC0007FF8FFC0001FE0F800221F7E9D27>I<FFFC01FFC0FFFC01FFC00FE000
+7E0007E0007C0007E000380003E000300003E000700001F000600001F000600000F800C0
+0000F800C00000F800C000007C018000007C018000003E030000003E030000003F070000
+001F060000001F060000000F8C0000000F8C0000000FDC00000007D800000007D8000000
+03F000000003F000000003F000000001E000000001E000000000C00000221E7F9C25>I<
+FFFC3FFE07FFFFFC3FFE07FF0FE003F001F80FC003E000F007C001E000E007C001F000E0
+03E003F000C003E003F000C003E007F801C001F00678018001F00678018001F80E7C0380
+00F80C3C030000F80C3C0300007C181E0600007C181E0600007C181F0600003E300F0C00
+003E300F0C00003E300F8C00001F60079800001F60079800001F6007D800000FC003F000
+000FC003F000000FC003F00000078001E00000078001E00000078001E00000030000C000
+301E7F9C33>I<FFFC07FF80FFFC07FF800FF003FC0003F001F00001F001C00001F80380
+0000F8030000007C060000003E0E0000001F1C0000001FB80000000FB000000007E00000
+0003E000000001F000000003F800000007F8000000067C0000000C3E0000001C1F000000
+381F800000700F800000E007C00000E003E00003C003F00007C001F8001FE003FC00FFF0
+07FFC0FFF007FFC0221D7F9C25>I<FFFC01FFC0FFFC01FFC00FE0007E0007E0007C0007
+E000380003E000300003F000700001F000600001F000600000F800C00000F800C00000FC
+01C000007C018000007E038000003E030000003E030000001F060000001F060000001F8E
+0000000F8C0000000F8C00000007D800000007D800000003F000000003F000000003F000
+000001E000000001E000000000C000000000C00000000180000000018000000003800000
+00030000007803000000FC06000000FC06000000FC0C000000FC1C000000783800000070
+700000003FE00000000F80000000222B7F9C25>I E /Fp 44 122
+df<000F807E003FE07E007FE07E00FFE07E01FFE07E03F8607E03F0000003E0000007E0
+000007E0000007E0000007E0000007E0000007E0000007E0000007E0000007E00000FFFF
+E07EFFFFE07EFFFFE07EFFFFE07E07E0007E07E0007E07E0007E07E0007E07E0007E07E0
+007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0
+007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0
+007E07E0007E07E0007E1F2F7FAE26>12 D<000F8000003FE07E007FE07E00FFE07E01FF
+E07E03F8607E03F0007E03E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0
+007E07E0007E07E0007E07E0007EFFFFE07EFFFFE07EFFFFE07EFFFFE07E07E0007E07E0
+007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0
+007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0
+007E07E0007E07E0007E07E0007E07E0007E07E0007E07E0007E1F2F7FAE26>I<FCFCFC
+FCFCFC0606798514>46 D<FCFCFCFCFCFC000000000000000000000000000000000000FC
+FCFCFCFCFC061E799D14>58 D<00003F00000000007F80000000007F8000000000FFC000
+000000FFC000000000F7C000000001F7E000000001E7E000000003E7F000000003E3F000
+000003E3F000000007C3F800000007C3F80000000FC1FC0000000F81FC0000000F81FC00
+00001F80FE0000001F00FE0000001F007E0000003F007F0000003E007F0000007E003F80
+00007E003F8000007C003F800000FC001FC00000F8001FC00001F8001FE00001F8000FE0
+0001F0000FE00003FFFFFFF00003FFFFFFF00003FFFFFFF00007FFFFFFF80007C00003F8
+000FC00003FC000FC00001FC000F800001FC001F800000FE001F800000FE003F000000FF
+003F0000007F003E0000007F007E0000007F807E0000003F807C0000003F80FC0000001F
+C02A2E7EAD2F>65 D<FFFFFC0000FFFFFF8000FFFFFFF000FFFFFFF800FE000FFC00FE00
+01FE00FE00007F00FE00003F80FE00001F80FE00001FC0FE00000FC0FE00000FC0FE0000
+0FC0FE00000FC0FE00001F80FE00003F80FE00007F00FE0000FF00FE0003FE00FE007FF8
+00FFFFFFF000FFFFFFC000FFFFFFE000FFFFFFF800FFFFFFFE00FE0003FF00FE00007F80
+FE00003FC0FE00001FE0FE00000FE0FE000007F0FE000007F0FE000003F0FE000003F0FE
+000003F0FE000007F0FE000007E0FE00000FE0FE00001FE0FE00003FC0FE0000FF80FE00
+07FF00FFFFFFFE00FFFFFFF800FFFFFFE000FFFFFF0000242E7AAD2F>I<FFFFFE0000FF
+FFFFC000FFFFFFF000FFFFFFFC00FE0007FE00FE0000FF80FE00007FC0FE00001FC0FE00
+000FE0FE000007F0FE000003F8FE000003F8FE000001FCFE000001FCFE000000FCFE0000
+00FEFE000000FEFE0000007EFE0000007FFE0000007FFE0000007FFE0000007FFE000000
+7FFE0000007FFE0000007FFE0000007FFE0000007FFE0000007FFE0000007EFE000000FE
+FE000000FEFE000000FEFE000001FCFE000001FCFE000003F8FE000003F8FE000007F0FE
+00000FE0FE00001FE0FE00003FC0FE0000FF80FE0007FF00FFFFFFFC00FFFFFFF800FFFF
+FFC000FFFFFE0000282E7AAD33>68 D<FFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFE
+FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000
+FE000000FE000000FE000000FE000000FE000000FE000000FFFFFFF8FFFFFFF8FFFFFFF8
+FFFFFFF8FFFFFFF8FE000000FE000000FE000000FE000000FE000000FE000000FE000000
+FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF202E7AAD2A>I<FFFFFFFCFFFFFFFCFF
+FFFFFCFFFFFFFCFFFFFFFCFE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FF
+FFFFE0FFFFFFE0FFFFFFE0FFFFFFE0FFFFFFE0FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE0000001E2E7AAD28
+>I<00003FF8000001FFFF800007FFFFE0001FFFFFF8003FFFFFF800FFE00FF801FF8001
+F003FE00007003FC00001007F00000000FF00000001FE00000001FC00000003FC0000000
+3F800000003F800000007F000000007F000000007F00000000FE00000000FE00000000FE
+00000000FE00000000FE00000000FE00000000FE00000000FE0001FFF8FE0001FFF8FE00
+01FFF87F0001FFF87F0001FFF87F000001F83F800001F83F800001F83FC00001F81FC000
+01F81FE00001F80FF00001F807F00001F803FC0001F803FE0001F801FF8001F800FFE007
+F8003FFFFFF8001FFFFFF80007FFFFE00001FFFF8000003FF80025307CAE2F>I<FE0000
+03F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003
+F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8
+FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FFFFFFFFF8FFFFFFFFF8FF
+FFFFFFF8FFFFFFFFF8FFFFFFFFF8FE000003F8FE000003F8FE000003F8FE000003F8FE00
+0003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE0000
+03F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003
+F8FE000003F8FE000003F8252E7AAD32>I<FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE
+FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE072E7AAD14>I<FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FFFFFFF0FFFFFFF0FFFFFFF0FFFFFFF0FF
+FFFFF01C2E7AAD26>76 D<FF00000003FEFF80000007FEFF80000007FEFF80000007FEFF
+C000000FFEFDC000000F7EFDE000001F7EFDE000001F7EFCE000001E7EFCF000003E7EFC
+F000003E7EFCF000003E7EFC7800007C7EFC7800007C7EFC7C0000FC7EFC3C0000F87EFC
+3C0000F87EFC3E0001F87EFC1E0001F07EFC1F0003F07EFC1F0003F07EFC0F0003E07EFC
+0F8007E07EFC0F8007E07EFC078007C07EFC07C00FC07EFC07C00FC07EFC03E01F807EFC
+03E01F807EFC01E01F007EFC01F03F007EFC01F03F007EFC00F03E007EFC00F87E007EFC
+00F87E007EFC00787C007EFC007CFC007EFC003CF8007EFC003CF8007EFC003CF8007EFC
+001FF0007EFC001FF0007EFC000FE0007EFC000FE0007EFC000FE0007EFC000000007E2F
+2E79AD3E>I<FF800007E0FFC00007E0FFC00007E0FFE00007E0FFE00007E0FDF00007E0
+FDF00007E0FCF80007E0FCF80007E0FCFC0007E0FC7C0007E0FC7E0007E0FC3E0007E0FC
+3F0007E0FC1F0007E0FC1F8007E0FC0F8007E0FC0FC007E0FC0FC007E0FC07E007E0FC07
+E007E0FC03F007E0FC03F007E0FC01F807E0FC01F807E0FC00FC07E0FC00FC07E0FC007E
+07E0FC007E07E0FC003E07E0FC003F07E0FC001F07E0FC001F87E0FC000F87E0FC000FC7
+E0FC0007C7E0FC0007E7E0FC0003E7E0FC0003E7E0FC0001F7E0FC0001F7E0FC0000FFE0
+FC0000FFE0FC00007FE0FC00007FE0FC00003FE0232E79AD32>I<00007FC000000003FF
+F80000000FFFFE0000003FFFFF8000007FFFFFC00000FFC07FE00001FF001FF00003FC00
+07F80007F80003FC000FF00001FE000FE00000FE001FC000007F001FC000007F003F8000
+003F803F8000003F807F0000001FC07F0000001FC07F0000001FC07E0000000FC0FE0000
+000FE0FE0000000FE0FE0000000FE0FE0000000FE0FE0000000FE0FE0000000FE0FE0000
+000FE0FE0000000FE0FE0000000FE0FE0000000FE07F0000001FC07F0000001FC07F0000
+001FC07F8000003FC03F8000003F803F8000003F801FC000007F001FE00000FF000FE000
+00FE000FF00001FE0007F80003FC0003FC0007F80001FF001FF00000FFC07FE000007FFF
+FFC000003FFFFF8000000FFFFE00000003FFF8000000007FC000002B307CAE34>I<FFFF
+FC0000FFFFFF8000FFFFFFE000FFFFFFF800FE000FFC00FE0001FE00FE0000FF00FE0000
+7F00FE00003F80FE00001F80FE00001FC0FE00001FC0FE00000FC0FE00000FC0FE00000F
+C0FE00001FC0FE00001FC0FE00001F80FE00003F80FE00007F00FE0000FF00FE0001FE00
+FE000FFC00FFFFFFF800FFFFFFF000FFFFFFC000FFFFFF0000FE00000000FE00000000FE
+00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00
+000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE0000
+0000FE00000000FE00000000222E7AAD2D>I<FFFFFE0000FFFFFFC000FFFFFFF000FFFF
+FFFC00FE0007FE00FE0000FF00FE00003F80FE00001FC0FE00000FC0FE00000FE0FE0000
+07E0FE000007E0FE000007E0FE000007E0FE00000FE0FE00000FC0FE00001FC0FE00003F
+80FE0000FF80FE0007FF00FFFFFFFE00FFFFFFF800FFFFFFF000FFFFFFC000FFFFFF0000
+FE003F0000FE003F8000FE001FC000FE000FC000FE000FE000FE0007F000FE0007F000FE
+0003F800FE0001F800FE0001FC00FE0000FE00FE0000FE00FE00007F00FE00003F00FE00
+003F80FE00001FC0FE00001FC0FE00000FE0FE000007E0FE000007F0FE000003F8252E7A
+AD2E>82 D<000FFC00007FFF8001FFFFE003FFFFF807FFFFF80FF807F81FC000F03F8000
+303F0000103F0000007E0000007E0000007E0000007E0000007E0000007F0000003F8000
+003FC000003FF000001FFF00000FFFF00007FFFE0003FFFF0001FFFFC0007FFFE0000FFF
+F00000FFF800000FF8000003FC000001FC000000FC000000FE0000007E0000007E000000
+7E0000007E0000007E4000007E600000FC700000FCFC0001F8FF0007F8FFE01FF07FFFFF
+E01FFFFFC007FFFF0001FFFE00001FF0001F307DAE27>I<FFFFFFFFFFE0FFFFFFFFFFE0
+FFFFFFFFFFE0FFFFFFFFFFE0FFFFFFFFFFE000003F80000000003F80000000003F800000
+00003F80000000003F80000000003F80000000003F80000000003F80000000003F800000
+00003F80000000003F80000000003F80000000003F80000000003F80000000003F800000
+00003F80000000003F80000000003F80000000003F80000000003F80000000003F800000
+00003F80000000003F80000000003F80000000003F80000000003F80000000003F800000
+00003F80000000003F80000000003F80000000003F80000000003F80000000003F800000
+00003F80000000003F80000000003F80000000003F80000000003F80000000003F800000
+00003F80000000003F8000002B2E7EAD30>I<FE000007E0FE000007E0FE000007E0FE00
+0007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE0000
+07E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007
+E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0
+FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE000007E0FE
+000007E0FE000007E0FE000007E07F00000FC07F00000FC03F80001F803F80001F801FC0
+003F000FE0007F000FF001FE0003FC07FC0001FFFFF00000FFFFE000003FFF80000007FC
+0000232F7AAD30>I<FE00000003F07F00000007E07F00000007E07F80000007E03F8000
+000FC03F8000000FC01FC000001F801FC000001F801FE000001F800FE000003F000FE000
+003F0007F000007E0007F000007E0007F800007E0003F80000FC0003F80000FC0001FC00
+01F80001FC0001F80001FE0001F80000FE0003F00000FE0003F000007F0003E000007F00
+07E000007F8007E000003F800FC000003F800FC000001FC00F8000001FC01F8000001FC0
+1F8000000FE01F0000000FE03F00000007F03E00000007F07E00000003F07C00000003F8
+7C00000003F8FC00000001F8F800000001FCF800000000FCF000000000FDF000000000FD
+F0000000007FE0000000007FE0000000003FC0000000003FC0000000003FC000002C2E7F
+AD2F>I<00FF000007FFE0001FFFF0003FFFF8003FFFFC003F00FE0038007F0020003F00
+00003F0000001F8000001F8000001F8000001F8000001F8000001F80000FFF8000FFFF80
+07FFFF801FFFFF803FFC1F807FC01F80FE001F80FC001F80FC001F80FC003F80FC003F80
+FE007F807F83FF807FFFFF803FFFFF803FFF9F801FFE1F8007F0000019217D9F22>97
+D<FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC0000
+00FC000000FC000000FC000000FC000000FC000000FC000000FC07F000FC3FF800FCFFFE
+00FFFFFF00FFFFFF80FFC0FF80FF003FC0FE001FC0FC000FE0FC0007E0FC0007E0FC0007
+F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0007
+E0FC0007E0FC000FE0FE000FC0FE001FC0FF003F80FFC0FF80FFFFFF00FFFFFE00FCFFFC
+00FC7FF000000FC0001C2F7BAD24>I<001FF000007FFE0001FFFF8003FFFFC007FFFFC0
+0FF00FC01FC003801F8000803F0000003F0000007E0000007E0000007E000000FC000000
+FC000000FC000000FC000000FC000000FC000000FC000000FC0000007E0000007E000000
+7F0000003F0000003F8000401FC001C00FF00FC007FFFFC003FFFFC001FFFF80007FFE00
+001FF0001A217E9F1F>I<000003F0000003F0000003F0000003F0000003F0000003F000
+0003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F000
+7F03F001FFE3F003FFFBF007FFFFF00FFFFFF01FF03FF03FC00FF03F8007F07F0003F07E
+0003F07E0003F0FE0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC0003F0FC
+0003F0FC0003F0FE0003F07E0003F07E0003F07F0007F03F800FF03FC01FF01FF03FF00F
+FFFFF007FFFBF003FFF3F001FFC3F0007F00001C2F7EAD24>I<001F800000FFF00001FF
+F80007FFFC000FFFFE000FE07F001FC03F003F801F003F000F807E0007807E0007807C00
+07C0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0FFFFFFC0F8000000F8000000FC000000FC00
+00007C0000007E0000007E0000003F0000003F8000401FC001C00FF01FC007FFFFC003FF
+FFC001FFFF80007FFE00001FE0001A217E9F1F>I<0003F8000FFE003FFE007FFE00FFFE
+00FE0601F80001F00003F00003F00003F00003F00003F00003F00003F00003F00003F000
+FFFFE0FFFFE0FFFFE0FFFFE003F00003F00003F00003F00003F00003F00003F00003F000
+03F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F000
+03F00003F00003F00003F00003F00003F000172F7FAE16>I<003F007C00FFC7FC03FFFF
+FE07FFFFFE0FFFFFFE0FC0FC001F807E001F003E003E001F003E001F003E001F003E001F
+003E001F003E001F003E001F001F003E001F807E000FC0FC000FFFFC001FFFF8001FFFF0
+003EFFC0003E3F00003E0000003E0000003F0000003FFFF8001FFFFF001FFFFFC00FFFFF
+E03FFFFFF03FFFFFF87F000FF87E0001FCFC0000FCFC0000FCFC0000FCFC0000FCFE0001
+FC7F0003F83FE01FF01FFFFFE00FFFFFC007FFFF8001FFFE00003FF0001F2E7E9E23>I<
+FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000
+FC000000FC000000FC000000FC000000FC000000FC000000FC0FE000FC3FF800FCFFFC00
+FDFFFE00FFFFFF00FFC0FF00FF803F00FF003F80FE001F80FE001F80FE001F80FC001F80
+FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80
+FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80
+FC001F80192E7BAD24>I<FEFEFEFEFEFEFE000000000000000000007E7E7E7E7E7E7E7E
+7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E7E072F7CAE11>I<FC000000FC0000
+00FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC0000
+00FC000000FC000000FC000000FC000000FC000000FC003F80FC007F00FC00FE00FC01FC
+00FC03F800FC07F000FC0FE000FC1FC000FC3F8000FC7F0000FCFE0000FDFC0000FFFE00
+00FFFE0000FFFF0000FFDF8000FFDFC000FF8FC000FF07E000FE03F000FC03F000FC01F8
+00FC00FC00FC00FC00FC007E00FC003F00FC003F80FC001F80FC000FC0FC0007E01B2E7B
+AD22>107 D<FCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFC
+FCFCFCFCFCFCFCFCFCFCFCFCFCFCFCFC062E7BAD11>I<000FE000FC3FF800FCFFFC00FD
+FFFE00FFFFFF00FFC0FF00FF803F00FF003F80FE001F80FE001F80FE001F80FC001F80FC
+001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC
+001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC
+001F80191F7B9E24>110 D<001FE000007FF80001FFFE0003FFFF0007FFFF800FF03FC0
+1FC00FE01F8007E03F0003F03F0003F07E0001F87E0001F87C0000F8FC0000FCFC0000FC
+FC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FC7E0001F87E0001F87F0003F8
+3F0003F03F8007F01FC00FE00FF03FC007FFFF8003FFFF0001FFFE00007FF800001FE000
+1E217E9F23>I<0007F000FC3FF800FCFFFE00FFFFFF00FFFFFF80FFC0FF80FF003FC0FE
+001FC0FC000FE0FC000FE0FC0007E0FC0007F0FC0003F0FC0003F0FC0003F0FC0003F0FC
+0003F0FC0003F0FC0003F0FC0003F0FC0007E0FC0007E0FC000FE0FE000FC0FE001FC0FF
+007F80FFC1FF80FFFFFF00FFFFFE00FCFFFC00FC7FF000FC0FC000FC000000FC000000FC
+000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC
+0000001C2C7B9E24>I<000780F81F80F87F80F8FF80F9FF80FBF800FFE000FFC000FF80
+00FF0000FF0000FE0000FE0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC00
+00FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000111F7B9E18
+>114 D<01FF0007FFE01FFFF83FFFFC7FFFFC7F00FCFE0038FC0008FC0000FC0000FC00
+00FE00007F80007FFC003FFF801FFFE00FFFF003FFF800FFFC0007FC0001FE0000FE0000
+7E00007E00007E40007E7000FCFE01FCFFFFF8FFFFF87FFFF00FFFC001FF0017217E9F1B
+>I<07E00007E00007E00007E00007E00007E00007E00007E000FFFFF0FFFFF0FFFFF0FF
+FFF007E00007E00007E00007E00007E00007E00007E00007E00007E00007E00007E00007
+E00007E00007E00007E00007E00007E00007E00007E00007E00007F01003F07003FFF803
+FFF801FFF800FFE0007F0015277FA519>I<FC001F80FC001F80FC001F80FC001F80FC00
+1F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC00
+1F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC001F80FC00
+1F80FC003F80FC007F80FE01FF80FFFFFF807FFFFF807FFFDF803FFE1F800FF00000191F
+7B9D24>I<FC0000FC7E0000F87E0001F87E0001F83F0003F03F0003F03F8003F01F8007
+E01F8007E00FC00FC00FC00FC00FC00FC007E01F8007E01F8003F01F0003F03F0003F03F
+0001F83E0001F87E0000F87C0000FC7C0000FCFC00007CF800007CF800007CF800003EF0
+00003FF000001FE000001FE000001FE0001E1E7F9D21>I<FC001FC001F8FC003FC001F8
+7E003FC001F07E003FE003F07E003DE003F03F007DE003E03F0079F007E03F0079F007E0
+1F00F9F007C01F80F8F00FC01F80F8F80FC01F80F0F80FC00FC1F0F80F800FC1F0781F80
+0FC1F07C1F8007C1E07C1F0007E3E07C1F0007E3E03E3F0003E3E03E3E0003E3C03E3E00
+03E3C03E3E0003F7C01E7E0001F7801F7C0001F7801F7C0001F7800F7C0000F7800F7800
+00FF000FF80000FF0007F800007F0007F000007E0007F0002D1E7F9D30>I<7E0000FC3F
+0001FC1F8003F81FC007F00FE007E007F00FC003F01F8001F83F0000FC7F00007E7E0000
+3FFC00001FF800001FF000000FE0000007C000000FE000000FF000001FF800003EFC0000
+7C7E0000FC3F0001F81F8003F00F8003E00FC007E007E00FC003F01F8001F83F0001FC7F
+0000FEFE00007F201E809D21>I<FC0000FC7E0001F87E0001F87F0001F83F0003F03F80
+03F01F8007E01FC007E00FC007E00FC00FC007E00FC007E00F8007F01F8003F01F0003F0
+3F0001F83F0001F83E0000F83E0000FC7C00007C7C00007C7C00007C7800003EF800003E
+F000001EF000001EF000000FE000000FE0000007C0000007C0000007800000078000000F
+8000000F0000001F0000001E0000003E0000003E0000307C00003FF800003FF800003FF0
+00003FE000000FC000001E2C7F9D21>I E /Fq 11 58 df<70F8F8F87005057A8411>46
+D<01FC0007FF000F07801C01C03800E03800E07800F0700070700070F00078F00078F000
+78F00078F00078F00078F00078F00078F00078F00078F000787000707000707800F03800
+E03800E01C01C00F078007FF0001FC00151D7D9B1C>48 D<00600001E0000FE000FFE000
+F1E00001E00001E00001E00001E00001E00001E00001E00001E00001E00001E00001E000
+01E00001E00001E00001E00001E00001E00001E00001E00001E00001E0007FFF807FFF80
+111C7B9B1C>I<03FC000FFF003C0FC07003E07801F0FC00F0FC00F8FC00F8FC00787800
+780000F80000F00000F00001E00003C0000780000F00001C0000380000E00001C0180380
+180600180C00383FFFF07FFFF0FFFFF0FFFFF0151C7D9B1C>I<01FC000FFF801E07C030
+01E07C01F07C00F07E00F07C01F03801E00003E00007C0001F8003FE0003FC0000078000
+03C00001E00000F00000F83000F87800F8FC00F8FC00F8FC00F07801F07003E03C07C00F
+FF0003FC00151D7D9B1C>I<0001C00003C00007C0000FC0000FC0001BC00033C00073C0
+00E3C001C3C00383C00303C00603C00C03C01C03C03803C07003C0E003C0FFFFFEFFFFFE
+0003C00003C00003C00003C00003C00003C0007FFE007FFE171C7E9B1C>I<1C00E01FFF
+E01FFFC01FFF001FFC0018000018000018000018000018000018FC001BFF001F07C01C01
+E01801E01800F00000F00000F80000F87000F8F800F8F800F8F800F0F801F06001E07003
+C03C0F800FFF0003F800151D7D9B1C>I<003F8000FFC003C0E00700F00E01F01C01F038
+00E038000078000070000070FF00F3FF80F601C0F400E0F800F0F80070F00078F00078F0
+0078F000787000787000787800703800703800E01C01C00F038007FF0001FC00151D7D9B
+1C>I<6000007FFFF87FFFF87FFFF07FFFE0E000C0C000C0C00180C00300000600000C00
+00180000180000300000700000700000F00000E00001E00001E00001E00001E00003E000
+03E00003E00003E00003E00003E00001C000151D7C9B1C>I<01FC0007FF801E03C03800
+E03000707000707000707800707E00707F00E03FC1C01FF7800FFE0003FF0007FF800F7F
+E03C1FE07807F07001F8E000F8E00078E00038E00038E000307000703800E01E03C00FFF
+0001FC00151D7D9B1C>I<01FC0007FF000F07801C01C03800E07800E07000F0F00070F0
+0070F00078F00078F00078F000787000F87800F83801781C03780FFE7807F87800007000
+00F00000E03800E07C01C07C0380780700381E001FFC0007F000151D7D9B1C>I
+E /Fr 73 122 df<0001FE01F8000FFF8FFC003F03DF1E007803FC3F01F007F83F01E007
+F83F03E007F01E07C003F00C07C001F00007C001F00007C001F00007C001F00007C001F0
+0007C001F00007C001F00007C001F000FFFFFFFFE0FFFFFFFFE007C001F00007C001F000
+07C001F00007C001F00007C001F00007C001F00007C001F00007C001F00007C001F00007
+C001F00007C001F00007C001F00007C001F00007C001F00007C001F00007C001F00007C0
+01F00007C001F00007C001F00007C001F0000FE003F8007FFC1FFF807FFC1FFF8028297F
+A827>11 D<0000FF0000000FFFC000003F01E000007C00F00000F001F00001E001F00003
+E001F00007C001F00007C000E00007C000000007C000000007C000000007C000000007C0
+00000007C000000007C00FF800FFFFFFF800FFFFFFF80007C000F80007C000F80007C000
+F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F8
+0007C000F80007C000F80007C000F80007C000F80007C000F80007C000F80007C000F800
+07C000F80007C000F80007C000F8000FE001FC007FFC0FFF807FFC0FFF8021297FA826>
+I<0000FF003FC000000FFFC1FFF000003F01E7E07800007C00FF803C0000F001FE007C00
+01E003FC007C0003E003FC007C0007C001F8007C0007C001F800380007C000F800000007
+C000F800000007C000F800000007C000F800000007C000F800000007C000F800000007C0
+00F803FE00FFFFFFFFFFFE00FFFFFFFFFFFE0007C000F8003E0007C000F8003E0007C000
+F8003E0007C000F8003E0007C000F8003E0007C000F8003E0007C000F8003E0007C000F8
+003E0007C000F8003E0007C000F8003E0007C000F8003E0007C000F8003E0007C000F800
+3E0007C000F8003E0007C000F8003E0007C000F8003E0007C000F8003E0007C000F8003E
+0007C000F8003E0007C000F8003E000FE001FC007F007FFC0FFF83FFE07FFC0FFF83FFE0
+33297FA838>14 D<01E003E007E00FE00FC01F803E007C00F000E00040000B0B73A721>
+19 D<3803807C07C0FE0FE0FF0FF0FF0FF07F07F03B03B0030030030030030030060060
+0600600E00E00C00C018018038038070070020020014127EA721>34
+D<387CFEFFFF7F3B0303030606060C1838702008127BA713>39 D<0006000C0018003000
+6000E001C00380038007000F000E001E001E001C003C003C003C00780078007800780078
+00F800F000F000F000F000F000F000F000F000F000F000F000F800780078007800780078
+003C003C003C001C001E001E000E000F0007000380038001C000E0006000300018000C00
+060F3B7AAB1A>I<C0006000300018000C000E0007000380038001C001E000E000F000F0
+0070007800780078003C003C003C003C003C003E001E001E001E001E001E001E001E001E
+001E001E001E003E003C003C003C003C003C007800780078007000F000F000E001E001C0
+0380038007000E000C00180030006000C0000F3B7DAB1A>I<387CFEFFFF7F3B03030306
+06060C1838702008127B8613>44 D<FFFFFFFFFFFFFFFF10047F8E16>I<387CFEFEFE7C
+3807077B8613>I<003F800001FFF00003E0F80007803C000F001E001E000F003E000F80
+3E000F803C0007807C0007C07C0007C07C0007C07C0007C0FC0007E0FC0007E0FC0007E0
+FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0
+FC0007E0FC0007E07C0007C07C0007C07C0007C03E000F803E000F803E000F801F001F00
+0F001E0007803C0003E0F80001FFF000003F80001B277EA521>48
+D<00380000780001F8001FF800FEF800E0F80000F80000F80000F80000F80000F80000F8
+0000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F8
+0000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80001FC
+00FFFFF8FFFFF815267BA521>I<00FF000003FFE0000E03F0001800F80030007C006000
+7E0078003F00FC003F00FE001F80FE001F80FE001F80FE001F807C001F8000001F800000
+1F0000003F0000003E0000007E0000007C000000F8000001F0000003E0000003C0000007
+8000000E0000001C0000003800000070018000E001800180018003000300060003000C00
+03001FFFFF003FFFFF007FFFFE00FFFFFE00FFFFFE0019267DA521>I<00FF000003FFE0
+000F01F8001C007C0030007E003C003E007E003F007E003F007E003F007E003F003C003F
+0000003E0000007E0000007C000000F8000001F0000007E00001FF800001FF00000001E0
+000000F00000007C0000003E0000003F0000001F0000001F8000001F8038001F807C001F
+80FE001F80FE001F80FE001F00FC003F0078003E0070007C003800F8001F01F00007FFC0
+0000FF000019277DA521>I<0000380000003800000078000000F8000001F8000001F800
+0003F8000007F8000006F800000CF800001CF8000018F8000030F8000070F8000060F800
+00C0F80001C0F8000180F8000300F8000700F8000E00F8000C00F8001C00F8003800F800
+3000F8006000F800E000F800FFFFFFE0FFFFFFE00000F8000000F8000000F8000000F800
+0000F8000000F8000000F8000001FC00003FFFE0003FFFE01B277EA621>I<18000C001F
+007C001FFFF8001FFFF0001FFFE0001FFF800019FC000018000000180000001800000018
+000000180000001800000018000000187F000019FFE0001F81F0001E0078001C003C0018
+003E0000003E0000001F0000001F0000001F8000001F8030001F807C001F80FC001F80FC
+001F80FC001F80FC001F00F0001F0060003E0070003E0030007C001C00F8000F03E00003
+FFC00000FE000019277DA521>I<000FE000003FF80000F81C0001E0060003C01F000780
+3F000F003F001F003F001E003F003E001E003E0000007C0000007C0000007C0400007C3F
+C000FCFFF000FDC07800FF003C00FF003E00FE001E00FE001F00FE001F00FC001F80FC00
+1F80FC001F80FC001F807C001F807C001F807C001F807C001F803C001F003E001F001E00
+1E001E003E000F003C000780780003C1F00001FFC000007F000019277DA521>I<300000
+003C0000003FFFFFE03FFFFFE03FFFFFC07FFFFF807FFFFF807000070060000E0060000C
+00C0001C00C0003800C00070000000E0000000C0000001C0000003800000038000000700
+00000F0000000E0000001E0000001E0000001E0000003E0000003C0000003C0000007C00
+00007C0000007C0000007C000000FC000000FC000000FC000000FC000000FC000000FC00
+0000FC000000FC0000007800001B287DA621>I<007F000003FFE0000781F8000E007C00
+1C001E0038001E0038000F0078000F0078000F0078000F007C000F007E001E003F801E00
+3FE03C001FF078000FFCF00007FFC00003FF800000FFE00001FFF000079FFC000F07FE00
+1E03FE003C00FF0078003F0078001F80F0000F80F0000F80F0000780F0000780F0000780
+F00007007800070078000E003C001C001E0038000F80F00003FFE000007F000019277DA5
+21>I<007F000001FFC00007C1E0000F0070001E0078003E003C003C003E007C001E007C
+001E00FC001F00FC001F00FC001F00FC001F00FC001F80FC001F80FC001F80FC001F807C
+003F807C003F803C003F803E007F801E007F800F01DF8007FF9F8001FE1F8000101F0000
+001F0000001F0000003E003C003E007E003C007E003C007E0078007E00F0007C00E00030
+03C0001C0780000FFF000003F8000019277DA521>I<387CFEFEFE7C3800000000000000
+00000000387CFEFEFE7C3807197B9813>I<00000E00000000000E00000000001F000000
+00001F00000000001F00000000003F80000000003F80000000003F80000000006FC00000
+00006FC000000000EFE000000000C7E000000000C7E00000000183F00000000183F00000
+000183F00000000301F80000000301F80000000601FC0000000600FC0000000600FC0000
+000C007E0000000C007E0000001C007F00000018003F00000018003F00000030003F8000
+003FFFFF8000003FFFFF80000060000FC0000060000FC00000E0000FE00000C00007E000
+00C00007E00001800003F00001800003F00003800003F80003800001F80007800001F800
+1FC00003FC00FFF8003FFFE0FFF8003FFFE02B2A7EA931>65 D<FFFFFFE000FFFFFFFC00
+07F0003F0003F0000FC003F00007E003F00003E003F00001F003F00001F803F00001F803
+F00001F803F00001F803F00001F803F00001F803F00003F003F00003E003F00007E003F0
+001FC003F0007F0003FFFFFC0003FFFFFE0003F0003F8003F00007E003F00003F003F000
+01F803F00000FC03F00000FC03F000007E03F000007E03F000007E03F000007E03F00000
+7E03F000007E03F00000FC03F00000FC03F00001F803F00003F003F00007E007F0003FC0
+FFFFFFFF00FFFFFFF80027287EA72E>I<00007FC0020003FFF806000FE01E0E003F0007
+0E007C00019E01F00000FE03E000007E07C000003E078000003E0F8000001E1F0000001E
+3F0000000E3E0000000E3E0000000E7E000000067E000000067C00000006FC00000000FC
+00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC000000007C00
+0000007E000000067E000000063E000000063E000000063F0000000C1F0000000C0F8000
+000C078000001807C000003803E000003001F0000060007C0001C0003F000380000FE01E
+000003FFF80000007FC000272A7DA82F>I<FFFFFFF00000FFFFFFFE000007F0003F8000
+03F00007C00003F00001F00003F00000F80003F000007C0003F000003E0003F000003E00
+03F000001F0003F000000F8003F000000F8003F000000F8003F0000007C003F0000007C0
+03F0000007C003F0000007E003F0000007E003F0000007E003F0000007E003F0000007E0
+03F0000007E003F0000007E003F0000007E003F0000007E003F0000007C003F0000007C0
+03F000000FC003F000000F8003F000000F8003F000001F0003F000001F0003F000003E00
+03F000007C0003F00000F80003F00001F00003F00007E00007F0003F8000FFFFFFFE0000
+FFFFFFF000002B287EA732>I<FFFFFFFFF0FFFFFFFFF007F00007F003F00000F803F000
+007803F000003803F000003803F000001803F000001803F000001803F000000C03F00060
+0C03F000600C03F000600003F000600003F000E00003F000E00003F003E00003FFFFE000
+03FFFFE00003F003E00003F000E00003F000E00003F000600003F000600003F000600603
+F000600603F000000C03F000000C03F000000C03F000000C03F000001C03F000001803F0
+00003803F000003803F000007803F00001F807F00007F0FFFFFFFFF0FFFFFFFFF027287E
+A72D>I<FFFFFFFFC0FFFFFFFFC007F0001FC003F00003E003F00001E003F00000E003F0
+0000E003F000006003F000006003F000006003F000003003F000003003F000C03003F000
+C00003F000C00003F000C00003F001C00003F001C00003F007C00003FFFFC00003FFFFC0
+0003F007C00003F001C00003F001C00003F000C00003F000C00003F000C00003F000C000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000007F8000000FFFFE00000FFFFE0000024287EA72B>I<FFFFC07FFF
+E0FFFFC07FFFE007F80003FC0003F00001F80003F00001F80003F00001F80003F00001F8
+0003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F8
+0003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003FFFFFFF8
+0003FFFFFFF80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F8
+0003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F8
+0003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F8
+0007F80003FC00FFFFC07FFFE0FFFFC07FFFE02B287EA731>72 D<FFFFC0FFFFC007F800
+03F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F000
+03F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F000
+03F00003F00003F00003F00003F00003F00003F00003F00003F00003F00007F800FFFFC0
+FFFFC012287EA718>I<00FFFFC000FFFFC00001FE000000FC000000FC000000FC000000
+FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000
+FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000
+FC000000FC000000FC000000FC000000FC000000FC003800FC00FE00FC00FE00FC00FE00
+FC00FE01FC00FC01F8007803F0007003E0003C0FC0000FFF000003FC00001A297EA722>
+I<FFFFC001FFF0FFFFC001FFF007F800007F8003F000007C0003F00000780003F00000E0
+0003F00001C00003F00003800003F00007000003F0001E000003F00038000003F0007000
+0003F000E0000003F001C0000003F00380000003F00F00000003F01F00000003F03F8000
+0003F07FC0000003F0EFE0000003F1CFE0000003F787F0000003FE03F8000003FC01FC00
+0003F801FC000003F000FE000003F0007F000003F0003F800003F0003F800003F0001FC0
+0003F0000FE00003F00007F00003F00007F00003F00003F80003F00001FC0003F00000FE
+0003F00000FF0007F80001FF80FFFFC007FFF8FFFFC007FFF82D287EA733>I<FFFFE000
+00FFFFE0000007F800000003F000000003F000000003F000000003F000000003F0000000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000003F000000003F000000003F000000003F000000003F000000003F0
+00000003F000000003F000000003F00000C003F00000C003F00000C003F00001C003F000
+018003F000018003F000018003F000038003F000038003F000078003F0000F8003F0003F
+0007F000FF00FFFFFFFF00FFFFFFFF0022287EA729>I<FFF0000000FFF0FFF8000001FF
+F007F8000001FE0003F8000001FC00037C0000037C00037C0000037C00033E0000067C00
+033E0000067C00031F00000C7C00031F00000C7C00031F00000C7C00030F8000187C0003
+0F8000187C000307C000307C000307C000307C000307C000307C000303E000607C000303
+E000607C000301F000C07C000301F000C07C000301F000C07C000300F801807C000300F8
+01807C0003007C03007C0003007C03007C0003003E06007C0003003E06007C0003003E06
+007C0003001F0C007C0003001F0C007C0003000F98007C0003000F98007C0003000F9800
+7C00030007F0007C00030007F0007C00030003E0007C00078003E0007C000FC003E000FE
+00FFFC01C01FFFF0FFFC01C01FFFF034287DA73C>I<FFF00007FFE0FFF80007FFE003FC
+00007E0003FE00003C0003FE00001800037F00001800033F80001800031FC0001800031F
+C0001800030FE00018000307F00018000303F80018000303F80018000301FC0018000300
+FE00180003007F00180003007F00180003003F80180003001FC0180003000FE018000300
+0FF01800030007F01800030003F81800030001FC1800030000FE1800030000FE18000300
+007F18000300003F98000300001FD8000300001FD8000300000FF80003000007F8000300
+0003F80003000003F80003000001F80003000000F8000780000078000FC000007800FFFC
+00003800FFFC000018002B287EA731>I<00007FC000000003FFF80000001FC07F000000
+3E000F800000F80003E00001F00001F00003E00000F80007C000007C000F8000003E000F
+8000003E001F0000001F003F0000001F803E0000000F807E0000000FC07E0000000FC07C
+00000007C07C00000007C0FC00000007E0FC00000007E0FC00000007E0FC00000007E0FC
+00000007E0FC00000007E0FC00000007E0FC00000007E0FC00000007E07E0000000FC07E
+0000000FC07E0000000FC03F0000001F803F0000001F801F0000001F001F8000003F000F
+C000007E0007C000007C0003E00000F80001F00001F00000FC0007E000003E000F800000
+1FC07F00000007FFFC000000007FC000002B2A7DA833>I<FFFFFFE000FFFFFFFC0007F0
+003F0003F0000FC003F00003E003F00001F003F00001F803F00000F803F00000FC03F000
+00FC03F00000FC03F00000FC03F00000FC03F00000FC03F00000F803F00001F803F00001
+F003F00003E003F0000FC003F0003F0003FFFFFC0003FFFFE00003F000000003F0000000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000003F000000003F000000003F000000003F000000007F8000000FFFF
+C00000FFFFC0000026287EA72D>I<00007FC000000003FFF80000001FC07F0000003E00
+0F800000F80003E00001F00001F00003E00000F80007C000007C000F8000003E000F8000
+003E001F0000001F003F0000001F803E0000000F807E0000000FC07E0000000FC07E0000
+000FC07C00000007C0FC00000007E0FC00000007E0FC00000007E0FC00000007E0FC0000
+0007E0FC00000007E0FC00000007E0FC00000007E0FC00000007E07C00000007C07E0000
+000FC07E0000000FC03E0000000F803F0000001F801F0000001F001F801F003F000F803F
+C03E0007C070E07C0003E0E060F80001F0C071F00000F8C03BE000003EE03F8000001FF0
+7F00000007FFFC006000007FDC00600000001E00600000000F00E00000000F01E0000000
+0F83C00000000FFFC000000007FFC000000007FF8000000003FF0000000001FE00000000
+0078002B347DA833>I<FFFFFF800000FFFFFFF0000007F000FC000003F0003F000003F0
+000F800003F00007C00003F00007E00003F00003E00003F00003F00003F00003F00003F0
+0003F00003F00003F00003F00003F00003F00003E00003F00007E00003F00007C00003F0
+000F800003F0003F000003F000FC000003FFFFF0000003FFFFF0000003F001FC000003F0
+007F000003F0003F800003F0001F800003F0001FC00003F0000FC00003F0000FC00003F0
+000FC00003F0000FC00003F0000FC00003F0000FC00003F0000FC00003F0000FC03003F0
+000FC03003F0000FC03003F00007E07007F80007E060FFFFC003F0E0FFFFC000FFC00000
+00003F002C297EA730>I<007F802003FFF060078078E00E000EE01C0007E0380003E078
+0001E0700000E0F00000E0F00000E0F0000060F0000060F8000060F80000007C0000007F
+0000003FE000003FFF00001FFFF0000FFFFC0003FFFF0000FFFF80000FFFC00000FFE000
+000FF0000003F0000001F0000000F8000000F8C0000078C0000078C0000078C0000078E0
+000070E0000070F00000F0F80000E0FC0001C0EF000780E3E01F00C0FFFC00801FF0001D
+2A7DA825>I<7FFFFFFFFF007FFFFFFFFF007E003F003F0078003F000F0070003F000700
+60003F00030060003F000300E0003F000380C0003F000180C0003F000180C0003F000180
+C0003F000180C0003F00018000003F00000000003F00000000003F00000000003F000000
+00003F00000000003F00000000003F00000000003F00000000003F00000000003F000000
+00003F00000000003F00000000003F00000000003F00000000003F00000000003F000000
+00003F00000000003F00000000003F00000000003F00000000003F00000000003F000000
+00003F00000000003F00000000007F800000003FFFFF0000003FFFFF000029287EA72F>
+I<FFFF8000FFF8FFFF8000FFF807F800001FC003F000000F0003F000000E0001F800000E
+0001F800000C0001FC00001C0000FC0000180000FC00001800007E00003000007E000030
+00007F00007000003F00006000003F80006000001F8000C000001F8000C000000FC00180
+00000FC0018000000FE00380000007E00300000007F00300000003F00600000003F00600
+000003F80E00000001F80C00000001FC1C00000000FC1800000000FC18000000007E3000
+0000007E30000000007F70000000003F60000000003FE0000000001FC0000000001FC000
+0000000F80000000000F80000000000F8000000000070000000000070000002D297FA731
+>86 D<FFFF00FFFF003FFEFFFF00FFFF003FFE0FF8000FF80007F007F00007F00003E003
+F00007F00001C003F00003F000018003F00003F000018001F80003F800030001F80003F8
+00030001F80003F800030000FC0006FC00060000FC0006FC00060000FE0006FC000E0000
+7E000C7E000C00007E000C7E000C00007F000C7F001C00003F00183F001800003F00183F
+001800001F80383F803000001F80301F803000001F80301F803000000FC0701FC0600000
+0FC0600FC06000000FC0600FC060000007E0C007E0C0000007E0C007E0C0000007F0C007
+E0C0000003F18003F180000003F18003F180000003F98003F380000001FB0001FB000000
+01FB0001FB00000001FF0001FF00000000FE0000FE00000000FE0000FE000000007E0000
+FC000000007C00007C000000007C00007C00000000380000380000000038000038000000
+003800003800003F297FA743>I<FFFF80007FF8FFFF80007FF807FC00001FC003F80000
+0F0001FC00000E0001FC00001C0000FE00001800007F00003800007F00007000003F8000
+6000001FC000E000001FC000C000000FE00180000007F00380000007F80300000003F806
+00000001FC0E00000000FE0C00000000FE18000000007F38000000003FB0000000003FE0
+000000001FE0000000000FC0000000000FC0000000000FC0000000000FC0000000000FC0
+000000000FC0000000000FC0000000000FC0000000000FC0000000000FC0000000000FC0
+000000000FC0000000000FC0000000000FC0000000001FE000000003FFFF00000003FFFF
+00002D287FA731>89 D<FFC0FFC0FFC0E000E000E000E000E000E000E000E000E000E000
+E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000
+E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000
+E000E000E000E000E000E000E000FFC0FFC0FFC00A3B7AAB13>91
+D<0400400E00E01C01C0180180300300700700600600600600C00C00C00C00C00C00DC0D
+C0FE0FE0FF0FF0FF0FF07F07F03E03E01C01C0141277A721>I<FFC0FFC0FFC001C001C0
+01C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C0
+01C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C0
+01C001C001C001C001C001C001C001C001C001C001C001C001C001C001C0FFC0FFC0FFC0
+0A3B7FAB13>I<0100038007C00FE01EF03C78701CE00EC0060F0978A721>I<00FE000007
+FFC0000F03E0001C00F0003E0078003F007C003F003C003F003E001E003E0000003E0000
+003E0000003E00003FFE0001FFFE0007F03E001FC03E003F003E007E003E007E003E00FC
+003E18FC003E18FC003E18FC007E187E007E187E00DF383F838FF00FFE0FE003F807C01D
+1C7E9A21>97 D<0F800000FF800000FF8000001F8000000F8000000F8000000F8000000F
+8000000F8000000F8000000F8000000F8000000F8000000F8000000F81FC000F8FFF000F
+BC0FC00FF003E00FC001F00F8000F00F8000F80F8000FC0F80007C0F80007C0F80007E0F
+80007E0F80007E0F80007E0F80007E0F80007E0F80007E0F80007C0F80007C0F8000FC0F
+8000F80FC001F00FC001E00F7003C00E3C0F800C0FFF000003F8001F297EA725>I<003F
+C000FFF803E03C07C00E0F801F1F003F3E003F3E003F7E001E7C00007C0000FC0000FC00
+00FC0000FC0000FC0000FC0000FC00007C00007E00007E00033E00031F00060F800607C0
+0C03F03800FFE0003F80181C7E9A1E>I<000003E000003FE000003FE0000007E0000003
+E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003
+E0003F83E001FFE3E003E03BE007800FE00F0007E01F0003E03E0003E07E0003E07C0003
+E07C0003E0FC0003E0FC0003E0FC0003E0FC0003E0FC0003E0FC0003E0FC0003E07C0003
+E07C0003E07E0003E03E0003E01E0007E01F000FE00F801FF003E073FE01FFE3FE007F03
+E01F297EA725>I<003F0001FFE003E1F00F80F81F007C1F003E3E003E7E001E7E001F7C
+001FFC001FFC001FFFFFFFFFFFFFFC0000FC0000FC0000FC00007C00007E00007E00033E
+00031F00070F800E07C01C03E07800FFE0003F80181C7E9A1E>I<0007E0003FF0007C78
+00F0FC01E0FC03E0FC03C07807C03007C00007C00007C00007C00007C00007C00007C000
+07C000FFFF80FFFF8007C00007C00007C00007C00007C00007C00007C00007C00007C000
+07C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C0000FE000
+7FFE007FFE0016297FA815>I<007E03E001FF9FF007C3FCF00F00F0F01F00F8001E0078
+003E007C003E007C003E007C003E007C003E007C003E007C001E0078001F00F8000F00F0
+000FC3E0000DFF80001C7E00001C0000001C0000001C0000001E0000000FFFF0000FFFFC
+0007FFFF001FFFFF803E001FC0780007C0780003E0F00001E0F00001E0F00001E0F00001
+E0780003C07C0007C03E000F800FC07E0003FFF800007FC0001C277E9921>I<0F800000
+FF800000FF8000001F8000000F8000000F8000000F8000000F8000000F8000000F800000
+0F8000000F8000000F8000000F8000000F81FC000F8FFF000F9C0F800FB007C00FE007C0
+0FC003E00FC003E00FC003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E0
+0F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E0
+1FC007F0FFF83FFEFFF83FFE1F287EA725>I<0E003F803F803F803F803F800E00000000
+00000000000000000000000780FF80FF801F800F800F800F800F800F800F800F800F800F
+800F800F800F800F800F800F800F800F800F800F801F80FFF8FFF80D287EA713>I<000E
+00003F80003F80003F80003F80003F80000E000000000000000000000000000000000000
+00000000000F8001FF8001FF80001F80000F80000F80000F80000F80000F80000F80000F
+80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F
+80000F80000F80000F80000F80000F80000F80000F80780F80FC0F80FC1F00FC1F00FC3E
+00707C003FF8000FE000113483A715>I<0F800000FF800000FF8000001F8000000F8000
+000F8000000F8000000F8000000F8000000F8000000F8000000F8000000F8000000F8000
+000F8000000F803FF80F803FF80F801FC00F801F000F803C000F8078000F80E0000F81C0
+000F8380000F8F00000F9F80000FBF80000FF7C0000FC3E0000F81F0000F81F8000F80F8
+000F807C000F803E000F803F000F801F800F800FC01FC00FE0FFF83FFCFFF83FFC1E287E
+A723>I<0F80FF80FF801F800F800F800F800F800F800F800F800F800F800F800F800F80
+0F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F80
+0F800F800F801FC0FFF8FFF80D287EA713>I<0F81FC007F0000FF8FFF03FFC000FF9C0F
+8703E0001FB007CC01F0000FE007D801F0000FC003F000F8000FC003F000F8000FC003F0
+00F8000F8003E000F8000F8003E000F8000F8003E000F8000F8003E000F8000F8003E000
+F8000F8003E000F8000F8003E000F8000F8003E000F8000F8003E000F8000F8003E000F8
+000F8003E000F8000F8003E000F8000F8003E000F8000F8003E000F8000F8003E000F800
+1FC007F001FC00FFF83FFE0FFF80FFF83FFE0FFF80311A7E9937>I<0F81FC00FF8FFF00
+FF9C0F801FB007C00FE007C00FC003E00FC003E00FC003E00F8003E00F8003E00F8003E0
+0F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E0
+0F8003E00F8003E00F8003E01FC007F0FFF83FFEFFF83FFE1F1A7E9925>I<003F800000
+FFE00003E0F80007803C000F001E001E000F003E000F803E000F807C0007C07C0007C07C
+0007C0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E07C0007C07C
+0007C07E000FC03E000F801E000F001F001F000F803E0003E0F80001FFF000003F80001B
+1C7E9A21>I<0F81FC00FF8FFF00FFBC0FC01FF007E00FC003F00F8001F00F8001F80F80
+00FC0F8000FC0F80007C0F80007E0F80007E0F80007E0F80007E0F80007E0F80007E0F80
+007E0F80007C0F8000FC0F8000FC0F8001F80FC001F00FC003E00FF007C00FBC1F800F8F
+FF000F83F8000F8000000F8000000F8000000F8000000F8000000F8000000F8000001FC0
+0000FFF80000FFF800001F257E9925>I<003F806001FFE0E003F070E007C019E00F800D
+E01F0007E03F0007E07E0003E07E0003E07C0003E0FC0003E0FC0003E0FC0003E0FC0003
+E0FC0003E0FC0003E0FC0003E07C0003E07E0003E07E0003E03F0003E01F0007E01F800F
+E00FC01BE003E073E001FFE3E0007F03E0000003E0000003E0000003E0000003E0000003
+E0000003E0000003E0000007F000003FFE00003FFE1F257E9923>I<0F07C0FF1FF0FF38
+F81F71F80F61F80FC1F80FC0F00FC0000F80000F80000F80000F80000F80000F80000F80
+000F80000F80000F80000F80000F80000F80000F80000F80001FC000FFFC00FFFC00151A
+7E991A>I<03F8400FFEC03C07C07803C07001C0F000C0F000C0F000C0F800C0FC00007F
+C0007FFC003FFF001FFF8007FFC000FFE00007E0C003F0C001F0C000F0E000F0E000F0F0
+00E0F001E0F801C0EE0780C7FF0081FC00141C7E9A1A>I<00C00000C00000C00000C000
+01C00001C00001C00003C00007C0000FC0001FC000FFFFE0FFFFE007C00007C00007C000
+07C00007C00007C00007C00007C00007C00007C00007C00007C00007C03007C03007C030
+07C03007C03007C03007C03003E06003E06001F0C000FF80003F0014257FA31A>I<0F80
+03E0FF803FE0FF803FE01F8007E00F8003E00F8003E00F8003E00F8003E00F8003E00F80
+03E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F8003E00F80
+03E00F8003E00F8007E00F8007E007800FE007C01BF003E073FE01FFE3FE007F83E01F1B
+7E9925>I<FFF807FEFFF807FE0FE001F00FC001E007C001C007E001C003E0018003F003
+8001F0030001F0030000F8060000F80600007C0C00007C0C00007E1C00003E1800003E18
+00001F3000001F3000000FE000000FE000000FE0000007C0000007C00000038000000380
+001F1A7F9823>I<FFF8FFF07FE0FFF8FFF07FE01FC01FC01F800FC00F800E000FC00F80
+0E0007C00F800C0007C01FC00C0003E01BC0180003E01BE0180003E03BE0180001F031E0
+300001F031F0300001F860F0700000F860F0600000F860F8600000FCC078E000007CC07C
+C000007DC07CC000003F803D8000003F803F8000003F001F8000001F001F0000001F001F
+0000001E000F0000000E000E0000000E000E00002B1A7F982F>I<FFF81FFCFFF81FFC0F
+F00FE007E00F8003F00F0001F80E0000F81C00007C3800003E7000003FE000001FC00000
+0FC0000007C0000007E000000FF000001DF8000038FC0000707E0000E03E0001C01F0003
+C00F8007C00FC01FC00FE0FFE01FFEFFE01FFE1F197F9823>I<FFF807FEFFF807FE0FE0
+01F00FC001E007C001C003E001C003E0018003F0038001F0030001F8070000F8060000FC
+0600007C0C00007C0C00003E1800003E1800001F3000001F3000001FF000000FE000000F
+E0000007C0000007C000000380000003800000030000000300000006000030060000780E
+0000FC0C0000FC1C0000FC180000F830000070E000003FC000001F0000001F257F9823>
+I E /Fs 71 123 df<00000007F8003E000000001FFF00FF800000007E0783E3C0000000
+F803C7C1E0000001F00FC787E0000003E00FCF87E0000003E00FCF87E0000007C00F9F07
+C0000007C0071F0380000007C0001F000000000F80001F000000000F80003E000000000F
+80003E000000000F80003E000000001F80003E000000001F00007E000000001F00007C00
+0000001F00007C000000001F00007C000000003F00007C000000003E00007C0000001FFF
+FFFFFFF800001FFFFFFFFFF800001FFFFFFFFFF80000007E0000F8000000007C0000F800
+0000007C0001F8000000007C0001F0000000007C0001F000000000FC0001F000000000F8
+0001F000000000F80003F000000000F80003E000000000F80003E000000001F80003E000
+000001F00003E000000001F00007E000000001F00007C000000001F00007C000000001F0
+0007C000000003F00007C000000003E0000FC000000003E0000F8000000003E0000F8000
+000003E0000F8000000007E0000F8000000007C0001F8000000007C0001F0000000007C0
+001F000000000FC0001F000000000FC0001F000000000F80003F000000000F80003E0000
+00000F80003E000000001F80003E000000001F00007E000000001F00007C000000001F00
+007C000000003E00007C000000003E0000F8000000383E1C00F80000007E3C3F00F00000
+007E3C3F01F0000000FE787F03E0000000FC787E03C0000000F8F03C078000000078E03C
+1F000000003FC01FFC000000000F0003F0000000003B4582B42F>11
+D<00000003FF800000001FFFF00000003F00F8000000F8003C000001F0003E000003E000
+7E000003E000FE000007C000FE000007C000FC000007C0003800000F80000000000F8000
+0000000F80000000001F80000000001F00000000001F00000000001F00000000001F0000
+0000001F00000000003F00000000003E000000001FFFFFFFE0001FFFFFFFE0001FFFFFFF
+C000007E0007C000007C0007C000007C000FC000007C000F8000007C000F800000FC000F
+800000F8001F800000F8001F000000F8001F000000F8001F000001F8003F000001F0003E
+000001F0003E000001F0003E000001F0007E000003F0007C000003E0007C000003E0007C
+180003E000FC1C0003E000F83C0007E000F8380007C000F8380007C000F8780007C000F8
+700007C000F070000FC000F0F0000F8000F8E0000F800079E0000F80003FC0001F80000F
+00001F80000000001F00000000001F00000000001F00000000003E00000000003E000000
+00383E000000007E3C000000007E7C00000000FE7800000000FC7800000000F8F0000000
+0079E0000000003FC0000000000F00000000002F4582B42B>I<3800F800FC00FC007E00
+3E003F001F000F800F80078003C003C001C000800A0F6AB327>18
+D<000E001F003F007E00FC01F803F007E00F801F003E007C00F800F000100E67B327>I<
+03800FE01FE01FE01FE01FE01FE00760006000E000C000C001C001800380070006000E00
+1C0038007000E000C0000B176FB318>39 D<00000060000001E0000003C0000007000000
+0E0000001C0000003C00000078000000F0000001E0000003C0000007C00000078000000F
+0000001F0000001E0000003C0000007C00000078000000F8000000F0000001F0000001E0
+000003E0000003C0000007C0000007C00000078000000F8000000F8000000F0000001F00
+00001F0000001E0000003E0000003E0000003E0000003C0000007C0000007C0000007C00
+00007800000078000000F8000000F8000000F8000000F0000000F0000000F0000000F000
+0000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F000
+0000F0000000F000000070000000780000007800000038000000380000003C0000001C00
+00001C0000000E0000000E0000000700000003800000018000001B4A75B71F>I<000030
+00000038000000380000001C0000000E0000000E0000000F000000070000000780000007
+8000000380000003C0000003C0000003C0000003C0000001C0000001E0000001E0000001
+E0000001E0000001E0000001E0000001E0000001E0000003E0000003E0000003E0000003
+E0000003C0000003C0000003C0000007C0000007C0000007C00000078000000F8000000F
+8000000F8000000F0000001F0000001F0000001F0000001E0000003E0000003E0000003C
+0000007C0000007C000000F8000000F8000000F0000001F0000001E0000003E0000003C0
+000007C00000078000000F8000000F0000001E0000003E0000003C00000078000000F000
+0001E0000001E0000003C00000078000000F0000001E0000003C00000070000000E00000
+00C00000001B4A7EB71F>I<03800FE01FE01FE01FE01FE01FE00760006000E000C000C0
+01C001800380070006000E001C0038007000E000C0000B177A8718>44
+D<FFFF80FFFF80FFFF80FFFF807FFF00110579911B>I<1C7FFFFFFFFFFE380808778718>
+I<00001FC000007FF00001E0F80007C03C000F003C001E001E003E001E003C001F007800
+1F00F8001F00F0001F01F0001F01F0001F03E0001F03E0001F07E0003F07C0003F07C000
+3F0FC0003F0FC0003E0F80007E1F80007E1F80007E1F80007E3F0000FC3F0000FC3F0000
+FC3F0000FC7E0001F87E0001F87E0001F87E0001F87C0003F0FC0003F0FC0003F0FC0007
+E0FC0007E0F80007C0F80007C0F8000F80F8000F80F8001F00F8001F00F8001E00F8003C
+0078007C007800F8007C01F0003C03E0001F0F80000FFE000003F80000203477B127>48
+D<0000018000000380000003800000078000000F8000001F0000003F000000FF000001FF
+00001FFE00007FBE00007E7E0000207E0000007C0000007C000000FC000000FC000000F8
+000000F8000001F8000001F8000001F0000001F0000003F0000003F0000003E0000003E0
+000007E0000007E0000007C0000007C000000FC000000FC000000F8000000F8000001F80
+00001F8000001F0000001F0000003F0000003F0000003E0000003E0000007E0000007E00
+00007C000000FC0000FFFFFC00FFFFFC00FFFFFC00193277B127>I<00000FE00000003F
+F8000000F03E000003C01F000007800F80000F000F80001E0007C0001C0007C000380007
+C00078C007E00070E007E000F06007E000E06007E001E06007E001C06007E001C0E00FE0
+03C0C00FC00380C00FC00381C00FC00381801FC00383801F800387003F80038E003F0001
+FC007E0000F000FC00000001F800000003F000000007E00000000FC00000001F00000000
+7E00000000F800000003E00000000FC00000001F000000003E000000007800000001F000
+038003E000038003C000078007800007000F00000F001E00000F001C00001E003F00003E
+003FF8007C007DFF80F800781FFFF800F00FFFF000E003FFE000E001FF8000E0007E0000
+23347AB127>I<000007F00000003FFC000000F81E000003E00F000007800780000F0007
+C0001E0003C0003C0003C000380003E000798003E00071C003E00070C007E000F0C007C0
+00E0C007C000E0C007C000E1C00FC000E3800F80007F001F80003C001F000000003E0000
+00007C00000000F800000001F00000001FE0000007FF80000007FE00000003FF00000000
+07C000000003E000000003E000000001F000000001F000000001F000000001F000000001
+F000000003F000180003F0007E0003F0007E0003F0007E0007F000FC0007E000F80007E0
+00E0000FC000E0000FC000F0001F800070003F000070007E00007800FC00003C01F00000
+1E07E0000007FF80000001FC000000233479B127>I<0000000E0000001F0000001F0000
+003F0000003E0000003E0000003E0000007E0000007C0000007C000000FC000000F80000
+00F8000001F8000001F0000001F0000003E0000003E0000003E0000007C0000007C00000
+0F8000000F8000001F0000001F0000003E0000003E0000007C00000078000000F8000000
+F0000001F0000003E0E00003C1F0000781F0000F83F0000F03E0001E03E0003C03E0007C
+07E000F807C001F007C003E007C007C00FC00F800F801FFC0F803FFFCF807FFFFF82F003
+FFFF60003FFF00001FF800003F0000003E0000003E0000003E0000007E0000007C000000
+7C0000007C000000FC000000F8000000F8000000F8000000F8000000600020417DB127>
+I<00060000C0000FC00FC0000FFFFF80000FFFFF00000FFFFC00001FFFF000001FFFC000
+001CFE0000001C000000003C000000003800000000380000000038000000007800000000
+700000000070000000007000000000F000000000E0FE000000E3FF800000EF03C00001FC
+01E00001F801F00001F000F00001E000F80003C000F800038000F800000000F800000000
+F800000000F800000000F800000001F800000001F800000001F800000001F8003C0003F8
+00FC0003F000FC0003F000FC0003F000FC0007E000F80007E000E0000FC000E0000FC000
+E0001F8000E0003F0000F0007E00007000FC00007801F800003E07F000001FFFC000000F
+FF00000003F8000000223478B127>I<000001F80000000FFE0000003FFF000000FE0F00
+0001F807800003E00F800007C01F80000F803F80001F003F00003E003F00007C000E0000
+FC00000000F800000001F800000003F000000003F000000007E000000007E00000000FC1
+F800000FC7FF00000FDE0780001FB803C0001FF003E0001FE001E0003FE001F0003FC001
+F0003F8001F0003F8001F0007F0001F8007F0001F8007E0001F8007E0003F0007E0003F0
+00FC0003F000FC0003F000FC0007F000FC0007E000FC0007E000F80007E000F8000FC000
+F8000FC000F8000F8000F8001F8000F8003F000078003E00007C007C00007C00F800003E
+01F000001F07E000001FFFC0000007FF00000001F8000000213477B127>I<00E0F80038
+00E3FC003801EFFE007801FFFE00F003FFFE01E003FE0E03E007F80E03C007F0060F800F
+C0071F800F8003FF001F0001EF001E00001E003E00003C003C00003C0078000078007800
+00F800F00000F000E00001F000E00001E000000003E000000007C000000007C00000000F
+800000000F800000001F800000001F000000003F000000003E000000007E000000007E00
+000000FC00000000FC00000001F800000001F800000001F800000003F000000003F00000
+0007F000000007E000000007E00000000FE00000000FC00000000FC00000001FC0000000
+1FC00000001F800000003F800000003F800000003F800000003F000000003F000000001C
+000000253476B127>I<000007E00000003FFC0000007FFE000001F81F000003E00F8000
+07800780000F0007C0001F0003C0001E0003C0003C0003C0003C0003C0003C0007C0007C
+000780007C000780007C000F80007C000F00007E001E00007F003E00007F807C00003FC0
+F800003FE1E000001FFBC000000FFF00000007FE00000003FF00000007FF8000001EFFC0
+00007C7FE00000F01FF00001E00FF80007C007F800078003F8000F0001F8001E0000F800
+3E0000F8003C000078007C0000780078000078007800007800780000F800F80000F000F0
+0000F000F80001E000780003E000780003C0007C000780003C001F00003E003E00001F81
+FC00000FFFF0000003FFC0000000FE000000223479B127>I<00000FC00000007FF00000
+00FFFC000003F07E000007C03E00000F801F00001F001F00003E000F00007E000F8000FC
+000F8000FC000F8001F8000F8001F8000F8003F0000F8003F0001F8003F0001F8007F000
+1F8007E0001F8007E0001F8007E0003F0007E0003F000FC0003F000FC0007F000FC0007F
+0007C000FE0007C000FE0007C001FE0007C003FE0003C003FC0003E007FC0001E00EFC00
+00F03DF800007FF1F800000FC1F800000003F000000003F000000007E000000007E00000
+0007C00000000F800000001F800038001F00007E003E0000FE007E0000FE00FC0000FC01
+F80000F803F00000F007E00000781F8000007FFF0000001FFC00000007E0000000213478
+B127>I<007001FC03FC03FC03FC03FC03F800E000000000000000000000000000000000
+000000000000000000000000000000001C007F00FF00FF00FF00FF00FE0038000E20779F
+18>I<000000001C00000000003C00000000003C00000000007C0000000000FC00000000
+00FC0000000001FC0000000001FE0000000003FE0000000003FE00000000077E00000000
+0F7E000000000E7E000000001C7E000000001C7E00000000387E00000000387E00000000
+707E00000000F07E00000000E07E00000001C07E00000001C07E00000003807F00000003
+803F00000007003F00000007003F0000000E003F0000001E003F0000001C003F00000038
+003F00000038003F00000070003F00000070003F000000E0003F000001FFFFFF000001FF
+FFFF000003FFFFFF00000380003F00000700001F80000700001F80000E00001F80001E00
+001F80001C00001F80003C00001F80003800001F80007000001F8000F000001F8000E000
+001F8001E000001F8003E000001F800FF000003FC0FFFE0007FFFEFFFE0007FFFEFFFE00
+07FFFE2F367BB539>65 D<0007FFFFFFC000000FFFFFFFF000000FFFFFFFFC0000003F80
+00FE0000003F80007F0000003F80003F8000003F00001F8000003F00001F8000007F0000
+1FC000007F00001FC000007E00001FC000007E00001FC00000FE00001FC00000FE00001F
+800000FC00003F800000FC00003F800001FC00007F000001FC00007E000001F80000FC00
+0001F80001FC000003F80003F0000003F80007E0000003F0001FC0000003FFFFFF000000
+07FFFFFE00000007F0007F80000007E0000FC0000007E00007E000000FE00003F000000F
+E00003F800000FC00001F800000FC00001F800001FC00001FC00001FC00001FC00001F80
+0001FC00001F800001FC00003F800001FC00003F800001F800003F000003F800003F0000
+03F800007F000007F000007F000007F000007E00000FE000007E00001FC00000FE00003F
+800000FE00007F000000FC0001FE000001FC0007FC00007FFFFFFFF00000FFFFFFFFC000
+00FFFFFFFE00000032337BB236>I<0000001FF000C0000000FFFC01C0000003FFFF03C0
+00000FF00F878000003F8003CF800000FE0001EF800001FC0000FF800003F00000FF0000
+0FE000007F00001FC000007F00003F8000003F00003F0000003E00007E0000003E0000FE
+0000003E0001FC0000003E0003F80000003C0003F80000003C0007F00000003C0007F000
+00003C000FE000000038000FE000000038001FC000000038001FC000000000003FC00000
+0000003F8000000000003F8000000000003F8000000000007F8000000000007F00000000
+00007F0000000000007F0000000000007F000000000000FE000000000000FE0000000000
+00FE00000003C000FE00000003C000FE0000000380007E0000000380007E000000078000
+7E0000000700007E0000000F00007E0000000E00007F0000001E00003F0000003C00003F
+0000007800001F8000007000001F800000F000000FC00001E0000007E00007C0000003F0
+000F00000001F8003E00000000FF00FC000000007FFFF0000000001FFFC00000000003FE
+00000000323775B437>I<0007FFFFFFC000000FFFFFFFF000000FFFFFFFFC0000003F80
+01FE0000003F80007F0000003F80001F8000003F00000FC000003F000007E000007F0000
+07E000007F000003F000007E000003F000007E000001F00000FE000001F80000FE000001
+F80000FC000001F80000FC000001F80001FC000001F80001FC000001F80001F8000001F8
+0001F8000001F80003F8000001F80003F8000003F80003F0000003F80003F0000003F800
+07F0000003F80007F0000003F00007E0000007F00007E0000007F0000FE0000007F0000F
+E0000007E0000FC000000FE0000FC000000FC0001FC000001FC0001FC000001F80001F80
+00001F80001F8000003F00003F8000003F00003F8000007E00003F000000FC00003F0000
+00FC00007F000001F800007F000003F000007E000007E000007E00000FC00000FE00001F
+800000FE00007E000000FC0001FC000001FC000FF800007FFFFFFFE00000FFFFFFFF0000
+00FFFFFFF800000035337BB23A>I<0007FFFFFFFFF0000FFFFFFFFFF0000FFFFFFFFFE0
+00003F80001FE000003F800007E000003F800003E000003F000003E000003F000001E000
+007F000001E000007F000001C000007E000001C000007E000001C00000FE000001C00000
+FE000001C00000FC000E01C00000FC000E01C00001FC001E03C00001FC001C03800001F8
+001C00000001F8003C00000003F8003C00000003F8007800000003F001F800000003FFFF
+F800000007FFFFF800000007FFFFF000000007E001F000000007E000F00000000FE000F0
+0000000FE000E00000000FC000E00000000FC000E00700001FC001E00F00001FC001C00E
+00001F8001C01E00001F8000001C00003F8000001C00003F8000003C00003F0000003800
+003F0000007800007F000000F000007F000000F000007E000001F000007E000003E00000
+FE000007E00000FE00000FC00000FC00001FC00001FC0001FF80007FFFFFFFFF8000FFFF
+FFFFFF8000FFFFFFFFFF000034337CB234>I<0007FFFFFFFFE0000FFFFFFFFFE0000FFF
+FFFFFFC000003F80003FC000003F80000FC000003F800007C000003F000007C000003F00
+0003C000007F000003C000007F0000038000007E0000038000007E000003800000FE0000
+03800000FE000003800000FC000003800000FC001C03800001FC003C07800001FC003807
+000001F8003800000001F8003800000003F8007800000003F8007000000003F000F00000
+0003F003F000000007FFFFF000000007FFFFF000000007FFFFE000000007E003E0000000
+0FE003E00000000FE001C00000000FC001C00000000FC001C00000001FC003C00000001F
+C003800000001F8003800000001F8003800000003F8000000000003F8000000000003F00
+00000000003F0000000000007F0000000000007F0000000000007E0000000000007E0000
+00000000FE000000000000FE000000000000FC000000000001FC00000000007FFFFC0000
+0000FFFFFC00000000FFFFFC0000000033337CB232>I<0000001FE00180000000FFF803
+80000007FFFE078000001FF01F0F0000003F80079F000000FE0003DF000001F80001FF00
+0007F00001FE00000FE00000FE00001FC00000FE00003F8000007E00007F0000007C0000
+7E0000007C0000FE0000007C0001FC0000007C0003F8000000780003F8000000780007F0
+000000780007F000000078000FE000000070000FE000000070001FC000000070001FC000
+000000003FC000000000003F8000000000003F8000000000003F8000000000007F800000
+0000007F0000000000007F0000000000007F0000000000007F000000000000FE00003FFF
+FC00FE00003FFFFC00FE00003FFFF800FE0000003F8000FE0000003F0000FE0000003F00
+007E0000007F00007E0000007F00007E0000007E00007E0000007E00007F000000FE0000
+3F000000FE00003F000000FC00001F800001FC00001F800001FC00000FC00003F800000F
+E00007F8000007F0000F78000003F8003E78000000FF01FC300000007FFFF0300000001F
+FFC00000000003FE00000000313775B43B>I<0007FFFF01FFFFC0000FFFFF03FFFFC000
+0FFFFF03FFFFC000003FC0000FF00000003F80000FE00000003F80000FE00000003F0000
+0FC00000003F00000FC00000007F00001FC00000007F00001F800000007E00001F800000
+007E00001F80000000FE00003F80000000FE00003F00000000FC00003F00000000FC0000
+3F00000001FC00007F00000001FC00007E00000001F800007E00000001F800007E000000
+03F80000FE00000003F80000FC00000003F00000FC00000003FFFFFFFC00000007FFFFFF
+FC00000007FFFFFFF800000007E00001F800000007E00001F80000000FE00003F8000000
+0FE00003F00000000FC00003F00000000FC00003F00000001FC00007F00000001FC00007
+E00000001F800007E00000001F800007E00000003F80000FE00000003F80000FC0000000
+3F00000FC00000003F00000FC00000007F00001FC00000007F00001F800000007E00001F
+800000007E00001F80000000FE00003F80000000FE00003F00000000FC00003F00000001
+FC00007F0000007FFFF01FFFFC0000FFFFF03FFFFC0000FFFFF03FFFFC00003A337BB239
+>I<000FFFFF80000FFFFF80000FFFFF0000003FC00000003F800000003F800000003F00
+0000003F000000007F000000007F000000007E000000007E00000000FE00000000FE0000
+0000FC00000000FC00000001FC00000001FC00000001F800000001F800000003F8000000
+03F800000003F000000003F000000007F000000007F000000007E000000007E00000000F
+E00000000FE00000000FC00000000FC00000001FC00000001FC00000001F800000001F80
+0000003F800000003F800000003F000000003F000000007F000000007F000000007E0000
+00007E00000000FE00000000FE00000000FC00000001FC000000FFFFF80000FFFFF80000
+FFFFF0000021337BB21E>I<00001FFFFE00003FFFFE00003FFFFC0000003F800000003F
+800000003F800000003F000000003F000000007F000000007E000000007E000000007E00
+000000FE00000000FC00000000FC00000000FC00000001FC00000001F800000001F80000
+0001F800000003F800000003F000000003F000000003F000000007F000000007E0000000
+07E000000007E00000000FE00000000FC00000000FC00000000FC00000001FC00000001F
+800000001F800000001F800000003F800000003F000000003F00001C003F00007E007F00
+00FE007E0000FE007E0000FE00FE0000FC00FC0000F801FC0000E001F80000E003F00000
+7007E00000780FC000003C1F0000001FFC00000007F0000000273579B228>I<0007FFFF
+000FFFF0000FFFFF000FFFF0000FFFFF000FFFE000003FC00003FE0000003F800003F800
+00003F800003E00000003F000007C00000003F00000F000000007F00001E000000007F00
+007C000000007E0000F8000000007E0001E000000000FE0003C000000000FE0007800000
+0000FC001F0000000000FC003E0000000001FC00780000000001FC00F00000000001F801
+E00000000001F807C00000000003F80F800000000003F81FC00000000003F03FC0000000
+0003F07FC00000000007F1FFE00000000007F3E7E00000000007E787F00000000007EF07
+F0000000000FFE03F0000000000FFC03F8000000000FF801F8000000000FE001F8000000
+001FC001FC000000001FC000FC000000001F8000FE000000001F8000FE000000003F8000
+7E000000003F80007F000000003F00003F000000003F00003F800000007F00003F800000
+007F00001F800000007E00001FC00000007E00000FC0000000FE00000FC0000000FE0000
+0FE0000000FC00000FE0000001FC00000FF000007FFFF000FFFF8000FFFFF001FFFF8000
+FFFFF001FFFF00003C337BB23B>I<0007FFFFC000000FFFFFC000000FFFFFC00000003F
+C0000000003F80000000003F80000000003F00000000003F00000000007F00000000007F
+00000000007E00000000007E0000000000FE0000000000FE0000000000FC0000000000FC
+0000000001FC0000000001FC0000000001F80000000001F80000000003F80000000003F8
+0000000003F00000000003F00000000007F00000000007F00000000007E00000000007E0
+000000000FE0000000000FE0000000000FC0000000000FC00000E0001FC00001E0001FC0
+0001C0001F800001C0001F800003C0003F80000380003F80000780003F00000780003F00
+000F00007F00000F00007F00001F00007E00003E00007E00003E0000FE00007C0000FE00
+01FC0000FC0003FC0001FC001FF8007FFFFFFFF800FFFFFFFFF800FFFFFFFFF0002B337C
+B230>I<0007FFC00000007FFC000FFFC0000000FFFC000FFFE0000000FFFC00003FE000
+0001FF0000003FE0000001FE0000003FE0000003FE0000003BE00000077C0000003BE000
+00077C0000007BE000000EFC0000007BE000000EF800000073E000001CF800000073E000
+0038F8000000F1F0000039F8000000F1F0000071F0000000E1F0000071F0000000E1F000
+00E1F0000001E1F00001C3F0000001E1F00001C3E0000001C1F0000383E0000001C1F000
+0703E0000003C1F0000707E0000003C1F0000E07C000000380F8000E07C000000380F800
+1C07C000000780F800380FC000000780F800380F8000000700F800700F8000000700F800
+700F8000000F00F800E01F8000000F00F801C01F0000000E00F801C01F0000000E00F803
+801F0000001E007C03803F0000001E007C07003E0000001C007C0E003E0000001C007C0E
+003E0000003C007C1C007E0000003C007C1C007C00000038007C38007C00000038007C70
+007C00000078007C7000FC00000078003EE000F800000070003EE000F800000070003FC0
+00F8000000F0003F8001F8000000F0003F8001F0000001F0003F0001F0000007F8003F00
+03F000007FFF803E00FFFFC000FFFF803C01FFFFC000FFFF801C01FFFFC00046337BB245
+>I<0007FF80003FFFC0000FFFC0007FFFC0000FFFC0007FFFC000001FC00003F8000000
+3FE00001F00000003FE00001E00000003FE00001C00000003BF00001C00000007BF00003
+C00000007BF000038000000071F800038000000071F8000380000000F1F8000780000000
+F0FC000700000000E0FC000700000000E0FC000700000001E07E000F00000001E07E000E
+00000001C07E000E00000001C03F000E00000003C03F001E00000003C03F801C00000003
+801F801C00000003801F801C00000007801FC03C00000007800FC03800000007000FC038
+00000007000FE0380000000F0007E0780000000F0007E0700000000E0007F0700000000E
+0003F0700000001E0003F0F00000001E0003F8E00000001C0001F8E00000001C0001F8E0
+0000003C0001FDE00000003C0000FDC0000000380000FDC0000000380000FFC000000078
+00007FC00000007800007F800000007000003F800000007000003F80000000F000003F80
+000000F000001F00000001F000001F00000007F800001F0000007FFF80000F000000FFFF
+80000E000000FFFF80000E0000003A337BB239>I<0000001FE000000001FFFC00000007
+E03F0000001F800FC000003E0003E00000F80001F00001F00001F00003E00000F80007C0
+0000FC000F8000007C001F0000007E003E0000007E007E0000003E00FC0000003F01F800
+00003F01F80000003F03F00000003F07F00000003F07E00000003F0FE00000003F0FC000
+00003F1FC00000003F1FC00000007F1F800000007F3F800000007F3F800000007F3F8000
+00007F7F00000000FE7F00000000FE7F00000000FE7F00000000FE7F00000001FCFE0000
+0001FCFE00000003F8FE00000003F8FE00000003F0FE00000007F0FE00000007E0FE0000
+000FE07E0000000FC07E0000001F807E0000001F807E0000003F003F0000007E003F0000
+00FC003F000000F8001F800001F0000F800003E0000FC00007C00007C0001F800003E000
+3E000001F800FC0000007E07F00000003FFF8000000007FC000000303775B43B>I<0007
+FFFFFFC000000FFFFFFFF800000FFFFFFFFC0000003F8001FE0000003F80003F0000003F
+80001F8000003F00001FC000003F00000FC000007F00000FC000007F00000FE000007E00
+000FE000007E00000FE00000FE00000FE00000FE00001FC00000FC00001FC00000FC0000
+1FC00001FC00001F800001FC00003F800001F800003F000001F800007E000003F80000FE
+000003F80000FC000003F00003F8000003F00007E0000007F0003FC0000007FFFFFF0000
+0007FFFFF800000007E000000000000FE000000000000FE000000000000FC00000000000
+0FC000000000001FC000000000001FC000000000001F8000000000001F8000000000003F
+8000000000003F8000000000003F0000000000003F0000000000007F0000000000007F00
+00000000007E0000000000007E000000000000FE000000000000FE000000000000FC0000
+00000001FC00000000007FFFF000000000FFFFF000000000FFFFF00000000033337CB234
+>I<0007FFFFFE0000000FFFFFFFC000000FFFFFFFF00000003F8007F80000003F8001FC
+0000003F80007E0000003F00007F0000003F00003F0000007F00003F0000007F00003F80
+00007E00003F8000007E00003F800000FE00003F800000FE00007F000000FC00007F0000
+00FC00007F000001FC0000FE000001FC0000FC000001F80001FC000001F80001F8000003
+F80003F0000003F8000FC0000003F0001F80000003F000FE00000007FFFFF000000007FF
+FFC000000007E003E000000007E001F80000000FE000FC0000000FE0007C0000000FC000
+7E0000000FC0007E0000001FC0007E0000001FC0007E0000001F80007E0000001F80007E
+0000003F8000FE0000003F8000FE0000003F0000FE0000003F0000FE0000007F0001FE00
+00007F0001FC0000007E0001FC0000007E0001FC01C000FE0001FC03C000FE0001FC0380
+00FC0001FC038001FC0001FC07807FFFF000FC0700FFFFF000FE0E00FFFFF0007E1C0000
+0000001FF8000000000007E00032357BB238>82 D<000001FC018000000FFF038000003F
+FFC78000007E07EF800001F801FF000003F000FF000003E0007F000007C0007F00000F80
+003E00001F80003E00001F00003E00003F00003E00003E00003C00003E00003C00003E00
+003C00007E00003C00007E00003800007E00003800007E00000000007F00000000007F00
+000000003F80000000003FE0000000003FFE000000001FFFC00000000FFFF800000007FF
+FC00000001FFFE000000007FFF000000000FFF8000000000FF80000000003F8000000000
+1FC0000000000FC0000000000FC0000000000FC0000000000FC0000E00000FC0000E0000
+0FC0001E00000F80001C00000F80001C00000F80001C00001F80003C00001F00003C0000
+1F00003E00003E00003E00007C00007E00007C00007F0000F800007F8001F000007FC007
+E00000F3F80FC00000F0FFFF000000E03FFC000000C00FF000000029377AB42B>I<03FF
+FFFFFFFFC007FFFFFFFFFFC007FFFFFFFFFF8007F800FC003F800FC001FC001F800F8001
+FC000F800F0001F8000F801E0001F80007001E0003F80007001C0003F80007003C0003F0
+000F003C0003F0000F00380007F0000E00780007F0000E00700007E0000E00700007E000
+0E0070000FE0001E00F0000FE0001C0000000FC000000000000FC000000000001FC00000
+0000001FC000000000001F8000000000001F8000000000003F8000000000003F80000000
+00003F0000000000003F0000000000007F0000000000007F0000000000007E0000000000
+007E000000000000FE000000000000FE000000000000FC000000000000FC000000000001
+FC000000000001FC000000000001F8000000000001F8000000000003F8000000000003F8
+000000000003F0000000000003F0000000000007F0000000000007F0000000000007E000
+000000000FF0000000001FFFFFF00000003FFFFFF00000003FFFFFF0000000323374B237
+>I<3FFFF801FFFE7FFFF803FFFE7FFFF803FFFE01FE00001FC001FC00000F8001FC0000
+0F0001F800000E0001F800000E0001F800001E0003F800001E0003F000001C0003F00000
+1C0003F000003C0007F000003C0007E00000380007E00000380007E0000078000FE00000
+78000FC0000070000FC0000070000FC00000F0001FC00000F0001F800000E0001F800000
+E0001F800001E0003F800001E0003F000001C0003F000001C0003F000003C0007F000003
+C0007E00000380007E00000380007E0000078000FE0000078000FC0000070000FC000007
+0000FC00000F0000FC00000E0000F800001E0000F800001C0000F800003C0000F8000038
+0000F80000780000FC0000F00000FC0000E000007C0001E000007E0003C000003E000F80
+00001F001E0000000FC0FC00000007FFF800000001FFE0000000007F000000002F3570B2
+39>I<FFFFC0003FFF80FFFFC0003FFF80FFFFC0003FFF8007F8000007F80007F0000003
+E00007F0000003C00003F0000007800003F0000007000003F000000F000003F000000E00
+0003F000001C000003F000001C000003F0000038000003F0000078000003F00000700000
+03F00000E0000003F80000E0000001F80001C0000001F80003C0000001F8000380000001
+F8000700000001F8000700000001F8000E00000001F8001E00000001F8001C00000001F8
+003800000001FC003800000001FC007000000000FC00F000000000FC00E000000000FC01
+C000000000FC01C000000000FC038000000000FC038000000000FC070000000000FC0E00
+00000000FC0E0000000000FE1C00000000007E1C00000000007E3800000000007E780000
+0000007E7000000000007EE000000000007EE000000000007FC000000000007FC0000000
+00007F8000000000007F0000000000007F0000000000003E0000000000003E0000000000
+003C000000000000380000000000313570B239>I<FFFFC03FFFF003FFF8FFFFC03FFFF0
+07FFF8FFFF803FFFF007FFF80FF00001FC00007F8007E00001F800003E0007E00001F800
+003C0007E00001F800003C0007E00001F80000380007E00001F80000700007E00003F800
+00700007E00003F80000E00007E00007F80000E00007E00007F80001C00007E0000FF800
+03C00007E0000FF80003800007E0001DF80007000007E0001DF80007000007E00038FC00
+0E000007E00038FC000E000007E00070FC001C000007E000F0FC001C000003F000E0FC00
+38000003F001E0FC0038000003F001C0FC0070000003F00380FC00F0000003F00380FC00
+E0000003F00700FC01E0000003F00700FC01C0000003F00E00FC0380000003F00E00FC03
+80000003F01C00FC0700000003F01C00FC0700000003F03800FC0E00000003F07800FC0E
+00000003F07000FC1C00000003F0E000FC1C00000003F0E000FC3800000003F1C000FC78
+00000003F1C000FC7000000003F38000FCE000000003F38000FCE000000003F700007FC0
+00000003F700007FC000000003FE00007F8000000003FE00007F8000000001FC00007F00
+00000001FC00007F0000000001F800007E0000000001F000007E0000000001F000007C00
+00000001E000007C0000000001E00000780000000001C000007000000000453570B24D>
+I<FFFFE0001FFFE0FFFFE0001FFFE0FFFFE0001FFFC003FC000003FC0001F8000003F000
+01FC000003C00001FC000007800000FC000007000000FE00000E000000FE00001C000000
+7E00003C0000007F0000780000007F0000F00000003F0000E00000003F8001C00000003F
+8003800000001F8007800000001F800F000000001FC01E000000001FC01C000000000FC0
+38000000000FE070000000000FE0F00000000007E1E00000000007F3C00000000007F380
+0000000003F7000000000003FE000000000003FE000000000001FC000000000001F80000
+00000001F8000000000001F0000000000003F0000000000003F0000000000003F0000000
+000003E0000000000007E0000000000007E0000000000007E0000000000007C000000000
+000FC000000000000FC000000000000FC000000000000F8000000000001F800000000000
+1F8000000000003F80000000000FFFFE000000001FFFFE000000001FFFFE000000003333
+71B239>89 D<00001FFE00003FFE00003FFE00003FFC00003C0000007C00000078000000
+7800000078000000F8000000F0000000F0000000F0000001F0000001E0000001E0000001
+E0000003E0000003C0000003C0000003C0000007C000000780000007800000078000000F
+8000000F0000000F0000000F0000001F0000001E0000001E0000001E0000003E0000003C
+0000003C0000003C0000007C000000780000007800000078000000F8000000F0000000F0
+000000F0000001F0000001E0000001E0000001E0000003E0000003C0000003C0000003C0
+000007C000000780000007800000078000000F8000000F0000000F0000000F0000001F00
+00001E0000001E0000001E0000003E0000003C0000003C0000003C0000007C0000007800
+00007FF800007FF80000FFF80000FFF800001F4B7DB718>91 D<00001FFE00003FFE0000
+3FFE00003FFC0000003C0000007C0000007C0000007800000078000000F8000000F80000
+00F0000000F0000001F0000001F0000001E0000001E0000003E0000003E0000003C00000
+03C0000007C0000007C0000007800000078000000F8000000F8000000F0000000F000000
+1F0000001F0000001E0000001E0000003E0000003E0000003C0000003C0000007C000000
+7C0000007800000078000000F8000000F8000000F0000000F0000001F0000001F0000001
+E0000001E0000003E0000003E0000003C0000003C0000007C0000007C000000780000007
+8000000F8000000F8000000F0000000F0000001F0000001F0000001E0000001E0000003E
+0000003E0000003C0000003C0000007C0000007C00007FF800007FF80000FFF80000FFF8
+00001F4B82B718>93 D<0003F000000FF800003E1C60007C0FF000F807F001F007F003E0
+07F007E003E00FC003E00FC003E01F8007E01F8007C03F0007C03F0007C03F000FC07F00
+0F807E000F807E000F807E001F80FE001F00FC001F00FC001F06FC003F07FC003E0FFC00
+3E0EFC007E0E7C007E1E7C00FE1C7C01FC1C3C03FC3C3E07BE381F0E1E7807FC0FF001F0
+03C0202278A027>97 D<007E00000FFE00001FFE00001FFC000000FC000000FC000000FC
+000000F8000000F8000001F8000001F8000001F0000001F0000003F0000003F0000003E0
+000003E0000007E0000007E0000007C3E00007CFF8000FDC3E000FF81F000FF00F000FE0
+0F801FC00F801F800F801F800FC01F000FC03F000FC03F000FC03E000FC03E000FC07E00
+1FC07E001F807C001F807C001F807C003F80FC003F00F8003F00F8003F00F8007E00F800
+7E00F800FC00F800FC007801F8007801F0007803E0003C07C0003C0F80001E1F00000FFC
+000003F000001A3578B323>I<0000FC000007FF00001F0780003E03C000FC01C001F803
+C003F007C007E00FC007C00FC00FC00FC01F8007001F8000003F0000003F0000003F0000
+007F0000007E0000007E0000007E000000FE000000FC000000FC000000FC000000FC0000
+007C0000C07C0001E07C0001E07C0003C03E000F803E001F001F007C000F81F00003FFC0
+0000FE00001B2278A023>I<0000000FC0000003FFC0000003FFC0000003FF800000001F
+800000001F800000001F800000001F000000001F000000003F000000003F000000003E00
+0000003E000000007E000000007E000000007C000000007C00000000FC00000000FC0000
+03F0F800000FF8F800003E1DF800007C0FF80000F807F00001F007F00003E007F00007E0
+03F0000FC003E0000FC003E0001F8007E0001F8007E0003F0007C0003F0007C0003F000F
+C0007F000FC0007E000F80007E000F80007E001F8000FE001F8000FC001F0000FC001F06
+00FC003F0700FC003F0F00FC003E0E00FC007E0E007C007E1E007C00FE1C007C01FC1C00
+3C03FC3C003E07BE38001F0E1E780007FC0FF00001F003C000223578B327>I<0003F800
+000FFE00003E0F0000F8078001F0038003E0038007C003800FC003801F8003801F800780
+3F0007003F000F007E003E007E03F8007FFFE000FFFE0000FC000000FC000000FC000000
+FC000000F8000000F8000000F8000000F8000000F8000180F80003C0F80003C07C000780
+7C001F003C003E001E00F8000F03E00007FF800001FC00001A2277A023>I<0000001F00
+0000007FC0000000F0E0000001F0F0000003E3F0000003E3F0000007C3F0000007C3E000
+0007C1C000000FC00000000F800000000F800000000F800000000F800000001F80000000
+1F000000001F000000001F000000001F000000003F000000003E0000001FFFFE00001FFF
+FE00001FFFFE0000007E000000007C000000007C000000007C000000007C00000000FC00
+000000F800000000F800000000F800000000F800000000F800000001F800000001F00000
+0001F000000001F000000001F000000003F000000003E000000003E000000003E0000000
+03E000000007E000000007C000000007C000000007C00000000FC00000000FC00000000F
+800000000F800000000F800000001F800000001F000000001F000000001F000000003F00
+0000003E000000383E0000007E3C0000007E3C000000FE78000000FC78000000F8F00000
+0078E00000003FC00000000F00000000244582B418>I<00003F000000FF800003E1E600
+07C0FF000F807F001F007F003E007F007E003F00FC003E00FC003E01F8007E01F8007E03
+F0007C03F0007C03F000FC07F000FC07E000F807E000F807E001F807E001F80FC001F00F
+C001F00FC003F007C003F007C003E007C007E007C00FE007C01FE003E03FC001E07FC001
+F0FFC0007FCFC0001F0F8000000F8000001F8000001F8000001F0000001F0000003F0000
+003E0038003E007E007E007E00FC00FE00F800FC01F0007803E0007C0F80001FFF000007
+F8000020317CA023>I<000FC0000003FFC0000003FFC0000003FF800000001F80000000
+1F800000001F800000001F000000001F000000003F000000003F000000003E000000003E
+000000007E000000007E000000007C000000007C00000000FC00000000FC00000000F83F
+800000F8FFE00001FBE0F00001FF80F80001FF00780001FE007C0003FC007C0003F8007C
+0003F0007C0003F0007C0007E000FC0007E000F80007C000F80007C000F8000FC001F800
+0FC001F0000F8001F0000F8001F0001F8003F0001F8003E0001F0007E0001F0007C0C03F
+0007C1E03F000FC1C03E000F81C03E000F81C07E000F83C07E000F03807C000F07807C00
+0F0700FC000F0E00FC000F1E00F80007F800700001F00023357BB327>I<0001800007E0
+0007E0000FE00007C0000380000000000000000000000000000000000000000000000000
+00000000000000000001F00003FC000F1E000E1E001C1E003C1E00381E00783E00703E00
+703E00707E00F07C0060FC0000F80000F80001F80001F00001F00003F00003E00003E000
+07E0C007C1E00FC1C00F81C00F81C00F83C00F03800F07800F07000F0E000F1E0007F800
+01F00013337AB118>I<000FC00001FFC00003FFC00003FF8000001F8000001F8000001F
+8000001F0000001F0000003F0000003F0000003E0000003E0000007E0000007E0000007C
+0000007C000000FC000000FC000000F8007800F801FE01F8078F01F80E0F01F01C3F01F0
+383F03F0703F03F0E03E03E1C01C03E3800007E7000007EE000007DC000007F800000FF8
+00000FFF00000F9FC0000F83F0001F81F0001F80F8001F00F8001F00F80C3F00F81E3F00
+F81C3E00F81C3E00F81C7E00F83C7E00F8387C00F8387C00F878FC007870FC0078E0F800
+3FC070000F8020357BB323>107 D<003F07FF0FFF0FFE007E007E007E007C007C00FC00
+FC00F800F801F801F801F001F003F003F003E003E007E007E007C007C00FC00FC00F800F
+801F801F801F001F003F003F003E003E007E007E007C007C18FC1CFC3CF838F838F878F8
+70F070F0F0F8E079E03FC00F00103579B314>I<03C003F8007F00000FF00FFE01FFC000
+1E783C1F07C1E0001C7CF00F8F01F0003C3DE0079E00F000383FC007FC00F800387F8007
+F800F800707F0007F000F800707F0007E000F800707E0007E000F800F0FC000FC001F800
+E0FC000FC001F00060F8000F8001F00000F8000F8001F00001F8001F8003F00001F8001F
+8003E00001F0001F0003E00001F0001F0003E00003F0003F0007E00003F0003F0007C000
+03E0003E000FC00003E0003E000F818007E0007E000F83C007E0007E001F838007C0007C
+001F038007C0007C001F03800FC000FC001F07800FC000FC003E07000F8000F8003E0F00
+0F8000F8001E0E001F8001F8001E1C001F8001F8001E3C001F0001F0000FF0000E0000E0
+0003E0003A227AA03F>I<03C007F0000FF01FFC001E787C1E001C7CF01F003C3DE00F00
+383FC00F80387F800F80787F000F80707E000F80707E000F80F0FC001F80E0FC001F0060
+F8001F0000F8001F0001F8003F0001F8003E0001F0003E0001F0003E0003F0007E0003F0
+007C0003E000FC0003E000F81807E000F83C07E001F83807C001F03807C001F0380FC001
+F0780FC001E0700F8001E0F00F8001E0E01F8001E1C01F8001E3C01F0000FF000E00003E
+0026227AA02B>I<0000FC000007FF00001F07C0003E03E000FC01F001F801F003F000F8
+07E000F807C000F80FC000F81F8000FC1F8000FC3F0000FC3F0000FC3F0001FC7F0001F8
+7E0001F87E0001F87E0003F8FE0003F0FC0003F0FC0003F0FC0007E0FC0007E07C000FC0
+7C000F807C001F807C003F003E007E003E00FC001F01F0000F83E00003FF800000FC0000
+1E2278A027>I<001E007C00007F81FF0000F3C387C000E3EF03E001E1FE01E001C1FC01
+F001C3F801F003C3F001F00383F001F80383E001F80787E001F80707E001F80307C001F8
+0007C001F8000FC003F8000FC003F0000F8003F0000F8003F0001F8007F0001F8007E000
+1F0007E0001F0007E0003F000FC0003F000FC0003E001F80003E001F80007E003F00007F
+003E00007F007C00007F00F80000FF81F00000FDC3E00000F8FF800000F87E000001F800
+000001F800000001F000000001F000000003F000000003F000000003E000000003E00000
+0007E000000007E000000007C0000000FFFF000000FFFF000000FFFF00000025307FA027
+>I<0003F018000FF838003E1C78007C0EF800F807F001F007F003E007F007E003F00FC0
+03E00FC003E01F8003E01F8007E03F0007C03F0007C03F0007C07F000FC07E000F807E00
+0F807E000F80FE001F80FC001F00FC001F00FC001F00FC003F00FC003E00FC007E007C00
+7E007C00FE007C01FC003C03FC003E07FC001F0EFC0007FCF80001F0F8000000F8000001
+F8000001F0000001F0000001F0000003F0000003E0000003E0000007E0000007E0000007
+C00001FFFF0001FFFF0001FFFE001D3078A023>I<03C00FC00FF03FF01E78F0781C7DE0
+3C3C3FC0FC383F80FC387F00FC787F00F8707E0070707E0000F0FC0000E0FC000060F800
+0000F8000001F8000001F8000001F0000001F0000003F0000003F0000003E0000003E000
+0007E0000007E0000007C0000007C000000FC000000FC000000F8000000F8000001F8000
+001F8000001F0000000E0000001E227AA020>I<0003F0001FFC003C1E00780F00F00701
+E00701E00F03E01F03C01F03C01F03E00403E00003F00003FF8003FFE001FFF000FFF800
+7FFC0007FC0000FE00007E00003E38003EFC003CFC003CFC003CFC007CF00078E000F0F0
+01F07803E03C0F801FFE0003F80018227AA01F>I<000300000F80000F80000F80001F80
+001F80001F00001F00003F00003F00003E00003E00007E00007E00007C007FFFF87FFFF8
+FFFFF800F80000F80001F80001F80001F00001F00003F00003F00003E00003E00007E000
+07E00007C00007C0000FC0000FC0000F80000F80601F80F01F80E01F00E01F01E01F01C0
+1F03C01E03801E07001E0F000F1E0007F80001E00015307AAE19>I<01F000000003FC00
+07000F1E000F000E1E001F001C1E001F003C1E001F00381E003F00783E003E00703E003E
+00703E003E00707E007E00F07C007C0060FC007C0000F8007C0000F800FC0001F800F800
+01F000F80001F000F80001F001F80003F001F00003E001F00003E001F06003E003F07003
+E003E0F007C003E0E007C003E0E003C007E1E003C007E1C003E00FC1C003E01FC3C001E0
+3FE38001F071E780007FE0FF00001F803C0024227AA029>I<00F0003803FC00FC0F1E00
+FC0E1E00FC1C1E00FC3C1E00FC381E007C783E007C703E003C703E003C707E003CF07C00
+3860FC003800F8003800F8007801F8007001F0007001F0007001F000F003F000E003E000
+E003E000E003E001C003E001C003C003C003C0038003C0078003C0070003E00E0003E00E
+0001F01C0000F87800007FE000001F80001E227AA023>I<01F00000003803FC000E00FC
+0F1E001E00FC0E1E003E00FC1C1E003E00FC3C1E003E00FC381E007E007C783E007C007C
+703E007C003C703E007C003C707E00FC003CF07C00F8003860FC00F8003800F800F80038
+00F801F8007801F801F0007001F001F0007001F001F0007001F003F000F003F003F000E0
+03E003E000E003E003E000E003E003E001E003E003E001C003C003C001C003C007C00380
+03C007C0038003E00FE0078003E00FE0070003E01FE00E0001F03DF01E0000F878F83C00
+003FF03FF000000FC00FC0002E227AA033>I<001F007C00007FC1FF0001E1E7878003C0
+F703C00380FE0FC00700FE0FC00F00FC0FC00E00FC0F801E00F807001C00F800001C01F8
+00003C01F000001801F000000001F000000003F000000003E000000003E000000003E000
+000007E000000007E000000007C000000007C00600000FC00F00000FC00E00000F800E00
+380F801E007C1F801C00FC1F803C00FC1F803800FC3F807000F07FC0E00070F3C3C0003F
+E1FF80000F807E000022227CA023>I<00F0000003FC00070F1E000F0E1E001F1C1E001F
+3C1E001F381E003F783E003E703E003E703E003E707E007EF07C007C60FC007C00F8007C
+00F800FC01F800F801F000F801F000F801F001F803F001F003E001F003E001F003E003F0
+03E003E007C003E007C003E003C007E003C007C003E00FC003E01FC001E03FC001F07F80
+007FEF80001F8F8000001F8000001F0000001F0000003F003E003E007E007E007E007C00
+7E00F8007C00F0007001F0007003E000380780003C1F00000FFC000007F0000020317AA0
+25>I<0007801C001FE03C003FF038007FF07800FFF8F001F07CE001E01FE003C003C003
+80078003800F0000001E0000001C0000003C00000078000000F0000001E0000007C00000
+0F8000001E0000003C00000078000000F0007000E000F001E000E003C000E0078001E00F
+C003C01FF807C01F3E0F803C1FFF00781FFF00700FFE00F007F800E001E0001E227CA01F
+>I E /Ft 36 121 df<7FFFFFF8FFFFFFFCFFFFFFFCFFFFFFFCFFFFFFFC7FFFFFF81E06
+7C9927>45 D<1E007F807F80FFC0FFC0FFC0FFC07F807F801E000A0A728927>I<000E00
+00001F0000001F0000003F0000007F0000007F000000FF000001FF000003FF00007FFF00
+00FFFF0000FFFF0000FFBF00007E3F0000003F0000003F0000003F0000003F0000003F00
+00003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F00
+00003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F00
+00003F0000003F0000003F0000003F0000003F00003FFFFF807FFFFF807FFFFFC07FFFFF
+807FFFFF801A2F79AE27>49 D<003FE00001FFF80003FFFE000FFFFF801FFFFFC03FE07F
+E03F800FE07F0007F07E0003F8FE0001F8FC0001F8FE0001FCFE0000FCFE0000FCFE0000
+FC7C0000FC000000FC000000FC000001FC000001F8000001F8000003F8000003F0000007
+F000000FE000001FC000003FC000007F800000FF000001FE000003FC000007F800000FF0
+00001FE000003FC000007F800000FE000001FC000007F800780FF000FC1FE000FC3FC000
+FC7FFFFFFCFFFFFFFCFFFFFFFCFFFFFFFC7FFFFFF81E2F7CAE27>I<0003F000000007F8
+00000007F80000000FFC0000000FFC0000000FFC0000000FFC0000000F3C0000001F3E00
+00001F3E0000001F3E0000001F3E0000001F3E0000003F3F0000003F3F0000003F3F0000
+003E1F0000003E1F0000007E1F8000007E1F8000007E1F8000007E1F800000FC0FC00000
+FC0FC00000FC0FC00000FC0FC00000FC0FC00001F807E00001F807E00001F807E00001FF
+FFE00001FFFFE00003FFFFF00003FFFFF00003FFFFF00003F003F00003F003F00007E001
+F80007E001F80007E001F80007E001F8000FE001FC007FFC0FFF80FFFC0FFFC0FFFE1FFF
+C0FFFC0FFFC07FFC0FFF80222F7EAE27>65 D<7FFFFFFF80FFFFFFFFC0FFFFFFFFC0FFFF
+FFFFC07FFFFFFFC007E0000FC007E0000FC007E0000FC007E0000FC007E0000FC007E000
+0FC007E000078007E000000007E000000007E000000007E000000007E007800007E00FC0
+0007E00FC00007E00FC00007FFFFC00007FFFFC00007FFFFC00007FFFFC00007FFFFC000
+07E00FC00007E00FC00007E00FC00007E007800007E000000007E000000007E000000007
+E000000007E00003C007E00007E007E00007E007E00007E007E00007E007E00007E007E0
+0007E007E00007E07FFFFFFFE0FFFFFFFFE0FFFFFFFFE0FFFFFFFFE07FFFFFFFC0232E7F
+AD27>69 D<7FFFFFE0FFFFFFF0FFFFFFF0FFFFFFF07FFFFFE0001F8000001F8000001F80
+00001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F80
+00001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F80
+00001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F80
+00001F8000001F8000001F8000001F8000001F8000001F80007FFFFFE0FFFFFFF0FFFFFF
+F0FFFFFFF07FFFFFE01C2E7BAD27>73 D<7FFFC000007FFFE00000FFFFE000007FFFE000
+007FFFC0000003F000000003F000000003F000000003F000000003F000000003F0000000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000003F000000003F000000003F000000003F000000003F000000003F0
+00000003F000000003F000000003F000000003F000000003F000000003F000000003F000
+000003F000078003F0000FC003F0000FC003F0000FC003F0000FC003F0000FC003F0000F
+C003F0000FC07FFFFFFFC07FFFFFFFC0FFFFFFFFC07FFFFFFFC07FFFFFFF80222E7FAD27
+>76 D<7FF003FFE0FFF807FFF0FFF807FFF0FFFC07FFF07FFC03FFE007FC003E0007DE00
+3E0007DE003E0007DE003E0007CF003E0007CF003E0007CF003E0007CF803E0007C7803E
+0007C7C03E0007C7C03E0007C3C03E0007C3E03E0007C3E03E0007C1E03E0007C1F03E00
+07C1F03E0007C1F03E0007C0F83E0007C0F83E0007C0F83E0007C0783E0007C07C3E0007
+C07C3E0007C03C3E0007C03E3E0007C03E3E0007C01E3E0007C01F3E0007C00F3E0007C0
+0F3E0007C00F3E0007C007BE0007C007BE0007C007BE0007C003FE007FFC03FE00FFFE03
+FE00FFFE01FE00FFFE01FE007FFC00FC00242E7FAD27>78 D<00FFFC0007FFFF801FFFFF
+E01FFFFFE03FFFFFF03FC00FF07F8007F87F0003F87E0001F87E0001F87E0001F8FC0000
+FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000
+FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000
+FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFE0001FC7E0001F87E0001
+F87E0001F87F0003F87F8007F83FE01FF03FFFFFF01FFFFFE01FFFFFE007FFFF8000FFFC
+001E307CAE27>I<7FFFFF0000FFFFFFE000FFFFFFF000FFFFFFF8007FFFFFFC0007E003
+FE0007E000FF0007E0007F0007E0003F8007E0001F8007E0001FC007E0000FC007E0000F
+C007E0000FC007E0000FC007E0000FC007E0000FC007E0001FC007E0001F8007E0003F80
+07E0007F0007E000FF0007E003FE0007FFFFFC0007FFFFF80007FFFFF00007FFFFE00007
+FFFF000007E000000007E000000007E000000007E000000007E000000007E000000007E0
+00000007E000000007E000000007E000000007E000000007E000000007E00000007FFE00
+0000FFFF000000FFFF000000FFFF0000007FFE000000222E7FAD27>I<7FFFF00000FFFF
+FE0000FFFFFF8000FFFFFFC0007FFFFFE00007E01FF00007E007F00007E003F80007E001
+F80007E001FC0007E000FC0007E000FC0007E000FC0007E000FC0007E000FC0007E001FC
+0007E001F80007E003F80007E007F00007E01FF00007FFFFE00007FFFFC00007FFFF8000
+07FFFF800007FFFFC00007E01FC00007E00FE00007E007E00007E003F00007E003F00007
+E003F00007E003F00007E003F00007E003F00007E003F00007E003F00007E003F0F007E0
+03F1F807E003F1F807E003F1F807E003F1F87FFE01FBF8FFFF01FFF0FFFF00FFF0FFFF00
+FFE07FFE007FC00000001F00252F7FAD27>82 D<7FFFFFFF80FFFFFFFFC0FFFFFFFFC0FF
+FFFFFFC0FFFFFFFFC0FC03F00FC0FC03F00FC0FC03F00FC0FC03F00FC0FC03F00FC0FC03
+F00FC07803F007800003F000000003F000000003F000000003F000000003F000000003F0
+00000003F000000003F000000003F000000003F000000003F000000003F000000003F000
+000003F000000003F000000003F000000003F000000003F000000003F000000003F00000
+0003F000000003F000000003F000000003F000000003F000000003F000000003F0000000
+03F000000003F0000000FFFFC00001FFFFE00001FFFFE00001FFFFE00000FFFFC000222E
+7EAD27>84 D<7FFE01FFF8FFFF03FFFCFFFF03FFFCFFFF03FFFC7FFE01FFF807E0001F80
+07E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007
+E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0
+001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E000
+1F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007E0001F8007F0003F
+8003F0003F0003F0003F0003F8007F0001F8007E0001FC00FE0000FE01FC00007F87F800
+007FFFF800003FFFF000000FFFC0000007FF80000001FE0000262F80AD27>I<7FFC03FF
+E07FFE07FFE0FFFE07FFF07FFE07FFE07FFC03FFE007E0007E0007E0007E0007E0007E00
+07E0007E0003F000FC0003F000FC0003F000FC0003F000FC0003F801FC0001F801F80001
+F801F80001F801F80001F801F80000FC03F00000FC03F00000FC03F00000FC03F000007E
+07E000007E07E000007E07E000007E07E000007E07E000003F0FC000003F0FC000003F0F
+C000003F0FC000001F0F8000001F9F8000001F9F8000001F9F8000000F9F0000000F9F00
+00000F9F0000000F9F0000000F9F00000007FE00000007FE00000007FE00000007FE0000
+0003FC00000003FC00000001F80000242F7FAD27>I<7FFFF0FFFFF8FFFFF8FFFFF8FFFF
+F0FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC00
+00FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC00
+00FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC00
+00FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC00
+00FFFFF0FFFFF8FFFFF8FFFFF87FFFF0153A71B327>91 D<7FFFF0FFFFF8FFFFF8FFFFF8
+7FFFF80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F8
+0001F87FFFF8FFFFF8FFFFF8FFFFF87FFFF0153A7EB327>93 D<03FFC000000FFFF00000
+1FFFFC00003FFFFF00003FFFFF80003F80FF80003F801FC0001F000FC00004000FE00000
+0007E000000007E000000FFFE000007FFFE00003FFFFE0000FFFFFE0001FFFFFE0003FFC
+07E0007FC007E0007F0007E000FE0007E000FC0007E000FC0007E000FC0007E000FC0007
+E000FE000FE0007F001FE0007FC0FFE0003FFFFFFF801FFFFFFFC00FFFFFFFC003FFF1FF
+C000FF807F8022207C9F27>97 D<000FFF00007FFFC001FFFFE003FFFFF007FFFFF00FF8
+07F01FE007F03FC003E03F8000807F0000007E0000007E000000FE000000FC000000FC00
+0000FC000000FC000000FC000000FC000000FE0000007E0000007E0000007F0000F03F80
+01F83FC001F81FE003F80FF80FF007FFFFF003FFFFE001FFFFC0007FFF00000FF8001D20
+7B9F27>99 D<00003FF00000007FF80000007FF80000007FF80000003FF800000001F800
+000001F800000001F800000001F800000001F800000001F800000001F800000001F80000
+0001F800000FE1F800007FFDF80001FFFFF80003FFFFF80007FFFFF8000FF83FF8001FE0
+0FF8003FC007F8003F8003F8007F0003F8007E0001F8007E0001F800FE0001F800FC0001
+F800FC0001F800FC0001F800FC0001F800FC0001F800FC0001F800FE0001F8007E0003F8
+007E0003F8007F0003F8003F0007F8003F800FF8001FE01FF8000FF03FF80007FFFFFFC0
+03FFFFFFE001FFFDFFE0007FF9FFE0001FE0FFC0232E7EAD27>I<000FF800003FFE0000
+FFFF8003FFFFC007FFFFE00FFC0FF01FE003F81FC001F83F8001FC7F0000FC7E0000FC7E
+00007EFE00007EFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFCFC000000FE0000007E
+0000007F0000003F00003C3F80007E1FC0007E1FF000FE0FFC07FC07FFFFFC01FFFFF800
+FFFFF0003FFFC00007FE001F207D9F27>I<7FE0000000FFF0000000FFF0000000FFF000
+00007FF000000003F000000003F000000003F000000003F000000003F000000003F00000
+0003F000000003F000000003F000000003F07F000003F1FFC00003F7FFF00003FFFFF000
+03FFFFF80003FFC1F80003FF01FC0003FE00FC0003FC00FC0003F800FC0003F800FC0003
+F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F0
+00FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000
+FC0003F000FC007FFF83FFE0FFFFC7FFF0FFFFC7FFF0FFFFC7FFF07FFF83FFE0242E7FAD
+27>104 D<000F0000001F8000003FC000003FC000003FC000003FC000001F8000000F00
+00000000000000000000000000000000000000000000000000000000003FFF80007FFFC0
+007FFFC0007FFFC0003FFFC000000FC000000FC000000FC000000FC000000FC000000FC0
+00000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC0
+00000FC000000FC000000FC000000FC000000FC000000FC000000FC0007FFFFFF0FFFFFF
+F0FFFFFFF8FFFFFFF07FFFFFF01D2F7BAE27>I<7FE00000007FF0000000FFF00000007F
+F00000007FF000000001F000000001F000000001F000000001F000000001F000000001F0
+00000001F000000001F000000001F000000001F03FFFC001F07FFFE001F07FFFE001F07F
+FFE001F03FFFC001F003F80001F007F00001F00FE00001F01FC00001F03F800001F0FF00
+0001F1FE000001F3FC000001F7F8000001FFFC000001FFFE000001FFFF000001FF3F0000
+01FE1F800001FC0FC00001F80FE00001F007E00001F003F00001F001F80001F001FC0001
+F000FE0001F0007E007FFFC1FFF07FFFC3FFF8FFFFE3FFF87FFFC3FFF87FFFC3FFF0252E
+80AD27>107 D<7FFF8000FFFFC000FFFFC000FFFFC0007FFFC000000FC000000FC00000
+0FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC00000
+0FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC00000
+0FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC00000
+0FC000000FC000000FC000000FC000000FC000000FC000000FC0007FFFFFF8FFFFFFFCFF
+FFFFFCFFFFFFFC7FFFFFF81E2E7CAD27>I<7F07C01F0000FF9FF07FC000FFFFF9FFE000
+FFFFFFFFF0007FFFFFFFF0000FFC7FF1F8000FF03FC0F8000FE03F80F8000FC03F00F800
+0FC03F00F8000FC03F00F8000F803E00F8000F803E00F8000F803E00F8000F803E00F800
+0F803E00F8000F803E00F8000F803E00F8000F803E00F8000F803E00F8000F803E00F800
+0F803E00F8000F803E00F8000F803E00F8000F803E00F8000F803E00F8000F803E00F800
+7FF0FFC3FF00FFF8FFE3FF80FFF9FFE7FF80FFF8FFE3FF807FF0FFC3FF002920819F27>
+I<7FE07F0000FFF1FFC000FFF7FFF000FFFFFFF0007FFFFFF80003FFC1F80003FF01FC00
+03FE00FC0003FC00FC0003F800FC0003F800FC0003F000FC0003F000FC0003F000FC0003
+F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F0
+00FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC007FFF83FFE0FFFFC7
+FFF0FFFFC7FFF0FFFFC7FFF07FFF83FFE024207F9F27>I<001FE000007FF80001FFFE00
+03FFFF0007FFFF800FF03FC01FC00FE03F8007F03F0003F07F0003F87E0001F87E0001F8
+FC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFC0000FCFE0001FC7E0001F8
+7E0001F87F0003F83F8007F03F8007F01FE01FE00FF03FC007FFFF8003FFFF0001FFFE00
+007FF800001FE0001E207C9F27>I<7FE0FF0000FFF3FFC000FFFFFFF000FFFFFFF8007F
+FFFFFC0003FF81FE0003FE00FF0003FC003F8003F8001F8003F8001FC003F0000FC003F0
+000FC003F0000FE003F00007E003F00007E003F00007E003F00007E003F00007E003F000
+07E003F0000FE003F0000FC003F8000FC003F8001FC003FC003F8003FC007F8003FE00FF
+0003FF83FE0003FFFFFC0003FFFFF80003FFFFF00003F3FFC00003F0FE000003F0000000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000003F000000003F00000007FFF800000FFFFC00000FFFFC00000FFFF
+C000007FFF80000023317F9F27>I<7FFC03FC00FFFE0FFF00FFFE3FFF80FFFE7FFFC07F
+FEFFFFC0007FFE1FC0007FF81FC0007FF00F80007FE00200007FC00000007F800000007F
+800000007F000000007F000000007E000000007E000000007E000000007E000000007E00
+0000007E000000007E000000007E000000007E000000007E000000007E000000007E0000
+00007E0000007FFFFF8000FFFFFFC000FFFFFFC000FFFFFFC0007FFFFF800022207E9F27
+>114 D<00FFF38007FFFFC01FFFFFC03FFFFFC07FFFFFC07F803FC0FC000FC0F8000FC0
+F8000FC0F8000780FC0000007F8000007FFC00003FFFF0001FFFFC0007FFFF0001FFFF80
+000FFFC000003FE0000007E0780003F0FC0001F0FC0001F0FE0001F0FE0003F0FF0007E0
+FFE01FE0FFFFFFC0FFFFFF80FFFFFF00FBFFFC00707FF0001C207B9F27>I<003C000000
+7E0000007E0000007E0000007E0000007E0000007E0000007E0000007E00007FFFFFF0FF
+FFFFF8FFFFFFF8FFFFFFF87FFFFFF0007E0000007E0000007E0000007E0000007E000000
+7E0000007E0000007E0000007E0000007E0000007E0000007E0000007E0000007E000000
+7E0018007E007E007E007E007E007E007E007E007E00FE003F00FC003F83FC003FFFF800
+1FFFF0000FFFE00003FFC00000FF001F297EA827>I<7FE01FF800FFF03FFC00FFF03FFC
+00FFF03FFC007FF01FFC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC00
+03F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003
+F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F000FC0003F001FC0003F0
+01FC0003F003FC0003FC0FFC0001FFFFFFE001FFFFFFF000FFFFFFF0003FFEFFF0000FF8
+7FE024207F9F27>I<7FFC0FFF80FFFE1FFFC0FFFE1FFFC0FFFE1FFFC07FFC0FFF8007C0
+00F80007E001F80003E001F00003E001F00003F003F00001F003E00001F003E00001F807
+E00000F807C00000F807C00000F807C000007C0F8000007C0F8000007C0F8000003E1F00
+00003E1F0000003E1F0000003F3F0000001F3E0000001F3E0000001FFE0000000FFC0000
+000FFC0000000FFC00000007F800000007F800000003F0000022207E9F27>I<7FFE07FF
+E0FFFE07FFF0FFFF0FFFF0FFFE07FFF07FFE07FFE00F80001F000F80001F000F80001F00
+0FC0003F0007C0003E0007C0003E0007C0003E0007C0003E0007C0F03E0007C1F83E0003
+E3FC7C0003E3FC7C0003E3FC7C0003E3FC7C0003E79E7C0003E79E7C0001E79E780001E7
+9E780001E79E780001F79EF80001F79EF80001FF0FF80000FF0FF00000FF0FF00000FF0F
+F00000FE07F000007C03E00024207F9F27>I<3FFC1FFF007FFE3FFF007FFE3FFF807FFE
+3FFF003FFC1FFF0001F807E00000FC0FC00000FC1F8000007E1F0000003F3F0000001F7E
+0000001FFC0000000FF800000007F800000003F000000003E000000003F000000007F800
+00000FF80000001FFC0000001F3E0000003E3F0000007E1F0000007C0F800000F80FC000
+01F807E00003F003E0007FFE1FFF807FFE1FFF80FFFF3FFFC07FFE1FFF807FFE1FFF8022
+207E9F27>I E /Fu 6 85 df<7FFFFFFFFFFCFFFFFFFFFFFEFFFFFFFFFFFE7FFFFFFFFF
+FC2F047A943C>0 D<6000000030F8000000F8FC000001F87E000003F03F000007E01F80
+000FC00FC0001F8007E0003F0003F0007E0001F800FC0000FC01F800007E03F000003F07
+E000001F8FC000000FDF80000007FF00000003FE00000001FC00000001FC00000003FE00
+000007FF0000000FDF8000001F8FC000003F07E000007E03F00000FC01F80001F800FC00
+03F0007E0007E0003F000FC0001F801F80000FC03F000007E07E000003F0FC000001F8F8
+000000F86000000030252475A43C>2 D<001FC00000FFF80001FFFC0007FFFF000FFFFF
+801FFFFFC03FFFFFE03FFFFFE07FFFFFF07FFFFFF0FFFFFFF8FFFFFFF8FFFFFFF8FFFFFF
+F8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFF87FFFFFF07FFFFFF03FFFFF
+E03FFFFFE01FFFFFC00FFFFF8007FFFF0001FFFC0000FFF800001FC0001D1E7CA126>15
+D<700000000000FC0000000000FF00000000007FC0000000001FF00000000007FC000000
+0001FF00000000007FC0000000001FF00000000007FC0000000001FF00000000007FC000
+0000001FF00000000007FC0000000001FF00000000007FC0000000001FF00000000007FC
+0000000001FF00000000007FC0000000001FF00000000007FC0000000001FE0000000001
+FE0000000007FC000000001FF0000000007FC000000001FF0000000007FC000000001FF0
+000000007FC000000001FF0000000007FC000000001FF0000000007FC000000001FF0000
+000007FC000000001FF0000000007FC000000001FF0000000007FC000000001FF0000000
+007FC000000000FF0000000000FC00000000007000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000007FFFFFFFFFFCFFFFFFFFFF
+FEFFFFFFFFFFFE7FFFFFFFFFFC2F3E7AB03C>21 D<00001FFFFF80000001FFFFFFF80000
+0FFFFFFFFE00003FFFFFFFFF8000FE1FC03FFFC001E01FC003FFE007801FC000FFF00F00
+1FC0003FF01F001F80001FF83E001F80000FF87E001F800007F87C003F800007F8F8003F
+800003F8E0003F800003F800003F000003F800003F000003F000003F000003F000007F00
+0003F000007F000007E000007E000007E000007E000007C000007E00000FC00000FE0000
+0F800000FE00001F000000FC00001E000000FC00003C000000FC000078000001FC0000F0
+000001F80001C0000001F8000780000001F8001F00000003F801FC00000003F07FF00000
+0003F1FF8000000003F7FE0000000007EFE00000000007E0000000000007E00000000000
+0FC000000000000FC000000000000FC000000000001F8000000000001F8000000000001F
+8000000000003F0000000000003F0000000000003F0000000000007E0000000000007E00
+00000000007C000000000000FC000000000000FC000000000001F8000000000001E00000
+0000000180000000000035377EB236>80 D<00000000000000E000000000000003C00000
+FFFFFFFFFF800007FFFFFFFFFF00001FFFFFFFFFFC00007FFFFFFFFFF00000FFFFFFFFFF
+800003C0001F800000000780003F800000000F80003F800000001F00003F800000003F00
+007F000000007F00007F000000007E00007F00000000FC00007F00000000F80000FE0000
+0000E00000FE00000000000000FE00000000000000FE00000000000001FC000000000000
+01FC00000000000001FC00000000000001FC00000000000003F800000000000003F80000
+0000000003F800000000000003F800000000000007F000000000000007F0000000000000
+07F000000000000007F00000000000000FE00000000000000FE00000000000000FE00000
+000000000FE00000000000001FC00000000000001FC00000000000001FC0000000000000
+1FC00000000000003F800000000000003F800000000000003F800000000000003F800000
+000000007F000000000000007F000000000000007F000000000000007E00000000000000
+FE00000000000000FC00000000000000FC00000000000001FC00000000000001F8000000
+00000003F800000000000003F000000000000003E000000000000007C000000000000007
+800000000000000E0000000000003B3A7DB42A>84 D E /Fv 10
+58 df<00FF0003FFC00781E00F00F01E00783C003C3C003C78001E78001E78001E78001E
+F8001FF8001FF8001FF8001FF8001FF8001FF8001FF8001FF8001FF8001FF8001FF8001F
+F8001F78001E78001E7C003E3C003C3C003C1E00780F00F00781E003FFC000FF0018227D
+A01E>48 D<00E00001E00007E000FFE000F9E00001E00001E00001E00001E00001E00001
+E00001E00001E00001E00001E00001E00001E00001E00001E00001E00001E00001E00001
+E00001E00001E00001E00001E00001E00001E00001E00003F000FFFFC0FFFFC012217AA0
+1E>I<01FC0007FF801C0FC03003E06001F06000F8F800F8FC00FCFC00FCFC007C78007C
+3000FC0000FC0000F80000F80001F00003E00003C0000780000F00001E00003800007000
+00E00001C00C03800C0600180C00181800183FFFF87FFFF8FFFFF0FFFFF016217CA01E>
+I<00FF0003FFC00F03E01C00F01C00F83E00FC3E007C3E007C1E00FC0C00FC0000F80000
+F80001F00003E0000FC001FF0001FF000003E00000F000007800007C00003E00003F3000
+3F78003FFC003FFC003FFC003EF8007E60007C3800F81E03F00FFFC001FF0018227DA01E
+>I<0000E00001E00001E00003E00007E00007E0000DE0001DE00039E00031E00061E000
+E1E000C1E00181E00381E00701E00601E00C01E01C01E01801E03001E07001E0E001E0FF
+FFFFFFFFFF0001E00001E00001E00001E00001E00001E00003F0003FFF003FFF18227DA1
+1E>I<1000301E01F01FFFE01FFFC01FFF801FFE001BF000180000180000180000180000
+18000018FE001BFF801F03C01C01E01800F01800F800007800007800007C00007C30007C
+78007CF8007CF8007CF80078F000F86000F07001E03801E01E078007FF0001F80016227C
+A01E>I<000FC0007FF001F03803C01807803C0F007C1E007C1C00383C00003C00007C00
+00780000787FC0F9FFE0FB80F0FE0038FE003CFC001EFC001EF8001FF8001FF8001FF800
+1F78001F78001F78001F3C001E3C001E1C003C1E00380F00700781E001FFC0007F001822
+7DA01E>I<3000003C00003FFFFF3FFFFF7FFFFE7FFFFC60001C600038600070C000E0C0
+00C00001C0000380000700000600000E00001C00001C0000380000380000780000780000
+780000F00000F00000F00000F00001F00001F00001F00001F00001F00001F00001F00000
+E00018237CA11E>I<007F0003FFC00781E00E00701C003818001C38001C38001C38001C
+3C001C3F00381FC0781FE0F00FF9E007FF8001FF8001FFC007FFF00F0FF81C03FC3801FE
+70007E70001FE0000FE00007E00007E00007E0000670000E78000C3C00381F00F007FFC0
+00FF0018227DA01E>I<00FE0003FFC00781E00E00701C00783C003878003C78003CF800
+1EF8001EF8001EF8001FF8001FF8001FF8001F78003F78003F3C007F1C007F0F01DF07FF
+9F03FE1E00001E00001E00003E00003C1C00383E00783E00703C00E01801C01C07800FFE
+0003F80018227DA01E>I E /Fw 15 119 df<00007F0000000003FFE00000000FC0F800
+00003F007C0000007C007E006000F8003F006001F0003F00E003E0001F80C007E0001F80
+C00FC0001F81C00FC0001FC1801F80000FC1803F80000FC3803F00000FC3003F00000FC7
+007F00000FC6007E00000FCE007E00000FDC007E00000FD8007E00000FF800FC00000FF0
+00FC00000FE000FC00000FC0007C00000FC0007C00000FC0007C00000FC0007C00001FC0
+003E00003FC0003E000077C0C01F0001E7E0C00F800783E1C007C07E03E38001FFF801FF
+00007F80007C002B227EA031>11 D<00000007F0000000001FFE00000000781F00000001
+E00F800000038007C00000070007E000000E0003E000001C0003E00000380003E0000070
+0003E00000E00007E00000C00007E00001C00007E00001800007E0000380000FE0000300
+000FC0000700000FC0000600001F80000600001F80000E00003F00000C00007E00000C01
+FE7C00001C03FFF80000180703F000001807FFF800001801FE7C00003800003E00003000
+003E00003000003F00003000001F00007000001F00006000001F00006000001F00006000
+001F0000E000003F0000C000003F0000C000003F0000C000003F0001C000007F0001C000
+007E00018000007E0001800000FE0003800000FC0003C00000FC0003C00001F80003C000
+03F00007E00003E00006600007C0000670000F80000638001F00000E1C007E00000C0F01
+F800000C03FFE000000C00FF0000001C0000000000180000000000180000000000180000
+000000380000000000300000000000300000000000300000000000700000000000600000
+000000600000000000600000000000E00000000000E000000000002B447FB42B>I<3C7E
+FFFFFFFF7E3C08087A8715>58 D<0000000003000000000000070000000000000F000000
+0000000F0000000000001F8000000000001F8000000000003F8000000000007F80000000
+00007F800000000000FF800000000000FF800000000001BF8000000000033F8000000000
+033FC000000000063FC000000000061FC0000000000C1FC000000000181FC00000000018
+1FC000000000301FC000000000701FC000000000601FC000000000C01FC000000000C01F
+E000000001801FE000000003800FE000000003000FE000000006000FE000000006000FE0
+0000000C000FE00000001C000FE000000018000FE000000030000FF000000030000FF000
+00007FFFFFF0000000FFFFFFF0000000FFFFFFF0000001800007F0000001800007F00000
+03000007F0000006000007F0000006000007F800000C000007F800000C000003F8000018
+000003F8000030000003F8000070000003F8000060000003F80000E0000003F80001E000
+0003F80007F0000007FC00FFFF0001FFFFF0FFFF0001FFFFF0FFFE0001FFFFF034367DB5
+3A>65 D<0000000FF800180000007FFF0038000003FFFFC07800000FFC03E0F000003FC0
+00F1F00000FF00003BF00001FC00001FF00007F800001FE0000FF000000FE0001FE00000
+07E0003F80000007E0007F80000007C000FF00000003C001FE00000003C001FC00000003
+C003FC000000038007F800000003800FF000000003800FF000000003801FE00000000300
+1FE000000003003FC000000003003FC000000000007FC000000000007F8000000000007F
+8000000000007F800000000000FF800000000000FF000000000000FF000000000000FF00
+0000000000FF000000000000FE000000000000FE000000000000FE000000003800FE0000
+00003800FE000000003000FE000000003000FE000000007000FE000000006000FE000000
+00E0007F00000001C0007F0000000180007F0000000380003F8000000700003F8000000E
+00001FC000001C00000FE0000038000007F0000070000003F80001E0000001FC0007C000
+0000FF803F000000003FFFFC000000000FFFF00000000001FF8000000035377CB437>67
+D<000FFFFFFFFFFE000FFFFFFFFFFE000FFFFFFFFFFC00003FC00003FC00003FC00000FC
+00003FC000007C00003F8000003C00003F8000003C00007F8000001C00007F8000001800
+007F0000001800007F000000180000FF000000180000FF000000180000FE000300180000
+FE000300180001FE000700380001FE000600300001FC000600000001FC000E00000003FC
+000E00000003FC001C00000003F8007C00000003FFFFFC00000007FFFFFC00000007FFFF
+F800000007F000F800000007F000380000000FF000380000000FF000300000000FE00030
+0000000FE000300060001FE0007000E0001FE0006000C0001FC0006001C0001FC0000001
+80003FC000000180003FC000000380003F8000000300003F8000000700007F8000000E00
+007F8000000E00007F0000001E00007F0000003C0000FF0000007C0000FF000000F80000
+FE000003F80001FE00001FF000FFFFFFFFFFF000FFFFFFFFFFF000FFFFFFFFFFE0003733
+7DB239>69 D<000FFFFFFFFFFC000FFFFFFFFFFC000FFFFFFFFFF800003FC00007F80000
+3FC00000F800003FC000007800003F8000007800003F8000003800007F8000003800007F
+8000003000007F0000003000007F000000300000FF000000300000FF000000300000FE00
+0000300000FE000600300001FE000E00700001FE000C00600001FC000C00000001FC000C
+00000003FC001C00000003FC003800000003F8003800000003F800F800000007FFFFF800
+000007FFFFF800000007FFFFF000000007F001F00000000FF000F00000000FF000600000
+000FE000600000000FE000600000001FE000E00000001FE000C00000001FC000C0000000
+1FC000C00000003FC000000000003FC000000000003F8000000000003F8000000000007F
+8000000000007F8000000000007F0000000000007F000000000000FF000000000000FF00
+0000000000FE000000000001FF0000000000FFFFFF00000000FFFFFF00000000FFFFFF00
+00000036337DB231>I<000FFFE00001FFFF000FFFE00001FFFF000FFFF00001FFFF0000
+1FF000000FE000003FF80000078000003FF800000700000033FC00000600000033FC0000
+0600000071FE00000E00000071FE00000C00000060FE00000C00000060FF00000C000000
+E07F00001C000000E07F800018000000C03F800018000000C03FC00018000001C03FC000
+38000001C01FE00030000001801FE00030000001800FF00030000003800FF00070000003
+8007F800600000030007F800600000030003F800600000070003FC00E00000070001FC00
+C00000060001FE00C00000060000FE00C000000E0000FF01C000000E0000FF018000000C
+00007F818000000C00007F818000001C00003FC38000001C00003FC30000001800001FE3
+0000001800001FE30000003800000FF70000003800000FF600000030000007F600000030
+000007FE00000070000003FE00000070000003FC00000060000001FC00000060000001FC
+000000E0000001FC000000E0000000F8000001E0000000F8000007F0000000780000FFFF
+800000780000FFFF800000300000FFFF80000030000040337DB23D>78
+D<00000007FC00000000007FFFC000000001F807F00000000FE001F80000001F80007E00
+00007E00003F000000FC00001F800003F000001F800007E000000FC0000FC0000007E000
+1F80000007E0003F80000007F0007F00000007F000FE00000003F000FC00000003F801FC
+00000003F803F800000003F803F800000003F807F000000003F807F000000003F80FF000
+000003F80FE000000003F81FE000000007F81FC000000007F83FC000000007F83FC00000
+0007F83FC000000007F87F800000000FF07F800000000FF07F800000000FF07F80000000
+1FE07F800000001FE07F000000001FE0FF000000003FC0FF000000003FC0FF000000003F
+80FF000000007F807F000000007F007F00000000FF007F00000000FE007F00000001FC00
+7F00000003F8003F80000003F8003F80000007F0001F8000000FE0001FC000001FC0000F
+C000003F80000FE000007E000007E00000FC000003F00001F8000001F80007E0000000FE
+001F800000003F80FE000000000FFFF80000000001FF8000000035377DB43A>I<000FFF
+FFFFF000000FFFFFFFFE00000FFFFFFFFF0000003FC0007FC000003FC0001FE000003FC0
+0007F000003F800007F000003F800003F800007F800003F800007F800003F800007F0000
+03FC00007F000003FC0000FF000003FC0000FF000007F80000FE000007F80000FE000007
+F80001FE000007F00001FE00000FF00001FC00000FE00001FC00001FC00003FC00003F80
+0003FC00007F000003F80000FE000003F80003FC000007F8001FF0000007FFFFFFC00000
+07FFFFFE00000007F000000000000FF000000000000FF000000000000FE000000000000F
+E000000000001FE000000000001FE000000000001FC000000000001FC000000000003FC0
+00000000003FC000000000003F8000000000003F8000000000007F8000000000007F8000
+000000007F0000000000007F000000000000FF000000000000FF000000000000FE000000
+000001FE0000000000FFFFFC00000000FFFFFC00000000FFFFFC0000000036337DB231>
+I<000FFFFFFF8000000FFFFFFFF800000FFFFFFFFE0000003FC001FF0000003FC0003FC0
+00003FC0001FE000003F80000FE000003F800007F000007F800007F000007F800007F000
+007F000007F800007F000007F80000FF000007F80000FF00000FF00000FE00000FF00000
+FE00000FF00001FE00001FE00001FE00001FC00001FC00003F800001FC00003F000003FC
+00007E000003FC0001FC000003F80007F0000003F8003FC0000007FFFFFE00000007FFFF
+F800000007F0007E00000007F0003F0000000FF0001F8000000FF0000FC000000FE0000F
+C000000FE0000FE000001FE0000FE000001FE0000FE000001FC0000FE000001FC0000FE0
+00003FC0001FE000003FC0001FE000003F80001FE000003F80001FE000007F80003FE000
+007F80003FC000007F00003FC000007F00003FC00600FF00003FC00E00FF00003FC00C00
+FE00003FC01C01FE00003FC018FFFFFC001FC038FFFFFC000FE070FFFFFC0007E0E00000
+000003FFC000000000007F0037357DB23A>82 D<000000FF0018000007FFE03800001FFF
+F87800007F00FCF80000FC001FF00001F0000FF00003E00007F00007C00003F0000F8000
+03E0000F800003E0001F000001E0001F000001E0003E000001C0003E000001C0003E0000
+01C0007E000001C0007E00000180007E00000180007F00000000007F80000000007FC000
+0000003FF0000000003FFF000000003FFFF00000001FFFFE0000000FFFFF80000007FFFF
+C0000003FFFFE0000000FFFFF00000000FFFF800000000FFF8000000000FF80000000007
+FC0000000003FC0000000001FC0000000000FC0000000000FC000C000000FC000C000000
+FC001C000000F80018000000F80018000000F80018000001F80038000001F0003C000003
+F0003C000003E0003C000007C0007E00000F80007F00001F80007F80003F00007BE0007C
+0000F9FC03F80000F07FFFE00000E01FFF800000C003FE0000002D377CB42F>I<03FFFF
+FFFFFFF007FFFFFFFFFFF007FFFFFFFFFFE007F0007F000FE00F8000FF0003E00F0000FF
+0001E00E0000FE0001E01C0000FE0000C01C0001FE0000C0180001FE0000C0380001FC00
+01C0380001FC0001C0300003FC000180700003FC000180600003F8000180600003F80001
+80600007F8000380E00007F8000300000007F0000000000007F000000000000FF0000000
+00000FF000000000000FE000000000000FE000000000001FE000000000001FE000000000
+001FC000000000001FC000000000003FC000000000003FC000000000003F800000000000
+3F8000000000007F8000000000007F8000000000007F0000000000007F000000000000FF
+000000000000FF000000000000FE000000000000FE000000000001FE000000000001FE00
+0000000001FC000000000001FC000000000003FC000000000003FC000000000003F80000
+00000007FC000000001FFFFFFE0000001FFFFFFE0000001FFFFFFE00000034337FB22D>
+I<7FFFF80000FFFEFFFFF80000FFFEFFFFF80000FFFE03FF0000001FE001FE0000000F00
+00FF0000001E0000FF0000001C0000FF0000003800007F8000006000007F800000C00000
+3FC00001C000003FC000038000003FC000070000001FE000060000001FE0000C0000001F
+E000180000000FF000300000000FF0006000000007F800E000000007F801C000000007F8
+038000000003FC030000000003FC060000000003FC0C0000000001FE180000000001FE30
+0000000000FF600000000000FFE00000000000FFC000000000007F8000000000007F0000
+000000007F0000000000007E000000000000FE000000000000FE000000000000FE000000
+000000FC000000000001FC000000000001FC000000000001FC000000000001F800000000
+0003F8000000000003F8000000000003F8000000000003F0000000000007F00000000000
+07F000000000000FF00000000007FFFFE000000007FFFFE000000007FFFFE00000003733
+7EB22D>89 D<00F0000E0003FC001F00071E003F800E1F003F801C1F003F80381F801F80
+301F800F80303F800780703F000780603F000380607F000380E07E000300407E00030000
+FE00030000FC00070001FC00060001F800060001F800060001F8000E0003F8000C0003F0
+000C0003F0001C0003F000180003F000380003E000300003E000700003E000600003F000
+E00003F001C00001F003800001F807000000FC1E0000003FF800000007E0000021227EA0
+25>118 D E /Fx 85 128 df<00003FE00FE00001FFF83FF80007E01EF83C001F800FF0
+7E003F001FE0FE007E003FE0FE00FC003FC0FE01F8003FC0FE01F8003FC03803F0001F80
+0003F0001F800003F0001F800003F0001F800003F0001F800003F0001F800003F0001F80
+0003F0001F800003F0001F800003F0001F800003F0001F800003F0001F8000FFFFFFFFFF
+C0FFFFFFFFFFC0FFFFFFFFFFC003F0001F800003F0001F800003F0001F800003F0001F80
+0003F0001F800003F0001F800003F0001F800003F0001F800003F0001F800003F0001F80
+0003F0001F800003F0001F800003F0001F800003F0001F800003F0001F800003F0001F80
+0003F0001F800003F0001F800003F0001F800003F0001F800003F0001F800003F0001F80
+0003F0001F800003F0001F800003F0001F800007F8003FC000FFFF83FFFF00FFFF83FFFF
+00FFFF83FFFF002F357FB42D>11 D<00001FE0000000FFFC000003F01E00000FC0078000
+1F800780003F000FC0007E001FC000FC001FC000FC001FC001F8001FC001F8000F8001F8
+00000001F800000001F800000001F800000001F800000001F800000001F800000001F800
+000001F800000001F8000FC0FFFFFFFFC0FFFFFFFFC0FFFFFFFFC001F8001FC001F8000F
+C001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC0
+01F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001
+F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8
+000FC001F8000FC003FC001FE07FFFC1FFFF7FFFC1FFFF7FFFC1FFFF28357FB42B>I<00
+001FF8000000FFFFC00003F00FC0000FC01FC0001F801FC0003F001FC0007E001FC000FC
+001FC000FC000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F800
+0FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC0FFFFFFFF
+C0FFFFFFFFC0FFFFFFFFC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC0
+01F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001
+F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8
+000FC001F8000FC001F8000FC001F8000FC001F8000FC001F8000FC003FC001FE07FFFE3
+FFFF7FFFE3FFFF7FFFE3FFFF28357FB42B>I<00001FE000FF00000000FFFC07FFE00000
+03F01E1F80F000000FC0077E003C00001F8007FC003C00003F001FF8007E00007E001FF0
+00FE0000FC001FE000FE0000FC001FE000FE0001F8001FC000FE0001F8000FC0007C0001
+F8000FC000000001F8000FC000000001F8000FC000000001F8000FC000000001F8000FC0
+00000001F8000FC000000001F8000FC000000001F8000FC000000001F8000FC000000001
+F8000FC0007E00FFFFFFFFFFFFFE00FFFFFFFFFFFFFE00FFFFFFFFFFFFFE0001F8000FC0
+00FE0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001
+F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0
+007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001
+F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0
+007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001F8000FC0007E0001
+F8000FC0007E0001F8000FC0007E0003FC001FE000FF007FFFC1FFFE0FFFF87FFFC1FFFE
+0FFFF87FFFC1FFFE0FFFF83D357FB440>I<007800FC00FC01FC03FC07F807E00FC01F80
+1F003C007800F00040000E0E71B326>19 D<01F80001F80001F80001FF00003F80000FC0
+000FE00007E00007E0000FE0001FC0007F80FFFE00FFE000130E777D22>24
+D<3C7EFFFFFFFFFFFFFFFF7E7E7E7E7E7E7E7E7E7E7E3E3C3C3C3C3C3C3C3C3C3C3C1818
+18181818000000000000003C7EFFFFFFFF7E3C08367AB515>33 D<3C00F07E01F8FF03FC
+FF03FCFF83FEFF83FE7F81FE3D80F601800601800601800601800603800E03000C03000C
+07001C0600180E00380C00301C00703800E07001C060018017177EB326>I<007C000000
+030003FE000000078007878000000F800F01C000001F801E00E000003F003E00F800007E
+003C007C0001FE007C007F8007FC007C0033FFFEF8007800307FF9F800F800380001F000
+F800180003E000F800180007E000F800180007C000F80018000F8000F80018001F8000F8
+0018003F0000F80018003E0000F80018007C0000F8003800FC000078003000F800007C00
+3001F000007C007003F000003C006003E000003E00E007C000001E00C00FC000000F01C0
+0F8000000787801F00000003FE003F000000007C003E0000000000007C001F00000000FC
+00FF80000000F801E1E0000001F003C070000003F0078030000003E00F8038000007C00F
+001800000FC01F001C00000F801F000C00001F001E000C00003F003E000E00003E003E00
+0600007C003E00060000FC003E00060001F8003E00060001F0003E00060003E0003E0006
+0007E0003E00060007C0003E0006000F80003E000E001F80001E000C001F00001F000C00
+3E00001F001C007E00000F0018007C00000F803800F8000007803001F8000003C07001F0
+000001E1E001E0000000FF8000C00000001F00373C7CB740>37 D<3C007E00FF00FF00FF
+80FF807F803D800180018001800180038003000300070006000E000C001C003800700060
+0009177AB315>39 D<0000C00001C0000380000F00000E00001C00003C0000780000F000
+00F00001E00003C00003C00007C0000780000F80000F00001F00001F00001E00003E0000
+3E00003E00003C00007C00007C00007C00007C00007C0000F80000F80000F80000F80000
+F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000
+7C00007C00007C00007C00007C00003C00003E00003E00003E00001E00001F00001F0000
+0F00000F800007800007C00003C00003C00001E00000F00000F000007800003C00001C00
+000E00000F000003800001C00000C0124A79B71E>I<C00000E000007000003C00001C00
+000E00000F000007800003C00003C00001E00000F00000F00000F800007800007C00003C
+00003E00003E00001E00001F00001F00001F00000F00000F80000F80000F80000F80000F
+800007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007
+C00007C00007C00007C00007C0000F80000F80000F80000F80000F80000F00001F00001F
+00001F00001E00003E00003E00003C00007C0000780000F80000F00000F00001E00003C0
+0003C0000780000F00000E00001C00003C0000700000E00000C00000124A7CB71E>I<00
+0E0000001F0000001F0000001F0000001F0000001F0000001F0000700E01C0F80E03E0FE
+0E0FE0FF0E1FE07F8E3FC01FEEFF0003FFF80000FFE000003F8000003F800000FFE00003
+FFF8001FEEFF007F8E3FC0FF0E1FE0FE0E0FE0F80E03E0700E01C0001F0000001F000000
+1F0000001F0000001F0000001F0000000E00001B207BB726>I<00000060000000000000
+F0000000000000F0000000000000F0000000000000F0000000000000F0000000000000F0
+000000000000F0000000000000F0000000000000F0000000000000F0000000000000F000
+0000000000F0000000000000F0000000000000F0000000000000F0000000000000F00000
+00000000F0000000000000F0000000000000F0000000000000F0000000000000F0000000
+000000F00000007FFFFFFFFFFFC0FFFFFFFFFFFFE0FFFFFFFFFFFFE07FFFFFFFFFFFC000
+0000F0000000000000F0000000000000F0000000000000F0000000000000F00000000000
+00F0000000000000F0000000000000F0000000000000F0000000000000F0000000000000
+F0000000000000F0000000000000F0000000000000F0000000000000F0000000000000F0
+000000000000F0000000000000F0000000000000F0000000000000F0000000000000F000
+0000000000F00000000000006000000033327CAB3C>I<3C007E00FF00FF00FF80FF807F
+803D800180018001800180038003000300070006000E000C001C0038007000600009177A
+8715>I<FFFFF0FFFFF0FFFFF0FFFFF0FFFFF014057F921A>I<3C7EFFFFFFFF7E3C08087A
+8715>I<0000003000000078000000F8000000F8000000F0000001F0000001F0000001E0
+000003E0000003E0000003C0000007C0000007C00000078000000F8000000F8000000F00
+00001F0000001F0000003E0000003E0000003C0000007C0000007C00000078000000F800
+0000F8000000F0000001F0000001F0000001E0000003E0000003E0000003C0000007C000
+0007C000000F8000000F8000000F0000001F0000001F0000001E0000003E0000003E0000
+003C0000007C0000007C00000078000000F8000000F8000000F0000001F0000001F00000
+01E0000003E0000003E0000007C0000007C00000078000000F8000000F8000000F000000
+1F0000001F0000001E0000003E0000003E0000003C0000007C0000007C00000078000000
+F8000000F8000000F0000000600000001D4B7CB726>I<000FE000007FFC0000F83E0003
+E00F8007C007C0078003C00F8003E01F0001F01F0001F03F0001F83F0001F83E0000F87E
+0000FC7E0000FC7E0000FC7E0000FC7E0000FCFE0000FEFE0000FEFE0000FEFE0000FEFE
+0000FEFE0000FEFE0000FEFE0000FEFE0000FEFE0000FEFE0000FEFE0000FEFE0000FEFE
+0000FEFE0000FEFE0000FEFE0000FEFE0000FE7E0000FC7E0000FC7E0000FC7E0000FC7E
+0000FC3F0001F83F0001F83F0001F81F0001F01F0001F00F8003E007C007C007C007C003
+E00F8000F83E00007FFC00000FE0001F347DB126>I<00070000000F0000001F0000007F
+000007FF0000FFFF0000FFBF0000F83F0000003F0000003F0000003F0000003F0000003F
+0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F
+0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F
+0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F
+0000003F0000003F0000003F0000003F0000003F0000003F0000007F80007FFFFF807FFF
+FF807FFFFF8019327AB126>I<003FC00000FFF00003FFFC000F80FF001E007F801C003F
+C038001FE070000FE070000FF0600007F0FC0007F0FE0007F8FF0007F8FF0003F8FF0003
+F8FF0003F87E0007F83C0007F8000007F8000007F0000007F000000FF000000FE000001F
+C000001FC000003F8000003F0000007E000000FC000001F8000001F0000003E0000007C0
+00000F8000001F0000003E0000003C00000078001800F0001801E0001803C00030078000
+300F0000301C0000701FFFFFF03FFFFFF07FFFFFF0FFFFFFE0FFFFFFE0FFFFFFE01D327C
+B126>I<001FE00000FFFC0001FFFF0007E03F800F001FC01E000FE01C0007F03F0007F0
+3F8007F83F8003F83FC003F83F8003F83F8003F81F0007F8000007F8000007F0000007F0
+00000FE000000FC000001FC000003F8000007E000001F800007FE000007FFC0000003F00
+00001FC000000FE0000007F0000007F8000003F8000003FC000001FC000001FE000001FE
+000001FE7E0001FEFF0001FEFF0001FEFF0001FEFF0001FEFF0001FCFE0003FC780003FC
+700007F8380007F03C000FF01F001FE00FE03F8003FFFF0000FFFC00001FE0001F347DB1
+26>I<000001C000000001C000000003C000000007C000000007C00000000FC00000001F
+C00000001FC00000003FC00000007FC00000006FC0000000CFC0000001CFC00000038FC0
+0000030FC00000070FC000000E0FC000000C0FC000001C0FC00000380FC00000300FC000
+00700FC00000E00FC00000C00FC00001800FC00003800FC00003000FC00006000FC0000E
+000FC0000C000FC00018000FC00038000FC00030000FC00060000FC000E0000FC000FFFF
+FFFF80FFFFFFFF80FFFFFFFF8000000FC00000000FC00000000FC00000000FC00000000F
+C00000000FC00000000FC00000000FC00000000FC00000001FE0000007FFFF800007FFFF
+800007FFFF8021337EB226>I<0C0000C00FC00FC00FFFFF800FFFFF000FFFFE000FFFFC
+000FFFF0000FFFC0000C1800000C0000000C0000000C0000000C0000000C0000000C0000
+000C0000000C0000000C0000000C0FC0000C7FF8000CF07C000FC03F000F001F800F000F
+C00E000FC00C0007E00C0007E0000007F0000003F0000003F0000003F8000003F8000003
+F8000003F8180003F87E0003F8FE0003F8FE0003F8FE0003F8FE0003F0FE0007F0F80007
+F0600007E0700007E070000FC038001FC03C001F801E007F000F80FE0007FFF80001FFE0
+00003F80001D347CB126>I<0000FE000007FF80001FFFE0003F00F0007C007001F801F8
+01F003F803E003F807E003F80FC003F80FC001F01F8000001F8000003F0000003F000000
+3F0000007F0000007E0000007E07F0007E1FFC00FE381F00FE700F80FEE007C0FFC003E0
+FF8003F0FF8001F8FF0001F8FF0001FCFF0000FCFF0000FCFE0000FEFE0000FEFE0000FE
+FE0000FEFE0000FE7E0000FE7E0000FE7E0000FE7E0000FE7F0000FE3F0000FC3F0000FC
+1F0001FC1F8001F80F8001F00FC003F007C007E003E00FC001F81F8000FFFF00003FFC00
+000FE0001F347DB126>I<300000003C0000003FFFFFFF3FFFFFFF3FFFFFFF7FFFFFFE7F
+FFFFFE7FFFFFFC700000386000003060000070600000E0C00000C0C00001C0C000038000
+0007000000060000000E0000001C00000018000000380000007000000070000000E00000
+00E0000001C0000003C0000003C0000003C0000007800000078000000F8000000F800000
+0F8000001F8000001F0000001F0000003F0000003F0000003F0000003F0000003F000000
+7F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F000000
+1C000020347CB126>I<000FE000007FFC0000FFFF0003F01F8007C007C00F0003E00E00
+01F01E0000F01C0000F83C0000783C0000783C0000783E0000783E0000783F0000F83F80
+00F03FC001F01FF001E01FF803C00FFE078007FF0F0003FFDE0001FFF80000FFF800003F
+FE00003FFF0000F7FFC003E3FFE00780FFF00F007FF81E001FF83E0007FC3C0003FC7800
+01FC7800007EF800007EF000003EF000003EF000001EF000001EF000001EF800001EF800
+003C7800003C7C0000783E0000781F0000F00F8003E007F01FC001FFFF00007FFC00001F
+E0001F347DB126>I<000FE000007FF80000FFFE0003F83F0007E00F800FC007C01F8007
+E01F8003F03F0003F07F0001F87E0001F87E0001F8FE0001FCFE0000FCFE0000FCFE0000
+FCFE0000FCFE0000FEFE0000FEFE0000FEFE0000FEFE0000FE7E0001FE7E0001FE7F0001
+FE3F0001FE3F0003FE1F8003FE0F8007FE07C00EFE03E01CFE01F038FE007FF0FE001FC0
+FC000000FC000001FC000001FC000001F8000001F8000001F0000003F01F0003E03F8007
+E03F8007C03F800FC03F801F803F003F001C007E001F01FC000FFFF00003FFC00000FF00
+001F347DB126>I<3C7EFFFFFFFF7E3C000000000000000000000000000000003C7EFFFF
+FFFF7E3C08207A9F15>I<3C7EFFFFFFFF7E3C000000000000000000000000000000003C
+7EFEFFFFFF7F3F03030303070606060E0C1C38307060082F7A9F15>I<7FFFFFFFFFFFC0
+FFFFFFFFFFFFE0FFFFFFFFFFFFE07FFFFFFFFFFFC0000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000007FFFFF
+FFFFFFC0FFFFFFFFFFFFE0FFFFFFFFFFFFE07FFFFFFFFFFFC033147C9C3C>61
+D<000000E0000000000000E0000000000000E0000000000001F0000000000001F0000000
+000003F8000000000003F8000000000003F8000000000007FC000000000007FC00000000
+0007FC00000000000DFE00000000000CFE00000000000CFE0000000000187F0000000000
+187F0000000000187F0000000000303F8000000000303F8000000000703FC00000000060
+1FC000000000601FC000000000E01FE000000000C00FE000000000C00FE000000001800F
+F0000000018007F0000000018007F0000000030003F8000000030003F8000000030003F8
+000000060001FC000000060001FC0000000E0001FE0000000FFFFFFE0000000FFFFFFE00
+00001FFFFFFF0000001800007F0000001800007F0000003000007F8000003000003F8000
+003000003F8000006000001FC000006000001FC000006000001FC00000C000000FE00000
+C000000FE00001C000000FF00001C0000007F00003E0000007F0001FF000000FF800FFFE
+0001FFFFE0FFFE0001FFFFE0FFFE0001FFFFE033367DB53A>65 D<FFFFFFFF0000FFFFFF
+FFE000FFFFFFFFF80003FC0003FE0001FC0000FF0001FC00007F8001FC00003FC001FC00
+001FC001FC00001FE001FC00000FE001FC00000FF001FC00000FF001FC00000FF001FC00
+000FF001FC00000FF001FC00000FF001FC00000FE001FC00001FE001FC00001FC001FC00
+003F8001FC00007F0001FC0000FE0001FC0003FC0001FFFFFFF00001FFFFFFE00001FC00
+07FC0001FC0000FE0001FC00003F8001FC00001FC001FC00000FE001FC00000FF001FC00
+0007F001FC000007F801FC000003F801FC000003FC01FC000003FC01FC000003FC01FC00
+0003FC01FC000003FC01FC000003FC01FC000003F801FC000007F801FC000007F801FC00
+000FF001FC00001FE001FC00003FE001FC00007FC003FC0003FF00FFFFFFFFFE00FFFFFF
+FFF800FFFFFFFFC0002E337DB236>I<000003FE000C00003FFF801C0000FFFFE01C0003
+FE01F83C000FF0003C7C001FC0000EFC007F800007FC00FE000003FC01FC000001FC03FC
+000000FC03F8000000FC07F00000007C0FE00000007C0FE00000003C1FC00000003C1FC0
+0000001C3FC00000001C3F800000001C7F800000000C7F800000000C7F800000000C7F00
+0000000CFF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF00
+00000000FF0000000000FF0000000000FF0000000000FF0000000000FF00000000007F00
+000000007F800000000C7F800000000C7F800000000C3F800000000C3FC00000000C1FC0
+0000001C1FC0000000180FE0000000180FE00000003807F00000003003F80000007003FC
+000000E001FC000000E000FE000001C0007F80000380001FC0000F00000FF0001E000003
+FE00FC000000FFFFF00000003FFFC000000003FE00002E377CB437>I<FFFFFFFF800000
+FFFFFFFFF00000FFFFFFFFFE000001FE0001FF000000FE00003FC00000FE00000FE00000
+FE000007F00000FE000003F80000FE000001FC0000FE000000FE0000FE0000007E0000FE
+0000007F0000FE0000003F8000FE0000003F8000FE0000001FC000FE0000001FC000FE00
+00001FC000FE0000000FE000FE0000000FE000FE0000000FE000FE0000000FE000FE0000
+000FF000FE0000000FF000FE0000000FF000FE0000000FF000FE0000000FF000FE000000
+0FF000FE0000000FF000FE0000000FF000FE0000000FF000FE0000000FF000FE0000000F
+E000FE0000000FE000FE0000000FE000FE0000001FE000FE0000001FC000FE0000001FC0
+00FE0000001F8000FE0000003F8000FE0000003F0000FE0000007F0000FE000000FE0000
+FE000000FC0000FE000001F80000FE000007F00000FE00000FE00000FE00003FC00001FE
+0001FF8000FFFFFFFFFE0000FFFFFFFFF80000FFFFFFFF80000034337EB23B>I<FFFFFF
+FFFFC0FFFFFFFFFFC0FFFFFFFFFFC003FC00007FC001FC00000FC001FC000003E001FC00
+0001E001FC000001E001FC000000E001FC000000E001FC0000006001FC0000006001FC00
+00006001FC0000006001FC0006003001FC0006003001FC0006003001FC0006003001FC00
+06000001FC000E000001FC000E000001FC001E000001FC007E000001FFFFFE000001FFFF
+FE000001FFFFFE000001FC007E000001FC001E000001FC000E000001FC000E000001FC00
+06000001FC0006000C01FC0006000C01FC0006000C01FC0006001801FC0000001801FC00
+00001801FC0000001801FC0000001801FC0000003801FC0000003801FC0000007001FC00
+00007001FC000000F001FC000001F001FC000003F001FC000007F003FC00007FF0FFFFFF
+FFFFE0FFFFFFFFFFE0FFFFFFFFFFE02E337DB234>I<FFFFFFFFFF80FFFFFFFFFF80FFFF
+FFFFFF8003FC0000FF8001FC00001F8001FC000007C001FC000003C001FC000003C001FC
+000001C001FC000001C001FC000000C001FC000000C001FC000000C001FC000000C001FC
+0000006001FC000C006001FC000C006001FC000C006001FC000C000001FC000C000001FC
+001C000001FC001C000001FC003C000001FC00FC000001FFFFFC000001FFFFFC000001FF
+FFFC000001FC00FC000001FC003C000001FC001C000001FC001C000001FC000C000001FC
+000C000001FC000C000001FC000C000001FC000C000001FC0000000001FC0000000001FC
+0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC
+0000000001FC0000000001FC0000000003FE00000000FFFFFE000000FFFFFE000000FFFF
+FE0000002B337DB232>I<000003FE000C0000003FFF801C000000FFFFE01C000003FE01
+F83C00000FF0003C7C00001FC0000EFC00007F800007FC0000FE000003FC0001FC000001
+FC0003FC000000FC0003F8000000FC0007F00000007C000FE00000007C000FE00000003C
+001FC00000003C001FC00000001C003FC00000001C003F800000001C007F800000000C00
+7F800000000C007F800000000C007F000000000C00FF000000000000FF000000000000FF
+000000000000FF000000000000FF000000000000FF000000000000FF000000000000FF00
+0000000000FF000000000000FF000000000000FF000003FFFFE07F000003FFFFE07F8000
+03FFFFE07F80000003FE007F80000001FC003F80000001FC003FC0000001FC001FC00000
+01FC001FC0000001FC000FE0000001FC000FF0000001FC0007F0000001FC0003F8000001
+FC0003FC000001FC0001FE000003FC0000FF000003FC00007F800007FC00001FC0000E7C
+00000FF0001C3C000003FE00F81C000000FFFFF00C0000003FFFC00000000003FE000000
+33377CB43C>I<FFFFFE03FFFFF8FFFFFE03FFFFF8FFFFFE03FFFFF801FF000007FC0000
+FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE
+000003F80000FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE00
+0003F80000FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE0000
+03F80000FE000003F80000FE000003F80000FE000003F80000FFFFFFFFF80000FFFFFFFF
+F80000FFFFFFFFF80000FE000003F80000FE000003F80000FE000003F80000FE000003F8
+0000FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE000003F800
+00FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE000003F80000
+FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE000003F80000FE
+000003F80000FE000003F80001FF000007FC00FFFFFE03FFFFF8FFFFFE03FFFFF8FFFFFE
+03FFFFF835337EB23A>I<FFFFFEFFFFFEFFFFFE01FF0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0001FF00FFFFFEFFFFFEFFFFFE17337EB21C>I<007FFFFF007FFFFF00
+7FFFFF00003FE000001FC000001FC000001FC000001FC000001FC000001FC000001FC000
+001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000
+001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000
+001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000
+001FC07E001FC0FF001FC0FF001FC0FF001FC0FF001FC0FF003F80FE003F8060003F0070
+007F003800FE001C01FC000F03F00003FFC00000FF000020357DB227>I<FFFFFE0007FF
+F8FFFFFE0007FFF8FFFFFE0007FFF801FF000001FF0000FE000000FC0000FE000000F000
+00FE000001E00000FE000003C00000FE000007000000FE00000E000000FE00001C000000
+FE000038000000FE000070000000FE0000E0000000FE0001C0000000FE000380000000FE
+000700000000FE000E00000000FE001C00000000FE003800000000FE00F800000000FE01
+FC00000000FE03FC00000000FE07FE00000000FE0EFF00000000FE1CFF00000000FE387F
+80000000FE703FC0000000FEE01FC0000000FFC01FE0000000FF800FF0000000FF0007F8
+000000FE0007F8000000FE0003FC000000FE0001FE000000FE0001FE000000FE0000FF00
+0000FE00007F800000FE00007F800000FE00003FC00000FE00001FE00000FE00000FE000
+00FE00000FF00000FE000007F80000FE000003FC0000FE000003FC0000FE000003FE0001
+FF000007FF80FFFFFE003FFFFCFFFFFE003FFFFCFFFFFE003FFFFC36337EB23C>I<FFFF
+FE000000FFFFFE000000FFFFFE00000003FE0000000001FC0000000001FC0000000001FC
+0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC
+0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC
+0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC
+0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC
+0000000001FC0000018001FC0000018001FC0000018001FC0000018001FC0000038001FC
+0000030001FC0000030001FC0000030001FC0000030001FC0000070001FC0000070001FC
+00000F0001FC00001F0001FC00003F0001FC00007F0001FC0000FE0003FC0007FE00FFFF
+FFFFFE00FFFFFFFFFE00FFFFFFFFFE0029337DB230>I<FFFC00000001FFF8FFFE000000
+03FFF8FFFE00000003FFF803FE00000003FE0001BF00000006FC0001BF00000006FC0001
+BF00000006FC00019F8000000CFC00019F8000000CFC00018FC0000018FC00018FC00000
+18FC00018FC0000018FC000187E0000030FC000187E0000030FC000183F0000060FC0001
+83F0000060FC000183F0000060FC000181F80000C0FC000181F80000C0FC000181F80000
+C0FC000180FC000180FC000180FC000180FC0001807E000300FC0001807E000300FC0001
+807E000300FC0001803F000600FC0001803F000600FC0001801F800C00FC0001801F800C
+00FC0001801F800C00FC0001800FC01800FC0001800FC01800FC0001800FC01800FC0001
+8007E03000FC00018007E03000FC00018003F06000FC00018003F06000FC00018003F060
+00FC00018001F8C000FC00018001F8C000FC00018001F8C000FC00018000FD8000FC0001
+8000FD8000FC000180007F0000FC000180007F0000FC000180007F0000FC0003C0003E00
+00FC000FF0003E0001FE00FFFF001C007FFFF8FFFF001C007FFFF8FFFF001C007FFFF83D
+337CB246>I<FFFE00001FFFF8FFFF00001FFFF8FFFF80001FFFF800FF800000FF0000FF
+C000003C0000DFE00000180000CFF00000180000CFF00000180000C7F80000180000C3FC
+0000180000C3FC0000180000C1FE0000180000C0FF0000180000C07F8000180000C07F80
+00180000C03FC000180000C01FE000180000C01FE000180000C00FF000180000C007F800
+180000C003FC00180000C003FC00180000C001FE00180000C000FF00180000C000FF0018
+0000C0007F80180000C0003FC0180000C0001FE0180000C0001FE0180000C0000FF01800
+00C00007F8180000C00007F8180000C00003FC180000C00001FE180000C00000FF180000
+C00000FF180000C000007F980000C000003FD80000C000003FD80000C000001FF80000C0
+00000FF80000C0000007F80000C0000007F80000C0000003F80000C0000001F80000C000
+0001F80001E0000000F80007F80000007800FFFFC000003800FFFFC000003800FFFFC000
+00180035337EB23A>I<000007FC00000000007FFFC000000001FC07F000000007E000FC
+0000000F80003E0000003F00001F8000007E00000FC00000FC000007E00001F8000003F0
+0003F0000001F80003F0000001F80007E0000000FC000FE0000000FE000FC00000007E00
+1FC00000007F001FC00000007F003F800000003F803F800000003F807F800000003FC07F
+800000003FC07F000000001FC07F000000001FC0FF000000001FE0FF000000001FE0FF00
+0000001FE0FF000000001FE0FF000000001FE0FF000000001FE0FF000000001FE0FF0000
+00001FE0FF000000001FE0FF000000001FE0FF000000001FE07F000000001FC07F800000
+003FC07F800000003FC07F800000003FC03F800000003F803FC00000007F803FC0000000
+7F801FC00000007F001FE0000000FF000FE0000000FE0007F0000001FC0007F0000001FC
+0003F8000003F80001F8000003F00000FC000007E000007E00000FC000003F00001F8000
+001FC0007F00000007E000FC00000001FC07F0000000007FFFC00000000007FC00000033
+377CB43C>I<FFFFFFFE0000FFFFFFFFC000FFFFFFFFF00003FC0007FC0001FC0000FE00
+01FC00007F0001FC00003F8001FC00001FC001FC00001FE001FC00000FE001FC00000FE0
+01FC00000FF001FC00000FF001FC00000FF001FC00000FF001FC00000FF001FC00000FF0
+01FC00000FE001FC00000FE001FC00001FC001FC00001FC001FC00003F8001FC00007F00
+01FC0000FE0001FC0007F80001FFFFFFF00001FFFFFF800001FC0000000001FC00000000
+01FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC00000000
+01FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC00000000
+01FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC00000000
+03FE00000000FFFFF8000000FFFFF8000000FFFFF80000002C337DB234>I<FFFFFFFC00
+0000FFFFFFFF800000FFFFFFFFF0000001FE0007FC000000FE0001FE000000FE00007F00
+0000FE00003F800000FE00001FC00000FE00001FE00000FE00000FE00000FE00000FF000
+00FE00000FF00000FE00000FF00000FE00000FF00000FE00000FF00000FE00000FF00000
+FE00000FE00000FE00000FE00000FE00001FC00000FE00001FC00000FE00003F800000FE
+00007E000000FE0001FC000000FE000FF0000000FFFFFFC0000000FFFFFF00000000FE00
+1FC0000000FE0007F0000000FE0003F8000000FE0001FC000000FE0000FC000000FE0000
+FE000000FE00007E000000FE00007F000000FE00007F000000FE00007F000000FE00007F
+000000FE00007F000000FE00007F800000FE00007F800000FE00007F800000FE00007F80
+0000FE00007F800000FE00007F800C00FE00007FC00C00FE00007FC00C00FE00003FC01C
+01FF00003FC018FFFFFE001FE018FFFFFE000FE038FFFFFE0007F0700000000001FFE000
+000000003F8036357EB239>82 D<001FE00300007FFC070001FFFF070007F01FCF000F80
+03FF001F0000FF003E00007F003E00003F007C00001F007C00001F007800000F00F80000
+0700F800000700F800000700F800000700FC00000300FC00000300FE00000300FE000000
+007F000000007FC00000003FF00000003FFF0000001FFFF000000FFFFF000007FFFFC000
+03FFFFF00000FFFFF800003FFFFC000003FFFE0000003FFF00000003FF00000000FF8000
+00007F800000003F800000001FC00000000FC0C000000FC0C000000FC0C0000007C0C000
+0007C0C0000007C0E0000007C0E0000007C0F000000F80F000000F80F800000F00FC0000
+1F00FE00003E00FF00007E00FFC000FC00F1FC03F800E0FFFFE000E01FFF8000C003FE00
+0022377CB42B>I<7FFFFFFFFFFE7FFFFFFFFFFE7FFFFFFFFFFE7F8007F001FE7C0007F0
+003E780007F0001E700007F0000E700007F0000E600007F00006E00007F00007E00007F0
+0007E00007F00007C00007F00003C00007F00003C00007F00003C00007F00003C00007F0
+0003C00007F00003000007F00000000007F00000000007F00000000007F00000000007F0
+0000000007F00000000007F00000000007F00000000007F00000000007F00000000007F0
+0000000007F00000000007F00000000007F00000000007F00000000007F00000000007F0
+0000000007F00000000007F00000000007F00000000007F00000000007F00000000007F0
+0000000007F00000000007F00000000007F00000000007F00000000007F00000000007F0
+000000000FF80000001FFFFFFC00001FFFFFFC00001FFFFFFC0030337DB237>I<FFFFFE
+001FFFF8FFFFFE001FFFF8FFFFFE001FFFF801FF000000FF0000FE0000003C0000FE0000
+00180000FE000000180000FE000000180000FE000000180000FE000000180000FE000000
+180000FE000000180000FE000000180000FE000000180000FE000000180000FE00000018
+0000FE000000180000FE000000180000FE000000180000FE000000180000FE0000001800
+00FE000000180000FE000000180000FE000000180000FE000000180000FE000000180000
+FE000000180000FE000000180000FE000000180000FE000000180000FE000000180000FE
+000000180000FE000000180000FE000000180000FE000000180000FE000000180000FE00
+0000180000FE000000180000FE0000003800007F0000003000007F0000003000007F0000
+007000003F8000006000001F800000E000001FC00001C000000FC00003C0000007E00007
+80000003F0000F00000001FC001E00000000FF00FC000000003FFFF0000000000FFFC000
+00000001FF00000035357EB23A>I<FFFFF00003FFF8FFFFF00003FFF8FFFFF00003FFF8
+07FE0000007FC003FC0000001F0001FC0000001E0001FE0000001C0000FE000000180000
+FE000000180000FF0000003800007F0000003000007F0000003000003F8000006000003F
+8000006000003FC00000E000001FC00000C000001FC00000C000000FE000018000000FE0
+00018000000FF0000180000007F0000300000007F0000300000003F8000600000003F800
+0600000003FC000600000001FC000C00000001FC000C00000001FE001C00000000FE0018
+00000000FF0018000000007F0030000000007F0030000000007F8070000000003F806000
+0000003F8060000000001FC0C0000000001FC0C0000000001FE1C0000000000FE1800000
+00000FE1800000000007F3000000000007F3000000000007FB000000000003FE00000000
+0003FE000000000003FE000000000001FC000000000001FC000000000000F80000000000
+00F8000000000000F8000000000000700000000000007000000035357EB23A>I<FFFFF0
+07FFFF800FFFF0FFFFF007FFFF800FFFF0FFFFF007FFFF800FFFF003FF00003FF00001FF
+0001FC00001FE000007C0001FC00001FE00000380001FE00000FE00000380000FE00000F
+E00000300000FE00000FF00000300000FF000007F000007000007F000007F00000600000
+7F000007F000006000007F80000FF80000E000003F80000FF80000C000003F80000FF800
+00C000003FC00019FC0001C000001FC00019FC00018000001FC00019FC00018000001FE0
+0030FE00038000000FE00030FE00030000000FE00030FE00030000000FF000607F000700
+000007F000607F000600000007F000607F000600000007F800C03F800E00000003F800C0
+3F800C00000003F800C03F800C00000003FC01801FC01C00000001FC01801FC018000000
+01FC01801FC01800000001FE03000FE03800000000FE03000FE03000000000FE03000FE0
+3000000000FF060007F030000000007F060007F060000000007F060007F060000000007F
+8C0003F860000000003F8C0003F8C0000000003F8C0003F8C0000000003FD80001FCC000
+0000001FD80001FD80000000001FD80001FD80000000001FF00000FF80000000000FF000
+00FF00000000000FF00000FF00000000000FE000007F000000000007E000007E00000000
+0007E000007E000000000007C000003E000000000003C000003C000000000003C000003C
+0000000000038000001C000000000001800000180000004C357FB24F>I<FFFFF80000FF
+FEFFFFF80000FFFEFFFFF80000FFFE03FF8000003FE001FF0000001F8000FF0000000E00
+007F8000001C00003FC000001800003FC000003800001FE000003000001FE00000600000
+0FF00000E0000007F80000C0000007F80001C0000003FC000180000001FE000300000001
+FE000700000000FF000600000000FF000C000000007F801C000000003FC018000000003F
+C038000000001FE030000000000FF060000000000FF0E00000000007F8C00000000007F9
+800000000003FF800000000001FF000000000001FE000000000000FE000000000000FE00
+0000000000FE000000000000FE000000000000FE000000000000FE000000000000FE0000
+00000000FE000000000000FE000000000000FE000000000000FE000000000000FE000000
+000000FE000000000000FE000000000000FE000000000000FE000000000000FE00000000
+0001FF0000000000FFFFFC00000000FFFFFC00000000FFFFFC000037337FB23A>89
+D<FFF0FFF0FFF0FFF0F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000FF
+F0FFF0FFF0FFF00C4B79B715>91 D<03000C07001C0E00381C00701800603800E03000C0
+7001C0600180600180E00380C00300C00300C00300C00300DE0378FF03FCFF83FEFF83FE
+7F81FE7F81FE3F00FC1E0078171774B326>I<FFF0FFF0FFF0FFF000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F0FFF0FFF0FFF0FFF00C4B7FB715>I<007F8000
+0003FFF000000F80FC00001C003E00003F003F00003F801F80003F800FC0003F800FC000
+3F8007E0001F0007E000000007E000000007E000000007E000000007E0000001FFE00000
+1FFFE00000FF87E00003FC07E0000FF007E0001FC007E0003F8007E0007F8007E0007F00
+07E000FF0007E0C0FE0007E0C0FE0007E0C0FE0007E0C0FE000FE0C0FE000FE0C0FF001F
+E0C07F003BE0C03F8071F1801FC1E1FF8007FFC0FF0000FE003C0022237DA126>97
+D<03F0000000FFF0000000FFF0000000FFF000000007F000000003F000000003F0000000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000003F000000003F000000003F000000003F03F800003F0FFE00003F3
+C0F80003F7007E0003FE003F0003FC001F8003F8000FC003F0000FC003F00007E003F000
+07F003F00007F003F00003F003F00003F803F00003F803F00003F803F00003F803F00003
+F803F00003F803F00003F803F00003F803F00003F803F00003F803F00003F003F00007F0
+03F00007E003F00007E003F0000FC003F8000FC003FC001F8003EC003F0003CF007C0003
+8381F8000301FFE00000007F000025357EB32B>I<0007F800003FFF0000FC07C001F000
+E003E003F007C007F00FC007F01F8007F03F8007F03F0003E07F0000007F0000007E0000
+00FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE0000
+00FE0000007F0000007F0000003F0000183F8000181F8000381FC000300FC0007007E000
+E003F001C000FC0F80003FFE000007F0001D237EA122>I<0000003F0000000FFF000000
+0FFF0000000FFF000000007F000000003F000000003F000000003F000000003F00000000
+3F000000003F000000003F000000003F000000003F000000003F000000003F000000003F
+000000003F000000003F000007F03F00003FFC3F0000FC0F3F0001F003BF0007E001FF00
+0FC000FF001F80007F001F80003F003F00003F003F00003F007F00003F007E00003F00FE
+00003F00FE00003F00FE00003F00FE00003F00FE00003F00FE00003F00FE00003F00FE00
+003F00FE00003F00FE00003F007E00003F007F00003F007F00003F003F00003F001F8000
+7F001F80007F000FC000FF0007E001FF8003F007BFFC00F81E3FFC003FFC3FFC000FE03F
+0026357DB32B>I<000FE000007FFC0000F83F0003F00F8007E00FC00FC007E01F8003E0
+1F8003F03F0003F03F0001F07F0001F87E0001F87E0001F8FE0001F8FE0001F8FFFFFFF8
+FFFFFFF8FE000000FE000000FE000000FE000000FE0000007E0000007F0000007F000000
+3F0000183F0000181F8000380F8000300FC0007007E000E001F003C000FC0F00003FFE00
+0007F0001D237EA122>I<0001FC000007FF00001F0780003E0FC0007C1FC000FC1FC001
+F81FC001F81FC003F8070003F0000003F0000003F0000003F0000003F0000003F0000003
+F0000003F0000003F0000003F0000003F0000003F00000FFFFF000FFFFF000FFFFF00003
+F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003
+F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003
+F0000003F0000003F0000003F0000003F0000003F0000003F0000007F800007FFFE0007F
+FFE0007FFFE0001A357FB417>I<0000001F00001FC07F8000FFF8E3C001F07FC7C007E0
+3F03C00FC01F83800F800F80001F800FC0001F0007C0003F0007E0003F0007E0003F0007
+E0003F0007E0003F0007E0003F0007E0001F0007C0001F800FC0000F800F80000FC01F80
+0007E03F000007F07C00000EFFF800000C1FC000001C000000001C000000001C00000000
+1E000000001E000000001F000000000FFFFE00000FFFFFC00007FFFFF00003FFFFFC0007
+FFFFFE001F0001FE003E00007F007C00003F007C00001F80F800000F80F800000F80F800
+000F80F800000F80F800000F80FC00001F807C00001F003E00003E001F00007C000FC001
+F80003F007E00000FFFF8000001FFC000022337EA126>I<03F0000000FFF0000000FFF0
+000000FFF000000007F000000003F000000003F000000003F000000003F000000003F000
+000003F000000003F000000003F000000003F000000003F000000003F000000003F00000
+0003F000000003F000000003F01FC00003F07FF00003F1E0FC0003F3807C0003F7007E00
+03FE007E0003FC003F0003FC003F0003F8003F0003F8003F0003F0003F0003F0003F0003
+F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0
+003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F000
+3F0003F0003F0003F0003F0007F8007F80FFFFC7FFFCFFFFC7FFFCFFFFC7FFFC26347EB3
+2B>I<07800FC01FE01FE01FE01FE00FC007800000000000000000000000000000000000
+00000007E0FFE0FFE0FFE00FE007E007E007E007E007E007E007E007E007E007E007E007
+E007E007E007E007E007E007E007E007E007E007E007E007E00FF0FFFFFFFFFFFF10337E
+B215>I<0003C00007E0000FF0000FF0000FF0000FF00007E00003C00000000000000000
+000000000000000000000000000000000000000000000003F000FFF000FFF000FFF00007
+F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003
+F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003
+F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F03803F07C03
+F0FE03E0FE07E0FE07C0FE0FC07C0F80381F001FFC0007F000144384B217>I<03F00000
+00FFF0000000FFF0000000FFF000000007F000000003F000000003F000000003F0000000
+03F000000003F000000003F000000003F000000003F000000003F000000003F000000003
+F000000003F000000003F000000003F000000003F000000003F003FFE003F003FFE003F0
+03FFE003F001FF0003F000F80003F001E00003F001C00003F003800003F00F000003F01C
+000003F038000003F070000003F0F0000003F3F8000003F7FC000003FEFC000003FC7E00
+0003F87F000003F03F800003F01F800003F00FC00003F00FE00003F007E00003F003F000
+03F003F80003F001F80003F000FC0003F000FE0007F800FF80FFFFC3FFF0FFFFC3FFF0FF
+FFC3FFF024347EB329>I<07E0FFE0FFE0FFE00FE007E007E007E007E007E007E007E007
+E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007
+E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E00F
+F0FFFFFFFFFFFF10347EB315>I<03F01FE000FF0000FFF07FF803FFC000FFF1E07C0F03
+E000FFF3803E1C01F00007F7003F3801F80003FE003F7001F80003FC001FE000FC0003FC
+001FE000FC0003F8001FC000FC0003F8001FC000FC0003F0001F8000FC0003F0001F8000
+FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0
+001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000
+FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0
+001F8000FC0003F0001F8000FC0003F0001F8000FC0003F0001F8000FC0007F8003FC001
+FE00FFFFC7FFFE3FFFF0FFFFC7FFFE3FFFF0FFFFC7FFFE3FFFF03C217EA041>I<03F01F
+C000FFF07FF000FFF1E0FC00FFF3807C0007F7007E0003FE007E0003FC003F0003FC003F
+0003F8003F0003F8003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F00
+03F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003
+F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0007F8
+007F80FFFFC7FFFCFFFFC7FFFCFFFFC7FFFC26217EA02B>I<0007F00000003FFE000000
+FC1F800001F007C00003C001E00007C001F0000F8000F8001F00007C001F00007C003F00
+007E003E00003E007E00003F007E00003F007E00003F00FE00003F80FE00003F80FE0000
+3F80FE00003F80FE00003F80FE00003F80FE00003F80FE00003F807E00003F007E00003F
+007E00003F003F00007E003F00007E001F00007C001F8000FC000FC001F80007C001F000
+03F007E00000FC1F8000003FFE00000007F0000021237EA126>I<03F03F8000FFF0FFE0
+00FFF3C0F800FFF7007E0007FE003F0003FC001F8003F8001FC003F0000FC003F0000FE0
+03F00007F003F00007F003F00007F003F00003F803F00003F803F00003F803F00003F803
+F00003F803F00003F803F00003F803F00003F803F00003F803F00007F803F00007F003F0
+0007F003F00007E003F0000FE003F0000FC003F8001FC003FC003F8003FC003F0003FF00
+FC0003F381F80003F1FFE00003F07F000003F000000003F000000003F000000003F00000
+0003F000000003F000000003F000000003F000000003F000000003F000000007F8000000
+FFFFC00000FFFFC00000FFFFC0000025307EA02B>I<0007F00300003FFC070000FC0F07
+0001F8038F0007E0018F000FE001DF001FC000FF001F80007F003F80007F003F00003F00
+7F00003F007F00003F00FF00003F00FE00003F00FE00003F00FE00003F00FE00003F00FE
+00003F00FE00003F00FE00003F00FE00003F00FE00003F007F00003F007F00003F007F00
+003F003F80007F001F80007F001FC000FF000FC001FF0007E003BF0003F0073F0000F81E
+3F00003FF83F00000FE03F000000003F000000003F000000003F000000003F000000003F
+000000003F000000003F000000003F000000003F000000003F000000007F8000000FFFFC
+00000FFFFC00000FFFFC26307DA029>I<03E07C00FFE1FF00FFE38F80FFE71FC007EE1F
+C003EC1FC003EC1FC003FC0F8003F8000003F8000003F8000003F0000003F0000003F000
+0003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F000
+0003F0000003F0000003F0000003F0000003F0000003F0000007F80000FFFFE000FFFFE0
+00FFFFE0001A217FA01E>I<00FF060007FFCE001F00FE003C003E0078001E0078000E00
+F0000E00F0000600F0000600F8000600F8000600FE000000FF8000007FFC00003FFFC000
+3FFFF0000FFFF80007FFFC0000FFFE00000FFF000000FF0000003F80C0001F80C0000F80
+E0000780E0000780E0000780F0000780F0000700F8000F00FC000E00FE001C00F7807800
+E1FFE000C07F800019237EA11E>I<003000003000003000003000003000007000007000
+00700000F00000F00001F00001F00003F00007F0001FFFFEFFFFFEFFFFFE03F00003F000
+03F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F000
+03F00003F00303F00303F00303F00303F00303F00303F00303F00303F00701F80601F806
+00FC0E007E1C001FF80007E0182F7FAD1E>I<03F0003F00FFF00FFF00FFF00FFF00FFF0
+0FFF0007F0007F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F000
+3F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F
+0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0003F0007F00
+03F0007F0003F0007F0003F000FF0001F000FF0001F801FF8000F803BFFC007E073FFC00
+1FFE3FFC0007F83F0026227EA02B>I<FFFF00FFF0FFFF00FFF0FFFF00FFF00FF0003F80
+07F0001F0003F0000E0003F0000C0003F8001C0001F800180001F800180000FC00300000
+FC00300000FE007000007E006000007F006000003F00C000003F00C000001F818000001F
+818000001FC38000000FC30000000FC300000007E600000007E600000007FE00000003FC
+00000003FC00000001F800000001F800000001F800000000F000000000F0000000006000
+0024217E9F29>I<FFFF1FFF81FFF0FFFF1FFF81FFF0FFFF1FFF81FFF007F801FC003F80
+07F001F8001E0003F000F8001C0003F000FC001C0001F8007C00180001F8007C00180001
+FC007E00380000FC00FE00300000FC00FE003000007E01FF006000007E019F006000007E
+019F806000003F030F80C000003F030F80C000003F030FC0C000001F8607C18000001F86
+07C18000001FC607E38000000FCC03E30000000FCC03E300000007FC03F600000007F801
+F600000007F801FE00000003F000FC00000003F000FC00000003F000FC00000001E00078
+00000001E0007800000001E0007800000000C00030000034217F9F37>I<FFFF01FFF8FF
+FF01FFF8FFFF01FFF803FE00FF8001FC007C0000FC007800007E007000007F00E000003F
+81C000001F838000000FC300000007E600000007FE00000003FC00000001F800000000FC
+00000000FE00000000FF00000001FF000000039F800000071FC00000060FE000000C07E0
+00001C03F000003801F800007001FC0000F000FC0001F000FE000FF000FF80FFFC03FFFC
+FFFC03FFFCFFFC03FFFC26207F9F29>I<7FFF807FF87FFF807FF87FFF807FF807F8001F
+C003F8000F8001F800070001F800060000FC000C0000FC000C0000FE001C00007E001800
+007E001800003F003000003F003000003F807000001F806000001FC0E000000FC0C00000
+0FC0C0000007E180000007E180000007F380000003F300000003FB00000001FE00000001
+FE00000000FC00000000FC00000000FC0000000078000000007800000000300000000030
+0000000060000000006000000000E000000000C000000000C00000000180000078018000
+00FC03000000FC03000000FC06000000FC0E000000701C00000078380000001FF0000000
+0FC000000025307F9F29>I<3FFFFFF03FFFFFF03F000FF03C000FE038001FC030003F80
+70007F8070007F006000FE006001FC006003FC006003F8000007F000000FE000000FE000
+001FC000003F8000007F0000007F003000FE003001FC003003FC003003F8003007F00070
+0FE000701FE000601FC000E03F8000E07F0003E0FF000FE0FFFFFFE0FFFFFFE01C207E9F
+22>I<FFFFFFFFF8FFFFFFFFF82502809426>I<1C00707F01FCFF01FEFF01FEFF01FEFF01
+FE7F01FC1C0070170879B226>127 D E /Fy 31 90 df<7FFFFF80FFFFFFC0FFFFFFC0FF
+FFFFC0FFFFFFC07FFFFF801A067F9621>45 D<FFE0FFE0FFE0FFE0FFE0FFE0FFE0FFE0FF
+E0FFE0FFE00B0B788A1C>I<00001E000000007F00000000FF00000007FF0000003FFF00
+007FFFFF00007FFFFF0000FFFFFF0000FFFFFF0000FFFFFF00007FE7FF00000007FF0000
+0007FF00000007FF00000007FF00000007FF00000007FF00000007FF00000007FF000000
+07FF00000007FF00000007FF00000007FF00000007FF00000007FF00000007FF00000007
+FF00000007FF00000007FF00000007FF00000007FF00000007FF00000007FF00000007FF
+00000007FF00000007FF00000007FF00000007FF00000007FF00000007FF00000007FF00
+000007FF00000007FF00000007FF00000007FF00000007FF00000007FF00003FFFFFFFC0
+7FFFFFFFE07FFFFFFFE07FFFFFFFE07FFFFFFFE03FFFFFFFC0233579B432>49
+D<0003FF0000001FFFF00000FFFFFC0001FFFFFF0007FFFFFFC00FFFFFFFE01FFC07FFF0
+3FF001FFF87FE0007FF87FC0003FFCFFC0003FFEFF80001FFE7F00001FFE3F00000FFF1F
+00000FFF0E00000FFF06000007FF00000007FF00000007FF0000000FFF0000000FFF0000
+000FFF0000000FFE0000001FFE0000001FFC0000003FFC0000007FF8000000FFF0000000
+FFE0000001FFC0000003FF80000007FF0000001FFC0000003FF80000007FF0000000FFC0
+000001FF80000003FE00000007FC0000001FF80000003FF00000007FC0000000FF800000
+01FF00000003FE00000007F80000000FF00000001FFFFFFFFE3FFFFFFFFF7FFFFFFFFF7F
+FFFFFFFF7FFFFFFFFF3FFFFFFFFE28357CB432>I<0001FF800000001FFFF80000007FFF
+FE000001FFFFFF800007FFFFFFC0001FFF01FFE0003FF800FFF0007FE0007FF8007FC000
+3FF8003F80003FFC001F00003FFC000F00001FFC000600003FFC000000003FFC00000000
+3FFC000000003FFC000000007FF8000000007FF800000000FFF000000001FFF000000003
+FFE00000001FFFC000000FFFFF8000000FFFFE0000000FFFF80000000FFFF80000000FFF
+FE0000000FFFFF8000000001FFE0000000007FF0000000003FFC000000001FFC00000000
+0FFE000000000FFF000000000FFF0000000007FF8000000007FF8000000007FF80000000
+07FF8000000007FF8000000007FF8000000007FF806000000FFF007000000FFF00780000
+0FFF00FE00001FFE00FF80003FFC00FFE0007FFC007FFE01FFF8001FFFFFFFF0000FFFFF
+FFC00003FFFFFF800000FFFFFE0000001FFFF000000003FF80000029377CB432>I<0000
+03FF8000000007FFC00000000FFFC00000000FFFC00000001FFFC00000003FFFC0000000
+3FFFC00000007FFFC0000000FFFFC0000000FF7FC0000001FF7FC0000003FE7FC0000003
+FC7FC0000007FC7FC000000FF87FC000000FF07FC000001FF07FC000001FE07FC000003F
+C07FC000007FC07FC000007F807FC00000FF807FC00001FF007FC00001FE007FC00003FE
+007FC00007FC007FC00007F8007FC0000FF8007FC0000FF0007FC0001FE0007FC0003FE0
+007FC0003FC0007FC0007FC0007FC000FF80007FC000FFFFFFFFFFC0FFFFFFFFFFE0FFFF
+FFFFFFE0FFFFFFFFFFE0FFFFFFFFFFE07FFFFFFFFFC00000007FC0000000007FC0000000
+007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000007FC0000000
+007FC0000000007FC0000000007FC0000000003F80002B347DB332>I<07FFFFFFF80007
+FFFFFFFC000FFFFFFFFC000FFFFFFFFC000FFFFFFFFC000FFFFFFFF8000FFE000000000F
+FE000000000FFE000000000FFE000000000FFE000000000FFE000000000FFE000000000F
+FE000000000FFE000000000FFE000000000FFE000000000FFE3FE000000FFFFFFC00000F
+FFFFFF00000FFFFFFF80000FFFFFFFE0000FFFFFFFF0000FFFE07FF8000FFF003FFC000F
+FE001FFC000FFC000FFE000FF8000FFE0007F80007FF0007F00007FF0000000007FF8000
+000007FF8000000007FF8000000007FF8000000007FF8000000007FF8000000007FF8000
+000007FF8000000007FF8018000007FF003C00000FFF003E00000FFF007E00000FFE00FF
+80001FFC00FFC0003FFC007FF0007FF8003FFE01FFF0001FFFFFFFE00007FFFFFF800003
+FFFFFF000000FFFFFC0000003FFFF000000003FF00000029357DB232>I<000007FC0000
+00003FFF80000001FFFFE0000007FFFFE000000FFFFFE000003FFC03E000007FE0006000
+00FFC000000001FF8000000003FF0000000007FE0000000007FC000000000FFC00000000
+1FF8000000001FF8000000003FF0000000003FF0000000003FF007F000007FF03FFE0000
+7FE0FFFF80007FE1FFFFC0007FE3FFFFE000FFE7FFFFF000FFEFC07FF800FFEF001FFC00
+FFFE000FFC00FFFC0007FE00FFF80007FE00FFF80007FF00FFF00003FF00FFF00003FF80
+FFF00003FF80FFE00003FF80FFE00003FF80FFE00003FF807FE00003FF807FE00003FF80
+7FE00003FF807FE00003FF807FF00003FF803FF00003FF803FF00003FF003FF00003FF00
+1FF00007FF001FF80007FE000FF8000FFE000FFC001FFC0007FE003FF80003FF807FF000
+01FFFFFFE00000FFFFFFC000007FFFFF0000001FFFFE00000007FFF800000000FFC00000
+29377CB432>I<0001FFC00000000FFFF80000007FFFFF000001FFFFFFC00003FFFFFFE0
+0007FF007FF0000FFC001FF8001FF8000FFC003FF8000FFE003FF00007FE003FF00007FE
+007FF00007FF007FF00007FF007FF00007FF007FF00007FF007FF00007FF007FF00007FF
+003FF00007FE003FF8000FFE001FF8000FFC000FFC001FF80007FE003FF00003FFFFFFE0
+0000FFFFFF8000003FFFFE00000007FFF00000003FFFFE000000FFFFFF800003FFE3FFE0
+0007FE003FF0000FFC001FF8001FF8000FFC003FF00007FE007FF00007FF007FE00003FF
+007FE00003FF00FFE00003FF80FFE00003FF80FFE00003FF80FFE00003FF80FFE00003FF
+80FFE00003FF807FE00003FF007FE00003FF007FF00007FF003FF00007FE001FF8000FFC
+001FFC001FFC000FFF007FF80007FFFFFFF00003FFFFFFE00000FFFFFF8000003FFFFE00
+00000FFFF800000001FFC0000029377CB432>56 D<000007FFE0000000000FFFF0000000
+001FFFF8000000001FFFF8000000003FFFFC000000003FFFFC000000003FFFFC00000000
+7FFFFE000000007FFFFE00000000FFFFFF00000000FFFFFF00000001FFEFFF80000001FF
+EFFF80000001FFCFFF80000003FFC7FFC0000003FF87FFC0000007FF83FFE0000007FF03
+FFE0000007FF01FFE000000FFF01FFF000000FFE01FFF000001FFE00FFF800001FFC00FF
+F800003FFC007FFC00003FFC007FFC00003FF8003FFC00007FF8003FFE00007FF0003FFE
+0000FFF0001FFF0000FFE0001FFF0001FFE0000FFF8001FFE0000FFF8001FFC00007FF80
+03FFC00007FFC003FFFFFFFFFFC007FFFFFFFFFFE007FFFFFFFFFFE00FFFFFFFFFFFF00F
+FFFFFFFFFFF00FFFFFFFFFFFF01FFFFFFFFFFFF81FFFFFFFFFFFF83FFC0000007FFC3FF8
+0000007FFC3FF80000003FFC7FF80000003FFE7FF00000003FFEFFF00000001FFFFFE000
+00001FFFFFE00000000FFFFFC000000007FF38337CB241>65 D<7FFFFFFF000000FFFFFF
+FFF80000FFFFFFFFFF0000FFFFFFFFFFC000FFFFFFFFFFF000FFFFFFFFFFF800FFFFFFFF
+FFFC00FFFFFFFFFFFE00FFF00007FFFF00FFF000007FFF80FFF000000FFF80FFF0000003
+FFC0FFF0000003FFC0FFF0000001FFC0FFF0000003FFC0FFF0000003FFC0FFF0000007FF
+80FFF000000FFF80FFF000003FFF00FFF00000FFFE00FFF0000FFFF800FFFFFFFFFFE000
+FFFFFFFFFF8000FFFFFFFFFC0000FFFFFFFFFF0000FFFFFFFFFFE000FFFFFFFFFFF800FF
+F00003FFFE00FFF000007FFF00FFF000000FFF80FFF0000007FFC0FFF0000003FFE0FFF0
+000001FFE0FFF0000000FFF0FFF0000000FFF0FFF0000000FFF0FFF0000000FFF0FFF000
+0000FFF0FFF0000001FFE0FFF0000007FFE0FFF000001FFFE0FFF00001FFFFC0FFFFFFFF
+FFFF80FFFFFFFFFFFF00FFFFFFFFFFFE00FFFFFFFFFFF800FFFFFFFFFFF000FFFFFFFFFF
+8000FFFFFFFFFE00007FFFFFFFC00000343279B142>I<0000001FFF8000000003FFFFFC
+0000001FFFFFFFC000007FFFFFFFF00001FFFFFFFFF00007FFFFFFFFF0000FFFF803FFF0
+003FFF80003FE0007FFE00001FE000FFF8000007E001FFF0000003E003FFE0000001E007
+FFC0000000E00FFF80000000400FFF00000000001FFF00000000001FFE00000000003FFC
+00000000003FFC00000000007FFC00000000007FF800000000007FF80000000000FFF800
+00000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF00000
+000000FFF00000000000FFF00000000000FFF00000000000FFF800000000007FF8000000
+00007FF800000000007FFC00000000003FFC00000000003FFC00000000001FFE00000000
+001FFF00000000000FFF00000000000FFF800000000007FFC00000003003FFE000000070
+01FFF0000000F000FFF8000001F0007FFE000007F8003FFF80001FF8000FFFF800FFF800
+07FFFFFFFFF80001FFFFFFFFF800007FFFFFFFE000001FFFFFFF00000003FFFFFC000000
+001FFFC00035367BB340>I<7FFFFFFF80000000FFFFFFFFFC000000FFFFFFFFFF800000
+FFFFFFFFFFE00000FFFFFFFFFFF80000FFFFFFFFFFFC0000FFFFFFFFFFFF0000FFFFFFFF
+FFFF8000FFF00001FFFFC000FFF000001FFFE000FFF0000003FFF000FFF0000001FFF800
+FFF00000007FFC00FFF00000003FFC00FFF00000001FFE00FFF00000000FFF00FFF00000
+000FFF00FFF000000007FF00FFF000000007FF80FFF000000007FF80FFF000000003FF80
+FFF000000003FFC0FFF000000003FFC0FFF000000003FFC0FFF000000003FFC0FFF00000
+0003FFC0FFF000000003FFC0FFF000000003FFC0FFF000000003FFC0FFF000000003FFC0
+FFF000000007FF80FFF000000007FF80FFF000000007FF80FFF00000000FFF00FFF00000
+000FFF00FFF00000001FFE00FFF00000003FFE00FFF00000007FFC00FFF0000000FFF800
+FFF0000003FFF000FFF000000FFFF000FFF00001FFFFE000FFFFFFFFFFFF8000FFFFFFFF
+FFFF0000FFFFFFFFFFFE0000FFFFFFFFFFF80000FFFFFFFFFFE00000FFFFFFFFFF800000
+FFFFFFFFFC0000007FFFFFFFC00000003A3279B147>I<7FFFFFFFFFFF00FFFFFFFFFFFF
+80FFFFFFFFFFFF80FFFFFFFFFFFF80FFFFFFFFFFFF80FFFFFFFFFFFF00FFF00000000000
+FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FF
+F00000000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF0
+0000000000FFF00000000000FFF00000000000FFF00000000000FFFFFFFFFFF800FFFFFF
+FFFFFC00FFFFFFFFFFFC00FFFFFFFFFFFC00FFFFFFFFFFFC00FFFFFFFFFFF800FFF00000
+000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF0000000
+0000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF000000000
+00FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000
+FFF00000000000FFFFFFFFFFFF80FFFFFFFFFFFFC0FFFFFFFFFFFFC0FFFFFFFFFFFFC0FF
+FFFFFFFFFFC07FFFFFFFFFFF80323279B13E>I<7FFFFFFFFFFCFFFFFFFFFFFEFFFFFFFF
+FFFEFFFFFFFFFFFEFFFFFFFFFFFEFFFFFFFFFFFCFFF000000000FFF000000000FFF00000
+0000FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF00000
+0000FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF00000
+0000FFF000000000FFFFFFFFFFC0FFFFFFFFFFE0FFFFFFFFFFE0FFFFFFFFFFE0FFFFFFFF
+FFE0FFFFFFFFFFC0FFF000000000FFF000000000FFF000000000FFF000000000FFF00000
+0000FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF00000
+0000FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF00000
+0000FFF000000000FFF000000000FFF000000000FFF0000000007FE0000000002F3279B1
+3B>I<0000001FFF8000000001FFFFFC0000000FFFFFFF8000007FFFFFFFF00001FFFFFF
+FFFC0007FFFFFFFFFC000FFFF801FFFC003FFF80003FFC007FFE00000FF800FFFC000003
+F801FFF0000001F803FFE0000000F807FFC0000000780FFF80000000380FFF0000000010
+1FFF00000000001FFE00000000003FFC00000000003FFC00000000007FFC00000000007F
+F800000000007FF80000000000FFF80000000000FFF000007FFFFCFFF000007FFFFCFFF0
+00007FFFFCFFF000007FFFFCFFF000007FFFFCFFF000007FFFFCFFF00000001FFCFFF000
+00001FFCFFF80000001FFC7FF80000001FFC7FF80000001FFC7FFC0000001FFC3FFC0000
+001FFC3FFC0000001FFC1FFE0000001FFC1FFF0000001FFC0FFF0000001FFC0FFF800000
+1FFC07FFC000001FFC03FFE000001FFC01FFF000001FFC00FFFC00001FFC007FFE00001F
+FC003FFF80001FFC000FFFF801FFFC0007FFFFFFFFFC0001FFFFFFFFFC00007FFFFFFFF0
+00000FFFFFFF80000001FFFFFC000000001FFF800036367BB343>I<7FE0000001FF80FF
+F0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0
+000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF000
+0003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF00000
+03FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFFFFFFFFF
+FFC0FFFFFFFFFFFFC0FFFFFFFFFFFFC0FFFFFFFFFFFFC0FFFFFFFFFFFFC0FFFFFFFFFFFF
+C0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0
+FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FF
+F0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0
+000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF000
+0003FFC0FFF0000003FFC07FE0000001FF80323279B141>I<7FFFFCFFFFFEFFFFFEFFFF
+FEFFFFFE7FFFFC03FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FF
+C003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FF
+C003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FFC003FF
+C003FFC003FFC003FFC003FFC07FFFFCFFFFFEFFFFFEFFFFFEFFFFFE7FFFFC17327FB11A
+>I<7F800000003FFCFFC00000007FFCFFC0000001FFFCFFC0000003FFF0FFC0000007FF
+E0FFC000001FFFC0FFC000003FFF00FFC000007FFE00FFC00001FFFC00FFC00003FFF000
+FFC0000FFFE000FFC0001FFFC000FFC0003FFF0000FFC000FFFE0000FFC001FFFC0000FF
+C003FFF00000FFC00FFFE00000FFC01FFFC00000FFC03FFF000000FFC0FFFE000000FFC1
+FFF8000000FFC3FFF8000000FFCFFFFC000000FFDFFFFE000000FFFFFFFF000000FFFFFF
+FF800000FFFFFFFFC00000FFFFF3FFE00000FFFFE1FFF00000FFFF80FFF80000FFFF007F
+FC0000FFFE003FFE0000FFF8001FFF0000FFF0000FFF8000FFE00007FFC000FFC00007FF
+E000FFC00003FFF000FFC00001FFF800FFC00000FFF800FFC000007FFC00FFC000003FFE
+00FFC000001FFF00FFC000000FFF80FFC0000007FFC0FFC0000003FFE0FFC0000001FFF0
+FFC0000000FFF8FFC00000007FFCFFC00000003FFC7F800000001FFC363279B143>75
+D<7FE000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFF000000000FFF000000000FFF000000000FFF0000000
+00FFF000000000FFF000000000FFFFFFFFFFF0FFFFFFFFFFF8FFFFFFFFFFF8FFFFFFFFFF
+F8FFFFFFFFFFF87FFFFFFFFFF02D3279B139>I<7FF8000000001FFF00FFFC000000003F
+FF80FFFE000000007FFF80FFFE000000007FFF80FFFF00000000FFFF80FFFF00000000FF
+FF80FFFF80000001FFFF80FFFF80000001FFFF80FFFFC0000003FFFF80FFFFC0000003FF
+FF80FFBFE0000007FDFF80FFBFE0000007FDFF80FFBFE0000007FDFF80FF9FF000000FF9
+FF80FF9FF000000FF9FF80FF8FF800001FF1FF80FF8FF800001FF1FF80FF87FC00003FE1
+FF80FF87FC00003FE1FF80FF83FE00007FC1FF80FF83FE00007FC1FF80FF81FF0000FF81
+FF80FF81FF0000FF81FF80FF80FF8001FF01FF80FF80FF8001FF01FF80FF807FC003FE01
+FF80FF807FC003FE01FF80FF803FE007FC01FF80FF803FE007FC01FF80FF801FF00FF801
+FF80FF801FF00FF801FF80FF800FF81FF001FF80FF800FF81FF001FF80FF8007FC3FE001
+FF80FF8007FC3FE001FF80FF8003FE7FC001FF80FF8003FE7FC001FF80FF8003FE7FC001
+FF80FF8001FFFF8001FF80FF8001FFFF8001FF80FF8000FFFF0001FF80FF8000FFFF0001
+FF80FF80007FFE0001FF80FF80007FFE0001FF80FF80003FFC0001FF80FF80003FFC0001
+FF80FF80001FF80001FF80FF80000FF00001FF80FF800000000001FF807F000000000000
+FF00413278B152>I<7FFC0000003F80FFFE0000007FC0FFFF0000007FC0FFFF8000007F
+C0FFFF8000007FC0FFFFC000007FC0FFFFE000007FC0FFFFE000007FC0FFBFF000007FC0
+FFBFF000007FC0FF9FF800007FC0FF8FFC00007FC0FF8FFC00007FC0FF87FE00007FC0FF
+87FE00007FC0FF83FF00007FC0FF81FF80007FC0FF81FF80007FC0FF80FFC0007FC0FF80
+7FE0007FC0FF807FE0007FC0FF803FF0007FC0FF803FF0007FC0FF801FF8007FC0FF800F
+FC007FC0FF800FFC007FC0FF8007FE007FC0FF8003FF007FC0FF8003FF007FC0FF8001FF
+807FC0FF8001FF807FC0FF8000FFC07FC0FF80007FE07FC0FF80007FE07FC0FF80003FF0
+7FC0FF80001FF87FC0FF80001FF87FC0FF80000FFC7FC0FF80000FFC7FC0FF800007FE7F
+C0FF800003FF7FC0FF800003FF7FC0FF800001FFFFC0FF800001FFFFC0FF800000FFFFC0
+FF8000007FFFC0FF8000007FFFC0FF8000003FFFC0FF8000001FFFC07F0000000FFF8032
+3279B141>I<0000001FFE00000000000003FFFFF000000000001FFFFFFE00000000007F
+FFFFFF8000000001FFFFFFFFE000000007FFFFFFFFF80000000FFFF003FFFC0000003FFF
+00003FFF0000007FFC00000FFF800000FFF0000003FFC00001FFE0000001FFE00003FFC0
+000000FFF00007FF800000007FF80007FF000000003FF8000FFE000000001FFC001FFE00
+0000001FFE001FFC000000000FFE003FFC000000000FFF003FF80000000007FF007FF800
+00000007FF807FF80000000007FF807FF00000000003FF807FF00000000003FF80FFF000
+00000003FFC0FFF00000000003FFC0FFF00000000003FFC0FFF00000000003FFC0FFF000
+00000003FFC0FFF00000000003FFC0FFF00000000003FFC0FFF00000000003FFC0FFF800
+00000007FFC07FF80000000007FF807FF80000000007FF807FF80000000007FF803FFC00
+0000000FFF003FFC000000000FFF001FFE000000001FFE001FFE000000001FFE000FFF00
+0000003FFC000FFF800000007FFC0007FF800000007FF80003FFC0000000FFF00001FFF0
+000003FFE00000FFF8000007FFC000007FFE00001FFF8000003FFF80007FFF0000001FFF
+F003FFFE00000007FFFFFFFFF800000001FFFFFFFFE0000000007FFFFFFF80000000001F
+FFFFFE000000000003FFFFF00000000000001FFE0000000042367BB34D>I<7FFFFFFF00
+0000FFFFFFFFF00000FFFFFFFFFE0000FFFFFFFFFF8000FFFFFFFFFFE000FFFFFFFFFFF0
+00FFFFFFFFFFF800FFFFFFFFFFFC00FFF00001FFFE00FFF000003FFF00FFF000000FFF00
+FFF0000007FF80FFF0000007FF80FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FF
+F0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000003FFC0FFF0000007FF80FFF0
+000007FF80FFF000000FFF00FFF000003FFE00FFF00001FFFE00FFFFFFFFFFFC00FFFFFF
+FFFFF000FFFFFFFFFFE000FFFFFFFFFF8000FFFFFFFFFE0000FFFFFFFFF00000FFFFFFFF
+000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF0000000
+0000FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF000000000
+00FFF00000000000FFF00000000000FFF00000000000FFF00000000000FFF00000000000
+FFF00000000000FFF000000000007FE00000000000323279B13F>I<7FFFFFFF800000FF
+FFFFFFF80000FFFFFFFFFF0000FFFFFFFFFFE000FFFFFFFFFFF000FFFFFFFFFFFC00FFFF
+FFFFFFFE00FFFFFFFFFFFF00FFF000007FFF80FFF0000007FFC0FFF0000003FFE0FFF000
+0001FFE0FFF0000000FFF0FFF0000000FFF0FFF0000000FFF0FFF0000000FFF0FFF00000
+00FFF0FFF0000000FFF0FFF0000001FFE0FFF0000003FFC0FFF000000FFFC0FFF000007F
+FF80FFFFFFFFFFFE00FFFFFFFFFFFC00FFFFFFFFFFF000FFFFFFFFFF8000FFFFFFFFFC00
+00FFFFFFFFF00000FFF0007FF80000FFF0003FFC0000FFF0001FFE0000FFF0000FFE0000
+FFF0000FFF0000FFF00007FF8000FFF00003FFC000FFF00001FFE000FFF00000FFE000FF
+F00000FFF000FFF000007FF800FFF000003FFC00FFF000001FFE00FFF000001FFE00FFF0
+00000FFF00FFF0000007FF80FFF0000003FFC0FFF0000001FFC0FFF0000001FFE0FFF000
+0000FFF0FFF00000007FF07FE00000003FF0343279B141>82 D<00003FFC00000003FFFF
+E000001FFFFFFC00007FFFFFFF0000FFFFFFFFC003FFFFFFFFC007FFFFFFFFC00FFFC007
+FFC01FFE0000FF801FFC00003F803FF000001F803FF000000F807FE0000007807FE00000
+03807FE0000001007FF0000000007FF8000000007FFC000000007FFF000000007FFFF800
+00003FFFFFE000003FFFFFFE00001FFFFFFFC0000FFFFFFFF0000FFFFFFFFC0003FFFFFF
+FF0001FFFFFFFF8000FFFFFFFFC0003FFFFFFFE0000FFFFFFFF00001FFFFFFF000000FFF
+FFF80000003FFFF800000003FFFC00000000FFFC000000003FFC000000001FFC00000000
+1FFC200000000FFC700000000FFC780000000FFC7E0000001FF87F0000001FF87FC00000
+3FF07FF000007FF0FFFC0001FFE0FFFFC00FFFC0FFFFFFFFFF80FFFFFFFFFF003FFFFFFF
+FE0007FFFFFFF80001FFFFFFE000001FFFFF80000000FFF800002E367CB338>I<7FFFFF
+FFFFFFFFF8FFFFFFFFFFFFFFFCFFFFFFFFFFFFFFFCFFFFFFFFFFFFFFFCFFFFFFFFFFFFFF
+FC7FFFFFFFFFFFFFF80000007FF80000000000007FF80000000000007FF8000000000000
+7FF80000000000007FF80000000000007FF80000000000007FF80000000000007FF80000
+000000007FF80000000000007FF80000000000007FF80000000000007FF8000000000000
+7FF80000000000007FF80000000000007FF80000000000007FF80000000000007FF80000
+000000007FF80000000000007FF80000000000007FF80000000000007FF8000000000000
+7FF80000000000007FF80000000000007FF80000000000007FF80000000000007FF80000
+000000007FF80000000000007FF80000000000007FF80000000000007FF8000000000000
+7FF80000000000007FF80000000000007FF80000000000007FF80000000000007FF80000
+000000007FF80000000000007FF80000000000007FF80000000000007FF8000000000000
+7FF80000000000007FF80000000000007FF80000000000007FF80000000000003FF00000
+003E327CB147>I<7FE0000000FF80FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0
+FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FF
+F0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0
+000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF000
+0001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF00000
+01FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001
+FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FFC0FFF0000001FF
+C0FFF0000001FFC0FFF0000001FFC07FF8000003FF807FF8000003FF807FFC000007FF80
+3FFE00000FFF001FFF00001FFF001FFFC0007FFE000FFFF803FFFC0007FFFFFFFFF80003
+FFFFFFFFF00001FFFFFFFFE000007FFFFFFF8000001FFFFFFF00000007FFFFFC00000001
+FFFFE0000000001FFE000000323479B141>I<7F80000003FFC0000001FCFFC0000007FF
+E0000003FEFFE0000007FFE0000003FE7FE000000FFFF0000007FC7FE000000FFFF00000
+07FC7FF000000FFFF0000007FC3FF000001FFFF800000FF83FF000001FFFF800000FF83F
+F800001FFFF800000FF81FF800003FEFFC00001FF01FF800003FEFFC00001FF01FFC0000
+3FCFFC00001FF00FFC00007FC7FE00003FE00FFC00007FC7FE00003FE00FFE00007F87FE
+00003FE007FE0000FF83FF00007FC007FE0000FF83FF00007FC007FF0001FF03FF00007F
+C003FF0001FF01FF8000FF8003FF0001FF01FF8000FF8003FF8003FE01FF8000FF8001FF
+8003FE00FFC001FF0001FF8003FE00FFC001FF0001FFC007FC00FFC001FF0000FFC007FC
+007FE003FE0000FFC007FC007FE003FE0000FFE00FF8007FE007FE00007FE00FF8003FF0
+07FC00007FE00FF8003FF007FC00007FF01FF0003FF00FFC00003FF01FF0001FF80FF800
+003FF01FF0001FF80FF800003FF83FE0001FF81FF800001FF83FE0000FFC1FF000001FF8
+3FE0000FFC1FF000001FFC7FC0000FFC3FF000000FFC7FC00007FE3FE000000FFC7FC000
+07FE3FE000000FFEFF800007FE7FE0000007FEFF800003FF7FC0000007FEFF800003FF7F
+C0000007FFFF000003FFFFC0000003FFFF000001FFFF80000003FFFF000001FFFF800000
+03FFFE000001FFFF80000001FFFE000000FFFF00000001FFFE000000FFFF00000001FFFC
+000000FFFF00000000FFFC0000007FFE00000000FFFC0000007FFE000000007FF0000000
+3FFC000057337EB15C>87 D<3FFF0000007FF8003FFF800000FFFC003FFFC00001FFF800
+1FFFC00003FFF0000FFFE00007FFE00007FFF0000FFFE00003FFF8001FFFC00001FFFC00
+1FFF800000FFFE003FFF0000007FFF007FFE0000003FFF00FFFC0000001FFF81FFF80000
+000FFFC3FFF00000000FFFE7FFF000000007FFF7FFE000000003FFFFFFC000000001FFFF
+FF8000000000FFFFFF00000000007FFFFE00000000003FFFFC00000000001FFFF8000000
+00000FFFF0000000000007FFF0000000000003FFE0000000000007FFF000000000000FFF
+F800000000001FFFFC00000000003FFFFE00000000007FFFFF0000000000FFFFFF000000
+0000FFFFFF8000000001FFF7FFC000000003FFE7FFE000000007FFC3FFF00000000FFF81
+FFF80000001FFF80FFFC0000003FFF007FFE0000007FFE003FFF0000007FFC003FFF8000
+00FFF8001FFFC00001FFF8000FFFE00003FFF00007FFF00007FFE00003FFF8000FFFC000
+01FFFC001FFF800001FFFC003FFF800000FFFE007FFF0000007FFF007FFE0000003FFF80
+FFFC0000001FFFC07FF80000000FFF803A327DB141>I<FFF800000000FFF0FFFE000000
+03FFF0FFFF00000007FFF07FFF80000007FFE03FFFC000000FFFC01FFFE000001FFF800F
+FFE000003FFF0007FFF000007FFE0003FFF80000FFFC0003FFFC0001FFFC0001FFFE0001
+FFF80000FFFF0003FFF000007FFF8007FFE000003FFF800FFFC000001FFFC01FFF800000
+0FFFE03FFF0000000FFFF07FFF00000007FFF8FFFE00000003FFFCFFFC00000001FFFFFF
+F800000000FFFFFFF0000000007FFFFFE0000000003FFFFFC0000000003FFFFF80000000
+001FFFFF80000000000FFFFF000000000007FFFE000000000003FFFC000000000001FFF8
+000000000000FFF0000000000000FFF0000000000000FFF0000000000000FFF000000000
+0000FFF0000000000000FFF0000000000000FFF0000000000000FFF0000000000000FFF0
+000000000000FFF0000000000000FFF0000000000000FFF0000000000000FFF000000000
+0000FFF0000000000000FFF0000000000000FFF0000000000000FFF0000000000000FFF0
+000000000000FFF0000000000000FFF00000000000007FE00000003C327EB141>I
+E /Fz 49 124 df<00000FF8000000007FFE00000001F80780000007E001C000001F8000
+E000003F0007E000007E000FF000007E000FF00000FC000FF00000FC000FF00001F8000F
+F00001F80007E00001F80001800001F80000000001F80000000001F80000000001F80000
+000001F80000000001F80000000001F80000000001F80000000001F80000000001F80003
+F000FFFFFFFFF000FFFFFFFFF000FFFFFFFFF00001F8000FF00001F80003F00001F80003
+F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003
+F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003
+F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003
+F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003F00001F80003
+F00001F80003F00001F80003F00003FC0007F8007FFFE0FFFFC07FFFE0FFFFC07FFFE0FF
+FFC02A3B7FBA2E>12 D<7800FC00FC00FE00FF007F801F800FC007E003F000F00078003C
+001E00060F0F77B92A>18 D<003C007E007E00FE01FE03FC03F007E00FC01F801E003C00
+7800F000C0000F0F6FB92A>I<1C007F00FF80FF80FFC0FFC0FFC07FC01CC000C000C000
+C000C001C00180018003800300070006000E001C003800700060000A1979B917>39
+D<1C007F00FF80FF80FFC0FFC0FFC07FC01CC000C000C000C000C001C001800180038003
+00070006000E001C003800700060000A19798817>44 D<FFFFFCFFFFFCFFFFFCFFFFFCFF
+FFFC16057F941C>I<1C007F00FF80FF80FF80FF80FF807F001C000909798817>I<0003F8
+0000001FFF0000007E0FC00000F803E00001E000F00003C000780007C0007C000F80003E
+000F80003E001F00001F001F00001F003F00001F803F00001F803F00001F807E00000FC0
+7E00000FC07E00000FC07E00000FC07E00000FC07E00000FC0FE00000FE0FE00000FE0FE
+00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00
+000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE0000
+0FE0FE00000FE0FE00000FE07E00000FC07E00000FC07E00000FC07E00000FC07F00001F
+C03F00001F803F00001F803F00001F801F00001F001F80003F000F80003E000F80003E00
+07C0007C0003E000F80001F001F00000F803E000007E0FC000001FFF00000003F8000023
+3A7DB72A>48 D<000FF00000007FFE000001FFFF800003E03FE0000F000FF0000E0007F8
+001C0003FC00380001FE00300001FE00700000FF00600000FF00FC0000FF00FF00007F80
+FF80007F80FF80007F80FF80007F80FF80007F80FF80007F807F00007F801C00007F8000
+00007F80000000FF00000000FF00000000FF00000001FE00000001FC00000003FC000000
+03F800000007F000000007E00000000FE00000001FC00000003F800000003F000000007C
+00000000F800000001F000000003E000000007C00000000F800000000F000000001E0001
+80003C000180007800018000F000038001E000030003C000030007800003000E00000700
+0FFFFFFF001FFFFFFF003FFFFFFF007FFFFFFE00FFFFFFFE00FFFFFFFE00FFFFFFFE0021
+387CB72A>50 D<0007F80000003FFF0000007FFFC00001F80FF00003C007F800078003FC
+000E0001FC000F0001FE001FE000FE001FF000FF001FF000FF001FF000FF001FF000FF00
+1FF000FF000FE000FF0007C000FF00000000FE00000001FE00000001FE00000001FC0000
+0003F800000003F800000007F000000007E00000000F800000007E0000001FFC0000001F
+FF800000000FE000000007F000000001FC00000001FE00000000FF000000007F80000000
+7F800000007FC00000007FC00000003FC00000003FE00000003FE01E00003FE07F80003F
+E0FFC0003FE0FFC0003FE0FFC0003FE0FFC0003FE0FFC0003FC0FF80007FC07F80007F80
+7E00007F80700000FF00380001FE001E0001FE000F8003F80007F00FF00001FFFFC00000
+7FFF0000000FF80000233A7DB72A>I<000000380000000038000000007800000000F800
+000000F800000001F800000003F800000007F800000007F80000000FF80000001FF80000
+001BF800000033F800000073F800000063F8000000C3F8000001C3F800000183F8000003
+03F800000703F800000603F800000C03F800001C03F800001803F800003003F800007003
+F800006003F80000C003F80001C003F800038003F800030003F800070003F8000E0003F8
+000C0003F800180003F800380003F800300003F800600003F800E00003F800FFFFFFFFF8
+FFFFFFFFF8FFFFFFFFF8000003F800000003F800000003F800000003F800000003F80000
+0003F800000003F800000003F800000003F800000003F800000003F800000007FC000003
+FFFFF80003FFFFF80003FFFFF825397EB82A>I<0003F80000001FFF0000007FFFC00000
+FC07F00001E001F80003C000FC000780007C000700003E000F00001E000E00001F001E00
+000F001E00000F001E00000F001F00000F001F00000F001F80000F001F80001F001FE000
+1E000FF0003E000FFC003C000FFE00780007FF80F00007FFC1E00003FFF3C00001FFFF00
+0000FFFE0000003FFF0000001FFFC000001FFFE000007FFFF80000F0FFFC0003E07FFE00
+07801FFF000F000FFF801F0003FF803E0001FFC03C00007FC07C00003FC07800000FE0F8
+000007E0F0000007E0F0000003E0F0000003E0F0000001E0F0000001E0F0000001E0F800
+0001C078000001C078000003C07C000003803E000007001F00000F000F80001E0007E000
+7C0003F803F00000FFFFE000003FFF80000007FC0000233A7DB72A>56
+D<0003F80000001FFF0000007FFFC00000FC07E00003F803F00007F001F8000FE000FC00
+0FC0007E001FC0007E003F80003F003F80003F007F80003F807F00003F807F00003F80FF
+00001FC0FF00001FC0FF00001FC0FF00001FC0FF00001FC0FF00001FC0FF00001FE0FF00
+001FE0FF00001FE0FF00001FE0FF00001FE07F00003FE07F00003FE07F80003FE03F8000
+3FE01F80007FE01F80007FE00FC000FFE007E000DFE003E001DFE001F0039FE000FC0F1F
+E0003FFC1FC00007F01FC00000001FC00000003FC00000003F800000003F800000003F80
+0000003F000000007F000F00007E001F80007E003FC000FC003FC000FC003FC001F8003F
+C003F0003F8007E0001F000FC0001C001F80000F807F000007FFFC000001FFF00000003F
+C00000233A7DB72A>I<7FFFFFFFFFFFF8FFFFFFFFFFFFFCFFFFFFFFFFFFFCFFFFFFFFFF
+FFFC00000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000000000000000000000000000FFFFFFFFFFFFFCFF
+FFFFFFFFFFFCFFFFFFFFFFFFFC7FFFFFFFFFFFF836167B9F41>61
+D<0000003800000000000038000000000000380000000000007C0000000000007C000000
+0000007C000000000000FE000000000000FE000000000000FE000000000001FF00000000
+0001FF000000000001FF0000000000037F8000000000037F8000000000077FC000000000
+063FC000000000063FC0000000000E3FE0000000000C1FE0000000000C1FE0000000001C
+1FF000000000180FF000000000180FF000000000380FF8000000003007F8000000003007
+F8000000007007FC000000006003FC000000006003FC00000000C003FE00000000C001FE
+00000000C001FE000000018001FF000000018000FF000000018000FF000000030000FF80
+00000300007F8000000300007F8000000600007FC0000007FFFFFFC0000007FFFFFFC000
+000FFFFFFFE000000C00001FE000000C00001FE000001800000FF000001800000FF00000
+1800000FF0000030000007F8000030000007F8000030000007F8000060000003FC000060
+000003FC0000E0000003FC0000E0000001FE0001E0000001FE0003F0000001FF000FFC00
+0007FF80FFFF8000FFFFFEFFFF8000FFFFFEFFFF8000FFFFFE373C7DBB3E>65
+D<000001FF80018000000FFFE0038000007FFFF803800001FF807E07800003FC000F0F80
+000FF000039F80001FE00001DF80003F800000FF80007F0000007F8000FE0000003F8001
+FE0000003F8003FC0000001F8007F80000000F8007F80000000F800FF000000007800FF0
+00000007801FE000000007801FE000000003803FE000000003803FC000000003807FC000
+000001807FC000000001807FC000000001807F800000000180FF800000000000FF800000
+000000FF800000000000FF800000000000FF800000000000FF800000000000FF80000000
+0000FF800000000000FF800000000000FF800000000000FF800000000000FF8000000000
+00FF8000000000007F8000000000007FC000000001807FC000000001807FC00000000180
+3FC000000001803FE000000001801FE000000003801FE000000003000FF000000003000F
+F0000000070007F8000000070007F8000000060003FC0000000E0001FE0000001C0000FE
+0000001800007F0000003800003F8000007000001FE00000E000000FF00003C0000003FC
+000F80000001FF803F000000007FFFFC000000000FFFF00000000001FF800000313D7BBA
+3C>67 D<FFFFFFFFC00000FFFFFFFFF80000FFFFFFFFFE000001FF8001FF800000FF0000
+3FE00000FF00000FF00000FF000003F80000FF000001FC0000FF000000FE0000FF000000
+7F0000FF0000007F0000FF0000003F8000FF0000003FC000FF0000001FC000FF0000001F
+E000FF0000000FE000FF0000000FF000FF0000000FF000FF0000000FF000FF00000007F8
+00FF00000007F800FF00000007F800FF00000007F800FF00000007FC00FF00000007FC00
+FF00000007FC00FF00000007FC00FF00000007FC00FF00000007FC00FF00000007FC00FF
+00000007FC00FF00000007FC00FF00000007FC00FF00000007FC00FF00000007FC00FF00
+000007F800FF00000007F800FF00000007F800FF00000007F800FF0000000FF000FF0000
+000FF000FF0000000FE000FF0000000FE000FF0000001FE000FF0000001FC000FF000000
+3F8000FF0000003F8000FF0000007F0000FF000000FE0000FF000001FC0000FF000003F8
+0000FF00000FF00000FF00003FE00001FF8000FF8000FFFFFFFFFF0000FFFFFFFFF80000
+FFFFFFFFC0000036397DB83F>I<FFFFFFFFFFF8FFFFFFFFFFF8FFFFFFFFFFF801FF8000
+1FF800FF000001F800FF000000FC00FF0000007C00FF0000003C00FF0000001C00FF0000
+001C00FF0000000C00FF0000000C00FF0000000C00FF0000000C00FF0000000E00FF0000
+000600FF0000000600FF0001800600FF0001800600FF0001800000FF0001800000FF0001
+800000FF0001800000FF0003800000FF0003800000FF0007800000FF001F800000FFFFFF
+800000FFFFFF800000FFFFFF800000FF001F800000FF0007800000FF0003800000FF0003
+800000FF0001800000FF0001800000FF0001800000FF0001800000FF0001800000FF0001
+800000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000
+000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000
+000000FF0000000001FFC0000000FFFFFFC00000FFFFFFC00000FFFFFFC000002F397DB8
+36>70 D<FFFFFF01FFFFFEFFFFFF01FFFFFEFFFFFF01FFFFFE01FF800003FF0000FF0000
+01FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001
+FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE
+0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE00
+00FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000
+FF000001FE0000FFFFFFFFFE0000FFFFFFFFFE0000FFFFFFFFFE0000FF000001FE0000FF
+000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF00
+0001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF0000
+01FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001
+FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE0000FF000001FE
+0000FF000001FE0000FF000001FE0001FF800003FF00FFFFFF01FFFFFEFFFFFF01FFFFFE
+FFFFFF01FFFFFE37397DB83E>72 D<FFFFFFC0FFFFFFC0FFFFFFC000FFC000007F800000
+7F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F800000
+7F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F800000
+7F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F800000
+7F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F800000
+7F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F800000
+7F8000007F8000007F800000FFC000FFFFFFC0FFFFFFC0FFFFFFC01A397EB81E>I<003F
+FFFFE0003FFFFFE0003FFFFFE000001FFC00000007F800000007F800000007F800000007
+F800000007F800000007F800000007F800000007F800000007F800000007F800000007F8
+00000007F800000007F800000007F800000007F800000007F800000007F800000007F800
+000007F800000007F800000007F800000007F800000007F800000007F800000007F80000
+0007F800000007F800000007F800000007F800000007F800000007F800000007F8000000
+07F800000007F800000007F800000007F800000007F800000007F800000007F8003F0007
+F8007F8007F800FFC007F800FFC007F800FFC007F800FFC007F800FFC00FF000FF800FF0
+007F000FE00070001FE00038001FC0001C003F80000E007F00000781FC000001FFF00000
+007F800000233B7DB82B>I<FFFF000007FFFEFFFF800007FFFEFFFFC00007FFFE00FFC0
+00007FE000FFE000001F8000DFF000000F0000DFF00000060000CFF80000060000C7FC00
+00060000C7FC0000060000C3FE0000060000C1FF0000060000C1FF0000060000C0FF8000
+060000C07FC000060000C07FC000060000C03FE000060000C01FF000060000C01FF80006
+0000C00FF800060000C007FC00060000C007FE00060000C003FE00060000C001FF000600
+00C001FF80060000C000FF80060000C0007FC0060000C0007FE0060000C0003FE0060000
+C0001FF0060000C0000FF8060000C0000FF8060000C00007FC060000C00003FE060000C0
+0003FE060000C00001FF060000C00000FF860000C00000FF860000C000007FC60000C000
+003FE60000C000003FE60000C000001FF60000C000000FFE0000C000000FFE0000C00000
+07FE0000C0000003FE0000C0000003FE0000C0000001FE0000C0000000FE0000C0000000
+FE0000C00000007E0001E00000003E0003F00000003E000FFC0000001E00FFFFC000000E
+00FFFFC000000E00FFFFC00000060037397DB83E>78 D<FFFFFFFFC000FFFFFFFFF800FF
+FFFFFFFE0001FF8001FF8000FF00003FC000FF00000FE000FF000007F000FF000003F800
+FF000003FC00FF000003FE00FF000001FE00FF000001FE00FF000001FF00FF000001FF00
+FF000001FF00FF000001FF00FF000001FF00FF000001FF00FF000001FF00FF000001FE00
+FF000001FE00FF000003FC00FF000003FC00FF000007F800FF000007F000FF00000FE000
+FF00003FC000FF0001FF0000FFFFFFFC0000FFFFFFF00000FF0000000000FF0000000000
+FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000
+FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000
+FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000
+FF0000000000FF0000000000FF0000000001FF80000000FFFFFF000000FFFFFF000000FF
+FFFF00000030397DB839>80 D<FFFFFFFE00000000FFFFFFFFE0000000FFFFFFFFF80000
+0001FF8007FE00000000FF0000FF80000000FF00003FC0000000FF00001FE0000000FF00
+000FF0000000FF000007F8000000FF000007F8000000FF000003FC000000FF000003FC00
+0000FF000003FE000000FF000003FE000000FF000003FE000000FF000003FE000000FF00
+0003FE000000FF000003FE000000FF000003FC000000FF000003FC000000FF000007F800
+0000FF000007F8000000FF00000FF0000000FF00001FE0000000FF00003F80000000FF00
+00FF00000000FF0007FC00000000FFFFFFE000000000FFFFFFC000000000FF000FF00000
+0000FF0003F800000000FF0000FE00000000FF0000FF00000000FF00007F80000000FF00
+003FC0000000FF00003FC0000000FF00001FC0000000FF00001FE0000000FF00001FE000
+0000FF00001FE0000000FF00001FE0000000FF00001FE0000000FF00001FF0000000FF00
+001FF0000000FF00001FF0000000FF00001FF0000000FF00001FF0000000FF00001FF000
+0000FF00001FF0018000FF00001FF0018000FF00001FF8018000FF00000FF8018000FF00
+000FF8038001FF800007F80300FFFFFF0003FC0700FFFFFF0001FC0600FFFFFF0000FE0E
+0000000000003FFC00000000000007F000393B7DB83D>82 D<000FF800C0003FFE01C000
+FFFF81C003F807E3C007E000F7C00FC0007FC01F80003FC03F00001FC03E00000FC07E00
+0007C07E000007C07C000003C0FC000003C0FC000001C0FC000001C0FC000001C0FE0000
+00C0FE000000C0FE000000C0FF000000C0FF800000007FC00000007FE00000007FF80000
+003FFF8000001FFFF800001FFFFF80000FFFFFE00007FFFFF80003FFFFFE0000FFFFFF00
+003FFFFF800007FFFFC000007FFFC0000007FFE00000007FE00000003FF00000001FF000
+00000FF000000007F800000007F8C0000003F8C0000003F8C0000001F8C0000001F8C000
+0001F8E0000001F8E0000001F8E0000001F0F0000001F0F0000003F0F8000003E0FC0000
+07E0FE000007C0FF00000FC0FF80001F80FBF0003F00F0FE00FE00E03FFFF800E00FFFE0
+00C001FF0000253D7CBA2E>I<FFFFFF0007FFFEFFFFFF0007FFFEFFFFFF0007FFFE01FF
+8000007FE000FF0000001F8000FF0000000F0000FF000000060000FF000000060000FF00
+0000060000FF000000060000FF000000060000FF000000060000FF000000060000FF0000
+00060000FF000000060000FF000000060000FF000000060000FF000000060000FF000000
+060000FF000000060000FF000000060000FF000000060000FF000000060000FF00000006
+0000FF000000060000FF000000060000FF000000060000FF000000060000FF0000000600
+00FF000000060000FF000000060000FF000000060000FF000000060000FF000000060000
+FF000000060000FF000000060000FF000000060000FF000000060000FF000000060000FF
+000000060000FF000000060000FF000000060000FF0000000E00007F0000000C00007F80
+00000C00007F8000001C00003F8000001C00003F8000001800001FC000003800001FC000
+007000000FE00000F0000007F00000E0000003F80001C0000001FC000780000000FE000F
+000000007F807E000000001FFFF80000000007FFE000000000007F800000373B7DB83E>
+85 D<FFFFFC00007FFF80FFFFFC00007FFF80FFFFFC00007FFF8003FF8000000FFC0001
+FF00000007E00001FF00000003C00000FF00000001800000FF800000038000007F800000
+030000007F800000030000007FC00000030000003FC00000060000003FC0000006000000
+3FE000000E0000001FE000000C0000001FF000000C0000000FF00000180000000FF00000
+180000000FF800001800000007F800003000000007F800003000000007FC000070000000
+03FC00006000000003FC00006000000001FE0000C000000001FE0000C000000001FF0000
+C000000000FF00018000000000FF00018000000000FF800380000000007F800300000000
+007F800300000000003FC00600000000003FC00600000000003FE00600000000001FE00C
+00000000001FE00C00000000001FF01C00000000000FF01800000000000FF01800000000
+0007F830000000000007F830000000000007FC30000000000003FC60000000000003FC60
+000000000003FEE0000000000001FEC0000000000001FEC0000000000000FF8000000000
+0000FF80000000000000FF800000000000007F000000000000007F000000000000007F00
+0000000000003E000000000000003E000000000000001C000000000000001C0000000000
+00001C00000000393B7EB83E>I<FFFFFC07FFFFF001FFFFFFFFFC07FFFFF001FFFFFFFF
+FC07FFFFF001FFFF07FF80001FFE00001FF803FE00000FF8000007E001FE000007F80000
+03C001FE000007F80000038001FF000007F80000038000FF000003FC0000030000FF0000
+03FC0000030000FF800003FC00000700007F800001FE00000600007F800001FE00000600
+007FC00001FE00000600003FC00003FF00000C00003FC00003FF00000C00003FE00003FF
+00000C00001FE00007FF80001800001FE000067F80001800001FE000067F80001800000F
+F0000E7FC0003000000FF0000C3FC0003000000FF0000C3FC00030000007F8001C3FE000
+60000007F800181FE00060000007F800181FE00060000003FC00181FF000C0000003FC00
+300FF000C0000003FC00300FF000C0000001FE00300FF80180000001FE006007F8018000
+0001FE006007F80180000000FF006007F80300000000FF00C003FC0300000000FF00C003
+FC0300000000FF80C003FC07000000007F818001FE06000000007F818001FE0600000000
+7FC18001FE0E000000003FC30000FF0C000000003FC30000FF0C000000003FE30000FF1C
+000000001FE600007F98000000001FE600007F98000000001FF600007F98000000000FFC
+00003FF0000000000FFC00003FF0000000000FFC00003FF00000000007FC00003FE00000
+000007F800001FE00000000007F800001FE00000000003F800001FC00000000003F00000
+0FC00000000003F000000FC00000000001F000000F800000000001E00000078000000000
+01E0000007800000000000E0000007000000000000C0000003000000503B7EB855>I<FF
+F8FFF8FFF8FFF8F000F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F0
+00F000F000F000F000F000F000FFF8FFF8FFF8FFF80D5378BD17>91
+D<FFF8FFF8FFF8FFF8007800780078007800780078007800780078007800780078007800
+780078007800780078007800780078007800780078007800780078007800780078007800
+780078007800780078007800780078007800780078007800780078007800780078007800
+780078007800780078007800780078007800780078007800780078007800780078007800
+780078007800780078007800780078FFF8FFF8FFF8FFF80D537FBD17>93
+D<001FE0000000FFFC000003E03F000007000F80000F8007E0001FC003F0001FE003F000
+1FE001F8001FE001F8001FE000FC000FC000FC00078000FC00000000FC00000000FC0000
+0000FC00000000FC0000007FFC000007FFFC00003FE0FC0000FE00FC0003F800FC000FF0
+00FC001FC000FC003FC000FC007F8000FC007F0000FC007F0000FC0CFE0000FC0CFE0000
+FC0CFE0000FC0CFE0001FC0CFE0001FC0CFF0003FC0C7F00077C0C7F80063E183FC01E3E
+180FE0781FF003FFF00FE0007F8007C026277DA52A>97 D<0003FC00001FFF80007E03E0
+01F8007003F000F807E001FC0FC003FC0FC003FC1F8003FC3F8003FC3F0001F87F0000F0
+7F0000007F0000007E000000FE000000FE000000FE000000FE000000FE000000FE000000
+FE000000FE000000FE000000FE0000007E0000007F0000007F0000003F0000063F800006
+1F80000E1FC0000C0FC0001C07E0003803F0007001F800E0007C07C0001FFF000007F800
+1F277DA525>99 D<0000000FC0000003FFC0000003FFC0000003FFC00000003FC0000000
+0FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000F
+C00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC0
+0000000FC00003F80FC0001FFF0FC0007E078FC000F801EFC003F0007FC007E0003FC00F
+C0001FC00FC0001FC01F80000FC03F80000FC03F00000FC07F00000FC07F00000FC07E00
+000FC0FE00000FC0FE00000FC0FE00000FC0FE00000FC0FE00000FC0FE00000FC0FE0000
+0FC0FE00000FC0FE00000FC0FE00000FC07E00000FC07F00000FC07F00000FC03F00000F
+C03F00000FC01F80001FC01F80001FC00FC0003FC007E0007FC003F000EFF001F801CFFF
+007C078FFF001FFE0FFF0007F80FC0283B7DB92E>I<0007F800001FFF00007C0FC001F8
+03E003F001F007E001F80FC000F81F80007C1F80007C3F00007E3F00003E7F00003E7F00
+003F7E00003FFE00003FFE00003FFE00003FFFFFFFFFFFFFFFFFFE000000FE000000FE00
+0000FE000000FE0000007E0000007E0000007F0000007F0000003F0000033F8000031F80
+00070FC0000607C0000E07E0001C01F0003800F80070007E03E0001FFF800003FC002027
+7EA525>I<00000003F0000FF00FF8003FFC3C3C00F81F707C01F00FE07C03E007C07C07
+C003E0100FC003F0000FC003F0001F8001F8001F8001F8001F8001F8001F8001F8001F80
+01F8001F8001F8001F8001F8001F8001F8000FC003F0000FC003F00007C003E00003E007
+C00003F00F800003F81F0000073FFC0000060FF000000E000000000E000000000E000000
+000E000000000F000000000F000000000FC000000007FFFFC00007FFFFF80003FFFFFE00
+01FFFFFF8003FFFFFFC00F80007FE01F00000FF03E000003F07C000001F07C000001F8F8
+000000F8F8000000F8F8000000F8F8000000F8F8000000F8FC000001F87C000001F03E00
+0003E03F000007E00F80000F8007E0003F0001FC01FC00007FFFF0000007FF000026387E
+A52A>103 D<03F000000000FFF000000000FFF000000000FFF0000000000FF000000000
+03F00000000003F00000000003F00000000003F00000000003F00000000003F000000000
+03F00000000003F00000000003F00000000003F00000000003F00000000003F000000000
+03F00000000003F00000000003F00000000003F00000000003F00FF0000003F03FFC0000
+03F0F03F000003F1C01F800003F3800FC00003F7000FC00003FE000FC00003FC0007E000
+03FC0007E00003F80007E00003F80007E00003F80007E00003F00007E00003F00007E000
+03F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E000
+03F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E000
+03F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E000
+03F00007E00007F8000FF000FFFFC1FFFF80FFFFC1FFFF80FFFFC1FFFF80293A7EB92E>
+I<0380000FE0001FF0001FF0001FF0001FF0001FF0000FE0000380000000000000000000
+0000000000000000000000000000000000000000000003F000FFF000FFF000FFF00007F0
+0003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F0
+0003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F0
+0003F00003F00003F00003F00007F800FFFFC0FFFFC0FFFFC012387EB717>I<03F000FF
+F000FFF000FFF0000FF00003F00003F00003F00003F00003F00003F00003F00003F00003
+F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003
+F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003
+F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003F00003
+F00003F00003F00003F00003F00007F800FFFFC0FFFFC0FFFFC0123A7EB917>108
+D<03F00FF00000FFF03FFC0000FFF0F03F0000FFF1C01F80000FF3800FC00003F7000FC0
+0003FE000FC00003FC0007E00003FC0007E00003F80007E00003F80007E00003F80007E0
+0003F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F00007E00003F00007E00003F00007E00007F8000FF000FFFFC1FFFF80FFFFC1FFFF
+80FFFFC1FFFF8029257EA42E>110 D<0003FE0000000FFF8000003E03E00000F800F800
+01F0007C0003E0003E0007C0001F000F80000F801F80000FC01F000007C03F000007E03F
+000007E07E000003F07E000003F07E000003F07E000003F0FE000003F8FE000003F8FE00
+0003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F8FE000003F87E0000
+03F07E000003F07F000007F03F000007E03F000007E01F80000FC00F80000F800FC0001F
+8007E0003F0003F0007E0000F800F800007E03F000001FFFC0000003FE000025277EA52A
+>I<03F01FE000FFF07FF800FFF1E07E00FFF3801F8007F7000FC003FE0007E003FC0003
+F003F80003F803F00001F803F00001FC03F00000FC03F00000FE03F00000FE03F00000FE
+03F000007F03F000007F03F000007F03F000007F03F000007F03F000007F03F000007F03
+F000007F03F000007F03F000007F03F00000FE03F00000FE03F00000FE03F00001FC03F0
+0001FC03F80003F803F80003F003FC0007F003FE000FE003F6000FC003F7803F0003F1E0
+7E0003F0FFF80003F01FC00003F000000003F000000003F000000003F000000003F00000
+0003F000000003F000000003F000000003F000000003F000000003F000000007F8000000
+FFFFC00000FFFFC00000FFFFC0000028357EA42E>I<07E01F00FFE07FC0FFE1E3E0FFE3
+87F00FE707F003E607F003EE07F003EC03E003FC008003F8000003F8000003F8000003F8
+000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0
+000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0000003F0
+000003F0000003F0000007F80000FFFFF000FFFFF000FFFFF0001C257EA421>114
+D<00FF030003FFE7000F80FF001E003F003C001F0078000F0070000700F0000700F00007
+00F0000300F8000300F8000300FC000300FF0000007FE000007FFF00003FFFE0001FFFF8
+000FFFFC0003FFFE0000FFFF000007FF8000007F8000001F80C0000FC0C00007C0C00007
+C0E00003C0E00003C0E00003C0F00003C0F0000380F8000780FC000780FC000F00FF001E
+00F3C07C00E1FFF000C03F80001A277DA521>I<00180000001800000018000000180000
+0018000000380000003800000038000000780000007800000078000000F8000001F80000
+03F8000007F800001FFFFF00FFFFFF00FFFFFF0001F8000001F8000001F8000001F80000
+01F8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F80000
+01F8000001F8000001F8000001F8000001F8000001F800C001F800C001F800C001F800C0
+01F800C001F800C001F800C001F800C001F800C000FC01C000FC0180007C0380007E0300
+003F0700000FFE000001F8001A347FB220>I<03F00007E000FFF001FFE000FFF001FFE0
+00FFF001FFE0000FF0001FE00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F00007E00003F00007E00003F00007E00003F00007E00003F00007E00003F00007E0
+0003F0000FE00003F0000FE00003F0000FE00003F0001FE00001F0001FE00001F8003FE0
+0000F80077F80000FC00E7FF80003F03C7FF80001FFF87FF800003FC07E00029267EA42E
+>I<FFFF803FFEFFFF803FFEFFFF803FFE0FF8000FF007F00007E003F00003C003F80003
+8001F800030001F800030000FC00060000FC00060000FE000E00007E000C00007E000C00
+003F001800003F001800003F803800001F803000001F803000000FC06000000FC0600000
+0FE060000007E0C0000007E0C0000003F180000003F180000003F180000001FB00000001
+FB00000001FF00000000FE00000000FE000000007C000000007C000000007C0000000038
+0000000038000027257EA32C>I<FFFF1FFFE03FFEFFFF1FFFE03FFEFFFF1FFFE03FFE0F
+F800FF000FF807F0007E0003E007F0007E0003C003F0003E00018003F0003E00018001F8
+003F00030001F8003F00030001F8003F00030000FC003F80060000FC006F80060000FC00
+6F800600007E00EFC00C00007E00C7C00C00007E00C7C00C00003F01C7E01800003F0183
+E01800003F8183F03800001F8383F03000001F8301F03000001FC301F87000000FC600F8
+6000000FC600F860000007E600FCC0000007EC007CC0000007EC007CC0000003FC007F80
+000003F8003F80000003F8003F80000001F8003F00000001F0001F00000001F0001F0000
+0000F0001E00000000E0000E0000000060000C000037257EA33C>I<FFFF803FFEFFFF80
+3FFEFFFF803FFE0FF8000FF007F00007C003F000038001F800038001F800030001FC0003
+0000FC00060000FC000600007E000C00007E000C00007F000C00003F001800003F001800
+001F803000001F803000001FC07000000FC06000000FC060000007E0C0000007E0C00000
+07F1C0000003F180000003F180000001FB00000001FB00000001FF00000000FE00000000
+FE000000007C000000007C000000007C0000000038000000003800000000300000000030
+00000000700000000060000000006000000000C000000000C000007C01C00000FE018000
+00FE03800000FE03000000FE06000000FC0E000000701C00000038380000001FF0000000
+0FC000000027357EA32C>121 D<FFFFFFFFFF80FFFFFFFFFF80290280962A>123
+D E /FA 23 121 df<00000000000F00000000000000000000000F000000000000000000
+00000F00000000000000000000001F80000000000000000000001F800000000000000000
+00003FC0000000000000000000003FC0000000000000000000003FC00000000000000000
+00007FE0000000000000000000007FE0000000000000000000007FE00000000000000000
+0000FFF000000000000000000000FFF000000000000000000000FFF00000000000000000
+0001FFF800000000000000000001DFF800000000000000000001DFF80000000000000000
+00039FFC000000000000000000038FFC000000000000000000038FFC0000000000000000
+00070FFE0000000000000000000707FE0000000000000000000F07FF0000000000000000
+000E03FF0000000000000000000E03FF0000000000000000001E03FF8000000000000000
+001C01FF8000000000000000001C01FF8000000000000000003C01FFC000000000000000
+003800FFC000000000000000003800FFC000000000000000007000FFE000000000000000
+0070007FE0000000000000000070007FE00000000000000000E0007FF000000000000000
+00E0003FF00000000000000000E0003FF00000000000000001C0003FF800000000000000
+01C0001FF80000000000000003C0001FFC000000000000000380000FFC00000000000000
+0380000FFC000000000000000780000FFE0000000000000007000007FE00000000000000
+07000007FE000000000000000F000007FF000000000000000E000003FF00000000000000
+0E000003FF000000000000001C000003FF800000000000001C000001FF80000000000000
+1C000001FF8000000000000038000001FFC000000000000038000000FFC0000000000000
+38000000FFC000000000000070000000FFE0000000000000700000007FE0000000000000
+F00000007FF0000000000000E00000003FF0000000000000E00000003FF0000000000001
+E00000003FF8000000000001C00000001FF8000000000001C00000001FF8000000000003
+C00000001FFC000000000003FFFFFFFFFFFC000000000003FFFFFFFFFFFC000000000007
+FFFFFFFFFFFE000000000007FFFFFFFFFFFE0000000000070000000007FE00000000000E
+0000000007FF00000000000E0000000003FF00000000000E0000000003FF00000000001C
+0000000003FF80000000001C0000000001FF80000000003C0000000001FFC00000000038
+0000000000FFC000000000380000000000FFC000000000780000000000FFE00000000070
+00000000007FE0000000007000000000007FE000000000F000000000007FF000000000E0
+00000000003FF000000000E000000000003FF000000001C000000000003FF800000001C0
+00000000001FF800000001C000000000001FF8000000038000000000001FFC0000000380
+00000000000FFC000000038000000000000FFC000000070000000000000FFE0000000700
+000000000007FE0000000F00000000000007FF0000000F00000000000003FF0000001F00
+000000000003FF0000003F80000000000003FF8000007FC0000000000003FF800001FFE0
+000000000007FFC0000FFFF800000000001FFFF000FFFFFF0000000007FFFFFFF0FFFFFF
+0000000007FFFFFFF0FFFFFF0000000007FFFFFFF0FFFFFF0000000007FFFFFFF05C657D
+E463>65 D<FFFFFFFFFFFFF0000000FFFFFFFFFFFFFF000000FFFFFFFFFFFFFFE00000FF
+FFFFFFFFFFFFFC000000FFFC0000003FFE0000003FF800000007FF8000001FF800000001
+FFC000001FF8000000007FF000001FF8000000003FF800001FF8000000001FFC00001FF8
+000000000FFE00001FF80000000007FE00001FF80000000003FF00001FF80000000003FF
+80001FF80000000001FF80001FF80000000000FFC0001FF80000000000FFC0001FF80000
+000000FFE0001FF800000000007FE0001FF800000000007FE0001FF800000000007FF000
+1FF800000000007FF0001FF800000000007FF0001FF800000000007FF0001FF800000000
+007FF0001FF800000000007FF0001FF800000000007FF0001FF800000000007FF0001FF8
+00000000007FF0001FF800000000007FE0001FF80000000000FFE0001FF80000000000FF
+E0001FF80000000000FFC0001FF80000000001FFC0001FF80000000001FF80001FF80000
+000003FF00001FF80000000007FF00001FF8000000000FFE00001FF8000000000FFC0000
+1FF8000000003FF800001FF8000000007FF000001FF800000000FFC000001FF800000003
+FF8000001FF80000000FFE0000001FF80000007FF80000001FF800000FFFE00000001FFF
+FFFFFFFF000000001FFFFFFFFFFFE00000001FFFFFFFFFFFFC0000001FF800000003FF80
+00001FF800000000FFC000001FF8000000003FF000001FF8000000000FFC00001FF80000
+000007FE00001FF80000000003FF00001FF80000000001FF80001FF80000000000FFC000
+1FF800000000007FE0001FF800000000007FF0001FF800000000003FF0001FF800000000
+001FF8001FF800000000001FF8001FF800000000001FFC001FF800000000000FFC001FF8
+00000000000FFE001FF800000000000FFE001FF8000000000007FE001FF8000000000007
+FF001FF8000000000007FF001FF8000000000007FF001FF8000000000007FF001FF80000
+00000007FF001FF8000000000007FF001FF8000000000007FF001FF8000000000007FF00
+1FF8000000000007FF001FF8000000000007FE001FF800000000000FFE001FF800000000
+000FFE001FF800000000000FFE001FF800000000001FFC001FF800000000001FFC001FF8
+00000000003FF8001FF800000000003FF8001FF800000000007FF0001FF80000000000FF
+E0001FF80000000001FFE0001FF80000000003FFC0001FF80000000007FF80001FF80000
+00000FFF00001FF8000000003FFE00001FF8000000007FFC00003FF800000003FFF00000
+FFFC0000001FFFE000FFFFFFFFFFFFFFFF8000FFFFFFFFFFFFFFFE0000FFFFFFFFFFFFFF
+F00000FFFFFFFFFFFFFF000000506279E15E>I<FFFFFFFFFFFFF000000000FFFFFFFFFF
+FFFF00000000FFFFFFFFFFFFFFE0000000FFFFFFFFFFFFFFF800000000FFFC0000007FFE
+000000003FF80000000FFF800000001FF800000001FFC00000001FF8000000007FF00000
+001FF8000000001FF80000001FF8000000000FFC0000001FF80000000003FE0000001FF8
+0000000001FF0000001FF80000000000FF8000001FF800000000007FC000001FF8000000
+00003FE000001FF800000000001FF000001FF800000000000FF000001FF800000000000F
+F800001FF8000000000007FC00001FF8000000000003FC00001FF8000000000003FE0000
+1FF8000000000001FF00001FF8000000000001FF00001FF8000000000000FF80001FF800
+0000000000FF80001FF80000000000007FC0001FF80000000000007FC0001FF800000000
+00007FE0001FF80000000000003FE0001FF80000000000003FE0001FF80000000000003F
+F0001FF80000000000003FF0001FF80000000000001FF0001FF80000000000001FF8001F
+F80000000000001FF8001FF80000000000001FF8001FF80000000000001FFC001FF80000
+000000001FFC001FF80000000000000FFC001FF80000000000000FFC001FF80000000000
+000FFC001FF80000000000000FFC001FF80000000000000FFE001FF80000000000000FFE
+001FF80000000000000FFE001FF80000000000000FFE001FF80000000000000FFE001FF8
+0000000000000FFE001FF80000000000000FFE001FF80000000000000FFE001FF8000000
+0000000FFE001FF80000000000000FFE001FF80000000000000FFE001FF8000000000000
+0FFE001FF80000000000000FFE001FF80000000000000FFE001FF80000000000000FFE00
+1FF80000000000000FFC001FF80000000000000FFC001FF80000000000000FFC001FF800
+00000000000FFC001FF80000000000000FFC001FF80000000000001FFC001FF800000000
+00001FF8001FF80000000000001FF8001FF80000000000001FF8001FF80000000000001F
+F8001FF80000000000003FF0001FF80000000000003FF0001FF80000000000003FE0001F
+F80000000000003FE0001FF80000000000007FE0001FF80000000000007FC0001FF80000
+00000000FFC0001FF8000000000000FF80001FF8000000000000FF80001FF80000000000
+01FF00001FF8000000000001FF00001FF8000000000003FE00001FF8000000000007FC00
+001FF8000000000007FC00001FF800000000000FF800001FF800000000001FF000001FF8
+00000000003FE000001FF800000000007FC000001FF80000000000FFC000001FF8000000
+0001FF8000001FF80000000003FF0000001FF80000000007FC0000001FF8000000001FF8
+0000001FF8000000007FF00000001FF800000001FFC00000003FF800000007FF80000000
+FFFC0000007FFE000000FFFFFFFFFFFFFFF8000000FFFFFFFFFFFFFFE0000000FFFFFFFF
+FFFFFF00000000FFFFFFFFFFFFF000000000576279E165>68 D<FFFFFC00000000000000
+1FFFFF80FFFFFC000000000000001FFFFF80FFFFFC000000000000001FFFFF80FFFFFE00
+0000000000003FFFFF8000FFFE000000000000003FFF8000003FFE000000000000003FFE
+0000001DFF0000000000000077FC0000001DFF0000000000000077FC0000001CFF800000
+00000000E7FC0000001CFF80000000000000E7FC0000001CFF80000000000000E7FC0000
+001C7FC0000000000001C7FC0000001C7FC0000000000001C7FC0000001C7FC000000000
+0001C7FC0000001C3FE000000000000387FC0000001C3FE000000000000387FC0000001C
+3FE000000000000387FC0000001C1FF000000000000707FC0000001C1FF0000000000007
+07FC0000001C0FF800000000000E07FC0000001C0FF800000000000E07FC0000001C0FF8
+00000000000E07FC0000001C07FC00000000001C07FC0000001C07FC00000000001C07FC
+0000001C07FC00000000001C07FC0000001C03FE00000000003807FC0000001C03FE0000
+0000003807FC0000001C03FE00000000003807FC0000001C01FF00000000007007FC0000
+001C01FF00000000007007FC0000001C00FF8000000000E007FC0000001C00FF80000000
+00E007FC0000001C00FF8000000000E007FC0000001C007FC000000001C007FC0000001C
+007FC000000001C007FC0000001C007FC000000001C007FC0000001C003FE00000000380
+07FC0000001C003FE0000000038007FC0000001C003FE0000000038007FC0000001C001F
+F0000000070007FC0000001C001FF0000000070007FC0000001C000FF80000000E0007FC
+0000001C000FF80000000E0007FC0000001C000FF80000000E0007FC0000001C0007FC00
+00001C0007FC0000001C0007FC0000001C0007FC0000001C0007FC0000001C0007FC0000
+001C0003FE000000380007FC0000001C0003FE000000380007FC0000001C0003FE000000
+380007FC0000001C0001FF000000700007FC0000001C0001FF000000700007FC0000001C
+0000FF800000E00007FC0000001C0000FF800000E00007FC0000001C0000FF800000E000
+07FC0000001C00007FC00001C00007FC0000001C00007FC00001C00007FC0000001C0000
+7FC00001C00007FC0000001C00003FE00003800007FC0000001C00003FE00003800007FC
+0000001C00003FE00003800007FC0000001C00001FF00007000007FC0000001C00001FF0
+0007000007FC0000001C00000FF8000E000007FC0000001C00000FF8000E000007FC0000
+001C00000FF8000E000007FC0000001C000007FC001C000007FC0000001C000007FC001C
+000007FC0000001C000007FC001C000007FC0000001C000003FE0038000007FC0000001C
+000003FE0038000007FC0000001C000003FE0038000007FC0000001C000001FF00700000
+07FC0000001C000001FF0070000007FC0000001C000001FF0070000007FC0000001C0000
+00FF80E0000007FC0000001C000000FF80E0000007FC0000001C0000007FC1C0000007FC
+0000001C0000007FC1C0000007FC0000001C0000007FC1C0000007FC0000001C0000003F
+E380000007FC0000001C0000003FE380000007FC0000001C0000003FE380000007FC0000
+001C0000001FF700000007FC0000001C0000001FF700000007FC0000001C0000001FF700
+000007FC0000001C0000000FFE00000007FC0000001C0000000FFE00000007FC0000003E
+00000007FC00000007FC0000003E00000007FC00000007FC0000007F00000007FC000000
+07FC0000007F00000003F800000007FC000001FFC0000003F80000000FFE000007FFF800
+0003F80000003FFF8000FFFFFF800001F000003FFFFFFF80FFFFFF800001F000003FFFFF
+FF80FFFFFF800001F000003FFFFFFF80FFFFFF800000E000003FFFFFFF80696278E17A>
+77 D<000007FF0000030000003FFFF00007000001FFFFFC0007000007FFFFFF000F0000
+0FFC00FFC00F00003FE0000FF01F00007F800003F81F0000FE000000FC3F0001FC000000
+7E3F0003F80000001F7F0007F00000000FFF000FE000000007FF000FC000000007FF001F
+C000000003FF001F8000000001FF003F8000000000FF003F0000000000FF007F00000000
+007F007F00000000007F007E00000000003F007E00000000003F00FE00000000003F00FE
+00000000001F00FE00000000001F00FE00000000001F00FE00000000000F00FE00000000
+000F00FF00000000000F00FF00000000000F00FF00000000000F00FF80000000000700FF
+800000000007007FC00000000007007FC00000000007007FE00000000000003FF0000000
+0000003FF80000000000003FFC0000000000001FFE0000000000001FFF8000000000000F
+FFE0000000000007FFFC000000000007FFFFC00000000003FFFFF80000000001FFFFFF80
+00000000FFFFFFF8000000007FFFFFFF800000001FFFFFFFE00000000FFFFFFFF8000000
+03FFFFFFFE00000000FFFFFFFF800000001FFFFFFFC000000001FFFFFFE0000000003FFF
+FFF00000000003FFFFF800000000003FFFFC000000000003FFFE0000000000007FFE0000
+000000001FFF0000000000000FFF80000000000003FF80000000000001FFC00000000000
+00FFC0000000000000FFC00000000000007FE00000000000003FE00000000000003FE000
+00000000001FE0E000000000001FF0E000000000000FF0E000000000000FF0E000000000
+000FF0E000000000000FF0E0000000000007F0E0000000000007F0F0000000000007F0F0
+000000000007F0F0000000000007F0F0000000000007F0F8000000000007F0F800000000
+0007E0F800000000000FE0FC00000000000FE0FC00000000000FC0FE00000000000FC0FF
+00000000001FC0FF00000000001F80FF80000000003F80FFC0000000003F00FFE0000000
+007F00FFF000000000FE00FEF800000000FC00FEFC00000001F800FC7F00000003F800FC
+1F8000000FF000F80FE000001FE000F807FC00007F8000F001FFE003FF0000F0007FFFFF
+FC0000E0001FFFFFF00000E00003FFFFC00000C000001FFE0000003C667AE349>83
+D<3FFFFFFFFFFFFFFFFFFFF83FFFFFFFFFFFFFFFFFFFF83FFFFFFFFFFFFFFFFFFFF83FFF
+FFFFFFFFFFFFFFFFF83FFFC00003FFC00003FFF83FFC000001FF8000007FF83FF0000001
+FF8000000FF83FC0000001FF80000007F87F80000001FF80000003FC7F00000001FF8000
+0001FC7E00000001FF80000000FC7C00000001FF800000007C7C00000001FF800000007C
+7C00000001FF800000007C7800000001FF800000003C7800000001FF800000003C780000
+0001FF800000003C7800000001FF800000003C7000000001FF800000001C7000000001FF
+800000001C7000000001FF800000001C7000000001FF800000001C7000000001FF800000
+001C7000000001FF800000001CF000000001FF800000001EE000000001FF800000000EE0
+00000001FF800000000EE000000001FF800000000EE000000001FF800000000EE0000000
+01FF800000000EE000000001FF800000000EE000000001FF800000000E0000000001FF80
+000000000000000001FF80000000000000000001FF80000000000000000001FF80000000
+000000000001FF80000000000000000001FF80000000000000000001FF80000000000000
+000001FF80000000000000000001FF80000000000000000001FF80000000000000000001
+FF80000000000000000001FF80000000000000000001FF80000000000000000001FF8000
+0000000000000001FF80000000000000000001FF80000000000000000001FF8000000000
+0000000001FF80000000000000000001FF80000000000000000001FF8000000000000000
+0001FF80000000000000000001FF80000000000000000001FF80000000000000000001FF
+80000000000000000001FF80000000000000000001FF80000000000000000001FF800000
+00000000000001FF80000000000000000001FF80000000000000000001FF800000000000
+00000001FF80000000000000000001FF80000000000000000001FF800000000000000000
+01FF80000000000000000001FF80000000000000000001FF80000000000000000001FF80
+000000000000000001FF80000000000000000001FF80000000000000000001FF80000000
+000000000001FF80000000000000000001FF80000000000000000001FF80000000000000
+000001FF80000000000000000001FF80000000000000000001FF80000000000000000001
+FF80000000000000000001FF80000000000000000001FF80000000000000000001FF8000
+0000000000000001FF80000000000000000001FF80000000000000000001FF8000000000
+0000000001FF80000000000000000001FF80000000000000000001FF8000000000000000
+0001FF80000000000000000001FF80000000000000000001FF80000000000000000003FF
+C0000000000000000003FFC000000000000000001FFFF800000000000001FFFFFFFFFF80
+0000000001FFFFFFFFFF800000000001FFFFFFFFFF800000000001FFFFFFFFFF80000057
+627CE160>I<00003FF0000000000003FFFE00000000000FFFFF80000000003FC03FE000
+0000007E0007F800000000F80003FC00000001E00001FE00000003C00000FF0000000780
+00007F8000000F0000003FC000000F8000003FC000000FF000001FE000001FF800001FE0
+00001FFC00000FF000001FFC00000FF000001FFC00000FF000001FFC000007F800001FFC
+000007F800001FFC000007F800000FF8000007F8000003E0000007F800000000000007F8
+00000000000007F800000000000007F800000000000007F800000000000007F800000000
+000007F80000000000007FF800000000007FFFF8000000000FFFFFF8000000007FF807F8
+00000001FF8007F800000007FC0007F80000001FF00007F80000007FC00007F8000000FF
+800007F8000003FE000007F8000007FC000007F800000FFC000007F800000FF8000007F8
+00001FF0000007F800003FE0000007F800003FE0000007F800007FC0000007F800E07FC0
+000007F800E07FC0000007F800E0FFC0000007F800E0FF80000007F800E0FF80000007F8
+00E0FF8000000FF800E0FF8000000FF800E0FF8000000FF800E0FF8000001FF800E0FFC0
+00001BF800E07FC000003BF800E07FC0000073F800E07FE0000071FC01C03FF00000E1FC
+01C01FF00001C1FC01C00FFC000780FE038007FE000F00FF070001FF807E007FFF00007F
+FFF8003FFE00001FFFE0001FF8000001FF000007E0003B417ABF42>97
+D<0003C000000000000007FFC0000000000000FFFFC0000000000000FFFFC00000000000
+00FFFFC0000000000000FFFFC000000000000001FFC0000000000000007FC00000000000
+00007FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0000000000000003FC0000000000000003FC00000000000
+00003FC0000000000000003FC0007FC0000000003FC007FFFC000000003FC01FFFFF0000
+00003FC07F007FC00000003FC0F8000FF00000003FC3E00007F80000003FC7800001FC00
+00003FCF000000FE0000003FDE0000007F0000003FFC0000003F8000003FF80000003FC0
+00003FF00000001FE000003FF00000000FE000003FE00000000FF000003FE000000007F8
+00003FC000000007F800003FC000000003FC00003FC000000003FC00003FC000000003FE
+00003FC000000001FE00003FC000000001FE00003FC000000001FF00003FC000000001FF
+00003FC000000001FF00003FC000000000FF00003FC000000000FF80003FC000000000FF
+80003FC000000000FF80003FC000000000FF80003FC000000000FF80003FC000000000FF
+80003FC000000000FF80003FC000000000FF80003FC000000000FF80003FC000000000FF
+80003FC000000000FF80003FC000000000FF80003FC000000000FF80003FC000000000FF
+00003FC000000001FF00003FC000000001FF00003FC000000001FF00003FC000000001FF
+00003FC000000001FE00003FC000000003FE00003FC000000003FC00003FC000000003FC
+00003FC000000007FC00003FC000000007F800003FE000000007F000003FE00000000FF0
+00003FF00000001FE000003FF80000001FC000003FB80000003FC000003F3C0000007F80
+00003F1E000000FF0000003F0F000001FE0000003E07800003FC0000003E03C0000FF000
+00003C01F0001FE00000003C007E00FF800000003C003FFFFE0000000038000FFFF80000
+0000000000FF8000000041657DE349>I<000001FF80000000000FFFF8000000003FFFFE
+00000000FF007F80000003FC0007E0000007F00001F000001FE000007800003FC000003C
+00007F8000001E0000FF0000000F0001FE0000001F0001FC000000FF0003FC000001FF80
+07F8000003FF8007F8000003FF800FF0000003FF800FF0000003FF801FE0000003FF801F
+E0000003FF803FE0000001FF003FC00000007C003FC000000000007FC000000000007FC0
+00000000007FC000000000007F800000000000FF800000000000FF800000000000FF8000
+00000000FF800000000000FF800000000000FF800000000000FF800000000000FF800000
+000000FF800000000000FF800000000000FF800000000000FF800000000000FF80000000
+00007F8000000000007FC000000000007FC000000000007FC000000000007FC000000000
+003FC000000000003FE000000000003FE000000000001FE000000001C01FF000000001C0
+0FF000000003C00FF8000000038007F8000000038003FC000000078003FE000000070001
+FE0000000F0000FF0000001E00007F8000003C00003FC000007800001FE00000F000000F
+F80001E0000003FC0007C0000000FF803F800000003FFFFE000000000FFFF80000000001
+FF80000032417CBF3A>I<0000000000001E000000000000003FFE00000000000007FFFE
+00000000000007FFFE00000000000007FFFE00000000000007FFFE000000000000000FFE
+0000000000000003FE0000000000000003FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000000001FE0000000000000001FE
+0000000000000001FE0000000000000001FE0000000000FF8001FE000000000FFFF801FE
+000000003FFFFE01FE00000000FF803F81FE00000003FC0007C1FE00000007F80001E1FE
+0000001FE00000F9FE0000003FC000007DFE0000007F8000003DFE000000FF0000001FFE
+000001FE0000000FFE000001FC00000007FE000003FC00000007FE000007F800000003FE
+000007F000000001FE00000FF000000001FE00001FF000000001FE00001FE000000001FE
+00001FE000000001FE00003FE000000001FE00003FC000000001FE00007FC000000001FE
+00007FC000000001FE00007FC000000001FE00007FC000000001FE00007F8000000001FE
+0000FF8000000001FE0000FF8000000001FE0000FF8000000001FE0000FF8000000001FE
+0000FF8000000001FE0000FF8000000001FE0000FF8000000001FE0000FF8000000001FE
+0000FF8000000001FE0000FF8000000001FE0000FF8000000001FE0000FF8000000001FE
+0000FF8000000001FE00007F8000000001FE00007FC000000001FE00007FC000000001FE
+00007FC000000001FE00003FC000000001FE00003FC000000001FE00003FE000000001FE
+00001FE000000001FE00001FE000000001FE00000FF000000003FE00000FF000000003FE
+000007F800000007FE000003F800000007FE000003FC0000000FFE000001FE0000001FFE
+000000FE0000003DFE0000007F0000003DFE0000003F800000F9FF0000001FC00001F1FF
+0000000FF00003C1FFC0000007F8000F81FFFF800001FF007F01FFFF8000007FFFFC01FF
+FF8000001FFFE001FFFF80000001FF0001FF000041657CE349>I<000003FE0000000000
+1FFFE000000000FFFFF800000001FE03FE00000007F0007F8000000FE0003FC000003FC0
+001FE000007F00000FF00000FF000007F80000FE000003F80001FC000003FC0003F80000
+01FC0007F8000001FE0007F0000000FE000FF0000000FF000FF00000007F001FE0000000
+7F001FE00000007F803FE00000007F803FC00000003F803FC00000003F807FC00000003F
+C07FC00000003FC07FC00000003FC07F800000003FC07F800000003FC0FF800000003FC0
+FFFFFFFFFFFFC0FFFFFFFFFFFFC0FFFFFFFFFFFFC0FF800000000000FF800000000000FF
+800000000000FF800000000000FF800000000000FF800000000000FF800000000000FF80
+0000000000FF8000000000007F8000000000007FC000000000007FC000000000007FC000
+000000003FC000000000003FC000000000003FE000000000001FE000000000001FE00000
+0001C00FF000000001C00FF000000003C007F8000000038007F8000000038003FC000000
+078001FC0000000F0001FE0000000E0000FF0000001E00007F8000003C00003FC0000078
+00001FE00000F0000007F00003E0000003FC0007C0000000FF803F000000003FFFFC0000
+00000FFFF00000000001FF80000032417CBF3A>I<0000000000003F80000003FC0001FF
+E000003FFFC007FFF00000FFFFF01FC1F80003FC03FC3E03F80007F000FE7803F8000FE0
+007FE003F8001FC0003FC003F8003F80001FC001F0007F00000FE0000000FE000007F000
+0000FE000007F0000001FC000003F8000001FC000003F8000003FC000003FC000003FC00
+0003FC000003F8000001FC000007F8000001FE000007F8000001FE000007F8000001FE00
+0007F8000001FE000007F8000001FE000007F8000001FE000007F8000001FE000007F800
+0001FE000007F8000001FE000007F8000001FE000003F8000001FC000003FC000003FC00
+0003FC000003FC000001FC000003F8000001FC000003F8000000FE000007F0000000FE00
+0007F00000007F00000FE00000003F80001FC00000001FC0003F800000003FE0007F0000
+000037F000FE0000000073FC03FC0000000060FFFFF000000000E03FFFC000000000E003
+FC0000000001C000000000000001C000000000000001C000000000000001C00000000000
+0001C000000000000001E000000000000001E000000000000001F000000000000001F000
+000000000001F800000000000000FC00000000000000FF00000000000000FFFFFFFE0000
+00007FFFFFFFF00000003FFFFFFFFE0000001FFFFFFFFF8000000FFFFFFFFFE000000FFF
+FFFFFFF000003FFFFFFFFFFC0000FE000001FFFE0003F80000001FFE0007E000000003FF
+000FC000000000FF801F80000000007F803F80000000003FC03F00000000001FC07E0000
+0000001FC07E00000000000FE0FE00000000000FE0FC000000000007E0FC000000000007
+E0FC000000000007E0FC000000000007E0FC000000000007E0FC000000000007E0FE0000
+0000000FE07E00000000000FC07E00000000000FC07F00000000001FC03F80000000003F
+801FC0000000007F000FC0000000007E0007F000000001FC0003F800000003F80001FC00
+000007F000007F0000001FC000003FE00000FF8000000FFE000FFE00000001FFFFFFF000
+0000003FFFFF800000000001FFF00000003D5E7DBF42>103 D<0003C000000000000007
+FFC0000000000000FFFFC0000000000000FFFFC0000000000000FFFFC0000000000000FF
+FFC000000000000001FFC0000000000000007FC0000000000000007FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0000000000000003FC0000000000000003FC0000000000000003FC000000000000000
+3FC0007FE0000000003FC003FFFC000000003FC00FFFFF000000003FC03F00FFC0000000
+3FC078001FE00000003FC0F0000FF00000003FC1C00007F80000003FC3800007FC000000
+3FC7000003FC0000003FCE000003FE0000003FCE000001FE0000003FDC000001FE000000
+3FD8000001FE0000003FF8000000FF0000003FF0000000FF0000003FF0000000FF000000
+3FF0000000FF0000003FE0000000FF0000003FE0000000FF0000003FE0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000007FE0000001FF800000FFF0000003FFC000FFFFFFF003FFFFFFC0FF
+FFFFF003FFFFFFC0FFFFFFF003FFFFFFC0FFFFFFF003FFFFFFC042647DE349>I<003C00
+0000FF000001FF800003FFC00003FFC00003FFC00003FFC00003FFC00003FFC00001FF80
+0000FF0000003C0000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000000003C00007FFC0007FFFC0007FFFC0007FFFC0
+007FFFC00001FFC000007FC000007FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000007FE00000FFF0
+00FFFFFFE0FFFFFFE0FFFFFFE0FFFFFFE01B5F7DDE23>I<0003C00007FFC000FFFFC000
+FFFFC000FFFFC000FFFFC00001FFC000007FC000007FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000
+003FC000007FE00000FFF000FFFFFFF0FFFFFFF0FFFFFFF0FFFFFFF01C647DE323>108
+D<0003C000FFC0000007FE00000007FFC003FFF800001FFFC00000FFFFC00FFFFE00007F
+FFF00000FFFFC03F00FF8001F807FC0000FFFFC078003FC003C001FE0000FFFFC1E0001F
+E00F0000FF000001FFC3C0000FF01E00007F8000007FC3800007F81C00003FC000007FC7
+000007F83800003FC000003FCE000003FC7000001FE000003FCC000003FC6000001FE000
+003FDC000003FCE000001FE000003FD8000003FCC000001FE000003FF8000001FFC00000
+0FF000003FF0000001FF8000000FF000003FF0000001FF8000000FF000003FE0000001FF
+0000000FF000003FE0000001FF0000000FF000003FE0000001FF0000000FF000003FE000
+0001FF0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF00000
+3FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000F
+F000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE00
+00000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC00000
+01FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003F
+C0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF0
+00003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000
+000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001
+FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0
+000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000
+003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE000000
+0FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC0000001FE
+0000000FF000003FC0000001FE0000000FF000003FC0000001FE0000000FF000003FC000
+0001FE0000000FF000003FC0000001FE0000000FF000007FE0000003FF0000001FF80000
+FFF0000007FF8000003FFC00FFFFFFF007FFFFFF803FFFFFFCFFFFFFF007FFFFFF803FFF
+FFFCFFFFFFF007FFFFFF803FFFFFFCFFFFFFF007FFFFFF803FFFFFFC663F7CBE6F>I<00
+03C0007FE000000007FFC003FFFC000000FFFFC00FFFFF000000FFFFC03F00FFC00000FF
+FFC078001FE00000FFFFC0F0000FF0000001FFC1C00007F80000007FC3800007FC000000
+7FC7000003FC0000003FCE000003FE0000003FCE000001FE0000003FDC000001FE000000
+3FD8000001FE0000003FF8000000FF0000003FF0000000FF0000003FF0000000FF000000
+3FF0000000FF0000003FE0000000FF0000003FE0000000FF0000003FE0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF000000
+3FC0000000FF0000007FE0000001FF800000FFF0000003FFC000FFFFFFF003FFFFFFC0FF
+FFFFF003FFFFFFC0FFFFFFF003FFFFFFC0FFFFFFF003FFFFFFC0423F7DBE49>I<000000
+FF8000000000000FFFF800000000003FFFFE0000000000FF007F8000000003FC001FE000
+000007F00007F00000000FC00001F80000003F800000FE0000007F0000007F0000007E00
+00003F000000FC0000001F800001F80000000FC00003F80000000FE00003F000000007E0
+0007F000000007F0000FE000000003F8000FE000000003F8001FE000000003FC001FC000
+000001FC001FC000000001FC003FC000000001FE003FC000000001FE003FC000000001FE
+007F8000000000FF007F8000000000FF007F8000000000FF007F8000000000FF00FF8000
+000000FF80FF8000000000FF80FF8000000000FF80FF8000000000FF80FF8000000000FF
+80FF8000000000FF80FF8000000000FF80FF8000000000FF80FF8000000000FF80FF8000
+000000FF80FF8000000000FF80FF8000000000FF807F8000000000FF007F8000000000FF
+007FC000000001FF007FC000000001FF003FC000000001FE003FC000000001FE003FC000
+000001FE001FE000000003FC001FE000000003FC001FE000000003FC000FF000000007F8
+0007F000000007F00007F000000007F00003F80000000FE00001FC0000001FC00001FC00
+00001FC00000FE0000003F8000007F0000007F0000003F800000FE0000001FC00001FC00
+00000FF00007F800000003FC001FE000000000FF007F80000000007FFFFF00000000000F
+FFF8000000000001FFC000000039417CBF42>I<00078003F80007FF800FFF00FFFF803F
+FFC0FFFF807C0FE0FFFF81F01FE0FFFF81E03FF001FF83803FF0007F87003FF0007F8F00
+3FF0003F8E003FF0003F9C001FE0003F9C000FC0003F98000300003FB8000000003FB800
+0000003FB0000000003FF0000000003FF0000000003FE0000000003FE0000000003FE000
+0000003FE0000000003FE0000000003FC0000000003FC0000000003FC0000000003FC000
+0000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000
+0000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000
+0000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000
+0000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000
+0000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000
+0000007FE000000000FFF8000000FFFFFFFC0000FFFFFFFC0000FFFFFFFC0000FFFFFFFC
+00002C3F7CBE33>114 D<0000FFE00180000FFFFC0380007FFFFF078001FF001FCF8003
+F80003EF8007E00001FF800FC00000FF801F8000007F803F0000003F803E0000001F807E
+0000000F807C0000000F807C0000000F80FC0000000780FC0000000780FC0000000780FC
+0000000380FE0000000380FE0000000380FF0000000380FF80000003807FC0000003807F
+E0000000007FF8000000003FFE000000001FFFF00000000FFFFF80000007FFFFF8000003
+FFFFFF000001FFFFFFC000007FFFFFF000001FFFFFF8000007FFFFFE0000007FFFFF0000
+0003FFFF800000003FFFC000000003FFC000000000FFE0000000007FE0E00000001FF0E0
+0000000FF0E00000000FF8F000000007F8F000000003F8F000000003F8F000000003F8F8
+00000001F8F800000001F8F800000001F8FC00000001F8FC00000001F8FE00000001F0FE
+00000003F0FF00000003F0FF00000003E0FF80000007E0FFC000000FC0FFE000000F80FD
+F000001F80F8F800007F00F83E0000FC00F01FC00FF800F007FFFFE000E001FFFF8000C0
+003FF800002D417DBF34>I<000038000000000038000000000038000000000038000000
+000038000000000038000000000038000000000078000000000078000000000078000000
+0000780000000000F80000000000F80000000000F80000000001F80000000001F8000000
+0001F80000000003F80000000003F80000000007F8000000000FF8000000001FF8000000
+001FF8000000007FF800000000FFF800000003FFF80000000FFFFFFFFF00FFFFFFFFFF00
+FFFFFFFFFF00FFFFFFFFFF000007F80000000007F80000000007F80000000007F8000000
+0007F80000000007F80000000007F80000000007F80000000007F80000000007F8000000
+0007F80000000007F80000000007F80000000007F80000000007F80000000007F8000000
+0007F80000000007F80000000007F80000000007F80000000007F80000000007F8000000
+0007F80000000007F80000000007F80000000007F80000000007F80000000007F8000000
+0007F80000000007F80000000007F80000000007F80000000007F80000E00007F80000E0
+0007F80000E00007F80000E00007F80000E00007F80000E00007F80000E00007F80000E0
+0007F80000E00007F80000E00007F80000E00007F80000E00007F80000E00007F80000E0
+0003FC0001C00003FC0001C00003FC0001C00003FC0003C00001FE0003800001FE000780
+0000FF00070000007F800F0000003FC01E0000001FF07C0000000FFFF800000003FFE000
+0000007F80002B597FD733>I<0003C00000000F000007FFC000001FFF0000FFFFC00003
+FFFF0000FFFFC00003FFFF0000FFFFC00003FFFF0000FFFFC00003FFFF000001FFC00000
+07FF0000007FC0000001FF0000007FC0000001FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000000FF0000003FC00000
+00FF0000003FC0000000FF0000003FC0000000FF0000003FC0000001FF0000003FC00000
+01FF0000003FC0000001FF0000003FC0000003FF0000003FC0000003FF0000003FC00000
+03FF0000003FC0000007FF0000001FC0000006FF0000001FE000000EFF0000001FE00000
+1CFF0000000FE000001CFF0000000FF0000038FF80000007F0000070FF80000003F80001
+E0FFE0000001FE0003C0FFFFC00000FFC01F80FFFFC000003FFFFE00FFFFC000000FFFF8
+00FFFFC0000000FFC000FF800042407DBE49>I<7FFFFFC0000FFFFFE07FFFFFC0000FFF
+FFE07FFFFFC0000FFFFFE07FFFFFC0000FFFFFE000FFFF000003FFFC00003FFE000001FF
+E000000FFC000001FF8000000FFC000000FE00000007FC000000FC00000003FE000001F8
+00000001FF000001F000000000FF800003E000000000FF800003C0000000007FC0000780
+000000003FE0000F00000000001FF0000E00000000001FF0001E00000000000FF8003C00
+0000000007FC0078000000000003FE00F0000000000003FE00E0000000000001FF01E000
+0000000000FF83C00000000000007FC7800000000000003FC7000000000000003FEF0000
+00000000001FFE000000000000000FFC0000000000000007F80000000000000007FC0000
+000000000003FE0000000000000001FF0000000000000003FF0000000000000003FF8000
+000000000007FFC00000000000000F3FE00000000000001E1FE00000000000003C1FF000
+0000000000380FF80000000000007807FC000000000000F003FC000000000001E003FE00
+0000000003C001FF000000000003C000FF80000000000780007FC0000000000F00007FC0
+000000001E00003FE0000000001C00001FF0000000003C00000FF8000000007800000FF8
+00000000F0000007FC00000001F0000003FE00000003E0000001FF00000007E0000001FF
+0000000FE0000000FF8000003FE0000000FFC00000FFF0000001FFE00007FFF8000003FF
+FC00FFFFFC00000FFFFFF8FFFFFC00000FFFFFF8FFFFFC00000FFFFFF8FFFFFC00000FFF
+FFF8453E80BD46>120 D E end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 368 335 a FA(The)44 b(ABD)l(AD)l(A)i(Distributed)f(Minimax)f
+(Searc)l(h)h(Algorithm)1548 550 y Fz(Jean-Christophe)26
+b(W)-7 b(eill)1357 649 y(Institut)29 b(d'In)n(telligence)e
+(Arti\014cielle)1082 749 y(Univ)n(ersit)n(\023)-39 b(e)26
+b(de)h(P)n(aris)f(8)h({)h(Vincennes)f(\022)-42 b(a)28
+b(Sain)n(t-Denis)1484 849 y(24,)f(a)n(v)n(en)n(ue)f(du)i(P)n(on)n(t)e
+(Ro)n(y)n(al)1649 948 y(94230)f(CA)n(CHAN)1829 1048 y(F)-7
+b(rance)-150 1501 y Fy(ABSTRA)m(CT)-150 1723 y Fx(This)19
+b(pap)r(er)e(presen)n(ts)h(a)g(new)g(metho)r(d)f(to)h(parallelize)i
+(the)e(minimax)-150 1806 y(tree)37 b(searc)n(h)g(algorithm.)67
+b(This)38 b(metho)r(d)d(is)i(then)f(compared)g(to)-150
+1889 y(the)23 b(\\Y)-6 b(oung)23 b(Brother)i(W)-6 b(ait)23
+b(Concept")h(algorithm)g(in)g(an)g(Othello)-150 1972
+y(program)30 b(implemen)n(tation)f(and)h(in)g(a)h(Chess)g(program.)48
+b(Results)-150 2055 y(of)23 b(tests)g(done)f(on)g(a)h(32-no)r(de)f(CM5)
+i(and)e(a)g(128-no)r(de)i(CRA)-6 b(Y)20 b(T3D)-150 2138
+y(computers)25 b(are)h(giv)n(en.)-150 2400 y Fy(1)100
+b(INTRODUCTION)-150 2621 y Fx(In)30 b(the)g(searc)n(h)h(for)h(p)r(o)n
+(w)n(er)f(to)g(run)f(our)g(game-pla)n(ying)h(programs)-150
+2704 y(as)c(fast)g(as)f(p)r(ossible,)i(the)e(use)g(of)h(parallel)g
+(computers)e(is)i(a)f(stim)n(u-)-150 2787 y(lating)e(c)n(hoice.)34
+b(During)23 b(the)g(past)g(few)h(y)n(ears,)h(parallel)f(algorithms)-150
+2870 y(ha)n(v)n(e)17 b(ev)n(olv)n(ed)g(from)h(\014xed)f(master-sla)n(v)
+n(e)g(relationships,)k(where)d(the)-150 2953 y(master)32
+b(lo)r(ok)n(ed)h(for)g(sla)n(v)n(es)g(to)f(complete)g(its)h(task,)h(to)
+e(more)g(dy-)-150 3036 y(namic)21 b(master-sla)n(v)n(e)h
+(relationships,)i(where)f(unemplo)n(y)n(ed)d(pro)r(ces-)-150
+3119 y(sors)26 b(lo)r(ok)g(for)g(a)f(master)g(in)g(order)h(to)f(\014nd)
+f(some)h(task)g(to)h(do.)34 b(But)-150 3202 y(those)h(master-sla)n(v)n
+(e)g(relationships,)k(whic)n(h)d(are)f(exempli\014ed)f(b)n(y)-150
+3285 y(the)26 b(w)n(ork-stealing)i(sc)n(hedulers)e(of)i(Jam)n(b)r
+(oree[12)q(])f(and)f(YBW)n(C[7)q(])-150 3368 y(still)h(su\013er)e(from)
+h(sync)n(hronization)g(o)n(v)n(erheads.)-35 3516 y(In)35
+b(this)i(pap)r(er,)h(w)n(e)f(describ)r(e)f(a)h(non-sync)n(hronized)d
+(parallel)-150 3599 y(algorithm)26 b(named)e(ABD)n(AD)n(A.)-35
+3746 y(After)k(a)g(formal)g(description)g(and)f(pseudo)g(co)r(de)h(for)
+g(the)f(AB-)-150 3829 y(D)n(AD)n(A)19 b(parallel)k(sc)n(heme,)f(w)n(e)g
+(presen)n(t)f(an)g(exp)r(erimen)n(tal)g(compar-)-150
+3912 y(ison)26 b(of)h(ABD)n(AD)n(A)d(to)h(YBW)n(C.)-150
+4174 y Fy(2)100 b(THE)34 b(ABD)m(AD)m(A)f(ALGORITHM)-150
+4395 y Fx(The)62 b(ABD)n(AD)n(A)e(searc)n(h)i(algorithm)h(is)f(based)g
+(up)r(on)f(b)r(oth)-150 4478 y(YBW)n(C[9)q(,)33 b(7])g(and)f
+Fw(\013\014)p Fx(*)q([6].)55 b(F)-6 b(rom)32 b(YBW)n(C,)h(it)f(k)n
+(eeps)g(the)g(basic)-150 4561 y(concept:)h(parallel)25
+b(ev)l(aluation)e(of)h(successor)g(p)r(ositions)h(of)f(a)f(game)-150
+4645 y(p)r(osition)k(is)g(allo)n(w)n(ed)h(if)e(and)g(only)g(if)h(the)f
+(eldest)h(brother)f(\(i.e.)36 b(the)-150 4728 y(\014rst)26
+b(visited)h(brother\))f(is)h(fully)g(ev)l(aluated.)36
+b(The)27 b Fw(\013\014)p Fx(*)g(algorithm,)-150 4811
+y(lik)n(e)38 b(the)f(algorithm)h(from)g(Otto)f(and)h(F)-6
+b(elten)37 b([18)r(],)k(relies)e(on)f(a)-150 4894 y(shared)32
+b(transp)r(osition)h(table.)53 b(All)32 b(pro)r(cessors)i(start)e(the)f
+(searc)n(h)-150 4977 y(sim)n(ultaneously)26 b(at)g(the)g(ro)r(ot.)37
+b(With)26 b(the)f(help)h(of)h(the)f(additional)-150 5060
+y(transp)r(osition)32 b(table)f(information)g(\(e.g.)50
+b(ho)n(w)31 b(man)n(y)e(pro)r(cessors)2049 1501 y(are)i(exploring)g(a)h
+(subtree)e(ro)r(oted)h(at)g(a)g(no)r(de\),)i(it)d(is)i(p)r(ossible)g
+(to)2049 1584 y(con)n(trol)k(sp)r(eculativ)n(e)f(parallelism.)65
+b Fw(\013\014)p Fx(*)36 b(w)n(as)g(originally)h(imple-)2049
+1667 y(men)n(ted)24 b(using)i(a)h(complex)e(and)g(ine\016cien)n(t)i
+(con)n(trol,)g(so)f(w)n(e)g(c)n(hose)2049 1750 y(to)g(mix)e(YBW)n(C)i
+(and)f Fw(\013\014)p Fx(*)q(.)2164 1898 y(The)h(ABD)n(AD)n(A)2664
+1866 y Fv(1)2722 1898 y Fx(algorithm)g(can)g(b)r(e)g(describ)r(ed)g(as)
+g(follo)n(ws:)2143 2073 y(1.)39 b(Let)19 b Fu(T)38 b
+Fx(b)r(e)20 b(a)f(shared)g(transp)r(osition)i(table.)33
+b(T)-6 b(o)19 b(the)g(standard)2241 2156 y(de\014nition)f(of)h(the)e
+(table[13)r(],)j(w)n(e)f(add,)g(for)g(eac)n(h)g(en)n(try)-6
+b(,)18 b(a)h(new)2241 2239 y(\014eld)h Ft(nproc)h Fx(whic)n(h)f(is)g
+(the)g(n)n(um)n(b)r(er)e(of)j(pro)r(cessors)h(curren)n(tly)2241
+2322 y(ev)l(aluating)27 b(the)g(no)r(de)g(related)h(to)f(the)f(transp)r
+(osition)j(table)2241 2405 y(en)n(try)-6 b(.)2143 2520
+y(2.)39 b(All)29 b(the)g(pro)r(cessors)h(b)r(egin)f(the)g(searc)n(h)g
+(sim)n(ultaneously)g(at)2241 2603 y(the)c(ro)r(ot)i(of)f(the)f(game)h
+(tree.)2143 2718 y(3.)39 b(When)30 b(a)h(pro)r(cessor)h(en)n(ters)f
+(the)f(ev)l(aluation)h(of)h(a)f(p)r(osition)2241 2801
+y Fw(P)11 b Fx(,)34 b(it)f(incremen)n(ts)f(the)g(\014eld)h
+Ft(tt[P].nproc)41 b Fx(in)33 b(the)f(trans-)2241 2884
+y(p)r(osition)27 b(table.)2143 2999 y(4.)39 b(When)19
+b(a)i(pro)r(cessor)g(lea)n(v)n(es)g(a)g(p)r(osition)g
+Fw(P)30 b Fx(\(b)r(ecause)21 b(this)f(p)r(o-)2241 3082
+y(sition)27 b(is)f(fully)g(ev)l(aluated)g(or)g(has)h(b)r(een)e
+(pruned\),)g(it)h(decre-)2241 3165 y(men)n(ts)e Ft(tt[P].nproc)p
+Fx(.)2143 3279 y(5.)39 b(The)26 b(analysis)h(of)f(a)g(p)r(osition)h(is)
+f(done)g(in)f(three)h(phases:)2273 3407 y(\(a\))39 b(The)30
+b(eldest)f(son)h(is)g(analysed,)h(regardless)g(of)f(the)f(p)r(o-)2410
+3490 y(sition)d(of)h(the)e(other)h(pro)r(cessors;)2269
+3605 y(\(b\))38 b(the)31 b(other)g(sons)g(whic)n(h)h(are)f(not)g
+(curren)n(tly)g(analysed)2410 3688 y(b)n(y)25 b(other)g(pro)r(cessors)j
+(are)e(analysed;)2278 3803 y(\(c\))38 b(then)22 b(the)g(sons)h(whic)n
+(h)f(are)h(not)f(completely)g(ev)l(aluated)2410 3886
+y(are)28 b(analysed)f(\(i.e.)39 b(the)27 b(corresp)r(onding)h(en)n(try)
+e(in)h(the)2410 3969 y(transp)r(osition)d(table)g(has)g(not)f(b)r(een)g
+(ev)l(aluated)g(to)g(full)2410 4052 y(depth\).)2654 4020
+y Fv(2)2164 4227 y Fx(Figure)31 b(1)f(sho)n(ws)h(the)e(ABD)n(AD)n(A)f
+(algorithm.)47 b(It)30 b(can)g(b)r(e)f(ob-)2049 4310
+y(tained)j(b)n(y)f(mo)r(difying)h(a)g(sequen)n(tial)h
+Fw(\013\014)j Fx(using)c(a)h(transp)r(osition)2049 4393
+y(table)26 b(in)g(the)f(follo)n(wing)j(w)n(a)n(y:)2164
+4568 y Fu(\017)39 b Fx(W)-6 b(e)35 b(add)g(to)h(the)f(usual)h
+(parameters)f(of)h(the)f(pro)r(cedure)h(a)2241 4651 y(Bo)r(olean)28
+b Ft(exclusiveP)f Fx(whic)n(h)f(indicates)h(whether)e(the)h(cor-)2241
+4734 y(resp)r(onding)33 b(no)r(de)h(should)f(b)r(e)g(ev)l(aluated)g
+Fs(exclusively)p Fx(,)j(i.e.)2241 4817 y(the)30 b(pro)r(cessor)h(is)g
+(allo)n(w)n(ed)h(to)e(ev)l(aluate)h(the)e(curren)n(t)h(no)r(de)2241
+4900 y(if)j(no)f(other)g(pro)r(cessor)h(is)g(curren)n(tly)e(ev)l
+(aluating)i(it.)53 b(This)2241 4983 y(parameter)22 b(will)i(b)r(e)f
+(passed)g(to)g(the)f(transp)r(osition)i(table)f(re-)2241
+5066 y(triev)n(e)j(pro)r(cedure)f Ft(RetrieveAsk)68 b
+Fx(as)26 b(sho)n(wn)g(on)f(\014gure)h(2.)p 2049 5124
+801 4 v 2134 5178 a Fv(1)2168 5203 y Fr(ABD)n(AD)n(A)h(is)f(the)f
+(acron)n(ym)g(of)g(the)g(F)-5 b(renc)n(h)24 b(name)h(\\Alpha-B)n(^)-31
+b(eta)26 b(Dis-)2049 5267 y(tribu)n(\023)-31 b(e)16 b(a)n(v)n(ec)i
+(Droit)f(d'Anesse")g(whic)n(h)g(can)g(b)r(e)g(translated)g(in)n(to)h
+(\\Distributed)2049 5330 y(Alpha-Beta)k(Searc)n(h)f(with)h(Eldest)f
+(Son)h(Righ)n(t".)2134 5382 y Fv(2)2168 5407 y Fr(This)e(p)r(oin)n(t)g
+(is)g(analogous)g(to)g(the)g(\\Helpful)e(Master)i(Concept"[8)o(],)g
+(if,)g(in)2049 5471 y(the)c(second)g(phase,)h(the)e(pro)r(cessor)h(has)
+h(found)f(some)g(no)r(de,)h(other)f(pro)r(cessors)2049
+5535 y(are)26 b(not)f(allo)n(w)n(ed)h(to)g(w)n(ork)h(on)e(this)h(no)r
+(de)f(unless)g(there)g(is)h(nothing)f(else)g(to)2049
+5599 y(do.)44 b(Lik)n(e)27 b(in)g(the)f(\\Helpful)g(Master)h(Concept")f
+(when)h(a)g(master)g(w)n(aits)h(for)2049 5663 y(the)22
+b(completion)e(of)i(its)g(sla)n(v)n(e)g(c)n(hildren,)e(it)i(b)r(ecomes)
+f(their)g(sla)n(v)n(e.)p eop
+%%Page: 2 2
+2 1 bop -25 1359 a Fq(1)39 b Fp(funct)p 42 1372 152 4
+v 25 w(ab)r(dada)q Fo(\()p Fp(P)n(osition)r Fn(;)11 b(\013;)h(\014)s(;)
+f Fp(depth)r Fn(;)h Fp(exclusiveP)p Fo(\))43 b Fm(\021)-25
+1433 y Fq(2)214 b Fp(va)n(r)p 217 1446 89 4 v 23 w(exclusive)p
+Fn(;)12 b Fp(iteration)q Fn(;)g Fp(alldone)q Fo(;)-25
+1508 y Fq(4)326 b Fp(if)p 329 1521 39 4 v 23 w(depth)22
+b Fo(=)d(0)24 b Fp(then)p 710 1521 130 4 v 25 w(exit)p
+863 1521 107 4 v 24 w(evaluate)q Fo(\()p Fp(P)n(osition)q
+Fo(\);)44 b Fp(\014)p 1589 1521 38 4 v -25 1583 a Fq(5)326
+b Fp(Best)20 b Fm( )g(\0001)p Fo(;)-25 1658 y Fq(6)326
+b Fp(RetrieveAsk)q Fo(\()p Fp(P)n(osition)r Fn(;)11 b(\013;)h(\014)s(;)
+f Fp(depth)s Fn(;)g Fp(exclusiveP)p Fo(\);)-25 1732 y
+Fq(8)326 b Fo(Generate)25 b(Mo)n(v)n(e)f(when)h(w)n(aiting)f(for)e(the)
+j(answ)n(er)-53 1807 y Fq(10)326 b Fp(GenMove)p Fo(\()p
+Fp(P)n(osition)r Fo(\);)-53 1882 y Fq(12)g Fp(RetrieveAnsw)n(er)s
+Fo(\(&)p Fn(\013;)12 b Fo(&)p Fn(\014)s(;)f Fo(&)p Fp(Best)q
+Fo(\);)-53 1956 y Fq(14)326 b Fo(The)24 b(curren)n(t)g(mo)n(v)n(e)f(is)
+g(not)i(ev)l(aluated)g(if)e(causing)-53 2031 y Fq(15)326
+b Fo(a)24 b(cuto\013)h(or)e(if)g(w)n(e)h(are)f(in)h(exclusiv)n(e)g(mo)r
+(de)f(and)-53 2106 y Fq(16)326 b Fo(another)25 b(pro)r(cessor)e(is)g
+(curren)n(tly)h(ev)l(aluating)h(it.)-53 2181 y Fq(18)326
+b Fp(if)p 329 2194 39 4 v 23 w Fo(\()p Fn(\013)20 b Fm(\025)g
+Fn(\014)s Fo(\))31 b Fm(_)h Fo(\()p Fp(Best)21 b Fo(=)e
+Fp(ON)p 1096 2181 22 4 v 26 w(EV)-6 b(ALUA)g(TION)q Fo(\))-53
+2255 y Fq(19)388 b Fp(then)p 391 2268 130 4 v 25 w(exit)p
+544 2268 107 4 v 24 w(Best)q Fo(;)42 b Fp(\014)p 867
+2268 38 4 v -53 2330 a Fq(21)326 b Fp(iteration)21 b
+Fm( )e Fo(0;)-53 2405 y Fq(22)326 b Fp(alldone)21 b Fm( )e
+Fl(false)o Fo(;)-53 2479 y Fq(24)326 b Fp(while)p 329
+2492 150 4 v 24 w Fo(\()p Fp(iteration)22 b Fn(<)d Fo(2\))32
+b Fm(^)g Fo(\()p Fn(\013)20 b(<)g(\014)s Fo(\))32 b Fm(^)f(:)p
+Fp(alldone)25 b(do)p 1667 2492 72 4 v -53 2554 a Fq(25)499
+b Fp(iteration)21 b Fm( )f Fp(iteration)d Fo(+)f(1;)-53
+2629 y Fq(26)499 b Fp(alldone)21 b Fm( )e Fl(true)p Fo(;)-53
+2704 y Fq(28)499 b Fn(M)27 b Fm( )19 b Fp(FirstMove)p
+Fo(\()p Fp(P)n(osition)r Fo(\);)-53 2778 y Fq(30)499
+b Fp(while)p 502 2791 150 4 v 24 w Fo(\()p Fn(M)27 b
+Fm(6)p Fo(=)20 b(0)31 b Fm(^)h Fn(\013)20 b(<)f(\014)s
+Fo(\))24 b Fp(do)p 1250 2791 72 4 v -53 2853 a Fq(31)672
+b Fp(exclusive)20 b Fm( )f Fo(\()p Fp(iteration)j Fo(=)e(1\))-53
+2928 y Fq(32)684 b Fm(^)31 b Fo(\()p Fp(NotFirstMove)r
+Fo(\()p Fn(M)7 b Fo(\)\);)-53 3002 y Fq(34)672 b Fo(On)24
+b(the)g(\014rst)g(iteration,)g(w)n(e)g(w)n(an)n(t)-53
+3077 y Fq(35)672 b Fo(to)25 b(b)r(e)f(the)g(only)g(pro)r(cessor)-53
+3152 y Fq(36)672 b Fo(to)25 b(ev)l(aluate)g(y)n(oung)g(sons.)-53
+3227 y Fq(38)672 b Fp(value)20 b Fm( )f(\000)p Fp(ab)r(dada)q
+Fo(\()p Fp(P)n(osition)e Fm(\017)f Fn(M)s(;)c Fm(\000)p
+Fn(\014)s(;)-53 3301 y Fq(39)672 b Fm(\000)12 b Fo(max)o(\()p
+Fn(\013;)g Fp(Best)q Fo(\))p Fn(;)g Fp(depth)18 b Fm(\000)e
+Fo(1)p Fn(;)11 b Fp(exclusive)p Fo(\);)-53 3376 y Fq(40)672
+b Fp(if)p 675 3389 39 4 v 23 w(value)20 b Fo(=)f Fm(\000)p
+Fp(ON)p 1143 3376 22 4 v 26 w(EV)-6 b(ALUA)g(TION)-53
+3451 y Fq(41)734 b Fp(then)p 737 3464 130 4 v 25 w(alldone)21
+b Fm( )e Fl(false)p Fo(;)-53 3526 y Fq(42)672 b Fp(elsif)p
+675 3539 114 4 v 23 w(value)20 b Fn(>)g Fp(Best)-53 3600
+y Fq(43)809 b Fp(then)p 812 3613 130 4 v 26 w(Best)20
+b Fm( )f Fp(value)p Fo(;)-53 3675 y Fq(44)963 b Fp(if)p
+966 3688 39 4 v 23 w(Best)20 b Fm(\025)g Fn(\014)-53
+3750 y Fq(45)1025 b Fp(then)p 1028 3763 130 4 v 25 w
+Fl(skip)23 b Fp(endsea)n(rch)s Fo(;)42 b Fp(\014)p 1696
+3763 38 4 v -53 3824 a Fq(46)672 b Fp(\014)p 675 3837
+V -53 3899 a Fq(47)g Fn(M)27 b Fm( )19 b Fp(NextMove)p
+Fo(\()p Fp(P)n(osition)r Fo(\))24 b Fp(o)r(d)p 1475 3912
+74 4 v Fo(;)-53 3974 y Fq(49)326 b Fp(o)r(d)p 329 3987
+V -53 4049 a Fq(50)g Fp(endsea)n(rch:)-53 4123 y Fq(51)g
+Fp(Sto)n(reHash)r Fo(\()p Fp(P)n(osition)q Fn(;)12 b(\013;)f(\014)s(;)h
+Fp(Best)q Fo(\);)-53 4198 y Fq(52)326 b Fp(exit)p 329
+4211 107 4 v 24 w(Best)q Fl(.)-138 4426 y Fx(Figure)26
+b(1:)35 b(The)26 b(ABD)n(AD)n(A)e(parallel)j(sc)n(heme)e(on)h(the)f
+Fw(\013\014)30 b Fx(Searc)n(h)2164 83 y Fu(\017)39 b
+Fx(W)-6 b(e)31 b(ha)n(v)n(e)g(to)g(de\014ne)g(a)g(new)h(v)l(alue)f
+Ft(ON)p 3409 83 24 4 v 28 w(EVALUATION)j Fx(whic)n(h)2241
+166 y(is)27 b(di\013eren)n(t)g(from)f(an)n(y)h(v)l(alue)f(returned)g(b)
+n(y)g(the)h(ev)l(aluation)2241 249 y(function.)2164 376
+y Fu(\017)39 b Fx(The)33 b Ft(RetrieveAsk)i Fx(pro)r(cedure)e(has)g(to)
+f(return)g(this)h(v)l(alue)2241 459 y(as)25 b(a)g Ft(score)h
+Fx(if)f(there)g(are)g(other)g(pro)r(cessors)h(ev)l(aluating)f(the)2241
+542 y(no)r(de)32 b(and)f Ft(exclusiveP)j Fx(is)f Ft(true)p
+Fx(.)54 b(Otherwise,)34 b(if)f(there)e(is)2241 625 y(no)23
+b(forw)n(ard)h(pruning)f(due)f(to)h(the)g(transp)r(osition)h(table,)g
+(the)2241 708 y(en)n(try)h Ft(nproc)h Fx(is)h(incremen)n(ted.)2164
+834 y Fu(\017)39 b Fx(Using)29 b(the)f(same)g(metho)r(d,)h(the)f
+(storing)i(pro)r(cedure)e(decre-)2241 918 y(men)n(ts)20
+b(the)i(en)n(try)e Ft(nproc)j Fx(when)e(a)h(pro)r(cessor)i(lea)n(v)n
+(es)e(a)g(no)r(de.)2164 1044 y Fu(\017)39 b Fx(The)30
+b(three)h(phases)f(are)h(implemen)n(ted)d(using)j(the)e(v)l(ariable)
+2241 1127 y Ft(iteration)37 b Fx(whic)n(h)f(can)f(tak)n(e)h(the)f(v)l
+(alue)g Ft(1)g Fx(and)g Ft(2)h Fx(in)f(the)2241 1210
+y(inner)f(lo)r(op)i(\(lines)f(29)g(to)g(42\).)62 b(The)35
+b(\014rst)f(time)g(w)n(e)h(en)n(ter)2241 1293 y(the)g(inner)g(lo)r(op,)
+j(w)n(e)e(reset)g(the)e Ft(exclusive)j Fx(\015ag)f(only)f(on)2241
+1376 y(the)29 b(\014rst)g(mo)n(v)n(e)f(while)j(w)n(e)e(reset)h(it)g(on)
+f(ev)n(ery)g(mo)n(v)n(e)f(in)h(the)2241 1459 y(second)34
+b(iteration.)60 b(When)33 b(the)g Ft(exclusive)j Fx(\015ag)e(is)g(set,)
+j(a)2241 1542 y(son)26 b(whic)n(h)f(has)g(b)r(een)g(pruned)f(b)r
+(ecause)i(another)f(pro)r(cessor)2241 1625 y(is)35 b(curren)n(tly)e(ev)
+l(aluating)h(it)h(will)g(ha)n(v)n(e)f(a)g(return)f(v)l(alue)h(of)2241
+1708 y Ft(-ON)p 2363 1708 V 29 w(EVALUATION)p Fx(.)e(If)e(w)n(e)g
+(\014nd)f(suc)n(h)h(a)g(son,)h(then)e(w)n(e)h(reset)2241
+1791 y(the)i Ft(alldone)h Fx(\015ag)g(meaning)e(that)h(another)g
+(iteration)i(will)2241 1874 y(b)r(e)26 b(necessary)g(to)g(kno)n(w)f
+(the)g(v)l(alue)h(of)g(this)g(son.)2164 2061 y(With)g(this)f
+(de\014nition,)h(w)n(e)g(can)g(easily)h(see)f(that)g(compared)f(to)2049
+2144 y(a)h(YBW)n(C)g(searc)n(h,)h(the)f(ABD)n(AD)n(A)e(searc)n(h)i
+(will)i(attempt)d(to)h(read)2049 2227 y(the)34 b(transp)r(osition)h
+(table)g(at)f(most)g(t)n(wice)h(as)g(man)n(y)d(times,)k(and)2049
+2310 y(write)26 b(roughly)g(the)f(same)h(n)n(um)n(b)r(er)d(of)k(times.)
+2049 2590 y Fy(3)100 b(RESUL)-8 b(TS)33 b(FROM)h(EXPERIMENTS)2049
+2816 y Fx(T)-6 b(o)22 b(analyse)f(the)g(b)r(eha)n(viour)g(of)h(the)f
+(parallel)h(sc)n(heme,)g(w)n(e)f(used)g(the)2049 2899
+y(parallelization)26 b(of)e(t)n(w)n(o)g(sequen)n(tial)g(game)f
+(programs:)34 b(a)24 b(comp)r(eti-)2049 2982 y(tiv)n(e)g(Othello)g
+(program)2750 2950 y Fv(3)2809 2982 y Fx(and)g(an)g(early)g(v)n(ersion)
+h(of)g(the)e Fs(F)-6 b(r)l(enchess)2049 3065 y Fx(c)n(hess)26
+b(program.)2164 3212 y(The)34 b(Othello)h(program)f(has)g(an)g
+(unstable)g(ev)l(aluation)g(func-)2049 3295 y(tion)c(as)h(the)e(searc)n
+(h)h(is)h(extended.)46 b(Most)30 b(Othello)h(programmers)2049
+3378 y(kno)n(w)k(of)h(the)e(o)r(dd{ev)n(en)h(problem)f(whic)n(h)h
+(results)h(in)f(an)g(ev)l(alu-)2049 3461 y(ation)i(at)g(o)r(dd)f(depth)
+f(b)r(eing)i(far)h(b)r(etter)e(than)g(one)g(at)h(an)g(ev)n(en)2049
+3544 y(depth)29 b(b)r(ecause)i(who)r(ev)n(er)g(just)g(mo)n(v)n(ed)e
+(has)i(just)f(giv)n(en)h(mobilit)n(y)2049 3627 y(to)h(their)f(opp)r
+(onen)n(t.)51 b(\(Othello)32 b(is)g(a)g(game)f(of)h(zugzw)n(ang.\))53
+b(F)-6 b(ur-)2049 3710 y(thermore,)38 b(the)e(Othello)g(program)g(sho)n
+(ws)g(some)g(v)n(ery)f(unstable)2049 3793 y(principal)24
+b(v)l(ariations.)35 b(This)24 b(has)g(the)g(uncommon)d(e\013ect)j(that)
+f(the)2049 3876 y Fw(\013\014)37 b Fx(searc)n(h)c(is)g(b)r(etter)f
+(than)g(NegaScout[19)q(,)h(20)q(])g(searc)n(h)g(for)g(this)2049
+3960 y(program.)2164 4107 y(In)f(con)n(trast,)k(the)c(c)n(hess)h
+(program)g(used)f(a)i(fast)f(incremen)n(tal)2049 4190
+y(ev)l(aluation)38 b(function)h(based)f(on)g(an)g(Oracle[3)q(])h(com)n
+(bined)e(with)2049 4273 y(Piece/Color/Square)48 b(tables,)j(and)44
+b(pro)r(duced)h(a)g(fairly)h(stable)2049 4356 y(ev)l(aluation)32
+b(function)f(and)g(also)h(stable)g(principal)g(v)l(ariations)g(as-)2049
+4439 y(so)r(ciated)27 b(with)f(optimised)f(k)n(ey)g(mo)n(v)n(e)f
+(ordering)j(tec)n(hniques.)2164 4586 y(Whatev)n(er)20
+b(the)g(n)n(um)n(b)r(er)e(of)j(pro)r(cessors)h(is,)g(the)d(global)j(n)n
+(um)n(b)r(er)2049 4669 y(of)k(en)n(tries)g(in)g(the)f(transp)r(osition)
+i(table)f(is)g(k)n(ept)f(constan)n(t.)2049 4941 y Fy(3.1)100
+b(DEFINITIONS)2049 5141 y Fx(Before)35 b(giving)f(some)f(results)g
+(from)g(the)g(exp)r(erimen)n(ts)f(w)n(e)i(made)2049 5224
+y(on)20 b(a)g(CM5)i(Thinking)e(Mac)n(hine)g(Corp)r(oration)i(Computer)d
+(with)h(32)2049 5307 y(SP)-6 b(AR)n(C)30 b(no)r(des,)j(w)n(e)f(need)f
+(some)g(basic)h(de\014nitions)f(of)h(the)f(mea-)2049
+5390 y(sures)26 b(w)n(e)g(used.)p 2049 5456 801 4 v 2134
+5510 a Fv(3)2168 5535 y Fr(The)i(sequen)n(tial)f(Othello)g(program)h
+(named)f Fk(Bugs)33 b Fr(\014nished)26 b(fourth)i(in)2049
+5599 y(the)21 b(W)-5 b(aterlo)r(o)22 b(Othello)f(tournamen)n(t)f(in)i
+(1994,)h(and)e(\014nished)g(second)g(of)h(the)2049 5663
+y(P)n(aderb)r(orn)f(Othello)g(tournamen)n(t)f(in)i(1995.)p
+eop
+%%Page: 3 3
+3 2 bop -150 540 a Fp(p)n(ro)r(c)p -150 553 128 4 v 25
+w(RetrieveAsk)q Fo(\()p Fp(P)n(osition)r Fn(;)11 b(\013;)h(\014)s(;)f
+Fp(depth)r Fn(;)h Fp(exclusiveP)p Fo(\))44 b Fm(\021)1
+615 y Fp(va)n(r)p 1 628 89 4 v 23 w(entry)r Fn(;)11 b
+Fp(answ)n(er)r Fo(;)43 b Fp(end)p 558 628 105 4 v 1 689
+a(entry)21 b Fm( )e(T)f Fo(\()p Fp(P)n(osition)q Fo(\);)1
+764 y Fp(answ)n(er)r Fn(:\013)h Fm( )g Fn(\013)p Fo(;)32
+b Fp(answ)n(er)r Fn(:\014)22 b Fm( )d Fn(\014)s Fo(;)1
+839 y Fp(answ)n(er)r Fn(:)p Fp(sco)n(re)h Fm( )f(\0001)p
+Fo(;)1 913 y Fp(if)p 1 926 39 4 v 23 w(entry)i Fo(=)f(0)j
+Fp(then)p 366 926 130 4 v 520 988 a Fo(If)g(not)i(exists)e(then)i(exit)
+520 1063 y Fl(skip)e Fp(endp)n(rob)r(e)s Fo(;)1 1138
+y Fp(\014)p 1 1151 38 4 v 1 1212 a(if)p 1 1225 39 4 v
+23 w(entry)r Fn(:)p Fp(height)e Fo(=)e Fp(depth)34 b
+Fm(^)d Fp(exclusiveP)h Fm(^)f Fp(entry)r Fn(:)p Fp(np)n(ro)r(c)21
+b Fn(>)e Fo(0)63 1287 y Fp(then)p 63 1300 130 4 v 239
+1362 a Fo(Only)24 b(one)g(pro)r(cessor)g(allo)n(w)n(ed)g(if)f
+(exclusivit)n(y)216 1436 y(is)g(required)216 1511 y Fp(answ)n(er)r
+Fn(:)p Fp(sco)n(re)d Fm( )g Fp(ON)p 799 1511 22 4 v 25
+w(EV)-6 b(ALUA)g(TION)q Fo(;)216 1586 y Fl(skip)23 b
+Fp(endp)n(rob)r(e)1 1661 y(\014)p 1 1674 38 4 v 1 1735
+a(if)p 1 1748 39 4 v 23 w(entry)r Fn(:)p Fp(height)e
+Fm(\025)e Fp(depth)63 1810 y(then)p 63 1823 130 4 v 216
+1885 a(if)p 216 1898 39 4 v 23 w(entry)r Fn(:)p Fp(\015ag)h
+Fo(=)f Fp(V)-6 b(ALID)278 1960 y(then)p 278 1973 130
+4 v 25 w(answ)n(er)r Fn(:)p Fp(sco)n(re)21 b Fm( )e Fp(entry)r
+Fn(:)p Fp(sco)n(re)p Fo(;)431 2034 y Fp(answ)n(er)r Fn(:)p
+Fp(alpha)h Fm( )f Fp(entry)r Fn(:)p Fp(sco)n(re)q Fo(;)431
+2109 y Fp(answ)n(er)r Fn(:\014)j Fm( )e Fp(entry)q Fn(:)p
+Fp(sco)n(re)216 2184 y(elsif)p 216 2197 114 4 v 23 w(entry)r
+Fn(:)p Fp(\015ag)g Fo(=)g Fp(UBOUND)32 b Fm(^)f Fp(entry)r
+Fn(:)p Fp(sco)n(re)20 b Fn(<)g(\014)353 2258 y Fp(then)p
+353 2271 130 4 v 25 w(answ)n(er)r Fn(:)p Fp(sco)n(re)h
+Fm( )e Fp(entry)r Fn(:)p Fp(sco)n(re)q Fo(;)506 2333
+y Fp(answ)n(er)r Fn(:\014)k Fm( )c Fp(entry)r Fn(:)p
+Fp(sco)n(re)216 2408 y(elsif)p 216 2421 114 4 v 23 w(entry)r
+Fn(:)p Fp(\015ag)h Fo(=)g Fp(LBOUND)32 b Fm(^)f Fp(entry)r
+Fn(:)p Fp(sco)n(re)20 b Fn(>)g(\013)353 2483 y Fp(then)p
+353 2496 130 4 v 25 w(answ)n(er)r Fn(:)p Fp(sco)n(re)h
+Fm( )e Fp(entry)r Fn(:)p Fp(sco)n(re)q Fo(;)506 2557
+y Fp(answ)n(er)r Fn(:\013)h Fm( )f Fp(entry)r Fn(:)p
+Fp(sco)n(re)216 2632 y(\014)p 216 2645 38 4 v 216 2707
+a(if)p 216 2720 39 4 v 23 w(entry)r Fn(:)p Fp(depth)i
+Fo(=)f Fp(depth)33 b Fm(^)e Fp(answ)n(er)s Fn(:\013)19
+b(<)h Fp(answ)n(er)r Fn(:\014)278 2781 y Fp(then)p 278
+2794 130 4 v 431 2856 a Fo(Incremen)n(t)k(the)h(n)n(um)n(b)r(er)e(of)g
+(pro)r(cessors)431 2931 y(ev)l(aluating)i(this)f(no)r(de)431
+3006 y Fp(entry)r Fn(:)p Fp(np)n(ro)r(c)d Fm( )e Fp(entry)r
+Fn(:)p Fp(np)n(ro)r(c)e Fo(+)e(1)216 3080 y Fp(\014)p
+216 3093 38 4 v 86 3155 a(else)p 86 3168 107 4 v 216
+3230 a Fo(This)23 b(is)g(the)i(\014rst)e(pro)r(cessor)h(to)g(ev)l
+(aluate)h(this)f(no)r(de)216 3304 y Fp(entry)r Fn(:)p
+Fp(depth)d Fm( )e Fp(depth)r Fo(;)216 3379 y Fp(entry)r
+Fn(:)p Fp(\015ag)h Fm( )f Fp(UNSET)q Fo(;)216 3454 y
+Fp(entry)r Fn(:)p Fp(np)n(ro)r(c)i Fm( )e Fo(1;)1 3529
+y Fp(\014)p 1 3542 38 4 v 1 3603 a(endp)n(rob)r(e:)1
+3678 y Fo(No)n(w)k(send)i(the)f(answ)n(er)1 3753 y Fp(Send.ttableansw)n
+(er)t Fo(\()p Fp(answ)n(er)s Fn(:\013;)11 b Fp(answ)n(er)r
+Fn(:\014)s(;)g Fp(answ)n(er)r Fn(:)p Fp(sco)n(re)q Fo(\);)-150
+3828 y Fl(.)-150 3902 y Fp(p)n(ro)r(c)p -150 3915 128
+4 v 25 w(Sto)n(reHash)q Fo(\()p Fp(P)n(osition)r Fn(;)h(\013;)f(\014)s
+(;)h Fp(sco)n(re)q Fn(;)f Fp(depth)r Fo(\))44 b Fm(\021)1
+3977 y Fp(va)n(r)p 1 3990 89 4 v 23 w Fn(entr)r(y)r Fo(;)f
+Fp(end)p 348 3990 105 4 v 1 4052 a(entry)21 b Fm( )e(T)f
+Fo(\()p Fp(P)n(osition)q Fo(\);)1 4126 y Fp(if)p 1 4139
+39 4 v 23 w(entry)j Fo(=)f(0)31 b Fm(_)h Fp(entry)r Fn(:)p
+Fp(height)21 b Fn(>)e Fp(depth)26 b(then)p 1089 4139
+130 4 v 25 w(exit)p 1242 4139 107 4 v 24 w(\014)p 1372
+4139 38 4 v 1 4201 a(if)p 1 4214 39 4 v 23 w(entry)r
+Fn(:)p Fp(height)21 b Fo(=)e Fp(depth)63 4276 y(then)p
+63 4289 130 4 v 25 w(entry)r Fn(:)p Fp(np)n(ro)r(c)i
+Fm( )e Fp(entry)r Fn(:)p Fp(np)n(ro)r(c)e Fm(\000)e Fo(1)86
+4351 y Fp(else)p 86 4364 107 4 v 24 w(entry)r Fn(:)p
+Fp(np)n(ro)r(c)21 b Fm( )e Fo(0)1 4425 y Fp(\014)p 1
+4438 38 4 v 1 4500 a(if)p 1 4513 39 4 v 23 w(sco)n(re)h
+Fm(\025)g Fn(\014)26 b Fp(then)p 370 4513 130 4 v 26
+w(entry)r Fn(:)p Fp(\015ag)20 b Fm( )f Fp(LBOUND)1 4575
+y(elsif)p 1 4588 114 4 v 23 w(sco)n(re)i Fm(\024)e Fn(\013)24
+b Fp(then)p 448 4588 130 4 v 25 w(entry)r Fn(:)p Fp(\015ag)c
+Fm( )g Fp(UBOUND)471 4649 y(else)p 471 4662 107 4 v 24
+w(entry)r Fn(:)p Fp(\015ag)g Fm( )g Fp(V)-6 b(ALID)1
+4724 y(\014)p 1 4737 38 4 v 1 4799 a(entry)r Fn(:)p Fp(sco)n(re)20
+b Fm( )f Fp(sco)n(re)q Fo(;)1 4874 y Fp(entry)r Fn(:)p
+Fp(depth)i Fm( )e Fp(depth)r Fo(;)-150 4948 y Fl(.)-150
+5177 y Fx(Figure)28 b(2:)38 b(The)27 b(transp)r(osition)h(table)g
+(managemen)n(t)e(for)i(the)e(AB-)-150 5260 y(D)n(AD)n(A)e(sc)n(heme)
+2164 83 y(These)60 b(de\014nitions)f(follo)n(w)j(those)d(giv)n(en)g(in)
+g(a)h(previous)2049 166 y(pap)r(er[15)q(]:)2049 362 y
+Fj(The)29 b(Comm)n(unication)h(Ov)n(erhead)f(\(CO\))69
+b Fx(is)31 b(the)e(o)n(v)n(erhead)2241 445 y(that)i(is)h(caused)f(when)
+g(the)g(parallel)i(program)e(sends)g(mes-)2241 528 y(sages)j(bac)n(k)f
+(and)g(forth)g(b)r(et)n(w)n(een)g(pro)r(cessors.)58 b(It)33
+b(also)h(in-)2241 611 y(cludes)21 b(the)g(time)g(sp)r(en)n(t)f(to)i
+(enco)r(de)f(and)g(deco)r(de)g(a)h(message.)2241 694
+y(It)j(is)h(dep)r(enden)n(t)f(on)g(b)r(oth)h(hardw)n(are)g(and)f(soft)n
+(w)n(are.)2049 829 y Fj(The)k(Searc)n(h)g(Ov)n(erhead)g(\(SO\))69
+b Fx(is)32 b(the)f(cost)g(attributable)h(to)2241 912
+y(the)57 b(extra)g(no)r(des)h(searc)n(hed)g(in)f(the)g(parallel)i(v)n
+(ersion)2241 995 y(compared)2566 963 y Fv(4)2630 995
+y Fx(to)30 b(the)g(sequen)n(tial)g(v)n(ersion.)47 b(It)30
+b(is)g(de\014ned)f(b)n(y)2241 1078 y(the)c(form)n(ula)2453
+1287 y Fw(S)t(O)f Fx(=)2677 1238 y(\(No)r(des)i(searc)n(hed)g(for)h(N)e
+(CPUs\))p 2677 1270 997 4 v 2702 1337 a(\(No)r(des)h(searc)n(hed)g(for)
+g(1)g(CPU\))3701 1287 y Fu(\000)17 b Fx(1)p Fw(:)2049
+1542 y Fj(The)29 b(Sync)n(hronization)j(Ov)n(erhead)d(\(SY\))68
+b Fx(is)46 b(the)f(cost)g(at-)2241 1625 y(tributed)20
+b(when)g(a)h(pro)r(cessor)i(b)r(ecomes)d(idle.)33 b(This)22
+b(can)f(hap-)2241 1708 y(p)r(en)k(when)h(it)f(has)h(no)g(job)g(to)f(do)
+h(or)g(when)f(it)h(is)g(w)n(aiting)h(for)2241 1791 y(a)f(result)g
+(\(comm)n(unication\))e(from)i(another)f(pro)r(cessor.)2049
+1926 y Fj(The)k(Time)f(Ov)n(erhead)h(\(TO\))69 b Fx(is)22
+b(the)f(observ)l(able)g(measure)g(of)2241 2009 y(o)n(v)n(erhead.)34
+b(It)25 b(is)i(de\014ned)d(as)2241 2212 y Fw(T)11 b(O)23
+b Fx(=)e(\(Time)26 b(using)g(N)f(Cpus\))r Fu(\002)3548
+2164 y Fw(N)p 3250 2195 667 4 v 3250 2263 a Fx(\(Time)g(using)h(1)g
+(Cpu\))3928 2212 y Fu(\000)r Fx(1)p Fw(:)2241 2437 y
+Fx(and)20 b(is)i(appro)n(ximately)d(related)i(to)g(the)g(other)f(o)n(v)
+n(erheads)h(b)n(y)2766 2615 y Fw(T)11 b(O)23 b Fx(=)e
+Fw(S)t(O)f Fx(+)d Fw(C)5 b(O)19 b Fx(+)e Fw(S)t(Y)t(:)2049
+2820 y Fj(The)29 b(Relativ)n(e)g(Sp)r(eedup)h(\(RS\))69
+b Fx(is)26 b(de\014ned)f(b)n(y)2649 3047 y Fw(R)q(S)g
+Fx(=)2896 2998 y(\(Time)g(using)h(1)g(CPU\))p 2871 3030
+741 4 v 2871 3097 a(\(Time)f(using)h(N)f(CPUs\))3621
+3047 y Fw(:)2241 3272 y Fx(for)31 b(the)f(same)g(algorithm,)j(i.e.)49
+b(using)31 b(only)f(one)h(CPU,)g(w)n(e)2241 3355 y(use)19
+b(the)f(same)h(algorithm)g(as)h(for)g(the)e(parallel)j(v)n(ersion.)32
+b(This)2241 3438 y(enables)i(us)f(to)g(measure)g(the)g(p)r(erformance)g
+(of)h(the)f(paral-)2241 3521 y(lelization)28 b(sc)n(heme.)2049
+3656 y Fj(The)h(Absolute)h(Sp)r(eedup)f(\(AS\))69 b Fx(is,)23
+b(in)e(con)n(trast,)i(de\014ned)d(b)n(y)2355 3883 y Fw(AS)25
+b Fx(=)2576 3834 y(\(Time)h(of)g(the)g(b)r(est)f(sequen)n(tial)h
+(algorithm\))p 2576 3866 1329 4 v 2870 3934 a(\(Time)g(using)g(N)f
+(CPUs\))3914 3883 y Fw(:)2241 4108 y Fx(This)41 b(measure)f(is)h
+(suited)f(for)h(comparing)f(parallel)i(algo-)2241 4191
+y(rithms.)73 b(Some)38 b(sc)n(hemes)g(can)h(parallelize)i(p)r(o)r(or)e
+(sequen-)2241 4274 y(tial)21 b(algorithms)f(w)n(ell,)j(ac)n(hieving)d
+(a)g(go)r(o)r(d)h(relativ)n(e)f(sp)r(eedup.)2241 4357
+y(Ho)n(w)n(ev)n(er,)26 b(they)f(ma)n(y)g(b)r(e)h(slo)n(w)n(er)h(on)f
+Fw(N)34 b Fx(CPUs)27 b(than)e(a)i(b)r(et-)2241 4440 y(ter)e(sequen)n
+(tial)g(algorithm)g(and)g(a)g(parallel)h(algorithm)g(with)2241
+4523 y(a)j(smaller)g(relativ)n(e)h(sp)r(eedup.)43 b(In)28
+b(our)h(problems,)g(w)n(e)h(ha)n(v)n(e)2241 4606 y(used)e(the)g
+(recursiv)n(e)g Fw(\013\014)33 b Fx(searc)n(h)c(for)g(the)e(Othello)i
+(program)2241 4689 y(as)24 b(a)f("b)r(est)h(sequen)n(tial)g(algorithm")
+g(and)e(the)h(recursiv)n(e)h(Ne-)2241 4772 y(gascout)j(searc)n(h)f(for)
+g(the)g(c)n(hess)g(program.)2049 4908 y Fj(The)j(E\016ciency)68
+b Fx(is)26 b(de\014ned)f(b)n(y)2680 5131 y Fw(E)t(F)32
+b Fx(=)2913 5082 y(\(Absolute)26 b(Sp)r(eedup\))p 2913
+5114 667 4 v 3212 5181 a Fw(N)3589 5131 y(:)2241 5309
+y Fx(.)p 2049 5392 801 4 v 2134 5446 a Fv(4)2168 5471
+y Fr(In)15 b(the)g(case)g(of)g(the)g(ABD)n(AD)n(A)h(searc)n(h,)g(w)n(e)
+g(coun)n(t)f(as)h(a)f(no)r(de)f(a)i(no)r(de)e(that)2049
+5535 y(is)24 b(not)g(immediately)e(pruned)g(b)n(y)i(the)g(sp)r
+(eculativ)n(e)e(searc)n(h)h(con)n(trol.)34 b(In)24 b(this)2049
+5599 y(case,)d(the)g(searc)n(h)f(o)n(v)n(erhead)h(is)g(created)f(b)n(y)
+h(the)g(fact)f(that)i(man)n(y)f(pro)r(cessors)2049 5663
+y(are)h(searc)n(hing)f(the)h(same)f(no)r(des.)p eop
+%%Page: 4 4
+4 3 bop 37 970 a @beginspecial 50 @llx 50 @lly 302 @urx
+226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph3.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+LTb
+840 655 M
+63 0 V
+3905 0 R
+-63 0 V
+756 655 M
+(5) Rshow
+840 1035 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(10) Rshow
+840 1415 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(15) Rshow
+840 1795 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 2176 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(25) Rshow
+840 2556 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2936 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(35) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Relative Speedup) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Othello : Young Brothers Wait Concept) Cshow
+LT0
+4325 3113 M
+(ideal) Rshow
+4409 3113 M
+252 0 V
+1552 883 M
+814 608 V
+814 609 V
+814 608 V
+4493 3113 D
+1552 883 D
+2366 1491 D
+3180 2100 D
+3994 2708 D
+LT1
+4325 2973 M
+(11) Rshow
+4409 2973 M
+252 0 V
+1552 803 M
+814 380 V
+814 337 V
+814 327 V
+4493 2973 A
+1552 803 A
+2366 1183 A
+3180 1520 A
+3994 1847 A
+LT2
+4325 2833 M
+(10) Rshow
+4409 2833 M
+252 0 V
+1552 790 M
+814 319 V
+814 294 V
+814 206 V
+4493 2833 B
+1552 790 B
+2366 1109 B
+3180 1403 B
+3994 1609 B
+LT3
+4325 2693 M
+(9) Rshow
+4409 2693 M
+252 0 V
+1552 762 M
+814 275 V
+814 160 V
+814 76 V
+4493 2693 C
+1552 762 C
+2366 1037 C
+3180 1197 C
+3994 1273 C
+LT4
+4325 2553 M
+(8) Rshow
+4409 2553 M
+252 0 V
+1552 696 M
+814 151 V
+814 21 V
+814 -19 V
+4493 2553 T
+1552 696 T
+2366 847 T
+3180 868 T
+3994 849 T
+LT5
+4325 2413 M
+(7) Rshow
+4409 2413 M
+252 0 V
+1552 606 M
+814 47 V
+814 -59 V
+814 -10 V
+4493 2413 S
+1552 606 S
+2366 653 S
+3180 594 S
+3994 584 S
+LT6
+4325 2273 M
+(6) Rshow
+4409 2273 M
+252 0 V
+1552 487 M
+814 -9 V
+814 -37 V
+814 -21 V
+4493 2273 D
+1552 487 D
+2366 478 D
+3180 441 D
+3994 420 D
+LT7
+4325 2133 M
+(5) Rshow
+4409 2133 M
+252 0 V
+1552 411 M
+814 -24 V
+814 -25 V
+718 -11 V
+4493 2133 A
+1552 411 A
+2366 387 A
+3180 362 A
+LT8
+4325 1993 M
+(4) Rshow
+4409 1993 M
+252 0 V
+1552 356 M
+204 -5 V
+4493 1993 B
+1552 356 B
+LT0
+4325 1853 M
+(3) Rshow
+4409 1853 M
+252 0 V
+4493 1853 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1275 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph19.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+LTb
+840 655 M
+63 0 V
+3905 0 R
+-63 0 V
+756 655 M
+(5) Rshow
+840 1035 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(10) Rshow
+840 1415 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(15) Rshow
+840 1795 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 2176 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(25) Rshow
+840 2556 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2936 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(35) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Relative Speedup) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess : Young Brothers Wait Concept) Cshow
+LT0
+4325 3113 M
+(ideal) Rshow
+4409 3113 M
+252 0 V
+1552 883 M
+814 608 V
+814 609 V
+814 608 V
+4493 3113 D
+1552 883 D
+2366 1491 D
+3180 2100 D
+3994 2708 D
+LT1
+4325 2973 M
+(8) Rshow
+4409 2973 M
+252 0 V
+1552 760 M
+814 319 V
+814 264 V
+814 333 V
+4493 2973 A
+1552 760 A
+2366 1079 A
+3180 1343 A
+3994 1676 A
+LT2
+4325 2833 M
+(7) Rshow
+4409 2833 M
+252 0 V
+1552 740 M
+814 305 V
+814 227 V
+814 244 V
+4493 2833 B
+1552 740 B
+2366 1045 B
+3180 1272 B
+3994 1516 B
+LT3
+4325 2693 M
+(6) Rshow
+4409 2693 M
+252 0 V
+1552 717 M
+814 267 V
+814 172 V
+814 153 V
+4493 2693 C
+1552 717 C
+2366 984 C
+3180 1156 C
+3994 1309 C
+LT4
+4325 2553 M
+(5) Rshow
+4409 2553 M
+252 0 V
+1552 600 M
+814 133 V
+814 62 V
+814 41 V
+4493 2553 T
+1552 600 T
+2366 733 T
+3180 795 T
+3994 836 T
+LT5
+4325 2413 M
+(4) Rshow
+4409 2413 M
+252 0 V
+1552 552 M
+814 96 V
+814 25 V
+814 121 V
+4493 2413 S
+1552 552 S
+2366 648 S
+3180 673 S
+3994 794 S
+LT6
+4325 2273 M
+(3) Rshow
+4409 2273 M
+252 0 V
+1552 492 M
+814 36 V
+814 0 V
+814 0 V
+4493 2273 D
+1552 492 D
+2366 528 D
+3180 528 D
+3994 528 D
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1276 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph25.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+LTb
+840 655 M
+63 0 V
+3905 0 R
+-63 0 V
+756 655 M
+(5) Rshow
+840 1035 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(10) Rshow
+840 1415 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(15) Rshow
+840 1795 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 2176 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(25) Rshow
+840 2556 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2936 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(35) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Relative Speedup) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess : Negascout YBWC) Cshow
+LT0
+4325 3113 M
+(ideal) Rshow
+4409 3113 M
+252 0 V
+1552 883 M
+814 608 V
+814 609 V
+814 608 V
+4493 3113 D
+1552 883 D
+2366 1491 D
+3180 2100 D
+3994 2708 D
+LT1
+4325 2973 M
+(8) Rshow
+4409 2973 M
+252 0 V
+1552 672 M
+814 282 V
+814 248 V
+814 166 V
+4493 2973 A
+1552 672 A
+2366 954 A
+3180 1202 A
+3994 1368 A
+LT2
+4325 2833 M
+(7) Rshow
+4409 2833 M
+252 0 V
+1552 673 M
+814 208 V
+814 201 V
+814 62 V
+4493 2833 B
+1552 673 B
+2366 881 B
+3180 1082 B
+3994 1144 B
+LT3
+4325 2693 M
+(6) Rshow
+4409 2693 M
+252 0 V
+1552 632 M
+814 146 V
+814 134 V
+814 28 V
+4493 2693 C
+1552 632 C
+2366 778 C
+3180 912 C
+3994 940 C
+LT4
+4325 2553 M
+(5) Rshow
+4409 2553 M
+252 0 V
+1552 532 M
+814 54 V
+814 62 V
+814 24 V
+4493 2553 T
+1552 532 T
+2366 586 T
+3180 648 T
+3994 672 T
+LT5
+4325 2413 M
+(4) Rshow
+4409 2413 M
+252 0 V
+1552 486 M
+814 49 V
+814 0 V
+814 39 V
+4493 2413 S
+1552 486 S
+2366 535 S
+3180 535 S
+3994 574 S
+LT6
+4325 2273 M
+(3) Rshow
+4409 2273 M
+252 0 V
+1552 416 M
+814 70 V
+814 0 V
+814 42 V
+4493 2273 D
+1552 416 D
+2366 486 D
+3180 486 D
+3994 528 D
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 37 1948 a @beginspecial 50 @llx 50 @lly
+302 @urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph4.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+3968 0 V
+LTb
+840 351 M
+63 0 V
+3905 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 845 M
+63 0 V
+3905 0 R
+-63 0 V
+756 845 M
+(10) Rshow
+840 1339 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 1833 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2328 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+840 2822 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(50) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(60) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overheads) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Othello : Young Brothers Wait Concept) Cshow
+LT0
+4325 3113 M
+(TO) Rshow
+4409 3113 M
+252 0 V
+1552 1097 M
+814 931 V
+814 625 V
+814 402 V
+4493 3113 D
+1552 1097 D
+2366 2028 D
+3180 2653 D
+3994 3055 D
+LT1
+4325 2973 M
+(SO) Rshow
+4409 2973 M
+252 0 V
+1552 663 M
+814 663 V
+814 211 V
+814 138 V
+4493 2973 A
+1552 663 A
+2366 1326 A
+3180 1537 A
+3994 1675 A
+LT2
+4325 2833 M
+(CO) Rshow
+4409 2833 M
+252 0 V
+1552 686 M
+814 147 V
+814 219 V
+814 12 V
+4493 2833 B
+1552 686 B
+2366 833 B
+3180 1052 B
+3994 1064 B
+LT3
+4325 2693 M
+(SY) Rshow
+4409 2693 M
+252 0 V
+1552 451 M
+814 119 V
+814 196 V
+814 252 V
+4493 2693 C
+1552 451 C
+2366 570 C
+3180 766 C
+3994 1018 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1275 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph20.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+3968 0 V
+LTb
+840 351 M
+63 0 V
+3905 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 722 M
+63 0 V
+3905 0 R
+-63 0 V
+756 722 M
+(10) Rshow
+840 1092 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 1463 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 1834 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+840 2204 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(50) Rshow
+840 2575 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(60) Rshow
+840 2945 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(70) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(80) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overheads) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess : Young Brothers Wait Concept) Cshow
+LT0
+4325 3113 M
+(TO) Rshow
+4409 3113 M
+252 0 V
+1552 1294 M
+814 955 V
+814 728 V
+814 103 V
+4493 3113 D
+1552 1294 D
+2366 2249 D
+3180 2977 D
+3994 3080 D
+LT1
+4325 2973 M
+(SO) Rshow
+4409 2973 M
+252 0 V
+1552 793 M
+814 736 V
+814 593 V
+814 -29 V
+4493 2973 A
+1552 793 A
+2366 1529 A
+3180 2122 A
+3994 2093 A
+LT2
+4325 2833 M
+(SY) Rshow
+4409 2833 M
+252 0 V
+1552 409 M
+814 171 V
+814 278 V
+814 290 V
+4493 2833 B
+1552 409 B
+2366 580 B
+3180 858 B
+3994 1148 B
+LT3
+4325 2693 M
+(CO) Rshow
+4409 2693 M
+252 0 V
+1552 794 M
+814 48 V
+3180 699 L
+3994 540 L
+4493 2693 C
+1552 794 C
+2366 842 C
+3180 699 C
+3994 540 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1276 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph26.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+3968 0 V
+LTb
+840 351 M
+63 0 V
+3905 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 775 M
+63 0 V
+3905 0 R
+-63 0 V
+756 775 M
+(20) Rshow
+840 1198 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+840 1622 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(60) Rshow
+840 2045 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(80) Rshow
+840 2469 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(100) Rshow
+840 2892 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(120) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(140) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overheads) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess : Negascout YBWC) Cshow
+LT0
+4325 3113 M
+(TO) Rshow
+4409 3113 M
+252 0 V
+1552 1477 M
+814 549 V
+814 378 V
+814 542 V
+4493 3113 D
+1552 1477 D
+2366 2026 D
+3180 2404 D
+3994 2946 D
+LT1
+4325 2973 M
+(SO) Rshow
+4409 2973 M
+252 0 V
+1552 1013 M
+814 306 V
+814 132 V
+814 247 V
+4493 2973 A
+1552 1013 A
+2366 1319 A
+3180 1451 A
+3994 1698 A
+LT2
+4325 2833 M
+(SY) Rshow
+4409 2833 M
+252 0 V
+1552 395 M
+814 128 V
+814 204 V
+814 310 V
+4493 2833 B
+1552 395 B
+2366 523 B
+3180 727 B
+3994 1037 B
+LT3
+4325 2693 M
+(CO) Rshow
+4409 2693 M
+252 0 V
+1552 772 M
+814 115 V
+814 42 V
+814 -16 V
+4493 2693 C
+1552 772 C
+2366 887 C
+3180 929 C
+3994 913 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 319 2193 a Fx(Figure)27 b(3:)34 b(Results)26
+b(with)g(the)f(\\Y)-6 b(oung)26 b(Brothers)g(W)-6 b(ait)26
+b(Concept")g(sc)n(heme)f(applied)h(to)g(the)f Fw(\013\014)30
+b Fx(algorithm.)-150 2359 y Fs(The)d(top)h(gr)l(aphs)g(show)g(the)g(r)l
+(elative)g(sp)l(e)l(e)l(dup)h(versus)f(the)g(numb)l(er)g(of)e(pr)l(o)l
+(c)l(essors)k(and)e(the)g(b)l(ottom)g(gr)l(aphs)g(show)g(the)g
+(di\013er)l(ent)g(overhe)l(ads.)-150 2442 y(Chess)i(r)l(esults)g(r)l
+(epr)l(esent)h(the)f(aver)l(age)g(on)f(the)h(24)f(Br)l(atko-Kop)l(e)l
+(c[4)s(])f(p)l(ositions.)39 b(One)29 b(pr)l(o)l(c)l(essor)i(using)e(Ne)
+l(gasc)l(out)i(ne)l(e)l(ds)f(52045)g(se)l(c)l(onds)-150
+2525 y(to)j(se)l(ar)l(ch)h(al)t(l)d(these)j(p)l(ositions)f(at)g(depth)g
+(8,)g(the)g(minimum)e(time)h(is)g(achieve)l(d)i(by)e(the)h(p)l(osition)
+g(8)f(in)g(25)h(se)l(c)l(onds.)50 b(Position)33 b(5)f(r)l(e)l(quir)l
+(es)-150 2608 y(13827)c(se)l(c)l(onds.)36 b(Othel)t(lo)27
+b(r)l(esults)i(r)l(epr)l(esent)h(the)d(aver)l(age)i(on)e(the)h(\014rst)
+g(50)f(moves)h(of)f(a)g(high)g(level)f(c)l(omputer)j(Othel)t(lo)e
+(tournament)i(game.)-150 2691 y(A)n(t)g(depth)h(11,)g(on)f(one)g(pr)l
+(o)l(c)l(essor,)i(the)f(Othel)t(lo)f(pr)l(o)l(gr)l(am)h(se)l(ar)l(ches)
+i(al)t(l)c(the)i(game)f(in)f(38205)i(se)l(c)l(onds.)41
+b(T)-6 b(op)29 b(gr)l(aphs)i(ar)l(e)e(curves)i(for)e(depth)-150
+2774 y(3)f(to)g(11)g(for)f(Othel)t(lo)h(and)g(depth)h(3)e(to)h(8)g(for)
+f(chess.)37 b(Bottom)28 b(gr)l(aphs)h(ar)l(e)g(for)e(depth)i(11)f(for)g
+(Othel)t(lo)f(and)h(depth)h(8)f(for)f(chess.)-150 3037
+y Fy(3.2)100 b(YOUNG)33 b(BROTHERS)h(W)-8 b(AIT)34 b(CONCEPT)78
+3121 y(RESUL)-8 b(TS)-150 3316 y Fx(W)i(e)23 b(implemen)n(ted)f(the)h
+(YBW)n(C)h(searc)n(h)h(on)e(the)h(Othello)g(program)-150
+3399 y(and)34 b(on)h(the)f(c)n(hess)h(program.)60 b(As)35
+b(this)f(sc)n(heme)g(w)n(as)h(primarily)-150 3482 y(c)n(hosen)28
+b(for)h(the)e(de\014nition)h(of)h Fs(F)-6 b(r)l(enchess)6
+b Fx(,)1134 3450 y Fv(5)1199 3482 y Fx(w)n(e)29 b(tried)f(man)n(y)e(p)r
+(os-)-150 3565 y(sible)j(optimisations)h(to)e(ensure)h(that)f(the)g
+(results)h(w)n(ere)h(the)e(b)r(est)-150 3648 y(p)r(ossible.)36
+b(The)26 b(results)g(are)g(sho)n(wn)g(on)g(\014gure)f(3.)-35
+3796 y(As)20 b(it)h(can)f(b)r(e)g(seen,)i(for)f(the)f(Othello)h
+(program,)h(w)n(e)e(obtained)h(a)-150 3879 y(relativ)n(e)k(sp)r(eedup)e
+(of)i(20.7)g(for)g(depth)e(11)i(trees.)35 b(F)-6 b(or)24
+b(on)g(the)g(c)n(hess)-150 3962 y(program)f(at)h(depth)e(8)i(trees,)g
+(w)n(e)g(obtained)f(a)h(sp)r(eedup)f(of)h(18.4)g(us-)-150
+4045 y(ing)c Fw(\013\014)k Fx(and)19 b(14.3)j(using)e(Negascout)926
+4013 y Fv(6)981 4045 y Fx(\(In)e(our)i(c)n(hess)g(program,)h(the)-150
+4128 y(sequen)n(tial)j(Negascout)h(v)n(ersion)g(is)f(1.5)h(times)f
+(faster)h(than)f(the)g Fw(\013\014)-150 4211 y Fx(v)n(ersion\).)43
+b(These)29 b(sp)r(eedups)g(are)g(relativ)n(e)g(to)g(the)f(same)g
+(program)-150 4294 y(used)22 b(on)g(a)h(one)f(pro)r(cessor)i(computer)d
+(\(with)h(the)g(same)g(n)n(um)n(b)r(er)e(of)-150 4377
+y(en)n(tries)30 b(in)g(the)g(transp)r(osition)h(table\),)h(so)f(as)f
+(YBW)n(C)g(requires)h(a)-150 4460 y(non-recursiv)n(e)e(minimax)f(searc)
+n(h,)874 4428 y Fv(7)940 4460 y Fx(these)h(sp)r(eedups)g(are)h(relativ)
+n(e)-150 4543 y(to)e(a)g(non-recursiv)n(e)f Fw(\013\014)32
+b Fx(searc)n(h)c(\(or)g(a)g(non-recursiv)n(e)f(Negascout)p
+-150 4600 801 4 v -65 4654 a Fv(5)-31 4679 y Fr(F)-5
+b(renc)n(hess)39 b(running)g(ABD)n(AD)n(A)i(on)g(a)f(128)h(pro)r
+(cessors)f(Cra)n(y)i(T3D)-150 4743 y(\014nished)36 b(fourth)h(at)h(the)
+e(8th)i(W)-5 b(orld)37 b(Computer-Chess)g(Championship.)-150
+4807 y(The)27 b(v)n(ersion)f(used)g(for)h(this)f(article)g(includes)f
+(less)h(searc)n(h)h(and)f(ev)l(aluation)-150 4871 y(heuristics.)-65
+4922 y Fv(6)-31 4947 y Fr(Of)18 b(course,)f(Negascout's)h(relativ)n(e)e
+(sp)r(eedup)g(is)i(less)g(than)f Fi(\013\014)s Fr('s)h(since)f(the)-150
+5011 y(relativ)n(e)23 b(tree)f(searc)n(hing)h(ine\016ciency)e(of)j
+Fi(\013\014)j Fr(pro)n(vides)c(a)h(greater)e(p)r(oten)n(tial)-150
+5075 y(for)g(impro)n(v)n(emen)n(t)e(b)n(y)i(a)h(parallel)e(sc)n(heme.)
+-65 5126 y Fv(7)-31 5151 y Fr(It)32 b(is)f(di\016cult)g(to)g(implemen)n
+(t)e(YBW)n(C)j(on)g(a)f(recursiv)n(e)f(searc)n(h)h(since)-150
+5215 y(when)19 b(a)h(pro)r(cessor)f(receiv)n(es)f(an)i(ev)l
+(aluation-answ)n(er)f(from)g(one)g(of)h(its)g(sla)n(v)n(es,)-150
+5279 y(it)c(m)n(ust)f(b)r(e)g(able)g(to)h(pro)r(duce)d(a)j(jump)f(in)g
+(the)g(searc)n(h)g(depth)f(if)h(this)h(ev)l(aluation)-150
+5343 y(pro)r(duces)22 b(a)i(pruning)e(of)h(the)g(curren)n(t)f(master)h
+(no)r(de.)32 b(So)24 b(the)e(v)l(alues)i Fi(\013)g Fr(and)-150
+5407 y Fi(\014)32 b Fr(m)n(ust)c(at)i(least)e(b)r(e)g(k)n(ept)h(in)f
+(arra)n(ys)i(indexed)d(b)n(y)h(no)r(des)h(depths)e(\(in)i(the)-150
+5471 y("normal")e(v)n(ersion)h(of)f Fi(\013\014)k Fr(searc)n(h,)d(they)
+f(are)h(k)n(ept)f(on)g(stac)n(k\))h(and)g(sp)r(ecial)-150
+5535 y(arrangemen)n(ts)20 b(m)n(ust)i(b)r(e)f(made)g(in)g(order)g(to)h
+(prev)n(en)n(t)f(the)g(disruptiv)n(e)f(use)h(of)-150
+5599 y(depth)g(that)h(can)g(b)r(e)f(caused)g(b)n(y)i(this)f(pruning.)28
+b(So)22 b(YBW)n(C)h(needs)f(a)g(h)n(ugely)-150 5662 y(mo)r(di\014ed)e
+(searc)n(h)i(algorithm)f(compared)f(to)j(ABD)n(AD)n(A.)2049
+3037 y Fx(searc)n(h)j(when)g(applicable\)[7)q(,)g(23)q(].)2164
+3185 y(F)-6 b(or)19 b(b)r(oth)g(programs)g(the)f(main)h(o)n(v)n(erhead)
+f(is)i(the)e(Searc)n(h)h(Ov)n(er-)2049 3268 y(head)39
+b(com)n(bined)g(with)g(a)h(relativ)n(ely)g(reduced)f(Comm)n(unication)
+2049 3351 y(Ov)n(erhead)30 b(\(b)n(y)f(the)h(fact)i(of)f(our)g
+(optimisations)g(see)g([23)r(]\))f(and)h(a)2049 3434
+y(greater)20 b(Sync)n(hronization)f(Ov)n(erhead)f(in)h(the)f(c)n(hess)i
+(program)e(than)2049 3517 y(in)26 b(the)f(Othello)h(program.)2049
+3778 y Fy(3.3)100 b(ABD)m(AD)m(A)33 b(RESUL)-8 b(TS)2049
+3975 y Fx(The)22 b(ABD)n(AD)n(A)e(sc)n(heme)i(w)n(as)h(p)r(erformed)e
+(on)h(the)g(same)g(p)r(ositions)2049 4058 y(for)k(b)r(oth)e(games)h(as)
+h(YBW)n(C.)f(Figure)g(4)h(summarizes)e(the)g(results.)2164
+4206 y(Here)45 b(the)f(Sync)n(hronization)g(Ov)n(erheads)g(are)h
+(non-existen)n(t)2049 4289 y(since)21 b(all)g(pro)r(cessors)h(are)f
+(busy)-6 b(.)31 b(The)21 b(Comm)n(unication-Ov)n(erhead)2049
+4372 y(represen)n(ts)i(the)f(time)g(sp)r(en)n(t)g(w)n(aiting)i(for)f
+(the)g(transp)r(osition)h(table)2049 4455 y(answ)n(ers)35
+b(\(i.e.)59 b(the)33 b(sim)n(ulation)h(of)g(the)g(shared)f(memory\).)57
+b(The)2049 4538 y(main)28 b(o)n(v)n(erhead)h(is)h(the)f(Searc)n(h-Ov)n
+(erhead.)43 b(W)-6 b(e)29 b(m)n(ust)e(also)k(note)2049
+4621 y(that)e(this)g(time)g(the)g(reference)h(sequen)n(tial)g(programs)
+f(use)g(recur-)2049 4704 y(siv)n(e)24 b(implemen)n(tations)f(of)h(b)r
+(oth)g Fw(\013\014)k Fx(and)23 b(Negascout)i(algorithms.)2049
+4787 y(Th)n(us)33 b(the)f(sp)r(eedup)g(for)i(Othello)f(using)g
+Fw(\013\014)k Fx(searc)n(h)d(is)f(an)g(abso-)2049 4870
+y(lute)24 b(sp)r(eedup)f(lik)n(e)i(the)e(sp)r(eedup)h(for)g(Chess)h
+(using)g(Negascout.)34 b(It)2049 4953 y(should)29 b(also)i(b)r(e)e
+(noted)f(that)h(the)g(ABD)n(AD)n(A)e(sp)r(eedup)i(for)h(small)2049
+5036 y(depths)25 b(is)h(in)n(trinsically)h(m)n(uc)n(h)d(b)r(etter)h
+(than)g(for)i(YBW)n(C.)2164 5183 y(W)-6 b(e)27 b(also)j(measured)c(the)
+i(n)n(um)n(b)r(er)d(of)k(messages)f(used)g(to)g(read)2049
+5266 y(and)35 b(write)g(the)g(transp)r(osition)h(table.)63
+b(The)35 b(ratio)g(b)r(et)n(w)n(een)g(the)2049 5349 y(n)n(um)n(b)r(er)e
+(of)j(reads)g(and)e(writes)i(tells)g(us)f(that)g(ABD)n(AD)n(A)e(is)j
+(far)2049 5432 y(from)29 b(doubling)g(the)g(n)n(um)n(b)r(er)e(of)j
+(read)g(messages.)46 b(F)-6 b(or)29 b(the)g(c)n(hess)2049
+5515 y(program,)k(on)e(the)g(Bratk)n(o-Kop)r(ec)h(p)r(ositions,)3485
+5483 y Fv(8)3552 5515 y Fx(YBW)n(C's)g(read-)p 2049 5584
+V 2134 5637 a Fv(8)2168 5662 y Fr(The)24 b(c)n(hoice)f(of)h(the)g
+(Bratk)n(o-Kop)r(ec)g(p)r(ositions)g(ma)n(y)g(b)r(e)g(criticised,)f
+(but)p eop
+%%Page: 5 5
+5 4 bop 37 970 a @beginspecial 50 @llx 50 @lly 302 @urx
+226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph5.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+LTb
+840 655 M
+63 0 V
+3905 0 R
+-63 0 V
+756 655 M
+(5) Rshow
+840 1035 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(10) Rshow
+840 1415 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(15) Rshow
+840 1795 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 2176 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(25) Rshow
+840 2556 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2936 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(35) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Relative Speedup) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Othello : ABDADA) Cshow
+LT0
+4325 3113 M
+(ideal) Rshow
+4409 3113 M
+252 0 V
+1552 883 M
+814 608 V
+814 609 V
+814 608 V
+4493 3113 D
+1552 883 D
+2366 1491 D
+3180 2100 D
+3994 2708 D
+LT1
+4325 2973 M
+(11) Rshow
+4409 2973 M
+252 0 V
+3994 1313 M
+-814 -76 V
+2366 1091 L
+1552 803 L
+4493 2973 A
+3994 1313 A
+3180 1237 A
+2366 1091 A
+1552 803 A
+LT2
+4325 2833 M
+(10) Rshow
+4409 2833 M
+252 0 V
+3994 1174 M
+-814 -11 V
+2366 1023 L
+1552 795 L
+4493 2833 B
+3994 1174 B
+3180 1163 B
+2366 1023 B
+1552 795 B
+LT3
+4325 2693 M
+(9) Rshow
+4409 2693 M
+252 0 V
+3994 1172 M
+-814 -15 V
+2366 1027 L
+1552 796 L
+4493 2693 C
+3994 1172 C
+3180 1157 C
+2366 1027 C
+1552 796 C
+LT4
+4325 2553 M
+(8) Rshow
+4409 2553 M
+252 0 V
+3994 1006 M
+3180 987 L
+2366 933 L
+1552 746 L
+4493 2553 T
+3994 1006 T
+3180 987 T
+2366 933 T
+1552 746 T
+LT5
+4325 2413 M
+(7) Rshow
+4409 2413 M
+252 0 V
+3994 890 M
+3180 867 L
+2366 831 L
+1552 707 L
+4493 2413 S
+3994 890 S
+3180 867 S
+2366 831 S
+1552 707 S
+LT6
+4325 2273 M
+(6) Rshow
+4409 2273 M
+252 0 V
+3994 750 M
+3180 717 L
+-814 -3 V
+1552 622 L
+4493 2273 D
+3994 750 D
+3180 717 D
+2366 714 D
+1552 622 D
+LT7
+4325 2133 M
+(5) Rshow
+4409 2133 M
+252 0 V
+3994 657 M
+3180 625 L
+-814 -3 V
+1552 559 L
+4493 2133 A
+3994 657 A
+3180 625 A
+2366 622 A
+1552 559 A
+LT8
+4325 1993 M
+(4) Rshow
+4409 1993 M
+252 0 V
+3994 599 M
+3180 550 L
+-814 -3 V
+1552 490 L
+4493 1993 B
+3994 599 B
+3180 550 B
+2366 547 B
+1552 490 B
+LT0
+4325 1853 M
+(3) Rshow
+4409 1853 M
+252 0 V
+3994 501 M
+-814 -1 V
+-814 -1 V
+-814 -1 V
+4493 1853 C
+3994 501 C
+3180 500 C
+2366 499 C
+1552 498 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1275 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph23.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+LTb
+840 655 M
+63 0 V
+3905 0 R
+-63 0 V
+756 655 M
+(5) Rshow
+840 1035 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(10) Rshow
+840 1415 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(15) Rshow
+840 1795 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 2176 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(25) Rshow
+840 2556 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2936 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(35) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Relative Speedup) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess : ABDADA) Cshow
+LT0
+4325 3113 M
+(ideal) Rshow
+4409 3113 M
+252 0 V
+1552 883 M
+814 608 V
+814 609 V
+814 608 V
+4493 3113 D
+1552 883 D
+2366 1491 D
+3180 2100 D
+3994 2708 D
+LT1
+4325 2973 M
+(8) Rshow
+4409 2973 M
+252 0 V
+1552 763 M
+814 394 V
+814 297 V
+814 217 V
+4493 2973 A
+1552 763 A
+2366 1157 A
+3180 1454 A
+3994 1671 A
+LT2
+4325 2833 M
+(7) Rshow
+4409 2833 M
+252 0 V
+1552 720 M
+814 339 V
+814 201 V
+814 194 V
+4493 2833 B
+1552 720 B
+2366 1059 B
+3180 1260 B
+3994 1454 B
+LT3
+4325 2693 M
+(6) Rshow
+4409 2693 M
+252 0 V
+1552 673 M
+814 353 V
+814 180 V
+814 170 V
+4493 2693 C
+1552 673 C
+2366 1026 C
+3180 1206 C
+3994 1376 C
+LT4
+4325 2553 M
+(5) Rshow
+4409 2553 M
+252 0 V
+1552 724 M
+814 169 V
+814 92 V
+814 124 V
+4493 2553 T
+1552 724 T
+2366 893 T
+3180 985 T
+3994 1109 T
+LT5
+4325 2413 M
+(4) Rshow
+4409 2413 M
+252 0 V
+1552 723 M
+814 172 V
+814 113 V
+814 35 V
+4493 2413 S
+1552 723 S
+2366 895 S
+3180 1008 S
+3994 1043 S
+LT6
+4325 2273 M
+(3) Rshow
+4409 2273 M
+252 0 V
+1552 769 M
+814 0 V
+814 0 V
+814 0 V
+4493 2273 D
+1552 769 D
+2366 769 D
+3180 769 D
+3994 769 D
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1276 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph27.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+LTb
+840 655 M
+63 0 V
+3905 0 R
+-63 0 V
+756 655 M
+(5) Rshow
+840 1035 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(10) Rshow
+840 1415 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(15) Rshow
+840 1795 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 2176 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(25) Rshow
+840 2556 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 2936 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(35) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Relative Speedup) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess  : Negascout  ABDADA) Cshow
+LT0
+4325 3113 M
+(ideal) Rshow
+4409 3113 M
+252 0 V
+1552 883 M
+814 608 V
+814 609 V
+814 608 V
+4493 3113 D
+1552 883 D
+2366 1491 D
+3180 2100 D
+3994 2708 D
+LT1
+4325 2973 M
+(8) Rshow
+4409 2973 M
+252 0 V
+1552 724 M
+814 310 V
+814 237 V
+814 199 V
+4493 2973 A
+1552 724 A
+2366 1034 A
+3180 1271 A
+3994 1470 A
+LT2
+4325 2833 M
+(7) Rshow
+4409 2833 M
+252 0 V
+1552 683 M
+814 228 V
+814 163 V
+814 164 V
+4493 2833 B
+1552 683 B
+2366 911 B
+3180 1074 B
+3994 1238 B
+LT3
+4325 2693 M
+(6) Rshow
+4409 2693 M
+252 0 V
+1552 619 M
+814 187 V
+814 141 V
+814 86 V
+4493 2693 C
+1552 619 C
+2366 806 C
+3180 947 C
+3994 1033 C
+LT4
+4325 2553 M
+(5) Rshow
+4409 2553 M
+252 0 V
+1552 654 M
+814 57 V
+814 92 V
+814 0 V
+4493 2553 T
+1552 654 T
+2366 711 T
+3180 803 T
+3994 803 T
+LT5
+4325 2413 M
+(4) Rshow
+4409 2413 M
+252 0 V
+1552 686 M
+814 -26 V
+814 89 V
+814 19 V
+4493 2413 S
+1552 686 S
+2366 660 S
+3180 749 S
+3994 768 S
+LT6
+4325 2273 M
+(3) Rshow
+4409 2273 M
+252 0 V
+1552 655 M
+814 0 V
+814 0 V
+814 0 V
+4493 2273 D
+1552 655 D
+2366 655 D
+3180 655 D
+3994 655 D
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 37 1948 a @beginspecial 50 @llx 50 @lly
+302 @urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph6.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+3968 0 V
+LTb
+840 351 M
+63 0 V
+3905 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 775 M
+63 0 V
+3905 0 R
+-63 0 V
+756 775 M
+(20) Rshow
+840 1198 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+840 1622 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(60) Rshow
+840 2045 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(80) Rshow
+840 2469 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(100) Rshow
+840 2892 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(120) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(140) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overheads) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Othello : ABDADA) Cshow
+LT0
+4325 3113 M
+( TO) Rshow
+4409 3113 M
+252 0 V
+-667 80 R
+3180 2249 L
+2366 1391 L
+1552 672 L
+4493 3113 D
+3994 3193 D
+3180 2249 D
+2366 1391 D
+1552 672 D
+LT1
+4325 2973 M
+( SO) Rshow
+4409 2973 M
+252 0 V
+3994 2271 M
+3180 1619 L
+2366 1016 L
+1552 460 L
+4493 2973 A
+3994 2271 A
+3180 1619 A
+2366 1016 A
+1552 460 A
+LT2
+4325 2833 M
+( CO) Rshow
+4409 2833 M
+252 0 V
+3994 1273 M
+3180 981 L
+2366 726 L
+1552 563 L
+4493 2833 B
+3994 1273 B
+3180 981 B
+2366 726 B
+1552 563 B
+LT3
+4325 2693 M
+( SY) Rshow
+4409 2693 M
+252 0 V
+3994 351 M
+-814 0 V
+-814 0 V
+-814 0 V
+4493 2693 C
+3994 351 C
+3180 351 C
+2366 351 C
+1552 351 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1275 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph24.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+3968 0 V
+LTb
+840 351 M
+63 0 V
+3905 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 722 M
+63 0 V
+3905 0 R
+-63 0 V
+756 722 M
+(10) Rshow
+840 1092 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(20) Rshow
+840 1463 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(30) Rshow
+840 1834 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+840 2204 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(50) Rshow
+840 2575 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(60) Rshow
+840 2945 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(70) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(80) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overheads) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess : ABDADA) Cshow
+LT0
+4325 3113 M
+(TO) Rshow
+4409 3113 M
+252 0 V
+1552 1263 M
+814 496 V
+814 622 V
+814 725 V
+4493 3113 D
+1552 1263 D
+2366 1759 D
+3180 2381 D
+3994 3106 D
+LT1
+4325 2973 M
+(SO) Rshow
+4409 2973 M
+252 0 V
+1552 971 M
+814 439 V
+814 558 V
+814 688 V
+4493 2973 A
+1552 971 A
+2366 1410 A
+3180 1968 A
+3994 2656 A
+LT2
+4325 2833 M
+(CO) Rshow
+4409 2833 M
+252 0 V
+1552 643 M
+814 57 V
+814 64 V
+814 37 V
+4493 2833 B
+1552 643 B
+2366 700 B
+3180 764 B
+3994 801 B
+LT3
+4325 2693 M
+(SY) Rshow
+4409 2693 M
+252 0 V
+1552 351 M
+814 0 V
+814 0 V
+814 0 V
+4493 2693 C
+1552 351 C
+2366 351 C
+3180 351 C
+3994 351 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1276 w @beginspecial 50 @llx 50 @lly 302
+@urx 226 @ury 1530 @rwi @setspecial
+%%BeginDocument: tgraph28.eps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.050 0.050 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+3968 0 V
+LTb
+840 351 M
+63 0 V
+3905 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 845 M
+63 0 V
+3905 0 R
+-63 0 V
+756 845 M
+(20) Rshow
+840 1339 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(40) Rshow
+840 1833 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(60) Rshow
+840 2328 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(80) Rshow
+840 2822 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(100) Rshow
+840 3316 M
+63 0 V
+3905 0 R
+-63 0 V
+-3989 0 R
+(120) Rshow
+1247 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(5) Cshow
+1756 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(10) Cshow
+2264 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(15) Cshow
+2773 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(20) Cshow
+3282 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(25) Cshow
+3791 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(30) Cshow
+4299 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(35) Cshow
+4808 351 M
+0 63 V
+0 2902 R
+0 -63 V
+0 -3042 R
+(40) Cshow
+840 351 M
+3968 0 V
+0 2965 V
+-3968 0 V
+840 351 L
+140 1833 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overheads) Cshow
+grestore
+2824 71 M
+(Number of processors) Cshow
+2824 3456 M
+(Chess  : Negascout  ABDADA) Cshow
+LT0
+4325 3113 M
+(TO) Rshow
+4409 3113 M
+252 0 V
+1552 1231 M
+814 607 V
+814 568 V
+814 503 V
+4493 3113 D
+1552 1231 D
+2366 1838 D
+3180 2406 D
+3994 2909 D
+LT1
+4325 2973 M
+(SO) Rshow
+4409 2973 M
+252 0 V
+1552 926 M
+814 554 V
+814 501 V
+814 415 V
+4493 2973 A
+1552 926 A
+2366 1480 A
+3180 1981 A
+3994 2396 A
+LT2
+4325 2833 M
+(CO) Rshow
+4409 2833 M
+252 0 V
+1552 656 M
+814 53 V
+814 67 V
+814 87 V
+4493 2833 B
+1552 656 B
+2366 709 B
+3180 776 B
+3994 863 B
+LT3
+4325 2693 M
+(SY) Rshow
+4409 2693 M
+252 0 V
+1552 351 M
+814 0 V
+814 0 V
+814 0 V
+4493 2693 C
+1552 351 C
+2366 351 C
+3180 351 C
+3994 351 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+ @endspecial 1279 2193 a Fx(Figure)27 b(4:)34 b(The)26
+b(ABD)n(AD)n(A)e(sc)n(heme)h(results)-150 2456 y(write)34
+b(ratio)g(is)g(1.35)g(and)f(ABD)n(AD)n(A's)f(read-write)i(ratio)g(is)g
+(1.7.)-150 2539 y(Th)n(us)e(the)f(o)n(v)n(erhead)h(of)g(the)g
+(non-optimised,)1246 2508 y Fv(9)1313 2539 y Fx(v)n(ersion)g(giv)n(en)g
+(in)-150 2622 y(part)23 b(2)g(in)g(term)g(of)g(n)n(um)n(b)r(er)f(of)h
+(read)h(messages,)h(is)e(ab)r(out)g(25)h(\045)f(as)-150
+2705 y(compared)i(to)h(YBW)n(C.)-150 2966 y Fy(4)100
+b(DISCUSSION)-150 3188 y Fx(It)40 b(is)i(di\016cult)e(to)h(compare)g
+(the)f(sho)n(wn)h(results)h(with)f(the)f(re-)-150 3271
+y(sults)27 b(from)f(di\013eren)n(t)g(pap)r(ers.)38 b(So)26
+b(w)n(e)h(ha)n(v)n(e)f(to)h(compare)f(the)h(t)n(w)n(o)-150
+3354 y(sc)n(hemes)e(on)h(absolute)g(sp)r(eedup.)-150
+4376 y @beginspecial 65 @llx 328 @lly 528 @urx 582 @ury
+1984 @rwi @setspecial
+%%BeginDocument: othello.eps
+
+/AutoFlatness false def
+% -------------- POSTSCRIPT PROLOG FOR CORELDRAW 3.X ------
+% Copyright 1992 Corel Corporation.  All rights reserved.
+/wCorelDict 300 dict def wCorelDict begin/bd{bind def}bind def
+/ld{load def}bd/xd{exch def}bd/_ null def
+/$c 0 def/$m 0 def/$y 0 def/$k 0 def/$t 1 def
+/$n _ def/$o 0 def/$fil 0 def/$bkg false def
+/$C 0 def/$M 0 def/$Y 0 def/$K 0 def/$T 1 def
+/$N _ def/$O 0 def/$PF false def/$ctm matrix currentmatrix def
+/$ptm matrix def/$ttm matrix def/$stm matrix def
+/$fst 128 def/$pad 0 def/$rox 0 def/$roy 0 def
+currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd
+/$dsf xd/$sdf false def/$SDF false def/$Scra 0.0 def
+/$sv 0 def/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld
+/@np/newpath ld/@sv{/$sv save def}bd/@rs{$sv restore}bd
+/@ss{exch $Scra add exch load setscreen}bd
+AutoFlatness{/$cpx ([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n) def
+/@err1{$cpx print flush newpath}bd/@ifl{dup currentflat exch sub 10 gt
+{@err1 exit}{currentflat 2 add setflat}ifelse}bd
+/@fill/fill ld/fill{currentflat{{@fill}stopped{@ifl}{exit}ifelse
+}bind loop setflat}bd/@eofill/eofill ld/eofill{currentflat{{@eofill}
+stopped{@ifl}{exit}ifelse}bind loop setflat}bd
+/@clip/clip ld/clip{currentflat{{@clip}stopped{initclip @ifl}{exit
+}ifelse}bind loop setflat}bd/@eoclip/eoclip ld
+/eoclip{currentflat{{@eoclip}stopped{initclip @ifl}{exit}ifelse
+}bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}
+stopped{@ifl}{exit}ifelse}bind loop setflat}bd}if
+/InRange{3 -1 roll 2 copy le{pop}{exch pop}ifelse
+2 copy ge{pop}{exch pop}ifelse}bd/wDstChck{2 1 roll dup 3 -1 roll
+eq{1 add}if}bd/@dot{dup mul exch dup mul add 1 exch sub 2 div}bd
+/@lin{exch pop abs 1 exch sub}bd/@MN{2 copy le{pop}{exch pop}ifelse}bd
+/setcmykcolor where{pop}{/setcmykcolor{4 1 roll
+3{3 index add 1 @MN 1 exch sub 3 1 roll}repeat
+setrgbcolor pop}bd}ifelse/setoverprint{/$op xd}bd
+/currentoverprint{$op}bd/setsepcolor{1 exch sub setgray}bd
+/checksepcolor{1 exch sub dup setgray 1 eq exch 1 eq and not}bd
+/setprocesscolor{ColorSeparationMode 0 eq{setcmykcolor}{
+0 4 $ink sub index exch pop 5 1 roll 4{pop}repeat
+setsepcolor}ifelse}bd/findcmykcustomcolor{5 array astore}bd
+/setcustomcolor where{pop}{/setcustomcolor{ColorSeparationMode 0 eq{
+exch aload pop pop 4{4 index mul 4 1 roll}repeat
+5 -1 roll pop setcmykcolor}{exch aload pop
+CurrentInkName eq{4 index}{0}ifelse 6 1 roll
+5{pop}repeat setsepcolor}ifelse}bd}ifelse/colorimage where{pop}{
+/colorimage{pop pop pop pop pop{currentfile $dat readhexstring pop pop}
+repeat pop}bd}ifelse/@tc{dup 1 ge{pop}{4{dup
+6 -1 roll mul exch}repeat pop}ifelse}bd/@scc{1 eq setoverprint
+dup _ eq{pop setprocesscolor pop}{findcmykcustomcolor
+exch setcustomcolor}ifelse ColorSeparationMode 0 eq{true}{
+currentgray 1 eq currentoverprint and not}ifelse}bd
+/@sft{/$tx $tllx $pxf add dup $tllx gt{$pwid sub}if def
+/$ty $tury $pyf sub dup $tury lt{$phei add}if def}bd
+/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd
+/@ep{{cvx exec}forall}bd/@tp{@sv/$in true def
+2 copy dup $lly le{/$in false def}if $phei sub $ury ge{/$in false def}if
+dup $urx ge{/$in false def}if $pwid add $llx le{/$in false def}if
+$in{@np 2 copy moveto $pwid 0 rlineto 0 $phei neg rlineto
+$pwid neg 0 rlineto 0 $phei rlineto clip @np
+$pn cvlit load aload pop 7 -1 roll 5 index sub
+7 -1 roll 3 index sub translate/$ctm matrix currentmatrix def
+@ep pop pop pop pop}{pop pop}ifelse @rs}bd/@th{@sft
+0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}ifelse
+}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul
+3 copy 3 -1 roll add exch @tp pop}for pop pop}for}bd
+/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul $tx add
+exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop
+0 1 $tly 1 sub{$phei mul 3 copy sub @tp pop}for
+pop pop}for}bd/@pf{@gs $ctm setmatrix $pm concat
+@stb @gs $vectpat{1 0 0 0 0 _ $o @scc{eofill}if}{
+$t $c $m $y $k $n $o @scc{eofill/$bkg true def}if}ifelse
+@gr eoclip Bburx Bbury $pm itransform/$tury xd/$turx xd
+Bbllx Bblly $pm itransform/$tlly xd/$tllx xd
+/$wid $turx $tllx sub def/$hei $tury $tlly sub def
+$wid 0 gt $hei 0 gt and{$pn cvlit load aload pop
+/$pd xd 3 -1 roll sub/$phei xd exch sub/$pwid xd
+/$tlx $wid $pwid div ceiling 1 add def/$tly $hei $phei div ceiling 1 add def
+$psx 0 eq{@tv}{@th}ifelse}if @gr @np/$bkg false def}bd
+/@dlt{ColorSeparationMode 0 eq{/$dc $toc $tot mul $frc $frt mul dup/$c xd sub $fst 1 sub div def
+/$dm $tom $tot mul $frm $frt mul dup/$m xd sub $fst 1 sub div def
+/$dy $toy $tot mul $fry $frt mul dup/$y xd sub $fst 1 sub div def
+/$dk $tok $tot mul $frk $frt mul dup/$k xd sub $fst 1 sub div def
+true}{$frt $frc $frm $fry $frk $frn $o @scc
+dup{/$frk 1 currentgray sub def}{/$frk 0 def}ifelse
+$tot $toc $tom $toy $tok $ton $o @scc dup{/$tok 1 currentgray sub def}{
+/$tok 0 def}ifelse or dup{/$c 0 def/$m 0 def/$y 0 def/$k $frk def
+/$dc 0 def/$dm 0 def/$dy 0 def/$dk $tok $frk sub $fst 1 sub div def}if
+}ifelse}bd/@ftl{1 index 4 index sub dup $pad mul dup/$pdw xd
+2 mul sub $fst div/$wid xd 2 index sub/$hei xd
+pop translate $c $m $y $k 4 copy ColorSeparationMode 0 ne
+{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse
+0 0 moveto 0 $hei lineto $pdw $hei lineto $pdw 0 lineto 0 0 lineto fill
+$pdw 0 translate $fst{4 copy ColorSeparationMode 0 ne
+{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse
+0 0 moveto 0 $hei lineto $wid $hei lineto $wid 0 lineto 0 0 lineto fill
+$wid 0 translate $dk add 4 1 roll $dy add 4 1 roll
+$dm add 4 1 roll $dc add 4 1 roll}repeat $dk sub 4 1 roll
+$dy sub 4 1 roll $dm sub 4 1 roll $dc sub 4 1 roll
+ColorSeparationMode 0 ne{1 exch sub setgray pop pop pop}
+{setcmykcolor}ifelse 0 0 moveto 0 $hei lineto $pdw $hei lineto $pdw 0 lineto 0 0 lineto fill
+}bd/@ftr{1 index 4 index sub dup $rox mul/$row xd
+2 div 1 index 4 index sub dup $roy mul/$roh xd
+2 div 2 copy dup mul exch dup mul add sqrt
+$row dup mul $roh dup mul add sqrt add dup/$hei xd $fst div/$wid xd
+4 index add $roh add exch 5 index add $row add
+exch translate pop pop pop pop currentflat dup 5 mul setflat
+$c $m $y $k 4 copy ColorSeparationMode 0 ne
+{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse
+$wid 0 moveto 0 0 $hei 0 360 arc fill 1.0 $pad 2 mul sub dup scale
+$fst{4 copy ColorSeparationMode 0 ne{1 exch sub setgray pop pop pop}
+{setcmykcolor}ifelse $wid 0 moveto 0 0 $hei 0 360 arc fill
+/$hei $hei $wid sub def $dk add 4 1 roll $dy add 4 1 roll
+$dm add 4 1 roll $dc add 4 1 roll}repeat pop pop pop pop
+setflat}bd/@ff{@gs @dlt{$ctm setmatrix eoclip
+newpath Bbllx Bblly moveto Bbllx Bbury lineto
+Bburx Bbury lineto Bburx Bblly lineto $fan rotate
+pathbbox newpath $fty 1 eq{@ftr}{@ftl}ifelse}if
+@gr @np}bd/@Pf{@sv ColorSeparationMode 0 eq $ink 3 eq or{0 J 0 j [] 0 d
+$t $c $m $y $k $n $o @scc pop $ctm setmatrix
+72 1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
+ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
+floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop
+$Psn load exec}{1 setgray eofill}ifelse @rs
+@np}bd/g{1 exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def
+}bd/G{1 exch sub/$K xd/$C 0 def/$M 0 def/$Y 0 def/$T 1 def/$N _ def}bd
+/k{/$k xd/$y xd/$m xd/$c xd/$t 1 def/$n _ def/$fil 0 def}bd
+/K{/$K xd/$Y xd/$M xd/$C xd/$T 1 def/$N _ def}bd
+/x{/$t xd/$n xd/$k xd/$y xd/$m xd/$c xd/$fil 0 def}bd
+/X{/$T xd/$N xd/$K xd/$Y xd/$M xd/$C xd}bd
+/d/setdash ld/i{dup 0 ne{setflat}{pop}ifelse}bd
+/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit ld
+/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd
+/c/curveto ld/C/c ld/v{4 -2 roll 2 copy 6 -2 roll curveto}bd
+/V/v ld/y{2 copy curveto}bd/Y/y ld/l/lineto ld
+/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld
+/N/newpath ld/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if
+$fil 1 eq{@pf}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$t $c $m $y $k $n $o @scc
+{eofill}{@np}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if
+setmatrix}bd/f{@cp F}bd/S{matrix currentmatrix
+$ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M $Y $K $N $O @scc{
+matrix currentmatrix $ptm concat stroke setmatrix}{@np}ifelse
+$SDF{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp
+S}bd/B{@gs F @gr S}bd/b{@cp B}bd/W{eoclip}bd
+/p{/$pm xd 7{pop}repeat/$pyf xd/$pxf xd/$pn xd
+/$fil 1 def}bd/P{11{pop}repeat}bd/u{}bd/U{}bd
+/A{pop}bd/q/@gs ld/Q/@gr ld/E{5 array astore
+exch cvlit exch def}bd/`{}bd/~{}bd/@{}bd/&{}bd
+/CorelDrawReencodeVect [ 16#80/grave/circumflex/tilde/dotlessi/florin/quotedblleft/quotedblright/guilsinglleft
+16#88/guilsinglright/fi/fl/dagger/daggerdbl/endash/periodcentered/breve
+16#90/quotedblbase/ellipsis/perthousand/trademark/Pt/fractionbar
+16#98/divide 16#a1/exclamdown/cent/sterling/currency/yen/bar/section
+16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/emdash/registered/overbar
+16#b0/ring/plusminus/twosuperior/threesuperior/acute/mu/paragraph/bullet
+16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/OE
+16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/oe
+16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis
+] def/@cc{currentfile $dat readhexstring pop}bd
+/@sm{/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd
+/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{/$fil 1 def
+1 eq/$vectpat xd/$pm xd/$psy xd/$psx xd/$pyf xd/$pxf xd
+/$pn xd}bd/@P{/$fil 3 def/$Psn xd array astore
+/$Prm xd}bd/@k{/$fil 2 def/$roy xd/$rox xd/$pad xd
+/$fty xd/$fan xd $fty 1 eq{/$fan 0 def}if/$tok xd/$toy xd/$tom xd/$toc xd
+/$frk xd/$fry xd/$frm xd/$frc xd/$frn _ def/$frt 1 def/$ton _ def/$tot 1 def
+}bd/@x{/$fil 2 def/$roy xd/$rox xd/$pad xd
+/$fty xd/$fan xd/$tot xd/$ton xd/$tok xd/$toy xd/$tom xd/$toc xd
+/$frt xd/$frn xd/$frk xd/$fry xd/$frm xd/$frc xd}bd
+/@ii{concat 3 index 3 index m 3 index 1 index l
+2 copy l 1 index 3 index l 3 index 3 index l
+clip pop pop pop pop}bd/@i{@sm @gs @ii 6 index 1 ne{/$frg true def
+pop pop}{1 eq{$T $C $M $Y $K $N $O @scc/$frg xd}{/$frg false def
+}ifelse 1 eq{@gs $ctm setmatrix $t $c $m $y $k $n $o @scc{eofill}if
+@gr}if}ifelse/$frg $frg $bkg or def @np/$ury xd/$urx xd/$lly xd/$llx xd
+/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi string def
+$frg{$SDF{$SCF $SCA $SCP @ss}if $llx $lly translate
+$urx $llx sub $ury $lly sub scale $wid $hei abs
+$bts 1 eq{false}{$bts}ifelse [ $wid 0 0 $hei neg 0
+$hei 0 gt{$hei}{0}ifelse]/@cc load $bts 1 eq{imagemask}{image}ifelse
+$SDF{$dsf $dsa $dsp @ss}if}{$hei abs{@cc pop}repeat}ifelse
+@gr $ctm setmatrix}def/@M{@sv}bd/@N{/@cc{}def
+1 eq{12 -1 roll neg 12 1 roll @I}{13 -1 roll neg 13 1 roll
+@i}ifelse @rs}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx xd
+/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling cvi string def
+$llx $lly translate $urx $llx sub $ury $lly sub scale
+$wid $hei abs $bts [ $wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]
+/@cc load false $ncl colorimage @gr $ctm setmatrix}bd
+/z{exch findfont exch scalefont setfont}bd
+/ZB{9 dict dup begin 4 1 roll/FontType 3 def
+/FontMatrix xd/FontBBox xd/Encoding 256 array def
+0 1 255{Encoding exch/.notdef put}for/CharStrings 256 dict def
+CharStrings/.notdef{}put/Metrics 256 dict def
+Metrics/.notdef 3 -1 roll put/BuildChar{exch
+dup/$char exch/Encoding get 3 index get def
+dup/Metrics get $char get aload pop setcachedevice
+begin Encoding exch get CharStrings exch get
+end exec}def end definefont pop}bd/ZBAddChar{findfont begin
+dup 4 1 roll dup 6 1 roll Encoding 3 1 roll put
+CharStrings 3 1 roll put Metrics 3 1 roll put
+end}bd/Z{findfont dup maxlength 2 add dict exch
+dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}ifelse}forall
+pop dup dup/Encoding get 256 array copy dup/$fe xd
+/Encoding exch put dup/Fontname 3 index put
+3 -1 roll dup length 0 ne{0 exch{dup type 0 type eq{exch pop}{
+$fe exch 2 index exch put 1 add}ifelse}forall
+pop}if dup 256 dict dup/$met xd/Metrics exch put
+dup/FontMatrix get 0 get 1000 mul 1 exch div
+3 index length 256 eq{0 1 255{dup $fe exch get
+dup/.notdef eq{pop pop}{5 index 3 -1 roll get
+2 index mul $met 3 1 roll put}ifelse}for}if
+pop definefont pop pop}bd/@ftx{{(0) dup 3 -1 roll 0 exch put
+@gs true charpath $ctm setmatrix @@txt @gr @np}forall}bd
+/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp @ss}if
+$fil 1 eq{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq
+{/@@txt/@Pf ld @ftx}{$t $c $m $y $k $n $o @scc{show}{pop}ifelse}ifelse
+}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd
+/@st{matrix currentmatrix exch $SDF{$SCF $SCA $SCP @ss}if
+$T $C $M $Y $K $N $O @scc{{(0) dup 3 -1 roll 0 exch put
+@gs true charpath $ctm setmatrix $ptm concat
+stroke @gr}forall}{pop}ifelse $SDF{$dsf $dsa $dsp @ss}if
+setmatrix}bd/@te{@ft}bd/@tr{@st}bd/@ta{dup
+@gs @ft @gr @st}bd/@t@a{dup @gs @st @gr @ft}bd
+/@tm{/$textsave save def @sm concat}bd/e{/t{@te}def}bd
+/r{/t{@tr}def}bd/o{/t{pop}def}bd/a{/t{@ta}def}bd
+/@a{/t{@t@a}def}bd/t{@te}def/T{@np $ctm setmatrix
+/$ttm matrix def $textsave restore}bd/@t{/$stm $stm currentmatrix def
+3 1 roll moveto $ttm concat t $stm setmatrix}def
+/@n{/$ttm exch matrix rotate def}bd/@s{}bd
+/@l{}bd/@B{@gs S @gr F}bd/@b{@cp @B}bd/@w{matrix rotate/$ptm xd
+matrix scale $ptm dup concatmatrix/$ptm xd
+1 eq{$ptm exch dup concatmatrix/$ptm xd}if
+1 w}bd/@g{1 eq dup/$sdf xd{/$scp xd/$sca xd
+/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd
+/$SCA xd/$SCF xd}if}bd/@D{3 copy @ss/$dsp xd
+/$dsa xd/$dsf xd}bd/@j{@sv @np}bind def/@J{@rs}bind def
+/@sep{/ColorSeparationMode where{pop}{/ColorSeparationMode 0 def
+/CurrentInkName (Composite) def}ifelse ColorSeparationMode 0 eq{
+/CurrentInkName (Composite) def}if/CurrentInkName where{pop}{
+/CurrentInkName (Composite) def}ifelse CurrentInkName (Composite) eq
+{/$ink -1 def}{CurrentInkName (Cyan) eq{/$ink 0 def}{
+CurrentInkName (Magenta) eq{/$ink 1 def}{CurrentInkName (Yellow) eq
+{/$ink 2 def}{CurrentInkName (Black) eq{/$ink 3 def}{/$ink 4 def
+}ifelse}ifelse}ifelse}ifelse}ifelse}bd @sep
+/@whi{@gs -72000 dup moveto -72000 72000 lineto
+72000 dup lineto 72000 -72000 lineto closepath 1 setgray fill
+@gr}bd/@neg{ [{1 exch sub}/exec cvx currenttransfer/exec cvx] cvx settransfer
+@whi}bd/@reg{[] 0 d 0 setgray .3 setlinewidth
+2 copy 5.4 0 360 arc closepath 2 copy moveto 9 0 rlineto
+2 copy moveto -9 0 rlineto 2 copy moveto 0 9 rlineto
+moveto 0 -9 rlineto stroke}bd/leftbracket{(\050)}def
+/rightbracket{(\051)}def
+
+11.4737 setmiterlimit
+1.00 setflat
+/$fst 128 def
+
+@sv
+/$ctm matrix currentmatrix def
+@sv
+95.47 404.78 448.70 405.07 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 404.93 m
+448.70 404.93 L
+S
+95.47 426.46 448.70 426.74 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 426.60 m
+448.70 426.60 L
+S
+95.47 448.13 448.70 448.42 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 448.27 m
+448.70 448.27 L
+S
+95.47 469.80 448.70 470.09 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 469.94 m
+448.70 469.94 L
+S
+95.47 491.54 448.70 491.83 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 491.69 m
+448.70 491.69 L
+S
+95.47 513.22 448.70 513.50 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 513.36 m
+448.70 513.36 L
+S
+95.47 534.89 448.70 535.18 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 535.03 m
+448.70 535.03 L
+S
+95.47 556.63 448.70 556.92 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 556.78 m
+448.70 556.78 L
+S
+95.47 578.30 448.70 578.59 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+95.47 578.45 m
+448.70 578.45 L
+S
+96.62 383.26 101.23 404.64 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+96.62 404.64 m
+101.23 404.64 L
+101.23 383.26 L
+96.62 383.26 L
+96.62 404.64 L
+@c
+B
+135.86 383.26 140.47 402.05 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+135.86 402.05 m
+140.47 402.05 L
+140.47 383.26 L
+135.86 383.26 L
+135.86 402.05 L
+@c
+B
+175.10 383.26 179.71 407.88 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+175.10 407.88 m
+179.71 407.88 L
+179.71 383.26 L
+175.10 383.26 L
+175.10 407.88 L
+@c
+B
+214.34 383.26 218.95 416.23 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+214.34 416.23 m
+218.95 416.23 L
+218.95 383.26 L
+214.34 383.26 L
+214.34 416.23 L
+@c
+B
+253.66 383.26 258.26 433.51 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+253.66 433.51 m
+258.26 433.51 L
+258.26 383.26 L
+253.66 383.26 L
+253.66 433.51 L
+@c
+B
+292.75 383.26 297.36 439.49 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+292.75 439.49 m
+297.36 439.49 L
+297.36 383.26 L
+292.75 383.26 L
+292.75 439.49 L
+@c
+B
+332.06 383.26 336.67 449.14 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+332.06 449.14 m
+336.67 449.14 L
+336.67 383.26 L
+332.06 383.26 L
+332.06 449.14 L
+@c
+B
+371.30 383.26 375.91 443.52 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+371.30 443.52 m
+375.91 443.52 L
+375.91 383.26 L
+371.30 383.26 L
+371.30 443.52 L
+@c
+B
+410.54 383.26 415.15 443.59 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+410.54 443.59 m
+415.15 443.59 L
+415.15 383.26 L
+410.54 383.26 L
+410.54 443.59 L
+@c
+B
+101.23 383.26 105.84 415.08 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+101.23 415.08 m
+105.84 415.08 L
+105.84 383.26 L
+101.23 383.26 L
+101.23 415.08 L
+@c
+B
+140.47 383.26 145.01 414.00 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+140.47 414.00 m
+145.01 414.00 L
+145.01 383.26 L
+140.47 383.26 L
+140.47 414.00 L
+@c
+B
+179.71 383.26 184.32 423.65 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+179.71 423.65 m
+184.32 423.65 L
+184.32 383.26 L
+179.71 383.26 L
+179.71 423.65 L
+@c
+B
+218.95 383.26 223.56 432.72 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+218.95 432.72 m
+223.56 432.72 L
+223.56 383.26 L
+218.95 383.26 L
+218.95 432.72 L
+@c
+B
+258.26 383.26 262.87 444.82 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+258.26 444.82 m
+262.87 444.82 L
+262.87 383.26 L
+258.26 383.26 L
+258.26 444.82 L
+@c
+B
+297.36 383.26 301.97 450.43 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+297.36 450.43 m
+301.97 450.43 L
+301.97 383.26 L
+297.36 383.26 L
+297.36 450.43 L
+@c
+B
+336.67 383.26 341.21 457.49 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+336.67 457.49 m
+341.21 457.49 L
+341.21 383.26 L
+336.67 383.26 L
+336.67 457.49 L
+@c
+B
+375.91 383.26 380.52 457.34 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+375.91 457.34 m
+380.52 457.34 L
+380.52 383.26 L
+375.91 383.26 L
+375.91 457.34 L
+@c
+B
+415.15 383.26 419.76 458.57 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+415.15 458.57 m
+419.76 458.57 L
+419.76 383.26 L
+415.15 383.26 L
+415.15 458.57 L
+@c
+B
+105.84 383.26 110.45 398.74 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+105.84 398.74 m
+110.45 398.74 L
+110.45 383.26 L
+105.84 383.26 L
+105.84 398.74 L
+@c
+B
+145.01 383.26 149.62 397.73 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+145.01 397.73 m
+149.62 397.73 L
+149.62 383.26 L
+145.01 383.26 L
+145.01 397.73 L
+@c
+B
+184.32 383.26 188.93 403.42 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+184.32 403.42 m
+188.93 403.42 L
+188.93 383.26 L
+184.32 383.26 L
+184.32 403.42 L
+@c
+B
+223.56 383.26 228.17 414.72 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+223.56 414.72 m
+228.17 414.72 L
+228.17 383.26 L
+223.56 383.26 L
+223.56 414.72 L
+@c
+B
+262.87 383.26 267.41 440.57 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+262.87 440.57 m
+267.41 440.57 L
+267.41 383.26 L
+262.87 383.26 L
+262.87 440.57 L
+@c
+B
+301.97 383.26 306.58 459.65 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+301.97 459.65 m
+306.58 459.65 L
+306.58 383.26 L
+301.97 383.26 L
+301.97 459.65 L
+@c
+B
+341.21 383.26 345.82 486.36 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+341.21 486.36 m
+345.82 486.36 L
+345.82 383.26 L
+341.21 383.26 L
+341.21 486.36 L
+@c
+B
+380.52 383.26 385.13 480.89 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+380.52 480.89 m
+385.13 480.89 L
+385.13 383.26 L
+380.52 383.26 L
+380.52 480.89 L
+@c
+B
+419.76 383.26 424.37 487.01 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+419.76 487.01 m
+424.37 487.01 L
+424.37 383.26 L
+419.76 383.26 L
+419.76 487.01 L
+@c
+B
+110.45 383.26 114.98 415.22 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+110.45 415.22 m
+114.98 415.22 L
+114.98 383.26 L
+110.45 383.26 L
+110.45 415.22 L
+@c
+B
+149.62 383.26 154.22 417.96 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+149.62 417.96 m
+154.22 417.96 L
+154.22 383.26 L
+149.62 383.26 L
+149.62 417.96 L
+@c
+B
+188.93 383.26 193.54 428.76 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+188.93 428.76 m
+193.54 428.76 L
+193.54 383.26 L
+188.93 383.26 L
+188.93 428.76 L
+@c
+B
+228.17 383.26 232.78 445.90 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+228.17 445.90 m
+232.78 445.90 L
+232.78 383.26 L
+228.17 383.26 L
+228.17 445.90 L
+@c
+B
+267.41 383.26 271.94 462.60 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+267.41 462.60 m
+271.94 462.60 L
+271.94 383.26 L
+267.41 383.26 L
+267.41 462.60 L
+@c
+B
+306.58 383.26 311.18 476.93 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+306.58 476.93 m
+311.18 476.93 L
+311.18 383.26 L
+306.58 383.26 L
+306.58 476.93 L
+@c
+B
+345.82 383.26 350.42 490.46 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+345.82 490.46 m
+350.42 490.46 L
+350.42 383.26 L
+345.82 383.26 L
+345.82 490.46 L
+@c
+B
+385.13 383.26 389.66 489.89 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+385.13 489.89 m
+389.66 489.89 L
+389.66 383.26 L
+385.13 383.26 L
+385.13 489.89 L
+@c
+B
+424.37 383.26 428.98 499.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+424.37 499.54 m
+428.98 499.54 L
+428.98 383.26 L
+424.37 383.26 L
+424.37 499.54 L
+@c
+B
+114.98 383.26 119.59 395.28 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+114.98 395.28 m
+119.59 395.28 L
+119.59 383.26 L
+114.98 383.26 L
+114.98 395.28 L
+@c
+B
+154.22 383.26 158.83 394.13 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+154.22 394.13 m
+158.83 394.13 L
+158.83 383.26 L
+154.22 383.26 L
+154.22 394.13 L
+@c
+B
+193.54 383.26 198.07 399.10 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+193.54 399.10 m
+198.07 399.10 L
+198.07 383.26 L
+193.54 383.26 L
+193.54 399.10 L
+@c
+B
+232.78 383.26 237.38 409.18 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+232.78 409.18 m
+237.38 409.18 L
+237.38 383.26 L
+232.78 383.26 L
+232.78 409.18 L
+@c
+B
+271.94 383.26 276.55 435.02 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+271.94 435.02 m
+276.55 435.02 L
+276.55 383.26 L
+271.94 383.26 L
+271.94 435.02 L
+@c
+B
+311.18 383.26 315.79 462.46 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+311.18 462.46 m
+315.79 462.46 L
+315.79 383.26 L
+311.18 383.26 L
+311.18 462.46 L
+@c
+B
+350.42 383.26 355.03 508.03 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+350.42 508.03 m
+355.03 508.03 L
+355.03 383.26 L
+350.42 383.26 L
+350.42 508.03 L
+@c
+B
+389.66 383.26 394.27 515.23 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+389.66 515.23 m
+394.27 515.23 L
+394.27 383.26 L
+389.66 383.26 L
+389.66 515.23 L
+@c
+B
+428.98 383.26 433.58 525.53 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+428.98 525.53 m
+433.58 525.53 L
+433.58 383.26 L
+428.98 383.26 L
+428.98 525.53 L
+@c
+B
+119.59 383.26 124.13 415.37 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+119.59 415.37 m
+124.13 415.37 L
+124.13 383.26 L
+119.59 383.26 L
+119.59 415.37 L
+@c
+B
+158.83 383.26 163.44 418.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+158.83 418.54 m
+163.44 418.54 L
+163.44 383.26 L
+158.83 383.26 L
+158.83 418.54 L
+@c
+B
+198.07 383.26 202.68 429.12 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+198.07 429.12 m
+202.68 429.12 L
+202.68 383.26 L
+198.07 383.26 L
+198.07 429.12 L
+@c
+B
+237.38 383.26 241.99 445.25 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+237.38 445.25 m
+241.99 445.25 L
+241.99 383.26 L
+237.38 383.26 L
+237.38 445.25 L
+@c
+B
+276.55 383.26 281.16 467.71 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+276.55 467.71 m
+281.16 467.71 L
+281.16 383.26 L
+276.55 383.26 L
+276.55 467.71 L
+@c
+B
+315.79 383.26 320.33 484.78 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+315.79 484.78 m
+320.33 484.78 L
+320.33 383.26 L
+315.79 383.26 L
+315.79 484.78 L
+@c
+B
+355.03 383.26 359.64 509.04 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+355.03 509.04 m
+359.64 509.04 L
+359.64 383.26 L
+355.03 383.26 L
+355.03 509.04 L
+@c
+B
+394.27 383.26 398.88 509.90 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+394.27 509.90 m
+398.88 509.90 L
+398.88 383.26 L
+394.27 383.26 L
+394.27 509.90 L
+@c
+B
+433.58 383.26 438.19 520.49 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+433.58 520.49 m
+438.19 520.49 L
+438.19 383.26 L
+433.58 383.26 L
+433.58 520.49 L
+@c
+B
+124.13 383.26 128.74 393.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+124.13 393.48 m
+128.74 393.48 L
+128.74 383.26 L
+124.13 383.26 L
+124.13 393.48 L
+@c
+B
+163.44 383.26 168.05 392.69 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+163.44 392.69 m
+168.05 392.69 L
+168.05 383.26 L
+163.44 383.26 L
+163.44 392.69 L
+@c
+B
+202.68 383.26 207.29 396.65 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+202.68 396.65 m
+207.29 396.65 L
+207.29 383.26 L
+202.68 383.26 L
+202.68 396.65 L
+@c
+B
+241.99 383.26 246.53 405.72 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+241.99 405.72 m
+246.53 405.72 L
+246.53 383.26 L
+241.99 383.26 L
+241.99 405.72 L
+@c
+B
+281.16 383.26 285.77 430.13 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+281.16 430.13 m
+285.77 430.13 L
+285.77 383.26 L
+281.16 383.26 L
+281.16 430.13 L
+@c
+B
+320.33 383.26 324.94 460.01 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+320.33 460.01 m
+324.94 460.01 L
+324.94 383.26 L
+320.33 383.26 L
+320.33 460.01 L
+@c
+B
+359.64 383.26 364.25 518.33 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+359.64 518.33 m
+364.25 518.33 L
+364.25 383.26 L
+359.64 383.26 L
+359.64 518.33 L
+@c
+B
+398.88 383.26 403.49 539.35 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+398.88 539.35 m
+403.49 539.35 L
+403.49 383.26 L
+398.88 383.26 L
+398.88 539.35 L
+@c
+B
+438.19 383.26 442.73 562.97 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+438.19 562.97 m
+442.73 562.97 L
+442.73 383.26 L
+438.19 383.26 L
+438.19 562.97 L
+@c
+B
+128.74 383.26 133.34 421.20 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+128.74 421.20 m
+133.34 421.20 L
+133.34 383.26 L
+128.74 383.26 L
+128.74 421.20 L
+@c
+B
+168.05 383.26 172.66 429.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+168.05 429.48 m
+172.66 429.48 L
+172.66 383.26 L
+168.05 383.26 L
+168.05 429.48 L
+@c
+B
+207.29 383.26 211.90 437.76 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+207.29 437.76 m
+211.90 437.76 L
+211.90 383.26 L
+207.29 383.26 L
+207.29 437.76 L
+@c
+B
+246.53 383.26 251.14 451.01 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+246.53 451.01 m
+251.14 451.01 L
+251.14 383.26 L
+246.53 383.26 L
+246.53 451.01 L
+@c
+B
+285.77 383.26 290.38 470.95 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+285.77 470.95 m
+290.38 470.95 L
+290.38 383.26 L
+285.77 383.26 L
+285.77 470.95 L
+@c
+B
+324.94 383.26 329.54 487.44 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+324.94 487.44 m
+329.54 487.44 L
+329.54 383.26 L
+324.94 383.26 L
+324.94 487.44 L
+@c
+B
+364.25 383.26 368.78 511.20 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+364.25 511.20 m
+368.78 511.20 L
+368.78 383.26 L
+364.25 383.26 L
+364.25 511.20 L
+@c
+B
+403.49 383.26 408.10 511.34 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+403.49 511.34 m
+408.10 511.34 L
+408.10 383.26 L
+403.49 383.26 L
+403.49 511.34 L
+@c
+B
+442.73 383.26 447.34 531.43 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+442.73 531.43 m
+447.34 531.43 L
+447.34 383.26 L
+442.73 383.26 L
+442.73 531.43 L
+@c
+B
+95.33 383.26 95.62 578.45 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+95.47 383.26 m
+95.47 578.45 L
+S
+92.66 383.11 98.21 383.40 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 383.26 m
+98.21 383.26 L
+S
+92.66 404.78 98.21 405.07 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 404.93 m
+98.21 404.93 L
+S
+92.66 426.46 98.21 426.74 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 426.60 m
+98.21 426.60 L
+S
+92.66 448.13 98.21 448.42 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 448.27 m
+98.21 448.27 L
+S
+92.66 469.80 98.21 470.09 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 469.94 m
+98.21 469.94 L
+S
+92.66 491.54 98.21 491.83 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 491.69 m
+98.21 491.69 L
+S
+92.66 513.22 98.21 513.50 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 513.36 m
+98.21 513.36 L
+S
+92.66 534.89 98.21 535.18 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 535.03 m
+98.21 535.03 L
+S
+92.66 556.63 98.21 556.92 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 556.78 m
+98.21 556.78 L
+S
+92.66 578.30 98.21 578.59 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+92.66 578.45 m
+98.21 578.45 L
+S
+95.47 383.11 448.70 383.40 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+95.47 383.26 m
+448.70 383.26 L
+S
+95.33 380.52 95.62 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+95.47 380.52 m
+95.47 386.06 L
+S
+134.64 380.52 134.93 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+134.78 380.52 m
+134.78 386.06 L
+S
+173.88 380.52 174.17 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+174.02 380.52 m
+174.02 386.06 L
+S
+213.12 380.52 213.41 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+213.26 380.52 m
+213.26 386.06 L
+S
+252.36 380.52 252.65 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+252.50 380.52 m
+252.50 386.06 L
+S
+291.53 380.52 291.82 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+291.67 380.52 m
+291.67 386.06 L
+S
+@rs
+@sv
+330.77 380.52 331.06 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+330.91 380.52 m
+330.91 386.06 L
+S
+370.01 380.52 370.30 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+370.15 380.52 m
+370.15 386.06 L
+S
+409.25 380.52 409.54 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+409.39 380.52 m
+409.39 386.06 L
+S
+448.56 380.52 448.85 386.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+448.70 380.52 m
+448.70 386.06 L
+S
+235.94 350.86 302.26 358.70 @E
+[0.04030 0.00000 0.00000 0.04030 237 352] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (Depth of Search) @t
+T
+65.38 440.86 75.02 520.85 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.22 0.22 0.00 @w
+%Bitmap
+16 129 1 0 0 1269 -10231 0 1 0 0 1269 -10231 [0.00761 0.00000 0.00000 0.00781 65 520] @i
+ffe7
+ff87
+fe1f
+f83f
+e1bf
+e1bf
+f83f
+fe1f
+ff87
+ffe7
+ffff
+e007
+e007
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe6f
+fc27
+fdb7
+fdb7
+fc87
+fecf
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+fdff
+f00f
+f007
+fdf7
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+f1cf
+e0c7
+eef7
+eef7
+ee77
+ef77
+e307
+f38f
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fce7
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+65.38 440.86 75.02 520.85 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.22 0.22 0.00 @w
+%Bitmap
+16 129 1 0 0 1269 -10231 0 1 0 0 1269 -10231 [0.00761 0.00000 0.00000 0.00781 65 520] @i
+ffe7
+ff87
+fe1f
+f83f
+e1bf
+e1bf
+f83f
+fe1f
+ff87
+ffe7
+ffff
+e007
+e007
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe6f
+fc27
+fdb7
+fdb7
+fc87
+fecf
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+fdff
+f00f
+f007
+fdf7
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+f1cf
+e0c7
+eef7
+eef7
+ee77
+ef77
+e307
+f38f
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fce7
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+82.87 380.09 87.26 386.50 @E
+[0.04030 0.00000 0.00000 0.04030 83 380] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (0) @t
+T
+82.87 401.90 87.05 408.24 @E
+[0.04030 0.00000 0.00000 0.04030 83 402] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (2) @t
+T
+82.87 423.58 87.26 429.77 @E
+[0.04030 0.00000 0.00000 0.04030 83 423] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (4) @t
+T
+82.87 445.18 87.34 451.51 @E
+[0.04030 0.00000 0.00000 0.04030 83 445] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (6) @t
+T
+82.87 466.78 87.19 473.18 @E
+[0.04030 0.00000 0.00000 0.04030 83 467] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (8) @t
+T
+78.48 488.52 87.55 495.00 @E
+[0.04030 0.00000 0.00000 0.04030 78 488] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (10) @t
+T
+78.55 510.34 87.34 516.60 @E
+[0.04030 0.00000 0.00000 0.04030 78 510] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (12) @t
+T
+78.48 532.08 87.55 538.27 @E
+[0.04030 0.00000 0.00000 0.04030 78 532] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (14) @t
+T
+78.48 553.61 87.70 560.02 @E
+[0.04030 0.00000 0.00000 0.04030 78 553] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (16) @t
+T
+78.55 575.35 87.41 581.83 @E
+[0.04030 0.00000 0.00000 0.04030 78 575] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (18) @t
+T
+112.82 366.26 117.07 372.67 @E
+[0.04030 0.00000 0.00000 0.04030 113 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (3) @t
+T
+152.14 366.34 156.46 372.53 @E
+[0.04030 0.00000 0.00000 0.04030 152 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (4) @t
+T
+191.38 366.26 195.77 372.53 @E
+[0.04030 0.00000 0.00000 0.04030 191 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (5) @t
+T
+230.69 366.26 235.08 372.53 @E
+[0.04030 0.00000 0.00000 0.04030 230 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (6) @t
+T
+269.93 366.34 273.96 372.53 @E
+[0.04030 0.00000 0.00000 0.04030 270 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (7) @t
+T
+309.02 366.19 313.27 372.67 @E
+[0.04030 0.00000 0.00000 0.04030 309 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (8) @t
+T
+348.34 366.34 352.66 372.67 @E
+[0.04030 0.00000 0.00000 0.04030 348 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (9) @t
+T
+385.27 366.19 394.42 372.67 @E
+[0.04030 0.00000 0.00000 0.04030 385 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (10) @t
+T
+424.58 366.34 432.22 372.53 @E
+[0.04030 0.00000 0.00000 0.04030 424 366] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (11) @t
+T
+457.99 403.27 527.18 558.65 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+457.99 558.65 m
+527.18 558.65 L
+527.18 403.27 L
+457.99 403.27 L
+457.99 558.65 L
+@c
+B
+464.69 544.10 472.61 551.95 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+464.69 551.95 m
+472.61 551.95 L
+472.61 544.10 L
+464.69 544.10 L
+464.69 551.95 L
+@c
+B
+475.20 543.67 506.59 550.08 @E
+[0.04030 0.00000 0.00000 0.04030 475 543] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 8) @t
+T
+464.69 525.38 472.61 533.23 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+464.69 533.23 m
+472.61 533.23 L
+472.61 525.38 L
+464.69 525.38 L
+464.69 533.23 L
+@c
+B
+474.91 524.88 517.75 531.36 @E
+[0.04030 0.00000 0.00000 0.04030 475 525] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 8) @t
+T
+464.69 506.66 472.61 514.51 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+464.69 514.51 m
+472.61 514.51 L
+472.61 506.66 L
+464.69 506.66 L
+464.69 514.51 L
+@c
+B
+475.06 506.16 511.34 512.64 @E
+[0.04030 0.00000 0.00000 0.04030 475 506] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 16) @t
+T
+464.69 487.87 472.61 495.72 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+464.69 495.72 m
+472.61 495.72 L
+472.61 487.87 L
+464.69 487.87 L
+464.69 495.72 L
+@c
+B
+474.84 487.51 522.43 493.78 @E
+[0.04030 0.00000 0.00000 0.04030 475 487] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 16) @t
+T
+464.69 469.15 472.61 477.00 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+464.69 477.00 m
+472.61 477.00 L
+472.61 469.15 L
+464.69 469.15 L
+464.69 477.00 L
+@c
+B
+475.06 468.72 513.50 475.13 @E
+[0.04030 0.00000 0.00000 0.04030 475 469] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC  24) @t
+T
+464.69 450.43 472.61 458.28 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+464.69 458.28 m
+472.61 458.28 L
+472.61 450.43 L
+464.69 450.43 L
+464.69 458.28 L
+@c
+B
+474.84 450.07 522.36 456.41 @E
+[0.04030 0.00000 0.00000 0.04030 475 450] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 24) @t
+T
+464.69 431.78 472.61 439.56 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+464.69 439.56 m
+472.61 439.56 L
+472.61 431.78 L
+464.69 431.78 L
+464.69 439.56 L
+@c
+B
+475.13 431.28 511.13 437.69 @E
+[0.04030 0.00000 0.00000 0.04030 475 431] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 32) @t
+T
+464.69 412.99 472.61 420.84 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.55978 0.00000 0.00000 0.55978 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+464.69 420.84 m
+472.61 420.84 L
+472.61 412.99 L
+464.69 412.99 L
+464.69 420.84 L
+@c
+B
+474.84 412.56 522.14 419.04 @E
+[0.04030 0.00000 0.00000 0.04030 475 412] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 32) @t
+T
+@rs
+@rs
+ end
+%%EndDocument
+ @endspecial 166 x(Figure)20 b(5:)32 b(Comparison)20
+b(of)g(absolute)g(sp)r(eedups)f(for)h(b)r(oth)f(sc)n(hemes)-150
+4625 y(applied)26 b(to)g(Othello)g(for)g(8,)h(16,)f(24,)h(32)f(pro)r
+(cessors)-35 4808 y(Figure)k(5)g(sho)n(ws)h(the)e(comparison)h(of)g(sp)
+r(eed)g(on)f(the)h(Othello)-150 4891 y(program)20 b(compared)g(to)g
+(the)g(fastest)h(sequen)n(tial)f(Othello)h(program)-150
+4974 y(w)n(e)35 b(ha)n(v)n(e,)j(the)c(recursiv)n(e)h
+Fw(\013\014)t Fx(.)63 b(W)-6 b(e)35 b(can)g(see)h(that)e(up)h(to)g
+(depth)-150 5057 y(8,)e(ABD)n(AD)n(A)c(is)j(more)e(e\016cien)n(t)h
+(than)g(YBW)n(C)g(searc)n(h)h(but)e(this)-150 5140 y(c)n(hanges)c(in)g
+(depths)f(greater)h(than)g(9.)p -150 5200 801 4 v -150
+5267 a Fr(there)21 b(is)h(no)g(go)r(o)r(d)g(c)n(hoice)e(and)i(w)n(e)g
+(did)f(it)h(in)g(order)f(to)h(ha)n(v)n(e)g(results)g(compa-)-150
+5330 y(rable)f(with)i(those)e(from)h(previous)f(publications.)-65
+5382 y Fv(9)-31 5407 y Fr(In)k(the)e(pseudo)h(co)r(de)f(giv)n(en)h(in)h
+(part)f(2)h(the)f(eldest)f(no)r(de)h(is)h(read)f(t)n(wice)-150
+5471 y(and)d(so)h(are)f(all)g(no)r(des)f(ev)l(aluated)h(in)g(the)f
+(second)g(pass.)30 b(This)21 b(is)h(the)f(v)n(ersion)-150
+5535 y(w)n(e)h(used)e(in)h(our)g(exp)r(erimen)n(ts)e(for)i(simplicit)n
+(y)e(of)i(co)r(de)f(but)h(it)g(is)h(really)e(easy)-150
+5599 y(to)27 b(impro)n(v)n(e)e(the)g(searc)n(h)h(b)n(y)g(searc)n(hing)g
+(only)g(the)f(non-ev)l(aluated)g(no)r(des)h(in)-150 5662
+y(the)c(third)f(pass.)2049 3280 y @beginspecial 48 @llx
+299 @lly 542 @urx 570 @ury 1984 @rwi @setspecial
+%%BeginDocument: chess.eps
+
+/AutoFlatness false def
+% -------------- POSTSCRIPT PROLOG FOR CORELDRAW 3.X ------
+% Copyright 1992 Corel Corporation.  All rights reserved.
+/wCorelDict 300 dict def wCorelDict begin/bd{bind def}bind def
+/ld{load def}bd/xd{exch def}bd/_ null def
+/$c 0 def/$m 0 def/$y 0 def/$k 0 def/$t 1 def
+/$n _ def/$o 0 def/$fil 0 def/$bkg false def
+/$C 0 def/$M 0 def/$Y 0 def/$K 0 def/$T 1 def
+/$N _ def/$O 0 def/$PF false def/$ctm matrix currentmatrix def
+/$ptm matrix def/$ttm matrix def/$stm matrix def
+/$fst 128 def/$pad 0 def/$rox 0 def/$roy 0 def
+currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd
+/$dsf xd/$sdf false def/$SDF false def/$Scra 0.0 def
+/$sv 0 def/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld
+/@np/newpath ld/@sv{/$sv save def}bd/@rs{$sv restore}bd
+/@ss{exch $Scra add exch load setscreen}bd
+AutoFlatness{/$cpx ([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n) def
+/@err1{$cpx print flush newpath}bd/@ifl{dup currentflat exch sub 10 gt
+{@err1 exit}{currentflat 2 add setflat}ifelse}bd
+/@fill/fill ld/fill{currentflat{{@fill}stopped{@ifl}{exit}ifelse
+}bind loop setflat}bd/@eofill/eofill ld/eofill{currentflat{{@eofill}
+stopped{@ifl}{exit}ifelse}bind loop setflat}bd
+/@clip/clip ld/clip{currentflat{{@clip}stopped{initclip @ifl}{exit
+}ifelse}bind loop setflat}bd/@eoclip/eoclip ld
+/eoclip{currentflat{{@eoclip}stopped{initclip @ifl}{exit}ifelse
+}bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}
+stopped{@ifl}{exit}ifelse}bind loop setflat}bd}if
+/InRange{3 -1 roll 2 copy le{pop}{exch pop}ifelse
+2 copy ge{pop}{exch pop}ifelse}bd/wDstChck{2 1 roll dup 3 -1 roll
+eq{1 add}if}bd/@dot{dup mul exch dup mul add 1 exch sub 2 div}bd
+/@lin{exch pop abs 1 exch sub}bd/@MN{2 copy le{pop}{exch pop}ifelse}bd
+/setcmykcolor where{pop}{/setcmykcolor{4 1 roll
+3{3 index add 1 @MN 1 exch sub 3 1 roll}repeat
+setrgbcolor pop}bd}ifelse/setoverprint{/$op xd}bd
+/currentoverprint{$op}bd/setsepcolor{1 exch sub setgray}bd
+/checksepcolor{1 exch sub dup setgray 1 eq exch 1 eq and not}bd
+/setprocesscolor{ColorSeparationMode 0 eq{setcmykcolor}{
+0 4 $ink sub index exch pop 5 1 roll 4{pop}repeat
+setsepcolor}ifelse}bd/findcmykcustomcolor{5 array astore}bd
+/setcustomcolor where{pop}{/setcustomcolor{ColorSeparationMode 0 eq{
+exch aload pop pop 4{4 index mul 4 1 roll}repeat
+5 -1 roll pop setcmykcolor}{exch aload pop
+CurrentInkName eq{4 index}{0}ifelse 6 1 roll
+5{pop}repeat setsepcolor}ifelse}bd}ifelse/colorimage where{pop}{
+/colorimage{pop pop pop pop pop{currentfile $dat readhexstring pop pop}
+repeat pop}bd}ifelse/@tc{dup 1 ge{pop}{4{dup
+6 -1 roll mul exch}repeat pop}ifelse}bd/@scc{1 eq setoverprint
+dup _ eq{pop setprocesscolor pop}{findcmykcustomcolor
+exch setcustomcolor}ifelse ColorSeparationMode 0 eq{true}{
+currentgray 1 eq currentoverprint and not}ifelse}bd
+/@sft{/$tx $tllx $pxf add dup $tllx gt{$pwid sub}if def
+/$ty $tury $pyf sub dup $tury lt{$phei add}if def}bd
+/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd
+/@ep{{cvx exec}forall}bd/@tp{@sv/$in true def
+2 copy dup $lly le{/$in false def}if $phei sub $ury ge{/$in false def}if
+dup $urx ge{/$in false def}if $pwid add $llx le{/$in false def}if
+$in{@np 2 copy moveto $pwid 0 rlineto 0 $phei neg rlineto
+$pwid neg 0 rlineto 0 $phei rlineto clip @np
+$pn cvlit load aload pop 7 -1 roll 5 index sub
+7 -1 roll 3 index sub translate/$ctm matrix currentmatrix def
+@ep pop pop pop pop}{pop pop}ifelse @rs}bd/@th{@sft
+0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}ifelse
+}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul
+3 copy 3 -1 roll add exch @tp pop}for pop pop}for}bd
+/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul $tx add
+exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop
+0 1 $tly 1 sub{$phei mul 3 copy sub @tp pop}for
+pop pop}for}bd/@pf{@gs $ctm setmatrix $pm concat
+@stb @gs $vectpat{1 0 0 0 0 _ $o @scc{eofill}if}{
+$t $c $m $y $k $n $o @scc{eofill/$bkg true def}if}ifelse
+@gr eoclip Bburx Bbury $pm itransform/$tury xd/$turx xd
+Bbllx Bblly $pm itransform/$tlly xd/$tllx xd
+/$wid $turx $tllx sub def/$hei $tury $tlly sub def
+$wid 0 gt $hei 0 gt and{$pn cvlit load aload pop
+/$pd xd 3 -1 roll sub/$phei xd exch sub/$pwid xd
+/$tlx $wid $pwid div ceiling 1 add def/$tly $hei $phei div ceiling 1 add def
+$psx 0 eq{@tv}{@th}ifelse}if @gr @np/$bkg false def}bd
+/@dlt{ColorSeparationMode 0 eq{/$dc $toc $tot mul $frc $frt mul dup/$c xd sub $fst 1 sub div def
+/$dm $tom $tot mul $frm $frt mul dup/$m xd sub $fst 1 sub div def
+/$dy $toy $tot mul $fry $frt mul dup/$y xd sub $fst 1 sub div def
+/$dk $tok $tot mul $frk $frt mul dup/$k xd sub $fst 1 sub div def
+true}{$frt $frc $frm $fry $frk $frn $o @scc
+dup{/$frk 1 currentgray sub def}{/$frk 0 def}ifelse
+$tot $toc $tom $toy $tok $ton $o @scc dup{/$tok 1 currentgray sub def}{
+/$tok 0 def}ifelse or dup{/$c 0 def/$m 0 def/$y 0 def/$k $frk def
+/$dc 0 def/$dm 0 def/$dy 0 def/$dk $tok $frk sub $fst 1 sub div def}if
+}ifelse}bd/@ftl{1 index 4 index sub dup $pad mul dup/$pdw xd
+2 mul sub $fst div/$wid xd 2 index sub/$hei xd
+pop translate $c $m $y $k 4 copy ColorSeparationMode 0 ne
+{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse
+0 0 moveto 0 $hei lineto $pdw $hei lineto $pdw 0 lineto 0 0 lineto fill
+$pdw 0 translate $fst{4 copy ColorSeparationMode 0 ne
+{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse
+0 0 moveto 0 $hei lineto $wid $hei lineto $wid 0 lineto 0 0 lineto fill
+$wid 0 translate $dk add 4 1 roll $dy add 4 1 roll
+$dm add 4 1 roll $dc add 4 1 roll}repeat $dk sub 4 1 roll
+$dy sub 4 1 roll $dm sub 4 1 roll $dc sub 4 1 roll
+ColorSeparationMode 0 ne{1 exch sub setgray pop pop pop}
+{setcmykcolor}ifelse 0 0 moveto 0 $hei lineto $pdw $hei lineto $pdw 0 lineto 0 0 lineto fill
+}bd/@ftr{1 index 4 index sub dup $rox mul/$row xd
+2 div 1 index 4 index sub dup $roy mul/$roh xd
+2 div 2 copy dup mul exch dup mul add sqrt
+$row dup mul $roh dup mul add sqrt add dup/$hei xd $fst div/$wid xd
+4 index add $roh add exch 5 index add $row add
+exch translate pop pop pop pop currentflat dup 5 mul setflat
+$c $m $y $k 4 copy ColorSeparationMode 0 ne
+{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse
+$wid 0 moveto 0 0 $hei 0 360 arc fill 1.0 $pad 2 mul sub dup scale
+$fst{4 copy ColorSeparationMode 0 ne{1 exch sub setgray pop pop pop}
+{setcmykcolor}ifelse $wid 0 moveto 0 0 $hei 0 360 arc fill
+/$hei $hei $wid sub def $dk add 4 1 roll $dy add 4 1 roll
+$dm add 4 1 roll $dc add 4 1 roll}repeat pop pop pop pop
+setflat}bd/@ff{@gs @dlt{$ctm setmatrix eoclip
+newpath Bbllx Bblly moveto Bbllx Bbury lineto
+Bburx Bbury lineto Bburx Bblly lineto $fan rotate
+pathbbox newpath $fty 1 eq{@ftr}{@ftl}ifelse}if
+@gr @np}bd/@Pf{@sv ColorSeparationMode 0 eq $ink 3 eq or{0 J 0 j [] 0 d
+$t $c $m $y $k $n $o @scc pop $ctm setmatrix
+72 1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
+ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
+floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop
+$Psn load exec}{1 setgray eofill}ifelse @rs
+@np}bd/g{1 exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def
+}bd/G{1 exch sub/$K xd/$C 0 def/$M 0 def/$Y 0 def/$T 1 def/$N _ def}bd
+/k{/$k xd/$y xd/$m xd/$c xd/$t 1 def/$n _ def/$fil 0 def}bd
+/K{/$K xd/$Y xd/$M xd/$C xd/$T 1 def/$N _ def}bd
+/x{/$t xd/$n xd/$k xd/$y xd/$m xd/$c xd/$fil 0 def}bd
+/X{/$T xd/$N xd/$K xd/$Y xd/$M xd/$C xd}bd
+/d/setdash ld/i{dup 0 ne{setflat}{pop}ifelse}bd
+/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit ld
+/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd
+/c/curveto ld/C/c ld/v{4 -2 roll 2 copy 6 -2 roll curveto}bd
+/V/v ld/y{2 copy curveto}bd/Y/y ld/l/lineto ld
+/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld
+/N/newpath ld/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if
+$fil 1 eq{@pf}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$t $c $m $y $k $n $o @scc
+{eofill}{@np}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if
+setmatrix}bd/f{@cp F}bd/S{matrix currentmatrix
+$ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M $Y $K $N $O @scc{
+matrix currentmatrix $ptm concat stroke setmatrix}{@np}ifelse
+$SDF{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp
+S}bd/B{@gs F @gr S}bd/b{@cp B}bd/W{eoclip}bd
+/p{/$pm xd 7{pop}repeat/$pyf xd/$pxf xd/$pn xd
+/$fil 1 def}bd/P{11{pop}repeat}bd/u{}bd/U{}bd
+/A{pop}bd/q/@gs ld/Q/@gr ld/E{5 array astore
+exch cvlit exch def}bd/`{}bd/~{}bd/@{}bd/&{}bd
+/CorelDrawReencodeVect [ 16#80/grave/circumflex/tilde/dotlessi/florin/quotedblleft/quotedblright/guilsinglleft
+16#88/guilsinglright/fi/fl/dagger/daggerdbl/endash/periodcentered/breve
+16#90/quotedblbase/ellipsis/perthousand/trademark/Pt/fractionbar
+16#98/divide 16#a1/exclamdown/cent/sterling/currency/yen/bar/section
+16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/emdash/registered/overbar
+16#b0/ring/plusminus/twosuperior/threesuperior/acute/mu/paragraph/bullet
+16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/OE
+16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/oe
+16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis
+] def/@cc{currentfile $dat readhexstring pop}bd
+/@sm{/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd
+/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{/$fil 1 def
+1 eq/$vectpat xd/$pm xd/$psy xd/$psx xd/$pyf xd/$pxf xd
+/$pn xd}bd/@P{/$fil 3 def/$Psn xd array astore
+/$Prm xd}bd/@k{/$fil 2 def/$roy xd/$rox xd/$pad xd
+/$fty xd/$fan xd $fty 1 eq{/$fan 0 def}if/$tok xd/$toy xd/$tom xd/$toc xd
+/$frk xd/$fry xd/$frm xd/$frc xd/$frn _ def/$frt 1 def/$ton _ def/$tot 1 def
+}bd/@x{/$fil 2 def/$roy xd/$rox xd/$pad xd
+/$fty xd/$fan xd/$tot xd/$ton xd/$tok xd/$toy xd/$tom xd/$toc xd
+/$frt xd/$frn xd/$frk xd/$fry xd/$frm xd/$frc xd}bd
+/@ii{concat 3 index 3 index m 3 index 1 index l
+2 copy l 1 index 3 index l 3 index 3 index l
+clip pop pop pop pop}bd/@i{@sm @gs @ii 6 index 1 ne{/$frg true def
+pop pop}{1 eq{$T $C $M $Y $K $N $O @scc/$frg xd}{/$frg false def
+}ifelse 1 eq{@gs $ctm setmatrix $t $c $m $y $k $n $o @scc{eofill}if
+@gr}if}ifelse/$frg $frg $bkg or def @np/$ury xd/$urx xd/$lly xd/$llx xd
+/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi string def
+$frg{$SDF{$SCF $SCA $SCP @ss}if $llx $lly translate
+$urx $llx sub $ury $lly sub scale $wid $hei abs
+$bts 1 eq{false}{$bts}ifelse [ $wid 0 0 $hei neg 0
+$hei 0 gt{$hei}{0}ifelse]/@cc load $bts 1 eq{imagemask}{image}ifelse
+$SDF{$dsf $dsa $dsp @ss}if}{$hei abs{@cc pop}repeat}ifelse
+@gr $ctm setmatrix}def/@M{@sv}bd/@N{/@cc{}def
+1 eq{12 -1 roll neg 12 1 roll @I}{13 -1 roll neg 13 1 roll
+@i}ifelse @rs}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx xd
+/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling cvi string def
+$llx $lly translate $urx $llx sub $ury $lly sub scale
+$wid $hei abs $bts [ $wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]
+/@cc load false $ncl colorimage @gr $ctm setmatrix}bd
+/z{exch findfont exch scalefont setfont}bd
+/ZB{9 dict dup begin 4 1 roll/FontType 3 def
+/FontMatrix xd/FontBBox xd/Encoding 256 array def
+0 1 255{Encoding exch/.notdef put}for/CharStrings 256 dict def
+CharStrings/.notdef{}put/Metrics 256 dict def
+Metrics/.notdef 3 -1 roll put/BuildChar{exch
+dup/$char exch/Encoding get 3 index get def
+dup/Metrics get $char get aload pop setcachedevice
+begin Encoding exch get CharStrings exch get
+end exec}def end definefont pop}bd/ZBAddChar{findfont begin
+dup 4 1 roll dup 6 1 roll Encoding 3 1 roll put
+CharStrings 3 1 roll put Metrics 3 1 roll put
+end}bd/Z{findfont dup maxlength 2 add dict exch
+dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}ifelse}forall
+pop dup dup/Encoding get 256 array copy dup/$fe xd
+/Encoding exch put dup/Fontname 3 index put
+3 -1 roll dup length 0 ne{0 exch{dup type 0 type eq{exch pop}{
+$fe exch 2 index exch put 1 add}ifelse}forall
+pop}if dup 256 dict dup/$met xd/Metrics exch put
+dup/FontMatrix get 0 get 1000 mul 1 exch div
+3 index length 256 eq{0 1 255{dup $fe exch get
+dup/.notdef eq{pop pop}{5 index 3 -1 roll get
+2 index mul $met 3 1 roll put}ifelse}for}if
+pop definefont pop pop}bd/@ftx{{(0) dup 3 -1 roll 0 exch put
+@gs true charpath $ctm setmatrix @@txt @gr @np}forall}bd
+/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp @ss}if
+$fil 1 eq{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq
+{/@@txt/@Pf ld @ftx}{$t $c $m $y $k $n $o @scc{show}{pop}ifelse}ifelse
+}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd
+/@st{matrix currentmatrix exch $SDF{$SCF $SCA $SCP @ss}if
+$T $C $M $Y $K $N $O @scc{{(0) dup 3 -1 roll 0 exch put
+@gs true charpath $ctm setmatrix $ptm concat
+stroke @gr}forall}{pop}ifelse $SDF{$dsf $dsa $dsp @ss}if
+setmatrix}bd/@te{@ft}bd/@tr{@st}bd/@ta{dup
+@gs @ft @gr @st}bd/@t@a{dup @gs @st @gr @ft}bd
+/@tm{/$textsave save def @sm concat}bd/e{/t{@te}def}bd
+/r{/t{@tr}def}bd/o{/t{pop}def}bd/a{/t{@ta}def}bd
+/@a{/t{@t@a}def}bd/t{@te}def/T{@np $ctm setmatrix
+/$ttm matrix def $textsave restore}bd/@t{/$stm $stm currentmatrix def
+3 1 roll moveto $ttm concat t $stm setmatrix}def
+/@n{/$ttm exch matrix rotate def}bd/@s{}bd
+/@l{}bd/@B{@gs S @gr F}bd/@b{@cp @B}bd/@w{matrix rotate/$ptm xd
+matrix scale $ptm dup concatmatrix/$ptm xd
+1 eq{$ptm exch dup concatmatrix/$ptm xd}if
+1 w}bd/@g{1 eq dup/$sdf xd{/$scp xd/$sca xd
+/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd
+/$SCA xd/$SCF xd}if}bd/@D{3 copy @ss/$dsp xd
+/$dsa xd/$dsf xd}bd/@j{@sv @np}bind def/@J{@rs}bind def
+/@sep{/ColorSeparationMode where{pop}{/ColorSeparationMode 0 def
+/CurrentInkName (Composite) def}ifelse ColorSeparationMode 0 eq{
+/CurrentInkName (Composite) def}if/CurrentInkName where{pop}{
+/CurrentInkName (Composite) def}ifelse CurrentInkName (Composite) eq
+{/$ink -1 def}{CurrentInkName (Cyan) eq{/$ink 0 def}{
+CurrentInkName (Magenta) eq{/$ink 1 def}{CurrentInkName (Yellow) eq
+{/$ink 2 def}{CurrentInkName (Black) eq{/$ink 3 def}{/$ink 4 def
+}ifelse}ifelse}ifelse}ifelse}ifelse}bd @sep
+/@whi{@gs -72000 dup moveto -72000 72000 lineto
+72000 dup lineto 72000 -72000 lineto closepath 1 setgray fill
+@gr}bd/@neg{ [{1 exch sub}/exec cvx currenttransfer/exec cvx] cvx settransfer
+@whi}bd/@reg{[] 0 d 0 setgray .3 setlinewidth
+2 copy 5.4 0 360 arc closepath 2 copy moveto 9 0 rlineto
+2 copy moveto -9 0 rlineto 2 copy moveto 0 9 rlineto
+moveto 0 -9 rlineto stroke}bd/leftbracket{(\050)}def
+/rightbracket{(\051)}def
+
+11.4737 setmiterlimit
+1.00 setflat
+/$fst 128 def
+
+@sv
+/$ctm matrix currentmatrix def
+@sv
+71.21 354.67 469.58 354.96 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 354.82 m
+469.58 354.82 L
+S
+71.21 382.25 469.58 382.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 382.39 m
+469.58 382.39 L
+S
+71.21 409.75 469.58 410.04 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 409.90 m
+469.58 409.90 L
+S
+71.21 437.33 469.58 437.62 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 437.47 m
+469.58 437.47 L
+S
+71.21 464.83 469.58 465.12 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 464.98 m
+469.58 464.98 L
+S
+71.21 492.34 469.58 492.62 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 492.48 m
+469.58 492.48 L
+S
+71.21 519.91 469.58 520.20 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 520.06 m
+469.58 520.06 L
+S
+71.21 547.42 469.58 547.70 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+71.21 547.56 m
+469.58 547.56 L
+S
+73.15 327.31 81.00 342.58 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+73.15 342.58 m
+81.00 342.58 L
+81.00 327.31 L
+73.15 327.31 L
+73.15 342.58 L
+@c
+B
+139.54 327.31 147.38 357.05 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+139.54 357.05 m
+147.38 357.05 L
+147.38 327.31 L
+139.54 327.31 L
+139.54 357.05 L
+@c
+B
+205.99 327.31 213.77 362.95 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+205.99 362.95 m
+213.77 362.95 L
+213.77 327.31 L
+205.99 327.31 L
+205.99 362.95 L
+@c
+B
+272.38 327.31 280.22 377.42 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+272.38 377.42 m
+280.22 377.42 L
+280.22 327.31 L
+272.38 327.31 L
+272.38 377.42 L
+@c
+B
+338.76 327.31 346.54 382.39 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+338.76 382.39 m
+346.54 382.39 L
+346.54 327.31 L
+338.76 327.31 L
+338.76 382.39 L
+@c
+B
+405.14 327.31 412.92 388.01 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+405.14 388.01 m
+412.92 388.01 L
+412.92 327.31 L
+405.14 327.31 L
+405.14 388.01 L
+@c
+B
+81.00 327.31 88.78 396.14 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+81.00 396.14 m
+88.78 396.14 L
+88.78 327.31 L
+81.00 327.31 L
+81.00 396.14 L
+@c
+B
+147.38 327.31 155.23 401.62 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+147.38 401.62 m
+155.23 401.62 L
+155.23 327.31 L
+147.38 327.31 L
+147.38 401.62 L
+@c
+B
+213.77 327.31 221.62 395.86 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+213.77 395.86 m
+221.62 395.86 L
+221.62 327.31 L
+213.77 327.31 L
+213.77 395.86 L
+@c
+B
+280.22 327.31 288.00 389.66 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+280.22 389.66 m
+288.00 389.66 L
+288.00 327.31 L
+280.22 327.31 L
+280.22 389.66 L
+@c
+B
+346.54 327.31 354.38 401.26 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+346.54 401.26 m
+354.38 401.26 L
+354.38 327.31 L
+346.54 327.31 L
+346.54 401.26 L
+@c
+B
+412.92 327.31 420.77 408.53 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+412.92 408.53 m
+420.77 408.53 L
+420.77 327.31 L
+412.92 327.31 L
+412.92 408.53 L
+@c
+B
+88.78 327.31 96.62 350.28 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+88.78 350.28 m
+96.62 350.28 L
+96.62 327.31 L
+88.78 327.31 L
+88.78 350.28 L
+@c
+B
+155.23 327.31 163.01 363.89 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+155.23 363.89 m
+163.01 363.89 L
+163.01 327.31 L
+155.23 327.31 L
+155.23 363.89 L
+@c
+B
+221.62 327.31 229.39 370.51 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+221.62 370.51 m
+229.39 370.51 L
+229.39 327.31 L
+221.62 327.31 L
+221.62 370.51 L
+@c
+B
+288.00 327.31 295.85 397.87 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+288.00 397.87 m
+295.85 397.87 L
+295.85 327.31 L
+288.00 327.31 L
+288.00 397.87 L
+@c
+B
+354.38 327.31 362.16 410.98 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+354.38 410.98 m
+362.16 410.98 L
+362.16 327.31 L
+354.38 327.31 L
+354.38 410.98 L
+@c
+B
+420.77 327.31 428.62 431.21 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+420.77 431.21 m
+428.62 431.21 L
+428.62 327.31 L
+420.77 327.31 L
+420.77 431.21 L
+@c
+B
+96.62 327.31 104.40 396.14 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+96.62 396.14 m
+104.40 396.14 L
+104.40 327.31 L
+96.62 327.31 L
+96.62 396.14 L
+@c
+B
+163.01 327.31 170.86 396.94 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+163.01 396.94 m
+170.86 396.94 L
+170.86 327.31 L
+163.01 327.31 L
+163.01 396.94 L
+@c
+B
+229.39 327.31 237.24 406.15 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+229.39 406.15 m
+237.24 406.15 L
+237.24 327.31 L
+229.39 327.31 L
+229.39 406.15 L
+@c
+B
+295.85 327.31 303.62 423.58 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+295.85 423.58 m
+303.62 423.58 L
+303.62 327.31 L
+295.85 327.31 L
+295.85 423.58 L
+@c
+B
+362.16 327.31 370.01 442.44 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+362.16 442.44 m
+370.01 442.44 L
+370.01 327.31 L
+362.16 327.31 L
+362.16 442.44 L
+@c
+B
+428.62 327.31 436.39 464.83 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+428.62 464.83 m
+436.39 464.83 L
+436.39 327.31 L
+428.62 327.31 L
+428.62 464.83 L
+@c
+B
+104.40 327.31 112.25 350.28 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+104.40 350.28 m
+112.25 350.28 L
+112.25 327.31 L
+104.40 327.31 L
+104.40 350.28 L
+@c
+B
+170.86 327.31 178.63 363.89 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+170.86 363.89 m
+178.63 363.89 L
+178.63 327.31 L
+170.86 327.31 L
+170.86 363.89 L
+@c
+B
+237.24 327.31 245.09 379.08 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+237.24 379.08 m
+245.09 379.08 L
+245.09 327.31 L
+237.24 327.31 L
+237.24 379.08 L
+@c
+B
+303.62 327.31 311.47 416.74 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+303.62 416.74 m
+311.47 416.74 L
+311.47 327.31 L
+303.62 327.31 L
+303.62 416.74 L
+@c
+B
+370.01 327.31 377.78 438.98 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+370.01 438.98 m
+377.78 438.98 L
+377.78 327.31 L
+370.01 327.31 L
+370.01 438.98 L
+@c
+B
+436.39 327.31 444.24 469.08 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+436.39 469.08 m
+444.24 469.08 L
+444.24 327.31 L
+436.39 327.31 L
+436.39 469.08 L
+@c
+B
+112.25 327.31 120.10 396.14 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+112.25 396.14 m
+120.10 396.14 L
+120.10 327.31 L
+112.25 327.31 L
+112.25 396.14 L
+@c
+B
+178.63 327.31 186.48 413.06 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+178.63 413.06 m
+186.48 413.06 L
+186.48 327.31 L
+178.63 327.31 L
+178.63 413.06 L
+@c
+B
+245.09 327.31 252.86 422.78 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+245.09 422.78 m
+252.86 422.78 L
+252.86 327.31 L
+245.09 327.31 L
+245.09 422.78 L
+@c
+B
+311.47 327.31 319.25 448.99 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+311.47 448.99 m
+319.25 448.99 L
+319.25 327.31 L
+311.47 327.31 L
+311.47 448.99 L
+@c
+B
+377.78 327.31 385.63 471.96 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+377.78 471.96 m
+385.63 471.96 L
+385.63 327.31 L
+377.78 327.31 L
+377.78 471.96 L
+@c
+B
+444.24 327.31 452.02 507.60 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+444.24 507.60 m
+452.02 507.60 L
+452.02 327.31 L
+444.24 327.31 L
+444.24 507.60 L
+@c
+B
+120.10 327.31 127.87 354.82 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+120.10 354.82 m
+127.87 354.82 L
+127.87 327.31 L
+120.10 327.31 L
+120.10 354.82 L
+@c
+B
+186.48 327.31 194.26 369.43 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+186.48 369.43 m
+194.26 369.43 L
+194.26 327.31 L
+186.48 327.31 L
+186.48 369.43 L
+@c
+B
+252.86 327.31 260.71 382.46 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+252.86 382.46 m
+260.71 382.46 L
+260.71 327.31 L
+252.86 327.31 L
+252.86 382.46 L
+@c
+B
+319.25 327.31 327.10 420.77 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+319.25 420.77 m
+327.10 420.77 L
+327.10 327.31 L
+319.25 327.31 L
+319.25 420.77 L
+@c
+B
+385.63 327.31 393.48 447.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+385.63 447.48 m
+393.48 447.48 L
+393.48 327.31 L
+385.63 327.31 L
+385.63 447.48 L
+@c
+B
+452.02 327.31 459.86 494.57 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+452.02 494.57 m
+459.86 494.57 L
+459.86 327.31 L
+452.02 327.31 L
+452.02 494.57 L
+@c
+B
+127.87 327.31 135.72 396.14 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+127.87 396.14 m
+135.72 396.14 L
+135.72 327.31 L
+127.87 327.31 L
+127.87 396.14 L
+@c
+B
+194.26 327.31 202.10 416.52 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+194.26 416.52 m
+202.10 416.52 L
+202.10 327.31 L
+194.26 327.31 L
+194.26 416.52 L
+@c
+B
+260.71 327.31 268.49 422.78 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+260.71 422.78 m
+268.49 422.78 L
+268.49 327.31 L
+260.71 327.31 L
+260.71 422.78 L
+@c
+B
+327.10 327.31 334.94 464.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+327.10 464.54 m
+334.94 464.54 L
+334.94 327.31 L
+327.10 327.31 L
+327.10 464.54 L
+@c
+B
+393.48 327.31 401.26 501.70 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+393.48 501.70 m
+401.26 501.70 L
+401.26 327.31 L
+393.48 327.31 L
+393.48 501.70 L
+@c
+B
+459.86 327.31 467.71 543.74 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+459.86 543.74 m
+467.71 543.74 L
+467.71 327.31 L
+459.86 327.31 L
+459.86 543.74 L
+@c
+B
+71.06 327.31 71.35 547.56 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+71.21 327.31 m
+71.21 547.56 L
+S
+68.04 327.17 74.30 327.46 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 327.31 m
+74.30 327.31 L
+S
+68.04 354.67 74.30 354.96 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 354.82 m
+74.30 354.82 L
+S
+68.04 382.25 74.30 382.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 382.39 m
+74.30 382.39 L
+S
+68.04 409.75 74.30 410.04 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 409.90 m
+74.30 409.90 L
+S
+68.04 437.33 74.30 437.62 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 437.47 m
+74.30 437.47 L
+S
+68.04 464.83 74.30 465.12 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 464.98 m
+74.30 464.98 L
+S
+68.04 492.34 74.30 492.62 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 492.48 m
+74.30 492.48 L
+S
+68.04 519.91 74.30 520.20 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 520.06 m
+74.30 520.06 L
+S
+68.04 547.42 74.30 547.70 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+68.04 547.56 m
+74.30 547.56 L
+S
+71.21 327.17 469.58 327.46 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+71.21 327.31 m
+469.58 327.31 L
+S
+71.06 324.22 71.35 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+71.21 324.22 m
+71.21 330.48 L
+S
+137.45 324.22 137.74 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+137.59 324.22 m
+137.59 330.48 L
+S
+203.90 324.22 204.19 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+204.05 324.22 m
+204.05 330.48 L
+S
+270.29 324.22 270.58 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+270.43 324.22 m
+270.43 330.48 L
+S
+336.60 324.22 336.89 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+336.74 324.22 m
+336.74 330.48 L
+S
+403.06 324.22 403.34 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+403.20 324.22 m
+403.20 330.48 L
+S
+469.44 324.22 469.73 330.48 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+469.58 324.22 m
+469.58 330.48 L
+S
+229.54 290.81 304.49 299.66 @E
+[0.04544 0.00000 0.00000 0.04544 231 292] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (Depth of Search) @t
+T
+37.22 392.40 48.10 482.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.22 0.22 0.00 @w
+%Bitmap
+16 164 1 0 0 998 -10232 0 1 0 0 998 -10232 [0.01093 0.00000 0.00000 0.00880 37 482] @i
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffe7
+ff87
+fe1f
+f83f
+e1bf
+e1bf
+f83f
+fe1f
+ff87
+ffe7
+ffff
+e007
+e007
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe6f
+fc27
+fdb7
+fdb7
+fc87
+fecf
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+fdff
+f00f
+f007
+fdf7
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+f1cf
+e0c7
+eef7
+eef7
+ee77
+ef77
+e307
+f38f
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fce7
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+37.22 392.40 48.10 482.54 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.22 0.22 0.00 @w
+%Bitmap
+16 164 1 0 0 998 -10232 0 1 0 0 998 -10232 [0.01093 0.00000 0.00000 0.00880 37 482] @i
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+ffe7
+ff87
+fe1f
+f83f
+e1bf
+e1bf
+f83f
+fe1f
+ff87
+ffe7
+ffff
+e007
+e007
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe6f
+fc27
+fdb7
+fdb7
+fc87
+fecf
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+fdff
+f00f
+f007
+fdf7
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+ffff
+ffff
+ffff
+ffff
+f1cf
+e0c7
+eef7
+eef7
+ee77
+ef77
+e307
+f38f
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdb7
+fdb7
+fdb7
+fc27
+fe2f
+ffff
+ffff
+fe0f
+fc07
+fdf7
+fdf7
+fce7
+e007
+e007
+ffff
+ffff
+fc0f
+fc07
+fff7
+ffe7
+fc07
+fc07
+ffff
+ffff
+fc00
+fc00
+fce7
+fdf7
+fdf7
+fc07
+fe0f
+ffff
+ffff
+57.02 323.78 61.92 330.98 @E
+[0.04544 0.00000 0.00000 0.04544 57 324] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (0) @t
+T
+57.02 351.43 61.70 358.49 @E
+[0.04544 0.00000 0.00000 0.04544 57 351] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (2) @t
+T
+57.02 378.94 61.92 385.99 @E
+[0.04544 0.00000 0.00000 0.04544 57 379] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (4) @t
+T
+57.02 406.37 61.99 413.50 @E
+[0.04544 0.00000 0.00000 0.04544 57 406] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (6) @t
+T
+57.02 433.87 61.85 441.14 @E
+[0.04544 0.00000 0.00000 0.04544 57 434] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (8) @t
+T
+52.06 461.38 62.21 468.65 @E
+[0.04544 0.00000 0.00000 0.04544 52 461] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (10) @t
+T
+52.06 489.10 62.06 496.15 @E
+[0.04544 0.00000 0.00000 0.04544 52 489] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (12) @t
+T
+52.06 516.60 62.21 523.66 @E
+[0.04544 0.00000 0.00000 0.04544 52 516] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (14) @t
+T
+52.06 544.10 62.35 551.16 @E
+[0.04544 0.00000 0.00000 0.04544 52 544] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (16) @t
+T
+101.88 308.16 106.56 315.36 @E
+[0.04544 0.00000 0.00000 0.04544 102 308] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (3) @t
+T
+168.26 308.23 173.16 315.22 @E
+[0.04544 0.00000 0.00000 0.04544 168 308] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (4) @t
+T
+234.65 308.16 239.62 315.22 @E
+[0.04544 0.00000 0.00000 0.04544 234 308] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (5) @t
+T
+301.10 308.16 306.00 315.22 @E
+[0.04544 0.00000 0.00000 0.04544 301 308] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (6) @t
+T
+367.49 308.23 372.10 315.22 @E
+[0.04544 0.00000 0.00000 0.04544 367 308] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (7) @t
+T
+433.87 308.09 438.70 315.36 @E
+[0.04544 0.00000 0.00000 0.04544 433 308] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (8) @t
+T
+480.10 345.53 558.07 520.78 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+480.10 520.78 m
+558.07 520.78 L
+558.07 345.53 L
+480.10 345.53 L
+480.10 520.78 L
+@c
+B
+487.66 504.43 496.51 513.29 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+487.66 513.29 m
+496.51 513.29 L
+496.51 504.43 L
+487.66 504.43 L
+487.66 513.29 L
+@c
+B
+499.46 503.93 534.89 511.13 @E
+[0.04544 0.00000 0.00000 0.04544 500 504] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 8) @t
+T
+487.66 483.26 496.51 492.12 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+487.66 492.12 m
+496.51 492.12 L
+496.51 483.26 L
+487.66 483.26 L
+487.66 492.12 L
+@c
+B
+499.10 482.76 549.94 490.03 @E
+[0.04544 0.00000 0.00000 0.04544 500 483] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA  8) @t
+T
+487.66 462.10 496.51 471.02 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+487.66 471.02 m
+496.51 471.02 L
+496.51 462.10 L
+487.66 462.10 L
+487.66 471.02 L
+@c
+B
+499.32 461.66 540.22 468.86 @E
+[0.04544 0.00000 0.00000 0.04544 500 461] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 16) @t
+T
+@rs
+@sv
+487.66 441.00 496.51 449.86 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.74 k
+487.66 449.86 m
+496.51 449.86 L
+496.51 441.00 L
+487.66 441.00 L
+487.66 449.86 L
+@c
+B
+499.03 440.57 552.74 447.62 @E
+[0.04544 0.00000 0.00000 0.04544 500 440] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 16) @t
+T
+487.66 419.83 496.51 428.69 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+487.66 428.69 m
+496.51 428.69 L
+496.51 419.83 L
+487.66 419.83 L
+487.66 428.69 L
+@c
+B
+499.32 419.40 540.14 426.60 @E
+[0.04544 0.00000 0.00000 0.04544 500 419] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 24) @t
+T
+487.66 398.74 496.51 407.59 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.49 k
+487.66 407.59 m
+496.51 407.59 L
+496.51 398.74 L
+487.66 398.74 L
+487.66 407.59 L
+@c
+B
+499.03 398.38 552.67 405.43 @E
+[0.04544 0.00000 0.00000 0.04544 500 398] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 24) @t
+T
+487.66 377.57 496.51 386.42 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 0.07 0.07 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+487.66 386.42 m
+496.51 386.42 L
+496.51 377.57 L
+487.66 377.57 L
+487.66 386.42 L
+@c
+B
+499.32 377.14 540.00 384.34 @E
+[0.04544 0.00000 0.00000 0.04544 500 377] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (YBWC 32) @t
+T
+487.66 356.47 496.51 365.33 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+[0.63127 0.00000 0.00000 0.63127 0 0] 1 2.16 2.16 0.00 @w
+ 0 O 0 @g
+0.00 0.00 0.00 0.25 k
+487.66 365.33 m
+496.51 365.33 L
+496.51 356.47 L
+487.66 356.47 L
+487.66 365.33 L
+@c
+B
+499.03 355.97 552.46 363.17 @E
+[0.04544 0.00000 0.00000 0.04544 500 356] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+/_AvantGarde-Book 200.00 z
+0 0 (ABDADA 32) @t
+T
+@rs
+@rs
+ end
+%%EndDocument
+ @endspecial 166 x Fx(Figure)f(6:)32 b(Comparison)20
+b(of)g(absolute)g(sp)r(eedups)f(for)h(b)r(oth)f(sc)n(hemes)2049
+3529 y(applied)26 b(to)g(c)n(hess)g(for)g(8,)h(16,)f(24,)h(32)f(pro)r
+(cessors)2164 3764 y(Figure)21 b(6)f(giv)n(es)h(the)f(comparison)g(for)
+h(the)f(game)g(of)h(c)n(hess)g(using)2049 3847 y(the)27
+b(recursiv)n(e)g(Negascout)h(\(whic)n(h)f(is)g(30\045)h(faster)g(than)f
+(the)g(non-)2049 3930 y(recursiv)n(e)37 b(one)2496 3898
+y Fv(10)2562 3930 y Fx(\).)68 b(Here)38 b(w)n(e)f(can)g(see)h(that)f
+(ABD)n(AD)n(A)e(searc)n(h)2049 4013 y(signi\014can)n(tly)26
+b(outp)r(erforms)g(the)f(YBW)n(C)h(whatev)n(er)g(the)f(depth.)2164
+4160 y(Some)g(explanations)h(can)g(b)r(e)g(adv)l(anced:)2164
+4331 y Fu(\017)39 b Fx(The)22 b(game)f(trees)h(are)g(not)g(of)g(the)f
+(same)g(size,)j(the)d(branc)n(hing)2241 4414 y(factor)30
+b(for)f(Othello)g(is)g(10)h(in)e(midgame)f(p)r(ositions)j(while)g(it)
+2241 4497 y(is)c(40)h(for)f(c)n(hess.)35 b(Th)n(us)26
+b(Othello)g(game)f(trees)h(are)g(deep)r(er;)2164 4607
+y Fu(\017)39 b Fx(Since)20 b(our)h(Othello)g(ev)l(aluation)g(function)f
+(is)h(unstable,)h(Oth-)2241 4690 y(ello)27 b(game)e(trees)h(are)g(less)
+g(ordered)g(than)f(c)n(hess)g(trees.)35 b(This)2241 4773
+y(mak)n(es)i(Negascout)j(less)f(e\016cien)n(t)f(than)g
+Fw(\013\014)43 b Fx(and)38 b(YBW)n(C)2241 4856 y(searc)n(h)g(b)r
+(ecomes)f(more)g(e\016cien)n(t)h(since)f(w)n(e)h(sho)n(w)g(in)g([23)q
+(])2241 4939 y(that)28 b(YBW)n(C)g(is)g(more)g(e\016cien)n(t)g(in)g
+(random)f(trees)h(than)g(in)2241 5022 y(strongly)e(ordered)g(trees.)
+2164 5192 y(Without)31 b(more)g(data,)i(it)e(is)h(di\016cult)f(to)h
+(\014nd)e(what)h(the)g(real)2049 5275 y(explanation)19
+b(is.)33 b(The)19 b(only)g(other)f(remark)g(w)n(e)i(ha)n(v)n(e)e(on)h
+(our)f(results)p 2049 5328 V 2103 5382 a Fv(10)2168 5407
+y Fr(This)37 b(apparen)n(tly)e(strange)h(b)r(eha)n(viour)f(observ)n(ed)
+h(indep)r(enden)n(tly)c(b)n(y)2049 5471 y(Bro)r(c)n(kington[5)o(])17
+b(can)g(b)r(e)f(explained)f(b)n(y)i(the)g(fact)f(that)h(w)n(e)h(use)e
+(high)h(lev)n(el)f(lan-)2049 5535 y(guages)23 b(in)g(whic)n(h)g(pro)r
+(cedure)e(stac)n(ks)j(use)f(are)h(m)n(uc)n(h)e(more)h(optimised)f(than)
+2049 5599 y(indexed)d(arra)n(ys)j(use.)29 b(Similar)20
+b(results)h(can)g(b)r(e)f(observ)n(ed)h(for)g(the)g(Quic)n(ksort)2049
+5662 y(algorithms)h(\(see)f([24],)h(page)g(100\).)p eop
+%%Page: 6 6
+6 5 bop -150 83 a Fx(is)21 b(that)g(the)f(searc)n(h)i(o)n(v)n(erheads)e
+(are)i(greater)f(with)g(ABD)n(AD)n(A)e(than)-150 166
+y(with)h(YBW)n(C,)f(whic)n(h)h(is)f(easily)i(explained)e(b)n(y)f(the)h
+(fact)h(that)f(in)g(the)-150 249 y(YBW)n(C)30 b(searc)n(h)g(there)f(is)
+h(sharing)g(of)g Fw(\013\014)k Fx(windo)n(w)d(impro)n(v)n(emen)n(t)-150
+332 y(during)24 b(the)h(searc)n(h.)34 b(When)24 b(a)h(pro)r(cessor)i
+(\014nishes)d(the)h(ev)l(aluation)-150 415 y(of)35 b(a)f(c)n(hild)g(of)
+h(a)g(p)r(osition)g Fw(P)11 b Fx(,)36 b(the)e(o)n(wner)g(of)h(the)f(p)r
+(osition)h(ma)n(y)-150 498 y(distribute,)28 b(if)g(needed,)f(the)g(new)
+g(b)r(ounds)f(on)i(the)e Fw(\013\014)32 b Fx(windo)n(w)c(to)-150
+581 y(his)h(sla)n(v)n(es.)227 549 y Fv(11)334 581 y Fx(ABD)n(AD)n(A)d
+(do)r(es)j(not)f(share)h(windo)n(ws,)h(so)f(in)f(the)-150
+664 y(situation)i(describ)r(ed)g(in)g(Figure)g(7,)h(YBW)n(C)f(will)h
+(examine)e(few)n(er)-150 747 y(no)r(des)i(than)g(ABD)n(AD)n(A.)f(New)h
+(b)r(ounds)g(are)g(distributed)g(only)g(if)-150 830 y(the)f(eldest)g
+(mo)n(v)n(e)f(of)i(the)e(p)r(osition)i Fw(P)41 b Fx(is)31
+b(not)f(the)f(b)r(est)h(one,)i(\(i.e.)-150 913 y(the)25
+b(tree)h(is)g(not)g(v)n(ery)f(w)n(ell)h(ordered\).)150
+1118 y Fh(B)178 1201 y(B)205 1284 y(B)233 1367 y(B)261
+1450 y(B)288 1533 y(B)316 1616 y(B)344 1699 y(B)371 1782
+y(B)399 1865 y(B)422 1934 y(B)150 1118 y(E)164 1201 y(E)178
+1284 y(E)191 1367 y(E)205 1450 y(E)219 1533 y(E)233 1616
+y(E)247 1699 y(E)261 1782 y(E)274 1865 y(E)286 1934 y(E)140
+1037 y Fz(.)119 1101 y(.)97 1165 y(.)76 1229 y(.)54 1294
+y(.)33 1358 y(.)12 1422 y(.)-10 1486 y(.)-31 1551 y(.)-53
+1615 y(.)-74 1679 y(.)-96 1744 y(.)-117 1808 y(.)-138
+1872 y(.)-160 1936 y(.)136 1118 y Fh(\005)122 1201 y(\005)108
+1284 y(\005)95 1367 y(\005)81 1450 y(\005)67 1533 y(\005)53
+1616 y(\005)39 1699 y(\005)25 1782 y(\005)12 1865 y(\005)0
+1934 y(\005)p 147 1934 7 900 v 262 1147 a Fz(P)n(osition)h(P)-7
+b(,)27 b(windo)n(w)g(=)g([)p Fg(\013;)14 b(\014)t Fz(])-150
+2122 y Ff(Done)112 b Fg(P)203 2134 y Fi(i)263 2122 y
+Fe(returns)32 b Fg(v)-150 2288 y Fx(Figure)18 b(7:)31
+b(Situation)18 b(where)f(YBW)n(C)h(examines)f(few)n(er)i(no)r(des)e
+(than)-150 2371 y(ABD)n(AD)n(A.)-150 2537 y Fs(L)l(et's)35
+b(supp)l(ose)h(that)f(the)g(childr)l(en)g(of)f(the)h(p)l(osition)g
+Fu(P)k Fs(ar)l(e)c(b)l(eing)-150 2620 y(evaluate)l(d)29
+b(by)g(some)f(pr)l(o)l(c)l(essors)j(\(the)d(eldest)h(son)g(of)e
+Fu(P)33 b Fs(is)28 b(alr)l(e)l(ady)-150 2703 y(explor)l(e)l(d)35
+b(by)f(b)l(oth)h(YBWC)e(and)h(ABD)n(AD)n(A\))g(and)g(the)g(pr)l(o)l(c)l
+(essor)-150 2786 y(examining)e Fw(P)272 2794 y Fd(i)329
+2786 y Fs(r)l(eturns)i(a)e(value)g Fw(v)i Fs(that)f(wil)t(l)d(c)l(ause)
+j(the)f(pruning)-150 2869 y(of)21 b(the)i(p)l(osition)g
+Fu(P)k Fs(\(i.e.)33 b(when)22 b Fw(v)i Fu(\025)d Fw(\014)t
+Fs(\).)34 b(In)21 b(this)i(situation)g(YBWC)-150 2952
+y(wil)t(l)28 b(c)l(ause)j(the)f(pruning)g(\(making)g(them)g(id)t(le\))f
+(of)g(the)h(other)h(pr)l(o-)-150 3035 y(c)l(essors)22
+b(examining)e(other)i(childr)l(en)e(of)g Fu(P)26 b Fs(wher)l(e)l(as)c
+(ABD)n(AD)n(A)d(wil)t(l)-150 3118 y(c)l(ontinue)29 b(the)f(explor)l
+(ation)h(of)e(these)i(childr)l(en.)-35 3300 y Fx(F)-6
+b(rom)38 b(these)h(results)h(and)e(our)h(exp)r(erience,)k(w)n(e)d(can)f
+(de\014ne)-150 3383 y(when)f(to)f(c)n(ho)r(ose)i(eac)n(h)f(of)g(the)f
+(algorithms)i(dep)r(ending)e(on)g(the)-150 3466 y(goal)27
+b(and)e(the)h(means:)-112 3645 y Fj(YBW)n(C:)80 3779
+y(Adv)-5 b(an)n(tages:)278 3898 y Fu(\017)39 b Fx(W)-6
+b(orks)25 b(without)h(transp)r(osition)h(table.)278 3999
+y Fu(\017)39 b Fx(W)-6 b(orks)25 b(with)h(global)h(transp)r(osition)g
+(tables.)278 4101 y Fu(\017)39 b Fx(W)-6 b(orks)25 b(with)h(lo)r(cal)h
+(transp)r(osition)g(tables.)278 4202 y Fu(\017)39 b Fx(E\016cien)n(t)25
+b(for)i(deep)e(problems.)278 4303 y Fu(\017)39 b Fx(Can)46
+b(b)r(e)g(optimised)f(as)i(function)f(of)h(mac)n(hine)355
+4386 y(top)r(ology[7)q(].)80 4505 y Fj(Dra)n(wbac)n(ks:)278
+4625 y Fu(\017)39 b Fx(Complex)18 b(to)h(implemen)n(t:)29
+b(Ev)n(en)19 b(with)g(the)g(de\014ni-)355 4708 y(tion)27
+b(giv)n(en)f(in)h([7)q(],)g(it)g(is)h(di\016cult)e(to)h(ensure)g(that)
+355 4791 y(the)35 b(basic)h(master-sla)n(v)n(e)f(relationship)i(is)f(w)
+n(ork-)355 4874 y(ing)45 b(prop)r(erly)-6 b(.)91 b(The)44
+b(debugging)h(part)g(of)g(the)355 4957 y(sc)n(heme)33
+b(is)i(long,)i(mainly)c(b)r(ecause)i(of)g(the)f(non-)355
+5040 y(deterministic)28 b(nature)g(of)i(W)-6 b(ork)28
+b(Stealing)h(based)355 5123 y(Pro)r(cess.[5)r(])278 5224
+y Fu(\017)39 b Fx(Since)48 b(the)g(searc)n(h)h(algorithm)f(m)n(ust)f(b)
+r(e)i(non-)355 5307 y(recursiv)n(e,)20 b(it)e(is)g(di\016cult)g(to)h
+(implemen)n(t)d(the)h(same)355 5390 y(heuristics)26 b(as)g(in)g(the)f
+(sequen)n(tial)h(programs.)p -150 5456 801 4 v -96 5510
+a Fv(11)-31 5535 y Fr(It)20 b(should)f(b)r(e)f(noted)h(that)g(this)h
+(feature)e(of)h(the)g(YBW)n(C)i(is,)f(in)f(m)n(y)h(mind,)-150
+5599 y(the)e(main)f(di\013erence)g(with)h(PVSplit)f(based)h(searc)n
+(hes[14)o(,)h(16,)f(17,)h(15,)f(21)q(,)g(10])-150 5663
+y(or)k(Jam)n(b)r(oree[11)o(].)2477 83 y Fu(\017)39 b
+Fx(Non-e\016cien)n(t)25 b(for)h(small)g(size)h(problems.)2087
+211 y Fj(ABD)n(AD)n(A:)2279 338 y(Adv)-5 b(an)n(tages:)2477
+453 y Fu(\017)39 b Fx(Easy)24 b(and)g(quic)n(k)g(to)g(implemen)n(t:)32
+b(As)24 b(w)n(e)h(can)f(see)2554 536 y(on)f(Figure)h(1,)h(the)e(main)g
+(algorithm)h(is)g(v)n(ery)f(close)2554 620 y(to)18 b(sequen)n(tial)g
+(algorithms,)i(so)f(few)g(mo)r(di\014cations)2554 703
+y(are)26 b(necessary)-6 b(.)2477 802 y Fu(\017)39 b Fx(E\016cien)n(t)25
+b(for)i(small)f(and)f(deep)g(problems.)2477 901 y Fu(\017)39
+b Fx(F)-6 b(ailure)19 b(resistan)n(t:)33 b(it)19 b(is)h(v)n(ery)e(easy)
+i(to)g(c)n(hange)f(the)2554 984 y(algorithm)27 b(to)g(b)r(e)g(failure)h
+(resistan)n(t)g(\(i.e.)39 b(to)28 b(giv)n(e)2554 1067
+y(an)c(answ)n(er)i(ev)n(en)e(if)i(one)f(or)g(more)g(pro)r(cessors)h
+(are)2554 1150 y(dead\),)e(y)n(ou)f(only)h(ha)n(v)n(e)f(to)h(put)f(a)h
+(time-out)f(when)2554 1233 y(w)n(aiting)35 b(for)g(transp)r(osition)h
+(table)f(answ)n(ers)g(and)2554 1316 y(then)20 b(y)n(ou)h(ha)n(v)n(e)f
+(an)h(algorithm)h(whic)n(h)f(will)i(return)2554 1399
+y(an)34 b(answ)n(er)i(ev)n(en)e(when)g(only)h(one)f(pro)r(cessor)i(is)
+2554 1482 y(presen)n(t)25 b(!)2279 1597 y Fj(Dra)n(wbac)n(ks:)2477
+1712 y Fu(\017)39 b Fx(Needs)27 b(a)i(v)n(ery)e(fast)i(global)g(transp)
+r(osition)g(table.)2554 1795 y(This)23 b(is)g(where)h(all)f(the)g
+(implemen)n(tation)e(e\013ort)i(is)2554 1878 y(made)c(to)h(ensure)f
+(that)h(transp)r(osition)h(table)f(man-)2554 1961 y(agemen)n(t)25
+b(is)h(fast)g(enough)g(for)h(this)e(algorithm.)2477 2060
+y Fu(\017)39 b Fx(Needs)33 b(to)h(b)r(e)f(rede\014ned)g(in)h(order)g
+(to)f(tak)n(e)h(in)n(to)2554 2143 y(accoun)n(t)21 b(situations)h(suc)n
+(h)e(as)i(those)f(of)h(\014gure)f(7.)3984 2112 y Fv(12)2164
+2319 y Fx(So)33 b(YBW)n(C)g(is)g(our)g(c)n(hoice)h(if)f(the)g(computer)
+e(is)j(not)e(able)i(to)2049 2402 y(giv)n(e)27 b(us)g(v)n(ery)f(fast)i
+(message)g(passing)g(\(for)f(small)h(messages\))f(suc)n(h)2049
+2485 y(as)33 b(a)f(net)n(w)n(ork)g(of)h(w)n(orkstations,)j(and)c(ABD)n
+(AD)n(A)e(is)j(our)f(c)n(hoice)2049 2568 y(on)e(shared)f(memory)f(or)i
+(real)g(fast)g(small)g(message)g(passing)h(com-)2049
+2651 y(puters.)66 b(On)36 b(those)h(computers)e(and)h(ha)n(ving)g
+(enough)g(time)g(for)2049 2734 y(implemen)n(tation,)h(w)n(e)g(prop)r
+(ose)f(to)g(\014rst)g(implemen)n(t)e(ABD)n(AD)n(A)2049
+2817 y(to)22 b(v)n(erify)g(its)g(e\016ciency)g(and,)h(if)f(it)g(is)g
+(not)g(as)h(e\016cien)n(t)f(as)g(required,)2049 2900
+y(to)37 b(implemen)n(t)d(YBW)n(C,)j(not)g(b)r(eing)g(certain)g(that)f
+(this)h(will)h(b)r(e)2049 2983 y(more)22 b(e\016cien)n(t)g(but)f(to)i
+(ensure)f(y)n(ou)f(ha)n(v)n(e)h(not)g(ignored)h(reasonable)2049
+3066 y(alternativ)n(es)j(to)g(ABD)n(AD)n(A.)2049 3326
+y Fy(5)100 b(APPLICA)-8 b(TION)33 b(ON)h(A)f(128-PE)g(CRA)-8
+b(Y)33 b(T3D)2049 3547 y Fx(After)i(doing)g(this)g(comparison,)i(w)n(e)
+f(had)e(to)h(implemen)n(t)e(a)i(new)2049 3630 y(c)n(hess)c(program)g
+(named)f(F)-6 b(renc)n(hess)31 b(on)h(a)f(128-PE)h(CRA)-6
+b(Y)30 b(T3D.)2049 3713 y(This)c(program)f(\014nished)g(equal)g(third)g
+(of)h(a)g(\014eld)f(of)h(24)h(at)e(the)g(8th)2049 3796
+y(W)-6 b(orld)27 b(Computer)e(Chess)j(Championship)e(in)h(Hong)f(Kong)h
+(\(Ma)n(y)2049 3879 y(25)35 b({)f(Ma)n(y)g(30)g(1995\).)61
+b(Since)34 b(w)n(e)g(b)r(egan)g(to)g(p)r(ort)g(F)-6 b(renc)n(hess)34
+b(to)2049 3962 y(the)27 b(CRA)-6 b(Y)26 b(T3D)i(in)f(F)-6
+b(ebruary)g(,)27 b(w)n(e)h(had)f(v)n(ery)f(little)i(time)f(b)r(efore)
+2049 4045 y(the)c(W)-6 b(orld)22 b(Championship,)i(so)f(w)n(e)h(c)n
+(hose)f(to)g(use)g(ABD)n(AD)n(A)e(as)j(a)2049 4128 y(parallel)j(sc)n
+(heme.)2164 4275 y(On)k(the)g(CM5)h(computer,)g(shared)g(memory)d(w)n
+(as)j(sim)n(ulated,)2049 4358 y(eac)n(h)25 b(pro)r(cessor)i(b)r(eing)e
+(in)g(c)n(harge)h(of)g(a)f(part)g(of)h(the)f(global)h(trans-)2049
+4442 y(p)r(osition)33 b(table;)k(w)n(e)c(had)f(to)g(rely)h(on)f(the)g
+(activ)n(e)h(message)g(la)n(y)n(er)2049 4525 y(to)c(get)f(some)g(v)n
+(ery)g(go)r(o)r(d)h(p)r(erformance)g(whic)n(h)f(pure)g(CMMD[22)r(])2049
+4608 y(could)e(not)f(giv)n(e)h(us)g(otherwise.)2164 4755
+y(This)33 b(metho)r(d)e(of)i(shared)g(memory)d(sim)n(ulation)j(has)f
+(the)g(ad-)2049 4838 y(v)l(an)n(tage)k(of)h(making)f(sim)n(ultaneous)g
+(accesses)i(to)e(a)h(same)f(en)n(try)p 2049 4896 V 2103
+4950 a Fv(12)2168 4975 y Fr(There)22 b(are)f(basically)h(t)n(w)n(o)h(w)
+n(a)n(ys)g(to)g(solv)n(e)f(this:)2104 5055 y Fc({)38
+b Fr(T)-5 b(o)23 b(sto)r(c)n(k)g(in)f(the)h(transp)r(osition)f(table,)g
+(not)h(only)f(the)h(n)n(um)n(b)r(er)e(of)i(pro-)2180
+5119 y(cessors)18 b(but)g(also)i(whic)n(h)e(pro)r(cessors)g(are)g
+(curren)n(tly)f(ev)l(aluating)h(a)h(giv)n(en)2180 5183
+y(p)r(osition,)26 b(so)h(that)f(w)n(e)h(can)f(distribute)f(the)g(new)h
+(windo)n(ws)i(b)r(ounds)d(to)2180 5247 y(all)d(concerned)d(pro)r
+(cessors.)2104 5327 y Fc({)38 b Fr(T)-5 b(o)19 b(c)n(hec)n(k,)f(when)h
+(\014nishing)f(the)g(ev)l(aluation)h(of)g(a)g(no)r(de,)g(that)g(its)g
+(paren)n(t)2180 5391 y(no)r(de)j(has)h(not)g(b)r(een)f(pruned)g(\(i.e.)
+31 b(b)n(y)23 b(lo)r(oking)g(up)g(the)f(corresp)r(onding)2180
+5455 y(en)n(try)f(in)h(the)f(transp)r(osition)h(table\).)2049
+5535 y(The)g(latter)f(metho)r(d)g(is)h(the)f(easiest)h(to)g(implemen)n
+(t)e(but)h(this)h(only)g(partially)2049 5599 y(solv)n(es)30
+b(the)e(problem)g(while)g(the)h(former)f(will)h(require)f(more)h
+(fundamen)n(tal)2049 5662 y(mo)r(di\014cations)20 b(of)i(the)g(searc)n
+(h)f(pro)r(cess.)p eop
+%%Page: 7 7
+7 6 bop -150 83 a Fx(imp)r(ossible)20 b(\(this)f(is)h(imp)r(ortan)n(t)e
+(to)i(ensure)f(that)g(ABD)n(AD)n(A)e(w)n(orks)-150 166
+y(correctly)-6 b(,)28 b(i.e.)38 b(that)27 b(the)f(n)n(um)n(b)r(er)f(of)
+j(pro)r(cessors)g(is)f(correct)h(for)g(a)-150 249 y(giv)n(en)e(transp)r
+(osition)g(table)g(en)n(try\).)-35 396 y(In)20 b(an)h(adaptation)h(of)f
+(F)-6 b(renc)n(hess)21 b(for)h(a)f(CRA)-6 b(Y)20 b(SUN)f(CS)i(6400,)
+-150 479 y(w)n(e)e(used)g(shared)f(memory)f(with)i(m)n(utex)e(\(m)n
+(utual)g(exclusion\))i(lo)r(c)n(ks)-150 562 y(to)k(guaran)n(tee)g(the)f
+(exclusiv)n(e)h(access)h(to)f(eac)n(h)g(transp)r(osition)h(table)-150
+645 y(en)n(try)-6 b(.)32 b(Precise)25 b(measuremen)n(t)d(of)i(the)f(sp)
+r(eedup)f(w)n(as)j(not)e(p)r(ossible)-150 729 y(on)h(this)f(mac)n(hine)
+378 697 y Fv(13)466 729 y Fx(but)g(it)g(lo)r(ok)n(ed)h(v)n(ery)f(m)n
+(uc)n(h)f(lik)n(e)h(what)h(w)n(e)g(had)-150 812 y(seen)35
+b(on)h(the)f(CM5)h(ev)n(en)f(though)g(single)h(pro)r(cessor)h(sp)r(eed)
+e(w)n(as)-150 895 y(around)25 b(four)i(times)e(greater.)-35
+1042 y(On)20 b(the)g(CRA)-6 b(Y)19 b(T3D,)i(w)n(e)g(used)g(the)f(SHMEM)
+g(library[1)q(])h(after)-150 1125 y(w)n(e)31 b(found)g(ho)n(w)g(to)f
+(ensure)h(m)n(utual)e(exclusion)i(with)g(the)g(help)f(of)-150
+1208 y(the)25 b Ft(shmem)p 182 1208 24 4 v 30 w(swap)h
+Fx(call[2)r(].)-35 1355 y(Single)c(PE)f(p)r(erformance)g(on)g(the)f
+(T3D)i(w)n(as)g(a)f(big)g(disapp)r(oin)n(t-)-150 1438
+y(men)n(t)h(for)j(us)f(:)34 b(on)24 b(a)g(50)g(MHz)g(SP)-6
+b(AR)n(C)23 b(10)i(\(or)f(a)g(single)h(pro)r(cessor)-150
+1521 y(of)e(the)f(CRA)-6 b(Y)20 b(CS6400\),)25 b(the)d(sequen)n(tial)g
+(algorithm)g(w)n(as)h(visiting)-150 1604 y(around)32
+b(20000-25000)k(p)r(ositions)e(p)r(er)f(second.)55 b(W)-6
+b(e)32 b(had)g(similar)-150 1687 y(b)r(enc)n(hmarks)22
+b(on)i(a)g(150)h(MHz)f(DEC)g(Alpha)f(station.)35 b(But,)25
+b(on)e(the)-150 1770 y(CRA)-6 b(Y)21 b(T3D,)i(the)f(sp)r(eed)g(on)h
+(one)f(PE)h(w)n(as)g(only)f(in)g(the)g(7000-9000)-150
+1853 y(p)r(ositions/second)35 b(range)f(!)57 b(Probably)-6
+b(,)36 b(this)d(p)r(o)r(or)h(p)r(erformance)-150 1936
+y(w)n(as)27 b(due)e(to)h(t)n(w)n(o)g(problems)f(:)-56
+2104 y(1.)39 b(cac)n(he)30 b(problems)e(:)42 b(cac)n(he)30
+b(to)r(o)g(small)g(and)f(cac)n(he)g(in)n(v)l(alida-)42
+2187 y(tion,)-56 2295 y(2.)39 b(p)r(o)r(or)26 b(optimisations)h(from)e
+(the)h(compiler.)-35 2462 y(Nev)n(ertheless)31 b(and)g(despite)g(the)g
+(fact)h(that)f(w)n(e)h(did)e(not)i(ha)n(v)n(e)-150 2545
+y(enough)21 b(CPU)h(time)447 2513 y Fv(14)532 2545 y
+Fx(to)g(complete)f(all)h(the)f(tests)h(to)f(compute)f(the)-150
+2628 y(sp)r(eedup,)28 b(parallel)i(p)r(erformances)e(w)n(ere)g(great)h
+(:)39 b(to)28 b(ha)n(v)n(e)f(results)-150 2711 y(comparable)35
+b(to)f(those)h(w)n(e)g(obtained)g(on)f(the)g(CM5,)k(w)n(e)d(used)g(a)
+-150 2794 y(searc)n(h)26 b(with)g(a)g(simple)f(ev)l(aluation,)i(no)f
+(extensions)g(except)f(c)n(hec)n(k)-150 2877 y(extensions,)h(no)g
+(futilit)n(y)g(cutt-o\013s)f(and)g(no)h(n)n(ull)f(mo)n(v)n(e)g
+(pruning.)p -139 3065 1979 4 v -141 3139 4 75 v -89 3117
+a Fl(Depth)p 262 3139 V 272 w Fo(3)p 487 3139 V 190 w(4)p
+712 3139 V 190 w(5)p 938 3139 V 190 w(6)p 1163 3139 V
+190 w(7)p 1388 3139 V 190 w(8)p 1613 3139 V 190 w(9)p
+1838 3139 V -139 3143 1979 4 v -141 3217 4 75 v -89 3195
+a Fl(Sp)r(eedup)p 262 3217 V 102 w Fo(1.36)p 487 3217
+V 100 w(3.07)p 712 3217 V 100 w(5.75)p 938 3217 V 100
+w(12.9)p 1163 3217 V 100 w(23.3)p 1388 3217 V 100 w(41.2)p
+1613 3217 V 100 w(65.9)p 1838 3217 V -139 3221 1979 4
+v -150 3443 a Fx(T)-6 b(able)18 b(1:)31 b(Sp)r(eedup)16
+b(for)j(a)e(128-PE)i(CRA)-6 b(Y)16 b(T3D)i(compared)f(to)h(1PE)-150
+3526 y(with)34 b(128)h(times)e(smaller)i(transp)r(osition)g(table)f(on)
+g(the)f(Bratk)n(o-)-150 3609 y(Kop)r(ec)26 b(p)r(ositions.)-35
+3783 y(Due)34 b(to)g(the)g(short)g(time,)i(w)n(e)f(did)e(the)h(\014rst)
+g(test)g(without)h(a)-150 3866 y(constan)n(t)25 b(n)n(um)n(b)r(er)d(of)
+j(transp)r(osition)h(table)f(en)n(tries)f(:)34 b(when)25
+b(using)-150 3949 y(128)f(pro)r(cessors)g(w)n(e)g(had)e(128)i(more)e
+(en)n(tries)h(\(1M)h(en)n(tries)f(p)r(er)f(pro-)-150
+4032 y(cessor\))29 b(than)e(when)h(using)f(only)h(one)g(pro)r(cessor.)
+42 b(T)-6 b(able)28 b(1)g(sho)n(ws)-150 4115 y(that)36
+b(in)g(those)h(conditions,)j(at)c(depth)g(9,)j(w)n(e)e(ha)n(v)n(e)f(an)
+g(a)n(v)n(erage)-150 4198 y(absolute)26 b(sp)r(eedup)f(of)h(65.9)i(on)d
+(the)g(24)i(Bratk)n(o-Kop)r(ec)e(p)r(ositions.)-150 4281
+y(During)d(real)i(games,)g(where)f(eac)n(h)g(pla)n(y)n(er)g(has)g(2)g
+(hours)g(to)g(pla)n(y)f(40)-150 4364 y(mo)n(v)n(es,)i(F)-6
+b(renc)n(hess)25 b(searc)n(hes)g(most)f(p)r(ositions)i(to)f(depth)e
+(10,)j(11)g(or)-150 4447 y(12)i(and)e(ev)n(en)g(more)g(in)h
+(simpli\014ed)f(endgames.)38 b(W)-6 b(e)26 b(did)h(not)g(ha)n(v)n(e)
+-150 4530 y(enough)k(time)f(to)i(compute)e(the)g(p)r(ositions)j(on)e
+(one)g(pro)r(cessor)i(at)-150 4613 y(depth)28 b(10,)j(so)f(w)n(e)f
+(compared)g(the)f(relativ)n(e)i(sp)r(eedup)e(of)i(128)g(pro-)-150
+4696 y(cessors)g(compared)e(to)h(32)g(with)f(a)h(constan)n(t)g(transp)r
+(osition)h(table)-150 4779 y(in)c(table)g(2.)-35 4926
+y(Since)17 b(the)g(sp)r(eedup)g(for)h(32)g(pro)r(cessors)h(with)e(a)h
+(constan)n(t)f(trans-)-150 5009 y(p)r(osition)42 b(table)g(size)h(is)f
+(ab)r(out)f(28)h(at)g(depth)e(9)i(and)f(that)g(the)p
+-150 5060 801 4 v -96 5114 a Fv(13)-31 5139 y Fr(The)16
+b(only)h(w)n(a)n(y)g(w)n(ould)f(ha)n(v)n(e)h(b)r(een)e(to)h(mak)n(e)g
+(sure)g(that)h(nob)r(o)r(dy)e(else)h(used)-150 5203 y(the)23
+b(same)h(partition)f(as)h(F)-5 b(renc)n(hess.)32 b(W)-5
+b(e)23 b(did)h(not)f(try)h(to)g(negotiate)f(this)h(as)-150
+5267 y(w)n(e)h(knew)f(w)n(e)h(w)n(ould)f(b)r(e)g(mo)n(ving)g(to)h(the)f
+(T3D)h(so)r(on)g(and)f(the)g(CS6400)h(w)n(as)-150 5330
+y(rather)c(hea)n(vily)h(used.)-96 5382 y Fv(14)-31 5407
+y Fr(T)-5 b(o)16 b(complete)d(our)i(test,)h(for)f(example)e(computing)h
+(the)g(sp)r(eedup)f(at)j(depth)-150 5471 y(10,)j(w)n(e)g(w)n(ould)g(ha)
+n(v)n(e)f(had)g(to)g(use)h(the)e(whole)h(mac)n(hine)f(for)h(sev)n(eral)
+g(hours)h(just)-150 5535 y(to)f(measure)f(the)g(p)r(erformance)e(of)j
+(one)f(pro)r(cessor.)27 b(Our)18 b(problem)e(\(the)h(w)n(orld)-150
+5599 y(Championship\))26 b(b)r(eing)g(a)i(short)f(term)g(practical)f
+(one,)i(w)n(e)f(sp)r(en)n(t)g(mac)n(hine)-150 5663 y(time)21
+b(in)h(a)g(more)g(useful)f(w)n(a)n(y)-5 b(.)p 2079 82
+1942 4 v 2077 132 4 50 v 2128 117 a Fb(Depth)p 2410 132
+V 236 w Fq(3)p 2611 132 V 173 w(4)p 2812 132 V 173 w(5)p
+3013 132 V 173 w(6)p 3214 132 V 173 w(7)p 3415 132 V
+173 w(8)p 3616 132 V 173 w(9)p 3818 132 V 145 w(10)p
+4019 132 V 2079 135 1942 4 v 2077 185 4 50 v 2128 170
+a Fb(Sp)r(eedup)p 2410 185 V 98 w Fq(1.05)p 2611 185
+V 100 w(1.13)p 2812 185 V 101 w(1.23)p 3013 185 V 100
+w(1.22)p 3214 185 V 100 w(1.49)p 3415 185 V 100 w(1.98)p
+3616 185 V 100 w(2.62)p 3818 185 V 100 w(2.68)p 4019
+185 V 2079 188 1942 4 v 2049 411 a Fx(T)f(able)31 b(2:)44
+b(Relativ)n(e)31 b(Sp)r(eedup)e(for)i(a)g(128-PE)h(CRA)-6
+b(Y)29 b(T3D)i(com-)2049 494 y(pared)24 b(to)g(a)h(32-PE)g(CRA)-6
+b(Y)22 b(T3D)j(with)f(a)h(constan)n(t)f(transp)r(osition)2049
+577 y(table)i(size.)2049 851 y(sp)r(eedup)34 b(is)i(increasing)g(with)f
+(searc)n(h)g(depth,)i(w)n(e)e(can)g(exp)r(ect)g(a)2049
+934 y(sp)r(eedup)40 b(sup)r(erior)g(to)h(75)g(for)g(128)g(PEs)g(for)g
+(depth)e(10.)79 b(This)2049 1017 y(sho)n(ws)21 b(clearly)g(that)g(ABD)n
+(AD)n(A)d(is)j(v)n(ery)e(e\016cien)n(t)i(on)f(the)g(program)2049
+1100 y(F)-6 b(renc)n(hess)26 b(for)g(a)g(128-PE)h(CRA)-6
+b(Y)24 b(T3D.)2049 1441 y Fy(6)100 b(CONCLUSION)2049
+1679 y Fx(W)-6 b(e)38 b(ha)n(v)n(e)g(describ)r(ed)h(a)f(new)h
+(parallelism)h(sc)n(heme)e(e\016cien)n(t)g(for)2049 1762
+y(minimax)18 b(searc)n(h.)33 b(W)-6 b(e)20 b(ha)n(v)n(e)g(sho)n(wn)g
+(that)g(under)f(some)h(conditions)2049 1845 y(this)26
+b(new)g(sc)n(heme)f(can)g(b)r(e)h(more)f(e\016cien)n(t)h(than)f(YBW)n
+(C.)2164 1992 y(Doing)j(all)h(those)f(comparisons)g(on)f(the)g(same)h
+(computers)e(us-)2049 2075 y(ing)g(the)f(same)h(co)r(de,)g(w)n(e)g(ha)n
+(v)n(e)f(sho)n(wn)h(that)g(comparisons)g(of)g(par-)2049
+2158 y(allel)38 b(algorithms)f(are)h(only)e(v)l(alid)h(for)g(the)g(giv)
+n(en)f(problem)g(\(i.e.)2049 2241 y(the)28 b(nature)g(of)h(the)f(game,)
+h(the)f(algorithms,)i(and)e(the)g(ev)l(aluation)2049
+2324 y(function\))35 b(on)g(a)g(giv)n(en)g(computer.)62
+b(There)35 b(is)h(no)f(p)r(ossible)h(w)n(a)n(y)2049 2407
+y(to)29 b(sa)n(y)-6 b(,)29 b(giv)n(en)f(one)h(comparison,)g(on)g
+(whatev)n(er)f(problem)g(and)g(on)2049 2490 y(whatev)n(er)i(computer)e
+(an)i(algorithm)g(is)g(univ)n(ersally)g(b)r(etter)f(than)2049
+2573 y(all)e(others.)2164 2720 y(F)-6 b(urthermore,)32
+b(the)f(analysis)h(done)f(of)i(the)d(CRA)-6 b(Y)30 b(T3D,)j(de-)2049
+2803 y(spite)e(the)g(lac)n(k)g(of)h(CPU)f(time,)g(sho)n(w)n(ed)h(that)e
+(ABD)n(AD)n(A)f(is)j(still)2049 2886 y(v)n(ery)25 b(e\016cien)n(t)g
+(with)h(128)h(pro)r(cessors.)2164 3034 y(W)-6 b(e)32
+b(w)n(ould)g(lik)n(e)g(to)g(con)n(tin)n(ue)g(this)g(w)n(ork)g(in)g
+(order)g(to)g(giv)n(e)h(a)2049 3117 y(comparison)i(of)h(ABD)n(AD)n(A)d
+(and)h(YBW)n(C,)h(using)h(the)e(measures)2049 3200 y(of)24
+b Fs(critic)l(al-p)l(ath)j(length)k Fx(and)23 b Fs(work)j(p)l(erforme)l
+(d)8 b Fx([12)r(],)24 b(to)g(ha)n(v)n(e)e(more)2049 3283
+y(predictiv)n(e)e(p)r(o)n(w)n(er)g(on)g(the)f(b)r(eha)n(viour)h(of)h
+(those)f(algorithms.)33 b(This,)2049 3366 y(done)23 b(on)f(t)n(w)n(o)i
+(di\013eren)n(t)e(games,)i(ma)n(y)d(help)i(us)f(understand)g(b)r(etter)
+2049 3449 y(the)j(parallel)j(searc)n(hes.)2164 3596 y(Probably)e(ABD)n
+(AD)n(A)e(is)i(only)g(a)g(small)g(step)g(to)n(w)n(ard)g(the)f(def-)2049
+3679 y(inition)42 b(of)g(future)f(parallel)i(algorithms,)j(but)41
+b(when)g(designing)2049 3762 y(them,)28 b(w)n(e)i(should)e(k)n(eep)g
+(in)h(mind)f(the)g(p)r(o)n(w)n(er)h(of)h(a)f(global)h(trans-)2049
+3845 y(p)r(osition)d(table.)2049 4178 y Fy(6.1)100 b(A)m(CKNO)m
+(WLEDGEMENTS)2049 4390 y Fx(Thanks)30 b(to)h(Marc-F)-6
+b(ran\030)-34 b(cois)32 b(Baudot)f(for)g(his)g(great)g(help)f(on)g(the)
+2049 4473 y(de\014nition)44 b(and)h(the)f(implemen)n(tation)f(of)j(the)
+e(c)n(hess)h(program)2049 4556 y Fs(F)-6 b(r)l(enchess)6
+b Fx(.)2164 4704 y(Marc-F)-6 b(ran\030)-34 b(cois)67
+b(Baudot,)76 b(Mark)66 b(Bro)r(c)n(kington,)76 b(W)-6
+b(arren)2049 4787 y(Smith)33 b(and)g(Mic)n(hael)j(Buro)e(should)g(also)
+i(b)r(e)e(thank)n(ed)f(for)i(their)2049 4870 y(help)25
+b(in)h(editing)g(the)f(do)r(cumen)n(t.)2164 5017 y(Thanks)44
+b(also)i(to)f(m)n(y)d(thesis)j(review)n(ers,)51 b(T)-6
+b(on)n(y)44 b(Marsland,)2049 5100 y(Jacques)33 b(Pitrat)g(and)g(Mic)n
+(hel)g(Gondran)g(for)g(all)h(their)e(construc-)2049 5183
+y(tiv)n(e)25 b(criticism)h(on)g(Chapter)g(4)g(of)g(m)n(y)e(thesis.)2164
+5330 y(The)k(presen)n(t)f(w)n(ork)g(has)h(b)r(een)f(p)r(erformed)g(in)g
+(the)g(framew)n(ork)2049 5413 y(of)f(the)f Fs(F)-6 b(r)l(enchess)34
+b Fx(pro)t(ject,)26 b(part)f(of)h(a)g(join)n(t)f(researc)n(h)h
+(e\013ort)g(with)2049 5496 y(Electricit)n(\023)-36 b(e)28
+b(de)f(F)-6 b(rance)27 b(\(departmen)n(t)e(EDF/DER/TIEM/IMA\))2049
+5579 y(and)35 b(the)f(Arti\014cial)i(In)n(telligence)g(Institut)e(of)i
+(the)f(univ)n(ersit)n(y)f(of)2049 5662 y(P)n(aris)27
+b(8.)p eop
+%%Page: 8 8
+8 7 bop -150 83 a Fy(REFERENCES)-112 254 y Fx([1])40
+b Fa(Barriuso,)29 b(R.,)h(and)f(Knies,)g(A.)38 b Fs(SHMEM)28
+b(User's)h(Guide)8 337 y(R)l(evision)f(1.08)p Fx(.)34
+b(CRA)-6 b(Y)25 b(Researc)n(h)g(Inc,)h(April)f(1994.)-112
+449 y([2])40 b Fa(Ba)n(udot,)47 b(M.-F.,)g(Weill,)g(J.-C.,)h(Seret,)e
+(J.-L.,)i(and)8 532 y(Gondran,)d(M.)75 b Fx(F)-6 b(renc)n(hess:)63
+b(A)39 b(Cra)n(y)h(T3D)g(at)g(the)f(8th)8 615 y(W)-6
+b(orld)20 b(Computer)f(Chess)i(Championship.)k(In)20
+b Fs(1st)j(Eur)l(op)l(e)l(an)8 708 y(Cr)l(ay-T3D)i(Workshop)i
+Fx(\(Sept.)22 b(1995\),)1186 690 y(\023)1179 708 y(Ecole)h(P)n(olytec)n
+(hnique)8 792 y(F)n(\023)-36 b(ed)n(\023)g(erale)26 b(de)g(Lausanne)g
+(and)f(CRA)-6 b(Y)24 b(Researc)n(h.)-112 903 y([3])40
+b Fa(Berliner,)35 b(H.,)i(and)d(Ebeling,)j(C.)54 b Fx(P)n(attern)32
+b(kno)n(wledge)8 986 y(and)d(searc)n(h:)43 b(The)30 b(SUPREM)g(arc)n
+(hitecture.)47 b Fs(A)n(rti\014cial)31 b(In-)8 1069 y(tel)t(ligenc)l(e)
+d(38)p Fx(,)e(2)g(\(Mar.)h(1989\),)g(161{198.)-112 1181
+y([4])40 b Fa(Bra)-5 b(tk)n(o,)41 b(I.,)e(and)e(K)n(opec,)j(D.)61
+b Fx(A)34 b(test)h(for)h(comparison)8 1264 y(of)31 b(h)n(uman)e(and)h
+(computer)g(p)r(erformance.)49 b(In)30 b Fs(A)l(dvanc)l(es)j(in)8
+1347 y(Computer)28 b(Chess)h(III)35 b Fx(\(1982\),)27
+b(M.)f(Clark)n(e,)h(Ed.,)f(P)n(ergamon)8 1430 y(Press,)h(pp.)e(31{56.)
+-112 1541 y([5])40 b Fa(Br)n(ockington,)g(M.)59 b Fx(An)34
+b(implemen)n(tation)f(of)i(the)e(y)n(oung)8 1624 y(brothers)j(w)n(ait)g
+(concept.)65 b(In)n(ternal)35 b(rep)r(ort,)k(Univ)n(ersit)n(y)c(of)8
+1707 y(Alb)r(erta,)26 b(1994.)-112 1819 y([6])40 b Fa(D)n(a)-7
+b(vid,)43 b(V.)71 b Fs(A)n(lgorithmique)39 b(p)l(ar)l(al)t(l)n(\022)-37
+b(ele)40 b(sur)g(les)f(arbr)l(es)i(de)8 1917 y(d)n(\023)-37
+b(ecision)31 b(et)g(r)l(aisonnement)h(en)f(temps)h(c)l(ontr)l(aint.)
+1578 1898 y(\023)1567 1917 y(Etude)f(et)8 2000 y(applic)l(ation)41
+b(au)g(Minimax)p Fx(.)75 b(PhD)40 b(thesis,)k(ENSAE,)39
+b(No)n(v.)8 2083 y(1993.)-112 2194 y([7])h Fa(Feldmann,)c(R.)53
+b Fs(Spielb)l(aumsuche)35 b(mit)e(massiv)h(p)l(ar)l(al)t(lelen)8
+2277 y(Systemen)p Fx(.)52 b(PhD)31 b(thesis,)i(F)-6 b(ac)n(h)n(b)r
+(ereic)n(h)31 b(Mathematik)g(/)g(In-)8 2360 y(formatik)25
+b({)h(Univ)n(ersit\177)-38 b(at)26 b(GH)f(P)n(aderb)r(orn,)i(1993.)-112
+2472 y([8])40 b Fa(Feldmann,)g(R.,)g(Monien,)f(B.,)h(Mysliwietz,)g(P.,)
+h(and)8 2555 y(V)n(ornber)n(ger,)h(O.)67 b Fx(Distributed)36
+b(game)h(tree)g(searc)n(h.)68 b(In)8 2638 y Fs(Par)l(al)t(lel)20
+b(A)n(lgorithms)i(for)e(Machine)h(Intel)t(ligenc)l(e)g(and)g(Vision)8
+2721 y Fx(\(1990\),)g(V.)c(Kumar,)i(K.)f(L.N.,)i(and)d(P)-6
+b(.)18 b(F)-6 b(opalkrishman,)19 b(Eds.,)8 2804 y(Springer)25
+b(V)-6 b(erlag,)27 b(pp.)e(66{101.)-112 2915 y([9])40
+b Fa(Feldmann,)32 b(R.,)h(Mysliwietz,)g(P.,)h(and)d(V)n(ornber)n(ger,)8
+2998 y(O.)24 b Fx(A)19 b(lo)r(cal)i(area)f(net)n(w)n(ork)g(used)f(as)h
+(as)g(parallel)h(arc)n(hitecture.)8 3081 y(T)-6 b(ec)n(h.)26
+b(Rep.)f(31,)i(Univ)n(ersit)n(y)d(of)j(P)n(aderb)r(orn,)f(Sept.)f
+(1986.)-150 3193 y([10])40 b Fa(Hy)-5 b(a)g(tt,)35 b(M.,)g(Suter,)g
+(B.,)g(and)f(Nelson,)h(H.)51 b Fx(A)31 b(parallel)8 3276
+y(alpha/b)r(eta)19 b(searc)n(hing)f(algorithm.)k Fs(Par)l(al)t(lel)e
+(Computing)h(10)p Fx(,)8 3359 y(3)26 b(\(1989\),)h(299{308.)-150
+3470 y([11])40 b Fa(Kuszma)n(ul,)31 b(B.)41 b Fs(Synchr)l(onize)l(d)32
+b(MIMD)d(Computing)p Fx(.)42 b(PhD)8 3553 y(thesis,)25
+b(Departmen)n(t)e(of)i(Electrical)i(Engineering)e(and)g(Com-)8
+3636 y(puter)35 b(Science,)j(Massac)n(h)n(usetts)f(Institute)d(of)i(T)
+-6 b(ec)n(hnology)g(,)8 3720 y(Ma)n(y)26 b(1994.)-150
+3831 y([12])40 b Fa(Kuszma)n(ul,)35 b(B.)51 b Fx(The)31
+b(StarT)-6 b(ec)n(h)31 b(massiv)n(ely-parallel)i(c)n(hess)8
+3914 y(program.)h Fs(ICCA)27 b(Journal)h(18)p Fx(,)f(1)f(\(Mar.)g
+(1995\),)i(3{19.)-150 4026 y([13])40 b Fa(Marsland,)30
+b(T.)39 b Fx(A)27 b(review)h(of)g(game-tree)f(pruning.)40
+b Fs(ICCA)8 4109 y(Journal)28 b(9)p Fx(,)e(1)g(\(1986\),)i(3{19.)-150
+4220 y([14])40 b Fa(Marsland,)26 b(T.,)h(and)f(Campbell,)h(M.)32
+b Fx(P)n(arallel)26 b(searc)n(h)f(of)8 4303 y(strongly)j(ordered)f
+(game)g(trees.)40 b Fs(Computing)29 b(Surveys)i(14)p
+Fx(,)e(4)8 4386 y(\(1982\),)e(553{562.)-150 4498 y([15])40
+b Fa(Marsland,)d(T.,)g(Olafsson,)i(M.,)e(and)e(Schaeffer,)i(J.)8
+4581 y Fx(Multipro)r(cessor)23 b(tree-searc)n(h)f(exp)r(erimen)n(ts.)27
+b(In)21 b Fs(A)l(dvanc)l(es)k(in)8 4664 y(Computer)38
+b(Chess)g(IV)50 b Fx(\(1986\),)40 b(D.)c(Beal,)41 b(Ed.,)e(P)n(ergamon)
+8 4747 y(Press,)27 b(pp.)e(37{51.)-150 4858 y([16])40
+b Fa(Marsland,)25 b(T.,)g(and)f(Popo)n(wich,)j(F.)h Fx(P)n(arallel)d
+(game)d(tree)8 4941 y(searc)n(h.)71 b Fs(IEEE)38 b(T)-6
+b(r)l(ansactions)41 b(on)e(Pattern)h(A)n(nalysis)f(and)8
+5024 y(Machine)28 b(Intel)t(ligenc)l(e)g(7)p Fx(,)e(4)g(\(1985\),)h
+(442{452.)-150 5136 y([17])40 b Fa(Newborn,)g(M.)60 b
+Fx(Unsync)n(hronized)33 b(iterativ)n(ely)i(deep)r(ening)8
+5219 y(parallel)27 b(alpha-b)r(eta)g(searc)n(h.)35 b
+Fs(IEEE)28 b(T)-6 b(r)l(ansactions)30 b(on)e(Pat-)8 5302
+y(tern)46 b(A)n(nalysis)f(and)g(Machine)h(Intel)t(ligenc)l(e)f(P)-6
+b(AMI-10)p Fx(,)50 b(5)8 5385 y(\(Sept.)25 b(1988\),)i(687{694.)-150
+5496 y([18])40 b Fa(Otto,)31 b(S.,)e(and)g(Fel)-5 b(ten,)29
+b(E.)39 b Fx(Chess)27 b(on)g(a)h(h)n(yp)r(ercub)r(e.)37
+b(In)8 5579 y Fs(The)30 b(Thir)l(d)g(Confer)l(enc)l(e)h(on)f(Hyp)l(er)l
+(cub)l(e)i(Concurr)l(ent)g(Com-)8 5663 y(puters)d(and)f(Applic)l
+(ations)33 b Fx(\(1988\),)27 b(v)n(ol.)f(2,)g(pp.)g(1329{1341.)2049
+83 y([19])40 b Fa(Pearl,)26 b(J.)j Fx(Asymptotic)21 b(prop)r(erties)i
+(of)g(minimax)d(trees)j(and)2207 166 y(game-searc)n(hing)40
+b(pro)r(cedures.)75 b Fs(A)n(rti\014cial)40 b(Intel)t(ligenc)l(e)h(14)
+2207 249 y Fx(\(1980\),)27 b(113{138.)2049 365 y([20])40
+b Fa(Reinefeld,)k(A.)74 b Fx(An)39 b(impro)n(v)n(emen)n(t)d(to)k(the)f
+(scout)g(tree-)2207 448 y(searc)n(h)26 b(algorithm.)35
+b Fs(ICCA)27 b(Journal)h(6)p Fx(,)e(4)g(\(1983\),)h(4{14.)2049
+565 y([21])40 b Fa(Schaeffer,)30 b(J.)40 b Fx(Distributed)27
+b(game-tree)h(searc)n(h.)41 b Fs(Journal)2207 648 y(of)28
+b(Par)l(al)t(lel)g(and)h(Distribute)l(d)h(Computing)f(6)p
+Fx(,)e(2)g(\(1989\),)i(90{)2207 731 y(114.)2049 847 y([22])40
+b Fa(Thinking)f(Ma)n(chines)h(Corpora)-5 b(tion)p Fx(.)71
+b Fs(CMMD)38 b(R)l(efer-)2207 930 y(enc)l(e)i(Manual)g(V3.0)p
+Fx(.)72 b(Cam)n(bridge,)42 b(Massac)n(h)n(usetts,)i(Ma)n(y)2207
+1013 y(1993.)2049 1129 y([23])c Fa(Weill,)73 b(J.-C.)141
+b Fs(Pr)l(o)l(gr)l(ammes)63 b(d')n(\023)-37 b(eche)l(cs)61
+b(de)g(champi-)2207 1212 y(onnat)37 b(:)52 b(ar)l(chite)l(chtur)l(e)40
+b(lo)l(giciel)t(le,)d(synth)n(\022)-37 b(ese)39 b(de)d(fonctions)2207
+1295 y(d')n(\023)-37 b(evaluation,)46 b(p)l(ar)l(al)t(l)n(\023)-37
+b(elisme)43 b(de)g(r)l(e)l(cher)l(che)p Fx(.)86 b(PhD)41
+b(thesis,)2207 1378 y(Univ)n(ersit)n(\023)-36 b(e)42
+b(de)g(P)n(aris)i(VI)r(I)r(I,)e(Sain)n(t-Denis)f(\(F)-6
+b(rance\),)47 b(Jan.)2207 1461 y(1995.)2049 1577 y([24])40
+b Fa(Wir)-5 b(th,)29 b(N.)37 b Fs(A)n(lgorithms)29 b(and)g(Data)g
+(Structur)l(es)p Fx(.)41 b(Pren)n(tice-)2207 1660 y(Hall)26
+b(In)n(ternational)g(Editions,)h(1986.)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/parallel/brockington96aphid.ps b/parallel/brockington96aphid.ps
new file mode 100755 (executable)
index 0000000..7709d3e
--- /dev/null
@@ -0,0 +1,34409 @@
+%!PS-Adobe-2.0
+%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
+%%Title: aphid_tr.dvi
+%%Pages: 24
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%EndComments
+%DVIPSCommandLine: dvips aphid_tr
+%DVIPSParameters: dpi=300, compressed, comments removed
+%DVIPSSource:  TeX output 1996.08.20:2324
+%%BeginProcSet: texc.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]/id ch-image N /rw ch-width 7 add 8 idiv string N /rc 0 N /gp 0 N
+/cp 0 N{rc 0 ne{rc 1 sub /rc X rw}{G}ifelse}imagemask restore}B /G{{id
+gp get /gp gp 1 add N dup 18 mod S 18 idiv pl S get exec}loop}B /adv{cp
+add /cp X}B /chg{rw cp id gp 4 index getinterval putinterval dup gp add
+/gp X adv}B /nd{/cp 0 N rw exit}B /lsh{rw cp 2 copy get dup 0 eq{pop 1}{
+dup 255 eq{pop 254}{dup dup add 255 and S 1 and or}ifelse}ifelse put 1
+adv}B /rsh{rw cp 2 copy get dup 0 eq{pop 128}{dup 255 eq{pop 127}{dup 2
+idiv S 128 and or}ifelse}ifelse put 1 adv}B /clr{rw cp 2 index string
+putinterval adv}B /set{rw cp fillstr 0 4 index getinterval putinterval
+adv}B /fillstr 18 string 0 1 17{2 copy 255 put pop}for N /pl[{adv 1 chg}
+{adv 1 chg nd}{1 add chg}{1 add chg nd}{adv lsh}{adv lsh nd}{adv rsh}{
+adv rsh nd}{1 add adv}{/rc X nd}{1 add set}{1 add clr}{adv 2 chg}{adv 2
+chg nd}{pop nd}]dup{bind pop}forall N /D{/cc X dup type /stringtype ne{]
+}if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
+/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+%%BeginProcSet: special.pro
+TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
+/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
+false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
+/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
+div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
+/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
+10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
+/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
+true def end /@MacSetUp{userdict /md known{userdict /md get type
+/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
+length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
+N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
+clippath mark{transform{itransform moveto}}{transform{itransform lineto}
+}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
+itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
+closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
+0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
+/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
+scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
+ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
+not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
+TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
+pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
+-1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
+TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
+sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
+0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
+2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
+{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
+div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
+N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
+maxlength dict begin /magscale true def normalscale currentpoint TR
+/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
+/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
+psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
+scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
+/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
+begin /SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
+{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
+}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
+end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
+N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
+/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
+SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
+/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
+yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
+%%EndProcSet
+TeXDict begin 40258431 52099146 1000 300 300 (aphid_tr.dvi)
+@start /Fa 1 49 df<1204120EA2121CA31238A212301270A21260A212C0A2070F7F8F
+0A>48 D E /Fb 59 123 df<EA0387A6387FFFC0B512E0A238070E00A3EA0E1CA4B512E0
+A26C13C0381C3800A613197F9816>35 D<EA0380EA07E0120FEA1E70121CA3EBF7E013E7
+EA1DC7000F1300138E130E121F485AEA7B9C1273EAE1F8A238E0F0E0A2EA71F8387FFFC0
+EA3F9F381E070013197F9816>38 D<13E01201EA0380EA0700120E5AA25AA25AA35AA912
+70A37EA27EA27E7EEA0380EA01E012000B217A9C16>40 D<12C07E12707E7E7EA27EA2EA
+0380A3EA01C0A9EA0380A3EA0700A2120EA25A5A5A5A5A0A217B9C16>I<EA0380A4EAE3
+8EEAF39EEAFFFEEA3FF8EA0FE0A2EA3FF8EAFFFEEAF39EEAE38EEA0380A40F127D9516>
+I<13E0A8B512E0A33800E000A813137F9516>I<1238127C127EA2123E120E121E121C12
+7812F01260070B798416>I<127012F8A312700505788416>46 D<12035AA25A5AB4FCA2
+12E71207AEEAFFF8A30D197B9816>49 D<EA07E0EA1FF8487EEA783EEAE00700F0138013
+0312601200A2EB0700A2130E5B5B5B5B485A485A000FC7FC381E03801238EA7FFFB5FC7E
+11197E9816>I<13E0487EA213B0A2EA03B8A31318EA071CA5EA0E0EA2EA0FFEA2487EEA
+1C07A3387E0FC038FF1FE0387E0FC013197F9816>65 D<EA7FF8EAFFFE6C7EEA1C071480
+1303A4EB0700EA1FFF5BA2EA1C1FEB038014C01301A41303EB0780EA7FFFB51200EA7FFC
+12197F9816>I<3801F180EA07FBEA0FFFEA1F0FEA3C07EA38031270A200F0C7FC5AA77E
+38700380A21238383C0700EA1F0FEA0FFE6C5AEA01F011197E9816>I<EA7FF8EAFFFE6C
+7EEA1C0FEB0780EB03C01301A214E01300A8EB01C0A21303EB0780130F387FFF00485AEA
+7FF81319809816>I<387FFFC0B5FC7EEA1C01A490C7FCA2131CA2EA1FFCA3EA1C1CA290
+C7FC14E0A5EA7FFFB5FC7E13197F9816>I<387FFFE0B5FC7EEA1C00A41400A2131CA2EA
+1FFCA3EA1C1CA290C7FCA6EA7F80487E6C5A13197F9816>I<3801F180EA07FBEA0FFFEA
+1F0FEA3C07EA38031270A200F0C7FC5AA4EB1FC014E014C038F00380127013071238123C
+EA1E0FEA0FFFEA07FBEA01F313197F9816>I<387F07F038FF8FF8387F07F0381C01C0A7
+EA1FFFA3EA1C01A9387F07F038FF8FF8387F07F01519809816>I<EA7FFCEAFFFEEA7FFC
+EA0380B3EA7FFCEAFFFEEA7FFC0F197D9816>I<387F0FE038FF8FF0387F0FE0381C0780
+EB0F00130E5B133C5B5B5BEA1DF0121F7F1338EA1E1C121C7FA27FA2EB0380387F07E038
+FF8FF0387F07E01419809816>75 D<B47E7F5B001CC7FCAE144014E0A4B5FCA313197F98
+16>I<38FC07E0EAFE0FA2383A0B80EA3B1BA513BBEA39B3A413F3EA38E3A21303A538FE
+0FE0A313197F9816>I<387E07F038FF0FF8387F07F0381D81C0A313C1121C13E1A21361
+1371A313311339A21319131D130DA3EA7F07EAFF87EA7F031519809816>I<EA1FFC487E
+487EEA780F38F00780EAE003AEEAF007A238780F00EA7FFF6C5A6C5A11197E9816>I<EA
+7FF8EAFFFE6C7E381C0F80130314C01301A313031480130F381FFF005B13F8001CC7FCA7
+127F487E6CC7FC12197F9816>I<EA7FF0EAFFFC6C7EEA1C0FEB07801303A41307EB0F00
+EA1FFE5B7FEA1C0E7FA414101438A2387F03F0EAFF83387F01E01519809816>82
+D<EA07E3EA1FFF5AEA781FEAF00712E0A290C7FC7E1278EA3F80EA1FF0EA07FCC67E130F
+7FEB0380A2126012E0EB0700EAF80FEAFFFE5BEAC7F011197E9816>I<387FFFE0B5FCA2
+EAE0E0A400001300AFEA07FC487E6C5A13197F9816>I<387F07F038FF8FF8387F07F038
+1C01C0B0380E0380A23807070013FF6C5AEA00F81519809816>I<38FE0FE0A338380380
+EA3C07001C1300A3EA1E0FEA0E0EA46C5AA4EA031813B8A3EA01B013F0A26C5A13197F98
+16>I<387F1F80EB3FC0EB1F80380E1E00131C12075BEA03B813F012015B120012017F12
+0313B81207131C120FEA0E0EA2487E387E0FC038FF1FE0387E0FC013197F9816>88
+D<38FE0FE0EAFF1FEAFE0F381C0700A2EA0E0EA26C5AA3EA03B8A2EA01F0A26C5AA8EA03
+F8487E6C5A13197F9816>I<387FFF80B5FCA238E007005B131E131CEA003C5B137013F0
+485A5B1203485A90C7FC5A381E0380121C123C12781270B5FCA311197E9816>I<EAFFF0
+A3EAE000B3A8EAFFF0A30C20789C16>I<EAFFF0A3EA0070B3A8EAFFF0A30C207F9C16>
+93 D<EA1FE0487E487EEA783CEA300E1200A2EA03FE121FEA3E0E127012E0A3EA783E38
+7FFFE0EA3FE7EA0F8313127E9116>97 D<12FCA3121CA4137CEA1DFEEA1FFFEB0780381E
+03C0EA1C01EB00E0A6EB01C0EA1E03381F0780EBFF00EA1DFEEA0C7813197F9816>I<EA
+03F8EA0FFCEA1FFEEA3C1EEA780CEA70005AA57EEA70071278EA3E0EEA1FFCEA0FF8EA03
+F010127D9116>I<133FA31307A4EA03C7EA0FF748B4FCEA3C1F487EEA700712E0A6EA70
+0F12786C5A381FFFE0EA0FF7EA07C713197F9816>I<EA03F0EA0FFC487EEA3C0F487E38
+70038012E0B5FCA300E0C7FCA2387003801278EA3E07381FFF00EA07FEEA01F811127E91
+16>I<131E137F3801FF8013C7380383001380A2EA7FFFB5FCA2EA0380ACEA7FFC487E6C
+5A11197F9816>I<3803E3C03807F7E0EA0FFF381C1CC038380E00A56C5AEA0FF8485AEA
+1BE00038C7FC1218EA1FFC13FF481380387003C038E000E0A4387001C0EA7C07383FFF80
+380FFE00EA03F8131C7F9116>I<12FCA3121CA41378EA1DFCEA1FFE130FEA1E07121CAA
+38FF8FE0139F138F13197F9816>I<1203EA0780A2EA0300C7FCA4EAFF80A31203ACEAFF
+FC13FE13FC0F1A7C9916>I<127E12FE127E120EA4EB7FE0A3EB0F00131E5B5B5B120F7F
+13BC131EEA0E0E7F1480387F87F0EAFFCFEA7F871419809816>107
+D<EA7FC012FF127F1201B3EA7FFFB512806C130011197E9816>I<38F9C38038FFEFC0EB
+FFE0EA3C78A2EA3870AA38FE7CF8A31512809116>I<EAFC78EAFDFCB47EEA1F0FEA1E07
+121CAA38FF8FE0139F138F13127F9116>I<EA03E0EA0FF8487EEA3C1E487EEA700738E0
+0380A5EAF00700701300EA780FEA3C1EEA1FFC6C5AEA03E011127E9116>I<EAFC7CEAFD
+FEB5FC381F0780381E03C0EA1C01EB00E0A6EB01C0EA1E03381F0780EBFF00EA1DFEEA1C
+7890C7FCA6B47EA3131B7F9116>I<387F0FC038FF3FE0EA7F7F3807F040EBC0005BA290
+C7FCA8EA7FFC12FF127F13127F9116>114 D<EA0FECEA3FFC127FEAF03CEAE01CA2EA70
+00EA7F80EA1FF0EA07F8EA003CEA600E12E012F0EAF81EEAFFFC13F8EAC7E00F127D9116
+>I<12035AA4EA7FFFB5FCA20007C7FCA75BEB0380A3EB8700EA03FE6C5A6C5A11177F96
+16>I<EAFC3FA3EA1C07AB131F381FFFE0EA0FF7EA07C713127F9116>I<387F1FC038FF9F
+E0387F1FC0381C0700A2EA0E0EA36C5AA4EA03B8A3EA01F0A26C5A13127F9116>I<38FF
+1FE0A338380380A4EA39F3A20019130013B3A3EA1DB71317EA1F1FEA0F1EEA0E0E13127F
+9116>I<387F1FC0133F131F380F1E006C5AEA03B813F012016C5A12017FEA03B8EA073C
+131CEA0E0E387F1FC038FF3FE0387F1FC013127F9116>I<387F1FC038FF9FE0387F1FC0
+381C0700120E130EA212075BA2EA039CA21398EA01B8A2EA00F0A35BA3485A1279127BEA
+7F8090C7FC123C131B7F9116>I<383FFFC05AA238700780EB0F00131EC65A5B485A485A
+EA078048C7FC381E01C0123C1278B5FCA312127F9116>I E /Fc
+2 101 df<13201360A213C0A3EA0180A3EA0300A31206A25AA35AA35AA35AA35AA30B1D
+7E9511>61 D<133C130C1318A41330EA07B0EA0C701210EA30601260A3EAC0C013C8A212
+41EA62D0EA3C700E147E9311>100 D E /Fd 7 56 df<1218127812981218AC12FF0810
+7D8F0F>49 D<121FEA6180EA40C0EA806012C01200A213C0EA0180EA030012065AEA1020
+1220EA7FC012FF0B107F8F0F>I<121FEA2180EA60C0A212001380EA0100121FEA008013
+40136012C0A2EA8040EA6080EA1F000B107F8F0F>I<EA0180A212031205120D12191211
+1221124112C1EAFFE0EA0180A4EA0FE00B107F8F0F>I<EA20C0EA3F80EA2E001220A312
+2FEA3080EA2040EA0060A312C0EA80C0EA6180EA1F000B107F8F0F>I<EA0780EA1840EA
+30C0126013005A12CFEAF080EAE040EAC060A31240EA60C0EA3080EA1F000B107F8F0F>
+I<1240EA7FF013E0EA8040A2EA0080EA01001202A212061204A2120CA50C117F900F>I
+E /Fe 7 56 df<120C121C12EC120CAFEAFFC00A137D9211>49 D<121FEA60C01360EAF0
+7013301260EA0070A2136013C012011380EA02005AEA08101210EA2020EA7FE012FF0C13
+7E9211>I<EA0FC0EA3070EA7038A31200133013E0EA0FC0EA007013381318131C126012
+F01318EAE038EA6070EA1FC00E137F9211>I<136013E0A2EA016012021206120C120812
+101220126012C0EAFFFCEA0060A5EA03FC0E137F9211>I<EA6060EA7FC01380EA440012
+40A3124FEA70C0EA40E0EA00601370A212E0A21360EA40E0EA21C0EA1F000C137E9211>
+I<EA07C0EA0C20EA10701220EA6000A25A12CFEAD0C0EAE060EAC0201330A31240EA6020
+EA2060EA10C0EA0F000C137E9211>I<1240EA7FFC13F8EA4010EA80301320EA00401380
+EA0100A25A12021206A2120EA512040E147E9311>I E /Ff 19 123
+df<90380FE02090387018603801C00439030003E000061301000E13004814605A152012
+78127000F01400A80070142012781238A26C14407E000614806CEB01003801C006380070
+18EB0FE01B1E7D9C21>67 D<39FFF00FF0390F0003C0150014025C5C5C1460148049C7FC
+13021307497E1317EB23C0EB43E01381EB00F08014788080141F80EC078015C015E039FF
+F01FF81D1C7D9B23>75 D<B512C0380F0078141C80801580A51500140E5C1478EBFFC090
+C8FCACEAFFF0191C7D9B1F>80 D<007FB512C038700F010060130000401440A200C01420
+1280A300001400B1497E3803FFFC1B1C7D9B21>84 D<387FFFFC387C00781270006013F0
+EB01E01240EB03C0EB0780A238000F00131EA25B5BA25B485A1404EA03C0EA0780A2380F
+000C001E1308A248131848133814F8B5FC161C7D9B1C>90 D<13201370A313B8A3EA011C
+A2EA031EEA020EA2487EEA07FFEA040738080380A2001813C01301123838FC07F815157F
+9419>97 D<B51280EA1C031300A21440A213081400A21318EA1FF8EA1C1813081420A213
+001460144014C01301B5FC13157F9417>101 D<EBFC2038078260380E01E0EA1C004813
+6000781320127012F01400A3EB0FF8EB00E0A21270127812387E7E380783603800FC2015
+157E941B>103 D<38FF8FF8381C01C0A9EA1FFFEA1C01A938FF8FF815157F9419>I<EAFF
+80EA1C00B3EAFF8009157F940D>I<38FF81F8381C01E01480140013025B5B5B13301370
+13B8EA1D1C121EEA1C0E7F14801303EB01C014E014F038FF83FC16157F941A>107
+D<38FC03F8381E00E014401217EA138013C01211EA10E01370A21338131CA2130E130714
+C0130313011300123800FE134015157F9419>110 D<EA01F8EA070EEA0C03001C138038
+3801C0007813E0EA700000F013F0A7007013E0EA7801003813C0381C0380EA1E0738070E
+00EA01F814157E941A>I<EAFFF8EA1C0EEB0780130314C0A314801307EB0E00EA1FF8EA
+1C1C7F7FA31480148414C4EB03CC38FF80F816157F9419>114 D<38FF83F8381C00E014
+40AE000C13C0000E138038060100EA0386EA00FC15157F9419>117
+D<39FF07F87E393C01E03C0038EBC018391C02E010A3390E047020A33907083840A33903
+901C80A33901E00F00A33800C006A31F157F9423>119 D<38FF07F0381E03C0000E1300
+EA0F02EA0706EA038413C8EA01D0EA00F0A21370137813BCEA011C487EEA020F487E380C
+0380000813C0003C13E038FE07F815157F9419>I<38FF80FE381E0038000E1320000F13
+606C13403803808013C03801C10013E212001374137C1338A848B4FC1715809419>I<EA
+FFFEEAF01C12C013381280137013E01200EA01C0A2EA0380EA0700A2EA0E02A2121C1238
+13061270131EEAFFFE0F157E9415>I E /Fg 58 123 df<EBFCF83807839CEA0E07001C
+13081400A5B512E0381C0700AC387F1FE01617809615>11 D<13FCEA0782EA0E07121C13
+0290C7FCA4B5FCEA1C07AC387F1FC01217809614>I<EA60C0EAF1E0A21270EA1020A2EA
+2040A2EA4080A20B0A7F9612>34 D<126012F0A212701210A21220A21240A2040A7D960A
+>39 D<120112021204120C1218A21230A212701260A312E0AA1260A312701230A21218A2
+120C12041202120108227D980E>I<12801240122012301218A2120CA2120E1206A31207
+AA1206A3120E120CA21218A2123012201240128008227E980E>I<126012F0A212701210
+A21220A21240A2040A7D830A>44 D<EAFF80A2090280870C>I<126012F0A2126004047D
+830A>I<1206120E12FE120EB1EAFFE00B157D9412>49 D<EA0F80EA30E0EA4070EA8030
+EAC03812E0124012001370A2136013C0EA0180EA03001206EA0C081208EA1018EA3FF012
+7F12FF0D157E9412>I<EA0FE0EA3030EA6018EA701CA21200131813381360EA07E0EA00
+301318130C130EA212E0A2EAC00CEA4018EA3030EA0FE00F157F9412>I<EA01F0EA0608
+EA080CEA181C1230EA7000126012E0EAE3E0EAEC30EAF018130CEAE00EA31260A2EA300C
+1318EA1830EA07C00F157F9412>54 D<EA07E0EA1830EA2018EA600CA21270EA7818EA3E
+10EA1F60EA07C0EA0FF0EA18F8EA607C131EEAC00E1306A21304EA600CEA3830EA0FE00F
+157F9412>56 D<EA07C0EA1830EA30181260EAE00CA2130EA3EA601E1230EA186EEA0F8E
+EA000E130C131CEA7018A2EA6030EA20E0EA1F800F157F9412>I<13101338A3135CA313
+8EA3EA0107A238020380A33807FFC0EA0401A2380800E0A2001813F0123838FE03FE1717
+7F961A>65 D<EAFFFE381C0380EB00E014601470A414E0EB01C0381FFF8014C0381C00E0
+147014301438A4147014E0EB01C0B5120015177F9619>I<EBFC1038038330380E00B048
+1370481330123000701310126012E01400A51410126012700030132012386C13406C1380
+38038300EA00FC14177E9619>I<B5FC381C01C0EB00E0143014381418141C140C140EA7
+140C141CA2143814301460EB01C0B5120017177F961B>I<B512E0EA1C00146014201410
+A3EB0400A3130CEA1FFCEA1C0C13041408A2130014181410A2143014F0B5FC15177F9618
+>I<EAFFE0EA0E00B3A3EAFFE00B177F960D>73 D<EA0FF8EA00E0B112E0A2EAC1C0EA61
+80EA1F000D177E9612>I<38FF80FE381C0078146014401480EB0100130613085B133813
+78139CEA1D0E121EEA1C07EB0380EB01C0A2EB00E014701478147C38FF80FF18177F961B
+>I<00FEEB03F8001E14C000171305A338138009A23811C011A33810E021A2EB7041A3EB
+3881A2EB1D01A2130EA2123839FE040FF81D177F9620>77 D<00FC13FE001E1338001F13
+101217EA1380EA11C0A2EA10E013701338A2131C130E130F1307EB0390EB01D0A2EB00F0
+14701430123800FE131017177F961A>I<13FCEA0303380E01C0381C00E0481370003013
+30007013380060131800E0131CA700701338A200301330003813706C13E0380E01C03803
+0300EA00FC16177E961B>I<EAFFFE381C0380EB00C014601470A4146014C0EB0380381F
+FE00001CC7FCAAB47E14177F9618>I<EA0FC4EA302CEA601CEA400CEAC004A3EAE00012
+70127FEA3FE0EA0FF8EA01FCEA001C130E13061280A3EAC004EAE008EAD810EA87E00F17
+7E9614>83 D<387FFFF83860381800401308A200801304A300001300AF3803FF8016177F
+9619>I<B4137E003C1338001C1310A26C1320A2000F13606C1340A238038080A213C100
+011300A2EA00E2A213F21374A21338A3131017177F961A>86 D<12FCA212C0B3AB12FCA2
+06217D980A>91 D<EA2040A2EA4080A2EA8100A2EAE1C0EAF1E0A2EA60C00B0A7B9612>
+I<12FCA2120CB3AB12FCA2062180980A>I<EA3FC0EA70601330EA20381200EA03F8EA1E
+3812301270EAE039A21379EA70FFEA1F1E100E7F8D12>97 D<12F81238A8EA39F0EA3E0C
+EA380613077F1480A414005B1306EA361CEA21F011177F9614>I<EA07F0EA18381230EA
+7010EA600012E0A41260EA70081230EA1830EA07C00D0E7F8D10>I<133E130EA8EA07CE
+EA1C3EEA300E1270126012E0A412601270EA301EEA182E3807CF8011177F9614>I<EA0F
+C0EA1860EA3030EA7038EAE018EAFFF8EAE000A31260EA7008EA3010EA1830EA07C00D0E
+7F8D10>I<EA03E0EA0670120EEA1C201300A5EAFF80EA1C00ACEA7F800C1780960B>I<EA
+0F9EEA18E3EA3060EA7070A3EA3060EA18C0EA2F80EA20001260EA3FE013F813FCEA600E
+EAC006A3EA600CEA3838EA0FE010157F8D12>I<12F81238A813F8EA3B1CEA3C0E1238AA
+38FE3F8011177F9614>I<12301278A212301200A512F81238AC12FE07177F960A>I<12F8
+1238A8133E13381330134013801239EA3FC0EA39E0123813F01378133CA2EAFE7F10177F
+9613>107 D<12F81238B3A312FE07177F960A>I<38F8F83E383B1CC7393C0F0380EA380E
+AA39FE3F8FE01B0E7F8D1E>I<EAF8F8EA3B1CEA3C0E1238AA38FE3F80110E7F8D14>I<EA
+07C0EA1830EA3018EA600CA2EAE00EA5EA701CEA3018EA1830EA07C00F0E7F8D12>I<EA
+F9F0EA3E1CEA380613077F1480A414005B130EEA3E1CEA39F00038C7FCA512FE11147F8D
+14>I<EA07C2EA1C26EA381EEA700E126012E0A412601270EA301EEA1C2EEA07CEEA000E
+A5EB3F8011147F8D13>I<EAF9E0EA3A70123CEA38201300A9B4FC0C0E7F8D0E>I<EA1F40
+EA60C0EAC040A2EAE000B4FCEA7F80EA1FC0EA01E0EA8060A212C0EAE0C0EA9F000B0E7F
+8D0E>I<1208A31218A21238EAFFC0EA3800A71340A4EA1C80EA0F000A147F930E>I<EAF8
+3EEA380EAA131EEA1C2E3807CF80110E7F8D14>I<EAFE1FEA380EEA3C0CEA1C08A2EA0E
+10A2EA0720A213E0EA03C0A2EA0180A2100E7F8D13>I<38FEFE7C383838381410133C00
+1C1320134C381E4E60380ECE401387000713801303A200031300EA0201160E7F8D19>I<
+EAFE3FEA3C1CEA1C10EA0E20EA074013C0EA0380EA01C0EA02E0EA04F0EA0870EA1838EA
+383CEAFC7F100E7F8D13>I<EAFE1FEA380EEA3C0CEA1C08A2EA0E10A2EA0720A213E0EA
+03C0A2EA0180A21300A212E2A212A4127810147F8D13>I<EAFFF0EAC0E01280EA81C0EA
+83801287EA0700120EEA1E08121CEA3818EA70101330EAFFF00D0E7F8D10>I
+E /Fh 5 50 df<B61280A219027D8A20>0 D<0040132000C01360006013C03830018038
+180300EA0C066C5A6C5AEA01B0EA00E0A2EA01B0EA0318EA060C487E487E383001803860
+00C04813600040132013147A9320>2 D<1203A4EAC30CEAE31CEA7338EA1FE0EA0780A2
+EA1FE0EA7338EAE31CEAC30CEA0300A40E127D9215>I<EA03C0EA0FF0EA1FF8EA3FFCEA
+7FFEA2B5FCA4EA7FFEA2EA3FFCEA1FF8EA0FF0EA03C010107E9115>15
+D<D807E0133FD80FF8EBF1803A183E0180403A200F030020264007841310EB03CC268001
+D81308EB00F0A21478A214DC2640019E1310140F3A20060780203A100C03E0C03A0C7800
+FF80D807E0EB3F0025127E912A>49 D E /Fi 56 123 df<903801F03C9038071C47010C
+13C7EC19C690381C0180140313181338A2EC0700A20003B512F03900700700A3140EA213
+E0A35CA2EA01C0A35CA2EA0380A21430EB0070A248136038C630E038E638C038CC3180D8
+781EC7FC2025819C19>11 D<14FE90380301801306EB0C03EB1C0191C7FC13181338A438
+03FFFE3800700EA35CA213E0A25CA3EA01C01472A438038034141891C7FC90C8FCA25A12
+C612E65A12781925819C17>I<12E0A3127012301210121812080508749C15>18
+D<12031207120E121C1238126012C012800808729C15>I<133C0163133001C113703801
+8080000314201301D807031340EC0080390E00010014025CEBE01A380F1021000E1341EC
+8080EA1A203839C10038300160387000E0A248EB0100A31402A200605B00705B00305B6C
+1360380E0380D801FCC7FC1C1F7B9D20>38 D<1218123CA31204A21208A2121012201240
+1280060C779C0D>I<12181238127812381208A21210A212201240A21280050C7D830D>
+44 D<EAFFC0A30A037D890F>I<EB018014C0EB0380A314005BA21306130E130C131C1318
+A25BA25B134013C6EA018E130E1202EA061C120C1218123FEA40F838803F8038003800A2
+5BA45B136012247E9B15>52 D<EB0F80EB3860EB6020EBC0E0EA018048C7FC1206120E12
+0C121C13F8EA3904EA3A06EA3C031278A2007013801400EA600712E0A21306130E130CEA
+601C1318EA2030EA30C0EA0F80131D7C9B15>54 D<131FEB60C0EBC060EA018038030030
+A200061360120714C013803803C10013E6EA01FCEA0078EA01BCEA061E487E487E383003
+801220EA6001A238C00300A21306EA60045BEA3830EA0FC0141D7D9B15>56
+D<133E13E138018180380300C01206120E120C121CA213011238A31303001813801307EA
+080B380C3300EA03C7EA0007130E130C131C1318EAE0305BEA80C0EAC180003EC7FC121D
+7C9B15>I<1206120FA212061200AA1230127812F0126008127C910D>I<1418A21438A214
+78A214B8EB0138A2EB023C141C1304130C13081310A21320A2EB7FFCEBC01C1380EA0100
+141E0002130EA25A120C001C131EB4EBFFC01A1D7E9C1F>65 D<48B5FC39003C03809038
+3801C0EC00E0A35B1401A2EC03C001E01380EC0F00141EEBFFFC3801C00E801580A2EA03
+80A43907000F00140E141E5C000E13F0B512C01B1C7E9B1D>I<903803F02090381E0C60
+90383002E09038E003C03801C001EA038048C7FC000E1480121E121C123C15005AA35AA4
+1404A35C12705C6C5B00185B6C485AD80706C7FCEA01F81B1E7A9C1E>I<48B5FC39003C
+03C090383800E0A21570A24913781538A215785BA4484813F0A315E03803800115C01403
+15803907000700140E5C5C000E13E0B512801D1C7E9B1F>I<48B512F038003C00013813
+301520A35BA214081500495AA21430EBFFF03801C020A439038040801400A2EC0100EA07
+005C14021406000E133CB512FC1C1C7E9B1C>I<3A01FFC3FF803A003C00780001381370
+A4495BA449485AA390B5FC3901C00380A4484848C7FCA43807000EA448131E39FFE1FFC0
+211C7E9B1F>72 D<EA03FFEA00781370A413E0A4EA01C0A4EA0380A4EA0700A4120EA412
+1EEAFFC0101C7D9B10>I<EB3FF8EB03C01480A4EB0700A4130EA45BA45BA4EA607012E0
+EAC060EA80E0EA81C0EA4380003EC7FC151D7C9B16>I<3801FFC038003C001338A45BA4
+5BA4485AA438038002A31404EA0700140C14181438000E13F0B5FC171C7E9B1A>76
+D<D801FEEB01FED8003E14E0012EEB03C01505A21509014EEB0B801513152313470187EB
+4700A21587EC0107D80107130E14021404A20002495AEB0388149014A000045C14C0A200
+0C1380001CEB007839FF8307FF271C7E9B25>I<EB07F0EB1C1CEB700E497E3901C00380
+EA0380EA0700000E14C0121E121C123CA25AA348EB0780A3EC0F00A2140E141E5C007013
+385C00785B383801C06C485AD80E0EC7FCEA03F81A1E7A9C20>79
+D<3801FFFE39003C038090383801C0EC00E0A3EB7001A315C0EBE0031580EC0700141C38
+01FFF001C0C7FCA3485AA448C8FCA45AEAFFE01B1C7E9B1C>I<3801FFFE39003C078090
+383801C015E01400A2EB7001A3EC03C001E01380EC0700141CEBFFE03801C03080141CA2
+EA0380A43807003C1520A348144039FFE01E80C7EA0F001B1D7E9B1E>82
+D<EB0F84EB304CEB403CEB8018EA01005AA200061310A214001207A2EA03E013FC6CB4FC
+38007F80EB07C01301A21300A21220A238600180A2EB03001302EAF004EACC18EA83E016
+1E7D9C17>I<001FB512C0381C070138300E0000201480126012405B1280A2000014005B
+A45BA45BA4485AA41203EA7FFE1A1C799B1E>I<39FF801FC0393C000700001C1304A25C
+5CA25CA25C5CA26C48C7FCA213025BA25BA25B5B120F6C5AA25B90C8FCA21206A21A1D77
+9B1F>86 D<3AFF83FF07F03A3C007001C00038158002F01300A290380170025D13025D13
+045D13085D131001305B1320D81C405BA2D98071C7FCA2381D0072A2001E1374A2001C13
+38A20018133014201210241D779B29>I<39FFC00FE0391E000380000EEB02005C000F13
+0C6C13086D5A00035B5CEBC0C000015B01C1C7FC13E2EA00E413EC13F81370A25BA4485A
+A4485AEA3FF81B1C789B1F>89 D<EA01E3EA0717EA0C0F1218EA380E12301270A2EAE01C
+A41339A3EA6079EA319AEA1E0C10127C9115>97 D<123F1207A2120EA45AA4EA39E0EA3A
+18EA3C0C12381270130EA3EAE01CA31318133813301360EA60C0EA3180EA1E000F1D7C9C
+13>I<13F8EA0304120EEA1C0EEA181CEA30001270A25AA51304EA60081310EA3060EA0F
+800F127C9113>I<EB07E01300A2EB01C0A4EB0380A43801E700EA0717EA0C0F1218EA38
+0E12301270A2485AA41339A3EA6079EA319AEA1E0C131D7C9C15>I<13F8EA0704120CEA
+1802EA38041230EA7008EA7FF0EAE000A5EA60041308EA30101360EA0F800F127C9113>
+I<EB03C0EB0670130CEB1C601400A25BA53803FF8038007000A55BA5485AA5485AA390C7
+FCA25A12C612E65A12781425819C0D>I<EB78C0EA01C5EA03031206000E1380120C121C
+A238380700A4130EA3EA181EEA0C7CEA079CEA001CA25BA2EAC030EAE070EAC1C0007FC7
+FC121A7E9113>I<EA0FC01201A2485AA448C7FCA4EA0E3E13C3380F0380120E121E121C
+A338380700A3130E00701340A2131C1480EAE00C38600700121D7E9C15>I<EA01801203
+EA0100C7FCA7121C12261247A2128EA2120E5AA35AA21271A31272A2123C091C7C9B0D>
+I<EA0FC01201A2485AA448C7FCA4380E07801308EB11C01321381C4180EB8000001DC7FC
+121EEA3FC0EA38E01370A2EA7071A31372EAE032EA601C121D7E9C13>107
+D<EA1F801203A2EA0700A4120EA45AA45AA45AA412E2A312E412641238091D7D9C0B>I<
+391C1E078039266318C0394683A0E0384703C0008E1380A2120EA2391C0701C0A3EC0380
+D8380E1388A2EC0708151039701C032039300C01C01D127C9122>I<EA383EEA4CC3384D
+0380124E129E129C121CA238380700A3130E00701340A2131C1480EAE00C386007001212
+7C9117>I<13F8EA030CEA0E06487E1218123000701380A238E00700A3130EA25BEA6018
+5BEA30E0EA0F8011127C9115>I<380387803804C860EBD03013E0EA09C014381201A238
+038070A31460380700E014C0EB0180EB8300EA0E86137890C7FCA25AA45AB4FC151A8091
+15>I<EA01E1EA0713EA0C0F1218EA380E12301270A2EAE01CA41338A3EA6078EA31F0EA
+1E701200A213E0A4EA01C0EA0FF8101A7C9113>I<EA1C3CEA2642EA4687EA4707EA8E06
+1300120EA25AA45AA45A123010127C9112>I<EA01F0EA0608120C131CEA1818EA1C0012
+1F13C0EA0FF01207EA00781338EA603012E012C0EA8060EA60C0EA1F000E127D9111>I<
+12035AA3120EA4EAFFE0EA1C00A35AA45AA4EAE080A2EAE100A2126612380B1A7C990E>
+I<381C0180EA2E03124EA2388E0700A2121CA2EA380EA438301C80A3EA383C38184D00EA
+0F8611127C9116>I<EA1C06EA2E0EEA4E06A2EA8E02A2121CA2EA3804A313081230A213
+10EA3820EA1840EA0F800F127C9113>I<381E0183382703871247148338870701A2120E
+A2381C0E02A31404EA180C131C1408EA1C1E380C26303807C3C018127C911C>I<380387
+80380CC840380870E012103820E0C014001200A2485AA4EA03811263EAE38212C5EA8584
+EA787813127E9113>I<381C0180EA2E03124EA2388E0700A2121CA2EA380EA4EA301CA3
+EA383CEA1878EA0FB8EA003813301370EAE0605BEA81800043C7FC123C111A7C9114>I<
+EA01C1EA07E1EA0FF6EA081CEA1008EA0010132013401380EA010012025AEA08041210EA
+2C0CEA73F8EA41F0EA80E010127E9111>I E /Fj 9 120 df<13F8EA030C380E0604EA1C
+07383803080030138800701390A200E013A0A214C01480A3EA6007EB0B8838307190380F
+80E016127E911B>11 D<EB01F0EB0618EB080C1310EB200E13401380141CEA0100141814
+3838020FF0EB10C0EB0FE0EB00305AA21438A2481370A314E01218EB01C000141380EB03
+00EA230EEA20F890C7FCA25AA45AA217257F9C17>I<126012F0A2126004047C830C>58
+D<130113031306A3130CA31318A31330A31360A213C0A3EA0180A3EA0300A31206A25AA3
+5AA35AA35AA35AA210297E9E15>61 D<EB07E01300A2EB01C0A4EB0380A43801E700EA07
+17EA0C0F1218EA380E12301270A2485AA4EB3880A3EA607838319900EA1E0E131D7E9C16
+>100 D<EA0FC01201A2485AA448C7FCA4EA0E07EB0880EB11C01323381C4780EB830000
+1DC7FC121EEA3FC0EA38E01370A2EA7071A31372EAE032EA601C121D7E9C16>107
+D<EA1F801203A2EA0700A4120EA45AA45AA45AA412E2A312E412641238091D7F9C0C>I<
+EA3C1F384E6180384681C0EA4701128F128E120EA2381C0380A3EB070000381310A2130E
+1420387006403830038014127E9119>110 D<001CEBC080392701C1C0124714C0398703
+8040A2120EA2391C070080A3EC0100EA1806A2381C0E02EB0F04380E13083803E1F01A12
+7E911E>119 D E /Fk 83 128 df<EB3F80EBE0E03803803848487E000E7F487F003C14
+8000381303007814C0A20070130100F014E000F11311EBFFF1A3EB001100F01301A20070
+14C000781303A200381480003C1307001C14006C130E6C5B6C6C5A3800E0E0EB3F801B1E
+7E9C20>2 D<EB7E1F3901C1B180390303E3C0000713C3000EEBC180903801C000A6B512
+FC380E01C0B0387F87FC1A1D809C18>11 D<137E3801C180EA0301380703C0120EEB0180
+90C7FCA5B512C0EA0E01B0387F87F8151D809C17>I<EB7FC0EA01C1EA03031207EA0E01
+A7B5FCEA0E01B0387FCFF8151D809C17>I<90383F07E03901C09C18380380F0D8070113
+3C000E13E00100131892C7FCA5B612FC390E00E01CB03A7FC7FCFF80211D809C23>I<12
+0EA2121E1238127012E012800707779C15>19 D<EA6060EAF0F0EAF8F8EA6868EA0808A3
+EA1010A2EA2020EA4040EA80800D0C7F9C15>34 D<000F14C0EA18803930600380397038
+0700386027FB38E010065CA25CA25C5CEA602000705B38304180EA1881390F0303C03900
+060620EC0C1090380C1C08EB1818EC380413301360A213C0A2EA01803903001808141C00
+06EB0C1048EB06200004EB03C01E217E9E23>37 D<126012F012F812681208A31210A212
+2012401280050C7C9C0C>39 D<1380EA0100120212065AA25AA25AA35AA412E0AC1260A4
+7EA37EA27EA27E12027EEA0080092A7C9E10>I<7E12407E12307EA27EA27EA37EA41380
+AC1300A41206A35AA25AA25A12205A5A092A7E9E10>I<1306ADB612E0A2D80006C7FCAD
+1B1C7E9720>43 D<126012F0A212701210A41220A212401280040C7C830C>I<EAFFE0A2
+0B0280890E>I<126012F0A2126004047C830C>I<130113031306A3130CA31318A31330A3
+1360A213C0A3EA0180A3EA0300A31206A25AA35AA35AA35AA35AA210297E9E15>I<EA03
+C0EA0C30EA1818EA300CA2EA700EEA6006A2EAE007ADEA6006A2EA700EEA300CA2EA1818
+EA0C30EA07E0101D7E9B15>I<5A1207123F12C71207B3A5EAFFF80D1C7C9B15>I<EA07C0
+EA1830EA201CEA400C130EEAF00F12F81307A21270EA000F130EA2131CA2133813701360
+13C0EA0180EA0300EA0601120C1218EA1002EA3FFE127F12FF101C7E9B15>I<EA07E0EA
+1830EA201CA2EA781E130E131E1238EA001CA2131813301360EA07C0EA0030131CA2130E
+130FA2127012F8A3EAF00EEA401C1220EA1830EA07C0101D7E9B15>I<130CA2131C133C
+A2135C13DC139CEA011C120312021204120C1208121012301220124012C0B512C038001C
+00A73801FFC0121C7F9B15>I<EA300CEA3FF813F013C0EA2000A6EA23E0EA2C30EA3018
+131CEA200E1200130FA3126012F0A3EA800EEA401E131CEA2038EA1870EA07C0101D7E9B
+15>I<13F0EA030CEA0404EA0C0EEA181E1230130CEA7000A21260EAE3E0EAE430EAE818
+EAF00C130EEAE0061307A51260A2EA7006EA300E130CEA1818EA0C30EA03E0101D7E9B15
+>I<1240387FFF801400A2EA4002485AA25B485AA25B1360134013C0A212015BA21203A4
+1207A66CC7FC111D7E9B15>I<EA03E0EA0C30EA1008EA200C13061260A21270A2EA7C0C
+EA3E18EA3FB0EA1FE0EA07F013F8EA18FCEA307EEA601E130FEAC0071303A4EA60021304
+EA300CEA1C10EA07E0101D7E9B15>I<EA03C0EA0C30EA1818EA300C1270EA600EEAE006
+A21307A51260EA700F1230EA1817EA0C27EA07C7EA0006A2130EEA300C127813181270EA
+2030EA10C0EA0F80101D7E9B15>I<126012F0A212601200AA126012F0A2126004127C91
+0C>I<126012F0A212601200AA126012F0A212701210A41220A212401280041A7C910C>I<
+007FB512C0B612E0C9FCA8B612E06C14C01B0C7E8F20>61 D<1306A3130FA3EB1780A2EB
+37C01323A2EB43E01341A2EB80F0A338010078A2EBFFF83802003CA3487FA2000C131F80
+001E5BB4EBFFF01C1D7F9C1F>65 D<B512C0380F00788080140E140FA4140E141E5C14F8
+EBFFF0EB003C8080801580A5EC0F00A2141E1478B512E0191C7F9B1D>I<90381F8080EB
+E0613801801938070007000E13035A14015A00781300A2127000F01400A8007014801278
+A212386CEB0100A26C13026C5B380180083800E030EB1FC0191E7E9C1E>I<B512C0380F
+00F0143C140E80A2EC038015C01401A215E0A815C0A21403158014071500140E5C1470B5
+12C01B1C7E9B20>I<B512FC380F003C140C1404A214061402A213011400A35B13FF1303
+7FA3140113001402A31406A2140C143CB512FC181C7E9B1C>I<B512F8380F0078141814
+08A2140C1404A213011400A35B13FF13037FA490C7FCA8EAFFF8161C7E9B1B>I<90381F
+8080EBE0613801801938070007000E13035A14015A00781300A2127000F01400A6ECFFF0
+EC0F80007013071278A212387EA27E6C130B380180113800E06090381F80001C1E7E9C21
+>I<39FFF0FFF0390F000F00AC90B5FCEB000FAD39FFF0FFF01C1C7F9B1F>I<EAFFF0EA0F
+00B3A8EAFFF00C1C7F9B0F>I<3807FF8038007C00133CB3127012F8A21338EA7078EA40
+70EA30E0EA0F80111D7F9B15>I<39FFF01FE0390F000780EC060014045C5C5C5C5C49C7
+FC13021306130FEB17801327EB43C0EB81E013016D7E1478A280143E141E80158015C039
+FFF03FF01C1C7F9B20>I<EAFFF8EA0F8090C7FCB01408A31418A2141014301470EB01F0
+B5FC151C7E9B1A>I<B46CEBFF80000FECF800A2390BC00178A33809E002A23808F004A3
+EB7808A3EB3C10A3EB1E20A3EB0F40A2EB0780A3EB0300121C3AFF8307FF80211C7E9B26
+>I<B4EB1FF0390F8003809038C00100120BEA09E0EA08F0A21378133C133E131E130F14
+811307EB03C1EB01E114F113001479147D143D141FA2808080121CB46C7E1C1C7F9B1F>
+I<EB3F80EBE0E03803803848487E000E7F487F003C148000381303007814C0A200701301
+00F014E0A8007014C000781303A200381480003C1307001C14006C130E6C5B6C6C5A3800
+E0E0EB3F801B1E7E9C20>I<B51280380F00E01478143C141C141EA5141C143C147814E0
+EBFF8090C7FCACEAFFF0171C7E9B1C>I<B5FC380F01E0EB007880141C141EA4141C143C
+5CEB01E001FFC7FCEB01E0EB0070147880A61510A2141CA239FFF00E20C7EA03C01C1D7E
+9B1F>82 D<3807E080EA1C19EA30051303EA600112E01300A36C13007E127CEA7FC0EA3F
+F8EA1FFEEA07FFC61380130FEB07C0130313011280A300C01380A238E00300EAD002EACC
+0CEA83F8121E7E9C17>I<007FB512C038700F010060130000401440A200C014201280A3
+00001400B1497E3803FFFC1B1C7F9B1E>I<39FFF01FF0390F000380EC0100B3A26C1302
+138000035BEA01C03800E018EB7060EB0F801C1D7F9B1F>I<39FFE00FF0391F0003C0EC
+01806C1400A238078002A213C000035BA2EBE00C00011308A26C6C5AA213F8EB7820A26D
+5AA36D5AA2131F6DC7FCA21306A31C1D7F9B1F>I<3AFFE1FFC0FF3A1F003E003C001E01
+3C13186C6D1310A32607801F1320A33A03C0278040A33A01E043C080A33A00F081E100A3
+9038F900F3017913F2A2017E137E013E137CA2013C133C011C1338A20118131801081310
+281D7F9B2B>I<39FFF003FC390F8001E00007EB00C06D13800003EB01006D5A00011302
+6C6C5A13F8EB7808EB7C18EB3C10EB3E20131F6D5A14C06D5AABEB7FF81E1C809B1F>89
+D<12FEA212C0B3B312FEA207297C9E0C>91 D<EA0808EA1010EA2020EA4040A2EA8080A3
+EAB0B0EAF8F8EA7878EA30300D0C7A9C15>I<12FEA21206B3B312FEA20729809E0C>I<EA
+1FC0EA3070EA78387F12301200A2EA01FCEA0F1C12381270126000E01340A3EA603C3830
+4E80381F870012127E9115>97 D<12FC121CAA137CEA1D87381E0180381C00C014E01460
+1470A6146014E014C0381E018038190700EA10FC141D7F9C17>I<EA03F8EA0C0CEA181E
+1230EA700CEA600012E0A61260EA70021230EA1804EA0C18EA03E00F127F9112>I<EB1F
+801303AAEA03F3EA0E0BEA1807EA30031270126012E0A6126012701230EA1807EA0E1B38
+03E3F0141D7F9C17>I<EA07E0EA0C30EA1818EA300CEA700EEA600612E0EAFFFEEAE000
+A41260EA70021230EA1804EA0C18EA03E00F127F9112>I<13F8EA018CEA071E1206EA0E
+0C1300A6EAFFE0EA0E00B0EA7FE00F1D809C0D>I<EB03803807C4C0EA1C783838388038
+301800EA701CA4EA3018EA38386C5AEA27C00020C7FCA21230EA3FF86CB4FC1480EA2003
+386001C0EAC000A33860018038300300EA1C0EEA07F8121C7F9215>I<12FC121CAA137C
+1387EA1D03001E1380121CAD38FF9FF0141D7F9C17>I<1218123CA21218C7FCA712FC12
+1CB0EAFF80091D7F9C0C>I<13C0EA01E0A2EA00C01300A7EA07E01200B3A21260EAF0C0
+12F1EA6180EA3E000B25839C0D>I<12FC121CAAEB0FE0EB0780EB06005B13105B5B13E0
+121DEA1E70EA1C781338133C131C7F130F148038FF9FE0131D7F9C16>I<12FC121CB3A9
+EAFF80091D7F9C0C>I<39FC7E07E0391C838838391D019018001EEBE01C001C13C0AD3A
+FF8FF8FF8021127F9124>I<EAFC7CEA1C87EA1D03001E1380121CAD38FF9FF014127F91
+17>I<EA03F0EA0E1CEA1806487E00701380EA600100E013C0A600601380EA7003003013
+00EA1806EA0E1CEA03F012127F9115>I<EAFC7CEA1D87381E0180001C13C0EB00E0A214
+70A614E0A2EB01C0001E1380381D0700EA1CFC90C7FCA7B47E141A7F9117>I<3803E080
+EA0E19EA1805EA3807EA7003A212E0A61270A2EA38071218EA0E1BEA03E3EA0003A7EB1F
+F0141A7F9116>I<EAFCE0EA1D38EA1E78A2EA1C301300ACEAFFC00D127F9110>I<EA1F90
+EA2070EA4030EAC010A212E0EAF800EA7F80EA3FE0EA0FF0EA00F8EA8038131812C0A2EA
+E010EAD060EA8FC00D127F9110>I<1204A4120CA2121C123CEAFFE0EA1C00A91310A512
+0CEA0E20EA03C00C1A7F9910>I<38FC1F80EA1C03AD1307120CEA0E1B3803E3F014127F
+9117>I<38FF07E0383C0380381C0100A2EA0E02A2EA0F06EA0704A2EA0388A213C8EA01
+D0A2EA00E0A3134013127F9116>I<39FF3FC7E0393C0703C0001CEB01801500130B000E
+1382A21311000713C4A213203803A0E8A2EBC06800011370A2EB8030000013201B127F91
+1E>I<38FF0FE0381E0700EA1C06EA0E046C5AEA039013B0EA01E012007F12011338EA02
+1C1204EA0C0E487E003C138038FE1FF014127F9116>I<38FF07E0383C0380381C0100A2
+EA0E02A2EA0F06EA0704A2EA0388A213C8EA01D0A2EA00E0A31340A25BA212F000F1C7FC
+12F312661238131A7F9116>I<EA7FFCEA70381260EA407013F013E0EA41C012031380EA
+0700EA0F04120E121CEA3C0CEA380812701338EAFFF80E127F9112>I<B512F01401808B
+15>I<EA6060EAF0F0A2EA60600C047C9C15>127 D E /Fl 38 121
+df<130E131E137EEA07FE12FFA212F81200B3ABB512FEA317277BA622>49
+D<EBFF80000713F04813FC381E03FE393800FF80007C133F00FE14C06C131F15E0140FA2
+127E003C131FC7FC15C0A2EC3F801500147E5C5C495A495AEB078049C7FC131E4913E013
+705B3901C001C0EA0380EA0600000FB5FC5A5A5AB61280A31B277DA622>I<EB7F803803
+FFF04813FC380F81FE381F007FEA3F80EC3F80A3121F1300C7EA7F00A2147E5C495AEB07
+F0EBFFC0A2EB01F8EB007E801580EC1FC0A215E0A2123C127EB4FCA215C0143F48148000
+7CEB7F00383F01FE6CB45A000713F0C613801B277DA622>I<140FA25C5C5C5C5BA2EB03
+BFEB073F130E131C133C1338137013E0EA01C0EA038012071300120E5A5A5A12F0B612F8
+A3C7EA7F00A890381FFFF8A31D277EA622>I<00181303381F801FEBFFFE5C5C5C14C091
+C7FC001CC8FCA7EB7FC0381DFFF8381F80FC381E003F1208C7EA1F8015C0A215E0A21218
+127C12FEA315C05A0078EB3F80A26CEB7F00381F01FE6CB45A000313F0C613801B277DA6
+22>I<EB07F8EB3FFE90B5FC3901FC07803903F00FC03807C01FEA0F80121F130048EB0F
+8091C7FC127EA3EAFE02EB1FF0EB3FFCEB603EEB801F00FF14809038000FC0A24814E0A4
+127EA4123E003F14C07EEC1F80D80F8013003807E07E6CB45A6C5B38003FC01B277DA622
+>I<EC0780A24A7EA34A7EA24A7EA3EC77F8A2ECF7FC14E3A2903801C1FEA201037F1480
+A249486C7EA24980010E133FA2496D7EA2013FB57EA39039700007F8A201F08049130300
+0181491301A2000381D8FFFE013F13FCA32E297EA833>65 D<91387FE003903907FFFC07
+011FEBFF0F90397FF00F9F9039FF0001FFD801FC7F4848147F4848143F4848141F485A16
+0F485A1607127FA290C9FC5AA97E7F1607123FA26C7E160E6C7E6C6C141C6C6C143C6C6C
+14786CB4EB01F090397FF007C0011FB512800107EBFE009038007FF028297CA831>67
+D<B612FCEDFF8016E03A03FC001FF8ED03FCED00FE167FEE3F80EE1FC0A2EE0FE0A2EE07
+F0A417F8AA17F0A3EE0FE0A217C0161FEE3F80EE7F005EED03FCED1FF8B75A168003FCC7
+FC2D297EA834>I<B712E0A33903FC001FED07F01501A215001670A3913801C0781638A3
+02031300A2140F90B5FCA3EBFC0F1403A20201130EA3161C91C7FCA3163C1638167816F8
+15011503151FB712F0A327297EA82C>I<B712C0A33903FC003FED0FE015031501A21500
+A316F0913801C070A316001403A2140F90B5FCA3EBFC0F1403A21401A491C8FCA9B512FC
+A324297EA82A>I<B5D8F00FB5FCA3D803FCC7EA3FC0AF90B7FCA301FCC7123FB1B5D8F0
+0FB5FCA330297EA835>72 D<B512F0A33803FC00B3B1B512F0A314297EA819>I<B612F8
+15FF16C03A03FC003FE0ED07F0ED03F816FC150116FEA716FC150316F8ED07F0ED3FE090
+B61280EDFE0001FCC8FCB0B512F0A327297EA82E>80 D<B612E015FE6F7E3A03FC003FE0
+ED0FF06F7E6F7E150182A65E4B5A1507ED0FE0ED3FC090B500FEC7FCA29039FC00FF80ED
+3FC06F7E6F7E6F7EA9170EA21503923801FC1CB538F000FEEE7FF8EE0FE02F297EA832>
+82 D<007FB71280A39039807F807FD87C00140F00781507A20070150300F016C0A24815
+01A5C791C7FCB3A490B612C0A32A287EA72F>84 D<B53CE07FFFE01FFFC0A32803FC0003
+FCC7EA7000A26D6D7E000160A26D6E13016C604B138002801503017F5F4B13C0D93FC001
+3F49C7FCA2913AE00E1FE00F011F160E17F09126F01C0F131E010F161C033C13F8902707
+F838075BA2037813FC902703FC70035BA2913AFEE001FEF001015E02FF14FF4B7E6D5EA2
+6E486D5AA36EC76CC8FCA2023E80021E141EA242297FA845>87 D<3803FF80000F13F038
+1F01FC383F80FE147F801580EA1F00C7FCA4EB3FFF3801FC3FEA0FE0EA1F80EA3F00127E
+5AA4145F007E13DF393F839FFC381FFE0F3803FC031E1B7E9A21>97
+D<EB3FF03801FFFC3803F03E380FC07FEA1F80EA3F00A248133E007E90C7FCA212FEA712
+7EA2127F6CEB03801380001FEB0700380FE00E3803F83C3801FFF838003FC0191B7E9A1E
+>99 D<EC7FF0A31407ACEB3F873801FFF73807F03F380FC00F381F8007EA3F00A2127EA3
+12FEA8127EA27EA2381F800F380FC01F3907E07FFF3801FFE738007F87202A7EA925>I<
+EB3FC03801FFF03803E07C380F803E001F7F130048EB0F80127E15C0A200FE1307A2B6FC
+A248C8FCA3127EA2127F6CEB01C07E390F8003803907C007003803F01E3800FFFCEB3FE0
+1A1B7E9A1F>I<EB07F8EB3FFCEB7E3E3801FC7FEA03F813F01207143E1400A7B512C0A3
+3807F000B3A3387FFF80A3182A7EA915>I<9038FF80F00003EBE3F8390FC1FE1C391F00
+7C7C48137E003EEB3E10007EEB3F00A6003E133E003F137E6C137C380FC1F8380BFFE000
+18138090C8FC1238A2123C383FFFF814FF6C14C06C14E06C14F0121F383C0007007CEB01
+F8481300A4007CEB01F0A2003FEB07E0390FC01F806CB5120038007FF01E287E9A22>I<
+EAFFE0A3120FAC147E9038E1FF809038E30FC001E413E0EBE80701F813F013F0A213E0B0
+39FFFE3FFFA3202A7DA925>I<1207EA0F80EA1FC0EA3FE0A3EA1FC0EA0F80EA0700C7FC
+A7EAFFE0A3120FB3A3EAFFFEA30F2B7EAA12>I<EAFFE0A3120FACEC1FFCA3EC0780EC0F
+00141E5C5C14E0EBE3C013E7EBEFE0EBFFF08013F3EBE1FCEBC0FE147FA2EC3F80EC1FC0
+EC0FE0A2EC07F039FFFC1FFFA3202A7FA923>107 D<EAFFE0A3120FB3B2EAFFFEA30F2A
+7EA912>I<26FFC07FEB1FC0903AC1FFC07FF0903AC307E0C1F8D80FC49038F101FC9039
+C803F20001D801FE7F01D05BA201E05BB03CFFFE3FFF8FFFE0A3331B7D9A38>I<38FFC0
+7E9038C1FF809038C30FC0D80FC413E0EBC80701D813F013D0A213E0B039FFFE3FFFA320
+1B7D9A25>I<EB3FE03801FFFC3803F07E390FC01F80391F800FC0393F0007E0A2007EEB
+03F0A300FE14F8A8007E14F0A26CEB07E0A2391F800FC0390FC01F803907F07F003801FF
+FC38003FE01D1B7E9A22>I<38FFE1FE9038EFFF809038FE0FE0390FF803F09038F001F8
+01E013FC140015FEA2157FA8157E15FEA215FC140101F013F89038F807F09038FC0FE090
+38EFFF809038E1FC0001E0C7FCA9EAFFFEA320277E9A25>I<38FFC1F0EBC7FCEBC63E38
+0FCC7F13D813D0A2EBF03EEBE000B0B5FCA3181B7F9A1B>114 D<3803FE30380FFFF0EA
+3E03EA7800127000F01370A27E00FE1300EAFFE06CB4FC14C06C13E06C13F0000713F8C6
+FCEB07FC130000E0137C143C7E14387E6C137038FF01E038E7FFC000C11300161B7E9A1B
+>I<13E0A41201A31203A21207120F381FFFE0B5FCA2380FE000AD1470A73807F0E00003
+13C03801FF8038007F0014267FA51A>I<39FFE07FF0A3000F1307B2140FA20007131739
+03F067FF3801FFC738007F87201B7D9A25>I<39FFFC03FFA3390FF000F0000714E07F00
+03EB01C0A2EBFC0300011480EBFE070000140013FFEB7F0EA2149EEB3F9C14FC6D5AA26D
+5AA36D5AA26D5AA2201B7F9A23>I<3BFFFC7FFC1FFCA33B0FE00FE001C02607F007EB03
+80A201F8EBF00700031600EC0FF801FC5C0001150EEC1FFC2600FE1C5B15FE9039FF387E
+3C017F1438EC787F6D486C5A16F0ECE01F011F5CA26D486C5AA2EC800701075CA22E1B7F
+9A31>I<39FFFC1FFEA33907F003803803F8079038FC0F003801FE1E00005BEB7F3814F8
+6D5A6D5A130F806D7E130F497EEB3CFEEB38FFEB787F9038F03F803901E01FC0D803C013
+E0EB800F39FFF03FFFA3201B7F9A23>I E /Fm 1 1 df<B512FEA217027D891E>0
+D E /Fn 2 49 df<120CA2EACCC012EDEA7F80EA0C00EA7F80EAEDC012CCEA0C00A20A0B
+7D8B10>3 D<1208121CA21238A312301270A21260A212C0A2060D7E8D09>48
+D E /Fo 3 101 df<EA01F038070C08380C0E10EA1807123000701320126000E01340A2
+14801400A3EA601B383063A0380F81C015107F8F19>11 D<EB03C0EB0C301310EB203813
+401380EA0100A2000213701460EB1FC0131138041F60EB0070A35AA31460001813E014C0
+EB018038140300EA230EEA20F890C7FCA25AA45A1521809916>I<EB0FC01301A3EB0380
+A4EB0700A2EA03E7EA0617EA1C0E123812301270EA601C12E0A3133912C012E0EA6079EA
+219AEA1E0E121A7F9914>100 D E /Fp 7 117 df<1303497EA2497EA3EB1BE0A2EB3BF0
+1331A2EB60F8A2EBE0FCEBC07CA248487EEBFFFE487FEB001F4814800006130FA248EB07
+C039FF803FFCA21E1A7F9921>65 D<EA1FF0EA383CEA7C1E7FA21238120013FFEA0FCFEA
+3E0F127C12F8A31317387C27E0EA1FC313117F9015>97 D<12FCA2123CA713FE383F8780
+383E01C0003C13E0EB00F0A214F8A514F0A2EB01E0003E13C0383B07803830FE00151A7E
+9919>I<EA03FCEA0F0EEA1C1F123C1278130E00F8C7FCA51278A2383C0180381C0300EA
+0F06EA03FC11117F9014>I<EAF8F0EAF938EA3A7CA2123C13381300A9EAFF80A20E117E
+9012>114 D<EA1FD8EA2078EA401812C0A2EAF000EAFF80EA7FE0EA3FF0EA07F8EA003C
+EAC00CA212E01308EAF830EACFE00E117F9011>I<1206A4120EA2121EEA3FF012FFEA1E
+00A81318A5EA0F30EA03E00D187F9711>I E /Fq 47 123 df<EBFE7C380381C6380603
+CE000E1384001C1380A6B512F0381C0380AE38FF8FF0171A809916>11
+D<126012F012F812681208A31210A212201240050B7D990B>39 D<1380EA010012025A12
+0C120812185AA35AA412E0AA1260A47EA37E1208120C12047E7EEA008009267D9B0F>I<
+7E12407E7E12181208120C7EA37EA41380AA1300A41206A35A1208121812105A5A5A0926
+7E9B0F>I<126012F0A212701210A31220A21240A2040B7D830B>44
+D<EAFFC0A20A0280880D>I<126012F0A2126004047D830B>I<12035AB4FC1207B3A2EA7F
+F80D187D9713>49 D<EA0F80EA1060EA2030EA4038EA803CEAC01C12E01240EA003C1338
+A21370136013C0EA018013001202EA040412081210EA3008EA3FF8127F12FF0E187E9713
+>I<EA01F8EA0704EA0C06EA180E123013001270126012E0EAE3E0EAE418EAE80CEAF00E
+EAE0061307A31260A2EA7006EA300EEA180CEA0C38EA07E010187F9713>54
+D<130CA3131EA2132F1327A2EB4380A3EB81C0A200017F1300A248B47E38020070A2487F
+A3487FA2003C131EB4EBFFC01A1A7F991D>65 D<EB3F023801C0C63803002E000E131E48
+130E14065A007813021270A200F01300A600701302A21278003813047E14087E00031330
+3801C0C038003F00171A7E991C>67 D<B57E380E00E01470808080A280A21580A81500A2
+5C140E5CA2147814E0B51280191A7F991D>I<B512F8380E003814181408140C1404A3EB
+0100A35BEA0FFFEA0E037FA3EB0002A314061404A2140C143CB512FC171A7F991A>I<EB
+3F023801C0C63803002E000E131E48130E14065A007813021270A200F090C7FCA5903801
+FFC03970000E00A2127812387EA27E000313163801C06638003F821A1A7E991E>71
+D<39FFE1FFC0390E001C00AB380FFFFC380E001CAC39FFE1FFC01A1A7F991D>I<EAFF80
+EA1C00B3A6EAFF80091A7E990E>I<137F3801C1C038070070000E7F487F003C131E0038
+130E0078130F00707F00F01480A80078EB0F00A20038130E003C131E001C131C6C5B6C5B
+3801C1C0D8007FC7FC191A7E991E>79 D<B51280380E01E0EB007014781438143CA41438
+14781470EB01E0380FFF80000EC7FCABEAFFE0161A7F991A>I<EA0FC2EA1836EA200EEA
+600612C01302A3EAE0001270127EEA3FE0EA1FF8EA03FCEA007E130E130713031280A3EA
+C0021306EAE004EAD818EA87E0101A7E9915>83 D<007FB5FC38701C0700401301A200C0
+148000801300A300001400B13803FFE0191A7F991C>I<39FFE07FC0390E000E001404B2
+00065B12076C5B6C6C5A3800E0C0013FC7FC1A1A7F991D>I<EA1FC0EA38707FEA101C12
+00A2EA03FCEA1E1C1238127012E01480A2133CEA705F381F8F0011107F8F13>97
+D<12FC121CA913FCEA1D07381E0380381C01C0130014E0A6EB01C01480381E0300EA1906
+EA10F8131A809915>I<EA07F8EA1C1C1238EA700813005AA612701304EA3808EA1C18EA
+07E00E107F8F11>I<133F1307A9EA03E7EA0C17EA180F487E127012E0A6126012706C5A
+EA1C373807C7E0131A7F9915>I<EA07C0EA1C30EA30181270EA600C12E0EAFFFCEAE000
+A41260EA7004EA3808EA1C18EA07E00E107F8F11>I<EA01F0EA0718EA0E38EA1C101300
+A6EAFFC0EA1C00AEEAFF800D1A80990C>I<EA0FCF3818718038303000EA7038A4EA3030
+6C5AEA2FC00060C7FCA21270EA3FF013FC6C7EEA600FEAC003A4EA6006EA381CEA07E011
+187F8F13>I<12FC121CA9137CEA1D87381E0380A2121CAB38FF9FF0141A809915>I<1218
+123CA212181200A612FC121CAE12FF081A80990A>I<12FC121CA9EB1FC0EB0F00130C5B
+13205B13E0121DEA1E70EA1C7813387F131E7F148038FF9FE0131A809914>107
+D<12FC121CB3A6EAFF80091A80990A>I<38FC7C1F391D8E6380391E0781C0A2001C1301
+AB39FF9FE7F81D107F8F20>I<EAFC7CEA1D87381E0380A2121CAB38FF9FF01410808F15>
+I<EA07E0EA1C38EA300CEA700EEA6006EAE007A6EA6006EA700EEA381CEA1C38EA07E010
+107F8F13>I<EAFCFCEA1D07381E0380381C01C0A2EB00E0A6EB01C01480381E0300EA1D
+06EA1CF890C7FCA6B47E1317808F15>I<EA03E1EA0C13EA180BEA300FEA700712E0A612
+70A26C5AEA1C37EA07C7EA0007A6EB3FE013177F8F14>I<EAFC78EA1D9CEA1E1C1308EA
+1C00ABEAFF800E10808F0F>I<EA1F20EA60E0EA402012C0A2EAF000127FEA3FC0EA1FE0
+EA00F0EA8070133012C01320EAF040EA8F800C107F8F0F>I<1208A41218A21238EAFFC0
+EA3800A81320A41218EA1C40EA07800B177F960F>I<38FC1F80EA1C03AB1307120CEA0E
+0B3803F3F01410808F15>I<38FF0F80383C0700EA1C061304A26C5AA26C5AA3EA03A0A2
+EA01C0A36C5A11107F8F14>I<39FE7F1F8039381C0700003C1306381C0C04130E380E16
+081317A238072310149013A33803C1A014E0380180C0A319107F8F1C>I<38FE3F80383C
+1E00EA1C086C5AEA0F306C5A6C5A12017F1203EA0270487E1208EA181CEA381E38FC3FC0
+12107F8F14>I<38FF0F80383C0700EA1C061304A26C5AA26C5AA3EA03A0A2EA01C0A36C
+5AA248C7FCA212E112E212E4127811177F8F14>I<EAFFF8EAE07012C0EA80E0EA81C0A2
+EA0380EA0700A2EA0E04121CA2EA380812701338EAFFF80E107F8F11>I
+E /Fr 16 118 df<127012F8A212F012E005057A840F>46 D<14FE903807018090381800
+60012013105B49130848C71204380201F03804070839080C04023810180290383003C238
+2060019038E00382EA40C01241A23983800704A4EC0E08A20081131EEC2E103980C04E20
+9038618E6039403E078090C8FC7EA26C14E0000CEB07800003EB7C003800FF801F2379A2
+25>64 D<EBF8C0EA0185EA0705380E0380A2121C123C383807001278A3EAF00EA31410EB
+1C201270133C38305C40138C380F078014157B9419>97 D<EA03C0EA1F801203A3EA0700
+A4120EA45A13F8EA1D0CEA1E0EEA3C06EA3807A2130F1270A4EAE01EA3133C1338A2EA60
+7013E0EA31C0EA1F0010237BA216>I<137EEA01C138030180EA0703EA0E07121C003CC7
+FC12381278A35AA45B12701302EA300CEA1830EA0FC011157B9416>I<13F8EA0384EA0E
+02121C123C1238EA7804EAF018EAFFE0EAF000A25AA41302A2EA6004EA7018EA3060EA0F
+800F157A9416>101 D<13F0EA0FE01200A3485AA4485AA448C7FC131FEB2180EBC0C038
+0F00E0A2120EA2381C01C0A438380380A3EB070400701308130E1410130600E013203860
+03C016237DA219>104 D<14E01301A2EB00C01400A8131E1323EB43801383A2EA0103A2
+38000700A4130EA45BA45BA45BA3EA70E0EAF0C0EAF1800063C7FC123C132B82A00F>
+106 D<13F0EA07E01200A3485AA4485AA448C7FCEB01E0EB0210EB0470380E08F01310EB
+2060EB4000EA1D80001EC7FCEA1FC0EA1C70487EA27F142038703840A3EB188012E03860
+0F0014237DA216>I<EA01E0EA0FC01201A3EA0380A4EA0700A4120EA45AA45AA45AA312
+7112E2A4126412380B237CA20C>I<38380F80384C30C0384E4060388E8070EA8F00128E
+A24813E0A4383801C0A3EB03840070138814081307EB031012E0386001E016157B941B>
+110 D<137EEA01C338038180380701C0120E001C13E0123C12381278A338F003C0A21480
+130700701300130E130CEA3018EA1870EA07C013157B9419>I<EA1C1F38262080384741
+C0EA87831303EB018090C7FC120EA45AA45AA45A123012157B9415>114
+D<13FCEA018338020080EA0401EA0C03140090C7FC120F13F0EA07FC6C7EEA003E130F7F
+1270EAF006A2EAE004EA4008EA2030EA1FC011157D9414>I<13C01201A4EA0380A4EA07
+00EAFFF8EA0700A2120EA45AA45AA31310EA7020A213401380EA3100121E0D1F7C9E10>
+I<001E1360002313E0EA4380EB81C01283EA8701A238070380120EA3381C0700A31408EB
+0E101218121CEB1E20EA0C263807C3C015157B941A>I E /Fs 27
+118 df<90381FC1F090387037189038C03E3C3801807C000313783907003800A9B612C0
+3907003800B2143C397FE1FFC01E2380A21C>11 D<127012F812FCA212741204A41208A2
+1210A212201240060F7C840E>44 D<127012F8A3127005057C840E>46
+D<EA01F0EA071CEA0C06487E00381380A2387001C0A400F013E0AE007013C0A3EA780300
+381380A2381C0700EA0C06EA071CEA01F013227EA018>48 D<13801203120F12F31203B3
+A9EA07C0EAFFFE0F217CA018>I<EA03F0EA0C1CEA100700201380384003C0A2008013E0
+12F0EAF801A3EA2003120014C0A2EB07801400130E5B13185B5B5B485A90C7FC00021320
+5A5A00181360481340383FFFC05AB5FC13217EA018>I<137EEA01C138030080380601C0
+EA0C03121C381801800038C7FCA212781270A2EAF0F8EAF30CEAF4067F00F81380EB01C0
+12F014E0A51270A3003813C0A238180380001C1300EA0C06EA070CEA01F013227EA018>
+54 D<EA01F0EA060C487EEA1807383803801270A238F001C0A314E0A5127013031238EA
+1805120CEA0619EA03E1380001C0A3EB0380A21230387807001306EA700CEA20186C5AEA
+0FC013227EA018>57 D<497EA3497EA3EB05E0A2EB09F01308A2EB1078A3497EA3497EA2
+EBC01F497EA248B51280EB0007A20002EB03C0A348EB01E0A348EB00F0121C003EEB01F8
+39FF800FFF20237EA225>65 D<B512F8380F800E0007EB0780EC03C015E0140115F0A515
+E01403EC07C0EC0F80EC3E00EBFFFE9038800780EC03C0EC01E015F0140015F8A6EC01F0
+A2EC03E0EC07C0000FEB0F00B512FC1D227EA123>I<903807F00890383C0C18EBE00239
+01C001B839038000F848C71278481438121E15185AA2007C14081278A200F81400A7EC1F
+FF0078EB00F81578127C123CA27EA27E7E6C6C13B86C7E3900E0031890383C0C08903807
+F00020247DA226>71 D<3803FFE038001F007FB3A6127012F8A2130EEAF01EEA401C6C5A
+EA1870EA07C013237EA119>74 D<D8FFC0EB03FF000F15F0000715E0D805E01305A2D804
+F01309A301781311A36D1321A36D1341A26D1381A39038078101A3EB03C2A2EB01E4A3EB
+00F8A31470120E001FEC03F03AFFE0203FFF28227EA12D>77 D<3803F020380C0C60EA18
+02383001E0EA70000060136012E0A21420A36C1300A21278127FEA3FF0EA1FFE6C7E0003
+138038003FC0EB07E01301EB00F0A214707EA46C1360A26C13C07E38C8018038C60700EA
+81FC14247DA21B>83 D<EA1FE0EA3038EA780C130EEA30071200A313FFEA07C7EA1E0712
+3C1278127000F01308A3130FEA7817383C2390380FC1E015157E9418>97
+D<EA01FEEA0703380C0780121C383803000078C7FC127012F0A712700078134012386C13
+80380C0100EA0706EA01F812157E9416>99 D<EA01FCEA0707380C0380381C01C0123800
+7813E0EA700012F0B5FC00F0C7FCA512700078132012386C13406C138038070300EA00FC
+13157F9416>101 D<14703803F198380E1E18EA1C0E38380700A200781380A400381300
+A2EA1C0EEA1E1CEA33F00020C7FCA212301238EA3FFE381FFFC06C13E0383000F0481330
+481318A400601330A2003813E0380E03803803FE0015217F9518>103
+D<120E12FE121E120EABEB1F80EB60C0EB80E0380F0070A2120EAF38FFE7FF18237FA21B
+>I<121C123EA3121CC7FCA8120E127E121E120EB1EAFFC00A227FA10E>I<120E12FE121E
+120EABEB03FCEB01F014C01480EB02005B5B5B133813F8EA0F1CEA0E1E130E7F1480EB03
+C0130114E0EB00F014F838FFE3FE17237FA21A>107 D<380E1F8038FE60C0381E80E038
+0F0070A2120EAF38FFE7FF18157F941B>110 D<EA01FCEA0707380C0180381800C00038
+13E0481370A200F01378A700701370007813F0003813E0381C01C0380E038038070700EA
+01FC15157F9418>I<EA0E3CEAFE46EA1E8FEA0F0F13061300120EAD120FEAFFF010157F
+9413>114 D<EA0F88EA3078EA601812C01308A212E0EAF000127FEA3FE0EA0FF0EA01F8
+EA003CEA801C130CA212C01308EAE018EAD030EA8FC00E157E9413>I<1202A41206A312
+0E121E123EEAFFFCEA0E00AB1304A6EA07081203EA01F00E1F7F9E13>I<000E137038FE
+07F0EA1E00000E1370AD14F0A238060170380382783800FC7F18157F941B>I
+E /Ft 1 4 df<13C0A538E0C1C0EAF0C33838C700EA0EDCEA03F0EA00C0EA03F0EA0EDC
+EA38C738F0C3C0EAE0C13800C000A512157D9619>3 D E /Fu 18
+117 df<1403A34A7EA24A7EA3EC17E01413A2EC23F01421A2EC40F8A3EC807CA2903801
+007E153EA20102133F81A2496D7EA3496D7EA2011880011FB5FCA29039200003F01501A2
+496D7EA349147CA20001157E90C8123EA248153F825AD81F80EC3F80D8FFE0903801FFFC
+A22E327EB132>65 D<B612E015FC3907E0007F0003EC0F80ED03C06F7E6F7E16788282A2
+82A21780160717C0A21603A217E0AB17C0A21607A21780A2160F17005E161E5E5E16F84B
+5A4B5AED0F800007023FC7FCB612FC15E02B317CB033>68 D<B539807FFFC0A23B07F000
+03F8006C486D5AB3A290B6FCA29038E00001B3A3486C497EB539807FFFC0A22A317CB032
+>72 D<B51280A23807F0006C5AB3B3A7487EB51280A211317DB017>I<B612E015FC3907
+E0003F0003EC0F80ED03C0ED01E016F0ED00F8A21678167CA6167816F816F0150116E0ED
+03C0ED0F80ED3E0090B512F801E0C8FCB3A3487EB57EA226317DB02D>80
+D<90387F80203801FFE03907C07860380F001C001EEB06E0481303003813010078130012
+70156012F0A21520A37E1500127C127E7E13C0EA1FF86CB47E6C13F06C13FCC613FF010F
+1380010013C0EC1FE01407EC03F01401140015F8A26C1478A57E15706C14F015E07E6CEB
+01C000ECEB038000C7EB070038C1F01E38807FFCEB0FF01D337CB125>83
+D<007FB712E0A23A7E000F800700781501007015000060166000401620A200C01630A248
+1610A6C71500B3AC4A7E010FB57EA22C317EB030>I<13FE380303C0380C00E000101370
+80003C133C003E131C141EA21208C7FCA3EB0FFEEBFC1EEA03E0EA0F80EA1F00123E123C
+127C481404A3143EA21278007C135E6CEB8F08390F0307F03903FC03E01E1F7D9E21>97
+D<EB1FC0EBF0303801C00C38078002EA0F00000E130F001E5B5AA2007C1304007890C7FC
+12F8A91278127C123C15807E000EEB0100120F380780023801C00C3800F030EB1FC0191F
+7E9E1D>99 D<EB3F80EBE0E0380380383807003C000E7F121E001C7F123C127C00781480
+140712F8A2B6FC00F8C8FCA61278127C123C15807E000EEB0100000F13027E3801C00C38
+00F030EB1FC0191F7E9E1D>101 D<15F090387F03083901C1C41C380380E83907007008
+48EB7800001E7FA2003E133EA6001E133CA26C5B6C13706D5A3809C1C0D8087FC7FC0018
+C8FCA5121C7E380FFFF86C13FF6C1480390E000FC00018EB01E048EB00F0007014704814
+38A500701470A26C14E06CEB01C00007EB07003801C01C38003FE01E2F7E9F21>103
+D<EA078012FFA2120F1207AF14FE903883078090388C03C090389001E013A06E7E13C0A2
+5BB3A2486C487E3AFFFC1FFF80A221327EB125>I<120FEA1F80A4EA0F00C7FCABEA0780
+127FA2120F1207B3A6EA0FC0EAFFF8A20D307EAF12>I<EA078012FFA2120F1207B3B3A7
+EA0FC0EAFFFCA20E327EB112>108 D<260780FEEB1FC03BFF83078060F0903A8C03C180
+783B0F9001E2003CD807A013E4DA00F47F01C013F8A2495BB3A2486C486C133F3CFFFC1F
+FF83FFF0A2341F7E9E38>I<EB1FC0EBF0783801C01C38070007481480001EEB03C0001C
+1301003C14E0A248EB00F0A300F814F8A8007814F0007C1301003C14E0A26CEB03C0A26C
+EB07803907800F003801C01C3800F078EB1FC01D1F7E9E21>111
+D<380783E038FF8418EB887CEA0F90EA07A01438EBC000A35BB3487EEAFFFEA2161F7E9E
+19>114 D<1340A513C0A31201A212031207120F381FFFE0B5FC3803C000B01410A80001
+132013E000001340EB78C0EB1F00142C7FAB19>116 D E /Fv 62
+124 df<90380FF83F90397FFDFFC03A01F81FE3E03903E03F87EA07C0D80F801307ED03
+C06EC7FCA6B612FCA2260F801FC7FCB2397FF0FFF0A223237FA221>11
+D<EB0FF0EB7FFC3801F80E3803E01F48485AEA0F80A2141E140C91C7FCA4B6FCA2380F80
+1FB2397FF0FFE0A21B237FA21F>I<38380380387C07C038FE0FE000FF13F0A2EA7F0738
+3B03B038030030A300061360A24813C0EA1C010018138038700700EA200214117EA21D>
+34 D<13181330136013C01201EA0380EA0700A2120E121E121C123CA35AA412F85AAB7E
+1278A47EA3121C121E120E7EA2EA0380EA01C012001360133013180D317BA416>40
+D<12C012607E7E121C7E7EA2EA038013C0120113E0A3EA00F0A413F81378AB13F813F0A4
+EA01E0A313C012031380EA0700A2120E5A12185A5A5A0D317DA416>I<EAFFFCA40E047F
+8C13>45 D<1238127C12FEA3127C123807077C8610>I<13FE3807FFC0380F83E0381F01
+F0383E00F8A248137CA312FC147EAD007C137CA36C13F8A2381F01F0380F83E03807FFC0
+3800FE0017207E9F1C>48 D<13181378EA01F812FFA21201B3A7387FFFE0A213207C9F1C
+>I<EA03FCEA0FFF383C1FC0387007E0007C13F0EAFE0314F8A21301127CEA3803120014
+F0A2EB07E014C0EB0F80EB1F00133E13385BEBE018EA01C0EA0380EA0700000E1338380F
+FFF05A5A5AB5FCA215207D9F1C>I<13FE3807FFC0380F07E0381E03F0123FEB81F8A3EA
+1F0314F0120014E0EB07C0EB1F803801FE007F380007C0EB01F014F8EB00FCA2003C13FE
+127EB4FCA314FCEA7E01007813F8381E07F0380FFFC03801FE0017207E9F1C>I<14E013
+011303A21307130F131FA21337137713E7EA01C71387EA03071207120E120C1218123812
+7012E0B6FCA2380007E0A790B5FCA218207E9F1C>I<00301320383E01E0383FFFC01480
+14005B13F8EA33C00030C7FCA4EA31FCEA37FF383E0FC0383807E0EA3003000013F0A214
+F8A21238127C12FEA200FC13F0A2387007E0003013C0383C1F80380FFF00EA03F815207D
+9F1C>I<EB1F80EBFFE03803E0703807C0F0380F01F8121F123EA2387E00F0007C1300A2
+EAFC08EB7FC0EBFFE038FD80F038FF00F848137CA248137EA4127CA3003C137C123E001E
+13F86C13F0380783E03803FFC0C6130017207E9F1C>I<12601278387FFFFEA214FC14F8
+A214F038E0006014C038C00180EB0300A2EA00065B131C131813381378A25BA31201A312
+03A76C5A17227DA11C>I<13FE3803FFC0380703E0380E00F05A1478123C123E123F1380
+EBE0F0381FF9E0EBFFC06C13806C13C06C13E04813F0381E7FF8383C1FFCEA7807EB01FE
+EAF000143E141EA36C131C007813387E001F13F0380FFFC00001130017207E9F1C>I<EA
+01FE3807FF80380F83E0381E01F0EA3E004813F8147800FC137CA3147EA4007C13FEA2EA
+3E01381E037EEA0FFEEA07FCEA0020EB007CA2121E003F13F8A214F0EB01E0381E03C038
+1C0F80380FFE00EA03F817207E9F1C>I<1470A214F8A3497EA2497EA3EB067FA2010C7F
+143FA2496C7EA201307F140F01707FEB6007A201C07F90B5FC4880EB8001A2D803007F14
+004880000680A23AFFE007FFF8A225227EA12A>65 D<B67E15F03907F001F86E7E157EA2
+157FA5157E15FE5DEC03F890B55AA29038F001FCEC007E811680151F16C0A6ED3F80A2ED
+7F00EC01FEB612F815C022227EA128>I<D903FE138090381FFF819038FF01E33901F800
+3FD803E0131F4848130F48481307121F48C71203A2481401127EA200FE91C7FCA8127EED
+0180127F7E15036C6C1400120F6C6C1306D803F05B6C6C13386CB413F090381FFFC0D903
+FEC7FC21227DA128>I<B67E15F03907F003FCEC007E81ED1F80ED0FC0ED07E0A216F015
+03A316F8A916F0A3ED07E0A2ED0FC0ED1F80ED3F00157EEC03FCB612F0158025227EA12B
+>I<B612F8A23807F001EC007815381518151CA2150CA21418A21500A214381478EBFFF8
+A2EBF07814381418A491C7FCA8B512C0A21E227EA123>70 D<D903FE134090391FFFC0C0
+90387F00F1D801F8133F4848130FD807C01307000F1403485A48C71201A2481400127EA2
+00FE1500A791380FFFFC127E007F9038001FC0A27EA26C7E6C7E6C7E6C7ED801FC133F39
+007F80E790381FFFC30103130026227DA12C>I<B53883FFFEA23A07F0001FC0AD90B6FC
+A29038F0001FAFB53883FFFEA227227EA12C>I<B51280A23807F000B3ACB51280A21122
+7EA115>I<48B51280A2390003F800B3A41218127E12FFA35C387E07E0387C0FC0381FFF
+80D807FCC7FC192280A11D>I<B538803FFCA23A07F0000380ED0700150E15185D15E04A
+5A4A5A4AC7FC140E1418143C14FCEBF1FEEBF3FFEBF77F9038FE3F8001F87F496C7E140F
+6E7E816E7E1401816E7E81ED3F8016C0ED1FE0B53881FFFEA227227EA12C>I<B512C0A2
+D807F0C7FCB31518A41538A21570A215F014011407B6FCA21D227EA122>I<D8FFF0EC0F
+FF6D5C000716E0D806FC1437A3017E1467A26D14C7A290391F800187A290390FC00307A3
+903807E006A2903803F00CA2903801F818A3903800FC30A2EC7E60A2EC3FC0A2EC1F80A3
+EC0F00D8FFF091B5FC140630227EA135>I<EB07FC90383FFF809038FC07E03903F001F8
+48486C7E4848137E48487FA248C7EA1F80A24815C0007E140FA200FE15E0A9007E15C000
+7F141FA26C15806D133F001F15006C6C137E6C6C5B6C6C485A3900FC07E090383FFF80D9
+07FCC7FC23227DA12A>79 D<B6FC15E03907F007F0EC01FC1400157EA2157FA5157EA215
+FC1401EC07F090B512E0150001F0C7FCADB57EA220227EA126>I<B512FEECFFC03907F0
+07F0EC01F86E7E157E157FA6157E5D4A5AEC07F090B512C05D9038F00FE06E7E6E7E6E7E
+A81606EC00FEEDFF0CB538803FF8ED0FF027227EA12A>82 D<3801FE023807FF86381F01
+FE383C007E007C131E0078130EA200F81306A27E1400B4FC13E06CB4FC14C06C13F06C13
+F86C13FC000313FEEA003F1303EB007F143FA200C0131FA36C131EA26C133C12FCB413F8
+38C7FFE00080138018227DA11F>I<007FB61280A2397E03F80F00781407007014030060
+140100E015C0A200C01400A400001500B3A248B512F0A222227EA127>I<B538803FFCA2
+3A07F0000180B3A60003EC03007F000114066C6C130E017E5B90383F80F890380FFFE001
+0190C7FC26227EA12B>I<B5EB0FFEA2D807F0EB00C0A26C6CEB0180A26D130300011500
+7F000014067F6D5BA2EC801C013F1318ECC038011F133014E0010F5BA26D6C5AA214F901
+035B14FD6DB4C7FCA26D5AA3147CA21438A227227FA12A>I<B53A0FFFF00FFEA2260FF0
+0090C712E000076E14C0A26C6C90393F800180A26D14C00001EE0300A26D496C5A000002
+6F1306A2017F9038C7F00CA2028113F8013F01835BA29139C301FC38011F153016FE9026
+0FE6005BA202FEEBFFE06D486D5AA26D486D5AA36D486DC7FCA36D48130EA237227FA13A
+>I<00041340000E13E038180180EA380300301300EA6006A2485AA338DC0DC038FE0FE0
+00FF13F0A2EA7F07383E03E0381C01C014117AA21D>92 D<EA0FFC383FFF80387E07C0EB
+03E0130114F0123C1200A2133FEA03FDEA1FC1EA3F01127E12FCA4EA7E02EB0CF8381FF8
+7F3807E03F18167E951B>97 D<B4FCA2121FABEB0FE0EB3FF8EBE07CEB803E497EEC0F80
+A215C0A81580141F01801300EBC03E381EE07C381C3FF838180FC01A237EA21F>I<EBFF
+80000713E0380F83F0EA1F03123E127E387C01E090C7FC12FCA6127C127EA2003E13186C
+1330380FC0603807FFC0C6130015167E9519>I<EB01FEA2EB003EABEA01FC3807FFBE38
+0F81FE381F007E003E133E127E127C12FCA8127CA26C137E6C13FE380F83BE3907FF3FC0
+EA01FC1A237EA21F>I<13FE3807FF80380F87C0381E01E0003E13F0EA7C0014F812FCA2
+B5FCA200FCC7FCA3127CA2127E003E13186C1330380FC0703803FFC0C6130015167E951A
+>I<EB1FC0EB7FE0EBF1F0EA01E31203EA07C3EBC1E0EBC000A6EAFFFEA2EA07C0B2EA3F
+FCA2142380A211>I<3801FE0F3907FFBF80380F87C7381F03E7391E01E000003E7FA500
+1E5BEA1F03380F87C0EBFF80D809FEC7FC0018C8FCA2121C381FFFE06C13F86C13FE001F
+7F383C003F48EB0F80481307A40078EB0F006C131E001F137C6CB45A000113C019217F95
+1C>I<B4FCA2121FABEB07E0EB1FF8EB307CEB403CEB803EA21300AE39FFE1FFC0A21A23
+7EA21F>I<121C123E127FA3123E121CC7FCA7B4FCA2121FB2EAFFE0A20B247EA310>I<B4
+FCA2121FABECFF80A2EC38001460495A495A49C7FC130E5B137E13FF13CFEB0F806D7E6D
+7E1301806D7E147C143C39FFE0FFC0A21A237EA21E>107 D<B4FCA2121FB3ADEAFFE0A2
+0B237EA210>I<3AFF07F007F090391FFC1FFC3A1F303E303E01401340496C487EA20100
+1300AE3BFFE0FFE0FFE0A22B167E9530>I<38FF07E0EB1FF8381F307CEB403CEB803EA2
+1300AE39FFE1FFC0A21A167E951F>I<13FE3807FFC0380F83E0381E00F0003E13F84813
+7CA300FC137EA7007C137CA26C13F8381F01F0380F83E03807FFC03800FE0017167E951C
+>I<38FF0FE0EB3FF8381FE07CEB803E497E1580A2EC0FC0A8EC1F80A29038803F00EBC0
+3EEBE0FCEB3FF8EB0FC090C8FCA8EAFFE0A21A207E951F>I<EBFE033807FF87380FC1C7
+381F006F48133F127E80127C12FCA7127EA2003E5B6C5B380FC1DF3807FF9F3801FC1FC7
+FCA8ECFFE0A21B207E951E>I<EAFE1FEB3FC0381E67E013C71387A2381F83C090C7FCAD
+EAFFF0A213167E9517>I<EA0FF3EA3FFFEA781FEA6007EAE003A212F000FCC7FCEA7FE0
+13F8EA3FFEEA0FFF120138000F80EAC007130312E0A238F00700EAFC0EEAEFFCEAC7F011
+167E9516>I<487EA41203A21207A2120F123FB5FCA2EA0F80ABEB8180A5EB8300EA07C3
+EA03FEEA00F811207F9F16>I<38FF01FEA2381F003EAF147E14FE380F81BE3907FF3FC0
+EA01FC1A167E951F>I<39FFE01FE0A2391F800700000F1306EBC00E0007130C13E00003
+5BA26C6C5AA26C6C5AA2EB7CC0A2137F6D5AA26DC7FCA2130EA21B167F951E>I<3AFFE3
+FF07F8A23A1F007800C09038807C01000F1580A23A07C07E030014DE5D3903E1DF06148F
+D801F1138CEBF307A2D800FF13D8EBFE0315F890387C01F0A2013C5BEB3800A225167F95
+28>I<39FFE01FE0A2391F800700000F1306EBC00E0007130C13E000035BA26C6C5AA26C
+6C5AA2EB7CC0A2137F6D5AA26DC7FCA2130EA2130CA25B1278EAFC3813305BEA69C0EA7F
+80001FC8FC1B207F951E>121 D<B612E0A21B02808E1C>123 D E
+/Fw 2 13 df<EB01FCEB0F0790381C01C090397000E0065B4848EB700C00031478485A48
+C7EA3818153C001E1510003E1530A2481560164016C0ED3D805AED3F00153E153C1278A3
+157C003814BC6C9038033C0CEC0E1C6C9038380C183A0381E00E303A00FF0003E0271F7E
+9E2D>11 D<ED1F80EDE0609138030038020613180208131C4A131E5C5C14C0495A49C7FC
+A20106143CA2491438167801081470011814E0ED01C091380FFB80903930180E00EC0FF3
+9138000380ED01C04914E0150016F0A25BA448481301A448C7EA03E0A216C01507481580
+6D130F16000006141E486C5B014013386D13F090381801C026180E07C7FCEB03FC90C9FC
+A25AA45AA45AA427407FB128>I E /Fx 18 117 df<1578A215FCA34A7EA24A7EA24A7F
+A34A7FEC0E7F021E7FEC1C3FA202387F151F02787FEC700FA202E07F1507010180ECC003
+A249486C7EA201078191C7FC498191B6FCA24981011CC7123F013C810138141FA2498116
+0F01F081491407A2484881486C1403B549B512FCA336317DB03D>65
+D<B712F016FF17C0C6D9800013F0EE0FF8EE03FE707E701380EF7FC0173FEF1FE018F017
+0F18F8A2EF07FCA418FEAB18FCA4EF0FF8A218F0171F18E0173FEF7FC01880933801FF00
+4C5AEE0FFCEE7FF0B812C094C7FC16F037317EB03E>68 D<B6D8807FB512C0A3C60180C7
+387FC000B391B7FCA30280C7127FB3A3B6D8807FB512C0A33A317EB03F>72
+D<B61280A3C6EB8000B3B3A7B61280A319317EB01E>I<B712E016FEEEFF80C6D9800013
+E0EE3FF0EE0FF8EE07FCA2EE03FEA217FFA717FEA2EE07FC17F8160FEE3FE0EEFFC091B6
+120016F80280C8FCB3A2B67EA330317EB037>80 D<90391FF8018090B51203000314C739
+07F007EF390F8000FF48C7127F003E141F150F5A150712FCA215037EA26C91C7FC13C0EA
+7FF0EBFF806C13F8ECFF806C14F06C806C806C14FFC6FC013F1480010114C0D9001F13E0
+1401EC003FED1FF0150F1507126000E01403A316E07EA26CEC07C07EB4EC0F8001C0EB1F
+00D8FBFC13FE00F1B512F8D8E03F5BD8C003138024317CB02D>83
+D<007FB8FCA39039C00FF801D87E00EC003F007C82007882A200708200F01780A3481603
+A5C792C7FCB3AA017FB6FCA331307DAF38>I<EBFFF0000313FF390F803F809038C00FE0
+486C6C7EA26E7ED80FC07FEA0780C7FCA414FF131FEBFFE33803FC03EA0FF0EA1FC0123F
+EA7F80A2EAFF00A31407A2387F800D393FC01DFE3A1FE078FFF03907FFE07FC6EB803F24
+207E9F27>97 D<EB0FFF017F13C03901FC01F03803F0033907E007F8120FEA1FC0003FEB
+03F0EC01E04848C7FCA312FFA8127FA36C6C131CA2001F14386C7E000714703903F001E0
+3901FC07C039007FFF00EB0FF81E207D9F24>99 D<EB0FFC90387FFF803901FC0FC03903
+F003E03907E001F0000F14F8391FC000FC003F14FEA24848137E157FA212FFA290B6FCA2
+0180C7FCA4127FA36C6C1307121F150E6C7E6C6C131C6C6C13783900FE03E090383FFFC0
+903807FE0020207E9F25>101 D<90391FF007C09039FFFE3FE03A01F83F79F03907E00F
+C3000F14E19039C007E0E0001FECF000A2003F80A5001F5CA2000F5CEBE00F00075C2603
+F83FC7FC3806FFFE380E1FF090C9FC121EA2121F7F90B57E6C14F015FC6C806C80168000
+0F15C0003FC7127F007EEC1FE0007C140F00FC1407A4007EEC0FC0003E1580003F141FD8
+0FC0EB7E003907F803FC0001B512F0D8001F90C7FC242F7E9F28>103
+D<EA01F812FFA3120F1207ADEC07F8EC3FFEEC783F02C013809039F9801FC0EBFB0001FE
+14E05BA35BB3B500C3B5FCA328327DB12D>I<EA03C0487E487E487EA46C5A6C5A6C5AC8
+FCA9EA01F8127FA31207B3A7B51280A311337DB217>I<EA01F812FFA3120F1207B3B3A6
+B512C0A312327DB117>108 D<2703F007F8EB1FE000FFD93FFEEBFFF8913A783F01E0FC
+02C090388300FE280FF1801FC6137F2607F30013CC01F602F8148001FC5CA3495CB3B500
+C3B5380FFFFCA33E207D9F43>I<EB07FC90387FFFC03901FC07F03903F001F848486C7E
+4848137E001F147F003F158049133F007F15C0A300FF15E0A8007F15C0A36C6CEB7F80A2
+001F15006C6C13FE00075C3903F803F83901FE0FF039007FFFC0D907FCC7FC23207E9F28
+>111 D<3803F03F00FFEB7FC09038F1C3E01487390FF30FF0EA07F6A29038FC07E0EC03
+C091C7FCA25BB2B512E0A31C207E9F21>114 D<131CA5133CA3137CA213FC1201120312
+07381FFFFEB5FCA2D803FCC7FCB0EC0380A71201EC0700EA00FEEB7F0EEB3FFCEB07F019
+2E7FAD1F>116 D E end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 300dpi
+TeXDict begin
+
+%%EndSetup
+%%Page: 0 1
+0 0 bop 369 0 a
+ 19142492 4341596 7893811 20787036 27036303 25128632 startTexFig
+ 369 0 a
+%%BeginDocument: uofatop.ps
+/CanvasDict where not{/CanvasDict 250 dict def}{pop}ifelse
+CanvasDict begin
+systemdict/setpacking known{/origpack currentpacking def true setpacking}if
+/bdf{bind def}bind def
+/xdf{exch bind def}bdf
+/min{2 copy gt{exch}if pop}bdf
+/edf{exch def}bdf
+/max{2 copy lt{exch}if pop}bdf
+/cvmtx matrix def
+/tpmx matrix def
+/currot 0 def
+/rotmtx matrix def
+/origmtx matrix def
+/cvangle{360 exch sub 90 add 360 mod}bdf
+/setrot{/currot edf rotmtx currentmatrix pop 2 copy translate currot rotate neg exch neg exch translate}bdf
+/endrot{rotmtx setmatrix}bdf
+/i systemdict/image get def/T true def/F false def/dbg F def
+/ncolors 0 def/st0 ()def/st1 ()def/proc0 {}def
+/penh 1 def/penv 1 def/penv2 0 def/penh2 0 def/samplesize 0 def/width 0 def/height 0 def
+/setcmykcolor where not{/setcmykcolor{/b edf 3{b add 1.0 exch sub 0.0 max 1.0 min 3 1 roll}repeat systemdict begin setrgbcolor end}bdf}{pop}ifelse
+/doeoclip{closepath{eoclip}stopped{currentflat dup 2 mul setflat eoclip setflat}if}bdf
+/SpaceExtra 0 def/LetterSpace 0 def/StringLength 0 def/NumSpaces 0 def/JustOffset 0 def
+/f0/fill load def
+/s0{1 setlinewidth cvmtx currentmatrix pop penh penv scale stroke cvmtx setmatrix}bdf
+/f1{_bp _fp impat}def
+/s1{cvmtx currentmatrix pop 1 setlinewidth penh penv scale
+{strokepath}stopped{currentflat dup 2 mul setflat strokepath setflat}if 
+_bp
+cvmtx setmatrix _fp impat}def
+/filltype 0 def
+/stroketype 0 def
+/f{filltype 0 eq{f0}{f1}ifelse}bdf
+/s{stroketype 0 eq{s0}{s1}ifelse}bdf
+/_fp{}def
+/_bp{}def
+/_fg 1 def
+/_pg 0 def
+/_bkg 1 def
+/_frg 0 def
+/_frgb 3 array def
+/_frrgb [0 0 0] def
+/_fcmyk 4 array def
+/_frcmyk [0 0 0 1] def
+/_prgb 3 array def
+/_pcmyk 4 array def
+/_bkrgb [1 1 1] def
+/_bkcmyk [0 0 0 0] def
+/fg{/_fg exch def /filltype 0 def/fills{_fg setgray}def}def
+/frgb{_frgb astore pop /filltype 0 def/fills{_frgb aload pop setrgbcolor}def}def
+/fcmyk{_fcmyk astore pop /filltype 0 def/fills{_fcmyk aload pop setcmykcolor}def}def
+/pg{/_pg exch def /stroketype 0 def/pens{_pg setgray}def}def
+/prgb{_prgb astore pop /stroketype 0 def/pens{_prgb aload pop setrgbcolor}def}def
+/pcmyk{_pcmyk astore pop /stroketype 0 def/pens{_pcmyk aload pop setcmykcolor}def}def
+/fpat{/fstr edf/filltype 1 def/fills{/patstr fstr def}bdf}bdf
+/ppat{/sstr edf/stroketype 1 def/pens{/patstr sstr def}bdf}bdf
+/bkg{ /_bkg exch def /_bp{gsave _bkg setgray fill grestore}def}def
+/bkrgb{_bkrgb astore pop/_bp{gsave _bkrgb aload pop setrgbcolor fill grestore}def}def
+/bkcmyk{_bkcmyk astore pop/_bp{gsave _bkcmyk aload pop setcmykcolor fill grestore}def}def
+/frg{ /_frg exch def /_fp{_frg setgray}def}def
+/frrgb{_frrgb astore pop/_fp{_frrgb aload pop setrgbcolor}def}def
+/frcmyk{_frcmyk astore pop/_fp{_frcmyk aload pop setcmykcolor}def}def
+/icomp{/ncolors edf
+ncolors 1 gt{/proc0 edf
+dup dup 0 get ncolors div cvi exch 0 3 -1 roll put
+4 -1 roll ncolors div cvi 4 1 roll{proc0 dup/st0 edf
+0 exch ncolors exch length
+dup ncolors sub exch ncolors div cvi string/st1 edf
+{dup 0 exch dup 1 exch
+2 add{st0 exch get add}bind for
+3 div ncolors 4 eq{exch dup 3 1 roll 3 add st0 exch get add 255 exch sub dup 0 lt{pop 0}if}if cvi
+dup 255 gt{pop 255}if
+exch ncolors div cvi exch
+st1 3 1 roll put}bind for
+st1}}if i}bdf
+/ci
+{/colorimage where
+{pop false exch colorimage}
+{icomp}
+ifelse}bdf
+/impat
+{/cnt 0 def
+/MySave save def
+currot 0 ne{currot neg rotate}if
+clip
+flattenpath
+pathbbox
+3 -1 roll
+8 div floor 8 mul dup/starty edf
+sub abs 8 div ceiling 8 mul cvi/height edf
+exch 8 div floor 8 mul dup/startx edf
+sub abs 8 div ceiling 8 mul cvi/width edf
+startx starty translate
+width height scale
+/height height 8 mul def
+/st0 width string def
+width height T [width 0 0 height neg 0 height]
+{patstr
+cnt 8 mod
+get/st1 edf
+0 1
+st0 length 1 sub dup 0 le{pop 1}if
+{st0 exch
+st1
+put}bind for/cnt cnt 1 add def
+st0}bind
+imagemask
+MySave restore
+newpath}bdf
+/cm{/ncolors edf
+translate
+scale/height edf/colorimage where
+{pop}
+{ncolors mul}ifelse/width edf
+/tbitstr width string def
+width height 8 [width 0 0 height neg 0 height]
+{currentfile tbitstr readhexstring pop}bind
+ncolors
+dup 3 eq {ci}{icomp}ifelse}bdf
+/im{translate
+scale
+/height edf
+/width edf
+/tbitstr width 7 add 8 div cvi string def
+width height 1 [width 0 0 height neg 0 height]
+{currentfile tbitstr readhexstring pop}bind
+i}bdf
+/imk{/invFlag edf
+translate
+scale
+/height edf
+/width edf
+/tbitstr width 7 add 8 div cvi string def
+width height invFlag [width 0 0 height neg 0 height]
+{currentfile tbitstr readhexstring pop}bind
+imagemask}bdf
+/BeginEPSF
+{/MySave save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/showpage {} def
+0 setgray 0 setlinecap
+1 setlinewidth 0 setlinejoin
+10 setmiterlimit [] 0 setdash newpath
+/languagelevel where
+{pop languagelevel 1 ne{false setstrokeadjust false setoverprint}if}if
+}bdf
+/EndEPSF
+{count op_count sub {pop}repeat
+countdictstack dict_count sub {end}repeat
+MySave restore}bdf
+/rectpath {/cv_r edf/cv_b edf/cv_l edf/cv_t edf
+cv_l cv_t moveto cv_r cv_t lineto cv_r cv_b lineto cv_l cv_b lineto cv_l cv_t lineto closepath}bdf
+/setpen{/penh edf/penv edf/penv2 penv 2 div def/penh2 penh 2 div def}bdf
+/dostroke{not pens 1.0 currentgray ne or {s}{newpath}ifelse}bdf
+/dodashfill{not fills 1.0 currentgray ne or
+{gsave f grestore gsave [] 0 setdash 
+stroketype/stroketype filltype def
+s/stroketype edf grestore}{newpath}ifelse}bdf
+/dofill{not fills 1.0 currentgray ne or {f}{newpath}ifelse}bdf
+/dofillsave{not fills 1.0 currentgray ne or {gsave f grestore}if}bdf
+/doline{not pens 1.0 currentgray ne or {filltype/filltype stroketype def f/filltype edf}{newpath}ifelse}bdf
+/spx{SpaceExtra 0 32 4 -1 roll widthshow}bdf
+/lsx{SpaceExtra 0 32 LetterSpace 0 6 -1 roll awidthshow}bdf
+/Rjust{stringwidth pop JustOffset exch sub /JustOffset edf}bdf
+/Cjust{stringwidth pop 2 div JustOffset exch sub /JustOffset edf}bdf
+/adjfit{stringwidth pop LetterSpace StringLength 1 sub mul add SpaceExtra NumSpaces mul add dup /pw edf JustOffset exch 
+sub dup /wdif edf StringLength div dup abs 1.0 gt{pop 0}if LetterSpace add /LetterSpace edf}bdf
+/ulb{currentpoint pop /underlinpt edf}bdf
+/ule{gsave currentpoint newpath moveto currentfont dup /ft1 known{dup /ft1 get begin /FontMatrix get FontMatrix tpmx concatmatrix pop}
+{begin FontMatrix tpmx copy pop}ifelse FontInfo begin UnderlinePosition UnderlineThickness end end dup tpmx
+dtransform pop setlinewidth dup tpmx dtransform pop 0 exch rmoveto underlinpt currentpoint pop sub 0 rlineto stroke grestore}bdf
+/fittext{ /SpaceExtra edf /LetterSpace edf /StringLength edf /NumSpaces edf /JustOffset edf not 1 currentgray ne or
+{dup {ulb}if exch
+dup adjfit
+lsx {ule}if}{pop pop}ifelse}bdf
+/cvRecFont{/encod edf FontDirectory 2 index known{cleartomark}{findfont dup length 1 add dict begin
+{1 index/FID ne{def}{pop pop}ifelse}forall encod{/Encoding CVvec def}if
+currentdict end definefont cleartomark}ifelse}bdf
+/wrk1 ( ) def/wdict 16 dict def
+/Work75 75 string def /Nmk{Work75 cvs dup}bdf /Npt{put cvn}bdf /dhOdh{Nmk 2 79 Npt}bdf /dhodh{Nmk 2 111 Npt}bdf        /dhSdh{Nmk 2 83 Npt}bdf
+/sfWidth{gsave 0 0 moveto 0 0 lineto 0 0 lineto 0 0 lineto closepath clip stringwidth grestore}bdf
+/MakOF{dup dhodh FontDirectory 1 index known{exch pop}{exch findfont dup length 1 add dict begin
+{1 index/FID ne 2 index /UniqueID ne and{def}{pop pop}ifelse}forall
+/PaintType 2 def
+/StrokeWidth .24 1000 mul ftSize div dup 12 lt{pop 12}if def
+dup currentdict end definefont pop}ifelse}bdf
+/fts{dup/ftSize edf}def
+/mkFT{/tempFT 11 dict def tempFT begin
+/FontMatrix [1 0 0 1 0 0] def/FontType 3 def
+FontDirectory 3 index get /Encoding get/Encoding exch def
+/proc2 edf/ft2 exch findfont def/ft1 exch findfont def/FontBBox [0 0 1 1] def
+/BuildChar{wdict begin/chr edf/ftdt edf/chrst wrk1 dup 0 chr put def ftdt/proc2 get exec end}def
+end tempFT definefont pop}bdf
+/OLFt{dup dhOdh FontDirectory 1 index known{exch pop}
+{dup 3 -1 roll dup MakOF {outproc} mkFT}ifelse}bdf
+/mshw{moveto show}bdf
+/outproc{ftdt/ft1 get setfont gsave chrst sfWidth grestore setcharwidth dblsh}bdf
+/dblsh{currentgray 1 setgray chrst 0 0 mshw setgray ftdt/ft2 get setfont chrst 0 0 mshw}bdf
+/ShadChar{ftdt/ft1 get setfont gsave chrst sfWidth 1 index 0 ne{exch .05 add exch}if grestore setcharwidth
+chrst .06 0 mshw 0 .05 translate dblsh}bdf
+/ShFt{dup dhSdh FontDirectory 1 index known{exch pop}
+{dup 3 -1 roll dup MakOF {ShadChar} mkFT}ifelse}bdf
+/LswUnits{72 75 div dup scale}bdf
+/erasefill{_bp}def
+/CVvec 256 array def
+/NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI/DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US
+CVvec 0 32 getinterval astore pop
+CVvec 32/Times-Roman findfont/Encoding get
+32 96 getinterval putinterval CVvec dup 39/quotesingle put 96/grave put
+/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
+/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
+/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
+/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
+/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
+/registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
+/infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
+/product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
+/questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
+/guillemotright/ellipsis/blank/Agrave/Atilde/Otilde/OE/oe
+/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
+/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
+/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute
+/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
+/apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
+/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
+CVvec 128 128 getinterval astore pop
+end
+CanvasDict begin
+0 setlinecap
+0 setlinejoin
+4 setmiterlimit
+/currot 0 def
+origmtx currentmatrix pop
+[] 0 setdash
+1 1 setpen
+1 fg
+0 pg
+0 frg
+1 bkg
+newpath
+/dbg F def
+% ---- Object #1:5 Obj Type: 99
+% ---- Object #2:6 Obj Type: 4
+save /MySave edf
+381 122 318 185 rectpath
+doeoclip newpath
+0 setgray
+189 189 63 63 122 318 false imk
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFC1FFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFF80FFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFF80FFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFF0C7FFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFF1C3FFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFE3E3FFCFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9FFC3E1FF8FFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF87FC7F1FE0FFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF81FC7F8F80FFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF807CFF8704FFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9038FFC41CFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9E01FFC07CFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9F01FFE0FCFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9FC1FFF1FCFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9FE3FFF1FCFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9FFFFFFFFCFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9FFFFFFFFCFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF9FFFFFFFFC0001FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFC0001FFFFFFFFC0001FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFC0001FFFFFFFFC0001FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFE0001FFFFFFFFFFFE3FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFE3FFFFFFFFFFFFFFE3FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFF1FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFF0FFFFFFFFFFFFFF8FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFF8FFF8001C001FFF8FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFF87FF80000001FFF1FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFC7FF1FF00FF8FFF1FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFE3F01FFC3FF80FE3FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFE3F01FFE7FF80FE3FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFF1F01FFE7FF80FC7FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFF1F01FFE7FF98FCFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFF0F19FFE7FF98F87FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFE0F19FFE7FF98FC1FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFC1F19FFE7FF98FC0FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFF07F19FFE7FF98FF03FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFC1FF19FFE7FF98FFC0FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFF83FF19FFE7FF98FFF07FFFFFFFFFFFFFFF
+FFFFFFFFFFFFFE0FFF19FFE7FF98FFF83FFFFFFFFFFFFFFF
+FFFFFFFFFFFFFE1FFF1800C30018FFF07FFFFFFFFFFFFFFF
+FFFFFFFFFFFFFE0FFF1800000018FFE0FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFF07FF187C007C18FFC1FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFF83FF1FFFC3FFF8FF83FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFE0FF1FC3E7C3F8FF07FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFF07F0000000000FE0FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFC3F0000000000FC1FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFE1F0000000000FC3FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFF00FFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FFDFFFFFE7FFFFFBFFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FF8FFFFFC3FFFFF1FFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FE03FFFF00FFFFC0FFE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3FC21FFFE107FFF847FE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3F871FFFC383FFF0C3FE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3F0F8FFFC7C1FFE1E1FE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3E1FC7FF8FE0FFC3F0FE3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3C3FC3FF1FF07F87F87E3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC387FE1FE1FF83F0FFC3E3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC30FFF0FC3FFC1E1FFE1E3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC21FFF8787FFE1C3FFF0E3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC23FFFC30FFFF087FFF863FFFFFFFFFFFFFF
+FFFFFFFFFFFFC07FFFE01FFFF80FFFFC23FFFFFFFFFFFFFF
+FFFFFFFFFFFFC0FFFFF03FFFFC1FFFFE03FFFFFFFFFFFFFF
+FFFFFFFFFFFFC0FF07F87F80FC3F803F03FFFFFFFFFFFFFF
+FFFFFFFFFFFFC1F001FCFC003E7E000F83FFFFFFFFFFFFFF
+FFFFFFFFFFFFC3E0007FF8000FFC0003C3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC380001FE00003F00001E3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC300000FC00001E00000E3FFFFFFFFFFFFFF
+FFFFFFFFFFFFC2000007800001C0000063FFFFFFFFFFFFFF
+FFFFFFFFFFFFC200000000000000000023FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC000000000000000000003FFFFFFFFFFFFFF
+FFFFFFFFFFFFC1FFFFFFFFFFFFFFFFFF83FFFF8FFFFFFFFF
+FFFFFFF3FFFFC1FFFFFFFFFFFFFFFFFF83FFFF87FFFFFFFF
+FFFFFFE3FFFFE1FFFFFFFFFFFFFFFFFF87FFFF83FFFFFFFF
+FFFFFFC1FFFFE0FFEFFF7FEFFEFFF7FF87FFFF81FFFFFFFF
+FFFFFF81FFFFE0FFE7FE7FEFFE7FE3FF87FFFF887FFFFFFF
+FFFFFE11FFFFE0FEE6FE77C77C7EE2FF0FFFFF1C3FFFFFFF
+FFFFFE39FFFFF0FEE6EE77C77476E2FF0FFFFE3E1FFFFFFF
+FFFFF8783FFFF0FE64EE66C6726634FE0FFFF03F07FFFFFF
+FFFFF0FE1FFFF0FE3CE7E67C71CF1CFE1FFFC1FFC3FFFFFF
+FFFFE1FF07FFF8FE3CE3C638718F89FC1FFF03FFE3FFFFFF
+FFFFC3FFC0FFF87F19F18F18F997C9FC1FFC0FFFF1FFFFFF
+FFFF8FFFF07FF87F99F9979975B6EBFC3FF07F1FF8FFFFFF
+FFFE1FF8FC1FFC3EDAEFB6DF77E67EF83FC1FC07F87FFFFF
+FFFC3FE07E0FFC3EFCE7E67E73C63CF07FC3F803FE7FFFFF
+FFFC7FC03F87FE1E7CE3C63C718F1CF07F8FF1E1FE7FFFFF
+FFF8FF871FE3FE1E3CE38E38F98F08E0FF1FE3E0FE7FFFFF
+FFF8FF078FF1FE0F19F19799FD9F89E0FE3FE3E07E7FFFFF
+FFF8FE0FC7F8FE0F99F9B79B75BFC9C1FE3FC7E03C7FFFFF
+FFFC7E07C3F8FF07DBEFE6FE77E7FFC1FC7F8FE2187FFFFF
+FFFC7C47E1FCFF03FFE7E67C73C7F783FC7F1FC708FFFFFF
+FFFE38E3F0FC7F83EFE38E38718FF703FC7E3F8781FFFFFF
+FFFE10F1F8FC7FC1EFF19F18F91FF707FE387F8FC3FFFFFF
+FFFF01F1FC7CFFC0EFF99799753FFE0FFE00FF1FE3FFFFFF
+FFFF83F87E00FFE07FE5A65E71C7FC1FFF03FC3FF0FFFFFF
+FFFF8FFC3F83FFF83FE7C67C718FF83FFFC7F87FF87FFFFF
+FFFF1FFE1FC3FFF81FE38E38F90FF07FFFE3F8FFFC3FFFFF
+FFFE3FFF0FC7FFFC0FF19F19F91FF0FFFFF1F1FFFE1FFFFF
+FFFC7FFF878FFFFE07F9BE9B7D3FC1FFFFF8E3FFFF1FFFFF
+FFF8FFFFC31FFFFF03FFFEFF7FFF81FFFFF843FFFF8FFFFF
+FFF1FF03E03FFFFF81FEFE7E7EFF03FFFFFC0783FF8FFFFF
+FFF1FE09F07FFFFFC0FEFE3C7EFE07FFFFFE0FC0FF8FFFFF
+FFF1FE3EF87FFFFFE07EFF18FEFC0FFFFFFE1FC41F8FFFFF
+FFF9FE7E7C7FFFFFF03FFF99FFF01FFFFFFC3FEE0F1FFFFF
+FFF8FCFE7E3FFFFFFC0FFFDBFFE03FFFFFF87FE48F1FFFFF
+FFFC7CFE7E1FFFFFFC03FFFFFF80FFFFFFE0F9F1FE3FFFFF
+FFFC3EFC7F87FFFFFE00FFEFFE01FFFFFFC3F079FC7FFFFF
+FFFE3EF877C3FFFFFF807FEFFC03FFFFFF87E479F8FFFFFF
+FFFE1EF0E3E1FFFFFFC01FEFF80FFFFFFE0FC679F8FFFFFF
+FFFF0E01C7F07FFFFFF003FFC03FFFFFFC3FC07DF1FFFFFF
+FFFF870787FC0FFFFFFC003800FFFFFFF07CE007C3FFFFFF
+FFFFE37F1FBF83FFFFFFC00003FFFFFFC3F9F8CF87FFFFFF
+FFFFE1FE3F3FC0FFFFFFF8001FFFFFFF07E3F87F8FFFFFFF
+FFFFF8FE7E7FF0FFFFFFFC007FFFFFFC0FE3FC7F1FFFFFFF
+FFFFFCFE7EFFFC1FFFFFFF83FFFFFFF03FF13E7C3FFFFFFF
+FFFFFC7F7CF8FE07FFFFFFFFFFFFFFC0FFB87FF87FFFFFFF
+FFFFFE3F39F0FF01FFFFFFFFFFFFFE03FFB87FF0FFFFFFFF
+FFFFFF0FC3C1FFE03FFFFFFFFFFFF81FFFBC77E1FFFFFFFF
+FFFFFF87FF11FFF803FFFFFFFFFF807FE3BE07C3FFFFFFFF
+FFFFFF83FE31F3FE01FFFFFFFFFE01FFE39F0F87FFFFFFFF
+FFFFFFE1FEC3F0FFC01FFFFFFFE007FFF19F3F0FFFFFFFFF
+FFFFFFF0FFE3E2FFFC003FFFF0007FFFF89FFC3FFFFFFFFF
+FFFFFFF83FE3E7FFFF8000000007FFFFFC1FF87FFFFFFFFF
+FFFFFFFC1FE3C7FFFFF00000003FFF3FFE1FF8FFFFFFFFFF
+FFFFFFFF0FE7C1E03FFFF0001FFFFCFFFF1FE1FFFFFFFFFF
+FFFFFFFF81F70C879DFFFFFFFFFF8CFFFFFF03FFFFFFFFFF
+FFFFFFFFF0FF1F9FFDFFFFFFFFCFCC1FFFFC1FFFFFFFFFFF
+FFFFFFFFF87F8F1FF9F3FFFF83CFCC3FFFF83FFFFFFFFFFF
+FFFFFFFFFE1FE71FF9F39F3E79C7CE7FFFE0FFFFFFFFFFFF
+FFFFFFFFFE07FF9FF9F79F3C7CE7CE7FFF83FFFFFFFFFFFF
+FFFFFFFFFF81FF9FF1E70E3CFCE7CE37FE07FFFFFFFFFFFF
+FFFFFFFFFFC0FFCFF1E70C38FCE7CE07FC1FFFFFFFFFFFFF
+FFFFFFFFFFF01FE0F1EF4538FCE7CF3FF07FFFFFFFFFFFFF
+FFFFFFFFFFFC07FFF1CF453CFCE3CFFFC1FFFFFFFFFFFFFF
+FFFFFFFFFFFF01FFF9CE613CFCF19FFF03FFFFFFFFFFFFFF
+FFFFFFFFFFFFC0FFFC1EE33C7DF03FFC07FFFFFFFFFFFFFF
+FFFFFFFFFFFFF81FFFFEE33E31FFFFC03FFFFFFFFFFFFFFF
+FFFFFFFFFFFFFE03FFFEF73F81FFFE00FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFF007FFFFFFFF9FFF803FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFE007FFFFFFFDFF801FFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFE003FFFFFFFF001FFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFC0000000000007FFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFC00000000FFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFE0000FFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+MySave restore
+% ---- Object #3:7 Obj Type: 2
+save
+0 setgray
+mark /|___Times-Bold /Times-Bold T cvRecFont
+24 fts /|___Times-Bold findfont exch scalefont setfont
+0 setgray
+190 344 moveto
+(University of Alberta)
+F F 217.2422 2 21 0 0 fittext
+restore
+origmtx setmatrix
+systemdict /setpacking known {origpack setpacking} if end
+
+%%EndDocument
+
+ endTexFig
+ 227 633 a Fx(The)27 b(APHID)g(P)n(arallel)e Fw(\013\014)31
+b Fx(Searc)n(h)26 b(Algorithm)945 991 y Fv(b)n(y)414
+1109 y(Mark)18 b(G.)h(Bro)r(c)n(kington)e(and)i(Jonathan)h(Sc)n
+(hae\013er)636 2067 y(T)-5 b(ec)n(hnical)18 b(Rep)r(ort)g(TR)g(96{07)
+821 2126 y(August)i(1996)379 2430 y
+ 18813584 3223306 8025374 21313290 26838958 24536596 startTexFig
+ 379 2430 a
+%%BeginDocument: uofabot.ps
+/CanvasDict where not{/CanvasDict 250 dict def}{pop}ifelse
+CanvasDict begin
+systemdict/setpacking known{/origpack currentpacking def true setpacking}if
+/bdf{bind def}bind def
+/xdf{exch bind def}bdf
+/min{2 copy gt{exch}if pop}bdf
+/edf{exch def}bdf
+/max{2 copy lt{exch}if pop}bdf
+/cvmtx matrix def
+/tpmx matrix def
+/currot 0 def
+/rotmtx matrix def
+/origmtx matrix def
+/cvangle{360 exch sub 90 add 360 mod}bdf
+/setrot{/currot edf rotmtx currentmatrix pop 2 copy translate currot rotate neg exch neg exch translate}bdf
+/endrot{rotmtx setmatrix}bdf
+/i systemdict/image get def/T true def/F false def/dbg F def
+/ncolors 0 def/st0 ()def/st1 ()def/proc0 {}def
+/penh 1 def/penv 1 def/penv2 0 def/penh2 0 def/samplesize 0 def/width 0 def/height 0 def
+/setcmykcolor where not{/setcmykcolor{/b edf 3{b add 1.0 exch sub 0.0 max 1.0 min 3 1 roll}repeat systemdict begin setrgbcolor end}bdf}{pop}ifelse
+/doeoclip{closepath{eoclip}stopped{currentflat dup 2 mul setflat eoclip setflat}if}bdf
+/SpaceExtra 0 def/LetterSpace 0 def/StringLength 0 def/NumSpaces 0 def/JustOffset 0 def
+/f0/fill load def
+/s0{1 setlinewidth cvmtx currentmatrix pop penh penv scale stroke cvmtx setmatrix}bdf
+/f1{_bp _fp impat}def
+/s1{cvmtx currentmatrix pop 1 setlinewidth penh penv scale
+{strokepath}stopped{currentflat dup 2 mul setflat strokepath setflat}if 
+_bp
+cvmtx setmatrix _fp impat}def
+/filltype 0 def
+/stroketype 0 def
+/f{filltype 0 eq{f0}{f1}ifelse}bdf
+/s{stroketype 0 eq{s0}{s1}ifelse}bdf
+/_fp{}def
+/_bp{}def
+/_fg 1 def
+/_pg 0 def
+/_bkg 1 def
+/_frg 0 def
+/_frgb 3 array def
+/_frrgb [0 0 0] def
+/_fcmyk 4 array def
+/_frcmyk [0 0 0 1] def
+/_prgb 3 array def
+/_pcmyk 4 array def
+/_bkrgb [1 1 1] def
+/_bkcmyk [0 0 0 0] def
+/fg{/_fg exch def /filltype 0 def/fills{_fg setgray}def}def
+/frgb{_frgb astore pop /filltype 0 def/fills{_frgb aload pop setrgbcolor}def}def
+/fcmyk{_fcmyk astore pop /filltype 0 def/fills{_fcmyk aload pop setcmykcolor}def}def
+/pg{/_pg exch def /stroketype 0 def/pens{_pg setgray}def}def
+/prgb{_prgb astore pop /stroketype 0 def/pens{_prgb aload pop setrgbcolor}def}def
+/pcmyk{_pcmyk astore pop /stroketype 0 def/pens{_pcmyk aload pop setcmykcolor}def}def
+/fpat{/fstr edf/filltype 1 def/fills{/patstr fstr def}bdf}bdf
+/ppat{/sstr edf/stroketype 1 def/pens{/patstr sstr def}bdf}bdf
+/bkg{ /_bkg exch def /_bp{gsave _bkg setgray fill grestore}def}def
+/bkrgb{_bkrgb astore pop/_bp{gsave _bkrgb aload pop setrgbcolor fill grestore}def}def
+/bkcmyk{_bkcmyk astore pop/_bp{gsave _bkcmyk aload pop setcmykcolor fill grestore}def}def
+/frg{ /_frg exch def /_fp{_frg setgray}def}def
+/frrgb{_frrgb astore pop/_fp{_frrgb aload pop setrgbcolor}def}def
+/frcmyk{_frcmyk astore pop/_fp{_frcmyk aload pop setcmykcolor}def}def
+/icomp{/ncolors edf
+ncolors 1 gt{/proc0 edf
+dup dup 0 get ncolors div cvi exch 0 3 -1 roll put
+4 -1 roll ncolors div cvi 4 1 roll{proc0 dup/st0 edf
+0 exch ncolors exch length
+dup ncolors sub exch ncolors div cvi string/st1 edf
+{dup 0 exch dup 1 exch
+2 add{st0 exch get add}bind for
+3 div ncolors 4 eq{exch dup 3 1 roll 3 add st0 exch get add 255 exch sub dup 0 lt{pop 0}if}if cvi
+dup 255 gt{pop 255}if
+exch ncolors div cvi exch
+st1 3 1 roll put}bind for
+st1}}if i}bdf
+/ci
+{/colorimage where
+{pop false exch colorimage}
+{icomp}
+ifelse}bdf
+/impat
+{/cnt 0 def
+/MySave save def
+currot 0 ne{currot neg rotate}if
+clip
+flattenpath
+pathbbox
+3 -1 roll
+8 div floor 8 mul dup/starty edf
+sub abs 8 div ceiling 8 mul cvi/height edf
+exch 8 div floor 8 mul dup/startx edf
+sub abs 8 div ceiling 8 mul cvi/width edf
+startx starty translate
+width height scale
+/height height 8 mul def
+/st0 width string def
+width height T [width 0 0 height neg 0 height]
+{patstr
+cnt 8 mod
+get/st1 edf
+0 1
+st0 length 1 sub dup 0 le{pop 1}if
+{st0 exch
+st1
+put}bind for/cnt cnt 1 add def
+st0}bind
+imagemask
+MySave restore
+newpath}bdf
+/cm{/ncolors edf
+translate
+scale/height edf/colorimage where
+{pop}
+{ncolors mul}ifelse/width edf
+/tbitstr width string def
+width height 8 [width 0 0 height neg 0 height]
+{currentfile tbitstr readhexstring pop}bind
+ncolors
+dup 3 eq {ci}{icomp}ifelse}bdf
+/im{translate
+scale
+/height edf
+/width edf
+/tbitstr width 7 add 8 div cvi string def
+width height 1 [width 0 0 height neg 0 height]
+{currentfile tbitstr readhexstring pop}bind
+i}bdf
+/imk{/invFlag edf
+translate
+scale
+/height edf
+/width edf
+/tbitstr width 7 add 8 div cvi string def
+width height invFlag [width 0 0 height neg 0 height]
+{currentfile tbitstr readhexstring pop}bind
+imagemask}bdf
+/BeginEPSF
+{/MySave save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/showpage {} def
+0 setgray 0 setlinecap
+1 setlinewidth 0 setlinejoin
+10 setmiterlimit [] 0 setdash newpath
+/languagelevel where
+{pop languagelevel 1 ne{false setstrokeadjust false setoverprint}if}if
+}bdf
+/EndEPSF
+{count op_count sub {pop}repeat
+countdictstack dict_count sub {end}repeat
+MySave restore}bdf
+/rectpath {/cv_r edf/cv_b edf/cv_l edf/cv_t edf
+cv_l cv_t moveto cv_r cv_t lineto cv_r cv_b lineto cv_l cv_b lineto cv_l cv_t lineto closepath}bdf
+/setpen{/penh edf/penv edf/penv2 penv 2 div def/penh2 penh 2 div def}bdf
+/dostroke{not pens 1.0 currentgray ne or {s}{newpath}ifelse}bdf
+/dodashfill{not fills 1.0 currentgray ne or
+{gsave f grestore gsave [] 0 setdash 
+stroketype/stroketype filltype def
+s/stroketype edf grestore}{newpath}ifelse}bdf
+/dofill{not fills 1.0 currentgray ne or {f}{newpath}ifelse}bdf
+/dofillsave{not fills 1.0 currentgray ne or {gsave f grestore}if}bdf
+/doline{not pens 1.0 currentgray ne or {filltype/filltype stroketype def f/filltype edf}{newpath}ifelse}bdf
+/spx{SpaceExtra 0 32 4 -1 roll widthshow}bdf
+/lsx{SpaceExtra 0 32 LetterSpace 0 6 -1 roll awidthshow}bdf
+/Rjust{stringwidth pop JustOffset exch sub /JustOffset edf}bdf
+/Cjust{stringwidth pop 2 div JustOffset exch sub /JustOffset edf}bdf
+/adjfit{stringwidth pop LetterSpace StringLength 1 sub mul add SpaceExtra NumSpaces mul add dup /pw edf JustOffset exch 
+sub dup /wdif edf StringLength div dup abs 1.0 gt{pop 0}if LetterSpace add /LetterSpace edf}bdf
+/ulb{currentpoint pop /underlinpt edf}bdf
+/ule{gsave currentpoint newpath moveto currentfont dup /ft1 known{dup /ft1 get begin /FontMatrix get FontMatrix tpmx concatmatrix pop}
+{begin FontMatrix tpmx copy pop}ifelse FontInfo begin UnderlinePosition UnderlineThickness end end dup tpmx
+dtransform pop setlinewidth dup tpmx dtransform pop 0 exch rmoveto underlinpt currentpoint pop sub 0 rlineto stroke grestore}bdf
+/fittext{ /SpaceExtra edf /LetterSpace edf /StringLength edf /NumSpaces edf /JustOffset edf not 1 currentgray ne or
+{dup {ulb}if exch
+dup adjfit
+lsx {ule}if}{pop pop}ifelse}bdf
+/cvRecFont{/encod edf FontDirectory 2 index known{cleartomark}{findfont dup length 1 add dict begin
+{1 index/FID ne{def}{pop pop}ifelse}forall encod{/Encoding CVvec def}if
+currentdict end definefont cleartomark}ifelse}bdf
+/wrk1 ( ) def/wdict 16 dict def
+/Work75 75 string def /Nmk{Work75 cvs dup}bdf /Npt{put cvn}bdf /dhOdh{Nmk 2 79 Npt}bdf /dhodh{Nmk 2 111 Npt}bdf        /dhSdh{Nmk 2 83 Npt}bdf
+/sfWidth{gsave 0 0 moveto 0 0 lineto 0 0 lineto 0 0 lineto closepath clip stringwidth grestore}bdf
+/MakOF{dup dhodh FontDirectory 1 index known{exch pop}{exch findfont dup length 1 add dict begin
+{1 index/FID ne 2 index /UniqueID ne and{def}{pop pop}ifelse}forall
+/PaintType 2 def
+/StrokeWidth .24 1000 mul ftSize div dup 12 lt{pop 12}if def
+dup currentdict end definefont pop}ifelse}bdf
+/fts{dup/ftSize edf}def
+/mkFT{/tempFT 11 dict def tempFT begin
+/FontMatrix [1 0 0 1 0 0] def/FontType 3 def
+FontDirectory 3 index get /Encoding get/Encoding exch def
+/proc2 edf/ft2 exch findfont def/ft1 exch findfont def/FontBBox [0 0 1 1] def
+/BuildChar{wdict begin/chr edf/ftdt edf/chrst wrk1 dup 0 chr put def ftdt/proc2 get exec end}def
+end tempFT definefont pop}bdf
+/OLFt{dup dhOdh FontDirectory 1 index known{exch pop}
+{dup 3 -1 roll dup MakOF {outproc} mkFT}ifelse}bdf
+/mshw{moveto show}bdf
+/outproc{ftdt/ft1 get setfont gsave chrst sfWidth grestore setcharwidth dblsh}bdf
+/dblsh{currentgray 1 setgray chrst 0 0 mshw setgray ftdt/ft2 get setfont chrst 0 0 mshw}bdf
+/ShadChar{ftdt/ft1 get setfont gsave chrst sfWidth 1 index 0 ne{exch .05 add exch}if grestore setcharwidth
+chrst .06 0 mshw 0 .05 translate dblsh}bdf
+/ShFt{dup dhSdh FontDirectory 1 index known{exch pop}
+{dup 3 -1 roll dup MakOF {ShadChar} mkFT}ifelse}bdf
+/LswUnits{72 75 div dup scale}bdf
+/erasefill{_bp}def
+/CVvec 256 array def
+/NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI/DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US
+CVvec 0 32 getinterval astore pop
+CVvec 32/Times-Roman findfont/Encoding get
+32 96 getinterval putinterval CVvec dup 39/quotesingle put 96/grave put
+/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
+/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
+/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
+/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
+/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
+/registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
+/infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
+/product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
+/questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
+/guillemotright/ellipsis/blank/Agrave/Atilde/Otilde/OE/oe
+/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
+/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
+/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute
+/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
+/apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
+/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
+CVvec 128 128 getinterval astore pop
+end
+CanvasDict begin
+0 setlinecap
+0 setlinejoin
+4 setmiterlimit
+/currot 0 def
+origmtx currentmatrix pop
+[] 0 setdash
+1 1 setpen
+1 fg
+0 pg
+0 frg
+1 bkg
+newpath
+/dbg F def
+% ---- Object #1:5 Obj Type: 99
+% ---- Object #2:6 Obj Type: 2
+save
+0 setgray
+mark /|___Times-Bold /Times-Bold T cvRecFont
+14 fts /|___Times-Bold findfont exch scalefont setfont
+0 setgray
+125 360 moveto
+(DEPARTMENT OF COMPUTING SCIENCE)
+F F 280.3589 3 31 0 0 fittext
+restore
+% ---- Object #3:7 Obj Type: 2
+save
+0 setgray
+mark /|___Times-Bold /Times-Bold T cvRecFont
+12 fts /|___Times-Bold findfont exch scalefont setfont
+0 setgray
+197 344 moveto
+(The University of Alberta)
+F F 131.6221 3 25 0 0 fittext
+restore
+% ---- Object #4:8 Obj Type: 2
+save
+0 setgray
+mark /|___Times-Bold /Times-Bold T cvRecFont
+12 fts /|___Times-Bold findfont exch scalefont setfont
+0 setgray
+194 328 moveto
+(Edmonton, Alberta, Canada)
+F F 145.3213 2 25 0 0 fittext
+restore
+origmtx setmatrix
+systemdict /setpacking known {origpack setpacking} if end
+
+%%EndDocument
+
+ endTexFig
+ eop
+%%Page: 0 2
+0 1 bop eop
+%%Page: 1 3
+1 2 bop 350 50 a Fu(The)21 b(APHID)g(P)n(arallel)h Fw(\013\014)k
+Fu(Searc)n(h)21 b(Algorithm)1600 24 y Ft(\003)516 170
+y Fs(Mark)16 b(G.)g(Bro)q(c)o(kington,)g Fr(br)n(o)n([email protected])n
+(erta.c)n(a)504 228 y Fs(Jonathan)i(Sc)o(hae\013er,)d
+Fr([email protected])n(erta.c)n(a)685 286 y Fq(Departmen)o(t)f(of)f
+(Computing)h(Science)797 345 y(Univ)o(ersit)o(y)h(of)d(Alb)q(erta)727
+403 y(Edmon)o(ton,)i(Alb)q(erta)g(T6G)f(2H1)911 461 y(Canada)802
+558 y Fs(August)k(20,)f(1996)890 749 y Fp(Abstract)161
+814 y Fq(This)g(pap)q(er)h(in)o(tro)q(duces)g(the)e(APHID)g(\(Async)o
+(hronous)j(P)o(arallel)f(Hierarc)o(hical)h(Iterativ)o(e)e(Deep)q
+(ening\))i(game-)104 860 y(tree)11 b(searc)o(h)i(algorithm.)18
+b(An)12 b(APHID)f(searc)o(h)h(is)h(a)e(hierarc)o(hical)k(searc)o(h)d
+(with)g(a)g(master)g(con)o(trolling)j(the)d(top)f(of)h(the)104
+905 y(tree)i(\()p Fo(d)217 889 y Fn(0)242 905 y Fq(ply\),)h(and)g(the)f
+(sla)o(v)o(es)h(searc)o(hing)h(the)e(rest)g(of)g(the)g(tree)g(\()p
+Fo(d)c Fm(\000)f Fo(d)1192 889 y Fn(0)1217 905 y Fq(ply\).)21
+b(The)14 b(sla)o(v)o(es)h(async)o(hronously)j(read)104
+951 y(w)o(ork)d(lists)h(from)f(the)h(master)f(and)h(return)g(score)f
+(information)i(to)f(the)f(master.)24 b(The)15 b(master)g(uses)h(the)f
+(returned)104 997 y(score)e(information)i(to)d(generate)i(appro)o
+(ximate)h(minimax)f(v)n(alues,)g(un)o(til)h(all)f(of)e(the)h(required)h
+(score)g(information)g(is)104 1042 y(a)o(v)n(ailable.)161
+1088 y(APHID)e(has)g(b)q(een)g(programmed)h(as)e(an)h(easy)g(to)g
+(implemen)o(t,)h(game-indep)q(enden)o(t)h Fo(\013\014)f
+Fq(library)m(.)18 b(This)12 b(has)g(b)q(een)104 1134
+y(demonstrated)g(b)o(y)f(parallelizi)q(ng)j(three)c(programs)i(\(c)o
+(hess,)f(c)o(hec)o(k)o(ers)g(and)g(Othello\))h(on)f(a)g(net)o(w)o(ork)g
+(of)f(w)o(orkstations,)104 1179 y(eac)o(h)j(with)h(less)f(than)h(a)f
+(da)o(y's)g(w)o(orth)g(of)g(e\013ort.)0 1316 y Fl(1)67
+b(In)n(tro)r(duction)0 1407 y Fk(The)18 b(alpha-b)q(eta)f(\()p
+Fj(\013\014)r Fk(\))h(minim)o(ax)c(tree)19 b(searc)o(h)f(algorithm)d
+(has)j(pro)o(v)o(en)f(to)g(b)q(e)h(a)f(di\016cult)g(algorithm)e(to)i
+(parallelize.)0 1457 y(Although)e(sim)o(ulations)e(predict)k(excellen)o
+(t)f(parallel)f(p)q(erformance,)g(man)o(y)f(of)h(these)i(results)g(are)
+f(based)h(on)e(an)h(unrea-)0 1507 y(sonable)c(set)h(of)e(assumptions.)
+17 b(In)12 b(practice,)h(kno)o(wing)e(where)i(to)f(initiate)f(parallel)
+g(activit)o(y)g(is)h(di\016cult)g(since)h(the)f(result)0
+1557 y(of)h(searc)o(hing)i(one)f(no)q(de)h(at)f(a)f(branc)o(h)i(ma)o(y)
+d(ob)o(viate)i(the)g(parallel)f(w)o(ork)h(of)f(the)i(other)g(branc)o
+(hes)g(\(a)f(so-called)g Fi(cut-o\013)p Fk(\).)0 1607
+y(In)g(real-w)o(orld)g(implemen)o(tatio)o(ns,)e(suc)o(h)j(as)f(for)g
+(high-p)q(erformance)g(c)o(hess,)h(c)o(hec)o(k)o(ers)i(and)d(Othello)g
+(game-pla)o(ying)d(pro-)0 1656 y(grams,)h(the)j(programs)d(su\013er)j
+(from)d(three)k(ma)r(jor)c(sources)j(of)e(parallel)g(ine\016ciency)h
+(\(a)g(similar)d(mo)q(del)i(is)g(presen)o(ted)j(in)0
+1706 y([18)o(]\):)62 1789 y Fh(\017)21 b Fi(Synchr)n(onization)15
+b(Overhe)n(ad)p Fk(:)i(The)d(searc)o(h)g(t)o(ypically)d(has)i(man)o(y)e
+(sync)o(hronization)i(p)q(oin)o(ts)f(that)h(result)h(in)e(a)h(high)104
+1839 y(p)q(ercen)o(tage)i(of)f(pro)q(cessor)h(idle)f(time.)62
+1922 y Fh(\017)21 b Fi(Par)n(al)r(lelization)14 b(Overhe)n(ad)p
+Fk(:)k(This)c(is)g(the)g(o)o(v)o(erhead)h(of)e(incorp)q(orating)g(the)i
+(parallel)e(algorithm,)e(whic)o(h)i(includes)104 1972
+y(the)h(handling)f(of)g(comm)o(unication)e(and)i(main)o(taining)e
+(structures)16 b(to)e(allo)o(w)e(for)i(allo)q(cation)e(of)h(w)o(ork.)62
+2055 y Fh(\017)21 b Fi(Se)n(ar)n(ch)c(Overhe)n(ad)p Fk(:)22
+b(Searc)o(h)16 b(trees)i(are)e(really)f(directed)i(graphs.)24
+b(W)m(ork)15 b(p)q(erformed)g(on)h(one)g(pro)q(cessor)h(ma)o(y)d(b)q(e)
+104 2105 y(useful)d(to)g(the)g(computations)f(of)g(another)i(pro)q
+(cessor.)18 b(If)11 b(this)g(information)d(is)j(not)g(a)o(v)n(ailable,)
+e(unnecessary)k(searc)o(h)104 2155 y(ma)o(y)f(b)q(e)i(done.)0
+2238 y(These)h(o)o(v)o(erheads)f(are)g(not)f(indep)q(enden)o(t)i(of)d
+(eac)o(h)i(other.)19 b(F)m(or)13 b(example,)f(increased)i(comm)o
+(unication)c(can)k(help)f(reduce)0 2287 y(the)j(searc)o(h)h(o)o(v)o
+(erhead.)23 b(Reducing)15 b(the)h(n)o(um)o(b)q(er)f(of)f(sync)o
+(hronization)i(p)q(oin)o(ts)f(can)h(increase)g(the)g(searc)o(h)h(o)o(v)
+o(erhead.)23 b(In)0 2337 y(practice,)14 b(the)h(righ)o(t)e(balance)h(b)
+q(et)o(w)o(een)h(these)g(sources)h(of)d(program)f(ine\016ciency)i(is)g
+(di\016cult)f(to)h(\014nd,)f(and)h(one)g(usually)0 2387
+y(p)q(erforms)f(man)o(y)f(exp)q(erimen)o(ts)j(to)e(\014nd)h(the)h(righ)
+o(t)e(trade-o\013s)i(to)f(maxim)o(ize)d(p)q(erformance.)62
+2437 y(Man)o(y)17 b(parallel)f Fj(\013\014)k Fk(algorithms)15
+b(ha)o(v)o(e)i(app)q(eared)h(in)f(the)h(literature)g(\(see)g([1])e(for)
+h(a)g(comprehensiv)o(e)h(list)f(of)f(algo-)0 2487 y(rithms\).)h(The)12
+b(PV-Split)g(algorithm)e(recognized)k(that)e(some)g(no)q(des)h(exist)g
+(in)e(the)i(searc)o(h)h(tree)g(where,)f(ha)o(ving)e(searc)o(hed)0
+2537 y(the)k(\014rst)h(branc)o(h)f(sequen)o(tially)m(,)e(the)i
+(remaining)e(branc)o(hes)j(can)f(b)q(e)g(searc)o(hed)h(in)e(parallel)g
+([17)o(].)20 b(Initiating)13 b(parallelism)p 0 2573 780
+2 v 46 2600 a Fn(\003)64 2612 y Fg(A)g(part)f(of)h(this)f(pap)q(er)g(w)
+o(as)h(presen)o(ted)e(at)h(the)h(Adv)n(ances)e(in)i(Computer)e(Chess)i
+(VI)q(I)q(I)g(conference)d(in)j(Maastric)o(h)o(t,)e(June)h(1996)g([2].)
+20 b(A)0 2651 y(di\013eren)o(t)8 b(p)q(ortion)h(w)o(as)i(accepted)d
+(for)i(publication)d(at)j(the)g(8th)g(IEEE)h(Symp)q(osium)c(on)j(P)o
+(arallel)f(and)h(Distributed)e(Pro)q(cessing)g(\(SPDP)i('96\),)0
+2691 y(New)i(Orleans,)f(Octob)q(er)f(1996)g([3].)965
+2790 y Fk(1)p eop
+%%Page: 2 4
+2 3 bop 0 42 a Fk(along)13 b(the)i(b)q(est)h(line)e(of)f(pla)o(y)m(,)g
+(the)i Fi(princip)n(al)g(variation)p Fk(,)f(w)o(as)g(e\013ectiv)o(e)i
+(for)e(a)g(small)e(n)o(um)o(b)q(er)i(of)g(pro)q(cessors,)i(although)0
+91 y(v)n(ariations)d(on)g(this)h(sc)o(heme)g(seem)g(to)g(b)q(e)g
+(limited)e(to)i(sp)q(eedups)i(of)d(less)h(than)g(8)g([24)o(].)62
+141 y(The)e(idea)f(can)h(b)q(e)g(generalized)g(to)g(other)g(no)q(des)g
+(in)f(the)h(tree.)18 b(A)o(t)12 b(no)q(des)g(where)h(the)f(\014rst)g
+(branc)o(h)g(has)g(b)q(een)g(searc)o(hed)0 191 y(and)17
+b(no)g(cut-o\013)h(o)q(ccurs,)h(the)e(rest)i(can)e(lik)o(ely)f(b)q(e)i
+(searc)o(hed)h(in)e(parallel.)26 b(It)18 b(is)f(a)g(trade-o\013)g({)g
+(increased)i(parallelism)0 241 y(v)o(ersus)14 b(additional)e(searc)o(h)
+i(o)o(v)o(erhead,)f(since)h(one)g(of)e(these)j(parallel)d(tasks)i
+(could)f(cause)h(a)f(cut-o\013.)18 b(This)13 b(idea)g(has)h(b)q(een)0
+291 y(tried)e(b)o(y)g(a)f(n)o(um)o(b)q(er)h(of)f(researc)o(hers)k([6)o
+(,)c(7,)g(10].)17 b(The)12 b(b)q(est-kno)o(wn)g(instance)h(of)e(this)h
+(t)o(yp)q(e)h(of)e(algorithm)e(is)j(called)f Fi(Y)m(oung)0
+340 y(Br)n(others)k(Wait)f Fk(\(YBW\))h(and)f(w)o(as)g(implemen)o(ted)e
+(b)o(y)i(F)m(eldmann)e(in)i(the)h Ff(Zugzw)l(ang)f Fk(c)o(hess)i
+(program)d([5)o(].)19 b(F)m(eldmann)0 390 y(ac)o(hiev)o(ed)12
+b(a)f(344-fold)e(sp)q(eedup)k(using)e(YBW)h(on)f(1024)f(pro)q(cessors.)
+20 b(V)m(ariations)10 b(of)h(this)g(algorithm)e(ha)o(v)o(e)i(app)q
+(eared)h(with)0 440 y(comparable)g(exp)q(erimen)o(tal)g(results,)i(suc)
+o(h)g(as)f(Kuszmaul's)f(Jam)o(b)q(oree)h(searc)o(h)h([14)o(])f(and)f(W)
+m(eill's)g(ABD)o(AD)o(A)h(algorithm)0 490 y([29)o(].)62
+540 y(This)20 b(class)f(of)g(algorithms)e(cannot)j(ac)o(hiev)o(e)g(a)f
+(linear)g(sp)q(eedup)i(primarily)c(due)i(to)h(sync)o(hronization)f(o)o
+(v)o(erhead;)0 589 y(the)c(searc)o(h)h(tree)g(ma)o(y)d(ha)o(v)o(e)i
+(thousands)g(of)f(sync)o(hronization)h(p)q(oin)o(ts)g(and)f(there)j
+(are)e(n)o(umerous)f(o)q(ccasions)h(where)h(the)0 639
+y(pro)q(cesses)i(are)e(starv)o(ed)h(for)e(w)o(ork.)23
+b(The)16 b(algorithms)e(ha)o(v)o(e)h(lo)o(w)g(searc)o(h)i(o)o(v)o
+(erhead,)f(but)f(this)h(is)g(primarily)d(due)j(to)f(the)0
+689 y(implemen)o(tatio)o(n)c(of)j(a)f(globally)f(shared)j(transp)q
+(osition)e(table)h(to)g(share)h(information)c(and)i(impro)o(v)o(e)f(mo)
+o(v)o(e)h(ordering.)62 739 y(This)h(pap)q(er)h(in)o(tro)q(duces)h(the)f
+(Async)o(hronous)g(P)o(arallel)e(Hierarc)o(hical)h(Iterativ)o(e)h(Deep)
+q(ening)g(\(APHID)1723 724 y Fe(1)1742 739 y Fk(\))f(game-tree)0
+789 y(searc)o(h)i(algorithm.)k(The)c(algorithm)d(represen)o(ts)18
+b(a)d(departure)i(from)c(the)j(approac)o(hes)g(used)h(in)d(practice.)24
+b(In)15 b(con)o(trast)0 839 y(to)d(other)h(sc)o(hemes,)g(APHID)g
+(de\014nes)h(a)e(fron)o(tier)h(\(a)f(\014xed)h(n)o(um)o(b)q(er)f(of)f
+(mo)o(v)o(es)h(a)o(w)o(a)o(y)f(from)g(the)i(ro)q(ot)f(of)g(the)h(searc)
+o(h)h(tree\),)0 888 y(and)d(all)g(no)q(des)h(at)f(the)h(fron)o(tier)g
+(are)f(done)h(in)f(parallel.)16 b(Eac)o(h)c(w)o(ork)o(er)g(pro)q(cess)h
+(is)e(assigned)h(an)f(equal)g(n)o(um)o(b)q(er)g(of)g(fron)o(tier)0
+938 y(no)q(des)i(to)f(searc)o(h.)19 b(The)13 b(w)o(ork)o(ers)g(con)o
+(tin)o(ually)d(searc)o(h)k(these)g(no)q(des)f(deep)q(er)h(and)e(deep)q
+(er,)i(nev)o(er)f(ha)o(ving)f(to)g(sync)o(hronize)0 988
+y(with)j(a)g(con)o(trolling)f(master)h(pro)q(cess.)24
+b(The)16 b(master)f(pro)q(cess)i(rep)q(eatedly)f(searc)o(hes)i(to)d
+(the)h(fron)o(tier)f(to)g(get)h(the)g(latest)0 1038 y(searc)o(h)g
+(results.)k(In)15 b(this)f(w)o(a)o(y)m(,)f(there)j(is)e(e\013ectiv)o
+(ely)i(no)e(idle)g(time;)f(searc)o(h)i(ine\016ciencies)h(are)f
+(primarily)d(due)j(to)f(searc)o(h)0 1088 y(o)o(v)o(erhead.)29
+b(APHID's)18 b(p)q(erformance)f(do)q(es)h(not)g(rely)f(on)h(the)g
+(implemen)o(tati)o(on)d(of)i(a)g(global)f(shared)i(memory)m(,)d(whic)o
+(h)0 1137 y(mak)o(es)f(the)i(algorithm)d(suitable)i(for)g(lo)q
+(osely-coupled)f(arc)o(hitectures)k(\(suc)o(h)e(as)f(a)g(net)o(w)o(ork)
+h(of)e(w)o(orkstations\),)h(as)h(w)o(ell)0 1187 y(as)e(tigh)o
+(tly-coupled)f(arc)o(hitectures.)62 1237 y(Unlik)o(e)f(most)f(parallel)
+g Fj(\013\014)k Fk(algorithms,)9 b(APHID)k(is)f(designed)h(to)f(\014t)g
+(in)o(to)g(a)g(sequen)o(tial)g Fj(\013\014)j Fk(structure.)k(APHID)13
+b(has)0 1287 y(b)q(een)i(implemen)o(ted)e(as)h(a)g(game-indep)q(enden)o
+(t)g(library)g(of)f(routines.)20 b(These,)c(com)o(bined)d(with)h
+(application-dep)q(enden)o(t)0 1337 y(routines)d(that)f(the)g(user)h
+(supplies,)g(allo)o(w)d(a)i(sequen)o(tial)g Fj(\013\014)j
+Fk(program)8 b(to)i(b)q(e)h(easily)e(con)o(v)o(erted)i(to)f(a)g
+(parallel)f Fj(\013\014)j Fk(program.)0 1386 y(Although)i(most)f
+(parallel)g Fj(\013\014)j Fk(programs)d(tak)o(e)h(mon)o(ths)f(to)h(dev)
+o(elop,)g(the)h(game-indep)q(enden)o(t)f(library)g(allo)o(ws)e(users)k
+(to)0 1436 y(in)o(tegrate)e(parallelism)d(in)o(to)j(their)g
+(application)e(with)i(only)f(a)h(few)g(hours)g(of)f(w)o(ork.)62
+1486 y(This)j(pap)q(er)h(discusses)i(the)e(APHID)f(algorithm,)e(its)i
+(application-indep)q(enden)o(t)g(in)o(terface)h(and)f(the)h(p)q
+(erformance)0 1536 y(of)12 b(the)h(APHID)g(algorithm.)i(The)f(pap)q(er)
+f(is)g(organized)f(in)o(to)g(\014v)o(e)h(sections.)19
+b(Section)13 b(2)g(is)f(a)h(brief)f(summary)e(of)j(previous)0
+1586 y(w)o(ork)i(in)g(sequen)o(tial)h(and)f(parallel)g(game-tree)g
+(searc)o(h.)24 b(Section)16 b(3)f(is)g(primarily)e(concerned)18
+b(with)d(the)h(details)f(of)g(ho)o(w)0 1636 y(the)j(APHID)f(algorithm)d
+(op)q(erates,)19 b(and)e(ho)o(w)f(the)i(library)e(in)o(tegrates)i(with)
+e(an)h(existing)g(sequen)o(tial)g Fj(\013\014)i Fk(algorithm.)0
+1685 y(Section)11 b(4)g(describ)q(es)i(the)e(results)h(of)f(in)o
+(tegrating)f(the)h(library)g(in)o(to)f(three)i(di\013eren)o(t)g
+(game-pla)o(ying)c(programs:)15 b Ff(Key)m(ano)0 1735
+y Fk(\(Othello\),)h Ff(TheTurk)h Fk(\(c)o(hess\),)i(and)d
+Ff(Chinook)h Fk(\(c)o(hec)o(k)o(ers\).)28 b(Section)17
+b(5)f(describ)q(es)i(some)e(conclusions)g(that)h(can)f(b)q(e)0
+1785 y(dra)o(wn)f(from)e(the)i(exp)q(erimen)o(ts,)g(and)f(a)h(glimpse)e
+(at)h(some)g(of)g(the)i(things)e(w)o(e)h(in)o(tend)g(on)f(impro)o(ving)
+e(b)q(efore)k(APHID's)0 1835 y(general)e(release.)0 1972
+y Fl(2)67 b(Previous)23 b(W)-6 b(ork)0 2063 y Fk(This)14
+b(section)g(is)g(divided)g(in)o(to)f(t)o(w)o(o)g(subsections,)i
+(discussing)g(sequen)o(tial)f(and)f(parallel)g(searc)o(h)i(metho)q(ds.)
+0 2179 y Fv(2.1)56 b(Sequen)n(tial)17 b(Game-T)-5 b(ree)16
+b(Searc)n(h)0 2256 y Fk(Most)g(common)d(games)i(of)g(though)o(t)h
+(\(suc)o(h)h(as)f(c)o(hec)o(k)o(ers,)i(c)o(hess,)f(Othello)f(and)g
+(Go\))f(\014t)h(in)o(to)f(the)i(class)f(of)f(t)o(w)o(o-pla)o(y)o(er,)0
+2306 y(zero-sum)d(games)g(with)g(p)q(erfect)i(information.)h(Giv)o(en)d
+(su\016cien)o(t)h(time)e(and)h(assuming)f(that)i(b)q(oth)f(pla)o(y)o
+(ers)h(w)o(an)o(t)f(to)g(win)0 2355 y(the)i(game,)d(it)i(is)h(easy)f
+(to)g(determine)h(a)f(b)q(est)h(mo)o(v)o(e)e(in)h(an)o(y)g(p)q
+(osition,)f(and)h(determine)g(whether)i(or)e(not)h(an)o(y)e(p)q
+(osition)h(is)0 2405 y(a)h(win,)f(loss)g(or)h(dra)o(w.)62
+2455 y(An)h(initial)d(p)q(osition)i(in)g(a)g(game,)e(and)i(all)f(of)h
+(its)g(p)q(ossible)h(outcomes,)f(can)g(b)q(e)h(represen)o(ted)i(as)e(a)
+f(game-tree.)19 b(Eac)o(h)0 2505 y(no)q(de)d(in)f(the)h(game-tree)f
+(represen)o(ts)j(a)e(p)q(osition)f(within)f(the)i(game.)22
+b(Eac)o(h)16 b(arc)g(joining)e(a)h(no)q(de)h(at)f(lev)o(el)g
+Fj(l)i Fk(to)e(a)h(no)q(de)0 2555 y(at)d(lev)o(el)g Fj(l)c
+Fk(+)g(1)k(represen)o(ts)j(the)e(mo)o(v)o(e)d(required)j(to)g(reac)o(h)
+g(the)g(successor)h(p)q(osition.)j(The)13 b(v)n(arious)g(lev)o(els)g
+(in)g(the)h(tree)h(are)0 2604 y(called)g Fi(plies)h Fk(b)o(y)f
+(game-tree)h(researc)o(hers,)i(where)f(ply)e(0)h(is)f(the)i(curren)o(t)
+g(p)q(osition)e(in)g(the)i(game,)d(ply)h(1)g(consists)i(of)e(all)p
+0 2639 780 2 v 46 2666 a Fd(1)64 2678 y Fg(An)c(aphid)f(is)i(a)f
+(soft-b)q(o)q(died)e(insect)h(that)g(suc)o(ks)h(the)g(sap)g(from)f
+(plan)o(ts.)965 2790 y Fk(2)p eop
+%%Page: 3 5
+3 4 bop 177 0 a
+ 10988180 9472573 7433338 16642785 31838371 37627166 startTexFig
+ 177 0 a
+%%BeginDocument: candid21.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica-Bold reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 4.98316 4.98316 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -30 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 130 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 209 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -110 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 50 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 209 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 289 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 23 -222 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -138 -222 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 261 -182 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -110 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 89 156 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 149 115 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 50 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 229 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 309 115 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 388 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 289 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 488 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 118 226 ] concat
+%I
+106 227 166 227 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 118 226 ] concat
+%I
+266 227 326 227 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -104 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -110 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 89 156 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -104 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 50 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 229 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -8 -112 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 217 -202 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -32 -97 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 396 163 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -104 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 289 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 488 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 201 -182 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 118 226 ] concat
+%I
+56 173 56 113 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 222 226 ] concat
+%I
+351 173 351 113 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+40 383 180 418 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 418 200 383 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+220 418 359 383 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+52 278 82 313 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+52 209 52 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+102 313 132 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+212 278 242 313 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+262 313 292 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+212 209 212 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+297 313 267 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+317 313 347 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+267 209 267 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+347 209 347 174 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 169 332 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 249 437 ] concat
+%I
+[
+(-1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 329 332 ] concat
+%I
+[
+(0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 409 437 ] concat
+%I
+[
+(-1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 488 332 ] concat
+%I
+[
+(0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 568 332 ] concat
+%I
+[
+(1)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 1077 0 a
+ 10988180 9472573 7367557 16577003 31838371 37627166 startTexFig
+ 1077 0 a
+%%BeginDocument: candid22.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica-Bold reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 4.98316 4.98316 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -30 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 130 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 209 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -110 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 50 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 209 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 289 -314 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 23 -222 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -138 -222 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 261 -182 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -110 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 89 156 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 149 115 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 50 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 229 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 309 115 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 388 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t u
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 289 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 488 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 118 226 ] concat
+%I
+106 227 166 227 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 118 226 ] concat
+%I
+266 227 326 227 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -104 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -110 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 89 156 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -70 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -98 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -160 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -104 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 50 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 28 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 229 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -8 -112 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 217 -202 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -32 -97 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 396 163 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -104 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 289 -210 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 40 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 249 -105 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 221 -12 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 -105 ] concat
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 0 ] concat
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 483 100 433 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+100 433 100 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+120 483 120 423 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 463 140 463 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+80 443 140 443 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 290 326 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 83 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 62 113 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 325 ] concat
+%I
+105 338 8 7 Elli
+End
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 248 345 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Elli
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 488 155 ] concat
+%I
+105 338 8 7 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 201 -182 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+145 348 130 333 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 144 230 ] concat
+%I
+160 348 175 333 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 118 226 ] concat
+%I
+56 173 56 113 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 222 226 ] concat
+%I
+351 173 351 113 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 169 332 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 249 437 ] concat
+%I
+[
+(-1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 329 332 ] concat
+%I
+[
+(0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 409 437 ] concat
+%I
+[
+(-1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 488 332 ] concat
+%I
+[
+(0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 568 332 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+160 189 160 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+3 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+319 189 319 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+399 189 399 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+52 189 52 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+52 278 62 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+122 293 132 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+282 293 292 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+212 278 222 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+3 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+381 293 371 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+337 293 347 278 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+148 398 148 383 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 169 437 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 164 541 ] concat
+%I
+[
+(min\(1,-1\) = -1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 329 437 ] concat
+%I
+[
+(0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 488 437 ] concat
+%I
+[
+(0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 568 437 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 493 541 ] concat
+%I
+[
+(min\(0,1\) = 0)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 324 541 ] concat
+%I
+[
+(min\(0,-1\) = -1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 314 646 ] concat
+%I
+[
+(max\(-1,-1,0\) = 0)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+0 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+40 383 135 408 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+3 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+255 408 359 383 Line
+%I 1
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 286 691 a Fk(Figure)14 b(1:)j(\(a\))d(Tic-T)m(ac-T)m(o)q(e)f(Game-T)m
+(ree,)g(\(b\))h(Game-T)m(ree)f(with)g(Minimax)e(V)m(alues)0
+826 y(successors)17 b(to)e(the)g(p)q(osition)e(at)i(ply)e(0,)h(and)h
+(so)f(on.)19 b(A)o(t)c(the)g Fi(terminal)g(p)n(ositions)f
+Fk(in)g(the)h(game-tree,)f(the)h(game)e(is)h(o)o(v)o(er)0
+876 y(and)f(a)h(v)n(alue)f(is)g(used)i(to)e(represen)o(t)j(the)e
+(outcome)f(of)g(the)h(game.)j(F)m(or)c(example,)f(a)h(win)h(for)f(the)h
+(pla)o(y)o(er)f(to)h(mo)o(v)o(e)e(w)o(ould)0 926 y(b)q(e)j(represen)o
+(ted)i(as)d(1,)f(a)h(loss)g(as)g(-1,)f(and)h(a)g(dra)o(w)g(as)g(0.)19
+b(The)14 b(left)g(hand)g(tree)h(in)f(Figure)g(1)g(sho)o(ws)g(a)g(t)o
+(ypical)f(game-tree)0 976 y(for)h(the)g(game)e(of)i(Tic-T)m(ac-T)m(o)q
+(e.)62 1025 y(The)22 b(game-tree)e(represen)o(tation)i(allo)o(ws)e(us)h
+(to)g(de\014ne)h(a)e(recursiv)o(e)i(depth-\014rst)h(tree)f(searc)o
+(hing)f(algorithm)d(to)0 1075 y(determine)i(the)h Fi(minimax)f(value)g
+Fk(of)g(eac)o(h)g(no)q(de)h(in)e(the)i(game-tree.)36
+b(The)20 b(minimax)c(v)n(alue)k(of)f(a)h(no)q(de)g(represen)o(ts)0
+1125 y(the)e(exp)q(ected)i(outcome)d(of)g(that)h(p)q(osition,)f(giv)o
+(en)h(b)q(est)g(pla)o(y)f(b)o(y)h(b)q(oth)f(sides.)31
+b(The)18 b Fi(minimax)g(algorithm)f Fk(w)o(orks)h(b)o(y)0
+1175 y(searc)o(hing)c(the)g(tree)g(in)f(a)g(depth-\014rst)i(manner.)i
+(W)m(e)c(tak)o(e)g(the)h(minim)n(um)9 b(of)j(all)h(the)g(v)n(alues)g
+(for)g(successor)j(p)q(ositions)d(at)0 1225 y(o)q(dd-n)o(um)o(b)q(ered)
+h(plies)g(in)g(the)h(tree,)g(since)g(this)g(is)f(where)h(the)g(opp)q
+(onen)o(t)g(mo)o(v)o(es.)j(Con)o(v)o(ersely)m(,)13 b(w)o(e)i(tak)o(e)f
+(the)h(maxim)n(um)0 1275 y(of)i(the)g(v)n(alues)g(of)g(successor)i(p)q
+(ositions)e(at)g(ev)o(en-n)o(um)o(b)q(ered)h(plies)f(within)f(the)i
+(game-tree.)28 b(The)17 b(righ)o(t)g(hand)g(tree)h(in)0
+1324 y(Figure)c(1)g(sho)o(ws)g(an)f(example)g(of)g(ho)o(w)h(to)g(deriv)
+o(e)g(the)g(minima)o(x)d(v)n(alues)j(of)f(eac)o(h)h(no)q(de)h(in)e(the)
+i(game-tree.)62 1374 y(A)f Fi(princip)n(al)f(variation)h
+Fk(through)f(a)g(game-tree)g(is)g(a)g(series)i(of)d(mo)o(v)o(es)g(that)
+i(yield)f(optimal)d(scores)15 b(for)e(b)q(oth)g(pla)o(y)o(ers.)0
+1424 y(F)m(or)k(example,)f(there)j(is)e(only)f(one)i(principal)e(v)n
+(ariation)g(in)g(the)i(game)e(tree)i(giv)o(en)f(in)g(Figure)g(1,)g(sho)
+o(wn)h(in)e(b)q(old.)28 b(In)0 1474 y(general,)15 b(once)h(the)g(tree)h
+(is)e(completely)f(searc)o(hed,)j(an)e(\\optimal")d(mo)o(v)o(e)h(w)o
+(ould)i(b)q(e)h(the)g(\014rst)g(mo)o(v)o(e)d(from)h(a)h(principal)0
+1524 y(v)n(ariation.)62 1573 y(F)m(or)d(games)f(suc)o(h)i(as)g(c)o
+(hess,)g(some)f(game-trees)g(are)h(so)f(large,)g(the)h(determination)e
+(of)g(a)h(minima)o(x)e(v)n(alue)h(for)h(the)h(ro)q(ot)0
+1623 y(is)h(e\013ectiv)o(ely)g(in)o(tractable.)k(Th)o(us,)c(a)g
+(heuristic)g Fi(evaluation)i(function)e Fk(is)g(normally)d(used)k(to)f
+(estimate)f(the)h(p)q(oten)o(tial)g(of)0 1673 y(winning)h(from)f(a)i(p)
+q(osition)g(at)g(a)g(\014xed)g(ply)g(in)g(the)g(game-tree.)25
+b(These)17 b(are)g(the)g Fi(le)n(af)f(no)n(des)h Fk(of)f(the)g
+(truncated)i(searc)o(h)0 1723 y(tree,)d(and)e(this)h(limit)d(is)j
+(called)g(the)g Fi(horizon)g Fk(of)g(the)g(game-tree.)62
+1773 y(The)f Fi(alpha-b)n(eta)h Fk(\()p Fj(\013\014)r
+Fk(\))f(algorithm)d(impro)o(v)o(es)h(the)j(minim)o(ax)c(algorithm)g(b)o
+(y)i(prev)o(en)o(ting)h(exploration)f(of)g(mo)o(v)o(es)g(that)0
+1822 y(can)j(pro)o(v)n(ably)e(b)q(e)j(demonstrated)f(not)f(to)h
+(a\013ect)h(the)f(minim)o(ax)d(v)n(alue)i(ab)q(o)o(v)o(e)g(the)i(giv)o
+(en)e(no)q(de.)21 b(The)15 b(name)f(is)g(deriv)o(ed)0
+1872 y(from)f(the)i(t)o(w)o(o)f(b)q(ounds:)20 b Fj(\013)14
+b Fk(and)g Fj(\014)r Fk(,)h(whic)o(h)g(are)g(lo)o(w)o(er)f(and)g(upp)q
+(er)i(b)q(ounds)f(on)f(the)h(minim)o(ax)d(v)n(alue)i(w)o(e)g(are)h(in)o
+(terested)0 1922 y(in.)22 b(The)16 b(pair)f(of)g(b)q(ounds)h(is)g
+(often)f(referred)j(to)d(as)h(the)g Fi(se)n(ar)n(ch)g(window)f
+Fk(for)g(a)g(p)q(osition,)g(and)h(the)g Fj(\013\014)i
+Fk(algorithm)12 b(will)0 1972 y(return)j(the)g(correct)g(minim)o(ax)c
+(v)n(alue)i(if)g(the)i(ro)q(ot)f(is)f(searc)o(hed)j(with)d(the)i(windo)
+o(w)e Fj(\013)e Fk(=)h Fh(\0001)i Fk(and)f Fj(\014)i
+Fk(=)c(+)p Fh(1)p Fk(.)62 2022 y(An)17 b(example)e(of)h(ho)o(w)g(the)i
+Fj(\013\014)h Fk(algorithm)13 b(w)o(ould)j(prune)i(a)e(tree)i(is)e(giv)
+o(en)g(in)h(Figure)f(2.)26 b(W)m(e)16 b(kno)o(w)g(that)h(the)g(left)0
+2072 y(subtree)e(has)f(a)f(minim)o(ax)d(v)n(alue)j(of)g(4,)g(so)g(w)o
+(e)h(set)g Fj(\013)d Fk(=)h(4)h(b)q(efore)i(w)o(e)e(searc)o(h)i(the)f
+(righ)o(t)f(subtree.)20 b(Note)13 b(that)h(w)o(e)g(set)g
+Fj(\013)f Fk(at)0 2121 y(ev)o(en)i(ply)m(,)f(and)g Fj(\014)j
+Fk(at)e(o)q(dd)f(ply)h(from)d(the)k(ro)q(ot.)k(After)15
+b(lo)q(oking)e(at)i(the)g(\014rst)g(leaf)f(of)g(the)i(righ)o(t)e
+(subtree,)i(w)o(e)f(kno)o(w)f(that)0 2171 y(the)g(minim)o(ax)c(v)n
+(alue)i(of)g(the)i(righ)o(t)e(subtree)j(will)d(b)q(e)h(less)h(than)f
+(1.)k(Since)d Fj(\013)d Fk(=)h(4,)g(w)o(e)i(do)e(not)h(searc)o(h)h(the)
+g(other)g(mo)o(v)o(es)d(in)0 2221 y(the)j(righ)o(t)g(subtree.)62
+2271 y(If)j(w)o(e)g(searc)o(h)h(a)f(tree)h(of)e(depth)i
+Fj(d)f Fk(whic)o(h)f(has)i Fj(w)f Fk(mo)o(v)o(es)f(from)f(an)o(y)i(p)q
+(osition,)f(there)i(are)g(\002\()p Fj(w)1624 2256 y Fc(d)1643
+2271 y Fk(\))g(no)q(des)f(searc)o(hed)0 2321 y(with)d(the)h(minim)o(ax)
+c(algorithm.)17 b(Ho)o(w)o(ev)o(er,)d(if)f(a)h(\\b)q(est")h(mo)o(v)o(e)
+e(is)h(alw)o(a)o(ys)f(searc)o(hed)j(\014rst,)f Fj(\013\014)h
+Fk(can)f(reduce)h(this)e(size)h(to)0 2370 y(\002\()p
+Fj(w)79 2355 y Fc(d=)p Fe(2)132 2370 y Fk(\))g([13)o(].)k(The)c
+(structure)i(of)d(the)h Fi(critic)n(al)f(tr)n(e)n(e)g
+Fk(ev)n(aluated)g(in)g(the)i(optimal)11 b(case)1413 2355
+y Fe(2)1446 2370 y Fk(is)k(illustrated)f(in)g(in)g(Figure)h(3.)0
+2420 y(A)o(t)f Fb(ALL)g Fk(and)g Fb(PV)f Fk(\(Principal)h(V)m
+(ariation\))f(no)q(des,)h(all)f(c)o(hildren)i(are)f(searc)o(hed,)i
+(while)d(only)h(one)g(c)o(hild)g(of)f(eac)o(h)i Fb(CUT)f
+Fk(no)q(de)0 2470 y(is)g(searc)o(hed.)19 b(Note)c(that)f(in)f
+(practice,)i(y)o(ou)e(are)h(nev)o(er)h(certain)g(of)e(the)h(no)q(de's)h
+(t)o(yp)q(e)f Fi(a)h(priori)p Fk(.)62 2520 y(If)d(a)f(p)q(osition)h(o)q
+(ccurs)h(t)o(wice)f(within)f(the)i(tree,)g(w)o(e)f(can)g(sa)o(v)o(e)g
+(the)h(w)o(ork)f(of)f(exploring)g(the)i(tree)g(underneath)g(the)g(no)q
+(de)0 2570 y(through)f(the)h(use)g(of)e(a)h(large)g(hash)g(table)g
+(whic)o(h)g(stores)h(previously)f(ev)n(aluated)g(p)q(ositions)g(and)g
+(scores.)19 b(This)12 b(hash)g(table)p 0 2604 780 2 v
+46 2631 a Fd(2)64 2643 y Fg(The)e(critical)e(tree)i(is)g(not)g
+(necessarily)e(the)h(smallest)g(tree)g(that)h(can)f(b)q(e)h(searc)o
+(hed)e(in)i(practice,)f(since)g(transp)q(osition)o(s)f(are)i(not)f(tak)
+o(en)g(in)o(to)0 2682 y(accoun)o(t)g([21)o(].)965 2790
+y Fk(3)p eop
+%%Page: 4 6
+4 5 bop 543 0 a
+ 13640505 7104430 9341009 26641612 30851645 37824512 startTexFig
+ 543 0 a
+%%BeginDocument: candid23.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 52 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+/Helvetica-Bold reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 2.49158 2.49158 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+65 368 20 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+65 368 65 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+65 368 110 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 368 260 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 368 304 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 368 349 293 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+65 368 140 443 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+140 443 215 368 Line
+%I 1
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+20 293 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+65 293 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+110 293 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+170 293 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+215 293 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+260 293 14 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+65 368 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+215 368 15 15 Elli
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+140 443 15 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 237 601 ] concat
+%I
+[
+(4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 192 526 ] concat
+%I
+[
+(4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 236 526 ] concat
+%I
+[
+(5)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 282 527 ] concat
+%I
+[
+(6)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 341 526 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 388 527 ] concat
+%I
+[
+(7)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 423 527 ] concat
+%I
+[
+(-12)
+] Text
+End
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 122 228 ] concat
+%I
+272 480 326 480 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 199 651 ] concat
+%I
+[
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 359 653 ] concat
+%I
+[
+(alpha = 4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 379 603 ] concat
+%I
+[
+(1<4)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 122 230 ] concat
+%I
+257 328 297 338 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
+Helvetica-Bold 14 SetF
+%I t
+[ 1 0 0 1 458 716 ] concat
+%I
+[
+(These branches)
+(are never explored)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 648 541 a Fk(Figure)14 b(2:)k(Example)12 b(of)i(an)f
+Fj(\013\014)k Fk(Cut-o\013)637 599 y
+ 10656645 7104430 5130977 18813583 31443681 36245749 startTexFig
+ 637 599 a
+%%BeginDocument: candid24.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 4.98316 4.98316 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 443 200 353 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 443 349 353 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 443 50 353 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+50 353 5 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+50 353 110 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+50 353 65 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 263 65 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 263 109 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 263 154 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+169 263 199 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+214 263 244 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 50 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 65 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 79 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 57 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 72 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 174 102 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+154 174 147 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 184 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 192 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 199 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 207 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 214 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 229 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+236 129 244 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 244 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 251 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 259 129 Line
+%I 1
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+304 443 15 15 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 150 0 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -90 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -45 -180 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -89 -269 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 46 -269 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -269 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 263 274 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 263 319 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 263 364 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 189 230 ] concat
+%I
+304 174 349 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 189 230 ] concat
+%I
+349 263 349 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 189 230 ] concat
+%I
+349 263 394 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+274 174 274 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+319 174 319 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+364 174 364 136 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+364 136 364 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+252 174 252 136 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+297 174 297 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+252 136 252 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+342 174 342 129 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 224 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+148 353 163 263 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 165 -180 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+297 353 312 263 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 314 -180 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 89 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 44 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 269 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 149 -180 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 104 -180 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 239 -90 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 388 -90 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 313 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 358 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 403 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 448 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 684 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 189 594 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 144 504 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 100 415 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 557 1141 a Fk(Figure)d(3:)k(Structure)e(of)d(the)i(Critical)e(Game-T)m
+(ree)0 1273 y(is)h(kno)o(wn)f(as)h(a)g Fi(tr)n(ansp)n(osition)g(table)p
+Fk(.)62 1323 y(Most)e(comp)q(etitiv)o(e)e(game-tree)h(programs)f(use)i
+Fi(iter)n(ative)f(de)n(ep)n(ening)h Fk(to)g(searc)o(h)g(the)g(tree)g
+([26)o(].)17 b(After)12 b(a)f Fj(k)q Fk(-ply)f(searc)o(h,)0
+1373 y(a)i Fj(k)c Fk(+)g(1-ply)j(searc)o(h)j(is)f(executed)h(on)f(the)g
+(same)f(p)q(osition.)17 b(Although)12 b(this)h(seems)g(w)o(asteful,)f
+(a)h(transp)q(osition)f(table)h(and)0 1423 y(other)j(mo)o(v)o(e)d
+(ordering)j(tec)o(hniques)g(can)f(often)h(pro)o(vide)f(a)g(v)o(ery)g
+(accurate)i(guess)f(at)f(what)g(the)h(b)q(est)g(mo)o(v)o(e)d(is,)i(and)
+g(the)0 1472 y(tree)h(searc)o(hed)h(is)e(close)g(to)g(the)h(critical)f
+(tree)h(in)e(size.)23 b(Exp)q(erience)17 b(sho)o(ws)e(that)g(the)h(b)q
+(ene\014ts)g(gained)f(b)o(y)g(a)f Fj(k)q Fk(-ply)h(tree)0
+1522 y(as)f(a)g(prelude)g(to)g(searc)o(hing)g(a)g Fj(k)c
+Fk(+)g(1-ply)j(tree)i(out)o(w)o(eigh)e(the)h(costs)h([27)o(].)0
+1638 y Fv(2.2)56 b(P)n(arallel)18 b(Game-T)-5 b(ree)16
+b(Searc)n(h)0 1715 y Fk(The)e(idea)g(b)q(ehind)g(the)g(PV-Split)g
+(algorithm)d(has)j(pro)o(v)o(en)g(to)g(b)q(e)g(a)g(fundamen)o(tal)d
+(building)i(blo)q(c)o(k)g(in)h(dev)o(eloping)f(high-)0
+1765 y(p)q(erformance)i(parallel)e(game-tree)h(algorithms)f([17)o(].)20
+b(Simply)12 b(stated,)k(the)f(\014rst)g(mo)o(v)o(e)f(at)g(a)h
+(principal)e(v)n(ariation)h(no)q(de)0 1815 y(m)o(ust)19
+b(b)q(e)h(completely)f(ev)n(aluated)g(b)q(efore)i(the)f(subsequen)o(t)i
+(mo)o(v)o(es)c(can)i(b)q(e)g(handed)h(out)e(to)h(other)g(pro)q(cessors)
+i(and)0 1864 y(ev)n(aluated)13 b(in)h(parallel.)i(P)o(arallelism)c(o)q
+(ccurs)j(only)e(at)g(the)h Fb(PV)g Fk(no)q(des,)g(and)f(the)h(nature)h
+(of)e(the)h(algorithm)d(ensures)16 b(that)0 1914 y(an)10
+b(accurate)i(searc)o(h)g(windo)o(w)e(is)g(determined)h(b)q(efore)g
+(allo)q(cating)e(w)o(ork)i(to)f(the)h(sla)o(v)o(es)g(in)f(parallel,)g
+(whic)o(h)g(reduces)j(searc)o(h)0 1964 y(o)o(v)o(erhead.)18
+b(Although)c(it)f(is)h(easy)g(to)g(con)o(trol)f(the)i(PV-Split)e
+(algorithm)e(since)k(only)e(one)h Fb(PV)f Fk(no)q(de)h(can)g(b)q(e)h
+(ev)n(aluated)e(in)0 2014 y(parallel)h(at)g(a)h(giv)o(en)f(momen)o(t)e
+(in)i(time,)f(a)i(di\013eren)o(t)h(approac)o(h)e(is)h(needed)h(if)e(y)o
+(ou)g(ha)o(v)o(e)h(more)f(pro)q(cessors)j(than)d(mo)o(v)o(es)0
+2064 y(at)g(the)g(curren)o(t)i Fb(PV)d Fk(no)q(de.)62
+2114 y(Newb)q(orn's)k(UIDP)m(ABS)f(algorithm)d([19)o(])i(w)o(as)h(the)g
+(\014rst)g(attempt)f(to)h(async)o(hronously)g(start)g(the)g(next)h(lev)
+o(el)e(of)g(an)0 2163 y(iterativ)o(ely)e(deep)q(ened)k(searc)o(h)e
+(instead)f(of)g(sync)o(hronizing)g(at)g(the)g(ro)q(ot)g(of)g(the)h
+(game-tree.)j(The)c(mo)o(v)o(es)f(from)f(the)j(ro)q(ot)0
+2213 y(p)q(osition)d(are)h(partitioned)f(among)f(the)i(pro)q(cessors,)i
+(and)d(the)i(pro)q(cessors)g(searc)o(h)g(their)f(o)o(wn)g(subset)h(of)e
+(the)h(mo)o(v)o(es)e(with)0 2263 y(iterativ)o(e)k(deep)q(ening.)21
+b(Eac)o(h)15 b(pro)q(cessor)h(is)f(giv)o(en)f(the)h(same)f(initial)e
+(windo)o(w,)i(but)h(some)e(of)h(the)i(pro)q(cessors)g(ma)o(y)d(ha)o(v)o
+(e)0 2313 y(c)o(hanged)g(their)h(windo)o(ws,)e(based)i(on)f(the)g
+(searc)o(h)i(results)f(of)e(their)i(mo)o(v)o(es.)i(The)e(UIDP)m(ABS)f
+(algorithm)d(then)k(com)o(bines)0 2363 y(the)f(results)h(once)g(a)e
+(predetermined)h(time)f(limit)e(has)j(b)q(een)h(reac)o(hed.)k(The)c
+(APHID)f(algorithm)d(uses)j(the)h(basic)f(concept)0 2412
+y(of)g(ho)o(w)h(to)f(implemen)o(t)f(async)o(hronous)i(searc)o(h)h(from)
+d(UIDP)m(ABS,)i(as)g(w)o(e)g(shall)f(see)i(in)f(Section)g(3.)62
+2462 y(Hsu's)g(family)c(of)i(algorithms)f([9)o(])i(are)g(similar)e(in)i
+(design)g(to)g(the)g(APHID)h(algorithm.)h(A)e(host)g(pro)q(cessor)i(is)
+e(resp)q(on-)0 2512 y(sible)i(for)g(main)o(taining)d(a)k(queue)g(of)f
+(critical)g(tree)i(and)e(non-critical)g(tree)h(w)o(ork)g(to)f(do)g(for)
+g(a)g Fj(d)1548 2497 y Fa(0)1575 2512 y Fk(ply)g(searc)o(h)i(tree.)24
+b(The)0 2562 y(sp)q(ecial-purp)q(ose)18 b(pro)q(cessors)h(are)e(resp)q
+(onsible)h(for)f(the)g Fj(d)11 b Fh(\000)g Fj(d)1023
+2547 y Fa(0)1051 2562 y Fk(ply)16 b(at)h(the)g(b)q(ottom)f(of)g(the)h
+(tree,)i(b)o(y)d(con)o(tin)o(ually)f(re-)0 2612 y(questing)e(pieces)g
+(of)f(w)o(ork)g(from)f(the)i(t)o(w)o(o)f(queues.)18 b(As)13
+b(the)g(w)o(ork)f(is)h(completed)e(and)i(sen)o(t)g(bac)o(k)f(to)g(the)h
+(main)e(pro)q(cessor,)0 2661 y(the)j(tree)h(is)e(incremen)o(tally)f(up)
+q(dated)i(up)f(from)f(the)i(leaf)f(no)q(de,)g(and)g(new)h(w)o(ork)f(is)
+h(added)f(to)h(the)g(non-critical)e(tree)j(list,)965
+2790 y(4)p eop
+%%Page: 5 7
+5 6 bop 0 42 a Fk(as)15 b(necessary)m(.)21 b(Hsu)15 b(has)g(not)f
+(published)h(results)h(with)e(the)h(v)o(ersion)g(of)e(Deep)j(Blue)f
+(that)f(pla)o(y)o(ed)g(against)g(Kasparo)o(v)g(in)0 91
+y(F)m(ebruary)i(1996.)21 b(The)16 b(sim)o(ulation)d(results)j(presen)o
+(ted)i(in)d(his)g(thesis)h(predict)h(a)e(sp)q(eedup)i(of)e(350)f(on)h
+(1000)g(pro)q(cessors)0 141 y(although)e(these)i(results)g(ha)o(v)o(e)f
+(not)g(b)q(een)h(b)q(orne)f(out)g(in)g(practice)h([8)o(].)62
+191 y(Although)h(APHID)g(is)g(similar)d(to)j(Hsu's)g(family)d(of)i
+(algorithms,)f(there)j(are)g(imp)q(ortan)o(t)d(di\013erences)k(b)q(et)o
+(w)o(een)f(the)0 241 y(t)o(w)o(o)j(approac)o(hes.)37
+b(It)20 b(is)g(imp)q(ortan)o(t)f(to)h(note)g(that)g(the)h
+Fj(d)986 226 y Fa(0)1017 241 y Fk(ply)f(critical)f(tree)j(is)e(only)f
+(generated)i(once,)h(and)e(then)0 291 y(incremen)o(tally)12
+b(c)o(hanged)i(as)g(results)h(come)e(in)g(from)f(the)j(pro)q(cessors.)
+20 b(F)m(urthermore,)13 b(although)g(iterativ)o(e)g(deep)q(ening)i(is)0
+340 y(used)f(to)g(accomplish)e(the)i Fj(d)8 b Fh(\000)g
+Fj(d)520 325 y Fa(0)545 340 y Fk(ply)13 b(searc)o(h)i(on)e(the)h(sp)q
+(ecialized)g(pro)q(cessors,)i(there)e(is)g(no)f(concept)i(of)e(o)o
+(wnership)g(of)g(a)0 390 y(subtree)j(b)o(y)e(a)g(pro)q(cessor)i(in)d
+(Hsu's)i(algorithm.)h(Hsu's)e(original)f(design)h(did)g(not)g(include)g
+(a)g(concept)h(of)f(a)g(m)o(ulti-tiered)0 440 y(hierarc)o(h)o(y)e(of)e
+(pro)q(cessors.)20 b(Hsu's)11 b(w)o(ork)g(priorit)o(y)g(sc)o(heme)g(is)
+h(sligh)o(tly)d(di\013eren)o(t)k(than)e(the)h(one)f(implemen)o(ted)e
+(in)i(APHID.)0 490 y(Finally)m(,)f(Hsu's)i(algorithm)d(giv)o(es)j(no)g
+(sp)q(eculativ)o(e)g(w)o(ork)g(to)f(the)i(sp)q(ecialized)f(pro)q
+(cessors)i(in)e(when)g(the)h(t)o(w)o(o)e(w)o(ork)h(queues)0
+540 y(are)i(empt)o(y)m(.)62 589 y(The)f(Y)m(oung)f(Brothers)i(W)m(ait)c
+(\(YBW\))j(algorithm)d(extends)k(PV-Split)d(to)h(state)i(that)e(the)h
+(other)g(mo)o(v)o(es)e(\(the)i(\\y)o(oung)0 639 y(brothers"\))19
+b(can)e(b)q(e)h(searc)o(hed)h(in)e(parallel)f(only)g(if)h(the)h
+(\014rst)g(mo)o(v)o(e)e(of)g(a)h(no)q(de)h(has)g(b)q(een)g(completely)e
+(searc)o(hed)j(and)0 689 y(has)e(not)f(caused)h(the)g
+Fj(\013\014)i Fk(searc)o(h)f(to)e(b)q(e)h(pruned)g([5].)25
+b(Assuming)15 b(w)o(e)h(start)i(with)e(an)g(in\014nite)g(searc)o(h)i
+(windo)o(w)d(at)h(the)0 739 y(ro)q(ot)f(p)q(osition,)f(this)h(is)f(alw)
+o(a)o(ys)g(true)i(at)f Fb(PV)f Fk(no)q(des,)i(and)e(is)h(generally)f
+(true)i(at)f Fb(ALL)f Fk(no)q(des.)22 b(Th)o(us,)15 b(there)h(are)f(m)o
+(ultiple)0 789 y(p)q(oten)o(tial)d(parallel)g(no)q(des)i(at)f(an)o(y)f
+(giv)o(en)g(time)g(when)h(searc)o(hing)h(the)f(tree.)19
+b(Ho)o(w)o(ev)o(er,)13 b(the)h(searc)o(h)g(is)f(still)f(sync)o
+(hronized)0 839 y(in)f(the)i(same)e(w)o(a)o(y)g(that)g(PV-Split)h(is)f
+(sync)o(hronized.)19 b(Un)o(til)11 b(a)g(searc)o(h)i(of)e(all)g(c)o
+(hildren)h(of)f(a)h(giv)o(en)f Fb(PV)g Fk(no)q(de)h(is)g(completed,)0
+888 y(the)i(other)h(c)o(hildren)f(of)f(the)i Fb(PV)e
+Fk(no)q(de's)h(paren)o(t)h(cannot)f(b)q(e)g(searc)o(hed.)62
+938 y(Although)i(the)i Fi(synchr)n(onization)g(overhe)n(ad)f
+Fk(in)f(YBW)h(is)g(a)f(lot)g(smaller)f(than)i(in)f(PV-Split,)h(w)o(ork)
+o(ers)g(still)f(searc)o(h)0 988 y(for)e(a)h(pro)q(cessor)h(that)f(has)g
+(w)o(ork)g(to)f(do)h(\(according)g(to)f(the)i(YBW)e(criterion\))i(b)o
+(y)e(sending)h(a)g(message)f(to)h(a)f(pro)q(cessor)0
+1038 y(at)f(random.)j(This)e(dynamic)d(load-balancing)h(metho)q(d,)g
+(\\w)o(ork-stealing")g([14)o(],)g(is)h(e\013ectiv)o(e)i(in)e(balancing)
+f(the)i(share)h(of)0 1088 y(w)o(ork)f(done)g(on)f(eac)o(h)i(pro)q
+(cessor,)g(but)f(p)q(erio)q(dically)f(imp)q(oses)g(a)h(hea)o(vy)g(comm)
+o(unicati)o(on)d(load.)62 1137 y(In)h(the)g(implemen)o(tatio)o(n)d(of)i
+Ff(Zugzw)l(ang)h Fk(presen)o(ted)i(in)d(F)m(eldmann's)e(thesis)k([5)o
+(],)e(a)g(distributed)i(transp)q(osition)e(table)0 1187
+y(w)o(as)g(implemen)o(ted)e(with)j(message)f(passing)g(across)h(a)f
+(series)i(of)e(T)m(ransputers)i(to)e(impro)o(v)o(e)f(the)i(results)g
+(of)f(the)h(algorithm.)0 1237 y(On)j(a)g(system)f(where)i(only)e(a)h
+(small)d(n)o(um)o(b)q(er)i(of)h(no)q(des)g(can)g(b)q(e)h(pro)q(cessed)h
+(p)q(er)f(a)o(v)o(erage)e(message)h(latency)g(ratio,)f(this)0
+1287 y(t)o(yp)q(e)g(of)g(distributed)g(transp)q(osition)g(table)g(is)g
+(practical)f(and)h(is)g(useful)g(in)f(con)o(trolling)g(the)h(searc)o(h)
+h(o)o(v)o(erhead.)62 1337 y(An)i(alternativ)o(e)g(to)f(a)g(shared)i
+(transp)q(osition)f(table)f(is)h(the)g(idea)f(of)g(recursiv)o(e)j
+(iterativ)o(e)d(deep)q(ening)i(to)e(ac)o(hiev)o(e)h(a)0
+1386 y(b)q(etter)d(mo)o(v)o(e)c(ordering)i([14)o(].)17
+b(The)c(additional)d(searc)o(h)j(o)o(v)o(erhead)g(of)e(recursiv)o(e)j
+(iterativ)o(e)e(deep)q(ening)h(in)f(a)g(w)o(ork-stealing)0
+1436 y(algorithm)j(with)j(only)e(lo)q(cal)h(transp)q(osition)h(tables)g
+(is)g(strongly)f(dep)q(enden)o(t)j(on)d(the)i(branc)o(hing)e(factor)h
+(of)f(the)h(trees)0 1486 y(b)q(eing)13 b(searc)o(hed.)19
+b(Although)12 b(he)h(did)f(not)h(in)o(v)o(en)o(t)f(the)i(idea)953
+1471 y Fe(3)972 1486 y Fk(,)e(Kuszmaul)g(ac)o(hiev)o(ed)h(reasonable)g
+(success)i(with)d(recursiv)o(e)0 1536 y(iterativ)o(e)g(deep)q(ening)h
+(in)e(the)i(StarT)m(ec)o(h)f(c)o(hess)h(program,)e(b)q(oth)h(in)f(the)i
+(sequen)o(tial)f(program)e(with)h(a)h(lo)q(cal)f(transp)q(osition)0
+1586 y(table)j(and)g(the)g(parallel)f(program)f(with)i(a)f(shared)i
+(transp)q(osition)f(table.)k(This)c(is)f(partially)g(due)h(to)g(the)g
+(test)h(set)g(b)q(eing)0 1636 y(used:)k(Kaufman's)11
+b(test)j(set)g(of)e(tactical)h(p)q(ositions)g([11)o(,)g(12)o(])g
+(yields)g(p)q(ositions)f(whic)o(h)h(ha)o(v)o(e)g(rapidly)f(c)o(hanging)
+h(principal)0 1685 y(v)n(ariations,)i(and)h(is)g(more)f(susceptible)j
+(to)e(sho)o(wing)f(the)i(adv)n(an)o(tages)f(of)f(recursiv)o(e)j
+(iterativ)o(e)e(deep)q(ening.)26 b(It)16 b(remains)0
+1735 y(to)f(b)q(e)h(sho)o(wn)f(whether)i(recursiv)o(e)g(iterativ)o(e)e
+(deep)q(ening)h(or)f(a)g(shared)h(transp)q(osition)f(table)h(b)o(y)f
+(themselv)o(es)g(is)g(a)g(more)0 1785 y(e\013ectiv)o(e)g(heuristic)g
+(in)e(sp)q(eeding)i(up)f(a)g(w)o(ork-stealing)f(algorithm)e(on)j(a)f
+(\\fair")g(test)i(set.)62 1835 y(Da)o(vid's)k Fj(\013\014)r
+Fh(\003)i Fk(framew)o(ork)e(uses)j(a)e(global)f(transp)q(osition)h
+(table)h(to)f(con)o(trol)g(where)i(the)f(pro)q(cessors)i(should)d(b)q
+(e)0 1885 y(searc)o(hing)g([4].)35 b(By)20 b(adding)f(a)h(\014eld)g(to)
+g(the)g(global)f(transp)q(osition)g(table)h(to)g(indicate)g(the)g(n)o
+(um)o(b)q(er)f(of)h(pro)q(cessors)0 1934 y(searc)o(hing)15
+b(that)f(no)q(de,)g(eac)o(h)g(pro)q(cessor)i(can)e(pretend)i(it)d(is)h
+(searc)o(hing)h(the)f(tree)i(sequen)o(tially)m(,)c(and)i(mak)o(e)f
+(decisions)h(on)0 1984 y(where)h(to)f(searc)o(h)h(based)f(on)g(the)g(n)
+o(um)o(b)q(er)f(of)g(pro)q(cessors)j(searc)o(hing)e(the)h(c)o(hildren)f
+(of)f(the)h(no)q(de.)19 b(When)14 b(an)o(y)f(pro)q(cessor)0
+2034 y(generates)j(a)e(v)n(alue)g(for)f(the)i(ro)q(ot)g(p)q(osition,)e
+(the)i(searc)o(h)g(is)f(\014nished.)20 b(Unfortunately)m(,)13
+b(Da)o(vid's)g(metho)q(d)h(of)f(con)o(trolling)0 2084
+y(where)h(the)f(pro)q(cessors)i(should)e(b)q(e)h(searc)o(hing)f(w)o(as)
+g(ine\016cien)o(t,)f(and)h(the)g(sc)o(heme)g(w)o(as)g(hamp)q(ered)g(b)o
+(y)f(the)i(use)g(of)e(half)g(of)0 2134 y(the)h(T)m(ransputers)g(as)f
+(transp)q(osition)g(table)g(storage)g(units,)g(limiting)d(the)j(sp)q
+(eedup)i(rep)q(orted)f(to)f(6.5)f(on)h(16)f(T)m(ransputers.)0
+2183 y(Regrettably)m(,)i(no)h(w)o(ork)f(is)h(rep)q(orted)h(that)f
+(addresses)i(these)g(shortcomings.)62 2233 y(W)m(eill)h([29)o(])g
+(recognized)j(that)e(the)h(YBW)f(criterion)h(could)f(b)q(e)h(used)g(in)
+f(conjunction)g(with)g(the)h Fj(\013\014)r Fh(\003)f
+Fk(framew)o(ork.)0 2283 y(W)m(eill)c(sho)o(w)o(ed)h(the)h(com)o
+(bination,)d(ABD)o(AD)o(A,)h(yields)i(comparable)e(p)q(erformance)h(to)
+g(a)g(YBW)g(implemen)o(tation)d(on)j(a)0 2333 y(CM-5.)k(On)14
+b(16)g(pro)q(cessors,)i(ABD)o(AD)o(A)e(yielded)g(an)g(10-fold)f(sp)q
+(eedup)j(for)e(a)g(c)o(hess)h(program,)d(while)i(YBW)h(generated)0
+2383 y(a)f(sp)q(eedup)h(of)e(just)h(under)h(8.)62 2433
+y(Unfortunately)m(,)k(neither)h(of)e(these)j(sc)o(heduling)e(metho)q
+(ds)f(deal)h(adequately)g(with)f(arc)o(hitectures)j(that)e(ha)o(v)o(e)g
+(can)0 2482 y(pro)q(cess)h(a)e(high)g(n)o(um)o(b)q(er)g(of)g(no)q(des)h
+(p)q(er)h(a)o(v)o(erage)e(message)g(latency)m(,)h(suc)o(h)g(as)g(a)f
+(net)o(w)o(ork)h(of)f(w)o(orkstations.)31 b(Using)0 2532
+y(YBW)12 b(on)f(a)h(system)f(with)h(only)e(transp)q(osition)i(tables)g
+(lo)q(cal)f(to)g(eac)o(h)i(pro)q(cess)g(will)d(yield)i(large)f(searc)o
+(h)i(o)o(v)o(erheads,)f(since)0 2582 y(there)18 b(is)f(no)f(guaran)o
+(tee)h(of)f(where)i(a)f(giv)o(en)f(no)q(de)h(will)e(end)i(up)g(when)g
+(w)o(e)g(use)h(the)f(c)o(haotic)g(w)o(ork-stealing)e(sc)o(heduler)p
+0 2617 780 2 v 46 2643 a Fd(3)64 2655 y Fg(Kuszmaul)9
+b(states)i(that)f(b)q(oth)g(T)m(ruscott)h(and)f(Berliner)g(ha)o(v)o(e)h
+(used)f(recursiv)o(e)f(iterativ)o(e)h(deep)q(ening)e(in)j(the)g(past.)
+965 2790 y Fk(5)p eop
+%%Page: 6 8
+6 7 bop 444 0 a
+ 16766447 9472573 9669918 31246336 22892052 38679674 startTexFig
+ 444 0 a
+%%BeginDocument: draw1b.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 52 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Times-Roman reencodeISO def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 3 3 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+117 437 65 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+117 437 162 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 271 296 ] concat
+%I
+117 437 65 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 271 296 ] concat
+%I
+117 437 162 332 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-times-medium-r-normal-*-12-*-*-*-*-*-*-*
+Times-Roman 12 SetF
+%I t
+[ 1 0 0 1 217 609 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 26.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 30.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 33.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 37.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 45 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 49 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 52.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 56 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 60 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 22.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 96 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 162.5 104 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 166 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 170.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 174 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 177 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 181 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 185 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 188.5 156 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 191.5 164 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 156 88.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 151.5 80 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 148 72.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 192 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 195.5 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 198.5 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 191 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 195 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 199 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 203.5 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 187 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 190 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 181 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 185 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 189 127 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 188.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 192.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 196.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 204.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 178 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 199 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 213.5 111 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 184 96 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 208 95.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 194 156 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -36.5 92.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+100 84 116 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+116 100 132 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+132 84 148 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+148 116 164 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+164 84 180 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+180 116 196 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+196 100 212 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+212 116 228 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+228 116 244 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+244 100 260 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+260 116 276 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+276 100 292 84 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 112.5 93 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+100 84 116 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+116 100 132 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+132 84 148 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+148 116 164 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+164 84 180 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+180 116 196 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+196 100 212 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+212 116 228 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+228 116 244 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+244 100 260 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+260 116 276 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+276 100 292 84 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 494 ] concat
+%I
+136 476 160 476 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 244 596 ] concat
+%I
+136 272 160 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 497 ] concat
+%I
+136 296 160 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 244 554 ] concat
+%I
+136 272 160 272 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297 692 ] concat
+%I
+[
+(d)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 313.5 716 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+200 374 200 308 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+200 404 200 470 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+236 452 236 470 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+236 422 236 398 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-times-medium-r-normal-*-12-*-*-*-*-*-*-*
+Times-Roman 12 SetF
+%I t
+[ 1 0 0 1 373 608 ] concat
+%I
+[
+(YBW)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 334 691 a Fk(Figure)14 b(4:)k(Lo)q(cation)13 b(of)h(P)o(arallelism)d
+(in)i(T)o(ypical)g(APHID)h(and)g(YBW)g(Searc)o(h)0 824
+y(in)i(com)o(bination)e(with)i(iterativ)o(e)g(deep)q(ening.)26
+b(Using)16 b(ABD)o(AD)o(A)g(is)h(infeasible)e(since)i(the)g(system)f
+(requires)i(a)e(shared)0 874 y(transp)q(osition)f(table,)h(whic)o(h)f
+(w)o(ould)g(b)q(e)h(extremely)f(slo)o(w)g(on)g(a)g(parallel)g(arc)o
+(hitecture)i(with)e(a)g(high)g(n)o(um)o(b)q(er)g(of)g(CPU)0
+924 y(cycles)g(p)q(er)g(a)o(v)o(erage)f(message)f(latency)m(.)0
+1061 y Fl(3)67 b(The)22 b(APHID)f(Algorithm)0 1152 y
+Fk(Y)m(oung)c(Brothers)i(W)m(ait)e(and)g(other)i(parallel)d(searc)o(h)j
+(algorithms)d(su\013er)j(from)d(three)j(serious)f(problems.)29
+b(First,)18 b(the)0 1202 y(n)o(umerous)g(sync)o(hronization)g(p)q(oin)o
+(ts)g(result)i(in)e(idle)g(time.)30 b(This)18 b(suggests)i(that)e(a)g
+(new)h(algorithm)d(m)o(ust)h(striv)o(e)i(to)0 1251 y(reduce)i(or)e
+(eliminate)f(sync)o(hronization)h(altogether.)34 b(Second,)21
+b(the)f(c)o(haotic)f(nature)h(of)f(a)g(w)o(ork-stealing)f(sc)o(heduler)
+0 1301 y(requires)12 b(algorithms)c(suc)o(h)k(as)f(YBW)g(and)f(Jam)o(b)
+q(oree)h(to)f(use)i(a)e(shared)i(transp)q(osition)f(table)f(and/or)h
+(recursiv)o(e)h(iterativ)o(e)0 1351 y(deep)q(ening)20
+b(to)f(ac)o(hiev)o(e)g(a)g(go)q(o)q(d)f(mo)o(v)o(e)g(ordering)h(and)f
+(reasonable)i(p)q(erformance.)33 b(Algorithms)17 b(based)j(on)e(the)i
+Fj(\013\014)r Fh(\003)0 1401 y Fk(framew)o(ork)14 b(cannot)h(w)o(ork)g
+(without)g(a)g(shared)h(transp)q(osition)f(table.)22
+b(Third,)15 b(the)g(program)f(ma)o(y)f(initiate)i(parallelism)0
+1451 y(at)h(no)q(des)g(whic)o(h)g(are)g(b)q(etter)h(done)f(sequen)o
+(tially)m(.)23 b(F)m(or)15 b(example,)f(ha)o(ving)h(searc)o(hed)i(the)f
+(\014rst)h(branc)o(h)f(at)g(a)f(no)q(de)h(and)0 1500
+y(not)e(ac)o(hiev)o(ed)g(a)g(cut-o\013,)g(Y)m(oung)f(Brothers)j(W)m
+(ait)c(\(in)i(its)g(simplest)f(form\))g(p)q(ermits)g(all)g(of)g(the)i
+(remaining)d(branc)o(hes)j(to)0 1550 y(b)q(e)h(searc)o(hed)h(in)e
+(parallel.)22 b(Ho)o(w)o(ev)o(er,)16 b(if)f(the)h(second)h(branc)o(h)f
+(causes)h(a)e(cut-o\013,)h(then)g(all)f(the)h(parallel)e(w)o(ork)h
+(done)h(on)0 1600 y(the)f(third)f(\(and)g(subsequen)o(t\))h(branc)o
+(hes)h(has)e(b)q(een)h(w)o(asted.)k(This)14 b(suggests)h(parallelism)c
+(should)j(only)f(b)q(e)i(initiated)e(at)0 1650 y(no)q(des)i(where)g
+(there)g(is)f(a)f(v)o(ery)h(high)g(probabilit)o(y)e(that)i(all)f(branc)
+o(hes)i(m)o(ust)e(b)q(e)h(considered.)62 1700 y(This)g(section)h(in)o
+(tro)q(duces)g(the)f(Async)o(hronous)h(P)o(arallel)e(Hierarc)o(hical)h
+(Iterativ)o(e)g(Deep)q(ening)h(\(APHID\))f(game-tree)0
+1750 y(searc)o(hing)i(algorithm.)21 b(APHID)15 b(has)h(b)q(een)h
+(designed)f(to)g(address)h(the)f(ab)q(o)o(v)o(e)f(three)i(issues.)25
+b(The)16 b(algorithm)d(is)i(asyn-)0 1799 y(c)o(hronous)g(in)f(nature;)h
+(it)e(remo)o(v)o(es)h(all)f(sync)o(hronization)i(p)q(oin)o(ts)f(from)e
+(the)j Fj(\013\014)i Fk(searc)o(h)e(and)g(from)d(iterativ)o(e)i(deep)q
+(ening.)0 1849 y(Also,)f(parallelism)e(is)j(only)f(applied)g(at)h(no)q
+(des)g(that)g(ha)o(v)o(e)g(a)f(high)g(probabilit)o(y)g(of)g(needing)h
+(parallelism.)h(The)f(top)g(plies)0 1899 y(of)k(a)g(game-tree)g(\(near)
+g(the)h(ro)q(ot\))g(v)n(ary)f(infrequen)o(tly)g(b)q(et)o(w)o(een)h
+(steps)h(of)e(iterativ)o(e)g(deep)q(ening)h([22)o(].)31
+b(This)18 b(relativ)o(e)0 1949 y(in)o(v)n(ariance)13
+b(of)g(the)i(top)f(p)q(ortion)f(of)h(the)g(game-tree)g(is)f(exploited)h
+(b)o(y)g(the)g(APHID)g(algorithm.)62 1999 y(In)e(its)f(simplest)g
+(form,)f(APHID)i(can)g(b)q(e)g(view)o(ed)g(as)f(a)h(master/sla)o(v)o(e)
+e(program)g(although,)h(as)h(discussed)h(later,)e(it)h(can)0
+2048 y(b)q(e)k(generalized)g(to)g(a)f(hierarc)o(hical)g(pro)q(cessor)i
+(tree.)24 b(F)m(or)15 b(a)g(depth)i Fj(d)e Fk(searc)o(h,)h(the)g
+(master)f(is)g(resp)q(onsible)i(for)e(the)h(top)0 2098
+y Fj(d)22 2083 y Fa(0)47 2098 y Fk(ply)d(of)g(the)i(tree,)f(and)g(the)g
+(remaining)e Fj(d)d Fh(\000)g Fj(d)770 2083 y Fa(0)795
+2098 y Fk(ply)k(are)h(searc)o(hed)i(in)d(parallel)f(b)o(y)i(the)g(sla)o
+(v)o(es.)k(Figure)c(4)g(sho)o(ws)g(where)0 2148 y(parallel)f
+(activities)g(o)q(ccur)j(in)d(APHID)h(and)g(YBW.)g(Eac)o(h)g(lo)q
+(cation)f(mark)o(ed)g(with)g(an)h Fb(x)g Fk(sho)o(ws)g(where)h(the)g
+(parallelism)0 2198 y(t)o(ypically)10 b(tak)o(es)i(place.)18
+b(Although)11 b(more)f(parallelism)f(could)j(b)q(e)g(generated)h(in)e
+(YBW,)g(eac)o(h)h Fb(x)g Fk(represen)o(ts)i(a)d(p)q(oten)o(tially)0
+2248 y(costly)16 b(sync)o(hronization)g(p)q(oin)o(t.)23
+b(The)17 b(parallelism)c(is)j(more)f(constrained)h(in)g(APHID)g(and,)g
+(hence,)h(is)f(more)f(lik)o(ely)f(to)0 2297 y(su\013er)h(from)d(load)h
+(im)o(balances)g(than)g(other)i(dynamic)d(sc)o(heduling)i(routines)h
+(\(suc)o(h)f(as)g(YBW,)g(Jam)o(b)q(oree,)f(or)h Fj(\013\014)r
+Fh(\003)p Fk(\).)0 2414 y Fv(3.1)56 b(Op)r(eration)17
+b(of)i(the)f(Master)h(in)f(APHID)0 2490 y Fk(The)d(master)e(is)h(resp)q
+(onsible)i(for)d(searc)o(hing)i(the)g(top)f Fj(d)892
+2475 y Fa(0)918 2490 y Fk(ply)f(of)h(the)h(tree.)20 b(It)14
+b(rep)q(eatedly)h(tra)o(v)o(erses)h(this)f(tree)g(un)o(til)e(the)0
+2540 y(correct)g(minim)o(ax)8 b(v)n(alue)j(has)g(b)q(een)i(determined.)
+k(The)12 b(master)f(is)g(executing)h(a)f(normal)e Fj(\013\014)14
+b Fk(searc)o(h,)e(with)f(the)h(exception)0 2590 y(that)i(APHID)g
+(enforces)h(an)f(arti\014cial)f(searc)o(h)i(horizon)f(at)f
+Fj(d)967 2575 y Fa(0)992 2590 y Fk(ply)h(from)e(the)i(ro)q(ot.)62
+2640 y(Eac)o(h)i(leaf)e(no)q(de)i(in)f(the)h(master's)e
+Fj(d)657 2625 y Fa(0)684 2640 y Fk(ply)h(game-tree)f(is)i(b)q(eing)f
+(async)o(hronously)g(searc)o(hed)i(b)o(y)e(the)h(sla)o(v)o(es.)22
+b(Before)0 2690 y(describing)15 b(ho)o(w)e(the)i(master)f(kno)o(ws)f
+(when)i(the)g Fj(d)e Fk(ply)h(searc)o(h)h(is)f(complete,)f(w)o(e)h(m)o
+(ust)f(\014rst)i(describ)q(e)h(ho)o(w)e(the)g(master)965
+2790 y(6)p eop
+%%Page: 7 9
+7 8 bop 0 42 a Fk(searc)o(hes)16 b(the)e Fj(d)254 26
+y Fa(0)279 42 y Fk(ply)g(tree.)62 91 y(When)j(the)g(master)f(reac)o
+(hes)i(a)f(leaf)f(of)f(the)j Fj(d)810 76 y Fa(0)837 91
+y Fk(ply)e(tree,)i(it)f(uses)g(a)g(reliable)f(or)g(appro)o(ximate)f(v)n
+(alue)h(for)g(the)h(leaf,)0 141 y(dep)q(ending)g(on)f(the)h
+(information)d(a)o(v)n(ailable.)24 b(If)16 b(a)g Fj(d)10
+b Fh(\000)i Fj(d)938 126 y Fa(0)965 141 y Fk(ply)k(searc)o(h)i(result)f
+(is)g(a)o(v)n(ailable)d(from)g(the)k(sla)o(v)o(e,)e(that)g(will)0
+191 y(b)q(e)g(used.)22 b(\(In)15 b(the)h(curren)o(t)g(implemen)o
+(tation,)11 b(w)o(e)16 b(do)e(not)h(use)h(deep)q(er)h(ply)e(v)n(alues,)
+f(ev)o(en)i(if)e(they)h(are)h(a)o(v)n(ailable.)j(This)0
+241 y(will)12 b(b)q(e)h(discussed)i(in)e(Section)g(4.\))18
+b(Ho)o(w)o(ev)o(er,)13 b(if)f(the)i Fj(d)7 b Fh(\000)h
+Fj(d)949 226 y Fa(0)973 241 y Fk(ply)k(result)i(is)f(not)g(a)o(v)n
+(ailable,)d(then)k(the)g(algorithm)c(uses)k(the)0 291
+y(\\b)q(est)h(a)o(v)n(ailable")d(ply)h(result)i(that)g(had)e(b)q(een)j
+(returned)g(b)o(y)e(the)g(sla)o(v)o(e)g(to)g(generate)i(a)d(guessed)j
+(minim)o(ax)11 b(v)n(alue)1826 276 y Fe(4)1844 291 y
+Fk(.)19 b(An)o(y)0 340 y(no)q(de)14 b(where)h(w)o(e)f(are)h(forced)f
+(to)g(guess)h(is)f(mark)o(ed)e(as)i Fi(unc)n(ertain)p
+Fk(.)62 390 y(As)g(v)n(alues)g(get)g(bac)o(k)o(ed)g(up)f(the)h(tree,)h
+(the)f(master)f(main)o(tains)e(a)j(coun)o(t)g(of)f(ho)o(w)g(man)o(y)f
+(uncertain)i(no)q(des)g(ha)o(v)o(e)g(b)q(een)0 440 y(visited)d(in)f(a)h
+(pass)h(of)e(the)i(tree.)18 b(As)11 b(long)g(as)g(the)g(score)h(at)f
+(an)o(y)g(of)f(the)i(lea)o(v)o(es)f(is)g(uncertain,)h(the)f(master)g(m)
+o(ust)f(do)h(another)0 490 y(pass)j(of)g(the)g(tree.)19
+b(Once)c(the)g(master)e(has)h(a)f(reliable)h(v)n(alue)f(for)g(all)g
+(the)h(lea)o(v)o(es)g(in)g(its)g Fj(d)1423 475 y Fa(0)1448
+490 y Fk(ply)f(tree,)h(the)h(searc)o(h)g(of)e(the)h Fj(d)0
+540 y Fk(ply)h(tree)h(is)f(complete.)22 b(The)16 b(con)o(trolling)d
+(program)h(w)o(ould)h(then)h(pro)q(ceed)g(to)f(the)h(next)g(iteration)f
+(b)o(y)g(incremen)o(ting)f Fj(d)0 589 y Fk(and)g(asking)f(the)h(master)
+g(to)g(searc)o(h)h(the)f(tree)h(again.)62 639 y(Note)e(that)f(this)g
+(de\014nition)f(of)h(the)g(master)g(solv)o(es)g(one)g(of)g(the)g
+(problems)f(that)h(some)f(algorithms)f(ha)o(v)o(e)i(with)g(resp)q(ect)0
+689 y(to)k(initializing)d(parallelism)g(to)q(o)j(quic)o(kly)f(at)g(a)h
+(p)q(oten)o(tial)f Fb(CUT)g Fk(no)q(de.)24 b(By)17 b(using)e(the)i
+(guessed)g(scores)g(when)g(accurate)0 739 y(information)9
+b(is)j(not)f(a)o(v)n(ailable,)f(the)i(APHID)g(algorithm)e
+(automatically)e(determines)k(if)f(a)h(subsequen)o(t)i(c)o(hild)d(is)h
+(lik)o(ely)e(to)0 789 y(generate)k(a)e(cut-o\013)h(at)f(a)g(failed)g
+Fb(CUT)g Fk(no)q(de.)18 b(If)12 b(it)g(seems)g(lik)o(ely)g(that)g(a)g
+(c)o(hild)g(will)f(generate)j(a)e(cut-o\013)h(based)g(on)f(guessed)0
+839 y(v)n(alues,)f(the)g(c)o(hildren)g(of)f(the)h(failed)e
+Fb(CUT)h Fk(no)q(de)h(are)g(ev)n(aluated)g(sequen)o(tially)m(.)16
+b(If)10 b(it)g(seems)h(unlik)o(ely)e(that)i(the)g(no)q(de)g(will)e(b)q
+(e)0 888 y(pruned)j(due)g(to)f(lo)o(w)f(minim)o(ax)e(v)n(alues,)j(the)h
+(searc)o(h)g(w)o(ould)e(con)o(tin)o(ue)i(for)f(a)f(promising)f(no)q(de)
+j(at)f(that)g(branc)o(h)h(in)f(parallel.)0 938 y(This)k(is)g(all)f
+(handled)i(automatically)c(b)o(y)j(the)h Fj(\013\014)i
+Fk(routine.)k(The)16 b(handling)e(of)h(a)g(h)o(yp)q(othesized)h
+Fb(CUT)f Fk(no)q(de)h(is)f(stronger)0 988 y(than)g(the)g(equiv)n(alen)o
+(t)f(scenario)i(in)e(the)h(YBW)g(algorithm,)d(whic)o(h)j(ignores)g
+(previous)g(score)h(information)c(a)o(v)n(ailable)g(for)0
+1038 y(some)f(branc)o(hes)i(of)f(the)h(failed)e Fb(CUT)g
+Fk(no)q(de.)18 b(In)12 b(the)h(full)d(v)o(ersion)j(of)e(YBW,)h
+(application-dep)q(enden)o(t)g(information)d(is)j(used)0
+1088 y(to)i(do)f(what)h(APHID)g(handles)g(automatically)d(with)j(the)g
+Fj(\013\014)i Fk(searc)o(h)f(windo)o(w.)62 1137 y(The)g(sla)o(v)o(es)g
+(are)g(resp)q(onsible)g(for)f(setting)h(their)g(o)o(wn)f(searc)o(h)i
+(windo)o(ws,)e(based)h(on)f(information)e(from)h(the)i(master.)0
+1187 y(Sometimes,)10 b(the)j(information)d(returned)k(b)o(y)e(the)h
+(sla)o(v)o(e)f(ma)o(y)f(not)h(b)q(e)h(useful)g(to)f(the)h(master.)k(F)m
+(or)12 b(example,)f(a)i(sla)o(v)o(e)f(can)0 1237 y(tell)h(the)i(master)
+e(that)h(the)g(score)h(of)f(a)f(giv)o(en)g(no)q(de)i(is)e(less)i(than)f
+(30,)e(but)i(the)h(master)e(ma)o(y)f(w)o(an)o(t)h(to)h(kno)o(w)f(if)g
+(the)i(score)0 1287 y(is)e(in)g(b)q(et)o(w)o(een)i(-5)e(and)g(5.)18
+b(In)13 b(this)h(case,)g(a)f(\\bad)g(b)q(ound")h(searc)o(h)g(is)f
+(generated,)i(and)e(the)h(searc)o(h)h(windo)o(w)d(parameters,)0
+1337 y Fj(\013)j Fk(and)f Fj(\014)r Fk(,)h(m)o(ust)f(b)q(e)i(comm)o
+(unicated)c(to)j(the)h(sla)o(v)o(e)e(pro)q(cessor.)23
+b(An)o(y)15 b(no)q(des)g(where)h(w)o(e)f(are)h(w)o(aiting)d(for)i
+(\\bad)f(b)q(ound")0 1386 y(information)g(to)j(b)q(e)h(up)q(dated)g(b)o
+(y)f(the)h(sla)o(v)o(e)f(are)h(considered)g(as)g(uncertain)g(b)o(y)f
+(the)g(master.)28 b(Ev)o(en)o(tually)m(,)16 b(the)i(sla)o(v)o(e)0
+1436 y(will)11 b(return)j(up)q(dated)f(information)c(that)k(is)f
+(consisten)o(t)h(with)f(b)q(oth)h(the)g(original)e(information)e(and)j
+(the)h(searc)o(h)h(windo)o(w)0 1486 y(requested)170 1471
+y Fe(5)191 1486 y Fk(.)0 1602 y Fv(3.2)56 b(The)18 b(APHID)h(T)-5
+b(able)0 1679 y Fk(If)15 b(a)f(leaf)h(no)q(de)g(is)g(visited)g(b)o(y)g
+(the)g(master)g(for)g(the)g(\014rst)h(time,)d(it)i(is)g(statically)f
+(allo)q(cated)h(to)f(a)h(sla)o(v)o(e)g(pro)q(cessor.)23
+b(This)0 1729 y(information)14 b(is)j(recorded)h(in)f(a)f(table,)i(the)
+f Fi(APHID)h(table)p Fk(,)f(that)g(is)g(shared)h(b)o(y)e(all)g(pro)q
+(cessors.)29 b(Figure)17 b(5)g(sho)o(ws)g(an)0 1779 y(example)c(of)g
+(ho)o(w)g(the)i(APHID)f(table)g(w)o(ould)f(b)q(e)h(organized)g(at)g(a)f
+(giv)o(en)h(p)q(oin)o(t)f(in)h(time.)62 1828 y(The)h(APHID)f(table)g
+(is)g(partitioned)g(in)o(to)g(t)o(w)o(o)f(parts:)20 b(one)14
+b(whic)o(h)g(only)g(the)g(master)g(can)g(write)h(to,)f(and)g(one)g
+(whic)o(h)0 1878 y(only)g(the)h(sla)o(v)o(e)g(that)f(has)h(b)q(een)h
+(assigned)f(that)g(piece)h(of)e(w)o(ork)g(can)h(write)g(to.)21
+b(An)o(y)14 b(attempt)g(to)h(write)g(in)o(to)f(the)h(table)0
+1928 y(generates)k(a)e(message)g(that)g(informs)f(the)i(sla)o(v)o(e)f
+(or)g(the)h(master)f(pro)q(cess)i(of)e(the)h(up)q(date)g(to)f(the)h
+(information.)26 b(The)0 1978 y(master)13 b(and)f(sla)o(v)o(e)h(only)f
+(read)i(their)f(lo)q(cal)f(copies)i(of)e(the)i(information;)c(there)k
+(are)f(no)g(explicit)g(messages)g(sen)o(t)h(b)q(et)o(w)o(een)0
+2028 y(the)g(master)g(and)g(the)g(sla)o(v)o(e)g(asking)f(for)g
+(information.)62 2077 y(The)g(master's)f(half)f(of)h(the)h(table)f(is)h
+(illustrated)f(ab)q(o)o(v)o(e)g(the)h(dotted)g(line)f(in)g(Figure)g(5.)
+17 b(F)m(or)12 b(eac)o(h)h(leaf)f(that)g(has)h(b)q(een)0
+2127 y(visited)h(b)o(y)f(the)h(master,)f(there)i(is)f(an)f(en)o(try)i
+(in)e(the)h(APHID)g(table.)k(Information)11 b(main)o(tained)h(on)h(the)
+i(lea)o(v)o(es)e(includes)0 2177 y(the)g(mo)o(v)o(es)e(required)j(to)e
+(generate)i(the)f(leaf)f(p)q(ositions)g(from)f(the)i(ro)q(ot)g
+Fb(R)p Fk(,)f(the)h(appro)o(ximate)e(lo)q(cation)g(of)h(the)h(leaf)f
+(in)g(the)0 2227 y(tree)17 b(\(whic)o(h)e(is)h(used)g(b)o(y)f(the)h
+(sla)o(v)o(e)f(to)h(prioritize)f(w)o(ork\),)g(whether)i(this)f(leaf)f
+(w)o(as)g(visited)g(on)h(the)g(last)f(pass)h(that)f(the)0
+2277 y(master)e(executed,)j(and)d(the)i(n)o(um)o(b)q(er)e(of)g(the)i
+(sla)o(v)o(e)e(that)h(the)h(leaf)e(w)o(as)h(allo)q(cated)f(to.)62
+2326 y(In)h(our)f(example,)f(w)o(e)i(can)g(see)g(that)g(the)g(same)f(n)
+o(um)o(b)q(er)f(of)h(lea)o(v)o(es)h(ha)o(v)o(e)f(b)q(een)i(allo)q
+(cated)e(to)g(eac)o(h)h(sla)o(v)o(e.)k(Note)c(that)0
+2376 y(there)i(is)f(an)g(additional)f(leaf,)g(8,)h(that)g(is)g(not)g
+(represen)o(ted)j(in)c(the)i(master's)f Fj(d)1286 2361
+y Fa(0)1312 2376 y Fk(ply)f(searc)o(h)j(tree.)23 b(This)15
+b(leaf)f(no)q(de)i(has)0 2426 y(b)q(een)h(visited)e(on)g(a)g(previous)h
+(pass)g(of)e(the)i Fj(d)731 2411 y Fa(0)758 2426 y Fk(ply)f(searc)o(h)h
+(tree,)h(and)e(w)o(as)g(not)h(visited)f(on)g(the)h(latest)g(pass.)23
+b(Ho)o(w)o(ev)o(er,)p 0 2461 780 2 v 46 2488 a Fd(4)64
+2499 y Fg(Man)o(y)12 b(game-tree)f(searc)o(h)h(programs)e(exhibit)i(an)
+g(e\013ect)g(based)g(on)h(the)g(parit)o(y)e(of)i(the)g(searc)o(h)f
+(depth)f(\(o)q(dd)h(or)h(ev)o(en)f(n)o(um)o(b)q(er)g(of)g(ply\).)0
+2539 y(Scores)d(are)g(stable)g(when)h(y)o(ou)f(lo)q(ok)h(at)f(results)g
+(from)g(the)h(o)q(dd)f(plies)g(only)m(,)h(or)g(ev)o(en)f(plies)g(only)m
+(,)g(but)h(are)f(sometimes)f(unstable)g(when)i(y)o(ou)f(mix)0
+2578 y(the)i(t)o(w)o(o.)k(Th)o(us,)c(w)o(e)h(use)f(the)g(deep)q(est)f
+(ply)g(v)n(alue)h(with)g(the)g(same)f(parit)o(y)m(,)g(instead)g(of)h
+(alw)o(a)o(ys)g(using)f(the)h(deep)q(est)e(ply)i(v)n(alue)f(a)o(v)n
+(ailable.)46 2606 y Fd(5)64 2618 y Fg(It)j(ma)o(y)g(happ)q(en)f(that)h
+(the)g(original)f(searc)o(h)g(and)h(the)h(\\bad)e(b)q(ound")g(searc)o
+(h)h(are)g(inconsisten)o(t)e(with)j(one)f(another,)f(through)g(the)h
+(use)0 2657 y(of)h(searc)o(h)e(extensions)f(that)i(ma)o(y)g(or)h(ma)o
+(y)f(not)g(b)q(e)g(triggered)f(based)g(on)i(the)f(searc)o(h)g(windo)o
+(w)g(used.)22 b(In)13 b(this)h(case,)f(the)g(searc)o(h)g(explicitly)0
+2697 y(requested)c(b)o(y)i(the)g(master)f(o)o(v)o(errides)f(the)i
+(informatio)o(n)e(that)h(had)h(b)q(een)f(previously)f(stored.)965
+2790 y Fk(7)p eop
+%%Page: 8 10
+8 9 bop 489 0 a
+ 15345564 14208860 8420065 17234821 28417720 35653713 startTexFig
+ 489 0 a
+%%BeginDocument: draw2.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 6 6 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 5.99997 0 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 342 674 ] concat
+%I
+[
+(Master)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 8 26 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -4 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -10 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -16 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -22 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 104 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -28 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 164 452 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 452 272 260 Line
+%I 2
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -71.5 99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+308 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 428.5 544 ] concat
+%I
+[
+(R)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 284 612.5 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 518 100 518 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 326 100 326 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 446 124 506 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 410 124 338 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 18 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 84 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -108 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 66 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -84 -24 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 12 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.458861 0 0 0.489848 235.544 397.7 ] concat
+%I
+232 170 388 266 Rect
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.815325 0 0 0.489848 236.845 397.7 ] concat
+%I
+232 170 364 266 Rect
+End
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.21519 0 0 0.046875 83.0438 492.703 ] concat
+%I
+100 241 376 241 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 515 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 503 ] concat
+%I
+[
+(Table)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 222 497 ] concat
+%I
+[
+(-1/4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 258 497 ] concat
+%I
+[
+(+2/3)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297.5 497 ] concat
+%I
+[
+(?/0)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 148 395 ] concat
+%I
+136 170 352 266 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 348 497 ] concat
+%I
+[
+(+5/5)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 468 497 ] concat
+%I
+[
+(+1/3)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 98 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+98 217 110 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+110 229 116 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+116 217 122 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+122 247 140 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 235 146 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+146 247 152 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+152 229 158 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+158 247 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 204 194 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+204 194 240 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+240 218 252 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+252 230 264 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+264 218 276 182 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+276 182 288 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 206 300 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+300 230 312 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+312 206 324 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+324 230 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+188 248 212 284 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+212 284 236 248 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+236 248 248 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+248 296 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+272 260 284 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+284 296 308 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+308 272 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+260 464 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+260 464 188 248 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 246 341 ] concat
+%I
+[
+(Slave 1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 354 341 ] concat
+%I
+[
+(Slave 2)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 444 341 ] concat
+%I
+[
+(Slave 3)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 35.5 -97.5 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 54 -97 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -24.5 -99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 320 148 320 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 164 148 164 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 180.5 421.5 ] concat
+%I
+[
+(d-d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 224 124 176 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 260 124 308 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 384 497 ] concat
+%I
+[
+(+4/5)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 60 -36 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 362 ] concat
+%I
+356 380 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 453 555.5 ] concat
+%I
+[
+(8)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 504 497 ] concat
+%I
+[
+(-3/1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 432 497 ] concat
+%I
+[
+(<0/4)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 490 991 a Fk(Figure)14 b(5:)k(A)c(Snapshot)g(of)f(APHID)h(Searc)o(h)h
+(in)e(Op)q(eration)0 1124 y(the)h(information)c(that)k(the)g(sla)o(v)o
+(e)f(has)g(generated)i(ma)o(y)c(b)q(e)j(needed)h(in)e(a)g(later)g(pass)
+h(of)f(the)h(tree)g(and)f(is)h(not)f(deleted)h(b)o(y)0
+1174 y(the)g(master.)k(Lea)o(v)o(es)c(are)g(initially)e(allo)q(cated)h
+(to)h(the)g(sla)o(v)o(es)g(in)f(a)h(round-robin)f(manner,)f(and)i(ma)o
+(y)e(mo)o(v)o(e)g(due)i(to)g(load)0 1224 y(balancing)g(\(as)h(describ)q
+(ed)i(in)e(Section)h(3.4\).)k(Although)15 b(there)i(ma)o(y)c(b)q(e)i(b)
+q(etter)i(metho)q(ds)e(of)f(allo)q(cating)g(lea)o(v)o(es,)h(it)g(has)0
+1273 y(b)q(een)f(found)f(that)h(this)f(is)g(a)g(reasonable)h(metho)q(d)
+f(of)f(initially)f(balancing)h(the)i(load)f(on)g(a)g(small)e(n)o(um)o
+(b)q(er)h(of)h(pro)q(cessors.)62 1323 y(The)j(sla)o(v)o(e's)e(part)h
+(of)g(the)g(table,)g(illustrated)f(b)o(y)h(the)h(area)f(b)q(elo)o(w)f
+(the)i(dotted)g(line,)e(con)o(tains)h(information)d(on)i(the)0
+1373 y(result)f(of)e(searc)o(hing)i(the)g(p)q(osition)e(to)h(v)n
+(arious)f(depths)j(of)d(searc)o(h.)19 b(The)12 b(\\b)q(est")h
+(information)c(and)j(the)h(ply)e(to)h(whic)o(h)g(the)0
+1423 y(leaf)j(w)o(as)g(examined)f(is)i(giv)o(en)f(underneath)h(eac)o(h)
+g(leaf)f(no)q(de)h(in)f(the)h(tree.)24 b(F)m(or)15 b(leaf)g(1,)g(the)h
+(score)h(returned)g(is)e(-1)g(with)0 1473 y(a)f(searc)o(h)h(depth)f(of)
+g(4.)j(Leaf)d(3)g(illustrates)g(that)g(the)g(score)h(information)c
+(returned)16 b(b)o(y)e(the)g(sla)o(v)o(e)g(is)f(not)h(necessarily)h(an)
+0 1522 y(exact)h(n)o(um)o(b)q(er.)k(The)15 b(sla)o(v)o(es)g(main)o
+(tain)d(an)j(upp)q(er)h(b)q(ound)e(and)h(a)g(lo)o(w)o(er)f(b)q(ound)h
+(on)g(the)g(score)h(for)f(eac)o(h)g(ply)g(of)f(searc)o(h)0
+1572 y(depth.)19 b(The)14 b(score)h(is)f(kno)o(wn)f(to)h(b)q(e)h(exact)
+f(when)h(the)f(upp)q(er)h(and)f(lo)o(w)o(er)f(b)q(ounds)i(are)f(the)g
+(same.)0 1688 y Fv(3.3)56 b(Op)r(eration)17 b(of)i(Sla)n(v)n(e)g(in)f
+(APHID)0 1765 y Fk(A)c(sla)o(v)o(e)f(pro)q(cess)i(essen)o(tially)e
+(executes)j(the)e(same)e(co)q(de)j(that)e(a)g(sequen)o(tial)h
+Fj(\013\014)i Fk(searc)o(her)f(w)o(ould.)i(The)d(pro)q(cess)h(simply)0
+1815 y(rep)q(eats)g(the)g(follo)o(wing)c(three)k(steps)h(un)o(til)d
+(the)h(master)g(tells)f(it)h(that)g(the)g(searc)o(h)h(is)f(complete:)51
+1898 y(1.)20 b(Lo)q(ok)13 b(in)h(its)f(p)q(ortion)h(of)f(its)h(lo)q
+(cal)f(cop)o(y)h(of)f(the)i(APHID)f(table,)f(and)h(\014nd)g(the)g
+(highest)h(priorit)o(y)e(no)q(de)h(to)g(searc)o(h.)51
+1981 y(2.)20 b(Execute)15 b(the)g(searc)o(h.)51 2064
+y(3.)20 b(Rep)q(ort)14 b(the)g(result)h(bac)o(k)f(to)g(the)g(master)g
+(\(getting)f(an)h(up)q(date)h(to)e(its)h(APHID)g(table)g(in)g
+(return\).)62 2147 y(The)19 b(w)o(ork)e(selection)i(criterion)f(is)g
+(primarily)d(based)k(on)f(the)g(depth)h(to)f(whic)o(h)f(the)i(sla)o(v)o
+(e)f(has)g(already)f(searc)o(hed)0 2197 y(a)h(no)q(de.)31
+b(As)18 b(w)o(e)g(can)h(see)g(for)e(Sla)o(v)o(e)h(1)g(in)f(Figure)h(5,)
+h(lea)o(v)o(es)f(1,)g(4)g(and)g(7)f(ha)o(v)o(e)h(b)q(een)h(searc)o(hed)
+h(to)e(4,)g(3)g(and)g(0)f(ply)m(,)0 2247 y(resp)q(ectiv)o(ely)m(.)i(Th)
+o(us,)14 b(Sla)o(v)o(e)f(1)g(is)h(attempting)e(to)i(searc)o(h)h(leaf)e
+(7)h(to)f(1)h(ply)m(,)e(and)i(will)e(con)o(tin)o(ue)i(to)g(searc)o(h)h
+(leaf)e(7)h(up)g(to)f(3)0 2296 y(ply)g(b)o(y)h(using)g(iterativ)o(e)f
+(deep)q(ening,)i(if)e(no)h(new)g(w)o(ork)f(arriv)o(es)i(from)d(the)i
+(master.)62 2346 y(The)c(secondary)h(criterion)f(is)g(the)g(lo)q
+(cation)f(of)g(the)h(no)q(de)h(within)d(the)j(master's)e(game-tree.)16
+b(This)10 b(secondary)h(criterion)0 2396 y(is)f(necessary)i(since)f(it)
+f(is)f(usually)h(b)q(ene\014cial)g(to)g(generate)h(the)g(results)g(in)f
+(a)g(left-to-righ)o(t)f(order)h(for)g(the)h(master.)16
+b(Children)0 2446 y(of)e(no)q(des)h(are)g(usually)f(considered)h(in)g
+(a)f(b)q(est-to-w)o(orst)h(ordering,)f(implying)e(that)i(the)h
+(left-most)e(branc)o(hes)j(at)e(a)h(no)q(de)0 2496 y(ha)o(v)o(e)g(a)g
+(higher)g(probabilit)o(y)e(of)i(b)q(eing)g(useful)g(than)g(the)h(righ)o
+(t-most)d(ones.)22 b(F)m(or)15 b(Sla)o(v)o(e)f(2)h(in)g(Figure)g(5,)f
+(lea)o(v)o(es)i(2)e(and)h(5)0 2545 y(ha)o(v)o(e)f(b)q(oth)h(b)q(een)g
+(searc)o(hed)h(to)e(5)g(ply)m(,)f(but)h(leaf)g(2)g(is)g(b)q(eing)h
+(searc)o(hed)g(in)f(the)h(sla)o(v)o(e)f(to)g(6)g(ply)g(since)h(it)f(is)
+g(further)h(left)f(in)0 2595 y(the)g(tree)i(than)d(leaf)h(5.)62
+2645 y(A)g(no)q(de)h(that)f(has)g(a)f(priorit)o(y)h(of)f(zero)i(\(b)q
+(ecause)h(it)d(is)h(no)g(longer)f(part)i(of)e(the)h(master's)g(tree\))h
+(will)e(not)h(b)q(e)g(selected)0 2695 y(for)f(further)h(searc)o(h.)19
+b(F)m(or)13 b(Sla)o(v)o(e)g(3,)g(w)o(e)g(notice)h(that)f(Leaf)g(8)g(w)o
+(ould)g(b)q(e)h(searc)o(hed)h(if)d(it)h(had)h(b)q(een)g(visited)f(b)o
+(y)g(the)h(master)965 2790 y(8)p eop
+%%Page: 9 11
+9 10 bop 0 42 a Fk(on)18 b(the)g(latest)g(pass.)30 b(Leaf)18
+b(8)f(is)h(ignored)f(b)o(y)h(the)g(sc)o(heduling)g(algorithm)d(b)q
+(ecause)20 b(it)d(is)h(not)g(curren)o(tly)g(part)g(of)f(the)0
+91 y(master's)c(tree.)62 141 y(Before)19 b(a)f(searc)o(h)h(can)f(b)q(e)
+h(executed,)h(an)e Fj(\013\014)i Fk(searc)o(h)f(windo)o(w)e(m)o(ust)g
+(b)q(e)i(generated)g(b)o(y)f(the)g(sla)o(v)o(e.)30 b(The)18
+b(master)0 191 y(con)o(tin)o(ually)f(advises)j(the)f(sla)o(v)o(es)g(of)
+g(the)g(leaf)s('s)f(lo)q(cation)h(within)f(the)h(master's)g(tree,)i
+(and)d(the)i(h)o(yp)q(othetical)f(v)n(alue)0 241 y(of)e(the)g(ro)q(ot)h
+(of)e(the)i(master's)f(tree.)29 b(Although)17 b(the)h(width)f(of)f(the)
+i(searc)o(h)g(windo)o(w)f(is)g(application-dep)q(enden)o(t,)h(one)0
+291 y(normally)12 b(w)o(an)o(ts)i(to)g(cen)o(ter)i(the)f(windo)o(w)f
+(around)g(this)h(h)o(yp)q(othesized)g(ro)q(ot)g(v)n(alue,)e(plus)h(or)h
+(min)o(us)d(a)j(factor)f(to)g(re\015ect)0 340 y(the)g(uncertain)o(t)o
+(y)h(in)e(it.)62 390 y(There)19 b(are)e(three)h(t)o(yp)q(es)g(of)f(up)q
+(date)h(messages)f(that)g(a)g(sla)o(v)o(e)g(receiv)o(es)h(from)e(the)h
+(master:)24 b(a)17 b(new)h(piece)g(of)e(w)o(ork)0 440
+y(has)g(b)q(een)h(added)f(to)f(the)i(sla)o(v)o(e)e(pro)q(cessor's)j
+(APHID)e(table,)f(the)i(lo)q(cation)d(of)h(a)h(leaf)f(no)q(de)h(within)
+f(the)i(master's)e(tree)0 490 y(has)g(c)o(hanged)h(\(c)o(hanging)e(the)
+i(secondary)g(w)o(ork)e(sc)o(heduling)i(criterion\),)f(and)g(a)g
+(noti\014cation)f(of)g(a)h(\\bad)g(b)q(ound")f(on)h(a)0
+540 y(no)q(de.)21 b(The)15 b(bad)g(b)q(ound)g(message)f(alerts)i(the)f
+(sla)o(v)o(e)f(that)h(a)g(p)q(osition's)f(searc)o(h)i(information)c(is)
+i(not)h(su\016cien)o(t)g(to)g(sa)o(v)o(e)0 589 y(the)g(no)q(de)h(from)d
+(b)q(eing)h(uncertain.)22 b(In)15 b(this)g(case,)g(the)h(sla)o(v)o(e)e
+(m)o(ust)g(re-searc)o(h)i(the)g(no)q(de)f(with)f(the)i
+Fj(\013\014)h Fk(searc)o(h)f(windo)o(w)0 639 y(sen)o(t)f(b)o(y)e(the)i
+(master)e(to)h(the)g(ply)g(requested.)62 689 y(As)19
+b(a)g(p)q(erformance)f(impro)o(v)o(emen)o(t,)f(w)o(e)i(w)o(an)o(t)f(to)
+h(force)g(the)g(sla)o(v)o(e)f(to)h(alw)o(a)o(ys)f(w)o(ork)g(on)g(no)q
+(des)i(for)e(the)h(curren)o(t)0 739 y(searc)o(h)c(depth)f(of)f(the)h
+(master.)j(When)d(all)e(the)i(sla)o(v)o(e's)f(w)o(ork)h(has)f(b)q(een)i
+(searc)o(hed)g(to)e(the)h(required)h(depth,)f(rather)g(than)0
+789 y(b)q(ecoming)h(idle,)g(it)g(starts)i(re-searc)o(hing)g(its)f(w)o
+(ork)f(sp)q(eculativ)o(ely)h(an)g(additional)e(ply)h(deep)q(er,)i(in)f
+(an)o(ticipation)e(of)h(the)0 839 y(next)g(iteration)f(\(depth)h
+Fj(d)9 b Fk(+)h(1\).)20 b(When)14 b(sp)q(eculativ)o(e)h(searc)o(h)h(is)
+e(running)g(on)g(a)h(pro)q(cessor,)g(the)g(sla)o(v)o(e)g(routinely)f(c)
+o(hec)o(ks)0 888 y(the)j(comm)o(unicati)o(on)c(c)o(hannel)j(for)g
+(messages)g(from)f(the)h(master.)24 b(If)16 b(the)h(sla)o(v)o(e)e
+(receiv)o(es)j(a)e(new)g(piece)h(of)f(w)o(ork)f(to)h(do)0
+938 y(at)h Fj(d)11 b Fh(\000)h Fj(d)153 923 y Fa(0)181
+938 y Fk(ply)17 b(or)g(less,)h(the)g(sp)q(eculativ)o(e)f(searc)o(h)i
+(is)e(imm)o(ediately)d(ab)q(orted)k(and)f(con)o(trol)g(is)g(returned)i
+(to)e(the)g(sla)o(v)o(e's)0 988 y(sc)o(heduling)d(algorithm.)0
+1104 y Fv(3.4)56 b(Load)18 b(Balancing)0 1181 y Fk(Although)13
+b(the)h(master)e(attempts)h(to)h(giv)o(e)e(an)h(equal)g(amoun)o(t)f(of)
+h(w)o(ork)g(to)g(eac)o(h)g(sla)o(v)o(e)g(in)g(APHID,)g(neither)i(the)e
+(master)0 1231 y(nor)i(the)h(sla)o(v)o(e)e(can)i(predict)g(the)f(amoun)
+o(t)f(of)g(e\013ort)i(required)g(to)f(complete)f(a)h
+Fj(d)9 b Fh(\000)i Fj(d)1377 1216 y Fa(0)1403 1231 y
+Fk(ply)j(searc)o(h)j(for)d(a)h(giv)o(en)g(piece)h(of)0
+1280 y(w)o(ork.)i(In)13 b(games)f(suc)o(h)i(as)f(c)o(hess,)i(there)f
+(are)g(no)f(completely)f(reliable)h(indicators)g(of)g(the)h
+(\\e\013ort")f(required)i(for)d(a)h(giv)o(en)0 1330 y(searc)o(h.)19
+b(Th)o(us,)14 b(load)f(im)o(balances)f(can)i(o)q(ccur)h(based)g(on)e
+(the)i(allo)q(cation)d(of)h(w)o(ork)h(to)g(sla)o(v)o(es.)62
+1380 y(The)j(master)g(kno)o(ws)f(all)g(of)g(the)i(information)13
+b(ab)q(out)k(ho)o(w)g(man)o(y)d(uncertain)k(no)q(des)g(it)e(is)h(w)o
+(aiting)e(for)h(from)f(eac)o(h)0 1430 y(sla)o(v)o(e.)24
+b(Th)o(us,)16 b(the)g(master)g(has)g(information)d(on)i(when)i(to)e(mo)
+o(v)o(e)g(lea)o(v)o(es)h(from)e(the)i Fj(d)1405 1415
+y Fa(0)1432 1430 y Fk(ply)g(tree)h(from)d(an)i Fi(overworke)n(d)0
+1480 y(slave)f Fk(\(a)g(sla)o(v)o(e)g(with)g(a)g(large)h(n)o(um)o(b)q
+(er)e(of)h(uncertain)h(no)q(des\))g(to)f(an)g Fi(underworke)n(d)i
+(slave)e Fk(\(a)g(sla)o(v)o(e)g(with)g(no)g(uncertain)0
+1529 y(no)q(des\).)24 b(This)15 b(yields)g(a)g(tradeo\013)h(b)q(et)o(w)
+o(een)h(faster)f(con)o(v)o(ergence)h(for)e(a)h(giv)o(en)f(ply)f(searc)o
+(h)j(of)e(the)h(tree)h(and)e(additional)0 1579 y(searc)o(h)g(o)o(v)o
+(erhead.)0 1695 y Fv(3.5)56 b(Implem)o(en)n(tation)0
+1772 y Fk(The)17 b(APHID)f(algorithm)e(has)j(b)q(een)g(written)g(as)g
+(an)f(application-indep)q(enden)o(t)g(library)g(of)f(C)i(routines.)26
+b(The)17 b(library)0 1822 y(w)o(as)12 b(written)g(to)f(pro)o(vide)h
+(minim)o(al)c(in)o(terv)o(en)o(tion)j(in)o(to)g(a)h(w)o(orking)e(v)o
+(ersion)i(of)f(sequen)o(tial)h Fj(\013\014)i Fk(\(or)e(its)f(common)e
+(v)n(arian)o(ts:)0 1872 y(NegaScout[20,)k(23)o(])g(and)g(Principal)g(V)
+m(ariation)f(Searc)o(h)i(\(PVS\))g([17)o(]\).)k(Since)c(the)g(library)e
+(is)i(application-indep)q(enden)o(t,)0 1922 y(a)c(p)q(oten)o(tial)g
+(user)i(m)o(ust)e(write)g(a)h(few)f(application-dep)q(enden)o(t)h
+(routines)g(\(suc)o(h)h(as)f(mo)o(v)o(e)d(format,)h(ho)o(w)i(to)f(mak)o
+(e/unmak)o(e)0 1971 y(mo)o(v)o(es,)j(p)q(osition)i(format,)e(setting)i
+(a)g(windo)o(w)f(for)g(a)h(sla)o(v)o(e's)f(searc)o(h,)i
+Fi(etc)p Fk(.\).)21 b(APHID's)15 b(message)g(passing)g(w)o(as)f
+(written)0 2021 y(using)g(PVM)g([28)o(])f(to)h(allo)o(w)e(for)i(the)g
+(maxim)o(um)9 b(p)q(ortabilit)o(y)k(among)e(a)o(v)n(ailable)h(hardw)o
+(are.)62 2071 y(T)m(o)h(parallelize)f(a)i(sequen)o(tial)f
+Fj(\013\014)j Fk(program,)11 b(the)j(user)g(mo)q(di\014es)f(his)g(or)g
+(her)h(searc)o(h)h(routine)f(as)f(sho)o(wn)g(in)g(Figure)h(6.)0
+2121 y(The)h(APHID)f(c)o(hanges)h(are)f(mark)o(ed)f(b)o(y)h(shading,)f
+(and)h(easily)g(\014t)g(in)o(to)g(standard)g Fj(\013\014)j
+Fk(framew)o(orks.)g(This)d(one)h(piece)g(of)0 2171 y(co)q(de)g
+(functions)f(as)g(the)g(searc)o(h)h(algorithm)c(for)j(b)q(oth)g(the)g
+(master)g(and)g(the)g(sla)o(v)o(e)g(pro)q(cesses.)62
+2220 y(There)i(are)f(a)g(few)f(additional)f(calls)i(that)f(ha)o(v)o(e)h
+(to)f(b)q(e)i(added)f(to)f(the)i(iterativ)o(e)e(deep)q(ening)i(routine)
+f(that)g(calls)f Fj(\013\014)r Fk(,)0 2270 y(outlined)f(in)h(Figure)g
+(7.)62 2320 y(Initially)m(,)c(it)i(w)o(as)g(an)o(ticipated)g(that)h
+(all)e(users)j(w)o(ould)d(w)o(an)o(t)h(to)h(searc)o(h)g(in)f(parallel)f
+(from)g(the)i(ro)q(ot)f(of)g(the)h(game)e(tree.)0 2370
+y(Ho)o(w)o(ev)o(er,)i(there)i(are)e(some)f(programs)g(that)h(wish)g(to)
+g(handle)g(the)h(ro)q(ot)f(of)f(the)i(game)d(tree)k(in)d(a)h
+(di\013eren)o(t)h(w)o(a)o(y)e(than)h(the)0 2420 y(other)j(lea)o(v)o(es)
+f(of)f(the)i(searc)o(h)g(tree)g(\(b)o(y)f(adding)f(calls)h(to)g(the)g
+(time-con)o(trol)f(mec)o(hanism,)e(and)j(sp)q(ecial)g(handling)f(of)g
+(the)0 2470 y Fj(\013\014)19 b Fk(searc)o(h)f(windo)o(w\).)25
+b(APHID)17 b(has)g(b)q(een)h(generalized)f(to)g(in)o(tegrate)g(with)f
+(this)h(st)o(yle)g(of)f(searc)o(hing)h(the)g(game)e(tree;)0
+2519 y(Figure)e(8)f(illustrates)g(the)h(c)o(hanges)g(necessary)m(.)20
+b(The)12 b(only)g(signi\014can)o(t)g(c)o(hange)h(from)d(Figure)j(7)f
+(is)g(the)h(addition)f(of)g(a)g(call)0 2569 y(to)i Fb(aphid)p
+164 2569 14 2 v 14 w(intnode)p 332 2569 V 15 w(premove)p
+Fk(.)62 2619 y(There)h(are)g(t)o(w)o(o)e(calls)g(that)h(are)h(inserted)
+g(in)o(to)e(the)i(main)c(program,)h(whic)o(h)i(are)g(illustrated)g(in)f
+(Figure)h(9.)965 2790 y(9)p eop
+%%Page: 10 12
+10 11 bop 482 17 a
+ 15582380 33154007 1184071 3025960 24010342 51178209 startTexFig
+ 482 17 a
+%%BeginDocument: code4.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 6 6 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 0.99763 -0 -0 3.92857 18.0284 -414.643 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 0.99763 -0 -0 3.07143 18.0284 -128.357 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 477 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 -57 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 -27 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 177 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 219 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 81 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 957 ] concat
+%I
+[
+(int PVS\(p, alpha, beta, depth, plytogo\))
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 945 ] concat
+%I
+[
+(position p;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 933 ] concat
+%I
+[
+(int alpha, beta;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 921 ] concat
+%I
+[
+(int depth, plytogo;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 909 ] concat
+%I
+[
+({)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 873 ] concat
+%I
+[
+(int h_length;  /* ply position previously searched to */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 897 ] concat
+%I
+[
+(char *p_hash;  /* pointer to hash value        */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 885 ] concat
+%I
+[
+(char *p_key;   /* pointer to hash table "lock" */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 861 ] concat
+%I
+[
+(int h_score;   /* score for h_length ply              */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 849 ] concat
+%I
+[
+(int h_flag;    /* VALID, LBOUND or UBOUND             */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 837 ] concat
+%I
+[
+(move *h_move;  /* recommended move for h_length ply   */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 825 ] concat
+%I
+[
+(int width;     /* number of moves in move list */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 813 ] concat
+%I
+[
+(int i;         /* move counter                 */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 801 ] concat
+%I
+[
+(int value;     /* score of child PVS call      */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 783 ] concat
+%I
+[
+(/* Generate hash value and key for this position */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 771 ] concat
+%I
+[
+(generate_hash\(p, p_hash, p_key\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 759 ] concat
+%I
+[
+(/* Fetch information from local transposition table */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 747 ] concat
+%I
+[
+(retrieve\(p_hash, p_kley, h_length, h_score, h_flag, h_move\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 729 ] concat
+%I
+[
+(/* If we have searched position deep enough, use score info */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 705 ] concat
+%I
+[
+(if \(flag == VALID\)  { return\(h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 669 ] concat
+%I
+[
+(if \(alpha >= beta\) { return\(h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 657 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 639 ] concat
+%I
+[
+(/* Evaluate position if at bottom of the tree */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 591 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 573 ] concat
+%I
+[
+(/* Generate move list, evaluate position if no moves */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 549 ] concat
+%I
+[
+(if \(width == 0\) { return\(evaluate\(p\)\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 501 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 681 ] concat
+%I
+[
+(if \(flag == UBOUND\) { beta = min\(beta,h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 693 ] concat
+%I
+[
+(if \(flag == LBOUND\) { alpha = max\(alpha,h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 483 ] concat
+%I
+[
+(score = -INFINITY;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 471 ] concat
+%I
+[
+(lower = alpha;  upper = beta;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 441 ] concat
+%I
+[
+(/* Loop through moves in move list */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 429 ] concat
+%I
+[
+(for\(i=1; \(i <= width && score <= beta\); i++ \) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 405 ] concat
+%I
+[
+(make_move\(p, move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 387 ] concat
+%I
+[
+(value = -PVS\(p, -upper, -lower, depth+1, plytogo-1\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 375 ] concat
+%I
+[
+(if \(value > score && i > 1\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 120 363 ] concat
+%I
+[
+(value = -PVS\(p, -beta, -value, depth+1, plytogo-1\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 351 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 333 ] concat
+%I
+[
+(unmake_move\(p,move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 309 ] concat
+%I
+[
+(if \(value > score\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 120 297 ] concat
+%I
+[
+(score = value;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 120 285 ] concat
+%I
+[
+(move_opt = move[i];)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 273 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 255 ] concat
+%I
+[
+(/* Set bounds for next search */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 243 ] concat
+%I
+[
+(lower = max\(alpha, score\);  upper = lower+1;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 231 ] concat
+%I
+[
+(} /* for all moves */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 195 ] concat
+%I
+[
+(/* Write information into local trans. table */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 171 ] concat
+%I
+[
+(h_flag = VALID;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 561 ] concat
+%I
+[
+(width = generate\(p, h_move\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 159 ] concat
+%I
+[
+(if \(score <= alpha\) { h_flag = UBOUND; })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 147 ] concat
+%I
+[
+(if \(score >= beta\)  { h_flag = LBOUND; })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 135 ] concat
+%I
+[
+(if \(h_length <= plytogo\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 123 ] concat
+%I
+[
+(store\(p_hash, p_key, plytogo, score, h_flag, move_opt\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 111 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 99 ] concat
+%I
+[
+(return\(score\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 48 87 ] concat
+%I
+[
+(} /* function PVS */)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 2 -0 -0 2 -190 -34 ] concat
+%I
+107 47 323 503 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 627 ] concat
+%I
+[
+(if \(plytogo <= 0\) { return\(evaluate\(p\)\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 717 ] concat
+%I
+[
+(if \(aphid_master\(\) == FALSE && h_length == plytogo\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 615 ] concat
+%I
+[
+(if \(aphid_horizon\(depth\)\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 537 ] concat
+%I
+[
+(if \(aphid_checkalarm\(\) != FALSE\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 459 ] concat
+%I
+[
+(aphid_intnode_start\(depth, p_hash, p_key\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 417 ] concat
+%I
+[
+(aphid_intnode_move\(depth, &\(move[i]\)\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 321 ] concat
+%I
+[
+(aphid_intnode_update\(depth, value\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 213 ] concat
+%I
+[
+(if \(score >= beta\) { aphid_intnode_fixbound\(depth\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 183 ] concat
+%I
+[
+(aphid_intnode_end\(depth, &score\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 525 ] concat
+%I
+[
+(terminate_search = TRUE;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 603 ] concat
+%I
+[
+(return\(aphid_eval_leaf\(alpha,beta,depth,p_hash,p_key\)\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 513 ] concat
+%I
+[
+(return\(0\);  /* Should exit PVS quickly when alarm on */)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 395 2208 a Fk(Figure)14 b(6:)k(Ho)o(w)13 b(APHID)h(Mo)q(di\014es)g(a)g
+(T)o(ypical)f(PVS)h(Implemen)o(tation)459 2284 y
+ 16292818 4736286 1184071 44665815 23615651 51178209 startTexFig
+ 459
+2284 a
+%%BeginDocument: code5.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 8 8 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+155 342 563 354 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 951 ] concat
+%I
+[
+(for\(plytogo=1;\(plytogo <= MAXDEPTH && done == FALSE\); plytogo++\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 939 ] concat
+%I
+[
+(/* Set up search */)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.00951 -0 -0 1.12603 -126.417 566.628 ] concat
+%I
+149 252 569 360 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 963 ] concat
+%I
+[
+(aphid_initsearch\(MAXDEPTH\);)
+] Text
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 596 ] concat
+%I
+155 294 563 318 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 596 ] concat
+%I
+155 258 563 270 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 887 ] concat
+%I
+[
+(/* Print out results of search */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 875 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 911 ] concat
+%I
+[
+(/* Call to aphid_rootsearch replaces call to PVS */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 899 ] concat
+%I
+[
+(score = aphid_rootsearch\(0,plytogo,guess-eps,guess+eps\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 863 ] concat
+%I
+[
+(aphid_endsearch\(\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 61 925 ] concat
+%I
+[
+(/* Search at root around value \(guess\) with small error \(eps\) */)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 385 2675 a Fk(Figure)g(7:)k(Ho)o(w)c(APHID)g(Mo)q(di\014es)g(the)g
+(Iterativ)o(e)h(Deep)q(ening)f(Routine)954 2790 y(10)p
+eop
+%%Page: 11 13
+11 12 bop 465 197 a
+ 16117604 19418804 1184071 24405032 23549870 51178209 startTexFig
+ 465 197 a
+%%BeginDocument: code6.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 8 8 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 559 ] concat
+%I
+155 173 563 197 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 559 ] concat
+%I
+155 209 563 221 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 559 ] concat
+%I
+155 323 563 335 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+155 342 563 354 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 951 ] concat
+%I
+[
+(for\(plytogo=1;\(plytogo <= MAXDEPTH && done == FALSE\); plytogo++\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 903 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.00711 -0 -0 4.68604 -126.059 -714.975 ] concat
+%I
+149 252 569 360 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 915 ] concat
+%I
+[
+(/* Print out results of search */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 927 ] concat
+%I
+[
+(score = ROOT_PVS\(root_pos,guess-eps,guess+eps,0,plytogo\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 867 ] concat
+%I
+[
+(ROOT_PVS\(root_pos, alpha, beta, depth, plytogo\))
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 855 ] concat
+%I
+[
+(...)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 843 ] concat
+%I
+[
+({)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 831 ] concat
+%I
+[
+(...)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 819 ] concat
+%I
+[
+(/* Search PV Move */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 807 ] concat
+%I
+[
+(lower = alpha;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 789 ] concat
+%I
+[
+(search_best_move:)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 765 ] concat
+%I
+[
+(make_move\(p,bestmove\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 729 ] concat
+%I
+[
+(unmake_move\(p,bestmove\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 963 ] concat
+%I
+[
+(aphid_initsearch\(MAXDEPTH\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 891 ] concat
+%I
+[
+(aphid_endsearch\(\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 777 ] concat
+%I
+[
+(aphid_intnode_premove\(depth, &bestmove\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 753 ] concat
+%I
+[
+(/* aphid_rootsearch replaces typical call to PVS */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 939 ] concat
+%I
+[
+(/* Set up search with small window \(eps\) around guess */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 741 ] concat
+%I
+[
+(oldscore = -aphid_rootsearch\(depth+1,plytogo-1,-beta,-lower\);)
+] Text
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 437 ] concat
+%I
+155 159 563 183 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 437 ] concat
+%I
+155 207 563 219 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 641 ] concat
+%I
+[
+(make_move\(p,move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 629 ] concat
+%I
+[
+(/* Check if move beats PV move by more than delta */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 581 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 539 ] concat
+%I
+[
+(bestmove = move[i];)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 527 ] concat
+%I
+[
+(lower = newscore;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 503 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 491 ] concat
+%I
+[
+(...)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 479 ] concat
+%I
+[
+(} /* function ROOT_PVS */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 653 ] concat
+%I
+[
+(aphid_intnode_premove\(depth,&move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 593 ] concat
+%I
+[
+(unmake_move\(p,move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 210 605 ] concat
+%I
+[
+(-oldscore-delta-1, -oldscore-delta\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 617 ] concat
+%I
+[
+(newscore = -aphid_rootsearch\(depth+1, plytogo-1,)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 515 ] concat
+%I
+[
+(if \(newscore < beta\) { goto search_best_move; })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 551 ] concat
+%I
+[
+(/* set new best move and score and research \(if necc.\) */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 665 ] concat
+%I
+[
+(for\(i=2;\(i<=width && newscore <= oldscore+delta; i++\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 677 ] concat
+%I
+[
+(newscore = oldscore;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 563 ] concat
+%I
+[
+(if \(newscore > oldscore+delta\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 711 ] concat
+%I
+[
+(/* Search other moves at root, and only switch if move beats */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 59 698 ] concat
+%I
+[
+(/* PV score \(oldscore\) by a small margin \(delta\)             */)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 248 1518 a Fk(Figure)14 b(8:)j(Ho)o(w)d(APHID)g(Mo)q(di\014es)g(Sp)q
+(ecial)g(Handling)f(of)g(the)i(Ro)q(ot)e(of)g(the)i(Game)d(T)m(ree)489
+1954 y
+ 15345567 7104430 1447198 41639854 22102671 51178209 startTexFig
+ 489 1954 a
+%%BeginDocument: code7.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 8 8 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+161 216 539 228 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+161 276 539 288 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 963 ] concat
+%I
+[
+(int main\(argc, argv\))
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 951 ] concat
+%I
+[
+(int argc;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 939 ] concat
+%I
+[
+(char *argv[];)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 927 ] concat
+%I
+[
+({)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 915 ] concat
+%I
+[
+(/* Initialization required by any process in system */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 867 ] concat
+%I
+[
+(/* Initialization required only by the master process */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 825 ] concat
+%I
+[
+(exit\(0\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 813 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 855 ] concat
+%I
+[
+(/* Play game */)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.997449 -0 -0 0.962766 -124.605 625.404 ] concat
+%I
+155 174 545 360 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 885 ] concat
+%I
+[
+(/* Only the absolute master process gets here */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 897 ] concat
+%I
+[
+(aphid_startup\(argv\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 837 ] concat
+%I
+[
+(aphid_exit\(\);)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 510 2495 a Fk(Figure)i(9:)k(Ho)o(w)13 b(APHID)h(Mo)q(di\014es)h(the)f
+(Main)f(Program)954 2790 y(11)p eop
+%%Page: 12 14
+12 13 bop 62 42 a Fk(A)18 b(brief)g(explanation)f(of)g(the)i
+(parameters)f(and)g(function)f(of)h(eac)o(h)g(of)g(these)h
+Fb(aphid)p 1461 42 14 2 v 33 w Fk(routines)f(can)g(b)q(e)h(found)e(in)0
+91 y(App)q(endix)d(A.)62 141 y(Along)h(with)g(the)i(additional)c(calls)
+j(added)g(to)f(PVS,)h(the)g(iterativ)o(e)f(deep)q(ening)i(routine,)f
+(and)f(the)i(main)c(program,)0 191 y(roughly)d(100)f(lines)h(of)g
+(application-dep)q(enden)o(t)h(co)q(de)g(ha)o(v)o(e)f(to)g(b)q(e)h
+(de\014ned)h(for)e(the)h Fb(aphid)p 1432 191 V 14 w(stub)p
+1534 191 V 26 w Fk(routines.)17 b(The)11 b(APHID)0 241
+y(library)i(is)h(game-indep)q(enden)o(t,)g(but)g(it)g(needs)h(to)f(kno)
+o(w)g(some)f(game-dep)q(enden)o(t)h(prop)q(erties)i(suc)o(h)e(as)g
+(what)g(the)h(name)0 291 y(of)f(the)h(ev)n(aluation)e(function)h(is,)g
+(what)g(the)h(name)e(of)h(the)h(searc)o(h)g(routine)g(is,)f(ho)o(w)g
+(to)g(mak)o(e)f(and)h(unmak)o(e)f(mo)o(v)o(es,)f Fi(etc)p
+Fk(.)0 340 y(The)i Fb(aphid)p 198 340 V 15 w(stub)p 301
+340 V 29 w Fk(routines)g(are)g(also)g(brie\015y)g(describ)q(ed)i(in)d
+(App)q(endix)h(A.)0 478 y Fl(4)67 b(Exp)r(erimen)n(ts)0
+569 y Fk(The)20 b(APHID)g(game-indep)q(enden)o(t)f(library)g(has)h(b)q
+(een)g(inserted)h(in)o(to)e(three)i(di\013eren)o(t)g(programs)d(o)o(v)o
+(er)i(the)g(last)f(six)0 618 y(mon)o(ths.)e(F)m(or)c(this)h(initial)d
+(exp)q(erimen)o(t,)i(eac)o(h)i(of)e(the)h(programs)e(c)o(hosen)j(w)o
+(ere)f(written)h(at)e(the)h(Univ)o(ersit)o(y)g(of)f(Alb)q(erta,)0
+668 y(and)g(the)h(authors)g(of)f(the)h(program)e(w)o(ere)j(assisted)f
+(in)f(implemen)o(ting)d(the)15 b(APHID)e(library)g(in)o(to)g(their)h
+(programs.)j(The)0 718 y(\014rst)g(program)f(w)o(as)g
+Ff(Key)m(ano)p Fk(,)j(an)e(Othello)f(program)f(written)i(b)o(y)g(Mark)f
+(Bro)q(c)o(kington.)27 b(The)17 b(second)h(program)d(w)o(as)0
+768 y Ff(TheTurk)p Fk(,)i(a)e(c)o(hess)i(program)e(written)h(b)o(y)g
+(Yngvi)f(Bjornsson)h(and)g(Andreas)h(Junghanns.)24 b(The)17
+b(\014nal)e(program)f(w)o(as)0 818 y(the)k(curren)o(t)i(Man-Mac)o(hine)
+d(w)o(orld)h(c)o(hampion)d(c)o(hec)o(k)o(ers)20 b(program,)d
+Ff(Chinook)p Fk(,)i(written)g(b)o(y)e(a)h(team)f(that)g(includes)0
+867 y(Martin)d(Bry)o(an)o(t,)f(Rob)g(Lak)o(e,)h(P)o(aul)f(Lu,)g
+(Jonathan)h(Sc)o(hae\013er,)h(and)f(Norman)e(T)m(reloar)i([25)o(].)62
+917 y(P)o(arallel)h(tests)i(w)o(ere)g(run)f(on)f(up)h(to)g(16)f(w)o
+(orkstations)h(on)f(a)g(net)o(w)o(ork)h(of)g(SparcStation)f(IPC)h
+(computers)g(with)f(12)0 967 y(MB)h(of)f(RAM,)g(running)g(the)h(SunOS)g
+(4.1.4)e(op)q(erating)h(system.)23 b(The)16 b(SparcStations)g(are)g
+(link)o(ed)f(with)g(1)g(segmen)o(t)h(of)0 1017 y(10)e(base)g(2)g
+(\(thin)g(net\))h(Ethernet.)20 b(One)15 b(w)o(orkstation)e(in)h(eac)o
+(h)g(exp)q(erimen)o(t)g(w)o(as)g(completely)f(o)q(ccupied)i(b)o(y)f
+(the)g(master)0 1067 y(pro)q(cess,)h(while)f(the)g(other)h(w)o
+(orkstations)e(eac)o(h)i(ran)f(a)f(single)h(sla)o(v)o(e)f(pro)q(cess.)
+62 1117 y(More)18 b(sp)q(eci\014c)g(details)f(will)f(follo)o(w)f(in)h
+(the)i(subsequen)o(t)h(sections)f(ab)q(out)f(the)g(exp)q(erimen)o(ts)h
+(with)e(eac)o(h)i(program.)0 1166 y(Ho)o(w)o(ev)o(er,)j(w)o(e)f(m)o
+(ust)f(discuss)i(the)f(general)g(metho)q(dology)e(used)i(for)g(ev)n
+(aluating)e(the)j(p)q(erformance)e(of)g(the)i(APHID)0
+1216 y(algorithm.)62 1266 y(P)o(arallel)16 b(and)h(sequen)o(tial)g
+(algorithms)d(often)j(do)g(not)f(agree)i(with)e(eac)o(h)i(other)f(ab)q
+(out)g(minim)o(ax)d(v)n(alues)i(and)h(b)q(est)0 1316
+y(mo)o(v)o(es)10 b(when)h(the)g(full)f(v)o(ersion)h(of)f(the)h(program)
+e(is)i(used)h([15)o(].)k(F)m(or)11 b(example,)e(di\013eren)o(t)j(searc)
+o(h)g(windo)o(ws)e(cause)i(di\013eren)o(t)0 1366 y(searc)o(h)k
+(extensions)h(to)e(b)q(e)h(turned)g(on,)f(causing)g(di\013eren)o(t)h
+(alpha-b)q(eta)f(results.)24 b(Th)o(us,)15 b(all)f(searc)o(h)j
+(extensions,)f(searc)o(h)0 1415 y(reductions)h(and)f(n)o(ull)g(mo)o(v)o
+(e)e(searc)o(hing)j(w)o(ere)g(turned)g(o\013)f(for)g(the)h(purp)q(oses)
+h(of)d(this)h(exp)q(erimen)o(t.)25 b(Since)17 b(some)e(w)o(ork)0
+1465 y(could)g(b)q(e)g(ev)n(aluated)f(to)h Fj(d)9 b Fk(+)h(1-ply)k(b)q
+(efore)h(the)h Fj(d)p Fk(-ply)d(result)j(is)e(\014nished,)h(w)o(e)g
+(also)f(forced)i(the)f(transp)q(osition)g(table)f(to)0
+1515 y(rep)q(ort)g(only)f(transp)q(osition)g(table)g(scores)i(that)e
+(had)g(b)q(een)i(searc)o(hed)f(to)g(the)f(exact)h(depth)g(\(as)g(in)e
+(Figure)i(6\).)j(Although)0 1565 y(a)12 b(\014xed)h(depth)h(is)e
+(enforced)i(on)e(the)h(programs,)f(quiescence)i(searc)o(h)g(w)o(as)f
+(left)f(in)g Ff(TheTurk)h Fk(and)g Ff(Chinook)h Fk(to)e(prev)o(en)o(t)0
+1615 y(the)h(ev)n(aluations)e(from)g(b)q(eing)i(signi\014can)o(tly)e
+(unstable.)18 b(This)12 b(forced)h(the)g(parallel)f(and)g(sequen)o
+(tial)g(programs)f(to)i(return)0 1664 y(iden)o(tical)g(minima)o(x)e(v)n
+(alues,)i(allo)o(wing)f(for)h(a)h(fair)f(comparison.)62
+1714 y(A)k(suitable)f(b)q(enc)o(hmark)g(set)h(w)o(as)f(c)o(hosen)h(for)
+f(eac)o(h)h(program)e(\(see)i(appropriate)g(section\).)26
+b(Eac)o(h)16 b(game)f(also)h(has)0 1764 y(di\013eren)o(t)g(time)e
+(constrain)o(ts)i(in)f(t)o(ypical)f(p)q(ositions.)22
+b(F)m(or)15 b(example,)f(an)h(Othello)f(program)g(should)h(tak)o(e)g
+(an)g(a)o(v)o(erage)h(of)0 1814 y(90)f(seconds)j(to)e(mak)o(e)e(a)i(mo)
+o(v)o(e)e(for)i(a)f(midgam)o(e)f(searc)o(h,)j(and)f(a)f(c)o(hess)j
+(program)c(should)i(tak)o(e)g(ab)q(out)g(150)f(seconds)i(to)0
+1864 y(complete)c(a)h(searc)o(h.)19 b(The)14 b(searc)o(h)h(depth)g(w)o
+(as)f(c)o(hosen)g(so)g(that)g(the)h(a)o(v)o(erage)e(of)h(the)g
+(parallel)f(results)i(on)e(16)h(pro)q(cessors)0 1914
+y(did)f(not)h(exceed)i(this)e(time)e(constrain)o(t.)62
+1963 y(The)j Fi(sp)n(e)n(e)n(dup)f Fk(giv)o(en)g(in)g(this)g(section)h
+(compares)e(the)i(\014xed)f(depth)h(v)o(ersion)f(of)g(the)g(sequen)o
+(tial)h(program)d(v)o(ersus)j(the)0 2013 y(time)e(required)h(to)g
+(\014nd)g(the)h(result)f(in)g(parallel:)728 2124 y(sp)q(eedup)f(=)935
+2096 y(sequen)o(tial)d(time)p 935 2114 271 2 v 958 2152
+a(parallel)e(time)1210 2124 y Fj(:)0 2235 y Fk(It)17
+b(is)f(imp)q(ortan)o(t)f(to)h(note)h(that)f(neither)h(the)g(sequen)o
+(tial)g(nor)f(the)h(parallel)f(algorithm)d(b)q(eing)k(tested)h(is)e
+(the)h(one)g(that)0 2285 y(w)o(ould)11 b(b)q(e)i(used)g(under)f
+(tournamen)o(t)f(conditions,)h(b)q(ecause)i(the)e(searc)o(h)h
+(extension/reduction)g(algorithms)d(w)o(ere)j(turned)0
+2334 y(o\013.)k(F)m(or)9 b(the)i(purp)q(oses)h(of)d(the)i(exp)q(erimen)
+o(t,)f(the)h(parallel)e(and)h(sequen)o(tial)g(times)f(for)h(eac)o(h)h
+(searc)o(h)g(are)g(summed)d(together)0 2384 y(to)14 b(determine)g(the)g
+(aggregate)g(sp)q(eedup.)62 2434 y(The)f(aggregate)f(sp)q(eedups)i
+(will)d(b)q(e)i(illustrated)f(in)f(t)o(w)o(o)h(graphs.)18
+b(The)12 b(\014rst)h(graph)f(will)f(sho)o(w)h(the)h(breakdo)o(wn)f(of)f
+(the)0 2484 y(aggregate)i(sp)q(eedup)h(at)f(the)g(p)q(oin)o(t)f(where)i
+(the)f(depth)h Fj(d)e Fk(searc)o(h)i(has)e(b)q(een)i(completed.)j(The)c
+(second)h(graph)f(divides)f(the)0 2534 y(test)k(set)g(in)o(to)f(three)h
+(or)f(four)g(disjoin)o(t)f(subsets)j(\(based)f(on)f(size)h(of)f(the)h
+(sequen)o(tial)f(searc)o(h\),)h(and)f(giv)o(es)g(the)h(aggregate)0
+2584 y(sp)q(eedup)g(for)d(eac)o(h)i(subset.)k(F)m(or)14
+b(ev)o(ery)g(program)f(tested,)i(b)q(oth)f(graphs)g(illustrate)g(that)g
+(larger)g(searc)o(hes)i(yield)d(greater)0 2633 y(parallelism)e(than)i
+(smaller)f(searc)o(hes.)20 b(The)14 b(second)h(graph)f(also)e
+(illustrates)i(some)f(of)g(the)h(v)n(ariance)f(to)h(b)q(e)g(found)f(in)
+g(the)0 2683 y(aggregate)h(sp)q(eedup.)954 2790 y(12)p
+eop
+%%Page: 13 15
+13 14 bop 62 42 a Fk(The)14 b(o)o(v)o(erheads)f(in)g(the)g(algorithm)d
+(will)i(b)q(e)h(illustrated)g(in)g(a)f(third)h(graph.)18
+b(The)13 b(third)g(graph)g(represen)o(ts)i(the)f(same)0
+91 y(scale)h(across)h(all)e(programs.)19 b(F)m(or)14
+b Ff(Key)m(ano)j Fk(and)e Ff(TheTurk)p Fk(,)g(a)g(fourth)f(graph)h(is)g
+(giv)o(en)f(to)g(illustrate)h(the)g(same)f(data)0 141
+y(on)g(a)f(magni\014ed)f(scale.)62 191 y(The)g Fi(total)g(overhe)n(ad)g
+Fk(represen)o(ts)i(the)d(additional)f(computing)f(time)h(required)i(b)o
+(y)f(the)h(parallel)e(algorithm)f(to)i(ac)o(hiev)o(e)0
+241 y(the)j(same)f(result:)480 343 y(total)c(o)o(v)o(erhead)j(=)796
+315 y(\(parallel)c(time)17 b Fh(\002)i Fk(n\))9 b Fh(\000)h
+Fk(sequen)o(tial)f(time)p 796 334 670 2 v 995 372 a(sequen)o(tial)g
+(time)0 452 y(where)14 b Fj(n)f Fk(is)f(the)i(n)o(um)o(b)q(er)e(of)g
+(pro)q(cessors.)20 b(The)13 b(total)f(o)o(v)o(erhead)h(can)g(also)g(b)q
+(e)g(computed)f(b)o(y)h(examining)d(the)k(o)o(v)o(erheads.)0
+502 y(The)19 b(three)i(main)16 b(o)o(v)o(erheads)k(are)f(using)g(a)f
+(pro)q(cessor)j(exclusiv)o(ely)e(as)g(a)g(master,)g(the)g(e\013ectiv)o
+(e)i(decrease)g(in)d(no)q(des)0 551 y(p)q(er)e(second)h(examined,)d
+(and)h(the)h(additional)e(n)o(um)o(b)q(er)g(of)h(no)q(des)h(searc)o
+(hed)h(b)o(y)e(the)h(parallel)f(algorithm.)k(There)e(is)e(no)0
+601 y(sync)o(hronization)c(o)o(v)o(erhead)h(in)f(the)h(APHID)g
+(algorithm,)c(since)13 b(the)f(algorithm)c(op)q(erates)13
+b(in)e(an)g(async)o(hronous)h(manner.)0 651 y(This)i(can)g(b)q(e)g
+(expressed)j(in)c(the)i(follo)o(wing)c(form)o(ula)850
+636 y Fe(6)880 651 y Fk(for)i(total)g(o)o(v)o(erhead:)302
+740 y(total)8 b(o)o(v)o(erhead)42 b(=)g(\(1)9 b(+)h(master)e(o)o(v)o
+(erhead)q(\))h Fh(\002)h Fk(\(1)f(+)g(parallelization)f(o)o(v)o
+(erhead\))681 802 y Fh(\002)i Fk(\(1)f(+)g(searc)o(h)i(o)o(v)o(erhead)e
+(+)h(sp)q(eculativ)o(e)g(searc)o(h)q(\))p Fj(:)62 891
+y Fk(The)17 b Fi(master)f(overhe)n(ad)h Fk(is)f(the)g(appro)o(ximate)e
+(p)q(enalt)o(y)i(incurred)h(b)o(y)f(ha)o(ving)f(a)h(single)g(pro)q
+(cessor)h(b)q(eing)f(allo)q(cated)0 941 y(completely)e(to)h(the)h
+(handling)e(of)h(the)h(master.)22 b(This)15 b(is)h(simply)d(1)p
+Fj(=)p Fk(\()p Fj(n)d Fh(\000)g Fk(1\),)15 b(the)h(b)q(ene\014t)h(of)e
+(adding)f(another)i(sla)o(v)o(e)f(to)0 991 y(the)f(other)h
+Fj(n)9 b Fh(\000)h Fk(1)j(sla)o(v)o(es.)62 1041 y(The)18
+b Fi(p)n(ar)n(al)r(lelization)e(overhe)n(ad)i Fk(is)f(the)g(p)q(enalt)o
+(y)g(incurred)h(b)o(y)f(the)g(APHID-library)g(on)f(the)i(sp)q(eed)g(of)
+f(the)g(sla)o(v)o(es.)0 1090 y(The)12 b(di\013erence)i(b)q(et)o(w)o
+(een)f(the)g(rate)f(at)g(whic)o(h)g(the)g(parallel)f(sla)o(v)o(es)h
+(explore)g(no)q(des)h(and)f(the)g(sequen)o(tial)g(program's)f(no)q(de)0
+1140 y(rate)17 b(is)f(assumed)g(to)g(b)q(e)h(the)g(parallelization)e(o)
+o(v)o(erhead.)25 b(This)17 b(parallelization)d(o)o(v)o(erhead)j(is)f
+(deriv)o(ed)h(partially)e(from)0 1190 y(the)h(o)o(v)o(erhead)f(of)f
+(using)h(PVM,)g(and)f(partially)g(from)f(the)i(w)o(ork-sc)o(heduling)g
+(algorithm)d(on)j(eac)o(h)h(sla)o(v)o(e.)k(In)15 b(e\013ect)i(this)0
+1240 y(includes)f(sync)o(hronization)g(o)o(v)o(erhead,)g(complexit)o(y)
+d(o)o(v)o(erhead)j(and)g(comm)o(unicatio)o(n)d(o)o(v)o(erhead,)j(as)g
+(used)g(in)g(previous)0 1290 y(parallel)d Fj(\013\014)j
+Fk(mo)q(dels)d([15)o(,)g(18,)g(24)o(].)62 1339 y(The)i
+Fi(se)n(ar)n(ch)g(overhe)n(ad)g Fk(represen)o(ts)i(the)f(additional)c
+(no)q(des)j(searc)o(hed)i(to)d(ac)o(hiev)o(e)h(the)g
+Fj(d)f Fk(ply)g(minim)o(ax)d(v)n(alue.)19 b(This)0 1389
+y(can)e(b)q(e)h(computed)e(b)o(y)h(dividing)e(the)j(no)q(des)f(searc)o
+(hed)i(to)e(generate)h Fj(d)e Fk(ply)h(searc)o(h)h(results)g(in)e(the)i
+(parallel)e(program)0 1439 y(b)o(y)g(the)h(no)q(des)g(searc)o(hed)h(b)o
+(y)e(the)h(sequen)o(tial)f(program.)24 b(Most)16 b(of)g(the)h(searc)o
+(h)g(o)o(v)o(erhead)g(is)f(incurred)h(b)o(y)f(attempting)0
+1489 y(to)f(do)g(searc)o(hes)j(b)q(efore)e(the)g(correct)h(searc)o(h)f
+(windo)o(w)f(is)g(a)o(v)n(ailable.)20 b(Th)o(us,)15 b(the)h(sla)o(v)o
+(es)g(use)g Fj(\013\014)i Fk(searc)o(h)e(windo)o(ws)f(that)0
+1539 y(are)j(larger)g(than)g(those)h(in)e(the)i(sequen)o(tial)e
+(program.)29 b(Most)18 b(of)f(the)i(increase)g(in)e(searc)o(h)i(o)o(v)o
+(erhead)g(as)f(w)o(e)g(increase)0 1589 y(the)c(n)o(um)o(b)q(er)f(of)f
+(pro)q(cessors)k(can)d(b)q(e)h(attributed)g(to)f(information)e
+(de\014ciency)m(,)j(since)g(there)g(is)f(no)h(common)c(shared)k(data)0
+1638 y(b)q(et)o(w)o(een)h(the)g(pro)q(cesses)h(\(suc)o(h)f(as)f(a)g
+(shared)g(transp)q(osition)g(table\).)62 1688 y(Since)e(w)o(e)g(only)f
+(searc)o(h)h(eac)o(h)g(p)q(osition)f(to)h Fj(d)f Fk(ply)m(,)f(the)i
+(async)o(hronous)g(nature)h(of)e(the)h(sla)o(v)o(es)f(will)f(result)j
+(in)e(some)f(w)o(ork)0 1738 y(b)q(eing)j(done)f(at)h
+Fj(d)7 b Fk(+)g(1)k(ply)h(\(or)h(more\).)j(The)d Fi(sp)n(e)n(culative)h
+(se)n(ar)n(ch)e Fk(represen)o(ts)k(the)d(amoun)o(t)d(of)i(additional)f
+(searc)o(h)j(b)q(ey)o(ond)0 1788 y(what)k(the)g(sequen)o(tial)g
+(algorithm)d(w)o(ould)i(ha)o(v)o(e)h(done.)30 b(The)18
+b(sp)q(eculativ)o(e)h(searc)o(h)g(can)f(b)q(e)g(computed)g(b)o(y)f
+(taking)g(the)0 1838 y(n)o(um)o(b)q(er)d(of)g(sp)q(eculativ)o(e)h(no)q
+(des)g(searc)o(hed)i(and)d(dividing)f(that)i(b)o(y)f(the)h(n)o(um)o(b)q
+(er)f(of)g(no)q(des)h(searc)o(hed)i(in)d(the)h(sequen)o(tial)0
+1887 y(case.)k(In)12 b(our)h(exp)q(erimen)o(ts,)g(the)g(sp)q(eculativ)o
+(e)g(searc)o(h)h(results)g(w)o(ere)g(not)e(used)i(so)f(that)f(the)i
+(parallel)d(program)g(pro)q(duces)0 1937 y(the)17 b(iden)o(tical)e
+(results)i(as)f(the)g(sequen)o(tial)g(v)o(ersion,)h(v)o(erifying)d
+(APHID's)i(correctness.)27 b(In)16 b(a)g(real)g(tournamen)o(t)f(game,)0
+1987 y(this)f(sp)q(eculativ)o(e)g(searc)o(h)h(could)f(b)q(e)g(used)h
+(to)f(lo)q(ok)f(an)g(extra)i(mo)o(v)o(e)d(ahead)i(on)f(some)g(k)o(ey)h
+(v)n(ariations,)e(since)j(it)e(is)h(highly)0 2037 y(lik)o(ely)f(that)h
+(the)h(mo)o(v)o(es)e(extended)j(a)e(ply)f(ahead)i(w)o(ould)e(b)q(e)i
+(in)f(the)g(left-most)f(branc)o(hes)j(of)d(the)i(tree.)20
+b(Note)15 b(that)f(other)0 2087 y(algorithms,)f(suc)o(h)k(as)f(Y)m
+(oung)f(Brothers)i(W)m(ait,)d(ha)o(v)o(e)i(pro)q(cessors)i(go)d(idle)g
+(when)i(there)g(is)e(no)h(w)o(ork)f(left)h(to)f(do)h(on)f(the)0
+2136 y(curren)o(t)g(iteration.)0 2252 y Fv(4.1)56 b(Key)n(ano)18
+b(\(F)-5 b(ebruary)19 b(1996\))0 2329 y Fk(The)13 b(\014rst)g(program)e
+(that)i(the)g(APHID)f(library)g(w)o(as)g(implemen)o(ted)e(in)i(w)o(as)h
+Ff(Key)m(ano)p Fk(,)h(an)e(Othello)h(program)d(whic)o(h)j(has)0
+2379 y(comp)q(eted)h(in)f(in)o(ternational)g(Othello)h(tournamen)o(ts)f
+(for)h(the)g(last)g(three)h(y)o(ears.)62 2429 y(APHID)k(did)e(not)h(ha)
+o(v)o(e)g(load)f(balancing)g(at)h(the)h(time)e(the)h(algorithm)e(w)o
+(as)i(originally)e(b)q(enc)o(hmark)o(ed;)j(the)g(load)0
+2478 y(balancing)13 b(w)o(as)h(in)o(tro)q(duced)h(to)e(the)i(ev)o
+(olving)e(APHID)h(library)f(in)h(Marc)o(h.)k(T)m(o)13
+b(b)q(e)i(consisten)o(t)g(with)f(results)h(presen)o(ted)0
+2528 y(elsewhere)h([3)o(],)d(the)i(F)m(ebruary)f(1996)f(results)i(are)f
+(giv)o(en)f(here.)62 2578 y(T)m(o)g(test)h(the)g(algorithm,)c(Key)o
+(ano)j(w)o(as)h(programmed)c(to)k(searc)o(h)g(with)f(its)g(midgam)o(e)e
+(searc)o(h)k(algorithm)10 b(to)j(a)g(depth)0 2628 y(of)g
+Fj(d)e Fk(=)h(12)i(ply)m(,)e(with)i(the)g(master)f(con)o(trolling)g
+(the)h(top)g Fj(d)934 2613 y Fa(0)957 2628 y Fk(=)e(4)h(ply)h(of)f(the)
+i(tree.)p 0 2661 780 2 v 46 2688 a Fd(6)64 2700 y Fg(This)c(form)o(ula)
+e(is)j(not)f(the)f(same)h(as)g(the)g(form)o(ula)e(presen)o(ted)g(in)j
+(earlier)d(v)o(ersions)h(of)h(this)g(pap)q(er.)954 2790
+y Fk(13)p eop
+%%Page: 14 16
+14 15 bop 38 0 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 38 0 a
+%%BeginDocument: graph2.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 813 M
+63 0 V
+6066 0 R
+-63 0 V
+756 813 M
+(1) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 1736 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 3584 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4507 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(9) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+840 351 M
+2066 2198 L
+3292 4045 L
+613 924 V
+LT1
+6486 4626 M
+(d=7) Rshow
+6570 4626 M
+252 0 V
+2066 610 M
+1226 55 V
+5743 605 L
+6654 4626 D
+2066 610 D
+3292 665 D
+5743 605 D
+LT2
+6486 4486 M
+(d=8) Rshow
+6570 4486 M
+252 0 V
+2066 785 M
+3292 993 L
+5743 868 L
+6654 4486 A
+2066 785 A
+3292 993 A
+5743 868 A
+LT3
+6486 4346 M
+(d=9) Rshow
+6570 4346 M
+252 0 V
+2066 1048 M
+1226 554 V
+2451 0 V
+6654 4346 B
+2066 1048 B
+3292 1602 B
+5743 1602 B
+LT4
+6486 4206 M
+(d=10) Rshow
+6570 4206 M
+252 0 V
+2066 1159 M
+1226 804 V
+2451 600 V
+6654 4206 C
+2066 1159 C
+3292 1963 C
+5743 2563 C
+LT5
+6486 4066 M
+(d=11) Rshow
+6570 4066 M
+252 0 V
+2066 1298 M
+1226 909 V
+5743 3681 L
+6654 4066 T
+2066 1298 T
+3292 2207 T
+5743 3681 T
+LT6
+6486 3926 M
+(d=12) Rshow
+6570 3926 M
+252 0 V
+2066 1307 M
+3292 2420 L
+5743 4235 L
+6654 3926 S
+2066 1307 S
+3292 2420 S
+5743 4235 S
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 975 0 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 975 0 a
+%%BeginDocument: graph3.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 813 M
+63 0 V
+6066 0 R
+-63 0 V
+756 813 M
+(1) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 1736 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 3584 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4507 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(9) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+840 351 M
+2066 2198 L
+3292 4045 L
+613 924 V
+LT1
+6486 4626 M
+(Quartile 1) Rshow
+6570 4626 M
+252 0 V
+2066 1159 M
+1226 818 V
+2451 748 V
+6654 4626 D
+2066 1159 D
+3292 1977 D
+5743 2725 D
+LT2
+6486 4486 M
+(Quartile 2) Rshow
+6570 4486 M
+252 0 V
+2066 1270 M
+3292 2332 L
+5743 3953 L
+6654 4486 A
+2066 1270 A
+3292 2332 A
+5743 3953 A
+LT3
+6486 4346 M
+(Quartile 3) Rshow
+6570 4346 M
+252 0 V
+2066 1284 M
+3292 2420 L
+5743 4110 L
+6654 4346 B
+2066 1284 B
+3292 2420 B
+5743 4110 B
+LT4
+6486 4206 M
+(Quartile 4) Rshow
+6570 4206 M
+252 0 V
+2066 1312 M
+3292 2415 L
+5743 4475 L
+6654 4206 C
+2066 1312 C
+3292 2415 C
+5743 4475 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 277 751 a Fk(Figure)14 b(10:)j Ff(Key)m(ano)f Fk(-)e(Sp)q(eedups)i(b)o
+(y)d(Depth)i(of)e(Searc)o(h)i(and)e(Sequen)o(tial)h(T)m(ree)g(Size)38
+809 y
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 38 809 a
+%%BeginDocument: graph1.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 928 M
+63 0 V
+6066 0 R
+-63 0 V
+756 928 M
+(50) Rshow
+840 1506 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 2083 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(150) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(200) Rshow
+840 3237 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(250) Rshow
+840 3815 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(300) Rshow
+840 4392 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(350) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(400) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 597 M
+1226 28 V
+2451 32 V
+6654 4766 D
+2066 597 D
+3292 625 D
+5743 657 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 413 M
+1226 75 V
+5743 658 L
+6654 4626 A
+2066 413 A
+3292 488 A
+5743 658 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 516 M
+1226 12 V
+2451 13 V
+6654 4486 B
+2066 516 B
+3292 528 B
+5743 541 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 735 M
+3292 515 L
+5743 428 L
+6654 4346 C
+2066 735 C
+3292 515 C
+5743 428 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 1427 M
+3292 1258 L
+2451 134 V
+6654 4206 T
+2066 1427 T
+3292 1258 T
+5743 1392 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 975 809 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 975 809 a
+%%BeginDocument: graph1c.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 1121 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(20) Rshow
+840 1890 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(40) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(60) Rshow
+840 3430 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(80) Rshow
+840 4199 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(120) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 1171 M
+1226 92 V
+2451 108 V
+6654 4766 D
+2066 1171 D
+3292 1263 D
+5743 1371 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 559 M
+3292 809 L
+2451 566 V
+6654 4626 A
+2066 559 A
+3292 809 A
+5743 1375 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 901 M
+1226 39 V
+2451 46 V
+6654 4486 B
+2066 901 B
+3292 940 B
+5743 986 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 1632 M
+3292 897 L
+5743 609 L
+6654 4346 C
+2066 1632 C
+3292 897 C
+5743 609 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 3938 M
+3292 3376 L
+2451 446 V
+6654 4206 T
+2066 3938 T
+3292 3376 T
+5743 3822 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 365 1561 a Fk(Figure)g(11:)j Ff(Key)m(ano)f Fk(-)e(Ov)o(erheads)h(and)
+f(Magni\014ed)g(View)f(of)h(Ov)o(erheads)62 1693 y(The)k(74)f(p)q
+(ositions)g(examined)f(w)o(ere)j(the)f(p)q(ositions)f(from)e(mo)o(v)o
+(e)h(2)h(to)g(mo)o(v)o(e)f(38)h(in)g(the)h(t)o(w)o(o)f(games)f(of)h
+(the)h(1994)0 1743 y(W)m(orld)13 b(Championship)e(\014nal)j(b)q(et)o(w)
+o(een)h(Da)o(vid)d(Shaman)h(and)g(Emman)o(uel)e(Caspard)1384
+1728 y Fe(7)1403 1743 y Fk(.)62 1793 y(In)j(Figure)g(10,)f(w)o(e)i(see)
+g(the)g(graph)e(on)h(the)h(left)f(con)o(tains)f(the)i(sp)q(eedups)h
+(brok)o(en)e(do)o(wn)g(b)o(y)g(ply)m(.)j(The)e(graph)f(on)f(the)0
+1843 y(righ)o(t)h(con)o(tains)h(the)h(12)e(ply)g(results)i(brok)o(en)g
+(do)o(wn)e(in)o(to)g(four)h(quartiles.)21 b(The)15 b(\014rst)h
+(quartile)e(represen)o(ts)k(the)d(smallest)0 1892 y(sequen)o(tial)f
+(searc)o(hes,)h(while)f(the)g(fourth)g(quartile)f(represen)o(ts)k(the)e
+(largest)f(sequen)o(tial)g(searc)o(hes.)62 1942 y(In)h(Figure)g(11,)f
+(w)o(e)h(see)h(the)f(relativ)o(e)g(size)g(of)g(eac)o(h)g(of)f(the)h(o)o
+(v)o(erheads)h(describ)q(ed)g(earlier.)21 b(The)16 b(results)g(for)e
+(Key)o(ano)0 1992 y(are,)g(in)f(man)o(y)f(w)o(a)o(ys,)h(the)i(most)e
+(encouraging)g(of)h(the)g(three)h(programs)e(tested.)62
+2042 y(There)19 b(is)e(a)g(lo)o(w)f(searc)o(h)i(o)o(v)o(erhead)g(whic)o
+(h)f(increases)i(sligh)o(tly)d(as)h(w)o(e)g(go)g(from)e(4)i(to)g(16)g
+(pro)q(cessors.)30 b(The)18 b(paral-)0 2092 y(lelization)e(o)o(v)o
+(erhead)h(is)g(not)g(large.)27 b(Key)o(ano)17 b(w)o(en)o(t)h(from)d(in)
+o(v)o(estigating)h(8700)g(no)q(des)i(p)q(er)f(second)i(in)d(the)i
+(sequen)o(tial)0 2141 y(program)11 b(to)h(in)o(v)o(estigating)f(b)q(et)
+o(w)o(een)j(7400)e(to)g(7600)f(no)q(des)j(p)q(er)f(second)g(in)f(the)h
+(APHID)g(v)o(ersion)g(of)f(the)h(program.)j(The)0 2191
+y(only)f(o)o(v)o(erhead)h(that)f(increases)i(rapidly)e(is)h(the)g(sp)q
+(eculativ)o(e)g(searc)o(h)h(o)o(v)o(erhead,)e(but)h(this)g(is)f(not)h
+(a)f(concern)i(during)e(a)0 2241 y(tournamen)o(t)e(game)f(\(as)i
+(previously)g(stated\).)62 2291 y(W)m(eill)g(tested)k(YBW)e(and)f(ABD)o
+(AD)o(A)h(on)f(a)h(CM-5)f(using)h(a)f(di\013eren)o(t)i(Othello)f
+(program)e([29)o(].)23 b(YBW)16 b(ac)o(hiev)o(ed)g(a)0
+2341 y(9.5-fold)c(sp)q(eedup)17 b(and)d(ABD)o(AD)o(A)h(ac)o(hiev)o(ed)f
+(a)h(11-fold)e(sp)q(eedup)j(on)e(16)g(pro)q(cessors.)23
+b(Although)14 b(the)h(APHID)g(results)0 2391 y(are)d(not)f(as)h(go)q(o)
+q(d,)f(they)h(w)o(ere)h(ac)o(hiev)o(ed)f(without)f(a)g(shared)i(transp)
+q(osition)e(table.)17 b(Both)12 b(ABD)o(AD)o(A)f(and)h(YBW)g(will)e
+(get)0 2440 y(p)q(o)q(or)16 b(p)q(erformance)f(on)h(a)f(net)o(w)o(ork)h
+(of)f(w)o(orkstations,)g(since)i(the)f(shared)g(transp)q(osition)g
+(table)f(is)h(critical)f(to)h(e\013ectiv)o(e)0 2490 y(mo)o(v)o
+(e-ordering)c(and)i(limiting)c(the)15 b(searc)o(h)g(o)o(v)o(erhead.)p
+0 2525 780 2 v 46 2552 a Fd(7)64 2563 y Fg(Bey)o(ond)d(mo)o(v)o(e)h
+(38,)h(Key)o(ano)f(w)o(ould)h(attempt)e(endgame)g(searc)o(hes)g(b)q
+(efore)h(completing)e(a)j(12-ply)e(sequen)o(tial)g(searc)o(h.)22
+b(Mo)o(v)o(e)14 b(1)g(in)g(an)0 2603 y(Othello)c(game)h(is)g
+(completely)d(symmetric,)h(and)i(Key)o(ano)f(do)q(es)h(not)f(searc)o(h)
+g(for)h(the)g(\014rst)g(mo)o(v)o(e)f(in)h(the)g(game.)954
+2790 y Fk(14)p eop
+%%Page: 15 17
+15 16 bop 38 0 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 38 0 a
+%%BeginDocument: graph5.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 813 M
+63 0 V
+6066 0 R
+-63 0 V
+756 813 M
+(1) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 1736 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 3584 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4507 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(9) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+840 351 M
+2066 2198 L
+3292 4045 L
+613 924 V
+LT1
+6486 4626 M
+(d=5) Rshow
+6570 4626 M
+252 0 V
+2066 702 M
+3292 854 L
+1225 33 V
+1226 60 V
+6654 4626 D
+2066 702 D
+3292 854 D
+4517 887 D
+5743 947 D
+LT2
+6486 4486 M
+(d=6) Rshow
+6570 4486 M
+252 0 V
+2066 924 M
+1226 374 V
+1225 212 V
+1226 240 V
+6654 4486 A
+2066 924 A
+3292 1298 A
+4517 1510 A
+5743 1750 A
+LT3
+6486 4346 M
+(d=7) Rshow
+6570 4346 M
+252 0 V
+2066 914 M
+1226 531 V
+1225 393 V
+1226 439 V
+6654 4346 B
+2066 914 B
+3292 1445 B
+4517 1838 B
+5743 2277 B
+LT4
+6486 4206 M
+(d=8) Rshow
+6570 4206 M
+252 0 V
+2066 1011 M
+1226 804 V
+1225 702 V
+1226 614 V
+6654 4206 C
+2066 1011 C
+3292 1815 C
+4517 2517 C
+5743 3131 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 975 0 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 975 0 a
+%%BeginDocument: graph6.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 813 M
+63 0 V
+6066 0 R
+-63 0 V
+756 813 M
+(1) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 1736 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 3584 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4507 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(9) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+840 351 M
+2066 2198 L
+3292 4045 L
+613 924 V
+LT1
+6486 4626 M
+(Small) Rshow
+6570 4626 M
+252 0 V
+2066 979 M
+1226 637 V
+1225 559 V
+1226 513 V
+6654 4626 D
+2066 979 D
+3292 1616 D
+4517 2175 D
+5743 2688 D
+LT2
+6486 4486 M
+(Medium) Rshow
+6570 4486 M
+252 0 V
+2066 951 M
+1226 836 V
+1225 545 V
+1226 647 V
+6654 4486 A
+2066 951 A
+3292 1787 A
+4517 2332 A
+5743 2979 A
+LT3
+6486 4346 M
+(Large) Rshow
+6570 4346 M
+252 0 V
+2066 1058 M
+1226 803 V
+1225 827 V
+1226 605 V
+6654 4346 B
+2066 1058 B
+3292 1861 B
+4517 2688 B
+5743 3293 B
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 261 751 a Fk(Figure)14 b(12:)j Ff(TheTurk)e Fk(-)e(Sp)q(eedups)j(b)o
+(y)e(Depth)g(of)f(Searc)o(h)i(and)f(Sequen)o(tial)f(T)m(ree)i(Size)38
+809 y
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 38 809 a
+%%BeginDocument: graph4.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 928 M
+63 0 V
+6066 0 R
+-63 0 V
+756 928 M
+(50) Rshow
+840 1506 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 2083 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(150) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(200) Rshow
+840 3237 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(250) Rshow
+840 3815 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(300) Rshow
+840 4392 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(350) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(400) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 1367 M
+1226 91 V
+1225 72 V
+1226 69 V
+6654 4766 D
+2066 1367 D
+3292 1458 D
+4517 1530 D
+5743 1599 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 515 M
+1226 24 V
+1225 53 V
+1226 66 V
+6654 4626 A
+2066 515 A
+3292 539 A
+4517 592 A
+5743 658 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 387 M
+1226 9 V
+1225 15 V
+1226 10 V
+6654 4486 B
+2066 387 B
+3292 396 B
+4517 411 B
+5743 421 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 735 M
+3292 516 L
+4517 456 L
+5743 428 L
+6654 4346 C
+2066 735 C
+3292 516 C
+4517 456 C
+5743 428 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 2416 M
+3292 2107 L
+1225 45 V
+1226 113 V
+6654 4206 T
+2066 2416 T
+3292 2107 T
+4517 2152 T
+5743 2265 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 975 809 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 975 809 a
+%%BeginDocument: graph4c.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 771 M
+63 0 V
+6066 0 R
+-63 0 V
+756 771 M
+(20) Rshow
+840 1191 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(40) Rshow
+840 1610 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(60) Rshow
+840 2030 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(80) Rshow
+840 2450 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 2870 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(120) Rshow
+840 3290 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(140) Rshow
+840 3710 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(160) Rshow
+840 4129 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(180) Rshow
+840 4549 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(200) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(220) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 2198 M
+1226 166 V
+1225 130 V
+1226 126 V
+6654 4766 D
+2066 2198 D
+3292 2364 D
+4517 2494 D
+5743 2620 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 649 M
+1226 44 V
+1225 97 V
+5743 909 L
+6654 4626 A
+2066 649 A
+3292 693 A
+4517 790 A
+5743 909 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 416 M
+1226 17 V
+1225 27 V
+1226 19 V
+6654 4486 B
+2066 416 B
+3292 433 B
+4517 460 B
+5743 479 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 1050 M
+3292 651 L
+4517 542 L
+5743 492 L
+6654 4346 C
+2066 1050 C
+3292 651 C
+4517 542 C
+5743 492 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 4106 M
+3292 3544 L
+1225 82 V
+1226 205 V
+6654 4206 T
+2066 4106 T
+3292 3544 T
+4517 3626 T
+5743 3831 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 349 1561 a Fk(Figure)f(13:)j Ff(TheTurk)e Fk(-)e(Ov)o(erheads)j(and)d
+(Magni\014ed)h(View)g(of)f(Ov)o(erheads)0 1693 y Fv(4.2)56
+b(TheT)-5 b(urk)18 b(\(April)g(1996\))0 1770 y Fk(The)13
+b(exp)q(erimen)o(ts)g(with)g Ff(TheTurk)p Fk(,)g(the)g(c)o(hess)h
+(program)e(b)o(y)g(Andreas)i(Junghanns)f(and)g(Yngvi)f(Bjornsson,)h(w)o
+(ere)h(run)0 1820 y(so)q(on)i(after)f(the)i(load)d(balancing)h(w)o(as)g
+(inserted)i(in)o(to)e(the)h(APHID)g(library)m(.)22 b(Although)15
+b(it)g(w)o(as)h(unclear)g(whether)h(load)0 1869 y(balancing)10
+b(w)o(ould)g(b)q(e)i(necessary)h(with)e(the)g(APHID)g(library)g(when)g
+(testing)h(the)f(program)f(with)h Ff(Key)m(ano)p Fk(,)i(the)e(necessit)
+o(y)0 1919 y(for)j(load)e(balancing)h(in)h(other)g(games)f(suc)o(h)i
+(as)f(c)o(hess)h(w)o(as)f(clear)g(to)g(the)g(authors.)62
+1969 y(T)m(o)d(test)j(the)e(program,)e(the)j(24)f(Bratk)o(o-Kop)q(ec)h
+(p)q(ositions)e(w)o(ere)i(used.)18 b(Although)12 b(there)h(are)g(kno)o
+(wn)e(problems)g(with)0 2019 y(these)18 b(p)q(ositions,)e(using)h(this)
+f(test)i(set)g(allo)o(ws)d(for)h(comparison)f(with)i(other)g(w)o(ork.)
+26 b(Eac)o(h)16 b(p)q(osition)g(w)o(as)h(searc)o(hed)h(to)0
+2069 y(depth)e Fj(d)c Fk(=)i(8,)g(while)h(the)g(master)g(con)o(trolled)
+f(the)i(top)e Fj(d)928 2054 y Fa(0)953 2069 y Fk(=)f(3)i(ply)f(of)h
+(the)g(tree,)h(since)g Fj(d)1447 2054 y Fa(0)1471 2069
+y Fk(=)e(4)g(w)o(as)h(not)g(feasible)f(giv)o(en)0 2118
+y(the)i(amoun)o(t)f(of)g(memory)e(on)j(the)g(SparcStations.)25
+b(Figure)16 b(12)f(represen)o(ts)k(the)d(sp)q(eedups)i(generated)f(b)o
+(y)f Ff(TheTurk)p Fk(,)0 2168 y(while)d(Figure)h(13)g(giv)o(es)f(the)i
+(o)o(v)o(erheads)g(in)e(the)h(parallel)f(program.)62
+2218 y(Although)d(the)h(results)g(presen)o(ted)h(here)g(for)e(c)o(hess)
+h(are)g(promising,)d(w)o(e)j(b)q(eliev)o(e)f(that)h(b)q(etter)g
+(results)h(can)e(b)q(e)h(ac)o(hiev)o(ed.)0 2268 y(The)16
+b(main)e(di\013erence)j(b)q(et)o(w)o(een)g(the)f(results)h(for)e
+Ff(Key)m(ano)j Fk(and)e Ff(TheTurk)g Fk(rev)o(olv)o(e)f(around)h(the)g
+(size)h(of)e(the)h(searc)o(h)0 2318 y(o)o(v)o(erhead.)62
+2368 y(W)m(e)e(ha)o(v)o(e)h(come)e(up)i(with)f(three)i(p)q(ossible)f(h)
+o(yp)q(otheses)h(for)e(this)g(di\013erence.)22 b(The)15
+b(\014rst)g(is)g(that)f Ff(Key)m(ano)j Fk(do)q(es)e(not)0
+2417 y(use)g(quiescen)o(t)g(searc)o(h.)20 b(As)15 b(a)f(consequence,)i
+(the)f(sizes)g(of)e(the)i(v)n(arious)f(pieces)h(of)f(w)o(ork)f(are)i
+(more)e(predictable)i(in)f(size,)0 2467 y(and)h(Key)o(ano's)g(results)i
+(did)e(not)g(need)h(load)e(balancing.)21 b(Load)15 b(balancing)f
+(causes)j(searc)o(h)f(o)o(v)o(erhead)g(since)g(it)f(forces)h(a)0
+2517 y(new)11 b(pro)q(cessor)i(to)e(rep)q(eat)h(searc)o(hes)h(done)e(b)
+o(y)g(a)g(di\013eren)o(t)h(pro)q(cessor.)19 b(The)11
+b(load)f(balancing)g(is)h(partially)e(resp)q(onsible)j(for)0
+2567 y(the)h(di\013erence)g(in)f(searc)o(h)h(o)o(v)o(erhead.)18
+b(The)12 b(second)h(p)q(ossible)g(reason)f(is)g(that)g(the)h(searc)o(h)
+g(windo)o(ws)e(in)h(the)g(sla)o(v)o(es)g(can,)g(in)0
+2617 y(some)f(cases,)i(b)q(e)f(larger)f(than)h(the)g(minim)o(al)c
+(windo)o(w)j(used)h(in)f(the)h(sequen)o(tial)g(program.)k(Although)11
+b(this)g(larger)h(windo)o(w)0 2666 y(is)i(common)d(to)j(b)q(oth)h
+(parallel)e(implem)o(en)o(tations,)e(it)j(has)g(a)g(m)o(uc)o(h)f
+(larger)h(e\013ect)i(on)e(the)h(size)g(of)e(the)i(trees)h(searc)o(hed)f
+(in)954 2790 y(15)p eop
+%%Page: 16 18
+16 17 bop 38 0 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 38 0 a
+%%BeginDocument: graph8.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 813 M
+63 0 V
+6066 0 R
+-63 0 V
+756 813 M
+(1) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 1736 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 3584 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4507 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(9) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+840 351 M
+2066 2198 L
+3292 4045 L
+613 924 V
+LT1
+6486 4626 M
+(d=11) Rshow
+6570 4626 M
+252 0 V
+2066 577 M
+1226 28 V
+1225 -5 V
+1226 -4 V
+6654 4626 D
+2066 577 D
+3292 605 D
+4517 600 D
+5743 596 D
+LT2
+6486 4486 M
+(d=13) Rshow
+6570 4486 M
+252 0 V
+2066 739 M
+3292 854 L
+1225 10 V
+5743 850 L
+6654 4486 A
+2066 739 A
+3292 854 A
+4517 864 A
+5743 850 A
+LT3
+6486 4346 M
+(d=15) Rshow
+6570 4346 M
+252 0 V
+2066 905 M
+1226 291 V
+1225 92 V
+1226 107 V
+6654 4346 B
+2066 905 B
+3292 1196 B
+4517 1288 B
+5743 1395 B
+LT4
+6486 4206 M
+(d=17) Rshow
+6570 4206 M
+252 0 V
+2066 1034 M
+1226 453 V
+1225 277 V
+1226 328 V
+6654 4206 C
+2066 1034 C
+3292 1487 C
+4517 1764 C
+5743 2092 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 975 0 a
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 975 0 a
+%%BeginDocument: graph9.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 813 M
+63 0 V
+6066 0 R
+-63 0 V
+756 813 M
+(1) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 1736 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 3584 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4507 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(9) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+840 351 M
+2066 2198 L
+3292 4045 L
+613 924 V
+LT1
+6486 4626 M
+(Small) Rshow
+6570 4626 M
+252 0 V
+2066 434 M
+3292 559 L
+4517 790 L
+1226 392 V
+6654 4626 D
+2066 434 D
+3292 559 D
+4517 790 D
+5743 1182 D
+LT2
+6486 4486 M
+(Medium) Rshow
+6570 4486 M
+252 0 V
+2066 683 M
+3292 854 L
+1225 407 V
+1226 563 V
+6654 4486 A
+2066 683 A
+3292 854 A
+4517 1261 A
+5743 1824 A
+LT3
+6486 4346 M
+(Large) Rshow
+6570 4346 M
+252 0 V
+2066 605 M
+3292 965 L
+1225 665 V
+1226 730 V
+6654 4346 B
+2066 605 B
+3292 965 B
+4517 1630 B
+5743 2360 B
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 268 751 a Fk(Figure)14 b(14:)k Ff(Chinook)d Fk(-)f(Sp)q(eedups)h(b)o
+(y)f(Depth)g(of)f(Searc)o(h)i(and)f(Sequen)o(tial)g(T)m(ree)g(Size)506
+809 y
+ 14796136 10419816 3289088 3289088 50651955 36443095 startTexFig
+ 506 809 a
+%%BeginDocument: graph7.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 928 M
+63 0 V
+6066 0 R
+-63 0 V
+756 928 M
+(50) Rshow
+840 1506 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 2083 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(150) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(200) Rshow
+840 3237 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(250) Rshow
+840 3815 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(300) Rshow
+840 4392 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(350) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(400) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+392 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 -69 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 1260 M
+1226 407 V
+1225 366 V
+1226 29 V
+6654 4766 D
+2066 1260 D
+3292 1667 D
+4517 2033 D
+5743 2062 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 485 M
+3292 948 L
+1225 411 V
+1226 347 V
+6654 4626 A
+2066 485 A
+3292 948 A
+4517 1359 A
+5743 1706 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 425 M
+1226 8 V
+1225 9 V
+1226 9 V
+6654 4486 B
+2066 425 B
+3292 433 B
+4517 442 B
+5743 451 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 735 M
+3292 516 L
+4517 456 L
+5743 428 L
+6654 4346 C
+2066 735 C
+3292 516 C
+4517 456 C
+5743 428 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 2314 M
+1226 636 V
+1225 772 V
+1226 371 V
+6654 4206 T
+2066 2314 T
+3292 2950 T
+4517 3722 T
+5743 4093 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 671 1561 a Fk(Figure)g(15:)j Ff(Chinook)e Fk(-)f(Ov)o(erheads)0
+1693 y Ff(TheTurk)i Fk(than)f(in)g Ff(Key)m(ano)p Fk(.)25
+b(The)15 b(third)h(h)o(yp)q(othesis)g(is)f(that)g(the)h(game)e(of)h(c)o
+(hess)i(has)e(more)f(transp)q(ositions)i(than)0 1743
+y(the)f(game)e(of)g(Othello.)19 b(Th)o(us,)14 b(the)h(information)d
+(de\014ciency)j(caused)h(b)o(y)e(doing)f(the)i(searc)o(h)h(on)e(m)o
+(ultiple)e(pro)q(cessors)k(is)0 1793 y(greater)f(in)e(c)o(hess)j(than)e
+(in)f(Othello.)62 1843 y(Other)f(results)f(for)f(parallel)f(searc)o(h)j
+(algorithms)c(on)i(a)g(net)o(w)o(ork)h(of)e(w)o(orkstations)h(ha)o(v)o
+(e)h(b)q(een)g(presen)o(ted)i(for)d(the)g(game)0 1892
+y(of)k(c)o(hess)h([24].)j(A)d(distributed)g(transp)q(osition)f(table)g
+(w)o(as)g(used)h(to)g(impro)o(v)o(e)d(the)j(p)q(erformance)f(of)g(the)h
+Ff(P)l(araPhoenix)0 1942 y Fk(c)o(hess)c(searc)o(hes,)h(and)e(a)f(sp)q
+(eedup)j(of)d(7)g(w)o(as)h(ac)o(hiev)o(ed)g(on)f(16)h(pro)q(cessors.)19
+b(Although)9 b(these)i(results)g(are)f(marginally)c(b)q(etter)0
+1992 y(than)14 b(the)g(results)h(presen)o(ted)h(here,)e(the)h
+(scalabilit)o(y)d(of)h(the)h(algorithm)e(w)o(as)h(extrap)q(olated)h(to)
+g(a)f(sp)q(eedup)j(of)d(at)h(most)e(8)0 2042 y(on)g(32)f(pro)q
+(cessors.)20 b(Based)13 b(on)f(the)g(graphs)h(presen)o(ted)h(earlier)e
+(in)g(this)g(section,)h(w)o(e)f(b)q(eliev)o(e)g(the)h(APHID)f
+(algorithm)d(will)0 2092 y(outp)q(erform)16 b(on)g(a)g(larger)h(n)o(um)
+o(b)q(er)f(of)g(pro)q(cessors.)28 b(The)17 b(b)q(ene\014cial)g
+(e\013ects)i(of)d(the)h(distributed)h(transp)q(osition)e(table)0
+2141 y(are)i(deriv)o(ed)g(primarily)d(in)j(the)g(top)g(plies)f(of)g
+(the)i(searc)o(h)g(tree,)g(and)f(these)h(b)q(ene\014ts)g(are)f
+(duplicated)g(in)f(APHID)h(b)o(y)0 2191 y(main)o(taining)10
+b(the)15 b(top)f Fj(d)397 2176 y Fa(0)422 2191 y Fk(ply)f(exclusiv)o
+(ely)h(on)g(the)g(master)g(pro)q(cessor.)0 2307 y Fv(4.3)56
+b(Chino)r(ok)18 b(\(June)g(1996\))0 2384 y Fk(Due)10
+b(to)g(resource)i(limitations,)c(w)o(e)i(could)g(not)g(run)g(the)h(exp)
+q(erimen)o(ts)f(with)g Ff(Chinook)h Fk(un)o(til)e(late)h(June.)18
+b(The)10 b(b)q(enc)o(hmark)0 2434 y(p)q(ositions)g(used)h(are)f(a)g
+(series)h(of)f(p)q(ositions)f(whic)o(h)h Ff(Chinook)i
+Fk(has)e(misev)n(aluated)e(in)i(previous)g(tournamen)o(t)f(games.)16
+b(Eac)o(h)0 2484 y(of)d(these)j(p)q(ositions)d(w)o(as)h(searc)o(hed)i
+(to)d Fj(d)e Fk(=)h(17)i(ply)m(,)e(while)h(the)i(master)e(con)o
+(trolled)h(the)g(top)g Fj(d)1513 2469 y Fa(0)1536 2484
+y Fk(=)e(6)h(ply)h(of)f(the)i(tree.)62 2534 y(Figures)g(14)e(and)h(15)f
+(sho)o(w)h(the)g(sp)q(eedups)i(and)e(o)o(v)o(erheads)h(for)e
+(parallelism)e(in)j Ff(Chinook)p Fk(.)62 2583 y(This)f(o)o(v)o(erhead)h
+(mo)q(del)d(hea)o(vily)i(relies)g(on)g(the)h(fact)f(that)g(the)h(a)o(v)
+o(erage)f(no)q(de)h(cost)f(is)g(constan)o(t)h(o)o(v)o(er)f(the)h(en)o
+(tire)g(test)0 2633 y(set.)19 b(F)m(or)12 b Ff(Key)m(ano)j
+Fk(and)e Ff(TheTurk)p Fk(,)g(this)g(is)g(generally)f(true;)i(the)f(n)o
+(um)o(b)q(er)f(of)h(no)q(des)g(p)q(er)h(second)g(visited)f(v)n(aries)g
+(b)o(y)f(no)0 2683 y(more)g(than)h(5\045.)j(Ho)o(w)o(ev)o(er,)d(this)g
+(is)g(not)g(true)g(for)g Ff(Chinook)p Fk(.)19 b(The)13
+b(n)o(um)o(b)q(er)f(of)g(no)q(des)i(p)q(er)f(second)h(visited)f(v)n
+(aries)g(b)o(y)f(at)954 2790 y(16)p eop
+%%Page: 17 19
+17 18 bop 0 42 a Fk(least)13 b(30\045,)e(due)i(to)f(n)o(umerous)f
+(time-sa)o(ving)f(tric)o(ks)j(in)f(the)h(co)q(de.)18
+b(Th)o(us,)13 b(the)g(analysis)e(of)h(the)h(o)o(v)o(erheads)g(for)f
+Ff(Chinook)0 91 y Fk(is)i(not)g(as)g(reliable)f(as)h(it)f(is)h(for)g
+(the)g(other)h(programs)d(giv)o(en)i(in)f(this)h(tec)o(hnical)g(rep)q
+(ort.)62 141 y(In)i(an)o(y)f(case,)i(there)g(are)g(ob)o(vious)e
+(problems)f(with)i(the)g(parallelization)e(in)i Ff(Chinook)p
+Fk(.)25 b(Unlik)o(e)15 b(the)h(previous)g(t)o(w)o(o)0
+191 y(programs,)d(w)o(e)h(see)i(that)e(the)h(APHID)g(algorithm)c(in)j
+Ff(Chinook)i Fk(incurs)f(a)f(lot)g(of)f(additional)g(sp)q(eculativ)o(e)
+i(searc)o(h,)g(and)0 241 y(a)e(rapidly)g(increasing)h(searc)o(h)h(o)o
+(v)o(erhead.)k(The)14 b(n)o(um)o(b)q(er)f(of)g(pieces)i(of)e(w)o(ork)h
+(at)f(depth)i Fj(d)1429 226 y Fa(0)1452 241 y Fk(=)d(6)h(w)o(as)h
+(insu\016cien)o(t)g(to)f(k)o(eep)0 291 y(a)j(large)g(n)o(um)o(b)q(er)f
+(of)g(sla)o(v)o(es)h(busy)m(.)25 b(Ho)o(w)o(ev)o(er,)16
+b(when)h(testing)f Fj(d)1032 276 y Fa(0)1059 291 y Fk(=)f(8)h(ply)m(,)f
+(w)o(e)h(disco)o(v)o(ered)h(that)f(serious)h(in\015exibilities)0
+340 y(w)o(ere)h(encoun)o(tered,)i(prev)o(en)o(ting)e(us)f(from)f
+(running)h(a)g(full)f(test)i(set)h(without)e(remo)o(ving)e(the)j
+(transp)q(osition)f(table)g(in)0 390 y Ff(Chinook)p Fk(.)26
+b(As)16 b(w)o(ell,)g(the)g(impact)f(of)g(transp)q(ositions)i(in)e(the)i
+(game)e(of)g(c)o(hec)o(k)o(ers)j(is)e(m)o(uc)o(h)f(more)g(imp)q(ortan)o
+(t)f(than)i(in)0 440 y(either)e(c)o(hess)g(or)e(Othello.)18
+b(This)12 b(causes)i(the)g(searc)o(h)f(o)o(v)o(erhead)g(to)g(increase)h
+(at)e(a)h(m)o(uc)o(h)e(faster)j(rate)f(for)f Ff(Chinook)i
+Fk(than)0 490 y(either)h(of)e(the)h(previous)h(test)g(programs.)62
+540 y(Although)d(the)i(sp)q(eedups)h(are)e(v)o(ery)g(lo)o(w)f(in)g
+(magnitude,)f(parallelizing)g(a)h(high-p)q(erformance)g(c)o(hec)o(k)o
+(ers)j(programs)c(is)0 589 y(a)h(v)o(ery)i(di\016cult)e(task.)17
+b(P)o(aul)c(Lu)f(sp)q(en)o(t)i(o)o(v)o(er)f(a)f(y)o(ear)h(w)o(orking)f
+(on)g(the)i(tournamen)o(t)e(v)o(ersion)g(of)h(parallel)e
+Ff(Chinook)j Fk(and)0 639 y(ac)o(hiev)o(ed)g(sp)q(eedups)i(of)d(3.32)f
+(using)i(a)f(shared-memory)f(system)i(with)f(16)g(pro)q(cessors)j([16)o
+(].)i(The)c(v)o(ery)g(thin)f(game)f(trees)0 689 y(of)i(c)o(hec)o(k)o
+(ers)j(do)e(not)g(yield)f(easily)h(to)g(parallelism)d(based)k(on)f(the)
+g(critical)g(tree.)23 b(The)15 b(authors)g(b)q(eliev)o(e)h(that)f(when)
+g(the)0 739 y(APHID)f(library)f(is)h(mo)q(di\014ed)e(to)i(address)h
+(these)h(problems,)c(the)j(APHID)f(library)f(should)g(yield)h(a)f(b)q
+(etter)j(sp)q(eedup)f(for)0 789 y(Chino)q(ok.)0 926 y
+Fl(5)67 b(Conclusions)22 b(and)h(F)-6 b(uture)24 b(W)-6
+b(ork)0 1017 y Fk(The)14 b(APHID)f(algorithm)e(yields)i(go)q(o)q(d)g
+(sp)q(eedups)i(on)e(a)g(net)o(w)o(ork)g(of)g(w)o(orkstations)g(without)
+g(the)h(necessit)o(y)g(of)f(a)g(shared)0 1067 y(transp)q(osition)g
+(table.)18 b(Although)13 b(the)i(authors)f(are)g(pleased)g(with)f
+(these)i(preliminary)c(results,)k(a)e(lot)g(of)g(w)o(ork)g(is)h(left)f
+(to)0 1117 y(b)q(e)i(done.)62 1166 y(As)d(men)o(tioned)e(in)h(Section)h
+(4.3,)e(the)i(secondary)g(in)o(terface)g(and)f(underlying)g(co)q(de)h
+(within)e(the)i(APHID)f(library)g(m)o(ust)0 1216 y(b)q(e)k(\014xed)f
+(to)g(allo)o(w)e(for)h(greater)i(parallelism.)62 1266
+y(Our)e(curren)o(t)h(implemen)o(tation)9 b(of)j(APHID)g(uses)i(a)e
+(\014xed-depth)h(horizon)g(for)f(the)h(master's)e(tree.)19
+b(As)13 b(men)o(tioned)e(in)0 1316 y(our)i(discussion)h(of)f(load)f
+(balancing,)g(all)g(p)q(ositions)h(are)h(not)f(equal)g(in)g(the)h
+(amoun)o(t)e(of)h(searc)o(h)h(e\013ort)g(they)g(require)g(for)f(a)0
+1366 y(\014xed)h(depth)h(of)e(searc)o(h.)19 b(APHID)14
+b(will)f(b)q(e)h(generalized)h(to)f(supp)q(ort)g(a)g(more)f(dynamic)f
+(searc)o(h)j(horizon)f(in)f(the)i(master.)62 1415 y(Instead)f(of)e
+(basing)h(the)g(results)i(of)d(the)i(algorithm)c(on)j(the)g(sp)q
+(eedup,)i(w)o(e)e(are)g(also)g(in)o(terested)h(in)f(the)g(qualit)o(y)f
+(of)g(the)0 1465 y(results)g(returned)g(b)o(y)e(the)h(algorithm.)j
+(This)d(will)e(b)q(e)i(necessary)i(when)e(the)g(algorithm)d(is)i
+(tested)i(b)q(ey)o(ond)f(the)g(\014xed-depth)0 1515 y(limitations)f
+(giv)o(en)i(here.)18 b(The)13 b(b)q(ene\014ts)i(and)d(disadv)n(an)o
+(tages)g(of)g(these)i(alternativ)o(e)f(views)g(of)f(parallel)f(p)q
+(erformance)i(are)0 1565 y(curren)o(tly)i(b)q(eing)f(explored.)62
+1615 y(The)h(results)g(rep)q(orted)h(here)f(are)g(based)g(on)e(a)h
+(simple)f(master/sla)o(v)o(e)g(relationship.)18 b(As)d(the)g(n)o(um)o
+(b)q(er)e(of)h(pro)q(cessors)0 1664 y(increases,)f(the)f(master)f
+(increasingly)h(b)q(ecomes)f(a)h(b)q(ottlenec)o(k.)18
+b(APHID)11 b(has)h(b)q(een)h(generalized)f(to)f(w)o(ork)h(in)f(a)g
+(hierarc)o(hi-)0 1714 y(cal)j(pro)q(cess)j(tree,)e(although)f(this)h
+(asp)q(ect)h(of)e(the)h(algorithm)d(has)j(not)f(b)q(een)i(tested)g
+(here.)22 b(Mid-lev)o(el)13 b(pro)q(cesses)18 b(w)o(ould)0
+1764 y(b)q(eha)o(v)o(e)c(as)f(a)g(sla)o(v)o(e)g(to)o(w)o(ard)g(their)h
+(master,)e(and)i(as)f(a)g(master)g(to)o(w)o(ard)g(their)h(sla)o(v)o
+(es.)j(The)d(scalabilit)o(y)e(of)h(the)h(algorithm)0
+1814 y(has)g(y)o(et)h(to)f(b)q(e)h(demonstrated)f(on)g(arc)o
+(hitectures)i(of)e(more)f(than)h(16)g(pro)q(cessors,)i(due)f(to)f
+(resource)i(limitations)11 b(during)0 1864 y(the)j(academic)f(y)o(ear.)
+62 1914 y(P)o(erhaps)i(the)e(biggest)h(con)o(tribution)f(of)f(APHID)i
+(is)f(that)g(it)g(easily)g(\014ts)h(in)f(to)g(an)g(existing)g(sequen)o
+(tial)g Fj(\013\014)j Fk(program.)0 1963 y(Although)e(the)h(\014rst)h
+(stage)f(of)f(the)h(exp)q(erimen)o(t)f(uses)i(programs)d(written)j(at)e
+(the)h(Univ)o(ersit)o(y)g(of)f(Alb)q(erta,)g(the)i(authors)0
+2013 y(b)q(eliev)o(e)e(that)h(the)f(same)g(ease)h(of)e(in)o(tegration)h
+(will)e(b)q(e)j(demonstrated)f(in)g(the)h(second)g(stage)g(of)e(the)i
+(exp)q(erimen)o(t,)e(when)0 2063 y(the)h(APHID)h(library)e(is)g(giv)o
+(en)h(to)g(b)q(eta-testers)i(outside)e(of)f(the)i(Univ)o(ersit)o(y)f
+(of)f(Alb)q(erta.)0 2200 y Fl(6)67 b(Ac)n(kno)n(wledgemen)n(ts)0
+2291 y Fk(Man)o(y)10 b(p)q(eople)h(ha)o(v)o(e)f(con)o(tributed)h(to)f
+(the)h(success)i(of)d(this)h(pro)r(ject.)18 b(W)m(e)10
+b(w)o(ould)f(lik)o(e)h(to)g(thank)g(the)h(other)g(mem)o(b)q(ers)f(of)f
+(the)0 2341 y(Univ)o(ersit)o(y)k(of)f(Alb)q(erta)h(GAMES)g(group)f(for)
+h(n)o(umerous)f(discussions)h(and)g(impro)o(v)o(emen)o(ts)d(to)j(the)g
+(presen)o(tation)h(of)e(this)0 2391 y(pap)q(er)h(and)f(the)h(library:)k
+(Yngvi)12 b(Bjornsson,)h(Y)m(ao)q(qing)e(Gao,)g(Andreas)i(Junghanns,)g
+(T)m(on)o(y)e(Marsland)i(and)f(Ask)o(e)h(Plaat.)0 2441
+y(W)m(e)i(w)o(ould)f(also)g(lik)o(e)h(to)g(thank)g(P)o(aul)f(Lu)h(for)g
+(his)g(commen)o(ts)e(on)i(the)h(APHID)f(library)m(,)f(and)h(the)h
+(Computing)d(Science)0 2490 y(Instructional)20 b(Supp)q(ort)h(Group)f
+(at)h(the)g(Univ)o(ersit)o(y)f(of)g(Alb)q(erta)g(for)g(giving)f(us)i
+(the)g(computer)f(time)f(for)h(running)0 2540 y(the)f(exp)q(erimen)o
+(ts.)32 b(W)m(e)19 b(w)o(ould)e(also)h(lik)o(e)g(to)g(thank)h(the)g
+(anon)o(ymous)e(referees)j(that)f(ha)o(v)o(e)f(help)q(ed)i(us)f(impro)o
+(v)o(e)d(the)0 2590 y(presen)o(tation)f(of)e(p)q(ortions)h(of)f(this)h
+(do)q(cumen)o(t.)62 2640 y(This)g(w)o(ork)g(w)o(as)f(supp)q(orted)j(b)o
+(y)d(the)i(Natural)e(Sciences)j(and)e(Engineering)g(Researc)o(h)h
+(Council)e(of)g(Canada.)954 2790 y(17)p eop
+%%Page: 18 20
+18 19 bop 0 42 a Fl(References)21 124 y Fk([1])19 b(M.)f(G.)f(Bro)q(c)o
+(kington.)30 b(A)19 b(Taxonom)o(y)c(of)j(Parallel)f(Game-Tree)g(Searc)o
+(h)i(Algorithms.)28 b Fi(ICCA)18 b(Journal)p Fk(,)h(19\(3\),)85
+166 y(1996.)e(In)d(press.)21 240 y([2])19 b(M.)13 b(G.)f(Bro)q(c)o
+(kington)h(and)f(J.)h(Sc)o(hae\013er.)18 b(APHID)13 b(Game)e(Tree)j
+(Searc)o(h.)j(In)c Fi(A)n(dvanc)n(es)i(in)f(Computer)g(Chess)g(VIII)p
+Fk(,)85 282 y(Maastric)o(h)o(t,)g(The)g(Netherlands,)h(June)g(1996.)i
+(In)c(press.)21 357 y([3])19 b(M.)11 b(G.)g(Bro)q(c)o(kington)g(and)h
+(J.)f(Sc)o(hae\013er.)16 b(The)c(APHID)f(Parallel)g Fj(\013\014)j
+Fk(Searc)o(h)e(Algorithm.)g(In)f Fi(Pr)n(o)n(c)n(e)n(e)n(dings)i(of)g
+(IEEE)85 398 y(SPDP)j('96)p Fk(,)e(New)g(Orleans,)g(Louisiana,)e(Octob)
+q(er)k(1996.)h(In)d(press.)21 473 y([4])19 b(V.)12 b(Da)o(vid.)h
+Fi(A)o(lgorithmique)f(p)n(ar)n(al)r(l)o(\022)-20 b(ele)12
+b(sur)h(les)g(arbr)n(es)f(de)i(d)o(\023)-20 b(ecision)13
+b(et)g(r)n(aisonnement)g(en)h(temps)f(c)n(ontr)n(aint)g(-)f(Etude)85
+514 y(et)j(applic)n(ation)g(au)h(minimax)p Fk(.)i(PhD)13
+b(thesis,)i(ENSAE,)f(T)m(oulouse,)f(F)m(rance,)h(1993.)21
+589 y([5])19 b(R.)34 b(F)m(eldmann.)78 b Fi(Spielb)n(aumsuche)35
+b(mit)e(massiv)h(p)n(ar)n(al)r(lelen)g(Systemen)p Fk(.)80
+b(PhD)35 b(thesis,)40 b(Univ)o(ersit\177)-21 b(at-)85
+631 y(Gesam)o(tho)q(c)o(hsc)o(h)o(ule)13 b(P)o(aderb)q(orn,)h(P)o
+(aderb)q(orn,)g(German)o(y)m(,)c(Ma)o(y)j(1993.)j(In)d(German)f({)h
+(English)g(translation)f(a)o(v)n(ail-)85 672 y(able.)21
+747 y([6])19 b(E.)f(W.)e(F)m(elten)i(and)f(S.)h(W.)e(Otto.)29
+b(Chess)19 b(on)f(a)f(Hyp)q(ercub)q(e.)31 b(In)17 b(G.)g(F)m(o)o(x,)g
+(editor,)h Fi(Pr)n(o)n(c)n(e)n(e)n(dings)g(of)h(The)f(Thir)n(d)85
+788 y(Confer)n(enc)n(e)13 b(on)g(Hyp)n(er)n(cub)n(e)f(Concurr)n(ent)h
+(Computers)f(and)h(Applic)n(ations)p Fk(,)e(v)o(olume)f(I)q
+(I-Applications,)h(pages)g(1329{)85 830 y(1341,)i(P)o(assadena,)h(CA,)f
+(1988.)21 905 y([7])19 b(C.)c(F)m(erguson)h(and)g(R.)f(E.)g(Korf.)23
+b(Distributed)16 b(T)m(ree)g(Searc)o(h)h(and)e(its)h(Application)f(to)g
+(Alpha-Beta)h(Pruning.)23 b(In)85 946 y Fi(Pr)n(o)n(c)n(e)n(e)n(dings)
+15 b(of)g(AAAI-88)p Fk(,)e(pages)h(128{132,)e(Sain)o(t)h(P)o(aul,)g
+(MN,)h(August)g(1988.)21 1021 y([8])19 b(F.)14 b(Hsu.)k(Priv)n(ate)c
+(comm)o(unication,)c(1996.)21 1095 y([9])19 b(F.-h.)c(Hsu.)22
+b Fi(L)n(ar)n(ge)16 b(Sc)n(ale)g(Par)n(al)r(lelization)f(of)h(A)o
+(lpha-Beta)h(Se)n(ar)n(ch:)k(A)o(n)c(A)o(lgorithmic)d(and)j(A)o(r)n
+(chite)n(ctur)n(al)e(Study)p Fk(.)85 1137 y(PhD)g(thesis,)h(Carnegie)g
+(Mellon)e(Univ)o(ersit)o(y)m(,)g(Pittsburgh,)i(U.S.A.,)e(1990.)20
+b(Also)15 b(T)m(ec)o(h.)g(Rept.)g(CMU-CS-90-108,)85 1179
+y(Carnegie)f(Mellon)g(Univ)o(ersit)o(y)m(,)f(F)m(eb.)g(1990.)0
+1253 y([10])19 b(R.)11 b(M.)h(Hy)o(att,)g(B.)g(W.)f(Suter,)i(and)e(H.)h
+(L.)f(Nelson.)16 b(A)c(P)o(arallel)f(Alpha/Beta)h(T)m(ree)g(Searc)o
+(hing)g(Algorithm.)h Fi(Par)n(al)r(lel)85 1295 y(Computing)p
+Fk(,)h(10\(3\):299{308,)d(1989.)0 1369 y([11])19 b(L.)d(Kaufman.)24
+b(Rate)16 b(Your)h(Own)g(Computer.)24 b Fi(Computer)17
+b(Chess)h(R)n(ep)n(orts)p Fk(,)e(3\(1\):17{19,)f(1992.)24
+b(\(Published)17 b(b)o(y)85 1411 y(ICD,)c(21)h(W)m(alt)e(Whitman)g
+(Rd.,)g(Hun)o(tington)i(Station,)f(NY)h(11746.\).)0 1486
+y([12])19 b(L.)14 b(Kaufman.)i(Rate)e(Your)g(Own)g(Computer)f(-)h(Part)
+g(I)q(I.)k Fi(Computer)c(Chess)h(R)n(ep)n(orts)p Fk(,)e(3\(2\):13{15,)f
+(1993.)0 1560 y([13])19 b(D.)10 b(E.)g(Kn)o(uth)g(and)g(R.)g(W.)f(Mo)q
+(ore.)j(An)f(Analysis)e(of)h(Alpha-Beta)g(Pruning.)i
+Fi(A)o(rti\014cial)f(Intel)r(ligenc)n(e)p Fk(,)f(6\(3\):293{326,)85
+1602 y(1975.)0 1677 y([14])19 b(B.)14 b(C.)g(Kuszmaul.)k
+Fi(Synchr)n(onize)n(d)e(MIMD)g(Computing)p Fk(.)k(PhD)14
+b(thesis,)h(Massac)o(h)o(usetts)h(Institute)f(of)f(T)m(ec)o(hnology)m
+(,)85 1718 y(Cam)o(bridge,)e(MA,)i(1994.)0 1793 y([15])19
+b(C.-P)m(.)11 b(P)m(.)g(Lu.)j(P)o(arallel)d(Searc)o(h)h(of)f(Narro)o(w)
+h(Game)e(Trees.)16 b(Master's)d(thesis,)f(Departmen)o(t)f(of)g
+(Computing)f(Science,)85 1834 y(Univ)o(ersit)o(y)k(of)f(Alb)q(erta,)h
+(Edmon)o(ton,)e(Canada,)h(1993.)0 1909 y([16])19 b(P)m(.)13
+b(Lu.)18 b(Priv)n(ate)c(comm)o(unication,)c(1996.)0 1984
+y([17])19 b(T.)11 b(A.)f(Marsland)h(and)g(M.)f(S.)h(Campb)q(ell.)g
+(Parallel)f(Searc)o(h)i(of)e(Strongly)g(Ordered)j(Game)c(Trees.)15
+b Fi(A)o(CM)d(Computing)85 2025 y(Surveys)p Fk(,)i(14\(4\):533{551,)d
+(1982.)0 2100 y([18])19 b(T.)c(A.)g(Marsland,)g(M.)g(Olafsson,)g(and)g
+(J.)g(Sc)o(hae\013er.)24 b(Multipro)q(cessor)17 b(Tree-Searc)o(h)g(Exp)
+q(erimen)o(ts.)22 b(In)16 b(D.)e(Beal,)85 2142 y(editor,)g
+Fi(A)n(dvanc)n(es)h(in)g(Computer)g(Chess)g(4)p Fk(,)e(pages)i(37{51.)d
+(P)o(ermagon)g(Press,)j(Oxford,)f(1985.)0 2216 y([19])19
+b(M.)14 b(M.)f(Newb)q(orn.)20 b(Unsync)o(hronized)15
+b(Iterativ)o(e)g(Deep)q(ening)f(P)o(arallel)f(Alpha-Beta)h(Searc)o(h.)
+20 b Fi(IEEE)15 b(T)m(r)n(ansactions)85 2258 y(on)h(Pattern)e(A)o
+(nalysis)h(and)h(Machine)g(Intel)r(ligenc)n(e)p Fk(,)d(P)m
+(AMI-10\(5\):687{694,)d(1988.)0 2333 y([20])19 b(J.)c(P)o(earl.)21
+b(Asymptotic)14 b(Prop)q(erties)j(of)d(Minimax)e(Trees)17
+b(and)d(Game-Searc)o(hing)g(Pro)q(cedures.)23 b Fi(A)o(rti\014cial)15
+b(Intel)r(li-)85 2374 y(genc)n(e)p Fk(,)f(14:113{138,)d(1980.)0
+2449 y([21])19 b(A.)14 b(Plaat.)j Fi(R)n(ese)n(ar)n(ch)e(R)n(e:)7
+b(se)n(ar)n(ch)15 b(&)g(R)n(e-se)n(ar)n(ch)p Fk(.)i(PhD)d(thesis,)h
+(Erasm)o(us)e(Univ)o(ersit)o(y)m(,)g(Rotterdam,)f(NL,)h(1996.)0
+2523 y([22])19 b(A.)f(Plaat,)g(J.)g(Sc)o(hae\013er,)i(W.)d(Pijls,)h
+(and)f(A.)h(de)g(Bruin.)31 b(Exploiting)16 b(Graph)i(Prop)q(erties)i
+(of)d(Game)f(Trees.)32 b(In)85 2565 y Fi(Pr)n(o)n(c)n(e)n(e)n(dings)15
+b(of)g(AAAI)f('96)p Fk(,)g(v)o(olume)e(1,)h(pages)h(234{239,)e(P)o
+(ortland,)h(Oregon,)h(August)g(1996.)0 2640 y([23])19
+b(A.)14 b(Reinefeld.)k(An)c(Impro)o(v)o(emen)o(t)d(to)j(the)g(Scout)h
+(Tree-Searc)o(h)g(Algorithm.)h Fi(ICCA)e(Journal)p Fk(,)g(6\(4\):4{14,)
+d(1983.)954 2790 y(18)p eop
+%%Page: 19 21
+19 20 bop 0 42 a Fk([24])19 b(J.)11 b(Sc)o(hae\013er.)k(Distributed)d
+(Game-T)m(ree)e(Searc)o(hing.)j Fi(Journal)g(of)f(Par)n(al)r(lel)f(and)
+i(Distribute)n(d)f(Computing)p Fk(,)f(6\(2\):90{)85 83
+y(114,)i(1989.)0 158 y([25])19 b(J.)11 b(Sc)o(hae\013er,)i(J.)d(Culb)q
+(erson,)i(N.)e(T)m(reloar,)h(B.)g(Knigh)o(t,)f(P)m(.)g(Lu,)h(and)g(D.)f
+(Szafron.)j(A)e(W)m(orld)f(Championship)e(Calib)q(er)85
+199 y(Chec)o(k)o(ers)16 b(Program.)g Fi(A)o(rti\014cial)e(Intel)r
+(ligenc)n(e)p Fk(,)f(53\(2-3\):273{290,)e(1992.)0 274
+y([26])19 b(J.)d(J.)f(Scott.)24 b(A)16 b(Chess-Pla)o(ying)f(Program.)22
+b(In)16 b(B.)f(Meltzer)i(and)f(D.)f(Mic)o(hie,)g(editors,)h
+Fi(Machine)i(Intel)r(ligenc)n(e)e(4)p Fk(,)85 315 y(pages)f(255{265.)c
+(Edin)o(burgh)j(Univ)o(ersit)o(y)g(Press,)h(1969.)0 390
+y([27])k(D.)c(J.)g(Slate)g(and)h(L.)e(R.)h(A)o(tkin.)22
+b(Chess)16 b(4.5)f(-)g(The)h(North)o(w)o(estern)h(Univ)o(ersit)o(y)e
+(Chess)i(Program.)j(In)c(P)m(.W.)e(F)m(rey)m(,)85 432
+y(editor,)g Fi(Chess)h(Skil)r(l)f(in)h(Man)h(and)f(Machine)p
+Fk(,)g(pages)f(82{118.)e(Springer-V)m(erlag,)h(New)h(Y)m(ork,)f(1977.)0
+506 y([28])19 b(V.)e(Sunderam.)28 b(PVM:)17 b(A)h(F)m(ramew)o(ork)d
+(for)i(P)o(arallel)g(Distributed)g(Computing.)26 b Fi(Concurr)n(ency:)g
+(Pr)n(actic)n(e)17 b(and)85 548 y(Exp)n(erienc)n(e)p
+Fk(,)d(2\(4\):315{339,)d(Decem)o(b)q(er)j(1990.)0 623
+y([29])19 b(J.-C.)25 b(W)m(eill.)51 b Fi(Pr)n(o)n(gr)n(ammes)25
+b(d')o(\023)-20 b(eche)n(cs)26 b(de)g(championnat:)41
+b(ar)n(chite)n(ctur)n(e)25 b(lo)n(giciel)r(le)f(synth)o(\022)-20
+b(ese)27 b(de)f(fonctions)85 664 y(d')o(\023)-20 b(evaluations,)15
+b(p)n(ar)n(al)r(l)o(\023)-20 b(elisme)14 b(de)h(r)n(e)n(cher)n(che)p
+Fk(.)j(PhD)13 b(thesis,)i(Univ)o(ersit)o(\023)-20 b(e)14
+b(P)o(aris)g(8,)f(Jan)o(uary)h(1995.)954 2790 y(19)p
+eop
+%%Page: 20 22
+20 21 bop 0 42 a Fl(A)67 b(Description)23 b(of)f(APHID)f(In)n(terface)0
+141 y Fv(A.1)56 b(T)n(yp)r(es)18 b(of)h(Pro)r(cesses)f(within)g(APHID)
+62 209 y Fh(\017)j Fb(absolute)f(master)p Fk(:)25 b(The)18
+b(single)g(pro)q(cess)h(whic)o(h)f(in)o(v)o(ok)o(es)g(all)e(other)j
+(pro)q(cesses)h(within)e(the)g(APHID)g(pro)q(cess)104
+251 y(hierarc)o(h)o(y)m(,)13 b(whic)o(h)h(o)q(ccupies)h(the)f(highest)h
+(lev)o(el)e(in)h(the)g(pro)q(cess)i(hierarc)o(h)o(y)m(.)62
+325 y Fh(\017)21 b Fb(slave)p Fk(:)g(An)o(y)16 b(pro)q(cess)i(that)e(m)
+o(ust)f(rep)q(ort)i(its)f(searc)o(h)h(results)g(to)f(a)g(pro)q(cess)i
+(ab)q(o)o(v)o(e)d(it)h(in)g(the)g(hierarc)o(h)o(y)m(.)25
+b(With)104 367 y(this)14 b(de\014nition,)f(a)g(pro)q(cess)j(is)e
+(either)h(the)f(absolute)g(master)f(or)h(a)g(sla)o(v)o(e,)f(and)h
+(cannot)g(b)q(e)g(b)q(oth.)62 442 y Fh(\017)21 b Fb(master)p
+Fk(:)e(An)o(y)14 b(pro)q(cess)j(that)e(has)g(pro)q(cesses)j(underneath)
+e(it)e(in)h(the)g(hierarc)o(h)o(y)m(.)21 b(Note)15 b(that)g(it)g(is)g
+(p)q(ossible)g(for)f(a)104 483 y(pro)q(cess)h(to)f(b)q(e)h(b)q(oth)f(a)
+f(master)h(and)f(a)h(sla)o(v)o(e)g(if)f(the)h(pro)q(cess)i(hierarc)o(h)
+o(y)e(has)g(m)o(ultiple)e(lev)o(els.)0 599 y Fv(A.2)56
+b(Constan)n(ts)20 b(T)-5 b(o)19 b(Be)f(De\014ned)0 668
+y Fk(Since)c(the)h(library)e(is)h(application-indep)q(enden)o(t,)f
+(some)g(de\014nitions)h(of)f(ho)o(w)g(things)h(are)h(implem)o(en)o(ted)
+d(m)o(ust)h(b)q(e)h(giv)o(en)0 709 y(to)g(the)g(APHID)g(library)m(.)62
+792 y Fh(\017)21 b Fb(APHID)p 217 792 14 2 v 14 w(HASHTYPESIZE)p
+Fk(:)11 b(The)k(size)f(\(in)g(b)o(ytes\))h(of)e(the)h(hash)g(v)n(alue)g
+(used)h(in)e(y)o(our)h(program.)62 867 y Fh(\017)21 b
+Fb(APHID)p 217 867 V 14 w(HASHKEYSIZE)p Fk(:)10 b(The)i(size)h(\(in)f
+(b)o(ytes\))h(of)f(the)h(\\lo)q(c)o(k")e(used)i(to)f(guaran)o(tee)h
+(that)f(t)o(w)o(o)g(p)q(ositions)f(sharing)h(the)104
+908 y(same)h(hash)h(v)n(alue)f(are)h(the)h(same.)62 983
+y Fh(\017)21 b Fb(APHID)p 217 983 V 14 w(MOVESIZE)p Fk(:)12
+b(The)i(size)h(\(in)f(b)o(ytes\))g(of)g(the)g(represen)o(tation)i(of)d
+(a)h(mo)o(v)o(e)e(in)h(the)i(application.)62 1058 y Fh(\017)21
+b Fb(APHID)p 217 1058 V 14 w(MINUSINF)15 b Fk(and)h Fb(APHID)p
+615 1058 V 15 w(PLUSINF)p Fk(:)e(Sp)q(eci\014cations)j(of)e(v)n(alues)h
+(smaller)f(than)h(the)h(minim)n(um)o(,)c(and)j(larger)104
+1099 y(than)e(the)g(maxim)n(um)o(,)c(that)k(the)h(\\ev)n(aluation")d
+(could)i(p)q(ossibly)f(return,)i(resp)q(ectiv)o(ely)m(.)62
+1174 y Fh(\017)21 b Fb(APHID)p 217 1174 V 14 w(INVALIDSCORE)p
+Fk(:)13 b(A)j(v)n(alue)g(that)g(is)g(outside)g(the)g(range)h(represen)o
+(ted)h(b)o(y)e(the)h(minim)n(um)11 b(and)16 b(maxim)n(um)104
+1215 y(v)n(alues)d(sp)q(eci\014ed)j(previously)m(.)62
+1290 y Fh(\017)21 b Fb(APHID)p 217 1290 V 14 w(LOG2)p
+319 1290 V 15 w(TABSIZE)p Fk(:)16 b(The)j(size)g(of)e(the)i(APHID)f
+(table)g(that)g(y)o(ou)g(in)o(tend)g(on)g(using)g(to)g(share)h(b)q(et)o
+(w)o(een)g(the)104 1332 y(master)c(and)h(the)g(sla)o(v)o(es,)g(tak)o
+(en)f(to)h(a)f(base)i(2)e(logarithm.)21 b(F)m(or)15 b(example,)g(a)g(v)
+n(alue)g(of)g(14)g(indicates)h(an)g(APHID)104 1378 y(table)e(with)f(2)
+323 1363 y Fe(14)370 1378 y Fk(=)e(16384)i(en)o(tries.)62
+1452 y Fh(\017)21 b Fb(APHID)p 217 1452 V 14 w(MAXSLAVEPLYSEARCH)p
+Fk(:)7 b(The)j(maxim)o(um)c("plytogo")i(v)n(alue)i(that)g(y)o(ou)g
+(could)g(p)q(ossibly)g(exp)q(ect)i(to)e(hand)g(to)g(a)104
+1494 y(sla)o(v)o(e)g(to)g(searc)o(h.)18 b(Note)10 b(that)g(this)h(v)n
+(alue)e(should)h(not)g(b)q(e)h(excessiv)o(ely)g(large,)g(since)g(this)f
+(and)g Fb(APHID)p 1683 1494 V 15 w(LOG2)p 1786 1494 V
+14 w(TABSIZE)104 1535 y Fk(are)k(the)h(leading)e(determinan)o(ts)g(in)h
+(the)g(amoun)o(t)e(of)h(memory)f(used)j(b)o(y)e(the)i(APHID)f(library)m
+(.)62 1610 y Fh(\017)21 b Fb(APHID)p 217 1610 V 14 w
+(MAXMASTERPLYSEARCH)p Fk(:)10 b(The)k(maxim)o(um)9 b(depth)15
+b(that)f(w)o(e)g(exp)q(ect)h(the)g(master)e(should)h(reac)o(h.)62
+1685 y Fh(\017)21 b Fb(APHID)p 217 1685 V 14 w(SLAVENODESTOCOMM)p
+Fk(:)15 b(This)j(should)g(b)q(e)g(set)h(to)f(the)h(n)o(um)o(b)q(er)e
+(of)h(no)q(des)h(that)f(the)g(sequen)o(tial)h(program)104
+1726 y(visits)13 b(on)h(the)h(t)o(yp)q(e)f(of)f(pro)q(cessor)j(b)q
+(eing)e(used,)g(divided)g(b)o(y)f(10.)0 1843 y Fv(A.3)56
+b(Standard)19 b(V)-5 b(ariables)19 b(Used)62 1911 y Fh(\017)i
+Fb(argv)p Fk(:)e(Standard)c(argumen)o(t)e(list.)20 b(Used)c(to)f
+(instan)o(tiate)f(the)h(sla)o(v)o(es)g(with)g(the)g(same)f(parameters)h
+(as)g(the)g(initial)104 1952 y(program.)62 2027 y Fh(\017)21
+b Fb(depth)p Fk(:)c(The)d(n)o(um)o(b)q(er)f(of)g(ply)h(the)g(curren)o
+(t)i(no)q(de)e(is)g(a)o(w)o(a)o(y)f(from)f(the)i(ro)q(ot)g(of)f(the)i
+(game)d(tree.)62 2102 y Fh(\017)21 b Fb(plytogo)p Fk(:)15
+b(The)c(n)o(um)o(b)q(er)f(of)g(ply)h(un)o(til)f(w)o(e)h(reac)o(h)g(the)
+h(b)q(ottom)d(of)h(the)i(game)d(tree.)18 b(In)11 b(a)g(searc)o(h)h
+(with)e(no)h(extensions)104 2143 y(or)j(forw)o(ard)f(pruning,)g
+Fb(plytogo)21 b(+)g(depth)13 b Fk(should)h(b)q(e)g(constan)o(t.)62
+2218 y Fh(\017)21 b Fb(&move[i])10 b Fk(or)i Fb(&bestmove)p
+Fk(:)j(A)d(p)q(oin)o(ter)g(to)f(an)h(area)g(of)f Fb(APHID)p
+1098 2218 V 15 w(MOVESIZE)f Fk(b)o(ytes)i(whic)o(h)g(sp)q(eci\014es)h
+(the)g(mo)o(v)o(e)d(b)q(eing)104 2260 y(pla)o(y)o(ed.)62
+2334 y Fh(\017)21 b Fb(p)p 129 2334 V 15 w(hash)p Fk(:)c(A)d(p)q(oin)o
+(ter)g(to)g(an)g(area)g(of)f Fb(APHID)p 805 2334 V 15
+w(HASHTYPESIZE)e Fk(b)o(ytes)k(that)f(con)o(tains)g(the)g(curren)o(t)h
+(hash)g(v)n(alue.)62 2409 y Fh(\017)21 b Fb(p)p 129 2409
+V 15 w(key)p Fk(:)c(A)c(p)q(oin)o(ter)g(to)f(an)g(area)h
+Fb(APHID)p 729 2409 V 15 w(HASHKEYSIZE)d Fk(b)o(ytes)k(that)e(con)o
+(tains)h(a)f(lo)q(c)o(k)g(whic)o(h)h(can)g(\\guaran)o(tee")f(the)104
+2451 y(b)q(oard)i(stored)h(in)e(the)h(lo)q(cation)f(of)h(the)g(hash)g
+(table)g(is)g(correct.)62 2525 y Fh(\017)21 b Fb(alpha)13
+b Fk(and)g Fb(beta)p Fk(:)k(Searc)o(h)e(windo)o(w)e(used)i(b)o(y)f
+Fj(\013\014)i Fk(implemen)o(tatio)o(n;)11 b(they)j(are)g(exp)q(ected)i
+(to)e(b)q(e)h(32-bit)e(in)o(tegers.)62 2600 y Fh(\017)21
+b Fb(value)13 b Fk(and)g Fb(score)p Fk(:)k(V)m(alues)d(of)f(leaf)g(no)q
+(des;)i(they)f(are)g(exp)q(ected)i(to)e(b)q(e)h(32-bit)e(in)o(tegers)h
+(for)g(this)g(library)m(.)954 2790 y(20)p eop
+%%Page: 21 23
+21 22 bop 0 42 a Fv(A.4)56 b(Stubs)19 b(T)-5 b(o)19 b(Be)f(W)-5
+b(ritten)62 110 y Fh(\017)21 b Fb(int)g(aphid)p 304 110
+14 2 v 15 w(stub)p 407 110 V 14 w(encodeinit\(char)e(*msg\))p
+Fk(:)k(Pro)o(vides)17 b(the)g(absolute)g(master)f(with)h(a)f(4000-b)o
+(yte)g(bu\013er)i(to)104 151 y(store)g(all)e(p)q(ertinen)o(t)j
+(information)14 b(ab)q(out)j(the)h(ro)q(ot)g(of)e(the)i(game)e(tree,)j
+(suc)o(h)f(as)g(the)g(p)q(osition)e(and)h(the)h(game)104
+193 y(history)d(\(if)g(this)h(is)f(relev)n(an)o(t)h(to)f(the)h(searc)o
+(h)h(algorithm\).)k(The)16 b(return)g(v)n(alue)f(is)h(the)g(n)o(um)o(b)
+q(er)f(of)g(b)o(ytes)h(used)g(in)104 234 y(the)e(string)g
+Fb(msg)p Fk(.)62 309 y Fh(\017)21 b Fb(int)g(aphid)p
+304 309 V 15 w(stub)p 407 309 V 14 w(decodeinit\(int)e(msg)p
+814 309 V 15 w(ln,)j(char)f(*msg\))p Fk(:)15 b(All)9
+b(other)i(pro)q(cesses)j(in)c(the)h(system,)f(aside)h(from)104
+351 y(the)i(absolute)f(master,)g(receiv)o(e)i(the)f(message)f(length)g
+(and)g(the)h(message)f(enco)q(ded)i(b)o(y)e Fb(aphid)p
+1606 351 V 15 w(stub)p 1709 351 V 15 w(encodeinit)p Fk(,)104
+392 y(and)h(should)h(set)h(the)f(ro)q(ot)g(of)g(their)g(game)e(tree,)j
+(accordingly)m(.)62 467 y Fh(\017)21 b Fb(void)g(aphid)p
+326 467 V 14 w(stub)p 428 467 V 15 w(movedownpath\(int)e(num)p
+880 467 V 15 w(moves,)h(char)h(*movepath\))p Fk(:)15
+b(Called)10 b(b)o(y)h(the)h(sla)o(v)o(es,)f(a)g(series)i(of)104
+508 y Fb(num)p 173 508 V 15 w(moves)d Fk(mo)o(v)o(es)h(is)g(giv)o(en)h
+(in)f Fb(movepath)p Fk(,)f(with)h(eac)o(h)h(mo)o(v)o(e)e(b)q(eing)i
+Fb(APHID)p 1328 508 V 15 w(MOVESIZE)e Fk(b)o(ytes)i(long.)17
+b(The)12 b(routine)104 550 y(should)h(pla)o(y)g(through)h(the)h(mo)o(v)
+o(es)d(giv)o(en)i(in)f Fb(movepath)f Fk(from)h(the)h(ro)q(ot)g(of)f
+(the)i(game)d(tree.)62 625 y Fh(\017)21 b Fb(void)g(aphid)p
+326 625 V 14 w(stub)p 428 625 V 15 w(moveuppath\(int)e(num)p
+836 625 V 15 w(moves,)i(char)g(*movepath\))p Fk(:)14
+b(Called)d(b)o(y)g(the)h(sla)o(v)o(es,)f(should)g(com-)104
+666 y(pletely)j(undo)f(an)o(y)h(c)o(hanges)g(made)f(b)o(y)h
+Fb(aphid)p 856 666 V 14 w(stub)p 958 666 V 15 w(movedownpath)p
+Fk(.)62 741 y Fh(\017)21 b Fb(int)g(aphid)p 304 741 V
+15 w(stub)p 407 741 V 14 w(iterativedeepening\(i)o(nt)e(depth,)h(int)h
+(last,)g(int)g(max\))p Fk(:)d(Called)13 b(b)o(y)h(the)h(sla)o(v)o(es,)f
+(this)104 782 y(routine)i(should)f(return)i(the)g(searc)o(h)g(depth)f
+(for)g(the)g(subsequen)o(t)i(searc)o(h)f(of)e(a)h(leaf)f(no)q(de.)24
+b(F)m(or)16 b(most)e(programs)104 824 y(that)g(do)f(iterativ)o(e)h
+(deep)q(ening)h(in)f(1)f(ply)g(steps,)i(this)f(should)g(simply)e
+(return)j Fb(last)21 b(+)g(1)p Fk(.)62 899 y Fh(\017)g
+Fb(void)g(aphid)p 326 899 V 14 w(stub)p 428 899 V 15
+w(preparesearch\(int)e(depth,)h(int)h(plytogo,)f(int)i(winstats[],)d
+(int)i(*alpha,)104 940 y(int)g(*beta\))p Fk(:)16 b(Called)10
+b(b)o(y)i(the)g(sla)o(v)o(es,)f(this)h(routine)g(sets)g(the)g(initial)e
+(windo)o(w)h(searc)o(hed)i(b)o(y)e(the)h(sla)o(v)o(es.)17
+b(Statistics)104 982 y(on)12 b(previous)h(searc)o(hes)h(and)f(the)g
+(curren)o(t)h(guessed)g(score)g(at)e(the)h(ro)q(ot)g(are)f(passed)i(in)
+e(via)g(the)h Fb(winstats[])d Fk(arra)o(y)m(.)104 1023
+y(The)j(routine)f(should)h(set)g Fb(*alpha)e Fk(and)h
+Fb(*beta)g Fk(b)q(efore)h(terminating.)j(F)m(urthermore,)c(this)g
+(routine)h(should)f(ensure)104 1065 y(that)i(an)o(y)f(global)f
+(\\alarm")g(states)j(ha)o(v)o(e)e(b)q(een)i(turned)g(o\013.)62
+1139 y Fh(\017)21 b Fb(int)g(aphid)p 304 1139 V 15 w(stub)p
+407 1139 V 14 w(alphabeta\(int)f(depth,)g(int)h(plytogo,)f(int)i
+(alpha,)e(int)h(beta\))p Fk(:)c(Called)c(b)o(y)h(b)q(oth)104
+1181 y(the)f(master)e(and)h(the)h(sla)o(v)o(es,)f(this)g(routine)g
+(should)g(call)g(y)o(our)g(implem)o(en)o(tation)d(of)j
+Fj(\013\014)r Fk(,)g(and)g(return)h(the)g(minim)o(ax)104
+1222 y(v)n(alue)g(bac)o(k)h(to)g(the)g(APHID)g(library)m(.)62
+1297 y Fh(\017)21 b Fb(int)g(aphid)p 304 1297 V 15 w(stub)p
+407 1297 V 14 w(evaluate\(int)f(depth,)g(int)i(alpha,)e(int)h(beta\))p
+Fk(:)c(Called)c(b)o(y)g(the)h(master)f(the)h(\014rst)g(time)104
+1339 y(it)g(visits)h(a)f(leaf)g(of)g(its)h(tree,)g(this)g(routine)g
+(should)f(simply)f(call)h(y)o(our)g(ev)n(aluation)f(routine)i(and)g
+(return)g(the)h(score)104 1380 y(for)d(the)i(p)q(osition)e(reac)o(hed)i
+(at)f Fb(depth)f Fk(ply)g(within)g(the)i(tree.)62 1455
+y Fh(\017)21 b Fb(int)g(aphid)p 304 1455 V 15 w(stub)p
+407 1455 V 14 w(stopsearch\(int)e(pass)p 836 1455 V 15
+w(stats[]\))p Fk(:)j(Called)16 b(only)f(b)o(y)i(the)g(absolute)f
+(master)g(pro)q(cess,)j(this)104 1496 y(routine)12 b(should)g(c)o(hec)o
+(k)h(y)o(our)f(timer)f(and)g(determine)h(if)f(y)o(our)h(time)f(limit)e
+(has)j(b)q(een)i(exceeded)g(for)d(a)h(searc)o(h.)19 b(If)11
+b(the)104 1538 y(time)i(limit)e(has)j(b)q(een)i(exceeded,)g(this)e
+(routine)g(should)g(return)h(1;)f(otherwise,)h(0.)j(A)c(n)o(um)o(b)q
+(er)g(of)f(parameters)i(are)104 1579 y(passed)h(in)e(to)g(this)h
+(routine)g(via)f(the)h(pass)p 782 1579 13 2 v 16 w(stats)g(arra)o(y)m
+(,)f(suc)o(h)h(as)g(the)g(n)o(um)o(b)q(er)f(of)g(uncertain)i(no)q(des)f
+(outstanding)104 1621 y(for)e(a)h(giv)o(en)f(searc)o(h,)i(to)f(mak)o(e)
+e(the)i(decision)h(to)e(terminate)g(a)h(searc)o(h)h(more)e(robust.)62
+1696 y Fh(\017)21 b Fb(int)g(aphid)p 304 1696 14 2 v
+15 w(stub)p 407 1696 V 14 w(visited\(\))p Fk(:)c(Called)d(b)o(y)g(the)g
+(sla)o(v)o(es,)g(this)g(should)g(return)i(a)e(global)e(coun)o(t)j(of)e
+(the)i(n)o(um)o(b)q(er)f(of)104 1737 y(no)q(des)g(visited)g(b)o(y)g
+(the)g(pro)q(cess.)0 1853 y Fv(A.5)56 b(In)n(terface)18
+b(Calls)h(Used)f(b)n(y)h(Master)g(and)g(Sla)n(v)n(e)62
+1922 y Fh(\017)i Fb(void)g(aphid)p 326 1922 V 14 w(startup\(argv\))p
+Fk(:)k(In)19 b(the)g(\014rst)h(pro)q(cess)g(run,)g(PVM)f(is)g(spa)o
+(wned)g(on)g(the)g(mac)o(hines)f(sp)q(eci\014ed,)104
+1963 y(and)c(a)f(sla)o(v)o(e)h(pro)q(cess)i(is)e(spa)o(wned)g(with)g
+(the)h(same)e(argumen)o(t)g(list)g Fb(\(argv\))g Fk(as)h(the)h(master,)
+e(as)h(sp)q(eci\014ed)i(b)o(y)d(the)104 2005 y Fb(aphid.config)e
+Fk(\014le.)18 b(In)c(a)g(spa)o(wned)g(pro)q(cess,)h(the)g(APHID)f
+(library)f(nev)o(er)i(exits)f(this)g(function)g(call.)62
+2079 y Fh(\017)21 b Fb(void)g(aphid)p 326 2079 V 14 w(exit\(\))p
+Fk(:)j(This)17 b(routine)h(remo)o(v)o(es)e(a)h(pro)q(cess)j(from)15
+b(the)j(PVM)g(group,)f(and)g(it)g(should)g(b)q(e)h(called)104
+2121 y(b)q(efore)e(an)o(y)f(pro)q(cess)j(exits)e(\(due)g(to)g(errors)h
+(or)e(normal)f(completion\).)21 b(If)16 b(the)g(pro)q(cess)h(is)f(the)g
+(absolute)g(master,)104 2162 y(completion)11 b(of)i(this)h(routine)f
+(ensures)j(that)d(all)f(of)h(the)h(spa)o(wned)g(pro)q(cesses)i(ha)o(v)o
+(e)d(b)q(een)i(sh)o(ut)f(do)o(wn)f(successfully)m(.)62
+2237 y Fh(\017)21 b Fb(int)g(aphid)p 304 2237 V 15 w(master\(\))p
+Fk(:)16 b(Returns)f(1)e(if)g(the)i(pro)q(cess)h(is)d(a)h(master)f(in)h
+(the)g(hierarc)o(h)o(y)m(,)g(and)f(0)h(otherwise.)62
+2312 y Fh(\017)21 b Fb(int)g(aphid)p 304 2312 V 15 w(slave\(\))p
+Fk(:)14 b(Returns)d(1)f(if)g(the)h(pro)q(cess)h(w)o(as)e(spa)o(wned,)h
+(returns)h(0)e(if)f(it)h(is)g(the)h(absolute)f(master)g(pro)q(cess)104
+2353 y(whic)o(h)k(spa)o(wned)h(the)g(other)g(pro)q(cesses.)23
+b(Note)15 b(that)f(a)h(pro)q(cess)h(can)f(b)q(e)g(b)q(oth)f(a)h(sla)o
+(v)o(e)f(and)g(a)g(master)g(dep)q(ending)104 2395 y(on)f(the)i(hierarc)
+o(h)o(y)f(sp)q(eci\014ed)i(in)d Fb(aphid.config)p Fk(.)954
+2790 y(21)p eop
+%%Page: 22 24
+22 23 bop 0 42 a Fv(A.6)56 b(In)n(terface)18 b(Calls)h(Used)f(b)n(y)h
+(Masters)g(Only)62 110 y Fh(\017)i Fb(void)g(aphid)p
+326 110 14 2 v 14 w(initserach\(int)e(maxdepth\))p Fk(:)d(Called)d(b)o
+(y)h(the)g(absolute)g(master)g(pro)q(cess,)h(this)f(pro)q(cedure)h
+(pre-)104 151 y(pares)i(to)g(start)g(a)f(searc)o(h)i(in)e(parallel.)26
+b(This)16 b(routine)h(calls)f Fb(aphid)p 1212 151 V 15
+w(stub)p 1315 151 V 15 w(encodeinit)p Fk(,)f(and)h(then)h(informs)e
+(all)104 193 y(of)e(the)i(other)g(pro)q(cesses)i(of)c(the)i(curren)o(t)
+h(state)f(of)e(the)i(game.)i(The)e(parameter)f(indicates)g(the)h(maxim)
+n(um)10 b(depth)104 234 y(that)k(an)o(y)f(pro)q(cess)j(is)e(nominall)o
+(y)d(allo)o(w)o(ed)i(to)g(searc)o(h,)i Fi(not)g(including)h(se)n(ar)n
+(ch)e(extensions)p Fk(.)62 309 y Fh(\017)21 b Fb(int)g(aphid)p
+304 309 V 15 w(rootsearch\(int)e(depth,)h(int)h(plytogo,)f(int)i
+(alpha,)e(int)h(beta\))p Fk(:)26 b(This)18 b(routine)h(is)f(called)104
+350 y(b)o(y)d(the)h(absolute)g(master,)e(instead)i(of)f(calling)f(the)i
+(t)o(ypical)f Fj(\013\014)i Fk(implemen)o(taiton.)i(It)d(allo)o(ws)e(a)
+h(master)g(pro)q(cess)104 392 y(to)i(do)g(m)o(ultiple)e(passes)k(of)e
+(the)h(tree)g(un)o(til)f(the)h(searc)o(h)g(is)g(completed,)f(or)g(the)h
+(alarm)d(has)j(b)q(een)g(signalled)f(via)104 433 y Fb(aphid)p
+217 433 V 14 w(stub)p 319 433 V 15 w(stopsearch)p Fk(.)f(If)e(the)g
+(searc)o(h)i(is)d(allo)o(w)o(ed)g(to)h(complete,)f(this)h(routine)g
+(returns)h(the)g(minim)o(ax)c(v)n(alue)104 475 y(of)i(the)i(tree)g
+(that)f(it)f(has)h(b)q(een)h(ask)o(ed)f(to)g(searc)o(h.)62
+549 y Fh(\017)21 b Fb(int)g(aphid)p 304 549 V 15 w(intnode)p
+473 549 V 14 w(premove\(int)e(depth,)i(char)g(*moveptr\))p
+Fk(:)15 b(Called)d(b)o(y)h(the)g(absolute)g(master,)e(this)i(rou-)104
+591 y(tine)h(stores)h(mo)o(v)o(es)e(made)f(b)q(efore)j(a)f(call)f(to)g
+Fb(aphid)p 938 591 V 15 w(rootsearch)f Fk(in)h(the)i(mo)o(v)o(e)d
+(list.)62 665 y Fh(\017)21 b Fb(void)g(aphid)p 326 665
+V 14 w(endsearch\(\))p Fk(:)15 b(The)e(absolute)f(master)g(should)g
+(call)f(this)i(routine)f(when)h(it)f(is)g(\014nished)h(searc)o(hing)f
+(a)104 707 y(tree)i(that)e(has)h(b)q(een)h(called)e(;)h(it)f(stops)h
+(the)g(sla)o(v)o(es)g(from)e(w)o(orking)g(on)i(the)g(lea)o(v)o(es)g(of)
+f(the)h(game)e(tree)j(and)e(prepares)104 748 y(the)i(sla)o(v)o(es)g(to)
+g(receiv)o(e)h(a)f(new)g(ro)q(ot)g(p)q(osition.)62 823
+y Fh(\017)21 b Fb(void)g(aphid)p 326 823 V 14 w(horizon\(int)f(depth\))
+p Fk(:)f(A)14 b(master)h(pro)q(cess)h(calls)f(this)g(routine)g(to)f
+(determine)h(if)f(it)h(has)g(reac)o(hed)104 864 y(its)f(arti\014cial)f
+(horizon.)62 939 y Fh(\017)21 b Fb(void)g(aphid)p 326
+939 V 14 w(eval)p 428 939 V 15 w(leaf\(int)f(alpha,)h(int)g(beta,)g
+(int)g(depth,)g(char)g(*p)p 1403 939 V 15 w(hash,)g(char)g(*p)p
+1702 939 V 15 w(key\))p Fk(:)104 980 y(This)10 b(routine)h(determines)g
+(a)f(score)i(v)n(alue)d(for)h(the)i(leaf,)e(based)h(on)f(the)h(b)q(est)
+h(information)7 b(a)o(v)n(ailable)h(to)j(the)g(master.)104
+1022 y Fb(p)p 129 1022 V 15 w(hash)i Fk(and)h Fb(p)p
+348 1022 V 15 w(key)g Fk(are)g(required)h(to)f(determine)f(if)g(this)h
+(no)q(de)h(has)f(b)q(een)h(previously)e(visited.)62 1096
+y Fh(\017)21 b Fb(void)g(aphid)p 326 1096 V 14 w(intnode)p
+494 1096 V 15 w(start\(int)f(depth,)g(char)h(*p)p 1032
+1096 V 15 w(hash,)g(char)g(*p)p 1331 1096 V 15 w(key\))p
+Fk(:)16 b(Called)11 b(b)o(y)g(a)h(master)f(pro)q(cess,)104
+1138 y(this)j(routine)g(initializes)e(b)q(ound)i(gathering)g
+(information)d(for)i(an)h(in)o(terior)f(no)q(de)h(within)f(the)i(game)d
+(tree.)19 b Fb(p)p 1850 1138 V 16 w(hash)104 1179 y Fk(and)13
+b Fb(p)p 209 1179 V 16 w(key)g Fk(are)h(required)h(to)f(determine)g(if)
+f(this)h(no)q(de)g(has)g(b)q(een)h(previously)f(visited.)62
+1254 y Fh(\017)21 b Fb(void)g(aphid)p 326 1254 V 14 w(intnode)p
+494 1254 V 15 w(move\(int)f(depth,)g(char)h(*moveptr\))p
+Fk(:)k(Called)18 b(b)o(y)g(a)g(master)g(pro)q(cess,)i(this)f(routine)
+104 1295 y(inserts)c(the)f(mo)o(v)o(e)e(p)q(oin)o(ted)i(to)f(b)o(y)h
+Fb(moveptr)e Fk(in)o(to)h(a)h(hidden)g(mo)o(v)o(e)e(list)h(that)h(will)
+e(ev)o(en)o(tually)h(b)q(e)i(sen)o(t)f(to)g(a)f(sla)o(v)o(e)104
+1337 y(in)g Fb(aphid)p 265 1337 V 15 w(eval)p 368 1337
+V 15 w(leaf)p Fk(.)62 1411 y Fh(\017)21 b Fb(void)g(aphid)p
+326 1411 V 14 w(intnode)p 494 1411 V 15 w(update\(int)e(depth,)i(int)g
+(value\))p Fk(:)27 b(Called)19 b(b)o(y)f(the)i(master)f(pro)q(cess,)j
+(this)d(routine)104 1453 y(tak)o(es)d(the)g(v)n(alue)f(returned)j(b)o
+(y)d(the)i(c)o(hild)e Fj(\013\014)j Fk(call)d(and)h(uses)h(it)e(to)h
+(up)q(date)g(the)h(hidden)e(\\b)q(ound")h(information)104
+1494 y(gathered)f(for)e(ev)o(ery)i(no)q(de)f(in)f(the)i(master's)e
+(tree.)62 1569 y Fh(\017)21 b Fb(void)g(aphid)p 326 1569
+V 14 w(intnode)p 494 1569 V 15 w(fixbound\(int)e(depth\))p
+Fk(:)f(In)d(the)g(case)h(of)e(a)g(cut-o\013,)h(this)g(routine)g(will)e
+(\014x)h(the)i(hidden)104 1610 y(b)q(ound)e(information)d(when)j(not)g
+(all)f(mo)o(v)o(es)f(ha)o(v)o(e)i(b)q(een)h(fully)d(explored.)62
+1685 y Fh(\017)21 b Fb(void)g(aphid)p 326 1685 V 14 w(intnode)p
+494 1685 V 15 w(end\(int)f(depth,)h(int)g(*score\))p
+Fk(;)12 b(This)j(routine)f(is)g(called)g(b)o(y)h(a)f(master)f(for)h(ev)
+o(ery)i(in-)104 1726 y(ternal)d(no)q(de)g(within)f(the)i(tree,)g(and)e
+(ensures)j(that)e(the)g(score)i(returned)f(is)f(consisten)o(t)h(with)e
+(previously)h(gathered)104 1768 y(information)e(ab)q(out)j(the)g(no)q
+(de.)0 1884 y Fv(A.7)56 b(In)n(terface)18 b(Calls)h(Used)f(b)n(y)h(Sla)
+n(v)n(es)g(Only)62 1952 y Fh(\017)i Fb(int)g(aphid)p
+304 1952 V 15 w(checkalarm\(\))p Fk(:)e(This)d(routine)h(c)o(hec)o(ks)g
+(to)f(see)h(if)f(a)f(searc)o(h)j(should)e(b)q(e)g(terminated.)24
+b(If)16 b(the)h(v)n(alue)104 1994 y(returned)f(is)e(equal)f(to)h(0,)g
+(the)h(searc)o(h)g(should)f(con)o(tin)o(ue.)19 b(If)13
+b(the)i(v)n(alue)f(returned)h(is)f(not)h(equal)e(to)h(0,)g(the)g
+(curren)o(t)104 2035 y(searc)o(h)h(has)f(b)q(een)h(in)o(terrupted,)g
+(and)e(w)o(e)h(should)g(terminate)f(it)h(in)f(a)h(\\nice")g(w)o(a)o(y)m
+(.)0 2151 y Fv(A.8)56 b(The)18 b(\\aphid.con\014g")h(File)e
+(Description)62 2220 y Fh(\017)k Fk(The)15 b(\014rst)g(line)f(con)o
+(tains)h(t)o(w)o(o)f(in)o(tegers:)21 b(The)15 b(n)o(um)o(b)q(er)f(of)g
+(lev)o(els)g(in)g(the)i(pro)q(cess)g(hierarc)o(h)o(y)m(,)e(and)h(the)g
+(minim)n(um)104 2261 y(depth)f(of)g(w)o(ork)f(that)h(can)g(b)q(e)h
+(handed)f(out)g(to)g(a)f(sla)o(v)o(e.)62 2336 y Fh(\017)21
+b Fk(The)d(next)g(lines)g(eac)o(h)g(con)o(tain)g(one)g(in)o(teger,)g
+(eac)o(h)g(in)o(teger)h(represen)o(ting)g(the)f(v)n(alue)g(of)f
+Fj(d)1607 2321 y Fa(0)1636 2336 y Fk(for)g(a)h(lev)o(el)f(in)g(the)104
+2377 y(pro)q(cess)e(hierarc)o(h)o(y)m(.)62 2452 y Fh(\017)21
+b Fk(The)14 b(last)g(lines)g(indicate)h(what)f(mac)o(hines)f(the)i(pro)
+q(cesses)i(should)c(b)q(e)i(spa)o(wned)g(on,)f(and)g(what)g(executable)
+h(is)f(to)104 2493 y(b)q(e)j(run,)g(one)g(line)f(p)q(er)i(pro)q(cess)g
+(to)f(b)q(e)g(spa)o(wned.)27 b(By)17 b(default,)f(APHID)h(will)e(spa)o
+(wn)i(an)f(executable)i(with)e(the)104 2535 y(same)d(program)f(name)h
+(as)h(the)h(original)d(program)g(unless)j(a)f Fb(#)f
+Fk(c)o(haracter)j(app)q(ears)e(on)g(the)h(line,)e(whic)o(h)h(indicates)
+104 2576 y(a)h(separation)h(b)q(et)o(w)o(een)h(the)f(mac)o(hine)e(name)
+g(and)i(the)g(program)e(name.)22 b(The)16 b(absolute)f(master)g(pro)q
+(cess)j(is)d(not)104 2618 y(listed)c(in)f(this)h(hierarc)o(h)o(y)m(.)17
+b(A)10 b(pro)q(cess)j(hierarc)o(h)o(y)e(can)g(b)q(e)g(sp)q(eci\014ed)i
+(using)d(tabs)h(to)g(mo)o(v)o(e)e(the)i(start)h(of)e(the)h(mac)o(hine)
+104 2659 y(name)h(o)o(v)o(er)i(in)g(the)g(\014le.)954
+2790 y(22)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/parallel/brockington96taxonomy.ps b/parallel/brockington96taxonomy.ps
new file mode 100755 (executable)
index 0000000..bc73cc7
--- /dev/null
@@ -0,0 +1,2428 @@
+%!PS-Adobe-2.0
+%%Creator: dvips 5.55 Copyright 1986, 1994 Radical Eye Software
+%%Title: taxonomy.dvi
+%%CreationDate: Wed Jun 12 00:05:43 1996
+%%Pages: 14
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%EndComments
+%DVIPSCommandLine: dvips taxonomy
+%DVIPSParameters: dpi=300, comments removed
+%DVIPSSource:  TeX output 1996.06.12:0003
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]{ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}
+if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore showpage
+userdict /eop-hook known{eop-hook}if}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+TeXDict begin 40258431 52099146 1000 300 300
+(/usr/maligne2/grad/brock/Writing/taxonomy/taxonomy.dvi)
+@start /Fa 2 101 df<00200060006000C000C000C00180018001800300030003000600
+06000C000C000C00180018001800300030003000600060006000C000C000C0000B1D7E95
+11>61 D<007C000C0018001800180018003007B00C7010703060606060606060C0C0C0C8
+C0C841C862D03C700E147E9311>100 D E /Fb 4 81 df<7FFFC0FFFFC07FFFC01C01C0
+1C01C01C01C01C01C01C00001C00001C1C001C1C001FFC001FFC001FFC001C1C001C1C00
+1C00001C00E01C00E01C00E01C00E01C00E07FFFE0FFFFE07FFFE013197F9816>69
+D<7E1FC0FF3FE07F1FC01D07001D87001D87001D87001DC7001DC7001CC7001CC7001CE7
+001CE7001CE7001C67001C67001C77001C77001C37001C37001C37001C17007F1F00FF9F
+007F0F0013197F9816>78 D<1FFC003FFE007FFF00780F00F00780E00380E00380E00380
+E00380E00380E00380E00380E00380E00380E00380E00380E00380E00380E00380F00780
+F00780780F007FFF003FFE001FFC0011197E9816>I<7FF800FFFE007FFF001C0F801C03
+801C03C01C01C01C01C01C01C01C03C01C03801C0F801FFF001FFE001FF8001C00001C00
+001C00001C00001C00001C00001C00007F0000FF80007F000012197F9816>I
+E /Fc 21 123 df<000FE0200070186001C00460030003E0060001E00E0000E01C000060
+38000060380000207800002070000020F0000000F0000000F0000000F0000000F0000000
+F0000000F0000000F0000000700000207800002038000020380000201C0000400E000040
+060000800300010001C0060000701800000FE0001B1E7D9C21>67
+D<FFF00FF80F0007C00F0003000F0002000F0004000F0008000F0010000F0060000F0080
+000F0100000F0200000F0700000F0F80000F1780000F23C0000F43E0000F81E0000F00F0
+000F00F8000F0078000F003C000F001E000F001F000F000F000F0007800F0007C00F0007
+E0FFF03FFC1E1C7D9B23>75 D<FFFFE0000F0078000F001C000F000E000F0007000F0007
+800F0007800F0007800F0007800F0007800F0007000F000E000F001C000F0078000FFFE0
+000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000
+000F0000000F0000000F000000FFF00000191C7D9B1F>80 D<7FFFFFC0700F01C0600F00
+C0400F0040400F0040C00F0020800F0020800F0020800F0020000F0000000F0000000F00
+00000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F00
+00000F0000000F0000000F0000000F0000000F0000001F800003FFFC001B1C7D9B21>84
+D<FFE07FF03FC01F000F800F001F000F0006000F000F8004000F000F8004000F800F8004
+0007801FC00800078013C00800078013C0080003C033E0100003C021E0100003C021E010
+0001E061F0200001E040F0200001E040F0200000F040F8400000F08078400000F0807840
+000078807C80000079003C80000079003C8000003D003F0000003E001F0000003E001F00
+00001E001E0000001C000E0000001C000E0000000C000C00000008000400002A1D7E9B2E
+>87 D<7FFFFC7C00787000786000F06001E04001E04003C0400780400780000F00001E00
+001E00003C0000780000780000F00001E00001E00403C0040780040780040F000C1E0008
+1E00083C00187800387800F8FFFFF8161C7D9B1C>90 D<00200000700000700000700000
+B80000B80000B800011C00011C00011C00020E00020E0004070004070007FF0008038008
+03800803801801C03803C0FE0FF815157F9419>97 D<FFFF801C03801C00801C00801C00
+401C00401C10401C10001C10001C30001FF0001C30001C10001C10201C10201C00201C00
+601C00401C00C01C01C0FFFFC013157F9417>101 D<00FC200782600E01E01C00E03800
+60780020700020F00020F00000F00000F00000F00FF8F000E0F000E07000E07800E03800
+E01C00E00E00E007836000FC2015157E941B>103 D<FF8FF81C01C01C01C01C01C01C01
+C01C01C01C01C01C01C01C01C01C01C01FFFC01C01C01C01C01C01C01C01C01C01C01C01
+C01C01C01C01C01C01C0FF8FF815157F9419>I<FF801C001C001C001C001C001C001C00
+1C001C001C001C001C001C001C001C001C001C001C001C00FF8009157F940D>I<FF83F8
+1C01E01C01801C01001C02001C04001C08001C10001C30001C70001CB8001D1C001E1C00
+1C0E001C07001C07801C03801C01C01C01E01C01F0FF83FC16157F941A>107
+D<FFC0001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00
+001C00001C00801C00801C00801C01801C01001C03001C0700FFFF0011157F9415>I<FC
+03F81E00E01E004017004013804013C04011C04010E040107040107040103840101C4010
+1C40100E401007401007C01003C01001C01000C03800C0FE004015157F9419>110
+D<01F800070E000C03001C03803801C07801E07000E0F000F0F000F0F000F0F000F0F000
+F0F000F0F000F07000E07801E03801C01C03801E0780070E0001F80014157E941A>I<FF
+F8001C0E001C07801C03801C03C01C03C01C03C01C03801C07801C0E001FF8001C1C001C
+0E001C07001C07001C07001C07801C07841C07C41C03CCFF80F816157F9419>114
+D<FF83F81C00E01C00401C00401C00401C00401C00401C00401C00401C00401C00401C00
+401C00401C00401C00401C00400C00C00E008006010003860000FC0015157F9419>117
+D<FF0FF87E3C01E03C3801C0181C02E0101C02E0101C02E0100E0470200E0470200E0470
+2007083840070838400708384003901C8003901C8003901C8001E00F0001E00F0001E00F
+0000C0060000C0060000C006001F157F9423>119 D<FF87F01E03800E03000F02000704
+0003840003C80001D00000F00000F00000700000780000BC00011C00010E00020F000407
+000403800C03C03C03C0FE07F815157F9419>I<FF80FE1E00780E00200F004007004003
+808003C18001C10000E20000E200007400007C0000380000380000380000380000380000
+380000380000380001FF001715809419>I<FFFEF01CC01CC0388038807080E000E001C0
+01C00380070007000E020E021C02380238067006701EFFFE0F157E9415>I
+E /Fd 2 26 df<0000300000F00001C0000700001E0000780001E0000380000E00003C00
+00F00000F000003800000E000007800001E000007800001C000007000003C00000F00000
+300000000000000000000000000000000000007FFFE0FFFFF0141E7D951B>20
+D<0F00043FC0047FE004F0F00CC03C3C801FF8800FF08003C00000000F00043FC0047FE0
+04F0F00CC03C3C801FF8800FF08003C016117E901B>25 D E /Fe
+22 122 df<7FF0FFE00C027F890E>45 D<000020000000300000007000000070000000F0
+000000F0000001F00000037800000278000006780000047800000C780000087C0000183C
+0000103C0000203C0000203C0000403C0000403E0000FFFE0000801E0001001E0001001E
+0002001E0002000F0004000F0004000F001E001F00FF80FFF01C1D7F9C1F>65
+D<0007F010001C0C300070026000C001E0038000E0070000E00E0000600E0000601C0000
+403C00004038000040780000007800000078000000F0000000F0000000F0000000F000FF
+F0F0000F80F0000780F0000F0070000F0070000F0038000F0038000F001C001F000C001E
+000600660003818200007E00001C1E7C9C21>71 D<0FFFFC0000F80F0000F0038000F003
+C000F001C000F001C000F001C001E003C001E003C001E003C001E0038001E0070001E00E
+0003C03C0003FFE00003C0000003C0000003C0000003C000000780000007800000078000
+000780000007800000078000000F0000000F800000FFF000001A1C7E9B1C>80
+D<003F0400C0CC0180380300380600180E00180E00180E00181E00101E00001F00000F80
+000FF80007FF0003FF8001FFC0003FE00003E00001E00000E00000E04000E04000E04000
+E04000C06001C0E00180F00300CC0E0083F800161E7E9C17>83 D<1FFFFFF03C07C0F030
+07803020078020600780204007802040078020400F0020800F0020000F0000000F000000
+0F0000000F0000001E0000001E0000001E0000001E0000001E0000001E0000003C000000
+3C0000003C0000003C0000003C0000003C000000780000007C00001FFFE0001C1C7C9B1E
+>I<07F0001C18001E0C001C0E00180E00000E00000E0001FE000F0E001C1C00301C0070
+1C00E01C40E01C40E03C40E05C80709D803F0E0012127D9115>97
+D<01F8071C0C1E181C38183000700070007000E000E000E000600060047008301018200F
+C00F127D9112>99 D<01F8070C0C061C073803300370037FFF7000E000E000E000600060
+02300430081C3007C010127E9112>101 D<000F800039C00061C000E3C001C18001C000
+01C00001C0000380000380000380003FF800038000038000070000070000070000070000
+0700000700000E00000E00000E00000E00000E00000E00001C00001E0000FFC000121D7F
+9C0D>I<000038003CCC00C69C0183080383800703800703800703800703800707000306
+00038C0004F0000400000C00000C00000FFE0007FF800FFFC01801C02000C06000E0C000
+C0C000C0600180200300180E0007F000161C809215>I<07E00001E00001C00001C00001
+C00001C00001C00001C000038000038000038000038F8003B0C003C0E00780E00780E007
+00E00700E00700E00700E00E01C00E01C00E01C00E01C00E01C00E01C01C03801E03C0FF
+9FF0141D7F9C17>I<00C001C001C0018000000000000000000000000000001F80078003
+800700070007000700070007000E000E000E000E000E000E001C001E00FF800A1D7F9C0C
+>I<07E001E001C001C001C001C001C001C0038003800380038003800380070007000700
+0700070007000E000E000E000E000E000E001C001E00FF800B1D7F9C0C>108
+D<1F8FC0FC00079061060003E07607000780780700078078070007007007000700700700
+070070070007007007000E00E00E000E00E00E000E00E00E000E00E00E000E00E00E000E
+00E00E001C01C01C001E01E01E00FF8FF8FF8021127F9124>I<1F8F8007B0C003C0E007
+80E00780E00700E00700E00700E00700E00E01C00E01C00E01C00E01C00E01C00E01C01C
+03801E03C0FF9FF014127F9117>I<00FC000307000E01801C01C03800C03000C07000E0
+7000E07000E0E001C0E001C0E001C0600180600380700700380E001C180007E00013127E
+9115>I<1F9C07EE03CF078E078C07000700070007000E000E000E000E000E000E001C00
+1E00FFC010127F9110>114 D<03F20C0E18061004300438043E001FE00FF007F8003C40
+1C400C400C6018E010D0608FC00F127F9110>I<020002000200060006000C001C003C00
+FFE01C001C00380038003800380038003800700070407040704070407080708031001E00
+0B1A7C9910>I<1FE3FC07C1E003818001C10001C20000E40000EC000078000070000038
+00007800009C00011E00020E000407000C07003C0780FE1FF016127F9116>120
+D<0FF0FE03C03801C03001C02001C06001C04001E08000E08000E10000E10000E2000072
+00007400007C00007800007000003000002000002000004000004000708000F10000F100
+00E60000780000171A809116>I E /Ff 2 13 df<07C0000C3040101040201880601880
+C00C80C00D00C00E00800E00800C00C01C00C02C0060C4803F0300120E7E8D17>11
+D<000F0000308000C0C00080400100600200C00400C0040080040180083F00083E000801
+00080180100180100180100180100180300300300300300600280C0044180043E0004000
+00400000800000800000800000800000131D7F9614>I E /Fg 13
+118 df<60F0F0600404798312>46 D<03E007F01E18381C30FC71FE739EE30EE70EE70E
+E70EE70EE30C739C71F830F038001E0E07FE03F80F147F9312>64
+D<3F807FC070E0207000700FF03FF07870E070E070E07070F03FFE1F3E0F0E7E8D12>97
+D<F800F80038003800380038003BE03FF03C38381C380C380E380E380E380E380C381C3C
+383FF01BC00F147F9312>I<07F01FF8383870106000E000E000E000E000600070383838
+1FF007E00D0E7E8D12>I<07801FE0387070706038E038FFF8FFF8E0006000703838381F
+F007C00D0E7E8D12>101 D<F800F80038003800380038003BFC3BFC38F039E03BC03F80
+3F803FC03DE038E038703838FC7EFC7E0F147F9312>107 D<FF00FF0007000700070007
+00070007000700070007000700070007000700070007000700FFF8FFF80D147E9312>I<
+0F803FE038E07070E038E038E038E038E038F078707038E03FE00F800D0E7E8D12>111
+D<FCF8FDFC1F1C1E081E001C001C001C001C001C001C001C00FFC0FFC00E0E7E8D12>
+114 D<1FF03FF06070C070E0007F003FE00FF000786018E018F030FFE0DFC00D0E7E8D12
+>I<06000E000E000E007FF8FFF80E000E000E000E000E000E000E000E380E380E3807F0
+03C00D127F9112>I<F8F8F8F838383838383838383838383838383838383838781FFE0F
+BE0F0E7F8D12>I E /Fh 73 123 df<00FCF807839C0E079C1C07081C07001C07001C07
+001C07001C0700FFFFE01C07001C07001C07001C07001C07001C07001C07001C07001C07
+001C07001C07001C0700FF1FE01617809615>11 D<00FC000782000E07001C07001C0200
+1C00001C00001C00001C0000FFFF001C07001C07001C07001C07001C07001C07001C0700
+1C07001C07001C07001C07001C0700FF1FE01317809614>I<60C0F1E0F1E070E0102010
+2020402040408040800B0A7F9612>34 D<01C0000320000610000E10000E10000E10000E
+20000E40000E80000780FE0700380700200B802013804031C04061E08060E100E07100E0
+3A00E01C02700E0238370C0FC1F817177F961B>38 D<0102040C1818303070606060E0E0
+E0E0E0E0E0E0E0E060606070303018180C04020108227D980E>40
+D<8040203018180C0C0E060606070707070707070707070606060E0C0C18183020408008
+227E980E>I<020002000200C218F2783AE00F800F803AE0F278C2180200020002000D0E
+7E9812>I<00300000300000300000300000300000300000300000300000300000300000
+3000FFFFFCFFFFFC00300000300000300000300000300000300000300000300000300000
+300000300016187E931B>I<60F0F070101020204040040A7D830A>I<FF80FF8009028087
+0C>I<60F0F06004047D830A>I<0008001800300030003000600060006000C000C000C001
+8001800180030003000600060006000C000C000C00180018001800300030003000600060
+006000C000C0000D217E9812>I<07C018303018701C600C600CE00EE00EE00EE00EE00E
+E00EE00EE00EE00E600C600C701C30181C7007C00F157F9412>I<03000700FF00070007
+000700070007000700070007000700070007000700070007000700070007007FF00C157E
+9412>I<0F8030E040708030C038E0384038003800700070006000C00180030006000C08
+080810183FF07FF0FFF00D157E9412>I<0FE030306018701C701C001C00180038006007
+E000300018000C000E000EE00EE00EC00C401830300FE00F157F9412>I<003000300070
+00F001F001700270047008701870107020704070C070FFFE0070007000700070007003FE
+0F157F9412>I<20303FE03FC0240020002000200020002F8030E0207000300038003840
+38E038E0388030406020C01F000D157E9412>I<01F00608080C181C301C70006000E000
+E3E0EC30F018F00CE00EE00EE00E600E600E300C3018183007C00F157F9412>I<40007F
+FE7FFC7FF8C008801080200040008000800100010003000200060006000E000E000E000E
+000E0004000F167E9512>I<07E018302018600C600C700C78183E101F600FC00FF018F8
+607C601EC00EC006C006C004600C38300FE00F157F9412>I<07C0183030186018E00CE0
+0CE00EE00EE00E601E301E186E0F8E000E000C001C70187018603020C01F800F157F9412
+>I<60F0F06000000000000060F0F060040E7D8D0A>I<FFFFFCFFFFFC0000000000000000
+00000000000000000000FFFFFCFFFFFC160A7E8C1B>61 D<001000003800003800003800
+005C00005C00005C00008E00008E00008E0001070001070003078002038002038007FFC0
+0401C00401C00800E00800E01800E03800F0FE03FE17177F961A>65
+D<FFFE001C03801C00E01C00601C00701C00701C00701C00701C00E01C01C01FFF801FFF
+C01C00E01C00701C00301C00381C00381C00381C00381C00701C00E01C01C0FFFF001517
+7F9619>I<00FC100383300E00B01C0070380030300030700010600010E00010E00000E0
+0000E00000E00000E00000E000106000107000103000203800201C00400E008003830000
+FC0014177E9619>I<FFFF001C01C01C00E01C00301C00381C00181C001C1C000C1C000E
+1C000E1C000E1C000E1C000E1C000E1C000E1C000C1C001C1C001C1C00381C00301C0060
+1C01C0FFFF0017177F961B>I<FFFFE01C00E01C00601C00201C00101C00101C00101C04
+001C04001C04001C0C001FFC001C0C001C04001C04081C04081C00081C00181C00101C00
+101C00301C00F0FFFFF015177F9618>I<FFFFE01C00E01C00601C00201C00101C00101C
+00101C04001C04001C04001C0C001FFC001C0C001C04001C04001C04001C00001C00001C
+00001C00001C00001C0000FFC00014177F9617>I<007E080381980600580C0038180018
+300018700008700008E00008E00000E00000E00000E00000E003FEE00038700038700038
+3000381800380C00380600380380D8007F0817177E961C>I<FF83FE1C00701C00701C00
+701C00701C00701C00701C00701C00701C00701C00701FFFF01C00701C00701C00701C00
+701C00701C00701C00701C00701C00701C0070FF83FE17177F961A>I<FFE00E000E000E
+000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E
+00FFE00B177F960D>I<0FFC00E000E000E000E000E000E000E000E000E000E000E000E0
+00E000E000E000E000E0E0E0E0E0C1C061801F000E177E9612>I<FF80FE1C00781C0060
+1C00401C00801C01001C06001C08001C10001C38001C78001C9C001D0E001E0E001C0700
+1C03801C01C01C01C01C00E01C00701C00781C007CFF80FF18177F961B>I<FFC0001C00
+001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00
+001C00201C00201C00201C00601C00601C00401C00C01C03C0FFFFC013177F9616>I<FE
+0003F81E0003C0170005C0170005C0170005C0138009C0138009C011C011C011C011C011
+C011C010E021C010E021C0107041C0107041C0107041C0103881C0103881C0101D01C010
+1D01C0100E01C0100E01C0380E01C0FE040FF81D177F9620>I<FC00FE1E00381F001017
+001013801011C01011C01010E010107010103810103810101C10100E10100F1010071010
+03901001D01001D01000F0100070100030380030FE001017177F961A>I<00FC00030300
+0E01C01C00E0380070300030700038600018E0001CE0001CE0001CE0001CE0001CE0001C
+E0001C7000387000383000303800701C00E00E01C003030000FC0016177E961B>I<FFFE
+001C03801C00C01C00601C00701C00701C00701C00701C00601C00C01C03801FFE001C00
+001C00001C00001C00001C00001C00001C00001C00001C00001C0000FF800014177F9618
+>I<FFFC001C03801C00C01C00E01C00701C00701C00701C00701C00E01C00C01C03801F
+FE001C07801C01C01C00E01C00E01C00E01C00E01C00E01C00E11C00E11C0072FF803C18
+177F961A>82 D<0FC4302C601C400CC004C004C004E00070007F003FE00FF801FC001C00
+0E0006800680068006C004E008D81087E00F177E9614>I<7FFFF8603818403808403808
+803804803804803804003800003800003800003800003800003800003800003800003800
+00380000380000380000380000380000380007FFC016177F9619>I<FF80FE1C00381C00
+101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00
+101C00101C00101C00100E0020060020030040018180007E0017177F961A>I<FF80FE3C
+00381C00101C00100E00200E002007004007004007004003808003808003C18001C10001
+C10000E20000E20000F60000740000740000380000380000380000100017177F961A>I<
+FF07FC3F803C01E00E001C00E004001C00E004001C017004000E017008000E017008000E
+023808000702381000070238100007041C100003841C200003841C200003880E200001C8
+0E400001C80E400001D80F400000F007800000F007800000F00780000060030000006003
+0000006003000021177F9624>I<FFC03F801E001C000F00080007001000078030000380
+200001C0400001E0400000E0800000F1800000710000003A0000003E0000001C0000001C
+0000001C0000001C0000001C0000001C0000001C0000001C0000001C000000FF80001917
+80961A>89 D<204020404080408081008100E1C0F1E0F1E060C00B0A7B9612>92
+D<1FC0386038301038003803F81E3830387038E039E039E07970FF1F1E100E7F8D12>97
+D<FC00001C00001C00001C00001C00001C00001C00001C00001C00001CF8001F06001C03
+001C03801C01801C01C01C01C01C01C01C01C01C01801C03801C03001B0E0010F8001217
+809614>I<07F01838303870106000E000E000E000E000600070083008183007C00D0E7F
+8D10>I<007E00000E00000E00000E00000E00000E00000E00000E00000E0007CE001C3E
+00300E00700E00600E00E00E00E00E00E00E00E00E00600E00700E00301E00182E0007CF
+C012177F9614>I<0FC0186030307038E018FFF8E000E000E000600070083010183007C0
+0D0E7F8D10>I<03E006700E701C201C001C001C001C001C00FF801C001C001C001C001C
+001C001C001C001C001C001C001C00FF800C1780960B>I<0F9E18E33060707070707070
+306018C02F80200060003FE03FF83FFC600EC006C006C006600C38380FE010157F8D12>
+I<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C7C001D8E001E07
+001C07001C07001C07001C07001C07001C07001C07001C07001C07001C0700FF9FE01317
+809614>I<183C3C1800000000007C1C1C1C1C1C1C1C1C1C1C1C1CFF081780960A>I<FC00
+001C00001C00001C00001C00001C00001C00001C00001C00001C3F801C1C001C18001C20
+001C40001CC0001FE0001CF0001C70001C78001C3C001C1E001C1E00FF3FC01217809613
+>107 D<FC001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C00
+1C001C001C001C001C001C00FF80091780960A>I<FC7C1F001D8E63801E0781C01C0701
+C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701
+C0FF9FE7F81D0E808D1E>I<FC7C001D8E001E07001C07001C07001C07001C07001C0700
+1C07001C07001C07001C07001C0700FF9FE0130E808D14>I<07C018303018600C600CE0
+0EE00EE00EE00EE00E701C3018183007C00F0E7F8D12>I<FCF8001F0E001C03001C0380
+1C01801C01C01C01C01C01C01C01C01C01801C03801C07001F0E001CF8001C00001C0000
+1C00001C00001C0000FF80001214808D14>I<07C2001C2600381E00700E00600E00E00E
+00E00E00E00E00E00E00600E00700E00301E001C2E0007CE00000E00000E00000E00000E
+00000E00007FC012147F8D13>I<FCF01D381E381C101C001C001C001C001C001C001C00
+1C001C00FF800D0E808D0E>I<1F4060C0C040C040E000FF007F801FC001E080608060C0
+60E0C09F000B0E7F8D0E>I<080008000800180018003800FF8038003800380038003800
+3800380038403840384038401C800F000A147F930E>I<FC3F001C07001C07001C07001C
+07001C07001C07001C07001C07001C07001C07001C0F000E170003E7E0130E808D14>I<
+FE1F3C0E3C0C1C081C080E100E100720072003C003C003C001800180100E7F8D13>I<FC
+FE7C3838383838101C3C201C3C201C4C200E4E400E4E400E864007878007878007038003
+0300030300160E7F8D19>I<FE3F3C181C100E20074007C0038001C002E004F008701838
+383CFC7F100E7F8D13>I<FE1F3C0E3C0C1C081C080E100E100720072003C003C003C001
+80018001000100E200E200A400780010147F8D13>I<FFF0C0E080E081C0838087800700
+0E001E081C08381870107030FFF00D0E7F8D10>I E /Fi 1 50 df<0C003C00CC000C00
+0C000C000C000C000C000C000C000C000C000C000C00FF8009107E8F0F>49
+D E /Fj 1 4 df<01800180018001804182F18F399C0FF003C003C00FF0399CF18F4182
+018001800180018010127E9215>3 D E /Fk 12 113 df<00F000030C000E06041C0704
+380708300708700790700790E003A0E003A0E003C0E00380E00380E00380600780601B88
+3061900F80E016127E911B>11 D<0001F000061800080C00100C00200E00400E00800E00
+801C01001C010018010038020FF00210C0020FE002003004003004003004003804003808
+00700800700800700800E01800E01800C0140180140300230E0020F80020000020000040
+000040000040000040000080000080000017257F9C17>I<01FFFF80003C01E000380070
+003800380038001C0038001C0070001C0070001E0070001E0070001E00E0001E00E0001E
+00E0001E00E0001E01C0003C01C0003C01C0003C01C000380380007803800070038000F0
+038000E0070001C0070003800700070007001C000E007800FFFFC0001F1C7E9B22>68
+D<01FFFFF8003C0078003800180038001000380010003800100070001000700010007010
+100070100000E0200000E0200000E0600000FFE00001C0400001C0400001C0400001C040
+0003808040038000400380008003800080070001000700010007000300070006000E003E
+00FFFFFC001D1C7E9B1F>I<01FC00FF80001C001C00002E001800002E001000002E0010
+00002700100000470020000043002000004380200000438020000081C040000081C04000
+0081C040000080E040000100E08000010070800001007080000100708000020039000002
+00390000020039000002001D000004001E000004000E000004000E00000C000E00001C00
+040000FF80040000211C7E9B21>78 D<0003F800000E0E000038038000E001C001C001C0
+038000E0070000E00F0000F01E0000F01C0000F03C0000F03C0000F0780000F0780000F0
+780000F0F00001E0F00001E0F00001E0F00003C0F00003C0F0000780F0000780F0000F00
+70000E0070001C00380038003C0070001C01C0000707800001FC00001C1E7E9C20>I<01
+FFFE00003C03C0003800E0003800F00038007000380070007000F0007000F0007000F000
+7001E000E001C000E0078000E01E0000FFF00001C0300001C0180001C01C0001C01C0003
+801C0003801C0003801C0003801C0007003C0007003C0807003C0807003C100F001E10FF
+E00E20000007C01D1D7E9B20>82 D<000FC100303300400F008006018006030006030006
+06000406000407000007000007800003F00001FF0000FFC0003FE00003E00000F0000070
+0000300000302000302000306000606000606000C0600080F00300CC060083F800181E7E
+9C19>I<3F00070007000E000E000E000E001C001C001C001C0039E03A303C1838187018
+701C701C701CE038E038E038E030E070E060E0C061C023001E000E1D7E9C12>98
+D<0007E00000E00000E00001C00001C00001C00001C000038000038000038000038001E7
+000717000C0F00180F00380E00300E00700E00700E00E01C00E01C00E01C00E01C00E038
+80E03880E038806078803199001E0E00131D7E9C16>100 D<0FC00001C00001C0000380
+000380000380000380000700000700000700000700000E07000E18800E21C00E23C01C47
+801C83001D00001E00003F800039C00038E00038E00070E10070E10070E10070E200E062
+00603C00121D7E9C16>107 D<07078009C86008D03008E03011C03011C03801C03801C0
+380380700380700380700380600700E00700C00701800783000E86000E78000E00000E00
+001C00001C00001C00001C00003C0000FF8000151A819115>112
+D E /Fl 53 122 df<0020004001800380030006000E001C001C003C0038003800780078
+007800F800F000F000F000F000F000F000F000F000F000F800780078007800380038003C
+001C001C000E000600030003800180004000200B297C9E13>40 D<800040003000380018
+000C000E000700070007800380038003C003C003C003E001E001E001E001E001E001E001
+E001E001E003E003C003C003C0038003800780070007000E000C00180038003000400080
+000B297D9E13>I<FFE0FFE0FFE0FFE00B047F8A10>45 D<78FCFCFCFC7806067D850D>I<
+00600001E0000FE000FFE000F3E00003E00003E00003E00003E00003E00003E00003E000
+03E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E000
+03E0007FFF807FFF80111B7D9A18>49 D<07F8001FFE00383F80780FC0FC07C0FC07E0FC
+03E0FC03E07803E00007E00007C00007C0000F80001F00001E0000380000700000E00001
+80600300600600600800E01FFFC03FFFC07FFFC0FFFFC0FFFFC0131B7E9A18>I<03F800
+1FFE003C1F003C0F807C07C07E07C07C07C03807C0000F80000F80001E00003C0003F800
+001E00000F800007C00007C00007E03007E07807E0FC07E0FC07E0FC07C0780F80781F00
+1FFE0007F800131B7E9A18>I<000180000380000780000F80001F80003F80006F8000CF
+80008F80018F80030F80060F800C0F80180F80300F80600F80C00F80FFFFF8FFFFF8000F
+80000F80000F80000F80000F80000F8001FFF801FFF8151B7F9A18>I<1801801FFF001F
+FE001FFC001FF8001FC00018000018000018000018000019F8001E0E00180F8010078000
+07C00007E00007E00007E07807E0F807E0F807E0F807C0F007C0600F80381F001FFE0007
+F000131B7E9A18>I<6000007FFFE07FFFE07FFFC07FFF807FFF80E00300C00600C00C00
+C0180000300000300000600000E00000E00001E00001C00003C00003C00003C00003C000
+07C00007C00007C00007C00007C00007C000038000131C7D9B18>55
+D<03F8000FFE001E0F803807803803C07803C07803C07E03C07F83807FC7003FFE001FFC
+000FFE0007FF801DFF80387FC0781FE0F007E0F003E0F001E0F001E0F001E07801C07803
+803E07801FFE0003F800131B7E9A18>I<03F8000FFE001E0F003C07807807807803C0F8
+03C0F803C0F803E0F803E0F803E0F803E07807E03807E03C0BE00E1BE003E3E00003E000
+03C00003C03807C07C07807C0700780F00383C001FF8000FE000131B7E9A18>I<000380
+00000380000007C0000007C0000007C000000FE000000FE000001FF000001BF000001BF0
+000031F8000031F8000061FC000060FC0000E0FE0000C07E0000C07E0001803F0001FFFF
+0003FFFF8003001F8003001F8006000FC006000FC00E000FE00C0007E0FFC07FFEFFC07F
+FE1F1C7E9B24>65 D<FFFFF800FFFFFF000FC01F800FC00FC00FC007C00FC007E00FC007
+E00FC007E00FC007E00FC007E00FC007C00FC00F800FC03F000FFFFE000FC00F800FC007
+C00FC007E00FC003E00FC003F00FC003F00FC003F00FC003F00FC003F00FC007E00FC007
+E00FC01FC0FFFFFF00FFFFFC001C1C7E9B22>I<001FE02000FFF8E003F80FE007C003E0
+0F8001E01F0000E03E0000E03E0000607E0000607C000060FC000000FC000000FC000000
+FC000000FC000000FC000000FC000000FC0000007C0000607E0000603E0000603E0000C0
+1F0000C00F80018007C0030003F80E0000FFFC00001FE0001B1C7D9B22>I<FFFFF800FF
+FFFF000FC01FC00FC007E00FC001F00FC001F80FC000F80FC000FC0FC0007C0FC0007C0F
+C0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007C0F
+C0007C0FC0007C0FC000F80FC000F80FC001F00FC007E00FC01FC0FFFFFF00FFFFF8001F
+1C7E9B25>I<FFFFFF00FFFFFF000FC01F000FC007000FC003000FC003800FC003800FC1
+81800FC181800FC181800FC180000FC380000FFF80000FFF80000FC380000FC180000FC1
+80000FC180600FC180600FC000E00FC000C00FC000C00FC001C00FC001C00FC003C00FC0
+0F80FFFFFF80FFFFFF801B1C7E9B1F>I<FFFFFF00FFFFFF000FC01F000FC007000FC003
+000FC003800FC003800FC001800FC181800FC181800FC180000FC180000FC380000FFF80
+000FFF80000FC380000FC180000FC180000FC180000FC180000FC000000FC000000FC000
+000FC000000FC000000FC00000FFFF0000FFFF0000191C7E9B1E>I<000FF008007FFE38
+01FC07F807E001F80F8000781F0000783F0000383E0000387E0000187C000018FC000000
+FC000000FC000000FC000000FC000000FC000000FC007FFFFC007FFF7C0001F87E0001F8
+3E0001F83F0001F81F0001F80F8001F807E001F801FC07F8007FFE78000FF818201C7D9B
+26>I<FFFC3FFFFFFC3FFF0FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00F
+C003F00FC003F00FC003F00FC003F00FFFFFF00FFFFFF00FC003F00FC003F00FC003F00F
+C003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F0FF
+FC3FFFFFFC3FFF201C7E9B25>I<FFFFFFFF07E007E007E007E007E007E007E007E007E0
+07E007E007E007E007E007E007E007E007E007E007E007E007E007E007E0FFFFFFFF101C
+7F9B12>I<07FFF007FFF0001F80001F80001F80001F80001F80001F80001F80001F8000
+1F80001F80001F80001F80001F80001F80001F80001F80001F80001F80301F80781F80FC
+1F80FC1F80FC1F00783E00387C000FF000141C7F9B19>I<FFFC07FFFFFC07FF0FC000E0
+0FC001C00FC003800FC006000FC00C000FC038000FC070000FC0E0000FC1C0000FC3C000
+0FC7E0000FCFE0000FFBF0000FF3F8000FE1F8000FC0FC000FC0FE000FC07E000FC03F00
+0FC01F800FC01FC00FC00FC00FC007E00FC007F0FFFC3FFFFFFC3FFF201C7E9B25>I<FF
+FF00FFFF000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000F
+C0000FC0000FC0000FC0000FC0000FC0030FC0030FC0030FC0070FC0070FC0060FC00E0F
+C01E0FC07EFFFFFEFFFFFE181C7E9B1D>I<FFC00003FFFFE00007FF0FE00007F00DF000
+0DF00DF0000DF00DF0000DF00CF80019F00CF80019F00C7C0031F00C7C0031F00C3E0061
+F00C3E0061F00C1F00C1F00C1F00C1F00C1F00C1F00C0F8181F00C0F8181F00C07C301F0
+0C07C301F00C03E601F00C03E601F00C01FC01F00C01FC01F00C01FC01F00C00F801F00C
+00F801F0FFC0701FFFFFC0701FFF281C7E9B2D>I<FFE003FFFFE003FF0FF000300FF800
+300DFC00300CFE00300C7E00300C3F00300C1F80300C1FC0300C0FE0300C07F0300C03F0
+300C01F8300C01FC300C00FE300C007F300C003F300C001FB00C001FF00C000FF00C0007
+F00C0003F00C0001F00C0000F00C0000F0FFC00070FFC00030201C7E9B25>I<003FE000
+01F07C0003C01E000F800F801F0007C01E0003C03E0003E07E0003F07C0001F07C0001F0
+FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC0001F87C0001F0
+7E0003F07E0003F03E0003E03F0007E01F0007C00F800F8003C01E0001F07C00003FE000
+1D1C7D9B24>I<FFFFF800FFFFFE000FC03F800FC00F800FC007C00FC007E00FC007E00F
+C007E00FC007E00FC007E00FC007C00FC007C00FC00F800FC03F000FFFFC000FC000000F
+C000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000F
+C00000FFFC0000FFFC00001B1C7E9B21>I<FFFFF00000FFFFFE00000FC03F00000FC00F
+80000FC007C0000FC007E0000FC007E0000FC007E0000FC007E0000FC007E0000FC007C0
+000FC00F80000FC03E00000FFFF000000FC07C00000FC03E00000FC03F00000FC01F8000
+0FC01F80000FC01F80000FC01F80000FC01F80000FC01F80000FC01F81800FC01F81800F
+C00FC180FFFC07C300FFFC01FE00211C7E9B24>82 D<07F8201FFEE03C07E07801E07000
+E0F000E0F00060F00060F80000FE0000FFE0007FFE003FFF003FFF800FFFC007FFE0007F
+E00003F00001F00000F0C000F0C000F0C000E0E000E0F001C0FC03C0EFFF0083FC00141C
+7D9B1B>I<7FFFFFE07FFFFFE0781F81E0701F80E0601F8060E01F8070C01F8030C01F80
+30C01F8030C01F8030001F8000001F8000001F8000001F8000001F8000001F8000001F80
+00001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F80
+0007FFFE0007FFFE001C1C7E9B21>I<FFFC03FFFFFC03FF0FC000300FC000300FC00030
+0FC000300FC000300FC000300FC000300FC000300FC000300FC000300FC000300FC00030
+0FC000300FC000300FC000300FC000300FC000300FC000300FC0003007C0003007C00060
+03E000E001F001C000FC0780007FFE00000FF800201C7E9B25>I<FFFC7FFE0FFCFFFC7F
+FE0FFC0FC007E000C00FC007F000C00FE003F001C007E003F0018007E007F8018003F007
+F8030003F007F8030003F80CFC070001F80CFC060001F81CFE060001FC187E0E0000FC18
+7E0C0000FC387F0C00007E303F1800007E303F1800007F601FB800003F601FB000003FE0
+1FF000003FC00FF000001FC00FE000001FC00FE000000F8007C000000F8007C000000F00
+03C0000007000380000007000380002E1C7F9B31>87 D<0FF8001C1E003E0F803E07803E
+07C01C07C00007C0007FC007E7C01F07C03C07C07C07C0F807C0F807C0F807C0780BC03E
+13F80FE1F815127F9117>97 D<FF0000FF00001F00001F00001F00001F00001F00001F00
+001F00001F00001F00001F3F801FE1E01F80701F00781F003C1F003C1F003E1F003E1F00
+3E1F003E1F003E1F003E1F003C1F003C1F00781F80701EC1E01C3F00171D7F9C1B>I<03
+FC000E0E001C1F003C1F00781F00780E00F80000F80000F80000F80000F80000F8000078
+00007801803C01801C03000E0E0003F80011127E9115>I<000FF0000FF00001F00001F0
+0001F00001F00001F00001F00001F00001F00001F001F9F00F07F01C03F03C01F07801F0
+7801F0F801F0F801F0F801F0F801F0F801F0F801F07801F07801F03C01F01C03F00F0FFE
+03F9FE171D7E9C1B>I<01FC000F07001C03803C01C07801C07801E0F801E0F801E0FFFF
+E0F80000F80000F800007800007C00603C00601E00C00F038001FC0013127F9116>I<00
+7F0001E38003C7C00787C00F87C00F83800F80000F80000F80000F80000F8000FFF800FF
+F8000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F
+80000F80000F80007FF8007FF800121D809C0F>I<03F8F00E0F381E0F381C07303C0780
+3C07803C07803C07801C07001E0F000E0E001BF8001000001800001800001FFF001FFFC0
+0FFFE01FFFF07801F8F00078F00078F000787000707800F01E03C007FF00151B7F9118>
+I<FF0000FF00001F00001F00001F00001F00001F00001F00001F00001F00001F00001F0F
+C01F31E01F40F01F80F81F80F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00
+F81F00F81F00F81F00F8FFE7FFFFE7FF181D7F9C1B>I<1E003F003F003F003F001E0000
+0000000000000000000000FF00FF001F001F001F001F001F001F001F001F001F001F001F
+001F001F001F00FFE0FFE00B1E7F9D0E>I<FF00FF001F001F001F001F001F001F001F00
+1F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F00
+FFE0FFE00B1D7F9C0E>108 D<FF0FC07E00FF31E18F001F40F207801F80FC07C01F80FC
+07C01F00F807C01F00F807C01F00F807C01F00F807C01F00F807C01F00F807C01F00F807
+C01F00F807C01F00F807C01F00F807C01F00F807C0FFE7FF3FF8FFE7FF3FF825127F9128
+>I<FF0FC0FF31E01F40F01F80F81F80F81F00F81F00F81F00F81F00F81F00F81F00F81F
+00F81F00F81F00F81F00F81F00F8FFE7FFFFE7FF18127F911B>I<01FC000F07801C01C0
+3C01E07800F07800F0F800F8F800F8F800F8F800F8F800F8F800F87800F07800F03C01E0
+1E03C00F078001FC0015127F9118>I<FF3F80FFE1E01F80F01F00781F007C1F003C1F00
+3E1F003E1F003E1F003E1F003E1F003E1F003C1F007C1F00781F80F01FC1E01F3F001F00
+001F00001F00001F00001F00001F0000FFE000FFE000171A7F911B>I<FE3E00FE47001E
+8F801E8F801E8F801F07001F00001F00001F00001F00001F00001F00001F00001F00001F
+00001F0000FFF000FFF00011127F9114>114 D<1FD830786018E018E018F000FF807FE0
+7FF01FF807FC007CC01CC01CE01CE018F830CFC00E127E9113>I<030003000300030007
+0007000F000F003FFCFFFC1F001F001F001F001F001F001F001F001F001F0C1F0C1F0C1F
+0C0F08079803F00E1A7F9913>I<FF07F8FF07F81F00F81F00F81F00F81F00F81F00F81F
+00F81F00F81F00F81F00F81F00F81F00F81F00F81F01F80F01F80786FF01F8FF18127F91
+1B>I<FFC1FCFFC1FC1F00601F80E00F80C00FC0C007C18007C18003E30003E30001F600
+01F60001FE0000FC0000FC0000780000780000300016127F9119>I<FFC1FCFFC1FC1F00
+601F80E00F80C00FC0C007C18007C18003E30003E30001F70001F60000FE0000FC0000FC
+00007800007800003000003000007000706000F86000F8C000F980007300003E0000161A
+7F9119>121 D E /Fm 2 51 df<0C001C00EC000C000C000C000C000C000C000C000C00
+0C000C000C000C000C000C000C00FFC00A137D9211>49 D<1F0060C06060F070F0306030
+00700070006000C001C00180020004000810101020207FE0FFE00C137E9211>I
+E /Fn 68 123 df<0001FC000703000C03001C07001C0300180000380000380000380000
+380000700007FFFC00701C00701C00701C00E03800E03800E03800E03800E07001C07001
+C07001C07001C0E201C0E201C0E20380E4038064038038038000030000070000060000C6
+0000E40000CC00007000001825819C17>12 D<E0E0E070301018080508749C15>18
+D<03070E1C3860C0800808729C15>I<183C3C3C0404080810204080060C779C0D>39
+D<00030006000800180030006000C000C0018003000300060006000C000C001C00180018
+00380030003000700070006000600060006000E000E000E000E000E00060006000600060
+00600020003000100008000800102A7B9E11>I<001000100008000C0004000600060006
+00060006000700070007000700070006000600060006000E000E000C000C001C00180018
+0038003000300060006000C000C001800300030006000C00180010006000C000102A809E
+11>I<0030000060000060000060001841803C47000ECE0007B80001E00003C0000EF000
+39B800711E00C10C000300000300000300000600001112799E15>I<1838783808081010
+20404080050C7D830D>44 D<FFC0FFC0FFC00A037D890F>I<3078F06005047C830D>I<00
+3C0000C6000183000303000603000603800E03800C03801C03801C030038070038070038
+0700380700700E00700E00700E00700E00E01C00E01C00E01C00E03800E03800E03000C0
+6000E0600060C0007180001E0000111D7B9B15>48 D<00020006000C001C007C039C0038
+003800380038007000700070007000E000E000E000E001C001C001C001C0038003800380
+03800780FFF00F1C7C9B15>I<003C0000C3000101800201800201C00441C00441C00841
+C00841C00841C01083801083801107000E0600000C0000180000300000C0000100000600
+000800001001001002002002004006007E0C00C7F80083F80080E000121D7C9B15>I<00
+3E0000C1800101800200C00400C00440C00841C00841C00841C008838007038000070000
+0E0001F800003800000C00000C00000E00000E00000E00000E00700E00E01C00801C0080
+380080300040600021C0001F0000121D7C9B15>I<0001800001C0000380000380000380
+000300000700000700000600000E00000C00001C00001800001800003000003000006000
+00400000C600018E00010E00020E00061C000C1C00181C003F1C0040F800803F00003800
+00380000700000700000700000700000E00000600012247E9B15>I<00C06000FFC001FF
+8001FE00010000010000020000020000020000020000047800058C000606000406000806
+00000700000700000600000E00000E00700E00700C00E01C008018008038004030004060
+0021C0001F0000131D7C9B15>I<001E000061000081800180800300C00300C006018006
+018006018007030007860003CC0003F00001F000037800063C00081E00180E00300E0060
+0600600600600600C00C00C00C00C0180060100060200030C0000F0000121D7C9B15>56
+D<003C0000C6000183000303000603000E03000C03801C03801C03001C03003807003807
+00380700380F00380E00181E00181E000C6C00079C00001C000018000038000030000060
+00E0C000E0C0008180008600007C0000111D7B9B15>I<060F0F06000000000000000000
+003078F06008127C910D>I<000018000000180000003800000038000000780000007800
+0000B8000001B800000138000002380000023C0000041C0000041C0000081C0000181C00
+00101C0000201C0000201C00007FFC0000401C0000801C0001801C0001001C0002001C00
+02001C0004000E000C000E001C001E00FF00FFC01A1D7E9C1F>65
+D<01FFFE00003C0780003803C0003801C0003801C0003801C0007001C0007003C0007003
+C00070078000E0070000E00E0000E03C0000FFF80001C01C0001C00E0001C00F0001C00F
+0003800F0003800F0003800F0003800F0007001E0007001C0007003C00070078000E01E0
+00FFFF80001A1C7D9B1D>I<0003F020001E0C60003002E000E003C001C001C0038001C0
+070000C00E0000801E0000801C0000803C0000803C000000780000007800000078000000
+F0000000F0000000F0000000F0000000F0000400F0000400F0000400F000080070000800
+7000100038002000180040000C0180000706000001F800001B1E7A9C1E>I<01FFFE0000
+3C0780003801C0003801C0003800E0003800E0007000F00070007000700070007000F000
+E000F000E000F000E000F000E000F001C001E001C001E001C001E001C001C0038003C003
+800380038007800380070007000E0007001C0007003800070070000E01C000FFFF00001C
+1C7D9B1F>I<01FFFFE0003C00E000380060003800400038004000380040007000400070
+0040007020400070200000E0400000E0400000E0C00000FFC00001C0800001C0800001C0
+800001C0800003810100038001000380020003800200070004000700040007000C000700
+18000E007800FFFFF0001B1C7D9B1C>I<01FFFFC0003C01C0003800C000380080003800
+80003800800070008000700080007020800070200000E0400000E0400000E0C00000FFC0
+0001C0800001C0800001C0800001C0800003810000038000000380000003800000070000
+000700000007000000070000000F000000FFF000001A1C7D9B1B>I<0003F020001E0C60
+003002E000E003C001C001C0038001C0070000C00E0000801E0000801C0000803C000080
+3C000000780000007800000078000000F0000000F0000000F001FFC0F0001E00F0001C00
+F0001C00F0001C00F0001C00700038007000380038003800180078000C00900007071000
+01F800001B1E7A9C20>I<01FFCFFE003C01E0003801C0003801C0003801C0003801C000
+70038000700380007003800070038000E0070000E0070000E0070000FFFF0001C00E0001
+C00E0001C00E0001C00E0003801C0003801C0003801C0003801C00070038000700380007
+003800070038000F007800FFE7FF001F1C7D9B1F>I<01FFC0003C000038000038000038
+0000380000700000700000700000700000E00000E00000E00000E00001C00001C00001C0
+0001C0000380000380000380000380000700000700000700000700000F0000FFE000121C
+7E9B10>I<007FF0000780000700000700000700000700000E00000E00000E00000E0000
+1C00001C00001C00001C0000380000380000380000380000700000700000700000700060
+E000E0E000C0C00081C0008380004700003C0000141D7B9B16>I<01FFC0FF003C003C00
+3800300038004000380080003801000070020000700400007010000070200000E0400000
+E0C00000E1C00000E5C00001C8E00001D0E00001E0E00001C07000038070000380700003
+803800038038000700380007001C0007001C0007001C000F001E00FFE0FF80201C7D9B20
+>I<01FFE0003C0000380000380000380000380000700000700000700000700000E00000
+E00000E00000E00001C00001C00001C00001C00003800803800803800803801007001007
+00300700600700E00E03C0FFFFC0151C7D9B1A>I<01FE0007F8003E000780002E000F00
+002E001700002E001700002E002700004E002E00004E004E00004E004E00004E008E0000
+8E011C00008E011C00008E021C00008E021C000107043800010704380001070838000107
+1038000207107000020720700002072070000207407000040740E000040780E000040700
+E0000C0700E0001C0601E000FF861FFC00251C7D9B25>I<01FC03FE001C0070003C0060
+002E0040002E0040002E0040004700800047008000470080004380800083810000838100
+008181000081C1000101C2000101C2000100E2000100E2000200E4000200740002007400
+020074000400380004003800040038000C0018001C001000FF8010001F1C7D9B1F>I<01
+FFFC00003C070000380380003801C0003801C0003801C0007003C0007003C0007003C000
+70038000E0078000E0070000E00E0000E0380001FFE00001C0000001C0000001C0000003
+800000038000000380000003800000070000000700000007000000070000000F000000FF
+E000001A1C7D9B1C>80 D<01FFF800003C0E000038070000380380003803800038038000
+700780007007800070078000700F0000E00E0000E01C0000E0700000FFC00001C0C00001
+C0600001C0700001C07000038070000380700003807000038070000700F0000700F04007
+00F0400700F0800F007880FFE0790000001E001A1D7D9B1E>82 D<000F8400304C00403C
+00801801001803001803001806001006001006000007000007000003E00003FC0001FF00
+007F800007C00001C00001C00000C00000C02000C02000C0600180600180600300600200
+F00400CC180083E000161E7D9C17>I<1FFFFFC01C0701C0300E00C0200E0080600E0080
+400E0080401C0080801C0080801C0080001C000000380000003800000038000000380000
+0070000000700000007000000070000000E0000000E0000000E0000000E0000001C00000
+01C0000001C0000001C0000003C000007FFE00001A1C799B1E>I<7FF0FF800F001C000E
+0018000E0010000E0010000E0010001C0020001C0020001C0020001C0020003800400038
+004000380040003800400070008000700080007000800070008000E0010000E0010000E0
+010000E0020000E0020000E0040000E00400006008000030300000104000000F80000019
+1D779B1F>I<FF803FC01C000F001C0004001C0008001C0008001C0010001C0010001C00
+20001C0040001C0040001E0080000E0080000E0100000E0200000E0200000E0400000E04
+00000E0800000E1800000E1000000E200000072000000740000007C00000078000000700
+00000700000006000000060000001A1D779B1F>I<FF83FF0FF03C007001C03800700180
+3800F001003800F0020038017002003801700400380270040038027008001C047008001C
+047010001C087010001C087020001C107020001C107040001C207040001C207080001C40
+7180001C407100001C807200001D807200001D007400001E007400001E007800001C0078
+00001C00700000180070000018006000001000600000241D779B29>I<FFC00FE00E0007
+800E0006000F000400070008000700180007801000038020000380400003C0800001C180
+0001C1000001E2000000E4000000EC000000F80000007000000070000000E0000000E000
+0000E0000000E0000001C0000001C0000001C0000001C00000038000003FF800001B1C78
+9B1F>89 D<00FFFF8000F0070001C00E0001801E0001001C0001003800020070000200E0
+000201C0000001C0000003800000070000000E0000001C0000001C000000380000007000
+0000E0080001C0100001C0100003801000070020000E0020001C0060003C00C0003801C0
+0070078000FFFF8000191C7D9B19>I<020006001B0031006080C0800906759C15>94
+D<03CC063C0C3C181C3838303870387038E070E070E070E070E0E2C0E2C0E261E462643C
+380F127B9115>97 D<3F00070007000E000E000E000E001C001C001C001C0039C03E6038
+3038307038703870387038E070E070E070E060E0E0C0C0C1C0618063003C000D1D7B9C13
+>I<01F007080C08181C3838300070007000E000E000E000E000E000E008E010602030C0
+1F000E127B9113>I<001F80000380000380000700000700000700000700000E00000E00
+000E00000E0003DC00063C000C3C00181C00383800303800703800703800E07000E07000
+E07000E07000E0E200C0E200C0E20061E4006264003C3800111D7B9C15>I<01E007100C
+1018083810701070607F80E000E000E000E000E000E0086010602030C01F000D127B9113
+>I<0003C0000670000C70001C60001C00001C0000380000380000380000380000380003
+FF8000700000700000700000700000700000E00000E00000E00000E00000E00001C00001
+C00001C00001C00001C000038000038000038000030000030000070000C60000E60000CC
+00007800001425819C0D>I<00F3018F030F06070E0E0C0E1C0E1C0E381C381C381C381C
+383830383038187818F00F700070007000E000E0C0C0E1C0C3007E00101A7D9113>I<0F
+C00001C00001C0000380000380000380000380000700000700000700000700000E78000E
+8C000F0E000E0E001C0E001C0E001C0E001C0E00381C00381C00381C0038380070388070
+3880707080707100E03200601C00111D7D9C15>I<018003800100000000000000000000
+00000000001C002600470047008E008E000E001C001C001C003800380071007100710072
+0072003C00091C7C9B0D>I<0FC00001C00001C000038000038000038000038000070000
+0700000700000700000E0F000E11000E23800E43801C83001C80001D00001E00003F8000
+39C00038E00038E00070E20070E20070E20070E400E06400603800111D7D9C13>107
+D<1F800380038007000700070007000E000E000E000E001C001C001C001C003800380038
+0038007000700070007000E400E400E400E40068003800091D7C9C0B>I<3C1E07802663
+18C04683A0E04703C0E08E0380E08E0380E00E0380E00E0380E01C0701C01C0701C01C07
+01C01C070380380E0388380E0388380E0708380E0710701C0320300C01C01D127C9122>
+I<3C3C002646004687004707008E07008E07000E07000E07001C0E001C0E001C0E001C1C
+00381C40381C40383840383880701900300E0012127C9117>I<01E007180C0C180C380C
+300E700E700EE01CE01CE01CE018E038E030E06060C031801E000F127B9115>I<078700
+04D98008E0C008E0C011C0E011C0E001C0E001C0E00381C00381C00381C0038180070380
+0703000707000706000E8C000E70000E00000E00001C00001C00001C00001C00003C0000
+FF8000131A7F9115>I<03C4062C0C3C181C3838303870387038E070E070E070E070E0E0
+C0E0C0E061E063C03DC001C001C0038003800380038007803FF00E1A7B9113>I<3C3C26
+C2468747078E068E000E000E001C001C001C001C0038003800380038007000300010127C
+9112>I<01F006080C080C1C18181C001F001FC00FF007F0007800386030E030C0308060
+60C01F000E127D9111>I<00C001C001C001C00380038003800380FFE00700070007000E
+000E000E000E001C001C001C001C00384038403840388019000E000B1A7D990E>I<1E03
+00270700470700470700870E00870E000E0E000E0E001C1C001C1C001C1C001C1C003838
+803838801838801839001C5900078E0011127C9116>I<1E06270E470E4706870287020E
+020E021C041C041C041C0818083808181018200C4007800F127C9113>I<1E0183270387
+4703874703838707018707010E07010E07011C0E021C0E021C0E021C0E04180C04181C04
+181C081C1C100C263007C3C018127C911C>I<070E0019910010E38020E38041C30041C0
+0001C00001C000038000038000038000038000070200670200E70400CB04008B080070F0
+0011127D9113>I<1E03270747074707870E870E0E0E0E0E1C1C1C1C1C1C1C1C38383838
+183818381C7007F00070007000E0E0C0E1C0818047003C00101A7C9114>I<038207C20F
+EC08381008001000200040008001000200040008081008383067F043E081C00F127D9111
+>I E /Fo 18 90 df<FFFCFFFCFFFCFFFC0E047F8C13>45 D<0000700000000070000000
+00F800000000F800000000F800000001FC00000001FC00000003FE00000003FE00000003
+FE00000006FF000000067F0000000E7F8000000C3F8000000C3F800000183FC00000181F
+C00000381FE00000300FE00000300FE00000600FF000006007F00000E007F80000FFFFF8
+0000FFFFF800018001FC00018001FC00038001FE00030000FE00030000FE000600007F00
+0600007F00FFE00FFFF8FFE00FFFF825227EA12A>65 D<0003FE0080001FFF818000FF01
+E38001F8003F8003E0001F8007C0000F800F800007801F800007803F000003803F000003
+807F000001807E000001807E00000180FE00000000FE00000000FE00000000FE00000000
+FE00000000FE00000000FE00000000FE000000007E000000007E000001807F000001803F
+000001803F000003801F800003000F8000030007C000060003F0000C0001F800380000FF
+00F000001FFFC0000003FE000021227DA128>67 D<FFFFFFFCFFFFFFFC07F000FC07F000
+3C07F0001C07F0000C07F0000E07F0000E07F0000607F0180607F0180607F0180607F018
+0007F0380007F0780007FFF80007FFF80007F0780007F0380007F0180007F0180007F018
+0307F0180307F0000307F0000607F0000607F0000607F0000E07F0000E07F0001E07F000
+3E07F001FCFFFFFFFCFFFFFFFC20227EA125>69 D<FFFFFFF8FFFFFFF807F001F807F000
+7807F0003807F0001807F0001C07F0001C07F0000C07F0000C07F0180C07F0180C07F018
+0007F0180007F0380007F0780007FFF80007FFF80007F0780007F0380007F0180007F018
+0007F0180007F0180007F0000007F0000007F0000007F0000007F0000007F0000007F000
+0007F00000FFFFE000FFFFE0001E227EA123>I<0003FE0040001FFFC0C0007F00F1C001
+F8003FC003F0000FC007C00007C00FC00003C01F800003C03F000001C03F000001C07F00
+0000C07E000000C07E000000C0FE00000000FE00000000FE00000000FE00000000FE0000
+0000FE00000000FE00000000FE000FFFFC7E000FFFFC7F00001FC07F00001FC03F00001F
+C03F00001FC01F80001FC00FC0001FC007E0001FC003F0001FC001FC003FC0007F80E7C0
+001FFFC3C00003FF00C026227DA12C>I<FFFF83FFFEFFFF83FFFE07F0001FC007F0001F
+C007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC0
+07F0001FC007F0001FC007F0001FC007F0001FC007FFFFFFC007FFFFFFC007F0001FC007
+F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0
+001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC0FFFF83
+FFFEFFFF83FFFE27227EA12C>I<FFFFE0FFFFE003F80003F80003F80003F80003F80003
+F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003
+F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003
+F800FFFFE0FFFFE013227FA115>I<FFFFE000FFFFE00007F0000007F0000007F0000007
+F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007
+F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0001807F0001807
+F0001807F0001807F0003807F0003807F0007007F0007007F000F007F001F007F007F0FF
+FFFFF0FFFFFFF01D227EA122>76 D<FFF000000FFFFFF800001FFF07F800001FE006FC00
+0037E006FC000037E006FC000037E0067E000067E0067E000067E0063F0000C7E0063F00
+00C7E0061F800187E0061F800187E0060FC00307E0060FC00307E0060FC00307E00607E0
+0607E00607E00607E00603F00C07E00603F00C07E00601F81807E00601F81807E00601F8
+1807E00600FC3007E00600FC3007E006007E6007E006007E6007E006003FC007E006003F
+C007E006001F8007E006001F8007E006001F8007E006000F0007E0FFF00F00FFFFFFF006
+00FFFF30227EA135>I<FFF8001FFEFFFC001FFE07FC0000C007FE0000C006FF0000C006
+7F8000C0063FC000C0061FE000C0060FE000C0060FF000C00607F800C00603FC00C00601
+FE00C00600FE00C00600FF00C006007F80C006003FC0C006001FE0C006000FF0C0060007
+F0C0060007F8C0060003FCC0060001FEC0060000FFC00600007FC00600007FC00600003F
+C00600001FC00600000FC006000007C006000003C006000003C0FFF00001C0FFF00000C0
+27227EA12C>I<0007FC0000003FFF800000FC07E00003F001F80007E000FC000FC0007E
+001F80003F001F80003F003F00001F803F00001F807F00001FC07E00000FC07E00000FC0
+FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE
+00000FE0FE00000FE07E00000FC07F00001FC07F00001FC03F00001F803F80003F801F80
+003F000FC0007E0007E000FC0003F001F80000FC07E000003FFF80000007FC000023227D
+A12A>I<FFFFFF00FFFFFFE007F007F007F001FC07F000FC07F0007E07F0007E07F0007F
+07F0007F07F0007F07F0007F07F0007F07F0007E07F0007E07F000FC07F001FC07F007F0
+07FFFFE007FFFF0007F0000007F0000007F0000007F0000007F0000007F0000007F00000
+07F0000007F0000007F0000007F0000007F0000007F00000FFFF8000FFFF800020227EA1
+26>I<FFFFFE0000FFFFFFC00007F007F00007F001F80007F000FC0007F0007E0007F000
+7F0007F0007F0007F0007F0007F0007F0007F0007F0007F0007F0007F0007E0007F000FC
+0007F001F80007F007F00007FFFFC00007FFFF800007F00FE00007F007F00007F003F800
+07F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007
+F001FC0007F001FC0607F000FE0607F000FF0CFFFF803FF8FFFF800FF027227EA12A>82
+D<01FC0407FF8C1F03FC3C007C7C003C78001C78001CF8000CF8000CFC000CFC0000FF00
+00FFE0007FFF007FFFC03FFFF01FFFF80FFFFC03FFFE003FFE0003FF00007F00003F0000
+3FC0001FC0001FC0001FE0001EE0001EF0003CFC003CFF00F8C7FFE080FF8018227DA11F
+>I<7FFFFFFF807FFFFFFF807E03F80F807803F807807003F803806003F80180E003F801
+C0E003F801C0C003F800C0C003F800C0C003F800C0C003F800C00003F800000003F80000
+0003F800000003F800000003F800000003F800000003F800000003F800000003F8000000
+03F800000003F800000003F800000003F800000003F800000003F800000003F800000003
+F800000003F800000003F800000003F8000003FFFFF80003FFFFF80022227EA127>I<7F
+FFC1FFF07FFFC1FFF003FC000C0001FE00180000FE00380000FF007000007F806000003F
+80C000003FC1C000001FE38000000FE30000000FF700000007FE00000003FC00000003FC
+00000001FE00000000FE00000000FF00000000FF80000001FFC0000001BFC00000031FE0
+0000070FF000000E0FF000000C07F800001803FC00003803FC00003001FE00006000FF00
+00E000FF0001C0007F800180003FC0FFFC03FFFEFFFC03FFFE27227FA12A>88
+D<FFFF800FFEFFFF800FFE07F80000C007F80001C003FC00018001FE00030001FE000700
+00FF00060000FF000C00007F801C00003FC01800003FC03000001FE07000000FF0600000
+0FF0E0000007F8C0000003FD80000003FF80000001FF00000001FE00000000FE00000000
+FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE
+00000000FE00000000FE00000000FE0000001FFFF000001FFFF00027227FA12A>I
+E /Fp 83 128 df<007E1F0001C1B1800303E3C00703C3C00E03C1800E01C0000E01C000
+0E01C0000E01C0000E01C0000E01C000FFFFFC000E01C0000E01C0000E01C0000E01C000
+0E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C000
+0E01C0000E01C0000E01C0007F87FC001A1D809C18>11 D<007E0001C1800301800703C0
+0E03C00E01800E00000E00000E00000E00000E0000FFFFC00E01C00E01C00E01C00E01C0
+0E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C0
+7F87F8151D809C17>I<007FC001C1C00303C00703C00E01C00E01C00E01C00E01C00E01
+C00E01C00E01C0FFFFC00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01
+C00E01C00E01C00E01C00E01C00E01C00E01C00E01C07FCFF8151D809C17>I<003F07E0
+0001C09C18000380F018000701F03C000E01E03C000E00E018000E00E000000E00E00000
+0E00E000000E00E000000E00E00000FFFFFFFC000E00E01C000E00E01C000E00E01C000E
+00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00
+E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C007FC7FCFF80211D80
+9C23>I<E0E0F070380C0406077B9C15>18 D<1C1C3C3870C0800607779C15>I<6060F0F0
+F8F86868080808080808101010102020404080800D0C7F9C15>34
+D<60F0F8680808081010204080050C7C9C0C>39 D<004000800100020006000C000C0018
+001800300030007000600060006000E000E000E000E000E000E000E000E000E000E000E0
+00E000600060006000700030003000180018000C000C00060002000100008000400A2A7D
+9E10>I<800040002000100018000C000C000600060003000300038001800180018001C0
+01C001C001C001C001C001C001C001C001C001C001C00180018001800380030003000600
+06000C000C00180010002000400080000A2A7E9E10>I<01800180018001804182F18F39
+9C0FF003C003C00FF0399CF18F4182018001800180018010127E9E15>I<60F0F0701010
+101020204080040C7C830C>44 D<FFE0FFE00B0280890E>I<60F0F06004047C830C>I<00
+010003000600060006000C000C000C0018001800180030003000300060006000C000C000
+C0018001800180030003000300060006000C000C000C0018001800180030003000300060
+0060006000C000C00010297E9E15>I<03C00C301818300C300C700E60066006E007E007
+E007E007E007E007E007E007E007E007E007E007E00760066006700E300C300C18180C30
+07E0101D7E9B15>I<030007003F00C70007000700070007000700070007000700070007
+000700070007000700070007000700070007000700070007000F80FFF80D1C7C9B15>I<
+07C01830201C400C400EF00FF80FF807F8077007000F000E000E001C001C003800700060
+00C00180030006010C01180110023FFE7FFEFFFE101C7E9B15>I<07E01830201C201C78
+1E780E781E381E001C001C00180030006007E00030001C001C000E000F000F700FF80FF8
+0FF80FF00E401C201C183007E0101D7E9B15>I<000C00000C00001C00003C00003C0000
+5C0000DC00009C00011C00031C00021C00041C000C1C00081C00101C00301C00201C0040
+1C00C01C00FFFFC0001C00001C00001C00001C00001C00001C00001C0001FFC0121C7F9B
+15>I<300C3FF83FF03FC020002000200020002000200023E024302818301C200E000E00
+0F000F000F600FF00FF00FF00F800E401E401C2038187007C0101D7E9B15>I<00F0030C
+06040C0E181E301E300C700070006000E3E0E430E818F00CF00EE006E007E007E007E007
+E007600760077006300E300C18180C3003E0101D7E9B15>I<4000007FFF807FFF007FFF
+0040020080040080040080080000100000100000200000600000400000C00000C00001C0
+000180000180000380000380000380000380000780000780000780000780000780000780
+00030000111D7E9B15>I<03E00C301008200C20066006600660067006780C3E083FB01F
+E007F007F818FC307E601E600FC007C003C003C003C00360026004300C1C1007E0101D7E
+9B15>I<03C00C301818300C700C600EE006E006E007E007E007E007E0076007700F300F
+18170C2707C700060006000E300C780C78187010203030C00F80101D7E9B15>I<60F0F0
+600000000000000000000060F0F06004127C910C>I<60F0F06000000000000000000000
+60F0F0701010101020204080041A7C910C>I<7FFFFFC0FFFFFFE0000000000000000000
+0000000000000000000000000000000000000000000000FFFFFFE07FFFFFC01B0C7E8F20
+>61 D<0FE03038401CE00EF00EF00EF00E000C001C0030006000C0008001800100010001
+000100010001000000000000000000000003000780078003000F1D7E9C14>63
+D<000600000006000000060000000F0000000F0000000F00000017800000178000001780
+000023C0000023C0000023C0000041E0000041E0000041E0000080F0000080F0000180F8
+000100780001FFF80003007C0002003C0002003C0006003E0004001E0004001E000C001F
+001E001F00FF80FFF01C1D7F9C1F>65 D<FFFFC00F00F00F00380F003C0F001C0F001E0F
+001E0F001E0F001E0F001C0F003C0F00780F01F00FFFE00F00780F003C0F001E0F000E0F
+000F0F000F0F000F0F000F0F000F0F001E0F001E0F003C0F0078FFFFE0181C7E9B1D>I<
+001F808000E0618001801980070007800E0003801C0003801C0001803800018078000080
+7800008070000080F0000000F0000000F0000000F0000000F0000000F0000000F0000000
+F0000000700000807800008078000080380000801C0001001C0001000E00020007000400
+0180080000E03000001FC000191E7E9C1E>I<FFFFC0000F00F0000F003C000F000E000F
+0007000F0007000F0003800F0003C00F0001C00F0001C00F0001E00F0001E00F0001E00F
+0001E00F0001E00F0001E00F0001E00F0001E00F0001C00F0001C00F0003C00F0003800F
+0007800F0007000F000E000F001C000F007000FFFFC0001B1C7E9B20>I<FFFFFC0F003C
+0F000C0F00040F00040F00060F00020F00020F02020F02000F02000F02000F06000FFE00
+0F06000F02000F02000F02000F02010F00010F00020F00020F00020F00060F00060F000C
+0F003CFFFFFC181C7E9B1C>I<FFFFF80F00780F00180F00080F00080F000C0F00040F00
+040F02040F02000F02000F02000F06000FFE000F06000F02000F02000F02000F02000F00
+000F00000F00000F00000F00000F00000F00000F8000FFF800161C7E9B1B>I<001F8080
+00E0618001801980070007800E0003801C0003801C000180380001807800008078000080
+70000080F0000000F0000000F0000000F0000000F0000000F0000000F000FFF0F0000F80
+700007807800078078000780380007801C0007801C0007800E00078007000B8001801180
+00E06080001F80001C1E7E9C21>I<FFF3FFC00F003C000F003C000F003C000F003C000F
+003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C000FFFFC000F
+003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C000F
+003C000F003C000F003C000F003C00FFF3FFC01A1C7E9B1F>I<FFF00F000F000F000F00
+0F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F00
+0F000F000F000F00FFF00C1C7F9B0F>I<1FFF00F8007800780078007800780078007800
+78007800780078007800780078007800780078007800787078F878F878F878F0F040E021
+C01F00101D7F9B15>I<FFF03FE00F000F000F000C000F0008000F0010000F0020000F00
+40000F0080000F0100000F0200000F0400000F0E00000F1F00000F2F00000F2780000F47
+80000F83C0000F01E0000F01E0000F00F0000F00F8000F0078000F003C000F003C000F00
+1E000F001F000F001F80FFF07FF01C1C7E9B20>I<FFF8000F80000F00000F00000F0000
+0F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F0000
+0F00000F00080F00080F00080F00180F00180F00100F00300F00700F01F0FFFFF0151C7E
+9B1A>I<FF8000FF800F8000F8000F8000F8000BC00178000BC00178000BC001780009E0
+02780009E002780008F004780008F004780008F004780008780878000878087800087808
+7800083C107800083C107800083C107800081E207800081E207800081E207800080F4078
+00080F40780008078078000807807800080780780008030078001C03007800FF8307FF80
+211C7E9B26>I<FF007FC00F800E000F8004000BC0040009E0040009E0040008F0040008
+F8040008780400083C0400083C0400081E0400080F0400080F0400080784000807C40008
+03C4000801E4000801E4000800F40008007C0008007C0008003C0008003C0008001C0008
+000C001C000C00FF8004001A1C7E9B1F>I<003F800000E0E0000380380007001C000E00
+0E001C0007003C00078038000380780003C0780003C0700001C0F00001E0F00001E0F000
+01E0F00001E0F00001E0F00001E0F00001E0F00001E0700001C0780003C0780003C03800
+03803C0007801C0007000E000E0007001C000380380000E0E000003F80001B1E7E9C20>
+I<FFFF800F00E00F00780F003C0F001C0F001E0F001E0F001E0F001E0F001E0F001C0F00
+3C0F00780F00E00FFF800F00000F00000F00000F00000F00000F00000F00000F00000F00
+000F00000F00000F0000FFF000171C7E9B1C>I<003F800000E0E0000380380007001C00
+0E000E001C0007003C00078038000380780003C0780003C0700001C0F00001E0F00001E0
+F00001E0F00001E0F00001E0F00001E0F00001E0F00001E0700001C0780003C0780003C0
+380003803C0E07801C1107000E208E0007205C0003A0780000F0E020003FE02000006020
+00003060000038E000003FC000003FC000001F8000000F001B257E9C20>I<FFFF00000F
+01E0000F0078000F003C000F001C000F001E000F001E000F001E000F001E000F001C000F
+003C000F0078000F01E0000FFF00000F03C0000F00E0000F00F0000F0078000F0078000F
+0078000F0078000F0078000F0078000F0078100F0078100F0038100F003C20FFF01C2000
+0007C01C1D7E9B1F>I<07E0801C1980300580700380600180E00180E00080E00080E000
+80F00000F800007C00007FC0003FF8001FFE0007FF0000FF80000F800007C00003C00001
+C08001C08001C08001C0C00180C00180E00300D00200CC0C0083F800121E7E9C17>I<7F
+FFFFC0700F01C0600F00C0400F0040400F0040C00F0020800F0020800F0020800F002000
+0F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F000000
+0F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000001F800003
+FFFC001B1C7F9B1E>I<FFF07FC00F000E000F0004000F0004000F0004000F0004000F00
+04000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F00
+04000F0004000F0004000F0004000F0004000F0004000F00040007000800078008000380
+10000180100000C020000070C000001F00001A1D7E9B1F>I<FFE00FF01F0003C00F0001
+800F0001000F800300078002000780020003C0040003C0040003C0040001E0080001E008
+0001F0080000F0100000F0100000F830000078200000782000003C4000003C4000003C40
+00001E8000001E8000001F8000000F0000000F00000006000000060000000600001C1D7F
+9B1F>I<FFE0FFE0FF1F001F003C1E001E00180F001F00100F001F00100F001F00100780
+1F00200780278020078027802003C027804003C043C04003C043C04003E043C04001E081
+E08001E081E08001E081E08000F100F10000F100F10000F100F100007900FA00007A007A
+00007A007A00003E007C00003C003C00003C003C00003C003C0000180018000018001800
+0018001800281D7F9B2B>I<FFF007FC0F8001E00780008007C0018003C0010003E00200
+01F0020000F0040000F8040000780800007C1800003C1000001E2000001F2000000F4000
+000FC0000007800000078000000780000007800000078000000780000007800000078000
+000780000007800000078000007FF8001E1C809B1F>89 D<7FFFF07C01F07001E06003C0
+6003C0400780400F80400F00401E00001E00003C00007C0000780000F00000F00001E000
+03E00003C0100780100780100F00101F00301E00203C00203C00607800E0F803E0FFFFE0
+141C7E9B19>I<08081010202040404040808080808080B0B0F8F8787830300D0C7A9C15>
+92 D<1FC000307000783800781C00301C00001C00001C0001FC000F1C00381C00701C00
+601C00E01C40E01C40E01C40603C40304E801F870012127E9115>97
+D<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C7C
+001D86001E03001C01801C01C01C00C01C00E01C00E01C00E01C00E01C00E01C00E01C00
+C01C01C01C01801E030019060010F800131D7F9C17>I<07E00C301878307870306000E0
+00E000E000E000E000E00060007004300418080C3007C00E127E9112>I<003F00000700
+00070000070000070000070000070000070000070000070000070003E7000C1700180F00
+300700700700600700E00700E00700E00700E00700E00700E00700600700700700300700
+180F000C370007C7E0131D7E9C17>I<03E00C301818300C700E6006E006FFFEE000E000
+E000E00060007002300218040C1803E00F127F9112>I<00F8018C071E061E0E0C0E000E
+000E000E000E000E00FFE00E000E000E000E000E000E000E000E000E000E000E000E000E
+000E000E000E007FE00F1D809C0D>I<00038003C4C00C38C01C3880181800381C00381C
+00381C00381C001818001C38000C300013C0001000003000001800001FF8001FFF001FFF
+803003806001C0C000C0C000C0C000C06001803003001C0E0007F800121C7F9215>I<FC
+00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C7C001C
+87001D03001E03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C
+03801C03801C03801C0380FF9FF0141D7F9C17>I<18003C003C00180000000000000000
+00000000000000FC001C001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C00FF80091D7F9C0C>I<00C001E001E000C00000000000000000000000000000
+0FE000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E0
+00E000E000E060E0F0C0F1C061803E000B25839C0D>I<FC00001C00001C00001C00001C
+00001C00001C00001C00001C00001C00001C00001C3FC01C0F001C0C001C08001C10001C
+20001C40001CE0001DE0001E70001C78001C38001C3C001C1C001C0E001C0F001C0F80FF
+9FE0131D7F9C16>I<FC001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C001C001C001C001C001C001C001C001C001C001C001C001C00FF80091D7F9C0C
+>I<FC7E07E0001C838838001D019018001E01E01C001C01C01C001C01C01C001C01C01C
+001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C00
+1C01C01C001C01C01C001C01C01C00FF8FF8FF8021127F9124>I<FC7C001C87001D0300
+1E03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C0380
+1C03801C0380FF9FF014127F9117>I<03F0000E1C00180600300300700380600180E001
+C0E001C0E001C0E001C0E001C0E001C06001807003803003001806000E1C0003F0001212
+7F9115>I<FC7C001D86001E03001C01801C01C01C00C01C00E01C00E01C00E01C00E01C
+00E01C00E01C01C01C01C01C01801E03001D06001CF8001C00001C00001C00001C00001C
+00001C00001C0000FF8000131A7F9117>I<03C1000C3300180B00300F00700700700700
+E00700E00700E00700E00700E00700E00700600700700700300F00180F000C370007C700
+000700000700000700000700000700000700000700003FE0131A7E9116>I<FCE01D301E
+781E781C301C001C001C001C001C001C001C001C001C001C001C001C00FFC00D127F9110
+>I<1F9030704030C010C010E010F8007F803FE00FF000F880388018C018C018E010D060
+8FC00D127F9110>I<04000400040004000C000C001C003C00FFE01C001C001C001C001C
+001C001C001C001C001C101C101C101C101C100C100E2003C00C1A7F9910>I<FC1F801C
+03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C
+03801C07800C07800E1B8003E3F014127F9117>I<FF07E03C03801C01001C01000E0200
+0E020007040007040007040003880003880003D80001D00001D00000E00000E00000E000
+00400013127F9116>I<FF3FCFE03C0F03801C0701801C0701001C0B01000E0B82000E0B
+82000E1182000711C4000711C4000720C40003A0E80003A0E80003C0680001C0700001C0
+700001803000008020001B127F911E>I<7F8FF00F03800F030007020003840001C80001
+D80000F00000700000780000F800009C00010E00020E000607000403801E07C0FF0FF815
+12809116>I<FF07E03C03801C01001C01000E02000E0200070400070400070400038800
+03880003D80001D00001D00000E00000E00000E000004000004000008000008000F08000
+F10000F300006600003C0000131A7F9116>I<7FFC70386038407040F040E041C003C003
+8007000F040E041C043C0C380870087038FFF80E127F9112>I<FFFFF01401808B15>I<60
+60F0F0F0F060600C047C9C15>127 D E end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 300dpi
+TeXDict begin
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 1929 50 a Fp(1)52 195 y Fo(A)19 b(T)-5 b(AX)n(ONOMY)20
+b(OF)f(P)-5 b(ARALLEL)19 b(GAME-TREE)f(SEAR)n(CH)h(ALGORITHMS)766
+274 y Fn(Mark)c(G.)g(Br)n(o)n(ckington)1165 259 y Fm(1)799
+353 y Fp(Edmon)o(ton,)d(Alb)q(erta)0 496 y Fl(1)48 b(INTR)o(ODUCTION)0
+617 y Fp(In)14 b(the)h(last)f(t)o(w)o(en)o(t)o(y)h(y)o(ears,)f(a)g(n)o
+(um)o(b)q(er)g(of)g(articles)g(and)h(theses)h(ha)o(v)o(e)e(b)q(een)h
+(written)g(that)f(con)o(tain)g(inno)o(v)n(ativ)o(e)f(parallel)0
+666 y(game-tree)i(searc)o(h)i(algorithms.)k(The)c(authors)f(of)f(the)h
+(parallel)f(algorithms)e(ha)o(v)o(e)j(sho)o(wn)f(ho)o(w)h(their)g(w)o
+(ork)f(is)h(unique)0 716 y(and)11 b(in)o(teresting.)18
+b(In)11 b(some)f(cases,)j(this)e(has)h(b)q(een)g(sho)o(wn)f(b)o(y)g
+(classifying)g(other)g(algorithms)e(b)o(y)i(listing)f(implemen)o
+(tation)0 766 y(details)h(\(Bal)g(and)g(v)n(an)f(Renesse,)j(1986;)d
+(Ciancarini,)g(1994\).)17 b(T)m(o)10 b(the)i(author's)f(kno)o(wledge,)g
+(no)f(attempt)h(has)g(b)q(een)h(made)0 816 y(to)j(classify)g(the)h
+(algorithms)d(based)j(solely)e(on)h(their)h(algorithmic)d(prop)q
+(erties.)23 b(A)15 b(taxonom)o(y)e(w)o(ould)i(mak)o(e)f(it)g(easy)i(to)
+0 866 y(ascertain)i(what)e(has)h(and)g(has)g(not)g(b)q(een)g
+(accomplished)f(in)h(parallel)e(game-tree)i(searc)o(h.)28
+b(The)17 b(presen)o(tation)h(of)e(this)0 916 y(t)o(yp)q(e)e(of)g
+(taxonom)o(y)d(is)j(the)g(main)e(con)o(tribution)i(of)f(this)h(pap)q
+(er.)0 994 y(The)19 b(taxonom)o(y)c(will)i(b)q(e)i(brok)o(en)f(in)o(to)
+g(t)o(w)o(o)f(ma)r(jor)g(categories:)27 b Fk(\013\014)r
+Fp(-based)19 b(algorithms,)e(and)h(algorithms)d(based)k(on)0
+1044 y(other)c(searc)o(h)h(paradigms)d(\()p Fk(S)r(S)r(S)r
+Fj(\003)p Fp(,)j Fk(E)r(R)p Fp(,)e(and)h(theoretical)g(metho)q(ds\).)20
+b(F)m(or)14 b(the)h(former)f(category)m(,)g(a)g(table)h(is)f(giv)o(en)g
+(to)0 1094 y(isolate)i(the)h(fundamen)o(tal)e(di\013erences)j(b)q(et)o
+(w)o(een)g(the)g(algorithms.)23 b(The)17 b(table)g(is)f(divided)g(in)o
+(to)g(t)o(w)o(o)g(parts:)24 b(the)17 b(\014rst)0 1144
+y(part)g(con)o(tains)g(c)o(haracteristics)i(of)e(the)h
+Fk(\013\014)r Fp(-based)g(algorithms,)d(while)i(the)g(second)i(part)e
+(con)o(tains)g(details)g(ab)q(out)g(an)0 1194 y(implemen)o(tatio)o(n)9
+b(of)i(eac)o(h)i(algorithm.)h(Section)f(2)e(describ)q(es)j(the)f(v)n
+(arious)e(columns)f(giv)o(en)i(in)f(the)h(table,)g(and)g(then)g(giv)o
+(es)0 1243 y(some)h(brief)h(details)g(on)f(the)i(algorithms)c(con)o
+(tained)j(therein.)0 1322 y(The)j(algorithms)e(based)i(on)g(other)g
+(searc)o(h)h(paradigms)d(are)j(giv)o(en)e(in)g(Section)h(3.)27
+b(Due)17 b(to)g(the)g(v)n(aried)g(nature)g(of)f(the)0
+1372 y(metho)q(ds,)c(a)h(brief)g(description)h(is)f(giv)o(en)f(for)h
+(eac)o(h)h(of)e(the)i(algorithms)d(and)i(no)f(attempt)h(has)g(b)q(een)h
+(made)e(to)h(categorize)0 1422 y(them)h(to)g(the)h(same)f(exten)o(t)h
+(as)g(the)g Fk(\013\014)r Fp(-based)h(algorithms.)h(The)e(implemen)o
+(tation)c(details)j(ha)o(v)o(e)h(not)f(b)q(een)i(organized)0
+1472 y(in)o(to)e(a)g(table,)g(since)h(some)e(of)h(the)h(algorithms)d
+(giv)o(en)i(are)h(of)f(a)g(theoretical)h(nature)g(and)f(ha)o(v)o(e)g
+(not)h(b)q(een)g(implemen)o(ted)0 1522 y(or)f(sim)o(ulated.)0
+1600 y(The)g(\014nal)g(section)g(deals)g(with)g(some)f(conclusions)h
+(that)g(can)g(b)q(e)h(dra)o(wn)e(from)f(the)j(taxonom)o(y)m(.)0
+1744 y Fl(2)48 b Fk(\013\014)r Fl(-BASED)15 b(P)l(ARALLEL)g(GAME-TREE)i
+(SEAR)o(CH)0 1864 y Fp(This)e(section)h(discusses)h(algorithms)c(based)
+i(on)g Fk(\013\014)j Fp(and)d(will)e(b)q(e)j(split)f(in)o(to)f(four)h
+(subsections.)23 b(Sections)16 b(2.1)e(and)h(2.2)0 1914
+y(will)e(b)q(e)i(used)h(to)e(describ)q(e)j(the)e(columns)e(in)h(T)m
+(ables)g(1)h(and)f(2,)g(resp)q(ectiv)o(ely)m(.)21 b(The)15
+b(description)g(of)f(the)i(algorithms)c(has)0 1964 y(b)q(een)i(divided)
+e(in)o(to)g(t)o(w)o(o)g(eras.)18 b(Section)13 b(2.3)f(co)o(v)o(ers)h(w)
+o(ork)f(\014rst)i(submitted)e(up)g(to)h(June,)g(1987.)j(Most)d(of)f
+(the)h(w)o(ork)g(from)0 2014 y(this)k(era)g(describ)q(es)i(algorithms)c
+(to)h(b)q(e)i(used)f(on)g(a)g(limited)d(n)o(um)o(b)q(er)i(of)h(pro)q
+(cessors.)29 b(Section)17 b(2.4)f(co)o(v)o(ers)h(w)o(ork)g(that)0
+2064 y(w)o(as)f(\014rst)i(submitted)e(on)g(or)g(after)h(July)m(,)f
+(1987.)25 b(The)17 b(ma)r(jorit)o(y)d(of)i(the)i(algorithms)c(from)h
+(this)h(era)h(are)g(designed)g(for)0 2113 y(implemen)o(tatio)o(n)12
+b(on)j(massiv)o(ely-parallel)c(hardw)o(are)k(systems,)g(whic)o(h)f(w)o
+(ere)i(una)o(v)n(ailable)d(to)h(most)g(researc)o(hers)j(b)q(efore)0
+2163 y(1987.)0 2302 y Fl(2.1)48 b(Comparison)14 b(of)h(the)g
+Fk(\013\014)j Fl(Algorithms)0 2408 y Fp(T)m(able)13 b(1)h(summarizes)e
+(and)i(classi\014es)g(the)h(v)n(arious)e Fk(\013\014)r
+Fp(-based)i(algorithms,)c(and)j(is)f(divided)h(in)o(to)f(\014v)o(e)h
+(columns.)0 2487 y(The)j(\014rst)g(column)d(giv)o(es)j(the)f(name)g(of)
+f(the)i(algorithm,)d(and)i(the)h(reference)h(that)f(con)o(tains)f(the)h
+(most)e(details)h(ab)q(out)0 2537 y(the)f(algorithm.)k(F)m(or)14
+b(example,)g(the)h(Y)m(oung)f(Brothers)j(W)m(ait)c(concept)j(has)f(b)q
+(een)h(describ)q(ed)h(in)d(man)o(y)f(pap)q(ers,)j(but)f(all)0
+2587 y(of)e(the)i(algorithm's)c(details)j(are)g(lo)q(cated)g(in)f(F)m
+(eldmann's)f(thesis)j(\(1993\).)p 0 2626 780 2 v 46 2652
+a Fi(1)64 2664 y Fh(Departmen)o(t)8 b(of)j(Computing)e(Science,)h(Univ)
+o(ersit)o(y)g(of)h(Alb)q(erta,)f(Edmon)o(ton,)f(Alb)q(erta,)h(Canada,)g
+(T6G)i(2H1.)0 2704 y(Email:)i Fg([email protected])o(lb)o(ert)o(a.c)o(a)p
+eop
+%%Page: 2 2
+2 1 bop 0 50 a Fp(2)603 b(ICCA)14 b(Journal)f(Submission)601
+b(June)15 b(12,)e(1996)p 56 488 1827 2 v 56 498 V 55
+538 2 40 v 317 526 a Fh(Algorithm)p 735 538 V 283 w(Date)e(First)p
+944 538 V 70 w(Pro)q(cessor)p 1182 538 V 1182 538 V 133
+w(P)o(arallelism)p 1532 538 V 1532 538 V 138 w(Sync)o(hroniza)o(tion)p
+1882 538 V 55 577 V 308 565 a(\(Reference\))p 735 577
+V 278 w(Describ)q(ed)p 944 577 V 62 w(Hierarc)o(h)o(y/)p
+1182 577 V 1182 577 V 121 w(P)o(ossible)f(A)o(t)p 1532
+577 V 1532 577 V 146 w(Done)h(A)o(t)h(These)p 1882 577
+V 55 616 V 735 616 V 944 616 V 1006 605 a(Con)o(trol)p
+1182 616 V 1182 616 V 136 w(These)f(No)q(des)p 1532 616
+V 1532 616 V 204 w(No)q(des)p 1882 616 V 55 656 V 735
+656 V 944 656 V 970 644 a(Distribution)p 1182 656 V 1532
+656 V 1882 656 V 56 658 1827 2 v 56 668 V 55 707 2 40
+v 81 695 a(P)o(arallel)e(Aspiration)h(Searc)o(h)p 735
+707 V 319 w(1978)p 944 707 V 133 w(Static/)p 1182 707
+V 88 w(Ro)q(ot)h(\()p Ff(\013\014)h Fh(windo)o(w\))p
+1532 707 V 62 w(Ro)q(ot)p 1882 707 V 55 746 V 81 735
+a(\(Baudet,)d(1978\))p 735 746 V 944 746 V 663 w(Cen)o(tralized)p
+1182 746 V 1532 746 V 1882 746 V 56 748 1827 2 v 55 787
+2 40 v 81 776 a(Mandatory)g(W)m(ork)i(First)p 735 787
+V 372 w(1979)p 944 787 V 133 w(Static/)p 1182 787 V 88
+w(T)o(yp)q(e)g(1+3+Left-)p 1532 787 V 94 w(Bad)g(T)o(yp)q(e)g(2)p
+1882 787 V 55 827 V 81 815 a(\(Akl,)g(Barnard)e(and)i(Doran,)f(1982\))p
+735 827 V 944 827 V 395 w(Cen)o(tralized)p 1182 827 V
+54 w(most)g(c)o(hild)h(of)g(3)p 1532 827 V 1882 827 V
+56 829 1827 2 v 55 868 2 40 v 81 856 a(T)m(ree)g(Splitting)p
+735 868 V 509 w(1980)p 944 868 V 133 w(Static/)p 1182
+868 V 88 w(T)m(op)g(k-ply)p 1532 868 V 199 w(Ro)q(ot)p
+1882 868 V 55 907 V 81 896 a(\(Fink)o(el)f(and)g(Fish)o(burn,)g(1982\))
+p 735 907 V 944 907 V 460 w(Cen)o(tralized)p 1182 907
+V 1532 907 V 1882 907 V 56 909 1827 2 v 55 949 2 40 v
+81 937 a(PV-Split)p 735 949 V 588 w(1981)p 944 949 V
+133 w(Static/)p 1182 949 V 88 w(T)o(yp)q(e)h(1)p 1532
+949 V 241 w(T)o(yp)q(e)g(1)p 1882 949 V 55 988 V 81 976
+a(\(Marsland)e(and)i(Campb)q(ell,)e(1982\))p 735 988
+V 944 988 V 402 w(Cen)o(tralized)p 1182 988 V 1532 988
+V 1882 988 V 56 990 1827 2 v 55 1029 2 40 v 81 1017 a(Key)i(No)q(de)p
+735 1029 V 570 w(1983)p 944 1029 V 133 w(Static/)p 1182
+1029 V 88 w(T)o(yp)q(e)g(1+3+Left-)p 1532 1029 V 94 w(Bad)g(T)o(yp)q(e)
+g(2)p 1882 1029 V 55 1069 V 81 1057 a(\(Lindstrom,)d(1983\))p
+735 1069 V 944 1069 V 615 w(Cen)o(tralized)p 1182 1069
+V 54 w(most)i(c)o(hild)h(of)g(3)p 1532 1069 V 1882 1069
+V 56 1070 1827 2 v 55 1110 2 40 v 81 1098 a(UIDP)m(ABS)p
+735 1110 V 566 w(1986)p 944 1110 V 133 w(Static/)p 1182
+1110 V 88 w(Ro)q(ot)p 1532 1110 V 273 w(None)p 1882 1110
+V 55 1149 V 81 1137 a(\(Newb)q(orn,)f(1988\))p 735 1149
+V 944 1149 V 635 w(Cen)o(tralized)p 1182 1149 V 1532
+1149 V 1882 1149 V 56 1151 1827 2 v 55 1190 2 40 v 81
+1178 a(DPVS)p 735 1190 V 601 w(01/1987)p 944 1190 V 81
+w(Dynamic/)p 1182 1190 V 64 w(T)o(yp)q(e)h(1+3+2)p 1532
+1190 V 151 w(T)o(yp)q(e)g(1+3+Bad)g(2)p 1882 1190 V 55
+1230 V 81 1218 a(\(Sc)o(hae\013er,)d(1989\))p 735 1230
+V 944 1230 V 637 w(Cen)o(tralized)p 1182 1230 V 1532
+1230 V 1882 1230 V 56 1231 1827 2 v 55 1271 2 40 v 81
+1259 a(EPVS)p 735 1271 V 604 w(06/1987)p 944 1271 V 81
+w(Dynamic/)p 1182 1271 V 64 w(T)o(yp)q(e)j(1+3)p 1532
+1271 V 196 w(T)o(yp)q(e)g(1+3)p 1882 1271 V 55 1310 V
+81 1298 a(\(Hy)o(att,)f(Suter)g(and)h(Nelson,)f(1989\))p
+735 1310 V 944 1310 V 398 w(Cen)o(tralized)p 1182 1310
+V 1532 1310 V 1882 1310 V 56 1312 1827 2 v 55 1351 2
+40 v 81 1339 a(W)m(a)o(yco)q(ol)p 735 1351 V 592 w(1987)p
+944 1351 V 109 w(Dynamic/)p 1182 1351 V 64 w(All,)h(except)f(T)o(yp)q
+(e)h(2)p 1532 1351 V 63 w(No)q(des)g(with)g(TT)p 1882
+1351 V 55 1391 V 81 1379 a(\(F)m(elten)f(and)g(Otto,)h(1988\))p
+735 1391 V 944 1391 V 527 w(Distributed)p 1182 1391 V
+53 w(with)g(no)g(TT)i(en)o(try)p 1532 1391 V 76 w(&)f(no)f(cuto\013)p
+1882 1391 V 56 1392 1827 2 v 55 1432 2 40 v 81 1420 a(Y)m(oung)f
+(Brothers)g(W)m(ait)p 735 1432 V 369 w(10/1987)p 944
+1432 V 81 w(Dynamic/)p 1182 1432 V 64 w(T)o(yp)q(e)h(1+3+Bad)g(2)p
+1532 1432 V 77 w(T)o(yp)q(e)g(1+Bad)g(2)p 1882 1432 V
+55 1471 V 81 1459 a(\(F)m(eldmann,)d(1993\))p 735 1471
+V 944 1471 V 623 w(Distributed)p 1182 1471 V 1532 1471
+V 1882 1471 V 56 1473 1827 2 v 55 1512 2 40 v 81 1500
+a(Dynamic)h(T)m(ree)i(Splitting)p 735 1512 V 360 w(1988)p
+944 1512 V 109 w(Dynamic/)p 1182 1512 V 64 w(T)o(yp)q(e)g(1+3+Bad)g(2)p
+1532 1512 V 77 w(T)o(yp)q(e)g(1+Bad)g(2)p 1882 1512 V
+55 1552 V 81 1540 a(\(Hy)o(att,)f(1988\))p 735 1552 V
+944 1552 V 685 w(Distributed)p 1182 1552 V 1532 1552
+V 1882 1552 V 56 1553 1827 2 v 55 1593 2 40 v 81 1581
+a(Bound-and-)o(Bran)o(c)o(h)p 735 1593 V 403 w(08/1988)p
+944 1593 V 81 w(Dynamic/)p 1182 1593 V 64 w(T)o(yp)q(e)h(1+3+Bad)g(2)p
+1532 1593 V 77 w(T)o(yp)q(e)g(1+Bad)g(2)p 1882 1593 V
+55 1632 V 81 1620 a(\(F)m(erguson)e(and)i(Korf,)g(1988\))p
+735 1632 V 944 1632 V 486 w(Distributed)p 1182 1632 V
+1532 1632 V 1882 1632 V 56 1634 1827 2 v 55 1673 2 40
+v 81 1661 a(Dela)o(y)o(ed)e(Branc)o(h)h(T)m(ree)i(Expansion)p
+735 1673 V 226 w(1990)p 944 1673 V 133 w(Static/)p 1182
+1673 V 88 w(T)o(yp)q(e)f(1+3)p 1532 1673 V 196 w(Bad)g(T)o(yp)q(e)g(2)p
+1882 1673 V 55 1713 V 81 1701 a(\(Hsu,)g(1990\))p 735
+1713 V 944 1713 V 714 w(Cen)o(tralized)p 1182 1713 V
+1532 1713 V 1882 1713 V 56 1714 1827 2 v 55 1754 2 40
+v 81 1742 a(F)m(ron)o(tier)e(Splitting)p 735 1754 V 454
+w(1993)p 944 1754 V 109 w(Dynamic/)p 1182 1754 V 64 w(All)p
+1532 1754 V 304 w(Ro)q(ot)p 1882 1754 V 55 1793 V 81
+1781 a(\(Lu,)h(1993\))p 735 1793 V 944 1793 V 733 w(Distributed)p
+1182 1793 V 1532 1793 V 1882 1793 V 56 1795 1827 2 v
+55 1834 2 40 v 81 1823 a Ff(\013\014)r Fh(*)p 735 1834
+V 661 w(1993)p 944 1834 V 109 w(Dynamic/)p 1182 1834
+V 64 w(T)o(yp)q(e)h(1+3)p 1532 1834 V 196 w(T)o(yp)q(e)g(1+3+Bad)g(2)p
+1882 1834 V 55 1874 V 81 1862 a(\(Da)o(vid,)e(1993\))p
+735 1874 V 944 1874 V 683 w(Distributed)p 1182 1874 V
+1532 1874 V 1882 1874 V 56 1875 1827 2 v 55 1915 2 40
+v 81 1903 a(CABP)p 735 1915 V 624 w(1994)p 944 1915 V
+133 w(Static/)p 1182 1915 V 88 w(T)o(yp)q(e)i(1+3)p 1532
+1915 V 196 w(Bad)g(T)o(yp)q(e)g(2)p 1882 1915 V 55 1954
+V 81 1943 a(\(Cung,)f(1994\))p 735 1954 V 944 1954 V
+692 w(Cen)o(tralized)p 1182 1954 V 1532 1954 V 1882 1954
+V 56 1956 1827 2 v 55 1995 2 40 v 81 1984 a(Jam)o(b)q(oree)p
+735 1995 V 574 w(1994)p 944 1995 V 109 w(Dynamic/)p 1182
+1995 V 64 w(T)o(yp)q(e)h(1+3+Bad)g(2)p 1532 1995 V 77
+w(T)o(yp)q(e)g(1+Bad)g(2)p 1882 1995 V 55 2035 V 81 2023
+a(\(Kuszmaul,)e(1994\))p 735 2035 V 944 2035 V 621 w(Distributed)p
+1182 2035 V 1532 2035 V 1882 2035 V 56 2037 1827 2 v
+55 2076 2 40 v 81 2064 a(ABD)o(AD)o(A)p 735 2076 V 569
+w(1995)p 944 2076 V 109 w(Dynamic/)p 1182 2076 V 64 w(T)o(yp)q(e)i
+(1+3+Bad)g(2)p 1532 2076 V 77 w(T)o(yp)q(e)g(1+Bad)g(2)p
+1882 2076 V 55 2115 V 81 2104 a(\(W)m(eill,)f(1995\))p
+735 2115 V 944 2115 V 696 w(Distributed)p 1182 2115 V
+1532 2115 V 1882 2115 V 56 2117 1827 2 v 55 2157 2 40
+v 81 2145 a(Dynamic)f(Multiple)h(PV-Split)p 735 2157
+V 297 w(1995)p 944 2157 V 109 w(Dynamic/)p 1182 2157
+V 64 w(No)q(des)h(within)p 1532 2157 V 145 w(No)q(des)g(within)p
+1882 2157 V 55 2196 V 81 2184 a(\(Marsland)e(and)i(Gao,)f(1995\))p
+735 2196 V 944 2196 V 487 w(Distributed)p 1182 2196 V
+53 w(PV)i(set)p 1532 2196 V 244 w(PV)g(set)p 1882 2196
+V 56 2198 1827 2 v 55 2237 2 40 v 81 2225 a(APHID)p 735
+2237 V 608 w(1996)p 944 2237 V 133 w(Static/)p 1182 2237
+V 88 w(T)m(op)f(k-ply)p 1532 2237 V 199 w(None)p 1882
+2237 V 55 2276 V 81 2265 a(\(Bro)q(c)o(kingto)o(n)e(and)h(Sc)o
+(hae\013er,)f(1996\))p 735 2276 V 944 2276 V 368 w(Cen)o(tralized)p
+1182 2276 V 1532 2276 V 1882 2276 V 56 2278 1827 2 v
+56 2288 V 312 2363 a Fp(T)m(able)14 b(1:)j(Comparison)12
+b(of)i(P)o(arallel)e Fk(\013\014)r Fp(-based)j(Game-T)m(ree)e(Searc)o
+(h)h(Algorithms)p eop
+%%Page: 3 3
+3 2 bop 467 50 a Fe(A)14 b(T)m(axonom)o(y)d(of)i(P)o(arallel)g(Game-T)m
+(ree)g(Searc)o(h)h(Algorithms)465 b Fp(3)0 195 y(The)18
+b(second)h(column)e(giv)o(es)g(the)i(date)f(that)g(the)g(algorithm)d(w)
+o(as)j(\014rst)h(published)f(or)g(receiv)o(ed)h(b)o(y)e(a)h(journal.)29
+b(This)0 245 y(information)11 b(has)j(b)q(een)h(used)g(to)f(order)g
+(the)h(algorithms)c(in)o(to)i(c)o(hronological)g(order.)0
+324 y(The)20 b(third)g(column)f(con)o(tains)h(information)d(on)j(b)q
+(oth)g(the)h(pro)q(cessor)g(hierarc)o(h)o(y)g(and)f(the)g(distribution)
+g(of)f(con)o(trol)0 374 y(within)12 b(the)h(algorithm.)i
+Fn(Pr)n(o)n(c)n(essor)e(Hier)n(ar)n(chy)e Fp(categorizes)j(algorithms)c
+(based)j(on)g(the)g(rigidit)o(y)e(of)h(the)h(pro)q(cessor)h(tree.)0
+423 y(If)g(the)g(pro)q(cessor)i(tree)f(is)f Fn(static)p
+Fp(,)f(one)h(or)g(more)f(pro)q(cessors)j(are)f(designated)f(as)g
+(masters,)g(and)f(con)o(trol)h(the)h(other)f(sla)o(v)o(e)0
+473 y(pro)q(cessors.)20 b(This)14 b(hierarc)o(h)o(y)g(is)g(\014xed)g
+(throughout)g(a)f(searc)o(h)i(of)e(the)i(game-tree.)i(A)d
+Fn(dynamic)h Fp(pro)q(cessor)g(tree)g(c)o(hanges)0 523
+y(based)f(on)g(the)g(distribution)f(of)h(busy)g(and)f(idle)g(pro)q
+(cessors.)21 b Fn(Contr)n(ol)14 b(Distribution)f Fp(describ)q(es)j
+(whether)f(the)f(con)o(trol)g(of)0 573 y(the)i(algorithm)c(is)j
+Fn(c)n(entr)n(alize)n(d)g Fp(on)g(a)g(small)e(n)o(um)o(b)q(er)h(of)h
+(masters)g(\(e.g.)21 b(PV-Split\),)15 b(or)g(could)g(b)q(e)h
+Fn(distribute)n(d)f Fp(amongst)0 623 y(all)e(pro)q(cessors)j(\(e.g.)i
+(Y)m(oung)13 b(Brothers)i(W)m(ait\).)0 702 y(The)e(fourth)g(column)f
+(describ)q(es)j(the)e(t)o(ypical)f(no)q(des)i(of)e(the)i(game-tree)f
+(where)h(parallelism)c(could)j(o)q(ccur.)19 b(The)13
+b(descrip-)0 751 y(tion)f(is)h(based)g(on)g(the)g(classi\014cation)f
+(of)g(the)i(minim)o(al)9 b(game-tree)j(b)o(y)h(Kn)o(uth)g(and)f(Mo)q
+(ore)h(\(1975\).)k(Note)c(that)g(the)g(t)o(yp)q(e)0 801
+y(2)h(\(cut)h(no)q(des\))g(ha)o(v)o(e)f(b)q(een)h(di\013eren)o(tiated)g
+(in)o(to)f(t)o(w)o(o)f(sub-classes.)21 b(When)14 b(a)g(t)o(yp)q(e)h(2)e
+(no)q(de)i(has)f(not)g(b)q(een)i(pruned)f(after)0 851
+y(searc)o(hing)f(the)h(\014rst)g(mo)o(v)o(e,)d(this)i(no)q(de)g(is)g
+(called)g(a)g Fn(b)n(ad)h(typ)n(e)g(2)f Fp(no)q(de)h(due)f(to)g(its)g
+(incorrect)h(mo)o(v)o(e)e(ordering.)18 b(Similarly)l(,)0
+901 y Fn(go)n(o)n(d)e(typ)n(e)f(2)g Fp(no)q(des)g(are)g(considered)h
+(to)e(b)q(e)h(t)o(yp)q(e)g(2)f(no)q(des)h(that)g(cause)g(a)f(cuto\013)h
+(after)g(examining)d(the)j(\014rst)g(mo)o(v)o(e)e(\(i.e.)0
+951 y(the)h(mo)o(v)o(e)f(ordering)h(is)f(correct\).)0
+1029 y(F)m(or)i(example,)g(PV-Split)g(only)g(implem)o(en)o(ts)f
+(parallelism)f(at)i(t)o(yp)q(e)h(1)g(\(principal)f(v)n(ariation\))f(no)
+q(des,)i(while)f(the)i(Y)m(oung)0 1079 y(Brothers)e(W)m(ait)e
+(algorithms)e(allo)o(w)h(for)h(parallelism)e(at)j(t)o(yp)q(e)g(1,)f(t)o
+(yp)q(e)h(3)g(\(all)e(no)q(des\))j(and)f(bad)f(t)o(yp)q(e)h(2)g(no)q
+(des.)19 b(A)o(t)13 b(go)q(o)q(d)0 1129 y(t)o(yp)q(e)j(2)f(no)q(des,)i
+(the)f(Y)m(oung)f(Brothers)i(W)m(ait)d(algorithm)f(will)h(searc)o(h)j
+(the)f(\014rst)g(mo)o(v)o(e,)e(ac)o(hiev)o(e)i(a)f(cuto\013,)h(and)g
+(none)g(of)0 1179 y(the)e(other)h(c)o(hildren)f(will)e(b)q(e)j(ev)n
+(aluated.)0 1258 y(The)g(\014fth)g(column)e(indicates)i(whic)o(h)f(no)q
+(des)i(of)e(the)h(game-tree)f(migh)o(t)f(ha)o(v)o(e)h(parallelism)e
+(constrained)k(b)o(y)e(w)o(aiting)f(for)0 1308 y(the)f(\014rst)h
+Fk(k)f Fp(c)o(hildren)g(to)g(b)q(e)g(ev)n(aluated.)17
+b(F)m(or)12 b(example,)e(bad)i(t)o(yp)q(e)g(2)f(no)q(des)i(are)f(sync)o
+(hronization)g(p)q(oin)o(ts)f(for)h(Akl)f Fn(et.)h(al)p
+Fp('s)0 1357 y(Mandatory)f(W)m(ork)g(First)g(algorithm,)e(while)i(t)o
+(yp)q(e)h(1)f(and)g(bad)h(t)o(yp)q(e)g(2)f(no)q(des)h(are)g(sync)o
+(hronization)f(p)q(oin)o(ts)h(for)f(F)m(erguson)0 1407
+y(and)j(Korf)s('s)g(Bound-and-Branc)o(h)g(algorithm.)0
+1554 y Fl(2.2)48 b(Comparison)14 b(of)h(the)g Fk(\013\014)j
+Fl(Implemen)o(tati)o(ons)0 1662 y Fp(T)m(able)13 b(2)h(summarizes)e(an)
+i(implem)o(en)o(tation)d(of)i(eac)o(h)i(algorithm)c(giv)o(en)i(in)h(T)m
+(able)f(1.)0 1741 y(The)j(\014rst)g(column)d(giv)o(es)i(the)h(name)e
+(of)g(the)i(algorithm,)c(and)j(the)h(reference)i(to)d(the)g(pap)q(er)h
+(that)f(con)o(tains)g(the)h(details)0 1790 y(ab)q(out)e(the)i(implem)o
+(en)o(tation.)h(In)e(some)e(cases,)j(this)e(pap)q(er)i(ma)o(y)c(b)q(e)j
+(di\013eren)o(t)h(than)e(the)i(pap)q(er)f(whic)o(h)f(b)q(est)i(describ)
+q(es)0 1840 y(the)e(algorithm.)0 1919 y(The)f(second)g(column)e
+(describ)q(es)k(the)e(underlying)f(hardw)o(are)h(used)g(to)f(host)h
+(the)g(selected)h(implemen)o(tation.)g(A)f(soft)o(w)o(are)0
+1969 y Fn(simulation)h Fp(of)f(hardw)o(are)h(is)g(denoted)h(in)e(this)h
+(column.)0 2048 y(The)k(third)g(column)e(describ)q(es)j(the)f(t)o(yp)q
+(e)h(of)e(game-trees)g(explored)h(b)o(y)f(the)i(algorithm.)26
+b(If)17 b(the)h(game-trees)g(are)g(not)0 2098 y(generated)12
+b(b)o(y)f(game-pla)o(ying)d(programs,)i(they)i(are)f(considered)h(to)f
+(b)q(e)h Fn(arti\014cial)g(tr)n(e)n(es)p Fp(.)k(In)11
+b(terms)g(of)f(a)o(v)o(erage)h(branc)o(hing)0 2147 y(factor,)i(c)o
+(hess)j(trees)f(are)g(wider)f(than)g(Othello)f(trees,)i(and)f(b)q(oth)g
+(are)g(wider)g(than)g(c)o(hec)o(k)o(ers)i(trees.)0 2226
+y(The)j(fourth)g(column)e(denotes)i(whic)o(h)g(of)f(the)h(sequen)o
+(tial)g(game-tree)f(searc)o(hing)h(algorithms)d(w)o(as)j(parallelized:)
+27 b Fk(\013\014)0 2276 y Fp(\(Brudno,)21 b(1963;)g(Kn)o(uth)f(and)f
+(Mo)q(ore,)i(1975\),)e(PVS)h(\(Marsland,)g(1983\))f(or)g(NegaScout)h
+(\(Reinfeld,)g(1983\).)34 b(Some)0 2326 y(programs)17
+b(are)i(more)e(e\016cien)o(t)h(when)h(using)f(a)g(di\013eren)o(t)h
+(sequen)o(tial)f(algorithm,)e(dep)q(ending)j(on)f(the)h(nature)g(of)e
+(the)0 2376 y(ev)n(aluation)g(function)i(and)g(the)g(strength)h(of)e
+(the)i(mo)o(v)o(e)d(ordering)i(tec)o(hniques)h(in)e(the)i(sequen)o
+(tial)f(program.)31 b(Th)o(us,)0 2425 y(the)18 b(c)o(hoice)g(of)e
+(sequen)o(tial)i(algorithm)c(to)j(compare)g(the)h(parallel)e(algorithm)
+e(against)j(is)g(a)g(factor)g(to)g(consider)h(when)0
+2475 y(ev)n(aluating)12 b(a)i(parallel)f(algorithm's)e(results.)0
+2554 y(The)k(\014fth)g(column)f(describ)q(es)j(what)e(t)o(yp)q(e)h(of)e
+(transp)q(osition)h(table)g(has)g(b)q(een)h(implemen)o(ted)d(for)i(the)
+g(algorithm.)k(E\016-)0 2604 y(cien)o(t)c(sharing)f(of)g(transp)q
+(osition)g(table)h(information)c(is)j(crucial)h(to)f(the)h(p)q
+(erformance)f(of)g(a)g(parallel)g(game-tree)g(searc)o(h)0
+2654 y(algorithm.)g(The)d(t)o(w)o(o)f(main)e(metho)q(ds)h(are)i(a)f
+Fn(distribute)n(d)f Fp(message-passing)h(transp)q(osition)g(table)g
+(and)g(a)g Fn(shar)n(e)n(d-memory)0 2704 y Fp(transp)q(osition)k
+(table.)k(Sp)q(ecial)c(hardw)o(are)g(is)g(required)g(to)g(implemen)o(t)
+d(a)j(shared-memory)e(transp)q(osition)i(table,)f(but)h(is)p
+eop
+%%Page: 4 4
+4 3 bop 0 50 a Fp(4)603 b(ICCA)14 b(Journal)f(Submission)601
+b(June)15 b(12,)e(1996)p 9 508 1921 2 v 9 518 V 8 557
+2 40 v 270 545 a Fh(Algorithm)p 688 557 V 321 w(Hardw)o(are)p
+961 557 V 143 w(T)m(est)p 1192 557 V 110 w(Sequen)o(tial)p
+1405 557 V 84 w(T)m(rans-)p 1624 557 V 1624 557 V 146
+w(Sp)q(eedup)p 1928 557 V 8 597 V 261 585 a(\(Reference\))p
+688 597 V 348 w(Used)p 961 597 V 153 w(Domain)p 1192
+597 V 80 w(Algorithm)p 1405 597 V 73 w(P)o(osition)p
+1624 597 V 1624 597 V 125 w(Obtained)p 1928 597 V 8 636
+V 688 636 V 961 636 V 1192 636 V 1405 636 V 1473 624
+a(T)m(able)p 1624 636 V 1928 636 V 9 638 1921 2 v 9 648
+V 8 687 2 40 v 34 675 a(P)o(arallel)d(Aspiration)f(Searc)o(h)p
+688 687 V 304 w(Sim)o(ulation)p 961 687 V 97 w(Arti\014cial)p
+1192 687 V 130 w Ff(\013\014)p 1405 687 V 159 w Fh(none)p
+1624 687 V 96 w Fd(\024)i Fh(6)g(for)g(large)f(n)p 1928
+687 V 8 727 V 34 715 a(\(Baudet,)f(1978\))p 688 727 V
+961 727 V 771 w(T)m(rees)p 1192 727 V 1405 727 V 1624
+727 V 530 w(\(sim)o(ulated\))p 1928 727 V 9 728 1921
+2 v 8 768 2 40 v 34 756 a(Mandatory)g(W)m(ork)i(First)p
+688 768 V 357 w(Sim)o(ulation)p 961 768 V 97 w(Arti\014cial)p
+1192 768 V 130 w Ff(\013\014)p 1405 768 V 148 w Fh(\\score)p
+1624 768 V 85 w Fd(\024)g Fh(6)g(for)g(large)f(n)p 1928
+768 V 8 807 V 34 795 a(\(Akl,)h(Barnard)f(and)g(Doran,)g(1982\))p
+688 807 V 961 807 V 503 w(T)m(rees)p 1192 807 V 1405
+807 V 349 w(table")p 1624 807 V 85 w(\(sim)o(ulated\))p
+1928 807 V 9 809 1921 2 v 8 848 2 40 v 34 836 a(T)m(ree)h(Splitting)p
+688 848 V 506 w(LSI-11)f(&)p 961 848 V 114 w(Chec)o(k)o(ers)p
+1192 848 V 130 w Ff(\013\014)p 1405 848 V 159 w Fh(none)p
+1624 848 V 96 w(2.34)h(\(n=3\))p 1928 848 V 8 888 V 34
+876 a(\(Fink)o(el)f(and)g(Fish)o(burn,)g(1982\))p 688
+888 V 274 w(Sim)o(ulation)p 961 888 V 1192 888 V 1405
+888 V 1624 888 V 737 w(5.12)h(\(n=27,sim\))p 1928 888
+V 9 889 1921 2 v 8 929 2 40 v 34 917 a(PV-Split)p 688
+929 V 611 w(Sun)g(3)p 961 929 V 163 w(Chess)p 1192 929
+V 142 w(PVS)p 1405 929 V 145 w(lo)q(cal)p 1624 929 V
+97 w(3.75)g(\(n=5\))p 1928 929 V 8 968 V 34 956 a(\(Marsland,)e
+(Olafsson)g(and)h(Sc)o(hae\013er,)e(1985\))p 688 968
+V 95 w(Net)o(w)o(ork)p 961 968 V 1192 968 V 1405 968
+V 1624 968 V 1928 968 V 9 970 1921 2 v 8 1009 2 40 v
+34 998 a(Key)j(No)q(de)p 688 1009 V 555 w(Sim)o(ulation)p
+961 1009 V 97 w(Arti\014cial)p 1192 1009 V 130 w Ff(\013\014)p
+1405 1009 V 159 w Fh(none)p 1624 1009 V 96 w(12.57)g(\(n=20\))p
+1928 1009 V 8 1049 V 34 1037 a(\(Lindstrom,)e(1983\))p
+688 1049 V 961 1049 V 722 w(T)m(rees)p 1192 1049 V 1405
+1049 V 1624 1049 V 1928 1049 V 9 1050 1921 2 v 8 1090
+2 40 v 34 1078 a(UIDP)m(ABS)p 688 1090 V 530 w(Data)h(General)p
+961 1090 V 102 w(Chess)p 1192 1090 V 155 w Ff(\013\014)p
+1405 1090 V 159 w Fh(lo)q(cal)p 1624 1090 V 97 w(3.94)h(\(n=8\))p
+1928 1090 V 8 1129 V 34 1117 a(\(Newb)q(orn,)f(1988\))p
+688 1129 V 420 w(\(mixed)f(pro)q(cs.\))p 961 1129 V 1192
+1129 V 1405 1129 V 1624 1129 V 1928 1129 V 9 1131 1921
+2 v 8 1170 2 40 v 34 1159 a(DPVS)p 688 1170 V 650 w(Sun)i(3)p
+961 1170 V 163 w(Chess)p 1192 1170 V 95 w(NegaScout)p
+1405 1170 V 52 w(TT.)i(Mgr)e(-)p 1624 1170 V 54 w(7.64)g(\(n=19\))p
+1928 1170 V 8 1210 V 34 1198 a(\(Sc)o(hae\013er,)d(1989\))p
+688 1210 V 469 w(Net)o(w)o(ork)p 961 1210 V 1192 1210
+V 1405 1210 V 555 w(messages)p 1624 1210 V 1928 1210
+V 9 1212 1921 2 v 8 1251 2 40 v 34 1239 a(EPVS)p 688
+1251 V 637 w(Sequen)o(t)p 961 1251 V 144 w(Chess)p 1192
+1251 V 155 w Ff(\013\014)p 1405 1251 V 145 w Fh(shared)p
+1624 1251 V 82 w(5.93)j(\(n=16\))p 1928 1251 V 8 1290
+V 34 1279 a(\(Hy)o(att,)f(Suter)g(and)h(Nelson,)g(1989\))p
+688 1290 V 233 w(Balance)p 961 1290 V 1192 1290 V 1405
+1290 V 565 w(memory)p 1624 1290 V 1928 1290 V 9 1292
+1921 2 v 8 1331 2 40 v 34 1320 a(W)m(a)o(yco)q(ol)p 688
+1331 V 576 w(Hyp)q(ercub)q(e)p 961 1331 V 122 w(Chess)p
+1192 1331 V 155 w Ff(\013\014)p 1405 1331 V 111 w Fh(distributed)p
+1624 1331 V 46 w(101)g(\(n=256\))p 1928 1331 V 8 1371
+V 34 1359 a(\(F)m(elten)f(and)g(Otto,)i(1988\))p 688
+1371 V 961 1371 V 1192 1371 V 1405 1371 V 1043 w(messages)p
+1624 1371 V 1928 1371 V 9 1373 1921 2 v 8 1412 2 40 v
+34 1400 a(Y)m(oung)f(Brothers)e(W)m(ait)p 688 1412 V
+371 w(T)m(ransputers)p 961 1412 V 113 w(Chess)p 1192
+1412 V 95 w(NegaScout)p 1405 1412 V 48 w(distributed)p
+1624 1412 V 46 w(142)i(\(n=256\))p 1928 1412 V 8 1451
+V 34 1440 a(\(F)m(eldmann,)e(1993\))p 688 1451 V 961
+1451 V 1192 1451 V 1405 1451 V 1139 w(messages)p 1624
+1451 V 63 w(344)i(\(n=1024\))p 1928 1451 V 9 1453 1921
+2 v 8 1493 2 40 v 34 1481 a(Dynamic)e(T)m(ree)j(Splitting)p
+688 1493 V 366 w(Sequen)o(t)p 961 1493 V 144 w(Chess)p
+1192 1493 V 155 w Ff(\013\014)p 1405 1493 V 145 w Fh(shared)p
+1624 1493 V 82 w(8.81)f(\(n=16\))p 1928 1493 V 8 1532
+V 34 1520 a(\(Hy)o(att,)f(1988\))p 688 1532 V 521 w(Balance)p
+961 1532 V 1192 1532 V 1405 1532 V 565 w(memory)p 1624
+1532 V 1928 1532 V 9 1534 1921 2 v 8 1573 2 40 v 34 1561
+a(Bound-and-Br)o(anc)n(h)p 688 1573 V 413 w(Hyp)q(ercub)q(e)p
+961 1573 V 109 w(Othello)p 1192 1573 V 142 w Ff(\013\014)p
+1405 1573 V 111 w Fh(distributed)p 1624 1573 V 46 w(12)h(\(n=32\))p
+1928 1573 V 8 1613 V 34 1601 a(\(F)m(erguson)e(and)i(Korf,)g(1988\))p
+688 1613 V 961 1613 V 1192 1613 V 1405 1613 V 1003 w(messages)p
+1624 1613 V 1928 1613 V 9 1614 1921 2 v 8 1654 2 40 v
+34 1642 a(Dela)o(y)o(ed)f(Branc)o(h)g(T)m(ree)h(Expansion)p
+688 1654 V 211 w(Sim)o(ulation)p 961 1654 V 121 w(Chess)p
+1192 1654 V 155 w Ff(\013\014)p 1405 1654 V 159 w Fh(none)p
+1624 1654 V 96 w(350)g(\(n=1000,)p 1928 1654 V 8 1693
+V 34 1681 a(\(Hsu,)g(1990\))p 688 1693 V 961 1693 V 1192
+1693 V 1405 1693 V 1624 1693 V 1434 w(sim)o(ulated\))p
+1928 1693 V 9 1695 1921 2 v 8 1734 2 40 v 34 1722 a(F)m(ron)o(tier)f
+(Splitting)p 688 1734 V 482 w(BBN)p 961 1734 V 146 w(Chec)o(k)o(ers)p
+1192 1734 V 70 w(NegaScout)p 1405 1734 V 82 w(shared)p
+1624 1734 V 82 w(3.32)h(\(n=16\))p 1928 1734 V 8 1774
+V 34 1762 a(\(Lu,)g(1993\))p 688 1774 V 568 w(TC2000)p
+961 1774 V 1192 1774 V 1405 1774 V 566 w(memory)p 1624
+1774 V 1928 1774 V 9 1775 1921 2 v 8 1815 2 40 v 34 1803
+a Ff(\013\014)r Fh(*)p 688 1815 V 637 w(T)m(ransputers)p
+961 1815 V 113 w(Chess)p 1192 1815 V 95 w(NegaScout)p
+1405 1815 V 48 w(distributed)p 1624 1815 V 46 w(6.5)g(\(n=8+8TT\))p
+1928 1815 V 8 1854 V 34 1842 a(\(Da)o(vid,)f(1993\))p
+688 1854 V 961 1854 V 1192 1854 V 1405 1854 V 1199 w(messages)p
+1624 1854 V 1928 1854 V 9 1856 1921 2 v 8 1895 2 40 v
+34 1883 a(CABP)p 688 1895 V 631 w(Sequen)o(t)p 961 1895
+V 120 w(Arti\014cial)p 1192 1895 V 130 w Ff(\013\014)p
+1405 1895 V 145 w Fh(shared)p 1624 1895 V 82 w(4.6)h(\(n=9\))p
+1928 1895 V 8 1935 V 34 1923 a(\(Cung,)f(1994\))p 688
+1935 V 528 w(Balance)p 961 1935 V 149 w(T)m(rees)p 1192
+1935 V 1405 1935 V 334 w(memory)p 1624 1935 V 1928 1935
+V 9 1936 1921 2 v 8 1976 2 40 v 34 1964 a(Jam)o(b)q(oree)p
+688 1976 V 598 w(CM-5)p 961 1976 V 164 w(Chess)p 1192
+1976 V 95 w(NegaScout)p 1405 1976 V 48 w(distributed)p
+1624 1976 V 46 w Fd(\031)p Fh(50)i(\(n=512\))p 1928 1976
+V 8 2015 V 34 2003 a(\(Kuszmaul,)d(1994\))p 688 2015
+V 961 2015 V 1192 2015 V 1405 2015 V 1138 w(messages)p
+1624 2015 V 1928 2015 V 9 2017 1921 2 v 8 2056 2 40 v
+34 2044 a(ABD)o(AD)o(A)p 688 2056 V 593 w(CM-5)p 961
+2056 V 164 w(Chess)p 1192 2056 V 95 w(NegaScout)p 1405
+2056 V 48 w(distributed)p 1624 2056 V 46 w(15.85)i(\(n=32\))p
+1928 2056 V 8 2096 V 34 2084 a(\(W)m(eill,)f(1996\))p
+688 2096 V 961 2096 V 754 w(\(&)i(Othello\))p 1192 2096
+V 1405 2096 V 277 w(messages)p 1624 2096 V 1928 2096
+V 9 2097 1921 2 v 8 2137 2 40 v 34 2125 a(Dynamic)d(Multiple)h
+(PV-Split)p 688 2137 V 298 w(AP-1000)p 961 2137 V 116
+w(Arti\014cial)p 1192 2137 V 117 w(PVS)p 1405 2137 V
+145 w(none)p 1624 2137 V 96 w Fd(\031)p Fh(32)i(\(n=64\))p
+1928 2137 V 8 2176 V 34 2164 a(\(Marsland)e(and)g(Gao,)h(1995\))p
+688 2176 V 961 2176 V 594 w(T)m(rees)p 1192 2176 V 1405
+2176 V 1624 2176 V 1928 2176 V 9 2178 1921 2 v 8 2217
+2 40 v 34 2205 a(APHID)p 688 2217 V 618 w(Sparc)f(2)p
+961 2217 V 149 w(Chess)p 1192 2217 V 95 w(NegaScout)p
+1405 2217 V 96 w(lo)q(cal)p 1624 2217 V 97 w(6.04)h(\(n=16\))p
+1928 2217 V 8 2257 V 34 2245 a(\(Bro)q(c)o(kington)d(and)j(Sc)o
+(hae\013er,)d(1995\))p 688 2257 V 200 w(Net)o(w)o(ork)p
+961 2257 V 1192 2257 V 1405 2257 V 1624 2257 V 1928 2257
+V 9 2258 1921 2 v 9 2268 V 262 2343 a Fp(T)m(able)13
+b(2:)18 b(Comparison)12 b(of)h(P)o(arallel)g Fk(\013\014)r
+Fp(-based)i(Game-T)m(ree)e(Searc)o(h)h(Implemen)o(tations)p
+eop
+%%Page: 5 5
+5 4 bop 467 50 a Fe(A)14 b(T)m(axonom)o(y)d(of)i(P)o(arallel)g(Game-T)m
+(ree)g(Searc)o(h)h(Algorithms)465 b Fp(5)0 195 y(generally)15
+b(faster)g(than)g(distributed)h(transp)q(osition)e(tables)i(based)f(on)
+g(message)f(passing.)21 b(Lo)q(cal)15 b(transp)q(osition)g(tables)0
+245 y(are)h(main)o(tained)d(separately)i(on)g(eac)o(h)h(pro)q(cessor,)h
+(but)e(no)g(transp)q(osition)g(table)g(information)e(is)i(shared)h(b)q
+(et)o(w)o(een)g(the)0 295 y(pro)q(cessors.)0 374 y(The)h(\014nal)e
+(column)g(giv)o(es)h(the)g Fn(sp)n(e)n(e)n(dup)h Fp(of)f(the)g
+(implemen)o(tation)d(on)j(a)g(large)f(n)o(um)o(b)q(er)h(of)f(pro)q
+(cessors.)27 b(There)18 b(will)c(b)q(e)0 423 y(a)19 b(tendency)h(to)f
+(read)g(do)o(wn)f(this)h(column)f(and)g(use)i(the)f(absolute)g(sp)q
+(eedup)i(or)e(relativ)o(e)f(e\016ciencies)i(to)f(determine)0
+473 y(something)d(ab)q(out)h(a)g(pair)g(of)g(algorithms.)26
+b(It)18 b(is)f(v)o(ery)h(hard)f(and)g(misleading)e(to)i(compare)g(t)o
+(w)o(o)g(algorithms)e(in)i(this)0 523 y(manner.)g(There)e(are)f(\014v)o
+(e)h(ma)r(jor)d(concerns)j(when)g(comparing)d(sp)q(eedup)j(n)o(um)o(b)q
+(ers.)0 602 y(The)i(\014rst)g(concern)h(deals)e(with)g(sim)o(ulation)e
+(results.)27 b(It)16 b(is)g(often)h(di\016cult)f(to)g(determine)g(ho)o
+(w)g(a)g(parallel)g(algorithm)0 652 y(will)c(b)q(eha)o(v)o(e)j(on)e(a)h
+(large)g(n)o(um)o(b)q(er)f(of)g(mac)o(hines,)g(due)h(to)g(o)o(v)o
+(er-simpli\014cation)d(of)i(the)i(sim)o(ulation)c(mo)q(del)h(b)q(eing)i
+(used.)0 731 y(The)j(second)g(ma)r(jor)d(concern)k(deals)e(with)g(the)g
+(test)h(domain.)23 b(Arti\014cial)15 b(trees)j(rarely)e(re\015ect)i
+(the)e(unique)h(prop)q(erties)0 780 y(of)12 b(searc)o(hing)i(a)f(real)g
+(c)o(hess/c)o(hec)o(k)o(ers/Othe)q(llo)h(tree,)g(and)f(migh)o(t)e(b)q
+(e)j(geared)f(to)o(w)o(ards)g(illustrating)f(the)i(strength)g(of)e(the)
+0 830 y(parallel)h(algorithm)e(\(Plaat)i Fn(et.)19 b(al)p
+Fp(,)13 b(1996\).)0 909 y(The)19 b(third)g(ma)r(jor)f(concern)i(is)f
+(that)g(w)o(e)g(cannot)g(tak)o(e)g(the)g(real)g(trees)i(at)e(face)g(v)n
+(alue)f(either,)j(since)e(the)h(sequen)o(tial)0 959 y(algorithm)11
+b(used)j(to)f(generate)i(the)f(tree)g(ma)o(y)e(not)h(b)q(e)h(an)f
+(e\016cien)o(t)h(searc)o(her)h(\(with)e(resp)q(ect)j(to)d(the)h(minim)o
+(al)c(tree)15 b(size\).)0 1009 y(This)f(could)f(b)q(e)h(caused)h(b)o(y)
+e(lea)o(ving)g(out)g(k)o(ey)h(mo)o(v)o(e)e(ordering)h(tec)o(hniques,)i
+(suc)o(h)f(as)g(a)f(su\016cien)o(tly)h(large)f(transp)q(osition)0
+1059 y(table,)g(iterativ)o(e)g(deep)q(ening)h(or)f(killer)f(mo)o(v)o
+(es.)k(A)d(p)q(o)q(or)g(searc)o(her)i(will)d(yield)g(more)g(opp)q
+(ortunities)h(for)g(parallelism,)d(and)0 1108 y(ma)o(y)i(increase)j
+(the)g(sp)q(eedup)g(ac)o(hiev)o(ed)f(b)o(y)g(the)g(algorithm.)0
+1187 y(The)h(fourth)f(concern)i(deals)f(with)f(the)h(v)n(aried)f(branc)
+o(hing)g(factor)h(of)e(the)i(game-trees)g(in)f(di\013eren)o(t)h(test)h
+(domains.)i(The)0 1237 y(a)o(v)o(erage)f(branc)o(hing)f(factor)g(in)h
+(c)o(hess)h(\(38\))e(is)g(higher)h(than)f(the)i(a)o(v)o(erage)e(branc)o
+(hing)h(factor)f(in)g(c)o(hec)o(k)o(ers)j(\(8)d(for)g(non-)0
+1287 y(capture)h(p)q(ositions\).)25 b(T)m(aking)14 b(capture)j(p)q
+(ositions)f(in)o(to)g(accoun)o(t,)g(the)h(a)o(v)o(erage)f(branc)o(hing)
+g(factor)g(of)f(c)o(hec)o(k)o(ers)j(is)e(less)0 1337
+y(than)f(3)g(\(Lu,)g(1993\).)21 b(The)15 b(breadth)h(of)e(c)o(hec)o(k)o
+(ers)j(trees)g(yield)e(sp)q(eedups)i(that)e(are)g(m)o(uc)o(h)f(smaller)
+g(in)h(magnitude)e(than)0 1386 y(the)h(same)f(algorithm)f(implem)o(en)o
+(ted)g(on)i(a)g(c)o(hess)h(program.)0 1465 y(The)h(\014nal)g(concern)h
+(deals)f(with)g(the)h(sp)q(eed)g(of)f(the)g(pro)q(cessor)i(v)o(ersus)f
+(the)g(sp)q(eed)h(of)d(the)i(net)o(w)o(ork.)24 b(If)16
+b(the)h(algorithm)0 1515 y(w)o(as)i(tested)i(on)e(slo)o(w)g(pro)q
+(cessors)i(with)e(a)g(fast)g(net)o(w)o(ork)h(linking)d(them,)i(the)h
+(algorithm)d(ma)o(y)g(not)i(yield)g(the)h(same)0 1565
+y(p)q(erformance)14 b(when)g(using)g(faster)g(pro)q(cessors)i(and/or)e
+(a)f(slo)o(w)o(er)h(net)o(w)o(ork.)0 1644 y(In)f(short,)g(it)g(is)g
+(nearly)g(imp)q(ossible)e(to)i(ob)r(jectiv)o(ely)g(compare)f(sp)q
+(eedups)j(or)e(e\016ciencies)i(for)d(the)i(di\013eren)o(t)g(implemen)o
+(ta-)0 1694 y(tions)g(giv)o(en)f(in)h(T)m(able)f(2.)0
+1882 y Fl(2.3)48 b(Descriptio)o(ns)13 b(of)i(Earlier)f(Algorithms)f
+(\(1979-June)g(1987\))0 1998 y Fp(Baudet's)20 b(w)o(ork)f(\(1978\))g
+(describ)q(ed)i(a)e(metho)q(d)g(of)g(doing)f Fn(p)n(ar)n(al)r(lel)h
+(aspir)n(ation)h(se)n(ar)n(ch)p Fp(.)34 b(Aspiration)19
+b(searc)o(h)i(can)e(b)q(e)0 2048 y(describ)q(ed)e(as)f(the)g(shrinking)
+f(of)g(the)h(initial)d Fk(\013\014)18 b Fp(windo)o(w)d(to)g(a)g(small)e
+(range.)23 b(If)15 b(the)h(minima)o(x)d(v)n(alue)h(lies)i(within)e(the)
+0 2098 y(smaller)g(range,)i(the)h(correct)g(minima)o(x)c(v)n(alue)i
+(could)h(b)q(e)g(returned)i(while)d(visiting)g(less)h(leaf)g(no)q(des)g
+(than)g(w)o(ould)f(ha)o(v)o(e)0 2147 y(b)q(een)g(visited)f(b)o(y)g
+(using)f(the)i(larger)e(range.)0 2226 y(In)k(Baudet's)g(w)o(ork,)g(the)
+g(initial)e Fk(\013\014)k Fp(windo)o(w)d(is)h(sub)q(divided)g(in)o(to)f
+Fk(p)h Fp(disjoin)o(t)e(windo)o(ws,)i(where)h Fk(p)e
+Fp(is)h(the)g(n)o(um)o(b)q(er)g(of)0 2276 y(pro)q(cessors)h(used.)25
+b(Eac)o(h)16 b(pro)q(cessor)i(searc)o(hes)g(the)f(game-tree)e(with)h
+(those)g(smaller)f(windo)o(ws.)24 b(When)16 b(a)f(pro)q(cessor)j(is)0
+2326 y(\014nished,)e(it)f(can)h(use)g(the)h(result)f(of)f(the)h(searc)o
+(h)h(\(if)e(it)g(is)g(a)h(fail)e(lo)o(w)g(or)i(fail)e(high\))h(to)g
+(further)i(reduce)g(the)f(size)g(of)f(the)0 2376 y(windo)o(ws)c
+(examined.)16 b(Once)d(a)f(pro)q(cessor)i(determines)e(the)g(minim)o
+(ax)d(v)n(alue,)i(all)f(pro)q(cessors)k(are)f(stopp)q(ed)f(immediately)
+l(.)0 2455 y(Akl,)f(Barnard)g(and)g(Doran)f(\(1982\))g(w)o(ere)i(the)f
+(\014rst)h(to)f(prop)q(ose)g(and)g(sim)o(ulate)e(a)i
+Fn(mandatory)h(work)g(\014rst)e Fp(algorithm.)15 b(The)0
+2504 y(idea)f(of)g(the)h(algorithm)d(is)i(to)g(explore)h(in)f(parallel)
+f(those)i(lea)o(v)o(es)g(that)f(w)o(ould)g(b)q(e)h(examined)e(if)h(the)
+h(tree)h(w)o(as)e(p)q(erfectly)0 2554 y(ordered.)19 b(There)c(are)f(t)o
+(w)o(o)g(categories)g(of)f(no)q(des)i(that)f(corresp)q(ond)h(to)f(the)g
+(cut)h(and)e(all)g(no)q(des)h(from)e(the)j(minim)o(al)10
+b(tree.)0 2604 y(Left-hand)15 b(no)q(des)h(are)f(similar)d(to)j(all)f
+(no)q(des,)i(and)e(all)g(of)g(their)i(successors)h(are)f(ev)n(aluated)f
+(at)f(di\013eren)o(t)i(pro)q(cessors)h(in)0 2654 y(parallel.)23
+b(Righ)o(t-hand)15 b(no)q(des)i(are)f(similar)e(to)i(cut)g(no)q(des,)h
+(and)f(only)g(one)g(successor)i(pro)q(cess)g(can)e(b)q(e)h(spa)o(wned)g
+(from)0 2704 y(them)c(at)h(a)f(time.)p eop
+%%Page: 6 6
+6 5 bop 0 50 a Fp(6)603 b(ICCA)14 b(Journal)f(Submission)601
+b(June)15 b(12,)e(1996)0 195 y(The)h(\014rst)h(branc)o(h)f(to)g(b)q(e)g
+(ev)n(aluated)g(from)e(a)i(righ)o(t-hand)f(no)q(de)h(migh)o(t)e
+(establish)i(a)f(score)j(that)d(signi\014es)h(a)g(cuto\013.)19
+b(The)0 245 y(pro)q(cess)d(con)o(trolling)e(a)g(righ)o(t-hand)g(no)q
+(de)h(is)f(forced)h(to)g(stall)f(and)g(\014nd)h(out)f(the)h(v)n(alue)f
+(of)g(the)i(sibling)d(left-hand)h(no)q(de.)0 295 y(Once)20
+b(this)f(sibling)f(left-hand)g(no)q(de)h(has)g(a)g(v)n(alue,)g(the)g(t)
+o(w)o(o)f(v)n(alues)h(are)g(compared)f(and)h(the)g(program)f
+(determines)0 345 y(whether)g(or)f(not)g(the)h(righ)o(t-hand)e(no)q(de)
+h(can)h(b)q(e)f(pruned)h(based)g(on)e(the)i(\014rst)g(branc)o(h)f(that)
+g(w)o(as)g(searc)o(hed.)29 b(If)17 b(there)0 394 y(is)e(no)f(cuto\013)i
+(y)o(et)f(for)f(the)i(righ)o(t-hand)e(no)q(de,)h(the)g(subsequen)o(t)i
+(branc)o(hes)f(in)e(the)i(righ)o(t-hand)e(no)q(de)h(are)g(examined)f
+(one)0 444 y(after)i(the)g(other)h(sequen)o(tially)m(.)22
+b(This)16 b(will)e(stop)i(when)g(the)g(righ)o(t-hand)f(no)q(de)i(gets)f
+(pruned,)h(or)e(the)h(righ)o(t-hand)g(no)q(de)0 494 y(establishes)c(a)f
+(v)n(alue)f(higher)h(than)g(the)h(sibling)d(left-hand)i(no)q(de)g
+(after)g(exploring)g(all)e(branc)o(hes.)19 b(This)11
+b(allo)o(ws)e(the)j(sc)o(heme)0 544 y(to)g(determine)f(most)g(of)g(the)
+i(direct)f(shallo)o(w)f(cuto\013s)h(that)g(w)o(ould)f(o)q(ccur)i(in)e
+(the)i(sequen)o(tial)f Fk(\013\014)i Fp(algorithm,)9
+b(but)j(neglects)0 594 y(some)h(of)g(the)i(deep)g(cuto\013s)f(p)q
+(ossible.)0 672 y(Fink)o(el)k(and)h(Fish)o(burn)g(\(1982\))f(in)o(tro)q
+(duced)h(the)h(concept)g(of)e Fn(tr)n(e)n(e)g(splitting)p
+Fp(.)32 b(In)19 b(their)g(algorithm,)e(a)h(static)i(tree)g(of)0
+722 y(pro)q(cessors)c(is)e(o)o(v)o(erlaid)f(on)g(top)h(of)g(a)f
+(game-tree.)18 b(The)c(ro)q(ot)g(of)g(the)g(game-tree)g(is)g(giv)o(en)f
+(to)h(the)g(ro)q(ot)g(of)g(the)g(pro)q(cessor)0 772 y(tree.)19
+b(The)14 b(pro)q(cessor)h(ro)q(ot)f(generates)h(all)d(the)i(mo)o(v)o
+(es)e(at)i(ply)f(1)g(of)g(the)h(game-tree,)f(and)g(hands)h(them)e(o)o
+(v)o(er)i(to)f(the)h(\014rst)0 822 y(ply)h(of)f(the)i(pro)q(cessor)h
+(tree.)23 b(This)15 b(pro)q(cess)i(con)o(tin)o(ues)f(un)o(til)e(w)o(e)h
+(reac)o(h)h(the)g(lea)o(v)o(es)f(of)g(the)h(pro)q(cessor)h(tree,)f
+(where)g(the)0 872 y(pro)q(cessors)g(execute)f(the)g(sequen)o(tial)e
+Fk(\013\014)j Fp(algorithm)11 b(to)j(the)g(required)h(searc)o(h)f
+(depth.)19 b(The)14 b(no)q(des)h(in)e(the)h(\014rst)g
+Fk(k)h Fp(lev)o(els)0 922 y(of)c(the)i(tree,)g(where)g
+Fk(k)f Fp(is)g(the)g(depth)h(of)e(the)i(pro)q(cessor)g(tree,)g(can)f(b)
+q(e)h(ev)n(aluated)e(in)h(parallel.)k(The)c(only)f(sync)o(hronization)0
+971 y(p)q(oin)o(t)i(o)q(ccurs)j(at)d(the)i(ro)q(ot)f(of)f(the)i(tree)g
+(b)q(et)o(w)o(een)g(searc)o(hes)h(at)e(di\013eren)o(t)g(depths.)0
+1050 y(The)20 b Fn(PV-Split)f Fp(algorithm)e(\(Campb)q(ell,)h(1981;)j
+(Marsland)e(and)g(Campb)q(ell,)g(1982\))f(is)i(a)f(natural)g(extension)
+h(of)f(tree)0 1100 y(splitting,)12 b(based)i(on)g(the)g(regular)g
+(structure)h(of)e(the)h(minima)o(l)c(game-tree)k(as)f(w)o(e)h(tra)o(v)o
+(el)f(along)g(the)h(principal)f(v)n(ariation)0 1150 y(\(PV\).)19
+b(The)g(\014rst)h(stage)f(of)g(the)g(algorithm)e(in)o(v)o(olv)o(es)h(a)
+g(recursiv)o(e)j(call)d(to)h(itself)f(as)h(it)g(tra)o(v)o(els)g(do)o
+(wn)f(the)i(principal)0 1200 y(v)n(ariation.)g(Once)c(the)g(left)f
+(subtree)i(of)d(a)h(PV)g(no)q(de)h(has)f(b)q(een)h(examined,)e(all)g
+(of)g(the)i(other)f(subtrees)j(b)q(elo)o(w)c(that)i(PV)0
+1249 y(no)q(de)d(are)g(searc)o(hed)h(in)e(parallel)f(using)h(tree)i
+(splitting.)j(After)c(all)e(of)h(the)h(subtrees)i(ha)o(v)o(e)d(b)q(een)
+h(explored,)g(that)g(PV)g(no)q(de)0 1299 y(can)h(return)i(a)e(score)h
+(to)f(the)h(PV)f(no)q(de)h(ab)q(o)o(v)o(e)f(it.)k(A)o(t)c(an)o(y)g(one)
+h(time,)d(only)h(one)i(no)q(de's)f(subtrees)i(are)f(b)q(eing)f
+(examined)0 1349 y(in)f(parallel)g(b)o(y)h(the)g(PV-Split)g(algorithm.)
+0 1428 y(In)e(the)h(original)e(implem)o(en)o(tation)e(\(Marsland)j(and)
+h(Campb)q(ell,)d(1982\),)h(the)i(PV-Split)f(algorithm)d(did)j(not)g
+(use)h(minima)o(l)0 1478 y(windo)o(ws)g(or)g(other)h(searc)o(h)h
+(enhancemen)o(t)e(tec)o(hniques)i(common)c(in)h(game-pla)o(ying)f
+(programs.)16 b(T)m(o)d(sim)o(ulate)e(these)k(or-)0 1528
+y(dering)f(tec)o(hniques,)g(strongly-ordered)g(game-trees)g(w)o(ere)g
+(arti\014cially)e(created.)20 b(The)14 b(PV-Split)f(algorithm)e(w)o(as)
+i(sho)o(wn)0 1577 y(to)i(ha)o(v)o(e)h(a)f(b)q(etter)i(sp)q(eedup)g
+(than)f(tree)g(splitting)f(for)g(the)h(sim)o(ulated)e(strongly-ordered)
+i(trees.)25 b(There)17 b(are)f(n)o(umerous)0 1627 y(published)f(exp)q
+(erimen)o(ts)g(with)f(the)i(PV-Split)e(algorithm)e(\(Marsland)j(and)g
+(P)o(op)q(o)o(wic)o(h,)f(1985;)g(Newb)q(orn,)h(1985;)f(Mars-)0
+1677 y(land,)h(Olafsson)h(and)g(Sc)o(hae\013er,)h(1985\).)23
+b(The)16 b(b)q(est)h(rep)q(orted)h(e\016ciency)f(in)e(these)i(implemen)
+o(tations)c(w)o(as)j(a)f(sp)q(eedup)0 1727 y(of)f(3.75)g(on)h(5)g(pro)q
+(cessors)i(for)d(Marsland,)h(Olafsson)g(and)f(Sc)o(hae\013er)j
+(\(1985\).)j(The)c(ma)r(jor)d(problem)h(in)g(the)i(implemen-)0
+1777 y(tation)g(of)g(PV-Split)g(is)h(a)f(large)g(sync)o(hronization)h
+(o)o(v)o(erhead,)g(since)g(man)o(y)e(pro)q(cessors)k(are)e(often)g
+(forced)g(to)f(w)o(ait)g(for)0 1826 y(long)d(p)q(erio)q(ds)i(of)f(time)
+e(while)i(the)h(last)f(unev)n(aluated)g(branc)o(h)g(of)g(a)g(PV)g(no)q
+(de)h(is)f(ev)n(aluated.)k(Newb)q(orn)d(suggested)h(that)0
+1876 y(idle)f(pro)q(cessors)j(should)d(assist)h(those)g(pro)q(cessors)i
+(that)e(are)g(still)e(busy)i(b)o(y)g(creating)f(a)h(new)g(split)f(no)q
+(de)h(that)f(the)h(idle)0 1926 y(pro)q(cessors)g(can)e(w)o(ork)g(on)f
+(\(Newb)q(orn,)i(1985\).)0 2005 y(The)c Fn(Key)h(No)n(de)g
+Fp(metho)q(d)e(\(Lindstrom,)f(1983\))h(attempts)h(a)f(di\013eren)o(t)i
+(metho)q(d)e(for)h(attac)o(king)f(the)h(tree.)18 b(The)12
+b(mandatory)0 2055 y(w)o(ork)g(\014rst)h(tree)g(is)f(dynamically)d(ev)o
+(olv)o(ed)j(and)g(stored)h(within)e(a)h(cen)o(tralized)h(message)f
+(queue.)18 b(Eac)o(h)13 b(pro)q(cessor)h(tak)o(es)e(a)0
+2105 y(message)h(from)e(the)j(queue,)g(creates)h(new)f(messages)f
+(based)h(on)f(the)h(t)o(yp)q(e)g(of)e(message,)h(and)g(adds)g(the)h
+(information)d(in)o(to)0 2154 y(the)j(tree,)g(as)g(required.)k(F)m(or)
+13 b(example,)f(if)h(a)g(message)g(is)g(sen)o(t)h(to)f(a)g(leaf)g(no)q
+(de)h(within)e(the)i(tree,)h(the)f(no)q(de)f(is)h(ev)n(aluated,)0
+2204 y(and)h(the)h(v)n(alue)f(is)h(sen)o(t)g(to)g(the)g(paren)o(t.)23
+b(A)o(t)16 b(t)o(yp)q(e)g(1)f(and)g(t)o(yp)q(e)h(3)g(no)q(des,)g
+(messages)g(for)f(eac)o(h)h(of)f(the)h(c)o(hildren)g(can)f(b)q(e)0
+2254 y(sen)o(t)h(out)f(at)g(the)h(same)e(time)g(\(yielding)g(nearly)h
+(ideal)f(parallelism\).)20 b(Sync)o(hronization)15 b(o)q(ccurs)h(at)f
+(bad)g(t)o(yp)q(e)h(2)f(no)q(des,)0 2304 y(where)g(eac)o(h)f(mo)o(v)o
+(e)f(is)g(tried)i(in)e(turn)h(in)g(an)g(attempt)f(to)g(\014nd)h(the)h
+(cuto\013.)0 2383 y(The)j(Key)h(No)q(de)f(metho)q(d)f(w)o(as)h(sim)o
+(ulated)e(using)i(arti\014cial)f(trees,)j(where)f(the)f(score)i(of)d
+(the)h(paren)o(t)h(w)o(as)f(similar)d(to)0 2433 y(the)g(score)g(of)f
+(the)h(c)o(hildren.)k(The)c(metho)q(d)e(w)o(as)h(compared)g(against)f
+(the)i(classical)f Fk(\013\014)j Fp(algorithm.)f(In)e(the)h(sim)o
+(ulation,)0 2482 y(eac)o(h)f(message)f(w)o(as)h(assumed)f(to)g(b)q(e)h
+(pro)q(cessed)i(in)d(unit)g(time,)f(and)h(some)g(e\013orts)h(w)o(ere)h
+(made)d(to)h(sim)o(ulate)f(con)o(ten)o(tion)0 2532 y(for)j(the)g(no)q
+(des)h(within)e(the)h(tree.)22 b(Ov)o(er)16 b(10)e(test)i(runs,)g(the)f
+(Key)h(No)q(de)f(metho)q(d)f(ac)o(hiev)o(ed)h(a)g(sp)q(eedup)h(of)e
+(12.57)g(on)g(20)0 2582 y(pro)q(cessors,)i(using)d(a)h(tree)h(depth)g
+(of)e(5)g(and)h(a)g(breadth)g(of)g(4.)0 2661 y(Newb)q(orn's)f(\(1988\))
+f(algorithm,)d Fn(Unsynchr)n(onize)n(d)15 b(Iter)n(atively)d(De)n(ep)n
+(ening)j(Par)n(al)r(lel)e(A)o(lpha-Beta)g(Se)n(ar)n(ch)p
+Fp(,)g(w)o(as)f(the)h(\014rst)p eop
+%%Page: 7 7
+7 6 bop 467 50 a Fe(A)14 b(T)m(axonom)o(y)d(of)i(P)o(arallel)g(Game-T)m
+(ree)g(Searc)o(h)h(Algorithms)465 b Fp(7)0 195 y(attempt)13
+b(to)g(async)o(hronously)h(start)g(the)g(next)g(lev)o(el)f(of)g(an)g
+(iterativ)o(ely)g(deep)q(ened)i(searc)o(h)g(instead)f(of)f(sync)o
+(hronizing)g(at)0 245 y(the)i(ro)q(ot)e(of)h(the)g(game-tree.)k(The)c
+(mo)o(v)o(es)f(from)f(the)j(ro)q(ot)f(p)q(osition)f(are)h(partitioned)g
+(among)d(the)k(pro)q(cessors,)h(and)d(the)0 295 y(pro)q(cessors)j
+(searc)o(h)g(their)e(o)o(wn)g(subset)h(of)f(the)h(mo)o(v)o(es)d(with)i
+(iterativ)o(e)g(deep)q(ening.)20 b(Eac)o(h)15 b(pro)q(cessor)g(is)f
+(giv)o(en)g(the)h(same)0 345 y(initial)e(windo)o(w,)g(but)h(some)g(of)g
+(the)h(pro)q(cessors)i(ma)o(y)12 b(ha)o(v)o(e)j(c)o(hanged)f(their)h
+(windo)o(ws,)f(based)h(on)f(the)h(searc)o(h)h(results)g(of)0
+394 y(their)e(mo)o(v)o(es.)k(The)c(UIDP)m(ABS)h(algorithm)c(then)k(com)
+o(bines)e(the)i(results)g(once)g(a)f(predetermined)g(time)f(limit)f
+(has)i(b)q(een)0 444 y(reac)o(hed.)19 b(Some)11 b(of)g(the)i(mo)o(v)o
+(es)e(ma)o(y)f(ha)o(v)o(e)i(b)q(een)h(ev)n(aluated)f(to)g(larger)g
+(depths)h(than)f(those)h(on)f(other)h(pro)q(cessors,)h(whic)o(h)0
+494 y(ma)o(y)e(yield)h(a)h(b)q(etter)h(qualit)o(y)e(mo)o(v)o(e)f(c)o
+(hoice.)0 573 y(Sc)o(hae\013er's)h Fn(Dynamic)h(PV-Split)e
+Fp(algorithm)d(\(1989\))i(is)h(an)f(enhancemen)o(t)i(that)f(allo)o(ws)e
+(for)i(dynamic)e(pro)q(cessor)k(trees)f(in)0 623 y(the)f(PV-Split)e
+(framew)o(ork.)16 b(Instead)c(of)e(the)i(\014xed)f(pro)q(cessor)i(tree)
+g(mec)o(hanism)8 b(that)j(w)o(as)g(used)h(in)f(PV-Split,)g(pro)q
+(cessors)0 672 y(in)h(Dynamic)f(PV-Split)h(\(DPVS\))h(are)h(allo)o(w)o
+(ed)d(to)i(dynamically)c(attac)o(h)k(themselv)o(es)g(to)g(other)g(busy)
+g(pro)q(cessors,)i(whic)o(h)0 722 y(eac)o(h)21 b(run)g(the)g(PV-Split)e
+(algorithm.)35 b(This)20 b(allo)o(ws)g(for)g(parallelism)d(along)i(the)
+i(pseudo-principal)f(v)n(ariation)f(\(the)0 772 y(leftmost)g(branc)o
+(h\))i(b)q(eing)f(searc)o(hed)h(b)o(y)f(an)o(y)g(pro)q(cessor,)j(and)d
+(allo)o(ws)f(for)h(m)o(ultiple)e(split)h(no)q(des.)38
+b(The)21 b(pro)q(cess)h(of)0 822 y(c)o(ho)q(osing)11
+b(the)i(new)f(split)f(no)q(de)h(started)h(b)o(y)e(allo)q(cating)f
+(branc)o(hes)j(at)f(t)o(yp)q(e)g(1)f(or)h(t)o(yp)q(e)g(3)f(no)q(des,)i
+(and)e(allo)o(w)o(ed)g(parallelism)0 872 y(at)k(t)o(yp)q(e)h(2)f(no)q
+(des)h(once)g(the)g(branc)o(hes)h(from)d(all)g(t)o(yp)q(e)i(1)f(and)g
+(3)g(no)q(des)h(w)o(ere)h(allo)q(cated.)22 b(All)14 b(requests)k(for)d
+(w)o(ork)g(w)o(en)o(t)0 922 y(through)e(a)g(Con)o(troller)f(pro)q
+(cess,)i(whic)o(h)f(w)o(as)g(used)h(to)e(balance)h(the)h(dynamic)d(pro)
+q(cessor)k(tree)f(amongst)d(the)j(pro)q(cessors)0 971
+y(that)g(had)g(the)g(most)f(w)o(ork)g(to)h(do,)f(as)h(w)o(ell)f(as)h
+(assign)g(w)o(ork)g(from)e(the)i(curren)o(t)i(no)q(de)e(on)g(the)g
+(principal)f(v)n(ariation.)0 1050 y(Unfortunately)m(,)j(the)h(increase)
+h(in)d(searc)o(h)j(o)o(v)o(erhead)f(comp)q(ensated)f(for)g(the)h
+(decrease)i(in)d(sync)o(hronization)g(o)o(v)o(erhead.)0
+1100 y(The)e(searc)o(h)h(o)o(v)o(erhead)g(arose)f(from)e(additional)g
+(pro)q(cessors,)k(once)e(they)h(had)e(b)q(een)i(reassigned,)g
+(attempting)d(to)i(searc)o(h)0 1150 y(some)c(subtrees)i(without)f(the)g
+(b)q(ene\014t)h(of)d(the)j(ordering)e(information)e(from)h(the)i(searc)
+o(hed)h(sibling)d(subtrees.)19 b(By)11 b(allo)o(wing)0
+1200 y(a)f(shared)h(T)m(able)f(Manager)g(to)g(handle)g(all)f(transp)q
+(osition)h(table)g(requests,)j(along)c(with)h(a)g(mec)o(hanism)d(for)j
+(rebroadcasting)0 1249 y(history)19 b(table)h(information,)d(the)j(sp)q
+(eedup)h(for)e Fc(P)l(araPhoenix)j Fp(w)o(as)d(impro)o(v)o(ed)f(to)h
+(7.64)g(on)g(19)g(pro)q(cessors.)37 b(The)0 1299 y(mec)o(hanism)12
+b(describ)q(ed)k(in)e(the)h(pap)q(er)g(tap)q(ered)h(o\013)e(once)h
+(more)f(than)g(10)g(pro)q(cessors)j(w)o(ere)e(in)o(v)o(olv)o(ed;)e(the)
+i(o)o(v)o(erhead)g(of)0 1349 y(going)e(through)h(a)f(single)h(T)m(able)
+f(Manager)h(increased)h(linearly)e(as)h(more)f(pro)q(cessors)j(w)o(ere)
+f(added.)0 1428 y(The)c Fn(Enhanc)n(e)n(d)i(PV-Split)d
+Fp(algorithm)e(\(Hy)o(att,)i(1988;)g(Hy)o(att,)h(Suter)g(and)g(Nelson,)
+g(1989\))e(is)h(a)g(di\013eren)o(t)i(t)o(yp)q(e)f(of)f(dynamic)0
+1478 y(allo)q(cation)f(to)h(the)h(PV-Split)f(algorithm.)k(In)d(the)g
+(Enhanced)g(PV-Split)f(\(EPVS\))i(algorithm,)c(when)j(a)f(pro)q(cessor)
+i(b)q(ecame)0 1528 y(idle,)j(all)e(of)i(the)h(other)g(pro)q(cessors)h
+(w)o(ere)f(stopp)q(ed)g(and)f(a)g(new)h(split)f(no)q(de)g(w)o(ould)f(b)
+q(e)i(created)h(t)o(w)o(o)e(ply)f(further)i(do)o(wn)0
+1577 y(the)f(tree)g(of)e(one)h(of)g(the)g(busy)g(pro)q(cessors.)21
+b(All)13 b(pro)q(cessors)j(w)o(ould)d(then)i(start)f(to)g(w)o(ork)g(on)
+g(the)g(smaller)f(subtree.)20 b(The)0 1627 y(transp)q(osition)14
+b(table)g(ensured)h(that)f(the)h(smaller)d(subtree)k(had)d(not)h(b)q
+(een)h(explored)f(y)o(et.)0 1706 y(Using)i(a)g(Sequen)o(t)h(Balance)f
+(21000)f(computer,)h(the)h(sp)q(eedup)g(of)f(EPVS)h(w)o(as)f(5.93)e(on)
+i(16)g(pro)q(cessors.)27 b(On)16 b(the)h(same)0 1756
+y(mac)o(hine)d(and)h(test)h(set,)g(PV-Split)f(ac)o(hiev)o(ed)g(a)g(sp)q
+(eedup)i(of)e(4.57)f(on)h(16)f(pro)q(cessors.)24 b(The)16
+b(authors)g(p)q(oin)o(t)e(out)h(at)g(the)0 1806 y(end)e(of)f(their)h
+(pap)q(er)g(that)f(the)h(a)o(v)o(erage)g(branc)o(hing)f(factor)h(of)e
+(a)i(c)o(hess)h(tree)f(is)g(38;)e(their)i(algorithm)d(could)i(not)h
+(use)g(64)f(or)0 1856 y(more)g(pro)q(cessors)j(e\013ectiv)o(ely)f
+(since)g(all)e(pro)q(cessors)j(co-ordinate)e(at)g(one)h(split)e(no)q
+(de)i(at)f(an)o(y)f(giv)o(en)h(time.)j(Th)o(us,)d(to)g(use)0
+1905 y(massiv)o(ely)e(parallel)h(arc)o(hitectures)k(\(with)d(h)o
+(undreds)h(or)f(thousands)h(of)f(pro)q(cessors\),)i(a)e(greater)h(n)o
+(um)o(b)q(er)f(of)f(split)h(no)q(des)0 1955 y(m)o(ust)g(b)q(e)h(a)o(v)n
+(ailable)e(for)i(parallel)e(w)o(ork.)0 2116 y Fl(2.4)48
+b(The)15 b(Adv)o(en)o(t)f(Of)i(Massiv)o(e)f(P)o(aralleli)o(sm)e(\(July)
+h(1987-presen)o(t\))0 2226 y Fp(F)m(elten)19 b(and)g(Otto)h(\(1988\))e
+(implemen)o(ted)f(the)j(\014rst)g(parallel)e Fk(\013\014)j
+Fp(algorithm)c(that)i(pla)o(y)o(ed)g(c)o(hess)h(on)f(more)f(than)h(32)0
+2276 y(pro)q(cessors.)k(Their)15 b Fc(W)-5 b(a)m(yCool)17
+b Fp(program)c(decided)j(on)f(the)h(t)o(yp)q(e)f(of)f(parallelism)e(to)
+j(b)q(e)h(applied)e(at)h(a)f(no)q(de)i(based)f(on)0 2326
+y(whether)f(there)f(w)o(as)f(a)h(transp)q(osition)f(table)g(en)o(try)h
+(in)f(the)h(system.)k(If)12 b(a)g(transp)q(osition)g(table)g(en)o(try)h
+(w)o(as)f(a)o(v)n(ailable,)e(the)0 2376 y(mo)o(v)o(e)j(stored)i(w)o
+(ould)e(lik)o(ely)g(b)q(e)i(the)g(b)q(est)g(mo)o(v)o(e,)e(and)h(it)g(w)
+o(as)g(w)o(orth)g(w)o(aiting)f(for)h(a)g(b)q(ound)g(to)h(b)q(e)f
+(returned)i(from)d(that)0 2425 y(transp)q(osition)h(table)g(mo)o(v)o
+(e.)j(Once)f(that)e(b)q(ound)g(had)g(b)q(een)h(returned)h(\(assuming)d
+(that)h(the)h(no)q(de)f(is)g(not)g(immediately)0 2475
+y(pruned\),)d(all)d(of)h(the)i(other)f(successors)i(could)e(b)q(e)g
+(explored)g(in)f(parallel.)15 b(If)10 b(there)h(is)e(no)g(transp)q
+(osition)h(table)f(information,)0 2525 y(all)k(subtrees)j(could)d(b)q
+(e)i(computed)e(in)h(parallel.)0 2604 y(The)f(pro)q(cessors)h(are)f
+(hierarc)o(hically)e(organized)h(in)o(to)g(a)g(tree)h(structure)h(at)e
+(the)h(start)g(of)f(the)g(searc)o(h,)h(but)g(this)f(pro)q(cessor)0
+2654 y(tree)19 b(w)o(ould)e(b)q(e)h(restructured)j(as)c(necessary)m(.)
+31 b(The)18 b(sc)o(heme)g(relied)g(on)g(a)f(globally)e(shared)k(transp)
+q(osition)f(table)f(and)0 2704 y(a)f(load)f(balancing)g(sc)o(heme)i
+(that)f(is)g(similar)e(to)i(the)g(one)h(used)g(in)f(EPVS.)g(The)h(load)
+e(balancing)g(sc)o(heme)h(reorganized)p eop
+%%Page: 8 8
+8 7 bop 0 50 a Fp(8)603 b(ICCA)14 b(Journal)f(Submission)601
+b(June)15 b(12,)e(1996)0 195 y(searc)o(hers)j(in)o(to)d(new)i(teams)e
+(that)h(searc)o(h)h(a)e(\\hot)h(sp)q(ot")g(in)f(parallel.)0
+274 y(F)m(eldmann)8 b Fn(et.)17 b(al)k Fp(implem)o(en)o(ted)8
+b(a)h(parallel)g Fk(\013\014)j Fp(algorithm)7 b(on)i(a)h(large)f(net)o
+(w)o(ork)h(of)f(T)m(ransputers)i(for)e(the)h(c)o(hess)i(program)0
+324 y Fc(Zugzw)l(ang)g Fp(\(V)m(orn)o(b)q(erger)g(and)g(Monien,)f
+(1987;)g(F)m(eldmann)e Fn(et.)18 b(al)p Fp(,)11 b(1989;)g(F)m(eldmann,)
+f(1993\).)16 b(The)c(algorithm)d(in)o(v)o(olv)o(es)0
+374 y(the)j(use)g(of)e(the)i Fn(Y)m(oung)h(Br)n(others)e(Wait)i(Conc)n
+(ept)e Fp(\(YBW)o(C\))h(to)f(determine)g(when)g(no)q(des)h(can)f(b)q(e)
+h(giv)o(en)f(out)g(in)f(a)h(parallel)0 423 y(manner.)0
+502 y(In)19 b(a)g(game-tree)g(that)g(has)h(near)f(p)q(erfect)i
+(ordering,)f(there)h(is)e(a)g(high)g(probabilit)o(y)e(that)i(a)g(no)q
+(de)h(is)f(an)g(all)f(no)q(de)i(if)0 552 y(w)o(e)e(ev)n(aluate)g(the)h
+(leftmost)d(branc)o(h)j(and)f(w)o(e)g(ha)o(v)o(e)g(not)g(pruned)h(the)f
+(searc)o(h)h(b)q(elo)o(w)f(that)g(no)q(de.)31 b(The)19
+b(basic)f(Y)m(oung)0 602 y(Brothers)g(W)m(ait)c(Concept)j(states)h
+(that)e(the)h(leftmost)d(branc)o(h)j(\(the)g(eldest)g(brother\))g(m)o
+(ust)e(b)q(e)i(ev)n(aluated)f(b)q(efore)g(an)o(y)0 652
+y(other)c(branc)o(hes)h(\(the)g(y)o(oung)e(brothers\))i(can)f(b)q(e)g
+(distributed)g(to)g(other)g(pro)q(cessors.)19 b(This)12
+b(is)f(not)h(necessarily)h(limited)c(to)0 702 y(the)15
+b(principal)f(v)n(ariation)f(\(i.e.)20 b(PV-Split\))14
+b(or)h(a)f(pseudo-principal)h(v)n(ariation)e(\(i.e.)20
+b(DPVS)15 b(or)f(EPVS\);)h(it)g(can)f(happ)q(en)0 751
+y(at)h(an)o(y)g(no)q(de)g(within)g(the)g(game-tree.)22
+b(The)15 b(algorithm)e(giv)o(en)h(in)h(T)m(ables)g(1)g(and)f(2)h(is)g
+(YBW)o(C*.)22 b(This)15 b(v)n(ariation)e(do)q(es)0 801
+y(not)j(w)o(ait)f(for)h(y)o(oung)g(brothers)h(at)f(t)o(yp)q(e)h(3)f(no)
+q(des)h(and)f(forces)h(sequen)o(tial)f(ev)n(aluation)f(of)g(all)g
+(\\reasonable")h(mo)o(v)o(es)f(at)0 851 y(t)o(yp)q(e)f(2)g(no)q(des,)g
+(as)g(describ)q(ed)i(in)d(F)m(eldmann's)f(Ph.D.)h(thesis)i(\(1993\).)0
+930 y(Hy)o(att)f(in)o(tro)q(duced)g Fn(Dynamic)i(T)m(r)n(e)n(e)e
+(Splitting)f Fp(\(DTS\))h(in)f(his)h(Ph.D.)f(thesis)h(\(1988\).)j(One)e
+(pro)q(cessor)h(is)d(giv)o(en)h(the)g(ro)q(ot)0 980 y(p)q(osition)h
+(and)g(the)h(others)g(m)o(ust)f(try)h(to)f(\014nd)g(a)h(pro)q(cessor)h
+(that)e(has)h(w)o(ork)f(to)g(steal.)23 b(If)15 b(a)g(pro)q(cessor)j
+(has)d(w)o(ork,)g(DTS)0 1029 y(hands)k(out)f(a)h(branc)o(h)g(from)d
+(the)k(lo)o(w)o(est)e(t)o(yp)q(e)h(3)f(no)q(de.)33 b(T)o(yp)q(e)19
+b(1)f(no)q(des)h(that)g(ha)o(v)o(e)f(b)q(ound)h(information)d(\(i.e.)31
+b(the)0 1079 y(leftmost)13 b(c)o(hild)h(has)g(b)q(een)h(ev)n(aluated\))
+f(are)h(considered)h(as)e(t)o(yp)q(e)h(3)f(no)q(des.)19
+b(F)m(ailing)12 b(this,)i(the)h(pro)q(cessor)h(will)d(hand)h(out)0
+1129 y(an)o(y)f(no)q(de)h(from)e(a)i(t)o(yp)q(e)g(1)f(no)q(de)h(that)g
+(do)q(es)g(not)g(ha)o(v)o(e)f(an)o(y)h(b)q(ound)f(information.)i
+(Finally)m(,)c(the)k(pro)q(cessor)g(w)o(ould)e(hand)0
+1179 y(out)e(branc)o(hes)h(from)d(t)o(yp)q(e)i(2)f(no)q(des)i(that)f
+(ha)o(v)o(e)f(not)h(b)q(een)h(pruned)f(after)g(the)h(\014rst)f(c)o
+(hild)f(has)h(b)q(een)h(completely)e(ev)n(aluated.)0
+1229 y(This)17 b(mak)o(es)f(the)i(algorithm)d(similar)g(\(in)h
+(parallelization)g(and)h(sync)o(hronization)g(c)o(haracteristics\))i
+(to)e(YBW)o(C*,)h(but)0 1279 y(allo)q(cates)c(the)g(w)o(ork)g(in)f(a)h
+(di\013eren)o(t)h(order)f(than)g(YBW)o(C*)g(w)o(ould.)0
+1357 y(In)c(the)g(implemen)o(tation,)d(split)i(p)q(oin)o(ts)h(w)o(ere)g
+(placed)g(in)f(shared)i(memory)c(so)j(that)g(other)g(pro)q(cessors)i
+(had)e(an)f(opp)q(ortunit)o(y)0 1407 y(to)16 b(tak)o(e)g(branc)o(hes)h
+(without)f(a)g(pro)q(cessor)h(con)o(tin)o(ually)e(lo)q(oking)f(for)i(w)
+o(ork)g(to)g(do.)24 b(Using)16 b(a)f(Sequen)o(t)i(Balance)g(21000,)0
+1457 y(DTS)d(generated)h(an)e(a)o(v)o(erage)h(sp)q(eed-up)i(of)d(8.81)g
+(o)o(v)o(er)g(16)h(pro)q(cessors.)0 1536 y Fn(Bound-and-Br)n(anch)f
+Fp(\(F)m(erguson)e(and)g(Korf,)g(1988\))e(is)i(a)f(pro)q(cessor)j(allo)
+q(cation)c(sc)o(heme)i(in)f(the)i(Distributed)f(T)m(ree)g(Searc)o(h)0
+1586 y(framew)o(ork)d({)i(a)g(general)g(framew)o(ork)e(for)i
+(distributed)h(searc)o(h)g({)f(to)f(searc)o(h)j Fk(\013\014)g
+Fp(trees)f(generated)h(b)o(y)e(an)f(Othello)h(program.)0
+1636 y(If)k(no)h(cuto\013)g(b)q(ound)g(exists)g(at)f(a)h(no)q(de,)g
+(all)e(pro)q(cessors)k(are)e(assigned)g(to)f(the)h(\014rst)h(c)o(hild)e
+(to)g(generate)i(a)f(cuto\013)g(b)q(ound)0 1685 y(as)j(quic)o(kly)f(as)
+h(p)q(ossible.)29 b(If)18 b(a)f(cuto\013)i(b)q(ound)e(exists,)i(or)f
+(has)g(b)q(een)h(established)f(b)o(y)g(completing)e(the)i(searc)o(h)h
+(of)e(the)0 1735 y(\014rst)e(c)o(hild,)f(the)h(pro)q(cessors)h(are)f
+(allo)q(cated)f(in)g(a)g(breadth-\014rst)i(manner)d(to)h(all)g
+(remaining)e(c)o(hildren.)20 b(E\013ectiv)o(ely)m(,)14
+b(this)0 1785 y(sc)o(heme)f(giv)o(es)g(the)g(same)f(parallelism)e(and)j
+(sync)o(hronization)g(pattern)h(describ)q(ed)g(in)f(the)g(YBW)o(C*)g
+(algorithm.)i(F)m(or)d(the)0 1835 y(Bound-and-Branc)o(h)f(pro)q(cessor)
+h(allo)q(cation)d(sc)o(heme,)h(F)m(erguson)h(and)f(Korf)g(get)h(sp)q
+(eedups)h(of)e(12)f(while)h(studying)g(Othello)0 1885
+y(trees)16 b(using)e(a)h(32-pro)q(cessor)g(h)o(yp)q(ercub)q(e.)22
+b(The)15 b(searc)o(h)h(is)e(facilitated)g(b)o(y)g(a)h(distributed)g
+(\\game-tree)f(represen)o(tation")0 1934 y(whic)o(h)g(is)g(similar)d
+(to)j(a)f(transp)q(osition)h(table,)f(and)h(iterativ)o(e)g(deep)q
+(ening.)0 2013 y(Hsu)i(describ)q(ed)h(a)e Fn(queue)n(d)i(pr)n(o)n(c)n
+(essor)f(arr)n(ay)g(mo)n(del)f Fp(for)g(implemen)o(ting)d(a)j(parallel)
+g Fk(\013\014)i Fp(algorithm)c(within)i(the)h(second)0
+2063 y(v)o(ersion)g(of)f(Deep)h(Though)o(t)f(\(1990\).)23
+b(The)16 b(host)g(w)o(orkstation)f(tra)o(v)o(erses)i(the)g(tree)f
+(according)g(to)g(the)g(algorithm)d(un)o(til)0 2113 y(the)h
+(parallelization)e(horizon)i(is)f(reac)o(hed.)20 b(The)14
+b(subproblems)f(are)i(then)f(placed)g(on)g(to)f(a)h(queue)g(that)g(can)
+g(b)q(e)h(accessed)0 2163 y(b)o(y)g(a)h(large)f(n)o(um)o(b)q(er)g(of)g
+(sp)q(ecialized)h(VLSI)g(pro)q(cessors.)25 b(All)15 b(of)g(the)h(pro)q
+(cessors)i(are)e(connected)h(b)o(y)e(the)h(same)f(bus)h(to)0
+2213 y(this)i(queue.)31 b(The)18 b(pro)q(cessors)i(tak)o(e)e(a)o(w)o(a)
+o(y)f(the)i(subproblems)e(placed)h(on)g(the)g(queue,)i(run)e(the)g
+(silicon-enco)q(ded)h Fk(\013\014)0 2262 y Fp(routine)c(on)f(the)i(c)o
+(hip,)e(and)h(return)h(the)f(results)h(to)f(another)g(queue)g(on)g(the)
+g(bus)g(that)g(go)q(es)g(in)g(to)f(the)i(host)f(pro)q(cessor.)0
+2312 y(The)f(results)h(are)g(then)f(added)g(to)g(the)h(tree)g(represen)
+o(tation)g(in)f(the)g(host)g(computer.)0 2391 y(Hsu)i(also)f(in)o(tro)q
+(duced)h(the)g Fn(delaye)n(d)h(br)n(anch)g(tr)n(e)n(e)e(exp)n(ansion)i
+Fp(\(DBTE\))f(algorithms)d(in)i(his)h(thesis.)23 b(These)17
+b(algorithms)0 2441 y(generate)f(t)o(w)o(o)e(queues)i(of)e(no)q(des.)20
+b(The)15 b(\014rst)h(queue)f(is)g(a)f(set)h(of)f(no)q(des)i(that)e
+(corresp)q(ond)i(to)f(the)g Fk(\013\014)i Fp(minim)o(al)11
+b(tree,)k(in)0 2491 y(a)e(left-to-righ)o(t)f(order.)19
+b(The)14 b(second)g(queue)g(con)o(tains)f(no)q(des)h(that)g(are)g(not)f
+(in)g(the)g Fk(\013\014)j Fp(minim)o(al)10 b(tree,)k(b)q(ecause)h(of)e
+(p)q(o)q(or)0 2540 y(mo)o(v)o(e)g(ordering)h(at)g(t)o(yp)q(e)h(2)f(no)q
+(des.)21 b(The)15 b(minim)o(al)c(tree)k(queue)g(is)g(used)g(only)f
+(when)g(the)h(queue)h(of)d(additional)g(w)o(ork)h(at)0
+2590 y(failed)f(t)o(yp)q(e)h(2)g(no)q(des)h(is)e(empt)o(y)m(.)k(This)d
+(setup)h(allo)o(ws)d(for)i(parallelism)d(at)j(t)o(yp)q(e)g(1)g(and)f(3)
+h(no)q(des.)0 2669 y(There)d(is)g(a)f(family)d(of)j(DBTE)g(algorithms)e
+(based)j(on)f(the)h(c)o(hoice)g(of)f(CUT)g(no)q(des)h(to)f(re-expand.)
+18 b(One)11 b(of)f(the)h(algorithms,)p eop
+%%Page: 9 9
+9 8 bop 467 50 a Fe(A)14 b(T)m(axonom)o(y)d(of)i(P)o(arallel)g(Game-T)m
+(ree)g(Searc)o(h)h(Algorithms)465 b Fp(9)0 195 y(the)13
+b(Leftmost)e(First)h(algorithm,)e(is)i(sho)o(wn)g(to)g(b)q(e)g
+(asymptotically)e(optimal)f(on)j(b)q(est-\014rst)i(trees)g(as)e(w)o
+(ell)g(as)g(dominating)0 245 y(w)o(eak)f Fk(\013\014)i
+Fp(\(a)e(v)o(ersion)h(of)e(the)i Fk(\013\014)h Fp(algorithm)c(whic)o(h)
+h(only)h(has)g(shallo)o(w)f(cuto\013s\).)18 b(The)12
+b(Leftmost)e(First)h(algorithm)e(causes)0 295 y(sync)o(hronization)j
+(to)f(o)q(ccur)i(at)e(bad)g(t)o(yp)q(e)h(2)g(no)q(des.)18
+b(Sim)o(ulations)9 b(rep)q(ort)j(that)g(a)f(sp)q(eedup)i(of)e(350)g
+(with)g(1000)g(pro)q(cessors)0 345 y(is)j(p)q(ossible,)f(once)i(the)f
+(mac)o(hine)f(is)h(completely)e(constructed.)0 423 y(Lu)19
+b(\(1993\))g(implemen)o(ted)e(a)i(pair)g(of)g(impro)o(v)o(emen)o(ts)e
+(to)i(the)i(basic)e(PV-Split)g(algorithm)e(for)i(use)h(in)f(the)h(c)o
+(hec)o(k)o(ers)0 473 y(program)13 b Fc(Chinook)p Fp(.)21
+b(T)m(o)14 b(prev)o(en)o(t)i(starv)n(ation)e(when)h(exploring)f(c)o
+(hec)o(k)o(ers)i(trees,)g(whic)o(h)f(ha)o(v)o(e)f(an)h(a)o(v)o(erage)f
+(branc)o(hing)0 523 y(factor)d(of)g(3)g(instead)h(of)f(the)h(38)e
+(found)h(in)g(c)o(hess)i(trees,)g Fn(fr)n(ontier)f(splitting)e
+Fp(w)o(as)h(prop)q(osed)i(and)e(tested.)19 b(F)m(ron)o(tier)11
+b(splitting)0 573 y(creates)18 b(m)o(ultiple)d(split)h(no)q(des)h
+(further)h(up)f(the)g(v)n(ariation)e(b)q(eing)h(explored)h(b)o(y)g(the)
+g(Con)o(troller)f(pro)q(cess)j(as)d(they)i(are)0 623
+y(required.)33 b(This)18 b(is)h(di\013eren)o(t)g(than)f(algorithms)f
+(lik)o(e)g(YBW)o(C*,)i(whic)o(h)g(concen)o(trate)h(on)e(creating)h(new)
+g(split)f(no)q(des)0 672 y(underneath)g(the)g(curren)o(t)g(split)e(no)q
+(de.)28 b(Split)16 b(no)q(des)i(are)f(created)h(\014rst)g(at)f(all)e
+(no)q(des)j(and)f(only)f(at)g(cut)i(no)q(des)f(when)0
+722 y(there)e(is)g(no)e(parallelism)f(left)i(at)g(an)o(y)g(all)f(no)q
+(des.)19 b(The)c(dra)o(wbac)o(k)f(is)g(that)g(the)h(searc)o(h)g(migh)o
+(t)d(b)q(e)j(started)h(without)d(an)o(y)0 772 y(b)q(ound)j
+(information.)23 b(Essen)o(tially)m(,)15 b(this)i(remo)o(v)o(es)f(the)g
+(sync)o(hronization)h(for)f(a)g(giv)o(en)g(depth)h(searc)o(h,)g(and)f
+(allo)o(ws)f(for)0 822 y(parallelism)c(at)j(an)o(y)f(no)q(de)i(within)e
+(the)h(tree.)0 901 y(An)h(implemen)o(tati)o(on)d(of)i(dynamic)f(load)h
+(balancing,)f(similar)f(to)j(the)g(EPVS)g(metho)q(d,)f(w)o(as)g(also)g
+(presen)o(ted.)23 b Fn(Str)n(aggler)0 951 y(pr)n(e)n(emption)13
+b Fp(gathers)g(a)f(group)h(of)f(idle)g(pro)q(cessors)j(and)e(assigns)f
+(them)g(to)h(a)f(subtree)j(that)d(has)h(b)q(een)h(w)o(ork)o(ed)f(on)f
+(b)o(y)h(one)0 1000 y(pro)q(cessor)j(for)f(a)f(long)f(p)q(erio)q(d)i
+(of)f(time.)19 b(Both)c(of)f(the)h(impro)o(v)o(em)o(en)o(ts)e(w)o(ere)i
+(tested)h(and)f(the)g(sp)q(eedup)h(on)e(the)h(test)h(set)0
+1050 y(impro)o(v)o(ed)11 b(from)g(1.92)h(on)h(16)f(pro)q(cessors)k(for)
+c(the)i(basic)f(PV-Split)f(algorithm)f(to)i(3.31)e(on)i(16)g(pro)q
+(cessors.)20 b(The)13 b(a)o(v)o(erage)0 1100 y(branc)o(hing)f(factor)h
+(of)f(the)h(trees)h(b)q(eing)f(explored)g(w)o(as)f(2.78;)g(although)f
+(the)j(magnitude)d(of)h(the)h(increase)h(w)o(as)e(small,)e(the)0
+1150 y(fact)k(that)g(the)g(sp)q(eedup)i(is)e(larger)f(than)h(the)h
+(branc)o(hing)e(factor)h(is)g(signi\014can)o(t.)0 1229
+y(Da)o(vid's)d Fk(\013\014)r Fp(*)i(\(1993\))f(is)g(a)h(new)g(t)o(yp)q
+(e)g(of)f(arc)o(hitecture)i(for)f(dealing)e(whic)o(h)i(requires)h(a)e
+(shared)i(transp)q(osition)e(table.)18 b(All)0 1279 y(pro)q(cessors)f
+(start)e(at)g(the)g(ro)q(ot)g(of)f(the)i(tree)g(and)e(start)h(tra)o(v)o
+(elling)f(do)o(wn)g(the)i(tree.)21 b(Ho)o(w)o(ev)o(er,)15
+b(the)h(pro)q(cessors)h(explore)0 1328 y(di\013eren)o(t)12
+b(parts)g(of)f(the)g(tree)i(based)f(on)f(results)h(from)d(the)j(shared)
+g(transp)q(osition)g(table.)17 b(Eac)o(h)11 b(en)o(try)h(con)o(tains)f
+(a)g(coun)o(ter)0 1378 y(of)17 b(ho)o(w)f(man)o(y)g(pro)q(cessors)j
+(are)e(exploring)g(the)h(subtree)h(ro)q(oted)e(at)g(that)g(no)q(de.)29
+b(Th)o(us,)17 b(the)h(pro)q(cessor)h(can)f(disco)o(v)o(er)0
+1428 y(whic)o(h)c(no)q(des)g(ha)o(v)o(e)g(b)q(een)h(ev)n(aluated.)0
+1507 y(A)h(depth-limited)f(searc)o(h)i(is)f(executed)i(at)d(non-PV)i
+(no)q(des)f(to)g(determine)g(whether)i(the)e(no)q(de)h(is)f(a)f(t)o(yp)
+q(e)i(2)f(or)g(a)f(t)o(yp)q(e)0 1557 y(3)i(no)q(de.)27
+b(T)o(yp)q(e)17 b(2)g(no)q(des)g(are)g(searc)o(hed)i(sequen)o(tially)m
+(,)d(as)h(in)f(other)i(algorithms.)24 b(A)o(t)17 b(t)o(yp)q(e)h(3)e(no)
+q(des,)i(the)f(n)o(um)o(b)q(er)g(of)0 1606 y(pro)q(cessors)g(allo)o(w)o
+(ed)c(to)h(explore)g(a)g(subtree)i(is)f(limited)d(b)o(y)i(a)g(constan)o
+(t)h(factor)f(of)g(the)g(n)o(um)o(b)q(er)g(of)g(pro)q(cessors)i(that)f
+(are)0 1656 y(curren)o(tly)i(at)f(the)g(t)o(yp)q(e)g(3)g(no)q(de.)24
+b(F)m(or)16 b(the)g(purp)q(oses)i(of)d Fk(\013\014)r
+Fp(*,)h(once)g(the)h(leftmost)d(c)o(hild)i(of)f(a)h(t)o(yp)q(e)g(1)g
+(no)q(de)g(has)g(b)q(een)0 1706 y(ev)n(aluated,)e(the)i(t)o(yp)q(e)f(1)
+g(no)q(de)g(e\013ectiv)o(ely)h(b)q(ecomes)f(a)g(t)o(yp)q(e)g(3)g(no)q
+(de.)21 b(Once)16 b(a)f(pro)q(cessor)i(has)e(visited)g(a)f(no)q(de,)h
+(it)g(ma)o(y)0 1756 y(not)h(go)g(bac)o(k)h(ab)q(o)o(v)o(e)f(that)h(no)q
+(de)f(un)o(til)g(the)h(no)q(de)g(is)f(ev)n(aluated)h(\(i.e.)25
+b(the)17 b(correct)h Fk(\013\014)h Fp(information)14
+b(is)i(kno)o(wn)g(ab)q(out)0 1806 y(the)g(v)n(alue)f(at)g(that)g(no)q
+(de\).)24 b(This)15 b(means)f(that)i(as)f(so)q(on)h(as)f(one)h(pro)q
+(cessor)h(has)f(\\ev)n(aluated")e(the)i(ro)q(ot,)g(the)g(searc)o(h)g
+(is)0 1856 y(completed.)h(One)c(adv)n(an)o(tage)e(of)h(the)g
+Fk(\013\014)r Fp(*)h(algorithm)c(is)j(the)h(parallel)e(co)q(de)i(in)o
+(v)o(olv)o(es)e(only)g(a)h(small)e(n)o(um)o(b)q(er)i(of)f(c)o(hanges)0
+1905 y(to)16 b(the)h(sequen)o(tial)f(co)q(de)h(\(W)m(eill,)e(1995\).)24
+b(In)16 b(his)h(thesis,)g(Da)o(vid)e(ac)o(hiev)o(ed)h(a)g(sp)q(eedup)i
+(of)e(6.5)f(on)h(16)g(T)m(ransputers.)26 b(8)0 1955 y(of)14
+b(the)i(T)m(ransputers)g(w)o(ere)f(used)h(to)f(con)o(trol)f(the)i
+(shared)g(transp)q(osition)e(table,)h(while)f(the)h(other)h(8)e(w)o
+(ere)i(used)g(as)f(tree)0 2005 y(searc)o(hers.)0 2084
+y Fn(CABP)g Fp(is)h(an)f(algorithm)d(b)o(y)k(Cung)f(\(1994\),)f(based)i
+(on)g(the)g(Deep)g(Though)o(t)f(design)g(presen)o(ted)j(b)o(y)d(Hsu)h
+(\(1990\).)22 b(The)0 2134 y(algorithm)8 b(w)o(as)j(designed)g(for)f(a)
+h(shared)g(memory)e(system,)h(and)h(main)o(tains)d(a)j(shared)g
+(\\score)h(tree")g(for)e(the)h(en)o(tire)h(game-)0 2183
+y(tree)18 b(and)f(the)h(t)o(w)o(o)e(lists)h(of)g(w)o(ork:)24
+b(critical)17 b(no)q(des)g(one)h(ply)e(ab)q(o)o(v)o(e)h(the)h(lea)o(v)o
+(es,)f(and)g(non-critical)f(c)o(hildren)i(of)e(failed)0
+2233 y(cut-no)q(des.)j(A)o(t)13 b(failed)f(cut-no)q(des,)h(the)h
+(non-critical)e(c)o(hildren)h(are)g(added)g(to)g(the)g(list)f
+Fk(k)i Fp(at)f(a)f(time.)17 b(\(In)12 b(the)i(sim)o(ulation)0
+2283 y(results)e(giv)o(en)e(in)g(the)h(thesis,)g Fk(k)i
+Fp(=)f(1.\))k(In)11 b(his)f(Ph.D.)g(thesis,)h(Cung)g(sho)o(ws)f(the)h
+(CABP)h(algorithm)7 b(generating)k(a)f(sp)q(eedup)0 2333
+y(of)i(4.6)g(on)h(strongly-ordered)h(trees)g(with)f(a)g(branc)o(hing)g
+(factor)f(of)h(40)f(using)h(9)g(pro)q(cessors)i(on)e(a)f(Sequen)o(t)i
+(Balance)f(8000.)0 2412 y(Kuszmaul)f(\(1994\))h(presen)o(ts)i
+Fn(Jamb)n(or)n(e)n(e)e(se)n(ar)n(ch)g Fp(in)g(his)g(Ph.D.)f(thesis)i
+(as)f(an)g(algorithm)e(for)h(testing)i(MIMD)f(sc)o(heduling)0
+2462 y(algorithms)e(on)j(the)g(CM-5.)k(Jam)o(b)q(oree)13
+b(searc)o(h)i(is)f(a)f(parallelization)f(of)h(NegaScout)h(searc)o(h)h
+(whic)o(h)f(b)q(eha)o(v)o(es)g(with)g(only)0 2511 y(a)f(few)g(minor)f
+(di\013erences)j(to)f(the)g(w)o(ork)f(done)g(b)o(y)g(F)m(eldmann)f
+Fn(et.)18 b(al)13 b Fp(on)g(the)h(Y)m(oung)f(Brothers)i(W)m(ait)d
+(algorithm.)j(In)e(the)0 2561 y(Y)m(oung)h(Brothers)i(W)m(ait)e
+(algorithm,)d(when)16 b(a)e(subtree)j(is)d(giv)o(en)g(to)h(a)f(pro)q
+(cessor)j(and)d(the)i(searc)o(h)g(fails)d(high,)h(the)h(sla)o(v)o(e)0
+2611 y(pro)q(cessor)j(immediately)c(pro)q(ceeds)k(to)f(w)o(ork)f(out)h
+(the)g(v)n(alue)f(with)g(the)h(full)f(searc)o(h)h(windo)o(w)f(without)h
+(informing)c(the)0 2661 y(master)h(pro)q(cessor.)23 b(In)15
+b(Jam)o(b)q(oree)g(searc)o(h,)h(a)f(fail)e(high)h(v)n(alue)g(is)h
+(returned)i(to)e(the)g(master)g(pro)q(cessor.)23 b(This)15
+b(prev)o(en)o(ts)p eop
+%%Page: 10 10
+10 9 bop 0 50 a Fp(10)592 b(ICCA)14 b(Journal)f(Submission)591
+b(June)15 b(12,)e(1996)0 195 y(an)o(y)i(y)o(ounger)i(subtrees)h(from)c
+(executing)j(a)e(full)g(windo)o(w)g(searc)o(h)i(un)o(til)e(the)i(new)f
+(b)q(ound)g Fk(\013)g Fp(can)g(b)q(e)h(established)g(b)o(y)e(a)0
+245 y(full)e(windo)o(w)g(searc)o(h.)0 324 y(W)m(eill)c(in)o(tro)q
+(duced)j(an)e(impro)o(v)o(emen)o(t)f(to)h(the)i Fk(\013\014)r
+Fp(*)f(algorithm)d(in)i(his)h(Ph.D.)f(thesis)i(\(1995\).)k(W)m(eill)9
+b(suggested)k(and)d(tested)0 374 y(a)g(decision)h(metho)q(d)f(based)i
+(on)e(the)i(Y)m(oung)e(Brothers)i(W)m(ait,)d(instead)j(of)e(the)h
+(depth-limited)e(searc)o(h)j(and)f(constan)o(t)g(factor)0
+423 y(at)i(t)o(yp)q(e)h(3)f(no)q(des)h(tested)g(b)o(y)f(Da)o(vid.)k(A)o
+(t)c(an)o(y)g(no)q(de)g(in)g(the)h Fk(\013\014)r Fp(*)f(algorithm,)d
+(if)j(the)g(leftmost)f(c)o(hild)h(isn't)g(ev)n(aluated,)f(all)0
+473 y(pro)q(cessors)18 b(m)o(ust)d(ev)n(aluate)g(the)i(leftmost)d(c)o
+(hild.)23 b(Once)17 b(the)f(leftmost)f(c)o(hild)g(is)h(ev)n(aluated,)f
+(pro)q(cessors)j(are)e(allo)q(cated)0 523 y(to)i(non-ev)n(aluated)f
+(idle)g(c)o(hildren)h(\014rst,)h(and)e(then)i(allo)q(cated)e(in)g(a)h
+(balanced)f(manner)g(to)h(the)g(other)g(non-ev)n(aluated)0
+573 y(c)o(hildren)13 b(in)g(the)g(tree.)19 b(Although)12
+b(b)q(oth)h Fk(\013\014)r Fp(*)g(and)g(YBW)o(C*)g(use)h(the)f(same)f
+(decision)h(metho)q(d)f(for)h(allo)o(wing)d(or)j(den)o(ying)0
+623 y(parallelism,)g Fk(\013\014)r Fp(*)j(uses)g(a)g(shared)g(transp)q
+(osition)g(table)f(to)g(k)o(eep)i(the)f(pro)q(cessors)i(w)o(orking)c
+(on)i(di\013eren)o(t)g(parts)g(of)f(the)0 672 y(tree,)g(while)e(YBW)o
+(C*)h(uses)h(master-sla)o(v)o(e)e(relationships.)0 751
+y(In)g(a)g(later)g(pap)q(er)h(\(W)m(eill,)d(1996\),)h(the)i(com)o
+(bined)e(metho)q(d)g(w)o(as)h(called)g Fn(A)o(lpha-B)o(^)-20
+b(eta)15 b(Distribut)o(\023)-20 b(e)13 b(ave)n(c)i(Dr)n(oit)e(d'A)1828
+742 y(^)1830 751 y(inesse)p Fp(,)0 801 y(or)k(ABD)o(AD)o(A.)f(He)i(sho)
+o(w)o(ed)f(that)g(ABD)o(AD)o(A)g(yields)f(greater)i(sp)q(eedups)h(than)
+e(YBW)o(C)g(on)g(a)f(CM-5)h(when)g(studying)0 851 y(c)o(hess)j(trees.)
+35 b(ABD)o(AD)o(A)19 b(also)g(yields)f(similar)f(sp)q(eedups)k(to)e
+(YBW)o(C)g(when)g(studying)g Fk(\013\014)i Fp(trees)g(generated)f(b)o
+(y)f(an)0 901 y(Othello)14 b(program.)0 980 y Fn(Dynamic)i(Multiple)e
+(Princip)n(al)g(V)m(ariation)g(Splitting)g Fp(\(DM-PVSplit\))f(is)h(a)g
+(v)n(ariation)e(of)h(the)h(PV-Split)g(algorithm)d(that)0
+1029 y(allo)o(ws)18 b(for)h(greater)h(parallelism)c(near)k(the)f(start)
+h(of)f(a)g(searc)o(h)h(\(Marsland)f(and)g(Gao,)g(1995\).)33
+b(T)m(o)18 b(understand)i(the)0 1079 y(algorithm,)12
+b(it)i(is)h(necessary)i(to)d(de\014ne)i(the)g Fn(PV)f(set)p
+Fp(.)21 b(The)15 b(ro)q(ot)g(is)g(a)f(mem)o(b)q(er)f(of)i(the)g(PV)g
+(set.)22 b(A)o(t)15 b(subsequen)o(t)h(lev)o(els,)0 1129
+y(no)q(des)f(are)f(part)g(of)g(the)g(PV)h(set)g(if)e(the)h(paren)o(t)h
+(is)f(a)g(mem)o(b)q(er)e(of)h(the)i(PV)f(set,)h(and)f(they)g(are)h
+(generated)g(b)o(y)f(the)g(\014rst)h Fk(k)0 1179 y Fp(candidate)g(mo)o
+(v)o(es)f(in)h(the)g(mo)o(v)o(e)f(list)h(of)f(the)i(paren)o(t.)22
+b(The)16 b(determination)d(of)i Fk(k)h Fp(is)f(giv)o(en)f(b)o(y)h(a)g
+(function,)g(not)g(a)g(\014xed)0 1229 y(n)o(um)o(b)q(er.)i(Th)o(us,)c
+(the)g(PV)g(set)h(is)e(a)h(righ)o(t-pruned)g(v)o(ersion)g(of)f(the)h
+(game-tree.)18 b(An)13 b(appropriate)f(c)o(hoice)i(of)e(the)h
+(heuristic)0 1279 y(guess)h(allo)o(ws)d(for)i(greater)g(parallelism)d
+(without)j(adv)o(ersely)g(increasing)g(the)g(searc)o(h)h(o)o(v)o
+(erhead,)f(since)h(the)f(correct)i(mo)o(v)o(e)0 1328
+y(at)g(a)g(PV)h(set)g(no)q(de)g(is)g(highly)e(lik)o(ely)g(to)h(app)q
+(ear)h(in)f(its)g(PV)h(set)g(c)o(hildren.)23 b(By)16
+b(alw)o(a)o(ys)e(selecting)i(only)f(one)h(candidate)0
+1378 y(mo)o(v)o(e,)10 b(DM-PVSplit)h(generalizes)h(in)o(to)f(PV-Split.)
+17 b(Since)12 b(the)g(PV)g(set)h(do)q(es)f(not)f(resp)q(ect)j(the)f
+(structure)g(of)e(the)h(minima)o(l)0 1428 y(tree,)18
+b(the)f(last)g(t)o(w)o(o)f(columns)f(in)i(T)m(able)e(2)i(re\015ect)h
+(this)f(b)o(y)f(referring)i(to)e(the)h(PV)g(set,)h(and)f(not)f(Kn)o
+(uth)h(and)g(Mo)q(ore's)0 1478 y(classi\014cation)d(of)f(minim)o(al)d
+(tree)15 b(no)q(des.)0 1557 y(The)c(algorithm)e(is)h(designed)i(for)f
+(use)g(on)g(strongly)g(ordered)h(trees.)19 b(In)11 b(the)g(pap)q(er,)h
+(Marsland)f(and)f(Gao)g(sho)o(w)h(the)h(results)0 1606
+y(of)i(an)g(exp)q(erimen)o(t)g(where)i(DM-PVSplit)d(generates)j(a)e(sp)
+q(eedup)i(of)e(appro)o(ximately)e(32)i(o)o(v)o(er)g(64)g(pro)q
+(cessors,)i(using)e(an)0 1656 y(arti\014cially)e(generated)k(tree)f(of)
+e(width)h(32)f(and)h(depth)g(8.)0 1735 y Fn(Asynchr)n(onous)21
+b(Par)n(al)r(lel)f(Hier)n(ar)n(chic)n(al)f(Iter)n(ative)g(De)n(ep)n
+(ening)i Fp(is)f(an)g(attempt)f(to)h(extend)g(the)h(ideas)f(of)f(Newb)q
+(orn's)0 1785 y(UIDP)m(ABS)c(algorithm)e(for)i(use)h(on)f(a)g(net)o(w)o
+(ork)h(of)f(w)o(orkstations,)g(where)h(the)g(cost)g(of)f(comm)o
+(unicatio)o(n)e(is)i(prohibitiv)o(e)0 1835 y(\(Bro)q(c)o(kington)j(and)
+f(Sc)o(hae\013er,)i(1996\).)28 b(Instead)19 b(of)e(using)g(a)g(single)g
+(ply)g(of)g(the)h(game-tree)f(to)h(generate)g(w)o(ork)g(lists,)0
+1885 y(APHID)h(uses)h(a)f(truncated)h(game-tree)e(of)h(user-de\014ned)i
+(depth,)f(and)f(all)e(lea)o(v)o(es)i(of)f(the)i(truncated)g(game-tree)f
+(are)0 1934 y(allo)q(cated)c(to)g(sla)o(v)o(e)g(pro)q(cessors.)24
+b(The)16 b(master)e(pro)q(cessors)k(within)c(the)i(hierarc)o(h)o(y)g
+(con)o(tin)o(ually)d(searc)o(h)k(the)f(truncated)0 1984
+y(game-tree)g(to)g(add,)f(delete)j(and)d(up)q(date)i(the)g(priorit)o(y)
+e(of)g(w)o(ork)h(for)g(the)g(sla)o(v)o(es.)25 b(The)16
+b(sla)o(v)o(e)g(pro)q(cessors)i(searc)o(h)g(their)0 2034
+y(w)o(ork)12 b(lists)f(with)h(minim)o(al)c(sync)o(hronization)k(from)e
+(the)j(master.)k(The)12 b(sla)o(v)o(es)g(determine)g(their)g(o)o(wn)f
+(w)o(ork)h(sc)o(hedule)h(and)0 2084 y(inform)e(the)k(master)e(pro)q
+(cessors)j(of)d(the)h(searc)o(h)h(results.)k(Sla)o(v)o(e)13
+b(pro)q(cessors)j(can)e(con)o(tin)o(ue)g(searc)o(hing)g(the)g(next)g
+(lev)o(el)g(of)0 2134 y(the)g(iterativ)o(e)g(deep)q(ening)h(searc)o(h)g
+(sp)q(eculativ)o(ely)f(if)f(they)i(ha)o(v)o(e)e(no)h(w)o(ork)g(left)f
+(to)h(do)g(at)f(the)i(curren)o(t)g(lev)o(el.)0 2213 y(The)e(APHID)f
+(algorithm)e(has)j(b)q(een)g(implemen)o(ted)d(as)j(a)f(game-indep)q
+(enden)o(t)g(library)g(that)g(can)h(b)q(e)g(easily)f(inserted)i(in)o
+(to)0 2262 y(a)e(sequen)o(tial)g(game-pla)o(ying)c(program.)16
+b(The)d(library)e(has)h(b)q(een)h(tested)g(on)f(b)q(oth)g
+Fc(Key)m(ano)i Fp(\(an)e(Othello)g(program\))e(and)0
+2312 y Fc(TheTurk)k Fp(\(a)g(c)o(hess)h(program\).)h(A)o(t)e(time)e(of)
+h(writing,)g(the)h(APHID)g(algorithm)d(ac)o(hiev)o(es)j(sp)q(eedups)h
+(of)e(8.41)g(and)g(6.02)0 2362 y(for)h Fc(Key)m(ano)i
+Fp(and)d Fc(TheTurk)i Fp(\(resp)q(ectiv)o(ely\))g(on)f(a)g(net)o(w)o
+(ork)g(of)f(16)g(Sparc-2)h(w)o(orkstations.)0 2529 y
+Fl(3)48 b(OTHER)16 b(SEAR)o(CH)g(P)l(ARADIGMS)f(F)o(OR)g(P)l(ARALLEL)g
+(GAME-TREE)i(SEAR)o(CH)0 2654 y Fp(Although)e(the)h(emphasis)f(has)h(b)
+q(een)h(on)e Fk(\013\014)r Fp(-based)h(metho)q(ds,)g(there)g(are)h
+(other)f(searc)o(h)h(strategies)f(that)g(can)g(b)q(e)g(used)0
+2704 y(to)e(generate)i(the)f(minima)o(x)d(v)n(alue.)19
+b(They)c(ha)o(v)o(e)g(b)q(een)g(sub)q(divided)g(in)o(to)f(three)i
+(subsections.)22 b(The)15 b(\014rst)g(will)e(deal)h(with)p
+eop
+%%Page: 11 11
+11 10 bop 456 50 a Fe(A)14 b(T)m(axonom)o(y)d(of)j(P)o(arallel)e
+(Game-T)m(ree)h(Searc)o(h)i(Algorithms)454 b Fp(11)0
+195 y(parallel)11 b(algorithms)g(based)i(on)f(the)h(original)e(form)o
+(ulation)e(of)j Fk(S)r(S)r(S)r Fj(\003)p Fp(.)20 b(The)13
+b(second)h(subsection)f(will)f(deal)g(with)g(the)h Fk(E)r(R)0
+245 y Fp(metho)q(d,)f(while)g(the)h(\014nal)f(subsection)i(will)d(deal)
+i(v)o(ery)g(brie\015y)g(with)f(purely)h(theoretical)g(mo)q(dels)f(for)g
+(game-tree)g(searc)o(h.)0 450 y Fl(3.1)48 b(P)o(arallel)13
+b(Searc)o(h)h(based)h(on)g Fk(S)r(S)r(S)r Fj(\003)0 569
+y Fp(Sto)q(c)o(kman)g(\(1979\))h(in)o(tro)q(duced)h(the)g
+Fk(S)r(S)r(S)r Fj(\003)h Fp(algorithm.)23 b(Initially)m(,)14
+b(it)i(w)o(as)g(b)q(eliev)o(ed)h(that)f(the)h(algorithm)d(dominated)0
+619 y Fk(\013\014)19 b Fp(in)d(the)h(sense)h(that)f Fk(S)r(S)r(S)r
+Fj(\003)i Fp(will)c(not)h(searc)o(h)i(a)e(no)q(de)h(if)f
+Fk(\013\014)i Fp(did)f(not)f(searc)o(h)i(it.)25 b(A)17
+b(p)q(erceiv)o(ed)h(problem)d(with)h(the)0 669 y(algorithm)e(is)j(that)
+g(a)g(list)f(structure)k(\(the)d Fb(OPEN)f Fp(list\))h(m)o(ust)f(b)q(e)
+i(main)o(tained,)d(whic)o(h)i(could)f(gro)o(w)h(to)g
+Fk(b)1713 654 y Fa(d=)p Fm(2)1783 669 y Fp(elemen)o(ts,)0
+719 y(where)f Fk(b)e Fp(is)h(the)g(branc)o(hing)g(factor)g(and)f
+Fk(d)h Fp(is)f(the)i(depth)f(of)f(the)i(tree)g(to)f(b)q(e)g(searc)o
+(hed.)22 b(This)15 b(space)h(requiremen)o(t)f(w)o(as,)0
+769 y(at)e(the)g(time,)e(considered)j(to)f(b)q(e)g(to)q(o)g(large)f
+(for)g(a)h(practical)f(c)o(hess-pla)o(ying)h(program.)j(F)m
+(urthermore,)c(ev)o(en)i(if)e(the)h(space)0 818 y(requiremen)o(t)18
+b(w)o(as)f(not)h(a)g(problem,)f(the)h(main)o(tenance)f(of)g(the)i
+Fb(OPEN)d Fp(list)i(slo)o(w)o(ed)f(do)o(wn)h(the)g(algorithm)d(to)j
+(mak)o(e)e(it)0 868 y(slo)o(w)o(er)e(than)g Fk(\013\014)i
+Fp(in)d(practice.)0 947 y(A)f(theoretical)g(parallel)f
+Fk(S)r(S)r(S)r Fj(\003)j Fp(algorithm)9 b(w)o(as)i(prop)q(osed)i
+(\(Campb)q(ell,)d(1981;)h(Campb)q(ell)e(and)j(Marsland,)f(1983\),)g
+(based)0 997 y(on)i(breaking)g(the)g(tree)i(in)o(to)d(stages)i(to)f
+(reduce)i(the)e(cost)h(of)f(main)o(taini)o(ng)d(the)k
+Fb(OPEN)e Fp(list.)17 b(A)o(t)d(the)f(end)h(of)e(a)h(stage)h(in)e(the)0
+1047 y(searc)o(h,)j(the)f(no)q(de)h(w)o(ould)e(b)q(e)i(handed)f(to)g(a)
+g(sla)o(v)o(e)g(pro)q(cessor)i(in)d(the)i(tree)g(hierarc)o(h)o(y)m(.)k
+(This)14 b(limited)e(the)i(depth)h Fk(d)p Fp(,)f(th)o(us)0
+1097 y(prev)o(en)o(ting)i(the)h Fb(OPEN)e Fp(list)h(from)e(b)q(ecoming)
+h(to)q(o)h(large.)25 b(The)16 b(staged)h Fk(S)r(S)r(S)r
+Fj(\003)h Fp(algorithm)c(is)h(sho)o(wn)i(to)f(b)q(e)g(marginally)0
+1146 y(faster)f(than)e(either)i(tree)g(splitting)e(or)h(PV-Split)f(on)h
+(randomly)e(ordered)j(trees)g(in)f(Campb)q(ell's)e(w)o(ork.)0
+1225 y(Leifk)o(er)k(and)g(Kanal)f(\(1985\))g(prop)q(ose)i(the)f(HYBRID)
+g(algorithm)d(that)j(is)g(based)g(on)g(the)g(problem)f(heap)h(from)e
+Fk(S)r(S)r(S)r Fj(\003)p Fp(,)0 1275 y(but)20 b(con)o(tains)f(no)g
+(details)g(p)q(ertaining)g(to)g(an)g(implemen)o(tation.)31
+b(V)m(orn)o(b)q(erger)20 b(and)f(Monien)g(presen)o(ted)j(the)e(results)
+0 1325 y(of)14 b(a)h(parallel)f Fk(S)r(S)r(S)r Fj(\003)j
+Fp(algorithm)c(\(1987\),)h(but)h(the)h(results)g(w)o(ere)g(disapp)q
+(oin)o(ting)d(when)j(compared)e(to)h(the)h(parallel)e
+Fk(\013\014)0 1375 y Fp(algorithm)9 b(\(later)i(to)g(b)q(e)h(called)f
+(\\Y)m(oung)f(Brothers)j(W)m(ait"\).)i(Their)d(implemen)o(tatio)o(n)d
+(of)h(parallel)g Fk(S)r(S)r(S)r Fj(\003)k Fp(on)d(a)f(lo)q(cal)h(area)0
+1424 y(net)o(w)o(ork)j(of)f(PCs)i(had)e(a)h(searc)o(h)h(o)o(v)o(erhead)
+f(of)g(o)o(v)o(er)f(300)h(p)q(ercen)o(t)h(when)g(using)e(16)h(pro)q
+(cessors.)20 b(Dideric)o(h)14 b(describ)q(ed)h(an)0 1474
+y(implemen)o(tatio)o(n)c(of)j(Sync)o(hronized)h(Distributed)f(State)g
+(Space)h(Searc)o(h)g(\()p Fk(S)r(D)q(S)r(S)r(S)s Fj(\003)p
+Fp(\))h(\(1992\))e(and)f(ac)o(hiev)o(ed)i(a)e(sp)q(eedup)0
+1524 y(of)g(11.40)g(using)g(32)h(pro)q(cessors,)h(searc)o(hing)g(a)e(5)
+h(ply)f(tree)i(with)f(a)f(branc)o(hing)h(factor)g(of)f(16.)0
+1603 y(There)k(are)f(some)e(other)i Fk(S)r(S)r(S)r Fj(\003)i
+Fp(algorithms)13 b(b)o(y)i(Hiromoto)f Fn(et)i(al.)23
+b Fp(\(1987\),)14 b(Kraas)i(\(1990\),)f(and)g(Shinghal)f(and)i(Sh)o(v)o
+(ed)0 1653 y(\(1991\),)f(and)h(all)f(of)g(the)i(w)o(ork)e(deals)h(with)
+g(ho)o(w)f(to)h(parallelize)f(w)o(ork)h(based)g(on)g(the)h
+Fb(OPEN)e Fp(list.)23 b(Although)16 b(the)g(w)o(ork)0
+1703 y(has)g(sho)o(wn)f(some)g(promise)f(in)i(eliminating)c(the)k
+(di\016culties)f(of)g(dealing)g(with)g(an)g(ordered)i(problem)d(heap,)i
+(all)e(of)h(the)0 1752 y(w)o(ork)i(on)f(handling)g(the)i
+Fb(OPEN)e Fp(list)g(has)h(b)q(een)h(made)e(obsolete.)28
+b(This)17 b(is)g(due)g(to)g(the)g(rev)o(elation)g(that)g
+Fk(S)r(S)r(S)r Fj(\003)i Fp(can)e(b)q(e)0 1802 y(implemen)o(ted)e(as)i
+(a)g(series)h(of)f(n)o(ull-windo)o(w)e Fk(\013\014)k
+Fp(calls,)e(using)g(a)g(transp)q(osition)g(table)g(in)f(the)i(place)f
+(of)g(the)g Fb(OPEN)f Fp(list)0 1852 y(\(Plaat,)d(1995\).)0
+2057 y Fl(3.2)48 b(P)o(arallel)13 b(Searc)o(h)h(based)h(on)g
+Fk(E)r(R)0 2176 y Fp(Stein)o(b)q(erg)g(and)f(Solomon)d(\(1990\))j
+(presen)o(ted)i(the)e Fk(E)r(R)g Fp(metho)q(d)g(of)f(searc)o(hing)i
+(game-trees.)j Fk(E)r(R)c Fp(stands)h(for)f(Ev)n(aluate-)0
+2226 y(Refute,)20 b(and)f(it)g(attempts)f(to)h(ev)n(aluate)g(some)f
+(mandatory)g(w)o(ork)g(b)q(efore)i(attempting)e(to)h(refute)h(the)g
+(other)f(mo)o(v)o(es)0 2276 y(within)e(the)g(tree.)30
+b(A)o(t)17 b(a)g(no)q(de)h(to)f(b)q(e)h(ev)n(aluated)f(\(an)g(e-no)q
+(de\))h(within)f(the)h(tree,)g(the)g Fk(E)r(R)f Fp(algorithm)e(ev)n
+(aluates)i(the)0 2326 y(elder)g(grandc)o(hildren)f(\(concurren)o(tly)m
+(,)h(if)f(p)q(ossible\),)h(and)f(then)g(c)o(ho)q(oses)i(the)f(c)o(hild)
+e(with)h(largest)h(elder)g(grandc)o(hild)e(to)0 2376
+y(b)q(e)f(the)g(e-c)o(hild.)k(This)13 b(e-c)o(hild)g(is)g(ev)n
+(aluated,)g(and)g(then)i(the)f(other)g(c)o(hildren)f(of)g(the)h(e-no)q
+(de)g(are)g(refuted.)19 b(The)14 b(metho)q(d)0 2425 y(is)f(less)h
+(e\016cien)o(t)g(at)g(searc)o(hing)f(trees)i(than)f(the)g
+Fk(\013\014)i Fp(algorithm)10 b(since)15 b(it)e(misses)g(some)f(deep)j
+(cuto\013s.)j(F)m(urthermore,)13 b(the)0 2475 y(algorithm)e(w)o(as)j
+(not)g(tested)h(with)f(iterativ)o(e)g(deep)q(ening)h(or)e(minima)o(l)e
+(windo)o(ws)i(when)i(refuting)e(e-no)q(des.)0 2554 y(The)21
+b Fk(E)r(R)f Fp(metho)q(d)g(and)h(PV-Split)f(w)o(ere)h(implemen)o(ted)e
+(as)h(problem-heap)g(algorithms)e(on)i(a)h(Sequen)o(t)g(Symmetry)0
+2604 y(m)o(ultipro)q(cessor.)k(Stein)o(b)q(erg)17 b(and)f(Solomon)e
+(found)i(that)h(they)g(ac)o(hiev)o(ed)f(a)h(b)q(etter)h(e\016ciency)f
+(with)f(the)h(parallel)e Fk(E)r(R)0 2654 y Fp(algorithm)10
+b(than)j(with)f(PV-Split.)17 b(The)c Fk(E)r(R)f Fp(metho)q(d)g(ac)o
+(hiev)o(ed)h(a)f(sp)q(eedup)j(of)d(10)g(with)g(16)g(pro)q(cessors,)j
+(and)d(a)g(sp)q(eedup)0 2704 y(of)h(14.7)g(with)g(27)h(pro)q(cessors.)p
+eop
+%%Page: 12 12
+12 11 bop 0 50 a Fp(12)592 b(ICCA)14 b(Journal)f(Submission)591
+b(June)15 b(12,)e(1996)0 195 y Fl(3.3)48 b(Theoretical)13
+b(P)o(arallel)g(Searc)o(h)i(Metho)q(ds)0 303 y Fp(There)i(are)g(a)f(n)o
+(um)o(b)q(er)g(of)f(theoretical)i(algorithms)d(that,)i(to)h(the)f
+(author's)h(kno)o(wledge,)f(ha)o(v)o(en't)g(b)q(een)h(programmed.)0
+353 y(Karp)c(and)g(Zhang)h(\(1989\))e(and)h(Alth\177)-21
+b(ofer)13 b(\(1993\))f(ha)o(v)o(e)h(prop)q(osed)h(algorithms)d(that)j
+(will)d(yield)i(linear)g(sp)q(eedups)i(in)d(the)0 402
+y(n)o(um)o(b)q(er)17 b(of)f(pro)q(cessors,)k(giv)o(en)d(trees)i(of)e
+Fk(O)q Fp(\()p Fk(N)12 b Fp(log)6 b Fk(N)f Fp(\))18 b(or)f
+Fk(O)q Fp(\()p Fk(N)5 b Fp(\))17 b(depth,)i(resp)q(ectiv)o(ely)m(.)29
+b(Bro)q(der)19 b Fn(et)f(al.)28 b Fp(\(1990\))17 b(ha)o(v)o(e)0
+452 y(sho)o(wn)12 b(that)g(for)g(an)o(y)f(parallel)g(tree)i(searc)o
+(hing)f(algorithm,)e(there)j(exists)g(a)e(tree)i(instance)g(that)f(do)q
+(es)h(not)f(run)g(in)g(p)q(olylog)0 502 y(parallel)18
+b(run-time.)32 b(Bro)q(der)20 b Fn(et)f(al.)33 b Fp(also)18
+b(sho)o(w)h(and)g(pro)o(v)o(e)g(an)g(upp)q(er)h(b)q(ound)f(on)f(the)i
+(run-time)e(of)g(the)h(P)o(arHop)q(e)0 552 y(algorithm.)0
+703 y Fl(4)48 b(CONCLUSIONS)0 825 y Fp(The)19 b(taxonom)o(y)d(giv)o(en)
+i(in)g(section)h(2)f(sho)o(ws)h(that)f(there)i(are)f(a)f(n)o(um)o(b)q
+(er)g(of)f(algorithms)f(whic)o(h)j(are)g(similar)c(to)k(one)0
+875 y(another.)29 b(There)19 b(are)f(only)e(subtle)i(di\013erences)i(b)
+q(et)o(w)o(een)f(a)e(large)g(n)o(um)o(b)q(er)g(of)g(the)h
+Fk(\013\014)r Fp(-based)g(algorithms.)27 b(Most)18 b(of)0
+925 y(these)h(di\013erences)g(are)e(due)h(to)f(the)h(di\013eren)o(t)g
+(arc)o(hitectures)h(and)e(game)f(trees)i(studied.)29
+b(This)17 b(comparison)e(is)i(easily)0 974 y(made)c(through)h(the)g
+(separation)g(of)f(the)i(implemen)o(tatio)o(n)c(and)j(algorithmic)d
+(details.)0 1053 y(As)17 b(the)h(n)o(um)o(b)q(er)e(of)g(pro)q(cessors)j
+(a)o(v)n(ailable)c(to)i(the)g(programmers)e(has)i(increased,)h(dynamic)
+e(algorithms)e(ha)o(v)o(e)j(tak)o(en)0 1103 y(the)i(place)f(of)g(the)h
+(earlier)f(algorithms)e(whic)o(h)i(o\013ered)i(limited)c(parallelism)f
+(on)j(a)g(large)g(n)o(um)o(b)q(er)g(of)g(pro)q(cessors.)33
+b(It)0 1153 y(is)16 b(the)h(author's)g(b)q(elief)f(that)h(sp)q
+(eculativ)o(e)g(parallelism)d(is)i(necessary)j(to)d(yield)g
+(near-linear)g(p)q(erformance)h(on)f(parallel)0 1203
+y(arc)o(hitectures,)g(and)d(is)h(the)h(sub)r(ject)g(of)e(on-going)g
+(researc)o(h)i(at)f(the)h(Univ)o(ersit)o(y)e(of)h(Alb)q(erta.)0
+1354 y Fl(5)48 b(A)o(CKNO)o(WLEDGEMENTS)0 1476 y Fp(The)19
+b(author)g(w)o(ould)g(lik)o(e)f(to)h(thank)f(Yngvi)h(Bjornsson,)h
+(Rainer)f(F)m(eldmann,)f(Y)m(ao)q(qing)f(Gao,)i(Andreas)h(Junghanns,)0
+1526 y(T)m(on)o(y)14 b(Marsland,)f(Ask)o(e)j(Plaat,)d(Jonathan)h(Sc)o
+(hae\013er,)i(Jean-Christophe)g(W)m(eill)c(and)j(the)g(editorial)e
+(sta\013)i(of)f(the)h(ICCA)0 1575 y(Journal)d(for)g(their)h(helpful)f
+(commen)o(ts)f(on)h(the)i(revisions)e(of)g(this)h(pap)q(er.)18
+b(The)13 b(author)g(is)f(b)q(eing)h(funded)g(b)o(y)f(an)g(NSER)o(C)0
+1625 y(P)o(ostgraduate)i(Sc)o(holarship,)g(for)f(whic)o(h)h(the)g
+(author)g(is)g(extremely)g(grateful.)0 1704 y(The)g(author)g(w)o(ould)f
+(appreciate)i(an)o(y)e(corrections,)i(suggestions)g(and)e(impro)o(v)o
+(emen)o(ts)f(that)i(y)o(ou)f(ma)o(y)f(ha)o(v)o(e.)0 1847
+y Fl(References)21 1953 y Fp(Akl,)j(S.)h(G.,)f(Barnard,)h(D.)f(T.,)h
+(and)g(Doran,)f(R.)g(J.)h(\(1982\).)23 b(Design,)16 b(Analysis)g(and)f
+(Implemen)o(tation)e(of)i(a)h(P)o(arallel)21 1994 y(T)m(ree)g(Searc)o
+(h)h(Algorithm.)k Fn(IEEE)c(T)m(r)n(ansactions)g(on)g(Pattern)g(A)o
+(nalysis)f(and)h(Machine)h(Intel)r(ligenc)n(e)p Fp(,)e(V)m(ol.)e(P)m
+(AMI-4,)21 2036 y(No.)f(2,)g(pp.)h(192{203.)21 2119 y(Alth\177)-21
+b(ofer,)13 b(I.)f(\(1993\).)17 b(A)c(P)o(arallel)f(Game)g(T)m(ree)i
+(Searc)o(h)g(Algorithm)d(with)i(a)g(Linear)g(Sp)q(eedup.)18
+b Fn(Journal)c(of)h(A)o(lgorithm)p Fp(,)21 2161 y(V)m(ol.)d(15,)h(pp.)g
+(175{198.)21 2245 y(Bal,)f(H.)h(E.)g(and)f(v)n(an)h(Renesse,)h(R.)e
+(\(1986\).)k(A)d(Summary)e(of)h(P)o(arallel)g(Alpha-Beta)h(Searc)o(h)h
+(Results.)j Fn(ICCA)d(Journal)p Fp(,)21 2286 y(V)m(ol.)e(9,)h(No.)g(3,)
+h(pp.)f(146{149.)21 2370 y(Baudet,)j(G.)f(M.)g(\(1978\).)22
+b Fn(The)16 b(Design)h(and)g(Analysis)f(of)h(Algorithms)e(for)h
+(Asynchr)n(onous)h(Multipr)n(o)n(c)n(essors)p Fp(.)22
+b(Ph.D.)21 2412 y(thesis,)14 b(Carnegie)g(Mellon)f(Univ)o(ersit)o(y)m
+(,)g(Pittsburgh,)h(P)m(A.)k(Av)n(ailable)12 b(as)i(T)m(ec)o(h.)g(Rept.)
+g(CMU-CS-78-116.)21 2495 y(Bro)q(c)o(kington,)g(M.)g(G.)f(and)i(Sc)o
+(hae\013er,)g(J.)f(\(1996\).)19 b(APHID)c(Game-Tree)e(Searc)o(h.)21
+b(Presen)o(ted)c(at)d Fn(A)n(dvanc)n(es)i(in)f(Com-)21
+2537 y(puter)f(Chess)h(8)p Fp(,)f(Maastric)o(h)o(t.)21
+2621 y(Bro)q(der,)19 b(A.,)f(Karlin,)g(A.,)g(Ragha)o(v)n(an,)e(P)m(.,)i
+(and)g(Upfal,)f(E.)h(\(1990\).)29 b(On)18 b(the)g(Parallel)f(Complexit)
+o(y)e(of)j(Ev)n(aluating)21 2662 y(Game-Trees.)g(T)m(ec)o(hnical)c(Rep)
+q(ort)h(RR)e(RJ)h(7729,)f(IBM)h(T.)g(J.)g(W)m(atson)g(Researc)o(h)h
+(Cen)o(ter,)g(Y)m(orkto)o(wn)e(Heigh)o(ts,)h(New)21 2704
+y(Y)m(ork.)p eop
+%%Page: 13 13
+13 12 bop 456 50 a Fe(A)14 b(T)m(axonom)o(y)d(of)j(P)o(arallel)e
+(Game-T)m(ree)h(Searc)o(h)i(Algorithms)454 b Fp(13)21
+195 y(Brudno,)17 b(A.)f(L.)g(\(1963\).)26 b(Bounds)17
+b(and)f(V)m(aluations)g(for)g(Abridging)g(the)h(Searc)o(h)g(for)g
+(Estimates.)25 b Fn(Pr)n(oblems)17 b(of)g(Cy-)21 237
+y(b)n(ernetics)p Fp(,)d(V)m(ol.)f(10,)h(pp.)g(225{241.)19
+b(T)m(ranslation)14 b(of)g(Russian)h(original)d(in)j
+Fn(Pr)n(oblemy)g(Kib)n(ernetiki)p Fp(,)f(10:141{150,)d(Ma)o(y)21
+278 y(1963.)21 356 y(Campb)q(ell,)i(M.)j(S.)f(\(1981\).)22
+b Fn(A)o(lgorithms)16 b(for)g(the)g(Par)n(al)r(lel)g(Se)n(ar)n(ch)g(of)
+h(Game)g(Tr)n(e)n(es)p Fp(.)22 b(M.Sc.)15 b(thesis,)h(Departmen)o(t)g
+(of)21 397 y(Computing)f(Science,)k(Univ)o(ersit)o(y)e(of)f(Alb)q
+(erta,)i(Edmon)o(ton,)e(Alta.)28 b(Av)n(ailable)15 b(as)j(T)m(ec)o(h.)f
+(Rep.)f(TR)h(81-8,)g(Dept.)g(of)21 439 y(Computing)12
+b(Science.)21 516 y(Campb)q(ell,)e(M.)h(S.)g(and)h(Marsland,)g(T.)f(A.)
+g(\(1983\).)j(A)e(Comparison)e(of)h(Minimax)e(T)m(ree)k(Searc)o(h)f
+(Algorithms.)h Fn(A)o(rti\014cial)21 557 y(Intel)r(ligenc)n(e)p
+Fp(,)g(V)m(ol.)f(20,)h(pp.)h(347{367.)21 635 y(Ciancarini,)g(P)m(.)h
+(\(1994\).)22 b(Distributed)16 b(Searc)o(hes:)23 b(A)16
+b(Basis)g(for)f(Comparison.)21 b Fn(ICCA)16 b(Journal)p
+Fp(,)f(V)m(ol.)f(17,)h(No.)g(4,)g(pp.)21 676 y(194{206.)21
+754 y(Cung,)h(V.-D.)f(\(1994\).)24 b Fn(Contribution)17
+b(\022)-21 b(a)18 b(l'A)o(lgorithmique)d(Non)j(Num)o(\023)-20
+b(erique)17 b(Par)n(al)r(l)o(\022)-20 b(ele:)22 b(Explor)n(ation)17
+b(d'Esp)n(ac)n(es)h(de)21 795 y(R)n(e)n(cher)n(che)p
+Fp(.)g(Ph.D.)13 b(thesis,)h(Univ)o(ersit)o(\023)-20 b(e)15
+b(P)o(aris)f(VI.)21 873 y(Da)o(vid,)f(V.)h(\(1993\).)20
+b Fn(A)o(lgorithmique)15 b(p)n(ar)n(al)r(l)o(\022)-20
+b(ele)15 b(sur)g(les)g(arbr)n(es)g(de)h(d)o(\023)-20
+b(ecision)16 b(et)g(r)n(aisonnement)g(en)g(temps)g(c)n(ontr)n(aint)f(-)
+21 914 y(Etude)g(et)g(applic)n(ation)g(au)g(minimax)p
+Fp(.)j(Ph.D.)13 b(thesis,)i(ENSAE,)f(T)m(oulouse,)f(F)m(rance.)21
+992 y(Dideric)o(h,)f(C.)g(G.)g(\(1992\).)j(Ev)n(aluation)c(des)i(P)o
+(erformances)g(de)g(l'Algorithm)o(e)d(SSS*)j(a)o(v)o(ec)g(Phases)g(de)g
+(Sync)o(hronisation)21 1033 y(sur)j(une)g(Mac)o(hine)f(P)o(arall)o
+(\022)-20 b(ele)15 b(\022)-21 b(a)15 b(M)o(\023)-20 b(emoires)14
+b(Distribu)o(\023)-20 b(ees.)23 b(T)m(ec)o(hnical)15
+b(Rep)q(ort)h(LITH-99,)e(Swiss)i(F)m(ederal)f(Institute)i(of)21
+1075 y(T)m(ec)o(hnology)m(,)12 b(Lausanne,)i(Switzerland.)21
+1152 y(F)m(eldmann,)26 b(R.)f(\(1993\).)53 b Fn(Spielb)n(aumsuche)27
+b(mit)e(massiv)h(p)n(ar)n(al)r(lelen)f(Systemen)p Fp(.)54
+b(Ph.D.)25 b(thesis,)k(Univ)o(ersit\177)-21 b(at-)21
+1194 y(Gesam)o(tho)q(c)o(hsc)o(h)o(ule)13 b(P)o(aderb)q(orn,)i(P)o
+(aderb)q(orn,)f(German)o(y)m(.)21 1271 y(F)m(eldmann,)j(R.,)h(Monien,)h
+(B.,)g(Mysliwietz,)g(P)m(.,)f(and)g(V)m(orn)o(b)q(erger,)i(O.)e
+(\(1989\).)31 b(Distributed)19 b(Game)e(T)m(ree)i(Searc)o(h.)21
+1312 y Fn(ICCA)14 b(Journal)p Fp(,)f(V)m(ol.)g(12,)f(No.)i(2,)f(pp.)g
+(65{73.)21 1390 y(F)m(elten,)g(E.)g(W.)g(and)h(Otto,)f(S.)g(W.)g
+(\(1988\).)k(Chess)d(on)g(a)f(Hyp)q(ercub)q(e.)19 b(In)14
+b(G.)f(F)m(o)o(x,)f(editor,)h Fn(Pr)n(o)n(c)n(e)n(e)n(dings)i(of)f(The)
+h(Thir)n(d)21 1431 y(Confer)n(enc)n(e)e(on)i(Hyp)n(er)n(cub)n(e)e
+(Concurr)n(ent)h(Computers)f(and)i(Applic)n(ations)p
+Fp(,)d(v)o(olume)f(I)q(I-Applications,)g(pp.)i(1329{1341,)21
+1473 y(P)o(assadena,)h(CA.)21 1550 y(F)m(erguson,)g(C.)f(and)h(Korf,)f
+(R.)h(E.)f(\(1988\).)18 b(Distributed)c(T)m(ree)h(Searc)o(h)g(and)f
+(its)g(Application)f(to)g(Alpha-Beta)h(Pruning.)21 1592
+y(In)g Fn(Pr)n(o)n(c)n(e)n(e)n(dings)g(of)h(AAAI-88)p
+Fp(,)e(pp.)h(128{132,)e(Sain)o(t)h(P)o(aul,)g(MN.)21
+1669 y(Fink)o(el,)f(R.)g(A.)h(and)g(Fish)o(burn,)g(J.)g(P)m(.)g
+(\(1982\).)j(P)o(arallelism)11 b(in)h(Alpha-Beta)i(Searc)o(h.)k
+Fn(A)o(rti\014cial)13 b(Intel)r(ligenc)n(e)p Fp(,)f(V)m(ol.)g(19,)21
+1711 y(No.)h(1,)g(pp.)h(89{106.)21 1788 y(Hiromoto,)i(U.,)j(Masafumi,)d
+(Y.,)j(Masaharu,)g(I.,)f(and)g(T)m(oshihide,)g(I.)f(\(1987\).)30
+b(P)o(arallel)18 b(Searc)o(hes)h(of)f(Game)e(T)m(rees.)21
+1830 y Fn(Systems)f(and)h(Computers)e(in)h(Jap)n(an)p
+Fp(,)f(V)m(ol.)e(18,)h(No.)g(8,)h(pp.)f(97{109.)21 1907
+y(Hsu,)20 b(F.-h.)e(\(1990\).)31 b Fn(L)n(ar)n(ge)19
+b(Sc)n(ale)h(Par)n(al)r(lelization)e(of)h(A)o(lpha-Beta)h(Se)n(ar)n
+(ch:)28 b(A)o(n)19 b(A)o(lgorithmic)g(and)h(A)o(r)n(chite)n(ctur)n(al)
+21 1949 y(Study)p Fp(.)28 b(Ph.D.)16 b(thesis,)i(Carnegie)f(Mellon)f
+(Univ)o(ersit)o(y)m(,)h(Pittsburgh,)h(U.S.A.)26 b(Also)17
+b(T)m(ec)o(h.)f(Rept.)h(CMU-CS-90-108,)21 1990 y(Carnegie)d(Mellon)f
+(Univ)o(ersit)o(y)m(,)g(F)m(eb.)g(1990.)21 2067 y(Hy)o(att,)i(R.)g(M.)g
+(\(1988\).)22 b Fn(A)16 b(High-Performanc)n(e)g(Par)n(al)r(lel)g(A)o
+(lgorithm)f(T)m(o)h(Se)n(ar)n(ch)h(Depth-F)m(rist)e(Game)i(T)m(r)n(e)n
+(es)p Fp(.)22 b(Ph.D.)21 2109 y(thesis,)14 b(Univ)o(ersit)o(y)g(of)f
+(Alabama,)e(Birmingham,)f(U.S.A.)21 2186 y(Hy)o(att,)15
+b(R.)f(M.,)h(Suter,)h(B.)f(W.,)f(and)h(Nelson,)h(H.)f(L.)f(\(1989\).)22
+b(A)15 b(P)o(arallel)f(Alpha/Beta)h(T)m(ree)h(Searc)o(hing)g
+(Algorithm.)21 2228 y Fn(Par)n(al)r(lel)e(Computing)p
+Fp(,)f(V)m(ol.)g(10,)g(No.)g(3,)g(pp.)g(299{308.)21 2305
+y(Karp,)i(R.)f(M.)h(and)g(Zhang,)g(Y.)g(\(1989\).)22
+b(On)15 b(Parallel)f(Ev)n(aluation)g(of)h(Game)e(Trees.)24
+b(In)15 b Fn(Pr)n(o)n(c)n(e)n(e)n(dings)h(of)g(SP)m(AA)g('89)p
+Fp(,)21 2347 y(pp.)d(409{420,)f(New)i(Y)m(ork,)f(NY.)h(A)o(CM)g(Press.)
+21 2424 y(Kn)o(uth,)f(D.)f(E.)g(and)h(Mo)q(ore,)g(R.)f(W.)f(\(1975\).)
+16 b(An)d(Analysis)f(of)g(Alpha-Beta)h(Pruning.)j Fn(A)o(rti\014cial)d
+(Intel)r(ligenc)n(e)p Fp(,)f(V)m(ol.)g(6,)21 2466 y(No.)h(3,)g(pp.)h
+(293{326.)21 2543 y(Kraas,)e(H.-J.)f(\(1990\).)j Fn(Zur)f(Par)n(al)r
+(lelisierung)f(des)h(SSS*-A)o(lgorithmus)p Fp(.)i(Ph.D.)c(thesis,)i(TU)
+f(of)f(Braunsc)o(h)o(w)o(eig,)i(Braun-)21 2585 y(sc)o(h)o(w)o(eig,)g
+(German)o(y)m(.)21 2662 y(Kuszmaul,)h(B.)h(C.)f(\(1994\).)21
+b Fn(Synchr)n(onize)n(d)c(MIMD)g(Computing)p Fp(.)k(Ph.D.)15
+b(thesis,)g(Massac)o(h)o(usetts)i(Institute)f(of)f(T)m(ec)o(h-)21
+2704 y(nology)m(,)c(Cam)o(bridge,)h(MA.)p eop
+%%Page: 14 14
+14 13 bop 0 50 a Fp(14)592 b(ICCA)14 b(Journal)f(Submission)591
+b(June)15 b(12,)e(1996)21 195 y(Leifk)o(er,)f(D.)g(B.)h(and)f(Kanal,)g
+(L.)g(N.)h(\(1985\).)i(A)e(Hybrid)f(SSS*/Alpha-Beta)h(Algorithm)d(for)i
+(P)o(arallel)g(Searc)o(h)i(of)e(Game)21 237 y(T)m(rees.)19
+b(In)14 b Fn(Pr)n(o)n(c)n(e)n(e)n(dings)g(of)h(IJCAI-85)p
+Fp(,)e(pp.)h(1044{1046.)21 311 y(Lindstrom,)d(G.)g(\(1983\).)k(The)e
+(Key)h(No)q(de)f(Metho)q(d:)18 b(A)12 b(Highly-P)o(arallel)e
+(Alpha-Beta)j(Algorithm.)g(T)m(ec)o(hnical)g(Rep)q(ort)21
+353 y(UUCS)h(83-101,)e(Univ)o(ersit)o(y)i(of)f(Utah,)g(Departmen)o(t)h
+(of)f(Computer)g(Science,)i(Salt)e(Lak)o(e)h(Cit)o(y)m(,)e(UT.)21
+428 y(Lu,)20 b(C.-P)m(.)e(P)m(.)g(\(1993\).)33 b Fn(Par)n(al)r(lel)19
+b(Se)n(ar)n(ch)h(of)g(Narr)n(ow)e(Game)i(Tr)n(e)n(es)p
+Fp(.)33 b(M.Sc.)19 b(thesis,)i(Departmen)o(t)d(of)h(Computing)21
+469 y(Science,)c(Univ)o(ersit)o(y)e(of)h(Alb)q(erta,)g(Edmon)o(ton,)d
+(Canada.)21 544 y(Marsland,)j(T.)h(A.)g(\(1983\).)21
+b(Relativ)o(e)14 b(E\016ciency)h(of)g(Alpha-Beta)g(Implemen)o(tations.)
+k(In)c Fn(Pr)n(o)n(c)n(e)n(e)n(dings)h(of)g(IJCAI-83)p
+Fp(,)21 585 y(pp.)d(763{766,)f(Karlsruhe,)i(German)o(y)m(.)21
+660 y(Marsland,)k(T.)f(A.)h(and)f(Campb)q(ell,)g(M.)g(S.)g(\(1982\).)29
+b(Parallel)17 b(Searc)o(h)i(of)e(Strongly)g(Ordered)j(Game)c(Trees.)31
+b Fn(A)o(CM)21 702 y(Computing)15 b(Surveys)p Fp(,)f(V)m(ol.)e(14,)h
+(No.)g(4,)g(pp.)h(533{551.)21 776 y(Marsland,)h(T.)f(A.)h(and)g(Gao,)f
+(Y.)h(\(1995\).)22 b(Sp)q(eculativ)o(e)15 b(P)o(arallelism)e(Impro)o(v)
+o(es)h(Searc)o(h?)30 b(T)m(ec)o(hnical)15 b(Rep)q(ort)h(95{05,)21
+818 y(Departmen)o(t)d(of)g(Computing)f(Science,)j(Univ)o(ersit)o(y)f
+(of)f(Alb)q(erta,)h(Edmon)o(ton,)e(Alta.)21 892 y(Marsland,)19
+b(T.)g(A.,)g(Olafsson,)h(M.,)g(and)e(Sc)o(hae\013er,)k(J.)d(\(1985\).)
+32 b(Multipro)q(cessor)21 b(Tree-Searc)o(h)g(Exp)q(erimen)o(ts.)33
+b(In)21 934 y(D.)13 b(Beal,)g(editor,)h Fn(A)n(dvanc)n(es)h(in)g
+(Computer)g(Chess)g(4)p Fp(,)e(pp.)h(37{51.)e(P)o(ermagon)h(Press,)i
+(Oxford.)21 1009 y(Marsland,)j(T.)f(A.)h(and)f(P)o(op)q(o)o(wic)o(h,)h
+(F.)f(\(1985\).)29 b(Parallel)17 b(Game-Tree)g(Searc)o(h.)31
+b Fn(IEEE)19 b(T)m(r)n(ansactions)f(on)h(Pattern)21 1050
+y(A)o(nalysis)14 b(and)i(Machine)g(Intel)r(ligenc)n(e)p
+Fp(,)d(V)m(ol.)f(P)m(AMI-7,)h(No.)h(4,)f(pp.)g(442{452.)21
+1125 y(Newb)q(orn,)g(M.)e(M.)h(\(1985\).)i(A)f(P)o(arallel)e(Searc)o(h)
+i(Chess)g(Program.)h(In)e Fn(Pr)n(o)n(c)n(e)n(e)n(dings)h(of)g(the)h(A)
+o(CM)f(A)o(nnual)h(Confer)n(enc)n(e)p Fp(,)21 1166 y(pp.)f(272{277.)21
+1241 y(Newb)q(orn,)h(M.)f(M.)h(\(1988\).)j(Unsync)o(hronized)e
+(Iterativ)o(e)f(Deep)q(ening)h(P)o(arallel)d(Alpha-Beta)i(Searc)o(h.)19
+b Fn(IEEE)c(T)m(r)n(ansac-)21 1283 y(tions)g(on)g(Pattern)g(A)o
+(nalysis)f(and)i(Machine)g(Intel)r(ligenc)n(e)p Fp(,)d(V)m(ol.)f(P)m
+(AMI-10,)h(No.)g(5,)g(pp.)h(687{694.)21 1357 y(Plaat,)g(A.,)h(Sc)o
+(hae\013er,)h(J.,)f(Pijls,)f(W.,)g(and)h(de)h(Bruin,)f(A.)g(\(1995\).)
+20 b(Best-First)d(Fixed-Depth)f(Game-T)m(ree)d(Searc)o(h)j(in)21
+1399 y(Practice.)j(In)14 b Fn(Pr)n(o)n(c)n(e)n(e)n(dings)h(of)f
+(IJCAI-95)p Fp(,)f(v)o(olume)f(1,)i(pp.)f(273{279,)f(Mon)o(treal,)h
+(Queb)q(ec.)21 1474 y(Plaat,)h(A.,)g(Sc)o(hae\013er,)i(J.,)e(Pijls,)g
+(W.,)f(and)i(de)g(Bruin,)g(A.)f(\(1996\).)20 b(Best-First)c
+(Fixed-Depth)f(Minimax)d(Algorithms.)21 1515 y(T)m(o)h(app)q(ear)h(in)g
+Fn(A)o(rti\014cial)f(Intel)r(ligenc)n(e)p Fp(.)21 1590
+y(Reinefeld,)g(A.)h(\(1983\).)k(An)c(Impro)o(v)o(emen)o(t)e(to)i(the)h
+(Scout)g(Tree-Searc)o(h)h(Algorithm.)g Fn(ICCA)e(Journal)p
+Fp(,)g(V)m(ol.)f(6,)g(No.)h(4,)21 1631 y(pp.)f(4{14.)21
+1706 y(Sc)o(hae\013er,)19 b(J.)e(\(1989\).)28 b(Distributed)18
+b(Game-T)m(ree)e(Searc)o(hing.)29 b Fn(Journal)18 b(of)g(Par)n(al)r
+(lel)g(and)h(Distribute)n(d)e(Computing)p Fp(,)21 1748
+y(V)m(ol.)12 b(6,)h(No.)g(2,)h(pp.)f(90{114.)21 1822
+y(Shinghal,)f(R.)i(and)g(Sh)o(v)o(ed,)g(S.)g(\(1991\).)k(Prop)q(osed)e
+(Mo)q(di\014cations)e(to)g(P)o(arallel)f(State)i(Space)g(Searc)o(h)g
+(of)f(Game)e(T)m(rees.)21 1864 y Fn(International)j(Journal)g(of)f
+(Pattern)h(R)n(e)n(c)n(o)n(gnition)g(and)h(A)o(rti\014cial)e(Intel)r
+(ligenc)n(e)p Fp(,)f(V)m(ol.)f(5,)h(No.)h(5,)f(pp.)g(809{833.)21
+1939 y(Stein)o(b)q(erg,)e(I.)e(R.)h(and)g(Solomon,)d(M.)j(\(1990\).)h
+(Searc)o(hing)g(Game)d(Trees)k(in)d(P)o(arallel.)i(In)f
+Fn(Pr)n(o)n(c)n(c)n(e)n(dings)h(of)h(the)f(1990)h(Inter-)21
+1980 y(national)j(Confer)n(enc)n(e)f(on)h(Par)n(al)r(lel)e(Pr)n(o)n(c)n
+(essing)h(\(vol.)g(3\))p Fp(,)g(pp.)f(9{17,)f(Univ)o(ersit)o(y)h(P)o
+(ark,)g(P)m(A.)g(P)o(enn.)g(State)h(Univ)o(ersit)o(y)21
+2022 y(Press.)21 2096 y(Sto)q(c)o(kman,)f(G.)i(C.)f(\(1979\).)21
+b(A)16 b(Minimax)c(Algorithm)h(Better)k(than)e(Alpha-Beta?)30
+b Fn(A)o(rti\014cial)14 b(Intel)r(ligenc)n(e)p Fp(,)h(V)m(ol.)f(12,)21
+2138 y(pp.)f(179{196.)21 2213 y(V)m(orn)o(b)q(erger,)18
+b(O.)f(and)f(Monien,)i(B.)e(\(1987\).)27 b(P)o(arallel)16
+b(Alpha-Beta)h(v)o(ersus)h(Parallel)e(SSS*.)27 b(In)17
+b Fn(Pr)n(o)n(c)n(e)n(e)n(dings)g(of)h(the)21 2254 y(IFIP)d(Confer)n
+(enc)n(e)g(on)g(Distribute)n(d)f(Pr)n(o)n(c)n(essing)p
+Fp(,)g(pp.)f(613{625.)f(North)i(Holland.)21 2329 y(W)m(eill,)k(J.-C.)g
+(\(1995\).)32 b Fn(Pr)n(o)n(gr)n(ammes)18 b(d')o(\023)-20
+b(eche)n(cs)20 b(de)g(championnat:)29 b(ar)n(chite)n(ctur)n(e)19
+b(lo)n(giciel)r(le)f(synth)o(\022)-20 b(ese)20 b(de)g(fonctions)21
+2370 y(d')o(\023)-20 b(evaluations,)15 b(p)n(ar)n(al)r(l)o(\023)-20
+b(elisme)13 b(de)j(r)n(e)n(cher)n(che)p Fp(.)h(Ph.D.)c(thesis,)h(Univ)o
+(ersit)o(\023)-20 b(e)15 b(P)o(aris)f(8.)21 2445 y(W)m(eill,)d(J.-C.)h
+(\(1996\).)k(The)e(ABD)o(AD)o(A)f(Distributed)g(Minimax-Searc)o(h)f
+(Algorithm.)i Fn(ICCA)g(Journal)p Fp(,)e(V)m(ol.)g(19,)g(No.)h(1,)21
+2487 y(pp.)g(3{16.)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/parallel/brockington97aphid.ps b/parallel/brockington97aphid.ps
new file mode 100755 (executable)
index 0000000..0198d77
--- /dev/null
@@ -0,0 +1,12648 @@
+%!PS-Adobe-2.0
+%%Creator: dvips 5.55 Copyright 1986, 1994 Radical Eye Software
+%%Title: aphidacc.dvi
+%%CreationDate: Thu Jun 13 23:50:30 1996
+%%Pages: 20
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%EndComments
+%DVIPSCommandLine: dvips aphidacc
+%DVIPSParameters: dpi=300, comments removed
+%DVIPSSource:  TeX output 1996.06.13:2350
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]{ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}
+if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore showpage
+userdict /eop-hook known{eop-hook}if}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+%%BeginProcSet: special.pro
+TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
+/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
+false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
+/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
+div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
+/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
+10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
+/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
+true def end /@MacSetUp{userdict /md known{userdict /md get type
+/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
+length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
+N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
+clippath mark{transform{itransform moveto}}{transform{itransform lineto}
+}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
+itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
+closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
+0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
+/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
+scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
+ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
+not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
+TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
+pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
+-1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
+TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
+sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
+0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
+2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
+{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
+div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
+N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
+maxlength dict begin /magscale false def normalscale currentpoint TR
+/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
+/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
+psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
+scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
+/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
+begin /SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
+{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
+}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
+end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
+N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
+/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
+SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
+/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
+yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
+%%EndProcSet
+TeXDict begin 40258431 52099146 1000 300 300
+(/usr/maligne2/grad/brock/Writing/aphid/aphidacc.dvi)
+@start /Fa 6 112 df<00FC100383300E00B01C0070380030300030700010600010E000
+10E00000E00000E00000E00000E00000E000106000107000103000203800201C00400E00
+8003830000FC0014177E961A>67 D<FC1F80300600300600300600300600300600300600
+3006003FFE00300600300600300600300600300600300600300600FC1F8011117F9014>
+104 D<FF181818181818181818181818181818FF08117F900A>I<FC0F80300600300C00
+30180030200030400030800031800032C000346000382000303000301800300C00300600
+300600FC0F8011117F9015>107 D<F00F803807003802002C0200260200230200230200
+21820020C200206200206200203200201A00200E00200E00700600F8020011117F9014>
+110 D<03F0000C0C00180600300300600180400080C000C0C000C0C000C0C000C0C000C0
+6001806001803003001806000C0C0003F00012117F9015>I E /Fb
+1 111 df<30F8590C4E0C9C0C980C180C180C30183019303130316032601C100D7F8C15>
+110 D E /Fc 49 122 df<000FF000007FFC0001F80E0003E01F0007C03F000F803F000F
+803F000F801E000F800C000F8000000F8000000F8000000F800000FFFFFF00FFFFFF000F
+801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F000F
+801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F007F
+F0FFE07FF0FFE01B237FA21F>12 D<3803807C07C0FE0FE0FF0FF0FF0FF07F07F03B03B0
+0300300300300700700600600600600C00C01C01C018018070070020020014117EA21D>
+34 D<387CFEFEFE7C3807077C8610>46 D<00180000780001F800FFF800FFF80001F800
+01F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F800
+01F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F800
+7FFFE07FFFE013207C9F1C>49 D<03FC000FFF003C1FC07007E07C07F0FE03F0FE03F8FE
+03F8FE01F87C01F83803F80003F80003F00003F00007E00007C0000F80001F00003E0000
+380000700000E01801C0180380180700180E00380FFFF01FFFF03FFFF07FFFF0FFFFF0FF
+FFF015207D9F1C>I<00FE0007FFC00F07E01E03F03F03F03F81F83F81F83F81F81F03F8
+1F03F00003F00003E00007C0001F8001FE0001FF000007C00001F00001F80000FC0000FC
+3C00FE7E00FEFF00FEFF00FEFF00FEFF00FC7E01FC7801F81E07F00FFFC001FE0017207E
+9F1C>I<0000E00001E00003E00003E00007E0000FE0001FE0001FE00037E00077E000E7
+E001C7E00187E00307E00707E00E07E00C07E01807E03807E07007E0E007E0FFFFFEFFFF
+FE0007E00007E00007E00007E00007E00007E00007E000FFFE00FFFE17207E9F1C>I<10
+00201E01E01FFFC01FFF801FFF001FFE001FF8001BC00018000018000018000018000019
+FC001FFF001E0FC01807E01803E00003F00003F00003F80003F83803F87C03F8FE03F8FE
+03F8FC03F0FC03F07007E03007C01C1F800FFF0003F80015207D9F1C>I<001F8000FFE0
+03F07007C0F00F01F81F01F83E01F83E01F87E00F07C00007C0000FC0800FC7FC0FCFFE0
+FD80F0FF00F8FE007CFE007CFC007EFC007EFC007EFC007E7C007E7C007E7C007E3C007C
+3E007C1E00F80F00F00783E003FFC000FF0017207E9F1C>I<6000007800007FFFFE7FFF
+FE7FFFFC7FFFF87FFFF87FFFF0E00060E000C0C00180C00300C00300000600000C00001C
+0000180000380000780000780000F00000F00000F00001F00001F00001F00003F00003F0
+0003F00003F00003F00003F00003F00001E00017227DA11C>I<00FE0003FFC00703E00E
+00F01C00F01C00783C00783E00783F00783F80783FE0F01FF9E01FFFC00FFF8007FFC003
+FFE007FFF01E7FF83C1FFC7807FC7801FEF000FEF0003EF0001EF0001EF0001CF8001C78
+00383C00381F01F00FFFC001FF0017207E9F1C>I<000070000000007000000000F80000
+0000F800000000F800000001FC00000001FC00000003FE00000003FE00000003FE000000
+06FF000000067F0000000E7F8000000C3F8000000C3F800000183FC00000181FC0000038
+1FE00000300FE00000300FE00000600FF000006007F00000E007F80000FFFFF80000FFFF
+F800018001FC00018001FC00038001FE00030000FE00030000FE000600007F000600007F
+00FFE00FFFF8FFE00FFFF825227EA12A>65 D<FFFFFF8000FFFFFFE00007F001F80007F0
+00FC0007F0007E0007F0007E0007F0007F0007F0007F0007F0007F0007F0007F0007F000
+7F0007F0007E0007F000FE0007F000FC0007F003F80007FFFFF00007FFFFF00007F001FC
+0007F0007E0007F0003F0007F0003F8007F0001F8007F0001FC007F0001FC007F0001FC0
+07F0001FC007F0001FC007F0001FC007F0003F8007F0003F8007F0007F0007F001FE00FF
+FFFFF800FFFFFFC00022227EA128>I<0003FE0080001FFF818000FF01E38001F8003F80
+03E0001F8007C0000F800F800007801F800007803F000003803F000003807F000001807E
+000001807E00000180FE00000000FE00000000FE00000000FE00000000FE00000000FE00
+000000FE00000000FE000000007E000000007E000001807F000001803F000001803F0000
+03801F800003000F8000030007C000060003F0000C0001F800380000FF00F000001FFFC0
+000003FE000021227DA128>I<FFFFFF8000FFFFFFF00007F003FC0007F0007E0007F000
+3F0007F0001F8007F0000FC007F00007E007F00007E007F00007F007F00003F007F00003
+F007F00003F007F00003F807F00003F807F00003F807F00003F807F00003F807F00003F8
+07F00003F807F00003F807F00003F807F00003F007F00003F007F00003F007F00007E007
+F00007E007F0000FC007F0001F8007F0003F0007F0007E0007F003FC00FFFFFFF000FFFF
+FF800025227EA12B>I<FFFFFFF8FFFFFFF807F001F807F0007807F0003807F0001807F0
+001C07F0001C07F0000C07F0000C07F0180C07F0180C07F0180007F0180007F0380007F0
+780007FFF80007FFF80007F0780007F0380007F0180007F0180007F0180007F0180007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F00000FFFFE000FFFF
+E0001E227EA123>70 D<FFFF83FFFEFFFF83FFFE07F0001FC007F0001FC007F0001FC007
+F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0
+001FC007F0001FC007F0001FC007FFFFFFC007FFFFFFC007F0001FC007F0001FC007F000
+1FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001F
+C007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC0FFFF83FFFEFFFF83FFFE
+27227EA12C>72 D<FFFFE0FFFFE003F80003F80003F80003F80003F80003F80003F80003
+F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003
+F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F800FFFFE0FF
+FFE013227FA115>I<FFFFE000FFFFE00007F0000007F0000007F0000007F0000007F000
+0007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F000
+0007F0000007F0000007F0000007F0000007F0000007F0001807F0001807F0001807F000
+1807F0003807F0003807F0007007F0007007F000F007F001F007F007F0FFFFFFF0FFFFFF
+F01D227EA122>76 D<FFF000000FFFFFF800001FFF07F800001FE006FC000037E006FC00
+0037E006FC000037E0067E000067E0067E000067E0063F0000C7E0063F0000C7E0061F80
+0187E0061F800187E0060FC00307E0060FC00307E0060FC00307E00607E00607E00607E0
+0607E00603F00C07E00603F00C07E00601F81807E00601F81807E00601F81807E00600FC
+3007E00600FC3007E006007E6007E006007E6007E006003FC007E006003FC007E006001F
+8007E006001F8007E006001F8007E006000F0007E0FFF00F00FFFFFFF00600FFFF30227E
+A135>I<0007FC0000003FFF800000FC07E00003F001F80007E000FC000FC0007E001F80
+003F001F80003F003F00001F803F00001F807F00001FC07E00000FC07E00000FC0FE0000
+0FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000F
+E0FE00000FE07E00000FC07F00001FC07F00001FC03F00001F803F80003F801F80003F00
+0FC0007E0007E000FC0003F001F80000FC07E000003FFF80000007FC000023227DA12A>
+79 D<FFFFFF00FFFFFFE007F007F007F001FC07F000FC07F0007E07F0007E07F0007F07
+F0007F07F0007F07F0007F07F0007F07F0007E07F0007E07F000FC07F001FC07F007F007
+FFFFE007FFFF0007F0000007F0000007F0000007F0000007F0000007F0000007F0000007
+F0000007F0000007F0000007F0000007F0000007F00000FFFF8000FFFF800020227EA126
+>I<01FC0407FF8C1F03FC3C007C7C003C78001C78001CF8000CF8000CFC000CFC0000FF
+0000FFE0007FFF007FFFC03FFFF01FFFF80FFFFC03FFFE003FFE0003FF00007F00003F00
+003FC0001FC0001FC0001FE0001EE0001EF0003CFC003CFF00F8C7FFE080FF8018227DA1
+1F>83 D<7FFFFFFF807FFFFFFF807E03F80F807803F807807003F803806003F80180E003
+F801C0E003F801C0C003F800C0C003F800C0C003F800C0C003F800C00003F800000003F8
+00000003F800000003F800000003F800000003F800000003F800000003F800000003F800
+000003F800000003F800000003F800000003F800000003F800000003F800000003F80000
+0003F800000003F800000003F800000003F8000003FFFFF80003FFFFF80022227EA127>
+I<FFFF803FFCFFFF803FFC07F000018007F000018007F000018007F000018007F0000180
+07F000018007F000018007F000018007F000018007F000018007F000018007F000018007
+F000018007F000018007F000018007F000018007F000018007F000018007F000018007F0
+00018007F000018007F000018007F000018007F000018003F000030003F800030001F800
+060000FC000E00007E001C00003F80F800000FFFE0000001FF000026227EA12B>I<FFFF
+800FFEFFFF800FFE07F00000C007F80000C003F800018003F800018001FC00030001FC00
+030001FE00070000FE00060000FF000600007F000C00007F800C00003F801800003F8018
+00003FC03800001FC03000001FE03000000FE06000000FF060000007F0C0000007F0C000
+0007F9C0000003F980000003FD80000001FF00000001FF00000000FE00000000FE000000
+00FE000000007C000000007C00000000380000000038000027227FA12A>I<FFFF0FFFF0
+1FFEFFFF0FFFF01FFE0FF000FF0000E007F0007F0000C007F0007F0000C003F8007F8001
+8003F8003F80018003FC003F80038001FC003FC0030001FC003FC0030000FE007FE00600
+00FE006FE0060000FF006FE00600007F00C7F00C00007F00C7F00C00007F80C7F81C0000
+3F8183F81800003F8183F81800001FC383FC3000001FC301FC3000001FE301FC3000000F
+E600FE6000000FE600FE6000000FF600FFE0000007FC007FC0000007FC007FC0000003FC
+007F80000003F8003F80000003F8003F80000001F0001F00000001F0001F00000000F000
+1E00000000E0000E00000000E0000E000037227FA13A>I<0400400E00E0180180380380
+300300600600600600E00E00C00C00C00C00DC0DC0FE0FE0FF0FF0FF0FF07F07F03E03E0
+1C01C014117AA21D>92 D<07FC001FFF803F07C03F03E03F01E03F01F01E01F00001F000
+01F0003FF003FDF01FC1F03F01F07E01F0FC01F0FC01F0FC01F0FC01F07E02F07E0CF81F
+F87F07E03F18167E951B>97 D<FF000000FF0000001F0000001F0000001F0000001F0000
+001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F0FE0001F3FF8
+001FF07C001F801E001F001F001F000F801F000F801F000FC01F000FC01F000FC01F000F
+C01F000FC01F000FC01F000FC01F000FC01F000F801F001F801F801F001FC03E001EE07C
+001C3FF800180FC0001A237EA21F>I<00FF8007FFE00F83F01F03F03E03F07E03F07C01
+E07C0000FC0000FC0000FC0000FC0000FC0000FC00007C00007E00007E00003E00301F00
+600FC0E007FF8000FE0014167E9519>I<0001FE000001FE0000003E0000003E0000003E
+0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0001FC3E
+0007FFBE000F81FE001F007E003E003E007E003E007C003E00FC003E00FC003E00FC003E
+00FC003E00FC003E00FC003E00FC003E00FC003E007C003E007C003E003E007E001E00FE
+000F83BE0007FF3FC001FC3FC01A237EA21F>I<00FE0007FF800F87C01E01E03E01F07C
+00F07C00F8FC00F8FC00F8FFFFF8FFFFF8FC0000FC0000FC00007C00007C00007E00003E
+00181F00300FC07003FFC000FF0015167E951A>I<003F8000FFC001E3E003C7E007C7E0
+0F87E00F83C00F80000F80000F80000F80000F80000F8000FFFC00FFFC000F80000F8000
+0F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F8000
+0F80000F80000F80000F80007FF8007FF80013237FA211>I<03FC1E0FFF7F1F0F8F3E07
+CF3C03C07C03E07C03E07C03E07C03E07C03E03C03C03E07C01F0F801FFF0013FC003000
+003000003800003FFF801FFFF00FFFF81FFFFC3800FC70003EF0001EF0001EF0001EF000
+1E78003C7C007C3F01F80FFFE001FF0018217E951C>I<FF000000FF0000001F0000001F
+0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F
+0000001F07E0001F1FF8001F307C001F403C001F803E001F803E001F003E001F003E001F
+003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F
+003E001F003E001F003E00FFE1FFC0FFE1FFC01A237EA21F>I<1C003E007F007F007F00
+3E001C000000000000000000000000000000FF00FF001F001F001F001F001F001F001F00
+1F001F001F001F001F001F001F001F001F001F001F00FFE0FFE00B247EA310>I<FF00FF
+001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F
+001F001F001F001F001F001F001F001F001F001F001F001F001F00FFE0FFE00B237EA210
+>108 D<FF07F007F000FF1FFC1FFC001F303E303E001F403E403E001F801F801F001F80
+1F801F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F00
+1F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F00
+1F001F001F001F001F001F001F001F00FFE0FFE0FFE0FFE0FFE0FFE02B167E9530>I<FF
+07E000FF1FF8001F307C001F403C001F803E001F803E001F003E001F003E001F003E001F
+003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F
+003E001F003E00FFE1FFC0FFE1FFC01A167E951F>I<00FE0007FFC00F83E01E00F03E00
+F87C007C7C007C7C007CFC007EFC007EFC007EFC007EFC007EFC007EFC007E7C007C7C00
+7C3E00F81F01F00F83E007FFC000FE0017167E951C>I<FF0FE000FF3FF8001FF07C001F
+803E001F001F001F001F801F001F801F000FC01F000FC01F000FC01F000FC01F000FC01F
+000FC01F000FC01F000FC01F001F801F001F801F803F001FC03E001FE0FC001F3FF8001F
+0FC0001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F000000FF
+E00000FFE000001A207E951F>I<FE1F00FE3FC01E67E01EC7E01E87E01E87E01F83C01F
+00001F00001F00001F00001F00001F00001F00001F00001F00001F00001F00001F00001F
+0000FFF000FFF00013167E9517>114 D<0FF3003FFF00781F00600700E00300E00300F0
+0300FC00007FE0007FF8003FFE000FFF0001FF00000F80C00780C00380E00380E00380F0
+0700FC0E00EFFC00C7F00011167E9516>I<018000018000018000018000038000038000
+0780000780000F80003F8000FFFF00FFFF000F80000F80000F80000F80000F80000F8000
+0F80000F80000F80000F80000F80000F81800F81800F81800F81800F81800F830007C300
+03FE0000F80011207F9F16>I<FF01FE00FF01FE001F003E001F003E001F003E001F003E
+001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E
+001F003E001F003E001F007E001F00FE000F81BE0007FF3FC001FC3FC01A167E951F>I<
+FFE01FE0FFE01FE00F8006000F8006000FC00E0007C00C0007E01C0003E0180003E01800
+01F0300001F0300000F8600000F86000007CC000007CC000007FC000003F8000003F8000
+001F0000001F0000000E0000000E00001B167F951E>I<FFE7FF07F8FFE7FF07F81F0078
+00C00F807801800F807C01800F807C018007C07E030007C0DE030007E0DE070003E0DF06
+0003E18F060001F18F0C0001F38F8C0001FB079C0000FB07D80000FE03D800007E03F000
+007E03F000007C01F000003C01E000003800E000001800C00025167F9528>I<FFE01FE0
+FFE01FE00F8006000F8006000FC00E0007C00C0007E01C0003E0180003E0180001F03000
+01F0300000F8600000F86000007CC000007CC000007FC000003F8000003F8000001F0000
+001F0000000E0000000E0000000C0000000C00000018000078180000FC380000FC300000
+FC60000069C000007F8000001F0000001B207F951E>121 D E /Fd
+1 49 df<040E0E1C1C1C38383070706060C0C0070F7F8F0A>48 D
+E /Fe 59 123 df<0387000387000387000387000387000387007FFFC0FFFFE0FFFFE007
+0E00070E00070E000E1C000E1C000E1C000E1C00FFFFE0FFFFE07FFFC01C38001C38001C
+38001C38001C38001C380013197F9816>35 D<03800007E0000FE0001E70001C70001C70
+001C70001C77E01CE7E01DE7E00FC7000F8E000F0E001E0E003F1C007F1C00739C00E3F8
+00E1F800E0F1C0E0F1C071F9C07FFFC03F9F801E070013197F9816>38
+D<00E001E0038007000E001C001C0038003800700070007000E000E000E000E000E000E0
+00E000E000E000700070007000380038001C001C000E000700038001E000E00B217A9C16
+>40 D<C000E000700038001C000E000E000700070003800380038001C001C001C001C001
+C001C001C001C001C0038003800380070007000E000E001C0038007000E000C0000A217B
+9C16>I<01C00001C00001C00001C00071C700F9CF807FFF001FFC0007F00007F0001FFC
+007FFF00F9CF8071C70001C00001C00001C00001C00011127E9516>I<01C00001C00001
+C00001C00001C00001C00001C00001C000FFFF80FFFF80FFFF8001C00001C00001C00001
+C00001C00001C00001C00001C00011137E9516>I<387C7E7E3E0E1E1C78F060070B7984
+16>I<70F8F8F8700505788416>46 D<01800380038007800F807F80FF80738003800380
+0380038003800380038003800380038003800380038003807FF87FFC7FF80E197C9816>
+49 D<07E0001FF8003FFC00783E00E00700F00780F00380600380000380000380000700
+000700000E00001C0000380000700000E00001C0000380000F00001E03803803807FFF80
+FFFF807FFF8011197E9816>I<00E00001F00001F00001B00001B00003B80003B80003B8
+00031800071C00071C00071C00071C00071C000E0E000E0E000FFE000FFE001FFF001C07
+001C07001C07007F1FC0FF1FE07F1FC013197F9816>65 D<7FF800FFFE007FFF001C0F00
+1C07801C03801C03801C03801C07801C07001FFF001FFE001FFE001C1F001C03801C03C0
+1C01C01C01C01C01C01C01C01C03C01C07807FFF80FFFF007FFC0012197F9816>I<01F1
+8007FB800FFF801F0F803C0780380380700380700380F00000E00000E00000E00000E000
+00E00000E00000E00000F000007003807003803803803C07001F0F000FFE0007FC0001F0
+0011197E9816>I<7FF800FFFE007FFF001C0F001C07801C03C01C01C01C01C01C01E01C
+00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C01C01C01C01C03C01C07801C
+0F807FFF00FFFE007FF8001319809816>I<7FFFC0FFFFC07FFFC01C01C01C01C01C01C0
+1C01C01C00001C00001C1C001C1C001FFC001FFC001FFC001C1C001C1C001C00001C00E0
+1C00E01C00E01C00E01C00E07FFFE0FFFFE07FFFE013197F9816>I<FFFFE0FFFFE0FFFF
+E01C00E01C00E01C00E01C00E01C00001C00001C1C001C1C001FFC001FFC001FFC001C1C
+001C1C001C00001C00001C00001C00001C00001C0000FF8000FFC000FF800013197F9816
+>I<03E30007FF000FFF001E1F003C0F00380700700700700700F00000E00000E00000E0
+0000E00000E03F80E07FC0E03F80F00700700700700700380F003C0F001E1F000FFF0007
+F70003E70012197E9816>I<7F1FC0FFBFE07F1FC01C07001C07001C07001C07001C0700
+1C07001C07001FFF001FFF001FFF001C07001C07001C07001C07001C07001C07001C0700
+1C07001C07007F1FC0FFBFE07F1FC013197F9816>I<FFFEFFFEFFFE0380038003800380
+038003800380038003800380038003800380038003800380038003800380FFFEFFFEFFFE
+0F197D9816>I<7F0FE0FF8FF07F0FE01C07801C0F001C0E001C1C001C3C001C78001CF0
+001CE0001DF0001FF0001FF8001F38001E1C001C1C001C0E001C0E001C07001C07001C03
+807F07E0FF8FF07F07E01419809816>75 D<FFC000FFC000FFC0001C00001C00001C0000
+1C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C0040
+1C00E01C00E01C00E01C00E0FFFFE0FFFFE0FFFFE013197F9816>I<FC07E0FE0FE0FE0F
+E03A0B803B1B803B1B803B1B803B1B803B1B803BBB8039B38039B38039B38039B38039F3
+8038E38038E380380380380380380380380380380380FE0FE0FE0FE0FE0FE013197F9816
+>I<7E1FC0FF3FE07F1FC01D07001D87001D87001D87001DC7001DC7001CC7001CC7001C
+E7001CE7001CE7001C67001C67001C77001C77001C37001C37001C37001C17007F1F00FF
+9F007F0F0013197F9816>I<1FFC003FFE007FFF00780F00F00780E00380E00380E00380
+E00380E00380E00380E00380E00380E00380E00380E00380E00380E00380E00380F00780
+F00780780F007FFF003FFE001FFC0011197E9816>I<7FF800FFFE007FFF001C0F801C03
+801C03C01C01C01C01C01C01C01C03C01C03801C0F801FFF001FFE001FF8001C00001C00
+001C00001C00001C00001C00001C00007F0000FF80007F000012197F9816>I<7FE000FF
+F8007FFC001C1E001C0F001C07001C07001C07001C07001C0F001C1E001FFC001FF8001F
+FC001C1C001C0E001C0E001C0E001C0E001C0E201C0E701C0E707F07E0FF87E07F03C014
+197F9816>82 D<07E3001FFF003FFF00781F00F00700E00700E00700E00000F000007800
+003F80001FF00007FC0000FE00000F00000700000380000380600380E00380E00700F80F
+00FFFE00FFFC00C7F00011197E9816>I<7FFFE0FFFFE0FFFFE0E0E0E0E0E0E0E0E0E0E0
+E0E000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00007FC000FFE0007FC0013197F9816>I<7F07F0FF8FF87F07F0
+1C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C01C0
+1C01C01C01C01C01C01C01C00E03800E038007070007FF0003FE0000F8001519809816>
+I<FE0FE0FF1FE0FE0FE03803801C07001C07001C07001C07000E0E000E0E000E0E000E0E
+00060C00071C00071C00071C00071C0003180003B80003B80003B80001B00001F00001F0
+0000E00013197F9816>I<7F1F807F3F807F1F800E1E000E1C00073C0007380003B80003
+F00001F00001E00000E00001E00001F00003F00003B80007B800071C00071C000E0E000E
+0E001C07007F1FC0FF1FE07F1FC013197F9816>88 D<FE0FE0FF1FE0FE0FE01C07001C07
+000E0E000E0E00071C00071C00071C0003B80003B80001F00001F00000E00000E00000E0
+0000E00000E00000E00000E00000E00003F80007FC0003F80013197F9816>I<7FFF80FF
+FF80FFFF80E00700E00F00E01E00E01C00003C0000780000700000F00001E00001C00003
+C0000780000700000F00001E03801C03803C0380780380700380FFFF80FFFF80FFFF8011
+197E9816>I<FFF0FFF0FFF0E000E000E000E000E000E000E000E000E000E000E000E000
+E000E000E000E000E000E000E000E000E000E000E000E000E000E000FFF0FFF0FFF00C20
+789C16>I<FFF0FFF0FFF000700070007000700070007000700070007000700070007000
+700070007000700070007000700070007000700070007000700070FFF0FFF0FFF00C207F
+9C16>93 D<1FE0003FF0007FF800783C00300E00000E00000E0003FE001FFE003E0E0070
+0E00E00E00E00E00E00E00783E007FFFE03FE7E00F83E013127E9116>97
+D<7E0000FE00007E00000E00000E00000E00000E00000E3E000EFF000FFF800F83C00F00
+E00E00E00E00700E00700E00700E00700E00700E00700E00E00F01E00F83C00FFF800EFF
+00063C001419809816>I<03F80FFC1FFE3C1E780C7000E000E000E000E000E000F00070
+0778073E0E1FFC0FF803F010127D9116>I<003F00007F00003F00000700000700000700
+00070003C7000FF7001FFF003C1F00780F00700700E00700E00700E00700E00700E00700
+E00700700F00700F003C1F001FFFE00FE7F007C7E014197F9816>I<03E00FF81FFC3C1E
+780E7007E007FFFFFFFFFFFFE000E000700778073C0F1FFE0FFC03F010127D9116>I<00
+1F00007F8000FF8001E78001C30001C00001C0007FFF00FFFF00FFFF0001C00001C00001
+C00001C00001C00001C00001C00001C00001C00001C00001C00001C0003FFE007FFF003F
+FE0011197F9816>I<03E3C007F7E00FFFE01C1CC0380E00380E00380E00380E00380E00
+1C1C000FF8001FF0001BE0003800001800001FFC001FFF003FFF807803C0E000E0E000E0
+E000E0E000E07001C07C07C03FFF800FFE0003F800131C7F9116>I<7E0000FE00007E00
+000E00000E00000E00000E00000E3C000EFE000FFF000F87800F03800E03800E03800E03
+800E03800E03800E03800E03800E03800E03800E03807FC7F0FFE7F87FC7F01519809816
+>I<018003C003C0018000000000000000007FC07FC07FC001C001C001C001C001C001C0
+01C001C001C001C001C001C07FFFFFFF7FFF101A7D9916>I<7E0000FE00007E00000E00
+000E00000E00000E00000E7FE00E7FE00E7FE00E0F000E1E000E3C000E78000EF0000FF0
+000FF8000FBC000F1E000E0E000E07000E07807F87F0FFCFF07F87F01419809816>107
+D<FFC000FFC000FFC00001C00001C00001C00001C00001C00001C00001C00001C00001C0
+0001C00001C00001C00001C00001C00001C00001C00001C00001C00001C000FFFF80FFFF
+80FFFF8011197E9816>I<F9C380FFEFC0FFFFE03C78E03C78E03870E03870E03870E038
+70E03870E03870E03870E03870E03870E03870E0FE7CF8FE7CF8FE3C781512809116>I<
+7E3C00FEFE007FFF000F87800F03800E03800E03800E03800E03800E03800E03800E0380
+0E03800E03800E03807FC7F0FFE7F87FC7F01512809116>I<03E0000FF8001FFC003C1E
+00780F00700700E00380E00380E00380E00380E00380F00780700700780F003C1E001FFC
+000FF80003E00011127E9116>I<7E3E00FEFF007FFF800F83C00F00E00E00E00E00700E
+00700E00700E00700E00700E00700E00E00F01E00F83C00FFF800EFF000E3C000E00000E
+00000E00000E00000E00000E00007FC000FFE0007FC000141B809116>I<FF0FC0FF3FE0
+FF7FE007F04007C000078000078000070000070000070000070000070000070000070000
+070000FFFC00FFFC00FFFC0013127F9116>114 D<0FEC3FFC7FFCF03CE01CE01C70007F
+801FF007F8003C600EE00EF00EF81EFFFCFFF8C7E00F127D9116>I<0300000700000700
+000700000700007FFF00FFFF00FFFF000700000700000700000700000700000700000700
+0007010007038007038007038007870003FE0001FC0000F80011177F9616>I<7E1F80FE
+3F807E1F800E03800E03800E03800E03800E03800E03800E03800E03800E03800E03800E
+03800E0F800FFFF007FBF803E3F01512809116>I<7F1FC0FF1FE07F1FC01C07001E0F00
+0E0E000E0E000E0E00071C00071C00071C00071C0003B80003B80003B80001F00001F000
+00E00013127F9116>I<FF1FE0FFBFE0FF1FE038038038038038038038038038E38019F3
+0019F30019B3001DB7001DB7001DB7001DB7000F1E000F1E000F1E0013127F9116>I<7F
+1FC07F3FC07F1FC00F1C00073C0003B80003F00001F00000E00001E00001F00003B80007
+3C00071C000E0E007F1FC0FF3FE07F1FC013127F9116>I<7F1FC0FF9FE07F1FC01C0700
+0E07000E0E000E0E00070E00071C00071C00039C00039C0003980001B80001B80000F000
+00F00000F00000E00000E00000E00001C00079C0007BC0007F80003F00003C0000131B7F
+9116>I<3FFFC07FFFC07FFFC0700780700F00701E00003C0000780001F00003E0000780
+000F00001E01C03C01C07801C0FFFFC0FFFFC0FFFFC012127F9116>I
+E /Ff 2 13 df<0007E00000003838000000E00C004001C00E0040038007008007000780
+800F000780801E000381003E0003C1003C0003C2007C0003C2007C0003C400F80003C400
+F80003C800F80003D000F80003D000F80003E000F00003C000F00003C000F00003C00078
+0003C00078000FC000380011C1001C0061C2000E0380E60001FC003800221A7E9926>11
+D<000003F80000000C0C0000003006000000400700000080038000010003800002000380
+000400038000040007800008000780000800078000100007000010000F000020000E0000
+20001C00002000380000403FF000004040E00000403F300000400038000080001C000080
+001E000080001E000080001E000100001F000100001F000100001F000100001F00020000
+3E000200003E000200003E000200003C000600007C000600007800060000F800060000F0
+00090001E000090003C000088007800008400E000010303C0000100FE000001000000000
+100000000020000000002000000000200000000020000000004000000000400000000040
+0000000040000000008000000000800000000021367FA922>I E
+/Fg 37 122 df<00FCF807839C0E079C1C07081C07001C07001C07001C07001C0700FFFF
+E01C07001C07001C07001C07001C07001C07001C07001C07001C07001C07001C07001C07
+00FF1FE01617809615>11 D<60C0F1E0F1E070E01020102020402040408040800B0A7F96
+12>34 D<0102040C1818303070606060E0E0E0E0E0E0E0E0E0E060606070303018180C04
+020108227D980E>40 D<8040203018180C0C0E060606070707070707070707070606060E
+0C0C18183020408008227E980E>I<60F0F070101020204040040A7D830A>44
+D<FF80FF80090280870C>I<60F0F06004047D830A>I<001000003800003800003800005C
+00005C00005C00008E00008E00008E0001070001070003078002038002038007FFC00401
+C00401C00800E00800E01800E03800F0FE03FE17177F961A>65 D<FFE00E000E000E000E
+000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E00FF
+E00B177F960D>73 D<FE0003F81E0003C0170005C0170005C0170005C0138009C0138009
+C011C011C011C011C011C011C010E021C010E021C0107041C0107041C0107041C0103881
+C0103881C0101D01C0101D01C0100E01C0100E01C0380E01C0FE040FF81D177F9620>77
+D<0FC4302C601C400CC004C004C004E00070007F003FE00FF801FC001C000E0006800680
+068006C004E008D81087E00F177E9614>83 D<7FFFF86038184038084038088038048038
+048038040038000038000038000038000038000038000038000038000038000038000038
+0000380000380000380000380007FFC016177F9619>I<204020404080408081008100E1
+C0F1E0F1E060C00B0A7B9612>92 D<1FC0386038301038003803F81E3830387038E039E0
+39E07970FF1F1E100E7F8D12>97 D<FC00001C00001C00001C00001C00001C00001C0000
+1C00001C00001CF8001F06001C03001C03801C01801C01C01C01C01C01C01C01C01C0180
+1C03801C03001B0E0010F8001217809614>I<07F01838303870106000E000E000E000E0
+00600070083008183007C00D0E7F8D10>I<007E00000E00000E00000E00000E00000E00
+000E00000E00000E0007CE001C3E00300E00700E00600E00E00E00E00E00E00E00E00E00
+600E00700E00301E00182E0007CFC012177F9614>I<0FC0186030307038E018FFF8E000
+E000E000600070083010183007C00D0E7F8D10>I<03E006700E701C201C001C001C001C
+001C00FF801C001C001C001C001C001C001C001C001C001C001C001C00FF800C1780960B
+>I<0F9E18E33060707070707070306018C02F80200060003FE03FF83FFC600EC006C006
+C006600C38380FE010157F8D12>I<FC00001C00001C00001C00001C00001C00001C0000
+1C00001C00001C7C001D8E001E07001C07001C07001C07001C07001C07001C07001C0700
+1C07001C07001C0700FF9FE01317809614>I<183C3C1800000000007C1C1C1C1C1C1C1C
+1C1C1C1C1CFF081780960A>I<FC00001C00001C00001C00001C00001C00001C00001C00
+001C00001C3F801C1C001C18001C20001C40001CC0001FE0001CF0001C70001C78001C3C
+001C1E001C1E00FF3FC01217809613>107 D<FC001C001C001C001C001C001C001C001C
+001C001C001C001C001C001C001C001C001C001C001C001C001C00FF80091780960A>I<
+FC7C1F001D8E63801E0781C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C0
+1C0701C01C0701C01C0701C01C0701C0FF9FE7F81D0E808D1E>I<FC7C001D8E001E0700
+1C07001C07001C07001C07001C07001C07001C07001C07001C07001C0700FF9FE0130E80
+8D14>I<07C018303018600C600CE00EE00EE00EE00EE00E701C3018183007C00F0E7F8D
+12>I<FCF8001F0E001C03001C03801C01801C01C01C01C01C01C01C01C01C01801C0380
+1C07001F0E001CF8001C00001C00001C00001C00001C0000FF80001214808D14>I<07C2
+001C2600381E00700E00600E00E00E00E00E00E00E00E00E00600E00700E00301E001C2E
+0007CE00000E00000E00000E00000E00000E00007FC012147F8D13>I<FCF01D381E381C
+101C001C001C001C001C001C001C001C001C00FF800D0E808D0E>I<1F4060C0C040C040
+E000FF007F801FC001E080608060C060E0C09F000B0E7F8D0E>I<080008000800180018
+003800FF80380038003800380038003800380038403840384038401C800F000A147F930E
+>I<FC3F001C07001C07001C07001C07001C07001C07001C07001C07001C07001C07001C
+0F000E170003E7E0130E808D14>I<FE1F3C0E3C0C1C081C080E100E100720072003C003
+C003C001800180100E7F8D13>I<FCFE7C3838383838101C3C201C3C201C4C200E4E400E
+4E400E8640078780078780070380030300030300160E7F8D19>I<FE3F3C181C100E2007
+4007C0038001C002E004F008701838383CFC7F100E7F8D13>I<FE1F3C0E3C0C1C081C08
+0E100E100720072003C003C003C00180018001000100E200E200A400780010147F8D13>
+I E /Fh 4 53 df<0C003C00CC000C000C000C000C000C000C000C000C000C000C000C00
+0C00FF8009107E8F0F>49 D<1F00618040C08060C0600060006000C00180030006000C00
+102020207FC0FFC00B107F8F0F>I<1F00218060C060C000C0008001800F000080004000
+60C060C060804060801F000B107F8F0F>I<0300030007000F000B001300330023004300
+C300FFE003000300030003001FE00B107F8F0F>I E /Fi 4 53 df<0C001C00EC000C00
+0C000C000C000C000C000C000C000C000C000C000C000C000C000C00FFC00A137D9211>
+49 D<1F0060C06060F070F030603000700070006000C001C00180020004000810101020
+207FE0FFE00C137E9211>I<0FC030707038703870380038003000E00FC0007000380018
+001C601CF01CF018E03860701FC00E137F9211>I<006000E000E00160026006600C6008
+60106020606060C060FFFC0060006000600060006003FC0E137F9211>I
+E /Fj 19 123 df<000FE0200070186001C00460030003E0060001E00E0000E01C000060
+38000060380000207800002070000020F0000000F0000000F0000000F0000000F0000000
+F0000000F0000000F0000000700000207800002038000020380000201C0000400E000040
+060000800300010001C0060000701800000FE0001B1E7D9C21>67
+D<FFF00FF80F0007C00F0003000F0002000F0004000F0008000F0010000F0060000F0080
+000F0100000F0200000F0700000F0F80000F1780000F23C0000F43E0000F81E0000F00F0
+000F00F8000F0078000F003C000F001E000F001F000F000F000F0007800F0007C00F0007
+E0FFF03FFC1E1C7D9B23>75 D<FFFFE0000F0078000F001C000F000E000F0007000F0007
+800F0007800F0007800F0007800F0007800F0007000F000E000F001C000F0078000FFFE0
+000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000
+000F0000000F0000000F000000FFF00000191C7D9B1F>80 D<7FFFFFC0700F01C0600F00
+C0400F0040400F0040C00F0020800F0020800F0020800F0020000F0000000F0000000F00
+00000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F00
+00000F0000000F0000000F0000000F0000000F0000001F800003FFFC001B1C7D9B21>84
+D<7FFFFC7C00787000786000F06001E04001E04003C0400780400780000F00001E00001E
+00003C0000780000780000F00001E00001E00403C0040780040780040F000C1E00081E00
+083C00187800387800F8FFFFF8161C7D9B1C>90 D<00200000700000700000700000B800
+00B80000B800011C00011C00011C00020E00020E0004070004070007FF00080380080380
+0803801801C03803C0FE0FF815157F9419>97 D<FFFF801C03801C00801C00801C00401C
+00401C10401C10001C10001C30001FF0001C30001C10001C10201C10201C00201C00601C
+00401C00C01C01C0FFFFC013157F9417>101 D<00FC200782600E01E01C00E038006078
+0020700020F00020F00000F00000F00000F00FF8F000E0F000E07000E07800E03800E01C
+00E00E00E007836000FC2015157E941B>103 D<FF8FF81C01C01C01C01C01C01C01C01C
+01C01C01C01C01C01C01C01C01C01FFFC01C01C01C01C01C01C01C01C01C01C01C01C01C
+01C01C01C01C01C0FF8FF815157F9419>I<FF801C001C001C001C001C001C001C001C00
+1C001C001C001C001C001C001C001C001C001C001C00FF8009157F940D>I<FF83F81C01
+E01C01801C01001C02001C04001C08001C10001C30001C70001CB8001D1C001E1C001C0E
+001C07001C07801C03801C01C01C01E01C01F0FF83FC16157F941A>107
+D<FC03F81E00E01E004017004013804013C04011C04010E040107040107040103840101C
+40101C40100E401007401007C01003C01001C01000C03800C0FE004015157F9419>110
+D<01F800070E000C03001C03803801C07801E07000E0F000F0F000F0F000F0F000F0F000
+F0F000F0F000F07000E07801E03801C01C03801E0780070E0001F80014157E941A>I<FF
+F8001C0E001C07801C03801C03C01C03C01C03C01C03801C07801C0E001FF8001C1C001C
+0E001C07001C07001C07001C07801C07841C07C41C03CCFF80F816157F9419>114
+D<FF83F81C00E01C00401C00401C00401C00401C00401C00401C00401C00401C00401C00
+401C00401C00401C00401C00400C00C00E008006010003860000FC0015157F9419>117
+D<FF0FF87E3C01E03C3801C0181C02E0101C02E0101C02E0100E0470200E0470200E0470
+2007083840070838400708384003901C8003901C8003901C8001E00F0001E00F0001E00F
+0000C0060000C0060000C006001F157F9423>119 D<FF87F01E03800E03000F02000704
+0003840003C80001D00000F00000F00000700000780000BC00011C00010E00020F000407
+000403800C03C03C03C0FE07F815157F9419>I<FF80FE1E00780E00200F004007004003
+808003C18001C10000E20000E200007400007C0000380000380000380000380000380000
+380000380000380001FF001715809419>I<FFFEF01CC01CC0388038807080E000E001C0
+01C00380070007000E020E021C02380238067006701EFFFE0F157E9415>I
+E /Fk 3 16 df<FFFFFF80FFFFFF8019027D8A20>0 D<01800180018001804182F18F39
+9C0FF003C003C00FF0399CF18F4182018001800180018010127E9215>3
+D<03C00FF01FF83FFC7FFE7FFEFFFFFFFFFFFFFFFF7FFE7FFE3FFC1FF80FF003C010107E
+9115>15 D E /Fl 60 123 df<0001FC3C00060E67000C0EC7001C0DC6001C01C0003801
+C0003803800038038000380380003803800070038007FFFFF80070070000700700007007
+0000E0070000E00E0000E00E0000E00E0000E00E0001C00E0001C01C0001C01C0001C01C
+0001C01C0003801C00038038000380380003803800030038000700300007007000060060
+00C6606000E470C000C8618000703E00002025819C19>11 D<0001FC000703000C03001C
+07001C0300180000380000380000380000380000700007FFFC00701C00701C00701C00E0
+3800E03800E03800E03800E07001C07001C07001C07001C0E201C0E201C0E20380E40380
+64038038038000030000070000060000C60000E40000CC00007000001825819C17>I<E0
+E0E070301018080508749C15>18 D<03070E1C3860C0800808729C15>I<183C3C3C0404
+080810204080060C779C0D>39 D<00030006000800180030006000C000C0018003000300
+060006000C000C001C0018001800380030003000700070006000600060006000E000E000
+E000E000E0006000600060006000600020003000100008000800102A7B9E11>I<001000
+100008000C00040006000600060006000600070007000700070007000600060006000600
+0E000E000C000C001C001800180038003000300060006000C000C001800300030006000C
+00180010006000C000102A809E11>I<183878380808101020404080050C7D830D>44
+D<FFC0FFC0FFC00A037D890F>I<3078F06005047C830D>I<003C0000C600018300030300
+0603000603800E03800C03801C03801C0300380700380700380700380700700E00700E00
+700E00700E00E01C00E01C00E01C00E03800E03800E03000C06000E0600060C000718000
+1E0000111D7B9B15>48 D<00020006000C001C007C039C00380038003800380070007000
+70007000E000E000E000E001C001C001C001C003800380038003800780FFF00F1C7C9B15
+>I<003E0000C1800101800200C00400C00440C00841C00841C00841C008838007038000
+0700000E0001F800003800000C00000C00000E00000E00000E00000E00700E00E01C0080
+1C0080380080300040600021C0001F0000121D7C9B15>51 D<001E000061000081800180
+800300C00300C006018006018006018007030007860003CC0003F00001F000037800063C
+00081E00180E00300E00600600600600600600C00C00C00C00C0180060100060200030C0
+000F0000121D7C9B15>56 D<003C0000C6000183000303000603000E03000C03801C0380
+1C03001C0300380700380700380700380F00380E00181E00181E000C6C00079C00001C00
+001800003800003000006000E0C000E0C0008180008600007C0000111D7B9B15>I<060F
+0F06000000000000000000003078F06008127C910D>I<00001800000018000000380000
+00380000007800000078000000B8000001B800000138000002380000023C0000041C0000
+041C0000081C0000181C0000101C0000201C0000201C00007FFC0000401C0000801C0001
+801C0001001C0002001C0002001C0004000E000C000E001C001E00FF00FFC01A1D7E9C1F
+>65 D<01FFFE00003C0780003803C0003801C0003801C0003801C0007001C0007003C000
+7003C00070078000E0070000E00E0000E03C0000FFF80001C01C0001C00E0001C00F0001
+C00F0003800F0003800F0003800F0003800F0007001E0007001C0007003C00070078000E
+01E000FFFF80001A1C7D9B1D>I<0003F020001E0C60003002E000E003C001C001C00380
+01C0070000C00E0000801E0000801C0000803C0000803C00000078000000780000007800
+0000F0000000F0000000F0000000F0000000F0000400F0000400F0000400F00008007000
+08007000100038002000180040000C0180000706000001F800001B1E7A9C1E>I<01FFFE
+00003C0780003801C0003801C0003800E0003800E0007000F00070007000700070007000
+F000E000F000E000F000E000F000E000F001C001E001C001E001C001E001C001C0038003
+C003800380038007800380070007000E0007001C0007003800070070000E01C000FFFF00
+001C1C7D9B1F>I<01FFFFE0003C00E00038006000380040003800400038004000700040
+00700040007020400070200000E0400000E0400000E0C00000FFC00001C0800001C08000
+01C0800001C0800003810100038001000380020003800200070004000700040007000C00
+070018000E007800FFFFF0001B1C7D9B1C>I<01FFFFC0003C01C0003800C00038008000
+380080003800800070008000700080007020800070200000E0400000E0400000E0C00000
+FFC00001C0800001C0800001C0800001C080000381000003800000038000000380000007
+0000000700000007000000070000000F000000FFF000001A1C7D9B1B>I<01FFCFFE003C
+01E0003801C0003801C0003801C0003801C00070038000700380007003800070038000E0
+070000E0070000E0070000FFFF0001C00E0001C00E0001C00E0001C00E0003801C000380
+1C0003801C0003801C00070038000700380007003800070038000F007800FFE7FF001F1C
+7D9B1F>72 D<01FFC0003C00003800003800003800003800007000007000007000007000
+00E00000E00000E00000E00001C00001C00001C00001C000038000038000038000038000
+0700000700000700000700000F0000FFE000121C7E9B10>I<007FF00007800007000007
+00000700000700000E00000E00000E00000E00001C00001C00001C00001C000038000038
+0000380000380000700000700000700000700060E000E0E000C0C00081C0008380004700
+003C0000141D7B9B16>I<01FFE0003C0000380000380000380000380000700000700000
+700000700000E00000E00000E00000E00001C00001C00001C00001C00003800803800803
+80080380100700100700300700600700E00E03C0FFFFC0151C7D9B1A>76
+D<01FE0007F8003E000780002E000F00002E001700002E001700002E002700004E002E00
+004E004E00004E004E00004E008E00008E011C00008E011C00008E021C00008E021C0001
+070438000107043800010708380001071038000207107000020720700002072070000207
+407000040740E000040780E000040700E0000C0700E0001C0601E000FF861FFC00251C7D
+9B25>I<01FC03FE001C0070003C0060002E0040002E0040002E00400047008000470080
+00470080004380800083810000838100008181000081C1000101C2000101C2000100E200
+0100E2000200E4000200740002007400020074000400380004003800040038000C001800
+1C001000FF8010001F1C7D9B1F>I<0007F000001C1C0000700E0000E0070001C0038003
+800380070003800E0003C01E0003C01C0003C03C0003C03C0003C0780003C0780003C078
+0003C0F0000780F0000780F0000780F0000F00F0000F00F0000E00F0001E00F0003C0070
+003800700070007800E0003801C0001C0380000E0E000003F800001A1E7A9C20>I<01FF
+FC00003C070000380380003801C0003801C0003801C0007003C0007003C0007003C00070
+038000E0078000E0070000E00E0000E0380001FFE00001C0000001C0000001C000000380
+0000038000000380000003800000070000000700000007000000070000000F000000FFE0
+00001A1C7D9B1C>I<01FFF800003C0E0000380700003803800038038000380380007007
+80007007800070078000700F0000E00E0000E01C0000E0700000FFC00001C0C00001C060
+0001C0700001C07000038070000380700003807000038070000700F0000700F0400700F0
+400700F0800F007880FFE0790000001E001A1D7D9B1E>82 D<000F8400304C00403C0080
+1801001803001803001806001006001006000007000007000003E00003FC0001FF00007F
+800007C00001C00001C00000C00000C02000C02000C0600180600180600300600200F004
+00CC180083E000161E7D9C17>I<1FFFFFC01C0701C0300E00C0200E0080600E0080400E
+0080401C0080801C0080801C0080001C0000003800000038000000380000003800000070
+000000700000007000000070000000E0000000E0000000E0000000E0000001C0000001C0
+000001C0000001C0000003C000007FFE00001A1C799B1E>I<FF83FF0FF03C007001C038
+007001803800F001003800F0020038017002003801700400380270040038027008001C04
+7008001C047010001C087010001C087020001C107020001C107040001C207040001C2070
+80001C407180001C407100001C807200001D807200001D007400001E007400001E007800
+001C007800001C00700000180070000018006000001000600000241D779B29>87
+D<FFC00FE00E0007800E0006000F00040007000800070018000780100003802000038040
+0003C0800001C1800001C1000001E2000000E4000000EC000000F8000000700000007000
+0000E0000000E0000000E0000000E0000001C0000001C0000001C0000001C00000038000
+003FF800001B1C789B1F>89 D<03CC063C0C3C181C3838303870387038E070E070E070E0
+70E0E2C0E2C0E261E462643C380F127B9115>97 D<3F00070007000E000E000E000E001C
+001C001C001C0039C03E60383038307038703870387038E070E070E070E060E0E0C0C0C1
+C0618063003C000D1D7B9C13>I<01F007080C08181C3838300070007000E000E000E000
+E000E000E008E010602030C01F000E127B9113>I<001F80000380000380000700000700
+000700000700000E00000E00000E00000E0003DC00063C000C3C00181C00383800303800
+703800703800E07000E07000E07000E07000E0E200C0E200C0E20061E4006264003C3800
+111D7B9C15>I<01E007100C1018083810701070607F80E000E000E000E000E000E00860
+10602030C01F000D127B9113>I<0003C0000670000C70001C60001C00001C0000380000
+380000380000380000380003FF8000700000700000700000700000700000E00000E00000
+E00000E00000E00001C00001C00001C00001C00001C00003800003800003800003000003
+0000070000C60000E60000CC00007800001425819C0D>I<00F3018F030F06070E0E0C0E
+1C0E1C0E381C381C381C381C383830383038187818F00F700070007000E000E0C0C0E1C0
+C3007E00101A7D9113>I<0FC00001C00001C00003800003800003800003800007000007
+00000700000700000E78000E8C000F0E000E0E001C0E001C0E001C0E001C0E00381C0038
+1C00381C00383800703880703880707080707100E03200601C00111D7D9C15>I<018003
+80010000000000000000000000000000001C002600470047008E008E000E001C001C001C
+0038003800710071007100720072003C00091C7C9B0D>I<0FC00001C00001C000038000
+0380000380000380000700000700000700000700000E0F000E11000E23800E43801C8300
+1C80001D00001E00003F800039C00038E00038E00070E20070E20070E20070E400E06400
+603800111D7D9C13>107 D<1F800380038007000700070007000E000E000E000E001C00
+1C001C001C0038003800380038007000700070007000E400E400E400E40068003800091D
+7C9C0B>I<3C1E0780266318C04683A0E04703C0E08E0380E08E0380E00E0380E00E0380
+E01C0701C01C0701C01C0701C01C070380380E0388380E0388380E0708380E0710701C03
+20300C01C01D127C9122>I<3C3C002646004687004707008E07008E07000E07000E0700
+1C0E001C0E001C0E001C1C00381C40381C40383840383880701900300E0012127C9117>
+I<01E007180C0C180C380C300E700E700EE01CE01CE01CE018E038E030E06060C031801E
+000F127B9115>I<07870004D98008E0C008E0C011C0E011C0E001C0E001C0E00381C003
+81C00381C00381800703800703000707000706000E8C000E70000E00000E00001C00001C
+00001C00001C00003C0000FF8000131A7F9115>I<03C4062C0C3C181C38383038703870
+38E070E070E070E070E0E0C0E0C0E061E063C03DC001C001C0038003800380038007803F
+F00E1A7B9113>I<3C3C26C2468747078E068E000E000E001C001C001C001C0038003800
+380038007000300010127C9112>I<01F006080C080C1C18181C001F001FC00FF007F000
+7800386030E030C030806060C01F000E127D9111>I<00C001C001C001C0038003800380
+0380FFE00700070007000E000E000E000E001C001C001C001C0038403840384038801900
+0E000B1A7D990E>I<1E0300270700470700470700870E00870E000E0E000E0E001C1C00
+1C1C001C1C001C1C003838803838801838801839001C5900078E0011127C9116>I<1E06
+270E470E4706870287020E020E021C041C041C041C0818083808181018200C4007800F12
+7C9113>I<1E01832703874703874703838707018707010E07010E07011C0E021C0E021C
+0E021C0E04180C04181C04181C081C1C100C263007C3C018127C911C>I<070E00199100
+10E38020E38041C30041C00001C00001C000038000038000038000038000070200670200
+E70400CB04008B080070F00011127D9113>I<1E03270747074707870E870E0E0E0E0E1C
+1C1C1C1C1C1C1C38383838183818381C7007F00070007000E0E0C0E1C0818047003C0010
+1A7C9114>I<038207C20FEC083810080010002000400080010002000400080810083830
+67F043E081C00F127D9111>I E /Fm 5 111 df<00F000030C000E06041C070438070830
+0708700790700790E003A0E003A0E003C0E00380E00380E00380600780601B883061900F
+80E016127E911B>11 D<0001F000061800080C00100C00200E00400E00800E00801C0100
+1C010018010038020FF00210C0020FE00200300400300400300400380400380800700800
+700800700800E01800E01800C0140180140300230E0020F8002000002000004000004000
+0040000040000080000080000017257F9C17>I<60F0F06004047C830C>58
+D<0007E00000E00000E00001C00001C00001C00001C000038000038000038000038001E7
+000717000C0F00180F00380E00300E00700E00700E00E01C00E01C00E01C00E01C00E038
+80E03880E038806078803199001E0E00131D7E9C16>100 D<381F004E61804681C04701
+C08F01C08E01C00E01C00E01C01C03801C03801C03801C0700380710380710380E10380E
+2070064030038014127E9119>110 D E /Fn 84 128 df<007E1F0001C1B1800303E3C0
+0703C3C00E03C1800E01C0000E01C0000E01C0000E01C0000E01C0000E01C000FFFFFC00
+0E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C000
+0E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0007F87FC001A1D809C
+18>11 D<007E0001C1800301800703C00E03C00E01800E00000E00000E00000E00000E00
+00FFFFC00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01
+C00E01C00E01C00E01C00E01C00E01C07F87F8151D809C17>I<007FC001C1C00303C007
+03C00E01C00E01C00E01C00E01C00E01C00E01C00E01C0FFFFC00E01C00E01C00E01C00E
+01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E
+01C07FCFF8151D809C17>I<003F07E00001C09C18000380F018000701F03C000E01E03C
+000E00E018000E00E000000E00E000000E00E000000E00E000000E00E00000FFFFFFFC00
+0E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E
+00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00
+E01C000E00E01C007FC7FCFF80211D809C23>I<1C1C3C3870C0800607779C15>19
+D<6060F0F0F8F86868080808080808101010102020404080800D0C7F9C15>34
+D<0F0000C0188000C030600380703807006027FB00E0100600E0100C00E0100C00E01018
+00E0101800E0103000E0106000602060007020C00030418000188180000F0303C0000606
+2000060C10000C1C08001818080018380400303804006038040060380400C0380400C038
+04018038040300180803001C0806000C100C000620040003C01E217E9E23>37
+D<60F0F8680808081010204080050C7C9C0C>39 D<004000800100020006000C000C0018
+001800300030007000600060006000E000E000E000E000E000E000E000E000E000E000E0
+00E000600060006000700030003000180018000C000C00060002000100008000400A2A7D
+9E10>I<800040002000100018000C000C000600060003000300038001800180018001C0
+01C001C001C001C001C001C001C001C001C001C001C00180018001800380030003000600
+06000C000C00180010002000400080000A2A7E9E10>I<00060000000600000006000000
+060000000600000006000000060000000600000006000000060000000600000006000000
+060000FFFFFFE0FFFFFFE000060000000600000006000000060000000600000006000000
+0600000006000000060000000600000006000000060000000600001B1C7E9720>43
+D<60F0F0701010101020204080040C7C830C>I<FFE0FFE00B0280890E>I<60F0F0600404
+7C830C>I<00010003000600060006000C000C000C001800180018003000300030006000
+6000C000C000C0018001800180030003000300060006000C000C000C0018001800180030
+0030003000600060006000C000C00010297E9E15>I<03C00C301818300C300C700E6006
+6006E007E007E007E007E007E007E007E007E007E007E007E007E00760066006700E300C
+300C18180C3007E0101D7E9B15>I<030007003F00C70007000700070007000700070007
+000700070007000700070007000700070007000700070007000700070007000F80FFF80D
+1C7C9B15>I<07C01830201C400C400EF00FF80FF807F8077007000F000E000E001C001C
+00380070006000C00180030006010C01180110023FFE7FFEFFFE101C7E9B15>I<07E018
+30201C201C781E780E781E381E001C001C00180030006007E00030001C001C000E000F00
+0F700FF80FF80FF80FF00E401C201C183007E0101D7E9B15>I<000C00000C00001C0000
+3C00003C00005C0000DC00009C00011C00031C00021C00041C000C1C00081C00101C0030
+1C00201C00401C00C01C00FFFFC0001C00001C00001C00001C00001C00001C00001C0001
+FFC0121C7F9B15>I<300C3FF83FF03FC020002000200020002000200023E02430281830
+1C200E000E000F000F000F600FF00FF00FF00F800E401E401C2038187007C0101D7E9B15
+>I<00F0030C06040C0E181E301E300C700070006000E3E0E430E818F00CF00EE006E007
+E007E007E007E007600760077006300E300C18180C3003E0101D7E9B15>I<4000007FFF
+807FFF007FFF0040020080040080040080080000100000100000200000600000400000C0
+0000C00001C0000180000180000380000380000380000380000780000780000780000780
+00078000078000030000111D7E9B15>I<03E00C301008200C2006600660066006700678
+0C3E083FB01FE007F007F818FC307E601E600FC007C003C003C003C00360026004300C1C
+1007E0101D7E9B15>I<03C00C301818300C700C600EE006E006E007E007E007E007E007
+6007700F300F18170C2707C700060006000E300C780C78187010203030C00F80101D7E9B
+15>I<60F0F0600000000000000000000060F0F06004127C910C>I<60F0F0600000000000
+000000000060F0F0701010101020204080041A7C910C>I<7FFFFFC0FFFFFFE000000000
+00000000000000000000000000000000000000000000000000000000FFFFFFE07FFFFFC0
+1B0C7E8F20>61 D<0FE03038401CE00EF00EF00EF00E000C001C0030006000C000800180
+0100010001000100010001000000000000000000000003000780078003000F1D7E9C14>
+63 D<000600000006000000060000000F0000000F0000000F0000001780000017800000
+1780000023C0000023C0000023C0000041E0000041E0000041E0000080F0000080F00001
+80F8000100780001FFF80003007C0002003C0002003C0006003E0004001E0004001E000C
+001F001E001F00FF80FFF01C1D7F9C1F>65 D<FFFFC00F00F00F00380F003C0F001C0F00
+1E0F001E0F001E0F001E0F001C0F003C0F00780F01F00FFFE00F00780F003C0F001E0F00
+0E0F000F0F000F0F000F0F000F0F000F0F001E0F001E0F003C0F0078FFFFE0181C7E9B1D
+>I<001F808000E0618001801980070007800E0003801C0003801C000180380001807800
+00807800008070000080F0000000F0000000F0000000F0000000F0000000F0000000F000
+0000F0000000700000807800008078000080380000801C0001001C0001000E0002000700
+04000180080000E03000001FC000191E7E9C1E>I<FFFFC0000F00F0000F003C000F000E
+000F0007000F0007000F0003800F0003C00F0001C00F0001C00F0001E00F0001E00F0001
+E00F0001E00F0001E00F0001E00F0001E00F0001E00F0001C00F0001C00F0003C00F0003
+800F0007800F0007000F000E000F001C000F007000FFFFC0001B1C7E9B20>I<FFFFFC0F
+003C0F000C0F00040F00040F00060F00020F00020F02020F02000F02000F02000F06000F
+FE000F06000F02000F02000F02000F02010F00010F00020F00020F00020F00060F00060F
+000C0F003CFFFFFC181C7E9B1C>I<FFFFF80F00780F00180F00080F00080F000C0F0004
+0F00040F02040F02000F02000F02000F06000FFE000F06000F02000F02000F02000F0200
+0F00000F00000F00000F00000F00000F00000F00000F8000FFF800161C7E9B1B>I<001F
+808000E0618001801980070007800E0003801C0003801C00018038000180780000807800
+008070000080F0000000F0000000F0000000F0000000F0000000F0000000F000FFF0F000
+0F80700007807800078078000780380007801C0007801C0007800E00078007000B800180
+118000E06080001F80001C1E7E9C21>I<FFF3FFC00F003C000F003C000F003C000F003C
+000F003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C000FFFFC
+000F003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C
+000F003C000F003C000F003C000F003C00FFF3FFC01A1C7E9B1F>I<FFF00F000F000F00
+0F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F00
+0F000F000F000F000F00FFF00C1C7F9B0F>I<1FFF00F800780078007800780078007800
+780078007800780078007800780078007800780078007800787078F878F878F878F0F040
+E021C01F00101D7F9B15>I<FFF03FE00F000F000F000C000F0008000F0010000F002000
+0F0040000F0080000F0100000F0200000F0400000F0E00000F1F00000F2F00000F278000
+0F4780000F83C0000F01E0000F01E0000F00F0000F00F8000F0078000F003C000F003C00
+0F001E000F001F000F001F80FFF07FF01C1C7E9B20>I<FFF8000F80000F00000F00000F
+00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F
+00000F00000F00080F00080F00080F00180F00180F00100F00300F00700F01F0FFFFF015
+1C7E9B1A>I<FF8000FF800F8000F8000F8000F8000BC00178000BC00178000BC0017800
+09E002780009E002780008F004780008F004780008F00478000878087800087808780008
+78087800083C107800083C107800083C107800081E207800081E207800081E207800080F
+407800080F40780008078078000807807800080780780008030078001C03007800FF8307
+FF80211C7E9B26>I<FF007FC00F800E000F8004000BC0040009E0040009E0040008F004
+0008F8040008780400083C0400083C0400081E0400080F0400080F0400080784000807C4
+000803C4000801E4000801E4000800F40008007C0008007C0008003C0008003C0008001C
+0008000C001C000C00FF8004001A1C7E9B1F>I<003F800000E0E0000380380007001C00
+0E000E001C0007003C00078038000380780003C0780003C0700001C0F00001E0F00001E0
+F00001E0F00001E0F00001E0F00001E0F00001E0F00001E0700001C0780003C0780003C0
+380003803C0007801C0007000E000E0007001C000380380000E0E000003F80001B1E7E9C
+20>I<FFFF800F00E00F00780F003C0F001C0F001E0F001E0F001E0F001E0F001E0F001C
+0F003C0F00780F00E00FFF800F00000F00000F00000F00000F00000F00000F00000F0000
+0F00000F00000F00000F0000FFF000171C7E9B1C>I<003F800000E0E000038038000700
+1C000E000E001C0007003C00078038000380780003C0780003C0700001C0F00001E0F000
+01E0F00001E0F00001E0F00001E0F00001E0F00001E0F00001E0700001C0780003C07800
+03C0380003803C0E07801C1107000E208E0007205C0003A0780000F0E020003FE0200000
+602000003060000038E000003FC000003FC000001F8000000F001B257E9C20>I<FFFF00
+000F01E0000F0078000F003C000F001C000F001E000F001E000F001E000F001E000F001C
+000F003C000F0078000F01E0000FFF00000F03C0000F00E0000F00F0000F0078000F0078
+000F0078000F0078000F0078000F0078000F0078100F0078100F0038100F003C20FFF01C
+20000007C01C1D7E9B1F>I<07E0801C1980300580700380600180E00180E00080E00080
+E00080F00000F800007C00007FC0003FF8001FFE0007FF0000FF80000F800007C00003C0
+0001C08001C08001C08001C0C00180C00180E00300D00200CC0C0083F800121E7E9C17>
+I<7FFFFFC0700F01C0600F00C0400F0040400F0040C00F0020800F0020800F0020800F00
+20000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F00
+00000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000001F80
+0003FFFC001B1C7F9B1E>I<FFF07FC00F000E000F0004000F0004000F0004000F000400
+0F0004000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F000400
+0F0004000F0004000F0004000F0004000F0004000F0004000F0004000700080007800800
+038010000180100000C020000070C000001F00001A1D7E9B1F>I<FFE00FF01F0003C00F
+0001800F0001000F800300078002000780020003C0040003C0040003C0040001E0080001
+E0080001F0080000F0100000F0100000F830000078200000782000003C4000003C400000
+3C4000001E8000001E8000001F8000000F0000000F00000006000000060000000600001C
+1D7F9B1F>I<FFE0FFE0FF1F001F003C1E001E00180F001F00100F001F00100F001F0010
+07801F00200780278020078027802003C027804003C043C04003C043C04003E043C04001
+E081E08001E081E08001E081E08000F100F10000F100F10000F100F100007900FA00007A
+007A00007A007A00003E007C00003C003C00003C003C00003C003C000018001800001800
+18000018001800281D7F9B2B>I<FFF007FC0F8001E00780008007C0018003C0010003E0
+020001F0020000F0040000F8040000780800007C1800003C1000001E2000001F2000000F
+4000000FC000000780000007800000078000000780000007800000078000000780000007
+8000000780000007800000078000007FF8001E1C809B1F>89 D<FEFEC0C0C0C0C0C0C0C0
+C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0FEFE07297C9E0C
+>91 D<08081010202040404040808080808080B0B0F8F8787830300D0C7A9C15>I<FEFE
+060606060606060606060606060606060606060606060606060606060606060606060606
+06FEFE0729809E0C>I<1FC000307000783800781C00301C00001C00001C0001FC000F1C
+00381C00701C00601C00E01C40E01C40E01C40603C40304E801F870012127E9115>97
+D<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C7C
+001D86001E03001C01801C01C01C00C01C00E01C00E01C00E01C00E01C00E01C00E01C00
+C01C01C01C01801E030019060010F800131D7F9C17>I<07E00C301878307870306000E0
+00E000E000E000E000E00060007004300418080C3007C00E127E9112>I<003F00000700
+00070000070000070000070000070000070000070000070000070003E7000C1700180F00
+300700700700600700E00700E00700E00700E00700E00700E00700600700700700300700
+180F000C370007C7E0131D7E9C17>I<03E00C301818300C700E6006E006FFFEE000E000
+E000E00060007002300218040C1803E00F127F9112>I<00F8018C071E061E0E0C0E000E
+000E000E000E000E00FFE00E000E000E000E000E000E000E000E000E000E000E000E000E
+000E000E000E007FE00F1D809C0D>I<00038003C4C00C38C01C3880181800381C00381C
+00381C00381C001818001C38000C300013C0001000003000001800001FF8001FFF001FFF
+803003806001C0C000C0C000C0C000C06001803003001C0E0007F800121C7F9215>I<FC
+00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C7C001C
+87001D03001E03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C
+03801C03801C03801C0380FF9FF0141D7F9C17>I<18003C003C00180000000000000000
+00000000000000FC001C001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C00FF80091D7F9C0C>I<00C001E001E000C00000000000000000000000000000
+0FE000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E0
+00E000E000E060E0F0C0F1C061803E000B25839C0D>I<FC00001C00001C00001C00001C
+00001C00001C00001C00001C00001C00001C00001C3FC01C0F001C0C001C08001C10001C
+20001C40001CE0001DE0001E70001C78001C38001C3C001C1C001C0E001C0F001C0F80FF
+9FE0131D7F9C16>I<FC001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C001C001C001C001C001C001C001C001C001C001C001C001C00FF80091D7F9C0C
+>I<FC7E07E0001C838838001D019018001E01E01C001C01C01C001C01C01C001C01C01C
+001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C00
+1C01C01C001C01C01C001C01C01C00FF8FF8FF8021127F9124>I<FC7C001C87001D0300
+1E03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C0380
+1C03801C0380FF9FF014127F9117>I<03F0000E1C00180600300300700380600180E001
+C0E001C0E001C0E001C0E001C0E001C06001807003803003001806000E1C0003F0001212
+7F9115>I<FC7C001D86001E03001C01801C01C01C00C01C00E01C00E01C00E01C00E01C
+00E01C00E01C01C01C01C01C01801E03001D06001CF8001C00001C00001C00001C00001C
+00001C00001C0000FF8000131A7F9117>I<03C1000C3300180B00300F00700700700700
+E00700E00700E00700E00700E00700E00700600700700700300F00180F000C370007C700
+000700000700000700000700000700000700000700003FE0131A7E9116>I<FCE01D301E
+781E781C301C001C001C001C001C001C001C001C001C001C001C001C00FFC00D127F9110
+>I<1F9030704030C010C010E010F8007F803FE00FF000F880388018C018C018E010D060
+8FC00D127F9110>I<04000400040004000C000C001C003C00FFE01C001C001C001C001C
+001C001C001C001C001C101C101C101C101C100C100E2003C00C1A7F9910>I<FC1F801C
+03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C
+03801C07800C07800E1B8003E3F014127F9117>I<FF07E03C03801C01001C01000E0200
+0E020007040007040007040003880003880003D80001D00001D00000E00000E00000E000
+00400013127F9116>I<FF3FCFE03C0F03801C0701801C0701001C0B01000E0B82000E0B
+82000E1182000711C4000711C4000720C40003A0E80003A0E80003C0680001C0700001C0
+700001803000008020001B127F911E>I<7F8FF00F03800F030007020003840001C80001
+D80000F00000700000780000F800009C00010E00020E000607000403801E07C0FF0FF815
+12809116>I<FF07E03C03801C01001C01000E02000E0200070400070400070400038800
+03880003D80001D00001D00000E00000E00000E000004000004000008000008000F08000
+F10000F300006600003C0000131A7F9116>I<7FFC70386038407040F040E041C003C003
+8007000F040E041C043C0C380870087038FFF80E127F9112>I<FFFFF01401808B15>I<60
+60F0F0F0F060600C047C9C15>127 D E /Fo 38 121 df<000E00001E00007E0007FE00
+FFFE00FFFE00F8FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE00
+00FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE00
+00FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE007FFFFE7FFFFE7FFFFE17277B
+A622>49 D<00FF800003FFF0000FFFFC001F03FE003800FF007C007F80FE003FC0FF003F
+C0FF003FE0FF001FE0FF001FE07E001FE03C003FE000003FE000003FC000003FC000007F
+8000007F000000FE000000FC000001F8000003F0000003E00000078000000F0000001E00
+00003C00E0007000E000E000E001C001C0038001C0070001C00FFFFFC01FFFFFC03FFFFF
+C07FFFFFC0FFFFFF80FFFFFF80FFFFFF801B277DA622>I<007F800003FFF00007FFFC00
+0F81FE001F00FF003F80FF003F807F803F807F803F807F801F807F800F007F800000FF00
+0000FF000000FE000001FC000001F8000007F00000FFC00000FFF0000001FC0000007E00
+00007F0000007F8000003FC000003FC000003FE000003FE03C003FE07E003FE0FF003FE0
+FF003FE0FF003FC0FF007FC07E007F807C007F003F01FE001FFFFC0007FFF00000FF8000
+1B277DA622>I<00000E0000001E0000003E0000007E000000FE000000FE000001FE0000
+03FE0000077E00000E7E00000E7E00001C7E0000387E0000707E0000E07E0000E07E0001
+C07E0003807E0007007E000E007E000E007E001C007E0038007E0070007E00E0007E00FF
+FFFFF8FFFFFFF8FFFFFFF80000FE000000FE000000FE000000FE000000FE000000FE0000
+00FE000000FE00007FFFF8007FFFF8007FFFF81D277EA622>I<0C0003000F803F000FFF
+FE000FFFFC000FFFF8000FFFF0000FFFE0000FFFC0000FFE00000E0000000E0000000E00
+00000E0000000E0000000E0000000E7FC0000FFFF8000F80FC000E003E000C003F000000
+1F8000001FC000001FC000001FE000001FE018001FE07C001FE0FE001FE0FE001FE0FE00
+1FE0FE001FC0FC001FC078003F8078003F803C007F001F01FE000FFFF80003FFF00000FF
+80001B277DA622>I<0007F000003FFC0000FFFE0001FC0F0003F01F8007E03F800FC03F
+801FC03F801F803F803F801F003F8000007F0000007F0000007F000000FF000000FF0FC0
+00FF3FF800FF707C00FFC03E00FFC03F00FF801F80FF801FC0FF001FC0FF001FE0FF001F
+E0FF001FE07F001FE07F001FE07F001FE07F001FE03F001FE03F001FC01F801FC01F803F
+800FC03F0007E07E0003FFFC0000FFF000003FC0001B277DA622>I<0000038000000000
+07C00000000007C0000000000FE0000000000FE0000000000FE0000000001FF000000000
+1FF0000000003FF8000000003FF8000000003FF80000000073FC0000000073FC00000000
+F3FE00000000E1FE00000000E1FE00000001C0FF00000001C0FF00000003C0FF80000003
+807F80000007807FC0000007003FC0000007003FC000000E003FE000000E001FE000001E
+001FF000001C000FF000001FFFFFF000003FFFFFF800003FFFFFF80000780007FC000070
+0003FC0000700003FC0000E00001FE0000E00001FE0001E00001FF0001C00000FF0001C0
+0000FF00FFFE001FFFFEFFFE001FFFFEFFFE001FFFFE2F297EA834>65
+D<00003FF001800003FFFE0380000FFFFF8780003FF007DF8000FF8001FF8001FE00007F
+8003FC00003F8007F000001F800FF000000F801FE0000007801FE0000007803FC0000007
+803FC0000003807FC0000003807F80000003807F8000000000FF8000000000FF80000000
+00FF8000000000FF8000000000FF8000000000FF8000000000FF8000000000FF80000000
+00FF80000000007F80000000007F80000000007FC0000003803FC0000003803FC0000003
+801FE0000003801FE0000007000FF00000070007F000000E0003FC00001E0001FE00003C
+0000FF8000F800003FF007E000000FFFFFC0000003FFFF000000003FF8000029297CA832
+>67 D<FFFFFFF80000FFFFFFFF8000FFFFFFFFE00003FC001FF80003FC0007FC0003FC00
+01FE0003FC0000FF0003FC00007F8003FC00003FC003FC00001FC003FC00001FE003FC00
+001FE003FC00000FF003FC00000FF003FC00000FF003FC00000FF003FC00000FF803FC00
+000FF803FC00000FF803FC00000FF803FC00000FF803FC00000FF803FC00000FF803FC00
+000FF803FC00000FF803FC00000FF803FC00000FF003FC00000FF003FC00000FF003FC00
+001FE003FC00001FE003FC00001FC003FC00003FC003FC00007F8003FC00007F0003FC00
+01FE0003FC0003FC0003FC001FF800FFFFFFFFE000FFFFFFFF8000FFFFFFFC00002D297D
+A835>I<FFFFFFFFE0FFFFFFFFE0FFFFFFFFE003FC001FE003FC0007F003FC0001F003FC
+0001F003FC0000F003FC00007003FC00007003FC00007003FC01C07803FC01C03803FC01
+C03803FC01C03803FC03C00003FC03C00003FC0FC00003FFFFC00003FFFFC00003FFFFC0
+0003FC0FC00003FC03C00003FC03C00003FC01C00E03FC01C00E03FC01C00E03FC01C01C
+03FC00001C03FC00001C03FC00001C03FC00003C03FC00003803FC00007803FC0000F803
+FC0001F803FC0003F803FC001FF8FFFFFFFFF0FFFFFFFFF0FFFFFFFFF027297DA82D>I<
+FFFFFFFFC0FFFFFFFFC0FFFFFFFFC003FC003FC003FC000FE003FC0003E003FC0001E003
+FC0001E003FC0000E003FC0000E003FC0000E003FC0000F003FC03807003FC03807003FC
+03807003FC03800003FC07800003FC07800003FC1F800003FFFF800003FFFF800003FFFF
+800003FC1F800003FC07800003FC07800003FC03800003FC03800003FC03800003FC0380
+0003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC000000
+03FC00000003FC000000FFFFFC0000FFFFFC0000FFFFFC000024297DA82B>I<FFFFF01F
+FFFEFFFFF01FFFFEFFFFF01FFFFE03FC00007F8003FC00007F8003FC00007F8003FC0000
+7F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC0000
+7F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FFFFFF
+FF8003FFFFFFFF8003FFFFFFFF8003FC00007F8003FC00007F8003FC00007F8003FC0000
+7F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC0000
+7F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC0000
+7F8003FC00007F80FFFFF01FFFFEFFFFF01FFFFEFFFFF01FFFFE2F297DA836>72
+D<FFFFFCFFFFFCFFFFFC01FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE
+0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE
+0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE
+0001FE0001FE00FFFFFCFFFFFCFFFFFC16297EA81A>I<FFFFFFF800FFFFFFFF00FFFFFF
+FFC003FC003FE003FC000FF003FC0007F803FC0007FC03FC0003FC03FC0003FE03FC0003
+FE03FC0003FE03FC0003FE03FC0003FE03FC0003FE03FC0003FE03FC0003FC03FC0007FC
+03FC0007F803FC000FF003FC003FE003FFFFFF8003FFFFFE0003FC00000003FC00000003
+FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC
+00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC000000FFFFF0
+0000FFFFF00000FFFFF0000027297DA82F>80 D<FFFFFFE00000FFFFFFFE0000FFFFFFFF
+800003FC007FE00003FC000FF00003FC0007F80003FC0007FC0003FC0003FC0003FC0003
+FE0003FC0003FE0003FC0003FE0003FC0003FE0003FC0003FE0003FC0003FE0003FC0003
+FC0003FC0007F80003FC0007F80003FC001FE00003FC007FC00003FFFFFE000003FFFFF0
+000003FC00FC000003FC007F000003FC003F800003FC003F800003FC001FC00003FC001F
+E00003FC001FE00003FC001FE00003FC001FE00003FC001FE00003FC001FF00003FC001F
+F00003FC001FF00003FC001FF00703FC001FF80703FC000FF80703FC0007F80EFFFFF003
+FE1CFFFFF001FFF8FFFFF0003FF030297DA834>82 D<7FFFFFFFFFC07FFFFFFFFFC07FFF
+FFFFFFC07F803FC03FC07E003FC007C078003FC003C078003FC003C070003FC001C0F000
+3FC001E0F0003FC001E0E0003FC000E0E0003FC000E0E0003FC000E0E0003FC000E0E000
+3FC000E000003FC0000000003FC0000000003FC0000000003FC0000000003FC000000000
+3FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000000000
+3FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC000000000
+3FC0000000003FC0000000003FC0000000003FC0000000003FC00000007FFFFFE000007F
+FFFFE000007FFFFFE0002B287EA730>84 D<FFFFE07FFFF007FFF0FFFFE07FFFF007FFF0
+FFFFE07FFFF007FFF003FC0001FE00001C0003FC0001FE00001C0001FE0001FF00003800
+01FE0000FF0000380001FF0000FF0000780000FF0000FF8000700000FF0000FF80007000
+00FF8000FF8000F000007F8001FFC000E000007F8001FFC000E000003FC003FFE001C000
+003FC0039FE001C000003FE0039FE003C000001FE0070FF0038000001FE0070FF0038000
+001FF00F0FF0078000000FF00E07F8070000000FF00E07F80700000007F81E07FC0E0000
+0007F81C03FC0E00000007FC1C03FC1E00000003FC3801FE1C00000003FC3801FE1C0000
+0001FE7801FF3800000001FE7000FF3800000001FE7000FF3800000000FFF000FFF00000
+0000FFE0007FF000000000FFE0007FF0000000007FC0003FE0000000007FC0003FE00000
+00003FC0003FC0000000003F80001FC0000000003F80001FC0000000001F80001F800000
+00001F00000F80000000001F00000F80000000000E00000700000044297FA847>87
+D<01FF800007FFF0000F81F8001FC07E001FC07E001FC03F000F803F8007003F8000003F
+8000003F8000003F80000FFF8000FFFF8007FC3F800FE03F803F803F803F003F807F003F
+80FE003F80FE003F80FE003F80FE003F807E007F807F00DF803F839FFC0FFF0FFC01FC03
+FC1E1B7E9A21>97 D<001FF80000FFFE0003F01F0007E03F800FC03F801F803F803F801F
+007F800E007F0000007F000000FF000000FF000000FF000000FF000000FF000000FF0000
+00FF0000007F0000007F0000007F8000003F8001C01F8001C00FC0038007E0070003F01E
+0000FFFC00001FE0001A1B7E9A1F>99 D<00003FF80000003FF80000003FF800000003F8
+00000003F800000003F800000003F800000003F800000003F800000003F800000003F800
+000003F800000003F800000003F800000003F800001FE3F80000FFFBF80003F03FF80007
+E00FF8000FC007F8001F8003F8003F8003F8007F0003F8007F0003F8007F0003F800FF00
+03F800FF0003F800FF0003F800FF0003F800FF0003F800FF0003F800FF0003F8007F0003
+F8007F0003F8007F0003F8003F8003F8001F8003F8000F8007F80007C00FF80003F03BFF
+8000FFF3FF80003FC3FF80212A7EA926>I<003FE00001FFF80003F07E0007C01F000F80
+1F801F800F803F800FC07F000FC07F0007C07F0007E0FF0007E0FF0007E0FFFFFFE0FFFF
+FFE0FF000000FF000000FF0000007F0000007F0000007F0000003F8000E01F8000E00FC0
+01C007E0038003F81F0000FFFE00001FF0001B1B7E9A20>I<0007F0003FFC00FE3E01F8
+7F03F87F03F07F07F07F07F03E07F00007F00007F00007F00007F00007F00007F000FFFF
+C0FFFFC0FFFFC007F00007F00007F00007F00007F00007F00007F00007F00007F00007F0
+0007F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F0007FFF
+807FFF807FFF80182A7EA915>I<00FF81F003FFE7F80FC1FE7C1F80FC7C1F007C383F00
+7E107F007F007F007F007F007F007F007F007F007F007F007F003F007E001F007C001F80
+FC000FC1F8001FFFE00018FF800038000000380000003C0000003E0000003FFFF8001FFF
+FF001FFFFF800FFFFFC007FFFFE01FFFFFF03E0007F07C0001F8F80000F8F80000F8F800
+00F8F80000F87C0001F03C0001E01F0007C00FC01F8003FFFE00007FF0001E287E9A22>
+I<FFE0000000FFE0000000FFE00000000FE00000000FE00000000FE00000000FE0000000
+0FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000F
+E00000000FE07F00000FE1FFC0000FE787E0000FEE03F0000FF803F0000FF803F8000FF0
+03F8000FF003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003
+F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8
+000FE003F8000FE003F8000FE003F800FFFE3FFF80FFFE3FFF80FFFE3FFF80212A7DA926
+>I<07000F801FC03FE03FE03FE01FC00F8007000000000000000000000000000000FFE0
+FFE0FFE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE0
+0FE00FE00FE00FE00FE0FFFEFFFEFFFE0F2B7DAA14>I<FFE00000FFE00000FFE000000F
+E000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000F
+E000000FE000000FE000000FE01FFC0FE01FFC0FE01FFC0FE007800FE00F000FE01E000F
+E03C000FE078000FE0E0000FE3C0000FE7C0000FEFE0000FFFE0000FFFF0000FF3F8000F
+E3F8000FC1FC000FC0FE000FC07F000FC07F000FC03F800FC01FC00FC00FC00FC00FE0FF
+FC3FFEFFFC3FFEFFFC3FFE1F2A7EA924>107 D<FFE0FFE0FFE00FE00FE00FE00FE00FE0
+0FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE0
+0FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE0FFFEFFFEFFFE0F2A7DA9
+14>I<FFC07F800FF000FFC1FFE03FFC00FFC383F0707E000FC603F8C07F000FCC01F980
+3F000FD801FF003F800FF001FE003F800FF001FE003F800FE001FC003F800FE001FC003F
+800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F80
+0FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F800F
+E001FC003F800FE001FC003F800FE001FC003F800FE001FC003F80FFFE1FFFC3FFF8FFFE
+1FFFC3FFF8FFFE1FFFC3FFF8351B7D9A3A>I<FFC07F0000FFC1FFC000FFC787E0000FCE
+03F0000FD803F0000FD803F8000FF003F8000FF003F8000FE003F8000FE003F8000FE003
+F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8
+000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F800FFFE3FFF80
+FFFE3FFF80FFFE3FFF80211B7D9A26>I<003FE00001FFFC0003F07E000FC01F801F800F
+C03F800FE03F0007E07F0007F07F0007F07F0007F0FF0007F8FF0007F8FF0007F8FF0007
+F8FF0007F8FF0007F8FF0007F8FF0007F87F0007F07F0007F03F800FE03F800FE01F800F
+C00FC01F8007F07F0001FFFC00003FE0001D1B7E9A22>I<FFE1FE0000FFE7FF8000FFFE
+07E0000FF803F0000FF001F8000FE000FC000FE000FE000FE000FF000FE0007F000FE000
+7F000FE0007F800FE0007F800FE0007F800FE0007F800FE0007F800FE0007F800FE0007F
+800FE0007F000FE000FF000FE000FF000FE000FE000FE001FC000FF001F8000FF803F000
+0FFE0FE0000FE7FF80000FE1FC00000FE00000000FE00000000FE00000000FE00000000F
+E00000000FE00000000FE00000000FE00000000FE0000000FFFE000000FFFE000000FFFE
+00000021277E9A26>I<FFC1F0FFC7FCFFCE3E0FD87F0FD87F0FF07F0FF03E0FF01C0FE0
+000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0
+000FE0000FE0000FE000FFFF00FFFF00FFFF00181B7E9A1C>114
+D<03FE300FFFF01E03F03800F0700070F00070F00070F80070FC0000FFE0007FFE007FFF
+803FFFE01FFFF007FFF800FFF80003FC0000FC60007CE0003CF0003CF00038F80038FC00
+70FF01E0F7FFC0C1FF00161B7E9A1B>I<00700000700000700000700000F00000F00000
+F00001F00003F00003F00007F0001FFFF0FFFFF0FFFFF007F00007F00007F00007F00007
+F00007F00007F00007F00007F00007F00007F00007F00007F00007F03807F03807F03807
+F03807F03807F03803F03803F87001F86000FFC0001F8015267FA51B>I<FFE03FF800FF
+E03FF800FFE03FF8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE0
+03F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003
+F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE007F80007E007F8
+0007E00FF80003F03BFF8001FFF3FF80003FC3FF80211B7D9A26>I<FFFE03FF80FFFE03
+FF80FFFE03FF8007F000700007F000700007F800F00003F800E00003FC01E00001FC01C0
+0001FC01C00000FE03800000FE038000007F070000007F070000007F8F0000003F8E0000
+003FDE0000001FDC0000001FDC0000000FF80000000FF80000000FF800000007F0000000
+07F000000003E000000003E000000001C00000211B7F9A24>I<FFFE7FFC0FFEFFFE7FFC
+0FFEFFFE7FFC0FFE0FE007E000E007F003F001C007F003F001C007F807F803C003F807F8
+038003F807F8038001FC0EFC070001FC0EFC070001FE1EFC0F0000FE1C7E0E0000FE1C7E
+0E0000FF383F1E00007F383F1C00007F783F3C00003FF01FB800003FF01FB800003FF01F
+F800001FE00FF000001FE00FF000000FC007E000000FC007E000000FC007E00000078003
+C00000078003C0002F1B7F9A32>I<FFFC0FFF00FFFC0FFF00FFFC0FFF0007F003C00003
+F807800001FC07800000FE0F000000FF1E0000007F3C0000003FF80000001FF00000000F
+F00000000FF000000007F000000007F80000000FFC0000001FFE0000001EFE0000003C7F
+000000783F800000F01FC00001E01FE00001C00FE00003C007F000FFF01FFF80FFF01FFF
+80FFF01FFF80211B7F9A24>I E /Fp 1 49 df<081C1C3838383070706060C0C0060D7E
+8D09>48 D E /Fq 3 101 df<03E0000638101C1820381C20300E20700E40600E40E00E
+80E00E80E00F00E00E00C00E00E00E00603E0020C6401F038014107E8F19>11
+D<0007800018600020600040700080700080700100700100700200E00200C0023F800223
+00043F800401C00400C00401C00801C00801C00801C0080180180380180300180700140E
+0022180021F00020000020000040000040000040000040000080000014217F9916>I<00
+3F000700070007000E000E000E000E001C001C039C0C5C1838383830387038E070E070E0
+70E070C0E2C0E2C0E2E1E262643C38101A7E9914>100 D E /Fr
+7 117 df<00030000000780000007800000078000000FC000000FC000001BE000001BE0
+00001BE0000031F0000031F0000060F8000060F80000E0FC0000C07C0000C07C0001803E
+0001FFFE0003FFFF0003001F0003001F0006000F8006000F800E000FC0FFC07FFCFFC07F
+FC1E1A7F9921>65 D<0FF0001C3C003E1E003E0E003E0F001C0F00000F0000FF000FCF00
+3E0F007C0F00F80F00F80F00F80F00F817007C27E01FC3E013117F9015>97
+D<FE0000FE00001E00001E00001E00001E00001E00001E00001E00001E7F001FC3C01F00
+E01E00F01E00781E00781E007C1E007C1E007C1E007C1E007C1E00781E00781E00F01F00
+E01D83C0187F00161A7F9919>I<03FC000F0E001C1F003C1F00781F00780E00F80000F8
+0000F80000F80000F800007800007800003C01801C03000F060003FC0011117F9014>I<
+FC78FC9C1D3E1D3E1E3E1E1C1E001E001E001E001E001E001E001E001E00FFC0FFC00F11
+7F9012>114 D<1FB020704030C030C030F000FF807FE03FF807F8003CC00CC00CE00CE0
+08F830CFE00E117F9011>I<06000600060006000E000E001E003FF0FFF01E001E001E00
+1E001E001E001E001E001E181E181E181E181E180F3003E00D187F9711>I
+E /Fs 46 122 df<00FC7C0183C607078E0607040E07000E07000E07000E07000E07000E
+0700FFFFF00E07000E07000E07000E07000E07000E07000E07000E07000E07000E07000E
+07000E07000E07000E07007F0FF0171A809916>11 D<00FC000182000703000607000E02
+000E00000E00000E00000E00000E0000FFFF000E07000E07000E07000E07000E07000E07
+000E07000E07000E07000E07000E07000E07000E07000E07007F0FE0131A809915>I<00
+7E1F8001C170400703C060060380E00E0380400E0380000E0380000E0380000E0380000E
+038000FFFFFFE00E0380E00E0380E00E0380E00E0380E00E0380E00E0380E00E0380E00E
+0380E00E0380E00E0380E00E0380E00E0380E00E0380E00E0380E07F8FE3FC1E1A809920
+>14 D<00800100020004000C00080018003000300030006000600060006000E000E000E0
+00E000E000E000E000E000E000E0006000600060006000300030003000180008000C0004
+0002000100008009267D9B0F>40 D<8000400020001000180008000C0006000600060003
+000300030003000380038003800380038003800380038003800380030003000300030006
+00060006000C0008001800100020004000800009267E9B0F>I<60F0F070101010202040
+80040B7D830B>44 D<FFC0FFC00A0280880D>I<60F0F06004047D830B>I<03000700FF00
+070007000700070007000700070007000700070007000700070007000700070007000700
+07000700FFF00C187D9713>49 D<0F80106020304038803CC01CE01C401C003C00380038
+0070006000C001800100020004040804100430083FF87FF8FFF80E187E9713>I<01E006
+100C1818383038300070006000E000E7C0E860F030F018E018E01CE01CE01C601C601C70
+1830183030186007C00E187E9713>54 D<000C0000000C0000000C0000001E0000001E00
+00003F000000270000002700000043800000438000004380000081C0000081C0000081C0
+000100E0000100E00001FFE000020070000200700006007800040038000400380008001C
+0008001C001C001E00FF00FFC01A1A7F991D>65 D<003F0201C0C603002E0E001E1C000E
+1C0006380006780002700002700002F00000F00000F00000F00000F00000F00000700002
+7000027800023800041C00041C00080E000803003001C0C0003F00171A7E991C>67
+D<FFFF000E01C00E00E00E00300E00380E001C0E001C0E000E0E000E0E000F0E000F0E00
+0F0E000F0E000F0E000F0E000F0E000F0E000E0E000E0E001E0E001C0E00380E00380E00
+700E01C0FFFF00181A7E991D>I<FFFFF00E00700E00300E00100E00180E00080E00080E
+00080E04000E04000E04000E0C000FFC000E0C000E04000E04000E04000E00040E00040E
+00080E00080E00080E00180E00380E0070FFFFF0161A7E991A>I<003F020001C0C60003
+002E000E001E001C000E001C00060038000600780002007000020070000200F0000000F0
+000000F0000000F0000000F0000000F001FFC070000E0070000E0078000E0038000E001C
+000E001C000E000E000E000300160001C06600003F82001A1A7E991E>71
+D<FFE7FF0E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00
+700FFFF00E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00
+700E0070FFE7FF181A7E991D>I<FFE00E000E000E000E000E000E000E000E000E000E00
+0E000E000E000E000E000E000E000E000E000E000E000E000E000E00FFE00B1A7F990E>
+I<FFFF000E03C00E00E00E00700E00700E00780E00780E00780E00780E00700E00700E00
+E00E03C00FFF000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00
+000E0000FFE000151A7E991A>80 D<0FC21836200E6006C006C002C002C002E00070007E
+003FE01FF807FC003E000E00070003800380038003C002C006E004D81887E0101A7E9915
+>83 D<7FFFFF00701C0700401C0100401C0100C01C0180801C0080801C0080801C008000
+1C0000001C0000001C0000001C0000001C0000001C0000001C0000001C0000001C000000
+1C0000001C0000001C0000001C0000001C0000001C0000001C0000001C000003FFE00019
+1A7F991C>I<FFE1FF0E00380E00100E00100E00100E00100E00100E00100E00100E0010
+0E00100E00100E00100E00100E00100E00100E00100E00100E00100E0010060020070020
+03004001804000C180003E00181A7E991D>I<3F8070C070E020700070007007F01C7030
+707070E070E071E071E0F171FB1E3C10107E8F13>97 D<FC00001C00001C00001C00001C
+00001C00001C00001C00001C00001C00001CF8001F0E001E07001C03801C01801C01C01C
+01C01C01C01C01C01C01C01C01C01C03801C03001E07001B0C0010F000121A7F9915>I<
+07F80C1C381C30087000E000E000E000E000E000E0007000300438080C1807E00E107F8F
+11>I<007E00000E00000E00000E00000E00000E00000E00000E00000E00000E0003CE00
+0C3E00380E00300E00700E00E00E00E00E00E00E00E00E00E00E00E00E00600E00700E00
+381E001C2E0007CFC0121A7F9915>I<07C01C3030187018600CE00CFFFCE000E000E000
+E0006000300438080C1807E00E107F8F11>I<01F0031807380E100E000E000E000E000E
+000E00FFC00E000E000E000E000E000E000E000E000E000E000E000E000E000E007FE00D
+1A80990C>I<0FCE187330307038703870387038303018602FC02000600070003FF03FFC
+1FFE600FC003C003C003C0036006381C07E010187F8F13>I<FC00001C00001C00001C00
+001C00001C00001C00001C00001C00001C00001CF8001D0C001E0E001E0E001C0E001C0E
+001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E00FF9FC0121A7F9915
+>I<18003C003C001800000000000000000000000000FC001C001C001C001C001C001C00
+1C001C001C001C001C001C001C001C00FF80091A80990A>I<FC00001C00001C00001C00
+001C00001C00001C00001C00001C00001C00001C3F801C1E001C18001C10001C20001C40
+001DC0001FE0001CE0001C70001C78001C38001C1C001C1E001C1F00FF3FC0121A7F9914
+>107 D<FC001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C00
+1C001C001C001C001C001C001C001C001C00FF80091A80990A>I<FC7C1F001D8E63801E
+0781C01E0781C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C
+0701C01C0701C01C0701C01C0701C0FF9FE7F81D107F8F20>I<FCF8001D0C001E0E001E
+0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E00FF
+9FC012107F8F15>I<07E01C38300C700E6006E007E007E007E007E007E0076006700E38
+1C1C3807E010107F8F13>I<FCF8001F0E001E07001C03801C03801C01C01C01C01C01C0
+1C01C01C01C01C01C01C03801C03001E07001F0C001CF0001C00001C00001C00001C0000
+1C00001C0000FF800012177F8F15>I<03C2000C2600381E00300E00700E00E00E00E00E
+00E00E00E00E00E00E00E00E00700E00700E00381E001C2E0007CE00000E00000E00000E
+00000E00000E00000E00007FC012177F8F14>I<FCE01D701E701E201C001C001C001C00
+1C001C001C001C001C001C001C00FFC00C107F8F0F>I<1F2060E04020C020C020F0007F
+003FC01FE000F080708030C030C020F0408F800C107F8F0F>I<0400040004000C000C00
+1C003C00FFC01C001C001C001C001C001C001C001C001C201C201C201C201C200E400380
+0B177F960F>I<FC7E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E001C0E
+001C0E001C0E001C0E001C1E000C2E0007CFC012107F8F15>I<FF1F803C06001C04001C
+04001E0C000E08000E080007100007100007900003A00003A00001C00001C00001C00000
+800011107F8F14>I<FF3F9F803C0E0700380E06001C1604001C1704001E170C000E2308
+000E2388000F239800074190000741D00003C1E0000380E0000380E0000180C000010040
+0019107F8F1C>I<FF3F803C1C001C18000E100007200007600003C00001C00001E00003
+E000027000043800083800181C00381E00FC3FC012107F8F14>I<FF1F803C06001C0400
+1C04001E0C000E08000E080007100007100007900003A00003A00001C00001C00001C000
+008000008000010000010000E10000E20000E4000078000011177F8F14>I
+E /Ft 16 118 df<70F8F8F0E005057A840F>46 D<0000FE000007018000180060002000
+100040001000800008010000040201F00404070804080C040210180202103003C2206001
+C220E0038240C0038241C0038241C003828380070483800704838007048380070483800E
+0883800E0881801E0881802E1080C04E2080618E60403E07804000000020000000200000
+00100000E00C00078003007C0000FF80001F2379A225>64 D<00F8C00185C00705C00E03
+800E03801C03803C0380380700780700780700780700F00E00F00E00F00E00F00E10F01C
+20701C20703C20305C40308C400F078014157B9419>97 D<03C03F800380038003800700
+0700070007000E000E000E000E001C001CF81D0C1E0E3C0638073807380F700F700F700F
+700FE01EE01EE01EE03CE038E038607060E031C01F0010237BA216>I<007E0001C10003
+01800703800E07801C07803C0000380000780000780000780000F00000F00000F00000F0
+0000F00100700100700200300C001830000FC00011157B9416>I<00F803840E021C023C
+0238027804F018FFE0F000F000E000E000E000E000E002E0026004701830600F800F157A
+9416>101 D<00F0000FE00000E00000E00000E00001C00001C00001C00001C000038000
+038000038000038000070000071F0007218007C0C00F00E00F00E00E00E00E00E01C01C0
+1C01C01C01C01C01C0380380380380380380380704700708700E08700E10700610E00620
+6003C016237DA219>104 D<0000E00001E00001E00000C0000000000000000000000000
+000000000000000000000000001E00002300004380008380008380010380010380000700
+000700000700000700000E00000E00000E00000E00001C00001C00001C00001C00003800
+00380000380000380000700000700000700070E000F0C000F180006300003C0000132B82
+A00F>106 D<00F0000FE00000E00000E00000E00001C00001C00001C00001C000038000
+0380000380000380000700000701E0070210070C700E10F00E10F00E20600E40001D8000
+1E00001FC0001C7000383800383800381C00381C20703840703840703840701880E01880
+600F0014237DA216>I<01E01FC001C001C001C003800380038003800700070007000700
+0E000E000E000E001C001C001C001C0038003800380038007000700070007100E200E200
+E200E200640038000B237CA20C>I<1C0F002631C04740C08780E08780E08700E08700E0
+0E01C00E01C00E01C00E01C01C03801C03801C03801C0704380708380E08380E10380610
+7006203003C016157B941B>110 D<007E0001C3000381800701C00E01C01C01E03C01E0
+3801E07801E07801E07801E0F003C0F003C0F00380F00780700700700E00700C00301800
+18700007C00013157B9419>I<1C1F002620804741C08783C08703C08701808700000E00
+000E00000E00000E00001C00001C00001C00001C00003800003800003800003800007000
+0030000012157B9415>114 D<00FC000183000200800401800C03800C03000C00000F00
+000FF00007FC0003FE00003E00000F00000700700700F00600F00600E004004008002030
+001FC00011157D9414>I<00C001C001C001C001C003800380038003800700FFF8070007
+000E000E000E000E001C001C001C001C003800380038003810702070207040708031001E
+000D1F7C9E10>I<1E00602300E04380E04381C08381C08701C08701C00703800E03800E
+03800E03801C07001C07001C07001C07081C0E10180E101C0E101C1E200C262007C3C015
+157B941A>I E /Fu 24 118 df<001F83E000706E3000C07C780180F8780380F0780700
+70000700700007007000070070000700700007007000070070000700700007007000FFFF
+FFC007007000070070000700700007007000070070000700700007007000070070000700
+700007007000070070000700700007007000070070000700700007007000070070000700
+7000070078007FE3FF801D2380A21C>11 D<70F8FCFC7404040404080810102040060F7C
+840E>44 D<70F8F8F87005057C840E>46 D<008003800F80F38003800380038003800380
+038003800380038003800380038003800380038003800380038003800380038003800380
+038003800380038007C0FFFE0F217CA018>49 D<03F8000C1E001007002007804007C078
+07C07803C07807C03807C0000780000780000700000F00000E0000380003F000001C0000
+0F000007800007800003C00003C00003E02003E07003E0F803E0F803E0F003C04003C040
+0780200780100F000C1C0003F00013227EA018>51 D<007E0001C1000300800601C00E03
+C01C03C0180180380000380000780000700000700000F0F800F30C00F40600F40300F803
+80F801C0F001C0F001E0F001E0F001E0F001E0F001E07001E07001E07001E03801C03801
+C01803801C03000C0600070C0001F00013227EA018>54 D<01F000060C000C0600180700
+380380700380700380F001C0F001C0F001C0F001E0F001E0F001E0F001E0F001E07001E0
+7003E03803E01805E00C05E00619E003E1E00001C00001C00001C0000380000380300300
+780700780600700C002018001030000FC00013227EA018>57 D<FFFFF8000F800E000780
+0780078003C0078003E0078001E0078001F0078001F0078001F0078001F0078001F00780
+01E0078003E0078007C007800F8007803E0007FFFE0007800780078003C0078001E00780
+01F0078000F0078000F8078000F8078000F8078000F8078000F8078000F8078001F00780
+01F0078003E0078007C00F800F00FFFFFC001D227EA123>66 D<0007F008003C0C1800E0
+021801C001B8038000F8070000780F0000381E0000381E0000183C0000183C0000187C00
+00087800000878000008F8000000F8000000F8000000F8000000F8000000F8000000F800
+0000F8001FFF780000F8780000787C0000783C0000783C0000781E0000781E0000780F00
+007807000078038000B801C000B800E00318003C0C080007F00020247DA226>71
+D<03FFF0001F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F
+00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F
+00000F00000F00700F00F80F00F80F00F80E00F01E00401C0020380018700007C0001423
+7EA119>74 D<FFC00003FF0FC00003F007C00003E005E00005E005E00005E004F00009E0
+04F00009E004F00009E004780011E004780011E004780011E0043C0021E0043C0021E004
+3C0021E0041E0041E0041E0041E0040F0081E0040F0081E0040F0081E004078101E00407
+8101E004078101E00403C201E00403C201E00401E401E00401E401E00401E401E00400F8
+01E00400F801E00400F801E004007001E00E007001E01F007003F0FFE0203FFF28227EA1
+2D>77 D<03F0200C0C601802603001E07000E0600060E00060E00060E00020E00020E000
+20F00000F000007800007F00003FF0001FFE000FFF0003FF80003FC00007E00001E00000
+F00000F0000070800070800070800070800070C00060C00060E000C0F000C0C80180C607
+0081FC0014247DA21B>83 D<0FE0001838003C0C003C0E00180700000700000700000700
+00FF0007C7001E07003C0700780700700700F00708F00708F00708F00F087817083C2390
+0FC1E015157E9418>97 D<01FE000703000C07801C0780380300780000700000F00000F0
+0000F00000F00000F00000F00000F000007000007800403800401C00800C010007060001
+F80012157E9416>99 D<01FC000707000C03801C01C03801C07801E07000E0F000E0FFFF
+E0F00000F00000F00000F00000F000007000007800203800201C00400E008007030000FC
+0013157F9416>101 D<00007001F198071E180E0E181C07001C07003C07803C07803C07
+803C07801C07001C07000E0E000F1C0019F0001000001000001800001800001FFE000FFF
+C00FFFE03800F0600030400018C00018C00018C000186000306000303800E00E038003FE
+0015217F9518>103 D<0E0000FE00001E00000E00000E00000E00000E00000E00000E00
+000E00000E00000E00000E00000E00000E1F800E60C00E80E00F00700F00700E00700E00
+700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00
+700E0070FFE7FF18237FA21B>I<1C001E003E001E001C00000000000000000000000000
+000000000E00FE001E000E000E000E000E000E000E000E000E000E000E000E000E000E00
+0E000E000E000E00FFC00A227FA10E>I<0E0000FE00001E00000E00000E00000E00000E
+00000E00000E00000E00000E00000E00000E00000E00000E03FC0E01F00E01C00E01800E
+02000E04000E08000E10000E38000EF8000F1C000E1E000E0E000E07000E07800E03C00E
+01C00E01E00E00F00E00F8FFE3FE17237FA21A>107 D<0E1F80FE60C01E80E00F00700F
+00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E
+00700E00700E00700E0070FFE7FF18157F941B>110 D<01FC000707000C01801800C038
+00E0700070700070F00078F00078F00078F00078F00078F00078F000787000707800F038
+00E01C01C00E038007070001FC0015157F9418>I<0E3CFE461E8F0F0F0F060F000E000E
+000E000E000E000E000E000E000E000E000E000E000E000F00FFF010157F9413>114
+D<02000200020002000600060006000E001E003E00FFF80E000E000E000E000E000E000E
+000E000E000E000E000E040E040E040E040E040E040708030801F00E1F7F9E13>116
+D<0E0070FE07F01E00F00E00700E00700E00700E00700E00700E00700E00700E00700E00
+700E00700E00700E00700E00700E00F00E00F006017003827800FC7F18157F941B>I
+E /Fv 15 115 df<FFFF80FFFF80FFFF8011037F9016>45 D<0000030000000000030000
+0000000300000000000780000000000780000000000FC0000000000FC0000000000FC000
+00000017E00000000013E00000000013E00000000023F00000000021F00000000021F000
+00000040F80000000040F80000000040F800000000807C00000000807C00000001807E00
+000001003E00000001003E00000002003F00000002001F00000002001F00000004000F80
+000004000F80000004000F800000080007C00000080007C00000180007E000001FFFFFE0
+00001FFFFFE00000200003F00000200001F00000200001F00000400001F80000400000F8
+0000400000F800008000007C00008000007C00008000007C00010000003E00010000003E
+00030000003F00030000001F00070000001F001F8000003F80FFE00003FFFCFFE00003FF
+FC2E327EB132>65 D<FFFFFFE00000FFFFFFFC000007E0007F000003E0000F800003E000
+03C00003E00001E00003E00000F00003E00000780003E000003C0003E000001E0003E000
+001E0003E000000F0003E000000F0003E000000F8003E00000078003E0000007C003E000
+0007C003E0000003C003E0000003C003E0000003E003E0000003E003E0000003E003E000
+0003E003E0000003E003E0000003E003E0000003E003E0000003E003E0000003E003E000
+0003E003E0000003E003E0000003C003E0000003C003E0000007C003E0000007C003E000
+00078003E00000078003E000000F8003E000000F0003E000001F0003E000001E0003E000
+003C0003E00000780003E00000F80003E00001F00003E00003E00003E0000F800007E000
+3F0000FFFFFFFC0000FFFFFFE000002B317CB033>68 D<00001FE000800000FFFC018000
+07F00F0180000F80018380003E0000C38000780000278000F00000178001E000000F8003
+C000000F800780000007800780000003800F00000003801F00000001801E00000001803E
+00000001803C00000001803C00000000807C00000000807C0000000080780000000000F8
+0000000000F80000000000F80000000000F80000000000F80000000000F80000000000F8
+0000000000F80000000000F80000000000F80000000000F800000FFFFC7800000FFFFC7C
+0000001FC07C0000000F803C0000000F803C0000000F803E0000000F801E0000000F801F
+0000000F800F0000000F80078000000F8007C000000F8003C000000F8001E000000F8000
+F000001780007C00001780003E00006380000F8000C3800007F00781800000FFFE008000
+001FF000002E337CB134>71 D<FFFF807FFFC0FFFF807FFFC007F00003F80003E00001F0
+0003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F0
+0003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F0
+0003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F0
+0003E00001F00003FFFFFFF00003FFFFFFF00003E00001F00003E00001F00003E00001F0
+0003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F0
+0003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F0
+0003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F0
+0007F00003F800FFFF807FFFC0FFFF807FFFC02A317CB032>I<FFFF80FFFF8007F00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00007F000FFFF80FFFF8011317DB017>I<
+FFFFFFC000FFFFFFF80007E0007E0003E0001F0003E000078003E00003C003E00001E003
+E00001F003E00001F003E00000F003E00000F803E00000F803E00000F803E00000F803E0
+0000F803E00000F803E00000F003E00001F003E00001E003E00003E003E00003C003E000
+078003E0001F0003E0007C0003FFFFF00003E000000003E000000003E000000003E00000
+0003E000000003E000000003E000000003E000000003E000000003E000000003E0000000
+03E000000003E000000003E000000003E000000003E000000003E000000003E000000003
+E000000003E000000003E000000007F0000000FFFF800000FFFF80000025317CB02D>80
+D<007F802001FFE02007C078600F001C601E0006E03C0003E0380001E0780000E0700000
+E070000060F0000060F0000060F0000020F0000020F0000020F8000020F80000007C0000
+007E0000003F0000003FC000001FF800000FFF800007FFF80003FFFC0000FFFF00000FFF
+800000FFC000001FE0000007E0000003F0000001F0000000F0000000F8000000F8800000
+7880000078800000788000007880000078C0000078C0000070E00000F0E00000E0F00000
+E0F80001C0EC000380C7000700C1F01E00807FFC00800FF0001D337CB125>83
+D<7FFFFFFFFFE07FFFFFFFFFE07E000F8007E078000F8001E070000F8000E060000F8000
+6040000F80002040000F800020C0000F800030C0000F80003080000F80001080000F8000
+1080000F80001080000F80001080000F80001080000F80001000000F80000000000F8000
+0000000F80000000000F80000000000F80000000000F80000000000F80000000000F8000
+0000000F80000000000F80000000000F80000000000F80000000000F80000000000F8000
+0000000F80000000000F80000000000F80000000000F80000000000F80000000000F8000
+0000000F80000000000F80000000000F80000000000F80000000000F80000000000F8000
+0000000F80000000000F80000000000F80000000000F80000000001FC00000000FFFFF80
+00000FFFFF80002C317EB030>I<00FE00000303C0000C00E00010007000100038003C00
+3C003E001C003E001E003E001E0008001E0000001E0000001E0000001E00000FFE0000FC
+1E0003E01E000F801E001F001E003E001E003C001E007C001E00F8001E04F8001E04F800
+1E04F8003E04F8003E0478003E047C005E043E008F080F0307F003FC03E01E1F7D9E21>
+97 D<003F8000E0600380180700040F00041E001E1C003E3C003E7C003E7C0008780000
+F80000F80000F80000F80000F80000F80000F80000F80000F800007800007C00007C0000
+3C00011E00011E00020F000207000403801800E060003F80181F7D9E1D>99
+D<003F800000E0E0000380380007003C000E001E001E001E001C000F003C000F007C000F
+0078000F8078000780F8000780F8000780FFFFFF80F8000000F8000000F8000000F80000
+00F8000000F8000000780000007C0000003C0000003C0000801E0000800E0001000F0002
+000780020001C00C0000F03000001FC000191F7E9E1D>101 D<0780000000FF80000000
+FF800000000F800000000780000000078000000007800000000780000000078000000007
+800000000780000000078000000007800000000780000000078000000007800000000780
+000000078000000007800000000780FE00000783078000078C03C000079001E00007A001
+E00007A000F00007C000F00007C000F000078000F000078000F000078000F000078000F0
+00078000F000078000F000078000F000078000F000078000F000078000F000078000F000
+078000F000078000F000078000F000078000F000078000F000078000F000078000F00007
+8000F000078000F0000FC001F800FFFC1FFF80FFFC1FFF8021327EB125>104
+D<0780FE001FC000FF83078060F000FF8C03C18078000F9001E2003C0007A001E4003C00
+07A000F4001E0007C000F8001E0007C000F8001E00078000F0001E00078000F0001E0007
+8000F0001E00078000F0001E00078000F0001E00078000F0001E00078000F0001E000780
+00F0001E00078000F0001E00078000F0001E00078000F0001E00078000F0001E00078000
+F0001E00078000F0001E00078000F0001E00078000F0001E00078000F0001E00078000F0
+001E00078000F0001E00078000F0001E000FC001F8003F00FFFC1FFF83FFF0FFFC1FFF83
+FFF0341F7E9E38>109 D<0783E0FF8C18FF907C0F907C07A07C07C03807C00007C00007
+C00007800007800007800007800007800007800007800007800007800007800007800007
+80000780000780000780000780000780000780000780000FC000FFFE00FFFE00161F7E9E
+19>114 D E end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 300dpi
+TeXDict begin
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 591 369 a Fv(APHID)22 b(Game-T)-6 b(ree)22 b(Searc)n(h)516
+490 y Fu(Mark)16 b(G.)g(Bro)q(c)o(kington,)g Ft(br)n(o)n([email protected])n
+(erta.c)n(a)504 548 y Fu(Jonathan)i(Sc)o(hae\013er,)d
+Ft([email protected])n(erta.c)n(a)685 606 y Fs(Departmen)o(t)f(of)f
+(Computing)h(Science)797 664 y(Univ)o(ersit)o(y)h(of)d(Alb)q(erta)727
+722 y(Edmon)o(ton,)i(Alb)q(erta)g(T6G)f(2H1)911 780 y(Canada)828
+878 y Fu(June)k(13,)f(1996)890 1017 y Fr(Abstract)161
+1073 y Fs(This)g(pap)q(er)h(in)o(tro)q(duces)g(the)e(APHID)g(\(Async)o
+(hronous)j(P)o(arallel)f(Hierarc)o(hical)h(Iterativ)o(e)e(Deep)q
+(ening\))i(game-)104 1118 y(tree)13 b(searc)o(h)g(algorithm.)19
+b(An)13 b(APHID)g(searc)o(h)h(is)f(con)o(trolled)j(b)o(y)d(a)g(master)g
+(and)h(a)f(series)h(of)f(sla)o(v)o(e)h(pro)q(cessors.)k(The)104
+1164 y(master)d(searc)o(hes)g(the)g(\014rst)g Fq(d)551
+1148 y Fp(0)576 1164 y Fs(ply)h(of)e(the)h(game-tree)g(rep)q(eatedly)m
+(.)24 b(The)14 b(sla)o(v)o(es)i(are)f(resp)q(onsible)i(for)e(the)g(b)q
+(ottom)104 1210 y(plies)k(of)f(the)f(game-tree.)32 b(The)17
+b(sla)o(v)o(es)i(async)o(hronously)i(read)d(w)o(ork)g(lists)h(from)e
+(the)h(master)g(and)g(return)h(score)104 1255 y(information)g(to)d(the)
+h(master.)29 b(The)17 b(master)g(uses)g(the)g(returned)h(score)f
+(information)i(to)e(generate)g(appro)o(ximate)104 1301
+y(minimax)e(v)n(alues,)f(un)o(til)g(all)h(of)d(the)i(required)g(score)f
+(information)j(is)d(a)o(v)n(ailable.)161 1346 y(APHID)e(has)g(b)q(een)g
+(programmed)g(as)g(an)g(easy)g(to)f(implemen)o(t,)j(game-indep)q(enden)
+o(t)g Fq(\013\014)f Fs(library)m(,)g(and)f(w)o(as)g(imple-)104
+1392 y(men)o(ted)g(in)o(to)h(a)g(c)o(hess)f(program)h(with)g(one)f(da)o
+(y)h(of)f(programming)i(e\013ort.)k(APHID)11 b(yields)i(reasonable)g(p)
+q(erformance)104 1438 y(on)e(a)h(net)o(w)o(ork)f(of)g(w)o(orkstations,)
+i(an)f(arc)o(hitecture)h(where)e(it)h(is)g(extremely)g(di\016cult)h(to)
+f(use)f(a)h(shared)g(transp)q(osition)104 1483 y(table)i(e\013fectiv)o
+(ely)m(.)0 1619 y Fo(1)69 b(In)n(tro)r(duction)0 1722
+y Fn(The)18 b(alpha-b)q(eta)f(\()p Fm(\013\014)r Fn(\))h(minim)o(ax)c
+(tree)19 b(searc)o(h)f(algorithm)d(has)j(pro)o(v)o(en)f(to)g(b)q(e)h(a)
+f(di\016cult)g(algorithm)e(to)i(parallelize.)0 1785 y(Although)e(sim)o
+(ulations)e(predict)k(excellen)o(t)f(parallel)f(p)q(erformance,)g(man)o
+(y)f(of)h(these)i(results)g(are)f(based)h(on)e(an)h(unrea-)0
+1847 y(sonable)c(set)h(of)e(assumptions.)17 b(In)12 b(practice,)h(kno)o
+(wing)e(where)i(to)f(initiate)f(parallel)g(activit)o(y)g(is)h
+(di\016cult)g(since)h(the)f(result)0 1909 y(of)18 b(searc)o(hing)g(one)
+h(no)q(de)f(at)g(a)g(branc)o(h)h(ma)o(y)d(ob)o(viate)i(the)h(parallel)e
+(w)o(ork)g(of)h(the)h(other)g(branc)o(hes)g(\(a)f(so-called)g
+Fl(cut-)0 1972 y(o\013)p Fn(\).)h(In)14 b(real-w)o(orld)f(implemen)o
+(tations,)d(suc)o(h)15 b(as)f(for)g(high-p)q(erformance)f(c)o(hess,)i
+(c)o(hec)o(k)o(ers)h(and)d(Othello)h(game-pla)o(ying)0
+2034 y(programs,)e(the)j(programs)d(su\013er)k(from)c(three)j(ma)r(jor)
+d(sources)k(of)d(parallel)g(ine\016ciency:)62 2121 y
+Fk(\017)21 b Fl(Synchr)n(onization)15 b(Overhe)n(ad)p
+Fn(:)i(The)d(searc)o(h)g(t)o(ypically)d(has)i(man)o(y)e(sync)o
+(hronization)i(p)q(oin)o(ts)f(that)h(result)h(in)e(a)h(high)104
+2184 y(p)q(ercen)o(tage)i(of)f(pro)q(cessor)h(idle)f(time.)62
+2275 y Fk(\017)21 b Fl(Communic)n(ation)f(Overhe)n(ad)p
+Fn(:)29 b(Pro)q(cesses)22 b(m)o(ust)c(comm)o(unicate)f(information)f(b)
+q(et)o(w)o(een)21 b(them;)f(the)g(impact)e(of)104 2338
+y(comm)o(unicatio)o(n)11 b(dep)q(ends)16 b(on)d(the)i(frequency)g(of)e
+(messages)h(and)g(the)g(comm)o(unication)d(latency)m(.)62
+2429 y Fk(\017)21 b Fl(Se)n(ar)n(ch)c(Overhe)n(ad)p Fn(:)22
+b(Searc)o(h)16 b(trees)i(are)e(really)f(directed)i(graphs.)24
+b(W)m(ork)15 b(p)q(erformed)g(on)h(one)g(pro)q(cessor)h(ma)o(y)d(b)q(e)
+104 2491 y(useful)d(to)g(the)g(computations)f(of)g(another)i(pro)q
+(cessor.)18 b(If)11 b(this)g(information)d(is)j(not)g(a)o(v)n(ailable,)
+e(unnecessary)k(searc)o(h)104 2554 y(ma)o(y)f(b)q(e)i(done.)0
+2641 y(These)h(o)o(v)o(erheads)f(are)g(not)f(indep)q(enden)o(t)i(of)d
+(eac)o(h)i(other.)19 b(F)m(or)13 b(example,)f(increased)i(comm)o
+(unication)c(can)k(help)f(reduce)0 2704 y(the)j(searc)o(h)h(o)o(v)o
+(erhead.)23 b(Reducing)15 b(the)h(n)o(um)o(b)q(er)f(of)f(sync)o
+(hronization)i(p)q(oin)o(ts)f(can)h(increase)g(the)g(searc)o(h)h(o)o(v)
+o(erhead.)23 b(In)965 2828 y(1)p eop
+%%Page: 2 2
+2 1 bop 0 195 a Fn(practice,)14 b(the)h(righ)o(t)e(balance)h(b)q(et)o
+(w)o(een)h(these)g(sources)h(of)d(program)f(ine\016ciency)i(is)g
+(di\016cult)f(to)h(\014nd,)f(and)h(one)g(usually)0 257
+y(p)q(erforms)f(man)o(y)f(exp)q(erimen)o(ts)j(to)e(\014nd)h(the)h(righ)
+o(t)e(trade-o\013s)i(to)f(maxim)o(ize)d(p)q(erformance.)62
+320 y(Man)o(y)i(parallel)g Fm(\013\014)j Fn(algorithms)11
+b(ha)o(v)o(e)j(app)q(eared)g(in)f(the)i(literature)f([1)o(,)f(2,)g(3,)g
+(9,)g(13)o(,)g(22].)k(The)d(PV-Split)g(algorithm)0 382
+y(recognized)19 b(that)f(some)f(no)q(des)h(exist)h(in)e(the)h(searc)o
+(h)h(tree)g(where,)h(ha)o(ving)d(searc)o(hed)i(the)g(\014rst)f(branc)o
+(h)g(sequen)o(tially)m(,)0 444 y(the)f(remaining)e(branc)o(hes)i(can)g
+(b)q(e)g(searc)o(hed)h(in)e(parallel)g([16)o(].)25 b(Initiating)15
+b(parallelism)f(along)h(the)i(b)q(est)h(line)e(of)g(pla)o(y)m(,)0
+506 y(the)h Fl(princip)n(al)f(variation)p Fn(,)g(w)o(as)g(e\013ectiv)o
+(e)h(for)f(a)f(small)f(n)o(um)o(b)q(er)h(of)h(pro)q(cessors,)i
+(although)d(v)n(ariations)g(on)h(this)g(sc)o(heme)0 569
+y(seemed)e(limited)e(to)i(sp)q(eedups)i(of)d(less)h(than)g(8)g([21)o
+(].)62 631 y(The)e(idea)f(can)h(b)q(e)g(generalized)g(to)g(other)g(no)q
+(des)g(in)f(the)h(tree.)18 b(A)o(t)12 b(no)q(des)g(where)h(the)f
+(\014rst)g(branc)o(h)g(has)g(b)q(een)g(searc)o(hed)0
+693 y(and)17 b(no)g(cut-o\013)h(o)q(ccurs,)h(the)e(rest)i(can)e(lik)o
+(ely)f(b)q(e)i(searc)o(hed)h(in)e(parallel.)26 b(It)18
+b(is)f(a)g(trade-o\013)g({)g(increased)i(parallelism)0
+756 y(v)o(ersus)c(additional)d(searc)o(h)k(o)o(v)o(erhead,)e(since)g
+(one)h(of)e(these)j(parallel)d(tasks)h(could)g(cause)h(a)f(cuto\013.)19
+b(This)14 b(idea)g(has)g(b)q(een)0 818 y(tried)e(b)o(y)g(a)f(n)o(um)o
+(b)q(er)h(of)f(researc)o(hers)k([6)o(,)c(7,)g(10].)17
+b(The)12 b(b)q(est-kno)o(wn)g(instance)h(of)e(this)h(t)o(yp)q(e)h(of)e
+(algorithm)e(is)j(called)f Fl(Y)m(oung)0 880 y(Br)n(others)k(Wait)f
+Fn(\(YBW\))h(and)f(w)o(as)g(implemen)o(ted)e(b)o(y)i(F)m(eldmann)e(in)i
+(the)h Fj(Zugzw)l(ang)f Fn(c)o(hess)i(program)d([5)o(].)19
+b(F)m(eldmann)0 942 y(ac)o(hiev)o(ed)f(a)f(344-fold)f(sp)q(eedup)j
+(using)e(YBW)h(on)f(1024)g(pro)q(cessors.)31 b(V)m(ariations)16
+b(of)h(this)h(algorithm)d(ha)o(v)o(e)i(app)q(eared)0
+1005 y(with)d(comparable)e(exp)q(erimen)o(tal)h(results,)i(suc)o(h)f
+(as)g(Jam)o(b)q(oree)g(searc)o(h)h([12)o(])e(and)h(ABD)o(AD)o(A)g([24)o
+(].)62 1067 y(This)20 b(class)f(of)g(algorithms)e(cannot)j(ac)o(hiev)o
+(e)g(a)f(linear)g(sp)q(eedup)i(primarily)c(due)i(to)h(sync)o
+(hronization)f(o)o(v)o(erhead;)0 1129 y(the)c(searc)o(h)h(tree)g(ma)o
+(y)d(ha)o(v)o(e)i(thousands)g(of)f(sync)o(hronization)h(p)q(oin)o(ts)g
+(and)f(there)j(are)e(n)o(umerous)f(o)q(ccasions)h(where)h(the)0
+1191 y(pro)q(cesses)i(are)e(starv)o(ed)h(for)e(w)o(ork.)23
+b(The)16 b(algorithms)e(ha)o(v)o(e)h(lo)o(w)g(searc)o(h)i(o)o(v)o
+(erhead,)f(but)f(this)h(is)g(primarily)d(due)j(to)f(the)0
+1254 y(implemen)o(tatio)o(n)c(of)j(a)f(globally)f(shared)j(transp)q
+(osition)e(table)h([8].)62 1316 y(This)g(pap)q(er)h(in)o(tro)q(duces)h
+(the)f(Async)o(hronous)g(P)o(arallel)e(Hierarc)o(hical)h(Iterativ)o(e)h
+(Deep)q(ening)g(\(APHID)1723 1301 y Fi(1)1742 1316 y
+Fn(\))f(game-tree)0 1378 y(searc)o(h)i(algorithm.)k(The)c(algorithm)d
+(represen)o(ts)18 b(a)d(departure)i(from)c(the)j(approac)o(hes)g(used)h
+(in)d(practice.)24 b(In)15 b(con)o(trast)0 1440 y(to)d(other)h(sc)o
+(hemes,)g(APHID)g(de\014nes)h(a)e(fron)o(tier)h(\(a)f(\014xed)h(n)o(um)
+o(b)q(er)f(of)f(mo)o(v)o(es)h(a)o(w)o(a)o(y)f(from)g(the)i(ro)q(ot)f
+(of)g(the)h(searc)o(h)h(tree\),)0 1503 y(and)d(all)g(no)q(des)h(at)f
+(the)h(fron)o(tier)g(are)f(done)h(in)f(parallel.)16 b(Eac)o(h)c(w)o
+(ork)o(er)g(pro)q(cess)h(is)e(assigned)h(an)f(equal)g(n)o(um)o(b)q(er)g
+(of)g(fron)o(tier)0 1565 y(no)q(des)i(to)f(searc)o(h.)19
+b(The)13 b(w)o(ork)o(ers)g(con)o(tin)o(ually)d(searc)o(h)k(these)g(no)q
+(des)f(deep)q(er)h(and)e(deep)q(er,)i(nev)o(er)f(ha)o(ving)f(to)g(sync)
+o(hronize)0 1627 y(with)j(a)g(con)o(trolling)f(master)h(pro)q(cess.)24
+b(The)16 b(master)f(pro)q(cess)i(rep)q(eatedly)f(searc)o(hes)i(to)d
+(the)h(fron)o(tier)f(to)g(get)h(the)g(latest)0 1689 y(searc)o(h)g
+(results.)k(In)15 b(this)f(w)o(a)o(y)m(,)f(there)j(is)e(e\013ectiv)o
+(ely)i(no)e(idle)g(time;)f(searc)o(h)i(ine\016ciencies)h(are)f
+(primarily)d(due)j(to)f(searc)o(h)0 1752 y(o)o(v)o(erhead.)29
+b(APHID's)18 b(p)q(erformance)f(do)q(es)h(not)g(rely)f(on)h(the)g
+(implemen)o(tati)o(on)d(of)i(a)g(global)f(shared)i(memory)m(,)d(whic)o
+(h)0 1814 y(mak)o(es)f(the)i(algorithm)d(suitable)i(for)g(lo)q
+(osely-coupled)f(arc)o(hitectures)k(\(suc)o(h)e(as)f(a)g(net)o(w)o(ork)
+h(of)e(w)o(orkstations\),)h(as)h(w)o(ell)0 1876 y(as)e(tigh)o
+(tly-coupled)f(arc)o(hitectures.)62 1939 y(Unlik)o(e)f(most)f(parallel)
+g Fm(\013\014)k Fn(algorithms,)9 b(APHID)k(is)f(designed)h(to)f(\014t)g
+(in)o(to)g(a)g(sequen)o(tial)g Fm(\013\014)j Fn(structure.)k(APHID)13
+b(has)0 2001 y(b)q(een)i(implemen)o(ted)e(as)h(a)g(game-indep)q(enden)o
+(t)g(library)g(of)f(routines.)20 b(These,)c(com)o(bined)d(with)h
+(application-dep)q(enden)o(t)0 2063 y(routines)d(that)f(the)g(user)h
+(supplies,)g(allo)o(w)d(a)i(sequen)o(tial)g Fm(\013\014)j
+Fn(program)8 b(to)i(b)q(e)h(easily)e(con)o(v)o(erted)i(to)f(a)g
+(parallel)f Fm(\013\014)j Fn(program.)0 2125 y(Although)i(most)f
+(parallel)g Fm(\013\014)j Fn(programs)d(tak)o(e)h(mon)o(ths)f(to)h(dev)
+o(elop,)g(the)h(game-indep)q(enden)o(t)f(library)g(allo)o(ws)e(users)k
+(to)0 2188 y(in)o(tegrate)e(parallelism)d(in)o(to)j(their)g
+(application)e(with)i(only)f(a)h(few)g(hours)g(of)f(w)o(ork.)62
+2250 y(This)j(pap)q(er)h(discusses)i(the)e(APHID)f(algorithm,)e(its)i
+(application-indep)q(enden)o(t)g(in)o(terface)h(and)f(the)h(p)q
+(erformance)0 2312 y(of)12 b(the)h(APHID)g(algorithm.)i(The)f(pap)q(er)
+f(is)g(organized)f(in)o(to)g(\014v)o(e)h(sections.)19
+b(Section)13 b(2)g(is)f(a)h(brief)f(summary)e(of)j(previous)0
+2374 y(w)o(ork)18 b(in)g(parallel)f(game-tree)h(searc)o(h.)33
+b(Section)19 b(3)f(is)g(primarily)e(concerned)21 b(with)d(the)h
+(details)f(of)g(ho)o(w)g(the)h(APHID)0 2437 y(algorithm)d(op)q(erates,)
+21 b(and)e(ho)o(w)g(the)g(library)f(in)o(tegrates)i(with)f(an)f
+(existing)h(sequen)o(tial)g Fm(\013\014)i Fn(algorithm.)31
+b(Section)19 b(4)0 2499 y(describ)q(es)h(the)e(preliminary)d(results)k
+(of)e(in)o(tegrating)g(the)h(library)f(in)o(to)g(a)g(c)o(hess)i
+(program,)d(and)i(Section)g(5)f(describ)q(es)0 2561 y(some)c(of)g(the)i
+(researc)o(h)h(directions)e(that)g(w)o(e)g(are)g(curren)o(tly)h(w)o
+(orking)e(on.)p 0 2596 780 2 v 46 2623 a Fh(1)64 2634
+y Fg(An)e(aphid)f(is)i(a)f(soft-b)q(o)q(died)e(insect)h(that)g(suc)o
+(ks)h(the)g(sap)g(from)f(plan)o(ts.)965 2828 y Fn(2)p
+eop
+%%Page: 3 3
+3 2 bop 0 195 a Fo(2)69 b(Previous)23 b(W)-6 b(ork)24
+b(on)g(P)n(arallel)d Ff(\013\014)26 b Fo(Algorithms)0
+298 y Fn(The)14 b(idea)g(b)q(ehind)g(the)g(PV-Split)g(algorithm)d(has)j
+(pro)o(v)o(en)g(to)g(b)q(e)g(a)g(fundamen)o(tal)d(building)i(blo)q(c)o
+(k)g(in)h(dev)o(eloping)f(high-)0 361 y(p)q(erformance)i(parallel)e
+(game-tree)h(algorithms)f([16)o(].)20 b(Simply)12 b(stated,)k(the)f
+(\014rst)g(mo)o(v)o(e)f(at)g(a)h(principal)e(v)n(ariation)h(no)q(de)0
+423 y(m)o(ust)19 b(b)q(e)h(completely)f(ev)n(aluated)g(b)q(efore)i(the)
+f(subsequen)o(t)i(mo)o(v)o(es)c(can)i(b)q(e)g(handed)h(out)e(to)h
+(other)g(pro)q(cessors)i(and)0 485 y(ev)n(aluated)13
+b(in)h(parallel.)i(P)o(arallelism)c(o)q(ccurs)j(only)e(at)g(the)h
+Fe(PV)g Fn(no)q(des,)g(and)f(the)h(nature)h(of)e(the)h(algorithm)d
+(ensures)16 b(that)0 548 y(an)10 b(accurate)i(searc)o(h)g(windo)o(w)e
+(is)g(determined)h(b)q(efore)g(allo)q(cating)e(w)o(ork)i(to)f(the)h
+(sla)o(v)o(es)g(in)f(parallel,)g(whic)o(h)g(reduces)j(searc)o(h)0
+610 y(o)o(v)o(erhead.)18 b(Although)c(it)f(is)h(easy)g(to)g(con)o(trol)
+f(the)i(PV-Split)e(algorithm)e(since)k(only)e(one)h Fe(PV)f
+Fn(no)q(de)h(can)g(b)q(e)h(ev)n(aluated)e(in)0 672 y(parallel)h(at)g(a)
+h(giv)o(en)f(momen)o(t)e(in)i(time,)f(a)i(di\013eren)o(t)h(approac)o(h)
+e(is)h(needed)h(if)e(y)o(ou)g(ha)o(v)o(e)h(more)f(pro)q(cessors)j(than)
+d(mo)o(v)o(es)0 734 y(at)g(the)g(curren)o(t)i Fe(PV)d
+Fn(no)q(de.)62 797 y(Newb)q(orn's)k(UIDP)m(ABS)f(algorithm)d([17)o(])i
+(w)o(as)h(the)g(\014rst)g(attempt)f(to)h(async)o(hronously)g(start)g
+(the)g(next)h(lev)o(el)e(of)g(an)0 859 y(iterativ)o(ely)e(deep)q(ened)k
+(searc)o(h)e(instead)f(of)g(sync)o(hronizing)g(at)g(the)g(ro)q(ot)g(of)
+g(the)h(game-tree.)j(The)c(mo)o(v)o(es)f(from)f(the)j(ro)q(ot)0
+921 y(p)q(osition)d(are)h(partitioned)f(among)f(the)i(pro)q(cessors,)i
+(and)d(the)i(pro)q(cessors)g(searc)o(h)g(their)f(o)o(wn)g(subset)h(of)e
+(the)h(mo)o(v)o(es)e(with)0 983 y(iterativ)o(e)k(deep)q(ening.)21
+b(Eac)o(h)15 b(pro)q(cessor)h(is)f(giv)o(en)f(the)h(same)f(initial)e
+(windo)o(w,)i(but)h(some)e(of)h(the)i(pro)q(cessors)g(ma)o(y)d(ha)o(v)o
+(e)0 1046 y(c)o(hanged)g(their)h(windo)o(ws,)e(based)i(on)f(the)g
+(searc)o(h)i(results)f(of)e(their)i(mo)o(v)o(es.)i(The)e(UIDP)m(ABS)f
+(algorithm)d(then)k(com)o(bines)0 1108 y(the)f(results)h(once)g(a)e
+(predetermined)h(time)f(limit)e(has)j(b)q(een)h(reac)o(hed.)k(The)c
+(APHID)f(algorithm)d(uses)j(the)h(basic)f(concept)0 1170
+y(of)g(ho)o(w)h(to)f(implemen)o(t)f(async)o(hronous)i(searc)o(h)h(from)
+d(UIDP)m(ABS,)i(as)g(w)o(e)g(shall)f(see)i(in)f(Section)g(3.)62
+1232 y(The)f(Y)m(oung)f(Brothers)i(W)m(ait)c(\(YBW\))j(algorithm)d
+(extends)k(PV-Split)d(to)h(state)i(that)e(the)h(other)g(mo)o(v)o(es)e
+(\(the)i(\\y)o(oung)0 1295 y(brothers"\))19 b(can)e(b)q(e)h(searc)o
+(hed)h(in)e(parallel)f(only)g(if)h(the)h(\014rst)g(mo)o(v)o(e)e(of)g(a)
+h(no)q(de)h(has)g(b)q(een)g(completely)e(searc)o(hed)j(and)0
+1357 y(has)d(not)g(caused)h(the)g Fm(\013\014)h Fn(windo)o(w)d(to)h(b)q
+(e)h(cut)f(o\013)g([5)o(].)24 b(This)16 b(is)g(alw)o(a)o(ys)f(true)i
+(at)f Fe(PV)f Fn(no)q(des,)i(and)f(is)g(generally)f(true)i(at)0
+1419 y Fe(ALL)c Fn(no)q(des,)i(assuming)e(w)o(e)h(start)h(with)f(an)g
+(in\014nite)f(searc)o(h)j(windo)o(w)d(at)h(the)h(ro)q(ot)f(p)q
+(osition.)k(Th)o(us,)c(there)i(are)e(m)o(ultiple)0 1482
+y(p)q(oten)o(tial)e(parallel)g(no)q(des)i(at)f(an)o(y)f(giv)o(en)g
+(time)g(when)h(searc)o(hing)h(the)f(tree.)19 b(Ho)o(w)o(ev)o(er,)13
+b(the)h(searc)o(h)g(is)f(still)f(sync)o(hronized)0 1544
+y(in)f(the)i(same)e(w)o(a)o(y)g(that)g(PV-Split)h(is)f(sync)o
+(hronized.)19 b(Un)o(til)11 b(a)g(searc)o(h)i(of)e(all)g(c)o(hildren)h
+(of)f(a)h(giv)o(en)f Fe(PV)g Fn(no)q(de)h(is)g(completed,)0
+1606 y(the)i(other)h(c)o(hildren)f(of)f(the)i Fe(PV)e
+Fn(no)q(de's)h(paren)o(t)h(cannot)f(b)q(e)g(searc)o(hed.)62
+1668 y(Although)i(the)i Fl(synchr)n(onization)g(overhe)n(ad)f
+Fn(in)f(YBW)h(is)g(a)f(lot)g(smaller)f(than)i(in)f(PV-Split,)h(w)o(ork)
+o(ers)g(still)f(searc)o(h)0 1731 y(for)e(a)h(pro)q(cessor)h(that)f(has)
+g(w)o(ork)g(to)f(do)h(\(according)g(to)f(the)i(YBW)e(criterion\))i(b)o
+(y)e(sending)h(a)g(message)f(to)h(a)f(pro)q(cessor)0
+1793 y(at)f(random.)j(This)e(dynamic)d(load-balancing)h(metho)q(d,)g
+(\\w)o(ork-stealing")g([12)o(],)g(is)h(e\013ectiv)o(e)i(in)e(balancing)
+f(the)i(share)h(of)0 1855 y(w)o(ork)f(done)g(on)f(eac)o(h)i(pro)q
+(cessor,)g(but)f(p)q(erio)q(dically)f(imp)q(oses)g(a)h(hea)o(vy)g(comm)
+o(unicati)o(on)d(load.)62 1917 y(In)h(the)g(implemen)o(tatio)o(n)d(of)i
+Fj(Zugzw)l(ang)h Fn(presen)o(ted)i(in)d(F)m(eldmann's)e(thesis)k([5)o
+(],)e(a)g(distributed)i(transp)q(osition)e(table)0 1980
+y(w)o(as)g(implemen)o(ted)e(with)j(message)f(passing)g(across)h(a)f
+(series)i(of)e(T)m(ransputers)i(to)e(impro)o(v)o(e)f(the)i(results)g
+(of)f(the)h(algorithm.)0 2042 y(On)j(a)g(system)f(with)h(a)f(lo)o(w)g
+(CPU)h(cycle)h(to)e(message)h(latency)g(ratio,)f(this)h(t)o(yp)q(e)g
+(of)f(distributed)i(transp)q(osition)e(table)h(is)0 2104
+y(practical)f(and)f(is)h(useful)g(in)g(con)o(trolling)e(the)j(searc)o
+(h)g(o)o(v)o(erhead.)62 2166 y(Da)o(vid's)k Fm(\013\014)r
+Fk(\003)i Fn(framew)o(ork)e(uses)j(a)e(global)f(transp)q(osition)h
+(table)h(to)f(con)o(trol)g(where)i(the)f(pro)q(cessors)i(should)d(b)q
+(e)0 2229 y(searc)o(hing)g([4].)35 b(By)20 b(adding)f(a)h(\014eld)g(to)
+g(the)g(global)f(transp)q(osition)g(table)h(to)g(indicate)g(the)g(n)o
+(um)o(b)q(er)f(of)h(pro)q(cessors)0 2291 y(searc)o(hing)15
+b(that)f(no)q(de,)g(eac)o(h)g(pro)q(cessor)i(can)e(pretend)i(it)d(is)h
+(searc)o(hing)h(the)f(tree)i(sequen)o(tially)m(,)c(and)i(mak)o(e)f
+(decisions)h(on)0 2353 y(where)h(to)f(searc)o(h)h(based)f(on)g(the)g(n)
+o(um)o(b)q(er)f(of)g(pro)q(cessors)j(searc)o(hing)e(the)h(c)o(hildren)f
+(of)f(the)h(no)q(de.)19 b(When)14 b(an)o(y)f(pro)q(cessor)0
+2416 y(generates)j(a)e(v)n(alue)g(for)f(the)i(ro)q(ot)g(p)q(osition,)e
+(the)i(searc)o(h)g(is)f(\014nished.)20 b(Unfortunately)m(,)13
+b(Da)o(vid's)g(metho)q(d)h(of)f(con)o(trolling)0 2478
+y(where)h(the)f(pro)q(cessors)i(should)e(b)q(e)h(searc)o(hing)f(w)o(as)
+g(ine\016cien)o(t,)f(and)h(the)g(sc)o(heme)g(w)o(as)g(hamp)q(ered)g(b)o
+(y)f(the)i(use)g(of)e(half)g(of)0 2540 y(the)h(T)m(ransputers)g(as)f
+(transp)q(osition)g(table)g(storage)g(units,)g(limiting)d(the)j(sp)q
+(eedup)i(rep)q(orted)f(to)f(6.5)f(on)h(16)f(T)m(ransputers.)0
+2602 y(Regrettably)m(,)i(no)h(w)o(ork)f(is)h(rep)q(orted)h(that)f
+(addresses)i(these)g(shortcomings.)62 2665 y(W)m(eill)h([24)o(])g
+(recognized)j(that)e(the)h(YBW)f(criterion)h(could)f(b)q(e)h(used)g(in)
+f(conjunction)g(with)g(the)h Fm(\013\014)r Fk(\003)f
+Fn(framew)o(ork.)965 2828 y(3)p eop
+%%Page: 4 4
+4 3 bop 0 195 a Fn(W)m(eill)14 b(sho)o(w)o(ed)h(the)h(com)o(bination,)d
+(ABD)o(AD)o(A,)h(yields)i(comparable)e(p)q(erformance)h(to)g(a)g(YBW)g
+(implemen)o(tation)d(on)j(a)0 257 y(CM-5.)k(On)14 b(16)g(pro)q
+(cessors,)i(ABD)o(AD)o(A)e(yielded)g(an)g(10-fold)f(sp)q(eedup)j(for)e
+(a)g(c)o(hess)h(program,)d(while)i(YBW)h(generated)0
+320 y(a)f(sp)q(eedup)h(of)e(just)h(under)h(8.)62 382
+y(Unfortunately)m(,)j(neither)g(of)f(these)i(sc)o(heduling)f(metho)q
+(ds)f(deal)g(adequately)h(with)f(arc)o(hitectures)j(that)d(ha)o(v)o(e)h
+(high)0 444 y(CPU)e(cycle/message)f(latency)h(ratios,)f(suc)o(h)h(as)g
+(a)f(net)o(w)o(ork)g(of)g(w)o(orkstations.)23 b(Using)15
+b(YBW)g(on)g(a)h(system)f(with)g(only)0 506 y(transp)q(osition)i
+(tables)g(lo)q(cal)g(to)g(eac)o(h)g(pro)q(cess)i(will)d(yield)g(large)h
+(searc)o(h)i(o)o(v)o(erheads,)f(since)g(there)g(is)f(no)g(guaran)o(tee)
+h(of)0 569 y(where)12 b(a)f(giv)o(en)f(no)q(de)i(will)d(end)j(up)f
+(when)g(w)o(e)g(use)h(the)g(c)o(haotic)f(w)o(ork-stealing)f(sc)o
+(heduler)i(in)f(com)o(bination)d(with)j(iterativ)o(e)0
+631 y(deep)q(ening.)18 b(Using)12 b(ABD)o(AD)o(A)g(is)g(infeasible)g
+(since)g(the)h(system)f(requires)h(a)f(shared)h(transp)q(osition)f
+(table,)g(whic)o(h)g(w)o(ould)0 693 y(b)q(e)j(extremely)e(slo)o(w)g(on)
+h(a)g(parallel)e(arc)o(hitecture)k(with)e(a)f(high)g(CPU)i
+(cycle/message)f(latency)g(ratio.)0 831 y Fo(3)69 b(The)23
+b(APHID)f(Algorithm)0 934 y Fn(Y)m(oung)12 b(Brothers)i(W)m(ait)d(and)h
+(other)h(algorithms)e(su\013er)i(from)e(three)j(serious)f(problems.)k
+(First,)12 b(the)i(n)o(umerous)d(sync)o(hro-)0 996 y(nization)k(p)q
+(oin)o(ts)h(result)h(in)f(idle)f(time.)24 b(This)16 b(suggests)h(that)f
+(a)g(new)g(algorithm)e(m)o(ust)h(striv)o(e)h(to)g(reduce)i(or)e
+(eliminate)0 1058 y(sync)o(hronization)c(altogether.)18
+b(Second,)13 b(the)g(c)o(haotic)g(nature)g(of)f(a)g(w)o(ork-stealing)f
+(sc)o(heduler)j(requires)g(algorithms)c(suc)o(h)0 1121
+y(as)15 b(YBW)g(and)g(Jam)o(b)q(oree)f(to)h(use)h(a)e(shared)i(transp)q
+(osition)f(table)g(to)f(ac)o(hiev)o(e)i(reasonable)f(p)q(erformance.)21
+b(Algorithms)0 1183 y(based)13 b(on)f(the)i Fm(\013\014)r
+Fk(\003)e Fn(framew)o(ork)f(require)j(a)e(shared)h(transp)q(osition)g
+(table)f(to)g(function.)18 b(Third,)12 b(the)h(program)e(ma)o(y)f
+(initi-)0 1245 y(ate)i(parallelism)e(at)h(no)q(des)i(whic)o(h)f(are)g
+(b)q(etter)i(done)e(sequen)o(tially)m(.)17 b(F)m(or)11
+b(example,)g(ha)o(ving)g(searc)o(hed)i(the)g(\014rst)g(branc)o(h)f(at)0
+1307 y(a)i(no)q(de)h(and)f(not)g(ac)o(hiev)o(ed)h(a)f(cut-o\013,)h(Y)m
+(oung)e(Brothers)j(W)m(ait)d(\(in)i(its)f(simplest)f(form\))g(p)q
+(ermits)h(all)f(of)h(the)h(remaining)0 1370 y(branc)o(hes)f(to)f(b)q(e)
+g(searc)o(hed)i(in)d(parallel.)17 b(Ho)o(w)o(ev)o(er,)c(if)f(the)h
+(second)h(branc)o(h)f(causes)h(a)f(cuto\013,)g(then)h(all)d(the)j
+(parallel)d(w)o(ork)0 1432 y(done)18 b(on)f(the)h(third)g(\(and)f
+(subsequen)o(t\))j(branc)o(hes)e(has)g(b)q(een)h(w)o(asted.)29
+b(This)18 b(suggests)g(parallelism)d(should)j(only)e(b)q(e)0
+1494 y(initiated)d(at)h(no)q(des)g(where)i(there)f(is)e(a)h(v)o(ery)g
+(high)f(probabilit)o(y)g(that)h(all)e(branc)o(hes)k(m)o(ust)c(b)q(e)j
+(considered.)62 1557 y(This)f(section)h(in)o(tro)q(duces)g(the)f(Async)
+o(hronous)h(P)o(arallel)e(Hierarc)o(hical)h(Iterativ)o(e)g(Deep)q
+(ening)h(\(APHID\))f(game-tree)0 1619 y(searc)o(hing)i(algorithm.)21
+b(APHID)15 b(has)h(b)q(een)h(designed)f(to)g(address)h(the)f(ab)q(o)o
+(v)o(e)f(three)i(issues.)25 b(The)16 b(algorithm)d(is)i(asyn-)0
+1681 y(c)o(hronous)g(in)f(nature;)h(it)e(remo)o(v)o(es)h(all)f(sync)o
+(hronization)i(p)q(oin)o(ts)f(from)e(the)j Fm(\013\014)i
+Fn(searc)o(h)e(and)g(from)d(iterativ)o(e)i(deep)q(ening.)0
+1743 y(Also,)f(parallelism)e(is)j(only)f(applied)g(at)h(no)q(des)g
+(that)g(ha)o(v)o(e)g(a)f(high)g(probabilit)o(y)g(of)g(needing)h
+(parallelism.)h(The)f(top)g(plies)0 1806 y(of)k(a)g(game-tree)g(\(near)
+g(the)h(ro)q(ot\))g(v)n(ary)f(infrequen)o(tly)g(b)q(et)o(w)o(een)h
+(steps)h(of)e(iterativ)o(e)g(deep)q(ening)h([19)o(].)31
+b(This)18 b(relativ)o(e)0 1868 y(in)o(v)n(ariance)13
+b(of)g(the)i(top)f(p)q(ortion)f(of)h(the)g(game-tree)g(is)f(exploited)h
+(b)o(y)g(the)g(APHID)g(algorithm.)62 1930 y(In)e(its)f(simplest)g
+(form,)f(APHID)i(can)g(b)q(e)g(view)o(ed)g(as)f(a)h(master/sla)o(v)o(e)
+e(program)g(although,)h(as)h(discussed)h(later,)e(it)h(can)0
+1992 y(b)q(e)k(generalized)g(to)g(a)f(hierarc)o(hical)g(pro)q(cessor)i
+(tree.)24 b(F)m(or)15 b(a)g(depth)i Fm(d)e Fn(searc)o(h,)h(the)g
+(master)f(is)g(resp)q(onsible)i(for)e(the)h(top)0 2055
+y Fm(d)22 2040 y Fd(0)47 2055 y Fn(ply)d(of)g(the)i(tree,)f(and)g(the)g
+(remaining)e Fm(d)d Fk(\000)g Fm(d)770 2040 y Fd(0)795
+2055 y Fn(ply)k(are)h(searc)o(hed)i(in)d(parallel)f(b)o(y)i(the)g(sla)o
+(v)o(es.)k(Figure)c(1)g(sho)o(ws)g(where)0 2117 y(parallel)f
+(activities)g(o)q(ccur)j(in)d(APHID)h(and)g(YBW.)g(Eac)o(h)g(lo)q
+(cation)f(mark)o(ed)g(with)g(an)h Fe(x)g Fn(sho)o(ws)g(where)h(the)g
+(parallelism)0 2179 y(t)o(ypically)10 b(tak)o(es)h(place.)17
+b(Although)11 b(more)f(w)o(ork)h(could)g(b)q(e)g(generated)i(in)d(YBW,)
+h(eac)o(h)h Fe(x)e Fn(represen)o(ts)k(a)d(p)q(oten)o(tially)f(costly)0
+2241 y(sync)o(hronization)16 b(p)q(oin)o(t.)25 b(The)17
+b(parallelism)c(is)j(more)g(constrained)h(in)f(APHID)g(and,)g(hence,)i
+(is)e(more)g(lik)o(ely)f(to)h(su\013er)0 2304 y(from)c(load)h(im)o
+(balances)f(than)i(other)h(dynamic)d(sc)o(heduling)i(routines)g(\(suc)o
+(h)h(as)f(YBW,)g(Jam)o(b)q(oree,)f(or)h Fm(\013\014)r
+Fk(\003)p Fn(\).)0 2420 y Fc(3.1)56 b(Op)r(eration)17
+b(of)i(the)f(Master)h(in)f(APHID)0 2509 y Fn(The)d(master)e(is)h(resp)q
+(onsible)i(for)d(searc)o(hing)i(the)g(top)f Fm(d)892
+2494 y Fd(0)918 2509 y Fn(ply)f(of)h(the)h(tree.)20 b(It)14
+b(rep)q(eatedly)h(tra)o(v)o(erses)h(this)f(tree)g(un)o(til)e(the)0
+2571 y(correct)g(minim)o(ax)8 b(v)n(alue)j(has)g(b)q(een)i(determined.)
+k(The)12 b(master)f(is)g(executing)h(a)f(normal)e Fm(\013\014)14
+b Fn(searc)o(h,)e(with)f(the)h(exception)0 2634 y(that)j(APHID)f
+(enforces)i(an)f(arti\014cial)e(searc)o(h)j(horizon)e(at)h
+Fm(d)973 2618 y Fd(0)999 2634 y Fn(ply)f(from)e(the)k(ro)q(ot.)k(Eac)o
+(h)15 b(leaf)e(no)q(de)i(in)g(the)g(master's)f Fm(d)1939
+2618 y Fd(0)965 2828 y Fn(4)p eop
+%%Page: 5 5
+5 4 bop 444 154 a
+ 16766447 9472573 9669918 31246336 22892052 38679674 startTexFig
+ 444 154 a
+%%BeginDocument: draw1b.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 52 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Times-Roman reencodeISO def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 3 3 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+117 437 65 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+117 437 162 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 271 296 ] concat
+%I
+117 437 65 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 271 296 ] concat
+%I
+117 437 162 332 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-times-medium-r-normal-*-12-*-*-*-*-*-*-*
+Times-Roman 12 SetF
+%I t
+[ 1 0 0 1 217 609 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 26.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 30.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 33.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 37.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 45 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 49 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 52.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 56 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 60 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 22.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 96 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 162.5 104 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 166 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 170.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 174 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 177 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 181 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 185 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 188.5 156 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 191.5 164 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 156 88.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 151.5 80 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 148 72.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 192 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 195.5 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 198.5 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 191 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 195 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 199 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 203.5 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 187 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 190 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 181 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 185 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 189 127 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 188.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 192.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 196.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 204.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 178 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 199 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 213.5 111 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 184 96 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 208 95.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 194 156 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -36.5 92.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+100 84 116 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+116 100 132 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+132 84 148 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+148 116 164 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+164 84 180 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+180 116 196 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+196 100 212 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+212 116 228 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+228 116 244 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+244 100 260 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+260 116 276 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+276 100 292 84 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 112.5 93 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+100 84 116 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+116 100 132 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+132 84 148 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+148 116 164 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+164 84 180 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+180 116 196 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+196 100 212 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+212 116 228 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+228 116 244 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+244 100 260 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+260 116 276 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+276 100 292 84 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 494 ] concat
+%I
+136 476 160 476 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 244 596 ] concat
+%I
+136 272 160 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 497 ] concat
+%I
+136 296 160 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 244 554 ] concat
+%I
+136 272 160 272 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297 692 ] concat
+%I
+[
+(d)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 313.5 716 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+200 374 200 308 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+200 404 200 470 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+236 452 236 470 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+236 422 236 398 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-times-medium-r-normal-*-12-*-*-*-*-*-*-*
+Times-Roman 12 SetF
+%I t
+[ 1 0 0 1 373 608 ] concat
+%I
+[
+(YBW)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 334 845 a Fn(Figure)14 b(1:)k(Lo)q(cation)13 b(of)h(P)o(arallelism)d
+(in)i(T)o(ypical)g(APHID)h(and)g(YBW)g(Searc)o(h)0 978
+y(ply)e(game-tree)f(is)h(b)q(eing)g(async)o(hronously)h(searc)o(hed)g
+(b)o(y)f(the)h(sla)o(v)o(es.)18 b(Before)13 b(describing)f(ho)o(w)g
+(the)h(master)e(kno)o(ws)h(when)0 1040 y(the)i Fm(d)g
+Fn(ply)f(searc)o(h)i(is)f(complete,)f(w)o(e)h(m)o(ust)f(\014rst)h
+(describ)q(e)i(ho)o(w)e(the)g(master)f(searc)o(hes)j(the)f
+Fm(d)1491 1025 y Fd(0)1516 1040 y Fn(ply)e(tree.)62 1102
+y(When)k(the)g(master)f(reac)o(hes)i(a)f(leaf)f(of)f(the)j
+Fm(d)810 1087 y Fd(0)837 1102 y Fn(ply)e(tree,)i(it)f(uses)g(a)g
+(reliable)f(or)g(appro)o(ximate)f(v)n(alue)h(for)g(the)h(leaf,)0
+1164 y(dep)q(ending)g(on)f(the)h(information)d(a)o(v)n(ailable.)24
+b(If)16 b(a)g Fm(d)10 b Fk(\000)i Fm(d)938 1149 y Fd(0)965
+1164 y Fn(ply)k(searc)o(h)i(result)f(is)g(a)o(v)n(ailable)d(from)g(the)
+k(sla)o(v)o(e,)e(that)g(will)0 1227 y(b)q(e)g(used.)22
+b(\(In)15 b(the)h(curren)o(t)g(implemen)o(tation,)11
+b(w)o(e)16 b(do)e(not)h(use)h(deep)q(er)h(ply)e(v)n(alues,)f(ev)o(en)i
+(if)e(they)h(are)h(a)o(v)n(ailable.)j(This)0 1289 y(will)12
+b(b)q(e)h(discussed)i(in)e(Section)g(4.\))18 b(Ho)o(w)o(ev)o(er,)13
+b(if)f(the)i Fm(d)7 b Fk(\000)h Fm(d)949 1274 y Fd(0)973
+1289 y Fn(ply)k(result)i(is)f(not)g(a)o(v)n(ailable,)d(then)k(the)g
+(algorithm)c(uses)k(the)0 1351 y(\\b)q(est)h(a)o(v)n(ailable")d(ply)h
+(result)i(that)g(had)e(b)q(een)j(returned)g(b)o(y)e(the)g(sla)o(v)o(e)g
+(to)g(generate)i(a)d(guessed)j(minim)o(ax)11 b(v)n(alue)1826
+1336 y Fi(2)1844 1351 y Fn(.)19 b(An)o(y)0 1413 y(no)q(de)14
+b(where)h(w)o(e)f(are)h(forced)f(to)g(guess)h(are)f(mark)o(ed)f(as)h
+Fl(unc)n(ertain)p Fn(.)62 1476 y(As)g(v)n(alues)g(get)g(bac)o(k)o(ed)g
+(up)f(the)h(tree,)h(the)f(master)f(main)o(tains)e(a)j(coun)o(t)g(of)f
+(ho)o(w)g(man)o(y)f(uncertain)i(no)q(des)g(ha)o(v)o(e)g(b)q(een)0
+1538 y(visited)d(in)f(a)h(pass)h(of)e(the)i(tree.)18
+b(As)11 b(long)g(as)g(the)g(score)h(at)f(an)o(y)g(of)f(the)i(lea)o(v)o
+(es)f(is)g(uncertain,)h(the)f(master)g(m)o(ust)f(do)h(another)0
+1600 y(pass)j(of)g(the)g(tree.)19 b(Once)c(the)g(master)e(has)h(a)f
+(reliable)h(v)n(alue)f(for)g(all)g(the)h(lea)o(v)o(es)g(in)g(its)g
+Fm(d)1423 1585 y Fd(0)1448 1600 y Fn(ply)f(tree,)h(the)h(searc)o(h)g
+(of)e(the)h Fm(d)0 1662 y Fn(ply)h(tree)h(is)f(complete.)22
+b(The)16 b(con)o(trolling)d(program)h(w)o(ould)h(then)h(pro)q(ceed)g
+(to)f(the)h(next)g(iteration)f(b)o(y)g(incremen)o(ting)f
+Fm(d)0 1725 y Fn(and)g(asking)f(the)h(master)g(to)g(searc)o(h)h(the)f
+(tree)h(again.)62 1787 y(Note)e(that)f(this)g(de\014nition)f(of)h(the)g
+(master)g(solv)o(es)g(one)g(of)g(the)g(problems)f(that)h(some)f
+(algorithms)f(ha)o(v)o(e)i(with)g(resp)q(ect)0 1849 y(to)k
+(initializing)d(parallelism)g(to)q(o)j(quic)o(kly)f(at)g(a)h(p)q(oten)o
+(tial)f Fe(CUT)g Fn(no)q(de.)24 b(By)17 b(using)e(the)i(guessed)g
+(scores)g(when)g(accurate)0 1912 y(information)9 b(is)j(not)f(a)o(v)n
+(ailable,)f(the)i(APHID)g(algorithm)e(automatically)e(determines)k(if)f
+(a)h(subsequen)o(t)i(c)o(hild)d(is)h(lik)o(ely)e(to)0
+1974 y(generate)15 b(a)f(cuto\013)g(at)g(a)f(failed)g
+Fe(CUT)g Fn(no)q(de.)19 b(If)13 b(it)h(seems)g(lik)o(ely)e(that)i(a)g
+(c)o(hild)f(will)f(generate)j(a)f(cuto\013)g(based)h(on)e(guessed)0
+2036 y(v)n(alues,)e(the)g(c)o(hildren)g(of)f(the)h(failed)e
+Fe(CUT)h Fn(no)q(de)h(are)g(ev)n(aluated)g(sequen)o(tially)m(.)16
+b(If)10 b(it)g(seems)h(unlik)o(ely)e(that)i(the)g(no)q(de)g(will)e(b)q
+(e)0 2098 y(cut)j(o\013)g(due)h(to)e(lo)o(w)g(minima)o(x)e(v)n(alues,)j
+(the)g(searc)o(h)h(w)o(ould)e(con)o(tin)o(ue)h(for)g(a)f(promising)f
+(no)q(de)i(at)g(that)g(branc)o(h)g(in)g(parallel.)0 2161
+y(This)j(is)g(all)f(handled)i(automatically)c(b)o(y)j(the)h
+Fm(\013\014)i Fn(routine.)k(The)16 b(handling)e(of)h(a)g(h)o(yp)q
+(othesized)h Fe(CUT)f Fn(no)q(de)h(is)f(stronger)0 2223
+y(than)g(the)g(equiv)n(alen)o(t)f(scenario)i(in)e(the)h(YBW)g
+(algorithm,)d(whic)o(h)j(ignores)g(previous)g(score)h(information)c(a)o
+(v)n(ailable)g(for)0 2285 y(some)f(branc)o(hes)i(of)f(the)h(failed)e
+Fe(CUT)g Fn(no)q(de.)18 b(In)12 b(the)h(full)d(v)o(ersion)j(of)e(YBW,)h
+(application-dep)q(enden)o(t)g(information)d(is)j(used)0
+2347 y(to)i(do)f(what)h(APHID)g(handles)g(automatically)d(with)j(the)g
+Fm(\013\014)i Fn(searc)o(h)f(windo)o(w.)62 2410 y(The)g(sla)o(v)o(es)g
+(are)g(resp)q(onsible)g(for)f(setting)h(their)g(o)o(wn)f(searc)o(h)i
+(windo)o(ws,)e(based)h(on)f(information)e(from)h(the)i(master.)0
+2472 y(Sometimes,)10 b(the)j(information)d(returned)k(b)o(y)e(the)h
+(sla)o(v)o(e)f(ma)o(y)f(not)h(b)q(e)h(useful)g(to)f(the)h(master.)k(F)m
+(or)12 b(example,)f(a)i(sla)o(v)o(e)f(can)0 2534 y(tell)h(the)i(master)
+e(that)h(the)g(score)h(of)f(a)f(giv)o(en)g(no)q(de)i(is)e(less)i(than)f
+(30,)e(but)i(the)h(master)e(ma)o(y)f(w)o(an)o(t)h(to)h(kno)o(w)f(if)g
+(the)i(score)p 0 2569 780 2 v 46 2596 a Fh(2)64 2607
+y Fg(Man)o(y)d(game-tree)f(searc)o(h)h(programs)e(exhibit)i(an)g
+(e\013ect)g(based)g(on)h(the)g(parit)o(y)e(of)i(the)g(searc)o(h)f
+(depth)f(\(o)q(dd)h(or)h(ev)o(en)f(n)o(um)o(b)q(er)g(of)g(ply\).)0
+2647 y(Scores)d(are)g(stable)g(when)h(y)o(ou)f(lo)q(ok)h(at)f(results)g
+(from)g(the)h(o)q(dd)f(plies)g(only)m(,)h(or)g(ev)o(en)f(plies)g(only)m
+(,)g(but)h(are)f(sometimes)f(unstable)g(when)i(y)o(ou)f(mix)0
+2686 y(the)i(t)o(w)o(o.)k(Th)o(us,)c(w)o(e)h(use)f(the)g(largest)f(ply)
+h(v)n(alue)f(with)h(the)g(same)f(parit)o(y)m(,)g(instead)g(of)h(alw)o
+(a)o(ys)g(using)f(the)h(largest)f(ply)h(v)n(alue)f(a)o(v)n(ailable.)965
+2828 y Fn(5)p eop
+%%Page: 6 6
+6 5 bop 165 154 a
+ 25575945 23681433 8420065 17234821 28417720 35653713 startTexFig
+ 165 154 a
+%%BeginDocument: draw2.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 6 6 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 5.99997 0 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 342 674 ] concat
+%I
+[
+(Master)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 8 26 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -4 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -10 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -16 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -22 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 104 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -28 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 164 452 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 452 272 260 Line
+%I 2
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -71.5 99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+308 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 428.5 544 ] concat
+%I
+[
+(R)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 284 612.5 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 518 100 518 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 326 100 326 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 446 124 506 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 410 124 338 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 18 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 84 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -108 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 66 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -84 -24 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 12 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.458861 0 0 0.489848 235.544 397.7 ] concat
+%I
+232 170 388 266 Rect
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.815325 0 0 0.489848 236.845 397.7 ] concat
+%I
+232 170 364 266 Rect
+End
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.21519 0 0 0.046875 83.0438 492.703 ] concat
+%I
+100 241 376 241 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 515 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 503 ] concat
+%I
+[
+(Table)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 222 497 ] concat
+%I
+[
+(-1/4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 258 497 ] concat
+%I
+[
+(+2/3)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297.5 497 ] concat
+%I
+[
+(?/0)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 148 395 ] concat
+%I
+136 170 352 266 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 348 497 ] concat
+%I
+[
+(+5/5)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 468 497 ] concat
+%I
+[
+(+1/3)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 98 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+98 217 110 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+110 229 116 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+116 217 122 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+122 247 140 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 235 146 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+146 247 152 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+152 229 158 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+158 247 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 204 194 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+204 194 240 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+240 218 252 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+252 230 264 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+264 218 276 182 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+276 182 288 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 206 300 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+300 230 312 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+312 206 324 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+324 230 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+188 248 212 284 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+212 284 236 248 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+236 248 248 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+248 296 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+272 260 284 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+284 296 308 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+308 272 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+260 464 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+260 464 188 248 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 246 341 ] concat
+%I
+[
+(Slave 1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 354 341 ] concat
+%I
+[
+(Slave 2)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 444 341 ] concat
+%I
+[
+(Slave 3)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 35.5 -97.5 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 54 -97 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -24.5 -99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 320 148 320 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 164 148 164 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 180.5 421.5 ] concat
+%I
+[
+(d-d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 224 124 176 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 260 124 308 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 384 497 ] concat
+%I
+[
+(+4/5)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 60 -36 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 362 ] concat
+%I
+356 380 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 453 555.5 ] concat
+%I
+[
+(8)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 504 497 ] concat
+%I
+[
+(-3/1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 432 497 ] concat
+%I
+[
+(<0/4)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 488 1745 a Fn(Figure)14 b(2:)k(A)c(Snapshot)g(of)f(APHID)i(Searc)o(h)f
+(In)g(Op)q(eration)0 1878 y(is)f(in)g(b)q(et)o(w)o(een)i(-5)e(and)g(5.)
+18 b(In)13 b(this)h(case,)g(a)f(\\bad)g(b)q(ound")h(searc)o(h)g(is)f
+(generated,)i(and)e(the)h(searc)o(h)h(windo)o(w)d(parameters,)0
+1940 y Fm(\013)j Fn(and)f Fm(\014)r Fn(,)h(m)o(ust)f(b)q(e)i(comm)o
+(unicated)c(to)j(the)h(sla)o(v)o(e)e(pro)q(cessor.)23
+b(An)o(y)15 b(no)q(des)g(where)h(w)o(e)f(are)h(w)o(aiting)d(for)i
+(\\bad)f(b)q(ound")0 2002 y(information)f(are)k(considered)g(as)f
+(uncertain)h(b)o(y)f(the)g(master,)g(ev)o(en)h(though)f(w)o(e)g(ha)o(v)
+o(e)g(a)g(score)h(b)q(ound)f(for)g(the)h Fm(d)10 b Fk(\000)h
+Fm(d)1939 1987 y Fd(0)0 2064 y Fn(ply)k(searc)o(h.)25
+b(Ev)o(en)o(tually)m(,)14 b(the)j(sla)o(v)o(e)e(will)f(return)j(up)q
+(dated)f(information)d(that)j(is)f(consisten)o(t)i(with)f(b)q(oth)g
+(the)g(original)0 2127 y(information)11 b(and)j(the)g(searc)o(h)h
+(windo)o(w)e(requested)824 2112 y Fi(3)845 2127 y Fn(.)0
+2243 y Fc(3.2)56 b(The)18 b(APHID)h(T)-5 b(able)0 2332
+y Fn(If)15 b(a)f(leaf)h(no)q(de)g(is)g(visited)g(b)o(y)g(the)g(master)g
+(for)g(the)g(\014rst)h(time,)d(it)i(is)g(statically)f(allo)q(cated)h
+(to)f(a)h(sla)o(v)o(e)g(pro)q(cessor.)23 b(This)0 2394
+y(information)14 b(is)j(recorded)h(in)f(a)f(table,)i(the)f
+Fl(APHID)h(table)p Fn(,)f(that)g(is)g(shared)h(b)o(y)e(all)g(pro)q
+(cessors.)29 b(Figure)17 b(2)g(sho)o(ws)g(an)0 2456 y(example)c(of)g
+(ho)o(w)g(the)i(APHID)f(table)g(w)o(ould)f(b)q(e)h(organized)g(at)g(a)f
+(giv)o(en)h(p)q(oin)o(t)f(in)h(time.)62 2519 y(The)h(APHID)f(table)g
+(is)g(partitioned)g(in)o(to)g(t)o(w)o(o)f(parts:)20 b(one)14
+b(whic)o(h)g(only)g(the)g(master)g(can)g(write)h(to,)f(and)g(one)g
+(whic)o(h)p 0 2553 780 2 v 46 2580 a Fh(3)64 2592 y Fg(It)f(ma)o(y)g
+(happ)q(en)f(that)h(the)g(original)f(searc)o(h)g(and)h(the)h(\\bad)e(b)
+q(ound")g(searc)o(h)h(are)g(inconsisten)o(t)e(with)j(one)f(another,)f
+(through)g(the)h(use)0 2631 y(of)h(searc)o(h)e(extensions)f(that)i(ma)o
+(y)g(or)h(ma)o(y)f(not)g(b)q(e)g(triggered)f(based)g(on)i(the)f(searc)o
+(h)g(windo)o(w)g(used.)22 b(In)13 b(this)h(case,)f(the)g(searc)o(h)g
+(explicitly)0 2671 y(requested)c(b)o(y)i(the)g(master)f(o)o(v)o
+(errides)f(the)i(informatio)o(n)e(that)h(had)h(b)q(een)f(previously)f
+(stored.)965 2828 y Fn(6)p eop
+%%Page: 7 7
+7 6 bop 0 195 a Fn(only)14 b(the)h(sla)o(v)o(e)g(that)f(has)h(b)q(een)h
+(assigned)f(that)g(piece)h(of)e(w)o(ork)g(can)h(write)g(to.)21
+b(An)o(y)14 b(attempt)g(to)h(write)g(in)o(to)f(the)h(table)0
+257 y(generates)k(a)e(message)g(that)g(informs)f(the)i(sla)o(v)o(e)f
+(or)g(the)h(master)f(pro)q(cess)i(of)e(the)h(up)q(date)g(to)f(the)h
+(information.)26 b(The)0 320 y(master)13 b(and)f(sla)o(v)o(e)h(only)f
+(read)i(their)f(lo)q(cal)f(copies)i(of)e(the)i(information;)c(there)k
+(are)f(no)g(explicit)g(messages)g(sen)o(t)h(b)q(et)o(w)o(een)0
+382 y(the)g(master)g(and)g(the)g(sla)o(v)o(e)g(asking)f(for)g
+(information.)62 444 y(The)g(master's)f(half)f(of)h(the)h(table)f(is)h
+(illustrated)f(ab)q(o)o(v)o(e)g(the)h(dotted)g(line)f(in)g(Figure)g(2.)
+17 b(F)m(or)12 b(eac)o(h)h(leaf)f(that)g(has)h(b)q(een)0
+506 y(visited)h(b)o(y)f(the)h(master,)f(there)i(is)f(an)f(en)o(try)i
+(in)e(the)h(APHID)g(table.)k(Information)11 b(main)o(tained)h(on)h(the)
+i(lea)o(v)o(es)e(includes)0 569 y(the)g(mo)o(v)o(es)e(required)j(to)e
+(generate)i(the)f(leaf)f(p)q(ositions)g(from)f(the)i(ro)q(ot)g
+Fe(R)p Fn(,)f(the)h(appro)o(ximate)e(lo)q(cation)g(of)h(the)h(leaf)f
+(in)g(the)0 631 y(tree)k(\(whic)o(h)e(is)g(used)h(b)o(y)g(the)f(sla)o
+(v)o(e)g(to)h(prioritize)f(w)o(ork\),)g(whether)h(this)g(leaf)f(w)o(as)
+g(touc)o(hed)h(on)f(the)h(last)f(pass)h(that)f(the)0
+693 y(master)f(executed,)j(and)d(the)i(n)o(um)o(b)q(er)e(of)g(the)i
+(sla)o(v)o(e)e(that)h(the)h(leaf)e(w)o(as)h(allo)q(cated)f(to.)62
+756 y(In)h(our)f(example,)f(w)o(e)i(can)g(see)g(that)g(the)g(same)f(n)o
+(um)o(b)q(er)f(of)h(lea)o(v)o(es)h(ha)o(v)o(e)f(b)q(een)i(allo)q(cated)
+e(to)g(eac)o(h)h(sla)o(v)o(e.)k(Note)c(that)0 818 y(there)i(is)f(an)g
+(additional)f(leaf,)g(8,)h(that)g(is)g(not)g(represen)o(ted)j(in)c(the)
+i(master's)f Fm(d)1286 803 y Fd(0)1312 818 y Fn(ply)f(searc)o(h)j
+(tree.)23 b(This)15 b(leaf)f(no)q(de)i(has)0 880 y(b)q(een)f(visited)g
+(on)f(a)g(previous)h(pass)g(of)e(the)i Fm(d)723 865 y
+Fd(0)749 880 y Fn(ply)f(searc)o(h)h(tree,)g(and)g(w)o(as)f(not)g(touc)o
+(hed)h(on)f(the)h(latest)g(pass.)20 b(Ho)o(w)o(ev)o(er,)0
+942 y(the)14 b(information)c(that)k(the)g(sla)o(v)o(e)f(has)g
+(generated)i(ma)o(y)c(b)q(e)j(needed)h(in)e(a)g(later)g(pass)h(of)f
+(the)h(tree)g(and)f(is)h(not)f(deleted)h(b)o(y)0 1005
+y(the)g(master.)k(Lea)o(v)o(es)c(are)g(initially)e(allo)q(cated)h(to)h
+(the)g(sla)o(v)o(es)g(in)f(a)h(round-robin)f(manner,)f(and)i(ma)o(y)e
+(mo)o(v)o(e)g(due)i(to)g(load)0 1067 y(balancing)g(\(as)h(describ)q(ed)
+i(in)e(Section)h(3.4\).)k(Although)15 b(there)i(ma)o(y)c(b)q(e)i(b)q
+(etter)i(metho)q(ds)e(of)f(allo)q(cating)g(lea)o(v)o(es,)h(it)g(has)0
+1129 y(b)q(een)f(found)f(that)h(this)f(is)g(a)g(reasonable)h(metho)q(d)
+f(of)f(initially)f(balancing)h(the)i(load)f(on)g(a)g(small)e(n)o(um)o
+(b)q(er)h(of)h(pro)q(cessors.)62 1191 y(The)j(sla)o(v)o(e's)e(part)h
+(of)g(the)g(table,)g(illustrated)f(b)o(y)h(the)h(area)f(b)q(elo)o(w)f
+(the)i(dotted)g(line,)e(con)o(tains)h(information)d(on)i(the)0
+1254 y(result)f(of)e(searc)o(hing)i(the)g(p)q(osition)e(to)h(v)n
+(arious)f(depths)j(of)d(searc)o(h.)19 b(The)12 b(\\b)q(est")h
+(information)c(and)j(the)h(ply)e(to)h(whic)o(h)g(the)0
+1316 y(leaf)j(w)o(as)g(examined)f(is)i(giv)o(en)f(underneath)h(eac)o(h)
+g(leaf)f(no)q(de)h(in)f(the)h(tree.)24 b(F)m(or)15 b(leaf)g(1,)g(the)h
+(score)h(returned)g(is)e(-1)g(with)0 1378 y(a)f(searc)o(h)h(depth)f(of)
+g(4.)j(Leaf)d(3)g(illustrates)g(that)g(the)g(score)h(information)c
+(returned)16 b(b)o(y)e(the)g(sla)o(v)o(e)g(is)f(not)h(necessarily)h(an)
+0 1440 y(exact)h(n)o(um)o(b)q(er.)k(The)15 b(sla)o(v)o(es)g(main)o
+(tain)d(an)j(upp)q(er)h(b)q(ound)e(and)h(a)g(lo)o(w)o(er)f(b)q(ound)h
+(on)g(the)g(score)h(for)f(eac)o(h)g(ply)g(of)f(searc)o(h)0
+1503 y(depth.)19 b(The)14 b(score)h(is)f(kno)o(wn)f(to)h(b)q(e)h(exact)
+f(when)h(the)f(upp)q(er)h(and)f(lo)o(w)o(er)f(b)q(ounds)i(are)f(the)g
+(same.)0 1618 y Fc(3.3)56 b(Op)r(eration)17 b(of)i(Sla)n(v)n(e)g(in)f
+(APHID)0 1707 y Fn(A)c(sla)o(v)o(e)f(pro)q(cess)i(essen)o(tially)e
+(executes)j(the)e(same)e(co)q(de)j(that)e(a)g(sequen)o(tial)h
+Fm(\013\014)i Fn(searc)o(her)f(w)o(ould.)i(The)d(pro)q(cess)h(simply)0
+1770 y(rep)q(eats)g(the)g(follo)o(wing)c(three)k(steps)h(un)o(til)d
+(the)h(master)g(tells)f(it)h(that)g(the)g(searc)o(h)h(is)f(complete:)51
+1862 y(1.)20 b(Lo)q(ok)13 b(in)h(its)f(p)q(ortion)h(of)f(its)h(lo)q
+(cal)f(cop)o(y)h(of)f(the)i(APHID)f(table,)f(and)h(\014nd)g(the)g
+(highest)h(priorit)o(y)e(no)q(de)h(to)g(searc)o(h.)51
+1956 y(2.)20 b(Execute)15 b(the)g(searc)o(h.)51 2051
+y(3.)20 b(Rep)q(ort)14 b(the)g(result)h(bac)o(k)f(to)g(the)g(master)g
+(\(getting)f(an)h(up)q(date)h(to)e(its)h(APHID)g(table)g(in)g
+(return\).)62 2143 y(The)19 b(w)o(ork)e(selection)i(criterion)f(is)g
+(primarily)d(based)k(on)f(the)g(depth)h(to)f(whic)o(h)f(the)i(sla)o(v)o
+(e)f(has)g(already)f(searc)o(hed)0 2205 y(a)h(no)q(de.)31
+b(As)18 b(w)o(e)g(can)h(see)g(for)e(Sla)o(v)o(e)h(1)g(in)f(Figure)h(2,)
+h(lea)o(v)o(es)f(1,)g(4)g(and)g(7)f(ha)o(v)o(e)h(b)q(een)h(searc)o(hed)
+h(to)e(4,)g(3)g(and)g(0)f(ply)m(,)0 2268 y(resp)q(ectiv)o(ely)m(.)i(Th)
+o(us,)14 b(Sla)o(v)o(e)f(1)g(is)h(attempting)e(to)i(searc)o(h)h(leaf)e
+(7)h(to)f(1)h(ply)m(,)e(and)i(will)e(con)o(tin)o(ue)i(to)g(searc)o(h)h
+(leaf)e(7)h(up)g(to)f(3)0 2330 y(ply)g(b)o(y)h(using)g(iterativ)o(e)f
+(deep)q(ening,)i(if)e(no)h(new)g(w)o(ork)f(arriv)o(es)i(from)d(the)i
+(master.)62 2392 y(The)c(secondary)h(criterion)f(is)g(the)g(lo)q
+(cation)f(of)g(the)h(no)q(de)h(within)d(the)j(master's)e(game-tree.)16
+b(This)10 b(secondary)h(criterion)0 2455 y(is)f(necessary)j(since)e(it)
+f(is)g(usually)g(b)q(ene\014cial)h(to)f(generate)i(the)f(results)h(in)e
+(a)g(left)g(to)g(righ)o(t)g(order)h(for)g(the)g(master.)16
+b(Children)0 2517 y(of)e(no)q(des)h(are)g(usually)f(considered)h(in)g
+(a)f(b)q(est-to-w)o(orst)h(ordering,)f(implying)e(that)i(the)h
+(left-most)e(branc)o(hes)j(at)e(a)h(no)q(de)0 2579 y(ha)o(v)o(e)g(a)g
+(higher)g(probabilit)o(y)e(of)i(b)q(eing)g(useful)g(than)g(the)h(righ)o
+(t-most)d(ones.)22 b(F)m(or)15 b(Sla)o(v)o(e)f(2)h(in)g(Figure)g(2,)f
+(lea)o(v)o(es)i(2)e(and)h(5)0 2641 y(ha)o(v)o(e)f(b)q(oth)h(b)q(een)g
+(searc)o(hed)h(to)e(5)g(ply)m(,)f(but)h(leaf)g(2)g(is)g(b)q(eing)h
+(searc)o(hed)g(in)f(the)h(sla)o(v)o(e)f(to)g(6)g(ply)g(since)h(it)f(is)
+g(further)h(left)f(in)0 2704 y(the)g(tree)i(than)d(leaf)h(5.)965
+2828 y(7)p eop
+%%Page: 8 8
+8 7 bop 62 195 a Fn(A)14 b(no)q(de)h(that)f(has)g(a)f(priorit)o(y)h(of)
+f(zero)i(\(b)q(ecause)h(it)d(is)h(no)g(longer)f(part)i(of)e(the)h
+(master's)g(tree\))h(will)e(not)h(b)q(e)g(selected)0
+257 y(for)d(further)i(searc)o(h.)18 b(F)m(or)11 b(Sla)o(v)o(e)g(3,)h(w)
+o(e)g(notice)g(that)f(Leaf)h(8)f(w)o(ould)g(b)q(e)h(searc)o(hed)i(if)c
+(it)i(had)f(b)q(een)i(touc)o(hed)f(b)o(y)g(the)g(master.)0
+320 y(Leaf)i(8)f(is)h(ignored)g(b)o(y)f(the)i(sc)o(heduling)f
+(algorithm)d(b)q(ecause)16 b(it)d(is)h(not)g(curren)o(tly)h(part)f(of)f
+(the)h(master's)g(tree.)62 382 y(Before)19 b(a)f(searc)o(h)h(can)f(b)q
+(e)h(executed,)h(an)e Fm(\013\014)i Fn(searc)o(h)f(windo)o(w)e(m)o(ust)
+g(b)q(e)i(generated)g(b)o(y)f(the)g(sla)o(v)o(e.)30 b(The)18
+b(master)0 444 y(con)o(tin)o(ually)f(advises)j(the)f(sla)o(v)o(es)g(of)
+g(the)g(leaf)s('s)f(lo)q(cation)h(within)f(the)h(master's)g(tree,)i
+(and)d(the)i(h)o(yp)q(othetical)f(v)n(alue)0 506 y(of)e(the)g(ro)q(ot)h
+(of)e(the)i(master's)f(tree.)29 b(Although)17 b(the)h(width)f(of)f(the)
+i(searc)o(h)g(windo)o(w)f(is)g(application-dep)q(enden)o(t,)h(one)0
+569 y(normally)12 b(w)o(an)o(ts)i(to)g(cen)o(ter)i(the)f(windo)o(w)f
+(around)g(this)h(h)o(yp)q(othesized)g(ro)q(ot)g(v)n(alue,)e(plus)h(or)h
+(min)o(us)d(a)j(factor)f(to)g(re\015ect)0 631 y(the)g(uncertain)o(t)o
+(y)h(in)e(it.)62 693 y(There)19 b(are)e(three)h(t)o(yp)q(es)g(of)f(up)q
+(date)h(messages)f(that)g(a)g(sla)o(v)o(e)g(receiv)o(es)h(from)e(the)h
+(master:)24 b(a)17 b(new)h(piece)g(of)e(w)o(ork)0 756
+y(has)g(b)q(een)h(added)f(to)f(the)i(sla)o(v)o(e)e(pro)q(cessor's)j
+(APHID)e(table,)f(the)i(lo)q(cation)d(of)h(a)h(leaf)f(no)q(de)h(within)
+f(the)i(master's)e(tree)0 818 y(has)g(c)o(hanged)h(\(c)o(hanging)e(the)
+i(secondary)g(w)o(ork)e(sc)o(heduling)i(criterion\),)f(and)g(a)g
+(noti\014cation)f(of)g(a)h(\\bad)g(b)q(ound")f(on)h(a)0
+880 y(no)q(de.)21 b(The)15 b(bad)g(b)q(ound)g(message)f(alerts)i(the)f
+(sla)o(v)o(e)f(that)h(a)g(p)q(osition's)f(searc)o(h)i(information)c(is)
+i(not)h(su\016cien)o(t)g(to)g(sa)o(v)o(e)0 942 y(the)g(no)q(de)h(from)d
+(b)q(eing)h(uncertain.)22 b(In)15 b(this)g(case,)g(the)h(sla)o(v)o(e)e
+(m)o(ust)g(re-searc)o(h)i(the)g(no)q(de)f(with)f(the)i
+Fm(\013\014)h Fn(searc)o(h)f(windo)o(w)0 1005 y(sen)o(t)f(b)o(y)e(the)i
+(master)e(to)h(the)g(ply)g(requested.)62 1067 y(As)19
+b(a)g(p)q(erformance)f(impro)o(v)o(emen)o(t,)f(w)o(e)i(w)o(an)o(t)f(to)
+h(force)g(the)g(sla)o(v)o(e)f(to)h(alw)o(a)o(ys)f(w)o(ork)g(on)g(no)q
+(des)i(for)e(the)h(curren)o(t)0 1129 y(searc)o(h)c(depth)f(of)f(the)h
+(master.)j(When)d(all)e(the)i(sla)o(v)o(e's)f(w)o(ork)h(has)f(b)q(een)i
+(searc)o(hed)g(to)e(the)h(required)h(depth,)f(rather)g(than)0
+1191 y(b)q(ecoming)g(idle,)g(it)g(starts)i(re-searc)o(hing)g(its)e(w)o
+(ork)h(an)f(additional)f(ply)i(deep)q(er,)h(in)e(an)o(ticipation)g(of)g
+(the)h(next)g(iteration)0 1254 y(\(depth)g Fm(d)9 b Fn(+)h(1\).)19
+b(When)14 b(this)g(is)g(happ)q(ening,)g(the)h(sla)o(v)o(e)f(routinely)g
+(c)o(hec)o(ks)h(the)g(comm)o(unicatio)o(n)d(c)o(hannel)i(for)g
+(messages)0 1316 y(from)c(the)i(master.)17 b(If)11 b(the)h(sla)o(v)o(e)
+f(receiv)o(es)i(a)e(new)h(piece)h(of)d(w)o(ork)i(to)f(do)g(at)g
+Fm(d)t Fk(\000)t Fm(d)1269 1301 y Fd(0)1293 1316 y Fn(ply)g(or)g(less,)
+h(the)g(searc)o(h)h(is)e(immediately)0 1378 y(ab)q(orted)j(and)g(con)o
+(trol)g(is)g(returned)h(to)f(the)g(sla)o(v)o(e's)g(sc)o(heduling)g
+(algorithm.)0 1494 y Fc(3.4)56 b(Load)18 b(Balancing)0
+1583 y Fn(Although)c(the)g(master)g(attemps)g(to)g(giv)o(e)g(an)g
+(equal)f(amoun)o(t)g(of)g(w)o(ork)h(to)g(eac)o(h)h(sla)o(v)o(e)f(in)g
+(APHID,)g(neither)h(the)f(master)0 1646 y(nor)h(the)h(sla)o(v)o(e)e
+(can)i(predict)g(the)f(amoun)o(t)f(of)g(e\013ort)i(required)g(to)f
+(complete)f(a)h Fm(d)9 b Fk(\000)i Fm(d)1377 1631 y Fd(0)1403
+1646 y Fn(ply)j(searc)o(h)j(for)d(a)h(giv)o(en)g(piece)h(of)0
+1708 y(w)o(ork.)i(In)13 b(games)f(suc)o(h)i(as)f(c)o(hess,)i(there)f
+(are)g(no)f(completely)f(reliable)h(indicators)g(of)g(the)h
+(\\e\013ort")f(required)i(for)d(a)h(giv)o(en)0 1770 y(searc)o(h.)19
+b(Th)o(us,)14 b(load)f(im)o(balances)f(can)i(o)q(ccur)h(based)g(on)e
+(the)i(allo)q(cation)d(of)h(w)o(ork)h(to)g(sla)o(v)o(es.)62
+1833 y(The)j(master)g(kno)o(ws)f(all)g(of)g(the)i(information)13
+b(ab)q(out)k(ho)o(w)g(man)o(y)d(uncertain)k(no)q(des)g(it)e(is)h(w)o
+(aiting)e(for)h(from)f(eac)o(h)0 1895 y(sla)o(v)o(e.)24
+b(Th)o(us,)16 b(the)g(master)g(has)g(information)d(on)i(when)i(to)e(mo)
+o(v)o(e)g(lea)o(v)o(es)h(from)e(the)i Fm(d)1405 1880
+y Fd(0)1432 1895 y Fn(ply)g(tree)h(from)d(an)i Fl(overworke)n(d)0
+1957 y(slave)f Fn(\(a)g(sla)o(v)o(e)g(with)g(a)g(large)h(n)o(um)o(b)q
+(er)e(of)h(uncertain)h(no)q(des\))g(to)f(an)g Fl(underworke)n(d)i
+(slave)e Fn(\(a)g(sla)o(v)o(e)g(with)g(no)g(uncertain)0
+2019 y(no)q(des\).)24 b(This)15 b(yields)g(a)g(tradeo\013)h(b)q(et)o(w)
+o(een)h(faster)f(con)o(v)o(ergence)h(for)e(a)h(giv)o(en)f(ply)f(searc)o
+(h)j(of)e(the)h(tree)h(and)e(additional)0 2082 y(searc)o(h)g(o)o(v)o
+(erhead,)f(as)g(discussed)h(in)f(Section)g(4.)0 2198
+y Fc(3.5)56 b(Implem)o(en)n(tation)0 2287 y Fn(The)17
+b(APHID)f(algorithm)e(has)j(b)q(een)g(written)g(as)g(an)f
+(application-indep)q(enden)o(t)g(library)g(of)f(C)i(routines.)26
+b(The)17 b(library)0 2349 y(w)o(as)12 b(written)g(to)f(pro)o(vide)h
+(minim)o(al)c(in)o(terv)o(en)o(tion)j(in)o(to)g(a)h(w)o(orking)e(v)o
+(ersion)i(of)f(sequen)o(tial)h Fm(\013\014)i Fn(\(or)e(its)f(common)e
+(v)n(arian)o(ts:)0 2411 y(NegaScout[18,)k(20)o(])g(and)g(Principal)g(V)
+m(ariation)f(Searc)o(h)i(\(PVS\))g([16)o(]\).)k(Since)c(the)g(library)e
+(is)i(application-indep)q(enden)o(t,)0 2474 y(a)c(p)q(oten)o(tial)g
+(user)i(m)o(ust)e(write)g(a)h(few)f(application-dep)q(enden)o(t)h
+(routines)g(\(suc)o(h)h(as)f(mo)o(v)o(e)d(format,)h(ho)o(w)i(to)f(mak)o
+(e/unmak)o(e)0 2536 y(mo)o(v)o(es,)j(p)q(osition)i(format,)e(setting)i
+(a)g(windo)o(w)f(for)g(a)h(sla)o(v)o(e's)f(searc)o(h,)i
+Fl(etc)p Fn(.\).)21 b(APHID's)15 b(message)g(passing)g(w)o(as)f
+(written)0 2598 y(using)g(PVM)g([23)o(])f(to)h(allo)o(w)e(for)i(the)g
+(maxim)o(um)9 b(p)q(ortabilit)o(y)k(among)e(a)o(v)n(ailable)h(hardw)o
+(are.)62 2660 y(T)m(o)h(parallelize)f(a)i(sequen)o(tial)f
+Fm(\013\014)j Fn(program,)11 b(the)j(user)g(mo)q(di\014es)f(his)g(or)g
+(her)h(searc)o(h)h(routine)f(as)f(sho)o(wn)g(in)g(Figure)h(3.)965
+2828 y(8)p eop
+%%Page: 9 9
+9 8 bop 0 195 a Fn(The)15 b(APHID)f(c)o(hanges)h(are)f(mark)o(ed)f(b)o
+(y)h(shading,)f(and)h(easily)g(\014t)g(in)o(to)g(standard)g
+Fm(\013\014)j Fn(framew)o(orks.)g(This)d(one)h(piece)g(of)0
+257 y(co)q(de)g(functions)f(as)g(the)g(searc)o(h)h(algorithm)c(for)j(b)
+q(oth)g(the)g(master)g(and)g(the)g(sla)o(v)o(e)g(pro)q(cesses.)62
+320 y(There)i(are)f(a)g(few)f(additional)f(calls)i(that)f(ha)o(v)o(e)h
+(to)f(b)q(e)i(added)f(to)f(the)i(iterativ)o(e)e(deep)q(ening)i(routine)
+f(that)g(calls)f Fm(\013\014)r Fn(,)0 382 y(outlined)f(in)h(Figure)g
+(4.)62 444 y(Initially)m(,)c(it)i(w)o(as)g(an)o(ticipated)g(that)h(all)
+e(users)j(w)o(ould)d(w)o(an)o(t)h(to)h(searc)o(h)g(in)f(parallel)f
+(from)g(the)i(ro)q(ot)f(of)g(the)h(game)e(tree.)0 506
+y(Ho)o(w)o(ev)o(er,)i(there)i(are)e(some)f(programs)g(that)h(wish)g(to)
+g(handle)g(the)h(ro)q(ot)f(of)f(the)i(game)d(tree)k(in)d(a)h
+(di\013eren)o(t)h(w)o(a)o(y)e(than)h(the)0 569 y(other)j(lea)o(v)o(es)f
+(of)f(the)i(searc)o(h)g(tree)g(\(b)o(y)f(adding)f(calls)h(to)g(the)g
+(time-con)o(trol)f(mec)o(hanism,)e(and)j(sp)q(ecial)g(handling)f(of)g
+(the)0 631 y Fm(\013\014)19 b Fn(searc)o(h)f(windo)o(w\).)25
+b(APHID)17 b(has)g(b)q(een)h(generalized)f(to)g(in)o(tegrate)g(with)f
+(this)h(st)o(yle)g(of)f(searc)o(hing)h(the)g(game)e(tree;)0
+693 y(Figure)e(5)f(illustrates)g(the)h(c)o(hanges)g(necessary)m(.)20
+b(The)12 b(only)g(signi\014can)o(t)g(c)o(hange)h(from)d(Figure)j(4)f
+(is)g(the)h(addition)f(of)g(a)g(call)0 756 y(to)i Fe(aphid)p
+164 756 14 2 v 14 w(intnode)p 332 756 V 15 w(premove)p
+Fn(.)62 818 y(There)h(are)g(t)o(w)o(o)e(calls)g(that)h(are)h(inserted)g
+(in)o(to)e(the)i(main)c(program,)h(whic)o(h)i(are)g(illustrated)g(in)f
+(Figure)h(6.)62 880 y(A)k(brief)g(explanation)f(of)g(the)i(parameters)f
+(and)g(function)f(of)h(eac)o(h)g(of)g(these)h Fe(aphid)p
+1461 880 V 33 w Fn(routines)f(can)g(b)q(e)h(found)e(in)0
+942 y(App)q(endix)d(A.)0 1080 y Fo(4)69 b(Exp)r(erimen)n(ts)0
+1183 y Fn(The)12 b(APHID)f(game-indep)q(enden)o(t)h(library)e(w)o(as)i
+(inserted)g(in)o(to)f Fj(TheTurk)h Fn(c)o(hess)h(program,)d(written)i
+(b)o(y)f(Yngvi)g(Bjorns-)0 1245 y(son)16 b(and)g(Andreas)h(Junghanns)g
+(at)f(the)h(Univ)o(ersit)o(y)f(of)f(Alb)q(erta.)25 b(With)16
+b(less)h(than)f(one)g(da)o(y)g(of)f(programming)e(e\013ort,)0
+1307 y(w)o(e)j(had)g(a)g(running)f(parallel)g(program)g(based)h(on)g
+(the)g(APHID)h(algorithm)c(that)j(could)g(run)g(on)g(a)f(series)j(of)d
+(w)o(orksta-)0 1370 y(tions.)i(Along)11 b(with)h(the)h(additional)d
+(calls)h(added)i(to)e(PVS,)h(the)h(iterativ)o(e)f(deep)q(ening)h
+(routine,)f(and)g(the)g(main)e(program,)0 1432 y(roughly)15
+b(100)g(lines)h(of)f(co)q(de)i(w)o(ere)g(de\014ned)g(for)e(the)i
+Fe(aphid)p 970 1432 V 14 w(stub)p 1072 1432 V 31 w Fn(routines,)g
+(whose)f(purp)q(ose)h(is)f(brie\015y)g(describ)q(ed)h(in)0
+1494 y(App)q(endix)d(A.)62 1557 y(T)m(o)j(test)h(the)g(algorithm,)d
+Fj(TheTurk)j Fn(w)o(as)g(programmed)c(to)k(searc)o(h)g(the)g(24)f
+(Bratk)o(o-Kop)q(ec)h(p)q(ositions)f([11)o(])g(to)g(a)0
+1619 y(depth)e(of)e Fm(d)e Fn(=)h(8)h(ply)m(,)g(with)g(the)i(master)e
+(con)o(trolling)g(the)h(top)g Fm(d)1031 1604 y Fd(0)1054
+1619 y Fn(=)e(3)h(ply)h(of)f(the)h(tree.)62 1681 y(P)o(arallel)e(tests)
+i(w)o(ere)f(run)g(on)g(4,)f(8,)g(12)g(and)h(16)f(w)o(orkstations)g(on)h
+(a)f(net)o(w)o(ork)h(of)f(SUN)h(4s.)18 b(One)13 b(w)o(orkstation)f(in)g
+(eac)o(h)0 1743 y(exp)q(erimen)o(t)i(w)o(as)g(completely)f(o)q(ccupied)
+i(b)o(y)e(the)i Fe(master)e Fn(pro)q(cess,)i(while)f(the)g(other)h(w)o
+(orkstations)f(eac)o(h)g(ran)g(a)g Fe(slave)0 1806 y
+Fn(pro)q(cess.)20 b(On)14 b(the)h(a)o(v)n(ailable)c(hardw)o(are,)j
+Fj(TheTurk)h Fn(visits)e(appro)o(ximately)f(2500)g(no)q(des)j(p)q(er)g
+(second.)62 1868 y(P)o(arallel)c(and)h(sequen)o(tial)g(algorithms)e
+(are)i(notoriously)g(p)q(o)q(or)g(when)g(it)g(comes)g(to)g(exact)g(con)
+o(v)o(ergence)i(when)f(the)f(full)0 1930 y(v)o(ersion)i(of)f(the)i
+(program)d(is)i(used)h([14)o(].)i(F)m(or)d(example,)e(di\013eren)o(t)j
+(searc)o(h)g(windo)o(ws)e(cause)i(di\013eren)o(t)g(searc)o(h)g
+(extensions)0 1992 y(to)h(b)q(e)g(turned)h(on,)f(causing)g(di\013eren)o
+(t)h(alpha-b)q(eta)e(results.)25 b(Th)o(us,)17 b(all)d(searc)o(h)k
+(extensions)f(and)e(n)o(ull)g(mo)o(v)o(e)f(searc)o(hing)0
+2055 y(w)o(ere)20 b(turned)g(o\013)f(for)g(this)g(exp)q(erimen)o(t.)34
+b(Since)20 b(some)e(w)o(ork)h(could)g(b)q(e)h(ev)n(aluated)f(to)g
+Fm(d)12 b Fn(+)h(1-ply)18 b(b)q(efore)i(the)g Fm(d)p
+Fn(-ply)0 2117 y(result)d(is)f(\014nished,)g(w)o(e)h(also)e(forced)i
+(the)f(transp)q(osition)g(table)g(to)g(rep)q(ort)h(only)e(transp)q
+(osition)h(table)g(scores)i(that)e(had)0 2179 y(b)q(een)g(searc)o(hed)h
+(to)d(the)i(exact)f(depth)h(\(as)f(in)g(Figure)g(3\).)21
+b(Quiescence)c(searc)o(h)f(w)o(as)f(left)g(in)f Fj(TheTurk)i
+Fn(to)e(prev)o(en)o(t)i(the)0 2241 y(ev)n(aluations)d(from)f(b)q(eing)i
+(signi\014can)o(tly)f(unstable.)62 2304 y(Although)g(this)f(list)h(of)f
+(c)o(hanges)i(is)e(incomplete)g(to)h(guaran)o(tee)g(the)h(same)e(minim)
+o(ax)d(v)n(alue)k(is)f(returned)j(b)o(y)d(b)q(oth)h(the)0
+2366 y(sequen)o(tial)g(and)g(parallel)f(programs,)g(this)h(list)g
+(constitutes)i(the)f(c)o(hanges)g(made)e(to)h Fj(TheTurk)h
+Fn(without)f(doing)f(serious)0 2428 y(damage)f(to)h(the)h(p)q
+(erformance)g(of)e(the)j(program.)h(In)e(the)g(v)o(ersion)g(tested,)h
+(o)o(v)o(er)e(90\045)g(of)f(the)j(parallel)d(searc)o(hes)j(returned)0
+2491 y(the)g(same)e(minim)o(ax)e(v)n(alue)j(as)g(the)h(sequen)o(tial)f
+(searc)o(h,)h(and)f(the)h(principal)e(v)n(ariation)g(w)o(as)h(correct)i
+(for)e(all)e(but)j(1)f(of)f(the)0 2553 y(96)h(searc)o(hes)j(executed)g
+(in)d(parallel.)62 2615 y(Figure)e(7)f(illustrates)h(the)g(a)o(v)o
+(erage)g(sp)q(eedups)i(for)d(5)g(to)h(8)f(ply)g(searc)o(hes,)j(whic)o
+(h)e(are)g(the)g(searc)o(hes)i(that)d(w)o(ere)i(executed)0
+2677 y(in)h(parallel.)k(The)e(graph)e(sho)o(ws)i(that)f(as)f(the)i
+(depth)g(of)e(the)h(searc)o(h)h(increases,)g(so)f(do)q(es)h(the)g(sp)q
+(eedup.)965 2828 y(9)p eop
+%%Page: 10 10
+10 9 bop 482 329 a
+ 15582380 33154007 1184071 3025960 24010342 51178209 startTexFig
+ 482 329 a
+%%BeginDocument: code4.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 6 6 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 0.99763 -0 -0 3.92857 18.0284 -414.643 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 0.99763 -0 -0 3.07143 18.0284 -128.357 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 477 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 -57 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 -27 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 177 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 219 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 18 81 ] concat
+%I
+12 231 432 243 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 957 ] concat
+%I
+[
+(int PVS\(p, alpha, beta, depth, plytogo\))
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 945 ] concat
+%I
+[
+(position p;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 933 ] concat
+%I
+[
+(int alpha, beta;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 921 ] concat
+%I
+[
+(int depth, plytogo;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 909 ] concat
+%I
+[
+({)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 873 ] concat
+%I
+[
+(int h_length;  /* ply position previously searched to */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 897 ] concat
+%I
+[
+(char *p_hash;  /* pointer to hash value        */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 885 ] concat
+%I
+[
+(char *p_key;   /* pointer to hash table "lock" */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 861 ] concat
+%I
+[
+(int h_score;   /* score for h_length ply              */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 849 ] concat
+%I
+[
+(int h_flag;    /* VALID, LBOUND or UBOUND             */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 837 ] concat
+%I
+[
+(move *h_move;  /* recommended move for h_length ply   */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 825 ] concat
+%I
+[
+(int width;     /* number of moves in move list */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 813 ] concat
+%I
+[
+(int i;         /* move counter                 */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 801 ] concat
+%I
+[
+(int value;     /* score of child PVS call      */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 783 ] concat
+%I
+[
+(/* Generate hash value and key for this position */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 771 ] concat
+%I
+[
+(generate_hash\(p, p_hash, p_key\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 759 ] concat
+%I
+[
+(/* Fetch information from local transposition table */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 747 ] concat
+%I
+[
+(retrieve\(p_hash, p_kley, h_length, h_score, h_flag, h_move\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 729 ] concat
+%I
+[
+(/* If we have searched position deep enough, use score info */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 705 ] concat
+%I
+[
+(if \(flag == VALID\)  { return\(h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 669 ] concat
+%I
+[
+(if \(alpha >= beta\) { return\(h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 657 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 639 ] concat
+%I
+[
+(/* Evaluate position if at bottom of the tree */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 591 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 573 ] concat
+%I
+[
+(/* Generate move list, evaluate position if no moves */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 549 ] concat
+%I
+[
+(if \(width == 0\) { return\(evaluate\(p\)\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 501 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 681 ] concat
+%I
+[
+(if \(flag == UBOUND\) { beta = min\(beta,h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 693 ] concat
+%I
+[
+(if \(flag == LBOUND\) { alpha = max\(alpha,h_score\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 483 ] concat
+%I
+[
+(score = -INFINITY;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 471 ] concat
+%I
+[
+(lower = alpha;  upper = beta;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 441 ] concat
+%I
+[
+(/* Loop through moves in move list */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 429 ] concat
+%I
+[
+(for\(i=1; \(i <= width && score <= beta\); i++ \) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 405 ] concat
+%I
+[
+(make_move\(p, move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 387 ] concat
+%I
+[
+(value = -PVS\(p, -upper, -lower, depth+1, plytogo-1\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 375 ] concat
+%I
+[
+(if \(value > score && i > 1\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 120 363 ] concat
+%I
+[
+(value = -PVS\(p, -beta, -value, depth+1, plytogo-1\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 351 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 333 ] concat
+%I
+[
+(unmake_move\(p,move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 309 ] concat
+%I
+[
+(if \(value > score\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 120 297 ] concat
+%I
+[
+(score = value;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 120 285 ] concat
+%I
+[
+(move_opt = move[i];)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 273 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 255 ] concat
+%I
+[
+(/* Set bounds for next search */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 243 ] concat
+%I
+[
+(lower = max\(alpha, score\);  upper = lower+1;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 231 ] concat
+%I
+[
+(} /* for all moves */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 195 ] concat
+%I
+[
+(/* Write information into local trans. table */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 171 ] concat
+%I
+[
+(h_flag = VALID;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 561 ] concat
+%I
+[
+(width = generate\(p, h_move\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 159 ] concat
+%I
+[
+(if \(score <= alpha\) { h_flag = UBOUND; })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 147 ] concat
+%I
+[
+(if \(score >= beta\)  { h_flag = LBOUND; })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 135 ] concat
+%I
+[
+(if \(h_length <= plytogo\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 123 ] concat
+%I
+[
+(store\(p_hash, p_key, plytogo, score, h_flag, move_opt\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 111 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 99 ] concat
+%I
+[
+(return\(score\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 48 87 ] concat
+%I
+[
+(} /* function PVS */)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 2 -0 -0 2 -190 -34 ] concat
+%I
+107 47 323 503 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 627 ] concat
+%I
+[
+(if \(plytogo <= 0\) { return\(evaluate\(p\)\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 717 ] concat
+%I
+[
+(if \(aphid_master\(\) == FALSE && h_length == plytogo\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 615 ] concat
+%I
+[
+(if \(aphid_horizon\(depth\)\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 537 ] concat
+%I
+[
+(if \(aphid_checkalarm\(\) != FALSE\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 459 ] concat
+%I
+[
+(aphid_intnode_start\(depth, p_hash, p_key\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 417 ] concat
+%I
+[
+(aphid_intnode_move\(depth, &\(move[i]\)\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 321 ] concat
+%I
+[
+(aphid_intnode_update\(depth, value\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 213 ] concat
+%I
+[
+(if \(score >= beta\) { aphid_intnode_fixbound\(depth\); })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 183 ] concat
+%I
+[
+(aphid_intnode_end\(depth, &score\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 525 ] concat
+%I
+[
+(terminate_search = TRUE;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 603 ] concat
+%I
+[
+(return\(aphid_eval_leaf\(alpha,beta,depth,p_hash,p_key\)\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 96 513 ] concat
+%I
+[
+(return\(0\);  /* Should exit PVS quickly when alarm on */)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 390 2520 a Fn(Figure)14 b(3:)j(Ho)o(w)d(APHID)g(Mo)q(di\014es)g(A)g(T)
+o(ypical)f(PVS)h(Implemen)o(tation)954 2828 y(10)p eop
+%%Page: 11 11
+11 10 bop 459 188 a
+ 16292818 4736286 1184071 44665815 23615651 51178209 startTexFig
+ 459 188 a
+%%BeginDocument: code5.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 8 8 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+155 342 563 354 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 951 ] concat
+%I
+[
+(for\(plytogo=1;\(plytogo <= MAXDEPTH && done == FALSE\); plytogo++\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 939 ] concat
+%I
+[
+(/* Set up search */)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.00951 -0 -0 1.12603 -126.417 566.628 ] concat
+%I
+149 252 569 360 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 963 ] concat
+%I
+[
+(aphid_initsearch\(MAXDEPTH\);)
+] Text
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 596 ] concat
+%I
+155 294 563 318 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 596 ] concat
+%I
+155 258 563 270 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 887 ] concat
+%I
+[
+(/* Print out results of search */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 875 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 911 ] concat
+%I
+[
+(/* Call to aphid_rootsearch replaces call to PVS */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 899 ] concat
+%I
+[
+(score = aphid_rootsearch\(0,plytogo,guess-eps,guess+eps\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 863 ] concat
+%I
+[
+(aphid_endsearch\(\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 61 925 ] concat
+%I
+[
+(/* Search at root around value \(guess\) with small error \(eps\) */)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 385 579 a Fn(Figure)14 b(4:)k(Ho)o(w)c(APHID)g(Mo)q(di\014es)g(the)g
+(Iterativ)o(e)h(Deep)q(ening)f(Routine)465 689 y
+ 16117604 19418804 1184071 24405032 23549870 51178209 startTexFig
+ 465
+689 a
+%%BeginDocument: code6.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 8 8 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 559 ] concat
+%I
+155 173 563 197 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 559 ] concat
+%I
+155 209 563 221 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 559 ] concat
+%I
+155 323 563 335 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+155 342 563 354 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 951 ] concat
+%I
+[
+(for\(plytogo=1;\(plytogo <= MAXDEPTH && done == FALSE\); plytogo++\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 903 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.00711 -0 -0 4.68604 -126.059 -714.975 ] concat
+%I
+149 252 569 360 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 915 ] concat
+%I
+[
+(/* Print out results of search */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 927 ] concat
+%I
+[
+(score = ROOT_PVS\(root_pos,guess-eps,guess+eps,0,plytogo\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 867 ] concat
+%I
+[
+(ROOT_PVS\(root_pos, alpha, beta, depth, plytogo\))
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 855 ] concat
+%I
+[
+(...)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 843 ] concat
+%I
+[
+({)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 831 ] concat
+%I
+[
+(...)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 819 ] concat
+%I
+[
+(/* Search PV Move */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 807 ] concat
+%I
+[
+(lower = alpha;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 789 ] concat
+%I
+[
+(search_best_move:)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 765 ] concat
+%I
+[
+(make_move\(p,bestmove\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 729 ] concat
+%I
+[
+(unmake_move\(p,bestmove\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 963 ] concat
+%I
+[
+(aphid_initsearch\(MAXDEPTH\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 891 ] concat
+%I
+[
+(aphid_endsearch\(\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 777 ] concat
+%I
+[
+(aphid_intnode_premove\(depth, &bestmove\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 753 ] concat
+%I
+[
+(/* aphid_rootsearch replaces typical call to PVS */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 939 ] concat
+%I
+[
+(/* Set up search with small window \(eps\) around guess */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 741 ] concat
+%I
+[
+(oldscore = -aphid_rootsearch\(depth+1,plytogo-1,-beta,-lower\);)
+] Text
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 437 ] concat
+%I
+155 159 563 183 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 0 0 1 -125 437 ] concat
+%I
+155 207 563 219 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 641 ] concat
+%I
+[
+(make_move\(p,move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 629 ] concat
+%I
+[
+(/* Check if move beats PV move by more than delta */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 581 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 539 ] concat
+%I
+[
+(bestmove = move[i];)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 527 ] concat
+%I
+[
+(lower = newscore;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 503 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 491 ] concat
+%I
+[
+(...)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 36 479 ] concat
+%I
+[
+(} /* function ROOT_PVS */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 653 ] concat
+%I
+[
+(aphid_intnode_premove\(depth,&move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 593 ] concat
+%I
+[
+(unmake_move\(p,move[i]\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 210 605 ] concat
+%I
+[
+(-oldscore-delta-1, -oldscore-delta\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 617 ] concat
+%I
+[
+(newscore = -aphid_rootsearch\(depth+1, plytogo-1,)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 515 ] concat
+%I
+[
+(if \(newscore < beta\) { goto search_best_move; })
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 84 551 ] concat
+%I
+[
+(/* set new best move and score and research \(if necc.\) */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 665 ] concat
+%I
+[
+(for\(i=2;\(i<=width && newscore <= oldscore+delta; i++\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 677 ] concat
+%I
+[
+(newscore = oldscore;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 563 ] concat
+%I
+[
+(if \(newscore > oldscore+delta\) {)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 60 711 ] concat
+%I
+[
+(/* Search other moves at root, and only switch if move beats */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 59 698 ] concat
+%I
+[
+(/* PV score \(oldscore\) by a small margin \(delta\)             */)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 222 2010 a Fn(Figure)g(5:)k(Ho)o(w)c(APHID)g(Mo)q(di\014es)g(Sp)q
+(ecial)g(Handling)e(Of)i(The)h(Ro)q(ot)e(Of)h(The)g(Game)e(T)m(ree)489
+2120 y
+ 15345567 7104430 1447198 41639854 22102671 51178209 startTexFig
+ 489 2120 a
+%%BeginDocument: code7.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Courier reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 8 8 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+161 216 539 228 Rect
+End
+
+Begin %I Rect
+none SetB %I b n
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+0.95 SetP
+%I t
+[ 1 -0 -0 1 -125 612 ] concat
+%I
+161 276 539 288 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 963 ] concat
+%I
+[
+(int main\(argc, argv\))
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 951 ] concat
+%I
+[
+(int argc;)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 939 ] concat
+%I
+[
+(char *argv[];)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 927 ] concat
+%I
+[
+({)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 915 ] concat
+%I
+[
+(/* Initialization required by any process in system */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 867 ] concat
+%I
+[
+(/* Initialization required only by the master process */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 825 ] concat
+%I
+[
+(exit\(0\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 42 813 ] concat
+%I
+[
+(})
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 855 ] concat
+%I
+[
+(/* Play game */)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.997449 -0 -0 0.962766 -124.605 625.404 ] concat
+%I
+155 174 545 360 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 885 ] concat
+%I
+[
+(/* Only the absolute master process gets here */)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 897 ] concat
+%I
+[
+(aphid_startup\(argv\);)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-courier-medium-r-normal-*-10-*-*-*-*-*-*-*
+Courier 10 SetF
+%I t
+[ 1 0 0 1 72 837 ] concat
+%I
+[
+(aphid_exit\(\);)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 503 2661 a Fn(Figure)i(6:)k(Ho)o(w)13 b(APHID)h(Mo)q(di\014es)h(The)f
+(Main)f(Program)954 2828 y(11)p eop
+%%Page: 12 12
+12 11 bop 336 154 a
+ 20176580 14208860 3289088 3289088 50651955 36443095 startTexFig
+ 336 154 a
+%%BeginDocument: graph5.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 928 M
+63 0 V
+6066 0 R
+-63 0 V
+756 928 M
+(1) Rshow
+840 1506 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 2083 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 3237 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3815 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 4392 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+140 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 71 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(5 ply) Rshow
+6570 4766 M
+252 0 V
+2066 790 M
+3292 980 L
+1225 41 V
+1226 75 V
+6654 4766 D
+2066 790 D
+3292 980 D
+4517 1021 D
+5743 1096 D
+LT1
+6486 4626 M
+(6 ply) Rshow
+6570 4626 M
+252 0 V
+2066 1067 M
+1226 467 V
+1225 266 V
+1226 300 V
+6654 4626 A
+2066 1067 A
+3292 1534 A
+4517 1800 A
+5743 2100 A
+LT2
+6486 4486 M
+(7 ply) Rshow
+6570 4486 M
+252 0 V
+2066 1055 M
+1226 664 V
+1225 491 V
+1226 548 V
+6654 4486 B
+2066 1055 B
+3292 1719 B
+4517 2210 B
+5743 2758 B
+LT3
+6486 4346 M
+(8 ply) Rshow
+6570 4346 M
+252 0 V
+2066 1176 M
+3292 2181 L
+1225 877 V
+1226 768 V
+6654 4346 C
+2066 1176 C
+3292 2181 C
+4517 3058 C
+5743 3826 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 394 1145 a Fn(Figure)14 b(7:)j(Sp)q(eedups)f(at)e(V)m(arious)f(Depths)
+i(for)e(APHID)h(in)g Fj(TheTurk)62 1278 y Fn(The)f(24)f(p)q(ositions)g
+(ha)o(v)o(e)h(b)q(een)g(sorted)h(b)o(y)e(the)h(size)g(of)f(the)h
+(sequen)o(tial)g(searc)o(h)g(tree,)h(and)e(divided)g(in)o(to)g(three)i
+(groups)0 1340 y(of)f(equal)h(size.)19 b(Figure)14 b(8)f(illustrates)h
+(the)h(a)o(v)o(erage)f(sp)q(eedup)h(at)f(8)f(ply)h(for)f(eac)o(h)i
+(third)f(of)f(the)h(complete)g(test)h(set.)62 1402 y(The)f(o)o(v)o
+(erheads)g(in)f(the)g(algorithm)e(are)j(illustrated)f(in)f(Figure)i(9)f
+(as)g(p)q(ercen)o(tages)i(of)e(the)h(sequen)o(tial)f(time)f(required)0
+1464 y(to)18 b(searc)o(h)i(all)d(24)h(p)q(ositions.)31
+b(The)19 b Fl(total)g(overhe)n(ad)f Fn(represen)o(ts)j(the)e
+(additional)e(computing)g(time)g(required)i(b)o(y)f(the)0
+1527 y(parallel)13 b(algorithm)e(to)j(ac)o(hiev)o(e)g(the)g(same)f
+(result:)486 1638 y(total)c(o)o(v)o(erhead)j(=)801 1610
+y(\(parallel)d(time)17 b Fk(\003)h Fn(n\))9 b Fk(\000)h
+Fn(sequen)o(tial)f(time)p 801 1629 658 2 v 995 1667 a(sequen)o(tial)g
+(time)0 1749 y(where)15 b Fm(n)f Fn(is)g(the)g(n)o(um)o(b)q(er)f(of)g
+(pro)q(cessors.)21 b(The)14 b(total)f(o)o(v)o(erhead)h(is)g(also)f(a)h
+(sum)f(of)g(the)i(four)e(o)o(v)o(erheads:)78 1853 y(total)8
+b(o)o(v)o(erhead)k(=)g(master)d(o)o(v)o(erhead)g(+)h(parallelization)d
+(o)o(v)o(erhead)j(+)f(sp)q(eculativ)o(e)h(searc)o(h)h(+)e(searc)o(h)i
+(o)o(v)o(erhead)p Fm(:)62 1957 y Fn(The)17 b Fl(master)f(overhe)n(ad)h
+Fn(is)f(the)g(appro)o(ximate)e(p)q(enalt)o(y)i(incurred)h(b)o(y)f(ha)o
+(ving)f(a)h(single)g(pro)q(cessor)h(b)q(eing)f(allo)q(cated)0
+2019 y(completely)d(to)g(the)i(handling)e(of)g(the)h(master.)k(This)c
+(is)f(not)h(simply)1123 2003 y Fi(1)p 1121 2010 21 2
+v 1121 2034 a Fb(n)1147 2019 y Fn(,)f(but)h(is)g(the)g(time)f(tak)o(en)
+h(a)o(w)o(a)o(y)f(b)o(y)g(the)i(master:)655 2137 y(master)9
+b(o)o(v)o(erhead)j(=)1031 2109 y(parallel)c(time)p 1008
+2128 271 2 v 1008 2166 a(sequen)o(tial)h(time)1283 2137
+y Fm(:)62 2248 y Fn(The)18 b Fl(p)n(ar)n(al)r(lelization)e(overhe)n(ad)
+i Fn(is)f(the)g(p)q(enalt)o(y)g(incurred)h(b)o(y)f(the)g(APHID-library)
+g(on)f(the)i(sp)q(eed)g(of)f(the)g(sla)o(v)o(es.)0 2311
+y(In)e(the)h(parallel)f(algorithm,)d(the)k(sla)o(v)o(es)f(w)o(ere)i
+(visiting)d(2000)g(no)q(des)i(p)q(er)h(second.)23 b(The)16
+b(di\013erence)h(b)q(et)o(w)o(een)g(this)e(rate)0 2373
+y(and)g(the)g(sequen)o(tial)g(program's)e(no)q(de)i(rate)g(is)f(deriv)o
+(ed)i(partially)d(from)g(the)i(o)o(v)o(erhead)g(of)f(using)g(PVM,)h
+(and)g(partially)0 2435 y(from)f(the)i(w)o(ork-sc)o(heduling)f
+(algorithm)e(on)i(eac)o(h)h(sla)o(v)o(e.)23 b(In)15 b(the)h(authors')g
+(exp)q(erience,)h(this)f(complexit)o(y)d(o)o(v)o(erhead)j(is)0
+2497 y(appro)o(ximately)11 b(the)k(same)e(as)h(implemen)o(tatio)o(ns)e
+(of)h(YBW)h(on)g(similar)d(hardw)o(are.)62 2560 y(The)16
+b Fl(se)n(ar)n(ch)f(overhe)n(ad)g Fn(starts)h(at)f(70\045)f(and)g
+(increases)j(v)o(ery)e(gradually)f(as)g(w)o(e)i(increase)g(from)d(4)h
+(to)h(16)f(pro)q(cessors.)0 2622 y(Most)i(of)g(the)h(searc)o(h)g(o)o(v)
+o(erhead)g(is)f(incurred)h(b)o(y)f(attempting)f(to)h(do)g(searc)o(hes)i
+(b)q(efore)f(the)g(correct)g(searc)o(h)h(windo)o(w)d(is)0
+2684 y(a)o(v)n(ailable.)g(Th)o(us,)c(the)h(sla)o(v)o(es)f(use)h
+Fm(\013\014)h Fn(searc)o(h)g(windo)o(ws)d(that)h(are)h(larger)f(than)g
+(those)h(in)e(the)i(sequen)o(tial)f(program.)16 b(Most)954
+2828 y(12)p eop
+%%Page: 13 13
+13 12 bop 336 283 a
+ 20176580 14208860 3289088 3289088 50651955 36443095 startTexFig
+ 336 283 a
+%%BeginDocument: graph6.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 928 M
+63 0 V
+6066 0 R
+-63 0 V
+756 928 M
+(1) Rshow
+840 1506 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 2083 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(3) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 3237 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(5) Rshow
+840 3815 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 4392 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(7) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+140 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 71 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Small) Rshow
+6570 4766 M
+252 0 V
+2066 1136 M
+1226 797 V
+1225 698 V
+1226 641 V
+6654 4766 D
+2066 1136 D
+3292 1933 D
+4517 2631 D
+5743 3272 D
+LT1
+6486 4626 M
+(Medium) Rshow
+6570 4626 M
+252 0 V
+2066 1101 M
+3292 2146 L
+1225 681 V
+1226 809 V
+6654 4626 A
+2066 1101 A
+3292 2146 A
+4517 2827 A
+5743 3636 A
+LT2
+6486 4486 M
+(Large) Rshow
+6570 4486 M
+252 0 V
+2066 1234 M
+3292 2239 L
+4517 3272 L
+1226 756 V
+6654 4486 B
+2066 1234 B
+3292 2239 B
+4517 3272 B
+5743 4028 B
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 340 1274 a Fn(Figure)14 b(8:)k(Sp)q(eedups)d(for)f(Di\013eren)o(t)g
+(Size)h(Problems)e(at)h(8)f(Ply)h(in)f Fj(TheTurk)336
+1575 y
+ 20176580 14208860 3289088 3289088 50651955 36443095 startTexFig
+ 336 1575 a
+%%BeginDocument: graph4.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(50) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(150) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(200) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(250) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+140 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 71 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 1699 M
+1226 113 V
+1225 94 V
+1226 96 V
+6654 4766 D
+2066 1699 D
+3292 1812 D
+4517 1906 D
+5743 2002 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 567 M
+1226 33 V
+1225 71 V
+1226 85 V
+6654 4626 A
+2066 567 A
+3292 600 A
+4517 671 A
+5743 756 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 802 M
+1226 66 V
+1225 96 V
+1226 87 V
+6654 4486 B
+2066 802 B
+3292 868 B
+4517 964 B
+5743 1051 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 1638 M
+3292 933 L
+4517 744 L
+5743 658 L
+6654 4346 C
+2066 1638 C
+3292 933 C
+4517 744 C
+5743 658 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 3656 M
+3292 3161 L
+1225 72 V
+1226 181 V
+6654 4206 T
+2066 3656 T
+3292 3161 T
+4517 3233 T
+5743 3414 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 475 2566 a Fn(Figure)h(9:)k(Ov)o(erheads)d(at)f(8)g(Ply)f(for)h(APHID)
+g(in)f Fj(TheTurk)954 2828 y Fn(13)p eop
+%%Page: 14 14
+14 13 bop 0 195 a Fn(of)13 b(the)h(increase)h(in)e(searc)o(h)i(o)o(v)o
+(erhead)f(as)g(w)o(e)f(increase)i(the)g(n)o(um)o(b)q(er)d(of)h(pro)q
+(cessors)j(can)e(b)q(e)g(attributed)g(to)g(information)0
+257 y(de\014ciency)m(,)21 b(since)e(there)i(is)d(no)h(common)d(shared)k
+(data)e(b)q(et)o(w)o(een)j(the)e(pro)q(cesses)j(\(suc)o(h)e(as)f(a)f
+(shared)i(transp)q(osition)0 320 y(table\).)62 382 y(Since)e(w)o(e)f
+(only)f(searc)o(h)j(eac)o(h)e(p)q(osition)f(to)h(8)g(ply)m(,)g(the)g
+(async)o(hronous)h(nature)g(of)e(the)i(sla)o(v)o(es)f(will)e(result)j
+(in)f(some)0 444 y(w)o(ork)d(b)q(eing)h(done)f(at)h(9)f(ply)g(\(or)g
+(more\).)19 b(The)c Fl(sp)n(e)n(culative)g(se)n(ar)n(ch)g
+Fn(line)f(represen)o(ts)j(the)e(amoun)o(t)d(of)i(additional)f(searc)o
+(h)0 506 y(b)q(ey)o(ond)f(what)g(the)g(sequen)o(tial)g(algorithm)d(w)o
+(ould)i(ha)o(v)o(e)h(done.)18 b(Ho)o(w)o(ev)o(er,)12
+b(in)f(our)h(exp)q(erimen)o(ts,)g(the)g(sp)q(eculativ)o(e)h(searc)o(h)0
+569 y(results)k(w)o(ere)f(not)g(used)g(so)g(that)f(the)i(parallel)d
+(program)g(pro)q(duces)j(the)f(iden)o(tical)f(results)i(as)e(the)i
+(sequen)o(tial)e(v)o(ersion,)0 631 y(v)o(erifying)h(APHID's)g
+(correctness)q(.)29 b(In)17 b(a)f(real)h(tournamen)o(t)f(game,)f(this)i
+(sp)q(eculativ)o(e)h(searc)o(h)g(could)e(b)q(e)i(used)f(to)g(lo)q(ok)0
+693 y(an)e(extra)h(mo)o(v)o(e)d(ahead)j(on)f(some)f(k)o(ey)h(v)n
+(ariations,)f(since)i(it)f(is)g(highly)f(lik)o(ely)g(that)i(the)f(mo)o
+(v)o(es)f(extended)j(a)e(ply)g(ahead)0 756 y(w)o(ould)g(b)q(e)h(in)e
+(the)i(left-most)e(branc)o(hes)j(of)e(the)h(tree.)23
+b(Note)16 b(that)g(other)g(algorithms,)d(suc)o(h)j(as)f(Y)m(oung)g
+(Brothers)i(W)m(ait,)0 818 y(ha)o(v)o(e)d(pro)q(cessors)i(go)d(idle)h
+(when)g(there)h(is)f(no)g(w)o(ork)f(left)h(to)g(do)f(on)h(the)g(curren)
+o(t)i(iteration.)62 880 y(As)f(discussed)h(earlier,)d(load)h(balancing)
+f(w)o(as)h(used)h(for)e(generating)i(the)f(results)h(giv)o(en)f(here.)
+20 b(This)14 b(is)g(based)g(on)g(the)0 942 y(assumption)e(that)h(the)h
+(primary)e(metric)g(to)h(measuring)g(a)g(parallel)f(program's)f(p)q
+(erformance)i(is)g(the)h(sp)q(eed)h(with)e(whic)o(h)0
+1005 y(it)k(ac)o(hiev)o(es)g(a)g Fm(d)p Fn(-ply)e(result.)28
+b(Ho)o(w)o(ev)o(er,)18 b(one)f(could)g(argue)g(that)g(the)g(qualit)o(y)
+f(of)g(the)i(result)f(ac)o(hiev)o(ed)g(is)g(equiv)n(alen)o(t,)0
+1067 y(irresp)q(ectiv)o(e)22 b(of)d(the)h(sp)q(eedup.)38
+b(The)20 b(additional)e(sp)q(eculativ)o(e)j(searc)o(h)g(done)f(in)g
+(cases)h(where)g(the)f(load)f(balance)h(is)0 1129 y(incorrect)15
+b(could)f(b)q(e)g(used)h(to)f(impro)o(v)o(e)e(the)i(qualit)o(y)f(of)g
+(the)i(result)f(returned.)62 1191 y(Other)e(results)f(for)f(parallel)f
+(searc)o(h)j(algorithms)c(on)i(a)g(net)o(w)o(ork)h(of)e(w)o
+(orkstations)h(ha)o(v)o(e)h(b)q(een)g(presen)o(ted)i(for)d(the)g(game)0
+1254 y(of)k(c)o(hess)h([21].)j(A)d(distributed)g(transp)q(osition)f
+(table)g(w)o(as)g(used)h(to)g(impro)o(v)o(e)d(the)j(p)q(erformance)f
+(of)g(the)h Fj(P)l(araPhoenix)0 1316 y Fn(c)o(hess)c(searc)o(hes,)h
+(and)e(a)f(sp)q(eedup)j(of)d(7)g(w)o(as)h(ac)o(hiev)o(ed)g(on)f(16)h
+(pro)q(cessors.)19 b(Although)9 b(these)i(results)g(are)f(marginally)c
+(b)q(etter)0 1378 y(than)14 b(the)g(results)h(presen)o(ted)h(here,)e
+(the)h(scalabilit)o(y)d(of)h(the)h(algorithm)e(w)o(as)h(extrap)q
+(olated)h(to)g(a)f(sp)q(eedup)j(of)d(at)h(most)e(8)0
+1440 y(on)g(32)f(pro)q(cessors.)20 b(Based)13 b(on)f(the)g(graphs)h
+(presen)o(ted)h(earlier)e(in)g(this)g(section,)h(w)o(e)f(b)q(eliev)o(e)
+g(the)h(APHID)f(algorithm)d(will)0 1503 y(outp)q(erform)16
+b(on)g(a)g(larger)h(n)o(um)o(b)q(er)f(of)g(pro)q(cessors.)28
+b(The)17 b(b)q(ene\014cial)g(e\013ects)i(of)d(the)h(distributed)h
+(transp)q(osition)e(table)0 1565 y(are)i(deriv)o(ed)g(primarily)d(in)j
+(the)g(top)g(plies)f(of)g(the)i(searc)o(h)g(tree,)g(and)f(these)h(b)q
+(ene\014ts)g(are)f(duplicated)g(in)f(APHID)h(b)o(y)0
+1627 y(main)o(taining)10 b(the)15 b(top)f Fm(d)397 1612
+y Fd(0)422 1627 y Fn(ply)f(exclusiv)o(ely)h(on)g(the)g(master)g(pro)q
+(cessor.)62 1689 y(Although)c(the)h(results)g(presen)o(ted)h(here)g
+(for)e(c)o(hess)h(are)g(promising,)d(w)o(e)j(b)q(eliev)o(e)f(that)h(b)q
+(etter)g(results)h(can)e(b)q(e)h(ac)o(hiev)o(ed.)0 1752
+y(The)16 b(results)g(for)f(parallelizing)e Fj(Key)m(ano)p
+Fn(,)k(an)e(Othello)g(program,)e(yield)i(a)f(9-fold)g(sp)q(eedup)j
+(with)e(the)g(APHID)h(library)0 1814 y(without)f(the)g(use)h(of)e(load)
+g(balancing.)20 b(The)c(main)d(di\013erence)k(b)q(et)o(w)o(een)f(the)f
+(results)i(is)d(that)h(the)h(searc)o(h)g(o)o(v)o(erhead)f(for)0
+1876 y Fj(Key)m(ano)h Fn(is)e(less)g(than)g(half)f(of)g(the)i
+Fj(TheTurk)p Fn('s)f(70\045)f(searc)o(h)i(o)o(v)o(erhead.)62
+1939 y(The)g(authors)g(ha)o(v)o(e)f(come)f(up)h(with)g(t)o(w)o(o)g(p)q
+(ossible)h(h)o(yp)q(otheses)g(for)f(this)h(discrepancy)m(.)20
+b(The)14 b(\014rst)h(is)g(that)f Fj(Key)m(ano)0 2001
+y Fn(do)q(es)f(not)e(use)i(quiescen)o(t)g(searc)o(h.)19
+b(As)12 b(a)f(consequence,)k(the)d(sizes)h(of)e(the)i(v)n(arious)e
+(pieces)i(of)e(w)o(ork)h(are)g(more)f(predictable;)0
+2063 y(hence,)i(load)e(balancing)g(is)g(not)h(necessary)m(.)19
+b(Load)11 b(balancing)g(causes)i(searc)o(h)g(o)o(v)o(erhead)f(since)g
+(it)g(forces)g(a)g(new)g(pro)q(cessor)0 2125 y(to)f(rep)q(eat)i(searc)o
+(hes)h(done)e(b)o(y)f(a)g(di\013eren)o(t)i(pro)q(cessor.)19
+b(The)12 b(load)f(balancing)f(is)i(partially)e(resp)q(onsible)j(for)e
+(the)h(di\013erence)0 2188 y(in)i(searc)o(h)h(o)o(v)o(erhead.)k(The)c
+(second)g(p)q(ossible)f(reason)h(is)f(that)g(the)h(searc)o(h)g(windo)o
+(ws)f(in)f(the)i(sla)o(v)o(es)f(can,)g(in)g(some)f(cases,)0
+2250 y(b)q(e)g(larger)f(than)h(the)g(minim)o(al)c(windo)o(w)i(used)i
+(in)f(the)h(sequen)o(tial)g(program.)i(Although)d(this)h(larger)f
+(windo)o(w)g(is)g(common)0 2312 y(to)i(b)q(oth)h(parallel)e(implemen)o
+(tatio)o(ns,)f(it)i(has)g(a)g(m)o(uc)o(h)f(larger)i(e\013ect)h(on)e
+(the)h(size)g(of)e(the)i(trees)h(searc)o(hed)g(in)e Fj(TheTurk)0
+2374 y Fn(than)g(in)f Fj(Key)m(ano)p Fn(.)62 2437 y(The)i(APHID)g
+(algorithm)c(can)k(supp)q(ort)g(a)f(shared)i(transp)q(osition)e(table,)
+g(but)g(the)h(algorithm)d(do)q(es)j(not)g(dep)q(end)g(on)0
+2499 y(its)g(presence.)22 b(Th)o(us,)15 b(the)g(algorithm)d(gets)j(go)q
+(o)q(d)f(p)q(erformance)h(on)f(a)h(lo)q(osely-coupled)f(net)o(w)o(ork)h
+(of)f(w)o(orkstations)g(and)0 2561 y(will)e(p)q(erform)h(ev)o(en)i(b)q
+(etter)h(on)d(tigh)o(tly-coupled)g(pro)q(cessors.)954
+2828 y(14)p eop
+%%Page: 15 15
+15 14 bop 0 195 a Fo(5)69 b(Conclusions)22 b(and)i(F)-6
+b(uture)23 b(W)-6 b(ork)0 298 y Fn(The)14 b(APHID)f(algorithm)e(yields)
+i(go)q(o)q(d)g(sp)q(eedups)i(on)e(a)g(net)o(w)o(ork)g(of)g(w)o
+(orkstations)g(without)g(the)h(necessit)o(y)g(of)f(a)g(shared)0
+361 y(transp)q(osition)g(table.)18 b(Although)13 b(the)i(authors)f(are)
+g(pleased)g(with)f(these)i(preliminary)c(results,)k(a)e(lot)g(of)g(w)o
+(ork)g(is)h(left)f(to)0 423 y(b)q(e)i(done.)62 485 y(Our)e(curren)o(t)h
+(implemen)o(tation)9 b(of)j(APHID)g(uses)i(a)e(\014xed-depth)h(horizon)
+g(for)f(the)h(master's)e(tree.)19 b(As)13 b(men)o(tioned)e(in)0
+548 y(our)i(discussion)h(of)f(load)f(balancing,)g(all)g(p)q(ositions)h
+(are)h(not)f(equal)g(in)g(the)h(amoun)o(t)e(of)h(searc)o(h)h(e\013ort)g
+(they)g(require)g(for)f(a)0 610 y(\014xed)g(depth)g(of)e(searc)o(h.)19
+b(APHID)13 b(is)f(b)q(eing)g(generalized)h(to)f(supp)q(ort)h(a)f
+(dynamically)e(c)o(hanging)h(horizon)h(in)g(the)h(master.)62
+672 y(Instead)h(of)e(basing)h(the)g(results)i(of)d(the)i(algorithm)c
+(on)j(the)g(sp)q(eedup,)i(w)o(e)e(are)g(also)g(in)o(terested)h(in)f
+(the)g(qualit)o(y)f(of)g(the)0 734 y(results)i(returned)h(b)o(y)d(the)i
+(algorithm.)h(This)e(alternativ)o(e)g(view)f(of)h(parallel)f(p)q
+(erformance)g(is)h(curren)o(tly)h(b)q(eing)f(explored.)62
+797 y(The)i(results)g(rep)q(orted)h(here)f(are)g(based)g(on)e(a)h
+(simple)f(master/sla)o(v)o(e)g(relationship.)18 b(As)d(the)g(n)o(um)o
+(b)q(er)e(of)h(pro)q(cessors)0 859 y(increases,)f(the)f(master)f
+(increasingly)h(b)q(ecomes)f(a)h(b)q(ottlenec)o(k.)18
+b(APHID)11 b(has)h(b)q(een)h(generalized)f(to)f(w)o(ork)h(in)f(a)g
+(hierarc)o(hi-)0 921 y(cal)j(pro)q(cess)j(tree,)e(although)f(this)h
+(asp)q(ect)h(of)e(the)h(algorithm)d(has)j(not)f(b)q(een)i(tested)g
+(here.)22 b(Mid-lev)o(el)13 b(pro)q(cesses)18 b(w)o(ould)0
+983 y(b)q(eha)o(v)o(e)c(as)f(a)g(sla)o(v)o(e)g(to)o(w)o(ard)g(their)h
+(master,)e(and)i(as)f(a)g(master)g(to)o(w)o(ard)g(their)h(sla)o(v)o
+(es.)j(The)d(scalabilit)o(y)e(of)h(the)h(algorithm)0
+1046 y(has)g(y)o(et)h(to)f(b)q(e)h(demonstrated)f(on)g(arc)o
+(hitectures)i(of)e(more)f(than)h(16)g(pro)q(cessors,)i(due)f(to)f
+(resource)i(limitations)11 b(during)0 1108 y(the)j(academic)f(y)o(ear.)
+62 1170 y(P)o(erhaps)i(the)e(biggest)h(con)o(tribution)f(of)f(APHID)i
+(is)f(that)g(it)g(easily)g(\014ts)h(in)f(to)g(an)g(existing)g(sequen)o
+(tial)g Fm(\013\014)j Fn(program.)0 1232 y(Not)h(only)e(has)i(APHID)g
+(b)q(een)h(in)o(tegrated)f(in)o(to)f Fj(TheTurk)h Fn(and)f
+Fj(Key)m(ano)p Fn(,)j(APHID)e(has)g(b)q(een)g(in)o(tegrated)g(in)o(to)f
+(the)0 1295 y(c)o(hec)o(k)o(ers)g(program)d Fj(Chinook)j
+Fn(with)e(one)g(afterno)q(on)h(of)f(e\013ort.)1033 1280
+y Fi(4)1072 1295 y Fn(In)g(con)o(trast,)h(the)g(v)o(ersion)g(of)e
+Fj(Chinook)j Fn(used)f(in)f(the)0 1357 y(1994)f(matc)o(h)g(v)o(ersus)i
+(Tinsley)e(to)q(ok)h(4)f(to)h(6)g(w)o(eeks)h(to)e(implemen)o(t)e([15].)
+0 1494 y Fo(6)69 b(Ac)n(kno)n(wledgemen)n(ts)0 1598 y
+Fn(This)14 b(w)o(ork)f(w)o(as)h(supp)q(orted)h(b)o(y)f(the)h(Natural)e
+(Sciences)j(and)d(Engineering)h(Researc)o(h)h(Council)f(of)f(Canada.)0
+1735 y Fo(References)21 1818 y Fn([1])19 b(S.)d(G.)g(Akl,)f(D.)h(T.)g
+(Barnard,)h(and)f(R.)f(J.)h(Doran.)25 b(Design,)16 b(Analysis)g(and)g
+(Implemen)o(tation)d(of)j(a)g(P)o(arallel)f(T)m(ree)85
+1859 y(Searc)o(h)g(Algorithm.)i Fl(IEEE)f(T)m(r)n(ansactions)f(on)h
+(Pattern)f(A)o(nalysis)g(and)h(Machine)g(Intel)r(ligenc)n(e)p
+Fn(,)e(P)m(AMI-4\(2\):192{)85 1901 y(203,)f(1982.)21
+1975 y([2])19 b(G.)13 b(M.)h(Baudet.)k Fl(The)d(Design)g(and)h
+(Analysis)e(of)h(Algorithms)f(for)g(Asynchr)n(onous)i(Multipr)n(o)n(c)n
+(essors)p Fn(.)h(PhD)d(thesis,)85 2017 y(Carnegie)g(Mellon)g(Univ)o
+(ersit)o(y)m(,)f(Pittsburgh,)h(P)m(A,)f(1978.)k(Av)n(ailable)12
+b(as)i(T)m(ec)o(h.)g(Rept.)f(CMU-CS-78-116.)21 2092 y([3])19
+b(V.-D.)j(Cung.)44 b Fl(Contribution)23 b(\022)-21 b(a)23
+b(l'A)o(lgorithmique)e(Non)j(Num)o(\023)-20 b(erique)23
+b(Par)n(al)r(l)o(\022)-20 b(ele:)34 b(Explor)n(ation)23
+b(d'Esp)n(ac)n(es)h(de)85 2133 y(R)n(e)n(cher)n(che)p
+Fn(.)19 b(PhD)13 b(thesis,)i(Univ)o(ersit)o(\023)-20
+b(e)14 b(P)o(aris)g(VI,)g(April)f(1994.)21 2208 y([4])19
+b(V.)12 b(Da)o(vid.)h Fl(A)o(lgorithmique)f(p)n(ar)n(al)r(l)o(\022)-20
+b(ele)12 b(sur)h(les)g(arbr)n(es)f(de)i(d)o(\023)-20
+b(ecision)13 b(et)g(r)n(aisonnement)g(en)h(temps)f(c)n(ontr)n(aint)g(-)
+f(Etude)85 2249 y(et)j(applic)n(ation)g(au)h(minimax)p
+Fn(.)i(PhD)13 b(thesis,)i(ENSAE,)f(T)m(oulouse,)f(F)m(rance,)h(1993.)21
+2324 y([5])19 b(R.)34 b(F)m(eldmann.)78 b Fl(Spielb)n(aumsuche)35
+b(mit)e(massiv)h(p)n(ar)n(al)r(lelen)g(Systemen)p Fn(.)80
+b(PhD)35 b(thesis,)40 b(Univ)o(ersit\177)-21 b(at-)85
+2365 y(Gesam)o(tho)q(c)o(hsc)o(h)o(ule)13 b(P)o(aderb)q(orn,)h(P)o
+(aderb)q(orn,)g(German)o(y)m(,)c(Ma)o(y)j(1993.)j(In)d(German)f({)h
+(English)g(translation)f(a)o(v)n(ail-)85 2407 y(able.)21
+2482 y([6])19 b(E.)f(W.)e(F)m(elten)i(and)f(S.)h(W.)e(Otto.)29
+b(Chess)19 b(on)f(a)f(Hyp)q(ercub)q(e.)31 b(In)17 b(G.)g(F)m(o)o(x,)g
+(editor,)h Fl(Pr)n(o)n(c)n(e)n(e)n(dings)g(of)h(The)f(Thir)n(d)85
+2523 y(Confer)n(enc)n(e)13 b(on)g(Hyp)n(er)n(cub)n(e)f(Concurr)n(ent)h
+(Computers)f(and)h(Applic)n(ations)p Fn(,)e(v)o(olume)f(I)q
+(I-Applications,)h(pages)g(1329{)85 2565 y(1341,)i(P)o(assadena,)h(CA,)
+f(1988.)p 0 2599 780 2 v 46 2626 a Fh(4)64 2638 y Fg(The)e(results)f
+(for)h Fa(Chinook)i Fg(w)o(ere)e(not)g(a)o(v)n(ailable)e(at)i(the)g
+(time)g(of)g(writing.)954 2828 y Fn(15)p eop
+%%Page: 16 16
+16 15 bop 21 195 a Fn([7])19 b(C.)c(F)m(erguson)h(and)g(R.)f(E.)g
+(Korf.)23 b(Distributed)16 b(T)m(ree)g(Searc)o(h)h(and)e(its)h
+(Application)f(to)g(Alpha-Beta)h(Pruning.)23 b(In)85
+237 y Fl(Pr)n(o)n(c)n(e)n(e)n(dings)15 b(of)g(AAAI-88)p
+Fn(,)e(pages)h(128{132,)e(Sain)o(t)h(P)o(aul,)g(MN,)h(August)g(1988.)21
+311 y([8])19 b(R.D.)14 b(Green)o(blatt,)h(D.E.)e(Eastlak)o(e,)i(and)g
+(S.D.)f(Cro)q(c)o(k)o(er.)22 b(The)15 b(Green)o(blatt)g(Chess)i
+(Program.)i(In)c Fl(Pr)n(o)n(c)n(e)n(e)n(dings)h(of)85
+353 y(the)f(F)m(al)r(l)g(Joint)f(Computer)h(Confer)n(enc)n(e)p
+Fn(,)e(pages)h(801{810,)e(1967.)21 428 y([9])19 b(F.-h.)c(Hsu.)22
+b Fl(L)n(ar)n(ge)16 b(Sc)n(ale)g(Par)n(al)r(lelization)f(of)h(A)o
+(lpha-Beta)h(Se)n(ar)n(ch:)k(A)o(n)c(A)o(lgorithmic)d(and)j(A)o(r)n
+(chite)n(ctur)n(al)e(Study)p Fn(.)85 469 y(PhD)g(thesis,)h(Carnegie)g
+(Mellon)e(Univ)o(ersit)o(y)m(,)g(Pittsburgh,)i(U.S.A.,)e(1990.)20
+b(Also)15 b(T)m(ec)o(h.)g(Rept.)g(CMU-CS-90-108,)85 511
+y(Carnegie)f(Mellon)g(Univ)o(ersit)o(y)m(,)f(F)m(eb.)g(1990.)0
+585 y([10])19 b(R.)11 b(M.)h(Hy)o(att,)g(B.)g(W.)f(Suter,)i(and)e(H.)h
+(L.)f(Nelson.)16 b(A)c(P)o(arallel)f(Alpha/Beta)h(T)m(ree)g(Searc)o
+(hing)g(Algorithm.)h Fl(Par)n(al)r(lel)85 627 y(Computing)p
+Fn(,)h(10\(3\):299{308,)d(1989.)0 702 y([11])19 b(D.)f(Kop)q(ec)i(and)f
+(I.)f(Bratk)o(o.)33 b(The)19 b(Bratk)o(o-Kop)q(ec)h(Exp)q(erimen)o(t:)
+28 b(A)19 b(Comparison)d(of)j(Human)e(and)i(Computer)85
+743 y(Performance)11 b(in)f(Chess.)j(In)d(M.R.B.)f(Clark)o(e,)i
+(editor,)f Fl(A)n(dvanc)n(es)j(in)e(Computer)h(Chess)f(3)p
+Fn(,)g(pages)g(57{72.)d(P)o(ermagon)85 785 y(Press,)15
+b(Oxford,)f(1982.)0 859 y([12])19 b(B.)14 b(C.)g(Kuszmaul.)k
+Fl(Synchr)n(onize)n(d)e(MIMD)g(Computing)p Fn(.)k(PhD)14
+b(thesis,)h(Massac)o(h)o(usetts)h(Institute)f(of)f(T)m(ec)o(hnology)m
+(,)85 901 y(Cam)o(bridge,)e(MA,)i(1994.)0 976 y([13])19
+b(G.)e(Lindstrom.)28 b(The)18 b(Key)g(No)q(de)g(Metho)q(d:)26
+b(A)18 b(Highly-P)o(arallel)d(Alpha-Beta)j(Algorithm.)26
+b(T)m(ec)o(hnical)18 b(Rep)q(ort)85 1017 y(UUCS)c(83-101,)e(Univ)o
+(ersit)o(y)i(of)g(Utah,)f(Departmen)o(t)g(of)h(Computer)f(Science,)i
+(Salt)e(Lak)o(e)h(Cit)o(y)m(,)e(UT,)h(Marc)o(h)i(1983.)0
+1092 y([14])k(C.-P)m(.)11 b(P)m(.)g(Lu.)j(P)o(arallel)d(Searc)o(h)h(of)
+f(Narro)o(w)h(Game)e(Trees.)16 b(Master's)d(thesis,)f(Departmen)o(t)f
+(of)g(Computing)f(Science,)85 1133 y(Univ)o(ersit)o(y)k(of)f(Alb)q
+(erta,)h(Edmon)o(ton,)e(Canada,)h(1993.)0 1208 y([15])19
+b(P)m(.)13 b(Lu.)18 b(Priv)n(ate)c(comm)o(unication.)o(,)d(1996.)0
+1283 y([16])19 b(T.)11 b(A.)f(Marsland)h(and)g(M.)f(S.)h(Campb)q(ell.)g
+(Parallel)f(Searc)o(h)i(of)e(Strongly)g(Ordered)j(Game)c(Trees.)15
+b Fl(A)o(CM)d(Computing)85 1324 y(Surveys)p Fn(,)i(14\(4\):533{551,)d
+(1982.)0 1399 y([17])19 b(M.)14 b(M.)f(Newb)q(orn.)20
+b(Unsync)o(hronized)15 b(Iterativ)o(e)g(Deep)q(ening)f(P)o(arallel)f
+(Alpha-Beta)h(Searc)o(h.)20 b Fl(IEEE)15 b(T)m(r)n(ansactions)85
+1440 y(on)h(Pattern)e(A)o(nalysis)h(and)h(Machine)g(Intel)r(ligenc)n(e)
+p Fn(,)d(P)m(AMI-10\(5\):687{694,)d(1988.)0 1515 y([18])19
+b(J.)c(P)o(earl.)21 b(Asymptotic)14 b(Prop)q(erties)j(of)d(Minimax)e
+(Trees)17 b(and)d(Game-Searc)o(hing)g(Pro)q(cedures.)23
+b Fl(A)o(rti\014cial)15 b(Intel)r(li-)85 1557 y(genc)n(e)p
+Fn(,)f(14:113{138,)d(1980.)0 1631 y([19])19 b(A.)d(Plaat,)g(J.)g(Sc)o
+(hae\013er,)i(W.)e(Pijls,)g(and)g(A.)g(de)h(Bruin.)25
+b(Nearly)17 b(Optimal)d(Minimax)g(T)m(ree)j(Searc)o(h?)35
+b(T)m(ec)o(hnical)85 1673 y(Rep)q(ort)17 b(94-19,)e(Departmen)o(t)h(of)
+g(Computing)e(Science,)k(Univ)o(ersit)o(y)e(of)f(Alb)q(erta,)i(Edmon)o
+(ton,)e(Alta.,)h(Decem)o(b)q(er)85 1714 y(1994.)0 1789
+y([20])j(A.)14 b(Reinefeld.)k(An)c(Impro)o(v)o(emen)o(t)d(to)j(the)g
+(Scout)h(Tree-Searc)o(h)g(Algorithm.)h Fl(ICCA)e(Journal)p
+Fn(,)g(6\(4\):4{14,)d(1983.)0 1864 y([21])19 b(J.)11
+b(Sc)o(hae\013er.)k(Distributed)d(Game-T)m(ree)e(Searc)o(hing.)j
+Fl(Journal)g(of)f(Par)n(al)r(lel)f(and)i(Distribute)n(d)f(Computing)p
+Fn(,)f(6\(2\):90{)85 1905 y(114,)i(1989.)0 1980 y([22])19
+b(I.)12 b(R.)g(Stein)o(b)q(erg)h(and)g(M.)f(Solomon.)h(Searc)o(hing)g
+(Game)d(Trees)k(in)e(P)o(arallel.)j(In)e Fl(Pr)n(o)n(c)n(c)n(e)n(dings)
+g(of)h(the)f(1990)i(Interna-)85 2022 y(tional)i(Confer)n(enc)n(e)f(on)h
+(Par)n(al)r(lel)e(Pr)n(o)n(c)n(essing)h(\(vol.)g(3\))p
+Fn(,)g(pages)g(9{17,)e(Univ)o(ersit)o(y)h(P)o(ark,)h(P)m(A,)f(1990.)f
+(P)o(enn.)h(State)85 2063 y(Univ)o(ersit)o(y)f(Press.)0
+2138 y([23])19 b(V.)e(Sunderam.)28 b(PVM:)17 b(A)h(F)m(ramew)o(ork)d
+(for)i(P)o(arallel)g(Distributed)g(Computing.)26 b Fl(Concurr)n(ency:)g
+(Pr)n(actic)n(e)17 b(and)85 2179 y(Exp)n(erienc)n(e)p
+Fn(,)d(2\(4\):315{339,)d(Decem)o(b)q(er)j(1990.)0 2254
+y([24])19 b(J.-C.)25 b(W)m(eill.)51 b Fl(Pr)n(o)n(gr)n(ammes)25
+b(d')o(\023)-20 b(eche)n(cs)26 b(de)g(championnat:)41
+b(ar)n(chite)n(ctur)n(e)25 b(lo)n(giciel)r(le)f(synth)o(\022)-20
+b(ese)27 b(de)f(fonctions)85 2296 y(d')o(\023)-20 b(evaluations,)15
+b(p)n(ar)n(al)r(l)o(\023)-20 b(elisme)14 b(de)h(r)n(e)n(cher)n(che)p
+Fn(.)j(PhD)13 b(thesis,)i(Univ)o(ersit)o(\023)-20 b(e)14
+b(P)o(aris)g(8,)f(Jan)o(uary)h(1995.)954 2828 y(16)p
+eop
+%%Page: 17 17
+17 16 bop 0 195 a Fo(A)69 b(Description)21 b(of)i(APHID)f(In)n(terface)
+0 294 y Fc(A.1)56 b(T)n(yp)r(es)18 b(of)h(Pro)r(cesses)f(within)g
+(APHID)62 363 y Fk(\017)j Fe(absolute)f(master)p Fn(:)25
+b(The)18 b(single)g(pro)q(cess)h(whic)o(h)f(in)o(v)o(ok)o(es)g(all)e
+(other)j(pro)q(cesses)h(within)e(the)g(APHID)g(pro)q(cess)104
+404 y(hierarc)o(h)o(y)m(,)13 b(whic)o(h)h(o)q(ccupies)h(the)f(highest)h
+(lev)o(el)e(in)h(the)g(pro)q(cess)i(hierarc)o(h)o(y)m(.)62
+476 y Fk(\017)21 b Fe(slave)p Fn(:)g(An)o(y)16 b(pro)q(cess)i(that)e(m)
+o(ust)f(rep)q(ort)i(its)f(searc)o(h)h(results)g(to)f(a)g(pro)q(cess)i
+(ab)q(o)o(v)o(e)d(it)h(in)g(the)g(hierarc)o(h)o(y)m(.)25
+b(With)104 518 y(this)14 b(de\014nition,)f(a)g(pro)q(cess)j(is)e
+(either)h(the)f(absolute)g(master)f(or)h(a)g(sla)o(v)o(e,)f(and)h(can)g
+(not)g(b)q(e)g(b)q(oth.)62 589 y Fk(\017)21 b Fe(master)p
+Fn(:)e(An)o(y)14 b(pro)q(cess)j(that)e(has)g(pro)q(cesses)j(underneath)
+e(it)e(in)h(the)g(hierarc)o(h)o(y)m(.)21 b(Note)15 b(that)g(it)g(is)g
+(p)q(ossible)g(for)f(a)104 631 y(pro)q(cess)h(to)f(b)q(e)h(b)q(oth)f(a)
+f(master)h(and)f(a)h(sla)o(v)o(e)g(if)f(the)h(pro)q(cess)i(hierarc)o(h)
+o(y)e(has)g(m)o(ultiple)e(lev)o(els.)0 746 y Fc(A.2)56
+b(Constan)n(ts)20 b(T)-5 b(o)19 b(Be)f(De\014ned)0 814
+y Fn(Since)c(the)h(library)e(is)h(application-indep)q(enden)o(t,)f
+(some)g(de\014nitions)h(of)f(ho)o(w)g(things)h(are)h(implem)o(en)o(ted)
+d(m)o(ust)h(b)q(e)h(giv)o(en)0 856 y(to)g(the)g(APHID)g(library)m(.)62
+932 y Fk(\017)21 b Fe(APHID)p 217 932 14 2 v 14 w(HASHTYPESIZE)p
+Fn(:)11 b(The)k(size)f(\(in)g(b)o(ytes\))h(of)e(the)h(hash)g(v)n(alue)g
+(used)h(in)e(y)o(our)h(program.)62 1003 y Fk(\017)21
+b Fe(APHID)p 217 1003 V 14 w(HASHKEYSIZE)p Fn(:)10 b(The)i(size)h(\(in)
+f(b)o(ytes\))h(of)f(the)h(\\lo)q(c)o(k")e(used)i(to)f(guaran)o(tee)h
+(that)f(t)o(w)o(o)g(p)q(ositions)f(sharing)h(the)104
+1045 y(same)h(hash)h(v)n(alue)f(are)h(the)h(same.)62
+1117 y Fk(\017)21 b Fe(APHID)p 217 1117 V 14 w(MOVESIZE)p
+Fn(:)12 b(The)i(size)h(\(in)f(b)o(ytes\))g(of)g(the)g(represen)o
+(tation)i(of)d(a)h(mo)o(v)o(e)e(in)h(the)i(application.)62
+1189 y Fk(\017)21 b Fe(APHID)p 217 1189 V 14 w(MINUSINF)15
+b Fn(and)h Fe(APHID)p 615 1189 V 15 w(PLUSINF)p Fn(:)e(Sp)q
+(eci\014cations)j(of)e(v)n(alues)h(smaller)f(than)h(the)h(minim)n(um)o
+(,)c(and)j(larger)104 1230 y(than)e(the)g(maxim)n(um)o(,)c(that)k(the)h
+(\\ev)n(aluation")d(could)i(p)q(ossibly)f(return,)i(resp)q(ectiv)o(ely)
+m(.)62 1302 y Fk(\017)21 b Fe(APHID)p 217 1302 V 14 w(INVALIDSCORE)p
+Fn(:)13 b(A)j(v)n(alue)g(that)g(is)g(outside)g(the)g(range)h(represen)o
+(ted)h(b)o(y)e(the)h(minim)n(um)11 b(and)16 b(maxim)n(um)104
+1344 y(v)n(alues)d(sp)q(eci\014ed)j(previously)m(.)62
+1415 y Fk(\017)21 b Fe(APHID)p 217 1415 V 14 w(LOG2)p
+319 1415 V 15 w(TABSIZE)p Fn(:)16 b(The)j(size)g(of)e(the)i(APHID)f
+(table)g(that)g(y)o(ou)g(in)o(tend)g(on)g(using)g(to)g(share)h(b)q(et)o
+(w)o(een)g(the)104 1457 y(master)c(and)h(the)g(sla)o(v)o(es,)g(tak)o
+(en)f(to)h(a)f(base)i(2)e(logarithm.)21 b(F)m(or)15 b(example,)g(a)g(v)
+n(alue)g(of)g(14)g(indicates)h(an)g(APHID)104 1503 y(table)e(with)f(2)
+323 1488 y Fi(14)370 1503 y Fn(=)e(16384)i(en)o(tries.)62
+1575 y Fk(\017)21 b Fe(APHID)p 217 1575 V 14 w(MAXSLAVEPLYSEARCH)p
+Fn(:)7 b(The)j(maxim)o(um)c("plytogo")i(v)n(alue)i(that)g(y)o(ou)g
+(could)g(p)q(ossibly)g(exp)q(ect)i(to)e(hand)g(to)g(a)104
+1616 y(sla)o(v)o(e)g(to)g(searc)o(h.)18 b(Note)10 b(that)g(this)h(v)n
+(alue)e(should)h(not)g(b)q(e)h(excessiv)o(ely)g(large,)g(since)g(this)f
+(and)g Fe(APHID)p 1683 1616 V 15 w(LOG2)p 1786 1616 V
+14 w(TABSIZE)104 1658 y Fn(are)k(the)h(leading)e(determinan)o(ts)g(in)h
+(the)g(amoun)o(t)e(of)h(memory)f(used)j(b)o(y)e(the)i(APHID)f(library)m
+(.)62 1730 y Fk(\017)21 b Fe(APHID)p 217 1730 V 14 w
+(MAXMASTERPLYSEARCH)p Fn(:)10 b(The)k(maxim)o(um)9 b(depth)15
+b(that)f(w)o(e)g(exp)q(ect)h(the)g(master)e(should)h(reac)o(h.)62
+1802 y Fk(\017)21 b Fe(APHID)p 217 1802 V 14 w(SLAVENODESTOCOMM)p
+Fn(:)15 b(This)j(should)g(b)q(e)g(set)h(to)f(the)h(n)o(um)o(b)q(er)e
+(of)h(no)q(des)h(that)f(the)g(sequen)o(tial)h(program)104
+1843 y(visits)13 b(on)h(the)h(t)o(yp)q(e)f(of)f(pro)q(cessor)j(b)q
+(eing)e(used,)g(divided)g(b)o(y)f(10.)0 1958 y Fc(A.3)56
+b(Standard)19 b(V)-5 b(ariables)19 b(Used)62 2026 y Fk(\017)i
+Fe(argv)p Fn(:)e(Standard)c(argumen)o(t)e(list.)20 b(Used)c(to)f
+(instan)o(tiate)f(the)h(sla)o(v)o(es)g(with)g(the)g(same)f(parameters)h
+(as)g(the)g(initial)104 2068 y(program.)62 2140 y Fk(\017)21
+b Fe(depth)p Fn(:)c(The)d(n)o(um)o(b)q(er)f(of)g(ply)h(the)g(curren)o
+(t)i(no)q(de)e(is)g(a)o(w)o(a)o(y)f(from)f(the)i(ro)q(ot)g(of)f(the)i
+(game)d(tree.)62 2212 y Fk(\017)21 b Fe(plytogo)p Fn(:)15
+b(The)c(n)o(um)o(b)q(er)f(of)g(ply)h(un)o(til)f(w)o(e)h(reac)o(h)g(the)
+h(b)q(ottom)d(of)h(the)i(game)d(tree.)18 b(In)11 b(a)g(searc)o(h)h
+(with)e(no)h(extensions)104 2253 y(or)j(forw)o(ard)f(pruning,)g
+Fe(plytogo)21 b(+)g(depth)13 b Fn(should)h(b)q(e)g(constan)o(t.)62
+2325 y Fk(\017)21 b Fe(&move[i])10 b Fn(or)i Fe(&bestmove)p
+Fn(:)j(A)d(p)q(oin)o(ter)g(to)f(an)h(area)g(of)f Fe(APHID)p
+1098 2325 V 15 w(MOVESIZE)f Fn(b)o(ytes)i(whic)o(h)g(sp)q(eci\014es)h
+(the)g(mo)o(v)o(e)d(b)q(eing)104 2367 y(pla)o(y)o(ed.)62
+2438 y Fk(\017)21 b Fe(p)p 129 2438 V 15 w(hash)p Fn(:)c(A)d(p)q(oin)o
+(ter)g(to)g(an)g(area)g(of)f Fe(APHID)p 805 2438 V 15
+w(HASHTYPESIZE)e Fn(b)o(ytes)k(that)f(con)o(tains)g(the)g(curren)o(t)h
+(hash)g(v)n(alue.)62 2510 y Fk(\017)21 b Fe(p)p 129 2510
+V 15 w(key)p Fn(:)c(A)c(p)q(oin)o(ter)g(to)f(an)g(area)h
+Fe(APHID)p 729 2510 V 15 w(HASHKEYSIZE)d Fn(b)o(ytes)k(that)e(con)o
+(tains)h(a)f(lo)q(c)o(k)g(whic)o(h)h(can)g(\\guaran)o(tee")f(the)104
+2552 y(b)q(oard)i(stored)h(in)e(the)h(lo)q(cation)f(of)h(the)g(hash)g
+(table)g(is)g(correct.)62 2624 y Fk(\017)21 b Fe(alpha)13
+b Fn(and)g Fe(beta)p Fn(:)k(Searc)o(h)e(windo)o(w)e(used)i(b)o(y)f
+Fm(\013\014)i Fn(implemen)o(tatio)o(n;)11 b(they)j(are)g(exp)q(ected)i
+(to)e(b)q(e)h(32-bit)e(in)o(tegers.)62 2696 y Fk(\017)21
+b Fe(value)13 b Fn(and)g Fe(score)p Fn(:)k(V)m(alues)d(of)f(leaf)g(no)q
+(des;)i(they)f(are)g(exp)q(ected)i(to)e(b)q(e)h(32-bit)e(in)o(tegers)h
+(for)g(this)g(library)m(.)954 2828 y(17)p eop
+%%Page: 18 18
+18 17 bop 0 195 a Fc(A.4)56 b(Stubs)19 b(T)-5 b(o)19
+b(Be)f(W)-5 b(ritten)62 263 y Fk(\017)21 b Fe(int)g(aphid)p
+304 263 14 2 v 15 w(stub)p 407 263 V 14 w(encodeinit\(char)e(*msg\))p
+Fn(:)k(Pro)o(vides)17 b(the)g(absolute)g(master)f(with)h(a)f(4000-b)o
+(yte)g(bu\013er)i(to)104 305 y(store)g(all)d(p)q(ertinen)o(t)k
+(information)14 b(ab)q(out)i(the)i(ro)q(ot)f(of)f(the)i(game)d(tree.)29
+b(The)17 b(return)i(v)n(alue)d(is)h(the)g(n)o(um)o(b)q(er)g(of)104
+346 y(b)o(ytes)d(used)h(in)f(the)g(string)g Fe(msg)p
+Fn(.)62 421 y Fk(\017)21 b Fe(int)g(aphid)p 304 421 V
+15 w(stub)p 407 421 V 14 w(decodeinit\(int)e(msg)p 814
+421 V 15 w(ln,)j(char)f(*msg\))p Fn(:)15 b(All)9 b(other)i(pro)q
+(cesses)j(in)c(the)h(system,)f(aside)h(from)104 463 y(the)i(absolute)f
+(master,)g(receiv)o(e)i(the)f(message)f(length)g(and)g(the)h(message)f
+(enco)q(ded)i(b)o(y)e Fe(aphid)p 1606 463 V 15 w(stub)p
+1709 463 V 15 w(encodeinit)p Fn(,)104 504 y(and)h(should)h(set)h(the)f
+(ro)q(ot)g(of)g(their)g(game)e(tree,)j(accordingly)m(.)62
+579 y Fk(\017)21 b Fe(void)g(aphid)p 326 579 V 14 w(stub)p
+428 579 V 15 w(movedownpath\(int)e(num)p 880 579 V 15
+w(moves,)h(char)h(*movepath\))p Fn(:)15 b(Called)10 b(b)o(y)h(the)h
+(sla)o(v)o(es,)f(a)g(series)i(of)104 620 y Fe(num)p 173
+620 V 15 w(moves)d Fn(mo)o(v)o(es)h(is)g(giv)o(en)h(in)f
+Fe(movepath)p Fn(,)f(with)h(eac)o(h)h(mo)o(v)o(e)e(b)q(eing)i
+Fe(APHID)p 1328 620 V 15 w(MOVESIZE)e Fn(b)o(ytes)i(long.)17
+b(The)12 b(routine)104 662 y(should)h(pla)o(y)g(through)h(the)h(mo)o(v)
+o(es)d(giv)o(en)i(in)f Fe(movepath)f Fn(from)h(the)h(ro)q(ot)g(of)f
+(the)i(game)d(tree.)62 737 y Fk(\017)21 b Fe(void)g(aphid)p
+326 737 V 14 w(stub)p 428 737 V 15 w(moveuppath\(int)e(num)p
+836 737 V 15 w(moves,)i(char)g(*movepath\))p Fn(:)14
+b(Called)d(b)o(y)g(the)h(sla)o(v)o(es,)f(should)g(com-)104
+778 y(pletely)j(undo)f(an)o(y)h(c)o(hanges)g(made)f(b)o(y)h
+Fe(aphid)p 856 778 V 14 w(stub)p 958 778 V 15 w(movedownpath)p
+Fn(.)62 853 y Fk(\017)21 b Fe(int)g(aphid)p 304 853 V
+15 w(stub)p 407 853 V 14 w(iterativedeepening\(i)o(nt)e(depth,)h(int)h
+(last,)g(int)g(max\))p Fn(:)d(Called)13 b(b)o(y)h(the)h(sla)o(v)o(es,)f
+(this)104 894 y(routine)j(should)f(return)i(the)g(searc)o(h)g(depth)f
+(for)g(the)g(next)g(searc)o(h)h(of)f(a)f(leaf)g(no)q(de)i(from)d(a)h
+(master's)g(tree.)28 b(F)m(or)104 936 y(most)12 b(programs)h(that)h(do)
+g(iterativ)o(e)g(deep)q(ening)g(in)g(1)f(ply)h(steps,)h(this)f(should)f
+(simply)f(return)j Fe(last)21 b(+)h(1)p Fn(.)62 1011
+y Fk(\017)f Fe(void)g(aphid)p 326 1011 V 14 w(stub)p
+428 1011 V 15 w(preparesearch\(int)e(depth,)h(int)h(plytogo,)f(int)i
+(winstats[],)d(int)i(*alpha,)104 1052 y(int)g(*beta\))p
+Fn(:)16 b(Called)10 b(b)o(y)i(the)g(sla)o(v)o(es,)f(this)h(routine)g
+(sets)g(the)g(initial)e(windo)o(w)h(searc)o(hed)i(b)o(y)e(the)h(sla)o
+(v)o(es.)17 b(Statistics)104 1094 y(on)12 b(previous)h(searc)o(hes)h
+(and)f(the)g(curren)o(t)h(guessed)g(score)g(at)e(the)h(ro)q(ot)g(are)f
+(passed)i(in)e(via)g(the)h Fe(winstats[])d Fn(arra)o(y)m(.)104
+1135 y(The)j(routine)f(should)h(set)g Fe(*alpha)e Fn(and)h
+Fe(*beta)g Fn(b)q(efore)h(terminating.)j(F)m(urthermore,)c(this)g
+(routine)h(should)f(ensure)104 1177 y(that)i(an)o(y)f(global)f("alarm")
+g(states)j(ha)o(v)o(e)e(b)q(een)i(turned)g(o\013.)62
+1251 y Fk(\017)21 b Fe(int)g(aphid)p 304 1251 V 15 w(stub)p
+407 1251 V 14 w(alphabeta\(int)f(depth,)g(int)h(plytogo,)f(int)i
+(alpha,)e(int)h(beta\))p Fn(:)c(Called)c(b)o(y)h(b)q(oth)104
+1293 y(the)f(master)e(and)h(the)h(sla)o(v)o(es,)f(this)g(routine)g
+(should)g(call)g(y)o(our)g(implem)o(en)o(tation)d(of)j
+Fm(\013\014)r Fn(,)g(and)g(return)h(the)g(minim)o(ax)104
+1334 y(v)n(alue)g(bac)o(k)h(to)g(the)g(APHID)g(library)m(.)62
+1409 y Fk(\017)21 b Fe(int)g(aphid)p 304 1409 V 15 w(stub)p
+407 1409 V 14 w(evaluate\(int)f(depth,)g(int)i(alpha,)e(int)h(beta\))p
+Fn(:)c(Called)c(b)o(y)g(the)h(master)f(the)h(\014rst)g(time)104
+1451 y(it)g(visits)h(a)f(leaf)g(of)g(its)h(tree,)g(this)g(routine)g
+(should)f(simply)f(call)h(y)o(our)g(ev)n(aluation)f(routine)i(and)g
+(return)g(the)h(score)104 1492 y(for)d(the)i(p)q(osition)e(reac)o(hed)i
+(at)f Fe(depth)f Fn(ply)g(within)g(the)i(tree.)62 1567
+y Fk(\017)21 b Fe(int)g(aphid)p 304 1567 V 15 w(stub)p
+407 1567 V 14 w(stopsearch\(int)e(pass)p 836 1567 V 15
+w(stats[]\))p Fn(:)j(Called)16 b(only)f(b)o(y)i(the)g(absolute)f
+(master)g(pro)q(cess,)j(this)104 1608 y(routine)d(should)g(c)o(hec)o(k)
+h(y)o(our)e(timer)g(and)h(determine)g(if)f(y)o(our)h(time)e(limit)f
+(has)k(b)q(een)g(exceeded)h(for)d(a)h(searc)o(h.)25 b(If)104
+1650 y(the)14 b(time)f(limit)e(has)j(b)q(een)h(exceeded,)h(this)e
+(routine)g(should)f(return)i(1;)f(otherwise,)g(0.)62
+1725 y Fk(\017)21 b Fe(int)g(aphid)p 304 1725 V 15 w(stub)p
+407 1725 V 14 w(visited\(\))p Fn(:)c(Called)d(b)o(y)g(the)g(sla)o(v)o
+(es,)g(this)g(should)g(return)i(a)e(global)e(coun)o(t)j(of)e(the)i(n)o
+(um)o(b)q(er)f(of)104 1766 y(no)q(des)g(visited)g(b)o(y)g(the)g
+(program.)0 1882 y Fc(A.5)56 b(In)n(terface)18 b(Calls)h(Used)f(b)n(y)h
+(Master)g(and)g(Sla)n(v)n(e)62 1951 y Fk(\017)i Fe(void)g(aphid)p
+326 1951 V 14 w(startup\(argv\))p Fn(:)k(In)19 b(the)g(\014rst)h(pro)q
+(cess)g(run,)g(PVM)f(is)g(spa)o(wned)g(on)g(the)g(mac)o(hines)f(sp)q
+(eci\014ed,)104 1992 y(and)c(a)f(sla)o(v)o(e)h(pro)q(cess)i(is)e(spa)o
+(wned)g(with)g(the)h(same)e(argumen)o(t)g(list)g Fe(\(argv\))g
+Fn(as)h(the)h(master,)e(as)h(sp)q(eci\014ed)i(b)o(y)d(the)104
+2034 y Fe(aphid.config)e Fn(\014le.)18 b(In)c(a)g(spa)o(wned)g(pro)q
+(cess,)h(the)g(APHID)f(library)f(nev)o(er)i(exits)f(this)g(function)g
+(call.)62 2108 y Fk(\017)21 b Fe(void)g(aphid)p 326 2108
+V 14 w(exit\(\))p Fn(:)j(This)17 b(routine)h(remo)o(v)o(es)e(a)h(pro)q
+(cess)j(from)15 b(the)j(PVM)g(group,)f(and)g(it)g(should)g(b)q(e)h
+(called)104 2150 y(b)q(efore)e(an)o(y)f(pro)q(cess)j(exits)e(\(due)g
+(to)g(errors)h(or)e(normal)f(completion\).)21 b(If)16
+b(the)g(pro)q(cess)h(is)f(the)g(absolute)g(master,)104
+2191 y(completion)11 b(of)i(this)h(routine)f(ensures)j(that)d(all)f(of)
+h(the)h(spa)o(wned)g(pro)q(cesses)i(ha)o(v)o(e)d(b)q(een)i(sh)o(ut)f
+(do)o(wn)f(successfully)m(.)62 2266 y Fk(\017)21 b Fe(int)g(aphid)p
+304 2266 V 15 w(master\(\))p Fn(:)16 b(Returns)f(1)e(if)g(the)i(pro)q
+(cess)h(is)d(a)h(master)f(in)h(the)g(hierarc)o(h)o(y)m(,)g(and)f(0)h
+(otherwise.)62 2341 y Fk(\017)21 b Fe(int)g(aphid)p 304
+2341 V 15 w(slave\(\))p Fn(:)14 b(Returns)d(1)f(if)g(the)h(pro)q(cess)h
+(w)o(as)e(spa)o(wned,)h(returns)h(0)e(if)f(it)h(is)g(the)h(absolute)f
+(master)g(pro)q(cess)104 2382 y(whic)o(h)k(spa)o(wned)h(the)g(other)g
+(pro)q(cesses.)23 b(Note)15 b(that)f(a)h(pro)q(cess)h(can)f(b)q(e)g(b)q
+(oth)f(a)h(sla)o(v)o(e)f(and)g(a)g(master)g(dep)q(ending)104
+2424 y(on)f(the)i(hierarc)o(h)o(y)f(sp)q(eci\014ed)i(in)d
+Fe(aphid.config)p Fn(.)954 2828 y(18)p eop
+%%Page: 19 19
+19 18 bop 0 195 a Fc(A.6)56 b(In)n(terface)18 b(Calls)h(Used)f(b)n(y)h
+(Masters)g(Only)62 263 y Fk(\017)i Fe(void)g(aphid)p
+326 263 14 2 v 14 w(initserach\(int)e(maxdepth\))p Fn(:)d(Called)d(b)o
+(y)h(the)g(absolute)g(master)g(pro)q(cess,)h(this)f(pro)q(cedure)h
+(pre-)104 305 y(pares)i(to)g(start)g(a)f(searc)o(h)i(in)e(parallel.)26
+b(This)16 b(routine)h(calls)f Fe(aphid)p 1212 305 V 15
+w(stub)p 1315 305 V 15 w(encodeinit)p Fn(,)f(and)h(then)h(informs)e
+(all)104 346 y(of)e(the)i(other)g(pro)q(cesses)i(of)c(the)i(curren)o(t)
+h(state)f(of)e(the)i(game.)i(The)e(parameter)f(indicates)g(the)h(maxim)
+n(um)10 b(depth)104 388 y(that)k(an)o(y)f(pro)q(cess)j(is)e(nominall)o
+(y)d(allo)o(w)o(ed)i(to)g(searc)o(h,)i Fl(not)g(including)h(se)n(ar)n
+(ch)e(extensions)p Fn(.)62 463 y Fk(\017)21 b Fe(int)g(aphid)p
+304 463 V 15 w(rootsearch\(int)e(depth,)h(int)h(plytogo,)f(int)i
+(alpha,)e(int)h(beta\))p Fn(:)26 b(This)18 b(routine)h(is)f(called)104
+504 y(b)o(y)d(the)h(absolute)g(master,)e(instead)i(of)f(calling)f(the)i
+(t)o(ypical)f Fm(\013\014)i Fn(implemen)o(taiton.)i(It)d(allo)o(ws)e(a)
+h(master)g(pro)q(cess)104 546 y(to)i(do)g(m)o(ultiple)e(passes)k(of)e
+(the)h(tree)g(un)o(til)f(the)h(searc)o(h)g(is)g(completed,)f(or)g(the)h
+(alarm)d(has)j(b)q(een)g(signalled)f(via)104 587 y Fe(aphid)p
+217 587 V 14 w(stub)p 319 587 V 15 w(stopsearch)p Fn(.)f(If)e(the)g
+(searc)o(h)i(is)d(allo)o(w)o(ed)g(to)h(complete,)f(this)h(routine)g
+(returns)h(the)g(minim)o(ax)c(v)n(alue)104 629 y(of)i(the)i(tree)g
+(that)f(it)f(has)h(b)q(een)h(ask)o(ed)f(to)g(searc)o(h.)62
+703 y Fk(\017)21 b Fe(int)g(aphid)p 304 703 V 15 w(intnode)p
+473 703 V 14 w(premove\(int)e(depth,)i(char)g(*moveptr\))p
+Fn(:)15 b(Called)d(b)o(y)h(the)g(absolute)g(master,)e(this)i(rou-)104
+745 y(tine)h(stores)h(mo)o(v)o(es)e(made)f(b)q(efore)j(a)f(call)f(to)g
+Fe(aphid)p 938 745 V 15 w(rootsearch)f Fn(in)h(the)i(mo)o(v)o(e)d
+(list.)62 820 y Fk(\017)21 b Fe(void)g(aphid)p 326 820
+V 14 w(endsearch\(\))p Fn(:)15 b(The)e(absolute)f(master)g(should)g
+(call)f(this)i(routine)f(when)h(it)f(is)g(\014nished)h(searc)o(hing)f
+(a)104 861 y(tree)i(that)e(has)h(b)q(een)h(called)e(;)h(it)f(stops)h
+(the)g(sla)o(v)o(es)g(from)e(w)o(orking)g(on)i(the)g(lea)o(v)o(es)g(of)
+f(the)h(game)e(tree)j(and)e(prepares)104 903 y(the)i(sla)o(v)o(es)g(to)
+g(receiv)o(e)h(a)f(new)g(ro)q(ot)g(p)q(osition.)62 977
+y Fk(\017)21 b Fe(void)g(aphid)p 326 977 V 14 w(horizon\(int)f(depth\))
+p Fn(:)15 b(A)d(\\master")e(pro)q(cess)j(calls)e(this)h(routine)f(to)g
+(determine)h(if)e(it)h(has)h(reac)o(hed)104 1019 y(its)i(arti\014cial)f
+(horizon.)62 1094 y Fk(\017)21 b Fe(void)g(aphid)p 326
+1094 V 14 w(eval)p 428 1094 V 15 w(leaf\(int)f(alpha,)h(int)g(beta,)g
+(int)g(depth,)g(char)g(*p)p 1403 1094 V 15 w(hash,)g(char)g(*p)p
+1702 1094 V 15 w(key\))p Fn(:)104 1135 y(This)10 b(routine)h
+(determines)g(a)f(score)i(v)n(alue)d(for)h(the)i(leaf,)e(based)h(on)f
+(the)h(b)q(est)h(information)7 b(a)o(v)n(ailable)h(to)j(the)g(master.)
+104 1177 y Fe(p)p 129 1177 V 15 w(hash)i Fn(and)h Fe(p)p
+348 1177 V 15 w(key)g Fn(are)g(required)h(to)f(determine)f(if)g(this)h
+(no)q(de)h(has)f(b)q(een)h(previously)e(visited.)62 1251
+y Fk(\017)21 b Fe(void)g(aphid)p 326 1251 V 14 w(intnode)p
+494 1251 V 15 w(start\(int)f(depth,)g(char)h(*p)p 1032
+1251 V 15 w(hash,)g(char)g(*p)p 1331 1251 V 15 w(key\))p
+Fn(:)16 b(Called)11 b(b)o(y)g(a)h(master)f(pro)q(cess,)104
+1293 y(this)j(routine)g(initializes)e(b)q(ound)i(gathering)g
+(information)d(for)i(an)h(in)o(terior)f(no)q(de)h(within)f(the)i(game)d
+(tree.)19 b Fe(p)p 1850 1293 V 16 w(hash)104 1334 y Fn(and)13
+b Fe(p)p 209 1334 V 16 w(key)g Fn(are)h(required)h(to)f(determine)g(if)
+f(this)h(no)q(de)g(has)g(b)q(een)h(previously)f(visited.)62
+1409 y Fk(\017)21 b Fe(void)g(aphid)p 326 1409 V 14 w(intnode)p
+494 1409 V 15 w(move\(int)f(depth,)g(char)h(*moveptr\))p
+Fn(:)k(Called)18 b(b)o(y)g(a)g(master)g(pro)q(cess,)i(this)f(routine)
+104 1451 y(inserts)c(the)f(mo)o(v)o(e)e(p)q(oin)o(ted)i(to)f(b)o(y)h
+Fe(moveptr)e Fn(in)o(to)h(a)h(hidden)g(mo)o(v)o(e)e(list)h(that)h(will)
+e(ev)o(en)o(tually)h(b)q(e)i(sen)o(t)f(to)g(a)f(sla)o(v)o(e)104
+1492 y(in)g Fe(aphid)p 265 1492 V 15 w(eval)p 368 1492
+V 15 w(leaf)p Fn(.)62 1567 y Fk(\017)21 b Fe(void)g(aphid)p
+326 1567 V 14 w(intnode)p 494 1567 V 15 w(update\(int)e(depth,)i(int)g
+(value\))p Fn(:)27 b(Called)19 b(b)o(y)f(the)i(master)f(pro)q(cess,)j
+(this)d(routine)104 1608 y(tak)o(es)d(the)g(v)n(alue)f(returned)j(b)o
+(y)d(the)i(c)o(hild)e Fm(\013\014)j Fn(call)d(and)h(uses)h(it)e(to)h
+(up)q(date)g(the)h(hidden)e(\\b)q(ound")h(information)104
+1650 y(gathered)f(for)e(ev)o(ery)i(no)q(de)f(in)f(the)i(master's)e
+(tree.)62 1725 y Fk(\017)21 b Fe(void)g(aphid)p 326 1725
+V 14 w(intnode)p 494 1725 V 15 w(fixbound\(int)e(depth\))p
+Fn(:)h(In)c(the)g(case)h(of)e(a)h(cuto\013,)g(this)g(routine)g(will)e
+(\014x)h(the)i(hidden)104 1766 y(b)q(ound)d(information)d(when)j(not)g
+(all)f(mo)o(v)o(es)f(ha)o(v)o(e)i(b)q(een)h(fully)d(explored.)62
+1841 y Fk(\017)21 b Fe(void)g(aphid)p 326 1841 V 14 w(intnode)p
+494 1841 V 15 w(end\(int)f(depth,)h(int)g(*score\))p
+Fn(;)12 b(This)j(routine)f(is)g(called)g(b)o(y)h(a)f(master)f(for)h(ev)
+o(ery)i(in-)104 1882 y(ternal)d(no)q(de)g(within)f(the)i(tree,)g(and)e
+(ensures)j(that)e(the)g(score)i(returned)f(is)f(consisten)o(t)h(with)e
+(previously)h(gathered)104 1924 y(information)e(ab)q(out)j(the)g(no)q
+(de.)0 2040 y Fc(A.7)56 b(In)n(terface)18 b(Calls)h(Used)f(b)n(y)h(Sla)
+n(v)n(es)g(Only)62 2108 y Fk(\017)i Fe(int)g(aphid)p
+304 2108 V 15 w(checkalarm\(\))p Fn(:)e(This)d(routine)h(c)o(hec)o(ks)g
+(to)f(see)h(if)f(a)f(searc)o(h)j(should)e(b)q(e)g(terminated.)24
+b(If)16 b(the)h(v)n(alue)104 2150 y(returned)f(is)e(equal)f(to)h(0,)g
+(the)h(searc)o(h)g(should)f(con)o(tin)o(ue.)19 b(If)13
+b(the)i(v)n(alue)f(returned)h(is)f(not)h(equal)e(to)h(0,)g(the)g
+(curren)o(t)104 2191 y(searc)o(h)h(has)f(b)q(een)h(in)o(terrupted,)g
+(and)e(w)o(e)h(should)g(terminate)f(it)h(in)f(a)h(\\nice")g(w)o(a)o(y)m
+(.)954 2828 y(19)p eop
+%%Page: 20 20
+20 19 bop 0 195 a Fc(A.8)56 b(The)18 b(\\aphid.con\014g")h(File)e
+(Description)62 263 y Fk(\017)k Fn(The)15 b(\014rst)g(line)f(con)o
+(tains)h(t)o(w)o(o)f(in)o(tegers:)21 b(The)15 b(n)o(um)o(b)q(er)f(of)g
+(lev)o(els)g(in)g(the)i(pro)q(cess)g(hierarc)o(h)o(y)m(,)e(and)h(the)g
+(minim)n(um)104 305 y(gran)o(ularit)o(y)d(of)i(w)o(ork)f(that)h(w)o(e)g
+(are)h(allo)q(cated)e(in)g(parallel.)62 380 y Fk(\017)21
+b Fn(The)d(next)g(lines)g(eac)o(h)g(con)o(tain)g(one)g(in)o(teger,)g
+(eac)o(h)g(in)o(teger)h(represen)o(ting)g(the)f(v)n(alue)g(of)f
+Fm(d)1607 365 y Fd(0)1636 380 y Fn(for)g(a)h(lev)o(el)f(in)g(the)104
+421 y(pro)q(cess)e(hierarc)o(h)o(y)m(.)62 496 y Fk(\017)21
+b Fn(The)14 b(last)g(lines)g(indicate)h(what)f(mac)o(hines)f(the)i(pro)
+q(cesses)i(should)c(b)q(e)i(spa)o(wned)g(on,)f(and)g(what)g(executable)
+h(is)f(to)104 537 y(b)q(e)j(run,)g(one)g(line)f(p)q(er)i(pro)q(cess)g
+(to)f(b)q(e)g(spa)o(wned.)27 b(By)17 b(default,)f(APHID)h(will)e(spa)o
+(wn)i(an)f(executable)i(with)e(the)104 579 y(same)d(program)f(name)h
+(as)h(the)h(original)d(program)g(unless)j(a)f Fe(#)f
+Fn(c)o(haracter)j(app)q(ears)e(on)g(the)h(line,)e(whic)o(h)h(indicates)
+104 620 y(a)h(separation)h(b)q(et)o(w)o(een)h(the)f(mac)o(hine)e(name)g
+(and)i(the)g(program)e(name.)22 b(The)16 b(absolute)f(master)g(pro)q
+(cess)j(is)d(not)104 662 y(listed)c(in)f(this)h(hierarc)o(h)o(y)m(.)17
+b(A)10 b(pro)q(cess)j(hierarc)o(h)o(y)e(can)g(b)q(e)g(sp)q(eci\014ed)i
+(using)d(tabs)h(to)g(mo)o(v)o(e)e(the)i(start)h(of)e(the)h(mac)o(hine)
+104 703 y(name)h(o)o(v)o(er)i(in)g(the)g(\014le.)954
+2828 y(20)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/parallel/ciancarini94comparison.ps b/parallel/ciancarini94comparison.ps
new file mode 100755 (executable)
index 0000000..ec7f5d1
--- /dev/null
@@ -0,0 +1,24943 @@
+%!PS-Adobe-2.0
+%%Title: tr14
+%%Creator: PrintMonitor
+%%CreationDate: Monday, May 23, 1994
+%%Pages: (atend)
+%%BoundingBox: ? ? ? ?
+%%PageBoundingBox: 28 30 566 811
+%%For: cianca
+%%DocumentProcSets: "(AppleDict md)" 71 0
+%% © Copyright Apple Computer, Inc. 1989-91 All Rights Reserved.
+%%EndComments
+%%BeginProcSet: "(AppleDict md)" 71 0
+userdict/LW{save statusdict/product get(LaserWriter)anchorsearch
+exch pop{dup length 0 eq{pop 1}{( Plus)eq{2}{3}ifelse}ifelse}{0}ifelse exch restore}bind put
+userdict/downloadOK known not{userdict/downloadOK{systemdict dup/eexec known exch/cexec known and LW dup 1 ne exch 2 ne and and vmstatus exch sub exch pop 120000 gt and}bind put}if
+userdict/type42known known not{userdict/type42known systemdict/resourcestatus known{42/FontType resourcestatus{pop pop true}{false}ifelse }{false}ifelse put}if
+type42known not downloadOK and {userdict begin /*charpath /charpath load def/charpathflag false def/charpath{userdict/charpathflag true put userdict/*charpath get exec userdict/charpathflag false put}bind def end}if
+userdict/checkload known not{userdict/checkload{{pop exec} {save 3 dict begin/mystring 6050 string def
+exch/endstring exch def{currentfile mystring readline not{stop}if endstring eq{exit}if}loop end restore pop}ifelse}bind put}if
+userdict/LW+{LW 2 eq}bind put
+userdict/ok known not{userdict/ok{systemdict/statusdict known dup{LW 0 gt and}if}bind put}if
+systemdict/currentpacking known{currentpacking true setpacking}if
+/md 270 dict def md begin
+/av 71 def
+/T true def/F false def/mtx matrix def/s75 75 string def/sa8 8 string def/sb8 8 string def
+/sc8 8 string def/sd8 8 string def/s1 ( ) def/pxs 1 def/pys 1 def
+/ns false def
+1 0 mtx defaultmatrix dtransform exch atan/pa exch def/nlw .24 def/ppr [-32 -29.52 762 582.48] def
+/pgr [0 0 0 0] def
+/pgs 1 def/por true def/xb 500 array def/so true def/tso true def/fillflag false def/pnm 1 def/fmv true def
+/sfl false def/ma 0 def/invertflag false def/dbinvertflag false def/xflip false def/yflip false def/noflips true def/scaleby96 false def/fNote true def/fBitStretch true def
+/4colors false def/fg (Rvd\001\001\000\000\177) def
+/bdf{bind def}bind def
+/xdf{exch def}bdf
+/xl{neg exch neg translate}bdf
+/fp{pnsh 0 ne pnsv 0 ne and}bdf
+/nop{}bdf/lnop[/nop load]cvx bdf
+/vrb[
+{fp{fg 6 get 0 ne{gsave stroke grestore}{gsave 1 setlinewidth pnsh pnsv scale stroke grestore}ifelse}if newpath}bind
+/eofill load
+dup
+/newpath load
+2 index
+dup
+{clip newpath}bind
+{}bind
+dup
+2 copy
+]def
+/sgd systemdict/setpagedevice known{{2 dict begin/PreRenderingEnhance exch def/Policies 1 dict dup/PreRenderingEnhance 1 put def currentdict end setpagedevice}}{{pop}}ifelse bdf
+
+/svsc systemdict/currentcolorscreen known{{currentcolorscreen/dkspf xdf/dkrot xdf/dkfreq xdf/dyspf xdf/dyrot xdf/dyfreq xdf/dmspf xdf/dmrot xdf/dmfreq xdf
+/dcspf xdf/dcrot xdf/dcfreq xdf}}{{currentscreen/spf xdf/rot xdf/freq xdf}}ifelse bdf
+/doop{vrb exch get exec}bdf
+/psu{/udf xdf/tso xdf /fNote xdf/fBitStretch xdf/scaleby96 xdf/yflip xdf/xflip xdf
+/invertflag xdf/dbinvertflag invertflag statusdict begin version cvr 47.0 ge product (LaserWriter) eq not and end invertflag and {not}if def
+xflip yflip or{/noflips false def}if
+/pgs xdf 2 index .72 mul exch div/pys xdf div .72 mul/pxs xdf ppr astore pop pgr astore pop/por xdf sn and/so xdf}bdf
+/tab{userdict /11x17 known{userdict begin /11x17 load exec end}{statusdict /setpage known{statusdict begin 792 1224 1 setpage end}{statusdict /setpageparams known{statusdict begin 792 1224 0 1 setpageparams end}if}ifelse}ifelse}bdf
+/a3Size{userdict /a3 known{userdict begin /a3 load exec end}{statusdict /setpageparams known{statusdict begin 842 1191 0 1 setpageparams end}if}ifelse}bdf
+/txpose{fNote{smalls}{bigs}ifelse pgs get exec pxs pys scale ppr aload pop por{noflips{pop exch neg exch translate pop 1 -1 scale}if
+xflip yflip and{pop exch neg exch translate 180 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg translate}if 
+xflip yflip not and{pop exch neg exch translate pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0 translate}if yflip xflip not and{ppr 1 get neg ppr 0 get neg translate}if}
+{noflips{translate pop pop 270 rotate 1 -1 scale}if xflip yflip and{translate pop pop 90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg translate}if
+xflip yflip not and{translate pop pop 90 rotate ppr 3 get ppr 1 get neg sub neg 0 translate}if yflip xflip not and{translate pop pop 270 rotate ppr 2 get ppr 0 get neg sub neg 0 exch translate}if}ifelse
+statusdict begin/waittimeout where{pop waittimeout 300 lt{statusdict/waittimeout 300 put}if}if end 
+scaleby96{ppr aload pop 4 -1 roll add 2 div 3 1 roll add 2 div 2 copy translate .96 dup scale neg exch neg exch translate}if}bdf
+/fr{4 copy pgr aload pop 3 -1 roll add 3 1 roll exch add 6 2 roll 3 -1 roll
+sub 3 1 roll exch sub 3 -1 roll exch div 3 1 roll div exch scale pop pop xl}bdf
+/obl{{0.212557 mul}{pop 0}ifelse}bdf
+/sfd{ps fg 5 -1 roll get mul 100 div 0 ps 5 -1 roll obl ps neg 0 0 6a astore makefont setfont}bdf
+/fnt{findfont sfd}bdf
+/bt{sa 3 1 roll 3 index and put}bdf
+/sa(\000\000\000\000\000\000\000\000\000\000)def
+/fs{0 1 bt 1 2 bt 2 4 bt 3 8 bt 4 16 bt 5 32 bt 6 64 bt 7 128 bt sa exch 8 exch put}bdf
+/mx1 matrix def
+/mx2 matrix def
+/mx3 matrix def
+/bu{currentpoint 4colors{currentcmykcolor}{currentrgbcolor}ifelse currentlinewidth currentlinecap currentlinejoin 
+currentdash exch aload length fg 5 sfl{1}{0}ifelse put pnsv pnsh 
+2t aload pop 3a aload pop mx2 aload pop mx1 aload pop mtx currentmatrix aload pop
+mx3 aload pop ps pm restore/ps xdf mx3 astore pop}bdf
+/bn{/pm save def mx3 setmatrix newpath 0 0 moveto ct dup 39 get 0 exch getinterval cvx exec mtx astore setmatrix mx1 astore pop mx2 astore pop 3a 
+astore pop 2t astore pop/pnsh xdf/pnsv xdf gw
+/sfl fg 5 get 0 ne def array astore exch setdash setlinejoin setlinecap 
+setlinewidth 4colors{mysetcmykcolor}{setrgbcolor}ifelse moveto}bdf
+/fc{save vmstatus exch sub 50000 lt
+{(%%[|0|]%%)=print flush}if pop restore}bdf
+/tc{32768 div add 3 1 roll 32768 div add 2t astore pop}bdf
+/3a [0 0 0] def
+/2t 2 array def
+/tp{3a astore pop}bdf
+/tt{mx2 currentmatrix pop currentpoint 2 copy 2t aload pop qa 2 copy translate 3a aload pop exch dup 0 eq
+{pop}{1 eq{-1 1}{1 -1}ifelse scale}ifelse rotate pop neg exch neg exch translate moveto}bdf
+/te{mx2 setmatrix}bdf
+/th{3 -1 roll div 3 1 roll exch div 2 copy mx1 scale pop scale/sfl true def}bdf
+/tu{1 1 mx1 itransform scale/sfl false def}bdf
+/ts{1 1 mx1 transform scale/sfl true def}bdf
+/fz{/ps xdf}bdf
+/dv{dup 0 ne{div}{pop}ifelse}bdf
+/pop4{pop pop pop pop}bdf
+/it{sfl{mx1 itransform}if}bdf
+/gm{exch it moveto}bdf/rm{it rmoveto}bdf
+/lm{currentpoint sfl{mx1 transform}if exch pop sub 0 exch it rmoveto}bdf
+/fm{statusdict/manualfeed known}bdf
+/se{statusdict exch/manualfeed exch put}bdf
+/mf{dup/ma exch def 0 gt{fm se/t1 5 st ok ma 1 gt and{/t2 0 st/t3 0 st
+statusdict/manualfeedtimeout 3600 put
+}if}if}bdf
+/jn{/statusdict where exch pop{statusdict exch /jobname exch put}if}bdf
+/pen{pnm mul/pnsh xdf pnm mul/pnsv xdf pnsh setlinewidth}bdf
+/min{2 copy gt{exch}if pop}bdf
+/max{2 copy lt{exch}if pop}bdf
+/dh{fg 6 1 put array astore dup {1 pxs div mul exch}forall astore exch pop exch pop exch setdash}bdf
+/ih[currentdash]def
+/rh{fg 6 0 put ih aload pop setdash}bdf
+/dl{gsave nlw pys div setlinewidth 0 setgray}bdf
+/dlin{exch currentpoint currentlinewidth 2 div dup
+translate newpath moveto lineto currentpoint stroke grestore moveto}bdf
+/lin{fg 6 get 0 ne{exch lineto currentpoint 0 doop moveto}
+{exch currentpoint/pnlv xdf/pnlh xdf gsave newpath/@1 xdf/@2 xdf fp{pnlh @2 lt{pnlv @1 ge
+{pnlh pnlv moveto @2 @1 lineto pnsh 0 rlineto
+0 pnsv rlineto pnlh pnsh add pnlv pnsv add lineto pnsh neg 0 rlineto}
+{pnlh pnlv moveto pnsh 0 rlineto @2 pnsh add @1 lineto 0 pnsv rlineto
+pnsh neg 0 rlineto pnlh pnlv pnsv add lineto}ifelse}{pnlv @1 gt
+{@2 @1 moveto pnsh 0 rlineto pnlh pnsh add pnlv lineto 0 pnsv rlineto
+pnsh neg 0 rlineto @2 @1 pnsv add lineto}{pnlh pnlv moveto pnsh 0 rlineto
+0 pnsv rlineto @2 pnsh add @1 pnsv add lineto pnsh neg 0 rlineto
+0 pnsv neg rlineto}ifelse}ifelse
+closepath fill}if @2 @1 grestore moveto}ifelse}bdf
+/gw{/pnm fg 3 get fg 4 get div def}bdf
+/lw{fg exch 4 exch put fg exch 3 exch put gw pnsv pnsh pen}bdf
+/barc{/@1 xdf/@2 xdf/@3 xdf/@4 xdf/@5 xdf
+/@6 xdf/@7 xdf/@8 xdf gsave
+@5 @7 add 2 div @6 @8 add 2 div translate newpath 0 0 moveto
+@5 @7 sub @6 @8 sub mtx currentmatrix pop scale @1{newpath}if
+0 0 0.5 @4 @3 arc @4 @3 sub abs 360 ge{closepath}if
+mtx setmatrix @2 doop grestore}bdf
+/ar{dup 0 eq barc}bdf
+/ov{0 exch 360 exch true barc}bdf
+/rc{dup/@t xdf 0 eq{4 copy 3 -1 roll eq 3 1 roll eq and{pnsv 2 div sub exch pnsh 2 div sub exch 4 2 roll pnsv 2 div add exch pnsh 2 div add exch
+/@t 1 def}if}if currentpoint 6 2 roll newpath 4 copy 4 2 roll exch moveto 6 -1 roll lineto lineto lineto closepath @t doop moveto}bdf
+/mup{dup pnsh 2 div le exch pnsv 2 div le or}bdf
+/rr{/@1 xdf 2. div/@2 xdf 2. div/@3 xdf
+/@4 xdf/@5 xdf/@6 xdf/@7 xdf
+@7 @5 eq @6 @4 eq @2 mup or or{@7 @6 @5 @4 @1 rc}
+{@4 @6 sub 2. div dup @2 lt{/@2 xdf}{pop}ifelse
+@5 @7 sub 2. div dup @2 lt{/@2 xdf}{pop}ifelse
+@1 0 eq{/@2 @2 pnsh 2 div 2 copy gt{sub def}{0 pop4}ifelse}if
+currentpoint newpath
+@4 @6 add 2. div @7 moveto
+@4 @7 @4 @5 @2 arcto pop4
+@4 @5 @6 @5 @2 arcto pop4
+@6 @5 @6 @7 @2 arcto pop4
+@6 @7 @4 @7 @2 arcto pop4
+closepath @1 doop moveto}ifelse}bdf
+/pr{gsave newpath/pl{exch moveto/pl{exch lineto}def}def}bdf
+/pl{exch lineto}bdf
+/ep{dup 0 eq{{moveto}{exch lin}{}{(%%[|1|]%%)= flush}pathforall
+pop grestore}{doop grestore}ifelse currentpoint newpath moveto}bdf
+/gr{64. div setgray}bdf
+/savescreen{ns not{/ns true def systemdict/currentcolorscreen known{currentcolorscreen/pkspf xdf/pkrot xdf/pkfreq xdf/pyspf xdf/pyrot xdf/pyfreq xdf/pmspf xdf/pmrot xdf/pmfreq xdf
+/pcspf xdf/pcrot xdf/pcfreq xdf}{currentscreen/sspf xdf/srot xdf/sfreq xdf}ifelse}if}bdf
+/restorescreen{/ns false def systemdict/setcolorscreen known{pcfreq pcrot/pcspf load pmfreq pmrot/pmspf load pyfreq pyrot/pyspf load
+pkfreq pkrot/pkspf load setcolorscreen}{sfreq srot/sspf load setscreen}ifelse}bdf
+/pat{savescreen sa8 
+copy pop 9.375 pa por not{90 add}if{1 add 4 mul cvi sa8 exch get exch 1 add 4 mul cvi 7 sub bitshift 1 and}setscreen exch not{gr}{pop}ifelse}bdf
+/sg{restorescreen gr}bdf
+/cpat{savescreen 10 2 roll 7 -1 roll sa8 copy pop 9.375 pa por not{90 add}if{1 add 4 mul cvi sa8 exch get exch 1 add 4 mul cvi 7 sub bitshift 1 and}8 -1 roll sb8 copy pop 9.375 pa por not{90 add}if{1 add 4 mul cvi sb8
+exch get exch 1 add 4 mul cvi 7 sub bitshift 1 and}9 -1 roll sc8 copy pop 9.375 pa por not{90 add}if{1 add 4 mul cvi sc8 exch get exch 1 add 4 mul cvi 7 sub bitshift 1 and}10 -1 roll sd8 copy pop 9.375 pa por not{90 add}if{1 add 4 mul cvi sd8
+exch get exch 1 add 4 mul cvi 7 sub bitshift 1 and}psuedo1 dsc 4{4 -1 roll 1 exch 64 div sub}repeat mysetcmykcolor pop pop}bdf
+systemdict/setcolorscreen known{/psuedo1 lnop bdf/dsc/setcolorscreen load def}{/psuedo1{16{pop}repeat sa8 copy pop 9.375 pa por not{90 add}if{1 add 4 mul cvi sa8 exch get exch 1 add 4 mul cvi 7 sub bitshift 1 and}}bdf
+/bwsc{setscreen dup gr 0 exch 0 exch 64 exch 64 exch 64 exch}bdf/dsc/bwsc load def
+}ifelse
+systemdict/setcmykcolor known{/mysetcmykcolor /setcmykcolor load def}{/mysetcmykcolor{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll}repeat setrgbcolor pop}bdf}ifelse
+/dc{transform round .5 sub exch round .5 sub exch itransform}bdf
+/sn{userdict/smooth4 known}bdf
+/x8{3 bitshift}bdf
+/x4{2 bitshift}bdf
+/d4{-2 bitshift}bdf
+/d8{-3 bitshift}bdf
+/rb{15 add -4 bitshift 1 bitshift}bdf
+/db{/@7 save def/@1 xdf/@2 xdf/@3 xdf/@4 xdf/@5 xdf/@6 @5 @3 4 add mul def
+dc translate scale/xdbit 1 1 idtransform abs/ydbit exch def abs def{0 0 1 ydbit add 1 10 rc clip}if
+@1 0 eq @1 4 eq or{currentrgbcolor 1 setgray ydbit 0 1 ydbit add 1 2 rc setrgbcolor}if
+@1 3 eq @1 7 eq or{1 setgray}{currentrgbcolor 2 index eq exch 2 index eq and exch pop{0 setgray}if}ifelse/@9 @1 0 eq @1 1 eq @1 3 eq or or dbinvertflag xor def/@13 @6 def
+@2 fBitStretch or{/@10 @4 x4 def/@11 @3 x4 def/@12 @10 rb def/@13 @12 @11 mul def/@15 1 1 dtransform abs/calcY 1 index def round cvi/@14 exch def
+abs/calcX 1 index def round cvi scaleby96 not{1 add}if def/@16 @15 rb def/@17 @16 @14 mul def}if
+sn @13 60000 lt and @2 fBitStretch or and{mtx currentmatrix dup 1 get exch 2 get 0. eq exch 0. eq and @17 60000 lt and fBitStretch and{@16 3 bitshift @14 @9 [calcX 0 0 calcY 0 0]{@17 string @13 string
+currentfile @6 string readhexstring pop 1 index @4 @3 @5 @12 @2 smooth4
+@10 @11 @12 dup string 5 index @15 @14 @16 dup string stretch}imagemask}{@12 x8 @11 @9 [@10 0 0 @11 0 0]{@13 string
+currentfile @6 string readhexstring pop 1 index @4 @3 @5 @12 @2 smooth4}imagemask}ifelse}{@5 3 bitshift @3 4 add @9 [@4 0 0 @3 0 2]{currentfile @6 string readhexstring pop}imagemask}ifelse
+@7 restore}bdf
+systemdict/setcmykcolor known{/psuedo lnop bdf/di/colorimage load def}{/routines[{.3 mul add 1}bind{.59 mul add 2}bind{.11 mul add round cvi str exch i exch put/i i 1 add def 0 0}bind]def
+/psuedo{/i 0 def 0 exch 0 exch{exch routines exch get exec}forall pop pop str}bdf/bwi{pop pop image}bdf/di/bwi load def}ifelse
+/cdb{/@7 save def/@1 xdf/@2 xdf/@3 xdf/@4 xdf/@5 xdf
+systemdict/setcmykcolor known not{dc}if translate scale /@6 xdf
+/@18 @5 dup 60000 ge{pop 60000}if string def @6 not{/str @18 0 @18 length 3 idiv getinterval def}if @4 @3 8 [@4 0 0 @3 0 0]@6{{currentfile @18 readhexstring pop}image}{{currentfile @18 readhexstring pop psuedo}false 3 di}ifelse @7 restore}bdf
+/wd 16 dict def
+/mfont 14 dict def
+/mdf{mfont wcheck not{/mfont 14 dict def}if mfont begin xdf end}bdf
+/cf{{1 index/FID ne{def}{pop pop}ifelse}forall}bdf/rf{/@1 exch def/@2 exch def
+FontDirectory @2 known{cleartomark pop}{findfont dup begin dup length @1 add dict begin
+cf{/Encoding macvec def}{Encoding dup length array copy/Encoding exch def
+counttomark 2 idiv{Encoding 3 1 roll put}repeat}ifelse
+pop
+exec currentdict end end @2 exch definefont pop}ifelse}bdf
+/bmbc{exch begin wd begin
+/cr xdf
+save
+CharTable cr 6 mul 6 getinterval{}forall
+/bitheight xdf/bitwidth xdf
+.96 div/width xdf
+Gkernmax add/XOffset xdf Gdescent add/YOffset xdf/rowbytes xdf
+rowbytes 255 eq{0 0 0 0 0 0 setcachedevice}
+{Gnormsize dup scale
+width 0 XOffset YOffset bitwidth XOffset add bitheight YOffset add
+setcachedevice
+rowbytes 0 ne{
+XOffset YOffset translate newpath 0 0 moveto
+bitwidth bitheight scale
+sn{
+/xSmt bitwidth x4 def
+/ySmt bitheight x4 def
+/rSmt xSmt rb def
+rSmt x8 ySmt true
+[xSmt 0 0 ySmt neg 0 ySmt]
+{rSmt ySmt mul string CharData cr get
+1 index bitwidth bitheight rowbytes rSmt tso smooth4}
+}{rowbytes 3 bitshift bitheight 4 add true
+[bitwidth 0 0 bitheight neg 0 bitheight 2 add]
+{CharData cr get}
+}ifelse
+imagemask
+}if
+}ifelse
+restore
+end end
+}bdf
+/bb{.96 exch div/Gnormsize mdf 2 index
+/Gkernmax mdf 1 index/Gdescent mdf
+3 index div 4 1 roll
+2 index div 1. 5 2 roll
+exch div 4 1 roll
+4 array astore/FontBBox mdf
+}bdf
+/cdf{mfont/CharData get 3 1 roll put}bdf
+/bf{
+mfont begin
+/FontType 3 def
+/FontMatrix [1 0 0 1 0 0] def
+/Encoding macvec def
+/MFontType 0 def
+/BuildChar/bmbc load def
+end
+mfont definefont pop
+}bdf
+/wi LW 1 eq{{gsave 0 0 0 0 0 0 0 0 moveto lineto lineto lineto closepath clip stringwidth grestore}bind}{/stringwidth load}ifelse def
+/aps{0 get 124 eq}bdf
+/xc{s75 cvs dup}bdf
+/xp{put cvn}bdf
+/scs{xc 3 67 put dup 0 95 xp}bdf
+/sos{xc 3 79 xp}bdf
+/sbs{xc 1 66 xp}bdf
+/sis{xc 2 73 xp}bdf
+/sob{xc 2 79 xp}bdf
+/sss{xc 4 83 xp}bdf
+/dd{exch 1 index add 3 1 roll add exch}bdf
+/smc{moveto dup show}bdf
+/ndf2{udf{dup /FontType get 0 eq{/FDepVector get{dup /FontType get 0 eq{ndf2}{dup /df2 known{begin df2 0 null put end
+}{pop}ifelse}ifelse}forall}{/df2 known{dup begin df2 0 null put end}if}ifelse}{pop}ifelse}bdf
+/kwn{FontDirectory 1 index known{findfont dup ndf2 exch pop}}bdf
+/gl{1 currentgray sub setgray}bdf
+/newmm{dup /FontType get 0 eq{dup maxlength dict begin{1 index/FID ne 2 index/UniqueID ne and{def}{pop pop}ifelse}forall currentdict end
+dup /FDepVector 2 copy get[exch 6 index exch 6 index exch{newmm 3 1 roll}forall pop pop] put dup
+}{/mfont 10 dict def mfont begin/FontMatrix [1 0 0 1 0 0] def
+/FontType 3 def/Encoding macvec def/df 1 index def/df2 1 array def/FontBBox [0 0 1 1] def/StyleCode 2 index def
+/mbc{bcarray StyleCode get}def/BuildChar{exch begin    wd begin/cr exch def/cs s1 dup 0 cr put def df /MFontType known not{
+df2 0 get null eq{df dup length 2 add dict begin{1 index/FID ne 2 index/UniqueID ne and{def}{pop pop}ifelse}forall
+/StrokeWidth 1 0 FontMatrix idtransform pop dup nlw mul pys div ps div exch 0.012 mul 2 copy le{exch}if pop def/PaintType 2 def currentdict end
+/q exch definefont df2 exch 0 exch put}if}if mbc exec end end}def end mfont}ifelse
+3 index exch definefont exch pop}bdf
+/mb{dup sbs kwn{0 2 index findfont newmm exch pop exch pop exch pop}ifelse sfd}bdf
+/mo{dup sos kwn{2 2 index findfont newmm exch pop exch pop exch pop}ifelse sfd}bdf
+/ms{dup sss kwn{4 2 index findfont newmm exch pop exch pop exch pop}ifelse sfd}bdf
+/ou{dup sos kwn{mfont/df2 known{mfont begin df2 0 null put end}if 3 2 index findfont newmm exch pop exch pop exch pop}ifelse sfd}bdf
+/su{dup sss kwn{mfont/df2 known{mfont begin df2 0 null put end}if 5 2 index findfont newmm exch pop exch pop exch pop}ifelse sfd}bdf
+/ao{/fmv true def ou}bdf/as{/fmv true def su}bdf
+/vo{/fmv false def ou}bdf/vs{/fmv false def su}bdf
+/c{currentrgbcolor dup 4 1 roll eq 3 1 roll eq and/gray xdf}bdf
+/bcarray[{/da .03 def df setfont gsave cs wi 1 index 0 ne{exch da add exch}if grestore setcharwidth
+cs 0 0 smc da 0 smc da da smc 0 da moveto show}bind dup{/da 1 ps div def df setfont gsave cs wi 1 index 0 ne{exch da add exch}if grestore setcharwidth
+cs 0 0 smc da 0 smc da da smc 0 da smc c gray{gl}{1 setgray}ifelse da 2. div dup moveto show}bind
+{df setfont gsave cs wi grestore setcharwidth c gray{gl}{currentrgbcolor 1 setgray}ifelse cs 0 0 smc df2 0 get setfont
+gray{gl}{4 1 roll setrgbcolor}ifelse 0 0 moveto show}bind
+{/da 1 ps div def/ds .05 def/da2 da 2. div def df setfont gsave cs wi 1 index 0 ne{exch ds add da2 add exch}if grestore setcharwidth
+cs ds da2 add .01 add 0 smc 0 ds da2 sub translate 0 0 smc da 0 smc da da smc 0 da smc c gray{gl}{1 setgray}ifelse da 2. div dup moveto show}bind
+{/da .05 def df setfont gsave cs wi 1 index 0 ne{exch da add exch}if grestore setcharwidth c cs da .01 add 0 smc 0 da translate
+gray{gl}{currentrgbcolor 1 setgray 4 -1 roll}ifelse 0 0 smc gray{gl}{4 1 roll setrgbcolor}ifelse df2 0 get setfont 0 0 moveto show}bind]def
+/st{1000 mul usertime add dup 2147483647 gt{2147483647 sub}if def}bdf
+/the{usertime sub dup 0 lt exch -2147483648 gt and}bdf
+/6a 6 array def
+/2a 2 array def
+/3q 3 array def
+/qs{3 -1 roll sub exch 3 -1 roll sub exch}bdf
+/qa{3 -1 roll add exch 3 -1 roll add exch}bdf
+/qm{3 -1 roll 1 index mul 3 1 roll mul}bdf
+/qn{6a exch get mul}bdf
+/qA .166667 def/qB .833333 def/qC .5 def
+/qx{6a astore pop
+qA 0 qn qB 2 qn add   qA 1 qn qB 3 qn add
+qB 2 qn qA 4 qn add   qB 3 qn qA 5 qn add
+qC 2 qn qC 4 qn add   qC 3 qn qC 5 qn add}bdf
+/qp{6 copy 12 -2 roll pop pop}bdf
+/qc{exch qp qx curveto}bdf
+/qi{{exch 4 copy 2a astore aload pop qa .5 qm newpath moveto}{exch 2 copy 6 -2 roll 2 qm qs 4 2 roll}ifelse}bdf
+/qq{{qc 2a aload pop qx curveto}{exch 4 copy qs qa qx curveto}ifelse}bdf
+/pt{currentpoint newpath moveto}bdf
+/qf{/fillflag true def}bdf
+/ec{dup 4 and 0 ne{closepath}if 1 and 0 ne{0 doop}if grestore currentpoint newpath moveto/fillflag false def}bdf
+/eu{currentpoint fp{0 ep}{grestore newpath}ifelse moveto/fillflag false def}bdf
+/bp{currentpoint newpath 2 copy moveto}bdf
+/ef{gsave fillflag{gsave eofill grestore}if}bdf
+/sm{0 exch{@1 eq{1 add}if}forall}bdf
+/lshow{4 1 roll exch/@1 exch def{1 index wi pop sub 1 index sm dv 0 @1 4 -1 roll widthshow}{1 index wi pop sub
+1 index dup sm 10 mul exch length 1 sub add dv dup 10. mul 0 @1 4 -1 roll 0 6 -1 roll awidthshow}ifelse}bdf
+/setTxMode{sa 9 2 index put exch not{3 eq{1}{0}ifelse setgray}{pop}ifelse}bdf
+/SwToSym{{}mark false/Symbol/|______Symbol 0 rf 0 sa 6 get 0 ne{pop 1}{sa 7 get 0 eq{pop 2}if}ifelse
+sa 1 get 0 ne/|______Symbol
+sa 4 get 0 ne{vs}{sa 3 get 0 ne{vo}{fnt}ifelse}ifelse}bdf
+/mc{0 3 1 roll transform neg exch pop}bdf
+/ul{dup 0 ne sa 2 get 0 ne and{gsave 0 0
+/UnderlinePosition kif{mc}{ps -10 div}ifelse/UnderlineThickness kif{mc}{ps 15 div}ifelse
+abs setlinewidth neg rmoveto
+sa 4 get 0 ne{gsave currentlinewidth 2. div dup rmoveto currentpoint newpath moveto
+2 copy rlineto stroke grestore}if
+sa 3 get sa 4 get or 0 ne{gsave currentrgbcolor dup 4 1 roll eq 3 1 roll eq and{gl}{1 setgray}ifelse 2 copy rlineto stroke grestore rlineto strokepath nlw pys div setlinewidth}{rlineto}ifelse
+stroke grestore}{pop}ifelse}bdf
+/sgt{2 copy known{get true}{pop pop false}ifelse}bdf
+/kif{currentfont dup/FontMatrix get exch/FontInfo sgt{true}{currentfont/df sgt
+{dup/FontInfo sgt{3 1 roll/FontMatrix get mtx concatmatrix exch true}{pop pop pop false}
+ifelse}{pop pop false}ifelse}ifelse{3 -1 roll sgt{exch true}{pop false}ifelse}{false}ifelse}bdf
+/blank/Times-Roman findfont/CharStrings get/space get def
+/macvec 256 array def
+/NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI
+/DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US
+macvec 0 32 getinterval astore pop
+macvec 32/Times-Roman findfont/Encoding get
+32 96 getinterval putinterval macvec dup 39/quotesingle put 96/grave put
+/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
+/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
+/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
+/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
+/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
+/registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
+/infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
+/product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
+/questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
+/guillemotright/ellipsis/blank/Agrave/Atilde/Otilde/OE/oe
+/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
+/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
+/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute
+/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
+/apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
+/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
+macvec 128 128 getinterval astore pop
+{}mark true/Courier/|______Courier 0 rf
+{/Metrics 21 dict begin/zero 600 def/one 600 def/two 600 def/three 600 def/four 600 def/five 600 def/six 600 def/seven 600 def/eight 600 def
+/nine 600 def/comma 600 def/period 600 def/dollar 600 def/numbersign 600 def/percent 600 def/plus 600 def/hyphen 600 def/E 600 def/parenleft 600 def/parenright 600 def/space 600 def
+currentdict end def currentdict/UniqueID known{/UniqueID 16#800000 def}if/FontBBox FontBBox 4 array astore def}mark true/Helvetica/|______Seattle 1 rf
+/oldsettransfer/settransfer load def
+/concatprocs{/proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def
+newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx}def
+/settransfer{currenttransfer concatprocs oldsettransfer}def
+/PaintBlack{{1 exch sub}settransfer gsave newpath clippath 1 setgray fill grestore}def
+/od{(Rvd\001\001\000\000\177) fg copy pop txpose
+1 0 mtx defaultmatrix dtransform exch atan/pa exch def
+newpath clippath mark
+{transform{itransform moveto}}{transform{itransform lineto}}
+{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform
+{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}
+{{closepath}}pathforall newpath counttomark array astore/gc xdf pop ct 39 0 put
+10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if
+statusdict/processcolors known{statusdict begin processcolors end 4 eq{/4colors true def}if}if}bdf
+/cd{}bdf
+/op{/sfl false def systemdict/currentcolorscreen known{dcfreq dcrot/dcspf load dmfreq dmrot/dmspf load dyfreq dyrot/dyspf load
+dkfreq dkrot/dkspf load setcolorscreen}{freq rot/spf load setscreen}ifelse savescreen
+/ns false def/pm save def}bdf
+/cp{not{userdict/#copies 0 put}if ma 0 gt{{t1 the{exit}if}loop}if{/copypage load exec}{/showpage load exec}ifelse pm restore}bdf
+/px{0 3 1 roll tp tt}bdf
+/psb{/us save def}bdf
+/pse{us restore}bdf
+/ct 40 string def
+/nc{currentpoint initclip newpath gc{dup type dup/arraytype eq exch/packedarraytype eq or{exec}if}
+forall clip newpath moveto}def
+/kp{ct 0 2 index length 2 index 39 2 index put getinterval copy cvx exec mx3 currentmatrix pop}bdf
+end
+LW 1 eq userdict/a4small known not and{/a4small
+[[300 72 div 0 0 -300 72 div -120 3381]
+280 3255
+{statusdict/jobstate (printing) put 0 setblink
+margins
+exch 196 add exch 304 add 8 div round cvi frametoroket
+statusdict/jobstate (busy) put
+1 setblink}
+/framedevice load
+60 45{dup mul exch dup mul add 1.0 exch sub}/setscreen load
+{}/settransfer load/initgraphics load/erasepage load]cvx
+statusdict begin bind end readonly def}if
+md begin/bigs[lnop userdict/letter known{/letter load}{lnop}ifelse userdict/legal known{/legal load}{lnop}ifelse userdict/a4 known{/a4 load}{lnop}ifelse userdict/b5 known{/b5 load}{lnop}ifelse 
+lnop lnop lnop /tab load/a3Size load]def
+/smalls[lnop userdict/lettersmall known{/lettersmall load}{userdict/note known{/note load}{lnop}ifelse}ifelse
+userdict/legal known{/legal load}{lnop}ifelse userdict/a4small known{/a4small load}{lnop}ifelse 
+userdict/b5 known{/b5 load}{userdict/note known{/note load}{lnop}ifelse}ifelse lnop lnop lnop /tab load/a3Size load]def end
+systemdict/currentpacking known{setpacking}if
+{currentfile eexec} ( %endeexec) ok userdict/stretch known not and checkload
+373A767D4B7FD94FE5903B7014B1B8D3BED02632C855D56F458B118ACF3AF73FC4EF5E81F5749042B5F9CF1016D093B75F250B7D8280B2EACE05A37037F7BDF6E12226D7D4E2DF2C52FAFD5FD40FE72A0D3AC4BD485D8369D4C87636E920D1DAF222D92155A9CB1667E715F0B82799B37CC8F5B32B74B39CF494536DC39C7EF04A7BCB29E2CEC79073CADCCFB23B4AA1363F876F5121B618071B7B4EB1E5DE75FAA2368A3E5DB2B198623AFE92AE9484270FE7F57A850E88C0D3EEA156611C91D8E480D4370B025CCA6929A2BF40AD3D01B2CB7EE6DFB46E12A830542337F7819B67F9765210F76DB06F34DA5B13A11759305C582E16D2B854939F6D9121F2A4F285282F5DCD3D15896D121E3D6F5BE79E087451BB0ED233CDBEF090D3B4AC2DC34B97E70C61D95FB072B8C12D2ABD843520949A39DCF99E2C1AA8FBCD025E47E0A82A8D96E75BAF40F52AD402495BBD4DE0F356C8B14E764874E639C9F045A0D1908EC6456EB6C5B8A6F826192F767EF2C55A21C58F5F9CC1F59247B55F2387828C7FE89D5E7D8484D1BC86CB6673BDBE4FE17DD9BDE95224FE645136F41330BF155A4DDE1B0A32233BF471CE58FBC660DC7E641B0A0D30018454E2191C414A3011FF3FED1C0D88FE1FF9F75DCC456D097947226FBEC92509146D3A4CFFC0471B31C53222ED9DD88566F60F6C0D705AD79DACF53B070026F083ED28B5CF757AAA0A169F6F320A75E9D2ED50ABD939AF85B6346C2ADB25D168F10508E1516D194C635E6B187FADEA0829DBF0390C0F003F0265E215BC96CA3CC13D4A8E01570BE193CA75A620728CD275ACF1986EFFB3A13419FE55EA7C4467B7E7EEDC1FC29C9F8C46A557D2CCDB914EF7B93E7530D555DFC2398AFC68CAD991F062EF85BAA1884EC166C7C5DF8543666D8C41BE267D706BD1588F1F662F705CAE4D29DC38EF66BFAA89470D8A099B6F1B4587F7B024412276106FCD3EB5AE17A5D1DF1781992DC40EA0A992F706F701304CEA9D9073E7A74F1E687D81C3E5841D31CF86855BAAAD9B5D30317C75150A857C6B114735315CDD1AEF36C26BBB0645499406DEE2F24B3B1C72FEC97C7BA31AA2CDAB25418BB1DC4C7E4757F1D625087B0FD0300C03A65F2A72CE734925735277E034CDCF599129679F70CC8B66E03878851DB75041F275E1E5761F3EC753BE1359CA364A22047AE4886217F9259FE19FF5B116E8019B98B143114B313E8BEF87EC949D85C82E0812E6F50525E73890AF362CC8EE8A85F4197E6AC18638EF12E56A808D439AF1BFD363F140314BF4E534485C42F1856688CC35288E8D770120A420FB9F1FCF8AE8BD6D6156CC23E6C51119FE4DE1B68C9DF3487E9974BF9ED31F8D3CE93FF101867319F2FF492D5D398B4F09A66F2F55BCAB34B99173B7EE89039D00DD21A7B3A52E9F028F8301B5FC12D409412E064513BC579AAC498F577EA8ECD1FE3E42DC3CC320786C7B00194FEDF344402C33FC492D4BA86992B01683F440220FFE756BC88A94223D316078D69D33560E8EAB76B24CB7AA4320CF435593D76F624324ABE00B5587A4F283C725EA24567133F25F472B5E2E4474DDB5A16AC5F2DF32350395D3E3892FE361F4D5C9A610C654C9227614FBBAFF3356A90A2266E00F66234061075491571A65616211257F160000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+ %endeexec
+
+{currentfile eexec} ( %endeexec) ok userdict/smooth4 known not and checkload
+F94E00EE41A71C59E5CAEED1EDBCF23D1DBA1EE99B9BB356492923BD8B1BA83A87CEB0E07377A31FD6241E814681118E17DC7CACE570399506E6E441B871B6043831BD03EFC11DBBD8001EE2FF8CFBD485065D455A2E15AC36F1A84AD8789FA6461199C7CD14CB9FD64D4B06452B7FC0A8FC263F70F1CCB893295D4DE70ADAB771C0F84396FA98C60B11DA02ABA157298DF0A23621853BEF167443A985ADC09BEFFD51CB4D29179E2B34609EF38A49DA61F4BFC256A3DE0732D7D29754A194857B9C9E9971227AA1DD0611FBB10E44E5FF66C062D9C24ED3290529330BC317825E876929582DB0E39B9FC5EFD20CC1D4F94920EB9C534D0DA90DE70D25BC7287319CF28602B3F46633C242CAFC8905E960317E3C2FA20AB8DB06ADBAF292FC7BA2CA14EE65DF28B99CC11666B70AD33E8E1D57D63D4B89ECC615AE5747C1CA752C833D8D6DE54CD4A0350B44310555CE3BD2C615ADD27B634CDB350AF3A432CE78AACD2909A5B586F666CD87919A36DB1CBE86B3CE281DFD01CD7E1B8A18A4B415CECBFF79A5C4390A15EA77D14D6BE12BAB5A8268C3F286D0590060647CABED674443CD258F11415E866AB330A251691B61F2422A61AFE59B6B4FBDCF85ED9BA0F8E483C034089E6877FF5923698D3A0DC0EED6B9CFD32DF0839BC4EA5F6D1FCB6DD0920391E57E84745131D02D100179F4E0A68EC0A5FF6680A6F463D038B04AF63FFA13D743B995A26A743C26D387209023C91DE43DF047A16F328AC9DDC08573B38BE9EA341EA16C78EC32F3A1B36B90D95A50610F4D050EC1C33497F3F3A81A1B4C8BEF0BA84EE2FAA32DC112DAC490AF53E1749C4A0D866CAF7B893E52383B0D38065C333FB122B700D7246F7EE87D942AE3DB5C1DD77E9E76C80CC5AD63D28DFED0E229CE604673F78CD47F258FDF5BF3A3EAEC5C9BC8E482D8DBA9D268A35DA8C095A690679ED2123E8B8F5E4826FA3B199EAA5D482D4B6AA86572E387CECEB7149C8947F41D6339328A748A17F8C4AD3B0555F1E409450BA0C564F1F488BB5096EB003568D4D5EF6489897E27409547D0EE4487D30184793B0F27BD265A64BDB3EA6761569DA955620C612E718677B77D6D81B999C6298877AFE0D1D6F6F358377A8BD2402F669C64B972B3A065EF7DD4BDEFFFE17E63DB8898FA6E69166B710AAD6BA2EA9AF61E4B8C8701638D4D6E4DFFFC192AEF6BC027095C4C72D748979675BA29FAF61E75343E14E61034602E5A79CD2519796ED6A9CC4EDEA46A9B59D4A807E786B5EE46F25B0360BC8E7C12D723122CDEEF247C9776F4C99C8EBED6828AA19744B5ADF0D07D95D98B3072372388D41B0FAB1CCE2775170679575ECDCA13B22A17FE9C6605C3445F58F1A829512DAB6C528F83580C8AA53C35D605F626F5AD0B7FC1EA87D69A835E3F53A1F450FB0AF42A5772F89D92A50D10F15BDBDA409F50C0B8AB93FE8A16D029DD8BB5C480D1466735ED4D9CAF637E5ECD6C2ECB6BF3B3EFBEE7AB936D2C568E3009D156B87CACB1FB3A48A70BC91B2EC35CC9147FFB1A524E2B2F2E4E2C1B12F1C1C63768BB95CD62FEC01CBA79B9FA282DD4DF49990F27FF8EE4E2DDE2F0ACD83BC9D4BE0090192C7A799967EC4DC2D63C0835E22D4C4B366D7FDCF3A05A4B53DF780F986EF25C79B665D5C00EFF7F17C0BB6D544F9D83A7FDAC47D9C5683A656011374253C918FF6EA64749DD971B2300DD5320033E01EC591F6318CCE94CE2B81C04322EC52B624E50643B52391CCD2AB56396A2AD8E2D3CA61B80D9D4CC363B2DF7863526958CDF3497E36648406C317E58EC563E7C26149A2A3C643ADFB39A8DD92974C6D2A2A9D7B71CDF3FEBBF32BB02E7B45CF53AAEAD5E963A4AA4AF9A149A08A4EC303D5F2369977E93F54897EEAD31B06C5845D63F49D65F8E5573962241A57CCD717CE6CA8C784A11192943616EA059B51BC38429E18D0121FCBB6FBD5D909B0D89E616C66DEF6A0F165A7030BD911A1B120468329CBB006C8D37720E531CF31E878CB4AAAC137633675C3D546F5162487AB35F470C042BDEB945E0F2532BF92AA6FD53434440221ECD3533A7AA89900CB19EFE2CD872DF8B7969AF0D3B72BF31DC5DD69CA6460966F61AB17CB507964098DBA3AF122EEC3128A9BAFE1034493F372B36BD1351205E9043A67C544402D8BCE24358C8A5CE33867A00794CF7097D59C88279A11EE9C854E7E7AAE881F9828C569D208F5F33375F59E9A3818CFA38AAD0CBFBA32F9F44A8BB79DE4C40E3886457C16DA4A27953AA1E99472E35F2323F0BAA5E37DC28CBA46FEFB73B190016055ADD4D27615D748499A0E1C4B8C7EC339C1C4D95A813A85918A8D01EEB485DDCDCEA6EA3F2C2A9D85C139CD90CCB352634F9AFE836BCAC0C274E352BA2071B5269D5DE4CCDE3FF990CBA974980C7332AE1545A9C60D5D1459D3AE95C1AC065733AF14FADB440A110DD539563B8D850CD0704C52F3F7CCCB53630D776560CBD22D8FF08F5B354487A171AEC15F5F54DE9CAB668BCAC573E788D92762EF63E76087005F4AC2D02E0CAC173C11BE62ACE5DC4D3374F2F9746C9981E125FF9AB8CAE76D13039E2C54DFD708E028A619EA1ED78E6B46F06DF0D0B74BBEDD8C190C7C0CEBDE8F7A4888CC36575313478DD2CFE392E9BB7B2416955D44B7024A3BA43FBF37293B386D64746D7748895411D243FAEC50638F2AA33337D7FA018ADDAC5835A0DDFAE99AD6299DFB4CA6872C59853E3AC12FC9E3D26629C5B49CF844C87B3C4BFBE3074E3A1CE6984758C20C661084381CD6B4582D84F19C0000B5FC0DCB42B567E396031601C095D7016283EBE5F13CD8A3A374A74DDBBABD36081149F8BC242085F2F7297CC97FD3B8BAD206D8AC9707A39ECCC7963B522E08DA391A1EF12DD4D746DBDDDCC0834F88160CF189A9645567CEC2F023A571AF0DFD15DB85B744C28C000DF53B05F8F210841F6E87A04F20C777B7C0BE6182BE2E90226E5301A12532A745F2FAAA81637CF11B78CD2B99A4D18B862D6C5DBD31793FB16A2D9AAD376D4484D75AA833D0068B1D34DB74E3302480854E3B5484D8A47E39A89A2FA927BC3641EA7F8E004FDE4C2F08D40D99F1ACB47CAF6887629BF6DFE12968D297596D28CE0CF148B12E7DCB49FB94F5ADBD214C3A6CE1E249831BA9EB8A189F2CE1ABE39A7B537253E369A508A2AF2ADB9463F9B56BBBFF31D535FF997F537C6675C196E7ECBD493F652FA7CC6D9C1CA3379BFDB5AF7513C6E834054494296B91A6EE800114363D5D5D0759F41B4DECB653B9DE3E94583579EF549ED5F3FAFB12661ABC0C57A332406517ED3454EDED34B386C60F78DC976266E0EAF54FC245FB0E3EFC8016236436B599C1C97A8C5E0AC8F7836161873C71F01ED9CC25C236420F41FD8277993D3959205912FA0927B59E3DAE7377D82079447D6E41EE5AEC0DFFF79AF8F4ED47F17EE708FEA45877860D56F8CBCE65A061E8E1CA4A5FBAF0E13429A7F0ADB6F178FA449F46CC539BBC0107E3A53B1C362A04B20E6D721E7E6E1E4976A11DDC98C7614D22B53DFBB6DAE533AC9BE882021A735C30DAA4A44AED09F49A390E8CFF59BD9C30667AF21B03EC5CEBD5C2C3AA2769E8D714191A48E7DDF50B13D1560E82EFB65FCE601AE9E8C351FBA1DED80B7351314E7F9F9A784BFE3759B7E322A84E7B51F9DC5F5D9C8050CD79B27C0A4B0DD68A3C27A948AD6858E35B960D2DEA838C479CAEA83B1A912174ACB2100E55E7A14892D7A9B3711FF0B20065C1995B49E1F23464A92DD140642E3A7B1973849E64D1A3CF60000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+ %endeexec
+
+%%EndProcSet
+
+%%EndProlog
+%%BeginDocumentSetup
+md begin
+F sgd
+svsc
+
+T T 0 0 781 538 -30 -28 811 566 100 72 72 3 F F F F T T T F psu
+(cianca; document: tr14)jn
+0 mf
+od
+%%EndDocumentSetup
+%%Page: ? 1
+op
+0 0 781 538 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 781 538 6 rc)kp
+64 gr
+-30 -28 -29 -27 4 rc
+30 28 xl
+psb
+0 setgray
+
+1 -1 scale
+
+0 -841 translate
+
+/wp$xorig 0 def
+
+/wp$yorig 0 def
+
+/wp$y 841 def
+
+/wp$x 594 def
+
+/wp$page 1 def
+
+/wp$fpage (1) def
+
+/wp$date (5/23/94) def
+
+/wp$time (10:26 AM) def
+
+/wp$box { newpath 0 0 moveto wp$x 0 rlineto 0 wp$y rlineto wp$x neg 0 rlineto closepath } def
+
+wp$box clip newpath
+
+/wp$top 110 def
+
+/wp$bottom 85 def
+
+/wp$left 79 def
+
+/wp$right 70 def
+
+/wp$col 1 def
+
+/wp$colx 445 def
+
+/wp$colxb 0 def
+
+gsave
+
+initgraphics
+
+/cm {28.34646 mul} def
+
+%% Background gray level (1 is white)
+
+0.96 setgray
+
+%% lower-left corner of logo with respect to lower-left corner of page
+
+%% the following values are appropriate for A4 format
+
+1.5 cm 9 cm translate
+
+0 0 moveto
+
+%% magnification of logo (1 = 3cm)
+
+/lsize 6 def
+
+%% change scaling for the logo
+
+72 300 div lsize mul dup scale
+
+%%{1 eq {1} {0.96} ifelse} settransfer
+
+%% bitmap image of logo
+
+%% scanned from a letterhead of the rettore and edited by hand
+
+356 356
+
+false
+
+[1 0 0 -1 0 356]
+
+<
+
+fffffffffffffffffffffffffffffffffffffffff80000007fffffffffffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffffffffc000000000001fffffffffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffffffff8000000000000003fffffffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffffffe000000000000000003ffffffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffffc00000000000000000001fffffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffffc0000000000000000000001ffffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffc0000000003fffe0000000001fffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffe00000000ffff01ffff00000003ffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffff0000003fff8000003fffc0000007fffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffff8000007ff80001ff8001ffe000000fffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffc000007fc007ffffffff001ff800001ffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffe000007f00fffffffffffff80ff800007fffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffff800003f01ffffffc01ffffff807f000007ffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffc00007e03fffffffc01fffffffe07f00001ffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffff00001f03ffffffffe73ffffffffe07f00003fffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffff80001f07ffffffffcf773ffffffffe0fe0000fffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffe0000f83fffffffffc6723fffffffffc0fc0003ffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffff80003c1ffffffffffc0703ffffffffffc3f0000ffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffe0001e0fffffffffffcfffbfffffffffff87c0003fffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffff8000707fffffffffffcfffbfffffeffffff0f8000fffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffe0003c3ffffffbfffffc0703fffffedfffffe1f0003ffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffff8001e0ffffffbbfffffc4723fffffedffffff87c000ffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffe000787ffffffbbfffffcf773fffffecfffffff1f0007fffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffc001e1fffffffb1ffffffe73ffffffc4fffffffc7c001fffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffff000707fffffff31ffffffc01ffffffc47fffffff0f0007ffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffc001c3ffffffff31ffffffc01ffffffc47fffffffc3c001ffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffff80078ffffffff631fffffffffffffffc45ffffffff8f0007fff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffe000e3f3ffffff631fffffffffffffffc45ffffffffc3c003fff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffc0038fe3ffffff231ffffffe03ffffffc44ffffffcff0f000fff
+
+fffffffffffffffff0
+
+ffffffffffffffffffff000e1fc1fffffc231ffff8000000ffffc44efffffc7fc78007ff
+
+fffffffffffffffff0
+
+fffffffffffffffffffe00387fc0fffffc231ff000000000007fc44cfffff83ff1e003ff
+
+fffffffffffffffff0
+
+fffffffffffffffffffc0071ff807ffffc231c00000000000000c44cfffff03ff87800ff
+
+fffffffffffffffff0
+
+fffffffffffffffffff001c7ff003ffffc211000000000000000c44cffffe01ffe1c007f
+
+fffffffffffffffff0
+
+ffffffffffffffffffe0031ffe003ffff8211000000000000000444c7fffe00fff8f001f
+
+fffffffffffffffff0
+
+ffffffffffffffffff800e3ffe001ffff821100000000000000044447fffc007ffe7800f
+
+fffffffffffffffff0
+
+ffffffffffffffffff0038fffc000ffff821100000000000000044447fff8007fff1e003
+
+fffffffffffffffff0
+
+fffffffffffffffffc0071fff8404ffff861100000000000000044447fff8843fffc7001
+
+fffffffffffffffff0
+
+fffffffffffffffff800c7fff0c027ff08611000000000000000444447ff1041fffe3c00
+
+fffffffffffffffff0
+
+fffffffffffffffff0039ffff18127f80861100002fffffe0000c44440fe3049ffff8e00
+
+3ffffffffffffffff0
+
+ffffffffffffffffe0063fffe31133c008611003fffffffff800e444403e6264ffffc780
+
+1ffffffffffffffff0
+
+ffffffffffffffff801cffffc61119800861307ffffff37ffff0e444400cc6627ffff3c0
+
+0ffffffffffffffff0
+
+ffffffffffffffff0039fbff86311d8008653fffe200e00303ffc444400cc6733ffdf8e0
+
+07fffffffffffffff0
+
+fffffffffffffffe0063fbff8c319cc008453fe2cc1e663fe01fc4444019c671bff8fe78
+
+03fffffffffffffff0
+
+fffffffffffffffc00cfb1ff1c718e4008451e03fffe4e3fff01c44440338e78dff8df1c
+
+00fffffffffffffff0
+
+fffffffffffffff0019f31fe3871c7600845187f860b4c3fffffc00540278e78cff8df8e
+
+007ffffffffffffff0
+
+ffffffffffffffe0063f31fe78f1c7a0004583ae0f27088fffff000560679e7c67facfc7
+
+003ffffffffffffff0
+
+ffffffffffffffc00c7f35fcf8f1e3903045842f5f47018fffff010560cf1e7c77fecdf3
+
+c01ffffffffffffff0
+
+ffffffffffffff8019ff35f9f1f1e399f84586cf0f874107ffff0115788e3e7e3bfacdf9
+
+e00ffffffffffffff0
+
+ffffffffffffff0033fb25f9e1f1f1cfff45074fbfff4023ffff01357f9ffe7ffdfacdfc
+
+7007fffffffffffff0
+
+fffffffffffffe00e7db2ef3e3f3f8c7ff45031fff045863ffff0135ffffffffffffcdff
+
+3803fffffffffffff0
+
+fffffffffffffc018fd91effffffffffff4403fff87e5e01ffff01ffffffffffffffcddf
+
+9c01fffffffffffff0
+
+fffffffffffff8031fd90e27ffffffffff4403e0f9ff7f907ffe01ff0ffffe3ffffe8ddf
+
+ce00fffffffffffff0
+
+fffffffffffff0063fd93173f3ffcff99b44100079ff7fd43ffe110f0c5e781ce1c80cdf
+
+e7007ffffffffffff0
+
+ffffffffffffe00c7fd130200191c6900144103f79ff7fe11ffe11040c00501c21c0089f
+
+f3803ffffffffffff0
+
+ffffffffffffc018ffd1207801d0e690490411ff79ff6ff40ffe11840400811c0782009f
+
+f9c01ffffffffffff0
+
+ffffffffffff8033ffd1205807b87610484419ff79fe6ff887fe11a60843838c01b7c09f
+
+fce00ffffffffffff0
+
+ffffffffffff0067ffd1349c073c321c8c4c19ff79fc6ffcc3fe11200fc3c78f8035e09f
+
+fe7007fffffffffff0
+
+fffffffffffe00cfffd1318c067e3219664d5cff7c04effe21fc91002643c447807a609f
+
+ff3803fffffffffff0
+
+fffffffffffc019fffd171020ce3121b834c5cf87ffce7ff08fc901403038c23805b409f
+
+ff9c01fffffffffff0
+
+fffffffffff8033fff917a0118e30e12830e5c00fffce7ff927c901e018389018431408f
+
+ffc600fffffffffff0
+
+fffffffffff0067fff917c2110fb861b83ac5c7ffffce7ffc03d901e40c301c98468c08f
+
+ffe3007ffffffffff0
+
+fffffffffff00cffff917807b1ff661dc1ac5e7ffffdf7ffe409901ce06312c800c0608f
+
+fff1807ffffffffff0
+
+ffffffffffe019ffff917606833f701b01ad5e3ffff9f3fff253913920333e8c0180608f
+
+fff9c03ffffffffff0
+
+ffffffffffc033ffff917402c73e783304ad5f3ffc03f3fff88391330a1b3f1e0103508f
+
+fffce01ffffffffff0
+
+ffffffffff8023ffff93fc4a4f8ff83706ad5f003c3ffbfffc0791e39f0a783f02836c8f
+
+fffe700ffffffffff0
+
+ffffffffff0067ffff93fcee7fc3fcd51fad5f981cfbf9fffe07938f9fc0fc7fa4c3e48f
+
+ffff3807fffffffff0
+
+fffffffffe00cfffff93ffffffe7ffffffad5fcf9cf369ffff0f93bfdff4fe7fc623f48f
+
+ffff9c03fffffffff0
+
+fffffffffe019fffff92000000000000000d5fef9cf66dffff9f987e7fe7fd7c7221f08f
+
+ffffce03fffffffff0
+
+fffffffffc033fffff93000001e1c004d2005ff79ce664ffff3f9900000000000000188f
+
+ffffee01fffffffff0
+
+fffffffff8067fffff9207c02200011412685ffb9cee66ffff7f9803218c19982702008f
+
+ffffe700fffffffff0
+
+fffffffff00cffffff1318c003c849143a685dfddece66fffeffb907318c139c270215af
+
+fffff3807ffffffff0
+
+fffffffff008ffffff1301e8138c4f12b4485dfede1a677ff9ffb907118c878ee7cb058f
+
+fffff9c03ffffffff0
+
+ffffffffe019ffffff1317c93f063f13a7485dff1e38e7bff3ffb94e1f8ce787e7ad350f
+
+fffffcc03ffffffff0
+
+ffffffffc033ffffff13933c06121b1c73084dff8c7ae6dfeff7b97ccc8ecc07e7a5f50f
+
+fffffee01ffffffff0
+
+ffffffff8067ffffff131f3c0631011c5b004dffe070e6ef9ff7b95ccc888c22e644954f
+
+fffffe700ffffffff0
+
+ffffffff804ffffffd121f1c34218f0cf9a04ceff9f4e3707ff3b909e78d87a0468ed54f
+
+ffffff380ffffffff0
+
+ffffffff00dffffff9120e5e3845c70cbde24ceffff4e37fffd3b959e78f07c0c5a65444
+
+ffffff9c07fffffff0
+
+fffffffe019ffffff112840c38c7430f3ce24ceffff4e37fffd3b978278f23d0c7227444
+
+fffcffcc03fffffff0
+
+fffffffe033ff3ffe11384ed3180630fc0e24ceffff4e37fffd3b9f8138e211842207444
+
+3ff27fee01fffffff0
+
+fffffffc027fe1ffc1130ac60380e10e40604cefffece37fffd3b9f0938c380c46583544
+
+3fe0bfe701fffffff0
+
+fffffff8067f80ff81131bc203c1f00c48624cefffec01bfffd3b971f18838260c593544
+
+1fe01ff300fffffff0
+
+fffffff80cff00ff01131b8f05e1f80ed8224c6fffec01bfffd3b872e180844308ac3504
+
+0fe21ff980fffffff0
+
+fffffff009ff04fe0113130507e13818f0204c6fffec01bfffd3b862c081840019a43504
+
+07e67ff9c07ffffff0
+
+ffffffe011ff04fe011337940000181cf0304c6fffcc009fff93b866c8018c0003269504
+
+03f8fffcc03ffffff0
+
+ffffffe033ff81fc01037600001f000066104c67ffd8e09fff93b82e78007ff800129d04
+
+01fffffee03ffffff0
+
+ffffffc027fffff80103480003fff80068004c67ffd800dfff93b80e3801fffe00001c06
+
+01fffffe701ffffff0
+
+ffffffc04ffffff00103c0001ffffe007ae04c67ff9800dfff93b81f3007ffff0e004c06
+
+00ffffff301ffffff0
+
+ffffff80cffffff00103003f9ffffc7f0fe04c67ff9800cfff93b81f0387ffff3ff04402
+
+007fffffb80ffffff0
+
+ffffff009fffffe0010200ff8ffffcffe1e0cc67ff9810cfff93bc7e1fe3fffe7ffe4442
+
+003fffff9c07fffff0
+
+ffffff019fffffc0030007ffe7fff9fff840cc67ff38f04fff933c78fff9fffcffffe442
+
+003fffffcc07fffff0
+
+fffffe013fffff8007009ffffbfff3fffe02cc67ff39202fff933c73fffcfffbffffe043
+
+001fffffce03fffff0
+
+fffffe027fffff800f01fffffdffe7ffff82ec67ff380027ff933c5fffff7ffbfffff043
+
+800fffffe603fffff0
+
+fffffc067fffff001f01fffffeffcfffffe2ec67ff390007ff91381fffffdff7fffffd63
+
+c007fffff701fffff0
+
+fffffc04fffffe003f63ffffff7f9ffffffbcc67ff718037ff9139fffffff7effffffff3
+
+c007fffff380fffff0
+
+fffff80cfffffe003f73ffffffbfffffffffec67ff71f837ff91f9fffffffbdffe7ffe33
+
+e003fffff980fffff0
+
+fffff809fffffc007c03fffffff07ffffffce467ff41e037ff91f9fff03ffdbff98ffe01
+
+f001fffff9c07ffff0
+
+fffff01bfffff800fc03ffffffefcffffffc0467fe412013ff91c1ffefcffebff7f3fe03
+
+f801fffffcc07ffff0
+
+fffff013fffff001fc63ffffffdfe7fffffc0467fe41001bff91c0ff9fe7ffffeffdfe03
+
+f800fffffce03ffff0
+
+ffffe037c0fff001fc61ffffcfdc73fffffc0467fe81801bff9100ffb83bffffef0efe13
+
+fc007ffffe603ffff0
+
+ffffc027807fe003fce1fffe213013fffffc0447fe81f819ff9101ff700bfffffc06ffff
+
+fe007fffff701ffff0
+
+ffffc04f001fe007fefffffcf8200bfffffffc47fc81fab9ff91ffff600bfffff8037fff
+
+fe003fffcf301ffff0
+
+ffffc04f0009c007fefffffdcc0903fffffffc47fca1fa89ff91fdff6007fffff8037ff7
+
+ff003fff01300ffff0
+
+ffff809f0c01800ffe77fff80003e3fffffffc47fde1e105ff917dff600ffffff0037f77
+
+ff801ffe01980ffff0
+
+ffff009f0f01800ffe77fff800d7affffffefc47f9e1610cff917dff820ffffff4037f77
+
+ff800fc6009c07fff0
+
+ffff013e0f83001ffe67fff870cd4ffffffef447f981650cff917dffc30ffffffe06ef77
+
+ffc00f8600cc07fff0
+
+ffff013e0fc7003ffe67fffc21c72ffffffef047f9c12d0cff913dfff01ffffffc9ddf73
+
+ffc0070610ce07fff0
+
+fffe037c27fe003ffe67fffe41c50ffffffef047fbe1fd9efe913dfff01ffffffc9f9f73
+
+ffe00704106603fff0
+
+fffe027863fc007ffe67fffe438407fffffef047fba3fd967e913dfff80ffffffc9fbf73
+
+fff00310306703fff0
+
+fffe067800fc00787e67fffe430013fffffef057fb2bfc827e913df87807fffffd9f3f73
+
+ff700300307301fff0
+
+fffc04ff801800f03e67ffff0000f9fffffef053f3ab3c867e913dfc0003fffff30c7f73
+
+fe38018e23f301fff0
+
+fff804ffe01801f11c67fffe000678fffffef043f3ab0c873e913dfc0071ffffc2107f73
+
+fc1801c06ffb80fff0
+
+fff809fff81001e19067fffe001f20fffffef103f68b0cc33e913dfe03e0ffff0070ff73
+
+f01c00e07ff980fff0
+
+fff809fffe3003e08067fffc003f00fffffef107f64b9cc13e913dfe11c07ffe33f0ff73
+
+e00c00fffffdc0fff0
+
+fff013ffff6003f80267fff8087f883ffffcf103e643fcc13e903dff08887ffe77e0ff73
+
+c08e007ffffcc07ff0
+
+fff013ffffe007c40667fff813bfc23ffffcf113e653b4c1be903dfe0c1c3ffc7fc07f73
+
+000e007ffffcc07ff0
+
+ffe033c03fe007870267fff81f9fe03ffffcf317ec532441be903dfc0e3c3ff8ffc07f72
+
+101f003ffffe607ff0
+
+ffe027800fc00f87c267fff8078f203ffffcf317ec5326409e903df8c77c3ff8ffc03f73
+
+3c3f803ffffe603ff0
+
+ffe0270007c00f8c6267fffc0086000ffffcf313edd326409e903df8c7fc3ff1ef883f73
+
+ffc7801fffff703ff0
+
+ffc06f2303801f8c7e67fffc3c000207fffcf313edd3fe609e903df0e7f83ff1ef983f73
+
+fe03801fffff301ff0
+
+ffc04f27c3801f80c667fffc3c000383fffcf393ccd3fe60de903df863e09fe1cf183f73
+
+f800c00fffff301ff0
+
+ffc04f27e1801fc04667fffe080c0261fffcf39bdc13fe605e903df803c00fc1ce103f73
+
+f818c00fffffb81ff0
+
+ff809f27e1003e400e67fffe000c0601fffcf39bde93fe601e903df80198000000007f73
+
+f01ce00fffff981ff0
+
+ff809f03c3007c301e67fffe001c6610fffcf39bde1326600e903df87038000000267f73
+
+f19d6007fa1f980ff0
+
+ff809f8003007c383e67ffff003cf300fffcf39b921726602e903df870780000f8707f73
+
+f1de7007f80fcc0ff0
+
+ff013fc00200781ffe67fffe003cf8cc61fcf39b90970e702e923df823f84020f8003f73
+
+f1fe3003f18fcc0ff0
+
+ff013ff00600f803fe67fffe001cf8e07f7cf39bb0b7be702e823dfc01f87fe2f0003f73
+
+f3e03003f19fcc07f0
+
+ff013ff80c00f8c07e67fffe821cf8e18ffcf39bb9b7fe7026803dfd08f87ff1f0007f73
+
+ff803803f81fe407f0
+
+ff027ffffc00fcf07e67fffca31cf0f203fcf39b3fb7fe7077803dfc0cf83ff1f000ff73
+
+fc001801fe3fe607f0
+
+fe027ffff801f3fe7e67fffd279cc1fa01fcf39b33b72770b7c07dfc1cf83ff83801ff73
+
+fc3e1801ffffe603f0
+
+fe027ffff801e03ffe67fffd279c07fa00bcf3bfe337277097fffdfc10783ff01f01ff73
+
+fcff3c00fffff603f0
+
+fe067ffff803e00ffe67fffae41c1fff003cf3bfe137277017ff7dfc00783ff80101ff73
+
+ffffc400fffff303f0
+
+fc04f81ff003c301fe67fffb40387fffc07cf3bfe977bf781ffb3dfc02787ffc0101ff73
+
+fe000400fffff303f0
+
+fc04e00f7003c301fe27fffa4013ff7fc07cf3bfff7fff7e3ffb3dfe02383ffc0301ff73
+
+fe00c600fffff301f0
+
+fc04e0022007c01dfe27fff3c00ff63fc07cf3bfffffffffffef7dfe02383ffc8301ff73
+
+ff1806007ffffb81f0
+
+fc0de0002007f81ffe27fff1e003343fc000f3bc7ffffffff0ef7dff82383ffc9f01ff73
+
+fff00f007ffff981f0
+
+fc09c0802007fc03fe27fff1c001001f8000f3b8207ffff8e0ef3dff06383ffc1f01ff73
+
+ffc01b007ffff981f0
+
+f809c1e0600fff03fe27ffe1c010001f867cf3b8203e2ed140ef7dff06383ffc0f03ff7b
+
+ffc7e3007ffffd80f0
+
+f81bc4f8e00f81fffe200001c000000e027cf3b8203e2c1840e77dff06203ffc0703ff7b
+
+ffcc03803ffffdc0f0
+
+f813c47fc00f8007fe2003c1c00000ce107cf3b8203c040044e77dff06203ffc0123ff73
+
+fff007803ffffcc0f0
+
+f813800fc00f0407fe27ffc1c00007fc303cf3b8003c250481e73dff06203ffc2023ff7b
+
+fff078803ffffcc0f0
+
+f0138000c01f07cffe27ffc3c80007fc303cf3b8103c23f091e73dff06303ffc2031ff7b
+
+ffe1f0801ffffcc070
+
+f0138000801f003ffe27ffc3c800043c303cf3b8143823d202673dff06303ffc2030ff7b
+
+ffe180c01ffffee070
+
+f037ff80801e000ffe27ffc780008c0d013cf3b8001871c890673dff06303ffc2030ff7b
+
+ffe000c01ffffe6070
+
+f027ffe0803e000ffe27ffcf80188c41013cf3b8411871e110673dff04303ffc2030ff7b
+
+ffe01fc01ffffe6070
+
+e027fff9803e0f1ffe27ffe7801c1e40007cf3b88110f1c454733dff00303ffc2010ff7b
+
+fff1fec00ffffe6030
+
+e027ffff803f00fffe27ffe7c09e5e60007cf3b88910f8f080733dff30303ffc40107f73
+
+fffff0400f1ffe6030
+
+e02fffff003f803ffe27ffe7801ffe7c01fef398890088c641733dff30303ffc44107f73
+
+fff060200e00077030
+
+e06fffff007ffc3ffe67ffe7001fee6f9f3ef398ac0004402bf33dff30303ffc50107f73
+
+fff0c0200e00033030
+
+e04ff1ff007ffe3ffe67ffe7001fe403fe3ef398a48064d201f33dff30303ffc50107f73
+
+fff886200e00113030
+
+e04f80ff007fce3ffe67ffe7001fe0400e1ef398b40344114cf33dff30303ffc50107f73
+
+fff80c300600093030
+
+e04f003f007fcffffe67ffff001fe1c00f1ef3983403c00105f33dff36303ffc52187f73
+
+fffc1ff007038d3030
+
+c04e001e0073fffffe67ffff001fc0e0010ef3987047c0044ef33dff36303ffc51187f73
+
+fffffff0078f8d3010
+
+c04e400e00f00c7ffe67ffff103e06e0010ef39810e4d1900ef33dff34323ffc91187f73
+
+fffff3f007ff093010
+
+c0de440600f0007ffe67fffffffe0740030cf3da08cde30222733dff34323ffc91187f73
+
+fffff3f00700199810
+
+c0de4f8600f1c07ffe67ffffffff07c0030cf3d358cf630840f33dff20323ffc91107f73
+
+ffffff900300399810
+
+c09e4f8600f0c0fffe67ffbffffe13c0020cf3d730cb07c1e0f73dffa0323ff811107f73
+
+fffff018031ff99810
+
+c09e478600f007fffe67000003fe39c0000cf3df00db0f80c5ff3dffa0223ff811107f73
+
+ffffc01803000c9810
+
+c09e200400f800fffe67fffffff03c81000cf3dfe4ffffc9ffff3dff80207ff81110ff73
+
+ffff00780300049810
+
+c09f100400fff8fffe67fffffff81f82004cf3c38d9fff03fe0f3dff00007ff82010ff73
+
+ffff0ff8039fc69810
+
+809f800c01fffffffe67f0001ff84b06004cf3c1080186000c077dff00f8fff8201fff73
+
+fffe1fc803ffe49800
+
+809fe01c01f000fffe6000000000ff0010ccf3c180030300080f7dffe1c1fff4364fff73
+
+fffe100803f004dc00
+
+81bffffc01e000fffe67fffffff0ff8832e4fbc080030200680f7dffe0c1fff7264fff73
+
+fffe000c03c008dc00
+
+81bffffc01e003fffe67fffffff8ff907664fbc0c002004008cf7dffe1c1ffff066fff73
+
+ffff800c01c011cc00
+
+81bffffc01fffffffe67ffffffe00383fc64fbc2c000007870ef7dfffffffffffe7fff73
+
+fffffffc01c003cc00
+
+813ffffc01f019fffe67fffffff0ffa7fcf4fb86407030f8d00f7dfffffffffffe7fff73
+
+ffff000c01c387cc00
+
+813e187801e001fffe67fffffff1fffffcf4fb8440783078880f7dffffffffffffffff73
+
+ffff000401e3ffcc00
+
+813c003801e181fffe67fffffffffffffefcfb8060780879d20f7dffffffffffffffff73
+
+ffff180401ffffcc00
+
+8138c31801c3f3fffe67fffffffffffffffcfb8828700439f3dffdffffffffffffffff73
+
+ffff18c401ffffcc00
+
+8139041801c1fffffe07fffffffffffffffc3b882c600419e3dff9ffffffffffffffff01
+
+ffff000401ffffcc00
+
+8130001803c001fff8000000000000000000038c04602619e3ce00000000000000000001
+
+ffff000c01f3f1cc00
+
+8130401803e001fff803fffffffffffffffc000d0440c608f0ce00fffffffffffffffe01
+
+ffff821e01c1e04c00
+
+8132631803fffdfff800000000000000000003999e40050078ce00000000000000000201
+
+ffffc7fe01c0004c00
+
+0132631803f00ffff807fffffffffffffffec3d81a030180448e3dfffffffff800000331
+
+fffffffe01c0024c00
+
+0132001803e003fffe7ffffffffffffffffee3d800070180cc8ffdffffffffffffffff79
+
+ffff000601c18e4c00
+
+013a001803c1c3fffe7ffffffffffffffffec39c000703c08f8efdbe1fffeda60003ff79
+
+ffff000601e0024c00
+
+013bf01803c1c3fffe7623a08ff20011ec2ec380000f01c0cb8e1d005e4788821780eb79
+
+ffff800e01fe3a4c00
+
+0138001803c007fffe36131c0b03c32e04dec3a00000006040861d0dfd03089fe4d98f79
+
+fffffffe01fe3a4c00
+
+0138001803f81ffffe3711c38f3a22fde49ec3a00003ff80004e1d3ff507f88112680b79
+
+ffffe01e01dd384c00
+
+0138ff9803fffbfffe371ed0896f34d5d90ec3a0000fffc0004e1d3c3e0ffffde28c0b79
+
+ffffc00601c1004c00
+
+013ffff803e0e3fffe37397ccf87fd6479eee3c03fcfffc3804e1d1e2ef4689ff60c1379
+
+ffff870601c1704c00
+
+013ffff803c003fffe3631bbff00df60f866e3c3fff7ffbff80e1d01df0f88d483821379
+
+ffff8fc601c000cc00
+
+013ffff803c003fffe7613460d0072000396e3fffffbffffff061d801804288680822779
+
+fffe000601c001cc00
+
+013ffff803c7fffffe7701fa0f180f01063ee3ffffffffffffe39dc05bfffdfff3feff79
+
+fffc000e01c3e1cc00
+
+013ffff803c003fffe77fffffffffffffffee1fffd69c617fffbfdffffffffffffffff79
+
+fffc701e01ffffcc00
+
+813ffff803c003fffe7ffffffffffffffffee3ff6ffebbfc7ffffdffffffffffffffff71
+
+ffffffe601ffffcc00
+
+813ffff801c7fffffefffffffffffffffffee3fdffffb3ffd7ff09fffffffffffffe1101
+
+ffffc00401ffffcc00
+
+813ffff801f807fffc00000000000000000001f7ffff87fff9ff007ffffffffffc600001
+
+ffff800401ffffcc00
+
+813ffff801e003fffc03ffffffffffffffa003efffffffffff7f683f00000000000000f9
+
+ffff8ffc01ffffcc00
+
+813ffff801e3e1fffef00000000000000021ffbffffefdffffbffc0000000000000000f9
+
+ffff8fe401f81fcc00
+
+813ffffc01c3e1fffef20000000000000027ff7ffff9fc7fffef7c0000040000000000f9
+
+ffff800401f007cc00
+
+813ffffc01c183fffe7200001002000000eff7ffffe7ff3fffff580a4007c183a90000f9
+
+ffff800401e003cc00
+
+813ffffc01e007fffe721fad0ccf83fc23edf7ffffdfffdfffff1c1c6607418fad3d80f9
+
+ffff9f0401c001cc00
+
+81bffffc01f03ffffe7221a04e637d4ed32df3ffff9fffefffff1cbc770c076faf7ca0f9
+
+fffffffc03c3c5c800
+
+81bffffc01ffc7fffe7223625e1cc032b10df3ffffffffffffff1cacdf2d0e67ac5e78f1
+
+fffffffc03c464c800
+
+80bfe3fc01ff01fffe7213735e38413d910df3ffffffffffffff1ca0cb281c33a8de20f1
+
+ffffe01c03c464d810
+
+80bfc1fc01f800fffe7202f35e33e125110df3ffffffffffffff1ca0c72a3d19a9b730f1
+
+ffff801c03c0649810
+
+c09fc0fc01f00cfffe7207d95ceaf527e88df3ffffffcfffffff1ca1872a37088b3318f1
+
+ffff000c03c1409810
+
+c09f8c7c00e38cfffe726c1d59d9152ac8c9f3fffffe33ffffff5cb1032e718c831118f1
+
+ffff000c03e0409810
+
+c09f807c00e388fffe725f1f5bc9bd37a469f3fffffdfcffffff5cb1e12c7003863888f1
+
+fffffffc03f0c09810
+
+c09f807e00e000fffe7a5a0f436999292669f3fffffbff7fffff5cb32128dc0b046cc0f1
+
+fffffffc03ffff9810
+
+c09ff1fe00e000fffe7a380144c895292269f3fffff7ff3fffff5cb220a99c6188e4c2f1
+
+fffffffc03ffff9810
+
+c09ffffe00f3fffffe7a68014100e633216df3ffffe7ff3fffff5cb300a9dee48987e2f1
+
+fffffffc07ffffb810
+
+c0dffffe00ff8ffffe7c48414000133107edf3ffffef079fffff5cb7800bc0003101f2f1
+
+fffff3f807ffffb010
+
+c04ffffe007f8cfffe7cc3fe4000086002edf3ffffce039fffff1ca40002fff0230032f1
+
+fffff3f807ffff3010
+
+c04fffff007ff87ffe79a40203fffc40006df3ffffcc019fffff1cae4201ffff000026f1
+
+fff87ff8078fff3030
+
+e04fffff007f807ffe3960001ffffc00002df3ffffccf99fffff1caf07e1ffff1ffc3e71
+
+fff803f807007f3030
+
+e04fffff007e007ffe1800ff1ffffe3f800df3ffffcdf09fffff1cb87ff8fffe7ffffe71
+
+fff800380720033030
+
+e04fffff007c03bffe1807ffe7ffe3fff80df3ffffcc269fffff1c28fffe3ff8ffffe471
+
+fffb00180f00c32030
+
+e06fffff003c7c3ffe183ffff9ffc3fffe4df3ffffec00bfffff5c3fffff9ff1fffffc71
+
+ffffc0180f00426030
+
+e027ffff003c003ffe207ffffe7f8fffffcdf3ffffe5883fffff7c3fffffdfe7fffffe71
+
+ffffc6180ffc026030
+
+f027ffff803c003ffe60ffffff1fbfffffcdf3fffff1487ff8ff7d7fffffefcffffffe71
+
+fffbc6181fff066070
+
+f027ffff803e03fffe61ffffffcf7ffffffff3fffff8b4fc907f7ffffffff7dffffffe71
+
+fff1c0181fff066070
+
+f027ffff801e3e1ffff7ffffffe6fffffffdf3fffffc78fc007f7ffffffffbbffffffef1
+
+fff8f0701fff064070
+
+f033ffff801e3c0ffff7fffffffffffffffcf3fffffc00fc207ffc7ffffffffffffffef1
+
+fff80ff01f0e24c070
+
+f013ffffc01e000ffff7fffffffffffffff8f1ffffe601f8205c003ffffff97fffcffc00
+
+fffc07e01e0024c0f0
+
+f813fff1c01f00fff801fffffffffffffff801ffffce01f80014003ffff813a1ffb3fc00
+
+fffe03e03c0064c0f0
+
+f813fff8c00fc3c7f801ffffffe03ffffff801ffff9c10382024003fff87f7bf3f7cfc01
+
+ffcc41e03c03ccc0f0
+
+f819fff8c00fff07f801ffffff9fdffffff001fffe7810082062003fff7ff73feefefc00
+
+ffc071c03c301d80f0
+
+f809f000e00ff803f801ffffff3067fffff001fffc7810006060003fd87ff87ff1ff7c00
+
+ffc001c07e3c7980f0
+
+fc09e000e0070003f805ffffff6017fffff07ffff87000006061803f3e3ffffffd00ff38
+
+ffdc01c07ffff981f0
+
+fc09e401e00701c3fef7fffffe4017fffffffffff8c040007279fd3f703fffffff00ff38
+
+ffff81807ffffb81f0
+
+fc0de407f0079fc7fef7fffffec707fffffff7fff080c010fb38fc3cc01fffffff80ff78
+
+ff3fff807ffffb01f0
+
+fc04e4ff1007bf07fe63fffffec207fffffde7fff101c00088187c1dc05fffffffe01f78
+
+ff07e780fffff301f0
+
+fe04e4601003fc0ffe63fffffec007fffffde7ffe000c01080183cfc807fffffffe00f78
+
+ff00e700ff7ef303f0
+
+fe04f0001003f01ffe63fffffec80ffffffce7ffe000800800113cfe82fffffffff80f78
+
+ff300700f81c7203f0
+
+fe0670001801e0fffe63ffffff4c0ffffff8f7ffe038830c00013cfe03dfffffffdc6770
+
+fffc0701f0002603f0
+
+fe0271001801e3c1fe63ffffffc00ffffff8f7ffe070c3c180033cfe03dfffffffcf7730
+
+ffff8e01e0002607f0
+
+ff02780e1801e3c0fe63ffffffc00ffffff8f7ffc0b0c1f00203bcff03bfffffffc7f330
+
+ffff8e03cc006407f0
+
+ff03383fdc00ffc8fe63ffffffe00ffffff8f7ffc090c0000207bcff803fffffff807330
+
+ffc79c03c8406c07f0
+
+ff01387ffc00f8c8fe63ffffffa02ffffff8f7ffc093f0000787bcffc07ffff3ef802330
+
+fe019c03c9f8cc07f0
+
+ff813cfffc0070f8fe77ffffff07e7fffff8f7ff9c8bf0007cffbcffc07fffe0e7802170
+
+fc00f807d8ffcc0ff0
+
+ff81bff866007001fe77fffffe0071fffff8f1ff9c8ff1807cf7bcffc43f0fe1e7803170
+
+f840f807983f980ff0
+
+ff809ff846003801de77fffffc0038fffff8f1ff988ffbf9fce7bcffc01fcff1e7803170
+
+f8c470078607981ff0
+
+ffc09f0c63003c079e77fffff80038fffffcf0ff98cffffffe67bcffc00fcffff3803370
+
+f0e4700f8101981ff0
+
+ffc0ce0c63003fff0e77fffff000007ffffcf07fd879ffffffe7bcffc10f8fff70033b78
+
+ffe4600ffc61301ff0
+
+ffc04f0c61801e630e77fffff040303ffffcf001c3f83fffffc7bcffc10f9fff32031f78
+
+e3fc601ffe11301ff0
+
+ffe04f0c61801e630e77fffff0c8703ffffcf00003fcbf83ff07bcffc02e9ffb9e233c78
+
+e026c01fff83303ff0
+
+ffe0670c09c00e000e77ffffe0fc7018e3fcf601807ffe03fc07bcffc0001ff80f238738
+
+e807c01fffc6603ff0
+
+ffe0270001c00f001277ffffc0fc700041fcf601c000001ff8c7bcffc0003ff047e00639
+
+f803803e3fe6603ff0
+
+fff03380c3e007002277ffff00f8781000fcf6038c00003fe0c7bcffc0007ff0f7c00239
+
+80e3003c1ffec07ff0
+
+fff0138007e007c1e277ffff01fffc3020fcf7038fffffe60187bcffc200fff9f1100239
+
+806300781ffcc07ff0
+
+fff013c00ff003ffc277fc010fbff83c21fcf701c1e7f8c20107bcffe001fffff1388039
+
+dc0200780ffcc0fff0
+
+fff819f01ff003ff8277f8011e0a307821fcf711c183f0826607bcffe003fffff9f84139
+
+fe0600f881f980fff0
+
+fff809fffff001fe0677f0031cc000f03dfcf71fc001e001640fbcfff063c0fffff80339
+
+fe0e00f800f980fff0
+
+fffc0dfff07801e00677f00730c03ff01ffcf63fc000e001eccf3cfff0e3c07fff180139
+
+ffbc01ef007301fff0
+
+fffc0cfff01800e07e77e10fe0e03ff01ffcf63f8000e001fdcf3cfff871fe7fffd80138
+
+fff801c1c13301fff0
+
+fffc06fff00c00f1fe77e113c7e43ff0f5fcf61f0c00e000ef9f3cfff0f8f67ffffc0138
+
+fff803c0712203fff0
+
+fffe027c180c007bfe77e393c7e03fe0c03cf61f3c006000efff3cfff07272fffffc0138
+
+fff003c0002603fff0
+
+fffe0370198e007ffe77e383c1c01fe0c03cf61e7c204400ffff3cfff04260fffffc0138
+
+ffe007c0002607fff0
+
+ffff01301907003ffe77e203e04087e1801cf708fe304c00f7ffbcfff00020fffffec138
+
+ffe007b0204c07fff0
+
+ffff01b93907001ffe77c003e00083e3811cf701fe10080073ff9cffe00020fffffe6738
+
+ffc00f0d004c07fff0
+
+ffff80981f07801ffe778001e0008183811cf78ffe081020707f9cffe00000ffffff7f38
+
+ff801e0280980ffff0
+
+ffff80d8100f800ffe778001c00000c0011cf7ffe6006020700f9cffe00000ffffffed38
+
+ff801e00c1980ffff0
+
+ffffc04c000fc007fe770001c0020060173cf7be0600600030879cffe07000fffffff338
+
+ff003e0401301ffff0
+
+ffffc06e001fc007fe770831c00200639ffcf73c0e00202030479cffe03800fffffff838
+
+ff003f0201301ffff0
+
+ffffe026023fe003fe77083080000073f83cf7380e0f0020300f9cffe31c00ffffffff38
+
+fe007ff102603ffff0
+
+ffffe037807ff001fe77000180000063c83cf6383e0ff060180f9cffe31e00ffffffff38
+
+fe00fff802603ffff0
+
+fffff013e0fff001fe776403800c0003683cf600300ffce01b1f9cffe03c007fffffff38
+
+fc00fffc04c07ffff0
+
+fffff01bfffff800fe77cc03c01c0003683cf400000ff8e00fff9cffe070007fffffff38
+
+f801fffff8c07ffff0
+
+fffff809fffffc007e77cc03c0080000249cf660000ff8e20fff9cfff01c007fffffff38
+
+f001fffff980fffff0
+
+fffff80cfffffc007e778c018008020324dcf7f7f00ff1e20fff9cfff03f207fffffff38
+
+e003fffffb80fffff0
+
+fffffc06fffffe003e778d01887c82032edcf7fff003ffe21fff9ce0203e207fffffff38
+
+c007fffff301fffff0
+
+fffffc067fffff001e770d008c7da7032efcf7fff801ffffffff9cc0003e727fffffff38
+
+c007ffffe601fffff0
+
+fffffe037fffff000e7719008c7dee076ffcf7ffffffffffffff9cc0007ef27fffffff38
+
+800fffffe603fffff0
+
+fffffe013fffff80067719008e7fee07fffcf7ffffffffffffff9cc701fff27fffffff38
+
+801fffffcc07fffff0
+
+ffffff01bfffffc0067619008fffe007fffcf3ffffffffffffff9ce00ff3f27fffffff38
+
+803fffffdc07fffff0
+
+ffffff009fffffe0067619004fff83cffc7cf3ffffffffffffff9cc03fc7f27fffffff38
+
+803fffff980ffffff0
+
+ffffff80cfffffe0067638007ff07f8e0e3cf3ffffffffffffff9c80ff0ff27fffffff38
+
+807fffff380ffffff0
+
+ffffffc06ffffff0067438007fffff8c033cf204007fffc000079cfc7c3ff23fffffff38
+
+80ffffff301ffffff0
+
+ffffffc027ffdff806707a847fffff8003fcf307e1fffffe1fff9cf800ff001fffffff38
+
+80ffc7fe601ffffff0
+
+ffffffe037ff0cfc0670f0e47fffffc607fcf3ffffffffffffff9ce003e0001fffffff38
+
+81ff03fee03ffffff0
+
+ffffffe013ff0cfc0670c000ffffffff87fcf3ffffffffffffff9cc01fff67ffffffff38
+
+83fc03fcc07ffffff0
+
+fffffff019ff04fe06630009fffffffff7fcf3ffffffffffffff9cc7ffffffffffffff38
+
+87fcc7f9807ffffff0
+
+fffffff80dff60ff0662001ffffffffffffcf3ffffffffffffff9cdfffffffffffffff38
+
+8ffc67fb80fffffff0
+
+fffffff804ff60ff84620ffffffffffffffcf3ffffffffffffff9cffffffffffffffff38
+
+9ffe07f300fffffff0
+
+fffffffc027f81ffc467fffffffffffffffcf3ffffffffffffff9cffffffffffffffff38
+
+bfffffe601fffffff0
+
+fffffffc033fe3ffe5f7fffffffffffffffcf3ffffffffffffff9cffffffffffffffff3c
+
+ffffffee03fffffff0
+
+fffffffe01bfffffe7fffffffffffffffffcf7ffffffffffffff9cffffffffffffffff38
+
+ffffffcc03fffffff0
+
+ffffffff009ffffffc7fffe0000000000000f0000000000000001c000000000000000000
+
+7fffff9807fffffff0
+
+ffffffff804ffffffc000000000000000000f0000000000000003dfc0000000000000000
+
+7fffff300ffffffff0
+
+ffffffff806ffffffc0ffffffffffffffffcf7ffffffffffffffbdffffffffffffffff00
+
+7ffffe301ffffffff0
+
+ffffffffc027fffffc000000000000000000f0000000000000003d000000000000000000
+
+7ffffe601ffffffff0
+
+ffffffffe033fffffefffffffffffffffffcf060007fffffffffbdffffffffffffffff1d
+
+fffffcc03ffffffff0
+
+fffffffff019fffffef7fffffffffffffffcffffffffffffffffbdffffffffffffffff3d
+
+fffff9807ffffffff0
+
+fffffffff00cfffffee7fffffffffffffffcffffffffffffffffbdffffffffffffffff39
+
+fffff3807ffffffff0
+
+fffffffff8067ffffee7fffffffffffffffcf7ffffffffffffffbdffffffffffffffff39
+
+ffffe700fffffffff0
+
+fffffffffc033ffffee7fffffffffffffffde7ffffffffffffffbdffffffffffffffff38
+
+ffffe601fffffffff0
+
+fffffffffe01bffffee7ffffffc3f0e6040de7c73cc7ffcf840fbdf7ffffffffffffff38
+
+ffffcc03fffffffff0
+
+fffffffffe009ffffee713279481f041030de7040cc7e0060407bd82323e6883e3252fb8
+
+ffff9803fffffffff0
+
+ffffffffff00cffffee611279481f141013de60404c7e0062447bd02123e4881c1252fb8
+
+ffff3007fffffffff0
+
+ffffffffff8067fffee4202794991049933de678c4c440643c67bd0a12724899cd252fb8
+
+fffe700ffffffffff0
+
+ffffffffffc033fffe644c2494811049933de678c4c444640c67bd1cd26248994d252fb8
+
+fffce01ffffffffff0
+
+ffffffffffe019fffe644c249481f080933de60444c7c4623c67bd1c927e48814f212bb8
+
+fff8c03ffffffffff0
+
+fffffffffff00cfffe6420079081f1c0931ce7040445c4623447bd0c120e4083c53123b8
+
+fff9807ffffffffff0
+
+fffffffffff0067ffe6611039088f1c0921ce7860c41c463040fbd82100e4081e13323b8
+
+fff3007ffffffffff0
+
+fffffffffff8033ffe671301908c71f3fe1ce7ffbc01ceff8c1fbdc2300c6188f33b2338
+
+ffe600fffffffffff0
+
+fffffffffffc019ffe77fffffffffffffffcefffffffffffffffbdffffffffffffffff38
+
+ffcc01fffffffffff0
+
+fffffffffffe00cffe77fffffffffffffffcefffffffffffffffbdffffffffffffffff38
+
+ff9c03fffffffffff0
+
+ffffffffffff0067fe77fffffffffffffffcefffffffffffffffbdffffffffffffffff38
+
+ff3007fffffffffff0
+
+ffffffffffff8033fe67fffffffffffffffcefffffffffffffffbd000000000000000039
+
+fc600ffffffffffff0
+
+ffffffffffffc019fc77fffffffffffffffcefe0401ff840c03fbdfffffffffffffffe01
+
+f8c01ffffffffffff0
+
+ffffffffffffe00cf837fffffffffffffffee7c0401fe040403fbd800000000000000001
+
+f1803ffffffffffff0
+
+fffffffffffff00678000000000000000000e48fc899e266513fbdc000000000000003fc
+
+e3007ffffffffffff0
+
+fffffffffffff80338000001fffffffffff8e480f8f1c6627127bdffffffffffffffffff
+
+c600fffffffffffff0
+
+fffffffffffffc019ffffffff8000ffffff8e580f8fbc06071e7bdfffffc0000ffffffff
+
+8c01fffffffffffff0
+
+fffffffffffffe00cffffffff80000fffff8e787f8ffc06071ffbcfffff00001ffffffff
+
+3803fffffffffffff0
+
+ffffffffffffff0067fffffffe00001ffff8e7c0787f042231ffbcffff800007fffffffe
+
+7007fffffffffffff0
+
+ffffffffffffff8031ffffffff800007fff8e7e0787f062230ffb8fffe00001ffffffffc
+
+c00ffffffffffffff0
+
+ffffffffffffffc01cffffffffc00001fff8efffffffffffffffb8fff800003ffffffff1
+
+801ffffffffffffff0
+
+ffffffffffffffe0067ffffffff000003ff8efffffffffffffffb8ffc00000ffffffffe7
+
+003ffffffffffffff0
+
+fffffffffffffff0033ffffffffc000007f8efffffffffffffffb8fe000003ffffffffce
+
+00fffffffffffffff0
+
+fffffffffffffffc01cfffffffff000000f8fc0000000000000000f000000fffffffff9c
+
+01fffffffffffffff0
+
+fffffffffffffffe0067ffffffffc000001c0000000000000000078000003ffffffffe30
+
+03fffffffffffffff0
+
+ffffffffffffffff0033fffffffff0000007f8fffffffffff8007c000000fffffffffc60
+
+07fffffffffffffff0
+
+ffffffffffffffff8019fffffffffc0000000fffffffffffffffc0000003fffffffff9c0
+
+0ffffffffffffffff0
+
+ffffffffffffffffc00c7ffffe3fff80000001fffffffffffff00000001fffc9ffffe300
+
+1ffffffffffffffff0
+
+fffffffffffffffff0073ffff307fff000000007fffffffffe000000007fff01ffffce00
+
+7ffffffffffffffff0
+
+fffffffffffffffff8018ffff007fffc0000000003fffffe0000000003ffff00ffff1c00
+
+fffffffffffffffff0
+
+fffffffffffffffffc00c7fff067ffff8000000000000000000000001fffff087ffe3801
+
+fffffffffffffffff0
+
+fffffffffffffffffe0033fff247fffff000000000000000000000007fffff28fff8e003
+
+fffffffffffffffff0
+
+ffffffffffffffffff0008fff98ffffffe0000000000000000000003ffffff31fff1800f
+
+fffffffffffffffff0
+
+ffffffffffffffffffc0063ff81fffffffc00000000000000000001fffffff81ffc7001f
+
+fffffffffffffffff0
+
+ffffffffffffffffffe0019ffffffffffffc000000000000000001ffffffffdfff1c003f
+
+fffffffffffffffff0
+
+fffffffffffffffffff80047ffffffffffffc0000000000000001ffffffffffffe3800ff
+
+fffffffffffffffff0
+
+fffffffffffffffffffc0021fffffffffe0fff00000000000003fa1ffffffffff8e001ff
+
+fffffffffffffffff0
+
+ffffffffffffffffffff00187ffffffffe07fffc0000000001ffc01fffffffffe38007ff
+
+fffffffffffffffff0
+
+ffffffffffffffffffff80061ffffffffe0707fffe000007ffff801fffffffff8f000fff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffe00187fffffffe4f03fffffffffff0ff001ffffffffe1c003fff
+
+fffffffffffffffff0
+
+fffffffffffffffffffff80061fffffffe4f03fc07ffffff807e201ffffffffc7000ffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffc0018fffffffe4f27f003c0c3ff80fe631ffffffff1c001ffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffff00061ffffffe4f27c003c000ffccfe71ffffffff870007ffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffc00187fffffc5f678833c0067fccff00fffffffe1c001fffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffe00061fffffc9f47b123cc027fecff803ffffff870003fffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffff800183ffff89f473383cc327fe4f3c01fffffe3c000ffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffe00060ffff89e476787ccf27ee6e3391fffff0e0003ffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffff8001c3fff83e476787ccf27c6663099ffff878000fffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffe000383ff03e4f6707ccf27c3643011fffc1e0003fffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffff8000f07fe3c4f2727ccf27e1241001ffe078000ffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffe0000c1fffc0f2327cce01e0201003ff03c0003ffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffff8000383ffc0f8027cce01e0201007fc1e0000fffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffe0000781ffcfc027cce01e0001bff81f00003fffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffc0000f01fffe003c0e01f0001ff80780001ffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffff00000f00fff80380e01f0037f80780000fffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffe00000f00fffe7fff03fffff007800003fffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffff800000f800fffffffffff000f800001ffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffff000000fc0003ffffff8003f8000007ffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffe0000007f00000000003fe0000003fffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffc0000000ffe000003ff00000003ffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffc000000003ffffff000000001fffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffffc0000000000000000000001ffffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffffe00000000000000000000fffffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffffffe000000000000000003ffffffffffffffffff
+
+fffffffffffffffff0
+
+fffffffffffffffffffffffffffffffffffff8000000000000007fffffffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffffffffc000000000000fffffffffffffffffffff
+
+fffffffffffffffff0
+
+ffffffffffffffffffffffffffffffffffffffffc00000003fffffffffffffffffffffff
+
+fffffffffffffffff0
+
+>
+
+imagemask
+
+grestore
+
+pse
+-30 -28 xl
+196 69 gm
+(nc 0 0 781 538 6 rc)kp
+F 1 setTxMode
+1 fs
+bu fc
+{}mark T /Times-Bold /|______Times-Bold 0 rf
+bn
+18 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(A Comparison of Parallel Search Algorithms based on)show
+213 225 gm
+(Tree Splitting)show
+289 227 gm
+14 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Paolo Ciancarini)show
+410 182 gm
+(Technical Report UBLCS-94-14)show
+439 249 gm
+0 fs
+bu fc
+{}mark T /Times-Roman /|______Times-Roman 0 rf
+bn
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(May 1994)show
+633 183 gm
+(Laboratory for Computer Science)show
+651 215 gm
+(University of Bologna)show
+669 199 gm
+(Piazza di Porta S. Donato, 5)show
+687 216 gm
+(40127 Bologna \(Italy\))show
+F T cp
+%%Page: ? 2
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+139 79 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.17721 0. 32 0.11772 0.(The University of Bologna Laboratory for Computer Science Research Technical Reports are available via)awidthshow
+153 79 gm
+0.77774 0. 32 0.07777 0.(anonymous FTP from the area )awidthshow
+bu fc
+{}mark T /Courier /|______Courier 0 rf
+bn
+bu fc
+2 F /|______Courier fnt
+bn
+0.29316 0.(ftp.cs.unibo.it:/pub/TR/UBLCS)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.91796 0. 32 0.09179 0.( in compressed PostScript format.)awidthshow
+167 79 gm
+1.05239 0. 32 0.10523 0.(Abstracts are available from the same host in the directory )awidthshow
+bu fc
+2 F /|______Courier fnt
+bn
+0.42799 0.(/pub/TR/UBLCS/ABSTRACTS)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.83404 0. 32 0.08340 0.( in plain text)awidthshow
+181 79 gm
+(format. All local authors can be reached via e-mail at the address )show
+2 fs
+bu fc
+{}mark T /Times-Italic /|______Times-Italic 0 rf
+bn
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(last-name)show
+0 fs
+bu fc
+2 F /|______Courier fnt
+bn
+(@cs.unibo.it.)show
+207 79 gm
+1 fs
+11 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(UBLCS Technical Report Series)show
+232 80 gm
+0 fs
+10 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(93-1)show
+232 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+2.19955 0. 32 0.21995 0.(Consistent Global States of Distributed Systems: Fundamental Concepts and Mechanism)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.11801 0. 32 0.11180 0.(, by \205.)awidthshow
+245 110 gm
+(Babao)show
+245 136 gm
+(g;\371lu and K. Marzullo, January 1993.)show
+258 80 gm
+(93-2)show
+258 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Understanding Non-Blocking Atomic Commitment)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by \205. Babao)show
+258 368 gm
+(g;\371lu and S. Toueg, January 1993.)show
+271 80 gm
+(93-3)show
+271 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Anchors and Paths in a Hypertext Publishing System)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by C.  Maioli and F. Vitali, February 1993.)show
+284 80 gm
+(93-4)show
+284 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(A Formalization of Priority Inversion)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by \205. Babao)show
+284 316 gm
+(g;\371lu, K. Marzullo and F. Schneider, March 1993.)show
+297 80 gm
+(93-5)show
+297 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.68313 0. 32 0.06831 0.(Some Modifications to the Dexter Model for the Formal Description of Hypertexts)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.52368 0. 32 0.05236 0.(, by S. Lamberti, C.)awidthshow
+310 110 gm
+(Maioli and F. Vitali, April 1993.)show
+323 80 gm
+(93-6)show
+323 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.50613 0. 32 0.05061 0.(Versioning Issues in a Collaborative Distributed Hypertext)awidthshow
+11 fz
+bu fc
+2 F /|______Times-Italic fnt
+bn
+( )show
+323 354 gm
+10 fz
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.18540 0.(System)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.49468 0. 32 0.04946 0.(, by C. Maioli, S. Sola and F. Vitali,)awidthshow
+336 110 gm
+(April 1993.)show
+349 80 gm
+(93-7)show
+349 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Distributed Programming with Logic Tuple Spaces)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by P. Ciancarini, April 1993.)show
+362 80 gm
+(93-8)show
+362 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Coordinating Rule-Based Software Processes with ESP)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by P. Ciancarini, April 1993.)show
+375 80 gm
+(93-9)show
+375 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(What is Logic Programming good for in Software Engineering)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by P. Ciancarini and G. Levi, April 1993.)show
+388 80 gm
+(93-10)show
+388 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.84320 0. 32 0.08432 0.(Scheduling Real Time Tasks: A Performance Study)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.59097 0. 32 0.05909 0.(, by F.  Panzieri, L. Donatiello and L. Poretti, May)awidthshow
+401 110 gm
+(1993.)show
+414 80 gm
+(93-11)show
+414 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.58334 0. 32 0.05833 0.(Specification and Detection of Behavioral Patterns in Distributed Computations)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.37704 0. 32 0.03770 0.(, by \205. Babao)awidthshow
+414 498 gm
+0.54534 0. 32 0.05453 0.(g;\371lu and)awidthshow
+427 110 gm
+(M. Raynal, May 1993.)show
+440 80 gm
+(93-12)show
+440 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Interaction Systems II: The Practice of Optimal Reductions)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by A. Asperti and C. Laneve, May 1993.)show
+453 80 gm
+(93-13)show
+453 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.00616 0. 32 0.10061 0.(Reliability Analysis of Tree-Based Structures and its Application to Fault-Tolerant VLSI Systems)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.61645 0. 32 0.06164 0.(, by)awidthshow
+466 110 gm
+(Marco Roccetti, June 1993.)show
+479 80 gm
+(93-14)show
+479 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Guard Compilation in Logic Shared Dataspace Languages)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by M. Garpari, June 1993.)show
+492 80 gm
+(93-15)show
+492 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.16424 0. 32 0.11642 0.(Data Algorithm: A Numerical Method to Extract Shape Information from Gray Scale Images)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.66116 0. 32 0.06611 0.(, by R.)awidthshow
+505 110 gm
+(Davoli and F. Tamburini, June 1993.)show
+518 80 gm
+(93-16)show
+518 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Towards Performance Evaluation in Process Algebra)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by R. Gorrieri and M. Roccetti, July 1993.)show
+531 80 gm
+(93-17)show
+531 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Split and ST Bisimulation Semantics)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by R. Gorrieri and C. Laneve, July 1993.)show
+544 80 gm
+(93-18)show
+544 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Multilanguage Interoperability)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by G. Attardi and M. Gaspari, July 1993.)show
+557 80 gm
+(93-19)show
+557 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.20431 0. 32 0.02043 0.(HERMES: an Expert System for the Prognosis of Hepatic Diseases)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.14709 0. 32 0.01470 0.(, by I. Bonf\210, C. Maioli, F. Sarti, G.L.)awidthshow
+570 110 gm
+(Milandri and P.R. Dal Monte, September 1993)show
+583 80 gm
+(93-20)show
+583 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(An Information Flow Security Property for CCS)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by R. Focardi and R. Gorrieri, October 1993.)show
+596 80 gm
+(93-21)show
+596 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(A Classification of Security Properties)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by R. Focardi and R. Gorrieri, October 1993.)show
+609 80 gm
+(93-22)show
+609 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Real Time Systems: A Tutorial)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by F. Panzieri and R.  Davoli, October 1993.)show
+622 80 gm
+(93-23)show
+622 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+-0.00643 0.(A Scalable Architecture for Reliable Distributed Multimedia Applications)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+-0.00637 0.(, by F. Panzieri and M. Roccetti,)ashow
+635 110 gm
+(October 1993.)show
+648 80 gm
+(93-24)show
+648 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Wide-Area Distribution Issues in Hypertext Systems)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by C. Maioli, S. Sola and F. Vitali, October 1993.)show
+661 80 gm
+(93-25)show
+661 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(On Relating Some Models for Concurrency)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, by P. Degano, R. Gorrieri and S. Vigna, October 1993.)show
+674 80 gm
+(93-26)show
+674 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.45263 0. 32 0.14526 0.(Axiomatising ST Bisimulation Equivalence)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.88378 0. 32 0.08837 0.(, by N. Busi, R. van Glabbeek and R. Gorrieri, December)awidthshow
+687 110 gm
+(1993.)show
+700 80 gm
+(93-27)show
+700 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.48498 0. 32 0.14849 0.(A Theory of Processes with Durational Actions)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.30096 0. 32 0.13009 0.(, by R. Gorrieri, M. Roccetti and E. Stancampiano,)awidthshow
+713 110 gm
+(December 1993.)show
+F T cp
+%%Page: ? 3
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+801 525 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+146 79 gm
+1 fs
+18 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+2.25738 0. 32 0.22573 0.(A Comparison of Parallel Search Algorithms based on)awidthshow
+164 79 gm
+(Tree Splitting)show
+217 79 gm
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Paolo Ciancarini)show
+0 -4 rm
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(1)show
+294 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Technical Report UBLCS-94-14)show
+322 79 gm
+(May 1994)show
+363 79 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Abstract)show
+380 79 gm
+2 fs
+10 fz
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.01831 0. 32 0.00183 0.(We have used a distributed programming environment to compare a number of parallel search algorithms in the)awidthshow
+394 79 gm
+0.43136 0. 32 0.04313 0.(domain of chess. The environment runs on a network of workstations; it is based on Linda for coordination of)awidthshow
+408 79 gm
+0.84838 0. 32 0.08483 0.(the search and on GNUChess for chess knowledge. In order to make a practical comparison, we have built)awidthshow
+422 79 gm
+0.43441 0. 32 0.04344 0.(several parallel programs using different search algorithms. We have formalized and classified the concept of)awidthshow
+436 79 gm
+0.34042 0. 32 0.03404 0.(parallel search algorithms based game tree splitting. The algorithms have been classified in two main classes:)awidthshow
+450 79 gm
+0.46676 0. 32 0.04667 0.(static and dynamic. We show that on a workstation network static algorithms are more efficient than dynamic)awidthshow
+464 79 gm
+(ones. Our results confirm and broaden older works by Marsland, Campbell, Schaeffer, and others.)show
+739 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\321\321\321)show
+749 79 gm
+1 fs
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(1)show
+0 1 rm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(.)show
+750 94 gm
+(E-mail: [email protected])show
+F T cp
+%%Page: ? 4
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+bu fc
+{}mark T /Helvetica /|______Helvetica 0 rf
+bn
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(2)show
+134 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(1. Introduction)show
+147 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.81762 0. 32 0.18176 0.(The alphabeta algorithm is the basis of most sequential programs that search game trees. Its)awidthshow
+158 79 gm
+0.35644 0. 32 0.03564 0.(efficiency is decisive in chess playing programs, whose playing strength can be precisely measured)awidthshow
+169 79 gm
+1.08215 0. 32 0.10821 0.(using the Elo system [Elo86]. For instance, some experiments found that improving 5 times the)awidthshow
+180 79 gm
+0.24139 0. 32 0.02413 0.(running time of such an algorithm the playing strength of a chess programs improves about 200 Elo)awidthshow
+191 79 gm
+0.08392 0. 32 0.00839 0.(points [Tho82]. One could expect that multiprocessors and multicomputers should be very helpful in)awidthshow
+202 79 gm
+1.07360 0. 32 0.10736 0.(building stronger chess programs. However, it is well known that the efficient parallelization of)awidthshow
+213 79 gm
+0.75637 0. 32 0.07563 0.(alphabeta is a difficult problem [FinFis82]. Several different ways to parallelism in chess playing)awidthshow
+224 79 gm
+(programs have been explored; a short survey is found in [BalVRe86]. The main methods are:)show
+236 88 gm
+2.15698 0. 32 0.21569 0.(i\) Parallel aspiration search [Bau78]: the alphabeta window is partitioned in a number of)awidthshow
+247 101 gm
+0.00518 0. 32 0.00051 0.(contiguous segments, that are used by different processors to explore the same game tree; this is)awidthshow
+258 101 gm
+(a form of OR-parallelism.)show
+271 88 gm
+1.79580 0. 32 0.17958 0.(ii\) Parallel evaluation by special hardware; )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.39163 0.(e.g.)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.88949 0. 32 0.18894 0.(, HITECH uses parallel hardware for move)awidthshow
+282 101 gm
+2.09396 0. 32 0.20939 0.(generation [Ebe86], while Deep Thought [Hsu90] uses parallel hardware for evaluating)awidthshow
+293 101 gm
+(positions.)show
+306 88 gm
+0.44219 0. 32 0.04421 0.(iii\) Mapping the search space on the processor set by a hash function: this is advantageous if the)awidthshow
+317 101 gm
+1.15493 0. 32 0.11549 0.(search space contains several duplicate states; )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.24205 0.(e.g.)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.09634 0. 32 0.10963 0.(, [Sti91] describes how the whole search)awidthshow
+328 101 gm
+(space of some chess endings was mapped on a Connection Machine.)show
+341 88 gm
+0.93551 0. 32 0.09355 0.(iv\) Parallel search of \322splitted\323 game tree: the game tree is decomposed assigning its nodes to)awidthshow
+352 101 gm
+(different search processes.)show
+364 79 gm
+0.66818 0. 32 0.06681 0.(The last method is the most widely studied and used. For instance, in [MarCam82] several search)awidthshow
+375 79 gm
+0.26077 0. 32 0.02607 0.(algorithms were described and compared; other experiments with different algorithms are described)awidthshow
+386 79 gm
+0.56335 0. 32 0.05633 0.(in [MOS86]. However, after those seminal papers we found no newer survey works on comparing)awidthshow
+397 79 gm
+0.09002 0. 32 0.00900 0.(parallel algorithms, although new ones have been invented. We decided to test the flexibility and the)awidthshow
+408 79 gm
+0.59478 0. 32 0.05947 0.(performance of a modern parallel language in implementing such algorithms on a general purpose)awidthshow
+419 79 gm
+(network.)show
+430 79 gm
+2.87628 0. 32 0.28762 0.(Thus, in this paper we compare some parallel search algorithms based on tree splitting,)awidthshow
+441 79 gm
+1.16760 0. 32 0.11676 0.(implementing them all in the same hw/sw environment, )awidthshow
+441 342 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(i.e.,)show
+441 358 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.26510 0. 32 0.12651 0.( C-Linda [SCA90] on a network of)awidthshow
+452 79 gm
+0.90667 0. 32 0.09066 0.(workstations. We have developed a chess-oriented software library based on a publicly available)awidthshow
+463 79 gm
+0.73593 0. 32 0.07359 0.(program, namely GNUChess \(courtesy of Open Software Foundation\). Using these tools we have)awidthshow
+474 79 gm
+0.55084 0. 32 0.05508 0.(built several parallel playing programs, embedding different parallel search algorithms; in order to)awidthshow
+485 79 gm
+1.41540 0. 32 0.14154 0.(simplify comparison with results reported in other papers, our experiments were made using a)awidthshow
+496 79 gm
+(standard set of tests [BraKop82].)show
+507 79 gm
+0.30136 0. 32 0.03013 0.(This paper has the following structure: in Sect. 2 we define the concept of static and dynamic game)awidthshow
+518 79 gm
+0.22994 0. 32 0.02299 0.(tree splitting; in Sect. 3 we discuss how parallel search algorithms can be programmed in Linda; we)awidthshow
+529 79 gm
+0.27206 0. 32 0.02720 0.(summarise our experiments on static splitting algorithms in Sect.4, whereas Sect.5 contains data for)awidthshow
+540 79 gm
+0.39337 0. 32 0.03933 0.(dynamic splitting algorithms. In Sect.6 we make a number of comparisons with results obtained by)awidthshow
+551 79 gm
+(other researchers.)show
+581 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(2. A classification of splitting criteria)show
+594 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.18798 0. 32 0.01879 0.(There are several ways for handling a game tree during a parallel search, that basically differ for the)awidthshow
+605 79 gm
+0.64132 0. 32 0.06413 0.(splitting rules they use. We define some concepts in order to highlight properties of such splitting)awidthshow
+616 79 gm
+(rules. Consider the following definitions:)show
+628 88 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Def)show
+628 104 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.72631 0. 32 0.07263 0.(. )awidthshow
+628 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.00660 0.(Splitting)ashow
+628 147 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.59432 0. 32 0.05943 0.(: Let A be a game tree and N={N)awidthshow
+628 300 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.20324 0.(1)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.50598 0. 32 0.05059 0.(, N)awidthshow
+628 318 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.19212 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.49163 0. 32 0.04916 0.(, \311, N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.19212 0.(n)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.56747 0. 32 0.05674 0.(} its set of nodes; let P={P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.19212 0.(1)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.41320 0. 32 0.04132 0.(, P)awidthshow
+628 494 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.15512 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.51040 0. 32 0.05104 0.(, \311,)awidthshow
+643 101 gm
+(P)show
+643 107 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.10221 0.(m)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.17745 0. 32 0.01774 0.(} a set of processes. A )awidthshow
+643 216 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.00639 0.(splitting)ashow
+643 252 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.19348 0. 32 0.01934 0.( for A in P is a function D:N)awidthshow
+643 379 gm
+bu fc
+{}mark F /Symbol /|______Symbol 0 rf
+bn
+bu fc
+2 F /|______Symbol fnt
+bn
+0.12472 0.(\256)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.17547 0. 32 0.01754 0.(P which maps each node of A)awidthshow
+655 101 gm
+(to a process in P.)show
+668 88 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Def)show
+668 104 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.82168 0. 32 0.08216 0.(. )awidthshow
+668 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.02569 0. 32 0.10256 0.(Explorer and supervisor processes)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.49407 0. 32 0.04940 0.(: Let D be a splitting for the game tree A to the set P of)awidthshow
+683 101 gm
+1.24938 0. 32 0.12493 0.(processes; let N be the nodes of A and N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.22651 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.26876 0. 32 0.12687 0.( a generic node \(N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.22651 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+0.71040 0.(\316)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.18743 0. 32 0.11874 0.(N\). We call )awidthshow
+683 454 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.00755 0.(explorer)ashow
+683 491 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.53289 0. 32 0.15328 0.( of N)awidthshow
+683 517 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+699 101 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.35369 0. 32 0.03536 0.(\(according to D\) the process D\(N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.30151 0. 32 0.03015 0.(\). Moreover, let )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.10374 0.(father)ashow
+699 351 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.48904 0. 32 0.04890 0.(: N)awidthshow
+699 365 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.25772 0.(\256)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.36575 0. 32 0.03657 0.(N be a function that associates a)awidthshow
+711 101 gm
+1.37420 0. 32 0.13742 0.(node with its predecessor node \(we define the root node as predecessor of itself\); we call)awidthshow
+722 101 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(supervisor)show
+722 147 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( of N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( \(according to D\) the process D\(father\(N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\)\).)show
+734 79 gm
+0.84487 0. 32 0.08448 0.(After a splitting the evaluation of a subtree is assigned to a specific process named )awidthshow
+734 464 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.00755 0.(explorer)ashow
+734 501 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.94177 0. 32 0.09417 0.(. For)awidthshow
+745 79 gm
+0.42999 0. 32 0.04299 0.(instance, let \(N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.05787 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.10260 0.(,P)ashow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.05787 0.(j)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.25680 0. 32 0.02568 0.(\) be a pair in D; since N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.05787 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.36682 0. 32 0.03668 0.( fully identifies the subtree S)awidthshow
+745 397 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.07580 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.35919 0. 32 0.03591 0.( of which it is the root, the)awidthshow
+F T cp
+%%Page: ? 5
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(3)show
+118 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.13336 0. 32 0.01333 0.(minimax value for subtree S)awidthshow
+118 204 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.13778 0. 32 0.01377 0.( must be computed by explorer P)awidthshow
+118 352 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(j)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.13641 0. 32 0.01364 0.(. To evaluate a subtree S)awidthshow
+118 463 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12878 0. 32 0.01287 0.( the explorer)awidthshow
+129 79 gm
+(P)show
+129 85 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.07980 0. 32 0.00798 0.(j )awidthshow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.32028 0. 32 0.03202 0.(has to know the minimax values of the subtrees whose roots are the successors of N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.05039 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.34561 0. 32 0.03456 0.(; function D)awidthshow
+140 79 gm
+0.05783 0. 32 0.00578 0.(defines an explorer for each of such subtrees as well. Let N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(s)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.03936 0. 32 0.00393 0.( be one of N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.06500 0. 32 0.00650 0.(\325s successors and P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(s)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.02426 0.(=D\(N)ashow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(s)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\))show
+151 79 gm
+0.24230 0. 32 0.02423 0.(the corresponding explorer. Which relation is established between P)awidthshow
+151 382 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.06809 0.(j)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.29953 0. 32 0.02995 0.( and P)awidthshow
+151 412 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.05468 0.(s)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.26626 0. 32 0.02662 0.(? There is a dependence)awidthshow
+162 79 gm
+0.83358 0. 32 0.08335 0.(of P)awidthshow
+162 98 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.20744 0.(s)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.75210 0. 32 0.07521 0.( from P)awidthshow
+162 136 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12579 0.(j)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.79711 0. 32 0.07971 0.( because the minimax value of the subtree assigned to P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.17608 0.(s)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.52780 0. 32 0.05278 0.( is used by P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12579 0.(j)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.56365 0. 32 0.05636 0.(, and P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.17608 0.(s)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.86746 0. 32 0.08674 0.( must)awidthshow
+173 79 gm
+(report to this process. We call P)show
+173 219 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(j)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(supervisor)show
+173 269 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( of N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(s)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( because it manages Ns\325minimax value.)show
+184 79 gm
+0.04608 0. 32 0.00460 0.(Thus, a game tree splitting establishes a hierarchic relationship among processes. Such a relationship)awidthshow
+195 79 gm
+-0.00288 0.(changes dynamically \(i.e., during the tree visit\) depending on the relationship among subtrees visited)ashow
+206 79 gm
+0.55511 0. 32 0.05551 0.(by the processes at any time. In fact, it may happen that, in a subsequent stage of the visit, P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.09809 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.55648 0. 32 0.05564 0.( will)awidthshow
+217 79 gm
+0.85998 0. 32 0.08599 0.(have to communicate to P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.16860 0.(s)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.69030 0. 32 0.06903 0.( the result of its search because the subtree it visited is included in the)awidthshow
+228 79 gm
+(subtree explored by P)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(s)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( .)show
+(nc 252 109 454 494 6 rc)kp
+0 gr
+254.5 266.5 279.5 292.5 0 ov
+270 270 gm
+(nc 260 269 272 291 6 rc)kp
+F 1 setTxMode
+
+%%BeginFont: Geneva
+bu fc
+22 0 -6 30 24 bb
+218 array /CharData mdf
+<001C00000000
+FF1CFFFF0000
+001C00000000
+001C00000000
+001C00000000
+001C00000000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+001C10100000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+001C00000000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+FF1CFFFF0000
+001C08080000
+020603060112
+0214020A0504
+020E02120E0A
+0204020E0916
+020602120E12
+040602120F12
+021402060104
+0205020A0514
+0205030A0514
+020D01100E0B
+020B020E0909
+020202080306
+020F020E0A01
+020602060102
+0206020E0912
+020602100C12
+020606100312
+020602100C12
+020602100C12
+020602100E12
+020602100C12
+020602100C12
+020602100C12
+020602100C12
+020602100C12
+02060206010C
+020202080310
+0208030C070D
+020D020E0A05
+0208020C070D
+020603100B12
+040603140F10
+040602120F12
+020602100C12
+020602100C12
+020602100C12
+0206020E0A12
+0206020E0A12
+020602100C12
+020602100C12
+0206040A0112
+0206000E0C12
+020602100D12
+0206020E0A12
+040601120F12
+020602100C12
+020601100D12
+020603100B12
+020601100D12
+020602100C12
+020602100C12
+020601100D12
+020602100C12
+020603120D12
+040602161312
+0206010E0B12
+0206010E0B12
+0206020E0A12
+020402080416
+0206020E0A14
+020402080416
+021501080603
+040600101001
+021402080404
+0206020E0A0E
+0206020E0A12
+0206020E0A0E
+0206020E0A12
+0206020E0A0E
+0206020C0812
+0200020E0A14
+0206020E0A12
+0206030A0312
+0200020C0618
+0206020E0A12
+0206030A0312
+04060216110E
+0206020E0A0E
+0206020E0A0E
+0202020E0A12
+0202020E0A12
+0206020C090E
+0206020E0A0E
+0206020C0812
+0206020E0A0E
+0206010E0B0E
+04060216110E
+0206020E0A0E
+0200010E0B14
+0206020E0A0E
+0204030A0516
+020402060116
+0204020A0516
+021502100C03
+001C00000000
+040602120F16
+040602120F16
+020102100C17
+0206020E0A16
+020602100C16
+020601100D16
+020602100C16
+0206020E0A13
+0206020E0A13
+0206020E0A13
+0206020E0A12
+0206020E0A12
+0206020E0A15
+0201020E0A13
+0206020E0A13
+0206020E0A13
+0206020E0A13
+0206020E0A12
+0206030A0413
+0206030A0313
+0206020A0613
+0206020A0512
+0206020E0A13
+0206020E0A13
+0206020E0A13
+0206020E0A13
+0206020E0A12
+0206020E0A12
+0206020E0A13
+0206020E0A13
+0206020E0A13
+0206020E0A12
+0211020A0509
+0213030C0505
+0206020E0A12
+020602100C12
+020603100A12
+020802100C0C
+020602100C12
+020602120D12
+040602140F0F
+040602140F0F
+021102160E07
+021402080404
+0217020A0501
+020B01100D09
+040603181312
+020602100C12
+040A01161307
+0207020E090D
+0206020C080F
+0206020C080F
+0206010E0B12
+020203120D12
+0206020E0A11
+020602100C12
+020602120E12
+040602140F0F
+0200010A071B
+020B020C070D
+020B020C070D
+020603140E12
+04060116130E
+0206020E0A0E
+020602100B12
+020604080112
+020B020E0A05
+040602141015
+0200010A071B
+020B01100D08
+040601120F0F
+020601100C0D
+020603100C0D
+040602140F02
+001C10100000
+040601120F16
+040601120F16
+020601100D16
+040602181412
+04060216120E
+020D020C0801
+020D02120E01
+0213030E0605
+0213050E0605
+021303080205
+021303080205
+020B010E0B09
+020802120D0E
+0200020E0B18
+0406021E1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+FFFFFFFF1810
+>
+/CharTable mdf
+217<
+00000000
+00000000
+01C00000
+03800000
+07000400
+0C0FCC00
+383FEC00
+6CFFF800
+FFFFF000
+FFFFF000
+FFFFF000
+1FFFF300
+0FFFEF00
+0FE1FC00
+1E01F800
+7C00E000
+E0000000
+80000000
+00000000
+00000000
+>cdf
+216<
+0000
+0000
+2080
+2080
+0000
+0000
+8020
+8020
+8020
+4040
+4040
+4040
+2080
+2080
+1100
+1100
+0A00
+0A00
+0400
+0400
+0800
+0800
+1000
+1000
+2000
+2000
+0000
+0000
+>cdf
+215<
+0000
+0000
+0200
+0500
+0880
+1040
+2020
+4010
+8008
+8008
+4010
+2020
+1040
+0880
+0500
+0200
+0000
+0000
+>cdf
+214<
+0000
+0000
+0400
+0400
+0000
+0000
+FFE0
+0000
+0000
+0400
+0400
+0000
+0000
+>cdf
+213<
+0000
+0000
+C000
+4000
+4000
+4000
+8000
+0000
+0000
+>cdf
+212<
+0000
+0000
+4000
+8000
+8000
+8000
+C000
+0000
+0000
+>cdf
+211<
+0000
+0000
+CC00
+4400
+4400
+4400
+8800
+0000
+0000
+>cdf
+210<
+0000
+0000
+4400
+8800
+8800
+8800
+CC00
+0000
+0000
+>cdf
+209<
+0000
+0000
+FFFC
+0000
+0000
+>cdf
+208<
+0000
+0000
+FF00
+0000
+0000
+>cdf
+207<
+00000000
+00000000
+1E0E0000
+21110000
+40A08000
+40408000
+80404000
+80404000
+807FC000
+80400000
+80400000
+80400000
+40400000
+40A08000
+21110000
+1E0E0000
+00000000
+00000000
+>cdf
+206<
+00000000
+00000000
+071FF000
+18D00000
+20300000
+40100000
+40100000
+80100000
+80100000
+80100000
+801FC000
+80100000
+80100000
+80100000
+80100000
+40100000
+40100000
+20300000
+18D00000
+071FF000
+00000000
+00000000
+>cdf
+205<
+0000
+0000
+1C40
+2380
+0000
+0000
+0700
+18C0
+2020
+4010
+4010
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+4010
+4010
+2020
+18C0
+0700
+0000
+0000
+>cdf
+204<
+00000000
+00000000
+07100000
+08E00000
+00000000
+00000000
+01000000
+01000000
+01000000
+02800000
+02800000
+04400000
+04400000
+08200000
+08200000
+10100000
+10100000
+3FF80000
+20080000
+20080000
+40040000
+40040000
+80020000
+80020000
+00000000
+00000000
+>cdf
+203<
+00000000
+00000000
+02000000
+01000000
+00800000
+00000000
+01000000
+01000000
+01000000
+02800000
+02800000
+04400000
+04400000
+08200000
+08200000
+10100000
+10100000
+3FF80000
+20080000
+20080000
+40040000
+40040000
+80020000
+80020000
+00000000
+00000000
+>cdf
+201<
+00000000
+00000000
+81020000
+81020000
+00000000
+00000000
+>cdf
+200<
+0000
+0000
+8400
+4200
+2100
+1080
+0840
+0420
+0210
+0420
+0840
+1080
+2100
+4200
+8400
+0000
+0000
+>cdf
+199<
+0000
+0000
+0210
+0420
+0840
+1080
+2100
+4200
+8400
+4200
+2100
+1080
+0840
+0420
+0210
+0000
+0000
+>cdf
+198<
+00000000
+00000000
+01000000
+01000000
+02800000
+02800000
+04400000
+04400000
+08200000
+08200000
+10100000
+10100000
+20080000
+20080000
+40040000
+40040000
+FFFE0000
+00000000
+00000000
+>cdf
+197<
+0000
+0000
+3C08
+4210
+81E0
+0000
+0000
+3C08
+4210
+81E0
+0000
+0000
+>cdf
+196<
+0000
+0000
+0600
+0800
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+7C00
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+2000
+C000
+0000
+0000
+>cdf
+195<
+00000000
+00000000
+000F0000
+00080000
+00080000
+00100000
+00100000
+00100000
+00200000
+00200000
+00200000
+00400000
+00400000
+00400000
+30800000
+50800000
+88800000
+09000000
+05000000
+05000000
+02000000
+02000000
+02000000
+00000000
+00000000
+>cdf
+194<
+0000
+0000
+FFC0
+0040
+0040
+0040
+0040
+0000
+0000
+>cdf
+193<
+0000
+0000
+8000
+8000
+0000
+0000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+192<
+0000
+0000
+0400
+0400
+0000
+0000
+0400
+0400
+0400
+0800
+0800
+1000
+2000
+4000
+8000
+8020
+8020
+8040
+4080
+3F00
+0000
+0000
+>cdf
+191<
+0000
+0000
+1E40
+2140
+4080
+4080
+8140
+8240
+8440
+8840
+9040
+A040
+4080
+4080
+A100
+9E00
+0000
+0000
+>cdf
+190<
+00000000
+00000000
+1F0F0000
+60908000
+80604000
+00404000
+00C02000
+03402000
+0C7FE000
+30400000
+40400000
+80400000
+80400000
+80E04000
+43508000
+3C4F0000
+00000000
+00000000
+>cdf
+189<
+0000
+0000
+0FC0
+3030
+4008
+4008
+8004
+8004
+8004
+8004
+8004
+8004
+8004
+4008
+4008
+2010
+2010
+1020
+0840
+3870
+0000
+0000
+>cdf
+188<
+0000
+0000
+3800
+4400
+8200
+8200
+8200
+8200
+8200
+8200
+4400
+3800
+0000
+0000
+FE00
+0000
+0000
+>cdf
+187<
+0000
+0000
+3C00
+4200
+8200
+0E00
+3200
+4200
+8200
+8600
+8A00
+7200
+0000
+0000
+FE00
+0000
+0000
+>cdf
+186<
+0000
+0000
+0600
+0800
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+2000
+C000
+0000
+0000
+>cdf
+185<
+00000000
+00000000
+00020000
+3FFC0000
+48080000
+88080000
+08080000
+08080000
+08080000
+08080000
+08080000
+08080000
+08080000
+08080000
+08080000
+08080000
+10100000
+00000000
+00000000
+>cdf
+184<
+0000
+0000
+FFFC
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+2010
+0000
+0000
+>cdf
+183<
+0000
+0000
+FFF0
+4010
+2010
+1000
+0800
+0400
+0200
+0100
+0080
+0080
+0100
+0200
+0400
+0800
+1000
+2010
+4010
+FFF0
+0000
+0000
+>cdf
+182<
+0000
+0000
+3800
+0600
+0100
+0080
+0080
+0040
+07C0
+1840
+2040
+4040
+4040
+8040
+8080
+8080
+8100
+4200
+3C00
+0000
+0000
+>cdf
+181<
+0000
+0000
+4040
+4040
+4040
+4040
+4040
+4040
+4040
+4040
+4040
+4040
+4040
+6040
+50A0
+4F18
+4000
+4000
+4000
+8000
+0000
+0000
+>cdf
+180<
+0000
+0000
+8020
+4040
+2080
+1100
+7BC0
+0400
+0400
+0400
+0400
+7FC0
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0000
+0000
+>cdf
+179<
+0000
+0000
+4000
+2000
+1000
+0800
+0400
+0200
+0100
+0200
+0400
+0800
+1000
+2000
+4000
+0000
+FF00
+0000
+0000
+>cdf
+178<
+0000
+0000
+0200
+0400
+0800
+1000
+2000
+4000
+8000
+4000
+2000
+1000
+0800
+0400
+0200
+0000
+FF00
+0000
+0000
+>cdf
+177<
+0000
+0000
+0800
+0800
+0800
+0800
+FF80
+0800
+0800
+0800
+0800
+0000
+0000
+0000
+FF80
+0000
+0000
+>cdf
+176<
+00000000
+00000000
+3C078000
+43184000
+80A02000
+80402000
+80A02000
+43184000
+3C078000
+00000000
+00000000
+>cdf
+175<
+0000
+0000
+0F10
+30D0
+4020
+4020
+8050
+8090
+8090
+8110
+8210
+8410
+8810
+9010
+9010
+A010
+4020
+4020
+B0C0
+8F00
+0000
+0000
+>cdf
+174<
+00000000
+00000000
+00FFE000
+00C00000
+01400000
+01400000
+02400000
+02400000
+04400000
+04400000
+0FFF8000
+08400000
+10400000
+10400000
+20400000
+20400000
+40400000
+40400000
+80400000
+807FE000
+00000000
+00000000
+>cdf
+173<
+0000
+0000
+0020
+0040
+FFF8
+0100
+0200
+0400
+FFF8
+1000
+2000
+0000
+0000
+>cdf
+172<
+0000
+0000
+8800
+0000
+0000
+>cdf
+171<
+0000
+0000
+1000
+2000
+4000
+8000
+0000
+0000
+>cdf
+170<
+0000
+0000
+F904
+218C
+2154
+2124
+2104
+2104
+2104
+0000
+0000
+>cdf
+169<
+00000000
+00000000
+0FE00000
+30180000
+600C0000
+40040000
+83820000
+84420000
+84020000
+84020000
+84020000
+84420000
+83820000
+40040000
+600C0000
+30180000
+0FE00000
+00000000
+00000000
+>cdf
+168<
+00000000
+00000000
+0FE00000
+30180000
+600C0000
+40040000
+87820000
+84420000
+84420000
+87820000
+85020000
+84820000
+84420000
+40040000
+600C0000
+30180000
+0FE00000
+00000000
+00000000
+>cdf
+167<
+0000
+0000
+0FC0
+1020
+2010
+2010
+2010
+2010
+2020
+20C0
+2020
+2010
+2008
+2008
+2008
+2008
+2008
+2010
+2060
+C380
+0000
+0000
+>cdf
+166<
+0000
+0000
+0F30
+3120
+4120
+4120
+8120
+8120
+8120
+8120
+4120
+4120
+3120
+0F20
+0120
+0120
+0120
+0120
+0120
+0120
+0000
+0000
+>cdf
+165<
+0000
+0000
+0F00
+3FC0
+7FE0
+7FE0
+FFF0
+FFF0
+FFF0
+FFF0
+7FE0
+7FE0
+3FC0
+0F00
+0000
+0000
+>cdf
+164<
+0000
+0000
+3F00
+4080
+8040
+8040
+8000
+6000
+9800
+8600
+8180
+6040
+1840
+0640
+0180
+0040
+8040
+8040
+4080
+3F00
+0000
+0000
+>cdf
+163<
+0000
+0000
+0F00
+1080
+2000
+2000
+2000
+2000
+2000
+2000
+FC00
+2000
+2000
+2000
+2000
+2000
+2010
+2010
+2020
+FFC0
+0000
+0000
+>cdf
+162<
+0000
+0000
+0400
+0400
+1F00
+2480
+4440
+4400
+8400
+8400
+8400
+8400
+8400
+8400
+4400
+4440
+2480
+1F00
+0400
+0400
+0000
+0000
+>cdf
+161<
+0000
+0000
+7000
+8800
+8800
+8800
+7000
+0000
+0000
+>cdf
+160<
+0000
+0000
+2000
+2000
+F800
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+159<
+0000
+0000
+2100
+2100
+0000
+0000
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0000
+0000
+>cdf
+158<
+0000
+0000
+0C00
+1200
+2100
+0000
+0000
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0000
+0000
+>cdf
+157<
+0000
+0000
+1000
+0800
+0400
+0000
+0000
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0000
+0000
+>cdf
+156<
+0000
+0000
+0200
+0400
+0800
+0000
+0000
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0000
+0000
+>cdf
+155<
+0000
+0000
+3880
+4700
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+8040
+8040
+8040
+8040
+4080
+4080
+2100
+1E00
+0000
+0000
+>cdf
+154<
+0000
+0000
+2100
+2100
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+8040
+8040
+8040
+8040
+4080
+4080
+2100
+1E00
+0000
+0000
+>cdf
+153<
+0000
+0000
+0C00
+1200
+2100
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+8040
+8040
+8040
+8040
+4080
+4080
+2100
+1E00
+0000
+0000
+>cdf
+152<
+0000
+0000
+0800
+0400
+0200
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+8040
+8040
+8040
+8040
+4080
+4080
+2100
+1E00
+0000
+0000
+>cdf
+151<
+0000
+0000
+0200
+0400
+0800
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+8040
+8040
+8040
+8040
+4080
+4080
+2100
+1E00
+0000
+0000
+>cdf
+150<
+0000
+0000
+3880
+4700
+0000
+0000
+0000
+9E00
+A100
+C080
+8080
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+0000
+0000
+>cdf
+149<
+0000
+0000
+8800
+8800
+0000
+0000
+7000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+0000
+0000
+>cdf
+148<
+0000
+0000
+3000
+4800
+8400
+0000
+0000
+7000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+0000
+0000
+>cdf
+147<
+0000
+0000
+8000
+4000
+2000
+0000
+0000
+E000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+146<
+0000
+0000
+1000
+2000
+4000
+0000
+0000
+E000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+145<
+0000
+0000
+1100
+1100
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+FFC0
+8000
+8000
+8000
+4000
+4080
+2100
+1E00
+0000
+0000
+>cdf
+144<
+0000
+0000
+0C00
+1200
+2100
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+FFC0
+8000
+8000
+8000
+4000
+4080
+2100
+1E00
+0000
+0000
+>cdf
+143<
+0000
+0000
+1000
+0800
+0400
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+FFC0
+8000
+8000
+8000
+4000
+4080
+2100
+1E00
+0000
+0000
+>cdf
+142<
+0000
+0000
+0200
+0400
+0800
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+FFC0
+8000
+8000
+8000
+4000
+4080
+2100
+1E00
+0000
+0000
+>cdf
+141<
+0000
+0000
+1F00
+2080
+4040
+4000
+8000
+8000
+8000
+8000
+8000
+8000
+4000
+4040
+2080
+1F00
+0400
+0600
+0200
+0400
+0800
+0000
+0000
+>cdf
+140<
+0000
+0000
+0E00
+1100
+1100
+1100
+0E00
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+139<
+0000
+0000
+3880
+4700
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+138<
+0000
+0000
+1100
+1100
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+137<
+0000
+0000
+0C00
+1200
+2100
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+136<
+0000
+0000
+0800
+0400
+0200
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+135<
+0000
+0000
+0200
+0400
+0800
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+134<
+0000
+0000
+1080
+1080
+0000
+0000
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+4020
+4020
+30C0
+0F00
+0000
+0000
+>cdf
+133<
+0000
+0000
+0880
+0880
+0000
+0000
+0700
+18C0
+2020
+4010
+4010
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+4010
+4010
+2020
+18C0
+0700
+0000
+0000
+>cdf
+132<
+0000
+0000
+3880
+4700
+0000
+0000
+8010
+C010
+C010
+A010
+A010
+9010
+8810
+8810
+8410
+8210
+8210
+8110
+8090
+8090
+8050
+8030
+8030
+8010
+0000
+0000
+>cdf
+131<
+0000
+0000
+0200
+0400
+0800
+0000
+FFC0
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+FF00
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+FFC0
+0000
+0000
+>cdf
+130<
+0000
+0000
+0FC0
+3020
+4010
+4000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+4000
+4010
+3020
+0FC0
+0200
+0300
+0100
+0100
+0200
+0000
+0000
+>cdf
+129<
+00000000
+00000000
+03800000
+04400000
+04400000
+03800000
+01000000
+01000000
+01000000
+02800000
+02800000
+04400000
+04400000
+08200000
+08200000
+10100000
+10100000
+3FF80000
+20080000
+20080000
+40040000
+40040000
+80020000
+80020000
+00000000
+00000000
+>cdf
+128<
+00000000
+00000000
+04400000
+04400000
+00000000
+00000000
+01000000
+01000000
+01000000
+02800000
+02800000
+04400000
+04400000
+08200000
+08200000
+10100000
+10100000
+3FF80000
+20080000
+20080000
+40040000
+40040000
+80020000
+80020000
+00000000
+00000000
+>cdf
+126<
+0000
+0000
+3810
+4420
+83C0
+0000
+0000
+>cdf
+125<
+0000
+0000
+C000
+2000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+0800
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+2000
+C000
+0000
+0000
+>cdf
+124<
+0000
+0000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+123<
+0000
+0000
+1800
+2000
+4000
+4000
+4000
+4000
+4000
+4000
+4000
+4000
+8000
+4000
+4000
+4000
+4000
+4000
+4000
+4000
+4000
+4000
+2000
+1800
+0000
+0000
+>cdf
+122<
+0000
+0000
+FFC0
+0040
+0080
+0100
+0200
+0200
+0400
+0800
+1000
+1000
+2000
+4000
+8000
+FFC0
+0000
+0000
+>cdf
+121<
+0000
+0000
+8020
+8020
+4040
+4040
+4040
+2080
+2080
+1100
+1100
+1100
+0A00
+0A00
+0400
+0400
+0800
+0800
+1000
+1000
+2000
+2000
+0000
+0000
+>cdf
+120<
+0000
+0000
+8040
+8040
+4080
+2100
+2100
+1200
+0C00
+0C00
+1200
+2100
+2100
+4080
+8040
+8040
+0000
+0000
+>cdf
+119<
+00000000
+00000000
+80808000
+80808000
+80808000
+41410000
+41410000
+41410000
+22220000
+22220000
+22220000
+14140000
+14140000
+14140000
+08080000
+08080000
+00000000
+00000000
+>cdf
+118<
+0000
+0000
+8020
+8020
+4040
+4040
+4040
+2080
+2080
+1100
+1100
+1100
+0A00
+0A00
+0400
+0400
+0000
+0000
+>cdf
+117<
+0000
+0000
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0000
+0000
+>cdf
+116<
+0000
+0000
+2000
+2000
+2000
+2000
+FE00
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+1100
+0E00
+0000
+0000
+>cdf
+115<
+0000
+0000
+3F00
+4080
+8040
+8000
+8000
+4000
+3F00
+0080
+0040
+0040
+0040
+8040
+4080
+3F00
+0000
+0000
+>cdf
+114<
+0000
+0000
+9E00
+A100
+C080
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+113<
+0000
+0000
+1E40
+2140
+40C0
+4040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0040
+0040
+0040
+0040
+0000
+0000
+>cdf
+112<
+0000
+0000
+9E00
+A100
+C080
+8080
+8040
+8040
+8040
+8040
+8040
+8040
+8080
+C080
+A100
+9E00
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+111<
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+8040
+8040
+8040
+8040
+4080
+4080
+2100
+1E00
+0000
+0000
+>cdf
+110<
+0000
+0000
+9E00
+A100
+C080
+8080
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+0000
+0000
+>cdf
+109<
+00000000
+00000000
+9C1E0000
+A2210000
+C1408000
+80808000
+80808000
+80808000
+80808000
+80808000
+80808000
+80808000
+80808000
+80808000
+80808000
+80808000
+00000000
+00000000
+>cdf
+108<
+0000
+0000
+E000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+107<
+0000
+0000
+8000
+8000
+8000
+8000
+8080
+8100
+8200
+8400
+8800
+9000
+E000
+9000
+8800
+8400
+8200
+8100
+8080
+8040
+0000
+0000
+>cdf
+106<
+0000
+0000
+0400
+0400
+0000
+0000
+1C00
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+8800
+7000
+0000
+0000
+>cdf
+105<
+0000
+0000
+2000
+2000
+0000
+0000
+E000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+104<
+0000
+0000
+8000
+8000
+8000
+8000
+9E00
+A100
+C080
+8080
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+8040
+0000
+0000
+>cdf
+103<
+0000
+0000
+1E40
+2140
+40C0
+4040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0040
+0040
+0040
+4080
+2100
+1E00
+0000
+0000
+>cdf
+102<
+0000
+0000
+0E00
+1100
+2000
+2000
+FC00
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+101<
+0000
+0000
+1E00
+2100
+4080
+4080
+8040
+8040
+FFC0
+8000
+8000
+8000
+4000
+4080
+2100
+1E00
+0000
+0000
+>cdf
+100<
+0000
+0000
+0040
+0040
+0040
+0040
+1E40
+2140
+40C0
+4040
+8040
+8040
+8040
+8040
+8040
+8040
+4040
+40C0
+2140
+1E40
+0000
+0000
+>cdf
+99<
+0000
+0000
+1F00
+2080
+4040
+4000
+8000
+8000
+8000
+8000
+8000
+8000
+4000
+4040
+2080
+1F00
+0000
+0000
+>cdf
+98<
+0000
+0000
+8000
+8000
+8000
+8000
+9E00
+A100
+C080
+8080
+8040
+8040
+8040
+8040
+8040
+8040
+8080
+C080
+A100
+9E00
+0000
+0000
+>cdf
+97<
+0000
+0000
+1F00
+6080
+8040
+0040
+00C0
+0340
+0C40
+3040
+4040
+8040
+8040
+80C0
+4340
+3C40
+0000
+0000
+>cdf
+96<
+0000
+0000
+8000
+4000
+2000
+1000
+0000
+0000
+>cdf
+95<
+00000000
+00000000
+FFFF0000
+00000000
+00000000
+>cdf
+94<
+0000
+0000
+3000
+4800
+8400
+0000
+0000
+>cdf
+93<
+0000
+0000
+F000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+1000
+F000
+0000
+0000
+>cdf
+92<
+0000
+0000
+8000
+8000
+4000
+4000
+2000
+2000
+1000
+1000
+0800
+0800
+0400
+0400
+0200
+0200
+0100
+0100
+0080
+0080
+0040
+0040
+0000
+0000
+>cdf
+91<
+0000
+0000
+F000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+F000
+0000
+0000
+>cdf
+90<
+0000
+0000
+FFC0
+0040
+0080
+0080
+0100
+0200
+0200
+0400
+0400
+0800
+0800
+1000
+2000
+2000
+4000
+4000
+8000
+FFC0
+0000
+0000
+>cdf
+89<
+0000
+0000
+8020
+8020
+4040
+4040
+2080
+2080
+1100
+1100
+0A00
+0A00
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0400
+0000
+0000
+>cdf
+88<
+0000
+0000
+8020
+8020
+4040
+4040
+2080
+1100
+1100
+0A00
+0400
+0400
+0A00
+1100
+1100
+2080
+4040
+4040
+8020
+8020
+0000
+0000
+>cdf
+87<
+00000000
+00000000
+80002000
+80002000
+80002000
+40404000
+40404000
+40404000
+20A08000
+20A08000
+20A08000
+11110000
+11110000
+11110000
+0A0A0000
+0A0A0000
+0A0A0000
+04040000
+04040000
+04040000
+00000000
+00000000
+>cdf
+86<
+0000
+0000
+8008
+8008
+4010
+4010
+4010
+2020
+2020
+2020
+1040
+1040
+1040
+0880
+0880
+0880
+0500
+0500
+0200
+0200
+0000
+0000
+>cdf
+85<
+0000
+0000
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+4020
+4020
+30C0
+0F00
+0000
+0000
+>cdf
+84<
+0000
+0000
+FFF8
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0200
+0000
+0000
+>cdf
+83<
+0000
+0000
+3F80
+4040
+8020
+8000
+8000
+8000
+6000
+1F00
+00C0
+0020
+0020
+0010
+0010
+0010
+8020
+8020
+60C0
+1F00
+0000
+0000
+>cdf
+82<
+0000
+0000
+FF00
+80C0
+8020
+8020
+8010
+8010
+8010
+8020
+8020
+80C0
+FF80
+8080
+8040
+8040
+8020
+8020
+8010
+8010
+0000
+0000
+>cdf
+81<
+0000
+0000
+0700
+18C0
+2020
+4010
+4010
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+4090
+4050
+2020
+18D0
+0708
+0000
+0000
+>cdf
+80<
+0000
+0000
+FE00
+8180
+8040
+8040
+8020
+8020
+8020
+8020
+8040
+8040
+8180
+FE00
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+79<
+0000
+0000
+0700
+18C0
+2020
+4010
+4010
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+8008
+4010
+4010
+2020
+18C0
+0700
+0000
+0000
+>cdf
+78<
+0000
+0000
+8010
+C010
+C010
+A010
+A010
+9010
+8810
+8810
+8410
+8210
+8210
+8110
+8090
+8090
+8050
+8030
+8030
+8010
+0000
+0000
+>cdf
+77<
+00000000
+00000000
+80020000
+C0060000
+A00A0000
+90120000
+88220000
+84420000
+82820000
+81020000
+80020000
+80020000
+80020000
+80020000
+80020000
+80020000
+80020000
+80020000
+80020000
+80020000
+00000000
+00000000
+>cdf
+76<
+0000
+0000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+FFC0
+0000
+0000
+>cdf
+75<
+0000
+0000
+8010
+8020
+8040
+8080
+8100
+8200
+8400
+8800
+9000
+A800
+C400
+8200
+8100
+8080
+8040
+8020
+8010
+8008
+0000
+0000
+>cdf
+74<
+0000
+0000
+0010
+0010
+0010
+0010
+0010
+0010
+0010
+0010
+0010
+0010
+0010
+0010
+8010
+8010
+8020
+4020
+30C0
+0F00
+0000
+0000
+>cdf
+73<
+0000
+0000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+72<
+0000
+0000
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+FFF0
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+0000
+0000
+>cdf
+71<
+0000
+0000
+0F80
+3040
+4020
+4000
+8000
+8000
+8000
+8000
+83F0
+8010
+8010
+8010
+8010
+8010
+4020
+4020
+30C0
+0F00
+0000
+0000
+>cdf
+70<
+0000
+0000
+FFC0
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+FF00
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+69<
+0000
+0000
+FFC0
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+FF00
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+FFC0
+0000
+0000
+>cdf
+68<
+0000
+0000
+FE00
+8180
+8040
+8020
+8020
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8020
+8020
+8040
+8180
+FE00
+0000
+0000
+>cdf
+67<
+0000
+0000
+0FC0
+3020
+4010
+4000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+4000
+4010
+3020
+0FC0
+0000
+0000
+>cdf
+66<
+0000
+0000
+FF80
+8040
+8020
+8020
+8020
+8020
+8040
+FF80
+8040
+8020
+8010
+8010
+8010
+8010
+8010
+8020
+8040
+FF80
+0000
+0000
+>cdf
+65<
+00000000
+00000000
+01000000
+01000000
+01000000
+02800000
+02800000
+04400000
+04400000
+08200000
+08200000
+10100000
+10100000
+3FF80000
+20080000
+20080000
+40040000
+40040000
+80020000
+80020000
+00000000
+00000000
+>cdf
+64<
+00000000
+00000000
+07C00000
+18300000
+20080000
+40040000
+43C40000
+84220000
+88220000
+88220000
+88220000
+88220000
+84640000
+43980000
+40000000
+20000000
+18000000
+07C00000
+00000000
+00000000
+>cdf
+63<
+0000
+0000
+1F80
+2040
+4020
+8020
+8020
+0020
+0040
+0080
+0100
+0200
+0200
+0400
+0400
+0400
+0000
+0000
+0400
+0400
+0000
+0000
+>cdf
+62<
+0000
+0000
+8000
+4000
+2000
+1000
+0800
+0400
+0200
+0400
+0800
+1000
+2000
+4000
+8000
+0000
+0000
+>cdf
+61<
+0000
+0000
+FFC0
+0000
+0000
+0000
+FFC0
+0000
+0000
+>cdf
+60<
+0000
+0000
+0200
+0400
+0800
+1000
+2000
+4000
+8000
+4000
+2000
+1000
+0800
+0400
+0200
+0000
+0000
+>cdf
+59<
+0000
+0000
+2000
+2000
+0000
+0000
+0000
+0000
+0000
+0000
+0000
+0000
+6000
+2000
+2000
+2000
+4000
+8000
+0000
+0000
+>cdf
+58<
+0000
+0000
+8000
+8000
+0000
+0000
+0000
+0000
+0000
+0000
+0000
+0000
+8000
+8000
+0000
+0000
+>cdf
+57<
+0000
+0000
+0F00
+30C0
+4020
+4020
+8010
+8010
+8010
+8010
+4010
+4030
+30D0
+0F10
+0010
+0020
+0020
+0040
+0180
+1E00
+0000
+0000
+>cdf
+56<
+0000
+0000
+1F80
+2040
+4020
+4020
+4020
+4020
+2040
+1F80
+2040
+4020
+4020
+8010
+8010
+8010
+4020
+4020
+30C0
+0F00
+0000
+0000
+>cdf
+55<
+0000
+0000
+FFF0
+0010
+0010
+0020
+0020
+0040
+0040
+0080
+0080
+0100
+0100
+0200
+0200
+0400
+0400
+0800
+0800
+0800
+0000
+0000
+>cdf
+54<
+0000
+0000
+07C0
+1800
+2000
+4000
+4000
+8000
+8F00
+B0C0
+C020
+8020
+8010
+8010
+8010
+8010
+4020
+4020
+30C0
+0F00
+0000
+0000
+>cdf
+53<
+0000
+0000
+FFE0
+8000
+8000
+8000
+8000
+8000
+FF00
+00C0
+0020
+0020
+0010
+0010
+0010
+0010
+0020
+8020
+60C0
+1F00
+0000
+0000
+>cdf
+52<
+0000
+0000
+0010
+0030
+0050
+0090
+0110
+0210
+0410
+0810
+1010
+2010
+4010
+8010
+FFFC
+0010
+0010
+0010
+0010
+0010
+0000
+0000
+>cdf
+51<
+0000
+0000
+FFF0
+0020
+0040
+0080
+0100
+0200
+0700
+0080
+0040
+0040
+0020
+0020
+0020
+0020
+0040
+8040
+6180
+1E00
+0000
+0000
+>cdf
+50<
+0000
+0000
+0F80
+3040
+4020
+8010
+8010
+0010
+0010
+0020
+0040
+0080
+0100
+0200
+0400
+0800
+1000
+2000
+4000
+FFF0
+0000
+0000
+>cdf
+49<
+0000
+0000
+2000
+6000
+A000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+2000
+0000
+0000
+>cdf
+48<
+0000
+0000
+0F00
+1080
+2040
+4020
+4020
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+8010
+4020
+4020
+2040
+1080
+0F00
+0000
+0000
+>cdf
+47<
+0000
+0000
+0080
+0080
+0100
+0100
+0200
+0200
+0400
+0400
+0800
+0800
+1000
+1000
+2000
+2000
+4000
+4000
+8000
+8000
+0000
+0000
+>cdf
+46<
+0000
+0000
+8000
+8000
+0000
+0000
+>cdf
+45<
+0000
+0000
+FFC0
+0000
+0000
+>cdf
+44<
+0000
+0000
+6000
+2000
+2000
+2000
+4000
+8000
+0000
+0000
+>cdf
+43<
+0000
+0000
+0800
+0800
+0800
+0800
+FF80
+0800
+0800
+0800
+0800
+0000
+0000
+>cdf
+42<
+0000
+0000
+2010
+1020
+0840
+0480
+0300
+FFFC
+0300
+0480
+0840
+1020
+2010
+0000
+0000
+>cdf
+41<
+0000
+0000
+8000
+4000
+2000
+2000
+1000
+1000
+0800
+0800
+0800
+0800
+0800
+0800
+0800
+0800
+1000
+1000
+2000
+2000
+4000
+8000
+0000
+0000
+>cdf
+40<
+0000
+0000
+0800
+1000
+2000
+2000
+4000
+4000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+4000
+4000
+2000
+2000
+1000
+0800
+0000
+0000
+>cdf
+39<
+0000
+0000
+8000
+8000
+8000
+8000
+0000
+0000
+>cdf
+38<
+00000000
+00000000
+0E000000
+11000000
+20800000
+20800000
+21000000
+22000000
+14000000
+08000000
+14000000
+22000000
+41040000
+40880000
+80500000
+80200000
+80500000
+40880000
+21040000
+1E020000
+00000000
+00000000
+>cdf
+37<
+0000
+0000
+37F8
+4804
+8404
+8408
+8410
+8420
+4840
+3080
+0100
+0200
+0430
+0848
+1084
+2084
+2084
+4084
+4048
+4030
+0000
+0000
+>cdf
+36<
+0000
+0000
+0800
+0800
+3E00
+4900
+8880
+8880
+8800
+4800
+2800
+1800
+0C00
+0A00
+0900
+0880
+0880
+0880
+8880
+8880
+4900
+3E00
+0800
+0800
+0000
+0000
+>cdf
+35<
+0000
+0000
+0220
+0220
+3FFC
+0440
+0440
+0880
+0880
+FFF0
+1100
+1100
+0000
+0000
+>cdf
+34<
+0000
+0000
+8800
+8800
+8800
+8800
+0000
+0000
+>cdf
+33<
+0000
+0000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+8000
+0000
+0000
+8000
+8000
+0000
+0000
+>cdf
+/|______Geneva bf
+bn
+%%EndFont
+9 fz
+bu fc
+2 F /|______Geneva fnt
+bn
+-0.33325 0.(Root)ashow
+(nc 252 109 454 494 6 rc)kp
+0 gr
+309.5 142.5 334.5 167.5 0 ov
+365.5 111.5 391.5 136.5 0 ov
+367.5 174.5 392.5 199.5 0 ov
+365 123 gm
+334 154 lin
+367 186 lin
+310.5 266.5 336.5 292.5 0 ov
+426.5 391.5 452.5 417.5 0 ov
+428.5 454.5 453.5 480.5 0 ov
+426 403 gm
+395 434 lin
+428 467 lin
+312.5 390.5 337.5 415.5 0 ov
+368.5 359.5 394.5 384.5 0 ov
+370.5 422.5 395.5 447.5 0 ov
+368 371 gm
+337 402 lin
+370 434 lin
+279 279 gm
+310 279 lin
+279 279 gm
+311 402 lin
+309 154 gm
+279 279 lin
+382 140 gm
+(nc 374 139 385 150 6 rc)kp
+F 1 setTxMode
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(4)show
+383 203 gm
+(nc 375 202 386 214 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+382 182 gm
+(nc 374 181 385 197 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(32)show
+381 118 gm
+(nc 373 117 384 133 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(31)show
+441 397 gm
+(nc 433 396 444 412 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(41)show
+442 461 gm
+(nc 434 460 445 476 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(42)show
+383 366 gm
+(nc 375 365 386 381 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(35)show
+384 428 gm
+(nc 376 427 387 443 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(36)show
+325 149 gm
+(nc 317 148 328 164 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(21)show
+326 273 gm
+(nc 318 272 329 288 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(22)show
+325 397 gm
+(nc 317 396 328 412 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(23)show
+269 297 gm
+(nc 261 296 272 307 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+326 170 gm
+(nc 318 169 329 180 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(4)show
+443 483 gm
+(nc 435 482 446 493 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+326 418 gm
+(nc 318 417 329 429 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+383 450 gm
+(nc 375 449 386 461 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+326 296 gm
+(nc 318 295 329 307 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+443 420 gm
+(nc 435 419 446 431 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+382 387 gm
+(nc 374 386 385 398 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+(nc 252 109 454 494 6 rc)kp
+0 gr
+368.5 299.5 394.5 325.5 0 ov
+367 248 gm
+336 279 lin
+368 312 lin
+382 242 gm
+(nc 374 241 385 257 6 rc)kp
+F 1 setTxMode
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(33)show
+383 306 gm
+(nc 375 305 386 321 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(34)show
+384 328 gm
+(nc 376 327 387 338 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+383 265 gm
+(nc 375 264 386 276 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+(nc 252 109 454 494 6 rc)kp
+0 gr
+367.5 235.5 392.5 261.5 0 ov
+241 77 gm
+(nc 30 28 811 566 6 rc)kp
+241 525 lin
+482 240 gm
+F 1 setTxMode
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig.1 )show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Splitting a game tree)show
+500 77 gm
+0 gr
+500 525 lin
+519 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.25543 0. 32 0.02554 0.(Fig.1 shows a game tree splitting; nodes are labelled with the name of the explorer of the subtree of)awidthshow
+530 79 gm
+0.64910 0. 32 0.06491 0.(which they are root. Some processes are explorers of several subtrees; nevertheless, at any instant)awidthshow
+541 79 gm
+1.11099 0. 32 0.11109 0.(during the search, they will be engaged in the visit of no more than one subtree. Therefore, the)awidthshow
+552 79 gm
+0.66833 0. 32 0.06683 0.(description of a splitting should include the visit order followed by each process; this information)awidthshow
+563 79 gm
+0.02639 0. 32 0.00263 0.(represents the \322dynamic\323 component of the splitting. In Fig.2 it is shown an example \(with reference)awidthshow
+574 79 gm
+(to the game tree in Fig.1\).)show
+614 228 gm
+(nc 601 227 669 383 6 rc)kp
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(33)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+614 278 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+614 287 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(22)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+614 309 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(Root)show
+631 228 gm
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(35)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+631 278 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+631 287 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(41)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+631 309 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(23)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+631 339 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+631 348 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(34)show
+648 228 gm
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(32)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+648 278 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+648 287 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(42)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+648 309 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(36)show
+665 228 gm
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(4)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(31)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+665 278 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+665 287 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(21)show
+(nc 598 218 671 384 6 rc)kp
+0 gr
+600.5 220.5 670.5 362.5 0 rc
+587 77 gm
+(nc 30 28 811 566 6 rc)kp
+587 525 lin
+699 186 gm
+F 1 setTxMode
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig.2)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+( Splitting: evaluation order by every process)show
+717 77 gm
+0 gr
+717 525 lin
+736 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.19064 0. 32 0.11906 0.(In general, it is impossible to fix the visiting order of every subtree, because it depends on the)awidthshow
+747 79 gm
+0.00778 0. 32 0.00077 0.(processes\325 relative speeds. Nevertheless, there are some synchronisation points marking the stages of)awidthshow
+F T cp
+%%Page: ? 6
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(4)show
+118 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.19485 0. 32 0.01948 0.(the visit: a process can completely search a subtree S only after having received the minimax values)awidthshow
+129 79 gm
+1.06338 0. 32 0.10633 0.(of all S\325subtrees. Fig.3 depicts a snapshot of the search of game tree in Fig.1, with the splitting)awidthshow
+140 79 gm
+(specified in Fig.2.)show
+185 369 gm
+(nc 172 368 240 502 6 rc)kp
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(33)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+185 419 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+185 428 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(22)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+185 450 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(Root)show
+202 369 gm
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(35)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+202 419 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+202 428 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(41)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+202 450 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(23)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+202 480 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+202 489 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(34)show
+219 369 gm
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(32)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+219 419 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+219 428 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(42)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+219 450 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(36)show
+236 369 gm
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(4)show
+12 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(: N)show
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(31)show
+12 fz
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+236 419 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+236 428 gm
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(21)show
+(nc 164 97 366 505 6 rc)kp
+0 gr
+171.5 361.5 241.5 503.5 0 rc
+2 2 pen
+224 389 gm
+237 402 lin
+237 388 gm
+224 401 lin
+224 420 gm
+237 432 lin
+237 419 gm
+224 432 lin
+190 390 gm
+203 403 lin
+203 389 gm
+190 402 lin
+174 389 gm
+187 402 lin
+187 388 gm
+174 401 lin
+207 420 gm
+219 432 lin
+219 419 gm
+207 432 lin
+207 389 gm
+219 402 lin
+219 388 gm
+207 401 lin
+1 1 pen
+166.5 169.5 191.5 195.5 0 ov
+182 174 gm
+(nc 172 173 184 195 6 rc)kp
+F 1 setTxMode
+bu fc
+2 F /|______Geneva fnt
+bn
+-0.33325 0.(Root)ashow
+2 2 pen
+(nc 164 97 366 505 6 rc)kp
+0 gr
+222 169 248 195 0 ov
+338 275 364 301 0 ov
+1 1 pen
+338 287 gm
+307 318 lin
+0 0 2 9 12 2 dh
+340 351 lin
+rh
+psb
+pse
+224.5 274.5 249.5 299.5 0 ov
+2 2 pen
+282 306 307 331 0 ov
+0 0 2 9 5 2 dh
+1 1 pen
+280 255 gm
+249 286 lin
+rh
+psb
+pse
+282 318 lin
+191 182 gm
+222 182 lin
+191 183 gm
+223 286 lin
+0 0 2 9 5 2 dh
+232 99 gm
+191 182 lin
+rh
+psb
+pse
+353 281 gm
+(nc 345 280 356 296 6 rc)kp
+F 1 setTxMode
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(41)show
+296 312 gm
+(nc 288 311 299 328 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(36)show
+238 176 gm
+(nc 230 175 241 191 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(22)show
+237 281 gm
+(nc 229 280 240 296 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(23)show
+181 200 gm
+(nc 173 199 184 210 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+238 302 gm
+(nc 230 301 241 313 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+295 334 gm
+(nc 287 333 298 345 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+238 199 gm
+(nc 230 198 241 210 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+355 304 gm
+(nc 347 303 358 315 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+(nc 164 97 366 505 6 rc)kp
+0 gr
+280.5 202.5 306.5 228.5 0 ov
+0 0 2 9 5 2 dh
+279 151 gm
+248 182 lin
+rh
+psb
+pse
+280 215 lin
+295 209 gm
+(nc 287 208 298 225 6 rc)kp
+F 1 setTxMode
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(34)show
+296 231 gm
+(nc 288 230 299 241 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+6 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+153 77 gm
+(nc 30 28 811 566 6 rc)kp
+0 gr
+153 525 lin
+394 202 gm
+F 1 setTxMode
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig.3 )show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Snapshot of a splitting during search)show
+412 77 gm
+0 gr
+412 525 lin
+431 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.40029 0. 32 0.14002 0.(In Fig.3 process P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.38081 0.(4)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.14730 0. 32 0.11473 0.( is idle because it has completed its own list of tasks; P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.38081 0.(1)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.08932 0. 32 0.10893 0.( is waiting for N)awidthshow
+431 512 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(34)show
+442 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.39398 0. 32 0.03939 0.(minimax value from process P)awidthshow
+442 216 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12751 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.46432 0. 32 0.04643 0.(; likewise, P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12751 0.(3)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.35842 0. 32 0.03584 0.( is waiting for N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12751 0.(41)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.40191 0. 32 0.04019 0.( value from P)awidthshow
+442 423 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12092 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.47790 0. 32 0.04779 0.(. Therefore, P)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.12092 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.27145 0. 32 0.02714 0.( is the)awidthshow
+453 79 gm
+0.43975 0. 32 0.04397 0.(only process working at present: it is evaluating N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.11721 0.(41)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.42282 0. 32 0.04228 0.(. There is a hierarchic relation between P)awidthshow
+453 499 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.13636 0.(3)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.43426 0. 32 0.04342 0.( and)awidthshow
+464 79 gm
+(P)show
+464 85 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(2)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(: it will be reversed when, having completed N)show
+464 295 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(36)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( evaluation, P)show
+464 364 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(3)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( sends a message to P)show
+464 463 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(2)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( .)show
+475 79 gm
+0.93658 0. 32 0.09365 0.(The main problem in searching a game tree by a splitting method is to decide when the subtree)awidthshow
+475 520 gm
+(-)show
+486 79 gm
+1.91757 0. 32 0.19175 0.(process association should be established. Usually, it makes no sense to allocate subtrees to)awidthshow
+497 79 gm
+(processes before search starts, because of the following reasons:)show
+509 88 gm
+(\245 it is necessary to know the whole tree;)show
+526 88 gm
+1.29272 0. 32 0.12927 0.(\245 the\312)awidthshow
+526 112 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.49502 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.19796 0. 32 0.11979 0.( algorithm property of cutting subtrees makes useless the visit of some of them. It is)awidthshow
+538 101 gm
+0.39840 0. 32 0.03984 0.(impossible to determine )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.39581 0. 32 0.03958 0.(a priori)awidthshow
+538 245 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.45089 0. 32 0.04508 0.( the identity of these subtrees and then to obtain at run-time a)awidthshow
+549 101 gm
+(uniform load distribution.)show
+561 79 gm
+1.13494 0. 32 0.11349 0.(At search time we usually have the following scenery: some "lucky" processes complete search)awidthshow
+572 79 gm
+0.15518 0. 32 0.01551 0.(before others \()awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.03363 0.(e.g.)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.14312 0. 32 0.01431 0.(, because of better cuts\) and will remain idle. Every solution for avoiding idleness)awidthshow
+583 79 gm
+1.27334 0. 32 0.12733 0.(must be dynamic, )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.33239 0.(i.e.)ashow
+583 179 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.44989 0. 32 0.14498 0.(, it must provide mechanisms able, during the search, to reassign to idle)awidthshow
+594 79 gm
+0.41198 0. 32 0.04119 0.(processes subtrees already assigned to overloaded processes. Therefore, a classification of splitting)awidthshow
+605 79 gm
+0.27206 0. 32 0.02720 0.(methods in static and dynamic is not really meaningful, because actually the only plausible solution)awidthshow
+616 79 gm
+0.58578 0. 32 0.05857 0.(is dynamic. On the other hand, it makes sense to distinguish different approaches according to the)awidthshow
+627 79 gm
+(time they establish nodes where it will occur a splitting.)show
+639 88 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Def)show
+639 104 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.78430 0. 32 0.07843 0.(. )awidthshow
+639 110 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.40939 0. 32 0.04093 0.(Splitting node)awidthshow
+639 172 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.72387 0. 32 0.07238 0.(: Let D be a splitting for game tree A; let N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.14743 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.61416 0. 32 0.06141 0.( be a node of A; N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.14743 0.(i)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.34484 0. 32 0.03448 0.( is a )awidthshow
+639 484 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.00639 0.(splitting)ashow
+654 101 gm
+(node)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( \(according to D\) )show
+bu fc
+2 F /|______Symbol fnt
+bn
+(\333 $)show
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(j)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(: N)show
+654 242 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(=father\(N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(j)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\) and D\(N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(j)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\))show
+currentfont SwToSym
+(\271)show
+setfont
+(D\(N)show
+654 364 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(i)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\).)show
+667 79 gm
+0.38619 0. 32 0.03861 0.(A splitting node is one at which it is established the generation of a parallel search task, )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.11729 0.(i.e.)ashow
+667 490 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.39413 0. 32 0.03941 0.(, where)awidthshow
+678 79 gm
+1.34124 0. 32 0.13412 0.(some of its subtrees are visited by processes different from its explorer. We can now state the)awidthshow
+689 79 gm
+(following classification:)show
+701 88 gm
+(\245 a )show
+701 102 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(static)show
+701 125 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( splitting algorithm decides all the splitting nodes before the search starts;)show
+714 88 gm
+(\245 a )show
+714 102 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(dynamic)show
+714 139 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( algorithm decides some splitting nodes only during the search.)show
+745 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(3. Parallel search on a network of workstations)show
+F T cp
+%%Page: ? 7
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(5)show
+118 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.48721 0. 32 0.04872 0.(High-level parallel programming languages are gaining momentum, because they simplify the task)awidthshow
+129 79 gm
+0.53451 0. 32 0.05345 0.(of building software for the novel architectures with several processors. Parallel search algorithms)awidthshow
+140 79 gm
+(are good tests for these new languages.)show
+151 79 gm
+0.06134 0. 32 0.00613 0.(Parallel search algorithms have been programmed in several languages; for instance, in [ABD82] we)awidthshow
+162 79 gm
+0.90576 0. 32 0.09057 0.(find an algorithm based on semaphore primitives; in [Eli90] the Orca language was used. In this)awidthshow
+173 79 gm
+2.62359 0. 32 0.26235 0.(paper we will use Linda, a coordination language that consists of a small set of parallel)awidthshow
+184 79 gm
+0.30395 0. 32 0.03039 0.(programming primitives that can be added to any sequential language [CarGel90]. These primitives)awidthshow
+195 79 gm
+(associatively access a )show
+195 177 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(tuple space)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( shared among processes.)show
+206 79 gm
+0.74050 0. 32 0.07405 0.(There are several possible software architectures that can all be programmed in Linda; one of the)awidthshow
+217 79 gm
+0.73242 0. 32 0.07324 0.(most useful is the )awidthshow
+217 163 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.15429 0.(master-worker)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.53817 0. 32 0.05381 0.( model. According to this model tasks created during the parallel)awidthshow
+228 79 gm
+0.18966 0. 32 0.01896 0.(evaluation of a program are dynamically distributed among processors. The parallel program should)awidthshow
+239 79 gm
+(be structured as follows:)show
+251 88 gm
+(\245 a )show
+251 102 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(master)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( process generates tasks and coordinates the collection of solutions;)show
+264 88 gm
+0.61599 0. 32 0.06159 0.(\245 several identical )awidthshow
+264 172 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(worker)show
+264 203 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.63095 0. 32 0.06309 0.( processes pick and execute tasks and return task results to the master;)awidthshow
+275 101 gm
+(when a task is terminated, a new task can be chosen;)show
+288 88 gm
+0.14007 0. 32 0.01400 0.(\245 in the tuple space there are two main kinds of tuples: active tuples for tasks \(we call this multiset)awidthshow
+299 101 gm
+(the agenda\), and passive tuples that represent task results.)show
+311 79 gm
+1.13449 0. 32 0.11344 0.(The master)awidthshow
+311 130 gm
+1.33850 0. 32 0.13385 0.(-worker model allows to structure the supervisor of a node as a master process that)awidthshow
+322 79 gm
+0.12695 0. 32 0.01269 0.(coordinates several explorers as workers. This is simple to model: in the following program only the)awidthshow
+333 79 gm
+(root is a splitting node.)show
+340 78 gm
+(nc 336 79 348 525 6 rc)kp
+0 gr
+340 525 lin
+368 97 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+10 fz
+bu fc
+2 F /|______Courier fnt
+bn
+(int\312master_main\(int\312n_worker,int\312depth\))show
+379 97 gm
+({)show
+390 97 gm
+(position\312*root,*successor;)show
+401 97 gm
+(int\312nmoves,minimax,i,master\(\),worker\(\);)show
+412 97 gm
+(for \(i=0;i<n_worker;i++\))show
+423 115 gm
+(eval \("worker",worker\(depth\)\);  /* create n workers */)show
+434 97 gm
+(while \(!end\(\)\))show
+445 115 gm
+({)show
+456 115 gm
+(load_new_position \(&root\); /* a new game tree */)show
+467 115 gm
+(nmoves=genmoves\(root,&successor\);)show
+478 115 gm
+(if \(nmoves==0\)   /* no search to do? */)show
+489 133 gm
+(return\(evaluate\(root\)\);)show
+500 115 gm
+(out \("root",*root\); /* put new tree in agenda */)show
+511 115 gm
+(out\312\("sync",n_worker\);)show
+522 115 gm
+(for \(i=0;i<n_worker;i++\))show
+533 133 gm
+(out\312\("job",NEW_POSITION\); /* new job */)show
+544 115 gm
+0.42297 0. 32 0.04229 0.(in\312\("sync",0\); /* master continues only after all workers are ready)awidthshow
+555 97 gm
+(*/)show
+566 115 gm
+(minimax=master\(n_worker,nmoves,depth,successor\);/* search */)show
+577 115 gm
+(in\312\("root",*root\);  /* delete visited tree */)show
+588 115 gm
+(})show
+599 97 gm
+(for \(i=0;i<n_worker;i++\))show
+610 115 gm
+({)show
+621 115 gm
+(out\("job",QUIT\);  /* end of task */)show
+632 115 gm
+(in\("worker", 0\);  /* delete worker */)show
+643 115 gm
+(})show
+654 97 gm
+(return \(0\);)show
+665 97 gm
+(})show
+687 97 gm
+(int\312master\(int\312n_worker,int\312nmoves\))show
+698 97 gm
+({)show
+709 97 gm
+(int\312nmoves,local_score,subtree,free,best;)show
+720 97 gm
+(local_score=-INFINITE;  /* initialize local score */)show
+731 97 gm
+(out\312\("score", local_score\);  /* initialize global score */)show
+742 97 gm
+(free = n_worker;)show
+753 97 gm
+(subtree = 1;)show
+F T cp
+%%Page: ? 8
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(6)show
+119 97 gm
+bu fc
+2 F /|______Courier fnt
+bn
+(while \(\(subtree <= nmoves\) || \(free<n_worker\)\))show
+130 205 gm
+(/* loop terminates when job done */)show
+141 115 gm
+(if \(\(subtree <= nmoves\) && \(free>0\)\))show
+152 169 gm
+(/* more tasks in agenda and a worker is idle? */)show
+163 133 gm
+({ out\("job",subtree\); /* insert search task in agenda */)show
+174 133 gm
+(free--;)show
+185 133 gm
+(subtree++;)show
+196 133 gm
+(})show
+207 115 gm
+(else     /* wait completion of a task */)show
+218 133 gm
+({)show
+229 133 gm
+(in \("result",?value,?r_subtree\);  /* get result */)show
+240 133 gm
+(if \(value>local_score\)  /* improved score? */)show
+251 151 gm
+({ local_score=value;     /* local update of score */)show
+262 151 gm
+(in \("score",?int\);)show
+273 151 gm
+(out\("score",local_score\); /* global update of score */)show
+284 151 gm
+(best=r_subtree;)show
+295 151 gm
+(})show
+306 133 gm
+(free++;})show
+317 97 gm
+(in \("score",?int\); /* to avoid interference with next search */)show
+329 97 gm
+(return \(local_score\);)show
+340 97 gm
+(})show
+360 233 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(.)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(4)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+( Core algorithm: master)show
+378 77 gm
+0 gr
+378 525 lin
+397 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.75927 0. 32 0.07592 0.(Creating and terminating an active tuple for each task is an expensive activity in Network Linda,)awidthshow
+408 79 gm
+1.31683 0. 32 0.13168 0.(thus we have defined a general worker structure that can survive the end of a task and can be)awidthshow
+419 79 gm
+(specialized when it is necessary.)show
+426 78 gm
+(nc 422 79 434 525 6 rc)kp
+0 gr
+426 525 lin
+455 97 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+10 fz
+bu fc
+2 F /|______Courier fnt
+bn
+(int\312worker\(int depth\))show
+467 97 gm
+({)show
+479 97 gm
+(position *root,*successor,*tree_pointer;)show
+491 97 gm
+(int nmoves,subtree,score,value,job_type,quit,s;)show
+503 97 gm
+(quit=false;)show
+515 97 gm
+(while\(!quit\))show
+527 115 gm
+({)show
+539 115 gm
+(in\("job",?job_type\);)show
+551 115 gm
+(switch\312\(job_type\))show
+563 133 gm
+({)show
+575 133 gm
+(case\312QUIT:  /* terminate */)show
+587 151 gm
+(quit=true;)show
+599 151 gm
+(break;)show
+611 133 gm
+(case\312NEW_POSITION: /* new game tree */)show
+623 151 gm
+(in\("position",?*root\);)show
+635 151 gm
+(in\("sync",?s\);)show
+647 151 gm
+(out\("sync",s-1\);)show
+659 151 gm
+(nmoves=genmoves\(root,&successor\);)show
+671 151 gm
+(break;)show
+683 133 gm
+(default: /* sequential )show
+bu fc
+2 F /|______Symbol fnt
+bn
+(ab)show
+bu fc
+2 F /|______Courier fnt
+bn
+( */)show
+695 151 gm
+(subtree=job_type;)show
+707 151 gm
+(tree_pointer=successor+subtree-1;)show
+719 151 gm
+(makemove\(tree_pointer\);)show
+731 151 gm
+(rd\("score",?score\);  /* update local score */)show
+743 151 gm
+(value=-alphabeta\(tree_pointer,-INFINITE,-score,depth\);)show
+F T cp
+%%Page: ? 9
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(7)show
+119 151 gm
+bu fc
+2 F /|______Courier fnt
+bn
+(out\("result",value,subtree\);)show
+131 151 gm
+(undomove\(tree_pointer\);)show
+143 151 gm
+(break;)show
+155 133 gm
+(})show
+167 115 gm
+(})show
+179 97 gm
+(return\312\(0\);})show
+199 232 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(.)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(5)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+( Core algorithm: worker)show
+217 77 gm
+0 gr
+217 525 lin
+236 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.33102 0. 32 0.13310 0.(Our goal is to compare some parallel search strategies with their sequential versions. We have)awidthshow
+247 79 gm
+1.65176 0. 32 0.16517 0.(developed and tested different programs all based on such an algorithm. The experiments we)awidthshow
+258 79 gm
+1.15219 0. 32 0.11521 0.(describe used the Bratko)awidthshow
+258 193 gm
+1.17324 0. 32 0.11732 0.(-Kopec positions [BraKop82] to measure the speedup on an increasing)awidthshow
+269 79 gm
+(number of workstations.)show
+280 79 gm
+0.13885 0. 32 0.01388 0.(The most important value we measured is time T to search a game tree. For sequential versions, this)awidthshow
+295 79 gm
+0.11901 0. 32 0.01190 0.(is defined as the interval between the root invocation of )awidthshow
+295 328 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.03961 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.11077 0. 32 0.01107 0.( and its termination \(we actually measure)awidthshow
+307 79 gm
+0.33569 0. 32 0.03356 0.(CPU time used for such an evaluation\). For the parallel versions, we let the master to measure time)awidthshow
+318 79 gm
+1.42822 0. 32 0.14282 0.(between the distribution of the root node and the collection of its minimax value \(for such an)awidthshow
+329 79 gm
+0.63201 0. 32 0.06320 0.(evaluation we used real time; the network was used during unloaded hours\). Other parameters we)awidthshow
+340 79 gm
+(recorded are shown in Fig.6.)show
+369 110 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+369 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(processors used for the search \(master+workers\))show
+355 80 gm
+0 gr
+355 82 lin
+355 80 gm
+357 80 lin
+357 82 gm
+357 82 lin
+357 82 lin
+355 83 gm
+355 161 lin
+357 83 gm
+357 161 lin
+355 162 gm
+355 164 lin
+357 162 gm
+357 164 lin
+355 165 gm
+355 468 lin
+357 165 gm
+357 468 lin
+355 469 gm
+355 471 lin
+357 471 lin
+357 469 gm
+357 469 lin
+357 469 lin
+358 80 gm
+371 80 lin
+358 82 gm
+371 82 lin
+358 162 gm
+371 162 lin
+358 469 gm
+371 469 lin
+358 471 gm
+371 471 lin
+390 119 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(T)show
+386 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(total search time in seconds for all 24 positions)show
+372 82 gm
+0 gr
+374 82 lin
+372 80 gm
+374 80 lin
+372 83 gm
+372 161 lin
+374 83 gm
+374 161 lin
+372 162 gm
+372 164 lin
+374 162 gm
+374 164 lin
+372 165 gm
+372 468 lin
+374 165 gm
+374 468 lin
+372 471 gm
+374 471 lin
+372 469 gm
+374 469 lin
+375 80 gm
+392 80 lin
+375 82 gm
+392 82 lin
+375 162 gm
+392 162 lin
+375 469 gm
+392 469 lin
+375 471 gm
+392 471 lin
+411 119 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(N)show
+407 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(total searched nodes for all 24 positions)show
+393 82 gm
+0 gr
+395 82 lin
+393 80 gm
+395 80 lin
+393 83 gm
+393 161 lin
+395 83 gm
+395 161 lin
+393 162 gm
+393 164 lin
+395 162 gm
+395 164 lin
+393 165 gm
+393 468 lin
+395 165 gm
+395 468 lin
+393 471 gm
+395 471 lin
+393 469 gm
+395 469 lin
+396 80 gm
+413 80 lin
+396 82 gm
+413 82 lin
+396 162 gm
+413 162 lin
+396 469 gm
+413 469 lin
+396 471 gm
+413 471 lin
+437 119 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(S)show
+434 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(speedup )show
+0 0 pen
+445 254 gm
+(nc 419 202 445 254 6 rc)kp
+0 gr
+445 254 lin
+psb
+currentpoint
+pse
+419 202 gm
+419 202 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 1664 div 832 3 -1 roll exch div scale currentpoint translate 64 46 translate
+-23 434 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+320 /Helvetica f1
+(\() show
+99 434 moveto
+320 /Symbol f1
+(=) show
+760 233 moveto
+320 /Helvetica f1
+(T) show
+955 233 moveto
+256 /Helvetica f1
+(1) show
+392 679 moveto
+320 /Helvetica f1
+(T) show
+587 679 moveto
+256 ns
+(nr) show
+821 679 moveto
+256 /Helvetica f1
+(.) show
+920 679 moveto
+256 /Helvetica f1
+(proc) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 366 351 moveto 1077 0 rlineto stroke
+1463 434 moveto
+320 /Helvetica f1
+(\)) show
+end
+pse
+1 1 pen
+414 82 gm
+(nc 30 28 811 566 6 rc)kp
+416 82 lin
+414 80 gm
+416 80 lin
+414 83 gm
+414 161 lin
+416 83 gm
+416 161 lin
+414 162 gm
+414 164 lin
+416 162 gm
+416 164 lin
+414 165 gm
+414 468 lin
+416 165 gm
+416 468 lin
+414 471 gm
+416 471 lin
+414 469 gm
+416 469 lin
+417 80 gm
+445 80 lin
+417 82 gm
+445 82 lin
+417 162 gm
+445 162 lin
+417 469 gm
+445 469 lin
+417 471 gm
+445 471 lin
+469 119 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(E)show
+466 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(relative efficiency  )show
+0 0 pen
+477 295 gm
+(nc 451 244 477 295 6 rc)kp
+0 gr
+477 295 lin
+psb
+currentpoint
+pse
+451 244 gm
+451 244 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 1632 div 832 3 -1 roll exch div scale currentpoint translate 64 42 translate
+-23 438 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+320 /Helvetica f1
+(\() show
+99 438 moveto
+320 /Symbol f1
+(=) show
+783 237 moveto
+320 /Helvetica f1
+(S) show
+376 683 moveto
+(nr) show
+660 683 moveto
+320 /Helvetica f1
+(.) show
+768 683 moveto
+320 /Helvetica f1
+(proc) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 366 355 moveto 1046 0 rlineto stroke
+1432 438 moveto
+320 /Helvetica f1
+(\)) show
+end
+pse
+1 1 pen
+446 82 gm
+(nc 30 28 811 566 6 rc)kp
+448 82 lin
+446 80 gm
+448 80 lin
+446 83 gm
+446 161 lin
+448 83 gm
+448 161 lin
+446 162 gm
+446 164 lin
+448 162 gm
+448 164 lin
+446 165 gm
+446 468 lin
+448 165 gm
+448 468 lin
+446 471 gm
+448 471 lin
+446 469 gm
+448 469 lin
+449 80 gm
+477 80 lin
+449 82 gm
+477 82 lin
+449 162 gm
+477 162 lin
+449 469 gm
+477 469 lin
+449 471 gm
+477 471 lin
+492 112 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fpm)show
+492 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(average production factor)show
+478 82 gm
+0 gr
+480 82 lin
+478 80 gm
+480 80 lin
+478 83 gm
+478 161 lin
+480 83 gm
+480 161 lin
+478 162 gm
+478 164 lin
+480 162 gm
+480 164 lin
+478 165 gm
+478 468 lin
+480 165 gm
+480 468 lin
+478 471 gm
+480 471 lin
+478 469 gm
+480 469 lin
+481 80 gm
+494 80 lin
+481 82 gm
+494 82 lin
+481 162 gm
+494 162 lin
+481 469 gm
+494 469 lin
+481 471 gm
+494 471 lin
+509 109 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fpmw)show
+509 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(average production factor for workers)show
+495 82 gm
+0 gr
+497 82 lin
+495 80 gm
+497 80 lin
+495 83 gm
+495 161 lin
+497 83 gm
+497 161 lin
+495 162 gm
+495 164 lin
+497 162 gm
+497 164 lin
+495 165 gm
+495 468 lin
+497 165 gm
+497 468 lin
+495 471 gm
+497 471 lin
+495 469 gm
+497 469 lin
+498 80 gm
+511 80 lin
+498 82 gm
+511 82 lin
+498 162 gm
+511 162 lin
+498 469 gm
+511 469 lin
+498 471 gm
+511 471 lin
+535 116 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(SO)show
+532 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(search overhead )show
+0 0 pen
+541 299 gm
+(nc 517 234 541 299 6 rc)kp
+0 gr
+541 299 lin
+psb
+currentpoint
+pse
+517 234 gm
+517 234 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 2080 div 768 3 -1 roll exch div scale currentpoint translate 64 46 translate
+-23 434 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+320 /Helvetica f1
+(\() show
+99 434 moveto
+320 /Symbol f1
+(=) show
+374 233 moveto
+320 /Helvetica f1
+(N) show
+605 233 moveto
+256 ns
+(nr) show
+839 233 moveto
+256 /Helvetica f1
+(.) show
+938 233 moveto
+256 /Helvetica f1
+(proc) show
+751 679 moveto
+320 ns
+(N) show
+963 679 moveto
+256 /Helvetica f1
+(1) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 366 351 moveto 1095 0 rlineto stroke
+1538 434 moveto
+320 /Symbol f1
+(-) show
+1757 434 moveto
+320 /Helvetica f1
+(1) show
+1888 434 moveto
+320 /Helvetica f1
+(\)) show
+end
+pse
+1 1 pen
+512 82 gm
+(nc 30 28 811 566 6 rc)kp
+514 82 lin
+512 80 gm
+514 80 lin
+512 83 gm
+512 161 lin
+514 83 gm
+514 161 lin
+512 162 gm
+512 164 lin
+514 162 gm
+514 164 lin
+512 165 gm
+512 468 lin
+514 165 gm
+514 468 lin
+512 471 gm
+514 471 lin
+512 469 gm
+514 469 lin
+515 80 gm
+541 80 lin
+515 82 gm
+541 82 lin
+515 162 gm
+541 162 lin
+515 469 gm
+541 469 lin
+515 471 gm
+541 471 lin
+565 117 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(SS)show
+562 167 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(search speed )show
+0 0 pen
+571 246 gm
+(nc 547 220 571 246 6 rc)kp
+0 gr
+571 246 lin
+psb
+currentpoint
+pse
+547 220 gm
+547 220 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 832 div 768 3 -1 roll exch div scale currentpoint translate 64 46 translate
+-23 434 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+320 /Helvetica f1
+(\() show
+99 434 moveto
+320 /Symbol f1
+(=) show
+374 233 moveto
+320 /Helvetica f1
+(N) show
+392 679 moveto
+(T) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 366 351 moveto 247 0 rlineto stroke
+633 434 moveto
+320 /Helvetica f1
+(\)) show
+end
+pse
+1 1 pen
+542 82 gm
+(nc 30 28 811 566 6 rc)kp
+544 82 lin
+542 80 gm
+544 80 lin
+542 83 gm
+542 161 lin
+544 83 gm
+544 161 lin
+542 162 gm
+542 164 lin
+544 162 gm
+544 164 lin
+542 165 gm
+542 468 lin
+544 165 gm
+544 468 lin
+542 471 gm
+544 471 lin
+542 469 gm
+544 469 lin
+545 80 gm
+571 80 lin
+545 82 gm
+571 82 lin
+545 162 gm
+571 162 lin
+545 469 gm
+571 469 lin
+545 471 gm
+571 471 lin
+595 114 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(S)show
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(SS)show
+592 167 gm
+0 fs
+10 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(speed gain )show
+0 0 pen
+601 271 gm
+(nc 577 211 601 271 6 rc)kp
+0 gr
+601 271 lin
+psb
+currentpoint
+pse
+577 211 gm
+577 211 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 1920 div 768 3 -1 roll exch div scale currentpoint translate 64 46 translate
+-23 434 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+320 /Helvetica f1
+(\() show
+99 434 moveto
+320 /Symbol f1
+(=) show
+389 233 moveto
+320 /Helvetica f1
+(VR) show
+866 233 moveto
+256 ns
+(nr) show
+1100 233 moveto
+256 /Helvetica f1
+(.) show
+1199 233 moveto
+256 /Helvetica f1
+(proc) show
+778 679 moveto
+320 ns
+(VR) show
+1214 679 moveto
+256 /Helvetica f1
+(1) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 366 351 moveto 1356 0 rlineto stroke
+1742 434 moveto
+320 /Helvetica f1
+(\)) show
+end
+pse
+1 1 pen
+572 82 gm
+(nc 30 28 811 566 6 rc)kp
+574 82 lin
+572 80 gm
+574 80 lin
+572 83 gm
+572 161 lin
+574 83 gm
+574 161 lin
+572 162 gm
+572 164 lin
+574 162 gm
+574 164 lin
+572 165 gm
+572 468 lin
+574 165 gm
+574 468 lin
+572 471 gm
+574 471 lin
+572 469 gm
+574 469 lin
+575 80 gm
+601 80 lin
+575 82 gm
+601 82 lin
+604 80 gm
+604 82 lin
+602 80 gm
+604 80 lin
+602 82 gm
+602 82 lin
+602 82 lin
+602 83 gm
+602 161 lin
+604 83 gm
+604 161 lin
+575 162 gm
+601 162 lin
+602 162 gm
+602 164 lin
+604 162 gm
+604 164 lin
+602 165 gm
+602 468 lin
+604 165 gm
+604 468 lin
+575 469 gm
+601 469 lin
+575 471 gm
+601 471 lin
+604 469 gm
+604 471 lin
+602 471 gm
+604 471 lin
+602 469 gm
+602 469 lin
+602 469 lin
+616 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig 6)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Parameters we measured in the experiments)show
+632 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.66162 0. 32 0.06616 0.(All experiments were done fixing a search depth of 5 plies, for comparison with other papers that)awidthshow
+643 79 gm
+0.46813 0. 32 0.04681 0.(used the same search depth. We have used 11 Sun Sparcstations in periods when they were free of)awidthshow
+654 79 gm
+(other tasks.)show
+684 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(4. Static splitting)show
+697 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.44723 0. 32 0.04472 0.(Let us discuss preliminarly a few results we can expect from our experiments. Let B the branching)awidthshow
+708 79 gm
+(factor typical of chess game trees, and N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(w )show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(the number of processors available for explorers:)show
+720 88 gm
+(\245\312the core algorithm efficiency should be proportional to the ratio B/N)show
+720 396 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(w)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( [MarCam82];)show
+737 88 gm
+0.22293 0. 32 0.02229 0.(\245\312for a game tree with B=40, an )awidthshow
+bu fc
+2 F /|______Symbol fnt
+bn
+0.10455 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.24337 0. 32 0.02433 0.( search is equivalent to a minimax search of a tree with branch)awidthshow
+749 101 gm
+(factor B=7 [Gil72]. Thus, if we had N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(w)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(=40 explorers, the ideal average speedup should be 7.)show
+F T cp
+%%Page: ? 10
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(8)show
+136 96 gm
+1 fs
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+136 141 gm
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(T\(sec\))show
+136 188 gm
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(N \(nodes\))show
+136 249 gm
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(S)show
+136 282 gm
+(E)show
+136 310 gm
+(Fpm)show
+136 344 gm
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fpmw)show
+136 385 gm
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(SO)show
+136 425 gm
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(SS \(nodes/sec\))show
+136 505 gm
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Sss)show
+122 80 gm
+0 gr
+122 82 lin
+122 80 gm
+124 80 lin
+124 82 gm
+124 82 lin
+124 82 lin
+122 83 gm
+122 128 lin
+124 83 gm
+124 128 lin
+122 129 gm
+122 131 lin
+124 129 gm
+124 131 lin
+122 132 gm
+122 175 lin
+124 132 gm
+124 175 lin
+122 176 gm
+122 178 lin
+124 176 gm
+124 178 lin
+122 179 gm
+122 232 lin
+124 179 gm
+124 232 lin
+122 233 gm
+122 235 lin
+124 233 gm
+124 235 lin
+122 236 gm
+122 266 lin
+124 236 gm
+124 266 lin
+122 267 gm
+122 269 lin
+124 267 gm
+124 269 lin
+122 270 gm
+122 300 lin
+124 270 gm
+124 300 lin
+122 301 gm
+122 303 lin
+124 301 gm
+124 303 lin
+122 304 gm
+122 334 lin
+124 304 gm
+124 334 lin
+122 335 gm
+122 337 lin
+124 335 gm
+124 337 lin
+122 338 gm
+122 372 lin
+124 338 gm
+124 372 lin
+122 373 gm
+122 375 lin
+124 373 gm
+124 375 lin
+122 376 gm
+122 406 lin
+124 376 gm
+124 406 lin
+122 407 gm
+122 409 lin
+124 407 gm
+124 409 lin
+122 410 gm
+122 492 lin
+124 410 gm
+124 492 lin
+122 493 gm
+122 495 lin
+124 493 gm
+124 495 lin
+122 496 gm
+122 526 lin
+124 496 gm
+124 526 lin
+122 527 gm
+122 529 lin
+124 529 lin
+124 527 gm
+124 527 lin
+124 527 lin
+125 80 gm
+138 80 lin
+125 82 gm
+138 82 lin
+125 129 gm
+138 129 lin
+125 131 gm
+138 131 lin
+125 176 gm
+138 176 lin
+125 178 gm
+138 178 lin
+125 233 gm
+138 233 lin
+125 235 gm
+138 235 lin
+125 267 gm
+138 267 lin
+125 269 gm
+138 269 lin
+125 301 gm
+138 301 lin
+125 303 gm
+138 303 lin
+125 335 gm
+138 335 lin
+125 337 gm
+138 337 lin
+125 373 gm
+138 373 lin
+125 375 gm
+138 375 lin
+125 407 gm
+138 407 lin
+125 409 gm
+138 409 lin
+125 493 gm
+138 493 lin
+125 495 gm
+138 495 lin
+125 527 gm
+138 527 lin
+125 529 gm
+138 529 lin
+153 104 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+153 144 gm
+(8301)show
+153 189 gm
+(5347545)show
+153 247 gm
+(---)show
+153 281 gm
+(---)show
+153 315 gm
+(---)show
+153 351 gm
+(---)show
+153 387 gm
+(---)show
+153 444 gm
+(644)show
+153 507 gm
+(---)show
+139 82 gm
+0 gr
+141 82 lin
+139 80 gm
+141 80 lin
+139 83 gm
+139 128 lin
+141 83 gm
+141 128 lin
+139 131 gm
+139 131 lin
+141 129 gm
+141 129 lin
+139 129 gm
+139 129 lin
+141 131 gm
+141 131 lin
+139 132 gm
+139 175 lin
+141 132 gm
+141 175 lin
+139 178 gm
+139 178 lin
+141 176 gm
+141 176 lin
+139 176 gm
+139 176 lin
+141 178 gm
+141 178 lin
+139 179 gm
+139 232 lin
+141 179 gm
+141 232 lin
+139 235 gm
+139 235 lin
+141 233 gm
+141 233 lin
+139 233 gm
+139 233 lin
+141 235 gm
+141 235 lin
+139 236 gm
+139 266 lin
+141 236 gm
+141 266 lin
+139 269 gm
+139 269 lin
+141 267 gm
+141 267 lin
+139 267 gm
+139 267 lin
+141 269 gm
+141 269 lin
+139 270 gm
+139 300 lin
+141 270 gm
+141 300 lin
+139 303 gm
+139 303 lin
+141 301 gm
+141 301 lin
+139 301 gm
+139 301 lin
+141 303 gm
+141 303 lin
+139 304 gm
+139 334 lin
+141 304 gm
+141 334 lin
+139 337 gm
+139 337 lin
+141 335 gm
+141 335 lin
+139 335 gm
+139 335 lin
+141 337 gm
+141 337 lin
+139 338 gm
+139 372 lin
+141 338 gm
+141 372 lin
+139 375 gm
+139 375 lin
+141 373 gm
+141 373 lin
+139 373 gm
+139 373 lin
+141 375 gm
+141 375 lin
+139 376 gm
+139 406 lin
+141 376 gm
+141 406 lin
+139 409 gm
+139 409 lin
+141 407 gm
+141 407 lin
+139 407 gm
+139 407 lin
+141 409 gm
+141 409 lin
+139 410 gm
+139 492 lin
+141 410 gm
+141 492 lin
+139 495 gm
+139 495 lin
+141 493 gm
+141 493 lin
+139 493 gm
+139 493 lin
+141 495 gm
+141 495 lin
+139 496 gm
+139 526 lin
+141 496 gm
+141 526 lin
+139 529 gm
+141 529 lin
+139 527 gm
+141 527 lin
+142 80 gm
+155 80 lin
+142 82 gm
+155 82 lin
+142 129 gm
+155 129 lin
+142 131 gm
+155 131 lin
+142 176 gm
+155 176 lin
+142 178 gm
+155 178 lin
+142 233 gm
+155 233 lin
+142 235 gm
+155 235 lin
+142 267 gm
+155 267 lin
+142 269 gm
+155 269 lin
+142 301 gm
+155 301 lin
+142 303 gm
+155 303 lin
+142 335 gm
+155 335 lin
+142 337 gm
+155 337 lin
+142 373 gm
+155 373 lin
+142 375 gm
+155 375 lin
+142 407 gm
+155 407 lin
+142 409 gm
+155 409 lin
+142 493 gm
+155 493 lin
+142 495 gm
+155 495 lin
+142 527 gm
+155 527 lin
+142 529 gm
+155 529 lin
+168 104 gm
+F 1 setTxMode
+(3)show
+168 144 gm
+(4571)show
+168 189 gm
+(5754203)show
+168 243 gm
+(1.82)show
+168 277 gm
+(0.61)show
+168 311 gm
+(0.66)show
+168 347 gm
+(0.98)show
+168 383 gm
+(0.08)show
+168 442 gm
+(1259)show
+168 503 gm
+(1.95)show
+156 82 gm
+0 gr
+156 82 lin
+156 80 gm
+156 80 lin
+156 83 gm
+156 128 lin
+156 131 gm
+156 131 lin
+156 129 gm
+156 129 lin
+156 132 gm
+156 175 lin
+156 178 gm
+156 178 lin
+156 176 gm
+156 176 lin
+156 179 gm
+156 232 lin
+156 235 gm
+156 235 lin
+156 233 gm
+156 233 lin
+156 236 gm
+156 266 lin
+156 269 gm
+156 269 lin
+156 267 gm
+156 267 lin
+156 270 gm
+156 300 lin
+156 303 gm
+156 303 lin
+156 301 gm
+156 301 lin
+156 304 gm
+156 334 lin
+156 337 gm
+156 337 lin
+156 335 gm
+156 335 lin
+156 338 gm
+156 372 lin
+156 375 gm
+156 375 lin
+156 373 gm
+156 373 lin
+156 376 gm
+156 406 lin
+156 409 gm
+156 409 lin
+156 407 gm
+156 407 lin
+156 410 gm
+156 492 lin
+156 495 gm
+156 495 lin
+156 493 gm
+156 493 lin
+156 496 gm
+156 526 lin
+156 529 gm
+156 529 lin
+156 527 gm
+156 527 lin
+157 80 gm
+170 80 lin
+157 82 gm
+170 82 lin
+157 129 gm
+170 129 lin
+157 131 gm
+170 131 lin
+157 176 gm
+170 176 lin
+157 178 gm
+170 178 lin
+157 233 gm
+170 233 lin
+157 235 gm
+170 235 lin
+157 267 gm
+170 267 lin
+157 269 gm
+170 269 lin
+157 301 gm
+170 301 lin
+157 303 gm
+170 303 lin
+157 335 gm
+170 335 lin
+157 337 gm
+170 337 lin
+157 373 gm
+170 373 lin
+157 375 gm
+170 375 lin
+157 407 gm
+170 407 lin
+157 409 gm
+170 409 lin
+157 493 gm
+170 493 lin
+157 495 gm
+170 495 lin
+157 527 gm
+170 527 lin
+157 529 gm
+170 529 lin
+183 104 gm
+F 1 setTxMode
+(5)show
+183 144 gm
+(2770)show
+183 189 gm
+(6599460)show
+183 243 gm
+(3.00)show
+183 277 gm
+(0.60)show
+183 311 gm
+(0.75)show
+183 347 gm
+(0.93)show
+183 383 gm
+(0.23)show
+183 442 gm
+(2382)show
+183 503 gm
+(3.70)show
+171 82 gm
+0 gr
+171 82 lin
+171 80 gm
+171 80 lin
+171 83 gm
+171 128 lin
+171 131 gm
+171 131 lin
+171 129 gm
+171 129 lin
+171 132 gm
+171 175 lin
+171 178 gm
+171 178 lin
+171 176 gm
+171 176 lin
+171 179 gm
+171 232 lin
+171 235 gm
+171 235 lin
+171 233 gm
+171 233 lin
+171 236 gm
+171 266 lin
+171 269 gm
+171 269 lin
+171 267 gm
+171 267 lin
+171 270 gm
+171 300 lin
+171 303 gm
+171 303 lin
+171 301 gm
+171 301 lin
+171 304 gm
+171 334 lin
+171 337 gm
+171 337 lin
+171 335 gm
+171 335 lin
+171 338 gm
+171 372 lin
+171 375 gm
+171 375 lin
+171 373 gm
+171 373 lin
+171 376 gm
+171 406 lin
+171 409 gm
+171 409 lin
+171 407 gm
+171 407 lin
+171 410 gm
+171 492 lin
+171 495 gm
+171 495 lin
+171 493 gm
+171 493 lin
+171 496 gm
+171 526 lin
+171 529 gm
+171 529 lin
+171 527 gm
+171 527 lin
+172 80 gm
+185 80 lin
+172 82 gm
+185 82 lin
+172 129 gm
+185 129 lin
+172 131 gm
+185 131 lin
+172 176 gm
+185 176 lin
+172 178 gm
+185 178 lin
+172 233 gm
+185 233 lin
+172 235 gm
+185 235 lin
+172 267 gm
+185 267 lin
+172 269 gm
+185 269 lin
+172 301 gm
+185 301 lin
+172 303 gm
+185 303 lin
+172 335 gm
+185 335 lin
+172 337 gm
+185 337 lin
+172 373 gm
+185 373 lin
+172 375 gm
+185 375 lin
+172 407 gm
+185 407 lin
+172 409 gm
+185 409 lin
+172 493 gm
+185 493 lin
+172 495 gm
+185 495 lin
+172 527 gm
+185 527 lin
+172 529 gm
+185 529 lin
+198 104 gm
+F 1 setTxMode
+(7)show
+198 144 gm
+(2242)show
+198 189 gm
+(7236560)show
+198 243 gm
+(3.70)show
+198 277 gm
+(0.53)show
+198 311 gm
+(0.71)show
+198 347 gm
+(0.83)show
+198 383 gm
+(0.35)show
+198 442 gm
+(3228)show
+198 503 gm
+(5.01)show
+186 82 gm
+0 gr
+186 82 lin
+186 80 gm
+186 80 lin
+186 83 gm
+186 128 lin
+186 131 gm
+186 131 lin
+186 129 gm
+186 129 lin
+186 132 gm
+186 175 lin
+186 178 gm
+186 178 lin
+186 176 gm
+186 176 lin
+186 179 gm
+186 232 lin
+186 235 gm
+186 235 lin
+186 233 gm
+186 233 lin
+186 236 gm
+186 266 lin
+186 269 gm
+186 269 lin
+186 267 gm
+186 267 lin
+186 270 gm
+186 300 lin
+186 303 gm
+186 303 lin
+186 301 gm
+186 301 lin
+186 304 gm
+186 334 lin
+186 337 gm
+186 337 lin
+186 335 gm
+186 335 lin
+186 338 gm
+186 372 lin
+186 375 gm
+186 375 lin
+186 373 gm
+186 373 lin
+186 376 gm
+186 406 lin
+186 409 gm
+186 409 lin
+186 407 gm
+186 407 lin
+186 410 gm
+186 492 lin
+186 495 gm
+186 495 lin
+186 493 gm
+186 493 lin
+186 496 gm
+186 526 lin
+186 529 gm
+186 529 lin
+186 527 gm
+186 527 lin
+187 80 gm
+200 80 lin
+187 82 gm
+200 82 lin
+187 129 gm
+200 129 lin
+187 131 gm
+200 131 lin
+187 176 gm
+200 176 lin
+187 178 gm
+200 178 lin
+187 233 gm
+200 233 lin
+187 235 gm
+200 235 lin
+187 267 gm
+200 267 lin
+187 269 gm
+200 269 lin
+187 301 gm
+200 301 lin
+187 303 gm
+200 303 lin
+187 335 gm
+200 335 lin
+187 337 gm
+200 337 lin
+187 373 gm
+200 373 lin
+187 375 gm
+200 375 lin
+187 407 gm
+200 407 lin
+187 409 gm
+200 409 lin
+187 493 gm
+200 493 lin
+187 495 gm
+200 495 lin
+187 527 gm
+200 527 lin
+187 529 gm
+200 529 lin
+213 104 gm
+F 1 setTxMode
+(9)show
+213 144 gm
+(1988)show
+213 189 gm
+(7876769)show
+213 243 gm
+(4.18)show
+213 277 gm
+(0.46)show
+213 311 gm
+(0.68)show
+213 347 gm
+(0.77)show
+213 383 gm
+(0.47)show
+213 442 gm
+(3962)show
+213 503 gm
+(6.15)show
+201 82 gm
+0 gr
+201 82 lin
+201 80 gm
+201 80 lin
+201 83 gm
+201 128 lin
+201 131 gm
+201 131 lin
+201 129 gm
+201 129 lin
+201 132 gm
+201 175 lin
+201 178 gm
+201 178 lin
+201 176 gm
+201 176 lin
+201 179 gm
+201 232 lin
+201 235 gm
+201 235 lin
+201 233 gm
+201 233 lin
+201 236 gm
+201 266 lin
+201 269 gm
+201 269 lin
+201 267 gm
+201 267 lin
+201 270 gm
+201 300 lin
+201 303 gm
+201 303 lin
+201 301 gm
+201 301 lin
+201 304 gm
+201 334 lin
+201 337 gm
+201 337 lin
+201 335 gm
+201 335 lin
+201 338 gm
+201 372 lin
+201 375 gm
+201 375 lin
+201 373 gm
+201 373 lin
+201 376 gm
+201 406 lin
+201 409 gm
+201 409 lin
+201 407 gm
+201 407 lin
+201 410 gm
+201 492 lin
+201 495 gm
+201 495 lin
+201 493 gm
+201 493 lin
+201 496 gm
+201 526 lin
+201 529 gm
+201 529 lin
+201 527 gm
+201 527 lin
+202 80 gm
+215 80 lin
+202 82 gm
+215 82 lin
+202 129 gm
+215 129 lin
+202 131 gm
+215 131 lin
+202 176 gm
+215 176 lin
+202 178 gm
+215 178 lin
+202 233 gm
+215 233 lin
+202 235 gm
+215 235 lin
+202 267 gm
+215 267 lin
+202 269 gm
+215 269 lin
+202 301 gm
+215 301 lin
+202 303 gm
+215 303 lin
+202 335 gm
+215 335 lin
+202 337 gm
+215 337 lin
+202 373 gm
+215 373 lin
+202 375 gm
+215 375 lin
+202 407 gm
+215 407 lin
+202 409 gm
+215 409 lin
+202 493 gm
+215 493 lin
+202 495 gm
+215 495 lin
+202 527 gm
+215 527 lin
+202 529 gm
+215 529 lin
+228 101 gm
+F 1 setTxMode
+(11)show
+228 144 gm
+(1786)show
+228 189 gm
+(8521288)show
+228 243 gm
+(4.65)show
+228 277 gm
+(0.42)show
+228 311 gm
+(0.66)show
+228 347 gm
+(0.73)show
+228 383 gm
+(0.59)show
+228 442 gm
+(4771)show
+228 503 gm
+(7.41)show
+216 82 gm
+0 gr
+216 82 lin
+216 80 gm
+216 80 lin
+216 83 gm
+216 128 lin
+216 131 gm
+216 131 lin
+216 129 gm
+216 129 lin
+216 132 gm
+216 175 lin
+216 178 gm
+216 178 lin
+216 176 gm
+216 176 lin
+216 179 gm
+216 232 lin
+216 235 gm
+216 235 lin
+216 233 gm
+216 233 lin
+216 236 gm
+216 266 lin
+216 269 gm
+216 269 lin
+216 267 gm
+216 267 lin
+216 270 gm
+216 300 lin
+216 303 gm
+216 303 lin
+216 301 gm
+216 301 lin
+216 304 gm
+216 334 lin
+216 337 gm
+216 337 lin
+216 335 gm
+216 335 lin
+216 338 gm
+216 372 lin
+216 375 gm
+216 375 lin
+216 373 gm
+216 373 lin
+216 376 gm
+216 406 lin
+216 409 gm
+216 409 lin
+216 407 gm
+216 407 lin
+216 410 gm
+216 492 lin
+216 495 gm
+216 495 lin
+216 493 gm
+216 493 lin
+216 496 gm
+216 526 lin
+216 529 gm
+216 529 lin
+216 527 gm
+216 527 lin
+217 80 gm
+230 80 lin
+217 82 gm
+230 82 lin
+233 80 gm
+233 82 lin
+231 80 gm
+233 80 lin
+231 82 gm
+231 82 lin
+231 82 lin
+231 83 gm
+231 128 lin
+233 83 gm
+233 128 lin
+217 129 gm
+230 129 lin
+217 131 gm
+230 131 lin
+231 129 gm
+231 131 lin
+233 129 gm
+233 131 lin
+231 132 gm
+231 175 lin
+233 132 gm
+233 175 lin
+217 176 gm
+230 176 lin
+217 178 gm
+230 178 lin
+231 176 gm
+231 178 lin
+233 176 gm
+233 178 lin
+231 179 gm
+231 232 lin
+233 179 gm
+233 232 lin
+217 233 gm
+230 233 lin
+217 235 gm
+230 235 lin
+231 233 gm
+231 235 lin
+233 233 gm
+233 235 lin
+231 236 gm
+231 266 lin
+233 236 gm
+233 266 lin
+217 267 gm
+230 267 lin
+217 269 gm
+230 269 lin
+231 267 gm
+231 269 lin
+233 267 gm
+233 269 lin
+231 270 gm
+231 300 lin
+233 270 gm
+233 300 lin
+217 301 gm
+230 301 lin
+217 303 gm
+230 303 lin
+231 301 gm
+231 303 lin
+233 301 gm
+233 303 lin
+231 304 gm
+231 334 lin
+233 304 gm
+233 334 lin
+217 335 gm
+230 335 lin
+217 337 gm
+230 337 lin
+231 335 gm
+231 337 lin
+233 335 gm
+233 337 lin
+231 338 gm
+231 372 lin
+233 338 gm
+233 372 lin
+217 373 gm
+230 373 lin
+217 375 gm
+230 375 lin
+231 373 gm
+231 375 lin
+233 373 gm
+233 375 lin
+231 376 gm
+231 406 lin
+233 376 gm
+233 406 lin
+217 407 gm
+230 407 lin
+217 409 gm
+230 409 lin
+231 407 gm
+231 409 lin
+233 407 gm
+233 409 lin
+231 410 gm
+231 492 lin
+233 410 gm
+233 492 lin
+217 493 gm
+230 493 lin
+217 495 gm
+230 495 lin
+231 493 gm
+231 495 lin
+233 493 gm
+233 495 lin
+231 496 gm
+231 526 lin
+233 496 gm
+233 526 lin
+217 527 gm
+230 527 lin
+217 529 gm
+230 529 lin
+233 527 gm
+233 529 lin
+231 529 gm
+233 529 lin
+231 527 gm
+231 527 lin
+231 527 lin
+245 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig. 7)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Results of experiments for core algorithm)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( \(basic master worker\))show
+261 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.32440 0. 32 0.03244 0.(In Fig. 7 we show data for the core algorithm. The reported speedup is low; moreover, values for E)awidthshow
+272 79 gm
+(tell that adding processors we increase all overheads:)show
+284 88 gm
+2.20611 0. 32 0.22061 0.(\245\312search overhead: compare real speedup S with ideal speedup S)awidthshow
+284 403 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.49050 0.(ss)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+2.22335 0. 32 0.22233 0.(. For instance, with 11)awidthshow
+295 101 gm
+2.43774 0. 32 0.24377 0.(processors we have a 37% loss \(S)awidthshow
+295 271 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.33930 0.(ss)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+2.01950 0. 32 0.20195 0.(=7.41\312vs\312S=4.65\). This loss is caused by minimum)awidthshow
+306 101 gm
+0.54733 0. 32 0.05473 0.(cooperation. We also remark that search overhead increases with more processors because all)awidthshow
+317 101 gm
+0.40542 0. 32 0.04054 0.(workers start with value = -)awidthshow
+currentfont SwToSym
+0.40542 0. 32 0.04054 0.(\245)awidthshow
+setfont
+0.40542 0. 32 0.04054 0.( , whereas the sequential search has a good approximation of the)awidthshow
+328 101 gm
+(value starting from the second subtree.)show
+341 88 gm
+1.70776 0. 32 0.17077 0.(\245\312communication and synchronization overhead: F)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.38545 0.(pm)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.18698 0. 32 0.11869 0.( increases until 5 processors \(75%\) then)awidthshow
+352 101 gm
+0.20828 0. 32 0.02082 0.(decreases; for 11 processors the F)awidthshow
+352 251 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.07923 0.(pm)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.21224 0. 32 0.02122 0.( value is almost the same as with 3 processors \(66%\). This)awidthshow
+363 101 gm
+0.66604 0. 32 0.06660 0.(is explained by the fact that the master is idle most of the time, so if we use one process per)awidthshow
+374 101 gm
+(processor a processor is idle as well.)show
+404 96 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+404 145 gm
+(T\312\(sec\))show
+404 200 gm
+(N\312\(nodes\))show
+404 271 gm
+(S)show
+404 308 gm
+(E)show
+404 338 gm
+(Fpm)show
+404 378 gm
+(SO)show
+404 416 gm
+(SS\312\(nodes/sec\))show
+404 502 gm
+(Sss)show
+390 80 gm
+0 gr
+390 82 lin
+390 80 gm
+392 80 lin
+392 82 gm
+392 82 lin
+392 82 lin
+390 83 gm
+390 131 lin
+392 83 gm
+392 131 lin
+390 132 gm
+390 134 lin
+392 132 gm
+392 134 lin
+390 135 gm
+390 182 lin
+392 135 gm
+392 182 lin
+390 183 gm
+390 185 lin
+392 183 gm
+392 185 lin
+390 186 gm
+390 253 lin
+392 186 gm
+392 253 lin
+390 254 gm
+390 256 lin
+392 254 gm
+392 256 lin
+390 257 gm
+390 290 lin
+392 257 gm
+392 290 lin
+390 291 gm
+390 293 lin
+392 291 gm
+392 293 lin
+390 294 gm
+390 327 lin
+392 294 gm
+392 327 lin
+390 328 gm
+390 330 lin
+392 328 gm
+392 330 lin
+390 331 gm
+390 364 lin
+392 331 gm
+392 364 lin
+390 365 gm
+390 367 lin
+392 365 gm
+392 367 lin
+390 368 gm
+390 400 lin
+392 368 gm
+392 400 lin
+390 401 gm
+390 403 lin
+392 401 gm
+392 403 lin
+390 404 gm
+390 487 lin
+392 404 gm
+392 487 lin
+390 488 gm
+390 490 lin
+392 488 gm
+392 490 lin
+390 491 gm
+390 524 lin
+392 491 gm
+392 524 lin
+390 525 gm
+390 527 lin
+392 527 lin
+392 525 gm
+392 525 lin
+392 525 lin
+393 80 gm
+406 80 lin
+393 82 gm
+406 82 lin
+393 132 gm
+406 132 lin
+393 134 gm
+406 134 lin
+393 183 gm
+406 183 lin
+393 185 gm
+406 185 lin
+393 254 gm
+406 254 lin
+393 256 gm
+406 256 lin
+393 291 gm
+406 291 lin
+393 293 gm
+406 293 lin
+393 328 gm
+406 328 lin
+393 330 gm
+406 330 lin
+393 365 gm
+406 365 lin
+393 367 gm
+406 367 lin
+393 401 gm
+406 401 lin
+393 403 gm
+406 403 lin
+393 488 gm
+406 488 lin
+393 490 gm
+406 490 lin
+393 525 gm
+406 525 lin
+393 527 gm
+406 527 lin
+421 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+421 149 gm
+(8301)show
+421 203 gm
+(5347545)show
+421 269 gm
+(---)show
+421 306 gm
+(---)show
+421 343 gm
+(---)show
+421 380 gm
+(---)show
+421 439 gm
+(644)show
+421 503 gm
+(---)show
+407 82 gm
+0 gr
+409 82 lin
+407 80 gm
+409 80 lin
+407 83 gm
+407 131 lin
+409 83 gm
+409 131 lin
+407 134 gm
+407 134 lin
+409 132 gm
+409 132 lin
+407 132 gm
+407 132 lin
+409 134 gm
+409 134 lin
+407 135 gm
+407 182 lin
+409 135 gm
+409 182 lin
+407 185 gm
+407 185 lin
+409 183 gm
+409 183 lin
+407 183 gm
+407 183 lin
+409 185 gm
+409 185 lin
+407 186 gm
+407 253 lin
+409 186 gm
+409 253 lin
+407 256 gm
+407 256 lin
+409 254 gm
+409 254 lin
+407 254 gm
+407 254 lin
+409 256 gm
+409 256 lin
+407 257 gm
+407 290 lin
+409 257 gm
+409 290 lin
+407 293 gm
+407 293 lin
+409 291 gm
+409 291 lin
+407 291 gm
+407 291 lin
+409 293 gm
+409 293 lin
+407 294 gm
+407 327 lin
+409 294 gm
+409 327 lin
+407 330 gm
+407 330 lin
+409 328 gm
+409 328 lin
+407 328 gm
+407 328 lin
+409 330 gm
+409 330 lin
+407 331 gm
+407 364 lin
+409 331 gm
+409 364 lin
+407 367 gm
+407 367 lin
+409 365 gm
+409 365 lin
+407 365 gm
+407 365 lin
+409 367 gm
+409 367 lin
+407 368 gm
+407 400 lin
+409 368 gm
+409 400 lin
+407 403 gm
+407 403 lin
+409 401 gm
+409 401 lin
+407 401 gm
+407 401 lin
+409 403 gm
+409 403 lin
+407 404 gm
+407 487 lin
+409 404 gm
+409 487 lin
+407 490 gm
+407 490 lin
+409 488 gm
+409 488 lin
+407 488 gm
+407 488 lin
+409 490 gm
+409 490 lin
+407 491 gm
+407 524 lin
+409 491 gm
+409 524 lin
+407 527 gm
+409 527 lin
+407 525 gm
+409 525 lin
+410 80 gm
+423 80 lin
+410 82 gm
+423 82 lin
+410 132 gm
+423 132 lin
+410 134 gm
+423 134 lin
+410 183 gm
+423 183 lin
+410 185 gm
+423 185 lin
+410 254 gm
+423 254 lin
+410 256 gm
+423 256 lin
+410 291 gm
+423 291 lin
+410 293 gm
+423 293 lin
+410 328 gm
+423 328 lin
+410 330 gm
+423 330 lin
+410 365 gm
+423 365 lin
+410 367 gm
+423 367 lin
+410 401 gm
+423 401 lin
+410 403 gm
+423 403 lin
+410 488 gm
+423 488 lin
+410 490 gm
+423 490 lin
+410 525 gm
+423 525 lin
+410 527 gm
+423 527 lin
+436 105 gm
+F 1 setTxMode
+(3)show
+436 149 gm
+(4544)show
+436 203 gm
+(5860668)show
+436 265 gm
+(1.83)show
+436 302 gm
+(0.61)show
+436 339 gm
+(0.70)show
+436 376 gm
+(0.10)show
+436 436 gm
+(1290)show
+436 499 gm
+(2.00)show
+424 82 gm
+0 gr
+424 82 lin
+424 80 gm
+424 80 lin
+424 83 gm
+424 131 lin
+424 134 gm
+424 134 lin
+424 132 gm
+424 132 lin
+424 135 gm
+424 182 lin
+424 185 gm
+424 185 lin
+424 183 gm
+424 183 lin
+424 186 gm
+424 253 lin
+424 256 gm
+424 256 lin
+424 254 gm
+424 254 lin
+424 257 gm
+424 290 lin
+424 293 gm
+424 293 lin
+424 291 gm
+424 291 lin
+424 294 gm
+424 327 lin
+424 330 gm
+424 330 lin
+424 328 gm
+424 328 lin
+424 331 gm
+424 364 lin
+424 367 gm
+424 367 lin
+424 365 gm
+424 365 lin
+424 368 gm
+424 400 lin
+424 403 gm
+424 403 lin
+424 401 gm
+424 401 lin
+424 404 gm
+424 487 lin
+424 490 gm
+424 490 lin
+424 488 gm
+424 488 lin
+424 491 gm
+424 524 lin
+424 527 gm
+424 527 lin
+424 525 gm
+424 525 lin
+425 80 gm
+438 80 lin
+425 82 gm
+438 82 lin
+425 132 gm
+438 132 lin
+425 134 gm
+438 134 lin
+425 183 gm
+438 183 lin
+425 185 gm
+438 185 lin
+425 254 gm
+438 254 lin
+425 256 gm
+438 256 lin
+425 291 gm
+438 291 lin
+425 293 gm
+438 293 lin
+425 328 gm
+438 328 lin
+425 330 gm
+438 330 lin
+425 365 gm
+438 365 lin
+425 367 gm
+438 367 lin
+425 401 gm
+438 401 lin
+425 403 gm
+438 403 lin
+425 488 gm
+438 488 lin
+425 490 gm
+438 490 lin
+425 525 gm
+438 525 lin
+425 527 gm
+438 527 lin
+451 105 gm
+F 1 setTxMode
+(5)show
+451 149 gm
+(3173)show
+451 203 gm
+(6330053)show
+451 265 gm
+(2.62)show
+451 302 gm
+(0.52)show
+451 339 gm
+(0.66)show
+451 376 gm
+(0.18)show
+451 436 gm
+(1995)show
+451 499 gm
+(3.10)show
+439 82 gm
+0 gr
+439 82 lin
+439 80 gm
+439 80 lin
+439 83 gm
+439 131 lin
+439 134 gm
+439 134 lin
+439 132 gm
+439 132 lin
+439 135 gm
+439 182 lin
+439 185 gm
+439 185 lin
+439 183 gm
+439 183 lin
+439 186 gm
+439 253 lin
+439 256 gm
+439 256 lin
+439 254 gm
+439 254 lin
+439 257 gm
+439 290 lin
+439 293 gm
+439 293 lin
+439 291 gm
+439 291 lin
+439 294 gm
+439 327 lin
+439 330 gm
+439 330 lin
+439 328 gm
+439 328 lin
+439 331 gm
+439 364 lin
+439 367 gm
+439 367 lin
+439 365 gm
+439 365 lin
+439 368 gm
+439 400 lin
+439 403 gm
+439 403 lin
+439 401 gm
+439 401 lin
+439 404 gm
+439 487 lin
+439 490 gm
+439 490 lin
+439 488 gm
+439 488 lin
+439 491 gm
+439 524 lin
+439 527 gm
+439 527 lin
+439 525 gm
+439 525 lin
+440 80 gm
+453 80 lin
+440 82 gm
+453 82 lin
+440 132 gm
+453 132 lin
+440 134 gm
+453 134 lin
+440 183 gm
+453 183 lin
+440 185 gm
+453 185 lin
+440 254 gm
+453 254 lin
+440 256 gm
+453 256 lin
+440 291 gm
+453 291 lin
+440 293 gm
+453 293 lin
+440 328 gm
+453 328 lin
+440 330 gm
+453 330 lin
+440 365 gm
+453 365 lin
+440 367 gm
+453 367 lin
+440 401 gm
+453 401 lin
+440 403 gm
+453 403 lin
+440 488 gm
+453 488 lin
+440 490 gm
+453 490 lin
+440 525 gm
+453 525 lin
+440 527 gm
+453 527 lin
+466 105 gm
+F 1 setTxMode
+(7)show
+466 149 gm
+(2779)show
+466 203 gm
+(6867688)show
+466 265 gm
+(2.99)show
+466 302 gm
+(0.43)show
+466 339 gm
+(0.61)show
+466 376 gm
+(0.28)show
+466 436 gm
+(2471)show
+466 499 gm
+(3.84)show
+454 82 gm
+0 gr
+454 82 lin
+454 80 gm
+454 80 lin
+454 83 gm
+454 131 lin
+454 134 gm
+454 134 lin
+454 132 gm
+454 132 lin
+454 135 gm
+454 182 lin
+454 185 gm
+454 185 lin
+454 183 gm
+454 183 lin
+454 186 gm
+454 253 lin
+454 256 gm
+454 256 lin
+454 254 gm
+454 254 lin
+454 257 gm
+454 290 lin
+454 293 gm
+454 293 lin
+454 291 gm
+454 291 lin
+454 294 gm
+454 327 lin
+454 330 gm
+454 330 lin
+454 328 gm
+454 328 lin
+454 331 gm
+454 364 lin
+454 367 gm
+454 367 lin
+454 365 gm
+454 365 lin
+454 368 gm
+454 400 lin
+454 403 gm
+454 403 lin
+454 401 gm
+454 401 lin
+454 404 gm
+454 487 lin
+454 490 gm
+454 490 lin
+454 488 gm
+454 488 lin
+454 491 gm
+454 524 lin
+454 527 gm
+454 527 lin
+454 525 gm
+454 525 lin
+455 80 gm
+468 80 lin
+455 82 gm
+468 82 lin
+455 132 gm
+468 132 lin
+455 134 gm
+468 134 lin
+455 183 gm
+468 183 lin
+455 185 gm
+468 185 lin
+455 254 gm
+468 254 lin
+455 256 gm
+468 256 lin
+455 291 gm
+468 291 lin
+455 293 gm
+468 293 lin
+455 328 gm
+468 328 lin
+455 330 gm
+468 330 lin
+455 365 gm
+468 365 lin
+455 367 gm
+468 367 lin
+455 401 gm
+468 401 lin
+455 403 gm
+468 403 lin
+455 488 gm
+468 488 lin
+455 490 gm
+468 490 lin
+455 525 gm
+468 525 lin
+455 527 gm
+468 527 lin
+481 105 gm
+F 1 setTxMode
+(9)show
+481 149 gm
+(2517)show
+481 203 gm
+(7310806)show
+481 265 gm
+(3.30)show
+481 302 gm
+(0.37)show
+481 339 gm
+(0.57)show
+481 376 gm
+(0.37)show
+481 436 gm
+(2905)show
+481 499 gm
+(4.51)show
+469 82 gm
+0 gr
+469 82 lin
+469 80 gm
+469 80 lin
+469 83 gm
+469 131 lin
+469 134 gm
+469 134 lin
+469 132 gm
+469 132 lin
+469 135 gm
+469 182 lin
+469 185 gm
+469 185 lin
+469 183 gm
+469 183 lin
+469 186 gm
+469 253 lin
+469 256 gm
+469 256 lin
+469 254 gm
+469 254 lin
+469 257 gm
+469 290 lin
+469 293 gm
+469 293 lin
+469 291 gm
+469 291 lin
+469 294 gm
+469 327 lin
+469 330 gm
+469 330 lin
+469 328 gm
+469 328 lin
+469 331 gm
+469 364 lin
+469 367 gm
+469 367 lin
+469 365 gm
+469 365 lin
+469 368 gm
+469 400 lin
+469 403 gm
+469 403 lin
+469 401 gm
+469 401 lin
+469 404 gm
+469 487 lin
+469 490 gm
+469 490 lin
+469 488 gm
+469 488 lin
+469 491 gm
+469 524 lin
+469 527 gm
+469 527 lin
+469 525 gm
+469 525 lin
+470 80 gm
+483 80 lin
+470 82 gm
+483 82 lin
+470 132 gm
+483 132 lin
+470 134 gm
+483 134 lin
+470 183 gm
+483 183 lin
+470 185 gm
+483 185 lin
+470 254 gm
+483 254 lin
+470 256 gm
+483 256 lin
+470 291 gm
+483 291 lin
+470 293 gm
+483 293 lin
+470 328 gm
+483 328 lin
+470 330 gm
+483 330 lin
+470 365 gm
+483 365 lin
+470 367 gm
+483 367 lin
+470 401 gm
+483 401 lin
+470 403 gm
+483 403 lin
+470 488 gm
+483 488 lin
+470 490 gm
+483 490 lin
+470 525 gm
+483 525 lin
+470 527 gm
+483 527 lin
+496 103 gm
+F 1 setTxMode
+(11)show
+496 149 gm
+(2310)show
+496 203 gm
+(7990369)show
+496 265 gm
+(3.59)show
+496 302 gm
+(0.33)show
+496 339 gm
+(0.54)show
+496 376 gm
+(0.49)show
+496 436 gm
+(3459)show
+496 499 gm
+(5.37)show
+484 82 gm
+0 gr
+484 82 lin
+484 80 gm
+484 80 lin
+484 83 gm
+484 131 lin
+484 134 gm
+484 134 lin
+484 132 gm
+484 132 lin
+484 135 gm
+484 182 lin
+484 185 gm
+484 185 lin
+484 183 gm
+484 183 lin
+484 186 gm
+484 253 lin
+484 256 gm
+484 256 lin
+484 254 gm
+484 254 lin
+484 257 gm
+484 290 lin
+484 293 gm
+484 293 lin
+484 291 gm
+484 291 lin
+484 294 gm
+484 327 lin
+484 330 gm
+484 330 lin
+484 328 gm
+484 328 lin
+484 331 gm
+484 364 lin
+484 367 gm
+484 367 lin
+484 365 gm
+484 365 lin
+484 368 gm
+484 400 lin
+484 403 gm
+484 403 lin
+484 401 gm
+484 401 lin
+484 404 gm
+484 487 lin
+484 490 gm
+484 490 lin
+484 488 gm
+484 488 lin
+484 491 gm
+484 524 lin
+484 527 gm
+484 527 lin
+484 525 gm
+484 525 lin
+485 80 gm
+498 80 lin
+485 82 gm
+498 82 lin
+501 80 gm
+501 82 lin
+499 80 gm
+501 80 lin
+499 82 gm
+499 82 lin
+499 82 lin
+499 83 gm
+499 131 lin
+501 83 gm
+501 131 lin
+485 132 gm
+498 132 lin
+485 134 gm
+498 134 lin
+499 132 gm
+499 134 lin
+501 132 gm
+501 134 lin
+499 135 gm
+499 182 lin
+501 135 gm
+501 182 lin
+485 183 gm
+498 183 lin
+485 185 gm
+498 185 lin
+499 183 gm
+499 185 lin
+501 183 gm
+501 185 lin
+499 186 gm
+499 253 lin
+501 186 gm
+501 253 lin
+485 254 gm
+498 254 lin
+485 256 gm
+498 256 lin
+499 254 gm
+499 256 lin
+501 254 gm
+501 256 lin
+499 257 gm
+499 290 lin
+501 257 gm
+501 290 lin
+485 291 gm
+498 291 lin
+485 293 gm
+498 293 lin
+499 291 gm
+499 293 lin
+501 291 gm
+501 293 lin
+499 294 gm
+499 327 lin
+501 294 gm
+501 327 lin
+485 328 gm
+498 328 lin
+485 330 gm
+498 330 lin
+499 328 gm
+499 330 lin
+501 328 gm
+501 330 lin
+499 331 gm
+499 364 lin
+501 331 gm
+501 364 lin
+485 365 gm
+498 365 lin
+485 367 gm
+498 367 lin
+499 365 gm
+499 367 lin
+501 365 gm
+501 367 lin
+499 368 gm
+499 400 lin
+501 368 gm
+501 400 lin
+485 401 gm
+498 401 lin
+485 403 gm
+498 403 lin
+499 401 gm
+499 403 lin
+501 401 gm
+501 403 lin
+499 404 gm
+499 487 lin
+501 404 gm
+501 487 lin
+485 488 gm
+498 488 lin
+485 490 gm
+498 490 lin
+499 488 gm
+499 490 lin
+501 488 gm
+501 490 lin
+499 491 gm
+499 524 lin
+501 491 gm
+501 524 lin
+485 525 gm
+498 525 lin
+485 527 gm
+498 527 lin
+501 525 gm
+501 527 lin
+499 527 gm
+501 527 lin
+499 525 gm
+499 525 lin
+499 525 lin
+513 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(.)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(8)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Static splitting, master does part of  the search)show
+530 101 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.02517 0. 32 0.00251 0.(We should allocate a worker on the master processor; unfortunately, Fig.8 shows that this is not)awidthshow
+541 101 gm
+0.28411 0. 32 0.02841 0.(a good idea, because a master process should be able to generate new tasks rapidly when other)awidthshow
+552 101 gm
+1.02462 0. 32 0.10246 0.(processors become idle: when a processor is shared by the master and a worker the answer)awidthshow
+563 101 gm
+(times for master become too slow.)show
+593 96 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+593 145 gm
+(T\312\(sec\))show
+593 203 gm
+(N\312\(nodi\))show
+593 271 gm
+(S)show
+593 308 gm
+(E)show
+593 338 gm
+(Fpm)show
+593 378 gm
+(SO)show
+593 419 gm
+(SS\312\(nodi/sec\))show
+593 502 gm
+(Sss)show
+579 80 gm
+0 gr
+579 82 lin
+579 80 gm
+581 80 lin
+581 82 gm
+581 82 lin
+581 82 lin
+579 83 gm
+579 131 lin
+581 83 gm
+581 131 lin
+579 132 gm
+579 134 lin
+581 132 gm
+581 134 lin
+579 135 gm
+579 182 lin
+581 135 gm
+581 182 lin
+579 183 gm
+579 185 lin
+581 183 gm
+581 185 lin
+579 186 gm
+579 253 lin
+581 186 gm
+581 253 lin
+579 254 gm
+579 256 lin
+581 254 gm
+581 256 lin
+579 257 gm
+579 290 lin
+581 257 gm
+581 290 lin
+579 291 gm
+579 293 lin
+581 291 gm
+581 293 lin
+579 294 gm
+579 327 lin
+581 294 gm
+581 327 lin
+579 328 gm
+579 330 lin
+581 328 gm
+581 330 lin
+579 331 gm
+579 364 lin
+581 331 gm
+581 364 lin
+579 365 gm
+579 367 lin
+581 365 gm
+581 367 lin
+579 368 gm
+579 400 lin
+581 368 gm
+581 400 lin
+579 401 gm
+579 403 lin
+581 401 gm
+581 403 lin
+579 404 gm
+579 487 lin
+581 404 gm
+581 487 lin
+579 488 gm
+579 490 lin
+581 488 gm
+581 490 lin
+579 491 gm
+579 524 lin
+581 491 gm
+581 524 lin
+579 525 gm
+579 527 lin
+581 527 lin
+581 525 gm
+581 525 lin
+581 525 lin
+582 80 gm
+595 80 lin
+582 82 gm
+595 82 lin
+582 132 gm
+595 132 lin
+582 134 gm
+595 134 lin
+582 183 gm
+595 183 lin
+582 185 gm
+595 185 lin
+582 254 gm
+595 254 lin
+582 256 gm
+595 256 lin
+582 291 gm
+595 291 lin
+582 293 gm
+595 293 lin
+582 328 gm
+595 328 lin
+582 330 gm
+595 330 lin
+582 365 gm
+595 365 lin
+582 367 gm
+595 367 lin
+582 401 gm
+595 401 lin
+582 403 gm
+595 403 lin
+582 488 gm
+595 488 lin
+582 490 gm
+595 490 lin
+582 525 gm
+595 525 lin
+582 527 gm
+595 527 lin
+610 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+610 149 gm
+(8301)show
+610 203 gm
+(5347545)show
+610 269 gm
+(---)show
+610 306 gm
+(---)show
+610 343 gm
+(---)show
+610 380 gm
+(---)show
+610 439 gm
+(644)show
+610 503 gm
+(---)show
+596 82 gm
+0 gr
+598 82 lin
+596 80 gm
+598 80 lin
+596 83 gm
+596 131 lin
+598 83 gm
+598 131 lin
+596 134 gm
+596 134 lin
+598 132 gm
+598 132 lin
+596 132 gm
+596 132 lin
+598 134 gm
+598 134 lin
+596 135 gm
+596 182 lin
+598 135 gm
+598 182 lin
+596 185 gm
+596 185 lin
+598 183 gm
+598 183 lin
+596 183 gm
+596 183 lin
+598 185 gm
+598 185 lin
+596 186 gm
+596 253 lin
+598 186 gm
+598 253 lin
+596 256 gm
+596 256 lin
+598 254 gm
+598 254 lin
+596 254 gm
+596 254 lin
+598 256 gm
+598 256 lin
+596 257 gm
+596 290 lin
+598 257 gm
+598 290 lin
+596 293 gm
+596 293 lin
+598 291 gm
+598 291 lin
+596 291 gm
+596 291 lin
+598 293 gm
+598 293 lin
+596 294 gm
+596 327 lin
+598 294 gm
+598 327 lin
+596 330 gm
+596 330 lin
+598 328 gm
+598 328 lin
+596 328 gm
+596 328 lin
+598 330 gm
+598 330 lin
+596 331 gm
+596 364 lin
+598 331 gm
+598 364 lin
+596 367 gm
+596 367 lin
+598 365 gm
+598 365 lin
+596 365 gm
+596 365 lin
+598 367 gm
+598 367 lin
+596 368 gm
+596 400 lin
+598 368 gm
+598 400 lin
+596 403 gm
+596 403 lin
+598 401 gm
+598 401 lin
+596 401 gm
+596 401 lin
+598 403 gm
+598 403 lin
+596 404 gm
+596 487 lin
+598 404 gm
+598 487 lin
+596 490 gm
+596 490 lin
+598 488 gm
+598 488 lin
+596 488 gm
+596 488 lin
+598 490 gm
+598 490 lin
+596 491 gm
+596 524 lin
+598 491 gm
+598 524 lin
+596 527 gm
+598 527 lin
+596 525 gm
+598 525 lin
+599 80 gm
+612 80 lin
+599 82 gm
+612 82 lin
+599 132 gm
+612 132 lin
+599 134 gm
+612 134 lin
+599 183 gm
+612 183 lin
+599 185 gm
+612 185 lin
+599 254 gm
+612 254 lin
+599 256 gm
+612 256 lin
+599 291 gm
+612 291 lin
+599 293 gm
+612 293 lin
+599 328 gm
+612 328 lin
+599 330 gm
+612 330 lin
+599 365 gm
+612 365 lin
+599 367 gm
+612 367 lin
+599 401 gm
+612 401 lin
+599 403 gm
+612 403 lin
+599 488 gm
+612 488 lin
+599 490 gm
+612 490 lin
+599 525 gm
+612 525 lin
+599 527 gm
+612 527 lin
+625 105 gm
+F 1 setTxMode
+(3)show
+625 149 gm
+(3298)show
+625 203 gm
+(6156027)show
+625 265 gm
+(2.52)show
+625 302 gm
+(0.84)show
+625 339 gm
+(0.96)show
+625 376 gm
+(0.15)show
+625 436 gm
+(1867)show
+625 499 gm
+(2.90)show
+613 82 gm
+0 gr
+613 82 lin
+613 80 gm
+613 80 lin
+613 83 gm
+613 131 lin
+613 134 gm
+613 134 lin
+613 132 gm
+613 132 lin
+613 135 gm
+613 182 lin
+613 185 gm
+613 185 lin
+613 183 gm
+613 183 lin
+613 186 gm
+613 253 lin
+613 256 gm
+613 256 lin
+613 254 gm
+613 254 lin
+613 257 gm
+613 290 lin
+613 293 gm
+613 293 lin
+613 291 gm
+613 291 lin
+613 294 gm
+613 327 lin
+613 330 gm
+613 330 lin
+613 328 gm
+613 328 lin
+613 331 gm
+613 364 lin
+613 367 gm
+613 367 lin
+613 365 gm
+613 365 lin
+613 368 gm
+613 400 lin
+613 403 gm
+613 403 lin
+613 401 gm
+613 401 lin
+613 404 gm
+613 487 lin
+613 490 gm
+613 490 lin
+613 488 gm
+613 488 lin
+613 491 gm
+613 524 lin
+613 527 gm
+613 527 lin
+613 525 gm
+613 525 lin
+614 80 gm
+627 80 lin
+614 82 gm
+627 82 lin
+614 132 gm
+627 132 lin
+614 134 gm
+627 134 lin
+614 183 gm
+627 183 lin
+614 185 gm
+627 185 lin
+614 254 gm
+627 254 lin
+614 256 gm
+627 256 lin
+614 291 gm
+627 291 lin
+614 293 gm
+627 293 lin
+614 328 gm
+627 328 lin
+614 330 gm
+627 330 lin
+614 365 gm
+627 365 lin
+614 367 gm
+627 367 lin
+614 401 gm
+627 401 lin
+614 403 gm
+627 403 lin
+614 488 gm
+627 488 lin
+614 490 gm
+627 490 lin
+614 525 gm
+627 525 lin
+614 527 gm
+627 527 lin
+640 105 gm
+F 1 setTxMode
+(5)show
+640 149 gm
+(2382)show
+640 203 gm
+(6945194)show
+640 265 gm
+(3.48)show
+640 302 gm
+(0.70)show
+640 339 gm
+(0.91)show
+640 376 gm
+(0.30)show
+640 436 gm
+(2916)show
+640 499 gm
+(4.53)show
+628 82 gm
+0 gr
+628 82 lin
+628 80 gm
+628 80 lin
+628 83 gm
+628 131 lin
+628 134 gm
+628 134 lin
+628 132 gm
+628 132 lin
+628 135 gm
+628 182 lin
+628 185 gm
+628 185 lin
+628 183 gm
+628 183 lin
+628 186 gm
+628 253 lin
+628 256 gm
+628 256 lin
+628 254 gm
+628 254 lin
+628 257 gm
+628 290 lin
+628 293 gm
+628 293 lin
+628 291 gm
+628 291 lin
+628 294 gm
+628 327 lin
+628 330 gm
+628 330 lin
+628 328 gm
+628 328 lin
+628 331 gm
+628 364 lin
+628 367 gm
+628 367 lin
+628 365 gm
+628 365 lin
+628 368 gm
+628 400 lin
+628 403 gm
+628 403 lin
+628 401 gm
+628 401 lin
+628 404 gm
+628 487 lin
+628 490 gm
+628 490 lin
+628 488 gm
+628 488 lin
+628 491 gm
+628 524 lin
+628 527 gm
+628 527 lin
+628 525 gm
+628 525 lin
+629 80 gm
+642 80 lin
+629 82 gm
+642 82 lin
+629 132 gm
+642 132 lin
+629 134 gm
+642 134 lin
+629 183 gm
+642 183 lin
+629 185 gm
+642 185 lin
+629 254 gm
+642 254 lin
+629 256 gm
+642 256 lin
+629 291 gm
+642 291 lin
+629 293 gm
+642 293 lin
+629 328 gm
+642 328 lin
+629 330 gm
+642 330 lin
+629 365 gm
+642 365 lin
+629 367 gm
+642 367 lin
+629 401 gm
+642 401 lin
+629 403 gm
+642 403 lin
+629 488 gm
+642 488 lin
+629 490 gm
+642 490 lin
+629 525 gm
+642 525 lin
+629 527 gm
+642 527 lin
+655 105 gm
+F 1 setTxMode
+(7)show
+655 149 gm
+(2064)show
+655 203 gm
+(7524137)show
+655 265 gm
+(4.02)show
+655 302 gm
+(0.57)show
+655 339 gm
+(0.81)show
+655 376 gm
+(0.41)show
+655 436 gm
+(3645)show
+655 499 gm
+(5.66)show
+643 82 gm
+0 gr
+643 82 lin
+643 80 gm
+643 80 lin
+643 83 gm
+643 131 lin
+643 134 gm
+643 134 lin
+643 132 gm
+643 132 lin
+643 135 gm
+643 182 lin
+643 185 gm
+643 185 lin
+643 183 gm
+643 183 lin
+643 186 gm
+643 253 lin
+643 256 gm
+643 256 lin
+643 254 gm
+643 254 lin
+643 257 gm
+643 290 lin
+643 293 gm
+643 293 lin
+643 291 gm
+643 291 lin
+643 294 gm
+643 327 lin
+643 330 gm
+643 330 lin
+643 328 gm
+643 328 lin
+643 331 gm
+643 364 lin
+643 367 gm
+643 367 lin
+643 365 gm
+643 365 lin
+643 368 gm
+643 400 lin
+643 403 gm
+643 403 lin
+643 401 gm
+643 401 lin
+643 404 gm
+643 487 lin
+643 490 gm
+643 490 lin
+643 488 gm
+643 488 lin
+643 491 gm
+643 524 lin
+643 527 gm
+643 527 lin
+643 525 gm
+643 525 lin
+644 80 gm
+657 80 lin
+644 82 gm
+657 82 lin
+644 132 gm
+657 132 lin
+644 134 gm
+657 134 lin
+644 183 gm
+657 183 lin
+644 185 gm
+657 185 lin
+644 254 gm
+657 254 lin
+644 256 gm
+657 256 lin
+644 291 gm
+657 291 lin
+644 293 gm
+657 293 lin
+644 328 gm
+657 328 lin
+644 330 gm
+657 330 lin
+644 365 gm
+657 365 lin
+644 367 gm
+657 367 lin
+644 401 gm
+657 401 lin
+644 403 gm
+657 403 lin
+644 488 gm
+657 488 lin
+644 490 gm
+657 490 lin
+644 525 gm
+657 525 lin
+644 527 gm
+657 527 lin
+670 105 gm
+F 1 setTxMode
+(9)show
+670 149 gm
+(1798)show
+670 203 gm
+(8186074)show
+670 265 gm
+(4.62)show
+670 302 gm
+(0.51)show
+670 339 gm
+(0.77)show
+670 376 gm
+(0.53)show
+670 436 gm
+(4553)show
+670 499 gm
+(7.07)show
+658 82 gm
+0 gr
+658 82 lin
+658 80 gm
+658 80 lin
+658 83 gm
+658 131 lin
+658 134 gm
+658 134 lin
+658 132 gm
+658 132 lin
+658 135 gm
+658 182 lin
+658 185 gm
+658 185 lin
+658 183 gm
+658 183 lin
+658 186 gm
+658 253 lin
+658 256 gm
+658 256 lin
+658 254 gm
+658 254 lin
+658 257 gm
+658 290 lin
+658 293 gm
+658 293 lin
+658 291 gm
+658 291 lin
+658 294 gm
+658 327 lin
+658 330 gm
+658 330 lin
+658 328 gm
+658 328 lin
+658 331 gm
+658 364 lin
+658 367 gm
+658 367 lin
+658 365 gm
+658 365 lin
+658 368 gm
+658 400 lin
+658 403 gm
+658 403 lin
+658 401 gm
+658 401 lin
+658 404 gm
+658 487 lin
+658 490 gm
+658 490 lin
+658 488 gm
+658 488 lin
+658 491 gm
+658 524 lin
+658 527 gm
+658 527 lin
+658 525 gm
+658 525 lin
+659 80 gm
+672 80 lin
+659 82 gm
+672 82 lin
+659 132 gm
+672 132 lin
+659 134 gm
+672 134 lin
+659 183 gm
+672 183 lin
+659 185 gm
+672 185 lin
+659 254 gm
+672 254 lin
+659 256 gm
+672 256 lin
+659 291 gm
+672 291 lin
+659 293 gm
+672 293 lin
+659 328 gm
+672 328 lin
+659 330 gm
+672 330 lin
+659 365 gm
+672 365 lin
+659 367 gm
+672 367 lin
+659 401 gm
+672 401 lin
+659 403 gm
+672 403 lin
+659 488 gm
+672 488 lin
+659 490 gm
+672 490 lin
+659 525 gm
+672 525 lin
+659 527 gm
+672 527 lin
+685 103 gm
+F 1 setTxMode
+(11)show
+685 149 gm
+(1751)show
+685 203 gm
+(8746752)show
+685 265 gm
+(4.74)show
+685 302 gm
+(0.43)show
+685 339 gm
+(0.71)show
+685 376 gm
+(0.64)show
+685 436 gm
+(4995)show
+685 499 gm
+(7.75)show
+673 82 gm
+0 gr
+673 82 lin
+673 80 gm
+673 80 lin
+673 83 gm
+673 131 lin
+673 134 gm
+673 134 lin
+673 132 gm
+673 132 lin
+673 135 gm
+673 182 lin
+673 185 gm
+673 185 lin
+673 183 gm
+673 183 lin
+673 186 gm
+673 253 lin
+673 256 gm
+673 256 lin
+673 254 gm
+673 254 lin
+673 257 gm
+673 290 lin
+673 293 gm
+673 293 lin
+673 291 gm
+673 291 lin
+673 294 gm
+673 327 lin
+673 330 gm
+673 330 lin
+673 328 gm
+673 328 lin
+673 331 gm
+673 364 lin
+673 367 gm
+673 367 lin
+673 365 gm
+673 365 lin
+673 368 gm
+673 400 lin
+673 403 gm
+673 403 lin
+673 401 gm
+673 401 lin
+673 404 gm
+673 487 lin
+673 490 gm
+673 490 lin
+673 488 gm
+673 488 lin
+673 491 gm
+673 524 lin
+673 527 gm
+673 527 lin
+673 525 gm
+673 525 lin
+674 80 gm
+687 80 lin
+674 82 gm
+687 82 lin
+690 80 gm
+690 82 lin
+688 80 gm
+690 80 lin
+688 82 gm
+688 82 lin
+688 82 lin
+688 83 gm
+688 131 lin
+690 83 gm
+690 131 lin
+674 132 gm
+687 132 lin
+674 134 gm
+687 134 lin
+688 132 gm
+688 134 lin
+690 132 gm
+690 134 lin
+688 135 gm
+688 182 lin
+690 135 gm
+690 182 lin
+674 183 gm
+687 183 lin
+674 185 gm
+687 185 lin
+688 183 gm
+688 185 lin
+690 183 gm
+690 185 lin
+688 186 gm
+688 253 lin
+690 186 gm
+690 253 lin
+674 254 gm
+687 254 lin
+674 256 gm
+687 256 lin
+688 254 gm
+688 256 lin
+690 254 gm
+690 256 lin
+688 257 gm
+688 290 lin
+690 257 gm
+690 290 lin
+674 291 gm
+687 291 lin
+674 293 gm
+687 293 lin
+688 291 gm
+688 293 lin
+690 291 gm
+690 293 lin
+688 294 gm
+688 327 lin
+690 294 gm
+690 327 lin
+674 328 gm
+687 328 lin
+674 330 gm
+687 330 lin
+688 328 gm
+688 330 lin
+690 328 gm
+690 330 lin
+688 331 gm
+688 364 lin
+690 331 gm
+690 364 lin
+674 365 gm
+687 365 lin
+674 367 gm
+687 367 lin
+688 365 gm
+688 367 lin
+690 365 gm
+690 367 lin
+688 368 gm
+688 400 lin
+690 368 gm
+690 400 lin
+674 401 gm
+687 401 lin
+674 403 gm
+687 403 lin
+688 401 gm
+688 403 lin
+690 401 gm
+690 403 lin
+688 404 gm
+688 487 lin
+690 404 gm
+690 487 lin
+674 488 gm
+687 488 lin
+674 490 gm
+687 490 lin
+688 488 gm
+688 490 lin
+690 488 gm
+690 490 lin
+688 491 gm
+688 524 lin
+690 491 gm
+690 524 lin
+674 525 gm
+687 525 lin
+674 527 gm
+687 527 lin
+690 525 gm
+690 527 lin
+688 527 gm
+690 527 lin
+688 525 gm
+688 525 lin
+688 525 lin
+702 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.9)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Static splitting, no master  \(democratic cooperation\))show
+718 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.72952 0. 32 0.07295 0.(The core algorithm can be rewritten to get a more efficient program: there is no need to maintain)awidthshow
+729 79 gm
+0.48248 0. 32 0.04824 0.(alive the master if the workers are able to handle the results. We call this variant of master-worker)awidthshow
+740 79 gm
+-0.00064 0.(\322democratic coperation\323. Data shown in Fig.9 show an improvement with respect to the pure master-)ashow
+751 79 gm
+0.28015 0. 32 0.02801 0.(worker paradigm. However, such data also show that search overhead increased, because a\) there is)awidthshow
+F T cp
+%%Page: ? 11
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 519 gm
+(9)show
+118 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.70068 0. 32 0.07006 0.(one more process cooperating in the search, and b\) each worker starts executing a new task more)awidthshow
+129 79 gm
+0.61386 0. 32 0.06138 0.(rapidly, so it is less likely that it can use data from other explorers that finish while it is idle. The)awidthshow
+140 79 gm
+0.40039 0. 32 0.04003 0.(most important consideration is that the algorithms get similar results as we increase processors. In)awidthshow
+151 79 gm
+0.63476 0. 32 0.06347 0.(fact, let P be the total number of processors and E\(P\) number of exploring processors; let C\(P\)be:)awidthshow
+0 0 pen
+185 223 gm
+(nc 155 79 185 223 6 rc)kp
+0 gr
+185 223 lin
+psb
+currentpoint
+pse
+155 79 gm
+155 79 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 4608 div 960 3 -1 roll exch div scale currentpoint translate 64 44 translate
+-12 500 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+384 /Times-Roman f1
+(C) show
+246 500 moveto
+(\() show
+390 500 moveto
+(P) show
+619 500 moveto
+(\)) show
+829 500 moveto
+(=) show
+1174 261 moveto
+(E) show
+1408 261 moveto
+224 ns
+(master) show
+2091 261 moveto
+(-) show
+2247 261 moveto
+(worker) show
+2894 261 moveto
+384 ns
+(\() show
+3038 261 moveto
+(P) show
+3267 261 moveto
+(\)) show
+1418 793 moveto
+(E) show
+1652 793 moveto
+224 ns
+(democratic) show
+2651 793 moveto
+384 ns
+(\() show
+2795 793 moveto
+(P) show
+3024 793 moveto
+(\)) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 1146 401 moveto 2262 0 rlineto stroke
+3509 500 moveto
+(=) show
+3854 261 moveto
+(P) show
+4142 261 moveto
+(-) show
+4306 261 moveto
+(1) show
+4051 793 moveto
+(P) show
+3826 401 moveto 663 0 rlineto stroke
+end
+pse
+1 1 pen
+172 223 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+2.31613 0. 32 0.23161 0.(. The ratio among production factors is proportional to C\(P\),)awidthshow
+193 79 gm
+4.52468 0. 32 0.45246 0.(whereas the ratio among value of search overhead is inversely proportional; since)awidthshow
+0 0 pen
+227 265 gm
+(nc 197 79 227 265 6 rc)kp
+0 gr
+227 265 lin
+psb
+currentpoint
+pse
+197 79 gm
+197 79 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 5952 div 960 3 -1 roll exch div scale currentpoint translate 64 44 translate
+12 500 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+384 /Times-Roman f1
+(lim) show
+16 724 moveto
+224 /Times-Italic f1
+(p) show
+142 724 moveto
+224 /Symbol f1
+(\256) show
+383 724 moveto
+(\245) show
+909 500 moveto
+384 /Times-Italic f1
+(C) show
+1173 500 moveto
+384 /Times-Roman f1
+(\() show
+1327 500 moveto
+384 /Times-Italic f1
+(P) show
+1571 500 moveto
+384 /Times-Roman f1
+(\)) show
+1788 500 moveto
+384 /Symbol f1
+(=) show
+2064 500 moveto
+384 /Times-Roman f1
+(1) show
+2594 500 moveto
+384 /Times-Italic f1
+(and) show
+3574 500 moveto
+384 /Times-Roman f1
+(lim) show
+3578 724 moveto
+224 /Times-Italic f1
+(p) show
+3704 724 moveto
+224 /Symbol f1
+(\256) show
+3945 724 moveto
+(\245) show
+4798 261 moveto
+384 /Times-Roman f1
+(1) show
+4503 793 moveto
+384 /Times-Italic f1
+(C) show
+4767 793 moveto
+384 /Times-Roman f1
+(\() show
+4921 793 moveto
+384 /Times-Italic f1
+(P) show
+5165 793 moveto
+384 /Times-Roman f1
+(\)) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 4483 401 moveto 823 0 rlineto stroke
+5414 500 moveto
+384 /Symbol f1
+(=) show
+5690 500 moveto
+384 /Times-Roman f1
+(1) show
+end
+pse
+1 1 pen
+214 265 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+( the two algorithms are asyntotically equivalent.)show
+254 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(4.1 Ordered game trees: iterative deepening and top level sorting)show
+267 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.68984 0. 32 0.06898 0.(In the algorithms presented above there is no sorting of nodes; however, it is well known that the)awidthshow
+282 79 gm
+2.09381 0. 32 0.20938 0.(execution of )awidthshow
+282 143 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.69818 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.98272 0. 32 0.19827 0.( algorithm improves if game tree nodes are ordered [MarCam82]. We have)awidthshow
+294 79 gm
+0.63858 0. 32 0.06385 0.(implemented such a sorting, and the resulting search algorithm has been tested with the following)awidthshow
+305 79 gm
+0.10040 0. 32 0.01004 0.(parameters for iterative deepening: INIT=2-plies, MAX=5-plies; thresold for parallel search: 3)awidthshow
+305 496 gm
+(-plies.)show
+320 79 gm
+0.18295 0. 32 0.01829 0.(The sequential algorithm we used for comparison is )awidthshow
+bu fc
+2 F /|______Symbol fnt
+bn
+0.06732 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.18188 0. 32 0.01818 0.( with iterative deepening and same INIT and)awidthshow
+332 79 gm
+(MAX.)show
+361 96 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+361 145 gm
+(T\312\(sec\))show
+361 200 gm
+(N\312\(nodes\))show
+361 271 gm
+(S)show
+361 308 gm
+(E)show
+361 338 gm
+(Fpm)show
+361 378 gm
+(SO)show
+361 418 gm
+(SS )show
+9 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(\(nodes/sec\))show
+361 502 gm
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Sss)show
+347 80 gm
+0 gr
+347 82 lin
+347 80 gm
+349 80 lin
+349 82 gm
+349 82 lin
+349 82 lin
+347 83 gm
+347 131 lin
+349 83 gm
+349 131 lin
+347 132 gm
+347 134 lin
+349 132 gm
+349 134 lin
+347 135 gm
+347 182 lin
+349 135 gm
+349 182 lin
+347 183 gm
+347 185 lin
+349 183 gm
+349 185 lin
+347 186 gm
+347 253 lin
+349 186 gm
+349 253 lin
+347 254 gm
+347 256 lin
+349 254 gm
+349 256 lin
+347 257 gm
+347 290 lin
+349 257 gm
+349 290 lin
+347 291 gm
+347 293 lin
+349 291 gm
+349 293 lin
+347 294 gm
+347 327 lin
+349 294 gm
+349 327 lin
+347 328 gm
+347 330 lin
+349 328 gm
+349 330 lin
+347 331 gm
+347 364 lin
+349 331 gm
+349 364 lin
+347 365 gm
+347 367 lin
+349 365 gm
+349 367 lin
+347 368 gm
+347 400 lin
+349 368 gm
+349 400 lin
+347 401 gm
+347 403 lin
+349 401 gm
+349 403 lin
+347 404 gm
+347 487 lin
+349 404 gm
+349 487 lin
+347 488 gm
+347 490 lin
+349 488 gm
+349 490 lin
+347 491 gm
+347 524 lin
+349 491 gm
+349 524 lin
+347 525 gm
+347 527 lin
+349 527 lin
+349 525 gm
+349 525 lin
+349 525 lin
+350 80 gm
+363 80 lin
+350 82 gm
+363 82 lin
+350 132 gm
+363 132 lin
+350 134 gm
+363 134 lin
+350 183 gm
+363 183 lin
+350 185 gm
+363 185 lin
+350 254 gm
+363 254 lin
+350 256 gm
+363 256 lin
+350 291 gm
+363 291 lin
+350 293 gm
+363 293 lin
+350 328 gm
+363 328 lin
+350 330 gm
+363 330 lin
+350 365 gm
+363 365 lin
+350 367 gm
+363 367 lin
+350 401 gm
+363 401 lin
+350 403 gm
+363 403 lin
+350 488 gm
+363 488 lin
+350 490 gm
+363 490 lin
+350 525 gm
+363 525 lin
+350 527 gm
+363 527 lin
+378 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+378 149 gm
+(6740)show
+378 203 gm
+(4529971)show
+378 269 gm
+(---)show
+378 306 gm
+(---)show
+378 343 gm
+(---)show
+378 380 gm
+(---)show
+378 439 gm
+(672)show
+378 503 gm
+(---)show
+364 82 gm
+0 gr
+366 82 lin
+364 80 gm
+366 80 lin
+364 83 gm
+364 131 lin
+366 83 gm
+366 131 lin
+364 134 gm
+364 134 lin
+366 132 gm
+366 132 lin
+364 132 gm
+364 132 lin
+366 134 gm
+366 134 lin
+364 135 gm
+364 182 lin
+366 135 gm
+366 182 lin
+364 185 gm
+364 185 lin
+366 183 gm
+366 183 lin
+364 183 gm
+364 183 lin
+366 185 gm
+366 185 lin
+364 186 gm
+364 253 lin
+366 186 gm
+366 253 lin
+364 256 gm
+364 256 lin
+366 254 gm
+366 254 lin
+364 254 gm
+364 254 lin
+366 256 gm
+366 256 lin
+364 257 gm
+364 290 lin
+366 257 gm
+366 290 lin
+364 293 gm
+364 293 lin
+366 291 gm
+366 291 lin
+364 291 gm
+364 291 lin
+366 293 gm
+366 293 lin
+364 294 gm
+364 327 lin
+366 294 gm
+366 327 lin
+364 330 gm
+364 330 lin
+366 328 gm
+366 328 lin
+364 328 gm
+364 328 lin
+366 330 gm
+366 330 lin
+364 331 gm
+364 364 lin
+366 331 gm
+366 364 lin
+364 367 gm
+364 367 lin
+366 365 gm
+366 365 lin
+364 365 gm
+364 365 lin
+366 367 gm
+366 367 lin
+364 368 gm
+364 400 lin
+366 368 gm
+366 400 lin
+364 403 gm
+364 403 lin
+366 401 gm
+366 401 lin
+364 401 gm
+364 401 lin
+366 403 gm
+366 403 lin
+364 404 gm
+364 487 lin
+366 404 gm
+366 487 lin
+364 490 gm
+364 490 lin
+366 488 gm
+366 488 lin
+364 488 gm
+364 488 lin
+366 490 gm
+366 490 lin
+364 491 gm
+364 524 lin
+366 491 gm
+366 524 lin
+364 527 gm
+366 527 lin
+364 525 gm
+366 525 lin
+367 80 gm
+380 80 lin
+367 82 gm
+380 82 lin
+367 132 gm
+380 132 lin
+367 134 gm
+380 134 lin
+367 183 gm
+380 183 lin
+367 185 gm
+380 185 lin
+367 254 gm
+380 254 lin
+367 256 gm
+380 256 lin
+367 291 gm
+380 291 lin
+367 293 gm
+380 293 lin
+367 328 gm
+380 328 lin
+367 330 gm
+380 330 lin
+367 365 gm
+380 365 lin
+367 367 gm
+380 367 lin
+367 401 gm
+380 401 lin
+367 403 gm
+380 403 lin
+367 488 gm
+380 488 lin
+367 490 gm
+380 490 lin
+367 525 gm
+380 525 lin
+367 527 gm
+380 527 lin
+393 105 gm
+F 1 setTxMode
+(3)show
+393 149 gm
+(2884)show
+393 203 gm
+(5415125)show
+393 265 gm
+(2.34)show
+393 302 gm
+(0.78)show
+393 339 gm
+(0.94)show
+393 376 gm
+(0.20)show
+393 436 gm
+(1878)show
+393 499 gm
+(2.79)show
+381 82 gm
+0 gr
+381 82 lin
+381 80 gm
+381 80 lin
+381 83 gm
+381 131 lin
+381 134 gm
+381 134 lin
+381 132 gm
+381 132 lin
+381 135 gm
+381 182 lin
+381 185 gm
+381 185 lin
+381 183 gm
+381 183 lin
+381 186 gm
+381 253 lin
+381 256 gm
+381 256 lin
+381 254 gm
+381 254 lin
+381 257 gm
+381 290 lin
+381 293 gm
+381 293 lin
+381 291 gm
+381 291 lin
+381 294 gm
+381 327 lin
+381 330 gm
+381 330 lin
+381 328 gm
+381 328 lin
+381 331 gm
+381 364 lin
+381 367 gm
+381 367 lin
+381 365 gm
+381 365 lin
+381 368 gm
+381 400 lin
+381 403 gm
+381 403 lin
+381 401 gm
+381 401 lin
+381 404 gm
+381 487 lin
+381 490 gm
+381 490 lin
+381 488 gm
+381 488 lin
+381 491 gm
+381 524 lin
+381 527 gm
+381 527 lin
+381 525 gm
+381 525 lin
+382 80 gm
+395 80 lin
+382 82 gm
+395 82 lin
+382 132 gm
+395 132 lin
+382 134 gm
+395 134 lin
+382 183 gm
+395 183 lin
+382 185 gm
+395 185 lin
+382 254 gm
+395 254 lin
+382 256 gm
+395 256 lin
+382 291 gm
+395 291 lin
+382 293 gm
+395 293 lin
+382 328 gm
+395 328 lin
+382 330 gm
+395 330 lin
+382 365 gm
+395 365 lin
+382 367 gm
+395 367 lin
+382 401 gm
+395 401 lin
+382 403 gm
+395 403 lin
+382 488 gm
+395 488 lin
+382 490 gm
+395 490 lin
+382 525 gm
+395 525 lin
+382 527 gm
+395 527 lin
+408 105 gm
+F 1 setTxMode
+(5)show
+408 149 gm
+(2229)show
+408 203 gm
+(6307062)show
+408 265 gm
+(3.02)show
+408 302 gm
+(0.60)show
+408 339 gm
+(0.87)show
+408 376 gm
+(0.39)show
+408 436 gm
+(2830)show
+408 499 gm
+(4.21)show
+396 82 gm
+0 gr
+396 82 lin
+396 80 gm
+396 80 lin
+396 83 gm
+396 131 lin
+396 134 gm
+396 134 lin
+396 132 gm
+396 132 lin
+396 135 gm
+396 182 lin
+396 185 gm
+396 185 lin
+396 183 gm
+396 183 lin
+396 186 gm
+396 253 lin
+396 256 gm
+396 256 lin
+396 254 gm
+396 254 lin
+396 257 gm
+396 290 lin
+396 293 gm
+396 293 lin
+396 291 gm
+396 291 lin
+396 294 gm
+396 327 lin
+396 330 gm
+396 330 lin
+396 328 gm
+396 328 lin
+396 331 gm
+396 364 lin
+396 367 gm
+396 367 lin
+396 365 gm
+396 365 lin
+396 368 gm
+396 400 lin
+396 403 gm
+396 403 lin
+396 401 gm
+396 401 lin
+396 404 gm
+396 487 lin
+396 490 gm
+396 490 lin
+396 488 gm
+396 488 lin
+396 491 gm
+396 524 lin
+396 527 gm
+396 527 lin
+396 525 gm
+396 525 lin
+397 80 gm
+410 80 lin
+397 82 gm
+410 82 lin
+397 132 gm
+410 132 lin
+397 134 gm
+410 134 lin
+397 183 gm
+410 183 lin
+397 185 gm
+410 185 lin
+397 254 gm
+410 254 lin
+397 256 gm
+410 256 lin
+397 291 gm
+410 291 lin
+397 293 gm
+410 293 lin
+397 328 gm
+410 328 lin
+397 330 gm
+410 330 lin
+397 365 gm
+410 365 lin
+397 367 gm
+410 367 lin
+397 401 gm
+410 401 lin
+397 403 gm
+410 403 lin
+397 488 gm
+410 488 lin
+397 490 gm
+410 490 lin
+397 525 gm
+410 525 lin
+397 527 gm
+410 527 lin
+423 105 gm
+F 1 setTxMode
+(7)show
+423 149 gm
+(2007)show
+423 203 gm
+(7317370)show
+423 265 gm
+(3.36)show
+423 302 gm
+(0.48)show
+423 339 gm
+(0.80)show
+423 376 gm
+(0.62)show
+423 436 gm
+(3646)show
+423 499 gm
+(5.42)show
+411 82 gm
+0 gr
+411 82 lin
+411 80 gm
+411 80 lin
+411 83 gm
+411 131 lin
+411 134 gm
+411 134 lin
+411 132 gm
+411 132 lin
+411 135 gm
+411 182 lin
+411 185 gm
+411 185 lin
+411 183 gm
+411 183 lin
+411 186 gm
+411 253 lin
+411 256 gm
+411 256 lin
+411 254 gm
+411 254 lin
+411 257 gm
+411 290 lin
+411 293 gm
+411 293 lin
+411 291 gm
+411 291 lin
+411 294 gm
+411 327 lin
+411 330 gm
+411 330 lin
+411 328 gm
+411 328 lin
+411 331 gm
+411 364 lin
+411 367 gm
+411 367 lin
+411 365 gm
+411 365 lin
+411 368 gm
+411 400 lin
+411 403 gm
+411 403 lin
+411 401 gm
+411 401 lin
+411 404 gm
+411 487 lin
+411 490 gm
+411 490 lin
+411 488 gm
+411 488 lin
+411 491 gm
+411 524 lin
+411 527 gm
+411 527 lin
+411 525 gm
+411 525 lin
+412 80 gm
+425 80 lin
+412 82 gm
+425 82 lin
+412 132 gm
+425 132 lin
+412 134 gm
+425 134 lin
+412 183 gm
+425 183 lin
+412 185 gm
+425 185 lin
+412 254 gm
+425 254 lin
+412 256 gm
+425 256 lin
+412 291 gm
+425 291 lin
+412 293 gm
+425 293 lin
+412 328 gm
+425 328 lin
+412 330 gm
+425 330 lin
+412 365 gm
+425 365 lin
+412 367 gm
+425 367 lin
+412 401 gm
+425 401 lin
+412 403 gm
+425 403 lin
+412 488 gm
+425 488 lin
+412 490 gm
+425 490 lin
+412 525 gm
+425 525 lin
+412 527 gm
+425 527 lin
+438 105 gm
+F 1 setTxMode
+(9)show
+438 149 gm
+(1839)show
+438 203 gm
+(8187769)show
+438 265 gm
+(3.67)show
+438 302 gm
+(0.41)show
+438 339 gm
+(0.75)show
+438 376 gm
+(0.81)show
+438 436 gm
+(4452)show
+438 499 gm
+(6.62)show
+426 82 gm
+0 gr
+426 82 lin
+426 80 gm
+426 80 lin
+426 83 gm
+426 131 lin
+426 134 gm
+426 134 lin
+426 132 gm
+426 132 lin
+426 135 gm
+426 182 lin
+426 185 gm
+426 185 lin
+426 183 gm
+426 183 lin
+426 186 gm
+426 253 lin
+426 256 gm
+426 256 lin
+426 254 gm
+426 254 lin
+426 257 gm
+426 290 lin
+426 293 gm
+426 293 lin
+426 291 gm
+426 291 lin
+426 294 gm
+426 327 lin
+426 330 gm
+426 330 lin
+426 328 gm
+426 328 lin
+426 331 gm
+426 364 lin
+426 367 gm
+426 367 lin
+426 365 gm
+426 365 lin
+426 368 gm
+426 400 lin
+426 403 gm
+426 403 lin
+426 401 gm
+426 401 lin
+426 404 gm
+426 487 lin
+426 490 gm
+426 490 lin
+426 488 gm
+426 488 lin
+426 491 gm
+426 524 lin
+426 527 gm
+426 527 lin
+426 525 gm
+426 525 lin
+427 80 gm
+440 80 lin
+427 82 gm
+440 82 lin
+427 132 gm
+440 132 lin
+427 134 gm
+440 134 lin
+427 183 gm
+440 183 lin
+427 185 gm
+440 185 lin
+427 254 gm
+440 254 lin
+427 256 gm
+440 256 lin
+427 291 gm
+440 291 lin
+427 293 gm
+440 293 lin
+427 328 gm
+440 328 lin
+427 330 gm
+440 330 lin
+427 365 gm
+440 365 lin
+427 367 gm
+440 367 lin
+427 401 gm
+440 401 lin
+427 403 gm
+440 403 lin
+427 488 gm
+440 488 lin
+427 490 gm
+440 490 lin
+427 525 gm
+440 525 lin
+427 527 gm
+440 527 lin
+453 103 gm
+F 1 setTxMode
+(11)show
+453 149 gm
+(1825)show
+453 203 gm
+(8980505)show
+453 265 gm
+(3.69)show
+453 302 gm
+(0.34)show
+453 339 gm
+(0.71)show
+453 376 gm
+(0.98)show
+453 436 gm
+(4921)show
+453 499 gm
+(7.32)show
+441 82 gm
+0 gr
+441 82 lin
+441 80 gm
+441 80 lin
+441 83 gm
+441 131 lin
+441 134 gm
+441 134 lin
+441 132 gm
+441 132 lin
+441 135 gm
+441 182 lin
+441 185 gm
+441 185 lin
+441 183 gm
+441 183 lin
+441 186 gm
+441 253 lin
+441 256 gm
+441 256 lin
+441 254 gm
+441 254 lin
+441 257 gm
+441 290 lin
+441 293 gm
+441 293 lin
+441 291 gm
+441 291 lin
+441 294 gm
+441 327 lin
+441 330 gm
+441 330 lin
+441 328 gm
+441 328 lin
+441 331 gm
+441 364 lin
+441 367 gm
+441 367 lin
+441 365 gm
+441 365 lin
+441 368 gm
+441 400 lin
+441 403 gm
+441 403 lin
+441 401 gm
+441 401 lin
+441 404 gm
+441 487 lin
+441 490 gm
+441 490 lin
+441 488 gm
+441 488 lin
+441 491 gm
+441 524 lin
+441 527 gm
+441 527 lin
+441 525 gm
+441 525 lin
+442 80 gm
+455 80 lin
+442 82 gm
+455 82 lin
+458 80 gm
+458 82 lin
+456 80 gm
+458 80 lin
+456 82 gm
+456 82 lin
+456 82 lin
+456 83 gm
+456 131 lin
+458 83 gm
+458 131 lin
+442 132 gm
+455 132 lin
+442 134 gm
+455 134 lin
+456 132 gm
+456 134 lin
+458 132 gm
+458 134 lin
+456 135 gm
+456 182 lin
+458 135 gm
+458 182 lin
+442 183 gm
+455 183 lin
+442 185 gm
+455 185 lin
+456 183 gm
+456 185 lin
+458 183 gm
+458 185 lin
+456 186 gm
+456 253 lin
+458 186 gm
+458 253 lin
+442 254 gm
+455 254 lin
+442 256 gm
+455 256 lin
+456 254 gm
+456 256 lin
+458 254 gm
+458 256 lin
+456 257 gm
+456 290 lin
+458 257 gm
+458 290 lin
+442 291 gm
+455 291 lin
+442 293 gm
+455 293 lin
+456 291 gm
+456 293 lin
+458 291 gm
+458 293 lin
+456 294 gm
+456 327 lin
+458 294 gm
+458 327 lin
+442 328 gm
+455 328 lin
+442 330 gm
+455 330 lin
+456 328 gm
+456 330 lin
+458 328 gm
+458 330 lin
+456 331 gm
+456 364 lin
+458 331 gm
+458 364 lin
+442 365 gm
+455 365 lin
+442 367 gm
+455 367 lin
+456 365 gm
+456 367 lin
+458 365 gm
+458 367 lin
+456 368 gm
+456 400 lin
+458 368 gm
+458 400 lin
+442 401 gm
+455 401 lin
+442 403 gm
+455 403 lin
+456 401 gm
+456 403 lin
+458 401 gm
+458 403 lin
+456 404 gm
+456 487 lin
+458 404 gm
+458 487 lin
+442 488 gm
+455 488 lin
+442 490 gm
+455 490 lin
+456 488 gm
+456 490 lin
+458 488 gm
+458 490 lin
+456 491 gm
+456 524 lin
+458 491 gm
+458 524 lin
+442 525 gm
+455 525 lin
+442 527 gm
+455 527 lin
+458 525 gm
+458 527 lin
+456 527 gm
+458 527 lin
+456 525 gm
+456 525 lin
+456 525 lin
+470 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.10)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Basic algorithm, iterative deepening and top-level sorting)show
+486 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.85195 0. 32 0.18519 0.(The most impressive result in Fig.10 is the increasing of search overhead SO \(98% with 11)awidthshow
+497 79 gm
+0.59921 0. 32 0.05992 0.(processors\). The number of visited nodes is larger for 9 and 11 processors. On the other hand, the)awidthshow
+508 79 gm
+1.22573 0. 32 0.12257 0.(sequential version benefits from the new heuristics: the visited nodes are decreasd of 17%. We)awidthshow
+519 79 gm
+1.15554 0. 32 0.11555 0.(explain this with the fact that parallel search initially cannot gain any advantage from top level)awidthshow
+530 79 gm
+(sorting, since all processes start simultaneously with initial score equal to -)show
+currentfont SwToSym
+(\245)show
+setfont
+(.)show
+541 79 gm
+0.40695 0. 32 0.04069 0.(Moreover, with respect to no iterative deepening, in this case visited nodes include also all internal)awidthshow
+552 79 gm
+0.11657 0. 32 0.01165 0.(nodes: this explains the total count with 11 processors. However, the average production factor Fpm)awidthshow
+563 79 gm
+(decreases of 2%: there is a larger synchronization overhead due to search in the internal tree.)show
+593 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(4.2 Reducing the search overhead)show
+606 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Search overhead is caused:)show
+618 88 gm
+(\245\312by lack of sharing of score during search;)show
+631 88 gm
+(\245\312initial score = -)show
+currentfont SwToSym
+(\245)show
+setfont
+( for the first N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(w)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( tasks \(N)show
+631 277 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(w)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( = # explorers\).)show
+643 79 gm
+0.40771 0. 32 0.04077 0.(We try to overcome such problems introducing a tuple storing a global score that all local searches)awidthshow
+654 79 gm
+1.10519 0. 32 0.11051 0.(can query. The global score tuple that can be read at any moment, but we must be careful with)awidthshow
+665 79 gm
+1.13174 0. 32 0.11317 0.(reading such a tuple, because it may be a very expensive operation. Thus, we try to make only)awidthshow
+676 79 gm
+0.11413 0. 32 0.01141 0.("useful" readings: after each reading of the global score the explorer puts in the tuple space a private)awidthshow
+687 79 gm
+0.35781 0. 32 0.03578 0.(tuple. When a worker modifies the global score it removes all private tuples, so that they can know)awidthshow
+699 79 gm
+0.66818 0. 32 0.06681 0.(when an update was done. In C-Linda )awidthshow
+bu fc
+2 F /|______Courier fnt
+bn
+0.27516 0.(out)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.73806 0. 32 0.07380 0.( operations are local and inexpensive, whereas )awidthshow
+bu fc
+2 F /|______Courier fnt
+bn
+0.27517 0.(in)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.51879 0. 32 0.05187 0.( are)awidthshow
+710 79 gm
+0.23971 0. 32 0.02397 0.(based on broadcasting and are expensive. Deletion of private tuples is expensive as well, but it does)awidthshow
+721 79 gm
+(not happen frequently. Fig.11 shows the evaluation of such an algorithm.)show
+F T cp
+%%Page: ? 12
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(10)show
+124 96 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+124 145 gm
+(T\312\(sec\))show
+124 200 gm
+(N\312\(nodes\))show
+124 271 gm
+(S)show
+124 308 gm
+(E)show
+124 338 gm
+(Fpm)show
+124 378 gm
+(SO)show
+124 416 gm
+(SS\312\(nodes/sec\))show
+124 502 gm
+(Sss)show
+110 80 gm
+0 gr
+110 82 lin
+110 80 gm
+112 80 lin
+112 82 gm
+112 82 lin
+112 82 lin
+110 83 gm
+110 131 lin
+112 83 gm
+112 131 lin
+110 132 gm
+110 134 lin
+112 132 gm
+112 134 lin
+110 135 gm
+110 182 lin
+112 135 gm
+112 182 lin
+110 183 gm
+110 185 lin
+112 183 gm
+112 185 lin
+110 186 gm
+110 253 lin
+112 186 gm
+112 253 lin
+110 254 gm
+110 256 lin
+112 254 gm
+112 256 lin
+110 257 gm
+110 290 lin
+112 257 gm
+112 290 lin
+110 291 gm
+110 293 lin
+112 291 gm
+112 293 lin
+110 294 gm
+110 327 lin
+112 294 gm
+112 327 lin
+110 328 gm
+110 330 lin
+112 328 gm
+112 330 lin
+110 331 gm
+110 364 lin
+112 331 gm
+112 364 lin
+110 365 gm
+110 367 lin
+112 365 gm
+112 367 lin
+110 368 gm
+110 400 lin
+112 368 gm
+112 400 lin
+110 401 gm
+110 403 lin
+112 401 gm
+112 403 lin
+110 404 gm
+110 487 lin
+112 404 gm
+112 487 lin
+110 488 gm
+110 490 lin
+112 488 gm
+112 490 lin
+110 491 gm
+110 524 lin
+112 491 gm
+112 524 lin
+110 525 gm
+110 527 lin
+112 527 lin
+112 525 gm
+112 525 lin
+112 525 lin
+113 80 gm
+126 80 lin
+113 82 gm
+126 82 lin
+113 132 gm
+126 132 lin
+113 134 gm
+126 134 lin
+113 183 gm
+126 183 lin
+113 185 gm
+126 185 lin
+113 254 gm
+126 254 lin
+113 256 gm
+126 256 lin
+113 291 gm
+126 291 lin
+113 293 gm
+126 293 lin
+113 328 gm
+126 328 lin
+113 330 gm
+126 330 lin
+113 365 gm
+126 365 lin
+113 367 gm
+126 367 lin
+113 401 gm
+126 401 lin
+113 403 gm
+126 403 lin
+113 488 gm
+126 488 lin
+113 490 gm
+126 490 lin
+113 525 gm
+126 525 lin
+113 527 gm
+126 527 lin
+141 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+141 149 gm
+(6740)show
+141 203 gm
+(4529971)show
+141 269 gm
+(---)show
+141 306 gm
+(---)show
+141 343 gm
+(---)show
+141 380 gm
+(---)show
+141 439 gm
+(672)show
+141 503 gm
+(---)show
+127 82 gm
+0 gr
+129 82 lin
+127 80 gm
+129 80 lin
+127 83 gm
+127 131 lin
+129 83 gm
+129 131 lin
+127 134 gm
+127 134 lin
+129 132 gm
+129 132 lin
+127 132 gm
+127 132 lin
+129 134 gm
+129 134 lin
+127 135 gm
+127 182 lin
+129 135 gm
+129 182 lin
+127 185 gm
+127 185 lin
+129 183 gm
+129 183 lin
+127 183 gm
+127 183 lin
+129 185 gm
+129 185 lin
+127 186 gm
+127 253 lin
+129 186 gm
+129 253 lin
+127 256 gm
+127 256 lin
+129 254 gm
+129 254 lin
+127 254 gm
+127 254 lin
+129 256 gm
+129 256 lin
+127 257 gm
+127 290 lin
+129 257 gm
+129 290 lin
+127 293 gm
+127 293 lin
+129 291 gm
+129 291 lin
+127 291 gm
+127 291 lin
+129 293 gm
+129 293 lin
+127 294 gm
+127 327 lin
+129 294 gm
+129 327 lin
+127 330 gm
+127 330 lin
+129 328 gm
+129 328 lin
+127 328 gm
+127 328 lin
+129 330 gm
+129 330 lin
+127 331 gm
+127 364 lin
+129 331 gm
+129 364 lin
+127 367 gm
+127 367 lin
+129 365 gm
+129 365 lin
+127 365 gm
+127 365 lin
+129 367 gm
+129 367 lin
+127 368 gm
+127 400 lin
+129 368 gm
+129 400 lin
+127 403 gm
+127 403 lin
+129 401 gm
+129 401 lin
+127 401 gm
+127 401 lin
+129 403 gm
+129 403 lin
+127 404 gm
+127 487 lin
+129 404 gm
+129 487 lin
+127 490 gm
+127 490 lin
+129 488 gm
+129 488 lin
+127 488 gm
+127 488 lin
+129 490 gm
+129 490 lin
+127 491 gm
+127 524 lin
+129 491 gm
+129 524 lin
+127 527 gm
+129 527 lin
+127 525 gm
+129 525 lin
+130 80 gm
+143 80 lin
+130 82 gm
+143 82 lin
+130 132 gm
+143 132 lin
+130 134 gm
+143 134 lin
+130 183 gm
+143 183 lin
+130 185 gm
+143 185 lin
+130 254 gm
+143 254 lin
+130 256 gm
+143 256 lin
+130 291 gm
+143 291 lin
+130 293 gm
+143 293 lin
+130 328 gm
+143 328 lin
+130 330 gm
+143 330 lin
+130 365 gm
+143 365 lin
+130 367 gm
+143 367 lin
+130 401 gm
+143 401 lin
+130 403 gm
+143 403 lin
+130 488 gm
+143 488 lin
+130 490 gm
+143 490 lin
+130 525 gm
+143 525 lin
+130 527 gm
+143 527 lin
+156 105 gm
+F 1 setTxMode
+(3)show
+156 149 gm
+(2689)show
+156 203 gm
+(4995937)show
+156 265 gm
+(2.51)show
+156 302 gm
+(0.84)show
+156 339 gm
+(0.94)show
+156 376 gm
+(0.10)show
+156 436 gm
+(1858)show
+156 499 gm
+(2.76)show
+144 82 gm
+0 gr
+144 82 lin
+144 80 gm
+144 80 lin
+144 83 gm
+144 131 lin
+144 134 gm
+144 134 lin
+144 132 gm
+144 132 lin
+144 135 gm
+144 182 lin
+144 185 gm
+144 185 lin
+144 183 gm
+144 183 lin
+144 186 gm
+144 253 lin
+144 256 gm
+144 256 lin
+144 254 gm
+144 254 lin
+144 257 gm
+144 290 lin
+144 293 gm
+144 293 lin
+144 291 gm
+144 291 lin
+144 294 gm
+144 327 lin
+144 330 gm
+144 330 lin
+144 328 gm
+144 328 lin
+144 331 gm
+144 364 lin
+144 367 gm
+144 367 lin
+144 365 gm
+144 365 lin
+144 368 gm
+144 400 lin
+144 403 gm
+144 403 lin
+144 401 gm
+144 401 lin
+144 404 gm
+144 487 lin
+144 490 gm
+144 490 lin
+144 488 gm
+144 488 lin
+144 491 gm
+144 524 lin
+144 527 gm
+144 527 lin
+144 525 gm
+144 525 lin
+145 80 gm
+158 80 lin
+145 82 gm
+158 82 lin
+145 132 gm
+158 132 lin
+145 134 gm
+158 134 lin
+145 183 gm
+158 183 lin
+145 185 gm
+158 185 lin
+145 254 gm
+158 254 lin
+145 256 gm
+158 256 lin
+145 291 gm
+158 291 lin
+145 293 gm
+158 293 lin
+145 328 gm
+158 328 lin
+145 330 gm
+158 330 lin
+145 365 gm
+158 365 lin
+145 367 gm
+158 367 lin
+145 401 gm
+158 401 lin
+145 403 gm
+158 403 lin
+145 488 gm
+158 488 lin
+145 490 gm
+158 490 lin
+145 525 gm
+158 525 lin
+145 527 gm
+158 527 lin
+171 105 gm
+F 1 setTxMode
+(5)show
+171 149 gm
+(1854)show
+171 203 gm
+(5346599)show
+171 265 gm
+(3.64)show
+171 302 gm
+(0.73)show
+171 339 gm
+(0.88)show
+171 376 gm
+(0.18)show
+171 436 gm
+(2884)show
+171 499 gm
+(4.29)show
+159 82 gm
+0 gr
+159 82 lin
+159 80 gm
+159 80 lin
+159 83 gm
+159 131 lin
+159 134 gm
+159 134 lin
+159 132 gm
+159 132 lin
+159 135 gm
+159 182 lin
+159 185 gm
+159 185 lin
+159 183 gm
+159 183 lin
+159 186 gm
+159 253 lin
+159 256 gm
+159 256 lin
+159 254 gm
+159 254 lin
+159 257 gm
+159 290 lin
+159 293 gm
+159 293 lin
+159 291 gm
+159 291 lin
+159 294 gm
+159 327 lin
+159 330 gm
+159 330 lin
+159 328 gm
+159 328 lin
+159 331 gm
+159 364 lin
+159 367 gm
+159 367 lin
+159 365 gm
+159 365 lin
+159 368 gm
+159 400 lin
+159 403 gm
+159 403 lin
+159 401 gm
+159 401 lin
+159 404 gm
+159 487 lin
+159 490 gm
+159 490 lin
+159 488 gm
+159 488 lin
+159 491 gm
+159 524 lin
+159 527 gm
+159 527 lin
+159 525 gm
+159 525 lin
+160 80 gm
+173 80 lin
+160 82 gm
+173 82 lin
+160 132 gm
+173 132 lin
+160 134 gm
+173 134 lin
+160 183 gm
+173 183 lin
+160 185 gm
+173 185 lin
+160 254 gm
+173 254 lin
+160 256 gm
+173 256 lin
+160 291 gm
+173 291 lin
+160 293 gm
+173 293 lin
+160 328 gm
+173 328 lin
+160 330 gm
+173 330 lin
+160 365 gm
+173 365 lin
+160 367 gm
+173 367 lin
+160 401 gm
+173 401 lin
+160 403 gm
+173 403 lin
+160 488 gm
+173 488 lin
+160 490 gm
+173 490 lin
+160 525 gm
+173 525 lin
+160 527 gm
+173 527 lin
+186 105 gm
+F 1 setTxMode
+(7)show
+186 149 gm
+(1485)show
+186 203 gm
+(5634915)show
+186 265 gm
+(4.54)show
+186 302 gm
+(0.65)show
+186 339 gm
+(0.81)show
+186 376 gm
+(0.24)show
+186 436 gm
+(3795)show
+186 499 gm
+(5.65)show
+174 82 gm
+0 gr
+174 82 lin
+174 80 gm
+174 80 lin
+174 83 gm
+174 131 lin
+174 134 gm
+174 134 lin
+174 132 gm
+174 132 lin
+174 135 gm
+174 182 lin
+174 185 gm
+174 185 lin
+174 183 gm
+174 183 lin
+174 186 gm
+174 253 lin
+174 256 gm
+174 256 lin
+174 254 gm
+174 254 lin
+174 257 gm
+174 290 lin
+174 293 gm
+174 293 lin
+174 291 gm
+174 291 lin
+174 294 gm
+174 327 lin
+174 330 gm
+174 330 lin
+174 328 gm
+174 328 lin
+174 331 gm
+174 364 lin
+174 367 gm
+174 367 lin
+174 365 gm
+174 365 lin
+174 368 gm
+174 400 lin
+174 403 gm
+174 403 lin
+174 401 gm
+174 401 lin
+174 404 gm
+174 487 lin
+174 490 gm
+174 490 lin
+174 488 gm
+174 488 lin
+174 491 gm
+174 524 lin
+174 527 gm
+174 527 lin
+174 525 gm
+174 525 lin
+175 80 gm
+188 80 lin
+175 82 gm
+188 82 lin
+175 132 gm
+188 132 lin
+175 134 gm
+188 134 lin
+175 183 gm
+188 183 lin
+175 185 gm
+188 185 lin
+175 254 gm
+188 254 lin
+175 256 gm
+188 256 lin
+175 291 gm
+188 291 lin
+175 293 gm
+188 293 lin
+175 328 gm
+188 328 lin
+175 330 gm
+188 330 lin
+175 365 gm
+188 365 lin
+175 367 gm
+188 367 lin
+175 401 gm
+188 401 lin
+175 403 gm
+188 403 lin
+175 488 gm
+188 488 lin
+175 490 gm
+188 490 lin
+175 525 gm
+188 525 lin
+175 527 gm
+188 527 lin
+201 105 gm
+F 1 setTxMode
+(9)show
+201 149 gm
+(1315)show
+201 203 gm
+(5936185)show
+201 265 gm
+(5.13)show
+201 302 gm
+(0.57)show
+201 339 gm
+(0.77)show
+201 376 gm
+(0.31)show
+201 436 gm
+(4514)show
+201 499 gm
+(6.72)show
+189 82 gm
+0 gr
+189 82 lin
+189 80 gm
+189 80 lin
+189 83 gm
+189 131 lin
+189 134 gm
+189 134 lin
+189 132 gm
+189 132 lin
+189 135 gm
+189 182 lin
+189 185 gm
+189 185 lin
+189 183 gm
+189 183 lin
+189 186 gm
+189 253 lin
+189 256 gm
+189 256 lin
+189 254 gm
+189 254 lin
+189 257 gm
+189 290 lin
+189 293 gm
+189 293 lin
+189 291 gm
+189 291 lin
+189 294 gm
+189 327 lin
+189 330 gm
+189 330 lin
+189 328 gm
+189 328 lin
+189 331 gm
+189 364 lin
+189 367 gm
+189 367 lin
+189 365 gm
+189 365 lin
+189 368 gm
+189 400 lin
+189 403 gm
+189 403 lin
+189 401 gm
+189 401 lin
+189 404 gm
+189 487 lin
+189 490 gm
+189 490 lin
+189 488 gm
+189 488 lin
+189 491 gm
+189 524 lin
+189 527 gm
+189 527 lin
+189 525 gm
+189 525 lin
+190 80 gm
+203 80 lin
+190 82 gm
+203 82 lin
+190 132 gm
+203 132 lin
+190 134 gm
+203 134 lin
+190 183 gm
+203 183 lin
+190 185 gm
+203 185 lin
+190 254 gm
+203 254 lin
+190 256 gm
+203 256 lin
+190 291 gm
+203 291 lin
+190 293 gm
+203 293 lin
+190 328 gm
+203 328 lin
+190 330 gm
+203 330 lin
+190 365 gm
+203 365 lin
+190 367 gm
+203 367 lin
+190 401 gm
+203 401 lin
+190 403 gm
+203 403 lin
+190 488 gm
+203 488 lin
+190 490 gm
+203 490 lin
+190 525 gm
+203 525 lin
+190 527 gm
+203 527 lin
+216 103 gm
+F 1 setTxMode
+(11)show
+216 149 gm
+(1280)show
+216 203 gm
+(6726213)show
+216 265 gm
+(5.27)show
+216 302 gm
+(0.48)show
+216 339 gm
+(0.74)show
+216 376 gm
+(0.48)show
+216 436 gm
+(5255)show
+216 499 gm
+(7.82)show
+204 82 gm
+0 gr
+204 82 lin
+204 80 gm
+204 80 lin
+204 83 gm
+204 131 lin
+204 134 gm
+204 134 lin
+204 132 gm
+204 132 lin
+204 135 gm
+204 182 lin
+204 185 gm
+204 185 lin
+204 183 gm
+204 183 lin
+204 186 gm
+204 253 lin
+204 256 gm
+204 256 lin
+204 254 gm
+204 254 lin
+204 257 gm
+204 290 lin
+204 293 gm
+204 293 lin
+204 291 gm
+204 291 lin
+204 294 gm
+204 327 lin
+204 330 gm
+204 330 lin
+204 328 gm
+204 328 lin
+204 331 gm
+204 364 lin
+204 367 gm
+204 367 lin
+204 365 gm
+204 365 lin
+204 368 gm
+204 400 lin
+204 403 gm
+204 403 lin
+204 401 gm
+204 401 lin
+204 404 gm
+204 487 lin
+204 490 gm
+204 490 lin
+204 488 gm
+204 488 lin
+204 491 gm
+204 524 lin
+204 527 gm
+204 527 lin
+204 525 gm
+204 525 lin
+205 80 gm
+218 80 lin
+205 82 gm
+218 82 lin
+221 80 gm
+221 82 lin
+219 80 gm
+221 80 lin
+219 82 gm
+219 82 lin
+219 82 lin
+219 83 gm
+219 131 lin
+221 83 gm
+221 131 lin
+205 132 gm
+218 132 lin
+205 134 gm
+218 134 lin
+219 132 gm
+219 134 lin
+221 132 gm
+221 134 lin
+219 135 gm
+219 182 lin
+221 135 gm
+221 182 lin
+205 183 gm
+218 183 lin
+205 185 gm
+218 185 lin
+219 183 gm
+219 185 lin
+221 183 gm
+221 185 lin
+219 186 gm
+219 253 lin
+221 186 gm
+221 253 lin
+205 254 gm
+218 254 lin
+205 256 gm
+218 256 lin
+219 254 gm
+219 256 lin
+221 254 gm
+221 256 lin
+219 257 gm
+219 290 lin
+221 257 gm
+221 290 lin
+205 291 gm
+218 291 lin
+205 293 gm
+218 293 lin
+219 291 gm
+219 293 lin
+221 291 gm
+221 293 lin
+219 294 gm
+219 327 lin
+221 294 gm
+221 327 lin
+205 328 gm
+218 328 lin
+205 330 gm
+218 330 lin
+219 328 gm
+219 330 lin
+221 328 gm
+221 330 lin
+219 331 gm
+219 364 lin
+221 331 gm
+221 364 lin
+205 365 gm
+218 365 lin
+205 367 gm
+218 367 lin
+219 365 gm
+219 367 lin
+221 365 gm
+221 367 lin
+219 368 gm
+219 400 lin
+221 368 gm
+221 400 lin
+205 401 gm
+218 401 lin
+205 403 gm
+218 403 lin
+219 401 gm
+219 403 lin
+221 401 gm
+221 403 lin
+219 404 gm
+219 487 lin
+221 404 gm
+221 487 lin
+205 488 gm
+218 488 lin
+205 490 gm
+218 490 lin
+219 488 gm
+219 490 lin
+221 488 gm
+221 490 lin
+219 491 gm
+219 524 lin
+221 491 gm
+221 524 lin
+205 525 gm
+218 525 lin
+205 527 gm
+218 527 lin
+221 525 gm
+221 527 lin
+219 527 gm
+221 527 lin
+219 525 gm
+219 525 lin
+219 525 lin
+233 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.11)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Score sharing)show
+249 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.28097 0. 32 0.12809 0.(This table shows that we have achieved the goal of reducing search overhead SO \(62% with 9)awidthshow
+264 79 gm
+0.64041 0. 32 0.06404 0.(processors\); the speedup with 11 processors was improved of 42% \(3.69 )awidthshow
+bu fc
+2 F /|______Symbol fnt
+bn
+0.38940 0.(\256)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.52368 0. 32 0.05236 0.( 5.27\). Values for F)awidthshow
+264 511 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(pm)show
+276 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.95855 0. 32 0.09585 0.(are approximated: they do not take in account overhead due to updating the local score. We can)awidthshow
+287 79 gm
+(evaluate such an overhead as follows:)show
+298 79 gm
+0.60348 0. 32 0.06034 0.(\245\312with P processors, let Fpmr be the real production factor and OC  due to score sharing; we have)awidthshow
+309 79 gm
+(that:)show
+0 0 pen
+359 337 gm
+(nc 313 164 359 337 6 rc)kp
+0 gr
+359 337 lin
+psb
+currentpoint
+pse
+313 164 gm
+313 164 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 5536 div 1472 3 -1 roll exch div scale currentpoint translate 64 52 translate
+-18 523 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+384 /Helvetica f1
+(S) show
+238 523 moveto
+224 ns
+(VR) show
+663 523 moveto
+384 /Symbol f1
+(=) show
+963 523 moveto
+384 /Helvetica f1
+(P) show
+1269 523 moveto
+384 /Symbol f1
+(\327) show
+1395 523 moveto
+384 /Helvetica f1
+(F) show
+1629 523 moveto
+224 ns
+(pmr) show
+2121 523 moveto
+384 /Symbol f1
+(\336) show
+2581 523 moveto
+384 /Helvetica f1
+(F) show
+2815 523 moveto
+224 ns
+(pmr) show
+3305 523 moveto
+384 ns
+(=) show
+3652 284 moveto
+(S) show
+3908 284 moveto
+224 ns
+(VR) show
+3804 816 moveto
+384 ns
+(P) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 3638 424 moveto 603 0 rlineto stroke
+-34 1313 moveto
+(F) show
+200 1313 moveto
+224 ns
+(pm) show
+618 1313 moveto
+384 /Symbol f1
+(=) show
+918 1313 moveto
+384 /Helvetica f1
+(F) show
+1152 1313 moveto
+224 ns
+(pmr) show
+1626 1313 moveto
+384 /Symbol f1
+(+) show
+1914 1313 moveto
+384 /Helvetica f1
+(OC) show
+2582 1313 moveto
+384 /Symbol f1
+(\336) show
+3062 1313 moveto
+384 /Helvetica f1
+(OC) show
+3728 1313 moveto
+(=) show
+4027 1313 moveto
+(F) show
+4261 1313 moveto
+224 ns
+(pm) show
+4634 1313 moveto
+384 ns
+(-) show
+4805 1313 moveto
+(F) show
+5039 1313 moveto
+224 ns
+(pmr) show
+end
+pse
+1 1 pen
+368 79 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+(\245 in particular, with 11 processors:)show
+0 0 pen
+418 372 gm
+(nc 372 164 418 372 6 rc)kp
+0 gr
+418 372 lin
+psb
+currentpoint
+pse
+372 164 gm
+372 164 lin
+psb
+30 dict begin
+currentpoint 3 -1 roll sub neg 3 1 roll sub 6656 div 1472 3 -1 roll exch div scale currentpoint translate 64 36 translate
+-34 523 moveto
+/fs 0 def
+/sf {exch dup /fs exch def dup neg matrix scale makefont setfont} def
+/f1 {findfont dup /cf exch def sf} def
+/ns {cf sf} def
+384 /Helvetica f1
+(F) show
+200 523 moveto
+224 ns
+(pmr) show
+601 523 moveto
+384 /Helvetica f1
+(\() show
+721 523 moveto
+384 /Helvetica f1
+(11) show
+1101 523 moveto
+384 /Helvetica f1
+(\)) show
+1323 523 moveto
+384 /Symbol f1
+(=) show
+1671 284 moveto
+384 /Helvetica f1
+(S) show
+1927 284 moveto
+224 ns
+(VR) show
+1823 816 moveto
+384 ns
+(P) show
+/thick 0 def
+/th { dup setlinewidth /thick exch def } def
+16 th 1657 424 moveto 603 0 rlineto stroke
+2384 523 moveto
+384 /Symbol f1
+(=) show
+2733 284 moveto
+384 /Helvetica f1
+(7) show
+2947 284 moveto
+384 /Helvetica f1
+(.) show
+3086 284 moveto
+384 /Helvetica f1
+(82) show
+2930 816 moveto
+(11) show
+2718 424 moveto 809 0 rlineto stroke
+3651 523 moveto
+384 /Symbol f1
+(=) show
+3969 523 moveto
+384 /Helvetica f1
+(0) show
+4178 523 moveto
+384 /Helvetica f1
+(.) show
+4314 523 moveto
+384 /Helvetica f1
+(71) show
+-14 1313 moveto
+384 /Helvetica f1
+(OC) show
+563 1313 moveto
+384 /Helvetica f1
+(\() show
+683 1313 moveto
+384 /Helvetica f1
+(11) show
+1063 1313 moveto
+384 /Helvetica f1
+(\)) show
+1285 1313 moveto
+384 /Symbol f1
+(=) show
+1585 1313 moveto
+384 /Helvetica f1
+(F) show
+1819 1313 moveto
+224 ns
+(pm) show
+2205 1313 moveto
+384 /Symbol f1
+(-) show
+2472 1313 moveto
+384 /Helvetica f1
+(F) show
+2706 1313 moveto
+224 ns
+(pmr) show
+3211 1313 moveto
+384 /Symbol f1
+(=) show
+3529 1313 moveto
+384 /Helvetica f1
+(0) show
+3738 1313 moveto
+384 /Helvetica f1
+(.) show
+3874 1313 moveto
+384 /Helvetica f1
+(74) show
+4378 1313 moveto
+384 /Symbol f1
+(-) show
+4663 1313 moveto
+384 /Helvetica f1
+(0) show
+4872 1313 moveto
+384 /Helvetica f1
+(.) show
+5008 1313 moveto
+384 /Helvetica f1
+(71) show
+5478 1313 moveto
+384 /Symbol f1
+(=) show
+5796 1313 moveto
+384 /Helvetica f1
+(0) show
+6005 1313 moveto
+384 /Helvetica f1
+(.) show
+6142 1313 moveto
+384 /Helvetica f1
+(03) show
+end
+pse
+1 1 pen
+427 79 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0.10513 0. 32 0.01051 0.(Communication overhead is not negligible, however the improvements in search overhead are worth)awidthshow
+438 79 gm
+(such a price.)show
+468 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(4.3 PVSplit)show
+481 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.94223 0. 32 0.09422 0.(We have tested PVSplit with iterative deepening \(INIT=2-plies and MAX=5-plies\) and top-level)awidthshow
+492 79 gm
+0.78674 0. 32 0.07867 0.(sorting; moreover, THRESOLD=3-plies. We have made two sets of experiments, with or without)awidthshow
+503 79 gm
+(global score.)show
+532 96 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(procs)show
+532 145 gm
+(T\312\(sec\))show
+532 200 gm
+(N\312\(nodes\))show
+532 271 gm
+(S)show
+532 308 gm
+(E)show
+532 338 gm
+(Fpm)show
+532 378 gm
+(SO)show
+532 416 gm
+(SS\312\(nodes/sec\))show
+532 502 gm
+(Sss)show
+518 80 gm
+0 gr
+518 82 lin
+518 80 gm
+520 80 lin
+520 82 gm
+520 82 lin
+520 82 lin
+518 83 gm
+518 131 lin
+520 83 gm
+520 131 lin
+518 132 gm
+518 134 lin
+520 132 gm
+520 134 lin
+518 135 gm
+518 182 lin
+520 135 gm
+520 182 lin
+518 183 gm
+518 185 lin
+520 183 gm
+520 185 lin
+518 186 gm
+518 253 lin
+520 186 gm
+520 253 lin
+518 254 gm
+518 256 lin
+520 254 gm
+520 256 lin
+518 257 gm
+518 290 lin
+520 257 gm
+520 290 lin
+518 291 gm
+518 293 lin
+520 291 gm
+520 293 lin
+518 294 gm
+518 327 lin
+520 294 gm
+520 327 lin
+518 328 gm
+518 330 lin
+520 328 gm
+520 330 lin
+518 331 gm
+518 364 lin
+520 331 gm
+520 364 lin
+518 365 gm
+518 367 lin
+520 365 gm
+520 367 lin
+518 368 gm
+518 400 lin
+520 368 gm
+520 400 lin
+518 401 gm
+518 403 lin
+520 401 gm
+520 403 lin
+518 404 gm
+518 487 lin
+520 404 gm
+520 487 lin
+518 488 gm
+518 490 lin
+520 488 gm
+520 490 lin
+518 491 gm
+518 524 lin
+520 491 gm
+520 524 lin
+518 525 gm
+518 527 lin
+520 527 lin
+520 525 gm
+520 525 lin
+520 525 lin
+521 80 gm
+534 80 lin
+521 82 gm
+534 82 lin
+521 132 gm
+534 132 lin
+521 134 gm
+534 134 lin
+521 183 gm
+534 183 lin
+521 185 gm
+534 185 lin
+521 254 gm
+534 254 lin
+521 256 gm
+534 256 lin
+521 291 gm
+534 291 lin
+521 293 gm
+534 293 lin
+521 328 gm
+534 328 lin
+521 330 gm
+534 330 lin
+521 365 gm
+534 365 lin
+521 367 gm
+534 367 lin
+521 401 gm
+534 401 lin
+521 403 gm
+534 403 lin
+521 488 gm
+534 488 lin
+521 490 gm
+534 490 lin
+521 525 gm
+534 525 lin
+521 527 gm
+534 527 lin
+549 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+549 149 gm
+(6740)show
+549 203 gm
+(4529971)show
+549 269 gm
+(---)show
+549 306 gm
+(---)show
+549 343 gm
+(---)show
+549 380 gm
+(---)show
+549 439 gm
+(672)show
+549 503 gm
+(---)show
+535 82 gm
+0 gr
+537 82 lin
+535 80 gm
+537 80 lin
+535 83 gm
+535 131 lin
+537 83 gm
+537 131 lin
+535 134 gm
+535 134 lin
+537 132 gm
+537 132 lin
+535 132 gm
+535 132 lin
+537 134 gm
+537 134 lin
+535 135 gm
+535 182 lin
+537 135 gm
+537 182 lin
+535 185 gm
+535 185 lin
+537 183 gm
+537 183 lin
+535 183 gm
+535 183 lin
+537 185 gm
+537 185 lin
+535 186 gm
+535 253 lin
+537 186 gm
+537 253 lin
+535 256 gm
+535 256 lin
+537 254 gm
+537 254 lin
+535 254 gm
+535 254 lin
+537 256 gm
+537 256 lin
+535 257 gm
+535 290 lin
+537 257 gm
+537 290 lin
+535 293 gm
+535 293 lin
+537 291 gm
+537 291 lin
+535 291 gm
+535 291 lin
+537 293 gm
+537 293 lin
+535 294 gm
+535 327 lin
+537 294 gm
+537 327 lin
+535 330 gm
+535 330 lin
+537 328 gm
+537 328 lin
+535 328 gm
+535 328 lin
+537 330 gm
+537 330 lin
+535 331 gm
+535 364 lin
+537 331 gm
+537 364 lin
+535 367 gm
+535 367 lin
+537 365 gm
+537 365 lin
+535 365 gm
+535 365 lin
+537 367 gm
+537 367 lin
+535 368 gm
+535 400 lin
+537 368 gm
+537 400 lin
+535 403 gm
+535 403 lin
+537 401 gm
+537 401 lin
+535 401 gm
+535 401 lin
+537 403 gm
+537 403 lin
+535 404 gm
+535 487 lin
+537 404 gm
+537 487 lin
+535 490 gm
+535 490 lin
+537 488 gm
+537 488 lin
+535 488 gm
+535 488 lin
+537 490 gm
+537 490 lin
+535 491 gm
+535 524 lin
+537 491 gm
+537 524 lin
+535 527 gm
+537 527 lin
+535 525 gm
+537 525 lin
+538 80 gm
+551 80 lin
+538 82 gm
+551 82 lin
+538 132 gm
+551 132 lin
+538 134 gm
+551 134 lin
+538 183 gm
+551 183 lin
+538 185 gm
+551 185 lin
+538 254 gm
+551 254 lin
+538 256 gm
+551 256 lin
+538 291 gm
+551 291 lin
+538 293 gm
+551 293 lin
+538 328 gm
+551 328 lin
+538 330 gm
+551 330 lin
+538 365 gm
+551 365 lin
+538 367 gm
+551 367 lin
+538 401 gm
+551 401 lin
+538 403 gm
+551 403 lin
+538 488 gm
+551 488 lin
+538 490 gm
+551 490 lin
+538 525 gm
+551 525 lin
+538 527 gm
+551 527 lin
+564 105 gm
+F 1 setTxMode
+(3)show
+564 149 gm
+(2693)show
+564 203 gm
+(4949981)show
+564 265 gm
+(2.50)show
+564 302 gm
+(0.83)show
+564 339 gm
+(0.91)show
+564 376 gm
+(0.09)show
+564 436 gm
+(1838)show
+564 499 gm
+(2.73)show
+552 82 gm
+0 gr
+552 82 lin
+552 80 gm
+552 80 lin
+552 83 gm
+552 131 lin
+552 134 gm
+552 134 lin
+552 132 gm
+552 132 lin
+552 135 gm
+552 182 lin
+552 185 gm
+552 185 lin
+552 183 gm
+552 183 lin
+552 186 gm
+552 253 lin
+552 256 gm
+552 256 lin
+552 254 gm
+552 254 lin
+552 257 gm
+552 290 lin
+552 293 gm
+552 293 lin
+552 291 gm
+552 291 lin
+552 294 gm
+552 327 lin
+552 330 gm
+552 330 lin
+552 328 gm
+552 328 lin
+552 331 gm
+552 364 lin
+552 367 gm
+552 367 lin
+552 365 gm
+552 365 lin
+552 368 gm
+552 400 lin
+552 403 gm
+552 403 lin
+552 401 gm
+552 401 lin
+552 404 gm
+552 487 lin
+552 490 gm
+552 490 lin
+552 488 gm
+552 488 lin
+552 491 gm
+552 524 lin
+552 527 gm
+552 527 lin
+552 525 gm
+552 525 lin
+553 80 gm
+566 80 lin
+553 82 gm
+566 82 lin
+553 132 gm
+566 132 lin
+553 134 gm
+566 134 lin
+553 183 gm
+566 183 lin
+553 185 gm
+566 185 lin
+553 254 gm
+566 254 lin
+553 256 gm
+566 256 lin
+553 291 gm
+566 291 lin
+553 293 gm
+566 293 lin
+553 328 gm
+566 328 lin
+553 330 gm
+566 330 lin
+553 365 gm
+566 365 lin
+553 367 gm
+566 367 lin
+553 401 gm
+566 401 lin
+553 403 gm
+566 403 lin
+553 488 gm
+566 488 lin
+553 490 gm
+566 490 lin
+553 525 gm
+566 525 lin
+553 527 gm
+566 527 lin
+579 105 gm
+F 1 setTxMode
+(5)show
+579 149 gm
+(1931)show
+579 203 gm
+(5349308)show
+579 265 gm
+(3.49)show
+579 302 gm
+(0.70)show
+579 339 gm
+(0.82)show
+579 376 gm
+(0.18)show
+579 436 gm
+(2770)show
+579 499 gm
+(4.12)show
+567 82 gm
+0 gr
+567 82 lin
+567 80 gm
+567 80 lin
+567 83 gm
+567 131 lin
+567 134 gm
+567 134 lin
+567 132 gm
+567 132 lin
+567 135 gm
+567 182 lin
+567 185 gm
+567 185 lin
+567 183 gm
+567 183 lin
+567 186 gm
+567 253 lin
+567 256 gm
+567 256 lin
+567 254 gm
+567 254 lin
+567 257 gm
+567 290 lin
+567 293 gm
+567 293 lin
+567 291 gm
+567 291 lin
+567 294 gm
+567 327 lin
+567 330 gm
+567 330 lin
+567 328 gm
+567 328 lin
+567 331 gm
+567 364 lin
+567 367 gm
+567 367 lin
+567 365 gm
+567 365 lin
+567 368 gm
+567 400 lin
+567 403 gm
+567 403 lin
+567 401 gm
+567 401 lin
+567 404 gm
+567 487 lin
+567 490 gm
+567 490 lin
+567 488 gm
+567 488 lin
+567 491 gm
+567 524 lin
+567 527 gm
+567 527 lin
+567 525 gm
+567 525 lin
+568 80 gm
+581 80 lin
+568 82 gm
+581 82 lin
+568 132 gm
+581 132 lin
+568 134 gm
+581 134 lin
+568 183 gm
+581 183 lin
+568 185 gm
+581 185 lin
+568 254 gm
+581 254 lin
+568 256 gm
+581 256 lin
+568 291 gm
+581 291 lin
+568 293 gm
+581 293 lin
+568 328 gm
+581 328 lin
+568 330 gm
+581 330 lin
+568 365 gm
+581 365 lin
+568 367 gm
+581 367 lin
+568 401 gm
+581 401 lin
+568 403 gm
+581 403 lin
+568 488 gm
+581 488 lin
+568 490 gm
+581 490 lin
+568 525 gm
+581 525 lin
+568 527 gm
+581 527 lin
+594 105 gm
+F 1 setTxMode
+(7)show
+594 149 gm
+(1659)show
+594 203 gm
+(5657469)show
+594 265 gm
+(4.06)show
+594 302 gm
+(0.58)show
+594 339 gm
+(0.75)show
+594 376 gm
+(0.25)show
+594 436 gm
+(3410)show
+594 499 gm
+(5.07)show
+582 82 gm
+0 gr
+582 82 lin
+582 80 gm
+582 80 lin
+582 83 gm
+582 131 lin
+582 134 gm
+582 134 lin
+582 132 gm
+582 132 lin
+582 135 gm
+582 182 lin
+582 185 gm
+582 185 lin
+582 183 gm
+582 183 lin
+582 186 gm
+582 253 lin
+582 256 gm
+582 256 lin
+582 254 gm
+582 254 lin
+582 257 gm
+582 290 lin
+582 293 gm
+582 293 lin
+582 291 gm
+582 291 lin
+582 294 gm
+582 327 lin
+582 330 gm
+582 330 lin
+582 328 gm
+582 328 lin
+582 331 gm
+582 364 lin
+582 367 gm
+582 367 lin
+582 365 gm
+582 365 lin
+582 368 gm
+582 400 lin
+582 403 gm
+582 403 lin
+582 401 gm
+582 401 lin
+582 404 gm
+582 487 lin
+582 490 gm
+582 490 lin
+582 488 gm
+582 488 lin
+582 491 gm
+582 524 lin
+582 527 gm
+582 527 lin
+582 525 gm
+582 525 lin
+583 80 gm
+596 80 lin
+583 82 gm
+596 82 lin
+583 132 gm
+596 132 lin
+583 134 gm
+596 134 lin
+583 183 gm
+596 183 lin
+583 185 gm
+596 185 lin
+583 254 gm
+596 254 lin
+583 256 gm
+596 256 lin
+583 291 gm
+596 291 lin
+583 293 gm
+596 293 lin
+583 328 gm
+596 328 lin
+583 330 gm
+596 330 lin
+583 365 gm
+596 365 lin
+583 367 gm
+596 367 lin
+583 401 gm
+596 401 lin
+583 403 gm
+596 403 lin
+583 488 gm
+596 488 lin
+583 490 gm
+596 490 lin
+583 525 gm
+596 525 lin
+583 527 gm
+596 527 lin
+609 105 gm
+F 1 setTxMode
+(9)show
+609 149 gm
+(1502)show
+609 203 gm
+(6130143)show
+609 265 gm
+(4.49)show
+609 302 gm
+(0.50)show
+609 339 gm
+(0.67)show
+609 376 gm
+(0.35)show
+609 436 gm
+(4081)show
+609 499 gm
+(6.07)show
+597 82 gm
+0 gr
+597 82 lin
+597 80 gm
+597 80 lin
+597 83 gm
+597 131 lin
+597 134 gm
+597 134 lin
+597 132 gm
+597 132 lin
+597 135 gm
+597 182 lin
+597 185 gm
+597 185 lin
+597 183 gm
+597 183 lin
+597 186 gm
+597 253 lin
+597 256 gm
+597 256 lin
+597 254 gm
+597 254 lin
+597 257 gm
+597 290 lin
+597 293 gm
+597 293 lin
+597 291 gm
+597 291 lin
+597 294 gm
+597 327 lin
+597 330 gm
+597 330 lin
+597 328 gm
+597 328 lin
+597 331 gm
+597 364 lin
+597 367 gm
+597 367 lin
+597 365 gm
+597 365 lin
+597 368 gm
+597 400 lin
+597 403 gm
+597 403 lin
+597 401 gm
+597 401 lin
+597 404 gm
+597 487 lin
+597 490 gm
+597 490 lin
+597 488 gm
+597 488 lin
+597 491 gm
+597 524 lin
+597 527 gm
+597 527 lin
+597 525 gm
+597 525 lin
+598 80 gm
+611 80 lin
+598 82 gm
+611 82 lin
+598 132 gm
+611 132 lin
+598 134 gm
+611 134 lin
+598 183 gm
+611 183 lin
+598 185 gm
+611 185 lin
+598 254 gm
+611 254 lin
+598 256 gm
+611 256 lin
+598 291 gm
+611 291 lin
+598 293 gm
+611 293 lin
+598 328 gm
+611 328 lin
+598 330 gm
+611 330 lin
+598 365 gm
+611 365 lin
+598 367 gm
+611 367 lin
+598 401 gm
+611 401 lin
+598 403 gm
+611 403 lin
+598 488 gm
+611 488 lin
+598 490 gm
+611 490 lin
+598 525 gm
+611 525 lin
+598 527 gm
+611 527 lin
+624 103 gm
+F 1 setTxMode
+(11)show
+624 149 gm
+(1446)show
+624 203 gm
+(6445828)show
+624 265 gm
+(4.66)show
+624 302 gm
+(0.42)show
+624 339 gm
+(0.60)show
+624 376 gm
+(0.42)show
+624 436 gm
+(4458)show
+624 499 gm
+(6.63)show
+612 82 gm
+0 gr
+612 82 lin
+612 80 gm
+612 80 lin
+612 83 gm
+612 131 lin
+612 134 gm
+612 134 lin
+612 132 gm
+612 132 lin
+612 135 gm
+612 182 lin
+612 185 gm
+612 185 lin
+612 183 gm
+612 183 lin
+612 186 gm
+612 253 lin
+612 256 gm
+612 256 lin
+612 254 gm
+612 254 lin
+612 257 gm
+612 290 lin
+612 293 gm
+612 293 lin
+612 291 gm
+612 291 lin
+612 294 gm
+612 327 lin
+612 330 gm
+612 330 lin
+612 328 gm
+612 328 lin
+612 331 gm
+612 364 lin
+612 367 gm
+612 367 lin
+612 365 gm
+612 365 lin
+612 368 gm
+612 400 lin
+612 403 gm
+612 403 lin
+612 401 gm
+612 401 lin
+612 404 gm
+612 487 lin
+612 490 gm
+612 490 lin
+612 488 gm
+612 488 lin
+612 491 gm
+612 524 lin
+612 527 gm
+612 527 lin
+612 525 gm
+612 525 lin
+613 80 gm
+626 80 lin
+613 82 gm
+626 82 lin
+629 80 gm
+629 82 lin
+627 80 gm
+629 80 lin
+627 82 gm
+627 82 lin
+627 82 lin
+627 83 gm
+627 131 lin
+629 83 gm
+629 131 lin
+613 132 gm
+626 132 lin
+613 134 gm
+626 134 lin
+627 132 gm
+627 134 lin
+629 132 gm
+629 134 lin
+627 135 gm
+627 182 lin
+629 135 gm
+629 182 lin
+613 183 gm
+626 183 lin
+613 185 gm
+626 185 lin
+627 183 gm
+627 185 lin
+629 183 gm
+629 185 lin
+627 186 gm
+627 253 lin
+629 186 gm
+629 253 lin
+613 254 gm
+626 254 lin
+613 256 gm
+626 256 lin
+627 254 gm
+627 256 lin
+629 254 gm
+629 256 lin
+627 257 gm
+627 290 lin
+629 257 gm
+629 290 lin
+613 291 gm
+626 291 lin
+613 293 gm
+626 293 lin
+627 291 gm
+627 293 lin
+629 291 gm
+629 293 lin
+627 294 gm
+627 327 lin
+629 294 gm
+629 327 lin
+613 328 gm
+626 328 lin
+613 330 gm
+626 330 lin
+627 328 gm
+627 330 lin
+629 328 gm
+629 330 lin
+627 331 gm
+627 364 lin
+629 331 gm
+629 364 lin
+613 365 gm
+626 365 lin
+613 367 gm
+626 367 lin
+627 365 gm
+627 367 lin
+629 365 gm
+629 367 lin
+627 368 gm
+627 400 lin
+629 368 gm
+629 400 lin
+613 401 gm
+626 401 lin
+613 403 gm
+626 403 lin
+627 401 gm
+627 403 lin
+629 401 gm
+629 403 lin
+627 404 gm
+627 487 lin
+629 404 gm
+629 487 lin
+613 488 gm
+626 488 lin
+613 490 gm
+626 490 lin
+627 488 gm
+627 490 lin
+629 488 gm
+629 490 lin
+627 491 gm
+627 524 lin
+629 491 gm
+629 524 lin
+613 525 gm
+626 525 lin
+613 527 gm
+626 527 lin
+629 525 gm
+629 527 lin
+627 527 gm
+629 527 lin
+627 525 gm
+627 525 lin
+627 525 lin
+641 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig. 12 )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(PVSplit without score sharing)show
+657 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.10940 0. 32 0.01094 0.(PVSplit reduces search overhead with respect to score sharing \(see Fig.11\), however its efficiency is)awidthshow
+668 79 gm
+0.78536 0. 32 0.07853 0.(lower. Compare the production factors: PVSplit gives very low values \(14% with 11 processors\).)awidthshow
+679 79 gm
+0.79605 0. 32 0.07960 0.(The reason is the synchronization necessary along the principal variation; we can reduce such an)awidthshow
+690 79 gm
+(overhead with a more balanced load distribution.)show
+701 79 gm
+0.02395 0. 32 0.00239 0.(We also have to take into account the fixed cost of each splitting: communication overhead has to be)awidthshow
+712 79 gm
+(multiplied for each node in the principal variation that is used for parallel splitting.)show
+F T cp
+%%Page: ? 13
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(11)show
+124 96 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+124 145 gm
+(T\312\(sec\))show
+124 200 gm
+(N\312\(nodes\))show
+124 271 gm
+(S)show
+124 308 gm
+(E)show
+124 338 gm
+(Fpm)show
+124 378 gm
+(SO)show
+124 416 gm
+(SS\312\(nodes/sec\))show
+124 502 gm
+(Sss)show
+110 80 gm
+0 gr
+110 82 lin
+110 80 gm
+112 80 lin
+112 82 gm
+112 82 lin
+112 82 lin
+110 83 gm
+110 131 lin
+112 83 gm
+112 131 lin
+110 132 gm
+110 134 lin
+112 132 gm
+112 134 lin
+110 135 gm
+110 182 lin
+112 135 gm
+112 182 lin
+110 183 gm
+110 185 lin
+112 183 gm
+112 185 lin
+110 186 gm
+110 253 lin
+112 186 gm
+112 253 lin
+110 254 gm
+110 256 lin
+112 254 gm
+112 256 lin
+110 257 gm
+110 290 lin
+112 257 gm
+112 290 lin
+110 291 gm
+110 293 lin
+112 291 gm
+112 293 lin
+110 294 gm
+110 327 lin
+112 294 gm
+112 327 lin
+110 328 gm
+110 330 lin
+112 328 gm
+112 330 lin
+110 331 gm
+110 364 lin
+112 331 gm
+112 364 lin
+110 365 gm
+110 367 lin
+112 365 gm
+112 367 lin
+110 368 gm
+110 400 lin
+112 368 gm
+112 400 lin
+110 401 gm
+110 403 lin
+112 401 gm
+112 403 lin
+110 404 gm
+110 487 lin
+112 404 gm
+112 487 lin
+110 488 gm
+110 490 lin
+112 488 gm
+112 490 lin
+110 491 gm
+110 524 lin
+112 491 gm
+112 524 lin
+110 525 gm
+110 527 lin
+112 527 lin
+112 525 gm
+112 525 lin
+112 525 lin
+113 80 gm
+126 80 lin
+113 82 gm
+126 82 lin
+113 132 gm
+126 132 lin
+113 134 gm
+126 134 lin
+113 183 gm
+126 183 lin
+113 185 gm
+126 185 lin
+113 254 gm
+126 254 lin
+113 256 gm
+126 256 lin
+113 291 gm
+126 291 lin
+113 293 gm
+126 293 lin
+113 328 gm
+126 328 lin
+113 330 gm
+126 330 lin
+113 365 gm
+126 365 lin
+113 367 gm
+126 367 lin
+113 401 gm
+126 401 lin
+113 403 gm
+126 403 lin
+113 488 gm
+126 488 lin
+113 490 gm
+126 490 lin
+113 525 gm
+126 525 lin
+113 527 gm
+126 527 lin
+141 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+141 149 gm
+(6740)show
+141 203 gm
+(4529971)show
+141 269 gm
+(---)show
+141 306 gm
+(---)show
+141 343 gm
+(---)show
+141 380 gm
+(---)show
+141 439 gm
+(672)show
+141 503 gm
+(---)show
+127 82 gm
+0 gr
+129 82 lin
+127 80 gm
+129 80 lin
+127 83 gm
+127 131 lin
+129 83 gm
+129 131 lin
+127 134 gm
+127 134 lin
+129 132 gm
+129 132 lin
+127 132 gm
+127 132 lin
+129 134 gm
+129 134 lin
+127 135 gm
+127 182 lin
+129 135 gm
+129 182 lin
+127 185 gm
+127 185 lin
+129 183 gm
+129 183 lin
+127 183 gm
+127 183 lin
+129 185 gm
+129 185 lin
+127 186 gm
+127 253 lin
+129 186 gm
+129 253 lin
+127 256 gm
+127 256 lin
+129 254 gm
+129 254 lin
+127 254 gm
+127 254 lin
+129 256 gm
+129 256 lin
+127 257 gm
+127 290 lin
+129 257 gm
+129 290 lin
+127 293 gm
+127 293 lin
+129 291 gm
+129 291 lin
+127 291 gm
+127 291 lin
+129 293 gm
+129 293 lin
+127 294 gm
+127 327 lin
+129 294 gm
+129 327 lin
+127 330 gm
+127 330 lin
+129 328 gm
+129 328 lin
+127 328 gm
+127 328 lin
+129 330 gm
+129 330 lin
+127 331 gm
+127 364 lin
+129 331 gm
+129 364 lin
+127 367 gm
+127 367 lin
+129 365 gm
+129 365 lin
+127 365 gm
+127 365 lin
+129 367 gm
+129 367 lin
+127 368 gm
+127 400 lin
+129 368 gm
+129 400 lin
+127 403 gm
+127 403 lin
+129 401 gm
+129 401 lin
+127 401 gm
+127 401 lin
+129 403 gm
+129 403 lin
+127 404 gm
+127 487 lin
+129 404 gm
+129 487 lin
+127 490 gm
+127 490 lin
+129 488 gm
+129 488 lin
+127 488 gm
+127 488 lin
+129 490 gm
+129 490 lin
+127 491 gm
+127 524 lin
+129 491 gm
+129 524 lin
+127 527 gm
+129 527 lin
+127 525 gm
+129 525 lin
+130 80 gm
+143 80 lin
+130 82 gm
+143 82 lin
+130 132 gm
+143 132 lin
+130 134 gm
+143 134 lin
+130 183 gm
+143 183 lin
+130 185 gm
+143 185 lin
+130 254 gm
+143 254 lin
+130 256 gm
+143 256 lin
+130 291 gm
+143 291 lin
+130 293 gm
+143 293 lin
+130 328 gm
+143 328 lin
+130 330 gm
+143 330 lin
+130 365 gm
+143 365 lin
+130 367 gm
+143 367 lin
+130 401 gm
+143 401 lin
+130 403 gm
+143 403 lin
+130 488 gm
+143 488 lin
+130 490 gm
+143 490 lin
+130 525 gm
+143 525 lin
+130 527 gm
+143 527 lin
+156 105 gm
+F 1 setTxMode
+(3)show
+156 149 gm
+(2640)show
+156 203 gm
+(4770665)show
+156 265 gm
+(2.55)show
+156 302 gm
+(0.85)show
+156 339 gm
+(0.91)show
+156 376 gm
+(0.05)show
+156 436 gm
+(1807)show
+156 499 gm
+(2.69)show
+144 82 gm
+0 gr
+144 82 lin
+144 80 gm
+144 80 lin
+144 83 gm
+144 131 lin
+144 134 gm
+144 134 lin
+144 132 gm
+144 132 lin
+144 135 gm
+144 182 lin
+144 185 gm
+144 185 lin
+144 183 gm
+144 183 lin
+144 186 gm
+144 253 lin
+144 256 gm
+144 256 lin
+144 254 gm
+144 254 lin
+144 257 gm
+144 290 lin
+144 293 gm
+144 293 lin
+144 291 gm
+144 291 lin
+144 294 gm
+144 327 lin
+144 330 gm
+144 330 lin
+144 328 gm
+144 328 lin
+144 331 gm
+144 364 lin
+144 367 gm
+144 367 lin
+144 365 gm
+144 365 lin
+144 368 gm
+144 400 lin
+144 403 gm
+144 403 lin
+144 401 gm
+144 401 lin
+144 404 gm
+144 487 lin
+144 490 gm
+144 490 lin
+144 488 gm
+144 488 lin
+144 491 gm
+144 524 lin
+144 527 gm
+144 527 lin
+144 525 gm
+144 525 lin
+145 80 gm
+158 80 lin
+145 82 gm
+158 82 lin
+145 132 gm
+158 132 lin
+145 134 gm
+158 134 lin
+145 183 gm
+158 183 lin
+145 185 gm
+158 185 lin
+145 254 gm
+158 254 lin
+145 256 gm
+158 256 lin
+145 291 gm
+158 291 lin
+145 293 gm
+158 293 lin
+145 328 gm
+158 328 lin
+145 330 gm
+158 330 lin
+145 365 gm
+158 365 lin
+145 367 gm
+158 367 lin
+145 401 gm
+158 401 lin
+145 403 gm
+158 403 lin
+145 488 gm
+158 488 lin
+145 490 gm
+158 490 lin
+145 525 gm
+158 525 lin
+145 527 gm
+158 527 lin
+171 105 gm
+F 1 setTxMode
+(5)show
+171 149 gm
+(1797)show
+171 203 gm
+(5020905)show
+171 265 gm
+(3.75)show
+171 302 gm
+(0.75)show
+171 339 gm
+(0.84)show
+171 376 gm
+(0.11)show
+171 436 gm
+(2794)show
+171 499 gm
+(4.16)show
+159 82 gm
+0 gr
+159 82 lin
+159 80 gm
+159 80 lin
+159 83 gm
+159 131 lin
+159 134 gm
+159 134 lin
+159 132 gm
+159 132 lin
+159 135 gm
+159 182 lin
+159 185 gm
+159 185 lin
+159 183 gm
+159 183 lin
+159 186 gm
+159 253 lin
+159 256 gm
+159 256 lin
+159 254 gm
+159 254 lin
+159 257 gm
+159 290 lin
+159 293 gm
+159 293 lin
+159 291 gm
+159 291 lin
+159 294 gm
+159 327 lin
+159 330 gm
+159 330 lin
+159 328 gm
+159 328 lin
+159 331 gm
+159 364 lin
+159 367 gm
+159 367 lin
+159 365 gm
+159 365 lin
+159 368 gm
+159 400 lin
+159 403 gm
+159 403 lin
+159 401 gm
+159 401 lin
+159 404 gm
+159 487 lin
+159 490 gm
+159 490 lin
+159 488 gm
+159 488 lin
+159 491 gm
+159 524 lin
+159 527 gm
+159 527 lin
+159 525 gm
+159 525 lin
+160 80 gm
+173 80 lin
+160 82 gm
+173 82 lin
+160 132 gm
+173 132 lin
+160 134 gm
+173 134 lin
+160 183 gm
+173 183 lin
+160 185 gm
+173 185 lin
+160 254 gm
+173 254 lin
+160 256 gm
+173 256 lin
+160 291 gm
+173 291 lin
+160 293 gm
+173 293 lin
+160 328 gm
+173 328 lin
+160 330 gm
+173 330 lin
+160 365 gm
+173 365 lin
+160 367 gm
+173 367 lin
+160 401 gm
+173 401 lin
+160 403 gm
+173 403 lin
+160 488 gm
+173 488 lin
+160 490 gm
+173 490 lin
+160 525 gm
+173 525 lin
+160 527 gm
+173 527 lin
+186 105 gm
+F 1 setTxMode
+(7)show
+186 149 gm
+(1443)show
+186 203 gm
+(5228542)show
+186 265 gm
+(4.67)show
+186 302 gm
+(0.67)show
+186 339 gm
+(0.77)show
+186 376 gm
+(0.15)show
+186 436 gm
+(3623)show
+186 499 gm
+(5.39)show
+174 82 gm
+0 gr
+174 82 lin
+174 80 gm
+174 80 lin
+174 83 gm
+174 131 lin
+174 134 gm
+174 134 lin
+174 132 gm
+174 132 lin
+174 135 gm
+174 182 lin
+174 185 gm
+174 185 lin
+174 183 gm
+174 183 lin
+174 186 gm
+174 253 lin
+174 256 gm
+174 256 lin
+174 254 gm
+174 254 lin
+174 257 gm
+174 290 lin
+174 293 gm
+174 293 lin
+174 291 gm
+174 291 lin
+174 294 gm
+174 327 lin
+174 330 gm
+174 330 lin
+174 328 gm
+174 328 lin
+174 331 gm
+174 364 lin
+174 367 gm
+174 367 lin
+174 365 gm
+174 365 lin
+174 368 gm
+174 400 lin
+174 403 gm
+174 403 lin
+174 401 gm
+174 401 lin
+174 404 gm
+174 487 lin
+174 490 gm
+174 490 lin
+174 488 gm
+174 488 lin
+174 491 gm
+174 524 lin
+174 527 gm
+174 527 lin
+174 525 gm
+174 525 lin
+175 80 gm
+188 80 lin
+175 82 gm
+188 82 lin
+175 132 gm
+188 132 lin
+175 134 gm
+188 134 lin
+175 183 gm
+188 183 lin
+175 185 gm
+188 185 lin
+175 254 gm
+188 254 lin
+175 256 gm
+188 256 lin
+175 291 gm
+188 291 lin
+175 293 gm
+188 293 lin
+175 328 gm
+188 328 lin
+175 330 gm
+188 330 lin
+175 365 gm
+188 365 lin
+175 367 gm
+188 367 lin
+175 401 gm
+188 401 lin
+175 403 gm
+188 403 lin
+175 488 gm
+188 488 lin
+175 490 gm
+188 490 lin
+175 525 gm
+188 525 lin
+175 527 gm
+188 527 lin
+201 105 gm
+F 1 setTxMode
+(9)show
+201 149 gm
+(1255)show
+201 203 gm
+(5358664)show
+201 265 gm
+(5.37)show
+201 302 gm
+(0.60)show
+201 339 gm
+(0.71)show
+201 376 gm
+(0.18)show
+201 436 gm
+(4270)show
+201 499 gm
+(6.35)show
+189 82 gm
+0 gr
+189 82 lin
+189 80 gm
+189 80 lin
+189 83 gm
+189 131 lin
+189 134 gm
+189 134 lin
+189 132 gm
+189 132 lin
+189 135 gm
+189 182 lin
+189 185 gm
+189 185 lin
+189 183 gm
+189 183 lin
+189 186 gm
+189 253 lin
+189 256 gm
+189 256 lin
+189 254 gm
+189 254 lin
+189 257 gm
+189 290 lin
+189 293 gm
+189 293 lin
+189 291 gm
+189 291 lin
+189 294 gm
+189 327 lin
+189 330 gm
+189 330 lin
+189 328 gm
+189 328 lin
+189 331 gm
+189 364 lin
+189 367 gm
+189 367 lin
+189 365 gm
+189 365 lin
+189 368 gm
+189 400 lin
+189 403 gm
+189 403 lin
+189 401 gm
+189 401 lin
+189 404 gm
+189 487 lin
+189 490 gm
+189 490 lin
+189 488 gm
+189 488 lin
+189 491 gm
+189 524 lin
+189 527 gm
+189 527 lin
+189 525 gm
+189 525 lin
+190 80 gm
+203 80 lin
+190 82 gm
+203 82 lin
+190 132 gm
+203 132 lin
+190 134 gm
+203 134 lin
+190 183 gm
+203 183 lin
+190 185 gm
+203 185 lin
+190 254 gm
+203 254 lin
+190 256 gm
+203 256 lin
+190 291 gm
+203 291 lin
+190 293 gm
+203 293 lin
+190 328 gm
+203 328 lin
+190 330 gm
+203 330 lin
+190 365 gm
+203 365 lin
+190 367 gm
+203 367 lin
+190 401 gm
+203 401 lin
+190 403 gm
+203 403 lin
+190 488 gm
+203 488 lin
+190 490 gm
+203 490 lin
+190 525 gm
+203 525 lin
+190 527 gm
+203 527 lin
+216 103 gm
+F 1 setTxMode
+(11)show
+216 149 gm
+(1210)show
+216 203 gm
+(5704328)show
+216 265 gm
+(5.57)show
+216 302 gm
+(0.51)show
+216 339 gm
+(0.64)show
+216 376 gm
+(0.26)show
+216 436 gm
+(4714)show
+216 499 gm
+(7.01)show
+204 82 gm
+0 gr
+204 82 lin
+204 80 gm
+204 80 lin
+204 83 gm
+204 131 lin
+204 134 gm
+204 134 lin
+204 132 gm
+204 132 lin
+204 135 gm
+204 182 lin
+204 185 gm
+204 185 lin
+204 183 gm
+204 183 lin
+204 186 gm
+204 253 lin
+204 256 gm
+204 256 lin
+204 254 gm
+204 254 lin
+204 257 gm
+204 290 lin
+204 293 gm
+204 293 lin
+204 291 gm
+204 291 lin
+204 294 gm
+204 327 lin
+204 330 gm
+204 330 lin
+204 328 gm
+204 328 lin
+204 331 gm
+204 364 lin
+204 367 gm
+204 367 lin
+204 365 gm
+204 365 lin
+204 368 gm
+204 400 lin
+204 403 gm
+204 403 lin
+204 401 gm
+204 401 lin
+204 404 gm
+204 487 lin
+204 490 gm
+204 490 lin
+204 488 gm
+204 488 lin
+204 491 gm
+204 524 lin
+204 527 gm
+204 527 lin
+204 525 gm
+204 525 lin
+205 80 gm
+218 80 lin
+205 82 gm
+218 82 lin
+221 80 gm
+221 82 lin
+219 80 gm
+221 80 lin
+219 82 gm
+219 82 lin
+219 82 lin
+219 83 gm
+219 131 lin
+221 83 gm
+221 131 lin
+205 132 gm
+218 132 lin
+205 134 gm
+218 134 lin
+219 132 gm
+219 134 lin
+221 132 gm
+221 134 lin
+219 135 gm
+219 182 lin
+221 135 gm
+221 182 lin
+205 183 gm
+218 183 lin
+205 185 gm
+218 185 lin
+219 183 gm
+219 185 lin
+221 183 gm
+221 185 lin
+219 186 gm
+219 253 lin
+221 186 gm
+221 253 lin
+205 254 gm
+218 254 lin
+205 256 gm
+218 256 lin
+219 254 gm
+219 256 lin
+221 254 gm
+221 256 lin
+219 257 gm
+219 290 lin
+221 257 gm
+221 290 lin
+205 291 gm
+218 291 lin
+205 293 gm
+218 293 lin
+219 291 gm
+219 293 lin
+221 291 gm
+221 293 lin
+219 294 gm
+219 327 lin
+221 294 gm
+221 327 lin
+205 328 gm
+218 328 lin
+205 330 gm
+218 330 lin
+219 328 gm
+219 330 lin
+221 328 gm
+221 330 lin
+219 331 gm
+219 364 lin
+221 331 gm
+221 364 lin
+205 365 gm
+218 365 lin
+205 367 gm
+218 367 lin
+219 365 gm
+219 367 lin
+221 365 gm
+221 367 lin
+219 368 gm
+219 400 lin
+221 368 gm
+221 400 lin
+205 401 gm
+218 401 lin
+205 403 gm
+218 403 lin
+219 401 gm
+219 403 lin
+221 401 gm
+221 403 lin
+219 404 gm
+219 487 lin
+221 404 gm
+221 487 lin
+205 488 gm
+218 488 lin
+205 490 gm
+218 490 lin
+219 488 gm
+219 490 lin
+221 488 gm
+221 490 lin
+219 491 gm
+219 524 lin
+221 491 gm
+221 524 lin
+205 525 gm
+218 525 lin
+205 527 gm
+218 527 lin
+221 525 gm
+221 527 lin
+219 527 gm
+221 527 lin
+219 525 gm
+219 525 lin
+219 525 lin
+233 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.13)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(PVSplit with score sharing)show
+249 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.65200 0. 32 0.06520 0.(Applying score sharing to PVSplit we reduce search overhead without loss \(Fig.13\): in fact, these)awidthshow
+260 79 gm
+(heuristics handle different parts of the game tree:)show
+272 88 gm
+(\245\312PVSplit is used in search of subtrees 2..P \(if we use P processors\))show
+285 88 gm
+(\245\312score sharing is used for subtrees after the Pth subtree.)show
+297 79 gm
+0.34881 0. 32 0.03488 0.(This algorithm gives the best speedups among those we have tested. We remark that there is a high)awidthshow
+308 79 gm
+(synchronization overhead caused by nodes along the principal variation.)show
+338 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(5. Dynamic splitting)show
+351 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.84838 0. 32 0.08483 0.(The main problem with static splitting is load distribution. The master-worker model is based on)awidthshow
+362 79 gm
+0.72189 0. 32 0.07218 0.(sequential jobs that are perfomed without attempting to parallelize them and are assigned without)awidthshow
+377 79 gm
+1.80435 0. 32 0.18043 0.(estimating the computational costs. Since for parallel )awidthshow
+377 337 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.74351 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.89697 0. 32 0.18969 0.( we cannot schedule jobs aiming at)awidthshow
+389 79 gm
+(minimizing idle times, there is no way of dynamically balancing the load.)show
+419 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(5.1 Dynamic job allocation)show
+432 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.39657 0. 32 0.03965 0.(A first solution to this problem consists of avoiding \322atomic\323 sequential jobs. We defined a variant)awidthshow
+443 79 gm
+0.75973 0. 32 0.07597 0.(of the core algorithm in which when there are no more jobs in the agenda the workers that finish)awidthshow
+454 79 gm
+0.38314 0. 32 0.03831 0.(their jobs help the busy ones. This means that a busy worker accepts help and splits its search tree,)awidthshow
+465 79 gm
+0.56610 0. 32 0.05661 0.(becoming a supervisor. We will apply this idea only to children of the root node. Since we cannot)awidthshow
+476 79 gm
+0.63034 0. 32 0.06303 0.(forecast how long the evaluation of a subtree will take, nor which nodes will be assigned to other)awidthshow
+487 79 gm
+(processors, we classify this a dynamic splitting algorithm.)show
+498 79 gm
+1.57165 0. 32 0.15716 0.(There are several choice to implement cooperation among workers: we have implemented the)awidthshow
+509 79 gm
+(following one.)show
+521 88 gm
+1.35116 0. 32 0.13511 0.(\245\312An explorer E)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.20555 0.(f)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.13021 0. 32 0.11302 0.( completes a search job and finds an empty agenda; however, there are other)awidthshow
+532 101 gm
+(workers still busy. E)show
+532 191 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(f)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( notifies to be free to a busy worker E)show
+532 359 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(r)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( ;)show
+545 88 gm
+(\245\312E)show
+545 101 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(r)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( decomposes its subtree S, and sends tasks to free explorers;)show
+557 79 gm
+(Processes that cooperate to the search are dynamically partitioned in three sets:)show
+569 88 gm
+(\245\312set F of processes that completed their tasks and become free;)show
+582 88 gm
+(\245\312set R)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(p)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( of processes that distribute their subtrees;)show
+595 88 gm
+(\245\312set R)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(s)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( of processes that sequentially evaluate their subtrees.)show
+F T cp
+%%Page: ? 14
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(12)show
+781 538 734 505 th
+158 243 gm
+tu
+(nc 110 104 505 499 6 rc)kp
+ts
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P1)show
+tu
+ts
+157 270 gm
+(P2)show
+tu
+ts
+158 297 gm
+(P3)show
+tu
+ts
+158 322 gm
+(P4)show
+tu
+0 gr
+146.5 238.5 163.5 256.5 0 rc
+146.5 266.5 163.5 284.5 0 rc
+146.5 293.5 163.5 310.5 0 rc
+146.5 318.5 163.5 335.5 0 rc
+ts
+238 253 gm
+F 1 setTxMode
+(P1)show
+tu
+ts
+237 279 gm
+(P2)show
+tu
+ts
+238 306 gm
+(P4)show
+tu
+ts
+281 279 gm
+(P3)show
+tu
+0 gr
+226.5 248.5 243.5 266.5 0 rc
+226.5 275.5 243.5 293.5 0 rc
+226.5 302.5 243.5 319.5 0 rc
+269.5 275.5 286.5 292.5 0 rc
+244 284 gm
+269 284 lin
+ts
+346 260 gm
+F 1 setTxMode
+(P1)show
+tu
+ts
+345 295 gm
+(P4)show
+tu
+ts
+391 258 gm
+(P2)show
+tu
+0 gr
+334.5 255.5 352.5 272.5 0 rc
+334.5 291.5 351.5 309.5 0 rc
+379.5 254.5 396.5 272.5 0 rc
+ts
+390 295 gm
+F 1 setTxMode
+(P3)show
+tu
+0 gr
+378.5 291.5 396.5 308.5 0 rc
+352 263 gm
+378 263 lin
+ts
+147 361 gm
+F 1 setTxMode
+(Rs={P1,P2,P3,P4})show
+157 361 gm
+(Rp=)show
+167 361 gm
+(F=)show
+tu
+ts
+250 372 gm
+(Rs={P1,P4})show
+260 372 gm
+(Rp={P2})show
+271 372 gm
+(F={P3})show
+tu
+352 263 gm
+0 gr
+378 300 lin
+ts
+356 374 gm
+F 1 setTxMode
+(Rs={P4})show
+367 374 gm
+(Rp={P1})show
+377 374 gm
+(F={P2,P3})show
+tu
+ts
+465 371 gm
+(Rs=)show
+475 371 gm
+(Rp={P4})show
+485 371 gm
+(F={P1,P2,P3})show
+tu
+0 gr
+136.5 358.5 174.5 431.5 0 rc
+239.5 358.5 276.5 431.5 0 rc
+347.5 358.5 385.5 431.5 0 rc
+453.5 358.5 491.5 431.5 0 rc
+ts
+498 249 gm
+F 1 setTxMode
+(P1)show
+tu
+ts
+497 276 gm
+(P2)show
+tu
+ts
+498 302 gm
+(P3)show
+tu
+0 gr
+486.5 245.5 503.5 262.5 0 rc
+486.5 272.5 503.5 289.5 0 rc
+486.5 299.5 503.5 316.5 0 rc
+459 280 gm
+486 280 lin
+459 281 gm
+486 308 lin
+459 280 gm
+486 253 lin
+ts
+453 276 gm
+F 1 setTxMode
+(P4)show
+tu
+0 gr
+442.5 271.5 459.5 288.5 0 rc
+pr
+226 396 pl
+216 392 pl
+216 396 pl
+216 398 pl
+226 396 pl
+4 ep
+188 396 gm
+216 396 lin
+pr
+332 396 pl
+323 392 pl
+323 396 pl
+323 398 pl
+332 396 pl
+4 ep
+295 396 gm
+323 396 lin
+pr
+439 396 pl
+430 392 pl
+430 396 pl
+430 398 pl
+439 396 pl
+4 ep
+402 396 gm
+430 396 lin
+ts
+246 108 gm
+F 1 setTxMode
+(democratic cooperation)show
+257 108 gm
+(at first level;)show
+267 108 gm
+(master-worker)show
+277 108 gm
+(with second level)show
+tu
+0 gr
+427.5 106.5 443.5 216.5 0 rc
+239.5 106.5 290.5 206.5 0 rc
+164.5 110.5 180.5 214.5 0 rc
+pr
+159 229 pl
+165 222 pl
+162 221 pl
+158 220 pl
+159 229 pl
+4 ep
+164 212 gm
+158 234 lin
+pr
+259 247 pl
+264 238 pl
+260 238 pl
+258 237 pl
+259 247 pl
+4 ep
+266 207 gm
+260 238 lin
+pr
+332 242 pl
+325 236 pl
+323 238 pl
+322 241 pl
+332 242 pl
+4 ep
+265 207 gm
+323 238 lin
+pr
+458 245 pl
+454 236 pl
+451 238 pl
+449 239 pl
+458 245 pl
+4 ep
+434 216 gm
+451 238 lin
+ts
+175 112 gm
+F 1 setTxMode
+(democratic cooperation)show
+tu
+ts
+465 386 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+(\306)show
+tu
+ts
+167 371 gm
+(\306)show
+tu
+ts
+158 377 gm
+(\306)show
+tu
+ts
+194 405 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P3 terminates a search)show
+204 405 gm
+(and informs P2;)show
+214 405 gm
+(P2 distributes a subtree)show
+tu
+ts
+302 408 gm
+(P2 terminates;)show
+312 408 gm
+(P1 distributes)show
+323 408 gm
+(two subtrees)show
+tu
+ts
+410 405 gm
+(P1 terminates;)show
+420 405 gm
+(P4 distributes)show
+431 405 gm
+(three subtrees)show
+tu
+ts
+438 114 gm
+(pure master-worker)show
+tu
+99 77 gm
+(nc 30 28 811 566 6 rc)kp
+0 gr
+99 525 lin
+544 244 gm
+F 1 setTxMode
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig.14)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+( Dynamic splitting)show
+562 77 gm
+0 gr
+562 525 lin
+581 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.55099 0. 32 0.05509 0.(In this way we put a limit to the splittings that can happen at run-time, that are expensive: at most)awidthshow
+592 79 gm
+0.97015 0. 32 0.09701 0.(they are #F. Thus, the algorithm executed by each worker on its own subtree amounts to classic)awidthshow
+603 79 gm
+0.13885 0. 32 0.01388 0.(alphabeta until another worker declares to be available to help, after that the master-worker model is)awidthshow
+614 79 gm
+(used. The following table summarizes the results obtained with this algorithm.)show
+643 96 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+643 145 gm
+(T\312\(sec\))show
+643 200 gm
+(N\312\(nodes\))show
+643 271 gm
+(S)show
+643 308 gm
+(E)show
+643 338 gm
+(Fpm)show
+643 378 gm
+(SO)show
+643 416 gm
+(SS\312\(nodes/sec\))show
+643 502 gm
+(Sss)show
+629 80 gm
+0 gr
+629 82 lin
+629 80 gm
+631 80 lin
+631 82 gm
+631 82 lin
+631 82 lin
+629 83 gm
+629 131 lin
+631 83 gm
+631 131 lin
+629 132 gm
+629 134 lin
+631 132 gm
+631 134 lin
+629 135 gm
+629 182 lin
+631 135 gm
+631 182 lin
+629 183 gm
+629 185 lin
+631 183 gm
+631 185 lin
+629 186 gm
+629 253 lin
+631 186 gm
+631 253 lin
+629 254 gm
+629 256 lin
+631 254 gm
+631 256 lin
+629 257 gm
+629 290 lin
+631 257 gm
+631 290 lin
+629 291 gm
+629 293 lin
+631 291 gm
+631 293 lin
+629 294 gm
+629 327 lin
+631 294 gm
+631 327 lin
+629 328 gm
+629 330 lin
+631 328 gm
+631 330 lin
+629 331 gm
+629 364 lin
+631 331 gm
+631 364 lin
+629 365 gm
+629 367 lin
+631 365 gm
+631 367 lin
+629 368 gm
+629 400 lin
+631 368 gm
+631 400 lin
+629 401 gm
+629 403 lin
+631 401 gm
+631 403 lin
+629 404 gm
+629 487 lin
+631 404 gm
+631 487 lin
+629 488 gm
+629 490 lin
+631 488 gm
+631 490 lin
+629 491 gm
+629 524 lin
+631 491 gm
+631 524 lin
+629 525 gm
+629 527 lin
+631 527 lin
+631 525 gm
+631 525 lin
+631 525 lin
+632 80 gm
+645 80 lin
+632 82 gm
+645 82 lin
+632 132 gm
+645 132 lin
+632 134 gm
+645 134 lin
+632 183 gm
+645 183 lin
+632 185 gm
+645 185 lin
+632 254 gm
+645 254 lin
+632 256 gm
+645 256 lin
+632 291 gm
+645 291 lin
+632 293 gm
+645 293 lin
+632 328 gm
+645 328 lin
+632 330 gm
+645 330 lin
+632 365 gm
+645 365 lin
+632 367 gm
+645 367 lin
+632 401 gm
+645 401 lin
+632 403 gm
+645 403 lin
+632 488 gm
+645 488 lin
+632 490 gm
+645 490 lin
+632 525 gm
+645 525 lin
+632 527 gm
+645 527 lin
+660 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+660 149 gm
+(6740)show
+660 203 gm
+(4529971)show
+660 269 gm
+(---)show
+660 306 gm
+(---)show
+660 343 gm
+(---)show
+660 380 gm
+(---)show
+660 439 gm
+(672)show
+660 503 gm
+(---)show
+646 82 gm
+0 gr
+648 82 lin
+646 80 gm
+648 80 lin
+646 83 gm
+646 131 lin
+648 83 gm
+648 131 lin
+646 134 gm
+646 134 lin
+648 132 gm
+648 132 lin
+646 132 gm
+646 132 lin
+648 134 gm
+648 134 lin
+646 135 gm
+646 182 lin
+648 135 gm
+648 182 lin
+646 185 gm
+646 185 lin
+648 183 gm
+648 183 lin
+646 183 gm
+646 183 lin
+648 185 gm
+648 185 lin
+646 186 gm
+646 253 lin
+648 186 gm
+648 253 lin
+646 256 gm
+646 256 lin
+648 254 gm
+648 254 lin
+646 254 gm
+646 254 lin
+648 256 gm
+648 256 lin
+646 257 gm
+646 290 lin
+648 257 gm
+648 290 lin
+646 293 gm
+646 293 lin
+648 291 gm
+648 291 lin
+646 291 gm
+646 291 lin
+648 293 gm
+648 293 lin
+646 294 gm
+646 327 lin
+648 294 gm
+648 327 lin
+646 330 gm
+646 330 lin
+648 328 gm
+648 328 lin
+646 328 gm
+646 328 lin
+648 330 gm
+648 330 lin
+646 331 gm
+646 364 lin
+648 331 gm
+648 364 lin
+646 367 gm
+646 367 lin
+648 365 gm
+648 365 lin
+646 365 gm
+646 365 lin
+648 367 gm
+648 367 lin
+646 368 gm
+646 400 lin
+648 368 gm
+648 400 lin
+646 403 gm
+646 403 lin
+648 401 gm
+648 401 lin
+646 401 gm
+646 401 lin
+648 403 gm
+648 403 lin
+646 404 gm
+646 487 lin
+648 404 gm
+648 487 lin
+646 490 gm
+646 490 lin
+648 488 gm
+648 488 lin
+646 488 gm
+646 488 lin
+648 490 gm
+648 490 lin
+646 491 gm
+646 524 lin
+648 491 gm
+648 524 lin
+646 527 gm
+648 527 lin
+646 525 gm
+648 525 lin
+649 80 gm
+662 80 lin
+649 82 gm
+662 82 lin
+649 132 gm
+662 132 lin
+649 134 gm
+662 134 lin
+649 183 gm
+662 183 lin
+649 185 gm
+662 185 lin
+649 254 gm
+662 254 lin
+649 256 gm
+662 256 lin
+649 291 gm
+662 291 lin
+649 293 gm
+662 293 lin
+649 328 gm
+662 328 lin
+649 330 gm
+662 330 lin
+649 365 gm
+662 365 lin
+649 367 gm
+662 367 lin
+649 401 gm
+662 401 lin
+649 403 gm
+662 403 lin
+649 488 gm
+662 488 lin
+649 490 gm
+662 490 lin
+649 525 gm
+662 525 lin
+649 527 gm
+662 527 lin
+675 105 gm
+F 1 setTxMode
+(3)show
+675 149 gm
+(3019)show
+675 203 gm
+(5251659)show
+675 265 gm
+(2.23)show
+675 302 gm
+(0.74)show
+675 339 gm
+(0.93)show
+675 376 gm
+(0.16)show
+675 436 gm
+(1740)show
+675 499 gm
+(2.59)show
+663 82 gm
+0 gr
+663 82 lin
+663 80 gm
+663 80 lin
+663 83 gm
+663 131 lin
+663 134 gm
+663 134 lin
+663 132 gm
+663 132 lin
+663 135 gm
+663 182 lin
+663 185 gm
+663 185 lin
+663 183 gm
+663 183 lin
+663 186 gm
+663 253 lin
+663 256 gm
+663 256 lin
+663 254 gm
+663 254 lin
+663 257 gm
+663 290 lin
+663 293 gm
+663 293 lin
+663 291 gm
+663 291 lin
+663 294 gm
+663 327 lin
+663 330 gm
+663 330 lin
+663 328 gm
+663 328 lin
+663 331 gm
+663 364 lin
+663 367 gm
+663 367 lin
+663 365 gm
+663 365 lin
+663 368 gm
+663 400 lin
+663 403 gm
+663 403 lin
+663 401 gm
+663 401 lin
+663 404 gm
+663 487 lin
+663 490 gm
+663 490 lin
+663 488 gm
+663 488 lin
+663 491 gm
+663 524 lin
+663 527 gm
+663 527 lin
+663 525 gm
+663 525 lin
+664 80 gm
+677 80 lin
+664 82 gm
+677 82 lin
+664 132 gm
+677 132 lin
+664 134 gm
+677 134 lin
+664 183 gm
+677 183 lin
+664 185 gm
+677 185 lin
+664 254 gm
+677 254 lin
+664 256 gm
+677 256 lin
+664 291 gm
+677 291 lin
+664 293 gm
+677 293 lin
+664 328 gm
+677 328 lin
+664 330 gm
+677 330 lin
+664 365 gm
+677 365 lin
+664 367 gm
+677 367 lin
+664 401 gm
+677 401 lin
+664 403 gm
+677 403 lin
+664 488 gm
+677 488 lin
+664 490 gm
+677 490 lin
+664 525 gm
+677 525 lin
+664 527 gm
+677 527 lin
+690 105 gm
+F 1 setTxMode
+(5)show
+690 149 gm
+(2216)show
+690 203 gm
+(6322002)show
+690 265 gm
+(3.04)show
+690 302 gm
+(0.61)show
+690 339 gm
+(0.92)show
+690 376 gm
+(0.40)show
+690 436 gm
+(2853)show
+690 499 gm
+(4.24)show
+678 82 gm
+0 gr
+678 82 lin
+678 80 gm
+678 80 lin
+678 83 gm
+678 131 lin
+678 134 gm
+678 134 lin
+678 132 gm
+678 132 lin
+678 135 gm
+678 182 lin
+678 185 gm
+678 185 lin
+678 183 gm
+678 183 lin
+678 186 gm
+678 253 lin
+678 256 gm
+678 256 lin
+678 254 gm
+678 254 lin
+678 257 gm
+678 290 lin
+678 293 gm
+678 293 lin
+678 291 gm
+678 291 lin
+678 294 gm
+678 327 lin
+678 330 gm
+678 330 lin
+678 328 gm
+678 328 lin
+678 331 gm
+678 364 lin
+678 367 gm
+678 367 lin
+678 365 gm
+678 365 lin
+678 368 gm
+678 400 lin
+678 403 gm
+678 403 lin
+678 401 gm
+678 401 lin
+678 404 gm
+678 487 lin
+678 490 gm
+678 490 lin
+678 488 gm
+678 488 lin
+678 491 gm
+678 524 lin
+678 527 gm
+678 527 lin
+678 525 gm
+678 525 lin
+679 80 gm
+692 80 lin
+679 82 gm
+692 82 lin
+679 132 gm
+692 132 lin
+679 134 gm
+692 134 lin
+679 183 gm
+692 183 lin
+679 185 gm
+692 185 lin
+679 254 gm
+692 254 lin
+679 256 gm
+692 256 lin
+679 291 gm
+692 291 lin
+679 293 gm
+692 293 lin
+679 328 gm
+692 328 lin
+679 330 gm
+692 330 lin
+679 365 gm
+692 365 lin
+679 367 gm
+692 367 lin
+679 401 gm
+692 401 lin
+679 403 gm
+692 403 lin
+679 488 gm
+692 488 lin
+679 490 gm
+692 490 lin
+679 525 gm
+692 525 lin
+679 527 gm
+692 527 lin
+705 105 gm
+F 1 setTxMode
+(7)show
+705 149 gm
+(1921)show
+705 203 gm
+(7291629)show
+705 265 gm
+(3.51)show
+705 302 gm
+(0.50)show
+705 339 gm
+(0.91)show
+705 376 gm
+(0.61)show
+705 436 gm
+(3796)show
+705 499 gm
+(5.65)show
+693 82 gm
+0 gr
+693 82 lin
+693 80 gm
+693 80 lin
+693 83 gm
+693 131 lin
+693 134 gm
+693 134 lin
+693 132 gm
+693 132 lin
+693 135 gm
+693 182 lin
+693 185 gm
+693 185 lin
+693 183 gm
+693 183 lin
+693 186 gm
+693 253 lin
+693 256 gm
+693 256 lin
+693 254 gm
+693 254 lin
+693 257 gm
+693 290 lin
+693 293 gm
+693 293 lin
+693 291 gm
+693 291 lin
+693 294 gm
+693 327 lin
+693 330 gm
+693 330 lin
+693 328 gm
+693 328 lin
+693 331 gm
+693 364 lin
+693 367 gm
+693 367 lin
+693 365 gm
+693 365 lin
+693 368 gm
+693 400 lin
+693 403 gm
+693 403 lin
+693 401 gm
+693 401 lin
+693 404 gm
+693 487 lin
+693 490 gm
+693 490 lin
+693 488 gm
+693 488 lin
+693 491 gm
+693 524 lin
+693 527 gm
+693 527 lin
+693 525 gm
+693 525 lin
+694 80 gm
+707 80 lin
+694 82 gm
+707 82 lin
+694 132 gm
+707 132 lin
+694 134 gm
+707 134 lin
+694 183 gm
+707 183 lin
+694 185 gm
+707 185 lin
+694 254 gm
+707 254 lin
+694 256 gm
+707 256 lin
+694 291 gm
+707 291 lin
+694 293 gm
+707 293 lin
+694 328 gm
+707 328 lin
+694 330 gm
+707 330 lin
+694 365 gm
+707 365 lin
+694 367 gm
+707 367 lin
+694 401 gm
+707 401 lin
+694 403 gm
+707 403 lin
+694 488 gm
+707 488 lin
+694 490 gm
+707 490 lin
+694 525 gm
+707 525 lin
+694 527 gm
+707 527 lin
+720 105 gm
+F 1 setTxMode
+(9)show
+720 149 gm
+(1721)show
+720 203 gm
+(8300115)show
+720 265 gm
+(3.92)show
+720 302 gm
+(0.44)show
+720 339 gm
+(0.91)show
+720 376 gm
+(0.83)show
+720 436 gm
+(4823)show
+720 499 gm
+(7.18)show
+708 82 gm
+0 gr
+708 82 lin
+708 80 gm
+708 80 lin
+708 83 gm
+708 131 lin
+708 134 gm
+708 134 lin
+708 132 gm
+708 132 lin
+708 135 gm
+708 182 lin
+708 185 gm
+708 185 lin
+708 183 gm
+708 183 lin
+708 186 gm
+708 253 lin
+708 256 gm
+708 256 lin
+708 254 gm
+708 254 lin
+708 257 gm
+708 290 lin
+708 293 gm
+708 293 lin
+708 291 gm
+708 291 lin
+708 294 gm
+708 327 lin
+708 330 gm
+708 330 lin
+708 328 gm
+708 328 lin
+708 331 gm
+708 364 lin
+708 367 gm
+708 367 lin
+708 365 gm
+708 365 lin
+708 368 gm
+708 400 lin
+708 403 gm
+708 403 lin
+708 401 gm
+708 401 lin
+708 404 gm
+708 487 lin
+708 490 gm
+708 490 lin
+708 488 gm
+708 488 lin
+708 491 gm
+708 524 lin
+708 527 gm
+708 527 lin
+708 525 gm
+708 525 lin
+709 80 gm
+722 80 lin
+709 82 gm
+722 82 lin
+709 132 gm
+722 132 lin
+709 134 gm
+722 134 lin
+709 183 gm
+722 183 lin
+709 185 gm
+722 185 lin
+709 254 gm
+722 254 lin
+709 256 gm
+722 256 lin
+709 291 gm
+722 291 lin
+709 293 gm
+722 293 lin
+709 328 gm
+722 328 lin
+709 330 gm
+722 330 lin
+709 365 gm
+722 365 lin
+709 367 gm
+722 367 lin
+709 401 gm
+722 401 lin
+709 403 gm
+722 403 lin
+709 488 gm
+722 488 lin
+709 490 gm
+722 490 lin
+709 525 gm
+722 525 lin
+709 527 gm
+722 527 lin
+735 103 gm
+F 1 setTxMode
+(11)show
+735 149 gm
+(1600)show
+735 203 gm
+(9439299)show
+735 265 gm
+(4.21)show
+735 302 gm
+(0.38)show
+735 339 gm
+(0.90)show
+735 376 gm
+(1.08)show
+735 436 gm
+(5900)show
+735 499 gm
+(8.78)show
+723 82 gm
+0 gr
+723 82 lin
+723 80 gm
+723 80 lin
+723 83 gm
+723 131 lin
+723 134 gm
+723 134 lin
+723 132 gm
+723 132 lin
+723 135 gm
+723 182 lin
+723 185 gm
+723 185 lin
+723 183 gm
+723 183 lin
+723 186 gm
+723 253 lin
+723 256 gm
+723 256 lin
+723 254 gm
+723 254 lin
+723 257 gm
+723 290 lin
+723 293 gm
+723 293 lin
+723 291 gm
+723 291 lin
+723 294 gm
+723 327 lin
+723 330 gm
+723 330 lin
+723 328 gm
+723 328 lin
+723 331 gm
+723 364 lin
+723 367 gm
+723 367 lin
+723 365 gm
+723 365 lin
+723 368 gm
+723 400 lin
+723 403 gm
+723 403 lin
+723 401 gm
+723 401 lin
+723 404 gm
+723 487 lin
+723 490 gm
+723 490 lin
+723 488 gm
+723 488 lin
+723 491 gm
+723 524 lin
+723 527 gm
+723 527 lin
+723 525 gm
+723 525 lin
+724 80 gm
+737 80 lin
+724 82 gm
+737 82 lin
+740 80 gm
+740 82 lin
+738 80 gm
+740 80 lin
+738 82 gm
+738 82 lin
+738 82 lin
+738 83 gm
+738 131 lin
+740 83 gm
+740 131 lin
+724 132 gm
+737 132 lin
+724 134 gm
+737 134 lin
+738 132 gm
+738 134 lin
+740 132 gm
+740 134 lin
+738 135 gm
+738 182 lin
+740 135 gm
+740 182 lin
+724 183 gm
+737 183 lin
+724 185 gm
+737 185 lin
+738 183 gm
+738 185 lin
+740 183 gm
+740 185 lin
+738 186 gm
+738 253 lin
+740 186 gm
+740 253 lin
+724 254 gm
+737 254 lin
+724 256 gm
+737 256 lin
+738 254 gm
+738 256 lin
+740 254 gm
+740 256 lin
+738 257 gm
+738 290 lin
+740 257 gm
+740 290 lin
+724 291 gm
+737 291 lin
+724 293 gm
+737 293 lin
+738 291 gm
+738 293 lin
+740 291 gm
+740 293 lin
+738 294 gm
+738 327 lin
+740 294 gm
+740 327 lin
+724 328 gm
+737 328 lin
+724 330 gm
+737 330 lin
+738 328 gm
+738 330 lin
+740 328 gm
+740 330 lin
+738 331 gm
+738 364 lin
+740 331 gm
+740 364 lin
+724 365 gm
+737 365 lin
+724 367 gm
+737 367 lin
+738 365 gm
+738 367 lin
+740 365 gm
+740 367 lin
+738 368 gm
+738 400 lin
+740 368 gm
+740 400 lin
+724 401 gm
+737 401 lin
+724 403 gm
+737 403 lin
+738 401 gm
+738 403 lin
+740 401 gm
+740 403 lin
+738 404 gm
+738 487 lin
+740 404 gm
+740 487 lin
+724 488 gm
+737 488 lin
+724 490 gm
+737 490 lin
+738 488 gm
+738 490 lin
+740 488 gm
+740 490 lin
+738 491 gm
+738 524 lin
+740 491 gm
+740 524 lin
+724 525 gm
+737 525 lin
+724 527 gm
+737 527 lin
+740 525 gm
+740 527 lin
+738 527 gm
+740 527 lin
+738 525 gm
+738 525 lin
+738 525 lin
+752 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.15)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Dynamic splitting of top level)show
+F T cp
+%%Page: ? 15
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(13)show
+122 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.24938 0. 32 0.12493 0.(Compare this table with Fig.9. The average production factor is improved \(0.71)awidthshow
+122 452 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.69747 0.(\256)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.14624 0. 32 0.11462 0.(0.90 with 11)awidthshow
+134 79 gm
+1.77536 0. 32 0.17753 0.(processors\): this means that load balancing was better. More interestingly, such parameter is)awidthshow
+145 79 gm
+0.11734 0. 32 0.01173 0.(constant: the difference between 3 and 11 processors amounts only to 3%, so that there is little room)awidthshow
+156 79 gm
+0.57464 0. 32 0.05746 0.(to improve such values applying dynamic splitting also at lower levels of the game tree. Although)awidthshow
+167 79 gm
+0.54336 0. 32 0.05433 0.(search overhead is very high \(108% with 11 processors\), this waste does not overcome the gain in)awidthshow
+178 79 gm
+(synchronisation overhead.)show
+189 79 gm
+0.50170 0. 32 0.05017 0.(We have also tested a dynamic version of PVSplit, enriched with iterative deepening and top level)awidthshow
+200 79 gm
+(sorting; no global score is implemented \(Fig.16\).)show
+229 96 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+229 145 gm
+(T\312\(sec\))show
+229 200 gm
+(N\312\(nodes\))show
+229 271 gm
+(S)show
+229 308 gm
+(E)show
+229 338 gm
+(Fpm)show
+229 378 gm
+(SO)show
+229 416 gm
+(SS\312\(nodes/sec\))show
+229 504 gm
+(Ss)show
+215 80 gm
+0 gr
+215 82 lin
+215 80 gm
+217 80 lin
+217 82 gm
+217 82 lin
+217 82 lin
+215 83 gm
+215 131 lin
+217 83 gm
+217 131 lin
+215 132 gm
+215 134 lin
+217 132 gm
+217 134 lin
+215 135 gm
+215 182 lin
+217 135 gm
+217 182 lin
+215 183 gm
+215 185 lin
+217 183 gm
+217 185 lin
+215 186 gm
+215 253 lin
+217 186 gm
+217 253 lin
+215 254 gm
+215 256 lin
+217 254 gm
+217 256 lin
+215 257 gm
+215 290 lin
+217 257 gm
+217 290 lin
+215 291 gm
+215 293 lin
+217 291 gm
+217 293 lin
+215 294 gm
+215 327 lin
+217 294 gm
+217 327 lin
+215 328 gm
+215 330 lin
+217 328 gm
+217 330 lin
+215 331 gm
+215 364 lin
+217 331 gm
+217 364 lin
+215 365 gm
+215 367 lin
+217 365 gm
+217 367 lin
+215 368 gm
+215 400 lin
+217 368 gm
+217 400 lin
+215 401 gm
+215 403 lin
+217 401 gm
+217 403 lin
+215 404 gm
+215 487 lin
+217 404 gm
+217 487 lin
+215 488 gm
+215 490 lin
+217 488 gm
+217 490 lin
+215 491 gm
+215 524 lin
+217 491 gm
+217 524 lin
+215 525 gm
+215 527 lin
+217 527 lin
+217 525 gm
+217 525 lin
+217 525 lin
+218 80 gm
+231 80 lin
+218 82 gm
+231 82 lin
+218 132 gm
+231 132 lin
+218 134 gm
+231 134 lin
+218 183 gm
+231 183 lin
+218 185 gm
+231 185 lin
+218 254 gm
+231 254 lin
+218 256 gm
+231 256 lin
+218 291 gm
+231 291 lin
+218 293 gm
+231 293 lin
+218 328 gm
+231 328 lin
+218 330 gm
+231 330 lin
+218 365 gm
+231 365 lin
+218 367 gm
+231 367 lin
+218 401 gm
+231 401 lin
+218 403 gm
+231 403 lin
+218 488 gm
+231 488 lin
+218 490 gm
+231 490 lin
+218 525 gm
+231 525 lin
+218 527 gm
+231 527 lin
+246 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+246 149 gm
+(6740)show
+246 203 gm
+(4529971)show
+246 269 gm
+(---)show
+246 306 gm
+(---)show
+246 343 gm
+(---)show
+246 380 gm
+(---)show
+246 439 gm
+(672)show
+246 503 gm
+(---)show
+232 82 gm
+0 gr
+234 82 lin
+232 80 gm
+234 80 lin
+232 83 gm
+232 131 lin
+234 83 gm
+234 131 lin
+232 134 gm
+232 134 lin
+234 132 gm
+234 132 lin
+232 132 gm
+232 132 lin
+234 134 gm
+234 134 lin
+232 135 gm
+232 182 lin
+234 135 gm
+234 182 lin
+232 185 gm
+232 185 lin
+234 183 gm
+234 183 lin
+232 183 gm
+232 183 lin
+234 185 gm
+234 185 lin
+232 186 gm
+232 253 lin
+234 186 gm
+234 253 lin
+232 256 gm
+232 256 lin
+234 254 gm
+234 254 lin
+232 254 gm
+232 254 lin
+234 256 gm
+234 256 lin
+232 257 gm
+232 290 lin
+234 257 gm
+234 290 lin
+232 293 gm
+232 293 lin
+234 291 gm
+234 291 lin
+232 291 gm
+232 291 lin
+234 293 gm
+234 293 lin
+232 294 gm
+232 327 lin
+234 294 gm
+234 327 lin
+232 330 gm
+232 330 lin
+234 328 gm
+234 328 lin
+232 328 gm
+232 328 lin
+234 330 gm
+234 330 lin
+232 331 gm
+232 364 lin
+234 331 gm
+234 364 lin
+232 367 gm
+232 367 lin
+234 365 gm
+234 365 lin
+232 365 gm
+232 365 lin
+234 367 gm
+234 367 lin
+232 368 gm
+232 400 lin
+234 368 gm
+234 400 lin
+232 403 gm
+232 403 lin
+234 401 gm
+234 401 lin
+232 401 gm
+232 401 lin
+234 403 gm
+234 403 lin
+232 404 gm
+232 487 lin
+234 404 gm
+234 487 lin
+232 490 gm
+232 490 lin
+234 488 gm
+234 488 lin
+232 488 gm
+232 488 lin
+234 490 gm
+234 490 lin
+232 491 gm
+232 524 lin
+234 491 gm
+234 524 lin
+232 527 gm
+234 527 lin
+232 525 gm
+234 525 lin
+235 80 gm
+248 80 lin
+235 82 gm
+248 82 lin
+235 132 gm
+248 132 lin
+235 134 gm
+248 134 lin
+235 183 gm
+248 183 lin
+235 185 gm
+248 185 lin
+235 254 gm
+248 254 lin
+235 256 gm
+248 256 lin
+235 291 gm
+248 291 lin
+235 293 gm
+248 293 lin
+235 328 gm
+248 328 lin
+235 330 gm
+248 330 lin
+235 365 gm
+248 365 lin
+235 367 gm
+248 367 lin
+235 401 gm
+248 401 lin
+235 403 gm
+248 403 lin
+235 488 gm
+248 488 lin
+235 490 gm
+248 490 lin
+235 525 gm
+248 525 lin
+235 527 gm
+248 527 lin
+261 105 gm
+F 1 setTxMode
+(3)show
+261 149 gm
+(2532)show
+261 203 gm
+(4899016)show
+261 265 gm
+(2.66)show
+261 302 gm
+(0.89)show
+261 339 gm
+(0.90)show
+261 376 gm
+(0.08)show
+261 436 gm
+(1935)show
+261 499 gm
+(2.88)show
+249 82 gm
+0 gr
+249 82 lin
+249 80 gm
+249 80 lin
+249 83 gm
+249 131 lin
+249 134 gm
+249 134 lin
+249 132 gm
+249 132 lin
+249 135 gm
+249 182 lin
+249 185 gm
+249 185 lin
+249 183 gm
+249 183 lin
+249 186 gm
+249 253 lin
+249 256 gm
+249 256 lin
+249 254 gm
+249 254 lin
+249 257 gm
+249 290 lin
+249 293 gm
+249 293 lin
+249 291 gm
+249 291 lin
+249 294 gm
+249 327 lin
+249 330 gm
+249 330 lin
+249 328 gm
+249 328 lin
+249 331 gm
+249 364 lin
+249 367 gm
+249 367 lin
+249 365 gm
+249 365 lin
+249 368 gm
+249 400 lin
+249 403 gm
+249 403 lin
+249 401 gm
+249 401 lin
+249 404 gm
+249 487 lin
+249 490 gm
+249 490 lin
+249 488 gm
+249 488 lin
+249 491 gm
+249 524 lin
+249 527 gm
+249 527 lin
+249 525 gm
+249 525 lin
+250 80 gm
+263 80 lin
+250 82 gm
+263 82 lin
+250 132 gm
+263 132 lin
+250 134 gm
+263 134 lin
+250 183 gm
+263 183 lin
+250 185 gm
+263 185 lin
+250 254 gm
+263 254 lin
+250 256 gm
+263 256 lin
+250 291 gm
+263 291 lin
+250 293 gm
+263 293 lin
+250 328 gm
+263 328 lin
+250 330 gm
+263 330 lin
+250 365 gm
+263 365 lin
+250 367 gm
+263 367 lin
+250 401 gm
+263 401 lin
+250 403 gm
+263 403 lin
+250 488 gm
+263 488 lin
+250 490 gm
+263 490 lin
+250 525 gm
+263 525 lin
+250 527 gm
+263 527 lin
+276 105 gm
+F 1 setTxMode
+(5)show
+276 149 gm
+(1805)show
+276 203 gm
+(5453978)show
+276 265 gm
+(3.73)show
+276 302 gm
+(0.75)show
+276 339 gm
+(0.88)show
+276 376 gm
+(0.20)show
+276 436 gm
+(3022)show
+276 499 gm
+(4.50)show
+264 82 gm
+0 gr
+264 82 lin
+264 80 gm
+264 80 lin
+264 83 gm
+264 131 lin
+264 134 gm
+264 134 lin
+264 132 gm
+264 132 lin
+264 135 gm
+264 182 lin
+264 185 gm
+264 185 lin
+264 183 gm
+264 183 lin
+264 186 gm
+264 253 lin
+264 256 gm
+264 256 lin
+264 254 gm
+264 254 lin
+264 257 gm
+264 290 lin
+264 293 gm
+264 293 lin
+264 291 gm
+264 291 lin
+264 294 gm
+264 327 lin
+264 330 gm
+264 330 lin
+264 328 gm
+264 328 lin
+264 331 gm
+264 364 lin
+264 367 gm
+264 367 lin
+264 365 gm
+264 365 lin
+264 368 gm
+264 400 lin
+264 403 gm
+264 403 lin
+264 401 gm
+264 401 lin
+264 404 gm
+264 487 lin
+264 490 gm
+264 490 lin
+264 488 gm
+264 488 lin
+264 491 gm
+264 524 lin
+264 527 gm
+264 527 lin
+264 525 gm
+264 525 lin
+265 80 gm
+278 80 lin
+265 82 gm
+278 82 lin
+265 132 gm
+278 132 lin
+265 134 gm
+278 134 lin
+265 183 gm
+278 183 lin
+265 185 gm
+278 185 lin
+265 254 gm
+278 254 lin
+265 256 gm
+278 256 lin
+265 291 gm
+278 291 lin
+265 293 gm
+278 293 lin
+265 328 gm
+278 328 lin
+265 330 gm
+278 330 lin
+265 365 gm
+278 365 lin
+265 367 gm
+278 367 lin
+265 401 gm
+278 401 lin
+265 403 gm
+278 403 lin
+265 488 gm
+278 488 lin
+265 490 gm
+278 490 lin
+265 525 gm
+278 525 lin
+265 527 gm
+278 527 lin
+291 105 gm
+F 1 setTxMode
+(7)show
+291 149 gm
+(1486)show
+291 203 gm
+(5886412)show
+291 265 gm
+(4.54)show
+291 302 gm
+(0.65)show
+291 339 gm
+(0.87)show
+291 376 gm
+(0.30)show
+291 436 gm
+(3961)show
+291 499 gm
+(5.89)show
+279 82 gm
+0 gr
+279 82 lin
+279 80 gm
+279 80 lin
+279 83 gm
+279 131 lin
+279 134 gm
+279 134 lin
+279 132 gm
+279 132 lin
+279 135 gm
+279 182 lin
+279 185 gm
+279 185 lin
+279 183 gm
+279 183 lin
+279 186 gm
+279 253 lin
+279 256 gm
+279 256 lin
+279 254 gm
+279 254 lin
+279 257 gm
+279 290 lin
+279 293 gm
+279 293 lin
+279 291 gm
+279 291 lin
+279 294 gm
+279 327 lin
+279 330 gm
+279 330 lin
+279 328 gm
+279 328 lin
+279 331 gm
+279 364 lin
+279 367 gm
+279 367 lin
+279 365 gm
+279 365 lin
+279 368 gm
+279 400 lin
+279 403 gm
+279 403 lin
+279 401 gm
+279 401 lin
+279 404 gm
+279 487 lin
+279 490 gm
+279 490 lin
+279 488 gm
+279 488 lin
+279 491 gm
+279 524 lin
+279 527 gm
+279 527 lin
+279 525 gm
+279 525 lin
+280 80 gm
+293 80 lin
+280 82 gm
+293 82 lin
+280 132 gm
+293 132 lin
+280 134 gm
+293 134 lin
+280 183 gm
+293 183 lin
+280 185 gm
+293 185 lin
+280 254 gm
+293 254 lin
+280 256 gm
+293 256 lin
+280 291 gm
+293 291 lin
+280 293 gm
+293 293 lin
+280 328 gm
+293 328 lin
+280 330 gm
+293 330 lin
+280 365 gm
+293 365 lin
+280 367 gm
+293 367 lin
+280 401 gm
+293 401 lin
+280 403 gm
+293 403 lin
+280 488 gm
+293 488 lin
+280 490 gm
+293 490 lin
+280 525 gm
+293 525 lin
+280 527 gm
+293 527 lin
+306 105 gm
+F 1 setTxMode
+(9)show
+306 149 gm
+(1315)show
+306 203 gm
+(6386703)show
+306 265 gm
+(5.13)show
+306 302 gm
+(0.57)show
+306 339 gm
+(0.84)show
+306 376 gm
+(0.41)show
+306 436 gm
+(4857)show
+306 499 gm
+(7.23)show
+294 82 gm
+0 gr
+294 82 lin
+294 80 gm
+294 80 lin
+294 83 gm
+294 131 lin
+294 134 gm
+294 134 lin
+294 132 gm
+294 132 lin
+294 135 gm
+294 182 lin
+294 185 gm
+294 185 lin
+294 183 gm
+294 183 lin
+294 186 gm
+294 253 lin
+294 256 gm
+294 256 lin
+294 254 gm
+294 254 lin
+294 257 gm
+294 290 lin
+294 293 gm
+294 293 lin
+294 291 gm
+294 291 lin
+294 294 gm
+294 327 lin
+294 330 gm
+294 330 lin
+294 328 gm
+294 328 lin
+294 331 gm
+294 364 lin
+294 367 gm
+294 367 lin
+294 365 gm
+294 365 lin
+294 368 gm
+294 400 lin
+294 403 gm
+294 403 lin
+294 401 gm
+294 401 lin
+294 404 gm
+294 487 lin
+294 490 gm
+294 490 lin
+294 488 gm
+294 488 lin
+294 491 gm
+294 524 lin
+294 527 gm
+294 527 lin
+294 525 gm
+294 525 lin
+295 80 gm
+308 80 lin
+295 82 gm
+308 82 lin
+295 132 gm
+308 132 lin
+295 134 gm
+308 134 lin
+295 183 gm
+308 183 lin
+295 185 gm
+308 185 lin
+295 254 gm
+308 254 lin
+295 256 gm
+308 256 lin
+295 291 gm
+308 291 lin
+295 293 gm
+308 293 lin
+295 328 gm
+308 328 lin
+295 330 gm
+308 330 lin
+295 365 gm
+308 365 lin
+295 367 gm
+308 367 lin
+295 401 gm
+308 401 lin
+295 403 gm
+308 403 lin
+295 488 gm
+308 488 lin
+295 490 gm
+308 490 lin
+295 525 gm
+308 525 lin
+295 527 gm
+308 527 lin
+321 103 gm
+F 1 setTxMode
+(11)show
+321 149 gm
+(1208)show
+321 203 gm
+(6789922)show
+321 265 gm
+(5.58)show
+321 302 gm
+(0.51)show
+321 339 gm
+(0.80)show
+321 376 gm
+(0.50)show
+321 436 gm
+(5621)show
+321 499 gm
+(8.36)show
+309 82 gm
+0 gr
+309 82 lin
+309 80 gm
+309 80 lin
+309 83 gm
+309 131 lin
+309 134 gm
+309 134 lin
+309 132 gm
+309 132 lin
+309 135 gm
+309 182 lin
+309 185 gm
+309 185 lin
+309 183 gm
+309 183 lin
+309 186 gm
+309 253 lin
+309 256 gm
+309 256 lin
+309 254 gm
+309 254 lin
+309 257 gm
+309 290 lin
+309 293 gm
+309 293 lin
+309 291 gm
+309 291 lin
+309 294 gm
+309 327 lin
+309 330 gm
+309 330 lin
+309 328 gm
+309 328 lin
+309 331 gm
+309 364 lin
+309 367 gm
+309 367 lin
+309 365 gm
+309 365 lin
+309 368 gm
+309 400 lin
+309 403 gm
+309 403 lin
+309 401 gm
+309 401 lin
+309 404 gm
+309 487 lin
+309 490 gm
+309 490 lin
+309 488 gm
+309 488 lin
+309 491 gm
+309 524 lin
+309 527 gm
+309 527 lin
+309 525 gm
+309 525 lin
+310 80 gm
+323 80 lin
+310 82 gm
+323 82 lin
+326 80 gm
+326 82 lin
+324 80 gm
+326 80 lin
+324 82 gm
+324 82 lin
+324 82 lin
+324 83 gm
+324 131 lin
+326 83 gm
+326 131 lin
+310 132 gm
+323 132 lin
+310 134 gm
+323 134 lin
+324 132 gm
+324 134 lin
+326 132 gm
+326 134 lin
+324 135 gm
+324 182 lin
+326 135 gm
+326 182 lin
+310 183 gm
+323 183 lin
+310 185 gm
+323 185 lin
+324 183 gm
+324 185 lin
+326 183 gm
+326 185 lin
+324 186 gm
+324 253 lin
+326 186 gm
+326 253 lin
+310 254 gm
+323 254 lin
+310 256 gm
+323 256 lin
+324 254 gm
+324 256 lin
+326 254 gm
+326 256 lin
+324 257 gm
+324 290 lin
+326 257 gm
+326 290 lin
+310 291 gm
+323 291 lin
+310 293 gm
+323 293 lin
+324 291 gm
+324 293 lin
+326 291 gm
+326 293 lin
+324 294 gm
+324 327 lin
+326 294 gm
+326 327 lin
+310 328 gm
+323 328 lin
+310 330 gm
+323 330 lin
+324 328 gm
+324 330 lin
+326 328 gm
+326 330 lin
+324 331 gm
+324 364 lin
+326 331 gm
+326 364 lin
+310 365 gm
+323 365 lin
+310 367 gm
+323 367 lin
+324 365 gm
+324 367 lin
+326 365 gm
+326 367 lin
+324 368 gm
+324 400 lin
+326 368 gm
+326 400 lin
+310 401 gm
+323 401 lin
+310 403 gm
+323 403 lin
+324 401 gm
+324 403 lin
+326 401 gm
+326 403 lin
+324 404 gm
+324 487 lin
+326 404 gm
+326 487 lin
+310 488 gm
+323 488 lin
+310 490 gm
+323 490 lin
+324 488 gm
+324 490 lin
+326 488 gm
+326 490 lin
+324 491 gm
+324 524 lin
+326 491 gm
+326 524 lin
+310 525 gm
+323 525 lin
+310 527 gm
+323 527 lin
+326 525 gm
+326 527 lin
+324 527 gm
+326 527 lin
+324 525 gm
+324 525 lin
+324 525 lin
+338 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.16)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Dynamic PVSplit)show
+354 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.38436 0. 32 0.03843 0.(Search overhead is low, and efficiency is good: the speedup S with 11 processors was improved of)awidthshow
+365 79 gm
+(24% with respect to data shown in\312Fig.11.)show
+395 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(5.2 A discussion of dynamic splitting)show
+408 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.89706 0. 32 0.08970 0.(The algorithm described in Sect. 5.1 is not really representative of dynamic splitting methods. A)awidthshow
+419 79 gm
+(more general definition of such a concept should answer to the following questions:)show
+431 88 gm
+(\245\312when a supervisor process P visiting a node N should create a new parallel task?)show
+444 88 gm
+(\245\312who executes the task?)show
+457 88 gm
+(\245\312which data can be use to make a splitting decision?)show
+469 79 gm
+0.21591 0. 32 0.02159 0.(Consider the game tree in Fig.17; process P is responsible of its evaluation because it was given the)awidthshow
+484 79 gm
+0.60699 0. 32 0.06069 0.(root. According to the depth)awidthshow
+484 207 gm
+0.67794 0. 32 0.06779 0.(-first rule used in )awidthshow
+484 289 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+0.20346 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.57464 0. 32 0.05746 0.(, we have the following sequence for successors:)awidthshow
+496 79 gm
+(N)show
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, N)show
+496 103 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(2)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, N)show
+496 120 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(3)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(.)show
+(nc 520 237 675 366 6 rc)kp
+0 gr
+601.5 241.5 628.5 268.5 0 ov
+601.5 285.5 628.5 312.5 0 ov
+601.5 329.5 628.5 356.5 0 ov
+522.5 285.5 548.5 312.5 0 ov
+616 250 gm
+(nc 608 249 619 261 6 rc)kp
+F 1 setTxMode
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+617 295 gm
+(nc 609 294 620 306 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+616 339 gm
+(nc 608 338 619 350 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(N)show
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+538 316 gm
+(nc 530 315 541 323 6 rc)kp
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(P)show
+601 299 gm
+(nc 520 237 675 366 6 rc)kp
+0 gr
+548 299 lin
+601 343 lin
+0 0 2 9 6 2 dh
+548 299 gm
+601 255 lin
+rh
+psb
+pse
+0 0 2 9 6 2 dh
+599 239 gm
+628 271 lin
+rh
+psb
+pse
+0 0 2 9 6 2 dh
+628 240 gm
+595 268 lin
+rh
+psb
+pse
+617 359 gm
+(nc 608 358 620 365 6 rc)kp
+F 1 setTxMode
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(?)show
+616 315 gm
+(nc 607 314 619 321 6 rc)kp
+(?)show
+628 299 gm
+(nc 520 237 675 366 6 rc)kp
+0 gr
+673 282 lin
+628 299 gm
+673 311 lin
+673 282 gm
+673 311 lin
+0 0 2 9 6 2 dh
+628 255 gm
+673 239 lin
+rh
+psb
+pse
+0 0 2 9 6 2 dh
+628 255 gm
+673 268 lin
+rh
+psb
+pse
+0 0 2 9 6 2 dh
+673 239 gm
+673 268 lin
+rh
+psb
+pse
+628 343 gm
+673 326 lin
+628 343 gm
+673 355 lin
+673 326 gm
+673 355 lin
+537 290 gm
+(nc 529 289 540 310 6 rc)kp
+F 1 setTxMode
+9 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(Root)show
+509 77 gm
+(nc 30 28 811 566 6 rc)kp
+0 gr
+509 525 lin
+703 131 gm
+F 1 setTxMode
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig.17)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+( Problems with dynamic splitting: who has to evaluate N2 and N3?)show
+721 77 gm
+0 gr
+721 525 lin
+740 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.05569 0. 32 0.00556 0.(Suppose the subtree with root N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.04531 0. 32 0.00453 0.( has been evaluated; if no cuts were produced P has to start the visit)awidthshow
+751 79 gm
+0.49194 0. 32 0.04919 0.(of N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.15614 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.47515 0. 32 0.04751 0.(, i.e. it generates the task of visiting N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.15614 0.(2)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.45867 0. 32 0.04586 0.(. It can happen that P itself is assigned to this task, so)awidthshow
+F T cp
+%%Page: ? 16
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(14)show
+118 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.66665 0. 32 0.06666 0.(that only when such a visit is completed N)awidthshow
+118 274 gm
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.20846 0.(3)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.66177 0. 32 0.06617 0.( will be evaluated, unless a cut is produced. If P were)awidthshow
+129 79 gm
+0.21484 0. 32 0.02148 0.(assigned all successors of the root node shown in Fig.17, then actually no splitting would have been)awidthshow
+140 79 gm
+0.04959 0. 32 0.00495 0.(done in the root. Instead, suppose that N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(2)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.04257 0. 32 0.00425 0.( is given to a process Q different from P; then, P should not)awidthshow
+151 79 gm
+0.30273 0. 32 0.03027 0.(block itself waiting for Q, but should continue the visit and allocate a task for the evaluation of N)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.08947 0.(3)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(.)show
+162 79 gm
+0.87707 0. 32 0.08770 0.(In this way we have a splitting only if this is really necessary; moreover, we improve control on)awidthshow
+173 79 gm
+(search overhead and load balancing.)show
+184 79 gm
+1.54342 0. 32 0.15434 0.(An important decision when using of this kind of algorithm is the knowledge necessary for a)awidthshow
+195 79 gm
+0.94299 0. 32 0.09429 0.(splitting. There are two kinds of knowledge that are necessary for a process P to take a splitting)awidthshow
+206 79 gm
+(decision on a node N:)show
+218 88 gm
+0.76568 0. 32 0.07656 0.(- local knowledge, )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.15858 0.(i.e)ashow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.63476 0. 32 0.06347 0.(. data owned by the process P itself that is going to decide a splitting. For)awidthshow
+229 101 gm
+0.12954 0. 32 0.01295 0.(instance, knowledge on the level of N in the game tree, or on the size of the subtree whose root)awidthshow
+240 101 gm
+(is N, is local.)show
+253 88 gm
+0.03265 0. 32 0.00326 0.(- global knowledge, )awidthshow
+253 178 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(i.e)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.02944 0. 32 0.00294 0.(. data that have to be asked to the operating environment. For instance, how)awidthshow
+264 101 gm
+1.16287 0. 32 0.11628 0.(many processors are idle or how many tasks are still in the agenda are examples of global)awidthshow
+275 101 gm
+(knowledge.)show
+287 79 gm
+0.30563 0. 32 0.03056 0.(Suppose that in order to decide if N is a splitting node we only use knowledge local to P, assigning)awidthshow
+298 79 gm
+0.62866 0. 32 0.06286 0.(N and its subtree to P itself: the decision will be very rapid. However, load balancing will rapidly)awidthshow
+309 79 gm
+0.19454 0. 32 0.01945 0.(deteriorate. Thus, we need to combine both form of knowledge; we achieve this taking a decision in)awidthshow
+320 79 gm
+(two steps:)show
+332 88 gm
+(i\)\312let P be the supervisor of N; we make a local test to see if P itself can take charge of N;)show
+345 88 gm
+0.44586 0. 32 0.04458 0.(ii\)\312if not, we use global knowledge to choose a different supervisor. This implies communicating)awidthshow
+356 101 gm
+(with other processes.)show
+368 79 gm
+1.46865 0. 32 0.14686 0.(We put all global data in tuples: both the task to be assigned to a worker, corresponding to a)awidthshow
+379 79 gm
+0.64743 0. 32 0.06474 0.(splitting, and data to make splitting decisions. A node N becomes a splitting node when search of)awidthshow
+390 79 gm
+0.07965 0. 32 0.00796 0.(one of its children is given to another process. A splitting decision needs data that can be either local)awidthshow
+401 79 gm
+0.11535 0. 32 0.01153 0.(or non-local. In general non-local data are more expensive to acquire, thus we classify splitting rules)awidthshow
+412 79 gm
+0.48583 0. 32 0.04858 0.(built in the Boolean function as local or global. Local rules say when it is not convenient to start a)awidthshow
+423 79 gm
+(parallel task; if local rules require splitting, then global data are acquired.)show
+434 79 gm
+(This is a very partial list of criteria based on local data:)show
+446 88 gm
+1.15356 0. 32 0.11535 0.(\245\312subtree size: small subtrees are not distributed. Subtree size should be measured in terms of)awidthshow
+457 101 gm
+0.61340 0. 32 0.06134 0.(nodes, but this figure is not known before the visit; however, it is possible to estimate such a)awidthshow
+472 101 gm
+0.11322 0. 32 0.01132 0.(quantity knowing the tree depth and the wideness of the initial )awidthshow
+bu fc
+2 F /|______Symbol fnt
+bn
+0.04614 0.(ab)ashow
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.14205 0. 32 0.01420 0.( window [Bau78]. A measure)awidthshow
+484 101 gm
+(simpler to obtain is given by the tree depth [Eli90].)show
+497 88 gm
+0.10589 0. 32 0.01058 0.(\245\312"young-brothers-wait" [FMMV89]: aims at reducing search overhead if the game tree is ordered.)awidthshow
+508 101 gm
+0.99380 0. 32 0.09938 0.(The first successor of a node has to be completely evaluated before proceeding in the visit.)awidthshow
+519 101 gm
+2.21588 0. 32 0.22158 0.(Thus a node N has to be evaluated by its supervisor if it is the first to be visited. A)awidthshow
+530 101 gm
+2.09609 0. 32 0.20960 0.(generalisation of this method consists of avoiding the distribution of the first K \(K>1\))awidthshow
+541 101 gm
+0.37506 0. 32 0.03750 0.(successors. For ordered game trees the best moves are with high probability "on the left", thus)awidthshow
+556 101 gm
+(if we give priority to this side we get better )show
+556 293 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+(ab)show
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( windows for continuing the search in parallel.)show
+570 88 gm
+1.08642 0. 32 0.10864 0.(\245\312limiting the max. number of children visited in parallel: the idea is to get a good amount of)awidthshow
+581 101 gm
+1.09680 0. 32 0.10968 0.(information from incomplete searches. The supervisor only need to know how many nodes)awidthshow
+592 101 gm
+(were distributed but  not yet entirely searched.)show
+604 79 gm
+(The following criteria are based on global knowledge:)show
+616 88 gm
+0.44174 0. 32 0.04417 0.(\245\312limiting the number of tasks in agenda, aiming at reducing synchronisation overhead. In fact, if)awidthshow
+627 101 gm
+1.18713 0. 32 0.11871 0.(tasks were too many with respect to the available processors, the task originators could be)awidthshow
+638 101 gm
+1.72622 0. 32 0.17262 0.(strongly slowed. A typical value that can be chosen as maximum is the total number of)awidthshow
+649 101 gm
+0.63552 0. 32 0.06355 0.(processors. We put a counter in a single tuple; the counter is incremented by supervisors and)awidthshow
+660 101 gm
+(decremented by workers.)show
+673 88 gm
+0.15594 0. 32 0.01559 0.(\245\312splitting only in case of idle processor: we avoid that a task remains too much time in agenda, so)awidthshow
+684 101 gm
+1.12258 0. 32 0.11225 0.(that we reduce synchronisation overhead. We need to count how many processors are idle,)awidthshow
+695 101 gm
+(again with a counter tuple.)show
+707 79 gm
+(Now we are ready to describe a dynamic algorithm parametric wrt the splitting rules.)show
+737 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(5.3 A general algorithm for dynamic splitting)show
+F T cp
+%%Page: ? 17
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(15)show
+118 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.21017 0. 32 0.12101 0.(We have designed a software architecture that is easy to adapt to different splitting algorithms.)awidthshow
+129 79 gm
+0.08255 0. 32 0.00825 0.(Given a splitting criterion, we specialise the core algorithm aiming at maximising the efficiency. We)awidthshow
+140 79 gm
+0.30303 0. 32 0.03030 0.(note that we could treat most static splitting algorithms as special cases of trivial dynamic splitting,)awidthshow
+151 79 gm
+1.00021 0. 32 0.10002 0.(however we would lose most of the optimisations that were possible because the splitting nodes)awidthshow
+162 79 gm
+(were well known or in a small number.)show
+173 79 gm
+1.19873 0. 32 0.11987 0.(The core algorithm for dynamic splitting allows that any node can be a splitting node. Data on)awidthshow
+184 79 gm
+1.79733 0. 32 0.17973 0.(arbitrary nodes is much more expensive to transmit and to receive: communication overhead)awidthshow
+195 79 gm
+(increases, especially on a network of workstations.)show
+206 79 gm
+0.08758 0. 32 0.00875 0.(Moreover, each task has to be identified independently form the worker that executes it; thus to each)awidthshow
+217 79 gm
+1.59393 0. 32 0.15939 0.(node N we associate a signature that will be inherited by all N successors; such an idea was)awidthshow
+228 79 gm
+1.32034 0. 32 0.13203 0.(introduced in [Eli90]. When a cut occurs, all parallel search having the same signature will be)awidthshow
+239 79 gm
+(terminated, because they are now useless.)show
+250 79 gm
+0.01724 0. 32 0.00172 0.(Each new splitting node is associated to a new signature; since in the core algorithm a parallel search)awidthshow
+261 79 gm
+0.26687 0. 32 0.02668 0.(can be started at any level in the tree, nodes of the same subtree obtain different signatures. When a)awidthshow
+272 79 gm
+0.44692 0. 32 0.04469 0.(cut is generated for the top-level of a subtree all parallel searches of its branches should terminate,)awidthshow
+283 79 gm
+0.81695 0. 32 0.08169 0.(even if the signatures are different. The signature is a distributed data structure whose root is the)awidthshow
+294 79 gm
+0.65292 0. 32 0.06529 0.(signature of the game tree root. Suppose that a node N has a signature S inherited from its father;)awidthshow
+305 79 gm
+(suppose that N is chosen as splitting node: it get s a new signature T.)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+412 146 435 169 1 ov
+0 gr
+412.5 146.5 434.5 168.5 0 ov
+64 gr
+468 113 490 135 1 ov
+0 gr
+468.5 113.5 489.5 134.5 0 ov
+64 gr
+519 98 542 120 1 ov
+0 gr
+519.5 98.5 541.5 119.5 0 ov
+64 gr
+519 126 542 148 1 ov
+0 gr
+519.5 126.5 541.5 147.5 0 ov
+489 124 gm
+519 136 lin
+489 124 gm
+519 108 lin
+64 gr
+468 175 490 198 1 ov
+0 gr
+468.5 175.5 489.5 197.5 0 ov
+64 gr
+519 160 542 182 1 ov
+0 gr
+519.5 160.5 541.5 181.5 0 ov
+64 gr
+519 188 542 210 1 ov
+0 gr
+519.5 188.5 541.5 209.5 0 ov
+489 186 gm
+519 199 lin
+489 186 gm
+519 170 lin
+434 156 gm
+468 187 lin
+434 156 gm
+468 123 lin
+64 gr
+412 278 435 300 1 ov
+0 gr
+412.5 278.5 434.5 299.5 0 ov
+64 gr
+468 245 490 267 1 ov
+0 gr
+468.5 245.5 489.5 266.5 0 ov
+64 gr
+519 229 542 252 1 ov
+0 gr
+519.5 229.5 541.5 251.5 0 ov
+64 gr
+519 258 542 280 1 ov
+0 gr
+519.5 258.5 541.5 279.5 0 ov
+489 256 gm
+519 268 lin
+0 0 2 9 6 2 dh
+489 256 gm
+519 240 lin
+rh
+psb
+pse
+64 gr
+468 307 490 330 1 ov
+0 gr
+468.5 307.5 489.5 329.5 0 ov
+64 gr
+519 292 542 314 1 ov
+0 gr
+519.5 292.5 541.5 313.5 0 ov
+64 gr
+519 320 542 342 1 ov
+0 gr
+519.5 320.5 541.5 341.5 0 ov
+489 318 gm
+519 331 lin
+489 318 gm
+519 302 lin
+434 288 gm
+468 319 lin
+434 288 gm
+468 256 lin
+64 gr
+413 410 436 432 1 ov
+0 gr
+413.5 410.5 435.5 431.5 0 ov
+64 gr
+468 377 490 399 1 ov
+0 gr
+468.5 377.5 489.5 398.5 0 ov
+64 gr
+519 361 542 383 1 ov
+0 gr
+519.5 361.5 541.5 382.5 0 ov
+64 gr
+519 389 542 412 1 ov
+0 gr
+519.5 389.5 541.5 411.5 0 ov
+0 0 2 9 6 2 dh
+489 387 gm
+519 400 lin
+rh
+psb
+pse
+489 387 gm
+519 372 lin
+64 gr
+469 439 491 461 1 ov
+0 gr
+469.5 439.5 490.5 460.5 0 ov
+64 gr
+520 423 543 446 1 ov
+0 gr
+520.5 423.5 542.5 445.5 0 ov
+64 gr
+519 452 542 474 1 ov
+0 gr
+519.5 452.5 541.5 473.5 0 ov
+489 450 gm
+519 462 lin
+489 450 gm
+519 434 lin
+434 420 gm
+468 450 lin
+0 0 2 9 6 2 dh
+434 420 gm
+468 387 lin
+rh
+psb
+pse
+64 gr
+353 278 375 300 1 ov
+0 gr
+353.5 278.5 374.5 299.5 0 ov
+0 0 2 9 6 2 dh
+374 290 gm
+412 290 lin
+rh
+psb
+pse
+0 0 2 9 6 2 dh
+374 290 gm
+412 158 lin
+rh
+psb
+pse
+374 289 gm
+412 420 lin
+64 gr
+361 282 368 300 1 rc
+366 283 gm
+(nc 361 282 368 300 6 rc)kp
+F 1 setTxMode
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(0)show
+366 287 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+366 294 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+417 154 429 162 1 rc
+426 155 gm
+(nc 417 154 429 162 6 rc)kp
+F 1 setTxMode
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+417 285 429 293 1 rc
+426 286 gm
+(nc 417 285 429 293 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+420 413 427 430 1 rc
+425 414 gm
+(nc 420 413 427 430 6 rc)kp
+F 1 setTxMode
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(1)show
+425 418 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+425 425 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+475 250 482 267 1 rc
+480 251 gm
+(nc 475 250 482 267 6 rc)kp
+F 1 setTxMode
+(1)show
+480 255 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+480 262 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 267 536 275 1 rc
+533 268 gm
+(nc 524 267 536 275 6 rc)kp
+F 1 setTxMode
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(3)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+525 329 537 337 1 rc
+534 330 gm
+(nc 525 329 537 337 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+523 301 535 309 1 rc
+532 302 gm
+(nc 523 301 535 309 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 239 536 247 1 rc
+533 240 gm
+(nc 524 239 536 247 6 rc)kp
+F 1 setTxMode
+(3)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+473 185 485 193 1 rc
+482 186 gm
+(nc 473 185 485 193 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 198 536 206 1 rc
+533 199 gm
+(nc 524 198 536 206 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 169 536 177 1 rc
+533 170 gm
+(nc 524 169 536 177 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 136 536 144 1 rc
+533 137 gm
+(nc 524 136 536 144 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 107 536 115 1 rc
+533 108 gm
+(nc 524 107 536 115 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+472 122 484 130 1 rc
+481 123 gm
+(nc 472 122 484 130 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+471 317 483 325 1 rc
+480 318 gm
+(nc 471 317 483 325 6 rc)kp
+F 1 setTxMode
+(1)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+474 382 481 399 1 rc
+479 383 gm
+(nc 474 382 481 399 6 rc)kp
+F 1 setTxMode
+7 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+479 387 gm
+bu fc
+2 F /|______Symbol fnt
+bn
+(\256)show
+479 394 gm
+bu fc
+2 F /|______Helvetica fnt
+bn
+(4)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+472 448 484 456 1 rc
+481 449 gm
+(nc 472 448 484 456 6 rc)kp
+F 1 setTxMode
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(2)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 432 536 440 1 rc
+533 433 gm
+(nc 524 432 536 440 6 rc)kp
+F 1 setTxMode
+(2)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 461 536 469 1 rc
+533 462 gm
+(nc 524 461 536 469 6 rc)kp
+F 1 setTxMode
+(2)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 369 536 377 1 rc
+533 370 gm
+(nc 524 369 536 377 6 rc)kp
+F 1 setTxMode
+(4)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+524 399 536 407 1 rc
+533 400 gm
+(nc 524 399 536 407 6 rc)kp
+F 1 setTxMode
+(4)show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+376 215 388 229 1 rc
+385 216 gm
+(nc 376 215 388 229 6 rc)kp
+F 1 setTxMode
+(\(a\))show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+437 388 449 402 1 rc
+446 389 gm
+(nc 437 388 449 402 6 rc)kp
+F 1 setTxMode
+(\(b\))show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+495 232 507 246 1 rc
+504 233 gm
+(nc 495 232 507 246 6 rc)kp
+F 1 setTxMode
+(\(c\))show
+(nc 330 96 543 506 6 rc)kp
+64 gr
+492 364 504 378 1 rc
+501 365 gm
+(nc 492 364 504 378 6 rc)kp
+F 1 setTxMode
+(\(d\))show
+0 0 pen
+355 317 gm
+(nc 330 96 543 506 6 rc)kp
+64 gr
+355 317 lin
+nc ct 39 0 put
+pr
+360 308 pl
+355 317 pl
+358 318 pl
+362 318 pl
+360 308 pl
+4 ep
+360 308 gm
+bp
+355 317 T qi
+355 317 qc
+358 318 qc
+358 318 qc
+362 318 qc
+362 318 qc
+360 308 qc
+360 308 T qq
+qf
+qf
+ef
+0 gr
+15 ec
+(nc 330 96 543 506 6 rc)kp
+1 1 pen
+358 318 gm
+0 gr
+350 376 lin
+64 gr
+332 377 382 506 1 rc
+0 gr
+332.5 377.5 381.5 505.5 0 rc
+64 gr
+333 386 381 494 1 rc
+342 387 gm
+(nc 333 386 381 494 6 rc)kp
+F 1 setTxMode
+(A decomposition node)show
+354 387 gm
+(defines a signature)show
+366 387 gm
+(different from that)show
+378 387 gm
+(inherited from the father)show
+318 77 gm
+(nc 30 28 811 566 6 rc)kp
+0 gr
+318 525 lin
+572 235 gm
+F 1 setTxMode
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(Fig.18)show
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+( Assigning a signature)show
+590 77 gm
+0 gr
+590 525 lin
+609 79 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.43762 0. 32 0.04376 0.(In Fig.18 it is shown a game tree; dotted lines represents subtrees distributed to other processors; a)awidthshow
+620 79 gm
+0.45349 0. 32 0.04534 0.(node label is the local signature. The depicted game tree includes four local splittings. Splitting \(a\))awidthshow
+631 79 gm
+(distributes tasks for searching leftmost subtrees; other splittings distribute a single task only.)show
+661 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(5.4 Results)show
+674 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.35888 0. 32 0.03588 0.(We tested the algorithm for dynamic splitting with several splitting criteria; we found that the most)awidthshow
+685 79 gm
+(interesting were the following:)show
+697 88 gm
+0.18385 0.(\245\312)ashow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.16302 0. 32 0.11630 0.(Policy A)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.10183 0. 32 0.11018 0.(: local condition: young)awidthshow
+697 244 gm
+0.95367 0. 32 0.09536 0.(-brothers-wait without distributing small subtrees \(depth)awidthshow
+currentfont SwToSym
+0.95367 0. 32 0.09536 0.(\243)awidthshow
+setfont
+0.95367 0. 32 0.09536 0.(2\);)awidthshow
+708 101 gm
+0.14068 0. 32 0.01406 0.(global condition: splitting is allowed only if there is an idle worker and the agenda contains \(P)awidthshow
+708 519 gm
+(-)show
+719 101 gm
+(1\) tasks.)show
+732 88 gm
+(\245\312)show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Policy B)show
+732 131 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(: no signature tree; splitting is allowed even if there are no idle workers.)show
+744 79 gm
+(The corresponding tests are shown in Figg.19 and 20.)show
+F T cp
+%%Page: ? 18
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(16)show
+136 96 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+136 145 gm
+(T\312\(sec\))show
+136 200 gm
+(N\312\(nodes\))show
+136 271 gm
+(S)show
+136 308 gm
+(E)show
+136 338 gm
+(Fpm)show
+136 378 gm
+(SO)show
+136 416 gm
+(SS\312\(nodes/sec\))show
+136 502 gm
+(Sss)show
+122 80 gm
+0 gr
+122 82 lin
+122 80 gm
+124 80 lin
+124 82 gm
+124 82 lin
+124 82 lin
+122 83 gm
+122 131 lin
+124 83 gm
+124 131 lin
+122 132 gm
+122 134 lin
+124 132 gm
+124 134 lin
+122 135 gm
+122 182 lin
+124 135 gm
+124 182 lin
+122 183 gm
+122 185 lin
+124 183 gm
+124 185 lin
+122 186 gm
+122 253 lin
+124 186 gm
+124 253 lin
+122 254 gm
+122 256 lin
+124 254 gm
+124 256 lin
+122 257 gm
+122 290 lin
+124 257 gm
+124 290 lin
+122 291 gm
+122 293 lin
+124 291 gm
+124 293 lin
+122 294 gm
+122 327 lin
+124 294 gm
+124 327 lin
+122 328 gm
+122 330 lin
+124 328 gm
+124 330 lin
+122 331 gm
+122 364 lin
+124 331 gm
+124 364 lin
+122 365 gm
+122 367 lin
+124 365 gm
+124 367 lin
+122 368 gm
+122 400 lin
+124 368 gm
+124 400 lin
+122 401 gm
+122 403 lin
+124 401 gm
+124 403 lin
+122 404 gm
+122 487 lin
+124 404 gm
+124 487 lin
+122 488 gm
+122 490 lin
+124 488 gm
+124 490 lin
+122 491 gm
+122 524 lin
+124 491 gm
+124 524 lin
+122 525 gm
+122 527 lin
+124 527 lin
+124 525 gm
+124 525 lin
+124 525 lin
+125 80 gm
+138 80 lin
+125 82 gm
+138 82 lin
+125 132 gm
+138 132 lin
+125 134 gm
+138 134 lin
+125 183 gm
+138 183 lin
+125 185 gm
+138 185 lin
+125 254 gm
+138 254 lin
+125 256 gm
+138 256 lin
+125 291 gm
+138 291 lin
+125 293 gm
+138 293 lin
+125 328 gm
+138 328 lin
+125 330 gm
+138 330 lin
+125 365 gm
+138 365 lin
+125 367 gm
+138 367 lin
+125 401 gm
+138 401 lin
+125 403 gm
+138 403 lin
+125 488 gm
+138 488 lin
+125 490 gm
+138 490 lin
+125 525 gm
+138 525 lin
+125 527 gm
+138 527 lin
+153 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+152 149 gm
+(8301)show
+152 203 gm
+(5347545)show
+152 269 gm
+(---)show
+152 306 gm
+(---)show
+152 343 gm
+(---)show
+152 380 gm
+(---)show
+152 439 gm
+(644)show
+152 503 gm
+(---)show
+139 82 gm
+0 gr
+141 82 lin
+139 80 gm
+141 80 lin
+139 83 gm
+139 131 lin
+141 83 gm
+141 131 lin
+139 134 gm
+139 134 lin
+141 132 gm
+141 132 lin
+139 132 gm
+139 132 lin
+141 134 gm
+141 134 lin
+139 135 gm
+139 182 lin
+141 135 gm
+141 182 lin
+139 185 gm
+139 185 lin
+141 183 gm
+141 183 lin
+139 183 gm
+139 183 lin
+141 185 gm
+141 185 lin
+139 186 gm
+139 253 lin
+141 186 gm
+141 253 lin
+139 256 gm
+139 256 lin
+141 254 gm
+141 254 lin
+139 254 gm
+139 254 lin
+141 256 gm
+141 256 lin
+139 257 gm
+139 290 lin
+141 257 gm
+141 290 lin
+139 293 gm
+139 293 lin
+141 291 gm
+141 291 lin
+139 291 gm
+139 291 lin
+141 293 gm
+141 293 lin
+139 294 gm
+139 327 lin
+141 294 gm
+141 327 lin
+139 330 gm
+139 330 lin
+141 328 gm
+141 328 lin
+139 328 gm
+139 328 lin
+141 330 gm
+141 330 lin
+139 331 gm
+139 364 lin
+141 331 gm
+141 364 lin
+139 367 gm
+139 367 lin
+141 365 gm
+141 365 lin
+139 365 gm
+139 365 lin
+141 367 gm
+141 367 lin
+139 368 gm
+139 400 lin
+141 368 gm
+141 400 lin
+139 403 gm
+139 403 lin
+141 401 gm
+141 401 lin
+139 401 gm
+139 401 lin
+141 403 gm
+141 403 lin
+139 404 gm
+139 487 lin
+141 404 gm
+141 487 lin
+139 490 gm
+139 490 lin
+141 488 gm
+141 488 lin
+139 488 gm
+139 488 lin
+141 490 gm
+141 490 lin
+139 491 gm
+139 524 lin
+141 491 gm
+141 524 lin
+139 527 gm
+141 527 lin
+139 525 gm
+141 525 lin
+142 80 gm
+155 80 lin
+142 82 gm
+155 82 lin
+142 132 gm
+155 132 lin
+142 134 gm
+155 134 lin
+142 183 gm
+155 183 lin
+142 185 gm
+155 185 lin
+142 254 gm
+155 254 lin
+142 256 gm
+155 256 lin
+142 291 gm
+155 291 lin
+142 293 gm
+155 293 lin
+142 328 gm
+155 328 lin
+142 330 gm
+155 330 lin
+142 365 gm
+155 365 lin
+142 367 gm
+155 367 lin
+142 401 gm
+155 401 lin
+142 403 gm
+155 403 lin
+142 488 gm
+155 488 lin
+142 490 gm
+155 490 lin
+142 525 gm
+155 525 lin
+142 527 gm
+155 527 lin
+167 105 gm
+F 1 setTxMode
+(3)show
+167 149 gm
+(3797)show
+167 203 gm
+(6206534)show
+167 265 gm
+(2.19)show
+167 302 gm
+(0.73)show
+167 339 gm
+(0.85)show
+167 376 gm
+(0.16)show
+167 436 gm
+(1635)show
+167 499 gm
+(2.54)show
+156 82 gm
+0 gr
+156 82 lin
+156 80 gm
+156 80 lin
+156 83 gm
+156 131 lin
+156 134 gm
+156 134 lin
+156 132 gm
+156 132 lin
+156 135 gm
+156 182 lin
+156 185 gm
+156 185 lin
+156 183 gm
+156 183 lin
+156 186 gm
+156 253 lin
+156 256 gm
+156 256 lin
+156 254 gm
+156 254 lin
+156 257 gm
+156 290 lin
+156 293 gm
+156 293 lin
+156 291 gm
+156 291 lin
+156 294 gm
+156 327 lin
+156 330 gm
+156 330 lin
+156 328 gm
+156 328 lin
+156 331 gm
+156 364 lin
+156 367 gm
+156 367 lin
+156 365 gm
+156 365 lin
+156 368 gm
+156 400 lin
+156 403 gm
+156 403 lin
+156 401 gm
+156 401 lin
+156 404 gm
+156 487 lin
+156 490 gm
+156 490 lin
+156 488 gm
+156 488 lin
+156 491 gm
+156 524 lin
+156 527 gm
+156 527 lin
+156 525 gm
+156 525 lin
+157 80 gm
+169 80 lin
+157 82 gm
+169 82 lin
+157 132 gm
+169 132 lin
+157 134 gm
+169 134 lin
+157 183 gm
+169 183 lin
+157 185 gm
+169 185 lin
+157 254 gm
+169 254 lin
+157 256 gm
+169 256 lin
+157 291 gm
+169 291 lin
+157 293 gm
+169 293 lin
+157 328 gm
+169 328 lin
+157 330 gm
+169 330 lin
+157 365 gm
+169 365 lin
+157 367 gm
+169 367 lin
+157 401 gm
+169 401 lin
+157 403 gm
+169 403 lin
+157 488 gm
+169 488 lin
+157 490 gm
+169 490 lin
+157 525 gm
+169 525 lin
+157 527 gm
+169 527 lin
+181 105 gm
+F 1 setTxMode
+(5)show
+181 149 gm
+(2634)show
+181 203 gm
+(6829036)show
+181 265 gm
+(3.15)show
+181 302 gm
+(0.63)show
+181 339 gm
+(0.82)show
+181 376 gm
+(0.28)show
+181 436 gm
+(2593)show
+181 499 gm
+(4.02)show
+170 82 gm
+0 gr
+170 82 lin
+170 80 gm
+170 80 lin
+170 83 gm
+170 131 lin
+170 134 gm
+170 134 lin
+170 132 gm
+170 132 lin
+170 135 gm
+170 182 lin
+170 185 gm
+170 185 lin
+170 183 gm
+170 183 lin
+170 186 gm
+170 253 lin
+170 256 gm
+170 256 lin
+170 254 gm
+170 254 lin
+170 257 gm
+170 290 lin
+170 293 gm
+170 293 lin
+170 291 gm
+170 291 lin
+170 294 gm
+170 327 lin
+170 330 gm
+170 330 lin
+170 328 gm
+170 328 lin
+170 331 gm
+170 364 lin
+170 367 gm
+170 367 lin
+170 365 gm
+170 365 lin
+170 368 gm
+170 400 lin
+170 403 gm
+170 403 lin
+170 401 gm
+170 401 lin
+170 404 gm
+170 487 lin
+170 490 gm
+170 490 lin
+170 488 gm
+170 488 lin
+170 491 gm
+170 524 lin
+170 527 gm
+170 527 lin
+170 525 gm
+170 525 lin
+171 80 gm
+183 80 lin
+171 82 gm
+183 82 lin
+171 132 gm
+183 132 lin
+171 134 gm
+183 134 lin
+171 183 gm
+183 183 lin
+171 185 gm
+183 185 lin
+171 254 gm
+183 254 lin
+171 256 gm
+183 256 lin
+171 291 gm
+183 291 lin
+171 293 gm
+183 293 lin
+171 328 gm
+183 328 lin
+171 330 gm
+183 330 lin
+171 365 gm
+183 365 lin
+171 367 gm
+183 367 lin
+171 401 gm
+183 401 lin
+171 403 gm
+183 403 lin
+171 488 gm
+183 488 lin
+171 490 gm
+183 490 lin
+171 525 gm
+183 525 lin
+171 527 gm
+183 527 lin
+196 105 gm
+F 1 setTxMode
+(7)show
+196 149 gm
+(2133)show
+196 203 gm
+(7407997)show
+196 265 gm
+(3.89)show
+196 302 gm
+(0.56)show
+196 339 gm
+(0.77)show
+196 376 gm
+(0.39)show
+196 436 gm
+(3473)show
+196 499 gm
+(5.39)show
+184 82 gm
+0 gr
+184 82 lin
+184 80 gm
+184 80 lin
+184 83 gm
+184 131 lin
+184 134 gm
+184 134 lin
+184 132 gm
+184 132 lin
+184 135 gm
+184 182 lin
+184 185 gm
+184 185 lin
+184 183 gm
+184 183 lin
+184 186 gm
+184 253 lin
+184 256 gm
+184 256 lin
+184 254 gm
+184 254 lin
+184 257 gm
+184 290 lin
+184 293 gm
+184 293 lin
+184 291 gm
+184 291 lin
+184 294 gm
+184 327 lin
+184 330 gm
+184 330 lin
+184 328 gm
+184 328 lin
+184 331 gm
+184 364 lin
+184 367 gm
+184 367 lin
+184 365 gm
+184 365 lin
+184 368 gm
+184 400 lin
+184 403 gm
+184 403 lin
+184 401 gm
+184 401 lin
+184 404 gm
+184 487 lin
+184 490 gm
+184 490 lin
+184 488 gm
+184 488 lin
+184 491 gm
+184 524 lin
+184 527 gm
+184 527 lin
+184 525 gm
+184 525 lin
+185 80 gm
+198 80 lin
+185 82 gm
+198 82 lin
+185 132 gm
+198 132 lin
+185 134 gm
+198 134 lin
+185 183 gm
+198 183 lin
+185 185 gm
+198 185 lin
+185 254 gm
+198 254 lin
+185 256 gm
+198 256 lin
+185 291 gm
+198 291 lin
+185 293 gm
+198 293 lin
+185 328 gm
+198 328 lin
+185 330 gm
+198 330 lin
+185 365 gm
+198 365 lin
+185 367 gm
+198 367 lin
+185 401 gm
+198 401 lin
+185 403 gm
+198 403 lin
+185 488 gm
+198 488 lin
+185 490 gm
+198 490 lin
+185 525 gm
+198 525 lin
+185 527 gm
+198 527 lin
+211 105 gm
+F 1 setTxMode
+(9)show
+211 149 gm
+(1878)show
+211 203 gm
+(7810188)show
+211 265 gm
+(4.42)show
+211 302 gm
+(0.49)show
+211 339 gm
+(0.74)show
+211 376 gm
+(0.46)show
+211 436 gm
+(4159)show
+211 499 gm
+(6.46)show
+199 82 gm
+0 gr
+199 82 lin
+199 80 gm
+199 80 lin
+199 83 gm
+199 131 lin
+199 134 gm
+199 134 lin
+199 132 gm
+199 132 lin
+199 135 gm
+199 182 lin
+199 185 gm
+199 185 lin
+199 183 gm
+199 183 lin
+199 186 gm
+199 253 lin
+199 256 gm
+199 256 lin
+199 254 gm
+199 254 lin
+199 257 gm
+199 290 lin
+199 293 gm
+199 293 lin
+199 291 gm
+199 291 lin
+199 294 gm
+199 327 lin
+199 330 gm
+199 330 lin
+199 328 gm
+199 328 lin
+199 331 gm
+199 364 lin
+199 367 gm
+199 367 lin
+199 365 gm
+199 365 lin
+199 368 gm
+199 400 lin
+199 403 gm
+199 403 lin
+199 401 gm
+199 401 lin
+199 404 gm
+199 487 lin
+199 490 gm
+199 490 lin
+199 488 gm
+199 488 lin
+199 491 gm
+199 524 lin
+199 527 gm
+199 527 lin
+199 525 gm
+199 525 lin
+200 80 gm
+213 80 lin
+200 82 gm
+213 82 lin
+200 132 gm
+213 132 lin
+200 134 gm
+213 134 lin
+200 183 gm
+213 183 lin
+200 185 gm
+213 185 lin
+200 254 gm
+213 254 lin
+200 256 gm
+213 256 lin
+200 291 gm
+213 291 lin
+200 293 gm
+213 293 lin
+200 328 gm
+213 328 lin
+200 330 gm
+213 330 lin
+200 365 gm
+213 365 lin
+200 367 gm
+213 367 lin
+200 401 gm
+213 401 lin
+200 403 gm
+213 403 lin
+200 488 gm
+213 488 lin
+200 490 gm
+213 490 lin
+200 525 gm
+213 525 lin
+200 527 gm
+213 527 lin
+225 103 gm
+F 1 setTxMode
+(11)show
+225 149 gm
+(1699)show
+225 203 gm
+(8205839)show
+225 265 gm
+(4.89)show
+225 302 gm
+(0.44)show
+225 339 gm
+(0.70)show
+225 376 gm
+(0.53)show
+225 436 gm
+(4830)show
+225 499 gm
+(7.50)show
+214 82 gm
+0 gr
+214 82 lin
+214 80 gm
+214 80 lin
+214 83 gm
+214 131 lin
+214 134 gm
+214 134 lin
+214 132 gm
+214 132 lin
+214 135 gm
+214 182 lin
+214 185 gm
+214 185 lin
+214 183 gm
+214 183 lin
+214 186 gm
+214 253 lin
+214 256 gm
+214 256 lin
+214 254 gm
+214 254 lin
+214 257 gm
+214 290 lin
+214 293 gm
+214 293 lin
+214 291 gm
+214 291 lin
+214 294 gm
+214 327 lin
+214 330 gm
+214 330 lin
+214 328 gm
+214 328 lin
+214 331 gm
+214 364 lin
+214 367 gm
+214 367 lin
+214 365 gm
+214 365 lin
+214 368 gm
+214 400 lin
+214 403 gm
+214 403 lin
+214 401 gm
+214 401 lin
+214 404 gm
+214 487 lin
+214 490 gm
+214 490 lin
+214 488 gm
+214 488 lin
+214 491 gm
+214 524 lin
+214 527 gm
+214 527 lin
+214 525 gm
+214 525 lin
+215 80 gm
+227 80 lin
+215 82 gm
+227 82 lin
+230 80 gm
+230 82 lin
+228 80 gm
+230 80 lin
+228 82 gm
+228 82 lin
+228 82 lin
+228 83 gm
+228 131 lin
+230 83 gm
+230 131 lin
+215 132 gm
+227 132 lin
+215 134 gm
+227 134 lin
+228 132 gm
+228 134 lin
+230 132 gm
+230 134 lin
+228 135 gm
+228 182 lin
+230 135 gm
+230 182 lin
+215 183 gm
+227 183 lin
+215 185 gm
+227 185 lin
+228 183 gm
+228 185 lin
+230 183 gm
+230 185 lin
+228 186 gm
+228 253 lin
+230 186 gm
+230 253 lin
+215 254 gm
+227 254 lin
+215 256 gm
+227 256 lin
+228 254 gm
+228 256 lin
+230 254 gm
+230 256 lin
+228 257 gm
+228 290 lin
+230 257 gm
+230 290 lin
+215 291 gm
+227 291 lin
+215 293 gm
+227 293 lin
+228 291 gm
+228 293 lin
+230 291 gm
+230 293 lin
+228 294 gm
+228 327 lin
+230 294 gm
+230 327 lin
+215 328 gm
+227 328 lin
+215 330 gm
+227 330 lin
+228 328 gm
+228 330 lin
+230 328 gm
+230 330 lin
+228 331 gm
+228 364 lin
+230 331 gm
+230 364 lin
+215 365 gm
+227 365 lin
+215 367 gm
+227 367 lin
+228 365 gm
+228 367 lin
+230 365 gm
+230 367 lin
+228 368 gm
+228 400 lin
+230 368 gm
+230 400 lin
+215 401 gm
+227 401 lin
+215 403 gm
+227 403 lin
+228 401 gm
+228 403 lin
+230 401 gm
+230 403 lin
+228 404 gm
+228 487 lin
+230 404 gm
+230 487 lin
+215 488 gm
+227 488 lin
+215 490 gm
+227 490 lin
+228 488 gm
+228 490 lin
+230 488 gm
+230 490 lin
+228 491 gm
+228 524 lin
+230 491 gm
+230 524 lin
+215 525 gm
+227 525 lin
+215 527 gm
+227 527 lin
+230 525 gm
+230 527 lin
+228 527 gm
+230 527 lin
+228 525 gm
+228 525 lin
+228 525 lin
+242 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.19)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Young-brothers-wait \(Policy A\))show
+276 96 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+276 145 gm
+(T\312\(sec\))show
+276 200 gm
+(N\312\(nodes\))show
+276 271 gm
+(S)show
+276 308 gm
+(E)show
+276 338 gm
+(Fpm)show
+276 378 gm
+(SO)show
+276 416 gm
+(SS\312\(nodes/sec\))show
+276 502 gm
+(Sss)show
+262 80 gm
+0 gr
+262 82 lin
+262 80 gm
+264 80 lin
+264 82 gm
+264 82 lin
+264 82 lin
+262 83 gm
+262 131 lin
+264 83 gm
+264 131 lin
+262 132 gm
+262 134 lin
+264 132 gm
+264 134 lin
+262 135 gm
+262 182 lin
+264 135 gm
+264 182 lin
+262 183 gm
+262 185 lin
+264 183 gm
+264 185 lin
+262 186 gm
+262 253 lin
+264 186 gm
+264 253 lin
+262 254 gm
+262 256 lin
+264 254 gm
+264 256 lin
+262 257 gm
+262 290 lin
+264 257 gm
+264 290 lin
+262 291 gm
+262 293 lin
+264 291 gm
+264 293 lin
+262 294 gm
+262 327 lin
+264 294 gm
+264 327 lin
+262 328 gm
+262 330 lin
+264 328 gm
+264 330 lin
+262 331 gm
+262 364 lin
+264 331 gm
+264 364 lin
+262 365 gm
+262 367 lin
+264 365 gm
+264 367 lin
+262 368 gm
+262 400 lin
+264 368 gm
+264 400 lin
+262 401 gm
+262 403 lin
+264 401 gm
+264 403 lin
+262 404 gm
+262 487 lin
+264 404 gm
+264 487 lin
+262 488 gm
+262 490 lin
+264 488 gm
+264 490 lin
+262 491 gm
+262 524 lin
+264 491 gm
+264 524 lin
+262 525 gm
+262 527 lin
+264 527 lin
+264 525 gm
+264 525 lin
+264 525 lin
+265 80 gm
+278 80 lin
+265 82 gm
+278 82 lin
+265 132 gm
+278 132 lin
+265 134 gm
+278 134 lin
+265 183 gm
+278 183 lin
+265 185 gm
+278 185 lin
+265 254 gm
+278 254 lin
+265 256 gm
+278 256 lin
+265 291 gm
+278 291 lin
+265 293 gm
+278 293 lin
+265 328 gm
+278 328 lin
+265 330 gm
+278 330 lin
+265 365 gm
+278 365 lin
+265 367 gm
+278 367 lin
+265 401 gm
+278 401 lin
+265 403 gm
+278 403 lin
+265 488 gm
+278 488 lin
+265 490 gm
+278 490 lin
+265 525 gm
+278 525 lin
+265 527 gm
+278 527 lin
+293 105 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(1)show
+293 149 gm
+(8301)show
+293 203 gm
+(5347545)show
+293 269 gm
+(---)show
+293 306 gm
+(---)show
+293 343 gm
+(---)show
+293 380 gm
+(---)show
+293 439 gm
+(644)show
+293 503 gm
+(---)show
+279 82 gm
+0 gr
+281 82 lin
+279 80 gm
+281 80 lin
+279 83 gm
+279 131 lin
+281 83 gm
+281 131 lin
+279 134 gm
+279 134 lin
+281 132 gm
+281 132 lin
+279 132 gm
+279 132 lin
+281 134 gm
+281 134 lin
+279 135 gm
+279 182 lin
+281 135 gm
+281 182 lin
+279 185 gm
+279 185 lin
+281 183 gm
+281 183 lin
+279 183 gm
+279 183 lin
+281 185 gm
+281 185 lin
+279 186 gm
+279 253 lin
+281 186 gm
+281 253 lin
+279 256 gm
+279 256 lin
+281 254 gm
+281 254 lin
+279 254 gm
+279 254 lin
+281 256 gm
+281 256 lin
+279 257 gm
+279 290 lin
+281 257 gm
+281 290 lin
+279 293 gm
+279 293 lin
+281 291 gm
+281 291 lin
+279 291 gm
+279 291 lin
+281 293 gm
+281 293 lin
+279 294 gm
+279 327 lin
+281 294 gm
+281 327 lin
+279 330 gm
+279 330 lin
+281 328 gm
+281 328 lin
+279 328 gm
+279 328 lin
+281 330 gm
+281 330 lin
+279 331 gm
+279 364 lin
+281 331 gm
+281 364 lin
+279 367 gm
+279 367 lin
+281 365 gm
+281 365 lin
+279 365 gm
+279 365 lin
+281 367 gm
+281 367 lin
+279 368 gm
+279 400 lin
+281 368 gm
+281 400 lin
+279 403 gm
+279 403 lin
+281 401 gm
+281 401 lin
+279 401 gm
+279 401 lin
+281 403 gm
+281 403 lin
+279 404 gm
+279 487 lin
+281 404 gm
+281 487 lin
+279 490 gm
+279 490 lin
+281 488 gm
+281 488 lin
+279 488 gm
+279 488 lin
+281 490 gm
+281 490 lin
+279 491 gm
+279 524 lin
+281 491 gm
+281 524 lin
+279 527 gm
+281 527 lin
+279 525 gm
+281 525 lin
+282 80 gm
+295 80 lin
+282 82 gm
+295 82 lin
+282 132 gm
+295 132 lin
+282 134 gm
+295 134 lin
+282 183 gm
+295 183 lin
+282 185 gm
+295 185 lin
+282 254 gm
+295 254 lin
+282 256 gm
+295 256 lin
+282 291 gm
+295 291 lin
+282 293 gm
+295 293 lin
+282 328 gm
+295 328 lin
+282 330 gm
+295 330 lin
+282 365 gm
+295 365 lin
+282 367 gm
+295 367 lin
+282 401 gm
+295 401 lin
+282 403 gm
+295 403 lin
+282 488 gm
+295 488 lin
+282 490 gm
+295 490 lin
+282 525 gm
+295 525 lin
+282 527 gm
+295 527 lin
+308 105 gm
+F 1 setTxMode
+(3)show
+308 149 gm
+(4629)show
+308 203 gm
+(6476838)show
+308 265 gm
+(1.79)show
+308 302 gm
+(0.60)show
+308 339 gm
+(0.84)show
+308 376 gm
+(0.21)show
+308 436 gm
+(1399)show
+308 499 gm
+(2.17)show
+296 82 gm
+0 gr
+296 82 lin
+296 80 gm
+296 80 lin
+296 83 gm
+296 131 lin
+296 134 gm
+296 134 lin
+296 132 gm
+296 132 lin
+296 135 gm
+296 182 lin
+296 185 gm
+296 185 lin
+296 183 gm
+296 183 lin
+296 186 gm
+296 253 lin
+296 256 gm
+296 256 lin
+296 254 gm
+296 254 lin
+296 257 gm
+296 290 lin
+296 293 gm
+296 293 lin
+296 291 gm
+296 291 lin
+296 294 gm
+296 327 lin
+296 330 gm
+296 330 lin
+296 328 gm
+296 328 lin
+296 331 gm
+296 364 lin
+296 367 gm
+296 367 lin
+296 365 gm
+296 365 lin
+296 368 gm
+296 400 lin
+296 403 gm
+296 403 lin
+296 401 gm
+296 401 lin
+296 404 gm
+296 487 lin
+296 490 gm
+296 490 lin
+296 488 gm
+296 488 lin
+296 491 gm
+296 524 lin
+296 527 gm
+296 527 lin
+296 525 gm
+296 525 lin
+297 80 gm
+310 80 lin
+297 82 gm
+310 82 lin
+297 132 gm
+310 132 lin
+297 134 gm
+310 134 lin
+297 183 gm
+310 183 lin
+297 185 gm
+310 185 lin
+297 254 gm
+310 254 lin
+297 256 gm
+310 256 lin
+297 291 gm
+310 291 lin
+297 293 gm
+310 293 lin
+297 328 gm
+310 328 lin
+297 330 gm
+310 330 lin
+297 365 gm
+310 365 lin
+297 367 gm
+310 367 lin
+297 401 gm
+310 401 lin
+297 403 gm
+310 403 lin
+297 488 gm
+310 488 lin
+297 490 gm
+310 490 lin
+297 525 gm
+310 525 lin
+297 527 gm
+310 527 lin
+323 105 gm
+F 1 setTxMode
+(5)show
+323 149 gm
+(2798)show
+323 203 gm
+(7280335)show
+323 265 gm
+(2.97)show
+323 302 gm
+(0.59)show
+323 339 gm
+(0.88)show
+323 376 gm
+(0.36)show
+323 436 gm
+(2602)show
+323 499 gm
+(4.04)show
+311 82 gm
+0 gr
+311 82 lin
+311 80 gm
+311 80 lin
+311 83 gm
+311 131 lin
+311 134 gm
+311 134 lin
+311 132 gm
+311 132 lin
+311 135 gm
+311 182 lin
+311 185 gm
+311 185 lin
+311 183 gm
+311 183 lin
+311 186 gm
+311 253 lin
+311 256 gm
+311 256 lin
+311 254 gm
+311 254 lin
+311 257 gm
+311 290 lin
+311 293 gm
+311 293 lin
+311 291 gm
+311 291 lin
+311 294 gm
+311 327 lin
+311 330 gm
+311 330 lin
+311 328 gm
+311 328 lin
+311 331 gm
+311 364 lin
+311 367 gm
+311 367 lin
+311 365 gm
+311 365 lin
+311 368 gm
+311 400 lin
+311 403 gm
+311 403 lin
+311 401 gm
+311 401 lin
+311 404 gm
+311 487 lin
+311 490 gm
+311 490 lin
+311 488 gm
+311 488 lin
+311 491 gm
+311 524 lin
+311 527 gm
+311 527 lin
+311 525 gm
+311 525 lin
+312 80 gm
+325 80 lin
+312 82 gm
+325 82 lin
+312 132 gm
+325 132 lin
+312 134 gm
+325 134 lin
+312 183 gm
+325 183 lin
+312 185 gm
+325 185 lin
+312 254 gm
+325 254 lin
+312 256 gm
+325 256 lin
+312 291 gm
+325 291 lin
+312 293 gm
+325 293 lin
+312 328 gm
+325 328 lin
+312 330 gm
+325 330 lin
+312 365 gm
+325 365 lin
+312 367 gm
+325 367 lin
+312 401 gm
+325 401 lin
+312 403 gm
+325 403 lin
+312 488 gm
+325 488 lin
+312 490 gm
+325 490 lin
+312 525 gm
+325 525 lin
+312 527 gm
+325 527 lin
+338 105 gm
+F 1 setTxMode
+(7)show
+338 149 gm
+(2223)show
+338 203 gm
+(8133582)show
+338 265 gm
+(3.73)show
+338 302 gm
+(0.53)show
+338 339 gm
+(0.89)show
+338 376 gm
+(0.52)show
+338 436 gm
+(3659)show
+338 499 gm
+(5.68)show
+326 82 gm
+0 gr
+326 82 lin
+326 80 gm
+326 80 lin
+326 83 gm
+326 131 lin
+326 134 gm
+326 134 lin
+326 132 gm
+326 132 lin
+326 135 gm
+326 182 lin
+326 185 gm
+326 185 lin
+326 183 gm
+326 183 lin
+326 186 gm
+326 253 lin
+326 256 gm
+326 256 lin
+326 254 gm
+326 254 lin
+326 257 gm
+326 290 lin
+326 293 gm
+326 293 lin
+326 291 gm
+326 291 lin
+326 294 gm
+326 327 lin
+326 330 gm
+326 330 lin
+326 328 gm
+326 328 lin
+326 331 gm
+326 364 lin
+326 367 gm
+326 367 lin
+326 365 gm
+326 365 lin
+326 368 gm
+326 400 lin
+326 403 gm
+326 403 lin
+326 401 gm
+326 401 lin
+326 404 gm
+326 487 lin
+326 490 gm
+326 490 lin
+326 488 gm
+326 488 lin
+326 491 gm
+326 524 lin
+326 527 gm
+326 527 lin
+326 525 gm
+326 525 lin
+327 80 gm
+340 80 lin
+327 82 gm
+340 82 lin
+327 132 gm
+340 132 lin
+327 134 gm
+340 134 lin
+327 183 gm
+340 183 lin
+327 185 gm
+340 185 lin
+327 254 gm
+340 254 lin
+327 256 gm
+340 256 lin
+327 291 gm
+340 291 lin
+327 293 gm
+340 293 lin
+327 328 gm
+340 328 lin
+327 330 gm
+340 330 lin
+327 365 gm
+340 365 lin
+327 367 gm
+340 367 lin
+327 401 gm
+340 401 lin
+327 403 gm
+340 403 lin
+327 488 gm
+340 488 lin
+327 490 gm
+340 490 lin
+327 525 gm
+340 525 lin
+327 527 gm
+340 527 lin
+353 105 gm
+F 1 setTxMode
+(9)show
+353 149 gm
+(1972)show
+353 203 gm
+(8541944)show
+353 265 gm
+(4.21)show
+353 302 gm
+(0.47)show
+353 339 gm
+(0.89)show
+353 376 gm
+(0.60)show
+353 436 gm
+(4332)show
+353 499 gm
+(6.72)show
+341 82 gm
+0 gr
+341 82 lin
+341 80 gm
+341 80 lin
+341 83 gm
+341 131 lin
+341 134 gm
+341 134 lin
+341 132 gm
+341 132 lin
+341 135 gm
+341 182 lin
+341 185 gm
+341 185 lin
+341 183 gm
+341 183 lin
+341 186 gm
+341 253 lin
+341 256 gm
+341 256 lin
+341 254 gm
+341 254 lin
+341 257 gm
+341 290 lin
+341 293 gm
+341 293 lin
+341 291 gm
+341 291 lin
+341 294 gm
+341 327 lin
+341 330 gm
+341 330 lin
+341 328 gm
+341 328 lin
+341 331 gm
+341 364 lin
+341 367 gm
+341 367 lin
+341 365 gm
+341 365 lin
+341 368 gm
+341 400 lin
+341 403 gm
+341 403 lin
+341 401 gm
+341 401 lin
+341 404 gm
+341 487 lin
+341 490 gm
+341 490 lin
+341 488 gm
+341 488 lin
+341 491 gm
+341 524 lin
+341 527 gm
+341 527 lin
+341 525 gm
+341 525 lin
+342 80 gm
+355 80 lin
+342 82 gm
+355 82 lin
+342 132 gm
+355 132 lin
+342 134 gm
+355 134 lin
+342 183 gm
+355 183 lin
+342 185 gm
+355 185 lin
+342 254 gm
+355 254 lin
+342 256 gm
+355 256 lin
+342 291 gm
+355 291 lin
+342 293 gm
+355 293 lin
+342 328 gm
+355 328 lin
+342 330 gm
+355 330 lin
+342 365 gm
+355 365 lin
+342 367 gm
+355 367 lin
+342 401 gm
+355 401 lin
+342 403 gm
+355 403 lin
+342 488 gm
+355 488 lin
+342 490 gm
+355 490 lin
+342 525 gm
+355 525 lin
+342 527 gm
+355 527 lin
+368 103 gm
+F 1 setTxMode
+(11)show
+368 149 gm
+(1663)show
+368 203 gm
+(8689459)show
+368 265 gm
+(4.99)show
+368 302 gm
+(0.45)show
+368 339 gm
+(0.89)show
+368 376 gm
+(0.62)show
+368 436 gm
+(5225)show
+368 499 gm
+(8.11)show
+356 82 gm
+0 gr
+356 82 lin
+356 80 gm
+356 80 lin
+356 83 gm
+356 131 lin
+356 134 gm
+356 134 lin
+356 132 gm
+356 132 lin
+356 135 gm
+356 182 lin
+356 185 gm
+356 185 lin
+356 183 gm
+356 183 lin
+356 186 gm
+356 253 lin
+356 256 gm
+356 256 lin
+356 254 gm
+356 254 lin
+356 257 gm
+356 290 lin
+356 293 gm
+356 293 lin
+356 291 gm
+356 291 lin
+356 294 gm
+356 327 lin
+356 330 gm
+356 330 lin
+356 328 gm
+356 328 lin
+356 331 gm
+356 364 lin
+356 367 gm
+356 367 lin
+356 365 gm
+356 365 lin
+356 368 gm
+356 400 lin
+356 403 gm
+356 403 lin
+356 401 gm
+356 401 lin
+356 404 gm
+356 487 lin
+356 490 gm
+356 490 lin
+356 488 gm
+356 488 lin
+356 491 gm
+356 524 lin
+356 527 gm
+356 527 lin
+356 525 gm
+356 525 lin
+357 80 gm
+370 80 lin
+357 82 gm
+370 82 lin
+373 80 gm
+373 82 lin
+371 80 gm
+373 80 lin
+371 82 gm
+371 82 lin
+371 82 lin
+371 83 gm
+371 131 lin
+373 83 gm
+373 131 lin
+357 132 gm
+370 132 lin
+357 134 gm
+370 134 lin
+371 132 gm
+371 134 lin
+373 132 gm
+373 134 lin
+371 135 gm
+371 182 lin
+373 135 gm
+373 182 lin
+357 183 gm
+370 183 lin
+357 185 gm
+370 185 lin
+371 183 gm
+371 185 lin
+373 183 gm
+373 185 lin
+371 186 gm
+371 253 lin
+373 186 gm
+373 253 lin
+357 254 gm
+370 254 lin
+357 256 gm
+370 256 lin
+371 254 gm
+371 256 lin
+373 254 gm
+373 256 lin
+371 257 gm
+371 290 lin
+373 257 gm
+373 290 lin
+357 291 gm
+370 291 lin
+357 293 gm
+370 293 lin
+371 291 gm
+371 293 lin
+373 291 gm
+373 293 lin
+371 294 gm
+371 327 lin
+373 294 gm
+373 327 lin
+357 328 gm
+370 328 lin
+357 330 gm
+370 330 lin
+371 328 gm
+371 330 lin
+373 328 gm
+373 330 lin
+371 331 gm
+371 364 lin
+373 331 gm
+373 364 lin
+357 365 gm
+370 365 lin
+357 367 gm
+370 367 lin
+371 365 gm
+371 367 lin
+373 365 gm
+373 367 lin
+371 368 gm
+371 400 lin
+373 368 gm
+373 400 lin
+357 401 gm
+370 401 lin
+357 403 gm
+370 403 lin
+371 401 gm
+371 403 lin
+373 401 gm
+373 403 lin
+371 404 gm
+371 487 lin
+373 404 gm
+373 487 lin
+357 488 gm
+370 488 lin
+357 490 gm
+370 490 lin
+371 488 gm
+371 490 lin
+373 488 gm
+373 490 lin
+371 491 gm
+371 524 lin
+373 491 gm
+373 524 lin
+357 525 gm
+370 525 lin
+357 527 gm
+370 527 lin
+373 525 gm
+373 527 lin
+371 527 gm
+373 527 lin
+371 525 gm
+371 525 lin
+371 525 lin
+385 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.20)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Young-brothers-wait \(Policy B\))show
+401 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.80612 0. 32 0.08061 0.(These tables show several differences, although the policies are similar. Policy A gives a smaller)awidthshow
+412 79 gm
+0.13977 0. 32 0.01397 0.(search overhead, thanks to the signature tree; moreover, using less processors policy A is better than)awidthshow
+423 79 gm
+1.55426 0. 32 0.15542 0.(B. However, the production factor in A deteriorates with more processors, because the global)awidthshow
+434 79 gm
+0.20507 0. 32 0.02050 0.(condition it uses reduces the response time for each new task, even if there are "often" idle workers.)awidthshow
+445 79 gm
+0.20172 0. 32 0.02017 0.(On the other hand, policy B increments the average number of tasks in the agenda, and it lowers the)awidthshow
+456 79 gm
+0.15075 0. 32 0.01507 0.(coupling between the master and the workers. With 11 processors, we have a high production factor)awidthshow
+467 79 gm
+0.84869 0. 32 0.08486 0.(\(89%\). This algorithm results in a finer splitting and higher communication overhead due to task)awidthshow
+478 79 gm
+-0.00103 0.(distribution and collection of results. Let us try to analyze such an overhead. Look at the F)ashow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(pm)show
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( column)show
+489 79 gm
+0.65643 0. 32 0.06564 0.(in Fig.21: such values include also communication overhead. Thus, we should split F)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.20443 0.(pm)ashow
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.37826 0. 32 0.03782 0.( into F)awidthshow
+9 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.25767 0.(pmr)ashow
+500 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\(real productivity\) e OC \(communication overhead\):)show
+529 98 gm
+1 fs
+10 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Procs)show
+529 146 gm
+(Fpm)show
+529 181 gm
+(Fpmr)show
+529 223 gm
+(OC)show
+515 80 gm
+0 gr
+515 82 lin
+515 80 gm
+517 80 lin
+517 82 gm
+517 82 lin
+517 82 lin
+515 83 gm
+515 135 lin
+517 83 gm
+517 135 lin
+515 136 gm
+515 138 lin
+517 136 gm
+517 138 lin
+515 139 gm
+515 172 lin
+517 139 gm
+517 172 lin
+515 173 gm
+515 175 lin
+517 173 gm
+517 175 lin
+515 176 gm
+515 209 lin
+517 176 gm
+517 209 lin
+515 210 gm
+515 212 lin
+517 210 gm
+517 212 lin
+515 213 gm
+515 246 lin
+517 213 gm
+517 246 lin
+515 247 gm
+515 249 lin
+517 249 lin
+517 247 gm
+517 247 lin
+517 247 lin
+518 80 gm
+531 80 lin
+518 82 gm
+531 82 lin
+518 136 gm
+531 136 lin
+518 138 gm
+531 138 lin
+518 173 gm
+531 173 lin
+518 175 gm
+531 175 lin
+518 210 gm
+531 210 lin
+518 212 gm
+531 212 lin
+518 247 gm
+531 247 lin
+518 249 gm
+531 249 lin
+546 107 gm
+F 1 setTxMode
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(3)show
+546 147 gm
+(0.85)show
+546 184 gm
+(0.84)show
+546 221 gm
+(0.01)show
+532 82 gm
+0 gr
+534 82 lin
+532 80 gm
+534 80 lin
+532 83 gm
+532 135 lin
+534 83 gm
+534 135 lin
+532 138 gm
+532 138 lin
+534 136 gm
+534 136 lin
+532 136 gm
+532 136 lin
+534 138 gm
+534 138 lin
+532 139 gm
+532 172 lin
+534 139 gm
+534 172 lin
+532 175 gm
+532 175 lin
+534 173 gm
+534 173 lin
+532 173 gm
+532 173 lin
+534 175 gm
+534 175 lin
+532 176 gm
+532 209 lin
+534 176 gm
+534 209 lin
+532 212 gm
+532 212 lin
+534 210 gm
+534 210 lin
+532 210 gm
+532 210 lin
+534 212 gm
+534 212 lin
+532 213 gm
+532 246 lin
+534 213 gm
+534 246 lin
+532 249 gm
+534 249 lin
+532 247 gm
+534 247 lin
+535 80 gm
+548 80 lin
+535 82 gm
+548 82 lin
+535 136 gm
+548 136 lin
+535 138 gm
+548 138 lin
+535 173 gm
+548 173 lin
+535 175 gm
+548 175 lin
+535 210 gm
+548 210 lin
+535 212 gm
+548 212 lin
+535 247 gm
+548 247 lin
+535 249 gm
+548 249 lin
+561 107 gm
+F 1 setTxMode
+(5)show
+561 147 gm
+(0.88)show
+561 184 gm
+(0.80)show
+561 221 gm
+(0.08)show
+549 82 gm
+0 gr
+549 82 lin
+549 80 gm
+549 80 lin
+549 83 gm
+549 135 lin
+549 138 gm
+549 138 lin
+549 136 gm
+549 136 lin
+549 139 gm
+549 172 lin
+549 175 gm
+549 175 lin
+549 173 gm
+549 173 lin
+549 176 gm
+549 209 lin
+549 212 gm
+549 212 lin
+549 210 gm
+549 210 lin
+549 213 gm
+549 246 lin
+549 249 gm
+549 249 lin
+549 247 gm
+549 247 lin
+550 80 gm
+563 80 lin
+550 82 gm
+563 82 lin
+550 136 gm
+563 136 lin
+550 138 gm
+563 138 lin
+550 173 gm
+563 173 lin
+550 175 gm
+563 175 lin
+550 210 gm
+563 210 lin
+550 212 gm
+563 212 lin
+550 247 gm
+563 247 lin
+550 249 gm
+563 249 lin
+576 107 gm
+F 1 setTxMode
+(7)show
+576 147 gm
+(0.89)show
+576 184 gm
+(0.80)show
+576 221 gm
+(0.09)show
+564 82 gm
+0 gr
+564 82 lin
+564 80 gm
+564 80 lin
+564 83 gm
+564 135 lin
+564 138 gm
+564 138 lin
+564 136 gm
+564 136 lin
+564 139 gm
+564 172 lin
+564 175 gm
+564 175 lin
+564 173 gm
+564 173 lin
+564 176 gm
+564 209 lin
+564 212 gm
+564 212 lin
+564 210 gm
+564 210 lin
+564 213 gm
+564 246 lin
+564 249 gm
+564 249 lin
+564 247 gm
+564 247 lin
+565 80 gm
+578 80 lin
+565 82 gm
+578 82 lin
+565 136 gm
+578 136 lin
+565 138 gm
+578 138 lin
+565 173 gm
+578 173 lin
+565 175 gm
+578 175 lin
+565 210 gm
+578 210 lin
+565 212 gm
+578 212 lin
+565 247 gm
+578 247 lin
+565 249 gm
+578 249 lin
+591 107 gm
+F 1 setTxMode
+(9)show
+591 147 gm
+(0.89)show
+591 184 gm
+(0.75)show
+591 221 gm
+(0.14)show
+579 82 gm
+0 gr
+579 82 lin
+579 80 gm
+579 80 lin
+579 83 gm
+579 135 lin
+579 138 gm
+579 138 lin
+579 136 gm
+579 136 lin
+579 139 gm
+579 172 lin
+579 175 gm
+579 175 lin
+579 173 gm
+579 173 lin
+579 176 gm
+579 209 lin
+579 212 gm
+579 212 lin
+579 210 gm
+579 210 lin
+579 213 gm
+579 246 lin
+579 249 gm
+579 249 lin
+579 247 gm
+579 247 lin
+580 80 gm
+593 80 lin
+580 82 gm
+593 82 lin
+580 136 gm
+593 136 lin
+580 138 gm
+593 138 lin
+580 173 gm
+593 173 lin
+580 175 gm
+593 175 lin
+580 210 gm
+593 210 lin
+580 212 gm
+593 212 lin
+580 247 gm
+593 247 lin
+580 249 gm
+593 249 lin
+606 105 gm
+F 1 setTxMode
+(11)show
+606 147 gm
+(0.89)show
+606 184 gm
+(0.73)show
+606 221 gm
+(0.16)show
+594 82 gm
+0 gr
+594 82 lin
+594 80 gm
+594 80 lin
+594 83 gm
+594 135 lin
+594 138 gm
+594 138 lin
+594 136 gm
+594 136 lin
+594 139 gm
+594 172 lin
+594 175 gm
+594 175 lin
+594 173 gm
+594 173 lin
+594 176 gm
+594 209 lin
+594 212 gm
+594 212 lin
+594 210 gm
+594 210 lin
+594 213 gm
+594 246 lin
+594 249 gm
+594 249 lin
+594 247 gm
+594 247 lin
+595 80 gm
+608 80 lin
+595 82 gm
+608 82 lin
+611 80 gm
+611 82 lin
+609 80 gm
+611 80 lin
+609 82 gm
+609 82 lin
+609 82 lin
+609 83 gm
+609 135 lin
+611 83 gm
+611 135 lin
+595 136 gm
+608 136 lin
+595 138 gm
+608 138 lin
+609 136 gm
+609 138 lin
+611 136 gm
+611 138 lin
+609 139 gm
+609 172 lin
+611 139 gm
+611 172 lin
+595 173 gm
+608 173 lin
+595 175 gm
+608 175 lin
+609 173 gm
+609 175 lin
+611 173 gm
+611 175 lin
+609 176 gm
+609 209 lin
+611 176 gm
+611 209 lin
+595 210 gm
+608 210 lin
+595 212 gm
+608 212 lin
+609 210 gm
+609 212 lin
+611 210 gm
+611 212 lin
+609 213 gm
+609 246 lin
+611 213 gm
+611 246 lin
+595 247 gm
+608 247 lin
+595 249 gm
+608 249 lin
+611 247 gm
+611 249 lin
+609 249 gm
+611 249 lin
+609 247 gm
+609 247 lin
+609 247 lin
+623 79 gm
+F 1 setTxMode
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Fig.21)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Policy B: analyizing the average production factor)show
+639 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+2.32254 0. 32 0.23225 0.(Such a table shows that the cost to be paid for communication overhead on a network of)awidthshow
+650 79 gm
+(workstations is high.)show
+680 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(6. Conclusions)show
+693 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.09750 0. 32 0.00975 0.(We have compared a number of parallel search algorithms in the domain of chess. We used Linda to)awidthshow
+704 79 gm
+2.65197 0. 32 0.26519 0.(develop two basic programs, one for static splitting and one for dynamic splitting. Their)awidthshow
+715 79 gm
+1.17568 0. 32 0.11756 0.(performances were progressively improved, especially using democratic cooperation with a low)awidthshow
+726 79 gm
+0.44967 0. 32 0.04496 0.(number of processors. For all algorithms we have sistematically measured the speedup S. We have)awidthshow
+737 79 gm
+0.63659 0. 32 0.06365 0.(seen that the theoretically optimum speedup S=N with N processors is impossible to reach for the)awidthshow
+748 79 gm
+(following reasons:)show
+F T cp
+%%Page: ? 19
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 336 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(A Comparison of Parallel Search Algorithms)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(17)show
+118 88 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(\245\312commmunication overhead, given by messages betwen processors;)show
+131 88 gm
+(\245\312search overhead, given by duplication of subtree evaluation;)show
+144 88 gm
+(\245\312synchronisation overhead, given by bad load balancing.)show
+156 79 gm
+0.64361 0. 32 0.06436 0.(The most annoying problem is the coupling among these overheads: if we tried to reduce one, we)awidthshow
+167 79 gm
+0.73684 0. 32 0.07368 0.(got always an increase in another. For instance, the algorithm with dynamic splitting of the game)awidthshow
+178 79 gm
+0.86013 0. 32 0.08601 0.(tree top level \(Fig.15\) gives the best load balancing \(Fpm=90% with 11 processors\), but also the)awidthshow
+189 79 gm
+(worst search overhead \(SO=108% with 11 processors\).)show
+200 79 gm
+0.15335 0. 32 0.01533 0.(Thus, we searched for a tradeoff among the overheads. Our results say that the best results are given)awidthshow
+211 79 gm
+1.15768 0. 32 0.11576 0.(by PVSplit combined either with score sharing \(S=5.57 with 11 processors; see Fig.13\) or with)awidthshow
+222 79 gm
+(dynamic distribution \(S=5.58 with 11 processors; see Fig.16\).)show
+233 79 gm
+1.33804 0. 32 0.13380 0.(Our results can easily be compared with results obtained by other researchers. For instance, in)awidthshow
+244 79 gm
+0.79193 0. 32 0.07919 0.([MOS86] a speedup of 3.66 with 5 workstations is reported; such a measure was obtained with a)awidthshow
+255 79 gm
+0.22323 0. 32 0.02232 0.(depth of 7 plies on the Bratko-Kopec test; with a shallower depth \(5 plies\) we got a speedup of 3.49)awidthshow
+266 79 gm
+1.10260 0. 32 0.11026 0.(\(3.75 with score sharing\). In [Sch89] a speedup of 4.78 with 7 processors, depth of 7 plies was)awidthshow
+277 79 gm
+0.07385 0. 32 0.00738 0.(obtained for DPVSplit; we got a speedup of 4.54 \(depth = 5 plies\). These results seem to say that the)awidthshow
+288 79 gm
+1.30981 0. 32 0.13098 0.(use of the Linda programming model does not introduce any special overhead for this class of)awidthshow
+299 79 gm
+(programs.)show
+310 79 gm
+0.55175 0. 32 0.05517 0.(On the other hand, we got bad comparison results for algorithms based on dynamic distribution of)awidthshow
+321 79 gm
+2.16812 0. 32 0.21681 0.(search. However, the problem seems to be the hardware architecture, not the programming)awidthshow
+332 79 gm
+(environment; in fact, we found the following results in literature:)show
+345 88 gm
+10 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.34454 0. 32 0.03445 0.(\245\312[Eli90] reports that the program Oracol, based on dynamic splitting and written in Orca, gets a maximum)awidthshow
+356 101 gm
+(speedup of 5.5 on a multiprocessor with shared memory and 10 processors.)show
+369 88 gm
+1.61331 0. 32 0.16133 0.(\245\312[FMM92] presents a dynamic algorithm based on "young-brothers-wait". On a transputer with 256)awidthshow
+380 101 gm
+(processors, the authors report a surprising speedup of 126 \(depth 8-plies\).)show
+391 79 gm
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.74722 0. 32 0.07472 0.(These results suggest that dynamic splitting algorithms can offer good performances, but only on)awidthshow
+402 79 gm
+0.29296 0. 32 0.02929 0.(shared memory or on massive parallel systems where communication and fine-grain parallelism are)awidthshow
+413 79 gm
+0.30899 0. 32 0.03089 0.(cheap. It would be interesting to test out general dynamic splitting algorithm on these architectures.)awidthshow
+424 79 gm
+1.09130 0. 32 0.10913 0.(Also, it would be interesting to verify in massively parallel machines the asyntotic convergence)awidthshow
+435 79 gm
+(postulated in [MOS86] for static splitting methods .)show
+457 79 gm
+1 fs
+bu fc
+2 F /|______Times-Bold fnt
+bn
+0.00860 0.(Acknowledgements)ashow
+457 170 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+3.80035 0. 32 0.38003 0.(. This paper has been partially supported by ESPRIT BRA Project)awidthshow
+468 79 gm
+0.03295 0. 32 0.00329 0.(BROADCAST and by Italian CNR.)awidthshow
+F T cp
+%%Page: ? 20
+op
+30 28 811 566 fr
+0 0 xl
+1 1 pen
+0 0 gm
+(nc 0 0 0 0 6 rc)kp
+91 476 gm
+(nc 30 28 811 566 6 rc)kp
+F 1 setTxMode
+0 fs
+10 fz
+bu fc
+2 F /|______Helvetica fnt
+bn
+(Bibliography)show
+773 79 gm
+(UBLCS-94-14)show
+773 514 gm
+(18)show
+134 79 gm
+1 fs
+12 fz
+bu fc
+2 F /|______Times-Bold fnt
+bn
+(Bibliography)show
+158 79 gm
+0 fs
+11 fz
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.00982 0.([ABD82])ashow
+158 130 gm
+0.88424 0. 32 0.08842 0.(S.Akl, D.Barnard, R.Doran, "Design, Analysis, and Implementation of a Parallel Tree)awidthshow
+169 130 gm
+0.81619 0. 32 0.08161 0.(Search Algorithm", )awidthshow
+169 221 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.82031 0. 32 0.08203 0.(IEEE Transactions on Pattern Analysis and Machine Intelligence,)awidthshow
+180 130 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(4\(2\), \(1982\), 192-203.)show
+191 79 gm
+0.11459 0. 32 0.01145 0.([BalvRe86] H.Bal, R.vanRenesse, "A summary of parallel alpha-beta search results", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.16403 0. 32 0.01640 0.(ICCA Journal)awidthshow
+191 520 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(,)show
+202 130 gm
+(\(Sep.1986\), 146-149.)show
+213 79 gm
+0.00852 0.([Bau78])ashow
+213 130 gm
+0.95748 0. 32 0.09574 0.(G.Baudet, "The design and analysis of algorithms for asynchronous multiprocessors",)awidthshow
+224 130 gm
+(Ph.D. Thesis, CS Dept., Carnegie-Mellon Univ., \(Apr.1978\).)show
+235 79 gm
+1.93359 0. 32 0.19335 0.([BraKop82] I.Bratko, D.Kopec, "The Bratko-Kopec experiment: a comparison of human and)awidthshow
+246 130 gm
+1.90719 0. 32 0.19071 0.(computer performance in chess", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.87927 0. 32 0.18792 0.(Advances in Computer Chess 3)awidthshow
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.51840 0. 32 0.15184 0.(, M Clarke \(Ed.\),)awidthshow
+257 130 gm
+(\(1982\), 57)show
+257 175 gm
+(-72, Pergamon Press.)show
+268 79 gm
+0.81268 0. 32 0.08126 0.([CarGel90] N.Carriero, D.Gelernter, )awidthshow
+268 247 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.04995 0. 32 0.10499 0.(How to write parallel programs. A first course)awidthshow
+268 464 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.11068 0. 32 0.11106 0.(, MIT Press,)awidthshow
+279 130 gm
+(1990.)show
+290 79 gm
+([Ebe86])show
+290 130 gm
+(C.Ebeling, )show
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(All the Right Moves: A VLSI Architecture for Chess)show
+290 406 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, MIT Press, 1986.)show
+301 79 gm
+([Eli90])show
+301 130 gm
+0.07461 0. 32 0.00746 0.(R.Elias, "Oracol, A Chess Problem Solver in Orca", Dept. of Mathematics and Computer)awidthshow
+312 130 gm
+(Science, Vrije Universiteit, Amsterdam, \(1990\).)show
+323 79 gm
+([Elo86])show
+323 130 gm
+(A.Elo, The Rating of Chessplayers: Past and Present, 2nd Ed., Arco, 1986.)show
+334 79 gm
+0.01040 0.([FMM91])ashow
+334 130 gm
+0.47592 0. 32 0.04759 0.(R.Feldmann, P.Mysliwietz, B.Monien, "A Fully Distributed Chess Program", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.12760 0.(Advances)ashow
+345 130 gm
+(in computer chess)show
+345 209 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+( 6, D. Beal \(Ed.\),  \(1991\), 1)show
+345 330 gm
+(-27.)show
+356 79 gm
+0.01040 0.([FMM92])ashow
+356 130 gm
+1.51596 0. 32 0.15159 0.(R.Feldmann, P.Mysliwietz, B.Monien, "Experiments with a Fully-Distributed Chess)awidthshow
+367 130 gm
+1.80343 0. 32 0.18034 0.(Program", )awidthshow
+367 181 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.83212 0. 32 0.18321 0.(Heuristic Programming in AI)awidthshow
+367 321 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.69158 0. 32 0.16915 0.(, J.VanDenHerik and\312V.Allis \(Eds.\), Hellis)awidthshow
+378 130 gm
+(Horwood, \(1992\), 72-87.)show
+389 79 gm
+0.00732 0.([FelOtt88])ashow
+389 130 gm
+2.39242 0. 32 0.23924 0.(E.Felten, S.Otto, "A Highly Parallel Chess Program", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+2.52624 0. 32 0.25262 0.(Proc. of the International)awidthshow
+400 130 gm
+(Conference on Fifth Generation Computer Systems)show
+400 356 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, \(1988\), 1001-1009.)show
+411 79 gm
+0.00732 0.([FisFin80])ashow
+411 130 gm
+0.42098 0. 32 0.04209 0.(J.Fishburn, R.Finkel, "Parallelism in Alpha-Beta Search on Arachne", Technical Report)awidthshow
+422 130 gm
+(394, CS. Dept., Univ. of Wisconsin, Madison, \(Jul.1980\).)show
+433 79 gm
+0.00732 0.([FinFis82])ashow
+433 130 gm
+0.40954 0. 32 0.04095 0.(J.Fishburn, R.Finkel, "Parallelism in alpha-beta search", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.57022 0. 32 0.05702 0.(Artificial Intelligence)awidthshow
+433 479 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+0.62805 0. 32 0.06280 0.(, Vol. 19,)awidthshow
+444 130 gm
+(\(1982\), 89)show
+444 175 gm
+(-106.)show
+455 79 gm
+0.21102 0. 32 0.02110 0.([FMMV89] R.Feldmann, P.Mysliwietz, B.Monien, O.Vornberger, "Distributed Game-Tree Search",)awidthshow
+466 130 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(ICCA Journal)show
+466 192 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, Vol.12, No.2, \(1989\), 65-73.)show
+477 79 gm
+([Gil72])show
+477 130 gm
+1.13174 0. 32 0.11317 0.(J.Gillogly, "The Technology Chess Program", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.52526 0. 32 0.15252 0.(Artificial Intelligence)awidthshow
+477 445 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.66229 0. 32 0.16622 0.(, Vol. 3, \(1972\),)awidthshow
+488 130 gm
+(145-163.)show
+499 79 gm
+0.00852 0.([Hsu90])ashow
+499 130 gm
+0.22567 0. 32 0.02256 0.(F.Hsu, "Large scale parallelization of alpha)awidthshow
+499 323 gm
+0.22186 0. 32 0.02218 0.(-beta search: an algorithmic and architectural)awidthshow
+510 130 gm
+0.32073 0. 32 0.03207 0.(study with computer chess", Ph.D. thesis, Carnegie Mellon University, Pittsburgh, \(Feb.)awidthshow
+521 130 gm
+(1990\).)show
+532 79 gm
+0.00939 0.([SCA90])ashow
+532 130 gm
+2.24731 0. 32 0.22473 0.("C-Linda Reference Manual", Scientific Computing Associates Inc., New Haven,)awidthshow
+543 130 gm
+(Connecticut, \(1990\).)show
+554 79 gm
+0.00982 0.([MBS91])ashow
+554 130 gm
+1.20208 0. 32 0.12020 0.(T.Marsland, T.Breitkreutz, S.Sutphen, \322A network multiprocessor for experiments in)awidthshow
+565 130 gm
+(parallelism\323, )show
+565 189 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Concurrency: Practice and Experience)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, 3\(3\), \(Jun.1991\), 203-219.)show
+576 79 gm
+0.81314 0. 32 0.08131 0.([MarCam82] T.Marsland, M.Campbell, "Parallel Search of Strongly Ordered Game Trees", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+0.43041 0.(ACM)ashow
+587 130 gm
+(Computing Surveys)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, Vol.14, No.4, \(Dec.1982\), 533-551.)show
+598 79 gm
+0.00996 0.([MOS86])ashow
+598 130 gm
+3.57879 0. 32 0.35787 0.(T.Marsland, M.Olafsson,J.Schaeffer, "Multiprocessor tree-search experiments",)awidthshow
+609 130 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(Adavances in Computer Chess 4)show
+609 273 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, Pergamon Press, \(1986\), 37-51.)show
+620 79 gm
+([Sch89])show
+620 130 gm
+1.27441 0. 32 0.12744 0.(J.Schaeffer, "Distributed Game-Tree Searching", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.08673 0. 32 0.10867 0.(Journal of Parallel and Distributed)awidthshow
+631 130 gm
+(Computing)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, 6, \(1989\), 90-114.)show
+642 79 gm
+([Sti91])show
+642 130 gm
+3.38684 0. 32 0.33868 0.(L.Stiller, "Group Graphs and Computational Symmetry on Massively Parallel)awidthshow
+653 130 gm
+(Architecture", )show
+653 195 gm
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+(The Journal of Supercomputing)show
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+(, 5, \(1991\), 99-117.)show
+664 79 gm
+0.00852 0.([Tho82])ashow
+664 130 gm
+1.79061 0. 32 0.17906 0.(K.Thompson, "Computer Chess Strength", )awidthshow
+2 fs
+bu fc
+2 F /|______Times-Italic fnt
+bn
+1.52160 0. 32 0.15216 0.(Advances in Computer Chess 3)awidthshow
+664 481 gm
+0 fs
+bu fc
+2 F /|______Times-Roman fnt
+bn
+1.78756 0. 32 0.17875 0.(, M.R.B.)awidthshow
+675 130 gm
+(Clarke \(Ed.\), Pergamon Press, \(1982\), 55-56.)show
+F T cp
+%%Trailer
+cd
+end
+%%Pages: 20 0
+%%EOF
diff --git a/parallel/dop7.ps b/parallel/dop7.ps
new file mode 100755 (executable)
index 0000000..eff0ac1
--- /dev/null
@@ -0,0 +1,1844 @@
+%!PS-Adobe-2.0
+%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
+%%Title: dop7.dvi
+%%Pages: 14
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%DocumentFonts: Helvetica Courier Helvetica-Bold Helvetica-Oblique
+%%DocumentPaperSizes: Letter
+%%EndComments
+%DVIPSCommandLine: dvips -o dop7.ps dop7
+%DVIPSParameters: dpi=600, comments removed
+%DVIPSSource:  TeX output 1998.10.27:1114
+%%BeginProcSet: fix-lj4si-ps-bug.pro
+/fixcurrentmatrix {
+    statusdict /product known {
+        statusdict /product get (HP LaserJet 4Si) eq {
+            /version where {
+                /version get (2011.110) eq {
+                    matrix currentmatrix
+                    dup dup 0 get 32768 mul round 32768 div 0 exch put
+                    dup dup 3 get 32768 mul round 32768 div 3 exch put
+                    systemdict /setmatrix get exec
+                } if
+            } if
+        } if 
+    } if
+} bind def
+
+/setmatrix {
+    systemdict /setmatrix get exec
+    fixcurrentmatrix
+} bind def
+%%EndProcSet
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]{ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}
+if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
+/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+%%BeginFont: Helvetica
+% @@psencodingfile@{
+%   author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry",
+%   version = "0.6",
+%   date = "22 June 1996",
+%   filename = "8r.enc",
+%   email = "kb@@mail.tug.org",
+%   address = "135 Center Hill Rd. // Plymouth, MA 02360",
+%   codetable = "ISO/ASCII",
+%   checksum = "119     662    4424",
+%   docstring = "Encoding for TrueType or Type 1 fonts to be used with TeX."
+% @}
+% 
+% Idea is to have all the characters normally included in Type 1 fonts
+% available for typesetting. This is effectively the characters in Adobe
+% Standard Encoding + ISO Latin 1 + extra characters from Lucida.
+% 
+% Character code assignments were made as follows:
+% 
+% (1) the Windows ANSI characters are almost all in their Windows ANSI
+% positions, because some Windows users cannot easily reencode the
+% fonts, and it makes no difference on other systems. The only Windows
+% ANSI characters not available are those that make no sense for
+% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
+% (173). quotesingle and grave are moved just because it's such an
+% irritation not having them in TeX positions.
+% 
+% (2) Remaining characters are assigned arbitrarily to the lower part
+% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
+% 
+% (3) Y&Y Lucida Bright includes some extra text characters; in the
+% hopes that other PostScript fonts, perhaps created for public
+% consumption, will include them, they are included starting at 0x12.
+% 
+% (4) Remaining positions left undefined are for use in (hopefully)
+% upward-compatible revisions, if someday more characters are generally
+% available.
+% 
+% (5) hyphen appears twice for compatibility with both ASCII and Windows.
+% 
+/TeXBase1Encoding [
+% 0x00 (encoded characters from Adobe Standard not in Windows 3.1)
+  /.notdef /dotaccent /fi /fl
+  /fraction /hungarumlaut /Lslash /lslash
+  /ogonek /ring /.notdef
+  /breve /minus /.notdef 
+% These are the only two remaining unencoded characters, so may as
+% well include them.
+  /Zcaron /zcaron 
+% 0x10
+ /caron /dotlessi 
+% (unusual TeX characters available in, e.g., Lucida Bright)
+ /dotlessj /ff /ffi /ffl 
+ /.notdef /.notdef /.notdef /.notdef
+ /.notdef /.notdef /.notdef /.notdef
+ % very contentious; it's so painful not having quoteleft and quoteright
+ % at 96 and 145 that we move the things normally found there down to here.
+ /grave /quotesingle 
+% 0x20 (ASCII begins)
+ /space /exclam /quotedbl /numbersign
+ /dollar /percent /ampersand /quoteright
+ /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
+% 0x30
+ /zero /one /two /three /four /five /six /seven
+ /eight /nine /colon /semicolon /less /equal /greater /question
+% 0x40
+ /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
+% 0x50
+ /P /Q /R /S /T /U /V /W
+ /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
+% 0x60
+ /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
+% 0x70
+ /p /q /r /s /t /u /v /w
+ /x /y /z /braceleft /bar /braceright /asciitilde
+ /.notdef % rubout; ASCII ends
+% 0x80
+ /.notdef /.notdef /quotesinglbase /florin
+ /quotedblbase /ellipsis /dagger /daggerdbl
+ /circumflex /perthousand /Scaron /guilsinglleft
+ /OE /.notdef /.notdef /.notdef
+% 0x90
+ /.notdef /.notdef /.notdef /quotedblleft
+ /quotedblright /bullet /endash /emdash
+ /tilde /trademark /scaron /guilsinglright
+ /oe /.notdef /.notdef /Ydieresis
+% 0xA0
+ /.notdef % nobreakspace
+ /exclamdown /cent /sterling
+ /currency /yen /brokenbar /section
+ /dieresis /copyright /ordfeminine /guillemotleft
+ /logicalnot
+ /hyphen % Y&Y (also at 45); Windows' softhyphen
+ /registered
+ /macron
+% 0xD0
+ /degree /plusminus /twosuperior /threesuperior
+ /acute /mu /paragraph /periodcentered
+ /cedilla /onesuperior /ordmasculine /guillemotright
+ /onequarter /onehalf /threequarters /questiondown
+% 0xC0
+ /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+ /Egrave /Eacute /Ecircumflex /Edieresis
+ /Igrave /Iacute /Icircumflex /Idieresis
+% 0xD0
+ /Eth /Ntilde /Ograve /Oacute
+ /Ocircumflex /Otilde /Odieresis /multiply
+ /Oslash /Ugrave /Uacute /Ucircumflex
+ /Udieresis /Yacute /Thorn /germandbls
+% 0xE0
+ /agrave /aacute /acircumflex /atilde
+ /adieresis /aring /ae /ccedilla
+ /egrave /eacute /ecircumflex /edieresis
+ /igrave /iacute /icircumflex /idieresis
+% 0xF0
+ /eth /ntilde /ograve /oacute
+ /ocircumflex /otilde /odieresis /divide
+ /oslash /ugrave /uacute /ucircumflex
+ /udieresis /yacute /thorn /ydieresis
+] def
+%%EndFont
+%%BeginProcSet: texps.pro
+TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2
+index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
+exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub
+dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
+ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict
+end definefont 3 -1 roll makefont /setfont load]cvx def}def
+/ObliqueSlant{dup sin S cos div neg}B /SlantFont{4 index mul add}def
+/ExtendFont{3 -1 roll mul exch}def /ReEncodeFont{/Encoding exch def}def
+end
+%%EndProcSet
+%%BeginProcSet: special.pro
+TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
+/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
+false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
+/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
+div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
+/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
+10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
+/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
+true def end /@MacSetUp{userdict /md known{userdict /md get type
+/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
+length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
+N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
+clippath mark{transform{itransform moveto}}{transform{itransform lineto}
+}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
+itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
+closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
+0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
+/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
+scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
+ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
+not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
+TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
+pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
+-1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
+TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
+sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
+0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
+2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
+{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
+div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
+N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
+maxlength dict begin /magscale true def normalscale currentpoint TR
+/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
+/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
+psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
+scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
+/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
+begin /SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
+{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
+}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
+end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
+N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
+/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
+SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
+/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
+yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
+%%EndProcSet
+TeXDict begin 40258431 52099146 1000 600 600 (dop7.dvi)
+@start /Fa 134[45 1[45 45 45 45 45 45 45 45 45 45 45
+45 45 1[45 45 45 45 45 45 45 45 45 38[45 10[45 45 46[{
+ TeXBase1Encoding ReEncodeFont }26 75.000000 /Courier
+rf /Fb 82[25 50[37 37 1[54 37 42 21 37 25 42 42 42 42
+62 17 2[17 42 42 21 42 42 37 42 42 12[46 50 54 1[50 58
+54 62 42 1[37 21 54 58 46 50 54 54 50 50 6[21 42 42 1[42
+42 3[42 2[21 1[21 41[37 2[{ TeXBase1Encoding ReEncodeFont }51
+75.000000 /Helvetica-Oblique rf /Fc 3 50 df<7FFFFFFFFFFF80FFFFFFFFFFFFC0
+FFFFFFFFFFFFC07FFFFFFFFFFF803204799641>0 D<6000000006F80000000FFC000000
+1F7E0000003F3F0000007E1F800000FC0FC00001F807E00003F003F00007E001F8000FC0
+00FC001F80007E003F00003F007E00001F80FC00000FC1F8000007E3F0000003F7E00000
+01FFC0000000FF800000007F000000007F00000000FF80000001FFC0000003F7E0000007
+E3F000000FC1F800001F80FC00003F007E00007E003F0000FC001F8001F8000FC003F000
+07E007E00003F00FC00001F81F800000FC3F0000007E7E0000003FFC0000001FF8000000
+0F6000000006282874A841>2 D<000FF000000007F000003FFE0000003FFE0000FFFF80
+0000FFFF0003FFFFC00003F807C007F07FF00007C001E00F801FF8000F8000F00F0007FC
+003E0000701E0003FE007C0000383C0001FF007800001C380000FF80F000001C7000007F
+C1F000000E7000003FE3E000000E6000001FF3C00000066000001FF780000006E000000F
+FF80000007C0000007FF00000003C0000003FE00000003C0000003FE00000003C0000001
+FF00000003C0000000FF80000003C00000007FC0000003C00000007FC0000003C0000000
+FFE0000003E0000001FFF000000760000001EFF800000660000003CFF800000670000007
+C7FC00000E7000000F83FE00000E3800000F01FF00001C3800001E00FF80003C1C00003E
+007FC000780E00007C003FE000F00F0001F0001FF801F0078003E0000FFE0FE003E01FC0
+0003FFFFC000FFFF000001FFFF00007FFC0000007FFC00000FE00000000FF00048267BA4
+53>49 D E /Fd 82[28 56[28 46 32 1[51 51 51 74 23 2[23
+51 1[28 46 1[46 1[46 12[51 55 2[55 8[65 51 3[60 66[{
+ TeXBase1Encoding ReEncodeFont }21 83.333336 /Helvetica-Bold
+rf /Fe 7 121 df<387CFEFEFE7C3807077A8614>58 D<001F8000007FC00000F0E70003
+C03F0007803F000F001F000F001F001E001F003E003E003C003E007C003E007C003E00F8
+007C00F8007C00F8007C00F8007C00F000F800F000F830F000F830F000F830F001F060F0
+01F0607803F060780EF0C03C1CF9801FF07F8007C01E001C1B7C9924>97
+D<000FE0003FF800F81C01E00E03803E07807E0F007E1E007C3E007C3C00007C00007C00
+00F80000F80000F80000F80000F00000F00000F00000F00004F0000C7800187800303C00
+E01E07C00FFF0003F800171B7C991E>99 D<000FC0007FF000F03803C01C07801C0F001C
+1F001C1E001C3E00387C00707C07E07FFF80FFFC00F80000F80000F80000F80000F00000
+F00000F0000478000C7800183800303C00E01E07C00FFF0003F800161B7C991F>101
+D<00F007C001FC1FF0031E7878061EE03C061FC01C0C1F801E0C1F001E0C3F001E183F00
+1F183E001F003E001F007E001F007E003E007C003E007C003E00FC003E00FC007C00F800
+7C00F8007801F800F001F800F001F801E001F803C003FC078003FE1F0003E7FC0003E1F0
+0007E0000007E0000007C0000007C000000FC000000FC000000F8000001F800000FFF800
+00FFF800002025809922>112 D<000FE0007FF800F03C01C00E03C01E07803E07803E07
+803C0F80180FE00007FF0007FFC003FFE001FFF000FFF80007F80001F83C00F87E00787E
+0078FC00F0F800F07001E07003C03C0F801FFE0007F800171B7C991F>115
+D<007C03C001FF0FF007079C300E03B0780C03F0F81803E1F83003E1F83003E1F06007C0
+E06007C0000007C0000007C000000F8000000F8000000F8000000F8000001F0000001F00
+30381F00307C1F0060FC3E0060FC3E00C0F87E00C0F06F038070C707003F83FE001F01F8
+001D1B7D9926>120 D E /Ff 5 94 df<0000600000E00001C0000380000700000E0000
+1E00003C0000780000780000F00001E00001E00003C00003C00007C0000780000F80000F
+00000F00001F00001E00001E00003E00003E00003E00007C00007C00007C00007C00007C
+00007C0000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F8
+0000F80000F80000F80000F80000F80000F80000F800007C00007C00007C00007C00007C
+00007C00003E00003E00003E00001E00001E00001F00000F00000F00000F800007800007
+C00003C00003C00001E00001E00000F000007800007800003C00001E00000E0000070000
+03800001C00000E0000060135278BD20>40 D<C00000E000007000003800001C00000E00
+000F000007800003C00003C00001E00000F00000F000007800007800007C00003C00003E
+00001E00001E00001F00000F00000F00000F80000F80000F800007C00007C00007C00007
+C00007C00007C00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00007C00007C00007C00007
+C00007C00007C0000F80000F80000F80000F00000F00001F00001E00001E00003E00003C
+00007C0000780000780000F00000F00001E00003C00003C0000780000F00000E00001C00
+00380000700000E00000C0000013527CBD20>I<00000030000000000000780000000000
+007800000000000078000000000000780000000000007800000000000078000000000000
+780000000000007800000000000078000000000000780000000000007800000000000078
+000000000000780000000000007800000000000078000000000000780000000000007800
+000000000078000000000000780000000000007800000000000078000000000000780000
+0000000078000000000000780000007FFFFFFFFFFFF8FFFFFFFFFFFFFCFFFFFFFFFFFFFC
+7FFFFFFFFFFFF80000007800000000000078000000000000780000000000007800000000
+000078000000000000780000000000007800000000000078000000000000780000000000
+007800000000000078000000000000780000000000007800000000000078000000000000
+780000000000007800000000000078000000000000780000000000007800000000000078
+000000000000780000000000007800000000000078000000000000780000000000003000
+000036367BAF41>43 D<FFF8FFF8FFF8FFF8F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000
+F000F000F000F000F000F000F000F000F000F000F000F000FFF8FFF8FFF8FFF80D5378BD
+17>91 D<FFF8FFF8FFF8FFF8007800780078007800780078007800780078007800780078
+007800780078007800780078007800780078007800780078007800780078007800780078
+007800780078007800780078007800780078007800780078007800780078007800780078
+007800780078007800780078007800780078007800780078007800780078007800780078
+007800780078007800780078007800780078FFF8FFF8FFF8FFF80D537FBD17>93
+D E /Fg 206[28 49[{ TeXBase1Encoding ReEncodeFont }1
+50.000000 /Helvetica rf /Fh 202[32 2[32 32 32 48[{
+ TeXBase1Encoding ReEncodeFont }4 58.333336 /Helvetica
+rf /Fi 12 117 df<00003FC000000000FFF800000007E07C0000000F801F0000003F00
+1F800C007E000F800C00FC0007C01C01F80007E01803F00007E01807E00003E0380FE000
+03F0300FC00003F0301FC00003F0703F800003F0603F800003F0E07F800003F0C07F0000
+03F1C07F000003F1807F000003F380FF000003F300FE000003F700FE000003FE00FE0000
+03FC00FE000003FC00FC000003F800FC000003F000FC000003F000FC000003F000FC0000
+03F0007E000007F0007E00000FF0003E00001DF8183F000079F8181F0000E1F8380F8007
+C0F83007E03F007CF001FFF8003FC0003FC0000F802E267DA435>11
+D<00000001FC0000000007FF800000001E07C00000007801E0000000E001F0000001C000
+F80000038000F80000070000F800000E0000FC00001C0000FC0000380000FC0000300000
+FC0000700001FC0000600001F80000E00001F80000C00001F80001C00003F80001800003
+F00003800003F00003000007E00003000007C0000700000FC0000600001F80000600FFBF
+00000E01FFFC00000C0381F800000C03FFFE00000C00FF1F00001C00001F80001800000F
+80001800000FC0001800000FC0003800000FC00030000007E00030000007E0003000000F
+E0007000000FE0006000000FE0006000000FE0006000000FE000E000001FE000C000001F
+C000C000001FC000C000001FC001C000003FC001C000003F8001C000003F8001C000007F
+0003C000007F0003C00000FE0003C00000FC0003E00001F80007600003F00006700007E0
+000638000FC000061C001F80000E0E003F00000C0780FC00000C01FFF000000C007F8000
+001C00000000001800000000001800000000001800000000003800000000003000000000
+003000000000003000000000007000000000006000000000006000000000006000000000
+00E00000000000C00000000000C000000000002E4B7EBA2F>I<00003FF00001FFF0000F
+FFE0003FC000007F000000FC000003F8000007F0000007E000000FE000001FC000001FC0
+00003F8000003F8000007FFFFE007FFFFF007FFFFF007F000000FF000000FE000000FE00
+0000FE000000FE000000FE0000007E0000007E0000007E0000007E0000003E0000003F00
+00001F0000000F8000600FC000E003E003C001F01F00007FFC00000FE0001C257DA322>
+15 D<1C007F00FF80FF80FF80FF80FF807F001C000909798817>58
+D<1C007F00FF80FF80FFC0FFC0FFC07FC01CC000C000C000C000C001C001800180038003
+00070006000E001C003800700060000A19798817>I<0000000C0000001E0000003E0000
+003E0000003C0000007C0000007C00000078000000F8000000F8000000F0000001F00000
+01F0000001E0000003E0000003E0000003C0000007C0000007C00000078000000F800000
+0F8000000F0000001F0000001F0000001E0000003E0000003E0000003C0000007C000000
+7C00000078000000F8000000F8000000F0000001F0000001F0000001E0000003E0000003
+E0000007C0000007C00000078000000F8000000F8000000F0000001F0000001F0000001E
+0000003E0000003E0000003C0000007C0000007C00000078000000F8000000F8000000F0
+000001F0000001F0000001E0000003E0000003E0000003C0000007C0000007C000000780
+00000F8000000F8000000F0000001F0000001F0000001E0000003E0000003E0000003C00
+00007C0000007C00000078000000F8000000F8000000F0000000600000001F537BBD2A>
+61 D<00000001FF00000000001FFFF000000000FE01FC00000003F0007E00000007C000
+1F8000001F80000FC000003E000007E00000FC000003F00001F8000003F00003F0000001
+F80007E0000001F8000FC0000000FC001F80000000FC003F00000000FE007F000000007E
+00FE000000007E00FC000000007F01FC000000007F03F8000000007F03F8000000007F07
+F0000000007F07F0000000007F0FF0000000007F0FE0000000007F1FE000000000FF1FE0
+00000000FF3FC000000000FF3FC000000000FF3FC000000000FF7F8000000001FE7F8000
+000001FE7F8000000001FE7F8000000001FEFF8000000003FCFF0000000003FCFF000000
+0003FCFF0000000007F8FF0000000007F8FF000000000FF0FF000000000FF0FF00000000
+0FE0FF000000001FE0FF000000001FC0FF000000003F807F000000007F807F000000007F
+007F00000000FE007F00000001FC003F80000001F8003F80000003F8001F80000007F000
+1FC000000FE0000FC000001F800007E000003F000007F000007E000003F00001F8000001
+FC0003F00000007E000FC00000003F807F0000000007FFF80000000000FF80000000383D
+7CBA3F>79 D<7FFFFC01FFFFF800FFFF80FFFFFC01FFFFF800FFFF80FFFFFC01FFFFF000
+FFFF8003FF000007FC00000FF80003FC000007F8000003E00001FC000007F8000003C000
+01FC000003F8000003800001FC000003F8000003000001FC000003F8000007000001FC00
+0003F8000006000001FC000007F800000C000001FC000007F800000C000001FC00000FF8
+000018000001FC00000FF8000018000001FC00001BF8000030000001FC00001BF8000060
+000001FC000033F8000060000001FE000073F80000C0000001FE000063F80000C0000000
+FE0000C3F8000180000000FE0000C3FC000180000000FE000183FC000300000000FE0001
+81FC000700000000FE000301FC000600000000FE000701FC000C00000000FE000601FC00
+0C00000000FE000C01FC001800000000FE000C01FC001800000000FE001801FC00300000
+0000FE001801FC007000000000FE003001FC006000000000FE003001FC00C000000000FE
+006001FC00C000000000FF00E001FC018000000000FF00C001FC0180000000007F018001
+FC0300000000007F018001FE0300000000007F030001FE0600000000007F030000FE0E00
+000000007F060000FE0C00000000007F0E0000FE1800000000007F0C0000FE1800000000
+007F180000FE3000000000007F180000FE3000000000007F300000FE6000000000007F30
+0000FEE000000000007F600000FEC000000000007F600000FF8000000000007FC00000FF
+8000000000007F800000FF0000000000007F800000FF0000000000003F000000FE000000
+0000003F000000FE0000000000003E0000007C0000000000003E00000078000000000000
+3C000000780000000000003C000000700000000000003800000070000000000000300000
+00600000000000513B7CB84E>87 D<0003F0000001FFF0000001FFF0000001FFF0000000
+07F000000007E000000007E000000007E00000000FE00000000FC00000000FC00000000F
+C00000001FC00000001F800000001F800000001F800000003F800000003F000000003F00
+0000003F000000007F000000007E0007C0007E001FF0007E00783800FE00E0F800FC01C1
+FC00FC0383FC00FC0707FC01FC0E07FC01F81C07F801F83803F001F87001E003F8E00000
+03F1C0000003F380000003F700000007FE00000007FE00000007FFE0000007E7F800000F
+E0FE00000FC07F00000FC03F80000FC01F80001FC01FC0001F800FC0301F800FC0301F80
+0FC0703F801FC0603F001F80603F001F80603F001F80E07F001F80C07E001F81C07E000F
+81807E000F8380FE00078700FC0003FE00380000F800263B7CB92B>107
+D<03E0007F000007F801FFE0000E3C0781F0001C3E1E00F800383F3800FC00303F7000FC
+00303FE0007C00703FC0007C00603F80007C00603F80007C00E03F0000FC00C07F0000FC
+00C07E0000FC00C07E0000FC00007E0001FC0000FE0001F80000FC0001F80000FC0001F8
+0000FC0003F80001FC0003F00001F80003F00001F80007F00001F80007E00003F80007E0
+0003F0000FE03003F0000FC03003F0001FC07007F0001F806007E0001F806007E0001F80
+E007E0001F00C00FE0001F01C00FC0001F01800FC0001F03800FC0001F07001FC0000F0E
+001F800007FC0007000001F0002C267EA432>110 D<000F8003F000001FE00FFC000039
+F03C1F000070F8700F8000E0FDE007C000C0FF8007C000C0FF0007E001C0FE0003E00180
+FE0003F00180FC0003F00381FC0003F00301FC0003F00301F80003F00301F80003F00003
+F80007F00003F80007F00003F00007F00003F00007F00007F0000FF00007F0000FF00007
+E0000FE00007E0000FE0000FE0001FE0000FE0001FC0000FC0001FC0000FC0003F80001F
+C0003F80001FC0007F00001F80007E00001F8000FE00003F8000FC00003FC001F800003F
+C003F000003FE007E000007F700F8000007F383F0000007E1FFC0000007E07E0000000FE
+0000000000FE0000000000FC0000000000FC0000000001FC0000000001FC0000000001F8
+0000000001F80000000003F80000000003F80000000003F00000000007F000000000FFFF
+C0000000FFFFC0000000FFFFC00000002C3583A42A>112 D<0001C0000003E0000007E0
+000007E0000007E0000007E000000FE000000FC000000FC000000FC000001FC000001F80
+00001F8000001F8000003F8000003F00007FFFFF807FFFFF80FFFFFF80007E0000007E00
+00007E000000FE000000FC000000FC000000FC000001FC000001F8000001F8000001F800
+0003F8000003F0000003F0000003F0000007F0000007E0000007E0000007E000000FE000
+000FC006000FC006000FC00E001FC00C001F801C001F8018001F8038001F8070001F8060
+001F80E0000F81C0000787800003FE000000F8000019357EB31E>116
+D E /Fj 82[39 53[90 65 71 39 65 45 71 71 71 71 103 32
+65 1[32 71 71 39 65 71 65 1[65 12[71 78 84 1[78 90 5[32
+84 90 71 1[84 84 84 84 8[65 65 65 65 65 65 65 65 49[{
+ TeXBase1Encoding ReEncodeFont }43 116.666672 /Helvetica-Bold
+rf /Fk 82[28 24[28 28 24[42 42 42 60 42 46 23 42 28 46
+46 46 46 69 18 42 18 18 46 46 23 46 46 42 46 46 3[23
+1[23 1[55 1[78 55 60 51 55 60 65 55 65 60 69 46 55 1[23
+60 65 51 55 60 60 55 55 5[23 23 46 46 46 46 46 46 46
+46 46 46 1[23 1[23 1[32 28 28 18 35[42 42 2[{
+ TeXBase1Encoding ReEncodeFont }74 83.333336 /Helvetica
+rf /Fl 82[22 51[33 1[48 33 37 18 33 22 1[37 37 37 55
+15 33 1[15 37 37 18 37 37 33 37 37 12[41 44 48 1[44 52
+48 1[37 2[18 48 52 41 44 48 48 1[44 7[37 37 37 37 37
+37 37 37 37 37 18 18 1[18 40[33 33 2[{ TeXBase1Encoding ReEncodeFont }
+53 66.666664 /Helvetica rf /Fm 1 4 df<006000007000006000006000406020E060
+70F861F07E67E01FFF8007FE0000F00007FE001FFF807E67E0F861F0E060704060200060
+0000600000700000600014157B9620>3 D E /Fn 82[25 21[75
+42 25[19 1[37 37 37 54 37 42 21 37 25 42 42 42 42 62
+17 37 17 17 42 42 21 42 42 37 42 42 3[21 1[21 46 50 1[71
+50 54 46 50 54 58 50 58 54 62 42 50 37 21 54 58 46 50
+54 54 50 50 6[21 42 42 42 42 42 42 42 42 42 42 21 21
+1[21 1[29 25 25 17 35[37 37 2[{ TeXBase1Encoding ReEncodeFont }77
+75.000000 /Helvetica rf /Fo 139[25 42 29 14[42 46 42
+31[54 65[{ TeXBase1Encoding ReEncodeFont }7 75.000000
+/Helvetica-Bold rf /Fp 134[60 3[60 1[60 60 1[60 1[60
+60 1[60 3[60 1[60 60 60 1[60 32[60 17[60 46[{
+ TeXBase1Encoding ReEncodeFont }15 100.000000 /Courier
+rf /Fq 1 4 df<000C0000001E0000001E0000001E0000001E0000001E0000601E018078
+1E0780FC0C0FC07F0C3F803F8C7F0007CCF80001FFE000007F8000001E0000007F800001
+FFE00007CCF8003F8C7F007F0C3F80FC0C0FC0781E0780601E0180001E0000001E000000
+1E0000001E0000001E0000000C00001A1D7C9E23>3 D E /Fr 134[50
+2[50 55 28 50 33 1[55 55 55 83 22 2[22 55 1[28 55 55
+50 1[55 8[66 94 66 72 1[66 2[66 1[72 83 55 66 1[28 1[78
+61 1[72 72 1[66 6[28 55 55 55 55 55 55 55 55 55 55 3[28
+2[33 33 40[{ TeXBase1Encoding ReEncodeFont }48 100.000000
+/Helvetica rf /Fs 1 4 df<00007000000000F800000000F800000000F800000000F8
+00000000F800000000F800000000F800000000F80000000070000078007000F07C007001
+F0FF007007F87F80700FF03FE0703FE00FF0707F8003F870FE0000FE73F800003F77E000
+000FFF80000003FE00000000F800000003FE0000000FFF8000003F77E00000FE73F80003
+F870FE000FF0707F803FE0703FE07F80700FF0FF007007F87C007001F078007000F00000
+7000000000F800000000F800000000F800000000F800000000F800000000F800000000F8
+00000000F800000000700000252B7AAD32>3 D E /Ft 82[47 50[71
+4[78 39 71 47 78 78 78 78 118 31 2[31 78 1[39 78 1[71
+78 78 12[86 94 2[94 110 10[102 2[94 65[{ TeXBase1Encoding ReEncodeFont }
+25 141.666672 /Helvetica rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%PaperSize: Letter
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 181 739 a Ft(State\255of\255the\255Art)43 b(in)d(Parallel)i
+(Search)e(T)-16 b(echniques)42 b(for)e(Discrete)1264
+967 y(Optimization)h(Problems)2722 915 y Fs(\003)1217
+1297 y Fr(Ananth)29 b(Grama)1864 1261 y Fq(\003)1904
+1297 y Fr(,)f(and)h(V)n(ipin)g(Kumar)2693 1261 y Fq(\003\003)1209
+1551 y(\003)1249 1587 y Fr(Department)g(of)f(Computer)h(Sciences)1015
+1733 y(Purdue)h(University)-7 b(,)27 b(W)n(est)h(Lafayette,)g(IN)f
+(47907)538 1878 y Fp([email protected])p Fr(,)c(Ph:)40
+b(\(765\))29 b(494)g(6964,)g(F)-5 b(AX:)28 b(\(765\))h(494)g(0739)1216
+2132 y Fq(\003\003)1291 2169 y Fr(Department)g(of)f(Computer)h(Science)
+924 2314 y(University)f(of)g(Minnesota,)h(Minneapolis,)h(MN)e(55455)568
+2459 y Fp([email protected])p Fr(,)c(Ph:)39 b(\(612\))29
+b(624)g(8023,)g(F)-5 b(AX:)28 b(\(612\))h(625)g(0572)1842
+2916 y Fo(Abstract)363 3102 y Fn(Discrete)k(optimization)e(problems)h
+(arise)i(in)f(a)h(variety)f(of)h(domains)f(such)h(as)g(VLSI)f(design,)j
+(transportation,)251 3216 y(scheduling)18 b(and)j(management,)d(and)i
+(design)g(optimization.)28 b(V)l(ery)21 b(often,)f(these)g(problems)g
+(are)h(solved)f(using)g(state)251 3331 y(space)29 b(search)h
+(techniques.)55 b(Due)30 b(to)g(the)f(high)g(computational)d
+(requirements)i(and)h(inherent)f(parallel)f(nature)h(of)251
+3445 y(search)21 b(techniques,)f(there)h(has)g(been)g(a)h(great)e(deal)
+h(of)h(interest)e(in)h(the)g(development)f(of)h(parallel)e(search)j
+(methods)251 3559 y(since)33 b(the)h(dawn)f(of)h(parallel)d(computing.)
+68 b(Signi\002cant)32 b(advances)h(have)g(been)g(made)g(in)h(the)f(use)
+h(of)g(powerful)251 3673 y(heuristics)21 b(and)g(parallel)e(processing)
+i(to)h(solve)g(large)f(scale)h(discrete)f(optimization)e(problems.)33
+b(Problem)21 b(instances)251 3787 y(that)j(were)g(considered)f
+(computationally)f(intractable)g(only)j(a)g(few)g(years)g(back)g(are)g
+(routinely)e(solved)h(currently)g(on)251 3901 y(server\255class)f
+(symmetric)h(multi\255processors)d(and)h(small)h(workstation)f
+(clusters.)36 b(Parallel)21 b(game\255playing)f(programs)251
+4015 y(are)d(challenging)c(the)k(best)g(human)g(minds)g(at)g(games)h
+(like)f(chess.)28 b(In)17 b(this)g(paper)l(,)f(we)i(describe)e(the)h
+(state)g(of)g(the)g(art)g(in)251 4130 y(parallel)d(algorithms)h(used)i
+(for)g(solving)f(discrete)g(optimization)f(problems.)26
+b(W)o(e)16 b(address)h(heuristic)e(and)i(non\255heuristic)251
+4244 y(techniques)c(for)j(searching)e(graphs)h(as)h(well)f(as)h(trees,)
+g(and)f(speedup)f(anomalies)g(in)i(parallel)d(search)i(that)g(are)h
+(caused)251 4358 y(by)k(the)g(inherent)e(speculative)g(nature)h(of)h
+(search)g(techniques.)p 43 4427 1560 4 v 127 4481 a Fm(\003)163
+4504 y Fl(This)f(work)h(is)g(sponsored)g(by)h(the)f(by)g(Army)h
+(Research)f(Of)o(\002ce)h(contract)g(DA/DAAG55\25598\2551\2550441,)h
+(NSF)d(Grant)i(EIA9876014,)g(and)f(by)g(Army)43 4603
+y(High)30 b(Performance)h(Computing)g(Research)f(Center)h(under)f(the)g
+(auspices)h(of)f(the)h(Department)g(of)g(the)f(Army)-5
+b(,)35 b(Army)c(Research)g(Laboratory)43 4701 y(cooperative)20
+b(agreement)g(number)g(DAAH04\25595\2552\2550003/contract)h(number)f
+(DAAH04\25595\255C\2550008,)g(the)g(content)g(of)g(which)g(does)f(not)h
+(necessarily)43 4800 y(re\003ect)f(the)g(position)f(or)h(the)g(policy)f
+(of)h(the)g(government,)g(and)g(no)f(of)o(\002cial)g(endorsement)h
+(should)g(be)f(inferred.)1970 5610 y Fk(1)p eop
+%%Page: 2 2
+2 1 bop 43 345 a Fj(1)116 b(Introduction)43 630 y Fk(The)21
+b(generalized)h(discrete)f(optimization)i(problem)f(\(DOP\))e(deals)h
+(with)h(minimizing)h(an)e(objective)h(function)g(of)f(a)g(set)g(of)43
+755 y(variables)e(that)f(are)h(allowed)g(only)g(discrete)f(values.)31
+b(An)19 b(instance)f(of)h(this)f(class)g(is)g(the)h(integer)g
+(programming)g(problem)43 879 y(in)26 b(which)g(only)g(integer)g
+(solutions)g(are)g(admissible)h(for)e(a)h(linear)h(programming)f
+(\(LP\))g(model.)41 b(Other)25 b(instances)g(arise)43
+1004 y(in)d(diverse)f(domains)h(such)e(as)h(VLSI)h(design)g
+(\(placement)g(of)g(VLSI)g(components)f(on)h(a)f(die)h(to)g(minimize)g
+(silicon)g(area\),)43 1128 y(robotics)k(\(robot)h(motion)g(planning\),)
+i(and)e(logistics)g(\(visiting)g(all)g(vertices)f(of)g(a)h(graph)g
+(while)g(minimizing)i(edge)e(cost\).)43 1253 y(Most)f(such)g(problems)h
+(are)g(NP)f(complete;)k(hence)c(their)h(solution)h(time)f(increases)f
+(exponentially)i(in)f(the)g(size)f(of)h(the)43 1377 y(problem)h(for)e
+(all)i(known)f(algorithms.)44 b(One)27 b(may)f(argue)i(that)f(it)g(is)g
+(pointless)g(to)g(apply)g(parallel)i(processing)d(to)h(these)43
+1502 y(problems)21 b(since)g(we)g(can)f(never)h(reduce)g(their)g
+(worst\255case)e(run)i(time)h(to)f(a)g(polynomial)h(without)g(using)f
+(an)g(exponential)43 1626 y(number)37 b(of)f(processors.)69
+b(However)-5 b(,)40 b(the)c(average\255time)h(complexity)f(of)h
+(heuristic)f(search)f(algorithms)i(for)f(some)43 1751
+y(problems)31 b(is)f(polynomial)i([38)q(,)e(46)q(].)54
+b(Furthermore,)32 b(there)f(are)f(heuristic)h(search)e(algorithms)i
+(that)g(\002nd)g(suboptimal)43 1875 y(solutions)25 b(for)g(speci\002c)f
+(problems)h(in)g(polynomial)i(time.)38 b(In)25 b(such)f(cases,)g
+(bigger)h(problem)h(instances)e(can)h(be)g(solved)43
+2000 y(using)31 b(parallel)h(computers.)55 b(Many)30
+b(DOPs)g(\(such)g(as)g(robot)h(motion)g(planning,)k(speech)30
+b(understanding,)k(and)d(task)43 2124 y(scheduling\))25
+b(require)f(real\255time)i(solutions.)36 b(For)24 b(these)g
+(applications,)i(parallel)g(processing)e(may)g(be)h(the)f(only)h(way)f
+(to)43 2249 y(obtain)j(acceptable)f(performance.)39 b(Problems)26
+b(for)g(which)f(optimal)i(solutions)f(are)g(highly)g(desirable)g(can)g
+(sometimes)43 2374 y(be)c(solved)g(for)f(moderate)i(sized)e(instances)g
+(in)i(a)f(reasonable)g(amount)h(of)e(time)i(by)e(using)h(parallel)i
+(search)d(techniques)43 2498 y(\(for)i(example,)h(VLSI)g
+(\003oor\255plan)f(optimization\).)43 2683 y(Due)32 b(to)f(the)h(high)g
+(computational)h(requirement)f(and)g(inherent)g(parallel)h(nature)e(of)
+h(search)e(techniques,)k(there)d(has)43 2807 y(been)f(great)g(interest)
+g(in)g(the)g(development)h(of)f(parallel)h(search)e(methods)h(since)f
+(the)h(dawn)g(of)g(parallel)h(computing.)43 2932 y(In)24
+b(fact,)g(parallel)h(search)e(programs)h(were)f(among)i(the)f(\002rst)f
+(non\255numerical)i(programs)e(written)h(for)g(early)g(generation)43
+3056 y(parallel)c(machines)e(such)f(as)h(HEP)h(and)f(C.mmp.)31
+b(There)18 b(are)g(many)g(characteristics)f(of)h(search)f(techniques)i
+(that)f(make)43 3181 y(their)28 b(parallel)i(formulations)f(very)d(dif)
+o(ferent)j(from)e(those)h(of)g(traditional)i(numerical)f(algorithms,)h
+(but)e(much)g(closer)f(to)43 3305 y(other)22 b(non\255numerical)g
+(algorithms.)32 b(Parallel)24 b(search)c(algorithms)i(rely)f(on)h
+(dynamic)f(data)h(structures,)e(which)i(makes)f(it)43
+3430 y(dif)o(\002cult)j(to)h(use)f(static)h(work)f(distribution)h
+(techniques.)38 b(There)24 b(is)g(potential)j(for)d(speculative)h(work)
+f(both)h(in)g(serial)g(and)43 3554 y(parallel)30 b(search)e
+(algorithms.)49 b(Hence)28 b(load)i(balancing)f(algorithms)h(for)e
+(parallel)i(search)e(must)g(consider)g(qualitative)43
+3679 y(information)34 b(as)e(well.)61 b(Some)33 b(search)e(algorithms)i
+(require)g(use)f(of)g(large)h(global)h(hash)e(structures,)h(which)g
+(can)f(be)43 3803 y(hard)27 b(to)g(implement)i(on)f(losely)f(coupled)h
+(parallel)g(architectures.)44 b(T)m(remendous)27 b(advances)f(have)h
+(been)h(made)f(both)43 3928 y(in)d(theoretical)h(and)f(applied)h
+(aspects)e(of)h(parallel)h(search)e(techniques)h([11)q(].)34
+b(These)23 b(techniques)h(have)g(been)g(used)g(to)43
+4052 y(solve)19 b(problems)g(that)h(are)f(well)h(beyond)g(the)f(scope)g
+(of)g(conventional)h(serial)g(processors.)29 b(In)19
+b(this)h(paper)-5 b(,)20 b(we)g(provide)f(a)43 4177 y(brief)i(overview)
+g(of)g(commonly)g(used)g(sequential)h(search)e(methods,)h(and)h
+(present)e(the)i(state\255of\255the\255art)e(in)h(the)g(parallel)43
+4302 y(formulations)j(of)g(various)e(search)g(techniques.)43
+4701 y Fj(2)116 b(Overview)32 b(of)g(Search)f(T)-9 b(echniques)43
+4986 y Fk(V)k(ery)24 b(often)h(a)f(discrete)g(optimization)i(problem)f
+(is)f(formulated)h(as)f(the)h(problem)g(of)f(\002nding)h(a)f(path)g(in)
+h(a)f(graph)h(from)f(a)43 5110 y(designated)j(initial)i(node)e(to)f
+(one)h(of)g(several)f(possible)g(goals)h([38)q(,)f(20].)42
+b(Such)27 b(a)f(graph)h(is)f(called)h(a)g(state)f(space.)42
+b(In)43 5235 y(some)22 b(problems,)g(any)g(solution)h(path)f(between)g
+(the)h(initial)g(node)g(and)f(a)g(goal)g(node)h(is)e(acceptable,)i
+(whereas)f(in)g(other)43 5359 y(problems)f(a)g(cost)f(is)h(associated)g
+(with)h(each)e(path)i(and)f(a)g(minimum)i(cost)d(solution)i(is)f
+(desired.)32 b(In)21 b(many)g(applications,)1970 5610
+y(2)p eop
+%%Page: 3 3
+3 2 bop 43 344 a Fk(it)29 b(is)g(possible)h(to)f(compute)g(a)g(lower)g
+(bound)h(on)f(the)g(cost)f(of)i(a)f(solution)h(path)f(that)g(passes)f
+(through)i(a)f(given)g(state.)43 469 y(This)23 b(cost)f(is)h(also)h
+(called)g(a)f(heuristic)g(estimate.)43 653 y(T)-5 b(wo)31
+b(commonly)g(used)f(techniques)h(for)g(searching)f(state)h(spaces)e
+(are)i(depth\255\002rst)e(and)i(best\255\002rst)e(search.)54
+b(Depth\255)43 778 y(\002rst)32 b(search)g(techniques)h(start)f(from)h
+(an)g(initial)i(state)e(and)g(generate)h(a)f(set)f(of)i(successor)c
+(states.)61 b(One)33 b(of)g(these)43 903 y(most)28 b(recently)g
+(generated)g(states)g(is)g(then)g(selected)h(for)e(expansion)i(at)f
+(each)g(step.)47 b(Many)28 b(variants)g(of)g(this)g(simple)43
+1027 y(DFS)34 b(technique)g(exist.)64 b(In)34 b(one)g(such)f(variant,)j
+(the)e(successor)d(states)i(of)h(a)g(node)g(are)g(ordered)g(on)f(the)h
+(basis)g(of)43 1152 y(their)i(likelihood)h(of)f(yielding)h(a)e
+(solution.)70 b(This)36 b(search)e(technique)j(is)e(referred)g(to)g(as)
+g(directed\255DFS)h(or)f(ordered)43 1276 y(backtracking.)c(In)20
+b(many)g(applications,)j(early)d(branches)g(explored)h(by)f(DFS)g
+(techniques)h(may)f(lead)h(to)g(large)g(subtrees)43 1401
+y(containing)27 b(no)f(solutions)g(when)g(solutions)h(may)e(be)h
+(available)i(close)d(to)h(the)g(root)g(on)g(alternate)g(branches.)40
+b(In)26 b(these)43 1525 y(cases,)33 b(it)f(is)g(useful)h(to)f(limit)h
+(the)g(depth)f(in)h(terms)e(of)h(cost)g(or)f(number)i(of)f(edges,)i(to)
+e(which)g(exhaustive)g(search)f(is)43 1650 y(performed.)j(If)23
+b(no)h(desirable)g(solution)h(is)e(found)h(in)g(this)f(limited)j
+(search,)c(the)i(limit)h(is)e(revised)g(and)h(search)f(performed)43
+1774 y(again.)50 b(The)29 b(limit)h(can)f(be)g(de\002ned)g(in)g(terms)f
+(of)h(tree)g(depth)g(\(depth\255bounded)h(DFS\),)e(or)h(in)g(terms)f
+(of)h(solution)h(cost)43 1899 y(\(IDA*\).)39 b(In)25
+b(depth\255\002rst)f(search,)h(if)h(the)g(lower)f(bound)h(of)g(a)f
+(node)h(is)f(larger)g(than)h(the)g(cost)e(of)h(the)h(best)f(solution)h
+(found)43 2023 y(thus)17 b(far)-5 b(,)19 b(then)e(the)h(node)f(can)g
+(be)g(pruned.)31 b(This)17 b(technique)h(is)f(referred)g(to)g(as)g
+(depth\255\002rst)f(branch\255and\255bound)h(\(DFBB\).)43
+2208 y(In)j(all)h(algorithms)g(based)f(on)h(the)f(DFS)g(technique,)i
+(once)e(a)g(successor)e(node)j Fi(n)e Fk(is)h(selected)h(for)f
+(expansion,)h(its)f(sibling)43 2332 y(nodes)29 b(are)f(expanded)h(only)
+g(after)g(the)f(entire)i(tree)e(rooted)h(at)g(node)g
+Fi(n)f Fk(is)g(expanded,)j(even)d(if)h(successors)d(of)j
+Fi(n)f Fk(are)43 2457 y(much)g(less)f(promising)h(than)g(the)g
+(siblings)g(of)g Fi(n)p Fk(.)45 b(Thus,)28 b(these)g(algorithms)g(make)
+g(use)f(of)h(the)g(heuristic)f(information)43 2581 y(only)21
+b(on)g(a)g(local)g(scale)f(to)h(order)g(the)g(successors)d(of)i(a)h
+(node.)32 b(DFBB)21 b(and)h(IDA*)f(also)g(make)f(a)h(limited)i(use)d
+(of)h(heuristic)43 2706 y(information)j(on)f(a)f(global)i(scale)f(as)f
+(they)g(prune)h(a)f(node)h(if)g(it)g(is)g(less)f(promising)h(than)g(a)f
+(previously)h(found)g(solution)g(or)43 2830 y(bound.)34
+b(As)23 b(we)h(will)g(discuss)f(later)-5 b(,)24 b(this)g(limited)h(use)
+e(of)h(heuristics)f(makes)g(it)g(easy)g(to)h(develop)g(parallel)h
+(formulations)43 2955 y(of)e(DFS)g(algorithms.)43 3140
+y(In)h(contrast)g(to)g(DFS,)g(best\255\002rst)f(search)g(algorithms)i
+(expand)f(the)h(most)f(promising)g(node)h(currently)f(available)h(on)g
+(the)43 3264 y(search)i(frontier)-5 b(,)30 b(and)f(thus)e(make)h
+(complete)h(use)f(of)g(the)g(available)i(heuristic)e(information.)49
+b(The)28 b(search)f(frontier)h(is)43 3389 y(maintained)g(as)d(a)g
+(priority)h(queue,)h(and)f(is)f(commonly)h(referred)f(to)g(as)g(the)h
+(OPEN)g(list)2893 3359 y Fh(1)2930 3389 y Fk(.)39 b(A)26
+b(well)h(known)e(algorithm)i(of)43 3513 y(this)i(type)g(is)g(A*,)i
+(also)e(referred)f(to)h(as)g(best\255\002rst)e(branch)h(and)i(bound)f
+(\(BFBB\).)g(A)h(major)f(price)g(paid)g(for)g(this)g(use)g(of)43
+3638 y(heuristic)c(information)h(in)f(a)f(global)i(context)f(is)f(that)
+h(BFS)g(requires)f(memory)h(proportional)h(to)e(the)h(size)f(of)h(the)g
+(search)43 3762 y(frontier)-5 b(,)38 b(which)c(is)g(often)h
+(exponential)h(in)e(the)h(depth)g(of)f(the)g(solution.)67
+b(In)34 b(contrast,)i(all)g(DFS)e(algorithms)h(require)43
+3887 y(memory)23 b(proportional)h(to)g(the)f(depth)h(of)f(the)h
+(solution)g(path.)43 4071 y(In)19 b(many)g(applications,)i(identical)g
+(states)d(can)h(be)g(reached)g(from)g(multiple)i(paths.)31
+b(Re\255expansion)19 b(of)g(these)g(states)f(can)43 4196
+y(be)26 b(avoided)f(if)h(the)g(search)e(technique)i(checks)e(every)g
+(generated)i(node)f(for)g(possible)h(replications.)40
+b(BFS)25 b(strategies)43 4320 y(support)d(replication)h(checking)e(by)h
+(maintaining)i(a)e(list)h(of)f(all)g(the)h(expanded)f(nodes)g(\(and)g
+(their)g(costs\))f(on)h(a)g(list)g(called)43 4445 y(CLOSED)384
+4415 y Fh(1)421 4445 y Fk(.)31 b(DFS)19 b(based)g(techniques)g(do)h
+(not)f(support)g(replication)h(checking,)g(and)f(thus)g(essentially)g
+(unroll)h(the)g(graph)43 4569 y(into)28 b(a)f(tree.)44
+b(Unrolling)29 b(graphs)d(into)i(trees)f(can)f(have)h(overheads)g
+(ranging)h(from)f(a)g(constant)g(factor)f(to)h(exponential)43
+4694 y(depending)d(on)f(the)g(structure)f(of)h(the)f(graph.)33
+b(In)23 b(the)g(latter)g(case,)f(DFS)h(techniques)g(may)f(be)h
+(unsuitable,)h(as)e(they)h(will)43 4819 y(need)28 b(to)g(expand)h(many)
+e(more)h(nodes)g(than)g(BFS.)h(Finally)-6 b(,)29 b(simple)g(and)f
+(directed)g(DFS)g(are)g(generally)g(used)g(to)g(\002nd)43
+4943 y(the)e(\002rst)f(solution)i(that)f(they)g(encounter)g(in)g(the)h
+(search)e(space,)h(whereas)f(DFBB,)i(IDA*,)g(and)g(BFS)f(\002nd)g(a)g
+(least)g(cost)43 5068 y(solution.)34 b(This)22 b(taxonomy)h(of)h
+(search)e(characteristics)g(is)h(illustrated)h(in)g(Figure)f(1.)p
+43 5139 1560 4 v 131 5196 a Fg(1)163 5219 y Fl(OPEN)17
+b(and)g(CLOSED)g(data)h(structures)g(are)f(called)g(lists)h(for)f
+(historical)g(reasons.)26 b(In)18 b(fact,)h(OPEN)e(list)h(is)f
+(typically)g(implemented)g(using)g(a)g(heap)43 5318 y(and)h(CLOSED)h
+(list)f(is)h(implemented)g(as)f(a)h(hash)f(table.)1970
+5610 y Fk(3)p eop
+%%Page: 4 4
+4 3 bop 43 344 a Fk(Although)36 b(a)e(central)g(component)h(of)f(most)g
+(parallel)i(search)d(algorithms)i(is)f(a)g(dynamic)g(load)h(balancing)g
+(scheme,)43 469 y(the)j(parallel)g(formulation)h(is)e(impacted)h(by)f
+(the)g(nature)h(of)f(the)h(search)e(space,)k(the)e(use)f(of)g
+(heuristics,)j(memory)43 593 y(requirements,)20 b(and)f(the)f(desired)h
+(solution)g(quality)-6 b(.)32 b(In)18 b(the)h(following)h(sections,)f
+(we)f(discuss)f(the)i(parallel)h(formulations)43 718
+y(developed)k(for)f(various)g(search)f(algorithms.)205
+2054 y @beginspecial 0 @llx 0 @lly 455 @urx 154 @ury
+4320 @rwi @setspecial
+%%BeginDocument: search.eps
+%Magnification: 0.80
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+-72.0 233.0 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+  bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+  4 -2 roll mul srgb} bind def
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+n 0 792 m 0 0 l 612 0 l 612 792 l cp clip
+ 0.04800 0.04800 sc
+7.500 slw
+% Polyline
+n 6600 2100 m 6675 2100 l 6675 4275 l 6600 4275 l gs col-1 s gr 
+% Polyline
+n 6600 4500 m 6675 4500 l 6675 4800 l 6600 4800 l gs col-1 s gr 
+% Polyline
+n 8400 2100 m 8475 2100 l 8475 2475 l 8400 2475 l gs col-1 s gr 
+% Polyline
+n 8400 2700 m 8475 2700 l 8475 3075 l 8400 3075 l gs col-1 s gr 
+% Polyline
+n 8400 3300 m 8475 3300 l 8475 4275 l 8400 4275 l gs col-1 s gr 
+% Polyline
+n 8400 4500 m 8475 4500 l 8475 4800 l 8400 4800 l gs col-1 s gr 
+% Polyline
+n 9900 2100 m 9975 2100 l 9975 3075 l 9900 3075 l gs col-1 s gr 
+% Polyline
+n 9900 3300 m 9975 3300 l 9975 4800 l 9900 4800 l gs col-1 s gr 
+% Polyline
+n 5025 2100 m 5100 2100 l 5100 4275 l 5025 4275 l gs col-1 s gr 
+% Polyline
+n 5025 4500 m 5100 4500 l 5100 4800 l 5025 4800 l gs col-1 s gr 
+/Helvetica ff 180.00 scf sf
+1500 2400 m
+gs 1 -1 sc (Simple DFS \(Backtracking\)) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+1500 3000 m
+gs 1 -1 sc (Directed DFS \(Ordered Backtracking\)) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+1500 3600 m
+gs 1 -1 sc (Depth-First Branch and Bound) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+1500 4200 m
+gs 1 -1 sc (IDA*) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+1500 4800 m
+gs 1 -1 sc (Best-First Search / A*) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+6975 3000 m
+gs 1 -1 sc (Linear) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+6975 3240 m
+gs 1 -1 sc (in) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+6975 3480 m
+gs 1 -1 sc (Depth) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+6975 4725 m
+gs 1 -1 sc (Exponential) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+6675 2040 m
+gs 1 -1 sc (Requirement) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+8775 2325 m
+gs 1 -1 sc (None) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+8775 2925 m
+gs 1 -1 sc (Local) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+8775 3750 m
+gs 1 -1 sc (Partially) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+8775 3990 m
+gs 1 -1 sc (Global) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+8775 4725 m
+gs 1 -1 sc (Global) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+8475 1800 m
+gs 1 -1 sc (Heuristic) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+9975 1800 m
+gs 1 -1 sc (Solution) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+9975 2040 m
+gs 1 -1 sc (Quality) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+10275 2625 m
+gs 1 -1 sc (Any) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+10275 2865 m
+gs 1 -1 sc (Solution) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+10275 4050 m
+gs 1 -1 sc (Best) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+10275 4290 m
+gs 1 -1 sc (Solution) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+6675 1800 m
+gs 1 -1 sc (Memory) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+5100 1800 m
+gs 1 -1 sc (Nature of) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+5100 2040 m
+gs 1 -1 sc (Search Space) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+5400 3075 m
+gs 1 -1 sc (Tree) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+5400 3315 m
+gs 1 -1 sc (Search) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+5400 4575 m
+gs 1 -1 sc (Graph/Tree) col-1 sh gr
+/Helvetica ff 180.00 scf sf
+5400 4815 m
+gs 1 -1 sc (Search) col-1 sh gr
+$F2psEnd
+rs
+%%EndDocument
+ @endspecial 603 2262 a(Figure)h(1:)33 b(V)-6 b(arious)23
+b(enumerative)h(search)e(procedures)g(and)i(their)g(characteristics.)43
+2701 y Fj(3)116 b(Depth\255First)31 b(Search)43 2986
+y Fk(Depth\255\002rst)21 b(search)h(is)h(particularly)f(amenable)i(to)f
+(parallel)h(processing)e(primarily)h(because)g(a)f(subtree)h(rooted)f
+(at)h(any)43 3110 y(node)h(can)f(be)h(searched)f(relatively)h
+(independently)h(of)e(the)h(search)f(at)g(other)h(nodes)f(or)h
+(subtrees.)32 b(In)24 b(fact,)f(searching)43 3235 y(dif)o(ferent)39
+b(subtrees)g(concurrently)f(requires)h(either)g(no)h(communication)g
+(\(e.g.,)j(backtracking,)f(IDA*\))d(or)g(minimal)43 3359
+y(communication)33 b(\(e.g.,)g(DFBB\).)f(This)f(is)h(due)g(to)f(the)h
+(fact)f(that)h(DFS)g(techniques)g(do)f(not)h(make)g(use)f(of)g
+(heuristics)43 3484 y(on)d(a)g(global)i(scale.)46 b(It)28
+b(would)h(therefore)f(seem)g(that)h(by)e(statically)h(assigning)h
+(nodes)f(in)g(a)g(tree)g(to)h(processors,)e(it)h(is)43
+3608 y(possible)22 b(to)g(derive)g(parallel)i(formulations.)33
+b(However)-5 b(,)22 b(for)g(most)f(applications,)j(trees)d(generated)i
+(by)e(DFS)h(tend)h(to)f(be)43 3733 y(highly)g(irregular)-5
+b(,)22 b(and)f(it)g(is)g(very)f(dif)o(\002cult)g(to)h(estimate)h(the)f
+(work)f(associated)h(with)g(a)g(node)h(a\255priori.)31
+b(Hence,)22 b(any)e(static)43 3857 y(allocation)j(of)e(subtrees)g(to)g
+(processors)f(is)h(bound)h(to)f(result)g(in)h(signi\002cant)g(load)g
+(imbalance)g(among)g(processors.)30 b(The)43 3982 y(core)25
+b(of)g(parallel)i(formulations)g(of)e(DFS)h(algorithms)g(is)f(thus)g(a)
+h(dynamic)f(load)h(balancing)h(technique)f(that)g(minimizes)43
+4106 y(inter\255processor)c(communication)i(and)g(processor)d(idling.)
+43 4291 y(A)26 b(number)g(of)g(load)g(distribution)h(techniques)f(have)
+g(been)g(developed)g(for)g(parallel)h(DFS)e([25)q(,)g(41)q(,)g(22)q(,)g
+(17)q(,)g(21)q(].)39 b(Load)43 4415 y(balancing)26 b(techniques)f(may)f
+(be)h(receiver)f(initiated)j(or)d(sender)g(initiated.)39
+b(In)25 b(receiver)f(initiated)i(techniques,)g(when)f(a)43
+4540 y(processor)g(becomes)h(idle,)i(it)f(requests)f(a)h(selected)f
+(processor)f(for)h(work.)42 b(Many)26 b(dif)o(ferent)h(selection)g
+(policies)g(have)43 4665 y(been)19 b(proposed)g(such)f(as)g(use)h(of)g
+(a)f(centralized)h(server)-5 b(,)19 b(random)g(polling)i([12],)f
+(nearest)e(neighbor)i([25],)g(global)g(round\255)43 4789
+y(robin)i([25)q(],)g(and)g(asynchronous)e(round)i(robin)g([12,)g(25].)
+32 b(In)22 b(contrast)f(to)h(receiver)f(initiated)i(load)g(balancing,)g
+(in)f(sender)43 4914 y(initiated)e(schemes,)e(a)g(processor)f(sends)g
+(work)g(to)i(selected)f(processors)e(as)h(it)i(is)e(generated.)32
+b(Selection)19 b(strategies)f(for)43 5038 y(sender)h(initiated)i(work)e
+(transfers)f(include)j(hierarchical)e(techniques)h(\(with)g
+(super\255servers,)d(servers)h(and)h(clients\))g([13)q(],)43
+5163 y(random)k(sampling)h([25)q(],)f(and)g(near\255neighbor)h
+(techniques)f([41].)33 b(The)22 b(quanta)i(of)f(work)f(farmed)h(out)h
+(to)f(processors)d(in)43 5287 y(sender)27 b(and)h(receiver)e(initiated)
+j(schemes)e(ranges)g(from)g(a)g(single)h(state)g(\(node)f(in)h(the)g
+(tree\))e(to)i(forests)e(of)i(subtrees)1970 5610 y(4)p
+eop
+%%Page: 5 5
+5 4 bop 43 344 a Fk(resulting)21 b(from)g(stack)f(splitting)i([12,)f
+(25].)32 b(Schemes)21 b(for)f(fault)i(tolerance)f(using)g
+(acknowledgements)h(have)e(also)h(been)43 469 y(built)j(into)g(load)g
+(balancing)h(techniques)e([12)q(].)43 653 y(The)34 b(performance)f(and)
+h(scalability)g(of)g(these)f(techniques)h(is)f(often)i(dependent)f(on)g
+(the)g(underlying)g(architecture.)43 778 y(Many)e(of)g(these)f
+(techniques)h(are,)i(in)f(principle)f(scalable,)j(i.e.,)f(they)e
+(result)g(in)g(linear)h(speedup)f(on)g(increasing)g(the)43
+903 y(number)c(of)f(processors)f Fi(p)h Fk(as)g(long)h(as)f(the)g(size)
+g(of)h(the)g(search)e(space)h(grows)f(fast)i(enough)g(with)g
+Fi(p)p Fk(.)45 b(It)27 b(is)g(desirable)43 1027 y(that)21
+b(this)f(required)h(rate)f(of)h(growth)f(of)h(problem)g(size)f(\(also)g
+(referred)g(to)h(as)f(the)g(Isoef)o(\002ciency)f(metric)h([24)q(]\))g
+(be)g(as)g(small)43 1152 y(as)k(possible)h(since)g(it)g(allows)g(the)g
+(use)f(of)h(a)f(larger)h(number)g(of)g(processors)d(ef)o(fectively)i
+(for)h(solving)g(a)f(given)h(problem)43 1276 y(instance.)43
+1461 y(The)17 b(irregular)h(and)g(dynamic)f(nature)g(of)h(the)f(search)
+g(space)f(makes)h(it)h(dif)o(\002cult)f(to)g(precisely)g(compute)g(the)
+h(performance)43 1585 y(and)34 b(scalability)h(of)f(parallel)i(DFS.)e
+(However)-5 b(,)37 b(for)d(trees)f(with)i(branching)f(factor)g(greater)
+g(than)g(1)25 b Ff(+)f Fi(\017)34 b Fk(\(for)f(a)h(small)43
+1710 y(constant)28 b Fi(\017)p Fk(\),)h(it)g(is)g(often)g(possible)g
+(to)f(partition)i(the)f(computation)g(associated)g(with)g(a)f
+(collection)h(of)g(nodes)g(into)g(two)43 1834 y(parts)21
+b(such)h(that)g(the)g(smaller)h(of)f(these)f(two)i(parts)e(can)h(be)g
+(guaranteed)h(to)f(have)f(a)h(minimum)i(\002xed)d(constant)h(fraction)
+43 1959 y(of)38 b(the)g(computation)h(associated)f(with)g(the)g
+(original)i(node.)77 b(This)37 b(property)h(has)f(been)i(used)f(to)g
+(derive)f(parallel)43 2083 y(formulations)c(of)g(DFS)f(with)h(isoef)o
+(\002ciency)e(of)h Fi(O)r Ff(\()p Fi(p)14 b Fk(log)1856
+2043 y Fh(2)1906 2083 y Fi(p)p Ff(\))32 b Fk(on)h(hypercube)f(and)g
+Fi(O)r Ff(\()p Fi(p)2866 2053 y Fh(1)p Fe(:)p Fh(5)2969
+2083 y Fk(log)15 b Fi(p)p Ff(\))32 b Fk(on)h(mesh)f(connected)43
+2208 y(parallel)25 b(computers)d([25)q(].)43 2392 y(The)27
+b(parallel)h(formulation)g(of)f(DFS)g(described)g(above)g(can)f(be)h
+(applied)i(to)e(DFBB)g(with)g(one)g(minor)h(modi\002cation.)44
+b(In)43 2517 y(DFBB,)19 b(we)g(need)h(to)f(keep)g(all)h(the)f
+(processors)e(informed)j(of)f(the)g(current)f(best)h(solution.)32
+b(On)19 b(a)g(shared)f(address)h(space)43 2641 y(architecture,)29
+b(this)f(can)f(be)h(done)h(easily)f(by)f(maintaining)k(a)d(global)h
+(best)f(solution)g(in)h(globally)g(accessible)e(memory)-6
+b(.)43 2766 y(On)22 b(a)f(message)h(passing)g(computer)-5
+b(,)22 b(this)g(can)g(be)g(done)g(by)g(allowing)h(each)f(processor)e
+(to)i(maintain)i(the)e(current)f(best)43 2891 y(solution)33
+b(known)f(to)g(it.)60 b(Whenever)32 b(a)g(processor)f(\002nds)g(a)h
+(solution)h(path)g(better)f(than)h(the)f(current)f(best)h(known,)j(it)
+43 3015 y(broadcasts)25 b(it)h(to)g(all)h(the)f(other)g(processors)d
+(which)j(update)h(\(if)f(necessary\))d(their)j(current)g(best)f
+(solution)i(path.)41 b(Note)43 3140 y(that)20 b(if)h(a)f(processor)s(')
+o(s)e(current)h(best)h(solution)h(path)f(is)g(worse)g(than)g(the)g
+(global)i(best)e(solution)h(path,)g(then)f(it)h(only)f(af)o(fects)43
+3264 y(the)25 b(ef)o(\002ciency)f(of)h(the)h(search)e(but)h(not)h(its)f
+(correctness.)36 b(The)25 b(overhead)g(for)g(maintaining)i(the)f
+(current)e(best)h(solution)43 3389 y(tends)20 b(to)g(be)h(a)f(small)h
+(fraction)f(of)g(the)h(overhead)f(for)g(dynamic)g(load)h(balancing.)32
+b(Parallel)22 b(formulations)f(of)g(DFBB)f(have)43 3513
+y(been)k(shown)f(to)g(yield)h(near)f(linear)h(speedups)f(for)g(many)g
+(problems)h(and)f(architectures)g([45,)g(27,)h(8,)f(7,)g(1].)43
+3839 y Fd(T)-6 b(ermination)22 b(of)h(Parallel)h(Search)43
+4089 y Fk(If)30 b(only)g(one)g(solution)h(is)f(desired)g(to)g(a)g
+(problem)h(instance)f(being)h(solved)e(using)i(depth\255\002rst)d
+(search,)j(then)g(as)e(soon)43 4214 y(as)g(any)f(processor)g(\002nds)g
+(a)h(solution,)j(search)c(at)h(other)g(processors)e(needs)i(to)g(be)h
+(terminated.)51 b(On)29 b(some)f(parallel)43 4338 y(architectures,)23
+b(it)h(is)g(possible)g(for)g(one)g(processor)e(to)i(interrupt)g(other)g
+(processors)e(and)i(send)g(them)g(a)g(special)g(signal.)43
+4463 y(If)29 b(such)f(a)h(mechanism)h(is)e(not)i(available,)i(then)d
+(each)g(processor)e(needs)i(to)g(perform)g(a)g(periodic)h(check)e(to)h
+(see)f(if)i(a)43 4587 y(solution)24 b(has)f(been)h(found.)43
+4772 y(If)c(all)g(the)g(solutions)g(\(or)f(all)h(best)g(solutions\))f
+(to)h(a)g(problem)g(instance)g(are)f(desired,)i(then)f(parallel)h(DFS)e
+(searches)f(a)i(well)43 4896 y(de\002ned)28 b(portion)h(of)f(the)h
+(entire)g(search)e(tree)h(\(determined)h(by)e(the)i(speci\002c)e
+(algorithm)i(and)f(heuristic)h(used\).)46 b(Since)43
+5021 y(this)22 b(search)e(space)h(is)g(dynamically)h(allocated)h(to)e
+(processors,)f(it)i(is)f(not)h(suf)o(\002cient)e(to)i(poll)g(each)f
+(processor)f(serially)i(to)43 5146 y(check)f(if)i(they)g(have)f
+(exhausted)g(their)h(work.)32 b(The)22 b(reason)g(is)h(that)g(a)f
+(processor)f(may)h(pick)g(up)h(work)f(after)g(it)h(has)f(been)43
+5270 y(polled.)52 b(Hence)29 b(a)h(distributed)g(termination)h
+(detection)f(algorithm)g(is)f(needed)i(to)e(ensure)g(that)h(all)g
+(processors)d(have)1970 5610 y(5)p eop
+%%Page: 6 6
+6 5 bop 43 344 a Fk(indeed)24 b(exhausted)f(the)h(search)e(space)h
+([5].)43 744 y Fj(4)116 b(Best\255First)31 b(Search)43
+1029 y Fk(Best\255\002rst)k(search)g(techniques)i(are)f(more)g(dif)o
+(\002cult)g(to)h(parallelize)h(for)e(the)h(following)h(two)e(reasons:)
+58 b(\(i\))36 b(they)g(use)43 1153 y(heuristics)19 b(on)i(a)f(global)h
+(scale,)f(making)h(it)f(harder)g(to)g(utilize)h(the)f(full)h(power)f
+(of)g(heuristics)f(in)i(a)f(parallel)h(setting;)h(and)e(\(ii\))43
+1278 y(they)h(need)h(to)g(maintain)h(the)f(CLOSED)g(list)f(if)h(the)g
+(search)f(space)f(is)i(a)f(graph.)32 b(W)o(e)22 b(\002rst)e(discuss)g
+(parallel)j(formulations)43 1402 y(of)g(best\255\002rst)f(search)g(in)i
+(the)f(context)g(of)g(state\255space)f(trees,)h(and)h(subsequently)f
+(discuss)f(the)h(case)g(for)g(graphs.)43 1587 y(BFS)f(methods)g(may)f
+(appear)h(inherently)g(serial)g(since)f(they)g(require)h(expansion)g
+(of)g(the)f(most)h(promising)g(node)g(on)g(the)43 1711
+y(OPEN)27 b(list)h(at)f(each)g(step.)44 b(However)-5
+b(,)28 b(it)g(is)f(possible)g(that)h(many)f(nodes)g(on)g(the)g(OPEN)h
+(list)f(are)g(equally)h(promising,)43 1836 y(in)f(which)g(case,)h(they)
+e(can)h(all)h(be)f(expanded)g(concurrently)-6 b(.)43
+b(If)27 b(the)g(number)g(of)g(such)f(\(equally\))i(promising)f(nodes)g
+(is)43 1960 y(fewer)22 b(than)h(the)g(number)f(of)h(available)h
+(processors,)c(then)j(the)g(other)f(less)g(promising)h(nodes)g
+(available)g(on)g(OPEN)g(list)43 2085 y(can)h(be)h(searched)f(by)h(the)
+g(idle)g(processors.)35 b(These)25 b(less)f(promising)h(nodes)g(may)f
+(not)h(be)g(searched)f(by)h(serial)f(BFS,)43 2209 y(and)29
+b(thus)f(form)h(speculative)f(work.)48 b(The)28 b(ef)o(fective)g
+(degree)h(of)g(concurrency)d(of)j(such)f(a)g(formulation)i(is)e
+(essentially)43 2334 y(equal)22 b(to)g(the)f(average)g(number)h(of)f
+(nodes)g(available)i(on)f(the)f(OPEN)h(list)f(such)g(that)g(their)h
+(cost)e(is)h(less)g(than)h(that)f(of)h(the)43 2458 y(optimal)f
+(solution.)32 b(Since)20 b(the)g(cost)f(of)g(the)h(optimal)h(solution)f
+(is)g(unknown,)g(a)g(good)f(strategy)g(is)g(to)h(always)f(expand)h
+(only)43 2583 y(the)k Fi(p)p Fk(\255most)f(promising)i(nodes)f
+(currently)f(available)j(on)e(the)g(OPEN)g(list;)h(where)f
+Fi(p)f Fk(is)h(the)g(number)h(of)f(processors.)32 b(As)43
+2707 y(long)24 b(as)f Fi(p)g Fk(is)g(no)h(more)f(than)h(the)g(ef)o
+(fective)f(degree)g(of)h(concurrency)-6 b(,)21 b(all)k(processors)c
+(will)j(tend)g(to)g(search)e(nodes)i(that)43 2832 y(will)j(also)e(be)h
+(searched)f(by)g(serial)h(BFS.)g(The)f(ef)o(fective)g(degree)h(of)g
+(concurrency)d(is)i(usually)h(dependent)h(on)f(the)f(size)43
+2957 y(of)e(the)g(search)e(space)h(\(larger)h(spaces)e(have)i(higher)g
+(degree)g(of)g(concurrency\))d(and)j(the)g(heuristic)g(function)g
+(\(stronger)43 3081 y(heuristics)g(lead)h(to)f(smaller)h(degree)f(of)g
+(concurrency\).)43 3266 y(The)28 b(basic)g(data)g(structure)f(of)h
+(BFS,)h(the)f(OPEN)g(list,)i(is)e(a)g(priority)g(queue)g(that)h(must)f
+(support)g(removal)g(of)g(the)g(best)43 3390 y(entry)i(in)g(the)h
+(queue)g(and)g(insertion)f(of)h(nodes)f(into)h(the)g(queue.)54
+b(The)30 b(data)h(structure)e(most)h(often)h(used)f(for)g(this)g(is)43
+3515 y(a)h(heap.)56 b(The)31 b(simplest)g(parallel)i(formulation)f(of)f
+(BFS)h(uses)e(multiple)j(processors)28 b(working)j(on)g(a)g(heap)h
+(stored)e(in)43 3639 y(globally)h(addressable)e(memory)-6
+b(.)51 b(Each)29 b(processor)f(locks)g(the)i(heap)g(and)g(picks)e(out)i
+(the)g(current)e(best)h(node.)52 b(The)43 3764 y(heap)32
+b(is)g(unlocked)g(and)g(the)g(node)g(is)g(expanded)g(to)g(yield)g(its)g
+(children.)58 b(These)32 b(children)g(are)f(reinserted)h(into)h(the)43
+3888 y(heap)24 b(with)f(appropriate)h(locking.)32 b(The)23
+b(use)g(of)g(a)g(global)i(heap)e(is)g(a)g(source)f(of)h(contention.)33
+b(If)23 b(the)h(time)f(taken)g(to)g(lock,)43 4013 y(remove,)h(and)h
+(unlock)f(the)g(top)g(element)i(of)e(the)g(heap)h(is)f
+Fi(t)1947 4025 y Fe(access)2164 4013 y Fk(and)h(time)g(for)f(expansion)
+g(is)g Fi(t)3145 4025 y Fe(exp)3252 4013 y Fk(,)h(then)f(the)h(speedup)
+43 4137 y(of)e(the)h(formulation)h(is)e(bounded)h(by)f
+Ff(\()p Fi(t)1310 4149 y Fe(access)1522 4137 y Ff(+)18
+b Fi(t)1635 4149 y Fe(exp)1742 4137 y Ff(\))p Fi(=t)1846
+4149 y Fe(access)2040 4137 y Fk(.)43 4322 y(Many)26 b(techniques)h
+(have)g(been)g(developed)g(to)g(ef)o(fectively)f(reduce)g
+Fi(t)2327 4334 y Fe(access)2547 4322 y Fk(and)h(thus)f(increase)g(the)h
+(available)h(paral\255)43 4446 y(lelism.)33 b(These)22
+b(techniques)h(support)g(multiple)h(operations)f(on)g(heaps)f(stored)h
+(in)g(shared)f(memory)g(while)i(maintaining)43 4571 y(the)35
+b(strict)e(deletion)j(and)f(insertion)g(ordering)g([42].)66
+b(The)34 b(performance)h(of)f(these)g(schemes)g(scales)f(to)i(dozens)f
+(of)43 4695 y(processors)21 b(but)j(is)f(ultimately)h(limited)h(by)e
+(the)g(locking)h(and)f(access)f(times)h(as)g(speci\002ed)g(above.)43
+4880 y(Another)k(way)e(of)i(alleviating)h(the)e(contention)h(overhead)f
+(associated)g(with)h(a)f(single)h(global)g(heap)g(is)f(to)g(use)g
+(multiple)43 5005 y(heaps.)38 b(The)24 b(concept)h(of)g
+Fi(p)f Fk(processors)f(sharing)i(a)g(single)g(heap)h(can)e(be)h
+(relaxed)g(to)g Fi(k)j Fk(processors)23 b(sharing)i(a)f(heap)43
+5129 y(with)g Fi(p=k)i Fk(heaps)d(in)h(all.)35 b(The)23
+b(number)h Fi(k)i Fk(is)d(selected)h(by)f(studying)h(the)f(overheads)h
+(associated)f(with)h(communication)43 5254 y(and)18 b(locking,)i
+(contention,)g(and)e(node)h(expansion)f(time.)32 b(In)18
+b(the)g(extreme)g(case,)g(each)g(processor)f(has)g(its)h(own)g(heap.)32
+b(A)1970 5610 y(6)p eop
+%%Page: 7 7
+7 6 bop 43 344 a Fk(simple)20 b(parallel)g(formulation)g(based)f(on)g
+(multiple)h(heaps)f(starts)f(with)h(the)g(initial)i(state)d(in)h(a)g
+(single)h(heap.)31 b(As)19 b(additional)43 469 y(nodes)i(are)h
+(generated,)g(they)f(are)g(farmed)h(out)g(to)f(other)g(heaps)h(\(using)
+f(schemes)f(similar)i(to)g(load)g(balancing)g(in)g(DFS\).)43
+593 y(Once)17 b(all)i(the)g(heaps)f(have)g(been)g(populated,)j
+(processors)16 b(can)h(perform)h(BFS)h(on)f(individual)i(heaps.)31
+b(This)17 b(formulation)43 718 y(has)g(a)g(signi\002cant)g(drawback)f
+(in)h(that)h(although)g(it)g(balances)f(computation)h(among)f
+(processors,)g(it)g(does)g(not)g(guarantee)43 842 y(the)k(quality)h(of)
+f(nodes)g(individual)i(processors)c(explore.)32 b(Consequently)-6
+b(,)21 b(processors)e(may)i(spend)g(considerable)g(time)43
+967 y(exploring)j(parts)f(of)g(the)g(search)g(space)f(that)i(may)f(not)
+g(be)h(explored)f(by)g(the)g(serial)h(formulation.)43
+1152 y(T)-9 b(o)27 b(alleviate)j(this)d(drawback)g(of)h(excess)e(work)h
+(performed)h(by)g(the)g(parallel)h(formulation,)i(one)d(must)f(ensure)h
+(that)g(all)43 1276 y(heaps)35 b(have)f(a)h(share)f(of)h(the)g(most)f
+(promising)h(nodes)g(globally)h(available.)68 b(This)35
+b(process,)h(also)e(referred)h(to)f(as)43 1401 y(quality)22
+b(equalization,)i(ensures)d(that)h(the)g(best)f(nodes)h(available)h
+(globally)g(are)e(evenly)h(distributed)g(across)e(the)i(heaps.)43
+1525 y(Since)27 b(the)g(quality)h(of)f(the)g(nodes)g(changes)f(as)h
+(computation)h(proceeds,)f(quality)g(equalization)i(must)e(be)g
+(performed)43 1650 y(periodically)-6 b(.)50 b(A)29 b(variety)f(of)h
+(triggers)f(and)h(mechanisms)g(have)f(been)i(used)e(for)h(quality)g
+(equalization)i([30,)e(6,)g(45,)g(4].)43 1774 y(A)k(simple)g
+(triggering)g(mechanism)g(tracks)e(the)i(best)f(node)h(in)g(the)g
+(system.)59 b(The)32 b(best)g(node)h(in)g(the)g(local)g(heap)g(is)43
+1899 y(compared)21 b(to)g(the)g(best)g(node)g(in)h(the)f(system)f(and)h
+(if)g(it)g(is)g(considerably)g(worse,)g(an)g(equalization)i(process)c
+(is)i(initiated.)43 2023 y(Alternately)-6 b(,)24 b(an)g(equalization)h
+(process)c(may)i(be)h(initiated)h(periodically)-6 b(.)43
+2208 y(Quality)26 b(equalization)i(requires)e(movement)h(of)f(nodes)g
+(between)h(heaps.)41 b(This)26 b(movement)h(of)f(nodes)g(can)g(be)g
+(struc\255)43 2332 y(tured)33 b(\(into)f(a)h(ring,)i(or)d(via)h(a)f
+(shared)g(blackboard\))h(or)f(randomized.)61 b(In)32
+b(randomized)h(equalization,)k(a)c(processor)43 2457
+y(periodically)i(selects)f(a)g(random)h(heap,)i(picks)c(up)i(the)f
+(best)g(node)h(from)f(the)h(heap,)i(and)e(inserts)e(it)i(into)g(the)f
+(local)43 2581 y(heap.)56 b(Alternately)-6 b(,)33 b(heaps)e(can)f(be)h
+(organized)g(into)h(hierarchical)f(structures.)53 b(At)31
+b(the)g(lower)g(levels,)i(equalization)43 2706 y(is)28
+b(performed)h(more)g(frequently)g(than)g(the)g(higher)g(levels)f(in)h
+(the)g(hierarchy)-6 b(.)48 b(Several)29 b(triggering)g(mechanisms)g
+(and)43 2830 y(redistribution)c(strategies)f(have)g(been)g(explored)h
+([6,)f(47].)35 b(It)24 b(has)g(been)g(shown)g(that)g(these)g(schemes)f
+(are)h(capable)h(of)43 2955 y(providing)k(linearly)g(increasing)f
+(speedups)h(with)f(number)h(of)f(processors)e(if)j(the)f(problem)h
+(size)f(is)g(increased)g(appro\255)43 3080 y(priately)-6
+b(.)41 b(Speci\002cally)-6 b(,)26 b(scalable)g(parallel)i(formulations)
+e(of)g(best\255\002rst)e(tree)i(search)f(with)h(isoef)o(\002ciency)e
+(of)i Fi(O)r Ff(\()p Fi(p)14 b Fk(log)3819 3039 y Fh(2)3869
+3080 y Fi(p)p Ff(\))43 3204 y Fk(on)26 b(hypercube)f(architectures)g
+(have)h(been)g(developed)h([30].)41 b(Using)25 b(these)h(schemes,)g
+(speedups)f(in)i(excess)d(of)i(950)43 3329 y(have)20
+b(been)g(demonstrated)g(on)h(1024)f(processor)e(hypercubes)h(in)h(the)g
+(context)g(of)g(TSPs)g(formulated)h(as)e(best\255\002rst)f(tree)43
+3453 y(search)k(problems)i([6].)43 3779 y Fd(Best\255First)f(Search)h
+(of)e(State)h(Space)h(Graphs)43 4029 y Fk(Ef)o(\002cient)19
+b(parallel)j(implementation)g(of)e(BFS)g(on)g(state)g(space)f(graphs)g
+(requires)h(a)g(distributed)g(mechanism)g(that)g(allows)43
+4154 y(many)h(processors)e(to)j(perform)f(duplicate)i(checking)d(or)h
+(insertions)h(into)g(the)f(CLOSED)h(list)g(concurrently)-6
+b(.)30 b(The)22 b(nature)43 4278 y(of)h(implementation)j(of)e(this)f
+(mechanism)g(is)g(dependent)i(on)e(the)h(underlying)g(parallel)g
+(architecture.)43 4463 y(In)d(shared)f(address)g(space)g(machines,)h
+(insertion)g(of)g(nodes)f(into)i(the)e(closed)h(list)g(requires)f
+(locking)h(of)f(the)h(list.)32 b(If)21 b(there)43 4587
+y(is)26 b(a)h(single)g(lock)f(associated)g(with)h(the)f(entire)h(list,)
+h(the)e(list)h(must)f(be)h(locked)f(approximately)h(as)f(many)g(times)h
+(as)f(the)43 4712 y(total)32 b(number)g(of)f(nodes)g(expanded.)57
+b(This)31 b(represents)f(a)h(serial)h(bottleneck.)56
+b(The)32 b(bottleneck)f(can)g(be)g(alleviated)43 4836
+y(by)25 b(associating)g(multiple)i(locks)d(with)i(the)g(closed)f(list.)
+38 b(Processors)24 b(lock)g(only)i(relevant)f(parts)g(of)g(the)h
+(closed)f(list)g(into)43 4961 y(which)d(the)h(node)g(is)f(being)h
+(inserted.)32 b(Message)22 b(passing)g(formulations)i(of)e(this)g
+(parallel)i(search)d(technique)i(distribute)43 5086 y(the)35
+b(closed)f(list)h(across)e(the)i(processors.)65 b(Each)35
+b(processor)e(expands)h(a)h(node)g(and)g(hashes)f(the)h(successors)d
+(to)43 5210 y(appropriate)38 b(processors)c(via)j(a)g(message.)73
+b(The)37 b(destination)h(processor)d(checks)g(for)i(replication)h(and)f
+(sends)f(a)43 5335 y(message)19 b(back)g(specifying)h(whether)f(the)h
+(node)g(exists)f(in)h(the)g(closed)f(list)h(or)g(not.)31
+b(Such)20 b(a)f(protocol)h(requires)g(two\255way)1970
+5610 y(7)p eop
+%%Page: 8 8
+8 7 bop 43 344 a Fk(cooperation)24 b(between)f(various)f(processors.)31
+b(Each)23 b(processor)e(must)i(periodically)g(check)f(for)h(incoming)h
+(messages,)43 469 y(process)e(them)h(and)h(send)f(appropriate)h
+(responses.)43 653 y(A)29 b(simpler)g(parallel)h(formulation)g(uses)d
+(the)i(hash)f(function)h(both)g(for)g(replication)g(checking)f(and)h
+(for)f(qualitative)j(and)43 778 y(quantitative)26 b(load)g(balance.)38
+b(In)25 b(this)g(formulation,)i(the)e(successors)d(of)j(a)g(node)g(are)
+g(hashed)g(to)g(appropriate)g(proces\255)43 903 y(sors.)36
+b(The)25 b(destination)h(processor)d(checks)g(for)h(replication)i(as)f
+(before.)37 b(However)-5 b(,)25 b(instead)g(of)g(sending)h(a)f
+(response)43 1027 y(back,)18 b(it)h(inserts)e(the)i(successor)c(nodes)j
+(into)h(its)f(own)g(open)h(list.)31 b(This)17 b(has)h(two)g(main)h
+(advantages:)30 b(\(i\))18 b(it)g(eliminates)i(the)43
+1152 y(need)f(for)f(a)g(return)g(message)g(and)h(wait)g(at)f(the)h
+(source)e(processor;)h(and)h(\(ii\))f(the)h(randomized)g(hash)f
+(function)h(serves)d(as)43 1276 y(the)24 b(method)g(for)g(balancing)h
+(load)f(qualitatively)h(and)f(quantitatively)-6 b(.)35
+b(These)23 b(schemes)g(have)h(been)g(studied)g(by)f(many)43
+1401 y(researchers)g([33)q(,)i(30].)38 b(Assuming)26
+b(a)f(perfectly)g(random)g(hash)g(function,)i(it)e(has)g(been)h(shown)f
+(that)g(if)h(the)f(number)h(of)43 1525 y(nodes)d(originating)i(at)f
+(each)f(processor)e(grows)i(as)f Fi(O)r Ff(\()p Fk(log)16
+b Fi(p)p Ff(\))p Fk(,)23 b(then)h(each)f(processor)e(will)k(have)e
+(asymptotically)g(equal)43 1650 y(number)h(of)f(nodes)g(after)g(the)h
+(hash)f(operation)h([33].)43 1834 y(One)31 b(of)g(the)g(major)h
+(drawbacks)e(of)h(graph)g(search)f(techniques)h(such)g(as)f(BFS)i(is)f
+(that)g(their)g(memory)g(requirement)43 1959 y(grows)c(linearly)h(with)
+g(the)g(search)f(space.)44 b(For)27 b(large)h(problems,)h(this)f
+(memory)f(requirement)h(becomes)g(prohibitive.)43 2083
+y(Many)17 b(limited\255memory)i(variants)e(of)g(heuristic)g(search)g
+(have)g(been)h(developed.)31 b(These)17 b(techniques)h(rely)f(on)g
+(retraction)43 2208 y(or)28 b(delayed)h(expansion)f(of)g(less)g
+(promising)h(nodes)f(to)g(reduce)g(memory)g(requirement.)48
+b(In)29 b(the)f(parallel)i(processing)43 2332 y(context,)23
+b(retractions)f(lead)i(to)g(additional)h(communication)g(and)e
+(indexing)h(for)f(parent\255child)h(relationships)g([9].)43
+2732 y Fj(5)116 b(Game)32 b(T)-6 b(ree)32 b(Search)43
+3017 y Fk(Min\255max)27 b(techniques)g(such)f(as)h Fi(\013)21
+b Fc(\000)f Fi(\014)31 b Fk(game)c(tree)g(search)f(are)g(extensively)h
+(used)g(in)g(game\255playing)h(programs.)43 b(In)43 3141
+y(this)28 b(algorithm,)j(the)d(minimax)h(value)g(of)f(a)g(node)h(is)f
+(determined)h(for)f(a)g(given)h(search)e(window)h Ff([)p
+Fi(\013;)14 b(\014)t Ff(])p Fk(.)48 b(This)28 b(window)43
+3266 y(serves)19 b(to)h(prune)g(signi\002cant)g(parts)g(of)g(the)g
+(tree)g(that)h(do)f(not)g(ef)o(fect)g(the)g(minimax)h(evaluation)h(of)e
+(the)g(root.)32 b(Initially)-6 b(,)22 b(this)43 3390
+y(window)27 b(is)f(set)g(to)g Ff([)p Fc(\0001)p Fi(;)14
+b Fc(1)p Ff(])p Fk(.)41 b(The)26 b(\002rst)e(child)j(of)f(a)g(node)h
+(is)f(searched)g(with)g(the)h(same)f(window)g(as)g(the)g(parent.)42
+b(The)43 3515 y(window)26 b(of)f(other)h(children)g(is)f(narrowed)g(on)
+h(the)f(basis)g(of)h(results)e(from)i(previously)e(visited)i(children.)
+39 b(This)25 b(process)43 3639 y(is)f(continued)h(until)g(a)f
+(speci\002ed)g(depth)g(is)g(reached,)g(or)g(the)g(branch)g(has)g(no)g
+(successors.)32 b(V)-6 b(ariants)24 b(of)h(this)f(algorithm)43
+3764 y(are)f(based)g(on)h(iterative)f(deepening,)i(which)f(guides)f
+(search)g(based)g(on)g(results)g(from)g(previous)g(iterations.)43
+3948 y(Min\255max)31 b(techniques)f(present)g(considerable)h
+(challenges)h(for)e(parallel)i(processing.)53 b(Conceptually)-6
+b(,)33 b Fi(\013)23 b Fc(\000)f Fi(\014)34 b Fk(game)43
+4073 y(tree)20 b(search)f(algorithm)i(can)e(also)h(be)h(viewed)f(as)f
+(a)h(depth\255\002rst)f(branch\255and\255bound)h(algorithm)h([23)q(])e
+(that)i(searches)d(for)43 4197 y(a)25 b(maximum)g(payof)o(f)f(strategy)
+g(among)h(all)h(strategies)f(represented)f(in)h(the)g(game)g(tree.)37
+b(However)-5 b(,)25 b(game)g(trees)f(tend)43 4322 y(to)30
+b(be)f(strongly)g(ordered.)51 b(Therefore,)31 b(naive)f(parallel)h
+(formulations)f(may)f(expand)h(a)f(large)h(number)g(of)f(nodes)h(that)
+43 4446 y(are)23 b(not)g(expanded)g(by)g(the)g(serial)g(formulation.)34
+b(Second,)24 b(the)f(information)h(about)g(the)f(current)f(best)h
+(strategy)f(cannot)43 4571 y(be)27 b(captured)f(by)h(a)f(single)i
+(node,)g(as)e(the)h(aim)g(is)g(to)f(\002nd)h(a)f(best)h(winning)h
+(strategy)e(rather)g(than)h(a)g(winning)h(position.)43
+4695 y(Ef)o(fective)h(propagation)i(of)f(this)g(information)h(to)f
+(other)f(processors)f(searching)h(disjoint)i(parts)e(of)h(the)g(search)
+f(space)43 4820 y(is)e(much)g(harder)f(compared)h(to)g(sharing)g(of)g
+(the)g(cost)f(of)h(current)g(best)f(solution)i(in)f(traditional)i(DFBB)
+e(algorithms.)45 b(A)43 4945 y(number)22 b(of)g(researchers)e(have)i
+(investigated)h(parallel)g(formulations)g(of)f Fi(\013)16
+b Fc(\000)f Fi(\014)26 b Fk([10,)c(34,)g(40].)32 b(The)22
+b(problem)h(of)f(excess)43 5069 y(node)f(expansions)g(is)f(handled)i
+(by)e(using)h(a)g(prioritized)g(work)f(distribution)i(in)f(which)g(the)
+g(tree)g(is)f(expanded)h(left)h(to)f(right)43 5194 y(in)30
+b(a)g(sweeping)h(pattern)f(also)g(referred)f(to)h(as)g(the)g(\223Y)-8
+b(oung)31 b(Brothers)e(W)m(ait)i(Concept\224.)52 b(Using)30
+b(these)g(optimizations)43 5318 y(along)24 b(with)f(dynamic)f(load)i
+(balancing,)g(researchers)d(have)h(demonstrated)h(speedups)g(of)f(as)h
+(much)f(as)g(two)h(orders)f(of)1970 5610 y(8)p eop
+%%Page: 9 9
+9 8 bop 43 344 a Fk(magnitude)25 b(on)e(a)g(variety)g(of)g(parallel)i
+(platforms.)43 529 y(The)36 b(utility)h(of)f(parallel)i(processing)d
+(has)h(been)h(demonstrated)f(in)h(the)f(context)g(of)g(a)g(number)g(of)
+h(games,)i(and)d(in)43 653 y(particular)-5 b(,)29 b(Chess.)44
+b(W)o(ork)26 b(on)h(large)h(scale)f(parallel)h Fi(\013)22
+b Fc(\000)e Fi(\014)31 b Fk(search)26 b(led)i(to)g(the)f(development)h
+(of)g(deep)g(thought)g([15])43 778 y(in)37 b(1990.)73
+b(This)37 b(program)f(was)g(capable)h(of)g(playing)g(chess)f(at)g
+(grandmaster)h(level.)73 b(Subsequent)38 b(advances)d(in)43
+903 y(the)30 b(use)f(of)g(dedicated)i(hardware,)g(parallel)f
+(processing,)h(and)f(algorithms)g(resulted)f(in)h(the)g(development)g
+(of)g(IBM')o(s)43 1027 y(Deep)c(Blue)g([16,)g(14])f(that)h(beat)g(the)g
+(reigning)g(world)g(champion)g(Gary)e(Kasparov)-6 b(.)38
+b(Feldmann)27 b(et)e(al.)h([40)q(])f(developed)43 1152
+y(a)33 b(distributed)g(chess)e(program)i(that)f(is)h(acknowledged)g(to)
+f(be)h(one)g(of)f(the)h(best)f(computer)h(chess)e(players)h(based)43
+1276 y(entirely)24 b(on)f(general)h(purpose)f(hardware.)43
+1675 y Fj(6)116 b(Speedup)31 b(Anomalies)h(in)h(Parallel)f
+(Formulations)g(of)g(Search)f(Algorithms)43 1960 y Fk(In)21
+b(parallel)i(search)d(algorithms,)j(the)e(speedup)h(can)f(dif)o(fer)g
+(greatly)g(from)g(one)h(execution)f(to)h(another)-5 b(.)32
+b(This)21 b(is)g(because)43 2085 y(the)32 b(portions)g(of)f(the)h
+(search)f(space)g(examined)h(by)g(dif)o(ferent)f(processors)f(are)h
+(determined)i(dynamically)f(and)g(can)43 2209 y(be)27
+b(dif)o(ferent)g(for)g(dif)o(ferent)g(executions.)44
+b(A)27 b(number)g(of)g(researchers)e(have)i(observed)f(and)h(analyzed)g
+(the)g(existence)43 2334 y(of)j(these)h(speedup)f(anomalies.)55
+b(An)31 b(acceleration)g(anomaly)g(manifests)f(itself)h(in)g(the)f
+(form)h(of)f(a)g(speedup)h(greater)43 2458 y(than)e Fi(p)g
+Fk(on)g Fi(p)g Fk(processors)e(when)i(parallel)i(search)d(does)g(less)h
+(work)f(than)h(the)h(serial)f(search)f(algorithm)i([26)q(,)f(29].)50
+b(A)43 2583 y(speedup)18 b(of)f(less)g(than)g Fi(p)p
+Fk(,)h(attributed)g(to)g(excess)d(work)h(done)i(by)f(the)g(parallel)i
+(formulation)g(compared)e(to)g(the)h(sequential)43 2707
+y(formulation,)34 b(is)c(termed)h(as)e(a)i(deceleration)g(anomaly)g
+([26)q(,)f(28].)54 b(The)30 b(ratio)h Fi(W)2712 2719
+y Fe(p)2751 2707 y Fi(=W)2871 2719 y Fe(s)2906 2707 y
+Fk(,)h(where)f Fi(W)3296 2719 y Fe(p)3365 2707 y Fk(and)f
+Fi(W)3611 2719 y Fe(s)3677 2707 y Fk(are)h(the)43 2832
+y(number)24 b(of)f(nodes)g(searched)g(by)f(parallel)j(and)f(serial)f
+(formulations,)h(is)f(called)h(the)g(search)e(overhead)h(factor)-5
+b(.)43 3017 y(Speedup)28 b(anomalies)h(can)e(easily)g(occur)f(in)i
+(parallel)g(depth\255\002rst)f(search)f(for)h(\002nding)g(any)g
+(solution,)j(as)c(certain)i(exe\255)43 3141 y(cution)i(sequences)f(may)
+g(\002nd)g(a)h(solution)g(much)f(earlier)h(than)g(others.)51
+b(However)-5 b(,)31 b(it)f(appears)f(natural)h(that,)i(on)e(the)43
+3266 y(average,)22 b(the)f(search)f(overhead)i(factor)e(for)h(parallel)
+i(DFS)e(should)h(always)f(be)g(greater)g(than)h(or)f(equal)h(to)g(one.)
+32 b(Other\255)43 3390 y(wise)23 b(the)h(serial)f(search)g(algorithm)h
+(is)f(not)h(optimal;)h(i.e.,)f(the)f(emulation)i(of)f(parallel)g(DFS)f
+(on)h(a)f(single)h(processor)e(will)43 3515 y(be)k(faster)g(than)h
+(sequential)g(DFS.)f(Surprisingly)-6 b(,)28 b(there)e(are)g
+(situations,)h(in)g(which)f(parallel)i(DFS)e(can)g(have)g(a)g(search)43
+3639 y(overhead)i(factor)f(of)g(less)g(than)h(1)g(on)g(the)f(average,)i
+(implying)g(that)f(the)g(serial)f(search)g(algorithm)i(in)f(the)g
+(situation)g(is)43 3764 y(suboptimal.)43 b(Kumar)27 b(and)g(Rao)f([43])
+h(show)f(that)g(if)h(no)g(heuristic)f(information)i(is)e(available)i
+(to)e(order)g(the)h(successors)43 3888 y(of)i(a)f(node,)j(then)d(on)h
+(the)g(average,)h(the)e(speedup)h(obtained)h(by)e(parallel)i(DFS)e(is)g
+(superlinear)h(if)g(the)g(distribution)h(of)43 4013 y(solutions)d(is)g
+(non\255uniform.)43 b(This)27 b(model)g(is)g(validated)h(by)e
+(experiments)g(on)h(synthetic)f(state\255space)g(trees)g(modeling)43
+4137 y(the)j(hackers)e(problem,)k(the)e(15\255puzzle)f(problem)i(and)f
+(the)g Fi(n)p Fk(\255Queens)e(problem.)50 b(In)29 b(all)g(these)g
+(experiments,)h(serial)43 4262 y(and)i(parallel)h(DFS)e(do)g(not)h(use)
+f(any)g(heuristic)h(ordering,)i(and)d(select)g(successors)e
+(arbitrarily)-6 b(.)57 b(The)31 b(basic)g(reason)43 4386
+y(for)23 b(this)h(phenomenon)h(is)e(that)h(parallel)h(search)e(can)g
+(invest)g(resources)f(into)j(multiple)g(regions)f(of)f(the)h(search)f
+(frontier)43 4511 y(concurrently)-6 b(.)35 b(When)26
+b(the)e(solution)i(density)e(in)h(dif)o(ferent)g(regions)g(of)f(the)h
+(search)f(frontier)g(is)h(non\255uniform)g(and)g(these)43
+4635 y(non\255uniformities)32 b(are)f(not)g(known)g(a)g(priori,)i(then)
+f(sequential)g(search)e(has)g(an)i(equal)f(chance)g(of)g(searching)g(a)
+g(low)43 4760 y(density)19 b(region)h(\(and)f(thus)g(be)h(forced)f(to)g
+(expand)h(many)f(nodes\))g(or)g(a)g(high)h(density)f(region.)32
+b(On)19 b(the)h(contrary)-6 b(,)18 b(parallel)43 4885
+y(search)25 b(can)h(search)f(all)h(regions)g(at)g(the)h(same)f(time,)h
+(ensuring)f(that)g(at)g(least)h(some)e(processors)f(are)i(searching)g
+(the)43 5009 y(high)e(density)f(regions.)43 5194 y(If)k(good)g
+(heuristics)f(are)g(available)i(to)f(order)f(the)g(successors)e(of)j
+(nodes)f(in)h(DFS,)g(then)g(the)f(search)g(overhead)g(factor)43
+5318 y(of)k(parallel)h(DFS)f(may)g(be)g(greater)g(than)g(one.)53
+b(The)30 b(reason)g(is)f(that)i(some)f(processors)d(may)j(search)f
+(unpromising)1970 5610 y(9)p eop
+%%Page: 10 10
+10 9 bop 43 344 a Fk(areas)25 b(of)g(the)h(search)e(space.)38
+b(This)25 b(phenomenon)i(is)e(most)g(visible)h(in)g(the)f(context)g(of)
+g Fi(\013)20 b Fc(\000)g Fi(\014)29 b Fk(search)24 b(of)i(game)f(trees)
+43 469 y(for)f(which)h(strong)e(ordering)i(heuristics)f(are)g
+(available.)38 b(Kale)25 b(and)g(Saletore)g([19])g(present)f(a)g
+(scheme)g(that)h(combines)43 593 y(the)h(information)h(about)f(the)g
+(ordering)h(and)f(depth)g(of)g(nodes)f(to)h(perform)g(load)g(balancing)
+h(among)f(processors.)38 b(This)43 718 y(scheme)15 b(largely)g
+(maintains)h(the)f(depth\255\002rst)f(heuristic)h(order)f(of)i(search)d
+(across)h(processors,)g(and)i(results)e(in)h(consistent)43
+842 y(linear)32 b(speedup.)55 b(Even)31 b(in)g(the)g(presence)f(of)h
+(good)g(ordering)h(heuristics,)g(parallel)g(DFS)f(may)f(lead)i(to)e
+(superlinear)43 967 y(speedup.)i(For)21 b(example,)h(this)f(can)f
+(happen)i(if)f(there)g(is)g(a)g(non\255zero)g(probability)h(that)f(the)
+g(heuristic)g(can)g(guide)h(search)43 1092 y(to)h(large)h(regions)f
+(that)h(do)f(not)h(contain)f(any)g(solutions)h([43].)43
+1276 y(In)k(parallel)h(BFS,)g(the)f(search)f(overhead)g(can)h(be)g
+(greater)g(than)g(one)g(if)h(some)e(processors)f(expand)i(nodes)g(that)
+g(are)43 1401 y(never)f(expanded)h(by)f(serial)h(BFS)g(\(e.g.,)g(nodes)
+g(that)g(have)f(higher)h(bound)g(than)g(the)g(cost)f(of)g(the)h
+(optimal)h(solution\).)43 1525 y(In)j(fact,)h(it)f(can)f(be)h(shown)f
+(that)h(for)f(any)h(given)g(BFS)f(instance,)j(there)e(exists)e(a)i
+(constant)f Fi(k)j Fk(such)d(that)h(expanding)43 1650
+y(more)25 b(than)g Fi(k)j Fk(nodes)d(in)g(parallel)h(from)f(a)g(global)
+h(open)g(list)f(leads)g(to)g(wasted)g(computation)h([26].)38
+b(This)24 b(situation)i(gets)43 1774 y(worse)j(with)i(distributed)g
+(open)f(lists)g(since)g(expanded)g(nodes)h(have)e(locally)i(minimum)h
+(heuristics)d(that)h(are)g(not)h(the)43 1899 y(best)23
+b(nodes)g(across)f(all)i(open)g(lists.)43 2083 y(The)29
+b(search)f(overhead)g(for)h(parallel)h(BFS)g(can)e(also)h(be)g(less)f
+(than)i(one.)49 b(This)29 b(can)f(happen)i(when)f(multiple)i(nodes)43
+2208 y(on)c(the)g(open)g(list)h(have)e(identical)i(heuristic)f(values,)
+h(but)f(require)g(dif)o(ferent)g(amount)h(of)f(search)e(to)i(detect)g
+(a)g(solution)43 2332 y(\(or)h(to)h(\002nd)g(out)g(that)g(the)g(node)h
+(does)e(not)i(lead)f(to)g(optimal)i(solution\).)50 b(Hence,)30
+b(if)f(a)g(parallel)h(algorithm)h(happens)e(to)43 2457
+y(explore)h(the)h(better)g(nodes)f(\002rst,)h(then)g(it)f(can)g(result)
+h(in)f(acceleration)h(anomalies,)j(and)c(vice)g(versa.)53
+b(It)30 b(is)h(possible)43 2581 y(to)39 b(derive)g(properties)f(of)h
+(the)g(heuristic)g(function)g(such)f(that)h(superlinearity)h(ef)o
+(fects)d(in)j(parallel)g(BFS)f(are)f(made)43 2706 y(deterministic)24
+b([29,)g(32].)43 3105 y Fj(7)116 b(Role)32 b(of)g(Heuristics)43
+3390 y Fk(Heuristics)e(form)g(the)h(most)g(important)g(component)g(of)g
+(search)f(techniques,)j(and)e(parallel)h(formulations)f(of)g(search)43
+3515 y(algorithms)22 b(must)f(be)h(viewed)g(in)g(the)f(context)g(of)h
+(these)f(heuristics.)32 b(In)21 b(BFS)h(techniques,)g(heuristics)f
+(focus)g(search)f(by)43 3639 y(lowering)j(the)f(ef)o(fective)g
+(branching)g(factor)-5 b(.)32 b(In)22 b(DFBB)g(methods,)h(heuristics)e
+(provide)h(better)h(bounds,)f(and)g(thus)g(serve)43 3764
+y(to)h(prune)h(the)f(search)f(space.)43 3948 y(Often,)f(there)g(is)g(a)
+f(tradeof)o(f)h(between)g(the)g(strength)g(of)g(the)g(heuristic)f(and)h
+(the)g(ef)o(fective)g(size)f(of)h(search)e(space.)32
+b(Better)43 4073 y(heuristics)21 b(result)g(in)h(smaller)g(search)f
+(spaces)f(but)i(are)f(also)h(more)f(expensive)g(to)h(compute.)32
+b(For)21 b(example,)h(an)g(impor\255)43 4197 y(tant)27
+b(application)h(of)e(strong)g(heuristics)g(is)g(in)h(the)g(computation)
+g(of)g(bounds)f(for)g(mixed)h(integer)g(programming)g(\(MIP\).)43
+4322 y(Mixed)36 b(integer)g(programming)h(has)e(seen)g(signi\002cant)h
+(advances)f(over)g(the)g(years)g([18].)70 b(Whereas)35
+b(\002fteen)h(years)43 4446 y(back,)c(MIP)f(problems)f(with)h(100)g
+(integer)g(variables)g(were)f(considered)g(challenging,)k(today)-6
+b(,)32 b(many)f(problems)f(with)43 4571 y(up)25 b(to)g(1000)h(integer)f
+(variables)g(can)g(be)g(solved)g(on)g(workstation)f(class)g(machines)h
+(using)g(branch\255and\255cut)g(methods.)43 4695 y(Largest)35
+b(known)h(instances)f(of)h(TSPs)g(and)g(QAPs)f(have)h(been)g(solved)f
+(using)h(branch\255and\255bound)g(with)g(powerful)43
+4820 y(heuristics)e([3,)h(35].)66 b(The)34 b(presence)g(of)h(ef)o
+(fective)f(heuristics)g(may)g(prune)h(the)f(search)g(space)g
+(considerably)-6 b(.)66 b(For)43 4945 y(example,)24 b(when)f(Padberg)h
+(and)f(Rinaldi)h(introduced)g(the)f(branch\255and\255cut)f(algorithm)i
+(in)g(1987,)f(they)g(used)g(it)g(to)g(solve)43 5069 y(a)i(532)g(city)e
+(TSP)-11 b(,)26 b(which)e(was)g(the)h(largest)g(TSP)g(solved)f
+(optimally)i(at)f(that)g(time.)37 b(Subsequent)25 b(improvements)g(to)g
+(the)43 5194 y(method)d(led)g(to)f(the)g(solution)i(of)e(a)g(a)g(2,392)
+h(city)f(problem)g([36)q(].)32 b(More)21 b(recently)-6
+b(,)21 b(using)g(cutting)h(planes,)g(problems)f(with)43
+5318 y(over)f(7,000)h(cities)g(have)f(been)i(solved)e([18)q(])g(on)h
+(serial)g(machines.)32 b(However)-5 b(,)21 b(for)f(many)h(problems)g
+(of)f(interest,)i(the)f(re\255)1947 5610 y(10)p eop
+%%Page: 11 11
+11 10 bop 43 344 a Fk(duced)21 b(search)f(space)g(still)i(requires)f
+(the)g(use)g(of)g(parallelism)i([3,)e(35,)g(44,)g(31)q(].)31
+b(Use)21 b(of)g(powerful)h(heuristics)e(combined)43 469
+y(with)26 b(ef)o(fective)f(parallel)i(processing)d(has)h(enabled)i(the)
+f(solution)g(of)g(extremely)f(large)g(problems)h([35].)39
+b(For)25 b(example,)43 593 y(QAP)k(problems)f(from)h(the)f(Nugent)h
+(and)g(Eschermann)g(test)f(suites)g(with)h(up)f(to)h(4)p
+Fi(:)p Fk(8)22 b Fc(\002)f Fk(10)3028 563 y Fh(10)3125
+593 y Fk(nodes)28 b(\(Nugent22)h(with)43 718 y(Gilmore\255Lawler)f
+(bound\))g(were)f(solved)g(on)g(a)h(NEC)f(Cenju\2553)h(parallel)h
+(computer)e(in)h(under)g(nine)g(days)e([3].)45 b(Another)43
+842 y(dazzling)31 b(demonstration)h(of)f(this)g(was)g(presented)g(by)f
+(the)h(IBM)h(Deep)f(Blue.)57 b(Deep)31 b(blue)h(used)e(a)h(combination)
+i(of)43 967 y(dedicated)h(hardware)e(for)h(generating)h(and)f
+(evaluating)h(board)f(positions)g(and)h(parallel)g(search)e(of)h(the)g
+(game)g(tree)43 1092 y(using)24 b(an)f(IBM)h(SP2)g(to)f(beat)h(the)f
+(current)g(world)g(chess)f(champion,)i(Garry)e(Kasparov)g([16)q(,)h
+(14].)43 1276 y(Heuristics)g(have)h(several)g(important)g(implications)
+i(for)e(exploiting)h(parallelism.)36 b(Strong)25 b(heuristics)e(narrow)
+h(the)g(state)43 1401 y(space)18 b(and)h(thus)g(reduce)f(the)h
+(concurrency)e(available)j(in)f(the)g(search)f(space.)31
+b(Use)18 b(of)h(powerful)g(heuristics)f(pose)h(other)43
+1525 y(computational)30 b(challenges)f(for)e(parallel)j(processing)d
+(as)h(well.)48 b(For)27 b(example,)j(in)e(branch\255and\255cut)g
+(methods,)h(a)f(cut)43 1650 y(generated)e(at)g(a)g(certain)f(state)h
+(may)f(be)h(required)g(by)f(other)h(states.)39 b(Therefore,)26
+b(in)g(addition)h(to)f(balancing)h(load,)g(the)43 1774
+y(parallel)g(branch\255and\255cut)e(formulation)i(must)e(also)h
+(partition)h(cuts)e(among)h(processors)d(so)j(that)g(processors)d
+(working)43 1899 y(in)h(certain)f(LP)h(domains)f(have)g(access)f(to)h
+(the)h(desired)f(cuts)f([2)q(,)h(27,)g(8].)43 2083 y(In)35
+b(addition)h(to)f(inter\255node)g(parallelism)h(that)f(has)f(been)h
+(discussed)f(until)i(this)e(point,)39 b(intra\255node)c(parallelism)h
+(can)43 2208 y(become)21 b(a)h(viable)g(option)g(if)f(the)h(heuristic)f
+(is)g(computationally)i(expensive.)31 b(For)21 b(example,)h(the)f
+(assignment)h(heuristic)43 2332 y(of)27 b(Pekny)g(et)h(al.)45
+b(has)27 b(been)h(ef)o(fectively)f(parallelized)i(for)e(solving)g
+(large)h(instances)f(of)g(TSPs)g([35)q(].)44 b(If)28
+b(the)f(degree)h(of)43 2457 y(inter\255node)h(parallelism)h(is)d
+(small,)j(this)f(form)f(of)g(parallelism)i(provides)d(a)i(desirable)f
+(alternative.)49 b(Another)28 b(example)43 2581 y(of)e(this)h(is)f(in)g
+(the)h(solution)g(of)g(MIP)f(problems)h(using)f(branch\255and\255cut)g
+(methods.)42 b(Branch\255and\255cut)25 b(methods)i(rely)f(on)43
+2706 y(LP)f(relaxation)h(for)f(generating)h(lower)f(bounds)g(of)g
+(partially)h(instantiated)g(solutions)g(followed)g(by)e(generation)i
+(of)f(valid)43 2830 y(inequalities)33 b([18].)55 b(These)30
+b(LP)h(relaxations)f(constitute)h(a)g(major)g(part)f(of)h(the)g
+(overall)g(computation)g(time.)55 b(Many)31 b(of)43 2955
+y(the)25 b(industrial)i(codes)d(rely)h(on)g(Simplex)i(to)e(solve)g(the)
+g(LP)h(problem)g(since)f(it)g(can)g(adapt)h(the)f(solution)i(to)e
+(added)h(rows)43 3080 y(and)e(columns.)35 b(While)26
+b(interior)f(point)f(methods)h(are)f(better)g(suited)g(to)g
+(parallelism,)i(they)e(tend)h(to)f(be)g(less)g(ef)o(\002cient)f(for)43
+3204 y(reoptimizing)k(LP)f(solutions)g(with)f(added)i(rows)d(and)i
+(columns)f(\(in)h(branch\255and\255cut)e(methods\).)40
+b(LP)25 b(relaxation)i(using)43 3329 y(Simplex)j(has)e(been)i(shown)e
+(to)h(parallelize)i(well)e(on)g(small)h(numbers)e(of)h(processors)e
+(but)i(ef)o(forts)f(to)g(scale)h(to)g(larger)43 3453
+y(numbers)e(of)h(processors)d(have)i(not)h(been)f(successful.)44
+b(LP)27 b(based)h(branch)f(and)g(bound)h(methods)g(have)f(also)g(been)
+43 3578 y(used)g(for)f(solving)h(quadratic)g(assignment)g(problems)g
+(using)g(iterative)h(solvers)d(such)h(as)g(preconditioned)j(Conjugate)
+43 3702 y(Gradient)37 b(to)h(approximately)f(compute)h(the)f(interior)h
+(point)g(directions)f([37].)74 b(These)37 b(methods)g(have)g(been)h
+(used)43 3827 y(to)30 b(compute)f(lower)h(bounds)g(using)g(linear)g
+(programs)f(with)h(over)f(150,000)h(constraints)f(and)h(300,000)h
+(variables)e(for)43 3951 y(solving)20 b(QAPs.)32 b(These)19
+b(and)i(other)f(iterative)h(solvers)e(parallelize)j(very)c(ef)o
+(fectively)i(to)g(a)h(large)f(number)h(of)f(processors.)43
+4076 y(A)25 b(general)g(parallel)g(framework)f(for)g(computing)h
+(heuristic)f(solutions)h(to)f(problems)h(is)f(presented)g(by)g
+(Pramanick)h(and)43 4200 y(Kuhl)f([39)q(].)43 4600 y
+Fj(8)116 b(Concluding)32 b(Remarks)43 4885 y Fk(Great)e(advances)g
+(have)h(been)h(made)f(in)g(the)g(development)h(of)f(scalable)g
+(parallel)i(formulations)f(of)f(various)f(search)43 5009
+y(methods)h(in)h(the)f(past)g(two)g(decades.)56 b(Performance)31
+b(and)g(scalability)h(of)f(load)h(balancing)g(techniques)g(for)e
+(parallel)43 5134 y(depth\255\002rst)36 b(search)g(methods)i(is)f
+(largely)g(understood,)k(and)d(it)g(is)f(unlikely)g(that)h(any)f(new)g
+(methods)h(will)g(perform)43 5258 y(signi\002cantly)32
+b(better)g(than)g(the)g(existing)g(methods.)59 b(Parallel)34
+b(best\255\002rst)c(search)g(methods)j(require)f(qualitative)h(load)
+1947 5610 y(11)p eop
+%%Page: 12 12
+12 11 bop 43 344 a Fk(balancing)39 b(in)g(addition)h(to)e(quantitative)
+h(load)g(balancing)g(used)f(in)h(depth\255\002rst)e(search,)k(and)d
+(are)g(thus)g(harder)g(to)43 469 y(analyze.)h(However)-5
+b(,)25 b(many)g(methods)h(for)f(qualitative)i(load)f(balancing)g(have)f
+(been)h(developed)g(and)g(shown)f(to)g(have)43 593 y(provably)h(good)i
+(performance)e(under)h(a)g(reasonable)g(set)g(of)f(assumptions.)43
+b(For)27 b(a)f(wide)i(variety)e(of)h(problems,)g(both)43
+718 y(best\255\002rst)33 b(and)i(depth\255\002rst)e(search)h(methods)h
+(have)f(shown)h(excellent)g(performance)g(and)g(scalability)g(up)g(to)f
+(1024)43 842 y(processors)22 b([45)q(,)i(25)q(,)g(1,)h(40,)f(30)q(,)g
+(44)q(].)36 b(Attention)26 b(has)e(now)h(shifted)g(to)g(the)f
+(development)i(of)f(software)f(environments)43 967 y(that)g(allow)g
+(practitioners)f(to)g(solve)g(real)h(problems)f(on)h(parallel)g
+(machines)g([4].)43 1152 y(It)33 b(is)g(important)h(to)f(note)g(that)h
+(parallel)g(processing)f(can)f(only)h(provide)h(speed)f(up)g
+(proportional)h(to)f(the)g(number)h(of)43 1276 y(processors.)g(Hence,)
+24 b(parallel)i(search)d(can)h(be)h(used)f(to)h(solve)f
+(signi\002cantly)g(bigger)h(instances)f(of)g(the)h(problem)g(only)43
+1401 y(if)i(the)g(search)f(space)g(grows)g(as)h(a)g(small)g(exponent)g
+(of)g(problem)h(size.)42 b(Hence,)28 b(challenges)g(remain)f(in)g
+(discovering)43 1525 y(better)c(heuristics)g(that)h(reduce)f(the)g
+(growth)g(of)h(the)f(search)g(space.)32 b(Indeed,)24
+b(for)f(many)g(problems,)g(gains)h(due)f(to)h(new)43
+1650 y(powerful)31 b(heuristics)e(may)g(be)i(much)e(higher)i(than)f
+(those)g(due)g(to)g(massively)f(parallel)j(formulations)e(using)h
+(existing)43 1774 y(heuristics.)h(These)23 b(powerful)h(heuristics)e
+(may)h(also)h(of)o(fer)e(new)i(opportunities)g(for)f(exploiting)i
+(parallelism.)43 2154 y Fj(References)85 2371 y Fn([1])40
+b(S.)19 b(Arvindam,)f(V)o(ipin)f(Kumar)l(,)h(and)g(V)-7
+b(.)18 b(Nageshwara)f(Rao.)25 b(Floorplan)16 b(optimization)f(on)k
+(multiprocessors.)24 b(In)18 b Fb(Proceedings)f(of)209
+2486 y(the)j(1989)f(International)d(Conference)i(on)i(Computer)e
+(Design)p Fn(,)h(1989.)85 2625 y([2])40 b(R.)17 b(E.)h(Bixby)-6
+b(,)18 b(W)l(.)f(Cook,)g(A.)g(Cox,)h(and)e(E.)h(Lee.)22
+b(Parallel)15 b(mixed)i(integer)e(programming.)20 b(T)-8
+b(echnical)15 b(Report)h(CRPC)h(TR)h(95554,)209 2739
+y(Center)h(for)h(Research)g(on)g(Parallel)d(Computation,)h(Research)h
+(Monograph,)f(1995.)85 2878 y([3])40 b(Adrian)20 b(Brungger)l(,)f
+(Ambros)i(Marzetta,)g(Jens)h(Clausen,)e(and)g(Michael)h(Perregaard.)28
+b(Solving)20 b(large\255scale)f(qap)i(problems)f(in)209
+2992 y(parallel)e(with)h(the)h(search)g(library)f(zram.)29
+b Fb(Journal)19 b(of)h(Parallel)e(and)h(Distributed)f(Computing)p
+Fn(,)g(50:157\226169,)e(1998.)85 3131 y([4])40 b(B.)57
+b(L.)g(Cun)f(and)g(C.)i(Roucairol.)123 b(BOB:)57 b(A)g(uni\002ed)f
+(platform)f(for)i(implementing)d(branch\255and\255bound)e(like)k
+(al\255)209 3246 y(gorithms.)132 b(T)-8 b(echnical)58
+b(Report)g(N95/16,)68 b(Universiti)58 b(de)h(V)l(ersailles)f(Saint)h
+(Quentin,)67 b(1995.)132 b(A)o(vailable)57 b(from)209
+3360 y Fa(http://www.prism.uvsq.fr/english/paralle)o(l/cr/b)o(ob)p
+2371 3360 23 4 v 21 w(us.html)p Fn(.)85 3499 y([5])40
+b(E.)29 b(W)l(.)f(Dijkstra,)i(W)l(.)e(H.)g(Seijen,)h(and)e(A.)i(J.)g
+(M.)g(V)-6 b(an)28 b(Gasteren.)49 b(Derivation)26 b(of)i(a)h
+(termination)c(detection)h(algorithm)g(for)i(a)209 3613
+y(distributed)18 b(computation.)25 b Fb(Information)18
+b(Processing)h(Letters)p Fn(,)g(16\2555:217\226219,)d(1983.)85
+3752 y([6])40 b(S.)28 b(Dutt)f(and)f(N.)i(R.)f(Mahapatra.)45
+b(Scalable)25 b(load\255balancing)e(strategies)j(for)h(parallel)d(a*)k
+(algorithms.)45 b Fb(Journal)26 b(of)h(Parallel)209 3866
+y(and)f(Distributed)e(Computing)p Fn(,)h(22\(3\):488\226505,)e(Sept.)i
+(1994.)43 b(Special)25 b(Issue)i(on)e(Scalability)g(of)h(Parallel)e
+(Algorithms)g(and)209 3981 y(Architectures.)85 4120 y([7])40
+b(Jonathan)13 b(Eckstein.)19 b(Parallel)13 b(branch\255and\255bound)d
+(methods)k(for)h(mixed\255integer)d(programming)h(on)h(the)h(cm\2555.)
+20 b Fb(SIAM)15 b(Journal)209 4234 y(on)20 b(Optimization)p
+Fn(,)e(4\(4\):794\226814,)e(1994.)85 4373 y([8])40 b(Jonathan)14
+b(Eckstein.)22 b(Distributed)13 b(versus)k(centralized)d(storage)h(and)
+g(control)g(for)h(parallel)e(branch)h(and)g(bound:)25
+b(Mixed)16 b(integer)209 4487 y(programming)i(on)i(the)g(cm\2555.)28
+b Fb(Computational)17 b(Optimization)h(and)h(Applications)p
+Fn(,)f(7\(2\):199\226220,)e(1997.)85 4626 y([9])40 b(M.)22
+b(Evett,)f(James)h(Hendler)l(,)d(Ambujashka)h(Mahanti,)g(and)g(Dana)g
+(Nau.)31 b(PRA*:)f(A)22 b(memory\255limited)d(heuristic)h(search)h
+(proce\255)209 4741 y(dure)i(for)h(the)f(connection)e(machine.)37
+b(In)24 b Fb(Proceedings)d(of)j(the)f(Third)g(Symposium)g(on)h(the)f
+(Frontiers)f(of)i(Massively)g(Parallel)209 4855 y(Computation)p
+Fn(,)17 b(pages)j(145\226149,)d(1990.)43 4994 y([10])40
+b(Chris)17 b(Ferguson)e(and)h(Richard)g(Korf.)22 b(Distributed)15
+b(tree)h(search)h(and)f(its)h(application)d(to)j(alpha\255beta)d
+(pruning.)20 b(In)d Fb(Proceedings)209 5108 y(of)j(the)g(1988)f
+(National)f(Conference)g(on)i(Arti\002cial)f(Intelligence)p
+Fn(,)d(August)k(1988.)43 5247 y([11])40 b(A.)33 b(Ferreira)d(and)i(P)
+-10 b(.)33 b(Pardalos,)g(editors.)59 b Fb(Solving)31
+b(Combinatorial)e(Optimization)h(Problems)i(in)g(Parallel:)50
+b(Methods)31 b(and)209 5361 y(T)-7 b(echniques)p Fn(,)18
+b(volume)i(1054)f(of)h Fb(LNCS)g(State\255of\255the\255Art)c(Surveys)p
+Fn(.)29 b(Springer\255V)l(erlag,)16 b(1996.)1947 5610
+y Fk(12)p eop
+%%Page: 13 13
+13 12 bop 43 344 a Fn([12])40 b(Raphael)27 b(A.)i(Finkel)e(and)h(Udi)g
+(Manber)l(.)50 b(DIB)29 b(\255)g(a)g(distributed)d(implementation)f(of)
+j(backtracking.)50 b Fb(ACM)29 b(T)-6 b(ransactions)28
+b(of)209 459 y(Programming)18 b(Languages)g(and)h(Systems)p
+Fn(,)i(9)g(No.)f(2:235\226256,)c(April)j(1987.)43 606
+y([13])40 b(M.)30 b(Furuichi,)f(K.)h(T)-8 b(aki,)31 b(and)d(N.)h
+(Ichiyoshi.)52 b(A)29 b(multi\255level)e(load)h(balancing)f(scheme)i
+(for)g(OR\255parallel)e(exhaustive)h(search)209 720 y(programs)20
+b(on)g(the)h(Multi\255PSI.)28 b(In)20 b Fb(Proceedings)f(of)i(the)f
+(Second)g(ACM)h(SIGPLAN)f(Symposium)h(on)f(Principles)f(and)h(Practice)
+209 834 y(of)g(Parallel)e(Programming)p Fn(,)g(pages)h(50\22659,)g
+(1990.)43 982 y([14])40 b(Scott)19 b(Hamilton)d(and)i(Lee)g(Garber)l(.)
+24 b(Deep)18 b(Blue')o(s)f(hardware\255software)e(synergy)-6
+b(.)26 b Fb(IEEE)18 b(Computer)p Fn(,)g(30\(10\):29\22635,)c(October)
+209 1096 y(1997.)43 1243 y([15])40 b(F)-8 b(.\255H.)21
+b(Hsu.)33 b(Large)20 b(scale)i(parallelization)17 b(of)22
+b(alpha\255beta)c(search:)31 b(An)22 b(algorithmic)d(and)i
+(architectural)f(study)h(with)h(computer)209 1357 y(chess.)29
+b(T)-8 b(echnical)18 b(report,)h(Carnegie)f(Mellon)h(University)-6
+b(,)20 b(Pittsburgh,)e(P)-6 b(A,)20 b(1990.)27 b(Ph.D.)20
+b(Thesis.)43 1505 y([16])40 b(F)-8 b(.\255H.)19 b(Hsu,)h(M.)f(S.)h
+(Campbell,)d(and)i(A.)h(J.)g(Hoane.)25 b(Deep)19 b(Blue)f(system)j
+(overview)l(.)26 b(In)19 b Fb(Conference)e(proceedings)g(of)i(the)g
+(1995)209 1619 y(International)d(Conference)i(on)i(Supercomputing,)d
+(Barcelona,)h(Spain)p Fn(,)g(pages)h(240\226244,)f(1995.)43
+1766 y([17])40 b(V)o(irendra)24 b(K.)i(Janakiram,)h(Dharma)e(P)-10
+b(.)27 b(Agrawal,)f(and)f(Ram)i(Mehrotra.)43 b(A)26 b(randomized)e
+(parallel)g(backtracking)h(algorithm.)209 1880 y Fb(IEEE)20
+b(T)-6 b(ransactions)19 b(on)h(Computers)p Fn(,)f(C\25537)h(\(12\),)f
+(1988.)43 2028 y([18])40 b(L.)28 b(Johnson,)h(G.)g(Nemhauser)l(,)f(and)
+g(M.)g(Savelsbergh.)48 b(Progress)27 b(in)h(integer)e(programming:)42
+b(An)28 b(exposition.)48 b(T)-8 b(echnical)209 2142 y(report,)35
+b(School)c(of)i(Industrial)e(and)h(Systems)i(Engineering,)e(Georgia)f
+(Institute)g(of)h(T)-8 b(echnology)i(,)34 b(1997.)60
+b(A)o(vailable)31 b(from)209 2256 y Fa(http://akula.isye.gatech.edu/)40
+b(mwps/mwps.html)p Fn(.)43 2403 y([19])g(L.)19 b(V)-7
+b(.)20 b(Kale)e(and)g(V)-7 b(.)20 b(Saletore.)k(Parallel)17
+b(state\255space)h(search)h(for)g(a)g(\002rst)h(solution)d(with)i
+(consistent)f(linear)g(speedups.)25 b Fb(Interna\255)209
+2517 y(tional)19 b(Journal)f(of)i(Parallel)e(Programming)p
+Fn(,)g(3,)i(August)g(1990.)43 2665 y([20])40 b(L.)20
+b(N.)h(Kanal)e(and)g(V)o(ipin)g(Kumar)l(.)27 b Fb(Search)20
+b(in)g(Arti\002cial)f(Intelligence)p Fn(.)25 b(Springer\255V)l(erlag,)
+15 b(New)20 b(Y)-7 b(ork,)21 b(NY)-10 b(,)20 b(1988.)43
+2812 y([21])40 b(R.)21 b(Karp)f(and)g(Y)-10 b(.)21 b(Zhang.)28
+b(Randomized)18 b(parallel)g(algorithms)h(for)h(backtrack)h(search)g
+(and)f(branch\255and\255bound)15 b(computation.)209 2926
+y Fb(Journal)k(of)h(ACM)p Fn(,)h(40:765\226789,)16 b(1993.)43
+3074 y([22])40 b(George)20 b(Karypis)g(and)g(V)o(ipin)e(Kumar)l(.)29
+b(Unstructured)19 b(T)m(ree)h(Search)g(on)g(SIMD)h(Parallel)d
+(Computers.)28 b Fb(IEEE)21 b(T)-6 b(ransactions)19 b(on)209
+3188 y(Parallel)f(and)h(Distributed)f(Systems)p Fn(,)j(5\(10\),)e
+(October)h(1994.)43 3335 y([23])40 b(V)-7 b(.)24 b(Kumar)f(and)g(L.)g
+(N.)h(Kanal.)36 b(A)24 b(general)d(branch\255and\255bound)e
+(formulations)i(for)j(understanding)19 b(and)k(synthesizing)f(and/or)
+209 3449 y(tree)e(search)g(procedures.)26 b Fb(Arti\002cial)20
+b(Intelligence)p Fn(,)c(21:179\226198,)g(1983.)43 3597
+y([24])40 b(V)o(ipin)23 b(Kumar)l(,)h(Ananth)e(Grama,)j(Anshul)e
+(Gupta,)h(and)g(George)e(Karypis.)39 b Fb(Introduction)21
+b(to)j(Parallel)e(Computing:)33 b(Algorithm)209 3711
+y(Design)19 b(and)h(Analysis)p Fn(.)28 b(Benjamin)18
+b(Cummings/)i(Addison)e(W)o(esley)i(\(ISBN)g(0\2558053\2553170\2550\),)
+15 b(Redwod)k(City)-6 b(,)21 b(1994.)43 3858 y([25])40
+b(V)o(ipin)17 b(Kumar)l(,)h(Ananth)f(Grama,)h(and)g(V)-7
+b(.)19 b(Nageshwara)d(Rao.)25 b(Scalable)17 b(load)g(balancing)f
+(techniques)g(for)j(parallel)c(computers.)209 3972 y
+Fb(Journal)k(of)h(Parallel)e(and)h(Distributed)f(Computing)p
+Fn(,)g(22\(1\):60\22679,)e(July)21 b(1994.)43 4120 y([26])40
+b(T)-8 b(.)27 b(H.)h(Lai)e(and)h(Sartaj)f(Sahni.)46 b(Anomalies)25
+b(in)i(parallel)e(branch)i(and)f(bound)g(algorithms.)45
+b Fb(Communications)25 b(of)i(the)g(ACM)p Fn(,)209 4234
+y(pages)19 b(594\226602,)f(1984.)43 4381 y([27])40 b(Eva)19
+b(K.)h(Lee)e(and)g(John)h(E.)g(Mitchell.)25 b(Computational)15
+b(experience)i(of)i(an)f(interior\255point)d(algorithm)i(in)i(a)g
+(parallel)d(branch\255and\255)209 4495 y(cut)21 b(framework.)27
+b(In)20 b Fb(Proceedings)e(for)i(SIAM)h(Conference)d(on)i(Parallel)d
+(Processing)j(for)g(Scienti\002c)f(Computing)p Fn(,)f(1997.)43
+4643 y([28])40 b(G.)28 b(J.)g(Li)f(and)g(B.)g(W)l(.)h(W)m(ah.)46
+b(Computational)24 b(ef)o(\002ciency)j(of)g(combinatorial)e(or\255tree)
+h(searches.)47 b Fb(IEEE)27 b(T)-6 b(rans.)27 b(on)g(Software)209
+4757 y(Engineering)p Fn(,)16 b(16\(1\):13\22631,)h(Jan.)j(1990.)43
+4904 y([29])40 b(Guo\255Jie)22 b(Li)h(and)f(Benjamin)f(W)l(.)h(W)m(ah.)
+35 b(Coping)21 b(with)i(anomalies)e(in)h(parallel)e
+(branch\255and\255bound)e(algorithms.)34 b Fb(IEEE)23
+b(T)-6 b(rans\255)209 5019 y(actions)20 b(on)g(Computers)p
+Fn(,)e(C\22635,)i(June)f(1986.)43 5166 y([30])40 b(N.)18
+b(R.)f(Mahapatra)e(and)i(S.)h(Dutt.)k(Scalable)16 b(global)f(and)i
+(local)f(hashing)g(strategies)g(for)h(duplicate)e(pruning)g(in)i
+(parallel)d(a*)k(graph)209 5280 y(search.)28 b Fb(IEEE)20
+b(T)-6 b(rans.)20 b(Parallel)e(and)i(Distributed)d(Systems)p
+Fn(,)k(8\(7\),)f(July)g(1997.)1947 5610 y Fk(13)p eop
+%%Page: 14 14
+14 13 bop 43 344 a Fn([31])40 b(B.)19 b(Mans,)g(T)-8
+b(.)18 b(Mautor)l(,)g(and)g(C.)h(Roucairol.)k(A)c(parallel)d(depth)i
+(\002rst)h(search)g(branch)e(and)h(bound)f(for)h(the)g(quadratic)f
+(assignment)209 459 y(problem.)27 b Fb(European)18 b(Journal)g(of)i
+(Operational)d(Research)p Fn(,)j(81\(3\):617\226628,)15
+b(1995.)43 606 y([32])40 b(B.)21 b(Mans)g(and)e(C.)i(Roucairol.)27
+b(Performances)19 b(of)h(parallel)e(branch)i(and)f(bound)g(algorithms)g
+(with)h(best\255\002rst)g(search.)29 b Fb(Discrete)209
+720 y(Applied)18 b(Mathematics)p Fn(,)h(66\(1\):57\22676,)e(April)i
+(1996.)43 867 y([33])40 b(G.)19 b(Manzini)f(and)g(M.)h(Somalvico.)25
+b(Probabilistic)16 b(performance)h(analysis)h(of)h(heuristic)e(search)i
+(using)f(parallel)e(hash)i(tables.)25 b(In)209 982 y
+Fb(Proceedings)18 b(of)i(the)g(International)c(Symposium)k(on)g
+(Arti\002cial)f(Intelligence)e(and)i(Mathematics)p Fn(,)g(1990.)43
+1129 y([34])40 b(T)-8 b(.)16 b(A.)g(Marsland)f(and)g(M.)h(Campbell.)j
+(Parallel)14 b(search)h(of)h(strongly)f(ordered)f(game)h(trees.)21
+b Fb(Computing)14 b(Surveys)p Fn(,)j(14:533\226551,)209
+1243 y(1982.)43 1390 y([35])40 b(D.)24 b(L.)g(Miller)e(and)h(J.)h(F)-8
+b(.)24 b(Pekny)-6 b(.)38 b(The)23 b(role)f(of)i(performance)e(metrics)h
+(for)h(parallel)d(mathematical)g(programming)h(algorithms.)209
+1505 y Fb(ORSA)f(Journal)d(on)i(Computing)p Fn(,)e(5\(1\),)i(1993.)43
+1652 y([36])40 b(M.)33 b(Padberg)e(and)g(G.)i(Rinaldi.)59
+b(A)33 b(branch\255and\255cut)c(algorithm)h(for)j(the)f(resolution)e
+(of)i(large\255scale)e(symmetric)k(traveling)209 1766
+y(salesman)20 b(problems.)27 b Fb(SIAM)20 b(Rev)-6 b(.)p
+Fn(,)21 b(33:60\226100,)16 b(1991.)43 1913 y([37])40
+b(P)-10 b(.)20 b(Pardalos,)e(Y)-10 b(.)20 b(Li,)f(K.G.)g(Ramakrishna,)f
+(and)g(M.G.C.)i(Resende.)25 b(Lower)18 b(bounds)g(for)i(the)e
+(quadratic)f(assignment)h(problem.)209 2028 y Fb(Annals)c(of)h
+(Operations)f(Research)p Fn(,)h(50:387\226411,)d(1994.)18
+b(Special)c(V)l(olume)g(on)h(Applications)d(of)j(Combinatorial)d
+(Optimization.)43 2175 y([38])40 b(Judea)23 b(Pearl.)38
+b Fb(Heuristics\255Intelligent)19 b(Search)24 b(Strategies)e(for)i
+(Computer)f(Problem)f(Solving)p Fn(.)38 b(Addison\255W)o(esley)-6
+b(,)22 b(Reading,)209 2289 y(MA,)f(1984.)43 2437 y([39])40
+b(Ira)35 b(Pramanick)f(and)h(Jon)f(G.)i(Kuhl.)66 b(An)35
+b(inherently)e(parallel)f(method)i(for)g(heuristic)g
+(problem\255solving:)55 b(Part)34 b(i\255general)209
+2551 y(framework.)28 b Fb(IEEE)20 b(T)-6 b(ransactions)19
+b(on)h(Parallel)d(and)j(Distributed)e(Systems)p Fn(,)j(6\(10\),)e
+(October)g(1995.)43 2698 y([40])40 b(B.)18 b(Monien)e(R.)i(Feldmann,)e
+(P)-10 b(.)18 b(Mysliwietz.)24 b(Studying)16 b(overheads)g(in)h
+(massively)h(parallel)d(min/max\255tree)h(evaluation.)21
+b(In)d Fb(Proc.)209 2812 y(of)i(the)g(6th)g(ACM)g(Symposium)g(on)g
+(Parallel)e(Algorithms)h(and)g(Architectures)p Fn(,)g(pages)g
+(94\226103,)f(1994.)43 2960 y([41])40 b(A.)26 b(G.)g(Ranade.)40
+b(Optimal)24 b(speedup)f(for)j(backtrack)f(search)g(on)g(a)h
+(butter\003y)e(network.)41 b(In)26 b Fb(Proceedings)d(of)i(the)g(Third)
+f(ACM)209 3074 y(Symposium)c(on)g(Parallel)e(Algorithms)h(and)g
+(Architectures)p Fn(,)g(1991.)43 3221 y([42])40 b(V)-7
+b(.)30 b(Nageshwara)e(Rao)h(and)g(V)-7 b(.)30 b(Kumar)l(.)53
+b(Concurrent)28 b(access)j(of)f(priority)e(queues.)52
+b Fb(IEEE)30 b(T)-6 b(ransactions)28 b(on)i(Computers)p
+Fn(,)209 3335 y(C\25537\(12\),)18 b(1988.)43 3483 y([43])40
+b(V)-7 b(.)23 b(Nageshwara)d(Rao)i(and)g(V)o(ipin)f(Kumar)l(.)33
+b(On)23 b(the)f(ef)o(\002cicency)g(of)h(parallel)c(backtracking.)33
+b Fb(IEEE)23 b(T)-6 b(ransactions)21 b(on)h(Parallel)209
+3597 y(and)f(Distributed)f(Systems)p Fn(,)j(4\(4\):427\226437,)17
+b(April)k(1993.)31 b(Also)22 b(available)d(as)j(T)-8
+b(echnical)20 b(Report)h(TR)h(90\25555,)e(Department)g(of)209
+3711 y(Computer)f(Science,)g(University)h(of)g(Minnesota,)e
+(Minneapolis,)g(MN.)43 3858 y([44])40 b(C.)26 b(Roucairol.)41
+b(A)26 b(parallel)d(branch)h(and)h(bound)f(algorithm)f(for)j(the)f
+(quadratic)e(assignment)i(problem.)41 b Fb(Discr)m(.)26
+b(Appl.)e(Math.)p Fn(,)209 3972 y(18:211\226225,)16 b(1987.)43
+4120 y([45])40 b(B.)29 b(Monien)e(S.)i(T)-8 b(schvke,)31
+b(R.)e(L|ling.)50 b(Solving)27 b(the)h(traveling)f(salesman)h(problem)f
+(with)h(a)h(distributed)d(branch\255and\255bound)209
+4234 y(algorithm)21 b(on)j(a)f(1024)f(processor)h(network.)36
+b(In)23 b Fb(Proc.)h(of)f(the)g(9th)g(International)c(Parallel)i
+(Processing)i(Symposium)p Fn(,)g(pages)209 4348 y(182\226189,)18
+b(Santa)h(Barbara,)f(CA,)i(April)f(1995.)43 4495 y([46])40
+b(Benjamin)20 b(W)l(.)i(W)m(ah,)f(Gou\255Jie)g(Li,)h(and)f(C.)i(F)-8
+b(.)21 b(Y)l(u.)33 b(Multiprocessing)19 b(of)j(combinatorial)d(search)j
+(problems.)31 b Fb(IEEE)22 b(Computer)p Fn(,)209 4610
+y(June)e(1985.)43 4757 y([47])40 b(Benjamin)20 b(W)l(.)i(W)m(ah)f(and)g
+(Y)-10 b(.)22 b(W)l(.)g(Eva)g(Ma.)33 b(MANIP\227a)21
+b(multicomputer)f(architecture)g(for)h(solving)g(combinatorial)e
+(extremum\255)209 4871 y(search)h(problems.)27 b Fb(IEEE)20
+b(T)-6 b(ransactions)19 b(on)h(Computers)p Fn(,)f(c\22633,)h(May)g
+(1984.)1947 5610 y Fk(14)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/parallel/jpdc.ps b/parallel/jpdc.ps
new file mode 100755 (executable)
index 0000000..87d8934
--- /dev/null
@@ -0,0 +1,12898 @@
+%!PS-Adobe-2.0
+%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
+%%Title: journal.dvi
+%%Pages: 39
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%DocumentFonts: Times-Roman Times-Bold Times-Italic Courier
+%%DocumentPaperSizes: Letter
+%%EndComments
+%DVIPSCommandLine: dvips journal -t letter -o journal.ps
+%DVIPSParameters: dpi=600, comments removed
+%DVIPSSource:  TeX output 1999.02.12:1313
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]{ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}
+if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
+/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+%%BeginFont: Times-Roman
+% @@psencodingfile@{
+%   author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry",
+%   version = "0.6",
+%   date = "22 June 1996",
+%   filename = "8r.enc",
+%   email = "kb@@mail.tug.org",
+%   address = "135 Center Hill Rd. // Plymouth, MA 02360",
+%   codetable = "ISO/ASCII",
+%   checksum = "119     662    4424",
+%   docstring = "Encoding for TrueType or Type 1 fonts to be used with TeX."
+% @}
+% 
+% Idea is to have all the characters normally included in Type 1 fonts
+% available for typesetting. This is effectively the characters in Adobe
+% Standard Encoding + ISO Latin 1 + extra characters from Lucida.
+% 
+% Character code assignments were made as follows:
+% 
+% (1) the Windows ANSI characters are almost all in their Windows ANSI
+% positions, because some Windows users cannot easily reencode the
+% fonts, and it makes no difference on other systems. The only Windows
+% ANSI characters not available are those that make no sense for
+% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
+% (173). quotesingle and grave are moved just because it's such an
+% irritation not having them in TeX positions.
+% 
+% (2) Remaining characters are assigned arbitrarily to the lower part
+% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
+% 
+% (3) Y&Y Lucida Bright includes some extra text characters; in the
+% hopes that other PostScript fonts, perhaps created for public
+% consumption, will include them, they are included starting at 0x12.
+% 
+% (4) Remaining positions left undefined are for use in (hopefully)
+% upward-compatible revisions, if someday more characters are generally
+% available.
+% 
+% (5) hyphen appears twice for compatibility with both ASCII and Windows.
+% 
+/TeXBase1Encoding [
+% 0x00 (encoded characters from Adobe Standard not in Windows 3.1)
+  /.notdef /dotaccent /fi /fl
+  /fraction /hungarumlaut /Lslash /lslash
+  /ogonek /ring /.notdef
+  /breve /minus /.notdef 
+% These are the only two remaining unencoded characters, so may as
+% well include them.
+  /Zcaron /zcaron 
+% 0x10
+ /caron /dotlessi 
+% (unusual TeX characters available in, e.g., Lucida Bright)
+ /dotlessj /ff /ffi /ffl 
+ /.notdef /.notdef /.notdef /.notdef
+ /.notdef /.notdef /.notdef /.notdef
+ % very contentious; it's so painful not having quoteleft and quoteright
+ % at 96 and 145 that we move the things normally found there down to here.
+ /grave /quotesingle 
+% 0x20 (ASCII begins)
+ /space /exclam /quotedbl /numbersign
+ /dollar /percent /ampersand /quoteright
+ /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
+% 0x30
+ /zero /one /two /three /four /five /six /seven
+ /eight /nine /colon /semicolon /less /equal /greater /question
+% 0x40
+ /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
+% 0x50
+ /P /Q /R /S /T /U /V /W
+ /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
+% 0x60
+ /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
+% 0x70
+ /p /q /r /s /t /u /v /w
+ /x /y /z /braceleft /bar /braceright /asciitilde
+ /.notdef % rubout; ASCII ends
+% 0x80
+ /.notdef /.notdef /quotesinglbase /florin
+ /quotedblbase /ellipsis /dagger /daggerdbl
+ /circumflex /perthousand /Scaron /guilsinglleft
+ /OE /.notdef /.notdef /.notdef
+% 0x90
+ /.notdef /.notdef /.notdef /quotedblleft
+ /quotedblright /bullet /endash /emdash
+ /tilde /trademark /scaron /guilsinglright
+ /oe /.notdef /.notdef /Ydieresis
+% 0xA0
+ /.notdef % nobreakspace
+ /exclamdown /cent /sterling
+ /currency /yen /brokenbar /section
+ /dieresis /copyright /ordfeminine /guillemotleft
+ /logicalnot
+ /hyphen % Y&Y (also at 45); Windows' softhyphen
+ /registered
+ /macron
+% 0xD0
+ /degree /plusminus /twosuperior /threesuperior
+ /acute /mu /paragraph /periodcentered
+ /cedilla /onesuperior /ordmasculine /guillemotright
+ /onequarter /onehalf /threequarters /questiondown
+% 0xC0
+ /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+ /Egrave /Eacute /Ecircumflex /Edieresis
+ /Igrave /Iacute /Icircumflex /Idieresis
+% 0xD0
+ /Eth /Ntilde /Ograve /Oacute
+ /Ocircumflex /Otilde /Odieresis /multiply
+ /Oslash /Ugrave /Uacute /Ucircumflex
+ /Udieresis /Yacute /Thorn /germandbls
+% 0xE0
+ /agrave /aacute /acircumflex /atilde
+ /adieresis /aring /ae /ccedilla
+ /egrave /eacute /ecircumflex /edieresis
+ /igrave /iacute /icircumflex /idieresis
+% 0xF0
+ /eth /ntilde /ograve /oacute
+ /ocircumflex /otilde /odieresis /divide
+ /oslash /ugrave /uacute /ucircumflex
+ /udieresis /yacute /thorn /ydieresis
+] def
+%%EndFont
+%%BeginProcSet: texps.pro
+TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2
+index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
+exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub
+dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
+ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict
+end definefont 3 -1 roll makefont /setfont load]cvx def}def
+/ObliqueSlant{dup sin S cos div neg}B /SlantFont{4 index mul add}def
+/ExtendFont{3 -1 roll mul exch}def /ReEncodeFont{/Encoding exch def}def
+end
+%%EndProcSet
+%%BeginProcSet: special.pro
+TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
+/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
+false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
+/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
+div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
+/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
+10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
+/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
+true def end /@MacSetUp{userdict /md known{userdict /md get type
+/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
+length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
+N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
+clippath mark{transform{itransform moveto}}{transform{itransform lineto}
+}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
+itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
+closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
+0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
+/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
+scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
+ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
+not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
+TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
+pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
+-1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
+TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
+sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
+0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
+2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
+{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
+div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
+N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
+maxlength dict begin /magscale true def normalscale currentpoint TR
+/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
+/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
+psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
+scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
+/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
+begin /SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
+{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
+}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
+end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
+N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
+/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
+SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
+/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
+yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
+%%EndProcSet
+TeXDict begin 40258431 52099146 1000 600 600 (journal.dvi)
+@start /Fa 165[49 58 1[75 1[58 49 1[53 2[58 58 2[58 1[27
+58 58 44 49 3[58 65[{ TeXBase1Encoding ReEncodeFont }15
+79.999924 /Times-Roman rf /Fb 133[60 1[60 1[60 60 60
+60 60 1[60 60 60 60 60 60 1[60 60 2[60 60 60 1[60 14[60
+16[60 65[{ TeXBase1Encoding ReEncodeFont }21 100.000000
+/Courier rf /Fc 1 51 df<01FC0007FF801C0FC03003E06001F06000F8F800F8FC00FC
+FC00FCFC007C78007C3000FC0000FC0000F80000F80001F00003E00003C0000780000F00
+001E0000380000700000E00001C00C03800C0600180C00181800183FFFF87FFFF8FFFFF0
+FFFFF016217CA01E>50 D E /Fd 1 101 df<000003E000003FC000003FC0000003C000
+0003C00000078000000780000007800000078000000F0000000F0000000F0000000F0000
+1F1E0000FF9E0001E0DE0003807E0007007C000F003C001E003C003E003C003C0078007C
+0078007C0078007C007800F800F000F800F000F800F040F800F060F801E0C07801E0C078
+03E0C03807E1801C1CF3000FF87F0007E03C001B247EA220>100
+D E /Fe 1 101 df<0000001F000003FF000003FF0000003F0000003F0000003E000000
+3E0000007E0000007E0000007C0000007C000000FC000000FC000000F8000000F8000001
+F80007E1F8001FF9F0007C1DF000F80FF001F00FF003E007E007C007E00FC007E01F8007
+E01F8007C03F0007C03F000FC07F000FC07E000F807E000F807E001F80FE001F80FC001F
+00FC001F00FC003F02FC003F06FC003E06F8003E06F8007E0E7C00FE0C7C00FC0C7C01FC
+1C3E07BE181F0E1E380FFC0FF003F003C0202F7DAD24>100 D E
+/Ff 2 13 df<0000003FE000000000000001FFFC0000000000000FFFFF0000000000003F
+E03FC00000000000FF000FE00000000001FC0007F00003C00007F80003F80003C0000FF0
+0001FC000380001FE00001FE000380003FC00000FE000780007F800000FF00070000FF00
+0000FF00070001FE0000007F800F0003FE0000007F800E0003FC0000007F800E0007F800
+00007FC01E000FF80000003FC01C000FF80000003FC03C001FF00000003FC038001FF000
+00003FC078003FE00000003FC070003FE00000003FC0F0007FE00000003FC0E0007FC000
+00003FC1E0007FC00000003FC1C0007FC00000003FC3C000FFC00000003FC78000FF8000
+00003FC78000FF800000003FCF0000FF800000003FDE0000FF800000003FDE0000FF0000
+00003FFC0000FF000000003FF80000FF000000003FF00000FF000000003FF00000FF0000
+00003FE00000FF000000003FC00000FF000000003FC00000FF000000003FC00000FF0000
+00003FC00000FF000000003FC000007F00000000FFC000007F80000001FFE000003F8000
+0003FFE000003F8000000F9FE00E001FC000001F1FE01E000FE000007C0FE01C0007F000
+01F80FE03C0003F8000FE007F0780001FE00FF8003F8F800007FFFFE0001FFF000001FFF
+F00000FFC0000003FF0000003F000042357BB34A>11 D<000000000001FF000000000000
+000FFFC00000000000007FFFF0000000000000FE01FC000000000003F000FE0000000000
+0FC0007F00000000001F00003F00000000003C00003F80000000007800001F8000000000
+F000001FC000000001E000001FC000000003C000001FC0000000078000001FC00000000F
+0000001FE00000001E0000001FE00000001C0000001FE00000003C0000001FE000000078
+0000003FE0000000700000003FC0000000F00000003FC0000001E00000003FC0000001C0
+0000007FC0000003C00000007F80000003800000007F80000007800000007F8000000700
+000000FF0000000700000000FF0000000F00000001FE0000000E00000001FC0000000E00
+000003FC0000001E00000007F80000001C00000007F00000001C0000000FE00000003C00
+07FF1FC000000038001FFFFF8000000038003FFFFE0000000038003803FE000000007800
+3FFFFF0000000070003FFFFF8000000070000FFE1FC0000000700000000FE0000000F000
+00000FE0000000E000000007F0000000E000000007F0000000E000000007F8000001E000
+000003F8000001C000000003F8000001C000000003FC000001C000000003FC000003C000
+000003FC0000038000000003FC0000038000000003FC0000038000000007FC0000078000
+000007FC0000070000000007FC0000070000000007FC0000070000000007FC00000F0000
+00000FFC00000E000000000FF800000E000000000FF800000E000000000FF800001E0000
+00001FF800001E000000001FF000001E000000001FF000001C000000001FF000003C0000
+00003FE000003C000000003FE000003E000000007FC000003E000000007FC000007E0000
+0000FF8000007E00000000FF0000007E00000001FF0000007F00000001FE000000F70000
+0003FC000000E780000007F8000000E38000000FF0000000E3C000000FE0000001E1E000
+001FC0000001C1F000007F80000001C0F80000FF00000001C07E0001FC00000003C01F80
+0FF000000003800FFFFFE0000000038003FFFF00000000038000FFFC0000000007800000
+00000000000700000000000000000700000000000000000700000000000000000F000000
+00000000000E00000000000000000E00000000000000000E00000000000000001E000000
+00000000001C00000000000000001C00000000000000001C00000000000000003C000000
+000000000038000000000000000038000000000000000038000000000000000078000000
+0000000000700000000000000000700000000000000000700000000000000000F0000000
+0000000000F00000000000000000436B7ED342>I E /Fg 134[60
+60 1[60 66 40 47 53 2[60 66 100 33 2[33 66 60 40 53 66
+53 66 60 12[80 66 86 1[73 93 1[113 80 2[47 93 2[80 86
+1[80 86 11[60 60 60 60 60 2[30 40 45[{ TeXBase1Encoding ReEncodeFont }
+40 119.999947 /Times-Bold rf /Fh 103[50 32[50 1[50 50
+50 50 1[50 2[50 50 2[50 50 50 1[50 50 50 50 50 38[50
+10[50 50 46[{ TeXBase1Encoding ReEncodeFont }20 83.333336
+/Courier rf /Fi 134[42 42 60 42 42 23 32 28 42 42 42
+42 65 23 42 23 23 42 42 28 37 42 37 42 37 3[28 1[28 3[78
+60 1[51 46 55 1[46 60 60 74 51 60 1[28 60 60 2[60 55
+55 60 7[42 42 42 42 42 42 42 42 42 42 1[21 28 21 2[28
+28 2[69 34[46 2[{ TeXBase1Encoding ReEncodeFont }62 83.333336
+/Times-Roman rf /Fj 8 57 df<00380000780001F8001FF800FEF800E0F80000F80000
+F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000
+F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000
+F80000F80000F80000F80001FC00FFFFF8FFFFF815267BA521>49
+D<00FF000003FFE0000E03F0001800F80030007C0060007E0078003F00FC003F00FE001F
+80FE001F80FE001F80FE001F807C001F8000001F8000001F0000003F0000003E0000007E
+0000007C000000F8000001F0000003E0000003C00000078000000E0000001C0000003800
+000070018000E001800180018003000300060003000C0003001FFFFF003FFFFF007FFFFE
+00FFFFFE00FFFFFE0019267DA521>I<00FF000003FFE0000F01F8001C007C0030007E00
+3C003E007E003F007E003F007E003F007E003F003C003F0000003E0000007E0000007C00
+0000F8000001F0000007E00001FF800001FF00000001E0000000F00000007C0000003E00
+00003F0000001F0000001F8000001F8038001F807C001F80FE001F80FE001F80FE001F00
+FC003F0078003E0070007C003800F8001F01F00007FFC00000FF000019277DA521>I<00
+00380000003800000078000000F8000001F8000001F8000003F8000007F8000006F80000
+0CF800001CF8000018F8000030F8000070F8000060F80000C0F80001C0F8000180F80003
+00F8000700F8000E00F8000C00F8001C00F8003800F8003000F8006000F800E000F800FF
+FFFFE0FFFFFFE00000F8000000F8000000F8000000F8000000F8000000F8000000F80000
+01FC00003FFFE0003FFFE01B277EA621>I<18000C001F007C001FFFF8001FFFF0001FFF
+E0001FFF800019FC00001800000018000000180000001800000018000000180000001800
+0000187F000019FFE0001F81F0001E0078001C003C0018003E0000003E0000001F000000
+1F0000001F8000001F8030001F807C001F80FC001F80FC001F80FC001F80FC001F00F000
+1F0060003E0070003E0030007C001C00F8000F03E00003FFC00000FE000019277DA521>
+I<000FE000003FF80000F81C0001E0060003C01F0007803F000F003F001F003F001E003F
+003E001E003E0000007C0000007C0000007C0400007C3FC000FCFFF000FDC07800FF003C
+00FF003E00FE001E00FE001F00FE001F00FC001F80FC001F80FC001F80FC001F807C001F
+807C001F807C001F807C001F803C001F003E001F001E001E001E003E000F003C00078078
+0003C1F00001FFC000007F000019277DA521>I<300000003C0000003FFFFFE03FFFFFE0
+3FFFFFC07FFFFF807FFFFF807000070060000E0060000C00C0001C00C0003800C0007000
+0000E0000000C0000001C000000380000003800000070000000F0000000E0000001E0000
+001E0000001E0000003E0000003C0000003C0000007C0000007C0000007C0000007C0000
+00FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000780000
+1B287DA621>I<007F000003FFE0000781F8000E007C001C001E0038001E0038000F0078
+000F0078000F0078000F007C000F007E001E003F801E003FE03C001FF078000FFCF00007
+FFC00003FF800000FFE00001FFF000079FFC000F07FE001E03FE003C00FF0078003F0078
+001F80F0000F80F0000F80F0000780F0000780F0000780F00007007800070078000E003C
+001C001E0038000F80F00003FFE000007F000019277DA521>I E
+/Fk 5 50 df<7FFFFFFFFFFFFFE0FFFFFFFFFFFFFFF0FFFFFFFFFFFFFFF07FFFFFFFFFFF
+FFE03C04789A4D>0 D<600000000006F8000000000FFC000000001F7E000000003F3F00
+0000007E1F80000000FC0FC0000001F807E0000003F003F0000007E001F800000FC000FC
+00001F80007E00003F00003F00007E00001F8000FC00000FC001F8000007E003F0000003
+F007E0000001F80FC0000000FC1F800000007E3F000000003F7E000000001FFC00000000
+0FF80000000007F00000000007F0000000000FF8000000001FFC000000003F7E00000000
+7E3F00000000FC1F80000001F80FC0000003F007E0000007E003F000000FC001F800001F
+8000FC00003F00007E00007E00003F0000FC00001F8001F800000FC003F0000007E007E0
+000003F00FC0000001F81F80000000FC3F000000007E7E000000003FFC000000001FF800
+0000000F600000000006303072B04D>2 D<00000000000000E000000000000003F00000
+000000000FF00000000000003FE0000000000000FF80000000000003FE0000000000000F
+F80000000000003FE0000000000000FF80000000000003FE0000000000000FF800000000
+00003FE0000000000000FF80000000000003FE0000000000001FF80000000000007FE000
+0000000001FF80000000000007FE0000000000001FF00000000000007FC0000000000001
+FF00000000000007FC0000000000001FF00000000000007FC0000000000001FF00000000
+000007FC0000000000001FF00000000000007FC0000000000000FF00000000000000FF00
+0000000000007FC00000000000001FF000000000000007FC00000000000001FF00000000
+0000007FC00000000000001FF000000000000007FC00000000000001FF00000000000000
+7FC00000000000001FF000000000000007FC00000000000001FF800000000000007FE000
+00000000001FF800000000000007FE00000000000000FF800000000000003FE000000000
+00000FF800000000000003FE00000000000000FF800000000000003FE00000000000000F
+F800000000000003FE00000000000000FF800000000000003FE00000000000000FF00000
+0000000003F000000000000000E000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000007FFF
+FFFFFFFFFFE0FFFFFFFFFFFFFFF0FFFFFFFFFFFFFFF07FFFFFFFFFFFFFE03C4E78BE4D>
+20 D<7000000000000000FC00000000000000FF000000000000007FC00000000000001F
+F000000000000007FC00000000000001FF000000000000007FC00000000000001FF00000
+0000000007FC00000000000001FF000000000000007FC00000000000001FF00000000000
+0007FC00000000000001FF800000000000007FE00000000000001FF800000000000007FE
+00000000000000FF800000000000003FE00000000000000FF800000000000003FE000000
+00000000FF800000000000003FE00000000000000FF800000000000003FE000000000000
+00FF800000000000003FE00000000000000FF00000000000000FF00000000000003FE000
+0000000000FF80000000000003FE0000000000000FF80000000000003FE0000000000000
+FF80000000000003FE0000000000000FF80000000000003FE0000000000000FF80000000
+000003FE0000000000001FF80000000000007FE0000000000001FF80000000000007FE00
+00000000001FF00000000000007FC0000000000001FF00000000000007FC000000000000
+1FF00000000000007FC0000000000001FF00000000000007FC0000000000001FF0000000
+0000007FC0000000000000FF00000000000000FC00000000000000700000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000007FFFFFFFFFFFFFE0FFFFFFFFFFFFFFF0FF
+FFFFFFFFFFFFF07FFFFFFFFFFFFFE03C4E78BE4D>I<0001FF00000000003FC00000000F
+FFE000000003FFF80000003FFFFC0000000FFFFE0000007FFFFF0000003FE01F000001FF
+FFFF8000007E0007C00003F803FFE00001F80001E00007E0007FF00003F00000F0000780
+003FF80007C0000070000F00001FFC000F80000038001E000007FE001F0000001C001C00
+0003FF003E0000000C0038000001FF807C0000000E0038000001FFC0F800000006007000
+0000FFE0F80000000700700000007FF1F00000000700600000003FF3E000000003006000
+00001FFBC00000000300E00000001FFFC00000000380C00000000FFF800000000180C000
+000007FF000000000180C000000003FF000000000180C000000001FF800000000180C000
+000001FFC00000000180C000000000FFC00000000180C0000000007FE00000000180C000
+0000007FF00000000180C000000000FFF80000000180E000000001FFFC00000003806000
+000001EFFC00000003006000000003E7FE00000003007000000007C7FF00000007007000
+00000F83FF8000000700300000000F81FFC000000E00380000001F00FFC000000E001800
+00003E007FE000001C001C0000007C003FF000003C000E000000F8001FFC000078000700
+0001F0000FFE0000F00007800007E00007FF0003F00003C0000FC00003FFE00FE00001F0
+003F000000FFFFFFC000007C03FE0000007FFFFF0000003FFFF80000001FFFFE0000000F
+FFE000000003FFF800000001FE00000000007FC00000592D7BAB64>49
+D E /Fl 26 123 df<00000C00001C0000380000700000E00001C00003C0000780000F00
+000F00001E00003C00003C0000780000F80000F00001F00001E00003E00003E00007C000
+07C00007C0000F80000F80000F80001F00001F00001F00003F00003F00003E00003E0000
+7E00007E00007E00007E00007C00007C00007C0000FC0000FC0000FC0000FC0000FC0000
+FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000
+FC0000FC0000FC00007C00007C00007C00007E00007E00007E00007E00003E00003E0000
+3F00003F00001F00001F00001F00000F80000F80000F800007C00007C00007C00003E000
+03E00001E00001F00000F00000F800007800003C00003C00001E00000F00000F00000780
+0003C00001C00000E000007000003800001C00000C166476CA26>40
+D<C00000E000007000003800001C00000E00000F000007800003C00003C00001E00000F0
+0000F000007800007C00003C00003E00001E00001F00001F00000F80000F80000F800007
+C00007C00007C00003E00003E00003E00003F00003F00001F00001F00001F80001F80001
+F80001F80000F80000F80000F80000FC0000FC0000FC0000FC0000FC0000FC0000FC0000
+FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000
+FC0000F80000F80000F80001F80001F80001F80001F80001F00001F00003F00003F00003
+E00003E00003E00007C00007C00007C0000F80000F80000F80001F00001F00001E00003E
+00003C00007C0000780000F00000F00001E00003C00003C0000780000F00000E00001C00
+00380000700000E00000C0000016647BCA26>I<00000000C00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+00007FFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF80FFFFFFFFFFFFFFFF807FFFFFFFFFFFFF
+FF0000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000001E00000000000000001E00000000000000001E00000
+000000000001E00000000000000000C00000000041407BB84C>43
+D<0000FF00000007FFE000001F81F800003E007C0000FC003F0001F8001F8001F0000F80
+03E00007C007C00003E007C00003E00FC00003F00F800001F01F800001F81F800001F83F
+800001FC3F800001FC3F800001FC3F000000FC7F000000FE7F000000FE7F000000FE7F00
+0000FE7F000000FEFF000000FFFF000000FFFF000000FFFF000000FFFF000000FFFF0000
+00FFFF000000FFFF000000FFFF000000FFFF000000FFFF000000FFFF000000FFFF000000
+FFFF000000FFFF000000FFFF000000FFFF000000FFFF000000FFFF000000FFFF000000FF
+FF000000FFFF000000FF7F000000FE7F000000FE7F000000FE7F000000FE7F000000FE7F
+800001FE3F800001FC3F800001FC3F800001FC1F800001F81F800001F80FC00003F00FC0
+0003F00FC00003F007E00007E003E00007C003F0000FC001F8001F8000FC003F00003E00
+7C00001F81F8000007FFE0000000FF000028447CC131>48 D<000030000000F0000001F0
+000003F000001FF00000FFF000FFFFF000FFE7F000FF07F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F000000FF800001FFC007FFFFFFF7FFFFFFF7FFFFF
+FF204278C131>I<0000000380000000000380000000000780000000000F80000000000F
+80000000001F80000000003F80000000003F80000000007F8000000000FF8000000000FF
+8000000001FF8000000003BF80000000033F80000000073F80000000063F800000000C3F
+800000001C3F80000000183F80000000303F80000000703F80000000603F80000000C03F
+80000001C03F80000001803F80000003003F80000007003F80000006003F8000000C003F
+8000001C003F80000018003F80000030003F80000070003F80000060003F800000E0003F
+800001C0003F80000180003F80000380003F80000300003F80000600003F80000E00003F
+80000C00003F80001800003F80003800003F80003000003F80006000003F8000E000003F
+8000FFFFFFFFFFC0FFFFFFFFFFC0FFFFFFFFFFC00000003F80000000003F80000000003F
+80000000003F80000000003F80000000003F80000000003F80000000003F80000000003F
+80000000003F80000000003F80000000003F80000000003F8000000000FFE00000007FFF
+FFC000007FFFFFC000007FFFFFC02A437DC231>52 D<06000000C007C00007C007FC007F
+8007FFFFFF0007FFFFFE0007FFFFFC0007FFFFF80007FFFFE00007FFFF8000063FFC0000
+060000000006000000000600000000060000000006000000000600000000060000000006
+000000000600000000060000000006000000000600000000060000000006000000000600
+FF00000607FFC000061F01F000063800FC0006F0007E0007C0003F000780001F80078000
+1FC00700000FC00600000FE000000007F000000007F000000007F000000007F800000003
+F800000003F800000003FC00000003FC00000003FC00000003FC00000003FC3E000003FC
+7F000003FCFF800003FCFF800003FCFF800003FCFF800003FCFF800003F8FF000007F8FE
+000007F860000007F060000007F07000000FF03000000FE03800001FC01C00001FC01E00
+003F800F00007F00078000FE0003C001FC0001F807F000007FFFE000001FFF00000007F8
+000026447BC131>I<7FFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF80FFFFFFFFFFFFFFFF80
+7FFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0000000000000000007FFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF80FFFFFFFFFFFFFFFF80
+7FFFFFFFFFFFFFFF0041187BA44C>61 D<0007FC000000003FFF80000000F80FE0000003
+C003F00000070001F800000E0000FC00000FC0007E00001FE0007F00001FF0003F80001F
+F0003F80001FF0003F80001FF0001FC0001FF0001FC0000FE0001FC0000380001FC00000
+00001FC0000000001FC0000000001FC0000000001FC00000000FFFC0000001FFFFC00000
+0FFE1FC000003FC01FC00000FF001FC00003FC001FC00007F8001FC0000FF0001FC0001F
+E0001FC0003FC0001FC0007FC0001FC0007F80001FC0007F80001FC060FF00001FC060FF
+00001FC060FF00001FC060FF00003FC060FF00003FC060FF00003FC060FF80007FC0607F
+8000EFC0607FC000C7E0C03FC001C7E0C01FE00783F1C007F81E03FF8001FFFC01FF0000
+1FE0007C002B2E7CAC31>97 D<00007F80000003FFF000000FC07C00003F000F0000FC00
+038001F80001C003F8000FC007F0001FE007E0003FE00FE0003FE01FC0003FE01FC0003F
+E03F80003FE03F80001FC07F800007007F800000007F800000007F00000000FF00000000
+FF00000000FF00000000FF00000000FF00000000FF00000000FF00000000FF00000000FF
+00000000FF00000000FF000000007F000000007F800000007F800000003F800000003F80
+0000303FC00000301FC00000700FE00000600FE00000E007F00000C003F80001C001F800
+038000FC000700003F001E00001FC078000007FFF0000000FF8000242E7DAC2B>99
+D<000000007F000000003FFF000000003FFF000000003FFF0000000001FF0000000000FF
+00000000007F00000000007F00000000007F00000000007F00000000007F00000000007F
+00000000007F00000000007F00000000007F00000000007F00000000007F00000000007F
+00000000007F00000000007F00000000007F00000000007F00000000007F00000000007F
+00000000007F0000007F807F000003FFF07F00000FC07C7F00003F000E7F00007E00077F
+0000FC0003FF0003F80001FF0007F00000FF0007E00000FF000FE000007F001FC000007F
+001FC000007F003F8000007F003F8000007F007F8000007F007F8000007F007F0000007F
+00FF0000007F00FF0000007F00FF0000007F00FF0000007F00FF0000007F00FF0000007F
+00FF0000007F00FF0000007F00FF0000007F00FF0000007F00FF0000007F007F0000007F
+007F8000007F007F8000007F003F8000007F003F8000007F001FC000007F001FC000007F
+000FC00000FF000FE00000FF0007F00001FF0003F00003FF0001F800077F8000FC000E7F
+C0003F001C7FFE000FC0F87FFE0003FFE07FFE00007F007F002F467DC436>I<0001FE00
+000007FFC000001F03F000007E00FC0000FC007E0001F8003F0003F0003F0007E0001F80
+0FE0001FC00FC0000FC01FC0000FC03F80000FE03F800007E03F800007E07F800007F07F
+000007F07F000007F0FF000007F0FF000007F0FF000007F0FFFFFFFFF0FFFFFFFFF0FF00
+000000FF00000000FF00000000FF00000000FF00000000FF000000007F000000007F0000
+00007F800000007F800000003F800000003F800000301FC00000301FC00000700FC00000
+600FE00000E007F00000C003F00001C001F800038000FC000700003E001E00001F80F800
+0003FFE0000000FF0000242E7DAC2B>I<01FC00000000FFFC00000000FFFC00000000FF
+FC0000000007FC0000000003FC0000000001FC0000000001FC0000000001FC0000000001
+FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001
+FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001
+FC0000000001FC0000000001FC0000000001FC0000000001FC01FE000001FC07FFC00001
+FC1E07F00001FC3801F80001FC7001FC0001FCE000FC0001FDC000FE0001FD8000FE0001
+FF80007F0001FF00007F0001FF00007F0001FE00007F0001FE00007F0001FE00007F0001
+FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001
+FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001
+FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001
+FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001
+FC00007F0001FC00007F0003FE0000FF80FFFFF83FFFFEFFFFF83FFFFEFFFFF83FFFFE2F
+457DC436>104 D<01E00007F80007F8000FFC000FFC000FFC000FFC0007F80007F80001
+E00000000000000000000000000000000000000000000000000000000000000000000000
+000000000001FC00FFFC00FFFC00FFFC0007FC0003FC0001FC0001FC0001FC0001FC0001
+FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001
+FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001
+FC0001FC0001FC0001FC0001FC0001FC0003FE00FFFFF8FFFFF8FFFFF815437DC21C>I<
+01FC00FFFC00FFFC00FFFC0007FC0003FC0001FC0001FC0001FC0001FC0001FC0001FC00
+01FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC00
+01FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC00
+01FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC00
+01FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC0001FC00
+01FC0001FC0001FC0001FC0001FC0003FE00FFFFF8FFFFF8FFFFF815457DC41C>108
+D<01FC00FF00001FE00000FFFC07FFE000FFFC0000FFFC0F03F801E07F0000FFFC3C01FC
+07803F800007FC7000FE0E001FC00003FCE0007E1C000FC00001FDC0007F38000FE00001
+FD80007F30000FE00001FF80003FF00007F00001FF00003FE00007F00001FF00003FE000
+07F00001FE00003FC00007F00001FE00003FC00007F00001FE00003FC00007F00001FC00
+003F800007F00001FC00003F800007F00001FC00003F800007F00001FC00003F800007F0
+0001FC00003F800007F00001FC00003F800007F00001FC00003F800007F00001FC00003F
+800007F00001FC00003F800007F00001FC00003F800007F00001FC00003F800007F00001
+FC00003F800007F00001FC00003F800007F00001FC00003F800007F00001FC00003F8000
+07F00001FC00003F800007F00001FC00003F800007F00001FC00003F800007F00001FC00
+003F800007F00001FC00003F800007F00001FC00003F800007F00001FC00003F800007F0
+0001FC00003F800007F00001FC00003F800007F00001FC00003F800007F00001FC00003F
+800007F00003FE00007FC0000FF800FFFFF81FFFFF03FFFFE0FFFFF81FFFFF03FFFFE0FF
+FFF81FFFFF03FFFFE04B2C7DAB52>I<01FC01FE0000FFFC07FFC000FFFC1E07F000FFFC
+3801F80007FC7001FC0003FCE000FC0001FDC000FE0001FD8000FE0001FF80007F0001FF
+00007F0001FF00007F0001FE00007F0001FE00007F0001FE00007F0001FC00007F0001FC
+00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC
+00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC
+00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC
+00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC
+00007F0003FE0000FF80FFFFF83FFFFEFFFFF83FFFFEFFFFF83FFFFE2F2C7DAB36>I<00
+007F8000000003FFF00000000FC0FC0000003E001F0000007C000F800000F80007C00001
+F00003E00003E00001F00007C00000F8000FC00000FC000FC00000FC001F8000007E003F
+8000007F003F8000007F003F0000003F007F0000003F807F0000003F807F0000003F807F
+0000003F80FF0000003FC0FF0000003FC0FF0000003FC0FF0000003FC0FF0000003FC0FF
+0000003FC0FF0000003FC0FF0000003FC0FF0000003FC0FF0000003FC07F0000003F807F
+0000003F807F8000007F803F8000007F003F8000007F001F8000007E001FC00000FE000F
+C00000FC000FE00001FC0007E00001F80003F00003F00001F80007E00000FC000FC00000
+3E001F0000001FC0FE00000007FFF8000000007F8000002A2E7DAC31>I<01FC03FC0000
+FFFC0FFF8000FFFC3C07E000FFFC7001F80007FDE000FE0001FD80007F0001FF80003F80
+01FF00001FC001FE00001FE001FC00000FE001FC00000FF001FC000007F001FC000007F8
+01FC000003F801FC000003FC01FC000003FC01FC000003FC01FC000001FE01FC000001FE
+01FC000001FE01FC000001FE01FC000001FE01FC000001FE01FC000001FE01FC000001FE
+01FC000001FE01FC000001FE01FC000001FE01FC000003FC01FC000003FC01FC000003FC
+01FC000007F801FC000007F801FC000007F001FC00000FF001FE00000FE001FE00001FC0
+01FF00003FC001FF00003F8001FF80007E0001FDC000FC0001FCF003F80001FC3C0FE000
+01FC1FFF800001FC03FC000001FC0000000001FC0000000001FC0000000001FC00000000
+01FC0000000001FC0000000001FC0000000001FC0000000001FC0000000001FC00000000
+01FC0000000001FC0000000001FC0000000001FC0000000003FE00000000FFFFF8000000
+FFFFF8000000FFFFF80000002F3F7DAB36>I<00007F8003000003FFE00700000FE07807
+00003F801C0F00007E000E0F0000FC00071F0003F800039F0007F80001BF0007F00001FF
+000FE00000FF001FE00000FF001FC00000FF003FC000007F003FC000007F007F8000007F
+007F8000007F007F8000007F00FF0000007F00FF0000007F00FF0000007F00FF0000007F
+00FF0000007F00FF0000007F00FF0000007F00FF0000007F00FF0000007F00FF0000007F
+00FF0000007F007F8000007F007F8000007F007F8000007F003F8000007F003FC000007F
+001FC000007F001FE00000FF000FE00000FF000FF00001FF0007F00001FF0003F80003FF
+0001FC00077F0000FE000E7F00003F001C7F00000FC0F87F000003FFE07F0000007F007F
+00000000007F00000000007F00000000007F00000000007F00000000007F00000000007F
+00000000007F00000000007F00000000007F00000000007F00000000007F00000000007F
+00000000007F00000000007F0000000000FF800000003FFFFE0000003FFFFE0000003FFF
+FE2F3F7DAB33>I<03F803F0FFF81FFCFFF83C3EFFF8707F07F8E0FF03F9C0FF01F980FF
+01FB80FF01FB007E01FB003C01FF000001FE000001FE000001FE000001FE000001FC0000
+01FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC0000
+01FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC000001FC0000
+01FC000001FC000001FC000001FC000001FC000001FC000003FF0000FFFFFE00FFFFFE00
+FFFFFE00202C7DAB26>I<003FE01801FFFC3807E01F780F0003F81E0001F83C0000F87C
+00007878000078F8000038F8000038F8000018F8000018FC000018FC000018FE000018FF
+8000007FC000007FFC00003FFFE0001FFFFC000FFFFF0007FFFFC003FFFFE000FFFFF000
+1FFFF80000FFF800000FFC000003FCC00001FEC00000FEC000007EE000007EE000003EE0
+00003EF000003EF000003EF000003EF800003CFC00007CFC000078FE0000F8FF0001F0F3
+8003E0F1F00F80E07FFE00C00FF0001F2E7DAC26>I<0006000000060000000600000006
+000000060000000E0000000E0000000E0000000E0000001E0000001E0000001E0000003E
+0000007E0000007E000000FE000001FE000007FE00001FFFFFF0FFFFFFF0FFFFFFF000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE
+000000FE000000FE000000FE000000FE000C00FE000C00FE000C00FE000C00FE000C00FE
+000C00FE000C00FE000C00FE000C00FE000C007E001C007F0018007F0018003F0038001F
+8030001FC0700007E0E00001FFC000007F001E3E7EBC26>I<01FC00007F00FFFC003FFF
+00FFFC003FFF00FFFC003FFF0007FC0001FF0003FC0000FF0001FC00007F0001FC00007F
+0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F
+0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F
+0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F
+0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F0001FC00007F
+0001FC0000FF0001FC0000FF0001FC0000FF0001FC0001FF0001FC0001FF0000FC0001FF
+0000FE0003FF00007E00077F80007F000E7FC0003F001C7FFE000FC0787FFE0003FFF07F
+FE00007F807F002F2D7DAB36>I<FFFFF001FFFCFFFFF001FFFCFFFFF001FFFC07FF0000
+7FE003FE00001F8001FE00001F0001FE00000E0000FE00000E0000FE00000C00007F0000
+1800007F00001800007F80001800003F80003000003F80003000003FC0007000001FC000
+6000001FE0006000000FE000C000000FE000C000000FF001C0000007F00180000007F001
+80000003F80300000003F80300000003FC0700000001FC0600000001FC0600000000FE0C
+00000000FE0C00000000FF0C000000007F18000000007F18000000007FB8000000003FB0
+000000003FF0000000001FE0000000001FE0000000001FE0000000000FC0000000000FC0
+00000000078000000000078000000000078000000000030000002E2C7EAA33>I<3FFFFF
+FFE03FFFFFFFE03FC0003FE03F00003FC03C00007F80380000FF00380000FF00300001FE
+00700003FC00700003FC00700007F80060000FF00060000FF00060001FE00060003FC000
+60003FC00000007F80000000FF00000001FF00000001FE00000003FC00000007FC000000
+07F80000000FF00000001FF00000001FE00060003FC00060007F800060007F80006000FF
+0000C001FE0000C001FE0000C003FC0000C007F80000C007F80001C00FF00001C01FE000
+03C01FE00003C03FC00007807F80001F80FF8000FF80FFFFFFFF80FFFFFFFF80232B7DAA
+2B>122 D E /Fm 75[33 29[50 27[39 44 44 66 44 50 28 39
+39 1[50 50 50 72 28 44 1[28 50 50 28 44 50 44 50 50 7[55
+1[83 61 72 55 50 61 1[61 72 66 83 55 1[44 33 72 72 61
+61 72 66 61 61 6[33 50 1[50 1[50 50 50 5[33 25 4[33 8[33
+27[50 2[{ TeXBase1Encoding ReEncodeFont }59 100.000000
+/Times-Italic rf /Fn 8 57 df<000C00003C00007C0003FC00FFFC00FC7C00007C00
+007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00
+007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00007C00
+007C00007C00007C00007C00007C00007C00007C00007C00007C00007C0000FE007FFFFE
+7FFFFE172C7AAB23>49 D<007F800001FFF0000780FC000E003F001C001F8038000FC070
+000FC0600007E0F00007E0FC0007F0FE0007F0FE0003F0FE0003F0FE0003F07C0007F000
+0007F0000007F0000007E000000FE000000FC000001FC000001F8000003F0000007E0000
+007C000000F8000001F0000003E0000007C000000F8000001E0000003C00000078000000
+F0003000E0003001C0003003800060070000600E0000E01FFFFFE03FFFFFE07FFFFFC0FF
+FFFFC0FFFFFFC01C2C7DAB23>I<003FC00001FFF00007C0FC000E007E001C003F001C00
+1F803F001FC03F001FC03F800FC03F000FC03F000FC00C001FC000001FC000001F800000
+1F8000003F0000003E0000007C000000F8000003F00000FFC00000FFF0000000FC000000
+3F0000001F8000001FC000000FC000000FE000000FE0000007F0000007F0380007F07C00
+07F0FE0007F0FE0007F0FE0007F0FE000FE0F8000FE060000FC070001FC038001F801E00
+3F000780FC0001FFF000007FC0001C2D7DAB23>I<00000E0000000E0000001E0000003E
+0000003E0000007E000000FE000000FE000001BE000003BE0000033E0000063E00000E3E
+00000C3E0000183E0000383E0000303E0000603E0000E03E0000C03E0001803E0003803E
+0003003E0006003E000E003E000C003E0018003E0038003E0030003E0060003E00E0003E
+00FFFFFFFCFFFFFFFC00003E0000003E0000003E0000003E0000003E0000003E0000003E
+0000003E0000003E0000007F00001FFFFC001FFFFC1E2D7EAC23>I<0C0001800FC01F80
+0FFFFF000FFFFE000FFFFC000FFFF0000FFFC0000C7E00000C0000000C0000000C000000
+0C0000000C0000000C0000000C0000000C0000000C1FC0000C7FF8000DE07C000F801F00
+0F001F800E000F800C0007C0000007E0000007E0000003E0000003F0000003F0000003F0
+000003F0780003F0FC0003F0FC0003F0FC0003F0FC0003F0F80007E0E00007E0600007C0
+70000FC038000F801C001F000E003E000780F80001FFE000007F80001C2D7DAB23>I<00
+03F800000FFE00003E078000F8018001F007C003E00FC007C00FC00F800FC00F800FC01F
+0007801F0000003E0000003E0000007E0000007E0000007C0000007C0FC000FC3FF000FC
+F07C00FDC01E00FF800F00FF000F80FF0007C0FE0007E0FE0007E0FE0003E0FC0003F0FC
+0003F0FC0003F0FC0003F07C0003F07C0003F07C0003F07E0003F07E0003F03E0003E03E
+0007E01E0007E01F0007C00F000F8007801F0003C03E0001E07C00007FF000001FC0001C
+2D7DAB23>I<300000003C0000003FFFFFF83FFFFFF83FFFFFF07FFFFFF07FFFFFE07000
+01C06000018060000380C0000700C0000E00C0000C0000001C0000003800000030000000
+70000000E0000001C0000001C00000038000000380000007000000070000000F0000000E
+0000001E0000001E0000003E0000003E0000003E0000003C0000007C0000007C0000007C
+0000007C000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC
+000000FC0000007800001D2E7CAC23>I<001FC00000FFF00003E07C0007801E000F000F
+001E0007801E0007803C0003C03C0003C03C0003C03C0003C03E0003C03E0007C03F0007
+801FC00F801FE00F001FF81E000FFC3C0007FFF80003FFE00000FFE000003FF80000FFFC
+0003C7FF000783FF801F00FFC01E003FC03C001FE07C0007E0780003F0F80003F0F00001
+F0F00000F0F00000F0F00000F0F00000F0F80000E0780001E07C0001C03C0003C01E0007
+800F800F0007E03C0001FFF000003FC0001C2D7DAB23>I E /Fo
+135[72 104 72 80 48 56 64 1[80 72 80 120 40 80 1[40 80
+72 48 64 80 64 1[72 9[143 2[96 80 104 1[88 2[135 3[56
+112 112 1[96 104 104 96 104 10[72 72 72 72 72 72 9[48
+39[{ TeXBase1Encoding ReEncodeFont }42 144.000000 /Times-Bold
+rf /Fp 5 102 df<007800FE01FE01FE01FE03FE03FC03FC03FC07F807F807F807F007F0
+0FE00FE00FE00FC01FC01F801F801F803F003F003F003E007E007C007C007C00F800F800
+F800F0000F227EA413>48 D<600000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000FFFF80FFFF807FFF80114374
+B11F>98 D<00018000038000038000038000038000038000038000038000038000038000
+038000038000038000038000038000038000038000038000038000038000038000038000
+038000038000038000038000038000038000038000038000038000038000038000038000
+038000038000038000038000038000038000038000038000038000038000038000038000
+038000038000038000038000038000038000038000038000038000038000038000038000
+0380000380000380000380000380000380FFFF80FFFF80FFFF8011437FB11F>I<7FFF80
+FFFF80FFFF80E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E00000E00000E00000600000114374B11F>I<FFFF80FFFF80FFFF800003
+800003800003800003800003800003800003800003800003800003800003800003800003
+800003800003800003800003800003800003800003800003800003800003800003800003
+800003800003800003800003800003800003800003800003800003800003800003800003
+800003800003800003800003800003800003800003800003800003800003800003800003
+800003800003800003800003800003800003800003800003800003800003800003800003
+8000038000038000018011437FB11F>I E /Fq 12 119 df<000003FC00000000001FFF
+0000000000FE07C000000003F001F000000007E000F80000001FC000FC000E003F80007C
+000E007F00003E000C00FE00003F000C01FC00003F001C03F800001F001807F800001F80
+1807F000001F80380FF000001F80301FE000001F80701FE000001FC0603FC000001FC060
+3FC000001FC0E03FC000000FC0C07F8000000FC1C07F8000000FC1807F8000000FC380FF
+8000000FC700FF0000000FC600FF0000000FCE00FF0000000FDC00FF0000001FD800FE00
+00001FF800FE0000001FF000FE0000001FE000FE0000001FC000FE0000001FC000FE0000
+001FC000FE0000001FC000FE0000001FC0007E0000003FC0007E0000007FC0003F000000
+EFC0383F000003CFC0381F80000F07C0300FC0001C07C07007E000F803E0E001F00FE001
+E1C0007FFF0000FF80001FF000003E00372D7CAB3E>11 D<0000000003F800000000001F
+FF00000000007C0F8000000001E003E0000000078001F00000000E0001F00000001C0000
+F8000000380000F8000000700000FC000000E00000FC000001C00000FC000001800000FC
+000003800000FC000007000000FC000006000000FC00000E000001FC00000C000001FC00
+001C000001F8000018000001F8000038000003F0000030000003F0000070000007E00000
+60000007E000006000000FC00000E000000F800000C000001F000000C000003E000001C0
+07FE7C000001801FFFF8000001801807E0000001801FFFF80000038007FCFC0000030000
+007E0000030000007E0000030000003F0000070000003F0000060000003F800006000000
+1F8000060000001FC0000E0000001FC0000C0000001FC0000C0000001FC0000C0000003F
+C0001C0000003FC000180000003FC000180000003FC000180000003FC000380000007FC0
+00300000007F8000300000007F8000300000007F800070000000FF800070000000FF0000
+70000000FF000070000001FE0000F0000001FE0000F0000001FC0000F0000003FC0000F0
+000003F80001F0000007F80001B8000007F000019800000FE000019800001FC000039C00
+003F8000030E00007F000003060000FE000003078001F800000701C003F000000600F01F
+C0000006003FFF00000006000FF00000000E0000000000000C0000000000000C00000000
+00000C0000000000001C0000000000001800000000000018000000000000180000000000
+003800000000000030000000000000300000000000003000000000000070000000000000
+600000000000006000000000000060000000000000E0000000000000E000000000000036
+597DC537>I<1E007F807F80FFC0FFC0FFC0FFC07F807F801E000A0A78891B>58
+D<00000000000001C000000000000007E00000000000001FE00000000000007FC0000000
+000001FF00000000000007FC0000000000001FF00000000000007FC0000000000001FF00
+00000000000FFC0000000000003FF0000000000000FFC0000000000003FF000000000000
+0FF80000000000003FE0000000000000FF80000000000003FE0000000000001FF8000000
+0000007FE0000000000001FF80000000000007FE0000000000001FF00000000000007FC0
+000000000001FF00000000000007FC0000000000001FF00000000000007FC00000000000
+00FF00000000000000FF000000000000007FC00000000000001FF000000000000007FC00
+000000000001FF000000000000007FC00000000000001FF000000000000007FE00000000
+000001FF800000000000007FE00000000000001FF800000000000003FE00000000000000
+FF800000000000003FE00000000000000FF800000000000003FF00000000000000FFC000
+00000000003FF00000000000000FFC00000000000001FF000000000000007FC000000000
+00001FF000000000000007FC00000000000001FF000000000000007FC00000000000001F
+E000000000000007E000000000000001C03B3878B44C>60 D<0000000018000000003C00
+0000007C000000007C000000007800000000F800000000F800000000F000000001F00000
+0001F000000001E000000003E000000003E000000003C000000007C000000007C0000000
+07800000000F800000000F800000001F000000001F000000001E000000003E000000003E
+000000003C000000007C000000007C000000007800000000F800000000F800000000F000
+000001F000000001F000000003E000000003E000000003C000000007C000000007C00000
+0007800000000F800000000F800000000F000000001F000000001F000000001E00000000
+3E000000003E000000003C000000007C000000007C00000000F800000000F800000000F0
+00000001F000000001F000000001E000000003E000000003E000000003C000000007C000
+000007C000000007800000000F800000000F800000000F000000001F000000001F000000
+003E000000003E000000003C000000007C000000007C000000007800000000F800000000
+F800000000F000000001F000000001F000000001E000000003E000000003E000000007C0
+00000007C000000007800000000F800000000F800000000F000000001F000000001F0000
+00001E000000003E000000003E000000003C000000007C000000007C0000000078000000
+00F800000000F800000000F000000000600000000026647BCA31>I<7000000000000000
+FC00000000000000FF000000000000007FC00000000000001FF000000000000007FC0000
+0000000001FF000000000000007FC00000000000001FF000000000000007FE0000000000
+0001FF800000000000007FE00000000000001FF800000000000003FE00000000000000FF
+800000000000003FE00000000000000FF800000000000003FF00000000000000FFC00000
+000000003FF00000000000000FFC00000000000001FF000000000000007FC00000000000
+001FF000000000000007FC00000000000001FF000000000000007FC00000000000001FE0
+0000000000001FE00000000000007FC0000000000001FF00000000000007FC0000000000
+001FF00000000000007FC0000000000001FF0000000000000FFC0000000000003FF00000
+00000000FFC0000000000003FF0000000000000FF80000000000003FE0000000000000FF
+80000000000003FE0000000000001FF80000000000007FE0000000000001FF8000000000
+0007FE0000000000001FF00000000000007FC0000000000001FF00000000000007FC0000
+000000001FF00000000000007FC0000000000000FF00000000000000FC00000000000000
+70000000000000003B3878B44C>I<000FE0000007FFE0000007FFE0000007FFE0000000
+1FC00000000FC00000001FC00000001FC00000001F800000001F800000001F800000003F
+800000003F000000003F000000003F000000007F000000007E000000007E000000007E00
+000000FE00000000FC00000000FC00000000FC00000001FC00000001F800000001F80FC0
+0001F83FF00003F8F07C0003F3C03E0003F7001F0003FE001F8007FC000F8007F8000FC0
+07F0000FC007F0000FE00FE0000FE00FC0000FE00FC0000FE00FC0000FE01FC0000FE01F
+80000FE01F80000FE01F80001FE03F80001FE03F00001FE03F00001FE03F00003FE07F00
+003FC07E00003FC07E00003FC07E00007FC07E00007F80FC00007F80FC00007F00FC0000
+FF00FC0000FF00FC0001FE007C0001FC007C0001FC007C0003F8007C0007F0007C0007E0
+003C000FE0003E001FC0001E003F80001F007E00000F00FC000007C1F0000001FFC00000
+007F00000023467CC429>98 D<0000000001FC00000000FFFC00000000FFFC00000000FF
+FC0000000003F80000000001F80000000003F80000000003F80000000003F00000000003
+F00000000007F00000000007F00000000007E00000000007E0000000000FE0000000000F
+E0000000000FC0000000000FC0000000001FC0000000001FC0000000001F80000000001F
+80000000003F80000000003F80000000003F0000000FC03F0000007FF07F000001F8387F
+000007E01C7E00000FC00E7E00003F0007FE00007F0003FE0000FE0003FC0001FC0003FC
+0001F80001FC0003F80001FC0007F00001F8000FF00001F8000FE00003F8001FE00003F8
+001FE00003F0003FC00003F0003FC00007F0007FC00007F0007F800007E0007F800007E0
+007F80000FE000FF80000FE000FF00000FC000FF00000FC000FF00001FC000FF00001FC0
+00FE00001F8000FE00001F8000FE00003F8030FE00003F8070FE00003F0060FE00003F00
+60FE00007F00E0FE00007F00C0FE0000FE00C07E0001FE00C07E0003FE01C03E00073E01
+803F000E3E03801F001C3E03000F80381F070007C0F00F0E0001FFC007FC00007F0001F0
+002E467CC433>100 D<0000007E0000000003FF800000000FC1E0E000001F0073F00000
+7E0033F00000FC003FF00001F8001FF00003F8001FE00007F0000FE0000FE0000FE0000F
+E0000FE0001FC0000FC0003FC0000FC0003F80001FC0007F80001FC0007F00001F8000FF
+00001F8000FF00003F8001FF00003F8001FE00003F0001FE00003F0001FE00007F0003FE
+00007F0003FC00007E0003FC00007E0003FC0000FE0003FC0000FE0003F80000FC0003F8
+0000FC0003F80001FC0003F80001FC0003F80001F80003F80001F80003F80003F80003F8
+0007F80001F80007F00001F8000FF00000F8001FF00000FC003FF000007C0077E000003E
+01E7E000001F078FE0000007FE0FE0000001F80FC0000000000FC0000000001FC0000000
+001FC0000000001F80000000001F80000000003F80000000003F80000000003F00000000
+003F00001C00007E00007F0000FE0000FF0000FC0000FF0001F80000FF0003F80000FE00
+07F00000FE000FC00000F8001F8000007C00FE0000001FFFF800000003FFC00000002C40
+7EAB2F>103 D<0000FE000000007FFE000000007FFE000000007FFE0000000001FC0000
+000000FC0000000001FC0000000001FC0000000001F80000000001F80000000003F80000
+000003F80000000003F00000000003F00000000007F00000000007F00000000007E00000
+000007E0000000000FE0000000000FE0000000000FC0000000000FC0000000001FC00000
+00001FC0000000001F80000000001F80003F00003F8000FFC0003F8003C0E0003F000703
+E0003F001E0FE0007F00380FE0007F00701FE0007E00E01FE0007E01C01FE000FE01801F
+C000FE0380070000FC0700000000FC0E00000001FC1C00000001FC3800000001F8700000
+0001F8E000000003FBC000000003FF0000000003FF8000000003FFF800000007F1FE0000
+0007F03F80000007E00FE0000007E007F000000FE003F000000FE003F800000FC001F800
+000FC001F800001FC001F801C01FC001F801801F8001F801801F8001F801803F8001F803
+803F8001F803003F0001F003003F0001F007007F0001F006007F0001F00E007E0001F00C
+007E0001F01C00FE0000F03800FE0000787000FC00003FE0003800000F80002B467BC433
+>107 D<00F80003FC000003FE001FFF0000071F007C0FC0000E0F80E007E0000C07C3C0
+03E0001C07C70003F0001807CE0001F0003807DC0001F8003007D80001F800300FF80001
+F800700FF00001F800600FE00001F800600FE00001F800E00FC00003F800C01FC00003F0
+00C01F800003F000001F800003F000001F800007F000003F800007E000003F000007E000
+003F000007E000003F00000FE000007F00000FC000007E00000FC000007E00001FC00000
+7E00001F800000FE00001F800000FC00003F800000FC00003F000000FC00003F007001FC
+00007F006001F800007E006001F80000FE006001F80000FC00E003F80000FC00C003F000
+00FC01C003F00000F8018003F00000F8038007F00000F8030007E00000F8070007E00000
+F80E0007E00000781C000FE000007C38000FC000001FF0000380000007C000342D7DAB3A
+>110 D<003E00000E0000FF80003F8003C3C0007F800703E0007F800601F0007F800E01
+F0007F801C01F0007F801803F0003F803803F0001F803003F0000F803003F0000F807007
+F00007806007E00007806007E0000780E00FE0000700C00FC0000300001FC0000300001F
+80000700001F80000600003F80000600003F00000600003F00000E00007F00000C00007E
+00000C00007E00000C00007E00001C0000FE0000180000FC0000180000FC0000380000FC
+0000300000FC0000700001F80000600001F80000E00001F80000C00001F80001C00000F8
+0001800000F80003800000FC0007000000FC00060000007C000E0000007E001C0000003F
+00780000000F81E000000007FFC000000000FE000000292D7DAB2F>118
+D E /Fr 134[45 45 66 45 45 25 35 30 45 45 45 45 71 25
+45 1[25 45 45 30 40 45 40 45 40 12[56 3[51 66 1[81 3[30
+66 3[66 2[66 18[23 30 23 41[51 2[{ TeXBase1Encoding ReEncodeFont }36
+91.249977 /Times-Roman rf /Fs 139[30 35 40 14[40 51 45
+31[66 65[{ TeXBase1Encoding ReEncodeFont }7 91.249977
+/Times-Bold rf /Ft 134[50 3[55 33 39 44 2[50 55 83 28
+55 1[28 55 50 33 44 55 44 55 50 12[66 55 72 1[61 2[94
+66 1[50 1[78 5[66 7[33 58[{ TeXBase1Encoding ReEncodeFont }29
+100.000000 /Times-Bold rf /Fu 75[33 11[33 17[50 1[44
+44 24[44 50 50 72 50 50 28 39 33 50 50 50 50 78 28 50
+28 28 50 50 33 44 50 44 50 44 3[33 1[33 61 72 1[94 72
+72 61 55 66 1[55 72 72 89 61 72 39 33 72 72 55 61 72
+66 66 72 1[44 1[56 1[28 28 50 50 50 50 50 50 50 50 50
+50 28 25 33 25 1[50 33 33 33 1[83 33[55 55 2[{
+ TeXBase1Encoding ReEncodeFont }82 100.000000 /Times-Roman
+rf /Fv 134[60 2[60 60 33 47 40 1[60 60 60 93 33 60 1[33
+60 60 40 53 60 53 60 53 11[86 73 66 5[106 2[47 1[86 86
+66 73 86 80 80 86 7[60 2[60 3[60 60 2[30 1[30 44[{
+ TeXBase1Encoding ReEncodeFont }40 119.999947 /Times-Roman
+rf /Fw 134[86 3[86 1[67 57 2[86 86 134 48 3[86 2[76 1[76
+1[76 12[105 96 2[96 6[57 124 124 2[124 2[124 6[48 12[57
+45[{ TeXBase1Encoding ReEncodeFont }22 172.833374 /Times-Roman
+rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%PaperSize: Letter
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 195 506 a Fw(APHID:)44 b(Asynchronous)g(P)m(arallel)h(Game-T)-6
+b(ree)46 b(Search)863 805 y Fv(Mark)29 b(G.)h(Brockington)f(and)h
+(Jonathan)e(Schaef)m(fer)1118 955 y(Department)j(of)e(Computing)g
+(Science)1441 1104 y(Uni)m(v)n(ersity)h(of)f(Alberta)1249
+1254 y(Edmonton,)g(Alberta)i(T6G)f(2H1)1771 1403 y(Canada)1510
+1637 y(February)g(12,)f(1999)1925 5589 y Fu(1)p eop
+%%Page: 2 2
+2 1 bop 146 100 a Ft(Running)26 b(Head:)31 b Fu(APHID:)25
+b(Asynchronous)f(P)o(arallel)g(Game-T)m(ree)h(Search)146
+199 y Ft(Send)i(Pr)n(oofs)d(T)-9 b(o:)146 299 y Fu(Jonathan)24
+b(Schaef)n(fer)146 399 y(615)h(General)g(Services)g(Building)146
+498 y(Department)g(of)f(Computing)g(Science)146 598 y(Uni)n(v)o(ersity)
+f(Of)i(Alberta)146 697 y(Edmonton,)e(AB)j(T6G)e(2H1)146
+797 y(Canada)146 897 y(\(403\))h(492-3851)1781 1117 y
+Fs(Abstract)380 1293 y Fr(Most)30 b(parallel)i(game-tree)f(search)g
+(approaches)i(use)d(synchronous)k(methods,)e(where)e(the)h(w)o(ork)e
+(is)244 1406 y(concentrated)j(within)d(a)f(speci\002c)h(part)h(of)e
+(the)h(tree,)h(or)e(at)g(a)g(gi)n(v)o(en)h(search)h(depth.)45
+b(This)28 b(article)i(sho)n(ws)244 1519 y(that)19 b(asynchronous)k
+(game-tree)d(search)g(algorithms)h(can)e(be)g(as)g(ef)n(\002cient)h(as)
+e(or)h(better)h(than)g(synchronous)244 1632 y(methods)25
+b(in)e(determining)j(the)e(minimax)g(v)n(alue.)380 1745
+y(APHID,)f(a)h(ne)n(w)g(asynchronous)29 b(parallel)e(game-tree)f
+(search)g(algorithm,)g(is)f(presented.)35 b(APHID)22
+b(is)244 1857 y(implemented)j(as)e(a)g(freely-a)n(v)n(ailable)28
+b(portable)e(library)-6 b(,)24 b(making)g(the)g(algorithm)h(easy)f(to)f
+(inte)o(grate)j(into)244 1970 y(a)i(sequential)k(game-tree)e(searching)
+h(program.)45 b(APHID)27 b(has)i(been)g(added)h(to)f(four)g(programs)i
+(written)244 2083 y(by)d(dif)n(ferent)h(authors.)43 b(APHID)26
+b(yields)j(better)g(speedups)h(than)f(synchronous)i(search)e(methods)g
+(for)f(an)244 2196 y(Othello)c(and)g(a)f(check)o(ers)j(program,)f(and)f
+(comparable)h(speedups)h(on)e(tw)o(o)f(chess)i(programs.)146
+2495 y Fu(K)n(e)o(yw)o(ords:)k(parallel)c(search,)g(alpha-beta,)g
+(computer)f(games,)g(heuristic)g(search.)p eop
+%%Page: 3 3
+3 2 bop 146 100 a Ft(List)25 b(of)g(Symbols:)146 299
+y Fq(\013)q(\014)6 b Fu(:)30 b(alpha,)25 b(beta)146 498
+y Fq(d)p Fu(:)31 b(dee)146 697 y Fq(d)197 661 y Fp(0)220
+697 y Fu(:)g(dee)25 b(prime)p eop
+%%Page: 1 4
+1 3 bop 0 100 a Fo(1)143 b(Intr)m(oduction)0 402 y Fu(Making)21
+b(computers)g(play)g(games)g(in)g(a)h(skillful)e(manner)l(,)i
+(comparable)g(to)f(that)h(of)f(a)h(strong)f(human)g(player)l(,)i(is)0
+601 y(a)e(challenging)g(problem)f(that)h(has)g(attracted)g(the)g
+(attention)f(of)h(man)o(y)f(computer)h(scientists)e(o)o(v)o(er)h(the)h
+(last)g(\002fty)0 800 y(years.)30 b(T)-8 b(w)o(o-player)22
+b(zero-sum)g(games)f(with)g(perfect)i(information,)e(such)h(as)g
+(chess,)g(Othello)3301 764 y Fn(1)3362 800 y Fu(and)g(check)o(ers,)0
+1000 y(are)32 b(programmed)f(using)g(the)g(same)h(basic)g(techniques.)
+50 b(The)32 b Fq(\013)q(\014)37 b Fu(algorithm)30 b([9])i(is)f(used)h
+(to)f(e)o(xhausti)n(v)o(ely)0 1199 y(search)c(v)n(ariations)d(that)i
+(are)g Fq(d)g Fu(mo)o(v)o(es)e(deep)i(in)g(a)g(depth-\002rst)g(manner)g
+(to)g(determine)f(the)h(best)f(mo)o(v)o(e)g(and)h(its)0
+1398 y(v)n(alue.)k(A)25 b(lar)n(ge)g(hash)g(table,)g(called)f(the)h
+Fm(tr)o(ansposition)c(table)k Fu([5],)g(is)f(used)h(to)f(store)h(pre)n
+(viously)e(determined)0 1598 y(best)31 b(mo)o(v)o(es)e(and)i(v)n(alues)
+g(for)g(positions.)48 b(The)31 b(v)n(alues)f(from)h(this)f(table)h(are)
+h(re-used)f(during)g(the)g(search)g(to)0 1797 y(pre)n(v)o(ent)24
+b(the)g(same)h(position)e(from)i(being)f(e)o(xplored)g(twice.)146
+1996 y(Instead)31 b(of)h(immediately)d(searching)i(a)h(v)n(ariation)e
+Fq(d)h Fu(mo)o(v)o(es)e(deep)j(\(or)f Fq(d)g Fm(ply)p
+Fu(\),)i(most)d(programs)h(search)0 2195 y(to)c(1)g(ply)-6
+b(,)27 b(then)f(to)h(2)g(ply)-6 b(,)27 b Fm(et)g(ceter)o(a)p
+Fu(.)38 b(This)26 b(technique)h(is)g(kno)n(wn)f(as)h
+Fm(iter)o(ative)f(deepening)h Fu([16)o(],)h(and)g(is)e(used)0
+2395 y(to)i(acquire)g(mo)o(v)o(e-ordering)f(information)f(in)i(the)g
+(transposition)e(table.)41 b(The)28 b(best)g(mo)o(v)o(e)e(for)j(a)f
+Fl(\()p Fq(d)d Fk(\000)g Fl(1\))p Fu(-ply)0 2594 y(search)30
+b(is)f(lik)o(ely)f(to)h(be)g(the)g(best)g(mo)o(v)o(e)f(for)h(a)h
+Fq(d)p Fu(-ply)e(search,)j(and)e(the)g Fq(\013)q(\014)35
+b Fu(algorithm)28 b(will)g(b)n(uild)g(a)i(smaller)0 2793
+y(search)25 b(tree)h(\(by)e(eliminating,)f(or)i(cutting-of)n(f,)e
+(irrele)n(v)n(ant)h(subtrees\))h(if)f(the)h(best)f(mo)o(v)o(e)g(is)g
+(searched)h(\002rst.)146 2992 y(A)f(game-playing)f(program)g(that)h
+(can)g(out-search)g(its)f(opponent)g(has)g(a)i(high)e(probability)f(of)
+i(winning.)29 b(It)0 3192 y(has)23 b(been)g(sho)n(wn)f(that)h(there)g
+(is)g(a)g(strong)f(correlation)h(between)g(the)g(search)h(depth)e(and)h
+(the)g(relati)n(v)o(e)f(strength)0 3391 y(of)j(chess,)f(Othello)g(and)h
+(check)o(ers)g(programs)f([8].)31 b(Thus,)24 b(programs)g(are)h(de)n(v)
+o(eloped)e(to)i(search)g(as)g(deeply)f(as)0 3590 y(possible)f(while)i
+(staying)e(within)h(the)h(time)f(constraints)f(imposed)h(by)g(the)h
+(rules)g(of)f(the)h(game.)146 3789 y(When)c(using)f(parallelism)f(to)h
+(search)i(game)e(trees)h(deeper)l(,)h(almost)d(all)i(of)f(the)h
+(research)g(has)g(concentrated)0 3989 y(on)32 b(synchronous)e(parallel)
+i(search)g(algorithms.)50 b(These)32 b(algorithms)e(force)j(w)o(ork)f
+(on)f(one)h(part)g(of)g(the)g(tree)0 4188 y(to)c(be)g(completed)g
+(before)g(w)o(ork)h(on)f(the)g(rest)g(of)g(the)g(tree)h(can)g(be)f
+(carried)h(out.)40 b(There)29 b(are)g(global)e(synchro-)0
+4387 y(nization)j(points)g(during)g(the)h(search)h(that)e(all)h
+(processors)g(must)f(reach)i(before)f(an)o(y)g(process)g(is)f(allo)n
+(wed)g(to)0 4586 y(proceed.)j(In)25 b(some)g(synchronous)f(algorithms,)
+g(the)h(w)o(ork)g(is)g(synchronized)g(at)g(e)n(v)o(ery)g(choice)h
+(along)e(the)i(hy-)0 4786 y(pothesized)i(best-mo)o(v)o(e)e(sequence,)k
+(commonly)c(kno)n(wn)h(as)i(the)f(principal)g(v)n(ariation.)40
+b(In)29 b(all)f(synchronized)0 4985 y(algorithms,)23
+b(the)i(w)o(ork)f(is)h(synchronized)f(at)h(the)g(root)f(of)h(the)g
+(tree)g(between)g(steps)f(of)h(iterati)n(v)o(e)f(deepening;)g(a)p
+0 5074 1560 4 v 112 5136 a Fj(1)149 5166 y Fi(Othello)c(is)h(a)g(re)o
+(gistered)e(trademark)f(of)i(Tsukuda)f(Original,)g(licensed)h(by)g
+(Anjar)f(Co.)1925 5589 y Fu(1)p eop
+%%Page: 2 5
+2 4 bop 0 100 a Fu(complete)24 b Fq(d)p Fu(-ply)g(search)i(must)d(be)i
+(\002nished)g(before)g(the)g Fl(\()p Fq(d)c Fl(+)h(1\))p
+Fu(-ply)j(search)g(can)g(be)o(gin.)146 299 y(The)33 b(adv)n(antage)f
+(of)h(the)f(synchronous)f(approaches)i(is)f(that)g(the)o(y)g(can)h(use)
+f(the)h(v)n(alue)f(of)g(the)h(principal)0 498 y(v)n(ariation)19
+b(in)h(the)h(same)f(w)o(ay)g(as)h(the)f(sequential)g(search)h
+(algorithm)e(does.)29 b(Synchronous)19 b(parallel)i(algorithms)0
+697 y(are)32 b(successful)e(at)h(k)o(eeping)f(the)h(size)f(of)h(the)g
+(search)g(tree)h(b)n(uilt)d(close)i(to)f(the)h(sequential)f(search)h
+(tree)g(size,)0 897 y(assuming)d(that)h(processors)g(are)i(able)e(to)g
+(share)h(transposition)e(table)h(information)f(in)h(an)h(ef)n
+(\002cient)g(manner)-5 b(.)0 1096 y(Ho)n(we)n(v)o(er)l(,)23
+b(there)j(are)f(fundamental)f(problems)g(with)g(synchronous)f(parallel)
+i Fq(\013)q(\014)30 b Fu(search)c(algorithms:)120 1347
+y(1.)49 b(There)28 b(are)g(man)o(y)e(times)h(when)g(there)h(is)f(insuf)
+n(\002cient)f(parallelism)g(to)h(k)o(eep)h(all)f(the)g(processors)g(b)n
+(usy)-6 b(.)244 1546 y(If)29 b(there)f(are)i(more)e(processors)g(than)g
+(w)o(ork)g(granules)h(at)f(a)h(synchronization)e(point,)h(then)g(some)g
+(pro-)244 1746 y(cessors)23 b(must)g(go)g(idle.)30 b(This)23
+b(idle)g(time)g(increases)h(in)f(magnitude)f(\(and)i(signi\002cance\))g
+(as)f(the)h(number)244 1945 y(of)35 b(processors)f(increases.)61
+b(This)35 b(problem)f(is)g(e)o(xacerbated)h(in)g(games)f(that)g(ha)n(v)
+o(e)h(a)g(small)f(a)n(v)o(erage)244 2144 y(number)24
+b(of)h(mo)o(v)o(e)e(choices.)120 2412 y(2.)49 b(The)o(y)33
+b(require)i(an)f(ef)n(\002cient)h(implementation)c(of)k(a)f(shared)h
+(transposition)d(table)i(between)g(the)g(pro-)244 2612
+y(cesses)24 b(to)f(achie)n(v)o(e)g(high)f(performance.)31
+b(T)-8 b(ypically)i(,)22 b(the)i(algorithms)e(will)g(e)o(xhibit)g(poor)
+i(performance)244 2811 y(without)19 b(such)i(a)g(table,)g(since)g(each)
+h(processor')-5 b(s)20 b(search)h(results)f(must)g(be)h(made)g(a)n(v)n
+(ailable)f(to)h(all)f(other)244 3010 y(processes.)37
+b(Because)28 b(of)f(this,)g(most)e(synchronous)h(algorithms)f(are)j
+(tested)f(on)f(shared)h(memory)g(sys-)244 3209 y(tems.)45
+b(On)29 b(distrib)n(uted)g(memory)f(systems,)i(sharing)f(a)h(table)g
+(is)f(not)g(as)h(ef)n(\002cient,)h(and)f(the)g(speedups)244
+3409 y(portrayed)25 b(in)f(the)h(literature)f(for)h(shared)g(memory)f
+(systems)g(are)h(not)f(achie)n(v)n(able.)120 3677 y(3.)49
+b(Man)o(y)25 b(synchronous)f(algorithms)g(attempt)h(to)g(initiate)g
+(parallelism)f(at)i(nodes)f(which)g(are)i(better)e(done)244
+3876 y(sequentially)-6 b(.)59 b(F)o(or)35 b(e)o(xample,)h(ha)n(ving)e
+(searched)h(the)g(\002rst)g(branch)g(at)g(a)g(node)g(and)g(not)f(achie)
+n(v)o(ed)g(a)244 4075 y(cut-of)n(f,)40 b(the)d(remaining)f(branches)i
+(are)g(usually)e(searched)h(in)g(parallel.)68 b(Ho)n(we)n(v)o(er)l(,)39
+b(if)e(the)g(second)244 4275 y(branch)26 b(causes)f(a)h(cut-of)n(f,)f
+(then)g(all)h(of)f(the)h(w)o(ork)f(done)g(on)g(the)h(third)f(and)g
+(subsequent)f(branches)i(w)o(as)244 4474 y(unnecessary)-6
+b(.)38 b(This)26 b(suggests)g(that)h(parallelism)f(should)g(only)h(be)g
+(initiated)f(at)h(nodes)g(where)h(there)g(is)244 4673
+y(a)d(high)f(probability)f(that)i(all)f(branches)h(must)f(be)h
+(considered.)120 4941 y(4.)49 b(Man)o(y)21 b(of)h(the)f(synchronous)g
+(algorithms)f(do)i(not)f(inte)o(grate)g(well)h(into)f(typical)g
+(sequential)g(algorithms.)244 5141 y(This)h(causes)h(man)o(y)f(changes)
+h(to)g(the)f(main)h(search)g(algorithm)f(to)g(incorporate)h
+(parallelism.)29 b(This)22 b(will)244 5340 y(lik)o(ely)i(result)g(in)g
+(a)i(parallel)e(program)h(for)g(which)f(it)g(is)h(dif)n(\002cult)f(to)g
+(v)o(erify)g(its)h(correctness.)1925 5589 y(2)p eop
+%%Page: 3 6
+3 5 bop 146 100 a Fu(In)28 b(other)e(w)o(ork,)i(a)f(theoretical)g
+(model)f(w)o(as)h(de)n(v)o(eloped)f(for)i(comparing)e(a)h(typical)g
+(synchronous)f(game-)0 299 y(tree)31 b(search)g(algorithm)e(to)h(an)g
+(asynchronous)g(one)g([2].)48 b(The)30 b(theoretical)g(results)g
+(indicated)g(that)g(an)g(asyn-)0 498 y(chronous)22 b(algorithm)f(could)
+i(outperform)f(a)h(synchronous)f(algorithm)f(on)h(game)h(trees)g
+(similar)e(to)i(those)f(seen)0 697 y(in)j(practice.)34
+b(This)25 b(paper)h(sho)n(ws)f(that)g(it)g(is)g(possible)g(for)h
+(asynchronous)e(search)i(algorithms)e(to)i(outperform)0
+897 y(their)f(synchronous)e(counterparts)h(in)h(practice.)146
+1096 y(The)g(paper')-5 b(s)25 b(major)f(contrib)n(utions)f(include:)120
+1365 y(1.)49 b(The)36 b(APHID)g(\(Asynchronous)f(P)o(arallel)h
+(Hierarchical)h(Iterati)n(v)o(e)e(Deepening\))h(algorithm)e(is)i
+(intro-)244 1564 y(duced)19 b(that)f(addresses)h(the)f(pre)n(viously)f
+(mentioned)h(problems.)28 b(First,)19 b(the)g(algorithm)e(is)i
+(asynchronous)244 1764 y(in)k(nature;)h(it)f(remo)o(v)o(es)f(all)h
+(global)f(synchronization)g(points)h(from)g(the)g Fq(\013)q(\014)29
+b Fu(search)24 b(and)f(from)h(iterati)n(v)o(e)244 1963
+y(deepening.)62 b(Second,)38 b(the)d(algorithm)f(does)h(not)g(require)h
+(a)f(shared)h(transposition)d(table)i(for)h(mo)o(v)o(e)244
+2162 y(ordering)22 b(information.)28 b(Third,)23 b(parallelism)e(is)h
+(only)f(applied)h(at)g(nodes)g(that)g(ha)n(v)o(e)g(a)h(high)f
+(probability)244 2361 y(of)j(needing)f(parallelism.)120
+2634 y(2.)49 b(APHID)25 b(has)g(been)g(designed)f(to)g(conform)h(to)f
+(the)h(structure)f(of)h(the)g(sequential)f Fq(\013)q(\014)6
+b Fu(-based)24 b(game-tree)244 2833 y(search)35 b(algorithm.)57
+b(Consequently)-6 b(,)35 b(parallelism)e(can)i(be)f(added)g(to)g(an)g
+(e)o(xisting)f(application)g(with)244 3033 y(minimal)d(ef)n(fort.)50
+b(APHID)32 b(has)g(been)g(programmed)e(as)i(an)g
+(application-independent)d(and)j(portable)244 3232 y(library)-6
+b(.)529 3196 y Fn(2)624 3232 y Fu(This)33 b(w)o(as)g(used)g(to)g
+(generate)h(all)f(of)h(the)f(parallel)g(applications)f(reported)i(in)f
+(this)f(article.)244 3431 y(Each)25 b(of)g(the)g(implementations)e
+(took)h(less)h(than)g(a)g(day)g(of)h(programming)d(time)i(to)f(achie)n
+(v)o(e)h(a)g(parallel)244 3630 y(program)k(that)g(e)o(x)o(ecuted)f(in)h
+(the)h(same)f(w)o(ay)g(as)h(the)f(sequential)f(program,)i(and)g(a)f(fe)
+n(w)h(days)f(of)g(addi-)244 3830 y(tional)i(tuning)g(to)h(achie)n(v)o
+(e)g(the)g(reported)g(speedups.)53 b(In)32 b(contrast,)i(adding)e(a)g
+(synchronous)f(parallel)244 4029 y(algorithm)23 b(to)i(an)g(e)o
+(xisting)e(sequential)g(algorithm)h(may)g(tak)o(e)h(months)e(of)i(w)o
+(ork.)120 4302 y(3.)49 b(APHID')-5 b(s)31 b(performance)h(for)g(four)f
+(game-playing)f(programs)h(is)g(presented.)50 b(APHID)32
+b(yields)e(better)244 4501 y(speedups)38 b(than)h(synchronous)f(search)
+h(methods)f(for)h(an)g(Othello)f(and)h(a)g(check)o(ers)h(program,)i
+(and)244 4700 y(comparable)25 b(speedups)f(on)g(tw)o(o)h(chess)f
+(programs.)146 4969 y(Section)37 b(2)g(gi)n(v)o(es)e(a)j(brief)f(surv)o
+(e)o(y)e(of)i(rele)n(v)n(ant)f(parallel)h(search)g(methods.)66
+b(Section)37 b(3)g(describes)f(the)0 5169 y(APHID)26
+b(algorithm)e(in)i(detail,)f(along)g(with)g(an)h(illustrati)n(v)o(e)d
+(e)o(xample)i(of)g(ho)n(w)g(to)g(add)h(APHID)g(into)f(e)o(xisting)p
+0 5249 1560 4 v 112 5310 a Fj(2)149 5340 y Fi(It)c(is)g(freely)e(a)n(v)
+n(ailable)h(at)h Fh(http://www.cs.ualberta.ca/\230games/a)o(phid/)p
+Fi(.)1925 5589 y Fu(3)p eop
+%%Page: 4 7
+4 6 bop 0 100 a Fu(sequential)28 b(game-tree)i(search)g(code.)45
+b(Section)29 b(4)g(sho)n(ws)f(the)i(e)o(xperimental)e(results)g(of)i
+(adding)f(APHID)g(to)0 299 y(four)c(applications.)k(Section)c(5)g
+(summarizes)e(this)h(paper)-5 b(.)0 637 y Fo(2)143 b(Pr)m(e)n(vious)34
+b(W)-11 b(ork)0 889 y Fg(2.1)119 b(The)30 b Ff(\013)q(\014)37
+b Fg(Algorithm)0 1156 y Fu(In)25 b(a)h(tw)o(o)e(player)i(zero-sum)f
+(game)f(with)h(perfect)g(information)f(and)h(a)h(\002nite)f(number)g
+(of)g(mo)o(v)o(es,)e(an)j(optimal)0 1355 y(strate)o(gy)g(can)h(be)g
+(determined)f(by)h(the)f(minimax)g(algorithm.)35 b(In)27
+b(general,)g(minimax)f(is)g(a)h(depth-\002rst)g(search)0
+1554 y(of)h(a)h(game)f(tree.)41 b(Each)29 b(node)f(represents)g(a)g
+(position,)g(and)g(the)g(links)f(between)h(nodes)g(represent)h(the)f
+(mo)o(v)o(e)0 1753 y(required)k(to)f(reach)h(the)g(ne)o(xt)e(position.)
+50 b(The)31 b(player)h(to)f(mo)o(v)o(e)f(alternates)h(at)h(each)g(le)n
+(v)o(el)f(of)g(the)h(tree.)51 b(The)0 1953 y(e)n(v)n(aluation)18
+b(of)i(each)h(leaf)g(node)f(in)f(the)h(search)h(is)f(based)g(on)f(an)i
+(approximation)d(of)i(whether)g(the)g(\002rst)g(player)h(is)0
+2152 y(going)f(to)h(win)g(the)h(game)e(\(heuristic)h(e)n(v)n(aluation)f
+(function\).)29 b(Whene)n(v)o(er)21 b(the)g(\002rst)g(player)h(mo)o(v)o
+(es,)e(he)i(chooses)0 2351 y(a)i(mo)o(v)o(e)f(to)g(maximize)g(his)h(e)n
+(v)n(aluation)e(\(so-called)h(Max)h(nodes)g(in)f(the)h(search)g
+(tree\).)31 b(Con)l(v)o(ersely)-6 b(,)23 b(when)h(the)0
+2550 y(second)i(player)g(has)h(to)f(mo)o(v)o(e)e(at)j(a)f(node,)h(he)f
+(will)g(choose)g(the)g(mo)o(v)o(e)f(that)h(minimizes)e(the)i(e)n(v)n
+(aluation)f(\(Min)0 2750 y(nodes\).)146 2949 y(Although)c(the)h(tree)g
+(is)g(\002nite,)g(it)g(can)g(get)g(quite)f(lar)n(ge.)30
+b(T)-8 b(o)22 b(search)h(a)f(tree)h(of)f(depth)f Fq(d)h
+Fu(and)g(with)f Fq(b)i Fu(branches)0 3148 y(at)35 b(e)n(v)o(ery)g
+(node,)j Fq(b)658 3112 y Fe(d)735 3148 y Fu(nodes)c(w)o(ould)h(be)h(e)n
+(v)n(aluated.)61 b(F)o(ortunately)-6 b(,)37 b(there)e(are)h
+(straightforw)o(ard)f(\223bounding\224)0 3347 y(techniques)e(that)g
+(can)h(pro)o(v)o(e)e(some)h(e)n(v)n(aluations)e(are)k(irrele)n(v)n
+(ant.)55 b(The)34 b(most)e(popular)h(of)h(these)f(is)g(the)h
+Fq(\013)q(\014)0 3547 y Fu(algorithm,)23 b(gi)n(v)o(en)h(in)g(Figure)h
+(1.)146 3746 y(The)k Fq(\013)q(\014)35 b Fu(algorithm)27
+b(only)h(considers)h(nodes)f(that)h(are)g(rele)n(v)n(ant)f(to)h(the)g
+(search)g(windo)n(w)f([)p Fq(\013)q Fu(,)i Fq(\014)6
+b Fu(].)43 b Fq(\013)30 b Fu(rep-)0 3945 y(resents)g(the)f(best)h(v)n
+(alue)f(that)h(the)g(side)f(to)h(mo)o(v)o(e)e(can)i(achie)n(v)o(e)g
+(thus)f(f)o(ar)h(in)g(the)g(search.)46 b(Additional)29
+b(search)0 4144 y(at)i(this)g(node)g(is)f(intended)h(to)g(\002nd)g(mo)o
+(v)o(es)e(that)i(impro)o(v)o(e)f(this)g(lo)n(wer)h(bound)f(\(i.e.)50
+b(ha)n(v)o(e)31 b(a)g(v)n(alue)g Fq(>)40 b(\013)q Fu(\).)49
+b Fq(\014)0 4344 y Fu(is)26 b(the)f(best)h(that)g(the)f(player)i(to)e
+(mo)o(v)o(e)g(can)h(achie)n(v)o(e)f(or)l(,)i(con)l(v)o(ersely)-6
+b(,)25 b(the)h(smallest)e(v)n(alue)i(that)f(the)h(opponent)0
+4543 y(can)35 b(pro)o(v)n(ably)e(restrict)h(the)g(side)h(to)f(mo)o(v)o
+(e)f(to.)59 b(When)35 b Fq(\013)46 b Fk(\025)g Fq(\014)6
+b Fu(,)37 b(no)d(additional)f(search)j(is)e(needed)g(at)h(this)0
+4742 y(node)c(\(a)g Fm(cut-of)n(f)f Fu(occurs\).)49 b(In)31
+b(ef)n(fect,)h(this)e Fm(prunes)g Fu(parts)g(of)h(the)g(tree)g(that)f
+(pro)o(v)n(ably)f(cannot)i(contrib)n(ute)e(to)0 4941
+y(the)c(minimax)e(v)n(alue.)30 b(It)25 b(has)g(been)g(sho)n(wn)f(that)g
+(the)h Fq(\013)q(\014)30 b Fu(algorithm)23 b(will)h(return)h(the)g
+(correct)g(minimax)f(v)n(alue)0 5141 y(if)30 b(the)g(root)f(position)f
+(is)h(searched)i(with)e Fq(\013)38 b Fl(=)f Fk(\0001)p
+Fu(,)31 b Fq(\014)43 b Fl(=)36 b(+)p Fk(1)30 b Fu([9].)46
+b(F)o(or)30 b(a)g(depth)f Fq(d)h Fu(tree)g(with)f Fq(b)i
+Fu(branches)0 5340 y(at)g(e)n(v)o(ery)f(node,)h Fq(\013)q(\014)36
+b Fu(has)31 b(the)g(potential)e(to)h(search)h(the)g(minimum)d(number)i
+(of)h(leaf)g(nodes)f(possible)g(to)g(de-)1925 5589 y(4)p
+eop
+%%Page: 5 8
+5 7 bop 818 0 a
+ 17879478 11840716 9275228 18879365 30917427 33154007 startTexFig
+ 818 0 a
+%%BeginDocument: pics/alphabeta-code.ps
+%Magnification: 1.00
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+79.5 561.5 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+  bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+  4 -2 roll mul srgb} bind def
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+n 0 792 m 0 0 l 612 0 l 612 792 l cp clip
+ 0.06000 0.06000 sc
+7.500 slw
+% Polyline
+n 1050 975 m 6500 975 l 6500 4550 l 1050 4550 l cp gs col-1 s gr 
+/Courier ff 180.00 scf sf
+1500 3000 m
+gs 1 -1 sc (for\(i=1; i <= numOfSuccessors; i++\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+6000 1800 m
+gs 1 -1 sc (/* move counter */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+6000 2000 m
+gs 1 -1 sc (/* score returned by search */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2000 m
+gs 1 -1 sc (int sc;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 4400 m
+gs 1 -1 sc (} /* AlphaBeta */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 4000 m
+gs 1 -1 sc (return\(alpha\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 3800 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 3600 m
+gs 1 -1 sc (if \(alpha >= beta\) { return\(alpha\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 3400 m
+gs 1 -1 sc (alpha = max\(alpha, sc\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 3200 m
+gs 1 -1 sc (sc = -AlphaBeta\(p.succ[i],-beta,-alpha\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2800 m
+gs 1 -1 sc (numOfSuccessors = GenerateSuccessors\(p\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2400 m
+gs 1 -1 sc (if \(EndOfSearch\(p\)\) { return\(Evaluate\(p\)\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 1800 m
+gs 1 -1 sc (int i;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 1600 m
+gs 1 -1 sc (int numOfSuccessors;) col-1 sh gr
+/Courier ff 180.00 scf sf
+6000 1600 m
+gs 1 -1 sc (/* total moves */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 1200 m
+gs 1 -1 sc (int AlphaBeta\(position p, int alpha, int beta\) {) col-1 sh gr
+showpage
+$F2psEnd
+rs
+%%EndDocument
+
+ endTexFig
+ 836 1703 a Fu(Figure)25 b(1:)30 b(A)25 b(Ne)o(gamax)f(F)o(ormulation)f
+(of)h(the)h Fq(\013)q(\014)30 b Fu(Algorithm)0 1989 y(termine)24
+b(the)h(minimax)e(v)n(alue:)30 b Fq(b)1168 1952 y Fp(d)1209
+1925 y Fd(d)p 1210 1937 33 4 v 1211 1978 a Fc(2)1251
+1952 y Fp(e)1309 1989 y Fl(+)22 b Fq(b)1448 1952 y Fp(b)1489
+1925 y Fd(d)p 1489 1937 V 1490 1978 a Fc(2)1531 1952
+y Fp(c)1589 1989 y Fk(\000)g Fl(1)j Fu(\(assuming)e(that)h(there)h(are)
+h(no)e(transpositions)f(in)h(the)h(tree\).)0 2188 y(This)i(best)h(case)
+h(is)f(achie)n(v)o(ed)f(when)h(the)g(\223best\224)h(mo)o(v)o(e)d(is)i
+(considered)g(\002rst)g(at)g(all)g(nodes)g(in)g(the)g(search)h(tree)0
+2388 y(\(a)c(perfectly-ordered)h(tree\).)146 2587 y(There)e(is)f(a)g
+(portion)f(of)h(the)g Fq(\013)q(\014)29 b Fu(tree)23
+b(that)g(must)f(al)o(w)o(ays)h(be)g(searched)h(to)f(determine)f(the)h
+(minimax)f(v)n(alue.)0 2786 y(This)k Fm(critical)f(tr)l(ee)i
+Fu(is)f(de\002ned)h(as)g(the)g(perfectly-ordered)g(tree)g(that)f(is)g
+(generated)h(when)f Fq(\013)q(\014)32 b Fu(is)27 b(started)f(with)0
+2985 y(the)32 b(search)i(windo)n(w)d(\()p Fk(\0001)p
+Fu(,)p Fl(+)p Fk(1)p Fu(\).)54 b(Figure)33 b(2)g(sho)n(ws)e(the)h
+(structure)h(of)f(the)h(critical)f(tree.)55 b(Nodes)32
+b(mark)o(ed)0 3185 y(ALL)22 b(ha)n(v)o(e)g(all)g(of)g(their)g
+(successors)g(e)o(xplored)f(by)h Fq(\013)q(\014)6 b Fu(.)29
+b(Nodes)22 b(mark)o(ed)g(CUT)g(ha)n(v)o(e)g(at)g(least)g(one)g(branch)h
+(that)0 3384 y(can)32 b(cut)f(of)n(f)g(further)g(search)h(at)f(this)g
+(node.)50 b(In)31 b(the)g(critical)g(tree,)j(\002rst)d(mo)o(v)o(e)f
+(searched)i(at)f(all)g(CUT)h(nodes)0 3583 y(causes)23
+b(a)g(cut-of)n(f.)29 b(CUT)23 b(and)g(ALL)f(nodes)g(are)h(also)g(kno)n
+(wn)e(as)i(type-2)f(and)g(type-3)g(nodes,)h(respecti)n(v)o(ely)e([9].)
+146 3782 y(The)26 b(principal)f(v)n(ariation)g(\(type-1)h(nodes,)g
+(labeled)f(PV)i(in)e(Figure)h(2\))g(of)g(an)g Fq(\013)q(\014)32
+b Fu(critical)25 b(tree)i(is)e(the)h(\002rst)0 3982 y(\(left-most\))e
+(branch)g(searched.)32 b(All)24 b(of)g(the)h(PV)g(nodes)f(are)h
+(searched)g(with)f(the)g(windo)n(w)f(\()p Fk(\0001)p
+Fu(,)p Fl(+)p Fk(1)p Fu(\).)31 b(Thus,)0 4181 y(all)25
+b(children)f(at)h(PV)g(nodes)f(are)i(searched,)f(meaning)f(that)h(the)o
+(y)e(are)j(ef)n(fecti)n(v)o(ely)d(ALL)i(nodes.)0 4476
+y Fg(2.2)119 b(P)o(arallel)30 b Ff(\013)q(\014)7 b Fg(-based)30
+b(Sear)n(ch)h(Algorithms)0 4742 y Fu(The)h Fm(PV)-5 b(-Split)30
+b Fu(algorithm)h([13])h(is)g(based)g(on)f(the)h(re)o(gular)g(structure)
+g(of)g(the)g(critical)g(game)f(tree.)53 b(The)32 b(\002rst)0
+4941 y(stage)38 b(of)f(the)h(algorithm)e(in)l(v)n(olv)o(es)g(a)j
+(recursi)n(v)o(e)e(call)g(to)h(itself)f(as)h(PV)-10 b(-Split)37
+b(tra)n(v)o(els)g(do)n(wn)g(the)h(principal)0 5141 y(v)n(ariation.)28
+b(Once)20 b(the)f(left)h(subtree)f(of)h(a)g(PV)g(node)f(has)h(been)f(e)
+o(xamined,)h(all)f(of)h(the)f(other)h(subtrees)f(belo)n(w)g(that)0
+5340 y(PV)27 b(node)f(are)h(searched)f(in)g(parallel.)35
+b(Each)27 b(processor)f(is)f(gi)n(v)o(en)g(one)h(subtree)g(at)h(a)f
+(time)g(to)g(search,)h(without)1925 5589 y(5)p eop
+%%Page: 6 9
+6 8 bop 825 0 a
+ 17761071 11840716 5130977 18813583 31443681 36245749 startTexFig
+ 825 0 a
+%%BeginDocument: pics/candidacy2-4.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 4.98316 4.98316 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 443 200 353 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 443 349 353 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+200 443 50 353 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+50 353 5 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+50 353 110 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+50 353 65 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 263 65 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 263 109 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 263 154 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+169 263 199 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+214 263 244 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 50 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 65 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 79 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 57 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 174 72 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+109 174 102 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+154 174 147 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 184 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 192 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 199 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 207 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+199 174 214 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 229 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+236 129 244 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 244 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 251 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+244 174 259 129 Line
+%I 1
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+304 443 15 15 Elli
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 150 0 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -90 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -45 -180 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -89 -269 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 46 -269 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 90 -269 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 263 274 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 263 319 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+304 263 364 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 189 230 ] concat
+%I
+304 174 349 263 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 189 230 ] concat
+%I
+349 263 349 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 189 230 ] concat
+%I
+349 263 394 174 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+274 174 274 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+319 174 319 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+364 174 364 136 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 85 230 ] concat
+%I
+364 136 364 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+252 174 252 136 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+297 174 297 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+252 136 252 129 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 0 0 1 241 230 ] concat
+%I
+342 174 342 129 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 224 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+148 353 163 263 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 165 -180 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 226 230 ] concat
+%I
+297 353 312 263 Line
+%I 1
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 314 -180 ] concat
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+139 428 169 458 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 214 676 ] concat
+%I
+[
+(ALL)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 89 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 44 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 269 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 149 -180 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 104 -180 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 239 -90 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 388 -90 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 313 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 358 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 403 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 448 -269 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+%I p
+1 SetP
+%I t
+[ 1 -0 -0 1 70 230 ] concat
+%I
+65 443 14 15 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 124 678 ] concat
+%I
+[
+(CUT)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 684 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 189 594 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 144 504 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 100 415 ] concat
+%I
+[
+(PV)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 1412 1703 a Fu(Figure)25 b(2:)30 b(The)25 b(Critical)g(T)m(ree)0
+1991 y(assistance)f(from)h(other)f(processors.)30 b(After)25
+b(all)g(of)f(the)h(subtrees)f(ha)n(v)o(e)g(been)h(completely)f(e)o
+(xplored,)f(that)i(PV)0 2190 y(node)32 b(returns)f(its)g(score)h(to)g
+(the)f(PV)h(node)g(abo)o(v)o(e)f(it.)51 b(At)31 b(an)o(y)g(time,)i
+(only)e(one)h(node')-5 b(s)31 b(subtrees)g(are)i(being)0
+2389 y(e)o(xamined)f(in)g(parallel.)54 b(The)32 b(major)g(problem)g
+(with)g(PV)-10 b(-Split)32 b(is)g(the)h(lar)n(ge)g(amount)e(of)i
+(synchronization;)0 2588 y(man)o(y)21 b(processors)h(are)h(often)f
+(forced)g(to)g(w)o(ait)g(for)g(long)f(periods)h(of)g(time)f(while)h
+(the)g(last)f(une)n(v)n(aluated)g(branch)0 2788 y(of)k(a)g(PV)g(node)g
+(is)f(\002nished.)146 2987 y(The)35 b(best)g(speedups)g(for)g(parallel)
+g Fq(\013)q(\014)40 b Fu(ha)n(v)o(e)35 b(been)g(reported)g(for)h(the)f
+Fm(Y)-9 b(oung)34 b(Br)l(other)o(s)g(W)-9 b(ait)34 b(Concept)0
+3186 y Fu(\(YBWC\))22 b(algorithm)d([3].)30 b(In)21 b(this)e(paper)l(,)
+j(YBWC)g(is)e(used)g(as)h(a)g(representati)n(v)o(e)f(of)h(a)g(lar)n(ge)
+g(group)f(of)h(popular)0 3385 y(synchronous)e(algorithms)f(\(including)
+h(ABD)l(AD)l(A)h([17],)h(Dynamic)f(T)m(ree)g(Splitting)e([7])j(and)f
+(Jamboree)g([11]\))0 3585 y(which)28 b(all)h(share)g(the)f(same)h
+(underlying)e(parallel)i(algorithm)e(and)i(dif)n(fer)f(only)g(in)h
+(implementation)d(details.)0 3784 y(All)38 b(of)h(these)g(algorithms)e
+(synchronize)i(at)f(the)h(end)g(of)g(each)g(iteration,)j(and)d(may)f
+(also)h(synchronize)f(at)0 3983 y(additional)23 b(points)h(within)f
+(each)j(iteration.)146 4182 y(In)32 b(a)g(game)f(tree)h(that)f(has)h
+(near)n(-perfect)h(mo)o(v)o(e)d(ordering,)j(there)f(is)f(a)h(high)f
+(probability)f(that)h(a)h(node)g(is)0 4382 y(an)c(ALL)g(node)g(if)g
+(the)g(left-most)f(branch)h(is)f(e)n(v)n(aluated)g(and)h(does)g(not)f
+(cause)i(a)f(cut-of)n(f.)40 b(The)28 b(basic)g(YBWC)0
+4581 y(states)j(that)h(the)g(left-most)e(branch)i(\(the)g(eldest)g
+(brother\))g(must)e(be)j(e)n(v)n(aluated)d(before)j(an)o(y)e(other)h
+(branches)0 4780 y(\(the)d(young)g(brothers\))g(can)h(be)f(distrib)n
+(uted)f(to)h(other)g(processors.)44 b(This)29 b(is)g(not)f(necessarily)
+h(limited)f(to)h(the)0 4979 y(principal)35 b(v)n(ariation)g(\(i.e.)65
+b(PV)-10 b(-Split\))37 b(or)f(a)g(pseudo-principal)f(v)n(ariation)g(as)
+h(in)g(other)g(algorithms;)k(it)c(can)0 5179 y(happen)g(at)f(an)o(y)g
+(node)h(within)e(the)i(game)f(tree.)64 b(The)36 b(optimized)e
+(algorithm)g(is)h(called)h(YBWC*.)64 b(In)36 b(this)1925
+5589 y(6)p eop
+%%Page: 7 10
+7 9 bop 0 100 a Fu(v)n(ariant,)27 b(young)f(brothers)h(are)g(not)g
+(forced)g(to)g(w)o(ait)g(at)g(ALL)g(nodes,)g(allo)n(wing)e(sequential)h
+(e)n(v)n(aluation)f(of)i(all)0 299 y(\223reasonable\224)e(mo)o(v)o(es)e
+(at)i(CUT)g(nodes.)146 498 y(The)h(UIDP)-9 b(ABS)26 b(algorithm)e(\()p
+Fm(Unsync)o(hr)l(onized)g(Iter)o(atively)g(Deepening)h(P)-8
+b(ar)o(allel)24 b(Alpha-Beta)g(Sear)l(c)o(h)p Fu(\))0
+697 y([14])29 b(w)o(as)h(the)f(\002rst)g(attempt)f(to)h(asynchronously)
+f(start)h(the)g(ne)o(xt)g(le)n(v)o(el)f(of)h(an)h(iterati)n(v)o(ely)d
+(deepened)j(search)0 897 y(instead)d(of)g(synchronizing)f(at)h(the)g
+(root)g(of)g(the)g(game)g(tree.)38 b(The)27 b(mo)o(v)o(es)f(from)h(the)
+g(root)g(position)e(are)j(parti-)0 1096 y(tioned)20 b(among)f(the)i
+(processors,)g(and)f(the)g(processors)h(search)g(their)f(o)n(wn)f
+(subset)h(of)h(the)f(mo)o(v)o(es)f(with)h(iterati)n(v)o(e)0
+1295 y(deepening.)29 b(Each)21 b(processor)f(is)g(gi)n(v)o(en)f(the)h
+(same)g(initial)f(search)i(windo)n(w)-6 b(,)20 b(b)n(ut)g(some)g(of)g
+(the)g(processors)g(may)0 1494 y(ha)n(v)o(e)26 b(changed)g(their)f
+(windo)n(ws)g(based)h(on)g(the)f(search)i(results)e(of)h(their)g(mo)o
+(v)o(es.)32 b(The)26 b(UIDP)-9 b(ABS)28 b(algorithm)0
+1694 y(combines)h(all)i(the)f(processors')g(results)g(once)g(a)h
+(predetermined)f(time)g(limit)e(has)j(been)f(reached.)49
+b(Some)30 b(of)0 1893 y(the)i(mo)o(v)o(es)e(may)i(ha)n(v)o(e)g(been)g
+(e)n(v)n(aluated)f(to)h(lar)n(ger)h(depths)e(than)h(those)f(on)h(other)
+g(processors,)i(which)d(may)0 2092 y(yield)e(a)h(better)f(quality)f(mo)
+o(v)o(e)g(choice.)45 b(Ho)n(we)n(v)o(er)l(,)29 b(it)g(is)g(important)f
+(to)h(note)g(that)g(each)h(mo)o(v)o(e)e(may)h(only)g(be)0
+2291 y(searched)23 b(by)g(one)f(processor;)h(thus,)g(the)f(algorithm)f
+(can)i(only)f(use)h(as)g(man)o(y)e(processors)i(as)f(there)h(are)h(mo)o
+(v)o(es)0 2491 y(at)h(the)f(root)h(of)g(the)f(game)h(tree.)0
+2830 y Fo(3)143 b(The)35 b(APHID)f(Algorithm)0 3133 y
+Fu(This)18 b(section)g(describes)h(the)g(Asynchronous)e(P)o(arallel)i
+(Hierarchical)g(Iterati)n(v)o(e)f(Deepening)g(\(APHID)3589
+3096 y Fn(3)3629 3133 y Fu(\))i(game-)0 3332 y(tree)29
+b(search)g(algorithm.)40 b(APHID)29 b(represents)g(a)g(departure)g
+(from)f(the)g(synchronous)f(algorithms)g(described)0
+3531 y(in)d(Section)g(2)g(and)g(has)g(been)h(designed)e(to)h(address)g
+(the)g(problems)f(described)h(in)g(Section)g(1.)30 b(First,)24
+b(the)g(algo-)0 3730 y(rithm)k(is)g(asynchronous)f(in)i(nature;)h(it)e
+(remo)o(v)o(es)f(all)i(global)e(synchronization)g(points)h(from)g(the)h
+Fq(\013)q(\014)34 b Fu(search)0 3930 y(and)28 b(from)f(iterati)n(v)o(e)
+f(deepening.)39 b(Second,)29 b(the)e(algorithm)g(does)g(not)g(require)h
+(a)g(shared)g(transposition)d(table)0 4129 y(for)h(mo)o(v)o(e)d
+(ordering)i(information,)f(although)g(one)h(can)h(be)f(used)g(if)h
+(duplicate)e(detection)h(is)g(important)e(in)i(the)0
+4328 y(underlying)33 b(application.)59 b(Third,)36 b(parallelism)e(is)g
+(only)f(applied)h(at)h(nodes)f(that)g(ha)n(v)o(e)g(a)h(high)f
+(probability)0 4527 y(of)g(needing)g(parallelism,)h(and)g(this)e
+(decision)g(is)h(based)g(on)g(the)g(best)g(information)f(a)n(v)n
+(ailable)h(at)g(the)g(time.)0 4727 y(Finally)-6 b(,)24
+b(APHID)h(is)f(designed)g(to)h(easily)f(\002t)h(into)f(an)h(e)o
+(xisting)e(sequential)h Fq(\013)q(\014)6 b Fu(-based)24
+b(search)h(algorithm.)146 4926 y(APHID)k(subdi)n(vides)d(the)j(tree)g
+(into)e(man)o(y)h(distinct)f(pieces)h(which)g(each)h(process)g(can)f
+(search)h(indepen-)p 0 5016 1560 4 v 112 5077 a Fj(3)149
+5107 y Fi(An)d(aphid)e(is)i(a)f(soft-bodied)e(insect)i(that)g(sucks)g
+(the)h(sap)f(from)f(plants.)39 b(One)25 b(could)f(say)i(the)f(APHID)g
+(algorithm)e(sucks)j(the)0 5206 y(minimax)19 b(v)n(alue)g(from)h(a)g
+(game)f(tree.)1925 5589 y Fu(7)p eop
+%%Page: 8 11
+8 10 bop 992 0 a
+ 15132435 7104430 4670504 18813583 35522150 33285570 startTexFig
+ 992 0 a
+%%BeginDocument: pics/aphid-partition.ps
+%Magnification: 1.00
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+34.5 576.0 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+  bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+  4 -2 roll mul srgb} bind def
+ /DrawEllipse {
+       /endangle exch def
+       /startangle exch def
+       /yrad exch def
+       /xrad exch def
+       /y exch def
+       /x exch def
+       /savematrix mtrx currentmatrix def
+       x y tr xrad yrad sc 0 0 1 startangle endangle arc
+       closepath
+       savematrix setmatrix
+       } def
+
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+n 0 792 m 0 0 l 612 0 l 612 792 l cp clip
+ 0.06000 0.06000 sc
+60.000 slw
+% Polyline
+n 2775 3075 m 2925 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 2775 2925 m 2925 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3000 3075 m 3150 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3000 2925 m 3150 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3225 3075 m 3375 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3225 2925 m 3375 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3450 3075 m 3600 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3450 2925 m 3600 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5175 3075 m 5325 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5175 2925 m 5325 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5400 3075 m 5550 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5400 2925 m 5550 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5625 3075 m 5775 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5625 2925 m 5775 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5850 3075 m 6000 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 5850 2925 m 6000 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 6075 3075 m 6225 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 6075 2925 m 6225 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4425 3075 m 4575 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4425 2925 m 4575 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4200 3075 m 4350 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4200 2925 m 4350 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3975 3075 m 4125 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3975 2925 m 4125 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3750 3075 m 3900 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 3750 2925 m 3900 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4875 3075 m 5025 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4875 2925 m 5025 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4650 3075 m 4800 2925 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 4650 2925 m 4800 3075 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 675 1425 m 825 1275 l gs 1.00 setgray ef gr gs col-1 s gr 
+% Polyline
+n 675 1275 m 825 1425 l gs 1.00 setgray ef gr gs col-1 s gr 
+7.500 slw
+% Ellipse
+n 5400 3900 75 75 0 360 DrawEllipse gs 0.00 setgray ef gr gs col-1 s gr
+
+% Ellipse
+n 5175 3900 75 75 0 360 DrawEllipse gs 0.00 setgray ef gr gs col-1 s gr
+
+% Ellipse
+n 4950 3900 75 75 0 360 DrawEllipse gs 0.00 setgray ef gr gs col-1 s gr
+
+15.000 slw
+% Polyline
+n 3675 3000 m 3075 4800 l gs col-1 s gr 
+7.500 slw
+% Polyline
+n 4626 3004 m 4926 4804 l gs col-1 s gr 
+15.000 slw
+% Polyline
+n 4626 3004 m 4926 4804 l gs col-1 s gr 
+7.500 slw
+% Polyline
+n 2700 3000 m 6300 3000 l gs col-1 s gr 
+30.000 slw
+% Polyline
+gs  clippath
+8430 4599 m 8400 4719 l 8370 4599 l 8370 4845 l 8430 4845 l  cp clip
+8370 1401 m 8400 1281 l 8430 1401 l 8430 1155 l 8370 1155 l  cp clip
+n 8400 1200 m 8400 4800 l gs 1.00 setgray ef gr gs col-1 s gr gr
+
+% arrowhead
+n 8370 1401 m 8400 1281 l 8430 1401 l  col-1 s
+% arrowhead
+n 8430 4599 m 8400 4719 l 8370 4599 l  col-1 s
+% Polyline
+gs  clippath
+7830 2799 m 7800 2919 l 7770 2799 l 7770 3045 l 7830 3045 l  cp clip
+7770 1401 m 7800 1281 l 7830 1401 l 7830 1155 l 7770 1155 l  cp clip
+n 7800 1200 m 7800 3000 l gs 1.00 setgray ef gr gs col-1 s gr gr
+
+% arrowhead
+n 7770 1401 m 7800 1281 l 7830 1401 l  col-1 s
+% arrowhead
+n 7830 2799 m 7800 2919 l 7770 2799 l  col-1 s
+15.000 slw
+% Polyline
+n 4500 1200 m 900 4800 l 8100 4800 l 4500 1200 l gs col-1 s gr 
+% Polyline
+n 5100 3000 m 6000 4800 l gs col-1 s gr 
+/Helvetica ff 270.00 scf sf
+4500 2400 m
+gs 1 -1 sc (MASTER) dup sw pop 2 div neg 0 rm  col-1 sh gr
+/Helvetica ff 270.00 scf sf
+2400 4200 m
+gs 1 -1 sc (SLAVE 1) dup sw pop 2 div neg 0 rm  col-1 sh gr
+/Helvetica ff 270.00 scf sf
+6450 4200 m
+gs 1 -1 sc (SLAVE K) dup sw pop 2 div neg 0 rm  col-1 sh gr
+/Helvetica ff 270.00 scf sf
+4050 4200 m
+gs 1 -1 sc (SLAVE 2) dup sw pop 2 div neg 0 rm  col-1 sh gr
+/Helvetica ff 270.00 scf sf
+900 1425 m
+gs 1 -1 sc (= PIECE OF WORK) col-1 sh gr
+/Helvetica ff 270.00 scf sf
+7500 2100 m
+gs 1 -1 sc (d') col-1 sh gr
+/Helvetica ff 270.00 scf sf
+8175 3150 m
+gs 1 -1 sc (d) col-1 sh gr
+showpage
+$F2psEnd
+rs
+%%EndDocument
+
+ endTexFig
+ 720 1103 a Fu(Figure)25 b(3:)30 b(APHID)25 b(P)o(artitioning)e(Game)i
+(T)m(ree)g(Amongst)e(Processes)888 1225 y
+ 16766447 9472573 9669918 31246336 22892052 38679674 startTexFig
+ 888 1225 a
+%%BeginDocument: pics/location_parallelism.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 52 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Times-Roman reencodeISO def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 3 3 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+117 437 65 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+117 437 162 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 271 296 ] concat
+%I
+117 437 65 332 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 271 296 ] concat
+%I
+117 437 162 332 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-times-medium-r-normal-*-12-*-*-*-*-*-*-*
+Times-Roman 12 SetF
+%I t
+[ 1 0 0 1 217 609 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 26.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 30.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 33.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 37.5 123 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 42 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 45 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 49 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 52.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 56 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 60 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 22.5 123.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 159 96 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 162.5 104 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 166 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 170.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 174 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 177 134 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 181 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 185 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 188.5 156 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 191.5 164 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 156 88.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 151.5 80 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 148 72.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 192 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 195.5 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 198.5 149 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 191 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 195 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 199 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 203.5 135 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 187 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 190 141 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 181 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 185 126.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 189 127 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 188.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 192.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 196.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 204.5 118.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 178 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 199 110.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 213.5 111 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 184 96 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 208 95.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 194 156 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 272 76 268 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 122 296 ] concat
+%I
+72 268 76 272 Line
+%I 1
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -36.5 92.5 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+100 84 116 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+116 100 132 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+132 84 148 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+148 116 164 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+164 84 180 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+180 116 196 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+196 100 212 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+212 116 228 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+228 116 244 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+244 100 260 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+260 116 276 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+276 100 292 84 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 112.5 93 ] concat
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+100 84 116 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+116 100 132 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+132 84 148 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+148 116 164 84 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+164 84 180 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+180 116 196 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+196 100 212 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+212 116 228 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+228 116 244 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+244 100 260 116 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+260 116 276 100 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 174 494 ] concat
+%I
+276 100 292 84 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 494 ] concat
+%I
+136 476 160 476 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 244 596 ] concat
+%I
+136 272 160 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 497 ] concat
+%I
+136 296 160 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 244 554 ] concat
+%I
+136 272 160 272 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297 692 ] concat
+%I
+[
+(d)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 313.5 716 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+200 374 200 308 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+200 404 200 470 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+236 452 236 470 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+2 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 200 494 ] concat
+%I
+236 422 236 398 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-times-medium-r-normal-*-12-*-*-*-*-*-*-*
+Times-Roman 12 SetF
+%I t
+[ 1 0 0 1 367 609 ] concat
+%I
+[
+(YBWC*)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 491 2628 a Fu(Figure)i(4:)30 b(Location)24 b(of)h(P)o(arallelism)f(in)
+g(T)-8 b(ypical)25 b(APHID)g(and)g(YBWC*)g(Search)0 2915
+y(dently)j(of)g(each)h(other)-5 b(.)41 b(Figure)29 b(3)f(gi)n(v)o(es)f
+(an)i(e)o(xample)f(of)g(ho)n(w)g(the)g(tree)h(w)o(ould)f(be)g(di)n
+(vided)f(by)h(the)h(APHID)0 3114 y(algorithm.)g(The)23
+b(\002gure)h(sho)n(ws)e(us)i(a)f(single-le)n(v)o(el)f(master/sla)n(v)o
+(e)g(hierarchy)h(\(multiple)f(le)n(v)o(els)g(are)i(possible\).)0
+3314 y(The)k(master)g(process)h(controls)e(the)h(top)g
+Fq(d)1511 3278 y Fp(0)1563 3314 y Fu(ply)f(of)i(the)f(game)g(tree,)h
+(including)e(the)h(root.)41 b(The)29 b(lea)n(v)o(es)f(of)g(the)0
+3513 y(master')-5 b(s)28 b Fq(d)412 3477 y Fp(0)435 3513
+y Fu(-ply)h(tree)h(are)g(the)f(pieces)g(of)h(w)o(ork)f(that)g(each)h
+(sla)n(v)o(e)e(process)h(e)o(xamines.)43 b(Each)30 b(of)f(the)g
+Fq(k)k Fu(sla)n(v)o(e)0 3712 y(processes)c(gets)g(a)g(portion)f(of)h
+(the)g(master')-5 b(s)28 b(lea)n(v)o(es)h(to)g(search,)h(implicitly)d
+(di)n(viding)g(the)i(remainder)g(of)g(the)0 3912 y(tree)d(as)g(sho)n
+(wn)e(in)h(Figure)h(3.)33 b(Note)25 b(that)g(the)g(diagram)h(is)f
+(partially)f(misleading)g(in)h(that,)h(for)f(load)h(balancing)0
+4111 y(purposes,)e(a)h(sla)n(v)o(e')-5 b(s)24 b(pieces)h(of)f(w)o(ork)h
+(are)h(actually)e(distrib)n(uted)f(across)i(the)g(bottom)e(of)i(the)f
+(master')-5 b(s)24 b(tree.)146 4310 y(It)31 b(is)g(interesting)f(to)h
+(compare)g(APHID)h(against)e(a)h(synchronous)f(parallel)h(algorithm.)49
+b(Figure)31 b(4)g(illus-)0 4509 y(trates)22 b(graphically)f(where)i(w)o
+(ork)f(is)f(allocated)h(o)o(v)o(er)f(the)h(course)g(of)h(a)f(typical)f
+(APHID)i(and)f(YBWC*)h(search.)0 4709 y(Each)g(location)f(mark)o(ed)h
+(with)f(an)h Fb(x)f Fu(sho)n(ws)g(where)h(the)g(parallelism)e
+(typically)h(tak)o(es)h(place.)30 b(Although)21 b(more)0
+4908 y(parallelism)j(could)g(be)h(generated)h(in)e(YBWC*,)i(one)f(must)
+f(be)h(careful)h(because)f(each)h Fb(x)e Fu(along)h(the)g(left)g(side)0
+5107 y(of)j(the)g(YBWC*)h(tree)f(represents)g(a)h(global)e
+(synchronization)f(point,)i(and)g(the)g(rest)g(are)h(local)e
+(synchroniza-)0 5306 y(tion)d(points.)1925 5589 y(8)p
+eop
+%%Page: 9 12
+9 11 bop 146 100 a Fu(In)23 b(APHID,)g(the)g(master)g(process)f(mak)o
+(es)h(repeated)g(searches)g(or)g Fm(passes)f Fu(o)o(v)o(er)g(its)g
+(part)h(of)g(the)g(game)f(tree.)0 299 y(The)k(master')-5
+b(s)25 b(tree)i(is)f(small)f(and)h(is)f(quickly)g(searched.)35
+b(The)27 b(master)e(is)h(responsible)f(for)h(ensuring)g(that)f(the)0
+498 y(sla)n(v)o(es)h(determine)g(all)g(of)g(the)h(minimax)e(v)n(alues)g
+(required)i(to)f(get)g(a)h Fq(d)p Fu(-ply)f Fq(\013)q(\014)32
+b Fu(search)27 b(of)f(the)h(full)f(game)g(tree)0 697
+y(\002nished,)h(after)g(which)g(it)f(proceeds,)h(via)g(iterati)n(v)o(e)
+e(deepening,)i(to)f(the)h(ne)o(xt)f(search)h(depth)f(repeatedly)h
+(until)0 897 y(the)e(time)f(limit)f(e)o(xpires.)146 1096
+y(Each)28 b(sla)n(v)o(e)e(searches)h(its)f(pieces)h(of)g(w)o(ork)g
+Fl(\()p Fq(d)d Fk(\000)g Fq(d)1968 1060 y Fp(0)1991 1096
+y Fl(\))j Fu(plies)f(deep,)i(plus)e(an)o(y)g(search)i(e)o(xtensions)d
+(that)h(the)0 1295 y(master)j(requires.)45 b(If)30 b(APHID)g(were)g(a)g
+(synchronous)e(algorithm,)h(the)g(sla)n(v)o(es)g(w)o(ould)f(\002nish)h
+(their)h(w)o(ork)f(for)0 1494 y(the)23 b(master')-5 b(s)23
+b(depth)g Fq(d)g Fu(iteration,)f(and)i(then)f(w)o(ait)g(for)g(the)h(ne)
+o(xt)e(iteration)h(\()p Fq(d)16 b Fl(+)h(1)p Fu(\))24
+b(to)f(be)o(gin.)29 b(APHID')-5 b(s)23 b(sla)n(v)o(es)0
+1694 y(do)g(not)h(sit)f(idle)g(w)o(aiting.)29 b(Instead,)24
+b(the)o(y)f(use)g(iterati)n(v)o(e)f(deepening)i(to)f(search)h(their)g
+(w)o(ork)f(lists)g(an)g(additional)0 1893 y(ply)30 b(deeper)h(\(and)f
+(be)o(yond,)h(if)f(there)h(is)f(time\))f(without)g(con\002rmation)h
+(from)g(the)g(master)-5 b(.)47 b(Thus,)31 b(the)f(sla)n(v)o(es)0
+2092 y(attempt)c(to)h(determine)f(minimax)g(v)n(alues)g(that)h(may)f
+(be)i(necessary)-6 b(,)27 b(in)g(anticipation)e(of)j(the)e(master)h
+(process)0 2291 y(asking)g(for)h(them.)38 b(The)27 b(sla)n(v)o(es)g
+(continue)g(searching)g(until)f(the)i(master)f(signals)f(that)h(the)h
+(search)g(at)f(the)h(root)0 2491 y(of)d(the)g(tree)g(has)f(been)h
+(terminated.)146 2690 y(By)39 b(partitioning)d(the)i(tree)h(in)f(this)f
+(manner)l(,)k(APHID')-5 b(s)38 b(performance)h(does)f(not)g(rely)g(on)g
+(the)g(imple-)0 2889 y(mentation)c(of)h(a)g(global)g(shared)g(memory)f
+(or)h(a)h(f)o(ast)f(interconnection)f(netw)o(ork)g(between)h(the)g
+(processes.)0 3088 y(This)25 b(mak)o(es)g(the)g(APHID)h(algorithm)e
+(suitable)h(for)h(loosely-coupled)e(architectures)h(\(such)h(as)f(a)h
+(netw)o(ork)f(of)0 3288 y(w)o(orkstations\),)e(as)i(well)g(as)f
+(tightly-coupled)f(architectures.)146 3487 y(This)37
+b(section)f(contains)g(a)i(description)e(of)h(the)g(master)g(process)g
+(\(Section)g(3.1\),)j(the)d(sla)n(v)o(e)f(processes)0
+3686 y(\(Section)g(3.3\),)i(and)d(the)h(APHID)g(table)f(through)g
+(which)g(the)h(master)f(and)g(sla)n(v)o(e)g(communicate)g(\(Section)0
+3885 y(3.2\).)29 b(Balancing)19 b(the)h(w)o(ork)f(load)h(between)f(the)
+h(sla)n(v)o(es)e(is)h(discussed)g(in)g(Section)h(3.4.)28
+b(The)20 b(interf)o(ace)g(between)0 4085 y(APHID)25 b(and)g(the)g
+(application)e(is)i(described)f(in)h(Section)g(3.5.)0
+4380 y Fg(3.1)119 b(The)30 b(APHID)g(Master)0 4646 y
+Fu(The)i(master)f(is)g(responsible)f(for)i(ensuring)f(that)g(the)h
+(result)f(of)g(a)h Fq(d)p Fu(-ply)f(search)h(is)f(obtained.)51
+b(The)31 b(amount)0 4846 y(of)c(w)o(ork)g(retained)g(by)f(the)h(master)
+l(,)g Fq(d)1329 4809 y Fp(0)1379 4846 y Fu(ply)-6 b(,)27
+b(is)f(automatically)g(determined)g(based)h(on)f(the)h(characteristics)
+g(of)0 5045 y(the)f(search)g(tree)g(generated)h(for)f(the)g(root)f
+(position)f(and)i(domain-dependent)f(information)f(pro)o(vided)h(by)g
+(the)0 5244 y(user)-5 b(.)30 b(Further)25 b(details)g(on)f(the)h
+(automatic)f(determination)f(of)i Fq(d)2246 5208 y Fp(0)2294
+5244 y Fu(can)g(be)g(found)f(else)n(where)h([2].)1925
+5589 y(9)p eop
+%%Page: 10 13
+10 12 bop 146 100 a Fu(APHID)26 b(completes)d(a)j Fq(d)p
+Fu(-ply)e Fq(\013)q(\014)30 b Fu(search)25 b(by)g(repeating)f(the)h
+(follo)n(wing)e(steps:)120 407 y(1.)49 b(Ex)o(ecute)37
+b(a)h(quick)f(search)h(\(or)g Fm(pass)p Fu(\))f(of)h(the)f
+Fq(d)1967 371 y Fp(0)1990 407 y Fu(-ply)g(tree)h(using)f(the)g
+(application')-5 b(s)36 b(sequential)h Fq(\013)q(\014)244
+606 y Fu(algorithm)23 b(\(where)j Fq(d)1009 570 y Fp(0)1059
+606 y Fq(<)i(d)p Fu(\),)d(aided)f(by)h(a)g(transposition)e(table)h
+(\(if)h(a)n(v)n(ailable\).)120 888 y(2.)49 b(If)25 b(the)g(search)g
+(returns)g(an)g(accurate)g Fq(d)p Fu(-ply)f(v)n(alue,)h(then)f(e)o(xit)
+g(the)h(loop.)120 1171 y(3.)49 b(Based)24 b(on)g(the)f(leaf)h(nodes)f
+(visited)g(during)g(this)f(pass,)i(report)g(an)o(y)f(changes)g(to)h
+(the)f(sla)n(v)o(es')g(w)o(ork)g(lists.)120 1453 y(4.)49
+b(W)-8 b(ait)24 b(for)i(ne)n(w)e(information)f(from)i(a)g(sla)n(v)o(e)f
+(process.)120 1735 y(5.)49 b(Go)25 b(to)f(step)g(1.)146
+2042 y(The)32 b Fq(d)384 2006 y Fp(0)407 2042 y Fu(-ply)g(tree)h(is)e
+(not)h(k)o(ept)g(in)f(memory)-6 b(.)51 b(Thus,)34 b(on)d(each)i(pass)f
+(the)g(tree)g(is)g(tra)n(v)o(ersed)g(to)g(determine)0
+2242 y(an)o(y)g(changes)g(to)f(the)h(w)o(ork)g(required.)53
+b(The)32 b(tree)g(is)g(re)o(generated)g(on)g(each)h(pass)f(by)f(the)h
+(application')-5 b(s)31 b Fq(\013)q(\014)0 2441 y Fu(algorithm)23
+b(and)i(transposition)e(table.)30 b(Since)c Fq(d)1668
+2405 y Fp(0)1715 2441 y Fu(is)f(usually)e(small,)h(the)h(cost)f(of)h(a)
+g(pass)g(is)f(also)g(small.)146 2640 y(During)e(a)g(pass,)g(when)g(the)
+g(master)f(reaches)i(a)f(leaf)h(of)f(the)f Fq(d)2263
+2604 y Fp(0)2286 2640 y Fu(-ply)h(tree,)h(an)f(e)n(v)n(aluation)e(of)i
+(that)g(node)f(must)0 2839 y(be)h(done.)29 b(If)22 b(the)f(subtree)g
+(underneath)g(that)g(node)g(\()p Fq(d)9 b Fk(\000)g Fq(d)1984
+2803 y Fp(0)2008 2839 y Fu(\))22 b(is)f(smaller)f(than)h
+Fq(g)k Fu(ply)c(\(the)g Fm(minimum)g(gr)o(anularity)0
+3039 y Fu(for)j(a)h(piece)f(of)h(parallel)f(w)o(ork\),)g(then)g(the)g
+(master)f(searches)i(the)f(remaining)f(\()p Fq(d)d Fk(\000)g
+Fq(d)2979 3002 y Fp(0)3002 3039 y Fu(\))k(ply)g(itself.)30
+b(Otherwise,)0 3238 y(the)25 b(node)f(is)h(assigned)f(to)g(a)h(sla)n(v)
+o(e)f(processor)-5 b(.)146 3437 y(Assuming)32 b(that)h(the)h(master)f
+(does)g(not)g(search)h(the)f(tree)h(underneath)g(a)g(gi)n(v)o(en)e
+(node)h(\()p Fq(g)47 b Fk(\024)e Fl(\()p Fq(d)28 b Fk(\000)h
+Fq(d)3781 3401 y Fp(0)3804 3437 y Fl(\))p Fu(\),)0 3636
+y(APHID)c(must)f(determine)h(a)g(v)n(alue)f(with)g(respect)i(to)e(the)h
+Fq(\013)q(\014)30 b Fu(search)c(windo)n(w)d(at)i(that)g(node)f(without)
+g(further)0 3836 y(search.)60 b(F)o(or)35 b(e)o(xample,)h(an)f
+Fq(\013)q(\014)40 b Fu(search)35 b(windo)n(w)e(of)h(\(0,5\))h(says)f
+(that)g(the)h Fq(\013)q(\014)k Fu(algorithm)33 b(needs)i(to)f(kno)n(w)0
+4035 y(whether)e(the)g(node')-5 b(s)32 b(minimax)e(v)n(alue)i(is)g
+Fk(\024)42 b Fl(0)p Fu(,)34 b Fk(\025)42 b Fl(5)p Fu(,)34
+b(or)e(the)g(e)o(xact)g(v)n(alue)g(if)g(it)g(lies)g(in)g(between)g(0)g
+(and)g(5.)0 4234 y(W)l(ithout)23 b(kno)n(wing)h(which)g(case)h(is)g
+(correct,)g(the)g Fq(\013)q(\014)30 b Fu(search)25 b(may)g(gi)n(v)o(e)e
+(inaccurate)i(results.)146 4433 y(If)34 b(the)e(sla)n(v)o(e)h(has)f
+(already)h(gi)n(v)o(en)f(the)g(master)h(a)g Fl(\()p Fq(d)28
+b Fk(\000)h Fq(d)2181 4397 y Fp(0)2204 4433 y Fl(\))p
+Fu(-ply)j(search)h(result,)i(that)d(v)n(alue)g(is)h(used.)3740
+4397 y Fn(4)3834 4433 y Fu(If)0 4633 y(the)25 b Fl(\()p
+Fq(d)d Fk(\000)h Fq(d)409 4596 y Fp(0)432 4633 y Fl(\))p
+Fu(-ply)i(result)g(is)g(una)n(v)n(ailable)f(because)h(the)h(sla)n(v)o
+(e)e(has)h(not)g(reached)h(that)f(depth)g(of)g(search,)h(or)f(the)0
+4832 y Fl(\()p Fq(d)e Fk(\000)h Fq(d)264 4796 y Fp(0)287
+4832 y Fl(\))p Fu(-ply)h(result)h(has)g(returned)h(a)f(bound)g(that)g
+(yields)f(insuf)n(\002cient)g(information)g(on)h(the)g(minimax)f(v)n
+(alue)0 5031 y(with)31 b(respect)i(to)f(the)g Fq(\013)q(\014)37
+b Fu(search)c(windo)n(w)-6 b(,)32 b(then)g(the)g(algorithm)e(guesses)i
+(at)g(the)g(minimax)f(v)n(alue.)52 b(Going)p 0 5121 1560
+4 v 112 5182 a Fj(4)149 5212 y Fi(In)30 b(the)g(implementations)f
+(presented)f(here,)k(the)e(deeper)f(ply)h(v)n(alues)g(are)g(not)f(used)
+h(e)n(v)o(en)f(if)i(the)o(y)e(are)h(a)n(v)n(ailable.)54
+b(This)31 b(is)0 5312 y(discussed)20 b(in)g(Section)g(4.)1900
+5589 y Fu(10)p eop
+%%Page: 11 14
+11 13 bop 0 100 a Fu(back)36 b(to)f(our)h(earlier)g(e)o(xample,)i(a)e
+(v)n(alue)f(of)h Fk(\024)49 b Fl(10)35 b Fu(does)g(not)h(yield)f
+(useful)g(information)f(at)i(a)g(node)g(with)0 299 y(an)d
+Fq(\013)q(\014)39 b Fu(search)33 b(windo)n(w)f(of)h(\(0,5\),)i(hence)f
+(a)f(guessed)g(v)n(alue)f(for)h(this)f(node)h(w)o(ould)g(be)g(used)f
+(until)g(a)i(sla)n(v)o(e)0 498 y(could)24 b(return)h(better)f
+(information.)30 b(An)o(y)23 b(node)i(where)g(APHID)g(has)g(to)f(guess)
+g(at)h(the)f(v)n(alue)g(is)h(mark)o(ed)f(as)h(an)0 697
+y Fm(uncertain)f Fu(node.)146 897 y(F)o(or)j(uncertain)g(nodes,)g
+(information)e(gathered)i(from)g(both)f(pre)n(vious)f(searches)j(and)f
+(the)f(current)i(search)0 1096 y(is)23 b(used)g(to)f(determine)h(a)h
+(guessed)e(v)n(alue.)30 b(The)23 b(guessed)g(v)n(alue)f(is)h(chosen)g
+(so)g(that)f(it)h(will)f(not)h(alter)g(the)g(shape)0
+1295 y(or)e(ordering)g(of)h(mo)o(v)o(es)d(within)h(the)h(game)g(tree)g
+(until)f(ne)n(w)h(information)f(is)h(recei)n(v)o(ed)g(from)g(a)g(sla)n
+(v)o(e)g(processor)-5 b(.)0 1494 y(Details)24 b(of)h(the)g(guessed)f
+(score)h(algorithm)e(are)j(pro)o(vided)e(in)g(Appendix)g(A.)146
+1694 y(As)c(minimax)f(v)n(alues)g(get)i(back)o(ed)f(up)g(the)g
+Fq(d)1681 1657 y Fp(0)1704 1694 y Fu(-ply)g(tree)h(during)e(the)h
+(search,)i(the)e(master)g(maintains)f(a)i(count)0 1893
+y(of)26 b(ho)n(w)f(man)o(y)g(uncertain)h(nodes)f(ha)n(v)o(e)h(been)g(e)
+n(v)n(aluated.)33 b(When)26 b(the)g(master)g(has)g(no)f(uncertain)h(e)n
+(v)n(aluations)0 2092 y(in)e(its)g Fq(d)272 2056 y Fp(0)295
+2092 y Fu(-ply)h(tree,)g(the)g(v)n(alue)f(of)h(the)f(complete)h
+Fq(d)p Fu(-ply)f(tree)h(is)f(accurate,)i(and)f(APHID)g(e)o(xits)f(the)g
+(loop.)146 2291 y(Sometimes,)f(the)g Fl(\()p Fq(d)17
+b Fk(\000)g Fq(d)1034 2255 y Fp(0)1056 2291 y Fl(\))p
+Fu(-ply)23 b(result)g(may)g(be)g(insuf)n(\002cient)f(for)i(the)f
+(master)g(to)g(determine)g(the)g(minimax)0 2491 y(v)n(alue.)47
+b(A)30 b(further)h(search)g(at)f(the)h(same)f(depth,)h(with)f(a)g(dif)n
+(ferent)g(search)h(windo)n(w)-6 b(,)30 b(is)g(required)h(when)f(this)0
+2690 y(happens.)k(The)26 b(master)f(sends)h(a)g(message)g(to)f(the)h
+(sla)n(v)o(e)g(responsible)e(for)j(searching)f(the)f(node)h(that)g(it)f
+(needs)0 2889 y(to)31 b(re-e)o(x)o(ecute)g(the)h(search)g(with)e(a)i
+(re)n(vised)f(search)h(windo)n(w)-6 b(.)49 b(The)31 b(sla)n(v)o(e)g
+(will)g(e)n(v)o(entually)e(return)j(updated)0 3088 y(information)23
+b(that)g(is)h(consistent)e(with)i(both)f(the)h(original)f(information)f
+(and)i(the)g(search)h(windo)n(w)d(requested.)146 3288
+y(APHID)e(solv)o(es)e(one)h(of)g(the)g(problems)f(that)h(synchronous)f
+(algorithms)f(ha)n(v)o(e)i(with)f(respect)h(to)g(initializing)0
+3487 y(parallelism)33 b(incorrectly)h(at)g(a)g(potential)f(CUT)h(node.)
+58 b(Most)33 b(synchronous)g(algorithms)f(use)i(application-)0
+3686 y(dependent)j(information)g(to)g(determine)h(when)g(to)f(initiate)
+g(parallelism.)69 b(By)38 b(using)f(the)h(guessed)f(scores)0
+3885 y(when)d(accurate)h(information)d(is)h(not)h(a)n(v)n(ailable,)h
+(the)f(APHID)g(algorithm)e(automatically)h(determines)g(if)h(a)0
+4085 y(subsequent)26 b(child)h(is)g(lik)o(ely)g(to)g(generate)h(a)g
+(cut-of)n(f)g(at)f(a)h(f)o(ailed)g(CUT)g(node.)38 b(Nodes)28
+b(which)f(are)h(pruned)f(by)0 4284 y(the)f(master)l(,)g(using)f(either)
+h(real)g(or)g(guessed)g(scores,)g(are)h(not)e(searched)i(by)f(the)f
+(sla)n(v)o(es.)34 b(If)26 b(it)g(seems)f(unlik)o(ely)0
+4483 y(that)g(the)f(node)h(will)f(be)h(pruned)g(\(e.g.)31
+b(due)25 b(to)g(lo)n(w)f(real/guessed)h(v)n(alues\),)f(then)g(all)h
+(children)g(are)g(visited)f(and)0 4682 y(the)e(w)o(ork)h(w)o(ould)e(be)
+i(initiated)e(in)h(parallel.)30 b(This)22 b(is)g(all)g(handled)g
+(implicitly)e(in)i(an)h(application-independent)0 4882
+y(w)o(ay)i(by)f(the)h Fq(\013)q(\014)30 b Fu(routine.)1900
+5589 y(11)p eop
+%%Page: 12 15
+12 14 bop 978 0 a
+ 15345564 14208860 8420065 17234821 28417720 35653713 startTexFig
+ 978 0 a
+%%BeginDocument: pics/aphid-snapshot.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 6 6 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 5.99997 0 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 342 674 ] concat
+%I
+[
+(Master)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 8 26 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -4 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -10 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -16 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -22 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 104 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -28 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 164 452 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 452 272 260 Line
+%I 2
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -71.5 99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+308 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 428.5 544 ] concat
+%I
+[
+(R)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 284 612.5 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 518 100 518 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 326 100 326 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 446 124 506 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 410 124 338 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 18 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 84 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -108 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 0 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 66 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -84 -24 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 12 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.458861 0 0 0.489848 235.544 397.7 ] concat
+%I
+232 170 388 266 Rect
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.815325 0 0 0.489848 236.845 397.7 ] concat
+%I
+232 170 364 266 Rect
+End
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.21519 0 0 0.046875 83.0438 492.703 ] concat
+%I
+100 241 376 241 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 515 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 503 ] concat
+%I
+[
+(Table)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 222 497 ] concat
+%I
+[
+(-1/4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 258 497 ] concat
+%I
+[
+(+2/3)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297.5 497 ] concat
+%I
+[
+(?/0)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 148 395 ] concat
+%I
+136 170 352 266 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 348 497 ] concat
+%I
+[
+(+5/5)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 468 497 ] concat
+%I
+[
+(+1/3)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 98 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+98 217 110 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+110 229 116 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+116 217 122 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+122 247 140 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 235 146 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+146 247 152 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+152 229 158 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+158 247 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 204 194 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+204 194 240 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+240 218 252 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+252 230 264 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+264 218 276 182 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+276 182 288 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 206 300 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+300 230 312 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+312 206 324 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+324 230 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+188 248 212 284 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+212 284 236 248 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+236 248 248 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+248 296 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+272 260 284 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+284 296 308 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+308 272 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+260 464 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 338 230 ] concat
+%I
+260 464 188 248 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 246 341 ] concat
+%I
+[
+(Slave 1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 354 341 ] concat
+%I
+[
+(Slave 2)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 444 341 ] concat
+%I
+[
+(Slave 3)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 35.5 -97.5 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 54 -97 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -24.5 -99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 320 148 320 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 164 148 164 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 180.5 421.5 ] concat
+%I
+[
+(d-d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 224 124 176 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 260 124 308 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 384 497 ] concat
+%I
+[
+(+4/5)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 60 -36 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 362 ] concat
+%I
+356 380 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 453 555.5 ] concat
+%I
+[
+(8)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 504 497 ] concat
+%I
+[
+(-3/1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 432 497 ] concat
+%I
+[
+(<0/4)
+] Text
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ 893 2003 a Fu(Figure)25 b(5:)30 b(A)25 b(Snapshot)f(of)h(APHID)g
+(Search)h(in)f(Operation)0 2291 y Fg(3.2)119 b(The)30
+b(APHID)g(T)-11 b(able)0 2557 y Fu(If)35 b(a)g(leaf)h(node)e(is)h
+(visited)e(by)i(the)g(master)f(for)h(the)g(\002rst)g(time,)h(it)f(is)f
+(allocated)g(to)h(a)g(sla)n(v)o(e)f(process.)61 b(This)0
+2756 y(information)33 b(is)i(recorded)g(in)g(the)f Fm(APHID)h(table)f
+Fu(that)h(is)f(shared)h(by)f(all)h(processes.)61 b(Figure)35
+b(5)f(sho)n(ws)g(an)0 2956 y(e)o(xample)24 b(of)h(ho)n(w)f(the)g(APHID)
+i(table)e(w)o(ould)g(be)h(or)n(ganized)g(at)g(a)g(gi)n(v)o(en)e(point)h
+(in)g(time.)146 3155 y(The)k(table)f(is)g(replicated)h(on)f(the)g
+(master)g(and)h(sla)n(v)o(e)f(processes.)38 b(Ho)n(we)n(v)o(er)l(,)27
+b(each)h(sla)n(v)o(e)f(only)g(kno)n(ws)f(of)0 3354 y(the)i(entries)h
+(rele)n(v)n(ant)e(to)h(it)g(within)f(the)i(table.)41
+b(F)o(or)29 b(e)o(xample,)f(in)g(Figure)h(5,)g(sla)n(v)o(e)f(1)g(only)g
+(kno)n(ws)f(about)h(the)0 3553 y(entries)23 b(for)h(1,)f(4)g(and)g(7.)
+30 b(The)24 b(master)l(,)f(which)g(is)g(responsible)f(for)h(distrib)n
+(uting)e(the)i(w)o(ork)g(to)g(all)g(of)h(its)e(sla)n(v)o(es,)0
+3753 y(has)j(copies)f(of)h(e)n(v)o(ery)f(table)h(entry)-6
+b(.)146 3952 y(The)39 b(master)f(and)h(sla)n(v)o(e)f(only)g(read)h
+(their)f(local)h(copies)f(of)h(the)f(information;)44
+b(there)39 b(are)g(no)g(e)o(xplicit)0 4151 y(messages)19
+b(sent)h(between)g(them)f(asking)g(for)h(information.)28
+b(The)20 b(entries)f(in)h(the)g(APHID)g(table)g(are)g(partitioned)0
+4350 y(into)k(tw)o(o)g(parts:)30 b(one)25 b(which)f(only)g(the)g
+(master)h(can)g(write)f(to,)g(and)h(one)g(which)f(only)g(the)g(sla)n(v)
+o(e)g(that)g(has)h(been)0 4550 y(assigned)i(that)g(piece)h(of)g(w)o
+(ork)g(can)g(write)g(to.)39 b(An)o(y)27 b(attempt)f(to)i(write)f(into)g
+(the)h(table)f(generates)h(a)g(message)0 4749 y(that)c(informs)g(the)h
+(master)f(or)h(sla)n(v)o(e)f(process)h(to)f(update)h(its)f(replicated)h
+(cop)o(y)f(of)h(the)g(table)f(entry)-6 b(.)146 4948 y(The)33
+b(master')-5 b(s)32 b(half)h(of)g(the)g(table)g(is)g(illustrated)e(abo)
+o(v)o(e)h(the)h(dashed)g(line)f(in)h(Figure)g(5.)55 b(F)o(or)33
+b(each)h(leaf)0 5147 y(visited)26 b(by)i(the)f(master)l(,)h(there)g(is)
+f(an)g(entry)h(in)f(the)g(APHID)h(table.)39 b(Information)27
+b(maintained)f(on)h(the)h(lea)n(v)o(es)1900 5589 y(12)p
+eop
+%%Page: 13 16
+13 15 bop 0 100 a Fu(includes)20 b(the)g(mo)o(v)o(es)f(required)i(to)f
+(generate)h(the)f(leaf)h(positions)e(from)h(the)g(root)h
+Fb(R)p Fu(,)f(the)g(approximate)g(location)0 299 y(of)27
+b(the)f(leaf)i(in)e(the)h(tree)g(\(which)f(is)h(used)f(by)h(the)f(sla)n
+(v)o(e)g(to)h(prioritize)f(w)o(ork\),)h(whether)g(this)e(leaf)j(w)o(as)
+e(visited)0 498 y(on)e(the)g(last)f(pass)h(that)g(the)g(master)g(e)o(x)
+o(ecuted,)f(and)h(the)g(number)f(of)i(the)f(sla)n(v)o(e)f(that)h(the)g
+(leaf)g(w)o(as)g(assigned)g(to.)146 697 y(In)32 b(our)f(e)o(xample,)i
+(roughly)d(the)i(same)f(number)g(of)h(lea)n(v)o(es)f(ha)n(v)o(e)g(been)
+h(allocated)f(to)g(each)h(sla)n(v)o(e.)50 b(Note)0 897
+y(that)22 b(there)h(is)g(an)g(additional)e(leaf,)j(8,)f(that)f(is)g
+(not)g(represented)i(in)e(the)h(master')-5 b(s)21 b Fq(d)2862
+860 y Fp(0)2885 897 y Fu(-ply)i(search)g(tree.)31 b(This)22
+b(leaf)0 1096 y(node)i(w)o(as)g(visited)f(on)h(a)g(pre)n(vious)f(pass)h
+(by)g(the)g(master)l(,)g(b)n(ut)f(w)o(as)h(not)g(visited)f(on)h(the)g
+(latest)f(pass.)30 b(Ho)n(we)n(v)o(er)l(,)0 1295 y(the)e(information)e
+(that)h(the)h(sla)n(v)o(e)f(has)h(generated)g(about)f(this)g(node)h
+(may)f(be)h(needed)g(in)g(a)g(later)g(pass,)g(and)g(is)0
+1494 y(not)23 b(deleted)g(from)g(the)g(table.)30 b(Lea)n(v)o(es)23
+b(are)h(initially)d(allocated)i(to)g(the)g(sla)n(v)o(es)f(in)h(a)h
+(round-robin)e(manner)l(,)h(and)0 1694 y(may)h(mo)o(v)o(e)g(due)h(to)f
+(load)g(balancing)h(\(as)g(described)f(in)h(Section)g(3.4\).)146
+1893 y(The)i(sla)n(v)o(e')-5 b(s)25 b(part)h(of)h(the)f(table)g(\(the)g
+(area)h(belo)n(w)f(the)g(dashed)g(line\))g(contains)g(information)f(on)
+h(the)g(min-)0 2092 y(imax)31 b(v)n(alue)g(at)g(v)n(arious)g(depths)f
+(of)i(search.)51 b(The)32 b(best)f(information)f(\(with)h(respect)h(to)
+f(search)h(depth\))f(and)0 2291 y(the)e(ply)g(to)g(which)g(the)h(leaf)g
+(w)o(as)f(e)o(xamined)g(is)g(gi)n(v)o(en)f(underneath)h(each)h(leaf)g
+(node.)45 b(F)o(or)29 b(leaf)h(1,)g(the)g(score)0 2491
+y(returned)i(is)f(-1)h(with)f(a)h(search)g(depth)f(of)h(4.)51
+b(Leaf)33 b(3)e(illustrates)g(that)g(the)g(score)h(information)f
+(returned)g(by)0 2690 y(the)25 b(sla)n(v)o(e)f(may)h(not)g(al)o(w)o
+(ays)g(be)g(an)g(e)o(xact)g(number)-5 b(.)31 b(The)25
+b(sla)n(v)o(es)f(maintain)g(upper)h(and)g(lo)n(wer)f(bounds)g(on)h(the)
+0 2889 y(minimax)g(v)n(alue)h(of)h(each)h(node)e(for)h(each)h(ply)e(of)
+h(search)g(depth.)2306 2853 y Fn(5)2382 2889 y Fu(This)f(information)f
+(is)i(determined)f(by)g(the)0 3088 y(minimax)31 b(v)n(alue)h(returned)h
+(and)g(the)g(search)g(windo)n(w)f(used)g(by)h(the)g(sla)n(v)o(e.)54
+b(F)o(or)33 b(simplicity)-6 b(,)32 b(only)g(a)h(single)0
+3288 y(bound)24 b(is)g(sho)n(wn.)146 3487 y(The)32 b(APHID)f(table)g
+(data)h(structure)e(must)g(support)h(tw)o(o)f(time)h(critical)g
+(operations:)42 b(\002nding)31 b(a)h(node)e(in)0 3686
+y(the)i(table,)i(and)e(adding)f(a)h(node)g(to)g(the)g(table.)52
+b(Hence,)35 b(the)d(APHID)g(table)g(has)g(been)g(implemented)f(as)h(an)
+0 3885 y(e)o(xtendible)f(hash)g(table.)52 b(Applications)31
+b(that)g(w)o(ould)g(use)h(APHID)h(generally)f(ha)n(v)o(e)f(a)i
+(transposition)d(table;)0 4085 y(the)21 b(transposition)e(table)i
+(hashing)g(function)f(can)i(also)f(be)h(used)f(to)g(\002nd)g(and)g(add)
+h(lea)n(v)o(es)e(to)h(the)h(APHID)f(table.)0 4380 y Fg(3.3)119
+b(The)30 b(APHID)g(Sla)m(v)o(e)0 4646 y Fu(A)20 b(sla)n(v)o(e)f
+(process)g(essentially)f(e)o(x)o(ecutes)h(the)g(same)h(code)f(that)h(a)
+f(sequential)g Fq(\013)q(\014)25 b Fu(searcher)c(w)o(ould.)28
+b(The)19 b(sla)n(v)o(e')-5 b(s)0 4846 y(main)24 b(loop)g(simply)f
+(repeats)i(the)g(follo)n(wing)e(steps)h(until)g(the)g(master)h(tells)f
+(it)g(that)g(the)h(search)g(is)g(complete:)p 0 4935 1560
+4 v 112 4996 a Fj(5)149 5027 y Fi(Note)c(that)f(tw)o(o)g(bounds)f(may)h
+(be)g(needed.)j(A)e(search)f(may)g(return)f(an)h(upper)f(bound)f(on)i
+(a)g(score.)25 b(That)20 b(node)f(may)h(ha)n(v)o(e)f(to)i(be)0
+5126 y(re-searched)e(to)i(get)g(more)e(information)g(on)h(its)i(score.)
+k(The)21 b(second)e(search)i(may)f(return)g(a)h(lo)n(wer)f(bound)f
+(that)i(is)g(good)f(enough)e(to)0 5226 y(cause)i(a)h(cutof)n(f.)1900
+5589 y Fu(13)p eop
+%%Page: 14 17
+14 16 bop 120 100 a Fu(1.)49 b(Look)24 b(in)h(its)f(local)g(cop)o(y)h
+(of)g(the)f(APHID)i(table)e(and)h(\002nd)g(the)f(best)h(node)f(to)h
+(search.)120 382 y(2.)49 b(Ex)o(ecute)24 b(the)h(search.)120
+664 y(3.)49 b(Report)25 b(the)g(result)f(back)h(to)f(the)h(master)f
+(\(fetching)h(an)o(y)f(update)h(to)f(its)g(APHID)i(table)e(in)h
+(return\).)120 946 y(4.)49 b(Go)25 b(to)f(step)g(1.)146
+1254 y(A)g(sla)n(v)o(e)f(chooses)g(the)h(\223best\224)f(node)h(based)f
+(on)h(tw)o(o)f(criteria:)30 b(the)24 b(depth)f(to)g(which)g(the)h(node)
+f(has)h(already)0 1453 y(been)35 b(searched)g(by)g(the)f(sla)n(v)o(e,)j
+(and)d(the)h(node')-5 b(s)34 b(\223priority\224)g(within)f(the)i
+(search)g(tree.)61 b(The)35 b(\002rst)f(criterion)0 1652
+y(ensures)28 b(that)g(all)h(pieces)f(of)h(w)o(ork)f(are)h(searched)h
+(to)e(equal)g(depths.)41 b(Nodes)28 b(searched)h(to)f(shallo)n(wer)g
+(depths)0 1851 y(are)f(preferred)h(o)o(v)o(er)e(those)g(searched)i(to)e
+(deeper)i(depths,)e(because)h(the)o(y)f(represent)h(more)g(w)o(ork)f
+(to)h(be)f(done.)0 2051 y(In)j(Figure)g(5,)g(sla)n(v)o(e)g(1)f(has)h
+(master)f(leaf)i(nodes)e(1,)i(4)e(and)h(7,)h(and)e(the)o(y)g(ha)n(v)o
+(e)h(been)g(searched)g(to)g(depths)f(4,)h(3)0 2250 y(and)23
+b(0,)f(respecti)n(v)o(ely)-6 b(.)28 b(Thus,)23 b(sla)n(v)o(e)f(1)g(is)g
+(attempting)f(to)h(search)h(leaf)g(7)g(to)f(1)g(ply)-6
+b(,)22 b(and)h(will)f(continue)f(to)i(search)0 2449 y(leaf)i(7)g(up)f
+(to)h(3)g(ply)f(using)g(iterati)n(v)o(e)f(deepening,)h(if)h(no)g(ne)n
+(w)f(high-priority)f(w)o(ork)i(arri)n(v)o(es)f(from)g(the)h(master)-5
+b(.)146 2648 y(The)33 b(second)e(criterion)h(is)g(the)g(location)f(of)i
+(the)f(node)g(within)f(the)h(master')-5 b(s)31 b(latest)h(pass)f(o)o(v)
+o(er)h(the)g(tree.)0 2848 y(Children)e(of)g(nodes)g(are)h(usually)e
+(considered)h(in)g(a)g(best-to-w)o(orst)f(ordering,)i(implying)d(that)i
+(the)g(left-most)0 3047 y(branches)g(at)f(a)h(node)f(are)h(less)f(lik)o
+(ely)f(to)h(be)h(pruned)f(than)g(the)g(right-most)e(ones.)44
+b(F)o(or)30 b(sla)n(v)o(e)e(2)i(in)f(Figure)g(5,)0 3246
+y(lea)n(v)o(es)i(2)h(and)f(5)h(ha)n(v)o(e)f(both)g(been)g(searched)h
+(to)g(5)f(ply)-6 b(,)32 b(b)n(ut)f(leaf)h(2)f(is)g(being)g(searched)i
+(to)e(6)g(ply)g(since)h(it)f(is)0 3445 y(further)25 b(left)g(in)f(the)h
+(tree)g(than)f(leaf)i(5.)146 3645 y(Unfortunately)-6
+b(,)27 b(maintaining)f(a)i(complete)f(ordering)h(of)g(each)g(leaf)g(in)
+g(the)f(master')-5 b(s)27 b Fq(d)3251 3609 y Fp(0)3274
+3645 y Fu(-ply)h(tree)g(can)g(be)0 3844 y(e)o(xpensi)n(v)o(e.)33
+b(Thus,)25 b(APHID)i(uses)f(a)g(priority)f(scheme)h(to)g(gi)n(v)o(e)f
+(an)h(approximation)e(of)j(the)f(second)g(criterion.)0
+4043 y(The)k(formula)f(for)h(the)g(priority)f(is)g(as)h(follo)n(ws:)39
+b(F)o(or)30 b(each)g(principal)f(v)n(ariation)g(node)h(that)f(lies)g
+(on)h(the)f(path)0 4242 y(from)d(the)h(root)f(of)h(the)f(tree)h(to)f
+(the)h(node)f(in)h(question,)e(four)i(points)e(are)j(added)e(to)g(the)h
+(node')-5 b(s)26 b(priority)-6 b(.)34 b(T)-8 b(w)o(o)0
+4442 y(points)25 b(are)i(gi)n(v)o(en)e(to)g(the)h(node')-5
+b(s)26 b(priority)f(if)h(it)g(is)g(considered)g(to)g(be)g(part)g(of)g
+(the)h(critical)f(tree.)35 b(The)26 b(priority)0 4641
+y(scheme)k(ensures)g(that)g(the)g(search)h(proceeds)f(in)g(a)h(roughly)
+e(left-to-right)g(manner)l(,)j(and)e(that)g(nodes)f(within)0
+4840 y(the)e(critical)f(tree)h(are)h(preferred)f(o)o(v)o(er)f(nodes)g
+(that)h(might)e(not)h(be)h(e)n(v)n(aluated.)35 b(Ev)o(ery)26
+b(node)h(visited)e(in)h(a)h(pass)0 5039 y(of)c(the)g(game)g(tree)h(by)f
+(the)g(master)f(gets)h(at)h(least)e(4)i(points,)e(since)h(the)g(root)g
+(is)f(part)i(of)f(the)g(principal)f(v)n(ariation.)0 5239
+y(Nodes)i(that)g(are)h(not)f(touched)g(on)g(the)g(master')-5
+b(s)24 b(latest)g(pass)g(of)g(the)g(game)g(tree)h(are)g(gi)n(v)o(en)e
+(a)i(priority)e(of)i(zero.)1900 5589 y(14)p eop
+%%Page: 15 18
+15 17 bop 146 100 a Fu(A)21 b(node)g(with)f(zero)h(priority)f(will)g
+(ne)n(v)o(er)g(be)h(selected)g(for)g(further)g(search)g(by)f(a)i(sla)n
+(v)o(e.)28 b(F)o(or)21 b(sla)n(v)o(e)f(3,)i(notice)0
+299 y(that)h(leaf)g(8)h(has)f(been)g(searched)h(pre)n(viously)-6
+b(,)21 b(b)n(ut)i(not)f(on)h(the)g(last)g(pass.)30 b(This)22
+b(leaf)i(is)f(ignored)f(by)h(the)g(sla)n(v)o(e')-5 b(s)0
+498 y(w)o(ork)25 b(selection)f(algorithm)f(because)i(it)g(is)f(not)g
+(currently)h(part)g(of)f(the)h(master')-5 b(s)24 b(tree.)146
+697 y(If)e(there)g(are)g(nodes)g(that)f(must)f(be)i(searched)g(for)g
+(the)f(current)h(iteration)f(of)g(the)h(master)l(,)g(the)f(node)g(with)
+g(the)0 897 y(highest)27 b(priority)h(is)g(al)o(w)o(ays)g(scheduled)g
+(until)g(it)g(has)g(been)h(searched)g(to)f(the)h(requisite)e(depth.)42
+b(This)27 b(allo)n(ws)0 1096 y(the)g(master')-5 b(s)26
+b(de)n(v)o(elopment)f(of)i(the)g(search)g(tree)h(to)e(proceed)h(in)g
+(an)g(orderly)g(manner)-5 b(.)37 b(When)27 b(all)f(nodes)h(at)g(a)0
+1295 y(sla)n(v)o(e)d(ha)n(v)o(e)h(been)g(searched)h(to)f(the)f(master')
+-5 b(s)25 b(required)g(depth,)f(the)h(nodes)g(at)g(the)g(lo)n(west)e
+(search)j(depth)e(ha)n(v)o(e)0 1494 y(their)h(search)g(e)o(xtended,)f
+(with)g(priority)g(v)n(alues)g(as)h(a)g(secondary)f(consideration.)146
+1694 y(Before)32 b(a)f(search)g(can)g(be)f(e)o(x)o(ecuted,)h(an)g
+Fq(\013)q(\014)36 b Fu(search)31 b(windo)n(w)e(must)g(be)i(generated)g
+(by)f(the)g(sla)n(v)o(e.)47 b(The)0 1893 y(windo)n(w)29
+b(selection)g(algorithm)g(is)g(application-dependent.)46
+b(The)30 b(general-purpose)g(windo)n(w)f(selection)g(al-)0
+2092 y(gorithm)i(used)h(by)f(the)h(applications)f(in)h(this)f(paper)i
+(in)l(v)n(olv)o(ed)d(centering)i(the)g(search)h(windo)n(w)d(around)i
+(the)0 2291 y(probable)c(minimax)e(v)n(alue)i(of)g(the)g(game)g(tree.)
+41 b(The)28 b(search)g(windo)n(w)f(w)o(as)h(made)g(slightly)f(lar)n
+(ger)h(to)g(re\003ect)0 2491 y(the)f(amount)e(of)i(uncertainty)f(in)h
+(the)f(probable)h(minimax)e(v)n(alue.)36 b(Further)27
+b(details)f(on)h(the)f(algorithm)g(can)h(be)0 2690 y(found)d(in)h
+(Appendix)f(B.)0 2985 y Fg(3.4)119 b(Load)30 b(Balancing)0
+3252 y Fu(Although)21 b(the)i(master)g(attempts)f(to)g(gi)n(v)o(e)g(an)
+h(equal)g(amount)f(of)h(w)o(ork)f(to)h(each)g(sla)n(v)o(e)g(in)f
+(APHID,)i(neither)e(the)0 3451 y(master)h(nor)h(the)f(sla)n(v)o(e)g
+(can)h(predict)f(the)h(amount)e(of)i(ef)n(fort)f(required)h(to)f
+(complete)g(a)h Fl(\()p Fq(d)17 b Fk(\000)h Fq(d)3261
+3415 y Fp(0)3284 3451 y Fl(\))p Fu(-ply)23 b(search)h(for)0
+3650 y(a)h(gi)n(v)o(en)e(piece)j(of)e(w)o(ork.)31 b(Thus,)24
+b(load)g(imbalances)h(can)g(occur)-5 b(.)146 3849 y(As)22
+b(part)g(of)g(a)g(pass)f(of)h(the)g Fq(d)1120 3813 y
+Fp(0)1143 3849 y Fu(-ply)f(tree,)i(the)f(master)f(computes)g(ho)n(w)g
+(man)o(y)g(uncertain)g(nodes)g(it)h(is)f(w)o(aiting)0
+4049 y(for)i(from)g(each)h(sla)n(v)o(e.)29 b(The)23 b(master)g(can)g
+(mo)o(v)o(e)e(lea)n(v)o(es)i(of)g(the)g Fq(d)2258 4012
+y Fp(0)2281 4049 y Fu(-ply)f(tree)i(from)e(an)i Fm(o)o(verwork)o(ed)f
+(slave)g Fu(\(with)0 4248 y(a)g(lar)n(ge)g(number)f(of)h(uncertain)f
+(nodes\))g(to)g(an)h Fm(underwork)o(ed)g(slave)f Fu(\(with)g(no)g
+(uncertain)h(nodes\).)29 b(This)22 b(yields)0 4447 y(a)39
+b(tradeof)n(f)g(between)g(f)o(aster)g(con)l(v)o(er)n(gence)g(for)g(a)g
+(gi)n(v)o(en)f(ply)g(search)h(of)g(the)g(tree)g(and)g(additional)f
+(search)0 4646 y(o)o(v)o(erhead,)31 b(since)f(the)g(pre)n(vious)f
+(searches)i(for)f(the)g(piece)h(of)f(w)o(ork)g(to)g(be)h(mo)o(v)o(ed)d
+(must)i(be)g(re-searched)h(on)0 4846 y(another)25 b(processor)-5
+b(.)146 5045 y(The)39 b(load-balancing)e(algorithm)g(al)o(w)o(ays)h
+(attempts)f(to)h(strip)g(pieces)g(of)h(w)o(ork)f(a)o(w)o(ay)g(from)g
+(the)g(most)0 5244 y(o)o(v)o(erw)o(ork)o(ed)c(sla)n(v)o(e.)60
+b(The)35 b(algorithm)e(prefers)j(to)e(tak)o(e)h(pieces)g(of)g(w)o(ork)g
+(that)f(are)i(small,)g(since)f(the)o(y)f(lead)1900 5589
+y(15)p eop
+%%Page: 16 19
+16 18 bop 0 100 a Fu(to)30 b(less)f(duplicated)g(w)o(ork.)47
+b(The)30 b(\002rst)g(uncertain)g(node)f(encountered)h(for)h(each)f(sla)
+n(v)o(e)g(during)f(a)h(pass)g(is)g(not)0 299 y(considered)c(for)g
+(load-balancing)f(purposes,)g(since)h(it)f(is)h(lik)o(ely)f(being)g
+(searched)i(by)e(that)h(sla)n(v)o(e)f(at)h(this)f(time.)0
+498 y(Another)f(stipulation)f(is)h(that)g(the)h(same)f(piece)h(of)g(w)o
+(ork)g(cannot)f(be)h(mo)o(v)o(ed)e(twice)h(in)h(a)g(ro)n(w;)f(this)f
+(pre)n(v)o(ents)h(a)0 697 y(v)o(ery)g(small)g(piece)h(of)g(w)o(ork)g
+(from)f(being)h(passed)f(from)h(process)g(to)f(process.)146
+897 y(Another)i(cause)h(of)f(a)h(load)f(imbalance)g(is)g(a)g(piece)h
+(of)f(w)o(ork)g(that)g(is)g(much)g(lar)n(ger)h(than)f(the)g(other)g
+(pieces)0 1096 y(of)k(w)o(ork.)47 b(F)o(or)30 b(e)o(xample,)h(the)f
+(search)h(tree)f(for)h(a)g(node)f(along)f(the)h(principal)g(v)n
+(ariation)f(is)h(generally)g(much)0 1295 y(lar)n(ger)39
+b(than)f(the)g(last)g(subtrees)g(e)o(xamined)f(during)h(a)h(sequential)
+e(search.)72 b(When)38 b(there)h(is)f(such)g(a)h(lar)n(ge)0
+1494 y(piece)d(of)f(w)o(ork,)j(multiple)33 b(processes)i(should)f
+(participate)h(in)g(computing)e(the)j(minimax)d(v)n(alue.)62
+b(Thus,)37 b(a)0 1694 y(mechanism)27 b(is)g(needed)i(for)f(breaking)g
+(a)g(lar)n(ge)g(piece)h(of)f(w)o(ork)g(into)f(a)h(number)g(of)g
+(smaller)f(pieces)h(that)g(can)0 1893 y(be)35 b(distrib)n(uted)e(\(via)
+i(the)g(load-balancing)f(algorithm\))g(to)g(other)h(processes.)61
+b(This)34 b(can)h(be)g(accomplished)0 2092 y(by)e(mo)o(ving)e(the)i
+(master')-5 b(s)32 b(parallelization)g(horizon)h(deeper)h(within)e(the)
+h(tree)g(for)h(a)f(lar)n(ge)h(piece)f(of)g(w)o(ork.)0
+2291 y(This)c(allo)n(ws)f(the)h(master)g(to)g(subdi)n(vide)f(a)i
+(single)e(piece)i(of)g(w)o(ork)f(into)g(man)o(y)f(smaller)h(pieces.)45
+b(It)29 b(could)g(be)0 2491 y(said)f(that)h(the)f(lar)n(ge)h(piece)h
+(of)e(w)o(ork)h(is)f Fm(e)n(xempted)h Fu(from)g(the)g(parallelization)e
+(horizon)i(at)f Fq(d)3283 2455 y Fp(0)3306 2491 y Fu(-ply)-6
+b(.)42 b(Note)29 b(that)0 2690 y(ne)n(w)c(pieces)h(of)g(w)o(ork)g
+(created)g(from)f(e)o(x)o(emptions)f(can)i(also)f(be)h(e)o(x)o(empted.)
+32 b(Thus,)25 b(Figure)h(4)g(is)f(misleading;)0 2889
+y(APHID)g(parallelism)f(does)g(not)h(necessarily)f(occur)h(at)g(the)g
+(same)f(depth)h(in)f(the)h(tree.)146 3088 y(The)32 b(master)f(is)g
+(responsible)g(for)h(determining)e(the)i(pieces)f(of)h(w)o(ork)f(to)h
+(be)g(e)o(x)o(empted.)49 b(It)32 b(bases)f(these)0 3288
+y(decisions)22 b(on)g(the)g(sla)n(v)o(e')-5 b(s)22 b(feedback)h(on)f
+(the)h(ef)n(fort)f(required)h(to)f(search)h(each)g(piece)g(of)g(w)o
+(ork)f(\(subtree)h(size\).)0 3487 y(Periodically)-6 b(,)35
+b(the)f(master)g(determines)f(the)h(lar)n(gest)g(pieces)g(of)g(w)o(ork)
+g(that)g(ha)n(v)o(e)f(been)h(e)o(xplored)g(recently)-6
+b(,)0 3686 y(along)22 b(with)g(the)h(a)n(v)o(erage)g(size)g(of)g(each)h
+(piece)f(of)g(w)o(ork.)30 b(If)23 b(the)g(size)g(of)g(the)f(lar)n(gest)
+h(piece)g(of)g(w)o(ork)g(is)f Fq(v)27 b Fu(times)0 3885
+y(the)f(size)g(of)g(the)g(a)n(v)o(erage)g(piece)g(of)g(w)o(ork,)h(the)e
+(lar)n(gest)h(piece)h(of)f(w)o(ork)f(is)h(subdi)n(vided)e(in)h(future)h
+(searches.)35 b Fq(v)0 4085 y Fu(is)24 b(an)h(application-dependent)f
+(parameter)h(in)f(APHID.)146 4284 y(The)38 b(nature)h(of)f(the)g
+Fq(\013)q(\014)43 b Fu(algorithm)37 b(does)h(not)f(guarantee)i(that)e
+(man)o(y)g(more)h(w)o(ork)g(granules)g(will)f(be)0 4483
+y(created)27 b(if)g(the)f(search)h(horizon)f(is)g(e)o(xtended)g(by)g(a)
+h(single)f(ply)-6 b(.)34 b(F)o(or)27 b(e)o(xample,)f(if)g(the)h(node)f
+(to)g(be)h(e)o(x)o(empted)0 4682 y(is)h(a)g(CUT)h(node,)g(then)f(the)g
+(search)g(will)g(lik)o(ely)f(generate)i(a)f(single)g(ALL)g(node.)40
+b(When)29 b(APHID)f(e)o(x)o(empts)f(a)0 4882 y(lar)n(ge)i(piece)f(of)g
+(w)o(ork,)h(the)f(horizon)g(is)f(e)o(xtended)h(by)g(2)g(ply)f(to)h
+(guarantee)h(that)e(the)h(w)o(ork)g(will)g(be)g(split)f(into)0
+5081 y(multiple)c(pieces.)1900 5589 y(16)p eop
+%%Page: 17 20
+17 19 bop 0 100 a Fg(3.5)119 b(Exter)n(nal)30 b(Interface)g(of)f(the)h
+(APHID)g(Algorithm)0 366 y Fu(The)25 b(APHID)g(algorithm)f(has)h(been)g
+(written)f(as)h(an)g(application-independent)e(library)h(of)h(C)h
+(routines)e(\(using)0 565 y(PVM)37 b(for)g(process)g(communication)f
+([4]\).)68 b(It)37 b(w)o(as)g(designed)f(to)h(pro)o(vide)f(minimal)f
+(interv)o(ention)h(into)g(a)0 765 y(w)o(orking)29 b(v)o(ersion)f(of)i
+(sequential)e Fq(\013)q(\014)6 b Fu(.)44 b(F)o(or)30
+b(a)g(program)f(to)g(use)g(the)h(library)-6 b(,)29 b(a)h(fe)n(w)g
+(application-dependent)0 964 y(routines)22 b(\(such)h(as)h(mo)o(v)o(e)d
+(format,)i(ho)n(w)g(to)g(mak)o(e/unmak)o(e)f(mo)o(v)o(es,)f(setting)h
+(a)i(windo)n(w)e(for)h(a)h(sla)n(v)o(e')-5 b(s)22 b(search,)0
+1163 y Fm(etc)p Fu(.\))39 b(must)27 b(be)h(written)e(so)i(that)f(APHID)
+h(can)g(access)g(the)f(required)h(information)e(without)g(ha)n(ving)h
+(to)g(kno)n(w)0 1362 y(the)e(data)g(structures)f(used)g(in)h(the)f
+(application.)146 1562 y(T)-8 b(o)25 b(parallelize)f(a)h(sequential)e
+Fq(\013)q(\014)30 b Fu(program,)24 b(the)g(user)h(modi\002es)e(their)i
+(search)g(routine)e(as)i(sho)n(wn)e(in)h(Fig-)0 1761
+y(ure)h(6.)32 b(The)25 b(changes)g(required)g(by)g(APHID)h(are)g(mark)o
+(ed)f(by)g(shading,)f(and)h(easily)f(\002t)i(into)e(the)h(standard)g
+Fq(\013)q(\014)0 1960 y Fu(frame)n(w)o(ork.)42 b(This)28
+b(one)h(piece)g(of)g(code)g(functions)e(as)i(the)g(search)g(algorithm)e
+(for)i(both)f(the)h(master)g(and)f(the)0 2159 y(sla)n(v)o(e)22
+b(processes.)30 b(The)22 b Fb(aphid)p 1144 2159 30 4
+v 35 w(master)f Fu(routine)h(identi\002es)g(whether)h(the)f(process)h
+(is)f(a)h(master)f(or)h(a)g(sla)n(v)o(e.)0 2359 y(The)j(master)f(uses)h
+Fb(aphid)p 976 2359 V 34 w(horizon)f Fu(to)g(tell)g(if)h(it)f(is)h(at)f
+(a)i(leaf)f(node)f(in)h(its)f(tree.)34 b(Since)26 b(games)f(are)h
+(played)0 2558 y(under)31 b(real-time)g(constraints,)g
+Fb(aphid)p 1444 2558 V 35 w(checkalarm)e Fu(is)i(periodically)f(called)
+h(to)g(check)h(whether)f(there)0 2757 y(is)i(a)h(reason)g(to)g(abort)f
+(the)h(search.)58 b Fb(Aphid)p 1621 2757 V 35 w(intnode)p
+2076 2757 V 34 w(start)33 b Fu(and)h Fb(aphid)p 2921
+2757 V 35 w(intnode)p 3376 2757 V 34 w(end)f Fu(tell)g(the)0
+2956 y(master)27 b(that)g(a)h(search)g(is)f(be)o(ginning/ending)e(for)j
+(this)e(interior)h(node.)39 b(Which)27 b(searching)h(an)f(interior)g
+(node,)0 3156 y Fb(aphid)p 306 3156 V 35 w(intmnode)p
+821 3156 V 34 w(move)18 b Fu(k)o(eeps)h(track)g(of)g(which)f(mo)o(v)o
+(e)f(is)i(being)f(searched,)j(and)d Fb(aphid)p 3359 3156
+V 35 w(intnode)p 3814 3156 V 34 w(update)0 3355 y Fu(records)25
+b(the)g(v)n(alue)f(of)h(the)g(search.)146 3554 y(In)32
+b(addition)e(to)i(the)f(abo)o(v)o(e,)h(approximately)e(10)i(lines)f(of)
+g(code)h(ha)n(v)o(e)f(to)h(be)f(added)h(outside)f(of)g(the)h
+Fq(\013)q(\014)0 3753 y Fu(algorithm)25 b(to)g(allo)n(w)g(APHID)i(to)f
+(mak)o(e)g(the)g(sequential)f(program)h(into)f(a)h(parallel)g(program.)
+35 b(More)26 b(speci\002c)0 3953 y(information)d(on)i(each)g(of)g(the)g
+Fb(aphid)p 1388 3953 V 59 w Fu(functions)f(and)h(call-back)g(routines)f
+(can)h(be)g(found)f(else)n(where)h([2].)146 4152 y(Other)31
+b(parallel)f Fq(\013)q(\014)6 b Fu(-based)30 b(algorithms)f(require)i
+(signi\002cant)f(changes)h(to)f(the)g(sequential)g(search)h(algo-)0
+4351 y(rithms)24 b(used)i(in)f(practice.)34 b(If)26 b(the)f(search)i
+(algorithm)d(has)i(been)f(designed)g(without)g(re)o(gard)g(for)h
+(multitasking)0 4550 y(or)f(a)f(speci\002c)h(parallel)g(model,)e(inte)o
+(grating)g(a)i(parallel)f(algorithm)f(into)h(the)g(code)h(can)f(be)h(a)
+g(signi\002cant)f(task.)0 4750 y(By)33 b(using)e(the)h(sequential)f
+(algorithm)g(and)h(call-back)h(functions)e(to)h(the)g(user')-5
+b(s)31 b(code)i(whene)n(v)o(er)f(possible,)0 4949 y(APHID)25
+b(represents)f(a)g(signi\002cant)g(decrease)h(in)e(the)h(ef)n(fort)g
+(required)h(to)e(achie)n(v)o(e)h(a)g(w)o(orking)g(parallel)g(game-)0
+5148 y(tree)h(search)h(program)e(o)o(v)o(er)g(its)g(synchronous)g
+(counterparts.)1900 5589 y(17)p eop
+%%Page: 18 21
+18 20 bop 789 188 a
+ 18334146 37416636 11972280 9472573 28220375 42626580 startTexFig
+ 789 188 a
+%%BeginDocument: pics/aphidcode-alphabeta.ps
+%Magnification: 0.50
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+151.5 664.0 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+  bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+  4 -2 roll mul srgb} bind def
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+n 0 792 m 0 0 l 612 0 l 612 792 l cp clip
+ 0.03000 0.03000 sc
+% Polyline
+n 1150 5445 m 9150 5445 l 9150 5645 l 1150 5645 l cp gs 0.90 setgray ef gr 
+% Polyline
+n 1150 7245 m 9150 7245 l 9150 7845 l 1150 7845 l cp gs 0.90 setgray ef gr 
+% Polyline
+n 1150 8645 m 9150 8645 l 9150 9445 l 1150 9445 l cp gs 0.90 setgray ef gr 
+% Polyline
+n 1150 10045 m 9150 10045 l 9150 10245 l 1150 10245 l cp gs 0.90 setgray ef gr 
+% Polyline
+n 1150 10645 m 9150 10645 l 9150 10845 l 1150 10845 l cp gs 0.90 setgray ef gr 
+% Polyline
+n 1150 12645 m 9150 12645 l 9150 12845 l 1150 12845 l cp gs 0.90 setgray ef gr 
+% Polyline
+n 1150 14645 m 9150 14645 l 9150 14845 l 1150 14845 l cp gs 0.90 setgray ef gr 
+7.500 slw
+% Polyline
+n 1050 575 m 9250 575 l 9250 17300 l 1050 17300 l cp gs col-1 s gr 
+/Courier ff 180.00 scf sf
+1500 1400 m
+gs 1 -1 sc (int numOfSuccessors;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 1600 m
+gs 1 -1 sc (int gamma;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 1800 m
+gs 1 -1 sc (int i;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2000 m
+gs 1 -1 sc (int sc;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2200 m
+gs 1 -1 sc (int under;) col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 1800 m
+gs 1 -1 sc (/* move counter */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 2000 m
+gs 1 -1 sc (/* score returned by search */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 2200 m
+gs 1 -1 sc (/* alpha for move to be searched */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 2400 m
+gs 1 -1 sc (/* beta for move to be searched */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 4400 m
+gs 1 -1 sc (/* Generate hash value and key for this position */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 4800 m
+gs 1 -1 sc (/* Fetch information from transposition table  */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 5600 m
+gs 1 -1 sc (if \(aphid_master\(\) == FALSE && h_length >= plytogo\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 5800 m
+gs 1 -1 sc (if \(flag == VALID\)  { return\(h_score\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 6000 m
+gs 1 -1 sc (if \(flag == LBOUND\) { alpha = max\(alpha,h_score\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 6200 m
+gs 1 -1 sc (if \(flag == UBOUND\) { beta = min\(beta,h_score\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 6400 m
+gs 1 -1 sc (if \(alpha >= beta\)  { return\(h_score\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 6600 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 7000 m
+gs 1 -1 sc (/* Evaluate position if at bottom of tree */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 5400 m
+gs 1 -1 sc (/* If we have searched position deep enough, use score info */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 7200 m
+gs 1 -1 sc (if \(plytogo == 0\) { return\(Evaluate\(p\)\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 4600 m
+gs 1 -1 sc (generate_hash\(p, p_hash, p_key\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 5000 m
+gs 1 -1 sc (retrieve\(p_hash, p_key, p_entry, h_length, h_score, h_flag, h_move\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 7400 m
+gs 1 -1 sc (if \(aphid_horizon\(depth, plytogo, p_hash, p_key\) == TRUE\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 7600 m
+gs 1 -1 sc (return\(aphid_eval_leaf\(alpha, beta, depth, plytogo, p_hash, p_key\)\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 7800 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 8200 m
+gs 1 -1 sc (/* Generate move list, evaluate position if no moves */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 8400 m
+gs 1 -1 sc (numOfSuccessors = GenerateSuccessors\(p\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 8600 m
+gs 1 -1 sc (if \(numOfSuccessors == 0\) { return\(Evaluate\(p\)\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 8800 m
+gs 1 -1 sc (if \(aphid_checkalarm\(FALSE\) != FALSE\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 9000 m
+gs 1 -1 sc (terminate_search = TRUE;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 9400 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 10000 m
+gs 1 -1 sc (under = alpha;   over = beta;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 10200 m
+gs 1 -1 sc (aphid_intnode_start\(depth, p_hash, p_key\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 11800 m
+gs 1 -1 sc (if \(sc > under && i > 1 && sc < beta && plytogo > 2\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+2100 12000 m
+gs 1 -1 sc (sc = -AlphaBeta\(p,-beta,-sc,plytogo-1\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 11600 m
+gs 1 -1 sc (/* Is a research necessary? */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 11400 m
+gs 1 -1 sc (sc = -AlphaBeta\(p,-over,-under,plytogo-1\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 10800 m
+gs 1 -1 sc (aphid_intnode_move\(depth, &\(movelist[i]\)\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 11000 m
+gs 1 -1 sc (make_move\(p, movelist[i]\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 3000 m
+gs 1 -1 sc (char *p_hash;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 3200 m
+gs 1 -1 sc (char *p_key;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 3400 m
+gs 1 -1 sc (int h_length;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 3600 m
+gs 1 -1 sc (int h_score;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 3800 m
+gs 1 -1 sc (int h_flag;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2800 m
+gs 1 -1 sc (char *p_entry;) col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 2800 m
+gs 1 -1 sc (/* pointer to physical location of TT entry */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 3000 m
+gs 1 -1 sc (/* pointer to hash value */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 3200 m
+gs 1 -1 sc (/* pointer to hash table lock */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 3400 m
+gs 1 -1 sc (/* ply position previously searched to */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 3600 m
+gs 1 -1 sc (/* score at h_length ply from TT */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 3800 m
+gs 1 -1 sc (/* type of score \(VALID, LBOUND or UBOUND\) */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 4000 m
+gs 1 -1 sc (/* recommended move from TT */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 4000 m
+gs 1 -1 sc (move h_move;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2400 m
+gs 1 -1 sc (int over;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 2600 m
+gs 1 -1 sc (move move_opt;) col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 2600 m
+gs 1 -1 sc (/* current best move */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 12800 m
+gs 1 -1 sc (aphid_intnode_update\(depth, value\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 1200 m
+gs 1 -1 sc (move movelist[MAX_LEGAL_MOVES];) col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 1200 m
+gs 1 -1 sc (/* ordered list of all moves */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 1400 m
+gs 1 -1 sc (/* total number of moves in movelist[] */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+9000 1600 m
+gs 1 -1 sc (/* current best minimax value */) dup sw pop neg 0 rm  col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 10600 m
+gs 1 -1 sc (for\(i=1; \(i <= numOfSuccessors && score <= beta\); i++\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 14000 m
+gs 1 -1 sc (/* set window for next child */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 14200 m
+gs 1 -1 sc (under = max\(gamma, alpha\);  over = under + 1;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 14400 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 15200 m
+gs 1 -1 sc (/* Write information into transposition table */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 13000 m
+gs 1 -1 sc (if \(sc > gamma\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+2100 13200 m
+gs 1 -1 sc (gamma = sc;) col-1 sh gr
+/Courier ff 180.00 scf sf
+2100 13400 m
+gs 1 -1 sc (move_opt = movelist[i];) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 13600 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 9800 m
+gs 1 -1 sc (gamma = -INFINITY;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 14800 m
+gs 1 -1 sc (aphid_intnode_end\(depth, score, beta\); ) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 12200 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 12600 m
+gs 1 -1 sc (unmake_move\(p, movelist[i]\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 15400 m
+gs 1 -1 sc (h_flag = VALID;) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 15600 m
+gs 1 -1 sc (if \(score <= alpha\) { h_flag = LBOUND; }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 16000 m
+gs 1 -1 sc (if \(h_length <= plytogo\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 15800 m
+gs 1 -1 sc (if \(score >= beta\) { h_flag = UBOUND; }) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 16400 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 16200 m
+gs 1 -1 sc (p_entry = store\(p_hash, p_key, plytogo, score, h_flag, move_opt\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 17200 m
+gs 1 -1 sc (} /* AlphaBeta */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 800 m
+gs 1 -1 sc (int AlphaBeta\(position p, int alpha, int beta, int depth, int plytogo\) {) col-1 sh gr
+/Courier ff 180.00 scf sf
+1800 9200 m
+gs 1 -1 sc (return\(0\);  /* Should exit AlphaBeta quickly when alarm on */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1500 16800 m
+gs 1 -1 sc (return\(gamma\);) col-1 sh gr
+showpage
+$F2psEnd
+rs
+%%EndDocument
+
+ endTexFig
+ 770 5131 a Fu(Figure)25 b(6:)30 b(Code)c(Example:)j(APHID)d(within)d
+(the)i Fq(\013)q(\014)30 b Fu(Algorithm)1900 5589 y(18)p
+eop
+%%Page: 19 22
+19 21 bop 146 100 a Fu(It)23 b(should)f(also)h(be)g(noted)f(that,)h(in)
+g(terms)f(of)h(ease)h(of)f(use,)g(the)g(APHID)g(library)g(is)f(almost)g
+(unique.)29 b(Gi)n(v)o(en)0 299 y(an)22 b Fq(\013)q(\014)27
+b Fu(program)21 b(with)g(the)g(code)h(structured)f(to)g(use)g(the)h
+(Cilk)f(directi)n(v)o(es,)g(then)g(parallel)g Fm(sync)o(hr)l(onous)f
+Fu(search)0 498 y(algorithms,)f(such)g(as)h(YBWC)h(and)e(PV)-10
+b(-Split,)21 b(can)f(be)f(easily)h(implemented)e([1].)29
+b(Cilk)19 b(uses)g(multiple)f(threads)0 697 y(to)27 b(coordinate)g(the)
+g(search,)h(where)g(each)f(thread)h(represents)f(a)g(node)g(where)h(w)o
+(ork)f(has)g(been)g(split)f(of)n(f)h(from)0 897 y(its)d(parent.)0
+1236 y Fo(4)143 b(Experimental)33 b(Results)0 1539 y
+Fu(Most)c(authors)g(demonstrate)h(the)g(ef)n(fecti)n(v)o(eness)e(of)i
+(their)g(parallel)g(algorithm)f(using)g(a)h(single)f(application.)0
+1738 y(Chess)40 b(is)f(often)h(chosen)g(because)g(synchronous)f
+(algorithms)f(usually)h(yield)g(good)g(speedups)g(when)h(the)0
+1937 y(branching)24 b(f)o(actor)i(is)e(lar)n(ge.)31 b(In)25
+b(contrast,)g(APHID')-5 b(s)25 b(performance)g(will)f(be)h(presented)g
+(using)f(four)g(dif)n(ferent)0 2136 y(applications,)35
+b(each)g(written)f(by)g(dif)n(ferent)g(authors)g(and)g(with)f(dif)n
+(ferent)h(coding)g(styles.)58 b(This)34 b(ambitious)0
+2336 y(comparison)27 b(of)i(performance)g(in)f(multiple)e(application)i
+(domains)f(is)h(feasible)g(because)h(of)f(APHID')-5 b(s)29
+b(ease)0 2535 y(of)c(inte)o(gration)e(into)h(an)h(e)o(xisting)e
+(sequential)h(program.)146 2734 y(This)34 b(section)f(presents)h(e)o
+(xperimental)e(results)i(for)g(APHID.)g(Section)g(4.1)g(describes)g
+(the)g(e)o(xperimen-)0 2933 y(tal)h(methodology)-6 b(.)60
+b(Section)36 b(4.2)f(describes)g(the)g(o)o(v)o(erhead)g(model)g(used)g
+(to)g(analyze)h(performance.)63 b(The)0 3133 y(e)o(xperimental)24
+b(results)g(are)h(presented)g(in)f(Section)h(4.3.)0 3428
+y Fg(4.1)119 b(Methodology)0 3694 y Fu(APHID)19 b(has)g(been)g
+(implemented)e(in)i(four)g(applications:)28 b(C)t Fa(H)t(I)t(N)t(O)t(O)
+t(K)r Fu(,)e(C)t Fa(R)t(A)t(F)t(T)t(Y)r Fu(,)h(K)t Fa(E)t(Y)-6
+b(A)t(N)t(O)25 b Fu(and)c(T)t Fa(H)t(E)t Fu(T)t Fa(U)t(R)t(K)r
+Fu(.)2 3893 y(C)t Fa(H)t(I)t(N)t(O)t(O)t(K)26 b Fu(is)20
+b(the)g(Man)g(vs.)28 b(Machine)20 b(W)-8 b(orld)20 b(Check)o(ers)h
+(Champion)e(program)h(\(principal)f(author:)28 b(Jonathan)0
+4093 y(Schaef)n(fer\).)37 b(K)t Fa(E)t(Y)-6 b(A)t(N)t(O)32
+b Fu(is)25 b(a)h(state-of-the-art)g(Othello)e(program,)i(which)f(rank)o
+(ed)h(among)f(the)h(top)f(\002)n(v)o(e)g(com-)0 4292
+y(puter)32 b(Othello)e(programs)h(w)o(orldwide)g(from)h(1992)f(to)g
+(1996)g(\(author:)44 b(Mark)32 b(Brockington\).)52 b(C)t
+Fa(R)t(A)t(F)t(T)t(Y)40 b Fu(is)0 4491 y(a)35 b(strong)f(free)n(w)o
+(are)i(chess)f(program)g(\(author:)51 b(Robert)35 b(Hyatt\).)63
+b(T)t Fa(H)t(E)t Fu(T)t Fa(U)t(R)t(K)42 b Fu(is)34 b(a)h(strong)g
+(chess)f(program)0 4690 y(designed)g(by)h(tw)o(o)g(graduate)g(students)
+f(at)h(the)g(Uni)n(v)o(ersity)e(of)i(Alberta)g(\(Andreas)g(Junghanns)f
+(and)h(Yngvi)0 4890 y(Bjornsson\).)63 b(Both)36 b(chess)g(programs)g
+(ha)n(v)o(e)f(been)h(participants)f(in)h(a)g(W)-8 b(orld)36
+b(Computer)f(Chess)h(Champi-)0 5089 y(onsip.)52 b(All)32
+b(of)g(the)g(applications)f(ha)n(v)o(e)h(a)h(\002nely-tuned)f
+(sequential)f(search)i(algorithm)e(that)h(considers)f(the)0
+5288 y(best)e(mo)o(v)o(e)e(\002rst)i(approximately)e(90\045)i(\(or)g
+(more\))g(of)g(the)g(time.)42 b(In)29 b(practice,)h(the)o(y)e(each)i
+(search)f(trees)h(that)1900 5589 y(19)p eop
+%%Page: 20 23
+20 22 bop 0 100 a Fu(are)26 b(close)e(to)h(the)f(critical)h(tree)g(in)f
+(size.)146 299 y(All)g(e)o(xperiments)f(were)j(performed)e(on)g(a)h
+(Silicon)f(Graphics)h(Origin)e(2000)h(with)g(64)g(processors.)3631
+263 y Fn(6)3701 299 y Fu(Each)0 498 y(of)34 b(the)g(applications)e
+(were)j(compiled)e(with)g(SGI')-5 b(s)34 b Fb(cc)g Fu(compiler)-5
+b(.)57 b(F)o(or)34 b(the)g(parallel)g(tests,)h(tw)o(o)e(dif)n(ferent)0
+697 y(v)o(ersions)h(of)i(the)g(code)g(were)g(compiled.)62
+b(The)36 b(\002rst)g(parallel)f(program)h(could)f(be)h(used)f(at)h
+(run-time)f(as)h(a)0 897 y(master)30 b(or)g(a)g(sla)n(v)o(e)g(by)f
+(APHID.)i(The)f(second)g(program)g(w)o(as)g(an)g(e)o(x)o(ecutable)f
+(that)h(could)f(only)g(be)i(used)e(by)0 1096 y(APHID)34
+b(as)f(a)h(sla)n(v)o(e.)55 b(This)33 b(separation)g(impro)o(v)o(ed)e
+(performance,)36 b(since)d(a)h(number)e(of)i(callback)f(routines)0
+1295 y(used)25 b(only)f(by)g(the)h(master)f(impacted)g(the)h
+(performance)g(of)g(the)g(sla)n(v)o(es)f(when)g(left)h(in)g(the)f
+Fq(\013)q(\014)30 b Fu(algorithm.)146 1494 y(P)o(arallel)i(and)g
+(sequential)f(algorithms)f(often)h(do)h(not)f(agree)i(with)e(each)h
+(other)f(about)h(the)f(search)i(result)0 1694 y(\(v)n(alue)24
+b(and/or)g(best)g(mo)o(v)o(e\))f(when)h(the)h(full)f(v)o(ersion)f(of)h
+(the)h(program)f(is)g(used)g([12].)31 b(F)o(or)24 b(e)o(xample,)f(dif)n
+(ferent)0 1893 y(search)g(windo)n(ws)e(can)i(cause)g(dif)n(ferent)f
+(search)h(e)o(xtensions)e(to)h(be)g(turned)h(on,)f(resulting)g(in)g(a)h
+(dif)n(ferent)f(v)n(alue)0 2092 y(at)33 b(the)h(root.)56
+b(One)33 b(w)o(ould)g(prefer)h(that)f(the)g(parallel)g(and)h
+(sequential)e(algorithms)g(return)h(identical)g(v)n(alues)0
+2291 y(and)26 b(principal)f(v)n(ariations,)g(allo)n(wing)f(for)i(a)g
+(meaningful)f(comparison.)33 b(It)26 b(is)f(dif)n(\002cult)g(to)h(mak)o
+(e)f(this)g(happen)0 2491 y(without)i(se)n(v)o(erely)h(crippling)g(the)
+h(program')-5 b(s)28 b(sequential)f(search)j(algorithm.)41
+b(As)29 b(a)g(compromise,)f(most)g(of)0 2690 y(the)20
+b(search)i(result)e(dif)n(ferences)h(can)g(be)f(eliminated)g(by)g
+(disabling)f(all)h Fq(\013)q(\014)26 b Fu(windo)n(w-based)20
+b(search)h(e)o(xtensions)0 2889 y(and)h(reductions.)30
+b(This)21 b(does)i(not)f(imply)f(that)h(a)h(\002x)o(ed)f(search)h
+(depth)f(w)o(as)h(enforced)g(on)f(the)g(programs.)30
+b(As)22 b(an)0 3088 y(e)o(xample,)30 b(the)g(check)o(ers)g(and)g(chess)
+g(programs)f(still)g(used)g(quiescence)h(search)h(to)e(e)o(xtend)g(the)
+h(search)g(well)0 3288 y(be)o(yond)24 b(the)g Fq(d)p
+Fu(-ply)g(search)i(horizon.)146 3487 y(The)g(size)f(of)g(each)h(of)g
+(the)f(searches)h(is)f(important)e(to)i(the)g(observ)o(ed)g(speedup.)32
+b(In)25 b(synchronous)f(parallel)0 3686 y(game-tree)h(search)g
+(algorithms,)e(the)i(speedup)f(can)h(be)g(impro)o(v)o(ed)e(arbitrarily)
+h(by)h(increasing)f(the)h(size)f(of)h(the)0 3885 y(search)e([15].)30
+b(Ho)n(we)n(v)o(er)l(,)21 b(searching)h(game)g(trees)g(that)g(occur)g
+(under)g(tournament)f(time)h(controls)f(is)h(critical)f(to)0
+4085 y(assessing)e(a)h(parallel)f(game-tree)h(search)g(algorithm')-5
+b(s)18 b(performance.)29 b(Thus,)20 b(the)g(size)f(of)h(the)g(indi)n
+(vidual)d(tests)0 4284 y(w)o(as)24 b(limited)e(so)h(that)h(the)f(a)n(v)
+o(erage)h(time)f(spent)g(searching)h(on)f(a)h(64-processor)g(machine)f
+(did)g(not)g(e)o(xceed)h(the)0 4483 y(usual)e(time)h(controls)f(in)g
+(the)h(game)f(being)h(studied.)29 b(This)22 b(is)h(180)f(seconds)h(in)f
+(chess,)h(60)g(seconds)g(in)f(Othello,)0 4682 y(and)29
+b(120)g(seconds)g(in)f(the)h(game)g(of)g(check)o(ers.)45
+b(Consequently)-6 b(,)29 b(the)g(search)g(depth)g(achie)n(v)o(ed)f
+(depended)h(on)0 4882 y(the)f(game)g(being)g(studied)f(and)i(the)f
+(position)e(being)i(tested.)41 b(F)o(or)29 b(check)o(ers,)g(the)g
+(search)g(depth)e(v)n(aried)h(from)0 5081 y(25)h(to)f(29)h(ply)-6
+b(,)29 b(while)f(for)h(chess)g(it)g(w)o(as)g(11)f(or)i(12)e(ply)-6
+b(.)42 b(F)o(or)29 b(Othello,)g(all)g(positions)e(were)i(searched)h(15)
+f(ply)p 0 5171 1560 4 v 112 5232 a Fj(6)149 5262 y Fi(Additional)19
+b(e)o(xperiments)g(ha)n(v)o(e)g(been)h(done)f(using)h(Sun)g(equipment)e
+(to)i(test)h(the)f(portability)f(of)h(the)g(APHID)h(library)e([2)o(].)
+1900 5589 y Fu(20)p eop
+%%Page: 21 24
+21 23 bop 0 100 a Fu(deep.)60 b(The)35 b(parallelization)f(horizon)g(v)
+n(aried)g(from)g(4)h(to)f(8)g(ply)g(\(4)h(in)f(chess)h(and)f(Othello,)i
+(6)f(to)f(8)g(ply)g(in)0 299 y(check)o(ers\).)63 b(A)36
+b(suitable)e(benchmark)h(set)g(w)o(as)h(chosen)f(for)g(each)h(game:)51
+b(the)35 b(Bratk)o(o-K)m(opec)h(test)f(set)g(for)0 498
+y(chess)25 b([10],)g(positions)e(from)i(the)g(\002rst)g(Chinook-T)m
+(insle)o(y)e(match)h(for)i(check)o(ers)g([12)o(],)g(and)f(positions)e
+(from)i(a)0 697 y(W)-8 b(orld)24 b(Championship)g(game)g(for)h(Othello)
+f([2].)146 897 y(Using)j(a)g(transposition)e(table)i(that)g(is)g(lar)n
+(ge)g(enough)g(to)g(accommodate)f(results)h(disco)o(v)o(ered)f(during)g
+(the)0 1096 y(search)g(is)f(important.)32 b(that)25 b(k)o(ept)g(the)g
+(o)o(v)o(erall)g(size)g(of)h(the)f(program)g(and)h(data)f(belo)n(w)g
+(400)g(MB)h(w)o(as)f(chosen.)0 1295 y(It)c(w)o(as)h(unanticipated)e
+(that)g(this)h(limitation)e(w)o(ould)h(dramatically)g(af)n(fect)i(the)f
+(speedup)g(on)g(a)h(lar)n(ge)f(number)g(of)0 1494 y(processors)g(b)n
+(ut,)g(as)g(discussed)f(later)l(,)i(400)f(MB)g(pro)o(v)o(ed)f(to)h(be)g
+(inadequate)g(for)g(the)g(lar)n(ge)g(searches)h(attempted)0
+1694 y(in)i(the)h(chess)g(and)g(check)o(ers)g(programs.)146
+1893 y(Distrib)n(uted)g(transposition)f(table)i(schemes)g(quickly)g
+(become)g(communication-bound)e(on)i(modern)f(ar)n(-)0
+2092 y(chitectures.)58 b(Thus,)35 b(it)f(is)f(usually)g(infeasible)g
+(to)h(implement)e(sharing)h(of)h(transposition)e(table)i(entries)f(on)0
+2291 y(systems)21 b(where)j(shared)f(memory)f(is)g(not)g(a)n(v)n
+(ailable)g(in)h(hardw)o(are.)30 b(The)23 b(APHID)h(library)e(contains)g
+(a)h(method)0 2491 y(for)g(distrib)n(uting)d(transposition)h(table)h
+(information)f(that)i(does)f(not)g(o)o(v)o(erload)g(the)g
+(interconnection)g(netw)o(ork.)0 2690 y(Experiments)30
+b(with)g(APHID)h(using)f(distrib)n(uted)f(transposition)g(tables)h(are)
+i(a)n(v)n(ailable)e(else)n(where)h([2].)49 b(The)0 2889
+y(e)o(xperiments)19 b(reported)i(in)f(this)g(paper)h(were)g(run)g(on)f
+(a)h(shared-memory)g(computer)l(,)f(allo)n(wing)f(us)i(to)f(compare)0
+3088 y(our)25 b(results)f(with)g(those)g(reported)h(in)f(the)h(recent)g
+(literature.)146 3288 y(Note)31 b(that)f(the)g(transposition)f(table)h
+(size)h(did)f(not)g(increase)h(as)g(the)g(number)f(of)h(processors)f
+(increased.)0 3487 y(The)k(sequential)g(tests)f(used)h(e)o(xactly)g
+(the)g(same)g(number)g(of)h(table)f(entries)g(as)g(each)h(of)g(the)f
+(parallel)g(tests.)0 3686 y(If)d(the)g(parallel)g(run)g(used)g(64)f
+(processors,)i(then)f(each)g(process)g(recei)n(v)o(ed)g(1/64th)e(of)i
+(the)g(table)g(entries)g(that)0 3885 y(the)d(sequential)f(process)h
+(recei)n(v)o(ed.)40 b(Thus,)29 b(the)f(e)o(xperiments)e(measured)i(the)
+g(scalability)f(of)h(the)g(number)g(of)0 4085 y(processors)d(and)h(not)
+f(the)g(scalability)g(of)h(memory)-6 b(.)32 b(Other)25
+b(researchers)i(ha)n(v)o(e)e(allo)n(wed)g(the)g(number)h(of)f(table)0
+4284 y(entries)34 b(to)g(increase)h(in)f(tandem)g(with)g(the)g(number)g
+(of)g(processors.)60 b(This)33 b(can)i(result)f(in)g(an)h(unf)o(air)f
+(com-)0 4483 y(parison)29 b(\(and)h(signi\002cantly)f(in\003ated)g
+(speedups\))h(because)g(the)f(sequential)g(algorithm')-5
+b(s)28 b(table)h(may)h(not)f(be)0 4682 y(lar)n(ge)e(enough)f(to)h(hold)
+f(the)h(critical)f(tree)h(in)g(memory)-6 b(,)26 b(whereas)h(the)g
+(parallel)f(v)o(ersion)g(can.)37 b(When)27 b(e)o(xamin-)0
+4882 y(ing)i(the)h(game-tree)g(search)g(literature,)h(the)e(reader)i
+(should)e(a)n(v)n(oid)g(directly)g(comparing)g(speedups)h(without)0
+5081 y(understanding)23 b(the)i(conditions)e(under)i(which)f(the)o(y)g
+(were)i(achie)n(v)o(ed.)146 5280 y(The)21 b(standard)g(set)g(of)g
+(tests)f(for)h(each)h(program)e(in)l(v)n(olv)o(ed)g(e)o(xamining)f(a)i
+(\002x)o(ed-depth)g(game)f(tree)h(\(modulo)1900 5589
+y(21)p eop
+%%Page: 22 25
+22 24 bop 0 100 a Fu(an)o(y)28 b(quiescence)g(search\))h(and)f(using)f
+(a)h(shared)h(memory)e(transposition)f(table,)j(o)o(v)o(er)e(a)h(v)n
+(arying)f(number)h(of)0 299 y(processors.)g(Each)20 b(program)e(w)o(as)
+h(tested)g(on)g Fq(n)p Fu(=16,)h(32)f(and)g(64)f(processors,)i(using)e
+(a)i(single-le)n(v)o(el)d(hierarchy:)0 498 y(one)25 b(master)f
+(allocated)h(w)o(ork)f(to)h Fq(n)d Fk(\000)h Fl(1)i Fu(sla)n(v)o(es)e
+(for)j(each)f(test)f(position.)146 697 y(There)34 b(are)g(tw)o(o)e
+(methods)g(of)h(reporting)g(speedups)f(and)h(o)o(v)o(erheads)f(for)h(a)
+h(lar)n(ge)f(number)g(of)g(samples.)0 897 y(The)28 b(\002rst)f(is)g(to)
+g(add)h(all)f(of)h(the)f(searches)h(for)g(the)f(multiple)f(positions)f
+(together)l(,)j(and)g(perform)f(the)h(speedup)0 1096
+y(and)j(o)o(v)o(erhead)f(analysis)g(on)g(the)h(combined)e(data.)49
+b(The)31 b(second)f(method)g(is)g(to)h(perform)f(the)h(speedup)f(and)0
+1295 y(o)o(v)o(erhead)c(analysis)h(on)f(each)i(indi)n(vidual)d
+(position,)h(and)h(a)n(v)o(erage)g(the)g(speedups)g(and)g(o)o(v)o
+(erheads.)36 b(The)28 b(sec-)0 1494 y(ond)36 b(method)f(is)h(preferred)
+h(\(and)g(used)f(in)g(this)f(paper\))i(because)f(it)g(will)g(not)f(o)o
+(v)o(erestimate)g(the)h(observ)o(ed)0 1694 y(speedup)24
+b(for)h(a)h(lar)n(ge)f(number)f(of)h(test)f(positions.)0
+1989 y Fg(4.2)119 b(Ov)o(erheads)30 b(in)h(APHID)0 2255
+y Fu(The)36 b(performance)h(of)g(APHID)g(will)e(be)i(analyzed)f(in)g
+(terms)g(of)h(the)f(impediments)e(\(o)o(v)o(erheads\))i(to)g(high)0
+2455 y(parallel)28 b(performance.)41 b(Since)28 b(the)g(o)o(v)o(erhead)
+f(model)g(used)h(in)f(this)g(section)h(is)f(slightly)f(dif)n(ferent)i
+(than)g(that)0 2654 y(used)d(by)f(other)h(authors,)f(the)g(terminology)
+f(used)i(is)f(de\002ned)i(here.)146 2853 y(The)e Fm(total)e(o)o
+(verhead)h Fu(represents)g(the)g(additional)e(computing)h(time)g
+(required)i(by)e(the)i(parallel)f(algorithm)0 3052 y(on)i
+Fq(n)g Fu(processors)f(to)h(achie)n(v)o(e)f(the)g(same)h(result)f(as)h
+(the)g(sequential)f(v)o(ersion:)772 3351 y Fl(total)c(o)m(v)m(erhead)30
+b(=)1512 3284 y(\(parallel)20 b(time)43 b Fk(\002)h Fl(n\))23
+b Fk(\000)f Fl(sequen)m(tial)h(time)p 1512 3328 1580
+4 v 1984 3420 a(sequen)m(tial)g(time)3101 3351 y Fq(:)0
+3650 y Fu(The)29 b(total)g(o)o(v)o(erhead)f(can)i(also)f(be)h(computed)
+e(by)h(e)o(xamining)e(the)j(component)e(o)o(v)o(erheads)g
+(independently)-6 b(.)0 3849 y(The)32 b(three)h(main)e(o)o(v)o(erheads)
+g(are)i(\(1\))g(dedicating)e(a)i(processor)f(to)g(be)g(used)g(e)o
+(xclusi)n(v)o(ely)d(as)k(a)f(master)g(\(the)0 4049 y(master)f(o)o(v)o
+(erhead\),)i(\(2\))f(the)g(ef)n(fecti)n(v)o(e)e(decrease)j(in)e(nodes)h
+(per)g(second)f(e)o(xamined)g(\(parallelization)g(o)o(v)o(er)n(-)0
+4248 y(head\),)e(and)f(\(3\))g(the)g(lar)n(ger)g(search)g(tree)h(b)n
+(uilt)d(by)i(the)g(parallel)f(algorithm)g(\(total)g(search)h(o)o(v)o
+(erhead\).)40 b(There)0 4447 y(is)29 b(no)g(synchronization)f(o)o(v)o
+(erhead)g(in)h(the)g(APHID)h(algorithm)e(since)h(the)g(algorithm)f
+(operates)h(in)g(an)g(asyn-)0 4646 y(chronous)24 b(manner)-5
+b(.)30 b(The)25 b(breakdo)n(wn)f(of)h(o)o(v)o(erheads)f(can)h(be)g(e)o
+(xpressed)f(in)h(the)f(follo)n(wing)f(formula:)380 4945
+y Fl(total)e(o)m(v)m(erhead)85 b(=)d(\(1)22 b(+)g(master)g(o)m(v)m
+(erhead)r(\))g Fk(\002)h Fl(\(1)e(+)h(parallelization)c(o)m(v)m(erhead)
+r(\))1244 5169 y Fk(\002)k Fl(\(1)g(+)g(total)f(searc)m(h)i(o)m(v)m
+(erhead)r(\))p Fq(:)1900 5589 y Fu(22)p eop
+%%Page: 23 26
+23 25 bop 146 100 a Fu(The)30 b Fm(master)g(o)o(verhead)g
+Fu(is)f(the)h(approximate)f(penalty)h(incurred)g(by)g(ha)n(ving)f(a)i
+(single)e(processor)h(being)0 299 y(allocated)24 b(completely)f(to)h
+(the)h(handling)e(of)h(the)h(master)-5 b(.)29 b(This)24
+b(is)g(simply)f Fl(1)p Fq(=)p Fl(\()p Fq(n)d Fk(\000)h
+Fl(1\))p Fu(,)j(the)h(bene\002t)f(of)h(adding)0 498 y(another)g(sla)n
+(v)o(e)f(to)g(the)h(other)g Fq(n)d Fk(\000)h Fl(1)h Fu(sla)n(v)o(es.)
+146 697 y(The)37 b Fm(par)o(allelization)32 b(o)o(verhead)k
+Fu(is)g(the)g(penalty)f(incurred)i(by)e(the)h(APHID)h(library)f(on)g
+(the)g(speed)g(of)0 897 y(the)h(sla)n(v)o(es.)65 b(The)37
+b(dif)n(ference)g(between)g(the)g(rate)g(at)g(which)f(the)h(parallel)f
+(sla)n(v)o(es)g(e)o(xplore)g(nodes)h(and)f(the)0 1096
+y(sequential)29 b(program')-5 b(s)28 b(node)i(rate)g(is)f(the)g
+(parallelization)g(o)o(v)o(erhead.)44 b(This)29 b(o)o(v)o(erhead)f(is)i
+(deri)n(v)o(ed)e(partially)0 1295 y(from)g(the)h(cost)f(of)h(using)f
+(PVM,)g(and)h(partially)f(from)g(the)h(w)o(ork-scheduling)e(algorithm)h
+(on)g(each)h(sla)n(v)o(e.)42 b(In)0 1494 y(ef)n(fect,)34
+b(the)d(parallelization)g(o)o(v)o(erhead)f(includes)h(synchronization)f
+(o)o(v)o(erhead,)j(comple)o(xity)c(o)o(v)o(erhead)i(and)0
+1694 y(communication)23 b(o)o(v)o(erhead,)h(as)h(used)f(in)h(pre)n
+(vious)e(parallel)i Fq(\013)q(\014)30 b Fu(models)24
+b([12)o(,)h(15].)146 1893 y(The)d Fm(total)f(sear)l(c)o(h)g(o)o
+(verhead)h Fu(represents)f(the)h(number)f(of)h(additional)f(nodes)g
+(searched)h(by)g(the)g(algorithm)0 2092 y(while)37 b(attempting)f(to)h
+(determine)f(the)i Fq(d)p Fu(-ply)e(minimax)g(v)n(alue.)68
+b(In)37 b(the)h(case)g(of)f(APHID,)h(there)f(are)i(tw)o(o)0
+2291 y(o)o(v)o(erheads)29 b(that)g(combine)g(to)g(mak)o(e)h(the)f
+(total)g(search)h(o)o(v)o(erhead:)40 b(the)29 b(search)h(o)o(v)o
+(erhead)f(\(as)h(seen)g(in)f(other)0 2491 y(parallel)c(models\))f(and)g
+(the)h(speculati)n(v)o(e)e(search.)146 2690 y(The)33
+b Fm(sear)l(c)o(h)g(o)o(verhead)g Fu(represents)g(the)g(additional)f
+(nodes)g(searched)i(to)f(achie)n(v)o(e)f(the)h Fq(d)p
+Fu(-ply)g(minimax)0 2889 y(v)n(alue.)60 b(This)34 b(can)i(be)f
+(computed)e(by)i(di)n(viding)e(the)h(number)h(of)g(nodes)f(e)o(xamined)
+g(in)g(the)h(parallel)g(search)0 3088 y(by)29 b(the)g(number)g(of)g
+(nodes)g(e)o(xamined)f(in)h(the)g(corresponding)g(sequential)f(search.)
+45 b(Most)28 b(of)i(this)e(o)o(v)o(erhead)0 3288 y(is)j(incurred)g
+(when)g(the)g(parallel)g(v)o(ersion)f(uses)h(a)g(search)h(windo)n(w)d
+(that)i(is)g(not)f(as)h(precise)h(as)f(that)g(used)f(by)0
+3487 y(the)i(sequential)f(v)o(ersion.)51 b(If)32 b(a)g(shared-memory)g
+(transposition)e(table)h(is)h(not)f(used,)i(some)f(of)g(the)g(increase)
+0 3686 y(in)c(search)g(o)o(v)o(erhead)f(can)i(be)f(attrib)n(uted)f(to)g
+(information)g(de\002cienc)o(y)-6 b(,)28 b(since)g(data)g(is)f(not)g
+(shared)i(ef)n(\002ciently)0 3885 y(between)c(the)g(processes.)146
+4085 y(The)19 b(remainder)g(of)g(the)g(increase)h(in)e(search)i(o)o(v)o
+(erhead)e(is)g(attrib)n(utable)g(to)h(the)g(load-balancing)f
+(algorithm.)0 4284 y(The)k(APHID)f(algorithm)f(forces)i(w)o(ork)g(to)f
+(be)h(recalculated)f(when)h(it)f(is)g(mo)o(v)o(ed)f(to)h(another)g
+(processor)-5 b(.)29 b(When)0 4483 y(there)e(are)h(more)f(processors)g
+(in)g(the)g(system,)f(the)h(load-balancing)f(algorithm)g(is)h(more)g
+(acti)n(v)o(e)f(in)h(balancing)0 4682 y(the)e(w)o(orkload,)f(thus)g
+(causing)g(more)h(search)g(o)o(v)o(erhead.)146 4882 y(Since)33
+b(each)g(position)e(is)h(searched)h(to)f Fq(d)g Fu(ply)-6
+b(,)33 b(the)g(asynchronous)e(nature)i(of)f(the)g(sla)n(v)o(es)g(will)g
+(result)f(in)0 5081 y(some)22 b(w)o(ork)g(being)h(done)f(at)h(depth)f
+Fl(\()p Fq(d)14 b Fl(+)g(1\))22 b Fu(or)g(greater)-5
+b(.)31 b(The)22 b Fm(speculative)g(sear)l(c)o(h)g Fu(represents)h(the)f
+(amount)g(of)0 5280 y(additional)d(search)h(that)g(APHID)g(has)g
+(undertak)o(en)g(which)g(is)f(be)o(yond)g(what)h(the)g(sequential)f
+(algorithm)g(w)o(ould)1900 5589 y(23)p eop
+%%Page: 24 27
+24 26 bop 0 100 a Fu(attempt)22 b(for)i(a)f Fq(d)p Fu(-ply)g(search.)31
+b(It)23 b(can)h(be)f(computed)f(by)h(taking)g(the)g(number)g(of)g
+(speculati)n(v)o(e)f(nodes)h(searched)0 299 y(and)35
+b(di)n(viding)f(that)h(by)g(the)g(number)g(of)h(nodes)f(searched)h(in)f
+(the)h(sequential)e(case.)64 b(In)35 b(our)h(e)o(xperiments,)0
+498 y(speculati)n(v)o(e)d(search)i(results)e(are)i(computed,)h(b)n(ut)e
+(these)g(results)f(are)j(not)d(used)h(to)g(in\003uence)h(the)f(v)n
+(alue)g(of)0 697 y(shallo)n(wer)27 b(searches.)43 b(This)27
+b(allo)n(wed)h(the)g(APHID)h(algorithm)e(to)h(produce)h(the)f(same)g
+(search)h(v)n(alues)f(as)g(the)0 897 y(sequential)c(v)o(ersion)g(in)g
+(most)g(cases.)146 1096 y(Ignoring)32 b(the)g(speculati)n(v)o(e)e
+(search)j(results)e(understates)g(the)h(potential)f(of)h(the)g(APHID)h
+(algorithm.)51 b(In)0 1295 y(a)32 b(real)g(tournament)e(game,)j
+(speculati)n(v)o(e)d(search)i(could)f(be)h(used)f(to)g(look)g(an)h(e)o
+(xtra)f(mo)o(v)o(e)f(ahead)i(on)g(some)0 1494 y(k)o(e)o(y)24
+b(v)n(ariations.)29 b(It)c(is)f(highly)g(lik)o(ely)f(that)i(the)f(v)n
+(ariations)f(that)i(were)g(speculati)n(v)o(ely)d(e)o(xtended)i(will)g
+(be)h(in)f(the)0 1694 y(left-most)j(branches)h(of)g(the)g(tree.)41
+b(Thus,)28 b(sometimes)f(k)o(e)o(y)g(v)n(ariations)g(will)g(be)h
+(searched)h(an)f(additional)f(ply)0 1893 y(\(or)21 b(more\))g(deeper)-5
+b(.)30 b(This)20 b(allo)n(ws)g(APHID)i(to)e(\002nd)i(important)d(v)n
+(ariations)h(much)g(sooner)h(than)g(a)g(synchronous)0
+2092 y(parallel)k(program)f(with)g(the)h(same)f(observ)o(ed)h(speedup.)
+146 2291 y(T)-8 b(o)34 b(quantify)f(the)h(ef)n(fects)f(of)h(speculati)n
+(v)o(e)e(search)j(is)e(dif)n(\002cult.)57 b(T)-8 b(o)33
+b(do)h(so)f(means)h(that)f(there)h(must)f(be)0 2491 y(a)j(metric)g(for)
+g(measuring)f(the)g(quality)g(of)h(the)f(mo)o(v)o(e)g(selected)g(by)h
+(an)g(algorithm.)62 b(There)36 b(are)h(a)f(fe)n(w)g(test)0
+2690 y(sets)27 b(that)g(measure)h(mo)o(v)o(e)e(quality)h(in)g(chess,)h
+(where)g(the)g(performance)g(metric)f(is)g(ho)n(w)g(quickly)g(a)g
+(program)0 2889 y(determines)32 b(the)g(best)g(mo)o(v)o(e)e(in)i(a)h
+(tactical)f(position.)51 b(There)33 b(is)f(insuf)n(\002cient)f(kno)n
+(wledge)g(about)h(tactics)f(in)0 3088 y(Othello)h(to)h(design)f(a)i
+(similar)e(test.)55 b(Thus,)35 b(the)e(performance)h(metric)f(used)f
+(is)h(to)g(compare)g(speedups)g(for)0 3288 y(each)25
+b(program.)0 3583 y Fg(4.3)119 b(T)-11 b(est)29 b(Results)0
+3849 y Fu(Figure)23 b(7)f(gi)n(v)o(es)f(the)h(speedups)g(for)h(each)g
+(of)f(the)g(programs)g(tested,)g(while)g(Figure)h(8)f(gi)n(v)o(es)f
+(the)h(o)o(v)o(erheads)g(for)0 4049 y(each)j(program)g(on)f(separate)i
+(graphs.)146 4248 y(Figure)33 b(7)e(sho)n(ws)g(that)h(the)g(speedups)f
+(for)h(the)g(Othello)f(program,)k(K)t Fa(E)t(Y)-6 b(A)t(N)t(O)r
+Fu(,)38 b(are)33 b(signi\002cantly)d(lar)n(ger)0 4447
+y(than)k(the)f(speedups)h(for)g(the)f(other)h(three)g(programs.)58
+b(There)34 b(are)h(tw)o(o)e(reasons)h(for)g(this.)57
+b(First,)36 b(the)e(trees)0 4646 y(that)28 b(were)i(measured)e(in)j(K)t
+Fa(E)t(Y)-6 b(A)t(N)t(O)34 b Fu(are)c(\002x)o(ed-depth)e(trees,)h
+(whereas)h(the)e(other)h(programs)f(had)h(a)g(v)n(ariable)0
+4846 y(search)h(depth)f(due)g(to)g(quiescence)h(searches.)45
+b(This)28 b(mak)o(es)h(the)g(load)g(balancing)g(v)o(ery)g(easy)h(for)h
+(K)t Fa(E)t(Y)-6 b(A)t(N)t(O)r Fu(.)0 5045 y(APHID)25
+b(thri)n(v)o(es)d(when)i(there)g(is)g(little)f(v)n(ariance)h(in)g(the)g
+(size)g(of)g(each)h(piece)f(of)h(w)o(ork.)30 b(When)24
+b(the)g(equi)n(v)n(alent)0 5244 y(of)h(quiescence)g(search)g(is)g
+(added)f(to)j(K)t Fa(E)t(Y)-6 b(A)t(N)t(O)r Fu(,)28 b(the)d(speedup)f
+(drops)h(from)f(37)h(to)f(22)h(on)f(64)h(processors)f([2].)1900
+5589 y(24)p eop
+%%Page: 25 28
+25 27 bop 1178 0 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 1178 0 a
+%%BeginDocument: pics/speedup_all.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 951 M
+63 0 V
+4481 0 R
+-63 0 V
+972 951 M
+(8) Rshow
+1080 1451 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(16) Rshow
+1080 1950 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(24) Rshow
+1080 2450 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(32) Rshow
+1080 2950 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(40) Rshow
+1080 3450 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(48) Rshow
+1080 3949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(56) Rshow
+1080 4449 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(64) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(72) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+LT0
+3163 4637 M
+(Perfect Speedup) Rshow
+3271 4637 M
+324 0 V
+1080 451 M
+505 500 V
+505 500 V
+1010 999 V
+5119 4449 L
+505 500 V
+LT1
+3163 4457 M
+(Keyano) Rshow
+3271 4457 M
+324 0 V
+1585 810 M
+505 345 V
+1010 670 V
+2019 965 V
+3379 4457 D
+1585 810 D
+2090 1155 D
+3100 1825 D
+5119 2790 D
+LT2
+3163 4277 M
+(Chinook) Rshow
+3271 4277 M
+324 0 V
+2090 973 M
+1010 154 V
+2019 220 V
+3379 4277 A
+2090 973 A
+3100 1127 A
+5119 1347 A
+LT3
+3163 4097 M
+(Crafty) Rshow
+3271 4097 M
+324 0 V
+2090 998 M
+1010 488 V
+2019 89 V
+3379 4097 B
+2090 998 B
+3100 1486 B
+5119 1575 B
+LT4
+3163 3917 M
+(TheTurk) Rshow
+3271 3917 M
+324 0 V
+2090 981 M
+1010 280 V
+2019 187 V
+3379 3917 C
+2090 981 C
+3100 1261 C
+5119 1448 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 1212 1523 a Fu(Figure)25 b(7:)31 b(Speedups)25 b(for)g(All)f(Programs)
+146 1811 y(The)h(second)g(reason)g(is)g(that)f(the)h(transposition)e
+(table)i(is)g(not)f(as)h(critical)g(in)g(Othello)f(as)h(it)f(is)h(in)f
+(the)h(other)0 2010 y(three)37 b(programs.)65 b(When)36
+b(all)g(64)g(processors)g(attempt)g(to)g(write)g(into)f(a)i(400)f(MB)h
+(transposition)d(table,)39 b(a)0 2209 y(processor)32
+b(o)o(v)o(erwrites)f(another)h(processor')-5 b(s)32 b(table)g(entries)g
+(frequently)-6 b(.)52 b(This)31 b(inhibits)g(the)h(ability)f(of)h(the)0
+2408 y(processors)f(to)g(detect)g(positions)e(that)i(ha)n(v)o(e)g
+(already)g(been)h(searched.)50 b(Duplicate)31 b(node)g(detection)f(via)
+h(the)0 2608 y(transposition)k(table)h(is)h(important)e(to)h
+(controlling)f(the)i(size)g(of)g(the)f(search)i(tree)f(in)f(chess)h
+(and)g(check)o(ers)0 2807 y(programs.)49 b(The)31 b(limited)e(size)j
+(of)f(the)g(transposition)e(table)h(is)h(of)g(little)f(importance)h(in)
+f(searching)h(Othello)0 3006 y(game)k(trees)g(in)g(parallel,)i(because)
+f(achie)n(ving)e(the)h(same)g(position)f(by)h(dif)n(ferent)g(sequences)
+g(of)g(mo)o(v)o(es)f(is)0 3205 y(much)27 b(more)h(dif)n(\002cult.)39
+b(Thus,)28 b(better)g(results)f(are)i(obtained)e(when)h(searching)g
+(Othello)f(trees)h(than)f(chess)h(or)0 3405 y(check)o(ers)d(trees.)585
+3369 y Fn(7)146 3604 y Fu(In)c(an)g(algorithm)f(that)g(does)g(not)h
+(synchronize,)g(it)f(should)g(not)g(be)h(surprising)e(to)i(disco)o(v)o
+(er)e(that)i(the)f(lar)n(gest)0 3803 y(portion)29 b(of)h(the)g(total)g
+(o)o(v)o(erhead)f(is)h(accounted)g(for)h(by)f(the)g(search)g(o)o(v)o
+(erhead)g(and)g(the)g(speculati)n(v)o(e)f(search.)0 4002
+y(As)j(the)g(number)f(of)h(processes)g(increases,)i(the)d(processors)h
+(get)g(fe)n(wer)g(pieces)g(of)g(w)o(ork)g(and)g(the)g(need)g(for)0
+4202 y(load)d(balancing)g(increases.)46 b(This)28 b(also)i(allo)n(ws)e
+(some)h(of)h(the)f(less)g(b)n(usy)g(sla)n(v)o(es)g(to)g(get)h(further)f
+(ahead)h(than)0 4401 y(the)25 b(o)o(v)o(erw)o(ork)o(ed)e(sla)n(v)o(es,)
+h(causing)g(a)i(rise)e(in)h(the)f(speculati)n(v)o(e)g(search.)146
+4600 y(T)-8 b(o)19 b(put)f(the)h(APHID)g(results)f(in)h(perspecti)n(v)o
+(e,)f(a)i(v)o(ersion)d(of)i(YBWC)h(has)f(been)g(implemented)e(in)j(K)t
+Fa(E)t(Y)-6 b(A)t(N)t(O)r Fu(.)0 4799 y(The)27 b(algorithm)f(w)o(as)h
+(tak)o(en)h(directly)e(from)h(Feldmann')-5 b(s)27 b(thesis)f([3].)39
+b(A)27 b(considerable)g(ef)n(fort)g(w)o(as)g(spent)g(at-)0
+4999 y(tempting)33 b(to)h(optimize)g(the)g(performance)h(of)g(the)g
+(algorithm.)58 b(YBWC)36 b(and)f(APHID)g(were)g(tested)f(under)p
+0 5088 1560 4 v 112 5150 a Fj(7)149 5180 y Fi(A)h(lar)o(ger)e
+(transposition)f(table)i(\(4-8)f(GB)i(of)e(RAM\))i(for)e(both)g(the)h
+(sequential)f(and)h(parallel)f(tests)j(w)o(ould)d(impro)o(v)o(e)f(the)0
+5279 y(speedups)19 b(of)h(the)g(check)o(ers)g(and)f(chess)i(programs.)i
+(This)d(w)o(as)h(not)f(possible)g(to)g(test)h(because)f(of)g(resource)f
+(constraints.)1900 5589 y Fu(25)p eop
+%%Page: 26 29
+26 28 bop 406 0 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 406 0 a
+%%BeginDocument: pics/overhead_keyano.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 901 M
+63 0 V
+4481 0 R
+-63 0 V
+972 901 M
+(50) Rshow
+1080 1351 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(100) Rshow
+1080 1800 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(150) Rshow
+1080 2250 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(200) Rshow
+1080 2700 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(250) Rshow
+1080 3150 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(300) Rshow
+1080 3600 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(350) Rshow
+1080 4049 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(400) Rshow
+1080 4499 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(450) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(500) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overhead \(in Percent\)) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+3163 4724 M
+(Keyano-APHID) Rshow
+LT0
+3163 4454 M
+(Total Overhead) Rshow
+3271 4454 M
+324 0 V
+1585 885 M
+505 10 V
+1010 50 V
+2019 296 V
+3379 4454 D
+1585 885 D
+2090 895 D
+3100 945 D
+5119 1241 D
+LT1
+3163 4274 M
+(Master Overhead) Rshow
+3271 4274 M
+324 0 V
+1585 579 M
+505 -68 V
+3100 480 L
+5119 465 L
+3379 4274 A
+1585 579 A
+2090 511 A
+3100 480 A
+5119 465 A
+LT2
+3163 4094 M
+(Search Overhead) Rshow
+3271 4094 M
+324 0 V
+1585 511 M
+505 35 V
+1010 34 V
+5119 847 L
+3379 4094 B
+1585 511 B
+2090 546 B
+3100 580 B
+5119 847 B
+LT3
+3163 3914 M
+(Speculative Search) Rshow
+3271 3914 M
+324 0 V
+1585 473 M
+505 38 V
+1010 70 V
+5119 745 L
+3379 3914 C
+1585 473 C
+2090 511 C
+3100 581 C
+5119 745 C
+LT4
+3163 3734 M
+(Parallelization Overhead) Rshow
+3271 3734 M
+324 0 V
+1585 626 M
+505 2 V
+3100 593 L
+5119 493 L
+3379 3734 T
+1585 626 T
+2090 628 T
+3100 593 T
+5119 493 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 1950 0 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 1950 0 a
+%%BeginDocument: pics/overhead_chinook.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 901 M
+63 0 V
+4481 0 R
+-63 0 V
+972 901 M
+(50) Rshow
+1080 1351 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(100) Rshow
+1080 1800 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(150) Rshow
+1080 2250 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(200) Rshow
+1080 2700 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(250) Rshow
+1080 3150 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(300) Rshow
+1080 3600 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(350) Rshow
+1080 4049 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(400) Rshow
+1080 4499 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(450) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(500) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overhead \(in Percent\)) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+3163 4724 M
+(Chinook-APHID) Rshow
+LT0
+3163 4454 M
+(Total Overhead) Rshow
+3271 4454 M
+324 0 V
+2090 1569 M
+3100 3051 L
+5119 4570 L
+3379 4454 D
+2090 1569 D
+3100 3051 D
+5119 4570 D
+LT1
+3163 4274 M
+(Master Overhead) Rshow
+3271 4274 M
+324 0 V
+2090 511 M
+3100 480 L
+5119 465 L
+3379 4274 A
+2090 511 A
+3100 480 A
+5119 465 A
+LT2
+3163 4094 M
+(Search Overhead) Rshow
+3271 4094 M
+324 0 V
+2090 782 M
+1010 672 V
+2019 583 V
+3379 4094 B
+2090 782 B
+3100 1454 B
+5119 2037 B
+LT3
+3163 3914 M
+(Speculative Search) Rshow
+3271 3914 M
+324 0 V
+2090 908 M
+1010 354 V
+5119 2401 L
+3379 3914 C
+2090 908 C
+3100 1262 C
+5119 2401 C
+LT4
+3163 3734 M
+(Parallelization Overhead) Rshow
+3271 3734 M
+324 0 V
+2090 617 M
+1010 33 V
+5119 531 L
+3379 3734 T
+2090 617 T
+3100 650 T
+5119 531 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 406 1448 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 406 1448 a
+%%BeginDocument: pics/overhead_crafty.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 901 M
+63 0 V
+4481 0 R
+-63 0 V
+972 901 M
+(50) Rshow
+1080 1351 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(100) Rshow
+1080 1800 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(150) Rshow
+1080 2250 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(200) Rshow
+1080 2700 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(250) Rshow
+1080 3150 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(300) Rshow
+1080 3600 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(350) Rshow
+1080 4049 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(400) Rshow
+1080 4499 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(450) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(500) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overhead \(in Percent\)) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+3163 4724 M
+(Crafty-APHID) Rshow
+LT0
+3163 4454 M
+(Total Overhead) Rshow
+3271 4454 M
+324 0 V
+2090 1447 M
+1010 269 V
+5119 3605 L
+3379 4454 D
+2090 1447 D
+3100 1716 D
+5119 3605 D
+LT1
+3163 4274 M
+(Master Overhead) Rshow
+3271 4274 M
+324 0 V
+2090 511 M
+3100 480 L
+5119 465 L
+3379 4274 A
+2090 511 A
+3100 480 A
+5119 465 A
+LT2
+3163 4094 M
+(Search Overhead) Rshow
+3271 4094 M
+324 0 V
+2090 982 M
+1010 177 V
+5119 2171 L
+3379 4094 B
+2090 982 B
+3100 1159 B
+5119 2171 B
+LT3
+3163 3914 M
+(Speculative Search) Rshow
+3271 3914 M
+324 0 V
+2090 549 M
+3100 829 L
+2019 607 V
+3379 3914 C
+2090 549 C
+3100 829 C
+5119 1436 C
+LT4
+3163 3734 M
+(Parallelization Overhead) Rshow
+3271 3734 M
+324 0 V
+2090 688 M
+3100 563 L
+2019 4 V
+3379 3734 T
+2090 688 T
+3100 563 T
+5119 567 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 1950 1448 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 1950 1448 a
+%%BeginDocument: pics/overhead_theturk.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 901 M
+63 0 V
+4481 0 R
+-63 0 V
+972 901 M
+(50) Rshow
+1080 1351 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(100) Rshow
+1080 1800 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(150) Rshow
+1080 2250 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(200) Rshow
+1080 2700 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(250) Rshow
+1080 3150 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(300) Rshow
+1080 3600 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(350) Rshow
+1080 4049 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(400) Rshow
+1080 4499 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(450) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(500) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overhead \(in Percent\)) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+3163 4724 M
+(TheTurk-APHID) Rshow
+LT0
+3163 4454 M
+(Total Overhead) Rshow
+3271 4454 M
+324 0 V
+2090 1341 M
+1010 759 V
+5119 3912 L
+3379 4454 D
+2090 1341 D
+3100 2100 D
+5119 3912 D
+LT1
+3163 4274 M
+(Master Overhead) Rshow
+3271 4274 M
+324 0 V
+2090 511 M
+3100 480 L
+5119 465 L
+3379 4274 A
+2090 511 A
+3100 480 A
+5119 465 A
+LT2
+3163 4094 M
+(Search Overhead) Rshow
+3271 4094 M
+324 0 V
+2090 927 M
+1010 792 V
+5119 2925 L
+3379 4094 B
+2090 927 B
+3100 1719 B
+5119 2925 B
+LT3
+3163 3914 M
+(Speculative Search) Rshow
+3271 3914 M
+324 0 V
+2090 517 M
+1010 80 V
+2019 841 V
+3379 3914 C
+2090 517 C
+3100 597 C
+5119 1438 C
+LT4
+3163 3734 M
+(Parallelization Overhead) Rshow
+3271 3734 M
+324 0 V
+2090 669 M
+3100 544 L
+4477 451 L
+3379 3734 T
+2090 669 T
+3100 544 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 1191 2972 a Fu(Figure)25 b(8:)30 b(Ov)o(erheads)25 b(for)g(All)f
+(Programs)0 3259 y(similar)35 b(conditions:)53 b(the)36
+b(same)h(test)f(set,)j(same)d(search)i(depth,)g(and)f(the)f(same)h
+(size)g(of)f(shared)h(memory)0 3458 y(transposition)22
+b(table.)31 b(The)24 b(performance)h(of)g(APHID)g(v)o(ersus)f(YBWC)h
+(can)g(be)g(seen)g(in)f(Figure)h(9.)30 b(YBWC)c(is)0
+3657 y(rapidly)i(starv)o(ed)h(out)f(of)h(w)o(ork)g(to)g(do)g(once)g(64)
+g(processors)f(are)i(reached.)44 b(The)29 b(synchronization)f(o)o(v)o
+(erhead)0 3857 y(increases)d(dramatically)f(and)h(the)f(processors)h
+(are)g(only)f(b)n(usy)h(60\045)f(of)h(the)g(time.)146
+4056 y(The)33 b(search)g(o)o(v)o(erhead)f(in)g(YBWC)h(starts)f(at)g(a)h
+(higher)f(le)n(v)o(el)f(than)i(for)f(APHID)h(on)f(8)h(processors,)h(b)n
+(ut)0 4255 y(the)i(search)g(o)o(v)o(erhead)g(in)f(APHID)i(rapidly)e
+(increases)h(past)g(the)g(equi)n(v)n(alent)e(le)n(v)o(el)h(in)h(YBWC.)g
+(Ho)n(we)n(v)o(er)l(,)0 4454 y(it)c(is)g(important)f(to)i(note)f(that)g
+(the)h(o)o(v)o(erhead)e(in)i(APHID)g(is)f(partially)g(due)g(to)g
+(speculati)n(v)o(e)f(search.)55 b(When)0 4654 y(APHID)38
+b(is)f(run)h(on)g(64)f(processors,)k(a)d(32.65\045)f(o)o(v)o(erhead)g
+(is)g(attrib)n(uted)g(to)g(speculati)n(v)o(e)f(search.)70
+b(If)38 b(the)0 4853 y(search)25 b(were)g(e)o(xtended)f(an)h(e)o(xtra)f
+(ply)-6 b(,)23 b(these)i(speculati)n(v)o(e)d(search)j(results)f(w)o
+(ould)g(gi)n(v)o(e)f(APHID)i(a)g(head)f(start)0 5052
+y(on)i(the)g(ne)o(xt)g(iteration;)g(YBWC)h(w)o(ould)f(be)h(forced)g(to)
+f(attempt)f(the)h(entire)h(search)g(from)f(scratch.)36
+b(YBWC')-5 b(s)0 5251 y(parallelization)21 b(o)o(v)o(erhead)f(is)i
+(much)f(lo)n(wer)g(than)g(the)g(equi)n(v)n(alent)f(o)o(v)o(erheads)h
+(in)g(APHID.)h(Ho)n(we)n(v)o(er)l(,)f(APHID)1900 5589
+y(26)p eop
+%%Page: 27 30
+27 29 bop 406 0 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 406 0 a
+%%BeginDocument: pics/aphidybw_keyano.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 951 M
+63 0 V
+4481 0 R
+-63 0 V
+972 951 M
+(8) Rshow
+1080 1451 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(16) Rshow
+1080 1950 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(24) Rshow
+1080 2450 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(32) Rshow
+1080 2950 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(40) Rshow
+1080 3450 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(48) Rshow
+1080 3949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(56) Rshow
+1080 4449 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(64) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(72) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+LT0
+3794 4637 M
+(Perfect Speedup) Rshow
+3902 4637 M
+324 0 V
+1080 451 M
+505 500 V
+505 500 V
+1010 999 V
+5119 4449 L
+505 500 V
+LT1
+3794 4457 M
+(APHID, fixed-depth, shared TT) Rshow
+3902 4457 M
+324 0 V
+1585 810 M
+505 345 V
+1010 670 V
+2019 965 V
+4010 4457 D
+1585 810 D
+2090 1155 D
+3100 1825 D
+5119 2790 D
+LT2
+3794 4277 M
+(YBW, fixed-depth, shared TT) Rshow
+3902 4277 M
+324 0 V
+1585 841 M
+505 294 V
+1010 462 V
+2019 366 V
+4010 4277 A
+1585 841 A
+2090 1135 A
+3100 1597 A
+5119 1963 A
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 1950 0 a
+ 12191183 10419816 3289088 3289088 42100326 36443095 startTexFig
+ 1950 0 a
+%%BeginDocument: pics/overhead_ybwkeyano.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -60 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 180 scalefont setfont
+newpath
+LTa
+1080 451 M
+4544 0 V
+-4544 0 R
+0 4498 V
+LTb
+1080 451 M
+63 0 V
+4481 0 R
+-63 0 V
+972 451 M
+(0) Rshow
+1080 901 M
+63 0 V
+4481 0 R
+-63 0 V
+972 901 M
+(50) Rshow
+1080 1351 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(100) Rshow
+1080 1800 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(150) Rshow
+1080 2250 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(200) Rshow
+1080 2700 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(250) Rshow
+1080 3150 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(300) Rshow
+1080 3600 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(350) Rshow
+1080 4049 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(400) Rshow
+1080 4499 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(450) Rshow
+1080 4949 M
+63 0 V
+4481 0 R
+-63 0 V
+-4589 0 R
+(500) Rshow
+1080 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(0) Cshow
+1585 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(8) Cshow
+2090 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(16) Cshow
+2595 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(24) Cshow
+3100 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(32) Cshow
+3604 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(40) Cshow
+4109 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(48) Cshow
+4614 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(56) Cshow
+5119 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(64) Cshow
+5624 451 M
+0 63 V
+0 4435 R
+0 -63 V
+0 -4615 R
+(72) Cshow
+1080 451 M
+4544 0 V
+0 4498 V
+-4544 0 V
+0 -4498 V
+504 2700 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Overhead \(in Percent\)) Cshow
+grestore
+3352 -89 M
+(Number of Processors) Cshow
+3415 4724 M
+(Keyano-YBWC) Rshow
+LT0
+3415 4454 M
+(Total Overhead) Rshow
+3523 4454 M
+324 0 V
+1585 823 M
+505 178 V
+1010 355 V
+2019 886 V
+3631 4454 D
+1585 823 D
+2090 1001 D
+3100 1356 D
+5119 2242 D
+LT1
+3415 4274 M
+(Synchronization Overhead) Rshow
+3523 4274 M
+324 0 V
+1585 468 M
+505 137 V
+3100 717 L
+2019 719 V
+3631 4274 A
+1585 468 A
+2090 605 A
+3100 717 A
+5119 1436 A
+LT2
+3415 4094 M
+(Search Overhead) Rshow
+3523 4094 M
+324 0 V
+1585 670 M
+505 13 V
+3100 806 L
+2019 77 V
+3631 4094 B
+1585 670 B
+2090 683 B
+3100 806 B
+5119 883 B
+LT3
+3415 3914 M
+(Parallelization Overhead) Rshow
+3523 3914 M
+324 0 V
+1585 468 M
+505 11 V
+1010 20 V
+2019 13 V
+3631 3914 C
+1585 468 C
+2090 479 C
+3100 499 C
+5119 512 C
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 167 1523 a Fu(Figure)25 b(9:)30 b(Speedups)25 b(and)g(Ov)o(erheads)f
+(for)j(K)t Fa(E)t(Y)-6 b(A)t(N)t(O)31 b Fu(\(YBWC,)26
+b(Fix)o(ed-Depth,)d(Shared)j(Memory\))0 1811 y(ne)n(v)o(er)e(slo)n(ws)g
+(do)n(wn)f(to)i(w)o(ait)f(for)h(messages)f(from)h(another)g(processor)f
+(or)h(to)g(\002nd)g(w)o(ork.)146 2010 y(The)k(observ)o(ed)g(speedups)f
+(for)i(YBWC)g(are)g(in)e(line)h(with)f(other)h(published)f(performance)
+i(numbers)e(for)0 2209 y(this)g(algorithm.)41 b(W)-8
+b(eill)28 b(tested)h(YBWC)g(and)g(ABD)l(AD)l(A)g(on)f(a)i(CM-5)e(using)
+g(a)h(dif)n(ferent)g(Othello)e(program)0 2408 y([17].)74
+b(YBWC)40 b(achie)n(v)o(ed)f(a)g(9.5-fold)g(speedup)g(and)g(ABD)l(AD)l
+(A)g(achie)n(v)o(ed)g(an)g(11-fold)g(speedup)f(on)h(16)0
+2608 y(processors,)24 b(comparable)h(numbers)f(to)g(that)h(achie)n(v)o
+(ed)f(by)g(the)j(K)t Fa(E)t(Y)-6 b(A)t(N)t(O)31 b Fu(implementation.)
+146 2807 y(Switching)38 b(to)g(the)g(check)o(ers)h(program)f(results,)j
+(the)d(speedups)g(for)i(C)t Fa(H)t(I)t(N)t(O)t(O)t(K)45
+b Fu(could)38 b(be)g(described)0 3006 y(as)e(disappointing.)62
+b(Ho)n(we)n(v)o(er)l(,)38 b(other)e(authors)f(that)h(ha)n(v)o(e)f
+(attempted)g(to)h(parallelize)g(check)o(ers)h(programs)0
+3205 y(with)29 b(synchronous)f(algorithms)g(ha)n(v)o(e)h(met)g(with)g
+(limited)f(success.)44 b(The)30 b(best-kno)n(wn)e(speedup)h(for)h(a)f
+(syn-)0 3405 y(chronous)f(algorithm)f(on)i(a)g(high-performance)f
+(check)o(ers)i(program)e(is)g(3.32)g(for)h(Lu')-5 b(s)28
+b(Principal)h(V)-11 b(ariation)0 3604 y(Frontier)29 b(Splitting)f(with)
+h(Load)g(Balancing)h([12)o(].)45 b(Thus,)30 b(the)f(observ)o(ed)g
+(speedup)g(of)g(14.35)g(on)g(64)g(proces-)0 3803 y(sors)24
+b(for)h(APHID)g(is)f(a)h(four)n(-fold)f(impro)o(v)o(ement)e(o)o(v)o(er)
+i(pre)n(viously)f(published)g(results)h(for)g(an)o(y)g(synchronous)0
+4002 y(algorithm)f(in)i(the)f(domain)g(of)h(check)o(ers.)146
+4202 y(APHID)i(can)g(yield)f(lar)n(ger)h(observ)o(ed)e(speedups)h(than)
+g(synchronous)f(algorithms)f(in)i(domains)f(with)h(lo)n(w)0
+4401 y(branching)h(f)o(actors)i(such)e(as)h(check)o(ers)h(and)f
+(Othello.)39 b(Higher)27 b(branching)h(f)o(actors)g(are)h(represented)f
+(by)g(tw)o(o)0 4600 y(computer)g(chess)h(programs:)41
+b(C)t Fa(R)t(A)t(F)t(T)t(Y)36 b Fu(and)31 b(T)t Fa(H)t(E)t
+Fu(T)t Fa(U)t(R)t(K)r Fu(.)49 b(In)29 b(computer)f(chess)h(algorithms,)
+f(synchronous)0 4799 y(parallel)23 b(algorithms)f(achie)n(v)o(e)h
+(higher)g(ef)n(\002ciencies)h(because)g(of)f(the)g(increased)h(number)f
+(of)g(parallel)h(alterna-)0 4999 y(ti)n(v)o(es)i(a)n(v)n(ailable)h(at)h
+(ALL)g(nodes.)39 b(Consider)28 b(W)-8 b(eill')j(s)27
+b(tests)g(on)h(a)g(32-processor)f(CM-5)h(as)g(representati)n(v)o(e)f
+(of)0 5198 y(synchronous)19 b(parallel)h(algorithm)f(performance.)30
+b(W)-8 b(eill')j(s)19 b(implementation)f(of)i(YBWC)h(for)g(chess)f
+(achie)n(v)o(ed)1900 5589 y(27)p eop
+%%Page: 28 31
+28 30 bop 0 100 a Fu(a)22 b(speedup)g(of)g(12)g(on)f(32)h(processors,)g
+(and)g(ABD)l(AD)l(A)g(achie)n(v)o(ed)g(a)g(speedup)g(of)g(16)f([17].)30
+b(W)-8 b(eill')j(s)21 b(results)g(are)0 299 y(similar)h(to)g(other)h
+(reported)g(speedups)g(with)f(synchronous)g(game-tree)g(search)i
+(algorithms.)k(The)23 b(majority)f(of)0 498 y(these)i(algorithms)f(ha)n
+(v)o(e)h(been)h(tested)e(under)i(similar)e(conditions)g(to)h(those)f
+(used)i(for)f(the)g(chess)h(programs)e(in)0 697 y(this)i(paper)-5
+b(.)33 b(Although)24 b(it)h(is)g(not)g(an)g(objecti)n(v)o(e)f
+(comparison)h(between)h(algorithms,)e(the)h(observ)o(ed)g(speedups)0
+897 y(in)33 b(the)g(literature)g(for)g(most)f(synchronous)g(algorithms)
+f(are)j(comparable,)h(up)e(to)f(32)h(processors,)i(with)d(the)0
+1096 y(observ)o(ed)24 b(speedups)g(seen)h(for)g(the)g(APHID)g
+(algorithm)e(in)i(both)h(T)t Fa(H)t(E)t Fu(T)t Fa(U)t(R)t(K)32
+b Fu(and)26 b(C)t Fa(R)t(A)t(F)t(T)t(Y)r Fu(.)146 1295
+y(Dynamic)h(T)m(ree)h(Splitting,)f(when)h(using)f(the)g(same)h(testing)
+e(methodology)g(as)i(described)g(in)f(this)g(paper)l(,)0
+1494 y(achie)n(v)o(ed)18 b(a)i(speedup)f(of)g(8.81)g(on)g(16)g
+(processors)g([6].)29 b(Ho)n(we)n(v)o(er)l(,)19 b(a)h(latter)f(paper)g
+(which)g(used)g(a)h(non-standard)0 1694 y(testing)27
+b(methodology)g(\(using)g(a)i(series)g(of)f(related)h(positions)e(with)
+g(transposition)g(table)h(data)h(carried)g(o)o(v)o(er)0
+1893 y(from)24 b(search)g(to)g(search\))g(yielded)g(a)g(speedup)f(of)h
+(11.1)g(on)f(16)h(processors)f([7].)31 b(It)24 b(is)f(not)h(kno)n(wn)e
+(whether)i(the)0 2092 y(latter)h(testing)e(methodology)g(is)h
+(partially)g(responsible)g(for)h(the)g(dif)n(ference)g(in)f(the)h
+(observ)o(ed)f(results.)146 2291 y(Ho)n(we)n(v)o(er)l(,)c(there)f(is)h
+(one)f(important)f(data)i(point)f(that)g(is)g(signi\002cantly)f(lar)n
+(ger)i(than)g(the)f(reported)h(speedups)0 2491 y(by)g(an)o(y)g(other)g
+(author)-5 b(.)28 b(Feldmann')-5 b(s)20 b(Y)-11 b(oung)19
+b(Brothers)i(W)-8 b(ait)20 b(algorithm)f(in)j(Z)t Fa(U)t(G)t(Z)t(W)-6
+b(A)t(N)t(G)27 b Fu(achie)n(v)o(es)20 b(speedups)0 2690
+y(of)27 b(21.83)g(on)g(32)g(processors)g(and)g(37.34)f(on)h(64)g
+(processors)g(for)h(7-ply)e(searches)i(for)g(chess)f(that)f(tak)o(e)i
+(place)0 2889 y(in)h(tournament)g(time)g([3].)46 b(Results)29
+b(of)h(this)f(calibre)h(ha)n(v)o(e)f(not)g(been)h(reported)g(for)g(an)o
+(y)f(other)h(algorithm)e(or)0 3088 y(by)d(an)o(y)f(other)g(author)h
+(repeating)g(Feldmann')-5 b(s)23 b(w)o(ork.)146 3288
+y(Why)32 b(are)i(Feldmann')-5 b(s)31 b(observ)o(ed)h(speedups)g(so)g
+(lar)n(ge?)55 b(One)33 b(reason)g(is)f(that)i(Z)t Fa(U)t(G)t(Z)t(W)-6
+b(A)t(N)t(G)40 b Fu(is)32 b(a)h(slo)n(w)0 3487 y(sequential)26
+b(program.)38 b(C)t Fa(R)t(A)t(F)t(T)t(Y)c Fu(searches)27
+b(11-)f(and)h(12-ply)f(trees)h(on)f(32)g(processors)h(in)f(the)g(same)h
+(a)n(v)o(erage)0 3686 y(time)i(that)i(Z)t Fa(U)t(G)t(Z)t(W)-6
+b(A)t(N)t(G)37 b Fu(searches)30 b(7-ply)e(trees)i(on)f(32)g
+(processors.)45 b(Although)28 b(there)h(is)g(a)h(dramatic)f(speed)0
+3885 y(dif)n(ference)36 b(between)g(the)f(SGI)h(Origin)f(2000)g(\(on)g
+(which)g(Crafty)i(searches)f(130,000)e(nodes)h(per)h(second\))0
+4085 y(and)23 b(the)g(T)m(ransputer)f(T)-9 b(-800)23
+b(\(where)h(Zugzw)o(ang)e(visits)g(523)g(nodes)h(per)h(second\),)f
+(this)f(does)h(not)f(completely)0 4284 y(account)j(for)g(the)f(lar)n
+(ge)i(dif)n(ference)f(in)f(search)i(depths.)146 4483
+y(Unlik)o(e)f(other)h(game-playing)e(programs,)k(Z)t
+Fa(U)t(G)t(Z)t(W)-6 b(A)t(N)t(G)33 b Fu(spends)25 b(a)h(lar)n(ge)g
+(amount)f(of)h(time)f(doing)g(mo)o(v)o(e)0 4682 y(ordering)39
+b(at)h(each)h(node.)75 b(This)39 b(allo)n(ws)i(Z)t Fa(U)t(G)t(Z)t(W)-6
+b(A)t(N)t(G)47 b Fu(to)40 b(use)g(a)g(netw)o(ork)f(of)h(T)m(ransputers)
+f(as)h(a)g(shared)0 4882 y(memory)30 b(system)g(with)g(v)o(ery)g
+(little)g(loss)g(in)g(performance.)50 b(The)31 b(time)f(spent)g(in)g
+(mo)o(v)o(e)g(ordering)g(impro)o(v)o(es)2 5081 y(Z)t
+Fa(U)t(G)t(Z)t(W)-6 b(A)t(N)t(G)r Fu(')h(s)37 b(parallel)c(tree)f
+(search:)47 b(it)31 b(searches)i(the)g(best)f(mo)o(v)o(e)f(\002rst)h
+(96\045)g(of)h(the)f(time,)h(signi\002cantly)0 5280 y(better)28
+b(than)g(most)f(other)h(sequential)f(chess)h(programs.)40
+b(On)28 b(the)g(other)g(hand,)h(most)e(programs)h(use)g(less)f(e)o(x-)
+1900 5589 y(28)p eop
+%%Page: 29 32
+29 31 bop 312 3 3256 4 v 312 20 V 310 120 4 100 v 493
+120 V 510 120 V 510 120 V 754 90 a Fi(K)n(e)o(yano)p
+1251 120 V 1268 120 V 1267 120 V 486 w(Chinook)p 2009
+120 V 2026 120 V 2025 120 V 527 w(Crafty)p 2808 120 V
+2825 120 V 2824 120 V 528 w(TheT)l(urk)p 3566 120 V 312
+123 3256 4 v 310 222 4 100 v 493 222 V 510 222 V 895
+222 V 990 193 a(T)-7 b(otal)p 1251 222 V 1268 222 V 1653
+222 V 589 w(T)g(otal)p 2009 222 V 2026 222 V 2411 222
+V 610 w(T)g(otal)p 2808 222 V 2825 222 V 3210 222 V 609
+w(T)g(otal)p 3566 222 V 310 322 V 493 322 V 510 322 V
+895 322 V 962 292 a(Search)p 1251 322 V 1268 322 V 1653
+322 V 530 w(Search)p 2009 322 V 2026 322 V 2411 322 V
+552 w(Search)p 2808 322 V 2825 322 V 3210 322 V 551 w(Search)p
+3566 322 V 310 422 V 383 392 a(n)p 493 422 V 510 422
+V 136 w(Speedup)p 895 422 V 135 w(Ov)o(er)i(.)p 1251
+422 V 1268 422 V 153 w(Speedup)p 1653 422 V 135 w(Ov)o(er)g(.)p
+2009 422 V 2026 422 V 153 w(Speedup)p 2411 422 V 155
+w(Ov)o(er)g(.)p 2808 422 V 2825 422 V 174 w(Speedup)p
+3210 422 V 135 w(Ov)o(er)g(.)p 3566 422 V 312 425 3256
+4 v 310 525 4 100 v 383 495 a(8)p 493 525 V 510 525 V
+206 w(5.74)p 895 525 V 189 w(9.12\045)p 1251 525 V 1268
+525 V 265 w(-)p 1653 525 V 343 w(-)p 2009 525 V 2026
+525 V 359 w(-)p 2411 525 V 363 w(-)p 2808 525 V 2825
+525 V 380 w(-)p 3210 525 V 343 w(-)p 3566 525 V 312 528
+3256 4 v 310 628 4 100 v 362 598 a(16)p 493 628 V 510
+628 V 165 w(11.27)p 895 628 V 147 w(17.26\045)p 1251
+628 V 1268 628 V 184 w(8.35)p 1653 628 V 168 w(87.45\045)p
+2009 628 V 2026 628 V 185 w(8.76)p 2411 628 V 210 w(69.9\045)p
+2808 628 V 2825 628 V 226 w(8.48)p 3210 628 V 168 w(59.26\045)p
+3566 628 V 312 631 3256 4 v 310 731 4 100 v 362 701 a(32)p
+493 731 V 510 731 V 165 w(21.99)p 895 731 V 147 w(28.78\045)p
+1251 731 V 1268 731 V 163 w(10.82)p 1653 731 V 147 w(201.6\045)p
+2009 731 V 2026 731 V 164 w(16.56)p 2411 731 V 168 w(120.7\045)p
+2808 731 V 2825 731 V 184 w(12.96)p 3210 731 V 147 w(157.2\045)p
+3566 731 V 312 734 3256 4 v 310 834 4 100 v 362 804 a(64)p
+493 834 V 510 834 V 165 w(37.44)p 895 834 V 147 w(76.72\045)p
+1251 834 V 1268 834 V 163 w(14.35)p 1653 834 V 147 w(393.1\045)p
+2009 834 V 2026 834 V 164 w(18.00)p 2411 834 V 147 w(300.65\045)p
+2808 834 V 2825 834 V 163 w(15.96)p 3210 834 V 147 w(384.8\045)p
+3566 834 V 312 837 3256 4 v 312 853 V 513 1013 a Fu(T)d(able)25
+b(I:)g(Speedup)g(Data)g(for)g(All)f(Programs)h(\(Fix)o(ed-Depth,)f
+(Shared)i(Memory\))0 1300 y(pensi)n(v)o(e)19 b(mo)o(v)o(e)g(ordering)i
+(heuristics)e(and)i(only)f(search)h(the)g(best)f(more)h(\002rst)f
+(80-90\045)h(of)f(the)h(time,)g(increasing)0 1499 y(the)j(node)h(rate)g
+(dramatically)-6 b(.)29 b(The)24 b(increase)i(in)e(nodes)g(per)h
+(second)f(easily)g(subsumes)f(the)h(additional)g(nodes)0
+1698 y(that)g(must)g(be)h(searched,)g(allo)n(wing)e(most)h(programs)g
+(to)h(out-search)g(sequential)g(Z)t Fa(U)t(G)t(Z)t(W)-6
+b(A)t(N)t(G)r Fu(.)146 1898 y(Another)34 b(reason)f(for)h(the)g(e)o
+(xtraordinary)f(speedups)g(is)g(that)g(the)g(transposition)f(table)h(w)
+o(as)h(allo)n(wed)e(to)0 2097 y(gro)n(w)g(as)h(more)f(T)m(ransputers)g
+(were)h(added)g(to)f(the)h(system.)53 b(Thus,)34 b(the)e(observ)o(ed)g
+(speedups)g(are)h(illustrat-)0 2296 y(ing)27 b(the)g(po)n(wer)g(of)h
+(adding)e(additional)g(processors)i(and)f(transposition)e(table)i
+(memory)-6 b(,)27 b(not)g(just)g(additional)0 2495 y(processors.)33
+b(F)o(or)26 b(the)f(lar)n(gest)h(search)g(amongst)e(the)i(test)f(set,)i
+(Z)t Fa(U)t(G)t(Z)t(W)-6 b(A)t(N)t(G)33 b Fu(searches)27
+b(61)e(million)f(nodes)h(se-)0 2695 y(quentially)c(with)h(a)i(small)d
+(transposition)g(table,)i(and)g(41)f(million)f(nodes)h(in)h(parallel)g
+(on)f(256)g(processors)h(with)0 2894 y(a)k(much)f(lar)n(ger)h
+(transposition)d(table.)35 b(The)26 b(number)g(of)g(nodes)i(Z)t
+Fa(U)t(G)t(Z)t(W)-6 b(A)t(N)t(G)34 b Fu(searches)27 b(sequentially)e(w)
+o(ould)0 3093 y(decrease)31 b(if)f(much)f(lar)n(ger)i(transposition)d
+(tables)h(were)i(used)f(during)f(the)h(sequential)f(test.)45
+b(This)30 b(w)o(ould,)g(of)0 3293 y(course,)25 b(reduce)g(the)g(observ)
+o(ed)f(speedup.)146 3492 y(W)l(ith)33 b(a)g(f)o(ast)h(sequential)e
+(program,)j(operating)d(in)h(an)h(en)l(vironment)d(where)j(messages)f
+(are)h(not)e(f)o(ast)h(in)0 3691 y(relation)i(to)h(the)f(program,)j
+(less)e(than)f(superb)h(mo)o(v)o(e)e(ordering)h(and)h(constant)f
+(memory)g(usage)h(in)f(the)h(se-)0 3890 y(quential)23
+b(and)g(parallel)g(runs,)h(it)f(is)g(unlik)o(ely)f(that)h(Feldmann')-5
+b(s)22 b(observ)o(ed)h(speedups)g(can)h(be)f(duplicated)g(with)0
+4090 y(an)o(y)k(synchronous)g(parallel)g(algorithm.)38
+b(Gi)n(v)o(en)27 b(a)h(program)f(without)g(quiescence)h(search,)g(it)g
+(is)f(possible)f(to)0 4289 y(generate)i(equi)n(v)n(alent)d(speedups)i
+(with)f(asynchronous)h(search.)38 b(Earlier)28 b(it)e(w)o(as)i
+(demonstrated)e(that)h(APHID)0 4488 y(can)d(generate)g(speedups)f(of)h
+(that)g(calibre)g(in)f(the)h(\002x)o(ed-depth)f(v)o(ersion)f(of)k(K)t
+Fa(E)t(Y)-6 b(A)t(N)t(O)r Fu(.)34 b(Ho)n(we)n(v)o(er)l(,)23
+b(quiescence)0 4687 y(search)29 b(is)f(inte)o(gral)f(to)h(modern)g
+(chess)g(programs.)41 b(Hence,)29 b(it)f(is)g(unlik)o(ely)f(that)h(an)o
+(y)g(asynchronous)f(parallel)0 4887 y(algorithm)c(in)i(chess)f(w)o
+(ould)g(achie)n(v)o(e)h(observ)o(ed)f(speedups)g(similar)f(to)i
+(Feldmann')-5 b(s)24 b(results.)1900 5589 y(29)p eop
+%%Page: 30 33
+30 32 bop 0 100 a Fo(5)143 b(Conclusions)0 402 y Fu(In)25
+b(this)f(paper)l(,)h(the)f(question)g(w)o(as)h(posed)f(as)h(to)f
+(whether)h(asynchronous)e(algorithms)g(could)i(be)g(competiti)n(v)o(e)0
+601 y(with)32 b(synchronous)g(algorithms)g(in)h(real)g(applications)f
+(searching)h(real)h(game)e(trees.)57 b(The)33 b(results)f(in)h(Sec-)0
+800 y(tion)26 b(4.3,)h(summarized)f(in)g(T)-8 b(able)27
+b(I,)h(sho)n(w)e(that)g(the)h(APHID)g(algorithm)e(can)j(deli)n(v)o(er)d
+(superior/competiti)n(v)o(e)0 1000 y(results)f(to)g(that)g(achie)n(v)n
+(able)f(by)h(a)h(synchronous)e(algorithm.)29 b(Further)l(,)c(this)e
+(performance)i(is)f(easy)h(to)f(achie)n(v)o(e)0 1199
+y(since)h(APHID)g(is)f(easy)h(to)g(inte)o(grate)f(into)g(an)g(e)o
+(xisting)f Fq(\013)q(\014)6 b Fu(-searching)25 b(program.)146
+1398 y(Comparing)31 b(APHID)g(to)g(synchronous)f(approaches,)i(it)f(is)
+f(interesting)g(to)h(note)f(that)h(APHID')-5 b(s)31 b(results)0
+1598 y(are)36 b(less)f(dependent)g(on)g(the)g(branching)g(f)o(actor)h
+(within)e(the)h(tree.)63 b(The)35 b(synchronous)f(search)i(results)e
+(are)0 1797 y(highly)d(dependent)h(on)g(the)g(branching)f(f)o(actor;)36
+b(a)d(lar)n(ger)g(branching)e(f)o(actor)i(yields)e(more)h(parallelism)f
+(and)0 1996 y(less)26 b(idle)f(time.)34 b(Thus,)26 b(the)g
+(asynchronous)f(algorithm)g(in)g(APHID)i(is)f(a)g(better)g(choice)g(in)
+g(applications)f(with)0 2195 y(small)f(branching)g(f)o(actors,)h(such)g
+(as)f(check)o(ers)i(and)f(Othello.)146 2395 y(The)20
+b(speedups)f(achie)n(v)n(able)g(by)h(the)g(APHID)g(algorithm)f(are)h
+(similar)f(to)g(those)h(achie)n(v)o(ed)f(by)g(synchronous)0
+2594 y(parallel)k(algorithms)e(up)i(to)f(32)h(processors)f(for)i
+(chess.)29 b(Thus,)23 b(a)g(synchronous)f(parallel)h(algorithm)e(may)i
+(be)g(a)0 2793 y(reasonable)k(choice)g(for)g(wide)g(v)n(ariable-depth)e
+(game)i(trees.)37 b(Ho)n(we)n(v)o(er)l(,)26 b(when)g(one)h(considers)f
+(that)h(APHID)0 2992 y(is)f(\(1\))g(easy)h(to)f(inte)o(grate)f(into)h
+(e)o(xisting)e(le)o(gac)o(y)h(code,)i(\(2\))f(can)h(lik)o(ely)e(achie)n
+(v)o(e)h(better)g(speedups)g(with)f(more)0 3192 y(transposition)d
+(table)h(memory)-6 b(,)23 b(and)h(\(3\))g(has)g(the)g(additional)e
+(bene\002t)j(of)f(speculati)n(v)o(e)e(search)i(on)g(some)f(of)h(the)0
+3391 y(k)o(e)o(y)g(v)n(ariations)g(at)g(the)h(ne)o(xt)f(search)h
+(depth,)g(then)f(APHID)h(becomes)g(the)f(algorithm)g(of)h(choice.)146
+3590 y(It)h(is)g(hoped)g(that)f(this)g(document,)h(in)f(conjunction)g
+(with)g(the)h(freely-a)n(v)n(ailable)g(APHID)g(library)-6
+b(,)26 b(will)f(be)0 3789 y(helpful)32 b(for)i(game-tree)f(researchers)
+h(to)f(in)l(v)o(estigate)e(these)i(and)g(other)g(ideas)f(surrounding)g
+(asynchronous)0 3989 y(game-tree)25 b(search.)0 4328
+y Fo(6)143 b(Ackno)o(wledgements)0 4630 y Fu(P)o(aul)20
+b(Masiar)g(and)h(Marc)g(Nolte)e(arranged)i(access)g(to)f(the)h
+(64-processor)f(SGI)h(Origin)f(2000)f(system)h(in)g(Eagan,)0
+4830 y(Minnesota.)28 b(Charles)20 b(Leiserson,)h(Ask)o(e)f(Plaat)g(and)
+g(Boston)g(Uni)n(v)o(ersity)e(arranged)j(access)f(to)g(a)g
+(32-processor)0 5029 y(SGI)30 b(Origin)e(2000)g(system.)43
+b(The)29 b(authors)f(w)o(ould)g(also)h(lik)o(e)f(to)h(thank)g(Darse)g
+(Billings,)g(Yngvi)f(Bj)8 b(\250)-41 b(ornsson,)0 5228
+y(Murray)38 b(Campbell,)k(Joe)c(Culberson,)j(Y)-10 b(aoqing)38
+b(Gao,)k(Andreas)d(Junghanns,)h(T)-8 b(on)o(y)37 b(Marsland,)42
+b(Monroe)1900 5589 y(30)p eop
+%%Page: 31 34
+31 33 bop 0 100 a Fu(Ne)n(wborn,)24 b(Denis)g(P)o(app,)h(John)f
+(Samson,)g(and)h(the)g(referees)h(for)f(their)f(helpful)h(suggestions.)
+0 436 y Fo(Refer)m(ences)50 738 y Fu([1])49 b(R.)31 b(D.)f(Blumofe,)i
+(C.)f(F)-8 b(.)31 b(Joer)n(g,)h(B.)g(C.)f(K)o(uszmaul,)f(C.)h(E.)g
+(Leiserson,)g(K.)g(H.)f(Randall,)i(and)f(Y)-13 b(.)31
+b(Zhou.)215 938 y(Cilk:)51 b(An)35 b(Ef)n(\002cient)g(Multithreaded)f
+(Runtime)h(System.)69 b(In)35 b Fm(Pr)l(oceedings)f(of)h(PPOPP)g('95)p
+Fu(,)j(pages)215 1137 y(207\226216,)23 b(Santa)j(Barbara,)g(CA,)f(July)
+f(1995.)50 1413 y([2])49 b(M.)36 b(G.)i(Brockington.)74
+b Fm(Async)o(hrnous)36 b(P)-8 b(ar)o(allel)35 b(Game-T)-5
+b(r)l(ee)38 b(Sear)l(c)o(h)p Fu(.)75 b(PhD)37 b(thesis,)i(Uni)n(v)o
+(ersity)c(of)215 1612 y(Alberta,)24 b(Department)h(of)f(Computing)g
+(Science,)h(Edmonton,)e(Canada,)j(December)f(1997.)50
+1889 y([3])49 b(R.)32 b(Feldmann.)59 b Fm(Spielbaumsuc)o(he)31
+b(auf)g(Massiv)h(P)-8 b(ar)o(allelen)30 b(Systemen)p
+Fu(.)60 b(PhD)32 b(thesis,)h(Uni)n(v)o(ersity)d(of)215
+2088 y(P)o(aderborn,)22 b(P)o(aderborn,)f(German)o(y)-6
+b(,)21 b(May)g(1993.)27 b(English)20 b(translation)g(a)n(v)n(ailable:)
+27 b(Game)22 b(T)m(ree)f(Search)215 2287 y(on)j(Massi)n(v)o(ely)f(P)o
+(arallel)i(Systems.)50 2564 y([4])49 b(A.)25 b(Geist,)f(A.)h(Be)o
+(guelin,)g(J.)g(Dongarra,)g(W)-9 b(.)25 b(Jiang,)f(B.)i(Manchek,)f(and)
+g(V)-13 b(.)25 b(Sunderam.)37 b Fm(PVM:)25 b(P)-8 b(ar)o(allel)215
+2763 y(V)h(irtual)33 b(Mac)o(hine)i(\226)h(A)f(User')l(s)g(Guide)g(and)
+h(T)-5 b(utorial)33 b(for)i(Network)o(ed)i(P)-8 b(ar)o(allel)33
+b(Computing)p Fu(.)69 b(MIT)215 2962 y(Press,)25 b(1994.)50
+3238 y([5])49 b(R.)36 b(D.)g(Greenblatt,)j(D.)d(E.)f(Eastlak)o(e,)k
+(and)d(S.)g(D.)g(Crock)o(er)-5 b(.)72 b(The)36 b(Greenblatt)g(Chess)g
+(Program.)72 b(In)215 3438 y Fm(Pr)l(oceedings)23 b(of)i(the)f(F)-7
+b(all)24 b(J)n(oint)f(Computer)i(Confer)l(ence)p Fu(,)g(v)n(olume)f
+(31,)g(pages)h(801\226810,)f(1967.)50 3714 y([6])49 b(R.)34
+b(M.)f(Hyatt.)63 b Fm(A)33 b(High-P)-8 b(erformance)33
+b(P)-8 b(ar)o(allel)31 b(Algorithm)h(T)-9 b(o)34 b(Sear)l(c)o(h)f
+(Depth-F)l(ir)o(st)e(Game)j(T)-5 b(r)l(ees)p Fu(.)215
+3913 y(PhD)25 b(thesis,)f(Uni)n(v)o(ersity)e(of)j(Alabama,)f
+(Birmingham,)g(Alabama,)g(1988.)50 4190 y([7])49 b(R.)22
+b(M.)f(Hyatt.)28 b(The)22 b(Dynamic)f(T)m(ree)g(Splitting)f(P)o
+(arallel)i(Search)h(Algorithm.)k Fm(ICCA)22 b(J)n(ournal)p
+Fu(,)f(20\(1\):3\226)215 4389 y(19,)j(1997.)50 4665 y([8])49
+b(A.)24 b(Junghanns)e(and)j(J.)e(Schaef)n(fer)-5 b(.)35
+b(Search)25 b(V)-11 b(ersus)24 b(Kno)n(wledge)f(in)h(Game-Playing)f
+(Programs)h(Re)n(vis-)215 4864 y(ited.)35 b(In)25 b Fm(Pr)l(oceedings)e
+(of)i(IJCAI-97)p Fu(,)g(pages)g(692\226697,)f(Nago)o(ya,)g(Japan,)h
+(August)f(1997.)50 5141 y([9])49 b(D.)29 b(E.)f(Knuth)g(and)h(R.)h(W)-9
+b(.)28 b(Moore.)49 b(An)28 b(Analysis)g(of)h(Alpha-Beta)g(Pruning.)49
+b Fm(Arti\002cial)27 b(Intellig)o(ence)p Fu(,)215 5340
+y(6\(3\):293\226326,)c(1975.)1900 5589 y(31)p eop
+%%Page: 32 35
+32 34 bop 0 100 a Fu([10])49 b(D.)23 b(K)m(opec)g(and)g(I.)h(Bratk)o
+(o.)33 b(The)23 b(Bratk)o(o-K)m(opec)h(Experiment:)k(A)c(Comparison)e
+(of)i(Human)f(and)g(Com-)215 299 y(puter)g(Performance)h(in)f(Chess.)32
+b(In)23 b(M.R.B.)g(Clark)o(e,)h(editor)l(,)f Fm(Advances)g(in)g
+(Computer)g(Chess)g(3)p Fu(,)g(pages)215 498 y(57\22672.)h(Permagon)h
+(Press,)g(1982.)0 780 y([11])49 b(B.)28 b(C.)h(K)o(uszmaul.)44
+b(The)28 b(StarT)-7 b(ech)29 b(Massi)n(v)o(ely-P)o(arallel)d(Chess)i
+(Program.)46 b Fm(ICCA)29 b(J)n(ournal)p Fu(,)e(18\(1\):3\226)215
+980 y(19,)d(1995.)0 1262 y([12])49 b(C.-P)-11 b(.)30
+b(P)-11 b(.)30 b(Lu.)51 b(P)o(arallel)29 b(Search)i(of)e(Narro)n(w)h
+(Game)f(T)m(rees.)51 b(Master')-5 b(s)29 b(thesis,)g(Uni)n(v)o(ersity)f
+(of)h(Alberta,)215 1461 y(Department)24 b(of)h(Computing)e(Science,)j
+(Edmonton,)d(Canada,)i(1993.)0 1743 y([13])49 b(T)-7
+b(.)24 b(A.)h(Marsland)f(and)g(M.)h(S.)g(Campbell.)35
+b(P)o(arallel)25 b(Search)h(of)e(Strongly)g(Ordered)i(Game)e(T)m(rees.)
+36 b Fm(A)m(CM)215 1943 y(Computing)23 b(Surve)m(ys)p
+Fu(,)i(14\(4\):533\226551,)e(1982.)0 2225 y([14])49 b(M.)28
+b(M.)h(Ne)n(wborn.)48 b(Unsynchronized)28 b(Iterati)n(v)o(ely)f
+(Deepening)i(P)o(arallel)g(Alpha-Beta)g(Search.)50 b
+Fm(IEEE)215 2424 y(T)-5 b(r)o(ansactions)22 b(on)j(P)-8
+b(attern)23 b(Analysis)h(and)g(Mac)o(hine)g(Intellig)o(ence)p
+Fu(,)g(P)-9 b(AMI-10\(5\):687\226694,)23 b(1988.)0 2707
+y([15])49 b(J.)23 b(Schaef)n(fer)-5 b(.)33 b(Distrib)n(uted)21
+b(Game-T)m(ree)j(Searching.)32 b Fm(J)n(ournal)22 b(of)h(P)-8
+b(ar)o(allel)21 b(and)i(Distrib)n(uted)e(Comput-)215
+2906 y(ing)p Fu(,)j(6\(2\):90\226114,)f(1989.)0 3188
+y([16])49 b(J.)24 b(J.)g(Scott.)35 b(A)25 b(Chess-Playing)f(Program.)35
+b(In)25 b(B.)g(Meltzer)g(and)f(D.)g(Michie,)g(editors,)g
+Fm(Mac)o(hine)g(Intelli-)215 3387 y(g)o(ence)h(4)p Fu(,)g(pages)f
+(255\226265.)g(Edinb)n(ur)n(gh)g(Uni)n(v)o(ersity)e(Press,)j(1969.)0
+3670 y([17])49 b(J.-C.)35 b(W)-8 b(eill.)67 b Fm(Pr)l(o)o(gr)o(ammes)32
+b(d')1389 3648 y(\264)1369 3670 y(Ec)o(hecs)j(de)f(Championnat:)50
+b(Ar)l(c)o(hitectur)l(e)34 b(Lo)o(gicielle)o(,)j(Synth)3650
+3671 y(\036)3645 3670 y(ese)d(de)215 3869 y(F)-10 b(onctions)23
+b(d')730 3847 y(\264)711 3869 y(Evaluations,)f(P)-8 b(ar)o(all)1488
+3870 y(\264)1483 3869 y(elisme)23 b(de)i(Rec)o(her)l(c)o(he)p
+Fu(.)35 b(PhD)25 b(thesis,)e(Uni)n(v)o(ersit)6 b(\264)-39
+b(e)23 b(P)o(aris)i(8,)f(January)215 4068 y(1995.)35
+b(In)25 b(French.)0 4408 y Fo(A)143 b(The)35 b(Master')-5
+b(s)34 b(Guessed)g(Scor)m(e)h(Algorithm)0 4710 y Fu(APHID)j(has)f(all)g
+(of)g(the)h(information)d(about)i(the)g(pre)n(vious)f(depths)h(of)g
+Fq(\013)q(\014)43 b Fu(search)38 b(for)f(a)h(node,)i(such)d(as)0
+4909 y(whether)26 b(the)g(score)g(w)o(as)g(a)h(lo)n(wer)e(bound,)h(an)g
+(upper)g(bound)f(or)h(an)g(e)o(xact)g(minimax)f(v)n(alue.)33
+b(Other)26 b(informa-)0 5109 y(tion)21 b(includes)h(the)g(\002nal)g
+(minimax)f(v)n(alue)h(from)g(each)h(of)f(those)g(depths)f(of)h(search,)
+i(as)e(well)g(as)g(a)h(hypothetical)0 5308 y(minimax)28
+b(v)n(alue)h(for)g(the)h(current)g Fq(d)p Fu(-ply)e(search)i(\(the)g
+(closest)f(node)g(on)g(the)g(principal)g(v)n(ariation)f(that)h(has)h(a)
+1900 5589 y(32)p eop
+%%Page: 33 36
+33 35 bop 0 100 a Fu(certain)28 b(v)n(alue\).)38 b(All)27
+b(of)h(this)f(information)f(is)h(used)g(to)g(determine)g(a)h(guessed)f
+(score.)40 b(The)27 b(full)g(algorithm)g(is)0 299 y(gi)n(v)o(en)c(in)i
+(Figure)g(10.)146 498 y(Starting)i(with)f(the)g(information)g(for)h(a)g
+Fl(\()p Fq(d)c Fk(\000)h Fq(d)1817 462 y Fp(0)1863 498
+y Fk(\000)g Fl(1\))p Fu(-ply)i(search,)i(the)f(algorithm)e(checks)i
+(successi)n(v)o(ely)0 697 y(shallo)n(wer)e(depths)g(of)h(search)g
+(returned)g(by)g(the)f(sla)n(v)o(e)h(until)e(a)j(rele)n(v)n(ant)d
+(result)i(is)f(found)h(with)f(respect)h(to)f(the)0 897
+y Fq(\013)q(\014)33 b Fu(search)28 b(windo)n(w)-6 b(.)36
+b(This)26 b(is)h(guaranteed)h(to)f(happen,)g(since)g(the)h(master)f
+(stores)f(an)i(e)o(xact)f(e)n(v)n(aluation)e(of)j(a)0
+1096 y(leaf)d(node)g(\(a)g(0-ply)f(search\))i(when)f(the)f(leaf)h(is)g
+(\002rst)g(generated)g(and)g(gi)n(v)o(en)e(to)h(a)i(sla)n(v)o(e.)146
+1295 y(Ho)n(we)n(v)o(er)l(,)k(the)f(result)g(returned)g(by)h(the)f(sla)
+n(v)o(e)g(should)f(not)h(be)g(used)h(without)e(an)h(adjustment)f(since)
+h(the)0 1494 y(minimax)24 b(v)n(alue)h(at)h(the)g(root)f(of)h(the)g
+(tree)g(may)g(v)n(ary)f(between)h(dif)n(ferent)g(depths)f(of)h(search.)
+34 b(In)26 b(APHID,)g(the)0 1694 y(sla)n(v)o(e')-5 b(s)28
+b(minimax)g(v)n(alue)h(is)g(scaled)h(by)f(the)g(dif)n(ference)h
+(between)g(the)f(v)n(alue)g(of)h(the)f(full)g(search)h(that)f(it)g(w)o
+(as)0 1893 y(generated)g(for)g(and)f(the)g(hypothetical)f(v)n(alue)h
+(of)g(the)g(current)h(search.)42 b(F)o(or)29 b(e)o(xample,)f(if)h(the)f
+(current)h(search)0 2092 y(has)k(a)g(hypothetical)d(minimax)h(v)n(alue)
+h(of)h(5,)i(and)d(the)h(result)f(of)h Fk(\024)g Fu(6)f(from)h(a)g
+(search)g(that)f(had)h(a)g(minimax)0 2291 y(v)n(alue)g(of)h(7)g(at)f
+(the)h(root)f(of)h(the)g(game)f(tree)h(is)f(to)h(be)g(used,)h(then)f
+(the)f(dif)n(ference)h(of)g(the)g(minimax)e(v)n(alues)0
+2491 y(\(5-7\))26 b(w)o(ould)f(be)g(added)h(to)f(the)h(result.)33
+b(Thus,)25 b(the)g(v)n(alue)g(changes)h(from)f Fk(\024)h
+Fu(6)g(for)g(the)f(earlier)i(search)f(to)f Fk(\024)h
+Fu(4)0 2690 y(for)g(use)g(as)f(a)h(guessed)f(minimax)g(v)n(alue)g(in)g
+(the)g(current)h(search.)34 b(This)25 b(preserv)o(es)h(the)f(mo)o(v)o
+(e)f(ordering)h(of)h(the)0 2889 y(pre)n(vious)e(iteration.)146
+3088 y(This)c(algorithm)e(is)i(preferred)h(o)o(v)o(er)e(other)h
+(methods)f(for)h(determining)f(an)h(estimated)f(e)n(v)n(aluation)g
+(because)0 3288 y(it)k(guarantees)g(that)g(a)h(guessed)e(score)i(will)e
+(not)h(disrupt)f(the)h(search)h(tree.)31 b(If)23 b(the)g(old)g(search)h
+(result)f(\()p Fk(\024)h Fu(6\))f(w)o(as)0 3487 y(suf)n(\002cient)g(to)
+h(cause)h(the)e(tree)i(to)f(be)g(pruned)g(in)f(the)h(earlier)h(search,)
+f(the)g(guessed)g(v)n(alue)f(\()p Fk(\024)29 b Fl(4)p
+Fu(\))24 b(will)f(lik)o(ely)g(be)0 3686 y(suf)n(\002cient)h(to)h(prune)
+f(the)h(tree)g(in)g(the)f(current)h(search.)0 4026 y
+Fo(B)143 b(The)35 b(Sla)l(v)o(e')-5 b(s)34 b(W)m(indo)o(w)h(Selection)f
+(Algorithm)0 4328 y Fu(The)29 b(windo)n(w)f(selection)g(algorithm)g(is)
+g(application-dependent,)h(and)g(can)g(be)g(modi\002ed)g(by)g(editing)f
+(a)h(call-)0 4527 y(back)f(function)f(pro)o(vided)g(to)g(the)h
+(application)f(programmer)-5 b(.)38 b(Based)29 b(on)e(numerous)g
+(tests,)h(a)g(general)g(set)g(of)0 4727 y(rules)d(w)o(as)f(created)i
+(for)f(determining)e(small,)h(useful)g Fq(\013)q(\014)31
+b Fu(search)25 b(windo)n(ws)e(in)i(APHID.)146 4926 y(The)39
+b(\002rst)f(recommendation)f(is)h(that)g(the)g(sla)n(v)o(e')-5
+b(s)38 b(search)g(windo)n(w)f(should)h(be)g(centered)h(around)f(the)0
+5125 y(hypothetical)29 b(minimax)g(v)n(alue)i(\(as)g(de\002ned)g(in)g
+(Section)f(3.1\),)i(since)f(this)f(is)h(the)f(most)g(lik)o(ely)g(v)n
+(alue)g(of)h(the)1900 5589 y(33)p eop
+%%Page: 34 37
+34 36 bop 0 100 a Fu(search.)279 63 y Fn(8)355 100 y
+Fu(The)26 b(second)h(recommendation)e(is)h(that)g(to)g(increase)h(the)g
+(windo)n(w)e(based)h(on)g(ho)n(w)g(\223unstable\224)g(the)0
+299 y(principal)35 b(v)n(ariation)f(may)g(be.)63 b(F)o(or)35
+b(e)o(xample,)i(if)e(the)g(master)g(says)g(that)g(the)g(highest)f
+(remaining)g(priority)0 498 y(w)o(ork)i(to)g(be)h(searched)f(is)g(the)g
+(same)h(as)f(the)g(piece)h(of)f(w)o(ork)g(that)g(is)g(currently)g
+(being)g(e)o(xamined,)i(then)e(a)0 697 y(small)29 b(search)h(windo)n(w)
+e(should)g(be)i(chosen)f(because)h(the)f(search)h(is)f(relati)n(v)o
+(ely)f(con\002dent)i(of)f(the)h(principal)0 897 y(v)n(ariation.)i(Ho)n
+(we)n(v)o(er)l(,)25 b(as)g(the)h(dif)n(ference)g(between)g(the)f(lar)n
+(gest)h(priority)e(that)h(the)h(master)f(needs)h(completed)0
+1096 y(and)31 b(the)f(priority)f(of)i(the)f(sla)n(v)o(e')-5
+b(s)30 b(piece)h(of)f(w)o(ork)h(gets)f(lar)n(ger)l(,)i(the)f(search)g
+(windo)n(w)e(needs)h(to)h(be)f(lar)n(ger)h(to)0 1295
+y(re\003ect)d(the)f(uncertainty)f(in)h(the)g(principal)f(v)n(ariation.)
+36 b(These)27 b(lar)n(ger)h(search)g(windo)n(ws)d(are)j(also)e(used)h
+(when)0 1494 y(starting)e(speculati)n(v)o(e)f(searches)i(for)h(future)e
+(iterations,)g(since)h(there)g(is)g(no)f(information)g(on)g(the)h(v)n
+(alue)f(of)h(the)0 1694 y(principal)e(v)n(ariation)g(at)g(the)h(ne)o
+(xt)f(ply)-6 b(.)146 1893 y(These)23 b(recommendations)e(were)i(used)f
+(in)g(the)g(windo)n(w)f(selection)g(algorithm)g(for)i(each)g(of)f(the)h
+(programs)0 2092 y(tested)h(in)g(Section)h(4.)30 b(The)25
+b(scale)g(and)f(v)n(ariance)h(of)f(the)h(e)n(v)n(aluation)d(function)i
+(in)g(each)h(program)g(w)o(as)f(used)g(to)0 2291 y(determine)g(the)h
+(constants)f(used)g(to)h(increase)g(or)g(set)f(the)h(initial)e(size)i
+(of)g(the)g(sla)n(v)o(e')-5 b(s)23 b(windo)n(w)-6 b(.)p
+0 5149 1560 4 v 112 5210 a Fj(8)149 5240 y Fi(When)23
+b(the)g(hypothetical)d(minimax)h(v)n(alue)h(is)i(INV)-11
+b(ALID,)21 b(then)h(this)i(must)e(be)h(a)g(PV)g(node,)f(and)g(an)h
+(in\002nite)f(search)h(windo)n(w)0 5340 y(should)c(be)h(chosen.)1900
+5589 y Fu(34)p eop
+%%Page: 35 38
+35 37 bop 195 608 a
+ 27707274 30785863 11446026 16445440 28746629 35587932 startTexFig
+ 195 608 a
+%%BeginDocument: pics/guessed-score.ps
+%Magnification: 0.50
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+143.5 569.5 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+  bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+  4 -2 roll mul srgb} bind def
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+n 0 792 m 0 0 l 612 0 l 612 792 l cp clip
+ 0.03000 0.03000 sc
+7.500 slw
+% Polyline
+n 1050 975 m 9775 975 l 9775 10600 l 1050 10600 l cp gs col-1 s gr 
+/Courier ff 180.00 scf sf
+1200 2000 m
+gs 1 -1 sc (int SlaveScoreUppBound\(position p, int d\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 2800 m
+gs 1 -1 sc (int RootMinimax\(int d\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 4000 m
+gs 1 -1 sc (first node visited during a pass by a master.\) */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 4400 m
+gs 1 -1 sc (int GuessedScore\(int alpha, int beta, position p, int d, int dprime\)) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 4600 m
+gs 1 -1 sc ({) col-1 sh gr
+/Courier ff 180.00 scf sf
+1600 5200 m
+gs 1 -1 sc (int hmm;    /* working hypothetical minimax value for current depth   */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1600 5800 m
+gs 1 -1 sc ({) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 6000 m
+gs 1 -1 sc (hmm = HypotheticalMinimax\(\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 6200 m
+gs 1 -1 sc (if \(hmm == INVALID\) { hmm = RootMinimax\(depth\); }) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 6600 m
+gs 1 -1 sc (/* Scale lower and upper bounds if they are not INFINITE to change) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 6800 m
+gs 1 -1 sc (bias of search result from previous search depth to current depth. */) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 7000 m
+gs 1 -1 sc (lb = -INFINITY; ub = INFINITY;) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 7200 m
+gs 1 -1 sc (if \(SlaveScoreLowBound\(p,depth-dprime\) != -INFINITY\)) col-1 sh gr
+/Courier ff 180.00 scf sf
+2400 7400 m
+gs 1 -1 sc (lb = SlaveScoreLowBound\(p,depth-dprime\) + hmm - RootMinimax\(depth\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 7600 m
+gs 1 -1 sc (if \(SlaveScoreUppBound\(p,depth-dprime\) != INFINITY\)) col-1 sh gr
+/Courier ff 180.00 scf sf
+2400 7800 m
+gs 1 -1 sc (ub = SlaveScoreUppBound\(p,depth-dprime\) + hmm - RootMinimax\(depth\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 8200 m
+gs 1 -1 sc (/* Check each bound to see if scaled bounds satisfy constraints. */) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 8400 m
+gs 1 -1 sc (if \(ub <= alpha\) { return alpha; }) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 8600 m
+gs 1 -1 sc (if \(lb >= beta\) { return beta; }) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 9200 m
+gs 1 -1 sc (if \(lb == ub\) { return ub; }) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 9000 m
+gs 1 -1 sc (/* An exact scaled value is always satisfactory for constraints. */) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 9600 m
+gs 1 -1 sc (/* NOTE: Loop will always exit at or before depth = dprime, since) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 9800 m
+gs 1 -1 sc (master stored SlaveScoreLowBound\(p,0\) = SlaveScoreUppBound\(p,0\) = ) col-1 sh gr
+/Courier ff 180.00 scf sf
+2000 10000 m
+gs 1 -1 sc (static evaluation, yielding equal scaled upper/lower bounds. */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1600 5600 m
+gs 1 -1 sc (for \(depth = d-1; depth >= dprime; depth = depth - 1\)) col-1 sh gr
+/Courier ff 180.00 scf sf
+1600 10200 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 10400 m
+gs 1 -1 sc (}) col-1 sh gr
+/Courier ff 180.00 scf sf
+1600 5000 m
+gs 1 -1 sc (int ub,lb;  /* scaled upper/lower bounds \(if not infinite\)            */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1600 4800 m
+gs 1 -1 sc (int depth;  /* depth of search where estimate will be derived         */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 3800 m
+gs 1 -1 sc (current pass, returns INVALID if no PV has been explored \(only happens when) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 3600 m
+gs 1 -1 sc (/* HypotheticalMinimax returns highest accurate value along current PV in) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 3400 m
+gs 1 -1 sc (int HypotheticalMinimax\(\);) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 3000 m
+gs 1 -1 sc (/* RootMinimax returns minimax value from previous search at depth d */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 2400 m
+gs 1 -1 sc (position p at depth d if result was <= beta\(p,d\); INFINITY, otherwise. */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 2200 m
+gs 1 -1 sc (/* SlaveScoreUppBound returns value from slave's alphabeta search for) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 1600 m
+gs 1 -1 sc (position p at depth d if result was >= alpha\(p,d\); -INFINITY, otherwise. */) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 1400 m
+gs 1 -1 sc (/* SlaveScoreLowBound returns value from slave's alphabeta search for) col-1 sh gr
+/Courier ff 180.00 scf sf
+1200 1200 m
+gs 1 -1 sc (int SlaveScoreLowBound\(position p, int d\);) col-1 sh gr
+showpage
+$F2psEnd
+rs
+%%EndDocument
+
+ endTexFig
+ 1015 4711 a Fu(Figure)25 b(10:)30 b(Code)c(F)o(or)e(Guessed)h(Score)h
+(Algorithm)1900 5589 y(35)p eop
+%%Page: 36 39
+36 38 bop 146 100 a Ft(Mark)37 b(Br)n(ockington)h Fu(recei)n(v)o(ed)d
+(a)i(B.Math.)64 b(de)o(gree)36 b(in)g(Pure)h(Math)e(with)h(Computer)f
+(Science)i(from)0 299 y(the)c(Uni)n(v)o(ersity)e(of)j(W)-8
+b(aterloo,)35 b(in)e(1992,)i(and)e(recei)n(v)o(ed)g(a)h(Ph.D.)g(in)f
+(Computing)f(Science)i(from)f(the)g(Uni-)0 498 y(v)o(ersity)i(of)g
+(Alberta)h(in)g(1997.)63 b(His)35 b(research)i(interests)e(include)g
+(arti\002cial)h(intelligence,)h(distrib)n(uted)d(and)0
+697 y(parallel)26 b(processing,)h(cryptography)e(and)i(data)f(security)
+-6 b(.)35 b(Mark)27 b(is)f(currently)g(w)o(orking)g(at)h(BioW)-8
+b(are)27 b(Corp.,)0 897 y(an)e(interacti)n(v)o(e)e(entertainment)h
+(\002rm)h(in)g(Edmonton,)d(Alberta,)j(Canada.)146 1096
+y Ft(J)o(onathan)35 b(Schaeffer)i Fu(recei)n(v)o(ed)d(a)h(B.Sc.)62
+b(de)o(gree)35 b(in)f(Computing)g(Science)h(from)g(the)g(Uni)n(v)o
+(ersity)d(of)0 1295 y(T)-8 b(oronto,)26 b(in)g(1978,)g(and)g(recei)n(v)
+o(ed)g(an)h(M.Math.)34 b(and)26 b(a)h(Ph.D.)g(in)f(Computer)g(Science)h
+(from)f(the)g(Uni)n(v)o(ersity)0 1494 y(of)34 b(W)-8
+b(aterloo)34 b(in)f(1980)h(and)g(1986,)h(respecti)n(v)o(ely)-6
+b(.)56 b(He)35 b(is)e(the)h(principal)f(author)h(of)i(C)t
+Fa(H)t(I)t(N)t(O)t(O)t(K)r Fu(,)k(the)34 b(Man-)0 1694
+y(Machine)22 b(W)-8 b(orld)23 b(Champion)f(check)o(ers)h(program.)30
+b(He)23 b(is)f(currently)g(a)h(Professor)g(of)g(Computing)e(Science)j
+(at)0 1893 y(the)i(Uni)n(v)o(ersity)e(of)i(Alberta.)35
+b(His)25 b(current)i(research)g(interests)e(include)h(heuristic)f
+(search,)i(parallel)f(process-)0 2092 y(ing,)e(and)h(computer)f(games.)
+1900 5589 y(36)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/parallel/mthesis.pdf b/parallel/mthesis.pdf
new file mode 100644 (file)
index 0000000..4bbb8a3
Binary files /dev/null and b/parallel/mthesis.pdf differ
diff --git a/parallel/p53-walczak.pdf b/parallel/p53-walczak.pdf
new file mode 100644 (file)
index 0000000..34d9bda
Binary files /dev/null and b/parallel/p53-walczak.pdf differ
diff --git a/parallel/p533-marsland.pdf b/parallel/p533-marsland.pdf
new file mode 100644 (file)
index 0000000..6f6b52b
Binary files /dev/null and b/parallel/p533-marsland.pdf differ
diff --git a/parallel/p65-campbell.pdf b/parallel/p65-campbell.pdf
new file mode 100644 (file)
index 0000000..8a88033
Binary files /dev/null and b/parallel/p65-campbell.pdf differ
diff --git a/parallel/pami.ps b/parallel/pami.ps
new file mode 100755 (executable)
index 0000000..bf1dafa
--- /dev/null
@@ -0,0 +1,3771 @@
+%!PS
+%%Version: 3.3
+%%DocumentFonts: (atend)
+%%Pages: (atend)
+%%EndComments
+%
+% Version 3.3 prologue for troff files.
+%
+
+/#copies 1 store
+/aspectratio 1 def
+/formsperpage 1 def
+/landscape false def
+/linewidth .3 def
+/magnification 1 def
+/margin 0 def
+/orientation 0 def
+/resolution 720 def
+/rotation 1 def
+/xoffset 0 def
+/yoffset 0 def
+
+/roundpage true def
+/useclippath true def
+/pagebbox [0 0 612 792] def
+
+/R  /Times-Roman def
+/I  /Times-Italic def
+/B  /Times-Bold def
+/BI /Times-BoldItalic def
+/H  /Helvetica def
+/HI /Helvetica-Oblique def
+/HB /Helvetica-Bold def
+/HX /Helvetica-BoldOblique def
+/CW /Courier def
+/CO /Courier def
+/CI /Courier-Oblique def
+/CB /Courier-Bold def
+/CX /Courier-BoldOblique def
+/PA /Palatino-Roman def
+/PI /Palatino-Italic def
+/PB /Palatino-Bold def
+/PX /Palatino-BoldItalic def
+/Hr /Helvetica-Narrow def
+/Hi /Helvetica-Narrow-Oblique def
+/Hb /Helvetica-Narrow-Bold def
+/Hx /Helvetica-Narrow-BoldOblique def
+/KR /Bookman-Light def
+/KI /Bookman-LightItalic def
+/KB /Bookman-Demi def
+/KX /Bookman-DemiItalic def
+/AR /AvantGarde-Book def
+/AI /AvantGarde-BookOblique def
+/AB /AvantGarde-Demi def
+/AX /AvantGarde-DemiOblique def
+/NR /NewCenturySchlbk-Roman def
+/NI /NewCenturySchlbk-Italic def
+/NB /NewCenturySchlbk-Bold def
+/NX /NewCenturySchlbk-BoldItalic def
+/ZD /ZapfDingbats def
+/ZI /ZapfChancery-MediumItalic def
+/S  /S def
+/S1 /S1 def
+/GR /Symbol def
+
+/inch {72 mul} bind def
+/min {2 copy gt {exch} if pop} bind def
+
+/setup {
+       counttomark 2 idiv {def} repeat pop
+
+       landscape {/orientation 90 orientation add def} if
+       /scaling 72 resolution div def
+       linewidth setlinewidth
+       1 setlinecap
+
+       pagedimensions
+       xcenter ycenter translate
+       orientation rotation mul rotate
+       width 2 div neg height 2 div translate
+       xoffset inch yoffset inch neg translate
+       margin 2 div dup neg translate
+       magnification dup aspectratio mul scale
+       scaling scaling scale
+
+       /Symbol /S Sdefs cf
+       /Times-Roman /S1 S1defs cf
+       0 0 moveto
+} def
+
+/pagedimensions {
+       useclippath userdict /gotpagebbox known not and {
+               /pagebbox [clippath pathbbox newpath] def
+               roundpage currentdict /roundpagebbox known and {roundpagebbox} if
+       } if
+       pagebbox aload pop
+       4 -1 roll exch 4 1 roll 4 copy
+       landscape {4 2 roll} if
+       sub /width exch def
+       sub /height exch def
+       add 2 div /xcenter exch def
+       add 2 div /ycenter exch def
+       userdict /gotpagebbox true put
+} def
+
+/pagesetup {
+       /page exch def
+       currentdict /pagedict known currentdict page known and {
+               page load pagedict exch get cvx exec
+       } if
+} def
+
+/decodingdefs [
+       {counttomark 2 idiv {y moveto show} repeat}
+       {neg /y exch def counttomark 2 idiv {y moveto show} repeat}
+       {neg moveto {2 index stringwidth pop sub exch div 0 32 4 -1 roll widthshow} repeat}
+       {neg moveto {spacewidth sub 0.0 32 4 -1 roll widthshow} repeat}
+       {counttomark 2 idiv {y moveto show} repeat}
+       {neg setfunnytext}
+] def
+
+/setdecoding {/t decodingdefs 3 -1 roll get bind def} bind def
+
+/w {neg moveto show} bind def
+/m {neg dup /y exch def moveto} bind def
+/done {/lastpage where {pop lastpage} if} def
+
+/f {
+       dup /font exch def findfont exch
+       dup /ptsize exch def scaling div dup /size exch def scalefont setfont
+       linewidth ptsize mul scaling 10 mul div setlinewidth
+       /spacewidth ( ) stringwidth pop def
+} bind def
+
+/changefont {
+       /fontheight exch def
+       /fontslant exch def
+       currentfont [
+               1 0
+               fontheight ptsize div fontslant sin mul fontslant cos div
+               fontheight ptsize div
+               0 0
+       ] makefont setfont
+} bind def
+
+/sf {f} bind def
+
+/cf {
+       dup length 2 idiv
+       /entries exch def
+       /chtab exch def
+       /newfont exch def
+
+       findfont dup length 1 add dict
+       /newdict exch def
+       {1 index /FID ne {newdict 3 1 roll put} {pop pop} ifelse} forall
+
+       newdict /Metrics entries dict put
+       newdict /Metrics get
+       begin
+               chtab aload pop
+               1 1 entries {pop def} for
+               newfont newdict definefont pop
+       end
+} bind def
+
+%
+% A few arrays used to adjust reference points and character widths in some
+% of the printer resident fonts. If square roots are too high try changing
+% the lines describing /radical and /radicalex to,
+%
+%      /radical        [0 -75 550 0]
+%      /radicalex      [-50 -75 500 0]
+%
+% Move braceleftbt a bit - default PostScript character is off a bit.
+%
+
+/Sdefs [
+       /bracketlefttp          [201 500]
+       /bracketleftbt          [201 500]
+       /bracketrighttp         [-81 380]
+       /bracketrightbt         [-83 380]
+       /braceleftbt            [203 490]
+       /bracketrightex         [220 -125 500 0]
+       /radical                [0 0 550 0]
+       /radicalex              [-50 0 500 0]
+       /parenleftex            [-20 -170 0 0]
+       /integral               [100 -50 500 0]
+       /infinity               [10 -75 730 0]
+] def
+
+/S1defs [
+       /underscore             [0 80 500 0]
+       /endash                 [7 90 650 0]
+] def
+%%EndProlog
+%%BeginSetup
+mark
+/resolution 720 def
+setup
+2 setdecoding
+%%EndSetup
+%%Page: 1 1
+/saveobj save def
+mark
+1 pagesetup
+10 B f
+(The History Heuristic and)3 1120 1 2320 840 t
+(Alpha-Beta Search Enhancements in Practice)4 1943 1 1908 1200 t
+10 R f
+(Jonathan Schaeffer)1 761 1 2499 1680 t
+10 I f
+(Abstract -)1 397 1 720 2160 t
+10 R f
+( have been proposed to help reduce the size of)9 1923(Many enhancements to the alpha-beta algorithm)5 1967 2 1150 2160 t
+( recent enhancement, the history heuristic, is described that improves the order in which)13 3591( A)1 128(minimax trees.)1 601 3 720 2400 t
+( comprehensive set of experiments is reported which tries all)9 2498( A)1 130( nodes.)1 291(branches are considered at interior)4 1401 4 720 2640 t
+( work on)2 387( Previous)1 416( one yields the best performance.)5 1399(combinations of enhancements to determine which)5 2118 4 720 2880 t
+( concentrated on the benefits of individual enhancements or a few combina-)11 3051(assessing their performance has)3 1269 2 720 3120 t
+( each enhancement should not be taken in isolation; one would like to find the combination)15 3659(tions. However,)1 661 2 720 3360 t
+( indicate that the history heuristic and transposition)7 2067( Results)1 348( the greatest reduction in tree size.)6 1384(that provides)1 521 4 720 3600 t
+( For)1 202(tables significantly out-perform other alpha-beta enhancements in application generated game trees.)10 4118 2 720 3840 t
+( 99% of the possible reductions in tree size,)8 1779(trees up to depth 8, when taken together, they account for over)11 2541 2 720 4080 t
+(with the other enhancements yielding insignificant gains.)6 2284 1 720 4320 t
+10 I f
+( -)1 58(Index Terms)1 524 2 720 4800 t
+10 R f
+(Alpha-beta search, minimax search, game trees, history heuristic, transposition tables,)9 3685 1 1355 4800 t
+(minimal window search, killer heuristic.)4 1615 1 720 5040 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 1 1
+%%Page: 2 2
+/saveobj save def
+mark
+2 pagesetup
+11 R f
+(- 2 -)2 183 1 2788 490 t
+11 B f
+(1. Introduction)1 739 1 720 840 t
+11 R f
+(Many modifications and enhancements to the alpha-beta \()7 2546 1 970 1116 t
+11 S f
+(ab)3516 1116 w
+11 R f
+(\) algorithm have been proposed)4 1394 1 3646 1116 t
+( in)1 119( of the more prominent ones)5 1273( Some)1 313(to increase the efficiency of minimax game tree searching.)8 2615 4 720 1356 t
+( tables [2], refutation tables [3],)5 1563(the literature include iterative deepening [1], transposition)6 2757 2 720 1596 t
+( of these)2 412( Some)1 327( aspiration search [5] and the killer heuristic [3].)8 2279(minimal window search [4],)3 1302 4 720 1836 t
+( each)1 232( However,)1 489( others appear to have questionable merit.)6 1863(search aids seem to be beneficial while)6 1736 4 720 2076 t
+( find the combination of features)5 1457(enhancement should not be taken in isolation; one would like to)10 2863 2 720 2316 t
+( merits)1 307( experiments assessing the relative)4 1531( Several)1 387(that provides the greatest reduction in tree size.)7 2095 4 720 2556 t
+( these features have been reported in the literature, using both artificially constructed)12 3830(of some of)2 490 2 720 2796 t
+( trees.)1 262( 7, 8])2 210([6] and application generated [1,)4 1428 3 720 3036 t
+(The size of the search tree built by a depth-first)9 2148 1 970 3312 t
+11 S f
+(ab)3154 3312 w
+11 R f
+( the order in)3 561(search largely depends on)3 1159 2 3320 3312 t
+( minimal)1 398( The)1 228(which branches are considered at interior nodes.)6 2128 3 720 3552 t
+11 S f
+(ab)3503 3552 w
+11 R f
+(tree arises if the branch leading)5 1378 1 3662 3552 t
+( them in worst to)4 796( Examining)1 551( at all interior nodes.)4 956(to the best minimax score is considered first)7 2017 4 720 3792 t
+( it)1 95( the difference between the two extremes is large,)8 2225( Since)1 306(best order results in the maximal tree.)6 1694 4 720 4032 t
+( application)1 538( Typically,)1 527( a good ordering of branches at interior nodes.)8 2204(is imperative to obtain)3 1051 4 720 4272 t
+(dependent knowledge is applied to make a "best guess" decision on an order to consider them in.)16 4258 1 720 4512 t
+( to the)2 294(In this paper, a recent enhancement)5 1592 2 970 4788 t
+11 S f
+(ab)2893 4788 w
+11 R f
+(algorithm, the history heuristic, is described)5 1980 1 3060 4788 t
+( order in which branches are con-)6 1466( heuristic achieves its performance by improving the)7 2316( The)1 227([9, 10].)1 311 4 720 5028 t
+( game trees, the same branch, or)6 1450( In)1 153(sidered at interior nodes.)3 1104 3 720 5268 t
+10 I f
+(move)3458 5268 w
+11 R f
+(, will occur many times at dif-)6 1372 1 3668 5268 t
+(ferent nodes, or)2 703 1 720 5508 t
+10 I f
+(positions)1457 5508 w
+11 R f
+( move is in leading to)5 993( history is maintained of how successful each)7 2056(. A)1 172 3 1819 5508 t
+( every different)2 684( information is maintained for)4 1336( This)1 256(the highest minimax score at an interior node.)7 2044 4 720 5748 t
+( in)1 115( interior nodes of the tree, moves are examined)8 2080( At)1 168(move, regardless of the originating position.)5 1957 4 720 5988 t
+( information is accumulated)3 1233( this manner, previous search)4 1284( In)1 147(order of their prior history of success.)6 1656 4 720 6228 t
+(and distributed throughout the tree.)4 1549 1 720 6468 t
+( heuristic and)2 608(A series of experiments is reported that assess the performance of the history)12 3462 2 970 6744 t
+(the prominent)1 620 1 720 6984 t
+11 S f
+(ab)1374 6984 w
+11 R f
+( experiments consisted of trying all possible combi-)7 2312( The)1 231(search enhancements.)1 959 3 1538 6984 t
+( The)1 243(nations of enhancements in a chess program to find out which provides the best results.)14 4077 2 720 7224 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 2 2
+%%Page: 3 3
+/saveobj save def
+mark
+3 pagesetup
+11 R f
+(- 3 -)2 183 1 2788 490 t
+( each of these enhancements is quantified, providing evidence)8 2722(reductions in tree size achievable by)5 1598 2 720 840 t
+( is the first comprehensive test performed in this area; previous)10 2951( This)1 270(of their \(in\)significance.)2 1099 3 720 1080 t
+( into account)2 568( this work takes)3 697( Further,)1 408( 7, 8].)2 238(work has been limited to a few select combinations [1,)9 2409 5 720 1320 t
+( nodes, something not addressed by previous)6 1983(the effect on tree size of ordering branches at interior)9 2337 2 720 1560 t
+(work.)720 1800 w
+( with transposition tables provides more)5 1769(The results show that the history heuristic combined)7 2301 2 970 2076 t
+(than 99% of the possible reductions in tree size; the others combining for an insignificant)14 4320 1 720 2316 t
+( a simple, mechanical way to order branches at interior)9 2570( history heuristic is)3 893(improvement. The)1 857 3 720 2556 t
+( time and space overheads of the)6 1456( has none of the implementation, debugging, execution)7 2452(nodes. It)1 412 3 720 2796 t
+( of using explicit knowledge, the heuristic uses the implicit)9 2618( Instead)1 374(knowledge-based alternatives.)1 1328 3 720 3036 t
+( gives rise)2 456( This)1 257( the tree.)2 391(knowledge of the "experience" it has gained from visiting other parts of)11 3216 4 720 3276 t
+( knowledge is better in that an application dependent knowledge-)9 2892(to the apparent paradox that less)5 1428 2 720 3516 t
+(based ordering method can be approximated by the history heuristic.)9 3015 1 720 3756 t
+11 B f
+(2.)720 4116 w
+11 S f
+(ab)859 4116 w
+11 B f
+(and its Enhancements)2 1036 1 1017 4116 t
+11 R f
+(An)970 4392 w
+10 I f
+(adversary)1135 4392 w
+11 R f
+(or)1569 4392 w
+10 I f
+(game)1692 4392 w
+11 R f
+( types)1 267( Two)1 264(tree is one in which two players alternate making moves.)9 2566 3 1943 4392 t
+( at the bottom of the tree are called)8 1555( Nodes)1 339(of nodes in the tree are distinguished.)6 1670 3 720 4632 t
+10 I f
+(lea f)1 166 1 4312 4632 t
+11 R f
+(nodes while)1 531 1 4509 4632 t
+(those with successors are)3 1118 1 720 4872 t
+10 I f
+(interior)1867 4872 w
+11 R f
+( may be referred to as a)6 1058( interior or leaf node)4 918(nodes. An)1 478 3 2205 4872 t
+10 I f
+(position)4689 4872 w
+11 R f
+(.)5012 4872 w
+(An)720 5112 w
+10 I f
+(evaluator)882 5112 w
+11 R f
+( A)1 137( leaf nodes to assign a score measuring the merit of the position.)12 2850(is used at)2 416 3 1296 5112 t
+10 I f
+(move)4726 5112 w
+11 R f
+(is)4966 5112 w
+(the operation by which a position is transformed into a successor position.)11 3264 1 720 5352 t
+( subtree,)1 384(For each)1 391 2 970 5628 t
+11 S f
+(ab)1785 5628 w
+11 R f
+(maintains lower \()2 793 1 1955 5628 t
+11 S f
+(a)2748 5628 w
+11 R f
+(\) and upper \()3 599 1 2817 5628 t
+11 S f
+(b)3416 5628 w
+11 R f
+(\) bounds on the range of minimax)6 1563 1 3477 5628 t
+( can be)2 322(values that)1 480 2 720 5868 t
+11 I f
+(backed-up)1556 5868 w
+11 R f
+( benefits of the algo-)4 933( The)1 232(to affect the value at the root of the root.)9 1830 3 2045 5868 t
+( proven their value must lie)5 1222(rithm come from the elimination of sub-trees without search once it is)11 3098 2 720 6108 t
+(outside the)1 481 1 720 6348 t
+11 S f
+(ab)1230 6348 w
+11 R f
+( eliminated in this manner are said to be)8 1768( Sub-trees)1 471(search window.)1 689 3 1389 6348 t
+11 I f
+(cutoff.)4346 6348 w
+11 S f
+(ab)4681 6348 w
+11 R f
+(does)4839 6348 w
+( the optimal case, for)4 957( In)1 155( growth of the trees; it merely dampens it.)8 1907(not eliminate the exponential)3 1301 4 720 6588 t
+(uniform trees of depth)3 994 1 720 6839 t
+10 I f
+(d)1744 6839 w
+11 R f
+(\(or)1827 6839 w
+10 I f
+(d ply)1 202 1 1984 6839 t
+11 R f
+( branching factor)2 756(\) and)1 227 2 2186 6839 t
+10 I f
+(w)3198 6839 w
+11 R f
+(,)3265 6839 w
+10 I f
+(w)3322 6839 w
+7 S f
+(\351)3405 6791 w
+7 I f
+(d /)1 60 1 3440 6782 t
+7 R f
+(2)3505 6782 w
+7 S f
+(\371)3540 6791 w
+10 S f
+(+)3624 6839 w
+10 I f
+(w)3728 6839 w
+7 S f
+(\353)3811 6791 w
+7 I f
+(d /)1 60 1 3846 6782 t
+7 R f
+(2)3911 6782 w
+7 S f
+(\373)3946 6791 w
+10 S f
+(-)4030 6839 w
+10 R f
+(1)4134 6839 w
+11 R f
+(leaf nodes need be)3 824 1 4216 6839 t
+( the worst case,)3 689( In)1 151(considered [11].)1 716 3 720 7079 t
+11 S f
+(ab)2309 7079 w
+11 R f
+(becomes a full minimax search, evaluating)5 1904 1 2472 7079 t
+10 I f
+(w)4406 7079 w
+7 I f
+(d)4484 7039 w
+11 R f
+(leaf nodes.)1 480 1 4560 7079 t
+( moves are examined at interior nodes.)6 1855(The size of the tree depends on the order in which)10 2465 2 720 7319 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 3 3
+%%Page: 4 4
+/saveobj save def
+mark
+4 pagesetup
+11 R f
+(- 4 -)2 183 1 2788 490 t
+( interior node in the tree pro-)6 1281(Considering the move producing the best minimax score first at each)10 3039 2 720 840 t
+(duces the)1 411 1 720 1080 t
+10 I f
+(minimal)1156 1080 w
+11 R f
+(or)1512 1080 w
+10 I f
+(optimally)1628 1080 w
+11 R f
+(-)2006 1080 w
+10 I f
+(ordered)2042 1080 w
+11 S f
+(ab)2386 1080 w
+11 R f
+(tree.)2544 1080 w
+(Many enhancements to)2 1022 1 970 1356 t
+11 S f
+(ab)2022 1356 w
+11 R f
+( are usually based on)4 933( They)1 284( in the literature.)3 736(have been suggested)2 905 4 2182 1356 t
+(one or more of the following principals:)6 1759 1 720 1596 t
+(1\))720 1872 w
+11 I f
+(ordering)839 1872 w
+11 R f
+(, improving the order in which moves are examined at interior nodes ,)12 3072 1 1224 1872 t
+(2\))720 2148 w
+11 I f
+(window size)1 540 1 842 2148 t
+11 R f
+( window \(absolute difference between)4 1689(, the smaller the search)4 1021 2 1382 2148 t
+11 S f
+(a)4124 2148 w
+11 R f
+(and)4225 2148 w
+11 S f
+(b)4415 2148 w
+11 R f
+(\), the greater)2 564 1 4476 2148 t
+(the chance for a cutoff to occur, and)7 1582 1 720 2388 t
+(3\))720 2664 w
+11 I f
+(re-using information)1 927 1 851 2664 t
+11 R f
+(, saving the results of sub-trees examined in the event that this sub-tree)12 3262 1 1778 2664 t
+(re-appears at a later time.)4 1110 1 720 2904 t
+(Following is a brief discussion of the major)7 1918 1 720 3180 t
+11 S f
+(ab)2666 3180 w
+11 R f
+(enhancements used in practice.)3 1364 1 2824 3180 t
+11 B f
+(A\) Iterative deepening)2 1079 1 720 3576 t
+11 R f
+( used to increase the probability that the best)8 2089( technique is)2 586( This)1 267([1, 8].)1 256 4 1842 3576 t
+( series of staged searches are carried out to succes-)9 2232( A)1 136(move is searched first at the root of the tree.)9 1952 3 720 3816 t
+(sively larger search depths, using the best move found for a)10 2655 1 720 4056 t
+10 I f
+(d)3404 4056 w
+10 S f
+(-)3478 4056 w
+10 R f
+(1)3549 4056 w
+11 R f
+( first examined)2 669(ply search as the)3 740 2 3631 4056 t
+(in a)1 174 1 720 4296 t
+10 I f
+(d)931 4296 w
+11 R f
+( gained in the)3 629( the search progresses deeper, more and more confidence is)9 2713( As)1 190(ply search.)1 487 4 1021 4296 t
+( cost of an iteration is strongly influenced by the branching factor)11 2977( The)1 235(best move.)1 486 3 720 4536 t
+10 I f
+(w)4452 4536 w
+11 R f
+( chess)1 275(. For)1 246 2 4519 4536 t
+(programs \(with)1 675 1 720 4776 t
+10 I f
+(w)1421 4776 w
+11 R f
+( odd depth is about 8)5 922(typically around 35\), the cost of iterating an extra ply to an)11 2601 2 1517 4776 t
+( 3 times \(a consequence of)5 1197(times the cost of the previous search, whereas to an even depth, about)12 3123 2 720 5016 t
+(the)720 5256 w
+10 S f
+(\353 \373)1 113 1 893 5269 t
+11 R f
+(and)1040 5256 w
+10 S f
+(\351 \371)1 113 1 1237 5269 t
+11 R f
+( the cost of performing iterations)5 1474( Thus)1 282(operators in the minimal tree formula\) [1].)6 1900 3 1384 5256 t
+(to)720 5501 w
+10 R f
+( ,)1 33( 2)1 91(1 ,)1 83 3 834 5501 t
+(. . .)2 125 1 1107 5476 t
+(,)1298 5501 w
+10 I f
+(d)1364 5501 w
+10 S f
+(-)1438 5501 w
+10 R f
+(1)1509 5501 w
+11 R f
+( that the best move)4 848(ply is only a small price to pay for having high confidence)11 2602 2 1590 5501 t
+(is being searched first for the larger)6 1559 1 720 5741 t
+10 I f
+(d)2304 5741 w
+11 R f
+(ply search.)1 475 1 2382 5741 t
+( in a tourna-)3 546(Iterative deepening is useful when the search is constrained by time \(as, for example,)13 3774 2 720 6017 t
+( any point, the search can be terminated with the best move \(to that point\) known.)15 3596( At)1 166(ment game\).)1 549 3 720 6257 t
+11 B f
+(B\) Transposition tables)2 1106 1 720 6533 t
+11 R f
+( trees are not necessarily distinct; it may)7 1803( nodes of game)3 680( Interior)1 388([2, 12].)1 311 4 1858 6533 t
+( tables take advantage of this)5 1277( These)1 318( more than one path.)4 905(be possible to reach the same position by)7 1820 4 720 6773 t
+( searched in the event that the identical position)8 2247(by recording information about each sub-tree)5 2073 2 720 7013 t
+( move that leads)3 724( information saved would include the value of the sub-tree, the)10 2786( The)1 229(occurs again.)1 581 4 720 7253 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 4 4
+%%Page: 5 5
+/saveobj save def
+mark
+5 pagesetup
+11 R f
+(- 5 -)2 183 1 2788 490 t
+( searching a new sub-tree, the)5 1328( Before)1 358( which the tree was searched.)5 1309(to this value, and the depth to)6 1325 4 720 840 t
+( so, depending on)3 777( If)1 128( the current node.)3 768(table is interrogated to see if there is information relevant to)10 2647 4 720 1080 t
+(the quality of the information found, the entire sub-tree may not need to be searched.)14 3729 1 720 1320 t
+( and it was previously)4 1046( the position is found in the table)7 1582( If)1 147(The tables are used in two ways.)6 1545 4 720 1596 t
+( for the sub-tree can be retrieved from the)8 1922(searched to at least the desired depth, then the value)9 2398 2 720 1836 t
+( trees)1 245( that this has the potential for building)7 1751(table. Note)1 520 3 720 2076 t
+11 I f
+(smaller)3275 2076 w
+11 R f
+(than the minimal game tree by)5 1396 1 3644 2076 t
+( the information is not as reliable as)7 1728( If)1 150( without performing any search.)4 1494(eliminating sub-trees)1 948 4 720 2316 t
+(desired \(was not previously searched deep enough\) the best move from the previous search can be)15 4320 1 720 2556 t
+( a shallower search\) there is a high pro-)8 1754( this move was previously best \(albeit for)7 1846(retrieved. Since)1 720 3 720 2796 t
+( transposition tables)2 907( Thus)1 289( tried first.)2 488(bability it is also best for the current depth and should be)11 2636 4 720 3036 t
+(allow for the reuse of information and help improve ordering.)9 2709 1 720 3276 t
+( the)1 170( As)1 186( are typically implemented as a hash table.)7 1924(To minimize access time, transposition tables)5 2040 4 720 3552 t
+( reducing their effectiveness.)3 1278(table becomes full, collisions occur and information lost, potentially)8 3042 2 720 3792 t
+(As a consequence, the tables are usually as large as possible.)10 2665 1 720 4032 t
+11 B f
+(C\) Refutation tables)2 946 1 720 4308 t
+11 R f
+( Refutation)1 521( is their size.)3 560( major disadvantage of transposition tables)5 1884([3]. The)1 381 4 1694 4308 t
+( the advantages of transposition tables, when used with iterative)9 2935(tables attempt to retain one of)5 1385 2 720 4548 t
+( each iteration, the search yields a path for)8 1864( For)1 210( memory requirements.)2 1024(deepening, but with smaller)3 1222 4 720 4788 t
+( to a leaf node that results in either the correct minimax score or an upper)15 3233(each move from the root)4 1087 2 720 5028 t
+( path from the)3 623( This)1 253(bound on its value.)3 842 3 720 5268 t
+10 I f
+(d)2464 5268 w
+10 S f
+(-)2538 5268 w
+10 R f
+(1)2609 5268 w
+11 R f
+(ply search can be used as the basis for the search to)11 2274 1 2689 5268 t
+10 I f
+(d)4990 5268 w
+11 R f
+( iteration's path or)3 857( searching the previous)3 1066(ply. Often,)1 519 3 720 5508 t
+11 I f
+(refutation)3206 5508 w
+11 R f
+(for a move as the initial path)6 1355 1 3685 5508 t
+(examined for the current iteration will prove sufficient to refute the move one ply deeper.)14 3924 1 720 5748 t
+11 B f
+(D\) Minimal window)2 987 1 720 6024 t
+11 R f
+( window searching is a variant of)6 1590( Minimal)1 458([4, 8, 13].)2 412 3 1757 6024 t
+11 S f
+(ab)4267 6024 w
+11 R f
+(based on the)2 593 1 4447 6024 t
+( remaining moves are inferior until pro-)6 1775(assumption that the first move considered is best and the)9 2545 2 720 6264 t
+( that the first branch has been searched with a full win-)11 2467( an interior node, given)4 1039( At)1 170(ven otherwise.)1 644 4 720 6504 t
+(dow \()1 256 1 720 6744 t
+11 S f
+(a)976 6744 w
+11 R f
+(,)1045 6744 w
+11 S f
+(b)1104 6744 w
+11 R f
+(\) and produced a value)4 1010 1 1165 6744 t
+10 I f
+(v)2203 6744 w
+11 R f
+( moves are searched with the)5 1280(inside the window, the remaining)4 1482 2 2278 6744 t
+(minimal window \()2 830 1 720 6984 t
+10 I f
+(v)1550 6984 w
+10 R f
+(,)1602 6984 w
+10 I f
+(v)1635 6984 w
+10 S f
+(+)1703 6984 w
+10 R f
+(1)1774 6984 w
+11 R f
+( win-)1 238( motivation for minimal window searching is that a smaller)9 2680(\). The)1 298 3 1824 6984 t
+( minimal window searching is a probabilistic gamble)7 2416( Essentially,)1 579( smaller tree.)2 594(dow generates a)2 731 4 720 7224 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 5 5
+%%Page: 6 6
+/saveobj save def
+mark
+6 pagesetup
+11 R f
+(- 6 -)2 183 1 2788 490 t
+( the gamble proves incorrect,)4 1333( If)1 142(that most moves can be shown to be inferior with little effort.)11 2845 3 720 840 t
+( a re-search \(to encompass the range of values \()9 2156(then additional work is required to do)6 1710 2 720 1080 t
+10 I f
+(v)4586 1080 w
+10 S f
+(+)4654 1080 w
+10 R f
+(1 ,)1 83 1 4725 1080 t
+10 S f
+(b)4849 1080 w
+11 R f
+(\) \).)1 136 1 4904 1080 t
+(At a node with)3 654 1 720 1320 t
+10 I f
+(w)1400 1320 w
+11 R f
+(successors,)1496 1320 w
+11 S f
+(ab)2015 1320 w
+11 R f
+(only recognizes only one best move, which implies)7 2269 1 2174 1320 t
+10 I f
+(w)4470 1320 w
+10 S f
+(-)4561 1320 w
+10 R f
+(1)4632 1320 w
+11 R f
+(inferior)4712 1320 w
+(ones.)720 1560 w
+11 B f
+(E\) Aspiration search)2 972 1 720 1836 t
+11 R f
+( The)1 226([5, 14].)1 311 2 1720 1836 t
+11 S f
+(ab)2285 1836 w
+11 R f
+(search is usually started with a)5 1346 1 2443 1836 t
+10 R f
+(\()3814 1836 w
+10 S f
+(- \245)1 144 1 3863 1836 t
+10 R f
+(,)4015 1836 w
+10 S f
+(\245)4081 1836 w
+10 R f
+(\))4162 1836 w
+11 R f
+( If)1 129(search window.)1 688 2 4223 1836 t
+( of the search will fall is available, then tighter bounds)10 2442(some idea of the range in which the value)8 1878 2 720 2076 t
+( involves using a smaller initial search)6 1783( search)1 321( Aspiration)1 535(can be placed on the initial window.)6 1681 4 720 2316 t
+( Other-)1 353( value falls within the window, then the original window was adequate.)11 3269( the)1 175(window. If)1 523 4 720 2556 t
+(wise, one must re-search with a wider window.)7 2071 1 720 2796 t
+11 B f
+(F\) Killer Heuristic)2 915 1 720 3072 t
+11 R f
+( quickly)1 383( during a search, most moves tried in a position are)10 2486([3]. Often)1 484 3 1687 3072 t
+( killer heuristic involves remembering at each depth of)8 2492( The)1 237(refuted, usually by the same move.)5 1591 3 720 3312 t
+( next time the same)4 864( The)1 228( most cutoffs \("killers"\).)3 1074(search the move\(s\) which seem to be causing the)8 2154 4 720 3552 t
+(depth in the tree is reached, the killer move is retrieved and used, if valid in the current position.)18 4230 1 720 3792 t
+( a dramatic effect on tree size, it is)8 1565(Since searching the best move first at interior nodes has)9 2505 2 970 4224 t
+( ordering usually)2 761( resources to achieving this)4 1232( Devoting)1 474(important to have a good move ordering.)6 1853 4 720 4464 t
+( or refutation table can be used, they help order the)10 2285( positions where the transposition)4 1496( In)1 151(pays off.)1 388 4 720 4704 t
+( information acquired from previ-)4 1497(moves by suggesting a likely candidate for best move based on)10 2823 2 720 4944 t
+( any information on)3 883( they don't tell how to order the remaining moves, nor give)11 2637( But)1 219(ous searches.)1 581 4 720 5184 t
+( method used by most game)5 1273( The)1 234( at nodes where the tables provide no clues.)8 1977(how to order them)3 836 4 720 5424 t
+( to apply application dependent heuristic knowledge to each move indicating)10 3436(playing programs is)2 884 2 720 5664 t
+( course, any ordering)3 941( Of)1 176( and sort based on these assessments.)6 1664(how good the move is likely to be)7 1539 4 720 5904 t
+(is probabilistic guessing since the desirability of a move usually cannot be reliably determined)13 4320 1 720 6144 t
+( the knowledge used, this approach)5 1554( on the quality of)4 765( Depending)1 540(without performing some search.)3 1461 4 720 6384 t
+(is usually superior to a random ordering.)6 1787 1 720 6624 t
+(Several studies have been performed investigating how close)7 2764 1 970 6900 t
+11 S f
+(ab)3774 6900 w
+11 R f
+(search with its enhance-)3 1095 1 3945 6900 t
+( and Marsland [6] have investigated this)6 1770( Campbell)1 485( tree.)1 220(ments can come to achieving the minimal)6 1845 4 720 7140 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 6 6
+%%Page: 7 7
+/saveobj save def
+mark
+7 pagesetup
+11 R f
+(- 7 -)2 183 1 2788 490 t
+( experimented)1 631( 8])1 109(question using artificially-constructed trees, while Gillogly [1] and Marsland [7,)9 3580 3 720 840 t
+( experiments considered trees of depths 2 through 6 ply [8].)10 2722( Marsland's)1 559( program.)1 437(using a chess)2 602 4 720 1080 t
+(For even depths, the results showed that)6 1775 1 720 1320 t
+11 S f
+(ab)2526 1320 w
+11 R f
+(, enhanced with minimal window searching \(the Prin-)7 2384 1 2656 1320 t
+( build trees)2 503(cipal Variation Search algorithm\) and refutation and transposition tables, was able to)11 3817 2 720 1560 t
+( The)1 227( 1.5.)1 195( odd depths, this was reduced to a factor of)9 1886( For)1 209(within twice the size of the minimal tree.)7 1803 5 720 1800 t
+(factor of 2 for even depths is roughly the same as in Campbell and Marsland [6], but these results)18 4320 1 720 2040 t
+(were achieved)1 643 1 720 2280 t
+11 I f
+(without)1408 2280 w
+11 R f
+( illustrates the danger of)4 1130( This)1 269(using transposition and refutation tables.)4 1856 3 1785 2280 t
+( gen-)1 229(using results from artificially-constructed trees as a guideline for how to search application)12 4091 2 720 2520 t
+( refutation)1 476( study also showed that for shallow searches, the performance of)10 3048( The)1 247(erated trees.)1 549 4 720 2760 t
+( comparable to that of transposition tables, but as the search depth increased, refutation)13 3862(tables was)1 458 2 720 3000 t
+(tables out-performed transposition tables \(probably because of transposition table over-loading\).)9 4233 1 720 3240 t
+( is usu-)2 321(A variety of studies have been performed demonstrating that minimal window search)11 3749 2 970 3516 t
+(ally superior to just)3 866 1 720 3756 t
+11 S f
+(ab)1618 3756 w
+11 R f
+( artificially constructed game trees)4 1529( advantage is more pronounced in)5 1505(. The)1 258 3 1748 3756 t
+( where the stronger ordering of moves at inte-)8 2044( 8],)1 137( trees [7,)2 389( than in application generated)4 1311([6, 13, 15])2 439 5 720 3996 t
+(rior nodes results in smaller trees.)5 1484 1 720 4236 t
+( observed no benefits)3 951( Gillogly)1 429( has been questioned.)3 955(The effectiveness of the killer heuristic)5 1735 4 970 4512 t
+( is a)2 206( This)1 266( reductions in tree size - as much as 80% [16].)10 2169([1], whereas Hyatt claims significant)4 1679 4 720 4752 t
+(popular)720 4992 w
+11 S f
+(ab)1083 4992 w
+11 R f
+(enhancement, yet no one really seems to know how effective it is.)11 2896 1 1241 4992 t
+11 B f
+( History Heuristic)2 843(3. The)1 323 2 720 5352 t
+11 R f
+(Using the terminology of Newell and Simon [17], a)8 2375 1 970 5628 t
+11 I f
+(problem space)1 657 1 3387 5628 t
+11 R f
+(is a set of)3 461 1 4086 5628 t
+11 I f
+(states)4589 5628 w
+11 R f
+(and)4882 5628 w
+11 I f
+(operators)720 5868 w
+11 R f
+( state of knowledge, one repeatedly)5 1584( from an initial)3 679( Starting)1 412(that map states into states.)4 1182 4 1183 5868 t
+( as parameterized)2 793( can be viewed)3 693( Operators)1 500(applies operators to states, looking for a goal state.)8 2334 4 720 6108 t
+( In)1 155( operator should do to the state.)6 1433(functions; the parameters providing the specifics of what the)8 2732 3 720 6348 t
+( move operation could)3 1013( The)1 235(the context of game trees, states are positions and moves, operators.)10 3072 3 720 6588 t
+( function of three parameters: the initial position and the from-square and to-square)12 3672(be viewed as a)3 648 2 720 6828 t
+(of the move, producing a new successor position.)7 2171 1 720 7068 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 7 7
+%%Page: 8 8
+/saveobj save def
+mark
+8 pagesetup
+11 R f
+(- 8 -)2 183 1 2788 490 t
+( not unique within the tree:)5 1205(For many types of search trees, the parameters of an operator are)11 2865 2 970 840 t
+( history heuristic)2 746( The)1 229( states can have the same operator applied yielding new states.)10 2772(two different)1 573 4 720 1080 t
+( a correlation between an operator and any success that)9 2459(maintains information on whether there is)5 1861 2 720 1320 t
+( an arbitrary state in the problem space, the history heuris-)10 2560( At)1 166( goal.)1 245(the operator has in achieving a)5 1349 4 720 1560 t
+(tic prefers to explore operators with a history of success first.)10 2687 1 720 1800 t
+( types of game trees, the making of a move from one position yields a successor)15 3638(For many)1 432 2 970 2076 t
+( is quite likely that the impor-)6 1335( It)1 127(position that has many of the same properties as its predecessor.)10 2858 3 720 2316 t
+( not significantly)2 755(tant features of the position, the ones that dictate what the good moves are, have)14 3565 2 720 2556 t
+( the)1 171( Since)1 309( good in the previous position will still be good.)9 2197(changed and that a move considered)5 1643 4 720 2796 t
+( analogies to show the)4 1006(two positions are similar, one could take a sophisticated approach and use)11 3314 2 720 3036 t
+( this is an expensive proposition.)5 1445( However,)1 484(similarity \(for example [18]\).)3 1287 3 720 3276 t
+( move)1 276( A)1 139(As an example, consider the trees built by chess programs.)9 2615 3 970 3552 t
+10 I f
+(M)4029 3552 w
+11 R f
+(may be shown to be)4 896 1 4144 3552 t
+( similar position may occur, perhaps only differ-)7 2138( on in the search tree a)6 999( Later)1 288(best in one position.)3 895 4 720 3792 t
+( difference may not change the position enough to)8 2299( minor)1 302( This)1 263(ing in the location of one piece.)6 1456 4 720 4032 t
+(alter move)1 467 1 720 4272 t
+10 I f
+(M)1213 4272 w
+11 R f
+( best.)1 233(from still being)2 682 2 1325 4272 t
+10 I f
+(M)2290 4272 w
+11 R f
+(, with its prior history of success, may now be the first move)12 2667 1 2373 4272 t
+( improves the ordering of moves, increasing the chances of a cut-)11 2877( This)1 253( this position.)2 602(considered in)1 588 4 720 4512 t
+(off occurring.)1 602 1 720 4752 t
+(In an)1 222 1 970 5028 t
+11 S f
+(ab)1220 5028 w
+11 R f
+(framework, a)1 583 1 1378 5028 t
+10 I f
+( icient)1 230(su ff)1 161 2 1986 5028 t
+11 R f
+(\(or good\) move at an interior node is defined as one that)11 2469 1 2405 5028 t
+( a cutoff, or)3 512(1\) causes)1 535 2 720 5304 t
+( no cutoff occurs, the one yielding the best minimax score.)10 2578(2\) if)1 317 2 720 5580 t
+(Note that this does not imply that a)7 1547 1 720 5856 t
+10 I f
+( icient)1 230(su ff)1 161 2 2292 5856 t
+11 R f
+(move is the)2 508 1 2711 5856 t
+10 I f
+(best)3244 5856 w
+11 R f
+( cutoff was)2 489( move causing a)3 711(move. A)1 407 3 3433 5856 t
+10 I f
+( icient)1 230(su ff)1 161 2 720 6096 t
+11 R f
+( at that node, but there is no guarantee that had the search con-)13 2745(to cause the search to stop)5 1155 2 1140 6096 t
+(tinued, a better \(but irrelevant\) score might have been obtained by a latter move.)13 3529 1 720 6336 t
+(Every time a)2 615 1 970 6612 t
+10 I f
+( icient)1 230(su ff)1 161 2 1637 6612 t
+11 R f
+( score associated with that move is)6 1695(move is found, the history)4 1262 2 2083 6612 t
+( reaching an inte-)3 770( Upon)1 302( scores.)1 331( that are consistently good quickly achieve high)7 2119(increased. Moves)1 798 5 720 6852 t
+( a ran-)2 289( than using)2 492( Rather)1 352(rior node, moves are ordered according to their prior history of success.)11 3187 4 720 7092 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 8 8
+%%Page: 9 9
+/saveobj save def
+mark
+9 pagesetup
+11 R f
+(- 9 -)2 183 1 2788 490 t
+( in, a move's prior)4 854(dom or knowledge-based approach for deciding the order to consider moves)10 3466 2 720 840 t
+( experienced-based, acquir-)2 1209( heuristic is)2 510( The)1 227(history of success can be used as the ordering criteria.)9 2374 4 720 1080 t
+( In)1 156( future.)1 326(ing information on what has been seen as an indication of what will be useful in the)16 3838 3 720 1320 t
+( This)1 253( tree.)1 220(effect, previous search information is being accumulated and distributed throughout the)10 3847 3 720 1560 t
+( is)1 112(implies that the heuristic)3 1119 2 720 1800 t
+10 I f
+(dynamic)1986 1800 w
+11 R f
+(; the ordering of branches being adaptive to previous condi-)9 2716 1 2324 1800 t
+(tions seen in the search tree.)5 1238 1 720 2040 t
+( illustrates the history heuristic in the)6 1658(Figure 1)1 373 2 970 2316 t
+11 S f
+(ab)3033 2316 w
+11 R f
+( lines marked with a * are)6 1159(algorithm. The)1 686 2 3195 2316 t
+( the sorting operation is not specific to the)8 1861( that)1 195( Note)1 271(those that differ from the standard algorithm.)6 1993 4 720 2556 t
+( requires a)2 464(history heuristic; the usual technique of assigning a heuristic-based score to each move)12 3856 2 720 2796 t
+( in some)2 384( some applications avoid the sort by generating moves as needed)10 2905( However,)1 490(sort as well.)2 541 4 720 3036 t
+( the heuristic is applied at all interior nodes, since one can never)12 2877( note that)2 418( Also)1 268(reasonable order.)1 757 4 720 3276 t
+(tell in advance with certainty whether a cutoff will occur or not.)11 2806 1 720 3516 t
+( a)1 95( Assuming)1 522( an example of how the heuristic can affect tree searching.)10 2744(Figure 2 shows)2 709 4 970 3792 t
+( tree, at interior node)4 950(depth-first, left to right, traversal of the)6 1776 2 720 4032 t
+11 I f
+(I1)3482 4032 w
+11 R f
+(, move)1 308 1 3573 4032 t
+11 I f
+(M)3917 4032 w
+11 R f
+(was found to be suffi-)4 996 1 4044 4032 t
+( the search, at interior node)5 1270( on in)2 280(cient. Later)1 541 3 720 4272 t
+11 I f
+(I2,)2854 4272 w
+11 R f
+(move)3016 4272 w
+11 I f
+(M)3303 4272 w
+11 R f
+(was one of the successor branches.)5 1603 1 3437 4272 t
+(Given no information, the successors of)5 1762 1 720 4512 t
+11 I f
+(I2)2512 4512 w
+11 R f
+( the prior)2 407( With)1 278(would be considered in arbitrary order.)5 1722 3 2633 4512 t
+(history of success of)3 936 1 720 4752 t
+11 I f
+(M,)1696 4752 w
+11 R f
+( of)1 132(the successors)1 636 2 1855 4752 t
+11 I f
+(I2)2664 4752 w
+11 R f
+(are re-ordered, allowing)2 1080 1 2796 4752 t
+11 I f
+(M)3917 4752 w
+11 R f
+(to be considered first.)3 991 1 4049 4752 t
+(Since nodes)1 532 1 720 4992 t
+11 I f
+(I1)1284 4992 w
+11 R f
+(and)1407 4992 w
+11 I f
+(I2)1597 4992 w
+11 R f
+( a high probability that)4 1016(are not dis-similar, there is)4 1192 2 1720 4992 t
+11 I f
+(M)3959 4992 w
+11 R f
+(will also be sufficient)3 959 1 4081 4992 t
+(at)720 5232 w
+11 I f
+(I2,)827 5232 w
+11 R f
+(thereby reducing the size of tree traversed.)6 1865 1 974 5232 t
+( based on two parameters; the)5 1368(The implementation is)2 1013 2 970 5508 t
+10 I f
+(mapping)3388 5508 w
+11 R f
+(of moves to history and the)5 1262 1 3778 5508 t
+10 I f
+(weight)720 5748 w
+11 R f
+(of a)1 177 1 1025 5748 t
+10 I f
+( icient)1 230(su ff)1 161 2 1237 5748 t
+11 R f
+(move. The)1 508 1 1666 5748 t
+10 I f
+(mapping)2209 5748 w
+11 R f
+( was to specify a move as a)7 1262(used in the chess program)4 1181 2 2597 5748 t
+( the)1 173( Essentially,)1 578(12-bit number \(6-bits from-square, 6-bits to-square\).)5 2364 3 720 5988 t
+10 I f
+(mapping)3871 5988 w
+11 R f
+( viewed as)2 487(can be)1 293 2 4260 5988 t
+( this simplistic representation hides a lot of the)8 2160( Although)1 485( to the move operator.)4 1020(the parameters)1 655 4 720 6228 t
+( it allows for compact)4 963(move details in the operator \(for example, which piece is making the move\),)12 3357 2 720 6468 t
+(tables \()1 323 1 720 6708 t
+10 R f
+(2)1043 6708 w
+7 R f
+(12)1098 6668 w
+11 R f
+( more context information \(for example, the)6 1943( Including)1 479( are easily accessed.)3 887(entries\) that)1 524 4 1207 6708 t
+( performance \(for a complete discussion, see [9]\).)7 2303(piece moving\) did not significantly increase)5 2017 2 720 6948 t
+( to the extreme, the result is a transposition)8 1981(Note that if you carry the idea of including context)9 2339 2 720 7188 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 9 9
+%%Page: 10 10
+/saveobj save def
+mark
+10 pagesetup
+11 R f
+(- 10 -)2 238 1 2761 490 t
+(table.)720 840 w
+(What should be the history)4 1198 1 970 1116 t
+10 I f
+(weight)2196 1116 w
+11 R f
+(of a)1 170 1 2494 1116 t
+10 I f
+( icient)1 230(su ff)1 161 2 2692 1116 t
+11 R f
+( are two considerations: First,)4 1321(move? There)1 605 2 3114 1116 t
+( sub-tree searched, the more reliable the minimax value \(except in)10 3068(the deeper the)2 650 2 720 1356 t
+11 I f
+(pathological)4483 1356 w
+11 R f
+( one idea is to associate higher history scores for)9 2241( Therefore,)1 525(trees, rarely seen in practice [19]\).)5 1554 3 720 1596 t
+( deeper the search tree \(and)5 1239( the)1 171( Second,)1 416(moves successful on deep rather than shallow searches.)7 2494 4 720 1836 t
+( between two arbitrary positions in the tree and the less)10 2514(hence larger\), the greater the differences)5 1806 2 720 2076 t
+( sufficient moves near the root of the tree have more potential)11 2744( Hence,)1 365(they may have in common.)4 1211 3 720 2316 t
+( considera-)1 491( These)1 325( than sufficient moves near the leaf nodes.)7 1910(for being useful throughout the tree)5 1594 4 720 2556 t
+( the usage of a)4 678(tions led)1 389 2 720 2796 t
+10 I f
+(weight)1823 2796 w
+11 R f
+(of)2129 2796 w
+10 R f
+(2)2256 2796 w
+7 I f
+(depth)2311 2756 w
+11 R f
+(, where)1 333 1 2475 2796 t
+10 I f
+(depth)2844 2796 w
+11 R f
+( This)1 263(is the depth of the sub-tree searched.)6 1672 2 3105 2796 t
+(scheme gives more weight to moves that are)7 1957 1 720 3036 t
+10 I f
+( icient)1 230(su ff)1 161 2 2703 3036 t
+11 R f
+( those near)2 479(closer to the root of the tree than)7 1438 2 3123 3036 t
+( rather than smaller, sub-trees.)4 1389(the leaves of the tree and favors moves that are roots of larger,)12 2931 2 720 3276 t
+(Several other)1 590 1 720 3516 t
+10 I f
+(weights)1344 3516 w
+11 R f
+(, such as 1 and)4 681 1 1650 3516 t
+10 I f
+(depth)2365 3516 w
+11 R f
+( to be experimentally inferior to)5 1451(, were tried and found)4 1002 2 2587 3516 t
+10 R f
+(2)720 3756 w
+7 I f
+(depth)775 3716 w
+11 R f
+(\(for a complete discussion, see [9]\).)5 1570 1 967 3756 t
+( the killer)2 424( Whereas)1 438( the killer heuristic is just a special case of the history heuristic.)12 2802(Note that)1 406 4 970 4032 t
+( two successful moves per depth of search, the history heuristic)10 2920(heuristic keeps track of one or)5 1400 2 720 4272 t
+( heuristic, "killer" moves would)4 1406( the history)2 496( With)1 276(maintains the success for all moves at all depths.)8 2142 4 720 4512 t
+( generality of the history mechanism provides valuable ordering)8 2949( The)1 243(earn high history scores.)3 1128 3 720 4752 t
+(information at all nodes; not just those with "killer" moves.)9 2613 1 720 4992 t
+( nothing particular to the history heuristic that restricts its usage)10 2846(A final point is that there is)6 1224 2 970 5268 t
+(to the)1 259 1 720 5508 t
+11 S f
+(ab)1018 5508 w
+11 R f
+( types of search algorithms and applications may be able to use this)12 3083(algorithm. Other)1 771 2 1186 5508 t
+( suitable \(operators are not unique to)6 1653( success depends on whether the tree type is)8 1981(technique. The)1 686 3 720 5748 t
+( values\) and a suitable)4 984(each node and there is a correlation between using an operator and sub-tree)12 3336 2 720 5988 t
+10 I f
+(mapping)720 6228 w
+11 R f
+(and)1098 6228 w
+10 I f
+(weight)1281 6228 w
+11 R f
+(can be found.)2 594 1 1576 6228 t
+11 B f
+( Design)1 346(4. Experiment)1 694 2 720 6588 t
+11 R f
+( various search features, the chess program)6 2094(To assess the importance of)4 1356 2 970 6864 t
+10 I f
+(Phoenix)4480 6864 w
+11 R f
+(was)4870 6864 w
+( base program that performs)4 1269( with a)2 318( Starting)1 414(enhanced to turn each one on or off selectively.)8 2153 4 720 7104 t
+11 S f
+(ab)4910 7104 w
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 10 10
+%%Page: 11 11
+/saveobj save def
+mark
+11 pagesetup
+11 R f
+(- 11 -)2 238 1 2761 490 t
+( combi-)1 342(with iterative deepening, a series of experiments was then performed whereby all possible)12 3978 2 720 840 t
+( Bratko-Kopec positions [20])3 1306( The)1 233( search features were tried on a test set of positions.)10 2336(nations of)1 445 4 720 1080 t
+( benchmarking of sequential and parallel tree search perfor-)8 2736(have been used extensively for the)5 1584 2 720 1320 t
+( deepening is necessary to be able to properly)8 2184( Iterative)1 443( 21, 22].)2 348(mance in chess programs [6,)4 1345 4 720 1560 t
+(evaluate refutation tables and hence is not one of the experiment parameters.)11 3364 1 720 1800 t
+(The search features used were:)4 1348 1 970 2076 t
+( Tables \()2 406(1\) Transposition)1 855 2 720 2352 t
+10 I f
+(T)1981 2352 w
+11 R f
+( table contained)2 717(\). The)1 301 2 2037 2352 t
+10 R f
+(2)3091 2352 w
+7 R f
+(13)3146 2312 w
+10 S f
+(=)3273 2352 w
+10 R f
+(8 , 192)2 241 1 3377 2352 t
+11 R f
+( through 6,)2 505(entries for depths 2)3 878 2 3657 2352 t
+(and)970 2592 w
+10 R f
+(2)1153 2592 w
+7 R f
+(16)1208 2552 w
+10 S f
+(=)1335 2592 w
+10 R f
+(65 , 536)2 291 1 1439 2592 t
+11 R f
+(for depths 7 and 8 .)5 850 1 1758 2592 t
+( Tables \()2 384(2\) Refutation)1 714 2 720 2868 t
+10 I f
+(R)1818 2868 w
+11 R f
+(\).)1879 2868 w
+( Window Searching \()3 936(3\) Minimal)1 630 2 720 3144 t
+10 I f
+(N)2286 3144 w
+11 R f
+( NegaScout variant [13].)3 1079(\). The)1 290 2 2353 3144 t
+( Searching \()2 540(4\) Aspiration)1 714 2 720 3420 t
+10 I f
+(S)1974 3420 w
+11 R f
+( result of the previous itera-)5 1247(\), using a one pawn window around the)7 1769 2 2024 3420 t
+(tion.)970 3660 w
+( using the History Heuristic \()5 1281(5\) Ordering)1 645 2 720 3936 t
+10 I f
+(H)2646 3936 w
+11 R f
+(\).)2718 3936 w
+(A more detailed description of the implementation of each of these can be found in [9].)15 3832 1 720 4212 t
+( some)1 266(To assess the history heuristic as a move ordering mechanism, it is necessary to have)14 3804 2 970 4488 t
+( search programs apply application dependent heuristics to try and sug-)10 3130( Most)1 283(basis of comparison.)2 907 3 720 4728 t
+( often)1 260( course, the heuristics are only guesses; their validity)8 2372( Of)1 177(gest which moves might be good.)5 1511 4 720 4968 t
+( first is)2 317( The)1 231( two undesirable properties.)3 1235( approach has)2 614( This)1 258(cannot be ascertained without search.)4 1665 6 720 5208 t
+( the board.)2 487(that the knowledge is \(usually\) static; it is unable to adapt to changing conditions on)14 3833 2 720 5448 t
+( problems are)2 615( Both)1 280( the knowledge does not handle exceptions well.)7 2194(The second problem is that)4 1231 4 720 5688 t
+( real problem is that there is too)7 1523( The)1 243(symptoms of the same problem: inadequate knowledge.)6 2554 3 720 5928 t
+( Most)1 288( the designer must make important cost/benefit decisions.)7 2565(much knowledge to draw on and)5 1467 3 720 6168 t
+( effective to implement and so the designer draws on)9 2394(of the knowledge one could use is not cost)8 1926 2 720 6408 t
+( inte-)1 231( For)1 211( the time and accepts the resulting consequences.)7 2167(the heuristics that are effective 90% of)6 1711 4 720 6648 t
+(rior node move ordering, the consequences can be a poor ordering resulting in a larger search tree.)16 4313 1 720 6888 t
+(To have a means of comparison for the history heuristic,)9 2538 1 970 7164 t
+10 I f
+(Phoenix)3539 7164 w
+11 R f
+(also has a heuristic-based)3 1139 1 3901 7164 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 11 11
+%%Page: 12 12
+/saveobj save def
+mark
+12 pagesetup
+11 R f
+(- 12 -)2 238 1 2761 490 t
+( methods used for ordering the)5 1351( The)1 227( \(developed prior to the history heuristic\).)6 1841(ordering mechanism)1 901 4 720 840 t
+( most chess programs, although it is probably more sophisticated than most.)11 3410(moves are similar to)3 910 2 720 1080 t
+( move ordering method will)4 1241( This)1 255( 8].)1 137( in fact, superior to the ordering mechanisms used in [7,)10 2486(It is,)1 201 5 720 1320 t
+(be referred to as the)4 957 1 720 1560 t
+10 I f
+(knowledge heuristics)1 857 1 1725 1560 t
+11 R f
+(since the ordering is based on well-known, human-)7 2407 1 2633 1560 t
+( an integral value in the range -25)7 1535( heuristics usually give)3 1039( The)1 235(understandable, chess knowledge.)2 1511 4 720 1800 t
+( are combined, but the larger)5 1322( used with the history heuristic, the scores)7 1923( When)1 328(to +25.)1 325 4 720 2040 t
+10 I f
+(H)4655 2040 w
+11 R f
+(scores)4767 2040 w
+( detailed description of the routine can)6 1720( A)1 140( heuristic scores.)2 745(quickly swamp the smaller knowledge)4 1715 4 720 2280 t
+( the experiments have another parameter:)5 1811( Thus,)1 304(be found in [9].)3 684 3 720 2520 t
+( using Knowledge Heuristics \(K\).)4 1480(6\) Ordering)1 645 2 720 2796 t
+(This implies that a program without)5 1627 1 720 3072 t
+10 I f
+(K)2381 3072 w
+11 R f
+(or)2485 3072 w
+10 I f
+(H)2610 3072 w
+11 R f
+( just searches the)3 777(has no explicit move ordering and)5 1544 2 2719 3072 t
+( not a completely random order, since)6 1705( fact, this is)3 533( In)1 155(moves in the order they were generated in.)7 1927 4 720 3312 t
+( the absence of a transposition or refuta-)7 1820( In)1 155( some bias in the order moves are generated.)8 2018(there is)1 327 4 720 3552 t
+(tion table move, all program variants consider capture moves before non-capture ones.)11 3801 1 720 3792 t
+( the killer)2 452(Finally, for comparison purposes, the experiment has been enhanced to include)10 3618 2 970 4068 t
+( considerable doubt as to its effectiveness, a controlled experi-)9 2792( there seems to be)4 815(heuristic. Since)1 713 3 720 4308 t
+(ment might provide insight into its effective behavior.)7 2379 1 720 4548 t
+( Heuristic \(L\).)2 625(7\) Killer)1 506 2 720 4824 t
+(Previous experiments with)2 1181 1 970 5136 t
+11 S f
+(ab)2183 5136 w
+11 R f
+(enhancements have neglected the issue of interior move ord-)8 2695 1 2345 5136 t
+( using a chess program, it is reasonable to)8 1900( since the experiments were performed)5 1746( 8])1 109( [7,)1 156(ering. In)1 409 5 720 5376 t
+( reduce)1 320(assume that some application specific knowledge was used to order the moves and thereby)13 4000 2 720 5616 t
+( draw from their experiments, since the order-)7 2045( might question the conclusions they)5 1638( One)1 243(tree size.)1 394 4 720 5856 t
+(ing will influence tree size, and tree size may influence the effectiveness of some enhancements.)14 4235 1 720 6096 t
+(Excluding the killer heuristic, there are 6 parameters resulting in)9 2930 1 970 6372 t
+10 R f
+(2)3937 6372 w
+7 R f
+(6)3992 6332 w
+10 S f
+(=)4084 6372 w
+10 R f
+(64)4188 6372 w
+11 R f
+(different sets of)2 712 1 4328 6372 t
+( possible combinations were searched to depths of 2, 3, 4, and)11 2736( All)1 198( be tried.)2 390(enhancements that can)2 996 4 720 6612 t
+( killer heuristic is just a special case of the history heuristic, only a few of the)16 3576( the)1 172( Since)1 310(5 ply.)1 262 4 720 6852 t
+( just to establish the relationship between)6 1900(combinations with it present were tried)5 1794 2 720 7092 t
+10 I f
+(L)4453 7092 w
+11 R f
+(and)4551 7092 w
+10 I f
+(H)4748 7092 w
+11 R f
+(. To)1 220 1 4820 7092 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 12 12
+%%Page: 13 13
+/saveobj save def
+mark
+13 pagesetup
+11 R f
+(- 13 -)2 238 1 2761 490 t
+( with only those combinations that showed signi-)7 2185(depths of 6, 7, and 8 ply, experiments continued)8 2135 2 720 840 t
+( total of 2000 hours of VAX 11/780 equivalent time)9 2290( A)1 136(ficant reductions in tree size through 5 ply.)7 1894 3 720 1080 t
+(was required to perform the experiments.)5 1810 1 720 1320 t
+11 B f
+( Results)1 370(5. Experiment)1 694 2 720 1680 t
+11 R f
+( the)1 170( From)1 303( search algorithm performance is elapsed CPU time.)7 2350(One measure for comparing)3 1247 4 970 1956 t
+( timing)1 337( any)1 207( However,)1 505(implementor's point of view, this is the most important consideration.)9 3271 4 720 2196 t
+( bottom)1 356( measure is the number of)5 1208( Another)1 429(results are machine and implementation dependent.)5 2327 4 720 2436 t
+( in the literature)3 801(positions \(leaf nodes\) examined \(NBP\), which has been used extensively)9 3519 2 720 2676 t
+( NBP is an inadequate measure since it treats all leaf nodes equally and)13 3258( However,)1 494([1, 6, 23, 24].)3 568 3 720 2916 t
+( most applications, neither is a reason-)6 1737( fact, for)2 392( In)1 156(assumes interior nodes are of negligible cost.)6 2035 4 720 3156 t
+( may be a good theoretical measure, but not a good practical one.)12 2862( NBP)1 271(able assumption.)1 740 3 720 3396 t
+( in a manner that is corre-)6 1170(A better measure would be one that measures the size of the tree)12 2900 2 970 3672 t
+( The)1 245(lated with program running time.)4 1534 2 720 3912 t
+11 I f
+(node count \(NC\))2 771 1 2546 3912 t
+11 R f
+(measure counts all nodes in the tree)6 1676 1 3364 3912 t
+( of)1 122( includes interior, leaf, and any nodes in sub-trees built as part)11 2755( This)1 254(where computation occurs.)2 1189 4 720 4152 t
+( least for)2 410( At)1 179(leaf node evaluation.)2 943 3 720 4392 t
+10 I f
+(Phoenix)2290 4392 w
+11 R f
+( be strongly correlated)3 1020(, this count has been shown to)6 1403 2 2617 4392 t
+( execution time overhead of most of the)7 1903( that since the)3 671( Note)1 290(with program running time [9].)4 1456 4 720 4632 t
+( dominated by leaf node evaluation\),)5 1696(enhancements is negligible \(the cost being)5 1955 2 720 4872 t
+10 I f
+(NC)4413 4872 w
+11 R f
+(accurately)4592 4872 w
+( exception is the)3 736( The)1 231(reflects the relative running time of the program variants.)8 2556 3 720 5112 t
+10 I f
+(K)4274 5112 w
+11 R f
+(heuristic, since)1 665 1 4375 5112 t
+( to it as you want.)5 810(you can add as much or as little knowledge)8 1947 2 720 5352 t
+10 I f
+(NC)3532 5352 w
+11 R f
+(has the advantage of factoring)4 1341 1 3699 5352 t
+( you view the)3 617( If)1 135(this out of the results.)4 981 3 720 5592 t
+10 I f
+(NC)2485 5592 w
+11 R f
+( to note that)3 548(graphs as measuring time, it is important)6 1838 2 2654 5592 t
+10 I f
+(K)720 5832 w
+11 R f
+( it added an additional 5% on to the execution)9 2092('s relative time performance is over-stated since)6 2161 2 787 5832 t
+( this paper, both the NBP and NC measures will be used.)11 2505(time. In)1 371 2 720 6072 t
+( combination of search enhancements would be to)7 2227(The best measure of the performance of a)7 1843 2 970 6348 t
+( to know the size)4 754( it is difficult)3 583( Unfortunately,)1 702(compare its tree sizes with that of the minimal tree.)9 2281 4 720 6588 t
+( in the tree)3 470(of the minimal tree, due to the variable branching factor and presence of terminal nodes)14 3850 2 720 6828 t
+( good method for approximating the minimal tree [25]\).)8 2501(\(although Ebeling has recently devised a)5 1819 2 720 7068 t
+( improvement in search efficiency as)5 1712(Instead, performance will be measured as the percentage)7 2608 2 720 7308 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 13 13
+%%Page: 14 14
+/saveobj save def
+mark
+14 pagesetup
+11 R f
+(- 14 -)2 238 1 2761 490 t
+( all possi-)2 429( each depth,)2 529( For)1 210(compared to that achievable by the best combination of search features.)10 3152 4 720 840 t
+( best result \(using the)4 954(ble combinations of enhancements were tried, with the one giving the)10 3082 2 720 1080 t
+10 I f
+(NC)4784 1080 w
+11 R f
+(or)4949 1080 w
+10 I f
+(NBP)720 1320 w
+11 R f
+(measure\) being labeled)2 1018 1 938 1320 t
+10 I f
+(N)1982 1320 w
+7 I f
+(best)2060 1340 w
+11 R f
+( program was also run with none of the enhancements \(just)10 2604(. The)1 255 2 2181 1320 t
+11 S f
+(ab)720 1560 w
+11 R f
+(with iterative deepening\) yielding)3 1525 1 891 1560 t
+10 I f
+(N)2454 1560 w
+7 I f
+(none)2532 1580 w
+11 R f
+( a given combination of enhancements)5 1758(. For)1 250 2 2676 1560 t
+10 I f
+(enh)4722 1560 w
+11 R f
+(, its)1 174 1 4866 1560 t
+( of the reduction in tree size from)7 1530(percentage improvements reflects how much)4 2007 2 720 1800 t
+10 I f
+(N)4291 1800 w
+7 I f
+(none)4369 1820 w
+11 R f
+(to)4550 1800 w
+10 I f
+(N)4670 1800 w
+7 I f
+(best)4748 1820 w
+11 R f
+(the)4906 1800 w
+(presence of)1 500 1 720 2040 t
+10 I f
+(enh)1245 2040 w
+11 R f
+( calculation is done using the formula:)6 1687(achieved. The)1 642 2 1417 2040 t
+10 I f
+(reduction)2096 2400 w
+7 I f
+(enh)2490 2420 w
+10 S f
+(=)2648 2400 w
+10 I f
+(N)2779 2470 w
+7 I f
+(none)2857 2490 w
+10 S f
+(-)3050 2470 w
+10 I f
+(N)3154 2470 w
+7 I f
+(best)3232 2490 w
+10 I f
+(N)2785 2320 w
+7 I f
+(none)2863 2340 w
+10 S f
+(-)3056 2320 w
+10 I f
+(N)3160 2320 w
+7 I f
+(enh)3238 2340 w
+10 S1 f
+(_ ____________)1 609 1 2762 2370 t
+10 I f
+(*)3422 2400 w
+10 R f
+(100)3513 2400 w
+11 R f
+( to the addition of a single search)7 1485(Figure 3 shows the percentage reduction in tree size attributable)9 2835 2 720 2686 t
+( 4 shows all the combinations)5 1337( Figure)1 349( ply using NBP as a measure.)6 1336( - 8)2 147(enhancement for depths 3)3 1151 5 720 2926 t
+(of two enhancements that exceed a 70% reduction.)7 2230 1 720 3166 t
+( after)1 235(Figure 3 shows that history heuristic performs well, but its efficiency appears to drop)13 3835 2 970 3442 t
+( knowledge heuristic's performance runs almost parallel to)7 2603( The)1 229(depth 7.)1 358 3 720 3682 t
+10 I f
+(H)3937 3682 w
+11 R f
+(, albeit with less search)4 1031 1 4009 3682 t
+(efficiency. The effectiveness of transposition tables, on the other hand, increases with search)12 4320 1 720 3922 t
+( constant performance, regardless of depth, and appear to)8 2509( tables seem to provide)4 1018(depth. Refutation)1 793 3 720 4162 t
+( minimal window search provide)4 1531( and)1 206( Aspiration)1 540(be a poor substitute for transposition tables.)6 2043 4 720 4402 t
+( 4\), the combination of transposition tables and)7 2150( two enhancements \(Figure)3 1228( With)1 288(small benefits.)1 654 4 720 4642 t
+( transposition)1 601( Since)1 304( of the possible reduction in tree size.)7 1671(the history heuristic achieves over 99%)5 1744 4 720 4882 t
+( type of search reduction than the history heuristic \(eliminating sub-trees)10 3212(tables provide a different)3 1108 2 720 5122 t
+( limited move ordering, versus more comprehensive move ordering\),)8 3035(without search and providing)3 1285 2 720 5362 t
+( of these two features indi-)5 1204( performance)1 586( The)1 233(it is not surprising that the two work well together.)9 2297 4 720 5602 t
+( Com-)1 311(cates that the other enhancements can provide at most a small percentage of improvement.)13 4009 2 720 5842 t
+(bining three or more enhancements does not change this observation \(details can be found in [9]\).)15 4289 1 720 6082 t
+(Figures 5 and 6 present the same data using the)9 2116 1 970 6358 t
+10 I f
+(NC)3115 6358 w
+11 R f
+(measure and provide a better indication)5 1759 1 3281 6358 t
+( and history)2 560( this measure, transposition tables)4 1573( Using)1 340(of how tree size effects execution time.)6 1847 4 720 6598 t
+( the search towards)3 873( methods have the advantage of steering)6 1816( Both)1 280(heuristic show up even better.)4 1351 4 720 6838 t
+(previously encountered parts of the tree, thereby increasing the computations that can be re-used.)13 4264 1 720 7078 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 14 14
+%%Page: 15 15
+/saveobj save def
+mark
+15 pagesetup
+11 R f
+(- 15 -)2 238 1 2761 490 t
+( to oscillate with)3 777(In both Figures 4 and 6, the performance of some enhancements appear)11 3293 2 970 840 t
+( mentioned)1 498( As)1 184( to the odd/even depth of the alpha-beta search.)8 2124( is largely attributable)3 983(depth. This)1 531 5 720 1080 t
+( to an odd depth is greater)6 1178(in section 2, the incremental cost of growing the tree an additional ply)12 3142 2 720 1320 t
+( some combinations of enhancements are tied to search depth, it)10 2941( Since)1 314(than for an even depth.)4 1065 3 720 1560 t
+( could)1 278( One)1 244(suggests that a different method for representing the data might be more informative.)12 3798 3 720 1800 t
+( depth results, but given the paucity of depths for which results)11 2857(separately plot the odd and even)5 1463 2 720 2040 t
+(are available, this was not done.)5 1407 1 720 2280 t
+( 8 ply, the percentage improvement attributable to the history heuristic decreases)11 3622(From 7 to)2 448 2 970 2556 t
+(\(although significantly less for)3 1356 1 720 2796 t
+10 I f
+(NC)2104 2796 w
+11 R f
+(than)2269 2796 w
+10 I f
+(NBP)2486 2796 w
+11 R f
+( first is that the)4 670( The)1 228( are two reasons for this.)5 1090(\). There)1 377 4 2675 2796 t
+( before, its per-)3 691(trees are getting so large that, although the history heuristic is just as effective as)14 3629 2 720 3036 t
+( that the percentage reduction is relative)6 1785( Recall)1 341( seems poorer.)2 647(formance relative to the larger tree)5 1547 4 720 3276 t
+( enhancement starts to perform well \(in this case, the tran-)10 2563( an)1 131( If)1 128(to the maximum possible savings.)4 1498 4 720 3516 t
+( percentage)1 518(sposition tables\), it can increase the possible savings and as a result, decrease the)13 3802 2 720 3756 t
+(improvement attributable to the other enhancements.)5 2319 1 720 3996 t
+( the search)2 472( As)1 180( are becoming over-loaded.)3 1205(A second reason is that the history heuristic tables)8 2213 4 970 4272 t
+( entries)1 328( Table)1 313( variation in the positions that occur in the tree.)9 2151(becomes deeper, there is a greater)5 1528 4 720 4512 t
+( flooded with scores from the lower depths that affect the orderings of moves near the root)16 4035(can be)1 285 2 720 4752 t
+( results reported here were constrained to only save history information)10 3255( fact, the)2 407( In)1 160(of the tree.)2 498 4 720 4992 t
+(within the first)2 651 1 720 5232 t
+10 I f
+(depth)1397 5232 w
+10 S f
+(-)1643 5232 w
+10 R f
+(1)1714 5232 w
+11 R f
+( This)1 254( information throughout the entire tree.)5 1726(ply of the tree, but to use the)7 1267 3 1793 5232 t
+( can)1 204(constraint provided a small improvement in performance, confirming that history tables)10 4116 2 720 5472 t
+(become flooded with information, decreasing their usefulness.)6 2739 1 720 5712 t
+( the history heuristic dominates the knowledge heuris-)7 2392(As an interior node ordering heuristic,)5 1678 2 970 5988 t
+( be a comment on the quality of the chess)9 1824( this result may)3 680( Again,)1 353(tics approach under all scenarios.)4 1463 4 720 6228 t
+( order the moves and that a better routine might be written with)12 3062(specific knowledge used to)3 1258 2 720 6468 t
+( interesting feature in the diagrams is that sometimes the combination of both)12 3417( An)1 191(increased effort.)1 712 3 720 6708 t
+10 I f
+(H)720 6948 w
+11 R f
+(and)822 6948 w
+10 I f
+(K degrades)1 461 1 1007 6948 t
+11 R f
+(the performance compared to)3 1295 1 1499 6948 t
+10 I f
+(H)2822 6948 w
+11 R f
+( condition is caused by the two ord-)7 1595(alone. This)1 520 2 2925 6948 t
+(ering mechanisms disagreeing over the importance of a move.)8 2833 1 720 7188 t
+10 I f
+(K)3616 7188 w
+11 R f
+( highly)1 322(may rate some moves)3 994 2 3724 7188 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 15 15
+%%Page: 16 16
+/saveobj save def
+mark
+16 pagesetup
+11 R f
+(- 16 -)2 238 1 2761 490 t
+( the knowledge)2 679( that)1 196( Recall)1 339(that superficially appear to be good but in the current context, are not.)12 3106 4 720 840 t
+( history heuristic)2 750( The)1 231(heuristics statically assign scores to moves without performing any search.)9 3339 3 720 1080 t
+( his-)1 194( The)1 227( ordering.)1 428(also does not perform search, but makes use of previous search results to do its)14 3471 4 720 1320 t
+(tory heuristic is)2 691 1 720 1560 t
+10 I f
+(adaptive)1439 1560 w
+11 R f
+( search tree and is)4 793(to the conditions in the)4 1023 2 1814 1560 t
+10 I f
+(insensitive)3657 1560 w
+11 R f
+(to application depen-)2 931 1 4109 1560 t
+( heuristics fail under conditions of exception, where excep-)8 2632( knowledge)1 512( The)1 229(dent pre-conceptions.)1 947 4 720 1800 t
+( inappropriate)1 629( Consequently,)1 706( the heuristics.)2 673(tion is defined as any condition not covered by)8 2203 4 720 2040 t
+10 I f
+(K)4973 2040 w
+11 R f
+(scores can decrease the effectiveness of ordering, resulting in larger trees.)10 3231 1 720 2280 t
+( the history heuristic.)3 993(Not surprisingly, the killer heuristic shows up as being inferior to)10 3077 2 970 2556 t
+( consideration is that there is less overhead in maintaining killer than history informa-)13 3812(However, a)1 508 2 720 2796 t
+( high performance machines that implement)5 1957( For)1 213(tion; in particular, no sorting.)4 1308 3 720 3036 t
+11 S f
+(ab)4230 3036 w
+11 R f
+(in hardware or)2 648 1 4392 3036 t
+(microcode, the simplicity of implementing the killer heuristic may make it preferable \(for exam-)13 4320 1 720 3276 t
+(ple, [25]\).)1 436 1 720 3516 t
+( the trees)2 440( As)1 200( of transposition tables consistently increases with depth.)7 2660(The performance)1 770 4 970 3792 t
+( and therefore more savings to be found.)7 1824(become larger, there are potentially more transpositions)6 2496 2 720 4032 t
+( 6 ply, it appears there were)6 1240(However, the savings are limited by the size of the tables used and to)13 3080 2 720 4272 t
+( 8, over-loading became a seri-)5 1373( depths 7 and)3 596( For)1 213(few problems with table over-loading problems.)5 2138 4 720 4512 t
+( further depths, if performance starts to)6 1848( At)1 188( be increased.)2 643(ous problem and table sizes had to)6 1641 4 720 4752 t
+( the size of the tables, reducing the number of collisions that)11 2784(decrease, one can always increase)4 1536 2 720 4992 t
+(occur.)720 5232 w
+( is)1 114( This)1 264( out-performs the refutation table.)4 1533(In all cases, the transposition table significantly)6 2159 4 970 5508 t
+( the refutation tables contain only a small subset of the information available)12 3444(not surprising since)2 876 2 720 5748 t
+( refutation and transposi-)3 1116( [8] has published results comparing)5 1617( Marsland)1 474(with transposition tables.)2 1113 4 720 5988 t
+( 6 ply searches using transposition tables of size)8 2162( experiments included 2 through)4 1451( His)1 216(tion tables.)1 491 4 720 6228 t
+( in perfor-)2 468( all depths examined, refutation tables were found to be roughly comparable)11 3470(8K. For)1 382 3 720 6468 t
+( with those reported here, it is)6 1455( comparing these results)3 1140( When)1 342(mance to transposition tables.)3 1383 4 720 6708 t
+( program are 3-4 times larger than those)7 1815(important to note that tree sizes obtained by Marsland's)8 2505 2 720 6948 t
+(generated by)1 568 1 720 7188 t
+10 I f
+(Phoenix)1319 7188 w
+11 R f
+( of)1 124( Because)1 425( \(the 24 Kopec-Bratko positions\).)4 1495(while using the same data set)5 1316 4 1680 7188 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 16 16
+%%Page: 17 17
+/saveobj save def
+mark
+17 pagesetup
+11 R f
+(- 17 -)2 238 1 2761 490 t
+( up more quickly and may become over-loaded, reducing its effec-)10 2932(this, the transposition table fills)4 1388 2 720 840 t
+( an 8K tran-)3 545( concludes that)2 673( Marsland)1 477(tiveness and making refutation tables look more attractive.)7 2625 4 720 1080 t
+( positions. In)2 582(sposition table is too small for 6 ply searches of complex middlegame)11 3111 2 720 1320 t
+10 I f
+(Phoenix)4442 1320 w
+11 R f
+(, refu-)1 271 1 4769 1320 t
+( examined to 6 ply, again showing little justifi-)8 2091(tation tables and 8K entry transposition have been)7 2229 2 720 1560 t
+( to remember an)3 782( main contribution of the refutation table is)7 2039( The)1 247(cation for refutation tables.)3 1252 4 720 1800 t
+( is an important enhancement on a)6 1568( This)1 262( information.)1 585(important subset of the transposition table)5 1905 4 720 2040 t
+( for machines with)3 854( But)1 227( transposition tables are not possible.)5 1682(memory constrained system where)3 1557 4 720 2280 t
+( as the transposition table does not become over-loaded, refutation)9 3097(available memory, as long)3 1223 2 720 2520 t
+(tables will always be of minimal benefit.)6 1794 1 720 2760 t
+( and minimal window, usually provide a)6 1837(The two search window enhancements, aspiration)5 2233 2 970 3036 t
+( with the history heuristic and transposition)6 2065( used)1 256( When)1 344(small improvement in performance.)3 1655 4 720 3276 t
+( both)1 225( Since)1 301( and together provide a small reduction in tree size.)9 2261(tables, both enhancements singlely)3 1533 4 720 3516 t
+( and cost nothing in additional storage or computation, one might as well)12 3323(are easy to implement)3 997 2 720 3756 t
+( benefits, however, are probably going to be)7 1951( The)1 228(include them in any real tree searching program.)7 2141 3 720 3996 t
+(small.)720 4236 w
+( the his-)2 373( Clearly,)1 416(In conclusion, what is the best combination of alpha-beta enhancements?)9 3281 3 970 4512 t
+( loses nothing and gains)4 1087( One)1 245( transposition tables provide most of the savings.)7 2203(tory heuristic and)2 785 4 720 4752 t
+(slightly by also including aspiration and minimal window search.)8 2878 1 720 4992 t
+( move ordering, it is difficult)5 1278(Since the experiments reported here illustrate the importance of)8 2792 2 970 5268 t
+( having addressed the issue of)5 1360( Without)1 426( with those of other researchers.)5 1446(to compare these results)3 1088 4 720 5508 t
+( move ordering, some reported results may be heavily biased by a good or poor ord-)15 3753(interior node)1 567 2 720 5748 t
+( considering a range of)4 1005( By)1 185( but it is impossible for us to know.)8 1562( 7, 8]\))2 246(ering scheme \(for example [1,)4 1322 5 720 5988 t
+( ordering to the knowledge and history heuristics\), the results reported)10 3126(ordering schemes \(from no)3 1194 2 720 6228 t
+( used to)2 373(here illustrate the range of efficient versus inefficient alpha-beta searching and can be)12 3947 2 720 6468 t
+(assess the effectiveness of interior node ordering methods.)7 2567 1 720 6708 t
+( heuristic was added to the chess program)7 1861(The history)1 507 2 970 6984 t
+11 I f
+(TinkerBelle)3370 6984 w
+11 R f
+( program used tran-)3 874(. This)1 284 2 3882 6984 t
+( the history heuristic)3 986( addition of)2 566( The)1 255(sposition tables and simple move ordering heuristics.)6 2513 4 720 7224 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 17 17
+%%Page: 18 18
+/saveobj save def
+mark
+18 pagesetup
+11 R f
+(- 18 -)2 238 1 2761 490 t
+(reduced the size of the average tree by 25%.)8 1938 1 720 840 t
+( artificially constructed trees it is easy to calcu-)8 2122( For)1 215( are we to the minimal tree?)6 1262(How close)1 471 4 970 1116 t
+( is not necessarily true for application gen-)7 1939( this)1 198( Unfortunately,)1 709(late the size of the minimal tree.)6 1474 4 720 1356 t
+( an average branching factor, one can come up with a rough approximation of)13 3465( Using)1 323(erated trees.)1 532 3 720 1596 t
+( transposition tables, the)3 1080( Eliminating)1 580(the minimal tree size.)3 956 3 720 1836 t
+10 I f
+(NBP)3364 1836 w
+11 R f
+(results show the trees being built)5 1456 1 3584 1836 t
+( transposition tables, the trees)4 1357( With)1 289( of the minimal tree.)4 948(to be within a factor of 1.5 times that)8 1726 4 720 2076 t
+(become smaller than the minimal tree.)5 1685 1 720 2316 t
+11 B f
+(6. Conclusions)1 710 1 720 2676 t
+11 R f
+( inexpensive method for ordering descendants of interior nodes)8 2879(The history heuristic is an)4 1191 2 970 2952 t
+( has the advantage of being simple to implement, as)9 2415( It)1 138(that is largely application independent.)4 1767 3 720 3192 t
+( algorithm sub-)2 679( The)1 229( consuming, trial-and-error, knowledge-based approach.)4 2475(compared to the time)3 937 4 720 3432 t
+( knowledge and, at least in the case of)8 1669(stitutes "experience" for explicit)3 1419 2 720 3672 t
+11 S f
+(ab)3836 3672 w
+11 R f
+(searching applied to the)3 1046 1 3994 3672 t
+(game of chess, provides a viable alternative.)6 1945 1 720 3912 t
+(The heuristic has proven useful for parallel)6 1955 1 970 4188 t
+11 S f
+(ab)2964 4188 w
+11 R f
+( network of)2 530( [26] on a)3 457(implementations. In)1 920 3 3133 4188 t
+( each processor would maintain its own)6 1776( First,)1 293( tables were used two ways.)5 1256(computers, the history)2 995 4 720 4428 t
+( periodically all the local tables would be merged and broadcast to all)12 3088( Second,)1 410(local history table.)2 822 3 720 4668 t
+( program per-)2 612( resulted in a noticeable improvement in)6 1807( This)1 258(processors to achieve global sharing.)4 1643 4 720 4908 t
+(formance.)720 5148 w
+( easy to build trees close to the minimal tree in size, there is noth-)14 2959(Given that it is relatively)4 1111 2 970 5424 t
+(ing of interest left to explore in terms of)8 1808 1 720 5664 t
+10 I f
+( depth)1 263(f ixed)1 202 2 2559 5664 t
+11 S f
+(ab)3058 5664 w
+11 R f
+( research efforts are con-)4 1105(searching. New)1 714 2 3221 5664 t
+(centrating on)1 609 1 720 5904 t
+10 I f
+(variable depth)1 596 1 1387 5904 t
+11 R f
+(searches, so called)2 878 1 2044 5904 t
+10 I f
+(selective deepening)1 794 1 2980 5904 t
+11 R f
+( moves)1 349(\(for example, null)2 856 2 3835 5904 t
+( singular extensions [29] as enhancements to)6 1995( and)1 192([27, 28])1 338 3 720 6144 t
+11 S f
+(ab)3278 6144 w
+11 R f
+( as)1 124( 31])1 164(, and conspiracy numbers [30,)4 1344 3 3408 6144 t
+(a new approach to minimax search\).)5 1590 1 720 6384 t
+11 B f
+(Acknowledgments)720 6744 w
+11 R f
+( Alexander)1 534( and constructive criticism.)3 1260(Many thanks to Tony Marsland for his guidance)7 2276 3 970 7020 t
+(Reinefeld, Murray Campbell, and the anonymous referees provided valuable suggestions.)9 3935 1 720 7260 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 18 18
+%%Page: 19 19
+/saveobj save def
+mark
+19 pagesetup
+11 R f
+(- 19 -)2 238 1 2761 490 t
+11 B f
+(References)720 840 w
+11 R f
+( Gillogly,)1 427(1. J.)1 346 2 720 1032 t
+11 I f
+( of the Technology Chess Program)5 1552(Performance Analysis)1 976 2 1524 1032 t
+11 R f
+(, Ph.D. thesis, Depart-)3 988 1 4052 1032 t
+(ment of Computer Science, Carnegie-Mellon University, 1978.)6 2776 1 995 1152 t
+( The Northwestern University Chess Program, in)6 2261( Slate and L.R. Atkin, Chess 4.5 -)7 1606(2. D.J.)1 453 3 720 1308 t
+11 I f
+(Chess Skill in Man and Machine)5 1479 1 995 1428 t
+11 R f
+( York, 1977, 82-)3 755(, P.W. Frey \(ed.\), Springer-Verlag, New)5 1811 2 2474 1428 t
+(118.)995 1548 w
+( and the Killer Heuristic,)4 1142( Akl and M.M. Newborn, The Principle Continuation)7 2433(3. S.G.)1 472 3 720 1704 t
+11 I f
+(ACM)4808 1704 w
+(Annual Conference)1 851 1 995 1824 t
+11 R f
+(, 1977, 466-473.)2 726 1 1846 1824 t
+( Optimal Properties,)2 938( Pearl, Scout: A Simple Game-Searching Algorithm with Proven)8 3036(4. J.)1 346 3 720 1980 t
+11 I f
+(First Annual National Conference on Artificial Intelligence)6 2619 1 995 2100 t
+11 R f
+(, Stanford, 1980.)2 738 1 3614 2100 t
+( Baudet,)1 390(5. G.)1 382 2 720 2256 t
+11 I f
+( of Algorithms for Asynchronous Multiprocessors)5 2302(The Design and Analysis)3 1167 2 1543 2256 t
+11 R f
+(,)5012 2256 w
+(Ph.D. thesis, Department of Computer Science, Carnegie-Mellon University, 1978.)8 3660 1 995 2376 t
+( and T.A. Marsland, A Comparison of Minimax Tree Search Algorithms,)10 3360( Campbell)1 469(6. M.S.)1 491 3 720 2532 t
+11 I f
+(Artificial Intelligence 20)2 1082 1 995 2652 t
+11 R f
+(, \(1983\), 347-367.)2 798 1 2077 2652 t
+( Marsland, A Review of Game-Tree Pruning,)6 2060(7. T.A.)1 477 2 720 2808 t
+11 I f
+(Journal of the International Computer)4 1743 1 3297 2808 t
+(Chess Association 9)2 888 1 995 2928 t
+11 R f
+(, 1 \(1986\), 3-19.)3 716 1 1883 2928 t
+( Marsland, Relative Efficiency of Alpha-Beta Implementations,)6 2938(8. T.A.)1 477 2 720 3084 t
+11 I f
+(International Joint)1 853 1 4187 3084 t
+(Conference on Artificial Intelligence)3 1615 1 995 3204 t
+11 R f
+(, Karlsruhe, 1983, 763-766.)3 1213 1 2610 3204 t
+( Schaeffer, Experiments in Search and Knowledge, Ph.D. thesis, Dept. of Computer Sci-)12 3974(9. J.)1 346 2 720 3360 t
+(ence, University of Waterloo, 1986.)4 1577 1 995 3480 t
+( Schaeffer, The History Heuristic,)4 1511(10. J.)1 346 2 720 3636 t
+11 I f
+( Associa-)1 413(Journal of the International Computer Chess)5 2016 2 2611 3636 t
+(tion 6)1 255 1 995 3756 t
+11 R f
+(, 3 \(1983\), 16-19.)3 771 1 1250 3756 t
+( of Alpha-Beta Pruning,)3 1066( Knuth and R.W. Moore, An Analysis)6 1685(11. D.E.)1 477 3 720 3912 t
+11 I f
+(Artificial Intelligence 6)2 1033 1 3979 3912 t
+11 R f
+(,)5012 3912 w
+(\(1975\), 293-326.)1 742 1 995 4032 t
+( Chess Program,)2 771( Greenblatt, D.E. Eastlake and S.D. Crocker, The Greenblatt)8 2830(12. R.D.)1 484 3 720 4188 t
+11 I f
+(Fall)4856 4188 w
+(Joint Computer Conference 31)3 1359 1 995 4308 t
+11 R f
+(, \(1967\), 801-810.)2 798 1 2354 4308 t
+( Reinefeld, An Improvement of the Scout Tree Search Algorithm,)9 2899(13. A.)1 382 2 720 4464 t
+11 I f
+( the Interna-)2 553(Journal of)1 457 2 4030 4464 t
+(tional Computer Chess Association 6)4 1642 1 995 4584 t
+11 R f
+(, 4 \(1983\), 4-14.)3 716 1 2637 4584 t
+( S.A. Lawless, Parallel Alpha-Beta Search on Arachne,)7 2480( Finkel, J. Fishburn and)4 1071(14. R.A.)1 484 3 720 4740 t
+11 I f
+(Inter-)4791 4740 w
+(national Conference on Parallel Processing)4 1944 1 995 4860 t
+11 R f
+(, 1980, 235-243.)2 726 1 2939 4860 t
+( Marsland, A. Reinefeld and J. Schaeffer, Low Overhead Alternatives to SSS*,)11 3539(15. T.A.)1 477 2 720 5016 t
+11 I f
+(Artifi-)4770 5016 w
+(cial Intelligence 31)2 848 1 995 5136 t
+11 R f
+(, 1 \(1987\), 185-199.)3 881 1 1843 5136 t
+( Hyatt,)1 306(16. R.M.)1 503 2 720 5292 t
+11 I f
+( A Computer Chess Playing Program)5 1684(Cray Blitz -)2 527 2 1563 5292 t
+11 R f
+(, M.Sc. thesis, University of)4 1266 1 3774 5292 t
+(Southern Mississippi, 1983.)2 1233 1 995 5412 t
+( Newell and H.A. Simon, in)5 1231(17. A.)1 382 2 720 5568 t
+11 I f
+(Human Problem Solving)2 1087 1 2361 5568 t
+11 R f
+(, Prentice-Hall, 1972.)2 944 1 3448 5568 t
+( Adelson-Velskiy, V.L. Arlazarov and M.V. Donskoy, Some Methods of Controlling)10 3812(18. G.M.)1 508 2 720 5724 t
+(the Tree Search in Chess Programs,)5 1568 1 995 5844 t
+11 I f
+(Artificial Intelligence 6)2 1027 1 2591 5844 t
+11 R f
+(, \(1975\), 361-371.)2 798 1 3618 5844 t
+( on Game Trees, Ph.D. thesis, Dept.)6 1611( Nau, Quality of Decision Versus Depth of Search)8 2237(19. D.S.)1 472 3 720 6000 t
+(of Computer Science, Duke University, 1979.)5 2016 1 995 6120 t
+( Experiment: A Comparison of Human and)6 2026( Kopec and I. Bratko, The Bratko-Kopec)6 1912(20. D.)1 382 3 720 6276 t
+(Computer Performance in Chess, in)4 1609 1 995 6396 t
+11 I f
+( 3)1 91(Advances in Computer Chess)3 1319 2 2641 6396 t
+11 R f
+(, M.R.B. Clarke \(ed.\),)3 989 1 4051 6396 t
+(Pergamon Press, 1982, 57-72.)3 1321 1 995 6516 t
+( Program,)1 447( Newborn, A Parallel Search Chess)5 1609(21. M.M.)1 527 3 720 6672 t
+11 I f
+(ACM Annual Conference)2 1137 1 3344 6672 t
+11 R f
+(, 1985, 272-)2 559 1 4481 6672 t
+(277.)995 6792 w
+( Schaeffer, Multiprocessor Tree-Search Experiments, in)5 2486( Marsland, M. Olafsson and J.)5 1357(22. T.A.)1 477 3 720 6948 t
+11 I f
+(Advances in Computer Chess 4)4 1375 1 995 7068 t
+11 R f
+(, D. Beal \(ed.\), Pergamon Press, 1985, 37-51.)7 2000 1 2370 7068 t
+( and J. Dixon, Experiments with some Programs that Search Game Trees,)11 3292( Slagle)1 307(23. J.)1 346 3 720 7224 t
+11 I f
+(Journal)4698 7224 w
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 19 19
+%%Page: 20 20
+/saveobj save def
+mark
+20 pagesetup
+11 R f
+(- 20 -)2 238 1 2761 490 t
+11 I f
+(of the ACM 2)3 591 1 995 840 t
+11 R f
+(, \(1969\), 189-207.)2 798 1 1586 840 t
+( Strategies in Game)3 903( Muszycka and R. Shinghal, An Empirical Comparison of Pruning)9 3035(24. A.)1 382 3 720 996 t
+(Trees,)995 1116 w
+11 I f
+(IEEE Transactions on Systems, Man, and Cybernetics SMC-15)7 2778 1 1293 1116 t
+11 R f
+(, 3 \(1985\), 389-399.)3 881 1 4071 1116 t
+( A VLSI Architecture for Chess, Ph.D. thesis, Dept. of)9 2465( Ebeling, All the Right Moves:)5 1391(25. Carl)1 464 3 720 1272 t
+(Computer Science, Carnegie-Mellon University, 1986.)4 2409 1 995 1392 t
+( Schaeffer, Distributed Game-Tree Searching,)4 2050(26. J.)1 346 2 720 1548 t
+11 I f
+( Distributed Com-)2 822(Journal of Parallel and)3 1065 2 3153 1548 t
+(puting)995 1668 w
+11 R f
+( appear.)1 346( To)1 178(, 1989.)1 304 3 1277 1668 t
+( Beal, Null Moves,)3 836(27. D.)1 382 2 720 1824 t
+11 I f
+(Advances in Computer Chess V)4 1387 1 1966 1824 t
+11 R f
+(, 1987.)1 304 1 3353 1824 t
+( the Null Move in Chess,)5 1108( Goetsch and M. Campbell, Experiments with)6 2018(28. G.)1 382 3 720 1980 t
+11 I f
+(AAAI Sprint Sym-)2 783 1 4257 1980 t
+(posium)995 2100 w
+11 R f
+(, 1988, 14-18.)2 616 1 1313 2100 t
+( Singular Extensions: Adding Selectivity to)5 1954( Anantharaman, M. Campbell and F.H. Hsu,)6 1996(29. T.)1 370 3 720 2256 t
+(brute-Force Searching,)1 1004 1 995 2376 t
+11 I f
+(AAAI Spring Symposium)2 1087 1 2027 2376 t
+11 R f
+(, 1988, 8-13.)2 561 1 3114 2376 t
+( Min-Max Search,)2 832( McAllester, Conspiracy Numbers for)4 1718(30. D.A.)1 489 3 720 2532 t
+11 I f
+(Artificial Intelligence 35)2 1112 1 3802 2532 t
+11 R f
+(, 3)1 126 1 4914 2532 t
+(\(1988\), 287-310.)1 742 1 995 2652 t
+( Schaeffer, Conspiracy Numbers,)3 1459(31. J.)1 346 2 720 2808 t
+11 I f
+(Artificial Intelligence)1 944 1 2553 2808 t
+11 R f
+( in)1 115( to appear)2 432( Also)1 264( press.)1 281( In)1 147(, 1989.)1 304 6 3497 2808 t
+11 I f
+(Advances in Computer Chess V,)4 1415 1 995 2928 t
+11 R f
+(D. Beal and H. Berliner \(ed.\), Elsevier Press, 1989.)8 2254 1 2438 2928 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 20 20
+%%Page: 21 21
+/saveobj save def
+mark
+21 pagesetup
+11 R f
+(- 21 -)2 238 1 2761 490 t
+(Affiliation of author:)2 922 1 995 840 t
+( the Department of Computing Science, University of Alberta, Edmon-)9 3214(The author is with)3 831 2 995 1080 t
+( work was supported by the National Science and)8 2316( This)1 270(ton, Alberta, Canada T6G 2H1.)4 1459 3 995 1200 t
+(Engineering Research Council of Canada.)4 1844 1 995 1320 t
+(Footnotes:)995 1680 w
+( 1986 World Computer Chess Championship, Cologne, West Ger-)8 3027(1. A competitor in the)4 1018 2 995 1920 t
+(many.)995 2040 w
+( conducted through to depth 6 and showed minimal signs)9 2571(2. The original experiments were)4 1474 2 995 2280 t
+( depths 7 and 8, table conflicts necessitated an increase)9 2460( extended to)2 549( When)1 323(of over-loading.)1 713 4 995 2400 t
+(in table size.)2 553 1 995 2520 t
+( software predecessor of the chess machine)6 1892(3. A)1 218 2 995 2760 t
+11 I f
+(Belle.)3133 2760 w
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 21 21
+%%Page: 22 22
+/saveobj save def
+mark
+22 pagesetup
+11 R f
+(- 22 -)2 238 1 2761 490 t
+cleartomark
+saveobj restore
+%%BeginGlobal
+/C /Courier def
+%%EndGlobal
+/saveobj save def
+mark
+10 C f
+(AlphaBeta\( p : position;)3 1440 1 995 820 t
+10 S f
+(a)2495 820 w
+10 C f
+(,)2558 820 w
+10 S f
+(b)2678 820 w
+10 C f
+(, depth : integer \) : integer;)6 1800 1 2733 820 t
+(var)995 920 w
+(bestmove, score, width, m, result : integer;)6 2640 1 1235 1020 t
+(rating : array[ 1..MAX_WIDTH ] of integer;)6 2520 1 1235 1120 t
+(begin)995 1320 w
+( At a leaf node })5 1020( {)1 540(if depth = 0 then)4 1020 3 1235 1420 t
+(return\( Evaluate\( p \) \);)4 1440 1 1475 1520 t
+(width := GenerateMoves\( moves \);)4 1920 1 1235 1720 t
+( No moves in this position })6 1680( {)1 540(if width = 0 then)4 1020 3 1235 1820 t
+(return\( Evaluate\( p \) \);)4 1440 1 1475 1920 t
+({ Assign history heuristic score to each move })8 2820 1 1235 2120 t
+(for m := 1 to width do)6 1320 1 1235 2220 t
+( m ] = HistoryTable[ moves[ m ] ];)8 2040(* rating[)1 900 2 995 2320 t
+( Put highest rated moves first })6 1920( {)1 240(Sort\( moves, rating \);)3 1320 3 1235 2420 t
+(score :=)1 480 1 1235 2620 t
+10 S f
+(-\245)1775 2620 w
+10 R f
+(4;)1903 2620 w
+(for m := 1 to width do)6 884 1 1095 2720 t
+(begin)1170 2820 w
+({ Recurse using nega-max variant of)5 1464 1 1220 2920 t
+10 S f
+(ab)2709 2920 w
+10 R f
+(})2852 2920 w
+(result := -AlphaBeta\( p.moves[m], -)4 1437 1 1220 3020 t
+10 S f
+(b)2657 3020 w
+10 R f
+(, -)1 83 1 2712 3020 t
+10 S f
+(a)2795 3020 w
+10 R f
+(, depth-1 \);)2 441 1 2858 3020 t
+(if result)1 308 1 1220 3120 t
+10 S f
+(>)1553 3120 w
+10 R f
+(score then)1 407 1 1633 3120 t
+(score := result;)2 594 1 1320 3220 t
+({ Check for cut-off })4 838 1 1220 3420 t
+(if score)1 296 1 1220 3520 t
+10 S f
+(>)1541 3520 w
+10 R f
+(=)1596 3520 w
+10 S f
+(b)1677 3520 w
+10 R f
+(then)1757 3520 w
+(begin)1270 3620 w
+({ Cut-off: no further sub-trees need be examined })8 2019 1 1320 3720 t
+(bestmove := moves[ m ];)4 1000 1 1320 3820 t
+(goto done;)1 425 1 1320 3920 t
+(end;)1270 4020 w
+10 S f
+(a)1220 4220 w
+10 R f
+(:= MAX\()1 375 1 1308 4220 t
+10 S f
+(a)1708 4220 w
+10 R f
+(, score \);)2 346 1 1771 4220 t
+(end;)1170 4320 w
+(done:)1045 4520 w
+({ Update history score for best move })7 1546 1 1095 4620 t
+( bestmove ] = HistoryTable[ bestmove ] + 2)8 1754(* HistoryTable[)1 685 2 995 4720 t
+7 I f
+(depth)3434 4681 w
+10 C f
+(;)3606 4720 w
+(return\( score \);)2 960 1 1235 4820 t
+(end.)995 4920 w
+10 B f
+(Fig. 1. The History Heuristic and Alpha-Beta.)6 1948 1 2043 5120 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 22 22
+%%Page: 23 23
+/saveobj save def
+mark
+23 pagesetup
+11 R f
+(- 23 -)2 238 1 2761 490 t
+cleartomark
+saveobj restore
+%%BeginGlobal
+%
+% Version 3.3 drawing procedures for dpost. Automatically pulled in, but only
+% when needed.
+%
+
+/inpath false def
+/savematrix matrix def
+
+/Dl {
+       inpath
+               {pop pop neg lineto}
+               {newpath neg moveto neg lineto stroke}
+       ifelse
+} bind def
+
+/De {
+       /y1 exch 2 div def
+       /x1 exch 2 div def
+       /savematrix savematrix currentmatrix def
+       neg exch x1 add exch translate
+       x1 y1 scale
+       0 0 1 0 360
+       inpath
+               {1 0 moveto arc savematrix setmatrix}
+               {newpath arc savematrix setmatrix stroke}
+       ifelse
+} bind def
+
+/Da {
+       /dy2 exch def
+       /dx2 exch def
+       /dy1 exch def
+       /dx1 exch def
+       dy1 add neg exch dx1 add exch
+       dx1 dx1 mul dy1 dy1 mul add sqrt
+       dy1 dx1 neg atan
+       dy2 neg dx2 atan
+       inpath
+               {arc}
+               {newpath arc stroke}
+       ifelse
+} bind def
+
+/DA {
+       /dy2 exch def
+       /dx2 exch def
+       /dy1 exch def
+       /dx1 exch def
+       dy1 add neg exch dx1 add exch
+       dx1 dx1 mul dy1 dy1 mul add sqrt
+       dy1 dx1 neg atan
+       dy2 neg dx2 atan
+       inpath
+               {arcn}
+               {newpath arcn stroke}
+       ifelse
+} bind def
+
+/Ds {
+       /y2 exch def
+       /x2 exch def
+       /y1 exch def
+       /x1 exch def
+       /y0 exch def
+       /x0 exch def
+       x0 5 x1 mul add 6 div
+       y0 5 y1 mul add -6 div
+       x2 5 x1 mul add 6 div
+       y2 5 y1 mul add -6 div
+       x1 x2 add 2 div
+       y1 y2 add -2 div
+       inpath
+               {curveto}
+               {newpath x0 x1 add 2 div y0 y1 add -2 div moveto curveto stroke}
+       ifelse
+} bind def
+%%EndGlobal
+/saveobj save def
+mark
+11 R f
+2730 1031 300 300 De
+(Root)2773 1053 w
+1830 1632 300 300 De
+3630 1632 300 300 De
+(I2)3735 1654 w
+3672 1526 2985 1138 Dl
+2087 1526 2774 1138 Dl
+1380 2232 300 300 De
+1830 2232 300 300 De
+2280 2232 300 300 De
+1874 1738 1530 2082 Dl
+1980 1782 1980 2082 Dl
+2086 1738 2430 2082 Dl
+2880 2232 300 300 De
+(I2.M)2921 2254 w
+3330 2232 300 300 De
+3929 2232 300 300 De
+4379 2232 300 300 De
+3672 1738 3029 2082 Dl
+(Move M)1 382 1 2882 1909 t
+3779 1782 3479 2082 Dl
+3780 1782 4080 2082 Dl
+3887 1738 4530 2082 Dl
+1830 2831 300 300 De
+(I1)1935 2853 w
+1980 2382 1980 2682 Dl
+1380 3432 300 300 De
+1830 3432 300 300 De
+2280 3432 300 300 De
+(I1.M)2322 3454 w
+1874 2937 1530 3281 Dl
+(Move M)1 382 1 2282 3110 t
+1980 2981 1980 3281 Dl
+2086 2937 2430 3281 Dl
+11 B f
+(Fig. 2. History Heuristic Example.)4 1607 1 2214 4325 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 23 23
+%%Page: 24 24
+/saveobj save def
+mark
+24 pagesetup
+11 R f
+(- 24 -)2 238 1 2761 490 t
+974 882 974 3422 Dl
+5039 882 974 882 Dl
+5040 3422 5040 882 Dl
+975 3422 5040 3422 Dl
+(%)629 2174 w
+(depth)2884 3699 w
+974 3473 974 3422 Dl
+(2)947 3556 w
+1482 3473 1482 3422 Dl
+(3)1455 3556 w
+1990 3473 1990 3422 Dl
+(4)1963 3556 w
+2499 3473 2499 3422 Dl
+(5)2472 3556 w
+3006 3473 3006 3422 Dl
+(6)2979 3556 w
+3515 3473 3515 3422 Dl
+(7)3488 3556 w
+4023 3473 4023 3422 Dl
+(8)3996 3556 w
+4531 3473 4531 3422 Dl
+(9)4504 3556 w
+5040 3473 5040 3422 Dl
+(10)4985 3556 w
+923 3422 974 3422 Dl
+(0)868 3444 w
+923 3168 974 3168 Dl
+(10)813 3190 w
+923 2915 974 2915 Dl
+(20)813 2937 w
+923 2661 974 2661 Dl
+(30)813 2683 w
+923 2406 974 2406 Dl
+(40)813 2428 w
+923 2152 974 2152 Dl
+(50)813 2174 w
+923 1898 974 1898 Dl
+(60)813 1920 w
+923 1644 974 1644 Dl
+(70)813 1666 w
+923 1390 974 1390 Dl
+(80)813 1412 w
+923 1136 974 1136 Dl
+(90)813 1158 w
+923 882 974 882 Dl
+(100)758 904 w
+1990 1262 1482 1161 Dl
+2498 1313 1990 1262 Dl
+3007 1415 2499 1314 Dl
+3514 1126 3006 1415 Dl
+4023 1817 3515 1126 Dl
+4531 1447 4023 1817 Dl
+(H)4582 1442 w
+8 R f
+(.)1471 1520 w
+(.)1496 1525 w
+(.)1521 1530 w
+(.)1547 1535 w
+(.)1573 1540 w
+(.)1598 1545 w
+(.)1624 1551 w
+(.)1649 1556 w
+(.)1674 1561 w
+(.)1699 1566 w
+(.)1725 1571 w
+(.)1750 1576 w
+(.)1776 1581 w
+(.)1801 1586 w
+(.)1827 1591 w
+(.)1852 1596 w
+(.)1878 1601 w
+(.)1903 1606 w
+(.)1928 1611 w
+(.)1953 1616 w
+(. .)1 20 1 1979 1622 t
+(.)2005 1620 w
+(.)2030 1619 w
+(.)2056 1617 w
+(.)2081 1616 w
+(.)2106 1615 w
+(.)2131 1614 w
+(.)2157 1612 w
+(.)2182 1611 w
+(.)2208 1610 w
+(.)2233 1609 w
+(.)2259 1607 w
+(.)2284 1606 w
+(.)2310 1605 w
+(.)2335 1604 w
+(.)2360 1602 w
+(.)2385 1601 w
+(.)2411 1600 w
+(.)2437 1599 w
+(.)2462 1597 w
+(. .)1 20 1 2488 1596 t
+(.)2513 1600 w
+(.)2538 1604 w
+(.)2563 1607 w
+(.)2589 1611 w
+(.)2614 1615 w
+(.)2640 1619 w
+(.)2665 1623 w
+(.)2691 1627 w
+(.)2716 1630 w
+(.)2742 1634 w
+(.)2767 1638 w
+(.)2792 1642 w
+(.)2817 1646 w
+(.)2843 1649 w
+(.)2869 1653 w
+(.)2894 1657 w
+(.)2920 1661 w
+(.)2945 1665 w
+(.)2970 1669 w
+(. .)1 20 1 2995 1672 t
+(.)3015 1655 w
+(.)3033 1637 w
+(.)3052 1620 w
+(.)3071 1602 w
+(.)3090 1585 w
+(.)3108 1567 w
+(.)3127 1550 w
+(.)3146 1533 w
+(.)3165 1515 w
+(.)3184 1497 w
+(.)3203 1480 w
+(.)3221 1462 w
+(.)3240 1445 w
+(.)3259 1427 w
+(.)3278 1409 w
+(.)3297 1392 w
+(.)3316 1375 w
+(.)3334 1357 w
+(.)3353 1340 w
+(.)3372 1322 w
+(.)3391 1305 w
+(.)3410 1287 w
+(.)3429 1270 w
+(.)3447 1252 w
+(.)3466 1234 w
+(.)3485 1217 w
+(. .)1 20 1 3504 1200 t
+(.)3519 1220 w
+(.)3535 1241 w
+(.)3550 1261 w
+(.)3565 1281 w
+(.)3581 1302 w
+(.)3596 1322 w
+(.)3612 1343 w
+(.)3627 1363 w
+(.)3643 1384 w
+(.)3658 1404 w
+(.)3673 1425 w
+(.)3689 1445 w
+(.)3704 1466 w
+(.)3720 1486 w
+(.)3735 1507 w
+(.)3751 1527 w
+(.)3766 1548 w
+(.)3781 1569 w
+(.)3797 1589 w
+(.)3812 1610 w
+(.)3828 1630 w
+(.)3843 1651 w
+(.)3858 1671 w
+(.)3874 1691 w
+(.)3889 1712 w
+(.)3905 1732 w
+(.)3920 1753 w
+(.)3935 1773 w
+(.)3951 1794 w
+(.)3966 1814 w
+(.)3981 1835 w
+(.)3997 1855 w
+(.)4012 1875 w
+11 R f
+(K)4074 1894 w
+1506 2197 1482 2203 Dl
+1554 2185 1530 2191 Dl
+1602 2173 1578 2179 Dl
+1651 2161 1627 2167 Dl
+1699 2148 1675 2154 Dl
+1748 2136 1724 2142 Dl
+1796 2125 1772 2131 Dl
+1844 2112 1820 2118 Dl
+1893 2100 1869 2106 Dl
+1941 2088 1917 2094 Dl
+1989 2076 1965 2082 Dl
+2009 2060 1990 2076 Dl
+2047 2028 2028 2044 Dl
+2084 1996 2065 2012 Dl
+2122 1964 2103 1980 Dl
+2160 1932 2141 1948 Dl
+2197 1900 2178 1916 Dl
+2235 1868 2216 1884 Dl
+2272 1836 2253 1852 Dl
+2310 1804 2291 1820 Dl
+2348 1772 2329 1788 Dl
+2385 1740 2366 1756 Dl
+2423 1708 2404 1724 Dl
+2460 1676 2441 1692 Dl
+2498 1645 2479 1661 Dl
+2522 1636 2499 1644 Dl
+2570 1619 2547 1627 Dl
+2618 1602 2595 1610 Dl
+2666 1585 2643 1593 Dl
+2715 1568 2692 1576 Dl
+2764 1551 2741 1559 Dl
+2812 1534 2789 1542 Dl
+2860 1517 2837 1525 Dl
+2909 1501 2886 1509 Dl
+2957 1483 2934 1491 Dl
+3005 1466 2982 1474 Dl
+3028 1454 3006 1466 Dl
+3073 1428 3051 1440 Dl
+3117 1403 3095 1415 Dl
+3161 1377 3139 1389 Dl
+3205 1351 3183 1363 Dl
+3249 1326 3227 1338 Dl
+3294 1300 3272 1312 Dl
+3338 1274 3316 1286 Dl
+3382 1249 3360 1261 Dl
+3426 1223 3404 1235 Dl
+3470 1198 3448 1210 Dl
+3515 1172 3493 1184 Dl
+3540 1170 3515 1171 Dl
+3588 1168 3563 1169 Dl
+3636 1166 3611 1167 Dl
+3685 1163 3660 1164 Dl
+3733 1161 3708 1162 Dl
+3781 1158 3756 1159 Dl
+3830 1156 3805 1157 Dl
+3878 1153 3853 1154 Dl
+3926 1151 3901 1152 Dl
+3974 1148 3949 1149 Dl
+4023 1146 3998 1147 Dl
+4047 1141 4023 1146 Dl
+4095 1130 4071 1135 Dl
+4144 1120 4120 1125 Dl
+4192 1109 4168 1114 Dl
+4241 1098 4217 1103 Dl
+4289 1087 4265 1092 Dl
+4337 1077 4313 1082 Dl
+4385 1067 4361 1072 Dl
+4434 1056 4410 1061 Dl
+4482 1045 4458 1050 Dl
+4531 1034 4507 1039 Dl
+(T)4582 1081 w
+1990 2481 1482 2304 Dl
+2498 2382 1990 2483 Dl
+3007 2406 2499 2381 Dl
+(R)3057 2428 w
+1507 3420 1482 3422 Dl
+1555 3416 1530 3418 Dl
+1603 3411 1578 3413 Dl
+1652 3406 1627 3408 Dl
+1700 3402 1675 3404 Dl
+1748 3397 1723 3399 Dl
+1796 3392 1771 3394 Dl
+1845 3387 1820 3389 Dl
+1893 3382 1868 3384 Dl
+1942 3377 1917 3379 Dl
+1990 3372 1965 3374 Dl
+2015 3369 1990 3372 Dl
+2064 3362 2039 3365 Dl
+2112 3355 2087 3358 Dl
+2160 3347 2135 3350 Dl
+2208 3340 2183 3343 Dl
+2257 3333 2232 3336 Dl
+2305 3325 2280 3328 Dl
+2353 3318 2328 3321 Dl
+2401 3311 2376 3314 Dl
+2450 3303 2425 3306 Dl
+2498 3296 2473 3299 Dl
+2524 3294 2499 3296 Dl
+2572 3289 2547 3291 Dl
+2620 3284 2595 3286 Dl
+2668 3279 2643 3281 Dl
+2717 3274 2692 3276 Dl
+2765 3269 2740 3271 Dl
+2813 3265 2788 3267 Dl
+2861 3260 2836 3262 Dl
+2910 3255 2885 3257 Dl
+2958 3250 2933 3252 Dl
+3006 3245 2981 3247 Dl
+(S)3057 3318 w
+1990 3397 1482 3422 Dl
+2498 3194 1990 3397 Dl
+3007 3245 2499 3194 Dl
+(N)3057 3216 w
+1990 1568 1482 1553 Dl
+2498 1639 1990 1568 Dl
+3007 1913 2499 1639 Dl
+(L)3057 1935 w
+11 B f
+(Fig. 3. Single Search Enhancement \(NBP\).)5 1984 1 2025 3913 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 24 24
+%%Page: 25 25
+/saveobj save def
+mark
+25 pagesetup
+11 R f
+(- 25 -)2 238 1 2761 490 t
+974 882 974 3422 Dl
+5039 882 974 882 Dl
+5040 3422 5040 882 Dl
+975 3422 5040 3422 Dl
+(%)629 2174 w
+(depth)2884 3699 w
+974 3473 974 3422 Dl
+(2)947 3556 w
+1482 3473 1482 3422 Dl
+(3)1455 3556 w
+1990 3473 1990 3422 Dl
+(4)1963 3556 w
+2499 3473 2499 3422 Dl
+(5)2472 3556 w
+3006 3473 3006 3422 Dl
+(6)2979 3556 w
+3515 3473 3515 3422 Dl
+(7)3488 3556 w
+4023 3473 4023 3422 Dl
+(8)3996 3556 w
+4531 3473 4531 3422 Dl
+(9)4504 3556 w
+5040 3473 5040 3422 Dl
+(10)4985 3556 w
+923 3422 974 3422 Dl
+(70)813 3444 w
+923 2999 974 2999 Dl
+(75)813 3021 w
+923 2576 974 2576 Dl
+(80)813 2598 w
+923 2152 974 2152 Dl
+(85)813 2174 w
+923 1728 974 1728 Dl
+(90)813 1750 w
+923 1305 974 1305 Dl
+(95)813 1327 w
+923 882 974 882 Dl
+(100)758 904 w
+6 R f
+1990 1221 1482 1221 Dl
+2498 1137 1990 1221 Dl
+3007 1052 2499 1136 Dl
+3514 907 3006 1051 Dl
+4023 907 3515 907 Dl
+4531 892 4023 907 Dl
+(HT)4612 955 w
+4 R f
+(.)1476 1645 w
+(.)1499 1657 w
+(.)1522 1668 w
+(.)1545 1680 w
+(.)1568 1691 w
+(.)1591 1703 w
+(.)1614 1714 w
+(.)1637 1726 w
+(.)1661 1737 w
+(.)1684 1749 w
+(.)1707 1760 w
+(.)1730 1772 w
+(.)1753 1783 w
+(.)1776 1795 w
+(.)1799 1806 w
+(.)1822 1818 w
+(.)1845 1830 w
+(.)1868 1842 w
+(.)1891 1853 w
+(.)1914 1865 w
+(.)1938 1876 w
+(.)1961 1888 w
+(. .)1 10 1 1984 1899 t
+(.)2004 1883 w
+(.)2023 1867 w
+(.)2043 1850 w
+(.)2062 1834 w
+(.)2082 1818 w
+(.)2102 1801 w
+(.)2121 1785 w
+(.)2141 1769 w
+(.)2160 1752 w
+(.)2179 1736 w
+(.)2199 1720 w
+(.)2218 1703 w
+(.)2238 1687 w
+(.)2258 1671 w
+(.)2277 1654 w
+(.)2297 1639 w
+(.)2316 1622 w
+(.)2336 1606 w
+(.)2356 1590 w
+(.)2375 1573 w
+(.)2395 1557 w
+(.)2414 1541 w
+(.)2434 1524 w
+(.)2453 1508 w
+(.)2472 1492 w
+(. .)1 10 1 2493 1476 t
+(.)2516 1464 w
+(.)2539 1452 w
+(.)2562 1441 w
+(.)2585 1429 w
+(.)2608 1417 w
+(.)2631 1406 w
+(.)2654 1394 w
+(.)2677 1383 w
+(.)2700 1371 w
+(.)2723 1360 w
+(.)2747 1348 w
+(.)2770 1337 w
+(.)2793 1325 w
+(.)2816 1314 w
+(.)2839 1302 w
+(.)2862 1291 w
+(.)2885 1279 w
+(.)2908 1268 w
+(.)2931 1256 w
+(.)2954 1245 w
+(.)2977 1233 w
+(. .)1 10 1 3000 1222 t
+(.)3024 1211 w
+(.)3047 1200 w
+(.)3070 1189 w
+(.)3093 1178 w
+(.)3116 1168 w
+(.)3139 1157 w
+(.)3162 1146 w
+(.)3185 1135 w
+(.)3208 1124 w
+(.)3231 1114 w
+(.)3254 1103 w
+(.)3277 1092 w
+(.)3301 1081 w
+(.)3324 1070 w
+(.)3347 1060 w
+(.)3370 1049 w
+(.)3393 1038 w
+(.)3416 1027 w
+(.)3439 1016 w
+(.)3462 1006 w
+(.)3486 995 w
+(. .)1 10 1 3509 984 t
+(.)3534 983 w
+(.)3560 981 w
+(.)3585 980 w
+(.)3611 978 w
+(.)3636 977 w
+(.)3661 975 w
+(.)3686 973 w
+(.)3712 972 w
+(.)3738 970 w
+(.)3763 969 w
+(.)3789 967 w
+(.)3814 966 w
+(.)3839 965 w
+(.)3864 963 w
+(.)3890 961 w
+(.)3915 960 w
+(.)3941 958 w
+(.)3966 957 w
+(.)3992 955 w
+(.)4017 954 w
+6 R f
+(KT)4104 965 w
+1507 1817 1482 1813 Dl
+1555 1825 1530 1821 Dl
+1603 1833 1578 1829 Dl
+1652 1842 1627 1838 Dl
+1700 1850 1675 1846 Dl
+1748 1858 1723 1854 Dl
+1796 1865 1771 1861 Dl
+1845 1873 1820 1869 Dl
+1894 1882 1869 1878 Dl
+1942 1890 1917 1886 Dl
+1990 1898 1965 1894 Dl
+2013 1905 1990 1898 Dl
+2062 1921 2039 1914 Dl
+2110 1938 2087 1931 Dl
+2158 1953 2135 1946 Dl
+2207 1969 2184 1962 Dl
+2255 1986 2232 1979 Dl
+2303 2002 2280 1995 Dl
+2352 2018 2329 2011 Dl
+2401 2034 2378 2027 Dl
+2449 2050 2426 2043 Dl
+2497 2066 2474 2059 Dl
+2522 2078 2499 2067 Dl
+2566 2101 2543 2090 Dl
+2609 2122 2586 2111 Dl
+2653 2145 2630 2134 Dl
+2698 2167 2675 2156 Dl
+2742 2189 2719 2178 Dl
+2786 2211 2763 2200 Dl
+2831 2233 2808 2222 Dl
+2874 2255 2851 2244 Dl
+2918 2277 2895 2266 Dl
+2963 2299 2940 2288 Dl
+3007 2321 2984 2310 Dl
+(HS)3087 2334 w
+1990 1983 1482 1475 Dl
+2498 2236 1990 1982 Dl
+3007 2406 2499 2237 Dl
+(HR)3087 2418 w
+4 R f
+( .)1 0( .)1 26( . . .)3 75( .)1 26( .)1 25( .)1 26( .)1 25( .)1 26( .)1 25( .)1 26( . . .)3 75( .)1 26( .)1 25( . .)2 52(. . .)2 60 15 1476 2153 t
+(.)2007 2165 w
+(.)2030 2176 w
+(.)2053 2188 w
+(.)2076 2199 w
+(.)2100 2211 w
+(.)2123 2222 w
+(.)2146 2234 w
+(.)2169 2245 w
+(.)2192 2257 w
+(.)2215 2269 w
+(.)2238 2280 w
+(.)2262 2292 w
+(.)2285 2303 w
+(.)2308 2315 w
+(.)2331 2326 w
+(.)2354 2338 w
+(.)2377 2349 w
+(.)2400 2361 w
+(.)2423 2373 w
+(.)2446 2384 w
+(.)2470 2396 w
+(. .)1 10 1 2493 2407 t
+(.)2516 2415 w
+(.)2541 2423 w
+(.)2565 2431 w
+(.)2589 2439 w
+(.)2614 2448 w
+(.)2637 2456 w
+(.)2662 2464 w
+(.)2686 2472 w
+(.)2710 2479 w
+(.)2735 2488 w
+(.)2758 2496 w
+(.)2783 2504 w
+(.)2807 2512 w
+(.)2831 2521 w
+(.)2856 2528 w
+(.)2879 2536 w
+(.)2904 2544 w
+(.)2928 2552 w
+(.)2952 2561 w
+(.)2976 2569 w
+(.)3000 2577 w
+6 R f
+(HN)3087 2588 w
+2499 3253 2448 3422 Dl
+3007 2660 2499 3253 Dl
+(NT)3087 2673 w
+1990 2659 1482 1982 Dl
+2498 2577 1990 2661 Dl
+3007 2745 2499 2576 Dl
+(KR)3087 2732 w
+2460 3401 2448 3422 Dl
+2497 3339 2485 3360 Dl
+2515 3319 2499 3338 Dl
+2547 3281 2531 3300 Dl
+2580 3243 2564 3262 Dl
+2613 3204 2597 3223 Dl
+2646 3166 2630 3185 Dl
+2678 3128 2662 3147 Dl
+2711 3089 2695 3108 Dl
+2744 3051 2728 3070 Dl
+2777 3013 2761 3032 Dl
+2809 2975 2793 2994 Dl
+2842 2937 2826 2956 Dl
+2875 2898 2859 2917 Dl
+2908 2860 2892 2879 Dl
+2940 2822 2924 2841 Dl
+2973 2783 2957 2802 Dl
+3006 2745 2990 2764 Dl
+(ST)3087 2788 w
+4 R f
+(.)2493 3423 w
+(.)2508 3405 w
+(.)2525 3385 w
+(.)2542 3367 w
+(.)2558 3347 w
+(.)2574 3328 w
+(.)2591 3309 w
+(.)2607 3289 w
+(.)2624 3271 w
+(.)2640 3251 w
+(.)2656 3233 w
+(.)2673 3213 w
+(.)2689 3194 w
+(.)2706 3175 w
+(.)2722 3156 w
+(.)2738 3137 w
+(.)2755 3117 w
+(.)2771 3099 w
+(.)2787 3079 w
+(.)2804 3061 w
+(.)2820 3041 w
+(.)2837 3022 w
+(.)2853 3003 w
+(.)2869 2983 w
+(.)2886 2965 w
+(.)2902 2945 w
+(.)2919 2927 w
+(.)2935 2907 w
+(.)2951 2888 w
+(.)2968 2869 w
+(.)2984 2850 w
+(.)3000 2831 w
+6 R f
+(RT)3087 2842 w
+1505 1909 1482 1898 Dl
+1549 1931 1526 1920 Dl
+1593 1953 1570 1942 Dl
+1637 1975 1614 1964 Dl
+1681 1997 1658 1986 Dl
+1725 2019 1702 2008 Dl
+1770 2042 1747 2031 Dl
+1814 2063 1791 2052 Dl
+1858 2086 1835 2075 Dl
+1902 2108 1879 2097 Dl
+1946 2129 1923 2118 Dl
+1990 2152 1967 2141 Dl
+2013 2163 1990 2152 Dl
+2057 2185 2034 2174 Dl
+2101 2207 2078 2196 Dl
+2146 2230 2123 2219 Dl
+2190 2251 2167 2240 Dl
+2234 2273 2211 2262 Dl
+2278 2296 2255 2285 Dl
+2322 2317 2299 2306 Dl
+2366 2340 2343 2329 Dl
+2410 2362 2387 2351 Dl
+2455 2384 2432 2373 Dl
+2499 2406 2476 2395 Dl
+2517 2424 2499 2406 Dl
+2551 2459 2533 2441 Dl
+2586 2494 2568 2476 Dl
+2622 2530 2604 2512 Dl
+2656 2564 2638 2546 Dl
+2692 2599 2674 2581 Dl
+2726 2634 2708 2616 Dl
+2761 2669 2743 2651 Dl
+2797 2705 2779 2687 Dl
+2831 2739 2813 2721 Dl
+2867 2774 2849 2756 Dl
+2902 2810 2884 2792 Dl
+2936 2844 2918 2826 Dl
+2972 2880 2954 2862 Dl
+3007 2915 2989 2897 Dl
+(HK)3087 2927 w
+4 R f
+(.)1476 2746 w
+(.)1499 2757 w
+(.)1522 2769 w
+(.)1545 2780 w
+(.)1568 2792 w
+(.)1591 2803 w
+(.)1614 2815 w
+(.)1637 2827 w
+(.)1661 2839 w
+(.)1684 2850 w
+(.)1707 2862 w
+(.)1730 2873 w
+(.)1753 2885 w
+(.)1776 2896 w
+(.)1799 2908 w
+(.)1822 2919 w
+(.)1845 2931 w
+(.)1868 2942 w
+(.)1891 2954 w
+(.)1914 2965 w
+(.)1938 2977 w
+(.)1961 2989 w
+(. .)1 10 1 1984 3000 t
+(.)2008 2992 w
+(.)2033 2984 w
+(.)2057 2976 w
+(.)2081 2968 w
+(.)2105 2960 w
+(.)2129 2952 w
+(.)2154 2944 w
+(.)2178 2936 w
+(.)2202 2927 w
+(.)2226 2919 w
+(.)2250 2911 w
+(.)2274 2904 w
+(.)2299 2896 w
+(.)2323 2887 w
+(.)2347 2879 w
+(.)2372 2871 w
+(.)2395 2863 w
+(.)2420 2855 w
+(.)2444 2847 w
+(.)2468 2839 w
+(. .)1 10 1 2493 2831 t
+(.)2516 2842 w
+(.)2539 2854 w
+(.)2562 2865 w
+(.)2585 2877 w
+(.)2608 2888 w
+(.)2631 2900 w
+(.)2654 2911 w
+(.)2677 2923 w
+(.)2700 2935 w
+(.)2723 2946 w
+(.)2747 2958 w
+(.)2770 2969 w
+(.)2793 2981 w
+(.)2816 2992 w
+(.)2839 3004 w
+(.)2862 3016 w
+(.)2885 3027 w
+(.)2908 3039 w
+(.)2931 3050 w
+(.)2954 3062 w
+(.)2977 3073 w
+(.)3000 3085 w
+6 R f
+(KS)3087 3096 w
+1507 3422 1482 3422 Dl
+1560 3422 1535 3422 Dl
+1614 3422 1589 3422 Dl
+1668 3422 1643 3422 Dl
+1722 3422 1697 3422 Dl
+1775 3422 1750 3422 Dl
+1829 3422 1804 3422 Dl
+1882 3422 1857 3422 Dl
+1936 3422 1911 3422 Dl
+1989 3422 1964 3422 Dl
+2013 3411 1990 3422 Dl
+2057 3390 2034 3401 Dl
+2101 3367 2078 3378 Dl
+2146 3345 2123 3356 Dl
+2190 3324 2167 3335 Dl
+2234 3301 2211 3312 Dl
+2278 3280 2255 3291 Dl
+2322 3257 2299 3268 Dl
+2366 3235 2343 3246 Dl
+2410 3213 2387 3224 Dl
+2455 3191 2432 3202 Dl
+2499 3169 2476 3180 Dl
+2522 3179 2499 3168 Dl
+2566 3202 2543 3191 Dl
+2609 3224 2586 3213 Dl
+2653 3245 2630 3234 Dl
+2698 3268 2675 3257 Dl
+2742 3290 2719 3279 Dl
+2786 3312 2763 3301 Dl
+2831 3334 2808 3323 Dl
+2874 3356 2851 3345 Dl
+2918 3378 2895 3367 Dl
+2963 3400 2940 3389 Dl
+3007 3423 2984 3412 Dl
+(KN)3087 3409 w
+10 B f
+(Fig. 4. Two Search Enhancements \(NBP\).)5 1766 1 2134 3913 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 25 25
+%%Page: 26 26
+/saveobj save def
+mark
+26 pagesetup
+11 R f
+(- 26 -)2 238 1 2761 490 t
+974 882 974 3422 Dl
+5039 882 974 882 Dl
+5040 3422 5040 882 Dl
+975 3422 5040 3422 Dl
+(%)629 2174 w
+(depth)2884 3699 w
+974 3473 974 3422 Dl
+(2)947 3556 w
+1482 3473 1482 3422 Dl
+(3)1455 3556 w
+1990 3473 1990 3422 Dl
+(4)1963 3556 w
+2499 3473 2499 3422 Dl
+(5)2472 3556 w
+3006 3473 3006 3422 Dl
+(6)2979 3556 w
+3515 3473 3515 3422 Dl
+(7)3488 3556 w
+4023 3473 4023 3422 Dl
+(8)3996 3556 w
+4531 3473 4531 3422 Dl
+(9)4504 3556 w
+5040 3473 5040 3422 Dl
+(10)4985 3556 w
+923 3422 974 3422 Dl
+(0)868 3444 w
+923 3168 974 3168 Dl
+(10)813 3190 w
+923 2915 974 2915 Dl
+(20)813 2937 w
+923 2661 974 2661 Dl
+(30)813 2683 w
+923 2406 974 2406 Dl
+(40)813 2428 w
+923 2152 974 2152 Dl
+(50)813 2174 w
+923 1898 974 1898 Dl
+(60)813 1920 w
+923 1644 974 1644 Dl
+(70)813 1666 w
+923 1390 974 1390 Dl
+(80)813 1412 w
+923 1136 974 1136 Dl
+(90)813 1158 w
+923 882 974 882 Dl
+(100)758 904 w
+1990 1136 1482 1390 Dl
+2498 1161 1990 1136 Dl
+3007 1415 2499 1161 Dl
+3514 1268 3006 1415 Dl
+4023 1642 3515 1267 Dl
+4531 1324 4023 1644 Dl
+(H)4582 1346 w
+8 R f
+(.)1471 1520 w
+(.)1495 1527 w
+(.)1519 1535 w
+(.)1544 1542 w
+(.)1567 1549 w
+(.)1592 1556 w
+(.)1616 1563 w
+(.)1640 1571 w
+(.)1665 1578 w
+(.)1688 1585 w
+(.)1713 1592 w
+(.)1737 1599 w
+(.)1761 1607 w
+(.)1786 1614 w
+(.)1809 1622 w
+(.)1834 1629 w
+(.)1858 1636 w
+(.)1882 1643 w
+(.)1907 1651 w
+(.)1930 1658 w
+(.)1955 1665 w
+(. .)1 20 1 1979 1672 t
+(.)2003 1664 w
+(.)2028 1656 w
+(.)2052 1647 w
+(.)2076 1638 w
+(.)2100 1630 w
+(.)2124 1622 w
+(.)2149 1613 w
+(.)2173 1605 w
+(.)2197 1596 w
+(.)2221 1587 w
+(.)2245 1579 w
+(.)2269 1571 w
+(.)2294 1562 w
+(.)2318 1553 w
+(.)2342 1545 w
+(.)2367 1537 w
+(.)2390 1528 w
+(.)2415 1520 w
+(.)2439 1512 w
+(.)2463 1503 w
+(. .)1 20 1 2488 1494 t
+(.)2513 1498 w
+(.)2538 1502 w
+(.)2563 1506 w
+(.)2589 1509 w
+(.)2614 1514 w
+(.)2640 1517 w
+(.)2665 1521 w
+(.)2691 1525 w
+(.)2716 1529 w
+(.)2742 1533 w
+(.)2767 1536 w
+(.)2792 1540 w
+(.)2817 1544 w
+(.)2843 1548 w
+(.)2869 1551 w
+(.)2894 1556 w
+(.)2920 1559 w
+(.)2945 1563 w
+(.)2970 1567 w
+( .)1 26(. .)1 20 2 2995 1571 t
+( .)1 25(. .)1 46 2 3046 1570 t
+( . .)2 50( .)1 26(. .)1 45 3 3123 1569 t
+(. . .)2 72 1 3249 1568 t
+( .)1 25(. .)1 46 2 3326 1567 t
+( .)1 0( .)1 26( .)1 25( .)1 26(. .)1 45 5 3402 1566 t
+(.)3526 1579 w
+(.)3548 1591 w
+(.)3570 1604 w
+(.)3592 1617 w
+(.)3614 1630 w
+(.)3636 1643 w
+(.)3658 1655 w
+(.)3681 1668 w
+(.)3703 1681 w
+(.)3725 1694 w
+(.)3747 1707 w
+(.)3769 1719 w
+(.)3791 1732 w
+(.)3813 1745 w
+(.)3835 1758 w
+(.)3857 1771 w
+(.)3879 1783 w
+(.)3902 1796 w
+(.)3923 1809 w
+(.)3946 1822 w
+(.)3968 1835 w
+(.)3990 1847 w
+(.)4012 1860 w
+11 R f
+(K)4074 1905 w
+1503 2598 1482 2610 Dl
+1547 2571 1526 2583 Dl
+1592 2544 1571 2556 Dl
+1635 2518 1614 2530 Dl
+1680 2492 1659 2504 Dl
+1724 2465 1703 2477 Dl
+1768 2438 1747 2450 Dl
+1813 2412 1792 2424 Dl
+1857 2385 1836 2397 Dl
+1901 2358 1880 2370 Dl
+1945 2332 1924 2344 Dl
+1989 2306 1968 2318 Dl
+2008 2286 1990 2304 Dl
+2043 2252 2025 2270 Dl
+2078 2216 2060 2234 Dl
+2113 2182 2095 2200 Dl
+2148 2147 2130 2165 Dl
+2183 2111 2165 2129 Dl
+2219 2077 2201 2095 Dl
+2253 2041 2235 2059 Dl
+2288 2006 2270 2024 Dl
+2323 1972 2305 1990 Dl
+2358 1936 2340 1954 Dl
+2394 1901 2376 1919 Dl
+2428 1866 2410 1884 Dl
+2463 1831 2445 1849 Dl
+2499 1797 2481 1815 Dl
+2522 1786 2499 1797 Dl
+2566 1763 2543 1774 Dl
+2609 1741 2586 1752 Dl
+2653 1719 2630 1730 Dl
+2698 1697 2675 1708 Dl
+2742 1675 2719 1686 Dl
+2786 1653 2763 1664 Dl
+2831 1631 2808 1642 Dl
+2874 1609 2851 1620 Dl
+2918 1587 2895 1598 Dl
+2963 1565 2940 1576 Dl
+3007 1542 2984 1553 Dl
+3027 1530 3006 1542 Dl
+3072 1504 3051 1516 Dl
+3116 1477 3095 1489 Dl
+3160 1451 3139 1463 Dl
+3204 1424 3183 1436 Dl
+3249 1397 3228 1409 Dl
+3293 1371 3272 1383 Dl
+3337 1345 3316 1357 Dl
+3381 1318 3360 1330 Dl
+3425 1291 3404 1303 Dl
+3470 1265 3449 1277 Dl
+3514 1238 3493 1250 Dl
+3540 1235 3515 1237 Dl
+3588 1230 3563 1232 Dl
+3637 1224 3612 1226 Dl
+3685 1219 3660 1221 Dl
+3733 1214 3708 1216 Dl
+3781 1209 3756 1211 Dl
+3830 1204 3805 1206 Dl
+3878 1198 3853 1200 Dl
+3926 1193 3901 1195 Dl
+3974 1188 3949 1190 Dl
+4023 1182 3998 1184 Dl
+4047 1174 4023 1181 Dl
+4095 1161 4071 1168 Dl
+4144 1147 4120 1154 Dl
+4192 1134 4168 1141 Dl
+4241 1120 4217 1127 Dl
+4289 1106 4265 1113 Dl
+4337 1093 4313 1100 Dl
+4386 1080 4362 1087 Dl
+4434 1066 4410 1073 Dl
+4482 1052 4458 1059 Dl
+4531 1039 4507 1046 Dl
+(T)4582 1036 w
+1990 2509 1482 2661 Dl
+2498 2483 1990 2508 Dl
+3007 2306 2499 2483 Dl
+(R)3057 2326 w
+1507 3371 1482 3372 Dl
+1555 3368 1530 3369 Dl
+1603 3366 1578 3367 Dl
+1652 3364 1627 3365 Dl
+1700 3361 1675 3362 Dl
+1748 3359 1723 3360 Dl
+1796 3357 1771 3358 Dl
+1845 3354 1820 3355 Dl
+1893 3352 1868 3353 Dl
+1941 3349 1916 3350 Dl
+1989 3347 1964 3348 Dl
+2015 3344 1990 3347 Dl
+2064 3336 2039 3339 Dl
+2112 3329 2087 3332 Dl
+2160 3321 2135 3324 Dl
+2208 3314 2183 3317 Dl
+2257 3307 2232 3310 Dl
+2305 3300 2280 3303 Dl
+2353 3293 2328 3296 Dl
+2401 3285 2376 3288 Dl
+2450 3278 2425 3281 Dl
+2498 3271 2473 3274 Dl
+2524 3269 2499 3270 Dl
+2572 3267 2547 3268 Dl
+2620 3264 2595 3265 Dl
+2668 3262 2643 3263 Dl
+2717 3259 2692 3260 Dl
+2765 3257 2740 3258 Dl
+2813 3255 2788 3256 Dl
+2861 3252 2836 3253 Dl
+2910 3250 2885 3251 Dl
+2958 3247 2933 3248 Dl
+3006 3245 2981 3246 Dl
+(S)3057 3267 w
+1990 3321 1482 3422 Dl
+2498 3118 1990 3321 Dl
+3007 3093 2499 3118 Dl
+(N)3057 3115 w
+1990 1523 1482 1802 Dl
+2498 1562 1990 1522 Dl
+3007 1715 2499 1563 Dl
+(L)3057 1737 w
+11 B f
+(Fig. 5. Single Search Enhancement \(NC\).)5 1922 1 2056 3913 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 26 26
+%%Page: 27 27
+/saveobj save def
+mark
+27 pagesetup
+11 R f
+(- 27 -)2 238 1 2761 490 t
+974 882 974 3422 Dl
+5039 882 974 882 Dl
+5040 3422 5040 882 Dl
+975 3422 5040 3422 Dl
+(%)629 2174 w
+(depth)2884 3699 w
+974 3473 974 3422 Dl
+(2)947 3556 w
+1482 3473 1482 3422 Dl
+(3)1455 3556 w
+1990 3473 1990 3422 Dl
+(4)1963 3556 w
+2499 3473 2499 3422 Dl
+(5)2472 3556 w
+3006 3473 3006 3422 Dl
+(6)2979 3556 w
+3515 3473 3515 3422 Dl
+(7)3488 3556 w
+4023 3473 4023 3422 Dl
+(8)3996 3556 w
+4531 3473 4531 3422 Dl
+(9)4504 3556 w
+5040 3473 5040 3422 Dl
+(10)4985 3556 w
+923 3422 974 3422 Dl
+(70)813 3444 w
+923 2999 974 2999 Dl
+(75)813 3021 w
+923 2576 974 2576 Dl
+(80)813 2598 w
+923 2152 974 2152 Dl
+(85)813 2174 w
+923 1728 974 1728 Dl
+(90)813 1750 w
+923 1305 974 1305 Dl
+(95)813 1327 w
+923 882 974 882 Dl
+(100)758 904 w
+6 R f
+1506 1532 1482 1525 Dl
+1554 1547 1530 1540 Dl
+1602 1561 1578 1554 Dl
+1651 1576 1627 1569 Dl
+1700 1591 1676 1584 Dl
+1748 1605 1724 1598 Dl
+1796 1619 1772 1612 Dl
+1844 1634 1820 1627 Dl
+1893 1648 1869 1641 Dl
+1942 1663 1918 1656 Dl
+1990 1678 1966 1671 Dl
+2011 1690 1990 1678 Dl
+2055 1716 2034 1704 Dl
+2100 1742 2079 1730 Dl
+2144 1767 2123 1755 Dl
+2188 1793 2167 1781 Dl
+2232 1819 2211 1807 Dl
+2276 1845 2255 1833 Dl
+2321 1871 2300 1859 Dl
+2365 1896 2344 1884 Dl
+2409 1922 2388 1910 Dl
+2453 1948 2432 1936 Dl
+2497 1974 2476 1962 Dl
+2519 1989 2499 1974 Dl
+2559 2018 2539 2003 Dl
+2599 2048 2579 2033 Dl
+2640 2077 2620 2062 Dl
+2681 2105 2661 2090 Dl
+2722 2135 2702 2120 Dl
+2762 2164 2742 2149 Dl
+2803 2193 2783 2178 Dl
+2843 2222 2823 2207 Dl
+2884 2252 2864 2237 Dl
+2925 2280 2905 2265 Dl
+2965 2310 2945 2295 Dl
+3006 2339 2986 2324 Dl
+(HK)3087 2351 w
+1990 1594 1482 2466 Dl
+2498 1728 1990 1593 Dl
+3007 2473 2499 1728 Dl
+(HN)3087 2460 w
+4 R f
+(.)1476 2593 w
+(.)1488 2572 w
+(.)1501 2550 w
+(.)1514 2528 w
+(.)1526 2506 w
+(.)1539 2485 w
+(.)1552 2463 w
+(.)1565 2441 w
+(.)1578 2419 w
+(.)1590 2397 w
+(.)1603 2376 w
+(.)1616 2353 w
+(.)1629 2332 w
+(.)1641 2310 w
+(.)1654 2288 w
+(.)1667 2266 w
+(.)1679 2245 w
+(.)1692 2222 w
+(.)1704 2201 w
+(.)1717 2179 w
+(.)1730 2158 w
+(.)1742 2135 w
+(.)1755 2114 w
+(.)1768 2092 w
+(.)1781 2070 w
+(.)1794 2048 w
+(.)1806 2027 w
+(.)1819 2005 w
+(.)1832 1983 w
+(.)1845 1961 w
+(.)1857 1939 w
+(.)1870 1917 w
+(.)1883 1896 w
+(.)1895 1874 w
+(.)1908 1852 w
+(.)1920 1830 w
+(.)1933 1808 w
+(.)1946 1787 w
+(.)1958 1765 w
+(.)1971 1743 w
+(. .)1 10 1 1984 1721 t
+(.)2008 1729 w
+(.)2033 1738 w
+(.)2057 1747 w
+(.)2081 1755 w
+(.)2105 1764 w
+(.)2129 1772 w
+(.)2154 1780 w
+(.)2178 1789 w
+(.)2202 1798 w
+(.)2226 1806 w
+(.)2250 1814 w
+(.)2274 1823 w
+(.)2299 1831 w
+(.)2323 1839 w
+(.)2347 1848 w
+(.)2372 1857 w
+(.)2395 1865 w
+(.)2420 1873 w
+(.)2444 1882 w
+(.)2468 1891 w
+(. .)1 10 1 2493 1899 t
+(.)2513 1914 w
+(.)2533 1930 w
+(.)2553 1946 w
+(.)2574 1961 w
+(.)2594 1977 w
+(.)2614 1993 w
+(.)2634 2008 w
+(.)2655 2024 w
+(.)2676 2040 w
+(.)2696 2055 w
+(.)2716 2071 w
+(.)2736 2086 w
+(.)2757 2101 w
+(.)2777 2117 w
+(.)2797 2132 w
+(.)2817 2148 w
+(.)2838 2164 w
+(.)2858 2179 w
+(.)2879 2195 w
+(.)2899 2211 w
+(.)2920 2226 w
+(.)2940 2242 w
+(.)2960 2258 w
+(.)2980 2273 w
+(.)3000 2289 w
+6 R f
+(HR)3087 2300 w
+1494 2368 1482 2389 Dl
+1520 2324 1508 2345 Dl
+1546 2279 1534 2300 Dl
+1572 2234 1560 2255 Dl
+1598 2189 1586 2210 Dl
+1624 2144 1612 2165 Dl
+1650 2100 1638 2121 Dl
+1676 2055 1664 2076 Dl
+1703 2010 1691 2031 Dl
+1729 1966 1717 1987 Dl
+1755 1920 1743 1941 Dl
+1781 1876 1769 1897 Dl
+1806 1831 1794 1852 Dl
+1833 1786 1821 1807 Dl
+1859 1742 1847 1763 Dl
+1885 1697 1873 1718 Dl
+1911 1652 1899 1673 Dl
+1938 1607 1926 1628 Dl
+1963 1563 1951 1584 Dl
+1989 1518 1977 1539 Dl
+2015 1517 1990 1517 Dl
+2069 1517 2044 1517 Dl
+2123 1517 2098 1517 Dl
+2176 1517 2151 1517 Dl
+2230 1517 2205 1517 Dl
+2283 1517 2258 1517 Dl
+2337 1517 2312 1517 Dl
+2390 1517 2365 1517 Dl
+2444 1517 2419 1517 Dl
+2498 1517 2473 1517 Dl
+2513 1537 2499 1517 Dl
+2541 1580 2527 1560 Dl
+2570 1622 2556 1602 Dl
+2600 1665 2586 1645 Dl
+2629 1707 2615 1687 Dl
+2657 1750 2643 1730 Dl
+2687 1792 2673 1772 Dl
+2716 1835 2702 1815 Dl
+2744 1878 2730 1858 Dl
+2774 1920 2760 1900 Dl
+2803 1963 2789 1943 Dl
+2832 2005 2818 1985 Dl
+2861 2048 2847 2028 Dl
+2890 2091 2876 2071 Dl
+2919 2133 2905 2113 Dl
+2948 2176 2934 2156 Dl
+2977 2218 2963 2198 Dl
+3007 2261 2993 2241 Dl
+(HS)3087 2223 w
+1501 2473 1482 2457 Dl
+1538 2506 1519 2490 Dl
+1576 2538 1557 2522 Dl
+1614 2571 1595 2555 Dl
+1651 2603 1632 2587 Dl
+1689 2636 1670 2620 Dl
+1726 2669 1707 2653 Dl
+1765 2701 1746 2685 Dl
+1802 2734 1783 2718 Dl
+1839 2767 1820 2751 Dl
+1877 2799 1858 2783 Dl
+1915 2831 1896 2815 Dl
+1952 2865 1933 2849 Dl
+1990 2897 1971 2881 Dl
+2006 2879 1990 2898 Dl
+2039 2840 2023 2859 Dl
+2072 2801 2056 2820 Dl
+2104 2762 2088 2781 Dl
+2137 2723 2121 2742 Dl
+2170 2685 2154 2704 Dl
+2203 2646 2187 2665 Dl
+2235 2607 2219 2626 Dl
+2268 2568 2252 2587 Dl
+2302 2529 2286 2548 Dl
+2334 2490 2318 2509 Dl
+2367 2452 2351 2471 Dl
+2399 2413 2383 2432 Dl
+2433 2374 2417 2393 Dl
+2465 2336 2449 2355 Dl
+2498 2297 2482 2316 Dl
+2522 2305 2499 2296 Dl
+2570 2325 2547 2316 Dl
+2618 2344 2595 2335 Dl
+2667 2363 2644 2354 Dl
+2715 2382 2692 2373 Dl
+2764 2402 2741 2393 Dl
+2812 2421 2789 2412 Dl
+2861 2441 2838 2432 Dl
+2909 2460 2886 2451 Dl
+2957 2480 2934 2471 Dl
+3006 2499 2983 2490 Dl
+(KR)3087 2537 w
+4 R f
+(.)1476 2662 w
+(.)1495 2678 w
+(.)1515 2695 w
+(.)1534 2711 w
+(.)1554 2728 w
+(.)1574 2744 w
+(.)1593 2761 w
+(.)1613 2778 w
+(.)1632 2794 w
+(.)1652 2811 w
+(.)1671 2827 w
+(.)1691 2844 w
+(.)1711 2861 w
+(.)1730 2878 w
+(.)1750 2894 w
+(.)1769 2911 w
+(.)1788 2927 w
+(.)1808 2944 w
+(.)1828 2960 w
+(.)1848 2977 w
+(.)1867 2994 w
+(.)1886 3010 w
+(.)1906 3027 w
+(.)1925 3043 w
+(.)1945 3060 w
+(.)1965 3077 w
+(. .)1 10 1 1984 3094 t
+(.)1999 3073 w
+(.)2015 3054 w
+(.)2030 3034 w
+(.)2046 3014 w
+(.)2061 2994 w
+(.)2076 2975 w
+(.)2092 2955 w
+(.)2107 2935 w
+(.)2123 2916 w
+(.)2138 2896 w
+(.)2154 2876 w
+(.)2169 2856 w
+(.)2184 2837 w
+(.)2200 2816 w
+(.)2215 2797 w
+(.)2231 2777 w
+(.)2246 2757 w
+(.)2262 2737 w
+(.)2277 2718 w
+(.)2292 2698 w
+(.)2308 2678 w
+(.)2323 2659 w
+(.)2339 2639 w
+(.)2354 2619 w
+(.)2369 2599 w
+(.)2385 2580 w
+(.)2400 2559 w
+(.)2416 2540 w
+(.)2431 2521 w
+(.)2446 2500 w
+(.)2462 2481 w
+(.)2477 2461 w
+(. .)1 10 1 2493 2441 t
+(.)2514 2453 w
+(.)2537 2464 w
+(.)2559 2475 w
+(.)2580 2487 w
+(.)2603 2498 w
+(.)2625 2510 w
+(.)2647 2521 w
+(.)2669 2533 w
+(.)2691 2544 w
+(.)2713 2555 w
+(.)2735 2567 w
+(.)2758 2578 w
+(.)2780 2590 w
+(.)2802 2601 w
+(.)2824 2613 w
+(.)2846 2623 w
+(.)2868 2635 w
+(.)2890 2647 w
+(.)2912 2658 w
+(.)2934 2670 w
+(.)2956 2681 w
+(.)2979 2693 w
+(.)3000 2703 w
+6 R f
+(KS)3087 2714 w
+1500 2907 1482 2889 Dl
+1535 2943 1517 2925 Dl
+1570 2978 1552 2960 Dl
+1605 3014 1587 2996 Dl
+1640 3049 1622 3031 Dl
+1675 3085 1657 3067 Dl
+1710 3121 1692 3103 Dl
+1745 3156 1727 3138 Dl
+1780 3192 1762 3174 Dl
+1815 3227 1797 3209 Dl
+1850 3263 1832 3245 Dl
+1885 3299 1867 3281 Dl
+1920 3335 1902 3317 Dl
+1955 3370 1937 3352 Dl
+1990 3406 1972 3388 Dl
+2002 3385 1990 3406 Dl
+2028 3342 2016 3363 Dl
+2054 3298 2042 3319 Dl
+2080 3256 2068 3277 Dl
+2106 3213 2094 3234 Dl
+2133 3170 2121 3191 Dl
+2159 3127 2147 3148 Dl
+2184 3084 2172 3105 Dl
+2210 3041 2198 3062 Dl
+2236 2997 2224 3018 Dl
+2263 2955 2251 2976 Dl
+2289 2912 2277 2933 Dl
+2315 2869 2303 2890 Dl
+2341 2826 2329 2847 Dl
+2367 2783 2355 2804 Dl
+2393 2740 2381 2761 Dl
+2419 2697 2407 2718 Dl
+2445 2654 2433 2675 Dl
+2471 2611 2459 2632 Dl
+2497 2568 2485 2589 Dl
+2521 2578 2499 2567 Dl
+2565 2601 2543 2590 Dl
+2608 2624 2586 2613 Dl
+2653 2646 2631 2635 Dl
+2697 2669 2675 2658 Dl
+2741 2693 2719 2682 Dl
+2786 2715 2764 2704 Dl
+2830 2738 2808 2727 Dl
+2873 2761 2851 2750 Dl
+2917 2783 2895 2772 Dl
+2962 2806 2940 2795 Dl
+3006 2829 2984 2818 Dl
+(KN)3087 2842 w
+1990 1357 1482 2483 Dl
+2498 1043 1990 1356 Dl
+3007 959 2499 1043 Dl
+3514 892 3006 958 Dl
+4023 907 3515 892 Dl
+4531 887 4023 907 Dl
+(HT)4612 950 w
+4 R f
+(.)1476 2271 w
+(.)1499 2283 w
+(.)1522 2294 w
+(.)1545 2305 w
+(.)1568 2316 w
+(.)1591 2328 w
+(.)1614 2338 w
+(.)1637 2350 w
+(.)1661 2361 w
+(.)1684 2372 w
+(.)1707 2383 w
+(.)1730 2395 w
+(.)1753 2406 w
+(.)1776 2417 w
+(.)1799 2428 w
+(.)1822 2439 w
+(.)1845 2451 w
+(.)1868 2461 w
+(.)1891 2473 w
+(.)1914 2484 w
+(.)1938 2495 w
+(.)1961 2506 w
+(. .)1 10 1 1984 2518 t
+(.)1995 2495 w
+(.)2007 2472 w
+(.)2018 2449 w
+(.)2029 2425 w
+(.)2040 2402 w
+(.)2052 2379 w
+(.)2064 2356 w
+(.)2074 2333 w
+(.)2086 2311 w
+(.)2097 2288 w
+(.)2108 2265 w
+(.)2120 2242 w
+(.)2131 2219 w
+(.)2142 2196 w
+(.)2154 2173 w
+(.)2165 2150 w
+(.)2176 2127 w
+(.)2187 2104 w
+(.)2199 2081 w
+(.)2210 2058 w
+(.)2221 2035 w
+(.)2233 2012 w
+(.)2244 1989 w
+(.)2255 1966 w
+(.)2267 1943 w
+(.)2278 1920 w
+(.)2289 1897 w
+(.)2300 1875 w
+(.)2312 1852 w
+(.)2323 1829 w
+(.)2334 1806 w
+(.)2346 1783 w
+(.)2357 1759 w
+(.)2368 1736 w
+(.)2380 1713 w
+(.)2390 1690 w
+(.)2402 1667 w
+(.)2413 1645 w
+(.)2424 1622 w
+(.)2436 1599 w
+(.)2447 1576 w
+(.)2459 1553 w
+(.)2470 1530 w
+(.)2481 1507 w
+(. .)1 10 1 2493 1484 t
+(.)2518 1481 w
+(.)2543 1478 w
+(.)2568 1475 w
+(.)2594 1472 w
+(.)2619 1469 w
+(.)2645 1466 w
+(.)2670 1463 w
+(.)2696 1460 w
+(.)2721 1457 w
+(.)2747 1454 w
+(.)2772 1451 w
+(.)2797 1448 w
+(.)2822 1446 w
+(.)2848 1443 w
+(.)2874 1440 w
+(.)2899 1436 w
+(.)2925 1433 w
+(.)2950 1430 w
+(.)2975 1428 w
+(. .)1 10 1 3000 1425 t
+(.)3020 1408 w
+(.)3040 1392 w
+(.)3059 1375 w
+(.)3079 1358 w
+(.)3098 1342 w
+(.)3118 1325 w
+(.)3138 1309 w
+(.)3157 1292 w
+(.)3177 1276 w
+(.)3196 1259 w
+(.)3216 1243 w
+(.)3235 1226 w
+(.)3254 1209 w
+(.)3275 1193 w
+(.)3294 1176 w
+(.)3313 1160 w
+(.)3333 1143 w
+(.)3352 1127 w
+(.)3372 1110 w
+(.)3391 1093 w
+(.)3411 1077 w
+(.)3431 1060 w
+(.)3450 1044 w
+(.)3470 1027 w
+(.)3489 1011 w
+( .)1 25( .)1 26( .)1 25( .)1 26( .)1 25( .)1 26( . . .)3 75( .)1 26( .)1 25( . .)2 52( . . .)3 75( .)1 26( .)1 25( .)1 26( .)1 25(. .)1 10 16 3509 994 t
+6 R f
+(KT)4104 1005 w
+3006 2754 2651 3422 Dl
+(NT)3087 2766 w
+4 R f
+(.)2747 3423 w
+(.)2760 3402 w
+(.)2773 3380 w
+(.)2786 3358 w
+(.)2800 3336 w
+(.)2813 3315 w
+(.)2827 3292 w
+(.)2840 3271 w
+(.)2853 3249 w
+(.)2867 3227 w
+(.)2880 3205 w
+(.)2894 3184 w
+(.)2907 3161 w
+(.)2920 3140 w
+(.)2934 3118 w
+(.)2947 3096 w
+(.)2961 3074 w
+(.)2974 3053 w
+(.)2987 3030 w
+(.)3000 3009 w
+6 R f
+(RT)3087 3020 w
+2812 3399 2803 3422 Dl
+2832 3353 2823 3376 Dl
+2851 3306 2842 3329 Dl
+2871 3259 2862 3282 Dl
+2890 3213 2881 3236 Dl
+2909 3166 2900 3189 Dl
+2928 3119 2919 3142 Dl
+2948 3073 2939 3096 Dl
+2967 3026 2958 3049 Dl
+2986 2979 2977 3002 Dl
+3006 2932 2997 2955 Dl
+(ST)3087 2943 w
+10 B f
+(Fig. 6. Two Search Enhancements \(NC\).)5 1710 1 2162 3913 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 27 27
+%%Page: 28 28
+/saveobj save def
+mark
+28 pagesetup
+11 R f
+(- 28 -)2 238 1 2761 490 t
+11 B f
+(Fig. 1. The History Heuristic and Alpha-Beta.)6 2148 1 995 840 t
+(Fig. 2. History Heuristic Example.)4 1607 1 995 1200 t
+(Fig. 3. Single Search Enhancement \(NBP\).)5 1984 1 995 1560 t
+(Fig. 4. Two Search Enhancements \(NBP\).)5 1946 1 995 1920 t
+(Fig. 5. Single Search Enhancement \(NC\).)5 1922 1 995 2280 t
+(Fig. 6. Two Search Enhancements \(NC\).)5 1884 1 995 2640 t
+cleartomark
+showpage
+saveobj restore
+%%EndPage: 28 28
+%%Trailer
+done
+%%Pages: 28
+%%DocumentFonts: Times-Bold Courier Times-Italic Times-Roman Symbol Times-Roman
diff --git a/parallel/rbf-europar01.pdf b/parallel/rbf-europar01.pdf
new file mode 100755 (executable)
index 0000000..31b3ab9
--- /dev/null
@@ -0,0 +1,1820 @@
+%PDF-1.2
+%ÐÓÔÌ
+1 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+/Outlines 2 0 R
+/Dests 5 0 R
+/PageMode /UseNone
+>>
+endobj
+2 0 obj
+<<
+/Type /Outlines
+/Count 0
+>>
+endobj
+3 0 obj
+<<
+/Type /Pages
+/MediaBox [ 0 0 596 842 ]
+/Count 10
+/Kids [ 6 0 R 8 0 R 17 0 R 26 0 R 33 0 R 41 0 R 44 0 R 47 0 R 51 0 R 54 0 R ]
+>>
+endobj
+4 0 obj
+[ /PDF /Text /ImageC ] 
+endobj
+5 0 obj
+<<
+
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 56 0 R /F2 58 0 R /F3 60 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 69 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gat=.gQL=2&UiQ?i1'*`&].dlMk;98W_si"@W*_f=ag?Blk0m9ci>J/rUoCUVRqVN+ma76Kpj<=l0d
+#u:\W'd&-(G_o'lACiUo:;&Y$h=#GEB-Ch!1[T,pc=6:F4P)dPj#S8B;XRkOg3e`QCO%rmiRdX24!b
+._\\WgVFL<2>4Rs.O6>h5UC]3_Y#qU/[u_:N*:BgqKid@@[=m,FrQGV]VtFT,'jp87`V3a(af24#ua
+F[ZaHjU^s\2#oeZ5VKnu6S::0=goJY4Y?bp&)G>D<Yre8LBj!l]MXe=G_/:MMd&%n#qoCn>7t.`o3[
+]]ip3.\sG3RD'M4`W^eY/I5o;K_W)sG1U9Esq-<0ZZYIeE]mFcG3g9WmWOm*"B.mJ3V@SM+L'>MmSV
+%,KN8]<>P7WFQc]:ZlntC:8%ClT_*9R4]9+o?+i%gAXo]k`JY.4hfP[W]>_UX#D5\&g93%KFm:p09>
+.<rmU2bfBY:4b=bh&UUkaL6)o/H-P+M2Lce;NrHEb^1*DN,kdU&q6E&-EOHYRda)?.=fU)Ii\cnUa&
+rFs72aSY)=B;pU&E&=Yf_>'AZCXf!_?Ss("5%d?WQ=Kpb,,tC\\Kkhh7O,A;e^JN@1jbZkN)#s.ES5
+#+Ra-85n]A)Ab4^MolrTE@!_)l:D9/K[IK-_'SQ)F['WgW;FS=QMFac#e`WfWYoo</:4RdG:Xp"Z`s
+I=Z4ru6O\i`pc2A]l;e\d8K9Od9]RRT;JQlD8@`@(PCdcu:#qOo6>aV&\9AYr#GBAXjUd;QW<^SQ#D
++qmb<ikrJjf)(O%'e6%2mHaKA$XB"-]OF!6MIE=qfN8j:QZn1B5K'fp2HF3QEJ"UW7SJOZ\!J=CSiY
+W[FX&(Z<p2L6MU.)fnn'b(^rC&`"_Z:_[3*f4<-W0=fpGla,a>Mp!@#j4>HT6/L.%/Xl]`^$K[(@Lf
+dacFm*G`9A9L1Ih]4=rCD0Z)NHcH.kI*8ifU"2?4GjrPE]op:qo=;]p]dkM"bds?85K#."t6"AG-kk
+mJ>I/loE[aM,$$T<%V=9_.T.,a#PK/G)jO@R)R^Wf_+Bk:OoeL@lmFC@`9/6h.:I[nb#GZ^63pG#p#
+K,DagY+&&1'>NN=Us]SY3Ym*D_=dC6B-+r/AV.L7'<D<")G%4I+0g[?o@fEgiHlmd>_jbhA)*<EYMA
+W\>TR)/I/*cuY@%h$gY]R9$*GTlt(&MpP6W']S)h='dA1[*Gq*4uP(Xca[)-27i5mR7DP*2CV2,6qo
+oB4,"g;m+qE$"'P"*^mTZ!NA::RPQn`A/MXYl#LP7m#DdoekU!XR#BuMS95%%rFF=@]"f:X?3?8K"b
+iX:([r8=PHtD7i[9iVam%,DaV?"T!`1+P]Y,]CtZ0^RgD,:C>][email protected]*'G<cdl(Q0iTP-A;[6""
+hBeja9'"RbZ%prWI-o2,3WpD5*[W:dt5j?YgJ?]i:fHQOoT_;ucpV-;5A.L/um-C?\IJ<`;4RG2T*0
+K5eJ,7Hk0ULbM;gC[fS.\2;;'\B@Z:7E[G:+#bB2k'S'%Ad8,^?;(.:7bT2rV;KG9hR^n\]\6'\*jD
+PQ[?$aD1qH.947o=])]!HpeZgdhQ76Utq!kiR$90(,ET!=r@)lkp/9"5e^9WXRK+a#[email protected]!!u
+LH^57Lno=d3d>.6tW,/@,B%OpbYHg[jfbi4iu`Ta&eHt@Z:Y3Z\RhbJhUMR,NLX;0q#I,2Lu+?qUp5
+4t45@BlI@YqM`h(XIh;p0@u%"SK'`=?)s;l="4i'SJAVaR-,MWYJ.UJ03uP*(O,oU\)b<N*2g<pkmH
+eW3K_8]$9o-:a;Dqrh*l;]3nQIP[Fb$.7nP19H[mZ1jE[f)pHfB?Fs85a=JhI/*2Z<;@lbtb9Vpb><
+_4hI;QI/:!p@\Tq10i:7#RocOKQ=6F%c#SPaqR#VmnJg`ceWnP&=Q6F#Zrc@j,E&2'-oBuXrRUiFa,
+E+HkYbb,7`"9;Lg%!KuC8G;$ihh/WiPsSal#]<7ho`:2BV`UP^'.n,/OsD/I>cu.`eUY6Zcr%%J?'Z
+Yq[.r[5]QL&kKI]O0Cn5/W,\2A5fbPa%8!WI&^Fs,ul2=<sE,=?_C-s,,EScY72ri0H,g!A7H2CeLd
+#6oj#]X>H_@LSB@Js8fl0h-gh4-j;:\--hh=af-ZaWAmDV?Fca3S0IM.nVH:6WSb&7?`[B\MtQ[a.>
+hVlGd"!,7Zi36qY^I!?FB22d/KI;bPXD""q7Fs]H`dW"(O,)&K;2&n0sbVt="1e;b)G^XLm_4sXF)2
+[pH!Kj9$m&/oW<%")=@aCSgB^1.d`s'ug@P]F2gS$a*TuHE/JBBm5$V2Bl/.$Z9AdnoZg5?7p9;h?U
+B->MY\EP.F&V_*=eoJD^qe_ft"*Z-:OCMDCaVC_ZL3BS7Ol(ki_48sa;6b-hIf*[?8;#c\fp!u%e!W
+hr,.*"QZ`e'si$-+1%8"6hU#SoKhl6O4eUMGihH\DccGED6r0KZ7gm,L_iL4AYW8hEY>).[&T`iMta
+sML0^k7%!lQ'TP`[tLdSe!=9<SZS.!3&Qt#tM0&>o02:,7Wg06rS.(ZGe-CKTk(_:_1s'*5"g]=$qC
+R?_&\laI<oOkW,[`?][mU-N!BPU4P-t47@!c'!kbgWgCr3L0$9,VMc*79ZB,Om_5tgLD!<KV5eB)<%
+s%QD.R+S)@)]=7b/YSO>P+$TSo%-8cXd9o:[GOX;hZ]g;bBR`:E9V2A\'E.e]=MQrK88e:<Wi7H$Lh
+hI7VH`?n<ERimZtE/Gn`CK!#:_ocEuZ%`TU*En[!6$O#h!\/0HNdFT0ZeW4r1o,VQqb>\No%r-S'?b
+VRJ'-p6WrC.,(d"$FI2Il5-enjs^?\5s%4B(5<'MqO>cs`SD&=dn<TJiu.G)adeYJCS\!'SaBrpXAC
++t5dNXR9';;lmV1S)DT1fuqoSp]XrLuTD2m#p47kD3Nu="V\DEj\.@82TUPW=YlAQns6YO*,NZ)%d\
+1X.^KERaV+FqJorN.jUNX%rkm+-,?=B=`dQbkQ7P/&Z,W\n\`*,.J#>aUVYg=dZB#IKsLkn7CO0AYH
+cCBM8<J+*Q<&e@PaKo=8S)H^*qb"/<Tulo.tC<<=_?ek4)',b_SBeA$TQ.p^I8K@bPk8:tXDhN+ZUa
+5\a\']FKq^r4]@*mjL\i3G1E5a5kGF9%pK1:-Ju/cm;doQb@h8bc5Q-q]qqedgV#6%]TP*`_k@)D8b
+6>r8&VmSi,lqONpZ[+PL\f_Smdi@\dJ5X9#SHW;U3""R/M`6[T^2QKY[P64)k4C8ITh/KspI5B;*>o
+u0WtKAL0H3!G>]`U!dShKrGL1mX.D:=XUUE+$i&i9lil[7jk\ED.g$^`@/&=t7&#'S32@j,4-s:+R$
+e4C(VD'Z!"J`<S4W8sF\V_DIY,O;.DkaI`Q?.n^,^CF,Rem95>O5(%),(g+*JCM]SflebM^`!97+rN
+VKC"'/]0mN&!"Y)P4/S@FS@N"R8c('08Ya+580`>+94R3^$_&a=pe"efaCH.,jl90^pt((3Ea%^p$R
+?u%g4$nTgt9SIbuR">]DS=3E\OL<B8S8rrJd2lKN4<Y_*<IYN/DGa^<\LFQoh7jMa+\38Xk-Jj22Qq
+W4CXUfhhQ">m'cp,iJ,fLdhO^XrJ7-^rF4#[Q:+#4V3(k!to%QUFQ\n&/(#hP4k#7I3,umNdR$#a`N
+4Z]Kq-i2+'<7nDd6:.9Ra?'7:b8^Ski[")OA^YT-"KMJr4h:KJVBWO\ieRp3AD$Hlm9b88Oue&)`3W
+X-:cbBPIkg]MXT-@5UCipOVkuEd1I^Vo/(d8^_[!\1ZQsm#C`8^3eh"qZ,Z+0S8,n7)/N6^1jaD/a1
+9^YpFJn1^$WA"54m[!:.seABie0C0AS%HEGF\p][_@M4#7n@MYb`9p<0m#UD-D3>7Vr.\TBp0UgVJk
+B<R_Q)GC'A%$;"E<?I5ni8B6cW:\qi`HGWWo0C@i!;(X#aRiO(O(3;nNsJR"pc,#t0R[(7<)oG]3e>
+rsKhFJ\1H;@J[lZ2O$k)D\nXP;Yo6kta.bhFeLD/pj6;inG(nHtYB=1M3G\8EoHKF9):?%>ia[Ofkm
+2R-L"cCMqQs]qU90-^Mbkf+SfC"6^iHZ61?<Gp)YIUg^.a5l%@O#A4S`G(TSGJa0nC#(V>:`Rl=`N4
+:`%)oKA2;beD]bm8qD"ejk5$4E:^NL?L8X;G.,[FZ&,-#4s50W?q*0>crr7gnrS(i1,atm7`>eY]Y+
+D[bRM#RI;oicgDUa=5e3uE(UG>c>/@4Ob%&8$\J+Fa+%p+5i?R(T:)]dIm\kK%*\l+EGF;c.en3oVB
+#4ce^)P3?N$2/-nrpiUuZ"rd0(fhgAV`jDh]6EVSY:[dD+J.dpYqsKh4&Ek4'keO//a&kGm?j5\n?:
+qE-i8d/I3g/eZ/oP!]??tICJ)HSO:Ps_Mu%O5W2@W]E*2P`r3g$SDkKHlRSF,K,9Hgp?)TAg~>
+endstream
+endobj
+8 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 58 0 R /F4 62 0 R /F1 56 0 R >> /XObject << /Im1 10 0 R /Im2 11 0 R /Im3 12 0 R /Im3 12 0 R /Im3 12 0 R /Im4 13 0 R /Im3 12 0 R /Im4 13 0 R /Im5 14 0 R /Im4 13 0 R /Im4 13 0 R /Im6 15 0 R /Im4 13 0 R /Im7 16 0 R /Im4 13 0 R /Im6 15 0 R /Im4 13 0 R /Im7 16 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 9 0 R
+>>
+endobj
+9 0 obj
+<<
+/Length 70 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GatU8bECYh(#@2;oIa%,VF;-U.pgnh<MaLE4&b60PQcieR:aYigE\j*q<J-5\.93cberNlb=/]+\;t
+^W4TPHXc-O#ZDgo4.q=lDl`Oia;RrVkJ]1DmQs)E7oM:6kuZ<\O?b=M'h%_Hr"r:&tLmd@hKaZ`I@r
+K;L#-&Rkhk%VJhA7;)g'0J&1kst?MKnjpngP:RHTrDZd-p><EB&?:f']5GGVE_HdU\QFNcZ=>X*h<&
+,Y&d(2O)9(XS)4'sDoXr%m^#UV*C$t'dB67!@Mrht:5sZM$@$e:L\pANmFqB*?(f8HJU?u6g<1\F:[
+Z"8#rc%;CS'>hZ'R6#h5]!ql*?rYY(7\ANojh]GH"rYMlVUF=-p^l_h2GCpp&E`ag/'3g1P!-\>5O)
+4%:[email protected]!_A0&,'1!fTprK-+W'?-j#Gg2-<k_FW]AYURLr[r.Q[\K?>IM5&kM=TkJ9b!oD8sKbS
+p\be?EXe\9g!ojq)'38<99]6]t)qdc><P5CgZ04Q]&M.MKu!fV.:0M(1+?L8!mH()WuLN,<B"5[+FN
+oF>F)Ir%SfYgj$`%ZoTi(3eVCbmt!n%RHiU`&O11/C)_Opfo1qcmt8H`L"S[!>#3[i7i)icBNnGF8F
+>'QfRW:8F$0m'.,WQd_;q(g]6#c-rppS!gFK-l2\Z7(]NSQF[h_$FJNl3P`R1JK#Q/)5;q]o+>Ca9%
+R*U`[aZ;Gb1'Q_uNq<]ikOi)3H4L8/)DEDs0.Y'Yk-NU-DG`8]"V]j.=u=4]PjkPmH"?WE)1+c0/O_
+"8k+hbgeQcJ:`Fd4if?<$a7RcefbrP;t%rcc)A'NF^O"o+fo[t]AmK!@!<abaB`WiPIa1O@mf=A-A9
+dE@p?k"/4XfnN0"^P7"[W4UDi.QA6jU'L<3Uaj[=q@!$';f^'Q4K[>IZO7@J7t+D+F]<s[4l@f&!_G
+d.!`X27J1=TsV$.5kU78Cr*":lk-7M=4N-3dFm5#$CtD$6(AZMmLZhrIA)<do+.TMSqjEmLgDH3dB'
+finr]]EXBQE;R0paA-c=)CtB9*dWhq?Qnn;uS<:W5"!Ru9prBCQs$-jb>#S/@e.4pu%7,Bg\X?$jY>
+<X(M9CAt51g?.b_JHN5kL=Dm1^cbgO"lYf,$R>M7Z[8?k-:7Lre(:k)&bG-l3$]+&R-kS5.V59XQE!
+Aap2nk78#9b$cX$efqN<[=;3ECJUs^9fA*T4Y2\//_-Zf(RTa81g@9tMDPie2G+'W60boCCVUP+pMW
+f4_#R/lEb"=#($,GIOOC?o[f:,$Qe"aVKFr:RF9FeL$93\d056[B83g9MK@RM%9FBKFG:p!",+`7Q.
+?WNdR6f\GTlKr%bH)iP&#ai^dM&c5:UUb,c:NRnXaE?l'@\$p(^;JoN:;F,,QD*tjAqYOo+Rod!VRI
+?<ODJYE;P%UN3Q,7SLopX>CP>YA"[email protected];3fd9j(etVtfT\O"fVsutk-:Ud$H^0"PQ*VT;%3j:6W
+3KMiiCY=ahH!XeUR4OAZi,V9`H8<2)V0bCJ]u<Ei4!-*!#f5ra3r/8VDp5Q6[j;;?Yu/-",QIXT)Ut
+ma]L?FaoW!M/91(f``\rQZk]oU6mFUW#/[d!K8CWoGAssG(81IBO4j\d]fm#3R%5GG<T':5;[EbKI^
+W!mZX1uQ1/<$SKWr%JX0/)I)8d5c'K5b+:BIb3=@e")&pM'W'ef8H.8H4Kdfc2Z-S;t4'N.E+Zc[l1
+eaR?:dOI%?MVn+d*g^[,Vl(ai><pJ5+(L+LHjT4JLOL<[X5U]?,]WL,#lT3rfO1^WBV(ZX6)ho?s9K
+qTF4D@](u-s'^u#Zh#+f*7nV)eKmkG'N[[%bQJa_/NUs70,o.!,/F9)[+YBC%&OEW`>d+Y\[:@1iOB
+A[=Me9MG2iQk(KV^@1_=\$u7;k+M'rh]gRpmV20;LU/@pa:6[uWf#\L,3tDaCt[&^Z)2_uEoa5Di=^
+C2/tMn52O]JOmp-[o>i>i`rnIGEC/@G*1CtM!eBtp6"p=Nt7WU0mEjI(6<EIQQ%Y+Ntt/AYj0pEklH
+a`_2en&gnaO`6`f/qZ&oq#]";XSSO1IpDQl1HOH+/P34;)OZ`g]M;33[A('D:bC8&fN85r*s]0QH*i
+0Mf2(k5c`p$ktnjEMZ^`ot1EXK=A=6G#92F4ONneWnXX2bnb+@)W'Bqc+=.N1@VL,`PJ:\u>ao=C/$
+6:>5mHU;(,;`5#MUA.$^%W]+i=.<2S#4#JL1gnK=>21"Sd$>6%<k_DMr%8%)7A_T@W?(n2b9`\Cg&U
+g;\1UViC)u0!VXFa3Q9n9cJ:6q%fX"OK,kjS^hCf"_/3(/ek:T,RbASH\2e-NuV+t10FVtPWE-?GGn
+EoN!6Gjm.*8Ve(c6Q7uJ5XP(S>o76aq[KN?PiE9-RT]qS`!2>uhm([B_HEflEJ/"_UgnH`>?0<j/B8
+^Pp2K7&#Vjd3Me+/]fBA\6/Qiq!AeG_F,XfEEC2-"N,-W#4'\1;f")>8>aRf6ibnY&PCHqYMlHdm-,
+sKhP0mQic^MNY]ftD<3'j7aB!].u=lt?tGY/[]kHJL3XXOhCpD'+mB-45h]Gm%4n0XuS57FVAK(^&$
+Ri`DR,aP?DEX8[\h7r#C+3aM-MLF#bp/(^GU:(X,o8YoqkY>B+83ep,Y__J[f:;*l%klE;s)AOk21,
+YcN2W)),]*GgMKrr(tV[Ed]FK4J+g5F35;ne*R!DkttW:3L0c6tK*HkQYaQDM$e729AE9t'_U5!q5,
+LL2&3/Rr+_k$niCL!dBc<?WY,d'-E.q`qp\j$t[2EHQ,1ef[e0/,)?gVs7sR9h`[P*:3-X7F7>5M#o
+s0hJSnDlP^X@`#l8j"4iTi;;aEc5Xgq=g\6Y!4U1(b[[8a2p7)a8<3m?6&7*,>.6OhU+L-66;!d5+S
+i+lO98VgLF#-itbY2,K'0+2h0M^4D\n$]#QT!R.Js)0KC4m:ucaEF\S080;ag9XE9;o&I(l)OS9V?G
+Z;YS8KpE#7n1;6Z=S`j^$T4STp^KL)Hqj"2Y/O1);M^U?SE]H)k3qSg3GchcF&;jVaFXk(cVnqm3>r
+h`IFqG-[84/j.#1P*QQNYXU(4hP6f`Tl6B?(F:?!L(@[bD`<8;"(WKj2`A:f\ZnWI^"@(EcB_FE$*X
+NlFO-)^,5e/lpdZ(>Z7,^EaY'+PN,LmUk_XlWXpFgn>/_Ji;^!^S-;fn648[PEeL6[hC8l0k2su8@2
+Zl5P7[ua"UH)#]o6R^bcLCMe1^sP"bGBi+Fc<W5oE8f)B[V#-A\1f*=d*KLsPLnH^Ub:Vj-Zk#Z0B<
+D^I.jW3JHFaSr<I<c?p5r-<f*,Bag,b8&`R>Ak%U4mDk\(!IKV8?CXUa2=YpFlbNP9jq9HnDSG0Tm5
+rJ!so&S#BWpb+lf\-d8-mNsOYU:TJf]hMOqZ$OME_d&cejDnN3g\eHh^I\8qh5TK0V9T`gnr:Pk"`&
+gg4lF-FMW083Dn>!NbBuM!Gf+"rKEts.d36JnhVcr%TMG+2L67.hqc''n9?D5TD/C;>&mJ@"\18Vtk
+4#s=`XJ7&"pY`SX='*+P%aZuYX.POGPGpIem)q6V`+.83#1NcncId^k1;hMkA;,=rKlucmO*<B\c!h
+&.%YXFhM1`S3(W6=Mikfct+lY"l[;&;V2#.0K<k@gAO`TF(c\j"m7l,4fY(ko_lL=Z6P\SQ%f?p!TD
+iIN2f6-MdjmfC.'N+s'1>'_sXC6Sq`m^cbp5TZOD_P-,@mbVtn\+XI]iU8p""[G'pDu_[[CUo3V:H7
+i.1$KPoRjVER:OS;ip^]4MF(0QI1@Z9nQ(-S%[*peobVB]._&k:Jspb7m#%EqZc'h/5@M)jY2PN7Y+
+Og>$LCWe8]T1p:T0Wp`[=(q[J1JU&PEgk-*=lGE:m2=Q9^(1oh]O0<05D!5)4.^EEhB.*upQ(HdiL)
+h-e_$)V<J!_$o6@qHV98BHG:qGa:Wp%u:HF:THa4g[:O@9Lm(C,o1T!KABKlpOF$=9_PH6]O6%!(rQ
+H<\Hl(/l?TZTM1r-4afPWcNc3Y#\\gso6e"cD#Zi/?mDV/1g4m(:`X;tV7DksogC@Q/HP#NW%DnKH*
+mWq,'G3oFmQ?<%>arl"C;#48:Pmo=V\l=D`hJ;;&V5!=>44?G^s-sC\"boi*<T3ATR1JXWV=`r@TJ&
+<AQE"D$O@&#/_l(*Fk##_noI@7ECS!!e0cj_'^*;a%e2uch/tO=j&,\#nVRXUb].NPL8Mucd$u8MY8
+phbCuEts.5+YMrEj(HHq!H4Gg\'!;T%d>QKCU0gi8sIG[X"-d`k[emc]ZA8)_T"e0*M'Q^1QoSdA\'
+L?57RV[oL]FRBDsSPE(Mm"Prc'gt*@l8QcZ\+'MJ[fY0XdL7[eOSHLV@fE?G"0u5eSG_JXJL\_F+=i
+VOP73dLIPkG=U'G%5)gQ+_%g*4Na,adeAfgD2$QdE__/!BD__f?uBW(294l\gY%r`\BJp,>B`,`!&c
+`t]L6&E$AYqI?_=Rn<h.lZm/<qT"MmM?*Vp:Z@Da&8NF46q;0a'ZQmA*\Q;p4d=XEBCZqCE,D():*f
+cN?/f:OSN-LG`/cb1>g-`^IaUTMQ^uhGkoI-*3mi^+%[0!cQdnR/q$G1^MGZ.NgOX:K"FsO/_%h@It
+[]1iK$)ZdN^iGHMPs=gG^i^&Y>RTWN15gQ#YK;YI(5O(Wlm/mA^Pd&)ZK\.W0QBA#o+V.cR4/j8B19
+m'?$OS^[email protected];N/>=EPa7?I(/\RB.?Q\dQ[<6X>ccA&$n3[+3S+MUaWc#9!:_.rd"GioV0]PhhT]
+-BYP3=Fnh/HV=4m1^g1H%OS2)hZjJknAE>2d$E1H80Ylb.`;E-'(1ohcpL;.RK<U!EsMC85Z^nE5To
+`Ut?2si/@Xsk8M\(Oeb>k(U(D",*;C8Uk,^32r04QfV9)68\6M7Ml@Ai;J&,a1mmf2UYO<$\nJ\0"1
+g0:qh3S4j@;HuDXL&1pj_'AbnqG30`P"l\fh5Q(5'G-Jr02[lJ+cf/tt@uB#UJW^&,%2)hS^MS\G5Y
+XMP4j;tkEPt\,LTtUY/<%rpH`=@Fh>D^hi@okqNg.&4rX=Sg"X9'HV^UF0,)U[1St4R74/Xb*gedZM
+N,7dQLL-*L>m24jO6B;dZUKKQ,@fq:U'M#n7**%F?jqO`ThCB&31u-;*3g!V1g&fPDt%eA'l8<4''I
+m!pks)[rC\`pN0D!k=->uYB3PUGTjIbFpV^stdH;ijaYP=F-s')H37kW1FKM'iT=NEURb"'I&-#-GF
+=5$L0<?bsh6$=N?,sb*rrGMn:G`~>
+endstream
+endobj
+10 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 71 0 R
+/Name /Im1
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Garp'Yn=kr&4Fpl-m5;fd=rlQ.k\XQ(eUP;8l2HOU[o\OJS4?1%E[Go!S/Cg!mrqtr=2jQ]Z@>A*EG
+e'Q4L6Ye1jj2->WOtl5/Q46."U(^#HAqr>$1Habi:si*B4:[-sf*I*b9q:dY1Nq1flY["Ea7<DBTm&
+N&nmm-(O1Yj,!WW/iVI+Y/(7`SZWg?2X~>
+endstream
+endobj
+11 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 72 0 R
+/Name /Im2
+/Width 37
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gat&EYmGqG%#*X[#@;IbH_B:(JrSdr/g/eK$8*[8LgsNmRU>]g:%@bBj@)HTObXPB(BYFX,_H_MW*t
+2d<lNk<MIkC*!Zh[S:dGUD/;aHi!PJt@n.;7D$<l*?eCd'XTE!p]%311/5"\X<~>
+endstream
+endobj
+12 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 73 0 R
+/Name /Im3
+/Width 36
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GapA1Yml=>&4"WmZ4o50f2<`r6:s:>aTtR*DD[F6&[$5,:jbP"b5Z1OP"p&BMUk'fI1!u%;9Sr99>8
+XtrdDTJC=KQ;q/t=3$>4>58<Jp(]1Eg7$RZ1_?jPW*'TBj@Cl%hi1b!AhK3a&=:WO#q_#ZLY~>
+endstream
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 74 0 R
+/Name /Im4
+/Width 32
+/Height 38
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar'bYml4+&4"W]9Y:j)?k!M(XlKW+BK$8C=BZP;W/MLqJ"Xg>#>u@I#q/+eENp$%4s%454Ee`8N*-
+O1HcO=!qrdeo)p'ck@>.-Y92K+1'@TuBl(nWe"XkP~>
+endstream
+endobj
+14 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 75 0 R
+/Name /Im5
+/Width 13
+/Height 30
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar8g_"`KV#7.Vb!5f'.&,779*rnV&"s@H<B<Z$Q"2c$2XC1f(KHD$6(]_8Y'I*~>
+endstream
+endobj
+15 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 76 0 R
+/Name /Im6
+/Width 14
+/Height 41
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar9BiW$gqLZ&KU%n7-._"`Hu"<T<^?jFLMlj*;OY^sPT*X!AA)=2q$%LDBNYXSZsIi&0Z6:F5[!W*
+(M"oosu*KL~>
+endstream
+endobj
+16 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 77 0 R
+/Name /Im7
+/Width 26
+/Height 27
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GaqLQYml4;$q/L(>e%ZjKLMW>('TC^b:"6ZdM9WT'^50a]'?L#HU(PrYp/"#=+@iXQ7CV7NsGC!`AY
+,'dkR%Z3lN)N61X"9'-nRp~>
+endstream
+endobj
+17 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F5 64 0 R /F1 56 0 R /F2 58 0 R /F4 62 0 R >> /XObject << /Im8 19 0 R /Im9 20 0 R /Im10 21 0 R /Im11 22 0 R /Im3 12 0 R /Im3 12 0 R /Im12 23 0 R /Im13 24 0 R /Im14 25 0 R /Im14 25 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 18 0 R
+>>
+endobj
+18 0 obj
+<<
+/Length 78 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GauHP8U&rZP.pNheBsk#6FeJjI;6;EO"So-A%h'CW"6ik8Ck9dWg9M>^O@AXN!2bF6rImt68Au1'$D
+(u6mhQjlBfJfKr\58)rha^KM$ObA\6=?<AC^gK9?d4eHGZ:hBL(ZijZnp8l`$;DXhiA5Q=ue`U/r>W
+iDUKM\'`:I#'Jf1T#2dW>D82X6>1e[su(@V=5bSWZ('rmI[4)VGc!c78sbm5)j9YY=oCpcjdYSq]Q=
+j4Ql%Q>A*cfmQh$Belp8-o.9Rua[->1)I%oggi,L/JRT=l7ZKJlHQe(jUT1])S)K_AIU1_^\fX/S?b
+Y*GF_u7(?.XBV%a%*O.^-_+W_aRCI2;S^-&u>:$!Gucnh(Fe)jH#pGe+gM]DIYi[i]!d8p/=1+$X,G
+H05uin_roY=4Y5TeUi8GYeBV4C;B&eC@JF:pi*k?meZh"L]:)?A7Bih,V_rD=';iM&f])sjD?:?l,-
+&/2Rj*Q'*`2<)6(`I.N0P=PQarVSOb\+8c:><-ttNkl]dWCXRQB=q7L!?f4,!J6:ht=5L(\!Bo'E8#
+I21PDKd-a^[email protected]_2QBSpFPVP6f<Q%?=u)"J-OXB4%Pa;[)qHJQ75;8D!Z@4oK4e:DbK8b#nq
+<;Sb"[irC[s)C8-N](_AZZ7HcbBueUoe%JLNhH.+F$Z51/L0;su1oUdkc4gmhMJ?`LJ"KRO\qO)sbH
+dQRXADVo,.0f_;Go`>B-iNaH_i@r!.ilt-'9ha4&S>d1=)<b1nu>7*18KWKIZ9I`!I/ej@C;RC^=CZ
+/ckC@F9E*>oKYnLhH&gq3Wa5$5]rHZ]UR;GoMlR4*@QbUW$R%:dLo2T9>+#r_L<bm/P":';GEf*D._
+:N9(A^S,2Qc@D^>.HeMKY+7$]&Y2.0"P'V9ub%#cHlLe?+rqPXFk.Hfs8S=4kpp,QKr_uo:iB-1!S;
+@63OC7A&3Qd@"U6W133N.WlB]MfkrSnZh9ZD<cpJ7Y,Jnj&KY^j*HB0n9P1Yi,sH.Ju8AOp`$BBGbK
+r(QjlnL/hq"5Zol#P$)CNP.GYGi0'kW?DjRP_`[WsZ6X'%i:nH*6AK-?,rpd.;^_!($Krd>ZD9$]P*
+?1Y9TmEE]ag#%&p;\+OqdmiC76;;'IGTT=b`U*fZL2I#gd/iK6Aos7:=,Tm+,MKg(BJM)"/E,,k;;A
+-C/4#0iXj8KS7j>APT0Qq\Ns\1tsOg"Sg`MJX4BFrZ%4l&2Qio,XX0VTct=4"cq.Ga[Q8B`YeH8N4Z
+N`Jt2cKM37u@NO9ZYDBVA)oscLh2dsAG'#HMAW?4[,bL(.0e.O$OYPr@01sckhNbD4N/3lOQ4Y[c:"
+@7!Xr*#1e+KNpG(RU$7rk5Mq!X?.`A;+_M^hS0%(\l<0j>j1dP+e<uc*<]C@YC0]L.Ft)k/OYF^J7E
+Z0MiKs["K8`N6)fk0:$oOann*HD+oI6W1>2.`kuh6N'l$!9&[n!h0R#MNV8VIFqD^U1u4?oPM<ZhZ<
+I)[4Z:kj6)cg`-He+"TaH=].#9EJ'#FLON-S2?-SY'0ch9D(]/5uRQ;'a\)^q/D6-kj-UnnVQ5XplB
+Z6Tjc6o%Y=5EHXq)GTtK?>Bm%4\ue*Qp69IS()0k<0efOjOcHEOR]'oS0_4!A!S9"m`'6C9bKN/cLn
+aWj8bfho.:o;*(_p"8VR[BeNdm!K(NW2PDP`>USs]=gTS`JJBtX.hi\nAQUi^5%(4T;M/9L2E!\*>#
+dK]lOdPd#VgG6r\][email protected]:bfU90*&3CQohdTMc+m_JYWU_D&/u:)DV1dUi_eLLd>ZD1*-
+n/Xj+N&g\*$R/k)dOC97O:\Qmm"ATL.Q7)9X6_]Di*<J:+.O=)j2*15#^<f]beioW>#rSE8e5RB+4'
+Aq%M&iOoQ\flP*iKih)GTre21[ngm!Q]uTd+5PV5#6nPq:*=6[PamA$(FhHAP<5]dOn'@`laoGto7;
+l!=[O.5HYf(%NC,a1e=g;/K%d9dHF.n]Toj>1T0e\mJ"^>;neF!Xf%/W(b?rn=qqo]CgS2Jd+\s#-6
+,"26K@AU,VO75Idl'V%r@f!(!B<[m[?;a?Q!Fa%\4qQ)+aI4Y0D)mCL;`p%Yc3-$cS>T8m(82=dpJe
+C6Yu#09V%ro\\njnF&Vs8BAZN$24GY3.5e4ArcD++?FTq)KC547@18L2->QWBDe.lhsQs6rb6?IY(9
+Epoj9)rXnuKl'+Ik#6"gITgGjsX6nH,pY1#ap\iVqCfkbpYj",;%1N+9OkE"BD@9)Xp3SV],*.""W,
++m+c%JM-Qb2#G[\(Q^e+WeD`+W%A,G+`TYANY(q\h;hqfT%_eskD]]?@pNaAj;EcsAC[6r]n6WJ'RN
+kONk&hs]:R4AK]2hY-f-/Z9VqoL!shXH0:P.R.9U>jK.DX(:VZk1l+5"R<%8+FQ0?no;(`b;MW=0mr
+\=k^AFCN8Y^3@>nA!NA7C9#I0L!/Sj>CGe6)#&ea3e/Z`>g\*Mju2O@G=Inghsg5jjOXCZ8)=j-LBn
+dZ\60t??Bj`^GiSktRAE8It#1/6G`j$pSuoA[d?F)b\@QoV%R0btHmERVQCDP/1kF<Z$rO3Q<2e/MS
+/me;M0l!^'hB;kj=CYRSgHA;*H:'kdGbMP&LRP@LeVHF>f";K@YJIW5fqe]@f2^VQ9qt1;%XeA"nBh
+qNANi#C?nYoONjc85-Zs+M\Ijk6fa,0s9k`uM4s4Z@na--_a(2i]I`3"$2>8D1ifqZW^kc)PO`'>aq
+L"R!8GCopLcnc+KOODTHYo7RdbKti@>(Mfkp'tRL@"G31EaW)Q_9En#WZ5o`h0dL'<u2@_O56Iu,s@
+D_O6s*m;]F0`q_*U.`'>1a`kd_c:'>_KIfg4=MF%GJedHLkXE8Z:8rC6JTrl*ib3j(,9Y8ml.d>:g;
+SeNpKOZrZ=2/C]qhCr"UuCS.I52q68ILu<,BK0g5bE4c3mkZ1J?8oVRJ"ea#pE%miL5S/('5o,,pOU
+[@TJ/<MOs_Y+uWlHgcG6r\r6WTL;+I>T+OrdQ^GBT19kt68t(8@Hki1E=MPQe-[Yk&l3Sk)Zr/",$/
+Q->bioG<m4T=6<'#G,arGXW'hDhjUrn-pI;^dkgi[-Vpb&0LWD&CqJp]#cQS3l_JDu$4>ik?CL%+e7
+mljIW:7Kg.^EdD%;#pB^3aB3,bG=1C4%Gg3I"/^(4=9^"'je,00n4i><dHJ<K1t'<g(!I)h3=&G3`/
+L:MIc,s0$K:r27;fT<)s@18SjmVe5+%t,FKIjl"F9hp'="aJO]B5-:nP7R8`%)UKSGkk8(ChV\"/@Q
+=W/:Fhd/a&B9Olb57XWJkgFj(n\uE:7=$p8\tGKV$;=4a>$hKEtbG9RS&>UkC#u[B>;XC04>"kD_N>
+<WppSBooZYcR].4E'l0=_J_3[C2UBPoVL]4.U4F,ofaA=)gbb0u7P5*N3cQDn'Ck-4iurJa!/Wj[;B
+?4%SnqdH`U?W:,k&a?7CGN5r&h0JeAeWVKa6gu,C>D+$<.*RJOk^`34A'e;kJB1>asI3KJEj.J?-es
+`DWQWVr62.D>3o;[email protected]$it=_.Ua&KZstBlh4$7[T'h4!XD.++k/q?E_m%RJ^t&,<b'cn%t0
+9\TUJR+9u"g`Qm>A'h(GJb4G@L,>l(l4(:%67\f,k)fmNeoIJ6DL6-NmAKmJVlgocT"6k9?ofnoTHL
+ZWZpkZh.cost3<]uNE`)4->I(qc2=\8>:I7sdj>e9g@4Zt"b]Yaq(,?oup-fI4pK3469)*B'hq%hk[
+P4O3F@@>>FDo[e98Y)!.B;6O8*2ZP"UL?'BY"7p\c=r0NjC6/r]`LP4&l%n.I>WNi`UYJQ.Ig`c3rG
+IUbb__#CnN3U%X?E5>fs!6hE$7]t-7U@4N+`k"ara:G:p`EuS)BqrL#eofK\HkpeZ!H>@fN5j)AH6e
+kQL2XfqB#$>jdoIci;&1(\Z<(V$7U.9FVZt3ikE$@<q(9>3?MBW56!DbD:GE&B`e+M,[(&0=Nt?9W&
+K[EB(bAF@n\o/j\s(o5_0$IE$(u[1ITlZbCHkO8Iu6`51UVqT9i;Mkt%,`9WoSB;/Xn)A)75C(+ge4
+U,,bk/>Mu9FBmb12]\f'+c;AN.#u0^7:.`^>MXuOs3O[8fWnQqd$hOE9#jfP`[papRHK+1^tbA]0l!
+=bnB@W#!GHso60DJUCjQD_>YSp1%W]RW<AEt[bO;$P5,8]HKM6k8Q:JQG8Es@]BC!!^&p>I0K&`DEe
+C/q&\_0L1^]CB":;uGYWUIGKnd]F$6&/<M4ugI70+TUHreZh-a,.G\^NDhh%02Sa:3,J58:_<Y!C9T
+4I:^b[/sA\Sgp*k0+%g.`m*-d7/D/`0KG'aZO0GuMoGc?_Y0KQ15dNiI7_KbC8+QVRR-IL'tKFt5"F
+>e@=PUt\#<3`V^2bTp?0>u`CJTZ))gXbXT\H/la">s#(.WHVu$.R[,Gu%4$)Zb6]+I0?SI,1L\9q`m
+%3eqipY(_*rRn'X[AFBdZq^D"HpagCkK80eG]XC/I7O+_3E1jd:oAAk4r*p99796Bt`<_B=W/kh>n+
+&RG#.=DGQkmAq.h#LM;H-.RK-5#qgg>GA>7rQjC.tF*m!+bXiG"P:^IdhHsm+0KQ;").@8UCpWHSX]
+)=!0G51Ua7].GF/dAA>tio'jlgM54:mrtCJY@CSIYtLjH@4I&XsF<&P$Yi^'N"1g,sbU(CP!qiC)*&
+%(<KSQn*D[MA5rcjP,WF9,:CA)@=$hQf\hao2JFTXh#^Y6s_ttdSR^@\:8nib?-kEoqDh<4<6\I;9(
+0`N)oF]Ykd^&@S,fa)nN1MHMBGC@[%MZ@^W[^b$mHT5]M/O/%S`ni'SR+dQ'^bO['Puj;dB(oruh;j
+eQ,hB5KkNq=-i%6CRM"'UD&l$k*SL*o/?*b;DS`d1sA0$\M@oC9p_?_4.GPcJ>JQ-9@QLc5K(sa!C$
+9_Y-^[JLqG06s$uh[EAYB(`i4+dpYn@n<fD0H/)o-NdJ>^5O3aTS-)iC*6#r]L3l7][q)@RTQGr\ei
+/\mo0B%ZUgMPT8uFYRQM^+Q-K#J/&;NqCFZX\+N(sWQl!ZBKfrKcY$"S9kEV4o:'&9ogKF#.7`7Ui_
+c5dmG5'iBKi'\0k3O>n9at((gm3BD$+Sl\<Fkma,a#,Xuj44-,SqY[WYQlLIc9K5,W#hfQ^MV^q6o.
+bHhdPsMYWO"KT1ERTkHNHe?aI<HTqU!V+80@4Dm?F!a6[kQ]'fH1hL<(@hJ=lBflVg%R8FI,c>O(Y\
+QBL]&tuL/]@h/7ArOR_@D3j0)qT#SVd_9`>/I)iI=$foX,[VB^:Q,Zc@fUB\T<1uYWQn$?s@f!qH)`
+kZ#&KAj;ca@RWX1$>Sf`L?Z.[Lg+&Ie`A^N*qaQq&h2dTm6C"mi=`:5nSO&"0?7$H'I=n$J'i]pX@.
+u%C7at>"Q[n@!:Roo>H&#nA4N4,f1ZI]jr/=AmQ^8\ccXU!u?&\#6LR3^:&_2MWiXK5AZD'!-V'X6t
+kWETbCL#UHWCW!Z8e+pc@1KIa).ocIqcnlsU_2'tTg/022</mSUr5;RR_c*9lPjpOU/P^YV@`jSJF#
+84.$8K$%'7=LcWUMBP"<nh^td,WbEtcaiR`7l,q:nuGhU4,"n1l+-CDStA&cDZT>E+(l&?9g,3/u!4
+S%RJ7%kDrJ((RIF;(%oeU_cQ<5Nt5!l@,,e'n\sP<kipD<5ZMTaMF%=J)htDo<F?/]ka9WP2&9J&=]
+3UV?!"(PFF#KaRg5MdtMDYpst=?SGS0Nj[>Y1pf'*NU'8<[:h26CHo>[a$ZQ<%,KDjj;sRsA_bShl]
+>'e+"f><<+;`.*)5nM%,&:p$^Hhem>-V5_Vh!c07CCePA+/E;enV#D`6MXGSMC.BmI2Gj*0ghXU7M<
+7[rSaU)/2#FqtakQoFqJ]*+h%562<K>c;LRERaR>?AbC-I-SI-SLKD"@3sjOO(SN2*Z#Sb#L)EnieS
+;=ep(,?3ed9_5,N8gUc73"Ni.&GM[7+di2Lh^U\oq!)fu,`Ld4M:5`W]l+e`hci$+CH611WZ1VWZUc
+-u9H!J\qD0(uT1m5U$g)o+41iX$L+j^M\p)pf9pU)'D$EpO:DE<L]h>IP6Ci_2_2*qj,kDD)H_/(Im
+8JQ)cJ7Zu-k(N'q$h]]/eX32Y'B_7@RHY0t_%BK9rh%*>$UL=>^='b'BC]8B"rsX&LLG\VOh;<EFq<
+b6.^?HT3r(FV4"1topH$K2;hn!X]/S4c?TE(gq9Dlmi]h7K=*kn&'*O&'q*SdeDZ_Sr!+%1d\KL,q%
+-JnB]'pqYX8qa\Y9^]r<,:c<!^8Eo8S("83PZhse@&s(&-.36CCpq+Bq],i#41-f%l41LLq>JUF/o.
+A7]!&`Z$Vs`ETQ'rZSpu)'m,%dMM/BH\H2o#pMW78b`T-NngnqEo*(^V$V!EsHFBn"JVZKA'B#U`[(
+!C\k+4i_?i)N(>7YaLu8oXW9:0\8N1eT2JY3YL3(t5["Zqin``^O)UZZL"m3pE[p5!PTVe]muI8KG6
+]HV6;4jr:L:q1o?cn'pS_I:CHl\sN0tE9/#/S59oJnOKPSlP@o(EW"f3dI>m=7-^5+Hou>GndEs,,?
+NsG53-'#Gp&_J8^lB<hO8;Y\kMb_ApKbf$WhNo15aoE[tW.7hO(7f&&LV,PRb:]4s#7"Uo$Q*T)>Db
+?Y+5G)h9?s%umH(K"$O.2K]`pZX!GnYN*l=~>
+endstream
+endobj
+19 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 79 0 R
+/Name /Im8
+/Width 25
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar8OB4,-*#@_s$Y%M-Ms3JLM+,'AE0`8-[M@ETkhnW(gs*k+Z!ruEd)?'~>
+endstream
+endobj
+20 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 80 0 R
+/Name /Im9
+/Width 29
+/Height 50
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gapq>Taemn(e!=!)&SeH7.gnA"];s*7gLY<4ISe1#_iL[s'?V?hufm(j9jIX[M+O<@k/5'hMH(m*;U
+?+GPU1Sp>c-Qm9)FA;`HUioot@7X6_Mg*L&N0??aa:FZj9$(F,JjBT0*WHm&Ya'.hP4BA(5Ig>r\a`
+'gs~>
+endstream
+endobj
+21 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 81 0 R
+/Name /Im10
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar?+Ymj&D$q)23T_&:_=<g6[<_AeFIn!o^7\HPBT,^.r;ES+Uq+`iQ_Ap'G#rQ9=Q9/,cKU*B6oTX
+c"`U>9#TsJGP;hu1LKp:Nr-i)9e*,*@Cf&#"'d4ZcV`V&7&o:L#:pFT_B5*YTU=sR.tc!Il_+4Ti^^
+'-n'~>
+endstream
+endobj
+22 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 82 0 R
+/Name /Im11
+/Width 33
+/Height 51
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gasc=Yml4+'SKm#M)5?>$PQR6UiR80cjaLf=(285?k[t')Jm+HX7#)?;S":L@)+[H#`T-K=Ps`IQlR
+SZnDI]-";+\5:^!<mF2Oa_4?+0#6%g+*S<Eg?Nr2PK16Su`"jN&o+o~>
+endstream
+endobj
+23 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 83 0 R
+/Name /Im12
+/Width 28
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar8O4M\bJ%)hKt/.]]!%l!p:@<ng(:r;o:)!_/$rrBq:\PGBf~>
+endstream
+endobj
+24 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 84 0 R
+/Name /Im13
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gau1'Yml4+&4I\7Y[dkpdBtM61>7`)#aA<RaV?'j9:K!gEpnF("6-:N6(n%*.oa0c1'nmC1E3&p)AY
+a_8.ahqLSF^%\!O^1a[=MCZau3l*iR0i='`4])kp,KO)k=]^ei,~>
+endstream
+endobj
+25 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 85 0 R
+/Name /Im14
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar:%J&&irs+c0aLE-Kg"9&Mu"$kMSI"8t_q11X1is-.(B41W<_KJ1EFUS\.d.'=)L4@^gfZ]*'%Dj
+gnJD:?P-P1mb%!"G^%m[l0!9Rlj#6~>
+endstream
+endobj
+26 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 56 0 R /F2 58 0 R /F4 62 0 R >> /XObject << /Im12 23 0 R /Im13 24 0 R /Im15 28 0 R /Im16 29 0 R /Im17 30 0 R /Im18 31 0 R /Im19 32 0 R /Im19 32 0 R /Im19 32 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 27 0 R
+>>
+endobj
+27 0 obj
+<<
+/Length 86 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GatU79on<m'#"%Cn1astMBqKY34$`n"q(R'TRf7:EfajU>8p^c,WSWgY7F404tP.Ip'gXK=gq(e`N!
+"C?BtP8pj)JO_oJ[1mlj10B_1lo:^1L>$.](F5G!lGOU+hsDXo2(_drAGhg?(BinM`,ruU/B:5+-fI
+J1Q<290HH\ejt9,UfG3rop>00CA@&*nh.>DoQL)G4tM_LPO2Sds%S_pq'>l]WH#b#?d:-[^:ad_n9L
+ojEY:N\sH@G[%gp4Le@Pis(ibdPJVboQb*t9CgaP!qeWNoe[^QHPD;F@g6Z-:,>DWr%^8ishVQD.-V
+6^859".`_XV*>n6#DefMTSk@PtZ&hoi9*H]i`&3-n^`D^dN@\GcEiF5,P06BVP,Lq"$leO^6oCJb-,
+&XZA&[email protected]:4^`Mpj&(@:Z6JqHVF(krPo,`f;EK%=ca_j=)Ka=su2V5hf6nVMHeu^
+oa:aShn9i_CB3?RUa3`^a`=+sN<\N"G_Ke&5s]Gj\`"*R8BV3CHta6*Ek@2Tm)[m]?KQs1_cUeLR&N
+9B"R881j2AIq-phbVgm]U"@GEt;Dk[U\*5!_5a:YW[aZ3unGq$uc%@9a+nLi,ENj30Ee6lbu^22Rkp
+N\mf_C[>b;BTN>,O**AFGX1#F]bb+fS`=IjZ&(p-%VWqplq-1H>*OtD.:1/DXF$B$Y0"/pKZ:sJ/d[
+,1f,6^J-I;%@5+?OhC#[M5cM/.;*Mb>iHm"_9bI2o<5g$e564t:5:dnQ,3U+EtSM@bY7J0IZ$dXFMJ
+o[c[ci-?LX);OE)4(gUi?'=gZ$1!kuiXK%[email protected]$ebV_2_k7+gL)<3;Id-d`EW2B?!:InqXo
++8YIB>o4>r,V&+;eE+lMT`2,m(+a^MQ<:C#[g6Bi1'_ACnIJS.3YQ.u&8G$Vm2$KkH/0aUPs0M@r4Y
+q^MeYV1r5f\S!f31[:/8<3nd:KI/)`e$hLA^"WbepatQe>^PN1kl_dml\I"A=sJ#ktl4].e3S`,tjP
+A7U&ac`.lAE:PM)fJO6li_]Ql_<B`6B&c]t;*S!AoW;nQ.ec-Gr8ko_[lJod+59A?V^[E7n^0W3bGj
+JS3bfiDAMJ]t%<7!s`(,Ch$?=@qB\U1:53l(se3G@4j:M4cCS`(Qqb/(0<YE6)[O9r"hjq6CkmAMGM
+>>]rq[?A.H_"\!g$c6/>3lZ8i'h_tg4p$;OH,Og/JAkf,)QKZeV`?s.X/QFWM7),"MI8+0?^b9$'4f
+'/.>(lV^](A93ef!]0TL/n)-ID3r2>.DIsCr4L2l%jY(!cc891&I(7mDQYn-4p5H&sK]I)WRog,#c'
+)`%(+bV8\k7Fj*lqJ&;5pAUBrg/\<J2:TmVegt'<^+Do;e-Zp0U#E[m+.>'DA"`eTT0JHj7,HX1td:
+NE:s>G0]f;i6h;oR-UALqX.b:G6]:l2r"]8dMq#Mc<lK1q(*";WB"9aFftIMZ75@jnFB3l/Y\5/ZC_
+,I5NUhCL4_]YSg`\2CWi*aD/Tlq+8d3EN0c:u.&MB!mHdBq\QJ=0-"WfigGK;`^Y&=bpWuf\jbA<j"
+bT?OZ\k'aX\o_h$d+,*Ig+/!t2lKm[<@Y=tk1uW_l4ogBAc?WeqA7*Q0[%Hr/;4h*0C5Yda1>&tS:I
+C+if5(nX;+4(.H/^c=C.'^OJc<?G-V/bC1IJ.C^@t%>E)JS';P5N>r>=#lmju(Bm-VrRU(]WnHa5g0
+l1,4ln'>,1Ea\lR9LKll<tu8AiNJ<_*I&"8*-ms(Fkn#!"OWE*EbupA:K:2?p02h/7r7\i7l0q,od+
+t4C[88?qTNeJ"G/T5PKd>Ng0L%0IMCc-/a9^E8M`pRIN"DOK'=J%$:^Tc%q:2TQG5U_\!#VE>*;LCr
+O0gEDYm8QqN:Xp'E,I09AY'TE'l]%-%-o,FT\1%?4?D-WZCi.#g]X``Pq.:)2fgCPG%m/H,t@J[&%F
+d%>kpPAi4sn_?mj8T[)Yqd]/83A_#7A9fLa?/Z$YR[E/-]g0+ha\`mQ<fXa?[AD"W&SBiP6EI"'Km[
+^;pn25qgDEAu+!H4rgUI_lJt-1m<"araPG44flj8OhZ8l/5QF\P>@>?@L9,.H(O@or@-H<O,CJ<a\:
+.$BQ[_;a5I(?-o^dGN66nsE>Y]HH>,\\_KI,MAb-A(^:S3)'&1BU60QoUOKV<^U1@EbcL-]49iUBV>
+c8UB<,L_K9U=e]o$7?r^uQOZFlEm"b5R?h_;#Z4XhmU%66%oqT4hu(9P)$ioVPP3sg#[!;lgD9:@`(
+8+kW5[tfe\oQW.<l>SdL?sc#ZCG\Wnel3B6hYYr=$YO`3sX0gb9iebfq4UF-3A@N'=`TZ.9XuX*8Bl
+Dt[-A;W@>BOj6jA;chJd89q'u3eCMO:^q(%[eUr8UlL/HH!$BD'dEM1bQc:F%.-np@1a'lTeNBO,\k
+pFR>g#Y`r]=S*)hk_kU8WT]dc8iCrl!8VntRo;%@HlOVj"+G]XSV^T6>c\.TduZqRhuMYRWE<G.EDM
+;8"3=3Ah'lNbq*kW8^<.D)Y(;s?RAe5$oL4F_f\r_6kAK'rQ*roU(='ZS3QH2>FDlXlSKE)j)@+ei!
+&ABnn)oSqI*9L-K'D7[:"!nCAp4QQo38K[JR_\p.KSpMOFQX^R)B=mFIbuX4I8Gdj7'2lZ?h4GR91a
+/DG/5/?c=MD(?r`!o\Q+q>Tllu+[6n<bDXoMqmI9*RF4j%,T[0$>k'P=$oLiTh`.^.JkR:i3N/M^4X
+C6=s=e7/e:jO5:tT,&m<J"fV`JQXDLU*_LWhn,XWg$&Ar=tt1AcKaWAfYnlrBJf$;8W;.C!;_G_MV?
+B%2ig#bC2i.k^<Ci)=;=-+7OgtL0"i?pJ[^KE7\1=flPO%Xh!;6k-IP6H:bd[;3)XuFO*$"+XRU[kP
+b'p1:Q9S-^\S-s`/^;N0'AROB5gBcj@G#A!A,^V,P<;_$]ebKp%G@/_MB*O6S4qA74[pmS>U`D_j0\
+*Fpfj`[email protected]&Qkbg1TFlmbd'2ph0gD-lKs9\Q2%(P*2rFYXMH@75SbJ,j*X*[se/)6R5!'l/
+[9\G<:/(jX%pCVg2FqPN*U2f7o3ZCA$h1#/?tR*O?toW,DK0Xp@g4<YF'L0CEDU@_QrQ?XsRPXM4EM
++72uNEDJs&*PF6]FaY=(6LY8(lS1WuAOV1"n#I#1)*s$*P4J\_7C*J'>Z/b?`ni2%L3IdBWJNN_$VU
+J'D$pfcm,6JPM/IeJFZGZ+]@q7f"-l.dNR,bh/MY5Ob%Y_q>.nh.Jo+B:7Y+_f+`_*5s1-$.\!2.iB
+)(fn.S?gVj`Y`%Qi,noN\o8tH>ODq,#;4M,cX_u6T#L?BgloqVXY6[/eQ`/U8%-hURVWT<*6l.j^;]
+2pZgEPZS!9%*&3MVFpR6s`X^9$MhpF[Vm*te(VYjbYYu9,IA#.2\JR:M`td^I,EdIZ%oX]g\k)'ur2
+XWlf/9Z'N9hm\I1HY7MMK8Dhm0*?>u"QM3pu.4I'Jm$-N)LsYl$u#oRp3r:XG'\_j/a1&ai&</kCiT
+3"4PVQ5g/`c6q-m:^/Dm%p#10a*'f.k8`De@6640X3>b1GppmaT4akUdb$fUQo2l)7:hYQ:"4^s_5A
+.I;5-k@Z!!=^fo-a4\LkmJ<)?r185'=??7;cbUXp;>Xsbr,M9@."&d6MECE1E1CubSB`O7TBB!HS,[
+aSM8K:P>u6P;+4H?G[nkrIch5M\9$<bL-@kB?Du]RhRF&r8M2h3o83`(hT!bMG2f>W#Z$-gU%[&hVO
+eo$AT+?!j/'^2InLg-8?j[;prAURCI!l?6rp5d)ZsYMs1g&aO[/Nk5)%VDpk-g>'GR=%cNeEa4:>:,
+ng!U$>>]2Y[DtE9\c^UnFk%P^.Y.*M3!7d@'^Q=J*VG03U^e]BEC.gKsbQc8uO=lRkL'COUfA^K?RD
+/F;9I]Q1=P06:?;dF@/nI940Cc:id$(WO&qPg2F#BIcuXB8$MDq.]&:eZNVU$&50&!Ki>&nTg:8:SV
+3s7eA7G,Ft<cnHee$D/=p[@m#@e]2m)>M55NjXC/qB1t>8%/>YEYoE\]Z-@ZO=!/r2+?&tt:M,2FHb
+a3;AO9#J?-`63LFhCZSVl#$h#4ndf_#m=B1)A)d*;f>(6NH=!.1J6fITD,?oFX/@Mr$pgqR+8$l1r>
+D#%PfD3t$asf)GC[U`aCRXj#_hA#X]R@3Y8&T$=2`A.=jZ)$dt"hO!`'jZioJFOBh=C`K:-Qhm[qI9
+cMX&+Vh>,H+Lle^&$2i2rCd]m)ZcYM=qU?Td5F:!mFO>K5T7O;/50dqr.RpK'a.cG\:_N0"r4Pb$JE
+$*Je>mq[R-[%@[EYjBsa<t8SVhZe!D61R>YD<V@G\cLn(g;;"&%`sS3V8_Utii+B0U),jP49!HQ2re
+g4S*1``%]@BQYoAB,ZQ">&p*'oDZ(MO<UHsO6qdGPW6m/K0>h9I(kD^=B-Om(&&7<c^\_B2pi`#*k2
+Ul%[LGun"j[&]5WKJPY:K9qGM>\oY6Z'Tt#)ZSu=cT'N2Nf!k$6k0dmleGGQmdZO$HP=LEuQ'#_tTb
+7WI\bOkP#G"3J3H7$dGe0j4lsg%H;A\H'8FFn-6E57j6lkZJB+Wg@`i3QCre<([%Ul6Y310_$Hm$Gs
+Yr0qU::M)!#AQI^VBuFI<<4X#]p-N?`sHC>dOsbVE.GOS/(H8T[9*/kl#^_ibO6;=(!fGGoJ"THkjT
+nOV,5rje5nGbe\bX\<V:)*JIl06fh6;Pkiu0YqS@)P@@HG)jq++7J\PRYs];(P`tkbZeFJ5fP:s@3t
+]82o%_iIT04N,Y9]P1L1,['EXk3XQ6S81uledU@<_Q6)<dJ_0?OaJ<>c:R)D`p'95AA=7'STN&[GOl
+W8JF7#l:]SP8#c$$L=@PW9fb%1ST\jLSl)#%ba=Y&N7lPM+/UbI,(Yn2D(&d-C~>
+endstream
+endobj
+28 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 87 0 R
+/Name /Im15
+/Width 13
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gb"[2j$+B0?l4jl5LafU2(DW5~>
+endstream
+endobj
+29 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 88 0 R
+/Name /Im16
+/Width 50
+/Height 4
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gati7%g!2Jo)A_=<=]ZE!-//ZB`~>
+endstream
+endobj
+30 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 89 0 R
+/Name /Im17
+/Width 10
+/Height 25
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gast+W+Yn_!/(SBYl90s!<sr_4M]UbfYH:XbeVN>`k]V;_dL;W^lZ>3!(1E3H2~>
+endstream
+endobj
+31 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 90 0 R
+/Name /Im18
+/Width 13
+/Height 83
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gb"[2j$+A9<")7k+6kleLb:IA~>
+endstream
+endobj
+32 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 91 0 R
+/Name /Im19
+/Width 30
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GaqLR0b2)D$qB1t0mN="b!de"XUJ(Dd5VJ2LTZRW/;OULl0usd+Te>j36guk)-u#?M]_4N6W)42KAM
+j'q82,@=!q5q+l>,P.1Z,nHCEm7CGT^jM2!K=/g"4-Os$V2&\Cd+2YsekLCGtL:nQV]'95hs~>
+endstream
+endobj
+33 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 58 0 R /F1 56 0 R /F4 62 0 R >> /XObject << /Im20 35 0 R /Im13 24 0 R /Im21 36 0 R /Im22 37 0 R /Im12 23 0 R /Im23 38 0 R /Im13 24 0 R /Im22 37 0 R /Im23 38 0 R /Im23 38 0 R /Im16 29 0 R /Im24 39 0 R /Im13 24 0 R /Im13 24 0 R /Im12 23 0 R /Im25 40 0 R /Im16 29 0 R /Im12 23 0 R /Im23 38 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 34 0 R
+>>
+endobj
+34 0 obj
+<<
+/Length 92 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gatm?>ArT2'n5n\R)]D5b7[8"qNbs/D1DV'[KcSic%E+VGgt87Z]ZZ\rqhimcUC3]eddQ;=^0JHE\?
+8F^-g24]3f_gmXBDnHh\_,amS\<=%--'MtMSp_rKu68Y[hrG=<-EZ.qM1GCSk4]pb\aG)u[:'2b#$o
+:CF/+8[=Dat.U0'Ker:pS8]':N7r*PM4d+a[i;WrG=a,PC8fdAR)a#UREgkm,lHjfKF][lJ>3me30h
+$q,2FmnqUf$b9,#8rO)$bh/iG.F+$s0KV<h_dP=G;K^X7I\4K*t4.L8J\DlE%'3W/ke6$q!YoI)>04
+R5WIAM2jqbm$D;S@L-TBbg/q<i^"d/<_"%j0RsOphPpqn3r]877hR]CW;As$=p&ihe8!"IS6>W*h@D
+(3S@?6:OD;bn*Bj<S<`=d$Ai"<2)cJba1,%#>L-mMsZ%QQXP2C$I9B;/]pLLb\#7Bf8T)1"qM0tp+V
+[]2eG*U3cINZ_^a"*=cKmB+>`=AAqA$E0f\;ZeN6;8m^!`(13mM7f(ujGRt.d;c0j]]Mr'JM@m+H=Z
+[[#/&H,Cfaf%h>&+dr^@i=a(e(qo;-iN,HiU3&A$rfYa@%\bS%-0UY*iRR82?W&D,Vh;T->>mT%J4L
+R.AEmloao]=l\I!dn&HX7&[T"+iBsopE1]XG/9^ce%<h?oqkKT&Y)3R,p7m<Ur3T\#A6F="aU/>gGH
+ALA$tT?L?AYE/jge)%)oALoVbX7a?$L!ZQGCj$=cpRYptkQCSt=!]H)sdOlgbZhH^Oj773jZR6aA\d
+MI[/N'gc^14H/ZT4M:jD(6D?E?r\+F1?NR@N-gmkHHH@12\3AlU8&m_Of&:3afC][Bg/mYVKCX"l</
+Za0W@G:+HS"i9uEQW&OoD>@*tq<Y+=^`EL%miC>bShD'Sc[OatP<\</QREt''2PNlu,1VS(q*"7Jk0
+XYufn0;LoGdX7;LYoX<(E)T-"VV<RFdZJK>"#EEnZ4J+<C5^B4RaCUa<da+":?j'q[mY:6E&Fiq<L'
+J_jRfp_-BK4Ofth#&?pkL_il!i-WE)Oi'4s,oC>jj=^ah=+#Ntm"q:*oJ\ndu+%U=][email protected]
+MWg\1%kI,mGEVZ<3:+T'@]!.g/WklV@%2oZq9@h:ncZOo(ieDhc_4ND8_@`k>]W#pP[n%0I!\`@J/(
+f8S^T2hXkJ\ZiI!`o[c+;B;.@+M95^3e_\OL?Fp@(P'/OdE*163:9Ln$I04#AS`JP$(`*\8:cj8qtS
+9/G7I60h%#Y^2UM_L9-'))>VZ\7$^A`<mR73D:=Y,DYkJb=jV$"7C6hHZaiah7_,H6q*>sQSQ(uCMG
+Sip>pf;[.Ng`UZ@("',)p1$!jZ2?]gkM#m`s-o^+c@X18`A''SXm+E6Aj4@&5,AVZpmVZ:"C<g&T=<
+bg;J`6Z&M"LPCd2,)6M)M,aD_IOs1%S.!>O9R\Y)u5IE8aP<e199mYQ,.'pLT`?bcL]kZ7mUH0)39#
+=(8/6m!ARt,dCr8T@d`"Q:/9Acs<:`Um)_!!tl-`MVJf'S94_3@[C>Xk8Rn%>bcGmh67,U#`5D8gEs
+=:;J&A,N'OpdBi+=t74>P#UquqIsol]T."a97<P*7tm!%S^\?N>,!&'OruI$'+nX=Bo'%+FHM9>bAJ
+Go/g9MpQ$9OTUH%iMiYpgaD$;L]JFEQLJ[?Q%$q\F;d%m,(hgbJTEetBnj[)1#[0D,TIk+!Gc9dmlj
+>G\A[?!lp!:@E&R\jV+L#pGcOR'W#;4]L!_<@XNA+5Of7>/LuTB4bP_r^]gJ1f3\.n,-hn'Ro15W-&
+prokfO&0WbqIX_;&H&H?b^O\Gkla\n+1?te+TE*F<TdInbn0/]/C541P&hn<T/UiTX7T":Q*"'[j#b
+<_H&YMp4Z3DbXl-c='$,Bh`HW(Z;N<g<>.+t^Pp8\$c'-5Y(@%b!)V("*-jWI5i&:Xi00?4jo41U#\
+MDX*Be=h't0,Z!&R3>[fWeME_+]Z-*?UQ^16Vj_#Ni.4$m"VBKbeqf`B)\5DVeNOh.ZGCj890@Y`th
+^]bXUfR,@JG&hVb+c=7s(,L^U/d26n;5m.%la0]O%+[cOd-,p5.&JW+FmZ-CS7)WIB"b*mDr\XS?AG
+M"`m!/1nO+1L2MfN*AI=sMeuQ-!srYC&2/rZb&lO;(>D/X)Y$Yo[$HqM_bW3QZAgceOC[C"E(Seui8
+O_pR@FYUd1COB*ZQZ9?QM\oME(9Nm9@`HD<C8L97H.TM0^(>Z'e)Op.o83:sE=Q1aeQ!dR@DkTd;>j
+Cn>q]eXs2DI3H67NO]nXk>01*^D',;$p^V<"^hU[s:q9S;T?*jGrFD+iG?^p5tk(#fD_7/;7V!\6<C
+=nNVgd6jOhPX(UFk8'%5lGo&3`?*A57]6^j%e(4*n6/2,7\_-F%\`$*qV`nnEo!'=V]oI'?:iZsJOr
+)rDBP41o4UOYU9g_E^$]+ccg2uOm.aW^NN(9W^WidF8'gkXJ8e%r/*nT1*S\/tJJ7We,g0-'i$FK=a
+Z2(c.=CA;<S"OT4_^(kI+#Be$B;GeHNMm^FTFWqB6C5RJ[aL!U1pGS:2IuFMb?VLej2g;3R>KhRR"b
+W"GH#@80pBd;uP)TD-Lf3N[\X4#/l)d\.&*g:n_9P4E=Rr7hq(GM(jT:M;/$a/6Q#^End./Qb?<'K'
+hbU@+&ZQ1PZ^_W(k9`MPaLFa1@mD/`hqN1Y5EnRUAn>nm%c9DS$Bi']I+2#n31KniB*o`D=;BBmKZR
+lep6#+K6QIV;*'":0M*BLduS*D9EuG(&:6rpJI]PgP"hRh-;WGcZ7Q6h(*VK]e4:Y3e:2E"1.8?cCs
+L@QQ=tL7%uSI,e)td9=sPEr4)jV']S,9N`1a>;Du:U^Ho4LXAT2KSl#OIJjqRMC<#.8R",O*ha4#C?
+]K/,293H0EcJ<-=hGld%22ZSX!QL\T'&qqSd#X/FFJ,-('CX<5tbWTXq*^)1LVHsX=R9POC3@ER/g>
+W?-dgr?6W'58.Oo[^\$Au[%I8"gkTC5YiD,Rl:N2l)H!W"l^OT[S.IY/8a&bKPmRM1CcWCUnC0l.$C
+a$05ES:Z_u[0*o+m,%DOgJXX`&FM7'1C=hsi1ID:k-8`'on-h&phC0tK$D\*A\l>PcTB(-4:dV&O=D
+e>1;(h-a8_aZn\29<&h0A@M91,ektHk/r8s_/qVPd'[s;[email protected]<C<C5#fR7EkNh>.YJ'
+Aimd&@hpekW,NY5qT\$p+/!<]c5T#[AuL"dGW9Eg=D5<QR]:cD8<)AW<=0.ib7:`ZacB?_t)-/\fi#
+[E)i?>:W[gV2/]Q7e+3^i8o)l8D(o^t\LF#o9(mH+?Sm&blDf''fe4lX.pYe;gV#S[kaf/ckqR!r8i
+sEE_#^/IW^Z9S%9IP:U;Nrd7W<N43B"i$3/m@`/a&-bld`ePpVS#g/sfS83+seZWkN/L"ihnb1R>'1
+kh9Ir+SXcZVX\8J1e^`%:I_[q(Xh='*Na$fZEG_6/ro?t)T5XeGk?h>?h=?h#B*>:%UW5clUI]<WM]
+>3L3GJ84&m4s/`Q!"6b`!_8[T!YWI&K5T>W4[n/"`FDEj:3^CSp"=V(H^LFc]%l*FK+(gr.X:Hd1f<
+ON382+nT8Wfq%2,)1UDiADh8mKL(t8Y[4mpNg8)gs!k/_Tr*O=]SF(cdZBh1''RPjbkWeP14/a3$4`
+N9h/gmmar7)6js.o_(hH*33uY[-j^VW2YRDR;FG'`E"<D0D#EE>ub.[DVeqC.5"ULfQec)@hGUerFi
+LLc,f>_kkE!!Qp#p/)N0$--DOqa:N\CNV4dLOl$A-ap]L-@L_`3Tupf]q+I',n%"jAOfg(,DIp`f\$
+MsT"<Bi?ms6.ue"/E&:c<gN,dj2:1ITJ'B62(.+n#M%,pjd*F3rC=rOd]CbK/ol/?Ed%p,EJ-!8EI2
+&k.!+T-b2e^_HnOgH)6bia5Nbn5=h,+F]#lLLYCS'8Wo[m%?0d(7.)gbR21G=a6dsB\m%F`nJ2fJ`$
+lU;)5#kKORE7R-$C3"D/Xm(^56O,7$Be`B;QpZIf'm+jM@Nj'aH@1<Y!mfNnWk2*-Xc]KM9fkSoldk
+mXMFqg$\NA$JMfGOnceO:k.HO$pT<#E16lEC-R?q7JCI;;o1O>;n&QFU$Kh$VWPAO=Z69`m`J52o%6
+%T$4glQ0YL?Gd3F@LRS="VEdK99%U#6\$*:\T];>OH^A`nc%W:'b@'ecF!gLh]K)uhe\4r!Rr<D!^&
+`RHA6Skt"puZbk=F$VrY\,;R5(R>M:+;,m'9E0#A'BtBH-!AhrnlBf,fSFg5U/Pbc9&LHiZ06&e"*C
+Xqg&q\TZ[U]^pu#Ol*U[\f;a9S^_[`Ok[[&31SL3`[4r.c;%J(O3k9SF3P*c2r=)QOT]M(hRN7*`a"
+&K.gV%ip@T9jBD_O8!/EJ<2U&t&$U3^OV^VT6V%_g<HH&>mp[-H=mS.GO#4Kq>$*39_,EQeRl>%4DB
+8WpWYcV]O!:5N"l4E90;?o6qj"M#oftgA2l9Z`#3NN9qMJXmuB\L$SLm5'AHW[c8Q0N)!gZ:n@J;L!
+p*bH$^81P"kli4]W_F\D"ajik\TKAEf8f(1+Mfp\'0fRbL-#)^_FbD(6m?)arCN!U;RGl]%MnWA(r5
+6sg=,iZGH3Eq/?NZs"4=&dUrRIo(lo+O_c=mS'/'U2oLs7+@;]qC'%5t3oX'p*Z\a)ll1hNY*W6C)B
+@L<_tJlhI6KI"!<R4(^,(,RnWGXr5H>hB'kUS:KG&L:l]*D2h?;C3@aK`uG(q3b4Pe`$EETaCJV@IR
+<AU3*+G[rj7=75+q>\Nr(;rQ:r&^@G!^L9YagZUP)mk"#L;4Z^O80hA6W\k^fNSI+?k!HQZW44LR![
+Fneq07."IV^/hbQ=d[^Qg@Cu8cKplpPs^SPpSH)_u&lrK6Q`k%be$>n-=$8:2<_OX_cNn,hhhNRhDm
+gQ0c4kU:Gr#WA(,`$)6HBTE"cWnFH,OR=P!gRWaQ@oonuON8Jl:eGf$cp4qVc!8(I_>>L`<rq^Rjh\
+]Pr+!'On;QD_-YEoqV'i0:*rAp:&V,'D7&+^>t8FJ5S^LXi<bg-s+McX=+#(o$-iW-AnK^KK\l)>]j
+lIAKnHSb#uO;6Xl_Fon3`32h#ET$7?SggeV[E65:*n#YtO>-]:O.RMT_r^\R^N6K?eFQ3'Uq6FnB.\
+[OVtQNa.0gLf-Kk1^dCN+pX?jt6`P7Id<[2diPXBZp"7men$i~>
+endstream
+endobj
+35 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 93 0 R
+/Name /Im20
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gas3.Ymj&D$j=pE'U1-[aeO*eO#Qm8YXpqY,m=oAkPl6YU,9'j`uX^R+IfaoJQ3\8k(,;97!1'1NWT
+om5qa.]L(?D5rYPT'gtja2,MC&_0)4o/ip#^\e*1T-PBElbFKnRY,iXZpZ#:2C:_E(Hg38RfiAU(.W
+Q)Ua'-HbC`gj=NOS62*?hT.Y(]~>
+endstream
+endobj
+36 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 94 0 R
+/Name /Im21
+/Width 58
+/Height 67
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GapXR0l"W\'LYFsU*dhG_Cj4N;Jrbl=32%PDIJ?AZ3YI_*C6M0JMZo4mD9Abqu)q$XPic.Y_sOdY5k
+8+qPc_*d=Ba9N[HM\b]j,uo"G+]"Y6`-o%OnGIK'K.]&YRJ)fBsm^&m?Qk+piN:GujccKSkZB"3m8j
+_"de-bYXgk.+.2ZOc;gpIfhoQX5*9=$Ps"=*b1Kf<n]\.<>0Ha'B\;DQjEF9jdV@?D-DuQGaPSPaMV
+_d?7B:@W?"U&utRD=J^5E#KO[*WSNL&A90MqEB77XRl-UTQ@lL\oj_C?L(Yif]lMkJfYa#m?FCjIN2
+k1[8uu1q\moh)~>
+endstream
+endobj
+37 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 95 0 R
+/Name /Im22
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GarWtYn=kr&-TdY'Ti,P&8`hj-!)3;m7[6f#[email protected]^nmG5b=cF7Hi0=-l6AV#$qQ;K()
+&]OG<Re(l8U'@1L"]1W[s&YrP:LP+,8<7%4*)[NfSB.eo9pqF<Ji@>iUnpM@L],K^[W1/dE)<Gufir
+/B*eb5#N,ott=1J&CI.aC")==@r~>
+endstream
+endobj
+38 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 96 0 R
+/Name /Im23
+/Width 33
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gat>N0b+7>$j=A*:-(=)q#H"":f8G(/,'0=](i7R_NcREK\\.DJrXFmHgRAT"3bb;D,Z.JZ*T8u/jL
+=/QQX(N==$Tfccj`i`r!\A8<kD]BH$8VL+"/AMn:BhJ,Z1MY*9Ku66G3=e8Ws[,?Xf\m`;!q:b7X&^
+*n<hbf(B3\jg6~>
+endstream
+endobj
+39 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 97 0 R
+/Name /Im24
+/Width 33
+/Height 56
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GarWsYmnQ('SPH&Eo@K]&<R\U.?LhB,>_8\`M6uYO,u+cPfK=_!><XYfQYYje.n>]8.gj:VbT[9-d'
+FohRSdZ0'32Nh<ZIfCb#Brp?c8_T_oUp-T&n_LeSS5VK>\[\;88WafUnL/30#e-r*_hW\;\o`m$Wj8
+oCVlabqQN:MWh+&]&--1IiG'05lk1;OR~>
+endstream
+endobj
+40 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 98 0 R
+/Name /Im25
+/Width 35
+/Height 59
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gat&EYml4+&-^F!9VaDq=qFuUdRmP["?(eX(kiRW!:QD-Ts0UuYIWH'gE:D^#I-;Pe.R0Q&3+(5$#!
+ehN5UY\km<2;Td+t.bZ7,qOdN`U_,W+JVF(="3)uAMf$Ig>n:.[TB9@ZG&0=$o~>
+endstream
+endobj
+41 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 58 0 R /F4 62 0 R /F1 56 0 R >> /XObject << /Im26 43 0 R /Im12 23 0 R /Im16 29 0 R /Im12 23 0 R /Im12 23 0 R /Im20 35 0 R /Im20 35 0 R /Im23 38 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 42 0 R
+>>
+endobj
+42 0 obj
+<<
+/Length 99 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gatm?bDt@9(>\^do[4VeA;SfWFq[OXG^ofMP6S=KZV[XN>oN$+Q;m*.?U#gTqiJm^]:C&P#O3dr]T7
+-Z]tF%6mQ^H<n%O:]HhUk%8,!OTG=>?(pS%Eos6$)fMio3Il$X<N72XoHSF5;4r8%=hs6d`H:D3U<o
+q]#lZ8f0d0'-3DD;@+"/:WS136CRFrqlY@o1T9a+mlVr(\9$^A/Nuij0e?FrlI;&iPB=g$mK]kI/!F
+h$c5#*)[sTFr^h`)<r[uW#Xfk'[H06$iiKYn]"</.3g&;!F1D+nb>'XH+NssQouB#_\[J!'PP<\s=H
+DUL$tNVqa2=\NA0g,eQZ8thBc>"Uj*0'"[#E<Vc!6=kg^O-l59?iB07U!Vra6cgU^2i;]K\f8#a=@g
+f5[nh\c#trQ,g+:fq7W6dN&0aSVLYM-7b!:OI<Ot(k9/_APe1f/J4dI@J81$-!2c(j8<Ma.kY:e\&j
+(I9LJ^@j-r\)T$,;fO%i,l`99n14jV\j;32*gc?q8A='Iu1W=%uVBa'n-=Vc!-1lkCh4[\SX!qJl.f
+O,f@3J>DYrFV2-PO@/Mc)%PE@?NHi,1=KZ@U^*G1TV[TO9Z2q7?8lVOp&ESQ/2#XGNsO[(dBUr9<IY
++D(''&n5PVS0VERPN9^(GD)4^Tn9d7-S(`i+HL3X\K1[^9%;@!b9Jjh,CR5k!`5h<JLhale*NUk+11
+"m98,390M^?$opBptW#dR]5&40d!h'!WJIZIG68nFaP5lEY&49Z`+)BJTT<hHN2LeisI(7u3"cVt?`
+4U(Pc@1:I(cHQLcaPlfWN<eS($oWBa2+7T/poW40\cQX\/TgXJ)GWQ&>Ya.k;tQ6!!`)+d$G7Vm7%j
+]9%sd*4YJ)LUnpIjW?I?u=WN0g8GfX\N@IW;sOaWs4CbLYm7;CE=RU+OjHqhIHC<qY";mkp1$&8nbW
+tk,r=Kek/0?A9DV$_odU!-mRkZ_`H'2anqETHQO<M!$u7HB0V9+\+Y-<+&Q:`0t*YBqGIVS)3u)uYQ
+Apf/Pg\fh#Kn3ZH?=D\S_gd!3"?0LJg'KjY4(,@d"-k45n;5N+'*Fd*B3)8p@jUo&AiQ!Vd4ldO?p=
+!,%I=8Ck:c_UkkHJLW=0N4ekQg%/*9-f4:5<k*^5d/C/QXJX?%Fk2$*0?_XJ?Y$G9.qR!g=7km%U:2
+JmL?pK-\Xba$3qS[[BG3Ka!k#,;gih?=;6J5k?:&WS4ZBX@"jI,:Cc%Pi3DD,PFF;eUrgh$C,cSk3e
+8-*U5&sY#B$OEZL%BVn,E,P8;J3Z]jLu\Tp4@TGXoqpjgcorCdHl'Ur^BeI'$]V]/"C_T>R&B4ZEAk
+5d%:b+NA0g^<.bGd;COWj4+8X\C%^8F6V"K>`f["50f,h]k*E;d`dk/e:`F%0BB0Gp0OFFd98.%n$O
+D;Pg2<;shM;1BW3o37ot3=#?]+="4Wb0B0E,2eE]RI9=Aq00YdcnYJh`+3S/h@^`O39c0^:\C+M\<K
+f8HBg8X!%cS[qACafs2$aeliO1=;j\]P;[fnbO+JhA#?50PiJjD=Q:OT"c<N-q9(h:S-JJ1^!>jO+>
+Va`$d`$2aCfbt[RqMZu'j*>of2&hSd1-BF+8@G'_8^4<[email protected],@K?Y_3eENPpQU$847Cr-/,Zqs
+<?VL8^6LJs1HU%L)q2r[Q'\i<:FE3(E':b/pUOP.7SJ;!K+MD4sn'II6^OI*O1!4bE]ki<("]PatN'
+.e*h:kCHl%R\2N4nF5%?-QFB8d;panh@WVeMY%PY=g!D(SL_0Or._=G'I^V#+/%t&ol.m8O3j]#=2g
+/Pmja@!oBi91<`/+/:i#$K--AP!/l7CKs,ICbF]]r*g.KX"iV0U3?)ADn9lmAAInp]ciQBgf%i$,_!
+$*7`u5C?1=Qb6PMT=mg-bQ66[+)PoI!+An1r)o5-G+ldq3JWri>CG.SHG*8c/K5rUoP2nlHqWjNU7"
+CNTh\,W,n89<o.uV=p\6!q]T>`8X@m'g2!TO7mTH&)Yu[\XOVn`QT/@<RQq]CV$BU\98bUWgRVg/Q+
+7dXi'4kkji_s6M)dYN(g#6_+>K&NT)@"ECcrI[uS;V5q@od9t?l<g=]&4Q8XsaeL)_"8do]="2:R9S
+8Z/:i*Nif_q<2rc>Jr2a\u17eud6j6u#E)[2:YJ,Z$AGZM(p)nPWdf<f[4)rlGqJ@??03ZCckd/E].
+r&I\I^8g$M0\#QB^&s"/-0dn*5p"16k$ufV&8Q2bD)Rt>lIVHt43E`l-i],ptXV7NG9HQ?Q1PH6:q$
+U![+0/*)/6&EWTibIO/>SlU$=dm*,(0&Mb3IXf(Quscr!R)@f'D`jnhj^Hg^!uDFUbV-fui)pV2?ES
+"\W+>N8:=]l\]AV9NAoQDD%%$69r>&ZC86;*,*>Y#/b<SdT>UOkaOeQ$7?65f=?`KK":^Oh+B4-Q(3
+p_O;AYoY`]dO,:P_8cki%(W$@*f#>bAp6Z%rsgBEEfhR_jT3Ms3Dr[J_eoBikSZ.XCH$u4FBEuW/7p
+Ts8b#c@&F>m\#lp99?)I%:K+C#L9'XQhC=_ol)7B2@>=/KhbW=f>Q/WulGM<5CT$Jd:#LW<T%j]'nP
+70&#NI[c94LkX?pSI%/lMG]'f)M@T$&bO7\=+5\o+h75`Q&lV@L&aBOC`Icr.f(4i,+_c[4.`0B"3j
+3r,6ULfanSW8H=8)imqiY1*k]_>dm]-&m9qDDfOcq6<OkBc+nq[;0o<n!:C['J.Ha+E/NpZJY&k8;_
+IG1$W0&'DBD&#(GX`nbuBQq[o271Nc,XeVb69LN?Z*+7Q<,GHqVSt<OqKbq>%cX;p<".E)5jdsNl=L
+2LmfkA_0,-MSimgkcdp?InoE^io<paSB6?;/oIET39U(*/>i[>Q!8o$ZB,;9/1BuN/:UdU9jD'464$
+m+pgQ+DZuJ/Gnq?a]lsNMsT<TJa4!3@]^j>+?aT1L*d&:d`c01@cKcaWl($Yf9Yu*R!sd2)Whgr^*n
+'LG;D:pisu*hfPo^b13)-cr)DcV0"#>Kq/Pd_fRpa:LmZ7o*b$8f,\NO-g\NAE0&U\H^74b-A4LA6a
+m^7Gn<Ih5PK;<g?&pgFPVKJ#QWEgYtO_RVuWR(E72,)-]Z`>eg.<U'uh6oGH!4l5tTS2WQNdXjK:,5
+lWA@ETTj/]gV17a+W;nr)CG\WglA]Ge;te5I'!3KoAY]\-8Z/m6SMt;8W4JY]9l2t>RrY7)VN'\4L7
+>WbnNanMH+I=ggUl?@r[*rM@(M9[uE>iH\V&mi0Mp(!ONu3nY-%.Cs*N'F/EHG=/Sli5$`$Io'Uq5'
+Mes>*il5(83Dp4=r\.Lj,UWANA?HZ+b>?PW%B9^8Nq6_ejLbs"^&_a&u.8n!jD-<DYt&,c>\0Z*Odb
+bL8GmA$'n`D;:ouu.)aaI*E)\J]8j?'R(gk3"cc+oQ1P;O4$KH]9kQolVaFOd=SuY"Q`.&+:2!rldR
+%FiGYiVGY+0kh(CJt8Dq'>S>3MVW#i@E-/b,q`X3oH-#+=l=r!G>!5IdPUHe#SB`bqD`<+[Q#e?X?5
+[PG+ObKq3=`Spo(\6p5@<CI>u;StHe[NiJO9OifZ=7fHH.bK84N6Ll\Bg6>bDM7Y4)8MkkZV))PY3W
+)<<:5?D#r4>-;K5/fRAVb6kT&3tBtlMQ(Z?bub^!5jTet3[JARi!P7b,>eal^"Sm!lO"ZQ-sM3slc_
+>)q/0?^aM`5mJqOBZa;+i?J,S)?@;$7ba[f>;hh`T\6ud)?D&4X/7J$%$Ts6<K-bA4cg^-#eb1hN52
+7n0S$iUcn-D.?>*W4Ii3tE'66#kW4.F71cSYAW0"$fX=;q<cL^F@mpEnAe^qcFU(?+#oteti_qoY9*
+AQ&C[BdNc$iN]T-q:g7&Kg#"$'=3[6sV$(J(nGAbOK;\s%41kHh'M,N"@aiZ:Qq@WQo\838$jb8jRa
+'dqTt/;C)f`\Z:H).IV^p"5KgK^V^'A2/[(C7RY-nNhAW6,5B8>iog)4C4-epeLrD'NfSoPn"q1j\A
+k^gL=u`XE7[J5%F+e&UtX.k0qNUc%M,4i7+_Y:HGEaO2ro8d6)75N%@;a*j_6_JA/Qo0EWX:E/Nh5Z
+qVn&UX94F:Yi8/C3/&r'@bZ%G7.#-_%]B4bG@m:Yr;Hf`HuIZmiX#NS$$oE7iT=T=#.CC7\qd]_!,=
+l\neJV2JaJ3%)Z0I;n&9\.%`Uu.f[&^@:G;!LH)t?]37EIEN6A!m&SWA%%'T09Gu,nYWpq2%MJZq&s
+adc4[lTUdFgAXf5A2Z$L9LgX9lRmU2jC&j>^UGf,#F"p2kV[c*Go;\]91F'0R-;CnqL$Vb0]p(4*QT
+[H)\%nVA?BJQTT1i%KnBW%\N$1*!TelF*j-=H"k@rplb,Ub.O5*3!C+X>`W*IoZs_=\0t71"8r<jMn
+Omm%1ho>NYFj8R4L]a3dAi9D0aE'&WV="kU^cY#?r(E>FRZN$`YGS:ltK1"2ZH4YC#TGG-M^bZ6'oW
+;?9Af<H[UY;K]7O''3<2rFI<Hb&In-+d)VqN<h%r7mWIR[U#77n55E`,UP`GaBr7d_2&n>W[BL4uB>
+(.IGY0%DXQlft"hWblgtZP'rqbO?X(M,?)N9OD]"ZUUD</K;]NdB>Q^>XNAmT%V&"l3+9e-c@"8+8L
+$0Y)>`@9ejP/Bj):Ig>E*_1Rb0ah!9*K!+8l:+4,?Jp/(gu#Dn=Y0[f=Pu1TB=%I=HAl&uFH""oIE6
+egKLsY10@9CTK2V:8oP+LgfK@9YGf9TjF%pGcOWTb.njhcH;pfI.7Omh&43M5Cju^k<jusO]eapGF^
+?_#p<LD$.ft7E<:D[24$ftnVk"%Gq]R"%h*/2L65RkL75LY/SMGcg21S?.A?<eR:)dO;bq02>K[q5g
+Np#B'UucP._4#4$[KnuiI3]c'KNSf?DWY]Ju`?h,"b6O$J_7$ogfC6"iU$rr.ZM'chG<pMJ]?9EK\2
+7D7Tp_#QIAR4(>\5!C>u2R:lG$6OS3&\(^dM.Yc$4]V<@bVV`Cl[aOUS;;g%)!TM+=[3s@@%%\#[\Z
+hjPC_E",CnP,'b28]V$=tPiKeZ6WW[`-GbY18E)/oAnhL:m=?jI%PnKqUIO"A+riu(`^c-q6F0?E#J
+U*&iq?%ior5%k+0of"N1<S=2u#uD-HGs3LKY^#ub"o^cH>*WTW(ZAi<8Hno_K0AX@k[&c*3&05*n$.
+_*Bo54q,;\u(Kjh]26>jNi-%[H.ob?ZHrrFD@n*g~>
+endstream
+endobj
+43 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 100 0 R
+/Name /Im26
+/Width 59
+/Height 57
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar?m_$Rn"$jG!24a?<!NoF_5R\Mi/Nuk*6INu3kL%%V9q*Ah`)uu,pjksMh:3lp'ZA?,[X.#L0Xf8
+pIf)5';C+[sNhI6s$)s22)N6s$uKN"KT"8</.c<SLL2E"ot20of!md8TdD:\'Uf&B\KBs40%pBE-8A
+%V~>
+endstream
+endobj
+44 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 56 0 R /F2 58 0 R /F4 62 0 R >> /XObject << /Im12 23 0 R /Im13 24 0 R /Im13 24 0 R /Im19 32 0 R /Im27 46 0 R /Im13 24 0 R /Im13 24 0 R /Im24 39 0 R /Im1 10 0 R /Im23 38 0 R /Im13 24 0 R /Im17 30 0 R /Im13 24 0 R /Im13 24 0 R /Im13 24 0 R /Im24 39 0 R /Im22 37 0 R /Im13 24 0 R /Im22 37 0 R /Im13 24 0 R /Im21 36 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 45 0 R
+>>
+endobj
+45 0 obj
+<<
+/Length 101 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gatm?bECno(#AUc-nF%P/Ik@&YO"$Q-^drE&j)ZT,+Sm+YpIC&W?J7'4's'0`-kI433Cip7Ct5f#i*
+J2k<A\*iQ'KHL\FRTmlj.?B_D#g:]s4u$IsY$5>T=T8-FbT='64OTj0`t='s,nratiqT8,C^';6LGC
+O\8n@??5K>q,[AE2X<@aWd!nrMQsWG"8kiJg/M-nt4*8D4f(jbUu*4?'?J>/%o5N!qr\\_5t?I&5Tc
+;lP!q,C)mI\'U`T_[_KtK"Fao_Hl$*X8J$c$Q%_M'#kRQ"[(iO!IYMnXEjha+5RaQ/Ni,6mXP:#:RX
+[u_WAiYC2iC;0=_\aK>\:jchTG3`#:l:JJ;9C,m09O<m+Pgij/2/.kpXtbA,:tS0)KC%pW+VOYe;Um
+;$9`;EA<FLg:gG(T]L*]__5s>'[ECgGNX!JgO##GrtU7f%a=3A9R9`3K'dP.Fit2qBY,;OU-?i/3-P
+"\OT5^8fod%%rN0?3UY(&M1<O$4p@WTWXH-Ze\f_Z/Zs9c^+pc)sb1<K)g\'[ufX*a;q^;ZDXh&Zmq
+f=V)J^mG_$7<Qli7]@P@^&1^JIk:AEL9GnIr<kJF+bL."fQlp*QB#QMA36(#JuWaLuC,A-':ZWr+$"
+e3"L0#kgmo5/"S^V:m#?U<_UQ9#Be[>K]A4;ZhNF`5aKZ6">Sm.\ee1T%QZ+E];0!?\(u1T1[^<bFo
+tUW\\UGNF?M5b4-HRKp3':PCm%>l$b1g27AMZA1c:Vk*=f^qDpf&E:O.25>XXNXh;_OKJ<nhYgks6!
+(VlmNmPPuLW9mAL#0,;eNuP-@&]ADC#TrG+R<qpE6e;hVhNA(W1_[^sf3Rj4hL1iTFA8t^\eUh%q&A
+t5#kiKROK2BLAJ)s(!a*#k!A"9('u5ucLJr%iiV*`u8=?X/`)rgTXqM'BV-a^miY\bjlcbS]6:3'HY
+HO09fd=<P?pVa#pr1,!'K;qt^N@c(QeKj+kM%q^_X,9[?:,.!3:uFQq/QV%_gj[f(A>-7Zs&kJT":d
+>_43sV8h\>tU9*j<nS#NuQFg0@'ga`_p_J3Q2\;qfr=UaF5nrI^<2.'3i-$7E,$p[BR9^p<1%]TKW-
+AA=R_`QBd'[DI0Ds[5[';=$0iGtUkOEE\ib7>JmM2eu,:Z&N3i7k(PPDsK1QkNK0?j#6JtfVPSI\mU
+E7b^Q;[:jarsW-]`(Q$uYVd\,*^D`uK)Ok*N66,`)1fdcFk'nC((ke2ZTZg!&2kgsI+^H6"bB3Y1s#
+l0WEFJ(*j12PPZW;>`($SYp%btK(bAgKktZA>$j#<Q`b8nTc:nh9M^-T(-S1hRG%g5hM>c>oa(4!uI
+)g<_<9=V*+qrKGV\.@7J$rR>+u-\?=Z`0A=in+G40D"s*Q8=D@jE"+E$]ODn'1`!dsE2V`)]DBA?Qf
+Z5@Q/%4heJ^/6Rhh=5'Cs&-FC:i=r^[O3OBo0B?"lB:IHeZ\:gL#fjS,HeHn%oSXmoJHC5+41KI"i9
+@?GXi1E:bVk`(HJ21L/1moN"0Wl(n^u/cGZ?ChZ;je1O?pm=3n`$CLdpFCK?=$F'4+09m\TKW(j!b?
+l>b]u]0j&sO<\2%#5m1eT[RhWJ,4uF,lu,24^"t#"kTbB-p&oW5GQ:JB4.qrDin\I-V4DWM'?PW2Re
+,r*eP'sH\06gLJqGt+kg>@njbrWbgA%#>/um=C+iTO&TAYOM'mbcFHk48mp@4+io%<,8h*D)_c;ker
++"m75QHV!]S-@Pl;j[ZX/s`poJm???Ql@?9Me!k,k[i88jG\b.d[$[;nZ&MH+^^NI*rTTeQbEs$N-*
+f#bh6R>ffsckTj"0QR\D'a+nj\O6WY#FUp^^2q#XbZVcjRNH0/&]29Qs7cN9a$DFfs`JmQ".UFMsaf
+.&3<7nQXD[J,Y_7D&bX.II/3co-80R0&6O!6pfl_1o.c0E`9n0h/lNI$.B12DT,jYnjD!/P<TeS*'n
+X2`X(>,G1dodA%*X%%5Q+\?@$8,B1tMR/EPcr0nc1R0baNO0gI,6e&67Z3!9C7h^XqFu\Z-:*mLNW*
+:3&/0.4l:$!7@$qfWDgQLG@3oJs$Sg\i!sVTG\n2_0ePO,'[#]'PZ;u%-lRF:kio50DYY6m)s,@XlL
+XANu-K4Or(@S5`]JVr^SW$"*bc17I2cp](EDr+,ifC'Y+-hj@;9&0%;9#Th0s_g=;;NHf>q&^G3tXr
+TF%OB1oKXti8Kh1n`M]V^"#`\JlKdDV(^J*A)^H\n17]*ir7)MHCg*(/NI5PP.![F/@4A.GeL1::?Q
+.uL=s[,BSrjR6M*X,WK(5KY[G;U]oX.$*=E5D]a/GqN"ka/nE=4'>X?Mr*1M+O(#N8ioG_Vga0IS18
+K0e#sj&2.97<b^j=brRV(^#C9AK(jS+3KV)RQIuD3J`H#@cs%C<?@%M7V/\+1(c#*S_H$-29e=0%D"
+/,buA]ni6=f05'lL9SF)K<QHCLP]ic*ffT/Yf:ou"Bk]6_9N.-\b"ZXrR\ZJQ2#_LMb2^>N4H?J&EN
+99?j6A9,_U;taXl<N8oFf3u':hZnFnOs?^4Pkm@Ahaoi+>d=P64d[9*Wb]b9A1R)3Pr_jaNOQ,haV)
+OUMN:(6#Vu&b(0jaIJdUN7)_Q)hK#@0NDrG!`:(!/TtFfZUFufV"d%H5A<(*,)/#3Q_2:Rj5lo'2=F
+Pga#'Ii=*;NEt!6'U<fUX-klmmf=8?B:N#^J.;>^k`IVYJF(M.osX<PILm`"\TiIJkY^Mo?+FRaFFM
+Z%SDh.r6@1@L/FM(L9#KQXVYifF$U[jj$W1dN8j<;i6YSnpmDqI(%d-%Z,4_4XC*PN5p6pHr5Y3bTW
+Yu8UZa>ft_(Dm8>Ui(\Ub((_>1gpSW$5Oub'I/X6$0,,4Ukal*OZ8@=\9)B>%:CuG]-FK)O$7K%=dg
+rM*M(Bq'J@[YO/Vu<`9G"oU"3+*Cog=pHjV^saM6T-Z`"__8a^PYAJ%#m0%_B2?_j3%oJdu7+,BReK
+#[n4":F+m?V7\""=3R*p@gH%sfIN,"BSSkPDVG=$dD!lo)=o09-`%m(3\c,A<;80'h8QM;Ud-T%W$I
+*!>#%YP"'QenN<tCef%&c:BC0QHu,)Z3W,JmiHEDC?G&2QPN]/6F<MjW*O1qo-sR/?d7nc.4dU>3.^
+/k3Z6TBZJ5b(?,bI!fk`)J+g%$[8BC_J*nP/Z210\L?5O[]a=gh74nLhf_Qc$1Z^Z@$m)_l4:q:D@C
+Z#Y/#a#,81$YDEXQ%@B$"YF[k#cI5cN=QiW:[dreQV.'N!DW#Obb6]64OAJs>PQ!gP3M`!<7\L<R:,
+5tJk<sEB985s7Peo/\5-k\ifi8fL9F>>m.[>QFZa4W,3LS_YbiO]Ol'$)2<P48AY-/8%2\$onR31#d
+Hb7]N>eW`NHD4olP"nL1');$gu.XcEGa-01X(1g<U=qqI>]_`g!&*@NOAKloU<0"rc*J1ac\9)@5S6
+c/9h='ZM4%Fe:i]l!uctuq!Ko.:Lj#B48Nj"<XLMto3E8K/2Vc]^Lki^HLjaG><mO]a\cVQg!E\p@Q
+eLpc[PF)oZU5b1AN9ijDN_2l%dK"Nm@/Y#/=b&eD9o[BX1B:LQ^?MMrI\@eHOuP]oh:&&qI!p6]jBI
+[F?sSSL>Cu>=rFF(77>B3UO#l8AGAEa)UM#:/+;@`LV'TkOJ3WIK[0<R\g-O1P36r,c?Eo=hldG'])
+jc:*!Drkr"CP;,$Sn,rSg)"<!nSgk\siDhI^4/5KpUMMkJ(<$=@4^DRZ)V$VH6_:i_CEKhJp@MPl#/
+LZ((WnZ`O`a!'%Z`@Tht/5YieWHf9k-%KQs9h)$%n[/)/^(Kp/,_3KiEDE2ZLq\%=B\tMu4%tT@b]V
+h(]Mfnch,n;\,4T^25.aLKLip$_[Hrt"c&2dqR6;[Ng?im;6)=7?K32t<M>TLgj_9[r*pg,h;iXAX2
+iA$%J?H6<rY\58=E?k_#m^2^(N.],u@>6XOMlb*_BrsN<J;c9(m#Mt3d"N#J;.fugN$c*1#+bfMl>\
+!TC2?GLFUZI#!phM;\3Uk%']/Gl)4D->KB@mZ#V[cQ[AX<N^>;!@4#NKrN+#Wi/fZ]Yol/MKVRU2cG
+8_*)lG&l$:uT\0:gcSA%@(Bk^3E!_"b'4qCb?;IG3AU`d$-CUKRo=03MuVXe"Nki<`u>t`-=O=kX?e
+)O?(\8W&'7O"=q(Q@<:#(BDDZ=A5P\N=j>-*Y%;2SFW+f"-;qH0q&2t;nB*s<B"1bak%9DRF:hRP_W
+&G7L7Ym<JC>bH%rB+I@"_76,47'O"qIKB#'ap$:[=)K^]OV/>Wh`p3AKPjcVn=G7oZ?4r;d*&*R55P
+S@cD6U64P9K-8H<`D*>7Fa$8!(K5tEC*RYp+n\jhEhsMWOfeT$H(lg+=C\nB%36?pMK=Yh#Bt:K;YP
+Zk=FjJYT8hrai?GV%&Rm4*rshDk'NI*"$23<;BG]7,r.^T,I"GYQ=+Qil#Fk)B+4a7H9OjjF28dt1W
+NX)kS/%!fiY0V+Wm'KXCs>_n^>50IL_A&N7ruk)4#N"1r?mf\V_gV2=9hdH*+o[*nLg)>+<hthqSF_
+B_'*o<S%dI+:p91Z$1'6TKs7T3A)ir0%*h(3@P\&9D2![m*'$u30m6P%?dqq2o)/0I^@dA]047a?XH
+buI>kHiSrTUE#AqL4?@5$50UJ\%+8,=3Zi;@qZFHl,9)VW5GZXM?'!F,itJRV'&a]Wnpd$In>eoJB&
+mohu"Pmcef?n;lB<@Wpd-dQG,S2@`q-h!Hb7L\Jmc[!I*E=DKYB#G56"O0Cm5^MZX1P[0R]5qG[S=9
+WFML)Pn?gE\Gc5m0`53_Z&;PpV]3V*uNZC/Vr)TA&IcC^ipV6f,Rha-=u01)>A`l55gf>DFC$NDXG)
+u@ct5q8"JJ2g#_j`Vp%+h4cgK)5b9^q+T-kQ\PR4"F'Oo&rha(p")2>7"fSdjVRm<EuG.?nT)$\M*j
+IAWc_$097>OLaXYa/XcDj$(go/[email protected]\gGa%+-EOM[3HQ!`9'c?kLt*i\)SJUZ#o\#]/-XqpIL
+=!$[a`a_MO;VS$08f2Winmk%6r1Aq"`#Dn>epb4a6I^-N);e6muYiNFlVE/Y9\(<ZDM,lc]J<d6>F#
+0F_-gNuN/LZEe`Q"Z9<WZJ?[<US$He#enJdH@g@G;U!#Pj)Q>@m.pk6P`$HB4?=[k3P8D#oghpP<K/
+2CEs4IpFbRuN,Xl(p-1ePG^\"@V',+dK?=Z`AWHL+XDF=YK#tC'09FK/)&`DN[_`a0M'=HJdN,GoG6
+OUJf#apIRi0TWAX.C+&kL;7bE!]C+IAb)_n3$kEgCB"1W-h%q54%)62/bu]/aB90>jh*^6E1C*XY'o
+XF%<4VKA(WVL_4YWq6R\Wr@aB4FB\P15ArIOW;~>
+endstream
+endobj
+46 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 102 0 R
+/Name /Im27
+/Width 54
+/Height 22
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gati7%g"u2jSqG@WZEA*5]]b_a*%GAnhm*~>
+endstream
+endobj
+47 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F6 66 0 R /F1 56 0 R /F2 58 0 R >> /XObject << /Im22 37 0 R /Im12 23 0 R /Im2 11 0 R /Im28 49 0 R /Im29 50 0 R /Im12 23 0 R /Im23 38 0 R /Im24 39 0 R /Im13 24 0 R /Im13 24 0 R /Im23 38 0 R /Im28 49 0 R /Im23 38 0 R /Im12 23 0 R /Im29 50 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 48 0 R
+>>
+endobj
+48 0 obj
+<<
+/Length 103 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gb!;h?'F<[email protected]`m.s!mECPo[0e5lQptqtMU:W^RdR_Zn]^`nbCm+
+i;NUB!.)dIlar%S(3eWhSj0C?-2A`8S$Vq\1KZI%;SQ>K`9bHe&\88'8?f$b_=]88(lQp+=+O8ki.6
+7>(s16L%8:6a7^Y;E>W<)GXhQ9nH9`5c#>-jsOm)&(uEYgsK3/R;Mqj@WL-0[<I2'rH%-b`&i*W^:q
+RK?>6Gd`PE)NK'/%c^R]kS8U3S#Q"X>M9]9HJ!u8ZC38^F.Hcng6JG@kju73k4rLMFc^_3&q<I7f<^
+g.l]([PpC]Vi.Ikf](-52)Ud<Xl<miEh5^3<L9I<_3FKs&52@S4BtCa[pN^3%i0.^ZG/LXl#mp7(<a
+5::r+QmaTq<S>)I/BcO/@BL*`mS]r6XAl_k;P63WW5;2PR[]gYX:GVYcX>EhqA<'HV0i'#IC+SW?u9
+6mQ=]oc0\;(kGNkkG(&;)V`V)#%cLT1C/BdZO@BL-amaB,jb)2cSC`c`5/D8X1AXP_1bk5Dt?2@N^(
+hKk2B)?g[<'p?P@9KH<$@A1pAG>:t@=kfJ5FUU?PCQTC:o.#4Cr##2Kn(FO0.gaRJoM,Ji7HhTY6UF
+G*'fqD!%-6!]TYOPFlg='l%?:U55ZbnPJ;C$4q]CKK<%V7"["<r<DeXfI?LP4%_]p:AFJ?S9Eg1uj]
+Stj[fB?;2W9M?AU6\L7]mCN)j\D[?">uQ/sCG%-A$@;,EeN`Jo-hO,Oc^(ZqH)8,<V/949Ol3OPQkP
+)ABPU'rI-o%U)V^oGk>*aPgZ0G[Z30PeEW.!"`.p@0R/rWM7:-(3>&5Q-ogRAeHI7`*FA:"ga.3D-^
+a63-tWJ4*;J6(K*cX_:pTTNNs#:6Jh2Q#&JO#-:@+P?n7^NY:%GoLI;D1h2;WM@-%dV9k:0A5cFR;A
+Y9?ueHoBGdb?03+.J)B/][Y[$dW`HJ?g5dcTl/:$'V=O[SDEG%?!-TbF#$*S;X]EU%dpJXk17+]7:4
+=M(mMuI#ubXC!q^^/BNMF*4i4^i;^]Wp[%U5Qb@7B)I,[p0#3nb1#aB%1Z1KcLr)8*lX@<P;0G.qNn
+qGF\i4LCC,Mmh8]"T/@KtDFV1c$%Q;J"Tes4ZO>m=g-g$bC`I,fr)5=k1Y=A`aE9OsAa5mpo%XI#Q1
+aBB[Dl+u#!2Z2\Fhmd*-$QqJgAcq'S6TZE_$?1u84n&c#HtVZZfR#OSjpU(V@3AOtq/38l5+oBf7,`
+5jZ#%<?3NT9@l=e04fR#OSjpV2q*(c=],44Md1>k\^&L/D\YZ*8)CDV:q\jq]eJ?b6+0JP&n,W;A0q
+gSbQJChBq,-\4%[HTCjQCTb*;WpGNRhI"\h91_>IF-Tu@OSd#0iJ?nHNk],\9eNPV@:\F[76"p-#)"
+pAV%cbju5+o'%goJ0a33$-@m8;8gllpN\_q`!#XWXJK?4]^Kb5e>aR+,q-`bKT.*D1FLYZ,!brZ-TU
+I*\#ZshW"#1G.!cF@]fR_!1\7I;aTgJB2P8m+m543+tn.`)oZ3tgmRq,oS%AZ)$W><@09%(4\-A)aH
+B72\e:st=ZSJD3/h?@cDkl^L=bS?BII07L*-I&J7NE`+cSAG['Ar%"iWKZQ1E4r3(#pC%*__CE7W09
+O0E6e=d4PGKp%OF)PM)*EZ&riqaO#%4J1*6]m3"I=0cXJk!"NegE5S4BOktD_7P%YoFA6BeE_3Ym3P
+QZFr>V)lT$/,O]S7t6_Ujru@\'gZG/7A]Y`X8Me8:gB/_YUa;i]fDZbeK#\1B/heaS`)0,4hu^M9N_
+h,VoD[PK<Y4:*T;el&P9+-=g+U:p#:=K_[qJo)$=R=h!etd)K\Y/7u+GACg].qT00nnIA%#ktDI=C`
+-lR^XVrAoRd%co=N.eT@dXVU*s$_@Y*d$W_EBC-jsm2,J(kpcoP=0C/dZ4nS7TR-QUKVq.ancl&dFX
+PG(=t;2+-kD[5,=XE<'afCaN>p&C2g^E+CL$:#C3/(NH_r,o8mg`PfB3jtF$A.a.IiQ4<uHTqu>U!&
+4A%a-=FC"\B/FtDCP/>uhM:5377fc.B?TdDDnhFlfm#n_10g7j6t/Al3r=jTFSS-nMtVelF8S$3?dD
+/u$ONP&@`nlV(R-[f`#<0[m6gqk_U]8Mu*CZ.#\ARSTkZ#ZOeKE4:1iJ1q3l;PIj_Xl[46[jB'+Lsp
++3+$gaG]X=VNOVF@ah'@<8@$Gk*2&PeY3-Rglp!&MiA@&W9j`+-Kk:=hd;Tjrg2\<U4DpS1^pul[o9
+l=@9o&&j>RPo_Rf6WHj#54&JU\4'L+BmlWk]siSW7!=Q<fXXhHIqS9YWiU<fjG6<B3gnn!iL-Ku:$_
+T6;$a7@191GhF?>S`ni&Wgc+!Wme:B?TJO)_L6'CY^]8$$RgK--N5DlKf&SY@^etu3U`-4#9@b?/oH
+2gJXo>9"Lkhu(8SRWs00E&$uTU*3[C-$W'[h=g!nc&G?c,WrU*s=mYVRs8Y+*QNDU="0-/B>BofX<@
+Mp5_4dDj;io@UFP8K8e\+Sab>Rt1qD8&XrLV'&Jo)@Y"_4QT_b'`NE`F6"FB@K0b4N3Z+iJ>';<t11
+H`\p?:817HPDI;[37ru(i3&1N]<VglJfmqb)9iINZ%*`1"mbN=lUCrktDHG:&_RFXciM0FM3\COP@a
+k&XL]'F$%GMP<6AM6ES*&nMT'N2ebk9lRCOfZ\k`O(m@0!Z)E7Irl3:rc*&U+<rNnIpQ=K]agQ#ut'
+);R@3>BhmWHKMR=*UAE:P9RPSWDM^N.Di4'II.R0Cj#ZiERo!r<Ti?Yfq#R4FXi&dFO2i<P"H->H\\
+%epsfb0&O++]bA)%0iX7ep%&To!!m9HI:<nhY@mpWS3<is7li+_W9WMMS,C6ZIjqfj?8\2B`K\+ee<
+O7$I<md/i[L;^;5*TDo=iq1XYgVOA:1bF#]$uGa@LCJ:kEY/X$=eIohel6%Af5Yr8pTdcO#9&'l0()
+A-A?]9a8PP<WH\%+kK]u;;T<4h;SeF[HAAbub+\4EnS>M2;AZIJfUQ&TSIL$/m?[BP4?o)#m"%r4^@
+R2Y:%MG<Nb<un_HHF;mb6X9]Gp("m>%dQa1'.%IMk]A_n'/^WX*TfSgl/7jISpJZ@Ahad2q\?jNrJ$
+omL`i[.;o)k'>R+&jg#qQfk>U\_(nV,leg(\.%RYRW1n_mkhc1#4d:XT[B"')$3QEEU\.Do!g0V_"d
+[-nT>9bWgIme-(pd[b@?[3iRA&'m*do7E"[Sf!Mf7\SBb+3&P:+&3$V)4e't<2*?8_)^\eI7Y)05iP
+JSst7<Nt2*8<9,"aSap9D7S2l(s`*;Zo8&fnh4TDsl?AfNcOlThfNXqk2i*\1`R@JK3k+0p&0_pj?7
+]RcCS#N!"(38.i<j,NmTMMTiGacB)V0rF#kaVM*,a*AZ7C8f"P'ZDN8*?:_Aoo>Uk/5nDV?G/lmpVg
+X8*83a4eaETrc_AL(n`;Z"'.kj,&kU7k?7]`u-Enh[bc?@Dm1[eThJ6CBkVVNTNA$%r[T*eP_*:I<A
++6k4m<<RJWGfcV0?rTVV=bU!>"%JoZVi]lZ^'n<6eCK7Tg+[o2ZrDpsMiHm.?WcOp`BnHb3=P]8d-]
+[9:Z/bCe6_.f[4fc:EuD;Tk"1dkq;?ltLudq8M)(q!)ol8VQ,^`TBl)Pa?l[P0$CAdS@WI#h+T4&j_
+![h/81\j_^Dnu!A_`NYB8;.l?gEk`JeL\IP!J1%88tT(\jP=1*[G=8;CK%ABZI*\+Wq7SQ*[8^!k5>
+%)<uAK<VpD7!@:W,cT_E!*W.T@hDkpF+IjbmcHGV9gCIL27/s`gr4jV,JqVN<f][QjR>sg>XM].uiB
+i=QIVFfK3C5lQ7cHo$o:Irplc&5&qRB(iS[#+7$5r!Rm1J$3cG4Cp,$=8Wa(BP4`,.9cY82\_'"'K&
+Qh5;,.X?k<]f[<=E_hm=M]\/!(iUq@M&`W'Q9;\mECYTdn>HL;U)5')jI,G[L:2n%O[F;0EMVK^F!'
+`.0fe-fRTRA_1ipDG'BlZjZ(C[,ek!CWkM@H,.e2%B\4s!D@[LW<^jGiYNBdQQAJbajX&['^(S+R>\
+!:8aUS!LC1)iM61W%M#s4_@=-9)>OaF/Pd@#iNY1qV[18^%<nC*\sm0=MD+_;[2#[*=!\p*'OD-l43
+@Pk+sI4kn&Sn-F@FX@JA-](;.7W6W1+n%gaR^XTW!%ZNhHRXiU49EWeI=b?D+ab61)B%LHKg")ck!:
+`c]aCNMD\R,q:Eb3f53+RH:h>[&Z*pi+6PpgX78El/*oU/fPV<>XBQ.^nLGe_3on,l'jdFdZhUbl"U
+I`YJW%\6""c]T:BHk*%p2>Dt7>cj0+LE;o2K7\eP]S/`/i+]F];&<kq[g55m`5kYQQBCM,fPD?olDh
+/0TDnJmBF2bj.,O!P0UKCDX#91"rdCo&&l:95aRT?,$/Bh"Z:H$L1]Fhb([^GufkL?JS&A#]`6$?KX
+RCI)UH-J[UR]d;*BjrNdY8CU`)MMAP%+T2:r1.>)e;DW1B(_+a@+n'M98/D9JeY'nDqDJ8Jo1?WV"7
+oIT3#aKID4kUN%LFH(sR66DQ]GOW>h*B2JKh_erK+/&WM^GhtC*KOEld$=/VGWEgb@B./T:Xu2Em`G
+sgnV\X?LMVUlU8Iif[<9u_Y.GuDZ]]LKf3`%H]624NP7!Ic84VR'&(W\F1IO=oO1Qa<HD.l5&r6kUe
+-Ee+bHg6B-52YbTPh\A&8-Z#1OkB8XX?*"Wg[:L;@?m=#+"1,fU45c_%fV8M]qd.jDU7lN?>@pom)h
+5W26f,n>rgch;i/P1TO=fiNYf-C?c\XS$*T-)/+5K)j!*,g3ur1>[R@[OY)cUSMo+uU18T:(g+`R22
+gRY=[KrMQXP(PTeH"j^03MQ%:9m!!1/-]n]0P]I__5)a[#.Zu)@21#/5j5WA/BT&>oLA#i];Z`3,4:
+JZ,,O;F$usM>buE':p&M>Oc*O9]lkN<0;i=29XYgl_FF,)4cYfe<>8FZ0o:ZC'fEZ(6eCZEYR+e<q5
+YIATZVS8f.=uLFjl#5M?-r*TGZu[hAnMVF+R-"Ir`GBF:)87<3DW$18gt)h]K*I;cshBBjcY>Fm^LV
+#DZ2oMo?I`<M<:)X(UAhbq;ki)7X)>fOFo_S*0Gqn%RM3MLBD]dcB1U\Y\JS9$<OS4`mG0.!dpZ^TQ
+%I?c'Pf:'aQ*>MTLg($>^S=;mZ74qN15nFljQ#*#e.NfPS)q1p#)d+jpu7CY)p:39j/Q-ip+fnLVA]
+tVP>L*]G(;G6-fm;_[/K7i&E@h`l^p>`_m[XY:;i9W3Ei!VZEm#("hA!*t)#U2YIUp&@U5pKrMQAES
+=2aoam,4N)%*@_Ek8'2bZoXGpqq'[,RCEJjKAFc(tPmP^Ik[2@(r(Gqh^eOU]CQrP-f,49_NGRhY?e
+=La8%%O#7!M1C$tFCFH5%7S>qFS:GtW9+m9ab!ANbe7j(b.Dl#3N4'N?G(g.%FFBBAftlZ+m[OJf^t
+U0[P\MXn6@3D.?k]@,3`3PWD3UA;,'9N1-Ul>T[Y]5ZZfBi-Yh5\NDI!0n>3-'E1a"-'ZOE'h:R8hc
+db@E_6N\;2(6&tgA^U4tqKPLO>Lj4uWHD^Kn.IPXQm\D6Z:CO`pJ8h%kooSFR4dcWOaQL^JbXMNNJ2
+2]PV(,d/iO.NLrHbg]\M]>m=7,-V2b&!V.102$BT^S/?jm_Dg\%>qQ8"qQIk?5E"%,S[<D+k&@qc1=
+$Ug83:0^j9m31P!FBqqHFP+3^nVA_O\)=c_T!U5&a5!pKj:NuJfW`cfcRb?22UQ6=\=8i*E4?'lT8-
+$`ALkfe6G2(PHL=4\:A)5s_E`h3s4,q>*V$;1cLm^^2pAKaI'E0D0U's$W2li-CoD~>
+endstream
+endobj
+49 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 104 0 R
+/Name /Im28
+/Width 9
+/Height 9
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gast+W+Yn_!/'qQ1(4.^HjI"~>
+endstream
+endobj
+50 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 105 0 R
+/Name /Im29
+/Width 35
+/Height 58
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GaqKhYmnT)$j9pFTe>%A>/[YsEa^(/NS/t0#Y<uB0_9C<36_b]rl$*m#>gt9\,mn!,YL3e0p!>4A7.
+k-m^P!nK9lu=6MmFM)W+/Jg;&A^?q'e?M5NZ;V+;XPr?)k?%5_Id6)3iM@ZQ-GF=Scr.Z8.U;(%*?@
+o6=Q29)uq0B@o\#=_UE:IoS]?ZEDN]JSncj/TBmo,\g.2[0KU#2?mjm/~>
+endstream
+endobj
+51 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F1 56 0 R /F2 58 0 R >> /XObject << /Im8 19 0 R /Im10 21 0 R /Im9 20 0 R /Im30 53 0 R /Im11 22 0 R /Im10 21 0 R /Im9 20 0 R /Im30 53 0 R /Im11 22 0 R /Im24 39 0 R /Im13 24 0 R /Im1 10 0 R /Im2 11 0 R /Im24 39 0 R /Im13 24 0 R /Im12 23 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 52 0 R
+>>
+endobj
+52 0 obj
+<<
+/Length 106 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+GatV$6'L%aEl[YJ'Q`'3ZM=b-"Na"`D\H4>/\?1+0(1!FAWIJKBV%$oa8,?.M#MTW7$&H<]8%c\SCY
+FoN?9&M-2dT,+*W4Kqu-,uh`dJjF8,Lb]<RcY]/KSZ?[R<MBDSLmm+p;P?172FJ%ba&kJ,l%rm,e*d
+gpl>-!],O3UZ'g?.2tM(JQ\mqX%dZXIH)(nSeGTI<mq:I@kG^c-UdJrc38=?c\Dr$sc#ERkFpIZ`Nu
+Nl^=pK;b,I=p9;<iO1h%HlLXiDrOdKQ\+1<dIm!(ik)1Ohn#UGd2qmT8$b8D=W;T"`L)*7&Q\EjNh;
+l/0Y5Ag5N)77'Isp""-0_0pPYOg.^O;]#WbkFRpZ()%_2C5Ln#jq7j3rMEA=Kjmg:P0pbqtIJh>QBG
+hu<U7hYld)h*7^U]8[kUY-D9pqth*K6W_X^\aU]mL-@;e@rSNeZm%mU$9,%GjP$<lmF%]-`hCbIh4P
+eB4ajGVWLFeb/R>YnQR6&nA>43Z6QSuqQ].p6Bkg<IVXc/]qL'1\Vt23Wf*CW1Fr]p6R&2Z,k-euY!
+@dp:YfB<*(shCDEVFKUN9L:J-8%d'#]l?qrVl-Ko-Fip2lfUOnsSBK*&3'EB\Vs&H(jP&gX>cle+**
+NCNtRgcjt?<'\"G\/e9>8@XE(S#=bKS`slr?iQY[=1tZWnpDb)?UV;H.9Hu?$N;r:XqtBTEm[TYbJ,
+JF$!m64:D;k-t;&aI#hF7eL5j2)$`]a4>?^jC9RW43<r8>K&]mC0ElHqS3@goQkNNr;]AAn4:!7g+W
+Y=J2?-EQ?J#ueT4g+N.7\mfVQ+09'qM*hg@3?=n?T6?:mK&^,j_Lb-",c2tZ)\V>'C\@C0_W\A`XJa
+*>B1bbRd"T25)M^:..?2hhNHBZH9H.K,L%X\;Wb7?015XZ?O,`U#1C)U<D4D`eX4UI(V^?f,h76<t.
+`,2Tnq"U1<bdPtFFS.X>j06-9`\G\J!bo;9G@S>a4mLK)q)n%b=GFP8B7,b7;!sYM@R$S3pH@li!bV
+<=`?PNL)2%ErQsc"%o'52;4@`cgWNmkF5Y!Ff;:=]i9j4p>[Y<lgW8%2psGmos/P+[-[n/NC#ZnmGW
+kRA3`Ae6f[f+KS)Z<\6k1$oL>r))IIBMV%SBWd=k)(eEa*.IFFURiH+Jj6TIFZ*9f&*,GDlSifgnB5
+=IC*^@mb-L1Xn%GksK%AAElf^T))hRJ((l&-!b#?],Lg'SXh#(n#)'q:MTL6"Z<PJ.62)%rH[8#e.]
+V9bU>VdClI,9`)mRF=tBrC)?aKsWtQ0oZ+/*/K#5IRQ68RO$3\b0"$N$3kj<Z(b2cgP5@Q+e2e%^-,
+;r"O?g4&LCB`g(!-_dj/J4N7&E$\$-32,\q4U^2fQ?MReV'[+P_t-4<^UtA25!1`d,\"3[*Qc0iE],
+g@uTT*3lbLZ%EQEA'uN/q.1M`OS1.6JVK&FR(Y4FA*bajucjDp$.J,</R;IW:;Q(>U!pbZ"WH$u'PK
+g%B0:HltUXfNglW?L7da4JO(mh#A`$0ehEMNaD,V^T3]!5QN&Q.$\419rY+roYT!$S8U8)pZ3fW[R3
+PEo]FY>8@f,Wu8qP#J$K?0cRiN=@31Z)&`dFd?(F:`PC/mWB@5%'^=P(21)"%7)%%jp[ZD:n*f+.)?
+@%#^m7_+QI3qI5\6aHu*JI`>cf332e&aCiL"iVC[j&<4jB:!sRN1B50bg%iZ?23M7G8=[GtQF.HXC-
+^#B<DWl,$RRJIWPjO='k#!9VgCllb&q]M``C(7gFV_1c28C9o-n8]D"44-t1Gg8\>0g;[%]IB^LjH-
+lTU9S5<2os&7EoB'lO=1f&V1IEKSnHk7'>^1K46<m:M_a&ZYbP&kJFO*cU&Y"/!mo*DQJWOa*NDuH6
+](`%`'i_1RN;%Z5g_'b7Qf#D1HZ*I6PZ,J79uI@g\fmgAofbg9WCs@uH-oB?J\,+Ym8Gf*W]KMBLLS
+AoB@8Jj;U-;NT+'h8NbXcph/\c``1^RVYITHdRWeiYsTe;j41OB!Z]_ARalic8dS`'HJk;>/3CZ@7H
+8^.F&4$;_s*G>-$2,oIeBq?lZ3j#-o.$Eo]R7pf]P^:0)+gDi0>TiZO!^#W:Q#aCV*Zm\hWUMP5\fY
+s`gV\PDKr[9omae:'8eK7tk2fZ.I:7M8)LXOE>'W3u7l=6afm)iGm1Yo&RBj>q94`]bJE"?nQ97hnC
+tat"qLZNunA+f7A_!Bh2SAU2MDXAb;oR-/Hnl>RjTEe$9n@3gG87*Iu^'tZLR?tp[l1$BWF[#8NohD
+543o2m3rdaVJDfFDmc2-f1lYpiDf^`)9aHI,TbU)WD%V92U@njOl=elWAYO4=rCBRI4V=9d%ml*2.:
+g9ke*f#BQK9*4H&.48\CVu)CC&%mb(6pEE7Ugpkfp=A5"q.IamFY`8+!4&1"+Dl0e\-\!9-R=g-D:T
+9Z=:QL9jV/9:2U9)uZ'C<T![DV#B2fl95b#b0B:^QuCiGL/'KCA*AqQ%7ODC^kW.?u8!XU#`8P2_*F
+f9EmCeTg52[6tD7D!*-T>HQ/BM>P'!bLP86XAN^iCq8\p9J3eh)ZDsL-Q#%MNaUf338B4oqBHp)HZ!
+A+s!^U+Cm@Ha\M:D<iSH6-u+@)'e7MYK:GmO64HqMG]Q<tDJe-)%*a&@QC*`(hDVJ.Ms<\".thOULF
+ae"O2VAE41/p-X+aq0>2kk!qF[0p,keJ[6"?h$%EgL"fs"*4'1:HW;V8)@$MC*Qn?c%7ZBcr_@n"@3
+D]@9-+UT\ViC[gG'@e4\TEdK7M4NK]/4Q&djVXq0*2t)(1Qpce,GU73b6Ued,88I90]dI("8g*K5!>
+A,pgp3[A2Ra;j=h7<'T4b&/+o]6:R%GIcM'aS'*VMM@?:WnMb`P+j/W?7K-Ft_/*T_IKHL=>oRMiPW
+thi!>`hiV,nu4g6DK`JZ#fTP&IVUCb=a3l+j2#GZ5gXlEX85$C5@U_Lif@7b97k2*8o49WONj\T+<[
+YU6s(-):Pq;1D'*.ELu`k"qk(aPijk:Zr.Dhn^im-'-RWXKHQ!pZ],f*MR<L(6ZIR'jO[^Tp2R]X,`
+Q]=@VQrWOBe6#1DO2*"pZVqI%ni"5XEI?;::HsHAIHQa4Sa_)cU?66pVSfTVV,.K';e?-)g.`Q(02J
+5nS)JJdRaLCOH`;M5c.oZ*hNGcIPT=MK<t&q2`HSQ9uL"3=AO7k(Z\G(.Cs9>A;-236-%FK.NpNaji
+rZI$>3J`RKL&2iKM";9*qqMl^O5PIcFh)j2+A'Kq(#5Igg=5nG^U5tamdN33i=i'A;s*4b%Y3g\Si1
+Z$(M0Gma[W&SL=DT^b=R2@FMn7MmDNDGsF%6t1Z$C"$I-!'?*27)N22kN8J4iBY;,FgT*2mHCZW#!!
+Re9\^N%ol^B@1[G^Op7P`fL9^a;,L"5$ApF4Uer(feZKK!`O5)BOl[,X=cQ>,a?F(@Re6+.)ZlQYa(
+bm3X@==HA/fM7corO[6pWPmNA-(5)TMis?\`pL1E$g83E)Ns$DLOHd_gjT%Q#"-4^]E)-q5,_M-(6F
+_lRFbU-VK&>VdkaMe65\)+NW@@Nr[(rg))&1uYW_!F:$B$\T`V!$I,,5.4?KcMXbC'0fBd[$lsbQrs
+d$%oRpI8-(d;UnC*i.Ag>FA.Ei/4Tn!4"#@;_0A8iR?(m>h-1\;e![F2/%'=W15U_Z3Y9'm"&7UHB&
+-FIM$rO?/$PeFhbM$T1$#C/?fRk#;&Rl$7`>JJg9G-sM:c>2<Quu_dJLYfNG7^HZaqC,!#W:(*M2\`
+:e:\1VDs\[1*"\1l0G#+3"O'c.'tF`+Q;chb%:.%PZY1UXQEAk,9[0?L@7F/%.fn9\G$k:cWC'4/)B
+]Q2'G7lD,[a[;)++.:ZlW.n8ebB;3J9P],?3_2dJ.H:^nAcRTh$_!7S@EI+sJ*3#o:'>[#=@`!hkuR
+kS%/o7]m=b=77-&:n6hi]<P7G3<VR4,A]2O"0knOcj]O/("2\+I_C&uL9-1*a*IlL>U?P-g?4*I&1F
+E]6)NjKiu3`P>[)KRC!*b#$tM@sT%/^k<I3(Pno\!BB(O,3<WigtOeSZ!>DU7+?P@9'Ts?L6HHemcM
+e:u>;/IMSk-;irUBXL7)#O(9$Nn1(DL`=6!(+aUJ^TPNHI>u"l&!$0)e<JB6pfI'+JnVYHAIMP:H,X
+h<OY7`-mB?l:]Zf(d9fsc'N9jA@V\P-SZ[*rh'hG[\%.@:H3f5+B7W\0g^rdN-gFfhls0RBMT?qRZC
+CtF=$uBH;+;rJ;[ZFY0Zo31atp[#H2a%@2+Yf/$Db<XX/T9%HH*b,d]`u?+:'*CTHu!D8Cr[[,OPhr
+WBjqAE&0!&Me5Z?oP,$o2&V@WS%iYp(l)^F]SX/g=>m2\#U+sh8ajtJXjiOu>u>q-bMjG38B6=<KId
+D)KHQA`:(YLF"H@2(1a(@8&YTbf!(qQek,9q,MBJIW8gG*T6qT@,q-*#&O\qW)_oh]c'C&[1Oc]6dP
+gDc?Xcu1`'KNVVHj5Af&.)JL8-q9ZdUK/'50O:d@O`=/bgAJt5Xt:fYO#1]GufQN/8*,3RRp\^LWCl
+i7NYrSO:d(063q$u1>dn`V-#7D[Chcl)Fn];H3&tJd7bBC:9C?ko2l(UdaVKMfP!*Mi;<=?naJA1nU
+#>13lh=/Tr3Q92qA@/cY=sr`Fj>03EAKeA2ONc)IKV$T%-kVJt^_%GF5#9Ak>60,j!tFB=5pR&(HH@
+KL.E%6tNh]p1?.=Ij'g,7a];'#_f?mJP+\P&8jh0a9`lknZ?Dc6RZJ*"]VXa1Vcb%A`KjWarA><4fb
+\J)cf-dRe"Z,$X$8VPrE53fI2@2e$^3&DIu1B+TsB"WEHe>21SQ&W6&XNY*TR,i:S@fYYap>ONd&j<
+Ji[]:>]0;ITPaniG%?(DHI/&O+di\'aq(,:lQkqN,Qq[Y<%K(`'0=#CfDOYO[>Zp.k1GZB?[G&'n\&
+jC-u;ngUqTJoI2"@lBE$V:iW\]S[=0NghBjFR3<nD'&u@c1JiU'V'CD_XE4k$$hfupU*IKKF>3WGFG
+6sqI,H9Q.3gTeKS]</T+5U],+8"<-(]sT8S+s<Yb#ZGi,m5RYu/S?Lh&&*8>i]#\qH&m#!eo&jMn!]
+YM:b!M*K]@>D1Kg.aVm#Ek@KQ+`lH>^25uFaD/LLaAKV1nrJ#tV'g\7U@ai4=2hs7Q:$U@3Pmn]s,=
+.IK6=D]j+E%;ej0nQ%Y=h3](incF%&2GQ&$frR"/H>FfsR]igr+gCjf/`j:M&fNc<@e#%=nXWqAbSa
+N\`'UD&bWpgZ=96a$Ag,OP(W7M$84fbdZ/XRQ]I'[K*n[SY%[VECgm)S,LP+fPK1d5,._!$VOHL_-?
+^l-ooG3S)E\QKa82@8WfEW-g7e)8^bF<1I15&gN`[email protected]@raB;gil3d/ciOE7QkCV!=KdGd5>`(pSA
+kFM5RqgjJWNeqV")uUJ4,N0XC(eIPorSC#_=8!^dl#fk5ZJ@9)N0l90DJjXi-nmju78c0gn6^=hrEC
+2[#OVW;:o/F6u@SL`uIX9EC-R1%s;1,4r.6"W)(o<req=[J!`"PU/)p#;HB5hN5goTVukbha)f5:lj
+ZgTr=Zq6E^s9#uB)JK-7*`AgGET7f"k<>V&`*2&V"MR_NDk"@Jg'b'2mN6<43T5n;UnJ)"D3LG1-&N
+%&BM^rCs3Hn:*-/;W_t'Eeu)TItbm]Z),)5nU@4JuFP#a5+:t.hml?"@'/Vg0uVh?gA]J:n7,]^Y'`
+M#_+C\g+4W-?E8g"-u,h4Ij^Eca)VH9/;Mq1-f&*h[*M5[0i1PTUC;?JH3PWEcSg9q7at+W;PVK_VO
+N_e:fRD-nm*>F%YB3s#XVbRQL6EG=qM2_Ja)ii?gHUNk'#..)q+2o&dMA,W$pnN9/fh)D/bK$b8ZK\
+Z5,\:@MC)1Biq?h(<`GlZl<@O(,5qW(*e@ZKjgMhHo*$V\hTf>Yjp*H$Nfi@8F\GMFQrKmckR)1<8s
+O;@Qs)2YgU#U&PjJ3DXAU.!'$O&"?`!f\3t==T7il2MKIHDlef_r/OVf=,BQo8@55ng+'Je30r0Sj!
+bYeY3.E+r?M/L5V[Z)=Pc(iSUFm'-jU_]_S?D*8St]XR!$C8M0^A55'P8\ZQZE/*5p4Z21FgY9?;6P
+8d2@BF]JB!^dc4J0Ja(YMeI,+kC(8Gl\j&>A^-3S*G;&2/R(i+H5l^Ohs70[7k7`RS*-O[sqs=-g,\
+q@Dd&4e14UtJUo8EVDqa\50pfOC\3hrWjVA<eriIiB#8$nh2:L?nYL]=2\`a&"nDa&V7SI[@aO6PGu
+;?ZDm;!iZH!Bs(He7C!VIB`7o$o]8=e>CR3pm@S==u\TVH)fB^I,K(4\tL+]_87ul@*QP35%&6EQ$C
+)Jcp]<l=lm:9cdlZRMGXZ.9fcg%2Eh*9'*Z3qcu\2>e+2!;Dt(c5h;bef%o:NT0+D3IO\V8)kcCb=9
+HD<=:V>]9Xn^PNoD\Q-I\AiYnLA6>!rM[`A^PW=!d:)rY&iqjE`q2D]C5*_BhN/LS$6"!qUG(M=f6u
+(dea^aZ[*J3I+1gPil;pB3o6^";dBHGQD_=(OMV/gZh;UtXQ[cf<Cbluno8P9_ShY8g.mF4OOhbTEs
+U.A$dmsd0loCq!S4)5aiA*uKTqO0%(X8'&/r,s(m$`Bpp:&N_T/RrV3crX:?ReT<D;C<IJWY(6_cc*
+L3[0^.CgJIO8J;3*tI*#P@*cmcJ.k-G(Y@?j5F^e4-MN>$?S0H+>?IsKP[J?L38/P2U\e8DC\k[l-^
+//TcS)@*sO>D9/5\$/(ba&_[+MKc?Yq\L/tUh,3QfCM"?8a"?Ad[o?lKHhnOg/2@^[#oui1^XgP\;I
+Wo4Tb>gE631opP@))gCZ09cpP$+.'k<1k0GcU\US:4Dc].ht8cipC@C!bari_RB@3<7F*WH?+9qc>s
+<dE^lU1C97$T5So[C@<7[BHC7\Umr,:4L+K$U!L@BmWdM/H-REk)gfV!(1g();g-C>1>P;Q3dYM'S+
+4haac'#&Go#i8_KfS6o`9qNAe`[email protected]/9C<`%W<@JO1>*s<*Wa)cN"uXX8$9+m;tg<
+`kLS5mJ.TFQd01o=$4Ce[0fJ21CjKn1)DjC]j7-<bP?KGrtifXXpjDKamOHrf#B<CrO_*a?;R3I:sg
+`>rtKME&Gtu].0$hKj7eokba@Qt0c\c@E2;apHJ%i1H_WYUElt-_H9PUEF-VJ(NQ^"<M=]^'_[H--4
+C$@r8BN`/&/W5gE&_t,Z$Up0UQEr&C:DXr8,C<`]C>fjmj[3LB6%>MoYf5'QQ70cb1@\sd8KHLaRL<
+chsodJ8%O`JP-V?)0-lX$Gs9#sp@k7"%U\rEO7E;8BCj8k4sF-UmRLA\E$nA_eR[[Tn@N!J0ue<u#E
+<)6?Ok,o$^0.g";fjZ]_E#-leH2\84;,'%(]rpF?f6gMr$I1`$$aS6JW3&DiU^Bfo>aA\L@MRiihUK
+Bt-XHa4C]Vq9Is]6ERbE%!/)c$"J]?Q%5F-9#-EG`:N$#G`F1JW^:EkYJ9Ou_O?!UaArcL9j7+^.F9
+&50;f%Q7Op+mUJTb<C4UN!Vi(6@:Vm8qpY-ij?OrM#%4X=nfCCC&V$.7!:!>J-Oo$XZC5ejJ_oDj\5
+k9,$+^?Z35,f,@lUtMPao%9$d;j1e:3`X,$&\.HYK*j$79@S-pgcF6NF6tC+@B\^IK1-o\[#O..AlN
+YfLrJiJ)9X5Ye!id^\e52^!p5tqto":mN,RC^"SD'6;0:CcrmUj=PMpc&!MOg.1?kSO5G6Dm<=oKo3
+SQc][HW]YQ"4k.]r!h2&RS#f;C"G21[-&d^D?_>)f(/Qa5*5EpB"WHC0V3D`7LE/Apj3Ur..5s8Q;X
+`tRWq,t#-o_rK@o_h>0R-cGWIIZ[a^A_9Y6J!3k?0e6qG6WV-nn5*FF`_uoiia[?e?_UbBdd]%L/%r
+/hN6C<ZY/G1B2#5r\b4pBeKB%XTh`dK>cPY;s=4(Jrb`@n^EU=YD]&uJuOSnbIpp`Ec,^XI^?T$<&i
+U\T1kk<VDFI=8O8>42MoDTAW)L%ch,[_iachts9R?q<5ci%j5:J8GXqY\#*;>tD<jf(Es:q4*sm91d
+-j#Qbj_"WaJfcE''#LLXgbO&^BEcLZePba3g)Z<mpL[c=9o[J\#7Isd]HWV&2pinbsM<!)l$[^,[jc
+$Y@>S7#$E^dR4Zn7$S5VU@HgpI2<edfjsm9P,-VYrI74;TL=EpaLe(Y'h`cE\!X?ACDdn`M*K:inTh
+UNc_C'E9;:~>
+endstream
+endobj
+53 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Length 107 0 R
+/Name /Im30
+/Width 31
+/Height 52
+/BitsPerComponent 1
+/ImageMask true
+/Decode [1 0]
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gar'bYmggZ$j=@7"GE#t2Emn4/)\CY1eOGELBP]4jcYs*eqDmc^k!+*M2;GS(KXd&b:CoO$Is,A'*X
+DN^E<-D(qOPY8)RHKT4Ps^1Gi<L>(O^(i5&HDlS$J*G3hTk/'Ou]N-hW7/t6+R\1!`s2Gbc=QX*E/~>
+endstream
+endobj
+54 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Resources << /Font << /F2 58 0 R /F1 56 0 R /F4 62 0 R /F3 60 0 R >> /XObject << /Im20 35 0 R /Im13 24 0 R /Im21 36 0 R /Im1 10 0 R /Im2 11 0 R >> /ProcSet 4 0 R >>
+/Annots [ ]
+/Contents 55 0 R
+>>
+endobj
+55 0 obj
+<<
+/Length 108 0 R
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gatm>968lH'#*[5bV@fA:]q&UUi3OY-1XO5Nhrj_I"=8AL+>I-Hph"arAHo_!ut3KHY^e0\M,9Mh-Y
+[1Fb=&Hrn)TYHZs[WI`46^F8'X>"e"/!n;mQi=.c`W#U?lO=HJ5GF19p%FS57fmQY>m&.>W_JW[As6
+S)VBA;A;Smu"\i#$%)K?l"KXGH0?([2G!V82<:)W9V5.nj(-m*?;Ybkhk=&OEUEJ].5t_;LH5[:NdZ
+`a))Oh@V>GS0GMujf+,HMOs&%:s1l5j0Di%lVR])+Ee1jWX2aSF%:3"h^"U1N#%`8;7Ua*LFL,NZ%q
+G3!?`5U7^TeR$5>H-K?17t@Z")+V?2'[Ij"QjZDk>:h^clu[_OcD,q]k&Bn-9^9U56]9_?c0aL7>h>
+427q,jF)CK`t(k^_EbEg6nDN0aM'I&-k/LO-AhmCgPKCuG/W0(ho$`%`jH->.Ea(!4Y2^ST[.m'X["
+BCdFsWgCce:+]EnY0PW\Q8`I&TELb(WN`#6iZ$se.>E6&Tjj&"Cm@Rd<QQi.3nVEpBar\=:)c\oNXO
+C>ZLTs[gS$)ab:\VO"Lk@:E1qg'Z1r5A^O&0R>N:hNgs/a&,4OUVH6ec3LK'Lu+[WW@^l0(*%p(n4e
+1nE+j\E"PX4Ch+<;C^S/EI@9Q+M3Bcj2(CG9>PK(E+<k(=Ym0CEYmHu-&)Gk\>U74RCOD3kamj($Z3
+]u[LrjUNY_-YC>h'WZrVF&nA5)9Zqd'jj,WNhc3UGL?YWcTKP`bY_bG&]Voi*i1BIi)+8g.>m!Y>3b
+Y1;uEN\:4,5-T)IX*X9FDAKIgg`o"nn_#X1>hH^oRWSa,IZ]HnW"hG*9S%FTTLfR->iBj;KO2Ek'3"
+`URjh$c,-X0_6epW@`iIGWFnrNhltDob[+a.ce!QK*U1NibGsJKA65oHBQM@KFX`Y3-4GeLLQd$H5/
+B9g?$sk:Z/uTuq;R4i'6n8j''L!:@5kHqPl[k*,?$idCbGlOg:,!nH0Vf0r;f3(AN.gE_91[ROQP$#
+`ojXbQ>NH;Xc;m'fT[;H615VprM.'Y"58P//R]`!7J-=2o#UiM*&c0nNPsSm9M)*l<]0`&".4d@ROF
+g@u8MNf)V_5*CJ9d@"D33t;@5tV=Sj^TbaM3a!^E/98S81/h$f(L/.26n2,EbCfdth1*ADYlBeJ1.b
+G?g:ggCjV(MurZG5Yr\_lj!gZD>UO@lu,m:\WWj;GBba-YnrOU4d0Hn8Rm!"G(BmT69:UlJN&AL!:<
+3d%AO`X%%oK9Jt?!8fQIfroc%\*-qY7G%9%?TGiYRcl;M-nUeM7XPacOTG<Ud*Di-+d%9R(pSrD$[:
+5$2Wm"$Ll?UdK3)1-_o%n/Z_*knCKqSq']g`sTTRX@kQV*WLieUZ\ZE9.4s3t.0eSL32G(Gf)>30hM
+bB4)ZJS@V%.'lnl@Pt;uV-&$4hq\kYgl4j0#ZE8-a.a/QDSs>rf3e]+PJnGs$D>/^`eV3\Halq-peN
+5f,EGd_A6B.lgR9WI`;if4PT"@.J7:93m^8/XZB<2phTr7SI;?!5]p'Ncs8i;3/Yo=3s[k;k<,HjHW
+2+f%;Ji)NMq%'L>DrHAJ!ZWNd$UNu+?_9<J1PVVoNn)qG&mSGd4U!aK`Z"aNHtm*tBY`Z"+#^&jDX'
+Vj8V/Kf2fVHS=oh&?Z?<NlCH$^:+E1P"(0e)=m>!1H"LMM?ojjSE.8s<8XqnN6XNZls\hnt3Rb2m2G
+BN/2Pbk@Q9$_>34^G8!S`RQV.lP)UKeiG%)/t^&2(_/9M>O=*4dlQ^c<ti-HWp"NT`'ODTk=+1@7b#
+*$-FUFmHgTC%K(95U2>\PVJ4gXCZ5OWG%f'2^]J"/o>j0N0Pj'UbXe_*C9<c7H:7q@i&canm8_im\.
+[Y4.:Zhp&gAQ/Yft@V/bM'-nu)2qkYMdOnb:cGeFj9hlE$_@BdK)r]%6*m1%ZGYb/Td=HE]sU&mgBl
+3fNf5R9Kh6H$WK(*b);7/h;'?fgSQq7;=3"YFT.9Sp&Y[A*7jb?TY7?+F9IJO,q9.(3I]]DC>a:0P;
++J"2#CSM0j2H$SoT?X/"lg%/8c\Vd#[qVG)-_c.N6L:W3EIR#$X0U<.8#:XPO6=^n8%s%G"CmB7?pP
++:ZER%#>C&N@K9aqiiqXthj*8$#Oc3`gau9J7h&?T4&M+"5Z;3977BK/6aak%qZ77S+@onT+6kqCT5
+p-bM,XCBrDDd\,86[%:%#4a<HfI#\^/2U/0:jDC?L5TTp.^ffkg0j,K^U^/k*BM:M'Q6\Lk$EHZ^fp
+R5JiPBJFaLCq,p\*`[*TaW^nN](l$1:i\.jK$UA/@#Z`SgeoCGtf*5gf95_e9_$RD^AfW'2MZ9L&Ok
+IHFdlcTb@GR(/2gRBX&r4!cWQ&'gN7]>YqkhQKDqXUaZAP3#.s@&]\/:].6hI,C0L-u!q7A=A1pq#m
+aacm]\,'C4f.PX9jOJV5)$!'-/rDF5$m?%=k@q@XZ0U$Uo(R]U\-8Co:hT&4%q?HWL"_o;m$Xn*lrW
+-Qf'OE/]gGDfiZni[aY]$N3!N^jc_2#s!.Fh=jdW"'BUN!u8UmEg"YhM@sQJ);&=K+(p;fH"ODBa4/
+)V1GlD4#i6EnMW$XbotSGU=;id;,]<7e2](<m7dVQC9[%J1&C@96q\o2VlHKW91j\o&Dk';&u"t$pJ
+(3eZnMMY-a^,e'I'B>/.DL(LmF`S\aR[iBFfGF8k.(/X2VLZKJ)m][+#PJeC]#ai^M3?JP3gig39+A
+;7;e_kfX:l%1O>sTb5[aqfHI:JV)T.$$!tis1;<A'j0X2FIdSF;3=`um2rfShPm3a>;&HTXOcIHa:g
+)<-+A[E/TTVWTn4Zd.Oj>ainNjWkPu2*F<ONaG%5LVf5RocZi+X]+[3kD^8:h)X`m$S,b?-a>LpB:1
+*_rIs)nF2O#Vt4L,frB5UL#<8glS_6goHd&Xb[5Q/)a?Ud-EH2oZ>qP%+"\p!![)=?Q'6/Hu;;j17E
+Re*S`0e><2b?5nQ2dIi?RH.!'`-H1FbUrrmO^p1V_T`Y]r2^D76GJt6ITgp0!^(;;u4fcMUq118`Ls
+OE4f`/DDb/2]uEj6Hmg\59OGK#*$c#Md'K!\F.Xn$1t(sYihEg`$"l\)!dM2;"^JakcW'@kBqfuW8k
+QL59V]C6Xla0umY[!H+(4I(=>UN/Yka35<q2n,/`Ur7,&g5sqqe]NF>bDR[C^0fipAu'$@67j+jj[c
+3b]hEJ,V?O"DGrZIYJY!LW8=D%16))dsg3N`b;!9YW"s&o1$\M"FGD$ON$ZRY%e%Zhoh.fA+_`"HsX
+bCOjPpkqH"Au'[4HCZ#T80.7&1HUDSf)ejEToN)SBj"rUr&Lff\/K[gZ#'ak.Lg^j1h*N&53)%'=qh
+Gc*ECoBs+f#4)1/nhdaEb&KgsOia],T\5?V*M[F<jd[g0p^<E2b63Vr\]qmC*d,(Y'TY8k&LB+obAF
+j'ZPdUA!=CGN?MA$%u,_dU-ZOeTY[G8?E"\M51Pj'a9&2-6II32e.C-ho.1'<mlH"4sRP:Z>M4>Vi>
+6]kUtjeQkc<R9bcTE@jl"=7k[i7l,&RLO&Lj`XJV*@aZReqLeR!Mkj+rguN3Y%_K7L*-)0^C)m'=iN
+8=[n9a81J[2@[4?Lii=*]*;p5M0C"Dg)2lj/+mu\'>F-U]Rg:pFYlF?:e^cb6r_CUo\Z(,7r'L>5,W
+*\4[Ja/V2@I0nl)t.f!,o?]rOU/LhCDL6u'&QbrYlj"$%qd/9;Xf#p5*!U4`?2!Y^5'c$ki'K+o=G)
+;Go3ljI'hD1DA*SP^]mYF_UUX?)DMe4P^NJppIgI$QqI;Bld%fUOf=n[/9NS,aQZWr5L<;J[Wk=o8j
+/nV^FL0&64("n<DmP!\pMN7Jg<Ah.o67\QLp3P+,7[;dRZqLq&FR,rqu[6PkiT-Boogsq/`-OkPE%"
+o#!JTl2(83`g*1#o79-)0+6_Tm"`0@A(a'aj_Nus6sYXXl^BCHm7+rl_&b5X,q]KK'O!Dhr!MFOq8b
+=Q3,B7&I7bG3I0I_PYURCsk5qBmX^A;ETs$>1C7IK.eoXOWL<kQ/>eO555I5Xe[J>:<$=)r-5k5_4]
+I)kN]Q?E!G?q+2?T3V_cCd*Z1ULGA?VH-;%q[Ajjd",,SqCWcQal6[og/<QpZ5i#Jb8$ENM<!Lo9+$
+N$72Bli(#""dQt/W=l/=^h\0-h:7B6:e>bHi2+>kEmt3:dF.i)3Hoe`qb)W7a1J;8HkNZ;H(t-fP,Z
+[61ZeAfm&lmhmcLOc>Mu_IgV"4@,W3Y\:^ZruQr;F*6e/]U/dBHeMV#.f4Y/fAm_[Tr5`\H2^0Ba'1
+8LZM]6.*m^(AO*5;dmD\5TqfTKDR.E\VWLJUS*&ekmKlQ4b@m3PPUp$Gc@+AM^@Y+cpHl$)GrgPhm_
+-Cf_QkKq6^R@+JmkAZ.kOlgO-VC'88mk\G5]c/Oa"uY:rdO$E@p!>VemF.<`VhJBdtm/>UT:S5@_kr
+HU2+H=CWsOk[6C92=ukK))fi`rgJJ8UfK#hjmHt=uGm[Phor1hpm/06*PGa$]M66q+-$)iG,\!6q?7
+j\Fk8OmN)a;/V`kEF*"Sl,+#8]bN]Cm)dt(h2MZcl`p!:q.SkG`]2?hOQ<?#5B?f')Ss"/C>JO-`]A
+l**Fj''r#)Gjis/Jq&B@?-(NT(=a9:*<rfhc(i\E2.00Yaam19J_C.!FWr%ecGt-M)O-dhMX7M6m3`
+r?Ap?~>
+endstream
+endobj
+56 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Times-Bold
+/Encoding 57 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+57 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 1 /dotaccent /fi /fl /fraction /hungarumlaut /Lslash /lslash /ogonek /ring 11 /breve /minus 14 /Zcaron /zcaron /caron /dotlessi 30 /grave /quotesingle 39 /quoteright 96 /quoteleft 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /.notdef /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+58 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Times-Roman
+/Encoding 59 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+59 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 1 /dotaccent /fi /fl /fraction /hungarumlaut /Lslash /lslash /ogonek /ring 11 /breve /minus 14 /Zcaron /zcaron /caron /dotlessi 30 /grave /quotesingle 39 /quoteright 96 /quoteleft 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /.notdef /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+60 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Courier
+/Encoding 61 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+61 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 1 /dotaccent /fi /fl /fraction /hungarumlaut /Lslash /lslash /ogonek /ring 11 /breve /minus 14 /Zcaron /zcaron /caron /dotlessi 19 /ff /ffi /ffl 30 /grave /quotesingle 39 /quoteright 96 /quoteleft 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /.notdef /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+62 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F4
+/BaseFont /Times-Italic
+/Encoding 63 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+63 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 1 /dotaccent /fi /fl /fraction /hungarumlaut /Lslash /lslash /ogonek /ring 11 /breve /minus 14 /Zcaron /zcaron /caron /dotlessi 30 /grave /quotesingle 39 /quoteright 96 /quoteleft 128 /.notdef /.notdef /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /.notdef /.notdef /Ydieresis /.notdef /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+64 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Helvetica-Bold
+/Encoding 65 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+65 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 0 /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND 127 /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /space /ND 164 /currency /yen /brokenbar /section /dieresis 170 /multiply /guillemotleft /logicalnot /hyphen /registered /ND /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /divide /guillemotright /onequarter /onehalf /threequarters /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /ND /underscoredbl /afii57664 /afii57665 /afii57666 /afii57667 /afii57668 /afii57669 /afii57670 /afii57671 /afii57672 /afii57673 /afii57674 /afii57675 /afii57676 /afii57677 /afii57678 /afii57679 /afii57680 /afii57681 /afii57682 /afii57683 /afii57684 /afii57685 /afii57686 /afii57687 /afii57688 /afii57689 /afii57690 /ND /ND /ND /ND /ND ]
+>>
+endobj
+66 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Helvetica
+/Encoding 67 0 R
+/FirstChar 0
+/LastChar 255
+>>
+endobj
+67 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /MacRomanEncoding
+/Differences [ 39 /quoteright 45 /minus 96 /quoteleft 128 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space /exclamdown 164 /currency /yen /brokenbar /section /dieresis 170 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 178 /twosuperior /threesuperior /acute 182 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ]
+>>
+endobj
+68 0 obj
+<<
+/CreationDate (Mon Feb 19 10:00:41 2001)
+/Producer (PStill 1.52 by F.Siegert [email protected])
+/Title (LNCS_RBF_dvi)
+>>
+endobj
+69 0 obj
+4499
+endobj
+70 0 obj
+5323
+endobj
+71 0 obj
+193
+endobj
+72 0 obj
+144
+endobj
+73 0 obj
+154
+endobj
+74 0 obj
+123
+endobj
+75 0 obj
+66
+endobj
+76 0 obj
+92
+endobj
+77 0 obj
+104
+endobj
+78 0 obj
+6753
+endobj
+79 0 obj
+61
+endobj
+80 0 obj
+164
+endobj
+81 0 obj
+165
+endobj
+82 0 obj
+136
+endobj
+83 0 obj
+53
+endobj
+84 0 obj
+133
+endobj
+85 0 obj
+111
+endobj
+86 0 obj
+4963
+endobj
+87 0 obj
+28
+endobj
+88 0 obj
+30
+endobj
+89 0 obj
+65
+endobj
+90 0 obj
+28
+endobj
+91 0 obj
+154
+endobj
+92 0 obj
+5266
+endobj
+93 0 obj
+187
+endobj
+94 0 obj
+332
+endobj
+95 0 obj
+188
+endobj
+96 0 obj
+174
+endobj
+97 0 obj
+193
+endobj
+98 0 obj
+144
+endobj
+99 0 obj
+5257
+endobj
+100 0 obj
+163
+endobj
+101 0 obj
+5413
+endobj
+102 0 obj
+37
+endobj
+103 0 obj
+5914
+endobj
+104 0 obj
+27
+endobj
+105 0 obj
+217
+endobj
+106 0 obj
+8308
+endobj
+107 0 obj
+159
+endobj
+108 0 obj
+4748
+endobj
+xref
+0 109
+0000000000 65535 f 
+0000000015 00000 n 
+0000000112 00000 n 
+0000000158 00000 n 
+0000000306 00000 n 
+0000000345 00000 n 
+0000000367 00000 n 
+0000000519 00000 n 
+0000005111 00000 n 
+0000005494 00000 n 
+0000010910 00000 n 
+0000011310 00000 n 
+0000011661 00000 n 
+0000012022 00000 n 
+0000012352 00000 n 
+0000012625 00000 n 
+0000012924 00000 n 
+0000013235 00000 n 
+0000013541 00000 n 
+0000020388 00000 n 
+0000020656 00000 n 
+0000021027 00000 n 
+0000021400 00000 n 
+0000021744 00000 n 
+0000022005 00000 n 
+0000022346 00000 n 
+0000022665 00000 n 
+0000022951 00000 n 
+0000028008 00000 n 
+0000028244 00000 n 
+0000028481 00000 n 
+0000028754 00000 n 
+0000028990 00000 n 
+0000029352 00000 n 
+0000029768 00000 n 
+0000035128 00000 n 
+0000035523 00000 n 
+0000036063 00000 n 
+0000036459 00000 n 
+0000036841 00000 n 
+0000037242 00000 n 
+0000037594 00000 n 
+0000037867 00000 n 
+0000043218 00000 n 
+0000043590 00000 n 
+0000044031 00000 n 
+0000049539 00000 n 
+0000049785 00000 n 
+0000050148 00000 n 
+0000056157 00000 n 
+0000056391 00000 n 
+0000056817 00000 n 
+0000057178 00000 n 
+0000065581 00000 n 
+0000065949 00000 n 
+0000066192 00000 n 
+0000071035 00000 n 
+0000071161 00000 n 
+0000072660 00000 n 
+0000072787 00000 n 
+0000074286 00000 n 
+0000074409 00000 n 
+0000075925 00000 n 
+0000076053 00000 n 
+0000077552 00000 n 
+0000077682 00000 n 
+0000078780 00000 n 
+0000078905 00000 n 
+0000080227 00000 n 
+0000080364 00000 n 
+0000080385 00000 n 
+0000080406 00000 n 
+0000080426 00000 n 
+0000080446 00000 n 
+0000080466 00000 n 
+0000080486 00000 n 
+0000080505 00000 n 
+0000080524 00000 n 
+0000080544 00000 n 
+0000080565 00000 n 
+0000080584 00000 n 
+0000080604 00000 n 
+0000080624 00000 n 
+0000080644 00000 n 
+0000080663 00000 n 
+0000080683 00000 n 
+0000080703 00000 n 
+0000080724 00000 n 
+0000080743 00000 n 
+0000080762 00000 n 
+0000080781 00000 n 
+0000080800 00000 n 
+0000080820 00000 n 
+0000080841 00000 n 
+0000080861 00000 n 
+0000080881 00000 n 
+0000080901 00000 n 
+0000080921 00000 n 
+0000080941 00000 n 
+0000080961 00000 n 
+0000080982 00000 n 
+0000081003 00000 n 
+0000081025 00000 n 
+0000081045 00000 n 
+0000081067 00000 n 
+0000081087 00000 n 
+0000081108 00000 n 
+0000081130 00000 n 
+0000081151 00000 n 
+trailer
+<<
+/Size 109
+/Root 1 0 R
+/Info 68 0 R
+>>
+startxref
+81173
+%%EOF
diff --git a/parallel/search.ps b/parallel/search.ps
new file mode 100644 (file)
index 0000000..3b5be1c
--- /dev/null
@@ -0,0 +1,2298 @@
+%!PS-Adobe-3.0
+%%Creator: groff version 1.17.2
+%%CreationDate: Wed Sep  4 21:51:42 2002
+%%DocumentNeededResources: font Times-Roman
+%%DocumentSuppliedResources: procset grops 1.17 2
+%%Pages: 27
+%%PageOrder: Ascend
+%%Orientation: Portrait
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset grops 1.17 2
+/setpacking where{
+pop
+currentpacking
+true setpacking
+}if
+/grops 120 dict dup begin
+/SC 32 def
+/A/show load def
+/B{0 SC 3 -1 roll widthshow}bind def
+/C{0 exch ashow}bind def
+/D{0 exch 0 SC 5 2 roll awidthshow}bind def
+/E{0 rmoveto show}bind def
+/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+/G{0 rmoveto 0 exch ashow}bind def
+/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/I{0 exch rmoveto show}bind def
+/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+/K{0 exch rmoveto 0 exch ashow}bind def
+/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/M{rmoveto show}bind def
+/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+/O{rmoveto 0 exch ashow}bind def
+/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/Q{moveto show}bind def
+/R{moveto 0 SC 3 -1 roll widthshow}bind def
+/S{moveto 0 exch ashow}bind def
+/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/SF{
+findfont exch
+[exch dup 0 exch 0 exch neg 0 0]makefont
+dup setfont
+[exch/setfont cvx]cvx bind def
+}bind def
+/MF{
+findfont
+[5 2 roll
+0 3 1 roll
+neg 0 0]makefont
+dup setfont
+[exch/setfont cvx]cvx bind def
+}bind def
+/level0 0 def
+/RES 0 def
+/PL 0 def
+/LS 0 def
+/MANUAL{
+statusdict begin/manualfeed true store end
+}bind def
+/PLG{
+gsave newpath clippath pathbbox grestore
+exch pop add exch pop
+}bind def
+/BP{
+/level0 save def
+1 setlinecap
+1 setlinejoin
+72 RES div dup scale
+LS{
+90 rotate
+}{
+0 PL translate
+}ifelse
+1 -1 scale
+}bind def
+/EP{
+level0 restore
+showpage
+}bind def
+/DA{
+newpath arcn stroke
+}bind def
+/SN{
+transform
+.25 sub exch .25 sub exch
+round .25 add exch round .25 add exch
+itransform
+}bind def
+/DL{
+SN
+moveto
+SN
+lineto stroke
+}bind def
+/DC{
+newpath 0 360 arc closepath
+}bind def
+/TM matrix def
+/DE{
+TM currentmatrix pop
+translate scale newpath 0 0 .5 0 360 arc closepath
+TM setmatrix
+}bind def
+/RC/rcurveto load def
+/RL/rlineto load def
+/ST/stroke load def
+/MT/moveto load def
+/CL/closepath load def
+/FL{
+currentgray exch setgray fill setgray
+}bind def
+/BL/fill load def
+/LW/setlinewidth load def
+/RE{
+findfont
+dup maxlength 1 index/FontName known not{1 add}if dict begin
+{
+1 index/FID ne{def}{pop pop}ifelse
+}forall
+/Encoding exch def
+dup/FontName exch def
+currentdict end definefont pop
+}bind def
+/DEFS 0 def
+/EBEGIN{
+moveto
+DEFS begin
+}bind def
+/EEND/end load def
+/CNT 0 def
+/level1 0 def
+/PBEGIN{
+/level1 save def
+translate
+div 3 1 roll div exch scale
+neg exch neg exch translate
+0 setgray
+0 setlinecap
+1 setlinewidth
+0 setlinejoin
+10 setmiterlimit
+[]0 setdash
+/setstrokeadjust where{
+pop
+false setstrokeadjust
+}if
+/setoverprint where{
+pop
+false setoverprint
+}if
+newpath
+/CNT countdictstack def
+userdict begin
+/showpage{}def
+}bind def
+/PEND{
+clear
+countdictstack CNT sub{end}repeat
+level1 restore
+}bind def
+end def
+/setpacking where{
+pop
+setpacking
+}if
+%%EndResource
+%%IncludeResource: font Times-Roman
+grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
+/scaron/zcaron/Ydieresis/trademark/quotesingle/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/Times-Roman@0 ENC0/Times-Roman RE
+%%EndProlog
+%%Page: 1 1
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF(Abstract)72 96 Q .758(This paper describes a hi\
+gh-performance parallel tree search algorithm that uses Dynamic T)72 120
+R .757(ree Splitting)-.385 F .412
+(\(DTS\) to search alpha/beta minimax g)72 132 R .412
+(ame trees, speci\214cally those for the g)-.055 F .413(ame of chess.)
+-.055 F .413(This algorithm)5.913 F(di)72 144 Q .843
+(vides the search tree among se)-.275 F -.165(ve)-.275 G .842
+(ral processors on a shared memory parallel machine.).165 F .842
+(This paper dis-)6.342 F .997(cusses the follo)72 156 R .997
+(wing topics:)-.275 F .997(\(1\) the DTS algorithm, \(2\) ho)6.497 F
+3.747(wt)-.275 G .998(he tree is di)-3.747 F .998
+(vided into parallel pieces that)-.275 F .509(can be searched in parall\
+el; \(3\) performance results of the algorithm and \(4\) analysis of th\
+e results to see)72 168 R(where further impro)72 180 Q -.165(ve)-.165 G
+(ments might occur).165 E(..)-.605 E 2.75(1. Introduction.)72 204 R(Ov)
+72 228 Q 1.11(er the past ten years, high performance computer architec\
+tural designers ha)-.165 F 1.44 -.165(ve t)-.22 H 1.11
+(urned to parallel pro-).165 F .027(cessing to push the performance en)
+72 240 R -.165(ve)-.44 G .026(lope to higher and higher le).165 F -.165
+(ve)-.275 G 2.776(ls. Unfortunately).165 F 2.776(,f)-.715 G .026(or man)
+-2.776 F 2.776(ya)-.165 G(lgorithms)-2.776 E 1.533
+(in general, and the alpha/beta algorithm in particular)72 252 R 4.283
+(,p)-.44 G 1.533(arallel processing of)-4.283 F 1.534
+(fers a substantial hurdle to)-.275 F -.165(ex)72 264 S
+(tracting maximum performance from parallel machines.).165 E 1.81(The a\
+lpha/beta algorithm is based on a highly sequential property of searchi\
+ng that depends on prior)72 288 R(kno)72 300 Q 3.431(wledge to pre)-.275
+F -.165(ve)-.275 G 3.431(nt searching parts of the g).165 F 3.432
+(ame tree that ha)-.055 F 3.762 -.165(ve n)-.22 H 6.182(ob).165 G 3.432
+(earing on the \214nal results)-6.182 F 4.909([Knuth75,Hyatt89]. Since)
+72 312 R 4.908(ap)4.908 G 2.158(arallel search tra)-4.908 F -.165(ve)
+-.22 G 2.158(rses parts of the tree "simultaneously" such a priori).165
+F(kno)72 324 Q 6.478(wledge is not al)-.275 F -.11(wa)-.11 G 6.478(ys a)
+.11 F -.275(va)-.22 G 6.478
+(ilable [Campbell81,Hyatt88,Hyatt89,Hsu90,Lindstrom83,Marsland85,).275 F
+(Popo)72 336 Q(wich83,Schaef)-.275 E(fer89,man)-.275 E 2.75(yo)-.165 G
+(thers].)-2.75 E 1.814(The best-kno)72 360 R 1.814
+(wn early attempt at searching such trees in parallel w)-.275 F 1.813
+(as the Principal V)-.11 F 1.813(ariation Splitting)-1.221 F 4.248(\(PV\
+S\) algorithm [Hyatt86,Marsland80,Marsland81, Marsland82,Marsland86,Ne)
+72 372 R(wborn85,Schaef)-.275 E(fer89].)-.275 E .062(This w)72 384 R
+.062(as both simple to understand and easy to implement.)-.11 F .061
+(When starting an N-ply search, one processor)5.561 F .553
+(generates the mo)72 396 R -.165(ve)-.165 G 3.303(sa).165 G 3.303(tt)
+-3.303 G .553(he root position, mak)-3.303 F .553(es the \214rst mo)-.11
+F .883 -.165(ve \()-.165 H .553
+(leading to what is often referred to as the).165 F .086
+(left-most descendent position\), then generates the mo)72 408 R -.165
+(ve)-.165 G 2.836(sa).165 G 2.836(tp)-2.836 G .086(ly=2, mak)-2.836 F
+.086(es the \214rst mo)-.11 F .416 -.165(ve a)-.165 H -.055(ga).165 G
+.086(in, and contin-).055 F .115(ues this until reaching ply=N.)72 420 R
+.115(At this point, the processor pool searches all of the mo)5.615 F
+-.165(ve)-.165 G 2.865(sa).165 G 2.866(tt)-2.865 G .116
+(his ply \(N\) in)-2.866 F .42(parallel, and the best v)72 432 R .42
+(alue is back)-.275 F .419(ed up to ply N-1.)-.11 F(No)5.919 E 3.169(wt)
+-.275 G .419(hat the lo)-3.169 F .419(wer bound for ply N-1 is kno)-.275
+F .419(wn, the)-.275 F .328(rest of the mo)72 444 R -.165(ve)-.165 G
+3.078(sa).165 G 3.078(tN)-3.078 G .329
+(-1 are searched in parallel, and the best v)-3.078 F .329(alue ag)-.275
+F .329(ain back)-.055 F .329(ed up to N-2.)-.11 F .329(This contin-)
+5.829 F .464(ues until the \214rst root mo)72 456 R .794 -.165(ve h)
+-.165 H .464(as been searched and the v).165 F .464(alue is kno)-.275 F
+3.214(wn. The)-.275 F .464(remainder of the root mo)3.214 F -.165(ve)
+-.165 G(s).165 E .4(are searched in parallel, until none are left.)72
+468 R .4(The ne)5.9 F .4
+(xt iteration is started and the process repeats for depth)-.165 F(N+1.)
+72 480 Q .048
+(Performance analysis with this algorithm \(PVS\) produced speedups gi)
+72 504 R -.165(ve)-.275 G 2.797(nb).165 G(elo)-2.797 E 2.797(wi)-.275 G
+2.797(nt)-2.797 G .047(able 1 [Hyatt88] \(oth-)-2.797 F 1.112(ers ha)72
+516 R 1.442 -.165(ve p)-.22 H 1.112(roduced results v).165 F 1.113
+(ery similar to this\).)-.165 F 1.113(Clearly the performance curv)6.613
+F 3.863(ei)-.165 G 3.863<738d>-3.863 G 1.113(attened badly on the)-3.863
+F .23(upper end, and the C90 with 16 processors and the T90 with 32 are\
+ not going to perform as well as might)72 528 R 1.231(be e)72 540 R
+1.231(xpected, although the)-.165 F 3.981(ya)-.165 G 1.231
+(re certainly v)-3.981 F 1.231(ery f)-.165 F 3.981(ast. An)-.11 F 1.231
+(upper bound of 5X \(maybe\) does not look v)3.981 F(ery)-.165 E
+(attracti)72 552 Q -.165(ve)-.275 G 2.75(,h).165 G -.275(ow)-2.75 G
+-2.365 -.275(ev e).275 H 2.75(r[).275 G(Hyatt88].)-2.75 E EP
+%%Page: 2 2
+%%BeginPageSetup
+BP
+%%EndPageSetup
+.44 LW 414.465 88.75 197.534 88.75 DL/F0 11/Times-Roman@0 SF 2.75(#p)
+203.034 98 S 17.875(rocessors 1)-2.75 F 24.75(248)24.75 G(16)-2.75 E
+414.465 102.75 197.534 102.75 DL 32.384(speedup 1.0)203.034 112 R 13.75
+(1.9 3.4 5.4 6.0)16.5 F 414.465 116.75 197.534 116.75 DL 386.965 102.75
+386.965 116.75 DL 356.715 102.75 356.715 116.75 DL 326.465 102.75
+326.465 116.75 DL 296.215 102.75 296.215 116.75 DL 265.965 102.75
+265.965 116.75 DL 414.465 88.75 414.465 116.75 DL 197.534 88.75 197.534
+116.75 DL 386.965 88.75 386.965 116.75 DL 356.715 88.75 356.715 116.75
+DL 326.465 88.75 326.465 116.75 DL 296.215 88.75 296.215 116.75 DL
+265.965 88.75 265.965 116.75 DL -.88(Ta)233.427 140.2 S
+(ble 1 PVS performance results).88 E 1.656
+(This approach has a couple of f)72 164.2 R 1.656(airly ob)-.11 F 1.656
+(vious dra)-.165 F 4.406(wbacks. First,)-.165 F 1.656
+(notice that all of the processors w)4.406 F(ork)-.11 E .724
+(together at a single node, searching descendent positions in parallel.)
+72 176.2 R .725(If the number of possible mo)6.224 F -.165(ve)-.165 G
+3.475(si).165 G(s)-3.475 E .368
+(small, or the number of processors is lar)72 188.2 R .368(ge, some ha)
+-.198 F .698 -.165(ve n)-.22 H .368(othing to do.).165 F .368(Second, e)
+5.868 F -.165(ve)-.275 G .368(ry branch from a gi).165 F -.165(ve)-.275
+G(n).165 E .492(position does not produce a tree of equal size, since s\
+ome branches may gro)72 200.2 R 3.242(wi)-.275 G .492
+(nto complicated positions)-3.242 F .988
+(with lots of checks and search e)72 212.2 R .988(xtensions that mak)
+-.165 F 3.738(et)-.11 G .988(he tree v)-3.738 F .988(ery lar)-.165 F
+.987(ge, while other branches gro)-.198 F 3.737(wi)-.275 G(nto)-3.737 E
+.84(simple positions that are searched quickly)72 224.2 R 6.34(.T)-.715
+G .84(his leads to a load balancing problem where one processor)-6.34 F
+(be)72 236.2 Q .312(gins searching a v)-.165 F .312(ery lar)-.165 F .312
+(ge tree and the others \214nish the easy mo)-.198 F -.165(ve)-.165 G
+3.062(sa).165 G .312(nd ha)-3.062 F .641 -.165(ve t)-.22 H 3.061(ow).165
+G .311(ait for the remaining)-3.171 F(processor to slo)72 248.2 Q
+(wly tra)-.275 E -.165(ve)-.22 G(rse the tree.).165 E .235
+(This second problem is a serious dra)72 272.2 R .235
+(wback, because with a reasonable number of processors, the speedup)
+-.165 F .092(can look v)72 284.2 R .092(ery bad if most of the time man)
+-.165 F 2.842(yo)-.165 G 2.842(ft)-2.842 G .092(he processors are w)
+-2.842 F .092(aiting on one last node to be completed)-.11 F(before the)
+72 296.2 Q 2.75(yc)-.165 G(an back up to ply N-1 and start to w)-2.75 E
+(ork there.)-.11 E .271(Because of this, when we \214rst mo)72 320.2 R
+-.165(ve)-.165 G 3.021(dC).165 G .272
+(ray Blitz to the eight processor Cray YMP)-3.021 F 3.022(,w)-1.221 G
+3.022(ed)-3.022 G(isco)-3.022 E -.165(ve)-.165 G .272(red that the).165
+F 2.067(performance w)72 332.2 R 2.067(as only mar)-.11 F 2.067
+(ginally better than it w)-.198 F 2.067(as on the four processor XMP)
+-.11 F 4.817(,i)-1.221 G 4.817(fy)-4.817 G 2.067(ou discount the)-4.817
+F(impro)72 344.2 Q -.165(ve)-.165 G 4.166(dc).165 G 1.416
+(lock speed of each YMP processor)-4.166 F 6.916(.T)-.605 G 1.416
+(he \214rst approach we de)-6.916 F -.165(ve)-.275 G 1.417(loped w).165
+F 1.417(as called Enhanced)-.11 F 6.409(Principal V)72 356.2 R 6.409(ar\
+iation Splitting \(EPVS\) and is also pretty easy to understand and imp\
+lement)-1.221 F 3.843([Hyatt88,Hyatt89]. EPVS)72 368.2 R 1.093
+(simply notices whene)3.843 F -.165(ve)-.275 G 3.843(rap).165 G 1.093
+(rocessor at a node runs out of w)-3.843 F 3.843(ork. When)-.11 F(this)
+3.843 E 1.711(happens, assuming there are M processors w)72 380.2 R
+1.711(orking, we kno)-.11 F 4.461(wt)-.275 G 1.711(hat there are no)
+-4.461 F 4.461(wM)-.275 G 1.71(-1 \(or less\) acti)-4.461 F -.165(ve)
+-.275 G 1.684(branches remaining.)72 392.2 R 1.685
+(EPVS immediately stops all processors \(which are w)7.185 F 1.685
+(orking at ply P)-.11 F 4.435(,t)-1.221 G 1.685(he current)-4.435 F .419
+(position\) and follo)72 404.2 R .419
+(ws the \214rst remaining ply=P branch tw)-.275 F 3.168(op)-.11 G .418
+(lies and then splits the tree at that point with)-3.168 F 2.751(ap)72
+416.2 S .001(arallel search e)-2.751 F .001(xactly lik)-.165 F 2.751(et)
+-.11 G .001(he old PVS idea.)-2.751 F .002(The bene\214t is that no)
+5.501 F 2.752(wa)-.275 G .002(ll processors are w)-2.752 F .002
+(orking together)-.11 F .187
+(on a single branch at a node where there is little w)72 428.2 R .187
+(ork, and ha)-.11 F .517 -.165(ve s)-.22 H .187(tepped do).165 F .186
+(wn into the tree to a node with)-.275 F .633(more mo)72 440.2 R -.165
+(ve)-.165 G 3.383(st).165 G 3.383(os)-3.383 G .633(earch, and also a no\
+de where the descendent trees will be smaller since this node is tw)
+-3.383 F(o)-.11 E .581(plies deeper in the tree.)72 452.2 R .581
+(It should be noted that this is ef)6.081 F(fecti)-.275 E .911 -.165
+(ve b)-.275 H .58(ecause the transposition table stores the).165 F .231
+(partial results from the searches that are stopped, so that when these\
+ branches are searched later)72 464.2 R 2.982(,t)-.44 G .232(he w)-2.982
+F(ork)-.11 E .789
+(is not repeated because the information is found in the table.)72 476.2
+R .788(In case you might w)6.289 F .788(onder wh)-.11 F 3.538(yt)-.055 G
+.788(he search)-3.538 F .165(steps further into the tree tw)72 488.2 R
+2.915(op)-.11 G .165(lies, rather than one, recall that with alpha/beta\
+, if one ply \(P\) requires that)-2.915 F .2(all mo)72 500.2 R -.165(ve)
+-.165 G 2.95(sb).165 G 2.95(es)-2.95 G .2(earched, then the ne)-2.95 F
+.199(xt ply \(P+1\) only requires that one mo)-.165 F .529 -.165(ve b)
+-.165 H 2.949(es).165 G .199(earched to produce a refu-)-2.949 F 1.168
+(tation \(e)72 512.2 R 1.168(xcept for the case of PV nodes where no mo)
+-.165 F -.165(ve)-.165 G 3.918(sh).165 G -2.475 -.22(av e)-3.918 H 1.168
+(yet been searched.\))4.138 F 1.169(Therefore, since we)6.669 F(kno)72
+524.2 Q 3.385(wt)-.275 G .634(hat we are going to e)-3.385 F .634
+(xamine all nodes at P \(since we just back)-.165 F .634
+(ed up the PVS algorithm to ply P\),)-.11 F .847(we kno)72 536.2 R 3.597
+(wt)-.275 G .847(hat all nodes at ply P+2 will most lik)-3.597 F .848
+(ely ha)-.11 F 1.178 -.165(ve t)-.22 H 3.598(ob).165 G 3.598(es)-3.598 G
+.848(earched as well, so long as we choose a)-3.598 F(reasonable mo)72
+548.2 Q .33 -.165(ve a)-.165 H 2.75(tp).165 G(ly=P+1.)-2.75 E EP
+%%Page: 3 3
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF 1.83(Performance analysis with this algorithm \
+\(EPVS\) produced speedups that were modest impro)72 96 R -.165(ve)-.165
+G(ments).165 E -.165(ove)72 108 S 3.435(rP).165 G .685(VS, as gi)-3.435
+F -.165(ve)-.275 G 3.435(ni).165 G 3.435(nt)-3.435 G .685(able 2 belo)
+-3.435 F 4.865 -.715(w. T)-.275 H .685(his is roughly 20% f).715 F .685
+(aster than PVS on lar)-.11 F .686(ger numbers of proces-)-.198 F .285
+(sors, from the results belo)72 120 R 1.715 -.715(w, b)-.275 H .284(ut \
+the 8 and 16 processor times still are disappointing, and the 32 proces\
+sor).495 F 1.229(results w)72 132 R 1.23(ould be abysmal.)-.11 F
+(Clearly)6.73 E 3.98(,ab)-.715 G 1.23
+(etter algorithm had to be found, or we were going to see a v)-3.98 F
+(ast)-.275 E(amount of unused processing po)72 144 Q
+(wer on future Cray computers [Hyatt88].)-.275 E .44 LW 414.465 164.95
+197.534 164.95 DL 2.75(#p)203.034 174.2 S 17.875(rocessors 1)-2.75 F
+24.75(248)24.75 G(16)-2.75 E 414.465 178.95 197.534 178.95 DL 32.384
+(speedup 1.0)203.034 188.2 R 13.75(1.9 3.4 5.4 6.0)16.5 F 414.465 192.95
+197.534 192.95 DL 386.965 178.95 386.965 192.95 DL 356.715 178.95
+356.715 192.95 DL 326.465 178.95 326.465 192.95 DL 296.215 178.95
+296.215 192.95 DL 265.965 178.95 265.965 192.95 DL 414.465 164.95
+414.465 192.95 DL 197.534 164.95 197.534 192.95 DL 386.965 164.95
+386.965 192.95 DL 356.715 164.95 356.715 192.95 DL 326.465 164.95
+326.465 192.95 DL 296.215 164.95 296.215 192.95 DL 265.965 164.95
+265.965 192.95 DL -.88(Ta)230.067 216.4 S
+(ble 2 EPVS performance results).88 E 2.75(2. Dynamic)72 240.4 R -.385
+(Tr)2.75 G(ee Splitting algorithm \(DTS\)).385 E .595(Before describing\
+ the DTS algorithm in detail, one important point needs e)72 264.4 R
+3.345(xplanation. This)-.165 F .595(algorithm is)3.345 F .457(speci\214\
+cally designed for a shared memory multiprocessor architecture.)72 276.4
+R .457(As a result, issues that other pro-)5.957 F 1.152
+(grams and programmers ha)72 288.4 R 1.482 -.165(ve t)-.22 H 3.902(of)
+.165 G 1.152(ace \(distrib)-4.012 F 1.152
+(uted transposition tables, killer mo)-.22 F -.165(ve)-.165 G 1.151
+(s, history information).165 F .099
+(and such\) are not an issue here at all.)72 300.4 R .1
+(Some of the decisions in the DTS design w)5.6 F .1(ould lik)-.11 F .1
+(ely cause signi\214-)-.11 F 1.014
+(cant problems on a message-passing architecture, no matter ho)72 312.4
+R 3.764(wf)-.275 G 1.014(ast the communication channel might)-3.874 F
+3.479(be. On)72 324.4 R .729(the Cray)3.479 F 3.479(,w)-.715 G .73
+(hich has an absolutely astounding cpu-to-memory bandwidth, mo)-3.479 F
+.73(ving a me)-.165 F -.055(ga)-.165 G .73(byte of).055 F 1.693
+(data tak)72 336.4 R 1.693(es v)-.11 F 1.692(ery little time at all, wh\
+ich simply means that in this algorithm, communication costs are)-.165 F
+(al)72 348.4 Q -.11(wa)-.11 G .037(ys assumed to be zero.).11 F .037
+(An assumption that w)5.537 F .037(ould f)-.11 F .037
+(ail on other architectures of course, b)-.11 F .038(ut one which)-.22 F
+.664(certainly af)72 360.4 R .663
+(fected decisions made while designing the DTS algorithm as well.)-.275
+F .663(It turns out that loading a)6.163 F .649("\215ag w)72 372.4 R
+.649(ord" \(which indicates that there is some parallel-processing rela\
+ted task to perform\) and testing it)-.11 F(can be b)72 384.4 Q
+(uried in the instruction stream so that the)-.22 E 2.75(yc)-.165 G
+(ause no delays at all.j)-2.75 E(2.1 The DTS approach)72 408.4 Q .446
+(In analyzing the pre)72 432.4 R .446(vious tw)-.275 F 3.196(oa)-.11 G
+.446(lgorithms, the)-3.196 F 3.196(yb)-.165 G .445(oth suf)-3.196 F .445
+(fer from tw)-.275 F 3.195(od)-.11 G .445(istinct problems:)-3.195 F
+.445(\(1\) all processors)5.945 F -.11(wo)72 444.4 S .152
+(rk together at a single node, which is acceptable for middle-g).11 F
+.152(ames with 35+ le)-.055 F -.055(ga)-.165 G 2.903(lm).055 G -.165
+(ove)-2.903 G 2.903(s\().165 G -2.475 -.22(av e)-2.903 H .153(rage\), b)
+.22 F(ut)-.22 E .175(which does not look attracti)72 456.4 R .505 -.165
+(ve i)-.275 H 2.925(ne).165 G(nd-g)-2.925 E .175
+(ames where the number of le)-.055 F -.055(ga)-.165 G 2.925(lm).055 G
+-.165(ove)-2.925 G 2.925(si).165 G 2.925(sm)-2.925 G .175(uch smaller;)
+-2.925 F .175(\(2\) if one)5.675 F .366(processor selects a mo)72 468.4
+R .696 -.165(ve t)-.165 H .367(hat leads to a v).165 F .367(ery b)-.165
+F(ush)-.22 E 3.117(yt)-.055 G .367
+(ree, the other processors might end up w)-3.117 F .367(aiting for an)
+-.11 F -.165(ex)72 480.4 S .324(tended period before that tree is compl\
+eted, producing long periods where most processors are w).165 F(aiting,)
+-.11 E .251(and greatly de)72 492.4 R .251
+(grading parallel performance.)-.165 F .252(The DTS algorithm w)5.752 F
+.252(as speci\214cally de)-.11 F -.165(ve)-.275 G .252(loped to a).165 F
+-.22(vo)-.22 G .252(id both).22 F(of these problems.)72 504.4 Q .192
+(The \214rst design goal in de)72 528.4 R -.165(ve)-.275 G .191
+(loping the DTS algorithm w).165 F .191
+(as to completely eliminate the cases where a pro-)-.11 F .365(cessor w)
+72 540.4 R .366(as idle, with no mo)-.11 F -.165(ve)-.165 G 3.116(sl)
+.165 G .366(eft to search, while other processors were b)-3.116 F(usy)
+-.22 E 5.866(.I)-.715 G 3.116(na)-5.866 G .366(ccomplishing this, it)
+-3.116 F .848(became ob)72 552.4 R .848(vious that the \214rst step w)
+-.165 F .847(as to disassociate all of the processors, so there w)-.11 F
+.847(as no requirement)-.11 F(that the)72 564.4 Q 2.75(ya)-.165 G
+(ll congre)-2.75 E -.055(ga)-.165 G(te at a single node and w).055 E
+(ork together searching mo)-.11 E -.165(ve)-.165 G 2.75(su).165 G
+(ntil all were completed.)-2.75 E EP
+%%Page: 4 4
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF 2.554(Note that there are alternati)72 96 R
+2.884 -.165(ve w)-.275 H 2.554(ays to k).055 F 2.554(eep processors b)
+-.11 F(usy)-.22 E 5.304(,b)-.715 G 2.555(esides trying to ha)-5.304 F
+2.885 -.165(ve t)-.22 H 2.555(hem all w).165 F(ork)-.11 E(together)72
+108 Q 6.366(.O)-.605 G .866(ne such approach w)-6.366 F .866
+(as used in Phoenix [Schaef)-.11 F .865(fer89], and used tw)-.275 F
+3.615(os)-.11 G .865(eparate search engines,)-3.615 F 1.058
+(one a full chess program, the other \(called Minix\) w)72 120 R 1.059
+(as a material-only searcher that searched deeper to)-.11 F .424
+(con\214rm/reject mo)72 132 R -.165(ve)-.165 G 3.174(sp).165 G .424
+(roposed by the full chess program.)-3.174 F(Ob)5.923 E .423
+(viously there is duplicate w)-.165 F .423(ork done in this)-.11 F .88
+(approach, as well as other problems related to choosing a mo)72 144 R
+1.21 -.165(ve t)-.165 H 3.63(op).165 G .881
+(lay when the positional search says)-3.63 F .604(play X, b)72 156 R
+.604(ut the tactical search says "no.")-.22 F .603
+(This sort of speculati)6.103 F .933 -.165(ve c)-.275 H .603
+(omputing, which is an admission that).165 F .541
+(additional processors w)72 168 R(on')-.11 E 3.291(ts)-.198 G .541
+(peed up the basic search, w)-3.291 F .542(as deemed too inef)-.11 F
+.542(\214cient and inef)-.275 F(fecti)-.275 E .872 -.165(ve t)-.275 H
+3.292(oc).165 G(on-)-3.292 E(sider)72 180 Q 2.75(,a)-.44 G
+(nd something better w)-2.75 E(as desired.)-.11 E 2.554
+(The second design goal w)72 204 R 2.553(as to a)-.11 F -.22(vo)-.22 G
+2.553(id completely ripping Cray Blitz apart, ef).22 F(fecti)-.275 E
+-.165(ve)-.275 G 2.553(ly starting from).165 F .994(scratch; rather)72
+216 R 3.744(,w)-.44 G 3.744(ew)-3.744 G .994(anted to use the same mo)
+-3.854 F 1.324 -.165(ve g)-.165 H .995
+(enerator code, tree search code, mo).165 F 1.325 -.165(ve o)-.165 H
+.995(rdering code,).165 F(and so forth for both a one-processor sequent\
+ial program and the multi-processing v)72 228 Q(ersion.)-.165 E 3.071
+(As)72 252 S .321(imple e)-3.071 F .321(xplanation of DTS is f)-.165 F
+.321(airly easy to understand, b)-.11 F .321
+(ut it also hides a great deal of comple)-.22 F .321(xity that)-.165 F
+1.565(has to be o)72 264 R -.165(ve)-.165 G 1.565
+(rcome when writing and deb).165 F 1.565(ugging the code.)-.22 F 1.566
+(At the be)7.066 F 1.566(ginning of a ne)-.165 F 4.316(wi)-.275 G 1.566
+(teration, DTS)-4.316 F(beha)72 276 Q -.165(ve)-.22 G 3.594(sj).165 G
+.844(ust lik)-3.594 F 3.594(eP)-.11 G .844(VS, searching do)-3.594 F
+.843
+(wn the left-hand side of the tree from ply=1 up to ply=N, with only)
+-.275 F .789(one processor)72 288 R 6.289(.A)-.605 G 3.539(tp)-6.289 G
+.789(ly=N, all processors "join the party" and search the ply=N mo)
+-3.539 F 1.119 -.165(ve l)-.165 H .789(ist in parallel, just).165 F(lik)
+72 300 Q 3.346(eP)-.11 G 3.345(VS/EPVS. Ho)-3.346 F(we)-.275 E -.165(ve)
+-.275 G 1.475 -.44(r, w).165 H .595(hen a processor completes the mo).44
+F .925 -.165(ve i)-.165 H 3.345(ti).165 G 3.345(ss)-3.345 G .595
+(earching, and disco)-3.345 F -.165(ve)-.165 G .595(rs there are).165 F
+(no more to be searched, DTS reacts to this.)72 312 Q .802(This idle pr\
+ocessor broadcasts \(using shared memory\) that it is idle, and is a)72
+336 R -.275(va)-.22 G .802(ilable to "help" an).275 F 3.552(yo)-.165 G
+(ther)-3.552 E .514(processor \214nish searching its tree.)72 348 R .514
+(The b)6.014 F .513
+(usy processors collect the "state of the tree" data, and store it in)
+-.22 F 1.558(shared memory for the idle processor to e)72 360 R 4.308
+(xamine. This)-.165 F 1.558
+(idle processor analyzes this data, and decides)4.308 F .057
+(which \(if an)72 372 R .057(y\) of the b)-.165 F .057
+(usy processors seems to ha)-.22 F .386 -.165(ve a t)-.22 H .056
+(ree that is complicated enough that it w).165 F .056(ould be ef)-.11 F
+<8c2d>-.275 E .591(cient to help with the search.)72 384 R .592(If such\
+ a position is found, the idle processor informs the processor which)
+6.092 F -.275(ow)72 396 S(ns that node of this and the).275 E 2.75(y")
+-.165 G(join" forces.)-2.75 E 2.07 -.88(To a)72 420 T .31(ccomplish thi\
+s, the idle processor speci\214cally chooses a ply=S position and tells\
+ the o).88 F .309(wner that S has)-.275 F .767
+(been chosen as the split-point ply)72 432 R 6.267(.T)-.715 G .768
+(he processor with that subtree in progress then copies the complete)
+-6.267 F .008(tree state to a shared memory area called a "split block"\
+ \(this tree state includes the v)72 444 R .008(arious search bounds,)
+-.275 F(mo)72 456 Q 1.498 -.165(ve l)-.165 H 1.169(ists for each ply un\
+der analysis, current board position and other related search data such\
+ as the).165 F .745(repetition list and so forth\).)72 468 R .745
+(Both processors can no)6.245 F 3.494(we)-.275 G .744(xtract mo)-3.659 F
+-.165(ve)-.165 G 3.494(sf).165 G .744
+(rom this shared data and search in)-3.494 F 2.92(parallel. Whene)72 480
+R -.165(ve)-.275 G 2.92(ro).165 G .17(ne runs out of w)-2.92 F .171
+(ork, it simply repeats this process.)-.11 F .171
+(In some cases, we might see tw)5.671 F(o)-.11 E .794
+(processors split the tree at ply=8, then one runs out of w)72 492 R
+.793(ork, and decides that the other one has the best)-.11 F .401
+(split candidate, and the)72 504 R 3.151(yt)-.165 G .401
+(hen split at ply=10.)-3.151 F .401(The \214rst might run out of w)5.901
+F .402(ork at that split point, and help)-.11 F .586(the other at a ne)
+72 516 R 3.336(ws)-.275 G .586(plit point at ply=12.)-3.336 F .586
+(Or it might bail out completely and choose to help another pro-)6.086 F
+(cessor)72 528 Q 3.713(,s)-.44 G .964(ince going deeper and deeper spli\
+tting the tree means that each subtree searched is smaller and)-3.713 F
+(smaller)72 540 Q 4.25(,a)-.44 G 1.5(nd e)-4.25 F -.165(ve)-.275 G 1.5
+(ntually the tw).165 F 4.25(op)-.11 G 1.5
+(rocessors might spend as much time splitting and sharing as the)-4.25 F
+4.249(yd)-.165 G(o)-4.249 E
+(searching \(more about this possible condition later)72 552 Q(.\))-.605
+E .893(The o)72 576 R -.165(ve)-.165 G .893(rall ef).165 F .893(fect of\
+ this is that the processors start together on a single node, searching\
+ in parallel, b)-.275 F(ut)-.22 E EP
+%%Page: 5 5
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF(the)72 96 Q 2.75(yq)-.165 G
+(uickly spread out in groups o)-2.75 E -.165(ve)-.165 G 2.75(rt).165 G
+(he acti)-2.75 E .33 -.165(ve t)-.275 H
+(ree, helping at points where there is w).165 E(ork to be done.)-.11 E
+(No)72 120 Q 3.518(wt)-.275 G .768(he ne)-3.518 F .768(xt issue.)-.165 F
+.767(Notice that as a processor becomes idle, it can re-split the same \
+tree it w)6.268 F .767(as sharing)-.11 F .561(with another processor)72
+132 R 3.311(,b)-.44 G .561(ut so f)-3.531 F(ar)-.11 E 3.311(,o)-.44 G
+.561(nly at deeper plies.)-3.311 F(Wh)6.061 E 3.311(yi)-.055 G 3.311(st)
+-3.311 G 3.311(his? Because)-3.311 F .562(it is inef)3.311 F .562
+(\214cient to back up)-.275 F 1.604(to ply N-1 and search branches ther\
+e before ply=N has been completely searched \(remember the \214rst)72
+144 R .033(ply=N split node is a PV node just lik)72 156 R 2.783(eP)-.11
+G .033(VS, and we don')-2.783 F 2.783(tw)-.198 G .033(ant to start w)
+-2.893 F .034(orking on ply N-1, until we ha)-.11 F -.165(ve)-.22 G
+2.388(the actual score for ply=N\).)72 168 R(Ho)7.888 E(we)-.275 E -.165
+(ve)-.275 G 3.267 -.44(r, e).165 H -.165(ve).165 G(ntually).165 E 5.137
+(,t)-.715 G 2.387(he trees can')-5.137 F 5.137(tb)-.198 G 5.137(ef)
+-5.137 G 2.387(urther sub-di)-5.137 F 2.387(vided an)-.275 F 5.137(yf)
+-.165 G(urther)-5.137 E .003(because the cost of doing so w)72 180 R
+.003(ould be more than the cost of searching the subtree.)-.11 F(No)
+5.503 E 2.754(wac)-.275 G .004(ritical decision)-2.754 F
+(has to be made, "what to do ne)72 192 Q(xt?")-.165 E .389
+(Since we are using the best-kno)72 216 R .389(wn mo)-.275 F .719 -.165
+(ve o)-.165 H .389
+(rdering heuristics in the alpha/ beta tree, it is lik).165 F .388
+(ely that by the)-.11 F .641(time the \214rst fe)72 228 R 3.391(wm)-.275
+G -.165(ove)-3.391 G 3.391(sa).165 G 3.391(tp)-3.391 G .641(ly=N ha)
+-3.391 F .971 -.165(ve b)-.22 H .641(een searched, we kno).165 F 3.391
+(wt)-.275 G .641(he actual score for this node, as mo)-3.391 F -.165(ve)
+-.165 G(s).165 E .092(further do)72 240 R .092(wn the list should be w)
+-.275 F .092(orse and not impro)-.11 F .421 -.165(ve t)-.165 H .091
+(he score further).165 F 5.591(.T)-.605 G .091(hen, allo)-5.591 F .091
+(wing idle processors to)-.275 F .276(back up to ply=N-1 and start sear\
+ching there before ply=N is completed is probably safe, and this is wha\
+t)72 252 R .129(DTS does.)72 264 R .128(On the rare occasions when the \
+ply=N search completes, and the last branch produces an e)5.629 F -.165
+(ve)-.275 G(n).165 E 1.475(better score, the processors that ha)72 276 R
+1.805 -.165(ve b)-.22 H(ack).165 E 1.475
+(ed up to ply=N-1 already are searching with a less ef)-.11 F(\214cient)
+-.275 E 3.062(bound. DTS)72 288 R .312
+(notices this and each processor already searching at N-1 is gi)3.062 F
+-.165(ve)-.275 G 3.061(nt).165 G .311(he ne)-3.061 F 3.061(w\()-.275 G
+.311(correct\) bound as)-3.061 F .261(soon as it is kno)72 300 R 3.012
+(wn. This)-.275 F .262(sounds easy and clean, b)3.012 F .262
+(ut it can cause some interesting problems, because this)-.22 F(ne)72
+312 Q 3.124(wb)-.275 G .374
+(ound might mean most of what a processor has been b)-3.124 F .374
+(usy doing can be thro)-.22 F .373(wn a)-.275 F -.11(wa)-.165 G 3.123
+(ys).11 G .373(ince the ne)-3.123 F(w)-.275 E(bound w)72 324 Q(ould ha)
+-.11 E .33 -.165(ve c)-.22 H(aused a cutof).165 E 2.75(fm)-.275 G
+(uch sooner than the original bound used.)-2.75 E .813(The best metapho\
+r for describing this might be "ants at a picnic" where the chess tree \
+is the picnic, and)72 348 R .01
+(the ants are the search engines \(processors\).)72 360 R .01
+(The ants start eating on a lar)5.51 F .009(ge crumb, b)-.198 F .009
+(ut as it is eaten a)-.22 F -.11(wa)-.165 G -.715(y,).11 G 1.623
+(it becomes too small and the ants that are displaced mo)72 372 R 1.953
+-.165(ve t)-.165 H 4.373(oa).165 G 1.623(nother crumb and start w)-4.373
+F 1.624(orking there..)-.11 F(Ev)72 384 Q .551
+(entually lots of ants are congre)-.165 F -.055(ga)-.165 G .551
+(ted around a steadily diminishing supply of crumbs, which brings up)
+.055 F(the \214nal phase of the DTS algorithm de)72 396 Q -.165(ve)-.275
+G(lopment.).165 E .137
+(In testing this code, we found, on occasion, a position that w)72 420 R
+.137(ould blo)-.11 F 2.887(wu)-.275 G 2.887(pa)-2.887 G .138
+(nd produce search times much)-2.887 F .884(longer than e)72 432 R -.165
+(ve)-.275 G 3.634(nt).165 G .884(he single-processor search.)-3.634 F
+-.165(Fo)6.384 G 3.634(re).165 G .884(xample, 1 processor w)-3.799 F
+.883(ould tak)-.11 F 3.633(e1m)-.11 G .883(inute to do a 10)-3.633 F
+.135(ply search, b)72 444 R .135
+(ut with DTS, out of 5,000 test runs, one run w)-.22 F .136(ould tak)
+-.11 F 2.886(e1m)-.11 G .136(inute to do a 5 ply search with 16)-2.886 F
+3.074(processors. What)72 456 R .324(we found w)3.074 F .323(as a condi\
+tion we later termed a "feeding frenzy" to maintain the ants anal-)-.11
+F(ogy)72 468 Q 6.533(.W)-.715 G 1.033(hat w)-6.533 F 1.033
+(as happening w)-.11 F 1.033(as that as the tree w)-.11 F 1.033
+(as nearly completed, the search reached a point where)-.11 F .597
+(there were no good "split points".)72 480 R .597(DTS w)6.097 F .597
+(as quite good at recognizing when it w)-.11 F .596
+(as appropriate to split a)-.11 F .084
+(tree into parallel slices and when it w)72 492 R .084(as not.)-.11 F
+(Unfortunately)5.584 E 2.834(,i)-.715 G 2.834(tw)-2.834 G .084
+(as not so good at determining when it w)-2.944 F(as)-.11 E
+(time to quit checking to see if there were an)72 504 Q 2.75(yg)-.165 G
+(ood split points.)-2.75 E .187
+(Imagine a case with 16 processors, with 15 idle, and one w)72 528 R
+.186(orking trying to search the last 15 nodes left in)-.11 F .836
+(the entire tree.)72 540 R .836(This one processor k)6.336 F .836
+(eeps getting interrupted with "may I help you?", "can I help you?",)
+-.11 F .299("could you use some help there?" and so forth, so that rath\
+er than searching, it stays b)72 552 R .298(usy cop)-.22 F .298
+(ying its tree)-.11 F 1.201(state to shared memory so that the idle pro\
+cessors can attempt to \214nd a split point.)72 564 R(The)6.701 E 3.951
+(yf)-.165 G 1.201(ail, and ask)-4.061 F(ag)72 576 Q 2.159(ain, and ag)
+-.055 F 4.909(ain. And)-.055 F 2.158(in a v)4.909 F 2.158(ery fe)-.165 F
+4.908(wp)-.275 G 2.158(athological cases, this almost hung the search.)
+-4.908 F 3.918 -.88(To s)7.658 H(olv).88 E 4.908(et)-.165 G(his)-4.908 E
+EP
+%%Page: 6 6
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF 1.617(problem, which only occurred right at the\
+ end of an iteration, we chose to add a "thrashing" counter)72 96 R(,)
+-.44 E .202(which w)72 108 R .202(as nothing more than a counter that w)
+-.11 F .202(as set to some v)-.11 F .201
+(alue when a processor handled one of those)-.275 F .692
+("may I help you?")72 120 R 3.442(queries. Until)6.192 F .693
+(that processor searched N nodes \(N w)3.442 F .693(as the v)-.11 F .693
+(alue set in the thrashing)-.275 F .754(counter\) it w)72 132 R .753
+(ould refuse to answer an)-.11 F 3.503(ym)-.165 G .753
+(ore "may I help you?")-3.503 F .753
+(queries, which eliminated the thrashing)6.253 F
+(right at the end of an iteration.)72 144 Q .818(That is a basic e)72
+168 R .819(xplanation of DTS.)-.165 F(Ho)6.319 E(we)-.275 E -.165(ve)
+-.275 G 1.699 -.44(r, t).165 H 3.569(oa).44 G .819(ppreciate e)-3.569 F
+.819(xactly ho)-.165 F 3.569(wc)-.275 G(omple)-3.569 E 3.569(xa)-.165 G
+.819(nd sophisticated this)-3.569 F -2.365 -.275(ev e)72 180 T .252
+(ntually became, the ne).275 F .252(xt step is to look at some of the s\
+peci\214c components and data structures need to)-.165 F(mak)72 192 Q
+3.733(et)-.11 G .983(his algorithm perform.)-3.733 F .983
+(First, we need a couple of de\214nitions to mak)6.483 F 3.734(es)-.11 G
+.984(ure terminology does not)-3.734 F(obscure the algorithm.)72 204 Q
+2.75(2.2 De\214nitions)72 228 R 1.162(Split-point is a node within the \
+tree where it appears that the search must e)72 252 R 1.161
+(xamine all of the successor)-.165 F 2.791(nodes. The)72 264 R .041(qua\
+lity of a split point is related both to its depth \(nodes closer to th\
+e root of the tree represent)2.791 F(lar)72 276 Q 2.328(ger subtrees an\
+d thus are better split points\) and the con\214dence that all of the b\
+ranches must be)-.198 F 2.091(searched must be high.)72 288 R 2.091(Thi\
+s con\214dence is described in section three which discusses choosing s\
+plit)7.591 F(points.)72 300 Q .48(Branching f)72 324 R .48
+(actor is a measure of the comple)-.11 F .48
+(xity of a position reached in the tree search which character)-.165 F
+(-)-.22 E .754(izes this comple)72 336 R .754(xity in terms of the a)
+-.165 F -.165(ve)-.22 G .755(rage number of successor branches \(le).165
+F -.055(ga)-.165 G 3.505(lm).055 G -.165(ove)-3.505 G .755
+(s\) from this posi-).165 F 3.902(tion. Chess)72 348 R 1.152(seems to a)
+3.902 F -.165(ve)-.22 G 1.152(rage around 38 according to man).165 F
+3.902(yp)-.165 G 1.152(ublished papers, b)-3.902 F 1.152
+(ut the number can v)-.22 F(ary)-.275 E
+(from zero \(mate or stalemate or dra)72 360 Q
+(w\) to around 200 \(with man)-.165 E 2.75(yq)-.165 G
+(ueens and an open board.\))-2.75 E 2.75(2.3 The)72 384 R(HELP command)
+2.75 E .765
+(The HELP command is the primary signaling mechanism within DTS.)72 408
+R(Whene)6.265 E -.165(ve)-.275 G 3.515(rap).165 G .766
+(rocessor is "out of)-3.515 F -.11(wo)72 420 S
+(rk" it sends the HELP command to what is ef).11 E(fecti)-.275 E -.165
+(ve)-.275 G(ly the entire group of acti).165 E .33 -.165(ve p)-.275 H
+(rocessors.).165 E .444(The HELP command simply requests that an)72 444
+R 3.194(yp)-.165 G .444(rocessors that are acti)-3.194 F -.165(ve)-.275
+G .443(ly searching subtrees temporarily).165 F(stop, cop)72 456 Q 2.75
+(yt)-.11 G(he "tree state" to shared memory)-2.75 E 2.75(,a)-.715 G
+(nd then continue searching.)-2.75 E 1.553
+(As these "tree states" become a)72 480 R -.275(va)-.22 G 1.553
+(ilable, the idle processor that initiated the HELP command analyzes)
+.275 F 1.005(each state to determine if it can \214nd a satisf)72 492 R
+1.004(actory split point.)-.11 F 1.004
+(If not, it simply re-broadcasts the HELP)6.504 F(command.)72 504 Q .07
+(As will be sho)72 528 R .07(wn later)-.275 F 2.82<2c8c>-.44 G .07
+(nding a split point is non-tri)-2.82 F .071(vial, because it is a k)
+-.275 F .401 -.165(ey s)-.11 H .071(tep in the DTS algorithm.).165 F(If)
+5.571 E 1.209(an incorrect split point is chosen, then it is lik)72 540
+R 1.208(ely that the processors that start to help at that point are)
+-.11 F .175(going to search nodes that are not necessary)72 552 R 2.925
+(,w)-.715 G .175(hich does nothing b)-2.925 F .175
+(ut increase the parallel search o)-.22 F -.165(ve)-.165 G(rhead).165 E
+(without making the search progress an)72 564 Q 2.75(yf)-.165 G
+(aster through the tree.)-2.86 E EP
+%%Page: 7 7
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .59(An interesting feature here, is that once a\
+ processor \214nds a viable split-point, and the Split\(\) operation is)
+72 96 R 1.058(performed, whene)72 108 R -.165(ve)-.275 G 3.808(ra).165 G
+1.388 -.165(ny o)-3.808 H 1.058(ther processor becomes idle, the).165 F
+3.808(yc)-.165 G 1.058(heck for acti)-3.808 F 1.388 -.165(ve s)-.275 H
+1.058(plit-points before broad-).165 F 1.037(casting a HELP command.)72
+120 R 1.036(If a processor locates an)6.537 F 3.786(yv)-.165 G 1.036
+(alid split points, and there is w)-4.061 F 1.036(ork remaining at)-.11
+F(an)72 132 Q 3.258(yo)-.165 G 3.258(ft)-3.258 G .508
+(hem, it simply attaches to the split point with the most w)-3.258 F
+.509(ork remaining, and does not broadcast a)-.11 F 1.445(help command.)
+72 144 R 1.444(This tends to k)6.944 F 1.444(eep the processors w)-.11 F
+1.444(orking together in related parts of the tree, which)-.11 F(mak)72
+156 Q .521(es the transposition table and scoring hash tables more ef)
+-.11 F(fecti)-.275 E .851 -.165(ve s)-.275 H .521
+(ince the information is more useful).165 F .101
+(among closely related positions.)72 168 R(Ho)5.601 E(we)-.275 E -.165
+(ve)-.275 G .981 -.44(r, i).165 H 2.851(fap).44 G .101
+(rocessor becomes idle, and \214nds no split-point with w)-2.851 F(ork)
+-.11 E .665(remaining, it does initiate a HELP command and goes about \
+\214nding a ne)72 180 R 3.416(ws)-.275 G 3.416(plit-point. Other)-3.416
+F(processors)3.416 E .956(will lik)72 192 R .956
+(ely join it at that split point as the)-.11 F 3.706(yb)-.165 G .956
+(ecome idle.)-3.706 F .955
+(Another reason for doing this is that \214nding a)6.456 F .34
+(split point tak)72 204 R .34
+(es time, and once a good one has been located, there')-.11 F 3.09(sn)
+-.605 G 3.09(op)-3.09 G .34(oint in locating another until the)-3.09 F
+1.863
+(\214rst one has been completed, or at least until there are no more mo)
+72 216 R -.165(ve)-.165 G 4.613(sl).165 G 1.863
+(eft at that point that can be)-4.613 F 1.086
+(searched by idle processors.)72 228 R 1.086(In the v)6.586 F 1.087
+(ery w)-.165 F 1.087
+(orst case, with N processors each split point could ha)-.11 F 1.417
+-.165(ve t)-.22 H -.11(wo).165 G .177(processors w)72 240 R .177
+(orking, if the tree is v)-.11 F .176(ery narro)-.165 F 4.356 -.715
+(w. I)-.275 H 2.926(nt).715 G .176(he optimal case, which is f)-2.926 F
+.176(airly common in the middle-)-.11 F -.055(ga)72 252 S 1.416
+(me, there are rarely more than one or tw).055 F 4.166(os)-.11 G 1.416
+(plit points, the \214rst is nearly completed, and the second)-4.166 F
+(\(ne)72 264 Q
+(w\) split point is where each processor goes when it runs out of w)
+-.275 E(ork at the original split point.)-.11 E 2.078 -.88(To p)72 288 T
+.318(rocess the HELP command, a simple test w).88 F .317
+(as added to the sequential search code.)-.11 F .317(After an)5.817 F
+3.067(yn)-.165 G .317(ode is)-3.067 F .91(processed, HELP\(i\) is check)
+72 300 R .911(ed, and if set, the tree state is copied to shared memory)
+-.11 F 3.661(,t)-.715 G .911(he \215ag is cleared,)-3.661 F .888
+(and the search continues normally)72 312 R 6.388(.T)-.715 G .887
+(his reduces the idle time for a processor to the time required for a)
+-6.388 F .712(processor to search one node and return to the top of Sea\
+rch\(\) and then store the "tree state" for the idle)72 324 R .982
+(processor to e)72 336 R 3.732(xamine. \(About)-.165 F .981
+(30 microseconds on a Cray C90.\))3.732 F .981
+(After this time, an idle processor will)6.481 F(ha)72 348 Q .33 -.165
+(ve a)-.22 H 2.75(tl).165 G(east one tree state to e)-2.75 E
+(xamine for split points, making this reasonably ef)-.165 E(\214cient.)
+-.275 E 1.001(While it sounds lik)72 372 R 3.751(eal)-.11 G 1.001
+(ot of w)-3.751 F 1.001(ait time could accumulate, man)-.11 F 3.751(yt)
+-.165 G 1.001(ests on a C90 ha)-3.751 F 1.332 -.165(ve c)-.22 H 1.002
+(on\214rmed that this).165 F -.11(wa)72 384 S .232(it time is ne).11 F
+2.982(gligible. In)-.165 F .231(searching for 5-6 minutes of w)2.982 F
+.231(all-clock time, typical idle times \(per processor\))-.11 F -2.475
+-.22(av e)72 396 T .566(rage between .01 seconds and .1 seconds.).22 F
+.566(On rare occasions \(notably v)6.066 F .566(ery simple endg)-.165 F
+.567(ame positions)-.055 F .666(where the branching f)72 408 R .666
+(actor is quite lo)-.11 F .665
+(w\) this has reached one second per processor)-.275 F 3.415(,s)-.44 G
+.665(till k)-3.415 F .665(eeping the idle)-.11 F .882
+(time per processor do)72 420 R .882
+(wn to less than .3% of the total search time.)-.275 F .883
+(One major reason for this is that the)6.383 F .279
+(code which selects split points is v)72 432 R .279(ery careful, and f)
+-.165 F -.22(avo)-.11 G .279
+(rs nodes near the root of the tree, because the sub-).22 F 1.307
+(trees belo)72 444 R 4.057(wt)-.275 G 1.307
+(hose nodes represent a signi\214cant amount of w)-4.057 F 1.307
+(ork that must be completed before another)-.11 F .703
+(split point must be found.)72 456 R .703
+(The only time that processors are idle is while the)6.203 F 3.452(ya)
+-.165 G .702(re w)-3.452 F .702(aiting on other pro-)-.11 F .573
+(cessors to pro)72 468 R .573
+(vide tree state information to one idle processor)-.165 F 3.324(,o)-.44
+G 3.324(rw)-3.324 G .574(hile the)-3.324 F 3.324(ya)-.165 G .574(re w)
+-3.324 F .574(aiting on one idle pro-)-.11 F .071
+(cessor to select a split point.)72 480 R .071(If this e)5.571 F -.165
+(ve)-.275 G .071(nt is relati).165 F -.165(ve)-.275 G .07
+(ly rare, as it typically is in DTS, then the opportunities).165 F
+(for accumulating e)72 492 Q(xcessi)-.165 E .33 -.165(ve i)-.275 H
+(dle time are fe).165 E 2.75(wa)-.275 G(nd f)-2.75 E(ar between.)-.11 E
+2.75(2.4 The)72 516 R(Split\(\) operation.)2.75 E .315
+(Split\(\) is called whene)72 540 R -.165(ve)-.275 G 3.065(ra).165 G
+3.065(ni)-3.065 G .315
+(dle processor has one or more "tree state" blocks to e)-3.065 F .316
+(xamine when attempt-)-.165 F .267(ing to \214nd a split-point.)72 552 R
+.266(Split\(\) \214rst attempts to \214nd a good split point \(section \
+three\) and then sets things)5.767 F(up so that the Select\(\) operatio\
+n described later can function correctly)72 564 Q(.)-.715 E EP
+%%Page: 8 8
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .557(The \214rst operation performed after a go\
+od split-point is located is to allocate a data structure kno)72 96 R
+.557(wn as a)-.275 F 1.231(SPLIT BLOCK.)72 108 R 1.23
+(This data structure is simply an e)6.731 F 1.23
+(xact duplicate of the tree search data structures that)-.165 F .028
+(already e)72 120 R .029(xist in each processor')-.165 F 2.779(sl)-.605
+G .029(ocal memory area.)-2.779 F .029(It contains the v)5.529 F .029
+(arious mo)-.275 F .359 -.165(ve l)-.165 H .029
+(ists, board information,).165 F(scoring information, etc.)72 132 Q .265
+(The Split\(\) operation then copies ALL of the current processor')72
+156 R 3.015(sl)-.605 G .265(ocal tree state information to the SPLIT)
+-3.015 F 3.208(BLOCK. \(ALL)72 168 R .458
+(here means that if the current ply is \214v)3.208 F 3.208(e\()-.165 G
+.458(5\), then all of the data for plies 1-5 are copied,)-3.208 F -.22
+(bu)72 180 S 4.901(tn).22 G 2.151(ot all of the useless data belo)-4.901
+F 4.901(wp)-.275 G 2.151(ly 5.)-4.901 F 2.151(Note that EVER)7.651 F
+2.15(YTHING is copied, so that this global)-.715 F .806
+(\(shared\) memory area has an e)72 192 R .807(xact cop)-.165 F 3.557
+(yo)-.11 G 3.557(ft)-3.557 G .807(he current processor')-3.557 F 3.557
+(ss)-.605 G .807(earch data structures.)-3.557 F .807(It w)6.307 F .807
+(ould no)-.11 F(w)-.275 E .026(be possible for this processor to e)72
+204 R .026(xit, and another processor could cop)-.165 F 2.776(yt)-.11 G
+.026(his global data to its pri)-2.776 F -.275(va)-.275 G .025(te mem-)
+.275 F .497(ory area and resume the search just as if it were the origi\
+nal processor since it no)72 216 R 3.247(ww)-.275 G .497(ould ha)-3.357
+F .827 -.165(ve a)-.22 H .497(ccess to).165 F -2.365 -.275(ev e)72 228 T
+.406(rything the original processor had.).275 F 3.156(\(Note: Cray)5.906
+F .406(Blitz w)3.156 F .405(as written before F)-.11 F .405
+(ortran supported recursion,)-.165 F 1.075
+(and as a result, it did not use the no)72 240 R 3.825(wi)-.275 G 3.825
+(nv)-3.825 G 1.075(ogue "ne)-4.045 F -.055(ga)-.165 G 1.075
+(max" recursi).055 F 1.405 -.165(ve a)-.275 H 1.075
+(lpha/beta search implementation.).165 F .118(As a result, there w)72
+252 R .118(as no problem in implementing the parallel search as e)-.11 F
+2.868(xplained. Ne)-.165 F -.055(ga)-.165 G .117(max w).055 F .117
+(ould ha)-.11 F -.165(ve)-.22 G 1.058(made it much more dif)72 264 R
+1.058(\214cult, since the call stack is inaccessible to the search code\
+ and mo)-.275 F 1.059(ving the tree)-.165 F(state around w)72 276 Q
+(ould ha)-.11 E .33 -.165(ve b)-.22 H(een much more dif).165 E
+(\214cult [Pearl80].\))-.275 E .733(The Split\(\) operation then passes\
+ the address of this SPLIT BLOCK to an)72 300 R 3.483(yp)-.165 G .733
+(rocessors that are currently)-3.483 F .224(idle, so that the)72 312 R
+2.974(ym)-.165 G .224(ay be)-2.974 F .224(gin w)-.165 F .224
+(orking at this point immediately)-.11 F 5.725(.T)-.715 G .225
+(he idle processors drop out of their b)-5.725 F(usy)-.22 E -.11(wa)72
+324 S 1.109(it loop since the).11 F 3.859(yn)-.165 G 1.659 -.275(ow h)
+-3.859 H -2.475 -.22(av e).275 H 3.859(ap)4.079 G 1.108(ointer to a v)
+-3.859 F 1.108(alid SPLIT BLOCK rather than a v)-.275 F 1.108
+(alue of "zero".)-.275 F(The)6.608 E(y)-.165 E(must \214rst cop)72 336 Q
+2.75(yt)-.11 G(he global data to their pri)-2.75 E -.275(va)-.275 G
+(te memory area, and then be).275 E(gin searching at that point.)-.165 E
+.258(The primary reason for cop)72 360 R .258
+(ying ALL of the "splitting" processor')-.11 F 3.009(sd)-.605 G .259
+(ata to the shared memory re)-3.009 F .259(gion is to)-.165 F -.22(avo)
+72 372 S 1.046(id an).22 F 3.796(yt)-.165 G 1.045(ype of synchronizatio\
+n delays after searching all branches from the split-point.)-3.796 F
+1.045(The speci\214c)6.545 F .607(problem addressed is that the "contro\
+lling" processor \(the one splitting w)72 384 R .608
+(ork for other processors to help)-.11 F .548
+(with\) might choose a branch that is v)72 396 R .548
+(ery simple with a minimum number of nodes and \214nish this branch)
+-.165 F .902(quite quickly)72 408 R 6.402(.A)-.715 G .902
+(nother processor might choose a branch that has man)-6.402 F 3.653(yc)
+-.165 G .903(hecks and/or search e)-3.653 F(xtensions)-.165 E 1.666
+(and requires an e)72 420 R 1.666(xtended amount of time to search.)
+-.165 F 1.666(The controlling processor w)7.166 F 1.665
+(ould often \214nd itself)-.11 F -.11(wa)72 432 S .673
+(iting on other processors to complete their searches and return the v)
+.11 F .674(alues for their subtrees before the)-.275 F
+(controlling processor could back up the proper v)72 444 Q(alue.)-.275 E
+-.44(Wi)72 468 S .375(th the current implementation, this ne).44 F -.165
+(ve)-.275 G 3.125(rh).165 G 3.125(appens. Since)-3.125 F .375
+(ALL processors ha)3.125 F .705 -.165(ve a c)-.22 H .375(omplete cop)
+.165 F 3.125(yo)-.11 G 3.125(ft)-3.125 G(he)-3.125 E .694
+(search data, an)72 480 R 3.444(yo)-.165 G 3.444(ft)-3.444 G .694(hem i\
+s capable of \214nishing the search of the nodes in the tree after the \
+split-point is)-3.444 F 2.751(completed. F)72 492 R .001(or e)-.165 F
+.001(xample, processor 1 can search from plies 1 through 5 and then ano\
+ther processor selects)-.165 F 1.294(ply=5 as a split-point.)72 504 R
+1.295(Processor 2 joins the search at this split-point and selects a br\
+anch to e)6.794 F(xamine.)-.165 E .455(Processor 1 completes the remain\
+der of the branches at this split-point and then sends a HELP command)72
+516 R 1.552
+(to processor 2 so that it can help with the remainder of the comple)72
+528 R 4.303(xb)-.165 G 1.553(ranch processor 2 is searching.)-4.303 F
+1.018(When the search \214nally backs up to ply=1, EITHER processor \(b)
+72 540 R 1.018(ut not both\) could be in char)-.22 F 1.017(ge of the)
+-.198 F .019
+(search at that point; it depends on which one \214nishes \214rst.)72
+552 R .019(In simple terms, this is a "peer)5.519 F .02
+(-to-peer" design,)-.22 F(rather than a "master)72 564 Q(-sla)-.22 E
+-.165(ve)-.22 G 2.75("d).165 G(esign, so that all processors are equal.)
+-2.75 E EP
+%%Page: 9 9
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .093
+(The nice feature of this approach is that whene)72 96 R -.165(ve)-.275
+G 2.842(rA).165 G .092(NY processor runs out of w)-2.842 F .092
+(ork at a split-point, it then)-.11 F .49(assists one of the b)72 108 R
+.49(usy processors by \214rst sending a HELP command to force the creat\
+ion of a ne)-.22 F 3.241(ws)-.275 G(plit-)-3.241 E .663
+(point where this idle processor can "join in.")72 120 R .663
+(This feature is implemented by a simple rule that pre)6.163 F -.165(ve)
+-.275 G(nts).165 E(an)72 132 Q 3.464(yp)-.165 G .714(rocessor from back\
+ing the search up past a split point, unless \(if and only if\) only on\
+e processor is)-3.464 F -.11(wo)72 144 S .181
+(rking on that split point.).11 F .18(The best visual analogy is the g)
+5.68 F .18(ame of "leap-frog" where one processor starts)-.055 F .685(o\
+n a position, another helps it, the \214rst \214nishes and "leap-frogs"\
+ the second to a position further into the)72 156 R(tree and helps the \
+second processor search at that point, and so forth.)72 168 Q 2.75
+(2.5 The)72 192 R(Select\(\) operation.)2.75 E 1.079(one of the tw)72
+216 R 3.829(og)-.11 G 1.078
+(oals mentioned when designing the DTS algorithm w)-3.829 F 1.078
+(as to a)-.11 F -.22(vo)-.22 G 1.078(id completely re-writing).22 F .307
+(the search code for Cray Blitz.)72 228 R .308
+(This code \(approximately 10,000 lines of FOR)5.807 F .308
+(TRAN, which are replaced)-.66 F .35(by about 20,000 lines of Cray Asse\
+mbly Language [CAL] when running on the C90\) has been de)72 240 R -.165
+(ve)-.275 G(loped).165 E 1.21(and deb)72 252 R 1.21(ugged o)-.22 F -.165
+(ve)-.165 G 3.96(rap).165 G 1.21
+(eriod of years, and altering it signi\214cantly w)-3.96 F 1.211
+(as something the authors w)-.11 F 1.211(anted to)-.11 F -.22(avo)72 264
+S(id if possible since deb).22 E
+(ugging the parallel processing code already loomed as a lar)-.22 E
+(ge obstacle.)-.198 E -.165(Fo)72 288 S 3.376(rs).165 G(implicity)-3.376
+E 3.376(,t)-.715 G .626(he design retained the original programming met\
+hodology that a processor maintains the)-3.376 F 1.152
+(tree \(subtree, actually\) it is searching by k)72 300 R 1.152
+(eeping all of the related data in local \(pri)-.11 F -.275(va)-.275 G
+1.152(te, task common,).275 F(etc.\) memory so that other processors ca\
+n not "change" this information directly)72 312 Q(.)-.715 E(Ho)72 336 Q
+(we)-.275 E -.165(ve)-.275 G 1.079 -.44(r, s).165 H .199
+(ince a group of processors must w).44 F .198
+(ork together at some point within the tree, shared memory is)-.11 F
+.022(also required to allo)72 348 R 2.772(wt)-.275 G .022
+(his communication.)-2.772 F .022
+(The simple implementation mechanism we chose w)5.522 F .023(as to mod-)
+-.11 F(ify the procedure Select\(\) so that it could w)72 360 Q
+(ork in this en)-.11 E(vironment.)-.44 E .716
+(Select\(\) is a procedure called to select the ne)72 384 R .715(xt mo)
+-.165 F 1.045 -.165(ve a)-.165 H 3.465(tt).165 G .715
+(he current node in the tree.)-3.465 F(Normally)6.215 E 3.465(,i)-.715 G
+3.465(te)-3.465 G(xam-)-3.63 E 1.611(ines the mo)72 396 R 1.941 -.165
+(ve l)-.165 H 1.612(ist in the pri).165 F -.275(va)-.275 G 1.612
+(te memory for the current processor and remo).275 F -.165(ve)-.165 G
+4.362(so).165 G 1.612(ne of the mo)-4.362 F -.165(ve)-.165 G 4.362(sf)
+.165 G(or)-4.362 E -.165(ex)72 408 S 3.946(amination. At).165 F 3.946
+(as)3.946 G 1.196(plit-point, this is slightly more complicated since m\
+ultiple processors are "sharing")-3.946 F(this mo)72 420 Q .33 -.165
+(ve l)-.165 H(ist.).165 E 1.29
+(Select\(\) is unchanged, the only code that w)72 444 R 1.291
+(as modi\214ed w)-.11 F 1.291
+(as the code that actually calls Select\(\) within)-.11 F 2.909
+(Search\(\). Search\(\))72 456 R .159(simply tests to see if the curren\
+t ply is a split point, and if so it copies the shared mo)2.909 F -.165
+(ve)-.165 G .917(list to the local mo)72 468 R 1.248 -.165(ve l)-.165 H
+.918(ist, calls Select\(\) to choose one for searching and then remo)
+.165 F -.165(ve)-.165 G 3.668(si).165 G 3.668(tf)-3.668 G .918
+(rom the mo)-3.668 F -.165(ve)-.165 G .531
+(list. Search\(\) then copies the local mo)72 480 R .861 -.165(ve l)
+-.165 H .53
+(ist back to the shared one \(all protected by a semaphore so that).165
+F .131(no race conditions arise\).)72 492 R .131(If the current ply is \
+not a split point, Select\(\) is simply called normally)5.631 F 5.632
+(.t)-.715 G .132(he fol-)-5.632 F(lo)72 504 Q 1.494(wing code sho)-.275
+F 1.494(ws ho)-.275 F 4.244(wt)-.275 G 1.494(his w)-4.244 F 1.494
+(as implemented.)-.11 F 1.494
+(The major bene\214t here is that Select\(\) is a v)6.994 F 1.493
+(ery lar)-.165 F(ge)-.198 E .6(block of code, that generates mo)72 516 R
+-.165(ve)-.165 G .6(s, orders the list, selects mo).165 F -.165(ve)-.165
+G 3.35(sf).165 G .601(rom the list based on things lik)-3.35 F 3.351(ec)
+-.11 G(ap-)-3.351 E 1.49(tures and the e)72 528 R 1.49(xpected g)-.165 F
+1.49(ain, killer mo)-.055 F -.165(ve)-.165 G 1.49(s, and so forth.).165
+F 1.49(It w)6.99 F 1.49(as considered v)-.11 F 1.489
+(ery desirable to lea)-.165 F 1.819 -.165(ve t)-.22 H(his).165 E
+(completely alone, since the assembly v)72 540 Q
+(ersion of this module is se)-.165 E -.165(ve)-.275 G
+(ral thousand lines long.).165 E(call Select\(\))99.5 564 Q EP
+%%Page: 10 10
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF -.11(wa)72 96 S 2.75(sr).11 G
+(eplaced by the follo)-2.75 E(wing lines of code:)-.275 E
+(if\(ply .eq. splitl\(taskid\)\) then)99.5 120 Q(call Selget\(\))110.5
+132 Q(call Select\(\))110.5 144 Q(call Selput\(\))110.5 156 Q(else)99.5
+168 Q(call Select\(\))110.5 180 Q(endif)99.5 192 Q .425(In the abo)72
+216 R .755 -.165(ve c)-.165 H .425
+(ode, Selget\(\) sets a semaphore to lock this mo).165 F .755 -.165
+(ve l)-.165 H .425(ist \(there are multiple semaphores so that).165 F
+.191(multiple mo)72 228 R .52 -.165(ve l)-.165 H .19(ists can be shared\
+ without unnecessary interaction\) and then copies the global mo).165 F
+.52 -.165(ve l)-.165 H .19(ist to).165 F .568(the local memory)72 240 R
+3.318(.S)-.715 G .568(elect\(\) then operates normally)-3.318 F 6.068
+(.S)-.715 G .568(elput\(\) then copies the mo)-6.068 F .898 -.165(ve l)
+-.165 H .569(ist back \(after a mo).165 F -.165(ve)-.165 G
+(has been remo)72 252 Q -.165(ve)-.165 G 2.75(df).165 G
+(or searching\) and \214nally clears the semaphore.)-2.75 E .752(The v)
+72 276 R .751(ector splitl\(taskid\) is set up by the split operation a\
+nd identi\214es the current split point for this pro-)-.165 F .736
+(cessor \(taskid\).)72 288 R .737(It should be noted that this implemen\
+tation is quite good in terms of ef)6.236 F(\214cienc)-.275 E 2.167
+-.715(y, b)-.165 H(ecause).715 E .353(the Selget\(\) \(cop)72 300 R
+3.103(ys)-.11 G .352(hared memory to local memory\) and the Selput\(\) \
+\(back to shared memory\) operations)-3.103 F 1.311
+(are rarely used, and on a Cray the)72 312 R 4.061(yv)-.165 G 1.312
+(ectorize quite well and cost v)-4.226 F 1.312(ery little.)-.165 F 1.312
+(Note that this same code)6.812 F -.11(wo)72 324 S .911(rks well withou\
+t parallel processing since Selget\(\) and Selput\(\) are ne).11 F -.165
+(ve)-.275 G 3.661(rc).165 G .911(alled if a Split\(\) operation)-3.661 F
+(has not been performed.)72 336 Q 2.75(2.6 The)72 360 R(Mer)2.75 E
+(ge\(\) operation.)-.198 E(Whene)72 384 Q -.165(ve)-.275 G 2.897(rap)
+.165 G .147(rocessor calls Select\(\) and is told that the mo)-2.897 F
+-.165(ve)-.165 G 2.898(sl).165 G .148(ist is empty)-2.898 F 2.898(,t)
+-.715 G .148(he \214rst test made by the DTS)-2.898 F .702
+(search algorithm is "is this a split-point?")72 396 R .702
+(If the answer is yes, this processor has computed a v)6.202 F .701
+(alue that)-.275 F .225
+(represents only a subset of the branches from this node.)72 408 R .226
+(The DTS Search no)5.726 F 2.976(wc)-.275 G .226(alls procedure Mer)
+-2.976 F .226(ge\(\) to)-.198 F .397(process this partial v)72 420 R
+3.147(alue. Mer)-.275 F .396(ge\(\) simply compares the search v)-.198 F
+.396(alue from the current partial search with)-.275 F .983
+(the best search v)72 432 R .984(alue for this node yet back)-.275 F
+.984(ed up, and remembers the best result.)-.11 F .984
+(It also notes that one)6.484 F 1.367(less processor is w)72 444 R 1.366
+(orking at this split point by decrementing the processor count.)-.11 F
+1.366(If this count is no)6.866 F(w)-.275 E -.165(ex)72 456 S .252
+(actly one, the split-point is no longer needed; in this case, Mer).165
+F .252(ge\(\) sends an UNSPLIT command to the)-.198 F
+(remaining processor \(described belo)72 468 Q -.715(w.)-.275 G(\)).715
+E .333(After the cleanup is completed via Mer)72 492 R .332
+(ge\(\), the DTS algorithm then returns this processor to its idle loop)
+-.198 F .501(where it immediately checks for another split-point to joi\
+n, or else it generates a HELP command to cre-)72 504 R
+(ate a split-point.)72 516 Q 2.75(2.7 The)72 540 R
+(Unsplit\(\) operation.)2.75 E .076(The ne)72 564 R .076
+(xt-to-last processor w)-.165 F .076(orking on a split point sends an U\
+NSPLIT command to the remaining proces-)-.11 F(sor)72 576 Q 2.818(,w)
+-.44 G(hene)-2.818 E -.165(ve)-.275 G 2.818(ri).165 G 2.818<748c>-2.818
+G .068(nds no more w)-2.818 F .068(ork to do at this split point.)-.11 F
+.068(The split-point has been completely searched)5.568 F EP
+%%Page: 11 11
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF -.165(ex)72 96 S
+(cept for the branch being analyzed by the remaining processor).165 E(.)
+-.605 E 2.147(When a processor recei)72 120 R -.165(ve)-.275 G 4.897(sa)
+.165 G 4.897(nU)-4.897 G 2.147
+(NSPLIT command, it calls procedure Unsplit\(\) to cleanup the split-)
+-4.897 F .221(point\(S\) that ha)72 132 R .551 -.165(ve b)-.22 H .221(e\
+en "almost completed" \(recall that the current processor is STILL sear\
+ching a branch).165 F(at one or more of these e)72 144 Q
+(xhausted split-points.\))-.165 E .028(Unsplit\(\) performs tw)72 168 R
+2.778(oa)-.11 G 2.778(ctions. The)-2.778 F .028(\214rst action it tak)
+2.778 F .027(es is to compare the partial score from the split-point)
+-.11 F .42(with its o)72 180 R .42
+(wn partial score for that ply and remember the best one.)-.275 F .42
+(It then deallocates the SPLIT BLOCK)5.92 F .982
+(so that this block can be used whene)72 192 R -.165(ve)-.275 G 3.731
+(ra).165 G .981(nother Split\(\) operation is required.)-3.731 F .981
+(After an Unsplit\(\) opera-)6.481 F(tion, all signs of the pre)72 204 Q
+(vious Split\(\) operation are gone.)-.275 E 2.75(2.8 The)72 228 R
+(Share\(\) operation.)2.75 E 1.051(Since the ef)72 252 R(\214cienc)-.275
+E 3.801(yo)-.165 G 3.801(ft)-3.801 G 1.051
+(he alpha/beta algorithm directly depends on kno)-3.801 F 1.051
+(wing the best scores back)-.275 F 1.052(ed up)-.11 F 1.525
+(through the tree, whene)72 264 R -.165(ve)-.275 G 4.275(rb).165 G 1.525
+(acking up a ne)-4.275 F 4.274(wb)-.275 G 1.524
+(est score to a split-point ply \(by an)-4.274 F 4.274(yo)-.165 G 4.274
+(ft)-4.274 G 1.524(he processors)-4.274 F -.11(wo)72 276 S
+(rking at that split-point\), special action is required.).11 E .971
+(The re)72 300 R .971(gular search procedure Backup\(\) w)-.165 F .972
+(as modi\214ed to check for this condition in the same manner as)-.11 F
+1.06(Select\(\) described pre)72 312 R(viously)-.275 E 3.81(,i)-.715 G
+3.81(tc)-3.81 G 1.06
+(hecks the SPLITL\(i\) \215ag to determine if it is "w)-3.81 F 1.06
+(orking together" with)-.11 F .182(another processor)72 324 R 5.682(.I)
+-.605 G 2.932(fs)-5.682 G .182
+(o, it sends a SHARE command to all processors w)-2.932 F .182
+(orking at this split- point.)-.11 F(These)5.683 E .193
+(processors then call Share\(\) to determine if this ne)72 336 R .193
+(wly back)-.275 F .192(ed up v)-.11 F .192(alue is better than the v)
+-.275 F .192(alue in this pro-)-.275 F(cessor')72 348 Q 3.565(ss)-.605 G
+3.565(earch. If)-3.565 F .815(so, some quick tests for alpha/beta cutof)
+3.565 F .816(fs are made to determine if this ne)-.275 F .816(wly a)
+-.275 F -.275(va)-.22 G(il-).275 E(able v)72 360 Q(alue w)-.275 E
+(ould prune a)-.11 E -.11(wa)-.165 G 2.75(yp).11 G
+(art of the tree currently being searched by this processor)-2.75 E(.)
+-.605 E .161(This procedure w)72 384 R .161(as added to address tw)-.11
+F 2.911(op)-.11 G 2.91(roblems. \(1\))-2.911 F .16(When a better v)2.91
+F .16(alue is found at a split-point, ef)-.275 F<8c2d>-.275 E(cienc)72
+396 Q 4.368(yd)-.165 G 1.618(emands that all processors be made a)-4.368
+F -.11(wa)-.165 G 1.619
+(re of it as soon as possible in order to maximize the).11 F .109
+(alpha/beta ef)72 408 R(\214cienc)-.275 E 4.289 -.715(y. \()-.165 H
+2.859(2\) W).715 F 2.859(ea)-.88 G .109(nticipated the case where the s\
+earch might create a split-point at a location)-2.859 F .717
+(within the tree where either alpha or beta might be unkno)72 420 R .717
+(wn \(this is the idea of speculati)-.275 F 1.048 -.165(ve s)-.275 H
+.718(earching to).165 F -.11(ke)72 432 S .59(ep processors b).11 F .59
+(usy described earlier)-.22 F 3.339(.\) Share\(\))-.605 F .589
+(determines these v)3.339 F .589(alues for the current processor when-)
+-.275 F -2.365 -.275(ev e)72 444 T 2.75(rt).275 G(he)-2.75 E 2.75(yb)
+-.165 G(ecome a)-2.75 E -.275(va)-.22 G(ilable.).275 E 2.75(3. Choosing)
+72 468 R(where to split the tree.)2.75 E 1.027(The most important decis\
+ion that the DTS algorithm frequently addresses is where to split the t\
+ree into)72 492 R 1.083(parallel subtrees.)72 504 R 1.083(If it chooses\
+ a good split point, performance is good; if it chooses a poor split po\
+int,)6.583 F(performance suf)72 516 Q(fers.)-.275 E(3.1 Node types PV)72
+540 Q 2.75(,C)-1.419 G(UT and ALL.)-2.75 E 3.097(Knuth and Moore clearl\
+y de\214ned three node classes of nodes within the alpha/beta minimax t\
+ree)72 564 R 4.378([Knut75]. While)72 576 R 1.628(their analysis w)4.378
+F 1.628(as centered on a minimal g)-.11 F 1.627
+(ame-tree with perfect mo)-.055 F 1.957 -.165(ve o)-.165 H 1.627
+(rdering, the).165 F EP
+%%Page: 12 12
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .386(concepts the)72 96 R 3.136(yp)-.165 G .386
+(resented also apply to "real" alpha/beta trees, e)-3.136 F -.165(ve)
+-.275 G 3.136(nt).165 G .386(hough it is impossible to produce per)
+-3.136 F(-)-.22 E .611(fect mo)72 108 R .94 -.165(ve o)-.165 H .61
+(rdering [Hyatt89].).165 F .61(In this conte)6.11 F .61
+(xt we use the terminology de)-.165 F -.165(ve)-.275 G .61
+(loped in [Marsland85], which).165 F(uses the terms PV)72 120 Q 2.75(,C)
+-1.419 G(UT and ALL instead of type one, tw)-2.75 E 2.75(oa)-.11 G
+(nd three.)-2.75 E -.88(Ty)108 144 S .768(pe one \(PV\) nodes.).88 F
+.769(The root position is a type one node.)6.268 F .769
+(The \214rst successor)6.269 F .346(of a PV node is also a PV node whil\
+e all other successors of a PV node are CUT)108 156 R 3.17(nodes. PV)108
+168 R .42(nodes require e)3.17 F .421
+(xamination of all their successors.)-.165 F 3.171(AP)5.921 G 3.171(Vn)
+-3.171 G .421(ode is easy)-3.171 F .643
+(to recognize, because both alpha and beta are at their original v)108
+180 R .643(alues since noth-)-.275 F(ing has yet been searched.)108 192
+Q -.88(Ty)108 216 S .02(pe tw).88 F 2.77(o\()-.11 G .02(CUT\) nodes.)
+-2.77 F 2.771(AC)5.521 G .021
+(UT node is a successor of either a PV node \(as gi)-2.771 F -.165(ve)
+-.275 G(n).165 E(abo)108 228 Q -.165(ve)-.165 G 3.434(\)o).165 G 3.433
+(ra)-3.434 G 3.433(nA)-3.433 G .683(LL node.)-3.433 F 3.433(AC)6.183 G
+.683(UT node only requires e)-3.433 F .683(xamination of one succes-)
+-.165 F .407(sor \(for perfectly ordered g)108 240 R .407(ame trees.\))
+-.055 F .407(This is the node type that we must recog-)5.907 F .99
+(nize and a)108 252 R -.22(vo)-.22 G .989
+(id selecting as a split-point, because with best mo).22 F 1.319 -.165
+(ve o)-.165 H .989(rdering, only).165 F .206
+(one branch needs to be searched, which lea)108 264 R -.165(ve)-.22 G
+2.957(sn).165 G 2.957(ow)-2.957 G .207(ork for additional processors,)
+-3.067 F(other than w)108 276 Q(ork that is completely unnecessary)-.11
+E(.)-.715 E -.88(Ty)108 300 S 2.43(pe three \(ALL\) nodes.).88 F 2.43
+(An ALL node is a successor of a CUT node and)7.93 F .719(requires e)108
+312 R .72(xamination of all its successor branches.)-.165 F(Ev)6.22 E
+.72(en more interesting, mo)-.165 F -.165(ve)-.165 G .335(ordering with\
+in a type three node is completely unimportant and has no ef)108 324 R
+.335(fect on)-.275 F 2.053(the total nodes searched.)108 336 R 2.054
+(This is an important node type in a parallel search)7.554 F .806
+(because e)108 348 R -.165(ve)-.275 G .806(ry mo).165 F 1.136 -.165
+(ve m)-.165 H .806(ust be searched, of).165 F .806(fering plenty of w)
+-.275 F .805(ork that can be done)-.11 F(in parallel.)108 360 Q 1.164
+(From these de\214nitions, se)72 384 R -.165(ve)-.275 G 1.164
+(ral things become apparent.).165 F 1.164(\(1\) T)6.664 F 1.164
+(ype three \(ALL\) nodes are perfect candi-)-.88 F .276(dates for paral\
+lel searching since all successors must be searched, and the order of t\
+ra)72 396 R -.165(ve)-.22 G .276(rsal for these suc-).165 F .152
+(cessors is unimportant.)72 408 R 2.902(\(2\) T)5.652 F .152(ype tw)-.88
+F 2.902(o\()-.11 G .152(CUT\) nodes must be a)-2.902 F -.22(vo)-.22 G
+.153(ided as split points since only one succes-).22 F .225
+(sor must be e)72 420 R 2.975(xamined. If)-.165 F .225
+(such a node is chosen as a split point, e)2.975 F .225
+(xtra branches will be searched, resulting)-.165 F .91(in w)72 432 R .91
+(asted w)-.11 F 3.66(ork. \(3\))-.11 F -.88(Ty)3.66 G .91(pe one \(PV\)\
+ nodes appear to be good candidates for parallel search until careful)
+.88 F 1.023(study unco)72 444 R -.165(ve)-.165 G 1.023(rs the f).165 F
+1.023
+(act that the \214rst successor of a type one node must be completely e)
+-.11 F 1.022(xamined before)-.165 F(an)72 456 Q 4.358(yo)-.165 G 4.358
+(ft)-4.358 G 1.608(he other successors.)-4.358 F 1.608(This is required\
+ since the \214rst branch establishes a search bound for the)7.108 F
+1.174(remainder of the successors, and if the)72 468 R 3.924(ya)-.165 G
+1.174(re searched before this bound is kno)-3.924 F 1.174(wn, e)-.275 F
+1.174(xtra w)-.165 F 1.174(ork might be)-.11 F(done.)72 480 Q 2.75
+(3.2 Classifying)72 504 R(node types.)2.75 E .563(When a processor gene\
+rates a HELP command, and obtains tree-state data from b)72 528 R .564
+(usy processors, it must)-.22 F .408(\(if possible\) establish a split \
+point so that it \(and other idle processors\) can "join in" and help.)
+72 540 R .408(From sec-)5.908 F .39(tion 3.1, it becomes ob)72 552 R .39
+(vious that type ALL nodes mak)-.165 F 3.141(ed)-.11 G .391
+(esirable split points, type PV nodes mak)-3.141 F 3.141(ed)-.11 G(esir)
+-3.141 E(-)-.22 E 1.62(able split points AFTER the \214rst successor of\
+ the node has been completely searched, and type CUT)72 564 R
+(nodes must be a)72 576 Q -.22(vo)-.22 G(ided at all costs.).22 E EP
+%%Page: 13 13
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF 1.52(Cray Blitz contains a function T)72 96 R
+1.52(ypeNode\(\), that types an)-.88 F 4.27(yn)-.165 G 1.52
+(ode from ply one to the current ply)-4.27 F 9.771(.t)-.715 G(his)-9.771
+E .574(function is called by function Split\(\) to mak)72 108 R 3.323
+(ea)-.11 G 3.323(ni)-3.323 G .573
+(nitial "guess" of the node types for each ply in the cur)-3.323 F(-)
+-.22 E(rent processor')72 120 Q 2.75(ss)-.605 G(earch space.)-2.75 E
+.239(It mak)72 144 R .239(es the follo)-.11 F .239(wing assumptions.)
+-.275 F .239(If, for the current node being tested, the v)5.739 F .24
+(alues of alpha and beta are)-.275 F .06
+(equal to the initial search windo)72 156 R 1.49 -.715(w, t)-.275 H .06
+(hen this node is a PV node.).715 F .059
+(Otherwise, if the current node is at an odd)5.559 F .683
+(ply and alpha is equal to the lo)72 168 R .684
+(wer initial search bound, or the current node is at an e)-.275 F -.165
+(ve)-.275 G 3.434(np).165 G .684(ly and beta is)-3.434 F
+(equal to the upper initial search bound, then the node type is CUT)72
+180 Q 5.5(.F)-.814 G(or all other cases, it is type ALL.)-5.665 E .642
+(Split\(\) uses the abo)72 204 R .971 -.165(ve a)-.165 H .641(lgorithm \
+to set its initial guess for each node type from ply 1 through the curr\
+ent).165 F(ply)72 216 Q 5.915(.N)-.715 G -.165(ex)-5.915 G 3.165(ti).165
+G 3.165(te)-3.165 G .416(nters an "o)-3.165 F -.165(ve)-.165 G .416
+(rride" phase.).165 F .416
+(Split\(\) starts at ply=2 and checks the number of mo)5.916 F -.165(ve)
+-.165 G 3.166(st).165 G .416(hat ha)-3.166 F -.165(ve)-.22 G 1.132
+(been zeroed by the search \(the number of mo)72 228 R -.165(ve)-.165 G
+3.881(st).165 G 1.131(hat ha)-3.881 F 1.461 -.165(ve a)-.22 H 1.131
+(ctually been searched.\)).165 F -.165(Fo)6.631 G 3.881(ra).165 G 3.881
+(nA)-3.881 G 1.131(LL node,)-3.881 F(man)72 240 Q 3.087(ym)-.165 G -.165
+(ove)-3.087 G 3.087(sa).165 G .338(lready searched increases the "con\
+\214dence" that this is truly an ALL node.)-3.087 F -.165(Fo)5.838 G
+3.088(rC).165 G .338(UT nodes,)-3.088 F 1.527(if more than one mo)72 252
+R 1.856 -.165(ve h)-.165 H 1.526
+(as been searched, then the con\214dence for this CUT node is lo).165 F
+1.526(wered, since it)-.275 F 1.014
+(should not be necessary to search more than one mo)72 264 R 1.344 -.165
+(ve a)-.165 H -6.513 3.764(ta r).165 H 1.015(eal CUT node.)-3.764 F
+1.015(In f)6.515 F 1.015(act, if more than some)-.11 F .361(limit of mo)
+72 276 R -.165(ve)-.165 G 3.111(sh).165 G .361(as been e)-3.111 F .361
+(xamined \(currently=3\) then the type for this node is o)-.165 F -.165
+(ve)-.165 G .36(rridden and set to ALL,).165 F .161
+(since it appears that mo)72 288 R .491 -.165(ve o)-.165 H .161
+(rdering has someho).165 F 2.912(wf)-.275 G .162
+(ailed to search the best mo)-3.022 F .492 -.165(ve \214)-.165 H .162
+(rst at some pre).165 F .162(vious ply)-.275 F(.)-.715 E .252
+(After this o)72 312 R -.165(ve)-.165 G .251
+(rride phase, a \214nal simple check is made since it is no).165 F 3.001
+(wp)-.275 G .251(ossible to ha)-3.001 F .581 -.165(ve t)-.22 H .471 -.11
+(wo A).165 H .251(LL nodes on).11 F(successi)72 324 Q .784 -.165(ve p)
+-.275 H 3.204(lies. If).165 F .455(this happens, the second ALL node pr\
+obably means that the successor to this node is)3.204 F .306
+(really a CUT node and we are resetting the upper/lo)72 336 R .305
+(wer search bounds after searching a wrong \214rst mo)-.275 F -.165(ve)
+-.165 G(some)72 348 Q 3(where. The)-.275 F .25(\214nal o)3 F -.165(ve)
+-.165 G .251(rride phase will note the second ALL node, and then force \
+the successor of this).165 F .042
+(node to be type CUT since yet another ALL node can')72 360 R 2.792(tf)
+-.198 G(ollo)-2.792 E 2.792(wt)-.275 G .042(his one unless mo)-2.792 F
+.371 -.165(ve o)-.165 H .041(rdering is hopelessly).165 F 3.847
+(bad. This)72 372 R 1.097(phase of the o)3.847 F -.165(ve)-.165 G 1.097
+(rride code simply allo).165 F 1.097(ws only tw)-.275 F 3.847(oA)-.11 G
+1.097(LL nodes to be consecuti)-3.847 F 1.428 -.165(ve i)-.275 H 3.848
+(nt).165 G 1.098(he tree.)-3.848 F .218
+(After the second ALL node, the ne)72 384 R .218(xt node must be CUT)
+-.165 F 2.968(,t)-.814 G .218(he ne)-2.968 F .218(xt ALL, etc.)-.165 F
+-.165(Fo)5.718 G 2.968(ra).165 G .218(ll of these o)-2.968 F -.165(ve)
+-.165 G .218(rrides the).165 F 1.125(con\214dence is v)72 396 R 1.125
+(ery "lo)-.165 F 1.125(w" and, ag)-.275 F 1.125(ain, the number of mo)
+-.055 F -.165(ve)-.165 G 3.875(ss).165 G 1.126
+(earched at each ply is used to impro)-3.875 F 1.456 -.165(ve t)-.165 H
+(his).165 E(con\214dence.)72 408 Q .116(This has pro)72 432 R -.165(ve)
+-.165 G 2.866(nt).165 G 2.865(ob)-2.866 G 2.865(eac)-2.865 G .115
+(ritical step in the DTS algorithm.)-2.865 F 2.865(Am)5.615 G(istak)
+-2.865 E 2.865(eh)-.11 G .115(ere produces se)-2.865 F -.165(ve)-.275 G
+.115(re problems later).165 F .657(because the search space is going to\
+ increase due to searching branches that the sequential search w)72 444
+R(ould)-.11 E .154(be able to a)72 456 R -.22(vo)-.22 G 2.904(id. The)
+.22 F .154(initial estimate w)2.904 F .154(as quite good, b)-.11 F .154
+(ut the o)-.22 F -.165(ve)-.165 G .153(rride phase further impro).165 F
+-.165(ve)-.165 G 2.903(dt).165 G .153(he reliabil-)-2.903 F .729
+(ity of choosing a good node for a Split\(\) operation.)72 468 R .73
+(This has been modi\214ed more than an)6.23 F 3.48(yo)-.165 G .73
+(ther part of)-3.48 F .838(the DTS code, because Cray Blitz still \(on \
+occasion\) searches trees in parallel that are much lar)72 480 R .838
+(ger than)-.198 F .15(the same tree searched by only one processor)72
+492 R 5.65(.I)-.605 G 2.9(ft)-5.65 G .151
+(his were 100% accurate, then Cray Blitz w)-2.9 F .151(ould produce)-.11
+F(almost linear speedup as additional processors are added to the searc\
+h.)72 504 Q .599(Others ha)72 528 R .929 -.165(ve t)-.22 H .599
+(ackled this "where to split the tree" in dif).165 F .598(ferent w)-.275
+F .598(ays, and ha)-.11 F .928 -.165(ve p)-.22 H .598
+(roduced interesting results).165 F([Akl82,A)72 540 Q(werb)-1.012 E .569
+(uch85,Baudet78,Feldman90, Feldman93,and others].)-.22 F .57
+(Most all were designed for message-)6.07 F .683
+(passing systems, which made choosing split-points more comple)72 552 R
+3.433(xs)-.165 G .683(ince it becomes a serious issue when)-3.433 F 2.09
+(communication costs become a major design consideration.)72 564 R 2.091
+(It should be noted that the only serious)7.59 F .877
+(attempts to control tree search o)72 576 R -.165(ve)-.165 G .877
+(rhead all do so at the e).165 F .877(xpense of synchronization/w)-.165
+F .877(ait penalties.)-.11 F .876(In a)6.376 F EP
+%%Page: 14 14
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF(distrib)72 96 Q .904(uted en)-.22 F .904
+(vironment, this mak)-.44 F .904
+(es a great deal of sense, since the cost of di)-.11 F .904
+(viding a tree into pieces is)-.275 F -.165(ve)72 108 S(ry high.).165 E
+(On the Cray architecture, the opposite is true.)5.5 E
+(3.3 Choosing a SPLIT ply)72 132 Q .547(The \214rst goal of the Split\(\
+\) procedure is to select an ALL node for splitting since this is the o\
+nly reason-)72 156 R .958(able type of node that w)72 168 R(on')-.11 E
+3.708(ta)-.198 G .958(dd an)-3.708 F 3.708(ys)-.165 G .958(earch o)
+-3.708 F -.165(ve)-.165 G .958(rhead \(e).165 F .958(xtra nodes.\))-.165
+F .958(Since the o)6.458 F -.165(ve)-.165 G .958(rhead for choosing a)
+.165 F .708(SPLIT point is costly)72 180 R 3.457(,am)-.715 G .707(ajor \
+consideration for selecting a split point is to choose a split point th\
+at will)-3.457 F(tak)72 192 Q 3.938(ear)-.11 G 1.188
+(easonable amount of time to search in parallel so Split\(\) w)-3.938 F
+(on')-.11 E 3.938(tb)-.198 G 3.939(ei)-3.938 G -2.09 -.44(nv o)-3.939 H
+-.11(ke).44 G 3.939(da).11 G -.055(ga)-3.939 G 3.939(in. As).055 F 3.939
+(ag)3.939 G(eneral)-3.939 E .512(rule, nodes at shallo)72 204 R 3.261
+(wd)-.275 G .511(epths represent more w)-3.261 F .511
+(ork than nodes at deep plies, making shallo)-.11 F 3.261(wn)-.275 G
+.511(odes desir)-3.261 F(-)-.22 E .486(able split points.)72 216 R .486
+(This can be complicated by at least tw)5.986 F 3.237(of)-.11 G .487
+(eatures of the nodes;)-3.237 F .487(\(1\) the con\214dence of an)5.987
+F .71(ALL node is lo)72 228 R 2.14 -.715(w, m)-.275 H .71(aking it risk)
+.715 F 3.46(yt)-.165 G 3.46(os)-3.46 G .709
+(earch it in parallel and possibly introduce e)-3.46 F .709
+(xtra nodes into the tree)-.165 F 1.169
+(search, and \(2\) the node has v)72 240 R 1.169(ery fe)-.165 F 3.919
+(wb)-.275 G 1.169(ranches remaining, so that it will only supply w)
+-3.919 F 1.17(ork for a small)-.11 F(number of processors which will fo\
+rce yet another Split\(\) when the remaining processors become idle.)72
+252 Q .461(As can be seen, this is a some)72 276 R .461(what subjecti)
+-.275 F .79 -.165(ve d)-.275 H .46
+(ecision, and tuning this code will continue for some time.).165 F .25
+(Other recent modi\214cations to this include questions lik)72 288 R 3
+(e")-.11 G .25(is the king in check at this node?" since this can)-3 F
+.26(result in a misleading "w)72 300 R .26(ork estimate.")-.11 F .26
+(Cray Blitz generates pseudo-le)5.76 F -.055(ga)-.165 G 3.009(lm).055 G
+-.165(ove)-3.009 G .259(s, and when the king is in).165 F .109
+(check, most of these mo)72 312 R -.165(ve)-.165 G 2.859(sa).165 G .109
+(re, in f)-2.859 F .11(act, ille)-.11 F -.055(ga)-.165 G 2.86(l. If).055
+F .11(these mo)2.86 F -.165(ve)-.165 G 2.86(sa).165 G .11
+(re used to estimate the w)-2.86 F .11(ork to be done at)-.11 F .171
+(this ply)72 324 R 2.921(,ap)-.715 G .17
+(oor SPLIT point will be chosen since man)-2.921 F 2.92(ym)-.165 G -.165
+(ove)-2.92 G 2.92(sa).165 G .17(re a)-2.92 F -.275(va)-.22 G .17
+(ilable, b).275 F .17(ut most will be immediately)-.22 F .332
+(recognized as ille)72 336 R -.055(ga)-.165 G 3.082(lw).055 G .332
+(ith almost no w)-3.082 F .332(ork required to determine this.)-.11 F
+(Se)5.833 E -.165(ve)-.275 G .333(ral such features can af).165 F .333
+(fect the)-.275 F 1.625("estimated w)72 348 R 1.625
+(orkload" of a potential split point to mak)-.11 F 4.375(ei)-.11 G 4.375
+(tl)-4.375 G 1.625(ess attracti)-4.375 F -.165(ve)-.275 G 7.125(.A).165
+G 1.625(nother e)-7.125 F 1.624(xample is that the)-.165 F .315
+(search e)72 360 R .316(xtensions used by Cray Blitz at ply=N are af)
+-.165 F .316(fected by the e)-.275 F .316
+(xtensions at plies before N in the tree.)-.165 F 1.713
+(The idea is that if something is causing e)72 372 R 1.712
+(xtensions at shallo)-.165 F 4.462(wp)-.275 G 1.712
+(lies, the search should be careful and)-4.462 F -.165(ex)72 384 S .523
+(tend at deeper plies too, to \214nd out what is going on.).165 F .524
+(Therefore, if there are man)6.024 F 3.274(ye)-.165 G .524
+(xtensions before a)-3.439 F .958
+(potential split-point, the subtrees belo)72 396 R 3.708(wt)-.275 G .957
+(hat possible split-point will lik)-3.708 F .957(ely be lar)-.11 F .957
+(ger than normal, a f)-.198 F(act)-.11 E
+(that should be considered when choosing from se)72 408 Q -.165(ve)-.275
+G(ral candidate nodes for a split-point.).165 E .309
+(Split\(\) is the single most important function in the DTS algorithm.)
+72 432 R .31(When it inadv)5.81 F .31(ertently chooses a CUT)-.165 F
+.831(node as a split-point, search o)72 444 R -.165(ve)-.165 G .831
+(rhead increases dramatically).165 F 6.33(.C)-.715 G .83
+(hoosing a PV node potentially increases)-6.33 F 1.145(the search o)72
+456 R -.165(ve)-.165 G 1.146(rhead until the \214rst branch is e).165 F
+1.146(xamined and Share\(\) correctly establishes the upper/lo)-.165 F
+(wer)-.275 E(search bounds.)72 468 Q 2.75(3.4 Splitting)72 492 R
+(at the root)2.75 E .832
+(Splitting the search at the root \(or not\) unco)72 516 R -.165(ve)
+-.165 G .832(rs some interesting problems.).165 F .832
+(First, most computer chess)6.332 F .186(programs use the so-called ite\
+rated search where a one ply search is done, then that information is u\
+sed to)72 528 R .137(order the mo)72 540 R -.165(ve)-.165 G 2.887(sf)
+.165 G .137(or a tw)-2.887 F 2.887(op)-.11 G .137(ly search, and the in\
+formation from that is used to order a three ply search and)-2.887 F
+(so forth.)72 552 Q
+(This process is continued until the time allotted for this mo)5.5 E .33
+-.165(ve r)-.165 H(uns out.).165 E 1.096(It should be ob)72 576 R 1.096
+(vious that the reason for doing a "depth+1" search is to \214nd a bett\
+er mo)-.165 F 1.427 -.165(ve t)-.165 H 1.097(han the one).165 F EP
+%%Page: 15 15
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .85(found from the "depth" search.)72 96 R .849
+(Often, the program does not change its mind from iteration to iteratio\
+n,)6.35 F .347
+(and, in such circumstances, splitting the tree at the root is an e)72
+108 R .347(xcellent idea.)-.165 F .347(After searching the \214rst root)
+5.847 F .314(branch completely)72 120 R 3.064(,s)-.715 G .314
+(earching the remainder in parallel introduces almost no o)-3.064 F
+-.165(ve)-.165 G .314(rhead \(some arises due to).165 F .768
+(transposition table interaction.\))72 132 R(Ho)6.269 E(we)-.275 E -.165
+(ve)-.275 G 1.649 -.44(r, w).165 H .769(hen the \214rst mo).44 F 1.099
+-.165(ve s)-.165 H .769(earched is not the best, and the program).165 F
+.705(ultimately chooses a dif)72 144 R .705(ferent root mo)-.275 F 1.035
+-.165(ve a)-.165 H 3.455(sb).165 G .705
+(est, searching root branches in parallel causes a problem in)-3.455 F
+(timed tournament chess g)72 156 Q(ames.)-.055 E .938(From prior analys\
+is [Knuth75,Hyatt88,Hyatt89,Hsu90] the \214rst branch from the root pro\
+duces a subtree)72 180 R .52(much lar)72 192 R .52(ger than the remaind\
+er of the branches \(when the \214rst branch is best.\))-.198 F .519
+(If the program then must)6.019 F .632
+("change its mind" and select a dif)72 204 R .632(ferent mo)-.275 F .962
+-.165(ve a)-.165 H 3.382(sb).165 G .632(est, this mo)-3.382 F .962 -.165
+(ve w)-.165 H .632(ill also produce a much lar).165 F .633(ger subtree)
+-.198 F(than the other mo)72 216 Q -.165(ve)-.165 G 2.75(s. This).165 F
+("much lar)2.75 E(ger subtree" causes an interesting problem in timed e)
+-.198 E -.165(ve)-.275 G(nts.).165 E .148(Consider a case where the sec\
+ond branch is really the one that the "depth+1" search will ultimately \
+select.)72 240 R .816(After searching the \214rst branch \(using parall\
+el processing\) one processor selects the second mo)72 252 R 1.146 -.165
+(ve i)-.165 H 3.566(nt).165 G(he)-3.566 E .346
+(list \(that is really the best mo)72 264 R -.165(ve)-.165 G 3.095(\)a)
+.165 G .345(nd starts searching the v)-3.095 F .345(ery lar)-.165 F .345
+(ge subtree it produces.)-.198 F .345(Other processors)5.845 F -.165(ex)
+72 276 S .009(amine other root branches that are unimportant.).165 F
+.009(If time runs out before the second branch is completely)5.509 F
+-.165(ex)72 288 S .389(amined, the \214rst mo).165 F .719 -.165(ve w)
+-.165 H .388(ill be chosen, resulting in the program making a w).165 F
+.388(orse mo)-.11 F .718 -.165(ve t)-.165 H .388(han it really has).165
+F 2.948(to. An)72 300 R(alternati)2.948 E .528 -.165(ve i)-.275 H 2.949
+(st).165 G 2.949(oh)-2.949 G -2.475 -.22(av e)-2.949 H .199
+(all processors w)3.169 F .199(ork on the \214rst mo)-.11 F -.165(ve)
+-.165 G 2.949(,t).165 G .199(hen all processors w)-2.949 F .199
+(ork on the second)-.11 F(mo)72 312 Q -.165(ve)-.165 G 3.6(,a).165 G .85
+(nd so forth.)-3.6 F .849(Then, when a ne)6.349 F 3.599(wb)-.275 G .849
+(est mo)-3.599 F 1.179 -.165(ve i)-.165 H 3.599(ss).165 G .849
+(earched, all processors search it and complete the)-3.599 F
+(search before time runs out.)72 324 Q .883(Some might be quick to sugg\
+est that "the search should notice that the un\214nished mo)72 348 R
+1.214 -.165(ve h)-.165 H .884(as produced a).165 F(lar)72 360 Q .429
+(ge tree, and is lik)-.198 F .429(ely about to become a ne)-.11 F 3.179
+(wb)-.275 G .429(est, so don')-3.179 F 3.179(tg)-.198 G -2.365 -.275
+(iv e)-3.179 H .428(up until it has been completed.")3.454 F(Ho)5.928 E
+(w-)-.275 E -2.365 -.275(ev e)72 372 T 1.181 -.44(r, t).275 H .301
+(here are tw).44 F 3.052(oi)-.11 G .302(ssues with this:)-3.052 F .302
+(\(1\) just because a root mo)5.802 F .632 -.165(ve p)-.165 H .302
+(roduces a tree se).165 F -.165(ve)-.275 G .302(ral orders of magni-)
+.165 F .811(tude lar)72 384 R .811(ger than an)-.198 F 3.561(yo)-.165 G
+.811(ther \(than the \214rst\) root mo)-3.561 F 1.141 -.165(ve d)-.165 H
+.811(oes not imply that this mo).165 F 1.141 -.165(ve i)-.165 H 3.561
+(sb).165 G(etter)-3.561 E 6.311(.I)-.605 G 3.561(tm)-6.311 G .81
+(ight be)-3.561 F(better)72 396 Q 4.048(,o)-.44 G 4.048(ri)-4.048 G
+4.048(tm)-4.048 G 1.298(ight simply be a complicated mo)-4.048 F 1.628
+-.165(ve t)-.165 H 1.299
+(hat leads to positions which stimulate lots of search).165 F -.165(ex)
+72 408 S .148(tensions and mak).165 F 2.898(et)-.11 G .148
+(he tree quite lar)-2.898 F 2.898(ge. Therefore,)-.198 F .148
+(it is not safe to simply say the tree so f)2.898 F .148(ar is big, w)
+-.11 F(ait,)-.11 E .884(because that might tak)72 420 R 3.634(eas)-.11 G
+.884(igni\214cant amount of time to \214nish.)-3.634 F .885
+(And note the major problem here is that)6.385 F .068
+(only one processor is searching that branch should we choose to w)72
+432 R .067(ait for a result.)-.11 F .067(\(2\) "Just w)5.567 F .067
+(aiting" is not)-.11 F 3.879(ap)72 444 S 1.129
+(articularly good plan in a timed e)-3.879 F -.165(ve)-.275 G 3.879
+(nt. Since).165 F 1.129(time is a f)3.879 F(actor)-.11 E 3.879(,u)-.44 G
+1.129(sing it wisely is a major part of an)-3.879 F(y)-.165 E 1.055
+(chess program, and ha)72 456 R 1.055(ving to b)-.22 F 1.054(urn man)
+-.22 F 3.804(ym)-.165 G 1.054(inutes just because the search can')-3.804
+F 3.804(tr)-.198 G(esolv)-3.804 E 3.804(ew)-.165 G 1.054(hether a mo)
+-3.804 F -.165(ve)-.165 G(further do)72 468 Q(wn the ply=1 mo)-.275 E
+.33 -.165(ve l)-.165 H(ist is better or not can lead to timing dif).165
+E(\214culties.)-.275 E .252(The dra)72 492 R .252
+(wback to solving this is that we "kno)-.165 F .252
+(w" that all branches at the root should be searched \(time per)-.275 F
+(-)-.22 E 1.002(mitting\) and that searching them will cause no e)72 504
+R 1.002(xtra o)-.165 F -.165(ve)-.165 G 1.002
+(rhead \(after the \214rst branch establishes a lo).165 F(wer)-.275 E
+.621(search bound, assuming that the \214rst mo)72 516 R .951 -.165
+(ve i)-.165 H 3.371(sa).165 G .621(ctually the best mo)-3.371 F -.165
+(ve)-.165 G 6.121(.T).165 G .621(his is true for a lar)-6.121 F .621
+(ge majority of)-.198 F 1.614(positions, \).)72 528 R 1.614
+(The root is therefore a highly f)7.114 F -.22(avo)-.11 G 1.613
+(rable \(from a search o).22 F -.165(ve)-.165 G 1.613
+(rhead point of vie).165 F 1.613(w\) place to)-.275 F 1.085
+(search in parallel.)72 540 R 1.085(If the entire ply=1 mo)6.585 F 1.415
+-.165(ve l)-.165 H 1.085(ist w).165 F 1.086
+(as searched, then splitting at ply=1 w)-.11 F 1.086(ould w)-.11 F 1.086
+(ork well.)-.11 F(Ho)72 552 Q(we)-.275 E -.165(ve)-.275 G 1.257 -.44
+(r, s).165 H .377(ince time can run out and stop the search, e).44 F
+.377(xamining the \214rst fe)-.165 F 3.126(wm)-.275 G -.165(ove)-3.126 G
+3.126(so).165 G 3.126(nt)-3.126 G .376(he list \(searching)-3.126 F .942
+(each in succession with all processors w)72 564 R .942
+(orking together on each mo)-.11 F -.165(ve)-.165 G 3.692(\)e).165 G
+.942(nsures that the \214rst fe)-3.692 F 3.693(wm)-.275 G -.165(ove)
+-3.693 G(s).165 E 1.19(are COMPLETEL)72 576 R 3.94(Ye)-1.1 G 1.19
+(xamined before time runs out. \(Note: in Cray Blitz and Crafty)-4.105 F
+3.939(,a)-.715 G 3.939(ni)-3.939 G 1.189(teration is not)-3.939 F EP
+%%Page: 16 16
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .398(completed after time has run out.)72 96 R
+(Rather)5.898 E 3.148(,t)-.44 G .398(he search stops, the mo)-3.148 F
+.728 -.165(ve i)-.165 H 3.148(sm).165 G .398
+(ade, and then the ponder search)-3.148 F .731
+(picks up and continues searching.\))72 108 R 2.491 -.88(We c)6.231 H
+.731(hose to accept this inef).88 F(\214cienc)-.275 E 3.481(y\()-.165 G
+.73(searching e)-3.481 F .73(xtra nodes\) in order)-.165 F(to let the p\
+rogram change its mind on the last iteration, if the \214rst mo)72 120 Q
+.33 -.165(ve i)-.165 H 2.75(sn).165 G(ot best.)-2.75 E .063
+(This often leads to a li)72 144 R -.165(ve)-.275 G .064(ly debate abou\
+t \(a\) whether or not a parallel search should split at the root and \
+\(b\)).165 F .591
+(whether or not the program should completely search the root mo)72 156
+R .921 -.165(ve l)-.165 H .591(ist before stopping for a time limit.)
+.165 F 1.76 -.88(We h)72 168 T -2.475 -.22(av e).88 H -.165(ex)2.97 G
+(perimented with possible alternati).165 E .33 -.165(ve a)-.275 H
+(lgorithms, b).165 E(ut none ha)-.22 E .33 -.165(ve p)-.22 H(ro).165 E
+-.165(ve)-.165 G 2.75(nb).165 G(etter to date.)-2.75 E 2.75(4. DTS)72
+192 R(performance results)2.75 E .117(The DTS algorithm w)72 216 R .117
+(as tested using a Cray C916/1024 computer)-.11 F 5.617(.T)-.605 G .117
+(his machine has 16 processors with a)-5.617 F -.165(cy)72 228 S
+(cle time of 4.166 nanoseconds, and also has 1024 million w).165 E
+(ords of memory \(eight gig)-.11 E(abytes.\))-.055 E(4.1 T)72 252 Q
+(esting methodology)-.77 E .829(In producing these results, all testing\
+ used the machine in a dedicated mode so that all of the machine')72 276
+R(s)-.605 E .241(memory w)72 288 R .241(as used, re)-.11 F -.055(ga)
+-.165 G .242
+(rdless of the number of processors utilized in each test \(e).055 F
+.242(xcept for the one-proces-)-.165 F 1.227(sor test, which is e)72 300
+R 1.227(xplained later\).)-.165 F 1.227
+(Often, particularly when using distrib)6.727 F 1.227(uted machines lik)
+-.22 F 3.976(et)-.11 G 1.226(he Hyper)-3.976 F(-)-.22 E 4.252(cubes, ad\
+ding additional processors also adds additional memory [Feldmann90,Feld\
+mann93,K)72 312 R(usz-)-.165 E(maul94,Schaef)72 324 Q(fer89,Y)-.275 E
+1.535(ang93], ef)-1.1 F(fecti)-.275 E -.165(ve)-.275 G 1.535
+(ly changing tw).165 F 4.285(os)-.11 G 1.534
+(earch parameters at the same time \(number of)-4.285 F .166
+(processors or total computation po)72 336 R .166
+(wer and total memory a)-.275 F -.275(va)-.22 G 2.916(ilable.\) It).275
+F .166(is then dif)2.916 F .166(\214cult to attrib)-.275 F .166
+(ute the per)-.22 F(-)-.22 E .379(formance impro)72 348 R -.165(ve)-.165
+G .379(ment to additional processor po).165 F .378
+(wer alone as the transposition table is e)-.275 F .378(xtremely impor)
+-.165 F(-)-.22 E(tant to search performance and making it lar)72 360 Q
+(ger often dramatically speeds up search times.)-.198 E .434
+(The testing done to produce the results gi)72 384 R -.165(ve)-.275 G
+3.184(nh).165 G .434(erein dif)-3.184 F .434
+(fers from the testing used in pre)-.275 F .434(vious parallel tree)
+-.275 F .378(search algorithms [Hyatt88, Hyatt89, Schaef)72 396 R .378
+(fer89, Feldmann90,others].)-.275 F .378
+(Rather than use a group of unre-)5.878 F 1.856
+(lated chess problems, we elected to tak)72 408 R 4.606(eas)-.11 G -.165
+(eg)-4.606 G 1.856(ment of a real chess g).165 F 1.856(ame and ha)-.055
+F 2.187 -.165(ve t)-.22 H 1.857(he program play).165 F .175
+(through it with v)72 420 R .175(arying numbers of processors.)-.275 F
+.175(There are tw)5.675 F 2.925(or)-.11 G .175
+(easons for choosing this approach: \(1\) this)-2.925 F .124
+(is what a chess program is designed to do, "play a complete g)72 432 R
+.124(ame", not "search random positions" and \(2\))-.055 F 1.346
+(it is well-kno)72 444 R 1.345(wn that parallel algorithms perform bett\
+er when searching deeper trees [Hyatt88,Hyatt89,)-.275 F(Schaef)72 456 Q
+4.903(fer89,others]. When)-.275 F 2.153(searching unrelated problems, t\
+here is no "continuity" between problems.)4.903 F .974
+(When searching a series of mo)72 468 R -.165(ve)-.165 G 3.724(sf).165 G
+.974(rom the same g)-3.724 F .974
+(ame, the transposition table, the killer mo)-.055 F 1.304 -.165(ve l)
+-.165 H .974(ist, the).165 F .105
+(dynamic scoring parameters, all "tie things together" and allo)72 480 R
+2.855(wd)-.275 G .105(eeper searches.)-2.855 F .105
+(Note also, that if you are)5.605 F
+(iterested in results on a traditional test lik)72 492 Q 2.75(et)-.11 G
+(he K)-2.75 E(opek/Bratk)-.385 E 2.75(op)-.11 G(ositions, the)-2.75 E
+2.75(ya)-.165 G(re a)-2.75 E -.275(va)-.22 G(ilable in [Hyatt88].).275 E
+1.564(The testing methodology w)72 516 R 1.564(as to tak)-.11 F 4.314
+(et)-.11 G 1.564(he 16-processor log produced during the actual g)-4.314
+F 1.563(ame, and then)-.055 F("contri)72 528 Q -.165(ve)-.275 G 4.302
+("t).165 G 1.552(hings so that the "lesser" con\214gurations w)-4.302 F
+1.552(ould do the same amount of w)-.11 F 1.552(ork \(roughly\).)-.11 F
+(In)7.053 E 1.257(these tests, if the 16 processor search reached 11 pl\
+ies and searched the \214rst 10 root mo)72 540 R -.165(ve)-.165 G 4.007
+(sb).165 G 1.257(efore the)-4.007 F .21
+(search timed out, then all lessor con\214gurations had to also do e)72
+552 R .21(xactly this same search, which led to some)-.165 F .406
+(embarrassingly long search times for one processor as will be seen.)72
+564 R .405(One other minor note is that the sin-)5.905 F 1.222
+(gle processor times appear to search slightly slo)72 576 R 1.222
+(wer than the equi)-.275 F -.275(va)-.275 G 1.222
+(lent parallel searches, which w).275 F(ould)-.11 E EP
+%%Page: 17 17
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .019(seem to be counter)72 96 R(-intuiti)-.22 E
+-.165(ve)-.275 G 5.518(.H).165 G -.275(ow)-5.518 G -2.365 -.275(ev e)
+.275 H .898 -.44(r, d).275 H .018
+(ue to the enormous time required to play through this g).44 F .018
+(ame with-)-.055 F .33(out stopping \(which w)72 108 R .331(ould ha)-.11
+F .661 -.165(ve c)-.22 H .331(leared the transposition table and so for\
+th\) we ran this test on a produc-).165 F .263
+(tion machine, and competed with other processes.)72 120 R .263
+(As a result, memory con\215icts were much higher \(bank)5.763 F 1.866
+(con\215icts to those that are Cray-sa)72 132 R 1.866
+(vvy\) as well as sw)-.22 F 1.866(apping o)-.11 F -.165(ve)-.165 G 1.866
+(rhead which gets char).165 F 1.867(ged to the user)-.198 F(.)-.605 E
+(While this is well belo)72 144 Q 2.75(wt)-.275 G(he .1% le)-2.75 E
+-.165(ve)-.275 G 2.75(lo).165 G 2.75(fn)-2.75 G
+(oise, it is noticeable, and should be remembered.)-2.75 E .978
+(The test positions came from the g)72 168 R .977
+(ame Mchess Pro vs Cray Blitz at the 1993 A)-.055 F .977
+(CM International Com-)-.44 F .112(puter Chess Championship.)72 180 R
+.112(\(This g)5.612 F .112(ame is included as Appendix A.\))-.055 F .113
+(This g)5.613 F .113(ame w)-.055 F .113(as chosen after looking)-.11 F
+.84(at analysis produced by Cray Blitz during the tournament.)72 192 R
+.839(The opening w)6.339 F .839(as a King')-.11 F 3.589(sG)-.605 G .839
+(ambit Accepted)-3.589 F .428
+(where white sacri\214ced a piece for some pa)72 204 R .429
+(wns and a strong attack.)-.165 F .429(C-B sa)5.929 F 3.179(wt)-.165 G
+.429(he e)-3.179 F -.275(va)-.275 G .429(luation steadily drop).275 F
+.553(as it disco)72 216 R -.165(ve)-.165 G .553(red just ho).165 F 3.303
+(ws)-.275 G .553(trong the attack w)-3.303 F .553(as, then it le)-.11 F
+-.165(ve)-.275 G .553(led of).165 F 3.303(fa)-.275 G .552(nd follo)
+-3.303 F .552(wed a "tight-rope" for se)-.275 F -.165(ve)-.275 G(ral)
+.165 E(mo)72 228 Q -.165(ve)-.165 G 1.286
+(s, making the only possible mo).165 F 1.616 -.165(ve t)-.165 H 1.287
+(hat w).165 F 1.287(ould not lose, then it started f)-.11 F 1.287
+(ailing high repeatedly as it)-.11 F(\214nally survi)72 240 Q -.165(ve)
+-.275 G 2.75(dt).165 G(he attack and started a counter)-2.75 E
+(-attack that ultimately w)-.22 E(on the g)-.11 E(ame.)-.055 E .275
+(The \214rst position occurs after the sequence of mo)72 264 R -.165(ve)
+-.165 G 3.024(s1).165 G 3.024(.e)-3.024 G 3.024(4e)-3.024 G 3.024(52)
+-3.024 G 3.024(.N)-3.024 G .274(c3 Nc6 3. f4 e)-3.024 F .274
+(xf4 4. Nf3 g5 5. d4 g4 6.)-.165 F .557(Bc4 gxf3 7. o-o d5)72 276 R .557
+(8. e)6.057 F .557(xd5 Bg4 9. Qd2 ...)-.165 F .558(At this point, C-B w)
+6.058 F .558(as "out of book" and quickly disco)-.11 F -.165(ve)-.165 G
+(red).165 E .021(that its king w)72 288 R .021(as e)-.11 F .021
+(xposed in the center although it w)-.165 F .021
+(as a piece up and a couple of pa)-.11 F .02(wns do)-.165 F 2.77
+(wn. The)-.275 F -.275(eva)2.77 G(lu-).275 E .972
+(ation steadily dropped for the ne)72 300 R .973(xt fe)-.165 F 3.723(wm)
+-.275 G -.165(ove)-3.723 G 3.723(sa).165 G 3.723(sC)-3.723 G .973
+(-B "sa)-3.723 F .973(w" ho)-.165 F 3.723(we)-.275 G .973
+(xposed its king w)-3.888 F 3.723(as. The)-.11 F -.275(eva)3.723 G
+(luation).275 E .598(dropped to a point where C-B w)72 312 R .598
+(as about 1/4 pa)-.11 F .597(wn "do)-.165 F .597(wn" at the lo)-.275 F
+3.347(wp)-.275 G .597(oint in the g)-3.347 F 3.347(ame. It)-.055 F .597
+(then be)3.347 F -.055(ga)-.165 G 3.347(na).055 G 1.491
+(climb to roughly 1/3 of a pa)72 324 R 1.491(wn "ahead" before disco)
+-.165 F -.165(ve)-.165 G 1.492
+(ring that Mchess could force a perpetual dra).165 F -.715(w.)-.165 G
+.248(\(This occurred at position 17 where C-B took a long time trying t\
+o \214nd an)72 336 R 2.997(yw)-.165 G .247(ay out of the v)-3.107 F .247
+(ery deep per)-.165 F(-)-.22 E .274(petual check.)72 348 R .274
+(The perpetual w)5.774 F .274(as some 19 plies deep.\))-.11 F -.165(Fo)
+5.774 G 3.024(rt).165 G .274(he ne)-3.024 F .274(xt tw)-.165 F 3.024(om)
+-.11 G -.165(ove)-3.024 G .274(s, it w).165 F .274(as resigned to a dra)
+-.11 F -.715(w,)-.165 G -.22(bu)72 360 S 4.917(tM).22 G 2.167(chess app\
+arently did not search deeply enough to detect the repetition and v)
+-4.917 F 2.166(aried, gi)-.275 F 2.166(ving C-B)-.275 F(another chance.)
+72 372 Q(From this point on the e)5.5 E -.275(va)-.275 G
+(luation climbed steadily).275 E(.)-.715 E .256
+(This particular series of positions of)72 396 R .256
+(fered both "good," "bad" and "normal" positions that C-B searched in)
+-.275 F(parallel.)72 408 Q 2.784(A")72 432 S .033
+(good" position is one where the program \214nds the correct mo)-2.784 F
+.363 -.165(ve a)-.165 H 2.783(tas).165 G(hallo)-2.783 E 2.783(ws)-.275 G
+.033(earch and "sticks with it")-2.783 F .327
+(through later searches and ultimately mak)72 444 R .328(es that mo)-.11
+F -.165(ve)-.165 G 5.828(.T).165 G .328
+(his means that ordering at the root of the tree is)-5.828 F .531
+(perfect, and often means that ordering f)72 456 R .531(arther do)-.11 F
+.531(wn in the tree is also quite good, making the search rea-)-.275 F
+1.069(sonably ef)72 468 R 3.82(\214cient. These)-.275 F 1.07
+(positions produce good speedups re)3.82 F -.055(ga)-.165 G 1.07
+(rdless of the number of processors used.).055 F
+(Positions 20 and 21 are e)72 480 Q(xamples of such positions.)-.165 E
+3.761(A")72 504 S 1.01(normal" position is one where the program occasi\
+onally changes its mind at the root, b)-3.761 F 1.01(ut that mo)-.22 F
+-.165(ve)-.165 G .143(ordering is still good.)72 516 R .144
+(This lets C-B \214nd the ne)5.643 F 2.894(wb)-.275 G .144(est mo)-2.894
+F .474 -.165(ve a)-.165 H 2.894(tt).165 G .144(he root f)-2.894 F .144
+(aster than it w)-.11 F .144(ould if it could split)-.11 F(the w)72 528
+Q(ork at the root \(pre)-.11 E(vious discussion.\))-.275 E 3.443(A")72
+552 S .692(bad" position is one where e)-3.443 F -.165(ve)-.275 G .692
+(ry iteration un).165 F -.165(ve)-.44 G .692(ils some ne).165 F 3.442
+(wt)-.275 G .692(hreat that the program must then \214nd a)-3.442 F -.11
+(wa)72 564 S 3.25(yt).11 G 3.25(od)-3.25 G .5(efend ag)-3.25 F 3.25
+(ainst. At)-.055 F .5(the be)3.25 F .5(ginning of each ne)-.165 F 3.251
+(wi)-.275 G .501(teration, the best mo)-3.251 F .831 -.165(ve f)-.165 H
+.501(rom the pre).165 F .501(vious iteration)-.275 F .707(often f)72 576
+R .707(ails lo)-.11 F 2.137 -.715(w, a)-.275 H .707
+(nd with little help in ordering mo).715 F -.165(ve)-.165 G .707
+(s, the parallel v).165 F .706(ersion of the search be)-.165 F .706
+(gins to search)-.165 F EP
+%%Page: 18 18
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .389
+(signi\214cantly more nodes than the sequential v)72 96 R 3.14
+(ersion. These)-.165 F .39(positions typically ha)3.14 F .72 -.165(ve p)
+-.22 H .39(oor speedup results).165 F .07
+(when compared with a sequential search.)72 108 R .07(An e)5.57 F .07
+(xcellent e)-.165 F .069(xample of this is position 17.)-.165 F .069
+(This is the position)5.569 F 1.575(where C-B disco)72 120 R -.165(ve)
+-.165 G 1.575(rs that it can').165 F 4.325(ta)-.198 G -.22(vo)-4.545 G
+1.575(id a dra).22 F 4.325(wb)-.165 G 4.325(yr)-4.325 G 1.575
+(epetition \(with best play by the opponent.\))-4.325 F(Mo)7.076 E -.165
+(ve)-.165 G .923(ordering is poor since prior kno)72 132 R .923
+(wledge of good mo)-.275 F -.165(ve)-.165 G 3.673(si).165 G 3.673(sq)
+-3.673 G .923(uickly refuted by the dra)-3.673 F .923
+(wing lines found by)-.165 F(the constantly increasing search depth.)72
+144 Q .276(The results include tw)72 168 R 3.026(os)-.11 G .276
+(ets of numbers for each test, where a test used either one, tw)-3.026 F
+.277(o, four)-.11 F 3.027(,e)-.44 G .277(ight or six-)-3.027 F .133
+(teen processors.)72 180 R .133
+(The numbers are the clock time required for the search \(w)5.633 F .133
+(all clock time\) and the number)-.11 F(of nodes searched \(which sho)72
+192 Q(ws ho)-.275 E 2.75(wm)-.275 G(uch e)-2.75 E(xtra w)-.165 E
+(ork is added by using additional processors.)-.11 E .256
+(These results are summarized belo)72 216 R 3.006(wi)-.275 G 3.006(nt)
+-3.006 G .256(able 3, which can be compared to the results for the tw)
+-3.006 F 3.007(op)-.11 G(re)-3.007 E(vious)-.275 E(algorithms.)72 228 Q
+.44 LW 417.215 248.95 194.784 248.95 DL 2.75(#p)200.284 258.2 S 17.875
+(rocessors 1)-2.75 F 24.75(2481)24.75 G(6)-24.75 E 417.215 262.95
+194.784 262.95 DL 32.384(speedup 1.0)200.284 272.2 R 13.75
+(2.0 3.7 6.6 11.1)16.5 F 417.215 276.95 194.784 276.95 DL 384.215 262.95
+384.215 276.95 DL 353.965 262.95 353.965 276.95 DL 323.715 262.95
+323.715 276.95 DL 293.465 262.95 293.465 276.95 DL 263.215 262.95
+263.215 276.95 DL 417.215 248.95 417.215 276.95 DL 194.784 248.95
+194.784 276.95 DL 384.215 248.95 384.215 276.95 DL 353.965 248.95
+353.965 276.95 DL 323.715 248.95 323.715 276.95 DL 293.465 248.95
+293.465 276.95 DL 263.215 248.95 263.215 276.95 DL -.88(Ta)233.125 300.4
+S(ble 3 DTS performance results).88 E 2.75(5. Performance)72 324.4 R
+(analysis)2.75 E .292(The performance results for DTS are presented in \
+table 4 \(search time for each test position in the g)72 348.4 R(ame\),)
+-.055 E 1.243(table 5 \(nodes searched for each test position\) and tab\
+le 6 \(the performance impro)72 360.4 R -.165(ve)-.165 G 1.244
+(ment for each test).165 F(position\).)72 372.4 Q 1.37(The simplest w)72
+396.4 R 1.37(ay to analyze the performance is to e)-.11 F 1.369
+(xamine T)-.165 F 1.369(able 3 which gi)-.88 F -.165(ve)-.275 G 4.119
+(st).165 G 1.369(he speedup for each)-4.119 F 4.238(position. This)72
+408.4 R 1.488(table presents the a)4.238 F -.165(ve)-.22 G 1.489
+(rage speedup for tw).165 F 1.489(o, four)-.11 F 4.239(,e)-.44 G 1.489
+(ight and sixteen processors, and is a)-4.239 F .379
+(summary of the timing results from table 6, gi)72 420.4 R .378
+(ving each position a weight of one and di)-.275 F .378
+(viding the sum of)-.275 F .505(the column by 24.)72 432.4 R .506
+(It is interesting to note that there is an in)6.005 F -.165(ve)-.44 G
+.506(rse relationship between speedup and total).165 F 1.163
+(nodes searched, which is e)72 444.4 R 1.162(xactly as e)-.165 F 1.162
+(xpected with DTS.)-.165 F 1.162(Recall that DTS does not allo)6.662 F
+3.912(wp)-.275 G 1.162(rocessors to)-3.912 F .328(remain idle for an)72
+456.4 R 3.078(ys)-.165 G .328(igni\214cant amount of time, so that poor\
+ speedup results has to be the result of search-)-3.078 F
+(ing nodes that are unnecessary)72 468.4 Q 2.75(,e)-.715 G
+(xactly as the ra)-2.915 E 2.75(wd)-.165 G(ata gi)-2.75 E -.165(ve)-.275
+G 2.75(ns).165 G(ho)-2.75 E(ws.)-.275 E -.165(Fo)72 492.4 S 3.441(rt)
+.165 G .691
+(he older Cray XMP machines with a maximum of four processors, an a)
+-3.441 F -.165(ve)-.22 G .69(rage speedup of tw).165 F 3.44(o\()-.11 G
+(tw)-3.44 E(o)-.11 E .194
+(processors\) and 3.7 \(four processors\) looks e)72 504.4 R .194
+(xtremely ef)-.165 F 2.944(\214cient. Mo)-.275 F .195
+(ving up to an eight processor machine)-.165 F 1.013
+(\(the old YMP line is an e)72 516.4 R 1.013
+(xample\) produces a speedup of 6.6 which, ag)-.165 F 1.013
+(ain, is a reasonable result.)-.055 F(Here)6.512 E .334(doubling the nu\
+mber of processors from four to eight produces a performance impro)72
+528.4 R -.165(ve)-.165 G .334(ment f).165 F .334(actor of 1.8.)-.11 F
+(Ho)72 540.4 Q(we)-.275 E -.165(ve)-.275 G 2.493 -.44(r, p).165 H 1.613
+(ushing this further be).44 F 1.613(gins to sho)-.165 F 4.363(wj)-.275 G
+1.613(ust ho)-4.363 F 4.363(wd)-.275 G(if)-4.363 E 1.612
+(\214cult parallelizing an alpha/beta tree search)-.275 F 1.164
+(really is.)72 552.4 R 1.164
+(The speedup of 11.1 for 16 processors means that o)6.664 F -.165(ve)
+-.165 G 3.915(ro).165 G 1.165(ne quarter of the C90')-3.915 F 3.915(sc)
+-.605 G 1.165(ycles were)-4.08 F -.11(wa)72 564.4 S 2.903(sted. F).11 F
+.153(or these tests, processor idle time a)-.165 F -.165(ve)-.22 G .153
+(raged under tw).165 F 2.903(os)-.11 G .153
+(econds for each position \(per processor\),)-2.903 F EP
+%%Page: 19 19
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF(sho)72 96 Q .549
+(wing that the parallel search e)-.275 F .55(xamined a signi\214cant nu\
+mber of nodes that the sequential search didn')-.165 F(t)-.198 E(\(e)72
+108 Q 1.019(xamine T)-.165 F 1.018
+(able 2 and compare the 1cpu node counts column to an)-.88 F 3.768(yo)
+-.165 G 3.768(ft)-3.768 G 1.018(he others.)-3.768 F -.165(Fo)6.518 G
+3.768(rp).165 G 1.018(osition 17 it is)-3.768 F(ob)72 120 Q 1.22
+(vious that the program searched almost three times as man)-.165 F 3.97
+(yn)-.165 G 1.22(odes with 16 processors as it did with)-3.97 F .087
+(one, so that, e)72 132 R -.165(ve)-.275 G 2.837(nt).165 G .086
+(hough the entire machine \(16 processors\) w)-2.837 F .086(as b)-.11 F
+(usy)-.22 E 2.836(,t)-.715 G .086(he majority of the processors were)
+-2.836 F(doing unnecessary w)72 144 Q(ork.)-.11 E .297(Cray Blitz count\
+s the number of split operations that it attempts, as part of its b)72
+168 R .297(uilt-in performance analy-)-.22 F 3.562(sis. This)72 180 R
+.812(count is af)3.562 F .811(fected by tw)-.275 F 3.561(op)-.11 G 3.561
+(arameters; \(1\))-3.561 F .811(the e)3.561 F .811
+(xtra nodes searched by the program, and \(2\) the)-.165 F 1.872
+(total search time.)72 192 R 1.873(In ef)7.373 F 1.873
+(fect, the number of splits per unit of time \(in)-.275 F -.165(ve)-.44
+G 1.873(rsely\) follo).165 F 1.873(ws the e)-.275 F 1.873(xtra nodes)
+-.165 F .218(searched by the program.)72 204 R -.165(Fo)5.718 G 2.968
+(rt).165 G .218(hese test positions, the SPLIT count ranged from a lo)
+-2.968 F 2.968(wo)-.275 G 2.968(f3)-2.968 G .218(07 to a high of)-2.968
+F -.165(ove)72 216 S 3.225(r1).165 G 3.225(20,000! As)-3.225 F 3.225(ar)
+3.225 G .476(esult, this data has not been presented since the speedup \
+table and time tables accu-)-3.225 F 1.63
+(rately predict the split counts obtained from the tests.)72 228 R 1.629
+(The best speedup \(and the fe)7.13 F 1.629(west e)-.275 F 1.629
+(xtra nodes\))-.165 F .716(occurs on positions where fe)72 240 R 3.467
+(ws)-.275 G .717(plit operations are attempted.)-3.467 F 2.477 -.88
+(To a)6.217 H -.22(vo).66 G .717(id a situation of "information o).22 F
+-.165(ve)-.165 G -.22(r-).165 G<8d6f>72 252 Q .095
+(w" additional statistics g)-.275 F .095(athered by C-B ha)-.055 F .425
+-.165(ve b)-.22 H .094(een omitted since statistical analysis sho).165 F
+.094(ws strong corre-)-.275 F .407(lation among all of the metrics.)72
+264 R .408(One e)5.908 F .408
+(xample is that C-B counts the number of times a processor starts a)
+-.165 F .648(parallel task only to be stopped by another because mo)72
+276 R .978 -.165(ve o)-.165 H .648(rdering w).165 F .648
+(as not optimal.)-.11 F .648(These "early stops")6.148 F
+(correspond with the "split operations attempted" and with the "e)72 288
+Q(xtra nodes" quite well.)-.165 E 1.25(The most immediate problem in th\
+e current algorithm is that the parallel search e)72 312 R 1.25
+(xamines a signi\214cant)-.165 F .413(number of e)72 324 R .413
+(xtra nodes that the sequential algorithm does not.)-.165 F .413(Much w)
+5.913 F .412(ork remains to determine just ho)-.11 F(w)-.275 E -.11(fa)
+72 336 S 2.773(rt).11 G .024(his can be reduced.)-2.773 F(Intuiti)5.524
+E -.165(ve)-.275 G(ly).165 E 2.774(,i)-.715 G 2.774(ti)-2.774 G 2.774
+(sn)-2.774 G .024(ot possible to reduce the number of e)-2.774 F .024
+(xtra nodes to zero since this)-.165 F -.11(wo)72 348 S 1.702
+(uld require nearly perfect mo).11 F 2.032 -.165(ve o)-.165 H 4.452
+(rdering. The).165 F(rele)4.452 E -.275(va)-.275 G 1.702
+(nt question is whether or not it is possible to).275 F .418
+(choose a split point more accurately than the present algorithm does.)
+72 360 R .419(If some information were a)5.919 F -.275(va)-.22 G(ilable)
+.275 E .446(that might be used to predict ho)72 372 R 3.196(wg)-.275 G
+.446(ood mo)-3.196 F .776 -.165(ve o)-.165 H .446
+(rdering is at a particular node, better split points might be).165 F
+(chosen.)72 384 Q -.165(Fo)72 408 S 3.053(rc).165 G .303
+(urrent machines with sixteen processors \(and e)-3.053 F -.165(ve)-.275
+G 3.053(nf).165 G .303(or future potential supercomputers with up to 64)
+-3.053 F .279(processors\) the processor idle time in the current algor\
+ithm does not pose a signi\214cant problem.)72 420 R .278(The cur)5.778
+F(-)-.22 E 1.43(rent idle times of tw)72 432 R 4.181(ot)-.11 G 4.181(ot)
+-4.181 G 1.431(hree seconds o)-4.181 F -.165(ve)-.165 G 4.181(ram).165 G
+1.761 -.165(ove t)-4.181 H 1.431(hat tak).165 F 1.431
+(es 200 to 500 seconds does not af)-.11 F 1.431(fect the)-.275 F .475(s\
+earch times signi\214cantly for small numbers of processors \(2-16\), b)
+72 444 R .475(ut for really lar)-.22 F .474(ge numbers of proces-)-.198
+F(sors, something must be done to a)72 456 Q -.22(vo)-.22 G
+(id running into Amdahl').22 E 2.75(sL)-.605 G -.165(aw)-2.75 G(.)-.55 E
+.143(This result compares f)72 480 R -.22(avo)-.11 G .143
+(rably with the DPVS \(Dynamic PVS\) algorithm de).22 F -.165(ve)-.275 G
+.144(loped for Phoenix \(Schaef-).165 F 3.365(fer89]. The)72 492 R -.165
+(ove)3.365 G .615(rall algorithms seem quite similar).165 F 3.365(,b)
+-.44 G .615(ut ag)-3.585 F .615(ain, DTS is designed for a much dif)
+-.055 F .614(ferent com-)-.275 F 2.718
+(munication mechanism \(shared memory\) and can o)72 504 R -.165(ve)
+-.165 G 2.719(rlook some things that Phoenix [Schaef).165 F(fer89],)
+-.275 E(Zugzw)72 516 Q .746(ang [Feldman93], *Socrates [K)-.11 F .746
+(uszmaul], and others ha)-.165 F 1.076 -.165(ve t)-.22 H 3.496(ob).165 G
+3.496(ev)-3.496 G .746(ery concerned about because the)-3.661 F .725(co\
+mmunication costs are so signi\214cant in those message passing archite\
+ctures used.)72 528 R .726(In f)6.226 F .726(act, perhaps the)-.11 F
+1.313(Deep Thought/Deep Blue hardw)72 540 R 1.312
+(are comes closest to the architecture used by Cray Blitz, b)-.11 F
+1.312(ut e)-.22 F -.165(ve)-.275 G 4.062(nt).165 G(his)-4.062 E 1.102
+(chess-speci\214c architecture still does not ha)72 552 R 1.432 -.165
+(ve a u)-.22 H 1.103
+(niform shared memory system that is global across all).165 F
+(processors and chess processors [Hsu90].)72 564 Q EP
+%%Page: 20 20
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF(It')72 96 Q 3.367(su)-.605 G .616(nfortunate th\
+at shared memory is an architectural design feature that doesn')-3.367 F
+3.366(ts)-.198 G .616(cale to lar)-3.366 F .616(ge numbers)-.198 F .39(\
+of processors, because CB might produce some interesting performance re\
+sults with really lar)72 108 R .39(ge numbers)-.198 F 1.413
+(of processors.)72 120 R(Ho)6.913 E(we)-.275 E -.165(ve)-.275 G 2.293
+-.44(r, t).165 H 1.413(his is not the case, and it is doubtful that a C\
+ray-class machine will support).44 F .474(shared memory on more than 64\
+ processors, using a high-speed interconnect lik)72 132 R 3.224(et)-.11
+G .474(he Cray machines use.)-3.224 F .032
+(As a result, this algorithm really will only scale as f)72 144 R .031
+(ar as a shared memory architecture scales.)-.11 F(An)5.531 E 2.781(yd)
+-.165 G(elays)-2.781 E 1.782(\(such as those in some architectures that\
+ use a hierarchical memory or)72 156 R -.055(ga)-.198 G 1.783
+(nization with v).055 F 1.783(arying delays)-.275 F .496
+(depending on ho)72 168 R 3.246(wf)-.275 G .496
+(ar the memory is from the requesting processor\) will certainly ha)
+-3.356 F .826 -.165(ve a)-.22 H 3.246(na).165 G(dv)-3.246 E .496
+(erse ef)-.165 F(fect)-.275 E(on DTS.)72 180 Q EP
+%%Page: 21 21
+%%BeginPageSetup
+BP
+%%EndPageSetup
+.44 LW 418.139 88.75 193.86 88.75 DL/F0 11/Times-Roman@0 SF(processors)
+298.673 98 Q 418.139 102.75 193.86 102.75 DL 23.375(pos 1)199.36 112 R
+35.75(248)35.75 G(16)-6.875 E 418.139 116.75 193.86 116.75 DL 16.5(12)
+209.139 126 S 13.75(,830 1,415)-16.5 F 22(832 435)24.75 F(311)16.5 E
+418.139 130.75 193.86 130.75 DL 16.5(22)209.139 140 S 13.75(,849 1,424)
+-16.5 F 22(791 438)24.75 F(274)16.5 E 418.139 144.75 193.86 144.75 DL
+16.5(33)209.139 154 S 13.75(,274 1,637)-16.5 F 22(884 467)24.75 F(239)
+16.5 E 418.139 158.75 193.86 158.75 DL 16.5(42)209.139 168 S 13.75
+(,308 1,154)-16.5 F 22(591 349)24.75 F(208)16.5 E 418.139 172.75 193.86
+172.75 DL 16.5(51)209.139 182 S 22(,584 792 440 243)-16.5 F(178)16.5 E
+418.139 186.75 193.86 186.75 DL 16.5(64)209.139 196 S 13.75
+(,294 2,147 1,160)-16.5 F 13.75(670 452)24.75 F 418.139 200.75 193.86
+200.75 DL 16.5(71)209.139 210 S 22(,888 993 524 273)-16.5 F(187)16.5 E
+418.139 214.75 193.86 214.75 DL 16.5(87)209.139 224 S 13.75
+(,275 3,637 1,966 1,039 680)-16.5 F 418.139 228.75 193.86 228.75 DL 16.5
+(93)209.139 238 S 13.75(,940 1,970 1,094)-16.5 F 13.75(635 398)24.75 F
+418.139 242.75 193.86 242.75 DL 13.75(10 2,431 1,215)203.639 252 R 22
+(639 333)24.75 F(187)16.5 E 418.139 256.75 193.86 256.75 DL 13.75
+(11 3,062 1,531)203.639 266 R 22(827 425)24.75 F(247)16.5 E 418.139
+270.75 193.86 270.75 DL 13.75(12 2,518 1,325)203.639 280 R 22(662 364)
+24.75 F(219)16.5 E 418.139 284.75 193.86 284.75 DL 13.75(13 2,131 1,121)
+203.639 294 R 22(560 313)24.75 F(192)16.5 E 418.139 298.75 193.86 298.75
+DL 13.75(14 1,871)203.639 308 R 22(935 534 296)24.75 F(191)16.5 E
+418.139 312.75 193.86 312.75 DL 13.75(15 2,648 1,324)203.639 322 R 22
+(715 378)24.75 F(243)16.5 E 418.139 326.75 193.86 326.75 DL 13.75
+(16 2,347 1,235)203.639 336 R 22(601 321)24.75 F(182)16.5 E 418.139
+340.75 193.86 340.75 DL 13.75(17 4,884 2,872 1,878 1,085 814)203.639 350
+R 418.139 354.75 193.86 354.75 DL 22(18 646 358 222 124)203.639 364 R
+(84)22 E 418.139 368.75 193.86 368.75 DL 13.75(19 2,983 1,491)203.639
+378 R 22(785 426)24.75 F(226)16.5 E 418.139 382.75 193.86 382.75 DL
+13.75(20 7,473 3,736 1,916 1,083 530)203.639 392 R 418.139 396.75 193.86
+396.75 DL 13.75(21 3,626 1,813)203.639 406 R 22(906 489)24.75 F(237)16.5
+E 418.139 410.75 193.86 410.75 DL 13.75(22 2,560 1,347)203.639 420 R 22
+(691 412)24.75 F(264)16.5 E 418.139 424.75 193.86 424.75 DL 13.75
+(23 2,039 1,019)203.639 434 R 22(536 323)24.75 F(206)16.5 E 418.139
+438.75 193.86 438.75 DL 13.75(24 2,563 1,281)203.639 448 R 22(657 337)
+24.75 F(178)16.5 E 418.139 452.75 193.86 452.75 DL 387.889 116.75
+387.889 452.75 DL 346.639 116.75 346.639 452.75 DL 305.389 116.75
+305.389 452.75 DL 264.139 116.75 264.139 452.75 DL 222.889 116.75
+222.889 452.75 DL 418.139 88.75 418.139 452.75 DL 193.86 88.75 193.86
+452.75 DL 387.889 102.75 387.889 452.75 DL 346.639 102.75 346.639 452.75
+DL 305.389 102.75 305.389 452.75 DL 264.139 102.75 264.139 452.75 DL
+222.889 88.75 222.889 452.75 DL -.88(Ta)235.297 476.2 S(ble 4 Search T)
+.88 E(ime in Seconds)-.385 E EP
+%%Page: 22 22
+%%BeginPageSetup
+BP
+%%EndPageSetup
+.44 LW 497.889 88.75 114.11 88.75 DL/F0 11/Times-Roman@0 SF(processors)
+298.673 98 Q 497.889 102.75 114.11 102.75 DL 38.5(pos 1)119.61 112 R 66
+(248)66 G(16)-2.75 E 497.889 116.75 114.11 116.75 DL 22(18)129.389 126 S
+19.25(7,735,974 89,052,012)-22 F 13.75
+(105,025,123 109,467,495 155,514,410)16.5 F 497.889 130.75 114.11 130.75
+DL 22(28)129.389 140 S 19.25(8,954,757 90,289,077)-22 F 13.75
+(100,568,301 110,988,161 137,965,406)16.5 F 497.889 144.75 114.11 144.75
+DL 16.5(31)129.389 154 S 13.75
+(01,302,792 102,822,332 111,433,074 117,366,515 119,271,093)-16.5 F
+497.889 158.75 114.11 158.75 DL 22(47)129.389 168 S 19.25
+(1,726,853 72,802,754 74,853,409 88,137,085)-22 F(104,230,094)16.5 E
+497.889 172.75 114.11 172.75 DL 22(54)129.389 182 S 19.25
+(9,386,616 50,127,414 55,834,316 61,619,298 89,506,306)-22 F 497.889
+186.75 114.11 186.75 DL 16.5(61)129.389 196 S 13.75
+(33,238,718 135,237,296 146,562,594 168,838,428 226,225,307)-16.5 F
+497.889 200.75 114.11 200.75 DL 22(75)129.389 210 S 19.25
+(8,593,747 62,602,792 66,243,490 68,868,878 93,575,946)-22 F 497.889
+214.75 114.11 214.75 DL 16.5(82)129.389 224 S 13.75
+(25,906,282 229,294,872 248,496,917 261,728,552 340,548,431)-16.5 F
+497.889 228.75 114.11 228.75 DL 16.5(91)129.389 238 S 13.75
+(22,264,617 124,098,584 138,226,951 159,930,005 199,204,874)-16.5 F
+497.889 242.75 114.11 242.75 DL 19.25
+(10 75,301,353 76,430,872 80,651,716 83,656,702 93,431,597)123.889 252 R
+497.889 256.75 114.11 256.75 DL 19.25(11 95,321,494 96,751,315)123.889
+266 R 13.75(104,853,646 107,369,070 123,994,812)16.5 F 497.889 270.75
+114.11 270.75 DL 19.25(12 79,975,416 85,447,418 85,657,884 94,000,085)
+123.889 280 R(112,174,209)16.5 E 497.889 284.75 114.11 284.75 DL 19.25
+(13 66,100,160 70,622,802 70,796,754 78,834,155 96,053,649)123.889 294 R
+497.889 298.75 114.11 298.75 DL 19.25
+(14 58,099,574 58,971,066 67,561,507 74,791,668 95,627,150)123.889 308 R
+497.889 312.75 114.11 312.75 DL 19.25
+(15 84,143,340 85,405,488 92,557,676 97,486,065)123.889 322 R
+(124,516,703)16.5 E 497.889 326.75 114.11 326.75 DL 19.25
+(16 75,738,094 80,920,173 79,039,499 84,141,904 94,701,972)123.889 336 R
+497.889 340.75 114.11 340.75 DL 13.75
+(17 154,901,225 184,970,278 242,480,013 279,166,418 416,426,105)123.889
+350 R 497.889 354.75 114.11 354.75 DL 19.25
+(18 20,266,629 22,856,254 28,443,165 31,608,146 42,454,639)123.889 364 R
+497.889 368.75 114.11 368.75 DL 19.25(19 93,858,903 95,266,785)123.889
+378 R 13.75(100,527,830 108,742,238 114,692,731)16.5 F 497.889 382.75
+114.11 382.75 DL 13.75
+(20 231,206,390 234,674,482 241,284,621 271,751,263 264,493,531)123.889
+392 R 497.889 396.75 114.11 396.75 DL 13.75
+(21 112,457,464 114,144,324 114,425,474 123,247,294 118,558,091)123.889
+406 R 497.889 410.75 114.11 410.75 DL 19.25
+(22 81,302,340 86,865,131 89,432,576)123.889 420 R 13.75
+(106,348,704 135,196,568)16.5 F 497.889 424.75 114.11 424.75 DL 19.25
+(23 63,598,940 64,552,923 68,117,815 81,871,010)123.889 434 R
+(103,621,303)16.5 E 497.889 438.75 114.11 438.75 DL 19.25
+(24 80,413,971 81,620,179 83,919,196 85,810,169 90,074,814)123.889 448 R
+497.889 452.75 114.11 452.75 DL 429.139 116.75 429.139 452.75 DL 357.639
+116.75 357.639 452.75 DL 286.139 116.75 286.139 452.75 DL 214.639 116.75
+214.639 452.75 DL 143.139 116.75 143.139 452.75 DL 497.889 88.75 497.889
+452.75 DL 114.11 88.75 114.11 452.75 DL 429.139 102.75 429.139 452.75 DL
+357.639 102.75 357.639 452.75 DL 286.139 102.75 286.139 452.75 DL
+214.639 102.75 214.639 452.75 DL 143.139 88.75 143.139 452.75 DL -.88
+(Ta)238.911 476.2 S(ble 5).88 E -.88(To)5.5 G(tal Nodes Searched).88 E
+EP
+%%Page: 23 23
+%%BeginPageSetup
+BP
+%%EndPageSetup
+.44 LW 393.582 88.75 218.418 88.75 DL/F0 11/Times-Roman@0 SF(processors)
+298.866 98 Q 393.582 102.75 218.418 102.75 DL 13.943(pos 1)224.11 112 R
+24.75(2481)20.625 G(6)-24.75 E 393.582 116.75 218.418 116.75 DL 16.5
+(112)234.082 126 S 13.75(.0 3.4 6.5)-16.5 F(9.1)22 E 393.582 130.75
+218.418 130.75 DL 16.5(212)234.082 140 S 13.75(.0 3.6 6.5 10.4)-16.5 F
+393.582 144.75 218.418 144.75 DL 16.5(312)234.082 154 S 13.75
+(.0 3.7 7.0 13.7)-16.5 F 393.582 158.75 218.418 158.75 DL 16.5(412)
+234.082 168 S 13.75(.0 3.9 6.6 11.1)-16.5 F 393.582 172.75 218.418
+172.75 DL 16.5(512)234.082 182 S 13.75(.0 3.6 6.5)-16.5 F(8.9)22 E
+393.582 186.75 218.418 186.75 DL 16.5(612)234.082 196 S 13.75
+(.0 3.7 6.4)-16.5 F(9.5)22 E 393.582 200.75 218.418 200.75 DL 16.5(711)
+234.082 210 S 13.75(.9 3.6 6.9 10.1)-16.5 F 393.582 214.75 218.418
+214.75 DL 16.5(812)234.082 224 S 13.75(.0 3.7 7.0 10.7)-16.5 F 393.582
+228.75 218.418 228.75 DL 16.5(912)234.082 238 S 13.75(.0 3.6 6.2)-16.5 F
+(9.9)22 E 393.582 242.75 218.418 242.75 DL 13.75(10 1 2.0 3.8 7.3 13.0)
+228.582 252 R 393.582 256.75 218.418 256.75 DL 13.75
+(11 1 2.0 3.7 7.2 12.4)228.582 266 R 393.582 270.75 218.418 270.75 DL
+13.75(12 1 1.9 3.8 6.9 11.5)228.582 280 R 393.582 284.75 218.418 284.75
+DL 13.75(13 1 1.9 3.8 6.8 11.1)228.582 294 R 393.582 298.75 218.418
+298.75 DL 13.75(14 1 2.0 3.5 6.3)228.582 308 R(9.8)22 E 393.582 312.75
+218.418 312.75 DL 13.75(15 1 2.0 3.7 7.0 10.9)228.582 322 R 393.582
+326.75 218.418 326.75 DL 13.75(16 1 1.9 3.9 7.3 12.9)228.582 336 R
+393.582 340.75 218.418 340.75 DL 13.75(17 1 1.7 2.6 4.5)228.582 350 R
+(6.0)22 E 393.582 354.75 218.418 354.75 DL 13.75(18 1 1.8 2.9 5.2)
+228.582 364 R(7.7)22 E 393.582 368.75 218.418 368.75 DL 13.75
+(19 1 2.0 3.8 7.0 13.2)228.582 378 R 393.582 382.75 218.418 382.75 DL
+13.75(20 1 2.0 3.9 6.9 14.1)228.582 392 R 393.582 396.75 218.418 396.75
+DL 13.75(21 1 2.0 4.0 7.4 15.3)228.582 406 R 393.582 410.75 218.418
+410.75 DL 13.75(22 1 1.9 3.7 6.2)228.582 420 R(9.7)22 E 393.582 424.75
+218.418 424.75 DL 13.75(23 1 2.0 3.8 6.3)228.582 434 R(9.9)22 E 393.582
+438.75 218.418 438.75 DL 13.75(24 1 2.0 3.9 7.6 14.4)228.582 448 R
+393.582 452.75 218.418 452.75 DL -.22(av)223.918 462 S 16.5(g12).22 G
+13.75(.0 3.7 6.6 11.1)-16.5 F 393.582 466.75 218.418 466.75 DL 360.582
+116.75 360.582 466.75 DL 330.332 116.75 330.332 466.75 DL 300.082 116.75
+300.082 466.75 DL 269.832 116.75 269.832 466.75 DL 247.832 116.75
+247.832 466.75 DL 393.582 88.75 393.582 466.75 DL 218.418 88.75 218.418
+466.75 DL 360.582 102.75 360.582 466.75 DL 330.332 102.75 330.332 466.75
+DL 300.082 102.75 300.082 466.75 DL 269.832 102.75 269.832 466.75 DL
+247.832 88.75 247.832 466.75 DL -.88(Ta)224.798 490.2 S(ble 6).88 E
+-.165(Pa)5.5 G(rallel Processing Speedup).165 E 2.75(6. Future)72 514.2
+R -.11(wo)2.75 G(rk).11 E .824(Perhaps the most signi\214cant future w)
+72 538.2 R .824
+(ork for this algorithm lies in selecting split points more accurately)
+-.11 F(.)-.715 E -.165(Fo)72 550.2 S 4.713(rs).165 G 1.963
+(ome positions, the current Split\(\) algorithm performs admirably)
+-4.713 F 7.462(.F)-.715 G 1.962(or others, it performs poorly)-7.627 F
+(.)-.715 E(An)72 562.2 Q(ything that impro)-.165 E -.165(ve)-.165 G 2.75
+(st).165 G(he "poor" cases has a positi)-2.75 E .33 -.165(ve e)-.275 H
+-.275(ff).165 G(ect on o).275 E -.165(ve)-.165 G(rall performance.).165
+E EP
+%%Page: 24 24
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .071(There are at least tw)72 96 R 2.822(oa)-.11
+G .072(pproaches to this problem.)-2.822 F .072
+(One is to more accurately \214nd good split points \(some-)5.572 F .721
+(thing that might be impossible in a signi\214cant number of positions\
+\).)72 108 R .72(Another is to de)6.22 F -.165(ve)-.275 G .72
+(lop some sort of).165 F .501
+(con\214dence in a list of split points, someho)72 120 R 3.251(we)-.275
+G .501(liminating those that are potentially bad.)-3.251 F .502
+(After eliminating)6.002 F .511(such split points, the o)72 132 R -.165
+(ve)-.165 G .511(rhead should drop signi\214cantly).165 F 6.011(.U)-.715
+G(nfortunately)-6.011 E 3.261(,d)-.715 G .511
+(etecting such split points is not)-3.261 F(easy)72 144 Q 5.882(.T)-.715
+G .382(he \214rst step will lik)-5.882 F .383
+(ely be more detailed analysis of the trees searched by C-B.)-.11 F .383
+(The problem with)5.883 F .434(this is that these trees re)72 156 R .434
+(gularly e)-.165 F .433(xceed one billion nodes on a T90, making the v)
+-.165 F .433(olume of data some)-.22 F(what)-.275 E(lar)72 168 Q 3.063
+(ge! Such)-.198 F(lar)3.063 E .313(ge trees require recognizing a speci\
+\214c performance feature and then adding instructions to)-.198 F .156
+(the code to measure the feature "in situ" since analyzing such a lar)72
+180 R .156(ge tree by visual inspection is impracti-)-.198 F(cal.)72 192
+Q .913(The current algorithm depends on rapid information sharing and u\
+ses shared memory to implement this)72 216 R 4.45(sharing. The)72 228 R
+(ne)4.449 E 1.699(xt logical step in algorithm de)-.165 F -.165(ve)-.275
+G 1.699(lopment is to mo).165 F 2.029 -.165(ve t)-.165 H -2.31 -.275
+(ow a).165 H 1.699(rd a distrib).275 F 1.699(uted architecture.)-.22 F
+-.44(Wi)72 240 S .091(th HIPPI and/or other high-performance processor \
+interconnects, a distrib).44 F .091(uted v)-.22 F .092
+(ersion of this algorithm)-.165 F 1.738(should deli)72 252 R -.165(ve)
+-.275 G 4.488(rh).165 G 1.738(igh performance if care is tak)-4.488 F
+1.737(en to control task granularity \(which is not an issue on)-.11 F
+(machines lik)72 264 Q 2.75(et)-.11 G(he C90/T90 with shared memory)
+-2.75 E(.\))-.715 E(7. Bibliograph)72 288 Q(y)-.055 E 1.053(S. Akl, D. \
+Barnard, and R. Doran, "The Design, Analysis and Implementation of a P)
+72 312 R 1.054(arallel Alpha-Beta)-.165 F 2.925(Algorithm", IEEE T)72
+324 R 2.925(ransactions on P)-.385 F 2.924
+(attern Analysis and Machine Intelligence, P)-.165 F 2.924
+(AMI-4, \(2\) \(1982\),)-1.012 F(\(192-203\).)72 336 Q 1.392(B. A)72 360
+R(werb)-1.012 E 1.392(uch, "A Ne)-.22 F 4.142(wD)-.275 G(istrib)-4.142 E
+1.393(uted Depth-First Search Algorithm", Information Processing Letter\
+s \(20\))-.22 F(\(1985\) 147-150.)72 372 Q .363(G. Baudet, "The Design \
+and Analysis of Algorithms for Asynchronous Multiprocessors", Ph. D Dis\
+serta-)72 396 R(tion, Carne)72 408 Q(gie-Mellon Uni)-.165 E -.165(ve)
+-.275 G(rsity).165 E 2.75(,P)-.715 G(ittsb)-2.75 E(ur)-.22 E(gh, P)-.198
+E 2.75(a. \(1978\).)-.165 F .892(M. Campbell, "Algorithms for the P)72
+432 R .892(arallel Search of Game T)-.165 F .892
+(rees", M. Sc. Thesis, T)-.385 F .892(echnical Report TR)-.77 F
+(81-8, Computer Science Department, Uni)72 444 Q -.165(ve)-.275 G
+(rsity of Alberta, Edmonton \(1981\).).165 E 4.095(RF)72 468 S 1.345
+(eldmann, B. Monieni, P)-4.095 F 4.095(.M)-1.221 G 1.345
+(ysliwietz and O. V)-4.095 F(ornber)-1.419 E(ger)-.198 E 4.095(,")-.44 G
+(Distrib)-4.095 E 1.345(uted g)-.22 F 1.344(ame tree search," in P)-.055
+F(arallel)-.165 E
+(algorithms for machine intelligence and pattern recognition \(1990\).)
+72 480 Q 3(RF)72 504 S .25(eldmann, "Game T)-3 F .251
+(ree Search on Massi)-.385 F -.165(ve)-.275 G .251(ly P).165 F .251
+(arallel Systems," Ph.D. Theses, Uni)-.165 F -.165(ve)-.275 G .251
+(rsity of P).165 F(aderborn,)-.165 E(August, 1993.)72 516 Q(R. Fink)72
+540 Q(el and J. Fishb)-.11 E(urn, "P)-.22 E(arallelism in Alpha-Beta Se\
+arch", Arti\214cial Intelligence \(1982\) 89-106.)-.165 E 1.706
+(F-h Hsu, "Lar)72 564 R 1.705(ge scale parallelism of alpha-beta search\
+: an algorithmic and architectural study)-.198 F 1.705(," Ph.D.)-.715 F
+(Thesis, Carne)72 576 Q(gie-Mellon Uni)-.165 E -.165(ve)-.275 G
+(rsity \(1990\).).165 E EP
+%%Page: 25 25
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF .025(R. Hyatt, B. Suter)72 96 R 2.775(,a)-.44 G
+.025(nd H. Nelson, "A P)-2.775 F .026(arallel Alpha/Beta T)-.165 F .026
+(ree Searching Algorithm," P)-.385 F .026(arallel Computing)-.165 F
+(10 \(1989\) 299-308.)72 108 Q 1.052(R. Hyatt, "A High-Performance P)72
+132 R 1.052(arallel Algorithm to Search Depth-First Game T)-.165 F 1.051
+(rees," Ph.D. Disserta-)-.385 F(tion, Uni)72 144 Q -.165(ve)-.275 G
+(rsity of Alabama at Birmingham, 1988.).165 E 1.7(R. Hyatt, A. Go)72 168
+R(wer)-.275 E 4.45(,a)-.44 G 1.7(nd H. Nelson, "Cray Blitz", Adv)-4.45 F
+1.7(ances in Computer Chess 4, Per)-.275 F -.055(ga)-.198 G 1.701
+(mmon Press).055 F(\(1986\) \(8-18\).)72 180 Q .293
+(R. Hyatt, H. Nelson, A. Go)72 204 R(wer)-.275 E 3.043(,")-.44 G .292
+(Cray Blitz - 1984 Chess Champion", T)-3.043 F .292
+(elematics and Informatics \(2\) \(4\),)-.77 F(Per)72 216 Q -.055(ga)
+-.198 G(mmon Press Ltd. \(1986\) \(299-305\).).055 E .119(D. Knuth and \
+R. Moore, "An Analysis of Alpha-Beta Pruning", Arti\214cial Intelligenc\
+e 6 \(1975\) \(293-326\).)72 240 R(B. K)72 264 Q
+(uszmaul, "Synchronized MIMD Computing," Ph.D. Thesis, MIT)-.165 E 2.75
+(,1)-.814 G(994.)-2.75 E 2.239(G. Lindstrom, "The K)72 288 R 2.569 -.165
+(ey N)-.275 H 2.239(ode Method: A Highly P).165 F 2.239
+(arallel Alpha-Beta Algorithm", T)-.165 F 2.238(echnical Report)-.77 F
+(UUCS 83-101, Department of Computer Science, Uni)72 300 Q -.165(ve)
+-.275 G(rsity of Utah, 1983.).165 E 1.628 -.814(T. M)72 324 T
+(arsland and J. Schaef).814 E(fer)-.275 E 2.75(,C)-.44 G
+(omputers, Chess and Cognition, Springer)-2.75 E(-V)-.22 E(erlag, 1990.)
+-1.221 E 1.913 -.814(T. M)72 348 T .285(arsland and M. Campbell, "P).814
+F .286(arallel Search of Strongly Ordered Game T)-.165 F .286(rees", A)
+-.385 F .286(CM Computing Sur)-.44 F(-)-.22 E -.165(vey)72 360 S 2.75
+(s\().165 G(4\) \(1982\) \(533-551\).)-2.75 E 2.905 -.814(T. A)72 384 T
+4.027(.M).814 G 1.277(arsland and F)-4.027 F 4.027(.P)-.88 G(opo)-4.027
+E 4.026(wich, "P)-.275 F 1.276(arallel Game-tree Search", IEEE T)-.165 F
+1.276(ransactions on P)-.385 F 1.276(attern Analysis)-.165 F
+(and Machine Intelligence, P)72 396 Q(AMI-7, \(1985\) \(442-452\).)
+-1.012 E 2.523 -.814(T. M)72 420 T .895(arsland, M. Campbell, and A. Ri)
+.814 F -.165(ve)-.275 G .896(ra, "P).165 F .896
+(arallel Search of Game T)-.165 F .896(rees", T)-.385 F .896
+(echnical Report TR 80-7,)-.77 F(Computing Science Department, Uni)72
+432 Q -.165(ve)-.275 G(rsity of Alberta, Edmonton \(1980\).).165 E 2.851
+-.814(T. M)72 456 T 1.222(arsland and M. Campbell, "Methods for P).814 F
+1.222(arallel Search of Game T)-.165 F 1.222
+(rees", Proceedings of the 1981)-.385 F
+(International Joint Conference on Arti\214cial Intelligence.)72 468 Q
+3.843 -.814(T. M)72 492 T 2.215(arsland, M. Olafsson, and J. Schaef).814
+F(fer)-.275 E 4.966(,")-.44 G 2.216(Multiprocessor T)-4.966 F 2.216
+(ree-Search Experiments", Adv)-.385 F 2.216(ances in)-.275 F
+(Computer Chess 4, Per)72 504 Q -.055(ga)-.198 G
+(mmon Press \(1986\) \(37-51\).).055 E 3.234(M. Ne)72 528 R 3.234
+(wborn, "A P)-.275 F 3.233
+(arallel Search Chess Program", Proceedings, A)-.165 F 3.233
+(CM Annual Conference, \(1985\),)-.44 F(\(272-277\).)72 540 Q .826
+(J. Pearl, "Scout: A Simple Game-Searching Algorithm with Pro)72 564 R
+-.165(ve)-.165 G 3.577(nO).165 G .827
+(ptimal Properties", Proceedings of)-3.577 F(the First Annual National \
+Conference on Arti\214cial Intelligence, Stanford, \(1980\).)72 576 Q EP
+%%Page: 26 26
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF 2.219 -.88(F. P)72 96 T(opo).88 E .459
+(wich and T)-.275 F 3.208(.M)-.814 G .458(arsland, "P)-3.208 F .458
+(arabelle: Experiments with a P)-.165 F .458(arallel Chess Program", T)
+-.165 F .458(echnical Report)-.77 F
+(TR 83-7, Computing Science Department, Uni)72 108 Q -.165(ve)-.275 G
+(rsity of Alberta, Edmonton \(1983\).).165 E .612(J. Schaef)72 132 R
+(fer)-.275 E 3.362(,")-.44 G(Distrib)-3.362 E .612(uted g)-.22 F .612
+(ame-tree search," Journal of P)-.055 F .612(arallel and Distrib)-.165 F
+.612(uted Computing 6 \(2\) \(1989\),)-.22 F(90-114.)72 144 Q .133
+(I. Steinber)72 168 R 2.883(ga)-.198 G .133(nd M. Solomon, "Searching g)
+-2.883 F .132
+(ame trees in parallel," Proceedings of the International Confer)-.055 F
+(-)-.22 E(ence on P)72 180 Q(arallel Processing \(V)-.165 E
+(ol 3\) \(1990\), 9-17.)-1.419 E 1.89(Z. Y)72 204 R 1.89(ang and T)-1.1
+F 4.64(.M)-.814 G 1.89(arsland, "Global States and T)-4.64 F 1.89
+(ime in Distrib)-.385 F 1.89(uted Systems," IEEE Computer Society)-.22 F
+(Press, No)72 216 Q -.165(ve)-.165 G(mber 1993.).165 E EP
+%%Page: 27 27
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 11/Times-Roman@0 SF(Appendix A)72 96 Q([Ev)72 120 Q(ent "23rd A)
+-.165 E(CM International Computer Chess Championship"])-.44 E
+([Site "Indianapolis, MD"])72 132 Q([Date "02.14.1993"])72 144 Q
+([Round "?"])72 156 Q([White "Mchess Pro"])72 168 Q
+([Black "Cray Blitz"])72 180 Q([Result "0-1"])72 192 Q .78(1. e4)72 204
+R .78(e5 2. Nc3 Nc6 3. f4)6.28 F -.165(ex)6.28 G .78(f4 4. Nf3 g5 5. d4)
+.165 F .78(g4 6. Bc4 gxf3 7. o-o d5 8. e)6.28 F .78
+(xd5 Bg4 9. Qd2 Na5 10.)-.165 F .744
+(Bb5+ c6 11. Qxf4 Nf6 12. Re1+ Kd7 13. dxc6+ bxc6 14. Ne4 Nx)72 216 R
+.744(e4 15. Qxg4+ Kc7 16. Rx)-.165 F .744(e4 cxb5 17.)-.165 F 1.054
+(Qxf3 Qd7 18. Rf4 Be7 19. Rxf7 Raf8 20. Bf4+ Kb6 21. Be5 Rhg8 22. c3)72
+228 R 1.054(Nc6 23. Re1 Qe8 24. Rxf8)6.554 F .718
+(Qxf8 25. Qd5 Rg5 26. a4)72 240 R .718(bxa4 27. c4)6.218 F(Nx)6.218 E
+.718(e5 28. Rx)-.165 F .718(e5 Rx)-.165 F .718(e5 29. Qx)-.165 F .719
+(e5 Qd8 30. c5+ Kb5 31. Qe2+ Kb4)-.165 F .585(32. Qd3 Bf6 33. Qc3+ Kb5 \
+34. Qd3+ Kc6 35. Qf3+ Kd7 36. Qe4 Qe7 37. Qb7+ K)72 252 R .585
+(e8 38. Qa8+ Qd8 39.)-.275 F .911(Qc6+ Kf7 40. Qb7+ Kf8 41. d5)72 264 R
+.911(Qe7 42. Qb8+ Kf7 43. Kf1 Bxb2 44. g4)6.411 F .912
+(Bc3 45. Kf2 Qxc5+ 46. Kf1)6.411 F(Qc4+ 47. Kf2 Qd4+ 48. Kf3 Qd1+ 49. K)
+72 276 Q(e3 Bd2+ 50. Kf2 Qe1+ 51. Kg2 Qe2+)-.275 E EP
+%%Trailer
+end
+%%EOF
diff --git a/parallel/the-aphid-parallel.pdf b/parallel/the-aphid-parallel.pdf
new file mode 100755 (executable)
index 0000000..0b34c02
Binary files /dev/null and b/parallel/the-aphid-parallel.pdf differ
diff --git a/parallel/the-aphid-parallel.ps b/parallel/the-aphid-parallel.ps
new file mode 100755 (executable)
index 0000000..71e3ce2
--- /dev/null
@@ -0,0 +1,3515 @@
+%!PS-Adobe-2.0
+%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
+%%Title: aphidcut.dvi
+%%Pages: 5
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 612 792
+%%DocumentFonts: Times-Bold Times-Roman Times-Italic Helvetica-Bold
+%%+ Courier
+%%EndComments
+%DVIPSCommandLine: dvips aphidcut
+%DVIPSParameters: dpi=300, compressed, comments removed
+%DVIPSSource:  TeX output 1996.07.17:1230
+%%BeginProcSet: texc.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]/id ch-image N /rw ch-width 7 add 8 idiv string N /rc 0 N /gp 0 N
+/cp 0 N{rc 0 ne{rc 1 sub /rc X rw}{G}ifelse}imagemask restore}B /G{{id
+gp get /gp gp 1 add N dup 18 mod S 18 idiv pl S get exec}loop}B /adv{cp
+add /cp X}B /chg{rw cp id gp 4 index getinterval putinterval dup gp add
+/gp X adv}B /nd{/cp 0 N rw exit}B /lsh{rw cp 2 copy get dup 0 eq{pop 1}{
+dup 255 eq{pop 254}{dup dup add 255 and S 1 and or}ifelse}ifelse put 1
+adv}B /rsh{rw cp 2 copy get dup 0 eq{pop 128}{dup 255 eq{pop 127}{dup 2
+idiv S 128 and or}ifelse}ifelse put 1 adv}B /clr{rw cp 2 index string
+putinterval adv}B /set{rw cp fillstr 0 4 index getinterval putinterval
+adv}B /fillstr 18 string 0 1 17{2 copy 255 put pop}for N /pl[{adv 1 chg}
+{adv 1 chg nd}{1 add chg}{1 add chg nd}{adv lsh}{adv lsh nd}{adv rsh}{
+adv rsh nd}{1 add adv}{/rc X nd}{1 add set}{1 add clr}{adv 2 chg}{adv 2
+chg nd}{pop nd}]dup{bind pop}forall N /D{/cc X dup type /stringtype ne{]
+}if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
+/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+%%BeginProcSet: texps.pro
+TeXDict begin /rf{findfont dup length 1 add dict begin{1 index /FID ne 2
+index /UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
+exch def dict begin Encoding{exch dup type /integertype ne{pop pop 1 sub
+dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
+ifelse}forall Metrics /Metrics currentdict end def[2 index currentdict
+end definefont 3 -1 roll makefont /setfont load]cvx def}def
+/ObliqueSlant{dup sin S cos div neg}B /SlantFont{4 index mul add}def
+/ExtendFont{3 -1 roll mul exch}def /ReEncodeFont{/Encoding exch def}def
+end
+%%EndProcSet
+%%BeginProcSet: special.pro
+TeXDict begin /SDict 200 dict N SDict begin /@SpecialDefaults{/hs 612 N
+/vs 792 N /ho 0 N /vo 0 N /hsc 1 N /vsc 1 N /ang 0 N /CLIP 0 N /rwiSeen
+false N /rhiSeen false N /letter{}N /note{}N /a4{}N /legal{}N}B
+/@scaleunit 100 N /@hscale{@scaleunit div /hsc X}B /@vscale{@scaleunit
+div /vsc X}B /@hsize{/hs X /CLIP 1 N}B /@vsize{/vs X /CLIP 1 N}B /@clip{
+/CLIP 2 N}B /@hoffset{/ho X}B /@voffset{/vo X}B /@angle{/ang X}B /@rwi{
+10 div /rwi X /rwiSeen true N}B /@rhi{10 div /rhi X /rhiSeen true N}B
+/@llx{/llx X}B /@lly{/lly X}B /@urx{/urx X}B /@ury{/ury X}B /magscale
+true def end /@MacSetUp{userdict /md known{userdict /md get type
+/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup
+length 20 add dict copy def}if end md begin /letter{}N /note{}N /legal{}
+N /od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath
+clippath mark{transform{itransform moveto}}{transform{itransform lineto}
+}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{
+itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{
+closepath}}pathforall newpath counttomark array astore /gc xdf pop ct 39
+0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}if}N
+/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1
+scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get
+ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip
+not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0
+TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{noflips{TR
+pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1
+-1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg
+TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg
+sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr
+0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add
+2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N /cp
+{pop pop showpage pm restore}N end}if}if}N /normalscale{Resolution 72
+div VResolution 72 div neg scale magscale{DVImag dup scale}if 0 setgray}
+N /psfts{S 65781.76 div N}N /startTexFig{/psf$SavedState save N userdict
+maxlength dict begin /magscale true def normalscale currentpoint TR
+/psf$ury psfts /psf$urx psfts /psf$lly psfts /psf$llx psfts /psf$y psfts
+/psf$x psfts currentpoint /psf$cy X /psf$cx X /psf$sx psf$x psf$urx
+psf$llx sub div N /psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy
+scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR
+/showpage{}N /erasepage{}N /copypage{}N /p 3 def @MacSetUp}N /doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N /endTexFig{end psf$SavedState restore}N /@beginspecial{SDict
+begin /SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count /ocount X /dcount countdictstack N}N /@setspecial
+{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if /showpage{}N /erasepage{}N /copypage{}N newpath
+}N /@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{
+end}repeat grestore SpecialSave restore end}N /@defspecial{SDict begin}
+N /@fedspecial{end}B /li{lineto}B /rl{rlineto}B /rc{rcurveto}B /np{
+/SaveX currentpoint /SaveY X N 1 setlinecap newpath}N /st{stroke SaveX
+SaveY moveto}N /fil{fill SaveX SaveY moveto}N /ellipse{/endangle X
+/startangle X /yrad X /xrad X /savematrix matrix currentmatrix N TR xrad
+yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end
+%%EndProcSet
+TeXDict begin 40258431 52099146 1000 300 300 (aphidcut.dvi)
+@start /Fa 2 13 df<EA01F038070C08380C0E10EA1807123000701320126000E01340
+A214801400A3EA601B383063A0380F81C015107F8F19>11 D<EB03C0EB0C301310EB2038
+13401380EA0100A2000213701460EB1FC0131138041F60EB0070A35AA31460001813E014
+C0EB018038140300EA230EEA20F890C7FCA25AA45A1521809916>I
+E /Fb 61[12 12 70[15 17 17 1[17 19 10 15 15 1[19 19 19
+27 10 2[10 19 19 10 17 19 17 19 19 13[19 2[23 2[31 2[17
+12 3[23 27 25 1[23 6[12 5[19 6[12 9 4[12 39[{}38 37.500000
+/Times-Italic rf /Fc 55[12 5[12 16[19 54[17 19 19 27
+19 19 10 15 12 1[19 19 19 29 10 19 1[10 19 19 12 17 19
+17 19 17 3[12 1[12 3[35 27 27 23 21 25 1[21 27 1[33 1[27
+15 12 27 27 21 23 27 25 25 27 6[10 19 19 19 19 19 19
+19 19 19 19 1[9 12 9 2[12 12 40[{}65 37.500000 /Times-Roman
+rf /Fd 1 111 df<EA30F8EA590C124E129C12981218A2EA301813191331A2EA6032131C
+100D7F8C15>110 D E /Fe 23 119 df<1380EA0100120212065AA25AA25AA35AA412E0
+AC1260A47EA37EA27EA27E12027EEA0080092A7C9E10>40 D<7E12407E12307EA27EA27E
+A37EA41380AC1300A41206A35AA25AA25A12205A5A092A7E9E10>I<1306ADB612E0A2D8
+0006C7FCAD1B1C7E9720>43 D<5A1207123F12C71207B3A5EAFFF80D1C7C9B15>49
+D<EA07C0EA1830EA201CEA400C130EEAF00F12F81307A21270EA000F130EA2131CA21338
+1370136013C0EA0180EA0300EA0601120C1218EA1002EA3FFE127F12FF101C7E9B15>I<
+130CA2131C133CA2135C13DC139CEA011C120312021204120C1208121012301220124012
+C0B512C038001C00A73801FFC0121C7F9B15>52 D<007FB512C0B612E0C9FCA8B612E06C
+14C01B0C7E8F20>61 D<EA1FC0EA3070EA78387F12301200A2EA01FCEA0F1C1238127012
+6000E01340A3EA603C38304E80381F870012127E9115>97 D<EB1F801303AAEA03F3EA0E
+0BEA1807EA30031270126012E0A6126012701230EA1807EA0E1B3803E3F0141D7F9C17>
+100 D<EA07E0EA0C30EA1818EA300CEA700EEA600612E0EAFFFEEAE000A41260EA700212
+30EA1804EA0C18EA03E00F127F9112>I<12FC121CAA137C1387EA1D03001E1380121CAD
+38FF9FF0141D7F9C17>104 D<1218123CA21218C7FCA712FC121CB0EAFF80091D7F9C0C>
+I<12FC121CB3A9EAFF80091D7F9C0C>108 D<39FC7E07E0391C838838391D019018001E
+EBE01C001C13C0AD3AFF8FF8FF8021127F9124>I<EAFC7CEA1C87EA1D03001E1380121C
+AD38FF9FF014127F9117>I<EA03F0EA0E1CEA1806487E00701380EA600100E013C0A600
+601380EA700300301300EA1806EA0E1CEA03F012127F9115>I<EAFC7CEA1D87381E0180
+001C13C0EB00E0A21470A614E0A2EB01C0001E1380381D0700EA1CFC90C7FCA7B47E141A
+7F9117>I<3803E080EA0E19EA1805EA3807EA7003A212E0A61270A2EA38071218EA0E1B
+EA03E3EA0003A7EB1FF0141A7F9116>I<EAFCE0EA1D38EA1E78A2EA1C301300ACEAFFC0
+0D127F9110>I<EA1F90EA2070EA4030EAC010A212E0EAF800EA7F80EA3FE0EA0FF0EA00
+F8EA8038131812C0A2EAE010EAD060EA8FC00D127F9110>I<1204A4120CA2121C123CEA
+FFE0EA1C00A91310A5120CEA0E20EA03C00C1A7F9910>I<38FC1F80EA1C03AD1307120C
+EA0E1B3803E3F014127F9117>I<38FF07E0383C0380381C0100A2EA0E02A2EA0F06EA07
+04A2EA0388A213C8EA01D0A2EA00E0A3134013127F9116>I E /Ff
+173[25 82[{}1 41.666668 /Courier rf /Fg 134[23 2[23 25
+14 23 16 1[25 25 25 1[12 2[12 25 25 14 23 25 23 1[23
+13[28 2[28 32 3[30 1[12 30 1[25 1[30 2[30 13[23 23 23
+2[12 46[{}31 41.666668 /Helvetica-Bold rf /Fh 137[23
+1[15 18 20 1[25 23 25 38 13 2[13 25 1[15 20 2[25 23 12[30
+25 2[28 36 1[43 3[18 36 3[33 2[33 12[23 23 23 23 2[11
+46[{}29 45.833332 /Times-Bold rf /Fi 134[17 1[24 2[9
+13 11 1[17 17 17 26 9 2[9 17 17 11 15 17 2[15 12[20 35[17
+1[8 11 8 44[{}22 33.333332 /Times-Roman rf /Fj 1 50 df<1218127812981218
+AC12FF08107D8F0F>49 D E /Fk 2 4 df<B61280A219027D8A20>0
+D<1203A4EAC30CEAE31CEA7338EA1FE0EA0780A2EA1FE0EA7338EAE31CEAC30CEA0300A4
+0E127D9215>3 D E /Fl 1 49 df<1204120EA2121CA31238A212301270A21260A212C0
+A2070F7F8F0A>48 D E /Fm 1 50 df<120C121C12EC120CAFEAFFC00A137D9211>49
+D E /Fn 69[18 8[21 1[23 23 3[18 47[18 21 21 30 21 21
+12 16 14 21 21 21 21 32 12 21 12 12 21 21 14 18 21 18
+21 18 3[14 1[14 1[30 1[39 30 30 25 23 28 1[23 30 30 37
+25 30 16 14 30 30 23 25 30 28 28 30 5[12 12 21 21 21
+21 21 21 21 21 21 21 12 10 14 10 2[14 14 14 1[35 37[{}76
+41.666668 /Times-Roman rf /Fo 10 123 df<13F8EA030C380E0604EA1C0738380308
+0030138800701390A200E013A0A214C01480A3EA6007EB0B8838307190380F80E016127E
+911B>11 D<EB01F0EB0618EB080C1310EB200E13401380141CEA01001418143838020FF0
+EB10C0EB0FE0EB00305AA21438A2481370A314E01218EB01C000141380EB0300EA230EEA
+20F890C7FCA25AA45AA217257F9C17>I<90B512E09038F001C03901C003809038800700
+EB000E141E0002131C5C5CC75A495A495A49C7FC5B131E131C5BEB7002495AEA01C0EA03
+8048485A5A000E1318485B48137048485AB5FC1B1C7E9B1C>90 D<EA01E3EA0717EA0C0F
+1218EA380E12301270A2485AA4EB3880A3EA607838319900EA1E0E11127E9116>97
+D<EB07E01300A2EB01C0A4EB0380A43801E700EA0717EA0C0F1218EA380E12301270A248
+5AA4EB3880A3EA607838319900EA1E0E131D7E9C16>100 D<EB38C013C5EA0183EA0303
+000713801206120EA2381C0700A4130EA3EA0C1EEA047CEA039CEA001CA25B1260EAF030
+1370EAE0C0007FC7FC121A809114>103 D<EA3C1F384E6180384681C0EA4701128F128E
+120EA2381C0380A3EB070000381310A2130E1420387006403830038014127E9119>110
+D<001C13C0EA27011247A238870380A2120EA2381C0700A438180E20A3EA1C1E380C2640
+3807C38013127E9118>117 D<001CEBC080392701C1C0124714C03987038040A2120EA2
+391C070080A3EC0100EA1806A2381C0E02EB0F04380E13083803E1F01A127E911E>119
+D<EA0381EA07C1EA0FF6EA081CEA1008EA0010132013401380EA010012025AEA08041210
+EA3C18EA67F8EA43F0EA81E010127E9113>122 D E /Fp 133[16
+18 1[28 18 21 12 16 16 1[21 21 21 30 12 18 1[12 21 21
+12 18 21 18 21 21 7[23 1[35 2[23 1[25 1[25 30 5[14 30
+3[30 1[25 25 18[10 14 10 2[14 14 40[{}39 41.666668 /Times-Italic
+rf /Fq 135[25 36 1[28 17 19 22 1[28 25 28 41 14 28 1[14
+28 25 17 22 28 22 28 25 9[50 2[33 1[36 1[30 6[19 39 1[30
+33 36 36 1[36 11[25 25 25 25 25 2[12 46[{}38 50.000000
+/Times-Bold rf /Fr 2 104 df<EB03C0EB1E0013385B5BB1485A485A000FC7FC12F812
+0FEA03806C7E6C7EB113707F131EEB03C012317DA419>102 D<12F8120FEA03806C7E6C
+7EB113707F131EEB03C0EB1E0013385B5BB1485A485A000FC7FC12F812317DA419>I
+E /Fs 134[25 2[25 25 14 19 17 1[25 25 25 39 14 25 14
+14 25 25 17 22 25 22 25 22 11[36 30 28 5[44 2[19 1[36
+36 1[30 36 33 33 36 46 9[25 3[25 25 2[12 1[12 44[{}40
+50.000000 /Times-Roman rf /Ft 2 13 df<EB0FC0EB70709038C038013803801C3907
+001E02000E130E001E130F001C1404123C00381408127815105A15201540A21580481400
+A3127014170030EB67043918018788380C0E033903F000F0201A7D9925>11
+D<EC03F0EC0C1CEC300EEC4006EC8007EB010013025B150F5BA249130E151E49131C1538
+15309038403F60EC41C0EC3F60EC0070491338A3153C48C7FCA400021478A31570000614
+F015E0140115C00009EB0380EC07003808800EEB401C38103070EB0FC090C8FCA25AA45A
+A45AA220367FA921>I E /Fu 139[20 1[27 2[30 1[50 17 2[17
+33 30 1[27 1[27 1[30 12[40 33 2[37 6[23 47 3[43 2[43
+65[{}18 59.999973 /Times-Bold rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 300dpi
+TeXDict begin
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 400 187 a Fu(The)14 b(APHID)h(Parallel)d Ft(\013\014)19
+b Fu(Sear)o(ch)14 b(Algorithm)487 345 y Fs(Mark)e(G.)h(Brockington)e
+(and)i(Jonathan)f(Schaef)o(fer)368 403 y(Department)g(of)g(Computing)f
+(Science,)i(University)f(of)g(Alberta)567 461 y(Edmonton,)h(Alberta)f
+(T6G)g(2H1)h(Canada)602 519 y Fr(f)p Fs(brock,)f(jonathan)p
+Fr(g)p Fs(@cs.ualberta.ca)308 694 y Fq(Abstract)-41 794
+y Fp(This)j(paper)g(intr)n(oduces)h(the)f(APHID)i(\(Asynchr)n(onous)f
+(Par)o(-)-91 844 y(allel)g(Hierar)n(chical)i(Iterative)f(Deepening\))g
+(game-tr)n(ee)h(sear)n(ch)-91 894 y(algorithm.)36 b(APHID)19
+b(r)n(epr)n(esents)i(a)d(departur)n(e)h(fr)n(om)g(the)f(ap-)-91
+944 y(pr)n(oaches)12 b(used)f(in)g(practice.)17 b(Instead)11
+b(of)g(parallelism)e(based)j(on)-91 993 y(the)k(minimal)f(sear)n(ch)j
+(tr)n(ee,)i(APHID)d(uses)g(a)g(truncated)e(game-)-91
+1043 y(tr)n(ee)f(and)f(all)g(of)g(the)g(leaves)h(of)f(that)g(tr)n(ee)h
+(ar)n(e)h(sear)n(ched)g(in)e(par)o(-)-91 1093 y(allel.)24
+b(APHID)14 b(has)g(been)g(pr)n(ogrammed)g(as)g(an)f(easy)i(to)e(imple-)
+-91 1143 y(ment,)c(game-independent)f Fo(\013\014)k Fp(library)n(,)d
+(and)f(has)h(been)h(tested)f(on)-91 1193 y(several)g(game-playing)d(pr)
+n(ograms.)13 b(Results)8 b(for)g(an)g(Othello)e(pr)n(o-)-91
+1242 y(gram)h(ar)n(e)h(pr)n(esented)g(her)n(e.)14 b(The)8
+b(algorithm)t(yields)f(good)g(parallel)-91 1292 y(performance)k(on)f(a)
+g(network)h(of)f(workstations,)f(without)g(using)g(a)-91
+1342 y(shar)n(ed)i(transposition)c(table.)-91 1485 y
+Fq(1.)13 b(Intr)o(oduction)-41 1567 y Fn(The)f(alpha-beta)g(\()p
+Fo(\013\014)r Fn(\))g(minimax)g(tree)g(search)h(algorithm)e(has)-91
+1612 y(proven)h(to)h(be)g(a)h(dif)o(\256cult)e(algorithm)f(to)i
+(parallelize.)22 b(Although)-91 1658 y(simulations)8
+b(predict)g(excellent)h(parallel)g(performance,)i(most)e(re-)-91
+1704 y(sults)k(are)h(based)g(on)f(an)h(unreasonable)g(set)f(of)g
+(assumptions.)24 b(In)-91 1749 y(practice,)12 b(knowing)d(where)j(to)e
+(initiate)g(parallel)g(activity)g(is)h(dif)o(\256-)-91
+1795 y(cult)g(since)g(the)h(result)e(of)i(searching)f(one)h(node)f(at)g
+(a)h(branch)g(may)-91 1841 y(obviate)d(the)h(parallel)g(work)g(of)g
+(the)g(other)g(branches.)-41 1886 y(In)d(real-world)f(implementations,)
+h(such)h(as)g(high)e(performance)-91 1932 y(chess,)20
+b(checkers)f(and)e(Othello)f(game-playing)h(programs,)i(the)-91
+1978 y(programs)13 b(suf)o(fer)h(from)f(three)h(major)f(sources)h(of)g
+(parallel)f(inef-)-91 2023 y(\256ciency)e(\(a)f(similar)g(model)g(is)g
+(presented)h(in)e([6]\).)-41 2069 y(The)15 b(\256rst)f(is)g
+Fp(synchr)n(onization)f(over)o(head)p Fn(.)27 b(The)15
+b(search)g(typ-)-91 2115 y(ically)g(has)g(many)h(synchronization)e
+(points)g(where)i(there)f(is)h(no)-91 2160 y(work)d(available,)i(which)
+f(results)g(in)f(a)h(high)f(percentage)i(of)f(idle)-91
+2206 y(time.)-41 2252 y(The)c(second)f(is)g Fp(parallelization)d(over)o
+(head)p Fn(.)15 b(This)9 b(is)g(the)g(over)o(-)-91 2297
+y(head)g(of)f(incorporating)e(the)j(parallel)f(algorithm,)g(which)g
+(includes)-91 2343 y(the)i(handling)g(of)g(communication,)h(and)g
+(maintaining)e(structures)-91 2389 y(to)g(allow)h(for)g(allocation)f
+(of)h(work.)-41 2434 y(The)i(third)d(is)i Fp(sear)n(ch)i(over)o(head)p
+Fn(.)18 b(Search)12 b(trees)g(are)g(really)f(di-)-91
+2480 y(rected)k(graphs.)26 b(W)m(ork)13 b(performed)h(on)g(one)h
+(processor)f(may)h(be)-91 2526 y(useful)c(to)h(the)g(computations)f(of)
+g(another)h(processor)n(.)19 b(If)12 b(this)f(in-)-91
+2571 y(formation)c(is)h(not)g(available,)h(unnecessary)h(search)f(may)g
+(be)g(done.)-41 2617 y(These)j(overheads)g(are)h(not)d(independent)h
+(of)g(each)i(other)n(.)k(For)-91 2662 y(example,)24 b(increased)e
+(communication)e(can)i(help)e(reduce)h(the)987 694 y(search)13
+b(overhead.)20 b(Reducing)11 b(the)h(number)f(of)h(synchronization)987
+740 y(points)i(can)j(increase)g(the)e(search)i(overhead.)31
+b(In)16 b(practice,)i(the)987 786 y(right)7 b(balance)i(between)g
+(these)g(sources)h(of)e(program)g(inef)o(\256ciency)987
+831 y(is)13 b(dif)o(\256cult)f(to)g(\256nd,)i(and)f(one)g(usually)f
+(performs)h(many)h(experi-)987 877 y(ments)c(to)g(\256nd)g(the)g(right)
+f(trade-of)o(fs)h(to)f(maximize)i(performance.)1037 924
+y(Many)g(parallel)g Fo(\013\014)j Fn(algorithms)c(have)i(appeared)g(in)
+f(the)g(liter)o(-)987 970 y(ature)g(\(a)g(more)g(complete)f(list)g(is)g
+(available)h(elsewhere)g([1]\).)k(The)987 1015 y(PV)l(-Split)10
+b(algorithm)g(recognized)h(that)g(some)h(nodes)f(exist)g(in)g(the)987
+1061 y(search)h(tree)f(where,)h(having)e(searched)j(the)e(\256rst)f
+(branch)h(sequen-)987 1107 y(tially)m(,)c(the)g(remaining)g(branches)h
+(can)g(be)f(searched)i(in)e(parallel)g([5)o(].)987 1152
+y(Initiating)h(parallelism)i(along)h(the)f(best)h(line)f(of)h(play)m(,)
+g(the)f Fp(princi-)987 1198 y(pal)i(variation)p Fn(,)h(was)g(ef)o
+(fective)h(for)f(a)g(small)g(number)g(of)g(proces-)987
+1244 y(sors,)g(although)d(variations)h(on)h(this)f(scheme)j(seemed)f
+(limited)e(to)987 1289 y(speedups)f(of)g(less)h(than)f(8)g([7].)1037
+1336 y(The)15 b(idea)f(can)h(be)f(generalized)h(to)e(other)h(nodes)g
+(in)g(the)g(tree.)987 1382 y(At)f(nodes)g(where)h(the)g(\256rst)f
+(branch)h(has)f(been)h(searched)h(and)f(no)987 1427 y(cut-of)o(f)h
+(occurred,)i(the)e(rest)g(can)h(likely)e(be)i(searched)h(in)d(paral-)
+987 1473 y(lel.)32 b(It)16 b(is)g(a)g(trade-of)o(f)g(\261)g(increased)i
+(parallelism)e(versus)g(addi-)987 1519 y(tional)h(search)i(overhead,)i
+(since)e(one)f(of)g(these)g(parallel)g(tasks)987 1564
+y(could)10 b(cause)h(a)g(cut-of)o(f.)j(This)c(idea)h(has)g(been)g
+(tried)f(by)g(a)g(number)987 1610 y(of)h(researchers,)j(such)d(as)h
+(Jamboree)g(search)h([4)o(])e(and)h(ABDADA)987 1656 y([9].)26
+b(The)15 b(best-known)e(instance)h(of)g(this)g(type)g(of)g(algorithm)f
+(is)987 1701 y(called)8 b Fp(Y)l(oung)g(Br)n(others)h(W)l(ait)e
+Fn(\(YBW\))h(and)g(was)h(implemented)f(in)987 1747 y(the)k
+Fo(Z)s(ug)q(z)r(w)q(ang)i Fn(chess)g(program)e([3].)21
+b(YBW)12 b(achieved)h(a)g(344-)987 1793 y(fold)c(speedup)i(using)e(a)i
+(network)e(of)h(1024)f(T)o(ransputers.)1037 1839 y(This)h(class)h(of)e
+(algorithms)g(cannot)h(achieve)h(a)g(linear)e(speedup)987
+1885 y(primarily)i(due)i(to)f(synchronization)f(overhead;)i(the)f
+(search)i(tree)987 1931 y(may)k(have)g(thousands)f(of)g
+(synchronization)f(points)h(and)g(there)987 1976 y(are)10
+b(numerous)g(occasions)g(where)g(the)g(processes)h(are)f(starved)g(for)
+987 2022 y(work.)21 b(The)14 b(algorithms)d(have)j(low)e(search)i
+(overhead,)g(with)e(the)987 2068 y(absolute)c(performance)i(being)e
+(strongly)f(linked)h(to)g(the)g(quality)g(of)987 2113
+y(the)i(move)h(ordering)e(within)f(the)i(game-tree.)1037
+2160 y(This)f(paper)h(introduces)f(the)h(Asynchronous)f(Parallel)g
+(Hierar)o(-)987 2206 y(chical)g(Iterative)g(Deepening)g(\(APHID\))g
+(game-tree)h(search)g(algo-)987 2252 y(rithm.)26 b(The)15
+b(algorithm)f(represents)h(a)g(departure)f(from)h(the)f(ap-)987
+2297 y(proaches)j(used)g(in)g(practice.)34 b(In)16 b(contrast)h(to)f
+(other)g(schemes,)987 2343 y(APHID)e(de\256nes)g(a)g(frontier)f(\(a)h
+(\256xed)f(number)h(of)g(moves)g(away)987 2389 y(from)e(the)g(root)f
+(of)g(the)h(search)i(tree\),)f(and)f(all)f(nodes)h(at)g(the)g(fron-)987
+2434 y(tier)c(are)i(done)f(in)f(parallel.)14 b(Each)c(worker)f(process)
+g(is)g(assigned)g(an)987 2480 y(equal)h(number)f(of)g(frontier)f(nodes)
+i(to)f(search.)15 b(The)10 b(workers)g(con-)987 2526
+y(tinually)d(search)j(these)g(nodes)f(deeper)h(and)f(deeper)n(,)i
+(never)e(having)987 2571 y(to)h(synchronize)g(with)f(a)h(controlling)e
+(master)j(process.)k(The)c(mas-)987 2617 y(ter)c(process)h(repeatedly)f
+(searches)i(to)e(the)g(frontier)f(to)g(get)i(the)f(latest)987
+2663 y(search)12 b(results.)i(In)d(this)e(way)m(,)j(there)f(is)f(ef)o
+(fectively)h(no)f(idle)g(time;)p eop
+%%Page: 2 2
+2 1 bop -91 42 a Fn(search)14 b(inef)o(\256ciencies)g(are)f(primarily)f
+(due)h(to)g(search)h(overhead.)-91 87 y(APHID')n(s)c(performance)h
+(does)g(not)e(rely)h(on)g(the)h(implementation)-91 133
+y(of)h(a)i(distributed)c(transposition)h(table,)j(which)e(makes)i(the)f
+(algo-)-91 178 y(rithm)g(suitable)g(for)g(loosely-coupled)f
+(architectures)i(\(such)f(as)i(a)-91 224 y(network)c(of)h
+(workstations\),)f(as)i(well)f(as)g(tightly-coupled)d(archi-)-91
+270 y(tectures.)-41 323 y(Unlike)f(some)i(parallel)f
+Fo(\013\014)j Fn(algorithms,)d(APHID)g(is)h(designed)-91
+369 y(to)e(\256t)g(into)f(a)i(sequential)e Fo(\013\014)k
+Fn(structure.)i(APHID)8 b(has)h(been)g(imple-)-91 415
+y(mented)k(as)h(a)g(game-independent)f(library)g(of)g(routines.)22
+b(These,)-91 460 y(combined)10 b(with)f(application-dependent)f
+(routines)h(that)h(the)g(user)-91 506 y(supplies,)k(allow)f(a)h
+(sequential)f Fo(\013\014)j Fn(program)d(to)g(be)h(easily)f(con-)-91
+551 y(verted)7 b(to)f(a)i(parallel)f(program.)13 b(Although)5
+b(most)i(parallel)f Fo(\013\014)k Fn(pro-)-91 597 y(grams)d(take)g
+(months)g(to)f(develop,)h(the)g(game-independent)g(library)-91
+643 y(allows)14 b(users)h(to)f(integrate)g(parallelism)g(into)g(their)g
+(application)-91 688 y(with)9 b(only)g(a)i(few)g(hours)e(of)h(work.)-91
+807 y Fq(2.)j(The)f(APHID)h(Algorithm)-41 913 y Fn(Y)l(oung)g(Brothers)
+h(W)m(ait)g(and)g(other)g(similar)g(algorithms)g(suf-)-91
+959 y(fer)f(from)h(three)f(serious)h(problems.)23 b(First,)14
+b(the)f(numerous)h(syn-)-91 1004 y(chronization)8 b(points)h(and)h
+(occasions)g(where)g(there)g(is)g(little)e(or)i(no)-91
+1050 y(work)e(to)h(be)g(done)g(in)f(parallel)h(result)f(in)h(idle)f
+(time.)14 b(This)8 b(suggests)-91 1096 y(that)h(a)h(new)g(algorithm)e
+(must)h(strive)g(to)g(reduce)h(or)g(eliminate)f(syn-)-91
+1141 y(chronization)i(and)h(small)h(work)e(lists.)20
+b(Second,)14 b(the)e(chaotic)g(na-)-91 1187 y(ture)h(of)f(a)i
+(work-stealing)d(scheduler)i(requires)g(algorithms)f(such)-91
+1233 y(as)i(YBW)g(and)g(Jamboree)h(to)e(use)h(a)g(shared)g
+(transposition)d(table)-91 1278 y(to)c(achieve)h(good)e(move)i
+(ordering)e(and)h(reasonable)h(performance.)-91 1324
+y(ABDADA)j(requires)g(a)h(shared)g(transposition)d(table)i(to)g
+(function)-91 1370 y(correctly)m(.)33 b(Third,)17 b(the)g(program)f
+(may)h(initiate)e(parallelism)h(at)-91 1415 y(nodes)8
+b(which)f(are)i(better)e(done)h(sequentially)m(.)k(For)c(example,)h
+(hav-)-91 1461 y(ing)d(searched)i(the)f(\256rst)g(branch)g(at)g(a)g
+(node)g(and)g(not)f(achieved)i(a)g(cut-)-91 1507 y(of)o(f,)g(Y)l(oung)f
+(Brothers)f(W)m(ait)i(\(in)f(its)g(simplest)g(form\))g(permits)g(all)h
+(of)-91 1552 y(the)g(remaining)g(branches)h(to)f(be)h(searched)g(in)f
+(parallel.)13 b(However)n(,)-91 1598 y(if)d(the)g(second)h(branch,)h
+(for)e(example,)i(causes)g(a)f(cut-of)o(f,)f(then)h(all)-91
+1644 y(the)c(parallel)g(work)g(has)h(been)g(wasted.)13
+b(This)8 b(suggests)f(parallelism)-91 1689 y(should)i(only)h(be)h
+(initiated)e(at)i(nodes)g(where)g(there)g(is)f(a)i(very)e(high)-91
+1735 y(probability)d(that)j(all)g(branches)h(must)f(be)g(considered.)
+-41 1788 y(This)g(section)h(introduces)f(the)h(Asynchronous)f(Parallel)
+g(Hier)o(-)-91 1834 y(archical)h(Iterative)g(Deepening)g(\(APHID\))f
+(game-tree)i(searching)-91 1880 y(algorithm.)k(APHID)11
+b(has)h(been)g(designed)f(to)g(address)h(the)f(above)-91
+1925 y(three)f(issues.)k(The)c(algorithm)f(is)g(asynchronous)h(in)f
+(nature;)g(it)g(re-)-91 1971 y(moves)15 b(all)f(synchronization)f
+(points)g(from)i(the)f Fo(\013\014)j Fn(search)f(and)-91
+2017 y(from)11 b(iterative)g(deepening.)18 b(Also,)12
+b(parallelism)g(is)f(only)g(applied)-91 2062 y(at)e(nodes)g(that)f
+(have)i(a)f(high)f(probability)e(of)j(needing)f(parallelism.)-91
+2108 y(The)g(top)f Fp(plies)128 2093 y Fm(1)154 2108
+y Fn(of)h(a)g(game-tree)h(near)f(the)f(root)g(vary)g(infrequently)-91
+2154 y(between)13 b(steps)h(of)f(iterative)f(deepening.)23
+b(This)13 b(relative)g(invari-)-91 2199 y(ance)f(of)f(the)g(top)f
+(portion)g(of)h(the)g(game-tree)h(is)f(exploited)f(by)g(the)-91
+2245 y(APHID)g(algorithm.)-41 2298 y(In)k(its)h(simplest)g(form,)h
+(APHID)f(can)h(be)g(viewed)f(as)h(a)f(mas-)-91 2344 y(ter/slave)8
+b(program)g(although,)g(as)h(discussed)g(later)n(,)g(it)f(can)h(be)f
+(gen-)-91 2390 y(eralized)19 b(to)e(a)i(hierarchical)f(processor)h
+(tree.)38 b(For)18 b(a)h(depth)f Fo(d)-91 2435 y Fn(search,)9
+b(the)f(master)g(is)g(responsible)f(for)g(the)g(top)g
+Fo(d)640 2420 y Fl(0)659 2435 y Fn(ply)g(of)g(the)h(tree,)-91
+2481 y(and)i(the)g(remaining)g Fo(d)e Fk(\000)h Fo(d)312
+2466 y Fl(0)334 2481 y Fn(ply)g(are)i(searched)g(in)f(parallel)g(by)f
+(the)-91 2527 y(slaves.)p -91 2585 394 2 v -49 2611 a
+Fj(1)-31 2623 y Fi(The)e(ply)h(of)f(a)h(node)f(is)h(its)g(depth)f
+(within)h(the)f(game-tree,)g(starting)h(with)g(ply)g(0)-91
+2662 y(at)g(the)g(root)g(of)g(the)g(game-tree.)987 42
+y Fh(2.1.)k(Operation)g(of)f(the)h(Master)g(in)g(APHID)1037
+123 y Fn(The)f(master)h(is)f(responsible)f(for)g(searching)h(the)g(top)
+f Fo(d)1850 107 y Fl(0)1873 123 y Fn(ply)g(of)987 168
+y(the)15 b(tree.)29 b(It)15 b(repeatedly)g(traverses)h(this)e(tree)i
+(until)d(the)i(correct)987 214 y(minimax)10 b(value)h(has)g(been)g
+(determined.)16 b(The)11 b(master)h(is)e(execut-)987
+259 y(ing)f(a)h(normal)g Fo(\013\014)i Fn(search,)f(with)e(the)g
+(exception)h(that)f(APHID)g(en-)987 305 y(forces)15 b(an)g
+(arti\256cial)f(search)i(horizon)e(at)g Fo(d)1639 290
+y Fl(0)1665 305 y Fn(ply)g(from)h(the)f(root.)987 351
+y(Each)j(leaf)g(node)f(in)f(the)i(master)r(')n(s)f Fo(d)1556
+336 y Fl(0)1583 351 y Fn(ply)g(game-tree)h(is)f(being)987
+396 y(asynchronously)c(searched)i(by)f(the)g(slaves.)23
+b(Before)13 b(describing)987 442 y(the)d(master)r(')n(s)g(stopping)e
+(condition,)g(we)i(must)g(\256rst)g(describe)g(how)987
+488 y(the)g(master)h(searches)h(the)e Fo(d)1403 473 y
+Fl(0)1425 488 y Fn(ply)f(tree.)1037 534 y(When)f(the)h(master)g
+(reaches)h(a)f(leaf)g(of)f(the)g Fo(d)1678 519 y Fl(0)1698
+534 y Fn(ply)g(tree,)h(it)f(uses)h(a)987 580 y(reliable)h(or)f
+(approximate)h(value)g(for)f(the)h(leaf,)h(depending)e(on)h(the)987
+626 y(information)f(available.)15 b(If)c(a)g Fo(d)e Fk(\000)h
+Fo(d)1532 610 y Fl(0)1554 626 y Fn(ply)g(search)i(result)e(is)h(avail-)
+987 671 y(able)e(from)f(the)h(slave,)h(that)e(will)f(be)i(used.)14
+b(However)n(,)c(if)e(the)g Fo(d)d Fk(\000)g Fo(d)1960
+656 y Fl(0)987 717 y Fn(ply)k(result)g(is)h(not)f(available,)h(then)g
+(the)f(algorithm)g(uses)h(the)g(deep-)987 762 y(est)e(search)i(result)d
+(that)h(has)g(been)h(returned)e(by)h(the)g(slave)h(to)e(gener)o(-)987
+808 y(ate)h(a)g(guessed)f(minimax)g(value.)14 b(Any)6
+b(node)i(where)f(we)h(are)g(forced)987 854 y(to)i(guess)g(are)h(marked)
+g(as)g Fp(uncertain)p Fn(.)1037 900 y(As)g(values)f(get)h(backed)g(up)g
+(the)f(tree,)i(the)e(master)i(maintains)e(a)987 946 y(count)i(of)g(how)
+g(many)g(uncertain)g(nodes)g(have)h(been)g(visited)e(in)h(a)987
+992 y(pass)f(over)g(the)f(tree.)16 b(As)11 b(long)e(as)i(the)g(score)g
+(at)g(any)g(of)f(the)h(leaves)987 1037 y(is)g(uncertain,)h(the)f
+(master)h(must)f(do)g(another)g(pass)h(over)f(the)h(tree.)987
+1083 y(Once)c(the)f(master)i(has)e(a)h(reliable)f(value)h(for)f(all)g
+(the)g(leaves)h(in)f(its)g Fo(d)1960 1068 y Fl(0)987
+1129 y Fn(ply)f(tree,)j(the)e(search)h(of)f(the)g Fo(d)g
+Fn(ply)f(tree)i(is)f(complete.)13 b(The)8 b(control-)987
+1174 y(ling)g(program)h(would)f(then)g(proceed)i(to)e(the)h(next)g
+(iteration)e(by)i(in-)987 1220 y(crementing)g Fo(d)g
+Fn(and)h(asking)f(the)g(master)h(to)f(search)h(the)f(tree)h(again.)1037
+1266 y(The)15 b(slaves)g(are)g(responsible)f(for)f(setting)h(their)f
+(own)h(search)987 1312 y(windows,)j(based)g(on)g(information)d(from)i
+(the)h(master)n(.)33 b(Some-)987 1358 y(times,)9 b(the)g(information)e
+(returned)h(by)g(the)h(slave)g(may)g(not)f(be)h(use-)987
+1403 y(ful)j(to)g(the)h(master)n(.)22 b(For)13 b(example,)i(a)e(slave)g
+(can)h(tell)e(the)h(master)987 1449 y(that)e(the)h(score)h(of)f(a)h
+(given)e(node)h(is)g(less)h(than)f(30,)g(but)g(the)g(mas-)987
+1495 y(ter)e(may)g(want)f(to)h(know)f(if)g(the)g(score)i(is)e(in)h
+(between)g(-5)f(and)h(5.)k(In)987 1540 y(this)9 b(case,)j(a)f(\252bad)f
+(bound\272)f(search)j(is)d(generated,)i(and)f(the)g(search)987
+1586 y(window)e(parameters,)k Fo(\013)d Fn(and)h Fo(\014)r
+Fn(,)h(must)e(be)h(communicated)h(to)e(the)987 1631 y(slave)j
+(processor)n(.)18 b(Any)11 b(nodes)h(where)g(we)g(are)h(waiting)d(for)h
+(\252bad)987 1677 y(bound\272)d(information)g(are)h(considered)g(as)h
+(uncertain)f(by)g(the)g(mas-)987 1723 y(ter)n(,)k(even)g(though)e(we)i
+(have)g(a)g(score)g(bound)e(for)h(the)g Fo(d)g Fk(\000)g
+Fo(d)1894 1708 y Fl(0)1918 1723 y Fn(ply)987 1768 y(search.)24
+b(Eventually)m(,)14 b(the)f(slave)h(will)e(return)g(updated)h(informa-)
+987 1814 y(tion)7 b(that)i(is)f(consistent)g(with)g(both)g(the)g
+(original)f(information)g(and)987 1860 y(the)j(search)h(window)f
+(requested.)987 1941 y Fh(2.2.)i(The)g(APHID)f(T)l(able)1037
+2022 y Fn(If)h(a)i(node)e(is)h(visited)e(by)i(the)f(master)i(for)e(the)
+h(\256rst)f(time,)i(it)e(is)987 2067 y(statically)d(allocated)h(to)f(a)
+i(slave)f(processor)n(.)k(This)c(information)e(is)987
+2113 y(recorded)13 b(in)g(a)h(table,)g(the)f Fp(APHID)h(table)p
+Fn(,)f(that)f(is)h(shared)h(by)f(all)987 2159 y(processors.)j(Figure)10
+b(1)h(shows)f(an)i(example)f(of)g(how)f(the)g(APHID)987
+2204 y(table)g(would)f(be)i(or)o(ganized)f(at)g(a)h(given)f(point)f(in)
+g(time.)1037 2251 y(The)f(APHID)g(table)f(is)g(partitioned)f(into)g
+(two)h(parts:)12 b(one)c(which)987 2296 y(only)j(the)g(master)i(can)g
+(write)e(to,)h(and)g(one)g(which)f(only)g(the)h(slave)987
+2342 y(that)e(has)g(been)h(assigned)g(that)e(piece)i(of)f(work)g(can)h
+(write)f(to.)k(Any)987 2388 y(attempt)e(to)f(write)h(into)e(the)i
+(table)g(generates)h(a)g(message)h(that)d(in-)987 2433
+y(forms)e(the)f(slave)h(or)g(the)f(master)i(process)f(of)f(the)h
+(update)g(to)f(the)g(in-)987 2479 y(formation.)k(The)d(master)h(and)e
+(slave)h(only)e(read)i(their)f(local)g(copies)987 2525
+y(of)k(the)h(information;)e(there)i(are)g(no)f(explicit)f(messages)k
+(sent)d(be-)987 2570 y(tween)e(the)h(master)g(and)f(the)g(slave)h
+(asking)e(for)h(information.)1037 2617 y(The)18 b(master)r(')n(s)f
+(half)g(of)g(the)g(table)g(is)g(illustrated)e(above)j(the)987
+2662 y(dashed)12 b(line)e(in)h(Figure)g(1.)18 b(For)11
+b(each)h(leaf)g(that)f(has)h(been)g(visited)p eop
+%%Page: 3 3
+3 2 bop -85 0 a
+ 15345564 14208860 8420065 17234821 28417720 35653713 startTexFig
+ -85 0 a
+%%BeginDocument: draw2.ps
+
+/arrowHeight 10 def
+/arrowWidth 5 def
+
+/IdrawDict 51 dict def
+IdrawDict begin
+
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+/Encoding ISOLatin1Encoding def
+currentdict end definefont
+} def
+
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/Helvetica reencodeISO def
+
+/none null def
+/numGraphicParameters 17 def
+/stringLimit 65535 def
+
+/Begin {
+save
+numGraphicParameters dict begin
+} def
+
+/End {
+end
+restore
+} def
+
+/SetB {
+dup type /nulltype eq {
+pop
+false /brushRightArrow idef
+false /brushLeftArrow idef
+true /brushNone idef
+} {
+/brushDashOffset idef
+/brushDashArray idef
+0 ne /brushRightArrow idef
+0 ne /brushLeftArrow idef
+/brushWidth idef
+false /brushNone idef
+} ifelse
+} def
+
+/SetCFg {
+/fgblue idef
+/fggreen idef
+/fgred idef
+} def
+
+/SetCBg {
+/bgblue idef
+/bggreen idef
+/bgred idef
+} def
+
+/SetF {
+/printSize idef
+/printFont idef
+} def
+
+/SetP {
+dup type /nulltype eq {
+pop true /patternNone idef
+} {
+dup -1 eq {
+/patternGrayLevel idef
+/patternString idef
+} {
+/patternGrayLevel idef
+} ifelse
+false /patternNone idef
+} ifelse
+} def
+
+/BSpl {
+0 begin
+storexyn
+newpath
+n 1 gt {
+0 0 0 0 0 0 1 1 true subspline
+n 2 gt {
+0 0 0 0 1 1 2 2 false subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
+} if
+n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Circ {
+newpath
+0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/CBSpl {
+0 begin
+dup 2 gt {
+storexyn
+newpath
+n 1 sub dup 0 0 1 1 2 2 true subspline
+1 1 n 3 sub {
+/i exch def
+i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
+} for
+n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
+n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
+patternNone not { ifill } if
+brushNone not { istroke } if
+} {
+Poly
+} ifelse
+end
+} dup 0 4 dict put def
+
+/Elli {
+0 begin
+newpath
+4 2 roll
+translate
+scale
+0 0 1 0 360 arc
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 1 dict put def
+
+/Line {
+0 begin
+2 storexyn
+newpath
+x 0 get y 0 get moveto
+x 1 get y 1 get lineto
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+0 0 1 1 rightarrow
+end
+} dup 0 4 dict put def
+
+/MLine {
+0 begin
+storexyn
+newpath
+n 1 gt {
+x 0 get y 0 get moveto
+1 1 n 1 sub {
+/i exch def
+x i get y i get lineto
+} for
+patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
+brushNone not { istroke } if
+0 0 1 1 leftarrow
+n 2 sub dup n 1 sub dup rightarrow
+} if
+end
+} dup 0 4 dict put def
+
+/Poly {
+3 1 roll
+newpath
+moveto
+-1 add
+{ lineto } repeat
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+} def
+
+/Rect {
+0 begin
+/t exch def
+/r exch def
+/b exch def
+/l exch def
+newpath
+l b moveto
+l t lineto
+r t lineto
+r b lineto
+closepath
+patternNone not { ifill } if
+brushNone not { istroke } if
+end
+} dup 0 4 dict put def
+
+/Text {
+ishow
+} def
+
+/idef {
+dup where { pop pop pop } { exch def } ifelse
+} def
+
+/ifill {
+0 begin
+gsave
+patternGrayLevel -1 ne {
+fgred bgred fgred sub patternGrayLevel mul add
+fggreen bggreen fggreen sub patternGrayLevel mul add
+fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
+eofill
+} {
+eoclip
+originalCTM setmatrix
+pathbbox /t exch def /r exch def /b exch def /l exch def
+/w r l sub ceiling cvi def
+/h t b sub ceiling cvi def
+/imageByteWidth w 8 div ceiling cvi def
+/imageHeight h def
+bgred bggreen bgblue setrgbcolor
+eofill
+fgred fggreen fgblue setrgbcolor
+w 0 gt h 0 gt and {
+l b translate w h scale
+w h true [w 0 0 h neg 0 h] { patternproc } imagemask
+} if
+} ifelse
+grestore
+end
+} dup 0 8 dict put def
+
+/istroke {
+gsave
+brushDashOffset -1 eq {
+[] 0 setdash
+1 setgray
+} {
+brushDashArray brushDashOffset setdash
+fgred fggreen fgblue setrgbcolor
+} ifelse
+brushWidth setlinewidth
+originalCTM setmatrix
+stroke
+grestore
+} def
+
+/ishow {
+0 begin
+gsave
+fgred fggreen fgblue setrgbcolor
+/fontDict printFont printSize scalefont dup setfont def
+/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
+transform exch pop def
+/vertoffset 1 printSize sub descender sub def {
+0 vertoffset moveto show
+/vertoffset vertoffset printSize sub def
+} forall
+grestore
+end
+} dup 0 3 dict put def
+/patternproc {
+0 begin
+/patternByteLength patternString length def
+/patternHeight patternByteLength 8 mul sqrt cvi def
+/patternWidth patternHeight def
+/patternByteWidth patternWidth 8 idiv def
+/imageByteMaxLength imageByteWidth imageHeight mul
+stringLimit patternByteWidth sub min def
+/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
+patternHeight mul patternHeight max def
+/imageHeight imageHeight imageMaxHeight sub store
+/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
+0 1 imageMaxHeight 1 sub {
+/y exch def
+/patternRow y patternByteWidth mul patternByteLength mod def
+/patternRowString patternString patternRow patternByteWidth getinterval def
+/imageRow y imageByteWidth mul def
+0 patternByteWidth imageByteWidth 1 sub {
+/x exch def
+imageString imageRow x add patternRowString putinterval
+} for
+} for
+imageString
+end
+} dup 0 12 dict put def
+
+/min {
+dup 3 2 roll dup 4 3 roll lt { exch } if pop
+} def
+
+/max {
+dup 3 2 roll dup 4 3 roll gt { exch } if pop
+} def
+
+/midpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 x1 add 2 div
+y0 y1 add 2 div
+end
+} dup 0 4 dict put def
+
+/thirdpoint {
+0 begin
+/y1 exch def
+/x1 exch def
+/y0 exch def
+/x0 exch def
+x0 2 mul x1 add 3 div
+y0 2 mul y1 add 3 div
+end
+} dup 0 4 dict put def
+
+/subspline {
+0 begin
+/movetoNeeded exch def
+y exch get /y3 exch def
+x exch get /x3 exch def
+y exch get /y2 exch def
+x exch get /x2 exch def
+y exch get /y1 exch def
+x exch get /x1 exch def
+y exch get /y0 exch def
+x exch get /x0 exch def
+x1 y1 x2 y2 thirdpoint
+/p1y exch def
+/p1x exch def
+x2 y2 x1 y1 thirdpoint
+/p2y exch def
+/p2x exch def
+x1 y1 x0 y0 thirdpoint
+p1x p1y midpoint
+/p0y exch def
+/p0x exch def
+x2 y2 x3 y3 thirdpoint
+p2x p2y midpoint
+/p3y exch def
+/p3x exch def
+movetoNeeded { p0x p0y moveto } if
+p1x p1y p2x p2y p3x p3y curveto
+end
+} dup 0 17 dict put def
+
+/storexyn {
+/n exch def
+/y n array def
+/x n array def
+n 1 sub -1 0 {
+/i exch def
+y i 3 2 roll put
+x i 3 2 roll put
+} for
+} def
+
+/SSten {
+fgred fggreen fgblue setrgbcolor
+dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+/FSten {
+dup 3 -1 roll dup 4 1 roll exch
+newpath
+0 0 moveto
+dup 0 exch lineto
+exch dup 3 1 roll exch lineto
+0 lineto
+closepath
+bgred bggreen bgblue setrgbcolor
+eofill
+SSten
+} def
+
+/Rast {
+exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
+} def
+
+
+/arrowhead {
+0 begin
+transform originalCTM itransform
+/taily exch def
+/tailx exch def
+transform originalCTM itransform
+/tipy exch def
+/tipx exch def
+/dy tipy taily sub def
+/dx tipx tailx sub def
+/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
+gsave
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+patternNone not {
+originalCTM setmatrix
+/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
+arrowWidth div def
+/padtail brushWidth 2 div def
+tipx tipy translate
+angle rotate
+padtip 0 translate
+arrowHeight padtip add padtail add arrowHeight div dup scale
+arrowheadpath
+ifill
+} if
+brushNone not {
+originalCTM setmatrix
+tipx tipy translate
+angle rotate
+arrowheadpath
+istroke
+} if
+grestore
+end
+} dup 0 9 dict put def
+
+/arrowheadpath {
+newpath
+arrowHeight neg arrowWidth 2 div moveto
+0 0 lineto
+arrowHeight neg arrowWidth 2 div neg lineto
+} def
+
+/leftarrow {
+0 begin
+y exch get /taily exch def
+x exch get /tailx exch def
+y exch get /tipy exch def
+x exch get /tipx exch def
+brushLeftArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+/rightarrow {
+0 begin
+y exch get /tipy exch def
+x exch get /tipx exch def
+y exch get /taily exch def
+x exch get /tailx exch def
+brushRightArrow { tipx tipy tailx taily arrowhead } if
+end
+} dup 0 4 dict put def
+
+
+%I Idraw 10 Grid 6 6 
+
+
+Begin
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 0.799705 0 0 0.799705 0 0 ] concat
+/originalCTM matrix currentmatrix def
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 5.99997 0 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 342 674 ] concat
+%I
+[
+(Master)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 8 26 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -4 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -10 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -16 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -22 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 104 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -28 26 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 164 452 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+68 260 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 452 272 260 Line
+%I 2
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -71.5 99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+308 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 428.5 544 ] concat
+%I
+[
+(R)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 284 612.5 ] concat
+%I
+[
+(d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 518 100 518 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+148 326 100 326 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 446 124 506 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 226 395 ] concat
+%I
+124 410 124 338 Line
+%I 2
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 12 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 114 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+164 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 357 544 ] concat
+%I
+[
+(3)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -108 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+200 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 375 544 ] concat
+%I
+[
+(4)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -6.00003 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+236 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 393 544 ] concat
+%I
+[
+(5)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 96 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -84 -24 ] concat
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 315 543.5 ] concat
+%I
+[
+(1)
+] Text
+End
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+80 224 12 12 Elli
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 12 -24 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65520
+1 0 0 [12 4] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1.21519 0 0 0.046875 83.0438 492.703 ] concat
+%I
+100 241 376 241 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 515 ] concat
+%I
+[
+(APHID)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 162 503 ] concat
+%I
+[
+(Table)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 222 497 ] concat
+%I
+[
+(-1/4)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 258 497 ] concat
+%I
+[
+(+2/3)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 297.5 497 ] concat
+%I
+[
+(?/0)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 148 395 ] concat
+%I
+136 170 352 266 Rect
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 342 497 ] concat
+%I
+[
+(+5/5)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 498 497 ] concat
+%I
+[
+(+1/3)
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 98 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 331 170 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+98 217 110 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+110 229 116 217 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+116 217 122 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+122 247 140 235 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+140 235 146 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+146 247 152 229 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+152 229 158 247 Line
+%I 1
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 0 0 1 130 131 ] concat
+%I
+158 247 170 235 Line
+%I 1
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 246 341 ] concat
+%I
+[
+(Slave 1)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 12 0 ] concat
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 204 194 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+204 194 240 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+240 218 252 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+252 230 264 218 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+264 218 276 182 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+276 182 288 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 206 300 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+300 230 312 206 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+312 206 324 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+288 398 348 230 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 234 263 ] concat
+%I
+324 230 348 230 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 354 341 ] concat
+%I
+[
+(Slave 2)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 35.5 -97.5 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+128 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 339 543.5 ] concat
+%I
+[
+(2)
+] Text
+End
+
+End %I eop
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+188 248 212 284 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+212 284 236 248 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+236 248 248 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+248 296 272 260 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+272 260 284 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+284 296 308 272 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+308 272 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+260 464 320 296 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 362 230 ] concat
+%I
+260 464 188 248 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 468 341 ] concat
+%I
+[
+(Slave 3)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 78 -97 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+272 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 411 544 ] concat
+%I
+[
+(6)
+] Text
+End
+
+End %I eop
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -24.5 -99 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 428 ] concat
+%I
+32 224 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 291 543.5 ] concat
+%I
+[
+(7)
+] Text
+End
+
+End %I eop
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 320 148 320 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+100 164 148 164 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 180.5 421.5 ] concat
+%I
+[
+(d-d')
+] Text
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 224 124 176 Line
+%I 2
+End
+
+Begin %I Line
+%I b 65535
+1 0 1 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 0 0 0.5 130 296 ] concat
+%I
+124 260 124 308 Line
+%I 2
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 378 497 ] concat
+%I
+[
+(+4/5)
+] Text
+End
+
+Begin %I Pict
+%I b u
+%I cfg u
+%I cbg u
+%I f u
+%I p u
+%I t
+[ 1 0 0 1 -30 -36 ] concat
+
+Begin %I Elli
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 0.5 -0 -0 0.5 278 362 ] concat
+%I
+356 380 12 12 Elli
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 453 555.5 ] concat
+%I
+[
+(8)
+] Text
+End
+
+End %I eop
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 414 497 ] concat
+%I
+[
+(-3/1)
+] Text
+End
+
+Begin %I Text
+%I cfg Black
+0 0 0 SetCFg
+%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*
+Helvetica 12 SetF
+%I t
+[ 1 0 0 1 462 497 ] concat
+%I
+[
+(<0/4)
+] Text
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 168 230 ] concat
+%I
+288 250 360 298 Rect
+End
+
+Begin %I Rect
+%I b 65535
+1 0 0 [] 0 SetB
+%I cfg Black
+0 0 0 SetCFg
+%I cbg White
+1 1 1 SetCBg
+none SetP %I p n
+%I t
+[ 1 -0 -0 1 174 230 ] concat
+%I
+162 250 270 298 Rect
+End
+
+End %I eop
+
+showpage
+
+
+end
+%%EndDocument
+
+ endTexFig
+ -7 966 a Fg(Figure)13 b(1.)e(A)g(Snapshot)i(of)f(an)g(APHID)e(Sear)o
+(ch)-91 1095 y Fn(by)d(the)g(master)n(,)j(there)d(is)h(an)f(entry)g(in)
+g(the)g(APHID)h(table.)13 b(Informa-)-91 1140 y(tion)6
+b(maintained)i(on)f(the)h(leaves)g(includes)g(the)f(moves)i(required)e
+(to)-91 1186 y(generate)j(the)g(leaf)g(positions)e(from)h(the)h(root)f
+Ff(R)p Fn(,)h(the)g(approximate)-91 1232 y(location)e(of)i(the)g(leaf)g
+(in)f(the)h(tree)g(\(which)f(is)h(used)g(by)f(the)h(slave)g(to)-91
+1277 y(prioritize)h(work\),)j(whether)f(this)f(leaf)i(was)g(touched)f
+(on)f(the)i(last)-91 1323 y(pass)f(that)e(the)h(master)h(executed,)h
+(and)e(the)g(number)g(of)g(the)g(slave)-91 1369 y(that)d(the)i(leaf)f
+(was)h(allocated)f(to.)-41 1414 y(In)g(our)g(example,)j(we)e(can)h(see)
+g(that)e(there)h(are)g(approximately)-91 1460 y(the)k(same)j(number)d
+(of)h(leaves)g(which)g(have)g(been)g(allocated)g(to)-91
+1506 y(each)e(slave.)24 b(Note)14 b(that)e(there)i(is)f(an)h
+(additional)d(leaf,)k(8,)g(that)d(is)-91 1551 y(not)e(represented)h(in)
+g(the)g(master)r(')n(s)g Fo(d)454 1536 y Fl(0)476 1551
+y Fn(ply)f(search)i(tree.)17 b(This)11 b(leaf)-91 1597
+y(node)d(has)i(been)f(visited)f(on)g(a)h(previous)f(pass)i(of)e(the)h
+Fo(d)705 1582 y Fl(0)725 1597 y Fn(ply)f(search)-91 1643
+y(tree,)14 b(but)d(was)j(not)d(touched)i(on)f(the)g(latest)h(pass.)21
+b(However)n(,)14 b(the)-91 1688 y(information)7 b(that)i(the)g(slave)h
+(has)g(generated)f(may)h(be)g(needed)g(in)f(a)-91 1734
+y(later)h(pass)h(of)f(the)g(tree)g(and)h(is)f(not)f(deleted)i(by)e(the)
+i(master)n(.)-41 1779 y(Leaves)h(are)g(allocated)e(to)g(the)h(slaves)g
+(in)f(a)i(round-robin)c(man-)-91 1825 y(ner)n(.)30 b(Although)13
+b(there)j(may)g(be)g(better)f(methods)g(of)g(allocating)-91
+1871 y(leaves,)c(it)e(has)i(been)f(found)f(that)h(this)f(is)h(a)g
+(reasonable)h(method)f(of)-91 1916 y(balancing)g(the)g(work)f(on)h(a)h
+(small)f(number)h(of)f(processors.)-41 1962 y(The)f(slave')n(s)g(part)f
+(of)g(the)g(table,)i(illustrated)c(by)i(the)h(area)h(below)-91
+2008 y(the)e(dashed)g(line,)g(contains)f(information)f(on)i(the)g
+(result)f(of)g(search-)-91 2053 y(ing)j(the)h(position)e(to)i(various)f
+(depths)h(of)g(search.)18 b(The)12 b(\252best\272)g(in-)-91
+2099 y(formation)i(and)i(the)f(ply)g(to)g(which)g(the)g(leaf)h(was)g
+(examined)g(is)-91 2145 y(given)10 b(underneath)h(each)i(leaf)e(node)h
+(in)e(the)h(tree.)18 b(For)11 b(leaf)h(1,)f(the)-91 2190
+y(score)i(returned)f(is)g(-1)g(with)f(a)i(search)h(depth)e(of)g(4.)20
+b(Leaf)14 b(3)e(illus-)-91 2236 y(trates)e(that)f(the)h(score)h
+(information)d(returned)h(by)h(the)g(slave)g(is)g(not)-91
+2282 y(necessarily)h(an)h(exact)f(number)n(.)16 b(The)c(slaves)f
+(maintain)f(an)i(upper)-91 2327 y(bound)7 b(and)i(a)g(lower)g(bound)e
+(on)i(the)f(score)i(for)e(each)i(ply)e(of)g(search)-91
+2373 y(depth.)17 b(The)12 b(score)h(is)e(known)g(to)g(be)h(exact)g
+(when)g(the)f(upper)g(and)-91 2419 y(lower)f(bounds)f(are)i(the)f
+(same.)-91 2495 y Fh(2.3.)i(Operation)g(of)f(Sla)o(ve)g(in)g(APHID)-41
+2571 y Fn(A)e(slave)g(process)h(essentially)e(executes)i(the)f(same)h
+(code)f(that)g(a)-91 2617 y(sequential)i Fo(\013\014)k
+Fn(searcher)e(would.)18 b(The)13 b(process)f(simply)g(repeats)-91
+2662 y(the)i(following)d(steps)j(until)e(the)i(master)h(tells)e(it)g
+(that)g(the)h(search)987 42 y(is)d(complete.)16 b(The)c(slave)g(looks)e
+(in)g(its)h(portion)e(of)h(its)h(local)g(copy)987 87
+y(of)i(the)g(APHID)g(table,)g(and)h(\256nds)e(the)h(highest)f(priority)
+f(node)i(to)987 133 y(search.)19 b(The)12 b(slave)g(then)f(executes)i
+(the)e(search,)i(and)f(reports)f(the)987 178 y(result)d(back)i(to)e
+(the)h(master)g(\(getting)e(an)j(update)e(to)g(its)h(APHID)g(ta-)987
+224 y(ble)h(in)g(return\).)1037 270 y(The)16 b(work)f(selection)h
+(criterion)f(is)g(primarily)g(based)h(on)g(the)987 315
+y(depth)11 b(to)g(which)h(the)f(slave)h(has)h(already)f(searched)h(a)f
+(node.)19 b(The)987 361 y(secondary)13 b(criterion,)f(if)g(the)h
+(primary)f(criterion)f(is)h(the)h(same,)i(is)987 407
+y(based)10 b(on)f(the)h(location)e(of)i(the)f(node)h(within)d(the)j
+(master)r(')n(s)g(game-)987 452 y(tree.)24 b(This)13
+b(secondary)h(criterion)f(is)g(necessary)i(since)f(it)f(is)g(usu-)987
+498 y(ally)d(bene\256cial)h(to)f(generate)h(the)g(results)f(in)g(a)h
+(left-to-right)d(order)987 544 y(for)g(the)g(master)n(.)14
+b(Children)6 b(of)i(nodes)h(are)g(usually)e(considered)h(in)g(a)987
+589 y(best-to-worst)f(ordering,)h(implying)f(that)h(the)h(left-most)f
+(branches)987 635 y(at)j(a)g(node)g(have)g(a)g(higher)f(probability)e
+(of)j(being)f(useful)g(than)h(the)987 681 y(right-most)d(ones.)1037
+726 y(A)h(node)g(that)g(has)h(a)g(priority)d(of)i(zero)h(\(because)h
+(it)d(is)h(no)g(longer)987 772 y(part)16 b(of)g(the)h(master)r(')n(s)f
+(tree\))h(will)e(not)h(be)h(selected)g(for)f(further)987
+818 y(search.)e(For)8 b(Slave)f(2,)i(we)f(notice)f(that)g(Leaf)h(8)g
+(would)e(be)i(searched)987 863 y(if)g(it)f(had)h(been)h(touched)e(by)h
+(the)g(master)n(.)14 b(Leaf)9 b(8)f(is)g(ignored)f(by)h(the)987
+909 y(scheduling)j(algorithm)f(because)k(it)d(is)g(not)h(currently)e
+(part)i(of)g(the)987 955 y(master)r(')n(s)e(tree.)1037
+1000 y(Before)i(a)h(search)g(can)g(be)f(executed,)i(an)f
+Fo(\013\014)h Fn(search)g(window)987 1046 y(must)c(be)h(generated)g(by)
+f(the)h(slave.)k(The)c(master)h(continually)c(ad-)987
+1092 y(vises)16 b(the)f(slaves)h(of)f(the)h(leaf)r(')n(s)g(location)e
+(within)g(the)h(master)r(')n(s)987 1137 y(tree,)i(and)e(the)f(likely)g
+(value)h(of)g(the)f(root)g(of)h(the)g(master)r(')n(s)g(tree.)987
+1183 y(Although)f(the)i(width)f(of)h(the)g(search)i(window)d(is)h
+(application-)987 1229 y(dependent,)8 b(one)g(normally)f(wants)g(to)h
+(center)g(the)f(window)g(around)987 1274 y(this)g(hypothesized)g(root)g
+(value,)i(plus)e(or)h(minus)g(a)g(factor)g(to)g(re\257ect)987
+1320 y(the)i(uncertainty)f(in)h(it.)1037 1366 y(There)h(are)g(three)f
+(types)g(of)g(update)f(messages)k(that)c(a)i(slave)f(re-)987
+1411 y(ceives)f(from)g(the)f(master:)13 b(a)c(new)g(piece)g(of)f(work)g
+(has)h(been)g(added)987 1457 y(to)h(the)h(slave)g(processor)r(')n(s)g
+(APHID)f(table,)i(the)e(location)g(of)h(a)g(leaf)987
+1503 y(node)c(within)f(the)h(master)r(')n(s)g(tree)h(has)g(changed)g
+(\(changing)e(the)h(sec-)987 1548 y(ondary)14 b(work)g(scheduling)f
+(criterion\),)i(and)g(a)g(noti\256cation)e(of)h(a)987
+1594 y(\252bad)e(bound\272)f(on)g(a)h(node.)18 b(The)12
+b(bad)g(bound)f(message)i(alerts)f(the)987 1640 y(slave)e(that)f(a)h
+(position')n(s)e(search)i(information)e(is)i(not)e(suf)o(\256cient)i
+(to)987 1685 y(save)j(the)f(node)g(from)f(being)h(uncertain.)19
+b(In)12 b(this)f(case,)j(the)e(slave)987 1731 y(must)d(re-search)i(the)
+e(node)g(with)g(the)g Fo(\013\014)j Fn(search)e(window)e(sent)i(by)987
+1777 y(the)g(master)h(to)f(the)g(ply)f(requested.)1037
+1822 y(As)16 b(a)h(performance)g(improvement,)g(we)g(want)f(to)f(force)
+i(the)987 1868 y(slave)12 b(to)e(always)i(work)e(on)h(nodes)g(for)g
+(the)g(current)g(search)h(depth)987 1914 y(of)e(the)h(master)n(.)k
+(When)c(all)g(the)f(slave')n(s)h(work)f(has)h(been)g(searched)987
+1959 y(to)e(the)h(required)f(depth,)g(rather)h(than)g(becoming)f(idle,)
+h(it)f(starts)g(re-)987 2005 y(searching)h(its)g(nodes)g(an)h
+(additional)d(ply)i(deeper)n(,)i(in)d(anticipation)987
+2051 y(of)h(the)g(next)g(iteration)e(\(depth)i Fo(d)e
+Fe(+)i(1)p Fn(\).)j(When)e(this)e(is)h(happening,)987
+2096 y(the)k(slave)g(routinely)e(checks)j(the)f(communication)g
+(channel)g(for)987 2142 y(messages)e(from)d(the)h(master)n(.)k(If)c
+(the)f(slave)h(receives)h(a)g(new)f(piece)987 2188 y(of)f(work)f(to)g
+(do)h(at)g Fo(d)d Fk(\000)g Fo(d)1344 2173 y Fl(0)1364
+2188 y Fn(ply)i(or)h(less,)h(the)f(search)h(is)f(immediately)987
+2233 y(aborted)h(and)h(control)e(is)i(returned)f(to)g(the)g(slave')n(s)
+h(scheduling)f(al-)987 2279 y(gorithm.)987 2357 y Fh(2.4.)i
+(Implementation)1037 2434 y Fn(The)c(APHID)f(algorithm)e(has)j(been)g
+(written)e(as)i(an)f(application-)987 2480 y(independent)k(library)g
+(of)h(C)h(routines.)19 b(The)13 b(library)e(was)i(written)987
+2526 y(to)g(provide)f(minimal)h(intervention)e(into)h(a)i(working)e
+(version)h(of)987 2571 y(sequential)f Fo(\013\014)j Fn(or)d(its)g
+(common)h(variants.)20 b(Since)13 b(the)f(library)g(is)987
+2617 y(application-independent,)f(a)j(potential)e(user)h(must)g(write)f
+(a)i(few)987 2662 y(application-dependent)c(routines)h(\(such)h(as)g
+(move)g(format,)h(how)p eop
+%%Page: 4 4
+4 3 bop -132 0 a
+ 16813814 11840716 3289088 3289088 50651955 36443095 startTexFig
+ -132 0 a
+%%BeginDocument: graph2.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 1275 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(2) Rshow
+840 2198 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(4) Rshow
+840 3122 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(6) Rshow
+840 4045 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(8) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(10) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+140 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Speedup) Cshow
+grestore
+3904 71 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Linear) Rshow
+6570 4766 M
+252 0 V
+1146 813 M
+307 462 V
+306 461 V
+307 462 V
+306 462 V
+307 462 V
+306 462 V
+307 461 V
+306 462 V
+307 462 V
+LT1
+6486 4626 M
+(d=7) Rshow
+6570 4626 M
+252 0 V
+2066 610 M
+1226 55 V
+5743 605 L
+6654 4626 D
+2066 610 D
+3292 665 D
+5743 605 D
+LT2
+6486 4486 M
+(d=8) Rshow
+6570 4486 M
+252 0 V
+2066 785 M
+3292 993 L
+5743 868 L
+6654 4486 A
+2066 785 A
+3292 993 A
+5743 868 A
+LT3
+6486 4346 M
+(d=9) Rshow
+6570 4346 M
+252 0 V
+2066 1048 M
+1226 554 V
+2451 0 V
+6654 4346 B
+2066 1048 B
+3292 1602 B
+5743 1602 B
+LT4
+6486 4206 M
+(d=10) Rshow
+6570 4206 M
+252 0 V
+2066 1159 M
+1226 804 V
+2451 600 V
+6654 4206 C
+2066 1159 C
+3292 1963 C
+5743 2563 C
+LT5
+6486 4066 M
+(d=11) Rshow
+6570 4066 M
+252 0 V
+2066 1298 M
+1226 909 V
+5743 3681 L
+6654 4066 T
+2066 1298 T
+3292 2207 T
+5743 3681 T
+LT6
+6486 3926 M
+(d=12) Rshow
+6570 3926 M
+252 0 V
+2066 1307 M
+3292 2420 L
+5743 4235 L
+6654 3926 S
+2066 1307 S
+3292 2420 S
+5743 4235 S
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 35 816 a Fg(Figure)13 b(2.)e(APHID)g(Speedups)i(in)e(K)o(e)o(y)o(ano)
+-91 955 y Fn(to)g(make/unmake)h(moves,)h(position)d(format,)i(setting)e
+(a)i(window)-91 1001 y(for)h(a)h(slave')n(s)g(search,)i
+Fp(etc)p Fn(.\).)25 b(APHID')n(s)13 b(message)i(passing)f(was)-91
+1046 y(written)7 b(using)g(PVM)h([8)o(])g(to)g(allow)f(for)h(the)g
+(maximum)g(portability)-91 1092 y(among)i(available)g(hardware.)-41
+1140 y(T)m(o)j(parallelize)h(a)g(sequential)f Fo(\013\014)j
+Fn(program,)e(the)f(user)h(modi-)-91 1186 y(\256es)d(their)f
+(sequential)g(search)h(routine)f(to)g(add)g(approximately)g(20)-91
+1231 y(lines)e(of)h(code.)14 b(This)9 b(search)h(routine)e(functions)g
+(as)h(the)g(search)h(al-)-91 1277 y(gorithm)g(for)g(both)g(the)h
+(master)h(and)g(the)f(slave)g(processes.)18 b(There)-91
+1323 y(are)10 b(a)f(few)h(additional)d(procedure)i(calls)h(that)e(have)
+i(to)e(be)i(added)f(to)-91 1368 y(the)h(iterative)g(deepening)h
+(routine)e(that)h(calls)h(the)f(search)i(routine.)-91
+1414 y(A)d(complete)h(explanation)e(of)h(the)g(current)h(APHID)f
+(interface)h(can)-91 1460 y(be)g(found)g(elsewhere)h([2].)-91
+1563 y Fq(3.)i(Experiments)-41 1653 y Fn(The)e(APHID)g
+(game-independent)f(library)g(was)h(inserted)g(into)-91
+1699 y(the)d(Othello)f(program,)i(Keyano,)g(which)f(has)h(frequently)e
+(\256nished)-91 1744 y(in)f(the)h(top)f(\256ve)i(in)e(international)f
+(computer)i(Othello)f(tournaments)-91 1790 y(over)k(the)g(last)g(three)
+g(years.)-41 1838 y(T)m(o)e(test)g(the)g(algorithm,)g(Keyano)g(was)h
+(programmed)g(to)e(search)-91 1884 y(with)13 b(its)g(midgame)i(search)g
+(algorithm)e(to)g(a)i(depth)e(of)h Fo(d)24 b Fe(=)h(12)-91
+1929 y Fn(ply)m(,)14 b(with)e(the)h(master)h(controlling)d(the)i(top)f
+Fo(d)607 1914 y Fl(0)640 1929 y Fe(=)22 b(4)13 b Fn(ply)f(of)h(the)-91
+1975 y(tree.)25 b(The)14 b(search)h(depth)e(is)g(typical)g(of)h(what)f
+(the)h(parallel)f(pro-)-91 2021 y(gram)c(could)g(achieve)h(within)d
+(the)i(tight)e(time)i(constraints)f(of)h(Oth-)-91 2066
+y(ello)i(competitions)f(\(typically)g(30)h(minutes)g(per)h(game\).)19
+b(Deeper)-91 2112 y(searches)d(will)d(yield)h(better)g(speedups,)j(but)
+c(are)j(not)d(indicative)-91 2158 y(of)e(what)h(can)g(be)g(achieved)h
+(in)e(real)h(time.)19 b(The)12 b(74)f(positions)f(ex-)-91
+2203 y(amined)j(were)g(the)f(positions)f(from)h(move)h(2)f(to)g(move)h
+(38)f(in)f(the)-91 2249 y(two)f(games)j(of)e(the)g(1994)f(W)m(orld)g
+(Championship)g(\256nal)h(between)-91 2295 y(David)f(Shaman)h(and)f
+(Emmanuel)h(Caspard.)-41 2343 y(Parallel)j(tests)h(were)g(run)g(on)f
+(4,)i(8)f(and)f(16)h(workstations)e(on)-91 2389 y(a)i(network)e(of)i
+(SparcStation)e(IPC)h(computers)h(with)e(12)h(MB)h(of)-91
+2434 y(RAM,)7 b(running)f(the)i(SunOS)f(4.1.4)h(operating)e(system.)14
+b(The)8 b(com-)-91 2480 y(puters)g(are)i(linked)e(with)g(1)h(segment)h
+(of)f(10)f(base)i(2)f(\(thin)f(net\))h(Eth-)-91 2526
+y(ernet.)16 b(One)11 b(workstation)e(in)h(each)i(experiment)f(was)h
+(completely)-91 2571 y(occupied)7 b(by)f(the)h(master)g(process,)i
+(while)d(the)h(other)f(workstations)-91 2617 y(each)16
+b(ran)f(a)g(slave)g(process.)28 b(Figure)15 b(2)f(illustrates)g(the)g
+(average)-91 2662 y(speedups)d(for)f(7)h(to)f(12)h(ply)f(searches.)18
+b(The)11 b(graph)g(shows)f(that)h(as)947 0 y
+ 16813814 11840716 3289088 3289088 50651955 36443095 startTexFig
+ 947 0 a
+%%BeginDocument: graph1.ps
+/gnudict 40 dict def
+gnudict begin
+/Color false def
+/Solid false def
+/gnulinewidth 5.000 def
+/vshift -46 def
+/dl {10 mul} def
+/hpt 31.5 def
+/vpt 31.5 def
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow { currentpoint stroke M
+  0 vshift R show } def
+/Rshow { currentpoint stroke M
+  dup stringwidth pop neg vshift R show } def
+/Cshow { currentpoint stroke M
+  dup stringwidth pop -2 div vshift R show } def
+/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
+ {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
+/BL { stroke gnulinewidth 2 mul setlinewidth } def
+/AL { stroke gnulinewidth 2 div setlinewidth } def
+/PL { stroke gnulinewidth setlinewidth } def
+/LTb { BL [] 0 0 0 DL } def
+/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
+/LT0 { PL [] 0 1 0 DL } def
+/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
+/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
+/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
+/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
+/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
+/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
+/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
+/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
+/P { stroke [] 0 setdash
+  currentlinewidth 2 div sub M
+  0 currentlinewidth V stroke } def
+/D { stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  P } def
+/A { stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+  } def
+/B { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  P } def
+/C { stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke } def
+/T { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  P  } def
+/S { 2 copy A C} def
+end
+gnudict begin
+gsave
+50 50 translate
+0.100 0.100 scale
+0 setgray
+/Helvetica findfont 140 scalefont setfont
+newpath
+LTa
+840 351 M
+6129 0 V
+840 351 M
+0 4618 V
+LTb
+840 351 M
+63 0 V
+6066 0 R
+-63 0 V
+756 351 M
+(0) Rshow
+840 1121 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(20) Rshow
+840 1890 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(40) Rshow
+840 2660 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(60) Rshow
+840 3430 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(80) Rshow
+840 4199 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(100) Rshow
+840 4969 M
+63 0 V
+6066 0 R
+-63 0 V
+-6150 0 R
+(120) Rshow
+840 351 M
+0 63 V
+0 4555 R
+0 -63 V
+840 211 M
+(0) Cshow
+2372 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(5) Cshow
+3905 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(10) Cshow
+5437 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(15) Cshow
+6969 351 M
+0 63 V
+0 4555 R
+0 -63 V
+0 -4695 R
+(20) Cshow
+840 351 M
+6129 0 V
+0 4618 V
+-6129 0 V
+840 351 L
+140 2660 M
+currentpoint gsave translate 90 rotate 0 0 M
+(Percent Overhead) Cshow
+grestore
+3904 71 M
+(Number of Processors) Cshow
+LT0
+6486 4766 M
+(Search Overhead) Rshow
+6570 4766 M
+252 0 V
+2066 1556 M
+1226 46 V
+2451 23 V
+6654 4766 D
+2066 1556 D
+3292 1602 D
+5743 1625 D
+LT1
+6486 4626 M
+(Speculative Search) Rshow
+6570 4626 M
+252 0 V
+2066 659 M
+3292 978 L
+2451 674 V
+6654 4626 A
+2066 659 A
+3292 978 A
+5743 1652 A
+LT2
+6486 4486 M
+(Parallelization Overhead) Rshow
+6570 4486 M
+252 0 V
+2066 563 M
+1226 73 V
+5743 778 L
+6654 4486 B
+2066 563 B
+3292 636 B
+5743 778 B
+LT3
+6486 4346 M
+(Master Overhead) Rshow
+6570 4346 M
+252 0 V
+2066 2210 M
+3292 1209 L
+5743 809 L
+6654 4346 C
+2066 2210 C
+3292 1209 C
+5743 809 C
+LT4
+6486 4206 M
+(Total Overhead) Rshow
+6570 4206 M
+252 0 V
+2066 3938 M
+3292 3376 L
+2451 446 V
+6654 4206 T
+2066 3938 T
+3292 3376 T
+5743 3822 T
+stroke
+grestore
+end
+showpage
+%%EndDocument
+
+ endTexFig
+ 1214 816 a Fg(Figure)h(3.)g(12)f(Pl)o(y)h(Overheads)987
+956 y Fn(the)e(depth)g(of)g(the)g(search)h(increases,)h(so)e(does)h
+(the)f(speedup.)1037 1005 y(The)f(overheads)g(in)f(the)h(algorithm)e
+(are)i(illustrated)e(in)h(Figure)h(3)987 1051 y(as)k(percentages)f(of)g
+(the)g(sequential)f(time)h(required)f(to)h(search)h(all)987
+1097 y(74)g(positions.)21 b(The)14 b Fp(total)d(over)o(head)j
+Fn(represents)g(the)f(additional)987 1142 y(computing)6
+b(time)h(required)f(by)h(the)g(parallel)f(algorithm)g(to)h(achieve)987
+1188 y(the)j(same)i(result:)990 1303 y Fe(total)d(o)o(v)o(erhead)j(=)
+1305 1275 y(\(parallel)d(time)17 b Fk(\003)h Fe(n\))9
+b Fk(\000)h Fe(sequen)o(tial)f(time)p 1305 1293 658 2
+v 1499 1331 a(sequen)o(tial)h(time)987 1420 y Fn(where)h
+Fo(n)g Fn(is)g(the)g(number)f(of)h(processors.)16 b(The)c(total)d
+(overhead)j(is)987 1466 y(also)h(a)h(sum)f(of)g(the)g(four)f
+(overheads:)19 b(master)14 b(overhead,)g(paral-)987 1511
+y(lelization)6 b(overhead,)j(speculative)e(search)i(and)e(search)i
+(overhead.)1037 1560 y(The)f Fp(master)h(over)o(head)f
+Fn(is)g(the)g(approximate)g(penalty)f(incurred)987 1606
+y(by)k(having)g(a)h(single)f(processor)h(being)f(allocated)h
+(completely)f(to)987 1651 y(the)g(handling)f(of)h(the)g(master)n(.)18
+b(This)12 b(is)f(not)g(simply)1771 1635 y Fm(1)p 1769
+1642 21 2 v 1769 1666 a Fd(n)1795 1651 y Fn(,)h(but)e(is)i(the)987
+1697 y(time)e(taken)g(away)g(by)g(the)f(master:)14 b(the)c(parallel)f
+(time)h(divided)f(by)987 1743 y(the)h(sequential)g(time.)1037
+1792 y(The)j Fp(parallelization)d(over)o(head)k Fn(is)e(the)h(penalty)f
+(incurred)h(by)987 1837 y(the)c(APHID)g(library)f(on)g(the)h(speed)h
+(of)e(the)h(slaves.)14 b(Keyano)c(visits)987 1883 y(approximately)e
+(8700)h(nodes)g(per)h(second)f(on)g(a)h(single)f(SparcSta-)987
+1929 y(tion)g(IPC.)h(Using)f(the)h(APHID)g(library)m(,)g(the)g(slaves)h
+(were)g(visiting)987 1974 y(7600)c(nodes)g(per)g(second.)14
+b(The)8 b(dif)o(ference)g(between)g(this)f(rate)g(and)987
+2020 y(the)j(sequential)g(program')n(s)f(node)h(rate)h(is)f(derived)g
+(partially)f(from)987 2066 y(the)14 b(overhead)g(of)g(using)f(PVM,)i
+(and)f(partially)e(from)i(the)g(work-)987 2111 y(scheduling)c
+(algorithm)f(on)h(each)i(slave.)k(In)10 b(the)h(authors')f(experi-)987
+2157 y(ence,)15 b(this)d(parallelization)g(overhead)i(is)e(similar)h
+(to)f(implemen-)987 2203 y(tations)i(of)h(YBW)g(on)g(equivalent)f
+(hardware)h(\(the)g(results)g(have)987 2248 y(not)9 b(been)h(presented)
+g(here)g(because)h(Keyano)f(has)g(been)g(rewritten)987
+2294 y(since)h(the)f(original)e(experiment)i(with)g(YBW)g(in)f(1994\).)
+1037 2343 y(The)16 b Fp(sear)n(ch)h(over)o(head)g Fn(starts)f(at)g
+(30\045)f(and)g(increases)j(very)987 2389 y(gradually)11
+b(as)h(we)h(increase)g(from)f(4)g(to)f(16)h(processors.)19
+b(Most)12 b(of)987 2434 y(the)c(search)i(overhead)e(is)g(incurred)g(by)
+g(attempting)f(to)h(do)g(searches)987 2480 y(before)16
+b(the)f(correct)h(search)h(window)d(is)h(available.)30
+b(Thus,)18 b(the)987 2526 y(slaves)12 b(use)g Fo(\013\014)j
+Fn(search)e(windows)d(that)i(are)g(lar)o(ger)g(than)f(those)h(in)987
+2571 y(the)g(sequential)f(program.)19 b(Part)12 b(of)g(the)g(search)h
+(overhead)g(is)e(due)987 2617 y(to)f(information)f(de\256ciency)m(,)j
+(since)f(there)g(is)g(no)f(common)h(shared)987 2662 y(data)f(between)h
+(the)f(slave)h(processes.)p eop
+%%Page: 5 5
+5 4 bop -41 42 a Fn(Since)13 b(we)g(only)f(search)h(each)h(position)d
+(to)h(12)g(ply)m(,)i(the)e(asyn-)-91 87 y(chronous)c(nature)g(of)h(the)
+f(slaves)h(will)f(result)f(in)i(some)g(work)f(being)-91
+133 y(done)k(at)g(13)g(ply)g(\(or)g(more\).)20 b(The)13
+b Fp(speculative)f(sear)n(ch)i Fn(line)d(rep-)-91 178
+y(resents)f(the)f(amount)g(of)g(additional)e(search)k(beyond)d(what)i
+(the)f(se-)-91 224 y(quential)d(algorithm)f(would)h(have)h(done.)13
+b(However)n(,)8 b(in)f(our)f(exper)o(-)-91 270 y(iments,)11
+b(the)h(speculative)f(search)h(results)f(were)h(not)e(used)i(so)f(that)
+-91 315 y(the)e(parallel)f(program)h(produces)g(the)g(identical)f
+(results)h(as)h(the)f(se-)-91 361 y(quential)i(version,)i(verifying)f
+(APHID')n(s)g(correctness.)22 b(In)13 b(a)g(real)-91
+407 y(tournament)f(game,)i(this)e(speculative)g(search)i(could)e(be)h
+(used)g(to)-91 452 y(look)e(an)i(extra)g(move)g(ahead)g(on)g(some)g
+(key)g(variations,)f(since)h(it)-91 498 y(is)e(highly)e(likely)h(that)h
+(the)g(moves)g(extended)g(a)h(ply)e(ahead)i(would)-91
+544 y(be)g(in)f(the)g(left-most)g(branches)h(of)f(the)h(tree.)18
+b(Note)11 b(that)g(other)g(al-)-91 589 y(gorithms,)e(such)h(as)h(Y)l
+(oung)e(Brothers)g(W)m(ait,)h(have)g(processors)h(go)-91
+635 y(idle)d(when)h(there)g(is)f(no)h(work)f(left)g(to)g(do)h(on)f(the)
+h(current)f(iteration.)-41 683 y(W)m(eill)15 b(tested)h(YBW)g(and)g
+(ABDADA)g(on)g(a)h(CM-5)e(using)h(a)-91 728 y(dif)o(ferent)f(Othello)f
+(program)h([9)o(].)30 b(YBW)15 b(achieved)i(a)f(9.5-fold)-91
+774 y(speedup)d(and)g(ABDADA)g(achieved)g(a)h(1)n(1-fold)e(speedup)h
+(on)g(16)-91 820 y(processors.)26 b(Although)12 b(the)h(APHID)h
+(results)g(are)h(not)e(as)i(good,)-91 865 y(they)i(were)i(achieved)f
+(without)e(a)i(shared)h(transposition)c(table.)-91 911
+y(Both)c(ABDADA)g(and)h(YBW)g(will)f(get)g(poor)g(performance)i(on)f(a)
+-91 957 y(network)6 b(of)h(workstations,)f(since)i(the)f(shared)h
+(transposition)t(table)-91 1002 y(is)i(critical)g(to)f(the)h
+(performance)h(of)f(the)g(algorithms.)-41 1050 y(Other)f(results)g(for)
+h(parallel)f(search)i(algorithms)d(on)i(a)g(network)-91
+1095 y(of)h(workstations)g(have)h(been)g(presented)h(for)e(the)h(game)h
+(of)e(chess)-91 1141 y([7)o(].)19 b(There)13 b(is)e(more)i(parallelism)
+e(available)h(in)f(the)h(wider)f(chess)-91 1187 y(trees,)e(which)e
+(results)h(in)f(better)h(speedups)g(in)f(comparison)h(to)f(Oth-)-91
+1232 y(ello)f([9].)13 b(Although,)6 b(a)i(distributed)d(transposition)t
+(table)i(was)h(used)-91 1278 y(to)k(improve)g(the)h(performance)g(of)g
+(the)f(parallel)g(chess)i(searches,)-91 1324 y(a)h(speedup)g(of)f(7)h
+(was)g(possible)f(on)g(16)h(processors.)27 b(These)16
+b(re-)-91 1369 y(sults)10 b(were)i(extrapolated)e(to)h(a)g(speedup)h
+(of)e(8)h(on)g(32)g(processors.)-91 1415 y(The)i(bene\256cial)h(ef)o
+(fects)f(of)g(the)g(distributed)d(transposition)g(table)-91
+1461 y(are)h(derived)f(primarily)f(in)h(the)g(top)g(plies)g(of)g(the)g
+(search)i(tree,)f(and)-91 1506 y(these)h(bene\256ts)g(are)h(duplicated)
+e(in)h(APHID)f(by)h(maintaining)e(the)-91 1552 y(top)f
+Fo(d)-6 1537 y Fl(0)16 1552 y Fn(ply)g(exclusively)h(on)g(the)g(master)
+h(processor)n(.)-41 1600 y(The)d(APHID)h(algorithm)d(can)j(support)e(a)
+i(shared)g(transposition)-91 1645 y(table,)17 b(but)e(the)g(algorithm)f
+(does)i(not)f(depend)g(on)h(its)f(presence.)-91 1691
+y(Thus,)i(the)e(algorithm)f(gets)i(good)e(performance)i(on)f(a)h
+(loosely-)-91 1737 y(coupled)8 b(network)g(of)g(workstations)f(and)h
+(will)f(perform)i(even)g(bet-)-91 1782 y(ter)h(on)g(tightly-coupl)o(ed)
+e(processors.)-91 1883 y Fq(4.)13 b(Conclusions)e(and)h(Futur)o(e)g(W)m
+(ork)-41 1972 y Fn(The)k(APHID)f(algorithm)e(yields)i(good)f(speedups)i
+(on)f(a)h(net-)-91 2018 y(work)7 b(of)g(workstations)e(without)g(the)i
+(necessity)h(of)f(a)h(shared)g(trans-)-91 2063 y(position)h(table.)16
+b(Although)10 b(the)h(authors)f(are)i(pleased)g(with)e(these)-91
+2109 y(preliminary)f(results,)h(a)h(lot)e(of)h(work)g(is)g(left)f(to)h
+(be)h(done.)-41 2156 y(The)20 b(load)e(balancing)h(of)g(the)g(APHID)h
+(algorithm)d(has)j(not)-91 2202 y(been)10 b(addressed)g(in)e(this)h
+(paper)n(.)14 b(More)9 b(intelligent)e(schemes)k(than)-91
+2248 y(round-robin)e(allocation)i(of)h(work)f(are)i(currently)e(being)h
+(investi-)-91 2293 y(gated.)-41 2341 y(Our)7 b(current)f
+(implementation)g(of)h(APHID)g(uses)h(a)g(\256xed-depth)-91
+2387 y(horizon)i(for)g(the)h(master)r(')n(s)g(tree.)17
+b(All)11 b(positions)e(are)j(not)e(equal)h(in)-91 2432
+y(the)i(amount)g(of)g(search)i(ef)o(fort)d(they)h(require.)23
+b(APHID)14 b(is)f(being)-91 2478 y(generalized)i(to)e(support)g(a)i
+(dynamically)f(changing)g(horizon)f(in)-91 2524 y(the)d(master)n(.)-41
+2571 y(The)17 b(results)g(reported)g(here)g(are)h(based)g(on)f(a)h
+(simple)e(mas-)-91 2617 y(ter/slave)j(relationship.)39
+b(As)20 b(the)f(number)g(of)g(processors)h(in-)-91 2663
+y(creases,)29 b(the)23 b(master)g(increasingly)g(becomes)h(a)g
+(bottleneck.)987 42 y(APHID)11 b(has)g(been)g(generalized)h(to)e(work)g
+(in)h(a)g(hierarchical)g(pro-)987 87 y(cess)i(tree.)19
+b(Mid-level)11 b(processes)i(would)e(behave)h(as)h(a)f(slave)g(to-)987
+133 y(ward)f(their)f(master)n(,)i(and)f(as)h(a)f(master)h(toward)e
+(their)g(slaves.)17 b(The)987 178 y(scalability)6 b(of)i(the)g
+(algorithm)e(has)i(yet)g(to)f(be)h(demonstrated)g(on)f(ar)o(-)987
+224 y(chitectures)i(of)g(more)h(than)e(16)h(processors,)h(due)g(to)e
+(resource)i(lim-)987 270 y(itations.)1037 315 y(Perhaps)g(the)g
+(biggest)e(contribution)f(of)i(APHID)h(is)g(that)f(it)f(eas-)987
+361 y(ily)13 b(\256ts)h(into)f(an)h(existing)f(sequential)h
+Fo(\013\014)i Fn(program.)26 b(As)14 b(a)h(val-)987 407
+y(idation)h(of)i(this,)h(APHID)f(has)h(been)f(integrated)f(into)g(a)h
+(chess)987 452 y(and)e(checkers)h(program)f(with)f(one)i(afternoon)e
+(of)h(ef)o(fort.)31 b(The)987 498 y(application-dependent)11
+b(code)j(is)f(roughly)f(150)h(lines,)h(and)f(took)987
+544 y(less)f(than)f(an)h(hour)f(to)g(write.)17 b(Although)10
+b(all)h(of)g(the)h(programs)f(in)987 589 y(the)i(original)e(testing)h
+(were)i(designed)f(at)h(the)f(University)e(of)i(Al-)987
+635 y(berta,)f(the)g(second)f(stage)h(of)f(the)h(experiment)f(will)f
+(be)i(to)f(release)987 681 y(the)18 b(code)g(to)g(interested)f(members)
+i(of)f(the)g(high-performance)987 726 y(games)11 b(community)f(outside)
+f(of)h(the)g(University)f(of)h(Alberta.)987 822 y Fq(5.)j
+(Acknowledgements)1037 905 y Fn(The)i(authors)f(would)g(like)g(to)h
+(thank)f(the)g(other)h(members)h(of)987 951 y(the)10
+b(GAMES)h(group)e(at)h(the)g(University)f(of)h(Alberta)g(for)f(their)h
+(as-)987 996 y(sistance)h(and)g(constructive)f(criticisms:)k(Yngvi)c
+(Bjornsson,)g(An-)987 1042 y(dreas)15 b(Junghanns,)h(Y)l(aoqing)e(Gao,)
+i(T)m(ony)f(Marsland)f(and)h(Aske)987 1088 y(Plaat.)h(The)c(authors)e
+(would)g(also)h(like)f(to)h(thank)f(the)h(anonymous)987
+1133 y(referees)k(whose)g(comments)f(were)h(valuable)f(in)f(improving)g
+(the)987 1179 y(presentation)8 b(of)h(the)g(original)f(paper)n(.)14
+b(This)9 b(work)g(was)h(supported)987 1225 y(by)g(the)h(Natural)f
+(Sciences)i(and)f(Engineering)f(Research)i(Council)987
+1270 y(of)e(Canada.)987 1366 y Fq(Refer)o(ences)992 1449
+y Fc([1])21 b(M.)16 b(G.)g(Brockington.)44 b(A)16 b(T)m(axonomy)e(of)h
+(Parallel)h(Game-Tree)1056 1494 y(Search)8 b(Algorithms.)14
+b Fb(ICCA)c(Journal)p Fc(,)d(1996.)13 b(In)c(press.)992
+1538 y([2])21 b(M.)10 b(G.)f(Brockington)g(and)f(J.)h(Schaef)o(fer)n(.)
+k(The)8 b(APHID)i(Parallel)f Fa(\013\014)1056 1584 y
+Fc(Search)j(Algorithm.)33 b(T)m(echnical)12 b(Report)g(96-07,)i
+(Department)e(of)1056 1629 y(Computing)d(Science,)e(University)j(of)f
+(Alberta,)h(July)e(1996.)992 1673 y([3])21 b(R.)12 b(Feldmann.)26
+b Fb(Spielbaumsuche)9 b(mit)k(massiv)d(parallelen)h(Syste-)1056
+1719 y(men)p Fc(.)24 b(PhD)11 b(thesis,)g(Universit)r(\310)-14
+b(at-Gesamthochschule)8 b(Paderborn,)1056 1764 y(Paderborn,)g(Germany)n
+(,)h(May)f(1993.)992 1808 y([4])21 b(B.)7 b(C.)f(Kuszmaul.)h
+Fb(Synchr)o(onize)o(d)t(MIMD)g(Computing)p Fc(.)g(PhD)f(thesis,)1056
+1854 y(M.I.T)m(.,)11 b(Cambridge,)e(MA,)h(1994.)992 1897
+y([5])21 b(T)m(.)c(A.)g(Marsland)e(and)h(M.)h(S.)f(Campbell.)49
+b(Parallel)16 b(Search)f(of)1056 1943 y(Strongly)f(Ordered)g(Game)g
+(Trees.)39 b Fb(ACM)14 b(Computing)g(Surveys)p Fc(,)1056
+1989 y(14\(4\):533\261551,)8 b(1982.)992 2032 y([6])21
+b(T)m(.)11 b(A.)g(Marsland,)f(M.)h(Olafsson,)f(and)g(J.)g(Schaef)o(fer)
+n(.)19 b(Multiproces-)1056 2078 y(sor)9 b(Tree-Search)e(Experiments.)12
+b(In)e(D.)f(Beal,)g(editor)o(,)g Fb(Advances)d(in)1056
+2124 y(Computer)g(Chess)f(4)p Fc(,)j(pp.)e(37\26151.)g(Permagon)g
+(Press,)g(Oxford,)i(1985.)992 2167 y([7])21 b(J.)8 b(Schaef)o(fer)n(.)i
+(Distributed)d(game-tree)g(searching.)i Fb(Journal)d(of)i(Par)o(-)1056
+2213 y(allel)i(and)e(Distributed)h(Computing)p Fc(,)g(6\(2\):90\2611)o
+(14,)f(1989.)992 2257 y([8])21 b(V)-5 b(.)23 b(Sunderam.)76
+b(PVM:)22 b(A)h(Framework)e(for)i(Parallel)f(Dis-)1056
+2302 y(tributed)10 b(Computing.)j Fb(Concurr)o(ency)o(:)d(Practice)e
+(and)h(Experience)p Fc(,)1056 2348 y(2\(4\):315\261339,)f(Dec.)h(1990.)
+992 2392 y([9])21 b(J.-C.)13 b(W)m(eill.)32 b Fb(Pr)o(ogrammes)9
+b(d')r(\302)-14 b(echecs)11 b(de)h(championnat:)17 b(ar)o(chi-)1056
+2437 y(tectur)o(e)e(logicielle)h(synth)r(\301)-14 b(ese)14
+b(de)h(fonctions)g(d')r(\302)-14 b(evaluations,)17 b(par)o(-)1056
+2483 y(all)r(\302)-14 b(elisme)9 b(de)g(r)o(echer)o(c)o(he)p
+Fc(.)h(PhD)f(thesis,)g(Universit)r(\302)-14 b(e)9 b(Paris)g(8,)g(1995.)
+p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/programs/ComputerEloList b/programs/ComputerEloList
new file mode 100644 (file)
index 0000000..4c7726d
--- /dev/null
@@ -0,0 +1,197 @@
+Computerrangliste nach Werner Stowasser
+(Stand: Dezember 1992)
+
+Ausgewertet wurden:
+38.710 Partien "Computer gegen Computer"
+ 6.044 Partien "Mensch gegen Computer"
+
+Erklaerung der Abkuerzungen:
+GR = Grossrechner
+PC = PC-Programm
+
+Nr.    Schachcomputer                                             Elo
+----------------------------------------------------------------------
+1.     Deep Thought II (GR)                                      2.520
+2.     Deep Thought I (GR)                                       2.470
+3.     Cray Blitz (GR)                                           2.435
+4.     Hitech (GR)                                               2.400
+5.     Mephisto Vancouver 68030                                  2.322
+6.     Mephisto RISC 1 MB ARM2                                   2.319
+7.     Mephisto Lyon 68030                                       2.310
+8.     Saitek Kasparow RISC 2500 512 KB ARM2                     2.309
+9.     Gideon ChessMachine 512 KB ARM2 (PC)                      2.291
+10.    The King ChessMachine 512 KB ARM2 (PC)                    2.289
+11.    M Chess 1.66 AT 80486 (PC)                                2.285
+12.    Mephisto Portorose 68030                                  2.281
+13.    BeBe (GR)                                                 2.260
+14.    Fidelity Elite 68040                                      2.255
+15.    Mephisto Vancouver 68020                                  2.236
+16.    Fidelity Elite 68030                                      2.235
+17.    M Chess 1.41 AT 80486 (PC)                                2.228
+18.    M Chess 1.66 AT 80386 (PC)                                2.224
+19.    Fidelity Elite 68020                                      2.220
+20.    Mephisto Lyon 68020                                       2.210
+21.    Belle (GR)                                                2.200
+22.    Mephisto Portorose 68020                                  2.189
+23.    Fidelity Mach IV 68020                                    2.174
+24.    M Chess 1.41 AT 80386 (PC)                                2.164
+25.    Fidelity Elite Premiere 68000                             2.162
+       M Chess 1.66 AT 80286 (PC)                                2.162
+       Mephisto Vancouver 68000                                  2.162
+28.    Fritz AT 80486 (PC)                                       2.158
+29.    Mephisto Berlin 68000                                     2.155
+30.    Fidelity Designer Master 68020                            2.149
+31.    Mephisto Almeria 68020                                    2.145
+32.    Mephisto Lyon 68000                                       2.133
+33.    Fidelity Elite 68000 X 2                                  2.123
+34.    Chessmaster 3000 AT 80486 (PC)                            2.121
+35.    Fidelity Elite 68000                                      2.108
+36.    Mephisto Portorose 68000                                  2.090
+37.    M Chess 1.41 AT 80286 (PC)                                2.087
+38.    Fidelity Mach III 68000                                   2.079
+39.    Novag Diablo/Scorpio 68000                                2.077
+40.    Mephisto Roma 68020                                       2.072
+41.    Rexchess V. 2.3 AT 80386 (PC)                             2.068
+42.    Fidelity Designer Master 68000                            2.067
+       Peri Epsilon 68000                                        2.067
+44.    Mephisto Dallas 68020                                     2.066
+45.    Fritz AT 80386 (PC)                                       2.065
+46.    Zarkov V. 2.5 AT 80386 (PC)                               2.064
+47.    Mephisto Almeria 68000                                    2.062
+48.    Saitek Kasparow GK 2000 H8 - 10 MHz                       2.060
+49.    Chessmaster 3000 AT 80386 (PC)                            2.023
+50.    Mephisto Milano 6502 - 5 MHz                              2.020
+51.    Mephisto Roma 68000                                       2.020
+52.    Novag Super Expert/Forte C 6502 - 6 MHz                   2.018
+53.    Mephisto Polgar 6502 - 5 MHz                              2.015
+54.    Mephisto Dallas 68000                                     2.014
+55.    Mephisto MM V 6502 - 5 MHz                                2.011
+56.    Mephisto Roma II 68000                                    2.000
+57.    Fidelity Mach II 68000                                    1.993
+58.    Mephisto Academy 6502 - 5 MHz                             1.976
+59.    Mephisto Amsterdam 68000                                  1.974
+60.    Saitek Leonardo M D 6502 - 10 MHz                         1.972
+61.    Fidelity Travel Master H8 - 10 MHz                        1.968
+62.    Novag Super Expert/Forte B 6502 - 6 MHz                   1.966
+63.    Fritz AT 80286 (PC)                                       1.959
+64.    Fidelity Prestige Avantgarde 6502 - 8 MHz + GME           1.955
+65.    Mephisto Mega IV 6502 - 5 MHz                             1.954
+66.    Mephisto MM IV 6502 - 5 MHz                               1.940
+67.    Fidelity Excel 68000                                      1.927
+68.    Psion Chess Atari 68000 (PC)                              1.925
+69.    Fidelity Designer 2100 6502 - 6 MHz                       1.922
+70.    Saitek Turboking 6502 - 5 MHz                             1.919
+71.    Saitek Travel Champion H8 - 8 MHz                         1.912
+72.    Chessmaster 3000 AT 80286 (PC)                            1.910
+73.    Fidelity Elite Avantgarde 6502 - 5 MHz                    1.905
+74.    Saitek Leonardo M C 6502 - 8 MHz                          1.902
+75.    CXG Sphinx Galaxy/Dominator 6502 - 4 MHz                  1.900
+76.    Novag Super Expert/Forte A 6502 - 5 MHz                   1.898
+77.    Fidelity Par Excellence 6502 - 5 MHz                      1.895
+       Fidelity Phantom 6502 - 5 MHz                             1.895
+79.    Peri Delta 6502 - 5 MHz                                   1.891
+80.    Conchess Plymate Victoria 6502 - 5,5 MHz                  1.885
+81.    Novag Expert/Forte B 6502 - 5 MHz                         1.880
+82.    Novag Expert/Forte A 6502 - 5 MHz                         1.872
+83.    Mephisto College 6502 - 5 MHz                             1.868
+84.    Fidelity Kishon Chesster 6502 - 3,6 MHz                   1.863
+85.    Saitek Leonardo M B 6502 - 6 MHz                          1.862
+86.    Mephisto Monte Carlo/Supermondial 6502 - 4 MHz            1.860
+87.    Mephisto Rebell 6502 - 5 MHz                              1.851
+88.    Saitek Corona 6502 - 6 MHz                                1.850
+89.    Fidelity Excel Display 6502 - 3 MHz                       1.848
+90.    Saitek Leonardo M A 6502 - 6 MHz                          1.846
+91.    Fidelity Excellence 6502 - 4 MHz                          1.845
+92.    Novag Constellation Expert 6502 - 4 MHz                   1.844
+       Saitek Stratos 6502 - 6 MHz                               1.844
+94.    Saitek Advanced Trainer H8 - 7 MHz                        1.837
+95.    Conchess Plymate 6502 - 5,5 MHz                           1.835
+       Fidelity Elegance 6502 - 3,6 MHz                          1.835
+97.    Peri Gamma 6502 - 3 MHz                                   1.834
+98.    Saitek Simultano 6502 - 5 MHz                             1.832
+99.    Saitek Renaissance 6502 - 4 MHz                           1.816
+100.   Fidelity Excellence 6502 - 3 MHz                          1.810
+101.   Mephisto MM II 6502 - 3,7 MHz                             1.809
+102.   Conchess Plymate 6502 - 4 MHz                             1.806
+103.   Saitek Turbostar 432 6502 - 4 MHz                         1.803
+104.   Mephisto Modena 6502 - 4 MHz                              1.800
+       Novag Superconstellation 6502 - 4 MHz                     1.800
+106.   Fidelity Elite Glasgow 6502 - 4 MHz                       1.797
+107.   Novag Super Nova - Single Chip                            1.790
+108.   Mephisto Glasgow 68000                                    1.785
+109.   Chessplayer 2150 Atari/Amiga 68000 (PC)                   1.784
+110.   Fidelity Elite Budapest 6502 - 3,6 MHz                    1.772
+111.   Saitek Kasparov Blitz/Prisma - Single Chip                1.760
+112.   Chessmaster 2100 Amiga 68000 (PC)                         1.751
+113.   Fidelity Elite A/S 6502 - 3,2 MHz                         1.750
+114.   Novag Constellation Quattro 6502 - 4 MHz                  1.748
+115.   Fidelity Prestige 6502 - 4 MHz                            1.743
+116.   Novag Super Vip - Single Chip                             1.742
+117.   Mephisto B & P 6502 - 3,7 MHz                             1.740
+118.   Mephisto Europa 6502 - 3 MHz                              1.736
+119.   Conchess Glasgow 6502 - 4 MHz                             1.735
+120.   The Final Chesscard 6502 - 5 MHz (PC)                     1.733
+121.   Novag Constellation 6502 - 3,6 MHz                        1.732
+122.   Chess Champion 2175 Atari/Amiga 68000 (PC)                1.712
+123.   Fidelity Elite 6502 - 4 MHz                               1.710
+124.   Novag Constellation Primo - Single Chip                   1.703
+125.   Chessmaster 2000 Atari 68000 (PC)                         1.702
+126.   Check-Check AT 80386 (PC)                                 1.695
+127.   Fidelity Playmate-S 6502 - 3,2 MHz                        1.690
+128.   Conchess Glasgow 6502 - 2 MHz                             1.685
+129.   Novag Constellation 6502 - 2 MHz                          1.677
+130.   Mephisto Mondial 6502 - 2 MHz                             1.675
+131.   Fidelity Sensory 12 6502 - 3 MHz                          1.670
+132.   Novag Amigo - Single Chip                                 1.650
+133.   Fidelity Sensory Super 9 6502 - 2,5 MHz                   1.648
+134.   Mephisto Schachschule - Single Chip                       1.644
+135.   Saitek Cavalier - Single Chip                             1.642
+136.   Saitek Superstar 6502 - 2 MHz                             1.630
+137.   Mephisto Excalibur II 68000                               1.629
+138.   Fidelity Sensory 9 6502 - 2 MHz                           1.620
+139.   Mephisto Excalibur I  68000                               1.608
+140.   CXG Sphinx Professor - Single Chip                        1.595
+141.   CXG Super Enterprise - Single Chip                        1.585
+142.   Steinitz MGS III 6502 - 2,5 MHz                           1.584
+143.   Bogol 5.0 ASB 6502 - 3 MHz                                1.575
+144.   Mephisto Mirage 1806 - 8 MHz                              1.562
+145.   Morphy MGS III 6502 - 2,5 MHz                             1.542
+146.   Chess 2001 6502 - 4 MHz                                   1.540
+147.   Mephisto III S ESB 6000 1806 - 6,1 MHz                    1.534
+148.   Fidelity Champion 6502 - 2 MHz                            1.530
+149.   Saitek Turbo S 6502 - 3 MHz                               1.514
+150.   Sandy MGS II 6502 - 2 MHz                                 1.510
+151.   SciSys Mark V 1806 - 2,5 MHz                              1.495
+152.   Sargon ARB 2.0 / MGS II 1806 - 2 MHz                      1.480
+153.   Destini MM 6502 2 MHz                                     1.470
+154.   Mephisto III 1806 - 3,5 MHz                               1.464
+155.   Novag Savant Robot 6502 - 2 MHz                           1.462
+156.   Regence TSB 4 6502 - 2,5 MHz                              1.460
+157.   Novag Solo - Single Chip                                  1.443
+158.   CXG Enterprise - Single Chip                              1.423
+159.   Milton 6502 - 2 MHz                                       1.420
+160.   Saitek Turbo - Single Chip                                1.416
+161.   Sci Sys President Chess 1806 - 2 MHz                      1.414
+162.   Mephisto II - 1806 - 3,5 MHz                              1.412
+163.   Fidelity Sensory Voice - Single Chip                      1.394
+164.   Fidelity Poppy - Single Chip                              1.380
+       SciSys Mark III Super System - Single Chip                1.380
+166.   Peri Beta - Single Chip                                   1.376
+167.   Novag Savant Royal Z80                                    1.375
+168.   Novag Savant II Z80                                       1.366
+169.   Fidelity Voice Z80                                        1.359
+170.   Mephisto Mobil - Single Chip                              1.355
+171.   Chess King Master - Single Chip                           1.324
+172.   Fidelity CC 7 Z80                                         1.311
+173.   Boris Diplomat - Single Chip                              1.300
+       Fidelity CC 10 Z80                                        1.300
+175.   Mephisto Junior - Single Chip                             1.294
+176.   Fidelity Sensory 6 - Single Chip                          1.275
+177.   Novag Savant I Z80                                        1.273
+178.   Mephisto Mini - Single Chip                               1.268
+179.   Boris 2.5 - Single Chip                                   1.267
+180.   Mephisto I - Single Chip                                  1.252
+181.   CXG Sphinx Granada - Single Chip                          1.173
+182.   SciSys Mark II - Single Chip                              1.090
+183.   CXG Sphinx Chesscard - Single Chip                        1.087
+184.   SciSys Mark I - Single Chip                                 985
diff --git a/programs/FewBits b/programs/FewBits
new file mode 100644 (file)
index 0000000..68f0ae5
--- /dev/null
@@ -0,0 +1,252 @@
+From: [email protected] (toby robison)
+Newsgroups: rec.games.chess
+Subject: Notating positions in as few bits as possible
+Date: 9 Mar 1993
+
+
+HOW TO NOTATE CHESS POSITIONS IN THE FEWEST AVERAGE BITS PER POSITION
+
+This article is Copyright (C) by Toby Robison, Princeton NJ USA 1993.
+Please name the author when quoting from it.
+
+This is a discussion, not a solution to this rather difficult problem.
+
+Several people provided useful information that I will be quoting below:
+- [email protected] (Steven Pigeon)
+- [email protected] (J Nievergelt)
+- [email protected] (Peter Rainer)
+
+
+
+INTRODUCTION:
+
+The problem here is to come with ways to encode chess positions
+that require, on the average, as few bits as possible. We shall
+consider legal positions only (illegal positions being less useful
+and requiring more bits). 
+
+We are considering idealized solutions. It should not be necessary
+to encode or decode a position very fast, and we accept that any
+error in the data may make the positions unreadable.
+
+It turns out that this problem is similar
+to general problems of video compression. Consequently we even have
+to consider what sorts of positions are intertesting to us --
+the solution could be different if we want to find the best average
+result for "every legal position", or for "every typical legal position
+that comes up in good games" or in "every typical position of the sorts
+that are published (using a diagram or other direct notation, such
+as Forsyth) in chess publications".
+
+I shall not try to decide which is the proper target for this 
+investigation. Just please bear in mind that the open question will
+affect the solutions we consider later. I shall sidestep this issue by
+referring to "common" or "likely" positions, without having any idea
+what these are.
+
+Notating a position also requires indicating which player is "to move"
+and whether each player can castle (on each side). Strictly speaking we
+should also indicate how long since a pawn has moved, whether en passant
+captures are currently possible, and what positions
+have occurred in the game (so that draws by repetition can be properly
+analyzed). However these requirements simply push us back onto the
+solutions that represent the position as the entire game, SO I SHALL
+IGNORE THESE REQUIREMENTS. Let us just assume that one bit is set aside
+to indicate which player is to move, unless the position is a checkmate.
+
+It is clear that the solution is less than 200 bits per position.
+This is quite good considering that there are 64 squares.
+Intuitively we have a budget of about 3 bits (8 possibilities) to
+tell us what's going on at each square (11 possibilities for the ten
+types of pieces and "empty").
+
+
+Apparently other people have been working on this problem in print.
+Peter Rainer sent me this message:
+
+>Your approach to chess game compression is not new,
+>there has been a paper in the ICCA Journal by
+>Ingo Althoeffer discribing the idea.
+>I think it was in 1991 or 1992.
+>Peter Mysliwietz
+
+See also the information from Nievergelt, below.
+
+THE INVESTIGATION:
+
+APPROACH #1:
+
+Steven Pigeon starts with the number of legal chess positions, which he
+says has been claimed to be 10^43 (but he did not check this out).
+That value can be stored in 143 bits, so if we simply state an  algorithm
+for ordering all possible chess positions, we simply record the ordinal
+number of the position. 
+
+The drawback of this approach is that it requires
+143 bits for ALL positions, but we ought to shoot for a better average than
+that. One way to improve the solution is to find an ordering of all positions
+such that more common positions come first in the ordering. THEN we use
+a method of compressing the ordinal number of a position that favors
+lower numbers. It is HIGHLY SPECULATIVE that any such really useful
+ordering could be found of course. But if we find an ordering that
+morely makes "sensible" positions come before unlikely and bizzarre ones,
+we can waste LOTS of bits on the bizzarre and get an average a lot less
+than 143 for "common" positions.
+
+APPROACH #2:
+
+One basic approach is to record which squares of the board are
+occupied (64 bits), and then try to be extremely efficient about how
+to say what the pieces in those squares are. For example, we could assume
+that following the first 64 bits there is a code to identify the "first"
+piece, then the second, and so on, assuming that we will start at A1 and
+work, say, across and then up the board.
+
+Pigeon puts it this way:
+
+>The trick is to store the board's occupation as an 8x8 bit matrix,
+>(1=occupied,0=free) and then list the pieces in order of presence
+>in some list, where the codes for the pieces are derived from a
+>Huffman adapative coding (since it is exponential coding), and it
+>is the upper bound. Less pieces there is, less space it takes.
+
+>I'd say  I should be able to drop it still a few bits, If I can figure
+>a way of "discarding" the 8x8 matrix.
+
+We should note that as the board gets populated, the number of
+possibilites for the remaining pieces is reduced, because we are considering
+only legal positions. For example, both kings cannot be in check, there can
+only be one king of each color, etc. In addition, pawns cannot be on the
+first and last ranks; a white bishop at square A1 prevents a white pawn at
+B2, etc.
+
+This approach is terrific for endgame positions even though it
+wastes 64 bits on the board. Eight-piece positions will require less than
+100 bits. But a position with all 32 pieces threatens to take a lot more
+than 143. Consider for example, that we might need 4.5 bits per piece,
+or 144 bits plus the 64 for the position.
+
+However as Pigeon observes above, if we use a code to represent each piece
+that requires few bits for LIKELY occurrence of given pieces at each square,
+we might do a lot better.
+
+APPROACH #3:
+
+This approach is very much like a pure video compression solution.
+We divide the board up into smaller regions (such as 2 squares by
+2 squares, but it would be better to make a subdivision based on chess
+experience). We then use Huffman or some other probability based encoding to
+characterize the piece patterns in each subregion. This approach takes advantage
+of the fact that (especially in the late middle and endgames), a relatively
+small number of piece patterns is common in each region.
+
+APPROACH #4:
+
+This is also a video-based compression technique. We encode where the
+pices are based on a probabilistic knowledge of where they are likely to be.
+(For example, it takes a lot of bits to place a knight on the rim.)
+With a few additional bits to characterize the TYPE of position, this
+approach might work well.
+
+APPROACH #5:
+
+J. Nievergelt sent me this astonishing claim:
+
+>It should be possible in under 100 bits. If interested, read:
+
+>J Nievergelt: Information content of chess positions, ACM SIGART Newsletter
+>62, 13-14, April 1977.
+
+>reprinted in:
+>Information content of chess positions: Implications for game-specific
+>knowledge of chess players, 283-289 in Machine Intelligence 12, (eds. J. E.
+>Hayes, D. Michie, E. Tyugu) , Clarendon Press, Oxford, 1991.
+
+I have not had a chance to check the reference, but I think 100 bits is
+incredibly few. In effect, it means specifying the state of each square
+in 1.5 bits, or the state of each piece in 3 or 4 bits.
+
+
+IN SUMMARY:
+
+We have a number of speculative approaches, unless Nievergelt has
+really solved the problem. It seems likely that the best solution should
+spend a few bits to characterize the position (opening, early middle, 
+late middle, endgame; open or closed), since different solutions may apply to 
+each. In particular, for the OPENING the best solution is either to record the
+game moves, or else to encode only those differences that make
+the position different from the starting one.
+
+In any case the validity of any solution must be tested against the
+type of positions we WANT to encode, and I really think a lot
+of experiemntation would be needed (which nobody probably wants to pay for).
+
+Please keep your comments coming, I will try to summarize...
+
+-- toby robison (not robinson)
+
+
+
+
+From: [email protected] (toby robison)
+Newsgroups: rec.games.chess
+Subject: Notating positions in as few bits as possible
+Date: 29 Mar 1993
+
+A number of people responded to me regarding the problem of
+notating chess positions in as few bits as possible.
+The low bidder for REALISTIC positions seems to be J. Nievergelt,
+whose solution, and a related game that looks like fun, are discussed below.
+
+For a solution that includes UNREALISTIC (but legal) positions,
+The key question is how many positions there are.
+I received several assertions regarding the number of possible chess
+positions (roughly 2^143 ?). If one comes up with a method
+for ordering all legal positions, then this number of bits can be
+used to notate them.
+
+
+TO NOTATE REALISTIC positions, see:
+
+J Nievergelt: Information content of chess positions, ACM SIGART Newsletter
+62, 13-14, April 1977. It is also reprinted in:
+Information content of chess positions: Implications for game-specific
+knowledge of chess players, 283-289 in Machine Intelligence 12, (eds. J. E.
+Hayes, D. Michie, E. Tyugu) , Clarendon Press, Oxford, 1991.
+
+or correspond with: [email protected] (J Nievergelt)
+
+
+JN's method is based on the observation that realistic positions are a small
+fraction of the total possible. To verify this, he presents the following game, 
+which I encourage others to try (I'm going to try it myself).
+Person A looks at a realistic position. Person B cannot see it, and asks
+A multiple choice questions. Both A and B are KNOWLEDGABLE chess players.
+B tries to figure out the position, using questions that require as few
+total bits of answer-information as possible.
+
+It's obvious that a Y/N question requires one bit to record the answer.
+A question with 4 choices requires 2 bits. Two three-way questions
+together require slightly more than three bits, and so on. 
+JN's assertion, based on some experimentation, is that about 70 bits-worth 
+of answers are reasonable figure out positions. 
+
+NOTE that we assume the questioner and responder can apply chess judgment, 
+so questions like "does the pawn structure suggest a closed French Defense?" 
+are acceptable. Even more important, the questioner gets to apply judgment 
+about what to ask next, depending upon the partial information currently known.
+
+Now to fully comprehend the solution, imagine a sophisticated program that
+both asks and answers the questions, and figures out a position. The position 
+is recorded as the answers to the questions the program asked. To recreate the 
+position, we run the same program again and supply the same answer bits.
+
+The problem of creating this GENERAL program is very difficult.
+According to JN, it may be impractical to write a program that gets
+anywhere near to the best possible solution. Writing a program that requires
+about 100 bits per position might be practical, though!
+
+The basic assertion looks like fun to test. Can you guess straightforward, 
+typical positions, in less than 100 bits of answer info? In 70?
+
+- toby robison (not tony, not robinson)
diff --git a/programs/PCratings b/programs/PCratings
new file mode 100644 (file)
index 0000000..d9b48c8
--- /dev/null
@@ -0,0 +1,30 @@
+From: [email protected] (Ralf Stephan)
+Newsgroups: rec.games.chess
+Subject: Latest ratings for PC programs/cards
+
+
+These are the latest ratings from the Svedish list, the Selective Search/
+News Sheet 41 and the Computer Chess Reports 1/92: (from MUDUL 3/92)
+All ratings are USCF.  For BCF, subtract 100;  for FIDE, subtract 200.
+
+                   Processor  Svedish   CCR    SS
+--------------------------------------------------
+ChessMachine 512k
+  Schroeder v.2.1    ARM/16     2422   2435   2448
+  The King           ARM/16     2410   2416   2422
+MChess 1.1-1.66      486/33     2400   2401   2402
+Zarkov 2.6           486/33            2347
+C'Champion 2175      486/33                   2343
+MChess 1.1-1.66      386/25-33                2338
+Grandmaster          486/33           ~2300
+Rexchess 2.30        486/33     2290   2294   2298
+Psion 2              486/33            2294   2294
+Zarkov 2.5           486/33     2277   2283   2289
+Knightstalker        486/33     2239   2260   2280
+Rexchess 2.30        386/25-33  2230
+Chessm. 3000         486/33     2187   2174   2161
+Psion 1              486/33            2140   2140
+Colossus x           486/33            2086   2086
+Chessm. 3000         386/25-33  2083
+Chessm. 2100         486/33            2073   2073
+Final Chesscard      6502              1887   1887
diff --git a/programs/SSDF-RatingList b/programs/SSDF-RatingList
new file mode 100644 (file)
index 0000000..80e45eb
--- /dev/null
@@ -0,0 +1,994 @@
+            THE SSDF RATING LIST   1993-02-28        34065 games played
+
+                                           Rating   +- Games   Won  Oppo
+                                           ------  --- -----   ---  ----
+   1 Chess Machine 30-32 MHz Schr\94der 3.1    2388  329    27   91%  2013
+   2 Chess Machine 30 MHz King 2.0 aggr      2343   70   140   75%  2152
+   3 Chess Genius 486/50-66 MHz              2301   85    80   64%  2202
+   4 Chess Machine 30 MHz Schr\94der 3.0       2281   68   149   76%  2086
+   4 MChess Pro 486/33 MHz                   2281   67   133   68%  2148
+   6 Chess Genius 486/33 MHz                 2276   69   120   65%  2170
+   7 Mephisto Lyon  68030 36 MHz             2259   59   250   84%  1975
+   8 Mephisto Portorose  68030 36 MHz        2245   47   342   82%  1984
+   8 Mephisto Vancouver  68030 36 MHz        2245   42   346   74%  2060
+  10 MChess Pro 486/50-66 MHz                2233   83    99   73%  2062
+  11 Mephisto RISC 1 MB ARM 2  14 MHz        2232   33   521   73%  2057
+  12 Chess Machine Schr\94der 512K ARM2 16MHz  2216   33   528   71%  2057
+  12 Saitek RISC 2500 ARM2 14 MHz 128K       2216   43   299   68%  2082
+  14 Chess Machine The King 512K ARM2 16MHz  2209   45   288   72%  2045
+  15 MChess 1.1-1.71  80486 33 MHz           2198   43   326   74%  2019
+  16 Mephisto Lyon  68020 12 MHz             2155   24   932   71%  1997
+  17 Mephisto Vancouver  68020 12 MHz        2153   30   621   71%  1995
+  18 Mephisto Berlin 68 000 12 MHz           2139   42   335   73%  1966
+  19 M Chess 1.1-1.66  80386 25-33 MHz       2129   37   396   66%  2011
+  19 Fritz 2.0 486/33 MHz                    2129   76    95   61%  2049
+  21 Mephisto Portorose  68020 12 MHz        2128   26   816   73%  1955
+  21 Fidelity Elite  68030 32 MHz (vers.9)   2128   44   324   75%  1935
+  23 Mephisto Vancouver  68000 12 MHz        2115   30   612   70%  1971
+  24 Mephisto Lyon  68000 12 MHz             2107   25   806   65%  1997
+  25 Mephisto MM 4 Turbo Kit  6502 16 MHz    2091   46   292   73%  1916
+  26 Mephisto Almeria  68020 12 MHz          2088   47   259   70%  1939
+  27 Fidelity Mach IV  68020 20 MHz          2080   26   760   65%  1972
+  28 Mephisto Portorose  68000 12 MHz        2047   28   667   66%  1929
+  29 Kasparov Brute Force H8 10 MHz          2044  137    40   70%  1896
+  30 Mephisto Polgar  6502 10 MHz            2041   42   283   59%  1978
+  31 Fidelity Elite  68000 x 2 (vers. 5)     2036   49   209   57%  1986
+  32 Rex Chess 2.3  80386 25-33 MHz          2030   64   126   59%  1965
+  33 Mephisto Roma  68020 14 MHz             2029   27   712   65%  1919
+  34 Fritz 1.0 80486 33 MHz                  2021   63   128   56%  1980
+  35 Mephisto Dallas  68020 14 MHz           2020   34   492   72%  1858
+  36 Mephisto Almeria  68000 12 MHz          2019   32   534   67%  1896
+  37 Zarkov 2.5  80386 25-33 MHz             2018   56   168   61%  1939
+  38 Fritz 1.0 80386 25-33 MHz               2009   67   113   46%  2041
+  39 Novag Diablo  68000 16 MHz              2001   26   713   54%  1973
+  40 Fidelity Mach III  68000 16 MHz         1997   15  2049   56%  1957
+  41 Mephisto MM 5  6502 5 MHz               1979   22   967   54%  1947
+  42 Mephisto Polgar  6502 5 MHz             1971   19  1314   47%  1992
+  42 Mephisto Dallas  68000 12 MHz           1971   21  1074   63%  1876
+  44 Mephisto Roma  68000 12 MHz             1967   18  1452   57%  1920
+  45 Zarkov 2.6 386/25-33 MHz                1966  105    55   64%  1867
+  46 Mephisto Milano  6502  5 MHz            1955   31   490   48%  1972
+  47 Novag Super Expert C  6502 6 MHz Sel 5  1954   19  1242   50%  1956
+  48 Mephisto Academy  6502 5 MHz            1940   20  1193   48%  1956
+  49 Rex Chess 2.3  80386 16-20 MHz          1928   53   174   49%  1934
+  50 Saitek Leonardo Maestro B 6502 18 MHz   1925   72   105   62%  1839
+  51 Mephisto Amsterdam  68000 12 MHz        1924   22  1020   58%  1870
+  52 Mephisto Mega IV  6502 4.9 MHz          1916   18  1354   48%  1934
+  53 Fidelity Excel Mach IIc  68000 12 MHz   1915   23   913   52%  1904
+  54 Saitek Maestro D  6502 10 MHz           1914   25   730   51%  1905
+  55 Novag Expert Turbo Kit 6502 16 MHz      1906   67   120   61%  1825
+  56 Novag Super Expert B 6502 6 MHz sel 4   1904   32   468   51%  1896
+  56 Kasparov GK-2000   H8 10 MHz            1904   48   223   42%  1960
+  58 Fidelity Travel Master H8/330 10 MHz    1902   79   123   22%  2117
+  59 Mephisto MM 4  6502 5 MHz               1901   19  1268   50%  1898
+  60 Chessmaster 3000 386/25-33 MHz          1900  101    59   36%  2005
+  61 Mephisto Modena 6502 4 MHz              1886   41   305   41%  1951
+  62 Psion Atari  68000 8 MHz                1880   18  1463   44%  1924
+  63 CXG Sphinx Galaxy  6502 4 MHz           1875   19  1293   41%  1943
+  63 Fidelity Excel Mach IIa  68000 12 MHz   1875   46   226   47%  1895
+  65 Saitek Turboking II  6502 5 MHz         1872   25   752   41%  1937
+  66 Conchess Plymate Victoria 6502 5.5 MHz  1862   27   657   40%  1931
+  67 Fidelity Excel Club  68000 12 MHz       1854   22   931   51%  1845
+  68 Mephisto Mega IV Brute Force            1840   45   240   50%  1837
+  69 Fidelity Avant Garde  6502 5 MHz        1832   20  1196   46%  1863
+  70 Novag Super Expert/Forte A 6502 5 MHz   1831   21  1118   41%  1895
+  71 Fidelity Par Excellence  6502 5 MHz     1829   23   912   51%  1825
+  72 Mephisto Rebell  6502 5 MHz             1821   20  1233   40%  1891
+  73 Saitek Stratos/Analys B  6502 6 MHz     1817   20  1213   38%  1905
+  74 Novag Forte B  6502 5 MHz               1813   24   837   44%  1857
+  75 Mephisto Super Mondial  6502 4 MHz      1812   20  1205   39%  1894
+  75 Conchess Glasgow 6 MHz                  1812  158    41   78%  1593
+  77 Conchess Plymate  6502 5.5 MHz          1808   16  1920   41%  1870
+  78 Saitek Leonardo Maestro A  6502 6 MHz   1807   30   547   45%  1842
+  79 Novag Forte A  6502 5 MHz               1806   22   939   49%  1814
+  79 Saitek Simultano/Corona C  6502 5 MHz   1806   24   927   33%  1929
+  81 Fidelity Excellence  6502 4 MHz         1798   17  1565   43%  1849
+  82 Novag Expert  6502 4 MHz                1784   24   812   43%  1837
+  83 Conchess Plymate  6502 4 MHz            1775   38   343   55%  1739
+  84 Mephisto MM 2  6502 3.7 MHz             1769   48   208   52%  1752
+  85 Fidelity Elegance  6502 3.6 MHz         1761   39   339   61%  1685
+  86 Saitek Turbostar 432  6502 4 MHz        1759   21  1034   46%  1789
+  87 Fidelity Excellence  6502 3 MHz         1753   22   962   42%  1811
+  88 Saitek Kasparov Blitz                   1736   50   202   41%  1798
+  89 Novag Super Nova                        1732   38   350   40%  1801
+  90 Novag Super Constellation  6502 4 MHz   1728   17  1695   39%  1807
+  91 Conchess Glasgow  6502 4 MHz            1712   37   342   50%  1713
+  92 Chessplayer 2150 Atari/Amiga            1709   67   126   34%  1828
+  93 Mephisto B&P  6502 3.7 MHz              1700   85    78   38%  1787
+  94 The Final Chesscard  6502 5 MHz         1695   65   149   28%  1861
+  95 Mephisto Europa                         1685   54   170   45%  1721
+  96 Novag Super VIP                         1684   58   174   32%  1812
+  97 Fidelity Elite A/S  6502 3.2 MHz        1677   21  1149   38%  1762
+  98 Chessmaster 2100 Amiga 68000            1676   85   100   25%  1871
+  99 Saitek Superstar 36K  6502 2 MHz        1675   24   958   31%  1814
+ 100 Chess Champion 2175 Atari/Amiga         1670   62   157   30%  1818
+ 100 Mephisto Exclusive S                    1670   80    81   44%  1709
+ 102 Fidelity Prestige  6502 4 MHz           1665   40   341   66%  1545
+ 103 Conchess Glasgow  6502 2 MHz            1663   24   863   35%  1775
+ 104 Novag Quattro  6502 4 MHz               1659   31   560   33%  1786
+ 105 Chessmaster 2000 Atari  68000 8 MHz     1651   45   312   25%  1838
+ 106 Novag Constellation  6502 3.6 MHz       1644   28   596   46%  1674
+ 107 Novag Constellation Primo               1634   58   149   44%  1679
+ 108 Fidelity Elite -81                      1604   63   151   69%  1468
+ 109 Novag Constellation  6502 2 MHz         1596   23   865   50%  1599
+ 110 Sargon III 1 MHz                        1590  148    27   44%  1630
+ 111 Mephisto Mondial                        1581   71   100   46%  1609
+ 112 CXG Super Enterprise                    1561   37   410   31%  1700
+ 113 Fidelity Sensory 9 B                    1553   87    68   54%  1527
+ 114 Fidelity Sensory 9 A                    1494   30   511   50%  1495
+ 115 Steinitz                                1480   39   324   45%  1516
+ 116 Mephisto III Modular                    1471   53   189   38%  1557
+ 117 Mephisto II 6.1 MHz                     1470   33   450   46%  1499
+ 118 Saitek Turbo 16K                        1463   85    90   29%  1616
+ 119 Chess 2001                              1462   73   101   40%  1536
+ 120 Scisys Superstar                        1454   55   179   35%  1561
+ 121 Mephisto III 6.1 MHz                    1452   56   194   29%  1608
+ 122 Saitek Turbo S 24K                      1431   89    95   24%  1628
+ 123 Conchess -82 2 MHz                      1408   41   299   41%  1469
+ 124 GMC                                     1385   40   306   44%  1427
+ 125 Mephisto II 3.5 MHz                     1380   39   306   49%  1388
+ 126 Champion Sensory Challenger             1379   38   336   48%  1395
+ 127 Mark VI                                 1375   62   163   28%  1538
+ 128 Mark V                                  1352   38   353   40%  1425
+ 129 Morphy                                  1334   48   220   41%  1399
+ 130 Progidy                                 1266  205    28   23%  1473
+ 131 Enterprise S                            1182  139    46   24%  1383
+ 132 Boris 2.5                               1171   97    75   27%  1348
+
+
+ 1 Chess Machine 30-32 MHz Schr\94der 3.1, 2388
+Ch.Gen 486/50     1-0       MChPro 486/33     1-0     Chess M. King   0.5-0.5   
+Mach III          9-2       Polgar 5 MHz     13-0     
+
+ 2 Chess Machine 30 MHz King 2.0 aggr, 2343
+Ch.Gen 486/50     3-1       MChPro 486/33    11-9     Ch.Gen 486/33  13.5-6.5   
+MChPro 486/50   1.5-1.5     Meph. RISC     13.5-6.5   RISC 2500       7.5-2.5   
+Vancou. 68000   2.5-1.5     Lyon 68000        8-3     Roma 68020     18.5-1.5   
+Mach III          6-0       Meph. MM 5        2-0     Polgar 5 MHz     18-2     
+
+ 3 Chess Genius 486/50-66 MHz, 2301
+CM30 Schr 3.0   0.5-0.5     Vancou. 68030    12-8     Chess M Schr\94  20.5-9.5   
+Chess M. King   8.5-5.5     Diablo 68000    3.5-1.5   Polgar 5 MHz      5-0     
+
+ 4 Chess Machine 30 MHz Schr\94der 3.0, 2281
+Meph. RISC       11-9       RISC 2500       1.5-2.5   M Chess 486       1-0     
+Vancou. 68020  11.5-8.5     Vancou. 68000  17.5-2.5   Lyon 68000       15-5     
+Roma 68020        4-1       Diablo 68000     16-4     Mach III       10.5-0.5   
+Meph. MM 5      6.5-0.5     Polgar 5 MHz   17.5-2.5   
+
+ 5 MChess Pro 486/33 MHz, 2281
+Ch.Gen 486/33    10-9       RISC 2500         6-4     Lyon 68020        8-2     
+Vancou. 68020     7-4       Vancou. 68000  14.5-5.5   Lyon 68000        1-1     
+Mach III         17-3       Polgar 5 MHz     18-2     
+
+ 6 Chess Genius 486/33 MHz, 2276
+Meph. RISC       11-8       RISC 2500      12.5-7.5   Lyon 68020        0-1     
+Lyon 68000        1-0       Mach III       18.5-1.5   Polgar 5 MHz     19-1     
+
+ 7 Mephisto Lyon  68030 36 MHz, 2259
+Chess M Schr\94   1.5-1.5     M Chess 486     4.5-2.5   Lyon 68020     13.5-6.5   
+Lyon 68000       14-6       Mach III         18-2     Meph. MM 5     16.5-3.5   
+Polgar 5 MHz   15.5-4.5     Roma 68000       17-3     Super Exp. C   16.5-3.5   
+Academy 5 MHz  16.5-3.5     Meph. Mega IV    20-0     Psion Atari      19-1     
+Turboking II   18.5-1.5     Plym Victoria  19.5-0.5   
+
+ 8 Mephisto Portorose  68030 36 MHz, 2245
+Portor. 68020  12.5-7.5     Elite 68030    14.5-5.5   Almeria 68020    14-6     
+Portor. 68000    14-6       Elite vers.5     14-6     Almeria 68000    16-4     
+Mach III       17.5-2.5     Polgar 5 MHz   15.5-4.5   Dallas 68000   19.5-0.5   
+Roma 68000       19-1       Super Exp. C     13-7     Academy 5 MHz    17-3     
+Amsterdam      19.5-0.5     Meph. Mega IV  17.5-3.5   Maestro D 10     20-0     
+Psion Atari      19-1       Sphinx Galaxy  17.5-2.5   Rebell 5 MHz      1-0     
+
+ 9 Mephisto Vancouver  68030 36 MHz, 2245
+MChPro 486/50   1.5-0.5     Meph. RISC     11.5-8.5   Chess M Schr\94    11-9     
+Chess M. King    10-10      M Chess 486      11-9     Vancou. 68020    16-4     
+Vancou. 68000  13.5-6.5     Lyon 68000       13-7     Diablo 68000   15.5-4.5   
+Meph. MM 5     18.5-1.5     Polgar 5 MHz   16.5-3.5   Dallas 68000   18.5-1.5   
+Roma 68000       18-2       Meph. Milano   15.5-4.5   Meph. Mega IV  17.5-2.5   
+Psion Atari    19.5-0.5     Sphinx Galaxy  18.5-1.5   Turboking II      4-0     
+
+ 10 MChess Pro 486/50-66 MHz, 2233
+Chess M Schr\94     5-7       Chess M. King     2-2     Fritz2 486/33  13.5-6.5   
+Vancou. 68000    15-5       Meph. Mega IV  18.5-1.5   Super Exp. B    7.5-0.5   
+Psion Atari     8.5-1.5     
+
+ 11 Mephisto RISC 1 MB ARM 2  14 MHz, 2232
+Chess M Schr\94  10.5-9.5     Chess M. King    11-9     M Chess 486      11-10    
+Lyon 68020       11-9       Vancou. 68020    14-6     Berlin 68 000    12-8     
+Portor. 68020  13.5-6.5     Vancou. 68000    12-8     Diablo 68000   17.5-2.5   
+Mach III       18.5-1.5     Meph. MM 5     17.5-2.5   Polgar 5 MHz     18-2     
+Dallas 68000   10.5-0.5     Meph. Milano   17.5-2.5   Super Exp. C     17-3     
+Academy 5 MHz  17.5-2.5     Meph. Mega IV    19-1     Kasp. GK-2000    10-0     
+Mephisto MM 4    18-2       Meph. Modena     18-2     Psion Atari    18.5-1.5   
+Sphinx Galaxy    18-2       Turboking II   18.5-1.5   
+
+ 12 Chess Machine Schr\94der 512K ARM2 16MHz, 2216
+Chess M. King     2-0       M Chess 486       7-7     Lyon 68020     32.5-27.5  
+M Chess 386      26-13      Portor. 68020   0.5-0.5   Vancou. 68000     5-2     
+Lyon 68000     31.5-14.5    Rex 2.3 33MHz   1.5-0.5   Zark25 386/33   1.5-0.5   
+Fritz1 386/33   1.5-0.5     Diablo 68000     18-2     Mach III       35.5-6.5   
+Polgar 5 MHz     22-3       Roma 68000     17.5-7.5   Zark26 386/25     2-0     
+Super Exp. C   25.5-4.5     Academy 5 MHz    16-4     Amsterdam        20-0     
+Meph. Mega IV     9-1       Super Exp. B   14.5-5.5   Psion Atari       3-0     
+Sphinx Galaxy  29.5-1.5     Turboking II     19-1     
+
+ 13 Saitek RISC 2500 ARM2 14 MHz 128K, 2216
+M Chess 486       4-0       Vancou. 68020  35.5-24.5  Fritz2 486/33  13.5-6.5   
+Vancou. 68000    12-8       Mach IV 68020  28.5-11.5  Fritz1 486/33    12-4     
+Mach III       14.5-5.5     Meph. Milano     18-2     Super Exp. C    1.5-1.5   
+Kasp. GK-2000    20-0       Travel Master    18-2     Sphinx Galaxy     6-1     
+Turboking II      4-1       
+
+ 14 Chess Machine The King 512K ARM2 16MHz, 2209
+M Chess 486       8-3       Lyon 68020        3-2     Vancou. 68020    11-8     
+Vancou. 68000   0.5-4.5     Lyon 68000     16.5-7.5   Diablo 68000   21.5-2.5   
+Mach III       16.5-3.5     Meph. MM 5      1.5-0.5   Super Exp. C     17-3     
+Academy 5 MHz    14-6       Meph. Mega IV     9-1     Psion Atari    23.5-2.5   
+Sphinx Galaxy  18.5-1.5     Turboking II   19.5-1.5   
+
+ 15 MChess 1.1-1.71  80486 33 MHz, 2198
+Lyon 68020      9.5-6.5     Vancou. 68020     3-3     Lyon 68000      1.5-1.5   
+Portor. 68000     5-0       Roma 68020      7.5-0.5   Polgar 5 MHz     33-7     
+Roma 68000     16.5-3.5     Super Exp. C   17.5-2.5   Academy 5 MHz    17-3     
+Amsterdam        19-1       Meph. Mega IV    10-0     Travel Master  16.5-3.5   
+Psion Atari    17.5-2.5     Sphinx Galaxy  16.5-3.5   Turboking II   18.5-1.5   
+
+ 16 Mephisto Lyon  68020 12 MHz, 2155, (2217 vs humans, 12 games)
+Berlin 68 000   9.5-10.5    M Chess 386      41-33    Lyon 68000       10-10    
+Mach IV 68020  22.5-17.5    Portor. 68000  12.5-7.5   Polgar 10 MHz    20-10    
+Rex 2.3 33MHz  14.5-5.5     Fritz1 486/33    14-6     Zark25 386/33    14-6     
+Fritz1 386/33    14-6       Diablo 68000     13-7     Mach III         19-8     
+Meph. MM 5     13.5-6.5     Polgar 5 MHz     18-3     Roma 68000       15-5     
+Meph. Milano     16-4       Super Exp. C     17-3     Academy 5 MHz    13-7     
+Rex 2.3 20MHz   1.5-0.5     Meph. Mega IV    17-3     Excel Mach 2c  31.5-4.5   
+Super Exp. B    7.5-2.5     Mephisto MM 4  18.5-1.5   CM3000 386/33  18.5-1.5   
+Meph. Modena     17-3       Psion Atari      18-2     Sphinx Galaxy    15-5     
+Turboking II     18-2       Plym Victoria  19.5-1.5   Super Exp. A   17.5-2.5   
+Rebell 5 MHz     19-1       Stratos 6 MHz  18.5-1.5   Super Mondial  19.5-0.5   
+Plymate 5.5      20-0       Simultano C      19-1     Excellence 4     17-2     
+
+ 17 Mephisto Vancouver  68020 12 MHz, 2153
+Berlin 68 000  10.5-10.5    Mach IV 68020  24.5-8.5   Fritz1 386/33     4-1     
+Diablo 68000   16.5-3.5     Mach III        2.5-2.5   Meph. MM 5     14.5-5.5   
+Polgar 5 MHz     17-4       Meph. Milano   19.5-0.5   Super Exp. C   14.5-5.5   
+Academy 5 MHz    18-2       Meph. Mega IV    17-3     Travel Master    17-3     
+Mephisto MM 4  16.5-3.5     Meph. Modena     16-4     Psion Atari      17-3     
+Sphinx Galaxy  17.5-2.5     Turboking II     17-3     Plym Victoria    17-3     
+Super Exp. A     17-3       Rebell 5 MHz     17-3     Stratos 6 MHz    17-3     
+Super Mondial  17.5-2.5     Plymate 5.5      20-0     Simultano C      19-1     
+
+ 18 Mephisto Berlin 68 000 12 MHz, 2139
+Portor. 68020  10.5-9.5     Diablo 68000   14.5-5.5   Mach III        6.5-0.5   
+Meph. MM 5       16-4       Roma 68000        4-1     Meph. Milano     17-3     
+Super Exp. C     27-8       Meph. Mega IV    16-4     Kasp. GK-2000    13-7     
+Meph. Modena   16.5-3.5     Plym Victoria    14-2     Mega IV  BF       8-0     
+Super Mondial  16.5-3.5     Plymate 5.5      17-3     Simultano C      19-4     
+
+ 19 M Chess 1.1-1.66  80386 25-33 MHz, 2129
+Portor. 68020   7.5-5.5     Lyon 68000       29-22    Rex 2.3 33MHz   7.5-2.5   
+Zark25 386/33   2.5-1.5     Mach III        1.5-0.5   Meph. MM 5     16.5-10.5  
+Polgar 5 MHz     30-7       Academy 5 MHz  15.5-4.5   CM3000 386/33     2-2     
+Sphinx Galaxy    20-2       Plym Victoria    22-4     Rebell 5 MHz    3.5-0.5   
+Plymate 5.5      12-0       Maestro A  6      5-0     Simultano C    35.5-4.5   
+Expert 4 MHz      6-0       
+
+ 20 Fritz 2.0 486/33 MHz, 2129
+Diablo 68000     16-4       Polgar 5 MHz      7-3     Academy 5 MHz     4-1     
+Stratos 6 MHz    18-2       
+
+ 21 Mephisto Portorose  68020 12 MHz, 2128, (2181 vs humans, 10 games)
+Elite 68030     9.5-14.5    Lyon 68000       10-10    MM 4 Turbo 16   9.5-1.5   
+Mach IV 68020    23-17      Portor. 68000  12.5-7.5   Polgar 10 MHz  12.5-7.5   
+Roma 68020        2-0       Almeria 68000  13.5-6.5   Mach III       31.5-16.5  
+Meph. MM 5       12-8       Polgar 5 MHz   20.5-4.5   Dallas 68000    3.5-0.5   
+Roma 68000       18-2       Meph. Milano     15-5     Super Exp. C     33-11    
+Academy 5 MHz    12-8       Meph. Mega IV  14.5-5.5   Excel Mach 2c  26.5-5.5   
+Maestro D 10     15-6       Super Exp. B    7.5-2.5   Mephisto MM 4    17-3     
+Meph. Modena     18-2       Psion Atari      15-5     Sphinx Galaxy    17-3     
+Turboking II   17.5-2.5     Plym Victoria    17-3     Avant Garde      19-1     
+Super Exp. A     19-1       Rebell 5 MHz     19-1     Stratos 6 MHz  19.5-0.5   
+Super Mondial  20.5-4.5     Plymate 5.5      19-1     Simultano C      15-5     
+Excellence 4     17-3       Expert 4 MHz     15-1     
+
+ 22 Fidelity Elite  68030 32 MHz (vers.9), 2128
+Portor. 68000  12.5-7.5     Mach III         15-6     Polgar 5 MHz   16.5-3.5   
+Super Exp. C     12-8       Academy 5 MHz    13-7     Meph. Mega IV  16.5-3.5   
+Maestro D 10     17-3       Psion Atari      17-3     Sphinx Galaxy  17.5-2.5   
+Super Exp. A     16-4       Rebell 5 MHz     16-3     Super Mondial  19.5-0.5   
+Simultano C    16.5-3.5     Excellence 4   18.5-1.5   
+
+ 23 Mephisto Vancouver  68000 12 MHz, 2115
+Fritz1 386/33    16-4       Diablo 68000     11-9     Mach III         26-15    
+Meph. MM 5     29.5-10.5    Meph. Milano     16-4     Super Exp. C   13.5-6.5   
+Academy 5 MHz  15.5-4.5     Meph. Mega IV  16.5-3.5   Excel Mach 2c    18-2     
+CM3000 386/33     9-4       Psion Atari      14-6     Sphinx Galaxy    17-3     
+Turboking II     18-2       Plym Victoria    16-4     Super Exp. A     18-2     
+Rebell 5 MHz   16.5-3.5     Stratos 6 MHz    15-5     Super Mondial  17.5-2.5   
+Plymate 5.5      19-1       Simultano C      20-0     Excellence 4   19.5-0.5   
+Super Const.   18.5-1.5     Meph. Europa      2-0     
+
+ 24 Mephisto Lyon  68000 12 MHz, 2107
+Mach IV 68020  22.5-17.5    Rex 2.3 33MHz     1-0     Fritz1 386/33     6-4     
+Diablo 68000   22.5-11.5    Mach III       32.5-6.5   Meph. MM 5     25.5-15.5  
+Polgar 5 MHz     16-4       Roma 68000       15-5     Super Exp. C     28-9     
+Academy 5 MHz  16.5-3.5     Meph. Mega IV    17-3     Kasp. GK-2000     2-0     
+Travel Master  16.5-3.5     Mephisto MM 4    14-6     Psion Atari    17.5-6.5   
+Sphinx Galaxy    14-6       Turboking II   17.5-2.5   Plym Victoria    18-2     
+Super Exp. A   15.5-4.5     Rebell 5 MHz   16.5-3.5   Stratos 6 MHz  16.5-3.5   
+Super Mondial  16.5-3.5     Plymate 5.5    19.5-0.5   Simultano C      17-3     
+Excellence 4   17.5-2.5     Super Const.     17-3     
+
+ 25 Mephisto MM 4 Turbo Kit  6502 16 MHz, 2091, (2122 vs humans, 9 games)
+Mach IV 68020  16.5-14.5    Roma 68020      7.5-12.5  Mach III       13.5-6.5   
+Dallas 68000   21.5-12.5    Roma 68000     14.5-5.5   Amsterdam         1-0     
+Excel Mach 2c     4-0       Mephisto MM 4     1-0     Excel Mach 2a  16.5-3.5   
+Excel Club        7-2       Super Exp. A   19.5-0.5   Stratos 6 MHz  18.5-1.5   
+Forte B        18.5-1.5     Super Mondial  18.5-1.5   Plymate 5.5    16.5-4.5   
+Excellence 4   17.5-2.5     
+
+ 26 Mephisto Almeria  68020 12 MHz, 2088, (2030 vs humans, 26 games)
+Mach IV 68020  13.5-14.5    Portor. 68000   5.5-6.5   Roma 68020     11.5-8.5   
+Almeria 68000   3.5-2.5     Mach III         13-8     Roma 68000      3.5-2.5   
+Academy 5 MHz  17.5-2.5     Maestro D 10      2-0     Mephisto MM 4  12.5-7.5   
+Psion Atari    17.5-2.5     Sphinx Galaxy   3.5-0.5   Avant Garde      18-2     
+Stratos 6 MHz  16.5-3.5     Simultano C    18.5-1.5   Superstar 36K    19-1     
+
+ 27 Fidelity Mach IV  68020 20 MHz, 2080, (2177 vs humans, 19 games)
+Roma 68020       24-13      Dallas 68020   13.5-6.5   Almeria 68000    11-9     
+Mach III          4-4       Polgar 5 MHz   11.5-8.5   Dallas 68000    7.5-4.5   
+Roma 68000      6.5-3.5     Super Exp. C     13-6     Academy 5 MHz  13.5-2.5   
+Meph. Mega IV  16.5-3.5     Excel Mach 2c    13-2     Super Exp. B    9.5-2.5   
+Travel Master    15-5       Mephisto MM 4    36-11    Psion Atari      17-3     
+Sphinx Galaxy  16.5-5.5     Avant Garde      19-1     Par Excell.      15-5     
+Rebell 5 MHz     17-6       Stratos 6 MHz  23.5-2.5   Super Mondial    15-2     
+Plymate 5.5      36-8       Excellence 4   18.5-1.5   Superstar 36K    20-0     
+
+ 28 Mephisto Portorose  68000 12 MHz, 2047
+Elite vers.5     19-15      Roma 68020       10-10    Mach III         15-10    
+Meph. MM 5       11-9       Polgar 5 MHz     16-9     Dallas 68000     14-6     
+Super Exp. C     21-8       Academy 5 MHz    20-14    Rex 2.3 20MHz  10.5-9.5   
+Meph. Mega IV  14.5-5.5     Maestro D 10     18-9     Super Exp. B   13.5-6.5   
+Mephisto MM 4    16-4       Psion Atari    21.5-7.5   Sphinx Galaxy    15-5     
+Turboking II   17.5-1.5     Super Exp. A     17-3     Rebell 5 MHz   17.5-2.5   
+Stratos 6 MHz    17-3       Super Mondial    14-6     Plymate 5.5    16.5-7.5   
+Simultano C    16.5-3.5     Excellence 4     19-1     Super Const.      3-1     
+Super VIP      15.5-4.5     Elite A/S 3.2    18-2     
+
+ 29 Kasparov Brute Force H8 10 MHz, 2044
+Meph. MM 5      9.5-2.5     Excel Mach 2c    13-7     Super Const.    5.5-2.5   
+
+ 30 Mephisto Polgar  6502 10 MHz, 2041
+Elite vers.5     13-9       Mach III         21-23    Dallas 68000     14-3     
+Roma 68000       14-6       Super Exp. C     15-16    Amsterdam        13-7     
+Excel Mach 2c    15-5       Maestro D 10     13-5     Psion Atari      14-6     
+Avant Garde     0.5-0.5     Plymate 5.5    16.5-3.5   
+
+ 31 Fidelity Elite  68000 x 2 (vers. 5), 2036
+Almeria 68000     5-5       Dallas 68000   12.5-7.5   Roma 68000       11-9     
+Academy 5 MHz  12.5-7.5     Maestro D 10     16-6     Psion Atari    13.5-6.5   
+Avant Garde    18.5-2.5     
+
+ 32 Rex Chess 2.3  80386 25-33 MHz, 2030
+Zark25 386/33   0.5-1.5     Mach III        6.5-5.5   Meph. MM 5        1-1     
+Polgar 5 MHz   13.5-6.5     Roma 68000      7.5-2.5   Academy 5 MHz    12-8     
+Turbostar 432     7-0       Super Const.     18-2     
+
+ 33 Mephisto Roma  68020 14 MHz, 2029, (1979 vs humans, 9 games)
+Fritz1 486/33     0-2       Almeria 68000    11-9     Mach III       20.5-19.5  
+Dallas 68000   13.5-6.5     Roma 68000     10.5-9.5   Academy 5 MHz    15-6     
+Rex 2.3 20MHz    24-5       Amsterdam      11.5-8.5   Meph. Mega IV    14-6     
+Excel Mach 2c  26.5-23.5    Maestro D 10     11-9     Mephisto MM 4  14.5-5.5   
+Psion Atari       5-1       Sphinx Galaxy  16.5-3.5   Excel Club     16.5-3.5   
+Avant Garde    15.5-4.5     Super Exp. A   14.5-5.5   Rebell 5 MHz    9.5-2.5   
+Stratos 6 MHz    18-2       Forte B        13.5-6.5   Super Mondial  16.5-3.5   
+Plymate 5.5    17.5-2.5     Maestro A  6     15-5     Excellence 4   17.5-2.5   
+Expert 4 MHz   14.5-5.5     Excellence 3   17.5-2.5   Super Const.     19-1     
+Elite A/S 3.2  18.5-1.5     
+
+ 34 Fritz 1.0 80486 33 MHz, 2021
+Super Exp. C    9.5-10.5    Academy 5 MHz    12-8     Meph. Mega IV     7-3     
+Sphinx Galaxy  16.5-3.5     Stratos 6 MHz  14.5-5.5   
+
+ 35 Mephisto Dallas  68020 14 MHz, 2020
+Mach III       10.5-9.5     Dallas 68000     13-7     Super Exp. C      1-2     
+Amsterdam      26.5-13.5    Meph. Mega IV    12-8     Excel Mach 2c    15-9     
+Mephisto MM 4  14.5-5.5     Excel Mach 2a    14-6     Excel Club       21-8     
+Avant Garde      23-8       Par Excell.    16.5-3.5   Rebell 5 MHz     15-5     
+Forte B        15.5-4.5     Super Mondial    19-4     Plymate 5.5    17.5-2.5   
+Maestro A  6   16.5-4.5     Forte A        16.5-7.5   Excellence 4   16.5-3.5   
+Expert 4 MHz     20-6       Turbostar 432    14-6     Excellence 3   28.5-2.5   
+
+ 36 Mephisto Almeria  68000 12 MHz, 2019
+Mach III       21.5-13.5    Polgar 5 MHz   10.5-9.5   Dallas 68000   10.5-9.5   
+Roma 68000     10.5-5.5     Academy 5 MHz    11-9     Amsterdam        12-8     
+Meph. Mega IV    13-11      Mephisto MM 4     9-2     Psion Atari    20.5-6.5   
+Sphinx Galaxy  11.5-5.5     Super Exp. A   14.5-5.5   Par Excell.     8.5-1.5   
+Rebell 5 MHz   15.5-4.5     Stratos 6 MHz  20.5-6.5   Plymate 5.5    16.5-3.5   
+Simultano C    16.5-3.5     Excellence 4   18.5-1.5   Excellence 3     18-2     
+Super Const.   17.5-2.5     Elite A/S 3.2  17.5-2.5   Superstar 36K  20.5-3.5   
+Conchess 2MHz   6.5-0.5     
+
+ 37 Zarkov 2.5  80386 25-33 MHz, 2018
+Mach III         12-7       Meph. MM 5        7-5     Polgar 5 MHz    3.5-2.5   
+Super Exp. C    6.5-7.5     Academy 5 MHz  10.5-9.5   Super Exp. B      8-2     
+Sphinx Galaxy  15.5-4.5     Plym Victoria     4-2     Plymate 5.5     3.5-0.5   
+Maestro A  6      9-5       Expert 4 MHz      4-0     Super Const.      1-0     
+Chesscard 5     8.5-1.5     
+
+ 38 Fritz 1.0 80386 25-33 MHz, 2009
+Mach III       11.5-8.5     Meph. MM 5        3-1     Polgar 5 MHz    1.5-1.5   
+Super Exp. C    6.5-5.5     CM3000 386/33   1.5-0.5   Turboking II      4-1     
+Plym Victoria     8-2       
+
+ 39 Novag Diablo  68000 16 MHz, 2001, (1975 vs humans, 9 games)
+Mach III         10-10      Meph. MM 5       10-10    Polgar 5 MHz   12.5-7.5   
+Roma 68000     11.5-8.5     Meph. Milano     10-10    Super Exp. C     15-5     
+Academy 5 MHz  12.5-7.5     Meph. Mega IV    12-8     Kasp. GK-2000  14.5-5.5   
+Mephisto MM 4    12-8       Psion Atari      15-9     Sphinx Galaxy    15-7     
+Turboking II   15.5-4.5     Plym Victoria  13.5-6.5   Super Exp. A   14.5-5.5   
+Rebell 5 MHz   15.5-4.5     Stratos 6 MHz    15-5     Super Mondial  14.5-5.5   
+Plymate 5.5    16.5-3.5     Simultano C      15-5     Excellence 4      4-0     
+Kasp. Blitz    16.5-3.5     Elite A/S 3.2  18.5-1.5   Superstar 36K    19-1     
+
+ 40 Fidelity Mach III  68000 16 MHz, 1997, (2067 vs humans, 25 games)
+Meph. MM 5     13.5-11.5    Polgar 5 MHz   60.5-51.5  Dallas 68000     11-9     
+Roma 68000    131.5-90.5    Super Exp. C     40-37    Academy 5 MHz  22.5-14.5  
+Rex 2.3 20MHz     5-1       Amsterdam         4-3     Meph. Mega IV    23-19    
+Excel Mach 2c    23-12      Maestro D 10   21.5-14.5  Super Exp. B     10-8     
+Travel Master     2-1       Mephisto MM 4    22-16    Psion Atari    27.5-11.5  
+Sphinx Galaxy    18-16      Turboking II   19.5-7.5   Plym Victoria    14-6     
+Excel Club     15.5-4.5     Mega IV  BF    16.5-3.5   Avant Garde    17.5-3.5   
+Super Exp. A     15-5       Par Excell.    29.5-8.5   Rebell 5 MHz   26.5-6.5   
+Stratos 6 MHz  31.5-4.5     Forte B        19.5-5.5   Super Mondial    18-3     
+Plymate 5.5      34-8       Maestro A  6    2.5-1.5   Forte A          15-5     
+Simultano C      18-4       Excellence 4     28-6     Expert 4 MHz   15.5-4.5   
+Excellence 3     17-3       Super Nova       18-3     Super Const.     48-11    
+Chesspl. 2150     6-0       Meph. Europa    1.5-1.5   Elite A/S 3.2  18.5-1.5   
+Cmaster 2100     16-4       Superstar 36K  16.5-3.5   Champion 2175     1-1     
+Conchess 2MHz  18.5-1.5     
+
+ 41 Mephisto MM 5  6502 5 MHz, 1979, (1757 vs humans, 6 games)
+Polgar 5 MHz     34-34      Roma 68000       11-9     Meph. Milano   10.5-9.5   
+Super Exp. C   12.5-7.5     Academy 5 MHz    11-9     Meph. Mega IV    13-7     
+Mephisto MM 4  12.5-7.5     Meph. Modena   13.5-6.5   Psion Atari    13.5-6.5   
+Sphinx Galaxy  27.5-14.5    Turboking II     14-6     Plym Victoria    16-4     
+Excel Club        8-4       Avant Garde    15.5-4.5   Super Exp. A     15-5     
+Rebell 5 MHz   14.5-5.5     Stratos 6 MHz  20.5-7.5   Super Mondial  15.5-5.5   
+Plymate 5.5      27-15      Simultano C    15.5-4.5   Excellence 4     17-3     
+Super Const.   17.5-2.5     Elite A/S 3.2  14.5-5.5   Superstar 36K    17-3     
+Conchess 2MHz  14.5-5.5     Cmaster 2000   16.5-3.5   
+
+ 42 Mephisto Polgar  6502 5 MHz, 1971
+Dallas 68000      9-11      Roma 68000        8-14    Meph. Milano     10-10    
+Super Exp. C    9.5-10.5    Academy 5 MHz  11.5-10.5  Rex 2.3 20MHz   5.5-6.5   
+Amsterdam       4.5-4.5     Meph. Mega IV  14.5-5.5   Maestro D 10   22.5-17.5  
+Super Exp. B     10-10      Travel Master  10.5-9.5   Mephisto MM 4  33.5-9.5   
+Psion Atari      26-6       Sphinx Galaxy    15-9     Avant Garde    17.5-2.5   
+Super Exp. A   20.5-17.5    Rebell 5 MHz   15.5-4.5   Stratos 6 MHz    14-6     
+Super Mondial    16-4       Plymate 5.5    27.5-4.5   Simultano C    15.5-4.5   
+Excellence 4   13.5-6.5     Super Nova     17.5-2.5   Super Const.     19-1     
+Chesscard 5      18-2       Elite A/S 3.2     3-2     Conchess 2MHz    19-1     
+Cmaster 2000     20-4       
+
+ 43 Mephisto Dallas  68000 12 MHz, 1971, (1866 vs humans, 15 games)
+Amsterdam      15.5-14.5    Meph. Mega IV  14.5-9.5   Excel Mach 2c  14.5-5.5   
+Maestro D 10    3.5-2.5     Mephisto MM 4  42.5-26.5  Psion Atari      14-6     
+Sphinx Galaxy  13.5-6.5     Excel Mach 2a  13.5-6.5   Excel Club     13.5-6.5   
+Avant Garde    11.5-8.5     Super Exp. A   17.5-5.5   Par Excell.    40.5-18.5  
+Rebell 5 MHz   15.5-4.5     Stratos 6 MHz  18.5-1.5   Forte B          59-23    
+Super Mondial  19.5-4.5     Plymate 5.5      33-4     Maestro A  6   13.5-6.5   
+Forte A        14.5-5.5     Excellence 4     20-7     Expert 4 MHz   38.5-11.5  
+Turbostar 432  27.5-7.5     Excellence 3   16.5-3.5   Super Const.     59-11    
+Superstar 36K    18-2       Conchess 2MHz    15-5     Quattro 4 MHz  15.5-4.5   
+
+ 44 Mephisto Roma  68000 12 MHz, 1967
+Super Exp. C   16.5-21.5    Academy 5 MHz  11.5-8.5   Rex 2.3 20MHz   3.5-7.5   
+Maestro B 18    0.5-2.5     Meph. Mega IV    17-6     Excel Mach 2c  20.5-19.5  
+Super Exp. B      4-3       Kasp. GK-2000  13.5-6.5   Mephisto MM 4    19-9     
+Psion Atari      27-8       Sphinx Galaxy    13-8     Excel Mach 2a    12-12    
+Turboking II   12.5-7.5     Plym Victoria    13-7     Excel Club       16-4     
+Mega IV  BF      14-6       Avant Garde    20.5-6.5   Super Exp. A     19-5     
+Par Excell.    25.5-3.5     Rebell 5 MHz   16.5-4.5   Stratos 6 MHz    36-26    
+Forte B          45-15      Super Mondial  14.5-6.5   Plymate 5.5      13-7     
+Maestro A  6   17.5-2.5     Forte A           7-1     Simultano C    11.5-5.5   
+Excellence 4     17-3       Expert 4 MHz      1-1     Turbostar 432  17.5-4.5   
+Excellence 3     36-9       Super Const.   56.5-7.5   Superstar 36K    19-1     
+Conchess 2MHz  17.5-2.5     Quattro 4 MHz  18.5-1.5   Cmaster 2000    3.5-0.5   
+
+ 45 Zarkov 2.6 386/25-33 MHz, 1966
+Super Exp. B    6.5-3.5     Kasp. GK-2000    12-8     Plym Victoria     4-3     
+Par Excell.     4.5-2.5     Super Mondial     1-0     Chesscard 5       7-1     
+
+ 46 Mephisto Milano  6502  5 MHz, 1955
+Super Exp. C    8.5-11.5    Meph. Mega IV  15.5-14.5  Kasp. GK-2000   7.5-3.5   
+Mephisto MM 4  13.5-6.5     Meph. Modena     11-9     Psion Atari    15.5-4.5   
+Sphinx Galaxy   7.5-1.5     Plym Victoria  12.5-7.5   Super Exp. A     15-5     
+Stratos 6 MHz  12.5-7.5     Super Mondial    16-4     Plymate 5.5      12-8     
+Simultano C      14-6       Elite A/S 3.2  17.5-2.5   
+
+ 47 Novag Super Expert C  6502 6 MHz Sel 5, 1954, (1996 vs humans, 15 games)
+Academy 5 MHz    12-8       Rex 2.3 20MHz   0.5-0.5   Meph. Mega IV  11.5-10.5  
+Excel Mach 2c    19-11      Maestro D 10    8.5-11.5  Mephisto MM 4  11.5-7.5   
+Meph. Modena     13-7       Psion Atari    14.5-5.5   Sphinx Galaxy    21-12    
+Turboking II     11-9       Plym Victoria    11-9     Excel Club       11-5     
+Avant Garde      13-7       Super Exp. A   10.5-9.5   Rebell 5 MHz   10.5-11.5  
+Stratos 6 MHz  13.5-6.5     Super Mondial  15.5-4.5   Plymate 5.5     8.5-11.5  
+Simultano C      13-7       Excellence 4   14.5-5.5   Expert 4 MHz     15-5     
+Excellence 3      6-4       Super Nova       16-4     Super Const.   36.5-9.5   
+Elite A/S 3.2  13.5-6.5     Superstar 36K  18.5-1.5   Conchess 2MHz  15.5-4.5   
+Cmaster 2000   19.5-1.5     Const. 2 MHz    9.5-0.5   
+
+ 48 Mephisto Academy  6502 5 MHz, 1940, (2057 vs humans, 21 games)
+Amsterdam        12-12      Meph. Mega IV    22-11    Excel Mach 2c  12.5-7.5   
+Maestro D 10     17-23      Super Exp. B     14-6     Mephisto MM 4     5-3     
+Psion Atari      14-6       Sphinx Galaxy  17.5-24.5  Turboking II     12-8     
+Plym Victoria  13.5-6.5     Excel Club       21-19    Avant Garde      13-7     
+Super Exp. A   15.5-8.5     Rebell 5 MHz   14.5-5.5   Stratos 6 MHz  12.5-7.5   
+Super Mondial    12-8       Plymate 5.5    13.5-6.5   Forte A        12.5-7.5   
+Simultano C      34-11      Excellence 4   16.5-3.5   Super Nova       14-6     
+Conchess 4MHz     1-0       Elite A/S 3.2  14.5-5.5   Superstar 36K    16-4     
+Champion 2175    16-4       Conchess 2MHz     6-0     Cmaster 2000     13-2     
+
+ 49 Rex Chess 2.3  80386 16-20 MHz, 1928
+Super Exp. B      2-1       Mephisto MM 4    11-6     Sphinx Galaxy  24.5-15.5  
+Excel Club      9.5-4.5     Simultano C       8-11    
+
+ 50 Saitek Leonardo Maestro B 6502 18 MHz, 1925
+Meph. Mega IV   3.5-3.5     Psion Atari       7-5     Excel Club     12.5-7.5   
+Rebell 5 MHz     12-8       Forte B        12.5-6.5   Plymate 5.5      15-9     
+
+ 51 Mephisto Amsterdam  68000 12 MHz, 1924
+Meph. Mega IV    10-10      Excel Mach 2c  12.5-12.5  Expert 16 MHz  10.5-9.5   
+Super Exp. B      1-2       Mephisto MM 4  12.5-9.5   Psion Atari     9.5-10.5  
+Sphinx Galaxy    13-7       Excel Club       31-23    Avant Garde    96.5-58.5  
+Super Exp. A     13-7       Par Excell.      28-12    Rebell 5 MHz   12.5-7.5   
+Stratos 6 MHz    13-7       Forte B        11.5-8.5   Super Mondial    13-7     
+Plymate 5.5      22-7       Maestro A  6   12.5-7.5   Forte A          41-24    
+Excellence 4   15.5-4.5     Expert 4 MHz      5-3     Mephisto MM 2     9-1     
+Turbostar 432    20-11      Excellence 3   17.5-4.5   Super Const.     62-16    
+Mephisto B&P    3.5-0.5     Prestige 4MHz     3-0     Quattro 4 MHz  16.5-3.5   
+
+ 52 Mephisto Mega IV  6502 4.9 MHz, 1916, (1866 vs humans, 28 games)
+Excel Mach 2c  16.5-16.5    Maestro D 10     13-22    Super Exp. B     13-7     
+Mephisto MM 4   9.5-10.5    Meph. Modena     12-8     Psion Atari       9-11    
+Sphinx Galaxy    17-13      Turboking II      9-11    Plym Victoria  13.5-6.5   
+Excel Club     11.5-8.5     Avant Garde    13.5-9.5   Super Exp. A     12-8     
+Rebell 5 MHz     20-10      Stratos 6 MHz  12.5-7.5   Forte B          52-26    
+Super Mondial   9.5-10.5    Plymate 5.5      17-5     Forte A        13.5-6.5   
+Simultano C    30.5-4.5     Excellence 4   20.5-3.5   Expert 4 MHz   14.5-5.5   
+Turbostar 432    15-5       Excellence 3     19-9     Super Nova      7.5-2.5   
+Super Const.   14.5-5.5     Elite A/S 3.2  20.5-4.5   Superstar 36K    17-3     
+Champion 2175     2-0       Quattro 4 MHz   9.5-0.5   Cmaster 2000      3-1     
+Const. 2 MHz   18.5-0.5     
+
+ 53 Fidelity Excel Mach IIc  68000 12 MHz, 1915
+Mephisto MM 4    13-15      Psion Atari    16.5-3.5   Sphinx Galaxy    13-7     
+Excel Club       29-16      Avant Garde    15.5-6.5   Super Exp. A   21.5-20.5  
+Par Excell.     6.5-3.5     Rebell 5 MHz     12-8     Stratos 6 MHz    14-6     
+Forte B        16.5-3.5     Super Mondial  12.5-7.5   Plymate 5.5      22-10    
+Forte A          27-13      Excellence 4     12-8     Expert 4 MHz   13.5-6.5   
+Turbostar 432    17-3       Excellence 3     13-7     Super Const.   19.5-10.5  
+Elite A/S 3.2    17-3       Superstar 36K  16.5-3.5   
+
+ 54 Saitek Maestro D  6502 10 MHz, 1914, (1722 vs humans, 18 games)
+Mephisto MM 4    14-26      Psion Atari      13-7     Sphinx Galaxy    22-18    
+Super Exp. A   26.5-16.5    Rebell 5 MHz     24-13    Stratos 6 MHz  25.5-14.5  
+Super Mondial  17.5-22.5    Plymate 5.5      23-17    Simultano C    15.5-4.5   
+Excellence 4   13.5-6.5     Turbostar 432   2.5-0.5   Super Const.   14.5-5.5   
+Elite A/S 3.2  16.5-3.5     Superstar 36K  17.5-2.5   
+
+ 55 Novag Expert Turbo Kit 6502 16 MHz, 1906
+Avant Garde      12-8       Rebell 5 MHz   10.5-9.5   Super Mondial    11-9     
+Plymate 5.5    14.5-5.5     Turbostar 432    16-4     
+
+ 56 Novag Super Expert B 6502 6 MHz sel 4, 1904, (1892 vs humans, 9 games)
+Mephisto MM 4     8-12      CM3000 386/33     1-3     Psion Atari    10.5-9.5   
+Sphinx Galaxy    14-6       Avant Garde     0.5-0.5   Super Exp. A     13-7     
+Rebell 5 MHz   10.5-9.5     Stratos 6 MHz  13.5-6.5   Super Mondial    13-7     
+Plymate 5.5      15-5       Simultano C    21.5-9.5   Excellence 4     11-9     
+Excellence 3    3.5-1.5     Chesscard 5     8.5-1.5   Super VIP      15.5-4.5   
+Elite A/S 3.2    13-7       Conchess 2MHz     4-1     Const. 2 MHz      1-0     
+
+ 57 Kasparov GK-2000   H8 10 MHz, 1904
+Meph. Modena   12.5-7.5     Psion Atari      14-6     Turboking II     11-9     
+Rebell 5 MHz     12-8       Chesspl. 2150    14-6     
+
+ 59 Mephisto MM 4  6502 5 MHz, 1901
+Psion Atari    19.5-16.5    Sphinx Galaxy    11-9     Excel Mach 2a  12.5-7.5   
+Turboking II    5.5-4.5     Plym Victoria    10-10    Excel Club       11-10    
+Avant Garde      12-10      Super Exp. A     31-13    Par Excell.    12.5-7.5   
+Rebell 5 MHz     16-4       Stratos 6 MHz    18-9     Forte B        14.5-5.5   
+Super Mondial    13-7       Plymate 5.5    28.5-11.5  Maestro A  6     12-8     
+Forte A        13.5-6.5     Simultano C    11.5-8.5   Excellence 4   11.5-8.5   
+Expert 4 MHz   13.5-6.5     Turbostar 432  13.5-6.5   Excellence 3   16.5-3.5   
+Super Const.     17-3       Mephisto B&P    6.5-3.5   Elite A/S 3.2    17-3     
+Superstar 36K  13.5-6.5     Quattro 4 MHz  14.5-5.5   Cmaster 2000   15.5-1.5   
+Super Enterp.    21-5       Turbo S 24K       4-0     
+
+ 60 Chessmaster 3000 386/25-33 MHz, 1900
+Super Mondial     2-2       Chesscard 5       8-4     
+
+ 61 Mephisto Modena 6502 4 MHz, 1886
+Mega IV  BF     2.5-2.5     Super Mondial    13-7     Plymate 5.5      14-6     
+Simultano C    10.5-9.5     Meph. Europa   15.5-4.5   Elite A/S 3.2    17-3     
+
+ 62 Psion Atari  68000 8 MHz, 1880, (1947 vs humans, 5 games)
+Sphinx Galaxy    10-10      Excel Mach 2a  13.5-6.5   Turboking II      9-12    
+Plym Victoria    15-5       Excel Club     32.5-18.5  Avant Garde    13.5-7.5   
+Super Exp. A   13.5-11.5    Par Excell.    12.5-7.5   Rebell 5 MHz     19-8     
+Stratos 6 MHz    16-20      Forte B          13-7     Super Mondial    15-5     
+Plymate 5.5      13-9       Maestro A  6     18-14    Forte A        10.5-9.5   
+Excellence 4   19.5-9.5     Expert 4 MHz     20-9     Turbostar 432  14.5-5.5   
+Excellence 3   22.5-9.5     Kasp. Blitz      14-6     Super Const.     19-4     
+Chesspl. 2150     9-6       Mephisto B&P      3-1     Chesscard 5       8-5     
+Super VIP        10-0       Superstar 36K    17-3     Champion 2175   6.5-0.5   
+Conchess 2MHz  15.5-4.5     Quattro 4 MHz  15.5-4.5   Cmaster 2000      2-0     
+Const. 2 MHz      1-0       Super Enterp.  18.5-1.5   
+
+ 63 CXG Sphinx Galaxy  6502 4 MHz, 1875, (1999 vs humans, 28 games)
+Turboking II      8-12      Plym Victoria  11.5-8.5   Mega IV  BF     4.5-2.5   
+Avant Garde      12-8       Rebell 5 MHz     10-10    Stratos 6 MHz    27-12    
+Super Mondial    17-3       Plymate 5.5    11.5-8.5   Maestro A  6    1.5-1.5   
+Forte A         4.5-3.5     Simultano C    35.5-24.5  Excellence 4    3.5-1.5   
+Expert 4 MHz   10.5-9.5     Excellence 3      8-4     Kasp. Blitz    11.5-8.5   
+Chesspl. 2150  13.5-6.5     Super VIP         5-0     Elite A/S 3.2    17-3     
+Cmaster 2100     15-5       Champion 2175   8.5-11.5  Conchess 2MHz  23.5-9.5   
+Const. 3.6MHz  12.5-5.5     Super Enterp.     3-0     
+
+ 64 Fidelity Excel Mach IIa  68000 12 MHz, 1875
+Avant Garde     9.5-10.5    Rebell 5 MHz   12.5-7.5   Plymate 5.5      14-8     
+Maestro A  6     15-5       Excellence 3   13.5-6.5   
+
+ 65 Saitek Turboking II  6502 5 MHz, 1872
+Plym Victoria  10.5-9.5     Super Exp. A   12.5-7.5   Rebell 5 MHz     10-10    
+Stratos 6 MHz  12.5-7.5     Super Mondial  10.5-9.5   Plymate 5.5      12-8     
+Simultano C    12.5-7.5     Excellence 4   10.5-9.5   Super Nova       12-8     
+Super Const.     15-5       Elite A/S 3.2    13-7     Cmaster 2100     15-5     
+Superstar 36K    16-4       Champion 2175  16.5-3.5   Cmaster 2000   15.5-4.5   
+
+ 66 Conchess Plymate Victoria 6502 5.5 MHz, 1862, (1841 vs humans, 7 games)
+Mega IV  BF     9.5-10.5    Super Exp. A   11.5-8.5   Rebell 5 MHz     11-9     
+Stratos 6 MHz    10-10      Super Mondial    11-9     Plymate 5.5      14-6     
+Maestro A  6      7-3       Simultano C      11-9     Excellence 4    0.5-0.5   
+Chesscard 5    16.5-3.5     Elite A/S 3.2  18.5-1.5   Superstar 36K  14.5-5.5   
+Cmaster 2000     17-3       
+
+ 67 Fidelity Excel Club  68000 12 MHz, 1854, (1774 vs humans, 6 games)
+Avant Garde      27-23      Super Exp. A     11-15    Rebell 5 MHz   11.5-8.5   
+Stratos 6 MHz  13.5-6.5     Forte B        10.5-9.5   Super Mondial    10-10    
+Plymate 5.5      18-6       Maestro A  6   13.5-6.5   Forte A        31.5-18.5  
+Excellence 4     16-10      Expert 4 MHz     18-6     Turbostar 432  47.5-31.5  
+Excellence 3     15-5       Super Const.   12.5-7.5   Elite A/S 3.2  17.5-2.5   
+Superstar 36K  13.5-6.5     Conchess 2MHz    15-5     Quattro 4 MHz  14.5-5.5   
+Cmaster 2000    7.5-3.5     Const. 2 MHz      2-0     Super Enterp.     7-1     
+
+ 68 Mephisto Mega IV Brute Force, 1840
+Super Exp. A    8.5-11.5    Rebell 5 MHz     11-9     Stratos 6 MHz   6.5-13.5  
+Super Mondial    12-8       Simultano C      11-9     Expert 4 MHz    8.5-3.5   
+Super Const.   16.5-6.5     Elite A/S 3.2    22-3     
+
+ 69 Fidelity Avant Garde  6502 5 MHz, 1832
+Super Exp. A    8.5-11.5    Par Excell.    20.5-20.5  Rebell 5 MHz     10-10    
+Stratos 6 MHz    12-10      Forte B          11-9     Super Mondial    11-9     
+Plymate 5.5      19-17      Maestro A  6      9-11    Forte A        21.5-17.5  
+Excellence 4     13-7       Expert 4 MHz     50-35    Plymate 4 MHz  14.5-10.5  
+Turbostar 432    20-9       Excellence 3     14-7     Super Const.   23.5-8.5   
+Elite A/S 3.2     6-4       Superstar 36K    16-5     Conchess 2MHz  15.5-4.5   
+Quattro 4 MHz  15.5-4.5     Cmaster 2000   15.5-4.5   Const. 2 MHz     18-2     
+
+ 70 Novag Super Expert/Forte A 6502 5 MHz, 1831, (1718 vs humans, 9 games)
+Rebell 5 MHz   10.5-9.5     Stratos 6 MHz     7-15    Super Mondial     8-12    
+Plymate 5.5    12.5-27.5    Maestro A  6     10-10    Simultano C      10-10    
+Excellence 4     32-30      Turbostar 432    15-5     Excellence 3     14-6     
+Kasp. Blitz      14-6       Super Const.     14-6     Elite A/S 3.2  15.5-4.5   
+Superstar 36K  19.5-5.5     Champion 2175    12-8     Conchess 2MHz    14-6     
+Quattro 4 MHz  15.5-4.5     
+
+ 71 Fidelity Par Excellence  6502 5 MHz, 1829
+Rebell 5 MHz     21-14      Forte B          15-7     Super Mondial  11.5-8.5   
+Plymate 5.5    46.5-41.5    Maestro A  6     10-10    Forte A        47.5-37.5  
+Excellence 4   17.5-12.5    Expert 4 MHz     19-15    Plymate 4 MHz   5.5-4.5   
+Mephisto MM 2  10.5-9.5     Turbostar 432  12.5-7.5   Excellence 3   11.5-8.5   
+Super Nova        8-2       Super Const.   44.5-25.5  Chesscard 5       2-4     
+Elite A/S 3.2    16-4       Superstar 36K  16.5-3.5   Conchess 2MHz    16-4     
+Quattro 4 MHz  16.5-3.5     Const. 3.6MHz    13-7     Turbo S 24K       7-1     
+
+ 72 Mephisto Rebell  6502 5 MHz, 1821
+Stratos 6 MHz  12.5-7.5     Forte B        20.5-23.5  Super Mondial    13-7     
+Plymate 5.5    12.5-8.5     Maestro A  6   13.5-8.5   Forte A          14-11    
+Simultano C      11-13      Excellence 4    9.5-10.5  Expert 4 MHz     10-10    
+Turbostar 432  10.5-9.5     Excellence 3     14-6     Super Nova     14.5-10.5  
+Super Const.   10.5-9.5     Chesspl. 2150    14-6     Mephisto B&P      2-0     
+Meph. Europa      5-1       Elite A/S 3.2    12-8     Superstar 36K  14.5-5.5   
+Conchess 2MHz  13.5-6.5     Quattro 4 MHz  13.5-6.5   
+
+ 73 Saitek Stratos/Analys B  6502 6 MHz, 1817
+Forte B           8-12      Super Mondial    11-9     Plymate 5.5     8.5-11.5  
+Forte A           3-0       Simultano C      10-10    Excellence 4     11-10    
+Expert 4 MHz      6-14      Turbostar 432   7.5-4.5   Excellence 3     14-7     
+Kasp. Blitz       9-3       Super Nova       14-6     Super Const.     13-7     
+Chesscard 5       2-1       Meph. Europa      2-1     Super VIP       9.5-10.5  
+Elite A/S 3.2    14-6       Superstar 36K    11-9     Conchess 2MHz     4-0     
+Quattro 4 MHz    16-4       Cmaster 2000   14.5-5.5   Const. 2 MHz      6-3     
+
+ 74 Novag Forte B  6502 5 MHz, 1813, (1861 vs humans, 28 games)
+Super Mondial  11.5-8.5     Plymate 5.5      25-24    Maestro A  6    9.5-10.5  
+Excellence 4   14.5-11.5    Expert 4 MHz    0.5-2.5   Elegance 3.6      3-2     
+Turbostar 432  12.5-7.5     Excellence 3     14-6     Super Nova      1.5-0.5   
+Super Const.     11-9       Meph. Europa   15.5-4.5   Elite A/S 3.2  14.5-5.5   
+Superstar 36K    13-7       Conchess 2MHz  30.5-11.5  Quattro 4 MHz  16.5-3.5   
+
+ 75 Mephisto Super Mondial  6502 4 MHz, 1812
+Plymate 5.5    11.5-16.5    Maestro A  6     11-9     Forte A           8-12    
+Simultano C    14.5-5.5     Excellence 4    7.5-12.5  Expert 4 MHz     12-8     
+Turbostar 432   8.5-11.5    Excellence 3      9-11    Kasp. Blitz      10-10    
+Super Const.     10-10      Chesspl. 2150    15-5     Chesscard 5      15-5     
+Elite A/S 3.2    14-6       Cmaster 2100   15.5-4.5   Superstar 36K    14-6     
+Conchess 2MHz    16-4       Quattro 4 MHz  15.5-4.5   
+
+ 76 Conchess Glasgow 6 MHz, 1812
+Super Const.    3.5-1.5     Elite A/S 3.2   8.5-3.5   Const. 2 MHz      9-3     
+Mephisto III6    11-1       
+
+ 77 Conchess Plymate  6502 5.5 MHz, 1808
+Maestro A  6     14-17      Forte A          47-47    Simultano C       8-11    
+Excellence 4  113.5-96.5    Expert 4 MHz     13-9     Mephisto MM 2     2-0     
+Elegance 3.6    5.5-4.5     Turbostar 432  20.5-14.5  Excellence 3   14.5-14.5  
+Super Nova      9.5-10.5    Super Const.   24.5-7.5   Super VIP        12-8     
+Elite A/S 3.2  12.5-7.5     Superstar 36K    11-9     Champion 2175     4-0     
+Prestige 4MHz     4-1       Conchess 2MHz  15.5-4.5   Quattro 4 MHz    11-9     
+Cmaster 2000   20.5-4.5     Const. 3.6MHz  21.5-4.5   Const. 2 MHz   14.5-5.5   
+Sargon III 1M     1-0       Super Enterp.  18.5-1.5   
+
+ 78 Saitek Leonardo Maestro A  6502 6 MHz, 1807, (1896 vs humans, 9 games)
+Forte A           8-13      Excellence 4     13-9     Turbostar 432    11-10    
+Excellence 3   10.5-9.5     Super Const.     13-7     Superstar 36K  14.5-5.5   
+Conchess 2MHz    16-4       Quattro 4 MHz    13-7     Cmaster 2000      1-0     
+
+ 79 Novag Forte A  6502 5 MHz, 1806
+Excellence 4   21.5-29.5    Plymate 4 MHz     7-3     Mephisto MM 2  10.5-9.5   
+Elegance 3.6    8.5-11.5    Turbostar 432  19.5-14.5  Excellence 3   10.5-12.5  
+Super Const.   21.5-11.5    Elite A/S 3.2  16.5-3.5   Superstar 36K  15.5-4.5   
+Conchess 2MHz    13-7       Quattro 4 MHz    18-4     Cmaster 2000    3.5-2.5   
+Const. 3.6MHz    16-4       Const. 2 MHz     15-3     Super Enterp.  16.5-3.5   
+
+ 80 Saitek Simultano/Corona C  6502 5 MHz, 1806
+Excellence 4   14.5-10.5    Kasp. Blitz      11-9     Super Nova      6.5-3.5   
+Meph. Europa      2-0       Elite A/S 3.2  22.5-17.5  Cmaster 2100     14-6     
+Superstar 36K  11.5-3.5     
+
+ 81 Fidelity Excellence  6502 4 MHz, 1798
+Expert 4 MHz     24-22      Plymate 4 MHz    15-14    Mephisto MM 2    12-8     
+Turbostar 432    39-39      Excellence 3   12.5-7.5   Kasp. Blitz      13-7     
+Super Nova     12.5-7.5     Super Const.   20.5-9.5   Conchess 4MHz    17-7     
+Mephisto B&P    0.5-2.5     Super VIP      15.5-4.5   Elite A/S 3.2    13-7     
+Superstar 36K  12.5-8.5     Champion 2175    16-4     Conchess 2MHz    17-3     
+Quattro 4 MHz    13-7       Cmaster 2000   17.5-2.5   Const. 3.6MHz    24-4     
+Const. Primo    5.5-2.5     Const. 2 MHz      2-0     
+
+ 82 Novag Expert  6502 4 MHz, 1784
+Plymate 4 MHz   5.5-14.5    Mephisto MM 2     4-6     Elegance 3.6   11.5-8.5   
+Turbostar 432    11-9       Excellence 3     22-13    Super Nova      5.5-5.5   
+Super Const.   16.5-12.5    Conchess 4MHz   4.5-2.5   Chesspl. 2150   1.5-1.5   
+Mephisto B&P      2-0       Superstar 36K    11-9     Conchess 2MHz    14-6     
+Quattro 4 MHz     3-1       Const. 3.6MHz  13.5-6.5   Const. Primo   10.5-2.5   
+Super Enterp.    10-1       
+
+ 83 Conchess Plymate  6502 4 MHz, 1775
+Elegance 3.6     25-22      Turbostar 432   9.5-10.5  Excellence 3   11.5-8.5   
+Super Const.   38.5-27.5    Elite A/S 3.2    10-10    Superstar 36K    13-7     
+Meph. Excl. S   7.5-2.5     Conchess 2MHz    11-9     Const. 3.6MHz  16.5-9.5   
+
+ 84 Mephisto MM 2  6502 3.7 MHz, 1769
+Turbostar 432  16.5-19.5    Excellence 3    7.5-8.5   Super Const.    8.5-6.5   
+Elite A/S 3.2     9-5       Superstar 36K  15.5-4.5   Const. 3.6MHz    14-6     
+Const. 2 MHz      4-1       
+
+ 85 Fidelity Elegance  6502 3.6 MHz, 1761
+Turbostar 432  16.5-13.5    Excellence 3    0.5-1.5   Super Const.      9-8     
+Conchess 4MHz  28.5-23.5    Elite A/S 3.2  11.5-3.5   Meph. Excl. S     8-5     
+Conchess 2MHz   7.5-4.5     Const. 3.6MHz  17.5-6.5   Const. 2 MHz     14-6     
+Super Enterp.  10.5-1.5     Sensory 9 A     3.5-0.5   Steinitz          3-1     
+Mephisto IIIM     4-0       Mephisto II 6     4-0     Chess 2001      2.5-1.5   
+Scisys supers     4-0       Mephisto III6   3.5-0.5   Conchess -82    2.5-1.5   
+Mark VI         3.5-0.5     Morphy            3-1     
+
+ 86 Saitek Turbostar 432  6502 4 MHz, 1759
+Excellence 3     13-12      Super Const.   31.5-29.5  Conchess 4MHz    10-9     
+Mephisto B&P   17.5-9.5     Elite A/S 3.2    15-5     Superstar 36K    10-10    
+Meph. Excl. S     3-2       Prestige 4MHz     7-4     Conchess 2MHz    12-8     
+Quattro 4 MHz    12-8       Const. 3.6MHz  14.5-7.5   Const. 2 MHz     18-7     
+Sargon III 1M   1.5-0.5     Super Enterp.    17-3     Scisys supers     0-1     
+Mephisto III6  18.5-1.5     Turbo S 24K       2-1     GMC               1-0     
+
+ 87 Fidelity Excellence  6502 3 MHz, 1753, (1578 vs humans, 5 games)
+Super Nova        0-1       Super Const.   30.5-21.5  Conchess 4MHz  14.5-10.5  
+Mephisto B&P      4-5       Super VIP       6.5-2.5   Elite A/S 3.2  14.5-5.5   
+Superstar 36K  13.5-6.5     Conchess 2MHz  15.5-11.5  Quattro 4 MHz    15-5     
+Const. 3.6MHz    21-11      Const. Primo     15-5     Const. 2 MHz     22-4     
+Sargon III 1M     1-1       Super Enterp.    14-8     
+
+ 88 Saitek Kasparov Blitz, 1736
+Super Nova      9.5-10.5    Super Enterp.    21-9     
+
+ 89 Novag Super Nova, 1732
+Super Const.   10.5-9.5     Meph. Europa     11-9     Conchess 2MHz    13-7     
+Const. 2 MHz     13-7       Super Enterp.  10.5-9.5   
+
+ 90 Novag Super Constellation  6502 4 MHz, 1728, (1555 vs humans, 9 games)
+Conchess 4MHz    46-44      Chesspl. 2150     1-0     Mephisto B&P    9.5-7.5   
+Chesscard 5    13.5-7.5     Super VIP         5-5     Elite A/S 3.2    10-3     
+Superstar 36K  11.5-9.5     Champion 2175  13.5-6.5   Meph. Excl. S  10.5-5.5   
+Prestige 4MHz   9.5-10.5    Conchess 2MHz  12.5-11.5  Quattro 4 MHz  14.5-5.5   
+Const. 3.6MHz  19.5-5.5     Const. Primo    0.5-0.5   Const. 2 MHz     26-11    
+Sargon III 1M     9-3       Meph. Mondial    10-4     Super Enterp.  10.5-1.5   
+Sensory 9 A     4.5-1.5     Steinitz          4-0     Mephisto IIIM    16-1     
+Mephisto II 6     4-0       Chess 2001      2.5-1.5   Scisys supers   3.5-1.5   
+Mephisto III6    21-5       Conchess -82      3-1     GMC             4.5-0.5   
+Mark VI           4-0       Mark V          9.5-0.5   Morphy            4-0     
+
+ 91 Conchess Glasgow  6502 4 MHz, 1712
+Elite A/S 3.2   8.5-6.5     Superstar 36K     6-8     Meph. Excl. S     6-7     
+Prestige 4MHz    27-12      Const. 3.6MHz  10.5-9.5   Const. 2 MHz    8.5-2.5   
+Super Enterp.   5.5-4.5     Scisys supers     1-0     GMC               1-0     
+
+ 92 Chessplayer 2150 Atari/Amiga, 1709
+Conchess 2MHz  11.5-8.5     Const. Primo      0-1     
+
+ 94 The Final Chesscard  6502 5 MHz, 1695
+Const. 2 MHz    5.5-0.5     
+
+ 95 Mephisto Europa, 1685
+Elite A/S 3.2  10.5-9.5     Superstar 36K   9.5-10.5  Conchess 2MHz  13.5-6.5   
+Const. 2 MHz    7.5-6.5     Super Enterp.    14-6     
+
+ 96 Novag Super VIP, 1684
+Elite A/S 3.2    12-8       Conchess 2MHz     5-15    
+
+ 97 Fidelity Elite A/S  6502 3.2 MHz, 1677
+Superstar 36K  11.5-8.5     Meph. Excl. S   1.5-1.5   Conchess 2MHz  11.5-8.5   
+Quattro 4 MHz  11.5-8.5     Const. 3.6MHz  12.5-16.5  Const. Primo     11-9     
+Const. 2 MHz      7-5       Sensory 9 B       3-1     Sensory 9 A      41-13    
+Steinitz         28-9       Mephisto IIIM     7-3     Mephisto II 6  11.5-3.5   
+Chess 2001      9.5-0.5     Scisys supers  11.5-1.5   Mephisto III6  17.5-3.5   
+Turbo S 24K      15-5       Conchess -82      7-1     GMC               1-0     
+Mark VI           7-1       Morphy          8.5-0.5   Boris 2.5         0-1     
+
+ 99 Saitek Superstar 36K  6502 2 MHz, 1675
+Conchess 2MHz  11.5-8.5     Quattro 4 MHz  11.5-11.5  Cmaster 2000    9.5-10.5  
+Const. 3.6MHz  16.5-13.5    Const. Primo    9.5-10.5  Const. 2 MHz     11-9     
+Meph. Mondial  10.5-9.5     Turbo 16K        15-5     Mephisto III6   2.5-1.5   
+
+ 100 Chess Champion 2175 Atari/Amiga, 1670
+Conchess 2MHz   7.5-12.5    Cmaster 2000    0.5-1.5   
+
+ 101 Mephisto Exclusive S, 1670
+Conchess 2MHz     2-2       Const. 3.6MHz   8.5-6.5   Scisys supers     1-0     
+GMC               1-0       
+
+ 102 Fidelity Prestige  6502 4 MHz, 1665
+Conchess 2MHz   3.5-3.5     Const. 3.6MHz     5-5     Elite -81        11-11    
+Const. 2 MHz   15.5-6.5     Sensory 9 B       8-4     Sensory 9 A      28-6     
+Steinitz       10.5-3.5     Mephisto II 6    52-12    Chess 2001        2-0     
+Scisys supers   8.5-3.5     Mephisto III6     2-0     Conchess -82     14-4     
+Champion chal   4.5-2.5     Mark VI          23-1     Mark V          8.5-1.5   
+Morphy            3-0       
+
+ 103 Conchess Glasgow  6502 2 MHz, 1663
+Quattro 4 MHz     7-13      Cmaster 2000      8-12    Const. 3.6MHz   8.5-13.5  
+Const. Primo   11.5-8.5     Const. 2 MHz   12.5-7.5   Meph. Mondial   1.5-4.5   
+Super Enterp.  12.5-7.5     Mephisto IIIM   1.5-0.5   Turbo S 24K      16-4     
+GMC               2-0       
+
+ 104 Novag Quattro  6502 4 MHz, 1659
+Cmaster 2000      9-11      Const. 3.6MHz    12-8     Const. Primo     11-9     
+Super Enterp.  14.5-6.5     
+
+ 106 Novag Constellation  6502 3.6 MHz, 1644
+Const. 2 MHz     20-14      Meph. Mondial   9.5-6.5   Super Enterp.     1-1     
+Sensory 9 B       1-1       Sensory 9 A       3-1     Steinitz        2.5-1.5   
+Mephisto IIIM  21.5-8.5     Mephisto II 6     4-0     Turbo 16K        16-4     
+Chess 2001      5.5-0.5     Scisys supers   8.5-0.5   Turbo S 24K      15-5     
+Conchess -82      4-0       GMC             4.5-1.5   Mark VI           4-0     
+Morphy          3.5-0.5     
+
+ 107 Novag Constellation Primo, 1634
+Const. 2 MHz    3.5-2.5     Super Enterp.    13-7     
+
+ 108 Fidelity Elite -81, 1604
+Const. 2 MHz      4-6       Sensory 9 A      11-5     Steinitz          1-1     
+Mephisto II 6  21.5-10.5    Conchess -82     11-3     GMC              13-1     
+Mephisto II 3     9-1       Champion chal  11.5-3.5   Mark VI           1-1     
+Mark V          9.5-4.5     
+
+ 109 Novag Constellation  6502 2 MHz, 1596
+Sargon III 1M     1-1       Meph. Mondial    13-7     Super Enterp.    34-25    
+Sensory 9 B       8-6       Sensory 9 A      34-22    Steinitz         46-17    
+Mephisto IIIM    24-12      Mephisto II 6  26.5-10.5  Turbo 16K        16-4     
+Chess 2001       13-4       Scisys supers  33.5-20.5  Mephisto III6  15.5-8.5   
+Conchess -82   19.5-5.5     GMC               1-1     Mephisto II 3     1-0     
+Mark VI          14-2       Mark V            2-0     Morphy          3.5-1.5   
+Progidy           9-0       Boris 2.5         1-0     
+
+ 110 Sargon III 1 MHz, 1590
+Conchess -82    6.5-1.5     
+
+ 111 Mephisto Mondial, 1581
+Turbo 16K      11.5-8.5     Mephisto III6     3-1     
+
+ 112 CXG Super Enterprise, 1561
+Turbo 16K         5-5       Mephisto III6  10.5-3.5   Enterprise S    8.5-1.5   
+
+ 113 Fidelity Sensory 9 B, 1553
+Sensory 9 A       1-1       Mephisto IIIM     4-4     Scisys supers   7.5-4.5   
+Mephisto III6     1-1       Conchess -82    3.5-0.5   Mark VI           4-0     
+Morphy          3.5-0.5     
+
+ 114 Fidelity Sensory 9 A, 1494
+Steinitz         17-18      Mephisto IIIM  13.5-14.5  Mephisto II 6  40.5-29.5  
+Chess 2001        1-3       Scisys supers     2-2     Mephisto III6  10.5-4.5   
+Conchess -82   18.5-9.5     GMC            18.5-7.5   Mephisto II 3  28.5-11.5  
+Champion chal  15.5-6.5     Mark VI          10-7     Mark V         21.5-16.5  
+Morphy            1-0       Progidy           4-0     Boris 2.5         3-0     
+
+ 115 Steinitz, 1480, (1546 vs humans, 0 games)
+Mephisto IIIM     3-1       Mephisto II 6    20-17    Chess 2001        9-11    
+Scisys supers    16-8       Mephisto III6   3.5-1.5   Conchess -82    8.5-3.5   
+GMC            17.5-12.5    Mephisto II 3   3.5-1.5   Mark VI          10-8     
+Morphy          2.5-2.5     Boris 2.5         1-0     
+
+ 116 Mephisto III Modular, 1471
+Mephisto II 6     1-5       Chess 2001        2-4     Scisys supers     5-1     
+Mephisto III6     5-3       Conchess -82      2-2     GMC               3-1     
+Mark VI         7.5-4.5     Morphy            2-2     
+
+ 117 Mephisto II 6.1 MHz, 1470
+Chess 2001        2-2       Scisys supers     3-3     Mephisto III6     2-3     
+Conchess -82     24-16      GMC            13.5-4.5   Mephisto II 3    15-4     
+Champion chal     6-2       Mark VI          16-10    Mark V           29-9     
+Morphy            4-1       Progidy           3-2     Boris 2.5       1.5-1.5   
+
+ 119 Chess 2001, 1462
+Scisys supers     2-4       Mephisto III6     3-3     Conchess -82    1.5-2.5   
+Mark VI         2.5-1.5     Morphy            3-1     
+
+ 120 Scisys Superstar, 1454
+Mephisto III6   4.5-3.5     Conchess -82      2-2     GMC               1-0     
+Mark VI           3-1       Morphy          1.5-2.5   
+
+ 121 Mephisto III 6.1 MHz, 1452
+Conchess -82      4-0       Mark VI           3-1     Morphy            3-2     
+Boris 2.5         1-0       
+
+ 122 Saitek Turbo S 24K, 1431
+Champion chal     7-13      
+
+ 123 Conchess -82 2 MHz, 1408
+GMC               2-6       Mephisto II 3    13-5     Champion chal  14.5-11.5  
+Mark VI         3.5-4.5     Mark V         14.5-7.5   Morphy          9.5-4.5   
+Enterprise S     12-4       Boris 2.5       1.5-0.5   
+
+ 124 GMC, 1385
+Mephisto II 3    20-19      Champion chal    40-40    Mark V         37.5-27.5  
+Boris 2.5         2-0       
+
+ 125 Mephisto II 3.5 MHz, 1380
+Champion chal  28.5-14.5    Mark V         25.5-22.5  Morphy           42-28    
+Progidy         1.5-0.5     Boris 2.5        10-1     
+
+ 126 Champion Sensory Challenger, 1379
+Mark V           45-36      Morphy         12.5-11.5  Enterprise S    9.5-0.5   
+
+ 127 Mark VI, 1375
+Morphy            3-1       
+
+ 128 Mark V, 1352
+Morphy          6.5-5.5     Progidy           4-4     Boris 2.5       4.5-0.5   
+
+ 129 Morphy, 1334
+Boris 2.5      24.5-10.5    
+
+ 131 Enterprise S, 1182
+Boris 2.5         5-5       
+
diff --git a/programs/engine-intf.html b/programs/engine-intf.html
new file mode 100644 (file)
index 0000000..07a2976
--- /dev/null
@@ -0,0 +1,1895 @@
+<html>
+<head>
+<title>Chess Engine Communication Protocol</title>
+</head>
+
+<body>
+<hr noshade size="2">
+<h1>Chess Engine Communication Protocol</h1>
+<h2><a href="http://www.tim-mann.org/">Tim Mann</a></h2>
+<p>
+$Id: engine-intf.html,v 2.1 2003/10/27 19:21:00 mann Exp $<br>
+Version 2; implemented in xboard/WinBoard 4.2.1 and later.<br>
+Changes since version 1 are indicated in <font color=red>red</font>.
+<hr noshade size="2">
+
+<ul>
+<li><a href="#1">1. Introduction</a>
+<li><a href="#2">2. Connection</a>
+<li><a href="#3">3. Debugging</a>
+<li><a href="#4">4. How it got this way</a>
+<li><a href="#5">5. WinBoard requires Win32 engines</a>
+<li><a href="#6">6. Hints on input/output</a>
+<li><a href="#7">7. Signals</a>
+<li><a href="#8">8. Commands from xboard to the engine</a>
+<li><a href="#9">9. Commands from the engine to xboard</a>
+<li><a href="#10">10. Thinking Output</a>
+<li><a href="#11">11. Time control</a>
+<li><a href="#12">12. Analyze Mode</a>
+<li><a href="#13">13. Idioms and backward compatibility features</a>
+</ul>
+
+<hr noshade size="2">
+
+<h2><a name="1">1. Introduction</a></h2>
+
+<p>
+This document is a set of rough notes on the protocol that xboard and
+WinBoard use to communicate with gnuchessx and other chess engines.
+These notes may be useful if you want to connect a different chess
+engine to xboard.  Throughout the notes, "xboard" means both xboard
+and WinBoard except where they are specifically contrasted.
+</p>
+
+<p>
+There are two reasons I can imagine someone wanting to do this: 
+</p>
+<ol>
+<li>You have, or are developing, a chess engine but you don't want to
+write your own graphical interface. 
+<li>You have, or are developing,a chess engine, and you want to
+interface it to the Internet Chess Server.
+</ol>
+
+<p>
+In case (2), if you are using xboard, you will need to configure the
+"Zippy" code into it, but WinBoard includes this code already.  See
+the file <a
+href="http://www.tim-mann.org/xboard/zippy.README">zippy.README</a>
+in the xboard or WinBoard distribution for more information.
+
+</p>
+
+<p>
+These notes are unpolished, but I've attempted to make them complete
+in this release.  If you notice any errors, omissions, or misleading
+statements, let me know.
+</p>
+
+<p>
+I'd like to hear from everyone who is trying to interface their own
+chess engine to xboard/WinBoard.  Please join the mailing list for
+authors of xboard/WinBoard compatible chess engines and post a message
+about what you're doing.  The list is now hosted by Yahoo Groups; you
+can join at <a href="http://groups.yahoo.com/group/chess-engines"
+>http://groups.yahoo.com/group/chess-engines</a>, or you can read the
+list there without joining.  The list is filtered to prevent spam.
+</p>
+
+<h2><a name="2">2. Connection</a></h2>
+
+<p>
+An xboard chess engine runs as a separate process from xboard itself,
+connected to xboard through a pair of anonymous pipes.  The engine
+does not have to do anything special to set up these pipes.  xboard
+sets up the pipes itself and starts the engine with one pipe as its
+standard input and the other as its standard output.  The engine then
+reads commands from its standard input and writes responses to its
+standard output.  This is, unfortunately, a little more complicated to
+do right than it sounds; see <a href="#6">section 6</a> below.
+</p>
+
+<p>
+And yes, contrary to some people's expectations, exactly the same
+thing is true for WinBoard.  Pipes and standard input/output are
+implemented in Win32 and work fine.  You don't have to use DDE, COM,
+DLLs, BSOD, or any of the other infinite complexity that
+Microsoft has created just to talk between two programs.  A WinBoard
+chess engine is a Win32 console program that simply reads from its
+standard input and writes to its standard output.  See sections 
+<a href="#5">5</a> and <a href="#6">6</a> below for additional details.
+</p>
+
+<h2><a name="3">3. Debugging</a></h2>
+
+<p>
+To diagnose problems in your engine's interaction with xboard, use the
+-debug flag on xboard's command line to see the messages that are
+being exchanged.  In WinBoard, these messages are written to the file
+WinBoard.debug instead of going to the screen.
+</p>
+
+<p>
+You can turn debug mode on or off while WinBoard is running by
+pressing Ctrl+Alt+F12.  You can turn debug mode on or off while xboard
+is running by binding DebugProc to a shortcut key (and pressing the
+key!); see the instructions on shortcut keys in the xboard man page.
+</p>
+
+<p>
+While your engine is running under xboard/WinBoard, you can send a
+command directly to the engine by pressing Shift+1 (xboard) or Alt+1
+(WinBoard 4.0.3 and later).  This brings up a dialog that you can type
+your command into.  Press Shift+2 (Alt+2) instead to send to the
+second chess engine in Two Machines mode.  On WinBoard 4.0.2 and earlier,
+Ctrl+Alt is used in place of Alt; this had to be changed due to a conflict
+with typing the @-sign on some European keyboards.
+</p>
+
+<h2><a name="4">4. How it got this way</a></h2>
+
+<p>
+Originally, xboard was just trying to talk to the existing
+command-line interface of GNU Chess 3.1+ and 4, which was designed
+for people to type commands to.  So the communication protocol is very
+ad-hoc.  It might have been good to redesign it early on, but because
+xboard and GNU Chess are separate programs, I didn't want to force
+people to upgrade them together to versions that matched.  I
+particularly wanted to keep new versions of xboard working with old
+versions of GNU Chess, to make it easier to compare the play of old
+and new gnuchess versions.  I didn't foresee the need for a clean
+protocol to be used with other chess engines in the future.
+</p>
+
+<p>
+Circumstances have changed over the years, and now there are many more
+engines that work with xboard.  I've had to make the protocol
+description more precise, I've added some features that GNU Chess
+does not support, and I've specified the standard semantics of a few
+features to be slightly different from what GNU Chess 4 does.
+</p>
+
+<p>
+<font color=red>
+This release of the protocol specification is the first to carry a
+version number of its own -- version 2.  Previous releases simply
+carried a last-modified date and were loosely tied to specific 
+releases of xboard and WinBoard.  The version number "1" applies
+generally to all those older versions of the protocol.
+</font>
+
+<font color=red>
+<p>Protocol version 2 remains compatible with older engines but has
+several new capabilities.  In particular, it adds the 
+"feature" command, a new mechanism for making backward-compatible
+changes and extensions to the protocol.  Engines that do not support a
+particular new feature do not have to use it; new features are not
+enabled unless the engine specifically requests them using the feature
+command.  If an engine does not send the feature command at all, the
+protocol behavior is nearly identical to version 1.  Several new
+features can be selected by the feature command in version 2,
+including the "ping" command (recommended for all engines), the
+"setboard" command, and many optional parameters.  Additional features
+will probably be added in future versions.
+</p>
+</font>
+
+<h2><a name="5">5. WinBoard requires Win32 engines</a></h2>
+
+<p>
+Due to some Microsoft brain damage that I don't understand, WinBoard
+does not work with chess engines that were compiled to use a DOS
+extender for 32-bit addressing.  (Probably not with 16-bit DOS or
+Windows programs either.)  WinBoard works only with engines that are
+compiled for the Win32 API.  You can get a free compiler that targets
+the Win32 API from <a href="http://sources.redhat.com/cygwin/"
+>http://sources.redhat.com/cygwin/</a>.  I think DJGPP 2.x should also
+work if you use the RSXNTDJ extension, but I haven't tried it.  Of
+course, Microsoft Visual C++ will work.  Most likely the other
+commercial products that support Win32 will work too (Borland, etc.),
+but I have not tried them.  Delphi has been successfully used to write
+engines for WinBoard; if you want to do this, Tony Werten has donated
+some <a href="http://www.tim-mann.org/winboard/delphi.txt" >sample
+code</a> that should help you get started.
+</p>
+
+<h2><a name="6">6. Hints on input/output</a></h2>
+
+<p>
+Beware of using buffered I/O in your chess engine.  The C stdio
+library, C++ streams, and the I/O packages in most other languages use
+buffering both on input and output.  That means two things.  First,
+when your engine tries to write some characters to xboard, the library
+stashes them in an internal buffer and does not actually write them to
+the pipe connected to xboard until either the buffer fills up or you
+call a special library routine asking for it to be flushed.  (In C
+stdio, this routine is named <tt>fflush</tt>.)  Second, when your engine tries
+to read some characters from xboard, the library does not read just
+the characters you asked for -- it reads all the characters that are
+currently available (up to some limit) and stashes any characters you
+are not yet ready for in an internal buffer.  The next time you ask to
+read, you get the characters from the buffer (if any) before the
+library tries to read more data from the actual pipe.
+</p>
+
+<p>
+Why does this cause problems?  First, on the output side, remember
+that your engine produces output in small quantities (say, a few
+characters for a move, or a line or two giving the current analysis),
+and that data always needs to be delivered to xboard/WinBoard for
+display immediately.  If you use buffered output, the data you print
+will sit in a buffer in your own address space instead of being
+delivered.
+</p>
+
+<p>
+You can usually fix the output buffering problem by asking for the
+buffering to be turned off.  In C stdio, you do this by calling
+<tt>setbuf(stdout, NULL)</tt>.  A more laborious and error-prone
+method is to carefully call <tt>fflush(stdout)</tt> after every line
+you output; I don't recommend this.  In C++, you can try
+<tt>cout.setf(ios::unitbuf)</tt>, which is documented in current
+editions of "The C++ Programming Language," but not older ones.
+Another C++ method that might work is
+<tt>cout.rdbuf()-&gt;setbuf(NULL, 0)</tt>.  Alternatively, you can
+carefully call <tt>cout.flush()</tt> after every line you output;
+again, I don't recommend this.
+</p>
+
+<p>
+Another way to fix the problem is to use unbuffered operating system
+calls to write directly to the file descriptor for standard output.
+On Unix, this means <tt>write(1, ...)</tt> -- see the man page for write(2).
+On Win32, you can use either the Unix-like <tt>_write(1, ...)</tt> or Win32
+native routines like <tt>WriteFile</tt>.
+</p>
+
+<p>
+Second, on the input side, you are likely to want to poll during your
+search and stop it if new input has come in.  If you implement
+pondering, you'll need this so that pondering stops when the user
+makes a move.  You should also poll during normal thinking on your
+move, so that you can implement the "?" (move now) command, and so
+that you can respond promptly to a "result", "force", or "quit"
+command if xboard wants to end the game or terminate your engine.
+Buffered input makes polling more complicated -- when you poll, you
+must stop your search if there are <em>either</em> characters in the buffer
+<em>or</em> characters available from the underlying file descriptor.
+</p>
+
+<p>
+The most direct way to fix this problem is to use unbuffered operating
+system calls to read (and poll) the underlying file descriptor
+directly.  On Unix, use <tt>read(0, ...)</tt> to read from standard input, and
+use <tt>select()</tt> to poll it.  See the man pages read(2) and select(2).
+(Don't follow the example of GNU Chess 4 and use the FIONREAD ioctl to
+poll for input.  It is not very portable; that is, it does not exist
+on all versions of Unix, and is broken on some that do have it.)  On
+Win32, you can use either the Unix-like <tt>_read(0, ...)</tt> or the native
+Win32 <tt>ReadFile()</tt> to read.  Unfortunately, under Win32, the function to
+use for polling is different depending on whether the input device is
+a pipe, a console, or something else.  (More Microsoft brain damage
+here -- did they never hear of device independence?)  For pipes, you
+can use <tt>PeekNamedPipe</tt> to poll (even when the pipe is unnamed).
+For consoles, 
+you can use <tt>GetNumberOfConsoleInputEvents</tt>.  For sockets only, you can
+use <tt>select()</tt>.  It might be possible to use
+<tt>WaitForSingleObject</tt> more 
+generally, but I have not tried it.  Some code to do these things can
+be found in Crafty's utility.c, but I don't guarantee that it's all
+correct or optimal.
+</p>
+
+<p>
+A second way to fix the problem might be to ask your I/O library not
+to buffer on input.  It should then be safe to poll the underlying
+file descriptor as described above.  With C, you can try calling
+<tt>setbuf(stdin, NULL)</tt>.  However, I have never tried this.  Also, there
+could be problems if you use <tt>scanf()</tt>, at least with certain patterns,
+because <tt>scanf()</tt> sometimes needs to read one extra character and "push
+it back" into the buffer; hence, there is a one-character pushback
+buffer even if you asked for stdio to be unbuffered.  With C++, you
+can try <tt>cin.rdbuf()-&gt;setbuf(NULL, 0)</tt>, but again, I have never tried
+this.
+</p>
+
+<p>
+A third way to fix the problem is to check whether there are
+characters in the buffer whenever you poll.  C I/O libraries generally
+do not provide any portable way to do this.  Under C++, you can use
+<tt>cin.rdbuf()-&gt;in_avail()</tt>.  This method has been reported to
+work with 
+EXchess.  Remember that if there are no characters in the buffer, you
+still have to poll the underlying file descriptor too, using the
+method described above.
+</p>
+
+<p>
+A fourth way to fix the problem is to use a separate thread to read
+from stdin.  This way works well if you are familiar with thread
+programming.  This thread can be blocked waiting for input to come in
+at all times, while the main thread of your engine does its thinking.
+When input arrives, you have the thread put the input into a buffer
+and set a flag in a global variable.  Your search routine then
+periodically tests the global variable to see if there is input to
+process, and stops if there is.  WinBoard and my Win32 ports of ICC
+timestamp and FICS timeseal use threads to handle multiple input
+sources.
+</p>
+
+<h2><a name="7">7. Signals</a></h2>
+
+<p>Engines that run on Unix need to be concerned with two Unix
+signals: <tt>SIGTERM</tt> and <tt>SIGINT</tt>.  This applies both to
+engines that run under xboard and (the unusual case of) engines that
+WinBoard remotely runs on a Unix host using the -firstHost or
+-secondHost feature.  It does not apply to engines that run on
+Windows, because Windows does not have Unix-style signals.
+<font color=red>
+Beginning with version 2, you can now turn off the use of
+either or both
+signals.  See the "feature" command in <a href="#6">section 9</a> below.
+</font>
+</p>
+
+<p>First, when an engine is sent the "quit" command, it is also given
+a <tt>SIGTERM</tt> signal shortly afterward to make sure it goes away.
+If your engine reliably responds to "quit", and the signal causes
+problems for you, you should either ignore it by calling
+<tt>signal(SIGTERM, SIG_IGN)</tt> at the start of your program,
+or disable it with the "feature" command.</p>
+
+<p>Second, xboard will send an interrupt signal (<tt>SIGINT</tt>) at
+certain times when it believes the engine may not be listening to user
+input (thinking or pondering).  WinBoard currently does this only when
+the engine is running remotely using the -firstHost or -secondHost
+feature, not when it is running locally.  You probably need to know
+only enough about this grungy feature to keep it from getting in your
+way.
+</p>
+
+<p>
+The <tt>SIGINT</tt>s are basically tailored to the needs of GNU Chess 4
+on systems where its input polling code is broken or disabled.
+Because they work in a rather peculiar way, it is recommended that you
+either ignore <tt>SIGINT</tt> by having your engine call
+<tt>signal(SIGINT, SIG_IGN)</tt>, or disable it with the "feature"
+command.</p>
+
+<p>
+Here are details for the curious.  If xboard needs to send a command
+when it is the chess engine's move (such as before the "?" command), 
+it sends a <tt>SIGINT</tt> first.  If xboard needs to send commands when it is
+not the chess engine's move, but the chess engine may be pondering
+(thinking on its opponent's time) or analyzing (analysis or analyze
+file mode), xboard sends a <tt>SIGINT</tt> before the first such command only.
+Another <tt>SIGINT</tt> is not sent until another move is made, even if xboard
+issues more commands.  This behavior is necessary for GNU Chess 4.  The
+first <tt>SIGINT</tt> stops it from pondering until the next move, but on some
+systems, GNU Chess 4 will die if it receives a <tt>SIGINT</tt> when not 
+actually thinking or pondering.
+</p>
+
+<p>
+There are two reasons why WinBoard does not send the Win32 equivalent
+of <tt>SIGINT</tt> (which is called <tt>CTRL_C_EVENT</tt>) to local
+engines.  First, the Win32 GNU Chess 4 port does not need it.  Second, I
+could not find a way to get it to work.  Win32 seems to be designed
+under the assumption that only console applications, not windowed
+applications, would ever want to send a <tt>CTRL_C_EVENT</tt>.
+</p>
+
+<h2><a name="8">8. Commands from xboard to the engine</a></h2>
+
+<p>
+All commands from xboard to the engine end with a newline (\n), even
+where that is not explicitly stated.  All your output to xboard must
+be in complete lines; any form of prompt or partial line will cause
+problems.
+</p>
+
+<p>
+At the beginning of each game, xboard sends an initialization string.
+This is currently "new\nrandom\n" unless the user changes it with the
+initString or secondInitString option.
+</p>
+
+<p>
+xboard normally reuses the same chess engine process for multiple
+games.  At the end of a game, xboard will send the "force" command
+(see below) to make sure your engine stops thinking about the current
+position.  It will later send the initString again to start a new
+game.  If your engine can't play multiple games, you can disable reuse
+<font color=red>
+either with the "feature" command (beginning in protocol version
+2; see below) or 
+</font>
+with xboard's -xreuse (or -xreuse2) command line
+option.  xboard will then ask the process to quit after each game and
+start a new process for the next game.
+</p>
+
+<dl>
+<dt><strong>xboard</strong>
+<dd>This command will be sent once immediately after your engine
+process is started.  You can use it to put your engine into "xboard
+mode" if that is needed.  If your engine prints a prompt to ask for
+user input, you must turn off the prompt and output a newline when the
+"xboard" command comes in.
+<p>
+
+<dt><font color=red><strong>protover N</strong></font>
+<dd><font color=red>
+Beginning in protocol version 2 (in which N=2), this command will
+be sent immediately after the "xboard" command.  If you receive some
+other command immediately after "xboard" (such as "new"), you can
+assume that protocol version 1 is in use.  The "protover" command is
+the only new command that xboard always sends in version 2.  All other
+new commands to the engine are sent only if the engine first enables
+them with the "feature" command.  Protocol versions will always be
+simple integers so that they can easily be compared.
+
+<p>Your engine should reply to the protover command by sending the
+"feature" command (see below) with the list of non-default feature
+settings that you require, if any.
+
+<p>Your engine should never refuse to run due to receiving a higher
+protocol version number than it is expecting!  New protocol versions
+will always be compatible with older ones by default; the larger
+version number is simply a hint that additional "feature" command
+options added in later protocol versions may be accepted.
+</font>
+<p>
+
+<dt><font color=red><strong>accepted</strong></font>
+<dt><font color=red><strong>rejected</strong></font>
+<dd><font color=red>
+These commands may be sent to your engine in reply to the "feature"
+command; see its documentation below.
+</font>
+<p>
+
+<dt><strong>new</strong>
+<dd>Reset the board to the standard chess starting position.  Set
+White on move.  Leave force mode and set the engine to play Black.
+Associate the engine's clock with Black and the opponent's clock with
+White.  Reset clocks and time controls to the start of a new game.
+Stop clocks.  Do not ponder on this move, even if pondering is on.
+Remove any search depth limit previously set by the sd command.
+<p>
+
+<dt><strong>variant VARNAME</strong>
+<dd>If the game is not standard chess, but a variant, this command is
+sent after "new" and before the first move or "edit" command.  Currently
+defined variant names are:
+
+<table>
+<tr align="left"><th>wildcastle<td>Shuffle chess where king can castle from d file
+<tr align="left"><th>nocastle<td>Shuffle chess with no castling at all
+<tr align="left"><th>fischerandom<td>Fischer Random (not supported yet)
+<tr align="left"><th>bughouse<td>Bughouse, ICC/FICS rules
+<tr align="left"><th>crazyhouse<td>Crazyhouse, ICC/FICS rules
+<tr align="left"><th>losers<td>Win by losing all pieces or getting mated (ICC)
+<tr align="left"><th>suicide<td>Win by losing all pieces including king,
+or by having fewer pieces when one player has no legal moves (FICS)
+<tr align="left"><th><font color=red>giveaway</font>
+<td><font color=red>Win by losing all pieces including king,
+or by having no legal moves (ICC)</font>
+<tr align="left"><th>twokings<td>Weird ICC wild 9
+<tr align="left"><th>kriegspiel<td>Kriegspiel (engines not supported)
+<tr align="left"><th>atomic<td>Atomic
+<tr align="left"><th>3check<td>Win by giving check 3 times
+<tr align="left"><th>unknown<td>Unknown variant (not supported)
+</table>
+<p>
+
+<dt><strong>quit</strong>
+<dd>The chess engine should immediately exit.  This command is used
+when xboard is itself exiting, and also between games if the -xreuse
+command line option is given (or -xreuse2 for the second engine).
+See also <a href="#7">Signals</a> above.
+<p>
+
+<dt><strong>random</strong>
+<dd>This command is specific to GNU Chess 4.  You can either ignore it
+completely (that is, treat it as a no-op) or implement it as GNU Chess
+does.  The command toggles "random" mode (that is, it sets random =
+!random).  In random mode, the engine adds a small random value to its
+evaluation function to vary its play.  The "new" command sets random
+mode off.
+<p>
+
+<dt><strong>force</strong>
+<dd>Set the engine to play neither color ("force mode").  Stop clocks.
+The engine should check that moves received in force mode are legal
+and made in the proper turn, but should not think, ponder, or make
+moves of its own.
+<p>
+
+<dt><strong>go</strong>
+<dd>Leave force mode and set the engine to play the color that is on
+move.  Associate the engine's clock with the color that is on move,
+the opponent's clock with the color that is not on move.  Start the engine's
+clock.  Start thinking and eventually make a move.
+<p>
+
+<dt><font color=red><strong>playother</strong></font>
+<dd>
+<font color=red>
+(This command is new in protocol version 2.  It is not
+sent unless you enable it with the feature command.)
+Leave force mode and set the engine to play the color that is <i>not</i> on
+move.  Associate the opponent's clock with the color that is on move,
+the engine's clock with the color that is not on move.  Start the opponent's
+clock.  If pondering is enabled, the engine should begin pondering.
+If the engine later receives a move, it should start thinking and eventually
+reply.
+</font>
+<p>
+
+<dt><strong>white</strong>
+<dd>
+<font color=red>
+(This command is obsolete as of protocol version 2, but is still
+sent in some situations to accommodate older engines unless you disable it 
+with the feature command.)
+</font>
+Set White on move.  Set the engine to play Black.  Stop clocks.
+<p>
+  
+<dt><strong>black</strong>
+<dd>
+<font color=red>
+(This command is obsolete as of protocol version 2, but is still
+sent in some situations to accommodate older engines unless you disable it 
+with the feature command.)
+</font>
+Set Black on move.  Set the engine to play White.  Stop clocks.
+<p>
+
+<dt><strong>level MPS BASE INC</strong>
+<dd>Set time controls.  See the <a href="#11">Time Control</a> section below.
+<p>
+  
+<dt><strong>st TIME</strong>
+<dd>Set time controls.  See the <a href="#11">Time Control</a> section
+below. The commands "level" and "st" are not used together.
+<p>
+
+<dt><strong>sd DEPTH</strong>
+<dd>The engine should limit its thinking to DEPTH ply.
+<p>
+
+<dt><strong>time N</strong>
+<dd>Set a clock that always belongs to the engine.  N is a number in
+  centiseconds (units of 1/100 second).  Even if the engine changes to
+  playing the opposite color, this clock remains with the engine.
+<p>
+
+<dt><strong>otim N</strong>
+
+<dd>Set a clock that always belongs to the opponent.  N is a number in
+centiseconds (units of 1/100 second).  Even if the opponent changes to
+playing the opposite color, this clock remains with the opponent.
+<p>
+If needed for purposes of board display in force mode (where the
+engine is not participating in the game) the time clock should be
+associated with the last color that the engine was set to play, the
+otim clock with the opposite color.
+</p>
+
+<p>
+<font color=red>
+Beginning in protocol version 2, if you can't handle the time and
+otim commands, you can use the "feature" command to disable them; see
+below.  
+</font>
+The following techniques from older protocol versions also
+work: You can ignore the time and otim commands (that is, treat them
+as no-ops), or send back "Error (unknown command): time" the first
+time you see "time".
+</p>
+
+<dt><strong>MOVE</strong>
+<dd>See below for the syntax of moves.  If the move is illegal, print
+an error message; see the section "<a href="#9">Commands from the engine to
+xboard</a>".  If the move is legal and in turn, make it.  If not in force
+mode, stop the opponent's clock, start the engine's clock, start
+thinking, and eventually make a move.
+<p>
+When xboard sends your engine a move, it normally sends coordinate
+algebraic notation.  Examples:
+<p>
+<table>
+<tr align="left"><td>Normal moves:<td>e2e4
+<tr align="left"><td>Pawn promotion:<td>e7e8q
+<tr align="left"><td>Castling:<td>e1g1, e1c1, e8g8, e8c8
+<tr align="left"><td>Bughouse/crazyhouse drop:<td>P@h3
+<tr align="left"><td>ICS Wild 0/1 castling:<td>d1f1, d1b1, d8f8, d8b8
+<tr align="left"><td>FischerRandom castling:<td>O-O, O-O-O (oh, not zero)
+</table>
+
+<p>
+<font color=red>
+Beginning in protocol version 2, you can use the feature command
+to select SAN (standard algebraic notation) instead; for example, e4,
+Nf3, exd5, Bxf7+, Qxf7#, e8=Q, O-O, or P@h3.  Note that the last form,
+P@h3, is a extension to the PGN standard's definition of SAN, which does
+not support bughouse or crazyhouse.
+</font>
+</p>
+
+<p>
+xboard doesn't reliably detect illegal moves, because it does not keep
+track of castling unavailability due to king or rook moves, or en
+passant availability.  If xboard sends an illegal move, send back an
+error message so that xboard can retract it and inform the user; see
+the section "<a href="#9">Commands from the engine to xboard</a>".
+</p>
+
+<dt><font color=red><strong>usermove MOVE</strong></font>
+<dd><font color=red>
+By default, moves are sent to the engine without a command name;
+the notation is just sent as a line by itself.
+Beginning in protocol version 2, you can use the feature command
+to cause the command name "usermove" to be sent before the move.
+Example: "usermove e2e4".
+</font>
+</p>
+
+<dt><strong>?</strong>
+<dd>Move now.  If your engine is thinking, it should move immediately;
+  otherwise, the command should be ignored (treated as a no-op).  It
+  is permissible for your engine to always ignore the ? command.  The
+  only bad consequence is that xboard's Move Now menu command will do
+  nothing.
+<p>
+It is also permissible for your engine to move immediately if it gets
+any command while thinking, as long as it processes the command right
+after moving, but it's preferable if you don't do this.  For example,
+xboard may send post, nopost, easy, hard, force, quit,
+<font color=red>
+or other commands
+</font>
+while the engine is on move.
+</p>
+
+<dt><font color=red><strong>ping N</strong></font>
+<dd>
+<font color=red>
+In this command, N is a decimal number.  When you receive the command,
+reply by sending the string <strong>pong N</strong>, where N is the
+same number you received.  Important: You must not reply to a "ping"
+command until you have finished executing all commands that you
+received before it.  Pondering does not count; if you receive a ping
+while pondering, you should reply immediately and continue pondering.
+Because of the way xboard uses the ping command, if you implement the
+other commands in this protocol, you should never see a "ping" command
+when it is your move; however, if you do, you must not send the "pong"
+reply to xboard until after you send your move.  For example, xboard
+may send "?" immediately followed by "ping".  If you implement the "?"
+command, you will have moved by the time you see the subsequent ping
+command.  Similarly, xboard may send a sequence like "force", "new",
+"ping".  You must not send the pong response until after you have
+finished executing the "new" command and are ready for the new game to
+start.
+
+<p>
+The ping command is new in protocol version 2 and will not be sent
+unless you enable it with the "feature" command.  Its purpose is to
+allow several race conditions that could occur in previous versions of
+the protocol to be fixed, so it is highly recommended that you
+implement it.  It is especially important in simple engines that do
+not ponder and do not poll for input while thinking, but it is needed in all
+engines.  
+</p>
+</font>
+
+<dt><strong>draw</strong>
+<dd>The engine's opponent offers the engine a draw.  To accept the
+draw, send "offer draw".  To decline, ignore the offer (that is, send
+nothing).  If you're playing on ICS, it's possible for the draw offer
+to have been withdrawn by the time you accept it, so don't assume the
+game is over because you accept a draw offer.  Continue playing until
+xboard tells you the game is over.  See also "offer draw" below.
+<p>
+
+<dt><strong>result RESULT {COMMENT}</strong>
+<dd>After the end of each game, xboard will send you a result command.
+You can use this command to trigger learning.  RESULT is either 1-0,
+0-1, 1/2-1/2, or *, indicating whether white won, black won, the game
+was a draw, or the game was unfinished.  The COMMENT string is purely
+a human-readable comment; its content is unspecified and subject to
+change.  In ICS mode, it is passed through from ICS uninterpreted.
+Example: <pre>result 1-0 {White mates}</pre>
+<p>
+Here are some notes on interpreting the "result" command.  Some apply
+only to playing on ICS ("Zippy" mode).
+</p>
+
+<p>
+If you won but did not just play a mate, your opponent must have
+resigned or forfeited.  If you lost but were not just mated, you
+probably forfeited on time, or perhaps the operator resigned manually.
+If there was a draw for some nonobvious reason, perhaps your opponent
+called your flag when he had insufficient mating material (or vice
+versa), or perhaps the operator agreed to a draw manually.
+</p>
+
+<p>
+You will get a result command even if you already know the game ended
+-- for example, after you just checkmated your opponent.  In fact, if
+you send the "RESULT {COMMENT}" command (discussed below), you will
+simply get the same thing fed back to you with "result" tacked in
+front.  You might not always get a "result *" command, however.  In
+particular, you won't get one in local chess engine mode when the user
+stops playing by selecting Reset, Edit Game, Exit or the like.
+</p>
+
+<dt><font color=red><strong>setboard FEN</strong></font>
+<dd><font color=red>
+The setboard command is the new way to set up positions, beginning
+in protocol version 2.  It is not used unless it has been selected
+with the feature command.  Here FEN is a position in Forsythe-Edwards
+Notation, as defined in the PGN standard.
+
+<p><i>Illegal positions:</i> Note that either setboard or edit can
+be used to send an illegal position to the engine.  The user can
+create any position with xboard's Edit Position command (even, say,
+an empty board, or a board with 64 white kings and no black ones).
+If your engine receives a position that it considers illegal, 
+I suggest that you send the response "tellusererror Illegal position",
+and then respond to any attempted move with "Illegal move" until
+the next new, edit, or setboard command.</p>
+</font>
+<p>
+
+<dt><strong>edit</strong>
+<dd>
+<font color=red>
+The edit command is the old way to set up positions.  For compatibility
+with old engines, it is still used by default, but new engines may prefer
+to use the feature command (see below) to cause xboard to use setboard instead.
+</font>
+The edit command puts the chess engine into a special mode, where
+it accepts the following subcommands:
+<table>
+<tr align="left"><th>c<td>change current piece color, initially white
+<tr align="left"><th>Pa4 (for example)<td>place pawn of current color on a4
+<tr align="left"><th>xa4 (for example)<td>empty the square a4 (not used by xboard)
+<tr align="left"><th>#<td>clear board
+<tr align="left"><th>.<td>leave edit mode
+</table>
+<font color=red>
+See the Idioms section below for additional subcommands used in
+ChessBase's implementation of the protocol.
+</font>
+
+<p>The edit command does not change the side to move.  To set up a
+black-on-move position, xboard uses the following command sequence:
+</p>
+<pre>
+    new
+    force
+    a2a3
+    edit
+    &lt;edit commands&gt;
+    .
+</pre>
+
+<p>
+This sequence is used to avoid the "black" command, which is now
+considered obsolete and which many engines never did implement as 
+specified in this document.
+</p>
+
+<p>
+After an edit command is complete, if a king and a rook are on their
+home squares, castling is assumed to be available to them.  En passant
+capture is assumed to be illegal on the current move regardless of the
+positions of the pawns.  The clock for the 50 move rule starts at
+zero, and for purposes of the draw by repetition rule, no prior
+positions are deemed to have occurred.
+</p>
+
+<dt><strong>hint</strong>
+<dd>If the user asks for a hint, xboard sends your engine the command
+"hint".  Your engine should respond with "Hint: xxx", where xxx is a
+suggested move.  If there is no move to suggest, you can ignore the
+hint command (that is, treat it as a no-op).
+<p>
+
+<dt><strong>bk</strong>
+<dd>If the user selects "Book" from the xboard menu, xboard will send
+your engine the command "bk".  You can send any text you like as the
+response, as long as each line begins with a blank space or tab (\t)
+character, and you send an empty line at the end.  The text pops up in
+a modal information dialog.
+<p>
+
+<dt><strong>undo</strong>
+<dd>If the user asks to back up one move, xboard will send you the
+"undo" command.  xboard will not send this command without putting you
+in "force" mode first, so you don't have to worry about what should
+happen if the user asks to undo a move your engine made.  (GNU Chess 4
+actually switches to playing the opposite color in this case.)
+<p>
+
+<dt><strong>remove</strong>
+<dd>If the user asks to retract a move, xboard will send you the
+"remove" command.  It sends this command only when the user is on
+move.  Your engine should undo the last two moves (one for each
+player) and continue playing the same color.
+<p>
+
+<dt><strong>hard</strong>
+<dd>Turn on pondering (thinking on the opponent's time, also known as
+"permanent brain").  xboard will not make any assumption about what
+your default is for pondering or whether "new" affects this setting.
+<p>
+
+<dt><strong>easy</strong>
+<dd>Turn off pondering.
+<p>
+  
+<dt><strong>post</strong>
+<dd>Turn on thinking/pondering output.  
+See <a href="#10">Thinking Output</a> section.
+<p>
+
+<dt><strong>nopost</strong>
+<dd>Turn off thinking/pondering output.
+<p>
+  
+<dt><strong>analyze</strong>
+<dd>Enter analyze mode.  See <a href="#12">Analyze Mode</a> section.
+<p>
+
+<dt><strong>name X</strong> <dd>This command informs the engine of its
+opponent's name.  When the engine is playing on a chess server, xboard
+obtains the opponent's name from the server. 
+<font color=red>
+When the engine is
+playing locally against a human user, xboard obtains the user's login
+name from the local operating system.  When the engine is playing
+locally against another engine, xboard uses either the other engine's
+filename or the name that the other engine supplied in the myname
+option to the feature command.  By default, xboard uses the name
+command only when the engine is playing on a chess server.  Beginning
+in protocol version 2, you can change this with the name option to the
+feature command; see below.
+</font>
+<p>
+
+<dt><strong>rating</strong>
+<dd>In ICS mode, xboard obtains the ICS opponent's rating from the
+"Creating:" message that appears before each game.  (This message may
+not appear on servers using outdated versions of the FICS code.)  In
+Zippy mode, it sends these ratings on to the chess engine using the
+"rating" command.  The chess engine's own rating comes first, and if
+either opponent is not rated, his rating is given as 0.  
+<font color=red>
+In the future this command may also be used in other modes, if ratings
+are known.
+</font>
+Example: <pre>rating 2600 1500</pre>
+<p>
+
+<dt><font color=red><strong>ics HOSTNAME</strong></font>
+<dd><font color=red>
+If HOSTNAME is "-", the engine is playing against a local
+opponent; otherwise, the engine is playing on an Internet Chess Server
+(ICS) with the given hostname.  This command is new in protocol
+version 2 and is not sent unless the engine has enabled it with
+the "feature" command.  Example: "ics freechess.org"
+</font>
+<p>
+
+<dt><strong>computer</strong>
+<dd>The opponent is also a computer chess engine.  Some engines alter
+their playing style when they receive this command.
+<p>
+
+<dt><font color=red><strong>pause</strong></font>
+<dt><font color=red><strong>resume</strong></font>
+<dd><font color=red>(These commands are new in protocol
+version 2 and will not be sent unless feature pause=1 is set.  At
+this writing, xboard actually does not use the commands at all, but it
+or other interfaces may use them in the future.)
+The "pause" command puts the engine into a special state where it
+does not think, ponder, or otherwise consume significant CPU time.
+The current thinking or pondering (if any) is suspended and both
+player's clocks are stopped.  The only command that the interface may
+send to the engine while it is in the paused state is "resume".  The
+paused thinking or pondering (if any) resumes from exactly where it
+left off, and the clock of the player on move resumes running from
+where it stopped.
+</font>
+</dl>
+
+<h3>Bughouse commands:</h3>
+
+<p>
+xboard now supports bughouse engines when in Zippy mode.  See
+<a href="http://www.tim-mann.org/xboard/zippy.README"
+>zippy.README</a> for information on Zippy mode and how to turn on the
+bughouse support.  The bughouse move format is given above.  xboard
+sends the following additional commands to the engine when in bughouse
+mode.  
+Commands to inform your engine of the partner's game state may
+be added in the future.
+</p>
+
+<dl>
+<dt><strong>partner &lt;player&gt;</strong>
+<dd>&lt;player&gt; is now your partner for future games.  Example: <pre>partner mann</pre>
+<p>
+
+<dt><strong>partner</strong>
+<dd>Meaning: You no longer have a partner.
+<p>
+
+<dt><strong>ptell &lt;text&gt;</strong>
+<dd>Your partner told you &lt;text&gt;, either with a ptell or an ordinary tell.  
+<p>
+
+<dt><strong>holding [&lt;white&gt;] [&lt;black&gt;]</strong>
+<dd>White currently holds &lt;white&gt;; black currently holds &lt;black&gt;.
+  Example: <pre>holding [PPPRQ] []</pre>
+
+<dt><strong>holding [&lt;white&gt;] [&lt;black&gt;] &lt;color&gt;&lt;piece&gt;</strong>
+<dd>White currently holds &lt;white&gt;; black currently holds &lt;black&gt;, after
+  &lt;color&gt; acquired &lt;piece&gt;.   Example: <pre>holding [PPPRQ] [R] BR</pre>
+</dl>
+
+<h2><a name="9">9. Commands from the engine to xboard</a></h2>
+
+<p>
+<font color=red>
+In general, an engine should not send any output to xboard that is not
+described in this document.  As the protocol is extended, newer
+versions of xboard may recognize additional strings as commands that
+were previously not assigned a meaning.
+</font>
+</p>
+
+<dl>
+<dt><font color=red>
+<strong>feature FEATURE1=VALUE1 FEATURE2=VALUE2 ...</strong> 
+</font>
+
+<dd><font color=red>
+Beginning with version 2, the protocol includes the "feature"
+command, which lets your engine control certain optional protocol
+features.  Feature settings are written as FEATURE=VALUE, where
+FEATURE is a name from the list below and VALUE is the value to be
+assigned.  Features can take string, integer, or boolean values; the
+type of value is listed for each feature.  String values are written
+in double quotes (for example, <tt>feature myname="Miracle Chess
+0.9"</tt>), integers are written in decimal, and boolean values are
+written as 0 for false, 1 for true.  Any number of features can be set
+in one feature command, or multiple feature commands can be given.
+
+<p>
+Your engine should send one or more feature commands immediately after
+receiving the "protover" command, since xboard needs to know the
+values of some features before sending further commands to the engine.
+Because engines that predate protocol version 2 do not send "feature",
+xboard uses a timeout mechanism: when it first starts your engine, it
+sends "xboard" and "protover N", then listens for feature commands for
+two seconds before sending any other commands.  To end this timeout
+and avoid the wait, set the feature "done=1" at the end of your last
+feature command.  To increase the timeout, if needed, set the feature
+"done=0" before your first feature command and "done=1" at the end.
+If needed, it is okay for your engine to set done=0 soon as it starts,
+even before it receives the xboard and protover commands.  This can be
+useful if your engine takes a long time to initialize itself.  It
+should be harmless even if you are talking to a (version 1) user
+interface that does not understand the "feature" command, since such
+interfaces generally ignore commands from the engine that they do not
+understand.
+</p>
+
+<p>
+The feature command is designed to let the protocol change without
+breaking engines that were written for older protocol versions.  When
+a new feature is added to the protocol, its default value is always
+chosen to be compatible with older versions of the protocol that did
+not have the feature.  Any feature that your engine does not set in a
+"feature" command retains its default value, so as the protocol
+changes, you do not have to change your engine to keep up with it
+unless you want to take advantage of a new feature.  Because some
+features are improvements to the protocol, while others are meant to
+cater to engines that do not implement all the protocol features, the
+recommended setting for a feature is not always the same as the
+default setting.  The listing below gives both default and recommended
+settings for most features.
+</p>
+
+<p>
+You may want to code your engine so as to be able to work with
+multiple versions of the engine protocol.  Protocol version 1 does not
+send the protover command and does not implement the feature command;
+if you send a feature command in protocol version 1, it will have no
+effect and there will be no response.  In protocol version 2 or later,
+each feature F that you set generates the response "accepted F" if the
+feature is implemented, or "rejected F" if it is not.  Thus an engine
+author can request any feature without having to keep track of which
+protocol version it was introduced in; you need only check whether the
+feature is accepted or rejected.  This mechanism also makes it
+possible for a user interface author to implement a subset of a
+protocol version by rejecting some features that are defined in that
+version; however, you should realize that engine authors are likely to
+code for xboard and may not be prepared to have a feature that they
+depend on be rejected.
+</p>
+
+<p>
+Here are the features that are currently defined.
+</p>
+</font>
+
+<dl>
+<dt><font color=red>
+<strong>ping</strong> (boolean, default 0, recommended 1)
+</font>
+<dd><font color=red>
+If ping=1, xboard may use the protocol's new "ping" command;
+if ping=0, xboard will not use the command.
+</font>
+
+<dt><font color=red>
+<strong>setboard</strong> (boolean, default 0, recommended 1)
+</font>
+<dd><font color=red>
+If setboard=1, xboard will use the protocol's new "setboard" command
+to set up positions; if setboard=0, it will use the older "edit" command.
+</font>
+
+<dt><font color=red>
+<strong>playother</strong> (boolean, default 0, recommended 1)
+</font>
+<dd><font color=red>
+If playother=1, xboard will use the protocol's new "playother" command
+when appropriate; if playother=0, it will not use the command.
+</font>
+
+<dt><font color=red>
+<strong>san</strong> (boolean, default 0)
+</font>
+<dd><font color=red>
+If san=1, xboard will send moves to the engine in standard algebraic
+notation (SAN); for example, Nf3.  If san=0, xboard will send moves in
+coordinate notation; for example, g1f3.  See MOVE in 
+<a href="#8">section 8</a> above for more details of both kinds of notation.
+</font>
+
+<dt><font color=red>
+<strong>usermove</strong> (boolean, default 0)
+</font>
+<dd><font color=red>
+If usermove=1, xboard will send moves to the engine with the
+command "usermove MOVE"; if usermove=0, xboard will send just the move,
+with no command name.
+</font>
+
+<dt><font color=red>
+<strong>time</strong> (boolean, default 1, recommended 1)
+</font>
+<dd><font color=red>
+If time=1, xboard will send the "time" and "otim" commands to
+update the engine's clocks; if time=0, it will not.
+</font>
+
+<dt><font color=red>
+<strong>draw</strong> (boolean, default 1, recommended 1)
+</font>
+<dd><font color=red>
+If draw=1, xboard will send the "draw" command if the engine's opponent
+offers a draw; if draw=0, xboard will not inform the engine about
+draw offers.  Note that if draw=1, you may receive a draw offer while you
+are on move; if this will cause you to move immediately, you should set
+draw=0.
+</font>
+
+<dt><font color=red>
+<strong>sigint</strong> (boolean, default 1)
+</font>
+<dd><font color=red>
+If sigint=1, xboard may send SIGINT (the interrupt signal) to
+the engine as <a href="#7">section 7</a> above; if sigint=0, it will
+not.
+</font>
+
+<dt><font color=red>
+<strong>sigterm</strong> (boolean, default 1)
+</font>
+<dd><font color=red>
+If sigterm=1, xboard may send SIGTERM (the termination signal) to
+the engine as <a href="#7">section 7</a> above; if sigterm=0, it will
+not.
+</font>
+
+<dt><font color=red>
+<strong>reuse</strong> (boolean, default 1, recommended 1) 
+</font>
+<dd><font color=red>
+If reuse=1, xboard may reuse your engine for multiple games.  If
+reuse=0 (or if the user has set the -xreuse option on xboard's command
+line), xboard will kill the engine process after every game and start
+a fresh process for the next game.
+</font>
+
+<dt><font color=red>
+<strong>analyze</strong> (boolean, default 1, recommended 1)
+</font>
+<dd><font color=red>
+If analyze=0, xboard will not try to use the "analyze" command; it
+will pop up an error message if the user asks for analysis mode.  If
+analyze=1, xboard will try to use the command if the user asks for
+analysis mode.
+</font>
+
+<dt><font color=red>
+<strong>myname</strong> (string, default determined from engine filename)
+</font>
+<dd><font color=red>
+This feature lets you set the name that xboard will use for your
+engine in window banners, in the PGN tags of saved game files, and when
+sending the "name" command to another engine.
+</font>
+
+<dt><font color=red>
+<strong>variants</strong> (string, see text below)
+</font>
+<dd><font color=red>
+This feature indicates which chess variants your engine accepts.
+It should be a comma-separated list of variant names.  See the table
+under the "variant" command in <a href="#8">section 8</a> above.  If
+you do not set this feature, xboard will assume by default that your
+engine supports all variants.  (However, the -zippyVariants
+command-line option still limits which variants will be accepted in
+Zippy mode.)  It is recommended that you set this feature to the
+correct value for your engine (just "normal" in most cases) rather
+than leaving the default in place, so that the user will get an
+appropriate error message if he tries to play a variant that your
+engine does not support.
+</font>
+
+<dt><font color=red>
+<strong>colors</strong> (boolean, default 1, recommended 0) 
+</font>
+<dd><font color=red>
+If colors=1, xboard uses the obsolete "white" and "black"
+commands in a stylized way that works with most older chess engines
+that require the commands.  See the "<a href="#13">Idioms</a>" section
+below for details.  If colors=0, xboard does not use the "white" and
+"black" commands at all.
+</font>
+
+<dt><font color=red>
+<strong>ics</strong> (boolean, default 0)
+</font>
+<dd><font color=red>
+If ics=1, xboard will use the protocol's new "ics" command
+to inform the engine of whether or not it is playing on a chess server;
+if ics=0, it will not.
+</font>
+
+<dt><font color=red>
+<strong>name</strong> (boolean, see text below)
+</font>
+<dd><font color=red>
+If name=1, xboard will use the protocol's "name" command
+to inform the engine of the opponent's name; if name=0, it will not.
+By default, name=1 if the engine is playing on a chess server; name=0 if not.
+</font>
+
+<dt><font color=red>
+<strong>pause</strong> (boolean, default 0)
+</font>
+<dd><font color=red>
+If pause=1, xboard may use the protocol's new "pause" command;
+if pause=0, xboard assumes that the engine does not support this command.
+</font>
+
+<dt><font color=red>
+<strong>done</strong> (integer, no default)
+</font>
+<dd><font color=red>
+If you set done=1 during the initial two-second timeout after
+xboard sends you the "xboard" command, the
+timeout will end and xboard will not look for any more feature
+commands before starting normal operation.
+If you set done=0, the initial timeout is increased to one hour;
+in this case, you must set done=1 before xboard will enter normal operation.
+</font>
+</dl>
+<p>
+
+<dt><strong>Illegal move: MOVE</strong>
+<dt><strong>Illegal move (REASON): MOVE</strong>
+<dd>If your engine receives a MOVE command that is recognizably a move
+but is not legal in the current position, your engine must print an
+error message in one of the above formats so that xboard can pass the
+error on to the user and retract the move.  The (REASON) is entirely
+optional.  Examples:
+
+<pre>
+  Illegal move: e2e4
+  Illegal move (in check): Nf3
+  Illegal move (moving into check): e1g1
+</pre>
+<p>
+Generally, xboard will never send an ambiguous move, so it does not 
+matter whether you respond to such a move with an Illegal move message 
+or an Error message.
+</p>
+
+<dt><strong>Error (ERRORTYPE): COMMAND</strong>
+<dd>If your engine receives a command it does not understand or does
+not implement, it should print an error message in the above format so
+that xboard can parse it.  Examples:
+<pre>
+  Error (ambiguous move): Nf3
+  Error (unknown command): analyze
+  Error (command not legal now): undo
+  Error (too many parameters): level 1 2 3 4 5 6 7
+</pre>
+
+<dt><strong>move MOVE</strong>
+<dd>Your engine is making the move MOVE.  Do not echo moves from
+xboard with this command; send only new moves made by the engine.
+
+<font color=red>
+<p>For the actual move text from your chess engine (in place of MOVE
+above), your move should be either
+<ul>
+<li>in coordinate notation (e.g.,
+e2e4, e7e8q) with castling indicated by the King's two-square move (e.g.,
+e1g1), or
+<li>in Standard Algebraic Notation (SAN) as defined in the
+Portable Game Notation standard (e.g, e4, Nf3, O-O, cxb5, Nxe4, e8=Q),
+with the extension piece@square (e.g., P@f7) to handle piece placement
+in bughouse and crazyhouse.
+</ul>
+xboard itself also accepts some variants of SAN, but for compatibility
+with non-xboard interfaces, it is best not to rely on this behavior.
+</p>
+
+<p>Warning: Even though all versions of this protocol specification
+have indicated that xboard accepts SAN moves, some non-xboard
+interfaces are known to accept only coordinate notation.  See the
+Idioms section for more information on the known limitations of some
+non-xboard interfaces.  It should be safe to send SAN moves if you
+receive a "protover 2" (or later) command from the interface, but
+otherwise it is best to stick to coordinate notation for maximum
+compatibility.  An even more conservative approach would be for your
+engine to send SAN to the interface only if you have set feature san=1
+(which causes the interface to send SAN to you) and have received
+"accepted san" in reply.
+</p>
+</font>
+
+<dt><strong>RESULT {COMMENT}</strong> <dd>When your engine detects
+that the game has ended by rule, your engine must output a line of the
+form "RESULT {comment}" (without the quotes), where RESULT is a PGN
+result code (1-0, 0-1, or 1/2-1/2), and comment is the reason.  Here
+"by rule" means that the game is definitely over because of what
+happened on the board.  In normal chess, this includes checkmate,
+stalemate, triple repetition, the 50 move rule, or insufficient
+material; it does not include loss on time or the like.
+Examples:
+<pre>
+  0-1 {Black mates}
+  1-0 {White mates}
+  1/2-1/2 {Draw by repetition}
+  1/2-1/2 {Stalemate}
+</pre>
+
+<p>
+xboard relays the result to the user, the ICS, the other engine in Two
+Machines mode, and the PGN save file as required.
+</p>
+
+<dt><strong>resign</strong>
+<dd>If your engine wants to resign, it can send the command "resign".
+Alternatively, it can use the "RESULT {comment}" command if the string
+"resign" is included in the comment; for example "0-1 {White
+resigns}".  xboard relays the resignation to the user, the ICS, the
+other engine in Two Machines mode, and the PGN save file as required.
+<p>
+
+<dt><strong>offer draw</strong>
+<dd>If your engine wants to offer a draw by agreement (as opposed to
+claiming a draw by rule), it can send the command "offer draw".
+xboard relays the offer to the user, the ICS, the other engine in Two
+Machines mode, and the PGN save file as required.  In Machine White,
+Machine Black, or Two Machines mode, the offer is considered valid
+until your engine has made two more moves.
+<p>
+
+<dt><font color=red><strong>tellopponent MESSAGE</strong></font>
+<dd><font color=red>
+This command lets the engine give a message to its opponent,
+independent of whether the opponent is a user on the local machine or
+a remote ICS user (Zippy mode).  MESSAGE consists of any characters,
+including whitespace, to the end of the line.  When the engine is
+playing against a user on the local machine, xboard pops up an
+information dialog containing the message.  When the engine is playing
+against an opponent on the ICS (Zippy mode), xboard sends "say
+MESSAGE\n" to the ICS.
+<p>
+
+<dt><strong>tellothers MESSAGE</strong> 
+<dd>This command lets the engine give a message to people watching the
+game other than the engine's opponent.  MESSAGE consists of any
+characters, including whitespace, to the end of the line.  When the
+engine is playing against a user on the local machine, this command
+does nothing.  When the engine is playing against an opponent on the
+ICS (Zippy mode), xboard sends "whisper MESSAGE\n" to the ICS.
+<p>
+
+<dt><strong>tellall MESSAGE</strong>
+<dd>This command lets the engine give a message to its opponent and
+other people watching the game, 
+independent of whether the opponent is a user on the local machine or
+a remote ICS user (Zippy mode).  MESSAGE consists of any characters,
+including whitespace, to the end of the line.  When the engine is
+playing against a user on the local machine, xboard pops up an
+information dialog containing the message.  When the engine is playing
+against an opponent on the ICS (Zippy mode), xboard sends "kibitz
+MESSAGE\n" to the ICS.
+</font>
+<p>
+
+<dt><strong>telluser MESSAGE</strong>
+<dd>xboard pops up an information dialog containing the message.
+MESSAGE consists of any characters, including whitespace, to the end
+of the line.
+<p>
+
+<dt><strong>tellusererror MESSAGE</strong>
+<dd>xboard pops up an error dialog containing the message.
+MESSAGE consists of any characters, including whitespace, to the end
+of the line.
+<p>
+
+<dt><strong>askuser REPTAG MESSAGE</strong>
+<dd>Here REPTAG is a string containing no whitespace, and MESSAGE
+consists of any characters, including whitespace, to the end of the
+line.  xboard pops up a question dialog that says MESSAGE and
+has a typein box.  If the user types in "bar", xboard sends "REPTAG
+bar" to the engine.  The user can cancel the dialog and send nothing.
+<p>
+
+<dt><strong>tellics MESSAGE</strong>
+<dd>In Zippy mode, xboard sends "MESSAGE\n" to ICS.  MESSAGE consists
+of any characters, including whitespace, to the end of the line.
+<p>
+
+<dt><font color=red><strong>tellicsnoalias MESSAGE</strong></font>
+<dd><font color=red>
+In Zippy mode, xboard sends "xMESSAGE\n" to ICS, where "x" is a
+character that prevents the ICS from expanding command aliases, if
+xboard knows of such a character.  (On chessclub.com and chess.net,
+"/" is used; on freechess.org, "$" is used.)  MESSAGE consists of any
+characters, including whitespace, to the end of the line.
+</font>
+</dl>
+<p>
+
+<h2><a name="10">10. Thinking Output</a></h2>
+
+<p>
+If the user asks your engine to "show thinking", xboard sends your
+engine the "post" command.  It sends "nopost" to turn thinking off.
+In post mode, your engine sends output lines to show the progress of
+its thinking.  The engine can send as many or few of these lines as it
+wants to, whenever it wants to.  Typically they would be sent when the
+PV (principal variation) changes or the depth changes.  The thinking
+output should be in the following format:
+</p>
+
+<pre>ply score time nodes pv</pre>
+
+Where:
+<table>
+<tr align="left"><th>ply<td>Integer giving current search depth.
+<tr align="left"><th>score<td>Integer giving current evaluation in centipawns.
+<tr align="left"><th>time<td>Current search time in centiseconds (ex:
+1028 = 10.28 seconds).
+
+<tr align="left"><th>nodes<td>Nodes searched.
+<tr align="left"><th>pv<td>Freeform text giving current "best" line.
+You can continue the pv onto another line if you start each
+continuation line with at least four space characters.
+</table>
+
+<p>
+Example:
+</p>
+
+<pre>  9 156 1084 48000 Nf3 Nc6 Nc3 Nf6</pre>
+
+<p>
+Meaning:
+</p>
+
+9 ply, score=1.56, time = 10.84 seconds, nodes=48000, 
+PV = "Nf3 Nc6 Nc3 Nf6"
+
+<p>
+Longer example from actual Crafty output:
+</p>
+<pre>
+  4    109      14   1435  1. e4 d5 2. Qf3 dxe4 3. Qxe4 Nc6
+  4    116      23   2252  1. Nf3 Nc6 2. e4 e6
+  4    116      27   2589  1. Nf3 Nc6 2. e4 e6
+  5    141      44   4539  1. Nf3 Nc6 2. O-O e5 3. e4
+  5    141      54   5568  1. Nf3 Nc6 2. O-O e5 3. e4
+</pre>
+
+<p>
+You can use the PV to show other things; for instance, while in book,
+Crafty shows the observed frequency of different reply moves in its
+book.  In situations like this where your engine is not really
+searching, start the PV with a '(' character:
+</p>
+
+<pre>
+  0      0       0      0  (e4 64%, d4 24%)
+</pre>
+
+<p>
+GNU Chess output is very slightly different.  The ply number is
+followed by an extra nonblank character, and the time is in seconds,
+not hundredths of seconds.  For compatibility, xboard accepts the
+extra character and takes it as a flag indicating the different time
+units.  Example:
+</p>
+
+<pre>
+ 2.     14    0       38   d1d2  e8e7 
+ 3+     78    0       65   d1d2  e8e7  d2d3 
+ 3&     14    0       89   d1d2  e8e7  d2d3 
+ 3&     76    0      191   d1e2  e8e7  e2e3 
+ 3.     76    0      215   d1e2  e8e7  e2e3 
+ 4&     15    0      366   d1e2  e8e7  e2e3  e7e6 
+ 4.     15    0      515   d1e2  e8e7  e2e3  e7e6 
+ 5+     74    0      702   d1e2  f7f5  e2e3  e8e7  e3f4 
+ 5&     71    0     1085   d1e2  e8e7  e2e3  e7e6  e3f4 
+ 5.     71    0     1669   d1e2  e8e7  e2e3  e7e6  e3f4 
+ 6&     48    0     3035   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 6.     48    0     3720   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 7&     48    0     6381   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 7.     48    0    10056   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 8&     66    1    20536   d1e2  e8e7  e2e3  e7e6  e3d4  g7g5  a2a4  f7f5 
+ 8.     66    1    24387   d1e2  e8e7  e2e3  e7e6  e3d4  g7g5  a2a4  f7f5 
+ 9&     62    2    38886   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  a2a4  h5h4 
+                           d4e4 
+ 9.     62    4    72578   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  a2a4  h5h4 
+                           d4e4 
+10&     34    7   135944   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  c2c4  h5h4 
+                           d4e4  f7f5  e4f4 
+10.     34    9   173474   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  c2c4  h5h4 
+                           d4e4  f7f5  e4f4 
+</pre>
+
+<p>If your engine is pondering (thinking on its opponent's time) in post
+mode, it can show its thinking then too.  In this case your engine may
+omit the hint move (the move it is assuming its opponent will make)
+from the thinking lines <em>if and only if</em> it sends xboard the move in
+the usual "Hint: xxx" format before sending the first line.
+</p>
+
+<h2><a name="11">11. Time control</a></h2>
+
+<p>
+xboard supports three styles of time control: conventional chess clocks,
+the ICS-style incremental clock, and an exact number of seconds per move.
+</p>
+
+<p>In conventional clock mode, every time control period is the same.
+That is, if the time control is 40 moves in 5 minutes, then after each
+side has made 40 moves, they each get an additional 5 minutes, and so
+on, ad infinitum.  At some future time it would be nice to support a
+series of distinct time controls.  This is very low on my personal
+priority list, but code donations to the xboard project are accepted,
+so feel free to take a swing at it.  I suggest you talk to me first,
+though.
+</p>
+
+<p>
+The command to set a conventional time control looks like this:
+</p>
+
+<pre>
+  level 40 5 0
+  level 40 0:30 0
+</pre>
+
+<p>
+The 40 means that there are 40 moves per time control.  The 5 means
+there are 5 minutes in the control.  In the second example, the 0:30
+means there are 30 seconds.  The final 0 means that we are in
+conventional clock mode.
+</p>
+
+<p>
+The command to set an incremental time control looks like this:
+</p>
+
+<pre>
+  level 0 2 12
+</pre>
+
+<p>
+Here the 0 means "play the whole game in this time control period",
+the 2 means "base=2 minutes", and the 12 means "inc=12 seconds".  As
+in conventional clock mode, the second argument to level can be in
+minutes and seconds.
+</p>
+
+<p>
+At the start of the game, each player's clock is set to base minutes.
+Immediately after a player makes a move, inc seconds are added to his
+clock.  A player's clock counts down while it is his turn.  Your flag
+can be called whenever your clock is zero or negative.  (Your clock
+can go negative and then become positive again because of the
+increment.)
+</p>
+
+<p>
+A special rule on some ICS implementations: if you ask for a game with
+base=0, the clocks really start at 10 seconds instead of 0.  xboard
+itself does not know about this rule, so it passes the 0 on to the
+engine instead of changing it to 0:10.
+</p>
+
+<p>
+ICS also has time odds games.  With time odds, each player has his own
+(base, inc) pair, but otherwise things work the same as in normal
+games.  The Zippy xboard accepts time odds games but ignores the fact
+that the opponent's parameters are different; this is perhaps not
+quite the right thing to do, but gnuchess doesn't understand time
+odds.  Time odds games are always unrated.
+</p>
+
+<p>
+The command to set an exact number of seconds per move looks like this:
+</p>
+
+<pre>
+  st 30
+</pre>
+
+<p>
+This means that each move must be made in at most 30 seconds.  Time not used
+on one move does not accumulate for use on later moves.
+</p>
+
+<h2><a name="12">12. Analyze Mode</a></h2>
+
+<p>xboard supports analyzing fresh games, edited positions, and games
+from files.  However, all of these look the same from the chess
+engine's perspective. Basically, the engine just has to respond to the
+"analyze" command.  
+<font color=red>
+Beginning in protocol version 2,
+if your engine does not support analyze mode, it should use
+the feature command to set analyze=0.  
+</font>
+The older method of
+printing the error message "Error (unknown command): analyze" in
+response to the "analyze" command will also work, however.
+</p>
+
+<p>
+To enter analyze mode, xboard sends the command sequence "post", "analyze".  
+Analyze mode in your engine should be
+similar to force mode, except that your engine thinks about what move
+it would make next if it were on move.  Your engine should accept the
+following commands while in analyze mode:
+</p>
+
+<ul>
+<li>Any legal move, as in force mode
+<li><strong>undo</strong>&nbsp;&nbsp; Back up one move and analyze previous position.
+<li><strong>new</strong>&nbsp;&nbsp; Reset position to start of game but stay in analyze mode.
+<li><font color=red><strong>setboard</strong> if you have set feature setboard=1; otherwise <strong>edit</strong>.  Exiting edit mode returns to analyze mode.
+</font>
+<li><strong>exit</strong>&nbsp;&nbsp; Leave analyze mode.
+<li><strong>.</strong>&nbsp;&nbsp; Send a search status update (optional); see below.
+<li><font color=red>
+<strong>bk</strong>&nbsp;&nbsp; Show book moves from this position,
+if any; see above.</font>
+<li><font color=red>
+<strong>hint</strong>&nbsp;&nbsp; Show the predicted move from this
+position, if any; see above.</font>
+</ul>
+  
+<p>
+If the user selects "Periodic Updates", xboard will send the string
+".\n" to the chess engine periodically during analyze mode, unless the
+last PV received began with a '(' character.
+</p>
+
+<p>
+The chess engine should respond to ".\n" with a line like this:
+</p>
+
+<pre>
+stat01: time nodes ply mvleft mvtot <font color=red>mvname</font>
+</pre>
+
+Where:
+<table>
+<tr align="left"><th>time<td>Elapsed search time in centiseconds (ie: 567 = 5.67 seconds).
+<tr align="left"><th>nodes<td>Nodes searched so far.
+<tr align="left"><th>ply<td>Search depth so far.
+<tr align="left"><th>mvleft<td>Number of moves left to consider at this depth.
+<tr align="left"><th>mvtot<td>Total number of moves to consider.
+<tr align="left"><th><font color=red>mvname</font><td><font color=red>
+Move currently being considered (SAN or coordinate notation).  Optional;
+added in protocol version 2.</font>
+</table>
+
+<p>
+Examples:
+</p>
+<pre>
+  stat01: 1234 30000 7 5 30
+  stat01: 1234 30000 7 5 30 Nf3
+</pre>
+
+<p>
+Meaning:
+</p>
+
+<p>After 12.34 seconds, I've searched 7 ply/30000 nodes, there are a
+  total of 30 legal moves, and I have 5 more moves to search
+  before going to depth 8.  In the second example, of the 30 legal
+  moves, the one I am currently searching is Nf3.</p>
+
+<p>
+Implementation of the "." command is optional. If the engine does not
+respond to the "." command with a "stat01..." line, xboard will stop
+sending "."  commands.  If the engine does not implement this command,
+the analysis window will use a shortened format to display the engine
+info.
+</p>
+
+<p>
+To give the user some extra information, the chess engine can output
+the strings "++\n" and "--\n", to indicate that the current search is
+failing high or low, respectively.  You don't have to send anything
+else to say "Okay, I'm not failing high/low anymore."  xboard will
+figure this out itself.
+</p>
+
+<h2><a name="13">13. Idioms and backward compatibility features</a></h2>
+
+<p>
+Some engines have variant interpretations of the force/go/white/black,
+time/otim, and hard/easy command sets.  
+In order to accommodate these older engines, xboard uses these commands
+only according to the stylized patterns ("idioms") given in this section.
+The obsolete white and black commands
+have historically been particularly troublesome, and it is recommended
+that new engines set the feature colors=0 and/or ignore the commands.
+</p>
+
+<dl>
+
+<dt><strong>time N</strong>
+<dt><strong>otim N</strong>
+<dt><strong>MOVE</strong>
+<dd>Sent when the opponent makes a move and the engine is already
+playing the opposite color.
+<p>
+
+<dt><strong>white</strong>
+<dt><strong>go</strong>
+<dd>Sent when the engine is in force mode or playing Black but should
+switch to playing White.  This sequence is sent only when White is
+already on move.  
+<font color=red>
+If you set the feature colors=0, "white" is not sent.
+</font>
+<p>
+
+<dt><strong>black</strong>
+<dt><strong>go</strong>
+<dd>Sent when the engine is in force mode or playing White but should
+switch to playing Black.  This sequence is sent only when Black is
+already on move.  
+<font color=red>
+If you set the feature colors=0, "black" is not sent.
+</font>
+<p>
+
+<dt><strong>white</strong>
+<dt><strong>time N</strong>
+<dt><strong>otim N</strong>
+<dt><strong>black</strong>
+<dt><strong>go</strong>
+<dd>Sent when Black is on move, the engine is in force mode or playing
+White, and the engine's clock needs to be updated before it starts
+playing.  
+The initial "white" is a kludge to accommodate GNU Chess
+4's variant interpretation of these commands.  
+<font color=red>
+If you set the feature colors=0, "white" and "black" are not sent.
+</font>
+<p>
+
+<dt><strong>black</strong>
+<dt><strong>time N</strong>
+<dt><strong>otim N</strong>
+<dt><strong>white</strong>
+<dt><strong>go</strong>
+<dd>Sent when White is on move, the engine is in force mode or playing
+Black, and the engine's clock needs to be updated before it starts
+playing.  See previous idiom.  
+The initial "black" is a kludge to accommodate GNU Chess
+4's variant interpretation of these commands.  
+<font color=red>
+If you set the feature colors=0, "black" and "white" are not sent.
+</font>
+<p>
+
+<dt><strong>hard</strong>
+<dt><strong>easy</strong>
+<dd>Sent in sequence to turn off pondering if xboard is not sure
+whether it is on.  When xboard is sure, it will send "hard" or "easy"
+alone.  xboard does this because "easy" is a toggle in GNU Chess 4 but
+"hard" is an absolute on.
+
+</dl>
+
+<p>
+To support older engines, certain additional commands from the engine
+to xboard are also recognized.  (These are commands by themselves, not
+values to be placed in the comment field of the PGN result code.)
+These forms are not recommended for new engines; use the PGN result
+code commands or the resign command instead.
+</p>
+
+<table>
+<tr align="left"><th>Command              <th>Interpreted as
+<tr align="left"><td>White resigns        <td>0-1 {White resigns}
+<tr align="left"><td>Black resigns        <td>1-0 {Black resigns}
+<tr align="left"><td>White                <td>1-0 {White mates}
+<tr align="left"><td>Black                <td>0-1 {Black mates}
+<tr align="left"><td>Draw                 <td>1/2-1/2 {Draw}
+<tr align="left"><td>computer mates       <td>1-0 {White mates} or 0-1 {Black mates}
+<tr align="left"><td>opponent mates       <td>1-0 {White mates} or 0-1 {Black mates}
+<tr align="left"><td>computer resigns     <td>0-1 {White resigns} or 1-0 {Black resigns}
+<tr align="left"><td>game is a draw       <td>1/2-1/2 {Draw}
+<tr align="left"><td>checkmate            <td>1-0 {White mates} or 0-1 {Black mates}
+</table>
+
+<p>
+Commands in the above table are recognized if they begin a line and
+arbitrary characters follow, so (for example) "White mates" will be
+recognized as "White", and "game is a draw by the 50 move rule" will
+be recognized as "game is a draw".  All the commands are
+case-sensitive.
+</p>
+
+<p>
+An alternative move syntax is also recognized:
+</p>
+
+<table>
+<tr align="left"><th>Command              <th>Interpreted as
+<tr align="left"><td>NUMBER ... MOVE      <td>move MOVE
+</table>
+
+<p>
+Here NUMBER means any string of decimal digits, optionally ending in a
+period.  MOVE is any string containing no whitespace.  In this command
+format, xboard requires the "..." even if your engine is playing
+White.  A command of the form NUMBER MOVE will be ignored.  This odd
+treatment of the commands is needed for compatibility with gnuchessx.
+The original reasons for it are lost in the mists of time, but I
+suspect it was originally a bug in the earliest versions of xboard,
+before I started working on it, which someone "fixed" in the wrong
+way, by creating a special version of gnuchess (gnuchessx) instead of
+changing xboard.
+</p>
+
+<p>
+Any line that contains the words "offer" and "draw" is recognized as
+"offer draw".
+</p>
+
+<p>
+The "Illegal move" message is recognized even if spelled "illegal
+move" and even if the colon (":") is omitted.  This accommodates GNU
+Chess 4, which prints messages like "Illegal move (no matching
+move)e2e4", and old versions of Crafty, which print just "illegal move".
+</p>
+
+<p>
+In Zippy mode, for compatibility with older versions of Crafty,
+xboard passes through to ICS any line that begins "kibitz", "whisper",
+"tell", or "draw".  Do not use this feature in new code.  Instead, use the
+commands "tellall", "tellothers", "tellopponent", "tellics" (if needed),
+"1/2-1/2 {COMMENT}", or "offer draw", as appropriate.
+</p>
+
+<p>
+<font color=red>
+If the engine responds to the "sd DEPTH" command with an error message
+indicating the command is not supported (such as "Illegal move: sd"),
+xboard sets an internal flag and subsequently uses the command
+"depth\nDEPTH" instead, for the benefit of GNU Chess 4.  Note the
+newline in the middle of this command!  New engines should not rely on
+this feature.
+</font>
+</p>
+
+<p>
+<font color=red>
+If the engine responds to the "st TIME" command with an error message
+indicating the command is not supported (such as "Illegal move: st"),
+xboard sets an internal flag and subsequently uses the command "level
+1 TIME" instead, for the benefit of GNU Chess 4.  Note that this is
+not a standard use of the level command, as TIME seconds are not added
+after each player makes 1 move; rather, each move is made in at most
+TIME seconds.  New engines should not implement or rely on this
+feature.
+</font>
+</p>
+
+<font color=red>
+<p>
+In support of the -firstHost/-secondHost features, which allow a chess
+engine to be run on another machine using the rsh protocol, xboard recognizes
+error messages that are likely to come from rsh as fatal errors.  The following
+messages are currently recognized:
+</p>
+
+<blockquote>
+unknown host<br>
+No remote directory<br>
+not found<br>
+No such file<br>
+can't alloc<br>
+Permission denied<br>
+</blockquote>
+</font>
+
+<p>
+<font color=red>
+ChessBase/Fritz now implements the xboard/winboard protocol and can use
+WinBoard-compatible engines in its GUI.  ChessBase's version of the
+protocol is generally the same as version 1, except that they have
+added the commands <strong>fritz</strong>, <strong>reset</strong>, and
+<strong>ponder</strong>, and the edit subcommands
+<strong>castle</strong> and <strong>ep</strong>.  If you want your
+engine to work well with the ChessBase/Fritz GUI, you may need to
+implement these additional commands, and you should also be aware of
+the peculiar way that ChessBase uses the protocol.  See their <a
+href="http://www.chessbase.com/Products/engines/winboard/tech.htm"
+>web page</a> for documentation.
+</font>
+</p>
+
+<p>
+<font color=red>
+ChessMaster 8000 also implements version 1 of the xboard/winboard
+protocol and can use WinBoard-compatible engines.  The original
+release of CM8000 also has one additional restriction: only pure
+coordinate notation (e.g., e2e4) is accepted in the move command.  A
+patch to correct this should be available from The Learning Company
+(makers of CM8000) in February 2001.
+</font>
+</p>
+
+<hr noshade size="2">
+<address>converted to HTML by <a href="http://www.jakob.at/steffen/">Steffen A. Jakob</a></address>
+</body>
+</html>
diff --git a/programs/harvar93.txt b/programs/harvar93.txt
new file mode 100644 (file)
index 0000000..7ce4506
--- /dev/null
@@ -0,0 +1,519 @@
+4TH HARVARD CUP HUMAN VERSUS COMPUTER CHESS CHALLENGE 
+Saturday, 6 November 1993, 10:00 AM-5:30 PM 
+The Computer Museum, Boston 
+  
+  
+  
+HUMANS: Patrick Wolff, Michael Rohde, Boris Gulko, Joel Benjamin, 
+Ilya Gurevich, Alexander Ivanov -- all International Grandmasters. 
+  
+PROGRAMS: Kasparov's Gambit (Electronic Arts), BattleChess 4000 
+SVGA (Interplay Productions), Socrates Exp (Heuristic Software), 
+M-Chess Professional (M Chess) -- all running on 60MHz Intel Pentium 
+processor-based systems. Renaissance SPARC (Saitek Industries 
+Ltd.) -- SPARC processor. ChessSystem R30 (TASC B.V.) -- ARM processor. 
+  
+RULES: Six rounds, six games per round, time control G/25, minimum 
+10 minute intermission between rounds. Chief Arbiter -- Joel Salman. 
+  
+PRIZES: 1st place (human), $1000; 2nd place (human), $500. Top 
+human and top computer have their names engraved on the permanent 
+Malcolm H. Weiner Trophy and are invited back to the 5th Harvard Cup. 
+  
+SPONSORS: Intel Corporation, Electronic Arts, Interplay 
+Productions, Heuristic Software/Machiavelli Designs Inc., M Chess, 
+Saitek Industries Ltd., TASC B.V., Prodigy, USA Today Information 
+Center, Amerigames International, American Chess Foundation, IBM 
+PC Company (official computer equipment supplier), United States 
+Chess Federation (official chess equipment supplier). Special 
+thanks to The Computer Museum and its staff, the Harvard Chess 
+Club and its members, the Millburn Ridgefield Corporation, 
+Malcolm H. Wiener, and everyone who volunteered and helped make 
+the event a success. 
+  
+RESULTS: 
+  
+PLAYER    (FIDE)  SocExp   CSR30    MCPro    BC400    RenSPARC KGambit  TOTAL 
+Benjamin  (2620)  b 1-0    b 1-0    w 1-0    b 1-0    w 1-0    w 1-0    6.0 
+Ivanov    (2535)  b 0-1    w 1-0    b 1-0    b 1-0    w 1-0    w 1-0    5.0 
+Gulko     (2635)  b 1/2    w 1-0    b =-=    w =-=    b 1-0    w 1-0    4.5 
+Wolff     (2585)  w 1-0    b =-=    w 0-1    b 1-0    w 1-0    b 1-0    4.5 
+Gurevich  (2575)  w =-=    w 0-1    b 1-0    w 1-0    b 1-0    b 1-0    4.5 
+Rohde     (2575)  w 0-1    b 0-1    w 1-0    w 0-1    b =-=    b 1-0    2.5 
+           TOTAL    3.0      2.5      1.5      1.5      0.5      0.0    27-9 
+             TPR*  2588     2528     2395     2395     2168     ---- 
+              SE*   142      144      164      164      257      --- 
+  
+(Tournament performance ratings and standard errors calculated by 
+Mark Glickman using Newton-Raphson algorithm.) 
+  
+Final score:  Humans 27 -- Computers 9 (75%-25%) 
+Top Humans:   Joel Benjamin, 6-0 ($1000) 
+              Alexander Ivanov, 5-1 ($500) 
+Top Computer: Socrates Exp, 3-3 
+  
+  
+ROUND 1 
+  
+Alexander Ivanov -- Kasparov's Gambit 
+4th Harvard Cup (1) 1993 
+1 e4 e5 2 Nf3 Nc6 3 Bb5 a6 4 Ba4 Nf6 5 0-0 Be7 6 Re1 b5 7 Bb3 d6 8 
+c3 0-0 9 h3 Nb8 10 d4 Nbd7 11 Nbd2 Bb7 12 Bc2 Re8 13 Nf1 Bf8 14 
+Ng3 g6 15 a4 Bg7 16 Bd3 c6 17 Bg5 h6 18 Bd2 Kh7 19 h4 exd4 20 cxd4 
+Kg8 21 Qc1 Kh7 22 h5 c5 23 hxg6+ fxg6 24 e5 dxe5 25 dxe5 Ng4 26 
+Bxg6+ Kxg6 27 Qc2+ Kf7 28 Qf5+ Kg8 29 Qxg4 Bxf3 30 Qxf3 Nxe5 31 
+Qd1 Nc4 32 Rxe8+ Qxe8 33 Bc3 Rd8 34 Qg4 Ne5 35 Bxe5 Qxe5 36 axb5 
+axb5 37 Nf5 Kh8 38 Ra6 Qxb2 39 Rg6 Rd4 40 Nxd4 Qa1+ 41 Kh2 Qxd4 42 
+Qxd4 Bxd4 43 Rxh6+ Kg7 44 Rb6 Bxf2 45 Rxb5 Bd4 46 Kg3 Kf6 47 Kf4 
+Be5+ 48 Ke4 Bd4 49 Rb8 Kg5 50 Rc8 Kf6 51 g4 Kf7 52 Rd8 Kg6 53 Kf4 
+Bg7 54 Rd6+ Kf7 55 Kf5 Ke7 56 Re6+ Kd7 57 g5 Bd4 58 Re4 Kd6 59 g6 
+Bg7 60 Re6+ Kd7 61 Ra6 Ke7 62 Ra7+ Kf8 63 Ra8+ Ke7 64 Rc8 Bd4 65 
+Kg5 Kd6 66 Kh6 Kd7 67 Rxc5 Kd6 68 Rc8 1-0 
+  
+Ilya Gurevich -- BattleChess 4000 SVGA 
+4th Harvard Cup (1) 1993 
+1 e4 e5 2 Nf3 d6 3 d4 Nf6 4 Nc3 Nbd7 5 Bc4 Be7 6 a4 exd4 7 Nxd4 
+Ne5 8 Ba2 0-0 9 0-0 Bd7 10 f4 Bg4 11  Qe1 Ng6 12 h3 Bd7 13 Qf2 Qe8 
+14 Bd2 Bxa4 15 Nxa4 Nxe4 16 Qe3 Bh4 17 Nc3 Ng3 18 Rf3 Qxe3+ 19 
+Bxe3 a6 20 Bf2 Nh5 21 Bxh4 Nxh4 22 Rf2 Rae8 23 g4 Nf6 24 Kh2 Re3 
+25 Re2 Rxe2+ 26 Ndxe2 Re8 27 Kg3 Ng6 28 Kf3 Nh4+ 29 Kf2 h5 30 g5 
+Ne4+ 31 Nxe4 Rxe4 32 Bd5 Rb4 33 b3 Kf8 34 Bc4 c6 35 Ra4 Rxa4 36 
+bxa4 Ng6 37 Bd3 b5 38 axb5 cxb5 39 Bxg6 fxg6 40 Ke3 Kf7 41 Nd4 d5 
+42  Kd3 b4 43 Nc6 Ke6 44 Nxb4 a5 45 Nc6 a4 46 Nd4+ Kf7 47 Kc3 a3 
+48 Kb3 a2 49 Kxa2 Ke7 50 Kb3 Kd7 51 Kb4 1-0 
+  
+Socrates Exp -- Joel Benjamin 
+4th Harvard Cup (1) 1993 
+1 e4 c5 2 c3 d5 3 exd5 Qxd5 4 d4 Nf6 5 Nf3 Nc6 6 Na3 Bg4 7 Be2 
+cxd4 8 cxd4 e5 9 dxe5 Qxd1+ 10 Bxd1 Bb4+ 11 Bd2 Bxd2+ 12 Kxd2 0-0-0+ 
+13 Kc1 Ne4 14 Rf1 Rd5 15 Nd2 Nxd2 16 Bxg4+ Kb8 17 Re1 Rhd8 18 
+f4 Rc5+ 19 Nc2 Nb4 20 Bd1 Nxc2 21 Bxc2 Rdc8 22 Kxd2 Rxc2+ 23 Ke3 
+Rxb2 24 Re2 Rc3+ 25 Kf2 Rxe2+ 26 Kxe2 Ra3 27 Kd2 g6 28 g3 h5 29 
+Ke2 b5 30 Kd2 Kb7 31 Kc2 Kb6 32 Kb2 Re3 33 Rc1 Re2+ 34 Rc2 Rxc2+ 
+35 Kxc2 Kc5 36 Kd3 Kd5 37 Ke3 a5 38 Kd3 b4 39 Ke3 a4 40 Kd3 Kc5 41 
+h3 Kd5 42 g4 h4 43 f5 gxf5 44 gxf5 Kxe5 45 f6 Kxf6 46 Kc4 b3 47 
+axb3 axb3 48 Kxb3 Ke5 49 Kc3 Kf4 50 Kd4 Kg3 51 Ke4 Kxh3 0-1 
+  
+Patrick Wolff -- M-Chess Professional 3.42 
+4th Harvard Cup (1) 1993 
+1 e4 c5 2 Nf3 d6 3 d4 cxd4 4 Nxd4 Nf6 5 Nc3 a6 6 Bc4 e6 7 Bb3 b5 8 
+0-0 Be7 9 Qf3 Qc7 10 Qg3 b4 11 Nce2 0-0 12 Bh6 Ne8 13 c3 bxc3 14 
+Nxc3 Nd7 15 Bxe6 fxe6 16 Nxe6 Qc4 17 Bxg7 Qxe6 18 Bxf8+ Kxf8 19 f4 
+Rb8 20 b3 Nef6 21 Rae1 Qg4 22 Qxg4 Nxg4 23 h3 Ngf6 24 e5 Ne8 25 
+Nd5 Bh4 26 Re3 dxe5 27 fxe5+ Kg7 28 Re4 Bg5 29 Rg4 Kh6 30 Rf5 Ndf6 
+31 Rgxg5 Bxf5 32 Rxf5 Nxd5 33 g4 Ng7 34 Rf7 Ne6 35 Kg2 Rc8 36 Kg3 
+Ng5 37 Ra7 Rc3+ 38 Kf2 Nxh3+ 39 Ke1 Re3+ 40 Kd2 Nhf4 41 Rxa6+ Kg5 
+42 Ra7 Re2+ 43 Kc1 Nd3+ 0-1 
+  
+Renaissance SPARC -- Boris Gulko 
+4th Harvard Cup (1) 1993 
+1 c4 e5 2 Nf3 e4 3 Nd4 Nc6 4 Nxc6 dxc6 5 Nc3 Nf6 6 g3 Bc5 7 Qb3 0-0 
+8 Bg2 Re8 9 0-0 h5 10 Na4 Bd4 11 e3 Be5 12 Nc5 h4 13 Nxb7 Qe7 14 
+d4 exd3 15 Na5 hxg3 16 Nxc6 gxf2+ 17 Kh1 Qd6 18 c5 Qxc5 19 Nxe5 
+Qxe5 20 Rxf2 Bf5 21 Bxa8 Rxa8 22 a4 Ng4 23 Rf4 Be4+ 24 Kg1 Qh5 25 
+Qxf7+ Qxf7 26 Rxf7 Kxf7 27 Bd2 Ke6 28 Rc1 Rh8 29 Rc4 Kd5 30 Rd4+ 
+Ke5 31 Ba5 c5 32 Bc7+ Kf5 33 Rd7 Nf6 34 Rd6 Ne8 35 Rd8 Nxc7 36 
+Rxh8 d2 37 Rf8+ Ke5 38 Rf1 Bc2 39 a5 d1/Q 0-1 
+  
+ChessSystem R30 -- Michael Rohde 
+4th Harvard Cup (1) 1993 
+1 d4 Nf6 2 c4 e6 3 Nf3 Bb4+ 4 Bd2 c5 5 Bxb4 cxb4 6 g3 0-0 7 Nbd2 
+Nc6 8 Bg2 d6 9 0-0 e5 10 Qc2 Bg4 11 e3 a5 12 dxe5 dxe5 13 Rfd1 Qe7 
+14 Ne4 Rad8 15 h3 Bf5 16 Nfd2 Kh8 17 g4 Bg6 18 Rac1 Rd7 19 g5 Ng8 
+20 Nf1 Rfd8 21 Nfg3 h6 22 h4 f5 23 Rxd7 Rxd7 24 h5 fxe4 25 hxg6 
+Qxg5 26 Bxe4 Nf6 27 Bf5 Rd8 28 Kf1 Nh5 29 Nxh5 Qxh5 30 Be4 Ne7 31 
+Bxb7 Nxg6 32 c5 Nh4 33 c6 Qg4 34 c7 Qh3+ 35 Ke1 Rc8 36 Rd1 1-0 
+  
+  
+ROUND 2 
+  
+Kasparov's Gambit -- Ilya Gurevich 
+4th Harvard Cup (2) 1993 
+1 d4 Nf6 2 c4 g6 3 Nc3 d5 4 Bf4 Bg7 5 e3 c5 6 dxc5 Qa5 7 Rc1 Ne4 8 
+cxd5 Nxc3 9 Qd2 Qxa2 10 bxc3 Qa5 11 Nf3 Nd7 12 c6 bxc6 13 dxc6 Nc5 
+14 Qb2 Na4 15 Qa3 0-0 16 Nd4 e5 17 Nb3 Qd5 18 Bxe5 Bxe5 19 Qxa4 
+Rb8 20 Nd4 Rb2 21 Qxa7 Bh3 22 Qa3 Rfb8 23 c4 Qe4 24 f3 Qh4+ 25 g3 
+Qh6 26 Nb5 Bxf1 27 c7 Re8 28 Rxf1 Qxh2 29 Qd3 Bxc7 30 Kd1 Red8 31 
+Nd4 Qg2 32 Ra1 Be5 33 Kc1 Bxd4 34 exd4 Re8 0-1 
+  
+BattleChess 4000 SVGA -- Joel Benjamin 
+4th Harvard Cup (2) 1993 
+1 e4 c5 2 Nc3 Nc6 3 f4 e6 4 Nf3 Nge7 5 d4 cxd4 6 Nxd4 d5 7 Nxc6 
+bxc6 8 Be3 Rb8 9 Rb1 Qc7 10 Qd2 dxe4 11 Nxe4 Nd5 12 Bc4 f5 13 Bxd5 
+cxd5 14 Nc3 Ba6 15 Bd4 Bd6 16 Qe3 Kf7 17 g3 Rb4 18 a3 Rc4 19 b4 
+Rc8 20 Kd2 Qd7 21 Rhe1 Be7 22 Rb3 Rxd4+ 23 Qxd4 Bf6 24 Qf2 Bc4 25 
+Rbb1 d4 26 Nd1 d3 27 c3 Qa4 28 Rc1 Qxa3 29 h4 Bb3 30 c4 Qxb4+ 31 
+Nc3 Bc2 32 Qxa7+ Kg8 33 Re5 Bxe5 34 fxe5 Qxc4 35 Qa3 Qd4 36 Rf1 
+Qxe5 37 Rf4 h6 38 Qb4 Rxc3 39 Qxc3 Qe2+ 40 Kc1 Qd1+ 41 Kb2 Qb1+ 42 
+Ka3 d2 43 Rd4 d1/Q 44 Rxd1 Bxd1 45 Qc8+ Kh7 46 Qxe6 Qb3+ 47 Qxb3 
+Bxb3 48 Kxb3 Kg6 49 Kc4 Kh5 50 Kd3 Kg4 51 Ke2 Kxg3 52 h5 Kg4 53 
+Kd3 Kxh5 54 Kc4 f4 0-1 
+  
+Michael Rohde -- Socrates Exp 
+4th Harvard Cup (2) 1993 
+1 Nf3 Nf6 2 c4 b6 3 Nc3 Bb7 4 d4 d5 5 cxd5 Nxd5 6 Qc2 e6 7 e4 Nxc3 
+8 bxc3 Nd7 9 Bd3 Be7 10 0-0 0-0 11 Bf4 c5 12 d5 exd5 13 exd5 Bxd5 
+14 Bxh7+ Kh8 15 Bf5 Bxf3 16 gxf3 Bg5 17 Bd6 Be7 18 Bg3 Nf6 19 Rfe1 
+Rg8 20 Rad1 Qf8 21 Qe2 Re8 22 Bc2 Bd6 23 Qf1 Rxe1 24 Qxe1 Bxg3 25 
+hxg3 Qa8 26 Qe7 Qxf3 27 Re1 Qxc3 28 Bb1 Ra8 29 Rd1 Re8 30 Rd8 Qc1+ 
+31 Kg2 Rxd8 32 Qxd8+ Ng8 33 Be4 Qh6 34 Bd5 Qh5 35 Qd7 Nf6 36 Qc8+ 
+Kh7 37 Bf3 Qe5 38 Qb7 Qe6 39 Qxa7 c4 40 a4 c3 41 Qc7 Qb3 42 Qc8 c2 
+43 Qh3+ Kg6 44 Qc8 Qb2 45 Be2 c1/Q 46 Bd3+ Kg5 47 Qf5+ Kh6 48 Qh3 
+Nh5 49 Qf5 Qf6 0-1 
+  
+M-Chess Professional 3.42 -- Alexander Ivanov 
+4th Harvard Cup (2) 1993 
+1 e4 g6 2 d4 Bg7 3 Nc3 c6 4 Bc4 b5 5 Bb3 a5 6 a4 b4 7 Nce2 d5 8 e5 
+Na6 9 Bg5 f6 10 exf6 exf6 11 Bf4 Ne7 12 h3 0-0 13 Nf3 g5 14 Bg3 
+Ng6 15 h4 g4 16 Nd2 h5 17 c3 Bf5 18 0-0 Bh6 19 Bc2 Bxc2 20 Qxc2 f5 
+21 Nb3 Kg7 22 Be5+ Kh7 23 Ng3 Qxh4 24 Nxf5 Qg5 25 Nxh6 Kxh6 26 
+Nxa5 Rac8 27 Bd6 Rf6 28 Bxb4 Nxb4 29 cxb4 Nh4 30 Kh1 Nf3 31 g3 
+Nxd4 32 Qc3 Nf3 33 Rfd1 Kg7 34 Nb3 h4 35 Nd4 Kf7 36 Kg2 Rh8 37 
+gxh4 Nxh4+ 38 Kf1 g3 39 f3 Ng6 40 b5 Nf4 41 Ne2 Rh1+ 42 Ng1 Rxg1+ 
+43 Kxg1 Ne2+ 44 Kg2 Nxc3 45 Rd3 Ne2 46 Rb3 Nf4+ 47 Kf1 g2+ 48 Kf2 
+Re6 49 Re3 Nh3+ 50 Ke2 Qxe3+ 51 Kd1 Qd3+ 52 Kc1 g1/R mate 0-1 
+  
+Patrick Wolff -- Renaissance SPARC 
+4th Harvard Cup (2) 1993 
+1 e4 c5 2 Nf3 d6 3 d4 Nf6 4 Nc3 cxd4 5 Nxd4 g6 6 Be3 Bg7 7 f3 0-0 
+8 Qd2 Nc6 9 Bc4 Qa5 10 0-0-0 Bd7 11 Bb3 Rfc8 12 h4 Ne5 13 Kb1 Nc4 
+14 Bxc4 Rxc4 15 Nb3 Qc7 16 h5 gxh5 17 Bh6 Kh8 18 Bxg7+ Kxg7 19 Nd5 
+Nxd5 20 Qg5+ Kf8 21 exd5 Rc8 22 Qh6+ Ke8 23 Qxh7 Kd8 24 Rd2 Be8 25 
+Re1 a5 26 Nd4 Rb4 27 Qe4 Qd7 28 Rde2 Rc7 29 a3 Rb6 30 Kc1 Qa4 31 
+Nf5 Qb3 32 Qxe7+ Rxe7 33 cxb3 Rxe2 34 Rxe2 Bd7 35 Nd4 h4 36 Kd2 
+Bc8 37 Re1 h3 38 g4 a4 39 b4 Bd7 40 Rh1 Ra6 41 Rxh3 Rb6 42 Rh7 Be8 
+43 g5 Kc8 44 f4 Ra6 45 f5 Rb6 46 f6 Kd8 47 g6 fxg6 48 Ne6+ Kc8 49 
+Re7 Bf7 50 Rxf7 Kb8 51 Rd7 Ka7 52 f7 1-0 
+  
+Boris Gulko -- ChessSystem R30 
+4th Harvard Cup (2) 1993 
+1 d4 c6 2 Nf3 Nf6 3 Bf4 d6 4 e3 Nd5 5 Bg3 Qb6 6 Qc1 g6 7 c4 Nf6 8 
+Nc3 Bf5 9 Be2 Bg7 10 0-0 0-0 11 c5 dxc5 12 Na4 Qb4 13 Nxc5 Nbd7 14 
+a3 Qb6 15 Na4 Qb3 16 Nc3 Nb6 17 Nd2 Qe6 18 Re1 Nfd5 19 e4 Nxc3 20 
+bxc3 Bg4 21 f3 Bh5 22 Rb1 Rfc8 23 Qc2 c5 24 d5 Qf6 25 e5 Qg5 26 f4 
+Qh6 27 c4 Bxe2 28 Rxe2 Qh5 29 Nf3 Rc7 30 h3 Qf5 31 Qxf5 gxf5 32 
+Rc2 Bh6 33 Ne1 Bg7 34 Nd3 f6 35 Bf2 fxe5 36 fxe5 Na4 37 Re1 Rac8 
+38 Nf4 Rd7 39 Bh4 b5 40 cxb5 c4 41 e6 Rb7 42 Bxe7 Bc3 43 Rd1 Rxe7 
+44 d6 Rg7 45 Nd5 Rb8 46 Nxc3 Nc5 47 Re2 Kf8 48 Rd5 Rg3 49 Rxc5 
+Rxc3 50 d7 Ke7 51 Rc8 Rd3 52 Rxb8 1-0 
+  
+  
+ROUND 3 
+  
+Boris Gulko -- Kasparov's Gambit 
+4th Harvard Cup (3) 1993 
+1 d4 Nf6 2 Bf4 Nc6 3 Nf3 e6 4 c4 Bb4+ 5 Nbd2 d6 6 a3 Bxd2+ 7 Qxd2 
+0-0 8 e3 Qe8 9 Be2 e5 10 Bg3 e4 11 Ng1 Bf5 12 Bh4 Qe7 13 Bd1 a6 14 
+Ne2 h6 15 Nc3 g5 16 Bg3 Rad8 17 h4 g4 18 h5 d5 19 cxd5 Nxd5 20 
+Nxd5 Rxd5 21 Bb3 Rd7 22 Rc1 Be6 23 Bxe6 Qxe6 24 Rc5 f5 25 0-0 Qf7 
+26 Qc2 Rfd8 27 Rc1 Re8 28 Qc4 Qxc4 29 R1xc4 Rf8 30 b4 Rff7 31 a4 
+Ne7 32 Bxc7 Nd5 33 Be5 Nb6 34 Rc1 Nxa4 35 Rc8+ Rf8 36 Rxf8+ Kxf8 
+37 Rc8+ Ke7 38 Rh8 Nb2 39 Rxh6 Nd3 40 Rh7+ Ke6 41 Rxd7 1-0 
+  
+Michael Rohde -- BattleChess 4000 SVGA 
+4th Harvard Cup (3) 1993 
+1 Nf3 Nf6 2 c4 g6 3 Nc3 d5 4 cxd5 Nxd5 5 Qa4+ Nc6 6 Nxd5 Qxd5 7 e4 
+Qe6 8 Bb5 Bd7 9 0-0 Bg7 10 d3 Qd6 11 Be3 Bxb2 12 Rab1 Bg7 13 d4 a6 
+14 e5 Qe6 15 d5 Qxd5 16 Rfd1 Qe6 17 Bc4 Nxe5 18 Bxe6 Nxf3+ 19 gxf3 
+Bxa4 20 Bb3 Bc6 21 Bd5 Bxd5 22 Rxd5 e6 23 Rd2 b6 24 Rc2 Be5 25 f4 
+Bd6 26 Kg2 0-0 27 Rc6 Rfd8 28 Kf3 Kf8 29 Ke2 Ke7 30 h3 Kf6 31 Rd1 
+Rab8 32 Kf3 Kf5 33 Rg1 h6 34 h4 Rd7 35 Rcc1 Be7 36 Rh1 h5 37 Rc6 
+Rb7 38 Rh2 Rd3 39 Rh1 Bd6 40 Rg1 Bxf4 [time] 0-1 
+  
+Socrates Exp -- Alexander Ivanov 
+4th Harvard Cup (3) 1993 
+1 e4 g6 2 d4 Bg7 3 Nf3 d6 4 Be2 b6 5 0-0 Bb7 6 Nc3 e6 7 d5 e5 8 
+Be3 Nd7 9 a4 Ne7 10 a5 a6 11 axb6 cxb6 12 Qd2 0-0 13 Bh6 b5 14 
+Bxg7 Kxg7 15 Rfe1 h6 16 Rad1 Rc8 17 Bd3 Qc7 18 Nh4 g5 19 Nf3 Nc5 
+20 Rc1 Ng6 21 Qe3 Qd7 22 Bf1 b4 23 Na2 a5 24 Nd2 f5 25 exf5 Rxf5 
+26 Nc4 Qc7 27 Qh3 Rcf8 28 Ne3 R5f6 29 Qh5 Bc8 30 Qe2 Rxf2 31 Qxf2 
+Rxf2 32 Kxf2 Ne4+ 33 Kg1 Qf7 34 Bd3 Qf2+ 35 Kh1 Nc5 36 Re2 Qh4 37 
+Bf5 Ba6 38 g3 Qd4 39 c3 bxc3 40 bxc3 Qa4 41 c4 Ne7 42 Rcc2 Qe8 43 
+Rf2 Bc8 44 Bxc8 Qxc8 45 Nc3 Nd3 46 Rfd2 Nb4 47 Rb2 Qc5 48 Re2 Qd4 
+49 Nb5 Qe4+ 50 Kg1 Qg6 51 Nc7 Kg8 52 Ne6 Qd3 53 Re1 Ng6 54 Rbb1 h5 
+55 Nxg5 h4 56 Rbd1 Qb3 57 Ne4 Nd3 58 Rb1 Qa2 59 Rb8+ Kf7 60 Rf1+ 
+Ke7 61 Nf5+ Kd7 62 Rb7+ Kd8 63 Nxd6 h3 64 Rf8+ Nxf8 65 Nf7+ 1-0 
+  
+Joel Benjamin -- M-Chess Professional 3.42 
+4th Harvard Cup (3) 1993 
+1 d4 Nf6 2 Nf3 d5 3 c4 e6 4 Nc3 c5 5 cxd5 exd5 6 Bg5 Be7 7 e3 Nc6 
+8 dxc5 0-0 9 Rc1 h6 10 Bh4 Be6 11 Be2 Bxc5 12 Nxd5 Qa5+ 13 Qd2 
+Qxd2+ 14 Nxd2 Bxd5 15 Rxc5 g5 16 Bg3 Bxg2 17 Rg1 Bh3 18 f4 Nh7 19 
+Nf3 Rfc8 20 fxg5 b6 21 Rc3 hxg5 22 Ba6 Bg4 23 Bxc8 Rxc8 24 Ne5 
+Nxe5 25 Bxe5 Rxc3 26 Bxc3 Be6 27 Kf2 f6 28 Bd4 a6 29 a3 b5 30 Rc1 
+Bc4 31 Rc3 Kf7 32 b3 Bd5 33 Rc7+ Kg6 34 b4 Nf8 35 Ra7 Ne6 36 Rxa6 
+Nxd4 37 exd4 Kf5 38 Ke3 Kg6 39 Rd6 Bb3 40 Rb6 Bc4 41 Rc6 Bb3 42 
+Rc3 Be6 43 Rc5 Bd7 44 d5 f5 45 Rc7 f4+ 46 Kd4 Bf5 47 d6 Kf6 48 d7 
+Ke7 49 d8/Q+ Kxd8 50 Rc5 Bd7 51 Rxg5 f3 52 Ke3 f2 53 Kxf2 Ke7 54 
+h4 Kf6 55 Ke3 Be8 56 Kf4 Bc6 57 h5 1-0 
+  
+Renaissance SPARC -- Ilya Gurevich 
+4th Harvard Cup (3) 1993 
+1 Nf3 Nf6 2 d4 g6 3 c4 Bg7 4 Nc3 d5 5 Qa4+ Bd7 6 Qb3 dxc4 7 Qxc4 
+a6 8 Bf4 b5 9 Qc5 0-0 10 Bxc7 Qc8 11 Be5 Qxc5 12 dxc5 Nc6 13 e3 
+Nxe5 14 Nxe5 Rfc8 15 Nd3 Bf5 16 a4 Bxd3 17 Bxd3 b4 18 Na2 Nd7 19 
+c6 Nc5 20 Nxb4 a5 21 Rc1 Nb3 22 Rc4 axb4 23 Rxb4 Na5 24 Be4 Nxc6 
+25 Bxc6 Rxc6 26 0-0 Rc2 27 b3 Bf6 28 Rd1 Ra2 29 Rb7 Rc8 30 g3 Rcc2 
+31 Rf1 Bg5 32 Kg2 Bxe3 33 Rxe7 Bxf2 34 Kh3 h5 35 Kh4 Kg7 36 Kh3 
+Kh6 37 Rxf7 Bg1 38 g4 Rxh2+ 39 Kg3 h4+ 40 Kf4 Rhf2+ 41 Ke4 Rxf7 42 
+Rxf7 h3 43 Rf8 h2 44 Rh8+ Kg5 45 Kd3 Kxg4 46 Rh6 g5 47 Rh7 Kg3 48 
+Rh5 g4 49 a5 Kg2 50 Ke4 h1/Q 0-1 
+  
+ChessSystem R30 -- Patrick Wolff 
+4th Harvard Cup (3) 1993 
+1 e4 c5 2 c3 Nf6 3 e5 Nd5 4 d4 cxd4 5 cxd4 d6 6 Nf3 Nc6 7 Nc3 dxe5 
+8 dxe5 Nxc3 9 Qxd8+ Nxd8 10 bxc3 Bd7 11 Bd3 e6 12 0-0 Rc8 13 Bd2 
+h6 14 Rfe1 Bc5 15 Nd4 0-0 16 Nb3 Be7 17 Rad1 Nc6 18 f4 Rfd8 19 Be3 
+Be8 20 Bf2 Kf8 21 Re3 b6 22 Rh3 Nb8 23 Bd4 Ba4 24 f5 exf5 25 Bxf5 
+Bd7 26 Rf3 Kg8 27 Bxd7 Rxd7 28 Re1 Nc6 29 Rxf7 Nxd4 30 Nxd4 Kxf7 
+31 e6+ Ke8 32 exd7+ Kxd7 33 Rd1 Bf6 34 Nb5+ Ke6 35 Nxa7 Rxc3 36 
+Nb5 Rc6 37 Re1+ Kd5 38 Rd1+ Kc4 39 Rc1+ Kd5 40 Rd1+ Ke4 41 a4 Ke3 
+42 Re1+ Kd3 43 Kf2 Kc2 44 Kf3 Kb3 45 Re4 Rc4 46 Rxc4 Kxc4 47 Nc7 
+Kb4 48 Nd5+ Ka5 49 Ke4 Bd8 50 Nc3 Kb4 51 Kd3 Kb3 52 g3 Be7 53 Nd5 
+Bc5 54 Nc3 Bb4 55 Nd5 Ba5 56 Ne7 h5 57 Nd5 Kxa4 58 Nf4 b5 59 Nxh5 
+Ka3 60 Nxg7 b4 61 Nf5 b3 62 Ne3 Bc7 63 Nd5 b2 64 Kc2 Ka2 65 Nc3+ 
+Ka1 1/2-1/2 
+  
+  
+ROUND 4 
+  
+Joel Benjamin -- Kasparov's Gambit 
+4th Harvard Cup (4) 1993 
+1 d4 Nf6 2 Nf3 d5 3 c4 e6 4 Nc3 Be7 5 Bg5 0-0 6 e3 h6 7 Bh4 Ne4 8 
+Bxe7 Qxe7 9 Rc1 Nxc3 10 Rxc3 c6 11 Bd3 dxc4 12 Rxc4 Nd7 13 0-0 e5 
+14 dxe5 Nxe5 15 Re4 Nxf3+ 16 Qxf3 Be6 17 Bc4 Rad8 18 Bxe6 fxe6 19 
+Qe2 Rd5 20 h3 Rfd8 21 b4 Rd2 22 Qc4 R8d5 23 a4 Kh8 24 b5 c5 25 a5 
+b6 26 a6 e5 27 Rg4 Qd7 28 Rg6 Rb2 29 Rc6 Rb4 30 Qe2 Rd2 31 Qf3 Kg8 
+32 Qg3 Rxb5 33 Rxh6 Qd3 34 Re1 Rbb2 35 Rg6 Qd7 36 Qxe5 Rxf2 37 Kh2 
+Ra2 38 e4 Rad2 39 Re3 Rf7 40 Reg3 Re7 41 Qb8+ Qd8 42 Qf4 Rd4 43 
+Qg5 Qd7 44 e5 Rd5 45 Qh4 Rexe5 46 Rh6 Qe7 47 Rh8+ Kf7 48 Rf3+ Ke6 
+49 Qg4+ Kd6 50 Qc8 Qc7 51 Qa8 Kd7 52 Rg3 Rg5 53 Re8 Kd6 54 Rge3 c4 
+55 Rd8+ Qxd8 56 Qxd8+ Kc6 57 Qc8+ Kb5 58 Qc7 Rd2 59 Rg3 Rxg3 60 
+Kxg3 Kxa6 61 Qxc4+ Kb7 62 h4 a5 63 Qf4 [time] 1-0 
+  
+BattleChess 4000 SVGA -- Patrick Wolff 
+4th Harvard Cup (4) 1993 
+1 e4 c5 2 Nf3 d6 3 d4 cxd4 4 Nxd4 Nf6 5 Nc3 Nc6 6 Bg5 e6 7 Qd2 Be7 
+8 0-0-0 0-0 9 Nb3 Qb6 10 f3 Rd8 11 Be3 Qc7 12 Qf2 d5 13 Kb1 dxe4 
+14 Rxd8+ Bxd8 15 Nxe4 Nxe4 16 fxe4 b6 17 Bf4 e5 18 Be3 Be6 19 Bb5 
+Be7 20 Rd1 Nd8 21 Qg3 Nb7 22 Bh6 Bf6 23 Rf1 Qd8 24 Be3 Nd6 25 Rd1 
+Qc7 26 Bd3 Qc6 27 Nd2 Rc8 28 Rf1 Kh8 29 h4 Nc4 30 Nxc4 Bxc4 31 Bf2 
+Bxh4 32 Qh3 Bxd3 33 Qxd3 Rd8 34 Qe2 Bxf2 35 Qxf2 Qxe4 36 Qxf7 Qf4 
+37 a3 Rd1+ 38 Rxd1 Qxf7 39 Rd8+ Qg8 40 Rxg8+ Kxg8 41 b4 h5 42 c4 
+h4 43 c5 bxc5 44 bxc5 Kf7 45 Kc2 g5 46 Kd3 g4 47 c6 Ke6 48 Ke3 Kd6 
+49 Ke2 Kxc6 50 Kf1 h3 51 gxh3 gxh3 52 Kf2 e4 0-1 
+  
+Ilya Gurevich -- Socrates Exp 
+4th Harvard Cup (4) 1993 
+1 e4 e5 2 Nf3 Nf6 3 Nxe5 d6 4 Nf3 Nxe4 5 d3 Nf6 6 d4 g6 7 Bd3 Bg7 
+8 Qe2+ Be6 9 Ng5 Qe7 10 0-0 Nc6 11 c3 Bf5 12 Qxe7+ Nxe7 13 Bxf5 
+Nxf5 14 Re1+ Kf8 15 Na3 h6 16 Nf3 Re8 17 Bf4 g5 18 Bg3 Nd5 19 Nc2 
+Nde7 20 Re4 Nxg3 21 hxg3 f5 22 Re2 Nd5 23 Rae1 Rxe2 24 Rxe2 Kf7 25 
+Kf1 Bf6 26 Nd2 h5 27 Nc4 h4 28 N4e3 hxg3 29 fxg3 Ne7 30 Kf2 Rh7 31 
+Nb4 Rh2 32 Nbd5 Nxd5 33 Nxd5 Bd8 34 Ne3 Kg6 35 g4 f4 36 Nf5 Bf6 37 
+Re8 Rh8 38 Rxh8 Bxh8 39 Kf3 Kf6 40 Ke4 Ke6 41 d5+ Kf7 42 g3 fxg3 
+43 Nxg3 Be5 44 Ne2 Kg6 45 Nc1 Kf6 46 Nd3 Bh2 47 c4 a5 48 a3 a4 49 
+Kd4 Bg1+ 50 Kc3 Bc5 51 b4 axb3 52 Kxb3 Bd4 53 Kb4 Ke7 54 Kb5 Kd7 
+55 a4 c6+ 56 Kb4 Be3 57 Kc3 c5 58 Ne1 Bf4 59 Nf3 b6 60 Ng1 Ke7 61 
+Ne2 Be5+ 62 Kd3 Kf6 63 Ke4 Bb2 64 Ng3 Bc1 65 Nh1 Bf4 66 Nf2 Be5 67 
+Kf3 Ke7 68 Ne4 Bf4 69 Ke2 Kd7 70 Kd3 Ke7 71 Kc2 Ke8 72 Kb3 Ke7 73 
+a5 bxa5 74 Ka4 Kd7 75 Kxa5 Kd8 76 Kb6 Kd7 77 Kb7 Be3 78 Nc3 Bd2 79 
+Na4 Ba5 80 Nb6+ Ke8 81 Kc6 Kd8 82 Nd7 Ke7 83 Nb8 Bc3 84 Kc7 Ba5+ 
+85 Kc8 Kf6 86 Kd7 Be1 87 Kxd6 Bg3+ 88 Kxc5 Bxb8 89 Kc6 Be5 90 d6 
+Ke6 91 c5 Bf4 92 Kb7 Bxd6 93 cxd6 Kxd6 94 Kb6 Ke5 95 Kc5 Kf4 96 
+Kd4 Kxg4 97 Ke4 Kg3 98 Kf5 g4 99 Ke4 Kf2 100 Kf4 g3 [time] 1/2-1/2 
+  
+M-Chess Professional 3.42 -- Boris Gulko 
+4th Harvard Cup (4) 1993 
+1 e4 g6 2 d4 Bg7 3 Nc3 Nc6 4 d5 Nb8 5 Nf3 d6 6 Bd3 Nf6 7 0-0 0-0 8 
+h3 Nbd7 9 Be3 c6 10 Bd4 Qc7 11 Be2 Re8 12 Qd2 a6 13 Qg5 c5 14 Be3 
+b5 15 Qh4 b4 16 Na4 e6 17 dxe6 Rxe6 18 Ng5 Re7 19 Bc4 Bb7 20 Rad1 
+Ne5 21 Bd5 Bxd5 22 exd5 Rae8 23 Nxc5 h6 24 Nge4 Nxe4 25 Nxe4 Nd7 
+26 Ng3 Qxc2 27 Qxb4 Qxb2 28 Qxb2 Bxb2 29 Bxh6 Ba3 30 f3 f5 31 Bg5 
+Re5 32 Bf4 R5e7 33 Kh2 Nb6 34 h4 Kf7 35 h5 Kf6 36 h6 Rh7 37 Rd3 
+Bc5 38 Bc1 g5 39 Bb2+ Kg6 40 Bd4 Rxh6+ 41 Kg1 Bxd4+ 42 Rxd4 Rh4 43 
+Rd2 Re5 44 Rb1 Rxd5 45 Rxd5 Nxd5 46 Rd1 Ne3 47 Rxd6+ Kf7 48 Rxa6 
+Rc4 49 Ra3 Rc1+ 50 Kh2 Re1 51 Rb3 Kg6 52 a4 f4 53 Rb6+ Kg7 54 Nh5+ 
+Kf7 55 g3 Nf1+ 56 Kg2 Nxg3 57 Nxg3 fxg3 58 a5 Ra1 59 a6 Ra4 60 
+Kxg3 Kg7 61 Kf2 Ra3 62 Ke2 Kh7 63 Rc6 Kg7 64 Rd6 Kh7 65 Rb6 Kg7 66 
+Re6 Kh7 67 Rd6 Kg7 68 Rd7+ Kg6 69 a7 Kf5 70 Rf7+ Kg6 71 Rb7 Kf5 72 
+Rc7 Kf6 73 Rh7 Kf5 74 Rb7 Kf4 75 Rf7+ Ke5 76 Kf2 Ke6 77 Rg7 Kf6 78 
+Rc7 Kg6 79 Re7 Kf6 80 Rh7 Kg6 81 Rd7 Kf6 82 Rb7 Kg6 83 Ke1 Kf5 84 
+Kd2 Kf4 85 Rf7+ Ke5 86 Rd7 Kf4 87 Kc2 Ra6 88 Rf7+ Ke3 89 Kc3 Ra1 
+90 Kc4 Ra2 91 Kc5 Ra1 92 Kb6 Rb1+ 93 Kc7 Rc1+ 94 Kb8 Rb1+ 95 Rb7 
+Ra1 96 Rb3+ Kf4 97 a8/Q Rxa8+ 98 Kxa8 1/2-1/2 
+  
+Renaissance SPARC -- Michael Rohde 
+4th Harvard Cup (4) 1993 
+1 Nf3 Nf6 2 d4 e6 3 c4 b6 4 Nc3 Bb4 5 Bg5 h6 6 Bd2 Bb7 7 e3 0-0 8 
+Bd3 d6 9 0-0 Nbd7 10 Qa4 c5 11 a3 Bxc3 12 Bxc3 Ne4 13 Be1 Rc8 14 
+d5 Ndf6 15 dxe6 fxe6 16 Nh4 Ng4 17 Ng6 Qg5 18 Nxf8 Nxe3 19 fxe3 
+Nd2 20 Bh7+ Kh8 21 Bg3 Nxf1 22 Nxe6 Qxe3+ 23 Kxf1 Qxe6 24 Qc2 Qe3 
+25 Bxd6 Re8 26 Bg6 Re6 27 Bg3 Rxg6 28 Re1 Qg5 29 Re5 Qf6+ 30 Kg1 
+Bc6 31 Qe2 Kh7 32 Qd3 Qf7 33 b4 cxb4 34 axb4 Qd7 35 Qxd7 Bxd7 36 
+Re7 Bf5 37 Rxa7 Re6 38 Rc7 Re2 39 Bf2 Be4 40 g4 Kg8 41 Bxb6 Rg2+ 
+42 Kf1 Rxg4 43 Rd7 Bf5 44 Rd8+ Kf7 45 Bd4 Bd3+ 46 Kf2 Bxc4 47 Kf3 
+Rg5 48 Rd7+ Kf8 49 Rc7 Bb5 50 Kf4 Rg2 51 h3 Bd3 52 Kf3 Rg5 1/2-1/2 
+  
+Alexander Ivanov -- ChessSystem R30 
+4th Harvard Cup (4) 1993 
+1 e4 c5 2 Nf3 Nc6 3 d4 cxd4 4 Nxd4 Nf6 5 Nc3 g6 6 Nxc6 bxc6 7 e5 
+Ng8 8 Bc4 Bg7 9 Bf4 Qa5 10 0-0 Bxe5 11 Bxe5 Qxe5 12 Re1 Qf4 13 Re4 
+Qf6 14 Re3 d5 15 Bxd5 Bf5 16 Ne4 Bxe4 17 Bxe4 Rc8 18 c3 Nh6 19 Qa4 
+Kf8 20  Qxa7 Ng4 21 Rg3 Qe6 22 Qd4 Nf6 23 Bd3 c5 24 Qe3 Qxe3 25 
+Rxe3 c4 26 Bf1 e6 27 a4 Ke7 28 a5 Rc5 29 Ra4 Nd5 30 Re2 Ra8 31 Rd2 
+Raxa5 32 Rxa5 Rxa5 33 Bxc4 Ra1+ 34 Bf1 Ra2 35 Re2 h5 36 g3 g5 37 
+Rc2 g4 38 Bc4 Ra1+ 39 Kg2 Kd6 40 Rd2 Kc5 41 Bxd5 exd5 42 Rd4 Ra7 
+43 b4+ Kc6 44 c4 dxc4 45 Rxc4+ Kb5 46 Rc5+ Kxb4 47 Rxh5 Kc3 48 Rf5 
+Rc7 49 Rf4 Kd3 50 Rxg4 f6 51 Rf4 Rf7 52 h4 Rf8 53 g4 Rg8 54 Kf3 
+Rg6 55 h5 Rh6 56 Rf5 Kd4 57 Kf4 Kd3 58 f3 Kd4 59 Ra5 Kd3 60 Ra3+ 
+Kc4 61 Kf5 Kb5 62 Re3 Kc5 63 Re6 Kd5 64 Rxf6 1-0 
+  
+  
+ROUND 5 
+  
+Kasparov's Gambit -- Michael Rohde 
+4th Harvard Cup (5) 1993 
+1 d4 Nf6 2 c4 e6 3 Nc3 Bb4 4 Nf3 b6 5 Bg5 h6 6 Bd2 Bb7 7 e3 0-0 8 
+Bd3 d6 9 0-0 Nbd7 10 a3 Bxc3 11 Bxc3 Ne4 12 Be1 f5 13 Nd2 Ndf6 14 
+f3 Ng5 15 Bg3 Qe7 16 b4 Rad8 17 Qa4 a6 18 Kh1 Rb8 19 Rae1 Ba8 20 
+Qxa6 Bc6 21 c5 d5 22 Bc2 Qd7 23 cxb6 Bb5 24 bxc7 Bxa6 25 cxb8/Q 
+Rxb8 26 Bxb8 Bxf1 27 h4 Nf7 28 Rxf1 Qc8 29 Bxf5 exf5 30 Bf4 Qc3 31 
+Nb1 Qb2 32 Bg3 Nh5 33 Kh2 Nxg3 34 Kxg3 Nd6 35 Re1 Nc4 36 Kh3 Qf2 
+0-1 
+  
+Boris Gulko -- BattleChess 4000 SVGA 
+4th Harvard Cup (5) 1993 
+1 d4 Nf6 2 Bf4 d5 3 e3 Bf5 4 c4 Nc6 5 Nc3 e6 6 Nf3 Bb4 7 a3 Bxc3+ 
+8 bxc3 0-0 9 Bg5 Qe7 10 Bd3 Bxd3 11 Qxd3 dxc4 12 Qxc4 h6 13 Bh4 
+Qd8 14 0-0 Qd5 15 Qd3 Ne4 16 Rab1 Nd6 17 Nd2 Ne5 18 Qe2 Ng6 19 Bg3 
+Qc6 20 c4 Nf5 21 Rb4 Nxg3 22 hxg3 b6 23 Qh5 Rad8 24 Rc1 Rd6 25 Qb5 
+e5 26 Qxc6 Rxc6 27 d5 Rd6 28 e4 Re8 29 c5 Rd7 30 Ra4 Ra8 31 cxb6 
+cxb6 32 Rc6 Re8 33 Rac4 f6 34 a4 Ra8 35 Kf1 Kf7 36 Nf3 Ne7 37 Rc7 
+Ke8 38 Rc2 Kd8 39 R7c3 Rc8 40 Rxc8+ Nxc8 41 Ke2 Nd6 42 Kd3 f5 43 
+Nxe5 fxe4+ 44 Kd4 Rc7 45 Nc6+ Ke8 46 g4 Kd7 47 Re2 Kc8 48 Ke5 Kd7 
+49 Rc2 Rc8 50 Kd4 Rc7 51 Rc3 Ke8 52 Ke5 Kd7 53 Kd4 Ke8 54 Re3 Kf7 
+55 f3 exf3 56 gxf3 h5 57 Re6 Rxc6 58 dxc6 Kxe6 59 gxh5 Ne8 60 Kc4 
+Kd6 61 Kd4 Nf6 62 c7 Kxc7 63 Ke5 Nh5 64 Kf5 Ng3+ 65 Kg6 Ne2 66 
+Kxg7 Nd4 67 f4 Ne6+ 68 Kf6 Nxf4 69 Ke5 Ne2 70 Kd5 Nc3+ 71 Kc4 Nxa4 
+72 Kb5 Nc5 73 Kb4 Kd6 74 Kb5 Kd5 75 Kb4 a6 76 Kc3 a5 77 Kb2 b5 78 
+Kc3 b4+ 79 Kb2 Kc4 80 Kc2 Nd3 81 Kd2 b3 82 Ke3 b2 83 Ke4 a4 84 Kf5 
+a3 85 Ke6 Nb4 [time] 1/2-1/2 
+  
+Patrick Wolff -- Socrates Exp 
+4th Harvard Cup (5) 1993 
+1 e4 e5 2 Nf3 Nf6 3 Nc3 Bb4 4 Nxe5 0-0 5 Be2 Re8 6 Nd3 Bxc3 7 dxc3 
+Nxe4 8 c4 d6 9 0-0 Nc6 10 Nf4 Ne5 11 f3 Nc5 12 Re1 Bf5 13 Be3 Ng6 
+14 Qd2 Bxc2 15 Nh5 Bf5 16 g4 Bd7 17 b4 Ne6 18 f4 Nef8 19 f5 Ne5 20 
+Bh6 Qh4 21 Qf4 Bc6 22 Bxg7 Nf3+ 23 Bxf3 Rxe1+ 24 Rxe1 Qxe1+ 25 Kg2 
+Bxf3+ 26 Qxf3 Qxb4 27 Bc3 Qxc4 28 Nf6+ Kh8 29 Qe3 Qxa2+ 30 Kh3 Qb1 
+31 Nd5+ f6 32 Nxf6 Qf1+ 33 Kh4 Qc4 34 Nxh7+ Qxc3 35 Qxc3+ Kxh7 36 
+Qxc7+ Kg8 37 f6 Ne6 38 Qe7 Kh8 39 Qxe6 Rf8 40 g5 a5 41 g6 Rg8 42 
+Qf7 Rxg6 43 Qxg6 a4 44 Qg7 mate 1-0 
+  
+M-Chess Professional 3.42 -- Ilya Gurevich 
+4th Harvard Cup (5) 1993 
+1 e4 c5 2 Nf3 e6 3 d4 cxd4 4 Nxd4 a6 5 Bd3 Qc7 6 0-0 Nf6 7 Be3 Be7 
+8 Nc3 d6 9 Qf3 Nbd7 10 Qg3 0-0 11 Be2 Re8 12 Bh6 Bf8 13 Bd2 b5 14 
+a3 Bb7 15 f3 Rac8 16 Kh1 d5 17 Qxc7 Rxc7 18 exd5 Nxd5 19 Bd3 Nc5 
+20 Nxd5 Bxd5 21 Be2 g6 22 Bg5 Rcc8 23 Rfd1 Na4 24 Rab1 Ba2 25 Ra1 
+Nxb2 26 Rxa2 Nxd1 27 Bxd1 Red8 28 Bxd8 Rxd8 29 c3 e5 30 Rd2 exd4 
+31 Rxd4 Rxd4 32 cxd4 Bxa3 33 Kg1 Bb2 34 d5 Kf8 35 Kf2 Ke7 36 Ke3 
+Kd6 37 Kd3 a5 38 Be2 Be5 39 Kc2 b4 40 Kb3 Bxh2 41 Ka4 Kxd5 42 Bd1 
+Kd4 43 Kxa5 Bd6 44 Bb3 Ke3 45 Bxf7 Kf2 46 Bd5 Kxg2 47 Be4 Kg3 48 
+Kb5 Kf4 49 Kc6 h5 50 Kxd6 h4 51 Bxg6 h3 52 Kc5 h2 53 Kxb4 h1/Q 54 
+Be4 Qc1 0-1 
+  
+Alexander Ivanov -- Renaissance SPARC 
+4th Harvard Cup (5) 1993 
+1 e4 c6 2 d4 d5 3 e5 Bf5 4 h4 h5 5 c4 e6 6 Nc3 Nd7 7 cxd5 cxd5 8 
+Bg5 Be7 9 Qd2 Bxg5 10 hxg5 Rc8 11 Be2 Bg6 12 Nb5 Rc2 13 Qb4 Qxg5 
+14 Nf3 Qxg2 15 Rg1 Qh3 16 Nd6+ Kd8 17 Nxb7+ Kc7 18 Qd6+ Kc8 19 Ba6 
+Rc7 20 Nc5+ Kd8 21 Ng5 Qf5 22 Ngxe6+ fxe6 23 Nxe6+ Qxe6 24 Qxe6 
+Ne7 25 Rxg6 Rc6 26 Qxc6 Nxc6 27 Rxc6 1-0 
+  
+ChessSystem R30 -- Joel Benjamin 
+4th Harvard Cup (5) 1993 
+1 e4 c5 2 c3 d5 3 exd5 Qxd5 4 d4 Nf6 5 Nf3 Nc6 6 dxc5 Qxd1+ 7 Kxd1 
+e5 8 b4 Bf5 9 Nbd2 0-0-0 10 b5 Na5 11 Nxe5 Bxc5 12 Nxf7 Ne4 13 Ke1 
+Nxf2 14 Be2 Nxh1 15 Nxh8 Rxh8 16 g4 Bg6 17 a4 Nf2 18 Ba3 Re8 19 
+Bxc5 Nd3+ 20 Kf1 Nxc5 21 Ra3 Rf8+ 22 Kg1 Rd8 23 Nf3 Nab3 24 c4 Nd4 
+25 Nxd4 Rxd4 26 a5 Bd3 27 Bxd3 Rxd3 28 Rxd3 Nxd3 29 h3 Kc7 30 Kg2 
+Kd6 31 Kf3 Ne5+ 32 Ke4 Nxc4 33 Kd4 Nxa5 0-1 
+  
+  
+ROUND 6 
+  
+Kasparov's Gambit -- Patrick Wolff 
+4th Harvard Cup (6) 1993 
+1 d4 Nf6 2 c4 c5 3 d5 b5 4 cxb5 a6 5 bxa6 g6 6 e4 Nxe4 7 Qa4 Nf6 8 
+a7 Na6 9 Nf3 Bg7 10 Bxa6 Rxa7 11 Nc3 0-0 12 Qc4 Bxa6 13 Qxc5 Qb8 
+14 a4 Rc8 15 Qa3 Rb7 16 a5 Rb3 17 Qa2 Ng4 18 h3 Ne5 19 Nxe5 Bxe5 
+20 f4 Bxc3+ 21 bxc3 Rbxc3 22 Bd2 Rc2 23 Qb1 Rxd2 24 Qxb8 Re2+ 0-1 
+  
+BattleChess 4000 SVGA -- Alexander Ivanov 
+4th Harvard Cup (6) 1993 
+1 d4 g6 2 Nf3 Bg7 3 c3 d6 4 e4 Nf6 5 Bd3 Nbd7 6 0-0 e5 7 Bg5 h6 8 
+Bd2 0-0 9 Na3 b6 10 Re1 Bb7 11 Nb5 a6 12 Na3 Re8 13 Qc2 exd4 14 
+cxd4 d5 15 e5 Ne4 16 b4 c5 17 bxc5 bxc5 18 Rab1 Qc8 19 Bf4 g5 20 
+Be3 cxd4 21 Bxd4 g4 22 e6 Rxe6 23 Bxg7 gxf3 24 Qxc8+ Bxc8 25 Bd4 
+Ndc5 26 Bxe4 Nxe4 27 g3 Nd2 28 Rbd1 Re2 29 Nc2 Ne4 30 Nb4 Be6 31 
+a3 Rc8 32 Rc1 Rc4 33 Red1 Rxd4 34 Rxd4 Rxf2 35 Kh1 Rg2 36 Rf1 Nf2+ 
+37 Rxf2 Rxf2 38 h4 Re2 39 Rf4 d4 40 Nd3 Bd5 41 Kg1 Rg2+ 42 Kf1 Rd2 
+43 Ne5 d3 44 Rg4+ Kf8 45 Rd4 Be6 46 Nxf3 Ra2 47 Ke1 Rxa3 48 Kd2 
+Ke7 49 Rxd3 Rxd3+ 50 Kxd3 Kd6 51 Ke4 Bd5+ 52 Kf4 Bxf3 53 Kxf3 Ke5 
+54 Ke3 a5 55 Kd3 Kf5 56 Kc4 Kg4 57 Kd4 Kxg3 58 h5 Kg4 59 Kd3 f5 60 
+Kc4 f4 61 Kd3 a4 62 Kc3 f3 63 Kb4 f2 64 Kxa4 f1/Q 65 Kb4 Kxh5 66 
+Kc5 Kg4 67 Kd5 Kf5 68 Kd4 Qd1+ 69 Kc5 Ke5 70 Kb5 Kd5 71 Kb6 Kd6 72 
+Kb7 Qb3+ 73 Ka8 Kc7 0-1 
+  
+Socrates Exp -- Boris Gulko 
+4th Harvard Cup (6) 1993 
+1 e4 g6 2 d4 Bg7 3 Nf3 d6 4 Be2 Nf6 5 Nc3 0-0 6 0-0 Nc6 7 d5 Nb8 8 
+Bf4 Nh5 9 Be3 e5 10 dxe6 fxe6 11 Qd2 Nc6 12 Rad1 Qe7 13 Ng5 Bd7 14 
+Nb5 Rac8 15 Bxh5 gxh5 16 f4 h6 17 Nf3 Rf7 18 Kh1 a6 19 Nc3 Rcf8 20 
+g3 Qf6 21 Nh4 b5 22 a3 Na5 23 Qe1 Nc4 24 Bc1 Bc6 25 Rf3 Rd7 26 b3 
+Nb6 27 Rfd3 Qf7 28 Nf3 Re7 29 Be3 Nd7 30 Bf2 Nf6 31 Bd4 Ng4 32 
+Bxg7 Qxg7 33 h3 Nf6 34 Kh2 Nd7 35 Nd4 Bb7 36 Re3 h4 37 f5 Ne5 38 
+gxh4 Kh8 39 Rg3 Qf6 40 Nxe6 Rxe6 41 fxe6 Nf3+ 42 Rxf3 Qxf3 43 Nd5 
+Rg8 44 Qc3+ Qxc3 45 Nxc3 Re8 46 Nd5 Rxe6 47 Nxc7 Rxe4 48 Rxd6 Re2+ 
+49 Kg3 Rxc2 50 Nxa6 Rc3+ 51 Kg4 Bxa6 52 Rxh6+ Kg7 53 Rxa6 Rxb3 54 
+h5 b4 55 h6+ Kh7 56 a4 Rc3 57 Rb6 Rc4+ 58 Kf3 b3 59 a5 Ra4 60 a6 
+b2 61 Rxb2 Rxa6 62 Rb4 Kxh6 63 Kg4 Rc6 64 h4 Ra6 65 h5 Rc6 66 Re4 
+Ra6 67 Rc4 Rb6 68 Ra4 Rc6 69 Rd4 Rb6 70 Rc4 Ra6 71 Re4 Rb6 72 Rf4 
+Rc6 73 Rb4 Rd6 74 Rh4 Rc6 75 Rd4 Rb6 76 Rc4 Ra6 77 Re4 Rb6 78 Ra4 
+Rc6 79 Kg4 Rb6 80 Rd4 Rc6 81 Rf4 1/2-1/2 
+  
+Michael Rohde -- M-Chess Professional 3.42 
+4th Harvard Cup (6) 1993 
+1 Nf3 d5 2 c4 e6 3 d4 Nf6 4 Nc3 c5 5 cxd5 exd5 6 g3 Nc6 7 Bg2 Be7 
+8 0-0 0-0 9 Bg5 cxd4 10 Nxd4 Re8 11 Rc1 Bg4 12 h3 Bd7 13 Nb3 Be6 
+14 e3 Rc8 15 Qd2 Ne4 16 Nxe4 Bxg5 17 Nxg5 Qxg5 18 Rfd1 Qh5 19 Kh2 
+Bg4 20 Re1 Bf3 21 Nd4 Bxg2 22 Kxg2 f6 23 Rc5 Nxd4 24 Qxd4 Rxc5 25 
+Qxc5 b6 26 Qd4 Re4 27 Qd3 Ra4 28 Rc1 Rxa2 29 Rc8+ Kf7 30 Rc7+ Kf8 
+31 Qb3 Ra5 32 Qb4+ Rc5 33 Rxc5 bxc5 34 Qxc5+ Kg8 35 Qxa7 Qe8 36 
+Qd4 Qb5 37 b4 Kf7 38 Qa7+ Kf8 39 Qa5 Qb7 40 Qc5+ Ke8 41 Kf1 Qd7 42 
+h4 Qh3+ 43 Ke1 Qh1+ 44 Ke2 Qe4 45 b5 Qg4+ 46 Ke1 Qd7 47 b6 h6 48 
+Kd2 g6 49 Kc3 h5 50 Kb4 Qb7 51 Qd6 Qc8 52 Qxd5 Ke7 53 Qc5+ Kd7 54 
+Qxc8+ Kxc8 55 e4 1-0 
+  
+Joel Benjamin -- Renaissance SPARC 
+4th Harvard Cup (6) 1993 
+1 d4 d5 2 c4 c6 3 Nc3 Nf6 4 e3 e6 5 Nf3 Nbd7 6 Bd3 Bd6 7 e4 dxe4 8 
+Nxe4 Nxe4 9 Bxe4 0-0 10 0-0 c5 11 Bc2 Qb6 12 Qd3 g6 13 Be3 Be7 14 
+Rad1 Qxb2 15 Rb1 Qxa2 16 Ra1 Qxa1 17 Rxa1 Rd8 18 dxc5 Nxc5 19 Qc3 
+Bd7 20 Ne5 f5 21 Bxc5 Bxc5 22 Nxd7 Rxd7 23 Qe5 Bd4 24 Qxe6+ Rf7 25 
+Rd1 Rd8 26 c5 Rdd7 27 Rxd4 Rde7 28 Bb3 Rxe6 29 Bxe6 1-0 
+  
+Ilya Gurevich -- ChessSystem R30 
+4th Harvard Cup (6) 1993 
+1 e4 e5 2 Nf3 Nc6 3 Bb5 a6 4 Ba4 Nf6 5 0-0 Be7 6 Re1 b5 7 Bb3 0-0 
+8 d4 Nxd4 9 Nxd4 exd4 10 e5 Ne8 11 c3 dxc3 12 Nxc3 Bb7 13 Nd5 d6 
+14 e6 f5 15 Bf4 Nf6 16 Nxe7+ Qxe7 17 Rc1 Rae8 18 Qd4 Ne4 19 Qa7 c5 
+20 Rxe4 fxe4 21 Bxd6 Qxd6 22 e7+ c4 23 exf8/Q+ Rxf8 24 Rd1 Qf6 25 
+Bc2 Qxb2 26 Bb1 c3 27 Qc5 Qe2 28 Rf1 Qd2 29 Qe5 c2 30 Qe6+ Kh8 31 
+Bxc2 Qxc2 32 Qe7 Qc8 33 h3 Bd5 34 a3 Qf5 35 Qa7 Bc4 36 Rd1 Bd3 37 
+Rc1 Qf6 38 Qe3 a5 39 Rc7 b4 40 axb4 axb4 41 Rb7 Qc3 42 Qb6 Qa1+ 43 
+Kh2 Qe5+ 44 Kg1 Qc3 45 Kh2 h6 46 h4 Qe5+ 47 Kg1 Rc8 48 g3 Qa1+ 49 
+Kh2 Rc1 50 Kh3 Rh1+ 51 Kg4 Qe5 0-1 
+  
diff --git a/programs/minimax.bib b/programs/minimax.bib
new file mode 100644 (file)
index 0000000..6723d69
--- /dev/null
@@ -0,0 +1,1338 @@
+@STRING{header = "
+-----------------------------------------------------------------------------
+File:      minimax.bib
+Version:    V01-005 of April 2nd, 1993
+Author:            Claude G. Diderich
+           30, Avenue S.Reymondin, CH-1009 Pully, Switzerland, Europe
+           E-mail: [email protected]
+Copyright:  (c) 1992..93 by Claude G. Diderich, Switzerland
+           Non commercial usage permitted as long as the above copyright no-
+           tice is included.
+Note:      Please  send  all  modifications  and  additions  to this file to
+           [email protected] indicates if a copy of the article
+           is available to me (If you have  a copy  of an article marked NO,
+           I would be gratefull if you could send me a copy of it).Any other
+            indication  in the  AVAILABLE field  are for  personal use of the
+           author.
+Thanks:            I would like to thank the following persons  (in alphabetical or-
+MONTH      der) for their contributions:
+           David Barnard <[email protected]>,
+           Bruno Charlier <[email protected]>
+           Van-Dat Cung <[email protected]>,
+            Rainer Feldmann <[email protected]>,
+           Marc Gengler <[email protected]>,
+           Rattikorn Hewett <[email protected]>,
+           Toshihide Ibaraki <[email protected]>,
+           L. V. Kale <[email protected]>,
+           Richard E. Korf <[email protected]>,
+           Bradley C. Kuszmauk <[email protected]>,
+            T. A. Marsland <[email protected]>,
+           Judea Pearl <[email protected]>,
+           Wim Pijls <[email protected]>,
+            Udo Sprute <[email protected]>
+-----------------------------------------------------------------------------
+"}
+
+@STRING{artint         = "Artificial Intelligence"}
+@STRING{ieeetoc                = "{IEEE} Transactions on Computers"}
+@STRING{ieeetopami     = "{IEEE} Transactions on Pattern Analysis and
+    Machine Intelligence"}
+@STRING{ijprai         = "International Journal of Pattern
+    Recognition and Artificial Intelligence"}
+@STRING{iccaj          = "ICCA Journal"}
+@STRING{jalgo          = "Journal of Algorithms"}
+@STRING{jpdc           = "Journal of Parallel and Distributed Computing"}
+@STRING{parcomp                = "Parallel Computing"}
+@STRING{infocon                = "Information and Control"}
+@STRING{spex           = "Software: Practice and Experience"}
+
+@INPROCEEDINGS{Abra88,
+    AUTHOR     = "Bruce Abramson and Richard E. Korf",
+    TITLE      = "A Model of Two-player Evaluation Functions",
+    BOOKTITLE  = "Proceedings of the Sixth National Conference on Artificial
+               Intelligence (AAAI-87)",
+    ADDRESS    = "Seattle, WA",
+    YEAR       = 1987,
+    MONTH      = Jul,
+    PAGES      = "90--94",
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Abra89,
+    AUTHOR     = "Bruce Abramson",
+    TITLE      = "Control Strategies for Two-Player Games",
+    JOURNAL    = acmcs,
+    VOLUME     = 21,
+    NUMBER     = 2,
+    PAGES      = "137--161",
+    MONTH      = Jun,
+    YEAR       = 1989
+}
+
+
+@TECHREPORT{Akl79,
+    AUTHOR     = "Selim G. Akl and David T. Barnard and Ralph J. Doran",
+    TITLE      = "Searching Game Trees in Parallel",
+    INSTITUTION        = "Queen's University, Department of Computing and
+               Information Science",
+    YEAR       = 1979,
+    MONTH      = Nov,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@INPROCEEDINGS{Akl80,
+    AUTHOR     = "Selim G. Akl and David T. Barnard and Ralph J. Doran",
+    TITLE      = "Simulation and Analysis in Deriving Time and Storage
+               Requirements for a Parallel Alpha-beta Algorithm",
+    BOOKTITLE  = "International Conference on Parallel Processing",
+    PAGES      = "231--234",
+    YEAR       = 1980,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Akl82,
+    AUTHOR     = "Akl, Selim G. and Barnard, David T. and Doran, Ralph J.",
+    TITLE      = "Design, Analysis, and Implementation of a Parallel Tree
+               Search Algorithm",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1982,
+    VOLUME     = "PAMI-4",
+    NUMBER     = 2,
+    MONTH      = Mar,
+    PAGES      = "192--203"
+}
+
+@INBOOK{Akl89,
+    AUTHOR     = "Selim G. Akl",
+    TITLE      = "The Design and Analysis of Parallel Algorithms",
+    CHAPTER    = "12 -- Traversing Combinatorial Spaces",
+    PAGES      = "310--340",
+    PUBLISHER  = "Prentice Hall",
+    ADDRESS    = "Englewood Cliffs, NJ",
+    YEAR       = 1989,
+    AVAILABLE  = "EPFL-BC"
+}
+
+@TECHREPORT{Almq88,
+    AUTHOR     = "Kenneth Almquist and Neil McKenzie and Kenneth Sloan",
+    TITLE      = "An Inquiry into Parallel Algorithms for Searching
+               Game Trees",
+    INSTITUTION        = "University of Washington, Department of Computer Science",
+    ADDRESS    = "Seattle, WA",
+    YEAR       = 1988,
+    MONTH      = Dec,
+    NUMBER     = "88-12-03"
+}
+
+@TECHREPORT{Alth88,
+    AUTHOR     =  {Ingo Alth\"ofer},
+    TITLE      = "A Parallel Game Tree Search Algorithm with a Linear
+               Speedup",
+    YEAR       = 1988,
+    MONTH      = Dec,
+    NOTE       = "submitted to Journal of Algorithms, accepted 1992",
+    INSTITUTION        = {University of Bielefeld, Faculty for Mathematics},
+    ADDRESS    = "Bielefeld, Germany"
+}
+
+@ARTICLE{Alth90,
+    AUTHOR     = {Ingo Alth\"ofer},
+    TITLE      = "An Incremental Negamax Algorithm",
+    JOURNAL    = artint,
+    YEAR       = 1990,
+    VOLUME     = 43,
+    PAGES      = "57--65"
+}
+
+@ARTICLE{Alth91,
+    AUTHOR     = {Ingo Alth\"ofer and Bernhard Balkenhol},
+    TITLE      = "A Game Tree with Distinct Leaf Values which is easy
+               for the Alpha-beta Algorithm",
+    JOURNAL    = artint,
+    PAGES      = "183--190",
+    VOLUME     = 52,
+    YEAR       = 1991,
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@PHDTHESIS{Amig91,
+    AUTHOR     = "Claude Amiguet",
+    TITLE      = "Contr\^oleurs Distribu\'es pour la Programmation
+               Heuristique",
+    SCHOOL     = "Swiss Federal Institute of Technology, Department of
+               Computer Science",
+    NUMBER     = 910,
+    ADDRESS    = "Lausanne, Switzerland",
+    YEAR       = 1991,
+    NOTE       = "In french"
+}
+
+@INPROCEEDINGS{Bal86a,
+    AUTHOR     = "Henri E. Bal and Robbert {van Renesse}",
+    TITLE      = "Parallel Alpha-Beta Search",
+    BOOKTITLE  = "Proceedings NGI-SION Symposium Stimulerende Informatica",
+    ADDRESS    = "Utrecht, Netherlands",
+    PAGES      = "379--385",
+    MONTH      = Apr,
+    YEAR       = 1986,
+    AVAILABLE  = "EPFL-LITH"
+}
+
+@ARTICLE{Ball86b,
+    AUTHOR     = "Henri E. Bal and Robbert {van Renesse}",
+    TITLE      = "A Summary of Parallel Alpha-Beta Search Results",
+    JOURNAL    = iccaj,
+    YEAR       = 1986,
+    VOLUME     = 9,
+    NUMBER     = 3,
+    PAGES      = "146--149",
+    MONTH      = Sep,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Ball83,
+    AUTHOR     = "Bruce W. Ballard",
+    TITLE      = "The *-Minimax Search Procedure for Trees Containing Chance
+               Nodes",
+    JOURNAL    = artint,
+    VOLUME     = 21,
+    PAGES      = "327--350",
+    YEAR       = 1983
+}
+
+@ARTICLE{Baud78a,
+    AUTHOR     = "G\'erard M. Baudet",
+    TITLE      = "On the Branching Factor of the Alpha-Beta Pruning
+                  Algorithm",
+    JOURNAL    = artint,
+    VOLUME     = 10,
+    PAGES      = "173--199",
+    YEAR       = 1978
+}
+
+@PHDTHESIS{Baud78b,
+    AUTHOR     = "G\'erard M. Baudet",
+    TITLE      = "The Design and Analysis of Algorithms for Asynchronous
+               Multiprocessors",
+    SCHOOL     = "Carnegie Mellon University",
+    YEAR       = 1978,
+    NUMBER     = "CMU-CS-78-116",
+    ADDRESS    = "Pittsburgh, PA",
+    AVAILABLE  = "ETHICS MICROFICHES"
+}
+
+@INBOOK{Beal80,
+    AUTHOR     = "D. F. Beal",
+    CHAPTER    = "An Analysis of Minimax",
+    TITLE      = "Advances in Computer Chess 2",
+    YEAR       = 1980,
+    NOTE       = "Editor: M. R. B. Clarke",
+    PAGES      = "103--109",
+    PUBLISHER  = "Edinburgh University Press.",
+    AVAILABLE  = "ETHICS"
+}
+
+@PHDTHESIS{Berl75,
+    AUTHOR     = "Hans Jack Berliner",
+    TITLE      = "Chess as Problem Solving",
+    SCHOOL     = "Carnegie Mellon University",
+    YEAR       = 1975,
+    ADDRESS    = "Pittsburgh, PA",
+    AVAILABLE  = "ETHICS MICROFICHES"
+}
+
+@ARTICLE{Berl89,
+    AUTHOR     = "Hans Jack Berliner and Carl Eberling",
+    TITLE      = "Pattern Knowledge and Search: {T}he {SUPREME}
+               Architecture",
+    JOURNAL    = artint,
+    YEAR       = 1989,
+    VOLUME     = 38,
+    NUMBER     = 2,
+    PAGES      = "161--198"
+}
+
+@ARTICLE{Berl90,
+    AUTHOR     = "Hans Jack Berliner and Gordon Goetsch and
+               Murray S. Campbell and Carl Ebeling",
+    TITLE      = "Measuring the Performance Potential of Chess Programs",
+    JOURNAL    = artint,
+    YEAR       = 1990,
+    VOLUME     = 43,
+    NUMBER     = 1,
+    MONTH      = Apr,
+    PAGES      = "7--21",
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@TECHREPORT{Bohm89,
+    AUTHOR     = {Max B\"ohm and Ewald Speckenmeyer},
+    TITLE      = "A Dynamic Processor Tree for Solving Game Trees in
+               Parallel", 
+    INSTITUTION        = "University of Dortmund, Fachbereich Informatik",
+    ADDRESS    = "Dortmund, Germany",
+    YEAR       = 1989,
+    AVAILABLE  = "Also in: Proceedings SOR '89"
+}
+
+@TECHREPORT{Bord90,
+    AUTHOR     = "Andrei Z. Broder and Anna R. Karlin and Prabhakar
+               Raghavan and Eli Upfal",
+    TITLE      = "On the Parallel Complexity of Evaluating Game-Trees",
+    INSTITUTION        = "IBM Research Division",
+    NUMBER     = "RR RJ 7729",
+    MONTH      = Oct,
+    YEAR       = 1990,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@INBOOK{Brat82,
+    AUTHOR     = "I. Bratko and M. Gams",
+    CHAPTER    = "Error Analysis of the Minimax Principle",
+    TITLE      = "Advances in Computer Chess 3",
+    YEAR       = 1982,
+    NOTE       = "Editor: M. R. B. Clarke",
+    PAGES      = "1--15",
+    PUBLISHER  = "Pergamon Press",
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Camp83,
+    AUTHOR     = "Murray S. Campbell and T. A. Marsland",
+    TITLE      = "A Comparison of Minimax Tree Search Algorithms",
+    JOURNAL    = artint,
+    VOLUME     = 20,
+    PAGES      = "347--367",
+    YEAR       = 1983
+}
+
+@ARTICLE{Chak92,
+    AUTHOR     = "P. P. Chakrabarti and S. Ghose",
+    TITLE      = "A General Best First Search Algorithm in And/Or Graphs",
+    JOURNAL    = jalgo,
+    VOLUME     = 13,
+    NUMBER      = 2,
+    PAGES      = "177-187",
+    MONTH      = Jun,
+    YEAR       = 1992,
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@TECHREPORT{Cung91,
+    AUTHOR     = "Van-Dat Cung and Catherine Roucairol",
+    TITLE      = "Parallel Minimax Tree Searching",
+    INSTITUTION        = "INRIA",
+    TYPE       = "RR",
+    NUMBER     = 1549,
+    YEAR       = 1991,
+    MONTH      = Nov,
+    NOTE       = "In French, will appear in English"
+}
+
+@ARTICLE{Darw83,
+    AUTHOR     = "Nevin M. Darwish",
+    TITLE      = "A Quantitative Analysis of the Alpha-Beta Pruning
+               Algorithm",
+    JOURNAL    = artint,
+    VOLUME     = 21,
+    PAGES      = "405--433",
+    YEAR       = 1983
+}
+
+@TECHREPORT{Dide92,
+    AUTHOR     = "Claude G. Diderich",
+    TITLE      = "Evaluation des Performances de l'Algorithme {SSS*} avec
+               Phases de Synchronisation sur une Machine Parall\`ele \`a
+               M\'emoires Distribu\'ees",
+    ADDRESS    = "Lausanne, Switzerland",
+    INSTITUTION        = "Swiss Federal Institute of Technology, Department of
+               Computer Science, Laboratory for Theoretical Computer
+               Science",
+    MONTH      = Jun,
+    YEAR       = 1992,
+    NOTE       = "In french",
+    AVAILABLE  = "Contact <[email protected]> for a copy"
+}
+
+@MASTERSTHESIS{Feld87,
+    AUTHOR     = "Rainer Feldmann and Peter Mysliwietz",
+    TITLE      = "{Parallele Spielbaumsuche}",
+    NOTE       = "Diplomarbeit, In german",
+    SCHOOL     = "University of Paderborn",
+    ADDRESS    = "Paderborn, Germany",
+    YEAR       = 1987,
+    MONTH      = Dec
+}
+
+@ARTICLE{Feld89,
+    AUTHOR     = "Rainer Feldmann and Burkhard Monien and Peter Mysliwietz and
+               Oliver Vornberger",
+    TITLE      = "Distributed Game Tree Search",
+    JOURNAL    = iccaj,
+    VOLUME     = 12,
+    NUMBER     = 2,
+    YEAR       = 1989,
+    PAGES      = "65--73",
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@INPROCEEDINGS{Feld90a,
+    AUTHOR     = "Rainer Feldmann and Burkhard Monien and Peter Mysliwietz and
+               Oliver Vornberger",
+    TITLE      = "Distributed Game Tree Search",
+    BOOKTITLE  = "Parallel Algorithms for Machine Intelligence and Vision",
+    EDITOR     = "Vipin Kumar, P. S. Gopalakrishnan, Laveen N. Kanal",
+    PUBLISHER  = "Springer-Verlag",
+    PAGES      = "66--101",
+    YEAR       = 1990,
+    AVAILABLE  = "EPFL-BC"
+}
+
+@INBOOK{Feld90b,
+    AUTHOR     = "Rainer Feldmann and Peter Mysliwietz and Burkhard Monien",
+    TITLE      = "Advances in Computer Chess 6",
+    CHAPTER    = "1 --- A Fully Distributed Chess Program",
+    PAGES      = "1--27",
+    PUBLISHER  = "Ellis Horwood",
+    YEAR       = 1990,
+    AVAILABLE  = "ETHICS",
+    NOTE       = "Editor: D. Beal",
+}
+
+@INPROCEEDINGS{Feld90c,
+    AUTHOR     = "Rainer Feldmann, Peter Mysliwietz, Burkhard Monien",
+    TITLE      = "{Spielbaumsuche auf einem Transputernetzwerk}",
+    BOOKTITLE  = "Parallel - Algorithmen und -Rechnerstrukturen (PARS),
+               Workshop Sprachen und Systeme zur Parallelverarbeitung",
+    PUBLISHER  = {Gesellschaft f\"ur Informatik},
+    YEAR       = 1990,
+    MONTH       = Jan,
+    NOTE       = "In german"
+}
+
+@INPROCEEDINGS{Feld91a,
+    AUTHOR     = "Rainer Feldmann and Peter Mysliwietz and Burkhard Monien",
+    TITLE      = "Distributed Game Tree Search on a Massively
+               Parallel System",
+    BOOKTITLE  = "Data structures and efficient algorithms: Final
+               report on the {DFG} special joint initiative",
+    PUBLISHER  = "Springer-Verlag",
+    EDITOR     = "B. Monien, Th. Ottmann", 
+    PAGES      = "270--288",
+    VOLUME     = "LNCS 594",
+    MONTH      = Sep,
+    YEAR       = 1991,
+    AVAILABLE  = "EPFL-BC"
+}
+
+@INPROCEEDINGS{Feld91b,
+    AUTHOR     = "Rainer Feldmann and Peter Mysliwietz and Burkhard Monien",
+    TITLE      = "Experiments with a Fully Distributed Chess Program",
+    BOOKTITLE  = "Heuristic Programming in Artificial Intelligence 3",
+    EDITOR     = "J. van den Herik, V. Allis",
+    YEAR       = 1991,
+    PAGES      = "72--87",
+    NOTE       = "Also in: Tech.Report, University Paderborn,
+               Paderborn, Germany"
+
+}
+
+@INPROCEEDINGS{Felt88,
+    AUTHOR     = "E. W. Felten and S. W. Otto",
+    TITLE      = "Chess on a Hypercube",
+    BOOKTITLE  = "The Third Conference on Hypercube Concurrent
+               Computers and Applications",
+    EDITOR     = "Geoffrey Fox",
+    PAGES      = "1329--1341",
+    VOLUME     = "II-Applications",
+    YEAR       = 1988,
+    ADDRESS    = "Passadena, CA",
+    AVAILABLE  = "ETHICS"
+}
+@INPROCEEDINGS{Ferg88,
+    AUTHOR     = "C. Ferguson and Richard E. Korf",
+    TITLE      = "Distributed Tree Search and its application to
+               alpha-beta pruning",
+    BOOKTITLE  = "Proceedings of the Seventh National Conference Artificial
+               Intelligence (AAAI-88)",
+    ADDRESS    = "Minneapolis, MN",
+    YEAR       = 1988,
+    MONTH      = Aug,
+    PAGES      = "128--132",
+    AVAILABLE  = "ETHICS"
+}
+
+@INPROCEEDINGS{Fink80,
+    AUTHOR     = "Raphael A. Finkel and John P. Fishburn",
+    TITLE      = "Parallel Alpha-Beta Search on Arachne",
+    BOOKTITLE  = "IEEE International Conference on Parallel Processing",
+    PAGES      = "235--243",
+    YEAR       = 1980,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Fink82,
+    AUTHOR     = "Raphael A. Finkel and John P. Fishburn",
+    TITLE      = "Parallelism in Alpha-Beta Search",
+    JOURNAL    = artint,
+    YEAR       = 1982,
+    VOLUME     = 19,
+    PAGES      = "89--106"
+}
+
+@ARTICLE{Fink83,
+    AUTHOR     = "Raphael A. Finkel and John P. Fishburn",
+    TITLE      = "Improved Speedup Bounds for Parallel Alpha-Beta Search",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1983,
+    VOLUME     = "PAMI-5",
+    NUMBER     = 1,
+    PAGES      = "89--92"
+}
+
+@INBOOK{Fish84,
+    AUTHOR     = "John P. Fishburn",
+    TITLE      = "Analysis of Speedup in Distributed Algorithms",
+    CHAPTER    = "4 -- {P}arallel Alpha-Beta Search",
+    PAGES      = "11-54",
+    PUBLISHER  = "UMI Research Press",
+    YEAR       = 1984,
+    VOLUME     = 14,
+    SERIES     = "Computer Science: Distributed Database Systems",
+    NOTE       = "Revision of thesis (PhD) -- University of Wisconsin,
+               Madison, 1981"
+}
+
+@TECHREPORT{Full73,
+    AUTHOR     = "S. H. Fuller and J. G. Gaschnig and J. J. Gillogly",
+    TITLE      = "An Analysis of the Alpha-beta Pruning Algorithm",
+    ADDRESS    = "Pittsburgh",
+    INSTITUTION        = "Carnegie-Mellon University, Department of Computer Science",
+    MONTH      = Jul,
+    YEAR       = 1973,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@INPROCEEDINGS{Hewe92,
+    AUTHOR     = "R. Hewett and K. Ganesan",
+    TITLE      = "Consistent Linear Speedup in Parallel Alpha-Beta Search",
+    BOOKTITLE  = "ICCI'92, Computing and Information",
+    PUBLISHER  = "IEEE Computer Society Press",
+    PAGES      = "237--240",
+    YEAR       = 1992,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Hiro87,
+    AUTHOR     = "Usui Hiromoto and Yamashita Masafumi and Imai Masaharu and
+               Ibaraki, Toshihide",
+    TITLE      = "Parallel Searches of Game Trees",
+    JOURNAL    = "Systems and Computers in Japan",
+    NUMBER     = "8",
+    PAGES      = "97--109",
+    VOLUME     = 18,
+    YEAR       = 1987,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Hora90,
+    AUTHOR     = "Helmut Horacek",
+    TITLE      = "Reasonning with Uncertainty in Computer Chess",
+    JOURNAL    = artint,
+    YEAR       = 1990,
+    VOLUME     = 43,
+    PAGES      = "37--56"
+}
+
+@INBOOK{Hsu89,
+    AUTHOR     = "Feng-Hsiung Hsu and T. S. Anantharaman and
+               Murray S. Campbell and A. Nowatzyk",
+    TITLE      = "Computers, Chess, and Cognition",
+    CHAPTER    = "5 Deep Thought",
+    PAGES      = "55--78",
+    YEAR       = 1990,
+    PUBLISHER  = "Springer Verlag",
+    AVAILABLE  = "ETHICS"
+}
+
+@PHDTHESIS{Hsu90,
+    AUTHOR     = "Feng-Hsiung Hsu",
+    TITLE      = "Large Scale Parallelization of Alpha-Beta Search: An
+               Algorithmic and Architectural Study with Computer Chess",
+    SCHOOL     = "Carnegie Mellon University",
+    MONTH      = Feb,
+    YEAR       = 1990,
+    NUMBER     = "CMU-CS-90-108",
+    ADDRESS    = "Pittsburgh, PA"
+}
+
+@ARTICLE{Hunt88,
+    AUTHOR     = "Matthew M. Huntbach and F. Warren Burton",
+    TITLE      = "Alpha-Beta Search on Virtual Tree Machines",
+    JOURNAL    = "Information Sciences",
+    PAGES      = "3--17",
+    VOLUME     = 44,
+    YEAR       = 1988,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Hyat89,
+    AUTHOR     = "R. M. Hyatt and B. W. Suter",
+    TITLE      = "A Parallel Alpha/Beta Tree Searching Algorithm",
+    JOURNAL    = "Parallel Computing",
+    PAGES      = "299--308",
+    VOLUME     = 10,
+    YEAR       = 1989,
+    AVAILABLE  = "EPFL-BC"
+}
+
+@ARTICLE{Ibar86,
+    AUTHOR     = "Toshihide Ibaraki",
+    TITLE      = "Generalization of Alpha-Beta and {SSS*} Search Procedures",
+    JOURNAL    = artint,
+    YEAR       = 1986,
+    VOLUME     = 29,
+    PAGES      = "73--117"
+}
+
+@INPROCEEDINGS{Ibar87,
+    AUTHOR     = "Toshihide Ibaraki",
+    TITLE      = "Game Solving Procedure {H*} is Unsurpassed",
+    BOOKTITLE  = "Discrete Algorithms and Complexity",
+    EDITOR     = "D. S. Johnson and al.",
+    PAGES      = "185--200",
+    YEAR       = 1987,
+    PUBLISHER  = "Academic Press, Inc.",
+    AVAILABLE  = "ETHICS"
+}
+
+@INPROCEEDINGS{Ibar91a,
+    AUTHOR     = "Toshihide Ibaraki",
+    TITLE      = "Search Algorithms for Minimax Game Trees",
+    BOOKTITLE  = "Comference: Twenty Years NP-Completeness",
+    ADDRESS    = "Sicily, Italy",
+    MONTH      = Jun,
+    YEAR       = 1991,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Ibar91b,
+    AUTHOR     = "Toshihide Ibaraki and Yoshiroh Katoh",
+    TITLE      = "Searching Minimax Game Trees Under Memory Space Constraint",
+    JOURNAL    = "Annals of Mathematics and Artificial Intelligence",
+    PAGES      = "141--153",
+    VOLUME     = 1,
+    YEAR       = 1990,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Kain91,
+    AUTHOR     = "Kaindl, Hermann and Shams, Reza and Horacek, Helmut",
+    TITLE      = "Minimax Search Algorithms with and without Aspiration
+               Windows",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1991,
+    VOLUME     = "PAMI-13",
+    NUMBER     = 12,
+    MONTH      = Dec,
+    PAGES      = "1225--1235"
+}
+
+@INPROCEEDINGS{Karp89,
+    AUTHOR     = "Richard M. Karp and Yanjun Zhang",
+    TITLE      = "On parallel evaluation of game trees",
+    BOOKTITLE  = "First ACM Annual symposium on parallel algorithms and
+               architectures (SPAA'89)",
+    PUBLISHER  = "ACM",
+    ADDRESS    = "New York, NY",
+    PAGES      = "409--420",
+    YEAR       = 1989,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Kato88,
+    AUTHOR     = "Y. Katoh and Toshihide Ibaraki",
+    TITLE      = "Game Solving Procedure {SSS*} is Unsurpassed",
+    JOURNAL    = "Systems and computers in Japan",
+    YEAR       = 1988,
+    VOLUME     = 19,
+    NUMBER     = 7,
+    PAGES      = "93-103",
+    AVAILABLE  = "ETHICS"
+}
+
+@MASTERSTHESIS{Klei90,
+    AUTHOR     = "Theo Klein Paste and Patrick {van der Laag}",
+    TITLE      = "An Analysis of the {SSS*} Algorithm",
+    SCHOOL     = "Erasmus University Rotterdam",
+    ADDRESS    = "Rotterdam, NL",
+    YEAR       = 1990,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Knut75,
+    AUTHOR     = "Donald E. Knuth and Ronald W. Moore",
+    TITLE      = "An Analysis of Alpha-Beta Pruning",
+    JOURNAL    = artint,
+    VOLUME     = 6,
+    NUMBER     = 4,
+    PAGES      = "293--326",
+    YEAR       = 1975
+}
+
+@ARTICLE{Korf85,
+    AUTHOR     = "Richard E. Korf",
+    TITLE      = "Iterative Deepening: {An} Optimal Admissible Tree Search",
+    JOURNAL    = artint,
+    VOLUME     = 27,
+    YEAR       = 1985,
+    PAGES      = "97--109",
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@INPROCEEDINGS{Korf89,
+    AUTHOR     = "Richard E. Korf",
+    TITLE      = "Generalized Game Trees",
+    BOOKTITLE  = "Proceedings of the International Joint Conference on
+               Artificial Intelligence (IJCAI-89)",
+    ADDRESS    = "Detroit, MI",
+    YEAR       = 1989,
+    MONTH      = Aug,
+    PAGES      = "328--333",
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Korf90,
+    AUTHOR     = "Richard E. Korf",
+    TITLE      = "Depth-Limited Search for Real-Time Problem Solving",
+    JOURNAL    = "The Journal of Real-Time Systems",
+    PAGES      = "7--24",
+    YEAR       = 1990,
+    AVAILABLE  = "EPFL-LITH"
+}
+
+@ARTICLE{Korf91,
+    AUTHOR     = "Richard E. Korf",
+    TITLE      = "Multi-Player alpha-beta pruning",
+    JOURNAL    = artint,
+    MONTH      = Feb,
+    NUMBER     = 1,
+    YEAR       = 1991,
+    VOLUME     = 48,
+    PAGES      = "99--111",
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@PHDTHESIS{Kraa90,
+    AUTHOR     = "H.-J. Kraas",
+    TITLE      = "Zur {Parallelisierung} des {SSS*-Algorithmus}",
+    SCHOOL     = "University of Braunschweig",
+    ADDRESS    = "Braunschweig, Germany",
+    YEAR       = 1990,
+    NOTE        = "In german, \Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Kuma83,
+    AUTHOR     = "Vipin Kumar and Laveen N. Kanal",
+    TITLE      = "A General Branch and Bound Formulation for Understanding
+               and Synthesizing And/Or Tree Search Procedures",
+    JOURNAL    = artint,
+    PAGES      = "179--198",
+    VOLUME     = 21,
+    YEAR       = 1983,
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@ARTICLE{Kuma84,
+    AUTHOR     = "Vipin Kumar and Laveen N. Kanal",
+    TITLE      = "Parallel Branch-and-Bound Formulations for
+               {AND/OR} Tree Search",
+    JOURNAL    = ieeetopami,
+    MONTH      = Nov,
+    NUMBER     = 6,
+    PAGES      = "768--778",
+    VOLUME     = "PAMI-6",
+    YEAR       = 1984,
+    AVAILABLE  = "EPFL-BC"
+}
+
+@INPROCEEDINGS{Kuma88,
+    AUTHOR     = "Vipin Kumar and Laveen N. Kanal",
+    TITLE      = "A General Branch and Bound Formulation for And/Or Graph
+               and Game Tree Search",
+    BOOKTITLE  = "Search in Artificial Intelligence",
+    PUBLISHER  = "Springer Verlag",
+    YEAR       = 1988,
+    AVAILABLE  = "ETHICS"
+}
+
+@INPROCEEDINGS{Leif85,
+    AUTHOR     = "Daniel B. Leifker and Laveen N. Kanal",
+    TITLE      = "A Hybrid {SSS*}/Alpha-Beta Algorithm for Parallel
+               Search of Game Trees",
+    BOOKTITLE  = "Proceedings of the International Joint Conference on
+               Artificial Intelligence (IJCAI-85)",
+    PAGES      = "1044--1046",
+    YEAR       = 1985,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Leve92,
+    AUTHOR     = "Willem G. Levelt and M. Frans Kaashoek and Henri E.
+               Bal and Andrew S. Tanenbaum",
+    TITLE      = "A Comparison of Two Paradigms for Distributed
+               Shared Memory",
+    JOURNAL    = spex,
+    VOLUME     = 22,
+    NUMBER     = 11,
+    MONTH      = Nov,
+    YEAR       = 1992,
+    PAGES      = "985--1010"
+}
+
+@ARTICLE{Li90,
+    AUTHOR     = "Liwu Li and T. A. Marsland",
+    TITLE      = "Probability-Based Game Tree Pruning",
+    JOURNAL    = jalgo,
+    YEAR       = 1990,
+    MONTH       = Mar,
+    NUMBER      = 1,
+    VOLUME     = 11,
+    PAGES      = "27--43",
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@TECHREPORT{Lind83,
+    AUTHOR     = "Gary Lindstrom",
+    TITLE      = "The Key Node Method: A Highly-Parallel Alpha-Beta
+               Algorithm",
+    ADDRESS    = "Salt Lake City",
+    INSTITUTION        = "University of Utah, Department of Computer Science",
+    MONTH      = Mar,
+    NUMBER     = "UUCS 83-101",
+    YEAR       = 1983,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@MASTERSTHESIS{Low91,
+    AUTHOR     = "Chin-Chau Low",
+    TITLE      = "Parallel Game Tree Searching with Lower and Upper Bounds",
+    SCHOOL     = "University of Illinois at Urbana Campaign",
+    ADDRESS    = "IL",
+    YEAR       = 1991,
+    ADVISOR    = "L.V.Kale"
+}
+
+@ARTICLE{Mars82,
+    AUTHOR     = "T. A. Marsland and Murray S. Campbell",
+    TITLE      = "Parallel Search of Strongly Ordered Game Trees",
+    JOURNAL    = acmcs,
+    VOLUME     = 14,
+    NUMBER     = 4,
+    PAGES      = "533--551",
+    MONTH      = Dec,
+    YEAR       = 1982
+}
+
+@INPROCEEDINGS{Mars83a,
+    AUTHOR     = "T. A. Marsland",
+    TITLE      = "Relative Efficiency of Alpha-Beta Implementations",
+    BOOKTITLE  = "Proceedings of the International Joint Conference on
+               Artificial Intelligence (IJCAI-83)",
+    YEAR       = 1983,
+    PAGES      = "763--766",
+    ADDRESS    = "Karlsruhe, Germany",
+    MONTH      = Aug,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@TECHREPORT{Mars83b,
+    AUTHOR     = "T. A. Marsland and Fred Popowich",
+    TITLE      = "Multiprocessor Tree Searching System Design",
+    INSTITUTION        = "University of Alberta, Department of Computer Science",
+    YEAR       = 1983,
+    NUMBER     = "TR 83-06",
+    ADDRESS    = "Edmonton, Canada",
+    MONTH      = Jul
+}
+
+@ARTICLE{Mars85,
+    AUTHOR     = "T. A. Marsland and Fred Popowich",
+    TITLE      = "Parallel Game-Tree Search",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1985,
+    VOLUME     = "PAMI-7",
+    NUMBER     = 4,
+    MONTH      = Jul,
+    PAGES      = "442--452"
+}
+
+@ARTICLE{Mars87,
+    AUTHOR     = "Marsland, T. A. and Reinefeld, Alexander and Schaeffer,
+               Jonathan",
+    TITLE      = "Low Overhead Alternatives to {SSS*}",
+    JOURNAL    = artint,
+    VOLUME     = 31,
+    PAGES      = "185--199",
+    YEAR       = 1987
+}
+
+@INBOOK{Mars88,
+    AUTHOR     = "T.A. Marsland and M. Olafsson and Jonathan Schaeffer",
+    TITLE      = "Multiprocessor Tree-Search Experiments",
+    BOOKTITLE  = "Advances in Computer Chess IV",
+    NOTE       = "D.F. Beal (Editor)",
+    PUBLISHER  = "Pergamon Press",
+    PAGES      = "37--51",
+    YEAR       = 1986,
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{McAl88,
+    AUTHOR     = "David Allen McAllester",
+    TITLE      = "Conspiracy Numbers for Min-Max Searching",
+    JOURNAL    = artint,
+    VOLUME     = 35,
+    PAGES      = "287--310",
+    YEAR       = 1988
+}
+
+@ARTICLE{Meul90,
+    AUTHOR     = "M. van der Meulen",
+    TITLE      = "Conspiracy Number Search",
+    JOURNAL    = iccaj,
+    VOLUME     = 13,
+    NUMBER     = 1,
+    YEAR       = 1990,
+    MONTH      = Mar,
+    PAGES      = "3--14",
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@PHDTHESIS{Mich83,
+    AUTHOR     = "Gerard P. Michon",
+    TITLE      = "Recursive Random Games: {A} Probabilistic Model for
+               Perfect Information Games",
+    SCHOOL     = "University of California at Los Angeles, Computer
+               Science Department",
+    ADDRESS    = "Los Angeles, CA",
+    NUMBER     = "840029 (R-32)",
+    YEAR       = 1983
+}
+
+@INPROCEEDINGS{Moni87,
+    AUTHOR     = "Burkhard Monien and Oliver Vornberger",
+    TITLE      = "Parallel Processing of Combinatorial Search Trees",
+    BOOKTITLE  = " Proceedings International Workshop on Parallel
+               Algorithms and Architectures, Math. Research Nr. 38,
+               Akademie - Verlag Berlin",
+    PAGES      = "60--69",
+    YEAR       = 1987,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Nau82,
+    AUTHOR     = "Danna S. Nau",
+    TITLE      = "The Last Player Theorem",
+    JOURNAL    = artint,
+    VOLUME     = 18,
+    PAGES      = "53--65",
+    YEAR       = 1982
+}
+
+@ARTICLE{Nau83,
+    AUTHOR     = "Danna S. Nau",
+    TITLE      = "Pathology on Game Trees Revisited, and an Alternative to
+               Minimaxing",
+    JOURNAL    = artint,
+    VOLUME     = 21,
+    PAGES      = "221--244",
+    YEAR       = 1983
+}
+
+@ARTICLE{Newb77,
+    AUTHOR     = "Monroe M. Newborn",
+    TITLE      = "The Efficiency of the Alpha-Beta Search on Trees with
+               Branch-dependent Terminal Node Scores",
+    JOURNAL    = artint,
+    VOLUME     = 8,
+    PAGES      = "137--153",
+    YEAR       = 1977
+}
+
+@ARTICLE{Newb88,
+    AUTHOR     = "Monroe M. Newborn",
+    TITLE      = "Unsynchronized Iteratively Deepening Parallel Alpha-Beta
+               Search",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1988,
+    VOLUME     = "PAMI-10",
+    NUMBER     = 5,
+    PAGES      = "687--694"
+}
+
+@BOOK{Nils80,
+    AUTHOR     = "Nils J. Nilsson",
+    TITLE      = "Principles of Artificial Intelligence",
+    PUBLISHER  = "Tioga Publishing Company",
+    ADDRESS    = "Palo Alto, CA",
+    YEAR       = 1980,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Pear80,
+    AUTHOR     = "Judea Pearl",
+    TITLE      = "Asymptotical Properties of Minimax Trees and Game
+                  Searching Procedures",
+    JOURNAL    = artint,
+    VOLUME     = 14,
+    NUMBER     = 2,
+    PAGES      = "113--138",
+    YEAR       = 1980
+}
+
+@ARTICLE{Pear82,
+    AUTHOR     = "Judea Pearl",
+    TITLE      = "The Solution for the Branching Factor of the Alpha-Beta
+               Pruning Algorithm and its Optimality",
+    JOURNAL    = cacm,
+    MONTH      = Aug,
+    YEAR       = 1982,
+    VOLUME     = 25,
+    NUMBER     = 8,
+    PAGES      = "559--564"
+}
+
+@ARTICLE{Pear83,
+    AUTHOR     = "Judea Pearl",
+    TITLE      = "On the Nature of Pathology in Game Searching",
+    JOURNAL    = artint,
+    VOLUME     = 20,
+    YEAR       = 1983,
+    PAGES      = "427--453",
+    AVAILABLE  = "EPFL-DMA"
+}
+
+@BOOK{Pear84,
+    AUTHOR     = "Judea Pearl",
+    TITLE      = "Heuristics -- Intelligent Search Strategies for Computer
+               Problem Solving",
+    PUBLISHER  = "Addison-Wesley Publishing Co.",
+    ADDRESS    = "Reading, MA",
+    YEAR       = 1984
+}
+
+@PHDTHESIS{Pijl91,
+    AUTHOR     = "Wim Pijls",
+    TITLE      = "Shortest Paths and Game Trees",
+    SCHOOL     = "Erasmus University Rotterdam",
+    YEAR       = 1991,
+    MONTH      = Nov,
+    ADDRESS    = "Rotterdam, NL"
+}
+
+@TECHREPORT{Pijl92a,
+    AUTHOR     = "Wim Pijls and Arie Bruin",
+    TITLE      = "Another View of the {SSS*} Algorithm",
+    INSTITUTION        = "Erasmus University Rotterdam",
+    YEAR       = 1992,
+    MONTH      = Jan,
+    ADDRESS    = "Rotterdam, NL",
+    NOTE       = "Also in: Algorithms, Proceedings of the International
+               Symposium, SIGAL'90, Tokyo, Japan, Aug. 1990"
+}
+
+@TECHREPORT{Pijl92b,
+    AUTHOR     = "Wim Pijls and Arie Bruin",
+    TITLE      = "Searching Informed Game Trees",
+    INSTITUTION        = "Erasmus University Rotterdam",
+    YEAR       = 1992,
+    ADDRESS    = "Rotterdam, NL",
+    NOTE       = "Extended abstract. Also in: Proceedings CSN '92
+               (Computer Science in the Netherlands), Mathematical
+               Center, Amsterdam, 1992"
+}
+
+@TECHREPORT{Pijl92c,
+    AUTHOR     = "Wim Pijls and Arie Bruin",
+    TITLE      = "Searching Informed Game Trees",
+    INSTITUTION        = "Erasmus University Rotterdam",
+    YEAR       = 1992,
+    MONTH      = Oct,
+    ADDRESS    = "Rotterdam, NL",
+    NUMBER     = "EUR-CS-92-02"
+}
+
+@INBOOK{Powl90,
+    AUTHOR     = "Powley, C. and C. Ferguson and Richard E. Korf",
+    TITLE      = "Parallel heuristic search: Two approaches",
+    BOOKTITLE  = "Parallel Algorithms for Machine Intelligence and Vision",
+    YEAR       = 1990,
+    PAGES      = "42--65",
+    PUBLISHER  = "Springer-Verlag",
+    AVAILABLE  = "EPFL",
+    NOTE       = "Edited by V. Kumar, P. S. Gopalakrishnan and L.N."
+}
+
+@TECHREPORT{Popo83,
+    AUTHOR     = "Fred Popowich and T. A. Marsland",
+    TITLE      = "Parabelle: Experiences With a Parallel Chess Program",
+    YEAR       = 1983,
+    MONTH      = Aug,
+    INSTITUTION = "University of Alberta, Department of Computer Science",
+    ADDRESS    = "Edmonton, Canada",
+    NUMBER     = "TR 83-07",
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Powl91,
+    AUTHOR     = "C. Powley and Richard E. Korf",
+    TITLE      = "Single Agent Parallel Window Search",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1991,
+    VOLUME     = "PAMI-13",
+    NUMBER     = 5,
+    MONTH      = May,
+    PAGES      = "466--477"
+}
+
+@ARTICLE{Prak88,
+    AUTHOR     = "Bettadapu Prakash and T. A. Marsland",
+    TITLE      = "Accuracy and Savings in Depth-Limited Capture Search",
+    JOURNAL    = "International Journal of Man-Machine Studies",
+    YEAR       = 1988,
+    VOLUME     = 29,
+    NUMBER     = 6,
+    PAGES      = "497--502",
+    AVAILABLE  = "ETHICS"
+}
+
+@INPROCEEDINGS{Rein85,
+    AUTHOR     = "Alexander Reinefeld and Jonathan Schaeffer and
+               T. A. Marsland",
+    TITLE      = "Information Acquisition in Minimal Window Search",
+    BOOKTITLE  = "Proceedings of the International Joint Conference on
+               Artificial Intelligence (IJCAI-85)",
+    PAGES      = "1040--1043",
+    VOLUME     = 2,
+    YEAR       = 1985,
+    AVAILABLE  = "ETHICS"
+}
+
+@BOOK{Rein89,
+    AUTHOR     = "Alexander Reinefeld",
+    TITLE      = "Spielbaum Suchverfahren",
+    PUBLISHER  = "Springer Verlag",
+    VOLUME     = "Informatik-Fachberichte 200",
+    YEAR       = 1989,
+    AVAILABLE  = "NO"
+}
+
+@TECHREPORT{Reza92,
+    AUTHOR     = "Jaleh Rezaie and Raphael Finkel",
+    TITLE      = "A Comparison of some Parallel Game-Tree Search Algorithms",
+    INSTITUTION        = "University of Kentucky, Department of Computer Science",
+    ADDRESS    = "Lexington, USA",
+    YEAR       = 1992
+}
+
+@ARTICLE{Rive87,
+    AUTHOR     = "Ronald L. Rivest",
+    TITLE      = "Game Tree Searching by Min/Max Approximation",
+    JOURNAL    = artint,
+    YEAR       = 1987,
+    VOLUME     = 34,
+    NUMBER     = 1,
+    PAGES      = "77--96"
+}
+
+@TECHREPORT{Roiz81,
+    AUTHOR     = "Igor Roizen",
+    TITLE      = "On the Average Number of Terminal Nodes Examined by
+               Alpha-Beta",
+    INSTITUTION        = "University of California at Los Angeles, Cognitive
+                  Systems Laboratory",
+    YEAR       = 1981,
+    NUMBER     = "UCLA-ENG-CSL-8108",
+    ADDRESS    = "Los Angeles, CA",
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Roiz83,
+    AUTHOR     = "Igor Roizen and Judea Pearl",
+    TITLE      = "A Minimax Algorithm Better than Alpha-Beta? Yes and No",
+    JOURNAL    = artint,
+    VOLUME     = 21,
+    PAGES      = "199--230",
+    YEAR       = 1983
+}
+
+@ARTICLE{Scha83,
+    AUTHOR     = "Jonathan Schaeffer",
+    TITLE      = "The History Heuristic",
+    JOURNAL    = iccaj,
+    VOLUME     = 6,
+    NUMBER     = 3,
+    PAGES      = "16--19",
+    YEAR       = 1983,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Scha89a,
+    AUTHOR     = "Jonathan Schaeffer",
+    TITLE      = "Distributed Game-Tree Searching",
+    JOURNAL    = jpdc,
+    VOLUME     = 6,
+    PAGES      = "90--114",
+    YEAR       = 1989
+}
+
+@ARTICLE{Scha89b,
+    AUTHOR     = "Jonathan Schaeffer",
+    TITLE      = "The History Heuristic and Alpha-Beta Search Enhancements
+               in Practice",
+    JOURNAL    = ieeetopami,
+    YEAR       = 1989,
+    VOLUME     = "PAMI-11",
+    NUMBER     = 1,
+    MONTH      = Nov,
+    PAGES      = "1203--1212"
+}
+
+@ARTICLE{Scha90,
+    AUTHOR     = "Jonathan Schaeffer",
+    TITLE      = "Conspiracy Numbers",
+    JOURNAL    = artint,
+    YEAR       = 1990,
+    VOLUME     = 43,
+    PAGES      = "67--84"
+}
+
+@INBOOK{Schr86,
+    AUTHOR     = {G. Schr\"ufer},
+    CHAPTER    = "Presence and Absence of Pathology on Game Trees",
+    TITLE      = "Advances in Computer Chess 4",
+    YEAR       = 1986,
+    NOTE       = "Editor: D. F. Beal",
+    PAGES      = "101--112",
+    PUBLISHER  = "Pergamon Press",
+    AVAILABLE  = "ETHICS"
+}
+
+@PHDTHESIS{Schr88,
+    AUTHOR     = {G. Schr\"ufer},
+    TITLE      = {{Minimax-Suchen Kosten, Qualit\"at und Algorithmen}},
+    SCHOOL     = "University of Braunschweig",
+    ADDRESS    = "Braunschweig, West Germany",
+    YEAR       = 1988,
+    NOTE       = "In german, \Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Shan50,
+    AUTHOR     = "Claude E. Shannon",
+    TITLE      = "Programming a Computer for Playing Chess",
+    JOURNAL    = "Philosophical Magazine",
+    VOLUME     = 41,
+    PAGES      = "256--275",
+    YEAR       = 1950,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Shen85,
+    AUTHOR     = "Chien-Chung Shen and Wen-Hsiang Tsai",
+    TITLE      = "A Graph Matching Approach to Optimal Task Assignment
+               in Distributed Computing Systems Using a Minimax Criterion",
+    JOURNAL    = ieeetoc,
+    VOLUME     = "C-34",
+    MONTH      = Mar,
+    YEAR       = 1985,
+    PAGES      = "197--203",
+    AVAILABLE  = "EPFL-LITH"
+}
+
+@ARTICLE{Shin91,
+    AUTHOR     = "Rajjan Shinghal and Sofia Shved",
+    TITLE      = "Proposed Modifications to Parallel State Space
+               Search of Game Trees",
+    JOURNAL    = ijprai,
+    NUMBER     = 5,
+    VOLUME     = "5",
+    PAGES      = "809--833",
+    YEAR       = 1991,
+    AVAILABLE  = "ETHICS"
+}
+
+@ARTICLE{Slag69,
+    AUTHOR     = "James H. Slagle and John K. Dixon",
+    TITLE      = "Experiments With SOme Programs That Search Game Trees",
+    JOURNAL    = jacm,
+    VOLUME     = 16,
+    NUMBER     = 2,
+    YEAR       = 1969,
+    MONTH      = Apr,
+    PAGES      = "189--207"
+}
+
+@INPROCEEDINGS{Stei90,
+    AUTHOR     = "Igor Steinberg and Marvin Solomon",
+    TITLE      = "Searching Game Trees in Parallel",
+    BOOKTITLE  = "International Conference on Parallel Processing",
+    PAGES      = "III-9 -- III-17",
+    YEAR       = 1990,
+    NOTE       = "\Star",
+    AVAILABLE  = "NO"
+}
+
+@ARTICLE{Stoc79,
+    AUTHOR     = "G. C. Stockman",
+    TITLE      = "A Minimax Algorithm Better than alpha-beta?",
+    JOURNAL    = artint,
+    VOLUME     = 12,
+    NUMBER     = 2,
+    PAGES      = "179--196",
+    YEAR       = 1979
+}
+
+@ARTICLE{Tars83,
+    AUTHOR     = "M. Tarsi",
+    TITLE      = "Optimal Search on Some Game Trees",
+    JOURNAL    = jacm,
+    YEAR       = 1983,
+    VOLUME     = 30,
+    PAGES      = "389--396",
+    MONTH      = Jul,
+    NOTE       = "Also as Tech. Report UCLA-ENG-CSL-8108"
+}
+
+@INPROCEEDINGS{Vorn87,
+    AUTHOR     = "Oliver Vornberger and Burkhard Monien",
+    TITLE      = "Parallel Alpha-Beta versus Parallel {SSS*}",
+    BOOKTITLE  = "IFIP Conference on Distributed Processing",
+    ADDRESS    = "Amsterdam, NL",
+    PUBLISHER  = "North-Holland",
+    PAGES      = "613--625",
+    MONTH      = Oct,
+    YEAR       = 1987,
+    AVAILABLE  = "ETHICS"
+}
diff --git a/programs/minimax.dvi b/programs/minimax.dvi
new file mode 100644 (file)
index 0000000..9b00755
Binary files /dev/null and b/programs/minimax.dvi differ
diff --git a/programs/pentopt.htm b/programs/pentopt.htm
new file mode 100644 (file)
index 0000000..9cc5788
--- /dev/null
@@ -0,0 +1,6723 @@
+<html>\r
+<head>\r
+<title>How to optimize for the Pentium family of microprocessors</title>\r
+<style><!--\r
+  body{font-family:arial,sans-serif;color:black,background-color:"#F0FFE0"}\r
+  p{font-family:arial,sans-serif;}\r
+  ol{font-family:arial,sans-serif;}\r
+  ul{font-family:arial,sans-serif;}\r
+  pre{font-family:courier,monospace}\r
+  kbd{font-family:courier,monospace;font-weight:540}\r
+  h1{font-size:"300%";font-weight:700;text-align:center}\r
+  h2{font-size:"150%";font-weight:600;text-align:left;padding-top:1em}\r
+  h3{font-size:"110%";font-weight:600;text-align:left}\r
+  h4{font-size:"100%";font-weight:500;text-align:left;text-decoration:underline}\r
+  td.a2{font-size:"150%";font-weight:600}\r
+  td.a3{font-size:"110%";font-weight:600}\r
+  td.a4{font-size:"100%";font-weight:600}\r
+--></style>\r
+</head>\r
+\r
+<body text="#000000" bgcolor="#F0FFE0" link="#0000E0" vlink="#E000E0" alink="#FF0000">\r
+<center><h1>How to optimize for the Pentium<br>\r
+family of microprocessors</h1>\r
+<p>\r
+<small>Copyright &#169; 1996, 2000 by Agner Fog. Last modified 2000-07-03.</small>\r
+</center>\r
+<p>&nbsp;</p>\r
+\r
+<h2>Contents</h2>\r
+<ol>\r
+<li><a href="#1">Introduction</a>\r
+<li><a href="#2">Literature</a>\r
+<li><a href="#3">Calling assembly functions from high level language</a>\r
+<li><a href="#4">Debugging and verifying</a>\r
+<li><a href="#5">Memory model</a>\r
+<li><a href="#6">Alignment</a>\r
+<li><a href="#7">Cache</a>\r
+<li><a href="#8">First time versus repeated execution</a>\r
+<li><a href="#9">Address generation interlock (PPlain and PMMX)</a>\r
+<li><a href="#10">Pairing integer instructions (PPlain and PMMX)</a>\r
+ <ol><li><a href="#10_1">Perfect pairing</a>\r
+ <li><a href="#10_2">Imperfect pairing</a>\r
+ </ol>\r
+<li><a href="#11">Splitting complex instructions into simpler ones (PPlain and PMMX)</a>\r
+<li><a href="#12">Prefixes (PPlain and PMMX)</a>\r
+<li><a href="#13">Overview of PPro, PII and PIII pipeline</a>\r
+<li><a href="#14">Instruction decoding (PPro, PII and PIII)</a>\r
+<li><a href="#15">Instruction fetch (PPro, PII and PIII)</a>\r
+<li><a href="#16">Register renaming (PPro, PII and PIII)</a>\r
+ <ol><li><a href="#16_1">Eliminating dependencies</a>\r
+ <li><a href="#16_2">Register read stalls</a></ol>\r
+<li><a href="#17">Out of order execution (PPro, PII and PIII)</a>\r
+<li><a href="#18">Retirement (PPro, PII and PIII)</a>\r
+<li><a href="#19">Partial stalls (PPro, PII and PIII)</a>\r
+ <ol><li><a href="#19_1">Partial register stalls</a>\r
+ <li><a href="#19_2">Partial flags stalls</a>\r
+ <li><a href="#19_3">Flags stalls after shifts and rotates</a>\r
+ <li><a href="#19_4">Partial memory stalls</a></ol>\r
+<li><a href="#20">Dependency chains (PPro, PII and PIII)</a>\r
+<li><a href="#21">Searching for bottlenecks (PPro, PII and PIII)</a>\r
+<li><a href="#22">Jumps and branches (all processors)</a>\r
+ <ol><li><a href="#22_1">Branch prediction in PPlain</a>\r
+ <li><a href="#22_2">Branch prediction in PMMX, PPro, PII and PIII</a>\r
+ <li><a href="#22_3">Avoiding jumps (all processors)</a>\r
+ <li><a href="#22_4">Avoiding conditional jumps by using flags (all processors)</a>\r
+ <li><a href="#22_5">Replacing conditional jumps by conditional moves (PPro, PII and PIII)</a></ol>\r
+<li><a href="#23">Reducing code size (all processors)</a>\r
+<li><a href="#24">Scheduling floating point code (PPlain and PMMX)</a>\r
+<li><a href="#25">Loop optimization (all processors)</a>\r
+ <ol><li><a href="#25_1">Loops in PPlain and PMMX</a>\r
+ <li><a href="#25_2">Loops in PPro, PII and PIII</a></ol>\r
+<li><a href="#26">Problematic Instructions</a>\r
+ <ol><li><a href="#26_1">XCHG (all processors)</a>\r
+ <li><a href="#26_2">Rotates through carry (all processors)</a>\r
+ <li><a href="#26_3">String instructions (all processors)</a>\r
+ <li><a href="#26_4">Bit test (all processors)</a>\r
+ <li><a href="#26_5">Integer multiplication (all processors)</a>\r
+ <li><a href="#26_6">WAIT instruction (all processors)</a>\r
+ <li><a href="#26_7">FCOM + FSTSW AX (all processors)</a>\r
+ <li><a href="#26_8">FPREM (all processors)</a>\r
+ <li><a href="#26_9">FRNDINT (all processors)</a>\r
+ <li><a href="#26_10">FSCALE and exponential function (all processors)</a>\r
+ <li><a href="#26_11">FPTAN (all processors)</a>\r
+ <li><a href="#26_12">FSQRT (PIII)</a>\r
+ <li><a href="#26_13">MOV [MEM], ACCUM (PPlain and PMMX)</a>\r
+ <li><a href="#26_14">TEST instruction (PPlain and PMMX)</a>\r
+ <li><a href="#26_15">Bit scan (PPlain and PMMX)</a>\r
+ <li><a href="#26_16">FLDCW (PPro, PII and PIII)</a>\r
+ </ol>\r
+<li><a href="#27">Special topics</a>\r
+ <ol><li><a href="#27_1">LEA instruction (all processors)</a>\r
+ <li><a href="#27_2">Division (all processors)</a>\r
+ <li><a href="#27_3">Freeing floating point registers (all processors)</a>\r
+ <li><a href="#27_4">Transitions between floating point and MMX instructions PMMX, PII and PIII)</a>\r
+ <li><a href="#27_5">Converting from floating point to integer (All processors)</a>\r
+ <li><a href="#27_6">Using integer instructions to do floating point operations (All processors)</a>\r
+ <li><a href="#27_7">Using floating point instructions to do integer operations (PPlain and PMMX)</a>\r
+ <li><a href="#27_8">Moving blocks of data (All processors)</a>\r
+ <li><a href="#27_9">Self-modifying code (All processors)</a>\r
+ <li><a href="#27_10">Detecting processor type (All processors)</a>\r
+ </ol>\r
+<li><a href="#28">List of instruction timings for PPlain and PMMX</a>\r
+ <ol><li><a href="#28_1">Integer instructions</a>\r
+ <li><a href="#28_2">Floating point instructions</a>\r
+ <li><a href="#28_3">MMX instructions (PMMX)</a></ol>\r
+<li><a href="#29">List of instruction timings and micro-op breakdown for PPro, PII and PIII</a>\r
+ <ol><li><a href="#29_1">Integer instructions</a>\r
+ <li><a href="#29_2">Floating point instructions</a>\r
+ <li><a href="#29_3">MMX instructions (PII and PIII)</a>\r
+ <li><a href="#29_4">XMM instructions (PIII)</a>\r
+ </ol>\r
+<li><a href="#30">Testing speed</a>\r
+<li><a href="#31">Comparison of the different microprocessors</a>\r
+</ol>\r
+\r
+<p>&nbsp;</p>\r
+<h2><a name="1">1</a>. Introduction</h2>\r
+<p>This manual describes in detail how to write optimized assembly language\r
+code, with particular focus on the Pentium&#174; family of microprocessors.\r
+<p>\r
+Most of the information herein is based on my own research. Many people have\r
+sent me useful information and corrections for this manual, and I keep\r
+updating it whenever I have new important information. This manual is\r
+therefore more accurate, detailed, comprehensive and exact than any other\r
+source of information, and it contains many details not found anywhere else.\r
+This information will enable you in many cases to calculate exactly how many\r
+clock cycles a piece of code will take. I do not claim, though, that all\r
+information in this manual is exact: Some timings etc. can be difficult or\r
+impossible to measure exactly, and I do not have access to the inside information\r
+on technical implementations that the writers of Intel manuals have. \r
+<p>\r
+The following versions of Pentium processors are discussed in this manual:<p>\r
+<table border=1>\r
+<tr><td class="a3">abbreviation</td><td class="a3">name</td></tr>\r
+<tr><td>PPlain</td><td>plain old Pentium (without MMX)</td></tr>\r
+<tr><td>PMMX</td><td>Pentium with MMX</td></tr>\r
+<tr><td>PPro</td><td>Pentium Pro</td></tr>\r
+<tr><td>PII</td><td>Pentium II (including Celeron and Xeon)</td></tr>\r
+<tr><td>PIII</td><td>Pentium III (including variants)</td></tr>\r
+</table>\r
+<p>\r
+The assembly language syntax used in this manual is MASM 5.10 syntax.\r
+There is no official standard for X86 assembly language, but this is the\r
+closest you can get to a de facto standard since most assemblers have a\r
+MASM 5.10 compatible mode. (I do not recommend using MASM version 5.10 though,\r
+because it has a serious bug in 32 bit mode. Use TASM or a later version of MASM).\r
+<p>\r
+Some of the remarks in this manual may seem like a criticism of Intel. This should not be\r
+taken to mean that other brands are better. The Pentium family of microprocessors\r
+compare well with competing brands, they are better documented, and have better\r
+testability features. For these reasons, no competing brand has been subjected to the same\r
+level of independent research by me or by anybody else.\r
+<p>\r
+Programming in assembly language is much more difficult than high level language. Making \r
+bugs is very easy, and finding them is very difficult. Now you have been warned! It is \r
+assumed that the reader is already experienced in assembly programming. If not, then\r
+please read some books on the subject and get some programming experience before you\r
+begin to do complicated optimizations.\r
+<p>\r
+The hardware design of the PPlain and PMMX chips has many features which are\r
+optimized specifically for some commonly used instructions or instruction combinations,\r
+rather than using general optimization methods. Consequently, the rules for optimizing\r
+software for this design are complicated and have many exceptions, but the possible gain\r
+in performance may be substantial. The PPro, PII and PIII processors have a very\r
+different design where the processor takes care of much of the optimization work by\r
+executing instructions out of order, but the more complicated design of these processors\r
+generate many potential bottlenecks, so there may be a lot to gain\r
+by optimizing manually for these processors. The Pentium 4 processor has yet\r
+another design, and the optimization guidelines for Pentium 4 are quite different\r
+from previous versions. This manual does not cover the Pentium 4 - the reader is\r
+referred to manuals from Intel.  \r
+<p>\r
+Before you start to convert your code to assembly, make sure that your algorithm is optimal.\r
+Often you can improve a piece of code much more by improving the algorithm than by\r
+converting it to assembly code.\r
+<p>\r
+Next, you have to identify the critical parts of your program. Often more than 99% of the \r
+CPU time is spent in the innermost loop of a program. In this case you should optimize only \r
+this loop and leave everything else in high level language. Some assembly programmers \r
+waste a lot of energy optimizing the wrong parts of their programs, the only significant effect \r
+of their effort being that the programs become more difficult to debug and maintain!\r
+<p>\r
+If it is not obvious where the critical parts of your program are then you may use a profiler to\r
+find them. If it turns out that the bottleneck is disk access, then you may modify your \r
+program to make disk access sequential in order to improve disk caching, rather than\r
+turning to assembly programming. If the bottleneck is graphics output then you may look for\r
+a way of reducing the number of calls to graphic procedures.\r
+<p>\r
+Some high level language compilers offer relatively good optimization for specific\r
+processors, but further optimization by hand can usually make it much better.\r
+<p>\r
+Please don't send your programming questions to me. I am not gonna do your homework \r
+for you!\r
+<p>\r
+Good luck with your hunt for nanoseconds!\r
+<p>\r
+<h2><a name="2">2</a>. Literature</h2><p>\r
+A lot of useful literature and tutorials can be downloaded for free from Intel's www site or\r
+acquired in print or on CD-ROM. It is recommended that you study this literature in order to\r
+get acquainted with the microprocessor architecture. However, the documents from Intel are \r
+not always accurate - especially the tutorials have many errors (evidently, they haven't \r
+tested their own examples).\r
+<p>\r
+I will not give the URL's here because the file locations change very often. You can find the \r
+documents you need by using the search facilities at:\r
+<a href="http://developer.intel.com" target="external">developer.intel.com</a> or follow the \r
+links from <a href="http://www.agner.org/assem">www.agner.org/assem</a>\r
+<p>\r
+Some documents are in .PDF format. If you don't have software for viewing or printing .PDF\r
+files, then you may download the Acrobat file reader from <a href="http://www.adobe.com" target="external">www.adobe.com</a>\r
+<p>\r
+The use of MMX and XMM (SIMD) instructions for optimizing specific applications are described in several \r
+application notes. The instruction set is described in various manuals and tutorials.\r
+<p>\r
+VTUNE is a software tool from Intel for optimizing code. I have not tested it and can \r
+therefore not give any evalutation of it here.\r
+<p>\r
+A lot of other sources than Intel also have useful information. These sources are listed in\r
+the FAQ for the newsgroup comp.lang.asm.x86. For other internet ressources follow the\r
+links from <a href="http://www.agner.org/assem">www.agner.org/assem</a>\r
+<p>\r
+<h2><a name="3">3</a>. Calling assembly functions from high level language</h2><p>\r
+You can either use inline assembly or code a subroutine entirely in assembly language and\r
+link it into your project. If you choose the latter option, then it is recommended that you use\r
+a compiler which is capable of translating high level code directly to assembly. This assures\r
+that you get the function calling method right. Most C++ compilers can do this.\r
+<p>\r
+The methods for function calling and name mangling can be quite complicated. There are\r
+many different calling conventions, and the different brands of compilers are not compatible\r
+in this respect. If you are calling assembly language subroutines from C++, then the best\r
+method in terms of consistency and compatibility is to declare your functions  <kbd>extern "C"</kbd>\r
+and <kbd>_cdecl</kbd>. The assembly code must then have the function name prefixed by an\r
+underscore (<kbd>_</kbd>) and be assembled with case sensitivity on externals (option -mx).\r
+<p>\r
+If you need to make overloaded functions, overloaded operators, member\r
+functions, and other C++ specialties then you have to code it in C++ first and\r
+make your compiler translate it to assembly in order to get the right linking\r
+information and calling method. These details are different for different brands\r
+of compilers. If you want an assembly function with any other calling method\r
+than <kbd>extern "C"</kbd> and <kbd>_cdecl</kbd> to be callable from code\r
+compiled with different compilers then you need to give it one public name\r
+for each compiler. For example an overloaded square function:\r
+<pre>  ; int square (int x);\r
+  SQUARE_I PROC NEAR             ; integer square function\r
+  @square$qi LABEL NEAR          ; link name for Borland compiler\r
+  ?square@@YAHH@Z LABEL NEAR     ; link name for Microsoft compiler\r
+  _square__Fi LABEL NEAR         ; link name for Gnu compiler\r
+  PUBLIC @square$qi, ?square@@YAHH@Z, _square__Fi\r
+          MOV     EAX, [ESP+4]\r
+          IMUL    EAX\r
+          RET\r
+  SQUARE_I ENDP\r
+\r
+  ; double square (double x);\r
+  SQUARE_D PROC NEAR             ; double precision float square function\r
+  @square$qd LABEL NEAR          ; link name for Borland compiler\r
+  ?square@@YANN@Z LABEL NEAR     ; link name for Microsoft compiler\r
+  _square__Fd LABEL NEAR         ; link name for Gnu compiler\r
+  PUBLIC @square$qd, ?square@@YANN@Z, _square__Fd\r
+          FLD     QWORD PTR [ESP+4]\r
+          FMUL    ST(0), ST(0)\r
+          RET\r
+  SQUARE_D ENDP</pre>\r
+<p>\r
+The way of transferring parameters depends on the calling convention:</pre><p>\r
+<table border=1 cellpadding=1 cellspacing=1><tr>\r
+<td class="a3">&nbsp;calling convention&nbsp;</td>\r
+<td class="a3">&nbsp;parameter order on stack&nbsp;</td>\r
+<td class="a3">&nbsp;parameters removed by&nbsp;</td></tr>\r
+<tr><td>&nbsp;_cdecl&nbsp;</td><td>&nbsp;first par. at low address&nbsp;\r
+</td><td>&nbsp;caller&nbsp;</td></tr><tr><td>&nbsp;_stdcall&nbsp;</td><td>\r
+&nbsp;first par. at low address&nbsp;</td><td>&nbsp;subroutine&nbsp;</td></tr>\r
+<tr><td>&nbsp;_fastcall&nbsp;</td><td>&nbsp;compiler specific&nbsp;\r
+</td><td>&nbsp;subroutine&nbsp;</td></tr>\r
+<tr><td>&nbsp;_pascal&nbsp;</td><td>&nbsp;first par. at high address&nbsp;\r
+</td><td>&nbsp;subroutine&nbsp;</td>\r
+</tr></table>\r
+<p>\r
+<u>Register usage in 16 bit mode DOS or Windows, C or C++:</u><br>\r
+16-bit return value in <kbd>AX</kbd>, 32-bit return value in <kbd>DX:AX</kbd>,\r
+floating point return value in <kbd>ST(0)</kbd>. Registers <kbd>AX, BX, CX,\r
+DX, ES</kbd> and arithmetic flags may be changed by the procedure; all other\r
+registers must be saved and restored. A procedure can rely on <kbd>SI, DI, BP, DS</kbd>\r
+and <kbd>SS</kbd> being unchanged across a call to another procedure.\r
+<p>\r
+<u>Register usage in 32 bit Windows, C++ and other programming languages:</u><br>\r
+Integer return value in  <kbd>EAX</kbd>,  floating point return value in <kbd>ST(0)</kbd>.\r
+Registers  <kbd>EAX, ECX, EDX</kbd> (not <kbd>EBX</kbd>) may be changed by the procedure; all other\r
+registers must be saved and restored. Segment registers cannot be changed, not even\r
+temporarily. <kbd>CS, DS, ES,</kbd> and <kbd>SS</kbd> all point to the flat segment group. <kbd>FS</kbd> is used by the\r
+operating system. <kbd>GS</kbd> is unused, but reserved. Flags may be changed by the procedure\r
+with the following restrictions: The direction flag is 0 by default. The direction flag may be\r
+set temporarily, but must be cleared before any call or return. The interrupt flag cannot be\r
+cleared. The floating point register stack is empty at the entry of a procedure and must be\r
+empty at return, except for <kbd>ST(0)</kbd> if it is used for return value. MMX registers may be\r
+changed by the procedure and if so cleared by <kbd>EMMS</kbd> before returning and before calling any\r
+other procedure that may use floating point registers. All XMM registers may be modified\r
+by procedures. Rules for passing parameters and return values in XMM registers\r
+are described in Intel's application note AP 589. A procedure can rely on\r
+<kbd>EBX, ESI, EDI, EBP</kbd> and all segment registers being unchanged across\r
+a call to another procedure.\r
+<p>\r
+\r
+<h2><a name="4">4</a>. Debugging and verifying</h2><p>\r
+Debugging assembly code can be quite hard and frustrating, as you probably already have \r
+discovered. I would recommend that you start with writing the piece of code you want to \r
+optimize as a subroutine in a high level language. Next, write a test program that will test \r
+your subroutine thoroughly. Make sure the test program goes into all branches and \r
+boundary cases.\r
+<p>\r
+When your high level language subroutine works with your test program then you are ready\r
+to translate the code to assembly language. \r
+<p>\r
+Now you can start to optimize. Each time you have made a modification you should run it \r
+on the test program to see if it works correctly.\r
+Number all your versions and save them so that you can go back and test them again in \r
+case you discover an error that the test program didn't catch (such as writing to a wrong\r
+address).\r
+<p>\r
+Test the speed of the most critical part of your program with the method described in \r
+chapter <a href="#30">30</a> or with a test program.  If the code is significantly slower than expected, then the\r
+most probable causes are: cache misses (chapter <a href="#7">7</a>), misaligned\r
+operands (chapter <a href="#6">6</a>), first\r
+time penalty (chapter <a href="#8">8</a>), branch mispredictions\r
+(chapter <a href="#22">22</a>), instruction fetch problems \r
+(chapter <a href="#15">15</a>), register read stalls (<a href="#16">16</a>),\r
+ or long dependency chains (chapter <a href="#20">20</a>).\r
+<p>\r
+Highly optimized code tends to be very difficult to read and understand for others, and even\r
+for yourself when you get back to it after some time. In order to make it possible to maintain \r
+the code it is important that you organize it into small logical units (procedures or macros)\r
+with a well-defined interface and appropriate comments. The more complicated the code is \r
+to read, the more important is a good documentation.\r
+<p>\r
+<h2><a name="5">5</a>. Memory model</h2><p>\r
+The Pentiums are designed primarily for 32 bit code, and the performance is\r
+inferior on 16 bit code. Segmenting your code and data also degrades performance\r
+significantly, so you should generally prefer 32 bit flat mode, and an operating\r
+system which supports this mode. The code examples shown in this\r
+manual assume a 32 bit flat memory model, unless otherwise specified.\r
+<p>\r
+<h2><a name="6">6</a>. Alignment</h2><p>\r
+All data in RAM should be aligned to addresses divisible by 2, 4, 8, or 16 according to this\r
+scheme:\r
+<table border=1 cellpadding=1 cellspacing=1><tr><td>\r
+&nbsp;\r
+</td><td colspan=2 align=center class="a3">alignment</td></tr>\r
+<tr><td align=center class="a3">&nbsp;operand size&nbsp;</td>\r
+<td align=center class="a3">&nbsp;PPlain and PMMX&nbsp;</td>\r
+<td align=center class="a3">&nbsp;PPro, PII and PIII&nbsp;</td></tr>\r
+<tr><td>&nbsp;1  (byte)&nbsp;</td>\r
+<td align=center>1</td><td align=center>1</td></tr>\r
+<tr><td>&nbsp;2  (word)&nbsp;</td><td align=center>2</td>\r
+<td align=center>2</td></tr>\r
+<tr><td>&nbsp;4  (dword)&nbsp;</td>\r
+<td align=center align=center>4</td><td align=center>4</td></tr>\r
+<tr><td>&nbsp;6  (fword)&nbsp;</td>\r
+<td align=center>4</td><td align=center>8</td></tr>\r
+<tr><td>&nbsp;8  (qword)&nbsp;</td>\r
+<td align=center>8</td><td align=center>8</td></tr>\r
+<tr><td>&nbsp;10 (tbyte)&nbsp;</td>\r
+<td align=center>8</td><td align=center>16</td></tr>\r
+<tr><td>&nbsp;16 (oword)&nbsp;</td>\r
+<td align=center>n.a.</td><td align=center>16</td></tr>\r
+</table> \r
+<p>\r
+On PPlain and PMMX, misaligned data will take at least 3 clock cycles extra to access if a 4 \r
+byte boundary is crossed. The penalty is higher when a cache line boundary is crossed.\r
+<p>\r
+On PPro, PII and PIII, misaligned data will cost you 6-12 clocks extra when a\r
+cache line boundary is crossed. Misaligned operands smaller than 16 bytes that\r
+do not cross a 32 byte boundary give no penalty.\r
+<p>\r
+Aligning data by 8 or 16 on a dword size stack may be a problem. A common method is to set up\r
+an aligned frame pointer. A function with aligned local data may look like this:\r
+<pre>_FuncWithAlign PROC NEAR\r
+        PUSH    EBP                        ; prolog code\r
+        MOV     EBP, ESP\r
+        AND     EBP, -8                    ; align frame pointer by 8\r
+        FLD     DWORD PTR [ESP+8]          ; function parameter\r
+        SUB     ESP, LocalSpace + 4        ; allocate local space\r
+        FSTP    QWORD PTR [EBP-LocalSpace] ; store something in aligned space\r
+        ...\r
+        ADD     ESP, LocalSpace + 4        ; epilog code. restore ESP\r
+        POP     EBP                        ; (AGI stall on PPlain/PMMX)\r
+        RET\r
+_FuncWithAlign ENDP</pre>\r
+<p>\r
+While aligning data is always important, aligning code is not necessary on the PPlain and \r
+PMMX. Principles for aligning code on PPro, PII and PIII are explained in chapter <a href="#15">15</a>.\r
+<p>\r
+<h2><a name="7">7</a>. Cache</h2><p>\r
+The PPlain and PPro have 8 kb of on-chip cache (level one cache) for code, and 8 kb for \r
+data. The PMMX, PII and PIII have 16 kb for code and 16 kb for data. Data in the level 1 cache \r
+can be read or written to in just one clock cycle, whereas a cache miss may cost many \r
+clock cycles. It is therefore important that you understand how the cache works in order to \r
+use it most efficiently.\r
+<p>\r
+The data cache consists of 256 or 512 lines of 32 bytes each. Each time you read a data \r
+item which is not cached, the processor will read an entire cache line from memory. The \r
+cache lines are always aligned to a physical address divisible by 32. When you have read a \r
+byte at an address divisible by 32, then the next 31 bytes can be read or written to at almost \r
+no extra cost. You can take advantage of this by arranging data items which are used near \r
+each other together into aligned blocks of 32 bytes of memory. If, for example, you have a \r
+loop which accesses two arrays, then you may interleave the two arrays into one array of\r
+structures, so that data which are used together are also stored together.\r
+<p>\r
+If the size of an array or other data structure is a multiple of 32 bytes, then you should \r
+preferably align it by 32.\r
+<p>\r
+The cache is set-associative. This means that a cache line can not be assigned to an \r
+arbitrary memory address. Each cache line has a 7-bit set-value which must match bits 5 \r
+through 11 of the physical RAM address (bit 0-4 define the 32 bytes within a cache line).\r
+The PPlain and PPro have two cache lines for each of the 128 set-values, so there are two \r
+possible cache lines to assign to any RAM address. The PMMX, PII and PIII have four.\r
+<p>\r
+The consequence of this is that the cache can hold no more than two or four different data \r
+blocks which have the same value in bits 5-11 of the address. You can determine if two \r
+addresses have the same set-value by the following method: Strip off the lower 5 bits of \r
+each address to get a value divisible by 32. If the difference between the two truncated \r
+addresses is a multiple of 4096 (=1000H), then the addresses have the same set-value.\r
+<p>\r
+Let me illustrate this by the following piece of code, where ESI holds an address divisible by \r
+32:\r
+\r
+<pre>AGAIN:  MOV  EAX, [ESI]\r
+        MOV  EBX, [ESI + 13*4096 +  4]\r
+        MOV  ECX, [ESI + 20*4096 + 28]\r
+        DEC  EDX\r
+        JNZ  AGAIN</pre>\r
+<p>\r
+The three addresses used here all have the same set-value because the differences \r
+between the truncated addresses are multipla of 4096. This loop will perform very poorly on \r
+the PPlain and PPro. At the time you read <kbd>ECX</kbd> there is no free cache\r
+line with the proper set-value so the processor takes the least recently used\r
+of the two possible cache lines, that is the one which was used for <kbd>EAX</kbd>, and\r
+fills it with the data from <kbd>[ESI+20*4096]</kbd> to\r
+<kbd>[ESI+20*4096+31]</kbd> and reads <kbd>ECX</kbd>.\r
+Next, when reading <kbd>EAX</kbd>, you find that the cache\r
+line that held the value for <kbd>EAX</kbd> has now been discarded, so you\r
+take the least recently used\r
+line, which is the one holding the <kbd>EBX</kbd> value, and so on..\r
+You have nothing but cache misses and the loop takes something like 60 clock\r
+cycles. If the third line is changed to:\r
+<pre>        MOV  ECX, [ESI + 20*4096 + 32]</pre>\r
+<p>\r
+then we have crossed a 32 byte boundary, so that we do not have the same set-value as in\r
+the first two lines, and there will be no problem assigning a cache line to each of the three\r
+addresses. The loop now takes only 3 clock cycles (except for the first time) - a very\r
+considerable improvement! As already mentioned, the PMMX, PII and PIII have 4-way caches\r
+so that you have four cache lines with the same set-value. (Some Intel documents\r
+erroneously say that the PII cache is 2-way).\r
+<p>\r
+It may be very difficult to determine if your data addresses have the same set-values, \r
+especially if they are scattered around in different segments. The best thing you can do to \r
+avoid problems of this kind is to keep all data used in the critical part or your program within \r
+one contiguous block not bigger than the cache, or two contiguous blocks no bigger than \r
+half that size (for example one block for static data and another block for data on the stack). \r
+This will make sure that your cache lines are used optimally.\r
+<p>\r
+If the critical part of your code accesses big data structures or random data addresses, then\r
+you may want to keep all frequently used variables (counters, pointers, control variables, \r
+etc.) within a single contiguous block of max 4 kbytes so that you have a complete set of \r
+cache lines free for accessing random data. Since you probably need stack space anyway \r
+for subroutine parameters and return addresses, the best thing is to copy all frequently \r
+used static data to dynamic variables on the stack, and copy them back again outside the \r
+critical loop if they have been changed.\r
+<p>\r
+Reading a data item which is not in the level one cache causes an entire cache line to be \r
+filled from the level two cache, which takes approximately 200 ns (that is 20 clocks on a \r
+100 MHz system or 40 clocks on a 200 MHz system), but the bytes you ask for first are \r
+available already after 50-100 ns. If the data item is not in the level two cache either, then \r
+you will get a delay of something like 200-300 ns. This delay will be somewhat longer if you \r
+cross a DRAM page boundary. (The size of a DRAM page is 1 kb for 4 and 8 MB 72 pin \r
+RAM modules, and 2 kb for 16 and 32 MB modules).\r
+<p>\r
+When reading big blocks of data from memory, the speed is limited by the time it takes to fill \r
+cache lines. You can sometimes improve speed by reading data in a non-sequential order: \r
+before you finish reading data from one cache line start reading the first item from the next \r
+cache line. This method can increase reading speed by 20 - 40% when reading from main \r
+memory or level 2 cache on PPlain and PMMX, and from level 2 cache on PPro, PII and PIII. A \r
+disadvantage of this method is of course that the program code becomes extremely clumsy \r
+and complicated. For further information on this trick see <a href="http://www.intelligentfirm.com" target="external">www.intelligentfirm.com</a>.\r
+<p>\r
+When you write to an address which is not in the level 1 cache, then the value will go right \r
+through to the level 2 cache or to the RAM (depending on how the level 2 cache is set up) \r
+on the PPlain and PMMX. This takes approximately 100 ns. If you write eight or more times \r
+to the same 32 byte block of memory without also reading from it, and the block is not in the\r
+level one cache, then it may be advantageous to make a dummy read from the block first to \r
+load it into a cache line. All subsequent writes to the same block will then go to the cache \r
+instead, which takes only one clock cycle. On PPlain and PMMX, there is sometimes a \r
+small penalty for writing repeatedly to the same address without reading in between.\r
+<p>\r
+On PPro, PII and PIII, a write miss will normally load a cache line, but it is possible to setup an\r
+area of memory to perform differently, for example video RAM (See Pentium Pro Family\r
+Developer's Manual, vol. 3: Operating System Writer's Guide").\r
+<p>\r
+Other ways of speeding up memory reads and writes are discussed in chapter\r
+<a href="#27_8">27.8</a> below.\r
+<p>\r
+The PPlain and PPro have two write buffers, PMMX, PII and PIII have four. On the PMMX, PII and\r
+PIII you may have up to four unfinished writes to uncached memory without delaying the\r
+subsequent instructions. Each write buffer can handle operands up to 64 bits wide.\r
+<p>\r
+Temporary data may conveniently be stored on the stack because the stack area is very \r
+likely to be in the cache. However, you should be aware of the alignment problems\r
+if your data elements are bigger than the stack word size.\r
+<p>\r
+If the life ranges of two data structures do not overlap, then they may share\r
+the same RAM area to increase cache efficiency. This is consistent with the\r
+common practice of allocating space for temporary variables on the stack.\r
+<p>\r
+Storing temporary data in registers is of course even more efficient. Since registers is a\r
+scarce ressource you may want to use <kbd>[ESP]</kbd> rather than <kbd>[EBP]</kbd> for addressing data on the\r
+stack, in order to free <kbd>EBP</kbd> for other purposes. Just don't forget that the value of <kbd>ESP</kbd>\r
+changes every time you do a <kbd>PUSH</kbd> or <kbd>POP</kbd>.\r
+(You cannot use <kbd>ESP</kbd> under 16-bit Windows\r
+because the timer interrupt will modify the high word of <kbd>ESP</kbd> at unpredictable places in your\r
+code.)\r
+<p>\r
+There is a separate cache for code, which is similar to the data cache. The size of the code \r
+cache is 8 kb on PPlain and PPro and 16 kb on the PMMX, PII and PIII. It is important that the \r
+critical part of your code (the innermost loops) fit in the code cache. Frequently used pieces \r
+of code or routines which are used together should preferable be stored near each other. \r
+Seldom used branches or procedures should be put away in the bottom of your code or\r
+somewhere else.\r
+<p>\r
+<h2><a name="8">8</a>. First time versus repeated execution</h2><p>\r
+A piece of code usually takes much more time the first time it is executed than when it is\r
+repeated. The reasons are the following:\r
+<ol>\r
+<li>Loading the code from RAM into the cache takes longer time than executing it.\r
+<li>Any data accessed by the code has to be loaded into the cache, which may take much\r
+more time than executing the instructions. When the code is repeated then the data are\r
+more likely to be in the cache.\r
+<li>Jump instructions will not be in the branch target buffer the first time they execute, and\r
+therefore are less likely to be predicted correctly. See chapter <a href="#22">22</a>.\r
+<li>In the PPlain, decoding the code is a bottleneck. If it takes one clock cycle to determine\r
+the length of an instruction, then it is not possible to decode two instructions per clock\r
+cycle, because the processor doesn't know where the second instruction begins. The\r
+PPlain solves this problem by remembering the length of any instruction which has\r
+remained in the cache since last time it was executed. As a consequence of this, a set\r
+of instructions will not pair in the PPlain the first time they are executed, unless the first\r
+of the two instructions is only one byte long. The PMMX, PPro, PII and PIII have no penalty\r
+on first time decoding.\r
+</ol><p>\r
+For these four reasons, a piece of code inside a loop will generally take much more time the\r
+first time it executes than the subsequent times.\r
+<p>\r
+If you have a big loop which doesn't fit into the code cache then you will get penalties all the \r
+time because it doesn't run from the cache. You should therefore try to reorganize the loop \r
+to make it fit into the cache.\r
+<p>\r
+If you have very many jumps, calls, and branches inside a loop, then you may get the\r
+penalty of branch target buffer misses repeatedly.\r
+<p>\r
+Likewise, if a loop repeatedly accesses a data structure too big for the data cache, then you\r
+will get the penalty of data cache misses all the time.\r
+<p>\r
+<h2><a name="9">9</a>. Address generation interlock (PPlain and PMMX)</h2><p>\r
+It takes one clock cycle to calculate the address needed by an instruction which accesses \r
+memory. Normally, this calculation is done at a separate stage in the pipeline while the \r
+preceding instruction or instruction pair is executing. But if the address depends on the \r
+result of an instruction executing in the preceding clock cycle, then you have to wait an \r
+extra clock cycle for the address to be calculated. This is called an AGI stall.\r
+Example:<br>\r
+<kbd>ADD EBX,4 / MOV EAX,[EBX] ; AGI stall</kbd><br>\r
+The stall in this example can be removed by putting some other instructions in between\r
+<kbd>ADD EBX,4</kbd> and <kbd>MOV EAX,[EBX]</kbd> or by rewriting the code to:\r
+<kbd>MOV EAX,[EBX+4] / ADD EBX,4</kbd>\r
+<p>\r
+You can also get an AGI stall with instructions which use <kbd>ESP</kbd> implicitly\r
+for addressing, such\r
+as <kbd>PUSH, POP, CALL,</kbd> and <kbd>RET</kbd>, if <kbd>ESP</kbd> has been\r
+changed in the preceding clock cycle by\r
+instructions such as <kbd>MOV, ADD,</kbd> or <kbd>SUB</kbd>.\r
+The PPlain and PMMX have special circuitry to\r
+predict the value of <kbd>ESP</kbd> after a stack operation so that you do not\r
+get an AGI delay after\r
+changing <kbd>ESP</kbd> with <kbd>PUSH, POP,</kbd> or <kbd>CALL</kbd>.\r
+You can get an AGI stall after <kbd>RET</kbd> only if it has an\r
+immediate operand to add to <kbd>ESP</kbd>.\r
+<p>\r
+Examples:\r
+<pre>ADD ESP,4 / POP ESI            ; AGI stall\r
+POP EAX   / POP ESI            ; no stall, pair\r
+MOV ESP,EBP / RET              ; AGI stall\r
+CALL L1 / L1: MOV EAX,[ESP+8]  ; no stall\r
+RET / POP EAX                  ; no stall\r
+RET 8 / POP EAX                ; AGI stall</pre>\r
+<p>\r
+The <kbd>LEA</kbd> instruction is also subject to an AGI stall if it uses a\r
+base or index register which\r
+has been changed in the preceding clock cycle. Example:\r
+<pre>INC ESI / LEA EAX,[EBX+4*ESI]  ; AGI stall</pre>\r
+<p>\r
+PPro, PII and PIII have no AGI stalls for memory reads and <kbd>LEA</kbd>, but they do have\r
+AGI stalls for memory writes. This is not very significant unless the subsequent\r
+code has to wait for the write to finish.<p>\r
+<h2><a name="10">10</a>. Pairing integer instructions (PPlain and PMMX)</h2>\r
+<h3><a name="10_1">10.1 Perfect pairing</a></h3><p>\r
+The PPlain and PMMX have two pipelines for executing instructions, called the U-pipe and\r
+the V-pipe. Under certain conditions it is possible to execute two instructions\r
+simultaneously, one in the U-pipe and one in the V-pipe. This can almost double the speed.\r
+It is therefore advantageous to reorder your instructions to make them pair.\r
+<p>\r
+The following instructions are pairable in either pipe:\r
+<ul><li><kbd>MOV</kbd> register, memory, or immediate into register or memory\r
+<li><kbd>PUSH</kbd> register or immediate, <kbd>POP</kbd> register\r
+<li><kbd>LEA, NOP</kbd>\r
+<li><kbd>INC, DEC, ADD, SUB, CMP, AND, OR, XOR,</kbd>\r
+<li>and some forms of <kbd>TEST</kbd> (see chapter <a href="#26_14">26.14</a>)\r
+</ul><p>\r
+The following instructions are pairable in the U-pipe only:\r
+<ul><li><kbd>ADC, SBB</kbd>\r
+<li><kbd>SHR, SAR, SHL, SAL</kbd> with immediate count\r
+<li><kbd>ROR, ROL, RCR, RCL</kbd> with an immediate count of 1\r
+</ul><p>\r
+The following instructions can execute in either pipe but are only pairable\r
+when in the V-pipe:\r
+<ul><li>near call\r
+<li>short and near jump\r
+<li>short and near conditional jump.\r
+</ul><p>\r
+All other integer instructions can execute in the U-pipe only, and are not pairable.\r
+<p>\r
+Two consecutive instructions will pair when the following conditions are met:\r
+<p>\r
+<u>1.</u> The first instruction is pairable in the U-pipe and the second\r
+instruction is pairable in the V-pipe.\r
+<p>\r
+<u>2.</u> The second instruction does not read or write a register which the first\r
+instruction writes to.<br>\r
+Examples:\r
+<pre>    MOV EAX, EBX / MOV ECX, EAX     ; read after write, do not pair\r
+    MOV EAX, 1   / MOV EAX, 2       ; write after write, do not pair\r
+    MOV EBX, EAX / MOV EAX, 2       ; write after read, pair OK\r
+    MOV EBX, EAX / MOV ECX, EAX     ; read after read, pair OK\r
+    MOV EBX, EAX / INC EAX          ; read and write after read, pair OK</pre>\r
+<p>\r
+<u>3.</u>  In rule 2 partial registers are treated as full registers. Example:\r
+<pre>    MOV AL, BL  /  MOV AH, 0</pre><p>\r
+writes to different parts of the same register, do not pair\r
+<p>\r
+<u>4.</u>  Two instructions which both write to parts of the flags register can pair despite rule 2 and\r
+3.  Example:\r
+<pre>    SHR EAX, 4 / INC EBX            ; pair OK</pre>\r
+<p>\r
+<u>5.</u>  An instruction which writes to the flags can pair with a conditional jump despite rule 2.\r
+Example:\r
+<pre>    CMP EAX, 2 / JA LabelBigger     ; pair OK</pre>\r
+<p>\r
+<u>6.</u>  The following instruction combinations can pair despite the fact that they both modify the\r
+stack pointer:\r
+<pre>    PUSH + PUSH,  PUSH + CALL,  POP + POP</pre>\r
+<p>\r
+<u><a name="10-7">7.</a></u> There are restrictions on the pairing of instructions with prefix.\r
+There are several types of prefixes:\r
+<ul>\r
+<li>instructions addressing a non-default segment have a segment prefix.\r
+<li>instructions using 16 bit data in 32 bit mode, or 32 bit data in 16 bit mode have an\r
+operand size prefix.\r
+<li>instructions using 32 bit base or index registers in 16 bit mode have an address size\r
+prefix.\r
+<li>repeated string instructions have a repeat prefix.\r
+<li>locked instructions have a <kbd>LOCK</kbd> prefix.\r
+<li>many instructions which were not implemented on the 8086 processor have a two byte\r
+opcode where the first byte is <kbd>0FH</kbd>. The <kbd>0FH</kbd> byte behaves\r
+as a prefix on the PPlain, but\r
+not on the other versions. The most common instructions with <kbd>0FH</kbd>\r
+prefix are: <kbd>MOVZX,\r
+MOVSX, PUSH FS, POP FS, PUSH GS, POP GS, LFS, LGS, LSS, SETcc, BT, \r
+BTC, BTR, BTS, BSF, BSR, SHLD, SHRD,</kbd> and <kbd>IMUL</kbd> with two operands and no\r
+immediate operand.\r
+</ul>\r
+<p>\r
+On the PPlain, a prefixed instruction can only execute in the U-pipe, except for conditional \r
+near jumps.\r
+<p>\r
+On the PMMX, instructions with operand size, address size, or <kbd>0FH</kbd>\r
+prefix can execute in\r
+either pipe, whereas instructions with segment, repeat, or lock prefix can\r
+only execute in the U-pipe.\r
+<p>\r
+<u>8.</u> An instruction which has both a displacement and immediate data is not pairable on the\r
+PPlain and only pairable in the U-pipe on the PMMX:\r
+<pre>    MOV DWORD PTR DS:[1000], 0    ; not pairable or only in U-pipe\r
+    CMP BYTE PTR [EBX+8], 1       ; not pairable or only in U-pipe\r
+    CMP BYTE PTR [EBX], 1         ; pairable\r
+    CMP BYTE PTR [EBX+8], AL      ; pairable</pre><p>\r
+    (Another problem with instructions which have both a displacement and\r
+    immediate data on the PMMX is that such instructions may be longer\r
+    than 7 bytes, which means that only one instruction can be decoded\r
+    per clock cycle, as explained in chapter <a href="#12">12</a>.)\r
+<p>\r
+<u>9.</u> Both instructions must be preloaded and decoded. This is explained in\r
+chapter <a href="#8">8</a>.\r
+<p>\r
+<u>10.</u> There are special pairing rules for MMX instructions on the PMMX:\r
+<ul>\r
+<li>MMX shift, pack or unpack instructions can execute in either pipe but cannot pair with\r
+other MMX shift, pack or unpack instructions.\r
+<li>MMX multiply instructions can execute in either pipe but cannot pair with other MMX\r
+multiply instructions. They take 3 clock cycles and the last 2 clock cycles can overlap\r
+with subsequent instructions in the same way as floating point instructions can (see\r
+chapter <a href="#24">24</a>).\r
+<li>an MMX instruction which accesses memory or integer registers can execute only in the\r
+U-pipe and cannot pair with a non-MMX instruction.\r
+</ul>\r
+<p>\r
+\r
+<h3><a name="10_2">10.2 Imperfect pairing</a></h3><p>\r
+There are situations where the two instructions in a pair will not execute simultaneously, or\r
+only partially overlap in time. They should still be considered a pair, though, because the\r
+first instruction executes in the U-pipe, and the second in the V-pipe. No subsequent \r
+instruction can start to execute before both instructions in the imperfect pair have finished.\r
+<p>\r
+Imperfect pairing will happen in the following cases:\r
+<p>\r
+<u>1.</u> If the second instructions suffers an AGI stall (see chapter <a href="#9">9</a>).\r
+<p>\r
+<u>2.</u> Two instructions cannot access the same DWORD of memory simultaneously.\r
+The following examples assume that <kbd>ESI</kbd> is divisible by 4:<br>\r
+<kbd>   MOV AL, [ESI] / MOV BL, [ESI+1]</kbd><br>\r
+The two operands are within the same DWORD, so they cannot execute\r
+simultaneously. The pair takes 2 clock cycles.<br>\r
+<kbd>   MOV AL, [ESI+3] / MOV BL, [ESI+4]</kbd><br>\r
+Here the two operands are on each side of a DWORD boundary, so they\r
+pair perfectly, and take only one clock cycle.\r
+<p>\r
+<u>3.</u> Rule 2 is extended to the case where bit 2-4 is the same in the two addresses (cache\r
+bank conflict). For DWORD addresses this means that the difference between the two \r
+addresses should not be divisible by 32. Examples:\r
+<pre>   MOV [ESI], EAX / MOV [ESI+32000], EBX ;  imperfect pairing\r
+   MOV [ESI], EAX / MOV [ESI+32004], EBX ;  perfect pairing</pre>\r
+<p>\r
+Pairable integer instructions which do not access memory take one clock cycle to \r
+execute, except for mispredicted jumps. <kbd>MOV</kbd> instructions to or from\r
+memory also take \r
+only one clock cycle if the data area is in the cache and properly aligned. There is no \r
+speed penalty for using complex addressing modes such as scaled index registers.\r
+<p>\r
+A pairable integer instruction which reads from memory, does some calculation, and \r
+stores the result in a register or flags, takes 2 clock cycles. (read/modify instructions).\r
+<p>\r
+A pairable integer instruction which reads from memory, does some calculation, and \r
+writes the result back to the memory, takes 3 clock cycles. (read/modify/write\r
+instructions).\r
+<p>\r
+<u>4.</u> If a read/modify/write instruction is paired with a read/modify or read/modify/write\r
+instruction, then they will pair imperfectly.\r
+\r
+<p>\r
+The number of clock cycles used is given in the following table:\r
+<table border=1 cellpadding=1 cellspacing=1><tr>\r
+<td align="center" class="a3">\r
+First instruction</td>\r
+<td colspan=3 align="center" class="a3">Second instruction</td></tr>\r
+<tr><td>&nbsp;</td><td align=center>&nbsp;MOV or register only&nbsp;\r
+</td><td align=center>&nbsp;read/modify&nbsp;</td>\r
+<td align=center>&nbsp;read/modify/write&nbsp;</td></tr>\r
+<tr><td align=center>&nbsp;MOV or register only&nbsp;</td>\r
+<td align=center>&nbsp;1&nbsp;</td>\r
+<td align=center>&nbsp;2&nbsp;</td>\r
+<td align=center>&nbsp;3&nbsp;</td></tr>\r
+<tr><td align=center>&nbsp;read/modify&nbsp;</td>\r
+<td align=center>&nbsp;2&nbsp;</td>\r
+<td align=center>&nbsp;2&nbsp;</td>\r
+<td align=center>&nbsp;3&nbsp;</td></tr>\r
+<tr><td align=center>&nbsp;read/modify/write&nbsp;</td>\r
+<td align=center>&nbsp;3&nbsp;</td>\r
+<td align=center>&nbsp;4&nbsp;</td>\r
+<td align=center>&nbsp;5&nbsp;</td></tr>\r
+</table>\r
+\r
+<p>Example:<br><kbd> ADD [mem1], EAX / ADD EBX, [mem2]  ; 4 clock cycles<br> ADD EBX, [mem2] / ADD [mem1], EAX  ; 3 clock cycles</kbd>\r
+<p>\r
+<u>5.</u> When two paired instructions both take extra time due to cache misses, misalignment,\r
+or jump misprediction, then the pair will take more time than each instruction, but less\r
+than the sum of the two.\r
+<p>\r
+<u>6.</u> A pairable floating point instruction followed by <kbd>FXCH</kbd>\r
+ will make imperfect pairing if the\r
+next instruction is not a floating point instruction.\r
+<p>\r
+<p>In order to avoid imperfect pairing you have to know which instructions go into the U-pipe,\r
+and which to the V-pipe. You can find out this by looking backwards in your code and\r
+search for instructions which are unpairable, pairable only in one of the pipes, or cannot pair\r
+due to one of the rules above.\r
+<p>\r
+Imperfect pairing can often be avoided by reordering your instructions.\r
+Example:\r
+ <br>\r
+<pre>L1:     MOV     EAX,[ESI]\r
+        MOV     EBX,[ESI]\r
+        INC     ECX</pre><p>\r
+\r
+Here the two <kbd>MOV</kbd> instructions form an imperfect pair because they both access the same\r
+memory location, and the sequence takes 3 clock cycles. You can improve the code by\r
+reordering the instructions so that <kbd>INC ECX</kbd> pairs with one of the\r
+<kbd>MOV</kbd> instructions.\r
+\r
+<pre>L2:     MOV     EAX,OFFSET A\r
+        XOR     EBX,EBX\r
+        INC     EBX\r
+        MOV     ECX,[EAX]\r
+        JMP     L1</pre><p>\r
+\r
+The pair  <kbd>INC EBX / MOV ECX,[EAX]</kbd>  is imperfect because the latter\r
+instruction has an\r
+AGI stall. The sequence takes 4 clocks. If you insert a <kbd>NOP</kbd> or any other instruction so that\r
+<kbd>MOV ECX,[EAX]</kbd> pairs with  <kbd>JMP L1</kbd> instead, then the sequence takes only 3 clocks.\r
+<p>\r
+<a name="imperfectpush">\r
+The next example is in 16 bit mode, assuming that <kbd>SP</kbd> is divisible by 4:</a>\r
+\r
+<pre>L3:     PUSH    AX\r
+        PUSH    BX\r
+        PUSH    CX\r
+        PUSH    DX\r
+        CALL    FUNC</pre><p>\r
+\r
+Here the <kbd>PUSH</kbd> instructions form two imperfect pairs, because both operands in each pair go\r
+into the same dword of memory. <kbd>PUSH BX</kbd> could possibly pair perfectly\r
+with <kbd>PUSH CX</kbd>\r
+(because they go on each side of a DWORD boundary) but it doesn't because it has already\r
+been paired with <kbd>PUSH AX</kbd>. The sequence therefore takes 5 clocks. If you insert a <kbd>NOP</kbd> or\r
+any other instruction so that <kbd>PUSH BX</kbd> pairs with <kbd>PUSH CX</kbd>,\r
+and <kbd>PUSH DX</kbd> with <kbd>CALL FUNC</kbd>,\r
+then the sequence will take only 3 clocks. Another way to solve the problem is to make sure\r
+that <kbd>SP</kbd> is not divisible by 4. Knowing whether <kbd>SP</kbd> is\r
+divisible by 4 or not in 16 bit mode can\r
+be difficult, so the best way to avoid this problem is to use 32 bit mode.\r
+\r
+<p>\r
+\r
+<h2><a name="11">11</a>. Splitting complex instructions into simpler ones (PPlain and PMMX)</h2><p>\r
+You may split up read/modify and read/modify/write instructions to improve pairing. \r
+Example:<br>\r
+<kbd>    ADD [mem1],EAX / ADD [mem2],EBX    ; 5 clock cycles</kbd><br>\r
+This code may be split up into a sequence which takes only 3 clock cycles:\r
+<pre>    MOV ECX,[mem1] / MOV EDX,[mem2] / ADD ECX,EAX / ADD EDX,EBX\r
+    MOV [mem1],ECX / MOV [mem2],EDX</pre><p>\r
+\r
+Likewise you may split up non-pairable instructions into pairable instructions:\r
+<pre>    PUSH [mem1]\r
+    PUSH [mem2]  ; non-pairable</pre><p>\r
+Split up into:\r
+<pre>    MOV EAX,[mem1]\r
+    MOV EBX,[mem2]\r
+    PUSH EAX\r
+    PUSH EBX     ; everything pairs</pre><p>\r
+\r
+Other examples of non-pairable instructions which may be split up into simpler pairable \r
+instructions:<br>\r
+<kbd>CDQ</kbd>  split into:  <kbd>MOV EDX,EAX / SAR EDX,31</kbd><br>\r
+<kbd>NOT EAX</kbd>  change to  <kbd>XOR EAX,-1</kbd><br>\r
+<kbd>NEG EAX</kbd>  split into  <kbd>XOR EAX,-1 / INC EAX</kbd><br>\r
+<kbd>MOVZX EAX,BYTE PTR [mem]</kbd> split into <kbd>  XOR EAX,EAX / MOV AL,BYTE PTR [mem]</kbd><br>\r
+<kbd>JECXZ</kbd>  split into  <kbd>TEST ECX,ECX / JZ</kbd><br>\r
+<kbd>LOOP</kbd>   split into  <kbd>DEC ECX / JNZ</kbd><br>\r
+<kbd>XLAT</kbd>   change to   <kbd>MOV AL,[EBX+EAX]</kbd>\r
+<p>\r
+If splitting instructions doesn't improve speed, then you may keep the complex or\r
+nonpairable instructions in order to reduce code size.\r
+<p>\r
+Splitting instructions is not needed on the PPro, PII and PIII, except when the split instructions \r
+generate fewer uops.\r
+<p>\r
+<h2><a name="12">12</a>. Prefixes (PPlain and PMMX)</h2><p>\r
+An instruction with one or more prefixes may not be able to execute in the V-pipe (se \r
+<a href="#10-7">chapter 10, sect. 7</a>), and it may take more than one clock cycle to decode.\r
+<p>\r
+On the PPlain, the decoding delay is one clock cycle for each prefix except for the <kbd>0FH</kbd>\r
+prefix of conditional near jumps.\r
+<p>\r
+The PMMX has no decoding delay for <kbd>0FH</kbd> prefix.\r
+Segment and repeat prefixes take one \r
+clock extra to decode. Address and operand size prefixes take two clocks extra to decode. \r
+The PMMX can decode two instructions per clock cycle if the first instruction has a \r
+segment or repeat prefix or no prefix, and the second instruction has no prefix. Instructions \r
+with address or operand size prefixes can only decode alone on the PMMX. Instructions with \r
+more than one prefix take one clock extra for each prefix.\r
+<p>\r
+Address size prefixes can be avoided by using 32 bit mode. Segment prefixes can be \r
+avoided in 32 bit mode by using a flat memory model. Operand size prefixes can be avoided \r
+in 32 bit mode by using only 8 bit and 32 bit integers.\r
+<p>\r
+Where prefixes are unavoidable, the decoding delay may be masked if a preceding\r
+instruction takes more than one clock cycle to execute. The rule for the PPlain is that any \r
+instruction which takes N clock cycles to execute (not to decode) can 'overshadow' the \r
+decoding delay of N-1 prefixes in the next two (sometimes three) instructions or instruction \r
+pairs. In other words, each extra clock cycle that an instruction takes to execute can be \r
+used to decode one prefix in a later instruction. This shadowing effect even extends across \r
+a predicted branch. Any instruction which takes more than one clock cycle to execute, and \r
+any instruction which is delayed because of an AGI stall, cache miss, misalignment, or any\r
+other reason except decoding delay and branch misprediction, has a shadowing effect.\r
+<p>\r
+The PMMX has a similar shadowing effect, but the mechanism is different. Decoded \r
+instructions are stored in a transparent first-in-first-out (FIFO) buffer, which can hold up to \r
+four instructions. As long as there are instructions in the FIFO buffer you get no delay. \r
+When the buffer is empty then instructions are executed as soon as they are decoded. The \r
+buffer is filled when instructions are decoded faster than they are executed, i.e. when you \r
+have unpaired or multi-cycle instructions. The FIFO buffer is emptied when instructions \r
+execute faster than they are decoded, i.e. when you have decoding delays due to prefixes. \r
+The FIFO buffer is empty after a mispredicted branch. The FIFO buffer can receive two \r
+instructions per clock cycle provided that the second instruction is without prefixes and \r
+none of the instructions are longer than 7 bytes. The two execution pipelines (U and V) can \r
+each receive one instruction per clock cycle from the FIFO buffer.\r
+<p>\r
+Examples: <br>\r
+<kbd>    CLD / REP MOVSD</kbd><br>\r
+The <kbd>CLD</kbd> instruction takes two clock cycles and can therefore overshadow the decoding\r
+delay of the <kbd>REP</kbd> prefix. The code would take one clock cycle more if the <kbd>CLD</kbd> instruction was \r
+placed far from the <kbd>REP MOVSD.</kbd>\r
+<br>\r
+<kbd>    CMP DWORD PTR [EBX],0 / MOV EAX,0 / SETNZ AL</kbd><br>\r
+The <kbd>CMP</kbd> instruction takes two clock cycles here because it is a read/modify instruction. The \r
+<kbd>0FH</kbd> prefix of the <kbd>SETNZ</kbd> instruction is decoded during the second clock cycle of the <kbd>CMP </kbd>\r
+instruction, so that the decoding delay is hidden on the PPlain (The PMMX has no \r
+decoding delay for the <kbd>0FH</kbd>).\r
+<p>\r
+Prefix penalties in PPro, PII and PIII are described in chapter <a href="#14">14</a>.\r
+<p>\r
+<h2><a name="13">13</a>. Overview of PPro, PII and PIII pipeline</h2><p>\r
+The architecture of the PPro, PII and PIII microprocessors is well explained and illustrated in\r
+various manuals and tutorials from Intel. It is recommended that you study this material in \r
+order to get an understanding of how these microprocessors work. I will describe the \r
+structure briefly here with particular focus on those elements that are important for \r
+optimizing code. \r
+<p>\r
+Instruction codes are fetched from the code cache in aligned 16-byte chunks into a double \r
+buffer that can hold two 16-byte chunks. The code is passed on from the double buffer to\r
+the decoders in blocks which I will call ifetch blocks (instruction fetch blocks). The ifetch \r
+blocks are usually 16 bytes long, but not aligned. The purpose of the double-buffer is to \r
+make it possible to decode an instruction that crosses a 16-byte boundary (i.e. an address \r
+divisible by 16).\r
+<p>\r
+The ifetch block goes to the instruction length decoder, which determines where each \r
+instruction begins and ends, and next to the instruction decoders. There are three decoders \r
+so that you can decode up to three instructions in each clock cycle. A group of up to three \r
+instructions that are decoded in the same clock cycle is called a decode group.\r
+<p>\r
+The decoders translate instructions into micro-operations, abbreviated uops. Simple \r
+instructions generate only one uop, while more complex instructions may generate several \r
+uops. For example, the instruction <kbd>ADD EAX,[MEM]</kbd> is decoded into two uops: one for\r
+reading the source operand from memory, and one for doing the addition. The purpose of \r
+splitting instructions into uops is to make the handling later in the system more effective.\r
+<p>\r
+The three decoders are called D0, D1, and D2.  D0 can handle all instructions, while D1 \r
+and D2 can handle only simple instructions that generate one uop.\r
+<p>\r
+The uops from the decoders go via a short queue to the register allocation table (RAT). The \r
+execution of uops work on temporary registers which are later written to the permanent \r
+registers  <kbd>EAX, EBX</kbd>, etc.  The purpose of the RAT is to tell the uops which temporary \r
+registers to use, and to allow register renaming (see later).\r
+<p>\r
+After the RAT, the uops to go the reorder buffer (ROB). The purpose of the ROB is to \r
+enable out-of-order execution. A uop stays in the reservation station until the operands it \r
+needs are available. If an operand for one uop is delayed because a previous uop that \r
+generates the operand is not finished yet, then the ROB may find another uop later in the \r
+queue that can be executed in the meantime in order to save time.\r
+<p>\r
+The uops that are ready for execution are sent to the execution units, which are clustered \r
+around five ports: Port 0 and 1 can handle arithmetic operations, jumps, etc. Port 2 takes \r
+care of all reads from memory, port 3 calculates addresses for memory writes, and port 4 \r
+does memory writes.\r
+<p>\r
+When an instruction has been executed then it is marked in the ROB as ready to retire. It then goes to\r
+the retirement station. Here the contents of the temporary registers used by the uops are \r
+written to the permanent registers. While uops can be executed out of order, they must be \r
+retired in order.\r
+<p>\r
+In the following chapters, I will describe in detail how to optimize the throughput of each step \r
+in the pipeline.\r
+<p>\r
+<h2><a name="14">14</a>. Instruction decoding (PPro, PII and PIII)</h2><p>\r
+I am describing instruction decoding before instruction fetching here because you need to \r
+know how the decoders work in order to understand the possible delays in instruction \r
+fetching.\r
+<p>\r
+The decoders can handle three instructions per clock cycle, but only when certain \r
+conditions are met. Decoder D0 can handle any instruction that generates up to 4 uops in a \r
+single clock cycle. Decoders D1 and D2 can handle only instructions that generate 1 uop \r
+and these instructions can be no more than 8 bytes long.\r
+<p>\r
+To summarize the rules for decoding two or three instructions in the same clock cycle:\r
+<ul>\r
+<li>The first instruction (D0) generates no more than 4 uops,\r
+<li>The second and third instructions generate no more than 1 uop each,\r
+<li>The second and third instructions are no more than 8 bytes long each,\r
+<li>The instructions must be contained within the same 16 bytes ifetch block (see next\r
+chapter).\r
+</ul><p>\r
+There is no limit to the length of the instruction in D0 (despite Intel manuals saying\r
+something else), as long as the three instructions fit into one 16 bytes ifetch block.\r
+<p>\r
+An instruction that generates more than 4 uops takes two or more clock cycles to decode,\r
+and no other instructions can decode in parallel.\r
+<p>\r
+It follows from the rules above that the decoders can produce a maximum of 6 uops per\r
+clock cycle if the first instruction in each decode group generates 4 uops and the next two \r
+generate 1 uop each. The minimum production is 2 uops per clock cycle, which you get \r
+when all instructions generate 2 uops each, so that D1 and D2 are never used.\r
+<p>\r
+For maximum throughput, it is recommended that you order your instructions according to\r
+the 4-1-1 pattern: instructions that generate 2 to 4 uops can be interspearsed with two\r
+simple 1-uop instructions for free, in the sense that they do not add to the decoding time.\r
+Example:\r
+<pre>MOV     EBX, [MEM1]     ; 1 uop  (D0)\r
+INC     EBX             ; 1 uop  (D1)\r
+ADD     EAX, [MEM2]     ; 2 uops (D0)\r
+ADD     [MEM3], EAX     ; 4 uops (D0)</pre><p>\r
+This takes 3 clock cycles to decode. You can save one clock cycle by reordering the\r
+instructions into two decode groups:\r
+<pre>ADD     EAX, [MEM2]     ; 2 uops (D0)\r
+MOV     EBX, [MEM1]     ; 1 uop  (D1)\r
+INC     EBX             ; 1 uop  (D2)\r
+ADD     [MEM3], EAX     ; 4 uops (D0)</pre><p>\r
+\r
+The decoders now generate 8 uops in two clock cycles, which is probably satisfactory. \r
+Later stages in the pipeline can handle only 3 uops per clock cycle so with a decoding rate \r
+higher than this you can assume that decoding is not a bottleneck. However, complications\r
+in the fetch mechanism can delay decoding as described in the next chapter, so to be safe\r
+you may want to aim at a decoding rate higher than 3 uops per clock cycle. \r
+<p>\r
+You can see how many uops each instruction generates in the tables in chapter <a href="#29">29</a>.\r
+<p>\r
+Instruction prefixes can also incur penalties in the decoders. Instructions can have several \r
+kinds of prefixes:\r
+ <ul>\r
+<li>An operand size prefix is needed when you have a 16-bit operand in a 32-bit\r
+environment or vice versa. (Except for instructions that can only have one operand size,\r
+such as <kbd>FNSTSW AX</kbd>). An operand size prefix gives a penalty of a few clocks if the\r
+instruction has an immediate operand of 16 or 32 bits because the length of the operand\r
+is changed by the prefix. Examples:\r
+<pre>   ADD BX, 9      ; no penalty because immediate operand is 8 bits\r
+   MOV WORD PTR [MEM16], 9  ; penalty because operand is 16 bits </pre>\r
+The last instruction should be changed to:\r
+<pre>   MOV EAX, 9\r
+   MOV WORD PTR [MEM16], AX  ; no penalty because no immediate</pre>\r
+<li>An address size prefix is used when you use 32-bit addressing in 16 bit mode or vice\r
+versa. This is seldom needed and should generally be avoided. The address size prefix\r
+gives a penalty whenever you have an explicit memory operand (even when there is no\r
+displacement) because the interpretation of the r/m bits in the instruction code is\r
+changed by the prefix. Instructions with only implicit memory operands, such as string\r
+instructions, have no penalty with address size prefix.\r
+<li>Segment prefixes are used when you address data in a non-default data segment.\r
+Segment prefixes give no penalty on the PPro, PII and PIII.\r
+<li>Repeat prefixes and lock prefixes give no penalty in the decoders.\r
+<li>There is always a penalty if you have more than one prefix. This penalty is usually one\r
+clock per prefix.\r
+</ul>\r
+<p>\r
+<h2><a name="15">15</a>. Instruction fetch (PPro, PII and PIII)</h2><p>\r
+The code is fetched in aligned 16-bytes chunks from the code cache and placed in the \r
+double buffer, which is called so because it can contain two such chunks. The code is then \r
+taken from the double buffer and fed to the decoders in blocks which are usually 16 bytes \r
+long, but not necessarily aligned by 16. I will call these blocks ifetch blocks (instruction fetch \r
+blocks). If an ifetch block crosses a 16 byte boundary in the code then it needs to take from \r
+both chunks in the double buffer. So the purpose of the double buffer is to allow instruction \r
+fetching across 16 byte boundaries.\r
+<p>\r
+The double buffer can fetch one 16-bytes chunk per clock cycle and can generate one \r
+ifetch block per clock cycle. The ifetch blocks are usually 16 bytes long, but can be shorter\r
+if there is a predicted jump in the block. (See chapter <a href="#22">22</a> about jump prediction).\r
+<p>\r
+Unfortunately, the double buffer is not big enough for handling fetches around jumps \r
+without delay. If the ifetch block that contains the jump instruction crosses a 16-byte \r
+boundary then the double buffer needs to keep two consecutive aligned 16-bytes chunks of \r
+code in order to generate it. If the first instruction after the jump crosses a 16-byte \r
+boundary, then the double buffer needs to load two new 16-bytes chunks of code before a\r
+valid ifetch block can be generated. This means that, in the worst case, the decoding of the \r
+first instruction after a jump can be delayed for two clock cycles. You get one penalty for a \r
+16-byte boundary in the ifetch block containing the jump instruction, and one penalty for a \r
+16-byte boundary in the first instruction after the jump. You can get bonus if you have more \r
+than one decode group in the ifetch block that contains the jump because this gives the \r
+double buffer extra time to fetch one or two 16-byte chunks of code in advance for the \r
+instructions after the jump. The bonuses can compensate for the penalties according to the \r
+table below. If the double buffer has fetched only one 16-byte chunk of code after the jump, \r
+then the first ifetch block after the jump will be identical to this chunk, that is, aligned to a \r
+16-byte boundary. In other words, the first ifetch block after the jump will not begin at the \r
+first instruction, but at the nearest preceding address divisible by 16. If the double buffer \r
+has had time to load two 16-byte chunks, then the new ifetch block can cross a 16-byte \r
+boundary and begin at the first instruction after the jump. These rules are summarized in\r
+the following <a name="ifetchtable">table:</a><p>\r
+\r
+<table border=1 cellpadding=1 cellspacing=1><tr><td class="a3">\r
+Number of<br>decode groups<br>in ifetch-block<br>containing jump</td>\r
+<td class="a3">16-byte<br>boundary in this<br>ifetch-block</td>\r
+<td class="a3">16-byte<br>boundary in first<br>instruction after<br>jump</td>\r
+<td class="a3"><br><br>decoder delay</td>\r
+<td class="a3">alignment of first<br>ifetch after jump</td></tr>\r
+<tr><td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">by 16</td></tr>\r
+<tr><td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">1</td>\r
+<td align="center">by 16</td></tr>\r
+<tr><td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">2</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">2</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">2</td>\r
+<td align="center">0</td>\r
+<td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">2</td>\r
+<td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">by 16</td></tr>\r
+<tr><td align="center">2</td>\r
+<td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">3 or more</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">3 or more</td>\r
+<td align="center">0</td>\r
+<td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">3 or more</td>\r
+<td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">0</td>\r
+<td align="center">to instruction</td></tr>\r
+<tr><td align="center">3 or more</td>\r
+<td align="center">1</td>\r
+<td align="center">1</td>\r
+<td align="center">0</td>\r
+<td align="center">to instruction</td></tr>\r
+</table>\r
+<p>Jumps delay the fetching so that a loop always takes at least two clock cycles more per\r
+iteration than the number of 16 byte boundaries in the loop.\r
+<p>\r
+A further problem with the instruction fetch mechanism is that a new ifetch block is not\r
+generated until the previous one is exhausted. Each ifetch block can contain several \r
+decode groups. If a 16 bytes long ifetch block ends with an unfinished instruction, then the \r
+next ifetch block will begin at the beginning of that instruction. The first instruction in an \r
+ifetch block always goes to decoder D0, and the next two instructions go to D1 and D2, if \r
+possible. The consequence of this is that D1 and D2 are used less than optimally. If the \r
+code is structured according to the recommended 4-1-1 pattern, and an instruction intended \r
+to go into D1 or D2 happens to be the first instruction in an ifetch block, then that instruction \r
+has to go into D0 with the result that one clock cycle is wasted.\r
+This is probably a hardware design flaw. At least it is suboptimal design.\r
+The consequence of this problem is that the time it takes to decode a piece of\r
+code can vary considerably depending on where the first ifetch block begins. \r
+<p>\r
+If decoding speed is critical and you want to avoid these problems then you have to know \r
+where each ifetch block begins. This is quite a tedious job. First you need to make your\r
+code segment paragraph-aligned in order to know where the 16-byte boundaries are. Then \r
+you have to look at the output listing from your assembler to see how long each instruction \r
+is. (It is recommended that you study how instructions are coded so that you can predict the \r
+lengths of the instructions.) If you know where one ifetch block begins then you can find \r
+where the next ifetch block begins in the following way: Make the block 16 bytes long. If it \r
+ends at an instruction boundary then the next block will begin there. If it ends with an \r
+unfinished instruction then the next block will begin at the beginning of this instruction.\r
+(Only the lengths of the instructions counts here, it doesn't matter how many uops they \r
+generate or what they do). This way you can work your way all through the code and mark \r
+where each ifetch block begins. The only problem is knowing where to start. If you know \r
+where one ifetch block is then you can find all the subsequent ones, but you have to know \r
+where the first one begins. Here are some guidelines:\r
+ <ul>\r
+<li>The first ifetch block after a jump, call, or return can begin either at the first instruction or\r
+at the nearest preceding 16-bytes boundary, according to the table above. If you align\r
+the first instruction to begin at a 16-byte boundary then you can be sure that the first\r
+ifetch block begins here. You may want to align important subroutine entries and loop\r
+entries by 16 for this purpose.\r
+\r
+<li>If the combined length of two consecutive instructions is more than 16 bytes then you\r
+can be certain that the second one doesn't fit into the same ifetch block as the first one, \r
+and consequently you will always have an ifetch block beginning at the second \r
+instruction. You can use this as a starting point for finding where subsequent ifetch \r
+blocks begin.\r
\r
+<li>The first ifetch block after a branch misprediction begins at a 16-byte boundary. As\r
+explained in chapter <a href="#22_2">22.2</a>, a loop that repeats more than 5 times will always have a\r
+misprediction when it exits. The first ifetch block after such a loop will therefore begin at\r
+the nearest preceding 16-byte boundary.\r
+\r
+<li>Other serializing events also cause the next ifetch block to start at a 16-byte boundary.\r
+Such events include interrupts, exceptions, self-modifying code, and serializing\r
+instructions such as <kbd>CPUID, IN,</kbd> and <kbd>OUT</kbd>.\r
+</ul>\r
+<p>\r
\r
+I am sure you want an example now:\r
\r
+<pre>\r
+ address      instruction             length    uops    expected decoder\r
+ ----------------------------------------------------------------------\r
+ 1000h        MOV ECX, 1000             5         1       D0\r
+ 1005h   LL:  MOV [ESI], EAX            2         2       D0\r
+ 1007h        MOV [MEM], 0             10         2       D0\r
+ 1011h        LEA EBX, [EAX+200]        6         1       D1\r
+ 1017h        MOV BYTE PTR [ESI], 0     3         2       D0\r
+ 101Ah        BSR EDX, EAX              3         2       D0\r
+ 101Dh        MOV BYTE PTR [ESI+1],0    4         2       D0\r
+ 1021h        DEC ECX                   1         1       D1\r
+ 1022h        JNZ LL                    2         1       D2</pre>\r
+<p>\r
+Let's assume that the first ifetch block begins at address 1000h and ends at 1010h. This is\r
+before the end of the  <kbd>MOV [MEM],0</kbd>  instruction so the next ifetch block will begin at 1007h\r
+and end at 1017h. This is at an instruction boundary so the third ifetch block will begin at\r
+1017h and cover the rest of the loop. The number of clock cycles it takes to decode this is\r
+the number of D0 instructions, which is 5 per iteration of the LL loop. The last ifetch block\r
+contained three decode blocks covering the last five instructions, and it has one 16-byte\r
+boundary (1020h). Looking at the table above we find that the first ifetch block after the\r
+jump will begin at the first instruction after the jump, that is the <kbd>LL</kbd>\r
+label at 1005h, and end at\r
+1015h. This is before the end of the <kbd>LEA</kbd> instruction, so the next ifetch block will go from\r
+1011h to 1021h, and the last one from 1021h covering the rest. Now the <kbd>LEA</kbd> instruction\r
+and the <kbd>DEC</kbd> instruction both fall at the beginning of an ifetch block which forces them to go\r
+into D0. We now have 7 instructions in D0 and the loop takes 7 clocks to decode in the\r
+second iteration. The last ifetch block contains only one decode group\r
+ (<kbd>DEC ECX / JNZ LL</kbd>)  and has no 16-byte boundary. According to the table, the next ifetch block after the \r
+jump will begin at a 16-byte boundary, which is 1000h. This will give us the same situation \r
+as in the first iteration, and you will see that the loop takes alternatingly 5 and 7 clock cycles \r
+to decode. Since there are no other bottlenecks, the complete loop will take 6000 clocks to \r
+run 1000 iterations. If the starting address had been different so that you had a 16-byte \r
+boundary in the first or the last instruction of the loop then it would take 8000 clocks. If you \r
+reorder the loop so that no D1 or D2 instructions fall at the beginning of an ifetch block then \r
+you can make it take only 5000 clocks.\r
+<p>\r
+The example above was deliberately constructed so that fetch and decoding is the only \r
+bottleneck. The easiest way to avoid this problem is to structure your code to generate \r
+much more than 3 uops per clock cycle so that decoding will not be a bottleneck despite the \r
+penalties described here. In small loops this may not be possible and then you have to find \r
+out how to optimize the instruction fetch and decoding.\r
+<p>\r
+One thing you can do is to change the starting address of your procedure in order to avoid \r
+16-byte boundaries where you don't want them. Remember to make your code segment \r
+paragraph aligned so that you know where the boundaries are. \r
+<p>\r
+If you insert an  <kbd>ALIGN 16</kbd>  directive before the loop entry then the assembler will put in \r
+<kbd>NOP</kbd>'s and other filler instructions up to the nearest 16 byte boundary. Most assemblers use \r
+the instruction  <kbd>XCHG EBX,EBX</kbd>  as a 2-byte filler (the so called 2-byte <kbd>NOP</kbd>). Whoever got \r
+this idea, it's a bad one because this instruction takes more time than two <kbd>NOP</kbd>'s on most \r
+processors! If the loop executes many times then whatever is outside the loop is \r
+unimportant in terms of speed and you don't have to care about the suboptimal filler \r
+instructions. But if the time taken by the fillers is important then you may\r
+select the filler instructions manually.\r
+You may as well use filler instructions that do something useful, such as refreshing\r
+a register in order to avoid register read stalls (see chapter <a href="#16_2">16.2</a>)\r
+For example, if you are using register <kbd>EBP</kbd> for addressing but seldom\r
+write to it, then you may use <kbd>MOV EBP,EBP</kbd> or <kbd>ADD EBP, 0</kbd> as\r
+filler in order to reduce the possibilities of register read stalls.\r
+If you have nothing useful to do, you may use <kbd>FXCH ST(0)</kbd> as a good filler\r
+because it doesn't put any load on the execution ports, provided that <kbd>ST(0)</kbd>\r
+contains a valid floating point value.\r
+<p>\r
+Another possible remedy is to reorder your instructions in order to get the ifetch boundaries \r
+where they don't hurt. This can be quite a difficult puzzle and it is not always possible to find \r
+a satisfactory solution.\r
+<p>\r
+Yet another possibility is to manipulate instruction lengths. Sometimes you can substitute \r
+one instruction with another one with a different length. Many instructions can be coded in \r
+different versions with different lengths. The assembler always chooses the shortest\r
+possible version of an instruction, but it is often possible to hard-code a longer version. For \r
+example, <kbd>DEC ECX</kbd>  is one byte long,  <kbd>SUB ECX,1</kbd>  is 3 bytes, and you can code a 6 bytes \r
+version with a long immediate operand using this trick:\r
+<pre>         SUB ECX, 9999\r
+         ORG $-4\r
+         DD 1</pre><p>\r
+Instructions with a memory operand can be made one byte longer with a SIB byte, but the \r
+easiest way of making an instruction one byte longer is to add a <kbd>DS:</kbd>\r
+segment prefix (<kbd>DB 3Eh</kbd>).\r
+The microprocessors generally accept redundant and meaningless prefixes (except\r
+<kbd>LOCK</kbd>) as long as the instruction length does not exceed 15 bytes. Even instructions without\r
+a memory operand can have a segment prefix. So if you want the <kbd>DEC ECX</kbd> instruction to be \r
+2 bytes long, write:\r
+<pre>         DB  3Eh\r
+         DEC ECX</pre><p>\r
+Remember that you get a penalty in the decoder if an instruction has more than one prefix.\r
+It is possible that instructions with meaningless prefixes - especially repeat and\r
+lock prefixes - will be used in future processors for new instructions when there are no\r
+more vacant instruction codes, but I would consider it safe to use a segment prefix\r
+with any instruction.\r
+<p>\r
+With these methods it will usually be possible to put the ifetch boundaries where you want \r
+them, although it can be a tedious puzzle.\r
+<p>\r
+<h2><a name="16">16</a>. Register renaming (PPro, PII and PIII)</h2>\r
+<h3><a name="16_1">16.1 Eliminating dependencies</a></h3><p>\r
+Register renaming is an advanced technique used by these microprocessors to remove\r
+dependencies between different parts of the code. Example:\r
+<pre>         MOV EAX, [MEM1]\r
+         IMUL EAX, 6\r
+         MOV [MEM2], EAX\r
+         MOV EAX, [MEM3]\r
+         INC EAX\r
+         MOV [MEM4], EAX</pre><p>\r
+Here the last three instructions are independent of the first three in the sense that they don't \r
+need any result from the first three instructions. To optimize this on earlier processors you \r
+would have to use a different register instead of <kbd>EAX</kbd> in the last three instructions and \r
+reorder the instructions so that the last three instructions could execute in parallel with the \r
+first three instructions. The PPro, PII and PIII processors do this for you automatically. They\r
+assign a new temporary register for <kbd>EAX</kbd> every time you write to it. Thereby the\r
+<kbd>MOV EAX,[MEM3]</kbd>  instruction becomes independent of the preceding instructions.\r
+With out-of-order execution it is likely to finish the move to <kbd>[MEM4]</kbd> before the slow\r
+<kbd>IMUL</kbd> instruction is finished.\r
+<p>\r
+Register renaming goes fully automatically. A new temporary register is assigned as an\r
+alias for the permanent register every time an instruction writes to this register. An\r
+instruction that both reads and writes a register also causes renaming. For example the\r
+<kbd>INC EAX</kbd> instruction above uses one temporary register for input and another temporary\r
+register for output. This does not remove any dependency, of course, but it has some\r
+significance for subsequent register reads as I will explain later.\r
+<p>\r
+All general purpose registers, stack pointer, flags, floating point registers,\r
+MMX registers, XMM registers and segment registers can be renamed.\r
+Control words, and the floating point status word cannot be renamed and this is the\r
+reason why the use of these registers is slow. There are 40 universal temporary\r
+registers so it is unlikely that you will run out of temporary registers.\r
+<p>\r
+A common way of setting a register to zero is  <kbd>XOR EAX,EAX</kbd>  or\r
+<kbd>SUB EAX,EAX</kbd>. These\r
+instructions are not recognized as independent of the previous value of the register. If you\r
+want to remove the dependency on slow preceding instructions then use\r
+<kbd> MOV EAX,0.</kbd>\r
+<p>\r
+Register renaming is controlled by the register alias table (RAT) and the reorder buffer \r
+(ROB). The uops from the decoders go to the RAT via a queue, and then to the ROB and \r
+the reservation station. The RAT can handle only 3 uops per clock cycle. This means that \r
+the overall throughput of the microprocessor can never exceed 3 uops per clock cycle on \r
+average.\r
+<p>\r
+There is no practical limit to the number of renamings. The RAT can rename three registers\r
+per clock cycle, and it can even rename the same register three times in one clock cycle.\r
+<p>\r
+<h3><a name="16_2">16.2</a> Register read stalls</h3><p>\r
+But there is another limitation which may be quite serious, and that is that you\r
+can only read two different permanent register names per clock cycle. This\r
+limitation applies to all registers used by an instruction except those registers\r
+that the instruction writes to only.\r
+Example:\r
+<pre>         MOV [EDI + ESI], EAX\r
+         MOV EBX, [ESP + EBP]</pre><p>\r
+The first instruction generates two uops: one that reads  <kbd>EAX</kbd>\r
+and one that reads  <kbd>EDI</kbd>  and\r
+<kbd>ESI</kbd>.  The second instruction generates one uop that reads\r
+<kbd>ESP</kbd>  and  <kbd>EBP</kbd>.  <kbd>EBX</kbd> does not\r
+count as a read because it is only written to by the instruction. Let's assume that these\r
+three uops go through the RAT together. I will use the word triplet for a group of three\r
+consecutive uops that go through the RAT together. Since the ROB can handle only two\r
+permanent register reads per clock cycle and we need five register reads, our triplet will be\r
+delayed for two extra clock cycles before it comes to the reservation station. With 3 or 4 \r
+register reads in the triplet it would be delayed by one clock cycle.\r
+<p>\r
+The same register can be read more than once in the same triplet without adding to the \r
+count. If the instructions above are changed to:\r
+<pre>         MOV [EDI + ESI], EDI\r
+         MOV EBX, [EDI + EDI]</pre><p>\r
+then you will need only two register reads (<kbd>EDI</kbd> and <kbd>ESI</kbd>) and the triplet will not be delayed.\r
+<p>\r
+A register that is going to be written to by a pending uop is stored in the ROB so that it can\r
+be read for free until it is written back, which takes at least 3 clock cycles,\r
+and usually more. Write-back is the end of the execution stage where the value\r
+becomes available. In other words, you can read any number of registers in the\r
+RAT without stall if their values are not yet available from the execution units.\r
+The reason for this is that when a value becomes available it is immediately\r
+written directly to any subsequent ROB entries that need it. But if the value\r
+has already been written back to a temporary or permanent register when a\r
+subsequent uop that needs it goes into the RAT, then the value has to be read\r
+from the register file, which has only two read ports. There are three pipeline\r
+stages from the RAT to the execution unit so you can be certain that a register\r
+written to in one uop-triplet can be read for free in at least the next three\r
+triplets. If the writeback is delayed by reordering, slow instructions,\r
+dependency chains, cache misses, or by any other kind of stall, then the\r
+register can be read for free further down the instruction stream.\r
+<p>\r
+Example:\r
+<pre>         MOV EAX, EBX\r
+         SUB ECX, EAX\r
+         INC EBX\r
+         MOV EDX, [EAX]\r
+         ADD ESI, EBX\r
+         ADD EDI, ECX</pre><p>\r
+These 6 instructions generate 1 uop each. Let's assume that the first 3 uops go through the \r
+RAT together. These 3 uops read register <kbd>EBX</kbd>, <kbd>ECX</kbd>, and <kbd>EAX</kbd>. But since we are writing to\r
+<kbd>EAX</kbd> before reading it, the read is free and we get no stall. The next three uops read <kbd>EAX</kbd>,\r
+<kbd>ESI</kbd>, <kbd>EBX</kbd>, <kbd>EDI</kbd>, and <kbd>ECX</kbd>. Since both <kbd>EAX</kbd>, <kbd>EBX</kbd> and <kbd>ECX</kbd> have been modified in the \r
+preceding triplet and not yet written back then they can be read for free, so that only <kbd>ESI</kbd>  \r
+and <kbd>EDI</kbd> count, and we get no stall in the second triplet either. If the\r
+<kbd>SUB ECX,EAX</kbd>\r
+instruction in the first triplet is changed to <kbd>CMP ECX,EAX</kbd> then <kbd>ECX</kbd> is not written to and we\r
+will get a stall in the second triplet for reading <kbd>ESI</kbd>, <kbd>EDI</kbd> and <kbd>ECX</kbd>.  Similarly, if the <kbd>INC</kbd> \r
+<kbd>EBX</kbd> instruction in the first triplet is changed to <kbd>NOP</kbd> or something else then we will get a stall \r
+in the second triplet for reading <kbd>ESI</kbd>, <kbd>EBX</kbd> and <kbd>EDI</kbd>.\r
+<p>\r
+No uop can read more than two registers. Therefore, all instructions that need\r
+to read more than two registers are split up into two or more uops.\r
+<p>\r
+To count the number of register reads, you have to include all registers which are read by\r
+the instruction. This includes integer registers, the flags register, the stack pointer,\r
+floating point registers and MMX registers.\r
+An XMM register counts as two registers,\r
+except when only part of it is used, as e.g. in  <kbd>ADDSS</kbd>  and  <kbd>MOVHLPS</kbd>.\r
+Segment registers and the instruction pointer do not count.\r
+For example, in <kbd>SETZ AL</kbd> you count the flags\r
+register but not <kbd>AL</kbd>. <kbd>ADD EBX,ECX</kbd> counts both <kbd>EBX</kbd> and <kbd>ECX</kbd>, but not the flags because\r
+they are written to only. <kbd>PUSH EAX</kbd> reads <kbd>EAX</kbd> and the\r
+stack pointer and then writes to the stack pointer.\r
+<p>\r
+The <kbd>FXCH</kbd> instruction is a special case. It works by renaming, but doesn't read any values\r
+so that it doesn't count in the rules for register read stalls.  An <kbd>FXCH</kbd> instruction behaves\r
+like 1 uop that neither reads nor writes any registers with regard to the rules for register read\r
+stalls.\r
+<p>\r
+Don't confuse uop triplets with decode groups. A decode group can generate from 1 to 6\r
+uops, and even if the decode group has three instructions and generates three uops there\r
+is no guarantee that the three uops will go into the RAT together.\r
+<p>\r
+The queue between the decoders and the RAT is so short (10 uops) that you cannot\r
+assume that register read stalls do not stall the decoders or that fluctuations\r
+in decoder throughput do not stall the RAT.\r
+<p>\r
+It is very difficult to predict which uops go through the RAT together unless the queue is\r
+empty, and for optimized code the queue should be empty only after mispredicted branches.\r
+Several uops generated by the same instruction do not necessarily go through the RAT\r
+together; the uops are simply taken consecutively from the queue, three at at time. The\r
+sequence is not broken by a predicted jump: uops before and after the jump can go through\r
+the RAT together. Only a mispredicted jump will discard the queue and start over again so\r
+that the next three uops are sure to go into the RAT together.\r
+<p>\r
+If three consecutive uops read more than two different registers then you would of course \r
+prefer that they do not go through the RAT together. The probability that they do is one\r
+third. The penalty of reading three or four written-back registers in one triplet of uops is one \r
+clock cycle. You can think of the one clock delay as equivalent to the load of three more\r
+uops through the RAT. With the probability of 1/3 of the three uops going into the RAT \r
+together, the average penalty will be the equivalent of 3/3 = 1 uop. To calculate the average \r
+time it will take for a piece of code to go through the RAT, add the number of potential\r
+register read stalls to the number of uops and divide by three. You can see that It doesn't \r
+pay to remove the stall by putting in an extra instruction unless you know for sure which \r
+uops go into the RAT together or you can prevent more than one potential register read stall \r
+by one extra instruction.\r
+<p>\r
+In situations where you aim at a throughput of 3 uops per clock, the limit of two permanent \r
+register reads per clock cycle may be a problematic bottleneck to handle. Possible ways to \r
+remove register read stalls are:\r
+<ul><li>keep uops that read the same register close together so that they are likely to go into the \r
+same triplet.\r
+<li>keep uops that read different registers spaced so that they cannot go into the same \r
+triplet.\r
+<li>place uops that read a register no more than 3 - 4 triplets after an instruction that writes \r
+to or modifies this register to make sure it hasn't been written back before it is read (it\r
+doesn't matter if you have a jump between as long as it is predicted). If you have reason\r
+to expect the register write to be delayed for whatever reason then you can safely read\r
+the register somewhat further down the instruction stream.\r
+<li>use absolute addresses instead of pointers in order to reduce the number of register\r
+reads.\r
+<li>you may rename a register in a triplet where it doesn't cause a stall in order to prevent a\r
+read stall for this register in one or more later triplets. Example:\r
+<kbd>MOV ESP,ESP / ... / MOV EAX,[ESP+8]</kbd>.\r
+This method costs an extra uop and therefore doesn't pay unless the expected average \r
+number of read stalls prevented is more than 1/3.\r
+</ul>\r
+<p>\r
+For instructions that generate more than one uop you may want to know the order of the\r
+uops generated by the instruction in order to make a precise analysis of the possibility of\r
+register read stalls. I have therefore listed the most common cases below.\r
+<p>\r
+<u>Writes to memory</u><br>\r
+A memory write generates two uops. The first one (to port 4) is a store operation, reading\r
+the register to store. The second uop (port 3) calculates the memory address, reading any \r
+pointer registers. Examples:<br>\r
+<kbd>MOV [EDI], EAX</kbd><br>\r
+First uop reads <kbd>EAX</kbd>, second uop reads <kbd>EDI</kbd>.<br>\r
+<kbd>FSTP QWORD PTR [EBX+8*ECX]</kbd><br>\r
+First uop reads <kbd>ST(0)</kbd>, second uop reads <kbd>EBX</kbd> and <kbd>ECX.</kbd>\r
+<p>\r
+<u>Read and modify</u><br>\r
+An instruction that reads a memory operand and modifies a register by some arithmetic or\r
+logical operation generates two uops. The first one (port 2) is a memory load instruction\r
+reading any pointer registers, the second uop is an arithmetic instruction (port 0 or 1)\r
+reading and writing to the destination register and possibly writing to the flags.\r
+Example:<br>\r
+<kbd>ADD EAX, [ESI+20]</kbd><br>\r
+First uop reads <kbd>ESI,</kbd> second uop reads <kbd>EAX</kbd> and writes <kbd>EAX</kbd> and flags.\r
+<p>\r
+<u>Read/modify/write</u><br>\r
+A read/modify/write instruction generates four uops. The first uop (port 2) reads any pointer \r
+registers, the second uop (port 0 or 1) reads and writes to any source register and possibly\r
+writes to the flags, the third uop (port 4) reads only the temporary result which doesn't count\r
+here, the fourth uop (port 3) reads any pointer registers again. Since the first and the fourth \r
+uop cannot go into the RAT together you cannot take advantage of the fact that they read \r
+the same pointer registers. Example:<br>\r
+<kbd>OR [ESI+EDI], EAX</kbd><br>\r
+The first uop reads <kbd>ESI</kbd> and <kbd>EDI</kbd>, the second uop reads <kbd>EAX</kbd> and writes <kbd>EAX</kbd> and the\r
+flags, the third uop reads only the temporary result, the fourth uop reads <kbd>ESI</kbd> and <kbd>EDI</kbd> again. No\r
+matter how these uops go into the RAT you can be sure that the uop that reads <kbd>EAX</kbd> goes\r
+together with one of the uops that read <kbd>ESI</kbd> and <kbd>EDI</kbd>.  A register read stall is therefore\r
+inevitable for this instruction unless one of the registers has been modified recently.\r
+<p>\r
+<u>Push register</u><br>\r
+A push register instruction generates 3 uops. The first one (port 4) is a store instruction,\r
+reading the register. The second uop (port 3) generates the address, reading the stack\r
+pointer. The third uop (port 0 or 1) subtracts the word size from the stack pointer, reading\r
+and modifying the stack pointer.\r
+<p>\r
+<u>Pop register</u><br>\r
+A pop register instruction generates 2 uops. The first uop (port 2) loads the value, reading\r
+the stack pointer and writing to the register. The second uop (port 0 or 1) adjusts the stack\r
+pointer, reading and modifying the stack pointer.\r
+<p>\r
+<u>Call</u><br>\r
+A near call generates 4 uops (port 1, 4, 3, 01). The first two uops read only the instruction \r
+pointer which doesn't count because it cannot be renamed. The third uop reads the stack \r
+pointer. The last uop reads and modifies the stack pointer.\r
+<p>\r
+<u>Return</u><br>\r
+A near return generates 4 uops (port 2, 01, 01, 1). The first uop reads the stack pointer. \r
+The third uop reads and modifies the stack pointer.\r
+<p>\r
+An example of how to avoid a register read stall is given in example 2.6.\r
+<p>\r
+<h2><a name="17">17</a>. Out of order execution (PPro, PII and PIII)</h2><p>\r
+The reorder buffer (ROB) can hold 40 uops. Each uop waits in the ROB until all its\r
+operands are ready and there is a vacant execution unit for it. This makes out-of-order \r
+execution possible. If one part of the code is delayed because of a cache miss then it won't \r
+delay later parts of the code if they are independent of the delayed operations.\r
+<p>\r
+Writes to memory cannot execute out of order relative to other writes. There are four write \r
+buffers, so if you expect many cache misses on writes or you are writing to uncached \r
+memory then it is recommended that you schedule four writes at at time and make sure the \r
+processor has something else to do before you give it the next four writes. Memory reads \r
+and other instructions can execute out of order, except <kbd>IN, OUT</kbd> and serializing\r
+instructions.\r
+<p>\r
+If your code writes to a memory address and soon after reads from the same address, then \r
+the read may by mistake be executed before the write because the ROB doesn't know the \r
+memory addresses at the time of reordering. This error is detected when the write address \r
+is calculated, and then the read operation (which was executed speculatively)\r
+has to be re-done. The penalty for this is approximately 3 clocks. The only way to avoid this penalty is to \r
+make sure the execution unit has other things to do between a write and a subsequent read \r
+from the same memory address.\r
+<p>\r
+There are several execution units clustered around five ports. Port 0 and 1 are for \r
+arithmetic operations etc. Simple move, arithmetic and logic operations can go to either port 0 or 1, \r
+whichever is vacant first. Port 0 also handles multiplication, division, integer shifts and \r
+rotates, and floating point operations. Port 1 also handles jumps and some MMX\r
+and XMM operations. Port 2 handles all reads from memory and a few string and XMM operations, port 3 calculates addresses for memory \r
+write, and port 4 executes all memory write operations. In chapter <a href="#29">29</a> you'll find a complete \r
+list of the uops generated by code instructions with an indication of which ports they go to. \r
+Note that all memory write operations require two uops, one for port 3 and one for port 4, \r
+while memory read operations use only one uop (port 2).\r
+<p>\r
+In most cases each port can receive one new uop per clock cycle. This means that you can \r
+execute up to 5 uops in the same clock cycle if they go to five different ports, but since\r
+there is a limit of 3 uops per clock earlier in the pipeline you will never execute more than 3 \r
+uops per clock on average.\r
+<p>\r
+You must make sure that no execution port receives more than one third of the uops if you \r
+want to maintain a throughput of 3 uops per clock. Use the table of uops in chapter\r
+<a href="#29">29</a> and \r
+count how many uops go to each port. If port 0 and 1 are saturated while port 2 is free then \r
+you can improve your code by replacing some <kbd>MOV register,register</kbd>\r
+or <kbd>MOV register,immediate</kbd> instructions with\r
+ <kbd>MOV register,memory</kbd> in order to move some \r
+of the load from port 0 and 1 to port 2.\r
+<p>\r
+Most uops take only one clock cycle to execute, but multiplications, divisions, and many \r
+floating point operations take more:\r
+<p>\r
+Floating point addition and subtraction takes 3 clocks, but the execution unit is fully\r
+pipelined so that it can receive a new <kbd>FADD</kbd> or <kbd>FSUB</kbd>\r
+in every clock cycle before the\r
+preceding ones are finished (provided, of course, that they are independent).\r
+<p>\r
+Integer multiplication takes 4 clocks, floating point multiplication 5, and\r
+MMX multiplication 3 clocks. Integer and MMX multiplication is pipelined so\r
+that it can receive a new instruction every clock cycle. Floating point\r
+multiplication is partially pipelined: The execution unit can receive a new\r
+<kbd>FMUL</kbd> instruction two clocks after the preceding one, so that the\r
+maximum throughput is one <kbd>FMUL</kbd> per two clock cycles. The holes\r
+between the <kbd>FMUL</kbd>'s cannot be filled by integer multiplications\r
+because they use the same circuitry. XMM additions and multiplications take\r
+3 and 4 clocks respectively, and are fully pipelined. But since each logical XMM\r
+register is implemented as two physical 64-bit registers, you need two uops for a\r
+packed XMM operation, and the throughput will then be one arithmetic XMM\r
+instruction every two clock cycles. XMM add and multiply instructions can execute\r
+in parallel because they don't use the same execution port.  \r
+<p>\r
+Integer and floating point division takes up to 39 clocks and is not pipelined. This means \r
+that the execution unit cannot begin a new division until the previous division is finished. \r
+The same applies to squareroot and transcendental functions.\r
+<p>\r
+Also jump instructions, calls, and returns are not fully pipelined. You cannot execute a new \r
+jump in the first clock cycle after a preceding jump. So the maximum throughput for jumps,\r
+calls, and returns is one for every two clocks. \r
+<p>\r
+You should, of course, avoid instructions that generate many uops.\r
+The <kbd>LOOP XX</kbd>\r
+instruction, for example, should be replaced by <kbd>DEC ECX / JNZ XX</kbd>.\r
+<p>\r
+If you have consecutive <kbd>POP</kbd> instructions then you may break them up to reduce the\r
+number of uops:\r
+<pre>POP ECX / POP EBX / POP EAX     ; can be changed to:\r
+MOV ECX,[ESP] / MOV EBX,[ESP+4] / MOV EAX,[ESP] / ADD ESP,12</pre>\r
+The former code generates 6 uops, the latter generates only 4 and decodes faster.\r
+Doing the same with <kbd>PUSH</kbd> instructions is less advantageous because the split-up code is likely to\r
+generate register read stalls unless you have other instructions to put in between or the\r
+registers have been renamed recently. Doing it with <kbd>CALL</kbd> and <kbd>RET</kbd>\r
+instructions will\r
+interfere with prediction in the return stack buffer. Note also that the\r
+<kbd>ADD ESP</kbd> instruction can cause an AGI stall in earlier processors.\r
+<p>\r
+<h2><a name="18">18</a>. Retirement (PPro, PII and PIII)</h2><p>\r
+Retirement is a process where the temporary registers used by the uops are copied into the\r
+permanent registers <kbd>EAX, EBX</kbd>, etc.\r
+When a uop has been executed it is marked in the ROB as ready to retire.\r
+<p>\r
+The retirement station can handle three uops per clock cycle. This may not seem like a \r
+problem because the throughput is already limited to 3 uops per clock in the RAT. But \r
+retirement may still be a bottleneck for two reasons. Firstly, instructions must retire in order.\r
+If a uop is executed out of order then it cannot retire before all preceding uops in the order \r
+have retired. And the second limitation is that taken jumps must retire in the first of the three \r
+slots in the retirement station. Just like decoder D1 and D2 can be idle if the next instruction \r
+only fits into D0, the last two slots in the retirement station can be idle if the next uop to \r
+retire is a taken jump. This is significant if you have a small loop where the number of uops \r
+in the loop is not divisible by three.\r
+<p>\r
+All uops stay in the reorder buffer (ROB) until they retire. The ROB can hold 40 uops. This \r
+sets a limit to the number of instructions that can execute during the long delay of a division \r
+or other slow operation. Before the division is finished the ROB will be filled up with \r
+executed uops waiting to retire. Only when the division is finished and retired can the \r
+subsequent uops begin to retire, because retirement takes place in order.\r
+<p>\r
+In case of speculative execution of predicted branches (see chapter <a href="#22">22</a>) the speculatively\r
+executed uops cannot retire until it is certain that the prediction was correct. If the prediction \r
+turns out to be wrong then the speculatively executed uops are discarded without \r
+retirement.\r
+<p>\r
+The following instructions cannot execute speculatively: memory writes,\r
+<kbd>IN, OUT</kbd>, and serializing instructions.\r
+<p>\r
+<h2><a name="19">19</a>. Partial stalls (PPro, PII and PIII)</h2>\r
+<h3><a name="19_1">19.1 Partial register stalls</a></h3><p>\r
+Partial register stall is a problem that occurs when you write to part of a 32\r
+bit register and later read from the whole register or a bigger part of it.\r
+Example:\r
+<pre>        MOV AL, BYTE PTR [M8]\r
+        MOV EBX, EAX            ; partial register stall</pre><p>\r
+This gives a delay of 5-6 clocks. The reason is that a temporary register has been assigned \r
+to <kbd>AL</kbd> (to make it independent of <kbd>AH</kbd>).\r
+The execution unit has to wait until the write to <kbd>AL</kbd> has\r
+retired before it is possible to combine the value from <kbd>AL</kbd> with the\r
+value of the rest of <kbd>EAX</kbd>.\r
+The stall can be avoided by changing to code to:\r
+<pre>        MOVZX EBX, BYTE PTR [MEM8]\r
+        AND EAX, 0FFFFFF00h\r
+        OR EBX, EAX</pre>\r
+<p>\r
+Of course you can also avoid the partial stalls by putting in other instructions after the write \r
+to the partial register so that it has time to retire before you read from the full register.\r
+<p>\r
+You should be aware of partial stalls whenever you mix different data sizes (8, 16, and 32\r
+bits):\r
+<pre>        MOV BH, 0\r
+        ADD BX, AX              ; stall\r
+        INC EBX                 ; stall</pre><p>\r
+\r
+You don't get a stall when reading a partial register after writing to the full register, or a \r
+bigger part of it:\r
+<pre>        MOV EAX, [MEM32]\r
+        ADD BL, AL              ; no stall\r
+        ADD BH, AH              ; no stall\r
+        MOV CX, AX              ; no stall\r
+        MOV DX, BX              ; stall</pre><p>\r
+\r
+The easiest way to avoid partial register stalls is to always use full registers\r
+and use <kbd>MOVZX</kbd> or <kbd>MOVSX</kbd> when reading from smaller memory\r
+operands. These instructions are fast on the\r
+PPro, PII and PIII, but slow on earlier processors. Therefore, a compromise is\r
+offered when you\r
+want your code to perform reasonably well on all processors. The replacement\r
+for <kbd>MOVZX EAX,BYTE PTR [M8]</kbd> looks like this:\r
+<pre>        XOR EAX, EAX\r
+        MOV AL, BYTE PTR [M8]</pre><p>\r
+\r
+The PPro, PII and PIII processors make a special case out of this combination\r
+to avoid a partial\r
+register stall when later reading from <kbd>EAX</kbd>.\r
+The trick is that a register is tagged as empty\r
+when it is <kbd>XOR</kbd>'ed with itself. The processor remembers that the upper 24 bits of\r
+<kbd>EAX</kbd> are zero, so that a partial stall can be avoided. This mechanism\r
+works only on certain combinations:\r
+<pre>        XOR EAX, EAX\r
+        MOV AL, 3\r
+        MOV EBX, EAX            ; no stall\r
+\r
+        XOR AH, AH\r
+        MOV AL, 3\r
+        MOV BX, AX              ; no stall\r
+\r
+        XOR EAX, EAX\r
+        MOV AH, 3\r
+        MOV EBX, EAX            ; stall\r
+\r
+        SUB EBX, EBX\r
+        MOV BL, DL\r
+        MOV ECX, EBX            ; no stall\r
+\r
+        MOV EBX, 0\r
+        MOV BL, DL\r
+        MOV ECX, EBX            ; stall\r
+\r
+        MOV BL, DL\r
+        XOR EBX, EBX            ; no stall</pre><p>\r
+\r
+Setting a register to zero by subtracting it from itself works the same as the\r
+<kbd>XOR</kbd>, but setting it to zero with the <kbd>MOV</kbd> instruction\r
+doesn't prevent the stall.\r
+<p>\r
+You can set the <kbd>XOR</kbd> outside a loop:\r
+<pre>        XOR EAX, EAX\r
+        MOV ECX, 100\r
+LL:     MOV AL, [ESI]\r
+        MOV [EDI], EAX          ; no stall\r
+        INC ESI\r
+        ADD EDI, 4\r
+        DEC ECX\r
+        JNZ LL</pre><p>\r
+The processor remembers that the upper 24 bits of <kbd>EAX</kbd> are zero as\r
+long as you don't get\r
+an interrupt, misprediction, or other serializing event.\r
+<p>\r
+You should remember to neutralize any partial register you have used before calling a\r
+subroutine that might push the full register:\r
+<pre>        ADD BL, AL\r
+        MOV [MEM8], BL\r
+        XOR EBX, EBX            ; neutralize BL\r
+        CALL _HighLevelFunction</pre><p>\r
+Most high level language procedures push <kbd>EBX</kbd> at the start of the\r
+procedure which would generate a partial register stall in the example above\r
+if you hadn't neutralized <kbd>BL</kbd>.\r
+<p>\r
+Setting a register to zero with the <kbd>XOR</kbd> method doesn't break its dependency on earlier\r
+instructions:\r
+<pre>        DIV EBX\r
+        MOV [MEM], EAX\r
+        MOV EAX, 0              ; break dependency\r
+        XOR EAX, EAX            ; prevent partial register stall\r
+        MOV AL, CL\r
+        ADD EBX, EAX</pre><p>\r
+Setting <kbd>EAX</kbd> to zero twice here seems redundant, but without\r
+the <kbd>MOV EAX,0</kbd> the last\r
+instructions would have to wait for the slow <kbd>DIV</kbd> to finish, and\r
+without <kbd>XOR EAX,EAX</kbd> you\r
+would have a partial register stall.\r
+<p>\r
+The <kbd>FNSTSW AX</kbd> instruction is special: in 32 bit mode it behaves as\r
+if writing to the entire <kbd>EAX</kbd>. In fact, it does something like this\r
+in 32 bit mode:<br>\r
+<kbd>    AND EAX,0FFFF0000h / FNSTSW TEMP / OR EAX,TEMP</kbd><br>\r
+hence, you don't get a partial register stall when reading <kbd>EAX</kbd>\r
+after this instruction in 32 bit mode:\r
+<pre>    FNSTSW AX / MOV EBX,EAX         ; stall only if 16 bit mode\r
+    MOV AX,0  / FNSTSW AX           ; stall only if 32 bit mode</pre>\r
+\r
+<p>\r
+<h3><a name="19_2">19.2 Partial flags stalls</a></h3><p>\r
+The flags register can also cause partial register stalls:\r
+<pre>        CMP EAX, EBX\r
+        INC ECX\r
+        JBE XX          ; partial flags stall</pre><p>\r
+The  <kbd>JBE</kbd>  instruction reads both the carry flag and the zero flag.\r
+Since the <kbd>INC</kbd> instruction\r
+changes the zero flag, but not the carry flag, the  <kbd>JBE</kbd>  instruction has to wait for the two\r
+preceding instructions to retire before it can combine the carry flag from the  <kbd>CMP</kbd> instruction\r
+and the zero flag from the  <kbd>INC</kbd>  instruction. This situation is likely to be a bug rather than an\r
+intended combination of flags. To correct it change  <kbd>INC ECX</kbd>  to  <kbd>ADD ECX,1</kbd>.\r
+  A similar\r
+bug that causes a partial flags stall is  <kbd>SAHF / JL XX</kbd>.  The  <kbd>JL</kbd>\r
+instruction tests the sign\r
+flag and the overflow flag, but  <kbd>SAHF</kbd>  doesn't change the overflow flag.\r
+To correct it, change\r
+<kbd>JL XX</kbd>   to  <kbd>JS XX</kbd>.\r
+<p>\r
+Unexpectedly (and contrary to what Intel manuals say) you also get a partial flags stall after \r
+an instruction that modifies some of the flag bits when reading only unmodified flag bits:\r
+<pre>        CMP EAX, EBX\r
+        INC ECX\r
+        JC  XX          ; partial flags stall</pre><p>\r
+but not when reading only modified bits:\r
+<pre>        CMP EAX, EBX\r
+        INC ECX\r
+        JE  XX          ; no stall</pre><p>\r
+\r
+Partial flags stalls are likely to occur on instructions that read many or\r
+all flags bits, i.e.  <kbd>LAHF, PUSHF, PUSHFD</kbd>.  The following instructions cause\r
+partial flags stalls when followed by  <kbd>LAHF</kbd>  or  <kbd>PUSHF(D)</kbd>:\r
+<kbd>INC, DEC, TEST</kbd>,  bit tests, bit scan,  <kbd>CLC, STC, CMC, CLD, STD, CLI, STI, MUL,\r
+IMUL</kbd>,  and all shifts and rotates.\r
+The following instructions do not cause partial flags stalls:\r
+<kbd>AND, OR, XOR, ADD, ADC, SUB, SBB, CMP, NEG</kbd>.\r
+It is strange that  <kbd>TEST</kbd>  and  <kbd>AND</kbd>  behave differently while, by definition, they\r
+do exactly the same thing to the flags. You may use a  <kbd>SETcc</kbd>\r
+  instruction instead of  <kbd>LAHF</kbd>\r
+or  <kbd>PUSHF(D)</kbd>  for storing the value of a flag in order to avoid a stall.\r
+<p>\r
+Examples:\r
+<pre>    INC EAX   / PUSHFD      ; stall\r
+    ADD EAX,1 / PUSHFD      ; no stall\r
+\r
+    SHR EAX,1 / PUSHFD      ; stall\r
+    SHR EAX,1 / OR EAX,EAX / PUSHFD   ; no stall\r
+\r
+    TEST EBX,EBX / LAHF     ; stall\r
+    AND  EBX,EBX / LAHF     ; no stall\r
+    TEST EBX,EBX / SETZ AL  ; no stall\r
+\r
+    CLC / SETZ AL           ; stall\r
+    CLD / SETZ AL           ; no stall</pre><p>\r
+The penalty for partial flags stalls is approximately 4 clocks.\r
+<p>\r
+\r
+<h3><a name="19_3">19.3 Flags stalls after shifts and rotates</a></h3><p>\r
+You can get a stall resembling the partial flags stall when reading any flag\r
+bit after a shift or rotate, except for shifts and rotates by one (short form):\r
+<pre>    SHR EAX,1 / JZ XX                ; no stall\r
+    SHR EAX,2 / JZ XX                ; stall\r
+    SHR EAX,2 / OR EAX,EAX / JZ XX   ; no stall\r
+\r
+    SHR EAX,5 / JC XX                ; stall\r
+    SHR EAX,4 / SHR EAX,1 / JC XX    ; no stall\r
+\r
+    SHR EAX,CL / JZ XX               ; stall, even if CL = 1\r
+    SHRD EAX,EBX,1 / JZ XX           ; stall\r
+    ROL EBX,8 / JC XX                ; stall</pre><p>\r
+\r
+The penalty for these stalls is approximately 4 clocks.\r
+<p>\r
+\r
+<h3><a name="19_4">19.4 Partial memory stalls</a></h3><p>\r
+A partial memory stall is somewhat analogous to a partial register stall. It occurs when you \r
+mix data sizes for the same memory address:\r
+<pre>        MOV BYTE PTR [ESI], AL\r
+        MOV EBX, DWORD PTR [ESI]        ; partial memory stall</pre><p>\r
+Here you get a stall because the processor has to combine the byte written from AL with the \r
+next three bytes, which were in memory before, to get the four bytes needed for\r
+reading into <kbd>EBX</kbd>. The penalty is approximately 7-8 clocks.\r
+<p>\r
+Unlike the partial register stalls, you also get a partial memory stall when you write a bigger \r
+operand to memory and then read part of it, if the smaller part doesn't start at the same\r
+address:\r
+<pre>        MOV DWORD PTR [ESI], EAX\r
+        MOV BL, BYTE PTR [ESI]          ; no stall\r
+        MOV BH, BYTE PTR [ESI+1]        ; stall</pre><p>\r
+You can avoid this stall by changing the last line to <kbd>MOV BH,AH</kbd>,\r
+but such a solution is not \r
+possible in a situation like this:\r
+<pre>        FISTP QWORD PTR [EDI]\r
+        MOV EAX, DWORD PTR [EDI]\r
+        MOV EDX, DWORD PTR [EDI+4]      ; stall</pre><p>\r
+\r
+Interestingly, you can also get a partial memory stall when writing and reading completely \r
+different addresses if they happen to have the same set-value in different cache banks:\r
+<pre>        MOV BYTE PTR [ESI], AL\r
+        MOV EBX, DWORD PTR [ESI+4092]   ; no stall\r
+        MOV ECX, DWORD PTR [ESI+4096]   ; stall</pre>\r
+<p>\r
+<h2><a name="20">20</a>. Dependency chains (PPro, PII and PIII)</h2><p>\r
+A series of instructions where each instruction depends on the result of the preceding one\r
+is called a dependency chain. Long dependency chains should be avoided, if possible,\r
+because they prevent out-of-order and parallel execution.\r
+<p>\r
+Example:\r
+<pre>   MOV EAX, [MEM1]\r
+   ADD EAX, [MEM2]\r
+   ADD EAX, [MEM3]\r
+   ADD EAX, [MEM4]\r
+   MOV [MEM5], EAX</pre><p>\r
+In this eaxmple, the <kbd>ADD</kbd> instructions generate 2 uops each, one for reading from memory \r
+(port 2), and one for adding (port 0 or 1). The read uops can execute out or order, while the \r
+add uops must wait for the previous uops to finish. This dependency chain does not take \r
+very long to execute, because each addition adds only 1 clock to the execution time. But if \r
+you have slow instructions like multiplications, or even worse: divisions, then you should \r
+definitely do something to break the dependency chain. The way to do this is to use multiple\r
+accumulators:\r
+<pre>   MOV EAX, [MEM1]         ; start first chain\r
+   MOV EBX, [MEM2]         ; start other chain in different accumulator\r
+   IMUL EAX, [MEM3]\r
+   IMUL EBX, [MEM4]\r
+   IMUL EAX, EBX           ; join chains in the end\r
+   MOV [MEM5], EAX</pre><p>\r
+Here, the second <kbd>IMUL</kbd> instruction can start before the first one is finished.\r
+Since the <kbd>IMUL</kbd> instruction has a delay of 4 clocks and is fully pipelined, you\r
+may have up to 4 accumulators.\r
+<p>\r
+Division is not pipelined so you cannot do the same with chained divisions,\r
+but you can of course multiply all the divisors and do only one division in\r
+the end.\r
+<p>\r
+Floating point instructions have a longer delay than integer instructions, so\r
+you should definitely break up long dependency chains with floating point\r
+instructions:\r
+<pre>   FLD [MEM1]         ; start first chain\r
+   FLD [MEM2]         ; start second chain in different accumulator\r
+   FADD [MEM3]\r
+   FXCH\r
+   FADD [MEM4]\r
+   FXCH\r
+   FADD [MEM5]\r
+   FADD               ; join chains in the end\r
+   FSTP [MEM6]</pre><p>\r
+You need a lot of <kbd>FXCH</kbd> instructions for this, but don't worry: they\r
+are cheap. <kbd>FXCH</kbd>\r
+instructions are resolved in the RAT by register renaming so they don't\r
+put any load on the execution ports. An <kbd>FXCH</kbd> does count as 1 uop in the RAT,\r
+ROB, and retirement station, though.\r
+<p>\r
+If the dependency chain is long you may need three accumulators:\r
+<pre>        FLD [MEM1]              ; start first chain\r
+        FLD [MEM2]              ; start second chain\r
+        FLD [MEM3]              ; start third chain\r
+        FADD [MEM4]             ; third chain\r
+        FXCH ST(1)\r
+        FADD [MEM5]             ; second chain\r
+        FXCH ST(2)\r
+        FADD [MEM6]             ; first chain\r
+        FXCH ST(1)\r
+        FADD [MEM7]             ; third chain\r
+        FXCH ST(2)\r
+        FADD [MEM8]             ; second chain\r
+        FXCH ST(1)\r
+        FADD                    ; join first and third chain\r
+        FADD                    ; join with second chain\r
+        FSTP [MEM9]</pre><p>\r
+\r
+Avoid storing intermediate data in memory and read them immediately afterwards:\r
+<pre>        MOV [TEMP], EAX\r
+        MOV EBX, [TEMP]</pre><p>\r
+There is a penalty for attempting to read from a memory address before a previous write to \r
+that address is finished. In the example above, change the last instruction to\r
+<kbd>MOV EBX,EAX</kbd>  \r
+or put some other instructions in between.\r
+<p>\r
+There is one situation where you cannot avoid storing intermediate data in memory, and \r
+that is when transferring data from an integer register to a floating point register, or vice\r
+versa. For example:\r
+<pre>        MOV EAX, [MEM1]\r
+        ADD EAX, [MEM2]\r
+        MOV [TEMP], EAX\r
+        FILD [TEMP]</pre><p>\r
+If you don't have anything to put in between the write to <kbd>TEMP</kbd> and the\r
+read from <kbd>TEMP</kbd>, then\r
+you may consider using a floating point register instead of <kbd>EAX</kbd>:\r
+<pre>        FILD [MEM1]\r
+        FIADD [MEM2]</pre><p>\r
+\r
+Consecutive jumps, calls, or returns may also be considered dependency chains. The \r
+throughput for these instructions is one jump per two clock cycles. It is therefore \r
+recommended that you give the microprocessor something else to do between the jumps.\r
+<p>\r
+<h2><a name="21">21</a>. Searching for bottlenecks (PPro, PII and PIII)</h2><p>\r
+When optimizing code for these processors, it is important to analyze where the\r
+bottlenecks are. Spending time on optimizing away one bottleneck doesn't make sense if \r
+there is another bottleneck which is narrower. \r
+<p>\r
+If you expect code cache misses then you should restructure your code to keep the most \r
+used parts of code together.\r
+<p>\r
+If you expect many data cache misses then forget about everything else and concentrate \r
+on how to restructure your data to reduce the number of cache misses (chapter <a href="#7">7</a>), and\r
+avoid long dependency chains after a data read cache miss (chapter <a href="#20">20</a>).\r
+<p>\r
+If you have many divisions then try to reduce them (chapter <a href="#27_2">27.2</a>) and make sure the \r
+processor has something else to do during the divisions.\r
+<p>\r
+Dependency chains tend to hamper out-of-order execution (chapter <a href="#20">20</a>). Try to break long \r
+dependency chains, especially if they contain slow instructions such as multiplication, \r
+division, and floating point instructions.\r
+<p>\r
+If you have many jumps, calls, or returns, and especially if the jumps are poorly predictable, \r
+then try if some of them can be avoided. Replace conditional jumps with conditional moves\r
+if possible, and replace small procedures with macros (chapter <a href="#22_3">22.3</a>).\r
+<p>\r
+If you are mixing different data sizes (8, 16, and 32 bit integers) then look out for partial \r
+stalls. If you use <kbd>PUSHF</kbd> or <kbd>LAHF</kbd> instructions then look out for partial flags stalls. Avoid \r
+testing flags after shifts or rotates by more than 1 (chapter <a href="#19">19</a>).\r
+<p>\r
+If you aim at a throughput of 3 uops per clock cycle then be aware of possible delays in \r
+instruction fetch and decoding (chapter and <a href="#14">14</a> and <a href="#15">15</a>), especially in small loops.\r
+<p>\r
+The limit of two permanent register reads per clock cycle may reduce your throughput to \r
+less than 3 uops per clock cycle (chapter <a href="#16_2">16.2</a>). This is likely to happen if you often read \r
+registers more than 4 clock cycles after they last were modified. This may, for example, \r
+happen if you often use pointers for addressing your data but seldom modify the pointers.\r
+<p>\r
+A throughput of 3 uops per clock requires that no execution port gets more than one third of \r
+the uops (chapter <a href="#17">17</a>).\r
+<p>\r
+The retirement station can handle 3 uops per clock, but may be slightly less effective for \r
+taken jumps (chapter <a href="#18">18</a>).\r
+\r
+<p>\r
+<h2><a name="22">22</a>. Jumps and branches (all processors)</h2><p>\r
+The Pentium family of processors attempt to predict where a jump will go to, and whether a\r
+conditional jump will be taken or fall through. If the prediction is correct, then it can save a \r
+considerable amount of time by loading the subsequent instructions into the pipeline and \r
+start decoding them before the jump is executed. If the prediction turns out to be wrong, \r
+then the pipeline has to be flushed, which will cost a penalty depending on the length of the\r
+pipeline.\r
+<p>\r
+The predictions are based on a Branch Target Buffer (BTB) which stores the history for \r
+each branch or jump instruction and makes predictions based on the prior history of \r
+executions of each instruction. The BTB is organized like a set-associative cache where\r
+new entries are allocated according to a pseudo-random replacement method.\r
+<p>\r
+When optimizing code, it is important to minimize the number of misprediction penalties. \r
+This requires a good understanding of how the jump prediction works.\r
+<p>\r
+The branch prediction mechanisms are not described adequately in Intel manuals or \r
+anywhere else. I am therefore giving a very detailed description here. This information is \r
+based on my own research (with the help of Karki Jitendra Bahadur for the PPlain).\r
+<p>\r
+In the following, I will use the term 'control transfer instruction' for any instruction which can \r
+change the instruction pointer, including conditional and unconditional, direct and indirect,\r
+near and far, jumps, calls, and returns. All these instructions use prediction.\r
+<p>\r
+\r
+<h3><a name="22_1">22.1 Branch prediction in PPlain</a></h3><p>\r
+The branch prediction mechanism for the PPlain is very different from the other three\r
+processors. Information found in Intel documents and elsewhere on this subject is directly \r
+misleading, and following the advises given is such documents is likely to lead to\r
+sub-optimal code.\r
+<p>\r
+The PPlain has a branch target buffer (BTB), which can hold information for up to 256 jump \r
+instructions. The BTB is organized like a 4-way set-associative cache with 64 entries per \r
+way. This means that the BTB can hold no more than 4 entries with the same set value.\r
+Unlike the data cache, the BTB uses a pseudo random replacement algorithm, which \r
+means that a new entry will not necessarily displace the least recently used entry of the\r
+same set-value. How the set-value is calculated will be explained later. Each BTB entry \r
+stores the address of the jump target and a prediction state, which can have four different \r
+values:\r
+<p>\r
+state 0:  "strongly not taken" <br>\r
+state 1:  "weakly not taken"   <br>\r
+state 2:  "weakly taken"           <br>\r
+state 3:  "strongly taken"<p>\r
+\r
+A branch instruction is predicted to jump when in state 2 or 3, and to fall through when in \r
+state 0 or 1. The state transition works like a two-bit counter, so that the state is \r
+incremented when the branch is taken, and decremented when it falls through. The counter \r
+saturates, rather than wrap around, so that it does not decrement beyond 0 or increment\r
+beyond 3. Ideally, this would provide a reasonably good prediction, because a branch \r
+instruction would have to deviate twice from what it does most of the time, before the \r
+prediction changes.\r
+<p>\r
+However, this mechanism has been compromised by the fact that state 0 also means \r
+'unused BTB entry'. So a BTB entry in state 0 is the same as no BTB entry. This makes \r
+sense, because a branch instruction is predicted to fall through if it has no BTB entry. This \r
+improves the utilization of the BTB, because a branch instruction which is seldom taken will \r
+most of the time not take up any BTB entry.\r
+<p>\r
+Now, if a jumping instruction has no BTB entry, then a new BTB entry will be generated, \r
+and this new entry will always be set to state 3. This means that it is impossible to go from\r
+state 0 to state 1 (except for a very special case discussed later). From state 0 you can only \r
+go to state 3, if the branch is taken. If the branch falls through, then it will stay out of the \r
+BTB.\r
+<p>\r
+This is a serious design flaw. By throwing state 0 entries out of the BTB and always setting \r
+new entries to state 3, the designers apparently have given priority to minimizing the first \r
+time penalty for unconditional jumps and branches often taken, and ignored that this\r
+seriously compromises the basic idea behind the mechanism and reduces the performance \r
+in small innermost loops. The consequence of this flaw is, that a branch instruction which \r
+falls through most of the time will have up to three times as many mispredictions as a\r
+branch instruction which is taken most of the time. (Apparently, Intel engineers\r
+have been unaware of this flaw until I published my findings).\r
+<p>\r
+You may take this asymmetry into account by organizing your branches so that they are \r
+taken more often than not. Consider for example this if-then-else construction:\r
+<pre>        TEST EAX,EAX\r
+        JZ   A\r
+        &lt;branch 1&gt;\r
+        JMP  E\r
+A:      &lt;branch 2&gt;\r
+E:</pre>\r
+<p>\r
+If branch 1 is executed more often than branch 2, and branch 2 is seldom executed twice in \r
+succession, then you can reduce the number of branch mispredictions by up to a factor 3 \r
+by swapping the two branches so that the branch instruction will jump more often than fall \r
+through:\r
+<pre>        TEST EAX,EAX\r
+        JNZ  A\r
+        &lt;branch 2&gt;\r
+        JMP  E\r
+A:      &lt;branch 1&gt;\r
+E:</pre><p>\r
+\r
+(This is contrary to the recommendations in Intel's manuals and tutorials).\r
+<p>\r
+There may be reasons to put the most often executed branch first, however:\r
+<ol>\r
+<li>Putting seldom executed branches away in the bottom of your code can improve code\r
+cache utilization.\r
+<li>A branch instruction seldom taken will stay out of the BTB most of the time, possibly\r
+improving BTB utilization.\r
+<li>The branch instruction will be predicted as not taken if it has been flushed out of the\r
+BTB by other branch instructions.\r
+<li>The asymmetry in branch prediction only exists on the PPlain.\r
+</ol>\r
+<p>\r
+These considerations have little weight, however, for small critical loops, so I would still\r
+recommend organizing branches with a skewed distribution so that the branch instruction is\r
+taken more often than not, unless branch 2 is executed so seldom, that misprediction \r
+doesn't matter.\r
+<p>\r
+Likewise, you should preferably organize loops with the testing branch instruction at the \r
+bottom, as in this example:\r
+<pre>        MOV ECX, [N]\r
+L:      MOV [EDI],EAX\r
+        ADD EDI,4\r
+        DEC ECX\r
+        JNZ L</pre><p>\r
+If N is high, then the JNZ instruction here will be taken more often than not, and never fall\r
+through twice in succession.\r
+<p>\r
+Consider the situation where a branch is taken every second time. The first time it jumps \r
+the BTB entry will go into state 3, and will then alternate between state 2 and 3. It is \r
+predicted to jump all the time, which gives 50% mispredictions. <a name="worstpred">Assume now that it deviates\r
+from this regular pattern and falls through an extra time</a>. The jump pattern is:<pre>\r
+01010100101010101010101, where 0 means nojump, and 1 means jump.\r
+       ^</pre>\r
+The extra nojump is indicated with a <kbd>^</kbd> above. After this incident, the BTB entry will alternate \r
+between state 1 and 2, which gives 100% mispredictions. It will continue in this unfortunate \r
+mode until there is another deviation from the 0101 pattern. This is the worst case for this \r
+branch prediction mechanism.\r
+<p>\r
+<h4>22.1.2 BTB is looking ahead (PPlain)</h4>\r
+The BTB mechanism is counting instruction pairs, rather than single instructions, so you\r
+have to know how instructions are pairing in order to analyze where a BTB entry is stored. \r
+The BTB entry for any control instruction is attached to the address of the U-pipe \r
+instruction in the preceding instruction pair. (An unpaired instruction counts as one pair).\r
+Example:\r
+<pre>    SHR EAX,1\r
+    MOV EBX,[ESI]\r
+    CMP EAX,EBX\r
+    JB  L</pre><p>\r
+Here <kbd>SHR</kbd> pairs with <kbd>MOV</kbd>, and <kbd>CMP</kbd> pairs with\r
+<kbd>JB</kbd>. The BTB entry for <kbd>JB L</kbd> is thus\r
+attached to the address of the <kbd>SHR EAX,1</kbd> instruction. When this BTB entry is met, and if it\r
+is in state 2 or 3, then the Pentium will read the target address from the BTB entry, and load \r
+the instructions following L into the pipeline. This happens before the branch instruction has \r
+been decoded, so the Pentium relies solely on the information in the BTB when doing this.\r
+<p>\r
+You may remember, that instructions are seldom pairing the first time they are executed \r
+(see chapter <a href="#8">8</a>). If the instructions above are not pairing, then the BTB entry should be \r
+attached to the address of the <kbd>CMP</kbd> instruction, and this entry would be wrong on the next \r
+execution, when instructions are pairing. However, in most cases the PPlain is smart \r
+enough to not make a BTB entry when there is an unused pairing opportunity, so you don't \r
+get a BTB entry until the second execution, and hence you won't get a prediction until the \r
+third execution. (In the rare case, where every second instruction is a single-byte \r
+instruction, you may get a BTB entry on the first execution which becomes invalid in the \r
+second execution, but since the instruction it is attached to will then go to the V-pipe, it is \r
+ignored and gives no penalty. A BTB entry is only read if it is attached to the address of a\r
+U-pipe instruction).\r
+<p>\r
+A BTB entry is identified by its set-value which is equal to bits 0-5 of the address it is \r
+attached to. Bits 6-31 are then stored in the BTB as a tag. Addresses which are spaced a \r
+multiple of 64 bytes apart will have the same set-value. You can have no more than four \r
+BTB entries with the same set-value. If you want to check whether your jump instructions \r
+contend for the same BTB entries, then you have to compare bits 0-5 of the addresses of \r
+the U-pipe instructions in the preceding instruction pairs. This is very tedious, and I have \r
+never heard of anybody doing so. There are no tools available to do this job for you.\r
+<p>\r
+<h4>22.1.3 Consecutive branches (PPlain)</h4><p>\r
+When a jump is mispredicted, then the pipeline gets flushed. If the next instruction pair \r
+executed also contains a control transfer instruction, then the PPlain won't load its target \r
+because it cannot load a new target while the pipeline is being flushed. The result is that the \r
+second jump instruction is predicted to fall through regardless of the state of its BTB entry. \r
+Therefore, if the second jump is also taken, then you will get another penalty. The state of \r
+the BTB entry for the second jump instruction does get correctly updated, though. If you \r
+have a long chain of control transfer instructions, and the first jump in the chain is \r
+mispredicted, then the pipeline will get flushed all the time, and you will get nothing but \r
+mispredictions until you meet an instruction pair which does not jump. The most extreme \r
+case of this is a loop which jumps to itself: It will get a misprediction penalty for each \r
+iteration.\r
+<p>\r
+This is not the only problem with consecutive control transfer instructions. Another problem \r
+is that you can have another branch instruction between a BTB entry and the control\r
+transfer instruction it belongs to. If the first branch instruction jumps to somewhere else, \r
+then strange things may happen. Consider this example:\r
+<pre>        SHR EAX,1\r
+        MOV EBX,[ESI]\r
+        CMP EAX,EBX\r
+        JB  L1\r
+        JMP L2\r
+\r
+L1:     MOV EAX,EBX\r
+        INC EBX</pre><p>\r
+\r
+When <kbd>JB L1</kbd> falls through, then you will get a BTB entry for\r
+<kbd>JMP L2</kbd> attached to the\r
+address of <kbd>CMP EAX,EBX</kbd>. But what will happen when <kbd>JB L1</kbd>\r
+later is taken?  At the time\r
+when the BTB entry for <kbd>JMP L2</kbd> is read, the processor doesn't know that the next\r
+instruction pair does not contain a jump instruction, so it will actually predict the instruction\r
+pair <kbd>MOV EAX,EBX / INC EBX</kbd> to jump to <kbd>L2</kbd>.\r
+The penalty for predicting non-jump\r
+instructions to jump is 3 clock cycles. The BTB entry for <kbd>JMP L2</kbd> will get its state\r
+decremented, because it is applied to something which doesn't jump.  If we keep going to\r
+<kbd>L1</kbd>, then the BTB entry for <kbd>JMP L2</kbd> will be decremented to state 1 and 0, so that the\r
+problem will disappear until next time <kbd>JMP L2</kbd> is executed.\r
+<p>\r
+The penalty for predicting the non-jumping instructions to jump only occurs when the jump \r
+to <kbd>L1</kbd> is predicted. In the case that <kbd>JB L1</kbd> is mispredictedly\r
+jumping, then the pipeline gets\r
+flushed and we won't get the false <kbd>L2</kbd> target loaded, so in this case we will not see the\r
+penalty of predicting the non-jumping instructions to jump, but we do get the BTB entry for\r
+<kbd>JMP L2</kbd> decremented.\r
+<p>\r
+Suppose, now, that we replace the <kbd>INC EBX</kbd> instruction above with another jump\r
+instruction.  This third jump instruction will then use the same BTB entry as\r
+<kbd>JMP L2</kbd> with \r
+the possible penalty of predicting a wrong target, (unless it happens to also\r
+have <kbd>L2</kbd> as target).\r
+<p>\r
+To summarize, consecutive jumps can lead to the following problems:\r
+<ul>\r
+<li>failure to load a jump target when the pipeline is being flushed by a preceding\r
+mispredicted jump.\r
+<li>a BTB entry being mis-applied to non-jumping instructions and predicting them to jump.\r
+<li>a second consequence of the above is that a mis-applied BTB entry will get its state\r
+decremented, possibly leading to a later misprediction of the jump it belongs to. Even\r
+unconditional jumps can be predicted to fall through for this reason.\r
+<li>two jump instructions may share the same BTB entry, leading to the prediction of a\r
+wrong target.\r
+</ul>\r
+<p>\r
+\r
+All this mess may give you a lot of penalties, so you should definitely avoid having an \r
+instruction pair containing a jump immediately after another poorly predictable control \r
+transfer instruction or its target.\r
+<p>\r
+It is time for another illustrative example:\r
+<pre>        CALL P\r
+        TEST EAX,EAX\r
+        JZ   L2\r
+L1:     MOV  [EDI],EBX\r
+        ADD  EDI,4\r
+        DEC  EAX\r
+        JNZ  L1\r
+L2:     CALL P</pre><p>\r
+\r
+This looks like a quite nice and normal piece of code: A function call, a loop which is \r
+bypassed when the count is zero, and another function call. How many problems can you \r
+spot in this program?\r
+<p>\r
+First, we may note that the function <kbd>P</kbd> is called alternatingly from two different locations.\r
+This means that the target for the return from <kbd>P</kbd> will be changing all the time. Consequently,\r
+the return from <kbd>P</kbd> will always be mispredicted.\r
+<p>\r
+Assume, now, that <kbd>EAX</kbd> is zero. The jump to <kbd>L2</kbd> will not have its target loaded because the\r
+mispredicted return caused a pipeline flush. Next, the second <kbd>CALL P</kbd> will also fail to have\r
+its target loaded because <kbd>JZ L2</kbd> caused a pipeline flush. Here we have the situation where\r
+a chain of consecutive jumps makes the pipeline flush repeatedly because the first jump\r
+was mispredicted. The BTB entry for <kbd>JZ L2</kbd> is stored at the address of <kbd>P</kbd>'s return\r
+instruction. This BTB entry will now be mis-applied to whatever comes after the second\r
+<kbd>CALL P</kbd>,  but that doesn't give a penalty because the pipeline is flushed by the mispredicted \r
+second return.\r
+<p>\r
+Now, let's see what happens if <kbd>EAX</kbd> has a nonzero value the next time:\r
+<kbd>JZ L2</kbd> is always\r
+predicted to fall through because of the flush. The second <kbd>CALL P</kbd>\r
+has a BTB entry at the\r
+address of <kbd>TEST EAX,EAX</kbd>. This entry will be mis-applied to the\r
+<kbd>MOV/ADD</kbd> pair, predicting\r
+it to jump to <kbd>P</kbd>. This causes a flush which prevents <kbd>JNZ L1</kbd>\r
+from loading its target. If we\r
+have been here before, then the second <kbd>CALL P</kbd> will have another BTB entry at the\r
+address of <kbd>DEC EAX</kbd>. On the second and third iteration of the loop, this entry will also be\r
+mis-applied to the <kbd>MOV/ADD</kbd> pair, until it has had its state decremented to 1 or 0. This will\r
+not cause a penalty on the second iteration because the flush from <kbd>JNZ L1</kbd> prevents it\r
+from loading its false target, but on the third iteration it will. The subsequent iterations of the\r
+loop have no penalties, but when it exits, <kbd>JNZ L1</kbd> is mispredicted. The flush would now\r
+prevent <kbd>CALL P</kbd> from loading its target, were it not for the fact that the BTB entry for\r
+<kbd>CALL P</kbd> has already been destroyed by being mis-applied several times.\r
+<p>\r
+We can improve this code by putting in some <kbd>NOP</kbd>'s to separate all consecutive jumps:\r
+<pre>        CALL P\r
+        TEST EAX,EAX\r
+        NOP\r
+        JZ   L2\r
+L1:     MOV  [EDI],EBX\r
+        ADD  EDI,4\r
+        DEC  EAX\r
+        JNZ  L1\r
+L2:     NOP\r
+        NOP\r
+        CALL P</pre><p>\r
+The extra <kbd>NOP</kbd>'s cost 2 clock cycles, but they save much more.\r
+Furthermore, <kbd>JZ L2</kbd> is now\r
+moved to the U-pipe which reduces its penalty from 4 to 3 when mispredicted. The only\r
+problem that remains is that the returns from <kbd>P</kbd> are always mispredicted. This problem can\r
+only be solved by replacing the call to <kbd>P</kbd> by an inline macro (if you have enough code\r
+cache).\r
+<p>\r
+The lesson to learn from this example is that you should always look carefully for\r
+consecutive jumps and see if you can save time by inserting some <kbd>NOP</kbd>'s. You should be\r
+particularly aware of those situations where misprediction is unavoidable, such as loop exits\r
+and returns from procedures which are called from varying locations. If you have something\r
+useful to put in, instead of the <kbd>NOP</kbd>'s, then you should of course do so.\r
+<p>\r
+Multiway branches (case statements) may be implemented either as a tree of branch \r
+instructions or as a list of jump addresses. If you choose to use a tree of branch\r
+instructions, then you have to include some <kbd>NOP</kbd>'s or other instructions to separate the\r
+consecutive branches. A list of jump addresses may therefore be a better solution on the\r
+PPlain. The list of jump addresses should be placed in the data segment. Never put data in\r
+the code segment!\r
+<p>\r
+<h4>22.1.4 Tight loops (PPlain)</h4><p>\r
+In a small loop you will often access the same BTB entry repeatedly with small intervals.\r
+This never causes a stall. Rather than waiting for a BTB entry to be updated, the PPlain\r
+somehow bypasses the pipeline and gets the resulting state from the last jump before it has\r
+been written to the BTB. This mechanism is almost transparent to the user, but it does in\r
+some cases have funny effects: You can see a branch prediction going from state 0 to state\r
+1, rather than to state 3, if the zero has not yet been written to the BTB. This happens if the\r
+loop has no more than four instruction pairs. In loops with only two instruction pairs you\r
+may sometimes have state 0 for two consecutive iterations without going out of the BTB. In\r
+such small loops it also happens in rare cases that the prediction uses the state resulting\r
+from two iterations ago, rather than from the last iteration. These funny effects will usually\r
+not have any negative effects on performance.\r
+<p>\r
+<h3><a name="22_2">22.2 Branch prediction in PMMX, PPro, PII and PIII</a></h3>\r
+<h4>22.2.1 BTB organization (PMMX, PPro, PII and PIII)</h4><p>\r
+The branch target buffer (BTB) of the PMMX has 256 entries organized as 16 ways * 16 \r
+sets. Each entry is identified by bits 2-31 of the address of the last byte of the control \r
+transfer instruction it belongs to. Bits 2-5 define the set, and bits 6-31 are stored in the BTB \r
+as a tag. Control transfer instructions which are spaced 64 bytes apart have the\r
+same set-value and may therefore occasionally push each other out of the BTB. Since there are 16 \r
+ways per set, this won't happen too often.\r
+<p>\r
+The branch target buffer (BTB) of the PPro, PII and PIII has 512 entries organized as 16 ways *\r
+32 sets. Each entry is identified by bits 4-31 of the address of the last byte of the control \r
+transfer instruction it belongs to. Bits 4-8 define the set, and all bits are stored in the BTB as \r
+a tag. Control transfer instructions which are spaced 512 bytes apart have the\r
+same set-value and may therefore occasionally push each other out of the BTB. Since there are 16 \r
+ways per set, this won't happen too often.\r
+<p>\r
+The PPro, PII and PIII allocate a BTB entry to any control transfer instruction the first time it is\r
+executed. The PMMX allocates it the first time it jumps. A branch instruction which never \r
+jumps will stay out of the BTB on the PMMX. As soon as it has jumped once, it will stay in \r
+the BTB, even if it never jumps again.\r
+<p>\r
+An entry may be pushed out of the BTB when another control transfer instruction with the \r
+same set-value needs a BTB entry.\r
+<p>\r
+<h4>22.2.2 Misprediction penalty (PMMX, PPro, PII and PIII)</h4><p>\r
+In the PMMX, the penalty for misprediction of a conditional jump is 4 clocks in the U-pipe,\r
+and 5 clocks if it is executed in the V-pipe. For all other control transfer instructions it is 4 \r
+clocks.\r
+<p>\r
+In the PPro, PII and PIII, the misprediction penalty is very high due to the long pipeline. A\r
+misprediction usually costs between 10 and 20 clock cycles. It is therefore very important to \r
+be aware of poorly predictable branches when running on PPro, PII and PIII.\r
+<p>\r
+<h4>22.2.3 Pattern recognition for conditional jumps (PMMX, PPro, PII and PIII)</h4><p>\r
+These processors have an advanced pattern recognition mechanism which will correctly \r
+predict a branch instruction which, for example, is taken every fourth time and falls through \r
+the other three times. In fact, they can predict any repetitive pattern of jumps and nojumps \r
+with a period of up to five, and many patterns with higher periods.\r
+<p>\r
+The mechanism is a so-called "two-level adaptive branch prediction scheme", invented by \r
+T.-Y. Yeh and Y. N. Patt. It is based on the same kind of two-bit counters as described \r
+above for the PPlain (but without the assymmetry flaw). The counter is incremented when \r
+the jump is taken and decremented when not taken. There is no wrap-around when \r
+counting up from 3 or down from 0. A branch instruction is predicted to be taken when the \r
+corresponding counter is in state 2 or 3, and to fall through when in state 0 or 1. An \r
+impressive improvement is now obtained by having sixteen such counters for each BTB \r
+entry. It selects one of these sixteen counters based on the history of the branch instruction \r
+for the last four executions. If, for example, the branch instruction jumps once and then falls \r
+through three times, then you have the history bits 1000 (1=jump, 0=nojump). This will \r
+make it use counter number 8 (1000 binary = 8) for predicting the next time and update \r
+counter 8 afterwards.\r
+<p>\r
+If the sequence 1000 is always followed by a 1, then counter number 8 will soon end up in\r
+its highest state (state 3) so that it will always predict a 1000 sequence to be followed by a \r
+1. It will take two deviations from this pattern to change the prediction. The repetitive pattern \r
+100010001000 will have counter 8 in state 3, and counter 1, 2 and 4 in state 0. The other \r
+twelve counters will be unused.\r
+<p>\r
+<h4>22.2.4 Perfectly predicted patterns (PMMX, PPro, PII and PIII)</h4><p>\r
+A repetitive branch pattern is predicted perfectly by this mechanism if\r
+every 4-bit sub-sequence in the period is unique.\r
+Below is a list of repetitive branch patterns which are predicted perfectly:<p>\r
+<table border=1 cellpadding=1 cellspacing=1>\r
+<tr><td class="a3">&nbsp;period&nbsp;</td>\r
+<td class="a3">&nbsp;perfectly predicted patterns&nbsp;</td></tr>\r
+<tr><td>1-5</td><td>all</td></tr>\r
+<tr><td>6</td><td>000011, 000101, 000111, 001011</td></tr>\r
+<tr><td>7</td><td>0000101, 0000111, 0001011</td></tr>\r
+<tr><td>8</td><td>00001011, 00001111, 00010011, 00010111, 00101101</td></tr>\r
+<tr><td>9</td><td>000010011, 000010111, 000100111, 000101101</td></tr>\r
+<tr><td>10</td><td>0000100111, 0000101101, 0000101111, 0000110111, 0001010011, 0001011101</td></tr>\r
+<tr><td>11</td><td>00001001111, 00001010011, 00001011101, 00010100111</td></tr>\r
+<tr><td>12</td><td>000010100111, 000010111101, 000011010111, 000100110111, 000100111011</td></tr>\r
+<tr><td>13</td><td>0000100110111, 0000100111011, 0000101001111</td></tr>\r
+<tr><td>14</td><td>00001001101111, 00001001111011, 00010011010111, 00010011101011, 00010110011101, 00010110100111</td></tr>\r
+<tr><td>15</td><td>000010011010111, 000010011101011, 000010100110111,\r
+000010100111011, 000010110011101, 000010110100111,\r
+000010111010011, 000011010010111</td></tr>\r
+<tr><td>16</td><td>0000100110101111, 0000100111101011, 0000101100111101,\r
+0000101101001111</td></tr>\r
+</table>\r
+<p>When reading this table, you should be aware that if a pattern is predicted correctly than the\r
+same pattern reversed (read backwards) is also predicted correctly, as well as the same\r
+pattern with all bits inverted. Example:\r
+In the table we find the pattern: 0001011.\r
+Reversing this pattern gives: 1101000.\r
+Inverting all bits gives: 1110100.\r
+Both reversing and inverting: 0010111.\r
+These four patterns are all recognizable. Rotating the pattern one place to the left gives: \r
+0010110. This is of course not a new pattern, only a phase shifted version of the same \r
+pattern. All patterns which can be derived from one of the patterns in the table by reversing, \r
+inverting and rotating are also recognizable. For reasons of brevity, these are not listed.\r
+<p>\r
+It takes two periods for the pattern recognition mechanism to learn a regular repetitive\r
+pattern after the BTB entry has been allocated. The pattern of mispredictions in the learning \r
+period is not reproducible. This is probably because the BTB entry contained something \r
+prior to allocation. Since BTB entries are allocated according to a random scheme, there is \r
+little chance of predicting what happens during the initial learning period.\r
+<p>\r
+\r
+<h4>22.2.5 Handling deviations from a regular pattern (PMMX, PPro, PII and PIII)</h4><p>\r
+The branch prediction mechanism is also extremely good at handling 'almost regular'\r
+patterns, or deviations from the regular pattern. Not only does it learn what the regular \r
+pattern looks like. It also learns what deviations from the regular pattern look like. If \r
+deviations are always of the same type, then it will remember what comes after the irregular\r
+event, and the deviation will cost only one misprediction. \r
+<p>\r
+Example:\r
+<pre>\r
+0001110001110001110001011100011100011100010111000\r
+                      ^                   ^</pre><p>\r
+In this sequence, a 0 means nojump, a 1 means jump. The mechanism learns that the\r
+repeated sequence is 000111. The first irregularity is an unexpected 0, which I have \r
+marked with a <kbd>^</kbd>. After this 0 the next three jumps may be mispredicted, because it hasn't\r
+learned what comes after 0010, 0101, and 1011. After one or two irregularities of the same \r
+kind it has learned that after 0010 comes a 1, after 0101 comes 1, and after 1011 comes 1. \r
+This means that after at most two irregularities of the same kind, it has learned to handle \r
+this kind of irregularity with only one misprediction.\r
+<p>\r
+The prediction mechanism is also very effective when alternating between two different \r
+regular patterns. If, for example, we have the pattern 000111 (with period 6) repeated many\r
+times, then the pattern 01 (period 2) many times, and then return to the 000111 pattern, \r
+then the mechanism doesn't have to relearn the 000111 pattern, because the counters \r
+used in the 000111 sequence have been left un-touched during the 01 sequence. After a \r
+few alternations between the two patterns, it has also learned to handle the changes of \r
+pattern with only one misprediction for each time the pattern is switched.\r
+<p>\r
+<h4>22.2.6 Patterns which are not predicted perfectly (PMMX, PPro, PII and PIII)</h4><p>\r
+The simplest branch pattern which cannot be predicted perfectly is a branch which is taken \r
+on every 6'th execution. The pattern is:\r
+<pre>000001000001000001\r
+    ^^    ^^    ^^\r
+    ab    ab    ab</pre><p>\r
+The sequence 0000 is alternatingly followed by a 0, in the positions marked a above, and \r
+by a 1, in the positions marked b. This affects counter number 0 which will count up and \r
+down all the time. If counter 0 happens to start in state 0 or 1, then it will alternate between \r
+state 0 and 1. This will lead to a misprediction in position b. If counter 0 happens to start in \r
+state 3, then it will alternate between state 2 and 3 which will cause a misprediction in \r
+position a. The worst case is when it starts in state 2. It will alternate between state 1 and 2\r
+with the unfortunate consequence that we get a misprediction both in position a and b. (This\r
+is analogous to the worst case for the PPlain explained <a href="#worstpred">above</a>). Which of these four \r
+situations we will get depends on the history of the BTB entry prior to allocation to this\r
+branch. This is beyond our control because of the random allocation method.\r
+<p>\r
+In principle, it is possible to avoid the worst case situation where we have two mispredictions \r
+per cycle by giving it an initial branch sequence which is specially designed for putting the\r
+counter in the desired state. Such an approach cannot be recommended, however, \r
+because of the considerable extra code complexity required, and because whatever \r
+information we have put into the counter is likely to be lost during the next timer interrupt or \r
+task switch.\r
+<p>\r
+<h4>22.2.7 Completely random patterns (PMMX, PPro, PII and PIII)</h4><p>\r
+The powerful capability of pattern recognition has a minor drawback in the case of \r
+completely random sequences with no regularities.\r
+<p>\r
+The following table lists the experimental fraction of mispredictions for a completely random \r
+sequence of jumps and nojumps:<p>\r
+\r
+<table border=1 cellpadding=1 cellspacing=1><tr>\r
+<td align="center" class="a3">&nbsp;fraction of jumps/nojumps&nbsp;</td>\r
+<td align="center" class="a3">&nbsp;fraction of mispredictions&nbsp;</td></tr>\r
+<tr><td align="center">0.001/0.999</td>\r
+<td align="center">0.001001</td></tr>\r
+<tr><td align="center">0.01/0.99</td>\r
+<td align="center">0.0101</td></tr>\r
+<tr><td align="center">0.05/0.95</td>\r
+<td align="center">0.0525</td></tr>\r
+<tr><td align="center">0.10/0.90</td>\r
+<td align="center">0.110</td></tr>\r
+<tr><td align="center">0.15/0.85</td>\r
+<td align="center">0.171</td></tr>\r
+<tr><td align="center">0.20/0.80</td>\r
+<td align="center">0.235</td></tr>\r
+<tr><td align="center">0.25/0.75</td>\r
+<td align="center">0.300</td></tr>\r
+<tr><td align="center">0.30/0.70</td>\r
+<td align="center">0.362</td></tr>\r
+<tr><td align="center">0.35/0.65</td>\r
+<td align="center">0.418</td></tr>\r
+<tr><td align="center">0.40/0.60</td>\r
+<td align="center">0.462</td></tr>\r
+<tr><td align="center">0.45/0.55</td>\r
+<td align="center">0.490</td></tr>\r
+<tr><td align="center">0.50/0.50</td>\r
+<td align="center">0.500</td></tr>\r
+</table>\r
+<p>\r
+The fraction of mispredictions is slightly higher than it would be without pattern recognition\r
+because the processor keeps trying to find repeated patterns in a sequence which has no \r
+regularities.\r
+<p>\r
+<h4>22.2.8 Tight loops (PMMX)</h4><p>\r
+The branch prediction is not reliable in tiny loops where the pattern recognition mechanism \r
+doesn't have time to update its data before the next branch is met. This means that simple \r
+patterns, which would normally be predicted perfectly, are not recognized. Incidentally,\r
+some patterns which normally would not be recognized, are predicted perfectly in tight\r
+loops. For example, a loop which always repeats 6 times would have the branch pattern \r
+111110 for the branch instruction at the bottom of the loop. This pattern would normally \r
+have one or two mispredictions per iteration, but in a tight loop it has none. The same \r
+applies to a loop which repeats 7 times. Most other repeat counts are predicted poorer in \r
+tight loops than normally. This means that a loop which iterates 6 or 7 times should \r
+preferably be tight, whereas other loops should preferably not be tight. You may unroll a \r
+loop if necessary to make it less tight.\r
+<p>\r
+To find out whether a loop will behave as 'tight' on the PMMX you may follow the following\r
+rule of thumb: Count the number of instructions in the loop. If the number is 6 or less, then \r
+the loop will behave as tight. If you have more than 7 instructions, then you can be \r
+reasonably sure that the pattern recognition functions normally. Strangely enough, it doesn't \r
+matter how many clock cycles each instruction takes, whether it has stalls, or whether it is \r
+paired or not. Complex integer instructions do not count. A loop can have lots of complex \r
+integer instructions and still behave as a tight loop. A complex integer instruction\r
+is a non-pairable integer instruction which always takes more than one clock cycle. Complex floating \r
+point instructions and MMX instructions still count as one. Note, that this rule of thumb is \r
+heuristic and not completely reliable. In important cases you may want to do your own \r
+testing. You can use performance monitor counter number 35H for the PMMX to count\r
+branch mispredictions. Test results may not be completely deterministic, because branch \r
+predictions may depend on the history of the BTB entry prior to allocation.\r
+<p>\r
+Tight loops on PPro, PII and PIII are predicted normally, and take minimum two clock cycles per\r
+iteration.\r
+<p>\r
+<h4>22.2.9 Indirect jumps and calls (PMMX, PPro, PII and PIII)</h4><p>\r
+There is no pattern recognition for indirect jumps and calls, and the BTB can remember no\r
+more than one target for an indirect jump. It is simply predicted to go to the same target as it \r
+did last time.\r
+<p>\r
+<h4>22.2.10 JECXZ and LOOP (PMMX)</h4><p>\r
+There is no pattern recognition for these two instructions in the PMMX. They are simply \r
+predicted to go the same way as last time they were executed. These two instructions \r
+should be avoided in time-critical code for PMMX. (In PPro, PII and PIII they are predicted using\r
+pattern recognition, but the loop instruction is still inferior to <kbd>DEC ECX / JNZ</kbd>).\r
+<p>\r
+<h4>22.2.11 Returns (PMMX, PPro, PII and PIII)</h4><p>\r
+The PMMX, PPro, PII and PIII processors have a Return Stack Buffer (RSB) which is used for\r
+predicting return instructions. The RSB works as a First-In-Last-Out  buffer. Each time a \r
+call instruction is executed, the corresponding return address is pushed into the RSB. And \r
+each time a return instruction is executed, a return address is pulled out of the RSB and \r
+used for prediction of the return. This mechanism makes sure that return instructions are \r
+correctly predicted when the same subroutine is called from several different locations.\r
+<p>\r
+In order to make sure this mechanism works correctly, you must make sure that all calls \r
+and returns are matched. Never jump out of a subroutine without a return and never use a\r
+return as an indirect jump if speed is critical.\r
+<p>\r
+The RSB can hold four entries in the PMMX, sixteen in the PPro, PII and PIII. In the case where\r
+the RSB is empty, the return instruction is predicted in the same way as an indirect jump, \r
+i.e. it is expected to go to the same target as it did last time.\r
+<p>\r
+On the PMMX, when subroutines are nested deeper than four levels then the innermost\r
+four levels use the RSB, whereas all subsequent returns from the outer levels use the \r
+simpler prediction mechanism as long as there are no new calls. A return instruction which \r
+uses the RSB still occupies a BTB entry. Four entries in the RSB of the PMMX doesn't \r
+sound of much, but it is probably sufficient. Subroutine nesting deeper than four levels is \r
+certainly not unusual, but only the innermost levels matter in terms of speed, except \r
+possibly for recursive procedures.\r
+<p>\r
+On the PPro, PII and PIII, when subroutines are nested deeper than sixteen levels then the\r
+innermost 16 levels use the RSB, whereas all subsequent returns from the outer levels are \r
+mispredicted. Recursive subroutines should therefore not go deeper than 16 levels.\r
+<p>\r
+<h4>22.2.12 Static prediction in PMMX</h4><p>\r
+A control transfer instruction which has not been seen before or which is not in the BTB is \r
+always predicted to fall through on the PMMX. It doesn't matter whether it goes forward or \r
+backwards.\r
+<p>\r
+A branch instruction will not get a BTB entry if it always falls through. As soon as it is taken \r
+once, it will get into the BTB and stay there no matter how many times it falls through. A \r
+control transfer instruction can only go out of the BTB when it is pushed out by another \r
+control transfer instruction which steals its BTB entry.\r
+<p>\r
+Any control transfer instruction which jumps to the address immediately following itself will\r
+not get a BTB entry. Example: <pre>\r
+        JMP SHORT LL\r
+LL:</pre><p>\r
+This instruction will never get a BTB entry and therefore always have a misprediction\r
+penalty.\r
+<p>\r
+<h4>22.2.13 Static prediction in PPro, PII and PIII</h4><p>\r
+On PPro, PII and PIII, a control transfer instruction which has not been seen before or which is\r
+not in the BTB is predicted to fall through if it goes forwards, and to be taken if it goes \r
+backwards (e.g. a loop). Static prediction takes longer time than dynamic prediction on \r
+these processors.\r
+<p>\r
+If your code is unlikely to be cached then it is preferred to have the most frequently \r
+executed branch fall through in order to improve prefetching.\r
+<p>\r
+<h4>22.2.14 Close jumps (PMMX)</h4><p>\r
+On the PMMX, there is a risk that two control transfer instructions will share the same BTB \r
+entry if they are too close to each other. The obvious result is that they will always be \r
+mispredicted.\r
+<p>\r
+The BTB entry for a control transfer instruction is identified by bits 2-31 of the address of \r
+the last byte in the instruction. If two control transfer instructions are so close together that \r
+they differ only in bits 0-1 of the address, then we have the problem of a shared BTB entry. \r
+Example:\r
+<pre>        CALL    P\r
+        JNC     SHORT L</pre><p>\r
+If the last byte of the <kbd>CALL</kbd> instruction and the last byte of the <kbd>JNC</kbd> instruction lie within the\r
+same dword of memory, then we have the penalty. You have to look at the output list file\r
+from the assembler to see whether the two addresses are separated by a DWORD boundary\r
+or not. (A DWORD boundary is an address divisible by 4).\r
+<p>\r
+There are various ways to solve this problem: <br>\r
+1. Move the code sequence a little up or down in memory so that you get a dword\r
+boundary between the two addresses.<br>\r
+2. Change the short jump to a near jump (with 4 bytes displacement) so that the end of the\r
+instruction is moved further down. There is no way you can force the assembler to use\r
+anything but the shortest form of an instruction so you have to hard-code the near\r
+branch if you choose this solution.<br>\r
+3. Put in some instruction between the <kbd>CALL</kbd> and the <kbd>JNC</kbd> instructions. This is the easiest\r
+method, and the only method if you don't know where DWORD boundaries are because\r
+your segment is not dword aligned or because the code keeps moving up and down as\r
+you make changes in the preceding code:<br>\r
+<pre>        CALL    P\r
+        MOV     EAX,EAX         ; two bytes filler to be safe\r
+        JNC     SHORT L</pre><p>\r
+If you want to avoid problems on the PPlain too, then put in two <kbd>NOP</kbd>'s instead to prevent\r
+pairing (see section 22.1.3 above).\r
+ <p>\r
+The <kbd>RET</kbd> instruction is particularly prone to this problem because it is only one byte long:\r
+<pre>        JNZ     NEXT\r
+        RET</pre><p>\r
+Here you may need up to three bytes of fillers:\r
+<pre>        JNZ     NEXT\r
+        NOP\r
+        MOV     EAX,EAX\r
+        RET</pre>\r
+<p>\r
+<h4>22.2.15 Consecutive calls or returns (PMMX)</h4><p>\r
+There is a penalty when the first instruction pair following the target label of a call contains\r
+another call instruction or if a return follows immediately after another return. Example:\r
+<pre>FUNC1   PROC    NEAR\r
+        NOP             ; avoid call after call\r
+        NOP\r
+        CALL    FUNC2\r
+        CALL    FUNC3\r
+        NOP             ; avoid return after return\r
+        RET\r
+FUNC1   ENDP</pre><p>\r
+Two <kbd>NOP</kbd>'s are required before <kbd>CALL FUNC2</kbd> because a single\r
+<kbd>NOP</kbd> would pair with the\r
+<kbd>CALL</kbd>. One <kbd>NOP</kbd> is enough before the <kbd>RET</kbd> because\r
+<kbd>RET</kbd> is unpairable. No <kbd>NOP</kbd>'s are required\r
+between the two <kbd>CALL</kbd> instructions because there is no penalty for call after return. (On the\r
+PPlain you would need two <kbd>NOP</kbd>'s here too).\r
+<p>\r
+The penalty for chained calls only occurs when the same subroutines are called from more \r
+than one location (probably because the RSB needs updating). Chained returns always \r
+have a penalty. There is sometimes a small stall for a jump after a call, but no penalty for \r
+return after call; call after return; jump, call, or return after jump; or jump after return.\r
+<p>\r
+<h4>22.2.16 Chained jumps (PPro, PII and PIII)</h4><p>\r
+A jump, call, or return cannot be executed in the first clock cycle after a previous jump, call, \r
+or return. Therefore, chained jumps will take two clock cycles for each jump, and you may \r
+want to make sure that the processor has something else to do in parallel. For the same\r
+reason, a loop will take at least two clock cycles per iteration on these processors.\r
+<p>\r
+<h4>22.2.17 Designing for branch predictabiligy (PMMX, PPro, PII and PIII)</h4><p>\r
+Multiway branches (switch/case statements) are implemented either as an indirect jump \r
+using a list of jump addresses, or as a tree of branch instructions. Since indirect jumps are \r
+poorly predicted, the latter method may be preferred if easily predicted patterns can be \r
+expected and you have enough BTB entries. In case you decide to use the former method, \r
+then it is recommended that you put the list of jump addresses in the data segment.\r
+<p>\r
+You may want to reorganize your code so that branch patterns which are not predicted \r
+perfectly can be replaced by other patterns which are. Consider, for example, a loop which \r
+always executes 20 times. The conditional jump at the bottom of the loop is taken 19 times \r
+and falls through every 20'th time. This pattern is regular, but not recognized by the pattern \r
+recognition mechanism, so the fall-through is always mispredicted. You may make two \r
+nested loops by four and five, or unroll the loop by four and let it execute 5 times, in order to \r
+have only recognizable patterns. This kind of complicated schemes are only worth the extra\r
+code on the PPro, PII and PIII processors where mispredictions are very expensive. For higher\r
+loop counts there is no reason to do anything about the single misprediction.\r
+<p>\r
+<h3><a name="22_3">22.3. Avoiding jumps (all processors)</a></h3><p>\r
+There can be many reasons why you may want reduce the number of jumps, calls and \r
+returns:\r
+<ul>\r
+<li>jump mispredictions are very expensive,\r
+<li>there are various penalties for consecutive or chained jumps, depending on the\r
+processor,\r
+<li>jump instructions may push one another out of the branch target buffer because of the\r
+random replacement algorithm,\r
+<li>a return takes 2 clocks on PPlain and PMMX, calls and returns generate 4 uops on\r
+PPro, PII and PIII.\r
+<li>on PPro, PII and PIII, instruction fetch may be delayed after a jump\r
+(chapter <a href="#15">15</a>), and\r
+retirement may be slightly less effective for taken jumps then for other uops\r
+(chapter <a href="#18">18</a>).\r
+</ul>\r
+<p>\r
+Calls and returns can be avoided by replacing small procedures with inline macros.\r
+And in many cases it is possible to reduce the number of jumps by restructuring\r
+your code. For example, a jump to a jump should be replaced by a jump to the final\r
+target. In some cases this is even possible with conditional jumps if the condition\r
+is the same or is known. A jump to a return can be replaced by a return. If you want\r
+to eliminate a return to a return, then you should not manipulate the stack pointer\r
+because that would interfere with the prediction mechanism of the return stack buffer.\r
+Instead, you can replace the preceding call with a jump. For example\r
+<kbd>CALL PRO1 / RET</kbd> can be replaced by <kbd>JMP PRO1</kbd> if\r
+<kbd>PRO1</kbd> ends with the same kind of <kbd>RET</kbd>.\r
+<p>\r
+You may also eliminate a jump by dublicating the code jumped to. This can be\r
+useful if you have a two-way branch inside a loop or before a return. Example:\r
+<pre>A:      CMP     [EAX+4*EDX],ECX\r
+        JE      B\r
+        CALL    X\r
+        JMP     C\r
+B:      CALL    Y\r
+C:      INC     EDX\r
+        JNZ     A\r
+        MOV     ESP, EBP\r
+        POP     EBP\r
+        RET</pre><p>\r
+The jump to <kbd>C</kbd> may be eliminated by dublicating the loop epilog:\r
+<pre>A:      CMP [EAX+4*EDX],ECX\r
+        JE      B\r
+        CALL    X\r
+        INC     EDX\r
+        JNZ     A\r
+        JMP     D\r
+B:      CALL    Y\r
+C:      INC     EDX\r
+        JNZ     A\r
+D:      MOV     ESP, EBP\r
+        POP     EBP\r
+        RET</pre><p>\r
+The most often executed branch should come first here. The jump to <kbd>D</kbd>\r
+is outside the loop and therefore less critical. If this jump is executed so often\r
+that it needs optimizing too, then replace it with the three instructions following\r
+<kbd>D</kbd>.\r
+<p>\r
+<h3><a name="22_4">22.4. Avoiding conditional jumps by using flags (all processors)</a></h3><p>\r
+The most important jumps to eliminate are conditional jumps, especially if\r
+they are poorly predictable. Sometimes it is possible to obtain the same effect\r
+as a branch by ingenious manipulation of bits and flags. For example you may\r
+calculate the absolute value of a signed number\r
+without branching:\r
+<pre>         CDQ\r
+         XOR EAX,EDX\r
+         SUB EAX,EDX</pre><p>\r
+(On PPlain and PMMX, use  <kbd>MOV EDX,EAX / SAR EDX,31</kbd> instead of <kbd>CDQ</kbd>).\r
+<p>\r
+The carry flag is particularly useful for this kind of tricks:<br>\r
+Setting carry if a value is zero:  <kbd>CMP [VALUE],1</kbd><br>\r
+Setting carry if a value is not zero:  <kbd>XOR EAX,EAX / CMP EAX,[VALUE]</kbd><br>\r
+Incrementing a counter if carry:  <kbd>ADC EAX,0</kbd><br>\r
+Setting a bit for each time the carry is set:  <kbd>RCL EAX,1</kbd><br>\r
+Generating a bit mask if carry is set:  <kbd>SBB EAX,EAX</kbd><br>\r
+Setting a bit on an arbitrary condition:  <kbd>SETcond AL</kbd><br>\r
+Setting all bits on an arbitrary condition:  <kbd>XOR EAX,EAX / SETNcond AL / DEC EAX</kbd><br>\r
+(remember to reverse the condition in the last example)\r
+<p>\r
+The following example finds the minimum of two unsigned numbers: if (b &lt; a) a = b;\r
+<pre>         SUB EBX,EAX\r
+         SBB ECX,ECX\r
+         AND ECX,EBX\r
+         ADD EAX,ECX</pre><p>\r
+The next example chooses between two numbers:  if (a != 0) a = b; else a = c;\r
+<pre>         CMP EAX,1\r
+         SBB EAX,EAX\r
+         XOR ECX,EBX\r
+         AND EAX,ECX\r
+         XOR EAX,EBX</pre><p>\r
+Whether or not such tricks are worth the extra code depends on how predictable a\r
+conditional jump would be, whether the extra pairing or scheduling opportunities of the branch-free code\r
+can be utilized, and whether there are other jumps following immediately after which could \r
+suffer the penalties of consecutive jumps.\r
+<p>\r
+<h3><a name="22_5">22.5. Replacing conditional jumps by conditional moves (PPro, PII and PIII)</a></h3><p>\r
+The PPro, PII and PIII processors have conditional move instructions intended specifically for\r
+avoiding branches because branch misprediction is very time-consuming on these \r
+processors. There are conditional move instructions for both integer and floating point \r
+registers.  For code that will run only on these processors you may replace poorly \r
+predictable branches with conditional moves whenever possible. If you want your code to \r
+run on all processors then you may make two versions of the most critical parts of the code, \r
+one for processors that support conditional move instructions and one for those that don't \r
+(see chapter <a href="#27_10">27.10</a> for how to detect if conditional moves are supported).\r
+<p>\r
+The misprediction penalty for a branch may be so high that it is advantageous to replace it \r
+with conditional moves even when it costs several extra instructions. But a conditional move \r
+instruction has the disadvantage that it makes dependency chains longer. The conditional move\r
+waits for both register operands to be ready even\r
+though only one of them is needed. A conditional move is waiting for three operands to be \r
+ready: the condition flag and the two move operands. You have to consider if any of these \r
+three operands are likely to be delayed by dependency chains or cache misses. If the \r
+condition flag is available long before the move operands then you may as well use a \r
+branch, because a possible branch misprediction could be resolved while waiting for the \r
+move operands. In situations where you have to wait long for a move operand that may not \r
+be needed after all, the branch will be faster than the conditional move despite a possible \r
+misprediction penalty. The opposite situation is when the condition flag is delayed while\r
+both move operands are available early. In this situation the conditional move is preferred\r
+over the branch if misprediction is likely.\r
\r
+<p>\r
+<h2><a name="23">23</a>. Reducing code size (all processors)</h2><p>\r
+As explained in chapter <a href="#7">7</a>, the code cache is 8 or 16 kb. If you have problems keeping the \r
+critical parts of your code within the code cache, then you may consider reducing the size of \r
+your code.\r
+<p>\r
+ 32 bit code is usually bigger than 16 bit code because addresses and data constants take 4 \r
+bytes in 32 bit code and only 2 bytes in 16 bit code. However, 16 bit code has other \r
+penalties such as prefixes and problems with accessing adjacent words simultaneously\r
+(see chapter 10.2 <a href="#imperfectpush">above</a>). Some other methods for reducing the size or your code are discussed\r
+below. \r
+<p>\r
+Both jump addresses, data addresses, and data constants take less space if they can be\r
+expressed as a sign-extended byte, i.e. if they are within the interval from -128 to +127.\r
+<p>\r
+For jump addresses this means that short jumps take two bytes of code, whereas jumps\r
+beyond 127 bytes take 5 bytes if unconditional and 6 bytes if conditional.\r
+<p>\r
+Likewise, data addresses take less space if they can be expressed as a pointer and a\r
+displacement between -128 and +127.\r
+Example:<br>\r
+<kbd> MOV EBX,DS:[100000] / ADD EBX,DS:[100004]          ; 12 bytes</kbd><br>\r
+Reduce to:<br>\r
+<kbd> MOV EAX,100000 / MOV EBX,[EAX] / ADD EBX,[EAX+4]   ; 10 bytes</kbd>\r
+<p>\r
+The advantage of using a pointer obviously increases if you use it many times. Storing data \r
+on the stack and using <kbd>EBP</kbd> or <kbd>ESP</kbd> as pointer will thus make your code smaller than if you\r
+use static memory locations and absolute addresses, provided of course that your data are \r
+within +/-127 bytes of the pointer. Using <kbd>PUSH</kbd> and <kbd>POP</kbd> to write and read temporary data is\r
+even shorter.\r
+<p>\r
+ Data constants may also take less space if they are between -128 and +127. Most \r
+instructions with immediate operands have a short form where the operand is a\r
+sign-extended single byte. Examples:\r
+<pre>    PUSH 200      ; 5 bytes\r
+    PUSH 100      ; 2 bytes\r
\r
+    ADD EBX,128   ; 6 bytes\r
+    SUB EBX,-128  ; 3 bytes</pre><p>\r
\r
+ The most important instruction with an immediate operand which doesn't have such a short \r
+form is <kbd>MOV</kbd>.<br>\r
+Examples:\r
+<pre>    MOV EAX, 0              ; 5 bytes</pre><p>\r
+ May be changed to:<br>\r
+<pre>    XOR EAX,EAX             ; 2 bytes</pre><p>\r
+And\r
+<pre>    MOV EAX, 1              ; 5 bytes</pre><p>\r
+ May be changed to:\r
+<pre>    XOR EAX,EAX / INC EAX   ; 3 bytes</pre><p>\r
+or:\r
+<pre>    PUSH 1 / POP EAX        ; 3 bytes</pre><p>\r
+And\r
+<pre>    MOV EAX, -1             ; 5 bytes</pre><p>\r
+May be changed to:\r
+<pre>    OR EAX, -1              ; 3 bytes</pre>\r
+<p>\r
+If the same address or constant is used more than once then you may load it\r
+into a register. A <kbd>MOV</kbd>\r
+with a 4-byte immediate operand may sometimes be replaced by an arithmetic\r
+instruction if the value of the register before the <kbd>MOV</kbd> is known. Example:\r
+<pre>        MOV     [mem1],200             ; 10 bytes\r
+        MOV     [mem2],200             ; 10 bytes\r
+        MOV     [mem3],201             ; 10 bytes\r
+        MOV     EAX,100                ;  5 bytes\r
+        MOV     EBX,150                ;  5 bytes</pre><p>\r
+Assuming that <kbd>mem1</kbd> and <kbd>mem3</kbd> are both within -128/+127\r
+bytes of <kbd>mem2</kbd>, this may be changed to:\r
+<pre>        MOV     EBX, OFFSET mem2       ;  5 bytes\r
+        MOV     EAX,200                ;  5 bytes\r
+        MOV     [EBX+mem1-mem2],EAX    ;  3 bytes\r
+        MOV     [EBX],EAX              ;  2 bytes\r
+        INC     EAX                    ;  1 byte\r
+        MOV     [EBX+mem3-mem2],EAX    ;  3 bytes\r
+        SUB     EAX,101                ;  3 bytes\r
+        LEA     EBX,[EAX+50]           ;  3 bytes</pre><p>\r
+Be aware of the AGI stall in the <kbd>LEA</kbd> instruction (for PPlain and PMMX).\r
+<p>\r
+You may also consider that different instructions have different lengths. The following \r
+instructions take only one byte and are therefore very attractive: \r
+<kbd>PUSH reg</kbd>, <kbd>POP reg, INC reg32, DEC reg32</kbd>.<br>\r
+<kbd>INC</kbd> and <kbd>DEC</kbd> with 8 bit registers take 2 bytes, so\r
+<kbd>INC EAX</kbd> is shorter than <kbd>INC AL</kbd>.\r
+<p>\r
+<kbd>XCHG EAX,reg</kbd> is also a single-byte instruction and thus takes less space\r
+than <kbd>MOV EAX,reg</kbd>, but it is slower.\r
+<p>\r
+Some instructions take one byte less when they use the accumulator than when they use \r
+any other register. <br>\r
+Examples:\r
\r
+<pre>    MOV EAX,DS:[100000]  is smaller than  MOV EBX,DS:[100000]\r
+    ADD EAX,1000         is smaller than  ADD EBX,1000</pre><p>\r
\r
+ Instructions with pointers take one byte less when they have only a base pointer\r
+ (not <kbd>ESP</kbd>)\r
+and a displacement than when they have a scaled index  register, or both base pointer and\r
+index register, or <kbd>ESP</kbd> as base pointer.  <br>\r
+Examples:\r
+<pre>    MOV EAX,[array][EBX]  is smaller than  MOV EAX,[array][EBX*4]\r
+    MOV EAX,[EBP+12]      is smaller than  MOV EAX,[ESP+12]</pre><p>\r
+ Instructions with <kbd>EBP</kbd> as base pointer and no displacement and no index take one byte more\r
+than with other registers:\r
+<pre>    MOV EAX,[EBX]    is smaller than  MOV EAX,[EBP],  but\r
+    MOV EAX,[EBX+4]  is same size as  MOV EAX,[EBP+4].</pre><p>\r
+ Instructions with a scaled index pointer and no base pointer must have a four byte\r
+displacement, even when it is 0:\r
+<pre>    LEA EAX,[EBX+EBX]  is shorter than  LEA EAX,[2*EBX].</pre>\r
+<p>\r
+<h2><a name="24">24</a>. Scheduling floating point code (PPlain and PMMX)</h2><p>\r
+Floating point instructions cannot pair the way integer instructions can, except for one\r
+special case, defined by the following rules:\r
+<ul>\r
+<li>the first instruction (executing in the U-pipe) must be <kbd>FLD, FADD, FSUB, FMUL,\r
+FDIV, FCOM, FCHS,</kbd> or <kbd>FABS</kbd>.\r
+<li>the second instruction (in V-pipe) must be <kbd>FXCH</kbd>\r
+<li>the instruction following the <kbd>FXCH</kbd> must be a floating point instruction, otherwise the\r
+<kbd>FXCH</kbd> will pair imperfectly and take an extra clock cycle.\r
+</ul><p>\r
+This special pairing is important, as will be explained shortly.\r
+<p>\r
+While floating point instructions in general cannot be paired, many can be pipelined, i.e. one\r
+instruction can begin before the previous instruction has finished. Example:\r
+<pre>    FADD ST(1),ST(0)   ; clock cycle 1-3\r
+    FADD ST(2),ST(0)   ; clock cycle 2-4\r
+    FADD ST(3),ST(0)   ; clock cycle 3-5\r
+    FADD ST(4),ST(0)   ; clock cycle 4-6</pre><p>\r
+Obviously, two instructions cannot overlap if the second instruction needs the result of the\r
+first. Since almost all floating point instructions involve the top of stack register,\r
+<kbd>ST(0)</kbd>, there are seemingly not very many possibilities for making an instruction independent of the \r
+result of previous instructions. The solution to this problem is register renaming. The <kbd>FXCH</kbd>\r
+instruction does not in reality swap the contents of two registers, it only swaps their names. \r
+Instructions which push or pop the register stack also work by renaming. Floating point \r
+register renaming has been highly optimized on the Pentiums so that a register may be \r
+renamed while in use. Register renaming never causes stalls - it is even possible to rename\r
+a register more than once in the same clock cycle, as for example when you pair <kbd>FLD</kbd> or\r
+<kbd>FCOMPP</kbd> with <kbd>FXCH</kbd>.\r
+<p>\r
+By the proper use of <kbd>FXCH</kbd> instructions you may obtain a lot of overlapping in your floating\r
+point code. Example:\r
+<pre>    FLD     [a1]    ; clock cycle 1\r
+    FADD    [a2]    ; clock cycle 2-4\r
+    FLD     [b1]    ; clock cycle 3\r
+    FADD    [b2]    ; clock cycle 4-6\r
+    FLD     [c1]    ; clock cycle 5\r
+    FADD    [c2]    ; clock cycle 6-8\r
+    FXCH    ST(2)   ; clock cycle 6\r
+    FADD    [a3]    ; clock cycle 7-9\r
+    FXCH    ST(1)   ; clock cycle 7\r
+    FADD    [b3]    ; clock cycle 8-10\r
+    FXCH    ST(2)   ; clock cycle 8\r
+    FADD    [c3]    ; clock cycle 9-11\r
+    FXCH    ST(1)   ; clock cycle 9\r
+    FADD    [a4]    ; clock cycle 10-12\r
+    FXCH    ST(2)   ; clock cycle 10\r
+    FADD    [b4]    ; clock cycle 11-13\r
+    FXCH    ST(1)   ; clock cycle 11\r
+    FADD    [c4]    ; clock cycle 12-14\r
+    FXCH    ST(2)   ; clock cycle 12</pre><p>\r
+In the above example we are interleaving three independent threads. Each <kbd>FADD</kbd> takes 3\r
+clock cycles, and we can start a new <kbd>FADD</kbd> in each clock cycle. When we have started an\r
+<kbd>FADD</kbd> in the 'a' thread we have time to start two new <kbd>FADD</kbd>\r
+instructions in the '<kbd>b</kbd>' and '<kbd>c</kbd>'\r
+threads before returning to the '<kbd>a</kbd>' thread, so every third\r
+<kbd>FADD</kbd> belongs to the same thread.\r
+We are using <kbd>FXCH</kbd> instructions every time to get the register that belongs to the desired\r
+thread into <kbd>ST(0)</kbd>. As you can see in the example above, this generates a regular pattern,\r
+but note well that the <kbd>FXCH</kbd> instructions repeat with a period of two while the threads have a\r
+period of three. This can be quite confusing, so you have to 'play computer' in order to know\r
+which registers are where.\r
+<p>\r
+All versions of the instructions <kbd>FADD, FSUB, FMUL,</kbd> and\r
+<kbd>FILD</kbd> take 3 clock cycles and are\r
+able to overlap, so that these instructions may be scheduled using the method described\r
+above. Using a memory operand does not take more time than a register operand if the\r
+memory operand is in the level 1 cache and properly aligned.\r
+<p>\r
+By now you must be used to rules having exceptions, and the overlapping rule is no\r
+exception: You cannot start an <kbd>FMUL</kbd> instruction one clock cycle\r
+after another <kbd>FMUL</kbd>\r
+instruction, because the <kbd>FMUL</kbd> circuitry is not perfectly pipelined.\r
+It is recommended that you\r
+put another instruction in between two <kbd>FMUL</kbd>'s. Example:\r
+<pre>    FLD     [a1]    ; clock cycle 1\r
+    FLD     [b1]    ; clock cycle 2\r
+    FLD     [c1]    ; clock cycle 3\r
+    FXCH    ST(2)   ; clock cycle 3\r
+    FMUL    [a2]    ; clock cycle 4-6\r
+    FXCH            ; clock cycle 4\r
+    FMUL    [b2]    ; clock cycle 5-7    (stall)\r
+    FXCH    ST(2)   ; clock cycle 5\r
+    FMUL    [c2]    ; clock cycle 7-9    (stall)\r
+    FXCH            ; clock cycle 7\r
+    FSTP    [a3]    ; clock cycle 8-9\r
+    FXCH            ; clock cycle 10     (unpaired)\r
+    FSTP    [b3]    ; clock cycle 11-12\r
+    FSTP    [c3]    ; clock cycle 13-14</pre><p>\r
+Here you have a stall before <kbd>FMUL [b2]</kbd> and before <kbd>FMUL [c2]</kbd>\r
+because another <kbd>FMUL</kbd>\r
+started in the preceding clock cycle. You can improve this code by putting\r
+<kbd>FLD</kbd> instructions in between the <kbd>FMUL</kbd>'s:\r
+<pre>    FLD     [a1]    ; clock cycle 1\r
+    FMUL    [a2]    ; clock cycle 2-4\r
+    FLD     [b1]    ; clock cycle 3\r
+    FMUL    [b2]    ; clock cycle 4-6\r
+    FLD     [c1]    ; clock cycle 5\r
+    FMUL    [c2]    ; clock cycle 6-8\r
+    FXCH    ST(2)   ; clock cycle 6\r
+    FSTP    [a3]    ; clock cycle 7-8\r
+    FSTP    [b3]    ; clock cycle 9-10\r
+    FSTP    [c3]    ; clock cycle 11-12</pre><p>\r
+In other cases you may put <kbd>FADD, FSUB</kbd>, or anything else in\r
+between <kbd>FMUL</kbd>'s to avoid the stalls.\r
+<p>\r
+Overlapping floating point instructions requires of course that you have some independent \r
+threads that you can interleave. If you have only one big  formula to execute, then you may\r
+compute parts of the formula in parallel to  achieve overlapping. If, for example, you want to \r
+add six numbers, then you may split the operations into two threads with three numbers in \r
+each, and add the two threads in the end:\r
+\r
+<pre>    FLD     [a]     ; clock cycle 1\r
+    FADD    [b]     ; clock cycle 2-4\r
+    FLD     [c]     ; clock cycle 3\r
+    FADD    [d]     ; clock cycle 4-6\r
+    FXCH            ; clock cycle 4\r
+    FADD    [e]     ; clock cycle 5-7\r
+    FXCH            ; clock cycle 5\r
+    FADD    [f]     ; clock cycle 7-9    (stall)\r
+    FADD            ; clock cycle 10-12  (stall)</pre><p>\r
+\r
+Here we have a one clock stall before <kbd>FADD [f]</kbd> because it is waiting\r
+for the result of <kbd>FADD [d]</kbd> and a two clock stall before the last\r
+<kbd>FADD</kbd> because it is waiting for the result of\r
+<kbd>FADD [f]</kbd>. The latter stall can be hidden by filling in some integer\r
+instructions, but the first stall can not because an integer instruction at\r
+this place would make the <kbd>FXCH</kbd> pair imperfectly.\r
+<p>\r
+The first stall can be avoided by having three threads rather than two, but\r
+that would cost an extra <kbd>FLD</kbd> so we do not save anything by having\r
+three threads rather than two unless there are at least eight numbers to add.\r
+<p>\r
+Not all floating point instructions can overlap. And some floating point\r
+instructions can overlap more subsequent integer instructions than subsequent\r
+floating point instructions. The <kbd>FDIV</kbd> instruction, for example,\r
+takes 39 clock cycles. All but the first clock cycle can\r
+overlap with integer instructions, but only the last two clock cycles can\r
+overlap with floating point instructions. Example:\r
+<pre> FDIV         ; clock cycle 1-39  (U-pipe)\r
+ FXCH         ; clock cycle 1-2   (V-pipe, imperfect pairing)\r
+ SHR EAX,1    ; clock cycle 3     (U-pipe)\r
+ INC EBX      ; clock cycle 3     (V-pipe)\r
+ CMC          ; clock cycle 4-5   (non-pairable)\r
+ FADD [x]     ; clock cycle 38-40 (U-pipe, waiting while FPU busy)\r
+ FXCH         ; clock cycle 38    (V-pipe)\r
+ FMUL [y]     ; clock cycle 40-42 (U-pipe, waiting for result of FDIV)</pre><p>\r
+The first <kbd>FXCH</kbd> pairs with the <kbd>FDIV</kbd>, but takes an extra\r
+clock cycle because it is not followed by a floating point instruction.\r
+The <kbd>SHR / INC</kbd> pair starts before the <kbd>FDIV</kbd> is finished, but\r
+has to wait for the <kbd>FXCH</kbd> to finish. The <kbd>FADD</kbd> has to wait\r
+till clock 38 because new floating point instructions can only execute during\r
+the last two clock cycles of the <kbd>FDIV</kbd>. The second <kbd>FXCH</kbd>\r
+pairs with the <kbd>FADD</kbd>. The <kbd>FMUL</kbd> has to wait for the <kbd>FDIV</kbd>\r
+to finish because it uses the result of the division.\r
+<p>\r
+If you have nothing else to put in after a floating point instruction with a\r
+large integer overlap, such as <kbd>FDIV</kbd> or <kbd>FSQRT</kbd>, then you\r
+may put in a dummy read from an address which you expect to need later in\r
+the program to make sure it is in the level one cache. Example:\r
+<pre>        FDIV    QWORD PTR [EBX]\r
+        CMP     [ESI],ESI\r
+        FMUL    QWORD PTR [ESI]</pre><p>\r
+Here we use the integer overlap to pre-load the value at <kbd>[ESI]</kbd> into\r
+the cache while the <kbd>FDIV</kbd> is being computed (we don't care what\r
+the result of the <kbd>CMP</kbd> is).\r
+<p>\r
+Chapter <a href="#28">28</a> gives a complete listing of floating point instructions, and\r
+what they can pair or overlap with.\r
+<p>\r
+There is no penalty for using a memory operand on floating point instuctions\r
+because the arithmetic unit is one step later in the pipeline than the read\r
+unit. The tradeoff of this comes when you store floating point data to memory.\r
+The <kbd>FST</kbd> or <kbd>FSTP</kbd> instruction with a memory\r
+operand takes two clock cycles in the execution stage, but it needs the data one clock \r
+earlier so you will get a one clock stall if the value to store is not ready one clock cycle in\r
+advance. This is analogous to an AGI stall. Example:\r
+<pre>    FLD     [a1]    ; clock cycle 1\r
+    FADD    [a2]    ; clock cycle 2-4\r
+    FLD     [b1]    ; clock cycle 3\r
+    FADD    [b2]    ; clock cycle 4-6\r
+    FXCH            ; clock cycle 4\r
+    FSTP    [a3]    ; clock cycle 6-7\r
+    FSTP    [b3]    ; clock cycle 8-9</pre><p>\r
+\r
+The <kbd>FSTP [a3]</kbd> stalls for one clock cycle because the result of\r
+<kbd>FADD [a2]</kbd> is not ready\r
+in the preceding clock cycle. In many cases you cannot hide  this type of stall without \r
+scheduling your floating point code into four threads or putting some integer instructions in\r
+between. The two clock cycles in the execution stage of the <kbd>FST(P)</kbd> instruction cannot pair\r
+or overlap with any subsequent instructions.\r
+<p>\r
+Instructions with integer operands such as <kbd>FIADD, FISUB, FIMUL, FIDIV, FICOM</kbd> may\r
+be split up into simpler operations in order to improve overlapping. Example:\r
+<pre>    FILD    [a]     ; clock cycle 1-3\r
+    FIMUL   [b]     ; clock cycle 4-9</pre><p>\r
+Split up into:\r
+<pre>    FILD    [a]     ; clock cycle 1-3\r
+    FILD    [b]     ; clock cycle 2-4\r
+    FMUL            ; clock cycle 5-7</pre><p>\r
+In this example, you save two clocks by overlapping the two FILD instructions.\r
+<p>\r
+<h2><a name="25">25</a>. Loop optimization (all processors)</h2><p>\r
+When analyzing a program you often find that most of the time consumption lies in the\r
+innermost loop. The way to improve the speed is to carefully optimize the most\r
+time-consuming loop using assembly language. The rest of the program may be left in high-level\r
+language.\r
+<p>\r
+In all the following examples it is assumed that all data are in the level 1 cache. If the speed \r
+is limited by cache misses then there is no reason to optimize the instructions. Rather, you \r
+should concentrate on organizing your data in a way that minimizes cache misses (see\r
+chapter <a href="#7">7</a>).\r
+<p>\r
+<h3><a name="25_1">25.1. Loops in PPlain and PMMX</a></h3><p>\r
+A loop generally contains a counter controlling how many times to iterate, and often array \r
+access reading or writing one array element for each iteration. I have chosen as example a \r
+procedure which reads integers from an array, changes the sign of each integer, and stores \r
+the results in another array.\r
+<p>\r
+A C language code for this procedure would be:\r
+<pre>void ChangeSign (int * A, int * B, int N) {\r
+  int i;\r
+  for (i=0; i&lt;N; i++) B[i] = -A[i];}</pre>\r
+<p>\r
+Translating to assembly, we might write the procedure like this:\r
+<p>\r
+<h4>Example 1.1:</h4><p>\r
+<pre>_ChangeSign PROC NEAR\r
+        PUSH    ESI\r
+        PUSH    EDI\r
+A       EQU     DWORD PTR [ESP+12]\r
+B       EQU     DWORD PTR [ESP+16]\r
+N       EQU     DWORD PTR [ESP+20]\r
+        MOV     ECX, [N]\r
+        JECXZ   L2\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        CLD\r
+L1:     LODSD\r
+        NEG     EAX\r
+        STOSD\r
+        LOOP    L1\r
+L2:     POP     EDI\r
+        POP     ESI\r
+        RET                     ; (no extra pop if _cdecl calling convention)\r
+_ChangeSign     ENDP</pre><p>\r
+This looks like a nice solution, but it is not optimal because it uses slow non-pairable\r
+instructions. It takes 11 clock cycles per iteration if all data are in the level one cache.\r
+<p>\r
+<h4>Using pairable instructions only (PPlain and PMMX)</h4>\r
+<h4>Example 1.2:</h4><p>\r
+<pre>        MOV     ECX, [N]\r
+        MOV     ESI, [A]\r
+        TEST    ECX, ECX\r
+        JZ      SHORT L2\r
+        MOV     EDI, [B]\r
+L1:     MOV     EAX, [ESI]       ; u\r
+        XOR     EBX, EBX         ; v (pairs)\r
+        ADD     ESI, 4           ; u\r
+        SUB     EBX, EAX         ; v (pairs)\r
+        MOV     [EDI], EBX       ; u\r
+        ADD     EDI, 4           ; v (pairs)\r
+        DEC     ECX              ; u\r
+        JNZ     L1               ; v (pairs)\r
+L2:</pre><p>\r
+Here we have used pairable instructions only, and scheduled the instructions so that\r
+everything pairs. It now takes only 4 clock cycles per iteration. We could have obtained the\r
+same speed without splitting the NEG  instruction, but the other unpairable instructions\r
+should be split up.\r
+<p>\r
+<h4>Using the same register for counter and index</h4>\r
+<h4>Example 1.3:</h4><p>\r
+<pre>        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        MOV     ECX, [N]\r
+        XOR     EDX, EDX\r
+        TEST    ECX, ECX\r
+        JZ      SHORT L2\r
+L1:     MOV     EAX, [ESI+4*EDX]          ; u\r
+        NEG     EAX                       ; u\r
+        MOV     [EDI+4*EDX], EAX          ; u\r
+        INC     EDX                       ; v (pairs)\r
+        CMP     EDX, ECX                  ; u\r
+        JB      L1                        ; v (pairs)\r
+L2:</pre><p>\r
+Using the same register for counter and index gives us fewer instructions in the body of the\r
+loop, but it still takes 4 clocks because we have two unpaired instructions.\r
+<p>\r
+<h4>Letting the counter end at zero (PPlain and PMMX)</h4><p>\r
+We want to get rid of the <kbd>CMP</kbd> instruction in example 1.3 by letting the  counter end at zero\r
+and use the zero flag for detecting when we are finished as we did in example 1.2. One way\r
+to do this would be to execute the loop backwards taking the last array elements first. \r
+However, data caches are optimized for accessing data forwards, not backwards, so if\r
+cache misses are likely, then you should rather start the counter at -N and count through\r
+negative values up to zero. The base registers should then point to the end of the arrays\r
+rather than the beginning:\r
+<p>\r
+<h4>Example 1.4:</h4><p>\r
+<pre>        MOV     ESI, [A]\r
+        MOV     EAX, [N]\r
+        MOV     EDI, [B]\r
+        XOR     ECX, ECX\r
+        LEA     ESI, [ESI+4*EAX]          ; point to end of array A\r
+        SUB     ECX, EAX                  ; -N\r
+        LEA     EDI, [EDI+4*EAX]          ; point to end of array B\r
+        JZ      SHORT L2\r
+L1:     MOV     EAX, [ESI+4*ECX]          ; u\r
+        NEG     EAX                       ; u\r
+        MOV     [EDI+4*ECX], EAX          ; u\r
+        INC     ECX                       ; v (pairs)\r
+        JNZ     L1                        ; u\r
+L2:</pre><p>\r
+We are now down at five instructions in the loop body but it still takes 4 clocks because of\r
+poor pairing. (If the addresses and sizes of the arrays are constants we may save two\r
+registers by substituting <kbd>A+SIZE A</kbd> for <kbd>ESI</kbd>\r
+and <kbd>B+SIZE B</kbd> for <kbd>EDI</kbd>). Now let's see how we\r
+can improve pairing.\r
+<p>\r
+<h4>Pairing calculations with loop overhead (PPlain and PMMX)</h4><p>\r
+We may want to improve pairing by intermingling calculations with the loop control\r
+instructions. If we want to put something in between <kbd>INC ECX</kbd>\r
+and <kbd>JNZ L1</kbd>, it has to be\r
+something that doesn't affect the zero flag. The <kbd>MOV [EDI+4*ECX],EBX</kbd>\r
+instruction after <kbd>INC ECX</kbd> would generate an AGI delay, so we have\r
+to be more ingenious:\r
+<p>\r
+<h4>Example 1.5:</h4><p>\r
+<pre>        MOV     EAX, [N]\r
+        XOR     ECX, ECX\r
+        SHL     EAX, 2                    ; 4 * N\r
+        JZ      SHORT L3\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        SUB     ECX, EAX                  ; - 4 * N\r
+        ADD     ESI, EAX                  ; point to end of array A\r
+        ADD     EDI, EAX                  ; point to end of array B\r
+        JMP     SHORT L2\r
+L1:     MOV     [EDI+ECX-4], EAX          ; u\r
+L2:     MOV     EAX, [ESI+ECX]            ; v (pairs)\r
+        XOR     EAX, -1                   ; u\r
+        ADD     ECX, 4                    ; v (pairs)\r
+        INC     EAX                       ; u\r
+        JNC     L1                        ; v (pairs)\r
+        MOV     [EDI+ECX-4], EAX\r
+L3:</pre><p>\r
+I have used a different way to calculate the negative of <kbd>EAX</kbd> here:\r
+inverting all bits and adding one. The reason why I am using this method is\r
+that I can use a dirty trick with the\r
+<kbd>INC</kbd> instruction: <kbd>INC</kbd> doesn't change the carry flag,\r
+whereas <kbd>ADD</kbd> does. I am using <kbd>ADD</kbd>\r
+rather than <kbd>INC</kbd> to increment my loop counter and testing the carry\r
+flag rather than the zero\r
+flag. It is then possible to put the <kbd>INC EAX</kbd> in between without\r
+affecting the carry flag. You\r
+may think that we could have used <kbd>LEA EAX,[EAX+1]</kbd> here instead of\r
+<kbd>INC EAX</kbd>, at least\r
+that doesn't change any flags, but the <kbd>LEA</kbd> instruction would have\r
+an AGI stall so that's not\r
+the best solution. Note that the trick with the <kbd>INC</kbd> instruction\r
+not changing the carry flag is useful only on PPlain and PMMX, but will\r
+cause a partial flags stall on PPro, PII and PIII.\r
+<p>\r
+I have obtained perfect pairing here and the loop now takes only 3 clock cycles.\r
+Whether you want to increment the loop counter by 1 (as in example 1.4) or by 4\r
+(as in example 1.5) is a matter of taste, it makes no difference in loop timing.\r
+<p>\r
+<h4>Overlapping the end of one operation with the beginning of the next (PPlain and PMMX)</h4><p>\r
+The method used in example 1.5 is not very generally applicable so we may look for other\r
+methods of improving pairing opportunities. One way is to reorganize the loop so that the\r
+end of one operation overlaps with the beginning of the next. I will call this convoluting the\r
+loop. A convoluted loop has an unfinished operation at the end of each loop iteration which\r
+will be finished in the next run. Actually, example 1.5 did pair the last <kbd>MOV</kbd> of one iteration\r
+with the first <kbd>MOV</kbd> of the next, but we want to explore this method further:\r
+<p>\r
+<h4>Example 1.6:</h4><p>\r
+<pre>        MOV     ESI, [A]\r
+        MOV     EAX, [N]\r
+        MOV     EDI, [B]\r
+        XOR     ECX, ECX\r
+        LEA     ESI, [ESI+4*EAX]          ; point to end of array A\r
+        SUB     ECX, EAX                  ; -N\r
+        LEA     EDI, [EDI+4*EAX]          ; point to end of array B\r
+        JZ      SHORT L3\r
+        XOR     EBX, EBX\r
+        MOV     EAX, [ESI+4*ECX]\r
+        INC     ECX\r
+        JZ      SHORT L2\r
+L1:     SUB     EBX, EAX                  ; u\r
+        MOV     EAX, [ESI+4*ECX]          ; v (pairs)\r
+        MOV     [EDI+4*ECX-4], EBX        ; u\r
+        INC     ECX                       ; v (pairs)\r
+        MOV     EBX, 0                    ; u\r
+        JNZ     L1                        ; v (pairs)\r
+L2:     SUB     EBX, EAX\r
+        MOV     [EDI+4*ECX-4], EBX\r
+L3:</pre><p>\r
+\r
+Here we begin reading the second value before we have stored the first, and\r
+this of course improves pairing opportunities. The <kbd>MOV EBX,0</kbd>\r
+instruction has been put in between <kbd>INC ECX</kbd> and <kbd>JNZ L1</kbd>\r
+not to improve pairing but to avoid AGI stall.\r
+<p>\r
+<h4>Rolling out a loop (PPlain and PMMX)</h4><p>\r
+The most generally applicable way to improve pairing opportunities is to do two operations\r
+for each run and do half as many runs. This is called rolling out a loop:\r
+<p>\r
+<h4>Example 1.7:</h4><p>\r
+<pre>        MOV     ESI, [A]\r
+        MOV     EAX, [N]\r
+        MOV     EDI, [B]\r
+        XOR     ECX, ECX\r
+        LEA     ESI, [ESI+4*EAX]          ; point to end of array A\r
+        SUB     ECX, EAX                  ; -N\r
+        LEA     EDI, [EDI+4*EAX]          ; point to end of array B\r
+        JZ      SHORT L2\r
+        TEST    AL,1                      ; test if N is odd\r
+        JZ      SHORT L1\r
+        MOV     EAX, [ESI+4*ECX]          ; N is odd. do the odd one\r
+        NEG     EAX\r
+        MOV     [EDI+4*ECX], EAX\r
+        INC     ECX                       ; make counter even\r
+        JZ      SHORT L2                  ; N = 1\r
+L1:     MOV     EAX, [ESI+4*ECX]          ; u\r
+        MOV     EBX, [ESI+4*ECX+4]        ; v (pairs)\r
+        NEG     EAX                       ; u\r
+        NEG     EBX                       ; u\r
+        MOV     [EDI+4*ECX], EAX          ; u\r
+        MOV     [EDI+4*ECX+4], EBX        ; v (pairs)\r
+        ADD     ECX, 2                    ; u\r
+        JNZ     L1                        ; v (pairs)\r
+L2:</pre>\r
+<p>\r
+Now we are doing two operations in parallel which gives the best pairing opportunities. We\r
+have to test if <kbd>N</kbd> is odd and if so do one operation outside the loop because the loop can\r
+only do an even number of operations.\r
+<p>\r
+The loop has an AGI stall at the first <kbd>MOV</kbd> instruction because\r
+<kbd>ECX</kbd> has been incremented in\r
+the preceding clock cycle. The loop therefore takes 6 clock cycles for two operations.\r
+<p>\r
+<h4>Reorganizing a loop to remove AGI stall (PPlain and PMMX)</h4>\r
+<h4>Example 1.8:</h4><p>\r
+<pre>        MOV     ESI, [A]\r
+        MOV     EAX, [N]\r
+        MOV     EDI, [B]\r
+        XOR     ECX, ECX\r
+        LEA     ESI, [ESI+4*EAX]          ; point to end of array A\r
+        SUB     ECX, EAX                  ; -N\r
+        LEA     EDI, [EDI+4*EAX]          ; point to end of array B\r
+        JZ      SHORT L3\r
+        TEST    AL,1                      ; test if N is odd\r
+        JZ      SHORT L2\r
+        MOV     EAX, [ESI+4*ECX]          ; N is odd. do the odd one\r
+        NEG     EAX                       ; no pairing opportunity\r
+        MOV     [EDI+4*ECX-4], EAX\r
+        INC     ECX                       ; make counter even\r
+        JNZ     SHORT L2\r
+        NOP                       ; add NOP's if JNZ L2 not predictable\r
+        NOP\r
+        JMP     SHORT L3                  ; N = 1\r
+L1:     NEG     EAX                       ; u\r
+        NEG     EBX                       ; u\r
+        MOV     [EDI+4*ECX-8], EAX        ; u\r
+        MOV     [EDI+4*ECX-4], EBX        ; v (pairs)\r
+L2:     MOV     EAX, [ESI+4*ECX]          ; u\r
+        MOV     EBX, [ESI+4*ECX+4]        ; v (pairs)\r
+        ADD     ECX, 2                    ; u\r
+        JNZ     L1                        ; v (pairs)\r
+        NEG     EAX\r
+        NEG     EBX\r
+        MOV     [EDI+4*ECX-8], EAX\r
+        MOV     [EDI+4*ECX-4], EBX\r
+L3:</pre>\r
+<p>\r
+The trick is to find a pair of instructions that do not use the loop counter as index and\r
+reorganize the loop so that the counter is incremented in the preceding clock cycle. We are\r
+now down at 5 clock cycles for two operations which is close to the best possible.\r
+<p>\r
+If data caching is critical, then you may improve the speed further by\r
+interleaving the <kbd>A</kbd> and <kbd>B</kbd> arrays into one structured array\r
+so that each <kbd>B[i]</kbd> comes immediately after the\r
+corresponding <kbd>A[i]</kbd>. If the structured array is aligned by at least\r
+8 then <kbd>B[i]</kbd> will always be\r
+in the same cache line as <kbd>A[i]</kbd>, so you will never have a cache\r
+miss when writing <kbd>B[i]</kbd>.\r
+This may of course have a tradeoff in other parts of the program so you\r
+have to weigh the costs against the benefits.\r
+<p>\r
+<h4>Rolling out by more than 2 (PPlain and PMMX)</h4><p>\r
+You may think of doing more than two operations per iteration in order to  reduce the loop\r
+overhead per operation. But since the loop overhead in most cases can be reduced to only \r
+one clock cycle per iteration, then rolling out the loop by 4 rather than by 2 would only save\r
+1/4 clock cycle per operation, which is hardly worth the effort. Only if the loop overhead \r
+cannot be reduced to one clock cycle and if N is very big, should you think of unrolling by 4.\r
+<p>\r
+The drawbacks of excessive loop unrolling are:\r
+<ol>\r
+<li>You need to calculate N MODULO R, where R is the unrolling factor, and do N\r
+MODULO R operations before or after the main loop in order to make the remaining\r
+number of operations divisible by R. This takes a lot of extra code and poorly predictable\r
+branches. And the loop body of course also becomes bigger.\r
+<li>A Piece of code usually takes much more time the first time it executes, and the penalty\r
+of first time execution is bigger the more code you have, especially if N is small.\r
+<li>Excessive code size makes the utilization of the code cache less effective.\r
+</ol>\r
+<p>\r
+<h4>Handling multiple 8 or 16 bit operands simultaneously in 32 bit registers (PPlain and PMMX)</h4><p>\r
+If you need to manipulate arrays of 8 or 16 bit operands, then there is a problem with \r
+unrolled loops because you may not be able to pair two memory  access operations. For \r
+example <kbd>MOV AL,[ESI] / MOV BL,[ESI+1]</kbd> will not pair if the two operands are within\r
+the same dword of memory. But there may be a  much smarter method, namely to handle \r
+four bytes at a time in the same 32 bit register.\r
+<p>\r
+The following example adds 2 to all elements of an array of bytes:\r
+<p>\r
+<h4>Example 1.9:</h4><p>\r
+<pre>        MOV     ESI, [A]         ; address of byte array\r
+        MOV     ECX, [N]         ; number of elements in byte array\r
+        TEST    ECX, ECX         ; test if N is 0\r
+        JZ      SHORT L2\r
+        MOV     EAX, [ESI]       ; read first four bytes\r
+L1:     MOV     EBX, EAX         ; copy into EBX\r
+        AND     EAX, 7F7F7F7FH   ; get lower 7 bits of each byte in EAX\r
+        XOR     EBX, EAX         ; get the highest bit of each byte\r
+        ADD     EAX, 02020202H   ; add desired value to all four bytes\r
+        XOR     EBX, EAX         ; combine bits again\r
+        MOV     EAX, [ESI+4]     ; read next four bytes\r
+        MOV     [ESI], EBX       ; store result\r
+        ADD     ESI, 4           ; increment pointer\r
+        SUB     ECX, 4           ; decrement loop counter\r
+        JA      L1               ; loop\r
+L2:</pre><p>\r
+This loop takes 5 clock cycles for every 4 bytes. The array should of course  be aligned by \r
+4. If the number of elements in the array is not divisible by  four, then you may padd it in the\r
+end with a few extra bytes to make the length divisible by four. This loop will always read \r
+past the end of the array, so you should make sure the array is not placed at the end of a \r
+segment to avoid a general protection error.\r
+<p>\r
+Note that I have masked out the highest bit of each byte to avoid a possible  carry from \r
+each byte into the next when adding. I am using <kbd>XOR</kbd> rather than\r
+<kbd>ADD</kbd> when putting in the high bit again to avoid carry.\r
+<p>\r
+The <kbd>ADD ESI,4</kbd> instruction could have been avoided by using the loop counter as index\r
+as in example 1.4. However, this would give an odd number of  instructions in the loop\r
+body, so there would be one unpaired instruction and the loop would still take 5 clocks. \r
+Making the branch instruction unpaired would save one clock after the last operation when \r
+the branch is  mispredicted, but we would have to spend an extra clock cycle in the prolog \r
+code to setup a pointer to the end of the array and calculate -N, so the two methods will be \r
+exactly equally fast. The method presented here is the simplest and shortest.  \r
+<p>\r
+The next example finds the length of a zero-terminated string by searching\r
+for the first byte of zero. It is faster than using <kbd>REP SCASB</kbd>:\r
+<p>\r
+<h4><a name="1-10">Example 1.10:</a></h4><p>\r
+<pre>STRLEN  PROC    NEAR\r
+        MOV     EAX,[ESP+4]               ; get pointer\r
+        MOV     EDX,7\r
+        ADD     EDX,EAX                   ; pointer+7 used in the end\r
+        PUSH    EBX\r
+        MOV     EBX,[EAX]                 ; read first 4 bytes\r
+        ADD     EAX,4                     ; increment pointer\r
+L1:     LEA     ECX,[EBX-01010101H]       ; subtract 1 from each byte\r
+        XOR     EBX,-1                    ; invert all bytes\r
+        AND     ECX,EBX                   ; and these two\r
+        MOV     EBX,[EAX]                 ; read next 4 bytes\r
+        ADD     EAX,4                     ; increment pointer\r
+        AND     ECX,80808080H             ; test all sign bits\r
+        JZ      L1                        ; no zero bytes, continue loop\r
+        TEST    ECX,00008080H             ; test first two bytes\r
+        JNZ     SHORT L2\r
+        SHR     ECX,16                    ; not in the first 2 bytes\r
+        ADD     EAX,2\r
+L2:     SHL     CL,1                      ; use carry flag to avoid a branch\r
+        POP     EBX\r
+        SBB     EAX,EDX                   ; compute length\r
+        RET\r
+STRLEN  ENDP</pre><p>\r
+Again we have used the method of overlapping the end of one operation with the beginning\r
+of the next to improve pairing. I have not unrolled the loop because it is likely to repeat\r
+relatively few times. The string should of  course be aligned by 4. The code will always read \r
+past the end of the  string, so the string should not be placed at the end of a segment.\r
+<p>\r
+The loop body has an odd number of instructions so there is one unpaired. Making the\r
+branch instruction unpaired rather than one of the other instructions has the advantage that \r
+it saves 1 clock cycle when the branch is mispredicted.\r
+<p>\r
+The <kbd>TEST ECX,00008080H</kbd> instruction is non-pairable. You could use the  pairable\r
+instruction <kbd>OR CH,CL</kbd> here instead, but then you would have to put\r
+in a <kbd>NOP</kbd> or something to avoid the penalties of consecutive branches.\r
+Another problem with <kbd>OR CH,CL</kbd> is that it\r
+would cause a partial register stall on a PPro, PII and PIII. So I have chosen to keep the\r
+unpairable <kbd>TEST</kbd> instruction.\r
+<p>\r
+Handling 4 bytes simultaneously can be quite difficult. The code uses a formula which \r
+generates a nonzero value for a byte if, and only if, the byte is zero. This makes it possible\r
+to test all four bytes in one operation. This algorithm involves the subtraction of 1 from all \r
+bytes (in the <kbd>LEA</kbd> instruction). I have not masked out the highest bit of each byte before\r
+subtracting, as I did in the previous example, so the subtraction may generate a borrow to \r
+the next byte, but only if it is zero, and this is  exactly the situation where we don't care what \r
+the next byte is, because we  are searching forwards for the first zero. If we were searching \r
+backwards  then we would have to re-read the dword after detecting a zero, and then test all \r
+four bytes to find the last zero, or use <kbd>BSWAP</kbd> to reverse the order of the bytes.\r
+<p>\r
+If you want to search for a byte value other than zero, then you may <kbd>XOR</kbd> all four bytes\r
+with the value you are searching for, and then use the method above to search for zero.\r
+<p>\r
+<h4>Loops with MMX operations (PMMX)</h4><p>\r
+Handling multiple operands in the same register is easier on the MMX processors because\r
+they have special instructions and special 64 bit registers for exactly this purpose.\r
+<p>\r
+Returning to the problem of adding two to all bytes in an array, we may take advantage of\r
+the MMX instructions:\r
+<h4>Example 1.11:</h4><p>\r
+<pre>.data\r
+ALIGN   8\r
+ADDENTS DQ      0202020202020202h       ; specify byte to add eight times\r
+A       DD      ?                       ; address of byte array\r
+N       DD      ?                       ; number of iterations\r
+\r
+.code\r
+        MOV     ESI, [A]\r
+        MOV     ECX, [N]\r
+        MOVQ    MM2, [ADDENTS]\r
+        JMP     SHORT L2\r
+        ; top of loop\r
+L1:     MOVQ    [ESI-8], MM0    ; store result\r
+L2:     MOVQ    MM0, MM2        ; load addents\r
+        PADDB   MM0, [ESI]      ; add eight bytes in one operation\r
+        ADD     ESI, 8\r
+        DEC     ECX\r
+        JNZ     L1\r
+        MOVQ    [ESI-8], MM0    ; store last result\r
+        EMMS</pre><p>\r
+The store instruction is moved to after the loop control instructions in order to avoid a store stall.\r
+<p>\r
+This loop takes 4 clocks because the <kbd>PADDB</kbd> instruction doesn't pair\r
+with <kbd>ADD ESI,8</kbd>. (A MMX instruction with memory access cannot pair\r
+with a non-MMX instruction or with another MMX instruction with memory access).\r
+We could get rid of <kbd>ADD ESI,8</kbd> by using <kbd>ECX</kbd> as index,\r
+but that would give an AGI stall.\r
+<p>\r
+Since the loop overhead is considerable we might want to unroll the loop:\r
+<p>\r
+<h4>Example 1.12:</h4><p>\r
+<pre>.data\r
+ALIGN   8\r
+ADDENTS DQ      0202020202020202h       ; specify byte to add eight \r
+times\r
+A       DD      ?                       ; address of byte array\r
+N       DD      ?                       ; number of iterations\r
+\r
+.code\r
+        MOVQ    MM2, [ADDENTS]\r
+        MOV     ESI, [A]\r
+        MOV     ECX, [N]\r
+        MOVQ    MM0, MM2\r
+        MOVQ    MM1, MM2\r
+L3:     PADDB   MM0, [ESI]\r
+        PADDB   MM1, [ESI+8]\r
+        MOVQ    [ESI], MM0\r
+        MOVQ    MM0, MM2\r
+        MOVQ    [ESI+8], MM1\r
+        MOVQ    MM1, MM2\r
+        ADD     ESI, 16\r
+        DEC     ECX\r
+        JNZ     L3\r
+        EMMS</pre><p>\r
+This unrolled loop takes 6 clocks per iteration for adding 16 bytes.\r
+The <kbd>PADDB</kbd> instructions are not paired. The two threads are\r
+interleaved to avoid a store stall.\r
+<p>\r
+Using the MMX instructions has a high penalty if you are using floating point\r
+instructions shortly afterwards, so there may still be situations where you\r
+want to use 32 bit registers as in example 1.9.\r
+<p>\r
+<h4>Loops with floating point operations (PPlain and PMMX)</h4><p>\r
+The methods of optimizing floating point loops are basically the same as for integer loops,\r
+although the floating point instructions are overlapping rather than pairing.\r
+<p>\r
+Consider the C language code:\r
+<pre>  int i, n;  double * X;  double * Y;  double DA;\r
+  for (i=0; i&lt;n; i++)  Y[i] = Y[i] - DA * X[i];</pre><p>\r
+This piece of code (called DAXPY) has been studied extensively because it is the key to\r
+solving linear equations.\r
+<p>\r
+<h4>Example 1.13:</h4><p>\r
+<pre>DSIZE   = 8                                      ; data size\r
+        MOV     EAX, [N]                         ; number of elements\r
+        MOV     ESI, [X]                         ; pointer to X\r
+        MOV     EDI, [Y]                         ; pointer to Y\r
+        XOR     ECX, ECX\r
+        LEA     ESI, [ESI+DSIZE*EAX]             ; point to end of X\r
+        SUB     ECX, EAX                         ; -N\r
+        LEA     EDI, [EDI+DSIZE*EAX]             ; point to end of Y\r
+        JZ      SHORT L3                         ; test for N = 0\r
+        FLD     DSIZE PTR [DA]\r
+        FMUL    DSIZE PTR [ESI+DSIZE*ECX]        ; DA * X[0]\r
+        JMP     SHORT L2                         ; jump into loop\r
+L1:     FLD     DSIZE PTR [DA]\r
+        FMUL    DSIZE PTR [ESI+DSIZE*ECX]        ; DA * X[i]\r
+        FXCH                                     ; get old result\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX-DSIZE]  ; store Y[i]\r
+L2:     FSUBR   DSIZE PTR [EDI+DSIZE*ECX]        ; subtract from Y[i]\r
+        INC     ECX                              ; increment index\r
+        JNZ     L1                               ; loop\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX-DSIZE]  ; store last result\r
+L3:</pre><p>\r
+Here we are using the same methods as in example 1.6: Using the loop counter as index\r
+register and counting through negative values up to zero. The end of one operation\r
+overlaps with the beginning of the next.\r
+<p>\r
+The interleaving of floating point operations work perfectly here:\r
+The 2 clock stall between <kbd>FMUL</kbd> and <kbd>FSUBR</kbd> is filled\r
+with the <kbd>FSTP</kbd> of the previous result. The 3 clock stall between\r
+<kbd>FSUBR</kbd> and <kbd>FSTP</kbd> is filled with the loop overhead and the\r
+first two instructions of the next operation. An AGI stall has been avoided\r
+by reading the only parameter that doesn't depend on the index in the first clock cycle after the index has been incremented.\r
+<p>\r
+This solution takes 6 clock cycles per operation, which is better than the\r
+unrolled solution published by Intel!\r
+<p>\r
+<h4>Unrolling floating point loops (PPlain and PMMX)</h4><p>\r
+<a name="unrollby3">The DAXPY loop unrolled by 3 is quite complicated:</a>\r
+<h4>Example 1.14:</h4><p>\r
+<pre>DSIZE = 8                                 ; data size\r
+IF DSIZE EQ 4\r
+SHIFTCOUNT = 2\r
+ELSE\r
+SHIFTCOUNT = 3\r
+ENDIF\r
+\r
+        MOV     EAX, [N]                  ; number of elements\r
+        MOV     ECX, 3*DSIZE              ; counter bias\r
+        SHL     EAX, SHIFTCOUNT           ; DSIZE*N\r
+        JZ      L4                        ; N = 0\r
+        MOV     ESI, [X]                  ; pointer to X\r
+        SUB     ECX, EAX                  ; (3-N)*DSIZE\r
+        MOV     EDI, [Y]                  ; pointer to Y\r
+        SUB     ESI, ECX                  ; end of pointer - bias\r
+        SUB     EDI, ECX\r
+        TEST    ECX, ECX\r
+        FLD     DSIZE PTR [ESI+ECX]       ; first X\r
+        JNS     SHORT L2                  ; less than 4 operations\r
+L1:     ; main loop\r
+        FMUL    DSIZE PTR [DA]\r
+        FLD     DSIZE PTR [ESI+ECX+DSIZE]\r
+        FMUL    DSIZE PTR [DA]\r
+        FXCH\r
+        FSUBR   DSIZE PTR [EDI+ECX]\r
+        FXCH\r
+        FLD     DSIZE PTR [ESI+ECX+2*DSIZE]\r
+        FMUL    DSIZE PTR [DA]\r
+        FXCH\r
+        FSUBR   DSIZE PTR [EDI+ECX+DSIZE]\r
+        FXCH    ST(2)\r
+        FSTP    DSIZE PTR [EDI+ECX]\r
+        FSUBR   DSIZE PTR [EDI+ECX+2*DSIZE]\r
+        FXCH\r
+        FSTP    DSIZE PTR [EDI+ECX+DSIZE]\r
+        FLD     DSIZE PTR [ESI+ECX+3*DSIZE]\r
+        FXCH\r
+        FSTP    DSIZE PTR [EDI+ECX+2*DSIZE]\r
+        ADD     ECX, 3*DSIZE\r
+        JS      L1                        ; loop\r
+L2:     FMUL    DSIZE PTR [DA]            ; finish leftover operation\r
+        FSUBR   DSIZE PTR [EDI+ECX]\r
+        SUB     ECX, 2*DSIZE              ; change pointer bias\r
+        JZ      SHORT L3                  ; finished\r
+        FLD     DSIZE PTR [DA]            ; start next operation\r
+        FMUL    DSIZE PTR [ESI+ECX+3*DSIZE]\r
+        FXCH\r
+        FSTP    DSIZE PTR [EDI+ECX+2*DSIZE]\r
+        FSUBR   DSIZE PTR [EDI+ECX+3*DSIZE]\r
+        ADD     ECX, 1*DSIZE\r
+        JZ      SHORT L3                  ; finished\r
+        FLD     DSIZE PTR [DA]\r
+        FMUL    DSIZE PTR [ESI+ECX+3*DSIZE]\r
+        FXCH\r
+        FSTP    DSIZE PTR [EDI+ECX+2*DSIZE]\r
+        FSUBR   DSIZE PTR [EDI+ECX+3*DSIZE]\r
+        ADD     ECX, 1*DSIZE\r
+L3:     FSTP    DSIZE PTR [EDI+ECX+2*DSIZE]\r
+L4:</pre><p>\r
+The reason why I am showing you how to unroll a loop by 3 is not to  recommend\r
+it, but to warn you how difficult it is! Be prepared to spend a considerable amount of time debugging\r
+and verifying your code when doing something like this. There are several problems to take\r
+care of: In most  cases, you cannot remove all stalls from a floating point loop unrolled by\r
+less than 4 unless you convolute it (i.e. there are unfinished operations at the end of each\r
+run which are being finished in the next run). The last <kbd>FLD</kbd> in the main loop above is the\r
+beginning of the first operation in the next run. It would be tempting here to make a solution\r
+which reads past the end of the array and then discards the extra value in the end, as in\r
+example 1.9 and 1.10, but that is not recommended in floating point loops because the\r
+reading of the extra value might generate a denormal operand exception in case the\r
+memory position after the array doesn't contain a valid floating point number. To avoid this,\r
+we have to do at least one more operation after the main loop.\r
+<p>\r
+The number of operations to do outside an unrolled loop would normally be N MODULO R,\r
+where N is the number of operations, and R is the unrolling factor.  But in the case of a\r
+convoluted loop, we have to do one more, i.e. (N-1) MODULO R + 1, for the\r
+abovementioned reason.\r
+<p>\r
+Normally, we would prefer to do the extra operations before the main loop, but here we have\r
+to do them afterwards for two reasons: One reason is to take care of the leftover operand\r
+from the convolution. The other reason is that calculating the number of extra operations\r
+requires a division if R is not a power of 2, and a division is time consuming. Doing the extra\r
+operations after the loop saves the division.\r
+<p>\r
+The next problem is to calculate how to bias the loop counter so that it will change sign at\r
+the right time, and adjust the base pointers so as to compensate for this bias. Finally, you\r
+have to make sure the leftover operand from the convolution is handled correctly for all\r
+values of N.\r
+<p>\r
+The epilog code doing 1-3 operations could have been implemented as a separate loop, but\r
+that would cost an extra branch misprediction, so the solution above is faster.\r
+<p>Now that I have scared you by demonstrating how difficult it is to unroll by 3, I will show you\r
+that it is much easier to unroll by 4:\r
+<p>\r
+<h4>Example 1.15:</h4><p>\r
+<pre>DSIZE   = 8                               ; data size\r
+        MOV     EAX, [N]                  ; number of elements\r
+        MOV     ESI, [X]                  ; pointer to X\r
+        MOV     EDI, [Y]                  ; pointer to Y\r
+        XOR     ECX, ECX\r
+        LEA     ESI, [ESI+DSIZE*EAX]      ; point to end of X\r
+        SUB     ECX, EAX                  ; -N\r
+        LEA     EDI, [EDI+DSIZE*EAX]      ; point to end of Y\r
+        TEST    AL,1                      ; test if N is odd\r
+        JZ      SHORT L1\r
+        FLD     DSIZE PTR [DA]            ; do the odd operation\r
+        FMUL    DSIZE PTR [ESI+DSIZE*ECX]\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX]\r
+        INC     ECX                       ; adjust counter\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX-DSIZE]\r
+L1:     TEST    AL,2            ; test for possibly 2 more operations\r
+        JZ      L2\r
+        FLD     DSIZE PTR [DA]        ; N MOD 4 = 2 or 3. Do two more\r
+        FMUL    DSIZE PTR [ESI+DSIZE*ECX]\r
+        FLD     DSIZE PTR [DA]\r
+        FMUL    DSIZE PTR [ESI+DSIZE*ECX+DSIZE]\r
+        FXCH\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX]\r
+        FXCH\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX+DSIZE]\r
+        FXCH\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX]\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX+DSIZE]\r
+        ADD     ECX, 2                ; counter is now divisible by 4\r
+L2:     TEST    ECX, ECX\r
+        JZ      L4                        ; no more operations\r
+L3:     ; main loop:\r
+        FLD     DSIZE PTR [DA]\r
+        FLD     DSIZE PTR [ESI+DSIZE*ECX]\r
+        FMUL    ST,ST(1)\r
+        FLD     DSIZE PTR [ESI+DSIZE*ECX+DSIZE]\r
+        FMUL    ST,ST(2)\r
+        FLD     DSIZE PTR [ESI+DSIZE*ECX+2*DSIZE]\r
+        FMUL    ST,ST(3)\r
+        FXCH    ST(2)\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX]\r
+        FXCH    ST(3)\r
+        FMUL    DSIZE PTR [ESI+DSIZE*ECX+3*DSIZE]\r
+        FXCH\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX+DSIZE]\r
+        FXCH    ST(2)\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX+2*DSIZE]\r
+        FXCH\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX+3*DSIZE]\r
+        FXCH    ST(3)\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX]\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX+2*DSIZE]\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX+DSIZE]\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX+3*DSIZE]\r
+        ADD     ECX, 4                          ; increment index by 4\r
+        JNZ     L3                              ; loop\r
+L4:</pre>\r
+<p>\r
+It is usually quite easy to find a stall-free solution when unrolling by 4, and there is no need \r
+for convolution. The number of extra operations to do outside the main loop is N MODULO \r
+4, which can be calculated easily without division, simply by testing the two lowest bits in N.\r
+The extra operations are done before the main loop rather than after, to make the handling \r
+of the loop counter simpler.\r
+<p>\r
+The tradeoff of loop unrolling is that the extra operations outside the loop are slower due to \r
+incomplete overlapping and possible branch mispredictions, and the first time penalty is \r
+higher because of increased code size.\r
+<p>\r
+As a general recommendation, I would say that if N is big or if convoluting the loop without\r
+unrolling cannot remove enough stalls, then you should unroll critical integer loops by 2 and\r
+floating point loops by 4.\r
+<p>\r
+<h3><a name="25_2">25.2 Loops in PPro, PII and PIII</a></h3><p>\r
+In the previous chapter (<a href="#25_1">25.1</a>) I explained how to use convolution and loop unrolling in order\r
+to improve pairing in PPlain and PMMX. On the PPro, PII and PIII there is no reason to do this\r
+thanks to the out-of-order execution mechanism. But there are other quite difficult problems\r
+to take care of, most importantly ifetch boundaries and register read stalls.\r
+<p>\r
+I have chosen the same example as in chapter <a href="#25_1">25.1</a>\r
+for the previous microprocessors: a  procedure which reads integers from an\r
+array, changes the sign of each integer, and stores the results in another array.\r
+<p>\r
+A C language code for this procedure would be:\r
+<pre>void ChangeSign (int * A, int * B, int N) {\r
+  int i;\r
+  for (i=0; i&lt;N; i++) B[i] = -A[i];}</pre><p>\r
+Translating to assembly, we might write the procedure like this:\r
+<h4>Example 2.1:</h4><p>\r
+<pre>_ChangeSign PROC NEAR\r
+        PUSH    ESI\r
+        PUSH    EDI\r
+A       EQU     DWORD PTR [ESP+12]\r
+B       EQU     DWORD PTR [ESP+16]\r
+N       EQU     DWORD PTR [ESP+20]\r
+\r
+        MOV     ECX, [N]\r
+        JECXZ   L2\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        CLD\r
+L1:     LODSD\r
+        NEG     EAX\r
+        STOSD\r
+        LOOP    L1\r
+L2:     POP     EDI\r
+        POP     ESI\r
+        RET\r
+_ChangeSign     ENDP</pre><p>\r
+This looks like a nice solution, but it is not optimal because it uses the non-optimal\r
+instructions <kbd>LOOP, LODSD</kbd> and <kbd>STOSD</kbd> that generate many uops.\r
+It takes 6-7 clock cycles per iteration if all data are in the level one cache.\r
+Avoiding these instructions we get:\r
+<h4>Example 2.2:</h4><p>\r
+<pre>        MOV     ECX, [N]\r
+        JECXZ   L2\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+ALIGN   16\r
+L1:     MOV     EAX, [ESI]       ; len=2, p2rESIwEAX\r
+        ADD     ESI, 4           ; len=3, p01rwESIwF\r
+        NEG     EAX              ; len=2, p01rwEAXwF\r
+        MOV     [EDI], EAX       ; len=2, p4rEAX, p3rEDI\r
+        ADD     EDI, 4           ; len=3, p01rwEDIwF\r
+        DEC     ECX              ; len=1, p01rwECXwF\r
+        JNZ     L1               ; len=2, p1rF\r
+L2:</pre><p>\r
+The comments are interpreted as follows: the <kbd>MOV EAX,[ESI]</kbd>\r
+instruction is 2 bytes long, it generates one uop for port 2 that reads\r
+<kbd>ESI</kbd> and writes to (renames) <kbd>EAX</kbd>. This\r
+information is needed for analyzing the possible bottlenecks.\r
+<p>\r
+Let's first analyze the instruction decoding (chapter <a href="#14">14</a>): One of the\r
+instructions generates 2 uops (<kbd>MOV [EDI],EAX</kbd>).\r
+This instruction must go into decoder D0. There are three\r
+decode groups in the loop so it can decode in 3 clock cycles.\r
+<p>\r
+Next, let's look at the instruction fetch (chapter <a href="#15">15</a>): If an ifetch boundary prevents the first\r
+three instructions from decoding together then there will be three decode groups in the last \r
+ifetch block so that the next iteration will have the ifetch block starting at the first instruction\r
+where we want it, and we will get a delay only in the first iteration. A worse situation would \r
+be a 16-byte boundary and an ifetch boundary in one of the last three instructions.\r
+According to the <a href="#ifetchtable">ifetch table</a>, this will generate a delay of 1 clock and cause the next\r
+iteration to have its first ifetch block aligned by 16, so that the problem continues through all \r
+iterations. The result is a fetch time of 4 clocks per iteration rather than 3. There are two \r
+ways to prevent this situation: the first method is to control where the ifetch blocks lie on the \r
+first iteration; the second method is to control where the 16-byte boundaries are. The latter \r
+method is the easiest. Since the entire loop has only 15 bytes of code you can avoid any \r
+16-byte boundary by aligning the loop entry by 16, as shown above. This will put the entire \r
+loop into a single ifetch block so that no further analysis of instruction fetching is needed.\r
+<p>\r
+The third problem to look at is register read stalls (chapter <a href="#16">16</a>). No register is read in this \r
+loop without being written to at least a few clock cycles before, so there can be no register \r
+read stalls.\r
+<p>\r
+The fourth analysis is execution (chapter <a href="#17">17</a>). Counting the uops for the different ports we\r
+get:<br>\r
+port 0 or 1: 4 uops<br>\r
+port 1 only: 1 uop<br>\r
+port 2: 1 uop<br>\r
+port 3: 1 uop<br>\r
+port 4: 1 uop<br>\r
+Assuming that the uops that can go to either port 0 or 1 are distributed optimally, the \r
+execution time will be 2.5 clocks per iteration.\r
+<p>\r
+The last analysis is retirement (chapter <a href="#18">18</a>). Since the number of uops in the loop is not\r
+divisible by 3, the retirement slots will not be used optimally when the jump has to retire in\r
+the first slot. The time needed for retirement is the number of uops divided by 3, and\r
+rounded up to nearest integer. This gives 3 clocks for retirement.\r
+<p>\r
+In conclusion, the loop above can execute in 3 clocks per iteration if the loop entry is\r
+aligned by 16. I am assuming that the conditional jump is predicted every time except on the\r
+exit of the loop (chapter <a href="#22_2">22.2</a>).\r
+<p>\r
+<h4>Using the same register for counter and index and letting the counter end at zero (PPro, PII and PIII)</h4>\r
+<h4><a name="2-3">Example 2.3:</a></h4><p>\r
+<pre>        MOV     ECX, [N]\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        LEA     ESI, [ESI+4*ECX]          ; point to end of array A\r
+        LEA     EDI, [EDI+4*ECX]          ; point to end of array B\r
+        NEG     ECX                       ; -N\r
+        JZ      SHORT L2\r
+ALIGN   16\r
+L1:     MOV     EAX, [ESI+4*ECX]          ; len=3, p2rESIrECXwEAX\r
+        NEG     EAX                       ; len=2, p01rwEAXwF\r
+        MOV     [EDI+4*ECX], EAX          ; len=3, p4rEAX, p3rEDIrECX\r
+        INC     ECX                       ; len=1, p01rwECXwF\r
+        JNZ     L1                        ; len=2, p1rF\r
+L2:</pre><p>\r
+Here we have reduced the number of uops to 6 by using the same register as counter and\r
+index. The base pointers point to the end of the arrays so that the index can count up\r
+through negative values to zero.\r
+<p>\r
+Decoding: There are two decode groups in the loop so it will decode in 2 clocks.\r
+<p>\r
+Instruction fetch: A loop always takes at least one clock cycle more than the the number of\r
+16 byte blocks. Since there are only 11 bytes of code in the loop it is possible to have it all\r
+in one ifetch block. By aligning the loop entry by 16 we can make sure that we don't get \r
+more than one 16-byte block so that it is possible to fetch in 2 clocks.\r
+<p>\r
+Register read stalls: The <kbd>ESI</kbd> and <kbd>EDI</kbd> registers are read, but not modified inside the loop.\r
+They will therefore be counted as permanent register reads, but not in the same triplet. \r
+Register <kbd>EAX, ECX</kbd>, and flags are modified inside the loop and read\r
+before they are written back so they will cause no permanent register reads.\r
+The conclusion is that there are no register read stalls.\r
+<p>\r
+Execution:<br>\r
+port 0 or 1: 2 uops<br>\r
+port 1: 1 uop<br>\r
+port 2: 1 uop<br>\r
+port 3: 1 uop<br>\r
+port 4: 1 uop<br>\r
+Execution time: 1.5 clocks.\r
+<p>\r
+Retirement:<br>\r
+6 uops = 2 clocks.\r
+<p>\r
+Conclusion: this loop takes only 2 clock cycles per iteration. \r
+<p>\r
+If you use absolute addresses instead of <kbd>ESI</kbd> and <kbd>EDI</kbd> then the loop will take 3 clocks\r
+because it cannot be contained in a single 16-byte block.\r
+<p>\r
+<h4>Unrolling a loop (PPro, PII and PIII)</h4><p>\r
+Doing more than one operation in each run and doing correspondingly fewer runs is called\r
+loop unrolling. In previous processors you would unroll loops to get parallel execution by\r
+pairing (chapter <a href="#25_1">25.1</a>). In PPro, PII and PIII this is not needed because the out-of-order\r
+execution mechanism takes care of that. There is no need to use two different registers \r
+either, because register renaming takes care of this. The purpose of unrolling here is to\r
+reduce the loop overhead per iteration.\r
+<p>\r
+The following example is the same as example 2.2 , but unrolled by 2, which means that\r
+you do two operations per iteration and half as many iterations\r
+<h4>Example 2.4:</h4><p>\r
+<pre>        MOV     ECX, [N]\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        SHR     ECX, 1           ; N/2\r
+        JNC     SHORT L1         ; test if N was odd\r
+        MOV     EAX, [ESI]       ; do the odd one first\r
+        ADD     ESI, 4\r
+        NEG     EAX   \r
+        MOV     [EDI], EAX \r
+        ADD     EDI, 4     \r
+L1:     JECXZ   L3\r
+\r
+ALIGN   16\r
+L2:     MOV     EAX, [ESI]       ; len=2, p2rESIwEAX\r
+        NEG     EAX              ; len=2, p01rwEAXwF\r
+        MOV     [EDI], EAX       ; len=2, p4rEAX, p3rEDI\r
+        MOV     EAX, [ESI+4]     ; len=3, p2rESIwEAX\r
+        NEG     EAX              ; len=2, p01rwEAXwF\r
+        MOV     [EDI+4], EAX     ; len=3, p4rEAX, p3rEDI\r
+        ADD     ESI, 8           ; len=3, p01rwESIwF\r
+        ADD     EDI, 8           ; len=3, p01rwEDIwF\r
+        DEC     ECX              ; len=1, p01rwECXwF\r
+        JNZ     L2               ; len=2, p1rF\r
+L3:</pre><p>\r
+In example 2.2 the loop overhead (i.e. adjusting pointers and counter, and jumping back)\r
+was 4 uops and the 'real job' was 4 uops. When unrolling the loop by two you do the 'real\r
+job' twice and the overhead once, so you get 12 uops in all. This reduces the overhead from\r
+50% to 33% of the uops. Since the unrolled loop can do only an even number of operations \r
+you have to check if N is odd and if so do one operation outside the loop.\r
+<p>\r
+Analyzing instruction fetching in this loop we find that a new ifetch block begins in the\r
+<kbd>ADD ESI,8</kbd> instruction, forcing it into decoder D0. This makes the loop decode in 5 clock cycles\r
+and not 4 as we wanted. We can solve this problem by coding the preceding instruction in a \r
+longer version. Change <kbd>MOV [EDI+4],EAX </kbd> to:\r
+<pre>    MOV [EDI+9999],EAX     ; make instruction with long displacement\r
+    ORG $-4\r
+    DD 4                   ; rewrite displacement to 4</pre><p>\r
+This will force a new ifetch block to begin at the long <kbd>MOV [EDI+4],EAX</kbd>\r
+instruction, so that decoding time is now down at 4 clocks. The rest of the\r
+pipeline can handle 3 uops per clock so that the expected execution time is 4\r
+clocks per iteration, or 2 clocks per operation.\r
+<p>\r
+Testing this solution shows that it actually takes a little more. My measurements showed\r
+approximately 4.5 clocks per iteration. This is probably due to a sub-optimal reordering of\r
+the uops. Possibly, the ROB doesn't find the optimal execution-order for the uops but\r
+submits them in a less than optimal order. This problem was not predicted, and only testing\r
+can reveal such a problem. We may help the ROB by doing some of the reordering\r
+manually:\r
+<h4>Example 2.5:</h4><p>\r
+<pre>ALIGN   16\r
+L2:     MOV     EAX, [ESI]       ; len=2, p2rESIwEAX\r
+        MOV     EBX, [ESI+4]     ; len=3, p2rESIwEBX\r
+        NEG     EAX              ; len=2, p01rwEAXwF\r
+        MOV     [EDI], EAX       ; len=2, p4rEAX, p3rEDI\r
+        ADD     ESI, 8           ; len=3, p01rwESIwF\r
+        NEG     EBX              ; len=2, p01rwEBXwF\r
+        MOV     [EDI+4], EBX     ; len=3, p4rEBX, p3rEDI\r
+        ADD     EDI, 8           ; len=3, p01rwEDIwF\r
+        DEC     ECX              ; len=1, p01rwECXwF\r
+        JNZ     L2               ; len=2, p1rF\r
+L3:</pre><p>\r
+The loop now executes in 4 clocks per iteration. This solution also solves the problem with\r
+instruction fetch blocks. The cost is that we need an extra register because we cannot take\r
+advantage of register renaming.\r
+<p>\r
+<h4>Rolling out by more than 2</h4><p>\r
+Loop unrolling is recommended when the loop overhead constitutes a high proportion of the \r
+total execution time. In example 2.3  the overhead is only 2 uops, so the gain by unrolling is \r
+little, but I will show you how to unroll it anyway, just for the exercise.\r
+<p>\r
+The 'real job' is 4 uops and the overhead 2. Unrolling by two we get 2*4+2 = 10 uops. The \r
+retirement time will be 10/3, rounded up to an integer, that is 4 clock cycles. This calculation \r
+shows that nothing is gained by unrolling this by two. Unrolling by four we get:\r
+<h4>Example 2.6:</h4><p>\r
+<pre>        MOV     ECX, [N]\r
+        SHL     ECX, 2                    ; number of bytes to handle\r
+        MOV     ESI, [A]\r
+        MOV     EDI, [B]\r
+        ADD     ESI, ECX                  ; point to end of array A\r
+        ADD     EDI, ECX                  ; point to end of array B\r
+        NEG     ECX                       ; -4*N\r
+        TEST    ECX, 4                    ; test if N is odd\r
+        JZ      SHORT L1\r
+        MOV     EAX, [ESI+ECX]            ; N is odd. do the odd one\r
+        NEG     EAX\r
+        MOV     [EDI+ECX], EAX\r
+        ADD     ECX, 4\r
+L1:     TEST    ECX, 8                    ; test if N/2 is odd\r
+        JZ      SHORT L2\r
+        MOV     EAX, [ESI+ECX]            ; N/2 is odd. do two extra\r
+        NEG     EAX\r
+        MOV     [EDI+ECX], EAX\r
+        MOV     EAX, [ESI+ECX+4]\r
+        NEG     EAX\r
+        MOV     [EDI+ECX+4], EAX\r
+        ADD     ECX, 8\r
+L2:     JECXZ   SHORT L4\r
+\r
+ALIGN   16\r
+L3:     MOV     EAX, [ESI+ECX]            ; len=3, p2rESIrECXwEAX\r
+        NEG     EAX                       ; len=2, p01rwEAXwF\r
+        MOV     [EDI+ECX], EAX            ; len=3, p4rEAX, p3rEDIrECX\r
+        MOV     EAX, [ESI+ECX+4]          ; len=4, p2rESIrECXwEAX\r
+        NEG     EAX                       ; len=2, p01rwEAXwF\r
+        MOV     [EDI+ECX+4], EAX          ; len=4, p4rEAX, p3rEDIrECX\r
+        MOV     EAX, [ESI+ECX+8]          ; len=4, p2rESIrECXwEAX\r
+        MOV     EBX, [ESI+ECX+12]         ; len=4, p2rESIrECXwEAX\r
+        NEG     EAX                       ; len=2, p01rwEAXwF\r
+        MOV     [EDI+ECX+8], EAX          ; len=4, p4rEAX, p3rEDIrECX\r
+        NEG     EBX                       ; len=2, p01rwEAXwF\r
+        MOV     [EDI+ECX+12], EBX         ; len=4, p4rEAX, p3rEDIrECX\r
+        ADD     ECX, 16                   ; len=3, p01rwECXwF\r
+        JS      L3                        ; len=2, p1rF\r
+L4:</pre><p>\r
+The ifetch blocks are where we want them. Decode time is 6 clocks.\r
+<p>\r
+Register read stalls is a problem here because <kbd>ECX</kbd> has retired near the end of the loop\r
+and we need to read both <kbd>ESI, EDI,</kbd> and <kbd>ECX</kbd>. The instructions have been reordered in\r
+order to avoid reading  ESI  near the bottom so that we can avoid a register read stall. In\r
+other words, the reason for reordering instructions and use an extra register (<kbd>EBX</kbd>) is not the\r
+same as in the previous example.\r
+<p>\r
+There are 12 uops and the loop executes in 6 clocks per iteration, or 1.5 clocks per \r
+operation.\r
+<p>\r
+It may be tempting to unroll loops by a high factor in order to get the maximum speed. But \r
+since the loop overhead in most cases can be reduced to something like one clock cycle \r
+per iteration then unrolling the loop by 4 rather than by 2 would save only 1/4 clock cycle\r
+per operation which is hardly worth the effort. Only if the loop overhead is high compared to\r
+the rest of the loop and N is very big should you think of unrolling by 4. Unrolling by more \r
+than 4 does not make sense. \r
+<p>\r
+The drawbacks of excessive loop unrolling are:\r
+<ol>\r
+<li>You need to calculate N MODULO R, where R is the unrolling factor, and do N\r
+MODULO R operations before or after the main loop in order to make the remaining\r
+number of operations divisible by R. This takes a lot of extra code and poorly predictable\r
+branches. And the loop body of course also becomes bigger.\r
+<li>A Piece of code usually takes much more time the first time it executes, and the penalty\r
+of first time execution is bigger the more code you have, especially if N is small.\r
+<li>Excessive code size makes the utilization of the code cache less effective.\r
+</ol>\r
+<p>\r
+Using an unrolling factor which is not a power of 2 makes the calculation of N MODULO R\r
+quite difficult, and is generally not recommended unless N is known to be divisible by R.\r
+<a href="#unrollby3">Example 1.14</a> shows how to unroll by 3.\r
+<p>\r
+<h4>Handling multiple 8 or 16 bit operands simultaneously in 32 bit registers (PPro, PII and PIII)</h4><p>\r
+It is sometimes possible to handle four bytes at a time in the same 32 bit register. The\r
+following example adds 2 to all elements of an array of bytes:\r
+<h4><a name="2-7">Example 2.7:</a></h4><p>\r
+<pre>        MOV     ESI, [A]         ; address of byte array\r
+        MOV     ECX, [N]         ; number of elements in byte array\r
+        JECXZ   L2\r
+ALIGN   16\r
+        DB   7  DUP (90H)        ; 7 NOP's for controlling alignment\r
+\r
+ L1:    MOV     EAX, [ESI]       ; read four bytes\r
+        MOV     EBX, EAX         ; copy into EBX\r
+        AND     EAX, 7F7F7F7FH   ; get lower 7 bits of each byte in EAX\r
+        XOR     EBX, EAX         ; get the highest bit of each byte\r
+        ADD     EAX, 02020202H   ; add desired value to all four bytes\r
+        XOR     EBX, EAX         ; combine bits again\r
+        MOV     [ESI], EBX       ; store result\r
+        ADD     ESI, 4           ; increment pointer\r
+        SUB     ECX, 4           ; decrement loop counter\r
+        JA      L1               ; loop\r
+L2:</pre><p>\r
+Note that I have masked out the highest bit of each byte to avoid a possible carry from each\r
+byte into the next one when adding. I am using <kbd>XOR</kbd> rather than\r
+<kbd>ADD</kbd> when putting in the high bit again to avoid carry.\r
+The array should of course be aligned by 4.\r
+<p>\r
+This loop should ideally take 4 clocks per iteration, but it takes somewhat\r
+more due to the dependency chain and difficult reordering. On PII and PIII\r
+you can do the same more effectively using MMX registers.\r
+<p>\r
+The next example finds the length of a zero-terminated string by searching  for the first byte\r
+of zero. It is much faster than using <kbd>REPNE SCASB</kbd>:\r
+<h4><a name="2-8">Example 2.8:</a></h4><p>\r
+<pre>_strlen PROC    NEAR\r
+        PUSH    EBX\r
+        MOV     EAX,[ESP+8]            ; get pointer to string\r
+        LEA     EDX,[EAX+3]            ; pointer+3 used in the end\r
+L1:     MOV     EBX,[EAX]              ; read first 4 bytes\r
+        ADD     EAX,4                  ; increment pointer\r
+        LEA     ECX,[EBX-01010101H]    ; subtract 1 from each byte\r
+        NOT     EBX                    ; invert all bytes\r
+        AND     ECX,EBX                ; and these two\r
+        AND     ECX,80808080H          ; test all sign bits\r
+        JZ      L1                     ; no zero bytes, continue loop\r
+        MOV     EBX,ECX\r
+        SHR     EBX,16\r
+        TEST    ECX,00008080H          ; test first two bytes\r
+        CMOVZ   ECX,EBX                ; shift right if not in the first 2 bytes\r
+        LEA     EBX,[EAX+2]\r
+        CMOVZ   EAX,EBX\r
+        SHL     CL,1                   ; use carry flag to avoid branch\r
+        SBB     EAX,EDX                ; compute length\r
+        POP     EBX\r
+        RET\r
+_strlen ENDP</pre><p>\r
+This loop takes 3 clocks for each iteration testing 4 bytes. The string should of course be\r
+aligned by 4. The code may read past the end of the string, so the string should not be\r
+placed at the end of a segment.\r
+<p>\r
+Handling 4 bytes simultaneously can be quite difficult. This code uses a formula which\r
+generates a nonzero value for a byte if, and only if, the byte is zero. This makes it possible\r
+to test all four bytes in one operation. This algorithm involves the subtraction of 1 from all\r
+bytes (in the <kbd>LEA ECX</kbd> instruction). I have not masked out the highest bit of each byte\r
+before subtracting, as I did in example <a href="#2-7">2.7</a>, so the subtraction may generate a borrow to the\r
+next byte, but only if it is zero, and this is exactly the situation where we don't care what the\r
+next byte is, because we are searching forwards for the first zero. If we were searching\r
+backwards then we would have to re-read the dword after detecting a zero, and then test all\r
+four bytes to find the last zero, or use <kbd>BSWAP</kbd> to reverse the order of the bytes. If you want\r
+to search for a byte value other than zero, then you may <kbd>XOR</kbd> all four bytes with the value\r
+you are searching for, and then use the method above to search for zero.\r
+<p>\r
+<h4>Loops with MMX instructions (PII and PIII)</h4><p>\r
+Using MMX instructions we can compare 8 bytes in one operation:\r
+<h4><a name="2-9">Example 2.9:</a></h4><p>\r
+<pre>_strlen PROC    NEAR\r
+        PUSH    EBX\r
+        MOV     EAX,[ESP+8]\r
+        LEA     EDX,[EAX+7]\r
+        PXOR    MM0,MM0\r
+L1:     MOVQ    MM1,[EAX]        ; len=3 p2rEAXwMM1\r
+        ADD     EAX,8            ; len=3 p01rEAX\r
+        PCMPEQB MM1,MM0          ; len=3 p01rMM0rMM1\r
+        MOVD    EBX,MM1          ; len=3 p01rMM1wEBX\r
+        PSRLQ   MM1,32           ; len=4 p1rMM1\r
+        MOVD    ECX,MM1          ; len=3 p01rMM1wECX\r
+        OR      ECX,EBX          ; len=2 p01rECXrEBXwF\r
+        JZ      L1               ; len=2 p1rF\r
+        MOVD    ECX,MM1\r
+        TEST    EBX,EBX\r
+        CMOVZ   EBX,ECX\r
+        LEA     ECX,[EAX+4]\r
+        CMOVZ   EAX,ECX\r
+        MOV     ECX,EBX\r
+        SHR     ECX,16\r
+        TEST    BX,BX\r
+        CMOVZ   EBX,ECX\r
+        LEA     ECX,[EAX+2]\r
+        CMOVZ   EAX,ECX\r
+        SHR     BL,1\r
+        SBB     EAX,EDX\r
+        EMMS\r
+        POP     EBX\r
+        RET\r
+_strlen ENDP</pre><p>\r
+This loop has 7 uops for port 0 and 1 which gives an average execution time of 3.5 clocks\r
+per iteration. The measured time is 3.8 clocks which shows that the ROB handles the\r
+situation reasonably well despite a dependency chain that is 6 uops long. Testing 8 bytes in\r
+less than 4 clocks is incredibly much faster than <kbd>REPNE SCASB</kbd>.\r
+<p>\r
+<h4>Loops with floating point instructions (PPro, PII and PIII)</h4><p>\r
+The methods for optimizing floating point loops are basically the same as for integer loops,\r
+but you should be more aware of dependency chains because of the long latencies of\r
+instruction execution.\r
+<p>\r
+Consider the C language code:\r
+<pre>  int i, n;  double * X;  double * Y;  double DA;\r
+  for (i=0; i&lt;n; i++)  Y[i] = Y[i] - DA * X[i];</pre><p>\r
+This piece of code (called DAXPY) has been studied extensively because it is the key to\r
+solving linear equations.\r
+<h4>Example 2.10:</h4><p>\r
+<pre>DSIZE   = 8                      ; data size (4 or 8)\r
+        MOV     ECX, [N]         ; number of elements\r
+        MOV     ESI, [X]         ; pointer to X\r
+        MOV     EDI, [Y]         ; pointer to Y\r
+        JECXZ   L2               ; test for N = 0\r
+        FLD     DSIZE PTR [DA]   ; load DA outside loop\r
+ALIGN   16\r
+        DB    2 DUP (90H)        ; 2 NOP's for alignment\r
+L1:     FLD     DSIZE PTR [ESI]  ; len=3 p2rESIwST0\r
+        ADD     ESI,DSIZE        ; len=3 p01rESI\r
+        FMUL    ST,ST(1)         ; len=2 p0rST0rST1\r
+        FSUBR   DSIZE PTR [EDI]  ; len=3 p2rEDI, p0rST0\r
+        FSTP    DSIZE PTR [EDI]  ; len=3 p4rST0, p3rEDI\r
+        ADD     EDI,DSIZE        ; len=3 p01rEDI\r
+        DEC     ECX              ; len=1 p01rECXwF\r
+        JNZ     L1               ; len=2 p1rF\r
+        FSTP    ST               ; discard DA \r
+L2:</pre><p>\r
+The dependency chain is 10 clock cycles long, but the loop takes only 4 clocks per iteration\r
+because it can begin a new operation before the previous one is finished. The purpose of\r
+the alignment is to prevent a 16-byte boundary in the last ifetch block.\r
+<p>\r
+<h4>Example 2.11:</h4><p>\r
+<pre>DSIZE   = 8                                ; data size (4 or 8)\r
+        MOV     ECX, [N]                   ; number of elements\r
+        MOV     ESI, [X]                   ; pointer to X\r
+        MOV     EDI, [Y]                   ; pointer to Y\r
+        LEA     ESI, [ESI+DSIZE*ECX]       ; point to end of array\r
+        LEA     EDI, [EDI+DSIZE*ECX]       ; point to end of array\r
+        NEG     ECX                        ; -N\r
+        JZ      SHORT L2                   ; test for N = 0\r
+        FLD     DSIZE PTR [DA]             ; load DA outside loop\r
+ALIGN   16\r
+L1:     FLD     DSIZE PTR [ESI+DSIZE*ECX]  ; len=3 p2rESIrECXwST0\r
+        FMUL    ST,ST(1)                   ; len=2 p0rST0rST1\r
+        FSUBR   DSIZE PTR [EDI+DSIZE*ECX]  ; len=3 p2rEDIrECX, p0rST0\r
+        FSTP    DSIZE PTR [EDI+DSIZE*ECX]  ; len=3 p4rST0, p3rEDIrECX\r
+        INC     ECX                        ; len=1 p01rECXwF\r
+        JNZ     L1                         ; len=2 p1rF\r
+        FSTP    ST                         ; discard DA\r
+L2:</pre><p>\r
+Here we have used the same trick as in example <a href="#2-3">2.3</a>. Ideally, this loop should take 3\r
+clocks, but measurements say approximately 3.5 clocks due to the long dependency chain.\r
+Unrolling the loop doesn't save much.\r
+<p>\r
+<h4>Loops with XMM instructions (PIII)</h4><p>\r
+The XMM instructions on the PIII allow you to operate on four single precision\r
+floating point numbers in parallel. The operands must be aligned by 16.\r
+<p>\r
+The DAXPY algorithm is not very suited for XMM instructions because the precision\r
+is poor, it may not be possible to align the operands by 16, and you need some\r
+extra code if the number of operations is not a multiple of four. I am showing\r
+the code here anyway, just to give an example of a loop with XMM instructions:\r
+<h4>Example 2.12:</h4><p>\r
+<pre>        MOV     ECX, [N]                   ; number of elements\r
+        MOV     ESI, [X]                   ; pointer to X\r
+        MOV     EDI, [Y]                   ; pointer to Y\r
+        SHL     ECX, 2\r
+        ADD     ESI, ECX                   ; point to end of X\r
+        ADD     EDI, ECX                   ; point to end of Y\r
+        NEG     ECX                        ; -4*N\r
+        MOV     EAX, [DA]                  ; load DA outside loop\r
+        XOR     EAX, 80000000H             ; change sign of DA\r
+        PUSH    EAX\r
+        MOVSS   XMM1, [ESP]                ; -DA\r
+        ADD     ESP, 4\r
+        SHUFPS  XMM1, XMM1, 0              ; copy -DA to all four positions\r
+        CMP     ECX, -16\r
+        JG      L2\r
+L1:     MOVAPS  XMM0, [ESI+ECX]            ; len=4 2*p2rESIrECXwXMM0\r
+        ADD     ECX, 16                    ; len=3 p01rwECXwF\r
+        MULPS   XMM0, XMM1                 ; len=3 2*p0rXMM0rXMM1\r
+        CMP     ECX, -16                   ; len=3 p01rECXwF\r
+        ADDPS   XMM0, [EDI+ECX-16]         ; len=5 2*p2rEDIrECX, 2*p1rXMM0\r
+        MOVAPS  [EDI+ECX-16], XMM0         ; len=5 2*p4rXMM0, 2*p3rEDIrECX\r
+        JNG     L1                         ; len=2 p1rF\r
+L2:     JECXZ   L4                         ; check if finished\r
+        MOVAPS  XMM0, [ESI+ECX]            ; 1-3 operations missing, do 4 more\r
+        MULPS   XMM0, XMM1\r
+        ADDPS   XMM0, [EDI+ECX]\r
+        CMP     ECX, -8\r
+        JG      L3\r
+        MOVLPS  [EDI+ECX], XMM0            ; store two more results\r
+        ADD     ECX, 8\r
+        MOVHLPS XMM0, XMM0\r
+L3:     JECXZ   L4\r
+        MOVSS   [EDI+ECX], XMM0            ; store one more result\r
+L4:</pre><p>\r
+The <kbd>L1</kbd> loop takes 5-6 clocks for 4 operations.\r
+The <kbd>ECX</kbd> instructions have been placed before and after the\r
+<kbd>MULPS XMM0, XMM1</kbd> instruction in order to avoid a register read port stall\r
+generated by the reading of the two parts of the <kbd>XMM1</kbd> register\r
+together with <kbd>ESI</kbd> or <kbd>EDI</kbd> in the RAT. The extra code after\r
+<kbd>L2</kbd> takes care of the situation where N is not divisible by 4.\r
+Note that this code may read past the end of A and B. This may delay the last\r
+operation if the extra memory positions read do not contain normal floating\r
+point numbers. If possible, put in some dummy extra data to make the number\r
+of operations divisible by 4 and leave out the extra code after <kbd>L2</kbd>.\r
+<p>\r
+<h2><a name="26">26</a>. Problematic Instructions</h2>\r
+<h3><a name="26_1">26.1 XCHG (all processors)</a></h3><p>\r
+The <kbd>XCHG register,[memory]</kbd> instruction is dangerous. By default this instruction has\r
+an implicit <kbd>LOCK</kbd> prefix which prevents it from using the cache. This instruction is therefore\r
+very time consuming, and should always be avoided.\r
+<p>\r
+<h3><a name="26_2">26.2 Rotates through carry (all processors)</a></h3><p>\r
+<kbd>RCR</kbd> and <kbd>RCL</kbd> with a count different from one are slow and should be avoided.\r
+<p>\r
+<h3><a name="26_3">26.3 String instructions (all processors)</a></h3><p>\r
+String instructions without a repeat prefix are too slow and should be replaced by simpler\r
+instructions. The same applies to <kbd>LOOP</kbd> on all processors and to\r
+<kbd>JECXZ</kbd> on PPlain and PMMX.\r
+<p>\r
+<kbd>REP MOVSD</kbd> and <kbd>REP STOSD</kbd> are quite fast if the repeat\r
+count is not too small. Always use the DWORD version if possible, and make\r
+sure that both source and destination are aligned by 8.\r
+<p>\r
+Some other methods of moving data are faster under certain conditions. See\r
+chapter <a href="#27_8">27.8</a> for details.\r
+<p>\r
+Note that while the <kbd>REP MOVS</kbd> instruction writes a word to the destination, it reads the next\r
+word from the source in the same clock cycle. You can have a cache bank conflict if bit 2-4\r
+are the same in these two addresses. In other words, you will get a penalty of one clock\r
+extra per iteration if <kbd>ESI+(wordsize)-EDI</kbd> is divisible by 32. The easiest way to avoid\r
+cache bank conflicts is to use the DWORD version and align both source and destination by\r
+8. Never use <kbd>MOVSB</kbd> or <kbd>MOVSW</kbd> in optimized code, not even in 16 bit mode.\r
+<p>\r
+<kbd>REP MOVS</kbd> and <kbd>REP STOS</kbd> can perform very fast by moving an entire cache line at a time\r
+on PPro, PII and PIII. This happens only when the following conditions are met:\r
+<ul>\r
+<li>both source and destination must be aligned by 8\r
+<li>direction must be forward (direction flag cleared)\r
+<li>the count (<kbd>ECX</kbd>) must be greater than or equal to 64\r
+<li>the difference between <kbd>EDI</kbd> and <kbd>ESI</kbd> must be numerically greater than or equal to 32\r
+<li>the memory type for both source and destination must be either writeback or\r
+write-combining (you can normally assume this).\r
+</ul><p>\r
+Under these conditions the number of uops issued is approximately 215+2*<kbd>ECX</kbd> for\r
+<kbd>REP MOVSD</kbd> and 185+1.5*<kbd>ECX</kbd> for <kbd>REP STOSD,</kbd>\r
+giving a speed of approximately 5 bytes per\r
+clock cycle for both instructions, which is almost 3 times as fast as when the above\r
+conditions are not met.\r
+<p>\r
+The byte and word versions also benefit from this fast mode, but they are less effective than\r
+the dword versions.\r
+<p>\r
+<kbd>REP STOSD</kbd> is optimal under the same conditions as <kbd>REP MOVSD</kbd>.\r
+<p>\r
+<kbd>REP LOADS, REP SCAS,</kbd> and <kbd>REP CMPS</kbd> are not optimal, and\r
+may be replaced by loops. See example <a href="#1-10">1.10</a>, <a href="#2-8">2.8</a>\r
+and <a href="#2-9">2.9</a> for alternatives to <kbd>REPNE SCASB. REP CMPS</kbd>\r
+may suffer cache bank conflicts if bit 2-4 are the same in <kbd>ESI</kbd> and\r
+<kbd>EDI</kbd>.\r
+<p>\r
+<h3><a name="26_4">26.4 Bit test (all processors)</a></h3><p>\r
+<kbd>BT, BTC, BTR</kbd>, and <kbd>BTS</kbd> instructions should preferably be replaced by instructions like\r
+<kbd>TEST, AND, OR, XOR</kbd>, or shifts on PPlain and PMMX. On PPro, PII and PIII, bit tests with a\r
+memory operand should be avoided.\r
+<p>\r
+<h3><a name="26_5">26.5 Integer multiplication (all processors)</a></h3><p>\r
+An integer multiplication takes approximately 9 clock cycles on PPlain and PMMX and 4 on\r
+PPro, PII and PIII. It is therefore often advantageous to replace a multiplication by a constant\r
+with a combination of other instructions such as <kbd>SHL, ADD, SUB</kbd>,\r
+and <kbd>LEA</kbd>. Example:<br>\r
+<kbd>IMUL EAX,10</kbd><br>\r
+can be replaced with<br>\r
+<kbd>MOV EBX,EAX / ADD EAX,EAX / SHL EBX,3 / ADD EAX,EBX</kbd><br>\r
+or<br>\r
+<kbd>LEA EAX,[EAX+4*EAX] / ADD EAX,EAX</kbd>\r
+<p>\r
+Floating point multiplication is faster than integer multiplication on PPlain and PMMX, but \r
+the time spent on converting integers to float and converting the product back again is \r
+usually more than the time saved by using floating point multiplication, except when the\r
+number of conversions is low compared with the number of multiplications. MMX \r
+multiplication is fast, but is only available with 16-bit operands.\r
+<p>\r
+<h3><a name="26_6">26.6 WAIT instruction (all processors)</a></h3><p>\r
+You can often increase speed by omitting the <kbd>WAIT</kbd> instruction.\r
+The <kbd>WAIT</kbd> instruction has three functions:\r
+<p>\r
+<u>a.</u> The old 8087 processor requires a <kbd>WAIT</kbd> before every\r
+floating point instruction to make sure the coprocessor is ready to receive it.\r
+<p>\r
+<u>b.</u> <kbd>WAIT</kbd> is used for coordinating memory access between the floating point unit and the\r
+integer unit. Examples:\r
+<pre><u>b.1.</u>  FISTP [mem32]\r
+      WAIT             ; wait for FPU to write before..\r
+      MOV EAX,[mem32]  ; reading the result with the integer unit\r
+\r
+<u>b.2.</u>  FILD [mem32]\r
+      WAIT             ; wait for FPU to read value..\r
+      MOV [mem32],EAX  ; before overwriting it with integer unit\r
+\r
+<u>b.3.</u>  FLD QWORD PTR [ESP]\r
+      WAIT             ; prevent an accidental interrupt from..\r
+      ADD ESP,8        ; overwriting value on stack</pre>\r
+<p>\r
+<u>c.</u> <kbd>WAIT</kbd> is sometimes used to check for exceptions. It will generate an interrupt if an\r
+unmasked exception bit in the floating point status word has been set by a preceding\r
+floating point instruction.\r
+<p>\r
+<u>Regarding a:</u><br>\r
+The function in point a is never needed on any other processors than the old 8087. Unless\r
+you want your code to be compatible with the 8087 you should tell your assembler not to\r
+put in these <kbd>WAIT</kbd>'s by specifying a higher processor. A 8087 floating point emulator also\r
+inserts <kbd>WAIT</kbd> instructions. You should therefore tell your assembler not to generate\r
+emulation code unless you need it.\r
+<p>\r
+<u>Regarding b:</u><br>\r
+<kbd>WAIT</kbd> instructions to coordinate memory access are definitely needed on the 8087 and\r
+80287 but not on the Pentiums. It is not quite clear whether it is needed on the 80387 and\r
+80486. I have made several tests on these Intel processors and not been able to provoke\r
+any error by omitting the <kbd>WAIT</kbd> on any 32 bit Intel processor, although Intel manuals say that\r
+the <kbd>WAIT</kbd> is needed for this purpose except after <kbd>FNSTSW</kbd>\r
+ and <kbd>FNSTCW</kbd>. Omitting <kbd>WAIT</kbd>\r
+instructions for coordinating memory access is not 100 % safe, even when writing 32 bit\r
+code, because the code may be able to run on the very rare combination of a 80386 main\r
+processor with a 287 coprocessor, which requires the <kbd>WAIT</kbd>. Also, I have no information on\r
+non-Intel processors, and I have not tested all possible hardware and software\r
+combinations, so there may be other situations where the <kbd>WAIT</kbd> is needed.\r
+<p>\r
+If you want to be certain that your code will work on any 32 bit processor (including\r
+non-Intel processors) then I would recommend that you include the <kbd>WAIT</kbd> here in order to be\r
+safe.\r
+<p>\r
+<u>Regarding c:</u><br>\r
+The assembler automatically inserts a <kbd>WAIT</kbd> for this purpose before the following\r
+instructions: <kbd>FCLEX, FINIT, FSAVE, FSTCW, FSTENV, FSTSW</kbd>. You can omit the <kbd>WAIT</kbd>\r
+by writing FNCLEX, etc. My tests show that the WAIT is unneccessary in most cases \r
+because these instructions without <kbd>WAIT</kbd> will still generate an interrupt on exceptions except\r
+for <kbd>FNCLEX</kbd> and <kbd>FNINIT</kbd> on the 80387. (There is some inconsistency about whether the\r
+<kbd>IRET</kbd> from the interrupt points to the <kbd>FN..</kbd> instruction or to the next instruction).\r
+<p>\r
+Almost all other floating point instructions will also generate an interrupt if a previous floating\r
+point instruction has set an unmasked exception bit, so the exception is likely to be detected\r
+sooner or later anyway. You may insert a <kbd>WAIT</kbd> after the last floating point instruction in your\r
+program to be sure to catch all exceptions.\r
+<p>\r
+You may still need the <kbd>WAIT</kbd> if you want to know exactly where an exception occurred in\r
+order to be able to recover from the situation. Consider, for example, the code under b.3 \r
+above: If you want to be able to recover from an exception generated by the <kbd>FLD</kbd> here, then\r
+you need the <kbd>WAIT</kbd> because an interrupt after <kbd>ADD ESP,8</kbd> would overwrite the value to load.\r
+<kbd>FNOP</kbd> may be faster than <kbd>WAIT</kbd> and serve the same purpose.\r
+<p>\r
+<h3><a name="26_7">26.7 FCOM + FSTSW AX  (all processors)</a></h3><p>\r
+The <kbd>FNSTSW</kbd> instruction is very slow on all processors. The PPro, PII and PIII\r
+processors have\r
+<kbd>FCOMI</kbd> instructions to avoid the slow <kbd>FNSTSW</kbd>.\r
+Using <kbd>FCOMI</kbd> instead of the common\r
+sequence <kbd>FCOM / FNSTSW AX / SAHF</kbd> will save you 8 clock cycles. You should\r
+therefore use <kbd>FCOMI</kbd> to avoid <kbd>FNSTSW</kbd> wherever possible, even in cases where it costs\r
+some extra code.\r
+<p>\r
+On processors without <kbd>FCOMI</kbd> instructions, the usual way of doing floating point\r
+comparisons is:\r
+<pre>    FLD [a]\r
+    FCOMP [b]\r
+    FSTSW AX\r
+    SAHF\r
+    JB ASmallerThanB</pre><p>\r
+You may improve this code by using <kbd>FNSTSW AX</kbd> rather than\r
+<kbd>FSTSW AX</kbd> and test <kbd>AH</kbd>\r
+directly rather than using the non-pairable <kbd>SAHF</kbd>\r
+(TASM version 3.0 has a bug with the <kbd>FNSTSW AX</kbd> instruction):\r
+<pre>    FLD [a]\r
+    FCOMP [b]\r
+    FNSTSW AX\r
+    SHR AH,1\r
+    JC ASmallerThanB</pre>\r
+<p>\r
+Testing for zero or equality:\r
+<pre>    FTST\r
+    FNSTSW AX\r
+    AND AH,40H\r
+    JNZ IsZero     ; (the zero flag is inverted!)</pre>\r
+<p>\r
+Test if greater:\r
+<pre>    FLD [a]\r
+    FCOMP [b]\r
+    FNSTSW AX\r
+    AND AH,41H\r
+    JZ AGreaterThanB</pre>\r
+<p>\r
+Do not use <kbd>TEST AH,41H</kbd> as it is not pairable on PPlain and PMMX.\r
+<p>\r
+On the PPlain and PMMX, the <kbd>FNSTSW</kbd> instruction takes 2 clocks, but it is delayed for an\r
+additional 4 clocks after any floating point instruction because it is waiting for the status\r
+word to retire from the pipeline. This delay comes even after <kbd>FNOP</kbd>\r
+which cannot change the status word, but not after integer instructions.\r
+You can fill the latency between <kbd>FCOM</kbd> and\r
+<kbd>FNSTSW</kbd> with integer instructions taking up to four clock cycles.\r
+A paired <kbd>FXCH</kbd> immediately\r
+after <kbd>FCOM</kbd> doesn't delay the <kbd>FNSTSW</kbd>, not even if the pairing is imperfect:\r
+<pre>    FCOM                  ; clock 1\r
+    FXCH                  ; clock 1-2 (imperfect pairing)\r
+    INC DWORD PTR [EBX]   ; clock 3-5\r
+    FNSTSW AX             ; clock 6-7</pre>\r
+<p>\r
+You may want to use <kbd>FCOM</kbd> rather than <kbd>FTST</kbd>\r
+here because <kbd>FTST</kbd> is not pairable.\r
+Remember to include the <kbd>N</kbd> in <kbd>FNSTSW</kbd>. <kbd>FSTSW</kbd>\r
+(without <kbd>N</kbd>) has a <kbd>WAIT</kbd> prefix which delays\r
+it further.\r
+<p>\r
+It is sometimes faster to use integer instructions for comparing floating point values, as\r
+described in chapter <a href="#27_6">27.6</a>.\r
+<p>\r
+<h3><a name="26_8">26.8 FPREM  (all processors)</a></h3><p>\r
+The <kbd>FPREM</kbd> and <kbd>FPREM1</kbd> instructions are slow on all\r
+processors. You may replace it by the following algorithm: Multiply by\r
+the reciprocal divisor, get the fractional part by subtracting\r
+the truncated value, then multiply by the divisor.\r
+(see chapter <a href="#27_5">27.5</a> on how to truncate)\r
+<p>\r
+Some documents say that these instructions may give incomplete reductions and\r
+that it is therefore necessary to repeat the <kbd>FPREM</kbd> or\r
+<kbd>FPREM1</kbd> instruction until the reduction is complete.\r
+I have tested this on several processors beginning with the old 8087 and I have\r
+found no situation where a repetition of the <kbd>FPREM</kbd> or <kbd>FPREM1</kbd>\r
+was needed.\r
+<p>\r
+<h3><a name="26_9">26.9 FRNDINT (all processors)</a></h3><p>\r
+This instruction is slow on all processors. Replace it by:\r
+<pre>\r
+    FISTP QWORD PTR [TEMP]\r
+    FILD  QWORD PTR [TEMP]</pre><p>\r
+This code is faster despite a possible penalty for attempting to read from\r
+<kbd>[TEMP]</kbd> before the write is finished. It is recommended to put\r
+other instructions in between in order to avoid\r
+this penalty. See chapter <a href="#27_5">27.5</a> on how to truncate.\r
+<p>\r
+<h3><a name="26_10">26.10 FSCALE and exponential function (all processors)</a></h3><p>\r
+<kbd>FSCALE</kbd> is slow on all processors. Computing integer powers\r
+of 2 can be done much faster by inserting the desired power in the exponent\r
+field of the floating point number.\r
+To calculate 2<sup>N</sup>, where N is a signed integer, select from the examples below the one that\r
+fits your range of N:\r
+<p>\r
+For |N| &lt; 2<sup>7</sup>-1 you can use single precision:\r
+<pre>    MOV     EAX, [N]\r
+    SHL     EAX, 23\r
+    ADD     EAX, 3F800000H\r
+    MOV     DWORD PTR [TEMP], EAX\r
+    FLD     DWORD PTR [TEMP]</pre>\r
+<p>\r
+For |N| &lt; 2<sup>10</sup>-1 you can use double precision:\r
+<pre>    MOV     EAX, [N]\r
+    SHL     EAX, 20\r
+    ADD     EAX, 3FF00000H\r
+    MOV     DWORD PTR [TEMP], 0\r
+    MOV     DWORD PTR [TEMP+4], EAX\r
+    FLD     QWORD PTR [TEMP]</pre>\r
+<p>\r
+For |N| &lt; 2<sup>14</sup>-1 use long double precision:\r
+<pre>    MOV     EAX, [N]\r
+    ADD     EAX, 00003FFFH\r
+    MOV     DWORD PTR [TEMP],   0\r
+    MOV     DWORD PTR [TEMP+4], 80000000H\r
+    MOV     DWORD PTR [TEMP+8], EAX\r
+    FLD     TBYTE PTR [TEMP]</pre>\r
+<p>\r
+<kbd>FSCALE</kbd> is often used in the calculation of exponential functions. The following code shows\r
+an exponential function without the slow <kbd>FRNDINT</kbd> and <kbd>FSCALE</kbd> instructions:\r
+<p>\r
+<pre>; extern "C" long double _cdecl exp (double x);\r
+_exp    PROC    NEAR\r
+PUBLIC  _exp\r
+        FLDL2E\r
+        FLD     QWORD PTR [ESP+4]             ; x\r
+        FMUL                                  ; z = x*log2(e)\r
+        FIST    DWORD PTR [ESP+4]             ; round(z)\r
+        SUB     ESP, 12\r
+        MOV     DWORD PTR [ESP], 0\r
+        MOV     DWORD PTR [ESP+4], 80000000H\r
+        FISUB   DWORD PTR [ESP+16]            ; z - round(z)\r
+        MOV     EAX, [ESP+16]\r
+        ADD     EAX,3FFFH\r
+        MOV     [ESP+8],EAX\r
+        JLE     SHORT UNDERFLOW\r
+        CMP     EAX,8000H\r
+        JGE     SHORT OVERFLOW\r
+        F2XM1\r
+        FLD1\r
+        FADD                                  ; 2^(z-round(z))\r
+        FLD     TBYTE PTR [ESP]               ; 2^(round(z))\r
+        ADD     ESP,12\r
+        FMUL                                  ; 2^z = e^x\r
+        RET\r
+\r
+UNDERFLOW: \r
+        FSTP    ST\r
+        FLDZ                                  ; return 0\r
+        ADD     ESP,12        \r
+        RET\r
+\r
+OVERFLOW:\r
+        PUSH    07F800000H                    ; +infinity\r
+        FSTP    ST\r
+        FLD     DWORD PTR [ESP]               ; return infinity\r
+        ADD     ESP,16\r
+        RET\r
+\r
+_exp    ENDP</pre>\r
+<p>\r
+<h3><a name="26_11">26.11 FPTAN  (all processors)</a></h3><p>\r
+According to the manuals, <kbd>FPTAN</kbd> returns two values X and Y and\r
+leaves it to the programmer to divide Y with X to get the result, but in\r
+fact it always returns 1 in X so you can save the division. My tests show that\r
+on all 32 bit Intel processors with floating point unit or coprocessor,\r
+<kbd>FPTAN</kbd> always returns 1 in X regardless of the argument. If you want to\r
+be absolutely sure that your code will run correctly on all processors, then\r
+you may test if X is 1, which is faster than dividing with X. The Y value may\r
+be very high, but never infinity, so you don't have to test if Y contains a\r
+valid number if you know that the argument is valid.\r
+<p>\r
+<h3><a name="26_12">26.12 FSQRT (PIII)</a></h3><p>\r
+A fast way of calculating an approximate squareroot on the PIII is to multiply\r
+the reciprocal squareroot of x by x:<br>\r
+SQRT(x) = x * RSQRT(x)<br>\r
+The instruction <kbd>RSQRTSS</kbd> or <kbd>RSQRTPS</kbd> gives the reciprocal\r
+squareroot with a precision of 12 bits. You can improve the precision to 23 bits\r
+by using the Newton-Raphson formula described in Intel's application note AP-803:<br>\r
+x<sub>0</sub> = <kbd>RSQRTSS</kbd>(a)<br>\r
+x<sub>1</sub> = 0.5 * x<sub>0</sub> * (3 - (a * x<sub>0</sub>)) * x<sub>0</sub>)<br>\r
+where x<sub>0</sub> is the first approximation to the reciprocal squareroot of\r
+a, and x<sub>1</sub> is a better approximation. The order of evaluation is\r
+important. You must use this formula before multiplying with a to get the squareroot.\r
+<p>\r
+<h3><a name="26_13">26.13 MOV [MEM], ACCUM (PPlain and PMMX)</a></h3><p>\r
+The instructions <kbd>MOV [mem],AL &nbsp; MOV [mem],AX &nbsp; MOV [mem],EAX</kbd>\r
+ are treated by the pairing circuitry as if they were writing to the accumulator.\r
+ Thus the following instructions do not pair:\r
+<pre>    MOV [mydata], EAX\r
+    MOV EBX, EAX</pre>\r
+<p>\r
+This problem occurs only with the short form of the <kbd>MOV</kbd>\r
+ instruction which can not have a\r
+base or index register, and which can only have the accumulator as source.\r
+You can avoid the problem by using another register, by reordering your\r
+instructions, by using a pointer, or by hard-coding the general form of\r
+the <kbd>MOV</kbd> instruction.\r
+<p>\r
+In 32 bit mode you can write the general form of <kbd>MOV [mem],EAX</kbd>:\r
+<pre>    DB 89H, 05H\r
+    DD OFFSET DS:mem</pre>\r
+<p>\r
+In 16 bit mode you can write the general form of <kbd>MOV [mem],AX</kbd>:\r
+<pre>    DB 89H, 06H\r
+    DW OFFSET DS:mem</pre>\r
+<p>\r
+To use <kbd>AL</kbd> instead of <kbd>(E)AX</kbd>, you replace <kbd>89H</kbd>\r
+ with <kbd>88H</kbd>\r
+<p>\r
+This flaw has not been fixed in the PMMX.\r
+<p>\r
+<h3><a name="26_14">26.14 TEST instruction (PPlain and PMMX)</a></h3><p>\r
+The <kbd>TEST</kbd> instruction with an immediate operand is only\r
+pairable if the destination is <kbd>AL</kbd>, <kbd>AX</kbd>, or <kbd>EAX</kbd>.\r
+<p>\r
+<kbd>TEST register,register</kbd>\r
+ and <kbd>TEST register,memory</kbd> is always pairable.\r
+<p>\r
+Examples:\r
+<pre>    TEST ECX,ECX                ; pairable\r
+    TEST [mem],EBX              ; pairable\r
+    TEST EDX,256                ; not pairable\r
+    TEST DWORD PTR [EBX],8000H  ; not pairable</pre><p>\r
+To make it pairable, use any of the following methods:\r
+<pre>    MOV EAX,[EBX] / TEST EAX,8000H\r
+    MOV EDX,[EBX] / AND  EDX,8000H\r
+    MOV AL,[EBX+1] / TEST AL,80H\r
+    MOV AL,[EBX+1] / TEST AL,AL  ; (result in sign flag)</pre><p>\r
+(The reason for this non-pairability is probably that the first byte of the 2-byte instruction is\r
+the same as for some other non-pairable instructions, and the processor cannot afford to\r
+check the second byte too when determining pairability.)\r
+<p>\r
+<h3><a name="26_15">26.15 Bit scan (PPlain and PMMX)</a></h3><p>\r
+<kbd>BSF</kbd> and <kbd>BSR</kbd> are the poorest optimized instructions on\r
+the PPlain and PMMX, taking\r
+approximately 11 + 2*n clock cycles, where n is the number of zeros skipped.\r
+<p>\r
+The following code emulates <kbd>BSR ECX,EAX</kbd>:\r
+<pre>        TEST    EAX,EAX\r
+        JZ      SHORT BS1\r
+        MOV     DWORD PTR [TEMP],EAX\r
+        MOV     DWORD PTR [TEMP+4],0\r
+        FILD    QWORD PTR [TEMP]\r
+        FSTP    QWORD PTR [TEMP]\r
+        WAIT    ; WAIT only needed for compatibility with old 80287 processor\r
+        MOV     ECX, DWORD PTR [TEMP+4]\r
+        SHR     ECX,20        ; isolate exponent\r
+        SUB     ECX,3FFH      ; adjust\r
+        TEST    EAX,EAX       ; clear zero flag\r
+BS1:</pre>\r
+<p>\r
+The following code emulates <kbd>BSF ECX,EAX</kbd>:\r
+<pre>        TEST    EAX,EAX\r
+        JZ      SHORT BS2\r
+        XOR     ECX,ECX\r
+        MOV     DWORD PTR [TEMP+4],ECX\r
+        SUB     ECX,EAX\r
+        AND     EAX,ECX\r
+        MOV     DWORD PTR [TEMP],EAX\r
+        FILD    QWORD PTR [TEMP]\r
+        FSTP    QWORD PTR [TEMP]\r
+        WAIT    ; WAIT only needed for compatibility with old 80287 processor\r
+        MOV     ECX, DWORD PTR [TEMP+4]\r
+        SHR     ECX,20\r
+        SUB     ECX,3FFH\r
+        TEST    EAX,EAX       ; clear zero flag\r
+BS2:</pre>\r
+<p>\r
+These emulation codes should not be used on the PPro, PII and PIII, where the bit scan\r
+instructions take only 1 or 2 clocks, and where the emulation codes shown above have two\r
+partial memory stalls.\r
+<p>\r
+<h3><a name="26_16">26.16 FLDCW (PPro, PII and PIII)</a></h3><p>\r
+The PPro, PII and PIII have a serious stall after the\r
+<kbd>FLDCW</kbd> instruction if followed by any floating\r
+point instruction which reads the control word (which almost all floating\r
+point instructions do).\r
+<p>\r
+When C or C++ code is compiled it often generates a lot of\r
+<kbd>FLDCW</kbd> instructions because conversion of floating point numbers\r
+to integers is done with truncation while other floating\r
+point instructions use rounding. After translation to assembly, you can\r
+improve this code by using rounding instead of truncation where possible,\r
+or by moving the <kbd>FLDCW</kbd> out of a loop\r
+where truncation is needed inside the loop.\r
+<p>\r
+See chapter <a href="#27_5">27.5</a> on how to convert floating point numbers to integers\r
+whitout changing the control word.\r
+<p>\r
+<h2><a name="27">27</a>. Special topics</h2>\r
+<h3><a name="27_1">27.1 LEA instruction (all processors)</a></h3><p>\r
+The <kbd>LEA</kbd> instruction is useful for many purposes because it can do\r
+a shift, two additions, and a move in just one instruction taking one clock cycle.\r
+Example:<br>\r
+<kbd>LEA EAX,[EBX+8*ECX-1000]</kbd><br>\r
+is much faster than<br>\r
+<kbd>MOV EAX,ECX / SHL EAX,3 / ADD EAX,EBX / SUB EAX,1000</kbd><br>\r
+The <kbd>LEA</kbd> instruction can also be used to do an add or shift without\r
+changing the flags. The source and destination need not have the same word size,\r
+so <kbd>LEA EAX,[BX]</kbd> is a possible\r
+replacement for <kbd>MOVZX EAX,BX</kbd>, although suboptimal on most processors.\r
+<p>\r
+You must be aware, however, that the <kbd>LEA</kbd> instruction will suffer\r
+an AGI stall on the PPlain and PMMX if it uses a base or index register\r
+which has been written to in the preceding clock cycle.\r
+<p>\r
+Since the <kbd>LEA</kbd> instruction is pairable in the v-pipe on PPlain and\r
+PMMX and shift instructions are not, you may use <kbd>LEA</kbd> as\r
+a substitute for a <kbd>SHL</kbd> by 1, 2, or 3 if you want the\r
+instruction to execute in the V-pipe.\r
+<p>\r
+The 32 bit processors have no documented addressing mode with a scaled index register\r
+and nothing else, so an instruction like <kbd>LEA EAX,[EAX*2]</kbd>\r
+is actually coded as <kbd>LEA EAX,[EAX*2+00000000]</kbd>\r
+with an immediate displacement of 4 bytes.  You may reduce the\r
+instruction size by instead writing <kbd>LEA EAX,[EAX+EAX]</kbd> or even\r
+better <kbd>ADD EAX,EAX</kbd>.\r
+The latter code cannot have an AGI delay in PPlain and PMMX. If you happen to have a register\r
+which is zero (like a loop counter after a loop), then you may use it\r
+as a base register to reduce the code size:\r
+<p>\r
+<pre>LEA EAX,[EBX*4]     ; 7 bytes\r
+LEA EAX,[ECX+EBX*4] ; 3 bytes</pre>\r
+<p>\r
+<h3><a name="27_2">27.2 Division (all processors)</a></h3><p>\r
+Division is quite time consuming. On PPro, PII and PIII an integer division\r
+takes 19, 23, or 39 clocks for byte, word, and dword divisors respectively.\r
+On PPlain and PMMX an unsigned integer division takes approximately the same,\r
+while a signed integer division takes somewhat more. It is therefore\r
+preferable to use the smallest operand size possible that won't generate an\r
+overflow, even if it costs an operand size prefix, and use unsigned\r
+division if possible.\r
+<p>\r
+<h4>Integer division by a constant (all processors)</h4><p>\r
+Integer division by a power of two can be done by shifting right. Dividing an\r
+unsigned integer by 2<sup>N</sup>:\r
+<pre>        SHR     EAX, N</pre><p>\r
+Dividing a signed integer by 2<sup>N</sup>:\r
+<pre>        CDQ\r
+        AND     EDX, (1 SHL N) -1  ; or  SHR EDX, 32-N\r
+        ADD     EAX, EDX\r
+        SAR     EAX, N</pre><p>\r
+The <kbd>SHR</kbd> alternative is shorter than the <kbd>AND</kbd> if N > 7,\r
+but can only go to execution port 0 (or u-pipe), whereas <kbd>AND</kbd> can\r
+go to either port 0 or 1 (u or v-pipe).\r
+<p>\r
+Dividing by a constant can be done by multiplying with the reciprocal.\r
+To calculate the unsigned integer division q = x / d, you first calculate\r
+the reciprocal of the divisor, f = 2<sup>r</sup> / d, where r defines the position of the binary\r
+decimal point (radix point). Then multiply x with f and shift\r
+right r positions. The maximum value of r is 32+b, where b is the number of binary digits in d\r
+minus 1. (b is the highest integer for which 2<sup>b</sup> &lt;= d). Use r = 32+b to cover the maximum\r
+range for the value of the dividend x.\r
+<p>\r
+This method needs some refinement in order to compensate for rounding errors.\r
+The following algorithm will give you the correct result for unsigned integer\r
+division with truncation, i.e. the same result as the <kbd>DIV</kbd>\r
+instruction gives (Thanks to Terje Mathisen who invented this method):\r
+  <pre>\r
+  b = (the number of significant bits in d) - 1\r
+  r = 32 + b\r
+  f = 2<sup>r</sup> / d\r
+  If f is an integer then d is a power of 2: goto case A.\r
+  If f is not an integer, then check if the fractional part of f is &lt; 0.5\r
+  If the fractional part of f &lt; 0.5: goto case B.\r
+  If the fractional part of f &gt; 0.5: goto case C.\r
+\r
+  case A: (d = 2<sup>b</sup>)\r
+  result = x SHR b\r
+\r
+  case B: (fractional part of f &lt; 0.5)\r
+  round f down to nearest integer\r
+  result = ((x+1) * f) SHR r\r
+\r
+  case C: (fractional part of f &gt; 0.5)\r
+  round f up to nearest integer\r
+  result = (x * f) SHR r\r
+  </pre>\r
+<p>\r
+Example:<br>\r
+Assume that you want to divide by 5.<br>\r
+5 = 00000101b.<br>\r
+b = (number of significant binary digits) - 1 = 2<br>\r
+r = 32+2 = 34<br>\r
+f = 2<sup>34</sup> / 5 = 3435973836.8 = 0CCCCCCCC.CCC...(hexadecimal)<br>\r
+The fractional part is greater than a half: use case C.<br>\r
+Round f up to 0CCCCCCCDh.\r
+<p>\r
+The following code divides <kbd>EAX</kbd> by 5 and returns the result in <kbd>EDX</kbd>:\r
+<pre>        MOV     EDX,0CCCCCCCDh\r
+        MUL     EDX\r
+        SHR     EDX,2</pre>\r
+<p>\r
+After the multiplication, <kbd>EDX</kbd> contains the product shifted right\r
+32 places. Since r = 34 you have to shift 2 more places to get the result.\r
+To divide by 10 you just change the last line to <kbd>SHR EDX,3</kbd>.\r
+<p>\r
+In case B you would have:\r
+<pre>        INC     EAX\r
+        MOV     EDX,f\r
+        MUL     EDX\r
+        SHR     EDX,b</pre>\r
+<p>\r
+This code works for all values of x except 0FFFFFFFFH which gives zero because of\r
+overflow in the <kbd>INC</kbd> instruction. If x = 0FFFFFFFFH is possible, then change the code to:\r
+<pre>        MOV     EDX,f\r
+        ADD     EAX,1\r
+        JC      DOVERFL\r
+        MUL     EDX\r
+DOVERFL:SHR     EDX,b</pre>\r
+<p>\r
+If the value of x is limited, then you may use a lower value of r, i.e.\r
+fewer digits. There can be several reasons to use a lower value of r:\r
+<ul>\r
+<li>you may set r = 32 to avoid the <kbd>SHR EDX,b</kbd> in the end.\r
+<li>you may set r = 16+b and use a multiplication instruction that\r
+gives a 32 bit result rather\r
+than 64 bits. This will free the <kbd>EDX</kbd> register:\r
+<pre>   IMUL EAX,0CCCDh / SHR EAX,18</pre>\r
+<li>you may choose a value of r that gives case C rather than case\r
+B in order to avoid the <kbd>INC EAX</kbd> instruction\r
+</ul>\r
+<p>\r
+The maximum value for x in these cases is at least 2<sup>r-b</sup>,\r
+sometimes higher. You have to do a systematic test if you want to know the\r
+exact maximum value of x for which your code works correctly.\r
+<p>\r
+You may want to replace the slow multiplication instruction with faster instructions as \r
+explained in chapter <a href="#26"_5>26.5</a>.\r
+<p>\r
+The following example divides <kbd>EAX</kbd> by 10 and returns the result\r
+in <kbd>EAX</kbd>. I have chosen r=17 rather than 19 because it happens\r
+to give a code, which is easier to optimize, and covers\r
+the same range for x. f = 2<sup>17</sup> / 10 = 3333h, case B: q = (x+1)*3333h:\r
+<pre>        LEA     EBX,[EAX+2*EAX+3]\r
+        LEA     ECX,[EAX+2*EAX+3]\r
+        SHL     EBX,4\r
+        MOV     EAX,ECX\r
+        SHL     ECX,8\r
+        ADD     EAX,EBX\r
+        SHL     EBX,8\r
+        ADD     EAX,ECX\r
+        ADD     EAX,EBX\r
+        SHR     EAX,17</pre>\r
+<p>\r
+A systematic test shows that this code works correctly for all x &lt; 10004H.\r
+<p>\r
+<h4>Repeated integer division by the same value (all processors)</h4><p>\r
+If the divisor is not known at assembly time, but you are dividing\r
+repeatedly with the same divisor, then you may use the same method as above.\r
+The code has to distinguish between\r
+case A, B and C and calculate f before doing the divisions.\r
+<p>\r
+The code that follows shows how to do multiple divisions with the same divisor (unsigned \r
+division with truncation). First call <kbd>SET_DIVISOR</kbd> to specify the\r
+divisor and calculate the\r
+reciprocal, then call <kbd>DIVIDE_FIXED</kbd> for each value to divide by the same divisor.\r
+<pre>\r
+.data\r
+\r
+RECIPROCAL_DIVISOR DD ?            ; rounded reciprocal divisor\r
+CORRECTION         DD ?            ; case A: -1, case B: 1, case C: 0\r
+BSHIFT             DD ?            ; number of bits in divisor - 1\r
+\r
+.code\r
+\r
+SET_DIVISOR PROC NEAR              ; divisor in EAX\r
+        PUSH    EBX\r
+        MOV     EBX,EAX\r
+        BSR     ECX,EAX            ; b = number of bits in divisor - 1\r
+        MOV     EDX,1\r
+        JZ      ERROR              ; error: divisor is zero\r
+        SHL     EDX,CL             ; 2^b\r
+        MOV     [BSHIFT],ECX       ; save b\r
+        CMP     EAX,EDX\r
+        MOV     EAX,0\r
+        JE      SHORT CASE_A       ; divisor is a power of 2\r
+        DIV     EBX                ; 2^(32+b) / d\r
+        SHR     EBX,1              ; divisor / 2\r
+        XOR     ECX,ECX\r
+        CMP     EDX,EBX            ; compare remainder with divisor/2\r
+        SETBE   CL                 ; 1 if case B\r
+        MOV     [CORRECTION],ECX   ; correction for rounding errors\r
+        XOR     ECX,1\r
+        ADD     EAX,ECX            ; add 1 if case C\r
+        MOV     [RECIPROCAL_DIVISOR],EAX ; rounded reciprocal divisor\r
+        POP     EBX\r
+        RET\r
+CASE_A: MOV     [CORRECTION],-1    ; remember that we have case A\r
+        POP     EBX\r
+        RET\r
+SET_DIVISOR     ENDP\r
+\r
+DIVIDE_FIXED PROC NEAR                 ; dividend in EAX, result in EAX\r
+        MOV     EDX,[CORRECTION]\r
+        MOV     ECX,[BSHIFT]\r
+        TEST    EDX,EDX\r
+        JS      SHORT DSHIFT           ; divisor is power of 2\r
+        ADD     EAX,EDX                ; correct for rounding error\r
+        JC      SHORT DOVERFL          ; correct for overflow\r
+        MUL     [RECIPROCAL_DIVISOR]   ; multiply with reciprocal divisor\r
+        MOV     EAX,EDX\r
+DSHIFT: SHR     EAX,CL                 ; adjust for number of bits\r
+        RET\r
+DOVERFL:MOV     EAX,[RECIPROCAL_DIVISOR] ; dividend = 0FFFFFFFFH\r
+        SHR     EAX,CL                 ; do division by shifting\r
+        RET\r
+DIVIDE_FIXED    ENDP</pre><p>\r
+This code gives the same result as the <kbd>DIV</kbd> instruction for\r
+0 &lt;= x &lt; 2<sup>32</sup>,  0 &lt; d &lt; 2<sup>32</sup>.<br>\r
+Note: The line <kbd>JC DOVERFL</kbd> and its target are not needed if\r
+you are certain that x &lt; 0FFFFFFFFH.\r
+<p>\r
+If powers of 2 occur so seldom that it is not worth optimizing for them,\r
+then you may leave out the jump to <kbd>DSHIFT</kbd> and instead do a\r
+multiplication with <kbd>CORRECTION</kbd> = 0 for case A.\r
+<p>\r
+If the divisor is changed so often that the procedure <kbd>SET_DIVISOR</kbd> needs optimizing, then you may\r
+replace the <kbd>BSR</kbd> instruction with the code given in chapter\r
+<a href="#26_15">26.15</a> for the PPlain and PMMX processors.\r
+<p>\r
+<h4>Floating point division (all processors)</h4><p>\r
+Floating point division takes 38 or 39 clock cycles for the highest precision.\r
+You can save time by specifying a lower precision in the floating point\r
+control word (On PPlain and PMMX, only <kbd>FDIV</kbd> and <kbd>FIDIV</kbd> are faster at low\r
+precision; on PPro, PII and PIII, this also applies\r
+to <kbd>FSQRT</kbd>. No other instructions can be speeded up this way).\r
+<p>\r
+<h4><a name="paralleldiv">Parallel division (PPlain and PMMX)</a></h4><p>\r
+On PPlain and PMMX, it is possible to do a floating point division and an integer division in\r
+parallel to save time. On PPro, PII and PIII this is not possible, because integer division and\r
+floating point division use the same circuitry.<br>\r
+Example: A = A1 / A2; B = B1 / B2\r
+<pre>        FILD    [B1]\r
+        FILD    [B2]\r
+        MOV     EAX, [A1]\r
+        MOV     EBX, [A2]\r
+        CDQ\r
+        FDIV\r
+        DIV     EBX\r
+        FISTP   [B]\r
+        MOV     [A], EAX</pre><p>\r
+(make sure you set the floating point control word to the desired rounding method)\r
+<p>\r
+<h4>Using reciprocal instruction for fast division (PIII)</h4><p>\r
+On PIII you can use the fast reciprocal instruction <kbd>RCPSS</kbd> or\r
+<kbd>RCPPS</kbd> on the divisor and then multiply with the dividend. However,\r
+the precision is only 12 bits. You can increase the precision to 23 bits by\r
+using the Newton-Raphson method described in Intel's application note AP-803:<br>\r
+x<sub>0</sub> = <kbd>RCPSS</kbd>(d)<br>\r
+x<sub>1</sub> = x<sub>0</sub> * (2 - d * x<sub>0</sub>)\r
+= 2*x<sub>0</sub> - d * x<sub>0</sub> * x<sub>0</sub><br>\r
+where x<sub>0</sub> is the first approximation to the reciprocal of the divisor, d,\r
+and x<sub>1</sub> is a better approximation. You must use this formula before\r
+multiplying with the dividend:\r
+<pre>        MOVAPS  XMM1, [DIVISORS]         ; load divisors\r
+        RCPPS   XMM0, XMM1               ; approximate reciprocal\r
+        MULPS   XMM1, XMM0               ; Newton-Raphson formula\r
+        MULPS   XMM1, XMM0\r
+        ADDPS   XMM0, XMM0\r
+        SUBPS   XMM0, XMM1\r
+        MULPS   XMM0, [DIVIDENDS]        ; results in XMM0</pre><p>\r
+This makes four divisions in 18 clock cycles with a precision of 23 bits.\r
+Increasing the precision further by repeating the Newton-Raphson formula\r
+in the floating point registers is possible, but not very advantageous.\r
+<p>\r
+If you want to use this method for integer divisions then you have to check for\r
+rounding errors. The following code makes four divisions with truncation on packed\r
+word size integers in approximately 42 clock cycles. It gives exact results for\r
+0 <= dividend < 7FFFFH and 0 < divisor <= 7FFFFH:\r
+<pre>        MOVQ MM1, [DIVISORS]      ; load four divisors\r
+        MOVQ MM2, [DIVIDENDS]     ; load four dividends\r
+        PUNPCKHWD MM4, MM1        ; unpack divisors to DWORDs\r
+        PSRAD MM4, 16\r
+        PUNPCKLWD MM3, MM1\r
+        PSRAD MM3, 16\r
+        CVTPI2PS XMM1, MM4        ; convert divisors to float, upper two operands\r
+        MOVLHPS XMM1, XMM1\r
+        CVTPI2PS XMM1, MM3        ; convert lower two operands\r
+        PUNPCKHWD MM4, MM2        ; unpack dividends to DWORDs\r
+        PSRAD MM4, 16\r
+        PUNPCKLWD MM3, MM2\r
+        PSRAD MM3, 16\r
+        CVTPI2PS XMM2, MM4        ; convert dividends to float, upper two operands\r
+        MOVLHPS XMM2, XMM2\r
+        CVTPI2PS XMM2, MM3        ; convert lower two operands\r
+        RCPPS XMM0, XMM1          ; approximate reciprocal of divisors\r
+        MULPS XMM1, XMM0          ; improve precision with Newton-Raphson method\r
+        PCMPEQW MM4, MM4          ; make four integer 1's in the meantime\r
+        PSRLW MM4, 15\r
+        MULPS XMM1, XMM0\r
+        ADDPS XMM0, XMM0\r
+        SUBPS XMM0, XMM1          ; reciprocal divisors with 23 bit precision\r
+        MULPS XMM0, XMM2          ; multiply with dividends\r
+        CVTTPS2PI MM0, XMM0       ; truncate lower two results\r
+        MOVHLPS XMM0, XMM0\r
+        CVTTPS2PI MM3, XMM0       ; truncate upper two results\r
+        PACKSSDW MM0, MM3         ; pack the four results into MM0\r
+        MOVQ MM3, MM1             ; multiply results with divisors...\r
+        PMULLW MM3, MM0           ; to check for rounding errors\r
+        PADDSW MM0, MM4           ; add 1 to compensate for later subtraction\r
+        PADDSW MM3, MM1           ; add divisor. this should be > dividend\r
+        PCMPGTW MM3, MM2          ; check if too small\r
+        PADDSW MM0, MM3           ; subtract 1 if not too small\r
+        MOVQ [QUOTIENTS], MM0     ; save the four results</pre><p>\r
+This code checks if the result is too small and makes the appropriate\r
+correction. It is not necessary to check if the result is too big.\r
+<p>\r
+<h4>Avoiding divisions (all processors)</h4><p>\r
+Obviously, you should always try to minimize the number of divisions. Floating point division\r
+with a constant or repeated division with the same value should of course be done by\r
+multiplying with the reciprocal. But there are many other situations where you can reduce\r
+the number of divisions. For example:\r
+if (A/B &gt; C)...  can be rewritten as  if (A &gt; B*C)...  when B is positive, and the opposite when\r
+B is negative.\r
+<p>\r
+A/B + C/D  can be rewritten as  (A*D + C*B) / (B*D)\r
+<p>\r
+If you are using integer division, then you should be aware that the rounding errors may be\r
+different when you rewrite the formulas.\r
+<p>\r
+<h3><a name="27_3">27.3 Freeing floating point registers (all processors)</a></h3><p>\r
+You have to free all used floating point registers before exiting a subroutine,\r
+except for any register used for the result.\r
+<p>\r
+The fastest way of freeing one register is <kbd>FSTP ST</kbd>.\r
+The fastest way of freeing two registers is <kbd>FCOMPP</kbd> on PPlain and PMMX;\r
+on PPro, PII and PIII you may use either\r
+<kbd>FCOMPP</kbd> or two times <kbd>FSTP ST</kbd>, whichever fits best into\r
+the decoding sequence.\r
+<p>\r
+It is not recommended to use <kbd>FFREE</kbd>.\r
+<p>\r
+<h3><a name="27_4">27.4 Transitions between floating point and MMX instructions (PMMX, PII and PIII)</a></h3><p>\r
+You must issue an <kbd>EMMS</kbd> instruction after your last MMX instruction if there\r
+is a possibility that floating point code follows later.\r
+<p>\r
+On PMMX there is a high penalty for switching between floating point and MMX\r
+instructions. The first floating point instruction after an\r
+<kbd>EMMS</kbd> takes approximately 58 clocks extra, and the first MMX instruction\r
+after a floating point instruction takes approximately 38 clocks extra. \r
+<p>\r
+On PII and PIII there is no such penalty. The delay after <kbd>EMMS</kbd>\r
+can be hidden by putting in integer\r
+instructions between <kbd>EMMS</kbd> and the first floating point instruction.\r
+<p>\r
+<h3><a name="27_5">27.5 Converting from floating point to integer (All processors)</a></h3><p>\r
+All conversions from floating point to integer, and vice versa, must go via a memory \r
+location:\r
+<pre>    FISTP DWORD PTR [TEMP]\r
+    MOV EAX, [TEMP]</pre><p>\r
+On PPro, PII and PIII, this code is likely to have a penalty for attempting to\r
+read from <kbd>[TEMP]</kbd> before the write to <kbd>[TEMP]</kbd> is finished\r
+because the <kbd>FIST</kbd> instruction is slow (see chapter <a href="#17">17</a>).\r
+It doesn't help to put in a <kbd>WAIT</kbd> (see chapter <a href="#26_6">26.6</a>).\r
+It is recommended that you put in other instructions between the write to\r
+<kbd>[TEMP]</kbd> and the read from <kbd>[TEMP]</kbd> if possible in\r
+order to avoid this penalty. This applies to all the examples that follow.\r
+<p>\r
+The specifications for the C and C++ language requires that conversion\r
+from floating point\r
+numbers to integers use truncation rather than rounding. The method used by most C\r
+libraries is to change the floating point control word to indicate truncation before using an\r
+<kbd>FISTP</kbd> instruction and changing it back again afterwords. This method is very slow on all \r
+processors. On PPro, PII and PIII, the floating point control word cannot be renamed, so all\r
+subsequent floating point instructions must wait for the <kbd>FLDCW</kbd> instruction to retire.\r
+<p>\r
+Whenever you have a conversion from floating point to integer in C or C++, you should\r
+think of whether you can use rounding to nearest integer instead of truncation. If your \r
+standard library doesn't have a fast round function then make your own using the code\r
+examples listed below.\r
+<p>\r
+If you need truncation inside a loop then you should change the control word only outside\r
+the loop if the rest of the floating point instructions in the loop can work correctly in \r
+truncation mode.\r
+<p>\r
+You may use various tricks for truncating without changing the control word, as illustrated in\r
+the examples below. These examples presume that the control word is set to default, i.e.\r
+rounding to nearest or even.\r
+<p>\r
+<h4>Rounding to nearest or even</h4><p>\r
+<pre>; extern "C" int round (double x);\r
+_round  PROC    NEAR\r
+PUBLIC  _round\r
+        FLD     QWORD PTR [ESP+4]\r
+        FISTP   DWORD PTR [ESP+4]\r
+        MOV     EAX, DWORD PTR [ESP+4]\r
+        RET\r
+_round  ENDP</pre>\r
+<p>\r
+<h4>Truncation towards zero</h4><p>\r
+<pre>; extern "C" int truncate (double x);\r
+_truncate PROC    NEAR\r
+PUBLIC  _truncate\r
+        FLD     QWORD PTR [ESP+4]   ; x\r
+        SUB     ESP, 12             ; space for local variables\r
+        FIST    DWORD PTR [ESP]     ; rounded value\r
+        FST     DWORD PTR [ESP+4]   ; float value\r
+        FISUB   DWORD PTR [ESP]     ; subtract rounded value\r
+        FSTP    DWORD PTR [ESP+8]   ; difference\r
+        POP     EAX                 ; rounded value\r
+        POP     ECX                 ; float value\r
+        POP     EDX                 ; difference (float)\r
+        TEST    ECX, ECX            ; test sign of x\r
+        JS      SHORT NEGATIVE\r
+        ADD     EDX, 7FFFFFFFH      ; produce carry if difference &lt; -0\r
+        SBB     EAX, 0              ; subtract 1 if x-round(x) &lt; -0\r
+        RET\r
+NEGATIVE:\r
+        XOR     ECX, ECX\r
+        TEST    EDX, EDX\r
+        SETG    CL                  ; 1 if difference &gt; 0\r
+        ADD     EAX, ECX            ; add 1 if x-round(x) &gt; 0\r
+        RET\r
+_truncate ENDP</pre>\r
+<p>\r
+<h4>Truncation towards minus infinity</h4><p>\r
+<pre>; extern "C" int ifloor (double x);\r
+_ifloor PROC    NEAR\r
+PUBLIC  _ifloor\r
+        FLD     QWORD PTR [ESP+4]   ; x\r
+        SUB     ESP, 8              ; space for local variables\r
+        FIST    DWORD PTR [ESP]     ; rounded value\r
+        FISUB   DWORD PTR [ESP]     ; subtract rounded value\r
+        FSTP    DWORD PTR [ESP+4]   ; difference\r
+        POP     EAX                 ; rounded value\r
+        POP     EDX                 ; difference (float)\r
+        ADD     EDX, 7FFFFFFFH      ; produce carry if difference &lt; -0\r
+        SBB     EAX, 0              ; subtract 1 if x-round(x) &lt; -0\r
+        RET\r
+_ifloor ENDP</pre>\r
+<p>\r
+These procedures work for -2<sup>31</sup> &lt; x &lt; 2<sup>31</sup>-1.\r
+They do not check for overflow or NAN's.\r
+<p>\r
+The PIII has instructions for truncation of single precision floating point\r
+numbers: <kbd>CVTTSS2SI</kbd> and <kbd>CVTTPS2PI</kbd>. These instructions\r
+are very useful if the single precision is satisfactory, but if you are converting\r
+a float with higher precision to single precision in order to use these truncation\r
+instructions then you have the problem that the number may be rounded up in the\r
+conversion to single precision.\r
+<p>\r
+<h4>Alternative to FISTP instruction (PPlain and PMMX)</h4>\r
+<p>\r
+Converting a floating point number to integer is normally done like this:\r
+<pre>        FISTP   DWORD PTR [TEMP]\r
+        MOV     EAX, [TEMP]</pre>\r
+<p>\r
+An alternative method is:\r
+<pre>.DATA\r
+ALIGN 8\r
+TEMP    DQ      ?\r
+MAGIC   DD      59C00000H   ; f.p. representation of 2^51 + 2^52\r
+\r
+.CODE\r
+        FADD    [MAGIC]\r
+        FSTP    QWORD PTR [TEMP]\r
+        MOV     EAX, DWORD PTR [TEMP]</pre>\r
+<p>\r
+Adding the 'magic number' of 2<sup>51</sup> + 2<sup>52</sup> has the effect\r
+that any integer between -2<sup>31</sup> and +2<sup>31</sup>\r
+ will be aligned in the lower 32 bits when storing as a double precision floating\r
+point number. The result is the same as you get with <kbd>FISTP</kbd> for all rounding methods except\r
+truncation towards zero. The result is different from <kbd>FISTP</kbd> if the control word specifies\r
+truncation or in case of overflow. You may need a <kbd>WAIT</kbd> instruction for\r
+compatibility with the old 80287 processor, see chapter <a href="#26_6">26.6</a>.\r
+<p>\r
+This method is not faster than using <kbd>FISTP</kbd>, but it gives better\r
+scheduling opportunities on\r
+PPlain and PMMX because there is a 3 clock void between <kbd>FADD</kbd>\r
+ and <kbd>FSTP</kbd> which may be\r
+filled with other instrucions. You may multiply or divide the number by a\r
+power of 2 in the same operation by doing the opposite to the magic number.\r
+You may also add a constant by\r
+adding it to the magic number, which then has to be double precision.\r
+<p>\r
+<h3><a name="27_6">27.6 Using integer instructions to do floating point operations (all processors)</a></h3><p>\r
+Integer instructions are generally faster than floating point instructions, so it is often\r
+advantageous to use integer instructions for doing simple floating point operations. The \r
+most obvious example is moving data. Example:<br>\r
+<kbd>   FLD QWORD PTR [ESI] / FSTP QWORD PTR [EDI]</kbd><br>\r
+Change to:<br>\r
+<kbd>   MOV EAX,[ESI] / MOV EBX,[ESI+4] / MOV [EDI],EAX / MOV [EDI+4],EBX</kbd><br>\r
+<p>\r
+<h4>Testing if a floating point value is zero:</h4><p>\r
+The floating point value of zero is usually represented as 32 or 64 bits of zero, but there is a\r
+pitfall here: The sign bit may be set! Minus zero is regarded as a valid floating point number,\r
+and the processor may actually generate a zero with the sign bit set if for example \r
+multiplying a negative number with zero. So if you want to test if a floating point number is \r
+zero, you should not test the sign bit. Example:<br>\r
+<kbd>   FLD DWORD PTR [EBX] / FTST / FNSTSW AX / AND AH,40H / JNZ IsZero</kbd><br>\r
+Use integer instructions instead, and shift out the sign bit:<br>\r
+<kbd>   MOV EAX,[EBX] / ADD EAX,EAX / JZ IsZero</kbd><br>\r
+If the floating point number is double precision (QWORD) then you only have to\r
+test bit 32-62. If they are zero, then the lower half will also be zero if it is a normal floating point number.\r
+<p>\r
+<h4>Testing if negative:</h4><p>\r
+A floating point number is negative if the sign bit is set and at least one other bit is set.\r
+Example:<br>\r
+<kbd>   MOV EAX,[NumberToTest] / CMP EAX,80000000H / JA IsNegative</kbd>\r
+<p>\r
+<h4>Manipulating the sign bit:</h4><p>\r
+You can change the sign of a floating point number simply by flipping the\r
+sign bit. Example:<br>\r
+<kbd>   XOR BYTE PTR [a] + (TYPE a) - 1, 80H</kbd>\r
+<p>\r
+Likewise you may get the absolute value of a floating point number by simply ANDing out\r
+the sign bit.\r
+<p>\r
+<h4>Comparing numbers:</h4><p>\r
+Floating point numbers are stored in a unique format which allows you to use integer\r
+instructions for comparing floating point numbers, except for the sign bit. If you are certain\r
+that two floating point numbers both are normal and positive then you may simply compare\r
+them as integers. Example:<br>\r
+<kbd> FLD [a] / FCOMP [b] / FNSTSW AX / AND AH,1 / JNZ ASmallerThanB</kbd><br>\r
+Change to:<br>\r
+<kbd> MOV EAX,[a] / MOV EBX,[b] / CMP EAX,EBX / JB ASmallerThanB</kbd><br>\r
+This method only works if the two numbers have the same precision and you are certain \r
+that none of the numbers have the sign bit set.\r
+<p>\r
+If negative numbers are possible, then you have to convert the negative numbers to\r
+2-complement, and do a signed compare:\r
+<pre>        MOV     EAX, [a]\r
+        MOV     EBX, [b]\r
+        MOV     ECX, EAX\r
+        MOV     EDX, EBX\r
+        SAR     ECX, 31              ; copy sign bit\r
+        AND     EAX, 7FFFFFFFH       ; remove sign bit\r
+        SAR     EDX, 31\r
+        AND     EBX, 7FFFFFFFH\r
+        XOR     EAX, ECX      ; make 2-complement if sign bit was set\r
+        XOR     EBX, EDX\r
+        SUB     EAX, ECX\r
+        SUB     EBX, EDX\r
+        CMP     EAX, EBX\r
+        JL      ASmallerThanB        ; signed comparison</pre><p>\r
+This method works for all normal floating point numbers, including -0.\r
+<p>\r
+<h3><a name="27_7">27.7 Using floating point instructions to do integer operations (PPlain and PMMX)</a></h3><p>\r
+<h4>Integer multiplication (PPlain and PMMX)</h4><p>\r
+Floating point multiplication is faster than integer multiplication on the PPlain and PMMX,\r
+but the price for converting integer factors to float and converting the result back to integer\r
+is high, so floating point multiplication is only advantageous if the number of conversions\r
+needed is low compared with the number of multiplications. (It may be tempting to use \r
+denormal floating point operands to save some of the conversions here, but the handling of \r
+denormals is very slow, so this is not a good idea!)\r
+<p>\r
+On the PMMX, MMX multiplication instructions are faster than integer multiplication, and \r
+can be pipelined to a throughput of one multiplication per clock cycle, so this may be the \r
+best solution for doing fast multiplication on the PMMX, if you can live with 16 bit precision.\r
+<p>\r
+Integer multiplication is faster than floating point on PPro, PII and PIII.\r
+<p>\r
+<h4>Integer division (PPlain and PMMX)</h4><p>\r
+Floating point division is not faster than integer division, but you can do other integer\r
+operations (including integer division, but not integer multiplication) while the floating point\r
+unit is working on the division (See example <a href="#paralleldiv">above</a>).\r
+<p>\r
+<h4>Converting binary to decimal numbers (all processors)</h4><p>\r
+Using the <kbd>FBSTP</kbd> instruction is a simple and convenient way of converting a binary number\r
+to decimal, although not necessarily the fastest method.\r
+<p>\r
+<h3><a name="27_8">27.8 Moving blocks of data (all processors)</a></h3><p>\r
+There are several ways of moving blocks of data. The most common method is\r
+<kbd>REP MOVSD</kbd>, but under certain conditions other methods are faster.\r
+<p>\r
+On PPlain and PMMX it is faster to move 8 bytes at a time using floating\r
+point registers if the destination is not in the cache:\r
+<pre>TOP:    FILD    QWORD PTR [ESI]\r
+        FILD    QWORD PTR [ESI+8]\r
+        FXCH\r
+        FISTP   QWORD PTR [EDI]\r
+        FISTP   QWORD PTR [EDI+8]\r
+        ADD     ESI, 16\r
+        ADD     EDI, 16\r
+        DEC     ECX\r
+        JNZ     TOP</pre>\r
+<p>\r
+The source and destination should of course be aligned by 8. The extra time used by the\r
+slow <kbd>FILD</kbd> and <kbd>FISTP</kbd> instructions is compensated for by the fact that you only have to do\r
+half as many write operations. Note that this method is only advantageous on the PPlain\r
+and PMMX and only if the destination is not in the level 1 cache. You cannot use\r
+<kbd>FLD</kbd> and <kbd>FSTP</kbd> (without <kbd>I</kbd>) on arbitrary bit patterns because denormal numbers\r
+are handled slowly and certain bit patterns are not preserved unchanged.\r
+<p>\r
+On the PMMX processor it is faster to use MMX instructions to move eight bytes\r
+at a time if the destination is not in the cache:\r
+<pre>TOP:    MOVQ    MM0,[ESI]\r
+        MOVQ    [EDI],MM0\r
+        ADD     ESI,8\r
+        ADD     EDI,8\r
+        DEC     ECX\r
+        JNZ     TOP</pre>\r
+<p>\r
+There is no need to unroll this loop or optimize it further if cache misses are expected,\r
+because memory access is the bottleneck here, not instruction execution.\r
+<p>\r
+On PPro, PII and PIII processors the <kbd>REP MOVSD</kbd> instruction is particularly\r
+fast when the following conditions are met (see chapter <a href="#26_3">26.3</a>):\r
+<ul>\r
+<li>both source and destination must be aligned by 8\r
+<li>direction must be forward (direction flag cleared)\r
+<li>the count (<kbd>ECX</kbd>) must be greater than or equal to 64\r
+<li>the difference between <kbd>EDI</kbd> and <kbd>ESI</kbd> must be numerically greater than or equal to 32\r
+<li>the memory type for both source and destination must be either writeback or\r
+write-combining (you can normally assume this).\r
+</ul>\r
+<p>\r
+On the PII it is faster to use MMX registers if the above conditions are not met\r
+and the destination is likely to be in the level 1 cache. The loop may be rolled\r
+out by two, and the source and destination should of course be aligned by 8.\r
+<p>\r
+On the PIII the fastest way of moving data is to use the <kbd>MOVAPS</kbd>\r
+instruction if the above conditions are not met or if the destination is in\r
+the level 1 or level 2 cache:\r
+<pre>        SUB     EDI, ESI\r
+TOP:    MOVAPS  XMM0, [ESI]\r
+        MOVAPS  [ESI+EDI], XMM0\r
+        ADD     ESI, 16\r
+        DEC     ECX\r
+        JNZ     TOP</pre><p>\r
+Unlike <kbd>FLD</kbd>, <kbd>MOVAPS</kbd> can handle any bit pattern without\r
+problems. Remember that source and destination must be aligned by 16.\r
+<p>\r
+If the number of bytes to move is not divisible by 16 then you may round up\r
+to the nearest number divisible by 16 and put some extra space at the end of\r
+the destination buffer to receive the superfluous bytes. If this is not possible\r
+then you have to move the remaining bytes by other methods.\r
+<p>\r
+On the PIII you also have the option of writing directly to RAM memory without\r
+involving the cache by using the <kbd>MOVNTQ</kbd> or <kbd>MOVNTPS</kbd>\r
+instruction. This can be useful if you don't want the destination to go into\r
+a cache. <kbd>MOVNTPS</kbd> is only slightly faster than <kbd>MOVNTQ</kbd>.\r
+<p>\r
+<h3><a name="27_9">27.9 Self-modifying code (All processors)</a></h3><p>\r
+The penalty for executing a piece of code immediately after modifying it is approximately 19 \r
+clocks for PPlain, 31 for PMMX, and 150-300 for PPro, PII and PIII. The 80486 and earlier\r
+processors require a jump between the modifying and the modified code in order to flush \r
+the code cache.\r
+<p>\r
+To get permission to modify code in a protected operating system you need to call special \r
+system functions: In 16-bit Windows call ChangeSelector, in 32-bit Windows call \r
+VirtualProtect and FlushInstructionCache (or put the code in a data segment).\r
+<p>\r
+Self-modifying code is not considered good programming practice, but it may be justified if \r
+the gain in speed is considerable.\r
+<p>\r
+<h3><a name="27_10">27.10 Detecting processor type (All processors)</a></h3><p>\r
+I think it is fairly obvious by now that what is optimal for one microprocessor may not be \r
+optimal for another. You may make the most critical parts of you program in different \r
+versions, each optimized for a specific microprocessor and selecting the desired version at\r
+run time after detecting which microprocessor the program is running on. If you are using \r
+instructions that are not supported by all microprocessors (i.e. conditional\r
+moves, <kbd>FCOMI</kbd>, MMX and XMM instructions) then you must first check if the program is running on a microprocessor\r
+that supports these instructions. The subroutine below checks the type of microprocessor\r
+and the features supported.\r
+<p>\r
+<pre>; define CPUID instruction if not known by assembler:\r
+CPUID   MACRO\r
+        DB      0FH, 0A2H\r
+ENDM\r
+\r
+; C++ prototype:\r
+; extern "C" long int DetectProcessor (void);\r
+\r
+; return value: \r
+; bits 8-11 = family (5 for PPlain and PMMX, 6 for PPro, PII and PIII)\r
+; bit  0 = floating point instructions supported\r
+; bit 15 = conditional move and FCOMI instructions supported\r
+; bit 23 = MMX instructions supported\r
+; bit 25 = XMM instructions supported\r
+\r
+_DetectProcessor PROC NEAR\r
+PUBLIC  _DetectProcessor\r
+        PUSH    EBX\r
+        PUSH    ESI\r
+        PUSH    EDI\r
+        PUSH    EBP\r
+        ; detect if CPUID instruction supported by microprocessor:\r
+        PUSHFD\r
+        POP     EAX\r
+        MOV     EBX, EAX\r
+        XOR     EAX, 1 SHL 21    ; check if CPUID bit can toggle\r
+        PUSH    EAX\r
+        POPFD\r
+        PUSHFD\r
+        POP     EAX\r
+        XOR     EAX, EBX\r
+        AND     EAX, 1 SHL 21\r
+        JZ      SHORT DPEND      ; CPUID instruction not supported\r
+        XOR     EAX, EAX\r
+        CPUID                    ; get number of CPUID functions\r
+        TEST    EAX, EAX\r
+        JZ      SHORT DPEND      ; CPUID function 1 not supported\r
+        MOV     EAX, 1\r
+        CPUID                    ; get family and features\r
+        AND     EAX, 000000F00H  ; family\r
+        AND     EDX, 0FFFFF0FFH  ; features flags\r
+        OR      EAX, EDX         ; combine bits\r
+DPEND:  POP     EBP\r
+        POP     EDI\r
+        POP     ESI\r
+        POP     EBX\r
+        RET\r
+_DetectProcessor ENDP</pre>\r
+<p>\r
+Note that some operating systems do not allow XMM instructions.\r
+Information on how to check for operating system support of XMM instructions can\r
+be found in Intel's application note AP-900: "Identifying support for Streaming\r
+SIMD Extensions in the Processor and Operating System".\r
+More information on microprocessor identification can be found in Intel's\r
+application note AP-485: "Intel Processor Identification and the CPUID Instruction".\r
+<p>\r
+To code the conditional move, MMX, XMM instructions etc. on an assembler that doesn't have\r
+these instructions use the macros at <a href="http://www.agner.org/assem/macros.zip">www.agner.org/assem/macros.zip</a>\r
+<p>\r
+<h2><a name="28">28</a>. List of instruction timings for PPlain and PMMX</h2>\r
+<h3><a name="28_1">28.1 Integer instructions</a></h3><p>\r
+<b>Explanations:</b><br>\r
+<u>Operands:</u><br>\r
+r = register, m = memory, i = immediate data, sr = segment register<br>\r
+m32 = 32 bit memory operand, etc.\r
+<p>\r
+<u>Clock cycles:</u><br>\r
+The numbers are minimum values. Cache misses, misalignment, and exceptions may\r
+increase the clock counts considerably.\r
+<p>\r
+<u>Pairability:</u><br>\r
+u = pairable in u-pipe, v = pairable in v-pipe, uv = pairable in either pipe,\r
+np = not pairable.\r
+<p>\r
+\r
+<table border=1 cellpadding=4 cellspacing=1>\r
+<tr><td class="a3">&nbsp;Instruction&nbsp;</td>\r
+<td class="a3">&nbsp;Operands&nbsp;</td>\r
+<td class="a3">&nbsp;Clock cycles&nbsp;</td>\r
+<td class="a3">&nbsp;Pairability&nbsp;</td></tr>\r
+<tr><td>NOP</td><td>&nbsp;</td><td>1</td><td>uv</td></tr>\r
+<tr><td>MOV</td><td>r/m, r/m/i</td><td>1</td><td>uv</td></tr>\r
+<tr><td>MOV</td><td>r/m, sr</td><td>1</td><td>np</td></tr>\r
+<tr><td>MOV</td><td>sr , r/m</td><td>&gt;= 2 b)</td><td>np</td></tr>\r
+<tr><td>MOV</td><td>m , accum</td><td>1</td><td>uv h)</td></tr>\r
+<tr><td>XCHG</td><td>(E)AX, r</td><td>2</td><td>np</td></tr>\r
+<tr><td>XCHG</td><td>r , r</td><td>3</td><td>np</td></tr>\r
+<tr><td>XCHG</td><td>r , m</td><td>&gt;15</td><td>np</td></tr>\r
+<tr><td>XLAT</td><td>&nbsp;</td><td>4</td><td>np</td></tr>\r
+<tr><td>PUSH</td><td>r/i</td><td>1</td><td>uv</td></tr>\r
+<tr><td>POP</td><td>r</td><td>1</td><td>uv</td></tr>\r
+<tr><td>PUSH</td><td>m</td><td>2</td><td>np</td></tr>\r
+<tr><td>POP</td><td>m</td><td>3</td><td>np</td></tr>\r
+<tr><td>PUSH</td><td>sr</td><td>1 b)</td><td>np</td></tr>\r
+<tr><td>POP</td><td>sr</td><td>&gt;= 3 b)</td><td>np</td></tr>\r
+<tr><td>PUSHF</td><td>&nbsp;</td><td>3-5</td><td>np</td></tr>\r
+<tr><td>POPF</td><td>&nbsp;</td><td>4-6</td><td>np</td></tr>\r
+<tr><td>PUSHA POPA</td><td>&nbsp;</td><td>5-9 i)</td><td>np</td></tr>\r
+<tr><td>PUSHAD POPAD</td><td>&nbsp;</td><td>5</td><td>np</td></tr>\r
+<tr><td>LAHF SAHF</td><td>&nbsp;</td><td>2</td><td>np</td></tr>\r
+<tr><td>MOVSX MOVZX</td><td>r , r/m</td><td>3 a)</td><td>np</td></tr>\r
+<tr><td>LEA</td><td>r , m</td><td>1</td><td>uv</td></tr>\r
+<tr><td>LDS LES LFS LGS LSS</td><td>m</td><td>4 c)</td><td>np</td></tr>\r
+<tr><td>ADD SUB AND OR XOR</td><td>r , r/i</td><td>1</td><td>uv</td></tr>\r
+<tr><td>ADD SUB AND OR XOR</td><td>r , m</td><td>2</td><td>uv</td></tr>\r
+<tr><td>ADD SUB AND OR XOR</td><td>m , r/i</td><td>3</td><td>uv</td></tr>\r
+<tr><td>ADC SBB</td><td>r , r/i</td><td>1</td><td>u</td></tr>\r
+<tr><td>ADC SBB</td><td>r , m</td><td>2</td><td>u</td></tr>\r
+<tr><td>ADC SBB</td><td>m , r/i</td><td>3</td><td>u</td></tr>\r
+<tr><td>CMP</td><td>r , r/i</td><td>1</td><td>uv</td></tr>\r
+<tr><td>CMP</td><td>m , r/i</td><td>2</td><td>uv</td></tr>\r
+<tr><td>TEST</td><td>r , r</td><td>1</td><td>uv</td></tr>\r
+<tr><td>TEST</td><td>m , r</td><td>2</td><td>uv</td></tr>\r
+<tr><td>TEST</td><td>r , i</td><td>1</td><td>f)</td></tr>\r
+<tr><td>TEST</td><td>m , i</td><td>2</td><td>np</td></tr>\r
+<tr><td>INC DEC</td><td>r</td><td>1</td><td>uv</td></tr>\r
+<tr><td>INC DEC</td><td>m</td><td>3</td><td>uv</td></tr>\r
+<tr><td>NEG NOT</td><td>r/m</td><td>1/3</td><td>np</td></tr>\r
+<tr><td>MUL IMUL</td><td>r8/r16/m8/m16</td><td>11</td><td>np</td></tr>\r
+<tr><td>MUL IMUL</td><td>all other versions</td><td>9 d)</td><td>np</td></tr>\r
+<tr><td>DIV</td><td>r8/m8</td><td>17</td><td>np</td></tr>\r
+<tr><td>DIV</td><td>r16/m16</td><td>25</td><td>np</td></tr>\r
+<tr><td>DIV</td><td>r32/m32</td><td>41</td><td>np</td></tr>\r
+<tr><td>IDIV</td><td>r8/m8</td><td>22</td><td>np</td></tr>\r
+<tr><td>IDIV</td><td>r16/m16</td><td>30</td><td>np</td></tr>\r
+<tr><td>IDIV</td><td>r32/m32</td><td>46</td><td>np</td></tr>\r
+<tr><td>CBW CWDE</td><td>&nbsp;</td><td>3</td><td>np</td></tr>\r
+<tr><td>CWD CDQ</td><td>&nbsp;</td><td>2</td><td>np</td></tr>\r
+<tr><td>SHR SHL SAR SAL</td><td>r , i</td><td>1</td><td>u</td></tr>\r
+<tr><td>SHR SHL SAR SAL</td><td>m , i</td><td>3</td><td>u</td></tr>\r
+<tr><td>SHR SHL SAR SAL</td><td>r/m, CL</td><td>4/5</td><td>np</td></tr>\r
+<tr><td>ROR ROL RCR RCL</td><td>r/m, 1</td><td>1/3</td><td>u</td></tr>\r
+<tr><td>ROR ROL</td><td>r/m, i(&gt;&lt;1)</td><td>1/3</td><td>np</td></tr>\r
+<tr><td>ROR ROL</td><td>r/m, CL</td><td>4/5</td><td>np</td></tr>\r
+<tr><td>RCR RCL</td><td>r/m, i(&gt;&lt;1)</td><td>8/10</td><td>np</td></tr>\r
+<tr><td>RCR RCL</td><td>r/m, CL</td><td>7/9</td><td>np</td></tr>\r
+<tr><td>SHLD SHRD</td><td>r, i/CL</td><td>4 a)</td><td>np</td></tr>\r
+<tr><td>SHLD SHRD</td><td>m, i/CL</td><td>5 a)</td><td>np</td></tr>\r
+<tr><td>BT</td><td>r, r/i</td><td>4 a)</td><td>np</td></tr>\r
+<tr><td>BT</td><td>m, i</td><td>4 a)</td><td>np</td></tr>\r
+<tr><td>BT</td><td>m, i</td><td>9 a)</td><td>np</td></tr>\r
+<tr><td>BTR BTS BTC</td><td>r, r/i</td><td>7 a)</td><td>np</td></tr>\r
+<tr><td>BTR BTS BTC</td><td>m, i</td><td>8 a)</td><td>np</td></tr>\r
+<tr><td>BTR BTS BTC</td><td>m, r</td><td>14 a)</td><td>np</td></tr>\r
+<tr><td>BSF BSR</td><td>r , r/m</td><td>7-73 a)</td><td>np</td></tr>\r
+<tr><td>SETcc</td><td>r/m</td><td>1/2 a)</td><td>np</td></tr>\r
+<tr><td>JMP CALL</td><td>short/near</td><td>1 e)</td><td>v</td></tr>\r
+<tr><td>JMP CALL</td><td>far</td><td>&gt;= 3 e)</td><td>np</td></tr>\r
+<tr><td>conditional jump</td><td>short/near</td><td>1/4/5/6 e)</td><td>v</td></tr>\r
+<tr><td>CALL JMP</td><td>r/m</td><td>2/5 e</td><td>np</td></tr>\r
+<tr><td>RETN</td><td>&nbsp;</td><td>2/5 e</td><td>np</td></tr>\r
+<tr><td>RETN</td><td>i</td><td>3/6 e)</td><td>np</td></tr>\r
+<tr><td>RETF</td><td>&nbsp;</td><td>4/7 e)</td><td>np</td></tr>\r
+<tr><td>RETF</td><td>i</td><td>5/8 e)</td><td>np</td></tr>\r
+<tr><td>J(E)CXZ</td><td>short</td><td>4-11 e)</td><td>np</td></tr>\r
+<tr><td>LOOP</td><td>short</td><td>5-10 e)</td><td>np</td></tr>\r
+<tr><td>BOUND</td><td>r , m</td><td>8</td><td>np</td></tr>\r
+<tr><td>CLC STC CMC CLD STD</td><td>&nbsp;</td><td>2</td><td>np</td></tr>\r
+<tr><td>CLI STI</td><td>&nbsp;</td><td>6-9</td><td>np</td></tr>\r
+<tr><td>LODS</td><td>&nbsp;</td><td>2</td><td>np</td></tr>\r
+<tr><td>REP LODS</td><td>&nbsp;</td><td>7+3*n g)</td><td>np</td></tr>\r
+<tr><td>STOS</td><td>&nbsp;</td><td>3</td><td>np</td></tr>\r
+<tr><td>REP STOS</td><td>&nbsp;</td><td>10+n g)</td><td>np</td></tr>\r
+<tr><td>MOVS</td><td>&nbsp;</td><td>4</td><td>np</td></tr>\r
+<tr><td>REP MOVS</td><td>&nbsp;</td><td>12+n g)</td><td>np</td></tr>\r
+<tr><td>SCAS</td><td>&nbsp;</td><td>4</td><td>np</td></tr>\r
+<tr><td>REP(N)E SCAS</td><td>&nbsp;</td><td>9+4*n g)</td><td>np</td></tr>\r
+<tr><td>CMPS</td><td>&nbsp;</td><td>5</td><td>np</td></tr>\r
+<tr><td>REP(N)E CMPS</td><td>&nbsp;</td><td>8+4*n g)</td><td>np</td></tr>\r
+<tr><td>BSWAP</td><td>&nbsp;</td><td>1 a)</td><td>np</td></tr>\r
+<tr><td>CPUID</td><td>&nbsp;</td><td>13-16 a)</td><td>np</td></tr>\r
+<tr><td>RDTSC</td><td>&nbsp;</td><td>6-13 a) j)</td><td>np</td></tr>\r
+</table>\r
+<p>\r
+<b>Notes:</b><br>\r
+a) this instruction has a <kbd>0FH</kbd> prefix which takes one clock cycle extra to\r
+   decode on a PPlain unless preceded by a multicycle instruction (see\r
+   chapter <a href="#12">12</a>).<br>\r
+b) versions with <kbd>FS</kbd> and <kbd>GS</kbd> have a <kbd>0FH</kbd>\r
+ prefix. see note a.<br>\r
+c) versions with <kbd>SS, FS</kbd>, and <kbd>GS</kbd> have a <kbd>0FH</kbd> prefix. see note a.<br>\r
+d) versions with two operands and no immediate have a <kbd>0FH</kbd> prefix, see note a.<br>\r
+e) see chapter <a href="#22">22</a><br>\r
+f) only pairable if register is accumulator. see chapter <a href="#26_14">26.14</a>.<br>\r
+g) add one clock cycle for decoding the repeat prefix unless preceded by a\r
+   multicycle instruction (such as <kbd>CLD</kbd>. see chapter <a href="#12">12</a>).<br>\r
+h) pairs as if it were writing to the accumulator. see chapter <a href="#26_14">26.14</a>.<br>\r
+i) 9 if <kbd>SP</kbd> divisible by 4. <a href="#imperfectpush">See 10.2</a><br>\r
+j) on PPlain: 6 in priviledged or real mode, 11 in nonpriviledged, error in\r
+   virtual mode. On PMMX: 8 and 13 clocks respectively.<br>\r
+<p>\r
+<h3><a name="28_2">28.2 Floating point instructions</a></h3><p>\r
+<p>\r
+<b>Explanations:</b><br>\r
+<u>Operands:</u><br>\r
+r = register, m = memory, m32 = 32 bit memory operand, etc.\r
+<p>\r
+<u>Clock cycles:</u><br>\r
+The numbers are minimum values. Cache misses, misalignment, denormal operands, and\r
+exceptions may increase the clock counts considerably.\r
+<p>\r
+<u>Pairability:</u><br>\r
++ = pairable with <kbd>FXCH</kbd>, np = not pairable with <kbd>FXCH</kbd>.\r
+<p>\r
+<u>i-ov:</u><br>\r
+Overlap with integer instructions. i-ov = 4 means that the last four clock cycles can overlap\r
+with subsequent integer instructions.\r
+<p>\r
+<u>fp-ov:</u><br>\r
+Overlap with floating point instructions. fp-ov = 2 means that the last two clock cycles can \r
+overlap with subsequent floating point instructions.\r
+(<kbd>WAIT</kbd> is considered a floating point instruction here)<p>\r
+\r
+<table border=1 cellpadding=4 cellspacing=1>\r
+<tr><td class="a3">&nbsp;Instruction&nbsp;</td>\r
+<td class="a3">&nbsp;Operand&nbsp;</td>\r
+<td class="a3">&nbsp;Clock cycles&nbsp;</td>\r
+<td class="a3">&nbsp;Pairability&nbsp;</td>\r
+<td class="a3">&nbsp;i-ov&nbsp;</td>\r
+<td class="a3">&nbsp;fp-ov&nbsp;</td></tr>\r
+<tr><td>FLD</td><td>r/m32/m64</td><td>1</td><td>+</td><td>0</td><td>0</td></tr>\r
+<tr><td>FLD</td><td>m80</td><td>3</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FBLD</td><td>m80</td><td>48-58</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FST(P)</td><td>r</td><td>1</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FST(P)</td><td>m32/m64</td><td>2 m)</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FST(P)</td><td>m80</td><td>3 m)</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FBSTP</td><td>m80</td><td>148-154</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FILD</td><td>m</td><td>3</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FIST(P)</td><td>m</td><td>6</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FLDZ FLD1</td><td>&nbsp;</td><td>2</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FLDPI FLDL2E etc.</td><td>&nbsp;</td><td>5 s)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FNSTSW</td><td>AX/m16</td><td>6 q)</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FLDCW</td><td>m16</td><td>8</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FNSTCW</td><td>m16</td><td>2</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FADD(P)</td><td>r/m</td><td>3</td><td>+</td><td>2</td><td>2</td></tr>\r
+<tr><td>FSUB(R)(P)</td><td>r/m</td><td>3</td><td>+</td><td>2</td><td>2</td></tr>\r
+<tr><td>FMUL(P)</td><td>r/m</td><td>3</td><td>+</td><td>2</td><td>2 n)</td></tr>\r
+<tr><td>FDIV(R)(P)</td><td>r/m</td><td>19/33/39 p)</td><td>+</td><td>38 o)</td><td>2</td></tr>\r
+<tr><td>FCHS FABS</td><td>&nbsp;</td><td>1</td><td>+</td><td>0</td><td>0</td></tr>\r
+<tr><td>FCOM(P)(P) FUCOM</td><td>r/m</td><td>1</td><td>+</td><td>0</td><td>0</td></tr>\r
+<tr><td>FIADD FISUB(R)</td><td>m</td><td>6</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FIMUL</td><td>m</td><td>6</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FIDIV(R)</td><td>m</td><td>22/36/42 p)</td><td>np</td><td>38 o)</td><td>2</td></tr>\r
+<tr><td>FICOM</td><td>m</td><td>4</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FTST</td><td>&nbsp;</td><td>1</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FXAM</td><td>&nbsp;</td><td>17-21</td><td>np</td><td>4</td><td>0</td></tr>\r
+<tr><td>FPREM</td><td>&nbsp;</td><td>16-64</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FPREM1</td><td>&nbsp;</td><td>20-70</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FRNDINT</td><td>&nbsp;</td><td>9-20</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FSCALE</td><td>&nbsp;</td><td>20-32</td><td>np</td><td>5</td><td>0</td></tr>\r
+<tr><td>FXTRACT</td><td>&nbsp;</td><td>12-66</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FSQRT</td><td>&nbsp;</td><td>70</td><td>np</td><td>69 o)</td><td>2</td></tr>\r
+<tr><td>FSIN FCOS</td><td>&nbsp;</td><td>65-100 r)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FSINCOS</td><td>&nbsp;</td><td>89-112 r)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>F2XM1</td><td>&nbsp;</td><td>53-59 r)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FYL2X</td><td>&nbsp;</td><td>103 r)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FYL2XP1</td><td>&nbsp;</td><td>105 r)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FPTAN</td><td>&nbsp;</td><td>120-147 r)</td><td>np</td><td>36 o)</td><td>0</td></tr>\r
+<tr><td>FPATAN</td><td>&nbsp;</td><td>112-134 r)</td><td>np</td><td>2</td><td>2</td></tr>\r
+<tr><td>FNOP</td><td>&nbsp;</td><td>1</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FXCH</td><td>r</td><td>1</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FINCSTP FDECSTP</td><td>&nbsp;</td><td>2</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FFREE</td><td>r</td><td>2</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FNCLEX</td><td>&nbsp;</td><td>6-9</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FNINIT</td><td>&nbsp;</td><td>12-22</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FNSAVE</td><td>m</td><td>124-300</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>FRSTOR</td><td>m</td><td>70-95</td><td>np</td><td>0</td><td>0</td></tr>\r
+<tr><td>WAIT</td><td>&nbsp;</td><td>1</td><td>np</td><td>0</td><td>0</td></tr>\r
+</table>\r
+<p>\r
+<b>Notes:</b><br>\r
+m) The value to store is needed one clock cycle in advance.<br>\r
+n) 1 if the overlapping instruction is also an <kbd>FMUL</kbd>.<br>\r
+o) Cannot overlap integer multiplication instructions.<br>\r
+p) <kbd>FDIV</kbd> takes 19, 33, or 39 clock cycles for 24, 53, and 64 bit precision\r
+respectively. <kbd>FIDIV</kbd> takes 3 clocks more. The precision is defined by bit\r
+8-9 of the floating point control word.<br>\r
+q) The first 4 clock cycles can overlap with preceding integer instructions.\r
+See chapter <a href="#26_7">26.7</a>.<br>\r
+r) clock counts are typical. Trivial cases may be faster, extreme cases may\r
+be slower.<br>\r
+s) may be up to 3 clocks more when output needed for <kbd>FST</kbd>,\r
+<kbd>FCHS</kbd>, or <kbd>FABS</kbd>.\r
+<p>\r
+<h3><a name="28_3">28.3 MMX instructions (PMMX)</a></h3><p>\r
+<p>\r
+A list of MMX instruction timings is not needed because they all take one clock cycle,\r
+except the MMX multiply instructions which take 3. MMX multiply instructions can be \r
+overlapped and pipelined to yield a throughput of one multiplication per clock cycle.\r
+<p>\r
+The <kbd>EMMS</kbd> instruction takes only one clock cycle, but the first floating point instruction after\r
+an <kbd>EMMS</kbd> takes approximately 58 clocks extra, and the first MMX instruction after a floating\r
+point instruction takes approximately 38 clocks extra. There is no penalty for an MMX \r
+instruction after <kbd>EMMS</kbd> on the PMMX (but a possible small penalty on the PII and PIII).\r
+<p>\r
+There is no penalty for using a memory operand in an MMX instruction because the MMX \r
+arithmetic unit is one step later in the pipeline than the load unit. But the penalty comes \r
+when you store data from an MMX register to memory or to a 32 bit register: The data have \r
+to be ready one clock cycle in advance. This is analogous to the floating point store \r
+instructions.\r
+<p>\r
+All MMX instructions except <kbd>EMMS</kbd> are pairable in either pipe. Pairing rules for MMX\r
+instructions are described in chapter <a href="#10">10</a>.\r
+<p>\r
+<h2><a name="29">29</a>. List of instruction timings and micro-op breakdown for PPro, PII and PIII</h2><p>\r
+<b>Explanations:</b><br>\r
+<u>Operands:</u><br>\r
+r = register,  m = memory,  i = immediate data,  sr = segment register,\r
+m32 = 32 bit memory operand, etc.\r
+<p>\r
+<u>Micro-ops:</u><br>\r
+The number of micro-ops that the instruction generates for each execution port.<br>\r
+p0:  port 0:  ALU, etc.<br>\r
+p1:  port 1:  ALU, jumps<br>\r
+p01:  instructions that can go to either port 0 or 1, whichever is vacant first.<br>\r
+p2:  port 2:  load data, etc.<br>\r
+p3:  port 3:  address generation for store<br>\r
+p4:  port 4:  store data\r
+<p>\r
+<u>Delay:</u><br>\r
+This is the delay that the instruction generates in a dependency chain.\r
+(This is not the same as the time spent in the execution unit. Values may be\r
+inaccurate in situations where they cannot be measured exactly, especially with\r
+memory operands).\r
+The numbers are minimum values. Cache misses, misalignment, and exceptions\r
+may increase the clock counts considerably. Floating point operands are\r
+presumed to be normal numbers. Denormal numbers, NANs and infinity increase\r
+the delays by 50-150 clocks, except in XMM move, shuffle and boolean instructions.\r
+Floating point overflow, underflow, denormal or NAN results give a similar delay.\r
+<p>\r
+<u>Throughput:</u><br>\r
+The maximum throughput for several instructions of the same kind. For example, a\r
+throughput of 1/2 for <kbd>FMUL</kbd> means that a new <kbd>FMUL</kbd> instruction can start executing\r
+every 2 clock cycles.<p>\r
+\r
+<table border="1" cellpadding="4" cellspacing="1">\r
+<tr>\r
+<td colspan="10" class="a2"><a name="29_1">29.1 Integer instructions</a></td>\r
+</tr>\r
+<tr>\r
+<td class="a3">Instruction</td>\r
+<td class="a3">Operands</td>\r
+<td colspan="6" class="a3">micro-ops</td>\r
+<td class="a3">delay</td>\r
+<td class="a3">throughput</td>\r
+</tr>\r
+<tr><td>&nbsp;</td><td>&nbsp;</td><td class="a3">p0</td><td class="a3">p1</td>\r
+<td class="a3">p01</td><td class="a3">p2</td><td class="a3">p3</td><td class="a3">p4</td>\r
+<td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>NOP</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>r,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>r,m</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>m,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>r,sr</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>m,sr</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>sr,r</td><td colspan="3">8</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>5</td><td>&nbsp;</td></tr>\r
+<tr><td>MOV</td><td>sr,m</td><td colspan="3">7</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>8</td><td>&nbsp;</td></tr>\r
+<tr><td>MOVSX MOVZX</td><td>r,r</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOVSX MOVZX</td><td>r,m</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CMOVcc</td><td>r,r</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CMOVcc</td><td>r,m</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>XCHG</td><td>r,r</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>XCHG</td><td>r,m</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td>\r
+<td>1</td><td>1</td><td>1</td><td>high b)</td><td>&nbsp;</td></tr>\r
+<tr><td>XLAT</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PUSH</td><td>r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>POP</td><td>r</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>POP</td><td>(E)SP</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PUSH</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>POP</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>5</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PUSH</td><td>sr</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>POP</td><td>sr</td><td>&nbsp;</td><td>&nbsp;</td><td>8</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PUSHF(D)</td><td>&nbsp;</td><td>3</td><td>&nbsp;</td><td>11</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>POPF(D)</td><td>&nbsp;</td><td>10</td><td>&nbsp;</td><td>6</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PUSHA(D)</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>8</td><td>8</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>POPA(D)</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>8</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>LAHF SAHF</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>LEA</td><td>r,m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1 c)</td><td>&nbsp;</td></tr>\r
+<tr><td>LDS LES LFS LGS LSS</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>8</td>\r
+<td>3</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ADD SUB AND OR XOR</td><td>r,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ADD SUB AND OR XOR</td><td>r,m</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ADD SUB AND OR XOR</td><td>m,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ADC SBB</td><td>r,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ADC SBB</td><td>r,m</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ADC SBB</td><td>m,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CMP TEST</td><td>r,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CMP TEST</td><td>m,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>INC DEC NEG NOT</td><td>r</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>INC DEC NEG NOT</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>AAS DAA DAS</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>AAD</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>&nbsp;</td></tr>\r
+<tr><td>AAM</td><td>&nbsp;</td><td>1</td><td>1</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>15</td><td>&nbsp;</td></tr>\r
+<tr><td>MUL IMUL</td><td>r,(r),(i)</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/1</td></tr>\r
+<tr><td>MUL IMUL</td><td>(r),m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/1</td></tr>\r
+<tr><td>DIV IDIV</td><td>r8</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>19</td><td>1/12</td></tr>\r
+<tr><td>DIV IDIV</td><td>r16</td><td>3</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>23</td><td>1/21</td></tr>\r
+<tr><td>DIV IDIV</td><td>r32</td><td>3</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>39</td><td>1/37</td></tr>\r
+<tr><td>DIV IDIV</td><td>m8</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>19</td><td>1/12</td></tr>\r
+<tr><td>DIV IDIV</td><td>m16</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>23</td><td>1/21</td></tr>\r
+<tr><td>DIV IDIV</td><td>m32</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>39</td><td>1/37</td></tr>\r
+<tr><td>CBW CWDE</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CWD CDQ</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SHR SHL SAR ROR ROL</td><td>r,i/CL</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SHR SHL SAR ROR ROL</td><td>m,i/CL</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RCR RCL</td><td>r,1</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RCR RCL</td><td>r8,i/CL</td><td>4</td><td>&nbsp;</td><td>4</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RCR RCL</td><td>r16/32,i/CL</td><td>3</td><td>&nbsp;</td><td>3</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RCR RCL</td><td>m,1</td><td>1</td><td>&nbsp;</td><td>2</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RCR RCL</td><td>m8,i/CL</td><td>4</td><td>&nbsp;</td><td>3</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RCR RCL</td><td>m16/32,i/CL</td><td>4</td><td>&nbsp;</td><td>2</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SHLD SHRD</td><td>r,r,i/CL</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SHLD SHRD</td><td>m,r,i/CL</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BT</td><td>r,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BT</td><td>m,r/i</td><td>1</td><td>&nbsp;</td><td>6</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BTR BTS BTC</td><td>r,r/i</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BTR BTS BTC</td><td>m,r/i</td><td>1</td><td>&nbsp;</td><td>6</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BSF BSR</td><td>r,r</td><td>&nbsp;</td><td>1</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BSF BSR</td><td>r,m</td><td>&nbsp;</td><td>1</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SETcc</td><td>r</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SETcc</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>JMP</td><td>short/near</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>JMP</td><td>far</td><td colspan="3">21</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>JMP</td><td>r</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>JMP</td><td>m(near)</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>JMP</td><td>m(far)</td><td colspan="3">21</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>conditional jump</td><td>short/near</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>CALL</td><td>near</td><td>&nbsp;</td><td>1</td><td>1</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>CALL</td><td>far</td><td colspan="3">28</td>\r
+<td>1</td><td>2</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CALL</td><td>r</td><td>&nbsp;</td><td>1</td><td>2</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>CALL</td><td>m(near)</td><td>&nbsp;</td><td>1</td><td>4</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>CALL</td><td>m (far)</td><td colspan="3">28</td>\r
+<td>2</td><td>2</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RETN</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>2</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>RETN</td><td>i</td><td>&nbsp;</td><td>1</td><td>3</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1/2</td></tr>\r
+<tr><td>RETF</td><td>&nbsp;</td><td colspan="3">23</td>\r
+<td>3</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RETF</td><td>i</td><td colspan="3">23</td><td>3</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>J(E)CXZ</td><td>short</td><td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>LOOP</td><td>short</td><td>2</td><td>1</td><td>8</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>LOOP(N)E</td><td>short</td><td>2</td><td>1</td><td>8</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ENTER</td><td>i,0</td><td>&nbsp;</td><td>&nbsp;</td><td>12</td><td>&nbsp;</td>\r
+<td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>ENTER</td><td>a,b</td><td colspan="3">ca. 18+4b</td><td>&nbsp;</td>\r
+<td>b-1</td><td>2b</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>LEAVE</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BOUND</td><td>r,m</td><td>7</td><td>&nbsp;</td><td>6</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CLC STC CMC</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CLD STD</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CLI</td><td>&nbsp;</td><td colspan="3">9</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>STI</td><td>&nbsp;</td><td colspan="3">17</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>INTO</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>5</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>LODS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>REP LODS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td colspan="2">10+6n</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>STOS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>REP STOS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td colspan="4">ca. 5n a)</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOVS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>3</td>\r
+<td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>REP MOVS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td colspan="4">ca. 6n a)</td>\r
+<td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SCAS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>REP(N)E SCAS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td colspan="2">12+7n</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CMPS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>REP(N)E CMPS</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td colspan="2">12+9n</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>BSWAP</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>CPUID</td><td>&nbsp;</td><td colspan="3">23-48</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>RDTSC</td><td>&nbsp;</td><td colspan="3">31</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>IN</td><td>&nbsp;</td><td colspan="3">18</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&gt;300</td><td>&nbsp;</td></tr>\r
+<tr><td>OUT</td><td>&nbsp;</td><td colspan="3">18</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&gt;300</td><td>&nbsp;</td></tr>\r
+<tr><td>PREFETCHNTA&nbsp; d)</td><td>m</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>\r
+&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PREFETCHT0&nbsp; d)</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PREFETCHT1&nbsp; d)</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>PREFETCHT2&nbsp; d)</td><td>m</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>\r
+&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>SFENCE&nbsp; d)</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>\r
+&nbsp;1</td><td>&nbsp;</td><td>1/6</td></tr>\r
+</TABLE><p>\r
+<b>Notes:</b><br>\r
+a) faster under certain conditions: see chapter <a href="#26_3">26.3</a>.<br>\r
+b) see chapter <a href="#26_1">26.1</a><br>\r
+c) 3 if constant without base or index register<br>\r
+d) PIII only.\r
+<p>\r
+\r
+<table border="1" cellpadding="4" cellspacing="1">\r
+<tr>\r
+<td colspan="10" class="a2"><a name="29_2">29.2 Floating point instructions</a></td>\r
+</tr>\r
+<tr>\r
+<td class="a3">Instruction</td>\r
+<td class="a3">Operands</td>\r
+<td colspan="6" align="center" class="a3">micro-ops</td>\r
+<td class="a3">delay</td>\r
+<td class="a3">throughput</td>\r
+</tr>\r
+<tr>\r
+<td>&nbsp;</td>\r
+<td>&nbsp;</td>\r
+<td class="a4">p0</td>\r
+<td class="a4">p1</td>\r
+<td class="a4">p01</td>\r
+<td class="a4">p2</td>\r
+<td class="a4">p3</td>\r
+<td class="a4">p4</td>\r
+<td>&nbsp;</td>\r
+<td>&nbsp;</td>\r
+</tr>\r
+<tr><td>FLD</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FLD</td><td>m32/64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FLD</td><td>m80</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FBLD</td><td>m80</td><td>38</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FST(P)</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FST(P)</td><td>m32/m64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FSTP</td><td>m80</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>2</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FBSTP</td><td>m80</td><td>165</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>2</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FXCH</td><td>r</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>0</td><td>3/1 f)</td></tr>\r
+<tr><td>FILD</td><td>m</td><td>3</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>5</td><td>&nbsp;</td></tr>\r
+<tr><td>FIST(P)</td><td>m</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>5</td><td>&nbsp;</td></tr>\r
+<tr><td>FLDZ</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td colspan="2">FLD1 FLDPI FLDL2E etc.</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FCMOVcc</td><td>r</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td></tr>\r
+<tr><td>FNSTSW</td><td>AX</td><td>3</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>7</td><td>&nbsp;</td></tr>\r
+<tr><td>FNSTSW</td><td>m16</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FLDCW</td><td>m16</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>10</td><td>&nbsp;</td></tr>\r
+<tr><td>FNSTCW</td><td>m16</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FADD(P) FSUB(R)(P)</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>FADD(P) FSUB(R)(P)</td><td>m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>3-4</td><td>1/1</td></tr>\r
+<tr><td>FMUL(P)</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>5</td><td>1/2 g)</td></tr>\r
+<tr><td>FMUL(P)</td><td>m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>5-6</td><td>1/2 g)</td></tr>\r
+<tr><td>FDIV(R)(P)</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>38 h)</td><td>1/37</td></tr>\r
+<tr><td>FDIV(R)(P)</td><td>m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>38 h)</td><td>1/37</td></tr>\r
+<tr><td>FABS</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FCHS</td><td>&nbsp;</td><td>3</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td></tr>\r
+<tr><td>FCOM(P) FUCOM</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FCOM(P) FUCOM</td><td>m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FCOMPP FUCOMPP</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FCOMI(P) FUCOMI(P)</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FCOMI(P) FUCOMI(P)</td><td>m</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FIADD FISUB(R)</td><td>m</td><td>6</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FIMUL</td><td>m</td><td>6</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FIDIV(R)</td><td>m</td><td>6</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FICOM(P)</td><td>m</td><td>6</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FTST</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td></tr>\r
+<tr><td>FXAM</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td></tr>\r
+<tr><td>FPREM</td><td>&nbsp;</td><td>23</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FPREM1</td><td>&nbsp;</td><td>33</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FRNDINT</td><td>&nbsp;</td><td>30</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FSCALE</td><td>&nbsp;</td><td>56</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FXTRACT</td><td>&nbsp;</td><td>15</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FSQRT</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>69</td><td>e,i)</td></tr>\r
+<tr><td>FSIN FCOS</td><td>&nbsp;</td><td colspan="3">17-97</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>27-103</td><td>e)</td></tr>\r
+<tr><td>FSINCOS</td><td>&nbsp;</td><td colspan="3">18-110</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>29-130</td><td>e)</td></tr>\r
+<tr><td>F2XM1</td><td>&nbsp;</td><td colspan="3">17-48</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>66</td><td>e)</td></tr>\r
+<tr><td>FYL2X</td><td>&nbsp;</td><td colspan="3">36-54</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>103</td><td>e)</td></tr>\r
+<tr><td>FYL2XP1</td><td>&nbsp;</td><td colspan="3">31-53</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>98-107</td><td>e)</td></tr>\r
+<tr><td>FPTAN</td><td>&nbsp;</td><td colspan="3">21-102</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>13-143</td><td>e)</td></tr>\r
+<tr><td>FPATAN</td><td>&nbsp;</td><td colspan="3">25-86</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>44-143</td><td>e)</td></tr>\r
+<tr><td>FNOP</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FINCSTP FDECSTP</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FFREE</td><td>r</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FFREEP</td><td>r</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FNCLEX</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FNINIT</td><td>&nbsp;</td><td colspan="3">13</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FNSAVE</td><td>&nbsp;</td><td colspan="3">141</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>FRSTOR</td><td>&nbsp;</td><td colspan="3">72</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>WAIT</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>\r
+</table>\r
+\r
+<p><b>Notes:</b><br>\r
+e) not pipelined<br>\r
+f) <kbd>FXCH</kbd> generates 1 micro-op that is resolved by register renaming without\r
+   going to any port.<br>\r
+g) <kbd>FMUL</kbd> uses the same circuitry as integer multiplication. Therefore, the\r
+   combined throughput of mixed floating point and integer multiplications is\r
+   1 <kbd>FMUL</kbd> + 1 <kbd>IMUL</kbd> per 3 clock cycles.<br>\r
+h) <kbd>FDIV</kbd> delay depends on precision specified in control word:\r
+   precision 64 bits gives delay 38, precision 53 bits gives delay 32,\r
+   precision 24 bits gives delay 18. Division by a power of 2 takes 9 clocks.\r
+   Throughput is 1/(delay-1).<br>\r
+i) faster for lower precision.\r
+<p>\r
+\r
+<table border=1 cellpadding=4 cellspacing=1><tr>\r
+<td colspan="10" class="a2"><a name="29_3">29.3 MMX instructions (PII and PIII)</a></td></tr>\r
+<tr><td class="a3">Instruction</td>\r
+<td class="a3">Operands</td>\r
+<td colspan="6" align="center" class="a3">micro-ops</td>\r
+<td class="a3">delay</td>\r
+<td class="a3">throughput</td></tr>\r
+<tr><td>&nbsp;</td><td>&nbsp;</td>\r
+<td class="a4">p0</td><td class="a4">p1</td><td class="a4">p01</td>\r
+<td class="a4">p2</td><td class="a4">p3</td><td class="a4">p4</td>\r
+<td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOVD MOVQ</td><td>r,r</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>2/1</td></tr>\r
+<tr><td>MOVD MOVQ</td><td>r64,m32/64</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>MOVD MOVQ</td><td>m32/64,r64</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>\r
+1</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PADD PSUB PCMP</td><td>r64,r64</td>&nbsp;\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PADD PSUB PCMP</td><td>r64,m64</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PMUL PMADD</td><td>r64,r64</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>PMUL PMADD</td><td>r64,m64</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>PAND PANDN POR <br>PXOR</td>\r
+<td>r64,r64</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2/1</td></tr>\r
+<tr><td>PAND PANDN POR<br>PXOR</td><td>r64,m64</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PSRA PSRL PSLL</td><td>r64,r64/i</td>\r
+<td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PSRA PSRL PSLL</td><td>r64,m64</td>\r
+<td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PACK PUNPCK</td><td>r64,r64</td>\r
+<td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>PACK PUNPCK</td><td>r64,m64</td>\r
+<td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>&nbsp;</td><td>1/1</td></tr>\r
+<tr><td>EMMS</td><td>&nbsp;</td><td colspan="3">11</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>6 k)</td><td>&nbsp;</td></tr>\r
+<tr><td>MASKMOVQ&nbsp; d)</td><td>r64,r64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td>\r
+<td>&nbsp;1</td><td>&nbsp;1</td><td>2-8</td><td>1/30-1/2</td></tr>\r
+<tr><td>PMOVMSKB&nbsp; d)</td><td>r32,r64</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>MOVNTQ&nbsp; d)</td><td>m64,r64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;1</td><td>&nbsp;1</td><td>&nbsp;</td><td>1/30-1/1</td></tr>\r
+<tr><td>PSHUFW&nbsp; d)</td><td>r64,r64,i</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PSHUFW&nbsp; d)</td><td>r64,m64,i</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;2</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PEXTRW&nbsp; d)</td><td>r32,r64,i</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;2</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PISRW&nbsp; d)</td><td>r64,r32,i</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PISRW&nbsp; d)</td><td>r64,m16,i</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;2</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PAVGB PAVGW&nbsp; d)</td><td>r64,r64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;2/1</td></tr>\r
+<tr><td>PAVGB PAVGW&nbsp; d)</td><td>r64,m64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;2</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PMINUB PMAXUB PMINSW PMAXSW&nbsp; d)</td><td>r64,r64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;2/1</td></tr>\r
+<tr><td>PMINUB PMAXUB PMINSW PMAXSW&nbsp; d)</td><td>r64,m64</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;2</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PMULHUW&nbsp; d)</td><td>r64,r64</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;3</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PMULHUW&nbsp; d)</td><td>r64,m64</td><td>&nbsp;1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;4</td><td>&nbsp;1/1</td></tr>\r
+<tr><td>PSADBW&nbsp; d)</td><td>r64,r64</td><td>&nbsp;2</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;5</td><td>&nbsp;1/2</td></tr>\r
+<tr><td>PSADBW&nbsp; d)</td><td>r64,m64</td><td>&nbsp;2</td><td>&nbsp;</td><td>&nbsp;1</td><td>&nbsp;1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;6</td><td>&nbsp;1/2</td></tr>\r
+</table><p>\r
+<b>Notes:</b><br>\r
+d) PIII only.<br>\r
+k) you may hide the delay by inserting other instructions between <kbd>EMMS</kbd> and any\r
+subsequent floating point instruction.\r
+<p>\r
+<table border="1" callpadding="4" cellspacing="1"><tr>\r
+<td colspan="10" class="a2"><a name="29_4">29.4 XMM instructions (PIII)</a></td></tr>\r
+<tr><td class="a3">Instruction</td>\r
+<td class="a3">Operands</td>\r
+<td colspan="6" align="center" class="a3">micro-ops</td>\r
+<td class="a3">delay</td>\r
+<td class="a3">throughput</td></tr>\r
+<tr><td>&nbsp;</td><td>&nbsp;</td>\r
+<td class="a4">&nbsp;p0&nbsp;</td><td class="a4">&nbsp;p1&nbsp;</td>\r
+<td class="a4">&nbsp;p01&nbsp;</td><td class="a4">&nbsp;p2&nbsp;</td>\r
+<td class="a4">&nbsp;p3&nbsp;</td><td class="a4">&nbsp;p4&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td></tr>\r
+<tr><td>MOVAPS</td><td>r128,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVAPS</td><td>r128,m128</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>&nbsp;\r
+</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>MOVAPS</td><td>m128,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>2</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>MOVUPS</td><td>r128,m128</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/4</td></tr>\r
+<tr><td>MOVUPS</td><td>m128,r128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td>\r
+<td>4</td><td>3</td><td>1/4</td></tr>\r
+<tr><td>MOVSS</td><td>r128,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVSS</td><td>r128,m32</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVSS</td><td>m32,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>1</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVHPS MOVLPS</td><td>r128,m64</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVHPS MOVLPS</td><td>m64,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>1</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVLHPS MOVHLPS</td><td>r128,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVMSKPS</td><td>r32,r128</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>MOVNTPS</td><td>m128,r128</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;2</td><td>&nbsp;2</td><td>&nbsp;</td><td>1/15-1/2</td></tr>\r
+<tr><td>CVTPI2PS</td><td>r128,r64</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>CVTPI2PS</td><td>r128,m64</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/2</td></tr>\r
+<tr><td>CVTPS2PI CVTTPS2PI</td><td>r64,r128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>CVTPS2PI</td><td>r64,m128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/1</td></tr>\r
+<tr><td>CVTSI2SS</td><td>r128,r32</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/2</td></tr>\r
+<tr><td>CVTSI2SS</td><td>r128,m32</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>5</td><td>1/2</td></tr>\r
+<tr><td>CVTSS2SI CVTTSS2SI</td><td>r32,r128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>CVTSS2SI</td><td>r32,m128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/2</td></tr>\r
+<tr><td>ADDPS SUBPS</td><td>r128,r128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>ADDPS SUBPS</td><td>r128,m128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>ADDSS SUBSS</td><td>r128,r128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>ADDSS SUBSS</td><td>r128,m32</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>MULPS</td><td>r128,r128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/2</td></tr>\r
+<tr><td>MULPS</td><td>r128,m128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/2</td></tr>\r
+<tr><td>MULSS</td><td>r128,r128</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/1</td></tr>\r
+<tr><td>MULSS</td><td>r128,m32</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>4</td><td>1/1</td></tr>\r
+<tr><td>DIVPS</td><td>r128,r128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>48</td><td>1/34</td></tr>\r
+<tr><td>DIVPS</td><td>r128,m128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>48</td><td>1/34</td></tr>\r
+<tr><td>DIVSS</td><td>r128,r128</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>18</td><td>1/17</td></tr>\r
+<tr><td>DIVSS</td><td>r128,m32</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>18</td><td>1/17</td></tr>\r
+<tr><td>ANDPS ANDNPS ORPS XORPS</td><td>r128,r128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>ANDPS ANDNPS ORPS XORPS</td><td>r128,m128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>MAXPS MINPS</td><td>r128,r128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td>&nbsp;</tr>\r
+<tr><td>MAXPS MINPS</td><td>r128,m128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>MAXSS MINSS</td><td>r128,r128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>MAXSS MINSS</td><td>r128,m32</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>CMPccPS</td><td>r128,r128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>CMPccPS</td><td>r128,m128</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>CMPccSS</td><td>r128,r128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>CMPccSS</td><td>r128,m32</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/1</td></tr>\r
+<tr><td>COMISS UCOMISS</td><td>r128,r128</td><td>&nbsp;</td><td>1</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>COMISS UCOMISS</td><td>r128,m32</td><td>&nbsp;</td><td>1</td>\r
+<td>&nbsp;</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>SQRTPS</td><td>r128,r128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>56</td><td>1/56</td></tr>\r
+<tr><td>SQRTPS</td><td>r128,m128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>57</td><td>1/56</td></tr>\r
+<tr><td>SQRTSS</td><td>r128,r128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>30</td><td>1/28</td></tr>\r
+<tr><td>SQRTSS</td><td>r128,m32</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>31</td><td>1/28</td></tr>\r
+<tr><td>RSQRTPS</td><td>r128,r128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>RSQRTPS</td><td>r128,m128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>RSQRTSS</td><td>r128,r128</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>RSQRTSS</td><td>r128,m32</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/1</td></tr>\r
+<tr><td>RCPPS</td><td>r128,r128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>RCPPS</td><td>r128,m128</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>RCPSS</td><td>r128,r128</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>1</td><td>1/1</td></tr>\r
+<tr><td>RCPSS</td><td>r128,m32</td><td>1</td><td>&nbsp;</td><td>&nbsp;</td>\r
+<td>1</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/1</td></tr>\r
+<tr><td>SHUFPS</td><td>r128,r128,i</td><td>&nbsp;</td><td>2</td><td>1</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>SHUFPS</td><td>r128,m128,i</td><td>&nbsp;</td><td>2</td><td>&nbsp;</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>2</td><td>1/2</td></tr>\r
+<tr><td>UNPCKHPS UNPCKLPS</td><td>r128,r128</td><td>&nbsp;</td><td>2</td>\r
+<td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>UNPCKHPS UNPCKLPS</td><td>r128,m128</td><td>&nbsp;</td><td>2</td>\r
+<td>&nbsp;</td><td>2</td><td>&nbsp;</td><td>&nbsp;</td><td>3</td><td>1/2</td></tr>\r
+<tr><td>LDMXCSR</td><td>m32</td><td colspan="3">11</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>15</td><td>1/15</td></tr>\r
+<tr><td>STMXCSR</td><td>m32</td><td colspan="3">6</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>7</td><td>1/9</td></tr>\r
+<tr><td>FXSAVE</td><td>m4096</td><td colspan="3">116</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>62</td><td>&nbsp;</td></tr>\r
+<tr><td>FXRSTOR</td><td>m4096</td><td colspan="3">89</td>\r
+<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>68</td><td>&nbsp;</td></tr>\r
+</table>\r
+<p>\r
+<h2><a name="30">30</a>. Testing speed</h2><p>\r
+The Pentium family of processors have an internal 64 bit clock counter which can be read\r
+into <kbd>EDX:EAX</kbd> using the instruction <kbd>RDTSC</kbd>\r
+(read time stamp counter). This is very useful for\r
+testing exactly how many clock cycles a piece of code takes.\r
+<p>\r
+The program below is useful for measuring the number of clock cycles a piece of code\r
+takes. The program executes the code to test 10 times and stores the 10 clock counts.\r
+The program can be used in both 16 and 32 bit mode on the PPlain and PMMX:\r
+<pre>;************   Test program for PPlain and PMMX:    ********************\r
+\r
+ITER    EQU     10              ; number of iterations\r
+OVERHEAD EQU    15              ; 15 for PPlain, 17 for PMMX\r
+\r
+RDTSC   MACRO                   ; define RDTSC instruction\r
+        DB      0FH,31H\r
+ENDM\r
+;************   Data segment:                   ********************\r
+.DATA                           ; data segment\r
+ALIGN   4\r
+COUNTER DD      0               ; loop counter\r
+TICS    DD      0               ; temporary storage of clock\r
+RESULTLIST  DD  ITER DUP (0)    ; list of test results\r
+;************   Code segment:                   ********************\r
+.CODE                           ; code segment\r
+BEGIN:  MOV     [COUNTER],0     ; reset loop counter\r
+TESTLOOP:                       ; test loop\r
+;************   Do any initializations here:    ********************\r
+        FINIT\r
+;************   End of initializations          ********************\r
+        RDTSC                   ; read clock counter\r
+        MOV     [TICS],EAX      ; save count\r
+        CLD                     ; non-pairable filler\r
+REPT    8\r
+        NOP                     ; eight NOP's to avoid shadowing effect\r
+ENDM\r
+\r
+;************   Put instructions to test here:  ********************\r
+        FLDPI                   ; this is only an example\r
+        FSQRT\r
+        RCR     EBX,10\r
+        FSTP    ST\r
+;***************** End of instructions to test  ********************\r
+\r
+        CLC                     ; non-pairable filler with shadow\r
+        RDTSC                   ; read counter again\r
+        SUB     EAX,[TICS]      ; compute difference\r
+        SUB     EAX,OVERHEAD    ; subtract clocks used by fillers etc.\r
+        MOV     EDX,[COUNTER]   ; loop counter\r
+        MOV     [RESULTLIST][EDX],EAX   ; store result in table\r
+        ADD     EDX,TYPE RESULTLIST     ; increment counter\r
+        MOV     [COUNTER],EDX           ; store counter\r
+        CMP     EDX,ITER * (TYPE RESULTLIST)\r
+        JB      TESTLOOP                ; repeat ITER times\r
+\r
+; insert here code to read out the values in RESULTLIST</pre>\r
+<p>\r
+The 'filler' instructions before and after the piece of code to test are are\r
+included in order to get consistent results on the PPlain. The <kbd>CLD</kbd>\r
+is a non-pairable instruction which has been inserted to make sure the pairing\r
+is the same the first time as the subsequent times. The\r
+eight <kbd>NOP</kbd> instructions are inserted to prevent any prefixes in the\r
+code to test to be decoded in the shadow of the preceding instructions on\r
+the PPlain. Single byte instructions are used here to obtain the same pairing\r
+the first time as the subsequent times. The <kbd>CLC</kbd> after the\r
+code to test is a non-pairable instruction which has a shadow under which\r
+the <kbd>0FH</kbd> prefix of the <kbd>RDTSC</kbd> can be decoded so that\r
+it is independent of any shadowing effect from the code\r
+to test on the PPlain.\r
+<p>\r
+On The PMMX you may want to insert <kbd>XOR EAX,EAX / CPUID</kbd>\r
+before the instructions to test if you want the FIFO instruction buffer\r
+to be empty, or some time-consuming instruction\r
+(f.ex. <kbd>CLI</kbd> or <kbd>AAD</kbd>) if you want the FIFO buffer to\r
+be full (<kbd>CPUID</kbd> has no shadow under which\r
+prefixes of subsequent instructions can decode).\r
+<p>\r
+On the PPro, PII and PIII you have to insert <kbd>XOR EAX,EAX / CPUID</kbd>\r
+before and after each <kbd>RDTSC</kbd> to prevent it from executing\r
+in parallel with anything else, and remove the filler\r
+instructions. (<kbd>CPUID</kbd> is a serializing instruction which means\r
+that it flushes the pipeline and waits for all pending operations to\r
+finish before proceeding. This is useful for testing purposes.)\r
+<p>\r
+The <kbd>RDTSC</kbd> instruction cannot execute in virtual mode on the\r
+PPlain and PMMX, so if you are running DOS programs you must run\r
+in real mode. (Press F8 while booting and select \r
+"safe mode command prompt only" or "bypass startup files").\r
+<p>\r
+The complete test program is available from <a href="http://www.agner.org/assem/">www.agner.org/assem/</a>.\r
+<p>\r
+The Pentium processors have special performance monitor counters which can count\r
+events such as cache misses, misalignments, various stalls, etc. Details about how to use the \r
+performance monitor counters are not covered by this manual but can be found in\r
+"Intel Architecture Software Developer's Manual", vol. 3, Appendix A.\r
+<p>\r
+<h2><a name="31">31</a>. Comparison of the different microprocessors</h2><p>\r
+The following table summarizes some important differences between the microprocessors in\r
+the Pentium family:\r
+<p>\r
+\r
+<table border=1 cellpadding=4 cellspacing=1>\r
+<tr><td>&nbsp;</td>\r
+<td class="a3">&nbsp;PPlain&nbsp;</td>\r
+<td class="a3">&nbsp;PMMX&nbsp;</td>\r
+<td class="a3">&nbsp;PPro&nbsp;</td>\r
+<td class="a3">&nbsp;PII&nbsp;</td>\r
+<td class="a3">&nbsp;PIII&nbsp;</td>\r
+</tr><tr>\r
+<td>code cache, kb</td>\r
+<td>8</td>\r
+<td>16</td>\r
+<td>8</td>\r
+<td>16</td>\r
+<td>16</td>\r
+</tr><tr>\r
+<td>data cache, kb</td>\r
+<td>8</td>\r
+<td>16</td>\r
+<td>8</td>\r
+<td>16</td>\r
+<td>16</td>\r
+</tr><tr>\r
+<td>built in level 2 cache, kb</td>\r
+<td>0</td>\r
+<td>0</td>\r
+<td>256</td>\r
+<td>512 *)</td>\r
+<td>512 *)</td></tr>\r
+<tr>\r
+<td>MMX instructions</td>\r
+<td>no</td>\r
+<td>yes</td>\r
+<td>no</td>\r
+<td>yes</td>\r
+<td>yes</td></tr>\r
+<tr>\r
+<td>XMM instructions</td>\r
+<td>no</td>\r
+<td>no</td>\r
+<td>no</td>\r
+<td>no</td>\r
+<td>yes</td></tr>\r
+<tr>\r
+<td>conditional move instructruct.</td>\r
+<td>no</td>\r
+<td>no</td>\r
+<td>yes</td>\r
+<td>yes</td>\r
+<td>yes</td>\r
+</tr><tr>\r
+<td>out of order execution</td>\r
+<td>no</td>\r
+<td>no</td>\r
+<td>yes</td>\r
+<td>yes</td>\r
+<td>yes</td>\r
+</tr><tr>\r
+<td>branch prediction</td>\r
+<td>poor</td>\r
+<td>good</td>\r
+<td>good</td>\r
+<td>good</td>\r
+<td>good</td>\r
+</tr><tr>\r
+<td>branch target buffer entries</td>\r
+<td>256</td>\r
+<td>256</td>\r
+<td>512</td>\r
+<td>512</td>\r
+<td>512</td>\r
+</tr><tr>\r
+<td>return stack buffer size</td>\r
+<td>0</td>\r
+<td>4</td>\r
+<td>16</td>\r
+<td>16</td>\r
+<td>16</td>\r
+</tr><tr>\r
+<td>branch misprediction penalty</td>\r
+<td>3-4</td>\r
+<td>4-5</td>\r
+<td>10-20</td>\r
+<td>10-20</td>\r
+<td>10-20</td>\r
+</tr><tr>\r
+<td>partial register stall</td>\r
+<td>0</td>\r
+<td>0</td>\r
+<td>5</td>\r
+<td>5</td>\r
+<td>5</td>\r
+</tr><tr>\r
+<td>FMUL latency</td>\r
+<td>3</td>\r
+<td>3</td>\r
+<td>5</td>\r
+<td>5</td>\r
+<td>5</td>\r
+</tr><tr>\r
+<td>FMUL throughput</td>\r
+<td>1/2</td>\r
+<td>1/2</td>\r
+<td>1/2</td>\r
+<td>1/2</td>\r
+<td>1/2</td>\r
+</tr><tr>\r
+<td>IMUL latency</td>\r
+<td>9</td>\r
+<td>9</td>\r
+<td>4</td>\r
+<td>4</td>\r
+<td>4</td>\r
+</tr><tr>\r
+<td>IMUL throughput</td>\r
+<td>1/9</td>\r
+<td>1/9</td>\r
+<td>1/1</td>\r
+<td>1/1</td>\r
+<td>1/1</td>\r
+</tr></table>\r
+<p>*) Celeron: 0-128, Xeon: 512 or more, many other variants available.\r
+On some versions the level 2 cache runs at half speed.\r
+<p>\r
+<u>Comments to the table:</u><br>\r
+Code cache size is important if the critical part of your program is not limited to a small\r
+memory space.\r
+<p>\r
+Data cache size is important for all programs that handle more than small amounts of data\r
+in the critical part.\r
+<p>\r
+MMX and XMM instructions are useful for programs that handle massively parallel\r
+data, such as sound and image processing. In other applications it may not be\r
+possible to take advantage of the MMX and XMM instructions.\r
+<p>\r
+Conditional move instructructions are useful for avoiding poorly predictable conditional \r
+jumps.\r
+<p>\r
+Out of order execution improves performance, especially on non-optimized code. It includes \r
+automatic instruction reordering and register renaming.\r
+<p>\r
+Processors with a good branch prediction method can predict simple repetitive patterns. A \r
+good branch prediction is most important if the branch misprediction penalty is high.\r
+<p>\r
+A return stack buffer improves prediction of return instructions when a subroutine is called \r
+alternatingly from different locations.\r
+<p>\r
+Partial register stalls make handling of mixed data sizes (8, 16, 32 bit) more difficult.\r
+<p>\r
+The latency of a multiplication instruction is the time it takes in a dependency chain. A\r
+throughput of 1/2 means that the execution can be pipelined so that a new multiplication \r
+can begin every second clock cycle. This defines the speed for handling parallel data.\r
+<p>\r
+Most of the optimizations described in this document have little or no negative effects on \r
+other microprocessors, including non-Intel processors, but there are some problems to be \r
+aware of.\r
+<p>\r
+Scheduling floating point code for the PPlain and PMMX often requires a lot of\r
+extra <kbd>FXCH</kbd> instructions. This will slow down execution on older microprocessors, but not on the\r
+Pentium family and advanced non-Intel processors.\r
+<p>\r
+Taking advantage of the MMX instructions in the PMMX, PII and PIII processors or the \r
+conditional moves in the PPro, PII and PIII will create problems if you want your code to be\r
+compatible with earlier microprocessors. The solution may be to write several versions of\r
+your code, each optimized for a particular processor. Your program should detect which\r
+processor it is running on and select the appropriate version of code\r
+(chapter <a href="#27_10">27.10</a>).\r
+<p>\r
+</body>\r
+</html>\r
+\r
diff --git a/programs/testsuites b/programs/testsuites
new file mode 100644 (file)
index 0000000..dce0c2e
--- /dev/null
@@ -0,0 +1,2 @@
+http://www.fortunecity.de/wolkenkratzer/apple/28/chess.html
+
diff --git a/programs/uniacke.ps b/programs/uniacke.ps
new file mode 100644 (file)
index 0000000..63abc46
--- /dev/null
@@ -0,0 +1,12175 @@
+%!PS-Adobe-2.0
+%%Creator: dvips 5.512 Copyright 1986, 1993 Radical Eye Software
+%%Title: uniacke.dvi
+%%CreationDate: Thu May 18 00:16:31 1995
+%%Pages: 238
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%EndComments
+%DVIPSCommandLine: dvips -o uniacke.ps uniacke
+%DVIPSSource:  TeX output 1995.05.18:0011
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N /X{S N}
+B /TR{translate}N /isls false N /vsize 11 72 mul N /@rigin{isls{[0 -1 1 0 0 0]
+concat}if 72 Resolution div 72 VResolution div neg scale isls{Resolution hsize
+-72 div mul 0 TR}if Resolution VResolution vsize -72 div 1 add mul TR matrix
+currentmatrix dup dup 4 get round 4 exch put dup dup 5 get round 5 exch put
+setmatrix}N /@landscape{/isls true N}B /@manualfeed{statusdict /manualfeed
+true put}B /@copies{/#copies X}B /FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N
+/IE 0 N /ctr 0 N /df-tail{/nn 8 dict N nn begin /FontType 3 N /FontMatrix
+fntrx N /FontBBox FBB N string /base X array /BitMaps X /BuildChar{
+CharBuilder}N /Encoding IE N end dup{/foo setfont}2 array copy cvx N load 0 nn
+put /ctr 0 N[}B /df{/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0
+0 sf neg 0 0]N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data
+dup length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{128
+ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub get 127
+sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data dup type
+/stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N /rc 0 N /gp 0 N
+/cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup /base get 2 index get
+S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx 0 ch-xoff ch-yoff ch-height
+sub ch-xoff ch-width add ch-yoff setcachedevice ch-width ch-height true[1 0 0
+-1 -.1 ch-xoff sub ch-yoff .1 add]{ch-image}imagemask restore}B /D{/cc X dup
+type /stringtype ne{]}if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1
+ne{dup dup length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}
+B /I{cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul add
+.99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore showpage userdict
+/eop-hook known{eop-hook}if}N /@start{userdict /start-hook known{start-hook}
+if pop /VResolution X /Resolution X 1000 div /DVImag X /IE 256 array N 0 1 255
+{IE S 1 string dup 0 3 index put cvn put}for 65781.76 div /vsize X 65781.76
+div /hsize X}N /p{show}N /RMat[1 0 0 -1 0 0]N /BDot 260 string N /rulex 0 N
+/ruley 0 N /v{/ruley X /rulex X V}B /V{}B /RV statusdict begin /product where{
+pop product dup length 7 ge{0 7 getinterval dup(Display)eq exch 0 4
+getinterval(NeXT)eq or}{pop false}ifelse}{false}ifelse end{{gsave TR -.1 -.1
+TR 1 1 scale rulex ruley false RMat{BDot}imagemask grestore}}{{gsave TR -.1
+-.1 TR rulex ruley scale 1 1 false RMat{BDot}imagemask grestore}}ifelse B /QV{
+gsave transform round exch round exch itransform moveto rulex 0 rlineto 0
+ruley neg rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N
+/tail{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{4 M}B
+/w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{p 1 w}B /r{
+p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p a}B /bos{/SS save
+N}B /eos{SS restore}B end
+%%EndProcSet
+TeXDict begin 39158280 55380996 1000 300 300
+(/home/a2/edf/jcw/uni/uniacke.dvi) @start /Fa 1 42 df<000000600000000000600000
+0000003000000000001800000000001800000000000C0000000000060000000000030000FFFFFF
+FF8000FFFFFFFFC000000000007000000000001C00000000000F800000000003E0000000000780
+000000001E00000000003800000000006000FFFFFFFFC000FFFFFFFF8000000000070000000000
+0600000000000C0000000000180000000000300000000000300000000000600000000000600000
+2B1C7D9932>41 D E /Fb 2 13 df<07C0000C3040101040201880601880C00C80C00D00C00E00
+800E00800C00C01C00C02C0060C4803F0300120E7E8D17>11 D<000F0000308000C0C000804001
+00600200C00400C0040080040180083F00083E0008010008018010018010018010018010018030
+0300300300300600280C0044180043E000400000400000800000800000800000800000131D7F96
+14>I E /Fc 1 81 df<FFFFFFFFE0FFFFFFFFF07000001FF078000001F03C000000781C000000
+180E0000000C0F000000040700000004038000000203C000000001E000000000E0000000007000
+000000780000000038000000001C000000001E000000000F000000000700000000038000000003
+800000000300000000070000000006000000000C00000000180000000038000000003000000000
+6000000000C000000001C00000000180000002030000000406000000040E0000000C0C00000018
+180000007830000001F07000001FF07FFFFFFFF0FFFFFFFFE0272A7E7F2C>80
+D E /Fd 2 2 df<FFFFC0FFFFC012027D871A>0 D<40E04003037D880A>I
+E /Fe 33 121 df<40E06020202040408003097D820A>59 D<00200060006000C000C000C00180
+01800180030003000300060006000C000C000C00180018001800300030003000600060006000C0
+00C000C0000B1D7E9511>61 D<07FFE000E03801C01801C01C01C01C01C01C0380380380700380
+E003FFC00700E00700700700300700380E00700E00700E00E00E00E01C0380FFFE0016147F9319
+>66 D<003F0800C0980300700600300C0030180030380020700000700000700000E00000E00000
+E00000E000406000806000803001003002000C1C0007E00015147E9318>I<07FFFC00E01C01C0
+0C01C00C01C00C01C00803820803820003820003FE000704000704000704000700000E00000E00
+000E00000E00001C0000FFC00016147F9315>70 D<07FC1FC000E0060001C0080001C0100001C0
+600001C080000381000003860000038E0000039E0000076700000787000007038000070380000E
+01C0000E01C0000E00E0000E00E0001C00F000FF83FC001A147F931C>75
+D<07FE0000E00001C00001C00001C00001C0000380000380000380000380000700000700000700
+000700200E00400E00400E00800E01801C0780FFFF0013147F9317>I<003F0001C1C003006006
+00700C0030180038380038700038700038700038E00070E00070E00070E000E0E000C06001C070
+03803806001C1C0007E00015147E9319>79 D<07FFE000E07001C01801C01C01C01C01C01C0380
+380380380380700381C007FF000700000700000700000E00000E00000E00000E00001C0000FF80
+0016147F9315>I<07FFC000E07001C01801C01C01C01C01C01C0380380380700380C003FF0007
+03C00701C00700E00700E00E01C00E01C00E01C00E01C21C01C4FF807817147F9319>82
+D<00F8800305800603000401000C01000C01000C00000E00000FE00007F80001FC00001C00000E
+00000E00400C00400C00400800601800D020008FC00011147E9314>I<1FFFF8381C1820381820
+380840380840381080701000700000700000700000E00000E00000E00000E00001C00001C00001
+C00001C0000380003FF8001514809314>I<FF1FE0FC3803803038038020380780403807804038
+0B8080380B818038138100383382003C2382001C43C4001C41CC001C81C8001D81D0001D01D000
+1E01E0001E01E0001C01C0001C018000180180001E147E931F>87 D<07B00C7010703060606060
+606060C0C0C0C8C0C841C862D03C700D0D7E8C12>97 D<7C000C00180018001800180030003700
+388030C060C060C060C060C0C180C180C1004300660038000A147E930F>I<07800C4010E031C0
+600060006000C000C0004020404021801E000B0D7E8C0F>I<007C000C00180018001800180030
+07B00C7010703060606060606060C0C0C0C8C0C841C862D03C700E147E9311>I<07800C401020
+304060407F8060004000C0004020604021801E000B0D7E8C10>I<0038006C007C004C00C000C0
+00C007F800C001800180018001800180030003000300030003000300060006006600E400C80070
+000E1A7F9310>I<01D8023804380C3018301830183030603060306010E019C00EC000C000C061
+80E180C3007C000D137F8C10>I<3E0006000C000C000C000C00180019E01E3018303830303030
+3030306060606460C460C4C0C8C0700E147E9313>I<06070600000000384C4C8C981818303262
+62643808147F930C>I<3E0006000C000C000C000C001800187018B819383230340038003E0063
+00631063106310C320C1C00D147E9312>107 D<7C0C181818183030303060606060C0D0D0D0D0
+6006147E930A>I<30F87C00590C86004E0D06009C0E0600980C0600180C0600180C060030180C
+0030180C8030181880301818806030190060300E00190D7F8C1D>I<30F8590C4E0C9C0C980C18
+0C180C30183019303130316032601C100D7F8C15>I<03800C6018203030603060306030C060C0
+6040C0608023001E000C0D7E8C10>I<0C78168C130426062606060606060C0C0C0C0C080C101A
+2019C018001800300030003000FC000F13818C11>I<072008E010E030C060C060C060C0C180C1
+80C180438067003B00030003000600060006003F800B137E8C0F>I<31E05A704C709C60980018
+0018003000300030003000600060000C0D7F8C0F>I<0700188019C0318038001E000F00038041
+80E180C10082007C000A0D7E8C10>I<02000600060006000C00FF800C000C0018001800180018
+00300031003100320032001C0009127F910D>I<0E3C13CE238E430C43000300030006000608C6
+08E610CA2071C00F0D7F8C13>120 D E /Ff 15 107 df<FFFFFF80FFFFFF8019027D8A20>0
+D<60F0F06004047C8B0C>I<000400000006000000060000000600000006000000060000000600
+00000600000006000000060000000600000006000000060000FFFFFFE0FFFFFFE0000600000006
+0000000600000006000000060000000600000006000000060000000600000006000000060000FF
+FFFFE0FFFFFFE01B1C7E9A20>6 D<03C00FF01FF83FFC7FFE7FFEFFFFFFFFFFFFFFFF7FFE7FFE
+3FFC1FF80FF003C010107E9115>15 D<000001800000078000001E00000078000001E000000780
+00001E00000078000001E00000078000001E00000078000000E0000000780000001E0000000780
+000001E0000000780000001E0000000780000001E0000000780000001E00000007800000018000
+0000000000000000000000000000000000000000000000000000007FFFFF00FFFFFF8019227D99
+20>20 D<C0000000F00000003C0000000F00000003C0000000F00000003C0000000F00000003C0
+000000F00000003C0000000F000000038000000F0000003C000000F0000003C000000F0000003C
+000000F0000003C000000F0000003C00000070000000C000000000000000000000000000000000
+0000000000000000000000000000007FFFFF00FFFFFF8019227D9920>I<07C000201FE000203F
+F80020783C0060E01F00E0C00783C08003FF808000FF0080007C000000000007C000201FE00020
+3FF80020783C0060E01F00E0C00783C08003FF808000FF0080007C001B137E9320>25
+D<01000300030007800B4013206318830403000300030003000300030003000300030003000300
+0300030003000300030003000300030003000300030003000300030003000300030003000E257D
+9C15>34 D<07E0003F000FF800F180183E018040200F03002040078400104003CC00108001D800
+088000F000088000F00008800078000880007800088000DC000840019E001040010F0010200607
+8020100C03E0C00C7800FF8007E0003F0025127E912A>49 D<007FF801FFF80780000E00001800
+00300000300000600000600000C00000C00000C00000FFFFF8FFFFF8C00000C00000C000006000
+006000003000003000001800000E000007800001FFF8007FF8151A7D961C>I<400004C0000C60
+00186000186000183000303000303000301800601800601FFFE00FFFC00C00C00C00C006018006
+018003030003030003030001860001860001860000CC0000CC0000CC0000780000780000780000
+3000003000161E809C17>56 D<400002C00006C00006C00006C00006C00006C00006C00006C000
+06C00006C00006C00006C00006C00006C00006C00006C00006C00006C0000660000C60000C3000
+181C00700F01E003FF8000FE00171A7E981C>91 D<003C00E001C0018003800380038003800380
+03800380038003800380038003800380030007001C00F0001C0007000300038003800380038003
+8003800380038003800380038003800380018001C000E0003C0E297D9E15>102
+D<F0001C00070003000380038003800380038003800380038003800380038003800380018001C0
+00E0003C00E001C001800380038003800380038003800380038003800380038003800380030007
+001C00F0000E297D9E15>I<C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
+C0C0C0C0C0C0C0C0C0C0C0C0C0C002297B9E0C>106 D E /Fg 26 116 df<000101808053>48
+D<C000000000000000000000004020080402010040201000804010080402008040200100802010
+080401008040020100402010080201008004020080402010040201000804010080402008040200
+100802010080401008040020100402010080201008004020080402F90040201000004010080506
+0080402010008020100A0201008040200100402012020201008040020080402202040201008004
+01008042020804020100080201008202100804020010040201010420100804002008040201F840
+201008004010080402508040201000002010080489008040201000402010090601008040200080
+4020160302010080400100804028008402010080020100807000680402010004020100C0001008
+0402000804020180000C1008040010080402000002201008002010080400000140201000402010
+080000008040200000402010002000408040100080402000200021008020010080400020001201
+0040020100C0002000140200800402018000200008040100080402800020000808020010080480
+07FF00081004002010090000200004200800402011000020000440100000402100002000048020
+100080410000200005004020010081000020000600804002010100000000040100800402010000
+000004020100080401800000000804020010080280000000080804002010044000000010100800
+402008400000001020100000401020000000204020100080201007FF004080402001004028F800
+F88100804002008047000007020100800401008400000104020100080201040000010804020010
+04020400000110080400200804040000012010080040100808000000C02010000020100807FF00
+80402010004020187800F0808040200080402980000C8100804001008056000003420100800201
+0098000000C402010004020106000003080402000804020180000C10080400100804027800F020
+1008002010080407FF80402010004020100805050080402000004020100A020100804010008040
+201C018201008020010081C0F0007C0E01004002017E7F000007F3F2008004038000000000000E
+0100080C0000002000000182001010000000D80000004400206000000306000000380040800003
+FE01FE00000800004007FC040201FF00101000A0382008040201E020200110C040100804021840
+400209008020100804048080040601004020100803010008040200804020100402001008040100
+804020080400201008020100804010080040201004020100802010000000000000000000000008
+555581D353>65 D<00000000F80000000000000001040000000000000002020000000000000002
+020000000000000002020000000000000002020000000000000002020000000000000001040000
+000000000000F80000000000000000500000000000000000880000000000000001040000000000
+000006030000000000000008008000000000000030006000000000000040001000000000000180
+000C00000000000200000200000000000400000100000000000800000080000000001000200040
+000000002000200020000000004000200010000000004000200010000000008000200008000000
+008000200008000000008007FF0008000000010000200004000000010000200004000000010000
+200004000000010000200004000000010000200004000000010000000004000000010000000004
+000000008000000008000000008000000008000000004000000010000000004000000010000000
+002000000020000000001007FF00400000000008F800F880000000000700000700000000000400
+000100000000000400000100000000000400000100000000000400000100000000000800000080
+000000000807FF008000000000087800F080000000000980000C80000000001600000340000000
+0018000000C0000000000600000300000000000180000C0000000000007800F000000000000007
+FF000000000000000104000000000000000202000000000000000C0180000000000180F000780C
+0000007E7F000007F3F000038000000000000E000C000000200000018010000000D80000004060
+0000030600000030800003FC01FE0000084007FC000001FF001020380000000000E02010C00000
+0000001840090000000000000480060000000000000300454779CA53>I<C00000000000000000
+000000402008040201004020100080401008040200804020010080201018040100804002010040
+20300802010080040200804030100402010008040100807020080402001008020100B040100804
+00201004020FFF8020100800402008040FFF804020100000401008043200804020100080201008
+340100804020010040201038020100804002008040203004020100800401008040300804020100
+08020100807010080402001004020100B020100804002008040201F84020100800401008040304
+80402010000020100806030080402010004020100C010100804020008040201401020100804001
+00804028008402010080020100804800880402010004020100880090080402000807FE010800A0
+11FE0400100C03820800C02E018800202000640800807000300040400018080080C00010000080
+000408008100000810018000030401060000042001000000940108000004400300000064011000
+00048006000000240120000003000A00000012024000000200120000000A028000000200220000
+000603000000020042000000070500000002000200000003060000000210010000000104000000
+042001000000018C00000004400280000000880000000880048000000088000000090008400000
+008800000012001020000000500000002400202000000050000000280040300000005000000050
+00004800000070000000A010008400000070000001402001040000002000000180400202000000
+2000000300800401000000200000060100080300007FFFF0000402001004803F80000FE0080400
+200887C00000001F0808004010780000000000F010000020400000000000102010004040000000
+000010402000804000000000001080400100C00000000000110080020120003FFFE00022010004
+02200FC0001F80240200080420F000000078280400100827000000000730080020103800000000
+00E010004020200000000000202000004020001FFFC00020401000806007E0003F002080200100
+A078000000F0210040020143800000000E12008004025C0000000001D401000804600000000000
+380200100830000000000070040020100C0000000001A00800402013C00000001E401000004020
+3E000003E080201000804021FFFFFE010040200100804010080402008040020100802010080401
+008004020100402010080201000804020080402010040200100804010080402008040020100802
+0100804010080040201004020100802010000000000000000000000008555581D353>74
+D<00000000040000000000000000000C0000000000000000000C0000000000000000000C000000
+0000000000000C000000000000000003FFE00000000000000003FFE000000000000000000C0000
+000000000000000C0000000000000000000C0000000000000000000C0000000000000000000C00
+00000000000000000C0000000000000000000C0000000000000000003E00000000000000000045
+000000000000000000808000000000000000010040000000000000000100400000000000000002
+002000000000000000020020000000000000000200200000000000FF00020020007F80000300E0
+020020038060000800180200200C00080010000602002030000400200001020020400002004000
+00C100418000010040000021004200000100400000110044000001008000000900480000008080
+0000048090000000808000000280A0000000808000000180C00000008080000001414000000080
+80000000C180000000804000000041000000010040000000630000000100200000002200000002
+002000000022000000020010000000220000000400080000001400000008000800000014000000
+080004000000140000001000020000001C0000002000010000001C000000400001000000080000
+00400000800000080000008000004000000800000100000040001FFFFC0001000000200FE00003
+F80200000021F000000007C20000001E00000000003C0000001000000000000400000010000000
+000004000000100000000000040000001000000000000400000008000FFFF800080000000803F0
+0007E008000000083C0000001E0800000009C000000001C80000000E0000000000380000000800
+0000000008000000080007FFF000080000000801F8000FC008000000081E0000003C0800000010
+E00000000384000000170000000000740000001800000000000C0000000C000000000018000000
+0300000000006000000000F00000000780000000000F800000F80000000000007FFFFF00000000
+494A7BD053>I<C000000000000000000000004020080402010040201000804010080402008040
+200100802010F8040100804002010040210408020100800402008042021004020100080407C082
+02201F040200100808210202402088040020101012020280405008004020101402030040601000
+00401018050600C04020100080301008FC0140404020010050101058024040804007C090102050
+0440411F800821082040500820822080101207C08050101F044040101403410088201408404030
+18052201884024104040501009240288806420404010101128048900A440405008202110088A01
+448060A007C04110108C0245009F400140811021040446011480032101084104088402250004A2
+010881041084042A000894020901042082084C00109806060104410210480020880A0401048102
+20880040881204020301024088000084220206020202810810008442020A020203010820018482
+02120206020108400243020122020C02021080044202014202140206110008410201840124020C
+1200104106008401480214140020408A0084018802281800404092008401080248100000406200
+4401100290101000C0420048009003101020012022003800A002202040022022002800A0022020
+80042012002820A0024021000820140018D8C00140220010200C181B06C0C180240020200C27FC
+01FF21802800402005C00000001D0030000061FE0000000003FC20100092000000000000024020
+011C00000000000001C04002100000000000000040800408000000000000008100080800000000
+0000008200100400003FFFE000010400200A0007C0001F0002080040110078000000F004100000
+2083800000000E0820100040980000000000C8402000806000000000003080400100C000000000
+001100800201200000000000220100040220001FFFC00024020008041003E0003E004804001008
+103C000001E0500800201009C00000001CA0100040201E0000000003C020000040280000000000
+80401000804800000000008080200100900000000000410040020110003FFFE000420080040220
+1FC0001FC0240100080421E00000003C28020010082E0000000003B00400201070000000000070
+0800402030000000000060100000402E0000000003802010008041E00000003D0040200100805F
+FFFFFFC20080400201008020100804010080040201004020100802010008040200804020100402
+001008040100804020080400201008020100804010080040201004020100802010000000000000
+000000000008555581D353>I<C000000000000000000000004020080402010040201000804010
+080402008040200100802010080401008040020100402010080201008004020080402010040201
+0008040100824020080402001008060106804010080400201005820900802010080040200C4411
+01004020100000401238208200804020100080220C408401008040200100420240880201008040
+0200820180500402010080040102060060080402010008020238003FF008040200100402C00000
+0E1008040020080700000001A010080040100A0000000060201000002014000000001840201000
+4028000000000480402000805000000000030080400100A0000000000101008002014000000000
+008201000402800000000000440200080500E000000000280400100901C0000000003008002011
+03C0000000001010004021038000000000102000004107000000000008401000810E0000000000
+088020010108000000000005004002010000000400000600800402000000020000020100080600
+0000040000020200100A0000000400000104002014000000040000010800402400000004000001
+1000004800000008000000A010009000000008000000C020011000000010000000804002200000
+006000000040800440000000E0000000410008400000036000000042001080000004A000000044
+00208000001920000000280041000000E220000000300001000003042000000020100118000408
+200000002020023C001810200000001040027C0020204000000010800678004040400000001100
+0A700080804000000012001240008100C000000014002100010201800000000800410041040280
+00000008000080420805000000000810004084100A00000000082000B104201200000000084001
+0E08402400000000088002011080480000000005000402E1009000000000060008040201200000
+000004001008040240000000000400201008048000000000040040201009000000000004000040
+201200000000000410008040240000000000042001008048000000000004400201008800000000
+000480040201100000000000050008040210000000000002001008042000000000000200201008
+200000000000020040201020000000000002000040202000000000000210008040200000000000
+02200100807FFFFFFFFFFFFE400201008020100804010080040201004020100802010008040200
+804020100402001008040100804020080400201008020100804010080040201004020100802010
+000000000000000000000008555581D353>I<0000000080000000000000018001800000000000
+000160024000000000000001100440000000000000008C08200000000000000083102000000000
+0000008090200000000000000080601000000000000000818010000000000000008E000FFC0000
+00000000B0000003800000000000C0000000600000000000800000001800000000010000000006
+000000000200000000010000000004000000000080000000080000000000400000001000000000
+002000000020000000000010000000403800000000080000004070000000000800000040F00000
+00000400000040E0000000000400000041C0000000000200000043800000000002000000420000
+000000010000004000000100000100000080000000800000800000800000010000008000008000
+000100000040000100000001000000400001000000010000004000020000000200000020000400
+000002000000200004000000040000002000080000001800000010001000000038000000100010
+000000C80000001000200000010800000010002000000608000000080040000038080000000800
+400000C0080000000800460001000800000008008F0006000800000004009F0008001000000004
+009E0010001000000004009C002000100000000400900020001000000004004000400020000000
+02004010400020000000020020108000400000000200102100008000000002000C410000800000
+000200038200010000000002000044000200000000010000380004000000000100000000080000
+000001000000001000000000010000000020000000000100000000400000000001000000008000
+000000010000000100000000000100000002000000000001000000020000000000010000000400
+000000000100000004000000000000800000080000000000008000000800000000000080000008
+00000000000080000008000000000000800000080000000000008000000FFFFFFFFFFFFF804948
+7BCD53>I<C0000000000000000000000040200804020100402010008040100804020080402001
+008020100804010080400201004020100802010080040200804020100402010008040100804020
+08040200100802010080401008040020100402010080201008004020080403FD00402010000040
+100806030080402010008020100800810080402001004020100042010080400200804030004402
+010080040100806000280402010008020100A00030080402001004020120002010080400200804
+022000202010080040100804200020402010000020100810004080402010004020101000410080
+402000804020180082010080400100804024010402010080020100804F07880402010004020100
+B000700804020008040201C0001810080400100804030000042010080020100806000002402010
+004020100C00000180402000004020140000010080401000804028000000810080200100804800
+000082010040020100900000004402008004020110000000480401000804021000000050080200
+100804100000006010040020100810000000402008004020101000000040401000004020080000
+008080201000804018000000810040200100802400000102008040020100440000010401008004
+02008200000208020100080401010000041004020010080201C000182008040020100402200020
+4010080040200804C00018802010000040100B0000070040201000802014000001008040200100
+4038000000C10080400200806000000022010080040100C0000000140201000802018000000008
+0402001004030000000004080400200806000000000210080040100A0000000002201000002014
+000000000140201000402800000000008040200080480000000000808040010090000000000041
+008002011000000000004201000402200000000000240200080420000000000028040010082000
+000000003008002010200000000000201000402040000000000010200000404000000000001040
+1000804000000000001080200100C0000000000011004002014000000000001200800402400000
+000000140100080440000000000018020010084000000000001004002010400000000000100800
+402040000000000010100000403FFFFFFFFFFFE020100080402008040201004020010080401008
+040200804002010080201008040100800402010040201008020100080402008040201004020010
+080401008040200804002010080201008040100800402010040201008020100000000000000000
+00000008555581D353>I<000003F800000000000C060000000000100100000000002000800000
+000020008000000000400040000000004000400000000040004000000000400040000000004000
+4000000000200080000000002000800000000010010000000000080200000000001E0F00000000
+006000C00000000180003000000002000008000000040000040000000800000200000008000002
+000000100000010000001000000100000020000000800000200000008000002000000080000020
+000000800000200000008000002000000080000010000001000000100000010000000800000200
+000008000002000000040000040000000200000800000001800030000000004000400000000180
+00300000000600000C000000080000020000003000000180000040000000400000800000002000
+010000000010000200000000080004000000000400040000000004000800000000020010000000
+000100100000000001002000000000008020000000000080400000000000404000000000004040
+000000000040400000000000408000000000002080000000000020800000000000208000000000
+002080000000000020800000000000208000000000002080000000000020800000000000208000
+00000000207FFFFFFFFFFFC0334370CA53>I<0000000007C00000000000000000082000000000
+0000000010100000000000003E00101000F8000000004100101001040000000080801010020200
+0000008080101002020000000080800820020200000000808007C0020200000000808002800202
+00003E0080800280020200F84100410002800104010480803E00028000F8020280800A00044000
+A00202808009000440012002028080090004400120020280800900044001200202410008800440
+022001043E0008800440022000F80A0008800820022000A0090008400820042001200500084008
+200420014004801040082004100240048010200820081002400440102008200810044004401020
+101008100440042010101010101008400420101010101010084004201010101010100840021010
+081010201010800210100810102010108002081008200820102080020810042008401020800204
+100420084010408002041004200840104080020210022008801080800202100240048010808001
+01100140050011010001011001400500110100010090014105001201000100A000C6C6000A0100
+010060C0D836060C01000100613FE00FF90C010001002E00000000E80100010FF0000000001FE1
+000090000000000000120000E00000000000000E00008000000000000002000040000000000000
+04000040000000000000040000200001FFFF000008000010003E0000F8001000000803C0000007
+80200000041C000000007040000004C00000000006400000030000000000018000000200000000
+000080000001000000000001000000010000FFFE000100000000801F0001F0020000000081E000
+000F02000000004E00000000E40000000070000000001C00000000400000000004000000004000
+0000000400000000800000000002000000008001FFFF00020000000100FE0000FE01000000010F
+00000001E10000000170000000001D000000038000000000038000000180000000000300000000
+70000000001C000000000F00000001E00000000000FFFFFFFE0000004F4B7ED053>I<1FF807FF
+C03FF010080400402010100804004020101008040040201010080400402010100FFC007FE01010
+000000000010100000000000101000000000001010000000000010100000000000101FFFFFFFFF
+FFF008000000000020040000000000400300000000018000800000000200004000000004000030
+0000001800001FFFFFFFF000001000000010000010000000100000100000001000001000000010
+000010000000100000100000001000001000000010000010000000100000100000001000001000
+000010000010000000100000100000001000001000000010000010000000100000100000001000
+001000000010000010000000100000100000001000001000000010000010000000100000100000
+0010000010000000100000100000001000001FFFFFFFF000002000000008000040000000080000
+800000000400008000000002000100000000010002000000000080040000000000400FFFFFFFFF
+FFE008000000000020080000000000200800000000002008000000000020080000000000200800
+0000000020FFFFFFFFFFFFFE800000000000028000000000000280000000000002800000000000
+0280000000000002FFFFFFFFFFFFFE374072C753>I<C000000000000000000000004020080402
+010040201000804010080402008040200100802010080401008040020100402010080201008004
+020080402010040201000804010080402008040200100802010080401008040020100402010080
+201008004020080402010040201000004010080402008040201000802010080401008040200100
+7FF01FFF827FE080400200A0102800844021008004012010480088402201000802201088009040
+240200100420110800A0402804002008201FF800FFC03008004010200000000000201000002020
+0000000000202010004020000000000020402000806000000000002080400100A0000000000021
+008002013FFFFFFFFFFFE201000402100000000000440200080408000000000088040010080600
+000000031008002010090000000004201000402010800000000840200000402060000000308040
+100080403FFFFFFFE10080200100806000000022010040020100A0000000240200800402012000
+000028040100080402200000003008020010080420000000201004002010082000000020200800
+402010200000002040100000402020000000208020100080402000000021004020010080200000
+00220080400201006000000024010080040200A000000028020100080401200000003004020010
+080220000000200804002010042000000020100800402008200000002020100000401020000000
+204020100080202000000020804020010040200000002100804002008060000000220100800401
+00A000000024020100080201200000002804020010040220000000300804002008043FFFFFFFE0
+100800401008400000001020100000201080000000104020100040210000000008804020008041
+000000000500804001008200000000020100800201040000000001020100040208000000000084
+020008041FFFFFFFFFFFC804001008100000000000500800201010000000000060100040201000
+000000004020000040300000000000404010008050000000000040802001009000000000004100
+400201FFFFFFFFFFFFFE0080040300000000000004010008050000000000000402001009000000
+000000040400201100000000000004080040210000000000000410000041FFFFFFFFFFFFFC2010
+008040200804020100402001008040100804020080400201008020100804010080040201004020
+100802010008040200804020100402001008040100804020080400201008020100804010080040
+201004020100802010000000000000000000000008555581D353>I<C000000000000000000000
+004020080402010040201000804010080402008040200100802010080401008040020100402010
+080201008004020080402010040201000804010080402008040200100802010080401008040020
+100402010080201008004020080402010040201000004010080402008040201000802010080401
+008040200100402010080201008040020080402010040201008004010080402008040201000802
+010080401008040200100402010080201008040020080402010040201008004010080402008040
+201000002010080401008040201000402010080201008040200080402010040201008040010080
+402008040201008002010080401008040201000402010080201008040200080402010040201008
+040010080402008040201008002010080401008040201000402010080201008040200000402010
+040201008040100080402008040201008020010080401008040201004002010080201008040200
+800402010040201008040100080402008040201008020010080401008040201004002010080201
+008040200800402010040201008040100000402008040201008020100080401008040201004020
+010080201008040200804002010040201008040100800402008040201008020100080401008040
+201004020010080201008040200804002010040201008040100800402008040201008020100000
+401008040201004020100080201008040200804020010040201008040100804002008040201008
+020100800401008040201004020100080201008040200804020010040201008040100804002008
+040201008020100800401008040201004020100000201008040200804020100040201008040100
+804020008040201008020100804001008040201004020100800201008040200804020100040201
+008040100804020008040201008020100804001008040201004020100800201008040200804020
+100040201008040100804020000040201008020100804010008040201004020100802001008040
+200804020100400201008040100804020080040201008020100804010008040201004020100802
+001008040200804020100400201008040100804020080040201008020100804010000040201004
+020100802010008040200804020100402001008040100804020080400201008020100804010080
+040201004020100802010008040200804020100402001008040100804020080400201008020100
+804010080040201004020100802010000000000000000000000008555581D353>90
+D<C000000000000000000000004020080402010040201000804010080402008040200100802010
+080401008040020100402010080201008004020080402010040201000804010080402008040200
+100802010080401008040020100402010080201008004020080402F900402010000040100805FE
+0080402010008020100BFE01008040200100402013FE02010080400200804023FE040201008004
+01008043FE08040201000802010083FE10080402001004020101FC20100804002008040201F840
+2010080040100804022080402010000020100804F900804020100040201009FE01008040200080
+402013FE0201008040010080402FFF8402010080020100805FFFC80402010004020100FFFFF008
+04020008040201FFFFF81008040010080403FFFFFE2010080020100807FFFFFF40201000402010
+0FFFFFFF804020000040201FFFFFFFC08040100080403FFFCFFFE10080200100807FFFCFFFF201
+0040020100FFFFCFFFF4020080040201FFFFCFFFF8040100080402FFF800FFF8080200100804FF
+F800FFF8100400201009FFFFCFFFFC200800402011FFFFCFFFFC401000004021FFFFCFFFFC8020
+10008041FFFFCFFFFD004020010081FFFFFFFFFE008040020101FFFFFFFFFC010080040201FFFF
+FFFFFC020100080401FFFFFFFFF8040200100802FFFFFFFFF80804002010047FFFFFFFF0100800
+4020087FFFFFFFF02010000040103FFC01FFE04020100080201FC0001FC08040200100402F01FC
+0781008040020080471FFFC70201008004010083FFFFFE0402010008020103FFFFFE0804020010
+040207FFFFFF1008040020080407FFFFFF2010080040100807FFFFFF402010000020100FF800FF
+804020100040201FC0001F808040200080402F03FE07810080400100804C1FFFC1820100800201
+008C7FFFF18402010004020105FFFFFD0804020008040201FFFFFC10080400100804027FFFF020
+1008002010080407FF80402010004020100804F900804020000040201009FE0100804010008040
+2017FF0201008020010080403FFFC40201004002011FFFFFFFFFFFC200800403FFFFFFFFFFFFFC
+01000807FFFFFFFFFFFFFF0200100FFFFFFF8FFFFFFF8400203FFFFFFF03FFFFFFE800407FFFFF
+F2017FFFFFF000007FFE1004020103FFF01000BFE020080402013FE020011F8040100804020FC0
+40020F008020100804038080040601004020100803010008040200804020100402001008040100
+804020080400201008020100804010080040201004020100802010000000000000000000000008
+555581D353>97 D<00000001F00000000000000003F80000000000000007FC0000000000000007
+FC0000000000000007FC0000000000000007FC0000000000000007FC0000000000000003F80000
+000000000001F00000000000000000400000000000000001F00000000000000003F80000000000
+000007FC000000000000001FFF000000000000003FFF80000000000000FFFFE0000000000001FF
+FFF0000000000007FFFFFC00000000000FFFFFFE00000000001FFFFFFF00000000003FFFFFFF80
+000000007FFF9FFFC000000000FFFF9FFFE000000000FFFF9FFFE000000001FFFF9FFFF0000000
+01FFF001FFF000000001FFF001FFF000000003FFFF9FFFF800000003FFFF9FFFF800000003FFFF
+9FFFF800000003FFFF9FFFF800000003FFFFFFFFF800000003FFFFFFFFF800000003FFFFFFFFF8
+00000001FFFFFFFFF000000001FFFFFFFFF000000000FFFFFFFFE000000000FFFFFFFFE0000000
+007FF803FFC0000000003F80003F80000000001E03F80F00000000000E3FFF8E000000000007FF
+FFFC000000000007FFFFFC00000000000FFFFFFE00000000000FFFFFFE00000000000FFFFFFE00
+000000000FF001FE00000000001F80003F00000000001E07FC0F0000000000183FFF8300000000
+0018FFFFE300000000000BFFFFFA000000000003FFFFF8000000000000FFFFE00000000000000F
+FE0000000000000001F00000000000000003F8000000000000000FFE000000000000003FFF8000
+0000003FFFFFFFFFFF800003FFFFFFFFFFFFF8000FFFFFFFFFFFFFFE001FFFFFFF1FFFFFFF007F
+FFFFFC07FFFFFFC0FFFFFFE000FFFFFFE0FFFC0000000007FFE07FC000000000007FC03F000000
+0000001F801C0000000000000700080000000000000200434778CA53>I<C00000000000000000
+000000402008040201004020100080401008040200804020010080201018040100804002010040
+20300802010080040200804030100402010008040100807020080402001008020100B040100804
+00201004020FFF8020100800402008040FFF804020100000401008043200804020100080201008
+340100804020010040201038020100804002008040203004020100800401008040300804020100
+08020100807010080402001004020100B020100804002008040201F84020100800401008040304
+80402010000020100806030080402010004020100CF901008040200080402015FD020100804001
+00804029FC8402010080020100804BFE8804020100040201008BFE90080402000807FE010BFEA0
+11FE0400100C03820BFEC02E0188002023F8640BFE8070FE3000404FFE180BFE80C3FF9000009F
+FF840BFE810FFFC81001BFFFE305FD063FFFE420013FFFF095FD087FFFE440037FFFFC65FD11FF
+FFF480067FFFFE25FD23FFFFF3000A7FFFFF12FA47FFFFF200127FFFFF8AFA8FFFFFF200227FFF
+FFC6FB1FFFFFF200427FFFFFE7753FFFFFF200027FFFFFF3767FFFFFF210013FFFFFF1747FFFFF
+E420013FFFFFF9ACFFFFFFE440029FFFFFFCA9FFFFFFC880049FFFFFFC89FFFFFFC900084FFFFF
+FE8BFFFFFF92001027FFFFFE53FFFFFF24002027FFFFFE53FFFFFF28004033FFFFFF57FFFFFE50
+000049FFFFFF77FFFFFCA0100084FFFFFF77FFFFF940200104FFFFFF27FFFFF9804002027FFFFF
+27FFFFF3008004013FFC000001FFE6010008033F800000000FE40200100498001FFFC000C80400
+20088007FFFFFF000808004010607FFFFFFFF0301000002027FFFFFFFFFF20201000403FFFFFFF
+FFFFE0402000807FFFFFFFFFFFE080400100BFFFFFFFFFFFE1008002013FFFC0001FFFE2010004
+023FF00000007FE4020008043F001FFFC007E8040010083807FFFFFF00F008002010307FFFFFFF
+F0601000402033FFFFFFFFFE60200000403FFFC0001FFFE0401000807FF8000000FFE080200100
+BF801FFFC00FE1004002013C03FFFFFE01E200800402303FFFFFFFE0640100080421FFFFFFFFFC
+280200100807FFFFFFFFFF10040020100BFFFFFFFFFE2008004020103FFFFFFFE0401000004020
+11FFFFFD0080201000804020080402010040200100804010080402008040020100802010080401
+008004020100402010080201000804020080402010040200100804010080402008040020100802
+0100804010080040201004020100802010000000000000000000000008555581D353>106
+D<00000000040000000000000000000C0000000000000000000C0000000000000000000C000000
+0000000000000C000000000000000003FFE00000000000000003FFE000000000000000000C0000
+000000000000000C0000000000000000000C0000000000000000000C0000000000000000000C00
+00000000000000000C0000000000000000000C0000000000000000003E00000000000000000045
+000000000000000000808000000000000000013E4000000000000000017F400000000000000002
+7F200000000000000002FFA00000000000000002FFA00000000000FF0002FFA0007F80000300E0
+02FFA00380600008FE1802FFA00C3F880013FF8602FFA030FFE40027FFE102FFA043FFF2004FFF
+F8C17F418FFFF9004FFFFC217F421FFFF9005FFFFF117F447FFFFD009FFFFF897F48FFFFFC809F
+FFFFC4BE91FFFFFC809FFFFFE2BEA3FFFFFC809FFFFFF1BEC7FFFFFC809FFFFFF95D4FFFFFFC80
+9FFFFFFCDD9FFFFFFC804FFFFFFC5D1FFFFFF9004FFFFFFE6B3FFFFFF90027FFFFFF2A7FFFFFF2
+0027FFFFFF227FFFFFF20013FFFFFFA2FFFFFFE40009FFFFFF94FFFFFFC80009FFFFFF94FFFFFF
+C80004FFFFFFD5FFFFFF9000027FFFFFDDFFFFFF2000013FFFFFDDFFFFFE4000013FFFFFC9FFFF
+FE4000009FFFFFC9FFFFFC8000004FFF0000007FF90000004FE000000003F9000000260007FFF0
+00320000002001FFFFFFC002000000181FFFFFFFFC0C00000009FFFFFFFFFFC80000000FFFFFFF
+FFFFF80000000FFFFFFFFFFFF80000000FFFFFFFFFFFF80000000FFFF00007FFF80000000FFC00
+00001FF80000000FC007FFF001F80000000E01FFFFFFC0380000000C1FFFFFFFFC180000000CFF
+FFFFFFFF980000000FFFF00007FFF80000000FFE0000003FF80000000FE007FFF003F80000000F
+00FFFFFF80780000000C0FFFFFFFF818000000087FFFFFFFFF0800000001FFFFFFFFFFC0000000
+00FFFFFFFFFF80000000000FFFFFFFF80000000000007FFFFF0000000049497BD053>I<C00000
+0000000000000000004020080402010040201000804010080402008040200100802010F8040100
+80400201004021FC08020100800402008043FE10040201000804010083FE2008040200100803C1
+03FE401E080400201007E203FE803F10080040200FF403FF007FA0100000401FF805FE00FFC020
+1000802FF008FC017F80402001004FF01028027F808040078087E02070043F010F800FC103C040
+70081E021F801FE2018080701008043FC01FE402C100F02018083FC03FE805C20170403C103FC0
+5FF009C40270805C203FC01FE011E804F900BC403FD00FC021F008FA013C805FA0078041E010FC
+023D008F4001C081F020F8047E01188002C101F040F8087C02190004E201F080F8107C043A0008
+E403F901FC20FC083C0010F805FA01FC40FC10780020F009FC01FC81FC207800407811FC03FD01
+FC40F000007821FC05FE01FC80F01000F841FE09FC03FD00F020017C81FE13FE07FE01F040027D
+01FE23FE0BFC03F080047E01FF43FE17FC07F100087E03FF83FE27FE0BF200107F07FF03FE47FE
+17F400203F0BFF87FF8FFE27E800403F93FF87FF0FFE4FF000007FA3FF87FF0FFE8FE01000BFC3
+FFCFFF1FFF1FE020013FC3FFD7FF1FFE1FE040023FE3FFE7FF1FFE3FE080043FE3FFEFFFBFFE3F
+E100083FF3FFEFFFBFFE7FE200101FF3FFEFFFFFFE7FC400201FFFFFFFFFFFFEFFC800403FFBFF
+FFFFFFFEFFD000005FFFFFFFFFFFFFFFE010009FFFFFFFFFFFFFFFC020011FFFFFFFFFFFFFFFC0
+40021FFFFFFFFFFFFFFFC080040FFFFFFFFFFFFFFF81000807FFFFFFFFFFFFFF02001007FFFFC0
+001FFFFF0400200BFFF8000000FFFE08004011FF801FFFC00FFC10000020FC03FFFFFE01F82010
+0040603FFFFFFFE0304020008061FFFFFFFFFC3080400100BFFFFFFFFFFFE1008002013FFFF000
+7FFFE2010004021FFE000003FFC4020008041FF007FF007FC8040010080FC0FFFFF81F90080020
+100F07FFFFFF07A010004020141FFFFFFFC14020000040247FFFFFFFF180401000804FFFFFFFFF
+FF80802001008FFFC0001FFF81004002010FF8000000FF82008004021F801FFFC00FC401000804
+1C03FFFFFE01C802001008303FFFFFFFE0700400201021FFFFFFFFFC200800402027FFFFFFFFFF
+20100000402FFFFFFFFFFF802010008041FFFFFFFFFD0040200100805FFFFFFFC2008040020100
+802010080401008004020100402010080201000804020080402010040200100804010080402008
+0400201008020100804010080040201004020100802010000000000000000000000008555581D3
+53>I<C00000000000000000000000402008040201004020100080401008040200804020010080
+201008040100804002010040201008020100800402008040201004020100080401008040200804
+02001008020102804010080400201007020700802010080040200BC40F010040201000004013E8
+1F020080402010008023F83F040100804020010043FE7F880201008040020083FFFF9004020100
+80040103FFFFE00804020100080203FFFFC01008040200100403FFFFFFF810080400200805FFFF
+C00F2010080040100BFFFFC000C0201000002013FFFFFFE020402010004027FFFFFFFE18804020
+00804FFFFFFFFF8500804001009FFFFFFFFFC201008002013FFFFFFFFFF102010004027FFFFFFF
+FFF88402000804FF1FFFFFFFFC4804001008FE3FFFFFFFFE1008002010FC3FFFFFFFFF20100040
+20FC7FFFFFFFFF1020000040F8FFFFFFFFFF9040100080F1FFFFFFFFFF8880200100F7FFFFFFFF
+FFC900400201FFFFFFFFFFFFC600800403FFFFFFFFFFFFE401000805FFFFFFFFFFFFE00200100B
+FFFFFFFFFFFFF204002013FFFFFFFFFFFFF208004027FFFFFFFFFFFFF110000047FFFFFFFFFFFF
+F92010008FFFFFFFFFFFFFF94020011FFFFFFFFFFFFFF88040023FFFFFFFFFFFFFFC8080043FFF
+FFFF3FFFFFFC8100087FFFFFFE7FFFFFFC820010FFFFFFF8BFFFFFFC440020FFFFFFF13FFFFFFE
+480041FFFFFFC23FFFFFFE500001FFFFFF043FFFFFFE601001E7FFFC083FFFFFFE202003C3FFF0
+103FFFFFFF20400383FFE0207FFFFFFF20800787FFC0407FFFFFFF21000B8FFF80807FFFFFFF32
+0013BFFF0100FFFFFFFF140021FFFF0201FFFFFFFF980041FFFE0402FFFFFFFF900000FFFE0805
+FFFFFFFF9010007FFC100BFFFFFFFF9020009FFC2013FFFFFFFF98400101F84027FFFFFFFF9880
+0201F0804FFFFFFFFF89000402E1009FFFFFFFFFCA00080402013FFFFFFFFFCC00100804027FFF
+FFFFFFC80020100804FFFFFFFFFFC80040201009FFFFFFFFFFCC0000402013FFFFFFFFFFCC1000
+804027FFFFFFFFFFCC200100804FFFFFFFFFFFCC400201008FFFFFFFFFFFC4800402011FFFFFFF
+FFFFE5000804021FFFFFFFFFFFE6001008043FFFFFFFFFFFE4002010083FFFFFFFFFFFE4004020
+103FFFFFFFFFFFE4000040203FFFFFFFFFFFE4100080403FFFFFFFFFFFFC200100807FFFFFFFFF
+FFFC40020100802010080401008004020100402010080201000804020080402010040200100804
+010080402008040020100802010080401008004020100402010080201000000000000000000000
+0008555581D353>I<0000000080000000000000C00180000000000000F003C0000000000000F8
+07C0000000000000FE0FC0000000000000FF9FE0000000000000FFFFE0000000000000FFFFF000
+0000000000FFFFF0000000000000FFFFFFFE00000000007FFFF003C000000000FFFFF000300000
+0000FFFFFFF80800000001FFFFFFFF8600000003FFFFFFFFE100000007FFFFFFFFF08000000FFF
+FFFFFFFC4000001FFFFFFFFFFE2000003FC7FFFFFFFF1000003F8FFFFFFFFF8000003F0FFFFFFF
+FFC800003F1FFFFFFFFFC400003E3FFFFFFFFFE400003C7FFFFFFFFFE200003DFFFFFFFFFFF200
+003FFFFFFFFFFFF100007FFFFFFFFFFFF900007FFFFFFFFFFFF80000FFFFFFFFFFFFFC8000FFFF
+FFFFFFFFFC8001FFFFFFFFFFFFFC4001FFFFFFFFFFFFFE4003FFFFFFFFFFFFFE4007FFFFFFFFFF
+FFFE200FFFFFFFFFFFFFFF200FFFFFFFCFFFFFFF201FFFFFFF8FFFFFFF203FFFFFFE0FFFFFFF10
+3FFFFFFC0FFFFFFF907FFFFFF00FFFFFFF907FFFFFC00FFFFFFF9079FFFF000FFFFFFF88F0FFFC
+000FFFFFFFC8E0FFF8001FFFFFFFC8E1FFF0001FFFFFFFC8E3FFE0001FFFFFFFCCEFFFC0001FFF
+FFFFC47FFFC0003FFFFFFFE47FFF80003FFFFFFFE43FFF80007FFFFFFFE41FFF0000FFFFFFFFE4
+07FF0000FFFFFFFFE6007E0001FFFFFFFFE6007C0003FFFFFFFFE200380007FFFFFFFFF2000000
+0FFFFFFFFFF20000001FFFFFFFFFF20000003FFFFFFFFFF20000007FFFFFFFFFF3000000FFFFFF
+FFFFF3000001FFFFFFFFFFF3000003FFFFFFFFFFF3000003FFFFFFFFFFF1000007FFFFFFFFFFF9
+000007FFFFFFFFFFF900000FFFFFFFFFFFF900000FFFFFFFFFFFF900000FFFFFFFFFFFF900000F
+FFFFFFFFFFF900000FFFFFFFFFFFFF00000FFFFFFFFFFFFF48477BCC53>I<C000000000000000
+000000004020080402010040201000804010080402008040200100802010080401008040020100
+402010080201008004020080402010040201000804010080402008040200100802010080401008
+040020100402010080201008004020080403FD00402010000040100807FF008040201000802010
+0FFF8100804020010040201FFFC201008040020080403FFFC402010080040100807FFFE8040201
+0008020100BFFFF008040200100402013FFFE010080400200804023FFFE020100800401008043F
+FFE040201000002010081FFFC080402010004020101FFFC100804020008040201FFF8201008040
+0100804027FF04020100800201008047FF080402010004020100BFFFF00804020008040201FFFF
+F81008040010080403FFFFFC2010080020100807FFFFFE402010004020100BFFFFFE8040200000
+402017FFFFFF0080401000804027FFFFFF010080200100804FFFFFFF820100400201008FFFFFFF
+840200800402010FFFFFFF880401000804020FFFFFFF900802001008040FFFFFFFA01004002010
+080FFFFFFFC02008004020100FFFFFFF804010000040200FFFFFFF8080201000804017FFFFFF01
+00402001008027FFFFFF0200804002010043FFFFFE0401008004020083FFFFFE08020100080401
+01FFFFFC1004020010080201FFFFF820080400201004023FFFE040100800402008047FFFF08020
+100000401009FFFFFD0040201000802017FFFFFF008040200100403FFFFFFFC10080400200807F
+FFFFFFE2010080040100FFFFFFFFF4020100080201FFFFFFFFF8040200100403FFFFFFFFFC0804
+00200807FFFFFFFFFE10080040100BFFFFFFFFFE201000002017FFFFFFFFFF40201000402FFFFF
+FFFFFF80402000804FFFFFFFFFFF80804001009FFFFFFFFFFFC1008002011FFFFFFFFFFFC20100
+04021FFFFFFFFFFFC4020008043FFFFFFFFFFFE8040010083FFFFFFFFFFFF0080020103FFFFFFF
+FFFFE0100040207FFFFFFFFFFFF0200000407FFFFFFFFFFFF0401000807FFFFFFFFFFFF0802001
+00FFFFFFFFFFFFF1004002017FFFFFFFFFFFF2008004027FFFFFFFFFFFF4010008047FFFFFFFFF
+FFF8020010087FFFFFFFFFFFF0040020107FFFFFFFFFFFF0080040207FFFFFFFFFFFF010000040
+7FFFFFFFFFFFF02010008040200804020100402001008040100804020080400201008020100804
+010080040201004020100802010008040200804020100402001008040100804020080400201008
+020100804010080040201004020100802010000000000000000000000008555581D353>I<0000
+03F800000000000FFE00000000001FFF00000000003FFF80000000003FFF80000000007FFFC000
+0000007FFFC0000000007FFFC0000000007FFFC0000000007FFFC0000000003FFF80000000003F
+FF80000000001FFF00000000000FFE00000000000FFE00000000007FFFC000000001FFFFF00000
+0003FFFFF800000007FFFFFC00000007FFFFFC0000000FFFFFFE0000000FFFFFFE0000001FFFFF
+FF0000001FFFFFFF0000001FFFFFFF0000001FFFFFFF0000001FFFFFFF0000001FFFFFFF000000
+1FFFFFFF0000001FFFFFFF0000000FFFFFFE0000000FFFFFFE00000007FFFFFC00000007FFFFFC
+00000003FFFFF800000001FFFFF0000000007FFFC000000000FFFFE000000003FFFFF80000000F
+FFFFFE0000003FFFFFFF8000007FFFFFFFC00000FFFFFFFFE00001FFFFFFFFF00003FFFFFFFFF8
+0007FFFFFFFFFC0007FFFFFFFFFC000FFFFFFFFFFE001FFFFFFFFFFF001FFFFFFFFFFF003FFFFF
+FFFFFF803FFFFFFFFFFF803FFFFFFFFFFF807FFFFFFFFFFFC07FFFFFFFFFFFC07FFFFFFFFFFFC0
+FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFF
+FFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE0FFFFFFFFFFFFE033
+4370CA53>I<0000000007C000000000000000000FE000000000000000001FF000000000000000
+001FF00000000000001E001FF000F0000000003F001FF001F8000000007F801FF003FC00000000
+7F800FE003FC000000007F8007C003FC000000007F80010003FC00003C003F00038001F800787E
+001E00038000F000FCFF0004000380004001FEFF000600038000C001FEFF000E00038000E001FE
+FF000E00038000E001FEFF000F0007C001E001FE7E000F0007C001E000FC3C000F0007C001E000
+7806000F8007C003E000C006000F8007C003E000C007000F8007C003E001C007000FC00FE007E0
+01C007800FC00FE007E003C007800FE00FE00FE003C003C00FE00FE00FE0078003C00FE00FE00F
+E0078003C00FF00FE01FE0078003E00FF01FF01FE00F8003E00FF01FF01FE00F8003F00FF81FF0
+3FE01F8003F01FF81FF03FF01F8003F81FF81FF03FF03F8001F81FFC3FF87FF03F0001FC1FFC3F
+F87FF07F0001FC1FFC3FF87FF07F0001FE1FFE3FF8FFF0FF0001FE1FFE3FF8FFF0FF0001FF1FFE
+3FF8FFF1FF0001FF1FFF7FFDFFF1FF0001FF9FFF7FFDFFF3FF0000FF9FFF7FFDFFF3FE0000FFDF
+FFFFFFFFF7FE0000FFDFFFFFFFFFF7FE0000FFFFFFFFFFFFFFFE0000FFFFFFFFFFFFFFFE0000FF
+FFFFFFFFFFFFFE0000FFFFFFFFFFFFFFFE00007FFFFFFFFFFFFFFC00003FFFFFFFFFFFFFF80000
+3FFFFE0000FFFFF800001FFFC0000007FFF000000FFC00FFFE007FE0000007E01FFFFFF00FC000
+000301FFFFFFFF01800000030FFFFFFFFFE180000001FFFFFFFFFFFF00000001FFFF8003FFFF00
+000000FFF000001FFE00000000FF803FF803FE000000007E07FFFFC0FC00000000783FFFFFF83C
+0000000020FFFFFFFE080000000023FFFFFFFF88000000007FFFFFFFFFFC000000007FFE0000FF
+FC000000007FC0000007FC00000000FC00FFFE007E00000000E01FFFFFF00E0000000181FFFFFF
+FF03000000010FFFFFFFFFE1000000013FFFFFFFFFF9000000007FFFFFFFFFFC000000000FFFFF
+FFFFE00000000000FFFFFFFE0000004F4B7ED053>I<3FF007FF007FE03FF007FF007FE03FF007
+FF007FE03FF007FF007FE03FF007FF007FE03FFFFFFFFFFFE03FFFFFFFFFFFE03FFFFFFFFFFFE0
+3FFFFFFFFFFFE03FFFFFFFFFFFE030000000000060300000000000400FFFFFFFFFFF8007FFFFFF
+FFFE0001FFFFFFFFFC0000FFFFFFFFF0000030000000600000100000004000001FFFFFFFC00000
+1FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFF
+C000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001F
+FFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC0
+00001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001FFFFFFFC000001000
+0000400000100000006000003FFFFFFFF000007FFFFFFFF80000FFFFFFFFFC0001FFFFFFFFFE00
+03FFFFFFFFFF0000000000000000080000000000800FFFFFFFFFFF800FFFFFFFFFFF800FFFFFFF
+FFFF800FFFFFFFFFFF800FFFFFFFFFFF8008000000000080080000000000F8FFFFFFFFFFFFF8FF
+FFFFFFFFFFF8FFFFFFFFFFFFF8FFFFFFFFFFFFF8FFFFFFFFFFFFF8FFFFFFFFFFFFF8353F71C653
+>I<C0000000000000000000000040200804020100402010008040100804020080402001008020
+100804010080400201004020100802010080040200804020100402010008040100804020080402
+001008020100804010080400201004020100802010080040200804020100402010000040100804
+020080402010008020100804010080402001004020100802010080400200BFF027FF047FE10080
+04013FF047FF087FE2010008023FF087FF107FE4020010043FF107FF207FE8040020083FF207FF
+407FF0080040103FFFFFFFFFFFE0100000203FFFFFFFFFFFE0201000403FFFFFFFFFFFE0402000
+807FFFFFFFFFFFE080400100BFFFFFFFFFFFE10080020130000000000062010004023000000000
+0044020008040FFFFFFFFFFF880400100807FFFFFFFFFE100800201009FFFFFFFFFC2010004020
+10FFFFFFFFF0402000004020300000006080401000804030000000410080200100805FFFFFFFC2
+0100400201009FFFFFFFC40200800402011FFFFFFFC80401000804021FFFFFFFD0080200100804
+1FFFFFFFE01004002010081FFFFFFFC02008004020101FFFFFFFC04010000040201FFFFFFFC080
+20100080401FFFFFFFC10040200100803FFFFFFFC20080400201005FFFFFFFC40100800402009F
+FFFFFFC80201000804011FFFFFFFD00402001008021FFFFFFFE00804002010041FFFFFFFC01008
+004020081FFFFFFFC02010000040101FFFFFFFC04020100080201FFFFFFFC08040200100403FFF
+FFFFC10080400200805FFFFFFFC20100800401009FFFFFFFC40201000802011FFFFFFFC8040200
+1004021FFFFFFFD0080400200804100000006010080040100810000000602010000020103FFFFF
+FFF04020100040207FFFFFFFF8804020008040FFFFFFFFFD008040010081FFFFFFFFFE01008002
+0103FFFFFFFFFF0201000402000000000000040200080408000000000088040010080FFFFFFFFF
+FF90080020100FFFFFFFFFFFA0100040201FFFFFFFFFFFC0200000402FFFFFFFFFFF8040100080
+4FFFFFFFFFFF80802001008800000000008100400201080000000000FA00800402FFFFFFFFFFFF
+FC01000804FFFFFFFFFFFFF802001008FFFFFFFFFFFFF804002010FFFFFFFFFFFFF808004020FF
+FFFFFFFFFFF810000040FFFFFFFFFFFFF820100080402008040201004020010080401008040200
+804002010080201008040100800402010040201008020100080402008040201004020010080401
+008040200804002010080201008040100800402010040201008020100000000000000000000000
+08555581D353>I E /Fh 49 122 df<00F000030C000E06041C07043807083007087007907007
+90E003A0E003A0E003C0E00380E00380E00380600780601B883061900F80E016127E911B>11
+D<0001F000061800080C00100C00200E00400E00800E00801C01001C010018010038020FF00210
+C0020FE00200300400300400300400380400380800700800700800700800E01800E01800C01401
+80140300230E0020F80020000020000040000040000040000040000080000080000017257F9C17
+>I<60F0F06004047C830C>58 D<60F0F0701010101020204080040C7C830C>I<0000038000000F
+0000003C000000F0000003C000000F0000003C000000F0000003C000000F0000003C000000F000
+0000F00000003C0000000F00000003C0000000F00000003C0000000F00000003C0000000F00000
+003C0000000F000000038019187D9520>I<00010003000600060006000C000C000C0018001800
+180030003000300060006000C000C000C0018001800180030003000300060006000C000C000C00
+180018001800300030003000600060006000C000C00010297E9E15>I<E0000000780000001E00
+00000780000001E0000000780000001E0000000780000001E0000000780000001E000000078000
+00078000001E00000078000001E00000078000001E00000078000001E00000078000001E000000
+78000000E000000019187D9520>I<00000C0000000C0000001C0000001C0000003C0000007C00
+00005C0000009C0000008E0000010E0000010E0000020E0000040E0000040E0000080E0000080E
+0000100E0000200E00003FFE000040070000400700008007000100070001000700020007000200
+0700060007001E000700FF807FF01C1D7F9C1F>65 D<01FFFF00003C01C0003800E0003800F000
+3800700038007000700070007000F0007000F0007001E000E003C000E0078000E01F0000FFFC00
+01C00F0001C0078001C003C001C003C0038003C0038003C0038003C0038003C007000780070007
+0007000E0007001C000E007800FFFFC0001C1C7E9B1F>I<0001F808000E061800380138006000
+F001C0007003800070070000300F0000200E0000201C0000203C0000203C000000780000007800
+000078000000F0000000F0000000F0000000F0000000F0000100F0000100F00001007000020070
+00020030000400380008001C0010000E0060000701800000FE00001D1E7E9C1E>I<01FFFF8000
+3C01E000380070003800380038001C0038001C0070001C0070001E0070001E0070001E00E0001E
+00E0001E00E0001E00E0001E01C0003C01C0003C01C0003C01C000380380007803800070038000
+F0038000E0070001C0070003800700070007001C000E007800FFFFC0001F1C7E9B22>I<01FFFF
+F8003C0078003800180038001000380010003800100070001000700010007010100070100000E0
+200000E0200000E0600000FFE00001C0400001C0400001C0400001C04000038080400380004003
+80008003800080070001000700010007000300070006000E003E00FFFFFC001D1C7E9B1F>I<01
+FFFFF0003C00F00038003000380020003800200038002000700020007000200070102000701000
+00E0200000E0200000E0600000FFE00001C0400001C0400001C0400001C0400003808000038000
+000380000003800000070000000700000007000000070000000F000000FFF000001C1C7E9B1B>
+I<01FFC3FF80003C0078000038007000003800700000380070000038007000007000E000007000
+E000007000E000007000E00000E001C00000E001C00000E001C00000FFFFC00001C003800001C0
+03800001C003800001C0038000038007000003800700000380070000038007000007000E000007
+000E000007000E000007000E00000F001E0000FFE1FFC000211C7E9B23>72
+D<03FFC0003C0000380000380000380000380000700000700000700000700000E00000E00000E0
+0000E00001C00001C00001C00001C0000380000380000380000380000700000700000700000700
+000F0000FFF000121C7E9B12>I<01FFC07F80003C001E00003800180000380020000038004000
+0038008000007002000000700400000070080000007010000000E040000000E0C0000000E1E000
+0000E2E0000001C470000001D070000001E038000001C0380000038038000003801C000003801C
+000003800E000007000E000007000E0000070007000007000700000F00078000FFE03FF000211C
+7E9B23>75 D<01FFE0003C0000380000380000380000380000700000700000700000700000E000
+00E00000E00000E00001C00001C00001C00001C00003800203800203800203800407000407000C
+0700180700380E00F0FFFFF0171C7E9B1C>I<01FE0000FF003E0000F0002E0001E0002E0002E0
+002E0002E0002E0004E0004E0009C0004E0009C000470011C000470011C0008700238000870043
+800087004380008700838001070107000107010700010382070001038207000203840E00020388
+0E000203880E000203900E000403A01C000403A01C000401C01C000C01C01C001C01803C00FF81
+03FF80281C7E9B28>I<01FC00FF80001C001C00002E001800002E001000002E00100000270010
+0000470020000043002000004380200000438020000081C040000081C040000081C040000080E0
+40000100E080000100708000010070800001007080000200390000020039000002003900000200
+1D000004001E000004000E000004000E00000C000E00001C00040000FF80040000211C7E9B21>
+I<0003F800000E0E000038038000E001C001C001C0038000E0070000E00F0000F01E0000F01C00
+00F03C0000F03C0000F0780000F0780000F0780000F0F00001E0F00001E0F00001E0F00003C0F0
+0003C0F0000780F0000780F0000F0070000E0070001C00380038003C0070001C01C00007078000
+01FC00001C1E7E9C20>I<01FFFF00003C03C0003800E0003800F00038007000380070007000F0
+007000F0007000F0007000E000E001E000E003C000E0078000E01E0001FFF00001C0000001C000
+0001C0000003800000038000000380000003800000070000000700000007000000070000000F00
+0000FFE000001C1C7E9B1B>I<0003F800000E0E000038038000E001C001C001C0038000E00700
+00E00F0000F01E0000F01C0000F03C0000F03C0000F0780000F0780000F0780000F0F00001E0F0
+0001E0F00001E0F00003C0F00003C0F0000380F0000780F0000F00703C0E0070421C0038823800
+388370001C83C0000787810001FF8100000383000003820000038E000003FC000003F8000001F8
+000001E0001C257E9C21>I<01FFFE00003C03C0003800E0003800F00038007000380070007000
+F0007000F0007000F0007001E000E001C000E0078000E01E0000FFF00001C0300001C0180001C0
+1C0001C01C0003801C0003801C0003801C0003801C0007003C0007003C0807003C0807003C100F
+001E10FFE00E20000007C01D1D7E9B20>I<000FC100303300400F008006018006030006030006
+06000406000407000007000007800003F00001FF0000FFC0003FE00003E00000F0000070000030
+0000302000302000306000606000606000C0600080F00300CC060083F800181E7E9C19>I<1FFF
+FFF01C03807030070030200700206007002040070020400E0020800E0020800E0020000E000000
+1C0000001C0000001C0000001C0000003800000038000000380000003800000070000000700000
+007000000070000000E0000000E0000000E0000000E0000001E000007FFF00001C1C7F9B18>I<
+7FF03FE00F0007000E0006000E0004000E0004000E0004001C0008001C0008001C0008001C0008
+003800100038001000380010003800100070002000700020007000200070002000E0004000E000
+4000E0004000E0008000E0008000E00100006002000060040000300800001830000007C000001B
+1D7D9B1C>I<FFC00FF01E0003801C0003001C0002001C0004001E0004000E0008000E0008000E
+0010000E0020000E0020000E0040000E0080000E0080000F010000070100000702000007040000
+0704000007080000071800000710000007A0000003A0000003C000000380000003800000030000
+00030000001C1D7D9B18>I<FFC1FFC1FF1C003C003C1C001C00101C001C00201C003C00201C00
+7C00401C005C00401C009C00801C009C00801C011C01001C011C01001C021C02001C021C04001C
+041C04001C081C08001E081C08000E101C10000E101C10000E200E20000E200E60000E400E4000
+0E400E80000E800E80000F000F00000F000F00000E000E00000E000E00000C000C00000C000800
+00281D7D9B27>I<00800080208020802080208020802080208020E027E03FE0FF80FC80E08020
+802080208020802080208020802080208020802080208020E027E03FE0FF80FC80E08020802080
+20802080200020000B277E9D10>93 D<01E3000717000C0F00180F00380E00300E00700E00700E
+00E01C00E01C00E01C00E01C00E03880E03880E038806078803199001E0E0011127E9116>97
+D<01F0030C0E0C1C1E383C301870007000E000E000E000E000E000E0046008601030601F800F12
+7E9112>99 D<0007E00000E00000E00001C00001C00001C00001C0000380000380000380000380
+01E7000717000C0F00180F00380E00300E00700E00700E00E01C00E01C00E01C00E01C00E03880
+E03880E038806078803199001E0E00131D7E9C16>I<01F007080C0818043808300870307FC0E0
+00E000E000E000E000E0046008601030600F800E127E9113>I<0001E0000630000E78000CF000
+1C60001C00001C00001C00003C0000380000380003FFC000380000380000700000700000700000
+700000700000E00000E00000E00000E00000E00001C00001C00001C00001C00001C00001800003
+8000038000630000F30000F60000E4000078000015257E9C14>I<007180018B80030780060780
+0E07000C07001C07001C0700380E00380E00380E00380E00381C00381C00381C00183C0008F800
+073800003800003800007000607000F06000F0E000E180007E0000111A7F9114>I<0FC00001C0
+0001C0000380000380000380000380000700000700000700000700000E3E000EC3000F03800E03
+801E03801C03801C03801C0380380700380700380700380E00700E20700E20701C20701C40E00C
+80600700131D7E9C18>I<01C003C003C001800000000000000000000000001C00270047004700
+870087000E000E001C001C001C003800388038807080710032001C000A1C7E9B0E>I<0FC00001
+C00001C0000380000380000380000380000700000700000700000700000E07000E18800E21C00E
+23C01C47801C83001D00001E00003F800039C00038E00038E00070E10070E10070E10070E200E0
+6200603C00121D7E9C16>107 D<1F800380038007000700070007000E000E000E000E001C001C
+001C001C0038003800380038007000700070007000E400E400E400E40064003800091D7E9C0C>
+I<381F004E61804681C04701C08F01C08E01C00E01C00E01C01C03801C03801C03801C07003807
+10380710380E10380E2070064030038014127E9119>110 D<00F800030C000E06001C03001803
+00300300700380700380E00700E00700E00700E00E00E00E00E01C0060180060300030E0000F80
+0011127E9114>I<07078009C86008D03008E03011C03011C03801C03801C03803807003807003
+80700380600700E00700C00701800783000E86000E78000E00000E00001C00001C00001C00001C
+00003C0000FF8000151A819115>I<01C206260C1E181E381C301C701C701CE038E038E038E038
+E070E070E07060F023E01CE000E000E001C001C001C001C003C01FF80F1A7E9113>I<383C4E42
+4687470F8E1E8E0C0E000E001C001C001C001C0038003800380038007000300010127E9113>I<
+01F0060C04040C0E180C1C001F000FE00FF003F80038201C7018F018F010803060601F800F127E
+9113>I<00C001C001C001C00380038003800380FFF00700070007000E000E000E000E001C001C
+001C001C00382038203840384018800F000C1A80990F>I<1C00C02701C04701C04701C0870380
+8703800E03800E03801C07001C07001C07001C0700180E20180E20180E201C1E200C264007C380
+13127E9118>I<1C02270747074703870187010E010E011C021C021C021C041804180818081C10
+0C2007C010127E9114>I<1C00C02701C04701C04701C08703808703800E03800E03801C07001C
+07001C07001C0700180E00180E00180E001C1E000C3C0007DC00001C00001800603800F03000F0
+6000E0C0004180003E0000121A7E9114>121 D E /Fi 48 123 df<00FCF807839C0E079C1C07
+081C07001C07001C07001C07001C0700FFFFE01C07001C07001C07001C07001C07001C07001C07
+001C07001C07001C07001C07001C0700FF1FE01617809615>11 D<00FC000782000E07001C0700
+1C02001C00001C00001C00001C0000FFFF001C07001C07001C07001C07001C07001C07001C0700
+1C07001C07001C07001C07001C0700FF1FE01317809614>I<60F0F070101020204040040A7D96
+0A>39 D<60F0F070101020204040040A7D830A>44 D<60F0F06004047D830A>46
+D<07C018303018701C600C600CE00EE00EE00EE00EE00EE00EE00EE00EE00E600C600C701C3018
+1C7007C00F157F9412>48 D<0F8030E040708030C038E0384038003800700070006000C0018003
+0006000C08080810183FF07FF0FFF00D157E9412>50 D<00300030007000F001F0017002700470
+08701870107020704070C070FFFE0070007000700070007003FE0F157F9412>52
+D<01F00608080C181C301C70006000E000E3E0EC30F018F00CE00EE00EE00E600E600E300C3018
+183007C00F157F9412>54 D<FFFE001C03801C00E01C00601C00701C00701C00701C00701C00E0
+1C01C01FFF801FFFC01C00E01C00701C00301C00381C00381C00381C00381C00701C00E01C01C0
+FFFF0015177F9619>66 D<00FC100383300E00B01C0070380030300030700010600010E00010E0
+0000E00000E00000E00000E00000E000106000107000103000203800201C00400E008003830000
+FC0014177E9619>I<FFFFE01C00E01C00601C00201C00101C00101C00101C04001C04001C0400
+1C0C001FFC001C0C001C04001C04081C04081C00081C00181C00101C00101C00301C00F0FFFFF0
+15177F9618>69 D<FFFFE01C00E01C00601C00201C00101C00101C00101C04001C04001C04001C
+0C001FFC001C0C001C04001C04001C04001C00001C00001C00001C00001C00001C0000FFC00014
+177F9617>I<007E080381980600580C0038180018300018700008700008E00008E00000E00000
+E00000E00000E003FEE000387000387000383000381800380C00380600380380D8007F0817177E
+961C>I<FFE00E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E
+000E000E000E000E00FFE00B177F960D>73 D<FFC0001C00001C00001C00001C00001C00001C00
+001C00001C00001C00001C00001C00001C00001C00001C00201C00201C00201C00601C00601C00
+401C00C01C03C0FFFFC013177F9616>76 D<FC00FE1E00381F001017001013801011C01011C010
+10E010107010103810103810101C10100E10100F101007101003901001D01001D01000F0100070
+100030380030FE001017177F961A>78 D<00FC000303000E01C01C00E038007030003070003860
+0018E0001CE0001CE0001CE0001CE0001CE0001CE0001C7000387000383000303800701C00E00E
+01C003030000FC0016177E961B>I<0FC4302C601C400CC004C004C004E00070007F003FE00FF8
+01FC001C000E0006800680068006C004E008D81087E00F177E9614>83 D<7FFFF8603818403808
+403808803804803804803804003800003800003800003800003800003800003800003800003800
+00380000380000380000380000380000380007FFC016177F9619>I<FF80FE1C00381C00101C00
+101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00101C00
+101C00100E0020060020030040018180007E0017177F961A>I<FF83FC1F01E00E008007008007
+810003820001C20001E40000E800007800007800003800007C00005E00008E0001870001078002
+03800601C00401E00C00E01C00F0FF03FE17177F961A>88 D<1FC0386038301038003803F81E38
+30387038E039E039E07970FF1F1E100E7F8D12>97 D<FC00001C00001C00001C00001C00001C00
+001C00001C00001C00001CF8001F06001C03001C03801C01801C01C01C01C01C01C01C01C01C01
+801C03801C03001B0E0010F8001217809614>I<07F01838303870106000E000E000E000E00060
+0070083008183007C00D0E7F8D10>I<007E00000E00000E00000E00000E00000E00000E00000E
+00000E0007CE001C3E00300E00700E00600E00E00E00E00E00E00E00E00E00600E00700E00301E
+00182E0007CFC012177F9614>I<0FC0186030307038E018FFF8E000E000E00060007008301018
+3007C00D0E7F8D10>I<03E006700E701C201C001C001C001C001C00FF801C001C001C001C001C
+001C001C001C001C001C001C001C00FF800C1780960B>I<0F9E18E33060707070707070306018
+C02F80200060003FE03FF83FFC600EC006C006C006600C38380FE010157F8D12>I<FC00001C00
+001C00001C00001C00001C00001C00001C00001C00001C7C001D8E001E07001C07001C07001C07
+001C07001C07001C07001C07001C07001C07001C0700FF9FE01317809614>I<183C3C18000000
+00007C1C1C1C1C1C1C1C1C1C1C1C1CFF081780960A>I<03000780078003000000000000000000
+00001F800380038003800380038003800380038003800380038003800380038003804380E300E7
+007C00091D82960B>I<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C3F
+801C1C001C18001C20001C40001CC0001FE0001CF0001C70001C78001C3C001C1E001C1E00FF3F
+C01217809613>I<FC001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C001C001C001C001C00FF80091780960A>I<FC7C1F001D8E63801E0781C01C0701C01C
+0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C01C0701C0FF9FE7F8
+1D0E808D1E>I<FC7C001D8E001E07001C07001C07001C07001C07001C07001C07001C07001C07
+001C07001C0700FF9FE0130E808D14>I<07C018303018600C600CE00EE00EE00EE00EE00E701C
+3018183007C00F0E7F8D12>I<FCF8001F0E001C03001C03801C01801C01C01C01C01C01C01C01
+C01C01801C03801C07001F0E001CF8001C00001C00001C00001C00001C0000FF80001214808D14
+>I<07C2001C2600381E00700E00600E00E00E00E00E00E00E00E00E00600E00700E00301E001C
+2E0007CE00000E00000E00000E00000E00000E00007FC012147F8D13>I<FCF01D381E381C101C
+001C001C001C001C001C001C001C001C00FF800D0E808D0E>I<1F4060C0C040C040E000FF007F
+801FC001E080608060C060E0C09F000B0E7F8D0E>I<080008000800180018003800FF80380038
+003800380038003800380038403840384038401C800F000A147F930E>I<FC3F001C07001C0700
+1C07001C07001C07001C07001C07001C07001C07001C07001C0F000E170003E7E0130E808D14>
+I<FE1F3C0E3C0C1C081C080E100E100720072003C003C003C001800180100E7F8D13>I<FCFE7C
+3838383838101C3C201C3C201C4C200E4E400E4E400E8640078780078780070380030300030300
+160E7F8D19>I<FE3F3C181C100E20074007C0038001C002E004F008701838383CFC7F100E7F8D
+13>I<FE1F3C0E3C0C1C081C080E100E100720072003C003C003C00180018001000100E200E200
+A400780010147F8D13>I<FFF0C0E080E081C08380878007000E001E081C08381870107030FFF0
+0D0E7F8D10>I E /Fj 5 54 df<0C003C00CC000C000C000C000C000C000C000C000C000C000C
+000C000C00FF8009107E8F0F>49 D<1F00618040C08060C0600060006000C00180030006000C00
+102020207FC0FFC00B107F8F0F>I<1F00218060C060C000C0008001800F00008000400060C060
+C060804060801F000B107F8F0F>I<0300030007000F000B001300330023004300C300FFE00300
+0300030003001FE00B107F8F0F>I<20803F002C002000200020002F0030802040006000600060
+C06080C061801F000B107F8F0F>I E /Fk 10 62 df<01020408103020606040C0C0C0C0C0C0C0
+C0C0C040606020301008040201081E7E950D>40 D<80402010080C040606020303030303030303
+0303020606040C0810204080081E7E950D>I<0060000060000060000060000060000060000060
+00006000006000006000FFFFF0FFFFF00060000060000060000060000060000060000060000060
+0000600000600014167E9119>43 D<0C001C00EC000C000C000C000C000C000C000C000C000C00
+0C000C000C000C000C000C00FFC00A137D9211>49 D<1F0060C06060F070F03060300070007000
+6000C001C00180020004000810101020207FE0FFE00C137E9211>I<0FC0307070387038703800
+38003000E00FC0007000380018001C601CF01CF018E03860701FC00E137F9211>I<006000E000
+E00160026006600C600860106020606060C060FFFC0060006000600060006003FC0E137F9211>
+I<60607FC07F8044004000400040004F0070C040E0006000700070E070E070E06040E021C01F00
+0C137E9211>I<07C00C201070207060006000C000CF00D0C0E060C020C030C030C03040306020
+206010C00F000C137E9211>I<7FFFE0FFFFF0000000000000000000000000000000000000FFFF
+F07FFFE0140A7E8B19>61 D E /Fl 69 124 df<003FE3F801F03F1C03C03E3E07C07C3E0F807C
+3E0F807C1C0F807C000F807C000F807C000F807C000F807C00FFFFFFC0FFFFFFC00F807C000F80
+7C000F807C000F807C000F807C000F807C000F807C000F807C000F807C000F807C000F807C000F
+807C000F807C000F807C007FE1FFC07FE1FFC01F1D809C1C>11 D<003FC00001F0300003C03800
+07C07C000F807C000F807C000F8038000F8000000F8000000F8000000F800000FFFFFC00FFFFFC
+000F807C000F807C000F807C000F807C000F807C000F807C000F807C000F807C000F807C000F80
+7C000F807C000F807C000F807C000F807C007FE1FF807FE1FF80191D809C1B>I<002000400180
+0380030006000E001C001C003C0038003800780078007800F800F000F000F000F000F000F000F0
+00F000F000F800780078007800380038003C001C001C000E000600030003800180004000200B29
+7C9E13>40 D<800040003000380018000C000E000700070007800380038003C003C003C003E001
+E001E001E001E001E001E001E001E001E003E003C003C003C0038003800780070007000E000C00
+180038003000400080000B297D9E13>I<00038000000380000003800000038000000380000003
+80000003800000038000000380000003800000038000000380000003800000038000FFFFFFFCFF
+FFFFFCFFFFFFFC0003800000038000000380000003800000038000000380000003800000038000
+0003800000038000000380000003800000038000000380001E1F7D9925>43
+D<78FCFCFEFE7A0202040408083040070E7D850D>I<FFE0FFE0FFE0FFE00B047F8A10>I<78FCFC
+FCFC7806067D850D>I<000180000380000380000700000700000700000E00000E00001C00001C
+00001C0000380000380000380000700000700000E00000E00000E00001C00001C00001C0000380
+000380000380000700000700000E00000E00000E00001C00001C00001C00003800003800007000
+00700000700000E00000E00000C0000011297D9E18>I<03F8000F1E001C07003C078038038078
+03C07803C07803C0F803E0F803E0F803E0F803E0F803E0F803E0F803E0F803E0F803E0F803E0F8
+03E0F803E07803C07803C03803803C07801C07000F1E0003F800131B7E9A18>I<00600001E000
+0FE000FFE000F3E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E000
+03E00003E00003E00003E00003E00003E00003E00003E00003E00003E0007FFF807FFF80111B7D
+9A18>I<07F8001FFE00383F80780FC0FC07C0FC07E0FC03E0FC03E07803E00007E00007C00007
+C0000F80001F00001E0000380000700000E0000180600300600600600800E01FFFC03FFFC07FFF
+C0FFFFC0FFFFC0131B7E9A18>I<03F8001FFE003C1F003C0F807C07C07E07C07C07C03807C000
+0F80000F80001E00003C0003F800001E00000F800007C00007C00007E03007E07807E0FC07E0FC
+07E0FC07C0780F80781F001FFE0007F800131B7E9A18>I<000180000380000780000F80001F80
+003F80006F8000CF80008F80018F80030F80060F800C0F80180F80300F80600F80C00F80FFFFF8
+FFFFF8000F80000F80000F80000F80000F80000F8001FFF801FFF8151B7F9A18>I<1801801FFF
+001FFE001FFC001FF8001FC00018000018000018000018000019F8001E0E00180F801007800007
+C00007E00007E00007E07807E0F807E0F807E0F807C0F007C0600F80381F001FFE0007F000131B
+7E9A18>I<007E0003FF000781800F03C01E07C03C07C03C0380780000780000F80000F8F800FB
+0E00FA0780FC0380FC03C0F803E0F803E0F803E0F803E07803E07803E07803C03C03C03C07801E
+0F0007FE0003F800131B7E9A18>I<6000007FFFE07FFFE07FFFC07FFF807FFF80E00300C00600
+C00C00C0180000300000300000600000E00000E00001E00001C00003C00003C00003C00003C000
+07C00007C00007C00007C00007C00007C000038000131C7D9B18>I<03F8000FFE001E0F803807
+803803C07803C07803C07E03C07F83807FC7003FFE001FFC000FFE0007FF801DFF80387FC0781F
+E0F007E0F003E0F001E0F001E0F001E07801C07803803E07801FFE0003F800131B7E9A18>I<03
+F8000FFE001E0F003C07807807807803C0F803C0F803C0F803E0F803E0F803E0F803E07807E038
+07E03C0BE00E1BE003E3E00003E00003C00003C03807C07C07807C0700780F00383C001FF8000F
+E000131B7E9A18>I<78FCFCFCFC7800000000000078FCFCFCFC7806127D910D>I<000380000003
+80000007C0000007C0000007C000000FE000000FE000001FF000001BF000001BF0000031F80000
+31F8000061FC000060FC0000E0FE0000C07E0000C07E0001803F0001FFFF0003FFFF8003001F80
+03001F8006000FC006000FC00E000FE00C0007E0FFC07FFEFFC07FFE1F1C7E9B24>65
+D<FFFFF800FFFFFF000FC01F800FC00FC00FC007C00FC007E00FC007E00FC007E00FC007E00FC0
+07E00FC007C00FC00F800FC03F000FFFFE000FC00F800FC007C00FC007E00FC003E00FC003F00F
+C003F00FC003F00FC003F00FC003F00FC007E00FC007E00FC01FC0FFFFFF00FFFFFC001C1C7E9B
+22>I<001FE02000FFF8E003F80FE007C003E00F8001E01F0000E03E0000E03E0000607E000060
+7C000060FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC0000007C0000
+607E0000603E0000603E0000C01F0000C00F80018007C0030003F80E0000FFFC00001FE0001B1C
+7D9B22>I<FFFFF800FFFFFF000FC01FC00FC007E00FC001F00FC001F80FC000F80FC000FC0FC0
+007C0FC0007C0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0FC0007E0F
+C0007C0FC0007C0FC0007C0FC000F80FC000F80FC001F00FC007E00FC01FC0FFFFFF00FFFFF800
+1F1C7E9B25>I<FFFFFF00FFFFFF000FC01F000FC007000FC003000FC003800FC003800FC18180
+0FC181800FC181800FC180000FC380000FFF80000FFF80000FC380000FC180000FC180000FC180
+600FC180600FC000E00FC000C00FC000C00FC001C00FC001C00FC003C00FC00F80FFFFFF80FFFF
+FF801B1C7E9B1F>I<FFFFFF00FFFFFF000FC01F000FC007000FC003000FC003800FC003800FC0
+01800FC181800FC181800FC180000FC180000FC380000FFF80000FFF80000FC380000FC180000F
+C180000FC180000FC180000FC000000FC000000FC000000FC000000FC000000FC00000FFFF0000
+FFFF0000191C7E9B1E>I<000FF008007FFE3801FC07F807E001F80F8000781F0000783F000038
+3E0000387E0000187C000018FC000000FC000000FC000000FC000000FC000000FC000000FC007F
+FFFC007FFF7C0001F87E0001F83E0001F83F0001F81F0001F80F8001F807E001F801FC07F8007F
+FE78000FF818201C7D9B26>I<FFFC3FFFFFFC3FFF0FC003F00FC003F00FC003F00FC003F00FC0
+03F00FC003F00FC003F00FC003F00FC003F00FC003F00FFFFFF00FFFFFF00FC003F00FC003F00F
+C003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F0
+FFFC3FFFFFFC3FFF201C7E9B25>I<FFFFFFFF07E007E007E007E007E007E007E007E007E007E0
+07E007E007E007E007E007E007E007E007E007E007E007E007E007E0FFFFFFFF101C7F9B12>I<
+FFFC07FFFFFC07FF0FC000E00FC001C00FC003800FC006000FC00C000FC038000FC070000FC0E0
+000FC1C0000FC3C0000FC7E0000FCFE0000FFBF0000FF3F8000FE1F8000FC0FC000FC0FE000FC0
+7E000FC03F000FC01F800FC01FC00FC00FC00FC007E00FC007F0FFFC3FFFFFFC3FFF201C7E9B25
+>75 D<FFFF00FFFF000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC000
+0FC0000FC0000FC0000FC0000FC0000FC0030FC0030FC0030FC0070FC0070FC0060FC00E0FC01E
+0FC07EFFFFFEFFFFFE181C7E9B1D>I<FFC00003FFFFE00007FF0FE00007F00DF0000DF00DF000
+0DF00DF0000DF00CF80019F00CF80019F00C7C0031F00C7C0031F00C3E0061F00C3E0061F00C1F
+00C1F00C1F00C1F00C1F00C1F00C0F8181F00C0F8181F00C07C301F00C07C301F00C03E601F00C
+03E601F00C01FC01F00C01FC01F00C01FC01F00C00F801F00C00F801F0FFC0701FFFFFC0701FFF
+281C7E9B2D>I<FFE003FFFFE003FF0FF000300FF800300DFC00300CFE00300C7E00300C3F0030
+0C1F80300C1FC0300C0FE0300C07F0300C03F0300C01F8300C01FC300C00FE300C007F300C003F
+300C001FB00C001FF00C000FF00C0007F00C0003F00C0001F00C0000F00C0000F0FFC00070FFC0
+0030201C7E9B25>I<003FE00001F07C0003C01E000F800F801F0007C01E0003C03E0003E07E00
+03F07C0001F07C0001F0FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC
+0001F87C0001F07E0003F07E0003F03E0003E03F0007E01F0007C00F800F8003C01E0001F07C00
+003FE0001D1C7D9B24>I<FFFFF800FFFFFE000FC03F800FC00F800FC007C00FC007E00FC007E0
+0FC007E00FC007E00FC007E00FC007C00FC007C00FC00F800FC03F000FFFFC000FC000000FC000
+000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000000FC00000FFFC
+0000FFFC00001B1C7E9B21>I<003FE00001F07C0003C01E000F800F801F0007C01F0007C03E00
+03E07E0003F07C0001F07C0001F0FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC0001F8FC
+0001F8FC0001F87C0001F07C0001F07E0003F03E0003E03E0703E01F08C7C00F906F8003D07E00
+01F87C00003FF8080000380800003C1800003FF800001FF800001FF000000FF0000007E0000003
+C01D247D9B24>I<FFFFF00000FFFFFE00000FC03F00000FC00F80000FC007C0000FC007E0000F
+C007E0000FC007E0000FC007E0000FC007E0000FC007C0000FC00F80000FC03E00000FFFF00000
+0FC07C00000FC03E00000FC03F00000FC01F80000FC01F80000FC01F80000FC01F80000FC01F80
+000FC01F80000FC01F81800FC01F81800FC00FC180FFFC07C300FFFC01FE00211C7E9B24>I<07
+F8201FFEE03C07E07801E07000E0F000E0F00060F00060F80000FE0000FFE0007FFE003FFF003F
+FF800FFFC007FFE0007FE00003F00001F00000F0C000F0C000F0C000E0E000E0F001C0FC03C0EF
+FF0083FC00141C7D9B1B>I<7FFFFFE07FFFFFE0781F81E0701F80E0601F8060E01F8070C01F80
+30C01F8030C01F8030C01F8030001F8000001F8000001F8000001F8000001F8000001F8000001F
+8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F8000001F800007
+FFFE0007FFFE001C1C7E9B21>I<FFFC03FFFFFC03FF0FC000300FC000300FC000300FC000300F
+C000300FC000300FC000300FC000300FC000300FC000300FC000300FC000300FC000300FC00030
+0FC000300FC000300FC000300FC000300FC0003007C0003007C0006003E000E001F001C000FC07
+80007FFE00000FF800201C7E9B25>I<FFFC01FF80FFFC01FF800FC000180007E000300007E000
+300007F000700003F000600003F800E00001F800C00001FC00C00000FC01800000FC018000007E
+030000007E030000007F070000003F060000003F8E0000001F8C0000001FCC0000000FD8000000
+0FD800000007F000000007F000000007F000000003E000000003E000000001C000000001C00000
+211C7F9B24>I<FFFC7FFE0FFCFFFC7FFE0FFC0FC007E000C00FC007F000C00FE003F001C007E0
+03F0018007E007F8018003F007F8030003F007F8030003F80CFC070001F80CFC060001F81CFE06
+0001FC187E0E0000FC187E0C0000FC387F0C00007E303F1800007E303F1800007F601FB800003F
+601FB000003FE01FF000003FC00FF000001FC00FE000001FC00FE000000F8007C000000F8007C0
+00000F0003C0000007000380000007000380002E1C7F9B31>I<0FF8001C1E003E0F803E07803E
+07C01C07C00007C0007FC007E7C01F07C03C07C07C07C0F807C0F807C0F807C0780BC03E13F80F
+E1F815127F9117>97 D<FF0000FF00001F00001F00001F00001F00001F00001F00001F00001F00
+001F00001F3F801FE1E01F80701F00781F003C1F003C1F003E1F003E1F003E1F003E1F003E1F00
+3E1F003C1F003C1F00781F80701EC1E01C3F00171D7F9C1B>I<03FC000E0E001C1F003C1F0078
+1F00780E00F80000F80000F80000F80000F80000F800007800007801803C01801C03000E0E0003
+F80011127E9115>I<000FF0000FF00001F00001F00001F00001F00001F00001F00001F00001F0
+0001F001F9F00F07F01C03F03C01F07801F07801F0F801F0F801F0F801F0F801F0F801F0F801F0
+7801F07801F03C01F01C03F00F0FFE03F9FE171D7E9C1B>I<01FC000F07001C03803C01C07801
+C07801E0F801E0F801E0FFFFE0F80000F80000F800007800007C00603C00601E00C00F038001FC
+0013127F9116>I<007F0001E38003C7C00787C00F87C00F83800F80000F80000F80000F80000F
+8000FFF800FFF8000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F
+80000F80000F80000F80007FF8007FF800121D809C0F>I<03F8F00E0F381E0F381C07303C0780
+3C07803C07803C07801C07001E0F000E0E001BF8001000001800001800001FFF001FFFC00FFFE0
+1FFFF07801F8F00078F00078F000787000707800F01E03C007FF00151B7F9118>I<FF0000FF00
+001F00001F00001F00001F00001F00001F00001F00001F00001F00001F0FC01F31E01F40F01F80
+F81F80F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F8FFE7
+FFFFE7FF181D7F9C1B>I<1E003F003F003F003F001E00000000000000000000000000FF00FF00
+1F001F001F001F001F001F001F001F001F001F001F001F001F001F00FFE0FFE00B1E7F9D0E>I<
+007800FC00FC00FC00FC007800000000000000000000000003FC03FC007C007C007C007C007C00
+7C007C007C007C007C007C007C007C007C007C007C007C007C707CF87CF878F8F070E01F800E26
+839D0F>I<FF0000FF00001F00001F00001F00001F00001F00001F00001F00001F00001F00001F
+0FF81F0FF81F03801F07001F0C001F18001F70001FF8001FFC001FBC001F3E001F1F001F0F001F
+0F801F07C01F03E0FFC7FCFFC7FC161D7F9C19>I<FF00FF001F001F001F001F001F001F001F00
+1F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F00FFE0FF
+E00B1D7F9C0E>I<FF0FC07E00FF31E18F001F40F207801F80FC07C01F80FC07C01F00F807C01F
+00F807C01F00F807C01F00F807C01F00F807C01F00F807C01F00F807C01F00F807C01F00F807C0
+1F00F807C01F00F807C0FFE7FF3FF8FFE7FF3FF825127F9128>I<FF0FC0FF31E01F40F01F80F8
+1F80F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F81F00F8FFE7FF
+FFE7FF18127F911B>I<01FC000F07801C01C03C01E07800F07800F0F800F8F800F8F800F8F800
+F8F800F8F800F87800F07800F03C01E01E03C00F078001FC0015127F9118>I<FF3F80FFE1E01F
+80F01F00781F007C1F003C1F003E1F003E1F003E1F003E1F003E1F003E1F003C1F007C1F00781F
+80F01FC1E01F3F001F00001F00001F00001F00001F00001F0000FFE000FFE000171A7F911B>I<
+03F0600F0CE01E07E03C03E07C03E07803E0F803E0F803E0F803E0F803E0F803E0F803E07803E0
+7C03E03C03E01C07E00E0FE003F3E00003E00003E00003E00003E00003E00003E0001FFC001FFC
+161A7E9119>I<FE3E00FE47001E8F801E8F801E8F801F07001F00001F00001F00001F00001F00
+001F00001F00001F00001F00001F0000FFF000FFF00011127F9114>I<1FD830786018E018E018
+F000FF807FE07FF01FF807FC007CC01CC01CE01CE018F830CFC00E127E9113>I<030003000300
+0300070007000F000F003FFCFFFC1F001F001F001F001F001F001F001F001F001F0C1F0C1F0C1F
+0C0F08079803F00E1A7F9913>I<FF07F8FF07F81F00F81F00F81F00F81F00F81F00F81F00F81F
+00F81F00F81F00F81F00F81F00F81F00F81F01F80F01F80786FF01F8FF18127F911B>I<FFC1FC
+FFC1FC1F00601F80E00F80C00FC0C007C18007C18003E30003E30001F60001F60001FE0000FC00
+00FC0000780000780000300016127F9119>I<FF8FF8FEFF8FF8FE1F03E0301F03E0301F83E070
+0F83F0600F86F06007C6F0C007CEF8C007EC79C003EC7D8003F83D8001F83F0001F83F0001F01F
+0000F01E0000E00E0000E00E001F127F9122>I<FFC7FCFFC7FC1F81800F838007C70003EE0001
+FC0001F80000F800007C0000FE0001DF00039F00070F800607C00C03E0FF07FCFF07FC16127F91
+19>I<FFC1FCFFC1FC1F00601F80E00F80C00FC0C007C18007C18003E30003E30001F70001F600
+00FE0000FC0000FC00007800007800003000003000007000706000F86000F8C000F98000730000
+3E0000161A7F9119>I<3FFF803C1F00303F00303E00607C0060FC0060F80001F00003F00007E0
+0007C1800F81801F81801F03803E03007E07007C0F00FFFF0011127F9115>I<FFFFFE1701808B
+18>I E /Fm 78 124 df<0001FC3C00060E67000C0EC7001C0DC6001C01C0003801C000380380
+0038038000380380003803800070038007FFFFF800700700007007000070070000E0070000E00E
+0000E00E0000E00E0000E00E0001C00E0001C01C0001C01C0001C01C0001C01C0003801C000380
+3800038038000380380003003800070030000700700006006000C6606000E470C000C861800070
+3E00002025819C19>11 D<0001FC000703000C03001C07001C0300180000380000380000380000
+380000700007FFFC00701C00701C00701C00E03800E03800E03800E03800E07001C07001C07001
+C07001C0E201C0E201C0E20380E4038064038038038000030000070000060000C60000E40000CC
+00007000001825819C17>I<0001FDC000070FC0000C0FC0001C0F80001C038000380380003803
+800038070000380700003807000070070007FFFE0000700E0000700E0000700E0000E01C0000E0
+1C0000E01C0000E01C0000E0380001C0380001C0380001C0380001C0710001C071000380710003
+8072000380320003801C0003800000030000000700000006000000C6000000E4000000CC000000
+700000001A25819C18>I<00E000100190003003080060060C01C00E0B8F800C0871801C080300
+1C0806001C080C00381018003810300038106000382060003820C0001841800018830000070607
+00000C0C800018184000183040003070400060604000C0E0400180E0400300E0400601C0800C01
+C0800C01C0801801C1003001C1006000C200C000C400800038001C217A9E22>37
+D<183C3C3C0404080810204080060C779C0D>39 D<00030006000800180030006000C000C00180
+03000300060006000C000C001C0018001800380030003000700070006000600060006000E000E0
+00E000E000E0006000600060006000600020003000100008000800102A7B9E11>I<0010001000
+08000C000400060006000600060006000700070007000700070006000600060006000E000E000C
+000C001C001800180038003000300060006000C000C001800300030006000C00180010006000C0
+00102A809E11>I<0030000060000060000060001841803C47000ECE0007B80001E00003C0000E
+F00039B800711E00C10C000300000300000300000600001112799E15>I<183878380808101020
+404080050C7D830D>44 D<FFC0FFC0FFC00A037D890F>I<3078F06005047C830D>I<0000020000
+0600000600000C00000C0000180000300000300000600000600000C00000C00001800001800003
+00000600000600000C00000C0000180000180000300000300000600000C00000C0000180000180
+000300000300000600000C00000C0000180000180000300000300000600000600000C000008000
+0017297F9E15>I<003C0000C6000183000303000603000603800E03800C03801C03801C030038
+0700380700380700380700700E00700E00700E00700E00E01C00E01C00E01C00E03800E03800E0
+3000C06000E0600060C0007180001E0000111D7B9B15>I<00020006000C001C007C039C003800
+3800380038007000700070007000E000E000E000E001C001C001C001C003800380038003800780
+FFF00F1C7C9B15>I<003C0000C3000101800201800201C00441C00441C00841C00841C00841C0
+1083801083801107000E0600000C0000180000300000C000010000060000080000100100100200
+2002004006007E0C00C7F80083F80080E000121D7C9B15>I<003E0000C1800101800200C00400
+C00440C00841C00841C00841C0088380070380000700000E0001F800003800000C00000C00000E
+00000E00000E00000E00700E00E01C00801C0080380080300040600021C0001F0000121D7C9B15
+>I<0001800001C0000380000380000380000300000700000700000600000E00000C00001C0000
+180000180000300000300000600000400000C600018E00010E00020E00061C000C1C00181C003F
+1C0040F800803F0000380000380000700000700000700000700000E00000600012247E9B15>I<
+00C06000FFC001FF8001FE00010000010000020000020000020000020000047800058C00060600
+040600080600000700000700000600000E00000E00700E00700C00E01C00801800803800403000
+40600021C0001F0000131D7C9B15>I<000F0000308000C0800183800383800300000600000E00
+000C00001C00001CF0003B18003C0C00380C00780C00700E00700E00700E00601C00E01C00E01C
+00E01C00E03800E03800E0700060600060C0002180001E0000111D7B9B15>I<09C04017E0801F
+E0803C6100302700601A00400600400400800C0080080000180000100000300000600000600000
+600000C00000C00001C0000180000380000380000300000700000700000700000E00000E00000C
+0000121D799B15>I<001E000061000081800180800300C00300C0060180060180060180070300
+07860003CC0003F00001F000037800063C00081E00180E00300E00600600600600600600C00C00
+C00C00C0180060100060200030C0000F0000121D7C9B15>I<003C0000C6000183000303000603
+000E03000C03801C03801C03001C0300380700380700380700380F00380E00181E00181E000C6C
+00079C00001C00001800003800003000006000E0C000E0C0008180008600007C0000111D7B9B15
+>I<060F0F06000000000000000000003078F06008127C910D>I<03000780078003000000000000
+000000000000000000000000000000180038007800380008000800100010002000400040008000
+091A7D910D>I<0FFFFFE01FFFFFF0000000000000000000000000000000000000000000000000
+0000000000000000FFFFFF807FFFFF001C0C7C8F20>61 D<01E006180808100C100C200C400C40
+1C8018E038E070C1E003C007800F001C0038003080308031001E00000000000000000000003000
+7800F00060000E1E789D15>63 D<00001800000018000000380000003800000078000000780000
+00B8000001B800000138000002380000023C0000041C0000041C0000081C0000181C0000101C00
+00201C0000201C00007FFC0000401C0000801C0001801C0001001C0002001C0002001C0004000E
+000C000E001C001E00FF00FFC01A1D7E9C1F>65 D<01FFFE00003C0780003803C0003801C00038
+01C0003801C0007001C0007003C0007003C00070078000E0070000E00E0000E03C0000FFF80001
+C01C0001C00E0001C00F0001C00F0003800F0003800F0003800F0003800F0007001E0007001C00
+07003C00070078000E01E000FFFF80001A1C7D9B1D>I<0003F020001E0C60003002E000E003C0
+01C001C0038001C0070000C00E0000801E0000801C0000803C0000803C00000078000000780000
+0078000000F0000000F0000000F0000000F0000000F0000400F0000400F0000400F00008007000
+08007000100038002000180040000C0180000706000001F800001B1E7A9C1E>I<01FFFE00003C
+0780003801C0003801C0003800E0003800E0007000F00070007000700070007000F000E000F000
+E000F000E000F000E000F001C001E001C001E001C001E001C001C0038003C00380038003800780
+0380070007000E0007001C0007003800070070000E01C000FFFF00001C1C7D9B1F>I<01FFFFE0
+003C00E0003800600038004000380040003800400070004000700040007020400070200000E040
+0000E0400000E0C00000FFC00001C0800001C0800001C0800001C0800003810100038001000380
+020003800200070004000700040007000C00070018000E007800FFFFF0001B1C7D9B1C>I<01FF
+FFC0003C01C0003800C00038008000380080003800800070008000700080007020800070200000
+E0400000E0400000E0C00000FFC00001C0800001C0800001C0800001C080000381000003800000
+0380000003800000070000000700000007000000070000000F000000FFF000001A1C7D9B1B>I<
+0003F020001E0C60003002E000E003C001C001C0038001C0070000C00E0000801E0000801C0000
+803C0000803C000000780000007800000078000000F0000000F0000000F001FFC0F0001E00F000
+1C00F0001C00F0001C00F0001C00700038007000380038003800180078000C0090000707100001
+F800001B1E7A9C20>I<01FFCFFE003C01E0003801C0003801C0003801C0003801C00070038000
+700380007003800070038000E0070000E0070000E0070000FFFF0001C00E0001C00E0001C00E00
+01C00E0003801C0003801C0003801C0003801C00070038000700380007003800070038000F0078
+00FFE7FF001F1C7D9B1F>I<01FFC0003C00003800003800003800003800007000007000007000
+00700000E00000E00000E00000E00001C00001C00001C00001C000038000038000038000038000
+0700000700000700000700000F0000FFE000121C7E9B10>I<007FF00007800007000007000007
+00000700000E00000E00000E00000E00001C00001C00001C00001C000038000038000038000038
+0000700000700000700000700060E000E0E000C0C00081C0008380004700003C0000141D7B9B16
+>I<01FFC0FF003C003C0038003000380040003800800038010000700200007004000070100000
+70200000E0400000E0C00000E1C00000E5C00001C8E00001D0E00001E0E00001C0700003807000
+0380700003803800038038000700380007001C0007001C0007001C000F001E00FFE0FF80201C7D
+9B20>I<01FFE0003C0000380000380000380000380000700000700000700000700000E00000E0
+0000E00000E00001C00001C00001C00001C0000380080380080380080380100700100700300700
+600700E00E03C0FFFFC0151C7D9B1A>I<01FE0007F8003E000780002E000F00002E001700002E
+001700002E002700004E002E00004E004E00004E004E00004E008E00008E011C00008E011C0000
+8E021C00008E021C00010704380001070438000107083800010710380002071070000207207000
+02072070000207407000040740E000040780E000040700E0000C0700E0001C0601E000FF861FFC
+00251C7D9B25>I<01FC03FE001C0070003C0060002E0040002E0040002E004000470080004700
+8000470080004380800083810000838100008181000081C1000101C2000101C2000100E2000100
+E2000200E4000200740002007400020074000400380004003800040038000C0018001C001000FF
+8010001F1C7D9B1F>I<0007F000001C1C0000700E0000E0070001C0038003800380070003800E
+0003C01E0003C01C0003C03C0003C03C0003C0780003C0780003C0780003C0F0000780F0000780
+F0000780F0000F00F0000F00F0000E00F0001E00F0003C0070003800700070007800E0003801C0
+001C0380000E0E000003F800001A1E7A9C20>I<01FFFC00003C070000380380003801C0003801
+C0003801C0007003C0007003C0007003C00070038000E0078000E0070000E00E0000E0380001FF
+E00001C0000001C0000001C0000003800000038000000380000003800000070000000700000007
+000000070000000F000000FFE000001A1C7D9B1C>I<0007F000001C1C0000700E0000E0070001
+C0078003800380070003800E0003C01E0003C01C0003C03C0003C03C0003C0780003C0780003C0
+780003C0F0000780F0000780F0000780F0000F00F0000F00F0000E00F0001E00F0001C00707838
+00708070007104E0003905C0001D0780000F0E040003FE040000060C0000060800000E1800000F
+F0000007F0000007E000000380001A257A9C20>I<01FFF800003C0E0000380700003803800038
+03800038038000700780007007800070078000700F0000E00E0000E01C0000E0700000FFC00001
+C0C00001C0600001C0700001C07000038070000380700003807000038070000700F0000700F040
+0700F0400700F0800F007880FFE0790000001E001A1D7D9B1E>I<000F8400304C00403C008018
+01001803001803001806001006001006000007000007000003E00003FC0001FF00007F800007C0
+0001C00001C00000C00000C02000C02000C0600180600180600300600200F00400CC180083E000
+161E7D9C17>I<1FFFFFC01C0701C0300E00C0200E0080600E0080400E0080401C0080801C0080
+801C0080001C000000380000003800000038000000380000007000000070000000700000007000
+0000E0000000E0000000E0000000E0000001C0000001C0000001C0000001C0000003C000007FFE
+00001A1C799B1E>I<7FF0FF800F001C000E0018000E0010000E0010000E0010001C0020001C00
+20001C0020001C0020003800400038004000380040003800400070008000700080007000800070
+008000E0010000E0010000E0010000E0020000E0020000E0040000E00400006008000030300000
+104000000F800000191D779B1F>I<FF803FC01C000F001C0004001C0008001C0008001C001000
+1C0010001C0020001C0040001C0040001E0080000E0080000E0100000E0200000E0200000E0400
+000E0400000E0800000E1800000E1000000E200000072000000740000007C00000078000000700
+00000700000006000000060000001A1D779B1F>I<FF83FF0FF03C007001C038007001803800F0
+01003800F0020038017002003801700400380270040038027008001C047008001C047010001C08
+7010001C087020001C107020001C107040001C207040001C207080001C407180001C407100001C
+807200001D807200001D007400001E007400001E007800001C007800001C007000001800700000
+18006000001000600000241D779B29>I<01FF81FE001E00F0001C0060001E0080000E0180000E
+0100000F02000007040000070800000790000003A0000003C0000001C0000001C0000001E00000
+02E0000004E0000008F0000010700000207000006038000040380000803C0001001C0002001C00
+06001E001E001E00FF80FFC01F1C7E9B1F>I<FFC00FE00E0007800E0006000F00040007000800
+0700180007801000038020000380400003C0800001C1800001C1000001E2000000E4000000EC00
+0000F80000007000000070000000E0000000E0000000E0000000E0000001C0000001C0000001C0
+000001C00000038000003FF800001B1C789B1F>I<03CC063C0C3C181C3838303870387038E070
+E070E070E070E0E2C0E2C0E261E462643C380F127B9115>97 D<3F00070007000E000E000E000E
+001C001C001C001C0039C03E60383038307038703870387038E070E070E070E060E0E0C0C0C1C0
+618063003C000D1D7B9C13>I<01F007080C08181C3838300070007000E000E000E000E000E000
+E008E010602030C01F000E127B9113>I<001F8000038000038000070000070000070000070000
+0E00000E00000E00000E0003DC00063C000C3C00181C00383800303800703800703800E07000E0
+7000E07000E07000E0E200C0E200C0E20061E4006264003C3800111D7B9C15>I<01E007100C10
+18083810701070607F80E000E000E000E000E000E0086010602030C01F000D127B9113>I<0003
+C0000670000C70001C60001C00001C0000380000380000380000380000380003FF800070000070
+0000700000700000700000E00000E00000E00000E00000E00001C00001C00001C00001C00001C0
+00038000038000038000030000030000070000C60000E60000CC00007800001425819C0D>I<00
+F3018F030F06070E0E0C0E1C0E1C0E381C381C381C381C383830383038187818F00F7000700070
+00E000E0C0C0E1C0C3007E00101A7D9113>I<0FC00001C00001C0000380000380000380000380
+000700000700000700000700000E78000E8C000F0E000E0E001C0E001C0E001C0E001C0E00381C
+00381C00381C00383800703880703880707080707100E03200601C00111D7D9C15>I<01800380
+010000000000000000000000000000001C002600470047008E008E000E001C001C001C00380038
+00710071007100720072003C00091C7C9B0D>I<0006000E000600000000000000000000000000
+0000F00118021802180438043800380038007000700070007000E000E000E000E001C001C001C0
+01C003800380C300E700CE0078000F24819B0D>I<0FC00001C00001C000038000038000038000
+0380000700000700000700000700000E0F000E11000E23800E43801C83001C80001D00001E0000
+3F800039C00038E00038E00070E20070E20070E20070E400E06400603800111D7D9C13>I<1F80
+0380038007000700070007000E000E000E000E001C001C001C001C003800380038003800700070
+0070007000E400E400E400E40068003800091D7C9C0B>I<3C1E0780266318C04683A0E04703C0
+E08E0380E08E0380E00E0380E00E0380E01C0701C01C0701C01C0701C01C070380380E0388380E
+0388380E0708380E0710701C0320300C01C01D127C9122>I<3C3C002646004687004707008E07
+008E07000E07000E07001C0E001C0E001C0E001C1C00381C40381C40383840383880701900300E
+0012127C9117>I<01E007180C0C180C380C300E700E700EE01CE01CE01CE018E038E030E06060
+C031801E000F127B9115>I<07870004D98008E0C008E0C011C0E011C0E001C0E001C0E00381C0
+0381C00381C00381800703800703000707000706000E8C000E70000E00000E00001C00001C0000
+1C00001C00003C0000FF8000131A7F9115>I<03C4062C0C3C181C3838303870387038E070E070
+E070E070E0E0C0E0C0E061E063C03DC001C001C0038003800380038007803FF00E1A7B9113>I<
+3C3C26C2468747078E068E000E000E001C001C001C001C0038003800380038007000300010127C
+9112>I<01F006080C080C1C18181C001F001FC00FF007F0007800386030E030C030806060C01F
+000E127D9111>I<00C001C001C001C00380038003800380FFE00700070007000E000E000E000E
+001C001C001C001C00384038403840388019000E000B1A7D990E>I<1E03002707004707004707
+00870E00870E000E0E000E0E001C1C001C1C001C1C001C1C003838803838801838801839001C59
+00078E0011127C9116>I<1E06270E470E4706870287020E020E021C041C041C041C0818083808
+181018200C4007800F127C9113>I<1E01832703874703874703838707018707010E07010E0701
+1C0E021C0E021C0E021C0E04180C04181C04181C081C1C100C263007C3C018127C911C>I<070E
+0019910010E38020E38041C30041C00001C00001C0000380000380000380000380000702006702
+00E70400CB04008B080070F00011127D9113>I<1E03270747074707870E870E0E0E0E0E1C1C1C
+1C1C1C1C1C38383838183818381C7007F00070007000E0E0C0E1C0818047003C00101A7C9114>
+I<038207C20FEC08381008001000200040008001000200040008081008383067F043E081C00F12
+7D9111>I<FFFFC012017C8B15>I E /Fn 23 121 df<00001E000000003E00000000FE00000003
+FE0000003FFE0000FFFFFE0000FFFFFE0000FFFFFE0000FFCFFE0000000FFE0000000FFE000000
+0FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000
+000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE00
+00000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE
+0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000F
+FE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE0000000FFE000000
+0FFE0000000FFE00007FFFFFFFC07FFFFFFFC07FFFFFFFC07FFFFFFFC0223879B731>49
+D<0007FE0000007FFFE00001FFFFF80003FFFFFE0007F01FFF000F8007FF801F0001FFC03E0000
+FFE07F8000FFF07FC0007FF0FFE0007FF8FFF0003FF8FFF0003FFCFFF0003FFCFFF0003FFCFFF0
+003FFC7FE0003FFC3FC0003FFC1F80003FFC0000003FFC0000003FF80000007FF80000007FF000
+00007FF0000000FFE0000000FFC0000001FF80000001FF00000003FE00000007FC00000007F800
+00000FF00000001FC00000003F800000007F00000000FC00000001F800000001F0003C0003E000
+3C0007C0003C000F000078001E000078003C00007800780000F800F00000F801FFFFFFF803FFFF
+FFF007FFFFFFF00FFFFFFFF01FFFFFFFF03FFFFFFFF07FFFFFFFF0FFFFFFFFF0FFFFFFFFE0FFFF
+FFFFE0FFFFFFFFE026387BB731>I<0003FF8000001FFFF000007FFFFE0000FE03FF0001F000FF
+8003C000FFC00780007FE00FF0007FF00FF8007FF01FFC007FF81FFE007FF81FFE007FF81FFE00
+7FF81FFE007FF81FFE007FF80FFC007FF007F8007FF003F0007FF0000000FFE0000000FFC00000
+01FF80000001FF00000003FE00000007FC0000001FF000000FFFC000000FFF8000000FFFF80000
+0003FE00000000FF800000007FE00000003FF00000003FF80000003FFC0000001FFC0000001FFE
+0000001FFE0200001FFF1FC0001FFF3FE0001FFF7FF0001FFF7FF0001FFFFFF8001FFFFFF8001F
+FFFFF8001FFEFFF8001FFEFFF0001FFE7FF0003FFC7FE0003FFC3FC0003FF81F80007FF01FE000
+FFE007FC03FFC003FFFFFF0001FFFFFE00003FFFF0000007FF800028397CB731>I<00000007C0
+000000000FC0000000000FC0000000001FC0000000003FC0000000007FC000000000FFC0000000
+00FFC000000001FFC000000003FFC000000007FFC00000000FFFC00000000FFFC00000001EFFC0
+0000003CFFC00000007CFFC0000000F8FFC0000000F0FFC0000001E0FFC0000003C0FFC0000007
+C0FFC000000F80FFC000000F00FFC000001E00FFC000003C00FFC000007C00FFC00000F800FFC0
+0000F000FFC00001E000FFC00003C000FFC00007C000FFC0000F8000FFC0000F0000FFC0001E00
+00FFC0003C0000FFC0007C0000FFC000F80000FFC000FFFFFFFFFFC0FFFFFFFFFFC0FFFFFFFFFF
+C0FFFFFFFFFFC0000001FFC000000001FFC000000001FFC000000001FFC000000001FFC0000000
+01FFC000000001FFC000000001FFC000000001FFC000000001FFC0000007FFFFFFC00007FFFFFF
+C00007FFFFFFC00007FFFFFFC02A377DB631>I<04000000C00F800007C00FF8007FC00FFFFFFF
+800FFFFFFF000FFFFFFE000FFFFFFC000FFFFFF8000FFFFFF0000FFFFFE0000FFFFF80000FFFFE
+00000FFFF800000F800000000F800000000F800000000F800000000F800000000F800000000F80
+0000000F800000000F81FF00000F8FFFE0000FBFFFF8000FFE03FE000FF000FF000FC000FF800F
+80007FC00F00007FE00700007FF00000003FF00000003FF80000003FF80000003FF80000003FFC
+0000003FFC0600003FFC1F80003FFC3FC0003FFC7FE0003FFCFFE0003FFCFFF0003FFCFFF0003F
+FCFFF0003FF8FFE0003FF8FFE0003FF87FC0007FF07F00007FF03C00007FE03E0000FFC01F0000
+FF800FC003FF0007F00FFE0003FFFFFC0001FFFFF000007FFFC000000FFC000026397BB731>I<
+00000FF80000007FFF000003FFFF80000FFC07C0001FE001E0003FC001F0007F0007F000FF000F
+F001FE001FF803FC003FF807FC003FF80FFC003FF80FF8003FF81FF8001FF01FF8000FE03FF800
+07C03FF00000003FF00000007FF00000007FF00000007FF00000007FF07FF000FFF0FFFE00FFF1
+F7FF00FFF3807F80FFF6003FE0FFFE001FF0FFFC001FF0FFFC000FF8FFF8000FFCFFF8000FFCFF
+F8000FFEFFF8000FFEFFF0000FFEFFF0000FFFFFF0000FFFFFF0000FFF7FF0000FFF7FF0000FFF
+7FF0000FFF7FF0000FFF7FF0000FFF3FF0000FFF3FF0000FFE3FF0000FFE1FF0000FFE1FF8000F
+FC0FF8000FFC0FF8001FF807FC001FF003FC001FF001FE003FE000FF80FFC0007FFFFF00001FFF
+FE000007FFF8000000FFC00028397CB731>I<1E00000000001F00000000001FF0000000001FFF
+FFFFFFC01FFFFFFFFFC01FFFFFFFFFC03FFFFFFFFFC03FFFFFFFFF803FFFFFFFFF003FFFFFFFFE
+003FFFFFFFFC003FFFFFFFF8003FFFFFFFF0007FFFFFFFF0007C000007E0007C00000FC0007800
+001F80007800001F00007800003E0000F000007E0000F00000FC0000F00001F80000000003F000
+00000003E00000000007E0000000000FC0000000000F80000000001F80000000003F8000000000
+3F00000000007F00000000007F0000000000FF0000000000FE0000000001FE0000000001FE0000
+000003FE0000000003FE0000000003FE0000000007FC0000000007FC0000000007FC000000000F
+FC000000000FFC000000000FFC000000000FFC000000000FFC000000001FFC000000001FFC0000
+00001FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001F
+FC000000000FF80000000007F00000000003E00000002A3B7BB931>I<0001FF8000000FFFF800
+003FFFFE00007F00FF0000F8003F8001F0000FC003E0000FE007C00007F007C00007F00FC00003
+F80FC00003F81FC00003F81FC00003F81FE00003F81FF00003F81FF80003F81FFC0007F01FFF00
+07F01FFFC007E00FFFF00FE00FFFFC1FC007FFFE3F8007FFFFFF0003FFFFFC0001FFFFF80000FF
+FFFE00007FFFFF00003FFFFF80003FFFFFE000FFFFFFF001FDFFFFF007F07FFFF80FE01FFFFC1F
+C007FFFC3F8001FFFE3F8000FFFE7F00003FFF7F00000FFFFE000003FFFE000001FFFE000000FF
+FE000000FFFE0000007FFE0000007FFE0000007EFE0000007E7F0000007E7F000000FC3F800000
+FC3FC00001F81FE00003F00FF00007E007FE007FC003FFFFFF8000FFFFFE00003FFFF8000003FF
+800028397CB731>I<00000001F80000000000000001F80000000000000003FC00000000000000
+03FC0000000000000007FE0000000000000007FE0000000000000007FE000000000000000FFF00
+0000000000000FFF000000000000001FFF800000000000001FFF800000000000001FFF80000000
+0000003FFFC00000000000003FFFC00000000000007FFFE00000000000007DFFE0000000000000
+7DFFE0000000000000FDFFF0000000000000F8FFF0000000000001F8FFF8000000000001F07FF8
+000000000001F07FF8000000000003F07FFC000000000003E03FFC000000000007E03FFE000000
+000007C01FFE00000000000FC01FFF00000000000F801FFF00000000000F800FFF00000000001F
+800FFF80000000001F0007FF80000000003F0007FFC0000000003E0003FFC0000000003E0003FF
+C0000000007E0003FFE0000000007C0001FFE000000000FC0001FFF000000000F80000FFF00000
+0000F80000FFF000000001FFFFFFFFF800000001FFFFFFFFF800000003FFFFFFFFFC00000003FF
+FFFFFFFC00000003E000003FFC00000007E000003FFE00000007C000001FFE0000000FC000001F
+FF0000000F8000000FFF0000001F8000000FFF8000001F0000000FFF8000001F00000007FF8000
+003F00000007FFC000003E00000003FFC000007E00000003FFE00000FF00000001FFE000FFFFFC
+0001FFFFFFF0FFFFFC0001FFFFFFF0FFFFFC0001FFFFFFF0FFFFFC0001FFFFFFF0443B7DBA4B>
+65 D<FFFFFFFFFFC00000FFFFFFFFFFFC0000FFFFFFFFFFFF0000FFFFFFFFFFFFC000007FF000
+01FFF000007FF000007FF800007FF000003FFC00007FF000001FFE00007FF000001FFE00007FF0
+00000FFF00007FF000000FFF00007FF0000007FF80007FF0000007FF80007FF0000007FF80007F
+F0000007FF80007FF0000007FF80007FF0000007FF80007FF0000007FF80007FF0000007FF0000
+7FF000000FFF00007FF000000FFF00007FF000001FFE00007FF000001FFC00007FF000003FF800
+007FF000007FF000007FF00001FFE000007FF0000FFF8000007FFFFFFFFE0000007FFFFFFFFE00
+00007FFFFFFFFFC000007FF000007FF000007FF000001FFC00007FF000000FFE00007FF0000007
+FF00007FF0000007FF80007FF0000003FFC0007FF0000003FFC0007FF0000001FFE0007FF00000
+01FFE0007FF0000001FFF0007FF0000001FFF0007FF0000001FFF0007FF0000001FFF0007FF000
+0001FFF0007FF0000001FFF0007FF0000001FFF0007FF0000001FFF0007FF0000001FFE0007FF0
+000003FFE0007FF0000003FFC0007FF0000007FFC0007FF000000FFF80007FF000001FFF00007F
+F000003FFE00007FF00001FFFC00FFFFFFFFFFFFF800FFFFFFFFFFFFE000FFFFFFFFFFFF8000FF
+FFFFFFFFF800003C3B7CBA46>I<0000001FFF000030000001FFFFE000F000000FFFFFFC01F000
+007FFFFFFE03F00001FFFE007F87F00003FFE0000FCFF0000FFF000003FFF0001FFC000001FFF0
+003FF80000007FF0007FF00000003FF000FFC00000003FF001FFC00000001FF003FF800000000F
+F007FF000000000FF00FFF0000000007F00FFE0000000007F01FFE0000000003F01FFE00000000
+03F03FFC0000000003F03FFC0000000001F03FFC0000000001F07FFC0000000001F07FF8000000
+0001F07FF80000000000007FF8000000000000FFF8000000000000FFF8000000000000FFF80000
+00000000FFF8000000000000FFF8000000000000FFF8000000000000FFF8000000000000FFF800
+0000000000FFF8000000000000FFF8000000000000FFF80000000000007FF80000000000007FF8
+0000000000007FF80000000000007FFC0000000000F03FFC0000000000F03FFC0000000000F03F
+FC0000000000F01FFE0000000000F01FFE0000000001E00FFE0000000001E00FFF0000000001E0
+07FF0000000003C003FF8000000003C001FFC0000000078000FFE00000000F00007FF00000001F
+00003FF80000003E00001FFC0000007C00000FFF000001F8000003FFE00007F0000001FFFE003F
+C00000007FFFFFFF000000000FFFFFFC0000000001FFFFF000000000001FFF0000003C3D7BBB47
+>I<FFFFFFFFFFC0000000FFFFFFFFFFFC000000FFFFFFFFFFFF800000FFFFFFFFFFFFE0000000
+7FF80003FFF80000007FF800003FFE0000007FF800000FFF0000007FF8000003FF8000007FF800
+0001FFC000007FF8000000FFE000007FF80000007FF000007FF80000003FF800007FF80000003F
+F800007FF80000001FFC00007FF80000001FFC00007FF80000000FFE00007FF80000000FFE0000
+7FF80000000FFF00007FF800000007FF00007FF800000007FF00007FF800000007FF80007FF800
+000007FF80007FF800000007FF80007FF800000007FF80007FF800000007FFC0007FF800000007
+FFC0007FF800000007FFC0007FF800000007FFC0007FF800000007FFC0007FF800000007FFC000
+7FF800000007FFC0007FF800000007FFC0007FF800000007FFC0007FF800000007FFC0007FF800
+000007FFC0007FF800000007FFC0007FF800000007FF80007FF800000007FF80007FF800000007
+FF80007FF800000007FF80007FF800000007FF00007FF80000000FFF00007FF80000000FFF0000
+7FF80000000FFE00007FF80000001FFE00007FF80000001FFC00007FF80000003FFC00007FF800
+00003FF800007FF80000007FF000007FF8000000FFE000007FF8000001FFC000007FF8000003FF
+8000007FF800000FFF0000007FF800003FFE0000007FF80003FFF80000FFFFFFFFFFFFF00000FF
+FFFFFFFFFF800000FFFFFFFFFFFE000000FFFFFFFFFFC0000000423B7CBA4C>I<FFFFFFFFFFFF
+F000FFFFFFFFFFFFF000FFFFFFFFFFFFF000FFFFFFFFFFFFF000007FF80001FFF800007FF80000
+1FF800007FF8000007F800007FF8000003F800007FF8000001F800007FF8000000F800007FF800
+0000F800007FF80000007C00007FF80000007C00007FF80000007C00007FF80000003C00007FF8
+0000003C00007FF8003C003C00007FF8003C003C00007FF8003C001E00007FF8003C001E00007F
+F8003C001E00007FF8003C000000007FF8007C000000007FF8007C000000007FF800FC00000000
+7FF803FC000000007FFFFFFC000000007FFFFFFC000000007FFFFFFC000000007FFFFFFC000000
+007FF803FC000000007FF800FC000000007FF8007C000000007FF8007C000000007FF8003C0000
+00007FF8003C000780007FF8003C000780007FF8003C000780007FF8003C000F00007FF8003C00
+0F00007FF80000000F00007FF80000000F00007FF80000001F00007FF80000001F00007FF80000
+001E00007FF80000003E00007FF80000003E00007FF80000003E00007FF80000007E00007FF800
+0000FE00007FF8000001FC00007FF8000003FC00007FF8000007FC00007FF800001FFC00007FF8
+0001FFFC00FFFFFFFFFFFFFC00FFFFFFFFFFFFF800FFFFFFFFFFFFF800FFFFFFFFFFFFF800393B
+7CBA41>I<001FFF00000001FFFFF0000003FFFFFC000007F007FE00000FF801FF00001FFC00FF
+80001FFC007FC0001FFC007FE0001FFC003FE0000FF8003FF0000FF8003FF00007F0003FF00001
+C0003FF0000000003FF0000000003FF0000000003FF0000000FFFFF000000FFFFFF000007FF83F
+F00001FF803FF00007FE003FF0000FF8003FF0001FF0003FF0003FE0003FF0007FE0003FF0007F
+E0003FF000FFC0003FF000FFC0003FF000FFC0003FF000FFC0003FF000FFC0007FF0007FE0007F
+F0007FE000DFF0003FF0039FF8001FFC0F0FFFF007FFFE0FFFF001FFFC07FFF0003FE000FFF02C
+267DA530>97 D<000000003FC00000003FFFC00000003FFFC00000003FFFC00000003FFFC00000
+0001FFC000000000FFC000000000FFC000000000FFC000000000FFC000000000FFC000000000FF
+C000000000FFC000000000FFC000000000FFC000000000FFC000000000FFC000000000FFC00000
+0000FFC000000000FFC000000000FFC000000000FFC00000FFC0FFC0000FFFF8FFC0003FFFFEFF
+C000FFE03FFFC001FF000FFFC003FE0003FFC007FC0001FFC00FF80000FFC01FF00000FFC01FF0
+0000FFC03FF00000FFC03FE00000FFC07FE00000FFC07FE00000FFC07FE00000FFC0FFE00000FF
+C0FFE00000FFC0FFE00000FFC0FFE00000FFC0FFE00000FFC0FFE00000FFC0FFE00000FFC0FFE0
+0000FFC0FFE00000FFC07FE00000FFC07FE00000FFC07FE00000FFC03FF00000FFC03FF00000FF
+C01FF00000FFC00FF80001FFC007F80003FFC003FC0007FFC001FE000FFFE000FFC07EFFFF003F
+FFFCFFFF000FFFF0FFFF0001FF80FFFF303C7DBB37>100 D<0001FFC000000FFFF800003FFFFE
+0000FF80FF0001FE003F8007FC001FC00FF8000FE00FF8000FF01FF00007F03FF00007F83FF000
+07F87FE00007F87FE00003FC7FE00003FC7FE00003FCFFE00003FCFFFFFFFFFCFFFFFFFFFCFFFF
+FFFFFCFFE0000000FFE0000000FFE0000000FFE00000007FE00000007FE00000007FE00000003F
+E00000003FF000003C1FF000003C1FF000003C0FF800007807FC0000F803FE0001F001FF0007E0
+00FFC03FC0003FFFFF000007FFFC000000FFE00026267DA52D>I<00FF00000000FFFF00000000
+FFFF00000000FFFF00000000FFFF0000000007FF0000000003FF0000000003FF0000000003FF00
+00000003FF0000000003FF0000000003FF0000000003FF0000000003FF0000000003FF00000000
+03FF0000000003FF0000000003FF0000000003FF0000000003FF0000000003FF0000000003FF00
+00000003FF007FC00003FF01FFF80003FF07FFFC0003FF0F03FE0003FF1C01FF0003FF3001FF80
+03FF6000FF8003FFE000FFC003FFC000FFC003FF8000FFC003FF8000FFC003FF8000FFC003FF00
+00FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC0
+03FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF00
+00FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC0
+03FF0000FFC003FF0000FFC0FFFFFC3FFFFFFFFFFC3FFFFFFFFFFC3FFFFFFFFFFC3FFFFF303C7C
+BB37>104 D<01F00007FC000FFE000FFE001FFF001FFF001FFF001FFF001FFF000FFE000FFE00
+07FC0001F00000000000000000000000000000000000000000000000000000000000000000FF00
+FFFF00FFFF00FFFF00FFFF0007FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF00
+03FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF0003FF00
+03FF0003FF0003FF0003FF0003FF0003FF0003FF00FFFFF8FFFFF8FFFFF8FFFFF8153D7DBC1B>
+I<00FE007FC000FFFE01FFF800FFFE07FFFC00FFFE0F03FE00FFFE1C01FF0007FE3001FF8003FE
+6000FF8003FEE000FFC003FEC000FFC003FF8000FFC003FF8000FFC003FF8000FFC003FF0000FF
+C003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF
+0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FF
+C003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF0000FFC003FF
+0000FFC003FF0000FFC0FFFFFC3FFFFFFFFFFC3FFFFFFFFFFC3FFFFFFFFFFC3FFFFF30267CA537
+>110 D<00FF01FF8000FFFF0FFFF000FFFF3FFFFC00FFFFFE03FF00FFFFF000FF8003FFC0007F
+C003FF80003FE003FF00003FF003FF00001FF803FF00001FFC03FF00000FFC03FF00000FFE03FF
+00000FFE03FF000007FE03FF000007FF03FF000007FF03FF000007FF03FF000007FF03FF000007
+FF03FF000007FF03FF000007FF03FF000007FF03FF000007FF03FF000007FE03FF000007FE03FF
+00000FFE03FF00000FFC03FF00000FFC03FF00001FF803FF00001FF803FF00003FF003FF80003F
+E003FFC0007FC003FFF001FF8003FFFC07FF0003FF3FFFFC0003FF0FFFF00003FF01FF000003FF
+0000000003FF0000000003FF0000000003FF0000000003FF0000000003FF0000000003FF000000
+0003FF0000000003FF0000000003FF0000000003FF0000000003FF0000000003FF00000000FFFF
+FC000000FFFFFC000000FFFFFC000000FFFFFC00000030377DA537>112
+D<00FE03F000FFFE0FFE00FFFE1FFF00FFFE3C3F80FFFE707FC007FE60FFE003FEE0FFE003FEC0
+FFE003FFC0FFE003FF807FC003FF807FC003FF803F8003FF800E0003FF00000003FF00000003FF
+00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF00000003
+FF00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF00000003FF000000
+03FF00000003FF00000003FF000000FFFFFE0000FFFFFE0000FFFFFE0000FFFFFE000023267DA5
+29>114 D<0007800000078000000780000007800000078000000F8000000F8000000F8000000F
+8000001F8000001F8000003F8000003F8000007F800000FF800001FF800007FF80001FFFFFF0FF
+FFFFF0FFFFFFF0FFFFFFF001FF800001FF800001FF800001FF800001FF800001FF800001FF8000
+01FF800001FF800001FF800001FF800001FF800001FF800001FF800001FF800001FF800001FF80
+0001FF800001FF800001FF803C01FF803C01FF803C01FF803C01FF803C01FF803C01FF803C01FF
+803C00FF807800FFC078007FC070003FE0E0001FFFC00007FF800001FF001E377EB626>116
+D<FFFFF007FFFCFFFFF007FFFCFFFFF007FFFCFFFFF007FFFC01FF8000FC0000FFC000F80000FF
+E001F000007FF003E000003FF007C000001FF80FC000000FFC1F8000000FFE1F00000007FF3E00
+000003FFFC00000001FFF800000000FFF0000000007FE0000000007FF0000000003FF800000000
+1FF8000000001FFC000000003FFE000000007FFF00000000FBFF80000001F9FF80000003F0FFC0
+000003E07FE0000007C07FF000000F803FF800001F001FFC00003E000FFC00007C0007FE0000FC
+0003FF0001FC0003FF80FFFF801FFFFEFFFF801FFFFEFFFF801FFFFEFFFF801FFFFE2F267EA534
+>120 D E /Fo 40 122 df<FFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFFFEFFFFFF
+FEFFFFFFFEFFFFFFFEFFFFFFFE1F0A7F9B28>45 D<07E00FF03FFC3FFC7FFEFFFFFFFFFFFFFFFF
+FFFFFFFF7FFE3FFC3FFC0FF007E01010788F21>I<00001FF800000001FFFF80000007FFFFE000
+001FFFFFF800003FF81FFC0000FFE007FF0001FF8001FF8003FF0000FFC003FF0000FFC007FE00
+007FE007FE00007FE00FFC00003FF00FFC00003FF01FFC00003FF81FFC00003FF83FFC00003FFC
+3FF800001FFC3FF800001FFC7FF800001FFE7FF800001FFE7FF800001FFE7FF800001FFE7FF800
+001FFE7FF800001FFEFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFF
+FFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800
+001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFFFFF800001FFF
+FFF800001FFFFFF800001FFFFFF800001FFF7FF800001FFE7FF800001FFE7FF800001FFE7FF800
+001FFE7FF800001FFE7FF800001FFE3FF800001FFC3FFC00003FFC3FFC00003FFC1FFC00003FF8
+1FFC00003FF81FFC00003FF80FFC00003FF00FFE00007FF007FE00007FE003FF0000FFC003FF80
+01FFC001FFC003FF8000FFE007FF00007FF81FFE00001FFFFFF8000007FFFFE0000001FFFF8000
+00001FF8000030457BC33B>48 D<03000000038007F000001F8007FF0003FF8007FFFFFFFF8007
+FFFFFFFF0007FFFFFFFE0007FFFFFFFC0007FFFFFFF80007FFFFFFF00007FFFFFFE00007FFFFFF
+C00007FFFFFF000007FFFFFE000007FFFFF8000007FFFFC0000007DFFC00000007C00000000007
+C00000000007C00000000007C00000000007C00000000007C00000000007C00000000007C00000
+000007C00000000007C00000000007C07FF8000007C3FFFF000007CFFFFFE00007FFFFFFF00007
+FFC03FFC0007FE000FFE0007F80007FF0007E00007FF8007C00003FFC003800003FFE000000003
+FFE000000001FFF000000001FFF000000001FFF800000001FFF800000001FFF800000001FFF800
+000001FFFC07800001FFFC1FE00001FFFC3FF00001FFFC7FF80001FFFC7FF80001FFFCFFFC0001
+FFFCFFFC0001FFFCFFFC0001FFFCFFFC0001FFF8FFF80001FFF8FFF80001FFF87FF00001FFF07F
+E00003FFF07F800003FFE03F000003FFE03F000007FFC01F80000FFF800FE0001FFF0007F0003F
+FE0003FE00FFFC0001FFFFFFF80000FFFFFFE000003FFFFF8000000FFFFC00000001FFC000002E
+457AC33B>53 D<0000000003E000000000000000000007F000000000000000000007F000000000
+00000000000FF80000000000000000000FF80000000000000000000FF80000000000000000001F
+FC0000000000000000001FFC0000000000000000003FFE0000000000000000003FFE0000000000
+000000007FFF0000000000000000007FFF0000000000000000007FFF000000000000000000FFFF
+800000000000000000FFFF800000000000000001FFFFC00000000000000001FFFFC00000000000
+000001FFFFC00000000000000003FFFFE00000000000000003EFFFE00000000000000007EFFFF0
+0000000000000007CFFFF00000000000000007C7FFF0000000000000000FC7FFF8000000000000
+000F83FFF8000000000000001F83FFFC000000000000001F03FFFC000000000000001F01FFFC00
+0000000000003F01FFFE000000000000003E00FFFE000000000000007E00FFFF00000000000000
+7C007FFF00000000000000FC007FFF80000000000000F8007FFF80000000000000F8003FFF8000
+0000000001F8003FFFC0000000000001F0001FFFC0000000000003F0001FFFE0000000000003E0
+001FFFE0000000000003E0000FFFE0000000000007E0000FFFF0000000000007C00007FFF00000
+0000000FC00007FFF800000000000F800007FFF800000000000F800003FFF800000000001F8000
+03FFFC00000000001F000001FFFC00000000003FFFFFFFFFFE00000000003FFFFFFFFFFE000000
+00007FFFFFFFFFFF00000000007FFFFFFFFFFF00000000007FFFFFFFFFFF0000000000FC000000
+7FFF8000000000F80000003FFF8000000001F80000003FFFC000000001F00000003FFFC0000000
+01F00000001FFFC000000003F00000001FFFE000000003E00000000FFFE000000007E00000000F
+FFF000000007C00000000FFFF000000007C000000007FFF00000000FC000000007FFF80000000F
+8000000003FFF80000001F8000000003FFFC0000001F0000000003FFFC0000007FC000000001FF
+FC0000FFFFFFC00007FFFFFFFF80FFFFFFC00007FFFFFFFF80FFFFFFC00007FFFFFFFF80FFFFFF
+C00007FFFFFFFF80FFFFFFC00007FFFFFFFF8051487CC75A>65 D<FFFFFFFFFFFFE00000FFFFFF
+FFFFFFFE0000FFFFFFFFFFFFFFC000FFFFFFFFFFFFFFF000FFFFFFFFFFFFFFF800001FFF800001
+FFFE00001FFF8000007FFF00001FFF8000003FFF80001FFF8000001FFFC0001FFF8000000FFFC0
+001FFF80000007FFE0001FFF80000007FFF0001FFF80000007FFF0001FFF80000003FFF0001FFF
+80000003FFF8001FFF80000003FFF8001FFF80000003FFF8001FFF80000003FFF8001FFF800000
+03FFF8001FFF80000003FFF8001FFF80000003FFF8001FFF80000003FFF8001FFF80000003FFF0
+001FFF80000007FFF0001FFF80000007FFE0001FFF8000000FFFE0001FFF8000000FFFC0001FFF
+8000001FFF80001FFF8000003FFF00001FFF8000007FFE00001FFF800001FFFC00001FFF800007
+FFF000001FFFFFFFFFFFC000001FFFFFFFFFFE0000001FFFFFFFFFFF8000001FFFFFFFFFFFF000
+001FFF800000FFFC00001FFF8000003FFF00001FFF8000000FFFC0001FFF80000007FFE0001FFF
+80000003FFF0001FFF80000003FFF8001FFF80000001FFF8001FFF80000001FFFC001FFF800000
+00FFFC001FFF80000000FFFE001FFF80000000FFFE001FFF80000000FFFE001FFF80000000FFFF
+001FFF800000007FFF001FFF800000007FFF001FFF800000007FFF001FFF800000007FFF001FFF
+80000000FFFF001FFF80000000FFFF001FFF80000000FFFF001FFF80000000FFFE001FFF800000
+00FFFE001FFF80000001FFFE001FFF80000001FFFC001FFF80000003FFFC001FFF80000007FFF8
+001FFF80000007FFF0001FFF8000001FFFE0001FFF8000003FFFE0001FFF800001FFFF80FFFFFF
+FFFFFFFFFF00FFFFFFFFFFFFFFFC00FFFFFFFFFFFFFFF000FFFFFFFFFFFFFFC000FFFFFFFFFFFF
+F8000048477CC654>I<000000003FFE00000E0000000FFFFFC0001E0000007FFFFFF8003E0000
+03FFFFFFFE00FE00000FFFFFFFFF81FE00003FFFF800FFC3FE0000FFFF80000FF7FE0001FFFC00
+0003FFFE0007FFF0000001FFFE000FFFC00000007FFE001FFF800000003FFE003FFF000000001F
+FE007FFE000000000FFE00FFFC0000000007FE01FFF80000000007FE03FFF00000000003FE03FF
+F00000000001FE07FFE00000000001FE07FFE00000000000FE0FFFC00000000000FE0FFFC00000
+0000007E1FFFC000000000007E1FFF8000000000007E3FFF8000000000007E3FFF800000000000
+3E3FFF8000000000003E7FFF8000000000003E7FFF0000000000003E7FFF000000000000007FFF
+00000000000000FFFF00000000000000FFFF00000000000000FFFF00000000000000FFFF000000
+00000000FFFF00000000000000FFFF00000000000000FFFF00000000000000FFFF000000000000
+00FFFF00000000000000FFFF00000000000000FFFF00000000000000FFFF00000000000000FFFF
+000000000000007FFF000000000000007FFF000000000000007FFF000000000000007FFF800000
+0000003E3FFF8000000000003E3FFF8000000000003E3FFF8000000000003E1FFF800000000000
+3E1FFFC000000000003E0FFFC000000000007C0FFFC000000000007C07FFE000000000007C07FF
+E00000000000F803FFF00000000000F803FFF00000000001F801FFF80000000001F000FFFC0000
+000003E0007FFE0000000007E0003FFF000000000FC0001FFF800000001F80000FFFC00000003F
+000007FFF0000000FE000001FFFC000001FC000000FFFF80000FF80000003FFFF8007FF0000000
+0FFFFFFFFFC000000003FFFFFFFF00000000007FFFFFFC00000000000FFFFFE00000000000003F
+FE000000474979C756>I<FFFFFFFFFFFFFFFE00FFFFFFFFFFFFFFFE00FFFFFFFFFFFFFFFE00FF
+FFFFFFFFFFFFFE00FFFFFFFFFFFFFFFF00001FFFC00001FFFF00001FFFC000001FFF00001FFFC0
+000007FF00001FFFC0000003FF00001FFFC0000000FF00001FFFC00000007F00001FFFC0000000
+7F00001FFFC00000003F00001FFFC00000003F80001FFFC00000001F80001FFFC00000001F8000
+1FFFC00000001F80001FFFC00000000F80001FFFC00000000F80001FFFC0007C000F80001FFFC0
+007C000F80001FFFC0007C0007C0001FFFC0007C0007C0001FFFC0007C0007C0001FFFC0007C00
+07C0001FFFC000FC000000001FFFC000FC000000001FFFC000FC000000001FFFC001FC00000000
+1FFFC003FC000000001FFFC01FFC000000001FFFFFFFFC000000001FFFFFFFFC000000001FFFFF
+FFFC000000001FFFFFFFFC000000001FFFFFFFFC000000001FFFC01FFC000000001FFFC003FC00
+0000001FFFC001FC000000001FFFC000FC000000001FFFC000FC000000001FFFC000FC00000000
+1FFFC0007C00007C001FFFC0007C00007C001FFFC0007C00007C001FFFC0007C0000F8001FFFC0
+007C0000F8001FFFC0007C0000F8001FFFC000000000F8001FFFC000000001F8001FFFC0000000
+01F0001FFFC000000001F0001FFFC000000001F0001FFFC000000003F0001FFFC000000003F000
+1FFFC000000007F0001FFFC000000007E0001FFFC00000000FE0001FFFC00000001FE0001FFFC0
+0000003FE0001FFFC00000007FE0001FFFC0000000FFE0001FFFC0000003FFC0001FFFC000000F
+FFC0001FFFC00000FFFFC0FFFFFFFFFFFFFFFFC0FFFFFFFFFFFFFFFFC0FFFFFFFFFFFFFFFF80FF
+FFFFFFFFFFFFFF80FFFFFFFFFFFFFFFF8046467CC54E>69 D<FFFFFFFFFFFFFFFC00FFFFFFFFFF
+FFFFFC00FFFFFFFFFFFFFFFC00FFFFFFFFFFFFFFFC00FFFFFFFFFFFFFFFE00001FFFC00003FFFE
+00001FFFC000003FFE00001FFFC000000FFE00001FFFC0000003FE00001FFFC0000001FE00001F
+FFC0000000FE00001FFFC0000000FE00001FFFC00000007E00001FFFC00000007F00001FFFC000
+00003F00001FFFC00000003F00001FFFC00000001F00001FFFC00000001F00001FFFC00000001F
+00001FFFC00000001F00001FFFC0007C001F00001FFFC0007C000F80001FFFC0007C000F80001F
+FFC0007C000F80001FFFC0007C000F80001FFFC0007C000000001FFFC000FC000000001FFFC000
+FC000000001FFFC000FC000000001FFFC001FC000000001FFFC003FC000000001FFFC01FFC0000
+00001FFFFFFFFC000000001FFFFFFFFC000000001FFFFFFFFC000000001FFFFFFFFC000000001F
+FFFFFFFC000000001FFFC01FFC000000001FFFC003FC000000001FFFC001FC000000001FFFC000
+FC000000001FFFC000FC000000001FFFC000FC000000001FFFC0007C000000001FFFC0007C0000
+00001FFFC0007C000000001FFFC0007C000000001FFFC0007C000000001FFFC0007C000000001F
+FFC00000000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC000
+00000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC000000000
+00001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001F
+FFC00000000000001FFFC00000000000001FFFC00000000000FFFFFFFFFF00000000FFFFFFFFFF
+00000000FFFFFFFFFF00000000FFFFFFFFFF00000000FFFFFFFFFF0000000041467CC54B>I<00
+0000003FFE00000E000000000FFFFFC0001E000000007FFFFFF8003E00000003FFFFFFFE00FE00
+00000FFFFFFFFF81FE0000003FFFF800FFC3FE000000FFFF80000FF7FE000001FFFC000003FFFE
+000007FFF0000001FFFE00000FFFC00000007FFE00001FFF800000003FFE00003FFF000000001F
+FE00007FFE000000000FFE0000FFFC0000000007FE0001FFF80000000007FE0003FFF000000000
+03FE0003FFF00000000001FE0007FFE00000000001FE0007FFE00000000000FE000FFFC0000000
+0000FE000FFFC000000000007E001FFFC000000000007E001FFF8000000000007E003FFF800000
+0000007E003FFF8000000000003E003FFF8000000000003E007FFF8000000000003E007FFF0000
+000000003E007FFF00000000000000007FFF0000000000000000FFFF0000000000000000FFFF00
+00000000000000FFFF0000000000000000FFFF0000000000000000FFFF0000000000000000FFFF
+0000000000000000FFFF0000000000000000FFFF0000000000000000FFFF0000000000000000FF
+FF0000000000000000FFFF0000000000000000FFFF0000000000000000FFFF0000007FFFFFFFFE
+7FFF0000007FFFFFFFFE7FFF0000007FFFFFFFFE7FFF8000007FFFFFFFFE7FFF8000007FFFFFFF
+FE3FFF8000000000FFFE003FFF8000000000FFFE003FFF8000000000FFFE001FFF8000000000FF
+FE001FFFC000000000FFFE000FFFC000000000FFFE000FFFC000000000FFFE0007FFE000000000
+FFFE0007FFE000000000FFFE0003FFF000000000FFFE0003FFF800000000FFFE0001FFF8000000
+00FFFE0000FFFC00000000FFFE00007FFE00000000FFFE00003FFF00000000FFFE00001FFF8000
+0000FFFE00000FFFE0000001FFFE000007FFF0000003FFFE000001FFFC000007FFFE000000FFFF
+80001FFFFE0000003FFFFC00FFC7FE0000000FFFFFFFFF83FE00000003FFFFFFFE00FE00000000
+7FFFFFF8003E000000000FFFFFE0000E00000000003FFE000000004F4979C75D>I<FFFFFFFFF8
+01FFFFFFFFF0FFFFFFFFF801FFFFFFFFF0FFFFFFFFF801FFFFFFFFF0FFFFFFFFF801FFFFFFFFF0
+FFFFFFFFF801FFFFFFFFF0001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000
+003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF800000
+1FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC0000000
+3FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001F
+FFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003F
+FF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFF
+C00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF
+8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFFF
+FFFFFFFFFF8000001FFFFFFFFFFFFFFF8000001FFFFFFFFFFFFFFF8000001FFFFFFFFFFFFFFF80
+00001FFFFFFFFFFFFFFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC000
+00003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000
+001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000
+003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF800000
+1FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC0000000
+3FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001F
+FFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003F
+FF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFFC00000003FFF8000001FFF
+C00000003FFF8000001FFFC00000003FFF8000FFFFFFFFF801FFFFFFFFF0FFFFFFFFF801FFFFFF
+FFF0FFFFFFFFF801FFFFFFFFF0FFFFFFFFF801FFFFFFFFF0FFFFFFFFF801FFFFFFFFF054477CC6
+5D>I<FFFFFFFFFEFFFFFFFFFEFFFFFFFFFEFFFFFFFFFEFFFFFFFFFE000FFFE000000FFFE00000
+0FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000
+000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE0
+00000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFF
+E000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000F
+FFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE00000
+0FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000
+000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE000000FFFE0
+00000FFFE000000FFFE000000FFFE000000FFFE000FFFFFFFFFEFFFFFFFFFEFFFFFFFFFEFFFFFF
+FFFEFFFFFFFFFE27477DC62D>I<FFFFFFFFF80000FFFFFFC0FFFFFFFFF80000FFFFFFC0FFFFFF
+FFF80000FFFFFFC0FFFFFFFFF80000FFFFFFC0FFFFFFFFF80000FFFFFFC0001FFFC000000003FF
+8000001FFFC000000001FE0000001FFFC000000003F80000001FFFC000000007F00000001FFFC0
+0000000FE00000001FFFC00000001FC00000001FFFC00000007F800000001FFFC0000000FE0000
+00001FFFC0000001FC000000001FFFC0000003F8000000001FFFC0000007F0000000001FFFC000
+001FE0000000001FFFC000003FC0000000001FFFC000007F00000000001FFFC00000FE00000000
+001FFFC00001FC00000000001FFFC00007F800000000001FFFC0000FF000000000001FFFC0001F
+C000000000001FFFC0003F8000000000001FFFC0007F0000000000001FFFC000FE000000000000
+1FFFC003FC0000000000001FFFC007FC0000000000001FFFC00FFE0000000000001FFFC01FFF00
+00000000001FFFC03FFF8000000000001FFFC0FFFF8000000000001FFFC1FFFFC000000000001F
+FFC3FFFFE000000000001FFFC7FFFFF000000000001FFFCFEFFFF000000000001FFFDFC7FFF800
+000000001FFFFF87FFFC00000000001FFFFE03FFFC00000000001FFFFC01FFFE00000000001FFF
+F800FFFF00000000001FFFF000FFFF80000000001FFFE0007FFF80000000001FFFC0003FFFC000
+0000001FFFC0001FFFE0000000001FFFC0001FFFF0000000001FFFC0000FFFF0000000001FFFC0
+0007FFF8000000001FFFC00003FFFC000000001FFFC00003FFFE000000001FFFC00001FFFE0000
+00001FFFC00000FFFF000000001FFFC000007FFF800000001FFFC000007FFFC00000001FFFC000
+003FFFC00000001FFFC000001FFFE00000001FFFC000000FFFF00000001FFFC000000FFFF80000
+001FFFC0000007FFF80000001FFFC0000003FFFC0000001FFFC0000001FFFE0000001FFFC00000
+01FFFF0000001FFFC0000000FFFF0000001FFFC00000007FFF8000001FFFC0000000FFFFC000FF
+FFFFFFF8007FFFFFFFE0FFFFFFFFF8007FFFFFFFE0FFFFFFFFF8007FFFFFFFE0FFFFFFFFF8007F
+FFFFFFE0FFFFFFFFF8007FFFFFFFE053477CC65D>75 D<00000003FFF0000000000000007FFFFF
+80000000000003FFFFFFF000000000000FFFFFFFFC00000000003FFF807FFF0000000000FFF800
+07FFC000000003FFE00001FFF000000007FFC00000FFF80000000FFF0000003FFC0000001FFE00
+00001FFE0000003FFC0000000FFF0000007FFC0000000FFF800000FFF800000007FFC00001FFF0
+00000003FFE00003FFF000000003FFF00003FFE000000001FFF00007FFE000000001FFF80007FF
+C000000000FFF8000FFFC000000000FFFC000FFFC000000000FFFC001FFF80000000007FFE001F
+FF80000000007FFE003FFF80000000007FFF003FFF80000000007FFF003FFF80000000007FFF00
+7FFF00000000003FFF807FFF00000000003FFF807FFF00000000003FFF807FFF00000000003FFF
+807FFF00000000003FFF80FFFF00000000003FFFC0FFFF00000000003FFFC0FFFF00000000003F
+FFC0FFFF00000000003FFFC0FFFF00000000003FFFC0FFFF00000000003FFFC0FFFF0000000000
+3FFFC0FFFF00000000003FFFC0FFFF00000000003FFFC0FFFF00000000003FFFC0FFFF00000000
+003FFFC0FFFF00000000003FFFC0FFFF00000000003FFFC0FFFF00000000003FFFC07FFF000000
+00003FFF807FFF00000000003FFF807FFF80000000007FFF807FFF80000000007FFF803FFF8000
+0000007FFF003FFF80000000007FFF003FFF80000000007FFF001FFFC000000000FFFE001FFFC0
+00000000FFFE001FFFC000000000FFFE000FFFE000000001FFFC000FFFE000000001FFFC0007FF
+E000000001FFF80003FFF000000003FFF00003FFF800000007FFF00001FFF800000007FFE00000
+FFFC0000000FFFC000007FFE0000001FFF8000007FFF0000003FFF8000003FFF8000007FFF0000
+000FFFC00000FFFC00000007FFF00003FFF800000003FFFC000FFFF000000000FFFF807FFFC000
+0000007FFFFFFFFF80000000000FFFFFFFFC000000000003FFFFFFF00000000000007FFFFF8000
+000000000003FFF0000000004A4979C759>79 D<FFFFFFFFFFFF800000FFFFFFFFFFFFFC0000FF
+FFFFFFFFFFFF0000FFFFFFFFFFFFFFC000FFFFFFFFFFFFFFF000001FFF80000FFFFC00001FFF80
+0001FFFE00001FFF8000007FFF00001FFF8000003FFF80001FFF8000001FFFC0001FFF8000000F
+FFC0001FFF8000000FFFE0001FFF8000000FFFE0001FFF80000007FFF0001FFF80000007FFF000
+1FFF80000007FFF0001FFF80000007FFF8001FFF80000007FFF8001FFF80000007FFF8001FFF80
+000007FFF8001FFF80000007FFF8001FFF80000007FFF8001FFF80000007FFF8001FFF80000007
+FFF8001FFF80000007FFF0001FFF80000007FFF0001FFF80000007FFF0001FFF8000000FFFE000
+1FFF8000000FFFE0001FFF8000000FFFC0001FFF8000001FFF80001FFF8000003FFF80001FFF80
+00007FFF00001FFF800001FFFE00001FFF80000FFFF800001FFFFFFFFFFFF000001FFFFFFFFFFF
+C000001FFFFFFFFFFE0000001FFFFFFFFFF00000001FFFC00000000000001FFFC0000000000000
+1FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC0
+0000000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC0000000
+0000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC0000000000000
+1FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC0
+0000000000001FFFC00000000000001FFFC00000000000001FFFC00000000000001FFFC0000000
+0000001FFFC00000000000001FFFC00000000000001FFFC00000000000FFFFFFFFF800000000FF
+FFFFFFF800000000FFFFFFFFF800000000FFFFFFFFF800000000FFFFFFFFF80000000045477CC6
+51>I<FFFFFFFFFFFC0000000000FFFFFFFFFFFFF000000000FFFFFFFFFFFFFE00000000FFFFFF
+FFFFFFFF80000000FFFFFFFFFFFFFFE0000000001FFF80001FFFF8000000001FFF800001FFFC00
+0000001FFF8000007FFF000000001FFF8000003FFF800000001FFF8000001FFF800000001FFF80
+00000FFFC00000001FFF8000000FFFE00000001FFF8000000FFFE00000001FFF80000007FFF000
+00001FFF80000007FFF00000001FFF80000007FFF80000001FFF80000007FFF80000001FFF8000
+0007FFF80000001FFF80000007FFF80000001FFF80000007FFF80000001FFF80000007FFF80000
+001FFF80000007FFF80000001FFF80000007FFF80000001FFF80000007FFF00000001FFF800000
+07FFF00000001FFF8000000FFFE00000001FFF8000000FFFE00000001FFF8000000FFFC0000000
+1FFF8000001FFF800000001FFF8000003FFF000000001FFF800000FFFE000000001FFF800003FF
+F8000000001FFF80001FFFF0000000001FFFFFFFFFFFC0000000001FFFFFFFFFFE00000000001F
+FFFFFFFFF800000000001FFFFFFFFFFE00000000001FFF80007FFF80000000001FFF80001FFFC0
+000000001FFF800007FFE0000000001FFF800003FFF0000000001FFF800001FFF8000000001FFF
+800001FFFC000000001FFF800000FFFE000000001FFF800000FFFE000000001FFF8000007FFE00
+0000001FFF8000007FFF000000001FFF8000007FFF000000001FFF8000007FFF000000001FFF80
+00007FFF000000001FFF8000007FFF000000001FFF8000007FFF000000001FFF8000007FFF0000
+00001FFF8000007FFF800000001FFF8000007FFF800000001FFF8000007FFF800000001FFF8000
+007FFF800000001FFF8000007FFF800000001FFF8000007FFF8000E0001FFF8000007FFF8001F0
+001FFF8000007FFFC001F0001FFF8000007FFFC001F0001FFF8000003FFFC001F0001FFF800000
+3FFFC003F0001FFF8000001FFFE003E0001FFF8000000FFFE007E0FFFFFFFFF00007FFF007C0FF
+FFFFFFF00003FFFC1F80FFFFFFFFF00001FFFFFF00FFFFFFFFF000007FFFFE00FFFFFFFFF00000
+1FFFFC000000000000000000FFF00054487CC659>82 D<00007FF00007000007FFFF000F00001F
+FFFFC01F00007FFFFFF03F0000FFFFFFFC7F0003FFC00FFEFF0007FE0000FFFF0007FC00003FFF
+000FF000001FFF001FF0000007FF001FE0000003FF003FE0000001FF003FC0000001FF007FC000
+0000FF007FC00000007F007FC00000007F00FFC00000003F00FFC00000003F00FFC00000003F00
+FFE00000003F00FFE00000001F00FFF00000001F00FFF80000001F00FFFC0000001F00FFFF0000
+0000007FFFC0000000007FFFFE000000007FFFFFE00000003FFFFFFF0000003FFFFFFFF000001F
+FFFFFFFC00001FFFFFFFFF00000FFFFFFFFFC00007FFFFFFFFE00007FFFFFFFFF00003FFFFFFFF
+F80000FFFFFFFFFC00007FFFFFFFFE00003FFFFFFFFE00000FFFFFFFFF000001FFFFFFFF000000
+3FFFFFFF80000001FFFFFF800000000FFFFFC000000000FFFFC0000000001FFFC0000000000FFF
+E00000000007FFE00000000003FFE07800000001FFE0F800000000FFE0F800000000FFE0F80000
+00007FE0F8000000007FE0F8000000007FE0FC000000007FE0FC000000007FC0FC000000007FC0
+FE000000007FC0FE000000007F80FF00000000FF80FF80000000FF80FFC0000000FF00FFE00000
+01FE00FFF8000003FE00FFFE000007FC00FFFF80000FF800FFFFFC007FF000FE3FFFFFFFE000FC
+0FFFFFFF8000F803FFFFFF0000F0007FFFF80000E00003FFC00000334979C742>I<3FFFFFFFFF
+FFFFFFFF003FFFFFFFFFFFFFFFFF003FFFFFFFFFFFFFFFFF003FFFFFFFFFFFFFFFFF003FFFFFFF
+FFFFFFFFFF003FFF0003FFF8003FFF007FF80003FFF80007FF807FE00003FFF80001FF807FC000
+03FFF80000FF807F800003FFF800007F807F000003FFF800003F807F000003FFF800003F807E00
+0003FFF800001F807E000003FFF800001F807E000003FFF800000F807C000003FFF800000F807C
+000003FFF800000F807C000003FFF800000F807C000003FFF800000F80FC000003FFF800000FC0
+F8000003FFF8000007C0F8000003FFF8000007C0F8000003FFF8000007C0F8000003FFF8000007
+C0F8000003FFF8000007C000000003FFF80000000000000003FFF80000000000000003FFF80000
+000000000003FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF800
+00000000000003FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF8
+0000000000000003FFF80000000000000003FFF80000000000000003FFF80000000000000003FF
+F80000000000000003FFF80000000000000003FFF80000000000000003FFF80000000000000003
+FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF800000000000000
+03FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF8000000000000
+0003FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF80000000000
+000003FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF800000000
+00000003FFF80000000000000003FFF80000000000000003FFF80000000000000003FFF8000000
+0000000003FFF80000000000000003FFF8000000000003FFFFFFFFFFF800000003FFFFFFFFFFF8
+00000003FFFFFFFFFFF800000003FFFFFFFFFFF800000003FFFFFFFFFFF800004A467CC553>I<
+0007FFFC000000007FFFFFC0000001FFFFFFF8000003FFFFFFFE000007FE001FFF000007FF0003
+FFC0000FFF8001FFE0000FFF8000FFF0000FFF80007FF0000FFF80007FF8000FFF80007FF80007
+FF00003FFC0007FF00003FFC0003FE00003FFC0000F800003FFC00000000003FFC00000000003F
+FC00000000003FFC00000000003FFC00000007FFFFFC000000FFFFFFFC000007FFFFFFFC00003F
+FFE03FFC0000FFFE003FFC0003FFF0003FFC0007FFC0003FFC000FFF00003FFC001FFE00003FFC
+003FFC00003FFC007FF800003FFC007FF800003FFC00FFF000003FFC00FFF000003FFC00FFF000
+003FFC00FFF000003FFC00FFF000003FFC00FFF000007FFC007FF80000FFFC007FF80001EFFC00
+3FFC0003EFFC003FFF0007CFFF000FFFC03F8FFFF807FFFFFF07FFFC01FFFFFC03FFFC007FFFF0
+01FFFC0003FF80007FF8362E7DAD3A>97 D<007FC00000000000FFFFC00000000000FFFFC00000
+000000FFFFC00000000000FFFFC00000000000FFFFC0000000000003FFC0000000000001FFC000
+0000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0
+000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FF
+C0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001
+FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC00FFC000000
+01FFC07FFFC0000001FFC3FFFFF0000001FFCFFFFFFC000001FFDFF00FFF000001FFFF8003FF80
+0001FFFE0001FFC00001FFF800007FE00001FFF000007FF00001FFE000003FF80001FFE000001F
+FC0001FFE000001FFC0001FFE000001FFE0001FFE000001FFE0001FFE000000FFF0001FFE00000
+0FFF0001FFE000000FFF0001FFE000000FFF0001FFE000000FFF8001FFE000000FFF8001FFE000
+000FFF8001FFE000000FFF8001FFE000000FFF8001FFE000000FFF8001FFE000000FFF8001FFE0
+00000FFF8001FFE000000FFF8001FFE000000FFF8001FFE000000FFF0001FFE000000FFF0001FF
+E000000FFF0001FFE000001FFE0001FFE000001FFE0001FFE000001FFC0001FFE000001FFC0001
+FFE000003FF80001FFF000003FF80001FFF800007FF00001FFFC0000FFE00001FFFE0001FFC000
+01FFBF0007FF800001FF1FE01FFE000001FE0FFFFFFC000001FC03FFFFF0000001F800FFFF8000
+0001F0001FF800000039487CC742>I<00001FFFC0000000FFFFF8000007FFFFFE00001FFFFFFF
+80007FFC00FFC000FFE001FFC001FFC003FFE003FF8003FFE007FF0003FFE00FFE0003FFE00FFE
+0003FFE01FFC0001FFC01FFC0001FFC03FFC0000FF803FFC00003E007FF8000000007FF8000000
+007FF800000000FFF800000000FFF800000000FFF800000000FFF800000000FFF800000000FFF8
+00000000FFF800000000FFF800000000FFF800000000FFF8000000007FF8000000007FF8000000
+007FFC000000003FFC000000003FFC000000001FFC000000F81FFE000000F80FFE000000F80FFF
+000001F007FF800003F003FFC00007E001FFE0000FC000FFF0001F80007FFE00FF00001FFFFFFE
+000007FFFFF8000000FFFFE00000001FFE00002D2E7CAD35>I<00000000007FC00000000000FF
+FFC00000000000FFFFC00000000000FFFFC00000000000FFFFC00000000000FFFFC00000000000
+03FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC000000000
+0001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000
+000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC00000
+00000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC000
+00000FFC01FFC0000000FFFF81FFC0000007FFFFE1FFC000001FFFFFF9FFC000007FFC03FFFFC0
+0000FFF0007FFFC00001FFC0001FFFC00003FF80000FFFC00007FF000007FFC0000FFE000003FF
+C0000FFE000003FFC0001FFC000003FFC0001FFC000003FFC0003FFC000003FFC0003FFC000003
+FFC0007FF8000003FFC0007FF8000003FFC0007FF8000003FFC000FFF8000003FFC000FFF80000
+03FFC000FFF8000003FFC000FFF8000003FFC000FFF8000003FFC000FFF8000003FFC000FFF800
+0003FFC000FFF8000003FFC000FFF8000003FFC000FFF8000003FFC0007FF8000003FFC0007FF8
+000003FFC0007FF8000003FFC0003FF8000003FFC0003FFC000003FFC0003FFC000003FFC0001F
+FC000003FFC0001FFC000003FFC0000FFE000007FFC00007FF00000FFFC00003FF00001FFFC000
+01FFC0003FFFC00000FFE000FFFFE000007FF807FBFFFF80001FFFFFF3FFFF800007FFFFC3FFFF
+800001FFFF03FFFF8000001FF803FFFF8039487CC742>I<00001FFE00000001FFFFE0000007FF
+FFF800001FFFFFFE00007FFC07FF0000FFE001FF8001FFC0007FC003FF80003FE007FF00003FF0
+0FFE00001FF01FFE00000FF81FFC00000FF83FFC00000FFC3FFC000007FC7FFC000007FC7FF800
+0007FC7FF8000007FE7FF8000007FEFFF8000007FEFFF8000007FEFFFFFFFFFFFEFFFFFFFFFFFE
+FFFFFFFFFFFEFFFFFFFFFFFCFFF800000000FFF800000000FFF800000000FFF8000000007FF800
+0000007FF8000000007FFC000000003FFC000000003FFC000000003FFC0000001C1FFE0000003E
+0FFE0000003E07FF0000007E07FF000000FC03FF800001F801FFC00003F0007FF0001FE0003FFE
+00FFC0001FFFFFFF800007FFFFFE000000FFFFF80000000FFF80002F2E7DAD36>I<000000FFC0
+00000007FFF80000003FFFFC000000FFFFFF000001FFC1FF000007FF03FF80000FFC03FF80000F
+F807FFC0001FF807FFC0003FF007FFC0003FF007FFC0003FE003FF80007FE003FF80007FE001FF
+00007FE000FE00007FE0003800007FE0000000007FE0000000007FE0000000007FE0000000007F
+E0000000007FE0000000007FE0000000007FE0000000007FE0000000007FE0000000FFFFFFFE00
+00FFFFFFFE0000FFFFFFFE0000FFFFFFFE0000FFFFFFFE0000007FF0000000007FF0000000007F
+F0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF00000
+00007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007F
+F0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF00000
+00007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007F
+F0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF0000000007FF00000
+00007FF00000003FFFFFF800003FFFFFF800003FFFFFF800003FFFFFF800003FFFFFF800002A48
+7DC724>I<00000000001F8000007FF000FFE00007FFFF03FFF0001FFFFFC7FFF0007FFFFFFFC7
+F800FFE03FFE0FF801FF800FFC0FF803FF0007FE0FF807FE0003FF07F007FE0003FF07F00FFC00
+01FF81C00FFC0001FF80000FFC0001FF80001FFC0001FFC0001FFC0001FFC0001FFC0001FFC000
+1FFC0001FFC0001FFC0001FFC0001FFC0001FFC0000FFC0001FF80000FFC0001FF80000FFC0001
+FF800007FE0003FF000007FE0003FF000003FF0007FE000001FF800FFC000000FFE03FF8000001
+FFFFFFF0000001DFFFFFC0000003C7FFFF00000003C07FF000000007C0000000000007C0000000
+000007C0000000000007C0000000000007E0000000000007F0000000000007F8000000000007FF
+FFFFF0000007FFFFFFFF000003FFFFFFFFE00003FFFFFFFFF80001FFFFFFFFFE0001FFFFFFFFFF
+0000FFFFFFFFFF80007FFFFFFFFF8003FFFFFFFFFFC00FFFFFFFFFFFC01FF800001FFFE03FE000
+0001FFE07FC00000007FF07FC00000003FF0FF800000001FF0FF800000001FF0FF800000001FF0
+FF800000001FF0FF800000001FF07FC00000003FE07FC00000003FE03FE00000007FC03FF00000
+00FFC01FFC000003FF800FFF00000FFF0003FFF000FFFC0000FFFFFFFFF000003FFFFFFFC00000
+07FFFFFE000000003FFFC0000035447DAE3B>I<007FC00000000000FFFFC00000000000FFFFC0
+0000000000FFFFC00000000000FFFFC00000000000FFFFC0000000000003FFC0000000000001FF
+C0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001
+FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC00000000000
+01FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC000000000
+0001FFC0000000000001FFC0000000000001FFC0000000000001FFC0000000000001FFC001FFC0
+000001FFC00FFFF8000001FFC03FFFFE000001FFC0FFFFFF000001FFC1FC07FF800001FFC3E003
+FFC00001FFC7C001FFC00001FFCF0001FFE00001FFDE0000FFE00001FFDC0000FFE00001FFFC00
+00FFF00001FFF80000FFF00001FFF00000FFF00001FFF00000FFF00001FFF00000FFF00001FFE0
+0000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FF
+E00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001
+FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF000
+01FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF0
+0001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FF
+F00001FFE00000FFF000FFFFFFC07FFFFFE0FFFFFFC07FFFFFE0FFFFFFC07FFFFFE0FFFFFFC07F
+FFFFE0FFFFFFC07FFFFFE03B487CC742>I<00FC0001FE0003FF0007FF800FFFC01FFFE01FFFE0
+1FFFE01FFFE01FFFE01FFFE00FFFC007FF8003FF0001FE0000FC00000000000000000000000000
+000000000000000000000000000000000000000000007FC0FFFFC0FFFFC0FFFFC0FFFFC0FFFFC0
+03FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC0
+01FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC0
+01FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC001FFC0FFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFF18497CC820>I<007FC000000000FFFFC000000000FFFFC000000000FFFFC000000000FF
+FFC000000000FFFFC00000000003FFC00000000001FFC00000000001FFC00000000001FFC00000
+000001FFC00000000001FFC00000000001FFC00000000001FFC00000000001FFC00000000001FF
+C00000000001FFC00000000001FFC00000000001FFC00000000001FFC00000000001FFC0000000
+0001FFC00000000001FFC00000000001FFC00000000001FFC00000000001FFC00000000001FFC0
+007FFFF801FFC0007FFFF801FFC0007FFFF801FFC0007FFFF801FFC0007FFFF801FFC0000FFE00
+01FFC00007F00001FFC0000FE00001FFC0003FC00001FFC0007F800001FFC000FE000001FFC001
+FC000001FFC007F8000001FFC00FF0000001FFC01FC0000001FFC03F80000001FFC0FF00000001
+FFC1FE00000001FFC3FF00000001FFCFFF80000001FFDFFFC0000001FFFFFFC0000001FFFFFFE0
+000001FFFFFFF0000001FFFCFFF8000001FFF87FFC000001FFE03FFC000001FFC01FFE000001FF
+C01FFF000001FFC00FFF800001FFC007FFC00001FFC003FFC00001FFC001FFE00001FFC001FFF0
+0001FFC000FFF80001FFC0007FFC0001FFC0003FFC0001FFC0001FFE0001FFC0000FFF0001FFC0
+000FFF8001FFC0000FFFC0FFFFFF807FFFFFFFFFFF807FFFFFFFFFFF807FFFFFFFFFFF807FFFFF
+FFFFFF807FFFFF38487CC73F>107 D<007FC000FFFFC000FFFFC000FFFFC000FFFFC000FFFFC0
+0003FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FF
+C00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001
+FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC000
+01FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC0
+0001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FF
+C00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001FFC00001
+FFC00001FFC00001FFC000FFFFFF80FFFFFF80FFFFFF80FFFFFF80FFFFFF8019487CC720>I<00
+7FC001FFC00000FFE00000FFFFC00FFFF80007FFFC0000FFFFC03FFFFE001FFFFF0000FFFFC0FF
+FFFF007FFFFF8000FFFFC1FC07FF80FE03FFC000FFFFC3E003FFC1F001FFE00003FFC7C001FFC3
+E000FFE00001FFCF0001FFE78000FFF00001FFDE0000FFEF00007FF00001FFDC0000FFEE00007F
+F00001FFFC0000FFFE00007FF80001FFF80000FFFC00007FF80001FFF00000FFF800007FF80001
+FFF00000FFF800007FF80001FFF00000FFF800007FF80001FFE00000FFF000007FF80001FFE000
+00FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF0
+00007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007F
+F80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001
+FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE000
+00FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF0
+00007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007F
+F80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001FFE00000FFF000007FF80001
+FFE00000FFF000007FF80001FFE00000FFF000007FF800FFFFFFC07FFFFFE03FFFFFF0FFFFFFC0
+7FFFFFE03FFFFFF0FFFFFFC07FFFFFE03FFFFFF0FFFFFFC07FFFFFE03FFFFFF0FFFFFFC07FFFFF
+E03FFFFFF05C2E7CAD63>I<007FC001FFC00000FFFFC00FFFF80000FFFFC03FFFFE0000FFFFC0
+FFFFFF0000FFFFC1FC07FF8000FFFFC3E003FFC00003FFC7C001FFC00001FFCF0001FFE00001FF
+DE0000FFE00001FFDC0000FFE00001FFFC0000FFF00001FFF80000FFF00001FFF00000FFF00001
+FFF00000FFF00001FFF00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF000
+01FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF0
+0001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FF
+F00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000
+FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE000
+00FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF000FFFFFFC07FFFFFE0FFFFFF
+C07FFFFFE0FFFFFFC07FFFFFE0FFFFFFC07FFFFFE0FFFFFFC07FFFFFE03B2E7CAD42>I<00000F
+FF0000000000FFFFF000000007FFFFFE0000001FFFFFFF8000003FFC03FFC00000FFE0007FF000
+01FF80001FF80003FF00000FFC0007FE000007FE000FFE000007FF000FFC000003FF001FFC0000
+03FF803FFC000003FFC03FF8000001FFC03FF8000001FFC07FF8000001FFE07FF8000001FFE07F
+F8000001FFE0FFF8000001FFF0FFF8000001FFF0FFF8000001FFF0FFF8000001FFF0FFF8000001
+FFF0FFF8000001FFF0FFF8000001FFF0FFF8000001FFF0FFF8000001FFF0FFF8000001FFF07FF8
+000001FFE07FF8000001FFE07FF8000001FFE07FF8000001FFE03FFC000003FFC03FFC000003FF
+C01FFC000003FF801FFE000007FF800FFE000007FF0007FF00000FFE0003FF80001FFC0001FFC0
+003FF80000FFE0007FF000007FFC03FFE000001FFFFFFF80000007FFFFFE00000000FFFFF00000
+00000FFF000000342E7DAD3B>I<007FC00FFC000000FFFFC07FFFC00000FFFFC3FFFFF00000FF
+FFCFFFFFFC0000FFFFDFF01FFF0000FFFFFF8007FF800003FFFE0001FFC00001FFF80000FFE000
+01FFF00000FFF00001FFE000007FF80001FFE000003FFC0001FFE000003FFC0001FFE000003FFE
+0001FFE000001FFE0001FFE000001FFF0001FFE000001FFF0001FFE000001FFF0001FFE000000F
+FF0001FFE000000FFF8001FFE000000FFF8001FFE000000FFF8001FFE000000FFF8001FFE00000
+0FFF8001FFE000000FFF8001FFE000000FFF8001FFE000000FFF8001FFE000000FFF8001FFE000
+000FFF8001FFE000000FFF0001FFE000001FFF0001FFE000001FFF0001FFE000001FFE0001FFE0
+00001FFE0001FFE000003FFC0001FFE000003FFC0001FFE000007FF80001FFF000007FF80001FF
+F80000FFF00001FFFC0001FFE00001FFFE0003FFC00001FFFF0007FF800001FFFFE03FFE000001
+FFEFFFFFFC000001FFE3FFFFF0000001FFE0FFFF80000001FFE01FF800000001FFE00000000000
+01FFE0000000000001FFE0000000000001FFE0000000000001FFE0000000000001FFE000000000
+0001FFE0000000000001FFE0000000000001FFE0000000000001FFE0000000000001FFE0000000
+000001FFE0000000000001FFE0000000000001FFE0000000000001FFE00000000000FFFFFFC000
+000000FFFFFFC000000000FFFFFFC000000000FFFFFFC000000000FFFFFFC00000000039427CAD
+42>I<00FF803F8000FFFF80FFF000FFFF83FFFC00FFFF87FFFE00FFFF8FC3FF00FFFF8F07FF00
+03FF9E0FFF8001FFBC0FFF8001FFB80FFF8001FFF80FFF8001FFF00FFF8001FFF007FF0001FFF0
+07FF0001FFE003FE0001FFE000F80001FFE000000001FFE000000001FFC000000001FFC0000000
+01FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001FFC0
+00000001FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001FFC0000000
+01FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001FFC000000001FFC0
+00000001FFC000000001FFC0000000FFFFFFE00000FFFFFFE00000FFFFFFE00000FFFFFFE00000
+FFFFFFE00000292E7CAD31>114 D<000FFF00E0007FFFF3E001FFFFFFE007FFFFFFE00FF800FF
+E01FC0001FE03F80000FE03F000007E07F000003E07F000003E0FF000003E0FF000003E0FF8000
+03E0FFC0000000FFF0000000FFFE000000FFFFF800007FFFFFC0007FFFFFF0003FFFFFFC001FFF
+FFFF000FFFFFFF8007FFFFFFC003FFFFFFE000FFFFFFF0003FFFFFF00003FFFFF800001FFFF800
+0000FFFC0000001FFC7800000FFCF8000007FCF8000003FCFC000003FCFC000003FCFE000003F8
+FE000003F8FF000003F8FF800007F0FFC0000FF0FFF0001FE0FFFC00FFC0FFFFFFFF80FC7FFFFE
+00F81FFFF800E003FF8000262E7CAD2F>I<0001F000000001F000000001F000000001F0000000
+01F000000001F000000003F000000003F000000003F000000007F000000007F000000007F00000
+000FF00000000FF00000001FF00000003FF00000003FF00000007FF0000001FFF0000003FFF000
+000FFFFFFFC0FFFFFFFFC0FFFFFFFFC0FFFFFFFFC0FFFFFFFFC000FFF0000000FFF0000000FFF0
+000000FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000FF
+F0000000FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000
+FFF0000000FFF0000000FFF0000000FFF0000000FFF0000000FFF001F000FFF001F000FFF001F0
+00FFF001F000FFF001F000FFF001F000FFF001F000FFF001F000FFF001F0007FF001E0007FF803
+E0003FF803E0003FFC07C0001FFE0F80000FFFFF800007FFFE000001FFFC0000001FF00024427E
+C12E>I<007FE000003FF000FFFFE0007FFFF000FFFFE0007FFFF000FFFFE0007FFFF000FFFFE0
+007FFFF000FFFFE0007FFFF00003FFE00001FFF00001FFE00000FFF00001FFE00000FFF00001FF
+E00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001
+FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF000
+01FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF0
+0001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FF
+F00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00000FFF00001FFE00001
+FFF00001FFE00001FFF00001FFE00001FFF00001FFE00003FFF00000FFE00007FFF00000FFE000
+0F7FF000007FE0001F7FF000007FF0003E7FF800003FFC00FC7FFFE0001FFFFFF87FFFE00007FF
+FFE07FFFE00001FFFF807FFFE000003FFE007FFFE03B2E7CAD42>I<FFFFFF8001FFFFFFFFFF80
+01FFFFFFFFFF8001FFFFFFFFFF8001FFFFFFFFFF8001FFFF01FFE000001FC001FFF000001F8001
+FFF000001F8000FFF800001F0000FFF800003F00007FF800003E00007FFC00007E00003FFC0000
+7C00003FFE0000FC00001FFE0000F800001FFF0001F800000FFF0001F000000FFF8003F0000007
+FF8003E0000007FFC007E0000007FFC007E0000003FFE007C0000003FFE00FC0000001FFE00F80
+000001FFF01F80000000FFF01F00000000FFF83F000000007FF83E000000007FFC7E000000003F
+FC7C000000003FFEFC000000001FFEF8000000001FFFF8000000001FFFF8000000000FFFF00000
+00000FFFF00000000007FFE00000000007FFE00000000003FFC00000000003FFC00000000001FF
+800000000001FF800000000000FF000000000000FF0000000000007E0000000000003C00000038
+2E7DAD3F>I<FFFFFF07FFFFE007FFFEFFFFFF07FFFFE007FFFEFFFFFF07FFFFE007FFFEFFFFFF
+07FFFFE007FFFEFFFFFF07FFFFE007FFFE03FFC0001FFC00003FC003FFE0000FFC00001F8001FF
+E0000FFC00001F0001FFE0000FFE00001F0001FFF00007FE00003F0000FFF0000FFF00003E0000
+FFF8000FFF00007E00007FF8000FFF00007C00007FF8001FFF80007C00003FFC001FFF8000F800
+003FFC003FFFC000F800003FFE003EFFC001F800001FFE003EFFC001F000001FFE007EFFE003F0
+00000FFF007C7FE003E000000FFF00FC7FF003E000000FFF80F83FF007E0000007FF80F83FF007
+C0000007FF81F83FF80FC0000003FFC1F01FF80F80000003FFC3F01FFC0F80000003FFE3E00FFC
+1F80000001FFE3E00FFC1F00000001FFE7E00FFE3F00000000FFF7C007FE3E00000000FFFFC007
+FF3E00000000FFFF8003FF7E000000007FFF8003FF7C000000007FFF8003FFFC000000003FFF00
+01FFF8000000003FFF0001FFF8000000003FFE0000FFF8000000001FFE0000FFF0000000001FFE
+0000FFF0000000000FFC00007FE0000000000FFC00007FE0000000000FF800003FE00000000007
+F800003FC00000000007F800003FC00000000003F000001F800000000001E000000F0000004F2E
+7DAD56>I<7FFFFFC000FFFF807FFFFFC000FFFF807FFFFFC000FFFF807FFFFFC000FFFF807FFF
+FFC000FFFF8000FFF000000FE00000FFF800000FC00000FFF800000FC000007FFC00000F800000
+7FFC00001F8000003FFC00001F0000003FFE00003F0000001FFE00003E0000001FFF00007E0000
+000FFF00007C0000000FFF8000FC00000007FF8000F800000007FFC001F800000003FFC001F000
+000003FFE003F000000003FFE003F000000001FFF003E000000001FFF007E000000000FFF007C0
+00000000FFF80FC0000000007FF80F80000000007FFC1F80000000003FFC1F00000000003FFE3F
+00000000001FFE3E00000000001FFF7E00000000000FFF7C00000000000FFFFC00000000000FFF
+FC000000000007FFF8000000000007FFF8000000000003FFF0000000000003FFF0000000000001
+FFE0000000000001FFE0000000000000FFC0000000000000FFC00000000000007F800000000000
+007F800000000000003F000000000000003F000000000000003F000000000000003E0000000000
+00007E000000000000007C00000000000000FC000000001F8000F8000000003FC001F800000000
+7FE001F000000000FFF003F000000000FFF003E000000000FFF007E000000000FFF00FC0000000
+00FFF01F8000000000FFF03F80000000007FE07F00000000007F43FE00000000003FFFF8000000
+00001FFFF0000000000007FFC0000000000001FE00000000000039427EAD3F>121
+D E /Fp 87 124 df<007E1F0001C1B1800303E3C00703C3C00E03C1800E01C0000E01C0000E01
+C0000E01C0000E01C0000E01C000FFFFFC000E01C0000E01C0000E01C0000E01C0000E01C0000E
+01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C0000E01C000
+0E01C0007F87FC001A1D809C18>11 D<007E0001C1800301800703C00E03C00E01800E00000E00
+000E00000E00000E0000FFFFC00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01
+C00E01C00E01C00E01C00E01C00E01C00E01C00E01C07F87F8151D809C17>I<007FC001C1C003
+03C00703C00E01C00E01C00E01C00E01C00E01C00E01C00E01C0FFFFC00E01C00E01C00E01C00E
+01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C00E01C07F
+CFF8151D809C17>I<003F07E00001C09C18000380F018000701F03C000E01E03C000E00E01800
+0E00E000000E00E000000E00E000000E00E000000E00E00000FFFFFFFC000E00E01C000E00E01C
+000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E0
+1C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C000E00E01C007FC7FCFF80211D
+809C23>I<60F0F0F0F0F0F0F060606060606060606060606060000000000060F0F060041E7C9D
+0C>33 D<6060F0F0F8F86868080808080808101010102020404080800D0C7F9C15>I<0F0000C0
+188000C030600380703807006027FB00E0100600E0100C00E0100C00E0101800E0101800E01030
+00E0106000602060007020C00030418000188180000F0303C00006062000060C10000C1C080018
+18080018380400303804006038040060380400C0380400C03804018038040300180803001C0806
+000C100C000620040003C01E217E9E23>37 D<60F0F8680808081010204080050C7C9C0C>39
+D<004000800100020006000C000C0018001800300030007000600060006000E000E000E000E000
+E000E000E000E000E000E000E000E000600060006000700030003000180018000C000C00060002
+000100008000400A2A7D9E10>I<800040002000100018000C000C000600060003000300038001
+800180018001C001C001C001C001C001C001C001C001C001C001C001C001800180018003800300
+0300060006000C000C00180010002000400080000A2A7E9E10>I<01800180018001804182F18F
+399C0FF003C003C00FF0399CF18F4182018001800180018010127E9E15>I<0006000000060000
+000600000006000000060000000600000006000000060000000600000006000000060000000600
+0000060000FFFFFFE0FFFFFFE00006000000060000000600000006000000060000000600000006
+00000006000000060000000600000006000000060000000600001B1C7E9720>I<60F0F0701010
+101020204080040C7C830C>I<FFE0FFE00B0280890E>I<60F0F06004047C830C>I<0001000300
+0600060006000C000C000C0018001800180030003000300060006000C000C000C0018001800180
+030003000300060006000C000C000C00180018001800300030003000600060006000C000C00010
+297E9E15>I<03C00C301818300C300C700E60066006E007E007E007E007E007E007E007E007E0
+07E007E007E007E00760066006700E300C300C18180C3007E0101D7E9B15>I<030007003F00C7
+000700070007000700070007000700070007000700070007000700070007000700070007000700
+0700070007000F80FFF80D1C7C9B15>I<07C01830201C400C400EF00FF80FF807F8077007000F
+000E000E001C001C00380070006000C00180030006010C01180110023FFE7FFEFFFE101C7E9B15
+>I<07E01830201C201C781E780E781E381E001C001C00180030006007E00030001C001C000E00
+0F000F700FF80FF80FF80FF00E401C201C183007E0101D7E9B15>I<000C00000C00001C00003C
+00003C00005C0000DC00009C00011C00031C00021C00041C000C1C00081C00101C00301C00201C
+00401C00C01C00FFFFC0001C00001C00001C00001C00001C00001C00001C0001FFC0121C7F9B15
+>I<300C3FF83FF03FC020002000200020002000200023E024302818301C200E000E000F000F00
+0F600FF00FF00FF00F800E401E401C2038187007C0101D7E9B15>I<00F0030C06040C0E181E30
+1E300C700070006000E3E0E430E818F00CF00EE006E007E007E007E007E007600760077006300E
+300C18180C3003E0101D7E9B15>I<4000007FFF807FFF007FFF00400200800400800400800800
+00100000100000200000600000400000C00000C00001C000018000018000038000038000038000
+038000078000078000078000078000078000078000030000111D7E9B15>I<03E00C301008200C
+20066006600660067006780C3E083FB01FE007F007F818FC307E601E600FC007C003C003C003C0
+0360026004300C1C1007E0101D7E9B15>I<03C00C301818300C700C600EE006E006E007E007E0
+07E007E0076007700F300F18170C2707C700060006000E300C780C78187010203030C00F80101D
+7E9B15>I<60F0F0600000000000000000000060F0F06004127C910C>I<60F0F060000000000000
+0000000060F0F0701010101020204080041A7C910C>I<7FFFFFC0FFFFFFE00000000000000000
+000000000000000000000000000000000000000000000000FFFFFFE07FFFFFC01B0C7E8F20>61
+D<030007800780030000000000000000000000010001000200020002000200060004000C001800
+38007000E000E01EE01EE01EE00E600430180FE00F1D7E9414>I<0FE03038401CE00EF00EF00E
+F00E000C001C0030006000C0008001800100010001000100010001000000000000000000000003
+000780078003000F1D7E9C14>I<000600000006000000060000000F0000000F0000000F000000
+17800000178000001780000023C0000023C0000023C0000041E0000041E0000041E0000080F000
+0080F0000180F8000100780001FFF80003007C0002003C0002003C0006003E0004001E0004001E
+000C001F001E001F00FF80FFF01C1D7F9C1F>65 D<FFFFC00F00F00F00380F003C0F001C0F001E
+0F001E0F001E0F001E0F001C0F003C0F00780F01F00FFFE00F00780F003C0F001E0F000E0F000F
+0F000F0F000F0F000F0F000F0F001E0F001E0F003C0F0078FFFFE0181C7E9B1D>I<001F808000
+E0618001801980070007800E0003801C0003801C00018038000180780000807800008070000080
+F0000000F0000000F0000000F0000000F0000000F0000000F0000000F000000070000080780000
+8078000080380000801C0001001C0001000E000200070004000180080000E03000001FC000191E
+7E9C1E>I<FFFFC0000F00F0000F003C000F000E000F0007000F0007000F0003800F0003C00F00
+01C00F0001C00F0001E00F0001E00F0001E00F0001E00F0001E00F0001E00F0001E00F0001E00F
+0001C00F0001C00F0003C00F0003800F0007800F0007000F000E000F001C000F007000FFFFC000
+1B1C7E9B20>I<FFFFFC0F003C0F000C0F00040F00040F00060F00020F00020F02020F02000F02
+000F02000F06000FFE000F06000F02000F02000F02000F02010F00010F00020F00020F00020F00
+060F00060F000C0F003CFFFFFC181C7E9B1C>I<FFFFF80F00780F00180F00080F00080F000C0F
+00040F00040F02040F02000F02000F02000F06000FFE000F06000F02000F02000F02000F02000F
+00000F00000F00000F00000F00000F00000F00000F8000FFF800161C7E9B1B>I<001F808000E0
+618001801980070007800E0003801C0003801C00018038000180780000807800008070000080F0
+000000F0000000F0000000F0000000F0000000F0000000F000FFF0F0000F807000078078000780
+78000780380007801C0007801C0007800E00078007000B800180118000E06080001F80001C1E7E
+9C21>I<FFF3FFC00F003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C
+000F003C000F003C000F003C000F003C000FFFFC000F003C000F003C000F003C000F003C000F00
+3C000F003C000F003C000F003C000F003C000F003C000F003C000F003C000F003C00FFF3FFC01A
+1C7E9B1F>I<FFF00F000F000F000F000F000F000F000F000F000F000F000F000F000F000F000F
+000F000F000F000F000F000F000F000F000F000F00FFF00C1C7F9B0F>I<1FFF00F80078007800
+7800780078007800780078007800780078007800780078007800780078007800787078F878F878
+F878F0F040E021C01F00101D7F9B15>I<FFF03FE00F000F000F000C000F0008000F0010000F00
+20000F0040000F0080000F0100000F0200000F0400000F0E00000F1F00000F2F00000F2780000F
+4780000F83C0000F01E0000F01E0000F00F0000F00F8000F0078000F003C000F003C000F001E00
+0F001F000F001F80FFF07FF01C1C7E9B20>I<FFF8000F80000F00000F00000F00000F00000F00
+000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00080F00
+080F00080F00180F00180F00100F00300F00700F01F0FFFFF0151C7E9B1A>I<FF8000FF800F80
+00F8000F8000F8000BC00178000BC00178000BC001780009E002780009E002780008F004780008
+F004780008F0047800087808780008780878000878087800083C107800083C107800083C107800
+081E207800081E207800081E207800080F407800080F4078000807807800080780780008078078
+0008030078001C03007800FF8307FF80211C7E9B26>I<FF007FC00F800E000F8004000BC00400
+09E0040009E0040008F0040008F8040008780400083C0400083C0400081E0400080F0400080F04
+00080784000807C4000803C4000801E4000801E4000800F40008007C0008007C0008003C000800
+3C0008001C0008000C001C000C00FF8004001A1C7E9B1F>I<003F800000E0E000038038000700
+1C000E000E001C0007003C00078038000380780003C0780003C0700001C0F00001E0F00001E0F0
+0001E0F00001E0F00001E0F00001E0F00001E0F00001E0700001C0780003C0780003C038000380
+3C0007801C0007000E000E0007001C000380380000E0E000003F80001B1E7E9C20>I<FFFF800F
+00E00F00780F003C0F001C0F001E0F001E0F001E0F001E0F001E0F001C0F003C0F00780F00E00F
+FF800F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F0000FF
+F000171C7E9B1C>I<003F800000E0E0000380380007001C000E000E001C0007003C0007803800
+0380780003C0780003C0700001C0F00001E0F00001E0F00001E0F00001E0F00001E0F00001E0F0
+0001E0F00001E0700001C0780003C0780003C0380003803C0E07801C1107000E208E0007205C00
+03A0780000F0E020003FE0200000602000003060000038E000003FC000003FC000001F8000000F
+001B257E9C20>I<FFFF00000F01E0000F0078000F003C000F001C000F001E000F001E000F001E
+000F001E000F001C000F003C000F0078000F01E0000FFF00000F03C0000F00E0000F00F0000F00
+78000F0078000F0078000F0078000F0078000F0078000F0078100F0078100F0038100F003C20FF
+F01C20000007C01C1D7E9B1F>I<07E0801C1980300580700380600180E00180E00080E00080E0
+0080F00000F800007C00007FC0003FF8001FFE0007FF0000FF80000F800007C00003C00001C080
+01C08001C08001C0C00180C00180E00300D00200CC0C0083F800121E7E9C17>I<7FFFFFC0700F
+01C0600F00C0400F0040400F0040C00F0020800F0020800F0020800F0020000F0000000F000000
+0F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000
+000F0000000F0000000F0000000F0000000F0000001F800003FFFC001B1C7F9B1E>I<FFF07FC0
+0F000E000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F0004
+000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F0004000F00
+04000F0004000700080007800800038010000180100000C020000070C000001F00001A1D7E9B1F
+>I<FFE00FF01F0003C00F0001800F0001000F800300078002000780020003C0040003C0040003
+C0040001E0080001E0080001F0080000F0100000F0100000F830000078200000782000003C4000
+003C4000003C4000001E8000001E8000001F8000000F0000000F00000006000000060000000600
+001C1D7F9B1F>I<FFE0FFE0FF1F001F003C1E001E00180F001F00100F001F00100F001F001007
+801F00200780278020078027802003C027804003C043C04003C043C04003E043C04001E081E080
+01E081E08001E081E08000F100F10000F100F10000F100F100007900FA00007A007A00007A007A
+00003E007C00003C003C00003C003C00003C003C00001800180000180018000018001800281D7F
+9B2B>I<7FF0FFC00FC03E000780180003C0180003E0100001E0200001F0600000F04000007880
+00007D8000003D0000001E0000001F0000000F0000000F8000000F80000013C0000023E0000021
+E0000041F00000C0F8000080780001007C0003003C0002001E0006001F001F003F80FFC0FFF01C
+1C7F9B1F>I<FFF007FC0F8001E00780008007C0018003C0010003E0020001F0020000F0040000
+F8040000780800007C1800003C1000001E2000001F2000000F4000000FC0000007800000078000
+000780000007800000078000000780000007800000078000000780000007800000078000007FF8
+001E1C809B1F>I<7FFFF07C01F07001E06003C06003C0400780400F80400F00401E00001E0000
+3C00007C0000780000F00000F00001E00003E00003C0100780100780100F00101F00301E00203C
+00203C00607800E0F803E0FFFFE0141C7E9B19>I<FEFEC0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
+C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0FEFE07297C9E0C>I<FEFE06060606060606
+060606060606060606060606060606060606060606060606060606060606FEFE0729809E0C>93
+D<0810204040808080B0F87830050C7D9C0C>96 D<1FC000307000783800781C00301C00001C00
+001C0001FC000F1C00381C00701C00601C00E01C40E01C40E01C40603C40304E801F870012127E
+9115>I<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C7C
+001D86001E03001C01801C01C01C00C01C00E01C00E01C00E01C00E01C00E01C00E01C00C01C01
+C01C01801E030019060010F800131D7F9C17>I<07E00C301878307870306000E000E000E000E0
+00E000E00060007004300418080C3007C00E127E9112>I<003F00000700000700000700000700
+00070000070000070000070000070000070003E7000C1700180F00300700700700600700E00700
+E00700E00700E00700E00700E00700600700700700300700180F000C370007C7E0131D7E9C17>
+I<03E00C301818300C700E6006E006FFFEE000E000E000E00060007002300218040C1803E00F12
+7F9112>I<00F8018C071E061E0E0C0E000E000E000E000E000E00FFE00E000E000E000E000E00
+0E000E000E000E000E000E000E000E000E000E000E007FE00F1D809C0D>I<00038003C4C00C38
+C01C3880181800381C00381C00381C00381C001818001C38000C300013C0001000003000001800
+001FF8001FFF001FFF803003806001C0C000C0C000C0C000C06001803003001C0E0007F800121C
+7F9215>I<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C
+7C001C87001D03001E03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C
+03801C03801C03801C0380FF9FF0141D7F9C17>I<18003C003C00180000000000000000000000
+00000000FC001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C00FF
+80091D7F9C0C>I<00C001E001E000C000000000000000000000000000000FE000E000E000E000
+E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E060E0F0C0F1C0
+61803E000B25839C0D>I<FC00001C00001C00001C00001C00001C00001C00001C00001C00001C
+00001C00001C3FC01C0F001C0C001C08001C10001C20001C40001CE0001DE0001E70001C78001C
+38001C3C001C1C001C0E001C0F001C0F80FF9FE0131D7F9C16>I<FC001C001C001C001C001C00
+1C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C00FF80091D7F9C0C>I<FC7E07E0001C838838001D019018001E01E01C001C01C01C00
+1C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C
+001C01C01C001C01C01C001C01C01C001C01C01C00FF8FF8FF8021127F9124>I<FC7C001C8700
+1D03001E03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C0380
+1C03801C0380FF9FF014127F9117>I<03F0000E1C00180600300300700380600180E001C0E001
+C0E001C0E001C0E001C0E001C06001807003803003001806000E1C0003F00012127F9115>I<FC
+7C001D86001E03001C01801C01C01C00C01C00E01C00E01C00E01C00E01C00E01C00E01C01C01C
+01C01C01801E03001D06001CF8001C00001C00001C00001C00001C00001C00001C0000FF800013
+1A7F9117>I<03C1000C3300180B00300F00700700700700E00700E00700E00700E00700E00700
+E00700600700700700300F00180F000C370007C700000700000700000700000700000700000700
+000700003FE0131A7E9116>I<FCE01D301E781E781C301C001C001C001C001C001C001C001C00
+1C001C001C001C00FFC00D127F9110>I<1F9030704030C010C010E010F8007F803FE00FF000F8
+80388018C018C018E010D0608FC00D127F9110>I<04000400040004000C000C001C003C00FFE0
+1C001C001C001C001C001C001C001C001C001C101C101C101C101C100C100E2003C00C1A7F9910
+>I<FC1F801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C03801C
+03801C03801C07800C07800E1B8003E3F014127F9117>I<FF07E03C03801C01001C01000E0200
+0E020007040007040007040003880003880003D80001D00001D00000E00000E00000E000004000
+13127F9116>I<FF3FCFE03C0F03801C0701801C0701001C0B01000E0B82000E0B82000E118200
+0711C4000711C4000720C40003A0E80003A0E80003C0680001C0700001C0700001803000008020
+001B127F911E>I<7F8FF00F03800F030007020003840001C80001D80000F00000700000780000
+F800009C00010E00020E000607000403801E07C0FF0FF81512809116>I<FF07E03C03801C0100
+1C01000E02000E020007040007040007040003880003880003D80001D00001D00000E00000E000
+00E000004000004000008000008000F08000F10000F300006600003C0000131A7F9116>I<7FFC
+70386038407040F040E041C003C0038007000F040E041C043C0C380870087038FFF80E127F9112
+>I<FFFFF01401808B15>I E /Fq 1 98 df<00040000000E0000000E0000000E0000001F000000
+1F0000003F800000278000002780000043C0000043C0000043C0000081E0000081E0000101F000
+0100F0000100F00003FFF8000200780006007C0004003C0004003C000C001E000C001E003C003F
+00FF00FFE01B1A7F991F>97 D E /Fr 62 123 df<0001FF81FE00001FFFEFFF80007F80FF87C0
+00FC00FE0FE001F801FE0FE003F801FC0FE007F001FC0FE007F001FC07C007F001FC000007F001
+FC000007F001FC000007F001FC000007F001FC000007F001FC000007F001FC0000FFFFFFFFF800
+FFFFFFFFF800FFFFFFFFF80007F001FC000007F001FC000007F001FC000007F001FC000007F001
+FC000007F001FC000007F001FC000007F001FC000007F001FC000007F001FC000007F001FC0000
+07F001FC000007F001FC000007F001FC000007F001FC000007F001FC000007F001FC000007F001
+FC000007F001FC000007F001FC000007F001FC00007FFF1FFFE0007FFF1FFFE0007FFF1FFFE000
+2B2A7FA928>11 D<0001FF0000001FFFC000007F80F00000FC00F80001F801F80003F803FC0007
+F003FC0007F003FC0007F003FC0007F001F80007F000F00007F000000007F000000007F0000000
+07F0000000FFFFFFFC00FFFFFFFC00FFFFFFFC0007F001FC0007F001FC0007F001FC0007F001FC
+0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001
+FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F001FC0007F0
+01FC0007F001FC007FFF1FFFC07FFF1FFFC07FFF1FFFC0222A7FA926>I<0001FF803FE000001F
+FFE3FFF800007F80FFF01E0000FE007F801F0001F800FF003F0003F801FF007F8007F001FE007F
+8007F001FE007F8007F001FE007F8007F000FE003F0007F000FE001E0007F000FE00000007F000
+FE00000007F000FE00000007F000FE000000FFFFFFFFFFFF80FFFFFFFFFFFF80FFFFFFFFFFFF80
+07F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE
+003F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F8007
+F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE00
+3F8007F000FE003F8007F000FE003F8007F000FE003F8007F000FE003F807FFF0FFFE3FFF87FFF
+0FFFE3FFF87FFF0FFFE3FFF8352A7FA939>14 D<FFFF80FFFF80FFFF80FFFF80FFFF80FFFF8011
+067F9017>45 D<1C003E007F00FF80FF80FF807F003E001C0009097B8813>I<003F800001FFF0
+0007E0FC000FC07E001F803F001F803F003F001F803F001F807F001FC07F001FC07F001FC07F00
+1FC0FF001FE0FF001FE0FF001FE0FF001FE0FF001FE0FF001FE0FF001FE0FF001FE0FF001FE0FF
+001FE0FF001FE0FF001FE0FF001FE0FF001FE0FF001FE07F001FC07F001FC07F001FC07F001FC0
+3F001F803F001F801F803F001F803F000FC07E0007E0FC0001FFF000003F80001B277DA622>48
+D<000E00001E00007E0007FE00FFFE00FFFE00F8FE0000FE0000FE0000FE0000FE0000FE0000FE
+0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE
+0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE007FFFFE7FFFFE7FFF
+FE17277BA622>I<00FF800003FFF0000FFFFC001F03FE003800FF007C007F80FE003FC0FF003F
+C0FF003FE0FF001FE0FF001FE07E001FE03C003FE000003FE000003FC000003FC000007F800000
+7F000000FE000000FC000001F8000003F0000003E00000078000000F0000001E0000003C00E000
+7000E000E000E001C001C0038001C0070001C00FFFFFC01FFFFFC03FFFFFC07FFFFFC0FFFFFF80
+FFFFFF80FFFFFF801B277DA622>I<007F800003FFF00007FFFC000F81FE001F00FF003F80FF00
+3F807F803F807F803F807F801F807F800F007F800000FF000000FF000000FE000001FC000001F8
+000007F00000FFC00000FFF0000001FC0000007E0000007F0000007F8000003FC000003FC00000
+3FE000003FE03C003FE07E003FE0FF003FE0FF003FE0FF003FC0FF007FC07E007F807C007F003F
+01FE001FFFFC0007FFF00000FF80001B277DA622>I<00000E0000001E0000003E0000007E0000
+00FE000000FE000001FE000003FE0000077E00000E7E00000E7E00001C7E0000387E0000707E00
+00E07E0000E07E0001C07E0003807E0007007E000E007E000E007E001C007E0038007E0070007E
+00E0007E00FFFFFFF8FFFFFFF8FFFFFFF80000FE000000FE000000FE000000FE000000FE000000
+FE000000FE000000FE00007FFFF8007FFFF8007FFFF81D277EA622>I<0C0003000F803F000FFF
+FE000FFFFC000FFFF8000FFFF0000FFFE0000FFFC0000FFE00000E0000000E0000000E0000000E
+0000000E0000000E0000000E7FC0000FFFF8000F80FC000E003E000C003F0000001F8000001FC0
+00001FC000001FE000001FE018001FE07C001FE0FE001FE0FE001FE0FE001FE0FE001FC0FC001F
+C078003F8078003F803C007F001F01FE000FFFF80003FFF00000FF80001B277DA622>I<0007F0
+00003FFC0000FFFE0001FC0F0003F01F8007E03F800FC03F801FC03F801F803F803F801F003F80
+00007F0000007F0000007F000000FF000000FF0FC000FF3FF800FF707C00FFC03E00FFC03F00FF
+801F80FF801FC0FF001FC0FF001FE0FF001FE0FF001FE07F001FE07F001FE07F001FE07F001FE0
+3F001FE03F001FC01F801FC01F803F800FC03F0007E07E0003FFFC0000FFF000003FC0001B277D
+A622>I<380000003E0000003FFFFFF03FFFFFF03FFFFFF07FFFFFE07FFFFFC07FFFFF807FFFFF
+0070000E0070000E0070001C00E0003800E0007000E000E0000000E0000001C000000380000007
+800000078000000F0000000F0000001F0000001F0000003F0000003E0000003E0000007E000000
+7E0000007E0000007E000000FE000000FE000000FE000000FE000000FE000000FE000000FE0000
+00FE0000007C0000003800001C297CA822>I<003FC00001FFF00003FFFC0007C07E000F003F00
+1E001F001E000F803E000F803E000F803F000F803F000F803FC00F003FF01F001FFC1E001FFE3C
+000FFFF80007FFE00003FFF80001FFFC0001FFFE0007FFFF000F0FFF801E03FFC03C01FFC07C00
+7FE078001FE0F80007E0F80007E0F80003E0F80003E0F80003E0F80003C07C0003C07C0007803F
+000F001FC03E000FFFFC0003FFF800007FC0001B277DA622>I<007F800001FFF00007FFF8000F
+E0FC001F807E003F803F007F003F007F001F80FF001F80FF001FC0FF001FC0FF001FC0FF001FE0
+FF001FE0FF001FE0FF001FE07F001FE07F003FE03F003FE01F807FE00F807FE007C1DFE003FF9F
+E0007E1FE000001FE000001FC000001FC000001FC000003F801F003F803F803F003F803F003F80
+7E003F807C001F01F8001E03F0000FFFE00007FF800001FE00001B277DA622>I<1C003E007F00
+FF80FF80FF807F003E001C000000000000000000000000000000000000001C003E007F00FF80FF
+80FF807F003E001C00091B7B9A13>I<000003800000000007C00000000007C0000000000FE000
+0000000FE0000000000FE0000000001FF0000000001FF0000000003FF8000000003FF800000000
+3FF80000000073FC0000000073FC00000000F3FE00000000E1FE00000000E1FE00000001C0FF00
+000001C0FF00000003C0FF80000003807F80000007807FC0000007003FC0000007003FC000000E
+003FE000000E001FE000001E001FF000001C000FF000001FFFFFF000003FFFFFF800003FFFFFF8
+0000780007FC0000700003FC0000700003FC0000E00001FE0000E00001FE0001E00001FF0001C0
+0000FF0001C00000FF00FFFE001FFFFEFFFE001FFFFEFFFE001FFFFE2F297EA834>65
+D<FFFFFFF80000FFFFFFFF8000FFFFFFFFC00003F8001FF00003F8000FF80003F80007FC0003F8
+0003FC0003F80003FC0003F80003FE0003F80001FE0003F80001FE0003F80001FE0003F80003FE
+0003F80003FC0003F80003FC0003F80007F80003F8000FF00003F8001FE00003F800FFC00003FF
+FFFE000003FFFFFFE00003F80007F00003F80003FC0003F80001FE0003F80001FE0003F80000FF
+0003F80000FF0003F80000FF8003F80000FF8003F80000FF8003F80000FF8003F80000FF8003F8
+0000FF8003F80000FF0003F80001FF0003F80003FE0003F80007FC0003F8001FF800FFFFFFFFF0
+00FFFFFFFFC000FFFFFFFE000029297DA831>I<00003FF001800003FFFE0380000FFFFF878000
+3FF007DF8000FF8001FF8001FE00007F8003FC00003F8007F000001F800FF000000F801FE00000
+07801FE0000007803FC0000007803FC0000003807FC0000003807F80000003807F8000000000FF
+8000000000FF8000000000FF8000000000FF8000000000FF8000000000FF8000000000FF800000
+0000FF8000000000FF80000000007F80000000007F80000000007FC0000003803FC0000003803F
+C0000003801FE0000003801FE0000007000FF00000070007F000000E0003FC00001E0001FE0000
+3C0000FF8000F800003FF007E000000FFFFFC0000003FFFF000000003FF8000029297CA832>I<
+FFFFFFF80000FFFFFFFF8000FFFFFFFFE00003FC001FF80003FC0007FC0003FC0001FE0003FC00
+00FF0003FC00007F8003FC00003FC003FC00001FC003FC00001FE003FC00001FE003FC00000FF0
+03FC00000FF003FC00000FF003FC00000FF003FC00000FF803FC00000FF803FC00000FF803FC00
+000FF803FC00000FF803FC00000FF803FC00000FF803FC00000FF803FC00000FF803FC00000FF8
+03FC00000FF003FC00000FF003FC00000FF003FC00001FE003FC00001FE003FC00001FC003FC00
+003FC003FC00007F8003FC00007F0003FC0001FE0003FC0003FC0003FC001FF800FFFFFFFFE000
+FFFFFFFF8000FFFFFFFC00002D297DA835>I<FFFFFFFFE0FFFFFFFFE0FFFFFFFFE003FC001FE0
+03FC0007F003FC0001F003FC0001F003FC0000F003FC00007003FC00007003FC00007003FC01C0
+7803FC01C03803FC01C03803FC01C03803FC03C00003FC03C00003FC0FC00003FFFFC00003FFFF
+C00003FFFFC00003FC0FC00003FC03C00003FC03C00003FC01C00E03FC01C00E03FC01C00E03FC
+01C01C03FC00001C03FC00001C03FC00001C03FC00003C03FC00003803FC00007803FC0000F803
+FC0001F803FC0003F803FC001FF8FFFFFFFFF0FFFFFFFFF0FFFFFFFFF027297DA82D>I<FFFFFF
+FFC0FFFFFFFFC0FFFFFFFFC003FC003FC003FC000FE003FC0003E003FC0001E003FC0001E003FC
+0000E003FC0000E003FC0000E003FC0000F003FC03807003FC03807003FC03807003FC03800003
+FC07800003FC07800003FC1F800003FFFF800003FFFF800003FFFF800003FC1F800003FC078000
+03FC07800003FC03800003FC03800003FC03800003FC03800003FC00000003FC00000003FC0000
+0003FC00000003FC00000003FC00000003FC00000003FC00000003FC000000FFFFFC0000FFFFFC
+0000FFFFFC000024297DA82B>I<00007FE003000003FFFC0700001FFFFF0F00003FF00FFF0000
+FF8001FF0001FE0000FF0003F800003F0007F000003F000FF000001F001FE000000F001FE00000
+0F003FC000000F003FC0000007007FC0000007007F80000007007F8000000000FF8000000000FF
+8000000000FF8000000000FF8000000000FF8000000000FF8000000000FF8000000000FF800000
+0000FF8001FFFFF87F8001FFFFF87F8001FFFFF87FC00000FF003FC00000FF003FC00000FF001F
+E00000FF001FE00000FF000FF00000FF0007F00000FF0003F80000FF0001FE0000FF0000FF8001
+FF00003FF007BF00001FFFFF1F000003FFFE0F0000007FF003002D297CA836>I<FFFFF01FFFFE
+FFFFF01FFFFEFFFFF01FFFFE03FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00
+007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F80
+03FC00007F8003FC00007F8003FC00007F8003FC00007F8003FFFFFFFF8003FFFFFFFF8003FFFF
+FFFF8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F80
+03FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F8003FC00
+007F8003FC00007F8003FC00007F8003FC00007F8003FC00007F80FFFFF01FFFFEFFFFF01FFFFE
+FFFFF01FFFFE2F297DA836>I<FFFFFCFFFFFCFFFFFC01FE0001FE0001FE0001FE0001FE0001FE
+0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE
+0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE0001FE
+0001FE0001FE0001FE00FFFFFCFFFFFCFFFFFC16297EA81A>I<FFFFF001FFFCFFFFF001FFFCFF
+FFF001FFFC03FC00001E0003FC00003C0003FC0000780003FC0000F00003FC0001E00003FC0003
+C00003FC0007000003FC001E000003FC003C000003FC0078000003FC00F0000003FC01E0000003
+FC0380000003FC07C0000003FC1FC0000003FC3FE0000003FC7FF0000003FCFFF8000003FDE7F8
+000003FF83FC000003FF01FE000003FE01FF000003FC00FF000003FC007F800003FC003FC00003
+FC003FC00003FC001FE00003FC000FF00003FC000FF80003FC0007F80003FC0003FC0003FC0001
+FE0003FC0001FF0003FC0000FF0003FC00007F80FFFFF00FFFFEFFFFF00FFFFEFFFFF00FFFFE2F
+297DA836>75 D<FFFFFC0000FFFFFC0000FFFFFC000003FC00000003FC00000003FC00000003FC
+00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003
+FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC000000
+03FC00000003FC00000003FC0001C003FC0001C003FC0001C003FC0001C003FC0003C003FC0003
+8003FC00038003FC00078003FC00078003FC000F8003FC000F8003FC001F8003FC007F8003FC01
+FF00FFFFFFFF00FFFFFFFF00FFFFFFFF0022297DA829>I<FFFE0000001FFFC0FFFE0000001FFF
+C0FFFF0000003FFFC003FF0000003FF00003FF0000003FF00003BF80000077F00003BF80000077
+F000039FC00000E7F000039FC00000E7F000038FE00001C7F000038FE00001C7F0000387F00003
+87F0000387F0000387F0000387F0000387F0000383F8000707F0000383F8000707F0000381FC00
+0E07F0000381FC000E07F0000380FE001C07F0000380FE001C07F0000380FF003807F00003807F
+003807F00003807F003807F00003803F807007F00003803F807007F00003801FC0E007F0000380
+1FC0E007F00003800FE1C007F00003800FE1C007F00003800FE1C007F000038007F38007F00003
+8007F38007F000038003FF0007F000038003FF0007F000038001FE0007F000038001FE0007F000
+038000FC0007F000038000FC0007F000FFFE00FC01FFFFC0FFFE007801FFFFC0FFFE007801FFFF
+C03A297DA841>I<FFFC0000FFFEFFFE0000FFFEFFFF0000FFFE03FF8000038003FF8000038003
+BFC0000380039FE0000380039FF0000380038FF80003800387F80003800383FC0003800381FE00
+03800381FF0003800380FF80038003807FC0038003803FC0038003801FE0038003800FF0038003
+800FF80380038007FC0380038003FC0380038001FE0380038000FF0380038000FF83800380007F
+C3800380003FE3800380001FE3800380000FF38003800007FB8003800007FF8003800003FF8003
+800001FF8003800000FF80038000007F80038000007F80038000003F80038000001F8003800000
+0F80FFFE00000780FFFE00000380FFFE000003802F297DA836>I<0000FFE000000007FFFC0000
+003FC07F8000007F001FC00001FC0007F00003F80003F80007F00001FC000FF00001FE001FE000
+00FF001FE00000FF003FC000007F803FC000007F807FC000007FC07F8000003FC07F8000003FC0
+7F8000003FC0FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE0FF8000
+003FE0FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE07F8000003FC07FC000007FC0
+7FC000007FC03FC000007F803FC000007F801FE00000FF001FE00000FF000FF00001FE0007F000
+01FC0003F80003F80001FC0007F00000FF001FE000003FC07F8000000FFFFE00000000FFE00000
+2B297CA834>I<FFFFFFF800FFFFFFFF00FFFFFFFFC003FC003FE003FC000FF003FC0007F803FC
+0007FC03FC0003FC03FC0003FE03FC0003FE03FC0003FE03FC0003FE03FC0003FE03FC0003FE03
+FC0003FE03FC0003FC03FC0007FC03FC0007F803FC000FF003FC003FE003FFFFFF8003FFFFFE00
+03FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC0000
+0003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC00
+0000FFFFF00000FFFFF00000FFFFF0000027297DA82F>I<0000FFE000000007FFFC0000003FC0
+7F8000007F001FC00001FC0007F00003F80003F80007F00001FC000FF00001FE001FE00000FF00
+1FE00000FF003FC000007F803FC000007F807FC000007FC07FC000007FC07F8000003FC07F8000
+003FC0FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE0
+FF8000003FE0FF8000003FE0FF8000003FE0FF8000003FE07F8000003FC07F8000003FC07FC000
+007FC03FC000007F803FC000007F801FE00000FF001FE01F00FF000FF03F81FE0007F060C1FC00
+03F8C063F80001FCC077F00000FFC07FE000003FE07F8000000FFFFE00000000FFFE0060000000
+3E00600000003F00600000001F81E00000001FFFE00000001FFFC00000000FFFC00000000FFFC0
+00000007FF8000000007FF8000000003FF0000000001FE000000000078002B357CA834>I<FFFF
+FFE00000FFFFFFFE0000FFFFFFFF800003FC007FE00003FC000FF00003FC0007F80003FC0007FC
+0003FC0003FC0003FC0003FE0003FC0003FE0003FC0003FE0003FC0003FE0003FC0003FE0003FC
+0003FE0003FC0003FC0003FC0007F80003FC0007F80003FC001FE00003FC007FC00003FFFFFE00
+0003FFFFF0000003FC00FC000003FC007F000003FC003F800003FC003F800003FC001FC00003FC
+001FE00003FC001FE00003FC001FE00003FC001FE00003FC001FE00003FC001FF00003FC001FF0
+0003FC001FF00003FC001FF00703FC001FF80703FC000FF80703FC0007F80EFFFFF003FE1CFFFF
+F001FFF8FFFFF0003FF030297DA834>I<007F806003FFF0E007FFF9E00F807FE01F001FE03E00
+07E07C0003E07C0001E0FC0001E0FC0001E0FC0000E0FE0000E0FE0000E0FF000000FFC000007F
+FE00007FFFE0003FFFFC001FFFFE000FFFFF8007FFFFC003FFFFE000FFFFE00007FFF000007FF0
+00000FF8000007F8000003F8600001F8E00001F8E00001F8E00001F8F00001F0F00001F0F80003
+F0FC0003E0FF0007C0FFE01F80F3FFFF00E0FFFE00C01FF0001D297CA826>I<7FFFFFFFFFC07F
+FFFFFFFFC07FFFFFFFFFC07F803FC03FC07E003FC007C078003FC003C078003FC003C070003FC0
+01C0F0003FC001E0F0003FC001E0E0003FC000E0E0003FC000E0E0003FC000E0E0003FC000E0E0
+003FC000E000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC0
+000000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000
+003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC0000000003FC0
+000000003FC0000000003FC0000000003FC00000007FFFFFE000007FFFFFE000007FFFFFE0002B
+287EA730>I<FFFFF001FFFCFFFFF001FFFCFFFFF001FFFC03FC0000070003FC0000070003FC00
+00070003FC0000070003FC0000070003FC0000070003FC0000070003FC0000070003FC00000700
+03FC0000070003FC0000070003FC0000070003FC0000070003FC0000070003FC0000070003FC00
+00070003FC0000070003FC0000070003FC0000070003FC0000070003FC0000070003FC00000700
+03FC0000070003FC0000070003FC0000070003FC0000070003FC0000070003FC0000070001FC00
+000E0001FE00000E0000FE00001C00007E00001C00007F00003800003FC000F000000FF007E000
+0007FFFFC0000001FFFF000000001FF800002E297DA835>I<FFFFF0003FFF80FFFFF0003FFF80
+FFFFF0003FFF8003FE000001E00001FE000001C00001FF000003C00000FF000003800000FF0000
+038000007F8000070000007F8000070000007FC0000F0000003FC0000E0000003FE0001E000000
+1FE0001C0000001FF0001C0000000FF000380000000FF0003800000007F8007000000007F80070
+00000007FC00F000000003FC00E000000003FE01E000000001FE01C000000001FF01C000000000
+FF038000000000FF038000000000FF8780000000007F8700000000007FCF00000000003FCE0000
+0000003FFE00000000001FFC00000000001FFC00000000000FF800000000000FF800000000000F
+F8000000000007F0000000000007F0000000000003E0000000000003E0000000000001C0000000
+31297FA834>I<FFFFE07FFFF007FFF0FFFFE07FFFF007FFF0FFFFE07FFFF007FFF003FC0001FE
+00001C0003FC0001FE00001C0001FE0001FF0000380001FE0000FF0000380001FF0000FF000078
+0000FF0000FF8000700000FF0000FF8000700000FF8000FF8000F000007F8001FFC000E000007F
+8001FFC000E000003FC003FFE001C000003FC0039FE001C000003FE0039FE003C000001FE0070F
+F0038000001FE0070FF0038000001FF00F0FF0078000000FF00E07F8070000000FF00E07F80700
+000007F81E07FC0E00000007F81C03FC0E00000007FC1C03FC1E00000003FC3801FE1C00000003
+FC3801FE1C00000001FE7801FF3800000001FE7000FF3800000001FE7000FF3800000000FFF000
+FFF000000000FFE0007FF000000000FFE0007FF0000000007FC0003FE0000000007FC0003FE000
+0000003FC0003FC0000000003F80001FC0000000003F80001FC0000000001F80001F8000000000
+1F00000F80000000001F00000F80000000000E00000700000044297FA847>I<01FF800007FFF0
+000F81F8001FC07E001FC07E001FC03F000F803F8007003F8000003F8000003F8000003F80000F
+FF8000FFFF8007FC3F800FE03F803F803F803F003F807F003F80FE003F80FE003F80FE003F80FE
+003F807E007F807F00DF803F839FFC0FFF0FFC01FC03FC1E1B7E9A21>97
+D<001FF80000FFFE0003F01F0007E03F800FC03F801F803F803F801F007F800E007F0000007F00
+0000FF000000FF000000FF000000FF000000FF000000FF000000FF0000007F0000007F0000007F
+8000003F8001C01F8001C00FC0038007E0070003F01E0000FFFC00001FE0001A1B7E9A1F>99
+D<00003FF80000003FF80000003FF800000003F800000003F800000003F800000003F800000003
+F800000003F800000003F800000003F800000003F800000003F800000003F800000003F800001F
+E3F80000FFFBF80003F03FF80007E00FF8000FC007F8001F8003F8003F8003F8007F0003F8007F
+0003F8007F0003F800FF0003F800FF0003F800FF0003F800FF0003F800FF0003F800FF0003F800
+FF0003F8007F0003F8007F0003F8007F0003F8003F8003F8001F8003F8000F8007F80007C00FF8
+0003F03BFF8000FFF3FF80003FC3FF80212A7EA926>I<003FE00001FFF80003F07E0007C01F00
+0F801F801F800F803F800FC07F000FC07F0007C07F0007E0FF0007E0FF0007E0FFFFFFE0FFFFFF
+E0FF000000FF000000FF0000007F0000007F0000007F0000003F8000E01F8000E00FC001C007E0
+038003F81F0000FFFE00001FF0001B1B7E9A20>I<0007F0003FFC00FE3E01F87F03F87F03F07F
+07F07F07F03E07F00007F00007F00007F00007F00007F00007F000FFFFC0FFFFC0FFFFC007F000
+07F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F000
+07F00007F00007F00007F00007F00007F00007F0007FFF807FFF807FFF80182A7EA915>I<00FF
+81F003FFE7F80FC1FE7C1F80FC7C1F007C383F007E107F007F007F007F007F007F007F007F007F
+007F007F007F003F007E001F007C001F80FC000FC1F8001FFFE00018FF80003800000038000000
+3C0000003E0000003FFFF8001FFFFF001FFFFF800FFFFFC007FFFFE01FFFFFF03E0007F07C0001
+F8F80000F8F80000F8F80000F8F80000F87C0001F03C0001E01F0007C00FC01F8003FFFE00007F
+F0001E287E9A22>I<FFE0000000FFE0000000FFE00000000FE00000000FE00000000FE0000000
+0FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000
+000FE00000000FE07F00000FE1FFC0000FE787E0000FEE03F0000FF803F0000FF803F8000FF003
+F8000FF003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE0
+03F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000F
+E003F8000FE003F800FFFE3FFF80FFFE3FFF80FFFE3FFF80212A7DA926>I<07000F801FC03FE0
+3FE03FE01FC00F8007000000000000000000000000000000FFE0FFE0FFE00FE00FE00FE00FE00F
+E00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE0FFFEFFFEFFFE
+0F2B7DAA14>I<000700000F80001FC0003FE0003FE0003FE0001FC0000F800007000000000000
+0000000000000000000000000000000001FFE001FFE001FFE0000FE0000FE0000FE0000FE0000F
+E0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000F
+E0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE07C0FE0FE0FE0FE0F
+C0FE1F80FE1F007C3E003FFC000FF000133784AA15>I<FFE00000FFE00000FFE000000FE00000
+0FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000000FE000
+000FE000000FE01FFC0FE01FFC0FE01FFC0FE007800FE00F000FE01E000FE03C000FE078000FE0
+E0000FE3C0000FE7C0000FEFE0000FFFE0000FFFF0000FF3F8000FE3F8000FC1FC000FC0FE000F
+C07F000FC07F000FC03F800FC01FC00FC00FC00FC00FE0FFFC3FFEFFFC3FFEFFFC3FFE1F2A7EA9
+24>I<FFE0FFE0FFE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE0
+0FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00F
+E00FE0FFFEFFFEFFFE0F2A7DA914>I<FFC07F800FF000FFC1FFE03FFC00FFC383F0707E000FC6
+03F8C07F000FCC01F9803F000FD801FF003F800FF001FE003F800FF001FE003F800FE001FC003F
+800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F800FE001
+FC003F800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F80
+0FE001FC003F800FE001FC003F800FE001FC003F800FE001FC003F80FFFE1FFFC3FFF8FFFE1FFF
+C3FFF8FFFE1FFFC3FFF8351B7D9A3A>I<FFC07F0000FFC1FFC000FFC787E0000FCE03F0000FD8
+03F0000FD803F8000FF003F8000FF003F8000FE003F8000FE003F8000FE003F8000FE003F8000F
+E003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F800
+0FE003F8000FE003F8000FE003F8000FE003F800FFFE3FFF80FFFE3FFF80FFFE3FFF80211B7D9A
+26>I<003FE00001FFFC0003F07E000FC01F801F800FC03F800FE03F0007E07F0007F07F0007F0
+7F0007F0FF0007F8FF0007F8FF0007F8FF0007F8FF0007F8FF0007F8FF0007F8FF0007F87F0007
+F07F0007F03F800FE03F800FE01F800FC00FC01F8007F07F0001FFFC00003FE0001D1B7E9A22>
+I<FFE1FE0000FFE7FF8000FFFE07E0000FF803F0000FF001F8000FE000FC000FE000FE000FE000
+FF000FE0007F000FE0007F000FE0007F800FE0007F800FE0007F800FE0007F800FE0007F800FE0
+007F800FE0007F800FE0007F000FE000FF000FE000FF000FE000FE000FE001FC000FF001F8000F
+F803F0000FFE0FE0000FE7FF80000FE1FC00000FE00000000FE00000000FE00000000FE0000000
+0FE00000000FE00000000FE00000000FE00000000FE0000000FFFE000000FFFE000000FFFE0000
+0021277E9A26>I<FFC1F0FFC7FCFFCE3E0FD87F0FD87F0FF07F0FF03E0FF01C0FE0000FE0000F
+E0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000F
+E000FFFF00FFFF00FFFF00181B7E9A1C>114 D<03FE300FFFF01E03F03800F0700070F00070F0
+0070F80070FC0000FFE0007FFE007FFF803FFFE01FFFF007FFF800FFF80003FC0000FC60007CE0
+003CF0003CF00038F80038FC0070FF01E0F7FFC0C1FF00161B7E9A1B>I<007000007000007000
+00700000F00000F00000F00001F00003F00003F00007F0001FFFF0FFFFF0FFFFF007F00007F000
+07F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F03807F038
+07F03807F03807F03807F03803F03803F87001F86000FFC0001F8015267FA51B>I<FFE03FF800
+FFE03FF800FFE03FF8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8
+000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003F8000FE003
+F8000FE003F8000FE003F8000FE003F8000FE003F8000FE007F80007E007F80007E00FF80003F0
+3BFF8001FFF3FF80003FC3FF80211B7D9A26>I<FFFE03FF80FFFE03FF80FFFE03FF8007F00070
+0007F000700007F800F00003F800E00003FC01E00001FC01C00001FC01C00000FE03800000FE03
+8000007F070000007F070000007F8F0000003F8E0000003FDE0000001FDC0000001FDC0000000F
+F80000000FF80000000FF800000007F000000007F000000003E000000003E000000001C0000021
+1B7F9A24>I<FFFE7FFC0FFEFFFE7FFC0FFEFFFE7FFC0FFE0FE007E000E007F003F001C007F003
+F001C007F807F803C003F807F8038003F807F8038001FC0EFC070001FC0EFC070001FE1EFC0F00
+00FE1C7E0E0000FE1C7E0E0000FF383F1E00007F383F1C00007F783F3C00003FF01FB800003FF0
+1FB800003FF01FF800001FE00FF000001FE00FF000000FC007E000000FC007E000000FC007E000
+00078003C00000078003C0002F1B7F9A32>I<FFFC0FFF00FFFC0FFF00FFFC0FFF0007F003C000
+03F807800001FC07800000FE0F000000FF1E0000007F3C0000003FF80000001FF00000000FF000
+00000FF000000007F000000007F80000000FFC0000001FFE0000001EFE0000003C7F000000783F
+800000F01FC00001E01FE00001C00FE00003C007F000FFF01FFF80FFF01FFF80FFF01FFF80211B
+7F9A24>I<FFFE03FF80FFFE03FF80FFFE03FF8007F000700007F000700007F800F00003F800E0
+0003FC01E00001FC01C00001FC01C00000FE03800000FE038000007F070000007F070000007F8F
+0000003F8E0000003FDE0000001FDC0000001FDC0000000FF80000000FF80000000FF800000007
+F000000007F000000003E000000003E000000001C000000001C000000003800000000380000038
+078000007C07000000FE0F000000FE0E000000FE1E000000FE3C0000007C780000003FE0000000
+0FC000000021277F9A24>I<3FFFFF803FFFFF803F007F003C00FE003801FE007803FC007803F8
+007007F800700FF000700FE000001FC000003FC000007F8000007F000000FF000001FE038001FC
+038003F8038007F803800FF007800FE007801FE007003FC00F003F801F007F007F00FFFFFF00FF
+FFFF00191B7E9A1F>I E /Fs 4 94 df<003F000000E180000380C020070060400E0070401C00
+70403C0070803C003880780039007800390078003A00F0003A00F0003C00F0003800F000380070
+003800700078003000B800380338401C1C188007E00F001B157E941F>11
+D<00007C00000183000002018000040180000801C0001001C0002001C0002001C0004001C00040
+038000800380008003000080070001000E000107FC0001083800010FDC0002000E0002000E0002
+000F0002000F0004000F0004000F0004000F0004000F0008001E0008001E0008001C0008003C00
+14003800140070001400E0001201C00021838000207C0000200000002000000040000000400000
+004000000040000000800000008000000080000000800000001A2D7EA21C>I<70F8F8F8700505
+7C840E>58 D<00400040004020402040204020402040204020402040207021F027F03FF0FFC0FE
+40F840E0402040204020402040204020402040204020402040204020402040207021F027F03FF0
+FFC0FE40F840E04020402040204020402000200020000C2F7DA313>93 D
+E /Ft 71 124 df<001F83E000706E3000C07C780180F8780380F0780700700007007000070070
+00070070000700700007007000070070000700700007007000FFFFFFC007007000070070000700
+700007007000070070000700700007007000070070000700700007007000070070000700700007
+0070000700700007007000070070000700700007007000070078007FE3FF801D2380A21C>11
+D<001FC0000070200000C010000180380003807800070078000700300007000000070000000700
+000007000000070000000700000007000000FFFFF8000700780007003800070038000700380007
+003800070038000700380007003800070038000700380007003800070038000700380007003800
+07003800070038000700380007003800070038007FE1FF80192380A21B>I<001FD80000703800
+00C078000180780003807800070038000700380007003800070038000700380007003800070038
+000700380007003800FFFFF8000700380007003800070038000700380007003800070038000700
+380007003800070038000700380007003800070038000700380007003800070038000700380007
+00380007003800070038007FF3FF80192380A21B>I<000FC07F00007031C08000E00B00400180
+1E00E003803E01E007003C01E007001C00C007001C000007001C000007001C000007001C000007
+001C000007001C000007001C0000FFFFFFFFE007001C01E007001C00E007001C00E007001C00E0
+07001C00E007001C00E007001C00E007001C00E007001C00E007001C00E007001C00E007001C00
+E007001C00E007001C00E007001C00E007001C00E007001C00E007001C00E007001C00E07FF1FF
+CFFE272380A229>I<00200040008001000300060004000C000C00180018003000300030007000
+600060006000E000E000E000E000E000E000E000E000E000E000E000E000E000E0006000600060
+007000300030003000180018000C000C0004000600030001000080004000200B327CA413>40
+D<800040002000100018000C000400060006000300030001800180018001C000C000C000C000E0
+00E000E000E000E000E000E000E000E000E000E000E000E000E000C000C000C001C00180018001
+80030003000600060004000C00180010002000400080000B327DA413>I<70F8FCFC7404040404
+080810102040060F7C840E>44 D<FFE0FFE00B027F8B10>I<70F8F8F87005057C840E>I<01F000
+071C000C06001803003803803803807001C07001C07001C07001C0F001E0F001E0F001E0F001E0
+F001E0F001E0F001E0F001E0F001E0F001E0F001E0F001E0F001E0F001E07001C07001C07001C0
+7803C03803803803801C07000C0600071C0001F00013227EA018>48 D<008003800F80F3800380
+038003800380038003800380038003800380038003800380038003800380038003800380038003
+8003800380038003800380038007C0FFFE0F217CA018>I<03F0000C1C001007002007804003C0
+4003C08003E0F003E0F801E0F801E0F801E02003E00003E00003C00003C0000780000700000E00
+001C0000180000300000600000C0000180000100000200200400200800201800603000403FFFC0
+7FFFC0FFFFC013217EA018>I<03F8000C1E001007002007804007C07807C07803C07807C03807
+C0000780000780000700000F00000E0000380003F000001C00000F000007800007800003C00003
+C00003E02003E07003E0F803E0F803E0F003C04003C0400780200780100F000C1C0003F0001322
+7EA018>I<000200000600000E00000E00001E00001E00002E00004E00004E00008E00008E0001
+0E00020E00020E00040E00040E00080E00100E00100E00200E00200E00400E00800E00FFFFF800
+0E00000E00000E00000E00000E00000E00000E00001F0001FFF015217FA018>I<1000801E0700
+1FFF001FFE001FF80013E00010000010000010000010000010000010000010F800130E00140700
+1803801003800001C00001C00001E00001E00001E00001E07001E0F001E0F001E0E001C08001C0
+4003C04003802007001006000C1C0003F00013227EA018>I<007E0001C1000300800601C00E03
+C01C03C0180180380000380000780000700000700000F0F800F30C00F40600F40300F80380F801
+C0F001C0F001E0F001E0F001E0F001E0F001E07001E07001E07001E03801C03801C01803801C03
+000C0600070C0001F00013227EA018>I<4000006000007FFFE07FFFC07FFFC0400080C0010080
+010080020080020000040000080000080000100000300000200000600000600000600000E00000
+C00000C00001C00001C00001C00001C00003C00003C00003C00003C00003C00003C00003C00003
+C00001800013237DA118>I<01F800060E000803001001802001802000C06000C06000C06000C0
+7000C07801803E01003F02001FC4000FF80003F80003FC00067F00083F80100F803007C06001C0
+6000E0C000E0C00060C00060C00060C000606000406000C03000801803000E0E0003F00013227E
+A018>I<01F000060C000C0600180700380380700380700380F001C0F001C0F001C0F001E0F001
+E0F001E0F001E0F001E07001E07003E03803E01805E00C05E00619E003E1E00001C00001C00001
+C0000380000380300300780700780600700C002018001030000FC00013227EA018>I<70F8F8F8
+70000000000000000000000070F8F8F87005157C940E>I<FFFFFFFEFFFFFFFE00000000000000
+00000000000000000000000000000000000000000000000000FFFFFFFEFFFFFFFE1F0C7D9126>
+61 D<0001800000018000000180000003C0000003C0000003C0000005E0000005E000000DF000
+0008F0000008F0000010F800001078000010780000203C0000203C0000203C0000401E0000401E
+0000401E0000800F0000800F0000FFFF000100078001000780030007C0020003C0020003C00400
+03E0040001E0040001E00C0000F00C0000F03E0001F8FF800FFF20237EA225>65
+D<FFFFF8000F800E0007800780078003C0078003E0078001E0078001F0078001F0078001F00780
+01F0078001F0078001E0078003E0078007C007800F8007803E0007FFFE0007800780078003C007
+8001E0078001F0078000F0078000F8078000F8078000F8078000F8078000F8078000F8078001F0
+078001F0078003E0078007C00F800F00FFFFFC001D227EA123>I<0007E0100038183000E00630
+01C00170038000F0070000F00E0000701E0000701C0000303C0000303C0000307C000010780000
+1078000010F8000000F8000000F8000000F8000000F8000000F8000000F8000000F80000007800
+0000780000107C0000103C0000103C0000101C0000201E0000200E000040070000400380008001
+C0010000E0020000381C000007E0001C247DA223>I<FFFFF0000F801E0007800700078003C007
+8001C0078000E0078000F007800078078000780780007C0780003C0780003C0780003C0780003E
+0780003E0780003E0780003E0780003E0780003E0780003E0780003E0780003E0780003C078000
+3C0780007C0780007807800078078000F0078000E0078001E0078003C0078007000F801E00FFFF
+F8001F227EA125>I<FFFFFFC00F8007C0078001C0078000C00780004007800040078000600780
+0020078000200780002007802020078020000780200007802000078060000780E00007FFE00007
+80E000078060000780200007802000078020000780200807800008078000080780001007800010
+07800010078000300780003007800070078000E00F8003E0FFFFFFE01D227EA121>I<FFFFFFC0
+0F8007C0078001C0078000C0078000400780004007800060078000200780002007800020078020
+20078020000780200007802000078060000780E00007FFE0000780E00007806000078020000780
+200007802000078020000780000007800000078000000780000007800000078000000780000007
+800000078000000FC00000FFFE00001B227EA120>I<0007F008003C0C1800E0021801C001B803
+8000F8070000780F0000381E0000381E0000183C0000183C0000187C0000087800000878000008
+F8000000F8000000F8000000F8000000F8000000F8000000F8000000F8001FFF780000F8780000
+787C0000783C0000783C0000781E0000781E0000780F00007807000078038000B801C000B800E0
+0318003C0C080007F00020247DA226>I<FFFC3FFF0FC003F0078001E0078001E0078001E00780
+01E0078001E0078001E0078001E0078001E0078001E0078001E0078001E0078001E0078001E007
+8001E007FFFFE0078001E0078001E0078001E0078001E0078001E0078001E0078001E0078001E0
+078001E0078001E0078001E0078001E0078001E0078001E0078001E00FC003F0FFFC3FFF20227E
+A125>I<FFFC0FC007800780078007800780078007800780078007800780078007800780078007
+80078007800780078007800780078007800780078007800780078007800FC0FFFC0E227EA112>
+I<FFFC03FF000FC000F80007800060000780004000078000800007800100000780020000078004
+00000780080000078010000007802000000780400000078080000007818000000783C000000787
+E000000789E000000788F000000790F0000007A078000007C03C000007803C000007801E000007
+800F000007800F00000780078000078007C000078003C000078001E000078001E000078000F000
+078000F8000FC000FC00FFFC07FF8021227EA126>75 D<FFFE00000FC000000780000007800000
+078000000780000007800000078000000780000007800000078000000780000007800000078000
+000780000007800000078000000780000007800000078000000780000007800000078000800780
+00800780008007800080078001800780018007800100078003000780030007800F000F803F00FF
+FFFF0019227EA11E>I<FFC00003FF0FC00003F007C00003E005E00005E005E00005E004F00009
+E004F00009E004F00009E004780011E004780011E004780011E0043C0021E0043C0021E0043C00
+21E0041E0041E0041E0041E0040F0081E0040F0081E0040F0081E004078101E004078101E00407
+8101E00403C201E00403C201E00401E401E00401E401E00401E401E00400F801E00400F801E004
+00F801E004007001E00E007001E01F007003F0FFE0203FFF28227EA12D>I<FF8007FF07C000F8
+07C0007005E0002004F0002004F0002004780020047C0020043C0020041E0020041F0020040F00
+2004078020040780200403C0200401E0200401E0200400F0200400F8200400782004003C200400
+3E2004001E2004000F2004000F20040007A0040003E0040003E0040001E0040001E0040000E00E
+0000601F000060FFE0002020227EA125>I<000FE00000783C0000E00E0003C00780078003C00F
+0001E00E0000E01E0000F03C0000783C0000787C00007C7C00007C7800003C7800003CF800003E
+F800003EF800003EF800003EF800003EF800003EF800003EF800003EF800003E7800003C7C0000
+7C7C00007C3C0000783E0000F81E0000F00F0001E00F0001E0078003C003C0078000E00E000078
+3C00000FE0001F247DA226>I<FFFFF0000F803C0007800F0007800780078007C0078003C00780
+03E0078003E0078003E0078003E0078003E0078003E0078003C0078007C00780078007800F0007
+803C0007FFF0000780000007800000078000000780000007800000078000000780000007800000
+0780000007800000078000000780000007800000078000000FC00000FFFC00001B227EA121>I<
+000FE00000783C0000E00E0003C00780078003C00F0001E00E0000E01E0000F03E0000F83C0000
+787C00007C7C00007C7800003C7800003CF800003EF800003EF800003EF800003EF800003EF800
+003EF800003EF800003EF800003E7800003C7C00007C7C00007C3C0000783C0000781E0380F00E
+0420E00F0801E0078813C003C8178000E80E00007C3C02000FEC0200000C0200000C0200000E06
+00000F0E000007FC000007FC000007F8000003F8000001E01F2D7DA226>I<FFFFE000000F803C
+000007800E00000780078000078007C000078003C000078003E000078003E000078003E0000780
+03E000078003E000078003C000078007C000078007800007800E000007803C000007FFE0000007
+80700000078038000007801C000007801E000007800E000007800F000007800F000007800F0000
+07800F000007800F800007800F800007800F800007800F808007800FC080078007C0800FC003C1
+00FFFC01E2000000007C0021237EA124>I<03F0200C0C601802603001E07000E0600060E00060
+E00060E00020E00020E00020F00000F000007800007F00003FF0001FFE000FFF0003FF80003FC0
+0007E00001E00000F00000F0000070800070800070800070800070C00060C00060E000C0F000C0
+C80180C6070081FC0014247DA21B>I<7FFFFFF878078078600780184007800840078008400780
+08C007800C80078004800780048007800480078004000780000007800000078000000780000007
+800000078000000780000007800000078000000780000007800000078000000780000007800000
+078000000780000007800000078000000780000007800000078000000FC00003FFFF001E227EA1
+23>I<FFFC07FF0FC000F807800070078000200780002007800020078000200780002007800020
+078000200780002007800020078000200780002007800020078000200780002007800020078000
+20078000200780002007800020078000200780002007800020078000200380004003C0004003C0
+004001C0008000E000800060010000300600001C08000003F00020237EA125>I<FFF0007FC01F
+80001F000F00000C000780000C000780000800078000080003C000100003C000100003E0003000
+01E000200001E000200000F000400000F000400000F000400000780080000078008000007C0180
+00003C010000003C010000001E020000001E020000001F020000000F040000000F040000000F8C
+0000000788000000078800000003D000000003D000000003F000000001E000000001E000000000
+C000000000C000000000C0000022237FA125>I<FFF03FFC03FE1F8007E000F80F0003C000700F
+0003C000200F0003C00020078001E00040078001E00040078001E0004003C002F0008003C002F0
+008003C002F0008001E00478010001E00478010001E00478010000F0083C020000F0083C020000
+F0083C020000F8183E06000078101E04000078101E0400007C101E0400003C200F0800003C200F
+0800003C200F0800001E40079000001E40079000001E40079000000F8003E000000F8003E00000
+0F8003E00000070001C00000070001C00000070001C0000003000180000002000080002F237FA1
+32>I<7FF807FF0007E001F80003C000E00003E000C00001E000800000F001000000F803000000
+78020000007C040000003E0C0000001E080000001F100000000FB000000007A000000007C00000
+0003E000000001E000000001F000000003F80000000278000000047C0000000C3E000000081E00
+0000101F000000300F80000020078000004007C00000C003E000008001E000010001F000030000
+F000070000F8001F8001FC00FFE007FFC022227FA125>I<0FE0001838003C0C003C0E00180700
+00070000070000070000FF0007C7001E07003C0700780700700700F00708F00708F00708F00F08
+7817083C23900FC1E015157E9418>97 D<0E0000FE00001E00000E00000E00000E00000E00000E
+00000E00000E00000E00000E00000E00000E00000E1F000E61C00E80600F00300E00380E003C0E
+001C0E001E0E001E0E001E0E001E0E001E0E001E0E001E0E001C0E003C0E00380F00700C80600C
+41C0083F0017237FA21B>I<01FE000703000C07801C0780380300780000700000F00000F00000
+F00000F00000F00000F00000F000007000007800403800401C00800C010007060001F80012157E
+9416>I<0000E0000FE00001E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E00000E001F8E00704E00C02E01C01E03800E07800E07000E0F000E0F000E0F000E0F000
+E0F000E0F000E0F000E07000E07800E03800E01801E00C02E0070CF001F0FE17237EA21B>I<01
+FC000707000C03801C01C03801C07801E07000E0F000E0FFFFE0F00000F00000F00000F00000F0
+00007000007800203800201C00400E008007030000FC0013157F9416>I<003C00C6018F038F03
+0F070007000700070007000700070007000700FFF8070007000700070007000700070007000700
+07000700070007000700070007000700070007807FF8102380A20F>I<00007001F198071E180E
+0E181C07001C07003C07803C07803C07803C07801C07001C07000E0E000F1C0019F00010000010
+00001800001800001FFE000FFFC00FFFE03800F0600030400018C00018C00018C0001860003060
+00303800E00E038003FE0015217F9518>I<0E0000FE00001E00000E00000E00000E00000E0000
+0E00000E00000E00000E00000E00000E00000E00000E1F800E60C00E80E00F00700F00700E0070
+0E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E0070
+0E0070FFE7FF18237FA21B>I<1C001E003E001E001C0000000000000000000000000000000000
+0E00FE001E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E
+00FFC00A227FA10E>I<01C003E003E003E001C00000000000000000000000000000000001E00F
+E001E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E0
+00E000E000E000E000E060E0F0C0F18061803E000B2C82A10F>I<0E0000FE00001E00000E0000
+0E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E03FC0E01F00E01C0
+0E01800E02000E04000E08000E10000E38000EF8000F1C000E1E000E0E000E07000E07800E03C0
+0E01C00E01E00E00F00E00F8FFE3FE17237FA21A>I<0E00FE001E000E000E000E000E000E000E
+000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E00
+0E000E000E000E000E000E00FFE00B237FA20E>I<0E1FC07F00FE60E183801E807201C00F003C
+00E00F003C00E00E003800E00E003800E00E003800E00E003800E00E003800E00E003800E00E00
+3800E00E003800E00E003800E00E003800E00E003800E00E003800E00E003800E00E003800E00E
+003800E0FFE3FF8FFE27157F942A>I<0E1F80FE60C01E80E00F00700F00700E00700E00700E00
+700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E0070FFE7
+FF18157F941B>I<01FC000707000C01801800C03800E0700070700070F00078F00078F00078F0
+0078F00078F00078F000787000707800F03800E01C01C00E038007070001FC0015157F9418>I<
+0E1F00FE61C00E80600F00700E00380E003C0E001C0E001E0E001E0E001E0E001E0E001E0E001E
+0E001E0E003C0E003C0E00380F00700E80E00E41C00E3F000E00000E00000E00000E00000E0000
+0E00000E00000E00000E0000FFE000171F7F941B>I<01F8200704600E02601C01603801E07800
+E07800E0F000E0F000E0F000E0F000E0F000E0F000E0F000E07000E07800E03801E01C01E00C02
+E0070CE001F0E00000E00000E00000E00000E00000E00000E00000E00000E00000E0000FFE171F
+7E941A>I<0E3CFE461E8F0F0F0F060F000E000E000E000E000E000E000E000E000E000E000E00
+0E000E000F00FFF010157F9413>I<0F8830786018C018C008C008E008F0007F803FE00FF001F8
+003C801C800C800CC00CC008E018D0308FC00E157E9413>I<0200020002000200060006000600
+0E001E003E00FFF80E000E000E000E000E000E000E000E000E000E000E000E040E040E040E040E
+040E040708030801F00E1F7F9E13>I<0E0070FE07F01E00F00E00700E00700E00700E00700E00
+700E00700E00700E00700E00700E00700E00700E00700E00700E00F00E00F006017003827800FC
+7F18157F941B>I<FFC1FE1E00780E00300E00200E002007004007004003808003808003808001
+C10001C10000E20000E20000E20000740000740000380000380000380000100017157F941A>I<
+FF8FF8FF1E01E03C1C01C0180E01C0180E01E0100E01E010070260200702702007027020038430
+40038438400384384001C8188001C81C8001C81C8000F00D0000F00F0000F00F00006006000060
+06000060060020157F9423>I<FF83FE1F01F00E00C007008003810003830001C20000E4000078
+00007800003800003C00004E00008E000187000103800201C00401E00C00E03E01F0FF03FE1715
+7F941A>I<FFC1FE1E00780E00300E00200E002007004007004003808003808003808001C10001
+C10000E20000E20000E20000740000740000380000380000380000100000100000200000200000
+2000004000F04000F08000F180004300003C0000171F7F941A>I<3FFFC0380380300780200700
+600E00401C00403C0040380000700000E00001E00001C0000380400700400F00400E00C01C0080
+380080780180700780FFFF8012157F9416>I<FFFFFE1701808C18>I E /Fu
+64 124 df<000FF83F00007FFDFFC001F81FE3E003E03F87E007C03F87E00F803F07E00F803F03
+C00F801F00000F801F00000F801F00000F801F00000F801F00000F801F0000FFFFFFFC00FFFFFF
+FC000F801F00000F801F00000F801F00000F801F00000F801F00000F801F00000F801F00000F80
+1F00000F801F00000F801F00000F801F00000F801F00000F801F00000F801F00000F801F00000F
+801F00000F801F00000F801F00007FF0FFF0007FF0FFF00023237FA221>11
+D<000FF000007FFC0001F80E0003E01F0007C03F000F803F000F803F000F801E000F800C000F80
+00000F8000000F8000000F800000FFFFFF00FFFFFF000F801F000F801F000F801F000F801F000F
+801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F000F801F00
+0F801F000F801F000F801F000F801F007FF0FFE07FF0FFE01B237FA21F>I<FFFCFFFCFFFCFFFC
+0E047F8C13>45 D<387CFEFEFE7C3807077C8610>I<00FE0007FFC00F83E01F01F03E00F83E00
+F87C007C7C007C7C007CFC007CFC007EFC007EFC007EFC007EFC007EFC007EFC007EFC007EFC00
+7EFC007EFC007EFC007EFC007E7C007C7C007C7C007C3E00F83E00F81F01F00F83E007FFC000FE
+0017207E9F1C>48 D<00180000780001F800FFF800FFF80001F80001F80001F80001F80001F800
+01F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F800
+01F80001F80001F80001F80001F80001F80001F8007FFFE07FFFE013207C9F1C>I<03FC000FFF
+003C1FC07007E07C07F0FE03F0FE03F8FE03F8FE01F87C01F83803F80003F80003F00003F00007
+E00007C0000F80001F00003E0000380000700000E01801C0180380180700180E00380FFFF01FFF
+F03FFFF07FFFF0FFFFF0FFFFF015207D9F1C>I<00FE0007FFC00F07E01E03F03F03F03F81F83F
+81F83F81F81F03F81F03F00003F00003E00007C0001F8001FE0001FF000007C00001F00001F800
+00FC0000FC3C00FE7E00FEFF00FEFF00FEFF00FEFF00FC7E01FC7801F81E07F00FFFC001FE0017
+207E9F1C>I<0000E00001E00003E00003E00007E0000FE0001FE0001FE00037E00077E000E7E0
+01C7E00187E00307E00707E00E07E00C07E01807E03807E07007E0E007E0FFFFFEFFFFFE0007E0
+0007E00007E00007E00007E00007E00007E000FFFE00FFFE17207E9F1C>I<1000201E01E01FFF
+C01FFF801FFF001FFE001FF8001BC00018000018000018000018000019FC001FFF001E0FC01807
+E01803E00003F00003F00003F80003F83803F87C03F8FE03F8FE03F8FC03F0FC03F07007E03007
+C01C1F800FFF0003F80015207D9F1C>I<001F8000FFE003F07007C0F00F01F81F01F83E01F83E
+01F87E00F07C00007C0000FC0800FC7FC0FCFFE0FD80F0FF00F8FE007CFE007CFC007EFC007EFC
+007EFC007E7C007E7C007E7C007E3C007C3E007C1E00F80F00F00783E003FFC000FF0017207E9F
+1C>I<6000007800007FFFFE7FFFFE7FFFFC7FFFF87FFFF87FFFF0E00060E000C0C00180C00300
+C00300000600000C00001C0000180000380000780000780000F00000F00000F00001F00001F000
+01F00003F00003F00003F00003F00003F00003F00003F00001E00017227DA11C>I<00FE0003FF
+C00703E00E00F01C00F01C00783C00783E00783F00783F80783FE0F01FF9E01FFFC00FFF8007FF
+C003FFE007FFF01E7FF83C1FFC7807FC7801FEF000FEF0003EF0001EF0001EF0001CF8001C7800
+383C00381F01F00FFFC001FF0017207E9F1C>I<01FE0007FF800F83E01E01F03E00F07C00F87C
+0078FC007CFC007CFC007CFC007EFC007EFC007EFC007E7C00FE7C00FE3E01FE1E037E0FFE7E07
+FC7E00207E00007C00007C1E007C3F00F83F00F83F00F03F01E01E03C01C0F800FFE0003F80017
+207E9F1C>I<387CFEFEFE7C380000000000000000387CFEFEFE7C3807167C9510>I<0000700000
+00007000000000F800000000F800000000F800000001FC00000001FC00000003FE00000003FE00
+000003FE00000006FF000000067F0000000E7F8000000C3F8000000C3F800000183FC00000181F
+C00000381FE00000300FE00000300FE00000600FF000006007F00000E007F80000FFFFF80000FF
+FFF800018001FC00018001FC00038001FE00030000FE00030000FE000600007F000600007F00FF
+E00FFFF8FFE00FFFF825227EA12A>65 D<FFFFFF8000FFFFFFE00007F001F80007F000FC0007F0
+007E0007F0007E0007F0007F0007F0007F0007F0007F0007F0007F0007F0007F0007F0007E0007
+F000FE0007F000FC0007F003F80007FFFFF00007FFFFF00007F001FC0007F0007E0007F0003F00
+07F0003F8007F0001F8007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001F
+C007F0003F8007F0003F8007F0007F0007F001FE00FFFFFFF800FFFFFFC00022227EA128>I<00
+03FE0080001FFF818000FF01E38001F8003F8003E0001F8007C0000F800F800007801F80000780
+3F000003803F000003807F000001807E000001807E00000180FE00000000FE00000000FE000000
+00FE00000000FE00000000FE00000000FE00000000FE000000007E000000007E000001807F0000
+01803F000001803F000003801F800003000F8000030007C000060003F0000C0001F800380000FF
+00F000001FFFC0000003FE000021227DA128>I<FFFFFF8000FFFFFFF00007F003FC0007F0007E
+0007F0003F0007F0001F8007F0000FC007F00007E007F00007E007F00007F007F00003F007F000
+03F007F00003F007F00003F807F00003F807F00003F807F00003F807F00003F807F00003F807F0
+0003F807F00003F807F00003F807F00003F007F00003F007F00003F007F00007E007F00007E007
+F0000FC007F0001F8007F0003F0007F0007E0007F003FC00FFFFFFF000FFFFFF800025227EA12B
+>I<FFFFFFFCFFFFFFFC07F000FC07F0003C07F0001C07F0000C07F0000E07F0000E07F0000607
+F0180607F0180607F0180607F0180007F0380007F0780007FFF80007FFF80007F0780007F03800
+07F0180007F0180007F0180307F0180307F0000307F0000607F0000607F0000607F0000E07F000
+0E07F0001E07F0003E07F001FCFFFFFFFCFFFFFFFC20227EA125>I<FFFFFFF8FFFFFFF807F001
+F807F0007807F0003807F0001807F0001C07F0001C07F0000C07F0000C07F0180C07F0180C07F0
+180007F0180007F0380007F0780007FFF80007FFF80007F0780007F0380007F0180007F0180007
+F0180007F0180007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F00000
+FFFFE000FFFFE0001E227EA123>I<0003FE0040001FFFC0C0007F00F1C001F8003FC003F0000F
+C007C00007C00FC00003C01F800003C03F000001C03F000001C07F000000C07E000000C07E0000
+00C0FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00
+0FFFFC7E000FFFFC7F00001FC07F00001FC03F00001FC03F00001FC01F80001FC00FC0001FC007
+E0001FC003F0001FC001FC003FC0007F80E7C0001FFFC3C00003FF00C026227DA12C>I<FFFF83
+FFFEFFFF83FFFE07F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0
+001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007FFFFFFC007
+FFFFFFC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC0
+07F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001FC007F0001F
+C0FFFF83FFFEFFFF83FFFE27227EA12C>I<FFFFE0FFFFE003F80003F80003F80003F80003F800
+03F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F800
+03F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F80003F800FFFFE0
+FFFFE013227FA115>I<FFFF803FFCFFFF803FFC07F000038007F000070007F0000E0007F00018
+0007F000300007F000E00007F001C00007F003800007F007000007F00E000007F018000007F038
+000007F0FC000007F1FE000007F3FE000007F77F000007FE7F800007F83F800007F01FC00007F0
+1FE00007F00FE00007F007F00007F007F80007F003F80007F001FC0007F001FE0007F000FF0007
+F0007F0007F0007F8007F0003FC0FFFF83FFFCFFFF83FFFC26227EA12C>75
+D<FFFFE000FFFFE00007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007
+F0000007F0000007F0001807F0001807F0001807F0001807F0003807F0003807F0007007F00070
+07F000F007F001F007F007F0FFFFFFF0FFFFFFF01D227EA122>I<FFF000000FFFFFF800001FFF
+07F800001FE006FC000037E006FC000037E006FC000037E0067E000067E0067E000067E0063F00
+00C7E0063F0000C7E0061F800187E0061F800187E0060FC00307E0060FC00307E0060FC00307E0
+0607E00607E00607E00607E00603F00C07E00603F00C07E00601F81807E00601F81807E00601F8
+1807E00600FC3007E00600FC3007E006007E6007E006007E6007E006003FC007E006003FC007E0
+06001F8007E006001F8007E006001F8007E006000F0007E0FFF00F00FFFFFFF00600FFFF30227E
+A135>I<FFF8001FFEFFFC001FFE07FC0000C007FE0000C006FF0000C0067F8000C0063FC000C0
+061FE000C0060FE000C0060FF000C00607F800C00603FC00C00601FE00C00600FE00C00600FF00
+C006007F80C006003FC0C006001FE0C006000FF0C0060007F0C0060007F8C0060003FCC0060001
+FEC0060000FFC00600007FC00600007FC00600003FC00600001FC00600000FC006000007C00600
+0003C006000003C0FFF00001C0FFF00000C027227EA12C>I<0007FC0000003FFF800000FC07E0
+0003F001F80007E000FC000FC0007E001F80003F001F80003F003F00001F803F00001F807F0000
+1FC07E00000FC07E00000FC0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00
+000FE0FE00000FE0FE00000FE0FE00000FE07E00000FC07F00001FC07F00001FC03F00001F803F
+80003F801F80003F000FC0007E0007E000FC0003F001F80000FC07E000003FFF80000007FC0000
+23227DA12A>I<FFFFFF00FFFFFFE007F007F007F001FC07F000FC07F0007E07F0007E07F0007F
+07F0007F07F0007F07F0007F07F0007F07F0007E07F0007E07F000FC07F001FC07F007F007FFFF
+E007FFFF0007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F00000FFFF8000FFFF800020227EA126>I<0007FC000000
+3FFF800000FC07E00003F001F80007E000FC000FC0007E001F80003F001F80003F003F00001F80
+3F00001F807F00001FC07E00000FC07E00000FC0FE00000FE0FE00000FE0FE00000FE0FE00000F
+E0FE00000FE0FE00000FE0FE00000FE0FE00000FE0FE00000FE07E00000FC07F00001FC07F0000
+1FC03F00001F803F81F03F801F83F83F000FC70C7E0007E606FC0003F607F80000FF07E000003F
+FF80000007FF80200000038020000003C020000003E0E0000003FFE0000001FFC0000001FFC000
+0000FFC0000000FF800000007F000000001E00232C7DA12A>I<FFFFFE0000FFFFFFC00007F007
+F00007F001F80007F000FC0007F0007E0007F0007F0007F0007F0007F0007F0007F0007F0007F0
+007F0007F0007F0007F0007E0007F000FC0007F001F80007F007F00007FFFFC00007FFFF800007
+F00FE00007F007F00007F003F80007F001FC0007F001FC0007F001FC0007F001FC0007F001FC00
+07F001FC0007F001FC0007F001FC0007F001FC0607F000FE0607F000FF0CFFFF803FF8FFFF800F
+F027227EA12A>I<01FC0407FF8C1F03FC3C007C7C003C78001C78001CF8000CF8000CFC000CFC
+0000FF0000FFE0007FFF007FFFC03FFFF01FFFF80FFFFC03FFFE003FFE0003FF00007F00003F00
+003FC0001FC0001FC0001FE0001EE0001EF0003CFC003CFF00F8C7FFE080FF8018227DA11F>I<
+7FFFFFFF807FFFFFFF807E03F80F807803F807807003F803806003F80180E003F801C0E003F801
+C0C003F800C0C003F800C0C003F800C0C003F800C00003F800000003F800000003F800000003F8
+00000003F800000003F800000003F800000003F800000003F800000003F800000003F800000003
+F800000003F800000003F800000003F800000003F800000003F800000003F800000003F8000000
+03F8000003FFFFF80003FFFFF80022227EA127>I<FFFF803FFCFFFF803FFC07F000018007F000
+018007F000018007F000018007F000018007F000018007F000018007F000018007F000018007F0
+00018007F000018007F000018007F000018007F000018007F000018007F000018007F000018007
+F000018007F000018007F000018007F000018007F000018007F000018007F000018003F0000300
+03F800030001F800060000FC000E00007E001C00003F80F800000FFFE0000001FF000026227EA1
+2B>I<FFFF800FFEFFFF800FFE07F00000C007F80000C003F800018003F800018001FC00030001
+FC00030001FE00070000FE00060000FF000600007F000C00007F800C00003F801800003F801800
+003FC03800001FC03000001FE03000000FE06000000FF060000007F0C0000007F0C0000007F9C0
+000003F980000003FD80000001FF00000001FF00000000FE00000000FE00000000FE000000007C
+000000007C00000000380000000038000027227FA12A>I<FFFF0FFFF01FFEFFFF0FFFF01FFE0F
+F000FF0000E007F0007F0000C007F0007F0000C003F8007F80018003F8003F80018003FC003F80
+038001FC003FC0030001FC003FC0030000FE007FE0060000FE006FE0060000FF006FE00600007F
+00C7F00C00007F00C7F00C00007F80C7F81C00003F8183F81800003F8183F81800001FC383FC30
+00001FC301FC3000001FE301FC3000000FE600FE6000000FE600FE6000000FF600FFE0000007FC
+007FC0000007FC007FC0000003FC007F80000003F8003F80000003F8003F80000001F0001F0000
+0001F0001F00000000F0001E00000000E0000E00000000E0000E000037227FA13A>I<07FC001F
+FF803F07C03F03E03F01E03F01F01E01F00001F00001F0003FF003FDF01FC1F03F01F07E01F0FC
+01F0FC01F0FC01F0FC01F07E02F07E0CF81FF87F07E03F18167E951B>97
+D<FF000000FF0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F00
+00001F0000001F0000001F0000001F0FE0001F3FF8001FF07C001F801E001F001F001F000F801F
+000F801F000FC01F000FC01F000FC01F000FC01F000FC01F000FC01F000FC01F000FC01F000F80
+1F001F801F801F001FC03E001EE07C001C3FF800180FC0001A237EA21F>I<00FF8007FFE00F83
+F01F03F03E03F07E03F07C01E07C0000FC0000FC0000FC0000FC0000FC0000FC00007C00007E00
+007E00003E00301F00600FC0E007FF8000FE0014167E9519>I<0001FE000001FE0000003E0000
+003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E00
+01FC3E0007FFBE000F81FE001F007E003E003E007E003E007C003E00FC003E00FC003E00FC003E
+00FC003E00FC003E00FC003E00FC003E00FC003E007C003E007C003E003E007E001E00FE000F83
+BE0007FF3FC001FC3FC01A237EA21F>I<00FE0007FF800F87C01E01E03E01F07C00F07C00F8FC
+00F8FC00F8FFFFF8FFFFF8FC0000FC0000FC00007C00007C00007E00003E00181F00300FC07003
+FFC000FF0015167E951A>I<003F8000FFC001E3E003C7E007C7E00F87E00F83C00F80000F8000
+0F80000F80000F80000F8000FFFC00FFFC000F80000F80000F80000F80000F80000F80000F8000
+0F80000F80000F80000F80000F80000F80000F80000F80000F80000F80000F80007FF8007FF800
+13237FA211>I<03FC1E0FFF7F1F0F8F3E07CF3C03C07C03E07C03E07C03E07C03E07C03E03C03
+C03E07C01F0F801FFF0013FC003000003000003800003FFF801FFFF00FFFF81FFFFC3800FC7000
+3EF0001EF0001EF0001EF0001E78003C7C007C3F01F80FFFE001FF0018217E951C>I<FF000000
+FF0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000
+001F0000001F0000001F07E0001F1FF8001F307C001F403C001F803E001F803E001F003E001F00
+3E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F
+003E001F003E001F003E00FFE1FFC0FFE1FFC01A237EA21F>I<1C003E007F007F007F003E001C
+000000000000000000000000000000FF00FF001F001F001F001F001F001F001F001F001F001F00
+1F001F001F001F001F001F001F001F00FFE0FFE00B247EA310>I<0038007C00FE00FE00FE007C
+0038000000000000000000000000000003FE03FE003E003E003E003E003E003E003E003E003E00
+3E003E003E003E003E003E003E003E003E003E003E003E003E003E783EFC3EFC3CFC7C78F87FE0
+1F800F2E83A311>I<FF000000FF0000001F0000001F0000001F0000001F0000001F0000001F00
+00001F0000001F0000001F0000001F0000001F0000001F00FF801F00FF801F0038001F0060001F
+01C0001F0380001F0700001F0E00001F1C00001F7E00001FFF00001FCF00001F0F80001F07C000
+1F03E0001F01E0001F01F0001F00F8001F007C001F003C00FFE0FFC0FFE0FFC01A237EA21E>I<
+FF00FF001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F
+001F001F001F001F001F001F001F001F001F001F001F001F001F00FFE0FFE00B237EA210>I<FF
+07F007F000FF1FFC1FFC001F303E303E001F403E403E001F801F801F001F801F801F001F001F00
+1F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F
+001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F001F00
+1F00FFE0FFE0FFE0FFE0FFE0FFE02B167E9530>I<FF07E000FF1FF8001F307C001F403C001F80
+3E001F803E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F
+003E001F003E001F003E001F003E001F003E001F003E00FFE1FFC0FFE1FFC01A167E951F>I<00
+FE0007FFC00F83E01E00F03E00F87C007C7C007C7C007CFC007EFC007EFC007EFC007EFC007EFC
+007EFC007E7C007C7C007C3E00F81F01F00F83E007FFC000FE0017167E951C>I<FF0FE000FF3F
+F8001FF07C001F803E001F001F001F001F801F001F801F000FC01F000FC01F000FC01F000FC01F
+000FC01F000FC01F000FC01F000FC01F001F801F001F801F803F001FC03E001FE0FC001F3FF800
+1F0FC0001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F000000FFE000
+00FFE000001A207E951F>I<00FE030007FF87000FC1C7001F006F003F003F007E003F007E001F
+007C001F00FC001F00FC001F00FC001F00FC001F00FC001F00FC001F00FC001F007E001F007E00
+1F003E003F001F007F000FC1DF0007FF9F0001FC1F0000001F0000001F0000001F0000001F0000
+001F0000001F0000001F0000001F000000FFE00000FFE01B207E951E>I<FE1F00FE3FC01E67E0
+1EC7E01E87E01E87E01F83C01F00001F00001F00001F00001F00001F00001F00001F00001F0000
+1F00001F00001F00001F0000FFF000FFF00013167E9517>I<0FF3003FFF00781F00600700E003
+00E00300F00300FC00007FE0007FF8003FFE000FFF0001FF00000F80C00780C00380E00380E003
+80F00700FC0E00EFFC00C7F00011167E9516>I<01800001800001800001800003800003800007
+80000780000F80003F8000FFFF00FFFF000F80000F80000F80000F80000F80000F80000F80000F
+80000F80000F80000F80000F81800F81800F81800F81800F81800F830007C30003FE0000F80011
+207F9F16>I<FF01FE00FF01FE001F003E001F003E001F003E001F003E001F003E001F003E001F
+003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F003E001F007E00
+1F00FE000F81BE0007FF3FC001FC3FC01A167E951F>I<FFE01FE0FFE01FE00F8006000F800600
+0FC00E0007C00C0007E01C0003E0180003E0180001F0300001F0300000F8600000F86000007CC0
+00007CC000007FC000003F8000003F8000001F0000001F0000000E0000000E00001B167F951E>
+I<FFE7FF07F8FFE7FF07F81F007800C00F807801800F807C01800F807C018007C07E030007C0DE
+030007E0DE070003E0DF060003E18F060001F18F0C0001F38F8C0001FB079C0000FB07D80000FE
+03D800007E03F000007E03F000007C01F000003C01E000003800E000001800C00025167F9528>
+I<FFE07FC0FFE07FC00F801C0007C0380003E0700003F0600001F8C00000F98000007F8000003F
+0000001F0000001F8000003FC0000037C0000063E00000C1F00001C0F8000380FC0007007E000E
+003E00FF80FFE0FF80FFE01B167F951E>I<FFE01FE0FFE01FE00F8006000F8006000FC00E0007
+C00C0007E01C0003E0180003E0180001F0300001F0300000F8600000F86000007CC000007CC000
+007FC000003F8000003F8000001F0000001F0000000E0000000E0000000C0000000C0000001800
+0078180000FC380000FC300000FC60000069C000007F8000001F0000001B207F951E>I<7FFFF0
+7FFFF07C03E07007C0600FC0E01F80C01F00C03E00C07E0000FC0000F80001F00003F03007E030
+07C0300F80701F80703F00603E00E07C03E0FFFFE0FFFFE014167E9519>I<FFFFFFE0FFFFFFE0
+1B02808E1C>I E /Fv 23 119 df<00000003FF00000C0000003FFFF0001C000001FFFFFC001C
+000007FF007F003C00001FF0000F807C00007FC00003C0FC0000FF000000F0FC0003FC00000079
+FC0007F80000003FFC000FF00000001FFC001FE00000000FFC003FC000000007FC007F80000000
+03FC00FF8000000003FC01FF0000000001FC01FE0000000001FC03FE0000000000FC07FC000000
+0000FC07FC00000000007C0FFC00000000007C0FF800000000007C1FF800000000003C1FF80000
+0000003C3FF000000000003C3FF000000000003C3FF000000000001C7FF000000000001C7FF000
+000000001C7FE000000000001C7FE0000000000000FFE0000000000000FFE0000000000000FFE0
+000000000000FFE0000000000000FFE0000000000000FFE0000000000000FFE0000000000000FF
+E0000000000000FFE0000000000000FFE0000000000000FFE0000000000000FFE0000000000000
+FFE00000000000007FE00000000000007FE00000000000007FF000000000001C7FF00000000000
+1C3FF000000000001C3FF000000000001C3FF000000000001C1FF800000000001C1FF800000000
+00380FF80000000000380FFC00000000003807FC00000000003807FC00000000007003FE000000
+00007001FE0000000000E001FF0000000000E000FF8000000001C0007F8000000001C0003FC000
+00000380001FE00000000700000FF00000000E000007F80000001C000003FC00000038000000FF
+000000700000007FC00001E00000001FF00007C000000007FF007F0000000001FFFFFE00000000
+003FFFF0000000000003FF8000003E497AC74B>67 D<FFFFFFFFFFFFFF80FFFFFFFFFFFFFF80FF
+FFFFFFFFFFFF80007FF800000FFF80003FF0000000FFC0001FF00000003FC0001FF00000001FC0
+001FF00000000FC0001FF000000007C0001FF000000003C0001FF000000003C0001FF000000001
+C0001FF000000001E0001FF000000001E0001FF000000000E0001FF000000000E0001FF0000000
+00E0001FF000000000E0001FF000000000E0001FF00000000070001FF00000000070001FF00001
+C00070001FF00001C00070001FF00001C00000001FF00001C00000001FF00001C00000001FF000
+01C00000001FF00001C00000001FF00003C00000001FF00003C00000001FF00007C00000001FF0
+000FC00000001FF0003FC00000001FFFFFFFC00000001FFFFFFFC00000001FFFFFFFC00000001F
+F0003FC00000001FF0000FC00000001FF00007C00000001FF00003C00000001FF00003C0000000
+1FF00001C00000001FF00001C00000001FF00001C00000001FF00001C00000001FF00001C0000E
+001FF00001C0000E001FF00001C0000E001FF0000000001C001FF0000000001C001FF000000000
+1C001FF0000000001C001FF0000000001C001FF0000000003C001FF0000000003C001FF0000000
+0038001FF00000000038001FF00000000078001FF00000000078001FF000000000F8001FF00000
+0000F8001FF000000001F0001FF000000001F0001FF000000003F0001FF00000000FF0001FF000
+00001FF0003FF00000007FF0007FF8000007FFF0FFFFFFFFFFFFFFE0FFFFFFFFFFFFFFE0FFFFFF
+FFFFFFFFE03F477DC646>69 D<FFFFFFFEFFFFFFFEFFFFFFFE007FFC00003FF800001FF000001F
+F000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF00000
+1FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000
+001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF0
+00001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001F
+F000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF00000
+1FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000
+001FF000003FF800007FFC00FFFFFFFEFFFFFFFEFFFFFFFE1F477DC625>73
+D<FFFFFFFFFFC00000FFFFFFFFFFFC0000FFFFFFFFFFFF0000007FF80001FFC000003FF000003F
+F000001FF000000FF800001FF0000007FC00001FF0000003FE00001FF0000001FF00001FF00000
+01FF80001FF0000000FF80001FF0000000FFC0001FF0000000FFE0001FF00000007FE0001FF000
+00007FE0001FF00000007FF0001FF00000007FF0001FF00000007FF0001FF00000007FF0001FF0
+0000007FF0001FF00000007FF0001FF00000007FF0001FF00000007FF0001FF00000007FE0001F
+F00000007FE0001FF0000000FFC0001FF0000000FFC0001FF0000000FF80001FF0000001FF8000
+1FF0000001FF00001FF0000003FE00001FF0000007FC00001FF000000FF800001FF000003FE000
+001FF00001FF8000001FFFFFFFFE0000001FFFFFFFF00000001FF00000000000001FF000000000
+00001FF00000000000001FF00000000000001FF00000000000001FF00000000000001FF0000000
+0000001FF00000000000001FF00000000000001FF00000000000001FF00000000000001FF00000
+000000001FF00000000000001FF00000000000001FF00000000000001FF00000000000001FF000
+00000000001FF00000000000001FF00000000000001FF00000000000001FF00000000000001FF0
+0000000000001FF00000000000001FF00000000000001FF00000000000001FF00000000000001F
+F00000000000001FF00000000000001FF00000000000003FF80000000000007FFC0000000000FF
+FFFFFE00000000FFFFFFFE00000000FFFFFFFE000000003C477DC646>80
+D<3FFFFFFFFFFFFFFF003FFFFFFFFFFFFFFF003FFFFFFFFFFFFFFF003FF8000FFE0007FF003FC0
+0007FC0000FF003F000007FC00003F007E000007FC00001F807C000007FC00000F807C000007FC
+00000F8078000007FC0000078078000007FC0000078078000007FC0000078070000007FC000003
+8070000007FC0000038070000007FC0000038070000007FC0000038070000007FC00000380F000
+0007FC000003C0E0000007FC000001C0E0000007FC000001C0E0000007FC000001C0E0000007FC
+000001C0E0000007FC000001C000000007FC0000000000000007FC0000000000000007FC000000
+0000000007FC0000000000000007FC0000000000000007FC0000000000000007FC000000000000
+0007FC0000000000000007FC0000000000000007FC0000000000000007FC0000000000000007FC
+0000000000000007FC0000000000000007FC0000000000000007FC0000000000000007FC000000
+0000000007FC0000000000000007FC0000000000000007FC0000000000000007FC000000000000
+0007FC0000000000000007FC0000000000000007FC0000000000000007FC0000000000000007FC
+0000000000000007FC0000000000000007FC0000000000000007FC0000000000000007FC000000
+0000000007FC0000000000000007FC0000000000000007FC0000000000000007FC000000000000
+0007FC0000000000000007FC0000000000000007FC0000000000000007FC0000000000000007FC
+0000000000000007FC0000000000000007FC0000000000000007FC0000000000000007FC000000
+000000000FFE000000000000003FFF800000000003FFFFFFFFF800000003FFFFFFFFF800000003
+FFFFFFFFF8000042467CC54B>84 D<0003FE000000001FFFC00000007E03F0000000F000FC0000
+01C0007E00000380003F000007C0001F800007F0001FC0000FF0000FC0000FF8000FE0000FF800
+0FE0000FF80007F00007F00007F00007F00007F00001C00007F00000000007F00000000007F000
+00000007F00000000007F000000001FFF00000007FFFF0000003FF87F000001FF007F000007F80
+07F00001FE0007F00003F80007F00007F00007F0000FE00007F0001FC00007F0003FC00007F000
+3F800007F0007F800007F01C7F800007F01CFF000007F01CFF000007F01CFF000007F01CFF0000
+0FF01CFF00000FF01CFF00000FF01C7F80001BF01C7F800033F01C3FC00031F8381FC00061F838
+0FF001C0FC7003FC0780FFE000FFFE003FC0001FF8001F802E2F7CAD34>97
+D<00003FE0000001FFFE000007E01F80001F8003C0003E0000E0007C00007001F80000F803F800
+03F803F00003FC07F00007FC0FE00007FC1FE00007FC1FC00003F83FC00003F83FC00000E03FC0
+0000007FC00000007F800000007F80000000FF80000000FF80000000FF80000000FF80000000FF
+80000000FF80000000FF80000000FF80000000FF80000000FF800000007F800000007F80000000
+7FC00000003FC00000003FC000000E1FC000000E1FE000000E0FE000001C0FF000001C07F00000
+3803F800003801F800007000FC0000E0007E0001C0001F800780000FE03E000001FFFC0000003F
+E000272F7DAD2E>99 D<000000003FC0000000001FFFC0000000001FFFC0000000001FFFC00000
+0000007FC000000000003FC000000000001FC000000000001FC000000000001FC000000000001F
+C000000000001FC000000000001FC000000000001FC000000000001FC000000000001FC0000000
+00001FC000000000001FC000000000001FC000000000001FC000000000001FC000000000001FC0
+00000000001FC000000000001FC000000000001FC000000000001FC000000000001FC000000000
+001FC00000001FE01FC0000001FFFC1FC0000007F01E1FC000001F80079FC000003F0001DFC000
+007C0000FFC00001F800007FC00003F800003FC00003F000003FC00007E000001FC0000FE00000
+1FC0001FE000001FC0001FC000001FC0003FC000001FC0003FC000001FC0007FC000001FC0007F
+8000001FC0007F8000001FC000FF8000001FC000FF8000001FC000FF8000001FC000FF8000001F
+C000FF8000001FC000FF8000001FC000FF8000001FC000FF8000001FC000FF8000001FC000FF80
+00001FC0007F8000001FC0007F8000001FC0007F8000001FC0003FC000001FC0003FC000001FC0
+001FC000001FC0001FC000001FC0000FE000001FC0000FE000003FC00007F000003FC00003F000
+007FC00001F80000FFC00000FC0001DFE000007E00039FF000001F000F1FFFC0000FE03E1FFFC0
+0003FFF81FFFC000003FC01FE00032497DC739>I<00007F80000003FFF000000FC0FC00003F00
+3F00007C001F8000F8000FC001F80007E003F00007E007E00003F00FE00003F80FE00003F81FC0
+0001FC1FC00001FC3FC00001FC3FC00001FC7F800001FE7F800000FE7F800000FEFF800000FEFF
+800000FEFFFFFFFFFEFFFFFFFFFEFF80000000FF80000000FF80000000FF80000000FF80000000
+FF800000007F800000007F800000007F800000007FC00000003FC00000003FC000000E1FC00000
+0E1FE000000E0FE000001C07E000001C07F000003803F000007001F800007000FC0000E0003E00
+03C0001F8007000007E03E000001FFF80000003FC000272F7DAD2E>I<000007F00000003FFC00
+00007C0E000001F81F000003F03F800007E07FC0000FC07FC0000FC07FC0001F807FC0003F803F
+80003F801F00003F000E00007F000000007F000000007F000000007F000000007F000000007F00
+0000007F000000007F000000007F000000007F000000007F000000007F000000007F000000007F
+000000007F000000007F000000007F000000FFFFFFE000FFFFFFE000FFFFFFE000007F00000000
+7F000000007F000000007F000000007F000000007F000000007F000000007F000000007F000000
+007F000000007F000000007F000000007F000000007F000000007F000000007F000000007F0000
+00007F000000007F000000007F000000007F000000007F000000007F000000007F000000007F00
+0000007F000000007F000000007F000000007F000000007F000000007F000000007F000000007F
+000000007F000000007F000000007F000000007F80000001FFC000007FFFFFC0007FFFFFC0007F
+FFFFC00022497DC820>I<0001FF0003F0000FFFE01FFC001F83F07C3E007E00FDE07E00F8003F
+807E01F8003F003C03F0001F801807F0001FC00007F0001FC0000FE0000FE0000FE0000FE0001F
+E0000FF0001FE0000FF0001FE0000FF0001FE0000FF0001FE0000FF0001FE0000FF0001FE0000F
+F0000FE0000FE0000FE0000FE00007F0001FC00007F0001FC00003F0001F800001F8003F000000
+F8003E000001FE00FC0000019F83F00000030FFFE000000301FF00000007000000000007000000
+000007000000000007000000000007000000000007000000000007800000000007C00000000007
+E00000000003FFFFFE000003FFFFFFE00001FFFFFFF80000FFFFFFFE00007FFFFFFF0001FFFFFF
+FF8003E00001FFC00F8000003FE01F0000000FE03E00000003F03C00000001F07C00000001F878
+00000000F8F800000000F8F800000000F8F800000000F8F800000000F8F800000000F87C000000
+01F07C00000001F03E00000003E01E00000003C00F000000078007C000001F0003E000003E0000
+FC0001F800003F800FE000000FFFFF80000000FFF800002F437DAC34>I<01FE0000000000FFFE
+0000000000FFFE0000000000FFFE000000000003FE000000000001FE000000000000FE00000000
+0000FE000000000000FE000000000000FE000000000000FE000000000000FE000000000000FE00
+0000000000FE000000000000FE000000000000FE000000000000FE000000000000FE0000000000
+00FE000000000000FE000000000000FE000000000000FE000000000000FE000000000000FE0000
+00000000FE000000000000FE000000000000FE000000000000FE007F80000000FE03FFF0000000
+FE0781F8000000FE0C007C000000FE18007E000000FE30003F000000FE60003F800000FEC0001F
+800000FF80001F800000FF80001FC00000FF00001FC00000FF00001FC00000FF00001FC00000FE
+00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC0
+0000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00
+001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC000
+00FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE0000
+1FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00003
+FF80007FF000FFFFFE1FFFFFC0FFFFFE1FFFFFC0FFFFFE1FFFFFC032487CC739>I<01F00003F8
+0007FC000FFE000FFE000FFE000FFE000FFE0007FC0003F80001F0000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000FE00FFFE00FFFE
+00FFFE0003FE0001FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE
+0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE
+0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0003FF
+00FFFFFCFFFFFCFFFFFC16467DC51C>I<01FE00FFFE00FFFE00FFFE0003FE0001FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000
+FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0003FF80FFFFFEFFFFFEFFFFFE17
+487DC71C>108 D<01FC007FC00007FC0000FFFC01FFF8001FFF8000FFFC0780FC00780FC000FF
+FC0E003E00E003E00003FC18003F018003F00001FC30001F830001F80000FC60001FC60001FC00
+00FCC0001FCC0001FC0000FD80000FD80000FC0000FD80000FF80000FE0000FF00000FF00000FE
+0000FF00000FF00000FE0000FF00000FF00000FE0000FE00000FE00000FE0000FE00000FE00000
+FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE000
+00FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE0
+0000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000F
+E00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE0000
+0FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00
+000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0000FE
+00000FE00000FE0000FE00000FE00000FE0000FE00000FE00000FE0003FF80003FF80003FF80FF
+FFFE0FFFFFE0FFFFFEFFFFFE0FFFFFE0FFFFFEFFFFFE0FFFFFE0FFFFFE4F2D7CAC56>I<01FC00
+7F800000FFFC03FFF00000FFFC0781F80000FFFC0C007C000003FC18007E000001FC30003F0000
+00FC60003F800000FCC0001F800000FD80001F800000FD80001FC00000FF00001FC00000FF0000
+1FC00000FF00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000
+FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001F
+C00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE
+00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC0
+0000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00
+001FC00000FE00001FC00003FF80007FF000FFFFFE1FFFFFC0FFFFFE1FFFFFC0FFFFFE1FFFFFC0
+322D7CAC39>I<00003FE000000001FFFC00000007E03F0000001F800FC000007E0003F00000FC
+0001F80001F80000FC0003F000007E0007F000007F0007E000003F000FE000003F801FC000001F
+C01FC000001FC03FC000001FE03FC000001FE03F8000000FE07F8000000FF07F8000000FF07F80
+00000FF0FF8000000FF8FF8000000FF8FF8000000FF8FF8000000FF8FF8000000FF8FF8000000F
+F8FF8000000FF8FF8000000FF8FF8000000FF8FF8000000FF87F8000000FF07F8000000FF07F80
+00000FF03FC000001FE03FC000001FE03FC000001FE01FC000001FC00FE000003F800FE000003F
+8007F000007F0003F000007E0001F80000FC0000FC0001F800007E0003F000001F800FC000000F
+E03F80000003FFFE000000003FE000002D2F7DAD34>I<01FE00FF000000FFFE07FFF00000FFFE
+1F01FC0000FFFE38007E000003FE70003F800001FEC0001FC00000FF80000FE00000FF800007F0
+0000FF000003F80000FE000003FC0000FE000001FC0000FE000001FE0000FE000001FE0000FE00
+0000FF0000FE000000FF0000FE000000FF8000FE000000FF8000FE0000007F8000FE0000007FC0
+00FE0000007FC000FE0000007FC000FE0000007FC000FE0000007FC000FE0000007FC000FE0000
+007FC000FE0000007FC000FE0000007FC000FE0000007FC000FE0000007F8000FE000000FF8000
+FE000000FF8000FE000000FF0000FE000000FF0000FE000001FE0000FE000001FE0000FE000003
+FC0000FE000003F80000FF000007F00000FF800007F00000FF80000FE00000FFC0001F800000FE
+E0003F000000FE7800FE000000FE1E03F8000000FE0FFFE0000000FE01FE00000000FE00000000
+0000FE000000000000FE000000000000FE000000000000FE000000000000FE000000000000FE00
+0000000000FE000000000000FE000000000000FE000000000000FE000000000000FE0000000000
+00FE000000000000FE000000000000FE000000000003FF8000000000FFFFFE00000000FFFFFE00
+000000FFFFFE0000000032417DAC39>I<01FC01F800FFFC07FE00FFFC1E1F00FFFC383F8003FC
+607FC001FC607FC000FCC07FC000FCC07FC000FD803F8000FD801F0000FF000E0000FF00000000
+FF00000000FF00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE000000
+00FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE0000
+0000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00000000FE00
+000000FE00000000FE00000000FE00000000FE00000000FF00000003FF800000FFFFFF8000FFFF
+FF8000FFFFFF8000222D7DAC28>114 D<001FF8060000FFFF0E0003F0079E00078001FE000E00
+007E001C00003E003C00003E007800001E007800001E00F800001E00F800000E00F800000E00FC
+00000E00FC00000E00FE00000E00FF000000007FC00000007FF80000003FFFE000001FFFFE0000
+0FFFFF800007FFFFE00003FFFFF00000FFFFFC00001FFFFE000001FFFE0000000FFF00000001FF
+800000007F806000001FC0E000001FC0E000000FC0F000000FC0F0000007C0F0000007C0F00000
+07C0F8000007C0F800000780FC00000780FC00000F00FE00000F00FF00001E00FF80003C00F9E0
+007800F0F803E000E03FFFC000C007FC0000222F7DAD29>I<0007000000070000000700000007
+00000007000000070000000F0000000F0000000F0000000F0000000F0000001F0000001F000000
+3F0000003F0000007F0000007F000000FF000001FF000007FF00001FFFFFFCFFFFFFFCFFFFFFFC
+007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F00
+00007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F
+0000007F0000007F0000007F000E007F000E007F000E007F000E007F000E007F000E007F000E00
+7F000E007F000E007F000E007F000E003F000C003F801C001F801C001F8018000FC0380007C030
+0003F0E00001FFC000003F801F417EBF28>I<01FE00003FC000FFFE001FFFC000FFFE001FFFC0
+00FFFE001FFFC00003FE00007FC00001FE00003FC00000FE00001FC00000FE00001FC00000FE00
+001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC000
+00FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE0000
+1FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000
+FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001FC00000FE00001F
+C00000FE00001FC00000FE00001FC00000FE00003FC00000FE00003FC00000FE00003FC00000FE
+00007FC000007E00007FC000007E00007FC000003F0000DFC000003F00019FE000001F00031FF0
+00000F80061FFFC00007F01C1FFFC00001FFF81FFFC000003FE01FE000322E7CAC39>I<FFFFF8
+007FFFC0FFFFF8007FFFC0FFFFF8007FFFC003FF80001FFE0001FE000007F80000FE000003E000
+00FE000003C00000FF000003C000007F0000038000007F0000038000003F8000070000003F8000
+070000003FC0000F0000001FC0000E0000001FC0000E0000000FE0001C0000000FE0001C000000
+0FF0003C00000007F0003800000007F0003800000003F8007000000003F8007000000003FC00F0
+00000001FC00E000000001FC00E000000000FE01C000000000FE01C000000000FF03C000000000
+7F0380000000007F0380000000003F8700000000003F8700000000003FCF00000000001FCE0000
+0000001FCE00000000000FFC00000000000FFC00000000000FFC000000000007F8000000000007
+F8000000000003F0000000000003F0000000000003F0000000000001E0000000000001E0000000
+322D7EAB37>I E /Fw 38 122 df<78FCFCFCFC7806067B8511>46 D<007F000001C1C0000780
+F0000F0078000E0038001C001C003C001E003C001E003C001E0078000F0078000F0078000F0078
+000F00F8000F80F8000F80F8000F80F8000F80F8000F80F8000F80F8000F80F8000F80F8000F80
+F8000F80F8000F80F8000F80F8000F80F8000F80F8000F8078000F0078000F0078000F0078000F
+003C001E003C001E003C001E001C001C000E0038000F0078000780F00001C1C000007F00001929
+7EA71E>48 D<00100000700001F0000FF000FEF000F0F00000F00000F00000F00000F00000F000
+00F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F000
+00F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F00000F000
+01F8007FFFE07FFFE013287BA71E>I<007F000001FFC00007C1E0000F0070001E0038001C003C
+003C001C0078001E0078001E00F8000F00F8000F00F8000F00F8000F00F8000F80F8000F80F800
+0F80F8000F8078000F8078001F803C001F803C001F801C002F800E004F800700CF8003810F8000
+7E0F8000000F0000000F0000000F0000001E0000001E0000001E0000003C001C003C003E007800
+3E0070003C00E0001801C0001C0780000FFE000003F8000019297EA71E>57
+D<00001800000000180000000018000000003C000000003C000000003C000000007E000000007E
+00000000FF000000009F000000009F000000011F800000010F800000010F8000000207C0000002
+07C000000207C000000403E000000403E000000403E000000801F000000801F000001801F80000
+1000F800001000F800002000FC000020007C00003FFFFC00007FFFFE000040003E000040003E00
+0080001F000080001F000080001F000100000F800100000F800100000F8002000007C007000007
+C01F80000FE0FFF000FFFFFFF000FFFF282A7EA92D>65 D<FFFFFF8000FFFFFFF00007E000FC00
+03E0007E0003E0003F0003E0001F8003E0000F8003E0000F8003E0000FC003E0000FC003E0000F
+C003E0000FC003E0000FC003E0000F8003E0001F8003E0001F0003E0003E0003E0007C0003E001
+F80003FFFFE00003E000F80003E0003E0003E0001F0003E0000F8003E00007C003E00007E003E0
+0003E003E00003F003E00003F003E00003F003E00003F003E00003F003E00003F003E00007E003
+E00007E003E0000FC003E0001F8003E0003F0007E000FE00FFFFFFF800FFFFFFE00024297EA82A
+>I<0000FF00100007FFE030001FC07830003E000C7000F80006F001F00003F003E00001F007C0
+0000F00F800000700F800000701F000000303F000000303E000000303E000000107E000000107E
+000000107C00000000FC00000000FC00000000FC00000000FC00000000FC00000000FC00000000
+FC00000000FC00000000FC000000007C000000007E000000007E000000103E000000103E000000
+103F000000101F000000200F800000200F8000006007C000004003E000008001F000018000F800
+0300003E000E00001FC038000007FFE0000000FF8000242B7DA92B>I<FFFFFFFF80FFFFFFFF80
+07E0001F8003E000078003E00001C003E00000C003E00000C003E000004003E000004003E00000
+4003E000004003E000002003E001002003E001002003E001000003E001000003E003000003E003
+000003E00F000003FFFF000003FFFF000003E00F000003E003000003E003000003E001000003E0
+01001003E001001003E001001003E000001003E000002003E000002003E000002003E000002003
+E000006003E000006003E00000E003E00001E003E00003C007E0001FC0FFFFFFFFC0FFFFFFFFC0
+24297EA829>69 D<FFFFFFFF00FFFFFFFF0007E0003F0003E000070003E000038003E000018003
+E000018003E000008003E000008003E000008003E000008003E000004003E002004003E0020040
+03E002000003E002000003E002000003E006000003E00E000003FFFE000003FFFE000003E00E00
+0003E006000003E002000003E002000003E002000003E002000003E002000003E000000003E000
+000003E000000003E000000003E000000003E000000003E000000003E000000003E000000003E0
+00000007F0000000FFFFE00000FFFFE0000022297EA827>I<FFFF81FFFFFFFF81FFFF07F0000F
+E003E00007C003E00007C003E00007C003E00007C003E00007C003E00007C003E00007C003E000
+07C003E00007C003E00007C003E00007C003E00007C003E00007C003E00007C003E00007C003E0
+0007C003FFFFFFC003FFFFFFC003E00007C003E00007C003E00007C003E00007C003E00007C003
+E00007C003E00007C003E00007C003E00007C003E00007C003E00007C003E00007C003E00007C0
+03E00007C003E00007C003E00007C003E00007C007F0000FE0FFFF81FFFFFFFF81FFFF28297EA8
+2D>72 D<FFFF80FFFF8007F00003E00003E00003E00003E00003E00003E00003E00003E00003E0
+0003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E0
+0003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E0
+0007F000FFFF80FFFF8011297EA816>I<03FFFF03FFFF0007E00003E00003E00003E00003E000
+03E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E000
+03E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E03003E07803E0FC
+03E0FC03E0FC03C0F807C0400780200F00300E000C3C0003F000182A7DA81F>I<FFFFE000FFFF
+E00007F0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003
+E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E0000003E00000
+03E0000003E0000003E0000003E0000003E0000103E0000103E0000103E0000103E0000203E000
+0203E0000203E0000203E0000603E0000603E0000E03E0001E03E0007C07E001FCFFFFFFFCFFFF
+FFFC20297EA825>76 D<FFE0000003FFC0FFE0000003FFC007E0000003F80002F0000005F00002
+F0000005F0000278000009F0000278000009F0000278000009F000023C000011F000023C000011
+F000021E000021F000021E000021F000021E000021F000020F000041F000020F000041F0000207
+800081F0000207800081F0000207800081F0000203C00101F0000203C00101F0000203E00201F0
+000201E00201F0000201E00201F0000200F00401F0000200F00401F0000200F00401F000020078
+0801F0000200780801F00002003C1001F00002003C1001F00002003C1001F00002001E2001F000
+02001E2001F00002000F4001F00002000F4001F00002000F4001F0000200078001F00007000780
+01F0000F80030003F800FFF803007FFFC0FFF803007FFFC032297EA837>I<FFE0001FFFFFF000
+1FFF03F80001F002F80000E0027C000040027E000040023E000040021F000040021F800040020F
+8000400207C000400207E000400203E000400201F000400201F800400200F8004002007C004002
+007E004002003E004002001F004002001F804002000F8040020007C040020003E040020003E040
+020001F040020000F840020000F8400200007C400200003E400200003E400200001F400200000F
+C00200000FC002000007C002000003C002000003C007000001C00F800000C0FFF80000C0FFF800
+004028297EA82D>I<0001FF0000000F01E000003C0078000078003C0000E0000E0001E0000F00
+03C000078007800003C00F800003E01F000001F01F000001F03E000000F83E000000F87E000000
+FC7E000000FC7C0000007C7C0000007CFC0000007EFC0000007EFC0000007EFC0000007EFC0000
+007EFC0000007EFC0000007EFC0000007EFC0000007E7C0000007C7E000000FC7E000000FC7E00
+0000FC3E000000F83F000001F81F000001F01F000001F00F800003E007800003C007C00007C003
+E0000F8000F0001E000078003C00003C007800000F01E0000001FF0000272B7DA92E>I<FFFFFF
+8000FFFFFFF00007E000FC0003E0003E0003E0001F0003E0000F8003E0000FC003E00007C003E0
+0007E003E00007E003E00007E003E00007E003E00007E003E00007E003E00007C003E0000FC003
+E0000F8003E0001F0003E0003E0003E001F80003FFFFE00003E000000003E000000003E0000000
+03E000000003E000000003E000000003E000000003E000000003E000000003E000000003E00000
+0003E000000003E000000003E000000003E000000003E000000003E000000007F0000000FFFF80
+0000FFFF80000023297EA829>I<FFFFFE000000FFFFFFC0000007E003F0000003E000FC000003
+E0003E000003E0001F000003E0001F800003E0000F800003E0000FC00003E0000FC00003E0000F
+C00003E0000FC00003E0000FC00003E0000FC00003E0000F800003E0001F000003E0001E000003
+E0003C000003E000F8000003E003E0000003FFFE00000003E00780000003E001E0000003E000F0
+000003E00078000003E0007C000003E0003C000003E0003E000003E0003E000003E0003E000003
+E0003E000003E0003F000003E0003F000003E0003F000003E0003F000003E0003F008003E0003F
+808003E0001F808007F0000F8100FFFF8007C100FFFF8003C20000000000FC00292A7EA82C>82
+D<00FE010003FF83000F81E3001E0037003C001F0038000F007800070070000700F0000300F000
+0300F0000300F0000100F8000100F8000100FC0000007C0000007F0000003FE000001FFF00000F
+FFE00007FFF80003FFFC00007FFE000007FF0000007F0000001F8000000F80000007C0000007C0
+800003C0800003C0800003C0800003C0C00003C0C0000380C0000380E0000780F0000700F8000E
+00EE001C00C3C07800C1FFF000803FC0001A2B7DA921>I<7FFFFFFFF87FFFFFFFF87C007C00F8
+70007C003860007C001840007C000840007C0008C0007C000CC0007C000C80007C000480007C00
+0480007C000480007C000480007C000400007C000000007C000000007C000000007C000000007C
+000000007C000000007C000000007C000000007C000000007C000000007C000000007C00000000
+7C000000007C000000007C000000007C000000007C000000007C000000007C000000007C000000
+007C000000007C000000007C000000007C00000000FE000000FFFFFE0000FFFFFE0026297EA82B
+>I<FFFF801FFFFFFF801FFF07F00001F003E00000E003E000004003E000004003E000004003E0
+00004003E000004003E000004003E000004003E000004003E000004003E000004003E000004003
+E000004003E000004003E000004003E000004003E000004003E000004003E000004003E0000040
+03E000004003E000004003E000004003E000004003E000004003E000004003E000004003E00000
+4001E000008001F000008001F000008000F000010000780003000078000200003C000C00001F00
+18000007C070000001FFE00000007F0000282A7EA82D>I<01FC00000E0780001001C0003C00E0
+003E00F0003E0078001C00780008007800000078000000780000007800007FF80003E078000F80
+78001F0078003E0078007C00780078007820F8007820F8007820F8007820F800F8207C00F8203C
+013C401F063FC007F80F001B1A7E991E>97 D<007F8001C0700780080F003C1E007C3C007C3C00
+387C0010780000F80000F80000F80000F80000F80000F80000F80000F800007800007C00003C00
+043C00041E00080F001007802001C0C0007F00161A7E991B>99 D<007E0003C3800700E00E00F0
+1C00703C00783C003878003C78003CF8003CF8003CFFFFFCF80000F80000F80000F80000F80000
+7800007C00003C00043C00041E00080E001007002001C0C0007F00161A7E991B>101
+D<001F000070C000E1E001C3E003C3E00381C00780800780000780000780000780000780000780
+00078000078000078000FFFE00FFFE000780000780000780000780000780000780000780000780
+000780000780000780000780000780000780000780000780000780000780000780000780000780
+0007C000FFFE00FFFE00132A7FA912>I<07800000FF800000FF8000000F800000078000000780
+000007800000078000000780000007800000078000000780000007800000078000000780000007
+8000000783F800078C1C0007900E0007A0070007A0078007C0078007C007800780078007800780
+078007800780078007800780078007800780078007800780078007800780078007800780078007
+800780078007800780078007800780078007800780FFFCFFFCFFFCFFFC1E2A7FA921>104
+D<07000F801F801F800F80070000000000000000000000000000000000000007807F807F800F80
+078007800780078007800780078007800780078007800780078007800780078007800780078007
+80FFF8FFF80D297FA811>I<007800FC00FC00FC00FC0078000000000000000000000000000000
+000000007C07FC07FC007C003C003C003C003C003C003C003C003C003C003C003C003C003C003C
+003C003C003C003C003C003C003C003C003C003C003C003C003C003C7038F838F870F07060C01F
+800E3582A812>I<07800000FF800000FF8000000F800000078000000780000007800000078000
+00078000000780000007800000078000000780000007800000078000000780000007807FF00780
+7FF007801F8007801C000780180007802000078040000780800007810000078200000787000007
+9F800007A7800007C7C0000783E0000781E0000781F0000780F8000780780007807C0007803E00
+07801E0007801F0007801F80FFFC7FF8FFFC7FF81D2A7FA920>I<0780FF80FF800F8007800780
+078007800780078007800780078007800780078007800780078007800780078007800780078007
+8007800780078007800780078007800780078007800780078007800780FFFCFFFC0E2A7FA911>
+I<0781F800FC00FF860E030700FF98070C03800FA0079003C007A003D001E007C003E001E007C0
+03E001E0078003C001E0078003C001E0078003C001E0078003C001E0078003C001E0078003C001
+E0078003C001E0078003C001E0078003C001E0078003C001E0078003C001E0078003C001E00780
+03C001E0078003C001E0078003C001E0078003C001E0078003C001E0FFFC7FFE3FFFFFFC7FFE3F
+FF301A7F9933>I<0783F800FF8C1C00FF900E000FA0070007A0078007C0078007C00780078007
+800780078007800780078007800780078007800780078007800780078007800780078007800780
+0780078007800780078007800780078007800780078007800780FFFCFFFCFFFCFFFC1E1A7F9921
+>I<007F000001C1C000070070000E0038001C001C003C001E003C001E0078000F0078000F00F8
+000F80F8000F80F8000F80F8000F80F8000F80F8000F80F8000F80F8000F8078000F0078000F00
+3C001E003C001E001E003C000E0038000700700001C1C000007F0000191A7E991E>I<0783F000
+FF8C1C00FFB00F0007A0078007C003C0078003E0078001E0078001F0078001F0078000F8078000
+F8078000F8078000F8078000F8078000F8078000F8078000F0078001F0078001F0078001E00780
+03C007C003C007C0078007A00E0007983C000787E0000780000007800000078000000780000007
+8000000780000007800000078000000780000007800000FFFC0000FFFC00001D267F9921>I<07
+87C0FF98E0FF91F00FA1F007C1F007C0E007C00007800007800007800007800007800007800007
+800007800007800007800007800007800007800007800007800007800007C000FFFE00FFFE0014
+1A7F9917>114 D<07F8401C06C03001C06000C06000C0E00040E00040F00040F800007E00007F
+F0003FFE000FFF0003FF80003FC00007C08001E08001E0C000E0C000E0C000E0E000C0F001C0F8
+0180C4070083F800131A7E9918>I<008000008000008000008000018000018000018000038000
+0380000780000F80001FFF80FFFF80078000078000078000078000078000078000078000078000
+07800007800007800007800007800007804007804007804007804007804007804007804003C080
+01C08000E100003E0012257FA417>I<FFF00FF8FFF00FF80F8003C0078003800780010003C002
+0003C0020003E0020001E0040001E0040000F0080000F0080000F818000078100000781000003C
+2000003C2000003E6000001E4000001E4000000F8000000F800000070000000700000007000000
+020000000200000004000000040000000400000008000070080000F8100000F8100000F8200000
+F0400000608000001F0000001D267F9920>121 D E /Fx 13 90 df<0000030000000000030000
+0000000300000000000780000000000780000000000FC0000000000FC0000000000FC000000000
+17E00000000013E00000000013E00000000023F00000000021F00000000021F00000000040F800
+00000040F80000000040F800000000807C00000000807C00000001807E00000001003E00000001
+003E00000002003F00000002001F00000002001F00000004000F80000004000F80000004000F80
+0000080007C00000080007C00000180007E000001FFFFFE000001FFFFFE00000200003F0000020
+0001F00000200001F00000400001F80000400000F80000400000F800008000007C00008000007C
+00008000007C00010000003E00010000003E00030000003F00030000001F00070000001F001F80
+00003F80FFE00003FFFCFFE00003FFFC2E327EB132>65 D<00003FE0010001FFF8030007F01E03
+001F800307003E000087007800004F00F000002F01E000001F03C000000F078000000F0F800000
+070F000000071F000000031E000000033E000000033C000000017C000000017C000000017C0000
+00017800000000F800000000F800000000F800000000F800000000F800000000F800000000F800
+000000F800000000F800000000F800000000F80000000078000000007C000000007C000000017C
+000000013C000000013E000000011E000000011F000000020F000000020F800000060780000004
+03C000000801E000000800F00000100078000020003E0000C0001F8003800007F00F000001FFFC
+0000003FE00028337CB130>67 D<FFFFFFE00000FFFFFFFC000007E0007F000003E0000F800003
+E00003C00003E00001E00003E00000F00003E00000780003E000003C0003E000001E0003E00000
+1E0003E000000F0003E000000F0003E000000F8003E00000078003E0000007C003E0000007C003
+E0000003C003E0000003C003E0000003E003E0000003E003E0000003E003E0000003E003E00000
+03E003E0000003E003E0000003E003E0000003E003E0000003E003E0000003E003E0000003E003
+E0000003C003E0000003C003E0000007C003E0000007C003E00000078003E00000078003E00000
+0F8003E000000F0003E000001F0003E000001E0003E000003C0003E00000780003E00000F80003
+E00001F00003E00003E00003E0000F800007E0003F0000FFFFFFFC0000FFFFFFE000002B317CB0
+33>I<FFFFFFFFE0FFFFFFFFE007E0000FE003E00001E003E00000F003E000007003E000003003
+E000003003E000001003E000001003E000001003E000001003E000000803E000000803E0000008
+03E000800803E000800003E000800003E000800003E000800003E001800003E001800003E00780
+0003FFFF800003FFFF800003E007800003E001800003E001800003E000800003E000800003E000
+800003E000800203E000800203E000000203E000000403E000000403E000000403E000000403E0
+00000C03E000000C03E000000803E000001803E000001803E000003803E000007803E00001F807
+E0000FF0FFFFFFFFF0FFFFFFFFF027317CB02D>I<FFFFFFFFC0FFFFFFFFC007E0001FC003E000
+03C003E00001E003E00000E003E000006003E000006003E000002003E000002003E000002003E0
+00002003E000001003E000001003E000001003E000801003E000800003E000800003E000800003
+E000800003E001800003E001800003E007800003FFFF800003FFFF800003E007800003E0018000
+03E001800003E000800003E000800003E000800003E000800003E000800003E000000003E00000
+0003E000000003E000000003E000000003E000000003E000000003E000000003E000000003E000
+000003E000000003E000000003E000000007F0000000FFFFC00000FFFFC0000024317CB02B>I<
+FFFF807FFFC0FFFF807FFFC007F00003F80003E00001F00003E00001F00003E00001F00003E000
+01F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F000
+03E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E000
+01F00003E00001F00003E00001F00003E00001F00003FFFFFFF00003FFFFFFF00003E00001F000
+03E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E000
+01F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F000
+03E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E00001F00003E000
+01F00007F00003F800FFFF807FFFC0FFFF807FFFC02A317CB032>72 D<FFFF80FFFF8007F00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003E00003
+E00003E00003E00003E00007F000FFFF80FFFF8011317DB017>I<FFFFC00000FFFFC0000007F0
+00000003E000000003E000000003E000000003E000000003E000000003E000000003E000000003
+E000000003E000000003E000000003E000000003E000000003E000000003E000000003E0000000
+03E000000003E000000003E000000003E000000003E000000003E000000003E000000003E00000
+0003E000000003E000000003E000000003E000000003E000000003E000004003E000004003E000
+004003E000004003E000008003E000008003E000008003E000008003E000018003E000018003E0
+00038003E000038003E000078003E0000F0003E0003F0007E000FF00FFFFFFFF00FFFFFFFF0022
+317CB029>76 D<FFE00007FFC0FFF00007FFC003F000007C0002F80000380002FC00001000027C
+00001000023E00001000023E00001000021F00001000021F80001000020F800010000207C00010
+000207E00010000203E00010000203F00010000201F00010000200F80010000200FC0010000200
+7C00100002007E00100002003E00100002001F00100002001F80100002000F80100002000FC010
+00020007C01000020003E01000020003F01000020001F01000020000F81000020000F810000200
+007C10000200007E10000200003E10000200001F10000200001F10000200000F90000200000FD0
+0002000007D00002000003F00002000003F00002000001F00002000001F00002000000F0000200
+000070000700000070000F8000003000FFF800003000FFF8000010002A317CB032>78
+D<00003FC000000001C03800000007000E0000001C0003800000380001C00000F00000F00001E0
+0000780003C000003C00038000001C00078000001E000F0000000F000F0000000F001E00000007
+801E00000007803C00000003C03C00000003C07C00000003E07C00000003E07800000001E07800
+000001E0F800000001F0F800000001F0F800000001F0F800000001F0F800000001F0F800000001
+F0F800000001F0F800000001F0F800000001F0F800000001F0F800000001F07C00000003E07C00
+000003E07C00000003E07C00000003E03C00000003C03E00000007C01E00000007801E00000007
+800F0000000F000F0000000F00078000001E0003C000003C0003C000003C0001E00000780000F0
+0000F00000380001C000001C000380000007000E00000001E078000000003FC000002C337CB134
+>I<FFFFFFC000FFFFFFF80007E0007E0003E0001F0003E000078003E00003C003E00001E003E0
+0001F003E00001F003E00000F003E00000F803E00000F803E00000F803E00000F803E00000F803
+E00000F803E00000F003E00001F003E00001E003E00003E003E00003C003E000078003E0001F00
+03E0007C0003FFFFF00003E000000003E000000003E000000003E000000003E000000003E00000
+0003E000000003E000000003E000000003E000000003E000000003E000000003E000000003E000
+000003E000000003E000000003E000000003E000000003E000000003E000000003E000000007F0
+000000FFFF800000FFFF80000025317CB02D>I<7FFFFFFFFFE07FFFFFFFFFE07E000F8007E078
+000F8001E070000F8000E060000F80006040000F80002040000F800020C0000F800030C0000F80
+003080000F80001080000F80001080000F80001080000F80001080000F80001080000F80001000
+000F80000000000F80000000000F80000000000F80000000000F80000000000F80000000000F80
+000000000F80000000000F80000000000F80000000000F80000000000F80000000000F80000000
+000F80000000000F80000000000F80000000000F80000000000F80000000000F80000000000F80
+000000000F80000000000F80000000000F80000000000F80000000000F80000000000F80000000
+000F80000000000F80000000000F80000000000F80000000001FC00000000FFFFF8000000FFFFF
+80002C317EB030>84 D<FFFE000007FFFFFE000007FF0FF0000001F803F0000000E003F0000000
+C001F80000008000F80000018000FC00000100007E00000200007E00000200003F00000400001F
+80000C00001F80000800000FC00010000007C00010000007E00020000003F00060000001F00040
+000001F80080000000FC0080000000FC01000000007E03000000003E02000000003F0400000000
+1F84000000000F88000000000FD80000000007F00000000007E00000000003E00000000003E000
+00000003E00000000003E00000000003E00000000003E00000000003E00000000003E000000000
+03E00000000003E00000000003E00000000003E00000000003E00000000003E00000000003E000
+00000003E00000000003E00000000007F000000000FFFF80000000FFFF800030317FB032>89
+D E end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 300dpi
+TeXDict begin
+%%PaperSize: A4
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 465 315 a Fx(THE)21 b(HA)-6 b(TFIELD)22 b(POL)-6 b(YTECHNIC)578
+531 y Fw(Sc)n(ho)r(ol)19 b(of)h(Information)f(Sciences)378
+807 y(BA)n(CHELOR)i(OF)g(SCIENCE)e(IN)g(COMPUTER)844 882 y(SCIENCE)781
+1158 y(Pro)s(ject)h(Rep)r(ort)629 1425 y Fv(In)m(v)m(estigation)35
+b(of)457 1549 y(T)-9 b(actical)35 b(and)g(P)m(ositional)283
+1674 y(Ev)-6 b(aluation)36 b(in)g(Computer)f(Chess)761 1949
+y Fw(Mark)20 b(J.)f(Uniac)n(k)n(e)851 2343 y(Ma)n(y)g(1990)p
+eop
+%%Page: 0 2
+0 1 bop 870 627 a Fu(Abstract)262 762 y Ft(This)25 b(rep)q(ort)g(examines)e
+(and)j(describ)q(es)f(v)m(arious)h(tec)o(hniques)d(curren)o(tly)262
+820 y(used)16 b(to)h(program)f(a)g(computer)f(to)i(pla)o(y)e(c)o(hess.)324
+914 y(New)k(w)o(a)o(ys)h(of)g(impro)o(ving)e(b)q(oth)j(p)q(ositional)f(and)g
+(tactical)f(abilit)o(y)g(are)262 972 y(in)o(v)o(estigated.)324
+1066 y(An)g(ev)m(aluation)g(function)g(is)g(dev)o(elop)q(ed)f(after)h
+(analysing)h(ho)o(w)g(strong)262 1124 y(c)o(hess)15 b(pla)o(y)o(ers)g(select)
+g(mo)o(v)o(es.)k(The)d(ev)m(aluation)g(function)f(criteria)g(are)h(for-)262
+1182 y(mally)e(de\014ned)i(and)g(co)o(v)o(er)f(b)q(oth)j(p)q(ositional)e(and)
+h(tactical)f(asp)q(ects.)324 1275 y(V)l(arious)c(searc)o(h)f(extension)h
+(heuristics)e(are)i(in)o(v)o(estigated)f(and)h(a)g(metho)q(d)262
+1334 y(of)23 b(encorp)q(orating)i(these)e(selectiv)o(e)e(extensions)i(in)o
+(to)g(an)h(aspiration)g Fs(\013\014)262 1392 y Ft(searc)o(h)15
+b(is)i(dev)o(elop)q(ed.)324 1485 y(The)j(concept)g(of)h(uncertain)o(t)o(y)d
+(is)i(encorp)q(orated)i(in)o(to)d(the)i(ev)m(aluation)262 1543
+y(function)11 b(and)i(a)g(close)e(connection)h(b)q(et)o(w)o(een)f(static)h
+(ev)m(aluation)g(and)h(searc)o(h)262 1601 y(decision)i(making)g(is)h(sho)o
+(wn)h(to)g(b)q(e)f(e\013ectiv)o(e.)324 1695 y(The)e(ideas)g(dev)o(elop)q(ed)f
+(are)h(com)o(bined)e(in)o(to)i(a)g(c)o(hess)g(program)g(encorp)q(o-)262
+1753 y(rating)k(man)o(y)f(state)h(of)h(the)e(art)i(tec)o(hniques.)25
+b(The)18 b(program)g(is)g(sho)o(wn)h(to)262 1811 y(p)q(erform)10
+b(at)i(the)g(exp)q(ert)f(lev)o(el)f(of)i(abilit)o(y)e(b)q(oth)j(tactically)d
+(and)i(p)q(ositionally)l(.)324 1905 y(The)23 b(trade)g(o\013)h(b)q(et)o(w)o
+(een)e(kno)o(wledge)g(and)i(searc)o(h)e(is)h(examined)e(and)262
+1963 y(conclusions)d(ab)q(out)i(the)f(e\013ectiv)o(eness)e(of)i(reducing)g
+(searc)o(h)f(e\013ort)h(b)o(y)g(in-)262 2021 y(creasing)d(kno)o(wledge)g(con)
+o(ten)o(t)f(are)h(dra)o(wn.)p eop
+%%Page: 1 3
+1 2 bop 692 1168 a Fr(Ac)n(kno)n(wledgemen)n(ts)262 1303 y
+Ft(I)10 b(w)o(ould)h(lik)o(e)e(to)i(thank)g(m)o(y)e(pro)s(ject)i(sup)q
+(ervisor,)h(Neil)d(Da)o(v)o(ey)l(,)h(for)h(the)g(man)o(y)262
+1361 y(in)o(teresting)17 b(discussions)h(throughout)i(the)e(y)o(ear)g(and)h
+(Piet)e(T)l(utelaers,)h(for)262 1419 y(designing)e(c)o(hess)g(fon)o(ts)g
+(whic)o(h)g(can)g(b)q(e)h(used)f(in)g(L)1195 1413 y Fq(a)1219
+1419 y Ft(T)1246 1434 y(E)1273 1419 y(X)g(do)q(cumen)o(ts.)967
+2574 y Fp(1)p eop
+%%Page: 2 4
+2 3 bop 262 639 a Fo(Con)m(ten)m(ts)262 912 y Fu(1)45 b(In)n(tro)r(duction)
+1022 b(7)335 970 y Ft(1.1)50 b(A)16 b(Brief)f(History)34 b
+Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)74 b Ft(8)335 1028 y(1.2)50 b(My)16 b(Bac)o(kground)24
+b Fs(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)50 b Ft(10)335 1087 y(1.3)g(Aims)14 b(of)j(the)f(Pro)s(ject)j
+Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)50 b Ft(10)262 1193 y Fu(2)45 b(Basic)18 b(Ov)n(erview)924
+b(11)335 1252 y Ft(2.1)50 b(Mac)o(hine)15 b(Represen)o(tation)43
+b Fs(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(11)335 1310 y(2.2)g(Mo)o(v)o(e)15 b(Generation)38 b Fs(:)24
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+50 b Ft(13)335 1368 y(2.3)g(Ev)m(aluation)17 b(F)l(unctions)28
+b Fs(:)c(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(14)335 1426 y(2.4)g(Lo)q(ok)17 b(Ahead)29 b Fs(:)c(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(15)335 1484 y(2.5)g(Selectiv)o(e)13 b(Searc)o(hing)37
+b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)50 b Ft(17)335 1542 y(2.6)g(F)l(ull)15 b(Width)h(Searc)o(hing)25
+b Fs(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(19)335 1600 y(2.7)g(Quiescence)15 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(20)335 1658 y(2.8)g(Horizon)16 b(E\013ect)k Fs(:)k(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(20)262 1765 y Fu(3)45 b(Adv)m(anced)18 b(T)-5 b(opics)889
+b(22)335 1823 y Ft(3.1)50 b(T)l(ree)16 b(Searc)o(hing)c Fs(:)24
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)50 b Ft(22)447 1881 y(3.1.1)56 b(Alpha)16 b(Beta)g(Searc)o(h)g
+(Algorithm)34 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(22)447 1940 y(3.1.2)56 b(Aspiration)16 b Fs(\013\014)j
+Ft(Searc)o(h)i Fs(:)j(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(25)447 1998 y(3.1.3)56 b(Principle)15 b(V)l(ariation)h
+Fs(\013\014)i Ft(Searc)o(h)33 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(25)447 2056 y(3.1.4)56 b(Iterativ)o(e)14 b(Deep)q(ening)21
+b Fs(:)k(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(28)447 2114 y(3.1.5)56 b(Mo)o(v)o(e)15 b(Ordering)43 b
+Fs(:)25 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(28)447 2172 y(3.1.6)56 b(Null)15 b(Mo)o(v)o(es)45 b Fs(:)25
+b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(29)447 2230 y(3.1.7)56 b(Razoring)19 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b
+Ft(31)335 2288 y(3.2)g(Ev)m(aluation)21 b Fs(:)j(:)h(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(33)447 2346 y(3.2.1)56 b(Piece)15 b(Square)h(T)l(ables)e
+Fs(:)25 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(33)447 2405 y(3.2.2)56 b(Static)16 b(Ev)m(aluation)32
+b Fs(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(34)967 2574 y Fp(2)p eop
+%%Page: 3 5
+3 4 bop 447 307 a Ft(3.2.3)56 b(Incremen)o(tal)13 b(Ev)m(aluation)20
+b Fs(:)k(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b
+Ft(35)447 365 y(3.2.4)56 b(Phases)17 b(of)g(Pla)o(y)12 b Fs(:)24
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(36)447 423 y(3.2.5)56 b(Planning)19 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b
+Ft(37)335 482 y(3.3)g(Learning)25 b Fs(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(37)447 540 y(3.3.1)56 b(Rote)16 b(Learning)21 b Fs(:)j(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(38)447
+598 y(3.3.2)56 b(Advice)15 b(T)l(aking)h Fs(:)24 b(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(38)447 656
+y(3.3.3)56 b(Induction)43 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(39)447 714 y(3.3.4)56
+b(Learning)17 b(b)o(y)f(Analogy)31 b Fs(:)24 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
+h(:)f(:)h(:)f(:)g(:)50 b Ft(39)447 772 y(3.3.5)56 b(P)o(arameter)15
+b(Adjustmen)o(t)26 b Fs(:)e(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(39)335 830 y(3.4)g(Time)14 b(Con)o(trol)39 b Fs(:)24 b(:)h(:)f(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(40)262 937 y Fu(4)45 b(The)18 b(Ev)m(aluation)g(F)-5 b(unction)695
+b(42)335 995 y Ft(4.1)50 b(De\014nition)16 b(1)g(:)22 b(Material)35
+b Fs(:)25 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(44)335 1053 y(4.2)g(De\014nition)16 b(2)g(:)22 b(Game)15
+b(Phase)27 b Fs(:)e(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(46)335 1111 y(4.3)g(General)16 b(P)o(ositional)g(Ev)m(aluation)35
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(47)447 1170 y(4.3.1)56 b(De\014nition)16 b(3)h(:)k(Mobilit)o(y)32
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(47)447 1228 y(4.3.2)56 b(De\014nition)16 b(4)h(:)k(Dev)o(elopmen)o(t)11
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(49)447
+1286 y(4.3.3)56 b(De\014nition)16 b(5)h(:)k(Cen)o(tre)15 b(Con)o(trol)49
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(50)447 1344
+y(4.3.4)56 b(De\014nition)16 b(6)h(:)k(Square)16 b(Con)o(trol)46
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(52)335 1402
+y(4.4)g(P)o(a)o(wn)16 b(Ev)m(aluation)42 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(53)447
+1460 y(4.4.1)56 b(De\014nition)16 b(7)h(:)k(Doubled)16 b(P)o(a)o(wns)38
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(53)447 1518
+y(4.4.2)56 b(De\014nition)16 b(8)h(:)k(Isolated)16 b(P)o(a)o(wns)49
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(54)447 1576
+y(4.4.3)56 b(De\014nition)16 b(9)h(:)k(W)l(eak)16 b(P)o(a)o(wns)21
+b Fs(:)j(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(54)447
+1634 y(4.4.4)56 b(De\014nition)16 b(10)h(:)k(P)o(assed)c(P)o(a)o(wns)48
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(56)447 1693
+y(4.4.5)56 b(De\014nition)16 b(11)h(:)k(P)o(a)o(wn)c(T)l(able)e
+Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(58)447
+1751 y(4.4.6)56 b(De\014nition)16 b(12)h(:)k(P)o(a)o(wn)c(V)l(alue)c
+Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(58)335
+1809 y(4.5)g(Knigh)o(t)16 b(Ev)m(aluation)49 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(60)447
+1867 y(4.5.1)56 b(De\014nition)16 b(13)h(:)k(Knigh)o(t)16 b(V)l(alue)21
+b Fs(:)k(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(60)335 1925
+y(4.6)g(Bishop)16 b(Ev)m(aluation)51 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(61)447 1983
+y(4.6.1)56 b(De\014nition)16 b(14)h(:)k(Bishop)16 b(A)o(ttac)o(k)37
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(61)447 2041
+y(4.6.2)56 b(De\014nition)16 b(15)h(:)k(Bishop)16 b(on)h(Kings)f(Diagonal)j
+Fs(:)24 b(:)g(:)50 b Ft(61)447 2099 y(4.6.3)56 b(De\014nition)16
+b(16)h(:)k(Bishop)16 b(P)o(air)g Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)50 b Ft(62)447 2158 y(4.6.4)56 b(De\014nition)16 b(17)h(:)k(Horrwitz)16
+b(Bishops)51 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(62)447
+2216 y(4.6.5)56 b(De\014nition)16 b(18)h(:)k(Enem)o(y)14 b(P)o(a)o(wn)j
+(Obstruction)23 b Fs(:)h(:)g(:)50 b Ft(63)447 2274 y(4.6.6)56
+b(De\014nition)16 b(19)h(:)k(Bishop)16 b(T)l(able)25 b Fs(:)g(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)50 b Ft(64)447 2332 y(4.6.7)56 b(De\014nition)16
+b(20)h(:)k(Bishop)16 b(V)l(alue)23 b Fs(:)i(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)50 b Ft(64)335 2390 y(4.7)g(Ro)q(ok)17 b(Ev)m(aluation)47
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)50 b Ft(66)447 2448 y(4.7.1)56 b(De\014nition)16
+b(21)h(:)k(Ro)q(ok{King)c(Closeness)42 b Fs(:)24 b(:)h(:)f(:)g(:)50
+b Ft(66)967 2574 y Fp(3)p eop
+%%Page: 4 6
+4 5 bop 447 307 a Ft(4.7.2)56 b(De\014nition)16 b(22)h(:)k(Connected)16
+b(Ro)q(oks)50 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(67)447
+365 y(4.7.3)56 b(De\014nition)16 b(23)h(:)k(Ro)q(ok)c(on)g(Op)q(en)f(File)c
+Fs(:)24 b(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(68)447 423 y(4.7.4)56
+b(De\014nition)16 b(24)h(:)k(Ro)q(ok)c(on)g(Sev)o(en)o(th)e(Rank)44
+b Fs(:)25 b(:)f(:)g(:)50 b Ft(68)447 482 y(4.7.5)56 b(De\014nition)16
+b(25)h(:)k(Ro)q(ok)c(V)l(alue)i Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)50 b Ft(69)335 540 y(4.8)g(Queen)16 b(Ev)m(aluation)23 b
+Fs(:)h(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)50 b Ft(70)447 598 y(4.8.1)56 b(De\014nition)16 b(26)h(:)k(Queen{King)16
+b(Closeness)i Fs(:)24 b(:)h(:)f(:)g(:)50 b Ft(70)447 656 y(4.8.2)56
+b(De\014nition)16 b(27)h(:)k(Queen)16 b(P)o(o)o(w)o(er)23 b
+Fs(:)i(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(71)447 714
+y(4.8.3)56 b(De\014nition)16 b(28)h(:)k(Queen)16 b(V)l(alue)33
+b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(71)335
+772 y(4.9)g(King)16 b(Ev)m(aluation)h Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(72)447
+830 y(4.9.1)56 b(De\014nition)16 b(29)h(:)k(King)16 b(On)h(Op)q(en)f(Files)26
+b Fs(:)f(:)f(:)h(:)f(:)g(:)50 b Ft(72)447 888 y(4.9.2)56 b(De\014nition)16
+b(30)h(:)k(W)l(eak)16 b(Squares)h(around)g(King)30 b Fs(:)24
+b(:)50 b Ft(73)447 946 y(4.9.3)56 b(De\014nition)16 b(31)h(:)k(Mating)16
+b(Net)k Fs(:)k(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(75)447
+1005 y(4.9.4)56 b(De\014nition)16 b(32)h(:)k(Chec)o(k)15 b(Threats)33
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(76)447 1063
+y(4.9.5)56 b(De\014nition)16 b(33)h(:)k(King)16 b(T)l(able)30
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(77)447
+1121 y(4.9.6)56 b(De\014nition)16 b(34)h(:)k(King)16 b(V)l(alue)28
+b Fs(:)c(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(77)335
+1179 y(4.10)26 b(Static)16 b(T)l(actical)f(Ev)m(aluation)41
+b Fs(:)25 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(79)447 1237 y(4.10.1)32 b(De\014nition)16 b(35)h(:)k(Pinned)16
+b(Pieces)46 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b
+Ft(79)447 1295 y(4.10.2)32 b(De\014nition)16 b(36)h(:)k(A)o(ttac)o(k)o(ed)14
+b(Pieces)43 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(81)335
+1353 y(4.11)26 b(Planning)c Fs(:)i(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(82)447
+1411 y(4.11.1)32 b(De\014nition)16 b(37)h(:)k(Pressure)16 b(on)h(King)e
+Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(83)447 1469 y(4.11.2)32
+b(De\014nition)16 b(38)h(:)k(Plan)c(Selection)38 b Fs(:)24
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(84)447 1528 y(4.11.3)32
+b(De\014nition)16 b(39)h(:)k(P)o(a)o(wn)c(Square)f(T)l(able)46
+b Fs(:)25 b(:)f(:)h(:)f(:)g(:)50 b Ft(86)447 1586 y(4.11.4)32
+b(De\014nition)16 b(40)h(:)k(Knigh)o(t)16 b(Square)g(T)l(able)g
+Fs(:)25 b(:)f(:)h(:)f(:)g(:)50 b Ft(88)447 1644 y(4.11.5)32
+b(De\014nition)16 b(41)h(:)k(Bishop)16 b(Square)h(T)l(able)g
+Fs(:)25 b(:)f(:)h(:)f(:)g(:)50 b Ft(89)447 1702 y(4.11.6)32
+b(De\014nition)16 b(42)h(:)k(King)16 b(Square)h(T)l(able)22
+b Fs(:)i(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(90)447 1760 y(4.11.7)32
+b(De\014nition)16 b(43)h(:)k(Square)16 b(Con)o(trol)h(T)l(able)41
+b Fs(:)24 b(:)h(:)f(:)g(:)50 b Ft(92)335 1818 y(4.12)26 b(De\014nition)16
+b(44)h(:)k(T)l(otal)c(Ev)m(aluation)g(F)l(unction)f(V)l(alue)32
+b Fs(:)24 b(:)g(:)50 b Ft(94)262 1925 y Fu(5)45 b(T)-5 b(ree)18
+b(Searc)n(hing)940 b(96)335 1983 y Ft(5.1)50 b(Main)16 b(Searc)o(h)22
+b Fs(:)j(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)50 b Ft(97)335 2041 y(5.2)g(Searc)o(h)16
+b(Extensions)i Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(99)447 2099 y(5.2.1)56 b(Threats)44
+b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h Ft(100)447 2158 y(5.2.2)56 b(Threat)17 b(Execution)25
+b Fs(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(103)335 2216 y(5.3)50 b(Quiescence)14 b(Decision)g Fs(:)25
+b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(106)335 2274 y(5.4)50 b(Quiescence)14 b(Searc)o(h)h Fs(:)24
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(107)262 2381 y Fu(6)45 b(HIAR)n(CS)19 b(5.0)966 b(110)335
+2439 y Ft(6.1)50 b(Program)16 b(History)g(and)h(En)o(vironmen)o(t)40
+b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(110)967
+2574 y Fp(4)p eop
+%%Page: 5 7
+5 6 bop 335 307 a Ft(6.2)50 b(Program)16 b(Structure)40 b Fs(:)25
+b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(111)335 365 y(6.3)50 b(Data)17 b(Structures)24 b Fs(:)h(:)f(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(113)447 423 y(6.3.1)56 b(P)o(osition)16 b(Represen)o(tation)46
+b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(114)447
+482 y(6.3.2)56 b(Game)15 b(T)l(ree)e Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(115)447 540
+y(6.3.3)56 b(T)l(ransp)q(osition)18 b(T)l(able)d Fs(:)25 b(:)f(:)g(:)h(:)f(:)
+h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(115)447 598 y(6.3.4)56
+b(Refutation)16 b(T)l(able)41 b Fs(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h Ft(118)447 656 y(6.3.5)56 b(The)16
+b(History)g(Heuristic)c Fs(:)24 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h Ft(119)447 714 y(6.3.6)56 b(Incremen)o(tal)13 b(A)o(ttac)o(k)i(T)l
+(ables)29 b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(119)447 772 y(6.3.7)56 b(Game)15 b(History)26 b Fs(:)e(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(121)335
+830 y(6.4)50 b(The)16 b(Algorithms)26 b Fs(:)f(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(122)447
+888 y(6.4.1)56 b(Mo)o(v)o(e)15 b(Generation)36 b Fs(:)24 b(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(122)447 946 y(6.4.2)56
+b(Mo)o(v)o(e)15 b(Ordering)43 b Fs(:)25 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(124)447 1005 y(6.4.3)56 b(T)l(ree)16
+b(Searc)o(hing)48 b Fs(:)25 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h Ft(127)447 1063 y(6.4.4)56 b(Ev)m(aluation)19
+b Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h Ft(131)447 1121 y(6.4.5)56 b(Time)14 b(Allo)q(cation)i(and)h
+(Con)o(trol)c Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(133)335 1179 y(6.5)50 b(E\016ciency)14 b(Asp)q(ects)j Fs(:)24
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(139)447 1237 y(6.5.1)56 b(Algorithms)47 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(139)447
+1295 y(6.5.2)56 b(Data)17 b(Structures)22 b Fs(:)j(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(139)447 1353 y(6.5.3)56
+b(Co)q(de)17 b(Pro)q(duction)39 b Fs(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(140)262 1460 y Fu(7)45 b(Program)17
+b(P)n(erformance)733 b(141)335 1518 y Ft(7.1)50 b(Bratk)o(o-Kop)q(ec)16
+b(T)l(ests)k Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h Ft(142)335 1576 y(7.2)50 b(Computer)15 b(Opp)q(osition)i
+Fs(:)24 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(146)335 1634 y(7.3)50 b(Human)15 b(Opp)q(osition)36 b Fs(:)25
+b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(152)335 1693 y(7.4)50 b(Kno)o(wledge)16 b(v)o(ersus)g(Searc)o(h)23
+b Fs(:)h(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(158)335 1751 y(7.5)50 b(In)o(ternal)15 b(Statistics)24 b
+Fs(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h Ft(160)335 1809 y(7.6)50 b(Summary)14 b(of)i(P)o(erformance)e
+Fs(:)24 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(162)262 1916 y Fu(8)45 b(Conclusion)1007 b(164)335 1974
+y Ft(8.1)50 b(Review)18 b Fs(:)25 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(164)335 2032 y(8.2)50 b(Ac)o(hiev)o(em)o(e)o(n)o(ts)33 b
+Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h Ft(166)335 2090 y(8.3)50 b(Implications)14
+b(and)j(F)l(uture)f(Prosp)q(ects)e Fs(:)24 b(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h Ft(168)262 2197 y Fu(A)31 b(Glossary)1063 b(175)262
+2304 y(B)33 b(Pseudo)19 b(F)-5 b(unctions)844 b(176)262 2411
+y(C)33 b(Time)16 b(Allo)r(cation)i(Graphs)681 b(202)967 2574
+y Fp(5)p eop
+%%Page: 6 8
+6 7 bop 262 307 a Fu(D)30 b(Bratk)n(o-Kop)r(ec)17 b(T)-5 b(est)18
+b(P)n(ositions)572 b(208)262 414 y(E)36 b(T)-5 b(est)18 b(Games)f(Pla)n(y)n
+(ed)805 b(221)335 472 y Ft(E.1)41 b(HIAR)o(CS)15 b(5.0)h(v)o(ersus)g
+(Mephisto)g(Exclusiv)o(e)21 b Fs(:)k(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+Ft(222)447 530 y(E.1.1)47 b(Game)15 b(1)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(222)447
+588 y(E.1.2)47 b(Game)15 b(2)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(223)447
+647 y(E.1.3)47 b(Game)15 b(3)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(224)447
+705 y(E.1.4)47 b(Game)15 b(4)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(225)447
+763 y(E.1.5)47 b(Game)15 b(5)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(226)447
+821 y(E.1.6)47 b(Game)15 b(6)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(227)335
+879 y(E.2)41 b(HIAR)o(CS)15 b(5.0)h(v)o(ersus)g(Mark)g(Uniac)o(k)o(e)21
+b Fs(:)j(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(228)447
+937 y(E.2.1)47 b(Game)15 b(1)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(228)447
+995 y(E.2.2)47 b(Game)15 b(2)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(229)335
+1053 y(E.3)41 b(HIAR)o(CS)15 b(5.0)h(v)o(ersus)g(NOKNO)o(W)45
+b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(231)447
+1111 y(E.3.1)47 b(Game)15 b(1)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(231)447
+1170 y(E.3.2)47 b(Game)15 b(2)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(233)447
+1228 y(E.3.3)47 b(Game)15 b(3)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(234)447
+1286 y(E.3.4)47 b(Game)15 b(4)44 b Fs(:)25 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h Ft(235)967
+2574 y Fp(6)p eop
+%%Page: 7 9
+7 8 bop 262 654 a Fn(Chapter)34 b(1)262 897 y Fo(In)m(tro)s(duction)262
+1148 y Fp(Chess)14 b(is)g(an)g(extraordinary)f(game.)k(The)d(rules)g(are)g
+(clearly)g(de\014ned)h(and)e(quite)h(simple)262 1198 y(to)j(learn,)h(y)o(et)g
+(the)g(game)e(is)h(so)h(complex)e(it)h(has)h(c)o(hallenged)f(mankind)f(for)h
+(cen)o(turies)262 1248 y(and)f(is)g(still)g(as)h(ric)o(h)f(and)h(v)n(aried)f
+(as)h(ev)o(er.)27 b(Suc)o(h)17 b(an)f(enormous)g(amoun)o(t)f(of)h(material)
+262 1298 y(has)11 b(b)q(een)i(written)f(ab)q(out)g(the)g(game)f(that)g(there)
+j(are)e(more)e(b)q(o)q(oks)i(written)g(ab)q(out)g(c)o(hess)262
+1347 y(than)j(all)f(other)j(games)d(put)i(together.)24 b(The)16
+b(game)e(app)q(eals)i(to)f(all)f(ages)i(and)g(abilities)262
+1397 y(from)c(b)q(eginner)i(to)g(exp)q(ert.)365 1480 y("Chess)d(is)f(a)g(sea)
+g(in)g(whic)o(h)f(a)h(gnat)g(ma)o(y)e(drink)h(or)h(an)g(elephan)o(t)g(ma)o(y)
+e(bathe.")1319 1547 y Fm(Indian)k(pr)n(overb.)324 1665 y Fp(Chess)18
+b(epitomises)e(man)o(y)e(of)i(the)i(problems)e(facing)f(the)j(\014eld)e(of)h
+(arti\014cial)e(in)o(telli-)262 1715 y(gence,)j(that)f(of)g(the)h(storage,)g
+(represen)o(tation,)h(retriev)n(al)e(and)g(application)f(of)h(kno)o(wl-)262
+1765 y(edge;)12 b(searc)o(hing)h(in\014nite)e(domains)f(and)i(problem)f
+(solving)f(using)i(inexact)g(information.)262 1815 y(Chess)h(therefore)h(pro)
+o(vides)f(an)f(almost)f(p)q(erfect)j(en)o(vironmen)o(t)e(in)g(whic)o(h)g(to)h
+(exp)q(erimen)o(t)262 1864 y(with)e(new)g(ideas.)18 b(Unlik)o(e)10
+b(most)g(other)i(problem)e(domains,)g(progress)i(can)g(b)q(e)g(accurately)262
+1914 y(measured,)g(see)i([19)o(].)j(Ideas)c(can)g(easily)f(b)q(e)h(put)g(to)f
+(the)i(test,)f(b)q(oth)g(against)f(h)o(uman)f(and)262 1964
+y(computer)g(opp)q(osition)f(in)h(comp)q(etition;)g(and)g(in)g(sp)q(ecially)g
+(designed)i(exp)q(erimen)o(ts.)k(F)m(or)262 2014 y(these)c(reasons,)g(c)o
+(hess)h(is)e(an)g(excellen)o(t)h(researc)o(h)i(en)o(vironmen)o(t)c(in)h(whic)
+o(h)g(to)g(in)o(v)o(estigate)262 2064 y(h)o(uman)h(in)o(tellectual)j(skill)e
+(and)i(arti\014cial)e(in)o(telligence.)23 b(In)16 b(fact,)f(winning)g(the)h
+(h)o(uman)262 2114 y(w)o(orld)c(c)o(hess)k(c)o(hampionship)11
+b(w)o(as)j(de\014ned)g(as)g(one)g(of)f(the)h(fundamen)o(tal)d(aims)h(of)h
+(arti\014-)262 2163 y(cial)g(in)o(telligence.)20 b(It)15 b(is)g(a)f(testimon)
+o(y)f(to)i(the)g(problem's)e(complexit)o(y)g(that)i(after)g(more)262
+2213 y(than)e(fort)o(y)h(y)o(ears)g(of)g(concerted)h(e\013ort)g(this)f(aim)e
+(is)h(still)g(far)h(from)e(b)q(eing)i(realised.)967 2574 y(7)p
+eop
+%%Page: 8 10
+8 9 bop 262 307 a Fr(1.1)69 b(A)23 b(Brief)f(History)262 434
+y Fp(On)12 b(Marc)o(h)h(9th)f(1949,)f(Claude)h(E)h(Shannon,)e(a)h(researc)o
+(her)j(at)d(Bell)h(T)m(elephone)f(Lab)q(ora-)262 483 y(tories,)i(presen)o
+(ted)j(a)d(pap)q(er)i(titled)e("Programming)d(a)j(Computer)g(for)g(Pla)o
+(ying)g(Chess")262 533 y([53)o(].)21 b(This)15 b(w)o(as)g(the)h(\014rst)g
+(pap)q(er)g(of)f(its)g(kind)f(and)h(ev)o(en)h(to)q(da)o(y)f(most)f(computer)h
+(c)o(hess)262 583 y(programs)e(o)o(w)o(e)i(m)o(uc)o(h)e(to)i(Shannon's)g
+(original)e(ideas.)21 b(Essen)o(tially)m(,)13 b(Shannon)i(put)g(for-)262
+633 y(w)o(ard)e(three)i(di\013eren)o(t)g(t)o(yp)q(es)g(of)e(program:)312
+709 y(1.)20 b(T)o(yp)q(e)d Fl(A)p Fp(:)f(A)h(program)d(that)j(do)q(es)g(a)f
+(full)f(width)i(searc)o(h)g(to)g(a)f(giv)o(en)g(depth)h(and)365
+759 y(uses)e(a)f(simple)e(terminal)h(ev)n(aluation)f(function.)312
+839 y(2.)20 b(T)o(yp)q(e)e Fl(B)p Fp(:)f(A)h(program)e(that)h(do)q(es)i(a)e
+(selectiv)o(e)i(searc)o(h)f(of)f(the)h(most)f(promising)365
+889 y(lines.)312 968 y(3.)j(T)o(yp)q(e)13 b Fl(C)p Fp(:)g(A)g(program)e(that)
+h(is)h(goal)e(orien)o(ted,)i(although)f(little)g(detail)g(ab)q(out)h(this)365
+1018 y(approac)o(h)h(w)o(as)g(giv)o(en.)262 1095 y(Alan)j(T)m(uring)g(built)h
+(further)h(on)f(some)f(of)h(these)h(ideas)g(and)f(in)f(1950)g(wrote)i(a)f
+(pap)q(er)262 1144 y(ab)q(out)h(his)g(w)o(ork)h(on)f(computer)g(c)o(hess)i
+(at)e(Manc)o(hester)j(Univ)o(ersit)o(y)d([60)o(].)35 b(Ho)o(w)o(ev)o(er,)262
+1194 y(Shannon's)17 b(ideas)g(w)o(ere)i(not)e(actually)g(incorp)q(orated)h
+(in)o(to)f(a)g(c)o(hess)i(pla)o(ying)d(program)262 1244 y(un)o(til)d(1956)h
+(when)i(a)e(Shannon)h(t)o(yp)q(e)g(A)g(program)e(w)o(as)i(dev)o(elop)q(ed)h
+(at)e(the)i(Los)f(Alamos)262 1294 y(Scien)o(ti\014c)d(Lab)q(oratory)640
+1279 y Fk(1)658 1294 y Fp(.)18 b(In)12 b(1957,)e(Bernstein)k(and)e(Rob)q
+(erts)g(wrote)h(a)e(t)o(yp)q(e)i(B)f(program)262 1344 y(for)j(the)h(IBM)g
+(704)f([9)o(].)22 b(Most)16 b(notably)f(New)o(ell,)g(Simon)f(and)h(Sha)o(w)g
+(wrote)i(a)e(Shannon)262 1393 y(t)o(yp)q(e)d(C)h(program)d(in)i(1958)f([42].)
+17 b(This)12 b(w)o(as)g(the)h(\014rst)g(ev)o(er)g(practical)f(application)f
+(of)h(the)262 1443 y(alpha-b)q(eta)f(algorithm.)k(A)e(n)o(um)o(b)q(er)e(of)h
+(programs)f(follo)o(w)o(ed,)g(but)h(all)f(pla)o(y)o(ed)h(v)o(ery)h(p)q(o)q
+(or)262 1493 y(c)o(hess.)25 b(Despite)16 b(this,)g(man)o(y)e(researc)o(hers)
+19 b(in)c(the)h(\014eld)g(of)f(arti\014cial)g(in)o(telligence)h(w)o(ere)262
+1543 y(v)o(ery)e(con\014den)o(t)g(ab)q(out)g(the)h(p)q(oten)o(tial)e(of)g
+(their)i(mac)o(hines.)365 1619 y("Within)d(10)g(y)o(ears)h(a)g(digital)e
+(computer)i(will)e(b)q(e)i(the)h(w)o(orld's)e(c)o(hess)i(c)o(ham-)365
+1669 y(pion,)f(unless)i(rules)f(bar)g(it)g(from)e(comp)q(etition")1088
+1734 y Fm(Herb)n(ert)h(Simon,)j(1957.)324 1846 y Fp(It)h(w)o(as)h(not)f(un)o
+(til)g(1966)f(that)i(real)g(progress)g(w)o(as)g(made)e(b)o(y)h(Ric)o(hard)g
+(Green)o(blatt)262 1895 y(at)g(MIT)g([23)o(].)27 b(His)17 b(program)f(MacHac)
+o(k-6,)h(w)o(as)h(the)f(\014rst)h(program)e(whic)o(h)h(could)g(b)q(e)262
+1945 y(considered)g(to)g(pla)o(y)e("real)h(c)o(hess".)27 b(It)17
+b(pla)o(y)o(ed)e(in)h(v)n(arious)g(h)o(uman)f(tournamen)o(ts)h(and)262
+1995 y(established)e(p)q(erformance)f(ratings)h(in)f(the)h(1250)f(to)g(1640)g
+(USCF)g(range.)19 b(This)13 b(is)h(quite)262 2045 y(an)f(ac)o(hiev)o(emen)o
+(t,)g(particularly)g(when)h(one)h(considers)g(it)e(w)o(as)h(in)f(1966.)324
+2130 y(In)i(1968,)f(v)n(arious)h(AI)g(researc)o(hers,)j(encouraged)f(b)o(y)e
+(Green)o(blatt's)g(progress)i(made)262 2180 y(a)f(2500)f(dollar)g(b)q(et)i
+(with)f(Da)o(vid)f(Levy)m(,)h(an)g(In)o(ternational)g(Master,)h(that)g(a)f
+(computer)262 2230 y(w)o(ould)g(b)q(e)j(able)e(to)g(b)q(eat)i(him)c(in)i(a)h
+(matc)o(h)e(within)h(10)g(y)o(ears.)30 b(Encouraged)18 b(b)o(y)g(suc)o(h)262
+2280 y(activities)13 b(v)n(arious)g(scien)o(tists)h(from)e(the)i
+(arti\014cial)f(in)o(telligence)g(\014eld)g(got)h(in)o(v)o(olv)o(ed)e(and)262
+2329 y(in)i(1970)g(the)h(\014rst)h(United)f(States)g(Computer)g(Chess)h
+(Championship)c(w)o(as)j(held.)21 b(This)262 2379 y(ev)o(en)o(t)14
+b(has)g(con)o(tin)o(ued)g(to)g(b)q(e)g(held)g(ann)o(ually)f(to)g(the)i
+(presen)o(t)g(da)o(y)m(.)p 262 2411 573 2 v 308 2437 a Fj(1)325
+2449 y Fi(only)10 b(dev)o(elop)q(ed)f(for)i(a)g(6x6)g(b)q(oard)f(with)i(no)f
+(bishops.)967 2574 y Fp(8)p eop
+%%Page: 9 11
+9 10 bop 324 307 a Fp(In)14 b(1974,)f(the)i(\014rst)h(W)m(orld)d(Computer)h
+(Chess)h(Championship)e(w)o(as)h(held)g(in)g(Sto)q(c)o(k-)262
+357 y(holm.)25 b(This)17 b(ev)o(en)o(t)h(w)o(as)f(w)o(on)g(b)o(y)g(a)g
+(Russian)g(program)e(called)i(Kaissa,)h(essen)o(tially)f(a)262
+407 y(Shannon)g(t)o(yp)q(e)h(A)g(program)e(with)i(n)o(umerous)f(enhancemen)o
+(ts.)31 b(Kaissa's)17 b(rating)h(w)o(as)262 457 y(somewhere)c(in)f(the)i
+(1500)e(to)h(1700)f(ELO)h(range;)g(impressiv)o(e)g(for)f(a)h(program,)e(but)i
+(v)o(ery)262 506 y(lo)o(w)d(in)g(w)o(orld)h(c)o(hess)h(terms.)k(This)12
+b(compares)g(with)g(a)g(t)o(ypical)f(2500)g(ELO)h(Grandmaster)262
+556 y(rating,)g(ev)o(en)j(Da)o(vid)e(Levy)h(w)o(as)f(rated)i(at)f(ab)q(out)f
+(2350)g(ELO.)324 641 y(In)i(1977,)f(real)h(progress)h(w)o(as)f(made)f(when)i
+(Chess)g(4)p Fh(:)p Fp(5)e([4],)g(an)h(American)f(program)262
+691 y(written)d(at)g(the)h(North)o(w)o(estern)h(Univ)o(ersit)o(y)m(,)d(comp)q
+(eted)i(in)e(the)i(Minnesota)f(Op)q(en)h(Chess)262 741 y(Championship)h(and)i
+(w)o(on)g(the)g(ev)o(en)o(t)h(with)f(a)g(5-1)g(score.)23 b(This)16
+b(success)h(w)o(as)f(v)o(ery)f(sig-)262 791 y(ni\014can)o(t)h(b)q(ecause)i
+(sev)o(eral)f(Exp)q(erts)h(and)e(Class)h("A")f(pla)o(y)o(ers)g(comp)q(eted.)
+26 b(It)16 b(w)o(as)h(not)262 841 y(ac)o(hiev)o(ed)12 b(as)g(one)h(migh)o(t)d
+(exp)q(ect)k(b)o(y)e(a)f(breakthrough)i(in)f(c)o(hess)i(algorithms,)9
+b(but)k(rather)262 891 y(through)h(the)i(use)g(of)e(one)h(of)f(the)i(latest)f
+("sup)q(er-computers")g(-)g(a)g(CD)f(Cyb)q(er)i(170.)k(In-)262
+940 y(evitably)m(,)8 b(Chess)j(4)p Fh(:)p Fp(6)e(later)h(w)o(on)f(the)h
+(triennial)f(W)m(orld)g(Computer)g(Chess)i(Championship)262
+990 y(with)i(a)h(p)q(erfect)h(4-0)e(score.)324 1075 y(In)j(Septem)o(b)q(er)i
+(1978,)d(Chess)j(4)p Fh(:)p Fp(7)e(c)o(hallenged)g(Da)o(vid)g(Levy)h(for)f
+(the)h(b)q(et)h(made)d(10)262 1125 y(y)o(ears)f(earlier,)g(the)g(program)e
+(did)i(w)o(ell,)f(but)h(lost)f(b)o(y)h(a)g(score)h(of)e(3)1336
+1109 y Fk(1)p 1336 1116 17 2 v 1336 1140 a(2)1357 1125 y Fp(-1)1397
+1109 y Fk(1)p 1397 1116 V 1397 1140 a(2)1418 1125 y Fp(.)324
+1210 y(Programs)h(based)i(on)g(a)f(Shannon)g(t)o(yp)q(e)h(A)g(approac)o(h)f
+(with)g(little)g(kno)o(wledge,)g(but)262 1260 y(v)o(ery)20
+b(fast)g(searc)o(hing)h(had)e(b)q(een)j(dominating)17 b("in)o(telligen)o(t")h
+(selectiv)o(e)k(searc)o(hers)g(for)262 1310 y(some)14 b(5)g(y)o(ears.)22
+b(In)15 b(1978,)f(using)h(this)g(principle)g(of)f(fast)h(sp)q(eed)h(with)f
+(little)f(kno)o(wledge,)262 1360 y(sp)q(ecial)f(c)o(hess)h(hardw)o(are)f(w)o
+(as)g(designed)g(and)g(built)f(b)o(y)h(Ken)g(Thompson)f(and)h(Jo)q(e)g(Con-)
+262 1410 y(don)i([14)o(].)24 b(The)16 b(program,)f(Belle,)h(from)e(Bell)i
+(Lab)q(oratories,)g(running)g(on)f(this)h(sp)q(ecial)262 1460
+y(hardw)o(are)e(ended)h(up)f(winning)e(the)j(1980)e(W)m(orld)f(Computer)i
+(Chess)h(Championship.)324 1545 y(By)f(1983,)f(the)i(strength)g(of)f(deep)h
+(brute)g(force)f(searc)o(hers)j(w)o(as)d(further)h(emphasised)262
+1595 y(when)20 b(the)g(program)e(Cra)o(y)h(Blitz)g([31)o(],)h(running)g(on)f
+(a)g(2)g(pro)q(cessor)j(Cra)o(y)d(XMP/48)262 1644 y(computer,)d(w)o(on)g(the)
+h(4th)f(W)m(orld)f(Computer)h(Chess)h(Championship.)23 b(The)17
+b(follo)o(wing)262 1694 y(y)o(ear)h(an)g(exhibition)g(matc)o(h)f(w)o(as)h
+(arranged)h(b)q(et)o(w)o(een)h(Cra)o(y)e(Blitz)g(and)g(Da)o(vid)f(Levy)m(.)
+262 1744 y(In)j(the)g(matc)o(h,)g(Da)o(vid)f(Levy)h(crushed)i(the)f(mac)o
+(hine)e(4-0.)36 b(This)20 b(clearly)g(indicated)262 1794 y(that)15
+b(although)g(the)h(mac)o(hine)e(w)o(as)h(of)g(master)g(strength)i(in)e(the)h
+(realms)e(of)h(tactics,)i(its)262 1844 y(p)q(ositional)e(and)i(strategic)h
+(pla)o(y)e(w)o(as)h(w)o(eak.)27 b(Cra)o(y)17 b(Blitz)g(retained)h(its)f(w)o
+(orld)f(title)h(in)262 1893 y(1986.)324 1979 y(Curren)o(tly)11
+b(there)g(are)g(2)f(programs)f(of)h(in)o(ternational)f(master)h(strength)1456
+1964 y Fk(1)1476 1979 y Fp(,)h(Hitec)o(h)g(and)262 2029 y(Deep)16
+b(Though)o(t.)24 b(Both)17 b(Hitec)o(h)g(and)e(Deep)i(Though)o(t)f(run)g(on)g
+(sp)q(ecial)g(purp)q(ose)i(hard-)262 2078 y(w)o(are)13 b(and)h(essen)o
+(tially)g(p)q(erform)e(sophisticated)j(brute)f(force)h(searc)o(hes.)20
+b(Deep)14 b(Though)o(t)262 2128 y(is)g(clearly)h(the)g(strongest)h(of)e
+(these)i(programs)d(with)i(an)f(o\016cial)g(rating)g(of)g(2551)f(USCF)262
+2178 y(whic)o(h)j(equates)i(to)e(appro)o(ximately)e(2450)i(ELO.)h(During)f
+(Ma)o(y)g(1989,)g(Deep)h(Though)o(t)262 2228 y(demonstrated)d(this)g
+(strength)i(b)o(y)e(winning)g(the)h(6th)f(W)m(orld)f(Computer)h(Chess)h
+(Cham-)262 2278 y(pionship.)p 262 2312 573 2 v 308 2339 a Fj(1)325
+2351 y Fi(around)10 b(2400)g(ELO,)i(not)f(to)g(b)q(e)g(confused)e(with)j(a)f
+(US)h(master)e(rating)g(of)h(2200)f(USCF)967 2574 y Fp(9)p
+eop
+%%Page: 10 12
+10 11 bop 324 307 a Fp(In)13 b(Octob)q(er)i(1989,)d(Deep)h(Though)o(t)g(c)o
+(hallenged)g(Gary)g(Kasparo)o(v,)g(the)h(w)o(orld)e(c)o(hess)262
+357 y(c)o(hampion,)7 b(to)j(a)f(t)o(w)o(o)g(game)f(exhibition)g(matc)o(h.)15
+b(Kasparo)o(v)10 b(outpla)o(y)o(ed)f(the)h(mac)o(hine)e(not)262
+407 y(only)i(p)q(ositionally)m(,)f(but)j(more)f(surprisingly)g(tactically)m
+(,)f(to)h(win)g(the)h(matc)o(h)f(2-0.)16 b(During)262 457 y(Decem)o(b)q(er)d
+(1989,)f(Deep)h(Though)o(t)g(pla)o(y)o(ed)f(Da)o(vid)g(Levy)h(in)g(a)f(four)h
+(game)e(matc)o(h.)17 b(Deep)262 506 y(Though)o(t)c(illustrated)h(its)g
+(impressiv)o(e)f(abilit)o(y)f(b)o(y)i(winning)e(the)j(matc)o(h)e(4-0.)262
+679 y Fr(1.2)69 b(My)24 b(Bac)n(kground)262 805 y Fp(I)13 b(ha)o(v)o(e)g(b)q
+(een)h(v)o(ery)f(in)o(terested)i(in)e(computer)g(c)o(hess)i(for)e(some)f
+(considerable)i(time.)i(I)d(am)262 855 y(a)f(mem)o(b)q(er)g(of)g(the)i(In)o
+(ternational)f(Computer)f(Chess)i(Asso)q(ciation)f(and)g(ha)o(v)o(e)g
+(written)h(a)262 905 y(n)o(um)o(b)q(er)f(of)g(programs)g(using)g(b)q(oth)h
+(selectiv)o(e)h(and)f(brute)h(force)f(searc)o(hing.)324 990
+y(In)f(August)g(1989,)e(I)i(en)o(tered)h(m)o(y)d(latest)i(program)f(HIAR)o
+(CS)g(4.1)g(in)g(the)h(c)o(hess)i(tour-)262 1040 y(namen)o(t)f(of)h(the)i
+(\014rst)f(ev)o(er)h Fm(Computer)f(Olympiad)p Fp(.)24 b(HIAR)o(CS)16
+b(came)f(a)g(clear)h(6th)g(with)262 1090 y(3)e(out)g(of)g(8)h(p)q(oin)o(ts.)
+20 b(It)15 b(w)o(as)f(running)g(on)h(a)f(7Mhz)h(68000)e(pro)q(cessor,)k(slo)o
+(w)o(er)d(hardw)o(are)262 1140 y(than)f(all)g(of)g(the)h(opp)q(osition,)f
+(for)g(example)f(a)i Fm(Fidelity)g(Ele)n(ctr)n(onics)f Fp(en)o(try)h(from)e
+(Miami)262 1190 y(ran)h(on)h(a)g(68030)e(at)i(44Mhz)g(with)f(25ns)h(1)g(Mb)g
+(DRAM.)262 1362 y Fr(1.3)69 b(Aims)21 b(of)j(the)e(Pro)t(ject)262
+1489 y Fp(It)c(is)g(clear)h(to)f(me)f(that)h(curren)o(t)i(programs)d
+(su\013er)j(from)c(a)i(ma)r(jor)f(w)o(eakness)i(in)f(the)262
+1538 y(p)q(ositional)d(and)h(strategic)i(area)e(of)g(c)o(hess.)28
+b(Belo)o(w)17 b(2000)e(ELO,)i(tactics)g(pla)o(y)f(a)g(ma)r(jor)262
+1588 y(role,)10 b(ho)o(w)o(ev)o(er,)h(ab)q(o)o(v)o(e)e(2000)g(ELO,)i
+(tactical)e(abilit)o(y)g(b)q(ecomes)h(less)h(imp)q(ortan)o(t)d(and)i(go)q(o)q
+(d)262 1638 y(p)q(ositional)h(sense)k(is)f(vital.)i(Curren)o(tly)m(,)d(the)h
+(b)q(est)h(programs)d(are)i(m)o(uc)o(h)e(closer)i(to)f(w)o(orld)262
+1688 y(c)o(hampionship)f(strength)j(tactically)e(than)g(they)i(are)f(p)q
+(ositionally)e(sp)q(eaking.)324 1773 y(In)18 b(m)o(y)f(pro)r(ject,)j(I)e
+(will)f(giv)o(e)g(an)h(o)o(v)o(erview)g(of)g(the)h(sub)r(ject)h(and)e
+(explain)f(v)n(arious)262 1823 y(tec)o(hniques)i(used)h(in)e(curren)o(t)i
+(programs.)30 b(I)19 b(will)e(lo)q(ok)g(in)o(to)h(w)o(a)o(ys)g(of)g(dev)o
+(eloping)g(an)262 1873 y(ev)n(aluation)13 b(function)i(that)g(displa)o(ys)f
+(the)h(p)q(ositional)f(abilit)o(y)f(of)i(an)f(exp)q(ert)j(lev)o(el)d(c)o
+(hess)262 1923 y(pla)o(y)o(er)f(\(appro)o(ximately)e(ELO)i(2000\).)k(I)d
+(will)e(also)g(lo)q(ok)h(in)o(to)f(fresh)j(w)o(a)o(ys)e(of)f(impro)o(ving)262
+1972 y(the)20 b(tactical)f(strength)h(of)f(a)g(c)o(hess)i(program.)33
+b(This)19 b(is)h(particularly)e(imp)q(ortan)o(t)g(for)262 2022
+y(programs)9 b(running)h(on)h(standard)g(micropro)q(cessors)h(whic)o(h)e(ob)o
+(viously)g(cannot)h(comp)q(ete)262 2072 y(with)16 b(the)i(ra)o(w)f(sp)q(eed)h
+(of)f(sp)q(ecial)g(purp)q(ose)h(hardw)o(are.)28 b(I)17 b(then)g(in)o(tend)h
+(to)e(implemen)o(t)262 2122 y(certain)i(asp)q(ects)h(of)e(m)o(y)f(\014ndings)
+h(in)g(a)h(c)o(hess)h(program)d(and)h(ev)n(aluate)g(them)g(against)262
+2172 y(b)q(oth)f(h)o(uman)e(and)i(computer)f(opp)q(osition.)24
+b(I)16 b(also)f(in)o(tend)h(to)g(use)h(the)g(Bratk)o(o-Kop)q(ec)262
+2221 y(exp)q(erimen)o(t)10 b([12)o(])f(to)i(test)g(the)g(relativ)o(e)f
+(tactical)g(and)g(p)q(ositional)f(abilit)o(y)f(of)i(the)h(program.)324
+2307 y(The)h(reader)g(is)f(assumed)g(to)g(ha)o(v)o(e)h(a)f(reasonable)g(kno)o
+(wledge)g(of)g(c)o(hess)i(and)e(algebraic)262 2357 y(c)o(hess)16
+b(notation)e(in)h(order)h(that)f(c)o(hess)h(concepts)h(can)e(b)q(e)h
+(explained)f(to)f(a)h(high)g(enough)262 2406 y(lev)o(el.)957
+2574 y(10)p eop
+%%Page: 11 13
+11 12 bop 262 619 a Fn(Chapter)34 b(2)262 826 y Fo(Basic)40
+b(Ov)m(erview)262 1042 y Fp(In)11 b(later)g(c)o(hapters)h(of)f(this)g(rep)q
+(ort)h(I)f(will)e(explain)i(and)g(put)g(forw)o(ard)g(complex)e(ideas)j(con-)
+262 1092 y(cerning)g(v)n(arious)e(asp)q(ects)j(of)e(computer)h(c)o(hess.)18
+b(In)12 b(order)g(to)f(help)h(the)g(reader)h(cop)q(e)f(with)262
+1142 y(these)i(ideas,)e(this)h(c)o(hapter)h(will)d(giv)o(e)h(a)h(basic)g(o)o
+(v)o(erview)f(of)g(v)n(arious)g(tec)o(hniques)i(used)g(in)262
+1191 y(a)h(con)o(v)o(en)o(tional)f(c)o(hess)j(program.)k(I)16
+b(w)o(ould)e(also)h(advise)h(the)g(reader)h(to)e(follo)o(w)e(up)j(the)262
+1241 y(references)h(giv)o(en)e(for)f(a)h(more)e(complete)i(explanation)e(of)i
+(the)g(tec)o(hniques)h(men)o(tioned,)262 1291 y(as)d(this)h(c)o(hapter)h(is)f
+(b)o(y)g(no)f(means)g(in)o(tended)i(to)f(co)o(v)o(er)g(all)f(areas)h(in)g
+(detail.)262 1427 y Fr(2.1)69 b(Mac)n(hine)22 b(Represen)n(tation)262
+1554 y Fp(A)c(vital)f(elemen)o(t)g(of)h(an)o(y)g(c)o(hess)i(program)c(is)i
+(ho)o(w)g(the)h(c)o(hess)g(b)q(oard)g(and)f(pieces)h(are)262
+1603 y(represen)o(ted)d(in)e(the)g(mac)o(hine.)p 641 1697 673
+5 v 641 2361 5 665 v 646 1780 a Fg(0Z0Z0Z0Z)646 1863 y(Z0Z0Z0Z0)646
+1946 y(0Z0Z0Z0Z)646 2029 y(Z0Z0Z0Z0)646 2112 y(0Z0Z0Z0Z)646
+2195 y(Z0Z0Z0Z0)646 2278 y(0Z0Z0Z0Z)646 2361 y(Z0Z0Z0Z0)p 1310
+2361 V 641 2365 673 5 v 675 1749 a Fl(70)35 b(71)f(72)h(73)g(74)f(75)h(76)g
+(77)675 1832 y(60)g(61)f(62)h(63)g(64)f(65)h(66)g(67)675 1914
+y(50)g(51)f(52)h(53)g(54)f(55)h(56)g(57)675 1997 y(40)g(41)f(42)h(43)g(44)f
+(45)h(46)g(47)675 2080 y(30)g(31)f(32)h(33)g(34)f(35)h(36)g(37)675
+2163 y(20)g(21)f(22)h(23)g(24)f(25)h(26)g(27)675 2246 y(10)g(11)f(12)h(13)g
+(14)f(15)h(16)g(17)675 2329 y(00)g(01)f(02)h(03)g(04)f(05)h(06)g(07)500
+2449 y Fp(Figure)14 b(2.1:)j(A)d(Chess)h(Board)f(indexed)h(b)o(y)e
+(Co-ordinates.)957 2574 y(11)p eop
+%%Page: 12 14
+12 13 bop 262 307 a Fp(Claude)16 b(Shannon)h(suggested)i(in)e(his)g(famous)e
+(1949)h(pap)q(er)i([53)o(],)f(that)g(a)g(c)o(hess)i(b)q(oard)262
+357 y(could)f(b)q(e)i(represen)o(ted)h(in)e(64)f(b)o(ytes,)j(one)e(for)f(eac)
+o(h)i(square)f(on)g(the)h(b)q(oard.)33 b(It)19 b(w)o(as)262
+407 y(prop)q(osed)13 b(that)f(eac)o(h)h(square)h(could)e(b)q(e)h(addressed)h
+(b)o(y)e(the)h(co-ordinate)g(sc)o(heme)g(sho)o(wn)262 457 y(in)f(\014gure)i
+(2.1.)j(Eac)o(h)d(square)g(also)e(had)h(an)g(asso)q(ciated)h(co)q(de)g(whic)o
+(h)g(iden)o(ti\014es)f(the)h(t)o(yp)q(e)262 506 y(of)f(piece)i(\(if)e(an)o
+(y\))h(o)q(ccup)o(ying)g(that)g(square.)20 b(The)14 b(suggested)i(piece)f(co)
+q(des)g(can)g(b)q(e)f(seen)262 556 y(in)f(\014gure)h(2.2.)p
+691 644 574 2 v 690 694 2 50 v 716 679 a Fm(Oc)n(cupie)n(d)h(by)p
+956 694 V 50 w(White)p 1114 694 V 50 w(Black)p 1263 694 V 691
+695 574 2 v 690 743 2 50 v 716 729 a Fp(Empt)o(y)d(Sq)p 956
+743 V 129 w(0)p 1114 743 V 132 w(0)p 1263 743 V 691 745 574
+2 v 690 793 2 50 v 716 778 a(P)o(a)o(wn)p 956 793 V 210 w(1)p
+1114 793 V 125 w(-1)p 1263 793 V 691 795 574 2 v 690 843 2
+50 v 716 828 a(Knigh)o(t)p 956 843 V 184 w(2)p 1114 843 V 125
+w(-2)p 1263 843 V 691 845 574 2 v 690 893 2 50 v 716 878 a(Bishop)p
+956 893 V 186 w(3)p 1114 893 V 125 w(-3)p 1263 893 V 691 895
+574 2 v 690 943 2 50 v 716 928 a(Ro)q(ok)p 956 943 V 214 w(4)p
+1114 943 V 125 w(-4)p 1263 943 V 691 944 574 2 v 690 993 2
+50 v 716 978 a(Queen)p 956 993 V 196 w(5)p 1114 993 V 125 w(-5)p
+1263 993 V 691 994 574 2 v 690 1042 2 50 v 716 1027 a(King)p
+956 1042 V 222 w(6)p 1114 1042 V 125 w(-6)p 1263 1042 V 691
+1044 574 2 v 616 1149 a(Figure)i(2.2:)j(A)d(table)g(sho)o(wing)f(piece)i(co)q
+(des)262 1273 y(This)20 b(metho)q(d)g(is)h(kno)o(wn)f(as)h(the)h("mailb)q(o)o
+(x")17 b(represen)o(tation.)40 b(By)22 b(storing)e(one)h(of)262
+1322 y(these)g(co)q(des)h(in)e(eac)o(h)g(square's)h(address,)i(an)o(y)d(c)o
+(hess)i(p)q(osition)d(can)i(b)q(e)g(represen)o(ted)262 1372
+y(successfully)m(.)d(The)13 b(op)q(ening)f(c)o(hess)j(p)q(osition,)c(enco)q
+(ded)j(using)f(this)f(format)f(can)i(b)q(e)g(seen)262 1422
+y(in)g(\014gure)h(2.3.)p 641 1516 673 5 v 641 2180 5 665 v
+646 1599 a Fg(0Z0Z0Z0Z)646 1682 y(Z0Z0Z0Z0)646 1765 y(0Z0Z0Z0Z)646
+1848 y(Z0Z0Z0Z0)646 1931 y(0Z0Z0Z0Z)646 2014 y(Z0Z0Z0Z0)646
+2097 y(0Z0Z0Z0Z)646 2180 y(Z0Z0Z0Z0)p 1310 2180 V 641 2184
+673 5 v 663 1572 a Ff(\000)p Fl(4)27 b Ff(\000)p Fl(2)f Ff(\000)p
+Fl(3)h Ff(\000)p Fl(5)g Ff(\000)p Fl(6)f Ff(\000)p Fl(3)h Ff(\000)p
+Fl(2)g Ff(\000)p Fl(4)663 1655 y Ff(\000)p Fl(1)g Ff(\000)p
+Fl(1)f Ff(\000)p Fl(1)h Ff(\000)p Fl(1)g Ff(\000)p Fl(1)f Ff(\000)p
+Fl(1)h Ff(\000)p Fl(1)g Ff(\000)p Fl(1)663 1738 y(0)59 b(0)f(0)h(0)g(0)f(0)h
+(0)g(0)663 1821 y(0)g(0)f(0)h(0)g(0)f(0)h(0)g(0)663 1904 y(0)g(0)f(0)h(0)g(0)
+f(0)h(0)g(0)663 1986 y(0)g(0)f(0)h(0)g(0)f(0)h(0)g(0)663 2069
+y(+1)22 b(+1)f(+1)h(+1)g(+1)f(+1)h(+1)g(+1)663 2152 y(+4)g(+2)f(+3)h(+5)g(+6)
+f(+3)h(+2)g(+4)425 2276 y Fp(Figure)14 b(2.3:)j(Mailb)q(o)o(x)12
+b(Represen)o(tation)j(of)e(the)i(Op)q(ening)f(P)o(osition.)324
+2399 y(Most)d(implemen)o(tati)o(ons)d(of)i(the)i(mailb)q(o)o(x)c(idea)i
+(actually)g(use)h(a)g(10)f(x)h(12)f(b)q(oard.)17 b(This)262
+2449 y(10)12 b(x)i(12)f(sc)o(heme)g(giv)o(es)h(a)f(2)g(square)h(edge)g
+(around)g(the)g(b)q(oard,)f(eac)o(h)h('o\013)f(b)q(oard')g(square)957
+2574 y(12)p eop
+%%Page: 13 15
+13 14 bop 262 307 a Fp(con)o(taining)16 b(a)h(co)q(de)h(whic)o(h)g(iden)o
+(ti\014es)g(it)f(as)g(not)h(b)q(eing)f(on)h(the)g(con)o(v)o(en)o(tional)e(b)q
+(oard.)262 357 y(This)11 b(is)h(done)g(in)f(order)h(to)g(detect)h(mo)o(v)o
+(es)e(o\013)g(the)i(edge)f(of)f(the)h(b)q(oard)g(simply)e(b)o(y)h(testing)262
+407 y(the)i(co)q(de)i(of)d(the)i(square)g(b)q(eing)f(mo)o(v)o(ed)f(to.)18
+b(The)c(2)f(square)h(edge)g(is)f(necessary)i(to)e(allo)o(w)262
+457 y(for)g(knigh)o(t)g(mo)o(v)o(es.)324 542 y(A)18 b(generally)g(more)f
+(e\016cien)o(t)i(metho)q(d)e(of)h(represen)o(ting)i(a)e(c)o(hess)h(b)q(oard)g
+(w)o(as)f(\014rst)262 592 y(suggested)f(b)o(y)g(a)f(Russian)g(group)g(in)g
+(1970)g([2)o(].)25 b(It)17 b(in)o(v)o(olv)o(es)e(using)i(64)f(bits,)g(1)h
+(bit)f(p)q(er)262 641 y(square,)d(to)f(represen)o(t)j(a)e(single)f(piece)h
+(of)f(information)e(ab)q(out)j(all)e(squares.)19 b(Eac)o(h)13
+b(64)f(bit)262 691 y(represen)o(tation)g(is)g(kno)o(wn)e(as)i(a)f(bitmap.)k
+(A)d(bitmap)d(could,)i(for)g(example,)f(represen)o(t)k(all)262
+741 y(squares)f(o)q(ccupied)g(b)o(y)g(a)f(white)g(knigh)o(t.)17
+b(Bit\(s\))c(b)q(eing)g(set)g(corresp)q(onding)g(to)g(whatev)o(er)262
+791 y(squares)e(are)g(o)q(ccupied)g(b)o(y)f(white)h(knigh)o(ts.)16
+b(Using)11 b(12)e(suc)o(h)j(bitmaps,)d(6)h(for)g(white)g(pieces)262
+841 y(and)j(6)h(for)f(blac)o(k)h(pieces,)g(an)o(y)g(p)q(osition)f(can)h(b)q
+(e)h(represen)o(ted.)262 1013 y Fr(2.2)69 b(Mo)n(v)n(e)24 b(Generation)262
+1140 y Fp(Using)14 b(a)g(10)g(x)h(12)f(mailb)q(o)o(x)d(represen)o(tation,)16
+b(mo)o(v)o(es)d(are)i(generated)h(b)o(y)e(doing)g(a)g(series)262
+1190 y(of)d(adds)h(and)g(tests.)19 b(F)m(or)12 b(example,)f(to)h(generate)h
+(all)e(white)i(knigh)o(t)e(mo)o(v)o(es)g(from)f(a)i(giv)o(en)262
+1239 y(square)j(the)g(o\013sets:)20 b(+8,)15 b(+19,)f(+21,)g(+12,)g
+Ff(\000)p Fp(8,)g Ff(\000)p Fp(19,)g Ff(\000)p Fp(21)g(and)g
+Ff(\000)p Fp(12)h(m)o(ust)e(b)q(e)i(added)262 1289 y(to)e(the)i(knigh)o(t's)e
+(original)f(lo)q(cation,)g(see)j(\014gure)g(2.4.)p 641 1383
+673 5 v 641 2047 5 665 v 646 1466 a Fg(0Z0Z0Z0Z)646 1549 y(Z0Z0Z0Z0)646
+1632 y(0Z0Z0Z0Z)646 1715 y(Z0Z0Z0Z0)646 1798 y(0Z0Z0Z0Z)646
+1881 y(Z0Z0M0Z0)646 1964 y(0Z0Z0Z0Z)646 2047 y(Z0Z0Z0Z0)p 1310
+2047 V 641 2051 673 5 v 899 1692 a Fl(+19)81 b(+21)817 1775
+y(+8)269 b(+12)817 1941 y Ff(\000)p Fl(12)250 b Ff(\000)p Fl(8)899
+2024 y Ff(\000)p Fl(21)86 b Ff(\000)p Fl(19)447 2151 y Fp(Figure)14
+b(2.4:)j(Mo)o(v)o(e)d(generation)g(of)f(knigh)o(t)h(mo)o(v)o(es)e(using)i
+(o\013sets.)262 2277 y(Eac)o(h)g(of)f(these)i(p)q(oten)o(tial)f("to-squares")
+g(m)o(ust)f(b)q(e)h(tested)i(for)d(2)h(p)q(ossibilities:)324
+2360 y Ff(\017)20 b Fp(Is)14 b(the)h(to-square)f(on)g(the)h(b)q(oard)e(?)324
+2443 y Ff(\017)20 b Fp(Is)14 b(the)h(to-square)f(uno)q(ccupied)h(b)o(y)f(a)g
+(friendly)f(piece)i(?)957 2574 y(13)p eop
+%%Page: 14 16
+14 15 bop 262 307 a Fp(If)9 b(b)q(oth)h(these)h(tests)g(pro)o(v)o(e)f(to)g(b)
+q(e)g(true,)h(then)g(a)e(pseudo)i(legal)e(mo)o(v)o(e)f(has)i(b)q(een)h
+(generated.)262 357 y(Note)i(that)g(this)g(do)q(es)h(not)e(determine)h
+(whether)i(the)e(mo)o(v)o(e)e(actually)h(lea)o(v)o(es)h(the)h(king)e(in)262
+407 y(c)o(hec)o(k,)h(hence)h(it)e(is)h(called)g(pseudo)g(legal.)k(Nearly)12
+b(all)g(programs)f(lea)o(v)o(e)i(this)g(calculation)262 457
+y(un)o(til)h(a)h(more)f(con)o(v)o(enien)o(t)i(time.)21 b(As)15
+b(y)o(ou)g(can)h(see)g(this)g(metho)q(d)e(of)h(mo)o(v)o(e)e(generation)262
+506 y(is)g(quiet)h(simple.)324 592 y(Using)f(a)f(bitmap)g(represen)o(tation,)
+i(mo)o(v)o(e)d(generation)j(is)e(m)o(uc)o(h)g(more)g(e\016cien)o(t)i(with)262
+641 y(resp)q(ect)h(to)f(time,)e(than)h(with)g(the)h(previous)g(metho)q(d.)j
+(The)d(reason)h(for)e(this)g(adv)n(an)o(tage)262 691 y(lies)e(in)g(the)h
+(fact)g(that)f(mo)o(v)o(es)f(are)i(generated)h(b)o(y)f(using)f(bit)o(wise)g
+(logical)f(op)q(erations)i(suc)o(h)262 741 y(as)h("and",)g("or")h(and)f
+("not".)324 826 y(In)k(order)h(for)g(this)f(metho)q(d)g(to)g(generate)i(all)d
+(white)h(knigh)o(t)g(mo)o(v)o(es)f(from)g(a)h(giv)o(en)262
+876 y(square,)f(a)g(bitmap)e(needs)j(to)f(b)q(e)h(fetc)o(hed)g(whic)o(h)f
+(represen)o(ts)i(all)d(mo)o(v)o(es)g(a)g(knigh)o(t)g(can)262
+926 y(mak)o(e)10 b(from)g(the)i(giv)o(en)f(square,)i(call)e(this)h(bitmap)e
+(1.)17 b(Next,)12 b(a)f(bitmap)f(is)i(fetc)o(hed)h(whic)o(h)262
+976 y(represen)o(ts)19 b(the)e(lo)q(cation)f(of)h(all)e(friendly)h(pieces.)29
+b(This)16 b(bitmap)f(is)i(negated)g(and)g(the)262 1026 y(result)d(is)h
+(logically)c(and-ed)k(with)f(bitmap)e(1.)19 b(The)14 b(result)h(is)f(a)g
+(bit,)g(set)h(in)f(the)h(lo)q(cation)262 1075 y(of)g(ev)o(ery)i(pseudo-legal)
+f(mo)o(v)o(e)e(p)q(ossible)j(b)o(y)f(a)g(white)g(knigh)o(t)g(from)e(the)j
+(giv)o(en)e(original)262 1125 y(square.)324 1210 y(As)i(can)g(b)q(e)h(seen)g
+(this)f(metho)q(d)f(is)h(extremely)g(fast.)27 b(It)17 b(do)q(es)g(ho)o(w)o
+(ev)o(er,)h(use)g(m)o(uc)o(h)262 1260 y(more)11 b(memory)e(than)k(the)f
+(mailb)q(o)o(x)e(based)i(metho)q(d)g(b)q(ecause)i(the)e(mo)o(v)o(es)f(of)h
+(ev)o(ery)h(piece)262 1310 y(from)h(an)o(y)i(giv)o(en)g(square)h(m)o(ust)f(b)
+q(e)h(pre-stored.)27 b(The)17 b(metho)q(d)f(also)g(relies)h(on)f(a)g(large)
+262 1360 y(w)o(ord)d(size,)h(suc)o(h)g(as)f(64)g(bits.)18 b(Although)13
+b(it)g(is)g(still)g(feasible)g(with)g(a)g(16)g(or)g(32)g(bit)g(w)o(ord,)262
+1410 y(it)j(is)i(signi\014can)o(tly)e(less)i(e\016cien)o(t.)29
+b(Also)17 b(it)g(is)g(v)o(ery)g(imp)q(ortan)o(t)f(for)h(the)h(computer)f(to)
+262 1460 y(ha)o(v)o(e)11 b(a)h(mac)o(hine)f(instruction)h(whic)o(h)g(can)h
+(giv)o(e)e(the)i(lo)q(cation)e(of)g(the)i(\014rst)g(bit)f(set)g(in)g(an)o(y)
+262 1509 y(w)o(ord;)18 b(without)f(this,)h(the)g(metho)q(d)e(ma)o(y)f(b)q(e)j
+(to)q(o)g(ine\016cien)o(t.)28 b(F)m(or)17 b(a)g(more)f(complete)262
+1559 y(explanation)c(of)i(this)g(tec)o(hnique)g(see)i([15)o(].)324
+1644 y(In)10 b(b)q(oth)g(metho)q(ds)f(the)h(mo)o(v)o(es)f(of)g(v)o(ector)i
+(pieces)g(suc)o(h)f(as)g(bishops,)h(ro)q(oks)f(and)f(queens)262
+1694 y(are)14 b(more)f(complex)g(to)h(generate.)20 b(P)o(a)o(wn)14
+b(mo)o(v)o(es)f(and)h(sp)q(ecial)g(mo)o(v)o(es)f(suc)o(h)i(as)f(castling)262
+1744 y(and)c(en-passan)o(t)g(are)h(also)f(more)f(complicated,)g(but)i(can)f
+(still)f(b)q(e)i(generated)h(using)e(either)262 1794 y(represen)o(tation.)262
+1967 y Fr(2.3)69 b(Ev)l(aluation)23 b(F)-6 b(unctions)262 2093
+y Fp(Giv)o(en)11 b(that)h(mo)o(v)o(es)f(can)i(b)q(e)g(generated)g(ho)o(w)f
+(can)h(the)f(relativ)o(e)g(merits)g(of)g(eac)o(h)g(mo)o(v)o(e)f(b)q(e)262
+2143 y(determined)i(?)18 b(That)c(is)g(the)g(purp)q(ose)h(of)f(the)g
+Fm(Evaluation)i(F)m(unction)p Fp(.)324 2228 y(Shannon)f(prop)q(osed)g(that)g
+(an)g(ev)n(aluation)f(function)g(should)h(tak)o(e)g(accoun)o(t)h(of)e(suc)o
+(h)262 2278 y(features)j(as)f(material,)e(mobilit)o(y)m(,)f(p)q(osition)j(of)
+f(pieces)j(and)e(pa)o(wn)g(structure.)27 b(Eac)o(h)16 b(of)262
+2328 y(these)21 b(factors)f(required)i(an)d(imp)q(ortance)h(w)o(eigh)o(ting)f
+(to)h(b)q(e)g(asso)q(ciated)h(with)f(them.)262 2377 y(Eac)o(h)e(factor)g(w)o
+(ould)f(then)i(b)q(e)f(v)n(alued)g(dep)q(ending)g(on)g(its)g(presence)j(or)d
+(absence)h(in)f(a)262 2427 y(giv)o(en)11 b(p)q(osition,)h(and)g(the)h(asso)q
+(ciated)g(w)o(eigh)o(tings)f(applied.)17 b(All)12 b(the)h(v)n(alues)f(could)g
+(then)957 2574 y(14)p eop
+%%Page: 15 17
+15 16 bop 262 307 a Fp(b)q(e)14 b(added)h(together)g(to)f(giv)o(e)g(a)f
+(single)h(discrete)i(v)n(alue)e(for)g(the)g(p)q(osition.)k(The)d(mo)o(v)o(e)e
+(or)262 357 y(series)j(of)e(mo)o(v)o(es)g(whic)o(h)h(pro)q(duce)i(the)e(most)
+f(desirable)i(p)q(osition)e(from)f(the)j(ev)n(aluation)262
+407 y(function's)d(p)q(oin)o(t)g(of)h(view)f(can)h(then)h(b)q(e)g(c)o(hosen.)
+324 492 y(Almost)9 b(all)g(ev)n(aluation)g(functions)h(use)i(material)c(as)j
+(an)f(o)o(v)o(erriding)f(factor,)i(it)f(is)g(v)o(ery)262 542
+y(rare)k(for)f(ev)o(en)i(the)f(sum)f(of)g(all)f(other)j(factors)f(to)g
+(exceed)h(the)f(v)n(alue)f(of)h(one)g(pa)o(wn.)j(The)262 592
+y(reason)11 b(for)g(this)f(is)h(that)g(b)q(ecause)i(the)e(p)q(ositional)f(v)n
+(alues)g(are)i(so)f(crude,)h(if)e(material)f(w)o(ere)262 641
+y(to)15 b(b)q(e)h(giv)o(en)f(a)o(w)o(a)o(y)f(in)h(exc)o(hange)h(for)g(p)q
+(ositional)e(comp)q(ensation,)g(the)i(mac)o(hine)e(w)o(ould)262
+691 y(more)c(than)h(lik)o(ely)f(lose)h(b)q(ecause)i(its)e(ev)n(aluation)f(of)
+h(the)h(comp)q(ensation)e(w)o(as)h(inaccurate.)324 777 y(In)k(the)g(fort)o(y)
+g(y)o(ears)h(since)f(Shannon's)g(pap)q(er,)h(man)o(y)d(additional)g(ev)n
+(aluation)h(func-)262 826 y(tion)19 b(factors)h(ha)o(v)o(e)f(b)q(een)i
+(suggested)g(and)e(built)g(up)q(on.)36 b(They)20 b(include)g(king)e(safet)o
+(y)m(,)262 876 y(o)q(ccupation)e(of)g(w)o(eak)g(squares,)i(dev)o(elopmen)o
+(t,)e(piece)i(exc)o(hange)f(term)f(etc.)27 b(Ho)o(w)o(ev)o(er,)262
+926 y(ev)o(en)16 b(to)q(da)o(y)f(v)o(ery)g(few)h(ev)n(aluation)e(functions)h
+(w)o(ould)g(ev)o(en)h(consider)g(exc)o(hanging)f(ma-)262 976
+y(terial)e(for)h(other)g(factors)g(suc)o(h)h(as)f(activ)o(e)g(pla)o(y)m(.)324
+1061 y(In)c(programs)e(whic)o(h)i(searc)o(h)h(only)e(a)g(few)h(p)q(ositions,)
+g(the)g(ev)n(aluation)f(function)g(can)h(b)q(e)262 1111 y(quite)15
+b(complex)e(and)i(time)f(consuming.)19 b(Ho)o(w)o(ev)o(er,)d(all)d
+(successful)k(programs)d(searc)o(h)i(a)262 1161 y(large)d(n)o(um)o(b)q(er)f
+(of)h(p)q(ositions)g(and)h(therefore)g(can)g(only)f(sp)q(end)h(a)f(small)f
+(amoun)o(t)f(of)i(time)262 1210 y(ev)n(aluating)i(eac)o(h)j(p)q(osition.)28
+b(F)m(or)17 b(this)h(reason)f(man)o(y)f(of)h(the)h(originally)d(simple)g
+(ideas)262 1260 y(ha)o(v)o(e)d(remained)g(to)g(the)h(presen)o(t)i(da)o(y)d
+(in)g(most)f(programs.)17 b(Some)11 b(ev)n(aluation)h(functions)262
+1310 y(do)i(not)h(ev)o(en)h(ev)n(aluate)f(the)h(whole)f(p)q(osition,)f(but)h
+(rather)h(the)g(v)n(alue)f(of)f(a)h(mo)o(v)o(e)e(itself.)262
+1360 y(This)g(do)q(es)h(not,)f(ho)o(w)o(ev)o(er,)h(consider)g(other)h(in)o
+(teractions)f(that)f(a)h(mo)o(v)o(e)d(ma)o(y)h(ha)o(v)o(e)i(on)f(a)262
+1410 y(p)q(osition.)23 b(F)m(or)16 b(example,)e(a)i(knigh)o(t)f(that)h(mo)o
+(v)o(es)f(rev)o(ealing)h(a)f(bishop)h(pin)g(of)f(a)h(queen)262
+1460 y(to)i(a)g(king.)31 b(The)18 b(T)m(ec)o(hnology)g(program)f([22)o(],)h
+(is)g(an)g(extreme)h(example)e(whic)o(h)h(only)262 1509 y(ev)n(aluates)c
+(material)e(during)i(its)g(searc)o(h.)20 b(A)14 b(one)h(ply)e(p)q(ositional)g
+(v)n(alue)h(is)g(com)o(bined)f(at)262 1559 y(the)h(end)g(of)g(the)g(searc)o
+(h)h(to)f(distinguish)f(b)q(et)o(w)o(een)j(mo)o(v)o(es)c(of)h(equal)h
+(material)e(outcome.)324 1644 y(A)f(go)q(o)q(d)h(explanation)e(of)h(a)g(con)o
+(v)o(en)o(tional)g(c)o(hess)i(ev)n(aluation)d(function)h(can)h(b)q(e)g(found)
+262 1694 y(in)j([4)o(].)24 b(Ev)n(aluation)15 b(functions)h(will)e(b)q(e)j
+(lo)q(ok)o(ed)f(at)f(in)h(m)o(uc)o(h)f(greater)i(detail)e(in)h(future)262
+1744 y(c)o(hapters.)262 1917 y Fr(2.4)69 b(Lo)r(ok)24 b(Ahead)262
+2043 y Fp(In)16 b(order)h(to)f(lo)q(ok)g(ahead)g(in)o(to)g(p)q(ossibilities)g
+(whic)o(h)g(ma)o(y)e(dev)o(elop)j(in)f(the)h(game,)e(it)h(is)262
+2093 y(necessary)c(generate)g(what)f(is)g(called)f(a)h("Game)d(tree".)18
+b(A)11 b(game)e(tree)j(is)f(a)f(diagrammati)o(c)262 2143 y(represen)o(tation)
+i(of)e(p)q(ossible)h(mo)o(v)o(e)e(sequences.)20 b(This)11 b(is)f(ac)o(hiev)o
+(ed)h(b)o(y)g(generating)g(mo)o(v)o(es)262 2193 y(for)k(the)h(side)f(to)g
+(pla)o(y)m(,)f(then)i(replies)g(for)f(the)h(opp)q(onen)o(t,)g(then)g(coun)o
+(ter)g(replies)g(and)g(so)262 2242 y(on,)c(dep)q(ending)h(on)g(the)g(depth)h
+(of)e(lo)q(ok)g(ahead)g(required.)19 b(Figure)13 b(2.5)f(sho)o(ws)h(a)f(p)q
+(ossible)957 2574 y(15)p eop
+%%Page: 16 18
+16 17 bop 262 307 a Fp(lo)q(ok)12 b(ahead)i(game)f(tree)i(from)d(the)j(op)q
+(ening)e(c)o(hess)j(p)q(osition.)623 1489 y(Figure)e(2.5:)j(A)d(P)o(ossible)g
+(lo)q(ok)f(ahead)h(tree.)324 1607 y(Strictly)i(sp)q(eaking)g(the)h(game)e
+(tree)j(is)e(not)g(a)g(tree,)i(but)e(rather)i(a)e(directed)h(graph.)262
+1657 y(This)12 b(is)h(b)q(ecause)i(some)d(no)q(des)i(can)f(b)q(e)h(reac)o
+(hed)g(through)f(di\013eren)o(t)h(paths,)f(kno)o(wn)g(as)g(a)262
+1707 y(transp)q(osition)i(of)f(mo)o(v)o(es.)20 b(F)m(or)15
+b(the)h(purp)q(ose)g(of)f(consistency)h(with)f(other)h(material)d(on)262
+1757 y(the)h(sub)r(ject)h(I)f(will)f(also)g(use)i(the)f(term)f(searc)o(h)i
+(or)f(game)f(tree.)324 1842 y(There)i(are)f(a)g(n)o(um)o(b)q(er)f(of)g(w)o(a)
+o(ys)h(the)g(game)f(tree)i(can)f(b)q(e)g(expanded)h(and)f(searc)o(hed:)324
+1925 y Ff(\017)20 b Fl(Depth)c(\014rst)g(searc)o(h)p Fp(:)k(The)15
+b(\014rst)h(branc)o(h)g(is)f(explored)h(to)f(the)h(required)g(depth)365
+1975 y(b)q(efore)k(the)f(mac)o(hine)e(starts)j(on)e(the)h(next)h(unexplored)f
+(branc)o(h)g(one)g(lev)o(el)f(up.)365 2024 y(This)c(con)o(tin)o(ues)g(un)o
+(til)g(all)e(no)q(des)j(ha)o(v)o(e)f(b)q(een)h(explored)f(to)g(the)g
+(required)h(depth.)324 2107 y Ff(\017)20 b Fl(Breadth)d(\014rst)f(searc)o(h)p
+Fp(:)21 b(All)15 b(no)q(des)i(at)e(one)h(lev)o(el)g(are)g(examined)e(b)q
+(efore)j(pro-)365 2157 y(gressing)i(one)f(lev)o(el)g(do)o(wn)f(the)i(tree)g
+(and)f(examining)d(all)i(no)q(des)i(at)e(that)h(lev)o(el.)365
+2207 y(This)c(con)o(tin)o(ues)g(un)o(til)g(all)e(no)q(des)j(ha)o(v)o(e)f(b)q
+(een)h(explored)f(to)g(the)g(required)h(depth.)324 2290 y Ff(\017)20
+b Fl(Best)13 b(\014rst)f(searc)o(h)p Fp(:)j(A)o(t)d(eac)o(h)g(step)h(the)f
+(most)e(promising)g(no)q(de)i(is)f(selected)i(from)365 2340
+y(all)h(the)h(no)q(des)g(generated)h(so)f(far)f(in)g(the)h(tree.)22
+b(New)15 b(no)q(des)g(are)g(then)g(generated)365 2390 y(from)g(the)i
+(selected)h(no)q(de,)g(and)e(again,)f(the)i(most)f(promising)e(no)q(de)j(is)f
+(selected.)365 2440 y(A)f(no)q(de)g(can)f(b)q(e)h(selected)h(as)f(most)e
+(promising)f(no)i(matter)g(where)h(in)f(the)h(tree)h(it)957
+2574 y(16)p eop
+%%Page: 17 19
+17 18 bop 365 307 a Fp(o)q(ccurs.)19 b(Also)12 b(no)q(des)h(previously)f
+(searc)o(hed,)i(but)f(rejected)h(as)e(unpromising,)f(ma)o(y)365
+357 y(again)i(b)q(ecome)h(promising)d(and)j(b)q(e)h(re-searc)o(hed.)324
+440 y(Note)20 b(that)g(the)h(required)f(depth)h(will)d(b)q(e)j(the)f
+(limiting)d(factor)j(for)f(the)i(breadth)262 490 y(\014rst)e(and)g(depth)h
+(\014rst)g(searc)o(hes.)36 b(The)20 b(b)q(est)g(\014rst)g(searc)o(h)g(m)o
+(ust)e(ha)o(v)o(e)h(some)g(w)o(a)o(y)f(of)262 540 y(terminating,)11
+b(although)i(depth)i(ma)o(y)d(not)h(b)q(e)i(the)f(limiting)d(factor.)324
+625 y(I)g(kno)o(w)g(of)f(no)h(activ)o(e)h(programs)e(whic)o(h)h(uses)h(the)g
+(breadth)g(\014rst)g(searc)o(h.)19 b(Most)11 b(c)o(hess)262
+675 y(programs)i(use)i(a)f(mo)q(di\014ed)f(v)o(ersion)i(of)f(the)h(depth)g
+(\014rst)g(searc)o(h.)21 b(These)15 b(mo)q(di\014cations)262
+725 y(will)10 b(b)q(e)i(explained)g(in)f(c)o(hapter)i(3.)k(The)12
+b(b)q(est)h(\014rst)f(pro)q(cedure)i(is)e(used)g(in)g(some)f(selectiv)o(e)262
+774 y(searc)o(h)20 b(programs.)35 b(Of)20 b(particular)f(in)o(terest)i(is)f
+(the)g(B*)g(tree)h(searc)o(h)g(algorithm)c([6],)262 824 y(a)g(dev)o(elopmen)o
+(t)g(of)g(the)h(b)q(est)h(\014rst)g(searc)o(h.)30 b(This)18
+b(algorithm)d(attempts)i(to)h(allo)o(w)e(for)262 874 y(uncertain)o(t)o(y)e
+(to)g(b)q(e)g(expressed)i(in)e(the)g(searc)o(h)h(tree.)324
+959 y(The)20 b(searc)o(h)g(of)f(a)g(t)o(w)o(o-pla)o(y)o(er)g(game)f(tree)i
+(can)g(b)q(e)g(ac)o(hiev)o(ed)g(b)o(y)f(the)h(use)g(of)f(the)262
+1009 y(minim)o(ax)11 b(pro)q(cedure.)20 b(This)14 b(is)g(based)h(on)f(the)g
+(idea)g(that)g(t)o(w)o(o)g(pla)o(y)o(ers)g(exist,)g(Max)g(and)262
+1059 y(Min.)23 b(Max)16 b(c)o(ho)q(oses)h(mo)o(v)o(es)e(leading)g(to)h(high)f
+(scores,)j(where)f(as)f(Min)g(c)o(ho)q(oses)h(mo)o(v)o(es)262
+1109 y(leading)10 b(to)i(lo)o(w)f(scores.)19 b(Max)12 b(and)f(Min)h(c)o(ho)q
+(ose)g(mo)o(v)o(es)f(at)h(alternate)g(lev)o(els)g(of)f(the)i(tree,)262
+1158 y(o)q(dd)g(and)h(ev)o(en)h(resp)q(ectiv)o(ely)m(.)262
+1331 y Fr(2.5)69 b(Selectiv)n(e)20 b(Searc)n(hing)262 1458
+y Fp(It)13 b(has)g(b)q(een)i(sho)o(wn)e(b)o(y)g(de)h(Gro)q(ot)f([16)o(,)f
+(17])h(that)g(there)h(are)g(on)f(a)o(v)o(erage)g(38)g(mo)o(v)o(es)f(in)h(a)
+262 1507 y(giv)o(en)d(p)q(osition,)h(y)o(et)g(only)f(an)h(a)o(v)o(erage)g(of)
+g(1.76)e(go)q(o)q(d)i(mo)o(v)o(es)1229 1492 y Fk(1)1257 1507
+y Fp(exist)h(in)f(eac)o(h)g(p)q(osition.)17 b(A)262 1557 y(h)o(uman)11
+b(c)o(hess)k(master's)d(searc)o(h)j(tree)f(t)o(ypically)e(in)o(v)o(olv)o(es)g
+(a)h(total)g(of)g(around)g(35)f(mo)o(v)o(es;)262 1607 y(v)n(ariations)18
+b(are)i(explored)h(to)e(an)h(a)o(v)o(erage)g(depth)g(of)g(7)f(plies.)36
+b(It)20 b(is)g(clear)g(from)e(the)262 1657 y(researc)o(h)e(of)f(de)g(Gro)q
+(ot)g(that)g(the)h(h)o(uman)d(c)o(hess)k(master)d(is)h(v)o(ery)g(e\016cien)o
+(t)h(at)f(selecting)262 1707 y(mo)o(v)o(es)8 b(to)h(explore)h(further.)17
+b(It)10 b(therefore)h(seems)e(logical)f(to)h(program)f(a)i(computer)f(whic)o
+(h)262 1756 y(selects)18 b(the)g(most)e(plausible)g(mo)o(v)o(es)g(to)g(b)q(e)
+i(explored)f(next)h(from)d(those)j(a)o(v)n(ailable.)25 b(If)262
+1806 y(suc)o(h)18 b(a)g(program)e(had)i(a)g(selection)h(mec)o(hanism)c(as)j
+(sophisticated)h(as)f(a)g(master's,)g(it)262 1856 y(w)o(ould)c(almost)f
+(certainly)i(pla)o(y)f(at)g(master)h(lev)o(el)g(or)f(ab)q(o)o(v)o(e.)21
+b(This)15 b(metho)q(d)f(is)h(kno)o(w)g(as)262 1906 y Fm(Sele)n(ctive)f(Se)n
+(ar)n(ching)g Fp(or)g(a)g(Shannon)g(t)o(yp)q(e)g(B/C)g(strategy)m(.)324
+1991 y(The)j(Green)o(blatt)f(program)f(w)o(as)i(the)g(\014rst)g(successful)h
+('selectiv)o(e')f(searc)o(hing)g(c)o(hess)262 2041 y(program)12
+b(whic)o(h)j(could)f(pla)o(y)f(at)h(a)h(reasonable)f(lev)o(el.)20
+b(The)14 b(program)f(placed)i(limits)d(on)262 2091 y(the)i(n)o(um)o(b)q(er)f
+(of)g(mo)o(v)o(es)f(whic)o(h)i(could)f(b)q(e)i(searc)o(hed)g(at)e(di\013eren)
+o(t)i(depths.)k(The)14 b(n)o(um)o(b)q(er)262 2141 y(of)h(branc)o(hes)j
+(explored)f(in)f(the)i(\014rst)f(5)f(plies)h(w)o(ere)g(as)g(follo)o(ws:)22
+b(15,)16 b(15,)g(9,)g(9,)h(7.)26 b(This)262 2190 y(tap)q(ering)11
+b(of)h(the)g(searc)o(h)h(mean)o(t)e(that)h(deep)q(er)h(searc)o(hes)h(w)o(ere)
+f(p)q(ossible)f(when)g(compared)262 2240 y(with)k(the)i(full)e(width)h
+(approac)o(h)h(at)f(the)h(time.)26 b(In)18 b(the)g(early)f(1970's,)f(Hans)i
+(Berliner)262 2290 y(considered)c(v)o(ery)g(selectiv)o(e)h(searc)o(hing)f(as)
+f(the)i(w)o(a)o(y)d(forw)o(ard)h(and)h(exp)q(ected)h(the)f(searc)o(h)262
+2340 y(tree)j(w)o(ould)d(con)o(tain)i(less)g(than)g(500)f(no)q(des.)24
+b(It)16 b(is)g(ironic)f(that)h(Hans)g(is)f(no)o(w)h(a)f(ma)r(jor)p
+262 2374 573 2 v 308 2401 a Fj(1)325 2413 y Fi(Grandmaster)8
+b(standard)h(mo)o(v)o(es)957 2574 y Fp(17)p eop
+%%Page: 18 20
+18 19 bop 262 307 a Fp(force)11 b(b)q(ehind)g(Hitec)o(h,)h(a)f(v)o(ery)g
+(strong)g(brute)h(force)g(searc)o(hing)f(program)e(from)h(Carnegie-)262
+357 y(Mellon)j(Univ)o(ersit)o(y)m(.)324 442 y(The)21 b(b)q(est)h(attempt)e
+(at)g(selectiv)o(e)i(searc)o(hing)f(w)o(as)f(made)g(b)o(y)g(Wilkins)f([61],)i
+(who)262 492 y(pro)q(duced)14 b(a)f(kno)o(wledge)g(based)h(program,)d(P)m
+(ARADISE.)i(The)g(program)f(p)q(erformed)h(at)262 542 y(the)h(exp)q(ert)h
+(lev)o(el)f(in)f(the)i(relativ)o(ely)e(narro)o(w)h(domain)d(of)j(tactical)f
+(problems.)324 627 y(All)e(the)h(attempts)g(to)f(create)j(a)d(go)q(o)q(d)h
+(selectiv)o(e)h(searc)o(h)g(program)d(to)i(pla)o(y)e(the)j(whole)262
+677 y(game)j(ha)o(v)o(e)j(hit)f(problems.)30 b(This)18 b(is)g(b)q(ecause)i
+(it)e(is)g(vital)g(to)g(include)g(all)f(imp)q(ortan)o(t)262
+727 y(mo)o(v)o(es)f(in)g(the)i(selectiv)o(e)h(searc)o(h,)g(as)e(an)o(y)g(mo)o
+(v)o(es)f(not)h(selected)i(can)f(nev)o(er)g(b)q(e)g(pla)o(y)o(ed)262
+777 y(o)o(v)o(er)13 b(the)i(b)q(oard.)j(This)c(can)g(cause)h(serious)f
+(tactical)g(threats)h(to)f(b)q(e)g(o)o(v)o(erlo)q(ok)o(ed.)324
+862 y(Some)c(mo)o(v)o(es)h(ma)o(y)e(not)j(app)q(ear)g(immediately)c
+(plausible,)j(although)g(they)h(ma)o(y)e(turn)262 912 y(out)16
+b(to)h(b)q(e)g(v)o(ery)g(strong)g(some)e(mo)o(v)o(es)h(later.)26
+b(F)m(or)16 b(these)i(reasons)g(man)o(y)d(go)q(o)q(d)h(mo)o(v)o(es)262
+961 y(are)d(o)o(v)o(erlo)q(ok)o(ed)f(and)h(not)g(selected)i(b)o(y)e(a)f
+(plausible)g(mo)o(v)o(e)g(generator.)18 b(These)d(problems)262
+1011 y(are)f(b)q(est)h(illustrated)f(b)o(y)f(some)g(examples.)p
+641 1105 673 5 v 641 1769 5 665 v 646 1188 a Fg(rm0Z0skZ)646
+1271 y(o0l0mpop)646 1354 y(bo0ZpZ0Z)646 1437 y(Z0opO0Z0)646
+1520 y(PZ0O0Z0Z)646 1603 y(Z0OBZNZ0)646 1686 y(0ZPZ0OPO)646
+1769 y(S0AQJ0ZR)p 1310 1769 V 641 1773 673 5 v 659 1892 a Fp(Figure)h(2.6:)j
+(White)d(to)f(pla)o(y)g(and)h(win.)324 2010 y(In)g(\014gure)i(2.6,)d(white)i
+(can)f(pla)o(y)g(1.)20 b(Bxh7+)15 b(Kxh7)f(2.)20 b(Ng5+)15
+b(Kg8)f(3.)20 b(Qh5)15 b(leading)262 2060 y(to)j(mate.)31 b(The)20
+b(initial)c(mo)o(v)o(e)h(ma)o(y)g(ho)o(w)o(ev)o(er,)j(not)e(app)q(ear)i
+(plausible)e(to)g(a)h(selectiv)o(e)262 2110 y(searc)o(h)13
+b(program)e(b)q(ecause)k(it)d(app)q(ears)h(to)g(lose)f(the)i(bishop)e(for)g
+(a)h(pa)o(wn.)k(An)o(y)12 b(plausible)262 2159 y(mo)o(v)o(e)i(generator)i
+(whic)o(h)g(did)f(consider)h(Bxh7+)g(plausible)f(w)o(ould)g(need)i(to)f
+('recognise')262 2209 y(in)e(\014gure)i(2.7,)e(an)h(almost)f(iden)o(tical)g
+(p)q(osition,)h(that)g(1.)22 b(Bxh7+)16 b(Kxh7)f(2.)22 b(Ng5+)15
+b(Kg8)262 2259 y(3.)i(Qh5)d(fails)f(to)h(3.)j(...)g(Bd3.)957
+2574 y(18)p eop
+%%Page: 19 21
+19 20 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rm0Z0skZ)646
+482 y(o0l0mpop)646 565 y(bo0ZpZ0Z)646 648 y(Z0opO0Z0)646 731
+y(PZ0O0Z0Z)646 814 y(Z0OBZNZ0)646 897 y(0O0Z0OPO)646 980 y(S0AQJ0ZR)p
+1310 980 V 641 984 673 5 v 605 1101 a Fp(Figure)14 b(2.7:)j(White)c(to)h(pla)
+o(y)m(,)e(no)i(forced)g(win.)324 1218 y(These)f(di\016culties)g(illustrate)f
+(that)g(to)h(k)o(eep)g(the)g(branc)o(hing)f(factor)g(do)o(wn)g(the)h(plau-)
+262 1268 y(sible)g(mo)o(v)o(e)f(generator)i(needs)h(to)e(b)q(e)h(v)o(ery)f
+(selectiv)o(e,)i(while)d(not)i(excluding)f(k)o(ey)g(mo)o(v)o(es.)262
+1318 y(A)o(t)f(the)g(presen)o(t)i(time)c(w)o(e)i(do)g(not)g(ha)o(v)o(e)g(the)
+g(capabilit)o(y)e(to)i(instill)f(enough)h(h)o(uman)e(c)o(hess)262
+1368 y(kno)o(wledge)j(in)o(to)g(a)h(program)e(to)i(mak)o(e)e(this)i(metho)q
+(d)f(e\013ectiv)o(e)j(for)d(the)i(whole)e(game.)262 1540 y
+Fr(2.6)69 b(F)-6 b(ull)22 b(Width)g(Searc)n(hing)262 1667 y
+Fp(Instead)10 b(of)g(selecting)g(promising)e(lines)i(to)g(in)o(v)o(estigate)g
+(further,)h(it)e(is)h(p)q(ossible)g(to)g(explore)262 1716 y(all)15
+b(mo)o(v)o(es)g(to)h(a)g(giv)o(en)f(depth.)26 b(This)16 b(Shannon)g(t)o(yp)q
+(e)h(A)f(metho)q(d)g(is)g(kno)o(wn)g(as)g(a)g Fm(F)m(ul)r(l)262
+1766 y(Width)f(Se)n(ar)n(ch)f Fp(or)g(a)f Fm(Brute)i(F)m(or)n(c)n(e)f(Se)n
+(ar)n(ch)p Fp(.)324 1851 y(This)f(metho)q(d)g(is)h(m)o(uc)o(h)e(easier)j(to)f
+(implem)o(en)o(t)e(than)h(a)h(selectiv)o(e)h(searc)o(h.)k(Ho)o(w)o(ev)o(er,)
+262 1901 y(in)g(order)i(for)f(pla)o(y)g(to)g(b)q(e)h(of)e(a)h(reasonable)h
+(standard)g(a)f(relativ)o(ely)f(deep)i(searc)o(h)h(is)262 1951
+y(necessary)m(.)34 b(The)20 b(problem)d(here)j(is)f(that)g(the)h(n)o(um)o(b)q
+(er)e(of)g(no)q(des)i(in)o(v)o(olv)o(ed)e(in)g(a)h(full)262
+2001 y(width)11 b(searc)o(h)i(gro)o(ws)e(exp)q(onen)o(tially)g(with)g(depth.)
+18 b(In)12 b(a)f(tree)i(of)e(uniform)f(width)h(38,)g(the)262
+2051 y(searc)o(h)j(tree)h(will)d(con)o(tain)h(o)o(v)o(er)h(3)f(billion)f(no)q
+(des)i(after)g(just)g(6)f(plies.)18 b(T)m(o)13 b(cut)h(do)o(wn)g(this)262
+2100 y(exp)q(onen)o(tial)c(explosion,)g(v)n(arious,)g(often)h(complicated)e
+(tec)o(hniques)j(need)g(to)e(b)q(e)i(used.)18 b(In)262 2150
+y(fact,)c(a)g(go)q(o)q(d)g(full)f(width)h(searc)o(h)h(requires)h(man)o(y)c
+(supp)q(ort)k(routines)f(to)f(enable)h(a)f(deep)262 2200 y(searc)o(h)h(to)f
+(b)q(e)g(completed)g(in)g(a)g(reasonable)g(time)f(\(3)h(min)o(utes\).)k
+(Using)c(the)g(tec)o(hniques)262 2250 y(curren)o(tly)g(a)o(v)n(ailable)c(it)j
+(is)g(p)q(ossible)g(to)g(reduce)i(the)f(a)o(v)o(erage)f(branc)o(hing)g
+(factor)g(of)f(a)h(full)262 2300 y(width)h(searc)o(h)i(from)d(38)i(to)g
+(around)g(6)f(to)h(8)g(branc)o(hes.)22 b(This)15 b(is)g(ac)o(hiev)o(ed)g
+(through)g(the)262 2350 y(use)f(of)g(bac)o(kw)o(ard)f(pruning)h(tec)o
+(hniques)h(whic)o(h)f(will)e(b)q(e)j(explained)f(in)f(detail)g(in)h(a)g
+(later)262 2399 y(c)o(hapter.)j(Some)10 b(selectiv)o(e)i(searc)o(h)g
+(programs)d(actually)h(ha)o(v)o(e)h(a)f(branc)o(hing)h(factor)g(higher)262
+2449 y(than)j(8)g(e.g.)20 b(Green)o(blatt's)15 b(MacHac)o(k.)20
+b(In)15 b(suc)o(h)g(cases)h(a)f(full)e(width)h(searc)o(h)i(can)f(reac)o(h)957
+2574 y(19)p eop
+%%Page: 20 22
+20 21 bop 262 307 a Fp(at)14 b(least)i(as)f(deep)h(as)f(the)h(selectiv)o(e)g
+(searc)o(h,)g(without)f(an)o(y)g(of)f(the)i(p)q(ossible)f(dra)o(wbac)o(ks)262
+357 y(whic)o(h)e(w)o(ere)i(outlined)f(in)f(the)h(previous)h(section.)262
+530 y Fr(2.7)69 b(Quiescence)262 656 y Fp(A)19 b(p)q(osition)f(is)h
+(considered)h Fm(Quiesc)n(ent)f Fp(if)f(it)g(is)h(quiet)g(\(inactiv)o(e\).)33
+b(A)19 b(quiet)g(p)q(osition)262 706 y(could)10 b(b)q(e)i(one)f(where)h(no)f
+(imm)o(ediate)e(threats)j(exist.)17 b(It)11 b(is)g(v)o(ery)g(imp)q(ortan)o(t)
+e(in)i(an)o(y)f(c)o(hess)262 756 y(program)k(to)h(determine)h(whether)h(a)f
+(p)q(osition)f(is)g Fm(Quiesc)n(ent)h Fp(or)g(not,)f(b)q(efore)i(applying)262
+805 y(the)12 b(ev)n(aluation)f(function.)17 b(F)m(or)12 b(example,)f(it)h(w)o
+(ould)f(b)q(e)i(wrong)f(to)g(apply)g(an)g(ev)n(aluation)262
+855 y(function)k(to)g(a)g(p)q(osition)g(where)i(a)e(capture)i(had)e(just)h
+(tak)o(en)f(place)h(without)f(c)o(hec)o(king)262 905 y(if)f(a)h(piece)h(can)f
+(b)q(e)h(recaptured.)26 b(P)o(ositions)16 b(can)h(also)e(b)q(e)i(un-quiescen)
+o(t)g(on)f(p)q(ositional)262 955 y(grounds,)d(although)g(the)i(detection)g
+(of)e(suc)o(h)i(p)q(ositions)f(is)f(far)h(more)f(complicated)g(than)262
+1005 y(for)g(quiescence)j(in)o(v)o(olving)c(tactics.)324 1090
+y(An)i(ev)n(aluation)f(function)h(should)g(only)g(b)q(e)g(applied)g(in)g
+(quiescen)o(t)h(p)q(ositions.)k(Most)262 1140 y(curren)o(t)g(programs)d
+(resolv)o(e)j(this)f(problem)e(of)h(quiescence)j(b)o(y)e(doing)f(what)g(is)h
+(kno)o(wn)262 1190 y(as)c(a)g(quiescence)i(searc)o(h.)k(That)14
+b(is,)g(a)g(limited)e(searc)o(h)j(is)f(p)q(erformed)g(un)o(til)f(a)h
+(quiescen)o(t)262 1239 y(p)q(osition)j(is)i(reac)o(hed.)33
+b(Only)19 b(at)f(that)h(stage)g(are)g(factors)g(suc)o(h)g(as)g(material)e
+(balance)262 1289 y(ev)n(aluated.)h(In)c(principle)g(this)h(idea)f(is)g(an)g
+(excellen)o(t)h(one.)k(Ho)o(w)o(ev)o(er,)14 b(in)g(practice)h(most)262
+1339 y(programs)e(only)h(p)q(erform)h(what)f(is)h(kno)o(wn)g(as)g(a)g
+(capture)h(searc)o(h)g(at)f(horizon)f(no)q(des)i(of)262 1389
+y(their)d(main)e(searc)o(h)k(in)d(order)i(to)f(resolv)o(e)h(the)g(quiescence)
+h(problem.)h(In)e(suc)o(h)g(a)e(capture)262 1439 y(searc)o(h)g(the)g(side)g
+(to)f(mo)o(v)o(e)f(can)h(either)h(stop)g(the)g(searc)o(h)g(along)e(a)h(branc)
+o(h)h(and)f(accept)i(the)262 1488 y(curren)o(t)i(ev)n(aluation)e(score)i(or)f
+(mak)o(e)e(more)h(capture)j(mo)o(v)o(es.)h(When)d(no)g(captures)h(exist)262
+1538 y(for)j(the)i(side)g(to)f(mo)o(v)o(e,)f(the)i(p)q(osition)e(is)h
+(considered)i(quiescen)o(t.)35 b(This)19 b("quiescence)262
+1588 y(searc)o(h")i(signi\014can)o(tly)e(impro)o(v)o(es)g(the)i(abilit)o(y)e
+(of)h(the)h(c)o(hess)h(programs)d(that)h(use)h(it.)262 1638
+y(Ho)o(w)o(ev)o(er,)12 b(man)o(y)d(threats)k(can)f(b)q(e)g(o)o(v)o(erlo)q(ok)
+o(ed)f(b)o(y)h(suc)o(h)g(a)g(searc)o(h,)g(for)g(example,)e(a)h(mo)o(v)o(e)262
+1688 y(forking)h(a)i(king)f(and)h(queen.)262 1860 y Fr(2.8)69
+b(Horizon)23 b(E\013ect)262 1987 y Fp(Chess)13 b(programs)e(t)o(ypically)f
+(su\013er)j(from)e(what)h(is)g(kno)o(wn)f(as)h(the)h Fm(Horizon)g(E\013e)n
+(ct)p Fp(.)18 b(This)262 2037 y(e\013ect)13 b(is)e(b)q(est)i(describ)q(ed)h
+(using)d(an)g(example.)16 b(In)c(\014gure)g(2.8,)f(it)g(can)h(b)q(e)g(seen)h
+(that)f(blac)o(k)262 2086 y(is)j(faced)i(with)e(the)i(certain)g(loss)f(of)f
+(its)h(queen)h(for)f(at)g(most)f(a)g(white)h(ro)q(ok.)25 b(Ho)o(w)o(ev)o(er,)
+262 2136 y(if)15 b(a)h(program)f(searc)o(hing)h(2)g(plies)h(w)o(ere)g(pla)o
+(ying)d(blac)o(k)i(it)g(w)o(ould)g(think)f(it)h(could)g(sa)o(v)o(e)262
+2186 y(the)g(queen)h(b)o(y)e(pla)o(ying)f(Bxh2+.)24 b(This)16
+b(app)q(ears)h(to)e(the)i(program)d(to)h(sa)o(v)o(e)h(the)h(queen)262
+2236 y(b)q(ecause)e(its)f(loss)g(is)g(no)o(w)f(pushed)i(o)o(v)o(er)f(the)g
+(program's)f(searc)o(h)i(horizon.)957 2574 y(20)p eop
+%%Page: 21 23
+21 22 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rZ0Z0skZ)646
+482 y(opZ0Zpop)646 565 y(0Z0apm0Z)646 648 y(Z0o0Z0Z0)646 731
+y(0Z0ZPZ0Z)646 814 y(ZPAPZ0Z0)646 897 y(qZPZBOPO)646 980 y(S0ZQZRJ0)p
+1310 980 V 641 984 673 5 v 432 1102 a Fp(Figure)14 b(2.8:)j(Illustration)c
+(of)h(the)g(Horizon)g(E\013ect,)h(Blac)o(k)f(to)f(Pla)o(y)m(.)324
+1221 y(This)g(horizon)g(e\013ect)i(is)f(particularly)e(prev)n(alen)o(t)i(in)f
+(programs)f(whic)o(h)h(explore)h(v)n(ari-)262 1271 y(ations)k(to)g(a)g
+(\014xed)h(depth.)32 b(This)19 b(is)f(b)q(ecause)i(mo)o(v)o(es)e(whic)o(h)g
+(dela)o(y)g(the)h(loss)f(b)q(ey)o(ond)262 1320 y(the)f(depth)h(limit)c(are)j
+(considered)i(go)q(o)q(d.)26 b(A)17 b(program)f(whic)o(h)g(can)i(extend)g
+(its)e(searc)o(h)262 1370 y(depth)h(along)e(v)n(ariations)h(whic)o(h)g(lead)h
+(to)f(non-quiescen)o(t)i(p)q(ositions)e(is)h(b)q(etter)h(able)f(to)262
+1420 y(a)o(v)o(oid)d(problems)h(caused)i(b)o(y)f(the)h(horizon)e(e\013ect.)27
+b(A)16 b(program's)e(abilit)o(y)g(to)i(minim)o(ise)262 1470
+y(the)f(horizon)h(e\013ect)h(is)e(therefore)i(largely)d(dep)q(enden)o(t)j(on)
+e(its)h(de\014nition)f(of)f(quiescence)262 1520 y(and)f(ho)o(w)h
+(non-quiescen)o(t)h(p)q(ositions)e(are)h(resolv)o(ed.)957 2574
+y(21)p eop
+%%Page: 22 24
+22 23 bop 262 654 a Fn(Chapter)34 b(3)262 897 y Fo(Adv)-7 b(anced)39
+b(T)-10 b(opics)262 1148 y Fp(This)11 b(c)o(hapter)i(con)o(tains)f(b)q(oth)g
+(an)f(explanation)g(and)g(review)i(of)e(some)g(of)g(the)h(tec)o(hniques)262
+1198 y(I)k(ha)o(v)o(e)h(researc)o(hed)i(during)e(m)o(y)e(in)o(v)o(estigation)
+h(in)o(to)g(tactical)g(and)h(p)q(ositional)f(ev)n(alua-)262
+1248 y(tion.)26 b(Some)15 b(of)h(the)i(tec)o(hniques)g(represen)o(t)h(the)e
+(state)h(of)e(the)h(art,)g(others)h(ha)o(v)o(e)e(b)q(een)262
+1298 y(rejected)h(b)o(y)e(the)h(computer)f(c)o(hess)i(comm)o(unit)o(y)12
+b(as)j(no)h(longer)f(b)q(eing)g(suitable.)22 b(These)262 1347
+y(older)11 b(tec)o(hniques)i(are)f(in)o(v)o(estigated)g(b)q(ecause)h(they)f
+(ma)o(y)e(con)o(tain)h(ideas)h(relev)n(an)o(t)g(to)f(m)o(y)262
+1397 y(pro)r(ject,)i(and)f(ma)o(y)f(in)h(fact)h(still)f(b)q(e)h(useful)g
+(when)g(com)o(bined)e(with)h(some)g(other)h(ideas)g(of)262
+1447 y(m)o(y)f(o)o(wn.)262 1620 y Fr(3.1)69 b(T)-6 b(ree)22
+b(Searc)n(hing)262 1746 y Fp(This)16 b(section)i(co)o(v)o(ers)g(tec)o
+(hniques)g(for)e(searc)o(hing)h(the)h(game)d(tree.)28 b(The)18
+b(basic)f(alpha{)262 1796 y(b)q(eta)j(searc)o(h)g(algorithm)d(is)i(explained)
+h(and)f(v)n(arious)g(enhancemen)o(ts)h(o)o(v)o(er)f(the)h(basic)262
+1846 y(algorithm)14 b(are)j(presen)o(ted.)28 b(These)18 b(bac)o(kw)o(ard)f
+(pruning)f(algorithms)e(are)j(most)f(appli-)262 1896 y(cable)g(to)g(full)f
+(width)h(searc)o(hing.)25 b(This)16 b(section)h(also)e(con)o(tains)h(a)g
+(brief)g(description)h(of)262 1945 y(t)o(w)o(o)c(forw)o(ard)g(pruning)h(tec)o
+(hniques)h(more)e(applicable)g(to)h(an)g(algorithmic)d(approac)o(h)j(to)262
+1995 y(selectiv)o(e)g(searc)o(hing.)262 2147 y Fu(3.1.1)55
+b(Alpha)19 b(Beta)f(Searc)n(h)h(Algorithm)262 2259 y Fp(In)11
+b(1958,)g(it)h(w)o(as)f(disco)o(v)o(ered)i([42)o(])f(that)g(large)f(sa)o
+(vings)h(could)f(b)q(e)i(made)d(o)o(v)o(er)i(the)h(normal)262
+2309 y(minim)o(ax)f(pro)q(cedure)18 b(b)o(y)e(the)h(use)f(of)g(what)f(is)h
+(no)o(w)g(kno)o(wn)f(as)h(the)h(Alpha-Beta)f(\()p Fh(\013\014)r
+Fp(\))262 2359 y(searc)o(h)j(algorithm.)30 b(The)19 b Fh(\013\014)i
+Fp(algorithm)16 b(uses)k(t)o(w)o(o)e(b)q(ounds,)i(a)e(lo)o(w)o(er)g(b)q(ound)
+h(called)262 2408 y(alpha)d(and)h(an)g(upp)q(er)h(b)q(ound)f(called)g(b)q
+(eta.)29 b(These)18 b(b)q(ounds)g(form)d(a)i(searc)o(h)h(windo)o(w)957
+2574 y(22)p eop
+%%Page: 23 25
+23 24 bop 262 307 a Fp(within)18 b(whic)o(h)i(the)g(true)h(searc)o(h)g(tree)g
+(v)n(alue)e(is)g(kno)o(wn)g(to)h(lie.)35 b(Kn)o(uth)20 b(and)f(Mo)q(ore)262
+357 y(giv)o(e)d(an)i(in)e(depth)j(analysis)d(of)h(this)g(bac)o(kw)o(ard)h
+(pruning)f(algorithm)e(in)h([33)o(].)28 b(Figure)262 407 y(3.1)14
+b(illustrates)h(the)h(application)e(of)h(the)h Fh(\013\014)i
+Fp(b)q(ounds.)23 b(The)16 b(\014gure)g(uses)g(the)g(negamax)262
+457 y(con)o(v)o(en)o(tion)d(where)j(eac)o(h)f(subtree)h(returns)g(its)e(v)n
+(alue)f(negated.)20 b(This)14 b(allo)o(ws)f(eac)o(h)i(side)262
+506 y(to)g(maxim)o(ise)e(its)i(score)h(at)g(eac)o(h)f(lev)o(el)g(of)g(the)h
+(tree,)g(simplifying)c(the)k(implemen)o(tation)262 556 y(of)d(the)h
+(algorithm.)i Fh(\013)d Fp(and)h Fh(\014)i Fp(are)f(initially)c(set)k(to)f
+Ff(\0001)f Fp(and)h(+)p Ff(1)g Fp(resp)q(ectiv)o(ely)m(.)557
+1447 y(Figure)g(3.1:)j(An)d(example)f(Negamax)f(Searc)o(h)j(tree.)324
+1542 y(In)e(the)h(\014gure,)f(no)q(des)h(C)g(and)f(D)g(are)g(searc)o(hed)i
+(and)e(ev)n(aluated,)g(resulting)g(in)g(scores)262 1592 y(of)g
+Ff(\000)p Fp(5)i(and)f Ff(\000)p Fp(2)h(resp)q(ectiv)o(ely)m(.)21
+b(Using)14 b(negamax)f(a)h(score)i(of)e(+2)h(is)f(bac)o(k)o(ed)h(up)g(to)f
+(no)q(de)262 1642 y(B.)j(This)g(v)n(alue)g(then)i(replaces)f(the)h
+Fh(\013)e Fp(v)n(alue)g(at)g(ply)g(1)g(b)q(ecause)j(it)d(is)g(larger)h(than)f
+Fh(\013)p Fp(.)262 1691 y(No)q(de)d(F)f(is)h(then)g(searc)o(hed,)h(whic)o(h)f
+(pro)q(duces)h(a)e(v)n(alue)g(of)g(+1.)18 b(This)c(v)n(alue)f(is)g(not)h
+(large)262 1741 y(enough)f(to)f(a\013ect)i(the)g Fh(\013)e
+Fp(v)n(alue)g(at)h(ply)f(1)h(ab)q(o)o(v)o(e.)k(Hence,)e(there)f(is)f(no)f
+(reason)i(to)e(searc)o(h)262 1791 y(no)q(de)18 b(G)g(since)h(the)g(resulting)
+f(v)n(alue)g(of)g(no)q(de)g(E)h(can)f(only)g(b)q(e)h Ff(\024)g(\000)p
+Fp(1)f(\(negamaxed\).)262 1841 y(Therefore,)h(no)q(de)f(G)f(is)g(said)g(to)h
+(b)q(e)g(cut)g(o\013)f(or)h(pruned)g(from)e(the)i(searc)o(h)h(tree.)30
+b(The)262 1891 y(negamax)12 b(approac)o(h)i(has)g(the)h(e\013ect)g(of)f
+(making)d(all)i(cut)i(o\013s,)e Fh(\014)k Fp(cut)e(o\013s.)j(The)d(pseudo)262
+1940 y(co)q(de)f(for)g(the)g Fh(\013\014)i Fp(algorithm)c(can)i(b)q(e)g
+(found)g(in)f(\014gure)i(3.2.)324 2026 y(The)10 b(normal)f(full)g(width)h
+(minim)o(ax)d(pro)q(cedure,)12 b(applied)e(to)g(a)g(tree)h(of)f(uniform)e
+(width)262 2075 y(W)15 b(and)h(depth)g(d,)g(w)o(ould)g(ha)o(v)o(e)f(to)h
+(searc)o(h)h Fh(W)1020 2060 y Fe(d)1055 2075 y Fp(terminal)e(no)q(des.)25
+b(The)16 b Fh(\013\014)i Fp(algorithm)262 2125 y(under)13 b(optimal)e
+(conditions)h(can)i(prune)g(a)e(tree)j(to)e(the)g(exten)o(t)h(that)f(only)g
+(the)g(follo)o(wing)262 2175 y(terminal)f(no)q(des)i(need)h(to)f(b)q(e)g
+(examined)f([13)o(]:)324 2248 y Ff(\017)20 b Fh(W)410 2233
+y Fk(\()p Fe(d)p Fk(+1\))p Fe(=)p Fk(2)540 2248 y Fp(+)10 b
+Fh(W)627 2233 y Fk(\()p Fe(d)p Fd(\000)p Fk(1\))p Fe(=)p Fk(2)757
+2248 y Ff(\000)g Fp(1)k(at)f(o)q(dd)h(depths.)324 2326 y Ff(\017)20
+b Fp(2)9 b Ff(\001)g Fh(W)461 2311 y Fe(d=)p Fk(2)523 2326
+y Ff(\000)h Fp(1)j(at)h(ev)o(en)h(depths.)262 2399 y(This)g(is)h(kno)o(wn)f
+(as)h(the)h(minim)o(al)12 b(searc)o(h)17 b(tree.)25 b(T)m(o)16
+b(ac)o(hiev)o(e)g(this)g(result,)g(most)f(mo)o(v)o(es)262 2449
+y(m)o(ust)10 b(b)q(e)h(searc)o(hed)i(in)e(a)g(descending)h(order)g(of)f
+(merit.)16 b(Of)11 b(course)i(the)e(true)h(merit)e(of)h(an)o(y)957
+2574 y(23)p eop
+%%Page: 24 26
+24 25 bop 262 503 a Fl(F)l(unction)11 b Fp(AlphaBeta\(P)j(:)g
+Fl(p)q(osition)p Fp(;)c Fh(\013)p Fp(,)j Fh(\014)k Fp(:)h Fl(in)o(teger)p
+Fp(\))11 b Fl(returns)j(in)o(teger)262 603 y(v)m(ar)321 653
+y Fp(m)82 b(:)18 b Fl(mo)o(v)o(e)321 702 y Fp(score,)321 752
+y(b)q(est)44 b(:)18 b Fl(in)o(teger)262 852 y(b)q(egin)321
+952 y(if)12 b Fp(\(T)m(erminal\(P\)\))446 b(/*)13 b Fm(Is)i(p)n(osition)g(P)g
+(terminal)f(?)19 b Fp(*/)380 1001 y Fl(return)11 b Fp(\(Ev)n(aluate\(P)m(,)i
+Fh(\013)p Fp(,)g Fh(\014)r Fp(\)\))189 b(/*)13 b Fm(R)n(eturn)i(sc)n(or)n(e)g
+(at)f(le)n(af)h(no)n(des)f Fp(*/)321 1051 y Fl(endif)321 1151
+y Fp(GenerateMo)o(v)o(es\(P\))408 b(/*)13 b Fm(Gener)n(ate)i(al)r(l)f(moves)i
+(in)e(p)n(osition)h(P)f Fp(*/)321 1201 y(b)q(est)h(:=)e Ff(\0001)524
+b Fp(/*)13 b Fm(b)n(est)i(move)g(sc)n(or)n(e)f(not)i(yet)e(known)h
+Fp(*/)321 1250 y Fl(for)g(eac)o(h)g(mo)o(v)o(e)e Fp(m)f Fl(do)380
+1300 y Fp(/*)h Fm(Se)n(ar)n(ch)i(move)g(m)g(using)g(ne)n(gamax)h(c)n
+(onvention)g(\(p)n(ar)n(ameters)e(r)n(everse)n(d\))f Fp(*/)380
+1350 y(score)i(:=)e Ff(\000)p Fp(AlphaBeta\()p Fh(P)810 1356
+y Fe(m)842 1350 y Fp(,)h Ff(\000)p Fh(\014)r Fp(,)g Ff(\000)p
+Fl(max)p Fp(\()p Fh(\013)p Fp(,)g(b)q(est\)\))380 1400 y Fl(if)e
+Fp(\(score)k Fh(>)e Fp(b)q(est\))439 1450 y(b)q(est)h(:=)e(score)391
+b(/*)13 b Fm(Stor)n(e)i(b)n(est)f(sc)n(or)n(e)h(found)f Fp(*/)439
+1499 y Fl(if)e Fp(\(b)q(est)k Ff(\025)11 b Fh(\014)r Fp(\))498
+1549 y Fl(return)g Fp(\(b)q(est\))315 b(/*)13 b Fh(\014)18
+b Fm(cut)d(o\013)g(:)k(r)n(eturn)14 b(b)n(est)h(sc)n(or)n(e)e
+Fp(*/)439 1599 y Fl(endif)380 1649 y(endif)321 1699 y(endfor)321
+1798 y(return)e Fp(\(b)q(est\))492 b(/*)13 b Fm(R)n(eturn)i(sc)n(or)n(e)g(of)
+f(b)n(est)h(move)g(found)g Fp(*/)262 1898 y Fl(end)d Fp(AlphaBeta)262
+2047 y(The)i Fl(max)p Fp(\()p Fh(\013)p Fp(,)f(b)q(est\))i(op)q(eration)f
+(represen)o(ts)j(the)d('fail)e(soft')h(condition)h(whic)o(h)f(allo)o(ws)g
+(the)262 2097 y(searc)o(h)i(at)e(eac)o(h)i(lev)o(el)e(to)h(return)h(the)g(b)q
+(est)g(v)n(alue)e(found,)g(ev)o(en)h(if)f(this)h(is)g(less)h(than)f
+Fh(\013)p Fp(.)552 2280 y(Figure)g(3.2:)j(Pseudo)d(co)q(de)h(for)f(the)g
+Fh(\013\014)i Fp(Algorithm.)957 2574 y(24)p eop
+%%Page: 25 27
+25 26 bop 262 307 a Fp(mo)o(v)o(e)12 b(is)j(not)f(kno)o(wn)g(b)q(efore)i(it)e
+(is)g(searc)o(hed.)22 b(Therefore,)16 b(heuristics)g(m)o(ust)d(b)q(e)i(used)h
+(to)262 357 y(ac)o(hiev)o(e)d(this)h(ordering.)k(In)13 b(practice)i(the)f
+Fh(\013\014)i Fp(algorithm)11 b(searc)o(hes)16 b(a)d(tree)i(3)e(to)g(6)h
+(times)262 407 y(larger)j(than)h(the)h(minim)o(al)14 b(tree)19
+b(b)q(ecause)h(of)d(sub{optimal)e(ordering.)30 b(Ho)o(w)o(ev)o(er,)19
+b(the)262 457 y(enormous)14 b(sa)o(vings)h(pro)q(duced)i(b)o(y)e(using)g(the)
+h Fh(\013\014)i Fp(algorithm)13 b(are)j(suc)o(h)g(that)f(it)g(b)q(egins)262
+506 y(to)e(mak)o(e)g(full)f(width)i(searc)o(hing)g(a)g(plausible)f
+(alternativ)o(e)h(to)f(selectiv)o(e)i(searc)o(hing.)262 656
+y Fu(3.1.2)55 b(Aspiration)18 b Fs(\013\014)k Fu(Searc)n(h)262
+768 y Fp(The)16 b(basic)g Fh(\013\014)j Fp(searc)o(h)e(is)f(carried)h(out)f
+(with)g(initial)e Fh(\013\014)19 b Fp(v)n(alues)d(set)h(to)f
+Ff(\0001)g Fp(and)g(+)p Ff(1)262 818 y Fp(resp)q(ectiv)o(ely)m(.)22
+b(The)15 b(aspiration)f Fh(\013\014)j Fp(searc)o(h)f(mak)o(es)e(assumptions)g
+(ab)q(out)h(the)h(exp)q(ected)262 868 y(v)n(alue)d(of)i(the)g(searc)o(h)h
+(tree.)21 b(The)15 b Fh(\013\014)i Fp(b)q(ounds)e(are)g(therefore)h
+(initially)c(set)k(to)e(a)h(narro)o(w)262 917 y(windo)o(w)c(cen)o(tered)j
+(around)d(the)i(exp)q(ected)h(searc)o(h)f(tree)g(v)n(alue,)e
+Ff(\006)i Fp(a)e(pa)o(wn,)h(for)f(example.)324 1003 y(Unlik)o(e)j(the)i
+(basic)f Fh(\013\014)i Fp(searc)o(h)f(whic)o(h)f(alw)o(a)o(ys)f(returns)i
+(the)g(true)g(score)g(of)e(the)i(tree,)262 1053 y(an)d(aspiration)g
+Fh(\013\014)j Fp(searc)o(h)f(can)g(pro)q(duce)g(3)e(p)q(ossible)h(outcomes:)
+312 1126 y(1.)20 b Fl(A)f(true)e(score)p Fp(:)22 b(The)16 b(true)h(v)n(alue)f
+(of)f(the)i(tree)g(lies)f(inside)g(the)h(searc)o(h)g(windo)o(w)365
+1176 y(and)d(w)o(as)g(therefore)h(found)f(b)o(y)f(the)i(searc)o(h.)312
+1254 y(2.)20 b Fl(A)c(fail)f(lo)o(w)p Fp(:)i(The)d(true)h(v)n(alue)e(of)g
+(the)i(tree)g(is)f(smaller)e(than)i(the)g Fh(\013)g Fp(b)q(ound.)312
+1332 y(3.)20 b Fl(A)d(fail)d(high)p Fp(:)j(The)e(true)g(v)n(alue)e(of)h(the)h
+(tree)g(is)f(larger)h(than,)e(or)i(equal)e(to,)h(the)h Fh(\014)365
+1382 y Fp(b)q(ound.)262 1455 y(In)i(case)i(1,)f(the)g(searc)o(h)h(has)f(b)q
+(een)h(successful)g(b)q(ecause)g(the)g(b)q(est)f(mo)o(v)o(e)f(and)g(its)h
+(true)262 1505 y(v)n(alue)12 b(has)g(b)q(een)i(found.)k(In)12
+b(cases)i(2)f(and)f(3)h(the)g(searc)o(h)h(has)f(failed)f(to)g(\014nd)h(a)g
+(true)g(v)n(alue)262 1554 y(for)k(the)h(tree)g(b)q(ecause)h(of)e
+Fh(\013\014)j Fp(cut)e(o\013s.)29 b(Ho)o(w)o(ev)o(er,)18 b(the)g(direction)f
+(of)g(the)h(tree's)h(true)262 1604 y(v)n(alue)c(relativ)o(e)g(to)h(the)g
+Fh(\013\014)i Fp(b)q(ounds)f(is)e(no)o(w)h(kno)o(wn.)23 b(When)16
+b(the)h(searc)o(h)g(fails)d(lo)o(w)h(the)262 1654 y(true)f(v)n(alue)e(is)h
+(kno)o(wn)g(to)g(lie)f(in)h(the)h(range)f(\()p Ff(\0001)p Fp(,)p
+Fh(\013)p Fp(\),)f(and)h(when)h(it)f(fails)f(high,)g(the)i(true)262
+1704 y(v)n(alue)g(will)h(lie)g(in)g(the)h(range)g(\()p Fh(\014)r
+Fp(,+)p Ff(1)p Fp(\).)23 b(Using)16 b(the)g(appropriate)g(new)g(searc)o(h)g
+(windo)o(w)262 1754 y(the)e(tree)h(m)o(ust)e(b)q(e)i(re-searc)o(hed)h(to)d
+(\014nd)h(the)h(true)g(score.)324 1839 y(This)k(approac)o(h)h(can)g(pro)q
+(duce)g(a)g(noticeably)f(faster)h(searc)o(h)h(than)e(the)i(basic)e
+Fh(\013\014)262 1889 y Fp(algorithm)c(if)i(the)h(initial)e(windo)o(w)h(is)g
+(w)o(ell)h(c)o(hosen.)30 b(It)18 b(can,)h(ho)o(w)o(ev)o(er,)f(also)f(pro)q
+(duce)262 1939 y(a)e(slo)o(w)o(er)g(searc)o(h)i(if)d(the)i(v)n(alue)f(of)g
+(the)h(tree)h(lies)e(outside)h(the)g(initial)d(windo)o(w,)h(as)i(a)f(re-)262
+1988 y(searc)o(h)h(will)e(b)q(e)i(necessary)m(.)25 b(In)15
+b(c)o(hess,)i(material)d(is)h(rarely)h(w)o(on)f(or)g(lost.)23
+b(Therefore,)17 b(a)262 2038 y(windo)o(w)10 b(of)h(a)g(couple)h(of)e(pa)o
+(wns)i(width)f(will)f(only)g(fail)g(o)q(ccasionally)g(to)i(\014nd)f(a)g(true)
+h(score)262 2088 y(at)j(the)i(\014rst)f(attempt,)f(making)f(this)i(tec)o
+(hnique)g(generally)g(faster)g(than)g(the)g(basic)g Fh(\013\014)262
+2138 y Fp(algorithm.)262 2287 y Fu(3.1.3)55 b(Principle)17
+b(V)-5 b(ariation)19 b Fs(\013\014)i Fu(Searc)n(h)262 2399
+y Fp(The)16 b(aspiration)g Fh(\013\014)i Fp(searc)o(h)g(is)e(e\013ectiv)o(e)i
+(b)q(ecause)f(the)g(reduced)h Fh(\013\014)h Fp(windo)o(w)c(cuts)j(o\013)262
+2449 y(n)o(umerous)13 b(subtrees)k(on)d(the)h(assumption)e(that)i(something)e
+(b)q(etter)j(exists.)k(If)14 b(w)o(e)h(to)q(ok)957 2574 y(25)p
+eop
+%%Page: 26 28
+26 27 bop 262 307 a Fp(this)13 b(reduced)j(windo)o(w)d(idea)h(to)g(its)f
+(limits)f(w)o(e)i(w)o(ould)f(ha)o(v)o(e)h(a)f(minima)o(l)e(windo)o(w.)324
+392 y(A)17 b(minim)o(al)c(windo)o(w)k(uses)h Fh(\013)f Fp(and)f
+Fh(\014)k Fp(v)n(alues)d(set)h(so)f(close)g(together)h(that)g(no)e(tree)262
+442 y(v)n(alue)8 b(can)i(b)q(e)g(enclosed)h(within)e(the)h(windo)o(w.)16
+b(Therefore,)11 b(the)f Fh(\013\014)i Fp(searc)o(h)e(will)e(de\014nitely)262
+492 y(fail)13 b(lo)o(w)h(or)h(high)f(dep)q(ending)h(on)g(where)h(the)g(true)f
+(score)h(lies)f(relativ)o(e)g(to)g(the)g(minim)o(al)262 542
+y(windo)o(w,)10 b(thereb)o(y)i(iden)o(tifying)d(in)i(whic)o(h)f(direction)i
+(the)f(true)h(score)g(lies.)17 b(The)11 b Fl(P)p Fp(rinciple)262
+592 y Fl(V)p Fp(ariation)i Fh(\013\014)18 b Fl(S)p Fp(earc)o(h)d(\()p
+Fl(PVS)p Fp(\))g(uses)h(this)f(idea)g(b)o(y)g(\014rst)h(doing)e(a)h(basic)g
+Fh(\013\014)j Fp(searc)o(h)e(to)262 641 y(\014nd)e(the)i(true)f(v)n(alue)f
+(of)g(the)i(principle)e(v)n(ariation.)19 b(All)14 b(subsequen)o(t)i(searc)o
+(hes)h(are)e(then)262 691 y(done)d(with)g(a)g(minima)o(l)d(windo)o(w)j(cen)o
+(tered)i(on)e(the)h(curren)o(t)h(v)n(alue)e(of)f(the)i(principle)g(line.)262
+741 y(This)h(w)o(orks)g(on)g(the)h(idea)f(that)h(it)f(is)g(m)o(uc)o(h)f
+(easier)i(to)f(sho)o(w)g(that)h(a)f(subtree)i(is)e(inferior)262
+791 y(than)h(determine)g(its)g(true)h(v)n(alue.)22 b(Therefore,)16
+b(when)g(a)f(minim)o(al)d(windo)o(w)i(searc)o(h)j(fails)262
+841 y(lo)o(w,)i(the)g(mo)o(v)o(e)f(is)h(discarded)h(as)f(b)q(eing)g(w)o(orse)
+h(than)f(the)h(mo)o(v)o(e)e(already)h(found.)33 b(If)262 891
+y(ho)o(w)o(ev)o(er,)18 b(it)g(fails)f(high,)h(it)f(m)o(ust)g(b)q(e)i
+(re-searc)o(hed)h(with)e(a)g(windo)o(w)f(wide)h(enough)g(to)262
+940 y(encompass)13 b(the)i(true)f(score.)324 1026 y(Figure)g(3.3)f(sho)o(ws)i
+(the)g(pseudo)g(co)q(de)g(for)e(the)i(PVS)g(algorithm.)h(The)f(pseudo)g(co)q
+(de)262 1075 y(includes)h(Reinefeld's)g(depth)h Ff(\024)g Fp(2)f(enhancemen)o
+(t)h([46)o(].)25 b(This)16 b(enhancemen)o(t)g(uses)i(the)262
+1125 y(fact)12 b(that)h(the)g('fail-soft')d(max)h(op)q(eration)i(allo)o(ws)f
+(true)h(scores)i(rather)e(than)g Fh(\014)i Fp(v)n(alues)e(to)262
+1175 y(b)q(e)f(returned)i(from)d(the)i(last)f(2)g(plies)g(of)f(the)i(tree.)19
+b(Hence,)14 b(at)e(the)g(b)q(ottom)f(2)h(plies)g(of)g(the)262
+1225 y(tree,)i(re-searc)o(hes)j(are)d(unnecessary)m(.)957 2574
+y(26)p eop
+%%Page: 27 29
+27 28 bop 262 342 a Fl(F)l(unction)11 b Fp(PVS\(P)k(:)e Fl(p)q(osition)p
+Fp(;)d Fh(\013)p Fp(,)j Fh(\014)r Fp(,)h(depth)h(:)j Fl(in)o(teger)p
+Fp(\))11 b Fl(returns)j(in)o(teger)262 442 y(v)m(ar)321 491
+y Fp(m)82 b(:)18 b Fl(mo)o(v)o(e)321 541 y Fp(score,)321 591
+y(b)q(est)44 b(:)18 b Fl(in)o(teger)262 691 y(b)q(egin)321
+790 y(if)12 b Fp(\(depth)j(=)f(0\))380 840 y Fl(return)d Fp(\(Ev)n(aluate\(P)
+m(,)i Fh(\013)p Fp(,)g Fh(\014)r Fp(\)\))189 b(/*)13 b Fm(Evaluate)i(le)n(af)
+g(no)n(de)f Fp(*/)321 890 y Fl(endif)321 990 y Fp(GenerateMo)o(v)o(es\(P\))
+408 b(/*)13 b Fm(Gener)n(ate)i(al)r(l)f(moves)i(in)e(p)n(osition)h(P)f
+Fp(*/)321 1039 y(/*)f Fm(Se)n(ar)n(ch)i(principle)f(variation)h(to)g(next)g
+(depth)h(using)f(ne)n(gamax)h(c)n(onvention)f Fp(*/)321 1089
+y(b)q(est)g(:=)e Ff(\000)p Fp(PVS\()p Fh(P)624 1095 y Fk(1)643
+1089 y Fp(,)h Ff(\000)p Fh(\014)r Fp(,)g Ff(\000)p Fh(\013)p
+Fp(,)f(depth)p Ff(\000)p Fp(1\))321 1139 y Fl(if)f Fp(\(b)q(est)j
+Ff(\025)g Fh(\014)r Fp(\))380 1189 y Fl(return)c Fp(\(b)q(est\))433
+b(/*)13 b Fh(\014)k Fm(cut)e(o\013)g(:)k(r)n(eturn)14 b(b)n(est)h(sc)n(or)n
+(e)e Fp(*/)321 1239 y Fl(endif)321 1289 y(for)i(eac)o(h)g(mo)o(v)o(e)e
+Fp(m)f Fl(do)380 1338 y Fh(\013)h Fp(:=)h Fl(max)p Fp(\(b)q(est,)h
+Fh(\013)p Fp(\))339 b(/*)13 b Fm(A)o(l)r(low)h(fail)g(soft)f
+Fp(*/)380 1388 y(/*)g Fm(Se)n(ar)n(ch)i(move)g(m)g(to)g(next)g(depth)h(using)
+f(ne)n(gamax)h(c)n(onvention)f Fp(*/)380 1438 y(score)g(:=)e
+Ff(\000)p Fp(PVS\()p Fh(P)698 1444 y Fe(m)730 1438 y Fp(,)h
+Ff(\000)p Fh(\013)9 b Ff(\000)h Fp(1,)j Ff(\000)p Fh(\013)p
+Fp(,)g(depth)p Ff(\000)p Fp(1\))380 1488 y Fl(if)f Fp(\(score)k
+Fh(>)e Fp(b)q(est\))439 1538 y(/*)f Fm(R)n(e-se)n(ar)n(ch)i(only)g(if)f(sc)n
+(or)n(e)h(is)f(within)h Fh(\013\014)i Fm(window)d(and)i(not)f(a)g(true)f
+Fp(*/)439 1587 y(/*)f Fm(sc)n(or)n(e)i(r)n(eturne)n(d)f(fr)n(om)g(de)n(ep)n
+(est)h(2)g(levels)g(\(R)n(einefeld's)f(enhanc)n(ement\))h Fp(*/)439
+1637 y Fl(if)d Fp(\(\()p Fh(\013)g(<)i Fp(score\))h Fl(and)e
+Fp(\(score)j Fh(<)11 b(\014)r Fp(\))k Fl(and)e Fp(\(depth)i
+Fh(>)f Fp(2\)\))498 1687 y(b)q(est)h(:=)e Ff(\000)p Fp(PVS\()p
+Fh(P)801 1693 y Fe(m)833 1687 y Fh(;)7 b Ff(\000)p Fh(\014)r(;)g
+Ff(\000)p Fp(score,)15 b(depth)p Ff(\000)p Fp(1\))439 1737
+y Fl(else)498 1787 y Fp(b)q(est)g(:=)e(score)439 1836 y Fl(endif)439
+1886 y(if)f Fp(\(b)q(est)k Ff(\025)11 b Fh(\014)r Fp(\))498
+1936 y Fl(return)g Fp(\(b)q(est\))315 b(/*)13 b Fh(\014)k Fm(cut)e(o\013)g(:)
+k(r)n(eturn)14 b(b)n(est)h(sc)n(or)n(e)e Fp(*/)439 1986 y Fl(endif)380
+2036 y(endif)321 2086 y(endfor)321 2185 y(return)e Fp(\(b)q(est\))492
+b(/*)13 b Fm(R)n(eturn)i(sc)n(or)n(e)g(of)f(b)n(est)h(move)g(found)g
+Fp(*/)262 2285 y Fl(end)d Fp(PVS)537 2467 y(Figure)i(3.3:)j(Pseudo)d(co)q(de)
+h(for)f(the)g(PVS)g(Algorithm.)957 2574 y(27)p eop
+%%Page: 28 30
+28 29 bop 262 307 a Fu(3.1.4)55 b(Iterativ)n(e)17 b(Deep)r(ening)262
+419 y Fp(Iterativ)o(e)11 b(deep)q(ening)h([4)o(])f(is)g(a)g(metho)q(d)f(of)h
+(impro)o(ving)d(mo)o(v)o(e)h(ordering,)j(thereb)o(y)g(increas-)262
+469 y(ing)h Fh(\013\014)j Fp(cut)e(o\013s.)19 b(It)14 b(also)f(enables)h(the)
+h(exp)q(ected)h(principle)e(v)n(ariation)e(to)i(b)q(e)g(primed.)324
+554 y(Iterativ)o(e)e(deep)q(ening)h(is)f(ac)o(hiev)o(ed)g(b)o(y)g(p)q
+(erforming)e(a)i(series)h(of)e(searc)o(hes)j(to)e(progres-)262
+604 y(siv)o(ely)e(greater)h(depths)h(e.g.)17 b(1)10 b(ply)m(,)g(2)g(ply)m(,)g
+(3)g(ply)g(etc.)18 b(After)12 b(eac)o(h)f(searc)o(h)h(the)f(1)f(ply)g(mo)o(v)
+o(e)262 654 y(list)j(can)h(b)q(e)h(re-ordered)g(to)f(increase)h(the)g
+(e\016ciency)f(of)g(the)g(subsequen)o(t)i(iterations.)324 739
+y(It)h(migh)o(t)e(b)q(e)j(though)o(t)f(that)h(doing)e(an)h(iterativ)o(e)g
+(searc)o(h)i(to)e(4)g(ply)g(w)o(ould)f(b)q(e)i(less)262 789
+y(e\016cien)o(t)c(than)g(a)g(direct)h(4)e(ply)h(searc)o(h,)h(whic)o(h)f
+(after)g(all)f(will)f(b)q(e)j(done)f(an)o(yw)o(a)o(y)f(as)h(part)262
+839 y(of)d(an)h(iterativ)o(e)g(searc)o(h.)19 b(Ho)o(w)o(ev)o(er,)12
+b(there)i(exists)f(n)o(umerous)e(tec)o(hniques)j(for)d(impro)o(ving)262
+889 y(the)16 b(sp)q(eed)i(of)e(eac)o(h)h(subsequen)o(t)h(iteration)e(b)o(y)g
+(making)e(b)q(est)k(use)f(of)f(the)h(information)262 938 y(gained)d(so)h
+(far.)20 b(These)c(tec)o(hniques)h(include)e(refutation)f(tables,)h(transp)q
+(osition)g(tables,)262 988 y(the)e(history)h(heuristic)g(etc.)19
+b(These)14 b(tec)o(hniques)h(will)d(b)q(e)i(explained)f(in)g(detail)g(later.)
+k(An)262 1038 y(iterativ)o(e)h(PVS)g(com)o(bined)f(with)h(some)g(of)f(the)i
+(tec)o(hniques)h(men)o(tioned)d(can)h(pro)q(duce)262 1088 y(trees)d(v)o(ery)f
+(close)h(to)e(the)i(minim)o(al)10 b(tree)15 b([40)o(].)324
+1173 y(An)j(iterativ)o(e)f(deep)q(ening)i Fh(\013\014)h Fp(searc)o(h)e(also)f
+(has)h(another)g(imp)q(ortan)o(t)e(b)q(ene\014t;)k(the)262
+1223 y(b)q(est)f(mo)o(v)o(e)e(found)h(so)g(far)h(is)f(alw)o(a)o(ys)f(kno)o
+(wn.)32 b(As)18 b(all)g(mo)o(v)o(es)f(are)i(searc)o(hed)h(at)e(eac)o(h)262
+1273 y(iteration,)d(this)g(mo)o(v)o(e)f(is)i(lik)o(ely)e(to)i(b)q(e)g
+(reasonable.)24 b(Therefore,)16 b(if)f(the)i(a)o(v)n(ailable)c(time)262
+1323 y(expires,)h(the)g(b)q(est)h(mo)o(v)o(e)d(found)i(so)g(far)f(could)h(b)q
+(e)g(pla)o(y)o(ed)f(with)h(con\014dence.)20 b(In)13 b(a)h(non{)262
+1372 y(iterativ)o(e)h(searc)o(h,)i(ho)o(w)o(ev)o(er,)f(if)f(the)h(time)f
+(expires,)i(the)f(mo)o(v)o(e)e(selected)k(as)e(b)q(est)g(w)o(ould)262
+1422 y(dep)q(end)f(on)f(what)h(mo)o(v)o(es)e(had)h(b)q(een)h(searc)o(hed)h
+(so)f(far.)k(If)14 b(only)g(p)q(o)q(or)g(mo)o(v)o(es)f(had)h(b)q(een)262
+1472 y(searc)o(hed,)j(only)e(a)h(p)q(o)q(or)g(mo)o(v)o(e)e(could)h(b)q(e)i(c)
+o(hosen.)25 b(This)15 b(is)h(an)g(imp)q(ortan)o(t)e(b)q(ene\014t)j(for)262
+1522 y(comp)q(etitiv)o(e)12 b(c)o(hess)k(programs)c(b)q(ecause)k(they)e(m)o
+(ust)f(con)o(trol)h(their)g(o)o(wn)g(time)e(usage.)262 1673
+y Fu(3.1.5)55 b(Mo)n(v)n(e)19 b(Ordering)262 1785 y Fp(As)g(stressed)i
+(earlier,)e(the)g(order)h(in)e(whic)o(h)g(mo)o(v)o(es)g(are)h(examined)e(is)h
+(critical)h(to)f(the)262 1835 y(e\016ciency)e(of)f Fh(\013\014)r
+Fp(.)23 b(The)16 b(mo)o(v)o(es)e(from)g(eac)o(h)i(no)q(de)g(can)g(b)q(e)g
+(ordered)h(using)e(a)g(v)n(ariet)o(y)g(of)262 1885 y(heuristics:)324
+1968 y Ff(\017)20 b Fp(An)f(iterativ)o(e)f(searc)o(h)h(is)f(a)g(go)q(o)q(d)g
+(basis)g(for)g(impro)o(ving)d(mo)o(v)o(e)i(ordering)h(as)g(the)365
+2018 y(mo)o(v)o(es)12 b(at)g(the)h(ro)q(ot)g(of)f(the)h(tree)h(are)f
+(directly)g(ordered)g(b)o(y)g(a)f(searc)o(h)i(to)e(a)h(depth)g(1)365
+2067 y(ply)f(less)h(than)f(the)h(curren)o(t)h(searc)o(h)g(depth.)k(As)13
+b(the)g(subtree)h(b)q(elo)o(w)e(mo)o(v)o(es)f(at)h(the)365
+2117 y(\014rst)17 b(ply)d(is)i(usually)e(larger)i(than)f(subtrees)j(at)d
+(greater)h(depths,)h(mo)o(v)o(e)d(ordering)365 2167 y(at)g(ply)f(1)h(is)g
+(lik)o(ely)e(to)i(ha)o(v)o(e)g(the)g(greatest)h(e\013ect)h(on)e(o)o(v)o
+(erall)e(tree)j(size.)324 2250 y Ff(\017)20 b Fp(Storing)11
+b(mo)o(v)o(es)f(in)g(a)h(transp)q(osition)g(table)g(represen)o(ts)j(p)q
+(erhaps)e(the)g(b)q(est)g(metho)q(d)365 2300 y(of)k(ordering)h(mo)o(v)o(es)e
+(in)h(an)g(iterativ)o(e)h Fh(\013\014)i Fp(searc)o(h)e([18)o(].)26
+b(This)16 b(is)h(b)q(ecause)h(mo)o(v)o(es)365 2350 y(found)c(to)g(b)q(e)h(b)q
+(est)h(at)e(iteration)g(n)g(are)h(v)o(ery)f(lik)o(ely)f(to)i(remain)d(b)q
+(est)k(at)e(iteration)365 2399 y(n+1.)28 b(Therefore)18 b(mo)o(v)o(es)e
+(stored)i(in)e(the)i(transp)q(osition)f(table)g(should)g(b)q(e)g(tried)365
+2449 y(\014rst)e(if)e(the)i(no)q(de)f(is)g(re-visited.)957
+2574 y(28)p eop
+%%Page: 29 31
+29 30 bop 324 307 a Ff(\017)20 b Fp(Capture)d(mo)o(v)o(es)d(are)i(w)o(orth)f
+(searc)o(hing)h(b)q(efore)h(other)f(less)g(dynamic)e(mo)o(v)o(es)g(b)q(e-)365
+357 y(cause)h(they)f(are)h(more)d(lik)o(ely)h(to)h(refute)g(the)h(curren)o(t)
+g(line)e(of)h(pla)o(y)f(and)g(therefore)365 407 y(cause)i(a)e(cut)h(o\013.)k
+(Capturing)13 b(the)h(piece)g(just)f(mo)o(v)o(ed)f(is)h(generally)g(v)o(ery)h
+(e\013ectiv)o(e)365 457 y(at)g(refuting)g(a)f(giv)o(en)h(line)f(of)g(pla)o(y)
+g([4].)324 539 y Ff(\017)20 b Fp(A)12 b(mo)o(v)o(e)e(that)i(causes)h(a)e(cut)
+i(o\013)e(at)h(a)f(giv)o(en)h(depth)g(should)g(b)q(e)g(tried)g(early)g(as)f
+(part)365 589 y(of)16 b(another)g(v)n(ariation)f(at)h(the)g(same)g(depth.)25
+b(This)16 b(tec)o(hnique)h(is)f(kno)o(wn)g(as)g(the)365 638
+y Fm(Kil)r(ler)d Fp(heuristic)h([4].)324 721 y Ff(\017)20 b
+Fp(The)14 b Fm(History)f Fp(heuristic)h(pro)o(vides)f(a)g(metho)q(d)g(of)g
+("recording)g(eac)o(h)h(mo)o(v)o(es)e(abilit)o(y)365 770 y(to)17
+b(cause)g(a)f(refutation")h([50)o(].)25 b(This)16 b(information)e(can)j(then)
+g(b)q(e)g(used)g(to)g(order)365 820 y(mo)o(v)o(es)c(according)h(to)g(the)g
+(lik)o(eliho)q(o)q(d)e(of)h(them)h(causing)f(a)h(refutation.)324
+902 y Ff(\017)20 b Fp(Metho)q(ds)c(whic)o(h)f(use)g(the)h(ev)n(aluation)d
+(function)i(to)f(score)i(and)f(order)h(mo)o(v)o(es)d(are)365
+952 y(quite)g(accurate,)h(but)f(exp)q(ensiv)o(e;)h(prohibitiv)o(ely)e(so)h
+(at)f(the)i(deep)q(est)h(lev)o(els)e(of)f(the)365 1002 y(tree.)262
+1083 y(The)g(ob)r(jectiv)o(e)g(of)f(mo)o(v)o(e)g(ordering)h(is)f(therefore)j
+(to)d(searc)o(h)i(mo)o(v)o(es)e(in)g(a)h(b)q(est)h(\014rst)f(order.)262
+1133 y(Therefore)21 b(\014nding)f(go)q(o)q(d)g Fh(\013)g Fp(v)n(alues)h(quic)
+o(kly)e(and)h(causing)h(early)f Fh(\014)j Fp(cut)e(o\013s.)38
+b(The)262 1183 y(time)13 b(sp)q(en)o(t)j(ordering)f(mo)o(v)o(es)f(m)o(ust)g
+(b)q(e)h(small)e(or)i(the)h(pro)q(cess)g(will)e(b)q(e)h(self{defeating.)262
+1233 y(Therefore)f(the)g(\014rst)h(\014v)o(e)f(metho)q(ds)f(are)h(most)e
+(common)f(in)i(con)o(temp)q(orary)g(brute)h(force)262 1283
+y(c)o(hess)h(programs.)262 1434 y Fu(3.1.6)55 b(Null)18 b(Mo)n(v)n(es)262
+1546 y Fp(In)d(c)o(hess,)j(unlik)o(e)d(some)g(other)i(games,)e(the)h(option)g
+(of)f(not)h(pla)o(ying)e(a)i(mo)o(v)o(e)e(do)q(es)j(not)262
+1596 y(exist.)h(Ho)o(w)o(ev)o(er,)13 b(this)f(option)g(can)h(b)q(e)h(used)g
+(to)e(go)q(o)q(d)h(e\013ect)h(as)f(part)g(of)f(the)h(searc)o(h)h(tree)262
+1645 y(in)f(order)i(to)e(detect)j(tactical)d(mo)o(v)o(es.)324
+1731 y(The)k(idea)f(is)h(that)g(b)o(y)f(giving)f(up)i(the)h(righ)o(t)e(to)g
+(mo)o(v)o(e,)g(it)g(allo)o(ws)g(the)h(opp)q(onen)o(t)g(a)262
+1781 y(second)i(consecutiv)o(e)h(mo)o(v)o(e.)29 b(If)18 b(this)g(second)i(mo)
+o(v)o(e)c(do)q(es)k(not)e(accomplish)f(an)o(ything)262 1830
+y(b)q(ene\014cial,)i(then)g(it)f(can)g(b)q(e)h(assumed)f(that)h(the)g
+(\014rst)g(mo)o(v)o(e)d(did)i(not)g(represen)o(t)j(an)o(y)262
+1880 y(threat.)d(In)c(this)g(w)o(a)o(y)f(mo)o(v)o(es)g(whic)o(h)h(represen)o
+(t)i(a)d(threat)i(can)f(b)q(e)h(iden)o(ti\014ed.)324 1965 y(This)d(metho)q(d)
+f(assumes)h(that)g(it)g(is)f(alw)o(a)o(ys)g(b)q(etter)j(to)e(mak)o(e)e(a)i
+(mo)o(v)o(e,)e(than)i(no)g(mo)o(v)o(e)262 2015 y(at)f(all)g(\(a)g
+Fm(nul)r(l)i(move)p Fp(\).)18 b(In)12 b(fact)g(in)f(c)o(hess,)i(a)f
+(situation)f(kno)o(wn)g(as)h("zugzw)o(ang")f(can)h(exist)262
+2065 y(where)k(all)e(a)o(v)n(ailable)f(mo)o(v)o(es)h(lead)h(to)g(a)f(loss)i
+(of)e(some)h(sort;)g(whereas)i(if)d(no)h(mo)o(v)o(e)f(w)o(ere)262
+2115 y(made,)c(the)h(loss)h(could)f(b)q(e)h(a)o(v)o(oided.)k(An)11
+b(algorithm)e(using)i(the)h(n)o(ull)e(mo)o(v)o(e)g(to)h(determine)262
+2165 y(threats)k(could)g(therefore)h(o)o(v)o(erlo)q(ok)e(mo)o(v)o(es)f(whic)o
+(h)i(lea)o(v)o(e)f(the)i(opp)q(onen)o(t)f(in)f(zugzw)o(ang.)262
+2214 y(Ho)o(w)o(ev)o(er,)e(zugzw)o(ang)g(is)f(v)o(ery)h(rare)h(and)e(do)q(es)
+i(not)f(cause)g(a)g(signi\014can)o(t)f(problem)g(for)g(the)262
+2264 y(tec)o(hnique.)324 2350 y(Don)j(Beal)h(has)g(done)f(a)h(lot)f(of)g(exp)
+q(erimen)o(tation)g(in)o(to)g(the)h(use)h(of)e(n)o(ull)f(mo)o(v)o(es)h(in)g
+(a)262 2399 y(normal)g Fh(\013\014)20 b Fp(minim)o(ax)14 b(searc)o(h.)28
+b(In)17 b(his)g(pap)q(er)h("Exp)q(erimen)o(ts)f(with)f(the)i(Null)e(Mo)o(v)o
+(e")262 2449 y([5)o(],)i(he)g(prop)q(oses)h(an)f(algorithmic)d(approac)o(h)j
+(to)f(selectiv)o(e)i(searc)o(hing)g(based)f(on)g(n)o(ull)957
+2574 y(29)p eop
+%%Page: 30 32
+30 31 bop 262 653 a Fl(F)l(unction)11 b Fp(Quiescence\(P)17
+b(:)c Fl(p)q(osition)p Fp(;)d Fh(\013)p Fp(,)k Fh(\014)i Fp(:)i
+Fl(in)o(teger)p Fp(\))11 b Fl(returns)j(in)o(teger)262 752
+y(v)m(ar)321 802 y Fp(m)82 b(:)18 b Fl(mo)o(v)o(e)321 852 y
+Fp(score,)321 902 y(b)q(est)44 b(:)18 b Fl(in)o(teger)262 1001
+y(b)q(egin)321 1101 y Fp(/*)13 b Fm(Calculate)h(nul)r(l)h(move)g(sc)n(or)n
+(e.)k(Note)c(:)j(Evaluate)e(may)f(itself)f(b)n(e)h(a)g(se)n(ar)n(ch)e
+Fp(*/)321 1151 y(b)q(est)i(:=)c Ff(\000)p Fp(Ev)n(aluate\(P)m(,)i
+Ff(\000)p Fh(\014)r Fp(,)h Ff(\000)p Fh(\013)p Fp(\))321 1250
+y(GenerateMo)o(v)o(es\(P\))321 1300 y Fl(for)h(eac)o(h)g(mo)o(v)o(e)e
+Fp(m)f Fl(do)380 1350 y(if)g Fp(\(b)q(est)j Ff(\025)d Fh(\014)r
+Fp(\))439 1400 y Fl(return)f Fp(\(b)q(est\))374 b(/*)13 b Fh(\014)18
+b Fm(cut)d(o\013)g(:)k(r)n(eturn)14 b(b)n(est)h(sc)n(or)n(e)e
+Fp(*/)380 1450 y Fl(endif)380 1499 y Fp(/*)g Fm(Se)n(ar)n(ch)i(move)g(m)g(to)
+g(next)g(depth)h(using)f(ne)n(gamax)h(c)n(onvention)f Fp(*/)380
+1549 y(score)g(:=)e Ff(\000)p Fp(Quiescence\()p Fh(P)812 1555
+y Fe(m)847 1549 y Fp(,)g Ff(\000)p Fh(\014)r Fp(,)h Ff(\000)p
+Fp(b)q(est\))380 1599 y Fl(if)e Fp(\(score)k Fh(>)e Fp(b)q(est\))439
+1649 y(b)q(est)h(:=)e(score)391 b(/*)13 b Fm(Stor)n(e)i(b)n(est)f(sc)n(or)n
+(e)h(found)f Fp(*/)380 1699 y Fl(endif)321 1749 y(endfor)321
+1848 y(return)d Fp(\(b)q(est\))492 b(/*)13 b Fm(R)n(eturn)i(sc)n(or)n(e)g(of)
+f(b)n(est)h(move)g(found)g Fp(*/)262 1948 y Fl(end)d Fp(Quiescence)338
+2130 y(Figure)i(3.4:)j(Pseudo)e(co)q(de)g(for)e(a)h(Quiescence)i(searc)o(h)f
+(based)g(on)e(Null)g(Mo)o(v)o(es.)957 2574 y(30)p eop
+%%Page: 31 33
+31 32 bop 262 307 a Fp(mo)o(v)o(es.)15 b(In)c(particular)g(he)g(de\014nes)h
+(a)e(n)o(ull)g(mo)o(v)o(e)f(quiescence)k(searc)o(h)f(whic)o(h)f(is)f(capable)
+h(of)262 357 y("selecting)h(mo)o(v)o(es)e(suc)o(h)i(as)g(c)o(hec)o(ks,)h(mo)o
+(v)o(es)d(out)i(of)f(c)o(hec)o(k,)h(attac)o(ks)g(on)f(pieces,)i(defences,)262
+407 y(blo)q(c)o(ks)j(and)h(other)g(t)o(yp)q(es)h(of)e(sharp)h(tactical)g(mo)o
+(v)o(es)e(that)i(c)o(hess)h(pla)o(y)o(ers)f(concen)o(trate)262
+457 y(on".)g(This)d(is)g(ac)o(hiev)o(ed)g(with)f(no)h(more)f(c)o(hess)i(kno)o
+(wledge)f(than)g(material)e(balance.)324 542 y(Beal)i(uses)g(the)h(score)g
+(returned)g(from)d(a)h(quiescence)j(searc)o(h)f(follo)o(wing)c(a)j(n)o(ull)e
+(mo)o(v)o(e)262 592 y(as)f(a)f(b)q(ound)i(to)e(guide)h(the)h(searc)o(h)g(and)
+f(enable)g(forw)o(ard)g(pruning)g(of)f(inadequate)h(mo)o(v)o(es.)262
+641 y(Beal)j(sho)o(ws)h(that)f(suc)o(h)h(a)f(quiescence)j(searc)o(h)e(is)g
+(capable)f(of)g(a)g(p)q(erformance)g(on)g(Rein-)262 691 y(\014eld's)f(300)h
+(tactical)f(p)q(ositions)h([47)o(],)f(equiv)n(alen)o(t)g(to)h(that)g(of)f
+(the)i(c)o(hess)g(mac)o(hine)e(Belle,)262 741 y(while)g(using)h(only)f(1)p
+Fh(=)p Fp(15th)g(of)g(the)h(e\013ort)h(!)324 826 y(V)m(ery)e(recen)o(tly)m(,)
+g(Hamlen)e([25)o(])i(extended)h(this)f(idea)g(b)o(y)f(applying)g(a)g(full)g
+(width)h(2)f(ply)262 876 y(searc)o(h,)19 b(in)f(addition)f(to)h(the)h(normal)
+d(quiescence)k(searc)o(h,)g(after)e(a)g(n)o(ull)f(mo)o(v)o(e.)29
+b(This)262 926 y(allo)o(w)o(ed)17 b(the)i(algorithm)d(to)i(additionally)f
+(detect)j(tactical)e(plo)o(ys)g(suc)o(h)i(as)e(forks)h(and)262
+976 y(sk)o(ew)o(ers.)24 b(Other)17 b(programs,)d(notably)h(Kaissa)h([1)o(],)f
+(ha)o(v)o(e)g(used)i(the)f(n)o(ull)e(mo)o(v)o(e)g(idea)i(to)262
+1026 y(pro)o(vide)e(faster)g(cut)h(o\013s,)f(without)g(using)g(it)g
+(algorithmical)o(ly)d(to)j(select)h(mo)o(v)o(es)e(as)i(Beal)262
+1075 y(and)e(Hamlen)g(ha)o(v)o(e.)324 1161 y(Beal's)g(n)o(ull)f(mo)o(v)o(e)g
+(quiescence)j(searc)o(h)g(can)e(b)q(e)h(seen)h(in)d(\014gure)i(3.4.)j(It)c
+(is)g(imp)q(ortan)o(t)262 1210 y(to)20 b(realise)h(that)g(Ev)n(aluate)f(ma)o
+(y)f(itself)h(b)q(e)i(a)e(searc)o(h)i(of)e(some)g(kind.)38
+b(In)21 b(fact)g(Beal)262 1260 y(adv)o(o)q(cates)d(the)g(use)h(of)e(a)h(2nd)f
+(lev)o(el)h(n)o(ull)e(mo)o(v)o(e)g(quiescence)k(searc)o(h)f(supp)q(orted)g(b)
+o(y)f(a)262 1310 y(1st)e(lev)o(el)g(quiescence)i(searc)o(h,)f(in)f(place)g
+(of)g(Ev)n(aluate,)f(using)h(material)e(balance)i(as)h(its)262
+1360 y(ev)n(aluation.)262 1512 y Fu(3.1.7)55 b(Razoring)262
+1624 y Fp(Razoring)13 b(is)i(a)g(tec)o(hnique)h(devised)f(b)o(y)g(Birmingham)
+c(and)k(Ken)o(t)h([11)o(].)k(The)c(tec)o(hnique)262 1673 y(uses)i(the)g
+(assumption)e(that)h(a)g(pla)o(y)o(er)g(who)g(has)h(the)g(mo)o(v)o(e)d(can)j
+(alw)o(a)o(ys)e(main)o(tain)f(or)262 1723 y(impro)o(v)o(e)d(his)h(p)q
+(osition)h(b)o(y)f(pla)o(ying)g(a)g(mo)o(v)o(e.)324 1808 y(The)k(tec)o
+(hnique)i(w)o(orks)e(b)o(y)g(using)g(a)g(static)g(ev)n(aluation)f(v)n(alue)h
+(at)g(in)o(terior)g(as)g(w)o(ell)262 1858 y(as)i(terminal)f(no)q(des.)35
+b(This)19 b(v)n(alue)g(is)g(compared)g(to)g(the)h(curren)o(t)h
+Fh(\013)e Fp(v)n(alue)g(with)g(the)262 1908 y(assumption)10
+b(that)h(the)h(opp)q(onen)o(t)g(can)g(alw)o(a)o(ys)e(main)o(tain)f(or)i
+(impro)o(v)o(e)f(his)h(p)q(osition)g(with)262 1958 y(a)g(mo)o(v)o(e.)16
+b(Therefore,)d(the)f(static)h(score)g(is)f(treated)h(as)f(an)f(upp)q(er)i(b)q
+(ound)f(on)g(the)g(p)q(ossible)262 2008 y(scores)j(resulting)f(from)e(the)j
+(opp)q(onen)o(ts)g(a)o(v)n(ailable)d(mo)o(v)o(es.)17 b(Hence,)e(if)e(this)h
+(static)g(v)n(alue)262 2058 y(is)f(no)h(greater)h(than)f(the)h
+Fh(\013)e Fp(v)n(alue,)g(it)h(is)g(assumed)f(that)h(the)h(subtree)h(cannot)e
+(a\013ect)h(the)262 2107 y Fh(\013)g Fp(v)n(alue)h(at)g(this)g(lev)o(el)g
+(and)g(can)g(therefore)i(b)q(e)e(cut)h(o\013.)25 b(Note)16
+b(that)h(this)f(tec)o(hnique)h(is)262 2157 y(only)c(applied)g(from)f(the)j(p)
+q(oin)o(t)e(of)g(view)h(of)f(the)i(pla)o(y)o(er)e(who)h(has)g(just)g(mo)o(v)o
+(ed.)324 2242 y(Figure)h(3.5)e(illustrates)i(the)g(razoring)g(tec)o(hnique)g
+(in)f(action.)20 b(The)15 b(n)o(um)o(b)q(ers)g(to)f(the)262
+2292 y(left)k(of)g(eac)o(h)h(no)q(de)g(represen)o(t)i(the)e(static)g(v)n
+(alues,)h(while)e(the)h(n)o(um)o(b)q(ers)f(to)h(the)g(righ)o(t)262
+2342 y(represen)o(t)e(bac)o(k)o(ed)f(up)f(negamax)f(v)n(alues.)22
+b(No)q(de)15 b(B)h(is)f(examined)f(\014rst)i(giving)e(a)h(static)262
+2392 y(v)n(alue)e(of)h(+7.)21 b(No)q(des)15 b(C)g(and)f(D)g(are)h(then)g
+(searc)o(hed,)h(resulting)f(in)f(v)n(alues)g(of)g Ff(\000)p
+Fp(15)h(and)262 2442 y Ff(\000)p Fp(4)i(resp)q(ectiv)o(ely)m(.)31
+b(A)18 b(v)n(alue)f(of)h(+4)f(using)h(negamax)e(is)i(subsequen)o(tly)h(bac)o
+(k)o(ed)f(up)g(to)957 2574 y(31)p eop
+%%Page: 32 34
+32 33 bop 697 1103 a Fp(Figure)14 b(3.5:)j(Razoring)c(in)h(action.)262
+1236 y(no)q(de)g(B.)g(The)h Fh(\013)f Fp(v)n(alue)f(at)h(this)h(lev)o(el)e
+(is)i(then)f(made)f(equal)h(to)g(+4.)19 b(The)c(mo)o(v)o(e)e(leading)262
+1286 y(to)h(no)q(de)h(E)g(is)g(no)o(w)f(examined)g(and)g(giv)o(en)h(a)f
+(static)h(v)n(alue)f(of)g(+1.)21 b(Using)14 b(the)i(razoring)262
+1335 y(tec)o(hnique,)e(this)g(v)n(alue)f(represen)o(ts)k(an)d(upp)q(er)g(b)q
+(ound,)g(b)q(ecause)i(the)e(opp)q(onen)o(ts)h(mo)o(v)o(es)262
+1385 y(leading)g(to)h(no)q(des)g(F)g(and)g(G)g(are)g(assumed)g(to)g(main)o
+(tain)d(or)j(impro)o(v)o(e)e(the)j(opp)q(onen)o(ts)262 1435
+y(score)g(thereb)o(y)g(decreasing)h(the)e(score)i(at)e(this)g(lev)o(el.)25
+b(As)17 b(the)f(upp)q(er)i(b)q(ound)e(of)g(+1)g(is)262 1485
+y(already)d(less)h(than)f(the)h(curren)o(t)h Fh(\013)d Fp(v)n(alue)h(at)g
+(ply)g(1,)g(no)q(des)h(F)f(and)g(G)g(cannot)h(a\013ect)g(the)262
+1535 y(searc)o(h)h(result)f(and)g(can)g(therefore)h(b)q(e)g(cut)f(o\013)g(b)o
+(y)g(razoring.)324 1620 y(The)19 b(razoring)h(tec)o(hnique)g(can)f(b)q(e)h
+(extended)h(b)o(y)e(using)g(the)h(assumption)e(that)h(a)262
+1670 y(pla)o(y)o(er)f(can)g(impro)o(v)o(e)f(his)h(curren)o(t)i(p)q(osition)e
+(b)o(y)g(pla)o(ying)e(his)j(mo)o(v)o(e,)e(y)o(our)h(mo)o(v)o(e,)g(his)262
+1720 y(mo)o(v)o(e.)29 b(This)18 b(extension)g(of)g(the)h(idea)f(is)g(kno)o
+(wn)f(as)i(deep)g(razoring.)30 b(It)18 b(causes)i(ev)o(en)262
+1769 y(more)12 b(razor)j(cut)f(o\013s,)g(but)g(at)g(a)f(m)o(uc)o(h)g(greater)
+i(risk)f(of)f(cutting)h(out)g(a)g(vital)e(mo)o(v)o(e.)324 1855
+y(Birmingham)h(and)j(Ken)o(t)i(also)e(prop)q(osed)h(a)f(further)i(enhancemen)
+o(t)f(where)h(b)o(y)e(the)262 1904 y(assumption)f(is)h(made)f(that)i(there)g
+(alw)o(a)o(ys)f(exists)h(a)f(mo)o(v)o(e)f(whic)o(h)h(not)g(only)g(impro)o(v)o
+(es)262 1954 y(a)e(pla)o(y)o(ers)h(p)q(osition,)e(but)i(impro)o(v)o(es)e(it)i
+(b)o(y)f(at)h(least)f(3)p Fh(=)p Fp(10ths)h(of)f(a)g(pa)o(wn,)g(for)g
+(example.)262 2004 y(This)e('enhancemen)o(t')f(further)i(increases)h(razored)
+f(cut)g(o\013s,)f(but)g(at)g(the)h(cost)g(of)e(missing)262
+2054 y(p)q(ossibly)i(more)g(vital)g(mo)o(v)o(es.)324 2139 y(I)20
+b(b)q(eliev)o(e)g(the)h(tec)o(hnique)g(w)o(ould)e(b)q(e)i(b)q(etter)g
+(enhanced)h(b)o(y)d(taking)h(an)f(opp)q(osite)262 2189 y(view)14
+b(to)g(the)h(enhancemen)o(t)g(ab)q(o)o(v)o(e.)20 b(F)m(or)14
+b(example,)f(assume)h(that)h(there)g(alw)o(a)o(ys)f(exists)262
+2239 y(a)g(mo)o(v)o(e)g(that)h(will)e(not)i(deteriorate)h(the)g(p)q(osition)e
+(b)o(y)h(more)f(than)h(a)g(threshold,)g(of)g(sa)o(y)262 2289
+y(half)i(a)h(pa)o(wn.)31 b(Di\013eren)o(t)19 b(thresholds)h(could)e(b)q(e)h
+(applied)f(at)g(eac)o(h)h(lev)o(el)f(of)g(the)h(tree,)262 2338
+y(p)q(erhaps)14 b(w)o(eigh)o(ted)f(so)g(that)g(as)g(the)h(searc)o(h)g
+(progresses)h(more)d(deeply)h(do)o(wn)g(the)g(searc)o(h)262
+2388 y(tree,)i(more)e(cut)i(o\013s)f(are)h(made.)i(This)e(enhancemen)o(t)f(w)
+o(ould)g(decrease)i(the)f(n)o(um)o(b)q(er)e(of)262 2438 y(cut)h(o\013s,)g
+(but)g(impro)o(v)o(e)e(the)i(lik)o(eliho)q(o)q(d)f(of)g(including)g(go)q(o)q
+(d)g(mo)o(v)o(es)g(in)g(the)i(searc)o(h)g(tree,)957 2574 y(32)p
+eop
+%%Page: 33 35
+33 34 bop 262 307 a Fp(particularly)13 b(at)g(shallo)o(w)o(er)h(depths)h
+(where)g(missing)d(suc)o(h)i(mo)o(v)o(es)f(can)h(b)q(e)g(fatal.)324
+392 y(I)j(b)q(eliev)o(e)g(the)h(assumption)d(made)h(b)o(y)h(the)h(Razoring)e
+(tec)o(hnique)h(is)g(m)o(uc)o(h)f(w)o(eak)o(er)262 442 y(than)f(that)h(of)f
+(the)i(Null)e(mo)o(v)o(e)f(tec)o(hnique,)i(whic)o(h)g(only)f(assumes)h(that)f
+(it)h(is)f(b)q(etter)j(to)262 492 y(mak)o(e)12 b(a)i(mo)o(v)o(e,)d(than)j(no)
+g(mo)o(v)o(e)e(at)i(all.)262 665 y Fr(3.2)69 b(Ev)l(aluation)262
+791 y Fp(This)11 b(section)h(describ)q(es)i(a)d(n)o(um)o(b)q(er)g(of)g(tec)o
+(hniques)i(for)e(heuristic)i(p)q(ositional)d(ev)n(aluation)262
+841 y(of)j(c)o(hess)j(p)q(ositions.)k(Most)15 b(of)e(these)j(tec)o(hniques)g
+(are)f(b)q(est)h(used)f(in)f(com)o(bination)e(with)262 891
+y(eac)o(h)i(other.)324 976 y(The)g(imp)q(ortance)g(of)f(the)i(ev)n(aluation)d
+(function)i(cannot)h(b)q(e)f(to)q(o)g(highly)f(stressed)k(as)262
+1026 y(it)12 b(is)h(this)g(that)g(giv)o(es)g(a)g(program)e(its)i(distinctiv)o
+(e)g(st)o(yle.)18 b(Ac)o(hieving)13 b(a)g(go)q(o)q(d)f(p)q(osition)h(is)262
+1076 y(often)g(a)h(prelude)h(to)e(a)h(winning)f(tactical)g(com)o(bination.)
+365 1159 y("T)m(actics)h(\015o)o(w)g(from)e(a)h(go)q(o)q(d)h(p)q(osition")970
+1225 y Fm(R)n(ob)n(ert)g(J.)h(Fischer.)262 1377 y Fu(3.2.1)55
+b(Piece)17 b(Square)i(T)-5 b(ables)262 1489 y Fp(Piece)12 b(Square)f
+(\(Pc/Sq\))h(tables)f(are)g(used)h(to)f(hold)f(v)n(alues)h(for)f(pieces)j(o)q
+(ccup)o(ying)d(squares)262 1539 y(on)h(the)h(b)q(oard.)18 b(F)m(or)11
+b(example,)f(a)i(knigh)o(t)f(square)h(table)g(w)o(ould)f(con)o(tain)g(a)h
+(score)h(for)e(eac)o(h)262 1588 y(square)16 b(indicating)e(the)i(merits)e(of)
+h(ha)o(ving)f(a)h(knigh)o(t)f(on)h(that)h(square.)23 b(T)m(ables)15
+b(can)g(b)q(e)262 1638 y(used)g(for)g(eac)o(h)g(t)o(yp)q(e)h(of)e(piece)i
+(and)e(can)h(b)q(e)h(pre-loaded)f(b)q(efore)g(the)h(searc)o(h)g(b)q(egins,)f
+(b)o(y)262 1688 y(doing)i(some)h(preliminary)f(p)q(ositional)g(analysis.)32
+b(Using)19 b(suc)o(h)h(tables,)f(it)g(b)q(ecomes)g(a)262 1738
+y(simple)c(matter)i(to)g(p)q(erform)f(a)h(p)q(ositional)f(ev)n(aluation)g(at)
+h(a)f(giv)o(en)h(no)q(de.)28 b(Giv)o(en)17 b(the)262 1788 y(lo)q(cation)e(of)
+h(eac)o(h)i(piece)f(on)g(the)g(b)q(oard,)g(a)f(v)n(alue)g(can)h(b)q(e)g(lo)q
+(ok)o(ed)f(up)h(in)f(the)i(relev)n(an)o(t)262 1837 y(table)13
+b(and)f(added)i(to)f(the)h(p)q(ositional)d(total)i(for)f(the)i(appropriate)f
+(side,)g(white)h(or)f(blac)o(k.)262 1887 y(Finally)c(the)i(di\013erence)i(b)q
+(et)o(w)o(een)f(the)f(t)o(w)o(o)g(totals)f(is)h(calculated)g(giving)e(an)i(o)
+o(v)o(erall)e(v)n(alue)262 1937 y(for)k(the)i(p)q(osition.)324
+2022 y(The)e(main)e(adv)n(an)o(tage)i(of)f(using)h(these)i(tables)e(is)g(sp)q
+(eed.)20 b(The)13 b(w)o(orlds)g(fastest)h(c)o(hess)262 2072
+y(mac)o(hines,)c(Hitec)o(h)j(and)e(Deep)i(Though)o(t,)e(mak)o(e)g(extensiv)o
+(e)h(use)h(of)e(Pc/Sq)h(tables.)18 b(Ho)o(w-)262 2122 y(ev)o(er,)13
+b(b)q(ecause)h(these)g(tables)f(are)g(generally)g(pre-loaded)f(b)q(efore)i
+(the)f(searc)o(h)h(b)q(egins)f(and)262 2172 y(applied)h(n)h(ply)g(further)h
+(do)o(wn)e(the)i(tree)g(at)f(leaf)g(no)q(des,)g(man)o(y)f(p)q(ositional)f
+(asp)q(ects)k(are)262 2222 y(no)10 b(longer)h(applicable.)16
+b(The)11 b(tables)h(also)e(do)g(not)h(re\015ect)i(up)e(to)g(date)g(piece)h
+(in)o(teractions.)324 2307 y(These)20 b(problems)e(are)h(exasp)q(erated)i(b)o
+(y)d(deep)i(searc)o(hing.)33 b(It)19 b(is)g(therefore)h(ironic)262
+2357 y(that)14 b(the)h(tables)g(are)g(used)h(for)e(the)i(express)g(purp)q
+(ose)g(of)e(deep)h(searc)o(hing)h(due)f(to)f(their)262 2406
+y(e\016ciency)m(.)22 b(It)15 b(is)g(in)o(teresting)h(that)f(the)h(Hitec)o(h)f
+(team)f(at)h(CMU)h(are)f(no)o(w)g(\014nding)g(that)957 2574
+y(33)p eop
+%%Page: 34 36
+34 35 bop 262 307 a Fp(as)14 b(their)h(program)e(impro)o(v)o(es,)g(more)h
+(kno)o(wledge)g(m)o(ust)g(b)q(e)h(migrated)e(from)g(the)i(Pc/Sq)262
+357 y(tables)f(to)f(the)i(leaf)e(no)q(de)h(static)h(ev)n(aluation)d(pro)q
+(cess)k([7)o(].)262 508 y Fu(3.2.2)55 b(Static)18 b(Ev)m(aluation)262
+620 y Fp(In)11 b(most)g(programs,)g(a)g(static)h(ev)n(aluation)f(is)g(p)q
+(erformed)h(at)g(the)g(leaf)f(no)q(des)i(of)e(the)i(main)262
+670 y(searc)o(h.)32 b(In)18 b(full)g(width)g(searc)o(hes,)j(a)d(quiescence)i
+(searc)o(h)g(is)e(usually)f(also)h(applied)g(at)262 720 y(these)f(leaf)e(no)q
+(des,)i(th)o(us)g(creating)f(new)g(leaf)g(no)q(des)g(at)g(a)g(deep)q(er)i
+(lev)o(el)d(whic)o(h)h(are)h(not)262 770 y(usually)c(p)q(ositionally)f(ev)n
+(aluated)h(for)h(e\016ciency)g(reasons.)324 855 y(The)19 b(static)g(ev)n
+(aluation)e(pro)q(cess)j(in)o(v)o(olv)o(es)e(computing)f(the)i(existence)h
+(of)e(v)n(arious)262 905 y(p)q(ositional)11 b(factors.)17 b(Dep)q(ending)c
+(on)f(the)h(degree)h(to)e(whic)o(h)h(these)h(factors)e(exist,)h(appro-)262
+955 y(priate)h(v)n(alues)g(are)h(calculated.)k(Finally)13 b(the)i(v)n(alues)f
+(are)g(w)o(eigh)o(ted)h(according)f(to)g(their)262 1004 y(relativ)o(e)f(imp)q
+(ortance.)324 1090 y(In)20 b(c)o(hess,)j(determining)c(the)i(factors)g(whic)o
+(h)f(con)o(tribute)h(to)f(a)g(go)q(o)q(d)g(p)q(osition)g(is)262
+1139 y(v)o(ery)c(di\016cult.)25 b(Standard)17 b(criteria)g(ha)o(v)o(e)f(b)q
+(een)i(dev)o(elop)q(ed)f(o)o(v)o(er)f(the)h(y)o(ears)g(b)o(y)g(whic)o(h)262
+1189 y(a)f(program)g(can)h(judge)g(a)f(p)q(osition.)27 b(Using)17
+b(suc)o(h)g(criteria)h(curren)o(t)g(programs)e(pla)o(y)g(a)262
+1239 y(reasonable)d(game.)k(Ho)o(w)o(ev)o(er,)c(it)h(is)f(still)f(clear)i
+(from)e(their)i(p)q(ositional)e(pla)o(y)m(,)g(that)h(some)262
+1289 y(subtle)j(factors)g(are)h(still)e(not)h(b)q(eing)f(included.)25
+b(I)16 b(will)e(try)i(to)g(unco)o(v)o(er)h(some)e(of)g(these)262
+1339 y(in)h(the)h(next)g(c)o(hapter.)27 b(The)17 b(most)e(di\016cult)h(task)h
+(remains)e(determining)h(the)h(relativ)o(e)262 1389 y(imp)q(ortance)c(of)g
+(eac)o(h)i(factor)f(or)f(criterion.)19 b(An)14 b(attempt)g(w)o(as)f(made)g
+(to)h(determine)g(the)262 1438 y(relativ)o(e)f(imp)q(ortance)g(of)h(a)f(n)o
+(um)o(b)q(er)g(of)h(ev)n(aluation)e(criteria)i(in)g([51)o(].)k(I)13
+b(think)h(the)g(basic)262 1488 y(idea)9 b(of)h(this)g(researc)o(h)i(is)e(an)g
+(excellen)o(t)h(one,)g(ho)o(w)o(ev)o(er,)f(I)h(feel)f(the)h(sp)q(eci\014c)g
+(order)g(in)f(whic)o(h)262 1538 y(the)k(ev)n(aluation)e(criteria)j(w)o(ere)g
+(tested,)g(in\015uenced)g(the)f(result)h(of)e(the)h(exp)q(erimen)o(ts.)324
+1623 y(Sev)o(eral)e(attempts)g(ha)o(v)o(e)g(b)q(een)i(made)d(to)h(generate)h
+(a)f('b)q(est)h(\014t')f(ev)n(aluation)f(function)262 1673
+y([27)o(,)i(39].)19 b(Most)c(of)f(these)h(studies)h(are)f(based)g(on)f(an)g
+(analysis)g(of)g(grandmaster)f(mo)o(v)o(es.)262 1723 y(The)g(ob)r(jectiv)o(e)
+h(is)f(to)g(\014nd)h(a)f(function)g(whic)o(h)g(selects)i(grandmaster)e(mo)o
+(v)o(es)f(as)h(often)h(as)262 1773 y(p)q(ossible.)j(Suc)o(h)11
+b(attempts)f(ha)o(v)o(e)h(hit)f(serious)h(problems)f(b)q(ecause,)j(as)e(I)f
+(see)i(it,)f(5)f(problem)262 1823 y(areas)k(exist:)312 1904
+y(1.)20 b(A)c(b)q(est)h(\014t)f(can)g(only)e(b)q(e)j(attempted)e(for)h(the)g
+(kno)o(wn)f(functions.)24 b(If)15 b(a)g(program)365 1954 y(do)q(es)d(not)e
+(kno)o(w)g(ab)q(out)h(a)f(particular)h(asp)q(ect)h(of)e(c)o(hess,)i(for)e
+(example)g(w)o(eak)g(pa)o(wns,)365 2003 y(it)j(cannot)g(include)g(suc)o(h)g
+(considerations)h(in)e(its)h(ev)n(aluation)e(pro)q(cess.)20
+b(Therefore,)365 2053 y(p)q(ossibly)14 b(in)o(tro)q(ducing)f(side)i
+(e\013ects)h(in)o(to)d(existing)g(functions.)312 2135 y(2.)20
+b(The)c(criteria)g(b)o(y)g(whic)o(h)f(a)h(h)o(uman)e(c)o(hess)j(pla)o(y)o(er)
+e(ev)n(aluates)h(a)g(p)q(osition)f(are)h(not)365 2185 y(m)o(utually)11
+b(exclusiv)o(e,)j(but)f(subtly)h(link)o(ed.)j(Iden)o(tifying)c(these)i(links)
+d(is)i(v)o(ery)g(di\016-)365 2235 y(cult.)312 2317 y(3.)20
+b(So)11 b(m)o(uc)o(h)g(dep)q(ends)i(on)e(the)h(phase)g(of)f(the)h(game)e
+(e.g.)17 b(middle)9 b(game)h(or)i(end)g(game,)365 2367 y(that)i(I)g(b)q
+(eliev)o(e)g(sp)q(eci\014c)i(functions)e(are)g(required)h(for)e(eac)o(h)i
+(game)d(phase.)312 2449 y(4.)20 b(P)o(ositionally)12 b(mo)o(v)o(es)h(v)n(ary)
+g(with)h(pla)o(y)o(er)f(st)o(yle)h(and)g(mo)q(o)q(d.)957 2574
+y(34)p eop
+%%Page: 35 37
+35 36 bop 312 307 a Fp(5.)20 b(Some)e(mo)o(v)o(es)f(are)i(tactically)f
+(conditioned.)33 b(Suc)o(h)19 b(mo)o(v)o(es)e(m)o(ust)h(b)q(e)h(iden)o
+(ti\014ed)365 357 y(b)q(ecause)d(they)e(a\013ect)h(the)g(p)q(ositional)d(c)o
+(hoice)i(a)o(v)n(ailable.)262 440 y(Ob)o(viously)e(this)i(area)f(w)o(ould)g
+(b)q(ene\014t)i(from)c(more)i(in)o(v)o(olv)o(emen)o(t)e(b)o(y)i(strong)h(c)o
+(hess)h(pla)o(y-)262 490 y(ers.)324 575 y(In)f(practice,)i(static)f(ev)n
+(aluation)e(functions)h(tend)i(to)e(b)q(e)h(primitiv)o(e,)d(particularly)i
+(in)262 625 y(brute)j(force)g(programs,)f(to)g(enable)h(deep)h(searc)o(hing.)
+26 b(Pc/Sq)17 b(tables)g(are)g(used)g(where)262 675 y(p)q(ossible)11
+b(to)g(impro)o(v)o(e)f(e\016ciency)m(.)17 b(Information)9 b(whic)o(h)i
+(cannot)h(b)q(e)g(stored)g(in)f(the)h(tables,)262 725 y(suc)o(h)k(as)g
+(pinned)g(piece)h(information,)c(m)o(ust)i(b)q(e)h(calculated.)24
+b(The)16 b(ev)n(aluation)f(pro)q(cess)262 774 y(can)j(b)q(e)h(supp)q(orted)h
+(b)o(y)e(sp)q(eci\014c)i(hash)e(tables)h(e.g.)31 b(pa)o(wn)18
+b(structure)j(hashing.)31 b(This)262 824 y(enables)15 b(m)o(uc)o(h)f(faster)i
+(ev)n(aluation)e(b)q(ecause)j(calculations)d(do)h(not)g(ha)o(v)o(e)g(to)g(b)q
+(e)h(re-done)262 874 y(when)d(p)q(ositions)g(with)g(iden)o(tical)g(pa)o(wn)g
+(structure,)i(for)e(example,)f(are)i(encoun)o(tered.)20 b(In)262
+924 y(selectiv)o(e)12 b(searc)o(h)h(programs)d(the)j(ev)n(aluation)d(pro)q
+(cess)j(can)f(b)q(e)g(far)f(more)g(complex)f(as)i(the)262 974
+y(reduced)j(n)o(um)o(b)q(er)d(of)h(no)q(des)i(examined)d(allo)o(ws)g(more)g
+(time)h(to)g(b)q(e)h(sp)q(en)o(t)g(at)g(eac)o(h)g(no)q(de.)262
+1023 y(The)j(di\016cult)o(y)f(here)j(is)e(that)g(kno)o(wledge)g(de\014ciency)
+i(cannot)e(b)q(e)h(easily)f(made)f(up)h(b)o(y)262 1073 y(searc)o(hing.)g
+(Therefore,)d(c)o(hess)f(kno)o(wledge)f(acquisition)f(from)f(grandmasters)i
+(m)o(ust)f(pla)o(y)262 1123 y(a)f(vital)g(role)h(in)f(suc)o(h)i(programs.)j
+(A)o(t)c(the)h(presen)o(t)g(time,)e(tec)o(hniques)i(do)f(not)f(exist)i(whic)o
+(h)262 1173 y(w)o(ould)i(allo)o(w)g(grandmaster)h(though)o(t)g(pro)q(cesses)j
+(to)d(b)q(e)h(captured)h(and)e(understo)q(o)q(d)i(in)262 1223
+y(detail,)12 b(let)i(alone,)f(allo)o(w)f(suc)o(h)j(kno)o(wledge)f(to)f(b)q(e)
+i(transferred)h(to)d(the)i(mac)o(hine.)324 1308 y(It)f(should)h(b)q(e)g
+(realised)g(that)f(static)h(ev)n(aluation)e(is)h(not)h(adequate)g(in)f
+(dynamic)e(tac-)262 1358 y(tical)18 b(situations.)33 b(Suc)o(h)20
+b(tactical)f(problems)f(are)h(b)q(etter)i(resolv)o(ed)f(b)o(y)e(some)h(kind)f
+(of)262 1408 y(quiescence)i(searc)o(h.)32 b(I)18 b(b)q(eliev)o(e)h(it)f(is)g
+(the)h(job)f(of)f(the)i(static)g(ev)n(aluation)e(function)h(to)262
+1457 y(realise)13 b(when)g(a)g(p)q(osition)f(is)h(unsuitable)f(for)h(static)g
+(ev)n(aluation)f(and)g(inform)f(the)i(searc)o(h)262 1507 y(pro)q(cess,)i(so)f
+(it)f(can)h(attempt)f(to)h(resolv)o(e)h(the)f(tactical)g(uncertain)o(t)o(y)m
+(.)262 1659 y Fu(3.2.3)55 b(Incremen)n(tal)16 b(Ev)m(aluation)262
+1771 y Fp(Static)e(ev)n(aluation)f(at)i(leaf)e(no)q(des)j(is)e(exp)q(ensiv)o
+(e)i(in)e(terms)g(of)g(time;)f(and)h(Pc/Sq)h(tables)262 1821
+y(do)e(not)h(re\015ect)h(the)g(true)g(merits)e(of)g(a)g(p)q(osition,)g(esp)q
+(ecially)h(as)g(the)h(searc)o(h)f(deep)q(ens.)21 b(A)262 1870
+y(third)12 b(option)g(is)h(a)o(v)n(ailable,)d(that)j(of)g(incremen)o(tally)e
+(up)q(dating)h(the)i(p)q(ositional)d(totals)i(as)262 1920 y(mo)o(v)o(es)f
+(are)i(made.)j(The)e(p)q(ositional)d(totals)i(could)f(b)q(e)i(up)q(dated)f
+(as)g(follo)o(ws:)312 2003 y(1.)20 b(Calculate)9 b(the)h(p)q(ositional)e(v)n
+(alue,)h(for)g(the)h(piece)g(just)g(mo)o(v)o(ed,)e(on)h(its)g(from{square.)
+312 2086 y(2.)20 b(Decremen)o(t)15 b(this)e(v)n(alue)h(from)e(the)i(p)q
+(ositional)f(total)g(for)h(the)g(relev)n(an)o(t)g(side.)312
+2169 y(3.)20 b(Calculate)14 b(the)g(p)q(ositional)e(v)n(alue,)h(for)h(the)g
+(piece)h(just)f(mo)o(v)o(ed,)d(on)j(its)g(to{square.)312 2252
+y(4.)20 b(Incremen)o(t)14 b(this)g(new)h(v)n(alue)e(to)h(the)g(p)q(ositional)
+f(total)g(for)g(the)i(relev)n(an)o(t)f(side.)262 2335 y(This)e(pro)q(cess)i
+(is)e(quite)g(simple)f(and)h(therefore)i(fast,)e(but)h(do)q(es)g(not)f(tak)o
+(e)g(accoun)o(t)h(of)f(the)262 2385 y(e\013ects)j(mo)o(ving)10
+b(a)j(piece)i(ma)o(y)c(ha)o(v)o(e)i(on)g(the)h(p)q(ositional)e(v)n(alue)g(of)
+h(the)h(pieces)g(around)f(it.)262 2435 y(F)m(or)g(example,)f(mo)o(ving)f(a)j
+(piece)h(ma)o(y)c(rev)o(eal)j(or)g(blo)q(c)o(k)g(a)f(n)o(um)o(b)q(er)g(of)h
+(p)q(ossible)g(attac)o(ks.)957 2574 y(35)p eop
+%%Page: 36 38
+36 37 bop 262 307 a Fp(Therefore,)13 b(if)g(the)g(pro)q(cess)i(is)e(to)f(b)q
+(e)i(truly)f(incremen)o(tal)f(it)g(m)o(ust)g(tak)o(e)h(accoun)o(t)h(of)e(suc)
+o(h)262 357 y(factors.)18 b(Ho)o(w)o(ev)o(er,)12 b(suc)o(h)i(a)e(detailed)h
+(incremen)o(tal)f(ev)n(aluation)f(will)g(b)q(e)j(costly)f(in)f(terms)262
+407 y(of)h(time,)f(p)q(erhaps)j(prohibitiv)o(ely)d(so.)324
+492 y(In)i(practice)h(incremen)o(tal)e(ev)n(aluation)f(is)i(used)h(in)e
+(conjunction)h(with)g(a)f(static)h(ev)n(al-)262 542 y(uation)i(at)h(the)h
+(horizon)f(no)q(des)i(of)d(the)i(main)e(searc)o(h.)29 b(Incremen)o(tal)17
+b(ev)n(aluations)f(can)262 592 y(also)e(b)q(e)h(useful)h(during)e(a)h
+(quiescence)i(searc)o(h)f(where)g(there)h(is)e(not)f(enough)i(time)d(for)i(a)
+262 641 y(full)f(static)i(ev)n(aluation.)23 b(This)16 b(is)g(b)q(ecause)h(a)f
+(quiescence)i(searc)o(h)f(also,)e(usually)g(o)q(ccurs)262 691
+y(at)e(the)i(horizon)e(no)q(des)i(of)e(the)i(main)d(searc)o(h.)324
+777 y(The)20 b(Pc/Sq)h(tables)f(explained)g(earlier)g(can)g(also)g(b)q
+(ene\014t)h(from)e(an)h(incremen)o(tal)262 826 y(approac)o(h,)13
+b(to)h(close)g(the)h(gap)e(b)q(et)o(w)o(een)i(kno)o(wledge)f(storage)g(and)g
+(application.)262 976 y Fu(3.2.4)55 b(Phases)19 b(of)g(Pla)n(y)262
+1088 y Fp(The)14 b(game)e(of)i(c)o(hess)h(consists)g(of)e(3)h(main)d(game)i
+(phases:)324 1163 y Ff(\017)20 b Fp(The)15 b(Op)q(ening.)324
+1242 y Ff(\017)20 b Fp(The)15 b(Middle)e(game.)324 1321 y Ff(\017)20
+b Fp(The)15 b(Endgame.)262 1396 y(Di\013eren)o(t)22 b(ev)n(aluation)f
+(criteria)h(are)g(applicable)f(at)h(di\013eren)o(t)h(phases)g(of)e(the)i
+(game.)262 1446 y(Therefore,)f(it)e(is)g(imp)q(ortan)o(t)f(for)g(a)h(c)o
+(hess)i(program)d(to)h(recognise)h(what)f(phase)h(the)262 1496
+y(game)12 b(is)i(in,)f(so)h(the)g(correct)i(ev)n(aluation)c(criteria)i(or)g
+(w)o(eigh)o(tings)f(can)h(b)q(e)h(applied.)324 1581 y(In)i(practice)i(the)f
+(game)e(phases)i(need)h(to)e(b)q(e)h(brok)o(en)g(do)o(wn)f(in)o(to)g(more)f
+(detail,)i(so)262 1631 y(that)e(the)g(transition)g(b)q(et)o(w)o(een)i(phases)
+f(is)f(not)g(large.)24 b(If)16 b(this)g(is)g(not)g(done,)h(there)g(will)262
+1681 y(b)q(e)e(cli\013s)f(in)h(the)g(ev)n(aluation)e(surface)j(where)f(a)g
+(program)e(suddenly)i(b)q(ecomes)g(a)o(w)o(are)f(of)262 1731
+y(some)f(asp)q(ect)k(of)d(the)h(p)q(osition.)20 b(F)m(or)14
+b(example,)g(early)g(in)h(the)g(game)e(the)j(king)e(needs)i(to)262
+1781 y(sta)o(y)c(near)i(the)f(edge)h(of)e(the)i(b)q(oard)f(protected)i(b)o(y)
+d(its)h(pieces.)19 b(As)14 b(the)f(game)f(progresses)262 1830
+y(ho)o(w)o(ev)o(er,)h(the)h(king)f(should)g(b)q(egin)h(to)f(b)q(e)i(mo)o(v)o
+(ed)d(to)h(an)g(activ)o(e)h(p)q(osition)f(ready)h(for)f(the)262
+1880 y(endgame.)j(If)11 b(this)g(pro)q(cess)j(is)d(not)g(p)q(erformed)g
+(gradually)m(,)f(the)i(program)e(ma)o(y)f(\014nd)j(itself)262
+1930 y(in)f(an)h(endgame)g(with)g(its)g(king)f(misplaced,)g(and)h(a)g(sudden)
+h(realisation)f(that)g(things)g(are)262 1980 y(not)f(as)h(go)q(o)q(d)f(as)h
+(predicted)h(b)o(y)f(the)g(ev)n(aluation)f(function)g(at)h(the)g(previous)g
+(game)e(phase.)324 2065 y(Assume,)15 b(for)g(example,)e(w)o(e)j(ha)o(v)o(e)f
+(8)f(game)g(phases,)i(then)g(new)g(ev)n(aluation)d(criteria)262
+2115 y(could)g(b)q(e)g(in)o(tro)q(duced)h(gen)o(tly)m(,)e(or)i(existing)f
+(criteria)g(could)g(b)q(e)h(scaled)g(according)f(to)g(the)262
+2165 y(phase.)324 2250 y(The)h(game)e(phase)j(is)e(a)h(factor)f(of)g(the)i
+(material)d(remaining)f(on)j(the)g(b)q(oard)g(and)f(can)262
+2300 y(therefore)f(b)q(e)f(easily)f(calculated,)h(although)f(deciding)h(when)
+g(one)g(phase)g(should)g(end)g(and)262 2350 y(another)i(should)g(start)h(is)f
+(more)g(di\016cult.)k(This)c(recognition)g(of)g(the)h(game)e(phase)i(m)o(ust)
+262 2399 y(also)e(include)h(realising)f(when)i(p)q(ositional)d(factors)j(can)
+f(b)q(e)h(ignored)e(and)h(the)h(opp)q(onen)o(ts)262 2449 y(king)f(can)h(b)q
+(e)g(driv)o(en)g(to)g(c)o(hec)o(kmate.)957 2574 y(36)p eop
+%%Page: 37 39
+37 38 bop 324 307 a Fp(The)14 b(game)f(phase)i(can)f(also)f(b)q(e)i(used)g
+(to)f(encourage)h(the)f(program)f(to)h(trade)g(pieces)262 357
+y(when)g(ahead)g(in)f(material.)262 509 y Fu(3.2.5)55 b(Planning)262
+621 y Fp(Planning)19 b(pla)o(ys)h(an)g(imp)q(ortan)o(t)f(role)i(in)f(h)o
+(uman)e(c)o(hess.)40 b(It)21 b(could)f(b)q(e)h(said)f(that)h(a)262
+670 y(program)d(is)i(con)o(tin)o(ually)f(planning)f(to)i(maximi)o(se)e(its)i
+(ev)n(aluation)f(function's)h(score.)262 720 y(Ho)o(w)o(ev)o(er,)c(this)g
+(often)g(leads)g(to)g(aimless)e(pla)o(y)m(,)h(w)o(aiting)f(for)i(the)g(opp)q
+(onen)o(t)h(to)e(mak)o(e)g(a)262 770 y(mistak)o(e.)324 855
+y(A)20 b(plan)f(could)h(b)q(e)g(conceiv)o(ed)h(at)e(the)i(ro)q(ot)f(of)f(the)
+h(tree)h(b)o(y)f(an)g(analysis)f(of)g(the)262 905 y(p)q(osition.)29
+b(Sp)q(eci\014c)19 b(goals)d(can)j(b)q(e)f(iden)o(ti\014ed,)g(suc)o(h)h(as)f
+(a)f(king)g(side)h(pa)o(wn)g(rush,)h(for)262 955 y(example.)d(The)f(relev)n
+(an)o(t)f(Pc/Sq)g(tables)g(and)g(static)h(ev)n(aluation)d(criteria)i(can)h(b)
+q(e)f(giv)o(en)262 1005 y(w)o(eigh)o(tings)c(to)h(encourage)h(ac)o(hiev)o
+(emen)o(t)f(of)f(these)j(goals.)j(F)m(or)11 b(example,)f(increasing)h(the)262
+1055 y(b)q(on)o(us)k(for)g(pushing)h(pa)o(wns)f(on)h(the)g(king)e(side.)23
+b(The)16 b(subsequen)o(t)i(searc)o(h)e(w)o(ould)f(then)262
+1104 y(b)q(e)h(biased)f(to)o(w)o(ards)h(selecting)g(mo)o(v)o(es)e(whic)o(h)h
+(ac)o(hiev)o(e)h(these)h('sub{goals'.)k(T)m(o)15 b(further)262
+1154 y(encourage)20 b(the)g(use)g(of)e(a)h(consisten)o(t)i(plan,)e(the)h
+(principle)f(v)n(ariation)f(from)f(the)j(last)262 1204 y(searc)o(h)15
+b(can)g(b)q(e)g(used)h(to)e(direct)h(the)h(curren)o(t)g(searc)o(h.)21
+b(Deviations)14 b(only)f(b)q(eing)i(allo)o(w)o(ed)262 1254
+y(when)f(they)g(are)h(clearly)e(sup)q(erior.)324 1339 y(Chess)k(programs)e
+(generally)h(ha)o(v)o(e)f(no)h(problem)f(in)g(\014nding)h(the)h(correct)g(mo)
+o(v)o(es)e(of)262 1389 y(com)o(binations)i(leading)i(to)g(a)h(gain)e(in)i
+(material.)33 b(Ho)o(w)o(ev)o(er,)21 b(they)f(\014nd)g(it)f(far)h(more)262
+1439 y(di\016cult)13 b(to)g(create)j(p)q(ositions)d(where)i(suc)o(h)g(com)o
+(binations)d(exist.)262 1611 y Fr(3.3)69 b(Learning)262 1738
+y Fp(The)14 b(Learning)g(pro)q(cess)h(can)f(b)q(e)h(split)e(in)o(to)g(5)h
+(main)e(categories:)324 1821 y Ff(\017)20 b Fp(Rote)14 b(Learning.)324
+1904 y Ff(\017)20 b Fp(Advice)15 b(T)m(aking.)324 1987 y Ff(\017)20
+b Fp(Induction.)324 2070 y Ff(\017)g Fp(Learning)14 b(b)o(y)g(Analogy)m(.)324
+2153 y Ff(\017)20 b Fp(P)o(arameter)14 b(Adjustmen)o(t.)262
+2236 y(The)e(\014rst)h(four)f(categories)h(are)g(directly)g(related)g(to)f
+(the)h(w)o(a)o(y)e(h)o(umans)g(learn.)18 b(The)12 b(\014nal)262
+2286 y(category)f(is)g(deriv)o(ed)g(more)f(from)f(the)i(w)o(a)o(y)g(programs)
+e(mak)o(e)h(decisions)h(than)g(the)g(h)o(uman)262 2336 y(learning)i(pro)q
+(cess.)957 2574 y(37)p eop
+%%Page: 38 40
+38 39 bop 262 307 a Fu(3.3.1)55 b(Rote)18 b(Learning)262 419
+y Fp(This)12 b(is)h(the)g(simplest)e(form)g(of)h(mac)o(hine)g(learning.)17
+b(It)12 b(in)o(v)o(olv)o(es)g(the)h(recording)g(of)f(data,)262
+469 y(and)h(use)i(of)e(that)h(same)f(data)h(when)g(faced)g(with)g(exactly)g
+(the)g(same)f(situation)h(again.)324 554 y(Most)i(c)o(hess)h(programs)e(use)i
+(what)e(is)h(kno)o(wn)f(as)h(an)g("Op)q(ening)g(Bo)q(ok".)23
+b(This)16 b(is)g(a)262 604 y(database)i(of)g(pre-stored)h(op)q(ening)f(lines)
+h(of)e(pla)o(y)g(whic)o(h)i(are)f(lo)q(ok)o(ed)g(up)g(and)g(pla)o(y)o(ed)262
+654 y(automatically)12 b(while)k(the)g(t)o(w)o(o)g(pla)o(y)o(ers)g(stic)o(k)g
+(to)g(the)h(stored)g(op)q(ening)e(line)h(of)f(mo)o(v)o(es.)262
+704 y(In)h(more)g(sophisticated)i(c)o(hess)g(programs,)e(p)q(ositions)h(and)g
+(mo)o(v)o(es)e(are)j(stored,)g(rather)262 754 y(than)c(lines)h(of)g(mo)o(v)o
+(es.)20 b(This)15 b(enables)g(a)g(transp)q(osition)g(of)f(mo)o(v)o(es)g(to)h
+(b)q(e)h(detected)h(and)262 803 y(allo)o(ws)11 b(mo)o(v)o(es)f(to)j(b)q(e)f
+(pla)o(y)o(ed)g(whenev)o(er)i(a)e('kno)o(wn')f(p)q(osition)g(is)h(reac)o
+(hed.)19 b(The)13 b(op)q(ening)262 853 y(b)q(o)q(ok)i(is)g(v)o(ery)g(useful)h
+(for)f(a)o(v)o(oiding)e(op)q(ening)i(traps,)h(sa)o(ving)e(time)g(and)h
+(making)e(mo)o(v)o(es)262 903 y(of)h(a)h(v)o(ery)g(high)g(standard)g(whic)o
+(h)g(ha)o(v)o(e)g(y)o(ears)h(of)f(theory)g(and)g(practice)h(b)q(ehind)g
+(them.)262 953 y(Ob)o(viously)i(this)i(tec)o(hnique)g(can)f(only)g(co)o(v)o
+(er)h(the)g(\014rst)g(few)f(mo)o(v)o(es)f(of)h(a)g(game,)g(an)o(y)262
+1003 y(deviation)13 b(causing)g(the)i(program)d(to)i('think')e(for)i(itself.)
+324 1088 y(V)m(arious)i(endgame)f(databases)i(ha)o(v)o(e)f(also)g(b)q(een)i
+(created)g(for)e(elemen)o(tary)f(endings)262 1138 y(suc)o(h)g(as)f(king)g
+(and)g(pa)o(wn)h(against)e(king.)20 b(When)14 b(database)h(p)q(ositions)f
+(are)h(reac)o(hed)h(the)262 1187 y(program)f(can)i(simply)e(lo)q(ok)i(up)g
+(the)h(correct)g(mo)o(v)o(e)e(and)h(pla)o(y)f(it.)28 b(I)17
+b(b)q(eliev)o(e)g(for)g(suc)o(h)262 1237 y(simple)12 b(endings,)i(heuristics)
+i(can)e(b)q(e)h(dev)o(elop)q(ed)g(whic)o(h)f(will)e(allo)o(w)h(correct)j(pla)
+o(y)d(using)262 1287 y(searc)o(h)i(rather)f(than)g(massiv)o(e)f(storage.)324
+1372 y(A)h(more)e(v)o(ersatile)i(tec)o(hnique)h(has)f(b)q(een)g(suggested)i
+(b)o(y)d(Da)o(vid)f(Slate)i([58)o(])f(of)g(Chess)262 1422 y(4.5)h(fame.)20
+b(Slate)15 b(suggests)h(a)f(metho)q(d)f(b)o(y)h(whic)o(h)g(a)g(transp)q
+(osition)g(table)g(can)g(b)q(e)h(used)262 1472 y(to)d(enable)g(a)g(c)o(hess)i
+(program)d(to)h(learn)g(from)f(its)h(exp)q(erience.)20 b(The)14
+b(idea)f(b)q(eing)g(to)h(store)262 1522 y(p)q(ositions)e(where)h(the)h
+(program's)c(ev)n(aluation)i(c)o(hanges)h(dramatically)m(.)h(This)f(allo)o
+(ws)e(the)262 1572 y(program)h(to)j(a)o(v)o(oid)e(falling)f(in)o(to)i(the)h
+(same)f(trap)g(again.)19 b(This)14 b(is)h(of)e(most)h(use)h(in)f(non{)262
+1621 y(b)q(o)q(ok)i(op)q(ening)h(p)q(ositions)g(whic)o(h)f(ma)o(y)f(b)q(e)j
+(encoun)o(tered)h(in)d(another)i(game.)26 b(Fidelit)o(y)262
+1671 y(Electronics)14 b(are)f(using)g(a)f(similar)f(tec)o(hnique)i(in)g(one)g
+(of)f(their)i(latest)f(commercial)d(c)o(hess)262 1721 y(mac)o(hines)i([21].)
+262 1873 y Fu(3.3.2)55 b(Advice)18 b(T)-5 b(aking)262 1985
+y Fp(Advice)16 b(taking)f(c)o(hess)i(programs)e(require)h(the)h(gap)e(b)q(et)
+o(w)o(een)i(the)g(programmi)o(ng)c(lev)o(el)262 2035 y(and)e(a)h(c)o(hess)i
+(masters)e(kno)o(wledge)g(to)f(b)q(e)i(bridged)f(b)o(y)g(some)f(high)h(lev)o
+(el)f(c)o(hess)j(language.)324 2120 y(Most)c(notably)g(Zobrist)g(and)g
+(Carlson)g([64)o(])g(dev)o(elop)q(ed)g(suc)o(h)h(a)f(t)o(yp)q(e)h(of)e
+(advice)h(taking)262 2170 y(program.)15 b(The)e(program)e(w)o(as)h(tutored)h
+(b)o(y)g(Charles)f(Kalme,)f(a)h(US)h(Senior)f(Chess)i(Mas-)262
+2219 y(ter.)22 b(The)15 b('Chess)h(Language')e(used)i(w)o(as)f(relativ)o(ely)
+g(sophisticated,)g(but)h(still)e(required)262 2269 y(mathematical)f(w)o(eigh)
+o(ts)18 b(to)f(b)q(e)g(assigned)h(to)f(patterns.)29 b(Ho)o(w)o(ev)o(er,)18
+b(c)o(hess)h(masters)e(do)262 2319 y(not)d(consciously)h(conceptualise)h(p)q
+(ositions)f(in)f(this)h(w)o(a)o(y)m(.)20 b(Therefore,)c(the)g(advice)f(that)
+262 2369 y(can)f(b)q(e)g(giv)o(en)g(is)f(somewhat)g(di\016cult)g(to)h(assign)
+g(discrete)h(w)o(eigh)o(tings)f(to.)957 2574 y(38)p eop
+%%Page: 39 41
+39 40 bop 324 307 a Fp(The)21 b(program)d(only)i(con)o(tained)g(50)g
+(patterns.)39 b(Researc)o(h)22 b(done)e(b)o(y)g(Simon)f(and)262
+357 y(Gilmarti)o(n)13 b([55)o(])j(indicates)g(that)g(a)f(grandmaster)h(has)g
+(a)f(v)o(o)q(cabulary)g(of)h(ab)q(out)f(50,000)262 407 y(c)o(hess)i
+(patterns.)26 b(Therefore,)17 b(it)f(is)g(not)g(surprising)g(that)h(Zobrist)f
+(and)g(Carlson's)g(pro-)262 457 y(gram)c(only)h(p)q(erformed)g(at)h(the)h(no)
+o(vice)e(lev)o(el.)262 608 y Fu(3.3.3)55 b(Induction)262 720
+y Fp(A)10 b(n)o(um)o(b)q(er)g(of)g(attempts)g(ha)o(v)o(e)g(b)q(een)i(made)d
+(to)h(use)i(induction)e(in)g(c)o(hess)i(programs.)j(Most)262
+770 y(in)o(v)o(olv)o(ed)f(the)j(narro)o(w)f(domain)e(of)i(simple)f(endings)h
+(suc)o(h)h(as)g(king)e(and)h(pa)o(wn)g(against)262 820 y(king)11
+b([54)o(].)17 b(Giv)o(en)12 b(a)g(relativ)o(ely)g(large)g(n)o(um)o(b)q(er)g
+(of)g(training)f(ev)o(en)o(ts,)j(suc)o(h)f(programs)e(are)262
+870 y(able)16 b(to)g(use)i(induction)e(on)g(a)g(set)i(of)e(kno)o(wn)g
+(predicates)i(in)e(order)h(to)g(deriv)o(e)g(a)f(set)h(of)262
+919 y(form)o(ulas.)e(The)d(programs)f(are)h(then)h(able)f(to)f(deal)h(with)g
+(suc)o(h)g(endings)h(with)e(80)h(to)g(90\045)262 969 y(success.)21
+b(Ho)o(w)o(ev)o(er,)15 b(a)f(10)g(to)g(20\045)f(lev)o(el)i(of)e(incorrect)j
+(pla)o(y)m(,)d(esp)q(ecially)h(in)g(suc)o(h)h(simple)262 1019
+y(endings,)e(is)h(not)g(adequate)g(in)g(tournamen)o(t)f(programs.)324
+1104 y(Stev)o(en)f(Skiena)g(states)h(in)e([57)o(],)g("When)h(more)f(complex)f
+(endgames)h(are)i(considered,)262 1154 y(increasingly)19 b(larger)i(n)o(um)o
+(b)q(er)e(of)h(predicates)h(will)e(b)q(e)i(needed,)i(un)o(til)c(forms)g(of)h
+(con-)262 1204 y(structiv)o(e)d(induction)e(or)h(feature)h(formation)c(are)j
+(necessary)m(.)26 b(Systems)16 b(for)f(signi\014can)o(t)262
+1254 y(constructiv)o(e)g(induction)e(simply)f(do)i(not)g(exist.".)262
+1405 y Fu(3.3.4)55 b(Learning)18 b(b)n(y)g(Analogy)262 1517
+y Fp(Learning)10 b(b)o(y)g(analogy)e(is)j(probably)e(the)i(most)e(p)q(o)o(w)o
+(erful)h(metho)q(d)g(applicable)f(to)h(pla)o(ying)262 1567
+y(c)o(hess.)19 b(Unfortunately)14 b(it)f(is)h(also)f(v)o(ery)i(di\016cult)e
+(to)g(ac)o(hiev)o(e)i(on)e(a)h(mac)o(hine.)324 1652 y(It)h(has)f(b)q(een)i
+(found)e(b)o(y)h(de)g(Gro)q(ot)f([16)o(])h(that)f(grandmasters)h(notice)g
+(similarities)d(in)262 1702 y(piece)20 b(placemen)o(t,)f(square)h(con)o(trol)
+e(and)h(pressure.)36 b(These)21 b(concepts)g(are)e(kno)o(wn)g(to)262
+1752 y(strong)14 b(pla)o(y)o(ers)g(in)g(the)h(form)e(of)h(patterns,)h(mo)o(v)
+o(es)e(and)h(goals.)19 b(No)14 b(ma)r(jor)e(w)o(ork)i(seems)262
+1802 y(to)k(ha)o(v)o(e)g(b)q(een)i(done)e(in)g(this)h(imp)q(ortan)o(t)d
+(area.)32 b(This)19 b(seems)f(to)g(me)g(to)g(b)q(e)h(a)f(ma)r(jor)262
+1851 y(omission,)11 b(if)i(kno)o(wledge)h(based)g(programs)f(are)h(to)g
+(succeed)i(in)d(reac)o(hing)h(master)g(lev)o(el.)262 2003 y
+Fu(3.3.5)55 b(P)n(arameter)17 b(Adjustmen)n(t)262 2115 y Fp(This)9
+b(t)o(yp)q(e)i(of)e(learning)g(in)o(v)o(olv)o(es)g(adjusting)g(the)i(w)o
+(eigh)o(ts)f(applied)f(to)h(ev)n(aluation)e(criteria)262 2165
+y(in)h(the)h(ligh)o(t)f(of)g(exp)q(erience.)19 b(Those)10 b(criteria)g(whic)o
+(h)g(lead)f(to)h(impro)o(v)o(ed)e(p)q(erformance)h(are)262
+2214 y(increased,)18 b(whereas)f(those)h(criteria)f(whic)o(h)f(deteriorate)i
+(p)q(erformance)e(are)h(decreased)262 2264 y(or)c(discarded)i(altogether.)324
+2350 y(The)22 b(most)e(notable)h(example)f(of)h(this)g(t)o(yp)q(e)h(of)f(mac)
+o(hine)f(learning)g(is)h(Sam)o(uel's)262 2399 y(draugh)o(ts)c(program)f([48)o
+(,)h(49)o(].)29 b(Ho)o(w)o(ev)o(er,)18 b(c)o(hess)h(is)e(a)g(far)g(more)g
+(complex)f(game)g(than)262 2449 y(draugh)o(ts.)26 b(In)17 b(1961,)e(Max)i(Eu)
+o(w)o(e,)g(ex{w)o(orld)f(c)o(hess)i(c)o(hampion,)d(set)j(up)e(a)h(commi)o
+(ttee)957 2574 y(39)p eop
+%%Page: 40 42
+40 41 bop 262 307 a Fp([20)o(])15 b(to)h(explore)g(the)h(p)q(ossibilities)f
+(of)f(applying)g(Sam)o(uel's)f(tec)o(hniques)j(to)f(c)o(hess.)26
+b(The)262 357 y(commi)o(ttee)16 b(concluded)j(that)f(for)f(c)o(hess)j(Sam)o
+(uel's)c(tec)o(hniques)j("w)o(ould)e(ha)o(v)o(e)g(to)h(deal)262
+407 y(not)f(with)h(31)g(comp)q(onen)o(t)f(n)o(um)o(b)q(ers)g(but)i(with)e(31)
+h(millio)o(n)d(or)j(ev)o(en)h(more")e([28)o(].)30 b(In)262
+457 y(other)14 b(w)o(ords)g(the)h(tec)o(hniques)g(are)f(impractical)e(for)i
+(c)o(hess.)324 542 y(More)h(recen)o(tly)h(Thomas)d(Nitsc)o(he)j([45)o(])e
+(has)h(exp)q(erimen)o(ted)g(with)g(a)f(learning)g(c)o(hess)262
+592 y(program)9 b(whic)o(h)i(adjusts)h(its)f(o)o(wn)g(parameters)g(using)g
+(linear)g(regression.)19 b(The)11 b(program)262 641 y(is)i(capable)h(of)f
+(learning)h(from)e(three)j(di\013eren)o(t)g(sources:)324 725
+y Ff(\017)20 b Fp(Analysing)13 b(Master)i(Games.)324 808 y
+Ff(\017)20 b Fp(Pla)o(ying)13 b(against)g(Human)f(Opp)q(osition.)324
+891 y Ff(\017)20 b Fp(Pla)o(ying)13 b(against)g(itself.)262
+974 y(Suc)o(h)18 b(tec)o(hniques)i(ha)o(v)o(e)e(not)g(b)q(een)h(generally)f
+(successful)i(in)e(comp)q(etitiv)o(e)f(c)o(hess)j(pro-)262
+1023 y(grams.)k(I)17 b(b)q(eliev)o(e)g(the)g(reason)g(for)g(this)f(is)h(that)
+f(most)g(ev)n(aluation)f(functions)i(are)g(not)262 1073 y(made)e(up)j(of)e
+(simple)f(linear)i(features)h(as)f(used)h(b)o(y)f(Nitsc)o(he.)29
+b(Therefore)18 b(making)d(this)262 1123 y(t)o(yp)q(e)f(of)f(learning)g(m)o
+(uc)o(h)g(more)g(di\016cult)g(to)h(apply)m(.)324 1208 y(In)9
+b(conclusion,)h(I)f(think)h(the)g(amoun)o(t)d(of)i(learning)g(necessary)i
+(for)f(a)f(program)f(to)h(reac)o(h)262 1258 y(a)i(high)h(lev)o(el)g(of)g
+(abilit)o(y)e(has)j(b)q(een)g(sev)o(erely)g(under{estimated.)18
+b(Simon)10 b(and)i(Chase)h([56)o(])262 1308 y(found)19 b(that)h(it)g(tak)o
+(es)g(a)g(pla)o(y)o(er)f(ab)q(out)h(a)g(decade)h(of)e(in)o(tense)i(pre{o)q
+(ccupation)g(with)262 1358 y(pla)o(ying)11 b(c)o(hess)j(to)f(b)q(ecome)g(a)g
+(grandmaster.)k(Humans)12 b(are)h(sup)q(erb)i(learners,)f(mac)o(hines)262
+1408 y(are)19 b(clearly)h(not.)34 b(It)20 b(therefore)g(follo)o(ws)e(that)i
+(it)f(will)f(tak)o(e)h(success)j(in)d(most)f(of)h(the)262 1457
+y(categories)e(outlined)f(in)g(this)g(section)i(together)f(with)f(at)g(least)
+h(a)f(decade)i(of)e(full)f(time)262 1507 y(w)o(ork,)9 b(advice)h(and)f
+(training)g(to)g(pro)q(duce)i(a)e(learning,)g(kno)o(wledge{based)h(c)o(hess)h
+(program)262 1557 y(an)o(ywhere)j(near)g(the)h(grandmaster)e(lev)o(el.)262
+1730 y Fr(3.4)69 b(Time)21 b(Con)n(trol)262 1856 y Fp(Chess)11
+b(clo)q(c)o(ks)g(are)g(used)h(in)e(comp)q(etitiv)o(e)g(c)o(hess)i(to)e(allo)o
+(w)f(fair)h(allo)q(cation)f(of)h(time)g(to)g(eac)o(h)262 1906
+y(pla)o(y)o(er)j(for)h(the)h(game.)i(Both)d(pla)o(y)o(ers)g(m)o(ust)f(then)i
+(conform)d(to)i(a)g(set)h(of)e(time)g(con)o(trols.)262 1956
+y(In)f(tournamen)o(t)g(c)o(hess)h(the)h(general)e(time)f(con)o(trol)i(is)f
+(40)g(mo)o(v)o(es)f(in)h(2)g(hours)h(follo)o(w)o(ed)e(b)o(y)262
+2005 y(20)g(mo)o(v)o(es)g(in)h(ev)o(ery)h(subsequen)o(t)g(hour.)18
+b(Some)11 b(time)g(con)o(trols)h(can)g(b)q(e)h("sudden)g(death",)262
+2055 y(e.g.)k(all)c(mo)o(v)o(es)g(in)g(30)g(min)o(utes.)324
+2141 y(An)o(y)j(c)o(hess)h(program)e(written)h(to)g(comp)q(ete)g(with)g(h)o
+(umans)f(or)h(other)g(programs)f(in)262 2190 y(tournamen)o(t)e(games)h(m)o
+(ust)g(therefore)i(ha)o(v)o(e)e(an)h(algorithm)d(to)i(con)o(trol)h(its)f
+(time)g(usage.)262 2240 y(The)g(time)f(sp)q(en)o(t)i(on)e(eac)o(h)i(mo)o(v)o
+(e)d(do)q(es)j(not)f(ha)o(v)o(e)f(to)h(b)q(e)h(constan)o(t,)f(in)f(fact)h(it)
+g(is)g(prefer-)262 2290 y(able)g(that)h(it)f(is)h(not.)20 b(It)15
+b(is)g(wise)g(to)g(pla)o(y)e(ob)o(vious)h(or)h(forced)h(mo)o(v)o(es)d(quic)o
+(kly)h(and)h(tak)o(e)262 2340 y(longer)i(on)h(more)f(di\016cult)g(mo)o(v)o
+(es.)28 b(Therefore,)20 b(a)d(sophisticated)i(time)d(con)o(trol)i(algo-)262
+2390 y(rithm)11 b(m)o(ust)h(detect)i(these)g(cases)h(and)d(allo)q(cate)g(its)
+h(time)f(appropriately)m(.)k(I)d(b)q(eliev)o(e)g(it)g(is)262
+2439 y(also)g(part)h(of)f(suc)o(h)i(an)f(algorithms)d(resp)q(onsibilit)o(y)j
+(to)g(detect)h(when)g(the)f(horizon)g(e\013ect)957 2574 y(40)p
+eop
+%%Page: 41 43
+41 42 bop 262 307 a Fp(ma)o(y)11 b(b)q(e)j(o)q(ccurring)f(and)g(allo)q(cate)g
+(enough)g(time)f(where)i(p)q(ossible)g(to)f(see)h(o)o(v)o(er)f(the)h(hori-)
+262 357 y(zon.)k(T)m(o)13 b(ac)o(hiev)o(e)h(these)h(aims,)c(the)k(algorithm)c
+(m)o(ust)h(kno)o(w)i(what)f(scores)j(the)e(searc)o(h)h(is)262
+407 y(calculating)10 b(at)i(eac)o(h)g(iteration)f(and)h(the)g(state)h(of)e
+(the)i(searc)o(h)f(at)g(a)g(giv)o(en)f(p)q(oin)o(t)g(in)g(time.)324
+492 y(Time)j(con)o(trol)h(problems)f(are)i(eased)h(b)o(y)e(the)h(use)g(of)f
+(iterativ)o(e)g(deep)q(ening)i(b)q(ecause)262 542 y(of)c(the)j(con)o(tin)o
+(uous)e(a)o(v)n(ailabili)o(t)o(y)e(of)i(the)h(b)q(est)h(mo)o(v)o(e)d(found)h
+(so)g(far.)20 b(The)15 b(time)e(used)j(up)262 592 y(thinking)g(ab)q(out)i
+(the)h(curren)o(t)g(mo)o(v)o(e)d(m)o(ust)h(b)q(e)i(c)o(hec)o(k)o(ed)g
+(regularly)e(against)g(the)i(time)262 641 y(allo)q(cation)14
+b(to)j(a)o(v)o(oid)e(the)i(p)q(ossibilities)f(of)g(o)o(v)o(er)g(using)h(time)
+e(or)h(ev)o(en)i(losing)d(on)h(time.)262 691 y(Unfortunately)m(,)g(it)g(is)g
+(not)h(enough)f(to)h(c)o(hec)o(k)g(the)g(time)f(after)g(eac)o(h)h(iteration)f
+(or)h(ev)o(en)262 741 y(after)f(eac)o(h)h(\014rst)g(lev)o(el)g(branc)o(h.)26
+b(This)16 b(is)g(b)q(ecause)i(some)e(branc)o(hes)i(ma)o(y)c(tak)o(e)j(a)f
+(large)262 791 y(amoun)o(t)c(of)j(time)e(to)h(searc)o(h.)22
+b(Therefore,)16 b(a)e(successful)j(time)c(con)o(trol)i(algorithm)d(m)o(ust)
+262 841 y(b)q(e)g(closely)f(link)o(ed)g(to)h(the)g(actual)f(tree)i(searc)o(h)
+g(mec)o(hanism)c(at)j(all)e(but)i(the)h(v)o(ery)f(deep)q(est)262
+891 y(lev)o(els)h(of)h(the)g(tree.)324 976 y(During)h(m)o(y)g(researc)o(h)j
+(I)e(ha)o(v)o(e)g(noticed)g(a)g(distinct)h(lac)o(k)e(of)h(published)g
+(material)e(in)262 1026 y(this)f(area.)18 b(The)13 b(articles)h(b)o(y)f(R.)f
+(Hy)o(att)h([30])f(and)h(H.)g(Berliner)h([7])e(are)i(the)g(only)e(articles)
+262 1075 y(of)j(an)o(y)g(substance)i(in)f(this)g(area.)23 b(I)16
+b(\014nd)g(this)g(rather)g(surprising)g(b)q(ecause)i(as)e(I)f(see)i(it,)262
+1125 y(this)c(is)h(an)g(imp)q(ortan)o(t)e(elemen)o(t)h(of)h(an)o(y)f(strong)h
+(c)o(hess)i(program.)957 2574 y(41)p eop
+%%Page: 42 44
+42 43 bop 262 654 a Fn(Chapter)34 b(4)262 897 y Fo(The)39 b(Ev)-7
+b(aluation)42 b(F)-10 b(unction)262 1148 y Fp(In)11 b(this)g(c)o(hapter)h(I)f
+(will)f(de\014ne)i(and)f(explain)f(the)i(heuristics)g(I)g(consider)g(to)f(b)q
+(e)g(imp)q(ortan)o(t)262 1198 y(in)h(assessing)j(the)f(merits)e(of)h(a)g(c)o
+(hess)i(p)q(osition.)i(I)d(in)o(tend)f(to)g(implemen)o(t)e(these)k(ideas)e
+(in)262 1248 y(a)g(new)h(c)o(hess)i(program)c(called)i("HIAR)o(CS)f(5.0".)324
+1333 y(I)e(hop)q(e)h(to)f(pro)q(duce)h(an)f(ev)n(aluation)f(function)h(whic)o
+(h)g(has)g(the)h(p)q(ositional)e(kno)o(wledge)262 1383 y(at)j(or)g(near)g
+(the)h(exp)q(ert)h(lev)o(el)e(\(2000)f(ELO\).)h(It)g(w)o(ould)g(normally)d
+(tak)o(e)k(a)e(h)o(uman)g(pla)o(y)o(er)262 1433 y(some)17 b(5)h(y)o(ears)g
+(of)g(in)o(tensiv)o(e)g(c)o(hess)i(exp)q(erience)g(and)e(learning)g(to)g(ac)o
+(hiev)o(e)g(this)g(lev)o(el.)262 1483 y(Therefore,)f(m)o(y)e(aim)f(to)i
+(instill)f(enough)i(kno)o(wledge)f(in)g(a)g(program)f(within)g(the)i(short)
+262 1532 y(p)q(erio)q(d)12 b(of)f(time)f(a)o(v)n(ailable)g(for)h(this)h(pro)r
+(ject)h(is)f(daun)o(ting.)k(Ho)o(w)o(ev)o(er,)c(I)g(can)g(dra)o(w)g(on)f(m)o
+(y)262 1582 y(o)o(wn)j(exp)q(erience)j(of)e(tournamen)o(t)f(c)o(hess)j(and)e
+(the)g(exp)q(eriences)j(of)c(some)h(great)g(master)262 1632
+y(pla)o(y)o(ers)e(who)f(ha)o(v)o(e)h(written)h(ab)q(out)f(c)o(hess)i
+(strategy)m(.)j(In)13 b(particular,)f(the)i(famous)d(b)q(o)q(oks)262
+1682 y("My)j(System")h(and)g("Chess)h(Praxis")f(b)o(y)g(Aron)h(Nimzo)o(witsc)
+o(h)e([43)o(,)g(44])h(con)o(tain)f(some)262 1732 y(v)o(ery)h(deep)g(though)o
+(ts)g(on)g(p)q(ositional)e(and)i(strategic)h(pla)o(y)m(.)j(Therefore,)d(I)f
+(will)e(use)j(suc)o(h)262 1781 y(ideas)e(to)f(help)h(dev)o(elop)g(heuristics)
+h(to)f(ev)n(aluate)f(p)q(ositions.)324 1867 y(As)f(I)g(see)h(it,)e(there)i
+(are)f(three)h(main)d(problems)g(facing)h(the)i(dev)o(elopmen)o(t)d(of)i(a)f
+('go)q(o)q(d')262 1916 y(ev)n(aluation)h(function:)324 1999
+y Ff(\017)20 b Fp(Determining)13 b Fl(whic)o(h)f Fp(criteria)i(are)h(imp)q
+(ortan)o(t.)324 2083 y Ff(\017)20 b Fp(Deciding)14 b Fl(when)f
+Fp(the)h(criteria)h(are)f(imp)q(ortan)o(t.)324 2166 y Ff(\017)20
+b Fp(Deciding)14 b Fl(what)f Fp(the)i(relativ)o(e)e(merits)h(of)f(eac)o(h)h
+(criterion)h(should)e(b)q(e.)262 2249 y(It)h(is)g(vital)e(to)i(get)h(all)d
+(three)k(of)d(these)j(asp)q(ects)f('righ)o(t'.)i(F)m(or)d(example,)e(a)i
+(program)f(ma)o(y)262 2298 y(kno)o(w)i(that)g(bishops)h(are)g(strong)g(in)f
+(some)g(p)q(ositions.)22 b(Ho)o(w)o(ev)o(er,)16 b(if)f(it)g(do)q(es)i(not)e
+(kno)o(w)262 2348 y(with)10 b(accuracy)j(when)f(those)g(p)q(ositions)f(o)q
+(ccur,)h(it)f(cannot)h(apply)e(its)h(ev)n(aluation)f(criteria)262
+2398 y(e\013ectiv)o(ely)m(.)20 b(There)c(are)f(no)f(p)q(erfect)j(answ)o(ers,)
+e(often)g(ev)n(aluation)e(criteria)i(ma)o(y)e(con)o(tra-)262
+2448 y(dict)j(eac)o(h)g(other)h(b)q(ecause)h(of)e(an)f(inevitable)h(in)o
+(teraction)g(and)g(o)o(v)o(erlap)g(b)q(et)o(w)o(een)h(eac)o(h)957
+2574 y(42)p eop
+%%Page: 43 45
+43 44 bop 262 307 a Fp(t)o(yp)q(e)15 b(of)g(c)o(hess)i(kno)o(wledge)e
+(represen)o(ted.)25 b(Therefore,)17 b(eac)o(h)f(criterion)g(is)f(not)g(indep)
+q(en-)262 357 y(den)o(t)i(in)f(its)h(o)o(wn)f(righ)o(t,)g(but)h(m)o(ust)f(b)q
+(e)h(considered)h(with)e(all)g(other)h(relev)n(an)o(t)g(criteria.)262
+407 y(Hence,)e(the)h(relativ)o(e)e(w)o(eigh)o(ting)g(for)g(eac)o(h)h(asp)q
+(ect)h(of)f(ev)n(aluation)e(is)h(imp)q(ortan)o(t.)19 b(Ho)o(w-)262
+457 y(ev)o(er,)f(the)g(criteria)f(can)h(only)e(b)q(e)i(considered)g(correct)h
+(in)e(a)g(statistical)g(sense,)i(not)e(an)262 506 y(absolute)c(sense.)324
+592 y(These)k(three)f(main)e(problem)g(areas)i(m)o(ust)e(b)q(e)i(considered)h
+(when)f(dev)o(eloping)f(eac)o(h)262 641 y(heuristic.)36 b(Dev)o(eloping)19
+b(an)h(ev)n(aluation)e(function)i(is)f(a)h(v)o(ery)g(iterativ)o(e)g(pro)q
+(cess.)38 b(In)262 691 y(the)16 b(ligh)o(t)e(of)h(seeing)h(a)f(program)f(pla)
+o(y)h(the)h(game,)e(the)i(heuristics)h(will)d(b)q(e)i(con)o(tin)o(ually)262
+741 y(ev)o(olv)o(ed.)22 b(This)15 b(\014ts)h(in)f(w)o(ell)g(with)g(the)h
+(equiv)n(alen)o(t)e(h)o(uman)g(pro)q(cess)j(where)g(kno)o(wledge)262
+791 y(is)e(con)o(tin)o(ually)f(in)i(a)f(state)i(of)e(ev)o(olution,)g
+(although)g(this)g(is)h(an)g(automatic)d(pro)q(cess)18 b(in)262
+841 y(the)c(case)h(of)e(a)h(h)o(uman)e(pla)o(y)o(er.)324 926
+y(The)f(ev)n(aluation)f(function)h(will)e(deal)i(with)f(the)i(op)q(ening,)f
+(middle)e(game)h(and)g(general)262 976 y(endgame)15 b(to)i(allo)o(w)e(a)i
+(program)e(to)i(pla)o(y)f(the)h(en)o(tire)h(game.)26 b(Kno)o(wledge)17
+b(for)f(sp)q(eci\014c)262 1026 y(endgames,)j(suc)o(h)h(as)g(bishop)f(v)o
+(ersus)h(knigh)o(t)f(endings,)h(will)e(b)q(e)i(omitted)e(b)q(ecause)j(of)262
+1075 y(time)12 b(constrain)o(ts.)20 b(Ho)o(w)o(ev)o(er,)14
+b(their)g(implemen)o(tation)d(is)j(just)g(a)g(matter)g(of)f(applying)g(a)262
+1125 y(similar)e(approac)o(h)j(to)g(that)f(whic)o(h)h(I)g(am)e(applying)h(to)
+g(the)i(more)e(general)h(cases.)324 1210 y(The)f(ev)n(aluation)f(criteria)i
+(will)d(b)q(e)j(de\014ned)g(in)f(a)g(formal)d(manner,)i(using)h(b)q(oth)h
+(func-)262 1260 y(tional)8 b(and)j(algorithmi)o(c)d(descriptions)j(where)h
+(appropriate.)17 b(T)m(o)9 b(raise)i(the)g(lev)o(el)e(of)h(c)o(hess)262
+1310 y(kno)o(wledge)i(whic)o(h)h(can)g(b)q(e)g(concisely)g(represen)o(ted)j
+(b)o(y)c(the)h(de\014nitions,)g(I)g(ha)o(v)o(e)f(written)262
+1360 y(a)k(large)g(n)o(um)o(b)q(er)g(of)f(pseudo)j(co)q(de)f(functions.)26
+b(These)17 b(pre-de\014ned)h(functions)f(will)e(b)q(e)262 1410
+y(used)j(extensiv)o(ely)h(in)e(the)h(de\014nition)g(of)f(ev)n(aluation)f
+(criteria.)30 b(A)18 b(full)f(description)h(of)262 1460 y(these)d(functions)f
+(can)g(b)q(e)g(found)g(in)f(app)q(endix)h(B.)324 1545 y(The)g(ev)n(aluation)e
+(function)i(m)o(ust)f(b)q(e)h(considered)h(as)f(a)g(whole.)j(The)e(p)q
+(ositional)d(fea-)262 1595 y(tures)19 b(for)e(ev)o(en)i(a)f(single)f(t)o(yp)q
+(e)i(of)e(piece)i(are)g(ev)n(aluated)e(o)o(v)o(er)h(a)g(n)o(um)o(b)q(er)f(of)
+h(criteria.)262 1644 y(Therefore,)i(remem)o(b)q(er)e(the)i(criteria)f(are)g
+(not)g(indep)q(enden)o(t,)i(but)e(closely)g(link)o(ed)f(to-)262
+1694 y(gether.)25 b(The)16 b(ev)n(aluation)e(criteria)i(ha)o(v)o(e)g(an)g
+(a\013ect)h(on)e(b)q(oth)h(sides.)25 b(Therefore,)17 b(while)262
+1744 y(w)o(eaknesses)g(are)f(discouraged)g(from)e(one)i(sides)h(p)q(oin)o(t)e
+(of)g(view,)h(their)g(creation)g(in)f(the)262 1794 y(opp)q(onen)o(ts)f(p)q
+(osition)f(is)h(activ)o(ely)f(encouraged.)957 2574 y(43)p eop
+%%Page: 44 46
+44 45 bop 262 307 a Fr(4.1)69 b(De\014nition)21 b(1)i(:)31
+b(Material)262 434 y Fp(Lik)o(e)20 b(all)f(other)i(c)o(hess)h(programs,)e(m)o
+(y)f(ev)n(aluation)f(function)j(will)d(hold)i(material)f(as)262
+483 y(the)13 b(main)e(comp)q(onen)o(t.)16 b(Ho)o(w)o(ev)o(er,)d(unlik)o(e)f
+(most)g(other)h(programs)f(this)h(will)e(not)i(b)q(e)g(the)262
+533 y(o)o(v)o(erriding)d(factor.)17 b(In)11 b(fact,)g(I)g(in)o(tend)g(to)g
+(mak)o(e)f(the)i(ev)n(aluation)d(function)i(sophisticated)262
+583 y(enough)j(to)f(b)q(e)i(willing)c(to)j(giv)o(e)g(up)g(material)d(for)j
+(go)q(o)q(d)f(p)q(ositional)g(comp)q(ensation.)324 668 y(T)m(raditional)j(c)o
+(hess)j(b)q(o)q(oks)f(for)g(b)q(eginners)h(adv)o(o)q(cate)f(the)h(follo)o
+(wing)d(appro)o(ximate)262 718 y(v)n(alues)c(for)f(eac)o(h)i(piece)g(:-)f(P)o
+(a)o(wn,)g(1)g(p)q(oin)o(t;)g(Knigh)o(t,)f(3)h(p)q(oin)o(ts;)h(Bishop,)f(3)g
+(p)q(oin)o(ts;)g(Ro)q(ok,)262 768 y(5)18 b(p)q(oin)o(ts;)j(Queen,)g(9)d(p)q
+(oin)o(ts)h(and)g(King,)g Ff(1)p Fp(.)33 b(Ho)o(w)o(ev)o(er,)20
+b(these)g(piece)g(v)n(alues)e(w)o(ould)262 818 y(require)j(p)q(ositional)e(v)
+n(alues)i(ha)o(ving)e(a)i(non)f(in)o(teger)i(represen)o(tation)g(in)e(most)g
+(cases.)262 867 y(F)m(or)e(reasons)h(of)f(e\016ciency)m(,)i(most)e(con)o
+(temp)q(orary)g(c)o(hess)i(programs)d(use)j(in)o(tegers)f(for)262
+917 y(p)q(ositional)13 b(as)i(w)o(ell)f(as)h(material)d(v)n(alues.)20
+b(Therefore,)c(I)f(prop)q(ose)g(to)g(use)h(a)e(basic)h(pa)o(wn)262
+967 y(v)n(alue)e(of)h(100.)19 b(This)14 b(pro)o(vides)h(a)f(p)q(ositional)f
+(resolution)h(to)g(1/100)f(th)i(of)f(a)g(pa)o(wn.)19 b(The)262
+1017 y(v)n(alues)13 b(of)g(the)i(other)f(pieces)i(will)c(b)q(e)i(assigned)h
+(relativ)o(e)e(to)h(this)g(basic)g(pa)o(wn)g(v)n(alue.)344
+1150 y Fh(M)5 b(T)413 1156 y Fe(col)469 1150 y Fp(=)513 1119
+y Fc(P)556 1130 y Fk(64)556 1163 y Fe(sq)q Fk(=1)734 1150 y
+Fl(if)13 b Fp(\(Occup)o(y\([An)o(y],col,sq\)\))793 1203 y Fl(case)h
+Fp(On\(sq\))h Fl(of)852 1253 y Fp(P)o(a)o(wn)136 b(:)18 b(P)o(a)o(wnV)m(alue)
+852 1303 y(Knigh)o(t)110 b(:)18 b(Knigh)o(tV)m(alue)852 1353
+y(Bishop)112 b(:)18 b(BishopV)m(alue)852 1403 y(Ro)q(ok)140
+b(:)18 b(Ro)q(okV)m(alue)852 1452 y(Queen)122 b(:)18 b(QueenV)m(alue)852
+1502 y(King)148 b(:)18 b(KingV)m(alue)793 1552 y Fl(endcase)734
+1602 y(endif)344 1702 y(where)380 1751 y Fp(P)o(a)o(wnV)m(alue)152
+b(=)14 b(100)380 1801 y(Knigh)o(tV)m(alue)126 b(=)14 b(325)380
+1851 y(BishopV)m(alue)128 b(=)14 b(340)380 1901 y(Ro)q(okV)m(alue)156
+b(=)14 b(520)380 1951 y(QueenV)m(alue)138 b(=)14 b(960)380
+2000 y(KingV)m(alue)164 b(=)14 b(10000)262 2115 y(F)m(ew)20
+b(pla)o(y)o(ers)g(agree)h(on)f(the)h(relativ)o(e)f(merits)f(of)h(a)g(knigh)o
+(t)g(and)g(bishop.)37 b(Both)20 b(are)262 2165 y(suited)c(to)g(di\013eren)o
+(t)h(t)o(yp)q(es)g(of)f(p)q(osition.)23 b(My)16 b(o)o(wn)g(view)g(is)g(that)g
+(programs)f(generally)262 2214 y(use)g(bishops)f(more)g(e\013ectiv)o(ely)h
+(than)f(knigh)o(ts.)20 b(This)14 b(is)g(b)q(ecause)i(programs)e(pla)o(y)f(op)
+q(en)262 2264 y(p)q(ositions)g(b)q(etter)j(than)e(closed)g(ones.)19
+b(Bishops)c(are)f(usually)f(stronger)i(than)f(knigh)o(ts)g(in)262
+2314 y(op)q(en)i(p)q(ositions)f(and)h(inferior)f(in)g(closed)i(p)q(ositions.)
+23 b(Therefore)17 b(I)f(prop)q(ose)h(to)e(set)i(the)262 2364
+y(knigh)o(t)c(and)g(bishop)h(v)n(alues)g(to)f(325)h(and)f(340)g(p)q(oin)o(ts)
+h(resp)q(ectiv)o(ely)m(.)324 2449 y(Ro)q(oks)j(are)i(particularly)e(strong)h
+(pieces)i(when)e(giv)o(en)g(scop)q(e)h(e.g.)30 b(on)18 b(op)q(en)h(\014les.)
+957 2574 y(44)p eop
+%%Page: 45 47
+45 46 bop 262 307 a Fp(They)12 b(are)h(generally)e(w)o(orth)h(ab)q(out)g(a)g
+(knigh)o(t)g(and)g(t)o(w)o(o)f(pa)o(wns.)18 b(I)12 b(will)f(use)h(a)g(ro)q
+(ok)g(v)n(alue)262 357 y(of)h(520)g(p)q(oin)o(ts.)324 442 y(The)h(queen)g(is)
+f(the)i(most)d(p)q(o)o(w)o(erful)h(piece)h(on)g(the)g(b)q(oard.)k(Its)c(scop)
+q(e)g(and)g(con)o(tribu-)262 492 y(tion)e(to)h(tactical)g(c)o(hess)h(mak)o
+(es)e(it)h(ideal)f(for)h(c)o(hess)h(programs.)j(T)m(o)12 b(re\015ect)j(this,)
+e(I)f(in)o(tend)262 542 y(to)h(use)i(a)f(queen)g(v)n(alue)g(of)f(960)g(p)q
+(oin)o(ts.)324 627 y(The)e(king)g(is)g(ob)o(viously)e(the)j(most)e(imp)q
+(ortan)o(t)f(piece.)18 b(It's)12 b(capture)g(will)d(nev)o(er)k(o)q(ccur)262
+677 y(in)j(an)h(actual)f(game.)25 b(Ho)o(w)o(ev)o(er,)18 b(it)e(remains)g
+(useful)h(to)g(assign)g(a)f(v)n(alue)g(to)h(re\015ect)i(its)262
+727 y(ultimate)12 b(imp)q(ortance.)17 b(I)d(will)e(use)j(a)e(v)n(alue)h(of)f
+(10000)f(p)q(oin)o(ts.)324 812 y(It)k(m)o(ust)g(b)q(e)h(remem)o(b)q(ered)f
+(these)i(v)n(alues)e(only)g(represen)o(t)j(the)e(basic)g(piece)g(v)n(alues.)
+262 862 y(When)9 b(p)q(ositions)g(particularly)g(suited)h(to)f(certain)h(t)o
+(yp)q(es)g(of)f(pieces)h(o)q(ccur,)h(the)f(p)q(ositional)262
+912 y(v)n(alue)15 b(of)h(the)g(relev)n(an)o(t)h(piece)g(will)e(increase)i(to)
+f(re\015ect)i(its)e(added)h(imp)q(ortance)e(in)h(the)262 961
+y(curren)o(t)f(p)q(osition.)324 1047 y(A)22 b(total)f(material)e(v)n(alue)j
+(will)e(b)q(e)i(main)o(tained)e(incremen)o(tally)g(throughout)i(the)262
+1096 y(searc)o(h,)c(for)f(reasons)h(of)f(e\016ciency)m(.)28
+b(This)18 b(allo)o(ws)e(the)h(curren)o(t)i(material)c(v)n(alue)i(to)g(b)q(e)
+262 1146 y(almost)12 b(instan)o(tly)h(a)o(v)n(ailable)e(at)j(all)f(no)q(des)h
+(of)g(the)g(tree,)h(in)o(terior)f(and)f(leaf.)p 641 1240 673
+5 v 641 1904 5 665 v 646 1323 a Fg(0Z0ZrskZ)646 1406 y(Zpo0Zpop)646
+1489 y(0ZpZ0Z0Z)646 1572 y(o0Z0l0Z0)646 1655 y(0Z0ZPZnZ)646
+1738 y(Z0M0L0Z0)646 1821 y(POPZ0OPO)646 1904 y(Z0ZRS0J0)p 1310
+1904 V 641 1908 673 5 v 266 2027 a Fp(Figure)h(4.1:)j Fl(Fidelit)o(y)c(68030)
+i(v)h(HIAR)o(CS)g(4.1)p Fp(,)d(1989)g(Olympiad,)e(White)j(to)g(Pla)o(y)m(.)
+324 2145 y(In)g(\014gure)g(4.1,)f(the)h(Material)f(totals)h(for)f(white)h
+(and)g(blac)o(k)f(are)i(as)f(follo)o(ws:)344 2242 y Fh(M)5
+b(T)413 2248 y Fe(W)t(hite)533 2242 y Fp(=)14 b(13025)344 2292
+y Fh(M)5 b(T)413 2298 y Fe(B)q(lack)533 2292 y Fp(=)14 b(13025)957
+2574 y(45)p eop
+%%Page: 46 48
+46 47 bop 262 307 a Fr(4.2)69 b(De\014nition)21 b(2)i(:)31
+b(Game)22 b(Phase)262 434 y Fp(As)14 b(already)f(explained,)g(it)h(is)f(imp)q
+(ortan)o(t)f(to)i(split)f(the)i(game)d(in)o(to)h(phases,)h(so)g(that)g(the)
+262 483 y(ev)n(aluation)c(criteria)j(can)f(b)q(e)h(applied)f(smo)q(othly)m(,)
+e(th)o(us)j(a)o(v)o(oiding)d(notorious)i(cli\013s)g(in)g(the)262
+533 y(ev)n(aluation)g(surface.)324 618 y(T)m(o)e(ac)o(hiev)o(e)i(this)g(smo)q
+(oth)e(transition)h(b)q(et)o(w)o(een)i(di\013eren)o(t)f(ev)n(aluation)e
+(criteria,)i(I)f(will)262 668 y(split)i(the)h(game)f(up)h(in)o(to)f(16)g
+(separate)i(phases.)344 766 y(phase)g(=)f(PS)344 815 y(revPhase)i(=)e(17)f
+Ff(\000)h Fp(phase)344 915 y Fl(where)380 965 y Fp(PS)g(:)159
+b(totalMtl)13 b(=)h Fh(M)5 b(tl)899 971 y Fe(W)t(hite)1005
+965 y Fp(+)10 b Fh(M)5 b(tl)1119 971 y Fe(B)q(lack)616 1015
+y Fl(if)13 b Fp(\(totalMtl)g Ff(\024)h Fp(21870\))658 1065
+y(1)616 1114 y Fl(else)658 1164 y Fp(\(totalMtl)f Ff(\000)h
+Fp(21570\))e(/)i(300)616 1214 y Fl(endif)380 1314 y Fh(M)5
+b(tl)452 1320 y Fe(W)t(hite)563 1314 y Fp(:)41 b(T)m(otal)12
+b(non{pa)o(wn)i(white)g(material.)380 1413 y Fh(M)5 b(tl)452
+1419 y Fe(B)q(lack)556 1413 y Fp(:)48 b(T)m(otal)12 b(non{pa)o(wn)i(blac)o(k)
+f(material.)324 1532 y(In)19 b(the)h(op)q(ening)f(p)q(osition)g(the)h(phase)g
+(will)e(b)q(e)i(16.)34 b(The)20 b(phase)g(then)g(decreases)262
+1581 y(linearly)11 b(as)i(material)d(is)i(captured,)i(except)g(when)f(the)g
+(total)f(non-pa)o(wn)g(material)e(v)n(alue)262 1631 y(falls)i(b)q(elo)o(w)h
+(21870)f(units.)18 b(A)o(t)13 b(this)h(p)q(oin)o(t)f(the)h(phase)g(remains)e
+(at)h(1)h(for)f(the)h(rest)g(of)f(the)262 1681 y(game,)h(unless)i(the)g
+(material)e(v)n(alue)h(rises)h(again)1048 1666 y Fk(1)1066
+1681 y Fp(.)23 b(As)16 b(an)g(example,)e(in)h(\014gure)h(4.1)f(the)262
+1731 y(Game)d(Phase)i(is)g(calculated)g(b)o(y:)k(phase)d(=)f(\(24650)e
+Ff(\000)j Fp(21570\))d(/)i(300)f(=)h(10.)324 1816 y(This)i(phase)i(concept)g
+(will)d(not)i(b)q(e)g(used)h(to)f(decide)h(when)f(rapid)f(dev)o(elopmen)o(t)g
+(of)262 1866 y(pieces)f(should)f(tak)o(e)h(place.)20 b(This)14
+b(will)f(b)q(e)i(left)f(to)g(sp)q(ecial)h(dev)o(elopmen)o(t)e(criteria.)20
+b(The)262 1916 y(concept)15 b(will)e(ho)o(w)o(ev)o(er,)i(b)q(e)g(used)g(to)f
+(progressiv)o(ely)h(mo)q(dify)d(those)j(ev)n(aluation)e(criteria)262
+1966 y(whic)o(h)f(are)h(a\013ected)h(b)o(y)e(material)e(status.)18
+b(F)m(or)12 b(example,)f(passed)j(pa)o(wns)e(b)q(ecome)h(more)262
+2015 y(imp)q(ortan)o(t)f(as)i(the)g(material)e(on)i(the)g(b)q(oard)g
+(diminishes.)324 2101 y(The)h(game)f(phase)i(is)f(based)h(on)f(non{pa)o(wn)g
+(material)e(b)q(ecause)k(in)e(c)o(hess)i(it)d(is)i(gen-)262
+2150 y(erally)d(imp)q(ortan)o(t)f(to)i(trade)g(pieces)h(not)f(pa)o(wns)g
+(when)g(ahead)g(in)g(material.)i(Therefore,)262 2200 y(the)e(phase)h(pro)o
+(vides)g(a)f(metho)q(d)g(of)f(encouraging)i(the)g(program)d(to)i(trade)h
+(pieces)h(when)262 2250 y(ahead)i(in)f(order)i(to)f(increase)h(some)f(fa)o(v)
+o(ourable)f(p)q(ositional)f(criteria)j(suc)o(h)f(as)h(passed)262
+2300 y(pa)o(wn)f(v)n(alues.)34 b(T)m(rading)19 b(pa)o(wns)g(will)f(not)h(b)q
+(e)h(encouraged)g(b)q(ecause)h(the)f(phase)g(will)262 2350
+y(remain)12 b(una\013ected.)p 262 2411 573 2 v 308 2437 a Fj(1)325
+2449 y Fi(b)q(ecause)e(of)h(pa)o(wn)g(promotions)957 2574 y
+Fp(46)p eop
+%%Page: 47 49
+47 48 bop 262 307 a Fr(4.3)69 b(General)22 b(P)n(ositional)g(Ev)l(aluation)
+262 442 y Fu(4.3.1)55 b(De\014nition)17 b(3)i(:)24 b(Mobilit)n(y)262
+554 y Fp(Mobilit)o(y)8 b(is)i(the)h(degree)g(of)f(piece)h(freedom)e(in)h(a)g
+(giv)o(en)g(p)q(osition.)16 b(Study)10 b(has)g(sho)o(wn)h(that)262
+604 y(there)k(is)g(a)f(clear)h(di\013erence)i(b)q(et)o(w)o(een)f(the)f
+(mobilit)o(y)c(of)j(the)h(winning)f(and)g(losing)g(sides)262
+654 y(as)i(the)i(game)d(progresses.)28 b(This)17 b(is)g(to)f(b)q(e)h(exp)q
+(ected)i(when)e(one)g(side)g(has)g(a)g(material)262 703 y(adv)n(an)o(tage.)23
+b(Ho)o(w)o(ev)o(er,)16 b(it)f(has)h(also)g(b)q(een)h(found)e(that)h(the)g
+(side)h(whic)o(h)e(can)h(main)o(tain)262 753 y(the)e(highest)g(mobilit)o(y)d
+(is)j(the)g(side)g(most)f(lik)o(ely)g(to)g(win)h(the)g(game)f([27)o(].)324
+838 y(This)e(sho)o(ws)h(that)f(maximi)o(sing)d(mobilit)o(y)h(is)i(an)g
+(excellen)o(t)i(heuristic.)18 b(In)11 b(fact,)g(Slater)262
+888 y([59)o(])e(is)g(of)g(the)i(opinion)d(that)i(mobilit)o(y)c(in)j(itself)h
+(is)f(a)h(su\016cien)o(t)g(measure)f(of)h(all)e(the)i(factors)262
+938 y(suggested)15 b(b)o(y)f(Shannon)h([53)o(].)k(I)14 b(also)g(consider)h
+(mobilit)o(y)c(to)j(b)q(e)h(an)f(imp)q(ortan)o(t)f(factor,)262
+988 y(although)f(I)i(do)g(think)g(man)o(y)e(other)i(heuristics)h(are)f(also)g
+(imp)q(ortan)o(t.)324 1073 y(In)g(1985,)e(Johnathon)i(Sc)o(hae\013er)i([51)o
+(])d(did)h(some)f(researc)o(h)i(to)f(\014nd)g(the)h(relativ)o(e)f(im-)262
+1123 y(p)q(ortance)e(of)g(v)n(arious)f(ev)n(aluation)f(criteria.)18
+b(In)12 b(this)g(researc)o(h)h(Sc)o(hae\013er)h(found)d(that)h(the)262
+1173 y(mobilit)o(y)f(heuristic)16 b(con)o(tributed)g(more)e(than)h(an)o(y)g
+(other)g(term)g(to)f(program)g(strength.)262 1223 y(In)i(fact,)i(when)f(a)g
+(mobilit)o(y)d(criterion)j(w)o(as)g(added)g(to)g(a)g(program)e(without)h(an)o
+(y)h(p)q(osi-)262 1272 y(tional)e(kno)o(wledge,)h(a)g(rating)g(increase)i(of)
+e(310)f(p)q(oin)o(ts)i(o)q(ccurred.)27 b(This)16 b(w)o(as)h(the)g(\014rst)262
+1322 y(ev)n(aluation)12 b(criterion)i(added.)k(It)c(could)f(therefore)i(b)q
+(e)g(exp)q(ected)g(to)f(mak)o(e)e(a)h(large)h(con-)262 1372
+y(tribution)c(to)h(program)e(p)q(erformance.)17 b(Ho)o(w)o(ev)o(er,)12
+b(suc)o(h)g(a)f(large)f(increase)j(is)e(exceptional)262 1422
+y(and)i(clearly)h(sho)o(ws)h(mobilit)o(y)c(should)j(b)q(e)h(one)f(of)g(the)g
+(ma)r(jor)f(terms)h(in)f(an)o(y)h(ev)n(aluation)262 1472 y(function.)324
+1557 y(Normally)m(,)c(mobilit)o(y)g(is)j(tak)o(en)h(as)g(the)g(n)o(um)o(b)q
+(er)e(of)h(legal)g(or)g(pseudo{legal)g(mo)o(v)o(es.)k(I)262
+1607 y(will)12 b(tak)o(e)i(a)f(sligh)o(tly)g(di\013eren)o(t)i(view)f(and)f
+(use)i(the)f(follo)o(wing)e(de\014nition)h(of)h(mobilit)o(y)o(:)344
+1737 y Fh(M)5 b(B)420 1743 y Fe(col)476 1737 y Fp(=)520 1706
+y Fc(P)564 1716 y Fk(64)564 1749 y Fe(sq)q Fk(=1)640 1737 y
+Fp(\()p Fh(A)687 1743 y Fe(col;sq)782 1737 y Fp(+)k Fh(P)850
+1743 y Fe(col;sq)936 1737 y Fp(\))344 1840 y Fl(where)380 1890
+y Fh(A)411 1896 y Fe(col;sq)510 1890 y Fp(:)47 b Fh(])p Fp(A)o(ttac)o(ks\([P)
+o(a)o(wn,Knigh)o(t,Bishop,Ro)q(ok],)o(col,sq\))380 1989 y Fh(P)407
+1995 y Fe(col;sq)506 1989 y Fp(:)k Fl(if)12 b Fp(\(Occup)o(y\([P)o(a)o
+(wn],col,sq\)\))628 2039 y Fh(])p Fp(Mo)o(v)o(es\([P)o(a)o(wn],col,sq\))569
+2089 y Fl(else)628 2139 y Fp(0)569 2188 y Fl(endif)262 2300
+y Fp(The)19 b(mobilit)o(y)e(of)i(the)h(king)e(is)h(not)h(included)f(in)g
+(this)h(de\014nition)f(b)q(ecause)i(I)e(do)h(not)262 2350 y(consider)f(a)g
+(kings)g(mobilit)o(y)d(mak)o(es)i(an)o(y)g(meaningful)f(con)o(tribution)h(to)
+h(a)g(successful)262 2399 y(strategy)m(.)33 b(The)20 b(king)e(m)o(ust)g(b)q
+(e)i(protected)h(in)e(the)g(op)q(ening)g(and)g(middle)e(game.)33
+b(In)262 2449 y(the)15 b(ending)h(it)f(should)g(b)q(e)h(used)g(activ)o(ely)m
+(.)21 b(Ho)o(w)o(ev)o(er,)16 b(its)f(mobilit)o(y)e(should)i(neither)h(b)q(e)
+957 2574 y(47)p eop
+%%Page: 48 50
+48 49 bop 262 307 a Fp(minim)o(i)o(sed)12 b(nor)h(maxim)o(ised.)i(The)f
+(queens)h(mobilit)o(y)10 b(is)j(also)g(not)g(included)g(although)g(a)262
+357 y(sp)q(ecialised)j(queen)i(mobilit)o(y)13 b(function)j(is)g(included)g
+(in)g(de\014nition)g(27,)f(Queen)j(P)o(o)o(w)o(er.)262 407
+y(Other)13 b(non-pa)o(wn)f(pieces)i(are)f(giv)o(en)f(a)g(b)q(on)o(us)h(for)f
+(eac)o(h)h(square)g(they)g(attac)o(k,)g(including)262 457 y(friendly)g
+(pieces)i(defended.)324 542 y(Unlik)o(e)f(other)i(pieces,)f(pa)o(wns)g
+(cannot)g(mo)o(v)o(e)f(to)g(squares)i(they)g(attac)o(k,)e(therefore)j(I)262
+592 y(ha)o(v)o(e)9 b(giv)o(en)g(pa)o(wns)h(a)f(b)q(on)o(us)h(for)g(squares)g
+(they)h(can)f(mo)o(v)o(e)e(to.)16 b(This)10 b(in)f(e\013ect)i(encourages)262
+641 y(the)j(blo)q(c)o(k)n(ade)g(of)f(enem)o(y)g(pa)o(wns)h(b)o(y)g(pieces.)p
+641 735 673 5 v 641 1399 5 665 v 646 818 a Fg(rZ0l0skZ)646
+901 y(o0o0apop)646 984 y(0ZpZpZ0Z)646 1067 y(Z0OnO0Z0)646 1150
+y(QZ0O0ZbZ)646 1233 y(Z0Z0ZNZ0)646 1316 y(PO0Z0ZPO)646 1399
+y(SNA0ZRJ0)p 1310 1399 V 641 1403 673 5 v 317 1522 a Fp(Figure)g(4.2:)j
+Fl(HIAR)o(CS)f(4.1)g(v)g(Mephisto)p Fp(,)11 b(1989)i(Olympiad,)e(White)i(to)h
+(Pla)o(y)m(.)324 1640 y(Applying)f(these)i(Mobilit)o(y)d(criteria)i(to)g(the)
+h(p)q(osition)e(in)g(\014gure)i(4.2)e(giv)o(es:)344 1738 y
+Fh(M)5 b(B)420 1744 y Fe(W)t(hite)533 1738 y Fp(=)14 b(43)344
+1787 y Fh(M)5 b(B)420 1793 y Fe(B)q(lack)533 1787 y Fp(=)14
+b(47)957 2574 y(48)p eop
+%%Page: 49 51
+49 50 bop 262 307 a Fu(4.3.2)55 b(De\014nition)17 b(4)i(:)24
+b(Dev)n(elopmen)n(t)262 419 y Fp(The)11 b(main)f(ob)r(jectiv)o(e)i(of)e(the)j
+(op)q(ening)e(is)g(to)g(dev)o(elop)h(pieces)g(on)o(to)f(their)h('b)q(est')g
+(a)o(v)n(ailable)262 469 y(squares.)31 b(Dev)o(elopmen)o(t,)17
+b(therefore,)j(ob)o(viously)c(pla)o(ys)i(an)f(imp)q(ortan)o(t)f(role)i(in)g
+(c)o(hess.)262 519 y(Man)o(y)c(op)q(enings)h(o\013er)h(material,)d(generally)
+i(pa)o(wns,)g(in)f(exc)o(hange)i(for)f(rapid)g(dev)o(elop-)262
+569 y(men)o(t.)22 b(A)16 b(dev)o(elop)q(ed)g(side)g(is)g(able)f(to)g(com)o
+(bine)g(pieces)i(in)e(attac)o(k,)g(often)h(catc)o(hing)g(an)262
+618 y(unprepared)e(and)e(undev)o(elop)q(ed)h(opp)q(onen)o(t)g(b)o(y)g
+(surprise.)19 b(I)12 b(b)q(eliev)o(e)h(it)g(is)f(imp)q(ortan)o(t)f(for)262
+668 y(c)o(hess)k(programs)d(not)h(to)h(place)g(to)q(o)f(m)o(uc)o(h)f(faith)h
+(in)g(their)h(op)q(ening)g(b)q(o)q(oks.)k(A)13 b(program)262
+718 y(should)g(kno)o(w)h(ho)o(w)f(and)h(when)g(to)g(dev)o(elop)g(its)g
+(pieces.)344 801 y Fh(D)q(V)403 807 y Fe(col)459 801 y Fp(=)e
+Fh(K)538 807 y Fe(col)592 801 y Ff(\000)d Fh(B)664 807 y Fe(col)709
+801 y Ff(\001)o Fh(phase=)p Fp(3)g Ff(\000)h Fh(N)951 807 y
+Fe(col)995 801 y Ff(\001)p Fh(phase=)p Fp(2)f(+)h Fh(Q)1238
+807 y Fe(col)344 901 y Fl(where)380 950 y Fh(K)415 956 y Fe(col)473
+950 y Fp(:)36 b Fl(if)13 b Fp(\(Castled\(col\)\))580 1000 y(phase)521
+1050 y Fl(else)580 1100 y(if)g Fp(\()p Fl(not)g Fp(\(K)o(CRigh)o(ts\(col\))g
+Fl(or)h Fp(QCRigh)o(ts\(col\)\))639 1150 y Ff(\000)p Fp(2)p
+Ff(\001)p Fh(phase)580 1200 y Fl(else)639 1249 y(if)f Fp(\()p
+Fl(not)g Fp(K)o(CRigh)o(ts\(col\)\))699 1299 y Ff(\000)p Fh(phase=)p
+Fp(2)639 1349 y Fl(else)699 1399 y(if)f Fp(\()p Fl(not)h Fp(QCRigh)o
+(ts\(col\)\))758 1449 y Ff(\000)p Fh(phase=)p Fp(4)699 1498
+y Fl(else)758 1548 y Fp(0)699 1598 y Fl(endif)639 1648 y(endif)580
+1698 y(endif)521 1747 y(endif)380 1847 y Fh(B)411 1853 y Fe(col)469
+1847 y Fp(:)40 b Fh(])p Fp(UnMo)o(v)o(ed\(col,Bishop\))380
+1947 y Fh(N)413 1953 y Fe(col)471 1947 y Fp(:)e Fh(])p Fp(UnMo)o(v)o
+(ed\(col,Knigh)o(t\))380 2046 y Fh(Q)413 2052 y Fe(col)470
+2046 y Fp(:)h Fl(if)13 b Fp(\()p Fh(B)610 2052 y Fe(col)664
+2046 y Fp(+)c Fh(N)738 2052 y Fe(col)794 2046 y Ff(\025)j Fp(2)i
+Fl(and)f Fh(])p Fp(UnMo)o(v)o(ed\(col,Queen\))i(=)f(0\))580
+2096 y Ff(\000)p Fh(phase)c Ff(\001)f Fp(\()p Fh(B)795 2102
+y Fe(col)849 2096 y Fp(+)h Fh(N)924 2102 y Fe(col)968 2096
+y Fp(\))p Fh(=)p Fp(4)521 2146 y Fl(else)580 2196 y Fp(0)521
+2246 y Fl(endif)262 2350 y Fp(These)15 b(dev)o(elopmen)o(t)f(criteria)h
+(encourage)g(castling)f(and)h(p)q(enalise)g(the)g(loss)f(of)g(castling)262
+2399 y(righ)o(ts)d(without)h(ha)o(ving)f(castled.)18 b(Knigh)o(ts)12
+b(and)g(bishops)g(are)g(p)q(enalised)g(for)g(not)g(ha)o(ving)262
+2449 y(mo)o(v)o(ed.)17 b(This)d(has)h(the)g(e\013ect)h(of)d(discouraging)h
+(the)h(program)d(from)h(mo)o(ving)f(the)i(same)957 2574 y(49)p
+eop
+%%Page: 50 52
+50 51 bop 262 307 a Fp(piece)13 b(t)o(wice)h(in)e(the)i(op)q(ening)e(b)q
+(efore)i(dev)o(elopmen)o(t)e(is)h(complete.)k(Where)d(the)f(undev)o(el-)262
+357 y(op)q(ed)h(pieces)h(should)f(b)q(e)g(dev)o(elop)q(ed)h(to)e(is)h
+(de\014ned)h(b)o(y)f(other)g(ev)n(aluation)f(criteria.)324
+442 y(The)e(queen)g(is)f(discouraged)h(from)e(mo)o(ving)f(b)q(efore)j(at)g
+(least)f(3)g(minor)f(pieces)j(\(knigh)o(ts)262 492 y(and)k(bishops\))i(are)f
+(dev)o(elop)q(ed.)28 b(This)17 b(is)g(an)f(attempt)h(to)g(a)o(v)o(oid)e(p)q
+(ositions)i(where)h(the)262 542 y(program's)11 b(queen)k(is)e(dev)o(elop)q
+(ed)h(to)q(o)g(early)m(,)e(allo)o(wing)f(the)j(opp)q(onen)o(t)g(to)g(gain)e
+(a)h(temp)q(o)262 592 y(b)o(y)d(pla)o(ying)f(a)i(dev)o(eloping)f(mo)o(v)o(e)f
+(attac)o(king)h(the)i(queen.)18 b(Applying)10 b(these)i(Dev)o(elopmen)o(t)262
+641 y(criteria)i(to)f(the)i(p)q(osition)e(in)h(\014gure)g(4.2)f(giv)o(es:)344
+738 y Fh(D)q(V)403 744 y Fe(W)t(hite)533 738 y Fp(=)h(14)9
+b Ff(\000)h Fp(4)f Ff(\000)g Fp(7)g Ff(\000)h Fp(7)h(=)h Ff(\000)p
+Fp(4)344 788 y Fh(D)q(V)403 794 y Fe(B)q(lack)533 788 y Fp(=)i(14)9
+b Ff(\000)h Fp(0)f Ff(\000)g Fp(0)g Ff(\000)h Fp(0)h(=)h(14)262
+940 y Fu(4.3.3)55 b(De\014nition)17 b(5)i(:)24 b(Cen)n(tre)19
+b(Con)n(trol)262 1052 y Fp(The)g(imp)q(ortance)g(of)f(con)o(trolling)g(the)i
+(cen)o(tre)h(of)e(the)h(b)q(oard)f(cannot)h(b)q(e)g(to)q(o)f(highly)262
+1102 y(stressed.)37 b(A)19 b(clear)h(connection)g(b)q(et)o(w)o(een)h(winning)
+e(the)h(game)e(and)h(con)o(trolling)f(the)262 1151 y(cen)o(tre)f(has)g(b)q
+(een)g(established)g(in)f([27)o(].)25 b(Ho)o(w)o(ev)o(er,)16
+b(this)h(will)d(come)i(as)g(no)g(surprise)i(to)262 1201 y(an)o(y)13
+b(strong)h(c)o(hess)i(pla)o(y)o(ers.)324 1286 y(The)g(cen)o(tre)i(is)e(con)o
+(trolled)f(b)o(y)h(b)q(oth)g(o)q(ccupation)g(and)g(attac)o(k)g(of)g(cen)o
+(tral)g(squares.)262 1336 y(Therefore)j(m)o(y)e(cen)o(tre)j(con)o(trol)e(ev)n
+(aluation)f(criteria)i(m)o(ust)f(detect)i(suc)o(h)f(factors)g(and)262
+1386 y(encourage)14 b(their)h(ac)o(hiev)o(emen)o(t.)p 641 1480
+673 5 v 641 2144 5 665 v 646 1563 a Fg(0Z0Z0Z0Z)646 1646 y(Z0Z0Z0Z0)646
+1729 y(0Z0Z0Z0Z)646 1812 y(Z0Z0Z0Z0)646 1895 y(0Z0Z0Z0Z)646
+1978 y(Z0Z0Z0Z0)646 2061 y(0Z0Z0Z0Z)646 2144 y(Z0Z0Z0Z0)p 1310
+2144 V 641 2148 673 5 v 687 1539 a Fl(1)58 b(1)h(1)g(1)f(1)h(1)g(1)f(1)687
+1622 y(1)g(2)h(2)g(2)f(2)h(2)g(2)f(1)687 1705 y(1)g(2)h(4)g(4)f(4)h(4)g(2)f
+(1)687 1788 y(1)g(2)h(4)g(8)f(8)h(4)g(2)f(1)687 1871 y(1)g(2)h(4)g(8)f(8)h(4)
+g(2)f(1)687 1954 y(1)g(2)h(4)g(4)f(4)h(4)g(2)f(1)687 2037 y(1)g(2)h(2)g(2)f
+(2)h(2)g(2)f(1)687 2120 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f(1)617
+2246 y Fp(Figure)14 b(4.3:)j(Cen)o(tre)e(Con)o(trol)e(b)q(on)o(us)h(table.)
+344 2396 y Fh(C)s(C)407 2402 y Fe(col)462 2396 y Fp(=)506 2365
+y Fc(P)550 2375 y Fk(64)550 2409 y Fe(sq)q Fk(=1)633 2396 y
+Fh(V)657 2402 y Fe(sq)691 2396 y Ff(\001)o Fp(\()p Fh(A)749
+2402 y Fe(col;sq)845 2396 y Fp(+)9 b Fh(O)918 2402 y Fe(col;sq)1013
+2396 y Fp(+)g Fh(P)1081 2402 y Fe(col;sq)1167 2396 y Fp(\))957
+2574 y(50)p eop
+%%Page: 51 53
+51 52 bop 344 307 a Fl(where)380 357 y Fh(V)404 363 y Fe(sq)452
+357 y Fp(:)105 b(Cen)o(tre)15 b(Con)o(trol)e(b)q(on)o(us)h(table,)f(indexed)i
+(b)o(y)e(sq.)19 b(See)14 b(\014gure)h(4.3.)380 457 y Fh(A)411
+463 y Fe(col;sq)510 457 y Fp(:)47 b Fh(])p Fp(A)o(ttac)o(ks\([An)o
+(y],col,sq\))380 556 y Fh(O)412 562 y Fe(col;sq)511 556 y Fp(:)f
+Fl(if)12 b Fp(\(Occup)o(y\([Knigh)o(t],col,sq\)\))628 606 y(1)569
+656 y Fl(else)628 706 y Fp(0)569 756 y Fl(endif)380 855 y Fh(P)407
+861 y Fe(col;sq)506 855 y Fp(:)51 b Fl(if)12 b Fp(\(A)o(ttac)o(k)o(ed\([P)o
+(a)o(wn],col,sq\)\))628 905 y(1)569 955 y Fl(else)628 1005
+y Fp(0)569 1054 y Fl(endif)262 1181 y Fp(Pieces)i(are)g(giv)o(en)f(b)q(on)o
+(uses)h(for)f(attac)o(king)g(cen)o(tral)g(squares.)19 b(The)14
+b(b)q(on)o(us)g(is)f(dep)q(enden)o(t)262 1231 y(on)k(ho)o(w)f(close)i(the)g
+(square)g(is)f(to)g(the)h(cen)o(tre.)29 b(P)o(a)o(wn)17 b(attac)o(ks)h
+(receiv)o(e)g(an)f(additional)262 1281 y(b)q(on)o(us)f(to)h(re\015ect)h(the)g
+(imp)q(ortance)e(of)g(suc)o(h)h(attac)o(ks.)27 b(Occupation)17
+b(of)f(the)i(cen)o(tre)g(b)o(y)262 1331 y(knigh)o(ts)12 b(is)g(of)g
+(particular)h(imp)q(ortance.)k(A)c(knigh)o(t)e(has)i(a)g(relativ)o(ely)f
+(short)h(range,)g(more)262 1380 y(than)d(an)o(y)h(other)g(piece)h(it)e(needs)
+i(to)f(b)q(e)g(close)g(to)g(the)g(\014eld)g(of)f(action.)17
+b(A)11 b(cen)o(trally)f(placed)262 1430 y(knigh)o(t)j(is)g(b)q(est)i(able)f
+(to)f(exert)i(pressure)h(o)o(v)o(er)e(most)f(of)g(the)h(b)q(oard.)19
+b(Therefore,)14 b(cen)o(tral)262 1480 y(o)q(ccupation)g(b)o(y)f(knigh)o(ts)h
+(receiv)o(es)h(a)f(sp)q(ecial)g(b)q(on)o(us.)324 1565 y(I)e(b)q(eliev)o(e)i
+(that)e(cen)o(tre)j(con)o(trol)d(is)h(imp)q(ortan)o(t)e(throughout)h(the)i
+(game,)d(although)h(its)262 1615 y(imp)q(ortance)d(should)i(diminish)d(as)j
+(the)g(game)e(progresses.)19 b(This)10 b(function)h(will)e(naturally)262
+1665 y(pla)o(y)f(a)i(less)g(prominen)o(t)e(role)i(as)g(pieces)h(are)f(exc)o
+(hanged)g(b)q(ecause)i(of)d(the)h(reduced)h(n)o(um)o(b)q(er)262
+1715 y(of)j(attac)o(ks)h(and)g(p)q(ossible)g(squares)i(o)q(ccupied.)22
+b(Therefore,)16 b(no)f(phase)h(adjustmen)o(t)e(w)o(as)262 1765
+y(felt)f(necessary)m(.)324 1850 y(Applied)e(to)g(the)h(p)q(osition)e(in)h
+(\014gure)g(4.2,)g(the)g(Cen)o(tre)i(Con)o(trol)d(criteria)i(will)d(pro)q
+(duce)262 1900 y(the)14 b(follo)o(wing)d(v)n(alues:)344 1997
+y Fh(C)s(C)407 2003 y Fe(W)t(hite)533 1997 y Fp(=)j(169)344
+2047 y Fh(C)s(C)407 2053 y Fe(B)q(lack)533 2047 y Fp(=)g(183)957
+2574 y(51)p eop
+%%Page: 52 54
+52 53 bop 262 307 a Fu(4.3.4)55 b(De\014nition)17 b(6)i(:)24
+b(Square)19 b(Con)n(trol)262 419 y Fp(During)8 b(the)i(game)e(it)h(is)g(imp)q
+(ortan)o(t)f(to)h(ac)o(hiev)o(e)h(a)f(balance)g(b)q(et)o(w)o(een)i(attac)o(k)
+e(and)h(defence.)262 469 y(As)k(the)h(game)e(progresses)j(this)e(balance)h
+(ma)o(y)d(shift)i(a)g(n)o(um)o(b)q(er)g(of)f(times)h(from)e(defence)262
+519 y(to)k(attac)o(k)h(and)g(visa{v)o(ersa.)28 b(Square)17
+b(con)o(trol)g(can)g(pro)o(vide)g(a)g(metho)q(d)f(of)h(measuring)262
+569 y(the)d(exten)o(t)h(to)f(whic)o(h)f(the)i(program)d(is)i(attac)o(king)f
+(or)h(defending.)324 654 y(W)m(e)i(can)h(de\014ne)h(attac)o(k)f(as)g(the)g(n)
+o(um)o(b)q(er)g(of)f(squares)i(attac)o(k)o(ed)f(in)f(the)i(opp)q(onen)o(ts)
+262 704 y(half)12 b(of)h(the)h(b)q(oard.)k(Defence)d(can)f(b)q(e)g(de\014ned)
+h(as)e(the)i(n)o(um)o(b)q(er)d(of)h(squares)i(attac)o(k)o(ed)f(in)262
+754 y(ones)g(o)o(wn)f(half)g(of)h(the)g(b)q(oard.)324 839 y(A)j(comparison)f
+(b)q(et)o(w)o(een)i(suc)o(h)g(attac)o(k)f(and)g(defence)i(for)e(b)q(oth)g(ev)
+o(en)o(tual)g(winners)262 889 y(and)e(losers)i(is)f(made)f(in)g([27)o(].)24
+b(Analysing)15 b(the)i(results)g(obtained)f(it)f(can)i(b)q(e)f(seen)i(that)
+262 938 y(throughout)c(the)h(game)f(the)h(winners)g(and)g(losers)g(main)o
+(tain)d(appro)o(ximately)g(the)j(same)262 988 y(n)o(um)o(b)q(er)c(of)g
+(squares)i(defended.)18 b(Ho)o(w)o(ev)o(er,)12 b(there)i(is)d(a)h(clear)g
+(di\013erence)i(in)d(the)h(attac)o(k)o(ed)262 1038 y(squares)j(b)q(et)o(w)o
+(een)h(winners)e(and)h(losers)g(as)f(the)h(game)d(progresses.)22
+b(The)14 b(b)q(est)i(strategy)m(,)262 1088 y(therefore,)i(seems)f(to)f(b)q(e)
+h(to)g(maxim)o(i)o(se)e(the)i(attac)o(k)f(while)h(main)o(taini)o(ng)d(an)i
+(adequate)262 1138 y(defence.)344 1240 y Fh(S)r(C)401 1246
+y Fe(col)457 1240 y Fp(=)501 1209 y Fc(P)545 1219 y Fk(64)545
+1252 y Fe(sq)q Fk(=1)621 1240 y Fp(\()p Fh(S)662 1246 y Fe(col;sq)757
+1240 y Ff(\001)9 b Fh(A)809 1246 y Fe(col;sq)895 1240 y Fp(\))344
+1343 y Fl(where)380 1392 y Fh(S)405 1398 y Fe(col;sq)505 1392
+y Fp(:)52 b(2)13 b(tables)h(of)g(square)g(v)n(alues)g(indexed)g(b)o(y)g
+(colour)g(col)f(and)h(square)g(sq.)569 1442 y(See)g(planning)f(section)i
+(4.11.7)d(for)h(details.)380 1542 y Fh(A)411 1548 y Fe(col;sq)510
+1542 y Fp(:)47 b Fh(])p Fp(A)o(ttac)o(ks\([An)o(y],col,sq\))324
+1660 y(I)12 b(will)g(use)h(a)f(table)h(driv)o(en)g(function.)k(This)c(will)e
+(enable)i(pre-loaded)g(v)n(alues)f(deriv)o(ed)262 1710 y(from)k(an)j(initial)
+d(planning)i(phase)h(to)g(b)q(e)g(used.)33 b(A)19 b(planning)e(phase)j(could)
+e(use)i(this)262 1760 y(function)13 b(to)h(go)q(o)q(d)g(e\013ect)h(b)o(y)f
+(iden)o(tifying)f(a)g(basic)h(plan,)f(lik)o(e)h(a)f(king)g(side)i(attac)o(k.)
+j(The)262 1810 y(table)12 b(could)h(then)g(b)q(e)h(pre-loaded)f(with)f(v)n
+(alues)g(whic)o(h)h(w)o(ould)f(encourage)i(the)f(program)262
+1860 y(to)g(attac)o(k)h(certain)h(squares)g(on)e(the)i(king)e(side,)h(for)f
+(example.)324 1945 y(Applying)g(this)h(Square)g(Con)o(trol)f(criterion)h(to)g
+(the)h(p)q(osition)e(in)g(\014gure)i(4.2)e(giv)o(es:)344 2042
+y Fh(S)r(C)401 2048 y Fe(W)t(hite)533 2042 y Fp(=)h(74)344
+2092 y Fh(S)r(C)401 2098 y Fe(B)q(lack)533 2092 y Fp(=)g(62)957
+2574 y(52)p eop
+%%Page: 53 55
+53 54 bop 262 307 a Fr(4.4)69 b(P)n(a)n(wn)23 b(Ev)l(aluation)262
+434 y Fp(P)o(a)o(wns)15 b(pro)o(vide)g(the)h(basic)g(framew)o(ork)d(around)j
+(whic)o(h)f(the)h(game)e(will)g(dev)o(elop.)22 b(The)262 483
+y(correct)15 b(handling)e(of)g(the)i(pa)o(wn)e(structure)j(is)e(vital)f(in)g
+(high)g(lev)o(el)h(c)o(hess.)365 599 y("P)o(a)o(wns)g(are)g(the)h(Soul)e(of)g
+(Chess")838 665 y Fm(Philidor)262 781 y Fp(I)i(b)q(eliev)o(e)g(this)h(is)f
+(the)h(one)f(area)h(whic)o(h)f(ab)q(o)o(v)o(e)g(all)f(others)i(is)g(most)e
+(neglected)i(in)f(c)o(hess)262 831 y(programs.)h(The)11 b(problem)g(is)g
+(that)h(w)o(eak)f(pa)o(wns)h(do)f(not)g(usually)g(cause)i(an)o(y)e(imm)o
+(ediate)262 881 y(deterioration)k(in)g(the)i(o)o(v)o(erall)d(p)q(osition.)22
+b(Ho)o(w)o(ev)o(er,)16 b(o)o(v)o(er)g(a)f(longer)h(term,)e(p)q(erhaps)j(30)
+262 931 y(or)12 b(40)h(plies,)f(the)i(existence)g(of)f(w)o(eak)g(pa)o(wns)f
+(causes)j(n)o(umerous)d(p)q(ositional)g(w)o(eaknesses)262 981
+y(e.g.)17 b(w)o(eak)12 b(squares,)h(space)g(to)f(blo)q(c)o(k)n(ade,)f
+(isolation)f(etc.)19 b(Often)12 b(a)g(game's)f(result)h(hinges)262
+1030 y(on)h(the)i(strength)g(or)f(w)o(eakness)h(of)e(the)h(underlying)g(pa)o
+(wn)f(structure.)324 1116 y(It)e(is)g(notable)g(in)f(a)h(recen)o(t)i([27)o
+(],)d(relativ)o(ely)h(large)f(study)i(of)e(ev)n(aluation)g(criteria,)i(that)
+262 1165 y(there)j(w)o(as)e(no)h(sp)q(eci\014c)h(atten)o(tion)e(giv)o(en)g
+(to)h(pa)o(wn)f(ev)n(aluation.)k(I)c(feel)h(this)g(is)f(a)h(serious)262
+1215 y(omission.)324 1300 y(My)e(pa)o(wn)g(ev)n(aluation)e(criteria)j(will)d
+(b)q(e)j(amongst)e(the)h(most)f(complex)g(and)h(compre-)262
+1350 y(hensiv)o(e)i(of)f(the)h(whole)f(ev)n(aluation)f(function.)18
+b(I)13 b(feel)h(this)g(is)f(critical)g(to)h(o)o(v)o(erall)e(success)262
+1400 y(b)q(ecause)j(man)o(y)c(of)i(the)i(e\013ects)g(caused)g(b)o(y)e(bad)h
+(pa)o(wn)f(pla)o(y)f(cannot)i(b)q(e)g(determined)g(b)o(y)262
+1450 y(searc)o(h.)19 b(Therefore,)14 b(heuristics)h(m)o(ust)e(\014ll)g(this)h
+(gap.)324 1535 y(I)19 b(will)f(split)h(the)h(pa)o(wn)f(ev)n(aluation)f
+(criteria)i(up)f(so)g(they)h(can)g(b)q(e)g(dealt)f(with)g(in)262
+1585 y(su\016cien)o(t)14 b(detail.)262 1736 y Fu(4.4.1)55 b(De\014nition)17
+b(7)i(:)24 b(Doubled)19 b(P)n(a)n(wns)262 1848 y Fp(P)o(a)o(wns)e(are)g
+(doubled)g(if)f(there)j(are)e(at)g(least)g(t)o(w)o(o)g(pa)o(wns)g(of)f(the)i
+(same)e(colour)h(on)g(the)262 1898 y(same)12 b(\014le.)18 b(Doubled)13
+b(pa)o(wns)g(are)h(generally)f(w)o(eak.)k(They)d(are)g(unable)f(to)g(supp)q
+(ort)h(eac)o(h)262 1948 y(other)g(and)g(are)g(vulnerable)g(to)g(attac)o(k)g
+(and)f(blo)q(c)o(k)n(ade.)344 2047 y Fh(D)q(P)406 2053 y Fe(col)462
+2047 y Fp(=)506 2016 y Fc(P)549 2027 y Fk(64)549 2060 y Fe(sq)q
+Fk(=1)651 2047 y Fl(if)g Fp(\(Occup)o(y\([P)o(a)o(wn],col,sq\))g
+Fl(and)g Fp(Doubled\(col,OnFile\(sq\)\)\))710 2100 y Fh(D)744
+2107 y Fe(O)q(nF)t(ile)p Fk(\()p Fe(sq)q Fk(\))651 2150 y Fl(else)710
+2200 y Fp(0)651 2250 y Fl(endif)344 2350 y(where)380 2399 y
+Fh(D)414 2405 y Fe(f)449 2399 y Fp(:)131 b([)p Ff(\000)p Fp(6)p
+Fh(;)7 b Ff(\000)p Fp(8)p Fh(;)g Ff(\000)p Fp(10)p Fh(;)g Ff(\000)p
+Fp(14)p Fh(;)g Ff(\000)p Fp(14)p Fh(;)f Ff(\000)p Fp(10)p Fh(;)h
+Ff(\000)p Fp(8)p Fh(;)f Ff(\000)p Fp(6])651 2449 y(Indexed)15
+b(b)o(y)f(\014le)g(f)f(\(1)h(to)g(8\).)957 2574 y(53)p eop
+%%Page: 54 56
+54 55 bop 262 307 a Fp(Doubled)13 b(pa)o(wns)h(are)g(p)q(enalised,)g(the)g
+(size)h(of)e(the)h(p)q(enalt)o(y)g(dep)q(ends)h(on)f(the)g(\014le.)k(Dou-)262
+357 y(bled)e(pa)o(wns)g(are)g(w)o(orse)h(on)f(a)g(cen)o(tre)h(\014le)f(than)g
+(on)g(the)h(\015ank,)f(not)g(b)q(ecause)i(they)e(are)262 407
+y(considered)c(an)o(y)e(w)o(eak)o(er,)i(but)f(b)q(ecause)i(they)e(hinder)g
+(in)o(ter{piece)h(comm)o(unication.)i(Of-)262 457 y(ten)f(there)i(are)f(comp)
+q(ensations)e(for)h(doubled)g(pa)o(wns,)g(suc)o(h)h(as)f(op)q(en)h(\014les,)f
+(extra)h(cen)o(tre)262 506 y(con)o(trol)i(and)h(square)h(protection,)g(for)f
+(example.)26 b(Ho)o(w)o(ev)o(er,)18 b(these)g(asp)q(ects)h(are)f(dealt)262
+556 y(with)13 b(b)o(y)h(other)g(ev)n(aluation)f(criteria.)324
+641 y(This)d(criterion)g(tak)o(es)h(a)f(simplistic)e(view)i(of)g(the)g(p)q
+(enalties)h(asso)q(ciated)g(with)f(doubled)262 691 y(pa)o(wns)j(b)o(y)g
+(applying)f(a)h(basic)g(p)q(enalt)o(y)m(.)k(A)c(more)g(extensiv)o(e)h
+(analysis)e(of)h(the)h(asso)q(ciated)262 741 y(w)o(eaknesses)19
+b(suc)o(h)f(as)g(vulnerabilit)o(y)e(to)h(attac)o(k,)h(blo)q(c)o(k)n(ade)f
+(etc)i(are)f(addressed)h(in)e(the)262 791 y(general)d(pa)o(wn)f(w)o(eakness)i
+(criteria)f(\(de\014nition)g(9\).)262 943 y Fu(4.4.2)55 b(De\014nition)17
+b(8)i(:)24 b(Isolated)18 b(P)n(a)n(wns)262 1055 y Fp(A)12 b(pa)o(wn)f(is)h
+(isolated)f(if)h(there)h(do)q(es)g(not)e(exist)i(a)e(friendly)h(pa)o(wn)f(on)
+h(either)h(adjacen)o(t)f(\014le.)262 1104 y(Isolated)j(pa)o(wns)h(are)g(w)o
+(eak)g(b)q(ecause)h(they)g(cannot)e(b)q(e)i(supp)q(orted)g(b)o(y)e(friendly)h
+(pa)o(wns)262 1154 y(and)d(lik)o(e)g(doubled)h(pa)o(wns,)g(are)g(vulnerable)g
+(to)g(attac)o(k)f(and)h(blo)q(c)o(k)n(ade.)344 1256 y Fh(I)s(P)392
+1262 y Fe(col)448 1256 y Fp(=)492 1225 y Fc(P)535 1236 y Fk(64)535
+1269 y Fe(sq)q Fk(=1)651 1256 y Fl(if)f Fp(\(Occup)o(y\([P)o(a)o
+(wn],col,sq\))g Fl(and)g Fp(Isolated\(col,OnFile\(sq\)\)\))710
+1309 y Fh(I)728 1316 y Fe(O)q(nF)t(ile)p Fk(\()p Fe(sq)q Fk(\))651
+1359 y Fl(else)710 1409 y Fp(0)651 1459 y Fl(endif)344 1558
+y(where)380 1608 y Fh(I)398 1614 y Fe(f)433 1608 y Fp(:)147
+b([)p Ff(\000)p Fp(6)p Fh(;)7 b Ff(\000)p Fp(10)p Fh(;)g Ff(\000)p
+Fp(14)p Fh(;)g Ff(\000)p Fp(20)p Fh(;)g Ff(\000)p Fp(20)p Fh(;)f
+Ff(\000)p Fp(14)p Fh(;)g Ff(\000)p Fp(10)p Fh(;)h Ff(\000)p
+Fp(6])651 1658 y(Indexed)15 b(b)o(y)f(\014le)g(f)f(\(1)h(to)g(8\).)262
+1777 y(Isolated)19 b(pa)o(wns)h(are)g(p)q(enalised)g(dep)q(ending)g(on)f
+(their)h(cen)o(tralisation.)35 b(An)20 b(isolated)262 1826
+y(pa)o(wn)13 b(on)g(the)i Fl(d)e Fp(or)h Fl(e)f Fp(\014les)i(is)e(considered)
+i(the)g(w)o(eak)o(est.)j(Ho)o(w)o(ev)o(er,)c(an)g(isolated)f(cen)o(tre)262
+1876 y(pa)o(wn)d(has)g(a)g(dynamic)f(strength)i(whic)o(h)g(Nimzo)o(witsc)o(h)
+e(so)h(elo)q(quen)o(tly)g(said)g(w)o(as)g(its)h("lust)262 1926
+y(to)16 b(expand".)28 b(This)17 b(asp)q(ect)i(is)e(co)o(v)o(ered)h(b)o(y)e
+(other)i(ev)n(aluation)e(criteria,)i(for)e(example,)262 1976
+y(cen)o(tre)i(con)o(trol.)29 b(Also)17 b(asp)q(ects)i(concerning)f(the)g(w)o
+(eaknesses)h(of)e(isolated)g(pa)o(wns)g(are)262 2026 y(sp)q(eci\014cally)d
+(addressed)h(in)f(the)g(pa)o(wn)g(w)o(eakness)h(criteria)f(b)q(elo)o(w.)262
+2177 y Fu(4.4.3)55 b(De\014nition)17 b(9)i(:)24 b(W)-5 b(eak)19
+b(P)n(a)n(wns)262 2289 y Fp(P)o(a)o(wns)e(are)h(w)o(eak)f(when)h(they)g(are)g
+(not)g(protected)h(b)o(y)e(friendly)g(pa)o(wns)g(and)h(a)f(single)262
+2339 y(pa)o(wn)f(mo)o(v)o(e)g(cannot)h(b)q(e)h(made)e(whic)o(h)h(ac)o(hiev)o
+(es)g(this)g(protection.)29 b(W)m(eak)16 b(pa)o(wns)h(are)262
+2389 y(therefore)d(vulnerable)e(to)h(attac)o(k.)k(They)c(constitute)h
+(targets)f(whic)o(h)f(the)i(opp)q(onen)o(t)e(can)262 2439 y(aim)e(for.)17
+b(A)12 b(bac)o(kw)o(ard)h(pa)o(wn)f(is)g(therefore,)i(a)e(classic)g(example)g
+(of)f(a)h(w)o(eak)h(pa)o(wn)f(under)957 2574 y(54)p eop
+%%Page: 55 57
+55 56 bop 262 307 a Fp(m)o(y)14 b(de\014nition.)23 b(The)16
+b(idea)f(of)g(this)h(de\014nition)g(is)f(to)h(pic)o(k)f(up)h(as)g(man)o(y)e
+(cases)j(of)e(w)o(eak)262 357 y(pa)o(wns)i(as)h(p)q(ossible)h(in)e(one)h
+(general)g(set)h(of)e(criteria.)31 b(Therefore)19 b(isolated,)f(doubled,)262
+407 y(bac)o(kw)o(ard)13 b(and)h(pa)o(wn)g(c)o(hain)f(bases)i(ma)o(y)d(all)h
+(b)q(e)h(p)q(enalised)g(for)g(w)o(eakness.)324 492 y(In)i("My)f(System")g
+([43)o(],)g(Aron)h(Nimzo)o(witsc)o(h)f(giv)o(es)g(the)h(follo)o(wing)e(c)o
+(hess)j(strategy)262 542 y(for)9 b(handling)g(pa)o(wn)h(c)o(hains,)g("W)m(e)g
+(\014rst)g(direct)h(our)f(op)q(erations)h(against)e(the)i(base,)g(whic)o(h)
+262 592 y(w)o(e)17 b(attac)o(k)g(with)f(a)h(pa)o(wn,)g(and)f(b)o(y)h(threats)
+h(or)f(otherwise,)h(seek)g(to)f(cut)h(o\013)e(the)i(base)262
+641 y(from)13 b(its)j(asso)q(ciates)g(in)f(the)h(c)o(hain.)23
+b(This)15 b(done,)h(w)o(e)g(turn)g(our)f(atten)o(tion)h(to)f(the)h(next)262
+691 y(opp)q(onen)o(t,)d(namely)f(the)i(link)e(whic)o(h)h(has)h(no)o(w)f(b)q
+(ecome)g(the)h(new)g(base".)k(This)13 b(metho)q(d)262 741 y(of)18
+b(handling)g(pa)o(wn)h(c)o(hains)h(will)e(b)q(e)i(encouraged)g(b)o(y)f(this)h
+(de\014nition)f(b)q(ecause)i(w)o(eak)262 791 y(pa)o(wn)11 b(bases)i(are)f
+(iden)o(ti\014ed)g(and)f(progressiv)o(ely)h(p)q(enalised,)g(therefore)h
+(encouraging)f(the)262 841 y(attac)o(king)h(side)h(to)g(build)f(up)h
+(pressure)i(on)e(the)g(w)o(eak)g(pa)o(wn.)344 943 y Fh(W)6
+b(P)416 949 y Fe(col)471 943 y Fp(=)515 912 y Fc(P)559 922
+y Fk(64)559 955 y Fe(sq)q Fk(=1)642 943 y Fh(W)g(K)722 949
+y Fe(col;sq)344 1046 y Fl(where)380 1095 y Fh(W)g(K)460 1101
+y Fe(col;sq)559 1095 y Fp(:)j Fl(if)k Fp(\(Occup)o(y\([P)o(a)o(wn],col,sq\))g
+Fl(and)g Fp(W)m(eak\(col,sq\)\))639 1145 y Fh(W)6 b(K)719 1151
+y Fe(col;sq)817 1145 y Fp(=)12 b Fh(W)900 1151 y Fe(col;sq)995
+1145 y Ff(\000)d Fp(10)g Ff(\001)g Fh(])p Fp(A)o(ttac)o(ks\([P)o(a)o
+(wn],Opp\(col\),)p Fh(sq)1625 1151 y Fe(inf)s(r)q(ont)1744
+1145 y Fp(\))639 1195 y Fl(if)k Fp(\(SemiOp)q(en\(Opp\(col\),OnFile\(sq\)\))
+639 1245 y Fl(and)h Fp(Has\([Ro)q(ok,Queen],Opp\(col\)\)\))699
+1295 y Fh(W)6 b(K)779 1301 y Fe(col;sq)876 1295 y Fp(=)12 b
+Fh(W)6 b(K)1000 1301 y Fe(col;sq)1086 1295 y Ff(\000)14 b Fp(phase/2)639
+1345 y Fl(endif)639 1394 y(if)f Fp(\(A)o(ttac)o(k)o(ed\([Ro)q
+(ok],Opp\(col\),sq\)\))699 1444 y Fh(W)6 b(K)779 1450 y Fe(col;sq)876
+1444 y Fp(=)12 b Fh(W)6 b(K)1000 1450 y Fe(col;sq)1095 1444
+y Ff(\000)k Fp(4)639 1494 y Fl(endif)639 1544 y(if)j Fp(\(Occup)o(y\([An)o
+(y],Opp\(col\),)p Fh(sq)1170 1550 y Fe(inf)s(r)q(ont)1290 1544
+y Fp(\)\))699 1594 y Fh(W)6 b(K)779 1600 y Fe(col;sq)876 1594
+y Fp(=)12 b Fh(W)6 b(K)1000 1600 y Fe(col;sq)1095 1594 y Ff(\000)k
+Fp(8)639 1643 y Fl(endif)580 1693 y(else)639 1743 y Fh(W)c(K)719
+1749 y Fe(col;sq)817 1743 y Fp(=)12 b(0)580 1793 y Fl(endif)380
+1892 y Fh(W)419 1898 y Fe(col;sq)518 1892 y Fp(:)50 b(di\013)14
+b(=)g Fh(])p Fp(Di\013A)o(ttac)o(ks\(Opp\(col\),sq\))580 1942
+y Fl(if)f Fp(\(di\013)h Fh(>)g Fp(0\))639 1992 y Fl(if)f Fp(\(di\013)h
+Fh(<)g Fp(5\))699 2042 y Fh(W)738 2048 y Fe(col;sq)835 2042
+y Fp(=)g([)p Ff(\000)p Fp(10)p Fh(;)7 b Ff(\000)p Fp(18)p Fh(;)g
+Ff(\000)p Fp(26)p Fh(;)g Ff(\000)p Fp(32])758 2092 y(Indexed)14
+b(b)o(y)g(di\013)g(\(1)f(to)h(4\).)639 2142 y Fl(else)699 2191
+y Fh(W)738 2197 y Fe(col;sq)835 2191 y Fp(=)e Ff(\000)p Fp(35)639
+2241 y Fl(endif)580 2291 y(else)639 2341 y Fh(W)678 2347 y
+Fe(col;sq)776 2341 y Fp(=)g Ff(\000)p Fp(4)580 2391 y Fl(endif)957
+2574 y Fp(55)p eop
+%%Page: 56 58
+56 57 bop 262 307 a Fp(W)m(eak)10 b(pa)o(wns)h(are)g(p)q(enalised)g(for)g
+(the)g(sev)o(erit)o(y)g(of)g(the)g(attac)o(k)g(up)q(on)g(them.)16
+b(A)11 b(p)q(enalt)o(y)g(is)262 357 y(levied)h(when)g(a)g(w)o(eak)g(pa)o(wn)g
+(is)g(on)g(a)g(semi-op)q(en)g(\014le)g(and)g(the)h(opp)q(onen)o(t)f(has)h
+(the)f(pieces)262 407 y(to)j(tak)o(e)g(adv)n(an)o(tage)g(of)g(this)g(w)o
+(eakness.)24 b(A)15 b(w)o(eak)h(pa)o(wn)f(whose)h(adv)n(ance)f(is)h
+(restricted)262 457 y(b)o(y)d(enem)o(y)g(pa)o(wn)h(attac)o(ks)g(is)g(further)
+h(p)q(enalised.)324 542 y(The)k(blo)q(c)o(k)n(ade)g(of)f(w)o(eak)h(p)q(oin)o
+(ts)g(form)e(an)i(imp)q(ortan)o(t)e(part)j(of)e(p)q(ositional)g(c)o(hess.)262
+592 y(Therefore)d(w)o(eak)e(pa)o(wns)h(are)h(p)q(enalised)f(for)f(b)q(eing)h
+(blo)q(c)o(k)n(aded)g(b)o(y)g(the)g(opp)q(onen)o(t.)262 742
+y Fu(4.4.4)55 b(De\014nition)17 b(10)i(:)24 b(P)n(assed)c(P)n(a)n(wns)262
+854 y Fp(A)c(pa)o(wn)g(is)g(passed)h(when)g(no)f(enem)o(y)g(pa)o(wns)g(on)g
+(the)h(same)f(or)g(adjacen)o(t)h(\014les)f(hinder)262 904 y(the)i(pa)o(wns)g
+(adv)n(ance)f(to)h(the)g(promotion)e(square.)30 b(A)18 b(passed)h(pa)o(wn)e
+(is)h(of)f(particular)262 954 y(v)n(alue,)e(esp)q(ecially)g(as)h(the)g(game)f
+(progresses)i(in)o(to)e(the)i(endgame.)22 b(It)16 b(not)g(only)f(carries)262
+1004 y(the)h(p)q(oten)o(tial)g(threat)h(of)e(b)q(ecoming)g(a)h(queen,)h(but)f
+(also)g(distracts)h(the)g(enem)o(y)e(pieces)262 1054 y(from)d(other)i(duties)
+h(in)e(order)i(to)e(restrain)i(the)g(passed)f(pa)o(wn.)344
+1151 y Fh(P)6 b(P)404 1157 y Fe(col)459 1151 y Fp(=)503 1120
+y Fc(P)546 1130 y Fk(64)546 1163 y Fe(sq)q Fk(=1)629 1151 y
+Fh(P)g(D)696 1157 y Fe(col;sq)344 1254 y Fl(where)380 1303
+y Fh(P)g(D)447 1309 y Fe(col;sq)546 1303 y Fp(:)58 b Fl(if)13
+b Fp(\(Occup)o(y\([P)o(a)o(wn],col,sq\))g Fl(and)g Fp(P)o(assed\(col,sq\)\))
+675 1353 y Fl(if)g Fp(\(phase)h Fh(>)g Fp(9\))734 1403 y Fh(P)6
+b(D)801 1409 y Fe(col;sq)898 1403 y Fp(=)12 b Fh(P)6 b Fp(4)996
+1410 y Fe(O)q(nRank)q Fk(\()p Fe(col;sq)q Fk(\))675 1453 y
+Fl(else)734 1503 y(if)13 b Fp(\()p Fh(M)5 b(tl)864 1510 y Fe(O)q(pp)p
+Fk(\()p Fe(col)p Fk(\))1008 1503 y Fp(=)14 b(KingV)m(alue\))793
+1553 y Fl(if)f Fp(\()p Fl(not)g Fp(InsideQuadrate\(Opp\(col\),sq\)\))852
+1602 y Fh(P)6 b(D)919 1608 y Fe(col;sq)1016 1602 y Fp(=)12
+b Fh(P)6 b Fp(1)1114 1609 y Fe(O)q(nRank)q Fk(\()p Fe(col;sq)q
+Fk(\))793 1652 y Fl(else)852 1702 y Fh(P)g(D)919 1708 y Fe(col;sq)1016
+1702 y Fp(=)12 b Fh(P)6 b Fp(2)1114 1709 y Fe(O)q(nRank)q Fk(\()p
+Fe(col;sq)q Fk(\))793 1752 y Fl(endif)734 1802 y(else)793 1851
+y Fh(P)g(D)860 1857 y Fe(col;sq)957 1851 y Fp(=)12 b Fh(P)6
+b Fp(3)1055 1858 y Fe(O)q(nRank)q Fk(\()p Fe(col;sq)q Fk(\))734
+1901 y Fl(endif)734 1951 y(if)13 b Fp(\(InsideQuadrate\(Opp\(col\),sq\)\))793
+2001 y Fh(P)6 b(D)860 2007 y Fe(col;sq)957 2001 y Fp(=)12 b
+Fh(P)6 b(D)1068 2007 y Fe(col;sq)1163 2001 y Ff(\000)j Fh(r)q(ev)q(P)d(hase=)
+p Fp(2)734 2051 y Fl(endif)734 2100 y Fh(P)g(D)801 2106 y Fe(col;sq)898
+2100 y Fp(=)12 b Fh(P)6 b(D)1009 2106 y Fe(col;sq)1104 2100
+y Ff(\000)j Fh(])p Fp(Occupied\()p Fh(sq)1382 2106 y Fe(inf)s(r)q(ont)1503
+2100 y Fp(,PSq\(col,sq\)\))p Ff(\001)p Fp(revPhase/4)734 2150
+y Fl(if)30 b Fp(\(A)o(ttac)o(k)o(ed\([P)o(a)o(wn],col,)p Fh(sq)1224
+2156 y Fe(inf)s(r)q(ont)1342 2150 y Fp(\))793 2200 y Fl(or)13
+b Fp(A)o(ttac)o(k)o(ed\([P)o(a)o(wn],col,sq\)\))793 2250 y
+Fh(P)6 b(D)860 2256 y Fe(col;sq)957 2250 y Fp(=)12 b Fh(P)6
+b(D)1068 2256 y Fe(col;sq)1163 2250 y Fp(+)j Fh(U)c(N)1270
+2257 y Fe(O)q(nRank)q Fk(\()p Fe(col;sq)q Fk(\))734 2300 y
+Fl(endif)734 2350 y(if)13 b Fp(\(Occup)o(y\([An)o(y],Opp\(col\),)p
+Fh(sq)1265 2356 y Fe(inf)s(r)q(ont)1384 2350 y Fp(\)\))793
+2399 y Fh(P)6 b(D)860 2405 y Fe(col;sq)957 2399 y Fp(=)12 b
+Fh(P)6 b(D)1068 2405 y Fe(col;sq)1163 2399 y Ff(\000)j Fh(r)q(ev)q(P)d(hase)
+734 2449 y Fl(endif)957 2574 y Fp(56)p eop
+%%Page: 57 59
+57 58 bop 734 307 a Fl(for)15 b(eac)o(h)g(square)f Fp(sq2)f
+Fl(b)q(et)o(w)o(een)g Fp(sq)h Fl(and)f Fp(PSq\(col,sq\))h Fl(do)793
+357 y Fh(P)6 b(D)860 363 y Fe(col;sq)957 357 y Fp(=)12 b Fh(P)6
+b(D)1068 363 y Fe(col;sq)1163 357 y Fp(+)j(4)g Ff(\001)g Fh(])p
+Fp(Di\013A)o(ttac)o(ks\(col,sq2\))734 407 y Fl(endfor)675 457
+y(endif)675 506 y Fh(P)d(D)742 512 y Fe(col;sq)839 506 y Fp(=)12
+b Fh(P)6 b(D)950 512 y Fe(col;sq)1035 506 y Ff(\001)14 b Fp(revPhase/16)616
+556 y Fl(else)675 606 y Fh(P)6 b(D)742 612 y Fe(col;sq)839
+606 y Fp(=)12 b(0)616 656 y Fl(endif)380 756 y Fh(P)6 b Fp(1)434
+762 y Fe(r)465 756 y Fp(:)139 b([0)p Fh(;)7 b Fp(400)p Fh(;)g
+Fp(400)p Fh(;)f Fp(450)o Fh(;)h Fp(5)o(15)p Fh(;)f Fp(600)p
+Fh(;)g Fp(700)o Fh(;)h Fp(0])675 805 y(Indexed)15 b(b)o(y)e(rank)h(r)g(\(1)g
+(to)g(8\).)380 905 y Fh(P)6 b Fp(2)434 911 y Fe(r)465 905 y
+Fp(:)139 b([0)p Fh(;)7 b Fp(40)p Fh(;)g Fp(40)p Fh(;)g Fp(5)o(5)p
+Fh(;)f Fp(80)p Fh(;)g Fp(115)p Fh(;)g Fp(155)o Fh(;)h Fp(0])675
+955 y(Indexed)15 b(b)o(y)e(rank)h(r)g(\(1)g(to)g(8\).)380 1054
+y Fh(P)6 b Fp(3)434 1060 y Fe(r)465 1054 y Fp(:)139 b([0)p
+Fh(;)7 b Fp(22)p Fh(;)g Fp(22)p Fh(;)g Fp(4)o(0)p Fh(;)f Fp(65)p
+Fh(;)g Fp(95)p Fh(;)g Fp(135)p Fh(;)g Fp(0])675 1104 y(Indexed)15
+b(b)o(y)e(rank)h(r)g(\(1)g(to)g(8\).)380 1204 y Fh(P)6 b Fp(4)434
+1210 y Fe(r)465 1204 y Fp(:)139 b([0)p Fh(;)7 b Fp(16)p Fh(;)g
+Fp(16)p Fh(;)g Fp(3)o(2)p Fh(;)f Fp(44)p Fh(;)g Fp(56)p Fh(;)g
+Fp(68)p Fh(;)g Fp(0])675 1254 y(Indexed)15 b(b)o(y)e(rank)h(r)g(\(1)g(to)g
+(8\).)380 1353 y Fh(U)5 b(N)446 1359 y Fe(r)478 1353 y Fp(:)126
+b([0)p Fh(;)7 b Fp(6)p Fh(;)g Fp(6)p Fh(;)g Fp(12)p Fh(;)f
+Fp(28)o Fh(;)h Fp(86)o Fh(;)g Fp(12)o(0)p Fh(;)g Fp(0)o(])675
+1403 y(Indexed)15 b(b)o(y)e(rank)h(r)g(\(1)g(to)g(8\).)262
+1522 y(Using)d(this)g(de\014nition,)g(passed)h(pa)o(wns)f(are)h(classi\014ed)
+g(under)g(4)f(categories.)18 b(This)11 b(allo)o(ws)262 1571
+y(unstoppable)17 b(passed)h(pa)o(wns)g(to)f(b)q(e)h(iden)o(ti\014ed)f(and)g
+(giv)o(en)g(increased)i(b)q(on)o(uses.)29 b(The)262 1621 y(v)n(alue)8
+b(of)h(a)g(passed)i(pa)o(wn)e(is)g(dep)q(enden)o(t)i(on)e(its)h(category)g
+(and)f(the)h(obstructions)g(b)q(et)o(w)o(een)262 1671 y(its)j(curren)o(t)j
+(square)e(and)g(the)h(queening)f(square.)324 1756 y(The)c(passed)h(pa)o(wn)f
+(is)g(p)q(enalised)g(for)g(b)q(eing)g('within)f(range')h(of)f(the)i(enem)o(y)
+e(king.)16 b(The)262 1806 y(blo)q(c)o(k)n(ade)g(of)h(a)g(passed)h(pa)o(wn)f
+(is)g(v)o(ery)g(e\013ectiv)o(e)i(as)e(it)g(is)g(a)g(metho)q(d)f(of)h(mec)o
+(hanically)262 1856 y(stopping)c(the)i(pa)o(wns)f(progress.)365
+1939 y("The)g(passed)h(pa)o(wn)f(is)g(a)f(criminal)f(who)h(should)h(b)q(e)h
+(k)o(ept)f(under)h(lo)q(c)o(k)e(and)365 1989 y(k)o(ey)m(.)18
+b(Mild)13 b(measures,)h(suc)o(h)g(as)g(p)q(olice)g(surv)o(eillance)g(are)g
+(not)g(su\016cien)o(t.")1206 2055 y Fm(A)o(r)n(on)g(Nimzowitsch)262
+2174 y Fp(Therefore,)e(a)e(passed)i(pa)o(wn)e(is)g(p)q(enalised)h(for)g(b)q
+(oth)f(immediate)e(and)j(future)g(blo)q(c)o(k)n(aders.)262
+2223 y(This)18 b(has)h(the)h(b)q(ene\014t)g(of)e(encouraging)h(the)g(opp)q
+(osing)f(side)h(to)g(blo)q(c)o(k)n(ade)f(along)g(the)262 2273
+y(complete)c(path)h(of)g(the)h(passed)g(pa)o(wn.)22 b(Connected)17
+b(or)e(united)h(passed)g(pa)o(wns)f(receiv)o(e)262 2323 y(a)e(b)q(on)o(us)g
+(for)g(their)h(added)g(strength.)19 b(This)13 b(b)q(on)o(us)h(increases)h
+(dramatically)10 b(with)j(rank.)262 2373 y(Con)o(trol)k(is)h(encouraged)i(o)o
+(v)o(er)e(all)f(squares)i(b)q(et)o(w)o(een)h(the)f(pa)o(wn)f(and)g(the)h
+(promotion)262 2423 y(square.)f(The)d(b)q(on)o(uses)g(and)e(p)q(enalties)i
+(are)f(adjusted)g(dep)q(ending)h(on)f(the)g(game)e(phase.)957
+2574 y(57)p eop
+%%Page: 58 60
+58 59 bop 262 307 a Fu(4.4.5)55 b(De\014nition)17 b(11)i(:)24
+b(P)n(a)n(wn)d(T)-5 b(able)344 403 y Fh(P)6 b(T)401 409 y Fe(col)456
+403 y Fp(=)500 372 y Fc(P)544 382 y Fk(64)544 415 y Fe(sq)q
+Fk(=1)675 403 y Fl(if)13 b Fp(\(Occup)o(y\([P)o(a)o(wn],col,sq\)\))734
+456 y Fh(P)6 b(S)r(T)818 462 y Fe(col;sq)675 506 y Fl(else)734
+556 y Fp(0)675 605 y Fl(endif)344 705 y(where)380 755 y Fh(P)g(S)r(T)464
+761 y Fe(col;sq)564 755 y Fp(:)40 b(P)o(a)o(wn)13 b(Square)i(T)m(able.)i
+(Initialised)c(b)q(efore)i(eac)o(h)f(searc)o(h.)616 805 y(See)h(planning)d
+(section)j(4.11.3)d(for)h(details.)262 931 y(A)j(static)g(pa)o(wn)g(square)g
+(table)g(will)f(b)q(e)h(used)h(to)f(store)h(the)g(v)n(alues)e(of)h(eac)o(h)g
+(square)h(for)262 981 y(ha)o(ving)e(a)h(pa)o(wn)g(o)q(ccup)o(y)h(that)f
+(square.)27 b(This)16 b(enables)h(kno)o(wledge)f(calculated)h(at)f(the)262
+1031 y(ro)q(ot)e(to)h(b)q(e)g(e\016cien)o(tly)g(applied)f(at)g(leaf)g(no)q
+(des.)22 b(The)15 b(table)f(will)g(b)q(e)h(calculated)g(b)q(efore)262
+1081 y(commencemen)o(t)c(of)j(the)g(searc)o(h)h(in)e(an)h(initial)e(planning)
+h(phase.)262 1232 y Fu(4.4.6)55 b(De\014nition)17 b(12)i(:)24
+b(P)n(a)n(wn)d(V)-5 b(alue)344 1323 y Fh(P)6 b(V)401 1329 y
+Fe(col)456 1323 y Fp(=)12 b Fh(D)q(P)562 1329 y Fe(col)615
+1323 y Fp(+)e Fh(I)s(P)705 1329 y Fe(col)758 1323 y Fp(+)g
+Fh(W)c(P)872 1329 y Fe(col)925 1323 y Fp(+)j Fh(P)d(P)1026
+1329 y Fe(col)1078 1323 y Fp(+)k Fh(P)c(T)1177 1329 y Fe(col)344
+1423 y Fl(where)380 1473 y Fh(D)q(P)442 1479 y Fe(col)498 1473
+y Fp(:)23 b Fl(Doubled)13 b(P)o(a)o(wns)i(\(De\014niti)o(on)e(7\).)380
+1572 y Fh(I)s(P)428 1578 y Fe(col)498 1572 y Fp(:)23 b Fl(Isolated)14
+b(P)o(a)o(wns)h(\(De\014niti)o(on)e(8\).)380 1672 y Fh(W)6
+b(P)452 1678 y Fe(col)498 1672 y Fp(:)23 b Fl(W)l(eak)17 b(P)o(a)o(wns)e
+(\(De\014niti)o(on)d(9\).)380 1772 y Fh(P)6 b(P)440 1778 y
+Fe(col)498 1772 y Fp(:)23 b Fl(P)o(assed)15 b(P)o(a)o(wns)g(\(De\014niti)o
+(on)d(10\).)380 1871 y Fh(P)6 b(T)437 1877 y Fe(col)498 1871
+y Fp(:)23 b Fl(P)o(a)o(wn)15 b(T)l(able)g(\(De\014niti)o(on)e(11\).)262
+1998 y Fp(All)d(the)j(pa)o(wn)e(ev)n(aluation)f(criteria)i(used)h(in)e(this)h
+(section)g(can)g(b)q(e)g(summed)e(to)i(calculate)262 2048 y(a)h(total)g(pa)o
+(wn)h(v)n(alue)f(for)h(ev)o(ery)g(pa)o(wn)g(of)f(a)h(giv)o(en)f(colour.)957
+2574 y(58)p eop
+%%Page: 59 61
+59 60 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0s0ZrZkZ)646
+482 y(Z0Z0Z0ob)646 565 y(pZ0o0o0o)646 648 y(Z0mPlPZ0)646 731
+y(pZPZPZPZ)646 814 y(Z0Z0L0MP)646 897 y(0Z0M0ZKZ)646 980 y(ZRZ0S0Z0)p
+1310 980 V 641 984 673 5 v 339 1102 a Fp(Figure)14 b(4.4:)j
+Fl(Capablanca)e(v)h(Bogljub)q(o\013)p Fp(,)11 b(London)i(1922,)g(White)g(to)h
+(Pla)o(y)m(.)324 1221 y(Applying)e(these)j(pa)o(wn)f(ev)n(aluation)e
+(criteria)i(to)f(the)h(p)q(osition)f(sho)o(wn)h(in)f(\014gure)h(4.4,)262
+1271 y(will)e(pro)q(duce)j(the)g(follo)o(wing)c(results:)344
+1368 y Fh(P)6 b(V)401 1374 y Fe(W)t(hite)533 1368 y Fp(=)14
+b(0)9 b(+)h(0)f Ff(\000)g Fp(74)g(+)h(0)f(+)g(118)i(=)h(44)344
+1418 y Fh(P)6 b(V)401 1424 y Fe(B)q(lack)533 1418 y Fp(=)14
+b Ff(\000)p Fp(12)9 b Ff(\000)h Fp(32)f Ff(\000)g Fp(70)g(+)g(18)g(+)h(84)h
+(=)g Ff(\000)p Fp(12)957 2574 y(59)p eop
+%%Page: 60 62
+60 61 bop 262 307 a Fr(4.5)69 b(Knigh)n(t)23 b(Ev)l(aluation)262
+434 y Fp(Knigh)o(ts)17 b(are)h(v)o(ery)g(useful)g(pieces,)h(particularly)e
+(in)g(the)h(op)q(ening)f(and)h(middle)e(game.)262 483 y(Knigh)o(ts)10
+b(are)h(esp)q(ecially)g(e\013ectiv)o(e)h(in)e(closed)i(p)q(ositions)e(where)i
+(they)f(can)g('jump')d(o)o(v)o(er)j(an)262 533 y(obstructing)g(pa)o(wn)g(c)o
+(hain.)17 b(A)12 b(knigh)o(t)e(b)q(ecomes)i(v)o(ery)f(strong)h(if)e(it)h
+(reac)o(hes)i(an)e(adv)n(anced)262 583 y(cen)o(tral)i(p)q(ost)h(whic)o(h)g
+(cannot)f(b)q(e)i(attac)o(k)o(ed)e(b)o(y)h(enem)o(y)e(pa)o(wns.)18
+b(In)c(the)g(ending,)f(knigh)o(ts)262 633 y(are)i(generally)g(less)h
+(e\013ectiv)o(e)h(b)q(ecause)g(they)f(only)e(ha)o(v)o(e)h(a)g(short)h(range.)
+23 b(Knigh)o(ts)15 b(also)262 683 y(ha)o(v)o(e)e(the)i(abilit)o(y)d(to)i
+(fork)f(opp)q(osing)g(forces.)262 834 y Fu(4.5.1)55 b(De\014nition)17
+b(13)i(:)24 b(Knigh)n(t)19 b(V)-5 b(alue)344 1001 y Fh(N)5
+b(V)406 1007 y Fe(col)462 1001 y Fp(=)506 970 y Fc(P)549 980
+y Fk(64)549 1013 y Fe(sq)q Fk(=1)675 1001 y Fl(if)13 b Fp(\(Occup)o
+(y\([Knigh)o(t],col,sq\)\))734 1054 y Fh(N)5 b(S)r(T)823 1060
+y Fe(col;sq)675 1104 y Fl(else)734 1153 y Fp(0)675 1203 y Fl(endif)344
+1303 y(where)380 1353 y Fh(N)g(S)r(T)469 1359 y Fe(col;sq)569
+1353 y Fp(:)35 b(Knigh)o(t)13 b(Square)i(T)m(able.)i(Initialised)c(b)q(efore)
+h(eac)o(h)h(searc)o(h.)616 1402 y(See)g(planning)d(section)j(4.11.4)d(for)h
+(details.)262 1529 y(Knigh)o(t)19 b(ev)n(aluation)f(criteria)h(are)h(com)o
+(bined)e(in)h(a)g(knigh)o(t)g(square)h(table.)34 b(Concepts)262
+1579 y(suc)o(h)19 b(as)f(pa)o(wn)g(holes,)i(strong)e(squares,)j(cen)o
+(tralisation)d(and)g(king)g(closeness)i(will)d(b)q(e)262 1629
+y(calculated)d(in)f(an)h(initial)e(planning)g(phase.)324 1714
+y(It)k(m)o(ust)f(b)q(e)i(remem)o(b)q(ered)f(that)h(all)e(ev)n(aluation)g
+(criteria)h(are)h(in)o(trinsically)e(link)o(ed.)262 1764 y(Therefore,)g
+(knigh)o(ts)f(will)e(b)q(e)j(additionally)d(ev)n(aluated)i(b)o(y)g(other)h
+(criteria)g(for)f(suc)o(h)h(fea-)262 1814 y(tures)f(as)f(the)g(pa)o(wn)g(blo)
+q(c)o(k)n(ade,)f(cen)o(tre)j(con)o(trol,)d(square)i(con)o(trol,)f(...)j
+(etc,etc.)k(Applying)262 1864 y(these)15 b(knigh)o(t)e(ev)n(aluation)f
+(criteria)j(to)e(the)i(p)q(osition)e(in)h(\014gure)g(4.4)f(giv)o(es:)344
+1961 y Fh(N)5 b(V)406 1967 y Fe(W)t(hite)533 1961 y Fp(=)14
+b(6)344 2011 y Fh(N)5 b(V)406 2017 y Fe(B)q(lack)533 2011 y
+Fp(=)14 b(6)957 2574 y(60)p eop
+%%Page: 61 63
+61 62 bop 262 307 a Fr(4.6)69 b(Bishop)23 b(Ev)l(aluation)262
+434 y Fp(Bishops)16 b(are)g(e\013ectiv)o(e)h(pieces)g(throughout)f(the)g
+(game,)f(but)h(esp)q(ecially)f(in)h(op)q(en)g(p)q(osi-)262
+483 y(tions)d(where)h(their)g(scop)q(e)h(is)e(less)h(hindered.)k(A)c(bishop)f
+(is)g(often)h(used)g(to)f(pin)g(opp)q(osing)262 533 y(forces)h(and)e(attac)o
+(k)i(w)o(eak)f(p)q(oin)o(ts.)k(A)c(single)g(bishop)g(can)g(only)g(exert)h
+(pressure)h(\(attac)o(k\))262 583 y(on)h(squares)i(of)e(the)h(colour)f(it)g
+(is)h(on.)26 b(Therefore,)18 b(bishops)e(are)h(particularly)f(e\013ectiv)o(e)
+262 633 y(in)f(pairs)i(where)g(they)g(can)g(attac)o(k)f(b)q(oth)g(coloured)h
+(squares.)27 b(In)16 b(the)h(ending,)f(bishops)262 683 y(are)g(as)f(a)h
+(general)f(rule)h(b)q(etter)h(than)f(knigh)o(ts.)23 b(Ho)o(w)o(ev)o(er,)16
+b(there)h(are)f(strategies)h(whic)o(h)262 732 y(diminish)11
+b(a)j(bishops)g(p)q(o)o(w)o(er)g(e.g.)k(pa)o(wn)13 b(obstructions.)262
+883 y Fu(4.6.1)55 b(De\014nition)17 b(14)i(:)24 b(Bishop)19
+b(A)n(ttac)n(k)344 1050 y Fh(B)r(A)408 1056 y Fe(col)464 1050
+y Fp(=)508 1019 y Fc(P)552 1029 y Fk(64)552 1062 y Fe(sq)q
+Fk(=1)675 1050 y Fl(if)13 b Fp(\(Occup)o(y\([Knigh)o(t,Bishop,Ro)q
+(ok,Queen],Opp\(col\),sq\))675 1103 y Fl(and)g Fp(A)o(ttac)o(k)o
+(ed\([Bishop],col,sq\)\))734 1153 y(V)m(alue\(sq\))675 1202
+y Fl(else)734 1252 y Fp(0)675 1302 y Fl(endif)262 1424 y Fp(Bishops)d(are)g
+(giv)o(en)f(a)h(b)q(on)o(us)g(for)f(attac)o(king)g(enem)o(y)g(pieces,)j(the)e
+(v)n(alue)f(of)g(whic)o(h)h(dep)q(ends)262 1473 y(on)18 b(the)h(t)o(yp)q(e)g
+(of)g(piece)g(attac)o(k)o(ed.)33 b(This)18 b(criterion)i(will)d(encourage)i
+(the)h(program)d(to)262 1523 y(harass)c(the)h(enem)o(y)e(forces)i
+(particularly)e(those)i(of)e(high)g(v)n(alue,)g(e.g.)18 b(ro)q(oks)13
+b(and)g(queens.)324 1608 y(Note)18 b(that)f(pa)o(wns)h(are)g(excluded)h(as)e
+(they)i(are)f(more)e(lik)o(ely)g(to)i(obstruct)h(the)f(at-)262
+1658 y(tac)o(king)e(bishop)i(than)f(b)q(e)h(harassed)h(themselv)o(es.)29
+b(See)19 b(de\014nition)e(18,)g(Enem)o(y)g(P)o(a)o(wn)262 1708
+y(Obstruction,)d(for)g(more)e(details.)262 1859 y Fu(4.6.2)55
+b(De\014nition)17 b(15)i(:)24 b(Bishop)19 b(on)g(Kings)f(Diagonal)344
+2025 y Fh(B)r(K)412 2031 y Fe(col)469 2025 y Fp(=)512 1994
+y Fc(P)556 2005 y Fk(64)556 2038 y Fe(sq)q Fk(=1)675 2025 y
+Fl(if)13 b Fp(\(Occup)o(y\([Bishop],col,sq\))675 2078 y Fl(and)g
+Fp(SameDiagonal\(sq,Ki)o(ngSq\(Opp\(col\)\)\)\))734 2128 y(phase/2)675
+2178 y Fl(else)734 2228 y Fp(0)675 2278 y Fl(endif)262 2399
+y Fp(Bishops)f(are)g(encouraged)g(to)g(remain)e(on)i(the)g(same)f(diagonal)f
+(as)h(the)i(enem)o(y)e(king.)16 b(The)262 2449 y(b)q(on)o(us)e(receiv)o(ed)h
+(decreases)h(as)e(the)h(game)d(progresses.)20 b(This)14 b(is)f(an)h(attempt)f
+(to)h(correct)957 2574 y(61)p eop
+%%Page: 62 64
+62 63 bop 262 307 a Fp(a)16 b(w)o(eakness)i(I)e(feel)h(most)f(c)o(hess)i
+(programs)d(ha)o(v)o(e.)26 b(That)17 b(of)f(lea)o(ving)f(the)j(king)e(on)g
+(the)262 357 y(same)e(diagonal)f(as)i(the)h(enem)o(y)e(bishop,)h
+(particularly)f(when)i(it)f(is)g(on)f(a)h(long)f(diagonal)262
+407 y(and)f(a)h(n)o(um)o(b)q(er)f(of)g(pieces)i(are)g(in)o(terp)q(osed.)324
+492 y(The)d(ideas)g(b)q(ehind)g(suc)o(h)h(a)f(strategy)g(are)h(normally)c
+(more)i(long)g(term)g(and)h(therefore)262 542 y(cannot)i(b)q(e)i(clearly)e
+(iden)o(ti\014ed)h(b)o(y)f(searc)o(h.)22 b(Against)14 b(a)g(h)o(uman)f(opp)q
+(onen)o(t)i(this)g(t)o(yp)q(e)g(of)262 592 y(bishop)g(placemen)o(t)g(will)f
+(hop)q(efully)h(pro)o(vide)h(an)f(attac)o(king)g(p)q(oten)o(tial)g(whic)o(h)h
+(disturbs)262 641 y(the)e(opp)q(onen)o(ts)h(liking)d(for)h(the)i(p)q
+(osition.)262 793 y Fu(4.6.3)55 b(De\014nition)17 b(16)i(:)24
+b(Bishop)19 b(P)n(air)344 955 y Fh(B)r(P)404 961 y Fe(col)462
+955 y Fp(=)122 b Fl(if)13 b Fp(\(Has\([Bishop],col\))g Fh(>)h
+Fp(1\))675 1005 y(8)616 1055 y Fl(else)675 1104 y Fp(0)616
+1154 y Fl(endif)262 1281 y Fp(Bishops)i(w)o(ork)g(most)f(e\013ectiv)o(ely)i
+(in)e(pairs.)25 b(This)16 b(is)g(b)q(ecause)i(they)e(can)h(con)o(trol)e(b)q
+(oth)262 1331 y(coloured)i(squares)h(and)f(hence)i(complemen)o(t)c(eac)o(h)j
+(other.)29 b(Therefore,)19 b(this)e(heuristic)262 1381 y(rew)o(ards)d(the)h
+(pla)o(y)o(er)e(who)h(main)o(tains)d(a)j(pair)f(of)h(bishops.)262
+1532 y Fu(4.6.4)55 b(De\014nition)17 b(17)i(:)24 b(Horrwitz)19
+b(Bishops)344 1699 y Fh(H)s(B)413 1705 y Fe(col)469 1699 y
+Fp(=)513 1668 y Fc(P)557 1678 y Fk(64)557 1711 y Fe(sq)q Fk(=1)675
+1699 y Fl(if)13 b Fp(\(A)o(ttac)o(k)o(ed\([Bishop],col,sq\))g
+Fl(and)g Fp(A)o(ttac)o(k)o(ed\([Bishop],col,)p Fh(sq)1730 1705
+y Fe(next)1798 1699 y Fp(\)\))734 1752 y(2)675 1802 y Fl(else)734
+1851 y Fp(0)675 1901 y Fl(endif)262 2028 y Fp(This)e(criterion)i(essen)o
+(tially)f(rew)o(ards)h(a)e(bishop)h(pair)g(for)f(w)o(orking)h(together.)18
+b(When)12 b(t)o(w)o(o)262 2078 y(bishops)i(w)o(ork)g(on)g(adjacen)o(t)g
+(diagonals)f(their)i(scop)q(e)g(and)f(p)q(o)o(w)o(er)h(is)f(greatly)g
+(increased.)262 2128 y(This)h(barrier)h(of)f('bishop)f(p)q(o)o(w)o(er')h(can)
+h(completely)e(restrict)j(an)e(enem)o(y)g(king,)g(particu-)262
+2177 y(larly)f(in)i(an)g(ending)g(where)h(the)f(p)q(osition)g(is)g(op)q(en.)
+24 b(Therefore,)18 b(a)d(b)q(on)o(us)i(is)e(giv)o(en)h(for)262
+2227 y(ev)o(ery)e(pair)g(of)f(adjacen)o(t)h(horizon)o(tal)f(squares)i(attac)o
+(k)o(ed)f(b)o(y)g(bishops.)957 2574 y(62)p eop
+%%Page: 63 65
+63 64 bop 262 307 a Fu(4.6.5)55 b(De\014nition)17 b(18)i(:)24
+b(Enem)n(y)17 b(P)n(a)n(wn)k(Obstruction)344 474 y Fh(E)r(O)409
+480 y Fe(col)464 474 y Fp(=)508 443 y Fc(P)552 453 y Fk(64)552
+486 y Fe(sq)q Fk(=1)635 474 y Fh(O)q(B)699 480 y Fe(col;sq)344
+577 y Fl(where)380 626 y Fh(O)q(B)444 632 y Fe(col;sq)544 626
+y Fp(:)60 b Fl(if)30 b Fp(\(Occup)o(y\([P)o(a)o(wn],Opp\(col\),sq\))14
+b Fl(and)f Fp(A)o(ttac)o(k)o(ed\([Bishop],col,sq\)\))675 676
+y Fl(case)h Fh(])p Fp(A)o(ttac)o(ks\([P)o(a)o(wn],Opp\(col\),sq\))f
+Fl(of)734 726 y Fp(0)h(:)k Fh(O)q(B)863 732 y Fe(col;sq)960
+726 y Fp(=)12 b(2)734 826 y(1)i(:)k Fl(for)d(eac)o(h)g(square)e
+Fp(sq1)h Fl(do)852 875 y(for)h(eac)o(h)h(square)d Fp(sq2)h
+Fl(do)911 925 y(if)f Fp(\(A)o(ttac)o(king\([Bishop],col,sq1,sq\))911
+975 y Fl(and)g Fp(A)o(ttac)o(king\([P)o(a)o(wn],Opp\(col\),sq2,sq\)\))970
+1025 y Fl(if)g Fp(\(SameDiagonal\(sq1,)o(sq2\)\))1029 1075
+y Fh(O)q(B)1093 1081 y Fe(col;sq)1191 1075 y Fp(=)f Ff(\000)p
+Fp(10)970 1125 y Fl(else)1029 1174 y Fh(O)q(B)1093 1180 y Fe(col;sq)1191
+1174 y Fp(=)g Ff(\000)p Fp(6)970 1224 y Fl(endif)911 1274 y(endif)852
+1324 y(endfor)793 1374 y(endfor)734 1473 y Fp(2)i(:)k Fh(O)q(B)863
+1479 y Fe(col;sq)960 1473 y Fp(=)12 b Ff(\000)p Fp(16)675 1523
+y Fl(endcase)616 1573 y(endif)262 1700 y Fp(It)i(is)g(imp)q(ortan)o(t)e(to)i
+(p)q(enalise)h(a)f(bishop)f(whic)o(h)i(is)f(attac)o(king)f(an)h(almost)e(imp)
+q(enetrable)262 1749 y(enem)o(y)17 b(pa)o(wn)g(w)o(all.)29
+b(The)18 b(degree)i(of)d(pa)o(wn)h(protection)g(pro)o(vided)g(b)o(y)g(the)g
+(opp)q(onen)o(t)262 1799 y(to)12 b(the)i(attac)o(k)o(ed)g(enem)o(y)e(pa)o(wn)
+h(is)g(determined)g(and)g(an)g(appropriate)g(p)q(enalt)o(y)g(applied.)262
+1849 y(A)g(bishop)h(attac)o(king)f(an)h(unprotected)h(\(b)o(y)f(pa)o(wns\))g
+(enem)o(y)f(pa)o(wn)h(actually)e(receiv)o(es)k(a)262 1899 y(small)11
+b(b)q(on)o(us)j(to)g(indicate)g(that)g(it)f(ma)o(y)f(b)q(e)j(an)e(e\013ectiv)
+o(e)j(attac)o(k.)324 1984 y(This)c(criterion)h(helps)f(encourage)h(the)g
+(program)e(to)h(place)g(its)h(bishops)f(on)g(diagonals)262
+2034 y(where)j(they)g(can)f(b)q(e)h(most)e(e\013ectiv)o(e.)20
+b(Hence,)15 b(this)f(in)g(e\013ect,)i(complemen)o(ts)c(de\014nition)262
+2084 y(14)h(\(Bishop)h(A)o(ttac)o(k\))g(whic)o(h)f(is)h(also)f(concerned)j
+(with)d(the)h(e\013ectiv)o(eness)j(of)c(attac)o(ks)h(on)262
+2134 y(enem)o(y)f(pieces)i(b)o(y)e(bishops.)957 2574 y(63)p
+eop
+%%Page: 64 66
+64 65 bop 262 307 a Fu(4.6.6)55 b(De\014nition)17 b(19)i(:)24
+b(Bishop)19 b(T)-5 b(able)344 474 y Fh(B)r(T)401 480 y Fe(col)458
+474 y Fp(=)501 443 y Fc(P)545 453 y Fk(64)545 486 y Fe(sq)q
+Fk(=1)675 474 y Fp(if)13 b(\(Occup)o(y\([Bishop],col,sq\)\))734
+527 y Fh(B)r(S)r(T)818 533 y Fe(col;sq)675 577 y Fl(else)734
+626 y Fp(0)675 676 y Fl(endif)344 776 y(where)380 826 y Fh(B)r(S)r(T)464
+832 y Fe(col;sq)565 826 y Fp(:)39 b(Bishop)14 b(Square)g(T)m(able.)k
+(Initialised)12 b(b)q(efore)j(eac)o(h)f(searc)o(h.)616 875
+y(See)h(planning)d(section)j(4.11.5)d(for)h(details.)262 1002
+y(A)h(static)h(bishop)f(square)i(table)e(will)f(b)q(e)i(used)h(to)e(store)h
+(the)g(v)n(alues)g(of)f(eac)o(h)h(square)g(for)262 1052 y(ha)o(ving)e(a)h
+(bishop)h(o)q(ccup)o(y)g(that)g(square.)21 b(This)15 b(enables)g(kno)o
+(wledge)g(calculated)f(at)h(the)262 1102 y(ro)q(ot)f(to)h(b)q(e)g(e\016cien)o
+(tly)g(applied)f(at)g(leaf)g(no)q(des.)22 b(The)15 b(table)f(will)g(b)q(e)h
+(calculated)g(b)q(efore)262 1152 y(commencemen)o(t)c(of)j(the)g(searc)o(h)h
+(in)e(an)h(initial)e(planning)h(phase.)262 1303 y Fu(4.6.7)55
+b(De\014nition)17 b(20)i(:)24 b(Bishop)19 b(V)-5 b(alue)344
+1430 y Fh(B)r(V)401 1436 y Fe(col)457 1430 y Fp(=)12 b Fh(B)r(A)565
+1436 y Fe(col)619 1430 y Fp(+)e Fh(B)r(K)729 1436 y Fe(col)783
+1430 y Fp(+)f Fh(B)r(P)884 1436 y Fe(col)938 1430 y Fp(+)g
+Fh(H)s(B)1048 1436 y Fe(col)1102 1430 y Fp(+)g Fh(E)r(O)1208
+1436 y Fe(col)1261 1430 y Fp(+)h Fh(B)r(T)1360 1436 y Fe(col)344
+1529 y Fl(where)380 1579 y Fh(B)r(A)444 1585 y Fe(col)498 1579
+y Fp(:)23 b Fl(Bishop)14 b(A)o(ttac)o(k)h(\(De\014niti)o(on)e(14\).)380
+1679 y Fh(B)r(K)448 1685 y Fe(col)498 1679 y Fp(:)23 b Fl(Bishop)14
+b(On)h(Kings)g(Diagonal)f(\(De\014niti)o(on)e(15\).)380 1778
+y Fh(B)r(P)440 1784 y Fe(col)498 1778 y Fp(:)23 b Fl(Bishop)14
+b(P)o(air)g(\(De\014nitio)o(n)f(16\).)380 1878 y Fh(H)s(B)449
+1884 y Fe(col)498 1878 y Fp(:)23 b Fl(Horrwitz)15 b(Bishops)f(\(De\014niti)o
+(on)e(17\).)380 1978 y Fh(E)r(O)445 1984 y Fe(col)498 1978
+y Fp(:)23 b Fl(Enem)o(y)15 b(P)o(a)o(wn)h(Obstructio)o(n)d(\(De\014niti)o(on)
+f(18\).)380 2077 y Fh(B)r(T)437 2083 y Fe(col)498 2077 y Fp(:)23
+b Fl(Bishop)14 b(T)l(able)h(\(De\014niti)o(on)e(19\).)262 2204
+y Fp(All)d(the)h(bishop)g(ev)n(aluation)e(criteria)i(de\014ned)h(in)f(this)g
+(section)g(are)h(summed)d(to)i(calculate)262 2254 y(the)j(total)f(bishop)h(v)
+n(alue)f(for)h(a)f(giv)o(en)h(colour.)957 2574 y(64)p eop
+%%Page: 65 67
+65 66 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rZ0Z0skZ)646
+482 y(Z0ZqZpo0)646 565 y(0ZbZ0m0o)646 648 y(opa0oPZ0)646 731
+y(0Z0oPZPZ)646 814 y(OPZBZ0ZQ)646 897 y(0APM0Z0O)646 980 y(Z0Z0SRJ0)p
+1310 980 V 641 984 673 5 v 340 1102 a Fp(Figure)14 b(4.5:)j
+Fl(V)l(an)f(Vliet)d(v)k(Nimzo)o(witsc)o(h)p Fp(,)11 b(Ostend,)j(1907,)f(Blac)
+o(k)h(to)f(pla)o(y)m(.)324 1221 y(Applying)g(these)i(bishop)e(ev)n(aluation)g
+(criteria)h(to)f(the)i(p)q(osition)e(in)g(\014gure)h(4.5)f(giv)o(es:)344
+1368 y Fh(B)r(V)401 1374 y Fe(W)t(hite)533 1368 y Fp(=)h(0)9
+b(+)h(0)f(+)g(8)g(+)h(4)f Ff(\000)g Fp(8)g(+)h(18)h(=)h(22)344
+1418 y Fh(B)r(V)401 1424 y Fe(B)q(lack)533 1418 y Fp(=)i(0)9
+b(+)h(7)f(+)g(8)g(+)h(6)f(+)g(4)g(+)h(20)h(=)h(45)957 2574
+y(65)p eop
+%%Page: 66 68
+66 67 bop 262 307 a Fr(4.7)69 b(Ro)r(ok)23 b(Ev)l(aluation)262
+434 y Fp(The)d(ro)q(ok)f(is)h(a)g(v)o(ery)g(strong)g(piece.)37
+b(Ho)o(w)o(ev)o(er,)21 b(it)e(requires)i('ro)q(om')d(to)h(w)o(ork)h(most)262
+483 y(e\013ectiv)o(ely)m(.)324 569 y(In)14 b(the)g(op)q(ening)g(the)h(main)d
+(ob)r(jectiv)o(e)i(of)g(the)g(ro)q(oks)g(is)g(to)g(unite)g(with)g(one)g
+(another)262 618 y(and)f(supp)q(ort)i(more)e(adv)n(anced)h(pieces.)19
+b(This)14 b(pro)o(vides)g(extra)g(protection)g(and)g(div)o(ersi-)262
+668 y(\014es)g(the)h(a)o(v)n(ailable)c(plans)j(for)g(eac)o(h)g(ro)q(ok.)324
+753 y(In)e(the)i(middle)d(game)g(they)i(should)g(b)q(e)g(placed)g(on)f(the)i
+(\014le)e(where)i(a)e(break)i(through)262 803 y(is)d(lik)o(ely)g(to)h(o)q
+(ccur)h(or)f(to)g(protect)h(a)f(w)o(eak)g(or)g(strong)g(p)q(oin)o(t.)17
+b(Ro)q(oks)12 b(should)f(not)h(usually)262 853 y(lea)o(v)o(e)g(the)h
+(con\014nes)h(of)e(their)g(o)o(wn)h(forces)g(unless)g(they)g(can)g(gain)f
+(material)e(or)j(p)q(enetrate)262 903 y(to)e(the)h(7th)g(rank)f(successfully)
+m(.)18 b(A)12 b(ro)q(ok)g(can)f(mak)o(e)g(a)g(hea)o(vy)g(con)o(tribution)h
+(to)f(an)h(attac)o(k)262 953 y(on)h(the)i(enem)o(y)e(king)g(pro)o(vided)h(it)
+f(can)h(b)q(e)h(mano)q(euvred)e(in)o(to)g(an)h(attac)o(king)f(p)q(osition.)
+324 1038 y(The)e(endgame)f(is)h(where)i(the)e(ro)q(ok)g(truly)g(excels.)18
+b(Its)12 b(range)f(allo)o(ws)f(it)h(to)f(exert)j(pres-)262
+1088 y(sure)i(o)o(v)o(er)f(most)f(of)h(the)h(b)q(oard.)k(It)c(can)f(threaten)
+i(enem)o(y)e(pa)o(wns)g(and)g(cause)i(un)o(timely)262 1138
+y(pa)o(wn)e(adv)n(ances.)21 b(It)14 b(can)h(blo)q(c)o(k)n(ade)f(and)h
+(obstruct)h(enem)o(y)d(pa)o(wns)i(and)g(of)f(course)i(cap-)262
+1187 y(ture)c(them.)17 b(A)12 b(ro)q(ok)g(is)f(excellen)o(t)i(at)f
+(restricting)h(the)f(enem)o(y)g(kings)f(mo)o(v)o(emen)o(t)e(thereb)o(y)262
+1237 y(k)o(eeping)15 b(it)g(a)o(w)o(a)o(y)f(from)g(the)i(\014eld)f(of)g
+(action.)22 b(It)15 b(also)g(has)g(the)h(abilit)o(y)e(to)h(supp)q(ort)h(the)
+262 1287 y(adv)n(ance)d(of)h(friendly)f(passed)i(pa)o(wns)f(and)g(obstruct)h
+(enem)o(y)e(ones.)262 1439 y Fu(4.7.1)55 b(De\014nition)17
+b(21)i(:)24 b(Ro)r(ok{King)18 b(Closeness)344 1605 y Fh(RC)406
+1611 y Fe(col)461 1605 y Fp(=)505 1574 y Fc(P)549 1584 y Fk(64)549
+1618 y Fe(sq)q Fk(=1)675 1605 y Fl(if)13 b Fp(\(Occup)o(y\([Ro)q
+(ok],col,sq\)\))734 1658 y Ff(\000)p Fp(2)p Ff(\001)p Fp
+(KingDistance\(sq,KingSq\(Opp\(col\)\)\))675 1708 y Fl(else)734
+1758 y Fp(0)675 1808 y Fl(endif)262 1934 y Fp(Eac)o(h)18 b(ro)q(ok)g(is)g(p)q
+(enalised)g(for)g(its)g(distance)h(from)d(the)j(enem)o(y)e(king.)30
+b(A)18 b(ro)q(ok)g(on)g(the)262 1984 y(same)13 b(\014le)h(\(or)g(rank\))g(as)
+g(the)g(enem)o(y)g(king)f(w)o(ould)g(not)h(receiv)o(e)h(an)o(y)f(p)q(enalt)o
+(y)g(no)f(matter)262 2034 y(what)j(the)g(corresp)q(onding)h(rank)g(\(or)f
+(\014le\))g(distance)h(is.)25 b(An)o(y)16 b(p)q(enalties)h(giv)o(en)e(will)g
+(b)q(e)262 2084 y(directly)e(related)i(to)e(the)h(minim)n(um)c(rank)j(or)h
+(\014le)f(distance.)19 b(This)14 b(a)o(v)o(oids)e(the)i(pitfall)e(of)262
+2134 y(encouraging)k(a)g(ro)q(ok)g(to)g(mak)o(e)f(w)o(eak)h(mo)o(v)o(es)f(in)
+h(order)h(to)f(attain)f(the)i(b)q(est)h(rank)e Fm(and)262 2183
+y Fp(\014le)d(distance.)18 b(F)m(or)13 b(example,)f(in)h(\014gure)h(4.6,)e
+(this)h(criterion)h(w)o(ould)e Fl(not)h Fp(encourage)h(the)262
+2233 y(mo)o(v)o(es)e(Rh4-h5)h(or)h(Rg3-g4,)e(ho)o(w)o(ev)o(er,)h(it)h
+Fl(w)o(ould)e Fp(encourage)j(the)f(mo)o(v)o(e)f(Rg3-h3.)957
+2574 y(66)p eop
+%%Page: 67 69
+67 68 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0ZrZ0Zna)646
+482 y(ZbZ0ZpZk)646 565 y(pZ0o0o0o)646 648 y(ZpZ0sPZ0)646 731
+y(0Z0Z0M0S)646 814 y(ZNZBZ0S0)646 897 y(qZPL0ZPO)646 980 y(Z0Z0Z0J0)p
+1310 980 V 641 984 673 5 v 275 1102 a Fp(Figure)14 b(4.6:)j(Illustration)c
+(of)g(the)i(Ro)q(ok{King)d(Closeness)j(Heuristic,)f(White)g(to)g(Pla)o(y)m(.)
+262 1254 y Fu(4.7.2)55 b(De\014nition)17 b(22)i(:)24 b(Connected)19
+b(Ro)r(oks)344 1420 y Fh(C)s(R)409 1426 y Fe(col)464 1420 y
+Fp(=)508 1389 y Fc(P)551 1400 y Fk(64)551 1433 y Fe(sq)q Fk(=1)675
+1420 y Fl(if)13 b Fp(\(Occup)o(y\([Ro)q(ok],col,sq\))f Fl(and)h
+Fp(A)o(ttac)o(k)o(ed\([Ro)q(ok],col,sq\)\))734 1473 y(3)675
+1523 y Fl(else)734 1573 y Fp(0)675 1623 y Fl(endif)262 1750
+y Fp(Ro)q(oks)j(are)h(said)f(to)h(b)q(e)g(connected)i(if)c(they)j(defend)f
+(eac)o(h)g(other.)27 b(Ro)q(oks)17 b(are)g(giv)o(en)f(a)262
+1799 y(b)q(on)o(us)g(for)h(b)q(eing)f(connected.)29 b(This)16
+b(encourages)i(ro)q(oks)f(to)f(double)h(up)g(on)f(op)q(en)h(\014les)262
+1849 y(and)12 b(w)o(eak)h(p)q(oin)o(ts.)18 b(Connected)c(ro)q(oks)f(are)g
+(also)g(self)f(supp)q(orting)i(whic)o(h)e(div)o(ersi\014es)i(the)262
+1899 y(options)f(a)o(v)n(ailable.)957 2574 y(67)p eop
+%%Page: 68 70
+68 69 bop 262 307 a Fu(4.7.3)55 b(De\014nition)17 b(23)i(:)24
+b(Ro)r(ok)18 b(on)h(Op)r(en)f(File)344 403 y Fh(RO)408 409
+y Fe(col)463 403 y Fp(=)507 372 y Fc(P)551 382 y Fk(64)551
+415 y Fe(sq)q Fk(=1)675 403 y Fl(if)13 b Fp(\(Occup)o(y\([Ro)q
+(ok],col,sq\)\))734 456 y Fl(if)g Fp(\(Op)q(en\(OnFile\(sq\)\)\))793
+506 y(14)734 556 y Fl(else)793 605 y(if)g Fp(\(SemiOp)q
+(en\(col,OnFile\(sq\)\)\))852 655 y(6)793 705 y Fl(else)852
+755 y Fp(0)793 805 y Fl(endif)734 854 y(endif)675 904 y(else)734
+954 y Fp(0)675 1004 y Fl(endif)262 1119 y Fp(A)h(\014le)h(is)g(op)q(en)g(if)e
+(no)i(pa)o(wns)g(of)f(an)o(y)g(colour)g(exist)h(on)g(the)g(\014le.)21
+b(A)14 b(\014le)h(is)g(semi{op)q(en)e(if)262 1168 y(only)e(enem)o(y)h(pa)o
+(wns)h(exist)g(on)f(the)i(\014le.)j(Ro)q(oks)12 b(receiv)o(e)i(a)f(b)q(on)o
+(us)f(for)h(b)q(eing)f(on)h(an)f(op)q(en)262 1218 y(\014le.)18
+b(Con)o(trol)13 b(of)g(the)i(op)q(en)f(\014le)g(is)g(vital)f(in)h(order)g(to)
+g(b)q(e)h(able)e(to)h(ev)o(en)o(tually)g(p)q(enetrate)262 1268
+y(to)k(the)i(7th)e(and)h(8th)g(ranks.)33 b(Ev)o(en)19 b(if)f(the)h(opp)q
+(onen)o(t)g(has)g(con)o(trol)g(of)f(the)i(\014le)e(it)h(is)262
+1318 y(imp)q(ortan)o(t)12 b(to)h(rew)o(ard)i(attempts)e(whic)o(h)h(c)o
+(hallenge)g(this)g(con)o(trol.)324 1403 y(This)d(heuristic)g(has)h(the)f
+(added)h(b)q(ene\014t)g(of)e(encouraging)h(the)h(program)d(to)i(op)q(en)g
+(\014les)262 1453 y(whic)o(h)i(it)h(can)g(con)o(trol)g(and)f(k)o(eep)i
+(closed)f(those)h(whic)o(h)f(w)o(ould)f(b)q(ene\014t)i(the)f(opp)q(onen)o(t.)
+324 1538 y(A)k(ro)q(ok)g(is)g(also)f(rew)o(arded)j(for)d(b)q(eing)h(on)g(a)g
+(semi{op)q(en)f(\014le.)31 b(The)19 b(enem)o(y)e(pa)o(wn)262
+1588 y(whic)o(h)12 b(mak)o(es)g(the)h(\014le)f(semi{op)q(en)g(is)h(an)f(ob)o
+(vious)g(w)o(eak)h(p)q(oin)o(t)f(to)g(c)o(hallenge)h(with)f(ones)262
+1638 y(o)o(wn)f(pa)o(wns.)18 b(In)12 b(this)g(w)o(a)o(y)f(the)i(opp)q(onen)o
+(t)f(can)h(b)q(e)f(put)h(on)f(the)g(defensiv)o(e)h(and)f(attempts)262
+1688 y(can)f(b)q(e)h(made)e(to)h(build)f(up)i(pressure)h(or)e(fully)f(op)q
+(en)i(the)g(\014le)f(at)g(an)g(opp)q(ortune)h(momen)o(t.)262
+1837 y Fu(4.7.4)55 b(De\014nition)17 b(24)i(:)24 b(Ro)r(ok)18
+b(on)h(Sev)n(en)n(th)f(Rank)344 1933 y Fh(RS)401 1939 y Fe(col)457
+1933 y Fp(=)501 1902 y Fc(P)545 1912 y Fk(64)545 1945 y Fe(sq)q
+Fk(=1)675 1933 y Fl(if)13 b Fp(\(Occup)o(y\([Ro)q(ok],col,sq\))f
+Fl(and)h Fp(OnRank\(col,sq\))h(=)g(7\))734 1986 y Fl(if)f Fp
+(\(OnRank\(col,KingSq\(Opp\(col\)\)\))g Ff(\025)h Fp(7\))793
+2036 y(14)734 2085 y Fl(else)793 2135 y Fp(6)734 2185 y Fl(endif)675
+2235 y(else)734 2285 y Fp(0)675 2334 y Fl(endif)262 2449 y
+Fp(P)o(enetration)j(to)f(the)h(7th)g(rank)g(is)f(the)h(natural)f(consequence)
+j(and)e(goal)e(of)h(ro)q(ok)h(pla)o(y)957 2574 y(68)p eop
+%%Page: 69 71
+69 70 bop 262 307 a Fp(on)13 b(op)q(en)i(\014les.)k(A)c(ro)q(ok)f(on)f(the)i
+(7th)f(rank)g(can)h(wreak)f(ha)o(v)o(o)q(c)g(on)g(the)h(enem)o(y)e(king)h
+(and)262 357 y(pa)o(wns.)20 b(Therefore)15 b(o)q(ccupation)g(of)f(the)h(7th)g
+(rank)f(b)o(y)g(a)h(ro)q(ok)f(receiv)o(es)i(a)e(b)q(on)o(us.)21
+b(This)262 407 y(b)q(on)o(us)14 b(is)f(esp)q(ecially)h(large)g(if)f(the)i
+(enem)o(y)e(king)g(is)h(on)f(the)i(7th)e(or)h(8th)g(ranks.)262
+558 y Fu(4.7.5)55 b(De\014nition)17 b(25)i(:)24 b(Ro)r(ok)18
+b(V)-5 b(alue)344 649 y Fh(RV)400 655 y Fe(col)456 649 y Fp(=)12
+b Fh(RC)562 655 y Fe(col)614 649 y Fp(+)e Fh(C)s(R)721 655
+y Fe(col)773 649 y Fp(+)g Fh(RO)879 655 y Fe(col)931 649 y
+Fp(+)g Fh(RS)1030 655 y Fe(col)344 748 y Fl(where)380 798 y
+Fh(RC)442 804 y Fe(col)498 798 y Fp(:)23 b Fl(Ro)q(ok{King)15
+b(Closeness)f(\(De\014nitio)o(n)f(21\).)380 898 y Fh(C)s(R)445
+904 y Fe(col)498 898 y Fp(:)23 b Fl(Connected)15 b(Ro)q(oks)g(\(De\014nitio)o
+(n)e(22\).)380 997 y Fh(RO)444 1003 y Fe(col)498 997 y Fp(:)23
+b Fl(Ro)q(ok)16 b(on)f(Op)q(en)g(File)g(\(De\014niti)o(on)d(23\).)380
+1097 y Fh(RS)437 1103 y Fe(col)498 1097 y Fp(:)23 b Fl(Ro)q(ok)16
+b(On)f(Sev)o(en)o(th)f(Rank)h(\(De\014nitio)o(n)e(24\).)262
+1219 y Fp(All)g(the)h(ro)q(ok)g(ev)n(aluation)f(criteria)h(de\014ned)h(in)e
+(this)i(section)f(are)h(summed)d(to)i(calculate)262 1269 y(the)g(total)f(ro)q
+(ok)h(v)n(alue)f(for)h(a)f(giv)o(en)h(colour.)p 641 1363 673
+5 v 641 2027 5 665 v 646 1446 a Fg(0ZrZ0ZkZ)646 1529 y(ZqZ0ZpZp)646
+1612 y(po0LpZpZ)646 1695 y(Z0Z0Z0Z0)646 1778 y(PZ0O0Z0Z)646
+1861 y(Z0Z0O0ZP)646 1944 y(0ZrZ0OPZ)646 2027 y(SRZ0Z0J0)p 1310
+2027 V 641 2031 673 5 v 343 2146 a Fp(Figure)g(4.7:)j Fl(Alatorze\013)d(v)i
+(Capablanca)p Fp(,)d(Mosco)o(w,)h(1935,)e(Blac)o(k)i(to)f(pla)o(y)m(.)324
+2261 y(Applying)g(these)i(ro)q(ok)f(ev)n(aluation)e(criteria)i(to)g(the)h(p)q
+(osition)e(in)g(\014gure)i(4.7)e(giv)o(es:)344 2355 y Fh(RV)400
+2361 y Fe(W)t(hite)533 2355 y Fp(=)h Ff(\000)p Fp(22)9 b(+)h(6)f(+)g(6)g(+)h
+(0)h(=)h Ff(\000)p Fp(10)344 2405 y Fh(RV)400 2411 y Fe(B)q(lack)533
+2405 y Fp(=)i Ff(\000)p Fp(10)9 b(+)h(6)f(+)g(28)g(+)h(14)h(=)g(38)957
+2574 y(69)p eop
+%%Page: 70 72
+70 71 bop 262 307 a Fr(4.8)69 b(Queen)22 b(Ev)l(aluation)262
+434 y Fp(The)12 b(queen)h(is)f(the)h(most)d(p)q(o)o(w)o(erful)i(and)g(also)f
+(the)i(most)e(v)n(aluable)g(piece)i(apart)f(from)e(the)262
+483 y(king.)16 b(The)e(queen)f(has)g(great)g(range)g(whic)o(h)g(allo)o(ws)e
+(it)i(to)f(mak)o(e)g(sim)o(ultaneous)f(m)o(ultiple)262 533
+y(attac)o(ks)j(on)f(enem)o(y)h(pieces.)324 618 y(In)e(the)g(op)q(ening)g(a)g
+(queen)h(should)e(not)h(b)q(e)h(exp)q(osed)g(to)f(hostile)g(attac)o(ks)g
+(where)h(a)f(loss)262 668 y(of)k(temp)q(o)h(will)f(o)q(ccur.)30
+b(Therefore,)19 b(lik)o(e)e(ro)q(oks)h(it)f(should)g(b)q(e)h(k)o(ept)g(bac)o
+(k)g(during)f(the)262 718 y(op)q(ening.)324 803 y(In)g(the)h(middle)d(game)h
+(the)i(queen)g(can)f(truly)g(exert)i(its)e(p)q(o)o(w)o(ers.)29
+b(The)17 b(queen)h(can)262 853 y(harass)c(enem)o(y)f(pieces,)h(help)g(build)f
+(up)h(attac)o(king)f(formations)f(and)h(launc)o(h)h(attac)o(ks)g(on)262
+903 y(the)19 b(enem)o(y)g(king.)33 b(Once)21 b(pieces)f(b)q(egin)f(to)h(b)q
+(e)f(exc)o(hanged)h(the)g(p)q(osition)f(in)o(v)n(ariably)262
+953 y(b)q(ecomes)14 b(clearer)h(and)e(allo)o(ws)g(the)h(queen)h(to)f(mo)o(v)o
+(e)e(with)i(more)f(freedom.)324 1038 y(In)h(the)g(ending)g(a)f(queen)i(is)e
+(ruthless,)i(often)f(pic)o(king)f(up)g(stra)o(y)h(pa)o(wns)g(and)g(holding)
+262 1088 y(bac)o(k)h(enem)o(y)g(adv)n(ances.)24 b(Ev)o(en)16
+b(in)f(inferior)g(endgames,)g(the)h(queen)h(can)e(o\013er)i(coun)o(ter)262
+1138 y(c)o(hances)12 b(and)f(can)g(sometimes)e(b)q(e)i(used)h(to)f(dra)o(w)g
+(otherwise)g(lost)g(games)f(b)o(y)h(a)f(rep)q(etition)262 1187
+y(of)j(mo)o(v)o(es.)262 1339 y Fu(4.8.1)55 b(De\014nition)17
+b(26)i(:)24 b(Queen{King)18 b(Closeness)344 1506 y Fh(QC)407
+1512 y Fe(col)462 1506 y Fp(=)506 1475 y Fc(P)550 1485 y Fk(64)550
+1518 y Fe(sq)q Fk(=1)675 1506 y Fl(if)13 b Fp(\(Occup)o
+(y\([Queen],col,sq\)\))734 1559 y Ff(\000)p Fp(2)p Ff(\001)p
+Fp(KingDistance\(sq,KingSq\(Opp\(col\)\)\))675 1608 y Fl(else)734
+1658 y Fp(0)675 1708 y Fl(endif)262 1835 y Fp(The)j(queen)h(is)f(p)q
+(enalised)h(for)f(its)g(distance)h(from)d(the)j(enem)o(y)f(king.)24
+b(A)16 b(queen)h(on)f(the)262 1885 y(same)e(rank)h(\(or)h(\014le\))g(as)f
+(the)h(enem)o(y)f(king)f(will)g(receiv)o(e)j(no)e(p)q(enalt)o(y)h(regardless)
+g(of)f(the)262 1934 y(corresp)q(onding)g(\014le)g(\(or)g(rank\))f(distance.)
+21 b(An)o(y)15 b(p)q(enalties)g(giv)o(en)f(will)g(b)q(e)h(directly)g(pro-)262
+1984 y(p)q(ortional)d(to)i(the)h(minim)n(um)9 b(rank)14 b(or)g(\014le)g
+(distance.)324 2069 y(This)c(criterion)h(therefore)h(encourages)g(the)g
+(queen)f(to)f(k)o(eep)i(close)f(to)f(the)i(enem)o(y)d(king)262
+2119 y(with)k(resp)q(ect)j(to)d(either)h(the)g(rank)g(or)f(\014le)h
+(distance,)g(not)f(b)q(oth.)18 b(If)c(a)f(more)f(dominating)262
+2169 y(queen/king)g(p)q(osition)f(is)h(w)o(arran)o(ted,)h(the)g(king)e(safet)
+o(y)i(criteria)f(will)f(highligh)o(t)f(this)j(and)262 2219
+y(encourage)h(its)g(ac)o(hiev)o(emen)o(t.)957 2574 y(70)p eop
+%%Page: 71 73
+71 72 bop 262 307 a Fu(4.8.2)55 b(De\014nition)17 b(27)i(:)24
+b(Queen)19 b(P)n(o)n(w)n(er)344 474 y Fh(QP)404 480 y Fe(col)459
+474 y Fp(=)503 443 y Fc(P)547 453 y Fk(64)547 486 y Fe(sq)q
+Fk(=1)675 474 y Fl(if)13 b Fp(\(A)o(ttac)o(k)o(ed\([Queen],col,sq\))675
+527 y Fl(and)i(not)e Fp(A)o(ttac)o(k)o(ed\([P)o(a)o(wn,Knigh)o(t,Bishop,Ro)q
+(ok],Opp\(col\),)o(sq\)\))734 577 y(1)675 626 y Fl(else)734
+676 y Fp(0)675 726 y Fl(endif)262 853 y Fp(As)h(explained)f(in)h(the)g
+(mobilit)o(y)d(de\014nition,)i(a)h(straigh)o(t)f(forw)o(ard)h(measure)g(of)f
+(a)g(queens)262 903 y(mobilit)o(y)e(is)k(not)g(adequate.)22
+b(It)15 b(is)g(often)g(the)g(queens)h(placemen)o(t)f(rather)h(than)f(its)f
+(mo-)262 952 y(bilit)o(y)d(whic)o(h)i(is)g(imp)q(ortan)o(t.)j(I)d(feel)g(a)f
+(queens)j(real)e(mobilit)o(y)c(is)k(the)h(n)o(um)o(b)q(er)e(of)g(squares)262
+1002 y(it)i(can)i(actually)e(mo)o(v)o(e)g(to)h(without)f(b)q(eing)i(captured)
+g(b)o(y)f(lo)o(w)o(er)g(v)n(alued)f(enem)o(y)h(pieces.)262
+1052 y(Therefore,)c(the)f(queen)h(is)f(encouraged)h(to)e(maximi)o(se)f(its)i
+(mobilit)o(y)d(to)i(accessible)i(squares)262 1102 y(only)m(.)16
+b(This)d(means)f(attac)o(ks)i(on)e(squares)j(whic)o(h)d(are)i(undefended)g
+(or)f(only)g(defended)h(b)o(y)262 1152 y(the)g(enem)o(y)f(queen)i(or)f(king)f
+(are)h(w)o(orth)o(while.)324 1237 y(I)f(feel)h(this)f(criterion)h(pro)o
+(vides)g(a)f(m)o(uc)o(h)g(b)q(etter)i(ev)n(aluation)d(of)h(a)g(queen's)h
+(degree)h(of)262 1287 y(freedom)e(in)g(a)h(giv)o(en)f(p)q(osition)g(than)h
+(the)h(more)d(traditional)h(mobilit)o(y)e(functions.)262 1438
+y Fu(4.8.3)55 b(De\014nition)17 b(28)i(:)24 b(Queen)19 b(V)-5
+b(alue)344 1600 y Fh(QV)401 1606 y Fe(col)457 1600 y Fp(=)12
+b Fh(QC)564 1606 y Fe(col)616 1600 y Fp(+)e Fh(QP)718 1606
+y Fe(col)344 1700 y Fl(where)380 1750 y Fh(QC)443 1756 y Fe(col)498
+1750 y Fp(:)23 b Fl(Queen{King)14 b(Closeness)g(\(De\014niti)o(on)e(26\).)380
+1849 y Fh(QP)440 1855 y Fe(col)498 1849 y Fp(:)23 b Fl(Queen)15
+b(P)o(o)o(w)o(er)f(\(De\014niti)o(on)f(27\).)262 1976 y Fp(All)f(the)i(queen)
+g(ev)n(aluation)e(criteria)i(de\014ned)g(in)f(this)h(section)g(are)f(summed)f
+(in)h(order)h(to)262 2026 y(calculate)f(the)i(total)e(queen)i(v)n(alue)e(for)
+h(a)f(giv)o(en)h(colour.)324 2111 y(Applying)e(these)j(queen)f(ev)n(aluation)
+e(criteria)h(to)h(the)g(p)q(osition)e(in)h(\014gure)h(4.7)e(giv)o(es:)344
+2208 y Fh(QV)401 2214 y Fe(W)t(hite)533 2208 y Fp(=)i Ff(\000)p
+Fp(4)c(+)f(10)i(=)h(6)344 2258 y Fh(QV)401 2264 y Fe(B)q(lack)533
+2258 y Fp(=)i Ff(\000)p Fp(10)9 b(+)h(13)h(=)h(3)957 2574 y(71)p
+eop
+%%Page: 72 74
+72 73 bop 262 307 a Fr(4.9)69 b(King)23 b(Ev)l(aluation)262
+434 y Fp(The)15 b(king)g(is)g(the)h(most)f(imp)q(ortan)o(t)e(piece)k(on)e
+(the)h(b)q(oard.)22 b(Its)16 b(loss)g(means)e(the)i(end)g(of)262
+483 y(the)e(game.)324 569 y(In)e(the)i(op)q(ening,)e(the)h(king)f(m)o(ust)g
+(seek)i(a)e(sa)o(v)o(e)h(ha)o(v)o(en)g(protected)h(b)o(y)f(its)f(o)o(wn)h(pa)
+o(wns)262 618 y(and)g(pieces.)20 b(This)13 b(is)h(generally)g(b)q(est)h
+(accomplished)e(b)o(y)g(castling.)324 704 y(In)j(the)h(middle)e(game,)g(the)i
+(king)e(m)o(ust)h(still)f(b)q(e)i(protected)h(against)e(attac)o(k.)26
+b(This)262 753 y(protection)16 b(will)e(in)o(v)o(olv)o(e)g(a)h(strong)h(pa)o
+(wn)f(structure)j(in)d(fron)o(t)h(of)e(the)j(king)d(with)i(piece)262
+803 y(co)o(v)o(er)e(for)f(an)o(y)h(w)o(eak)g(p)q(oin)o(ts.)324
+889 y(In)j(the)h(endgame,)g(unlik)o(e)e(other)j(stages)f(of)f(the)h(game,)f
+(the)h(king)e(is)i(a)f(strong)h(at-)262 938 y(tac)o(king)g(piece.)33
+b(A)19 b(king)f(can)h(supp)q(ort)g(its)g(o)o(wn)f(pieces)i(and)f(pa)o(wns)g
+(or)f(p)q(enetrate)j(a)262 988 y(w)o(eak)16 b(enem)o(y)f(pa)o(wn)h(structure)
+j(to)d(win)f(material.)24 b(Late)16 b(activ)n(ation)f(of)h(a)g(king)f(in)h
+(the)262 1038 y(endgame)e(could)h(b)q(e)g(disastrous.)23 b(Therefore,)16
+b(the)g(king)e(m)o(ust)h(b)q(e)g(suitably)g(p)q(ositioned)262
+1088 y(to)e(tak)o(e)h(adv)n(an)o(tage)f(of)g(an)o(y)h(w)o(eaknesses)i(in)d
+(the)i(opp)q(osing)e(forces.)262 1239 y Fu(4.9.1)55 b(De\014nition)17
+b(29)i(:)24 b(King)19 b(On)g(Op)r(en)f(Files)344 1371 y Fh(K)s(O)414
+1377 y Fe(col)470 1371 y Fp(=)513 1339 y Fc(P)557 1350 y Fk(64)557
+1383 y Fe(sq)q Fk(=1)640 1371 y Fh(K)s(F)705 1377 y Fe(col;sq)344
+1473 y Fl(where)380 1523 y Fh(K)s(F)445 1529 y Fe(col;sq)544
+1523 y Fp(:)36 b Fl(if)13 b Fp(\(Occup)o(y\([King],col,sq\))g
+Fl(and)g Fp(Has\([Ro)q(ok,Queen],Opp\(col\)\)\))651 1573 y
+Fl(if)g Fp(\(Op)q(en\(OnFile\(sq\)\)\))710 1623 y Fh(K)s(F)775
+1629 y Fe(col;sq)873 1623 y Fp(=)e Ff(\000)p Fp(2)f Ff(\001)e
+Fh(phase)651 1673 y Fl(else)710 1722 y(if)13 b Fp(\(SemiOp)q
+(en\(Opp\(col\),OnFile\(sq\)\))710 1772 y Fl(or)h Fp(SemiOp)q
+(en\(col,OnFile\(sq\)\)\))769 1822 y Fh(K)s(F)834 1828 y Fe(col;sq)932
+1822 y Fp(=)d Ff(\000)p Fh(phase)710 1872 y Fl(else)769 1922
+y Fh(K)s(F)834 1928 y Fe(col;sq)932 1922 y Fp(=)g(0)710 1971
+y Fl(endif)651 2021 y(endif)651 2071 y(if)i Fp(\(OnFile\(sq\))h(=)h(2)e
+Fl(or)h Fp(3)f Fl(or)h Fp(4)f Fl(or)g Fp(8\))710 2121 y Fl(if)g
+Fp(\(Op)q(en\(OnFile\(sq\))p Ff(\000)p Fp(1\)\))769 2171 y
+Fh(K)s(F)834 2177 y Fe(col;sq)932 2171 y Fp(=)e Ff(\000)p Fh(phase)710
+2221 y Fl(else)769 2270 y(if)i Fp(\(SemiOp)q(en\(Opp\(col\),OnFile\(sq\))p
+Ff(\000)p Fp(1\)\))828 2320 y Fh(K)s(F)893 2326 y Fe(col;sq)991
+2320 y Fp(=)e Ff(\000)p Fh(phase=)p Fp(2)769 2370 y Fl(endif)710
+2420 y(endif)957 2574 y Fp(72)p eop
+%%Page: 73 75
+73 74 bop 651 307 a Fl(else)710 357 y(if)13 b Fp(\(Op)q
+(en\(OnFile\(sq\)+1\)\))769 407 y Fh(K)s(F)834 413 y Fe(col;sq)932
+407 y Fp(=)e Ff(\000)p Fh(phase)710 457 y Fl(else)769 506 y(if)i
+Fp(\(SemiOp)q(en\(Opp\(col\),OnFile\(sq\)+1\)\))828 556 y Fh(K)s(F)893
+562 y Fe(col;sq)991 556 y Fp(=)e Ff(\000)p Fh(phase=)p Fp(2)769
+606 y Fl(endif)710 656 y(endif)651 706 y(endif)592 756 y(else)651
+805 y Fh(K)s(F)716 811 y Fe(col;sq)813 805 y Fp(=)h(0)592 855
+y Fl(endif)262 982 y Fp(The)k(king)f(is)g(p)q(enalised)h(for)g(b)q(eing)g(on)
+f(either)i(an)e(op)q(en)h(or)g(semi{op)q(en)f(\014le.)24 b(It)16
+b(is)f(also)262 1032 y(p)q(enalised)e(for)f(b)q(eing)h(adjacen)o(t)g(to)g(an)
+g(op)q(en)g(or)g(semi{op)q(en)f(\014le)h(under)h(t)o(w)o(o)e(conditions:)312
+1150 y(1.)20 b(The)d(king)e(is)g Fl(not)g Fp(on)h(either)h(the)f('A')f(or)h
+('H')f(\014les)h(and)g(the)g(op)q(en)h(\014le)f(is)f(on)h(the)365
+1200 y(adjacen)o(t)e(\014le)g(nearest)i(the)e(edge)h(of)e(the)h(b)q(oard.)312
+1283 y(2.)20 b(The)15 b(king)e(is)g(on)h(either)h(the)f('A')f(or)h('H')f
+(\014les)i(and)e(the)i(op)q(en)f(\014le)g(is)g(adjacen)o(t.)262
+1401 y(Note)g(these)h(p)q(enalties)g(are)f(only)f(imp)q(osed)g(if)g(the)i
+(opp)q(onen)o(t)f(has)g(the)g(necessary)i(pieces)262 1451 y(to)d(tak)o(e)h
+(adv)n(an)o(tage)f(of)g(the)i(w)o(eakness.)262 1603 y Fu(4.9.2)55
+b(De\014nition)17 b(30)i(:)24 b(W)-5 b(eak)19 b(Squares)f(around)h(King)262
+1715 y Fp(Con)o(trol)10 b(m)o(ust)h(b)q(e)h(held)g(o)o(v)o(er)g(the)g(w)o
+(eak)f(squares)i(around)f(the)g(king.)k(By)c(w)o(eak)g(squares)h(I)262
+1765 y(mean)e(those)j(squares)g(not)f(co)o(v)o(ered)h(b)o(y)f(friendly)g(pa)o
+(wns)g(whic)o(h)g(are)g(therefore,)h(p)q(ossible)262 1815 y(pa)o(wn)e(holes.)
+18 b(These)d(pa)o(wn)d(holes)i(are)f(ideal)g(w)o(eak)g(p)q(oin)o(ts)g(for)f
+(the)i(opp)q(onen)o(t)g(to)f(attac)o(k)262 1864 y(and)g(o)q(ccup)o(y)m(.)344
+1985 y Fh(W)6 b(S)414 1991 y Fe(col)470 1985 y Fp(=)12 b Fh(W)6
+b(K)594 1992 y Fe(col;C)r(entr)q(alP)t(oint)p Fk(\()p Fe(K)r(ing)q(S)r(q)q
+Fk(\()p Fe(col)p Fk(\)\))344 2085 y Fl(where)380 2140 y Fh(W)g(K)460
+2146 y Fe(col;csq)574 2140 y Fp(:)616 2108 y Fc(P)660 2119
+y Fk(64)660 2152 y Fe(sq)q Fk(=1)746 2140 y Fl(if)12 b Fp
+(\(Distance\(sq,csq\))k Ff(\024)e Fp(1)f Fl(and)746 2193 y(not)g
+Fp(\(A)o(ttac)o(k)o(ed\([P)o(a)o(wn],col,sq\))f Fl(or)i Fp(Occup)o(y\([P)o(a)
+o(wn],col,sq\)\)\))805 2242 y Fh(C)s(O)870 2248 y Fe(col;sq)964
+2242 y Fp(+)c Fh(O)q(C)1069 2248 y Fe(col;sq)1163 2242 y Fp(+)g
+Fh(F)c(B)1269 2248 y Fe(col;sq)1363 2242 y Fp(+)k Fh(E)r(B)1469
+2248 y Fe(col;sq)746 2292 y Fl(else)805 2342 y Fp(0)746 2392
+y Fl(endif)957 2574 y Fp(73)p eop
+%%Page: 74 76
+74 75 bop 380 307 a Fh(C)s(O)445 313 y Fe(col;sq)544 307 y
+Fp(:)60 b Fl(if)13 b Fp(\(Con)o(trol\(sq\))g(=)i(col\))675
+357 y Ff(\000)p Fp(1)616 407 y Fl(else)675 457 y Ff(\000)p
+Fp(4)616 506 y Fl(endif)380 606 y Fh(O)q(C)443 612 y Fe(col;sq)542
+606 y Fp(:)62 b Fl(if)13 b Fp(\(Occup)o(y\([An)o(y],Opp\(col\),sq\)\))675
+656 y Ff(\000)p Fp(8)616 706 y Fl(else)675 756 y Fp(0)616 805
+y Fl(endif)380 905 y Fh(F)6 b(B)444 911 y Fe(col;sq)543 905
+y Fp(:)61 b Fl(if)13 b Fp(\(A)o(ttac)o(k)o(ed\([Bishop],col,sq\)\))675
+955 y(6)616 1005 y Fl(else)675 1054 y(if)g Fp(\(Occup)o
+(y\([Bishop],col,sq\)\))746 1104 y(16)675 1154 y Fl(else)746
+1204 y Fp(0)675 1254 y Fl(endif)616 1303 y(endif)380 1403 y
+Fh(E)r(B)444 1409 y Fe(col;sq)544 1403 y Fp(:)60 b Fl(if)13
+b Fp(\(A)o(ttac)o(k)o(ed\([Bishop,Queen],Opp\(col\),sq\)\))675
+1453 y Ff(\000)p Fp(6)616 1503 y Fl(else)675 1553 y Fp(0)616
+1602 y Fl(endif)262 1721 y Fp(Squares)i(on)f(or)h(adjacen)o(t)f(to)h(the)g
+(cen)o(tral)g(p)q(oin)o(t)f(of)f(the)j(king's)d(defensiv)o(e)i(p)q(osition)f
+(are)262 1771 y(p)q(enalised)e(for)f(b)q(eing)h(w)o(eak)g(if)f(they)h(are)h
+(not)e(o)q(ccupied)i(or)f(attac)o(k)o(ed)g(b)o(y)g(friendly)f(pa)o(wns.)262
+1820 y(Squares)k(are)h(quite)f(hea)o(vily)e(p)q(enalised)j(for)e(not)h(b)q
+(eing)g(con)o(trolled)g(b)o(y)f(friendly)h(pieces.)262 1870
+y(Additionally)m(,)9 b(an)k(o)q(ccupied)g(w)o(eak)g(square)g(is)g(hea)o(vily)
+e(p)q(enalised.)18 b(A)13 b(b)q(on)o(us)g(is)f(receiv)o(ed)262
+1920 y(if)f(a)i(friendly)f(bishop)h(attac)o(ks)g(the)g(w)o(eak)g(square)g(or)
+g(o)q(ccupies)h(the)f(actual)g(square)g(itself.)262 1970 y(A)i(p)q(enalt)o(y)
+h(is)f(levied)h(if)f(the)h(opp)q(onen)o(t)g(has)f(a)h(bishop)f(or)h(queen)g
+(whic)o(h)g(can)g(in\014ltrate)262 2020 y(the)e(w)o(eak)g(square.)324
+2105 y(These)19 b(criteria)f(will)f(encourage)i(the)f(program)e(to)i(force)h
+(w)o(eak)f(squares)h(near)f(the)262 2155 y(opp)q(onen)o(ts)12
+b(king)f(and)g(realise)h(whic)o(h)f(of)g(its)h(pieces)g(are)g(therefore)h
+(made)e(more)f(v)n(aluable.)262 2205 y(It)16 b(will)e(also)i(encourage)h
+(vital)e(o)q(ccupation)h(and)g(blo)q(c)o(k)n(ade)g(of)f(these)j(w)o(eak)e(p)q
+(oin)o(ts.)25 b(Of)262 2254 y(course,)20 b(the)f(program)e(will)g(b)q(e)i
+(discouraged)g(from)e(allo)o(wing)f(suc)o(h)k(w)o(eak)e(squares)i(to)262
+2304 y(dev)o(elop)14 b(near)i(its)e(o)o(wn)h(king.)20 b(Ev)o(en)15
+b(if)f(it)g(is)h(forced)g(to)g(accept)h(some)e(w)o(eak)g(squares,)i(it)262
+2354 y(will)9 b(activ)o(ely)i(seek)i(to)e(exc)o(hange)h(the)g(opp)q(onen)o
+(ts)g(most)e(dangerous)i(pieces)g(with)f(resp)q(ect)262 2404
+y(to)i(those)i(w)o(eaknesses.)957 2574 y(74)p eop
+%%Page: 75 77
+75 76 bop 262 307 a Fu(4.9.3)55 b(De\014nition)17 b(31)i(:)24
+b(Mating)19 b(Net)262 419 y Fp(The)g(kings)f(p)q(osition)g(should)g(alw)o(a)o
+(ys)f(b)q(e)j(c)o(hec)o(k)o(ed)f(to)g(see)h(if)d(a)i(mating)d(net)j(is)g(b)q
+(eing)262 469 y(formed)e(around)h(it.)31 b(The)19 b(building)e(of)g(suc)o(h)j
+(a)e(mating)e(net)j(around)f(the)h(opp)q(onen)o(ts)262 519
+y(king)d(is)i(to)f(b)q(e)h(encouraged.)30 b(It)17 b(will,)g(ho)o(w)o(ev)o
+(er,)h(b)q(e)g(discouraged)g(from)e(allo)o(wing)f(the)262 569
+y(opp)q(onen)o(t)f(to)f(ac)o(hiev)o(e)i(similar)c(aims.)344
+666 y Fh(M)5 b(N)422 672 y Fe(col)478 666 y Fp(=)12 b Fh(N)5
+b(T)584 672 y Fe(col)344 766 y Fl(where)380 816 y Fh(N)g(T)442
+822 y Fe(col)500 816 y Fp(:)33 b(W)m(eakSqs)13 b(=)i(0)545
+865 y Fh(N)5 b(T)607 871 y Fe(col)663 865 y Fp(=)11 b(0)545
+915 y Fl(for)k(eac)o(h)g(square)f Fp(sq)g Fl(do)604 965 y(if)f
+Fp(\(Distance\(KingSq\(col\),sq\))h(=)g(1\))663 1015 y(di\013)g(=)g
+Fh(])p Fp(Di\013A)o(ttac)o(ks\(Opp\(col\),sq\))663 1065 y Fl(if)f
+Fp(\(Con)o(trol\(sq\))h(=)g(Opp\(col\))g Fl(or)f Fp(di\013)h
+Fh(>)g Fp(0\))722 1114 y(W)m(eakSqs)g(=)g(W)m(eakSqs)f(+)h(1)722
+1164 y Fl(if)f Fp(\()p Fh(])p Fp(A)o(ttac)o(ks\([An)o(y],Opp\(col\),sq\))h
+Fh(>)g Fp(1\))781 1214 y Fh(N)814 1220 y Fe(col)870 1214 y
+Fp(=)e Fh(N)947 1220 y Fe(col)1000 1214 y Ff(\000)e Fp(4)f
+Ff(\001)g Fh(dif)t(f)14 b Ff(\000)c Fp(2)722 1264 y Fl(endif)663
+1314 y(endif)604 1363 y(endif)545 1413 y(endfor)545 1463 y(if)j
+Fp(\(KingSq\(col\))g(=)h(a8)g Fl(or)f Fp(h8)h Fl(or)f Fp(a1)g
+Fl(or)h Fp(h1\))604 1513 y(W)m(eakSqs)g(=)g(W)m(eakSqs)f(+)h(1)545
+1563 y Fl(endif)545 1613 y Fh(N)578 1619 y Fe(col)634 1613
+y Fp(=)e Fh(N)711 1619 y Fe(col)764 1613 y Ff(\000)e Fh(T)830
+1619 y Fe(W)t(eak)q(S)r(q)q(s)380 1712 y Fh(T)404 1718 y Fe(c)435
+1712 y Fp(:)98 b([0,)13 b(8,)g(20,)g(36,)g(56,)f(80,)h(108,)g(140,)g(180])604
+1762 y(Indexed)i(b)o(y)f(w)o(eak)f(square)i(coun)o(t)f(c)g(\(0)g(to)g(8\))262
+1880 y(An)o(y)f(squares)i(adjacen)o(t)f(to)g(the)g(king)f(are)h(p)q(enalised)
+h(for)e(lac)o(k)g(of)h(con)o(trol.)j(P)o(articularly)262 1930
+y(if)c(the)h(opp)q(onen)o(t)g(has)g(t)o(w)o(o)g(or)g(more)e(pieces)k(in)o
+(terw)o(orking)d(against)g(the)i(square.)324 2015 y(Notice)d(the)f(p)q(enalt)
+o(y)h(for)f(the)h(n)o(um)o(b)q(er)e(of)h(w)o(eak)g(squares)i(whic)o(h)e(ma)o
+(y)e(form)h(a)h(mating)262 2065 y(net)16 b(rises)g(dramatically)m(,)d(the)j
+(larger)g(the)g(n)o(um)o(b)q(er)f(of)g(suc)o(h)h(squares.)25
+b(The)16 b(king)e(is)i(ad-)262 2115 y(ditionally)11 b(p)q(enalised)k(for)e(b)
+q(eing)h(on)g(a)f(corner)i(square.)k(This)14 b(is)g(b)q(ecause)i(the)e(p)q
+(oten)o(tial)262 2165 y(n)o(um)o(b)q(er)c(of)g(escap)q(e)j(squares)f(for)e
+(the)i(king)e(from)f(a)i(corner)h(square)g(are)f(sev)o(erely)h(reduced.)262
+2215 y(This)i(w)o(ould)h(not)f(b)q(e)i(pic)o(k)o(ed)f(up)g(b)o(y)g(the)g
+(general)h(w)o(eak)e(square)i(coun)o(t)f(previously)g(cal-)262
+2265 y(culated.)j(Therefore)d(an)f(adjustmen)o(t)f(is)h(made)e(to)i(allo)o(w)
+e(for)i(this)g(p)q(ossibilit)o(y)m(.)957 2574 y(75)p eop
+%%Page: 76 78
+76 77 bop 262 307 a Fu(4.9.4)55 b(De\014nition)17 b(32)i(:)24
+b(Chec)n(k)19 b(Threats)262 419 y Fp(The)c(kings)g(p)q(osition)f(m)o(ust)g(b)
+q(e)i(monitored)e(and)h(the)g(p)q(oten)o(tial)g(threats)h(of)f(an)o(y)f(c)o
+(hec)o(ks)262 469 y(assessed.)19 b(Chec)o(k)13 b(mo)o(v)o(es)d(can)i(b)q(e)h
+(v)o(ery)f(e\013ectiv)o(e;)h(the)g(v)n(alue)e(of)g(whic)o(h)h(can)g(b)q(e)h
+(an)o(ything)262 519 y(from)d(a)i(gain)f(in)h(temp)q(o)g(to)g(c)o(hec)o
+(kmate)g(itself.)17 b(Of)c(course)g(some)f(c)o(hec)o(k)h(mo)o(v)o(es)e(ma)o
+(y)f(also)262 569 y(b)q(e)i(inferior)f(for)h(the)g(side)g(giving)f(the)h(c)o
+(hec)o(k,)h(p)q(ossibly)e(resulting)h(in)g(the)g(loss)g(of)f(a)g(temp)q(o)262
+618 y(or)i(w)o(orse)i(still)e(the)h(c)o(hec)o(king)h(piece.)j(A)c(w)o(ell)g
+(kno)o(wn)f(c)o(hess)i(sa)o(ying)e(states:)365 737 y("P)o(atzer)i(sees)h(c)o
+(hec)o(k;)e(P)o(atzer)h(giv)o(es)f(c)o(hec)o(k.")262 855 y(Indicating)i(that)
+h(it)g(is)g(not)g(alw)o(a)o(ys)g(wise)g(to)g(put)h(y)o(our)f(opp)q(onen)o(t)g
+(in)g(c)o(hec)o(k.)29 b(In)17 b(fact,)262 905 y(often)f(the)h(threat)g(is)f
+(stronger)i(than)e(the)h(execution.)27 b(This)16 b(criterion)h(m)o(ust)e
+(therefore)262 955 y(determine)d(the)i(relativ)o(e)f(merits)f(of)g(eac)o(h)i
+(c)o(hec)o(k)g(threat)f(and)g(decide)h(what)f(p)q(enalties)g(\(if)262
+1005 y(an)o(y\))g(to)h(assign.)344 1138 y Fh(C)s(T)401 1144
+y Fe(col)457 1138 y Fp(=)d Fh(T)6 b(S)555 1145 y Fe(col;K)r(ing)q(S)r(q)q
+Fk(\()p Fe(col)p Fk(\))344 1237 y Fl(where)380 1287 y Fh(T)g(S)435
+1293 y Fe(col;k)q(sq)553 1287 y Fp(:)t(TChec)o(k)14 b(=)g(0)569
+1337 y Fh(T)6 b(S)624 1343 y Fe(col)680 1337 y Fp(=)11 b(0)569
+1387 y Fl(for)k(eac)o(h)g(square)e Fp(sq)h Fl(do)628 1437 y(for)h(eac)o(h)g
+(square)e Fp(sq1)h Fl(do)687 1486 y(if)e Fp(\(P)o(oten)o(tialChec)o
+(k\(Opp\(col\),sq,sq1\)\))746 1536 y Fl(if)g Fp(\()p Fh(])p
+Fp(Di\013A)o(ttac)o(ks\(Opp\(col\),sq1\))j Fh(>)f Fp(0\))805
+1586 y(TChec)o(k)g(=)g(TChec)o(k)h(+)f(1)805 1636 y Fl(if)f
+Fp(\()p Fh(])p Fp(SafeBlo)q(c)o(ks\(col,ksq,sq1\))g(=)h(0\))864
+1686 y Fl(if)28 b Fp(\()p Fl(not)13 b Fp(Escap)q(e\(col,sq,sq1\)\))923
+1735 y Fh(M)5 b(ateT)h(hr)q(eat)1154 1741 y Fe(col)1210 1735
+y Fp(=)14 b(true)923 1785 y Fh(T)6 b(S)978 1791 y Fe(col)1034
+1785 y Fp(=)12 b Fh(T)6 b(S)1133 1791 y Fe(col)1186 1785 y
+Ff(\000)k Fp(128)864 1835 y Fl(else)923 1885 y Fh(T)c(S)978
+1891 y Fe(col)1034 1885 y Fp(=)12 b Fh(T)6 b(S)1133 1891 y
+Fe(col)1186 1885 y Ff(\000)k Fp(16)864 1935 y Fl(endif)805
+1984 y(else)864 2034 y Fh(T)c(S)919 2040 y Fe(col)975 2034
+y Fp(=)12 b Fh(T)6 b(S)1074 2040 y Fe(col)1127 2034 y Ff(\000)k
+Fp(\(6)f Ff(\000)g Fh(]S)r(af)t(eB)r(l)q(ock)q(s)q Fp(\()p
+Fh(col)q(;)e(k)q(sq)q(;)g(sq)q Fp(1\)\))805 2084 y Fl(endif)746
+2134 y(else)805 2184 y Fh(T)f(S)860 2190 y Fe(col)916 2184
+y Fp(=)12 b Fh(T)6 b(S)1015 2190 y Fe(col)1068 2184 y Ff(\000)k
+Fp(2)746 2234 y Fl(endif)687 2283 y(endif)628 2333 y(endfor)569
+2383 y(endfor)569 2433 y Fh(T)c(S)624 2439 y Fe(col)680 2433
+y Fp(=)11 b Fh(T)6 b(S)778 2439 y Fe(col)832 2433 y Ff(\000)k
+Fh(K)s(T)936 2439 y Fe(T)t(C)r(heck)957 2574 y Fp(76)p eop
+%%Page: 77 79
+77 78 bop 380 357 a Fh(K)s(T)442 363 y Fe(n)479 357 y Fp(:)78
+b([0,14,30,4)o(8,7)o(0,8)o(6,1)o(00,)o(110,)o(120)o(,120)o(,12)o(0,1)o(20,)o
+(120,)o(120)o(,120)o(,12)o(0])628 407 y(Indexed)14 b(b)o(y)g(n)o(um)o(b)q(er)
+f(of)h(lik)o(ely)e(c)o(hec)o(ks)j(n)f(\(0)g(to)g(15\).)262
+525 y(P)o(enalties)20 b(are)h(giv)o(en)f(for)g(p)q(oten)o(tial)g(c)o(hec)o
+(ks)i(if)e(the)h(side)f(giving)f(c)o(hec)o(k)j(has)f(enough)262
+575 y(con)o(trol)16 b(o)o(v)o(er)g(the)h(c)o(hec)o(king)g(square.)27
+b(Chec)o(ks)17 b(are)g(considered)h(more)d(serious)j(if)d(there)262
+625 y(are)i(no)f(safe)h(blo)q(c)o(king)e(mo)o(v)o(es)h(a)o(v)n(ailable)e(for)
+j(the)g(defender.)27 b(In)17 b(fact,)g(if)f(there)i(is)e(also)262
+675 y(no)f(escap)q(e)i(square)f(for)f(the)h(c)o(hec)o(k)o(ed)h(king,)e(the)h
+(situation)f(is)g(considered)i(v)o(ery)f(serious)262 725 y(indeed.)h(The)12
+b Fm(MateThr)n(e)n(at)e Fp(predicate)i(is)f(set)h(to)f(indicate)g(the)h(sev)o
+(erit)o(y)g(of)e(the)i(situation.)262 774 y(Hence,)18 b(increasing)f(the)g(n)
+o(um)o(b)q(er)g(of)f(safe)h(blo)q(c)o(ks)g(is)f(rew)o(arded)i(as)f(is)g
+(creating)g(escap)q(e)262 824 y(squares)e(for)e(the)i(threatened)g(king.)324
+909 y(These)e(criteria,)f(therefore,)i(encourage)f(the)g(program)d(to)i(main)
+o(tain)d(a)j(king)f(p)q(osition)262 959 y(free)g(from)e(c)o(hec)o(ks)k(and)e
+(to)f(pro)o(vide)h(enough)g(p)q(oten)o(tial)g(piece)g(co)o(v)o(er)h(to)f
+(parry)g(an)o(y)f(c)o(hec)o(ks)262 1009 y(receiv)o(ed.)262
+1161 y Fu(4.9.5)55 b(De\014nition)17 b(33)i(:)24 b(King)19
+b(T)-5 b(able)344 1256 y Fh(K)s(T)406 1262 y Fe(col)462 1256
+y Fp(=)506 1225 y Fc(P)550 1236 y Fk(64)550 1269 y Fe(sq)q
+Fk(=1)675 1256 y Fl(if)13 b Fp(\(Occup)o(y\([King],col,sq\)\))734
+1309 y Fh(K)s(S)r(T)823 1315 y Fe(col;sq)675 1359 y Fl(else)734
+1409 y Fp(0)675 1459 y Fl(endif)344 1558 y(where)380 1608 y
+Fh(K)s(S)r(T)469 1614 y Fe(col;sq)570 1608 y Fp(:)34 b(King)13
+b(Square)i(T)m(able.)i(Initialised)c(b)q(efore)h(eac)o(h)h(searc)o(h.)616
+1658 y(See)g(planning)d(section)j(4.11.6)d(for)h(details.)262
+1785 y(A)k(static)g(king)g(square)h(table)f(will)f(b)q(e)i(used)g(to)f(store)
+h(the)g(v)n(alues)f(of)f(eac)o(h)i(square)g(for)262 1835 y(ha)o(ving)e(a)i
+(king)f(o)q(ccup)o(y)h(that)g(square.)31 b(This)17 b(enables)i(kno)o(wledge)e
+(calculated)h(at)g(the)262 1884 y(ro)q(ot)c(to)h(b)q(e)g(e\016cien)o(tly)g
+(applied)f(at)g(leaf)g(no)q(des.)22 b(The)15 b(table)f(will)g(b)q(e)h
+(calculated)g(b)q(efore)262 1934 y(commencemen)o(t)c(of)j(the)g(searc)o(h)h
+(in)e(an)h(initial)e(planning)h(phase.)262 2086 y Fu(4.9.6)55
+b(De\014nition)17 b(34)i(:)24 b(King)19 b(V)-5 b(alue)344 2177
+y Fh(K)s(V)406 2183 y Fe(col)462 2177 y Fp(=)12 b(\()p Fh(K)s(O)592
+2183 y Fe(col)645 2177 y Fp(+)e Fh(W)c(S)757 2183 y Fe(col)810
+2177 y Fp(+)k Fh(M)5 b(N)930 2183 y Fe(col)983 2177 y Fp(+)10
+b Fh(C)s(T)1082 2183 y Fe(col)1126 2177 y Fp(\))f Ff(\001)g
+Fh(phase=)p Fp(16)g(+)g Fh(K)s(T)1452 2183 y Fe(col)344 2277
+y Fl(where)380 2326 y Fh(K)s(O)450 2332 y Fe(col)510 2326 y
+Fp(:)23 b Fl(King)15 b(On)g(Op)q(en)g(Files)f(\(De\014nition)e(29\).)380
+2426 y Fh(W)6 b(S)450 2432 y Fe(col)510 2426 y Fp(:)23 b Fl(W)l(eak)17
+b(Squares)d(around)g(King)h(\(De\014nition)d(30\).)957 2574
+y Fp(77)p eop
+%%Page: 78 80
+78 79 bop 380 357 a Fh(M)5 b(N)458 363 y Fe(col)510 357 y Fp(:)23
+b Fl(Mating)15 b(Net)g(\(De\014nitio)o(n)e(31\).)380 457 y
+Fh(C)s(T)437 463 y Fe(col)510 457 y Fp(:)23 b Fl(Chec)o(k)16
+b(Threats)f(\(De\014niti)o(on)d(32\).)380 556 y Fh(K)s(T)442
+562 y Fe(col)510 556 y Fp(:)23 b Fl(King)15 b(T)l(able)g(\(De\014niti)o(on)d
+(33\).)262 683 y Fp(All)i(the)i(king)f(ev)n(aluation)f(criteria)i(de\014ned)g
+(in)f(this)h(section)g(are)g(summed)e(in)h(order)h(to)262 733
+y(calculate)11 b(the)h(total)f(king)g(v)n(alue)g(for)g(a)g(giv)o(en)g
+(colour.)17 b(The)12 b(v)n(alues)g(are)g(further)g(adjusted)262
+783 y(b)o(y)i(the)h(game)e(phase)i(to)f(tak)o(e)h(accoun)o(t)g(of)f(a)g
+(kings)g(more)g(activ)o(e)g(role)h(as)f(the)i(endgame)262 832
+y(approac)o(hes.)25 b(Therefore,)17 b(the)g(\014rst)f(four)g(features,)h
+(whic)o(h)f(are)h(essen)o(tially)f(concerned)262 882 y(with)f(king)f(safet)o
+(y)m(,)h(are)h(reduced)h(in)e(imp)q(ortance)g(as)h(the)g(game)e(progresses.)
+24 b(The)16 b(king)262 932 y(table,)g(whic)o(h)g(already)g(has)h(information)
+c(relativ)o(e)j(to)h(the)g(kings)f(latest)g(role,)h(will)e(not)262
+982 y(b)q(e)f(adjusted)g(in)g(this)g(w)o(a)o(y)m(.)p 641 1075
+673 5 v 641 1740 5 665 v 646 1158 a Fg(0Z0s0ZkZ)646 1241 y(Z0Z0ZrZp)646
+1324 y(pZpZQZpZ)646 1408 y(Z0o0A0ZP)646 1491 y(0ZNoPZ0Z)646
+1574 y(ZPl0S0Z0)646 1657 y(PZPZ0a0O)646 1740 y(Z0ZRZ0ZK)p 1310
+1740 V 641 1744 673 5 v 336 1862 a Fp(Figure)g(4.8:)j Fl(Capablance)e(v)h
+(Marshall)p Fp(,)c(New)i(Y)m(ork,)f(1909,)f(Blac)o(k)i(to)g(pla)o(y)m(.)324
+1981 y(Applying)f(these)i(king)e(ev)n(aluation)g(criteria)h(to)g(the)g(p)q
+(osition)f(in)h(\014gure)g(4.8)f(giv)o(es:)344 2078 y Fh(K)s(V)406
+2084 y Fe(W)t(hite)533 2078 y Fp(=)h(\()p Ff(\000)p Fp(11)9
+b Ff(\000)h Fp(27)f Ff(\000)g Fp(20)g Ff(\000)g Fp(2\))h Ff(\001)e
+Fp(11)p Fh(=)p Fp(16)g Ff(\000)i Fp(1)h(=)h Ff(\000)p Fp(42)344
+2128 y Fh(K)s(V)406 2134 y Fe(B)q(lack)533 2128 y Fp(=)i(\()p
+Ff(\000)p Fp(5)c Ff(\000)f Fp(43)g Ff(\000)g Fp(36)g Ff(\000)h
+Fp(34\))f Ff(\001)f Fp(11)p Fh(=)p Fp(16)g(+)i(0)h(=)h Ff(\000)p
+Fp(81)957 2574 y(78)p eop
+%%Page: 79 81
+79 80 bop 262 307 a Fr(4.10)69 b(Static)22 b(T)-6 b(actical)21
+b(Ev)l(aluation)262 434 y Fp(The)11 b(follo)o(wing)d(criteria)k(attempt)e(to)
+h(ev)n(aluate)g(tactical)f(asp)q(ects)j(statically)d(from)f(within)262
+483 y(the)h(ev)n(aluation)f(function)h(itself.)17 b(The)11
+b(ob)r(jectiv)o(e)g(of)e(these)j(criteria)f(is)f(to)g(deriv)o(e)h(an)f(accu-)
+262 533 y(rate)g(v)n(alue)g(where)h(p)q(ossible,)f(and)g(where)h(uncertain)o
+(t)o(y)g(exists)g(to)f(giv)o(e)f(an)h(estimate)g(of)f(the)262
+583 y(lik)o(ely)j(v)n(alue)h(and)h(recommend)e(a)i(deep)q(er)h(searc)o(h)g
+(to)f(resolv)o(e)g(the)h(tactical)e(uncertain)o(t)o(y)m(.)262
+633 y(This)g(requires)i(the)g(criteria)f(to)g(detect)h(when)g(a)e(p)q
+(osition)h(is)f(tactically)g(activ)o(e.)262 784 y Fu(4.10.1)55
+b(De\014nition)17 b(35)i(:)25 b(Pinned)18 b(Pieces)262 896
+y Fp(A)d(pin)g(exists)i(if)d(a)i(piece)g(exerts)h(a)e(hidden)h(\(X-ra)o(y\))g
+(attac)o(k)f(through)h(an)f(enem)o(y)g(piece)262 946 y(on)o(to)g(another)i
+(enem)o(y)e(piece)i(whic)o(h)f(is)g(either)g(undefended)i(or)e(of)f(greater)i
+(v)n(alue)f(than)262 996 y(the)e(pinning)f(piece.)324 1081
+y(A)j(pin)g(sev)o(erely)i(restricts)g(the)f(mo)o(v)o(emen)o(t)d(of)i(the)h
+(enem)o(y)f(pieces)i(in)o(v)o(olv)o(ed)d(in)h(the)262 1131
+y(pin.)34 b(A)20 b(pin)f(against)f(the)j(king)d(is)i(the)g(most)e(restrictiv)
+o(e)j(t)o(yp)q(e)f(of)f(pin)g(b)q(ecause)i(the)262 1181 y(mo)o(v)o(emen)o(t)
+14 b(of)i(the)i(pinned)f(piece)h(is)f(illegal)e(in)h(all)g(but)h(the)h(pin)f
+(direction)g(and)g(an)o(ti{)262 1231 y(direction.)25 b(Therefore,)18
+b(a)e(pinned)h(piece's)g(defensiv)o(e)h(and)e(attac)o(king)g(capabilities)f
+(are)262 1281 y(either)f(sev)o(erely)h(diminished)d(or)i(completely)f(lost.)
+344 1378 y Fh(P)6 b(N)410 1384 y Fe(col)465 1378 y Fp(=)12
+b Fh(P)6 b(S)567 1384 y Fe(col)344 1478 y Fl(where)380 1527
+y Fh(P)g(S)438 1533 y Fe(col)495 1527 y Fp(:)14 b Fh(P)6 b(S)579
+1533 y Fe(col)635 1527 y Fp(=)12 b(0)521 1577 y Fl(for)j(eac)o(h)h(square)d
+Fp(sq)h Fl(do)580 1627 y(for)h(eac)o(h)h(square)d Fp(sq1)h
+Fl(do)639 1677 y(for)h(eac)o(h)h(square)d Fp(sq2)h Fl(do)699
+1727 y(if)e Fp(\(Pin\(col,sq,sq1,sq2\)\))758 1777 y Fl(if)g
+Fp(\(V)m(alue\(sq2\))i Fh(>)g Fp(V)m(alue\(sq\))758 1826 y
+Fl(or)h(not)e Fp(A)o(ttac)o(k)o(ed\([An)o(y],Opp\(col\),sq2\)\))817
+1876 y Fh(P)6 b(S)875 1882 y Fe(col)932 1876 y Fp(=)14 b(V)m(alue\(sq2\))g(+)
+g(V)m(alue\(sq1\))g Ff(\000)g Fp(V)m(alue\(sq\))g(+)g(10)817
+1926 y Fl(if)e Fp(\(A)o(ttac)o(k)o(ed\([An)o(y)j Fh(<)f Fp
+(On\(sq1\)],col,sq1\))817 1976 y Fl(or)h(not)e Fp(A)o(ttac)o(k)o(ed\([An)o
+(y],Opp\(col\),sq1\))817 2026 y Fl(or)g Fp(\()p Fh(])p Fp(Di\013A)o(ttac)o
+(ks\(col,sq1\))h Ff(\025)g Fp(0)f Fl(and)h Fp(Con)o(trol\(sq1\))f(=)h
+(col\)\))876 2075 y Fh(T)6 b(hr)q(eat)1006 2081 y Fe(col)1061
+2075 y Fp(=)12 b Fh(T)6 b(hr)q(eat)1235 2081 y Fe(col)1288
+2075 y Fp(+)k(1)876 2125 y Fh(P)c(S)934 2131 y Fe(col)989 2125
+y Fp(=)12 b Fh(P)6 b(S)1091 2131 y Fe(col)1144 2125 y Fp(+)j
+Fh(r)q(ev)q(P)d(hase)817 2175 y Fl(endif)758 2225 y(endif)699
+2275 y(endif)639 2324 y(endfor)580 2374 y(endfor)521 2424 y(endfor)957
+2574 y Fp(79)p eop
+%%Page: 80 82
+80 81 bop 262 307 a Fp(It)11 b(is)f(imp)q(ortan)o(t)g(to)g(b)q(e)i(able)f(to)
+f(iden)o(tify)h(and)f(assess)j(the)e(v)n(alue)g(of)f(pins.)17
+b(This)11 b(de\014nition)262 357 y(giv)o(es)20 b(a)f(b)q(on)o(us)i(for)f
+(pinning)f(an)h(opp)q(onen)o(ts)h(piece.)38 b(Pins)20 b(are)h(tactically)e
+(complex.)262 407 y(Therefore,)12 b(this)f(criterion)h(attempts)f(to)g
+(assess)h(those)g(asp)q(ects)h(whic)o(h)e(can)h(b)q(e)g(statically)262
+457 y(v)n(alued.)22 b(If)15 b(the)h(criterion)g(assesses)i(the)e(pin)f(as)h
+(a)f(tactically)g(dynamic)f(threat,)i(then)g(a)262 506 y(tactical)11
+b(coun)o(t)h(indicating)f(the)h(uncertain)o(t)o(y)h(of)e(the)h(static)h(ev)n
+(aluation)d(is)i(incremen)o(ted.)262 556 y(Basically)m(,)i(this)i(indicates)g
+(that)g(although)e(a)i(static)g(v)n(alue)f(is)h(calculated,)g(the)g(tactical)
+262 606 y(uncertain)o(t)o(y)f(should)g(b)q(e)h(resolv)o(ed)g(b)o(y)f
+(extending)h(the)g(searc)o(h)h(un)o(til)d(a)h(more)f(quiescen)o(t)262
+656 y(p)q(osition)f(is)g(reac)o(hed.)20 b(See)15 b(c)o(hapter)f(5)g(for)g
+(more)e(details.)324 741 y(The)21 b(ev)n(aluation)e(function)h(do)q(es)h(not)
+g(kno)o(w)f(whether)i(a)e(deep)q(er)i(searc)o(h)g(will)d(b)q(e)262
+791 y(successful)c(in)e(\014nding)g(a)g(quiescen)o(t)i(p)q(osition)e(or)g(ev)
+o(en)i(has)e(enough)h(time)e(to)i(undertak)o(e)262 841 y(suc)o(h)g(a)g(task.)
+19 b(Therefore,)c(a)e(v)n(alue)h(indicating)f(its)h(liking)e(for)i(the)g
+(tactical)g(uncertain)o(t)o(y)262 891 y(is)f(included)h(in)g(the)g(o)o(v)o
+(erall)f(static)h(v)n(alue.)p 641 984 673 5 v 641 1648 5 665
+v 646 1067 a Fg(0Z0Z0Zrs)646 1150 y(oQZ0Z0Z0)646 1233 y(0ZRZbj0Z)646
+1316 y(Z0ZqZ0Z0)646 1399 y(0Z0O0m0Z)646 1482 y(Z0Z0ZNZ0)646
+1565 y(PZ0Z0OPO)646 1648 y(Z0Z0S0J0)p 1310 1648 V 641 1652
+673 5 v 384 1771 a Fp(Figure)g(4.9:)j Fl(Dy)o(atlo)o(v)d(v)i(Shashin)p
+Fp(,)11 b(Leningrad,)i(1962,)g(Blac)o(k)g(to)h(pla)o(y)m(.)324
+1889 y(Applying)e(the)i(Pinned)f(Pieces)i(ev)n(aluation)d(criteria)i(to)f
+(the)h(ab)q(o)o(v)o(e)f(p)q(osition)f(giv)o(es:)344 1987 y
+Fh(P)6 b(N)410 1993 y Fe(W)t(hite)533 1987 y Fp(=)14 b(22)344
+2037 y Fh(P)6 b(N)410 2043 y Fe(B)q(lack)533 2037 y Fp(=)14
+b(15)957 2574 y(80)p eop
+%%Page: 81 83
+81 82 bop 262 307 a Fu(4.10.2)55 b(De\014nition)17 b(36)i(:)25
+b(A)n(ttac)n(k)n(ed)19 b(Pieces)344 438 y Fh(AP)402 444 y Fe(col)457
+438 y Fp(=)501 407 y Fc(P)545 417 y Fk(64)545 451 y Fe(sq)q
+Fk(=1)628 438 y Fh(AT)683 444 y Fe(col;sq)344 541 y Fl(where)380
+591 y Fh(AT)435 597 y Fe(col;sq)535 591 y Fp(:)69 b Fl(if)13
+b Fp(\(Occup)o(y\([P)o(a)o(wn,Knigh)o(t,Bishop,Ro)q(ok,Queen],col,sq\))616
+641 y Fl(and)g Fp(A)o(ttac)o(k)o(ed\([An)o(y],Opp\(col\),sq\)\))675
+691 y Fl(if)g Fp(\()p Fl(not)g Fp(A)o(ttac)o(k)o(ed\([An)o(y],col,sq\))675
+740 y Fl(or)g Fp(A)o(ttac)o(k)o(ed\([An)o(y)p Fh(<)p Fp
+(On\(sq\)],Opp\(col\),sq\))675 790 y Fl(or)g Fp(\(Con)o(trol\(sq\))h(=)g
+(Opp\(col\))h Fl(and)e Fh(])p Fp(Di\013A)o(ttac)o(ks\(Opp\(col\),sq\))h
+Fh(>)g Fp(0\)\))734 840 y Fh(AT)789 846 y Fe(col;sq)887 840
+y Fp(=)d Fh(AT)985 846 y Fe(col;sq)1081 840 y Ff(\000)e Fp(8)p
+Ff(\000)14 b Fp(V)m(alue\(sq\))734 890 y Fh(T)6 b(hr)q(eat)864
+896 y Fe(col)920 890 y Fp(=)11 b Fh(T)6 b(hr)q(eat)1093 896
+y Fe(col)1147 890 y Fp(+)j(1)734 940 y Fl(if)k Fp(\(T)m(rapp)q
+(ed\(col,sq\)\))793 989 y Fh(AT)848 995 y Fe(col;sq)946 989
+y Fp(=)e Fh(AT)1044 995 y Fe(col;sq)1140 989 y Ff(\000)e Fh(V)h(al)q(ue)p
+Fp(\()p Fh(sq)q Fp(\))p Ff(\001)k Fp(revPhase)793 1039 y Fh(T)6
+b(hr)q(eat)923 1045 y Fe(col)979 1039 y Fp(=)11 b Fh(T)6 b(hr)q(eat)1152
+1045 y Fe(col)1206 1039 y Fp(+)j(1)734 1089 y Fl(endif)675
+1139 y(else)734 1189 y(if)k Fp(\(Con)o(trol\(sq\))h(=)g(Opp\(col\))g
+Fl(or)f Fh(])p Fp(Di\013A)o(ttac)o(ks\(Opp\(col\),sq\))i Fh(>)f
+Fp(0\))793 1239 y Fh(AT)848 1245 y Fe(col;sq)946 1239 y Fp(=)d
+Fh(AT)1044 1245 y Fe(col;sq)1131 1239 y Ff(\000)p Fp(V)m(alue\(sq\))734
+1288 y Fl(endif)675 1338 y(endif)616 1388 y(endif)262 1506
+y Fp(Pieces)k(whic)o(h)f(are)h(threatened)h(with)e(pro\014table)g(capture)h
+(\(en-prise\))g(b)o(y)f(the)h(opp)q(osing)262 1556 y(side)i(are)g(p)q
+(enalised.)28 b(This)17 b(p)q(enalt)o(y)g(is)g(levied)g(not)g(b)q(ecause)h
+(the)g(loss)f(of)f(the)i(piece)g(is)262 1606 y(considered)f(lik)o(ely)m(,)e
+(but)i(b)q(ecause)h(it)f(is)f(v)o(ery)h(lik)o(ely)e(that)i(a)f(temp)q(o)g
+(will)f(b)q(e)i(w)o(asted)g(in)262 1656 y(protecting)c(or)g(mo)o(ving)d(the)j
+(threatened)i(piece.)j(The)c(threat)f(coun)o(t)g(is)g(incremen)o(ted)g(for)
+262 1705 y(ev)o(ery)h(piece)h(en-prise.)324 1791 y(T)m(rapp)q(ed)j(pieces)h
+(whic)o(h)f(are)g(also)f(en-prise)i(are)f(additionally)d(p)q(enalised)j(and)g
+(the)262 1840 y(threat)e(coun)o(t)f(is)h(further)g(incremen)o(ted.)23
+b(Pieces)17 b(whic)o(h)e(are)h(under)g(pressure,)i(but)e(not)262
+1890 y(en-prise)k(are)g(also)f(p)q(enalised)h(although)e(to)i(a)f(lesser)i
+(exten)o(t.)36 b(The)20 b(threat)g(coun)o(t)g(is)262 1940 y(used)13
+b(to)f(extend)h(the)g(searc)o(h)h(in)e(p)q(ositions)g(where)h(an)f(accurate)i
+(static)e(ev)n(aluation)f(v)n(alue)262 1990 y(cannot)j(b)q(e)g(calculated.)
+324 2075 y(Applying)f(the)h(A)o(ttac)o(k)o(ed)h(Pieces)g(criteria)f(to)g(the)
+g(p)q(osition)g(in)f(\014gure)h(4.9)f(giv)o(es:)344 2166 y
+Fh(AP)402 2172 y Fe(W)t(hite)533 2166 y Fp(=)h Ff(\000)p Fp(18)344
+2215 y Fh(AP)402 2221 y Fe(B)q(lack)533 2215 y Fp(=)g Ff(\000)p
+Fp(9)344 2265 y Fh(T)6 b(hr)q(eat)474 2271 y Fe(W)t(hite)583
+2265 y Fp(=)12 b(2)344 2315 y Fh(T)6 b(hr)q(eat)474 2321 y
+Fe(B)q(lack)576 2315 y Fp(=)12 b(1)262 2391 y(The)19 b(n)o(um)o(b)q(er)g(of)f
+(threats)i(against)f(white)g(\(2\),)h(represen)o(ts)i(a)d(degree)i(of)d
+(uncertain)o(t)o(y)262 2441 y(ab)q(out)13 b(the)i(tactical)e(p)q
+(ossibilities)h(threatened)h(against)e(the)i(white)f(pieces.)957
+2574 y(81)p eop
+%%Page: 82 84
+82 83 bop 262 307 a Fr(4.11)69 b(Planning)262 434 y Fp(Before)18
+b(eac)o(h)g(searc)o(h)h(b)q(egins)e(an)h(analysis)f(of)f(the)j(p)q(osition)d
+(will)g(b)q(e)j(done.)29 b(This)17 b(will)262 483 y(enable)11
+b(v)n(arious)g(piece)h(square)g(tables)g(to)f(b)q(e)h(loaded)f(with)g(v)n
+(alues)g(whic)o(h)g(can)g(b)q(e)h(applied)262 533 y(at)h(leaf)h(no)q(des)g
+(using)g(lo)q(ok)f(up)h(tables.)324 618 y(Ob)o(viously)d(this)g(is)h(m)o(uc)o
+(h)e(faster)j(than)e(rep)q(eatedly)i(calculating)e(information)e(at)i(leaf)
+262 668 y(no)q(des.)18 b(Hence,)d(in)e(an)h(implemen)o(tati)o(on,)d(all)h
+(leaf)h(no)q(de)h(ev)n(aluation)f(criteria)h(whic)o(h)f(are)262
+718 y(essen)o(tially)18 b(static)h(should)g(b)q(e)g(incorp)q(orated)g(in)o
+(to)f(these)i(tables)f(and)g(remo)o(v)o(ed)e(from)262 768 y(the)d(leaf)f(ev)n
+(aluation)f(pro)q(cess.)20 b(Ho)o(w)o(ev)o(er,)13 b(this)h(c)o(hapter)h
+(represen)o(ts)h(a)d(de\014nition)g(of)g(m)o(y)262 818 y(prop)q(osed)19
+b(ev)n(aluation)e(function)h(regardless)h(of)f(implemen)o(tation)d(detail.)31
+b(Therefore,)262 867 y(some)19 b(criteria)i(whic)o(h)f(are)h(suited)g(to)g
+(piece)g(square)h(tables)e(are)h(de\014ned)h(separately)262
+917 y(b)q(ecause)15 b(of)e(their)i(imp)q(ortance.)324 1003
+y(T)m(o)f(com)o(bat)f(the)j(t)o(ypically)d(aimless)h(pla)o(y)g(of)g(c)o(hess)
+j(programs)c(I)i(will)e(include)i(some)262 1052 y(rudimen)o(tary)h(planning)h
+(in)h(the)h(ev)n(aluation)d(function.)31 b(P)o(art)18 b(of)g(the)g(initial)e
+(analysis)262 1102 y(done)h(b)q(efore)g(eac)o(h)h(searc)o(h)g(commences)d
+(will)h(include)h(a)f(selection)i(of)e(an)h(appropriate)262
+1152 y(plan)c(for)g(the)i(curren)o(t)g(p)q(osition.)j(The)c(plans)f(whic)o(h)
+h(will)f(b)q(e)h(recognised)h(are:)312 1270 y(1.)20 b Fl(King)15
+b(side)g(attac)o(k)g(with)g(pa)o(wns)p Fp(.)312 1352 y(2.)20
+b Fl(King)15 b(side)g(attac)o(k)g(with)g(pieces)p Fp(.)312
+1435 y(3.)20 b Fl(King)15 b(side)g(attac)o(k)g(with)g(pieces)f(and)i(pa)o
+(wns)p Fp(.)312 1517 y(4.)k Fl(Queen)15 b(side)f(attac)o(k)i(with)f(pa)o(wns)
+p Fp(.)312 1600 y(5.)20 b Fl(Queen)15 b(side)f(attac)o(k)i(with)f(pieces)p
+Fp(.)312 1683 y(6.)20 b Fl(Queen)15 b(side)f(attac)o(k)i(with)f(pieces)f(and)
+h(pa)o(wns)p Fp(.)312 1765 y(7.)20 b Fl(Using)14 b(pa)o(wns)i(as)g(lev)o(ers)
+p Fp(.)312 1848 y(8.)k Fl(Endgame,)c(king)e(and)i(pa)o(wn)f(co-ordination)o
+Fp(.)262 1965 y(These)e(plans)f(are)g(relativ)o(ely)g(general,)g(but)g
+(should)g(pro)o(vide)g(the)h(program)e(with)h(enough)262 2015
+y(v)n(ariet)o(y)h(to)g(c)o(ho)q(ose)h(a)g(plan)f(relev)n(an)o(t)g(to)h(the)g
+(p)q(osition)f(and)h(attempt)e(to)i(co-ordinate)g(its)262 2065
+y(mo)o(v)o(es)g(to)h(ac)o(hiev)o(e)h(common)c(goals.)22 b(It)16
+b(is)f(not)g(the)h(ob)r(ject)h(of)d(these)j(plans)e(to)h(suggest)262
+2115 y(sp)q(eci\014c)j(mo)o(v)o(es,)e(but)i(rather)g(to)e(allo)o(w)g(the)i
+(searc)o(h)g(to)f(b)q(e)g(guided)g(to)o(w)o(ard)g(the)g(goals)262
+2165 y(iden)o(ti\014ed.)324 2250 y(T)m(o)c(enable)h(the)h(searc)o(h)g(to)f(b)
+q(e)h(guided,)f(the)h(appropriate)f(piece)h(square)g(tables)f(will)262
+2300 y(b)q(e)20 b(up)q(dated)h(in)f(suc)o(h)h(a)f(w)o(a)o(y)g(that)g(mo)o(v)o
+(es)f(whic)o(h)h(con)o(tribute)h(to)f(the)h(ac)o(hiev)o(emen)o(t)262
+2350 y(of)16 b(the)h(c)o(hosen)h(goals)e(will)f(b)q(e)j(encouraged.)28
+b(This)16 b(will)g(hop)q(efully)g(ha)o(v)o(e)g(the)i(e\013ect)g(of)262
+2399 y(pro)o(viding)12 b(a)i(common)d(purp)q(ose)k(to)e(the)i(programs)e(mo)o
+(v)o(es)f(rather)j(than)f(allo)o(wing)d(it)j(to)262 2449 y(pla)o(y)e
+(aimless,)g(although)h(solid)g(mo)o(v)o(es.)957 2574 y(82)p
+eop
+%%Page: 83 85
+83 84 bop 324 307 a Fp(There)17 b(are)f(no)f(sp)q(eci\014c)i(op)q(ening)f
+(plans,)f(ho)o(w)o(ev)o(er,)h(the)g(ev)n(aluation)f(function)g(do)q(es)262
+357 y(pro)o(vide)g(ample)f(criteria)i(suc)o(h)g(as)g(Dev)o(elopmen)o(t,)e
+(Cen)o(tre)j(Con)o(trol)e(etc,)h(to)g(encourage)262 407 y(go)q(o)q(d)d(op)q
+(ening)h(pla)o(y)m(.)324 492 y(The)j(plans)f(a)o(v)n(ailable)e(in)i(the)h
+(middle)d(game)h(are)i(attac)o(k)f(orien)o(ted.)26 b(Ho)o(w)o(ev)o(er,)17
+b(b)q(e-)262 542 y(cause)g(appropriate)g(plans)f(are)h(selected)h(for)e(b)q
+(oth)h(sides)g(this)g(will)e(ha)o(v)o(e)h(the)h(e\013ect)h(of)262
+592 y(making)11 b(eac)o(h)k(side)g(attempt)e(to)h(obstruct)h(the)g(other)g
+(sides)g(plan.)j(This)c(will)f(ob)o(viously)262 641 y(include)h(b)q(oth)g
+(defensiv)o(e)g(and)g(aggressiv)o(e)g(measures.)324 727 y(In)e(the)h
+(endgame,)e(only)g(a)h(general)g(approac)o(h)g(to)g(king{pa)o(wn)f
+(co-ordination)g(will)g(b)q(e)262 777 y(tak)o(en.)18 b(The)13
+b(endgame)g(is)g(a)g(stage)h(of)f(the)h(game)e(where)j(sp)q(eci\014c)f(kno)o
+(wledge)g(and)f(plans)262 826 y(w)o(ould)f(greatly)h(help)h(in)f(the)h
+(handling)e(of)g(certain)i(t)o(yp)q(es)h(of)e(endings)g(whic)o(h)g(ha)o(v)o
+(e)h(more)262 876 y(discernible)d(goals.)17 b(Ho)o(w)o(ev)o(er,)11
+b(suc)o(h)h(a)f(comprehensiv)o(e)g(approac)o(h)g(could)g(form)f(the)i(basis)
+262 926 y(for)h(an)h(en)o(tire)g(pro)r(ject)h(in)f(itself.)262
+1076 y Fu(4.11.1)55 b(De\014nition)17 b(37)i(:)25 b(Pressure)18
+b(on)h(King)344 1243 y Fh(P)6 b(K)412 1249 y Fe(col)467 1243
+y Fp(=)12 b(\()527 1211 y Fc(P)571 1222 y Fk(64)571 1255 y
+Fe(sq)q Fk(=1)654 1243 y Fh(C)s(L)715 1249 y Fe(col;sq)801
+1243 y Fp(\))d(+)h Fh(AD)933 1250 y Fe(col;O)q(nF)t(ile)p Fk(\()p
+Fe(K)r(ing)q(S)r(q)q Fk(\()p Fe(col)p Fk(\)\))344 1345 y Fl(where)380
+1395 y Fh(C)s(L)441 1401 y Fe(col;sq)540 1395 y Fp(:)40 b Fl(if)13
+b Fp(\(T)m(axicab\(KingSq\(col\),sq\))g Ff(\024)h Fp(4)592
+1445 y Fl(and)f Ff(j)h Fp(OnFile\(KingSq\(col\)\))f Ff(\000)i
+Fp(OnFile\(sq\))f Ff(j)d(\024)j Fp(2\))651 1495 y Fh(AT)706
+1502 y Fe(O)q(pp)p Fk(\()p Fe(col)p Fk(\))p Fe(;sq)888 1495
+y Fp(+)9 b Fh(P)d(M)1002 1502 y Fe(O)q(pp)p Fk(\()p Fe(col)p
+Fk(\))p Fe(;sq)1183 1495 y Ff(\000)k Fh(D)q(F)1287 1501 y Fe(col;sq)592
+1545 y Fl(else)651 1594 y Fp(0)592 1644 y Fl(endif)380 1744
+y Fh(AT)435 1750 y Fe(col;sq)535 1744 y Fp(:)45 b Fh(])p Fp(A)o(ttac)o
+(ks\([Ro)q(ok],col,sq\))12 b(+)592 1794 y(2)d Ff(\001)g Fh(])p
+Fp(A)o(ttac)o(ks\([P)o(a)o(wn,Knigh)o(t,Bishop],col,sq\))j(+)592
+1844 y(3)d Ff(\001)g Fh(])p Fp(A)o(ttac)o(ks\([Queen],col,sq\))380
+1948 y Fh(P)d(M)453 1954 y Fe(col;sq)552 1948 y Fp(:)592 1917
+y Fc(P)636 1927 y Fk(64)636 1960 y Fe(sq)q Fk(2=1)769 1948
+y Fl(if)13 b Fp(\(A)o(ttac)o(king\([P)o(a)o(wn],col,sq2,sq\))769
+2001 y Fl(and)g Fh(])p Fp(Mo)o(v)o(es\([P)o(a)o(wn],col,sq2\))g
+Fh(>)h Fp(0\))828 2051 y(2)769 2100 y Fl(else)828 2150 y Fp(0)769
+2200 y Fl(endif)380 2300 y Fh(D)q(F)442 2306 y Fe(col;sq)541
+2300 y Fp(:)39 b Fh(])p Fp(A)o(ttac)o(ks\([Ro)q(ok],col,sq\))12
+b(+)592 2350 y(2)d Ff(\001)g Fh(])p Fp(A)o(ttac)o(ks\([Knigh)o
+(t,Bishop,Queen],col,sq\))k(+)592 2399 y(3)c Ff(\001)g Fh(])p
+Fp(A)o(ttac)o(ks\([P)o(a)o(wn],col,sq\))957 2574 y(83)p eop
+%%Page: 84 86
+84 85 bop 380 307 a Fh(AD)445 313 y Fe(col;k)q(f)551 307 y
+Fp(:)592 276 y Fc(P)636 286 y Fe(k)q(f)s Fk(+1)636 320 y Fe(f)s
+Fk(=)p Fe(k)q(f)s Fd(\000)p Fk(1)769 307 y Fl(if)13 b Fp(\(Op)q(en\(f)s(\))i
+Fl(or)f Fp(SemiOp)q(en\(Opp\(col\),f)s(\)\))828 360 y(3)769
+410 y Fl(else)828 460 y Fp(0)769 510 y Fl(endif)324 636 y Fp(This)19
+b(de\014nition)h(attempts)f(to)g(calculate)h(ho)o(w)f(m)o(uc)o(h)g(pressure)i
+(in)f(terms)f(of)g(the)262 686 y(attac)o(k/defence)14 b(balance)e(is)h
+(curren)o(tly)g(exerted)i(on)d(the)h(king)f(in)h(question.)k(The)d(higher)262
+736 y(the)e(v)n(alue)g(of)g(PK,)g(the)h(more)e(pressure)j(is)f(though)o(t)f
+(to)g(exist.)18 b(This)12 b(de\014nition)g(will)e(form)262
+786 y(the)15 b(basis)f(of)g(a)h(decision)g(as)f(to)h(whether)h(an)e(assault)h
+(against)f(the)h(king)f(is)g(lik)o(ely)g(to)g(b)q(e)262 836
+y(w)o(orth)o(while.)324 921 y(This)i(de\014nition)g(tak)o(es)h(in)o(to)f
+(accoun)o(t)h(attac)o(ks)g(b)o(y)f(b)q(oth)g(sides)i(on)e(squares)h(within)
+262 971 y(a)f(4)g(square,)h(2)f(\014le)g(b)q(oundary)g(of)g(eac)o(h)h(king.)
+25 b(The)16 b(v)n(alue)g(of)g(the)h(attac)o(k)f(dep)q(ends)i(on)262
+1020 y(the)d(t)o(yp)q(e)h(of)e(pieces)i(in)o(v)o(olv)o(ed.)k(The)c(defensiv)o
+(e)f(v)n(alue)g(is)f(calculated)i(in)e(a)h(similar)d(w)o(a)o(y)m(,)262
+1070 y(except)k(the)g(relativ)o(e)e(v)n(alue)h(of)f(the)i(attac)o(ks)f(b)o(y)
+g(pieces)h(are)f(di\013eren)o(t.)23 b(F)m(or)14 b(example,)g(a)262
+1120 y(pa)o(wn)f(is)h(considered)h(to)f(p)q(erform)f(a)g(b)q(etter)j
+(defensiv)o(e)f(role)e(than)h(an)g(attac)o(king)f(one.)324
+1205 y(Mobile)18 b(pa)o(wns)i(in)e(attac)o(k)i(are)f(considered)i(sup)q
+(erior)f(to)f(blo)q(c)o(k)o(ed)g(pa)o(wns.)34 b(Also,)262 1255
+y(an)19 b(allo)o(w)o(ance)g(is)h(made)f(for)h(op)q(en)g(or)g(semi{op)q(en)f
+(\014les)i(a)o(v)n(ailable)d(to)i(the)g(attac)o(king)262 1305
+y(side)f(b)q(ecause)h(this)f(ob)o(viously)e(impro)o(v)o(es)g(the)j(lik)o
+(eliho)q(o)q(d)d(of)h(an)g(attac)o(k)h(on)f(the)h(king)262
+1355 y(succeeding.)262 1506 y Fu(4.11.2)55 b(De\014nition)17
+b(38)i(:)25 b(Plan)18 b(Selection)344 1597 y Fh(P)6 b(S)402
+1603 y Fe(col)460 1597 y Fp(=)100 b Fl(if)13 b Fp(\(phase)i
+Fh(<)f Fp(8\))651 1647 y Fl(if)f Fp(\()p Fh(])p Fp(P)o(a)o(wns)h
+Fh(>)g Fp(0\))710 1697 y Fh(P)6 b(l)q(anT)g(y)q(pe)894 1703
+y Fe(col)953 1697 y Fp(=)14 b(EndGameKP)710 1747 y Fh(P)6 b(l)q(anW)g(ing)907
+1753 y Fe(col)965 1747 y Fp(=)14 b(QueenSide)h Ff([)e Fp(KingSide)651
+1797 y Fl(endif)592 1846 y(else)651 1896 y(if)g Fp(\()p Fh(P)6
+b(K)777 1903 y Fe(O)q(pp)p Fk(\()p Fe(col)p Fk(\))919 1896
+y Fh(>)14 b Fp(phase\))710 1946 y Fl(if)f Fp(\()p Fh(P)6 b(K)836
+1953 y Fe(O)q(pp)p Fk(\()p Fe(col)p Fk(\))978 1946 y Fh(>)14
+b Fp(phase+3)g Fl(or)g Fp(Opp)q(ositeFlanks\))769 1996 y Fh(P)6
+b(l)q(anT)g(y)q(pe)953 2002 y Fe(col)1012 1996 y Fp(=)14 b(P)o(a)o(wnA)o
+(ttac)o(k)g Ff([)f Fp(PieceA)o(ttac)o(k)710 2046 y Fl(else)769
+2096 y Fh(P)6 b(l)q(anT)g(y)q(pe)953 2102 y Fe(col)1012 2096
+y Fp(=)14 b(PieceA)o(ttac)o(k)710 2145 y Fl(endif)710 2195
+y Fh(P)6 b(l)q(anW)g(ing)907 2201 y Fe(col)965 2195 y Fp(=)14
+b(Wing\(KingSq\(Opp\(col\)\)\))651 2245 y Fl(else)710 2295
+y(if)f Fp(\(Opp)q(ositeFlanks\))769 2345 y Fh(P)6 b(l)q(anT)g(y)q(pe)953
+2351 y Fe(col)1012 2345 y Fp(=)14 b(P)o(a)o(wnA)o(ttac)o(k)769
+2394 y Fh(P)6 b(l)q(anW)g(ing)966 2400 y Fe(col)1024 2394 y
+Fp(=)14 b(Wing\(KingSq\(Opp\(col\)\)\))710 2444 y Fl(else)957
+2574 y Fp(84)p eop
+%%Page: 85 87
+85 86 bop 769 307 a Fl(if)13 b Fp(\(phase)i Fh(>)f Fp(10\))828
+357 y Fh(P)6 b(l)q(anT)g(y)q(pe)1012 363 y Fe(col)1071 357
+y Fp(=)14 b(Lev)o(erP)o(a)o(wns)828 407 y Fh(P)6 b(l)q(anW)g(ing)1025
+413 y Fe(col)1083 407 y Fp(=)14 b(QueenSide)h Ff([)f Fp(KingSide)769
+457 y Fl(else)828 506 y Fh(P)6 b(l)q(anT)g(y)q(pe)1012 512
+y Fe(col)1071 506 y Fp(=)14 b(None)769 556 y Fl(endif)710 606
+y(endif)651 656 y(endif)592 706 y(endif)262 832 y Fp(This)k(de\014nition)g
+(attempts)h(to)f(select)i(the)g(b)q(est)g(plan)e(at)g(its)h(disp)q(osal)f
+(based)i(on)e(the)262 882 y(kno)o(wn)e(information.)25 b(It)17
+b(ma)o(y)e(b)q(e)j(the)g(case)g(that)f(no)g(plan)f(is)h(clear,)h(in)f(this)g
+(case)h(no)262 932 y(plan)13 b(will)f(b)q(e)j(selected.)324
+1017 y(In)i(the)g(endgame)f(only)g(one)h(plan)f(is)h(kno)o(wn,)g(that)f(of)h
+(king{pa)o(wn)e(co-ordination.)262 1067 y(In)e(the)h(op)q(ening)g(or)f
+(middle)f(game,)g(if)h(the)h(attac)o(k{defence)h(balance)e(\(pressure\))k(on)
+c(the)262 1117 y(opp)q(onen)o(ts)i(king)e(app)q(ears)i(to)f(o\013er)h(some)f
+(lik)o(eliho)q(o)q(d)e(of)i(success,)i(then)f(a)f(piece)i(attac)o(k)262
+1167 y(plan)d(is)g(considered)i(suitable.)j(If)c(the)g(pressure)i(is)e(ev)o
+(en)g(greater,)h(a)e(pa)o(wn)h(assault)f(plan)262 1217 y(is)g(also)h
+(selected.)20 b(The)15 b(idea)f(here)h(is)f(to)g(only)f(use)i(pa)o(wns)f
+(when)g(there)i(is)e(enough)g(piece)262 1266 y(co)o(v)o(erage)g(to)g(mak)o(e)
+e(their)i(use)h(e\013ectiv)o(e.)324 1352 y(Pressure)21 b(is)d(in)g(fact)g(a)g
+(measure)g(of)g(the)h(balance)f(b)q(et)o(w)o(een)i(attac)o(k)e(and)h
+(defence,)262 1401 y(therefore)i(a)f(king)f(assault)h(plan)g(ma)o(y)e(ev)o
+(en)j(b)q(e)f(considered)i(if)d(no)h(relev)n(an)o(t)g(attac)o(ks)262
+1451 y(curren)o(tly)10 b(exist.)17 b(This)9 b(of)g(course)i(dep)q(ends)g(on)e
+(the)h(enem)o(y)f(defence)i(b)q(eing)e(w)o(eak.)17 b(Hence,)262
+1501 y(once)12 b(a)f(w)o(eakness)h(is)g(detected)h(b)o(y)e(the)h(program)e
+(it)h(ma)o(y)f(switc)o(h)h(its)h(atten)o(tion)f(to)g(a)g(king)262
+1551 y(assault.)18 b(Hop)q(efully)c(this)g(will)f(help)h(the)h(program)d(to)i
+(exhibit)g(a)g(more)f(h)o(uman)g(st)o(yle)h(of)262 1601 y(pla)o(y)m(.)324
+1686 y(Additionally)m(,)8 b(if)i(the)h(kings)f(ha)o(v)o(e)g(castled)h(on)f
+(opp)q(osite)h(\015anks,)f(a)h(plan)e(to)i(encourage)262 1736
+y(an)i(assault)h(b)o(y)g(pa)o(wns)g(will)e(b)q(e)i(selected.)324
+1821 y(If)c(none)h(of)f(these)i(plans)f(are)g(selected,)h(a)f(general)g(goal)
+e(of)h(using)g(pa)o(wn)h(lev)o(ers)g(ma)o(y)e(b)q(e)262 1871
+y(used.)18 b(The)12 b(idea)g(here)h(is)e(to)h(use)h(pa)o(wns)e(as)h(lev)o
+(ers)h(against)e(the)h(enem)o(y)f(pa)o(wn)h(structure,)262
+1921 y(therefore,)i(creating)g(dynamic)e(t)o(yp)q(e)j(p)q(ositions)e(whic)o
+(h)h(are)g(b)q(est)h(suited)f(to)f(a)h(programs)262 1970 y(tactical)f(abilit)
+o(y)m(.)957 2574 y(85)p eop
+%%Page: 86 88
+86 87 bop 262 307 a Fu(4.11.3)55 b(De\014nition)17 b(39)i(:)25
+b(P)n(a)n(wn)20 b(Square)e(T)-5 b(able)p 641 413 673 5 v 641
+1077 5 665 v 646 496 a Fg(0Z0Z0Z0Z)646 579 y(Z0Z0Z0Z0)646 662
+y(0Z0Z0Z0Z)646 745 y(Z0Z0Z0Z0)646 828 y(0Z0Z0Z0Z)646 911 y(Z0Z0Z0Z0)646
+994 y(0Z0Z0Z0Z)646 1077 y(Z0Z0Z0Z0)p 1310 1077 V 641 1081 673
+5 v 675 473 a Fl(0)59 b(0)f(0)h(0)g(0)f(0)h(0)g(0)675 556 y(20)35
+b(20)f(24)h(28)g(28)f(24)h(20)g(20)675 639 y(16)g(16)f(20)h(24)g(24)f(20)h
+(16)g(16)675 722 y(12)g(12)f(16)h(20)g(20)f(16)h(12)g(12)675
+805 y(8)59 b(8)f(12)35 b(16)g(16)f(12)h(8)59 b(8)675 888 y(6)g(6)f(8)h(12)35
+b(12)f(8)59 b(6)g(6)675 971 y(4)g(4)f(6)h(8)g(8)f(6)h(4)g(4)675
+1054 y(0)g(0)f(0)h(0)g(0)f(0)h(0)g(0)479 1180 y Fp(Figure)14
+b(4.10:)i(Initial)d(W)m(eigh)o(tings)f(for)i(P)o(a)o(wn)f(Square)i(T)m(able.)
+344 1292 y Fh(P)6 b(S)r(T)428 1298 y Fe(col;sq)528 1292 y Fp(:)52
+b Fl(for)15 b(eac)o(h)h(square)d Fp(sq)h Fl(do)651 1342 y Fh(P)6
+b(S)r(T)735 1348 y Fe(col;sq)833 1342 y Fp(=)12 b Fh(S)r(T)928
+1348 y Fe(col;sq)1024 1342 y Fp(+)d Fh(K)s(S)1128 1348 y Fe(col;sq)1224
+1342 y Fp(+)h Fh(P)c(A)1330 1348 y Fe(col;sq)1424 1342 y Fp(+)k
+Fh(P)c(L)1527 1348 y Fe(col;sq)592 1392 y Fl(endfor)344 1491
+y(where)380 1541 y Fh(S)r(T)431 1547 y Fe(col;sq)531 1541 y
+Fp(:)49 b(Static)14 b(w)o(eigh)o(tings)f(as)h(de\014ned)h(in)f(\014gure)g
+(4.10.)380 1641 y Fh(K)s(S)443 1647 y Fe(col;sq)543 1641 y
+Fp(:)37 b Fl(if)13 b Fp(\()p Fh(])p Fp(UnMo)o(v)o(ed\(col,King\))g(=)h(0\))
+651 1691 y Fl(if)f Fp(\(KingDistance\(KingSq\(col\),sq\))h
+Fh(<)g Fp(2\))710 1741 y Fl(case)g Fp(Distance\(KingSq\(col\),sq\))g
+Fl(of)769 1790 y Fp(1)g(:)k(phase)769 1840 y(2)c(:)k(phase/2)710
+1890 y Fl(else)769 1940 y Fp(0)710 1990 y Fl(endcase)651 2039
+y(else)710 2089 y Fp(0)651 2139 y Fl(endif)592 2189 y(else)651
+2239 y(if)13 b Fp(\(\(OnFile\(sq\))i(=)f(1)f Fl(or)h Fp(2)f
+Fl(or)h Fp(7)f Fl(or)h Fp(8\))f Fl(and)g Fp(OnRank\(col,sq\))h
+Ff(\024)g Fp(3\))710 2288 y(phase)h(/)e(OnRank\(col,sq\))651
+2338 y Fl(else)710 2388 y Fp(0)651 2438 y Fl(endif)957 2574
+y Fp(86)p eop
+%%Page: 87 89
+87 88 bop 592 307 a Fl(endif)380 407 y Fh(P)6 b(A)444 413 y
+Fe(col;sq)543 407 y Fp(:)37 b Fl(if)13 b Fp(\(\(P)o(a)o(wnA)o(ttac)o(k)h
+Ff(2)d Fh(P)6 b(l)q(anT)g(y)q(pe)1125 413 y Fe(col)1184 407
+y Fl(and)13 b Fp(OnWing\()p Fh(P)6 b(l)q(anW)g(ing)1641 413
+y Fe(col)1684 407 y Fp(,sq\)\))592 457 y Fl(and)13 b Fp(P)o(a)o(wnLev)o
+(er\(OnFile\(sq\),col\)\))651 506 y(40)h Ff(\000)g Fp(8)p Ff(\001)p
+Fp(T)m(axicab\(Lev)o(erSq\(OnFile\(sq\),col\),sq\))592 556
+y Fl(else)651 606 y Fp(0)592 656 y Fl(endif)380 756 y Fh(P)6
+b(L)441 762 y Fe(col;sq)540 756 y Fp(:)40 b Fl(if)13 b Fp(\(Lev)o(erP)o(a)o
+(wns)i Ff(2)c Fh(P)6 b(l)q(anT)g(y)q(pe)1103 762 y Fe(col)1161
+756 y Fl(and)14 b Fp(P)o(a)o(wnLev)o(er\(OnFile\(sq\),col\)\))651
+805 y(10)g Ff(\000)g Fp(2)p Ff(\001)p Fp(T)m(axicab\(Lev)o
+(erSq\(OnFile\(sq\),col\),sq\))592 855 y Fl(else)651 905 y
+Fp(0)592 955 y Fl(endif)262 1082 y Fp(A)f(general)h(table)g(of)f(v)n(alues)h
+(for)f(pa)o(wn)h(o)q(ccupation)g(is)f(used.)19 b(Once)c(a)f(king)f(has)h(mo)o
+(v)o(ed,)262 1131 y(the)19 b(pa)o(wns)f(near)i(the)f(king)f(are)h
+(discouraged)g(from)e(mo)o(ving)f(as)j(this)f(w)o(ould)g(w)o(eak)o(en)262
+1181 y(the)g(pa)o(wn)f(shield)h(around)g(the)g(king.)29 b(Before)19
+b(the)f(king)f(\014rst)i(mo)o(v)o(es,)e(the)h(pa)o(wns)g(on)262
+1231 y(either)e(\015ank)f(are)h(discouraged)g(from)d(mo)o(ving)g(as)i(they)h
+(are)g(lik)o(ely)e(to)h(form)f(the)i(future)262 1281 y(pa)o(wn)i(shield.)32
+b(As)19 b(the)g(game)e(progresses)k(these)f(restrictions)f(are)g(reduced,)i
+(thereb)o(y)262 1331 y(encouraging)13 b(pa)o(wn)h(adv)n(ances.)k(Cen)o(tre)d
+(pa)o(wns)f(are)h(free)f(from)e(suc)o(h)j(restrictions.)324
+1416 y(A)10 b(pa)o(wn)f(attac)o(k)h(plan)f(is)h(implem)o(en)o(ted)e(b)o(y)i
+(encouraging)f(pa)o(wn)h(mo)o(v)o(es)e(up)i(the)h(b)q(oard)262
+1466 y(whic)o(h)h(w)o(ould)g(result)i(in)f(pa)o(wn)f(lev)o(erage.)18
+b(The)c(b)q(on)o(us)f(giv)o(en)f(dep)q(ends)j(on)e(ho)o(w)f(close)i(to)262
+1515 y(the)g(lev)o(er)g(square)h(the)f(pa)o(wn)g(is.)324 1601
+y(A)e(general)h(pa)o(wn)f(lev)o(er)h(plan)f(is)g(actioned)g(in)g(a)h(similar)
+c(manor)i(to)i(the)g(pa)o(wn)f(attac)o(k)262 1651 y(plan)h(ab)q(o)o(v)o(e,)g
+(except)i(the)g(b)q(on)o(uses)g(used)f(are)h(signi\014can)o(tly)e(lo)o(w)o
+(er.)324 1736 y(Remem)o(b)q(er,)19 b(these)i(v)n(alues)e(are)h(for)f(p)q
+(ossible)h(pa)o(wn)f(o)q(ccupation.)35 b(Ev)o(en)20 b(though)262
+1786 y(no)14 b(pa)o(wns)i(exist)f(on)g(the)h(\014le)f(these)h(v)n(alues)f(ma)
+o(y)e(still)h(b)q(e)i(imp)q(ortan)o(t)d(b)q(ecause)k(a)e(pa)o(wn)262
+1835 y(ma)o(y)c(capture)k(on)o(to)e(the)h(said)f(\014le)h(during)f(the)h
+(searc)o(h)h(and)e(should)g(therefore)i(incur)f(the)262 1885
+y(relev)n(an)o(t)f(b)q(on)o(us)i(or)e(p)q(enalt)o(y)m(.)957
+2574 y(87)p eop
+%%Page: 88 90
+88 89 bop 262 307 a Fu(4.11.4)55 b(De\014nition)17 b(40)i(:)25
+b(Knigh)n(t)18 b(Square)g(T)-5 b(able)p 641 413 673 5 v 641
+1077 5 665 v 646 496 a Fg(0Z0Z0Z0Z)646 579 y(Z0Z0Z0Z0)646 662
+y(0Z0Z0Z0Z)646 745 y(Z0Z0Z0Z0)646 828 y(0Z0Z0Z0Z)646 911 y(Z0Z0Z0Z0)646
+994 y(0Z0Z0Z0Z)646 1077 y(Z0Z0Z0Z0)p 1310 1077 V 641 1081 673
+5 v 675 473 a Fl(2)59 b(3)f(4)h(4)g(4)f(4)h(3)g(2)675 556 y(3)g(4)f(6)h(6)g
+(6)f(6)h(4)g(3)675 639 y(4)g(6)f(8)h(8)g(8)f(8)h(6)g(4)675
+722 y(4)g(6)f(8)h(10)35 b(10)f(8)59 b(6)g(4)675 805 y(4)g(6)f(8)h(10)35
+b(10)f(8)59 b(6)g(4)675 888 y(4)g(6)f(8)h(8)g(8)f(8)h(6)g(4)675
+971 y(3)g(4)f(6)h(6)g(6)f(6)h(4)g(3)675 1054 y(2)g(3)f(4)h(4)g(4)f(4)h(3)g(2)
+466 1180 y Fp(Figure)14 b(4.11:)i(Initial)d(W)m(eigh)o(tings)f(for)i(Knigh)o
+(t)f(Square)i(T)m(able.)344 1328 y Fh(N)5 b(S)r(T)433 1334
+y Fe(col;sq)534 1328 y Fp(:)46 b Fl(for)15 b(eac)o(h)h(square)d
+Fp(sq)h Fl(do)651 1377 y Fh(N)5 b(S)r(T)740 1383 y Fe(col;sq)839
+1377 y Fp(=)11 b Fh(S)r(T)933 1383 y Fe(col;sq)1029 1377 y
+Fp(+)f Fh(P)c(H)1139 1383 y Fe(col;sq)1233 1377 y Fp(+)j Fh(K)s(C)1342
+1383 y Fe(col;sq)592 1427 y Fl(endfor)344 1527 y(where)380
+1577 y Fh(S)r(T)431 1583 y Fe(col;sq)531 1577 y Fp(:)18 b(Static)c(w)o(eigh)o
+(tings)f(as)h(de\014ned)h(in)f(\014gure)g(4.11.)380 1676 y
+Fh(P)6 b(H)448 1682 y Fe(col;sq)546 1676 y Fp(:)34 b Fl(if)13
+b Fp(\(P)o(a)o(wnHole\(sq,Opp\(col\)\)\))651 1726 y(phase)592
+1776 y Fl(else)651 1826 y Fp(0)592 1876 y Fl(endif)380 1975
+y Fh(K)s(C)448 1981 y Fe(col;sq)547 1975 y Fp(:)33 b Ff(\000)p
+Fp(T)m(axicab\(KingSq\(col\),sq\))13 b Ff(\000)h Fp(T)m
+(axicab\(KingSq\(Opp\(col\)\),sq\))262 2102 y(Knigh)o(ts)h(are)h(encouraged)h
+(to)e(b)q(e)h(on)g(squares)h(where)f(they)g(ha)o(v)o(e)g(as)g(man)o(y)d
+(options)j(as)262 2152 y(p)q(ossible.)35 b(They)21 b(are)f(also)f(encouraged)
+i(to)e(o)q(ccup)o(y)i(pa)o(wn)e(holes,)i(the)g(b)q(on)o(us)f(b)q(eing)262
+2202 y(dep)q(enden)o(t)f(on)e(the)h(game)e(phase.)30 b(Knigh)o(ts)17
+b(are)h(p)q(enalised)g(for)f(their)h(distance)g(from)262 2251
+y(eac)o(h)g(king.)28 b(This)18 b(encourages)h(a)f(knigh)o(t)f(to)g(main)o
+(tain)e(a)j(p)q(osition)f(from)f(where)i(it)g(is)262 2301 y(p)q(oised)c(to)f
+(attac)o(k)h(the)h(enem)o(y)e(king)g(or)h(protect)h(its)f(o)o(wn)f(king)g(as)
+h(the)h(need)g(arises.)957 2574 y(88)p eop
+%%Page: 89 91
+89 90 bop 262 307 a Fu(4.11.5)55 b(De\014nition)17 b(41)i(:)25
+b(Bishop)18 b(Square)g(T)-5 b(able)p 641 413 673 5 v 641 1077
+5 665 v 646 496 a Fg(0Z0Z0Z0Z)646 579 y(Z0Z0Z0Z0)646 662 y(0Z0Z0Z0Z)646
+745 y(Z0Z0Z0Z0)646 828 y(0Z0Z0Z0Z)646 911 y(Z0Z0Z0Z0)646 994
+y(0Z0Z0Z0Z)646 1077 y(Z0Z0Z0Z0)p 1310 1077 V 641 1081 673 5
+v 675 473 a Fl(0)59 b(2)f(2)h(2)g(2)f(2)h(2)g(0)675 556 y(2)g(8)f(8)h(8)g(8)f
+(8)h(8)g(2)675 639 y(2)g(8)f(10)35 b(10)g(10)f(10)h(8)59 b(2)675
+722 y(2)g(8)f(10)35 b(12)g(12)f(10)h(8)59 b(2)675 805 y(2)g(8)f(10)35
+b(12)g(12)f(10)h(8)59 b(2)675 888 y(2)g(8)f(10)35 b(10)g(10)f(10)h(8)59
+b(2)675 971 y(2)g(8)f(8)h(8)g(8)f(8)h(8)g(2)675 1054 y(0)g(2)f(2)h(2)g(2)f(2)
+h(2)g(0)466 1180 y Fp(Figure)14 b(4.12:)j(Initial)c(W)m(eigh)o(tings)f(for)i
+(Bishop)g(Square)g(T)m(able.)344 1328 y Fh(B)r(S)r(T)428 1334
+y Fe(col;sq)529 1328 y Fp(:)51 b Fl(for)15 b(eac)o(h)h(square)d
+Fp(sq)h Fl(do)651 1377 y Fh(B)r(S)r(T)735 1383 y Fe(col;sq)834
+1377 y Fp(=)e Fh(S)r(T)929 1383 y Fe(col;sq)1025 1377 y Fp(+)e
+Fh(P)c(H)1135 1383 y Fe(col;sq)592 1427 y Fl(endfor)344 1527
+y(where)380 1577 y Fh(S)r(T)431 1583 y Fe(col;sq)531 1577 y
+Fp(:)49 b(Static)14 b(w)o(eigh)o(tings)f(as)h(de\014ned)h(in)f(\014gure)g
+(4.12.)380 1676 y Fh(P)6 b(H)448 1682 y Fe(col;sq)546 1676
+y Fp(:)34 b Fl(if)13 b Fp(\(P)o(a)o(wnHole\(sq,Opp\(col\)\)\))651
+1726 y(phase/2)592 1776 y Fl(else)651 1826 y Fp(0)592 1876
+y Fl(endif)262 2002 y Fp(Bishops)e(are)g(encouraged)h(to)f(k)o(eep)g(on)g
+(long)f(diagonals)f(and)i(ha)o(v)o(e)g(p)q(o)o(w)o(er)g(in)f(as)h(man)o(y)e
+(di-)262 2052 y(rections)i(as)g(p)q(ossible.)17 b(A)11 b(static)g(table)g
+(pro)o(vides)g(appropriate)f(initial)f(b)q(on)o(uses.)18 b(Bishops)262
+2102 y(are)d(additionally)d(encouraged)k(to)f(o)q(ccup)o(y)h(pa)o(wn)e
+(holes,)h(the)h(b)q(on)o(us)f(b)q(eing)g(dep)q(enden)o(t)262
+2152 y(on)e(the)i(game)d(phase.)957 2574 y(89)p eop
+%%Page: 90 92
+90 91 bop 262 307 a Fu(4.11.6)55 b(De\014nition)17 b(42)i(:)25
+b(King)18 b(Square)g(T)-5 b(able)p 641 408 673 5 v 641 1072
+5 665 v 646 491 a Fg(0Z0Z0Z0Z)646 574 y(Z0Z0Z0Z0)646 657 y(0Z0Z0Z0Z)646
+740 y(Z0Z0Z0Z0)646 823 y(0Z0Z0Z0Z)646 906 y(Z0Z0Z0Z0)646 989
+y(0Z0Z0Z0Z)646 1072 y(Z0Z0Z0Z0)p 1310 1072 V 641 1076 673 5
+v 651 463 a Ff(\000)p Fl(2)27 b(+0)22 b Ff(\000)p Fl(4)k Ff(\000)p
+Fl(8)h Ff(\000)p Fl(8)g Ff(\000)p Fl(4)f(+0)c Ff(\000)p Fl(2)651
+546 y Ff(\000)p Fl(2)27 b Ff(\000)p Fl(2)g Ff(\000)p Fl(6)f
+Ff(\000)p Fl(8)h Ff(\000)p Fl(8)g Ff(\000)p Fl(6)f Ff(\000)p
+Fl(2)h Ff(\000)p Fl(2)651 628 y Ff(\000)p Fl(16)s Ff(\000)p
+Fl(16)s Ff(\000)p Fl(18)s Ff(\000)p Fl(20)s Ff(\000)p Fl(20)s
+Ff(\000)p Fl(18)s Ff(\000)p Fl(16)s Ff(\000)p Fl(16)651 711
+y Ff(\000)p Fl(18)s Ff(\000)p Fl(18)s Ff(\000)p Fl(22)s Ff(\000)p
+Fl(26)s Ff(\000)p Fl(26)s Ff(\000)p Fl(22)s Ff(\000)p Fl(18)s
+Ff(\000)p Fl(18)651 794 y Ff(\000)p Fl(18)s Ff(\000)p Fl(18)s
+Ff(\000)p Fl(22)s Ff(\000)p Fl(26)s Ff(\000)p Fl(26)s Ff(\000)p
+Fl(22)s Ff(\000)p Fl(18)s Ff(\000)p Fl(18)651 877 y Ff(\000)p
+Fl(16)s Ff(\000)p Fl(16)s Ff(\000)p Fl(18)s Ff(\000)p Fl(20)s
+Ff(\000)p Fl(20)s Ff(\000)p Fl(18)s Ff(\000)p Fl(16)s Ff(\000)p
+Fl(16)651 960 y Ff(\000)p Fl(2)g Ff(\000)p Fl(2)g Ff(\000)p
+Fl(6)f Ff(\000)p Fl(8)h Ff(\000)p Fl(8)g Ff(\000)p Fl(6)f Ff(\000)p
+Fl(2)h Ff(\000)p Fl(2)651 1043 y Ff(\000)p Fl(2)g(+0)22 b Ff(\000)p
+Fl(4)k Ff(\000)p Fl(8)h Ff(\000)p Fl(8)g Ff(\000)p Fl(4)f(+0)c
+Ff(\000)p Fl(2)485 1165 y Fp(Figure)14 b(4.13:)i(Initial)d(W)m(eigh)o(tings)f
+(for)i(King)f(Square)i(T)m(able.)344 1303 y Fh(K)s(S)r(T)433
+1309 y Fe(col;sq)534 1303 y Fp(:)46 b Fl(for)15 b(eac)o(h)h(square)d
+Fp(sq)h Fl(do)651 1353 y Fh(K)s(S)r(T)740 1359 y Fe(col;sq)839
+1353 y Fp(=)e Fh(S)r(T)934 1359 y Fe(col;sq)1030 1353 y Fp(+)d
+Fh(K)s(E)1140 1359 y Fe(col;sq)1235 1353 y Ff(\000)h Fh(P)c(C)1340
+1359 y Fe(col;sq)592 1403 y Fl(endfor)344 1503 y(where)380
+1553 y Fh(S)r(T)431 1559 y Fe(col;sq)531 1553 y Fp(:)49 b(Static)14
+b(w)o(eigh)o(tings)f(as)h(de\014ned)h(in)f(\014gure)g(4.13.)380
+1652 y Fh(K)s(E)449 1658 y Fe(col;sq)548 1652 y Fp(:)32 b(\()p
+Ff(\000)p Fh(S)r(T)691 1658 y Fe(col;sq)779 1652 y Fp(\))p
+Ff(\001)13 b Fp(revPhase/8)380 1752 y Fh(P)6 b(C)443 1758 y
+Fe(col;sq)541 1752 y Fp(:)39 b Fl(if)13 b Fp(\(EndgameKP)g
+Ff(2)f Fh(P)6 b(l)q(anT)g(y)q(pe)1117 1758 y Fe(col)1161 1752
+y Fp(\))651 1802 y Fl(for)15 b(eac)o(h)h(square)d Fp(sq2)h
+Fl(do)710 1851 y(if)f Fp(\(Occup)o(y\([P)o(a)o(wn],col,sq\)\))769
+1901 y Fl(if)g Fp(\(P)o(assed\(col,sq2\)\))828 1951 y(P)o(a)o(wnMass)i(=)f(P)
+o(a)o(wnMass)g(+)g(4)g Ff(\001)f Fp(T)m(axicab\(sq,sq2\))828
+2001 y(P)o(a)o(wnMass)i(=)f(P)o(a)o(wnMass)g(+)g(T)m
+(axicab\(sq,PSq\(col,sq2\)\))769 2051 y Fl(else)828 2100 y
+Fp(P)o(a)o(wnMass)h(=)f(P)o(a)o(wnMass)g(+)g(T)m(axicab\(sq,sq2\))769
+2150 y Fl(endif)710 2200 y(else)769 2250 y(if)f Fp(\(Occup)o(y\([P)o(a)o
+(wn],Opp\(col\),sq\)\))828 2300 y Fl(if)g Fp(\(P)o(assed\(Opp\(col\),sq2\)\))
+888 2350 y(P)o(a)o(wnMass)h(=)g(P)o(a)o(wnMass)g(+)g(4)g Ff(\001)f
+Fp(T)m(axicab\(sq,sq2\))888 2399 y(P)o(a)o(wnMass)h(=)g(P)o(a)o(wnMass)g(+)g
+(T)m(axicab\(sq,PSq\(col,sq2\)\))828 2449 y Fl(else)957 2574
+y Fp(90)p eop
+%%Page: 91 93
+91 92 bop 888 307 a Fp(P)o(a)o(wnMass)14 b(=)g(P)o(a)o(wnMass)g(+)g(T)m
+(axicab\(sq,sq2\))828 357 y Fl(endif)769 407 y(endif)710 457
+y(endif)651 506 y(endfor)651 556 y Fh(P)6 b(C)714 562 y Fe(col;sq)811
+556 y Fp(=)14 b(\(P)o(a)o(wnMass/)p Fh(])p Fp(P)o(a)o(wns)g
+Ff(\000)p Fp(8\))g Ff(\001)f Fp(\(revPhase)p Ff(\000)p Fp(8\))592
+606 y Fl(else)651 656 y Fp(0)592 706 y Fl(endif)262 832 y Fp(A)o(t)h(the)h(b)
+q(eginning)f(of)g(the)h(game)e(the)i(king)e(is)i(encouraged)g(to)f(seek)i(a)e
+(safe)h(ha)o(v)o(en)f(near)262 882 y(one)j(of)g(the)h(corner)g(squares.)29
+b(As)18 b(the)g(game)e(progresses)j(the)f(king)e(is)h(encouraged)i(to)262
+932 y(pla)o(y)12 b(a)h(more)g(activ)o(e)g(role.)18 b(Ev)o(en)o(tually)m(,)12
+b(the)i(king)f(will)f(receiv)o(e)i(more)f(b)q(on)o(us)h(p)q(oin)o(ts)f(for)
+262 982 y(b)q(eing)h(in)g(the)g(cen)o(tre)i(than)f(near)f(the)h(edge)g(of)f
+(the)h(b)q(oard.)k(Ho)o(w)o(ev)o(er,)14 b(this)g(c)o(hange)h(will)262
+1032 y(b)q(e)f(gradual)f(as)h(it)g(is)f(related)i(to)e(the)i(game)d(phase.)
+324 1117 y(When)k(in)g(the)h(endgame,)f(the)h(king)e(gets)i(b)q(on)o(uses)h
+(for)e(main)o(taining)d(an)j(optim)o(um)262 1167 y(distance)e(from)e(all)h
+(the)h(pa)o(wns)g(with)g(particular)g(emphasis)f(on)g(passed)i(pa)o(wns.)957
+2574 y(91)p eop
+%%Page: 92 94
+92 93 bop 262 307 a Fu(4.11.7)55 b(De\014nition)17 b(43)i(:)25
+b(Square)18 b(Con)n(trol)h(T)-5 b(able)p 641 413 673 5 v 641
+1077 5 665 v 646 496 a Fg(0Z0Z0Z0Z)646 579 y(Z0Z0Z0Z0)646 662
+y(0Z0Z0Z0Z)646 745 y(Z0Z0Z0Z0)646 828 y(0Z0Z0Z0Z)646 911 y(Z0Z0Z0Z0)646
+994 y(0Z0Z0Z0Z)646 1077 y(Z0Z0Z0Z0)p 1310 1077 V 641 1081 673
+5 v 687 473 a Fl(2)58 b(2)h(2)g(2)f(2)h(2)g(2)f(2)687 556 y(2)g(2)h(2)g(2)f
+(2)h(2)g(2)f(2)687 639 y(2)g(2)h(2)g(2)f(2)h(2)g(2)f(2)687
+722 y(2)g(2)h(2)g(2)f(2)h(2)g(2)f(2)687 805 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f(1)
+687 888 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f(1)687 971 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f
+(1)687 1054 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f(1)383 1180 y Fp(Figure)14
+b(4.14:)j(Initial)12 b(W)m(eigh)o(tings)h(for)g(White's)h(Square)g(Con)o
+(trol)f(T)m(able.)p 641 1280 V 641 1944 5 665 v 646 1363 a
+Fg(0Z0Z0Z0Z)646 1446 y(Z0Z0Z0Z0)646 1529 y(0Z0Z0Z0Z)646 1612
+y(Z0Z0Z0Z0)646 1695 y(0Z0Z0Z0Z)646 1778 y(Z0Z0Z0Z0)646 1861
+y(0Z0Z0Z0Z)646 1944 y(Z0Z0Z0Z0)p 1310 1944 V 641 1948 673 5
+v 687 1341 a Fl(1)58 b(1)h(1)g(1)f(1)h(1)g(1)f(1)687 1424 y(1)g(1)h(1)g(1)f
+(1)h(1)g(1)f(1)687 1507 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f(1)687
+1590 y(1)g(1)h(1)g(1)f(1)h(1)g(1)f(1)687 1673 y(2)g(2)h(2)g(2)f(2)h(2)g(2)f
+(2)687 1755 y(2)g(2)h(2)g(2)f(2)h(2)g(2)f(2)687 1838 y(2)g(2)h(2)g(2)f(2)h(2)
+g(2)f(2)687 1921 y(2)g(2)h(2)g(2)f(2)h(2)g(2)f(2)388 2048 y
+Fp(Figure)14 b(4.15:)j(Initial)c(W)m(eigh)o(tings)f(for)i(Blac)o(k's)f
+(Square)i(Con)o(trol)e(T)m(able.)344 2195 y Fh(S)369 2201 y
+Fe(col;sq)469 2195 y Fp(:)111 b Fl(for)15 b(eac)o(h)h(square)d
+Fp(sq)h Fl(do)651 2245 y Fh(S)676 2251 y Fe(col;sq)774 2245
+y Fp(=)e Fh(S)r(T)869 2251 y Fe(col;sq)965 2245 y Fp(+)d Fh(P)d(L)1067
+2251 y Fe(col;sq)592 2295 y Fl(endfor)344 2394 y(where)380
+2444 y Fh(S)r(T)431 2450 y Fe(col;sq)531 2444 y Fp(:)49 b(Static)14
+b(w)o(eigh)o(tings)f(indexed)i(b)o(y)e(colour)h(and)g(square,)g(see)h
+(\014gures)957 2574 y(92)p eop
+%%Page: 93 95
+93 94 bop 592 307 a Fp(4.14)13 b(and)h(4.15)380 407 y Fh(P)6
+b(L)441 413 y Fe(col;sq)540 407 y Fp(:)40 b Fl(if)13 b Fp(\(PieceA)o(ttac)o
+(k)i Ff(2)f Fh(P)6 b(l)q(anT)g(y)q(pe)1107 413 y Fe(col)1165
+407 y Fl(and)13 b Fp(OnWing\()p Fh(P)6 b(l)q(anW)g(ing)1622
+413 y Fe(col)1665 407 y Fp(,sq\))592 457 y Fl(and)13 b Fp(Side\(sq\))i(=)f
+(Opp\(col\)\))651 506 y(2)592 556 y Fl(else)651 606 y Fp(0)592
+656 y Fl(endif)262 783 y Fp(This)k(table)g(will)e(b)q(e)j(used)g(b)o(y)f(the)
+h(ev)n(aluation)e(function)h(criterion,)h(Square)g(Con)o(trol,)262
+832 y(to)14 b(help)h(direct)g(attac)o(ks.)21 b(The)15 b(table)f(is)h
+(initially)d(set)j(up)g(to)f(encourage)i(attac)o(ks)f(in)f(the)262
+882 y(enem)o(y)9 b(half)h(of)g(the)h(b)q(oard.)17 b(This)11
+b(is)f(further)i(mo)q(di\014ed)d(dep)q(ending)i(on)g(the)g(plan)f(selected)
+262 932 y(to)j(further)i(encourage)g(attac)o(ks)f(on)g(the)g(planned)g(attac)
+o(k)g(wing.)957 2574 y(93)p eop
+%%Page: 94 96
+94 95 bop 262 307 a Fr(4.12)69 b(De\014nition)20 b(44)j(:)30
+b(T)-6 b(otal)21 b(Ev)l(aluation)h(F)-6 b(unction)452 382 y(V)g(alue)344
+487 y Fh(T)6 b(E)r(F)g(V)464 493 y Fe(col)522 487 y Fp(=)62
+b Fh(M)5 b(T)685 493 y Fe(col)738 487 y Fp(+)10 b Fh(M)5 b(B)856
+493 y Fe(col)909 487 y Fp(+)10 b Fh(D)q(V)1010 493 y Fe(col)1064
+487 y Fp(+)f Fh(C)s(C)1168 493 y Fe(col)1221 487 y Fp(+)g Fh(S)r(C)1319
+493 y Fe(col)1373 487 y Fp(+)g Fh(P)d(V)1471 493 y Fe(col)1529
+487 y Fp(+)616 537 y Fh(N)f(V)678 543 y Fe(col)731 537 y Fp(+)10
+b Fh(B)r(V)830 543 y Fe(col)884 537 y Fp(+)f Fh(RV)981 543
+y Fe(col)1034 537 y Fp(+)h Fh(QV)1133 543 y Fe(col)1186 537
+y Fp(+)g Fh(K)s(V)1290 543 y Fe(col)1343 537 y Fp(+)g Fh(P)c(N)1451
+543 y Fe(col)1504 537 y Fp(+)j Fh(AP)1603 543 y Fe(col)344
+637 y Fl(where)380 686 y Fh(M)c(T)449 692 y Fe(col)498 686
+y Fp(:)47 b Fl(Material)14 b(\(De\014niti)o(on)f(1\).)380 786
+y Fh(M)5 b(B)456 792 y Fe(col)498 786 y Fp(:)47 b Fl(Mobilit)o(y)13
+b(\(De\014niti)o(on)f(3\).)380 886 y Fh(D)q(V)439 892 y Fe(col)498
+886 y Fp(:)47 b Fl(Dev)o(elopmen)o(t)12 b(\(De\014niti)o(on)g(4\).)380
+985 y Fh(C)s(C)443 991 y Fe(col)498 985 y Fp(:)47 b Fl(Cen)o(tre)14
+b(Con)o(trol)g(\(De\014niti)o(on)f(5\).)380 1085 y Fh(S)r(C)437
+1091 y Fe(col)498 1085 y Fp(:)47 b Fl(Square)15 b(Con)o(trol)e
+(\(De\014nition)f(6\).)380 1185 y Fh(P)6 b(V)437 1191 y Fe(col)498
+1185 y Fp(:)47 b Fl(P)o(a)o(wn)15 b(V)l(alue)g(\(De\014niti)o(on)d(12\).)380
+1284 y Fh(N)5 b(V)442 1290 y Fe(col)498 1284 y Fp(:)47 b Fl(Knigh)o(t)14
+b(V)l(alue)g(\(De\014nitio)o(n)f(13\).)380 1384 y Fh(B)r(V)437
+1390 y Fe(col)498 1384 y Fp(:)47 b Fl(Bishop)14 b(V)l(alue)h(\(De\014nit)o
+(ion)d(20\).)380 1483 y Fh(RV)436 1489 y Fe(col)498 1483 y
+Fp(:)47 b Fl(Ro)q(ok)16 b(V)l(alue)f(\(De\014niti)o(on)d(25\).)380
+1583 y Fh(QV)437 1589 y Fe(col)498 1583 y Fp(:)47 b Fl(Queen)14
+b(V)l(alue)h(\(De\014niti)o(on)e(28\).)380 1683 y Fh(K)s(V)442
+1689 y Fe(col)498 1683 y Fp(:)47 b Fl(King)15 b(V)l(alue)g(\(De\014niti)o(on)
+d(34\).)380 1782 y Fh(P)6 b(N)446 1788 y Fe(col)498 1782 y
+Fp(:)47 b Fl(Pinned)13 b(Pieces)i(\(De\014niti)o(on)d(35\).)380
+1882 y Fh(AP)438 1888 y Fe(col)498 1882 y Fp(:)47 b Fl(A)o(ttac)o(k)o(ed)14
+b(Pieces)h(\(De\014nit)o(ion)d(36\).)262 2009 y Fp(The)j(ev)n(aluation)f
+(function)h(will)f(return)j(a)e(single)g(v)n(alue)g(for)g(the)h(p)q(osition.)
+22 b(T)m(o)14 b(ac)o(hiev)o(e)262 2059 y(this,)d(all)g(the)h(ev)n(aluation)e
+(criteria)i(m)o(ust)f(b)q(e)h(summed.)k(The)c(p)q(osition)f(v)n(alue)g(from)f
+(either)262 2108 y(sides)k(p)q(oin)o(t)g(of)f(view)h(can)g(then)g(b)q(e)h
+(easily)e(calculated,)h(e.g.:)344 2206 y Fh(V)368 2212 y Fe(W)t(hite)477
+2206 y Fp(=)e Fh(T)6 b(E)r(F)g(V)641 2212 y Fe(W)t(hite)747
+2206 y Ff(\000)k Fh(T)c(E)r(F)g(V)909 2212 y Fe(B)q(lack)324
+2324 y Fp(A)19 b(v)o(ery)g(imp)q(ortan)o(t)e(decision)i(is)g(when)g(to)g
+(apply)f(the)i(ev)n(aluation)e(function)g(to)h(a)262 2374 y(p)q(osition.)k
+(After)17 b(a)f(lot)f(of)h(delib)q(eration,)f(I)h(decided)h(the)g(ev)n
+(aluation)e(function)g(will)g(b)q(e)262 2424 y(applied)e(at)h(leaf)f(no)q
+(des)h(of)g(the)g(main)e(searc)o(h)j(in)f(all)e(cases)j(except:)957
+2574 y(94)p eop
+%%Page: 95 97
+95 96 bop 324 307 a Ff(\017)20 b Fp(It)14 b(is)g(nev)o(er)h(applied)e(if)g
+(one)h(side)h(is)e(in-c)o(hec)o(k.)324 390 y Ff(\017)20 b Fp(It)14
+b(is)f(not)g(applied)g(if)f(the)i(de\014cit)g(b)q(et)o(w)o(een)h
+Fh(\013)e Fp(and)g(the)h(curren)o(t)h(material)c(v)n(alue)i(is)365
+440 y(larger)h(than)f(the)i(greatest)g(p)q(ositional)d(v)n(alue)h(so)h(far)f
+(encoun)o(tered)j(in)d(the)h(searc)o(h.)262 558 y(The)h(\014rst)h(condition)e
+(a)o(v)o(oids)h(application)e(to)i(p)q(ositions)g(whic)o(h)g(are)h(clearly)e
+(not)h(quies-)262 608 y(cen)o(t.)24 b(The)16 b(second)h(condition)e(attempts)
+g(to)h(only)f(apply)g(the)h(ev)n(aluation)e(function)i(to)262
+658 y(p)q(ositions)d(whic)o(h)h(ha)o(v)o(e)g(a)f(reasonable)h(c)o(hance)h(of)
+f(a\013ecting)g(the)g(searc)o(h)h(result.)957 2574 y(95)p eop
+%%Page: 96 98
+96 97 bop 262 654 a Fn(Chapter)34 b(5)262 897 y Fo(T)-10 b(ree)40
+b(Searc)m(hing)262 1148 y Fp(The)11 b(ev)n(aluation)e(function)i(con)o(tains)
+f(criteria)i(to)e(assess)j(p)q(ositional)c(and)i(tactical)f(v)n(alues.)262
+1198 y(The)17 b(tactical)f(ev)n(aluation)f(is)i(ho)o(w)o(ev)o(er,)g(far)g
+(from)e(complete)h(in)g(terms)g(of)h(deriving)f(an)262 1248
+y(accurate)g(tactical)f(v)n(alue.)23 b(The)16 b(tactical)f(part)g(of)g(the)h
+(ev)n(aluation)e(function)i(therefore,)262 1298 y(only)11 b(attempts)h(to)g
+(giv)o(e)g(a)g(rough)g(estimate)f(of)h(the)h(tactical)f(p)q(ossibilities.)17
+b(It)12 b(tak)o(es)h(par-)262 1347 y(ticular)h(accoun)o(t)h(of)f(uncertain)o
+(ties)i(in)f(the)g(p)q(osition.)20 b(F)m(or)15 b(example,)e(a)h(p)q(osition)g
+(where)262 1397 y(t)o(w)o(o)e(pieces)j(are)f(sim)o(ultaneously)d(en-prise)k
+(w)o(ould)d(constitute)j(a)e(degree)h(of)f(uncertain)o(t)o(y)262
+1447 y(ab)q(out)g(the)i(true)g(v)n(alue)e(of)g(the)i(p)q(osition.)324
+1532 y(A)f(sw)o(ap)g(o\013)g(algorithm)d([37)o(])i(could)h(ha)o(v)o(e)g(b)q
+(een)h(additionally)c(used)k(to)f(impro)o(v)o(e)e(the)262 1582
+y(accuracy)18 b(of)f(this)g(tactical)g(v)n(alue.)28 b(Ho)o(w)o(ev)o(er,)18
+b(this)f(w)o(ould)g(still)f(not)h(tak)o(e)g(accoun)o(t)h(of)262
+1632 y(pinned)13 b(pieces)i(or)f(exc)o(hanges)h(whic)o(h)e(exp)q(ose)i
+(hidden)f(attac)o(ks)g(on)g(other)g(squares.)19 b(The)262 1682
+y(added)c(complexit)o(y)d(in)o(v)o(olv)o(ed)i(in)g(attempting)f(to)i(correct)
+h(these)g(faults)e(w)o(ould)g(b)q(e)h(v)o(ery)262 1732 y(exp)q(ensiv)o(e)h
+(in)f(terms)f(of)h(pro)q(cessing)h(time.)21 b(Therefore,)16
+b(I)f(feel)h(suc)o(h)g(analysis)e(is)h(b)q(etter)262 1781 y(left)f(to)h(a)g
+(dynamic)e(searc)o(h.)23 b(Using)15 b(v)n(arious)f(additional)g(tree)i
+(pruning)f(mec)o(hanisms,)e(I)262 1831 y(hop)q(e)h(to)g(sho)o(w)f(that)h
+(this)g(searc)o(h)h(can)f(b)q(e)h(done)f(e\016cien)o(tly)m(.)324
+1916 y(Hence,)f(it)f(is)g(imp)q(ortan)o(t)e(to)i(supp)q(ort)h(the)g(ev)n
+(aluation)e(function)h(b)o(y)g(the)g(tree)i(searc)o(h-)262
+1966 y(ing)20 b(of)g(p)q(ossibilities.)39 b(This)20 b(will)g(enable)h(the)h
+(program)d(to)i(explore)g(p)q(ossible)g(mo)o(v)o(e)262 2016
+y(sequences)f(and)e(therefore)h(c)o(hose)g(mo)o(v)o(es)d(whic)o(h)i(lead)g
+(to)g(fa)o(v)o(ourable)e(p)q(ositional)h(and)262 2066 y(tactical)c(outcomes.)
+324 2151 y(In)e(this)h(c)o(hapter,)h(I)f(will)e(explain)h(what)g(searc)o
+(hing)h(sc)o(hemes)h(will)d(b)q(e)i(used)h(and)e(ho)o(w)h(I)262
+2201 y(in)o(tend)g(to)g(complemen)o(t)e(the)j(ev)n(aluation)d(function)i(b)o
+(y)g(the)h(use)g(of)f(a)g(quiescence)i(searc)o(h.)324 2286
+y(The)k(o)o(v)o(erall)f(searc)o(h)h(pro)q(cedure)i(is)e(as)f(follo)o(ws:)24
+b(The)19 b(main)c(searc)o(h)k(will)d(progress)262 2336 y(iterativ)o(ely)f(to)
+i(deep)q(er)h(lev)o(els)e(of)g(the)h(searc)o(h)h(tree.)27 b(Selected,)18
+b(more)e(in)o(teresting)h(lines)262 2386 y(will)g(b)q(e)j(extended.)36
+b(A)o(t)19 b(the)h(leaf)f(no)q(des)h(of)f(this)g(main)e(searc)o(h)k(tree)f
+(the)g(ev)n(aluation)262 2436 y(function)c(will)e(b)q(e)j(applied.)25
+b(The)17 b(ev)n(aluation)e(function)h(ma)o(y)e(then)j(advise)g(the)f(searc)o
+(h)957 2574 y(96)p eop
+%%Page: 97 99
+97 98 bop 262 307 a Fp(to)13 b(tak)o(e)h(one)g(of)g(t)o(w)o(o)f(p)q(ossible)h
+(actions:)312 426 y(1.)20 b(The)15 b(p)q(osition)f(is)g(suitable)g(for)g(the)
+h(quiescence)i(searc)o(h)e(to)f(b)q(e)h(applied.)k(A)14 b(quies-)365
+475 y(cence)f(searc)o(h)g(will)c(then)j(b)q(e)g(used)g(to)f(explore)g(an)o(y)
+g(dynamic)e(tactical)i(p)q(ossibilities)365 525 y(whic)o(h)i(need)h
+(resolving.)j(This)c(will)e(allo)o(w)h(a)g(more)g(accurate)i(tactical)f(v)n
+(alue)f(to)h(b)q(e)365 575 y(deriv)o(ed)g(at)f(the)g(leaf)g(no)q(de)g(than)g
+(the)h(v)n(alue)e(calculated)i(purely)f(in)f(the)i(ev)n(aluation)365
+625 y(function.)32 b(The)19 b(main)d(searc)o(h)j(can)g(therefore)h(ha)o(v)o
+(e)e(higher)h(con\014dence)h(in)e(the)365 675 y(\014nal)c(leaf)f(no)q(de)h(v)
+n(alue)f(calculated.)312 758 y(2.)20 b(The)14 b(p)q(osition)f(is)g
+(considered)i(to)e(b)q(e)h(to)q(o)f(unstable)h(for)f(the)h(quiescence)h
+(searc)o(h)g(to)365 808 y(b)q(e)j(applied)f(accurately)m(.)28
+b(This)17 b(means)g(the)h(main)d(searc)o(h)j(should)f(b)q(e)h(extended)365
+857 y(in)e(order)g(to)g(resolv)o(e)h(the)f(uncertain)o(t)o(y)m(.)24
+b(This)16 b('Quiescence)i(Decision')d(ma)o(y)f(also)365 907
+y(cause)i(the)f(main)e(searc)o(h)j(to)e(b)q(e)i(re{en)o(tered)h(from)c(no)q
+(des)i(that)g(are)g(already)f(part)365 957 y(of)g(the)g(quiescence)i(searc)o
+(h.)262 1075 y(The)e(results)i(obtained)e(from)e(searc)o(hing)j(eac)o(h)g(no)
+q(de)f(is)h(then)g(passed)g(bac)o(k)f(up)g(the)h(tree)262 1125
+y(where)10 b(searc)o(h)h(heuristics)g(can)f(mak)o(e)e(use)i(of)f(the)h
+(information)d(in)i(searc)o(hing)h(other)g(no)q(des.)262 1175
+y(It)16 b(is)h(imp)q(ortan)o(t)e(to)i(realise)g(the)g(searc)o(h)h(tree)g
+(explored)f(b)o(y)g(suc)o(h)g(a)g(searc)o(h)h(will)d(b)q(e)i(of)262
+1225 y(v)n(ariable)10 b(depth,)i(the)g(deep)q(est)h(lines)e(b)q(eing)g(those)
+h(of)f(most)f(in)o(terest)i(to)g(the)f(searc)o(h.)19 b(This)262
+1275 y(sho)o(ws)13 b(some)f(similarities)f(to)h(the)i(w)o(a)o(y)e(h)o(umans)g
+(approac)o(h)h(the)h(task)f(of)f(tree)j(searc)o(hing.)324 1360
+y(The)f(follo)o(wing)d(sections)k(explain)e(this)h(searc)o(h)h(pro)q(cess)h
+(in)e(more)f(detail.)262 1533 y Fr(5.1)69 b(Main)23 b(Searc)n(h)262
+1659 y Fp(The)14 b(main)e(searc)o(h)j(will)e(use)i(the)f(alpha{b)q(eta)g(\()p
+Fh(\013\014)r Fp(\))g(tree)i(pruning)e(algorithm)d(on)j(nega-)262
+1709 y(max)i(trees.)32 b(This)18 b(algorithm)d(has)k(man)o(y)d(deriv)n(ativ)o
+(es)i(and)g(enhancemen)o(ts,)h(some)e(of)262 1759 y(whic)o(h)c(w)o(ere)i
+(explained)f(in)f(c)o(hapter)i(3.)324 1844 y(A)o(t)j(\014rst)i(sigh)o(t,)e
+(the)i(principle)e(v)n(ariation)f Fh(\013\014)j Fp(searc)o(h)g(\(PVS\))f(app)
+q(ears)h(to)e(b)q(e)h(the)262 1894 y(b)q(est)c(algorithm)c(to)i(select)j(as)e
+(it)f(t)o(ypically)g(visits)g(few)o(er)i(no)q(des)g(than)e(other)i
+Fh(\013\014)h Fp(deriv)n(a-)262 1943 y(tiv)o(es)h([40)o(].)28
+b(Ho)o(w)o(ev)o(er,)19 b(I)e(in)o(tend)g(to)h(use)g(searc)o(h)g(extensions)h
+(whic)o(h)e(actually)g(use)h(the)262 1993 y(v)n(alues)11 b(of)h(the)g(curren)
+o(t)i Fh(\013\014)g Fp(windo)o(w)d(as)h(part)h(of)e(their)h(searc)o(h)h
+(extension)g(decision.)18 b(This)262 2043 y(breaks)13 b(one)h(of)f(the)g(ma)r
+(jor)f(principles)h(of)g(the)h Fh(\013\014)h Fp(algorithm)c(:-)h(the)i(v)n
+(alue)f(of)f(a)h(mo)o(v)o(e)f(is)262 2093 y(indep)q(enden)o(t)j(of)e(the)i
+Fh(\013\014)h Fp(windo)o(w)d(used)i(to)e(searc)o(h)i(it.)324
+2178 y(The)h(PV)h(searc)o(h)g(uses)h(a)d(minimal)d(windo)o(w)k(as)g(its)g
+(basis.)25 b(When)16 b(the)h(searc)o(h)g(of)f(a)262 2228 y(subtree)c(fails)d
+(high)h(\(score)i Ff(\025)f Fh(\014)r Fp(\),)h(it)e(is)g(re-searc)o(hed)j
+(using)d(a)g(suitably)g(adjusted)h(windo)o(w.)262 2278 y(When)16
+b(the)h(v)n(alue)f(is)g(not)h(dep)q(enden)o(t)h(on)e(the)h(windo)o(w)f(used,)
+h(ev)o(erything)g(w)o(orks)g(\014ne.)262 2328 y(Ho)o(w)o(ev)o(er,)d(if)f(the)
+h(v)n(alue)g(is)g(dep)q(enden)o(t,)h(a)f(situation)f(could)h(arise)h(where)g
+(a)f(mo)o(v)o(e)e(found)262 2377 y(whic)o(h)h(fails)g(high,)g(is)g(re-searc)o
+(hed)k(with)c(an)h(enlarged)g(windo)o(w,)e(only)i(to)f(fail)g(lo)o(w.)k(This)
+262 2427 y(violates)g(the)h(PVS's)h(abilit)o(y)d(to)i(searc)o(h)h(minim)o(al)
+14 b(trees)20 b(for)d(all)g(mo)o(v)o(es)g(except)i(those)957
+2574 y(97)p eop
+%%Page: 98 100
+98 99 bop 262 307 a Fp(whic)o(h)12 b(constitute)h(a)f(new)g(principle)g(v)n
+(ariation.)k(This)c(can)g(cause)i(serious)f(problems)e(not)262
+357 y(only)i(for)g(the)i(e\016ciency)f(of)g(the)g(PVS,)g(but)g(also)f(for)h
+(its)g(correctness.)324 442 y(I)19 b(also)f(wish)i(to)f(use)h(the)g(curren)o
+(t)g(searc)o(h)h(windo)o(w)d(as)h(part)h(of)e(a)h(decision)g(as)h(to)262
+492 y(whether)15 b(to)e(apply)g(the)h(ev)n(aluation)f(function)g(at)h(a)f
+(giv)o(en)g(no)q(de)h(in)f(the)i(tree.)k(After)14 b(all,)262
+542 y(if)j(the)h(de\014cit)h(b)q(et)o(w)o(een)g(the)f(required)h(score)g(\()p
+Ff(\025)g Fh(\013)p Fp(\))f(necessary)i(to)d(e\013ect)j(the)e(searc)o(h)262
+592 y(result)e(and)f(the)h(curren)o(t)g(material)e(v)n(alue)g(is)h(so)h
+(large)f(that)g(ev)o(en)h(the)g(maxim)n(um)11 b(p)q(osi-)262
+641 y(tional)h(v)n(alue)i(cannot)g(alter)g Fh(\013)p Fp(,)f(then)i(it)e(w)o
+(ould)h(constitute)h(w)o(asted)f(e\013ort)h(to)f(apply)f(the)262
+691 y(ev)n(aluation)f(function.)18 b(This)c(approac)o(h)f(could)h(also)f(adv)
+o(ersely)i(a\013ect)g(the)f(PV)g(searc)o(h.)324 777 y(These)k(problems)e
+(lead)g(me)g(to)g(prefer)i(an)f(aspiration)f Fh(\013\014)j
+Fp(searc)o(h.)27 b(Although)17 b(this)262 826 y(searc)o(h)e(algorithm)c(ma)o
+(y)h(still)i(giv)o(e)f(rise)i(to)f(some)f(of)h(the)g(problems)g(already)f
+(explained,)262 876 y(they)i(will)e(b)q(e)j(to)f(a)f(far)h(lesser)h(exten)o
+(t.)23 b(The)15 b(imp)q(ortan)o(t)e(asp)q(ect)j(ab)q(out)f(this)g(algorithm)
+262 926 y(as)g(far)g(as)h(searc)o(h)h(extensions)f(are)g(concerned,)i(is)d
+(that)h(the)g Fh(\013\014)i Fp(v)n(alues)d(of)g(the)h(curren)o(t)262
+976 y(windo)o(w)10 b(constitute)j(the)f(true)g(b)q(est)h(score)f(attained)g
+(b)o(y)f(eac)o(h)h(side.)17 b(The)12 b(only)f(exception)262
+1026 y(b)q(eing)18 b(when)h(one)g(\(or)g(b)q(oth\))g(of)f(the)i(initial)c
+(aspiration)i Fh(\013\014)j Fp(b)q(ounds)f(are)f(still)f(b)q(eing)262
+1075 y(used.)26 b(Ev)o(en)17 b(in)f(this)h(case)g(the)g(initial)e(aspiration)
+g(windo)o(w)h(can)g(b)q(e)i(sa)o(v)o(ed)e(and)g(tak)o(en)262
+1125 y(in)o(to)d(accoun)o(t)h(b)o(y)g(the)g(searc)o(h)h(extension)g
+(heuristics.)324 1210 y(In)j(the)h(past,)g(I)g(ha)o(v)o(e)f(observ)o(ed)h
+(man)o(y)e(commercial)e(c)o(hess)20 b(programs)d(whic)o(h)i(un-)262
+1260 y(doubtedly)c(use)i(an)f(aspiration)f Fh(\013\014)j Fp(searc)o(h.)25
+b(I)16 b(ha)o(v)o(e)f(also)h(noticed)g(in)f(some)g(p)q(ositions,)262
+1310 y(a)e(particular)g(searc)o(h)h(to)f(depth)i Fh(n)e Fp(tak)o(es)h
+(considerably)f(longer)g(than)h(exp)q(ected.)19 b(This)14 b(is)262
+1360 y(b)q(ecause)i(of)f(a)g(problem)f(whic)o(h)h(I)g(b)q(eliev)o(e)h(can)f
+(b)q(e)h(solv)o(ed)f(b)o(y)g(an)g(enhancemen)o(t)h(to)f(the)262
+1410 y(aspiration)g Fh(\013\014)k Fp(algorithm.)j(The)17 b(problem)e(is)h(as)
+g(follo)o(ws:)21 b(A)c(searc)o(h)g(to)f(depth)h Fh(n)11 b Ff(\000)g
+Fp(1)262 1460 y(deriv)o(es)18 b(a)f(v)n(alue)g(for)g(the)i(b)q(est)f(mo)o(v)o
+(e)e(found.)29 b(This)18 b(v)n(alue)f(then)h(forms)e(the)i(basis)g(b)o(y)262
+1509 y(whic)o(h)e(the)h(new)g Fh(\013\014)i Fp(windo)o(w)d(is)h(set)g(for)g
+(the)g(next)g(iteration.)26 b(A)17 b(searc)o(h)g(to)g(the)g(next)262
+1559 y(iteration)12 b(is)h(then)h(p)q(erformed.)k(If)12 b(this)i(searc)o(h)g
+(disco)o(v)o(ers)g(something)e(whic)o(h)h(refutes)i(its)262
+1609 y(previous)f(analysis)f(\(b)q(ecause)j(of)d(the)h(horizon)g(e\013ect\),)
+h(eac)o(h)g(and)e(ev)o(ery)i(mo)o(v)o(e)d(ma)o(y)g(fail)262
+1659 y(lo)o(w)h(in)h(turn.)21 b(This)15 b(will)e(tak)o(e)i(some)f(time)f(to)h
+(o)q(ccur)i(at)f(the)g(greater)h(iteration)e(depths.)262 1709
+y(After)d(all)f(this)i(rather)g(w)o(asted)g(e\013ort,)g(a)f(re-searc)o(h)i
+(is)e(then)h(necessary)h(with)e(an)g(adjusted)262 1758 y Fh(\013\014)16
+b Fp(windo)o(w.)324 1844 y(I)g(ha)o(v)o(e)h(found)f(that)g(if)g(the)h
+(principle)g(mo)o(v)o(e)e(fails)g(lo)o(w)h(when)h(searc)o(hed,)h(then)g(it)e
+(is)262 1893 y(b)q(etter)j(to)e(abandon)h(the)g(curren)o(t)h
+Fh(\013\014)h Fp(windo)o(w)d(immediately)l(,)f(adjust)h(it)h(and)f(restart)
+262 1943 y(the)f(iteration.)25 b(I)17 b(b)q(eliev)o(e)f(this)h(to)f(b)q(e)h
+(a)f(b)q(etter)i(approac)o(h)e(b)q(ecause)i(if)e(the)h(b)q(est)g(mo)o(v)o(e)
+262 1993 y(is)d(refuted,)i(it)f(is)f(lik)o(ely)g(that)h(all)f(other)h(mo)o(v)
+o(es)f(will)f(b)q(e)j(similarly)11 b(refuted)16 b(when)g(using)262
+2043 y(the)f(same)f(searc)o(h)i(windo)o(w.)k(Of)15 b(course)h(this)f(ma)o(y)e
+(not)i(alw)o(a)o(ys)f(b)q(e)i(the)f(case,)h(ho)o(w)o(ev)o(er,)262
+2093 y(I)f(b)q(eliev)o(e)h(the)g(sa)o(vings)g(will)e(clearly)h(out)o(w)o
+(eigh)g(an)o(y)h(time)e(lost)h(when)h(a)o(v)o(eraged)g(o)o(v)o(er)g(a)262
+2143 y(n)o(um)o(b)q(er)10 b(of)g(games.)16 b(In)11 b(summary)m(,)d(b)q(oth)j
+(fail)e(lo)o(ws)i(and)f(fail)g(highs)g(are)i(treated)g(similarly)262
+2192 y(at)h(the)i(\014rst)f(ply)m(.)324 2278 y(T)m(o)c(summarise,)f(m)o(y)g
+(c)o(hosen)i(main)e(searc)o(h)j(will)d(consist)i(of)f(an)h(iterativ)o(e,)g
+(depth)g(\014rst,)262 2327 y(aspiration)k Fh(\013\014)k Fp(searc)o(h)e(with)f
+(the)h(enhancemen)o(ts)g(outlined)f(ab)q(o)o(v)o(e.)25 b(The)17
+b Fh(\013\014)h Fp(windo)o(w)262 2377 y(will)d(b)q(e)i(based)h(around)f(the)g
+(result)h(of)e(the)i(previous)f(iteration)g(at)f(depths)i Ff(\025)f
+Fp(2.)27 b(The)262 2427 y(initial)11 b(iteration)j(windo)o(w)f(will)f(b)q(e)j
+(based)f(on)g(a)g(preliminary)d(analysis.)957 2574 y(98)p eop
+%%Page: 99 101
+99 100 bop 262 307 a Fr(5.2)69 b(Searc)n(h)23 b(Extensions)262
+434 y Fp(The)12 b(basic)g(approac)o(h)g(when)g(using)f(an)o(y)h(of)f(the)h
+Fh(\013\014)j Fp(deriv)n(ativ)o(es)c(is)h(to)g(searc)o(h)h(to)e(a)h(depth)262
+483 y(n,)17 b(ev)n(aluate)f(the)i(leaf)e(no)q(des)i(and)f(minim)o(ax)d(the)j
+(results.)28 b(This)17 b(metho)q(d)f(exempli\014es)262 533
+y(the)e(full)f(width)g(approac)o(h.)18 b(Ho)o(w)o(ev)o(er,)c(it)g(su\013ers)h
+(from)d(a)i(n)o(um)o(b)q(er)f(of)g(w)o(eaknesses:)312 652 y(1.)20
+b(The)15 b(searc)o(h)g(is)e(terminated)h(at)g(a)f(\014xed)h(depth,)h
+(therefore,)g(the)f(ev)n(aluation)f(func-)365 701 y(tion)h(ma)o(y)e(b)q(e)j
+(applied)f(to)g(non)g(quiescen)o(t)i(p)q(ositions)e(leading)f(to)h(grossly)h
+(inaccu-)365 751 y(rate)g(results.)312 834 y(2.)20 b(This)c(approac)o(h)g
+(mak)o(es)e(ine\016cien)o(t)i(use)h(of)e(the)i Fh(\013\014)h
+Fp(algorithm)13 b(b)q(ecause)k(its)f(leaf)365 884 y(no)q(des)f(are)f
+(inaccurately)g(ev)n(aluated.)312 967 y(3.)20 b(Equal)14 b(e\013ort)g(is)g
+(applied)f(throughout)h(the)g(tree)i(with)d(resp)q(ect)j(to)e(depth.)19
+b(There-)365 1017 y(fore,)c(stupid)g(unin)o(teresting)g(v)n(ariations)e(are)i
+(explored)g(as)g(deeply)g(as)g(in)o(teresting)365 1067 y(or)f(go)q(o)q(d)g(v)
+n(ariations.)312 1150 y(4.)20 b(The)15 b(horizon)e(e\013ect)j(is)e(sev)o
+(erely)h(exasp)q(erated)g(b)o(y)f(the)g(\014xed)h(depth)f(searc)o(h.)262
+1268 y(The)e(\014rst)g(t)o(w)o(o)f(problem)g(areas)h(can)g(b)q(e)g
+(signi\014can)o(tly)f(eased)i(b)o(y)e(the)h(use)h(of)e(a)g(quiescence)262
+1318 y(searc)o(h)j(at)f(the)h(leaf)f(\(horizon\))h(no)q(des)g(of)f(a)g(main)e
+(searc)o(h.)20 b(This)13 b(quiescence)i(searc)o(h)g(will)262
+1368 y(b)q(e)i(a)f(form)f(of)h(selectiv)o(e)i(searc)o(h,)g(only)e(exploring)f
+(tactical)i(p)q(ossibilities.)25 b(See)18 b(section)262 1418
+y(5.4)12 b(for)i(more)f(details.)324 1503 y(It)f(is)g(surprising)g(ho)o(w)f
+(man)o(y)f(commercial)f(and)j(tournamen)o(t)f(c)o(hess)j(programs)c(su\013er)
+262 1553 y(from)16 b(the)i(third)g(problem)e(area.)30 b(I)18
+b(b)q(eliev)o(e)g(the)g(solution)f(to)h(this)g(problem)e(lies)i(in)f(a)262
+1603 y(program's)8 b(abilit)o(y)h(to)h(select)i(and)e(searc)o(h)i(in)o
+(teresting)f(or)f(go)q(o)q(d)g(v)n(ariations)g(more)f(deeply)m(.)324
+1688 y(Harris)j([26)o(])f(prop)q(osed)i(a)e(similar)e(idea)j(of)f(exploring)g
+(in)o(teresting)h(v)n(ariations,)e(except)262 1738 y(he)i(suggested)i(doing)e
+(so)g(without)g(the)h Fh(\013\014)i Fp(algorithm.)g(Harris)e(omitted)e(sp)q
+(eci\014c)j(details)262 1787 y(of)i(ho)o(w)i(his)f(ideas)h(migh)o(t)d(b)q(e)k
+(implem)o(en)o(ted.)27 b(Levy)18 b(et)g(al)f([38)o(])g(ha)o(v)o(e)h(implem)o
+(en)o(ted)e(a)262 1837 y(n)o(um)o(b)q(er)e(of)g(programs)g(using)g(the)i
+(idea)e(of)h(in)o(terestingness,)h(ho)o(w)o(ev)o(er,)f(their)h(approac)o(h)
+262 1887 y(to)10 b(classifying)g(in)o(teresting)i(mo)o(v)o(es)e(di\013ers)i
+(from)d(the)j(approac)o(h)f(I)g(am)e(taking.)17 b(In)11 b(partic-)262
+1937 y(ular,)h(m)o(y)g(use)i(of)f(the)h(aspiration)e Fh(\013\014)k
+Fp(searc)o(h)e(and)g(its)f(b)q(ounds)h(in)f(m)o(y)e(searc)o(h)k(extension)262
+1987 y(heuristics)g(is)e(no)o(v)o(el.)324 2072 y(I)j(de\014ne)i(an)e(in)o
+(teresting)h(v)n(ariation)e(as)i(one)f(whic)o(h)h(con)o(tains)f(tactical)g
+(mo)o(v)o(es)g(that)262 2122 y(o\013er)c(some)f(p)q(ossibilit)o(y)g(of)g
+(a\013ecting)h(the)h(searc)o(h)g(result,)g(e.g.)k(pro)q(ducing)12
+b(a)g(score)h(whic)o(h)262 2172 y(is)h(inside)h(the)h Fh(\013\014)h
+Fp(searc)o(h)f(windo)o(w.)k(I)15 b(de\014ne)h(go)q(o)q(d)e(v)n(ariations)g
+(as)h(those)h(whic)o(h)e(w)o(ould)262 2221 y(a\013ect)g(the)h(searc)o(h)g
+(result)g(if)e(the)h(searc)o(h)h(w)o(ere)g(terminated)e(immediately)l(.)324
+2307 y(Applying)j(these)j(de\014nitions)f(to)f(create)i(searc)o(h)g
+(extension)f(heuristics,)h(I)f(hop)q(e)g(to)262 2356 y(encourage)f(the)g
+(searc)o(h)h(to)e(explore)h(v)n(ariations)f(o\013ering)g(some)g(lik)o(eliho)q
+(o)q(d)f(of)h(success,)262 2406 y(and)c(ignore)h(unin)o(teresting)h(v)n
+(ariations)d(whic)o(h)i(o\013er)h(little)e(or)h(no)g(lik)o(eliho)q(o)q(d)e
+(of)i(success.)957 2574 y(99)p eop
+%%Page: 100 102
+100 101 bop 262 307 a Fp(This)12 b(approac)o(h)g(sho)o(ws)h(some)f
+(similarities)e(to)i(the)h(w)o(a)o(y)f(h)o(umans)f(pla)o(y)h(the)h(game.)j
+(Ho)o(w-)262 357 y(ev)o(er,)j(b)q(ecause)h(these)f(heuristics)h(are)e(far)g
+(less)g(sophisticated)h(than)f(a)g(strong)g(h)o(uman)262 407
+y(c)o(hess)f(pla)o(y)o(ers,)f(the)g(program)f(will)f(attempt)h(to)h(bridge)g
+(this)g(gap)g(b)o(y)f(exploring)g(man)o(y)262 457 y(more)c(v)n(ariations)h
+(than)h(its)f(h)o(uman)f(coun)o(ter)j(part.)k(These)c(searc)o(h)g(extension)f
+(heuristics)262 506 y(m)o(ust)i(therefore)i(b)q(e)g(free)g(enough)f(to)g
+(extend)h(man)o(y)d(in)o(teresting)j(v)n(ariations,)e(but)h(also)262
+556 y(b)q(e)d(selectiv)o(e)h(enough)e(to)h(a)o(v)o(oid)e(the)i(searc)o(h)h
+(blo)o(wing)d(sky)i(high.)k(A)c(searc)o(h)h(whic)o(h)e(is)h(not)262
+606 y(depth)i(limited)e(and)i(can)h(explore)f(in)o(teresting)h(v)n(ariations)
+e(deeply)m(,)h(is)g(m)o(uc)o(h)f(less)i(lik)o(ely)262 656 y(to)d(su\013er)i
+(from)e(the)h(horizon)g(e\013ect)h(\(problem)e(area)h(4\).)324
+741 y(In)j(order)h(to)f(determine)g(what)g(is)g(an)g(in)o(teresting)h(or)f
+(go)q(o)q(d)f(v)n(ariation,)g(mo)o(v)o(es)g(are)262 791 y(classi\014ed)d(and)
+f(receiv)o(e)i('p)q(oin)o(ts')d(dep)q(ending)i(on)g(ho)o(w)f(dynamic)f(eac)o
+(h)i(mo)o(v)o(e)e(is.)17 b(In)o(terest)262 841 y(p)q(oin)o(ts)d(are)i(passed)
+g(do)o(wn)e(the)i(searc)o(h)g(tree)g(from)d(no)q(de)j(to)f(no)q(de.)21
+b(Eac)o(h)16 b(ply)e(of)g(searc)o(h)262 891 y(deducts)i(16)e(p)q(oin)o(ts)g
+(w)o(orth)h(of)f(in)o(terest)i(from)c(the)k(v)n(ariation.)i(When)d(the)g(in)o
+(terest)h(falls)262 940 y(b)q(elo)o(w)f(zero,)j(the)e(no)q(de)h(will)e(b)q(e)
+h(considered)i(as)e(a)g(leaf)g(or)g(horizon)g(no)q(de)g(of)g(the)h(main)262
+990 y(searc)o(h.)33 b(A)o(t)18 b(this)h(p)q(oin)o(t)f(a)g(quiescence)j
+(decision)e(is)f(made,)g(leading)g(to)g(a)g(quiescence)262
+1040 y(searc)o(h)d(or)e(con)o(tin)o(uation)g(of)h(the)g(main)e(searc)o(h.)324
+1125 y(All)e(in)o(teresting)h(mo)o(v)o(es)f(are)h(classi\014ed)h(under)g(t)o
+(w)o(o)e(categories,)i(Threats)g(and)f(Threat)262 1175 y(Execution.)262
+1326 y Fu(5.2.1)55 b(Threats)262 1438 y Fp(F)m(or)18 b(threatening)i(mo)o(v)o
+(es)e(to)i(b)q(e)g(considered)g(in)o(teresting)g(they)g(m)o(ust)e(indicate)h
+(some)262 1488 y(lik)o(eliho)q(o)q(d)14 b(of)h(a\013ecting)h(the)h(searc)o(h)
+g(result)g(and)f(therefore)h(b)q(ecoming)e(the)i(main)d(line.)262
+1538 y(Assuming)j(a)i(negamax)e(approac)o(h,)j(the)f(no)q(de)h(resulting)f
+(from)e(a)i(threatening)g(mo)o(v)o(e)262 1588 y(m)o(ust)12
+b(meet)i(the)g(follo)o(wing)e(criteria:)344 1683 y(Est)j(+)f(Thres)h
+Fh(>)d(\013)h Fl(or)h Fh(\013)f Fp(=)h(Aspir)p Fh(\013)262
+1783 y Fl(where)312 1904 y Fp(1.)20 b Fl(Est)p Fp(:)j(This)17
+b(is)f(an)g(estimate)g(of)g(the)h(curren)o(t)h(no)q(de's)f(v)n(alue,)f
+(mostly)f(dominated)365 1954 y(b)o(y)f(material.)312 2036 y(2.)20
+b Fl(Thres)p Fp(:)c(Represen)o(ts)e(the)e(v)n(alue)f(of)g(ha)o(ving)g(the)h
+(mo)o(v)o(e)e(\(a)i(temp)q(o\))e(and)i(what)g(that)365 2086
+y(mo)o(v)o(e)h(migh)o(t)e(ac)o(hiev)o(e.)312 2168 y(3.)20 b
+Fh(\013)p Fp(:)f(This)c(is)f(the)h(curren)o(t)h(v)n(alue)e(of)g(alpha)f(at)i
+(this)f(no)q(de,)h(whic)o(h)f(therefore)i(repre-)365 2218 y(sen)o(ts)e
+(either)g(the)f(v)n(alue)f(of)g(the)h(b)q(est)h(v)n(ariation)c(found)j(for)f
+(this)h(side)g(elsewhere)h(in)365 2267 y(the)h(searc)o(h)g(tree)g(or)f(an)f
+(initial)f(aspiration)h(v)n(alue.)312 2350 y(4.)20 b Fl(Aspir)p
+Fh(\013)p Fp(:)15 b(This)d(is)f(the)i(initial)d(aspiration)g(v)n(alue)i(used)
+g(for)g(the)g(b)q(est)h(v)n(alue)e(ac)o(hiev-)365 2399 y(able)k(b)o(y)g(the)h
+(curren)o(t)h(side)f(to)f(mo)o(v)o(e.)21 b(A)o(t)15 b(ev)o(en)h(depths)g(b)q
+(elo)o(w)f(the)h(ro)q(ot,)f(this)h(is)365 2449 y(the)f(initial)d
+Fh(\013)h Fp(v)n(alue;)g(at)h(o)q(dd)g(depths,)g(it)g(is)f(the)i(initial)d
+Fh(\014)k Fp(v)n(alue.)946 2574 y(100)p eop
+%%Page: 101 103
+101 102 bop 262 307 a Fp(The)11 b(idea)f(of)g(this)g(heuristic)i(is)e(to)h
+(exclude)g(mo)o(v)o(es)e(whic)o(h)i(ma)o(y)d(otherwise)k(b)q(e)f(in)o
+(teresting)262 357 y(if)e(they)i(are)g(unlik)o(ely)f(to)g(c)o(hange)h(the)g
+(curren)o(t)i Fh(\013)d Fp(v)n(alue.)16 b(This)11 b(v)n(alue)f(after)g(all,)g
+(represen)o(ts)262 407 y(the)g(score)i(of)e(the)g(b)q(est)i(v)n(ariation)c
+(that)j(the)g(side)f(to)g(mo)o(v)o(e)f(can)h(ac)o(hiev)o(e.)17
+b(Of)11 b(course)g(if)f(this)262 457 y(score)15 b(happ)q(ens)g(to)g(b)q(e)g
+(an)f(aspiration)g(v)n(alue,)f(then)i(the)g(score)h(of)d(the)i(b)q(est)h(v)n
+(ariation)d(is)262 506 y(not)d(y)o(et)h(kno)o(wn,)f(it)g(w)o(ould)g
+(therefore)i(b)q(e)f(un)o(wise)g(to)f(assume)g(that)h(the)g(curren)o(t)h(v)n
+(ariation)262 556 y(cannot)i(a\013ect)g(the)h(searc)o(h)g(result.)324
+641 y(The)e(e\013ect)h(of)d(this)i(heuristic)g(is)f(to)g(a)o(v)o(oid)f
+(extending)i(when)g(the)g(line)f(app)q(ears)h(fruit-)262 691
+y(less)j(relativ)o(e)g(to)f(what)h(can)g(b)q(e)h(ac)o(hiev)o(ed)f(elsewhere)h
+(in)f(the)g(tree.)25 b(F)m(or)16 b(example,)e(it)i(is)262 741
+y(lik)o(ely)e(to)i(b)q(e)h(w)o(orthless)g(exploring)f(a)f(v)n(ariation)g
+(whic)o(h)h(wins)g(a)g(pa)o(wn)g(after)g(thro)o(wing)262 791
+y(a)o(w)o(a)o(y)10 b(a)h(queen,)h(when)g(another,)g(b)q(etter)h(v)n(ariation)
+c(is)j(already)f(kno)o(wn)f(to)i(b)q(e)g(ac)o(hiev)n(able.)324
+876 y(Giv)o(en)i(that)i(the)g(ab)q(o)o(v)o(e)f(criteria)g(are)h(met,)f(the)g
+(follo)o(wing)e(threatening)j(mo)o(v)o(es)e(are)262 926 y(classi\014ed)e(and)
+g(the)g(appropriate)g(in)o(terest)h(p)q(oin)o(ts)f(added)g(to)f(the)i(curren)
+o(t)g(in)o(terest)g(v)n(alue)262 976 y(at)g(this)h(no)q(de.)312
+1093 y(1.)20 b Fl(In-c)o(hec)o(k)15 b(with)g(one)g(legal)f(reply)365
+1159 y Fp(This)c(heuristic)g(pro)o(vides)f(a)h(searc)o(h)g(extension)g(along)
+f(v)n(ariations)f(whic)o(h)h(are)h(highly)365 1209 y(forced.)21
+b(Often)15 b(mating)d(sequences)17 b(in)o(v)o(olv)o(e)c(forced)i(c)o(hec)o
+(ks)h(where)f(there)h(is)e(only)365 1258 y(one)g(legal)f(resp)q(onse.)20
+b Fm(R)n(e)n(c)n(eives)15 b(24)g(p)n(oints)g(of)g(inter)n(est)p
+Fp(.)312 1341 y(2.)20 b Fl(Double)14 b(Chec)o(k)365 1407 y
+Fp(This)k(heuristic)h(pro)o(vides)f(a)f(searc)o(h)j(extension)e(when)g(a)g
+(side)g(is)g(in-c)o(hec)o(k)g(from)365 1456 y(more)12 b(than)h(one)h(piece.)k
+(By)c(de\014nition)e(this)i(m)o(ust)e(additionally)e(b)q(e)k(a)f(disco)o(v)o
+(ered)365 1506 y(c)o(hec)o(k.)24 b(Extensions)16 b(along)e(v)n(ariations)g
+(in)o(v)o(olving)f(double)i(c)o(hec)o(k)i(are)e(imp)q(ortan)o(t)365
+1556 y(as)f(it)g(is)g(implicit)d(that)j(at)f(least)h(t)o(w)o(o)g(pieces)h
+(are)f(co{op)q(erating)g(in)g(the)g(attac)o(k)g(on)365 1606
+y(the)h(king.)i Fm(R)n(e)n(c)n(eives)e(24)g(p)n(oints)g(of)g(inter)n(est.)312
+1688 y Fp(3.)20 b Fl(Disco)o(v)o(ered)13 b(Single)h(Chec)o(k)365
+1754 y Fp(This)k(heuristic)h(pro)o(vides)f(a)f(searc)o(h)j(extension)e(when)g
+(a)g(side)g(is)g(in-c)o(hec)o(k)g(from)365 1804 y(a)f(disco)o(v)o(ered)g
+(attac)o(k.)26 b(It)16 b(is)h(implicit)d(that)i(the)h(piece)h(mo)o(v)o(ed)d
+(is)h(not)h(the)g(piece)365 1854 y(giving)g(c)o(hec)o(k.)31
+b(As)18 b(this)g(e\013ectiv)o(ely)h(giv)o(es)f(the)h(mo)o(ving)c(piece)k(a)e
+(free)i(mo)o(v)o(e,)e(it)365 1904 y(is)e(v)o(ery)f(imp)q(ortan)o(t)f(to)h
+(explore)h(suc)o(h)g(mo)o(v)o(es)e(throughly)m(.)19 b Fm(R)n(e)n(c)n(eives)c
+(20)h(p)n(oints)g(of)365 1953 y(inter)n(est.)312 2036 y Fp(4.)k
+Fl(In-c)o(hec)o(k)15 b(with)g(no)g(legal)g(king)f(reply)365
+2102 y Fp(This)f(heuristic)h(pro)o(vides)f(a)g(searc)o(h)h(extension)g(when)g
+(a)e(side)i(is)f(in-c)o(hec)o(k)g(and)g(the)365 2151 y(king)e(has)g(no)g
+(legal)f(escap)q(e)j(mo)o(v)o(es.)j(The)11 b(idea)g(b)q(eing)g(to)g(iden)o
+(tify)f(p)q(ossible)i(mating)365 2201 y(nets.)19 b Fm(R)n(e)n(c)n(eives)c(20)
+h(p)n(oints)f(of)f(inter)n(est.)312 2283 y Fp(5.)20 b Fl(In-c)o(hec)o(k)15
+b(with)g(more)g(than)g(one)g(legal)f(reply)365 2350 y Fp(This)i(heuristic)h
+(is)e(common)e(to)j(a)f(n)o(um)o(b)q(er)h(of)f(top)g(programs,)g(Hitec)o(h)h
+(included)365 2399 y([7].)j(Ho)o(w)o(ev)o(er,)c(m)o(y)d(program)h(is)i(more)e
+(selectiv)o(e)j(b)q(ecause)g(this)f(heuristic)g(is)f(only)365
+2449 y(applied)k(where)i(the)f(searc)o(h)h(result)f(is)g(lik)o(ely)e(to)h(b)q
+(e)h(a\013ected.)34 b(I)18 b(feel)h(this)f(is)h(a)946 2574
+y(101)p eop
+%%Page: 102 104
+102 103 bop 365 307 a Fp(signi\014can)o(t)21 b(adv)n(an)o(tage)e(o)o(v)o(er)i
+(its)g(otherwise)h(unrestricted)h(application.)37 b(It)21 b(is)365
+357 y(imp)q(ortan)o(t)14 b(to)i(explore)g(in)f(c)o(hec)o(k)i(v)n(ariations)d
+(throughly)h(b)q(ecause)j(other)e(tactics)365 407 y(ma)o(y)c(\015o)o(w)i
+(from)e(a)h(c)o(hec)o(k.)19 b Fm(R)n(e)n(c)n(eives)c(16)h(p)n(oints)f(of)f
+(inter)n(est.)312 488 y Fp(6.)20 b Fl(P)o(a)o(wn)15 b(mo)o(v)o(es)g(to)h(the)
+e(7th)h(Rank)365 553 y Fp(This)22 b(heuristic)g(encourages)h(exploration)e
+(of)g(v)n(ariations)f(where)j(the)f(pa)o(wn)g(is)365 603 y(pushed)15
+b(near)g(to)e(promotion.)j Fm(R)n(e)n(c)n(eives)f(16)g(p)n(oints)g(of)g
+(inter)n(est.)312 684 y Fp(7.)20 b Fl(P)o(a)o(wn)15 b(mo)o(v)o(es)g(to)h(the)
+e(6th)h(Rank)365 749 y Fp(This)g(is)g(a)f(subset)j(of)d(the)h(ab)q(o)o(v)o(e)
+g(heuristic)g(and)g(serv)o(es)i(to)d(increase)i(exploration)365
+799 y(of)e(p)q(ositions)g(where)i(passed)f(pa)o(wns)g(can)g(b)q(e)g(pushed,)g
+(esp)q(ecially)g(in)f(or)g(near)h(the)365 849 y(endgame.)i
+Fm(R)n(e)n(c)n(eives)e(r)n(evPhase)g(p)n(oints)g(of)g(inter)n(est.)312
+929 y Fp(8.)20 b Fl(Piece)15 b(Threats)365 995 y Fp(The)d(follo)o(wing)d
+(searc)o(h)k(heuristics)g(are)f(concerned)i(with)d(threats)i(on)e(pieces)i
+(of)e(the)365 1045 y(side)k(curren)o(tly)f(to)g(mo)o(v)o(e:)383
+1125 y(\(a\))21 b Fl(More)15 b(than)g(one)g(piece)g(is)g(en-prise)457
+1182 y Fm(R)n(e)n(c)n(eives)g(16)g(p)n(oints)g(of)g(inter)n(est.)381
+1247 y Fp(\(b\))21 b Fl(A)16 b(pinned)d(piece)h(whic)o(h)h(is)g(en-prise)457
+1304 y Fm(R)n(e)n(c)n(eives)g(16)g(p)n(oints)g(of)g(inter)n(est.)385
+1368 y Fp(\(c\))22 b Fl(A)16 b(trapp)q(ed)e(piece)g(whic)o(h)h(is)g(en-prise)
+457 1425 y Fm(R)n(e)n(c)n(eives)g(16)g(p)n(oints)g(of)g(inter)n(est.)365
+1506 y Fp(These)22 b(heuristics)g(pro)o(vide)e(searc)o(h)h(extensions)h
+(along)d(v)n(ariations)g(of)h(complex)365 1556 y(dynamic)c(p)q(ossibilities.)
+30 b(The)18 b(quiescence)i(searc)o(h)f(will)d(resolv)o(e)i(suc)o(h)h(p)q
+(ositions)365 1605 y(when)f(the)h(threatened)g(pla)o(y)o(er)e(is)h
+Fl(not)e Fp(to)i(mo)o(v)o(e.)27 b(Hence)19 b(these)g(heuristics)g(are)365
+1655 y(only)d(applied)h(in)f(p)q(ositions)h(where)h(the)f(threatened)i(pla)o
+(y)o(er)e(has)g(the)g(mo)o(v)o(e.)26 b(In)365 1705 y(this)11
+b(w)o(a)o(y)f(the)i(pla)o(y)o(er)e(m)o(ust)g(sho)o(w)h(the)g(existence)i(of)d
+(an)g(adequate)i(defensiv)o(e)f(mo)o(v)o(e)365 1755 y(or)j(the)h(ensuing)f
+(quiescence)i(searc)o(h)f(will)d(refute)j(the)g(v)n(ariation.)312
+1836 y(9.)20 b Fl(Mate)c(threat)e(against)h(the)g(side)f(to)h(mo)o(v)o(e)365
+1901 y Fp(This)10 b(heuristic)g(pro)o(vides)g(a)g(searc)o(h)g(extension)h
+(when)f(mate)e(is)i(directly)g(threatened)365 1951 y(against)i(the)i(side)f
+(to)f(mo)o(v)o(e.)k(This)d(will)e(force)j(exploration)d(of)i(v)n(ariations)e
+(to)i(sho)o(w)365 2001 y(whether)18 b(the)e(mate)f(threat)i(can)f(b)q(e)g
+(defended)h(against.)24 b Fm(R)n(e)n(c)n(eives)17 b(24)g(p)n(oints)g(of)365
+2051 y(inter)n(est.)262 2165 y Fp(Searc)o(h)c(heuristics)h(8a,)e(8b,)h(8c)g
+(and)f(9)h(are)g(only)f(applied)g(during)h(the)g(quiescence)i(searc)o(h)262
+2214 y(after)k(a)g(full)g(p)q(ositional)f(ev)n(aluation.)33
+b(An)o(y)19 b(of)g(the)h(heuristics)h(1)e(through)g(6)g(can)h(b)q(e)262
+2264 y(applied)14 b(in)g(either)i(the)g(main)c(or)j(quiescence)i(searc)o
+(hes.)23 b(More)16 b(details)f(ab)q(out)f(this)h(can)262 2314
+y(b)q(e)f(found)f(in)h(sections)h(5.3)e(and)g(5.4.)18 b(Heuristics)d(1)e(to)h
+(5)g(are)g(m)o(utually)d(exclusiv)o(e.)324 2399 y(Eac)o(h)h(ply)f(of)g(searc)
+o(h)i(consumes)f(16)g(in)o(terest)h(p)q(oin)o(ts.)k(It)12 b(can)g(therefore)h
+(b)q(e)f(seen)i(that)262 2449 y(some)j(heuristics)j(whic)o(h)e(equal)g(or)h
+(exceed)h(an)e(in)o(terest)i(v)n(alue)e(of)g(16)g(ma)o(y)e(in)i(theory)946
+2574 y(102)p eop
+%%Page: 103 105
+103 104 bop 262 307 a Fp(cause)15 b(the)f(searc)o(h)h(to)f(b)q(e)h(un)o(b)q
+(ounded.)j(Ho)o(w)o(ev)o(er,)c(in)g(practice)h(this)f(should)g(not)f(b)q(e)i
+(the)262 357 y(case)f(as:)324 464 y Ff(\017)20 b Fp(It)14 b(is)g(rare)h(to)e
+(get)h(out)g(of)g(c)o(hec)o(k)g(with)g(a)g(c)o(hec)o(k)g(mo)o(v)o(e)f
+(itself.)324 541 y Ff(\017)20 b Fp(Heuristics)15 b(8a,)d(8b,)h(8c)g(and)g(9)g
+(are)g(only)g(applied)f(once)i(or)f(t)o(wice)h(do)o(wn)e(an)o(y)h(giv)o(en)
+365 591 y(v)n(ariation.)324 669 y Ff(\017)20 b Fp(Heuristics)15
+b(6)f(and)g(7)f(are)i(self)f(limiti)o(ng)d(as)j(a)g(pa)o(wn)f(can)h(only)f
+(mo)o(v)o(e)g(forw)o(ard.)262 776 y(F)m(or)19 b(added)i(protection)g(against)
+e(an)h(un)o(b)q(ounded)h(searc)o(h,)h(all)d(no)q(des)i(visited)f(in)g(the)262
+826 y(main)9 b(searc)o(h)14 b(whic)o(h)e(are)g(deep)q(er)i(than)e(t)o(wice)g
+(the)h(iteration)e(depth,)i(ha)o(v)o(e)f(their)g(in)o(terest)262
+875 y(v)n(alue)e(decreased)k(b)o(y)d(the)h(amoun)o(t)e(whic)o(h)h(the)h
+(curren)o(t)h(ply)e(exceeds)i(t)o(wice)f(the)g(iteration)262
+925 y(depth.)262 1074 y Fu(5.2.2)55 b(Threat)18 b(Execution)262
+1186 y Fp(The)d(execution)h(of)f(a)g(previous)h(threat)g(is)f(only)f(in)o
+(teresting)i(if)e(at)i(the)g(curren)o(t)g(no)q(de)g(it)262
+1236 y(lo)q(oks)d(lik)o(ely)f(to)i(a\013ect)h(the)f(searc)o(h)h(result.)324
+1322 y(F)m(or)20 b(an)o(y)g(mo)o(v)o(e)e(whic)o(h)i(constitutes)i(the)f
+(execution)g(of)f(a)g(threat,)i(the)f(follo)o(wing)262 1371
+y(criteria)14 b(m)o(ust)f(b)q(e)h(meet)g(for)f(the)i(mo)o(v)o(e)d(to)i(b)q(e)
+g(further)h(considered)g(as)f(in)o(teresting:)344 1457 y(Est)h
+Ff(\000)f Fp(Thres)h Fh(<)d(\014)k Fl(or)e Fh(\014)i Fp(=)e(Aspir)p
+Fh(\014)262 1557 y Fl(where)312 1656 y Fp(1.)20 b Fl(Est)p
+Fp(:)j(This)17 b(is)f(an)g(estimate)g(of)g(the)h(curren)o(t)h(no)q(de's)f(v)n
+(alue,)f(mostly)f(dominated)365 1706 y(b)o(y)f(material)e(v)n(alues.)312
+1783 y(2.)20 b Fl(Thres)p Fp(:)c(Represen)o(ts)e(the)e(v)n(alue)f(of)g(ha)o
+(ving)g(the)h(mo)o(v)o(e)e(\(a)i(temp)q(o\))e(and)i(what)g(that)365
+1833 y(mo)o(v)o(e)h(migh)o(t)e(ac)o(hiev)o(e.)312 1910 y(3.)20
+b Fh(\014)r Fp(:)d(This)10 b(is)g(the)h(curren)o(t)h(v)n(alue)d(of)h(b)q(eta)
+g(at)g(this)g(no)q(de,)h(whic)o(h)f(therefore)i(represen)o(ts)365
+1960 y(either)k(the)g(v)n(alue)e(of)h(the)g(b)q(est)h(v)n(ariation)e(found)g
+(for)h(this)g(side)g(elsewhere)i(in)e(the)365 2010 y(searc)o(h)g(tree)g(or)f
+(an)g(initial)e(aspiration)h(v)n(alue.)312 2087 y(4.)20 b Fl(Aspir)p
+Fh(\014)r Fp(:)c(This)c(is)g(the)g(initial)e(aspiration)h(v)n(alue)g(used)i
+(for)e(the)i(b)q(est)g(v)n(alue)e(ac)o(hiev-)365 2137 y(able)k(b)o(y)f(the)h
+(side)g Fl(not)f Fp(to)g(mo)o(v)o(e.)19 b(A)o(t)c(ev)o(en)g(depths)h(b)q(elo)
+o(w)e(the)h(ro)q(ot,)g(this)f(is)h(the)365 2187 y(initial)d
+Fh(\014)17 b Fp(v)n(alue;)12 b(at)i(o)q(dd)g(depths,)h(it)e(is)h(the)g
+(initial)e Fh(\013)i Fp(v)n(alue.)262 2300 y(This)20 b(heuristic)h(is)f
+(almost)f(an)h(exact)h(mirror)e(image)f(of)i(the)h(one)g(used)g(for)f
+(threats.)262 2350 y(Giv)o(en)e(that)h(the)h(ab)q(o)o(v)o(e)f(criteria)g(are)
+h(met,)f(the)h(follo)o(wing)c(threat)k(execution)g(mo)o(v)o(es)262
+2399 y(are)13 b(classi\014ed)g(and)g(their)g(appropriate)g(in)o(terest)g(p)q
+(oin)o(ts)g(added)g(to)g(the)g(curren)o(t)h(in)o(terest)262
+2449 y(v)n(alue)f(at)g(this)h(no)q(de.)946 2574 y(103)p eop
+%%Page: 104 106
+104 105 bop 312 307 a Fp(1.)20 b Fl(Capture)365 374 y Fp(This)h(heuristic)h
+(encourages)g(exploration)e(of)g(in)o(teresting)i(capture)g(sequences.)365
+423 y(P)o(articularly)c(where)h(greater)g(v)n(alued)e(pieces)j(are)e(in)o(v)o
+(olv)o(ed.)30 b Fm(R)n(e)n(c)n(eives)18 b(inter)n(est)365 473
+y(p)n(oints)d(dep)n(ending)h(on)f(the)f(typ)n(e)h(of)g(pie)n(c)n(e)f(c)n
+(aptur)n(e)n(d,)g(wher)n(e)g(p)n(awn)h(=)f(1;)h(knight)g(=)365
+523 y(2;)g(bishop)g(=)g(3;)g(r)n(o)n(ok)g(=)f(4)h(and)h(que)n(en)g(=)e(5.)312
+606 y Fp(2.)20 b Fl(P)o(a)o(wn)15 b(Promotion)365 672 y Fp(This)d(heuristic)g
+(also)f(encourages)i(exploration)d(of)h(v)n(ariations)f(whic)o(h)i(are)g(in)o
+(terest-)365 722 y(ing.)20 b(Assuming)13 b(the)i(promoted)f(pa)o(wn)g(cannot)
+h(b)q(e)g(captured,)h(the)f(mo)o(v)o(e)e(is)h(v)o(ery)365 772
+y(lik)o(ely)k(to)h(b)q(e)h(go)q(o)q(d)f(and)g(therefore)h(in)o(teresting.)35
+b(If,)19 b(ho)o(w)o(ev)o(er,)i(the)f(promoted)365 822 y(pa)o(wn)13
+b(can)h(b)q(e)g(captured,)g(the)g(opp)q(onen)o(ts)h(options)e(ha)o(v)o(e)g(a)
+g(degree)i(of)e(forcedness)365 872 y(ab)q(out)k(them)f(whic)o(h)h(therefore,)
+h(also)e(mak)o(es)g(this)h(mo)o(v)o(e)e(in)o(teresting.)28
+b Fm(R)n(e)n(c)n(eives)365 922 y(inter)n(est)13 b(p)n(oints)g(dep)n(ending)i
+(on)f(the)f(typ)n(e)h(of)f(pie)n(c)n(e)h(pr)n(omote)n(d)f(to,)g(wher)n(e)g
+(knight)h(=)365 971 y(1;)h(bishop)g(=)g(2;)g(r)n(o)n(ok)g(=)f(3)h(and)h(que)n
+(en)g(=)e(4.)312 1054 y Fp(3.)20 b Fl(Recapture)365 1121 y
+Fp(This)12 b(heuristic)g(is)f(used)i(in)e(Hitec)o(h)h([7)o(].)17
+b(I)12 b(feel)f(it)g(is)h(of)f(great)h(b)q(ene\014t)g(in)g(that)f(it)g(en-)
+365 1171 y(courages)j(not)e(only)g(exploration)g(of)g(simple)f(exc)o(hanges,)
+j(but)f(also)f(captures)i(with)365 1220 y(p)q(ositional)h(con)o(ten)o(t)i
+(e.g.)25 b(a)16 b(ro)q(ok)g(exc)o(hanged)h(for)f(knigh)o(t)f(and)h(p)q
+(ositional)f(com-)365 1270 y(p)q(ensation.)k(This)14 b(heuristic)h(is)f(only)
+f(applied)28 b(if:)17 b Ff(j)p Fh(LastS)r(ear)q(chV)11 b(al)q(ue)e
+Ff(\000)h Fh(E)r(st)p Ff(j)h(\024)365 1320 y Fp(25)18 b(and)h(the)g(last)g(2)
+f(mo)o(v)o(es)f(pla)o(y)o(ed)h(w)o(ere)i(captures.)66 b Fm(R)n(e)n(c)n(eives)
+20 b(16)f(p)n(oints)h(of)365 1370 y(inter)n(est.)312 1453 y
+Fp(4.)g Fl(Mate)c(Threat)f(against)f(the)h(side)g(not)g(to)g(mo)o(v)o(e)365
+1519 y Fp(This)20 b(heuristic)g(is)g(only)f(applied)g(during)g(the)i
+(quiescence)h(searc)o(h)e(after)g(a)g(full)365 1569 y(p)q(osition)15
+b(ev)n(aluation.)20 b(It)15 b(is)g(extremely)g(useful)g(for)g(a)o(v)o(oiding)
+e(early)i(termination)365 1619 y(of)e(the)h(searc)o(h)h(in)d(p)q(ossible)i
+(mating)d(sequences.)21 b Fm(R)n(e)n(c)n(eives)14 b(16)h(p)n(oints)f(of)h
+(inter)n(est.)262 1737 y Fp(It)g(should)h(b)q(e)g(noticed)g(that)f(some)g(of)
+g(m)o(y)f(de\014nitions)i(of)f(in)o(terestingness)i(attempt)e(to)262
+1787 y(measure)c(the)i(forcedness)g(of)f(mo)o(v)o(es)e(and)i(replies.)18
+b(In)12 b(this)g(w)o(a)o(y)f(I)g(hop)q(e)i(to)e(ac)o(hiev)o(e)h(some)262
+1837 y(of)k(the)i(b)q(ene\014ts)i(found)d(b)o(y)g(F)m(eng-hsiung)g(Hsu)h(and)
+f(his)h(team)e(in)h(their)h(recen)o(t)h(pap)q(er)262 1887 y("Singular)12
+b(Extensions:)19 b(Adding)13 b(Selectivit)o(y)h(to)g(Brute-F)m(orce)i(Searc)o
+(hing")d([3].)324 1972 y(Unlik)o(e)g(singular)g(extensions)i(m)o(y)d(approac)
+o(h)h(attempts)g(to)h(classify)f(forcedness)j(in)d(a)262 2022
+y(more)e(static)i(w)o(a)o(y)f(in)g(order)h(to)f(a)o(v)o(oid)f(exp)q(ensiv)o
+(e)j(test)f(depth)g(searc)o(hes.)20 b(Therefore,)14 b(this)262
+2072 y(approac)o(h)j(do)q(es)i(su\013er)g(the)f(dra)o(wbac)o(k)g(that)g
+(dynamic)e(non)h(static)h(forced)h(v)n(ariations)262 2122 y(are)c(not)g
+(extended.)22 b(This)15 b(is)g(essen)o(tially)g(the)g(trade)h(o\013)f(b)q(et)
+o(w)o(een)h(static)g(and)e(dynamic)262 2171 y(searc)o(h)20
+b(extensions.)35 b(Ho)o(w)o(ev)o(er,)21 b(I)e(ha)o(v)o(e)g(managed)f(to)h
+(incorp)q(orate)h(dynamic)d(searc)o(h)262 2221 y(information)7
+b(in)o(to)i(the)i(searc)o(h)g(heuristics)g(without)e(added)i(cost.)17
+b(This)10 b(allo)o(ws)f(the)h(searc)o(h)262 2271 y(heuristics)21
+b(to)g(b)q(e)g(quite)f(selectiv)o(e)i(ab)q(out)e(whic)o(h)h(v)n(ariations)e
+(are)i(w)o(orth)g(extending.)262 2321 y(Additionally)m(,)9
+b(some)j(of)f(m)o(y)g(searc)o(h)i(extension)g(heuristics)h(can)e(extend)i
+(non{forced)e(but)262 2371 y(still)g(in)o(teresting)j(v)n(ariations.)i(I)c
+(see)j(this)e(as)g(an)f(adv)n(an)o(tage)g(o)o(v)o(er)h(singular)f
+(extensions.)946 2574 y(104)p eop
+%%Page: 105 107
+105 106 bop 324 307 a Fp(T)m(o)12 b(illustrate)i(ho)o(w)f(these)i(extension)f
+(heuristics)g(are)g(able)f(to)h(iden)o(tify)e(deep)j(com)o(bi-)262
+357 y(nations,)e(I)g(will)g(apply)g(them)g(to)h(the)g(p)q(osition)f(sho)o(wn)
+h(in)g(\014gure)g(5.1.)p 641 451 673 5 v 641 1115 5 665 v 646
+534 a Fg(0ZqsrZnZ)646 617 y(Z0ZbZko0)646 700 y(0ZpApm0o)646
+783 y(ZpZ0OPZ0)646 866 y(pZ0O0Z0Z)646 949 y(ZBO0Z0Z0)646 1032
+y(PZ0ZQZPO)646 1115 y(Z0Z0SRJ0)p 1310 1115 V 641 1119 673 5
+v 594 1253 a Fp(Figure)g(5.1:)j(White)d(to)g(pla)o(y)f(and)h(mate)e(in)i(10.)
+p 295 1327 1365 2 v 294 1377 2 50 v 320 1362 a Fm(Ply)p 403
+1377 V 50 w(Inter)n(est)p 590 1377 V 49 w(Move)p 790 1377 V
+104 w(A)n(djust)g(Ply)p 1029 1377 V 50 w(Extension)i(typ)n(e)p
+1344 1377 V 50 w(Inter)n(est)e(Bonus)p 1659 1377 V 295 1378
+1365 2 v 294 1428 2 50 v 339 1413 a Fp(1)p 403 1428 V 117 w(96)p
+590 1428 V 97 w(Qh5+)p 790 1428 V 150 w Ff(\000)p Fp(16)p 1029
+1428 V 214 w(T4)p 1344 1428 V 253 w(+20)p 1659 1428 V 295 1430
+1365 2 v 294 1479 2 50 v 339 1465 a(2)p 403 1479 V 106 w(100)p
+590 1479 V 87 w(...)j(Nxh5)p 790 1479 V 108 w Ff(\000)p Fp(16)p
+1029 1479 V 200 w(TE1)p 1344 1479 V 249 w(+5)p 1659 1479 V
+295 1481 1365 2 v 294 1531 2 50 v 339 1516 a(3)p 403 1531 V
+117 w(89)p 590 1531 V 97 w(fxe6+)p 790 1531 V 152 w Ff(\000)p
+Fp(16)p 1029 1531 V 159 w(T2+TE1)p 1344 1531 V 170 w(+24+1)p
+1659 1531 V 295 1533 1365 2 v 294 1582 2 50 v 339 1567 a(4)p
+403 1582 V 117 w(98)p 590 1582 V 97 w(...)g(Kg6)p 790 1582
+V 131 w Ff(\000)p Fp(16)p 1029 1582 V 233 w(-)p 1344 1582 V
+297 w(0)p 1659 1582 V 295 1584 1365 2 v 294 1634 2 50 v 339
+1619 a(5)p 403 1634 V 117 w(82)p 590 1634 V 97 w(Bc2+)p 790
+1634 V 158 w Ff(\000)p Fp(16)p 1029 1634 V 214 w(T1)p 1344
+1634 V 253 w(+24)p 1659 1634 V 295 1636 1365 2 v 294 1685 2
+50 v 339 1670 a(6)p 403 1685 V 117 w(90)p 590 1685 V 97 w(...)g(Kg5)p
+790 1685 V 131 w Ff(\000)p Fp(16)p 1029 1685 V 233 w(-)p 1344
+1685 V 297 w(0)p 1659 1685 V 295 1687 1365 2 v 294 1737 2 50
+v 339 1722 a(7)p 403 1737 V 117 w(74)p 590 1737 V 97 w(Rf5+)p
+790 1737 V 161 w Ff(\000)p Fp(16)p 1029 1737 V 214 w(T5)p 1344
+1737 V 253 w(+16)p 1659 1737 V 295 1739 1365 2 v 294 1788 2
+50 v 339 1773 a(8)p 403 1788 V 117 w(74)p 590 1788 V 97 w(...)g(Kg6)p
+790 1788 V 131 w Ff(\000)p Fp(16)p 1029 1788 V 233 w(-)p 1344
+1788 V 297 w(0)p 1659 1788 V 295 1790 1365 2 v 294 1840 2 50
+v 339 1825 a(9)p 403 1840 V 117 w(58)p 590 1840 V 97 w(Rf6+)p
+790 1840 V 161 w Ff(\000)p Fp(16)p 1029 1840 V 214 w(T2)p 1344
+1840 V 253 w(+24)p 1659 1840 V 295 1841 1365 2 v 294 1891 2
+50 v 329 1876 a(10)p 403 1891 V 106 w(66)p 590 1891 V 97 w(...)g(Kg5)p
+790 1891 V 131 w Ff(\000)p Fp(16)p 1029 1891 V 233 w(-)p 1344
+1891 V 297 w(0)p 1659 1891 V 295 1893 1365 2 v 294 1943 2 50
+v 329 1928 a(11)p 403 1943 V 106 w(50)p 590 1943 V 97 w(Rg6+)p
+790 1943 V 153 w Ff(\000)p Fp(16)p 1029 1943 V 214 w(T5)p 1344
+1943 V 253 w(+16)p 1659 1943 V 295 1944 1365 2 v 294 1994 2
+50 v 329 1979 a(12)p 403 1994 V 106 w(50)p 590 1994 V 97 w(...)g(Kh4)p
+790 1994 V 129 w Ff(\000)p Fp(16)p 1029 1994 V 233 w(-)p 1344
+1994 V 297 w(0)p 1659 1994 V 295 1996 1365 2 v 294 2046 2 50
+v 329 2031 a(13)p 403 2046 V 106 w(34)p 590 2046 V 97 w(Re4+)p
+790 2046 V 156 w Ff(\000)p Fp(17)p 1029 2046 V 214 w(T1)p 1344
+2046 V 253 w(+24)p 1659 2046 V 295 2047 1365 2 v 294 2097 2
+50 v 329 2082 a(14)p 403 2097 V 106 w(41)p 590 2097 V 97 w(...)g(Nf4)p
+790 2097 V 140 w Ff(\000)p Fp(18)p 1029 2097 V 233 w(-)p 1344
+2097 V 297 w(0)p 1659 2097 V 295 2099 1365 2 v 294 2149 2 50
+v 329 2134 a(15)p 403 2149 V 106 w(23)p 590 2149 V 97 w(Rxf4+)p
+790 2149 V 139 w Ff(\000)p Fp(19)p 1029 2149 V 159 w(T1+TE1)p
+1344 2149 V 170 w(+24+2)p 1659 2149 V 295 2150 1365 2 v 294
+2200 2 50 v 329 2185 a(16)p 403 2200 V 106 w(30)p 590 2200
+V 97 w(...)g(Kh5)p 790 2200 V 129 w Ff(\000)p Fp(20)p 1029
+2200 V 233 w(-)p 1344 2200 V 297 w(0)p 1659 2200 V 295 2202
+1365 2 v 294 2252 2 50 v 329 2237 a(17)p 403 2252 V 106 w(10)p
+590 2252 V 97 w(g3)p 790 2252 V 216 w Ff(\000)p Fp(21)p 1029
+2252 V 214 w(T9)p 1344 2252 V 253 w(+24)p 1659 2252 V 295 2253
+1365 2 v 294 2303 2 50 v 329 2288 a(18)p 403 2303 V 106 w(13)p
+590 2303 V 97 w(...)g(an)o(y)p 790 2303 V 140 w Ff(\000)p Fp(22)p
+1029 2303 V 200 w(TE4)p 1344 2303 V 239 w(+16)p 1659 2303 V
+295 2305 1365 2 v 294 2355 2 50 v 329 2340 a(19)p 403 2355
+V 116 w(7)p 590 2355 V 108 w(Rh4++)p 790 2355 V 149 w(-)p 1029
+2355 V 263 w(-)p 1344 2355 V 301 w(-)p 1659 2355 V 295 2356
+1365 2 v 314 2449 a(Figure)d(5.2:)j(A)d(table)f(sho)o(wing)h(in)o(terest)h(v)
+n(alues)e(for)h(a)f(19)h(ply)f(mating)f(sequence.)946 2574
+y(105)p eop
+%%Page: 106 108
+106 107 bop 262 307 a Fp(Note:)24 b(Tn)16 b(represen)o(ts)k(threat)d
+(heuristic)h(n,)f(and)f(TEm)g(represen)o(ts)j(threat)f(execution)262
+357 y(heuristic)c(m.)324 442 y(In)e(the)g(p)q(osition)f(in)h(\014gure)g(5.1,)
+f(white)h(can)g(force)g(c)o(hec)o(kmate)g(in)f(10)g(mo)o(v)o(es)g(\(19)g
+(ply\).)262 492 y(The)g(table)g(sho)o(wn)g(in)f(\014gure)i(5.2)e(sho)o(ws)h
+(ho)o(w)g(on)f(a)h(6)g(ply)f(iteration,)h(these)h(heuristics)g(are)262
+542 y(able)j(to)h(iden)o(tify)f(the)i(correct)g(19)f(ply)f(mo)o(v)o(e)f
+(sequence.)27 b(Assume)16 b(for)f(simplicit)o(y)f(that)262
+592 y(aspiration)f(v)n(alues)g(of)g Fh(\013)h Fp(and)g Fh(\014)i
+Fp(are)f(presen)o(t)g(when)f(the)h(giv)o(en)e(v)n(ariation)g(is)g(explored.)
+262 764 y Fr(5.3)69 b(Quiescence)20 b(Decision)262 891 y Fp(Unlik)o(e)f(most)
+g(other)i(c)o(hess)h(programs,)e(HIAR)o(CS)g(will)f(not)h(leap)g(in)o(to)f(a)
+h(quiescence)262 941 y(searc)o(h)13 b(when)h(the)f(depth)h(of)e(the)h(full)f
+(width)h(searc)o(h)h(reac)o(hes)g(zero.)19 b(The)13 b(reason)g(b)q(ehind)262
+990 y(this)g(lies)h(in)g(understanding)g(what)g(the)g(quiescence)i(searc)o(h)
+f(is)f(capable)g(of.)324 1076 y(W)m(ere)d(it)g(truly)f(capable)h(of)g(searc)o
+(hing)g(all)f(the)i(imp)q(ortan)o(t)d(p)q(ossibilities)h(in)h(a)f(p)q
+(osition)262 1125 y(un)o(til)e(true)j(quiescence)h(is)d(ac)o(hiev)o(ed,)h
+(there)h(w)o(ould)e(b)q(e)h(no)g(p)q(oin)o(t)f(in)g(ha)o(ving)g(a)g(main)e
+(searc)o(h)262 1175 y(at)16 b(all.)25 b(The)18 b(quiescence)g(searc)o(h)g
+(could)f(b)q(e)g(directly)g(applied)f(to)h(all)e(mo)o(v)o(es)h(at)g(ply)g(1.)
+262 1225 y(Sadly)m(,)10 b(ho)o(w)o(ev)o(er,)j(w)o(e)f(do)g(not)g(y)o(et)h
+(kno)o(w)e(ho)o(w)h(to)g(build)g(suc)o(h)g(a)g(near-p)q(erfect)i(quiescence)
+262 1275 y(searc)o(h.)26 b(Therefore,)17 b(b)o(y)f(kno)o(wing)f(what)h(m)o(y)
+f(quiescence)j(searc)o(h)f(is)f(capable)h(of,)e(I)h(am)262
+1325 y(able)d(to)h(select)h(when)g(the)f(p)q(osition)f(is)h(suitable)g(for)f
+(suc)o(h)i(a)e(searc)o(h.)324 1410 y(The)g(quiescence)i(searc)o(h)f(is)f
+(capable)g(of)f(exploring)g(lines)h(in)o(v)o(olving)e(captures,)j(pa)o(wn)262
+1460 y(promotions)c(and)i(some)g(c)o(hec)o(king)h(mo)o(v)o(es.)j(The)d
+(curren)o(t)h(side)e(to)h(mo)o(v)o(e)d(is)j(alw)o(a)o(ys)e(giv)o(en)262
+1510 y(the)j(option)f(of)g(standing)g(pat)h(i.e.)j(not)d(making)d(an)o(y)i
+(mo)o(v)o(e)f(and)i(accepting)g(the)g(curren)o(t)262 1559 y(ev)n(aluation)g
+(score.)24 b(Therefore,)17 b('Threat')f(searc)o(h)g(extension)h(heuristics)g
+(1)e(to)h(6)f(and)g(8,)262 1609 y(and)9 b('Threat)i(Execution')f(searc)o(h)h
+(extension)g(heuristic)g(4)f(are)g(applied)g(in)g(the)g(quiescence)262
+1659 y(searc)o(h)18 b(p)q(ossibly)f(causing)h(a)f(rejoining)f(of)h(the)h
+(main)e(searc)o(h.)30 b(Inside)17 b(the)h(quiescence)262 1709
+y(searc)o(h,)h(if)f(an)o(y)g(of)f(these)j(extension)f(heuristics)g(are)g
+(applied)e(successfully)m(,)j(the)f(main)262 1759 y(searc)o(h)h(is)g
+(rejoined)f(regardless)i(of)e(the)h(resulting)g(in)o(terest)h(v)n(alue.)34
+b(This)19 b(a)o(v)o(oids)g(the)262 1808 y(premature)13 b(termination)g(of)g
+(the)h(searc)o(h)h(when)g(asp)q(ects)g(of)f(in)o(terest)h(still)e(exist.)324
+1894 y(This)k(approac)o(h)g(not)g(only)f(mak)o(es)g(a)h(quiescence)i
+(decision)e(at)g(the)h(horizon)f(of)f(the)262 1943 y(main)c(searc)o(h,)k(but)
+f(also)f(more)g(imp)q(ortan)o(tly)m(,)d(at)k(eac)o(h)g(and)g(ev)o(ery)g(ply)g
+(during)f(the)h(qui-)262 1993 y(escence)g(searc)o(h.)k(This)12
+b(should)g(enable)h(the)h(program)d(to)h(\014nd)h(deep)g(com)o(binations)e
+(ev)o(en)262 2043 y(after)18 b(the)g(quiescence)j(searc)o(h)e(is)f(underw)o
+(a)o(y)m(.)30 b(F)m(or)18 b(example,)f(a)h(4)f(ply)h(iteration)g(ma)o(y)262
+2093 y(progress)j(do)o(wn)f(5)g(plies)h(of)f(main)e(searc)o(h)j(\(1)g(ply)f
+(extension\),)i(join)d(the)i(quiescence)262 2143 y(searc)o(h)13
+b(for)e(1)h(more)e(ply)m(,)h(then)i(rejoin)e(the)i(main)c(searc)o(h)k(when)g
+(something)d(in)o(teresting)j(is)262 2193 y(found)e(and)h(pro)q(ceed)i(for)e
+(3)g(more)f(plies)h(in)f(the)i(restarted)h(main)c(searc)o(h)j(b)q(efore)g
+(\014nding)f(a)262 2242 y(9)h(ply)g(com)o(bination)f(whic)o(h)i(w)o(ould)f
+(otherwise)i(b)q(e)f(b)q(ey)o(ond)g(the)h(program's)d(capabilit)o(y)m(.)946
+2574 y(106)p eop
+%%Page: 107 109
+107 108 bop 262 307 a Fr(5.4)69 b(Quiescence)20 b(Searc)n(h)262
+434 y Fp(A)12 b(quiescence)i(searc)o(h)f(is)e(p)q(erformed)h(to)g(c)o(hec)o
+(k)h(out)f(purely)g(tactical)f(p)q(ossibilities)h(whic)o(h)262
+483 y(are)j(v)o(ery)g(di\016cult)g(to)g(assess)h(accurately)g(at)f(the)h
+(horizon)f(of)f(a)h(main)e(searc)o(h)j(b)o(y)f(using)262 533
+y(a)e(static)h(ev)n(aluation)f(function.)324 618 y(This)g(searc)o(h)i(can)f
+(therefore)h(b)q(e)f(seen)h(as)f(a)f(selectiv)o(e)i(tactical)e(searc)o(h)i
+(complemen)o(t-)262 668 y(ing)h(the)h(static)g(tactical)g(parts)g(of)f(the)i
+(ev)n(aluation)d(function.)26 b(Hence,)19 b(impro)o(ving)14
+b(the)262 718 y(accuracy)g(of)g(the)g(results)h(bac)o(k)o(ed)f(up)g(from)f
+(the)h(horizon)g(no)q(des.)324 803 y(The)i(searc)o(h)h(explores)g(captures,)h
+(pa)o(wn)e(promotions)e(and)i(some)f(c)o(hec)o(king)h(mo)o(v)o(es.)262
+853 y(Ideally)d(all)g(dynamic)g(mo)o(v)o(es)g(should)i(b)q(e)g(explored,)g
+(these)g(include)g(c)o(hec)o(ks,)h(c)o(hec)o(k)f(ev)n(a-)262
+903 y(sion,)10 b(threats,)j(defences,)g(blo)q(c)o(ks,)e(X-ra)o(y)g(attac)o
+(ks,)h(captures,)g(pa)o(wn)f(pushes,)i(promotion)262 953 y(etc.)23
+b(A)15 b(com)o(bination)e(of)i(a)g(full)f(n)o(ull)g(mo)o(v)o(e)g(algorithm)e
+(and)k(m)o(y)d(prop)q(osed)j(quiescence)262 1003 y(searc)o(h)11
+b(w)o(ould)f(o\013er)h(some)f(hop)q(e)h(on)g(this)f(direction.)17
+b(Ho)o(w)o(ev)o(er,)12 b(t)o(w)o(o)e(reasons)h(ha)o(v)o(e)g(made)262
+1052 y(me)h(a)o(v)o(oid)h(suc)o(h)i(a)e(com)o(bination)f(in)h(this)h(pro)r
+(ject:)312 1171 y(1.)20 b(The)e(searc)o(h)h(depth)f(is)f(v)o(ery)g
+(di\016cult)g(to)g(con)o(trol)g(and)g(without)g(strict)h(con)o(trols)365
+1221 y(the)d(searc)o(h)g(can)f(easily)f(explo)q(de.)312 1304
+y(2.)20 b(This)10 b(t)o(yp)q(e)h(of)f(searc)o(h)h(w)o(ould)f(explore)h(man)o
+(y)d(thousands)j(of)f(v)n(ariations)f(and)h(hence,)365 1353
+y(require)15 b(v)o(ery)f(fast)g(hardw)o(are)g(to)g(supp)q(ort)h(this)f
+(additional)e(load.)262 1472 y(Pseudo)18 b(co)q(de)h(illustrating)d(m)o(y)g
+(quiescence)k(searc)o(h)f(using)f(the)g(negamax)e(con)o(v)o(en)o(tion)262
+1522 y(can)e(b)q(e)g(found)g(in)f(\014gure)h(5.3.)324 1607
+y(This)c(searc)o(h)h(explores)f(mo)o(v)o(es)f(prop)q(osed)i(b)o(y)f(the)g
+(GenerateQMo)o(v)o(es)i(function.)k(Eac)o(h)262 1657 y(mo)o(v)o(e)10
+b(is)i(searc)o(hed)j(only)c(if)h(it)g(can)g(c)o(hange)h(the)g(searc)o(h)g
+(result)h(i.e.)j(ev)n(al)11 b(+)i Fh(V)c(al)q(ue)1568 1663
+y Fe(m)1612 1657 y Fh(>)i(\013)p Fp(.)262 1707 y(Eac)o(h)17
+b(side)h(to)g(mo)o(v)o(e)e(also)h(has)h(an)f(extra)h(option)f(of)g(standing)g
+(pat)h(thereb)o(y)h(in)e(e\013ect)262 1756 y(pla)o(ying)12
+b(a)h(n)o(ull)g(mo)o(v)o(e,)f(see)j(section)g(3.1.6.)324 1842
+y(A)f(n)o(um)o(b)q(er)f(of)g(additional)f(tree)j(pruning)f(tec)o(hniques)h
+(are)f(used)h(to)f(prune)h(the)f(tree:)324 1960 y Ff(\017)20
+b Fl(Note)14 b(1)p Fp(:)j(As)12 b(the)h(side)f(to)g(mo)o(v)o(e)f(alw)o(a)o
+(ys)f(has)j(the)f(option)g(of)f(pla)o(ying)f(a)i(n)o(ull)f(mo)o(v)o(e)365
+2010 y(and)j(accepting)h(the)g(curren)o(t)h(static)e(score,)h(a)f(no)q(de)h
+(with)f(a)g(static)g(score)i(already)365 2060 y(ab)q(o)o(v)o(e)g(the)g(searc)
+o(h)h(windo)o(w)e(is)h(pruned.)25 b(Implicit)13 b(in)i(this)h(is)g(the)g
+(fact)g(that)g(an)o(y)365 2110 y(subtree)g(b)q(elo)o(w)e(this)f(no)q(de)i(is)
+f(also)f(pruned)i(b)q(efore)f(it)g(is)f(searc)o(hed.)324 2193
+y Ff(\017)20 b Fl(Note)j(2)p Fp(:)30 b(The)21 b(n)o(ull)e(mo)o(v)o(e)g
+(option)g(giv)o(es)h(rise)h(to)f(the)g(p)q(ossibilit)o(y)f(of)h(further)365
+2242 y(reducing)d(the)f(width)g(of)f(the)h(searc)o(h)h(windo)o(w.)23
+b(This)16 b(is)g(b)q(ecause)h(the)g(w)o(orst)f(the)365 2292
+y(side)e(to)f(pla)o(y)f(can)i(do)f(is)g('stand)g(pat`)g(and)g(accept)h(the)g
+(curren)o(t)h(ev)n(aluation)d(score.)324 2375 y Ff(\017)20
+b Fl(Note)h(3)p Fp(:)26 b(Eac)o(h)19 b(mo)o(v)o(e)d(prop)q(osed)j(b)o(y)f
+(GenerateQMo)o(v)o(es)i(can)f(b)q(e)f(assigned)h(an)365 2425
+y(optimistic)11 b(v)n(alue)g(\()p Fh(V)f(al)q(ue)791 2431 y
+Fe(m)823 2425 y Fp(\),)i(e.g.)17 b(captures)d(receiv)o(e)g(the)f(v)n(alue)f
+(of)f(the)i(captured)946 2574 y(107)p eop
+%%Page: 108 110
+108 109 bop 365 307 a Fp(piece)15 b(plus)e(an)g(optimistic)f(p)q(ositional)g
+(score.)19 b(As)13 b(the)h(opp)q(onen)o(t)g(alw)o(a)o(ys)e(has)i(the)365
+357 y(option)g(of)h(making)d(a)j(n)o(ull)f(mo)o(v)o(e)905 342
+y Fk(1)922 357 y Fp(,)g(this)h(optimistic)e(v)n(alue)h(represen)o(ts)k(an)d
+(upp)q(er)365 407 y(b)q(ound)h(on)g(the)g(score)h(deriv)n(able)e(from)f(the)j
+(subtree)g(resulting)f(from)e(this)i(mo)o(v)o(e.)365 457 y(Therefore,)e(if)d
+(ev)o(en)i(this)g(optimistic)d(v)n(alue)i(cannot)g(a\013ect)i(the)f(searc)o
+(h)g(result,)g(the)365 506 y(p)q(oten)o(tial)h(no)q(de)g(and)g(its)f(subtree)
+j(can)e(b)q(e)h(pruned.)262 625 y(These)22 b(3)e(forw)o(ard)g(pruning)h(mec)o
+(hanisms)e(can)i(drastically)f(reduce)i(the)f(size)h(of)e(the)262
+675 y(quiescence)c(searc)o(h.)324 760 y(In)e(conclusion,)f(I)h(feel)g(this)g
+(com)o(bination)e(of)h(main)f(searc)o(h,)j(quiescence)h(searc)o(h)f(and)262
+810 y(selectiv)o(e)h(extensions)g(should)f(signi\014can)o(tly)f(impro)o(v)o
+(e)g(the)i(program's)d(tactical)i(abilit)o(y)m(.)262 860 y(Without)i(suc)o(h)
+i(enhancemen)o(ts,)g(it)f(is)g(lik)o(ely)f(to)h(compare)g(unfa)o(v)o(ourably)
+e(with)i(other)262 909 y(strong)10 b(programs)g(tactically)g(due)h(to)f(the)i
+(signi\014can)o(t)e(amoun)o(t)f(of)h(p)q(ositional)f(kno)o(wledge)262
+959 y(elsewhere)15 b(in)f(the)g(program)f(consuming)f(large)i(c)o(h)o(unks)g
+(of)f(time.)p 262 2371 573 2 v 308 2398 a Fj(1)325 2410 y Fi(this)f(ma)o(y)f
+(not)g(b)q(e)h(the)g(case)f(if)h(the)g(main)f(searc)o(h)g(if)h(rejoined,)e
+(ho)o(w)o(ev)o(er,)h(the)h(a\013ects)f(are)g(minimal)262 2449
+y(and)f(can)h(b)q(e)g(ignored.)946 2574 y Fp(108)p eop
+%%Page: 109 111
+109 110 bop 262 307 a Fl(F)l(unction)11 b Fp(Quiescence\(P)17
+b(:)c Fl(p)q(osition)p Fp(;)d Fh(\013)p Fp(,)k Fh(\014)i Fp(:)i
+Fl(in)o(teger)p Fp(\))11 b Fl(returns)j(in)o(teger)262 407
+y(v)m(ar)321 457 y Fp(m)82 b(:)18 b Fl(mo)o(v)o(e)321 506 y
+Fp(b)q(est,)321 556 y(ev)n(al,)321 606 y(score)29 b(:)18 b
+Fl(in)o(teger)262 706 y(b)q(egin)321 805 y Fp(b)q(est)d(:=)e(Ev)n(aluate\(P)m
+(,)g Ff(\000)p Fh(\014)r Fp(,)h Ff(\000)p Fh(\013)p Fp(\))321
+855 y Fl(if)e Fp(\(b)q(est)j Ff(\025)d Fh(\014)r Fp(\))380
+905 y Fl(return)f Fp(\(b)q(est\))515 b(/*)14 b Fm(Se)n(e)h(note)g(1)f
+Fp(*/)321 955 y Fl(endif)321 1005 y Fh(\013)f Fp(:=)h Fl(max)p
+Fp(\()p Fh(\013)p Fp(,)f(b)q(est\))482 b(/*)14 b Fm(Se)n(e)h(note)g(2)f
+Fp(*/)321 1104 y(GenerateQMo)o(v)o(es\(P\))458 b(/*)14 b Fm(Gener)n(ate)h
+(moves)f Fp(*/)321 1154 y(ev)n(al)f(:=)g(b)q(est)611 b(/*)14
+b Fm(Can)h(always)f('Stand)i(Pat')e Fp(*/)321 1204 y Fl(for)h(eac)o(h)g(mo)o
+(v)o(e)e Fp(m)f Fl(do)380 1254 y(if)g Fp(\(ev)n(al)i(+)g Fh(V)9
+b(al)q(ue)679 1260 y Fe(m)722 1254 y Fh(>)j(\013)p Fp(\))338
+b(/*)14 b Fm(Se)n(e)h(note)g(3)f Fp(*/)439 1303 y(/*)f Fm(Se)n(ar)n(ch)i
+(move)g(m)g(to)g(next)g(depth)h(using)f(ne)n(gamax)h(c)n(onvention)f
+Fp(*/)439 1353 y(score)g(:=)e Ff(\000)p Fp(Quiescence\()p Fh(P)871
+1359 y Fe(m)906 1353 y Fp(,)g Ff(\000)p Fh(\014)r Fp(,)h Ff(\000)p
+Fh(\013)p Fp(\))439 1403 y Fl(if)e Fp(\(score)k Fh(>)e Fp(b)q(est\))498
+1453 y(b)q(est)h(:=)e(score)414 b(/*)14 b Fm(Stor)n(e)g(b)n(est)h(sc)n(or)n
+(e)g(found)f Fp(*/)498 1503 y Fl(if)e Fp(\(b)q(est)k Ff(\025)11
+b Fh(\014)r Fp(\))557 1553 y Fl(return)g Fp(\(b)q(est\))338
+b(/*)14 b Fh(\014)j Fm(cut)e(o\013)h(:)j(r)n(eturn)14 b(b)n(est)h(sc)n(or)n
+(e)e Fp(*/)498 1602 y Fl(endif)498 1652 y Fh(\013)g Fp(:=)h
+Fl(max)p Fp(\()p Fh(\013)p Fp(,)f(b)q(est\))305 b(/*)14 b Fm(Up)n(date)h
+(fail)f(soft)f Fp(*/)439 1702 y Fl(else)498 1752 y Fp(b)q(est)i(:=)e
+Fl(max)p Fp(\(b)q(est,)i(ev)n(al)e(+)i Fh(V)9 b(al)q(ue)1091
+1758 y Fe(m)1123 1752 y Fp(\))439 1802 y Fl(endif)380 1851
+y(endif)321 1901 y(endfor)321 2001 y(return)i Fp(\(b)q(est\))574
+b(/*)14 b Fm(R)n(eturn)h(sc)n(or)n(e)f(of)h(b)n(est)g(move)g(found)g
+Fp(*/)262 2100 y Fl(end)d Fp(Quiescence)513 2277 y(Figure)i(5.3:)j(Pseudo)e
+(co)q(de)g(for)e(m)o(y)f(Quiescence)17 b(Searc)o(h.)946 2574
+y(109)p eop
+%%Page: 110 112
+110 111 bop 262 654 a Fn(Chapter)34 b(6)262 897 y Fo(HIAR)m(CS)k(5.0)262
+1148 y Fp(In)10 b(this)h(c)o(hapter,)h(I)e(will)g(sho)o(w)g(ho)o(w)h(the)g(v)
+n(arious)f(tec)o(hniques)i(I)e(ha)o(v)o(e)h(in)o(v)o(estigated)f(in)h(this)
+262 1198 y(pro)r(ject)j(can)f(b)q(e)h(brough)o(t)f(together)i(and)e(implem)o
+(en)o(ted)f(in)g(a)h(c)o(hess)i(program.)h(There)f(is)262 1248
+y(neither)g(the)g(time)f(nor)g(space)i(to)f(fully)e(explain)h(all)f(the)j
+(design)e(issues,)i(some)e(of)g(whic)o(h)262 1298 y(ha)o(v)o(e)j(ev)o(olv)o
+(ed)h(o)o(v)o(er)g(the)h(last)f(couple)g(of)g(y)o(ears.)31
+b(Ho)o(w)o(ev)o(er,)20 b(I)e(will)e(giv)o(e)i(an)g(o)o(v)o(erview)262
+1347 y(of)g(the)h(program's)e(design)j(and)e(structure.)35
+b(I)19 b(will)f(also)g(discuss)i(some)e(of)g(the)i(main)262
+1397 y(decisions)12 b(whic)o(h)f(ha)o(v)o(e)h(b)q(een)h(tak)o(en)f(relating)f
+(to)h(the)g(algorithms)e(and)h(tec)o(hniques)i(used.)324 1483
+y(This)f(program)e(con)o(tains)i(around)g(a)f(50-50)g(split)h(of)f(old)g(co)q
+(de)i(and)f(totally)e(new)j(co)q(de)262 1532 y(resulting)h(from)e(m)o(y)g(in)
+o(v)o(estigations)h(since)h(b)q(eginning)g(this)g(pro)r(ject.)262
+1705 y Fr(6.1)69 b(Program)24 b(History)f(and)g(En)n(vironmen)n(t)262
+1831 y Fp(I)16 b(b)q(egan)h(writing)f(c)o(hess)i(programs)d(as)i(long)f(ago)g
+(as)g(1979.)26 b(My)16 b(\014rst)i(c)o(hess)g(program,)262
+1881 y(UCT,)13 b(only)h(pla)o(y)o(ed)g(the)g(ending)h(of)e(king)h(and)g(ro)q
+(ok)g(v)o(ersus)h(king.)k(Ho)o(w)o(ev)o(er,)14 b(this)g(only)262
+1931 y(serv)o(ed)k(to)e(w)o(et)h(m)o(y)e(app)q(etite)j(for)e(the)h(sub)r
+(ject.)28 b(In)17 b(late)g(1980,)f(I)g(dev)o(elop)q(ed)i(m)o(y)d(\014rst)262
+1981 y(full)f(c)o(hess)j(program,)d(HIAR)o(CS.)g(Ho)o(w)o(ev)o(er,)i(it)g(w)o
+(as)f(only)g(capable)g(of)g(pla)o(ying)f(random)262 2031 y(c)o(hess.)32
+b(Later,)19 b(in)e(1981,)h(the)g(c)o(hess)i(program)c(w)o(as)i(impro)o(v)o
+(ed)f(to)h(searc)o(h)h(1)e(ply)h(with)262 2080 y(material)13
+b(and)h(mobilit)o(y)e(ev)n(aluation.)21 b(By)15 b(the)h(end)f(of)g(1983,)f
+(HIAR)o(CS)g(w)o(as)h(enhanced)262 2130 y(to)g(a)g(4)g(ply)g(selectiv)o(e)i
+(searc)o(h)g(program)d(applying)g(rudimen)o(tary)g(p)q(ositional)g(and)i(sw)o
+(ap)262 2180 y(o\013)g(ev)n(aluations)g(at)h(its)g(leaf)f(no)q(des.)28
+b(The)17 b(program)e(w)o(as)i(written)g(in)g(compiled)e(Basic)262
+2230 y(with)c(some)h(Z80)g(assem)o(bly)f(routines)i(and)f(w)o(as)g(capable)g
+(of)f(pla)o(ying)g(at)h(w)o(eak)g(club)g(lev)o(el,)262 2280
+y(ELO)i(1300,)e(on)i(a)f(Z80)h(pro)q(cessor.)324 2365 y(A)o(t)c(this)g(p)q
+(oin)o(t)f(activit)o(y)g(stopp)q(ed)i(un)o(til)e(early)h(1987,)f(when)i(I)f
+(b)q(egan)g(w)o(ork)f(dev)o(eloping)262 2415 y(a)15 b(totally)g(new)h(full)e
+(width)i(c)o(hess)h(program)e(written)h(in)f(Mo)q(dula-2)g(for)g(an)h(Amiga.)
+22 b(In)946 2574 y(110)p eop
+%%Page: 111 113
+111 112 bop 262 307 a Fp(mid)12 b(1988,)g(the)i(program)f(w)o(as)g(rewritten)
+j(in)d(the)i(C)e(language)g(for)h(t)o(w)o(o)f(main)f(reasons:)324
+426 y Ff(\017)20 b Fp(Co)q(de)15 b(e\016ciency)324 509 y Ff(\017)20
+b Fp(More)15 b(lo)o(w)e(lev)o(el)g(freedom)262 627 y(A)o(t)g(this)h(stage)h
+(the)f(program)e(w)o(as)i(pla)o(ying)f(at)g(around)h(ELO)g(1550)f(while)h
+(analysing)e(40)262 677 y(-)h(60)h(no)q(des)g(p)q(er)h(second.)324
+762 y(The)i(program)f(w)o(as)h(further)g(enhanced)i(during)d(1988/89)g(un)o
+(til)g(b)o(y)h(August)g(1989,)262 812 y(when)12 b(it)g(w)o(as)g(en)o(tered)i
+(in)d(the)i(1st)f(Computer)g(Olympiad,)d(HIAR)o(CS)j(4.1)f(as)h(it)g(w)o(as)g
+(then)262 862 y(kno)o(wn,)j(w)o(as)g(analysing)f(at)i(the)g(rate)g(of)f(80)g
+(-)g(180)g(no)q(des)h(p)q(er)h(second)f(and)g(pla)o(ying)e(at)262
+912 y(ab)q(out)f(ELO)i(1750.)324 997 y(Early)c(on)h(during)g(this)g(pro)r
+(ject)h(I)f(decided)h(to)f(up)g(load)f(m)o(y)g(program)f(on)o(to)i(our)g(V)-5
+b(AX)262 1047 y(785)13 b(mac)o(hine)f(at)i(w)o(ork.)k(Three)d(reasons)g(la)o
+(y)d(b)q(ehind)j(this)f(decision:)312 1165 y(1.)20 b Fl(Securit)o(y)l(.)g
+Fp(The)15 b(p)q(ossibilit)o(y)f(of)g(m)o(y)f(Amiga)g(malfunctioning)f(or)j
+(ev)o(en)g(ha)o(ving)f(a)365 1215 y(virus)j(p)q(osed)h(to)q(o)e(great)h(a)g
+(risk.)26 b(I)17 b(therefore)h(felt)e(it)h(w)o(as)f(safer)i(to)e(dev)o(elop)h
+(the)365 1265 y(program)12 b(on)h(a)f(mac)o(hine)g(where)i(regular)f(bac)o
+(kup)h(securit)o(y)g(is)e(already)h(pro)o(vided.)312 1348 y(2.)20
+b Fl(Sp)q(eed.)27 b Fp(Ev)o(en)17 b(though)g(a)g(V)-5 b(AX)18
+b(785)e(mac)o(hine)f(is)i(slo)o(w)g(b)o(y)f(to)q(da)o(ys)h(standards,)365
+1398 y(it)f(is)h(still)e(faster)i(than)f(an)g(Amiga.)24 b(I)16
+b(found)g(that)g(the)h(H/W)f(c)o(hange)h(pro)o(vided)365 1447
+y(around)e(a)f(2-fold)f(sp)q(eed)j(impro)o(v)o(emen)o(t,)c(pro)o(vided)i(the)
+h(mac)o(hine)e(w)o(as)i(otherwise)365 1497 y(un)o(used.)312
+1580 y(3.)20 b Fl(En)o(vironmen)o(t.)36 b Fp(I)20 b(felt)h(the)g(UNIX)989
+1565 y Fk(1)1028 1580 y Fp(op)q(erating)g(system)f(pro)o(vided)h(a)f(b)q
+(etter)365 1630 y(en)o(vironmen)o(t)13 b(in)h(whic)o(h)f(to)h(dev)o(elop)g
+(the)g(program.)262 1803 y Fr(6.2)69 b(Program)24 b(Structure)262
+1929 y Fp(HIAR)o(CS)9 b(5.0)g(is)g(a)h(large)g(and)f(complex)g(program.)15
+b(It)10 b(is)f(split)h(up)g(in)o(to)f(12)g(mo)q(dules)g(whic)o(h)262
+1979 y(eac)o(h)j(p)q(erform)e(a)h(particular)h(t)o(yp)q(e)g(of)f(job.)16
+b(In)c(\014gure)g(6.1,)f(a)g(diagram)e(is)i(pro)o(vided)h(whic)o(h)262
+2029 y(illustrates)i(ho)o(w)f(the)i(mo)q(dules)e(in)o(teract)h(with)g(eac)o
+(h)g(other.)19 b(The)14 b(diagram)e(is)i(at)g(a)f(high)262
+2079 y(lev)o(el)d(and)g(m)o(uc)o(h)g(detail)g(has)h(b)q(een)g(omitted)f(for)g
+(reasons)i(of)e(clarit)o(y)m(.)16 b(The)11 b(lines)f(represen)o(t)262
+2128 y(the)16 b(call)e(in)o(teraction)i(and)f(the)h(accompan)o(ying)d
+(description)j(giv)o(es)g(the)g(reason)g(for)f(the)262 2178
+y(mo)q(dule)d(in)o(teraction.)324 2263 y(The)i(main)e(functions)i(p)q
+(erformed)f(b)o(y)h(eac)o(h)g(mo)q(dule)f(are)h(explained)g(b)q(elo)o(w:)p
+262 2298 573 2 v 308 2325 a Fj(1)325 2337 y Fi(UNIX)f(is)e(a)h(T)m(rademark)d
+(of)i(Bell)g(Lab)q(oratories.)946 2574 y Fp(111)p eop
+%%Page: 112 114
+112 113 bop 612 2462 a Fp(Figure)14 b(6.1:)j(Mo)q(dule)d(in)o(teraction)f
+(diagram.)946 2574 y(112)p eop
+%%Page: 113 115
+113 114 bop 312 307 a Fp(1.)20 b Fl(Hiarcs)p Fp(:)g(This)15
+b(is)g(the)h(main)d(program)h(mo)q(dule.)20 b(It)15 b(con)o(trols)g
+(initialisation)e(and)365 357 y(o)o(v)o(ersees)k(the)f(in)o(teraction)g(b)q
+(et)o(w)o(een)g(the)h(user,)f(via)e(the)i(MMI)g(mo)q(dule,)e(and)h(the)365
+407 y(c)o(hess)h(decision)e(algorithms.)312 488 y(2.)20 b Fl(HouseKeeping)p
+Fp(:)c(This)e(mo)q(dule)e(deals)i(with)g(initialisation)d(for)i(a)h(new)g
+(game.)312 570 y(3.)20 b Fl(HashDriv)o(er)p Fp(:)15 b(This)e(mo)q(dule)e(con)
+o(trols)i(transp)q(osition)f(table)h(creation,)g(deletion)365
+620 y(and)f(en)o(try)g(storage)h(and)e(retriev)n(al.)18 b(It)11
+b(also)h(up)q(dates)g(hash)g(indexes)h(and)f(mo)q(di\014es)365
+670 y(the)j(transp)q(osition)f(table)g(b)q(et)o(w)o(een)h(searc)o(hes.)21
+b(An)14 b(op)q(ening)g(b)q(o)q(ok)g(transp)q(osition)365 719
+y(table)g(is)g(also)f(loaded)h(and)f(accessed)j(b)o(y)e(this)g(mo)q(dule.)312
+801 y(4.)20 b Fl(MMI)p Fp(:)d(This)f(mo)q(dule)f(deals)i(with)f(all)g(h)o
+(uman/com)o(puter)f(in)o(teraction.)26 b(It)16 b(also)365 851
+y(c)o(hec)o(ks)g(en)o(tered)f(user)g(mo)o(v)o(es)e(for)g(legalit)o(y)f(and)i
+(pro)q(cesses)j(v)n(arious)c(commands.)312 932 y(5.)20 b Fl(T)l(reeSearc)o(h)
+p Fp(:)c(This)11 b(mo)q(dule)g(p)q(erforms)g(the)i(tree)g(searc)o(hing)g
+(necessary)g(to)f(select)365 982 y(the)18 b(b)q(est)h(a)o(v)n(ailable)c(mo)o
+(v)o(e.)26 b(T)m(o)17 b(ac)o(hiev)o(e)g(this)g(it)g(co)q(ordinates)h(the)g
+(activities)f(of)365 1032 y(the)e(program)d(and)i(mak)o(es)f(extensiv)o(e)i
+(use)f(of)g(most)e(other)j(mo)q(dules.)312 1113 y(6.)20 b Fl(Generate)p
+Fp(:)28 b(This)19 b(mo)q(dule)f(con)o(tains)h(all)g(the)h(mo)o(v)o(e)d
+(generation)j(routines)g(re-)365 1163 y(quired)14 b(b)o(y)g(the)h(program.)
+312 1245 y(7.)20 b Fl(TimeCon)o(trol)p Fp(:)14 b(This)e(mo)q(dule)e(allo)q
+(cates,)i(adjusts)g(and)g(con)o(trols)g(the)g(time)f(used)365
+1295 y(b)o(y)j(the)g(program.)312 1376 y(8.)20 b Fl(P)o(osEv)m(al)p
+Fp(:)d(This)12 b(mo)q(dule)e(p)q(erforms)i(a)f(p)q(ositional)g(analysis)g(on)
+h(a)f(giv)o(en)h(p)q(osition.)365 1426 y(It)i(con)o(tains)g(most)f(horizon)g
+(no)q(de)i(ev)n(aluation)d(criteria.)312 1508 y(9.)20 b Fl(Planner)p
+Fp(:)14 b(This)d(mo)q(dule)d(considers)k(and)e(selects)j(plans)d(to)g(direct)
+h(the)g(searc)o(h)h(and)365 1557 y(up)q(dates)20 b(v)n(arious)e(w)o(eigh)o
+(tings)f(asso)q(ciated)j(with)e(Pc/Sq)h(tables)g(and)f(the)h(game)365
+1607 y(phase.)291 1689 y(10.)h Fl(SqAnalysis)p Fp(:)j(This)17
+b(mo)q(dule)f(incremen)o(tally)g(up)q(dates)i(the)g(attac)o(k)f(tables)h(and)
+365 1739 y(analyses)c(v)n(arious)g(attac)o(k)f(in)o(teractions)i(for)e(p)q
+(ositional)g(ev)n(aluation)f(purp)q(oses.)291 1820 y(11.)20
+b Fl(Mo)o(v)o(er)p Fp(:)g(This)15 b(mo)q(dule)e(mak)o(es)h(and)h(unmak)o(es)f
+(generated)i(mo)o(v)o(es.)k(It)15 b(also)g(con-)365 1870 y(trols)f(the)h
+(incremen)o(tal)e(up)q(dating)g(of)g(the)i(attac)o(k)f(tables.)291
+1951 y(12.)20 b Fl(Utils)p Fp(:)i(Pro)o(vides)17 b(v)n(arious)f(utilit)o(y)g
+(functions)g(whic)o(h)h(most)f(of)g(the)h(mo)q(dules)f(re-)365
+2001 y(quire.)262 2173 y Fr(6.3)69 b(Data)23 b(Structures)262
+2300 y Fp(The)16 b(data)g(structures)j(used)e(in)f(HIAR)o(CS)g(are)g(of)g
+(cen)o(tral)g(imp)q(ortance)g(to)g(the)h(o)o(v)o(erall)262
+2350 y(design)d(of)h(the)g(program.)k(They)c(de\014ne)h(to)f(a)f(large)g
+(exten)o(t)i(ho)o(w)f(in)o(telligen)o(t)e(the)j(in)o(ter-)262
+2399 y(nal)g(decisions)i(made)e(b)o(y)h(the)h(program)d(can)j(b)q(e.)29
+b(This)17 b(in)g(turn)g(largely)g(con)o(trols)g(the)262 2449
+y(kno)o(wledge)c(based)i(capabilities)e(of)g(the)h(program.)946
+2574 y(113)p eop
+%%Page: 114 116
+114 115 bop 324 307 a Fp(This)17 b(section)h(explains)f(the)h(main)d(data)i
+(structures)j(used,)f(the)f(reasons)g(for)f(their)262 357 y(giv)o(en)c(comp)q
+(osition)f(and)i(their)g(application)e(to)i(the)h(program.)262
+509 y Fu(6.3.1)55 b(P)n(osition)18 b(Represen)n(tation)262
+621 y Fp(The)c(p)q(osition)f(is)h(represen)o(ted)i(b)o(y)e(t)o(w)o(o)g
+(structures,)h(P)o(osition)f(and)f(Colour.)344 754 y(P)o(osition)88
+b(=)15 b(64)p Ff(f)p Fp(PieceT)o(yp)q(e)p Ff(g)p Fp(64)344
+803 y(PieceT)o(yp)q(e)49 b(=)15 b(NoPiece)f Ff(j)g Fp(P)o(a)o(wn)f
+Ff(j)h Fp(Knigh)o(t)f Ff(j)h Fp(Bishop)g Ff(j)f Fp(Ro)q(ok)g
+Ff(j)g Fp(Queen)i Ff(j)f Fp(King)344 853 y(NoPiece)90 b(=)15
+b(0)344 903 y(P)o(a)o(wn)136 b(=)15 b(1)344 953 y(Knigh)o(t)110
+b(=)15 b(2)344 1003 y(Bishop)112 b(=)15 b(3)344 1052 y(Ro)q(ok)140
+b(=)15 b(4)344 1102 y(Queen)122 b(=)15 b(5)344 1152 y(King)148
+b(=)15 b(6)344 1252 y(Colour)113 b(=)15 b(64)p Ff(f)p Fp(colour)p
+Ff(g)p Fp(64)344 1301 y(colour)125 b(=)15 b(White)e Ff(j)h
+Fp(Blac)o(k)f Ff(j)h Fp(None)344 1351 y(White)124 b(=)15 b(0)344
+1401 y(Blac)o(k)135 b(=)15 b(1)344 1451 y(None)143 b(=)15 b(2)262
+1569 y(These)f(t)o(w)o(o)e(structures)k(are)d(similar)d(to)j(the)g(ones)h
+(Shannon)f(originally)d(suggested.)19 b(The)262 1619 y(di\013erences)c
+(include)e(the)g(splitting)f(of)g(piece)i(t)o(yp)q(e)f(and)g(colour)g(to)f
+(enable)h(generic)h(mo)o(v)o(e)262 1669 y(generation)k(and)h(square)g(con)o
+(trol)g(functions.)32 b(Both)19 b(structures)j(are)d(linear)f(and)g(one)262
+1719 y(dimensional.)d(Note)e(that)g(no)f(o\013{b)q(oard)g(edge)i(is)e(used)i
+(on)e(this)h(b)q(oard,)f(as)h(an)f(alternate)262 1769 y(mo)o(v)o(e)i
+(generation)i(pro)q(cess)i(is)e(used.)25 b(This)16 b(enables)g(all)f(piece)i
+(square)g(tables)f(to)g(b)q(e)g(of)262 1818 y(a)d(signi\014can)o(tly)h
+(reduced)i(size)f(when)g(compared)e(to)h(a)g(10x12)f(b)q(oard)i(approac)o(h,)
+f(for)f(ex-)262 1868 y(ample.)j(Although)c(the)i(structures)h(are)f(one)f
+(dimensional)e(for)h(e\016ciency)m(,)h(conceptually)262 1918
+y(they)h(remain)e(t)o(w)o(o)i(dimensional.)324 2003 y(The)e(most)f(imp)q
+(ortan)o(t)f(reason)j(for)e(suc)o(h)i(a)f(64)f(elemen)o(t)h(structure)i(is)e
+(that)g(an)o(y)f(mo)o(v)o(e)262 2053 y(can)19 b(b)q(e)h(represen)o(ted)j(in)c
+(12)g(bits,)h(6)f(bits)h(for)f(the)h(from-square)f(and)g(6)g(bits)h(for)f
+(the)262 2103 y(to-square.)j(This)15 b(enables)h(sp)q(ecialised)f(searc)o(h)i
+(tables)e(to)g(b)q(e)h(used)g(whic)o(h)f(are)g(directly)262
+2153 y(accessed)h(b)o(y)e(the)g(12)g(bit)g(mo)o(v)o(e)e(v)n(alue.)18
+b(Additionally)m(,)11 b(it)j(allo)o(ws)f(a)g(complete)h(mo)o(v)o(e)e(de-)262
+2203 y(scription)d(including)g(mo)o(v)o(e)f(t)o(yp)q(e,)j(suc)o(h)g(as)f
+(castling,)f(pa)o(wn)h(promotion)d(etc,)12 b(to)d(b)q(e)i(stored)262
+2252 y(in)i(16)g(bits.)18 b(Th)o(us)d(mo)o(v)o(e)d(comparisons)h(and)g
+(copies)i(can)f(b)q(e)g(done)h(in)e(one)h(op)q(eration.)946
+2574 y(114)p eop
+%%Page: 115 117
+115 116 bop 262 307 a Fu(6.3.2)55 b(Game)17 b(T)-5 b(ree)344
+434 y Fp(T)m(ree)157 b(=)15 b(0)p Ff(f)p Fp(No)q(de)p Ff(g)p
+Fp(2000)344 483 y(No)q(de)142 b(=)15 b(Mo)o(v)o(e)e(+)h(Score)174
+b(/*)13 b(4)h(b)o(ytes)g(*/)344 533 y(Mo)o(v)o(e)139 b(=)15
+b(t)o(yp)q(e)f(+)g(mo)o(v)o(e)192 b(/*)13 b(4)h(bit)f(t)o(yp)q(e,)h(12)g(bit)
+f(mo)o(v)o(e)f(*/)344 583 y(mo)o(v)o(e)141 b(=)15 b(0..4095)297
+b(/*)13 b(12)h(bits)g(*/)344 633 y(t)o(yp)q(e)157 b(=)15 b(Capture)f
+Ff(j)f Fp(Promotion)f Ff(j)i Fp(Castle)g Ff(j)f Fp(EnP)o(assan)o(t)344
+683 y(Promotion)42 b(=)15 b(PQueen)g Ff(j)e Fp(PKnigh)o(t)h
+Ff(j)f Fp(PRo)q(ok)h Ff(j)f Fp(PBishop)344 732 y(Capture)89
+b(=)15 b(8)405 b(/*)13 b(bit)h(15)f(*/)344 782 y(PQueen)94
+b(=)15 b(4)405 b(/*)13 b(bit)h(14)f(*/)344 832 y(PKnigh)o(t)82
+b(=)15 b(5)405 b(/*)13 b(bit)h(14,12)e(*/)344 882 y(PRo)q(ok)112
+b(=)15 b(6)405 b(/*)13 b(bit)h(14,13)e(*/)344 932 y(PBishop)84
+b(=)15 b(7)405 b(/*)13 b(bit)h(14,13,12)d(*/)344 982 y(Castle)123
+b(=)15 b(2)405 b(/*)13 b(bit)h(13)f(*/)344 1031 y(EnP)o(assan)o(t)46
+b(=)15 b(1)405 b(/*)13 b(bit)h(12)f(*/)344 1081 y(Score)140
+b(=)15 b Ff(\000)p Fp(4096..4095)262 1208 y(A)o(t)f(least)g(part)h(of)e(the)i
+(game)e(tree)i(m)o(ust)f(b)q(e)g(stored)i(so)e(it)g(can)g(b)q(e)h(tra)o(v)o
+(ersed)h(e\016cien)o(tly)m(.)262 1258 y(This)j(structure)i(allo)o(ws)d(the)i
+(storage)g(of)f(no)q(des)h(generated,)i(but)d(not)h(y)o(et)f(visited)h(at)262
+1308 y(the)d(curren)o(t)h(searc)o(h)g(iteration.)25 b(Only)17
+b(the)g(no)q(des)g(generated)h(do)o(wn)f(the)g(curren)o(t)h(line)262
+1357 y(of)g(exploration)h(need)h(to)f(b)q(e)h(stored)g(as)f(these)i(are)f
+(the)f(ones)h(whic)o(h)f(ha)o(v)o(e)g(not)g(b)q(een)262 1407
+y(completely)11 b(searc)o(hed.)20 b(Eac)o(h)13 b(no)q(de)g(is)g(only)f
+(generated)j(once)e(at)g(eac)o(h)h(iteration)e(except)262 1457
+y(when)j(a)g(fail)f(high)g(or)h(lo)o(w)f(o)q(ccurs.)23 b(While)15
+b(storage)g(of)g(the)g(whole)g(tree)i(w)o(ould)d(sligh)o(tly)262
+1507 y(impro)o(v)o(e)f(p)q(erformance,)h(it)h(w)o(ould)f(b)q(e)i(extremely)e
+(costly)i(in)e(terms)h(of)f(memory)f(usage,)262 1557 y(particularly)g(in)g
+(the)i(endgame.)324 1642 y(T)m(ogether)f(with)f(the)h(mo)o(v)o(e)d(stored)k
+(at)e(eac)o(h)h(no)q(de,)f(a)g(score)i(is)e(used)h(to)g(enable)f(mo)o(v)o(e)
+262 1692 y(ordering)g(at)h(in)o(ternal)g(no)q(des)g(of)g(the)g(searc)o(h)h
+(tree.)262 1914 y Fu(6.3.3)55 b(T)-5 b(ransp)r(osition)18 b(T)-5
+b(able)262 2026 y Fp(In)17 b(c)o(hess,)i(the)f(game)e(tree)j(is)e(really)g(a)
+h(directed)g(graph)g(of)f(mo)o(v)o(es.)27 b(As)18 b(the)g(depth)g(of)262
+2076 y(searc)o(h)13 b(increases,)g(the)g(n)o(um)o(b)q(er)e(of)g(p)q(oten)o
+(tial)h(transp)q(ositions)g(increases)h(exp)q(onen)o(tially)m(.)262
+2126 y(Additionally)m(,)k(when)j(using)f(an)f(iterativ)o(e)i(deep)q(ening)g
+(searc)o(h,)h(the)f(no)q(des)g(visited)f(at)262 2176 y(iteration)13
+b Fh(n)c Ff(\000)h Fp(1)k(are)g(also)f(usually)g(visited)h(at)g(iteration)g
+Fh(n)p Fp(.)k(Therefore,)d(the)f(transp)q(osi-)262 2226 y(tion)f(table)i(pro)
+o(vides)f(a)g(useful)h(w)o(a)o(y)e(of)h(storing)g(and)h(retrieving)f
+(previously)g(calculated)262 2275 y(mo)o(v)o(es)h(and)i(scores.)28
+b(F)m(or)17 b(deep)q(er)h(searc)o(hes)h(\(depth)f Fh(>)f Fp(5\))f(a)h(transp)
+q(osition)g(table)f(can)262 2325 y(signi\014can)o(tly)10 b(impro)o(v)o(e)f
+(the)j(p)q(erformance)g(of)e(a)i(program.)j(This)c(is)h(particularly)e
+(eviden)o(t)262 2375 y(in)j(the)h(endgame)f(where)i(m)o(uc)o(h)e(deep)q(er)j
+(searc)o(hes)g(are)e(p)q(ossible.)946 2574 y(115)p eop
+%%Page: 116 118
+116 117 bop 344 357 a Fp(T)m(ransT)m(able)21 b(=)14 b(1)p Ff(f)p
+Fp(T)m(ableEn)o(try)p Ff(g)p Fp(32768)344 407 y(T)m(ableEn)o(try)20
+b(=)14 b(HashLo)q(c)o(k)g(+)g(HMo)o(v)o(e)g(+)g(TScore)344
+457 y(HashLo)q(c)o(k)47 b(=)14 b(long)f(in)o(teger)390 b(/*)14
+b(32)f(bits)h(*/)344 506 y(HMo)o(v)o(e)97 b(=)14 b(Depth)g(+)g(mo)o(v)o(e)344
+556 y(TScore)99 b(=)14 b(T)o(yp)q(e)g(+)g(Score)354 b(/*)14
+b(3)f(bit)h(t)o(yp)q(e,)g(13)f(bit)h(score)h(*/)344 606 y(Depth)113
+b(=)14 b(0..15)516 b(/*)14 b(4)f(bits)h(*/)344 656 y(T)o(yp)q(e)132
+b(=)14 b(Lo)q(c)o(k)o(ed)g(+)g(T)m(rueScore)h(+)f(Bound)56
+b(/*)14 b(MS)g(3)f(bits)h(of)f(TScore)i(*/)344 706 y(Lo)q(c)o(k)o(ed)98
+b(=)14 b(8)582 b(/*)14 b(bit)f(15)g(*/)344 756 y(T)m(rueScore)45
+b(=)14 b(4)582 b(/*)14 b(bit)f(14)g(*/)344 805 y(Bound)106
+b(=)14 b(2)582 b(/*)14 b(bit)f(13,)g(set)i(if)e(Upp)q(erBound)i(*/)1218
+855 y(/*)f(unset)g(if)g(Lo)o(w)o(erBound)g(*/)262 964 y(This)19
+b(data)f(structure)k(represen)o(ts)f(the)f(transp)q(osition)f(table)g(used)h
+(b)o(y)f(HIAR)o(CS)g(5.0.)262 1013 y(Eac)o(h)14 b(en)o(try)g(stores)h(5)f
+(distinct)g(t)o(yp)q(es)h(of)e(information:)312 1086 y(1.)20
+b(P)o(osition)13 b(lo)q(c)o(k.)312 1164 y(2.)20 b(V)m(alue)14
+b(of)f(the)h(p)q(osition.)312 1242 y(3.)20 b(Best)c(mo)o(v)o(e)c(kno)o(wn)h
+(in)h(the)g(p)q(osition.)312 1320 y(4.)20 b(Depth)15 b(of)e(the)h(subtree)i
+(from)c(whic)o(h)i(the)g(v)n(alue)g(is)f(calculated.)312 1398
+y(5.)20 b(Flags)14 b(indicating)e(the)j(score)g(t)o(yp)q(e)f(relativ)o(e)g
+(to)g(the)g Fh(\013\014)j Fp(windo)o(w.)262 1504 y Fl(T)l(able)e(Access)262
+1616 y Fp(The)c(access)h(metho)q(d)e(used)h(is)g(similar)d(to)i(the)h(one)g
+(prop)q(osed)h(b)o(y)e(Zobrist)h([63)o(].)16 b(A)11 b(set)h(S)e(of)262
+1666 y(2x2x6x64)i(randomly)h(generated)j(32)d(bit)i(in)o(tegers)g(are)g(used)
+g(to)f(represen)o(t)j(all)c(p)q(ossible)262 1716 y(piece/square)k(com)o
+(binations)d(\(2)j(in)o(tegers)g(p)q(er)g(square;)h(2)e(colours;)h(6)f(piece)
+h(t)o(yp)q(es;)h(64)262 1766 y(squares\).)324 1851 y(A)c(single)f(hash)h
+(index)g(can)g(then)h(b)q(e)f(calculated)g(for)g(an)o(y)f(p)q(osition)h(b)o
+(y)f(applying:)347 1936 y Ff(8)p Fh(col)q(;)7 b(pc;)g(sq)48
+b(H)619 1942 y Fe(i)644 1936 y Fp(=)12 b Fh(H)723 1942 y Fe(i)748
+1936 y Fm(xor)k Fh(S)847 1942 y Fe(col;pc;sq)324 1986 y Fp(where)373
+2036 y(P)o(osition[sq])c(=)j(p)q(c)f Fl(and)f Fp(Colour[sq])g(=)h(col)324
+2121 y(The)e(hash)f(indexes)h(are)g(actually)f(incremen)o(tally)f(up)q(dated)
+i(in)f(HIAR)o(CS.)f(F)m(or)h(exam-)262 2171 y(ple,)i(to)h(mo)o(v)o(e)e(from)g
+(square)j Fm(fsq)e Fp(to)h(square)h Fm(tsq)p Fp(,)e(the)h(follo)o(wing)e(op)q
+(eration)h(is)h(required:)608 2285 y Fh(H)643 2291 y Fe(i)p
+Fk(2)684 2285 y Fp(=)e(\()p Fh(H)779 2291 y Fe(i)p Fk(1)821
+2285 y Fm(xor)k Fh(S)920 2291 y Fe(col;pc;f)s(sq)1068 2285
+y Fp(\))c Fm(xor)28 b Fh(S)1207 2291 y Fe(col;pc;tsq)324 2399
+y Fp(Captures,)c(pa)o(wn)e(promotion,)f(en-passan)o(t)h(and)g(castling)f(all)
+g(use)h(a)g(similar,)e(if)262 2449 y(sligh)o(tly)12 b(more)h(complex)g
+(approac)o(h.)946 2574 y(116)p eop
+%%Page: 117 119
+117 118 bop 324 307 a Fp(Using)14 b(t)o(w)o(o)g(32)h(bit)f(hash)h(indexes,)g
+(direct)h(transp)q(osition)e(table)h(access)h(is)f(p)q(ossible.)262
+357 y(The)g(\014rst)g(index)g(is)f(used)h(to)g(access)h(the)g(table)e(and)g
+(the)i(second)f(is)g(used)g(as)g(a)f(p)q(osition)262 407 y(lo)q(c)o(k)d(to)g
+(c)o(hec)o(k)i(that)f(the)g(correct)h(en)o(try)f(has)g(b)q(een)h(accessed)h
+(and)d(reduce)j(the)e(p)q(ossibilit)o(y)262 457 y(of)h(an)g(undetected)k
+(collision.)324 542 y(Unlik)o(e)10 b(normal)e(hashing,)i(only)g(one)h(table)f
+(access)i(is)f(tried.)17 b(This)10 b(mak)o(es)g(the)h(pro)q(cess)262
+592 y(b)q(oth)k(simpler)f(and)h(more)f(e\016cien)o(t.)22 b(Additionally)m(,)
+13 b(the)j(table)f(is)g(split)g(in)o(to)f(t)o(w)o(o)h(halfs,)262
+641 y(one)c(half)e(for)i(white)g(to)g(pla)o(y)f(p)q(ositions)g(and)h(the)g
+(other)h(half)e(for)g(blac)o(k)h(to)f(pla)o(y)g(p)q(ositions.)262
+784 y Fl(En)o(try)k(Storage)262 896 y Fp(No)q(de)j(attributes)h(are)g(stored)
+g(in)f(the)h(transp)q(osition)f(table)g(as)g(the)h(no)q(de)g(is)f(ab)q(out)g
+(to)262 946 y(bac)o(k)11 b(up)g(its)h(results)g(to)f(its)h(paren)o(t)g(no)q
+(de.)17 b(The)12 b(en)o(try)g(is)f Fl(not)f Fp(stored)j(if)d(it)h(will)f(o)o
+(v)o(erwrite)262 996 y(an)k(existing)g(en)o(try)h(whose)g(information)d(is)i
+(the)h(result)h(of)e(a)g(subtree)i(searc)o(h)g(of)e(greater)262
+1046 y(depth.)38 b(Therefore,)23 b(eac)o(h)d(en)o(try)h(stored)h(is)e
+(privileged)g(dep)q(ending)h(on)f(the)h(subtree)262 1095 y(depth.)34
+b(As)20 b(v)n(alues)f(deriv)o(ed)h(from)d(a)i(deep)i(searc)o(h)f(can)f
+(constitute)i(a)e(great)g(deal)g(of)262 1145 y(e\013ort,)14
+b(this)g(is)f(a)h(signi\014can)o(t)f(impro)o(v)o(emen)o(t)f(o)o(v)o(er)h(a)h
+(simple)e(replacemen)o(t)i(algorithm.)324 1230 y(The)g(p)q(osition)e(score)j
+(stored)f(in)f(an)g(en)o(try)h(ma)o(y)d(b)q(e)j(a)f(true)h(score)h(or)e(a)g
+(score)h(outside)262 1280 y(the)g(curren)o(t)i Fh(\013\014)h
+Fp(windo)o(w,)c(i.e.)18 b(a)c(cut)h(o\013.)k(In)14 b(the)h(latter)g(case,)g
+(the)f(score)i(represen)o(ts)h(a)262 1330 y(searc)o(h)e(b)q(ound)f(whic)o(h)g
+(ma)o(y)e(b)q(e)j(used)g(to)f(narro)o(w)g(an)g Fh(\013\014)j
+Fp(windo)o(w)c(if)g(retriev)o(ed.)21 b(Hence,)262 1380 y(the)14
+b(score)h(t)o(yp)q(e)g(is)e(also)h(stored)g(in)g(the)g(en)o(try)m(.)324
+1465 y(The)f(b)q(est)i(kno)o(wn)d(mo)o(v)o(e)g(from)f(the)j(curren)o(t)h(no)q
+(de)e(is)g(also)g(stored)h(to)f(impro)o(v)o(e)e(mo)o(v)o(e)262
+1515 y(ordering)i(on)h(retriev)n(al.)262 1657 y Fl(En)o(try)g(Retriev)m(al)
+262 1769 y Fp(When)e(a)h(no)q(de)g(in)f(the)h(main)e(searc)o(h)j(is)e
+(visited,)h(the)g(transp)q(osition)g(table)f(is)h(c)o(hec)o(k)o(ed)h(to)262
+1819 y(see)g(if)e(an)h(en)o(try)g(for)g(the)g(curren)o(t)i(p)q(osition)d
+(exists.)19 b(If)12 b(an)h(en)o(try)h(exists,)f(it)g(is)f(c)o(hec)o(k)o(ed)j
+(to)262 1869 y(see)e(if)f(it)g(is)h(storing)f(information)e(with)i(a)g(searc)
+o(h)i(depth)f(equal)f(or)h(greater)g(to)g(the)g(depth)262 1919
+y(required)h(for)g(this)g(searc)o(h.)19 b(If)14 b(so,)f(the)h(en)o(try)h(can)
+f(b)q(e)h(retriev)o(ed.)324 2004 y(Once)j(retriev)o(ed,)h(the)e(en)o(try's)h
+(p)q(osition)e(score)j(can)e(b)q(e)g(used.)29 b(Dep)q(ending)17
+b(on)g(the)262 2054 y(score's)e(t)o(yp)q(e,)e(3)h(outcomes)f(are)i(p)q
+(ossible.)312 2169 y(1.)20 b Fl(T)l(rue)c(Score)p Fp(:)i(The)d(v)n(alue)f
+(stored)h(is)g(an)f(exactly)g(calculated)h(v)n(alue.)k(Therefore,)365
+2219 y(the)c(v)n(alue)e(of)g(this)h(no)q(de)g(and)g(its)f(subtree)j(is)e(kno)
+o(wn)f(\(for)h(the)g(required)h(depth)f(of)365 2268 y(searc)o(h\))h(and)f
+(can)g(b)q(e)h(returned)g(to)f(its)g(paren)o(t)g(no)q(de)h(without)e(searc)o
+(hing.)312 2350 y(2.)20 b Fl(Upp)q(er)11 b(Bound)p Fp(:)k(The)c(v)n(alue)f
+(stored)h(is)f(not)h(exact,)g(it)f(w)o(as)h(the)g(result)g(of)f(a)h(cut)g
+(o\013)365 2399 y(in)h(the)h(subtree)h(b)q(elo)o(w)e(the)g(no)q(de)h(whic)o
+(h)f(stored)h(it.)k(Therefore,)d(the)e(v)n(alue)g(of)g(this)365
+2449 y(no)q(de)k(is)f(not)h(kno)o(wn,)e(ho)o(w)o(ev)o(er,)i(the)g(v)n(alue)f
+(stored)h(can)f(b)q(e)h(used)h(to)e(narro)o(w)g(the)946 2574
+y(117)p eop
+%%Page: 118 120
+118 119 bop 365 307 a Fp(curren)o(t)15 b Fh(\013\014)g Fp(windo)o(w)d(b)o(y)h
+(p)q(ossibly)g(reducing)g(the)h Fh(\014)h Fp(v)n(alue)e(and)f(p)q(erhaps)i
+(thereb)o(y)365 357 y(causing)g(a)g(cut)g(o\013.)312 440 y(3.)20
+b Fl(Lo)o(w)o(er)f(Bound)p Fp(:)24 b(The)18 b(v)n(alue)f(stored)h(is)g(not)f
+(an)g(exact)i(v)n(alue,)e(only)g(a)g(b)q(ound.)365 490 y(The)h(v)n(alue)f
+(can,)h(ho)o(w)o(ev)o(er,)g(b)q(e)g(used)g(to)f(narro)o(w)h(the)g
+Fh(\013\014)h Fp(windo)o(w)e(b)o(y)g(p)q(ossibly)365 540 y(increasing)d(the)h
+Fh(\013)e Fp(v)n(alue)h(and)f(p)q(erhaps)i(thereb)o(y)g(causing)f(a)g(cut)g
+(o\013.)324 658 y(Assuming)g(the)i(no)q(de)g(is)f(not)g(terminated)g(b)o(y)g
+(a)g(true)h(score)g(or)g(cut)g(o\013,)f(the)h(stored)262 708
+y(mo)o(v)o(e)f(can)i(b)q(e)h(retriev)o(ed)g(and)f(searc)o(hed)h(\014rst)g
+(from)d(this)i(no)q(de.)28 b(This)17 b(should)f(signi\014-)262
+758 y(can)o(tly)10 b(impro)o(v)o(e)g(mo)o(v)o(e)f(ordering)i(as)g(this)g(is)g
+(v)o(ery)h(lik)o(ely)d(to)i(b)q(e)h(the)g(b)q(est)g(mo)o(v)o(e)d(a)o(v)n
+(ailable.)262 901 y Fl(Op)q(ening)k(Bo)q(ok)262 1013 y Fp(This)18
+b(transp)q(osition)g(table)g(is)g(initially)e(loaded)i(with)g(an)g('Op)q
+(ening)g(Bo)q(ok')g(of)g(mo)o(v)o(es)262 1063 y(b)q(efore)g(the)g(game)e(b)q
+(egins.)30 b(This)17 b(allo)o(ws)g(the)h(program)e(to)h('kno)o(w')f(ab)q(out)
+i(particular)262 1113 y(op)q(ening)f(sequences)k(commonly)15
+b(pla)o(y)o(ed)i(b)o(y)h(strong)g(c)o(hess)i(pla)o(y)o(ers.)30
+b(Instead)19 b(of)e(just)262 1163 y(mo)o(v)o(e)8 b(sequences)13
+b(b)q(eing)d(stored,)i(p)q(ositions)e(and)g(asso)q(ciated)h(mo)o(v)o(es)e
+(are)i(stored)g(enabling)262 1212 y(the)j(program)e(to)i(detect)i(an)o(y)d
+(transp)q(osition)h(of)f(mo)o(v)o(es.)k(This)d(a)o(v)o(oids)f(cases)i(where)g
+(the)262 1262 y(opp)q(onen)o(t)i(can)g(fo)q(ol)f(the)h(program)f(b)o(y)g(pla)
+o(ying)g(mo)o(v)o(es)f(in)i(an)g(un)o(usual)f(sequence.)30
+b(In)262 1312 y(fact,)12 b(sometimes)e(in)i(the)g(op)q(ening)g(the)h(program)
+e(will)f(transp)q(ose)k(in)o(to)d(another)i(op)q(ening)262
+1362 y(itself,)d(e.g.)16 b(transp)q(osing)10 b(from)f(an)g(English)h(op)q
+(ening)g(in)o(to)f(a)h(Queen's)h(Gam)o(bit)d(Declined.)262
+1513 y Fu(6.3.4)55 b(Refutation)18 b(T)-5 b(able)344 1640 y
+Fp(RefutationT)m(able)60 b(=)14 b(1)p Ff(f)p Fp(V)m(ariation)p
+Ff(g)p Fp(128)344 1690 y(V)m(ariation)185 b(=)14 b(1)p Ff(f)p
+Fp(mo)o(v)o(e)p Ff(g)p Fp(32)262 1816 y(The)f(refutation)f(table)h(is)g(used)
+h(to)e(store)i(the)g(exp)q(ected)g(con)o(tin)o(uation)e(follo)o(wing)f(eac)o
+(h)i(1)262 1866 y(ply)f(mo)o(v)o(e.)k(Some)c(of)g(the)h(v)n(ariations)f(will)
+f(represen)o(t)16 b(the)d(b)q(est)h(line)f(of)f(pla)o(y)m(,)f(others)j(will)
+262 1916 y(represen)o(t)i(the)e(v)n(ariation)e(whic)o(h)i(refuted)h(the)g(1)e
+(ply)h(mo)o(v)o(e)e(\(hence)j(the)g(name\).)324 2001 y(Ev)o(ery)21
+b(mo)o(v)o(e)d(searc)o(hed)23 b(at)d(iteration)g(n)g(has)h(its)f(exp)q(ected)
+j(con)o(tin)o(uation)c(sa)o(v)o(ed.)262 2051 y(During)10 b(iteration)h(n+1,)h
+(or)f(a)g(re-searc)o(h,)i(the)f(exp)q(ected)i(con)o(tin)o(uation)c(is)h
+(searc)o(hed)i(\014rst.)262 2101 y(This)h(helps)i(to)f(drastically)f(impro)o
+(v)o(e)f Fh(\013\014)k Fp(cut)f(o\013s)f(b)o(y)g(guiding)e(the)j(searc)o(h)g
+(do)o(wn)f(lines)262 2151 y(whic)o(h)f(are)i(lik)o(ely)d(to)i(refute)h(the)f
+(1)g(ply)f(mo)o(v)o(e)f(or)i(at)g(least)g(prime)e Fh(\013\014)18
+b Fp(with)c(reasonable)262 2201 y(v)n(alues.)946 2574 y(118)p
+eop
+%%Page: 119 121
+119 120 bop 262 307 a Fu(6.3.5)55 b(The)18 b(History)g(Heuristic)344
+434 y Fp(HistoryT)191 b(=)14 b(8192)p Ff(f)p Fp(V)m(alue)p
+Ff(g)p Fp(8192)344 483 y(V)m(alue)253 b(=)14 b(0..65535)262
+597 y(The)f(History)g(Heuristic)h([50)o(])e(main)o(tains)f(a)h(record)j(of)d
+(ev)o(ery)i(mo)o(v)o(e's)d(abilit)o(y)g(to)i(cause)h(a)262
+647 y(refutation.)22 b(The)16 b(table)f(is)h(split)f(in)o(to)g(t)o(w)o(o)g
+(halfs;)g(one)h(half)e(for)h(white)h(mo)o(v)o(es)e(and)h(one)262
+697 y(half)h(for)i(blac)o(k)f(mo)o(v)o(es.)28 b(It)18 b(is)g(indexed)g(b)o(y)
+f(the)i(12)e(bit)g(mo)o(v)o(e)f(v)n(alue)i(whic)o(h)f(uniquely)262
+747 y(iden)o(ti\014es)d(an)o(y)f(mo)o(v)o(e)609 732 y Fk(2)626
+747 y Fp(.)18 b(Therefore,)d(a)f(total)f(of)g(8192)g(table)h(en)o(tries)h
+(are)f(required.)324 832 y(A)o(t)h(ev)o(ery)g(in)o(terior)g(no)q(de)g(of)f
+(the)i(main)d(searc)o(h,)i(the)h(b)q(est)g(mo)o(v)o(e)d(found)h(is)h
+(recorded)262 882 y(in)f(the)i(history)f(table)g(b)o(y)g(mo)q(difying)e(the)j
+(appropriate)f(v)n(alue.)21 b(The)16 b(v)n(alue)e(is)i(actually)262
+932 y(mo)q(di\014ed)11 b(b)o(y)h(2)507 917 y Fe(d)526 932 y
+Fp(,)g(where)i(d)e(is)h(the)g(minim)n(um)8 b(depth)13 b(of)f(the)h(subtree)i
+(b)q(elo)o(w)d(the)h(deriv)o(ed)262 981 y(b)q(est)i(mo)o(v)o(e.)324
+1067 y(A)o(t)e(the)g(b)q(eginning)f(of)g(the)h(game)f(the)h(history)g(table)f
+(has)h(all)f(its)g(en)o(tries)i(set)g(to)e(zero.)262 1116 y(Sc)o(hae\013er)18
+b([50)o(])f(suggests)h(that)f(the)h(table)f(is)g(reset)h(in)f(this)g(w)o(a)o
+(y)f(at)h(the)h(start)g(of)e(eac)o(h)262 1166 y(new)e(searc)o(h.)21
+b(Ho)o(w)o(ev)o(er,)14 b(in)g(HIAR)o(CS,)g(the)h(table)f(is)g(not)h(reset)h
+(b)q(et)o(w)o(een)f(searc)o(hes,)h(but)262 1216 y(adjusted.)27
+b(Eac)o(h)17 b(mo)o(v)o(e's)e(v)n(alue)h(is)h(adjusted)g(b)o(y)g(dividing)e
+(it)i(b)o(y)f(4.)27 b(This)16 b(allo)o(ws)g(the)262 1266 y(table)d(to)h(ha)o
+(v)o(e)g(some)f(in\015uence)i(on)e(the)i(next)f(searc)o(h.)324
+1351 y(The)19 b(history)g(heuristic)h(is)f(applied)g(at)g(eac)o(h)h(in)o
+(terior)f(no)q(de)g(of)g(the)g(main)e(searc)o(h)262 1401 y(where)d(mo)o(v)o
+(e)e(generation)h(is)g(required.)19 b(As)13 b(mo)o(v)o(es)f(are)i(generated,)
+g(their)g(history)f(v)n(alue)262 1451 y(is)g(lo)q(ok)o(ed)g(up)g(in)g(the)h
+(history)g(table)f(and)g(encorp)q(orated)i(in)o(to)e(a)g(sp)q(ecial)h(mo)o(v)
+o(e)e(ordering)262 1501 y(score.)19 b(See)c(section)f(6.4.2)e(for)i(more)f
+(details.)262 1650 y Fu(6.3.6)55 b(Incremen)n(tal)16 b(A)n(ttac)n(k)j(T)-5
+b(ables)344 1776 y Fp(A)o(ttac)o(kT)143 b(=)15 b(64)p Ff(f)p
+Fp(A)o(ttac)o(kEn)o(try)p Ff(g)p Fp(64)344 1826 y(/*)f(16)f(b)o(yte)h(en)o
+(try)h(*/)344 1876 y(A)o(ttac)o(kEn)o(try)69 b(=)15 b(A)o(ttac)o(kCo)q(de)f
+(+)g(Coun)o(t)g(+)g(PieceList)344 1926 y(/*)g(16)f(bit)g(attac)o(k)h(co)q(de)
+h(*/)344 1976 y(A)o(ttac)o(kCo)q(de)80 b(=)15 b(P)o(ad)e(+)h(A)o(ttP)h(+)f(A)
+o(ttN)g(+)g(A)o(ttB)h(+)f(A)o(ttR)g(+)g(A)o(ttQ)g(+)g(A)o(ttK)344
+2026 y(P)o(ad)224 b(=)15 b(0)344 2075 y(A)o(ttP)205 b(=)15
+b(0..3)218 b(/*)14 b(Num)o(b)q(er)f(of)g(pa)o(wn)h(attac)o(ks,)f(2)h(bits)g
+(*/)344 2125 y(A)o(ttN)202 b(=)15 b(0..7)218 b(/*)14 b(Num)o(b)q(er)f(of)g
+(knigh)o(t)g(attac)o(ks,)h(3)g(bits)g(*/)344 2175 y(A)o(ttB)204
+b(=)15 b(0..7)218 b(/*)14 b(Num)o(b)q(er)f(of)g(bishop)h(attac)o(ks,)g(3)f
+(bits)h(*/)344 2225 y(A)o(ttR)202 b(=)15 b(0..7)218 b(/*)14
+b(Num)o(b)q(er)f(of)g(ro)q(ok)h(attac)o(ks,)g(3)f(bits)h(*/)344
+2275 y(A)o(ttQ)201 b(=)15 b(0..7)218 b(/*)14 b(Num)o(b)q(er)f(of)g(queen)i
+(attac)o(ks,)f(3)f(bits)h(*/)344 2324 y(A)o(ttK)201 b(=)15
+b(0..1)218 b(/*)14 b(Num)o(b)q(er)f(of)g(king)g(attac)o(ks,)h(1)g(bit)f(*/)
+344 2374 y(Coun)o(t)183 b(=)15 b(0..255)176 b(/*)14 b(Coun)o(t)f(of)g(attac)o
+(ks)i(*/)p 262 2411 573 2 v 308 2437 a Fj(2)325 2449 y Fi(although)9
+b(not)i(the)g(mo)o(v)o(e's)e(t)o(yp)q(e)946 2574 y Fp(119)p
+eop
+%%Page: 120 122
+120 121 bop 344 307 a Fp(PieceList)131 b(=)15 b(13)p Ff(f)p
+Fp(A)o(ttSq)p Ff(g)p Fp(13)51 b(/*)14 b(List)f(of)h(attac)o(king)f(pieces)i
+(*/)344 357 y(A)o(ttSq)188 b(=)15 b(square)168 b(/*)14 b(Square)g(of)f(piece)
+i(attac)o(king)e(this)h(sq)g(*/)344 407 y(square)179 b(=)15
+b(0..63)262 534 y(Tw)o(o)20 b(attac)o(k)h(tables)g(are)g(main)o(tained,)f
+(one)h(for)f(white)h(attac)o(ks)g(and)g(one)g(for)f(blac)o(k)262
+583 y(attac)o(ks.)j(These)17 b(tables)f(represen)o(t)i(p)q(erhaps)e(the)h
+(most)d(imp)q(ortan)o(t)g(data)h(structure)j(in)262 633 y(the)d(program.)j
+(Eac)o(h)d(table)g(records)h(all)e(the)h(attac)o(ks)g(b)o(y)f(a)h(giv)o(en)f
+(colour)g(on)h(eac)o(h)g(and)262 683 y(ev)o(ery)k(square.)31
+b(Additionally)m(,)17 b(a)h(list)f(of)h(eac)o(h)h(piece)g(attac)o(king)e(eac)
+o(h)i(square)g(is)f(also)262 733 y(main)o(tained.)324 818 y(This)f(table,)g
+(allo)o(ws)f(complex)g(in)o(ter{piece)j(calculations)d(whic)o(h)h(w)o(ould)g
+(otherwise)262 868 y(b)q(e)e(v)o(ery)g(time)e(consuming.)20
+b(F)m(or)14 b(example,)f(it)i(is)f(a)h(simple)e(matter)h(to)h(\014nd)f(the)i
+(square)262 918 y(o)q(ccupied)k(b)o(y)g(a)g(c)o(hec)o(king)g(piece;)k(in)19
+b(turn)h(it)g(is)g(simple)e(to)i(calculate)g(whether)i(this)262
+968 y(c)o(hec)o(king)14 b(piece)g(is)g(itself)g(threatened)h(with)f(capture.)
+324 1053 y(The)d(ev)n(aluation)e(function)h(mak)o(es)f(extensiv)o(e)i(use)g
+(of)f(the)h(attac)o(k/defence)h(balance)e(of)262 1103 y(eac)o(h)j(square.)18
+b(Therefore,)13 b(these)h(tables)f(are)g(of)f(cen)o(tral)h(imp)q(ortance)f
+(to)g(the)h(ev)n(aluation)262 1152 y(function)k(as)h(they)g(allo)o(w)e(it)i
+(to)f(mak)o(e)g(v)n(arious)g(p)q(ositional)f(ev)n(aluations)h(whic)o(h)g(w)o
+(ould)262 1202 y(otherwise)d(b)q(e)h(far)e(to)q(o)h(time)f(consuming.)324
+1287 y(These)18 b(tables)g(also)e(con)o(tribute)i(to)f(the)h(mo)o(v)o(e)d
+(generation)i(and)g(in)g(particular)g(the)262 1337 y(legal)11
+b(c)o(hec)o(k)i(ev)n(asion)f(and)g(capture)i(mo)o(v)o(e)c(generation)j
+(routines)g(of)e(the)i(program.)j(They)262 1387 y(are)e(also)f(imp)q(ortan)o
+(t)f(in)h(the)i(mo)o(v)o(e)d(ordering)i(pro)q(cess)i(b)q(ecause)f
+(information)c(ab)q(out)j(at-)262 1437 y(tac)o(k)o(ed)e(squares)h(is)f(used)i
+(to)e(order)g(mo)o(v)o(es)f(according)i(to)f(ho)o(w)f(reasonable)i(they)g
+(app)q(ear.)262 1487 y(F)m(or)h(example,)f(mo)o(ving)f(an)j(en-prise)g(piece)
+h(or)e(capturing)h(an)g(undefended)h(piece)f(is)g(or-)262 1537
+y(dered)k(higher)f(than)g(mo)o(ving)e(a)i(piece)h(to)f(a)g(square)g(where)i
+(it)d(will)g(b)q(e)i(en-prise.)32 b(See)262 1586 y(section)14
+b(6.4.2)e(for)i(more)f(details.)324 1672 y(All)f(this)h(attac)o(k)h(orien)o
+(ted)f(information)e(is)i(far)g(to)q(o)g(time)f(consuming)g(to)h(regenerate)
+262 1721 y(at)e(eac)o(h)g(new)h(no)q(de.)17 b(In)12 b(fact,)f(eac)o(h)h(mo)o
+(v)o(e)d(only)h(c)o(hanges)i(some)f(of)f(the)i(attac)o(k)f(prop)q(erties)262
+1771 y(of)i(a)h(p)q(osition.)k(F)m(or)13 b(example,)g(in)g(the)i(op)q(ening)f
+(p)q(osition,)f(the)i(mo)o(v)o(e)d(e4)i(w)o(ould)g(require)262
+1821 y(only)h(the)j(attac)o(ks)f(of)f(the)h(white)g(queen,)g(king's)f(bishop)
+h(and)f(king's)g(pa)o(wn)g(to)h(b)q(e)g(ad-)262 1871 y(justed.)24
+b(Therefore,)17 b(an)e(incremen)o(tal)g(approac)o(h)h(seems)f(to)h(b)q(e)g(w)
+o(arran)o(ted.)24 b(Although)262 1921 y(there)17 b(are)g(mo)o(v)o(es)e(whic)o
+(h)h(mak)o(e)f(this)h(incremen)o(tal)f(approac)o(h)h(v)o(ery)h(complex,)e
+(e.g.)25 b(an)262 1970 y(en-passan)o(t)18 b(mo)o(v)o(e;)f(and)h(the)g
+(programming)c(of)j(suc)o(h)h(an)g(approac)o(h)f(is)h(v)o(ery)g(tric)o(ky)m
+(,)g(I)262 2020 y(ha)o(v)o(e)13 b(found)h(it)f(to)h(b)q(e)g(v)o(ery)h(cost)f
+(e\013ectiv)o(e.)324 2105 y(The)19 b(added)f(information)e(a)o(v)n(ailable)g
+(at)i(all)f(no)q(des)i(is)f(extremely)g(useful)g(and)g(has)262
+2155 y(man)o(y)13 b(applications,)g(some)i(of)f(whic)o(h)h(ha)o(v)o(e)g(b)q
+(een)h(sho)o(wn.)21 b(In)16 b(fact,)e(I)h(feel)g(the)h(full)e(p)q(o-)262
+2205 y(ten)o(tial)9 b(of)h(ha)o(ving)f(suc)o(h)i(a)f(w)o(ealth)h(of)e
+(information)f(has)i(not)h(as)f(y)o(et)h(b)q(een)g(fully)e(exploited.)262
+2255 y(I)14 b(do)h(not)f(kno)o(w)h(of)f(an)o(y)g(other)h(c)o(hess)i(programs)
+c(whic)o(h)i(incremen)o(tally)e(main)o(tain)f(suc)o(h)262 2305
+y(a)h(comprehensiv)o(e)h(attac)o(k)g(table)g(throughout)g(the)g(searc)o(h.)
+946 2574 y(120)p eop
+%%Page: 121 123
+121 122 bop 262 307 a Fu(6.3.7)55 b(Game)17 b(History)344 434
+y Fp(GameHistory)53 b(=)63 b(0)p Ff(f)p Fp(Mo)o(v)o(eRecord)p
+Ff(g)p Fp(512)344 483 y(Mo)o(v)o(eRecord)71 b(=)63 b(GMo)o(v)o(e)13
+b(+)h(GScore)h(+)f(CPiece)h(+)f(CColour)f(+)h(EPsq)h(+)734
+533 y(Dra)o(wmn)d(+)i(Depth)g(+)h(UTime)d(+)i(No)q(des)h(+)f(Ev)n(al)f(+)734
+583 y(Hash1)h(+)g(Hash2)344 633 y(GMo)o(v)o(e)165 b(=)63 b(Mo)o(v)o(e)344
+683 y(GScore)166 b(=)63 b(Score)344 732 y(CPiece)171 b(=)63
+b(PieceT)o(yp)q(e)344 782 y(CColour)142 b(=)63 b(colour)344
+832 y(EPsq)201 b(=)63 b(square)344 882 y(Dra)o(wmn)138 b(=)63
+b(0..512)344 932 y(Depth)183 b(=)63 b(1..32)344 982 y(UTime)168
+b(=)63 b(long)13 b(in)o(teger)344 1031 y(No)q(des)185 b(=)63
+b(long)13 b(in)o(teger)344 1081 y(Ev)n(al)214 b(=)63 b(long)13
+b(in)o(teger)344 1131 y(Hash1)183 b(=)63 b(long)13 b(in)o(teger)344
+1181 y(Hash2)183 b(=)63 b(long)13 b(in)o(teger)262 1308 y(The)i(game)e
+(history)i(data)g(structure)i(records)f(the)g(imp)q(ortan)o(t)d(elemen)o(ts)i
+(of)f(eac)o(h)h(mo)o(v)o(e)262 1357 y(so)h(it)h(can)f(b)q(e)i(accurately)f
+(rev)o(ersed,)i(if)d(necessary)m(.)28 b(This)16 b(structure)j(is)e(used)g
+(for)f(b)q(oth)262 1407 y(actual)d(mo)o(v)o(es)g(pla)o(y)o(ed)g(in)g(the)i
+(game)d(and)i(mo)o(v)o(es)f(made)f(while)i(searc)o(hing.)324
+1492 y(Dra)o(wmn)f(represen)o(ts)18 b(the)e(mo)o(v)o(e)e(n)o(um)o(b)q(er)h
+(of)f(the)i(last)f(irrev)o(ersible)i(mo)o(v)o(e.)j(This)c(is)262
+1542 y(used)j(to)g(ease)g(detection)h(of)e(the)h(dra)o(w)g(b)o(y)f(3-fold)g
+(rep)q(etition)h(or)f(the)i(50)e(mo)o(v)o(e)f(rule.)262 1592
+y(EPsq)e(is)f(stored)h(so)g(the)g(p)q(ossible)g(en-passan)o(t)g(capture)g
+(square)g(can)g(b)q(e)g(restored)h(when)262 1642 y(the)f(mo)o(v)o(e)e(is)i
+(rev)o(ersed.)23 b(GScore)15 b(stores)i(the)e(p)q(ositional)f(v)n(alue)g(of)g
+(an)o(y)h(piece)g(captured)262 1692 y(to)d(enable)h(incremen)o(tal)f(ev)n
+(aluation)g(and)h(restoration)g(while)g(searc)o(hing)g(and)g(stores)h(the)262
+1742 y(mo)o(v)o(e)e(score)j(for)e(mo)o(v)o(es)g(actually)g(pla)o(y)o(ed.)324
+1827 y(UTime,)18 b(No)q(des,)i(Ev)n(al)e(and)h(Depth)g(are)g(all)f
+(measuremen)o(ts)g(stored)i(after)f(actual)262 1877 y(mo)o(v)o(es)10
+b(are)i(pla)o(y)o(ed.)17 b(The)12 b(other)g(\014elds,)g(GMo)o(v)o(e,)g
+(CPiece,)g(CColour,)f(Hash1)h(and)g(Hash2)262 1926 y(are)i(used)h(to)e(allo)o
+(w)g(easy)h(rev)o(ersal)h(of)e(an)o(y)g(mo)o(v)o(e.)946 2574
+y(121)p eop
+%%Page: 122 124
+122 123 bop 262 307 a Fr(6.4)69 b(The)23 b(Algorithms)262 434
+y Fp(This)18 b(section)i(explains)e(some)g(of)g(the)h(more)f(critical)g
+(algorithms)f(used)i(in)f(HIAR)o(CS.)262 483 y(Man)o(y)12 b(other)h
+(algorithms)e(are)i(used)g(and)g(I)g(w)o(ould)e(refer)j(the)g(reader)g(to)e
+(the)h(actual)g(co)q(de)262 533 y(listing)f(if)h(more)g(details)h(ab)q(out)g
+(these)h(algorithms)d(are)i(required.)262 685 y Fu(6.4.1)55
+b(Mo)n(v)n(e)19 b(Generation)262 797 y Fp(The)11 b(mo)o(v)o(e)e(generation)h
+(routine)h(used)h(dep)q(ends)g(on)e(the)i(t)o(yp)q(e)f(of)f(searc)o(h)i(b)q
+(eing)e(emplo)o(y)o(ed)262 847 y(at)19 b(a)h(giv)o(en)f(no)q(de)i(and)e(the)i
+(state)g(of)e(that)h(no)q(de.)36 b(Three)21 b(di\013eren)o(t)g(t)o(yp)q(es)g
+(of)e(mo)o(v)o(e)262 896 y(generation)14 b(can)g(b)q(e)g(p)q(erformed:)312
+1015 y(1.)20 b Fl(F)l(ull)c(Pseudo)g(Legal)g(Mo)o(v)o(e)h(Generation)p
+Fp(:)g(P)o(erformed)e(at)g(all)f(no)q(des)i(in)f(the)365 1065
+y(main)d(searc)o(h)j(tree)g(where)g(the)g(pla)o(y)o(er)e(to)h(mo)o(v)o(e)e
+(is)i(not)p 1193 1072 60 2 v 14 w(in-c)o(hec)o(k.)312 1148
+y(2.)20 b Fl(F)l(ull)11 b(Legal)h(Mo)o(v)o(e)h(Generation)p
+Fp(:)h(P)o(erformed)c(at)i(all)e(no)q(des)i(in)f(the)h(searc)o(h)g(tree)365
+1198 y(where)j(the)g(pla)o(y)o(er)e(to)h(mo)o(v)o(e)e(is)i(in-c)o(hec)o(k.)
+312 1281 y(3.)20 b Fl(Selectiv)o(e)c(T)l(actical)i(Mo)o(v)o(e)h(Generation)p
+Fp(:)h(P)o(erformed)c(at)g(all)f(no)q(des)i(in)f(the)365 1330
+y(quiescence)g(searc)o(h)f(tree)g(where)h(the)e(pla)o(y)o(er)g(to)f(mo)o(v)o
+(e)f(is)i(not)p 1291 1337 V 14 w(in-c)o(hec)o(k.)262 1474 y
+Fl(F)l(ull)g(Pseudo)g(Legal)h(Mo)o(v)o(e)g(Generation)262 1586
+y Fp(This)20 b(routine)g(generates)j(all)c(pseudo)i(legal)e(mo)o(v)o(es)g(in)
+h(the)h(curren)o(t)h(p)q(osition.)37 b(The)262 1636 y(legalit)o(y)12
+b(of)h(eac)o(h)h(mo)o(v)o(e)f(is)g(not)h(c)o(hec)o(k)o(ed)h(at)f(this)g
+(stage)g(for)g(2)g(reasons:)324 1754 y Ff(\017)20 b Fp(Most)14
+b(mo)o(v)o(es)f(ma)o(y)f(not)i(need)h(searc)o(hing)f(at)g(all)e(b)q(ecause)k
+(of)d Fh(\013\014)k Fp(cut)d(o\013s.)324 1837 y Ff(\017)20
+b Fp(Most)14 b(mo)o(v)o(es)f(are)h(legal)f(in)g(p)q(ositions)g(where)i(a)f
+(king)f(is)g(not)h(in)f(c)o(hec)o(k.)19 b(Therefore)365 1887
+y(it)14 b(w)o(ould)f(b)q(e)h(w)o(asteful)g(to)g(test)h(for)e(the)i
+(exceptional)f(case)h(at)e(this)h(stage.)324 2005 y(All)d(mo)o(v)o(es)h(are)g
+(generated)i(using)e(an)h(o\013set)g(metho)q(d)f(via)f(a)h(set)i(of)e(mo)o(v)
+o(e)e(generation)262 2055 y(tables.)35 b(F)m(or)19 b(example,)g(to)g(mo)o(v)o
+(e)f(in)h(direction)h(3)f(\()p Ff(\000)p Fp(8)h(o\013set\))g(the)g(curren)o
+(t)h(square,)262 2105 y Fm(sq1)c Fp(sa)o(y)m(,)g(is)f(used)i(as)f(an)g(index)
+g(in)o(to)g(a)f(table)h(whic)o(h)g(giv)o(es)g(the)h(resulting)f('to)f
+(square')262 2155 y(\()p Fm(sq1)p Ff(\000)p Fp(8\).)23 b(If)15
+b(the)h('to)f(square')h(is)f(o\013)h(the)g(b)q(oard,)f(the)i(n)o(um)o(b)q(er)
+d(128)h(is)g(returned)j(\(most)262 2205 y(signi\014can)o(t)10
+b(bit)h(set\).)18 b(This)11 b(metho)q(d)g(a)o(v)o(oids)f(the)i(need)g(to)f
+(ha)o(v)o(e)g(a)g(b)q(oundary)g(around)g(the)262 2254 y(b)q(oard,)16
+b(therefore)i(allo)o(wing)c(a)i(64)g(square)h(b)q(oard.)25
+b(As)17 b(explained)f(earlier,)g(this)h(allo)o(ws)262 2304
+y(con)o(v)o(enien)o(t)d(12)f(bit)h(mo)o(v)o(e)e(storage.)324
+2389 y(All)h(non)h(capture/sp)q(ecial)h(mo)o(v)o(es)d(are)j(generated)g
+(using)f(these)h(mo)o(v)o(e)e(tables.)18 b(Cap-)262 2439 y(tures)12
+b(are)g(generated)h(directly)f(from)d(the)j(appropriate)g(attac)o(k)f(table.)
+18 b(P)o(a)o(wn)11 b(promotion)946 2574 y(122)p eop
+%%Page: 123 125
+123 124 bop 262 307 a Fp(to)17 b(minor)e(pieces)k(is)e(catered)i(for,)e(eac)o
+(h)h(mo)o(v)o(e)d(ha)o(ving)i(the)g(same)g(12)g(bit)g(mo)o(v)o(e)e(co)q(de,)
+262 357 y(but)e(a)h(di\013eren)o(t)h(mo)o(v)o(e)d(t)o(yp)q(e.)18
+b(Castling)13 b(mo)o(v)o(es)f(are)j(generated)g(only)e(if)f(the)j(follo)o
+(wing)c(5)262 407 y(conditions)i(are)h(met:)312 525 y(1.)20
+b(The)15 b(king)e(has)h(nev)o(er)h(mo)o(v)o(ed.)312 608 y(2.)20
+b(The)15 b(ro)q(ok)e(in)o(v)o(olv)o(ed)g(has)h(nev)o(er)h(mo)o(v)o(ed.)312
+691 y(3.)20 b(The)15 b(squares)g(b)q(et)o(w)o(een)g(the)f(king)g(and)f(ro)q
+(ok)h(are)g(empt)o(y)m(.)312 774 y(4.)20 b(The)15 b(king)e(is)g(not)h(in)g(c)
+o(hec)o(k.)312 857 y(5.)20 b(The)c(king)f(will)f(not)i(pass)g(through)g(or)f
+(in)o(to)g(c)o(hec)o(k)i(as)e(part)h(of)f(the)h(castling)f(ma-)365
+907 y(no)q(euvre.)262 1026 y(The)f(incremen)o(tal)f(attac)o(k)h(table)f(is)h
+(v)o(ery)g(useful)g(for)g(c)o(hec)o(king)g(conditions)g(4)f(and)h(5.)324
+1111 y(En-passan)o(t)h(mo)o(v)o(es)e(are)h(tested)i(and)e(generated)i(b)o(y)e
+(c)o(hec)o(king)g(the)h(relev)n(an)o(t)g(attac)o(k)262 1161
+y(table)e(for)h(pa)o(wn)f(attac)o(ks)i(on)e(the)i(curren)o(t)g(en-passan)o(t)
+g(square)f(\(if)f(an)o(y\).)262 1304 y Fl(F)l(ull)h(Legal)g(Mo)o(v)o(e)i
+(Generation)262 1416 y Fp(When)10 b(the)h(king)e(is)h(in)g(c)o(hec)o(k,)i
+(most)d(pseudo)i(legal)e(mo)o(v)o(es)g(are)i(in)f(fact)g(illegal.)15
+b(Therefore,)262 1466 y(it)e(mak)o(es)g(sense)i(to)f(generate)h(only)e(legal)
+g(mo)o(v)o(es)g(when)h(the)h(king)e(is)h(in)f(c)o(hec)o(k.)324
+1551 y(It)h(is)f(surprising)h(ho)o(w)g(man)o(y)e(c)o(hess)j(programs)d(con)o
+(tin)o(ue)i(to)g(generate)h(pseudo)g(legal)262 1601 y(mo)o(v)o(es)c(ev)o(en)j
+(when)f(the)g(king)g(is)f(in)h(c)o(hec)o(k.)18 b(They)13 b(then)h(w)o(aste)f
+(time)f(pro)o(ving)g(that)h(most)262 1651 y(of)e(the)i(mo)o(v)o(es)e
+(generated)j(are)f(in)f(fact)g(illegal.)j(Admittedly)m(,)c(it)h(do)q(es)h
+(tak)o(e)f(some)g(sophis-)262 1701 y(ticated)g(data)f(structures)k(to)c
+(enable)h(suc)o(h)h(legal)d(mo)o(v)o(e)h(generation)h(to)f(b)q(e)i
+(accomplished)262 1750 y(e\016cien)o(tly)m(.)j(My)10 b(incremen)o(tal)g
+(attac)o(k)h(tables)g(do)f(pro)o(vide)g(enough)h(information)d(to)i(allo)o(w)
+262 1800 y(suc)o(h)k(mo)o(v)o(e)f(generation)h(to)g(b)q(e)g(done)g(v)o(ery)h
+(e\016cien)o(tly)m(.)i(In)d(fact,)g(in)f(tests,)i(I)f(ha)o(v)o(e)g(found)262
+1850 y(legal)f(mo)o(v)o(e)f(generation)j(is)f(appro)o(ximately)d(10)j(times)f
+(faster)i(than)f(pseudo)h(legal)e(mo)o(v)o(e)262 1900 y(generation)h(and)f(v)
+n(alidation,)e(assuming)i(no)g Fh(\013\014)k Fp(cut)d(o\013s)g(o)q(ccur.)324
+1985 y(Legal)f(mo)o(v)o(es)g(when)h(in)f(c)o(hec)o(k)i(fall)e(in)o(to)g(one)h
+(of)f(the)i(follo)o(wing)c(3)j(categories:)312 2104 y(1.)20
+b(King)14 b(mo)o(v)o(es)e(to)i(unattac)o(k)o(ed)g(squares.)312
+2187 y(2.)20 b(Captures)15 b(of)e(the)i(c)o(hec)o(king)f(piece)h(b)o(y)f
+(pieces)h(not)f(pinned)g(to)f(the)i(king.)312 2270 y(3.)20
+b(In)o(terp)q(osition)10 b(b)q(et)o(w)o(een)g(the)g(king)f(and)g(the)h(c)o
+(hec)o(king)g(piece,)g(b)o(y)g(pieces)g(not)f(pinned)365 2319
+y(to)14 b(the)h(king.)946 2574 y(123)p eop
+%%Page: 124 126
+124 125 bop 262 307 a Fp(In)16 b(category)h(1,)f(it)g(is)g(imp)q(ortan)o(t)f
+(to)h(tak)o(e)h(accoun)o(t)g(of)e(c)o(hec)o(ks)j(b)o(y)e(v)o(ector)h(t)o(yp)q
+(e)g(pieces)262 357 y(\(bishop,)e(ro)q(ok)h(and)f(queen\))i(as)f(these)h
+(e\013ectiv)o(ely)f(attac)o(k)g(squares)h(through)f(the)g(king.)262
+407 y(These)f(attac)o(ks)f(are)g(not)g(ob)o(vious)f(from)f(the)j(attac)o(k)f
+(tables)g(themselv)o(es.)324 492 y(Note)j(when)g(in)f(double)g(c)o(hec)o(k,)h
+(only)f(king)g(mo)o(v)o(es)f(need)i(to)f(b)q(e)h(generated)h(as)f(it)f(is)262
+542 y(imp)q(ossible)c(to)i(get)g(out)f(of)h(c)o(hec)o(k)h(b)o(y)e(pla)o(ying)
+g(mo)o(v)o(es)f(in)i(categories)g(2)g(or)g(3.)324 627 y(Generating)f(only)g
+(legal)g(mo)o(v)o(es)f(giv)o(es)h(an)g(added)h(b)q(ene\014t)h(to)f(the)g
+(program's)d(searc)o(h)262 677 y(extensions:)17 b(It)11 b(is)f(kno)o(wn)g(b)q
+(efore)h(searc)o(hing)h(an)o(y)e(mo)o(v)o(es,)f(ho)o(w)h(man)o(y)f(legal)g
+(mo)o(v)o(es)h(exist,)262 727 y(ho)o(w)f(man)o(y)g(legal)g(king)g(mo)o(v)o
+(es)g(exist)i(and)f(whether)i(the)e(c)o(hec)o(k)i(is)e(doubled)g(or)g(disco)o
+(v)o(ered.)262 870 y Fl(Selectiv)o(e)j(T)l(actical)i(Mo)o(v)o(e)g(Generation)
+262 982 y Fp(Mo)o(v)o(es)f(generated)i(in)d(the)i(quiescence)i(searc)o(h)e
+(when)g(not)f(in)g(c)o(hec)o(k)h(are)g(rather)g(limited)262
+1032 y(to)j(ob)o(vious)g(tactical)h(mo)o(v)o(es.)32 b(Only)18
+b(t)o(w)o(o)h(tactical)f(mo)o(v)o(e)g(categories)h(are)h(generated,)262
+1082 y(captures)15 b(and)f(pa)o(wn)f(promotions.)324 1167 y(Only)k(pa)o(wn)h
+(promotions)e(to)h(a)h(queen)h(are)f(considered.)31 b(All)17
+b(capture)i(mo)o(v)o(es)d(are)262 1217 y(generated)h(with)e(the)i(exception)g
+(of)e(en-passan)o(t.)25 b(These)17 b(sp)q(ecial)g(case)g(mo)o(v)o(es)d(are)j
+(not)262 1267 y(considered)h(cost)g(e\013ectiv)o(e)h(enough)f(to)f(w)o(arran)
+o(t)g(inclusion)g(in)g(this)h(mo)o(v)o(e)d(generation)262 1316
+y(pro)q(cess.)k(All)13 b(mo)o(v)o(es)g(generated)i(b)o(y)f(this)g(phase)g
+(are)h(only)e(pseudo-legal.)262 1468 y Fu(6.4.2)55 b(Mo)n(v)n(e)19
+b(Ordering)262 1580 y Fp(As)f(explained)g(in)g(c)o(hapter)h(3,)f(mo)o(v)o(e)f
+(ordering)h(is)g(vital)f(to)h(the)h(e\016ciency)g(of)f(the)g
+Fh(\013\014)262 1630 y Fp(searc)o(h)d(algorithm.)i(T)m(o)c(ac)o(hiev)o(e)i
+(the)g(optimal)d Fh(\013\014)k Fp(searc)o(h)g(tree,)f(it)f(is)g(not)p
+1398 1637 60 2 v 14 w(necessary)j(to)262 1680 y(examine)12
+b(mo)o(v)o(es)h(in)g(a)h(strictly)g(b)q(est)h(to)f(w)o(orst)g(order)g(at)g
+(eac)o(h)h(no)q(de.)324 1765 y(The)f(optimal)d Fh(\013\014)17
+b Fp(searc)o(h)e(tree)g(can)f(b)q(e)g(ac)o(hiev)o(ed)h(b)o(y:)324
+1883 y Ff(\017)20 b Fp(Along)13 b(a)g(v)n(ariation)e(whic)o(h)i(will)f(b)q
+(ecome)h(the)h(new)f(principle)g(v)n(ariation,)f(the)h(b)q(est)365
+1933 y(mo)o(v)o(e)g(m)o(ust)f(b)q(e)j(examined)e(\014rst)h(at)g(eac)o(h)g
+(ply)m(.)324 2016 y Ff(\017)20 b Fp(The)e(\014rst)g(mo)o(v)o(e)e(explored)i
+(at)f(ev)o(en)h(ply)f(depths)h(m)o(ust)f(b)q(e)h(a)f(refutation)g(mo)o(v)o
+(e,)365 2066 y(e.g.)h(one)c(that)g(causes)h(a)f Fh(\014)i Fp(cut)f(o\013.)324
+2149 y Ff(\017)20 b Fp(A)o(t)11 b(o)q(dd)f(ply)g(depths)i(whic)o(h)e(are)h
+(not)f(part)h(of)f(a)g(new)h(principle)f(v)n(ariation,)g(ordering)365
+2199 y(is)16 b(unimp)q(ortan)o(t)f(pro)o(vided)h(a)f(refutation)h(mo)o(v)o(e)
+f(is)h(examined)f(\014rst)h(at)g(the)h(next)365 2249 y(depth.)262
+2367 y(It)c(can)i(b)q(e)f(seen)h(from)d(these)k(p)q(oin)o(ts)d(that)h(it)g
+(is)f(vital)g(to)h(examine)e(refutation)i(mo)o(v)o(es)f(as)262
+2417 y(early)k(as)g(p)q(ossible.)28 b(In)17 b(HIAR)o(CS,)f(the)i(mo)o(v)o(e)e
+(ordering)h(algorithm's)d(basic)k(aim)d(is)i(to)946 2574 y(124)p
+eop
+%%Page: 125 127
+125 126 bop 262 307 a Fp(alw)o(a)o(ys)12 b(examine)g(the)i(b)q(est)h(mo)o(v)o
+(e)d(\014rst.)18 b(Ho)o(w)o(ev)o(er,)c(emphasis)f(is)g(placed)h(on)f
+(examining)262 357 y(mo)o(v)o(es)f(lik)o(ely)h(to)g(cause)i
+Fh(\014)i Fp(cut)d(o\013)s('s,)g(e.g.)k(capturing)13 b(the)i(piece)g(just)f
+(mo)o(v)o(ed.)324 442 y(The)19 b(main)e(mo)o(v)o(e)h(ordering)h(algorithm)e
+(is)i(p)q(erformed)f(while)h(generating)g(mo)o(v)o(es.)262
+492 y(Ho)o(w)o(ev)o(er,)10 b(a)f(signi\014can)o(t)g(prop)q(ortion)g(of)g(the)
+h(time,)f(HIAR)o(CS)g(do)q(es)h(not)g(need)g(to)f(generate)262
+542 y(an)o(y)i(mo)o(v)o(es.)16 b(This)c(is)g(b)q(ecause)h(at)f(eac)o(h)g(no)q
+(de)h(the)f(refutation)g(and)g(transp)q(osition)f(tables)262
+592 y(are)16 b(prob)q(ed,)h(p)q(ossibly)e(resulting)h(in)g(a)f(mo)o(v)o(e)g
+(b)q(eing)h(prop)q(osed.)25 b(An)o(y)15 b(mo)o(v)o(e)g(prop)q(osed)262
+641 y(b)o(y)h(these)j(tables)e(has)h(a)f(high)f(probabilit)o(y)g(of)g
+(causing)h(a)g(refutation.)28 b(It)17 b(is)g(therefore)262
+691 y(explored)d(\014rst)g(without)g(generating)g(an)o(y)f(mo)o(v)o(es.)k(If)
+d(a)f(cut)i(o\013)f(is)f(ac)o(hiev)o(ed,)h(the)g(costly)262
+741 y(exercise)h(of)f(mo)o(v)o(e)e(generation)i(and)g(ordering)f(is)h(a)o(v)o
+(oided)f(altogether.)324 826 y(Tw)o(o)i(mo)o(v)o(e)g(ordering)h(algorithms)e
+(are)j(used,)g(one)f(during)g(b)q(oth)g(the)h(pseudo)g(legal)262
+876 y(and)12 b(legal)f(mo)o(v)o(e)g(generation)i(routines)g(and)f(one)h
+(during)f(quiescence)j(mo)o(v)o(e)c(generation.)262 1020 y
+Fl(F)l(ull)j(Mo)o(v)o(e)h(Ordering)262 1132 y Fp(As)g(mo)o(v)o(es)f(are)i
+(generated)h(in)e(the)h(full)e(pseudo)i(or)f(legal)g(mo)o(v)o(e)e(generation)
+j(routines)g(a)262 1181 y(score)d(is)e(assigned.)18 b(This)12
+b(score)h(allo)o(ws)e(the)h(mo)o(v)o(es)f(generated)i(to)f(b)q(e)g(ordered)h
+(on)f(merit.)262 1231 y(While)f(the)i(score)g(do)q(es)g(represen)o(t)i(an)d
+(estimate)g(of)f(the)i(mo)o(v)o(e's)e(v)n(alue,)g(it)h(also)g(attempts)262
+1281 y(to)h(estimate)h(the)g(lik)o(eliho)q(o)q(d)e(of)h(the)i(mo)o(v)o(e)d
+(causing)i(a)g(cut)g(o\013.)324 1366 y(Eac)o(h)g(mo)o(v)o(e)e(is)i(scored)h
+(b)o(y)f(the)g(follo)o(wing)e(pro)q(cedure:)312 1485 y(1.)20
+b(The)13 b(mo)o(v)o(e)d(is)i(lo)q(ok)o(ed)f(up)h(in)f(the)i(history)f(table)g
+(and)f(the)i(v)n(alue)e(found)h(is)f(assigned)365 1535 y(as)j(the)h(mo)o(v)o
+(e's)d(initial)g(score.)312 1618 y(2.)20 b(When)13 b(a)e(mo)o(v)o(e)g(is)h
+(found)g(to)g(b)q(e)g(b)q(est)i(at)e(a)g(giv)o(en)f(no)q(de)i(in)e(the)i
+(tree)h(it)d(is)h(stored)i(as)365 1667 y(a)g(killer)f(mo)o(v)o(e)f(and)i(giv)
+o(en)g(an)f(appropriate)h(v)n(alue.)k(In)c(HIAR)o(CS,)f(3)h(killer)f(mo)o(v)o
+(es)365 1717 y(are)i(stored)g(at)f(eac)o(h)h(ply)m(,)e(2)g(for)h(mo)o(v)o(es)
+f(causing)h(cut)h(o\013)s('s)f(and)g(1)g(for)g(non)g(cut)h(o\013)365
+1767 y(mo)o(v)o(es.)365 1833 y(The)d(mo)o(v)o(e)e(ordering)h(algorithm)e(c)o
+(hec)o(ks)k(the)f(mo)o(v)o(e)d(against)i(the)h(follo)o(wing)d(stored)365
+1883 y(killer)k(mo)o(v)o(es:)383 1966 y(\(a\))21 b(Refutation)13
+b(killer's)g(1)g(and)h(2)f(at)h(this)g(ply)m(.)381 2033 y(\(b\))21
+b(Normal)11 b(killer)j(3)f(at)h(this)g(ply)m(.)385 2099 y(\(c\))22
+b(Refutation)13 b(killer)g(1)g(at)h(ply)p Ff(\000)p Fp(2.)365
+2182 y(If)i(the)h(mo)o(v)o(e)e(is)h(a)g(killer)f(mo)o(v)o(e)f(at)j(this)f
+(depth)h(of)e(the)i(tree,)h(the)f(score)g(is)f(incre-)365 2232
+y(men)o(ted)e(b)o(y)f(the)i(resp)q(ectiv)o(e)h(killer)d(v)n(alue.)365
+2298 y(This)j(heuristic)h(supp)q(orts)g(the)g(history)f(heuristic)h(b)o(y)e
+(suggesting)i(recen)o(t)g(strong)365 2348 y(mo)o(v)o(es)g(at)h(the)h(curren)o
+(t)h(depth.)32 b(It)18 b(is)g(often)g(the)h(case)g(that)f(the)h(last)f(mo)o
+(v)o(e)f(to)365 2398 y(cause)c(a)f(refutation)f(at)h(a)g(giv)o(en)f(depth)i
+(will)d(rep)q(eatedly)j(ac)o(hiev)o(e)f(the)h(same)e(result)365
+2448 y(in)j(other)g(p)q(ositions)g(at)g(the)g(same)f(depth.)946
+2574 y(125)p eop
+%%Page: 126 128
+126 127 bop 312 307 a Fp(3.)20 b(If)15 b(the)h(mo)o(v)o(e)d(captures)k(the)f
+(piece)g(just)f(mo)o(v)o(ed)e(b)o(y)i(the)h(opp)q(onen)o(t,)f(it)g(receiv)o
+(es)i(a)365 357 y(b)q(on)o(us)c(score)h(of)d(400)h(p)q(oin)o(ts.)17
+b(This)c(indicates)f(the)h(imp)q(ortance)f(of)g(suc)o(h)h(mo)o(v)o(es)e(in)
+365 407 y(causing)j(refutations.)312 486 y(4.)20 b(The)15 b(estimate)e(is)h
+(then)g(mo)q(di\014ed)f(b)o(y:)448 556 y Fh(C)s(P)6 b(T)14
+b Ff(\000)c Fh(S)r(W)c(P)15 b Fp(+)10 b Fh(E)r(N)5 b(P)365
+656 y Fl(where)448 706 y Fp(CPT)14 b(:)63 b(is)14 b(the)g(v)n(alue)g(of)f
+(the)h(captured)h(piece,)g(if)e(an)o(y)m(,)f(otherwise)j(0.)448
+805 y(SWP)f(:)57 b(is)14 b(the)g(estimated)g(v)n(alue)f(of)g(the)i(p)q(oten)o
+(tial)e(exc)o(hanges)i(on)f(the)g(to)625 855 y(square.)19 b(De\014ned)c(b)o
+(y:)448 955 y(SWP)f(=)37 b Fl(if)13 b Fp(\()p Fl(not)g Fp(A)o(ttac)o(k)o
+(ed\([An)o(y],Opp\(col\),to\)\))684 1005 y(0)625 1054 y Fl(else)684
+1104 y(if)g Fp(\()p Fl(not)g Fp(A)o(ttac)o(k)o(ed\([An)o(y],col,to\)\))743
+1154 y Fh(M)5 b(T)812 1160 y Fe(col;f)s(r)q(om)684 1204 y Fl(else)743
+1254 y(if)13 b Fp(\(A)o(ttac)o(k)o(ed\([An)o(y)h Fh(<)g Fp
+(On\(from\)],Opp\(col\),to\))743 1303 y Fl(or)g Fh(])p Fp(Di\013A)o(ttac)o
+(ks\(Opp\(col\),to\))g Fh(>)g Fp(0\))802 1353 y Fl(if)f Fp(\(Con)o
+(trol\(to\))g(=)i(col\))861 1403 y Fh(M)5 b(T)930 1409 y Fe(col;f)s(r)q(om)
+1066 1403 y Fh(=)p Fp(2)802 1453 y Fl(else)861 1503 y Fh(M)g(T)930
+1509 y Fe(col;f)s(r)q(om)802 1553 y Fl(endif)743 1602 y(else)802
+1652 y(if)13 b Fp(\(Con)o(trol\(to\))g(=)i(col\))861 1702 y(0)802
+1752 y Fl(else)861 1802 y Fh(M)5 b(T)930 1808 y Fe(col;f)s(r)q(om)1066
+1802 y Fh(=)p Fp(2)802 1851 y Fl(endif)743 1901 y(endif)684
+1951 y(endif)625 2001 y(endif)448 2100 y Fh(M)g(T)517 2106
+y Fe(col;sq)603 2100 y Fp(:)10 b(See)15 b(ev)n(aluation)d(function)i
+(de\014nition)f(1,)h(Material.)448 2200 y(ENP)g(:)64 b(Represen)o(ts)16
+b(an)e(estimate)f(of)g(the)i(threat)f(to)g(the)h(mo)o(ving)c(piece)k(on)e
+(its)625 2250 y(original)f(square,)i(e.g.)k(its)c(urgency)h(to)e(mo)o(v)o(e.)
+k(De\014ned)d(b)o(y:)448 2350 y(ENP)g(=)44 b Fl(if)13 b Fp(\(A)o(ttac)o(k)o
+(ed\([An)o(y)h Fh(<)g Fp(On\(from\)],Opp\(col\),from)o(\)\))684
+2399 y Fh(M)5 b(T)753 2405 y Fe(col;f)s(r)q(om)889 2399 y Fh(=)p
+Fp(16)625 2449 y Fl(endif)946 2574 y Fp(126)p eop
+%%Page: 127 129
+127 128 bop 365 357 a Fp(Note:)19 b('from')11 b(and)j('to')e(are)j(the)f
+(from)e(and)i(to)g(squares)h(of)e(the)i(generated)g(mo)o(v)o(e.)365
+448 y(SWP)9 b(and)h(ENP)f(are)h(only)f(calculated)g(if)f(the)i(History)g(and)
+f(Killer)g(v)n(alues)g(summed,)365 498 y(are)16 b(less)f(than)g(32.)21
+b(This)14 b(a)o(v)o(oids)g(go)q(o)q(d)h(refutation)g(mo)o(v)o(es)e(b)q(eing)i
+(badly)f(ordered)365 548 y(b)q(ecause)k(they)f(lo)q(ok)e(inferior)g(to)h
+(this)g(score)i(estimator,)d(when)i(in)e(fact)h(previous)365
+598 y(searc)o(hing)f(has)f(sho)o(wn)g(them)f(to)g(b)q(e)i(go)q(o)q(d)e(in)h
+(the)g(past.)262 740 y Fl(Quiescence)f(Mo)o(v)o(e)j(Ordering)262
+852 y Fp(In)h(the)g(selectiv)o(e)i(tactical)d(mo)o(v)o(e)g(generator,)i(mo)o
+(v)o(es)e(are)i(scored)g(b)o(y)f(their)h(optimistic)262 902
+y(p)q(ossibilities.)33 b(This)19 b(is)g(to)g(enable)h(the)f(forw)o(ard)g
+(pruning)g(mec)o(hanism)e(explained)i(in)262 951 y(section)14
+b(5.4,)f(note)h(3.)324 1037 y(All)g(capture)j(mo)o(v)o(es)d(are)i(scored)h(b)
+o(y)e(the)h(v)n(alue)f(of)g(the)h(piece)g(captured)h(min)o(us)d(the)262
+1086 y(capturing)i(piece's)i(represen)o(tation)h(\(1-6\),)d(e.g.)27
+b(3)17 b(for)f(a)h(bishop.)27 b(This)16 b(results)i(in)f(an)262
+1136 y(ordering)j(where)i(captures)g(of)e(higher)h(v)n(alued)f(pieces)i(are)f
+(examined)f(\014rst.)39 b(Where)262 1186 y(more)13 b(than)h(one)h(w)o(a)o(y)f
+(to)g(capture)i(a)e(piece)h(exists,)g(the)g(mo)o(v)o(es)e(are)i(further)g
+(ordered)h(b)o(y)262 1236 y(considering)e(captures)h(b)o(y)f(the)g(lo)o(w)o
+(er)g(v)n(alued)f(pieces)i(\014rst.)324 1321 y(This)g(is)f(kno)o(wn)h(as)g
+(Minor)f(to)h(Ma)r(jorC)g(ordering)g(and)g(has)g(b)q(een)h(sho)o(wn)f(to)f(b)
+q(e)i(the)262 1371 y(most)c(e\013ectiv)o(e)k(ordering)d(of)h(capture)h(mo)o
+(v)o(es)d([10)o(].)324 1456 y(P)o(a)o(wn)j(promotions)f(receiv)o(e)j(an)e
+(estimated)g(score)i(of)e(QueenV)m(alue)h Ff(\000)g Fp(P)o(a)o(wnV)m(alue.)
+262 1506 y(Where)i(the)h(promotion)d(is)h(also)h(a)f(capture,)j(the)e(score)i
+(is)d(further)i(increased)g(b)o(y)f(the)262 1556 y(capture)d(score)g
+(explained)e(ab)q(o)o(v)o(e.)324 1641 y(Although)f(all)g(the)h(ordering)g
+(algorithms)d(score)k(mo)o(v)o(es)e(as)h(they)g(are)g(generated,)h(the)262
+1691 y(mo)o(v)o(es)g(are)i(not)g(fully)e(sorted)i(in)o(to)f(order.)24
+b(Only)16 b(the)g(b)q(est)h(mo)o(v)o(e)d(not)h(y)o(et)h(searc)o(hed)i(is)262
+1741 y(required)d(to)f(b)q(e)h(sorted)g(as)f(it)g(ma)o(y)e(itself)i(cause)h
+(a)f(cut)h(o\013,)f(a)o(v)o(oiding)e(the)j(need)g(for)f(an)o(y)262
+1791 y(more)e(sorting.)262 1941 y Fu(6.4.3)55 b(T)-5 b(ree)18
+b(Searc)n(hing)262 2053 y Fp(The)g(actual)f(searc)o(h)i(tec)o(hniques)g
+(emplo)o(y)o(ed)d(in)h(HIAR)o(CS)g(w)o(ere)i(explained)e(and)h(illus-)262
+2103 y(trated)g(in)f(c)o(hapter)i(5,)f(T)m(ree)h(Searc)o(hing.)30
+b(Ho)o(w)o(ev)o(er,)18 b(some)f(of)g(the)i(w)o(ork)e('b)q(ehind)h(the)262
+2152 y(scenes')e(of)e(the)i(searc)o(h)g(pro)q(cedures)h(w)o(as)e(not)g
+(explained.)21 b(This)15 b(section)h(will)d(therefore)262 2202
+y(highligh)o(t)f(these)j(more)e(implemen)o(tatio)o(nal)d(tasks)15
+b(whic)o(h)f(the)g(searc)o(h)h(m)o(ust)e(p)q(erform.)324 2287
+y(Three)i(searc)o(h)g(routines)f(are)h(used)f(in)g(HIAR)o(CS:)312
+2399 y(1.)20 b Fl(Ro)q(ot)p Fp(:)j(This)17 b(recursiv)o(e)h(function)f(o)o(v)
+o(ersees)h(and)f(con)o(trols)g(the)g(searc)o(h)h(pro)q(cess.)365
+2449 y(It)c(p)q(erforms)g(the)g(follo)o(wing)d(k)o(ey)j(tasks:)946
+2574 y(127)p eop
+%%Page: 128 130
+128 129 bop 415 307 a Ff(\017)21 b Fp(Selects)15 b(the)f(searc)o(h)h
+(required)g(for)f(the)g(next)h(depth.)415 374 y Ff(\017)21
+b Fp(Chec)o(ks)15 b(mo)o(v)o(es)d(for)i(kno)o(wn)f(results,)i(e.g.)i(c)o(hec)
+o(kmate)d(in)g(2)f(mo)o(v)o(es.)415 440 y Ff(\017)21 b Fp(Sorts)14
+b(1)g(ply)f(mo)o(v)o(es)g(b)q(et)o(w)o(een)i(iterations.)415
+506 y Ff(\017)21 b Fp(Allo)q(cates)9 b(and)g(assigns)h(refutation)f(lines)g
+(to)g(and)h(from)d(the)j(refutation)f(table.)415 573 y Ff(\017)21
+b Fp(Adjusts)14 b(time)f(con)o(trol)g(information)e(in)j(the)g(ligh)o(t)f(of)
+g(searc)o(h)i(results.)415 639 y Ff(\017)21 b Fp(Main)o(tains)9
+b(searc)o(h)i(status)g(indicators)f(whic)o(h)g(aid)f(the)i(time)e(con)o(trol)
+g(decision)457 689 y(pro)q(cess.)415 756 y Ff(\017)21 b Fp(Up)q(dates)15
+b(the)f(history)g(table)g(with)f(the)i(b)q(est)g(mo)o(v)o(e)d(found.)312
+839 y(2.)20 b Fl(AlphaBeta)p Fp(:)15 b(This)c(recursiv)o(e)i(searc)o(h)f
+(function)f(explores)h(all)d(no)q(des)j(in)f(the)h(main)365
+888 y(searc)o(h)j(tree)g(b)q(elo)o(w)f(ply)f(1.)18 b(It)c(p)q(erforms)g(the)g
+(follo)o(wing)d(k)o(ey)j(tasks:)415 971 y Ff(\017)21 b Fp(Calls)13
+b(for)g(ev)n(aluation)g(of)g(no)q(des.)415 1038 y Ff(\017)21
+b Fp(Mak)o(es)14 b(searc)o(h)h(extension)f(decisions.)415 1104
+y Ff(\017)21 b Fp(Prob)q(es)14 b(refutation)e(and)h(transp)q(osition)g
+(tables)g(for)f(scores)j(and)d(mo)o(v)o(es.)17 b(Of-)457 1154
+y(ten)d(this)g(is)g(enough)g(to)g(cause)g(termination)f(of)g(the)h(no)q(de.)
+415 1220 y Ff(\017)21 b Fp(Calls)13 b(for)g(generation)h(of)f(mo)o(v)o(es)g
+(when)h(necessary)m(.)415 1287 y Ff(\017)21 b Fp(Calls)13 b(for)g(a)h(searc)o
+(h)h(to)f(the)g(next)g(depth.)415 1353 y Ff(\017)21 b Fp(Main)o(tains)c(the)j
+(b)q(est)f(v)n(ariation)e(of)h(mo)o(v)o(es)g(from)f(this)h(no)q(de)i(and)e
+(returns)457 1403 y(suc)o(h)c(information)d(to)j(its)g(paren)o(t)g(no)q(de.)
+415 1469 y Ff(\017)21 b Fp(Sa)o(v)o(es)14 b(information)d(ab)q(out)i(the)i
+(no)q(de)f(in)g(the)g(transp)q(osition)g(table.)415 1536 y
+Ff(\017)21 b Fp(Up)q(dates)15 b(killer)e(mo)o(v)o(es)f(and)i(scores)h(for)f
+(the)g(curren)o(t)i(depth.)415 1602 y Ff(\017)21 b Fp(Up)q(dates)15
+b(the)f(history)g(table)g(with)f(the)i(b)q(est)g(mo)o(v)o(e)d(found.)312
+1685 y(3.)20 b Fl(Quies)p Fp(:)e(This)d(recursiv)o(e)h(searc)o(h)g(function)f
+(handles)g(no)q(des)g(b)q(ey)o(ond)g(the)h(horizon)365 1735
+y(of)e(the)g(main)e(searc)o(h.)19 b(It)14 b(p)q(erforms)f(the)i(follo)o(wing)
+c(k)o(ey)j(tasks:)415 1818 y Ff(\017)21 b Fp(Calls)13 b(for)g(ev)n(aluation)g
+(of)g(no)q(des.)415 1885 y Ff(\017)21 b Fp(Mak)o(es)g(searc)o(h)g(extension,)
+i(main)c(searc)o(h)i(con)o(tin)o(uation)f(and)g(quiescence)457
+1934 y(decisions.)415 2001 y Ff(\017)h Fp(Calls)13 b(for)g(re-en)o(try)i(of)e
+(the)i(main)d(searc)o(h.)415 2067 y Ff(\017)21 b Fp(Calls)13
+b(for)g(generation)h(of)f(tactical)h(mo)o(v)o(es)f(when)h(necessary)m(.)415
+2134 y Ff(\017)21 b Fp(Calls)13 b(for)g(a)h(searc)o(h)h(to)f(the)g(next)g
+(depth.)415 2200 y Ff(\017)21 b Fp(Main)o(tains)c(the)j(b)q(est)f(v)n
+(ariation)e(of)h(mo)o(v)o(es)g(from)f(this)h(no)q(de)i(and)e(returns)457
+2250 y(suc)o(h)c(information)d(to)j(its)g(paren)o(t)g(no)q(de.)262
+2368 y(Figure)i(6.2)g(sho)o(ws)h(a)g(state)h(transition)e(diagram)e(for)j
+(the)g(searc)o(h.)28 b(It)17 b(illustrates)g(ho)o(w)262 2418
+y(eac)o(h)d(searc)o(h)h(state)g(in)o(teracts.)k(An)14 b(explanation)f(of)g
+(eac)o(h)h(state)h(is)f(giv)o(en)f(b)q(elo)o(w:)946 2574 y(128)p
+eop
+%%Page: 129 131
+129 130 bop 499 2422 a Fp(Figure)14 b(6.2:)j(State)d(T)m(ransition)f(Diagram)
+e(for)j(the)g(Searc)o(h.)946 2574 y(129)p eop
+%%Page: 130 132
+130 131 bop 262 307 a Fl(IDLE)262 419 y Fp(When)13 b(no)g(searc)o(hing)g(of)g
+(an)o(y)f(kind)h(is)g(b)q(eing)g(p)q(erformed,)f(the)i(program)d(is)i(in)f
+(the)i Fm(IDLE)262 469 y Fp(state.)k(A)o(t)c(program)f(start)h(up,)g(this)g
+(is)f(also)h(the)g(initial)e(state.)324 554 y(If)h(the)i(program)d(is)h(exp)q
+(ecting)i(a)f(mo)o(v)o(e,)d(it)j(will)e(start)i(to)g(searc)o(h)h(on)f(the)g
+(opp)q(onen)o(ts)262 604 y(time)9 b(for)i(its)g(o)o(wn)g(b)q(est)h(resp)q
+(onse)h(to)e(the)h(exp)q(ected)h(mo)o(v)o(e.)j(This)11 b(is)g(kno)o(wn)g(as)g
+("thinking)262 654 y(on)16 b(the)h(opp)q(onen)o(ts)h(time".)25
+b(T)m(o)16 b(ac)o(hiev)o(e)h(this)g(the)g Fm(SEAR)o(CHING)h(ON)f(OPP)g
+Fp(state)h(is)262 704 y(en)o(tered.)26 b(If)16 b(the)h(opp)q(onen)o(t)f
+(actually)f(mak)o(es)h(a)f(mo)o(v)o(e)g(while)h(in)f(the)i
+Fm(IDLE)g Fp(state,)g(the)262 754 y(en)o(tered)e(user)g(mo)o(v)o(e)d(is)i
+(made)f(and)g(the)i(program)d(en)o(ters)k(the)e Fm(SEAR)o(CHING)g
+Fp(state.)262 896 y Fl(SEAR)o(CHING)262 1008 y Fp(This)j(state)h(carries)g
+(out)f(the)h(tree)h(searc)o(hing)e(on)g(the)h(computer's)f(time.)27
+b(It)18 b(uses)g(the)262 1058 y(aforemen)o(tioned)d(three)k(searc)o(h)f
+(routines.)28 b(The)17 b(searc)o(h)i(ma)o(y)c(start)i(from)f(the)h(ro)q(ot)g
+(of)262 1108 y(the)d(tree)h(or)f(con)o(tin)o(ue)g(a)g(previously)f(in)o
+(terrupted)i(searc)o(h.)324 1193 y(If)j(the)i(searc)o(h)g(deriv)o(es)g(a)f
+(kno)o(wn)f(v)n(alue)h(for)g(the)g(game)f(tree,)j(lik)o(e)d(c)o(hec)o(kmate)h
+(in)262 1243 y(3)d(mo)o(v)o(es)g(for)g(example,)g(no)h(more)e(searc)o(hing)j
+(is)e(required)i(and)f(the)g Fm(SEAR)o(CH)h(COM-)262 1293 y(PLETE)g
+Fp(state)h(is)f(en)o(tered.)33 b(Ho)o(w)o(ev)o(er,)20 b(if)d(the)i(game)e
+(tree)i(v)n(alue)f(is)g(not)g(kno)o(wn,)h(the)262 1342 y(program)d(con)o(tin)
+o(ues)j('thinking')d(un)o(til)i(either,)h(a)f(user)i(in)o(terrupt)f(\()p
+Ff(")p Fp(C\))f(o)q(ccurs)i(or)e(an)262 1392 y(alarm)e(timer)h(expires,)i
+(where)h(up)q(on)e(the)h Fm(SEAR)o(CH)g(INTERR)o(UPTED)f Fp(state)h(is)f(en-)
+262 1442 y(tered.)262 1584 y Fl(SEAR)o(CHING)e(ON)g(OPP)262
+1697 y Fp(Lik)o(e)g(the)i Fm(SEAR)o(CHING)g Fp(state,)g(this)g(state)g
+(carries)g(out)f(the)h(tree)h(searc)o(hing,)f(except)262 1746
+y(in)c(this)i(case)g(on)g(the)g(opp)q(onen)o(ts)g(thinking)e(time.)22
+b(Again,)14 b(if)h(the)h(searc)o(h)g(tree)h(v)n(alue)e(is)262
+1796 y(kno)o(wn,)g(the)h(searc)o(h)h(terminates)e(and)h(the)g
+Fm(SEAR)o(CHED)h(ON)g(OPP)e Fp(state)i(is)e(en)o(tered.)262
+1846 y(Assuming)g(the)i(game)e(tree)j(v)n(alue)e(is)h(not)f(kno)o(wn,)h(the)g
+(searc)o(h)h(con)o(tin)o(ues)f(inde\014nitely)262 1896 y(un)o(til)f(the)i
+(user)h(en)o(ters)g(his/her/it's)f(mo)o(v)o(e,)e(when)i(one)g(of)f(t)o(w)o(o)
+g(p)q(ossible)h(actions)f(can)262 1946 y(o)q(ccur.)j(If)15
+b(the)g(mo)o(v)o(e)d(en)o(tered)17 b(is)d(the)h(exp)q(ected)i(mo)o(v)o(e,)12
+b(then)j(the)g(program's)e(e\013orts)j(at)262 1995 y(thinking)9
+b(on)i(opp)q(onen)o(ts)h(time)d(ha)o(v)o(e)i(not)g(b)q(een)h(w)o(asted.)17
+b(In)11 b(whic)o(h)g(case,)h(the)g Fm(SEAR)o(CH-)262 2045 y(ING)k
+Fp(state)h(is)f(en)o(tered)j(to)d(con)o(tin)o(ue)h(the)g(searc)o(h)g(on)f
+(the)h(program's)e(time.)25 b(Ho)o(w)o(ev)o(er,)262 2095 y(if)17
+b(the)j(en)o(tered)g(mo)o(v)o(e)d(is)i(unexp)q(ected,)j(this)d(searc)o(h)g
+(is)g(terminated)f(b)o(y)h(en)o(tering)g(the)262 2145 y Fm(SEAR)o(CH)c
+(INTERR)o(UPTED)f Fp(state.)262 2287 y Fl(SEAR)o(CH)i(INTERR)o(UPTED)262
+2399 y Fp(The)h(ob)r(jectiv)o(e)h(of)f(this)g(state)h(is)f(to)g(allo)o(w)f(a)
+h(clean)h(bac)o(king)e(up)i(and)f(termination)e(of)262 2449
+y(the)h(searc)o(h)h(tree.)26 b(Once)17 b(the)g(searc)o(h)g(has)f(returned)i
+(to)e(the)h(ro)q(ot)f(p)q(osition,)f(either)i(the)946 2574
+y(130)p eop
+%%Page: 131 133
+131 132 bop 262 307 a Fm(SEAR)o(CH)16 b(COMPLETE)e Fp(or)h
+Fm(SEAR)o(CHED)i(ON)f(OPP)f Fp(state)h(is)e(en)o(tered.)23
+b(The)16 b(actual)262 357 y(state)h(dep)q(ends)h(on)f(whether)h(the)f
+(program)e(w)o(as)h(previously)h(thinking)e(on)i(its)f(o)o(wn)h(or)262
+407 y(the)d(opp)q(onen)o(ts)h(time.)262 550 y Fl(SEAR)o(CH)h(COMPLETE)262
+662 y Fp(In)g(this)g(state)g(the)h(user)g(is)f(informed)e(of)i(the)g(searc)o
+(h)i(result)e(b)o(y)g(w)o(a)o(y)f(of)h(a)f(mo)o(v)o(e)g(or)h(an)262
+712 y(announcemen)o(t.)h(Some)12 b(searc)o(h)j(v)n(alues)e(are)h(then)g
+(reset)g(and)g(\014nally)e(the)i Fm(IDLE)g Fp(state)g(is)262
+762 y(en)o(tered.)262 905 y Fl(SEAR)o(CHED)i(ON)g(OPP)262 1017
+y Fp(This)d(state)i(records)g(the)g(searc)o(h)g(result)g(and)e(en)o(ters)j
+(the)e Fm(IDLE)h Fp(state.)324 1138 y(Please)i(note,)g(an)f(explanation)f(of)
+h(the)h(handling)e(of)h(user)h(commands)d(suc)o(h)j(as)g(set)262
+1188 y(up)d(p)q(osition)g(for)h(example,)e(en)o(tered)j(while)e(searc)o(hing)
+i(on)e(opp)q(onen)o(ts)i(time)d(ha)o(v)o(e)h(b)q(een)262 1238
+y(omitted)i(for)h(reasons)i(of)e(clarit)o(y)m(.)28 b(They)18
+b(are)g(only)e(minor)g(side)i(issues)h(whic)o(h)e(do)h(not)262
+1287 y(a\013ect)c(the)h(underlying)e(design.)262 1439 y Fu(6.4.4)55
+b(Ev)m(aluation)262 1551 y Fp(The)18 b(ev)n(aluation)f(criteria)i(used)h(in)e
+(HIAR)o(CS)g(w)o(ere)h(fully)e(explained)i(and)f(illustrated)262
+1601 y(in)f(c)o(hapter)i(4.)31 b(Ho)o(w)o(ev)o(er,)19 b(during)f(the)h
+(implemen)o(tatio)o(n)d(and)i(testing,)h(a)f(n)o(um)o(b)q(er)f(of)262
+1651 y(problem)10 b(areas)i(w)o(ere)g(observ)o(ed.)19 b(In)11
+b(this)h(section)g(I)g(will)e(explain)h(some)f(of)h(the)i(problems)262
+1700 y(encoun)o(tered)i(and)f(the)h(resulting)f(solutions.)324
+1786 y(The)h(\014rst)g(ma)r(jor)e(problem)g(noticed)i(w)o(as)g(asso)q(ciated)
+g(with)g(the)g(application)e(of)h(the)262 1836 y(ev)n(aluation)h(function.)27
+b(The)18 b(ev)n(aluation)d(function)i(is)g(usually)f(applied)h(at)g(the)g
+(leaf)g(or)262 1885 y(horizon)e(no)q(des)i(of)e(the)i(main)d(searc)o(h)870
+1870 y Fk(3)889 1885 y Fp(,)i(after)g(whic)o(h)g(a)g(quiescence)i(searc)o(h)f
+(is)f(applied.)262 1935 y(The)d(p)q(ositional)f(v)n(alue)h(calculated)g(at)g
+(the)h(horizon)f(no)q(des)h(is)f(carried)h(forw)o(ard)f(in)o(to)f(the)262
+1985 y(quiescence)k(searc)o(h)g(to)f(enable)g(the)g(\014nal)f(v)n(alues)g
+(calculated)h(at)g(the)g(leaf)f(no)q(des)h(of)g(this)262 2035
+y(searc)o(h)e(to)f(ha)o(v)o(e)h(reasonably)f(up)h(to)f(date)h(p)q(ositional)e
+(v)n(alues)h(to)g(go)g(with)g(the)h(calculated)262 2085 y(material)h(v)n
+(alue.)26 b(When)17 b(pieces)h(are)f(captured)h(during)e(the)i(quiescence)g
+(searc)o(h,)g(b)q(oth)262 2134 y(the)12 b(material)d(and)j(p)q(ositional)e(v)
+n(alue)h(of)g(the)h(captured)h(piece)g(should)e(b)q(e)i(lost.)k(Ho)o(w)o(ev)o
+(er,)262 2184 y(this)e(w)o(as)g(not)g(re\015ected)i(in)e(the)g(p)q(ositional)
+f(v)n(alue)h(carried)g(forw)o(ard)g(in)g(the)g(quiescence)262
+2234 y(searc)o(h.)k(In)14 b(this)g(w)o(a)o(y)f(the)h(p)q(ositional)f(v)n
+(alue)g(started)i(to)f(b)q(ecome)f('out)h(of)f(date'.)324 2319
+y(When)f(the)i(p)q(ositional)d(v)n(alues)h(of)g(pieces)i(are)f(relativ)o(ely)
+e(lo)o(w,)h(this)g(w)o(as)h(not)f(a)g(ma)r(jor)262 2369 y(problem.)31
+b(Ho)o(w)o(ev)o(er,)21 b(unlik)o(e)d(most)g(c)o(hess)i(programs,)f(m)o(y)e
+(ev)n(aluation)h(function)g(can)p 262 2404 573 2 v 308 2431
+a Fj(3)325 2442 y Fi(except)10 b(where)h Fb(\013\014)i Fi(v)n(alues)d
+(indicate)f(that)h(the)h(p)q(osition)f(cannot)f(a\013ect)h(the)h(searc)o(h)f
+(result.)946 2574 y Fp(131)p eop
+%%Page: 132 134
+132 133 bop 262 307 a Fp(pro)q(duce)13 b(v)o(ery)g(high)f(p)q(ositional)f
+(scores.)19 b(Therefore,)14 b(when)f(highly)f(p)q(ositionally)e(v)n(alued)262
+357 y(pieces)15 b(are)h(captured,)f(the)g(carried)h(forw)o(ard)e(p)q
+(ositional)f(v)n(alue)h(w)o(as)h(drastically)f(out)g(of)262
+407 y(date,)j(causing)g(serious)g(problems)f(to)h(the)g(searc)o(h,)i(b)q(oth)
+e(in)f(e\016ciency)i(and)e(accuracy)m(.)262 457 y(F)m(or)c(example,)g(if)h(a)
+g(passed)h(pa)o(wn)f(p)q(ositionally)f(v)n(alued)g(at)i(200)e(p)q(oin)o(ts)h
+(\(2)h(pa)o(wns\),)f(w)o(as)262 506 y(captured)19 b(during)f(the)g
+(quiescence)j(searc)o(h,)f(the)e(p)q(ositional)f(total)h(should)g(ha)o(v)o(e)
+f(b)q(een)262 556 y(decreased)f(b)o(y)d(around)h(200)f(p)q(oin)o(ts.)324
+641 y(The)18 b(solution)e(to)i(this)f(problem)f(la)o(y)h(in)g(incremen)o
+(tally)f(up)q(dating)h(the)h(p)q(ositional)262 691 y(v)n(alue)10
+b(during)g(the)h(quiescence)i(searc)o(h.)18 b(T)m(o)10 b(ac)o(hiev)o(e)h
+(this,)g(whenev)o(er)h(the)g(full)d(ev)n(aluation)262 741 y(function)h(is)h
+(applied,)g(all)e(piece)j(p)q(ositional)e(scores)j(are)e(sa)o(v)o(ed)g(in)g
+(a)g(general)g(Pc/Sq)g(table.)262 791 y(As)k(mo)o(v)o(es)f(are)i(made)e
+(during)h(the)h(subsequen)o(t)h(searc)o(h)f(this)g(table)f(is)g(main)o
+(tained)e(and)262 841 y(the)18 b(p)q(ositional)f(v)n(alue)h(of)g(an)o(y)f
+(captured)j(piece)f(is)f(recorded)i(in)e(the)h('Game)d(History')262
+891 y(structure)k(and)e(used)g(to)g(incremen)o(tally)f(up)q(date)h(the)h(p)q
+(ositional)e(score.)31 b(It)18 b(w)o(as)g(also)262 940 y(found)c(necessary)i
+(to)f(include)g(promotion)d(mo)o(v)o(es)i(in)o(to)g(this)g(pro)q(cess)j(b)o
+(y)d(remo)o(ving)f(the)262 990 y(promoted)d(pa)o(wns)i(p)q(ositional)e
+(score.)19 b(These)13 b(enhancemen)o(ts)f(noticeably)f(impro)o(v)o(ed)f(the)
+262 1040 y(standard)k(of)f(pla)o(y)g(b)o(y)h(the)g(program.)324
+1125 y(Another)i(area)f(whic)o(h)g(caused)h(some)e(problems)h(w)o(as)g(the)g
+(concept)i(of)d(temp)q(o.)21 b(The)262 1175 y(pla)o(y)o(er)11
+b(to)h(mo)o(v)o(e)e(should)i(receiv)o(e)h(some)e(p)q(ositional)f(b)q(on)o(us)
+j(for)e(ha)o(ving)g(the)h(mo)o(v)o(e)f(as)h(this)262 1225 y(is)h(adv)n(an)o
+(tageous)546 1210 y Fk(4)564 1225 y Fp(.)324 1310 y(I)e(tried)g(out)g(v)n
+(arious)g(temp)q(o)f(v)n(alues)h(based)h(on)f(a)f(direct)i(ratio)f(to)g(the)h
+(b)q(est)g(p)q(ositional)262 1360 y(increase)k(caused)g(b)o(y)f(an)o(y)g
+(single)g(mo)o(v)o(e)e(from)h(eac)o(h)h(pla)o(y)o(ers)h(p)q(oin)o(t)e(of)h
+(view.)22 b(Ho)o(w)o(ev)o(er,)262 1410 y(this)11 b(caused)i(problems)d(b)q
+(ecause)j(the)f(maxim)n(um)7 b(p)q(ositional)j(c)o(hange)i(o)o(v)o(er)g(ev)o
+(en)g(a)f(single)262 1460 y(mo)o(v)o(e)j(can)j(b)q(e)g(dramatic)e(o)o(v)o(er)
+i(a)f(whole)g(searc)o(h.)27 b(I)16 b(\014nally)g(used)h(a)f(constan)o(t)h(v)n
+(alue)f(of)262 1509 y(20)g(p)q(oin)o(ts)i(for)f(ha)o(ving)f(the)i(mo)o(v)o
+(e.)27 b(I)17 b(still)f(feel)i(the)g(temp)q(o)e(v)n(alue)h(should)g(b)q(e)h
+(related)262 1559 y(to)f(p)q(ositional)f(v)n(alues)i(in)f(some)g(w)o(a)o(y)m
+(,)g(ho)o(w)o(ev)o(er,)h(the)g(v)n(alue)f(c)o(hosen)i(seems)f(to)f(b)q(eha)o
+(v)o(e)262 1609 y(reasonably)c(in)h(the)g(test)h(games)e(pla)o(y)o(ed.)324
+1694 y(In)j(elemen)o(tary)f(endings,)i(where)g(a)f(c)o(hec)o(kmate)f(driv)o
+(e)h(is)g(required,)h(e.g.)25 b(king)15 b(and)262 1744 y(ro)q(ok)h(v)o(ersus)
+h(king,)f(a)g(sp)q(ecial)g(routine)h(w)o(as)f(found)g(necessary)i(to)e(force)
+h(c)o(hec)o(kmate)f(in)262 1794 y(an)c(e\016cien)o(t)h(manor.)j(The)d
+(routine)g(used)h(is)f(v)o(ery)g(similar)d(to)j(the)g(mop)e(up)i(routine)g
+(used)262 1844 y(in)g(Chess)i(4.5)e([4)o(].)324 1929 y(Cases)j(of)f
+(insu\016cien)o(t)h(mating)d(material,)g(e.g.)23 b(king)14
+b(and)i(knigh)o(t)e(v)i(king,)e(are)i(also)262 1979 y(detected)d(b)o(y)e(the)
+h(ev)n(aluation)e(function)h(and)g(the)h(dra)o(w)g(v)n(alue)e(returned.)19
+b(This)12 b(enhance-)262 2029 y(men)o(t)j(is)h(v)o(ery)g(e\013ectiv)o(e)i(in)
+d(the)i(late)f(endgame)f(b)q(ecause)j(it)e(allo)o(ws)e(early)i(termination)
+262 2078 y(of)d(man)o(y)f(v)n(ariations,)g(thereb)o(y)j(reducing)f
+(unnecessary)i(searc)o(h)f(e\013ort.)324 2164 y(In)i(order)i(to)e(ease)i(the)
+f(debugging)f(of)g(the)h(ev)n(aluation)e(function,)i(all)e(v)n(alues)i(w)o
+(ere)262 2213 y(sa)o(v)o(ed)12 b(and)g(displa)o(y)o(ed)f(on)h(request.)19
+b(This)12 b(allo)o(w)o(ed)f(n)o(umerous)g(small)f(bugs)j(to)e(b)q(e)i(iden)o
+(ti-)262 2263 y(\014ed,)f(whic)o(h)f(w)o(ould)g(ha)o(v)o(e)g(otherwise)i(b)q
+(een)g(v)o(ery)f(di\016cult)f(to)g(sp)q(ot)h(as)g(they)g(only)f(sligh)o(tly)
+262 2313 y(a\013ected)k(the)f(\014nal)g(ev)n(aluation)e(function)i(score.)p
+262 2340 573 2 v 308 2366 a Fj(4)325 2378 y Fi(except)c(in)h(zugzw)o(ang)f(p)
+q(ositions)946 2574 y Fp(132)p eop
+%%Page: 133 135
+133 134 bop 324 307 a Fp(Ev)o(en)14 b(in)g(the)h(\014nal)e(p)q(erformance)h
+(tested)i(v)o(ersion,)e(some)f(of)g(these)j(p)q(ositional)d(diag-)262
+357 y(nostics)f(ha)o(v)o(e)f(b)q(een)i(retained)g(as)f(they)g(allo)o(w)e(a)h
+(v)n(aluable)g(insigh)o(t)g(in)o(to)g(wh)o(y)g(a)h(particular)262
+407 y(mo)o(v)o(e)g(w)o(as)i(c)o(hosen.)262 558 y Fu(6.4.5)55
+b(Time)16 b(Allo)r(cation)i(and)h(Con)n(trol)262 670 y Fp(As)11
+b(I)g(explained)g(in)f(c)o(hapter)i(3,)f(I)g(b)q(eliev)o(e)g(time)f(allo)q
+(cation)f(and)i(con)o(trol)g(is)g(an)f(imp)q(ortan)o(t)262
+720 y(asp)q(ect)j(of)f(a)g(c)o(hess)i(program's)d(mak)o(e)g(up)i(and)f(one)h
+(whic)o(h)f(do)q(es)h(not)g(seem)f(to)g(ha)o(v)o(e)g(b)q(een)262
+770 y(addressed)j(prop)q(erly)f(in)g(most)f(c)o(hess)i(programs.)324
+855 y(A)o(t)h(the)g Fm(Computer)h(Olympiad)p Fp(,)f(I)f(often)h(noticed)h(ho)
+o(w)e(ev)o(en)i(the)f(strongest)h(man)o(u-)262 905 y(facturer's)d(programs)e
+(to)q(ok)h(appro)o(ximately)e(the)j(same)e(time)g(o)o(v)o(er)h(all)f(the)i
+(mo)o(v)o(es,)e(ev)o(en)262 955 y(ob)o(vious)k(ones.)28 b(The)18
+b(only)e(time)g(mo)o(v)o(es)g(w)o(ere)i(pla)o(y)o(ed)f(quic)o(kly)f(w)o(as)h
+(when)h(either)g(the)262 1005 y(mac)o(hines)11 b(w)o(ere)j(thinking)e(on)g
+(opp)q(onen)o(ts)i(time)d(and)i(an)f(exp)q(ected)j(reply)e(w)o(as)f(made,)g
+(or)262 1055 y(when)i(c)o(hec)o(kmate)g(w)o(as)f(seen)j(or)e(when)g(only)f
+(one)h(legal)f(mo)o(v)o(e)f(existed.)324 1140 y(The)f(\014rst)g(thing)e(to)h
+(do)h(is)f(to)g(analyse)g(ho)o(w)g(v)o(ery)g(strong)h(h)o(uman)e(c)o(hess)i
+(pla)o(y)o(ers)g(tac)o(kle)262 1190 y(the)i(problem)e(of)h(time)f(allo)q
+(cation.)16 b(I)c(did)g(not)h(\014nd)f(an)o(y)g(previous)h(researc)o(h)i(w)o
+(ork)d(whic)o(h)262 1239 y(pro)o(vided)h(the)h(detailed)f(mo)o(v)o(e/time)e
+(analysis)i(I)g(required,)h(so)g(I)f(decided)i(to)e(collate)g(the)262
+1289 y(information)d(m)o(yself.)324 1375 y(I)g(decided)i(to)e(use)h(the)g
+(1986)e(w)o(orld)h(c)o(hampionship)f(matc)o(h)g(b)q(et)o(w)o(een)j(Gary)e
+(Kasparo)o(v)262 1424 y(and)16 b(Anatoly)g(Karp)q(o)o(v)g([62)o(])h(as)f(m)o
+(y)f(case)j(study)m(.)26 b(This)17 b(matc)o(h)e(w)o(as)h(c)o(hosen)i(for)e
+(three)262 1474 y(main)11 b(reasons:)312 1593 y(1.)20 b(Lik)o(ely)13
+b(high)h(qualit)o(y)e(of)h(time)g(allo)q(cation)f(decisions.)312
+1676 y(2.)20 b(Same)14 b(pla)o(y)o(ers)g(w)o(ere)i(in)o(v)o(olv)o(ed)d(in)h
+(all)f(games)h(allo)o(wing)e(pla)o(y)o(er)i(st)o(yle)h(to)g(b)q(e)g(anal-)365
+1725 y(ysed.)312 1808 y(3.)20 b(Detailed)c(statistics)g(giving)f(time)f(used)
+j(for)f(eac)o(h)g(mo)o(v)o(e)e(w)o(as)i(a)o(v)n(ailable)e(in)h(c)o(hess)365
+1858 y(magazine.)324 1977 y(I)c(analysed)g(all)f(24)g(games)g(of)g(the)i
+(matc)o(h.)k(F)m(or)11 b(eac)o(h)g(game,)f(mo)o(v)o(es)g(b)o(y)h(b)q(oth)g
+(sides)h(up)262 2027 y(to)i(the)i(time)e(con)o(trol)h(at)g(mo)o(v)o(e)e(40)i
+(w)o(ere)h(collated.)21 b(This)15 b(in)o(v)o(olv)o(ed)e(analysing)h(appro)o
+(x-)262 2076 y(imately)e(2000)i(mo)o(v)o(e)g(times.)20 b(As)15
+b(a)g(result)g(I)g(w)o(as)g(able)g(to)g(pro)q(duce)h(5)e(di\013eren)o(t)i
+(graphs)262 2126 y(detailing)c(the)j(a)o(v)o(erage)f(time)e(sp)q(en)o(t)j(on)
+f(eac)o(h)g(mo)o(v)o(e)e(for:)324 2245 y Ff(\017)20 b Fp(Kasparo)o(v)14
+b(pla)o(ying)e(white.)324 2328 y Ff(\017)20 b Fp(Kasparo)o(v)14
+b(pla)o(ying)e(blac)o(k.)324 2411 y Ff(\017)20 b Fp(Karp)q(o)o(v)14
+b(pla)o(ying)e(white.)946 2574 y(133)p eop
+%%Page: 134 136
+134 135 bop 324 307 a Ff(\017)20 b Fp(Karp)q(o)o(v)14 b(pla)o(ying)e(blac)o
+(k.)324 390 y Ff(\017)20 b Fp(Com)o(bined)12 b(time)h(allo)q(cation.)262
+509 y(The)h(graphs)g(pro)q(duced)h(can)f(b)q(e)h(found)e(in)h(app)q(endix)f
+(C.)324 594 y(Analysing)g(these)j(graphs)e(it)g(can)g(b)q(e)h(seen)g(that)f
+(b)q(oth)h(pla)o(y)o(ers)f(ha)o(v)o(e)g(distinctly)g(dif-)262
+644 y(feren)o(t)e(st)o(yles)h(on)e(time)g(con)o(trol.)17 b(Kasparo)o(v)12
+b(allo)q(cates)f(a)h(signi\014can)o(t)f(amoun)o(t)f(of)h(time)g(to)262
+694 y(the)i(middle)e(game,)f(mo)o(v)o(es)i(12-28)f(in)h(particular.)18
+b(Kasparo)o(v's)12 b(time)f(allo)q(cation)g(usually)262 743
+y(has)k(one)g(v)o(ery)g(high)f(p)q(eak)h(around)g(mo)o(v)o(es)f(16)g(to)h(20)
+f(and)h(then)g(tails)g(o\013)f(dramatically)m(.)262 793 y(Karp)q(o)o(v)f(on)f
+(the)i(other)g(hand)f(has)g(a)g(more)f(uniform)f(usage)i(of)f(time,)g
+(although)g(his)h(time)262 843 y(allo)q(cation)h(also)i(usually)f(tails)h
+(o\013)g(steadily)g(after)g(mo)o(v)o(e)f(26.)24 b(Tw)o(o)16
+b(reasons)h(are)g(lik)o(ely)262 893 y(for)c(this)h(tailing)e(o\013:)324
+1011 y Ff(\017)20 b Fp(Bad)e(time)d(allo)q(cation)h(during)g(the)i(middle)d
+(game)h(leading)g(to)h(a)g(rush)g(near)h(the)365 1061 y(time)13
+b(con)o(trol.)324 1144 y Ff(\017)20 b Fp(Go)q(o)q(d)e(planning)e(during)i
+(the)h(late)e(middle)g(game)f(allo)o(wing)g(planned)i(mo)o(v)o(e)e(se-)365
+1194 y(quences)g(to)e(b)q(e)g(pla)o(y)o(ed)f(quic)o(kly)m(.)262
+1312 y(As)f(this)g(tailing)f(o\013)g(o)q(ccurs)j(in)e(nearly)g(all)e(the)j
+(games)e(and)h(the)h(v)o(ery)f(high)f(calibre)i(of)e(the)262
+1362 y(pla)o(y)o(ers)i(in)o(v)o(olv)o(ed,)g(I)g(tend)i(to)f(think)f(go)q(o)q
+(d)h(planning)e(is)i(resp)q(onsible.)324 1447 y(Another)j(in)o(teresting)h
+(observ)n(ation)e(o)q(ccurs)i(when)g(y)o(ou)e(sup)q(er-imp)q(ose)h(the)g
+(graphs)262 1497 y(Kasparo)o(v)f(as)h(white)g(o)o(v)o(er)f(Karp)q(o)o(v)h(as)
+f(blac)o(k)h(and)f(Karp)q(o)o(v)h(as)f(white)h(o)o(v)o(er)g(Kasparo)o(v)262
+1547 y(as)c(blac)o(k.)18 b(A)o(t)c(eac)o(h)g(p)q(eak)g(on)f(the)i(white)e
+(pla)o(y)o(er's)h(graph)f(there)i(is)f(usually)f(a)g(trough)h(at)262
+1597 y(the)g(corresp)q(onding)g(mo)o(v)o(e)e(on)i(the)g(opp)q(osing)f(blac)o
+(k)g(pla)o(y)o(er's)g(graph.)18 b(This)13 b(also)g(o)q(ccurs)262
+1647 y(when)k(the)h(blac)o(k)f(pla)o(y)o(er's)f(p)q(eaks)i(are)g(compared)e
+(with)h(the)h(graph)f(for)f(the)i(opp)q(osing)262 1696 y(white)c(pla)o(y)o
+(er's)f(mo)o(v)o(es)g(follo)o(wing)e(suc)o(h)j(p)q(eaks.)324
+1782 y(I)f(think)g(this)g(clearly)g(illustrates)h(that)f(eac)o(h)h(pla)o(y)o
+(er)f(mak)o(es)f(signi\014can)o(t)g(use)j(of)d(their)262 1832
+y(opp)q(onen)o(ts)i(thinking)f(time.)324 1917 y(Examining)f(the)k(com)o
+(bined)e(graph)g(for)h(b)q(oth)g(Kasparo)o(v)g(and)g(Karp)q(o)o(v,)g(a)f
+(relation-)262 1967 y(ship)f(to)h(a)g(normal)e(distribution)h(can)h(b)q(e)g
+(seen.)20 b(Ov)o(erall)13 b(p)q(eak)h(remains)f(at)h(mo)o(v)o(e)e(20.)324
+2052 y(>F)m(rom)h(these)18 b(graphs)e(the)g(follo)o(wing)d(p)q(oin)o(ts)j(ab)
+q(out)g(time)e(allo)q(cation)g(and)i(con)o(trol)262 2102 y(can)e(b)q(e)g
+(deduced:)324 2220 y Ff(\017)20 b Fp(Thinking)13 b(on)h(y)o(our)f(opp)q(onen)
+o(ts)i(time)d(is)i(imp)q(ortan)o(t.)324 2303 y Ff(\017)20 b
+Fp(During)14 b(the)g(op)q(ening,)f(prepared)i(mo)o(v)o(es)e(are)h(t)o
+(ypically)f(pla)o(y)o(ed)g(quic)o(kly)m(.)324 2386 y Ff(\017)20
+b Fp(A)c(signi\014can)o(t)f(amoun)o(t)f(of)h(time)f(should)h(b)q(e)h(allo)q
+(cated)f(to)h('unkno)o(wn')e(p)q(ositions)365 2436 y(o)q(ccurring)h(in)e(the)
+i(op)q(ening)e(after)i(a)e(prepared)i(sequence)h(of)e(mo)o(v)o(es.)946
+2574 y(134)p eop
+%%Page: 135 137
+135 136 bop 324 307 a Ff(\017)20 b Fp(Time)10 b(should)h(b)q(e)h(allo)q
+(cated)f(dep)q(ending)h(on)f(the)h(complexit)o(y)d(and)i(understanding)365
+357 y(of)j(the)g(curren)o(t)h(p)q(osition.)324 435 y Ff(\017)20
+b Fp(Time)13 b(allo)q(cation)f(should)i(b)q(e)g(dynamically)d(altered)k(as)f
+(a)f(searc)o(h)i(progresses.)324 513 y Ff(\017)20 b Fp('Ob)o(vious')13
+b(mo)o(v)o(es)g(should)g(b)q(e)i(made)e(quic)o(kly)m(.)262
+621 y(Some)i(of)i(these)h(p)q(oin)o(ts)f(are)g(ob)o(vious)f(to)h(an)o(y)g
+(exp)q(erienced)i(tournamen)o(t)d(pla)o(y)o(er,)h(oth-)262
+670 y(ers)g(are)f(less)h(so.)24 b(Nev)o(ertheless)18 b(it)e(remains)f(imp)q
+(ortan)o(t)f(to)i(ha)o(v)o(e)g(one's)g(suspicions)g(re-)262
+720 y(enforced)f(b)o(y)e(researc)o(h.)324 805 y(I)h(will)e(no)o(w)i(explain)f
+(ho)o(w)g(these)i(p)q(oin)o(ts)f(are)g(addressed)i(in)e(HIAR)o(CS)f(5.0.)262
+947 y Fl(Thinking)g(on)i(Opp)q(onen)o(ts)e(Time)262 1059 y
+Fp(HIAR)o(CS)j(thinks)g(ab)q(out)g(its)h(next)g(mo)o(v)o(e)d(durings)j(its)f
+(opp)q(onen)o(t's)h(thinking)e(time.)25 b(It)262 1108 y(do)q(es)16
+b(this)g(b)o(y)f(thinking)g(ab)q(out)h(the)g(p)q(osition)f(as)h(if)f(the)i
+(opp)q(onen)o(t)f(had)f(made)g(the)h(ex-)262 1158 y(p)q(ected)g(reply)m(.)21
+b(If)14 b(the)i(opp)q(onen)o(t)f(actually)f(mak)o(es)f(the)j(exp)q(ected)h
+(reply)m(,)d(HIAR)o(CS)g(has)262 1208 y(gained)h(time)f(and)h(can)h(con)o
+(tin)o(ue)p 651 1215 153 2 v 15 w('thinking')e(or)h(reply)h(imm)o(ediately)m
+(.)j(If)c(ho)o(w)o(ev)o(er,)h(the)262 1258 y(opp)q(onen)o(t)c(mak)o(es)f(a)h
+(di\013eren)o(t)h(reply)m(,)e(HIAR)o(CS)h(ab)q(orts)g(its)g(analysis)g(and)g
+(starts)h('think-)262 1308 y(ing')e(from)h(the)i(new)f(p)q(osition.)k(In)c
+(practice,)h(the)g(correct)h(mo)o(v)o(e)c(seems)i(to)g(b)q(e)h(predicted)262
+1357 y(around)f(50\045)g(of)h(the)g(time.)324 1443 y(The)h(time)e(sp)q(en)o
+(t)i(thinking)e(on)h(the)h(opp)q(onen)o(ts)g(time)e(is)h(tak)o(en)h(in)o(to)e
+(accoun)o(t)i(when)262 1493 y(the)f(exp)q(ected)i(reply)e(is)g(made.)262
+1634 y Fl(Initial)f(Time)i(Allo)q(cation)262 1746 y Fp(Initially)g(the)i
+(resp)q(onse)i(time)d(\(respTime\))h(allo)q(cated)g(to)g(a)g(mo)o(v)o(e)e(is)
+i(calculated)g(from)262 1795 y(the)d(a)o(v)o(erage)g(time)e(p)q(er)j(mo)o(v)o
+(e)d(remaining)g(to)i(the)g(next)h(time)d(con)o(trol:)671 1903
+y(respTime)h(=)h(timeLeft)f(/)h(mo)o(v)o(esLeft)324 2011 y(A)g(maxim)n(um)9
+b(time)k(\(maxTime\))e(is)j(also)f(initially)e(calculated)j(as)g(follo)o(ws:)
+785 2119 y(maxTim)o(e)d(=)k(timeLeft)324 2227 y(This)f(is)f(a)h(sp)q(ecial)g
+(case)h(to)f(stop)g(the)g(program)f(from)f(losing)h(on)g(time.)324
+2313 y(Using)i(only)f(this)i(approac)o(h,)f(a)f(problem)g(ma)o(y)g(o)q(ccur)i
+(where)g(the)g(program)e(ha)o(ving)262 2363 y(half)19 b(an)h(hour)h(left)f
+(for)h(its)f(last)h(mo)o(v)o(e)d(will)i(w)o(an)o(t)g(to)g(use)i(its)e(full)f
+(time)h(allo)q(cation.)262 2412 y(Ho)o(w)o(ev)o(er,)12 b(it)h(ma)o(y)d(b)q(e)
+j(b)q(etter)h(not)f(to)f(sp)q(end)i(all)d(the)j(a)o(v)n(ailable)c(time)h(and)
+i(sa)o(v)o(e)f(some)g(for)262 2462 y(use)i(during)e(the)i(next)g(time)e(con)o
+(trol)h(p)q(erio)q(d.)18 b(T)m(o)12 b(a)o(v)o(oid)g(this)i(problem;)d(during)
+i(the)h(last)262 2512 y(10)f(mo)o(v)o(es)f(b)q(efore)j(a)f(time)e(con)o
+(trol,)h(respTime)h(is)g(mo)q(di\014ed)e(as)i(follo)o(ws:)946
+2574 y(135)p eop
+%%Page: 136 138
+136 137 bop 344 357 a Fp(respTime)14 b(=)g(min\(respTime,)d(timeLeft2/mo)o(v)
+o(esLeft2\))344 457 y Fl(where)380 506 y Fp(respTime)i(:)77
+b(is)14 b(the)h(initial)c(resp)q(onse)16 b(time)d(set.)380
+606 y(timeLeft2)f(:)71 b(is)14 b(the)h(time)d(left)i(b)q(efore)g(the)h(next)f
+(but)g(one)g(time)f(con)o(trol.)380 706 y(mo)o(v)o(esLeft2)f(:)42
+b(is)14 b(the)h(n)o(um)o(b)q(er)e(of)g(mo)o(v)o(es)g(left)g(b)q(efore)i(the)f
+(next)h(but)f(one)g(time)651 756 y(con)o(trol.)324 874 y(After)g(the)h
+(program)e(lea)o(v)o(es)h(its)g(op)q(ening)g(b)q(o)q(ok)f(it)h(is)g(faced)g
+(with)g(a)g(p)q(osition)f(whose)262 924 y(concepts)22 b(m)o(ust)d(b)q(e)i
+(grasp)q(ed)h(to)e(enable)h(the)g(program)e(to)h(con)o(tin)o(ue)h(the)g
+(thread)g(of)262 974 y(the)16 b(op)q(ening.)25 b(T)m(o)16 b(help)g(the)h
+(program)e(at)h(this)g(di\016cult)g(stage,)h(the)g(resp)q(onse)h(time)d(is)
+262 1023 y(increased)g(b)o(y)e(b)q(et)o(w)o(een)i(0)e(and)h(respTime)f(dep)q
+(ending)i(on)e(the)h(n)o(um)o(b)q(er)f(of)g(mo)o(v)o(es)g(since)262
+1073 y(lea)o(ving)i(the)j(op)q(ening)f(b)q(o)q(ok,)g(e.g.)26
+b(the)18 b(\014rst)g(non)f(b)q(o)q(ok)f(mo)o(v)o(e)g(is)g(respTime,)h(and)g
+(the)262 1123 y(forth)c(is)h(0.)262 1266 y Fl(Time)h(Allo)q(cation)e
+(Adjustmen)o(t)262 1378 y Fp(The)h(actual)g(time)f(whic)o(h)i(can)f(b)q(e)h
+(sp)q(en)o(t)h(on)e(a)g(mo)o(v)o(e)f(can)h(v)n(ary)g(b)q(et)o(w)o(een)i
+(respTime/64)262 1428 y(and)10 b(maxTim)o(e.)k(Therefore,)e(for)e(a)g(time)f
+(con)o(trol)g(of)h(40)g(mo)o(v)o(es)f(in)g(2)h(hours)h(the)g(minim)n(um)262
+1478 y(and)20 b(maxim)n(um)d(times)i(could)i(range)g(from)d(3)j(seconds)h(to)
+e(2)h(hours.)39 b(Of)20 b(course,)j(if)262 1528 y(the)c(searc)o(h)h(tree)h
+(is)d(terminal)g(or)h(thinking)f(on)g(opp)q(onen)o(ts)i(time)e(has)h(b)q(een)
+h(used)g(an)262 1578 y(imm)o(ediate)11 b(resp)q(onse)16 b(ma)o(y)c(still)h(o)
+q(ccur.)324 1663 y(The)18 b(time)e(sp)q(en)o(t)j(thinking)e(on)g(opp)q(onen)o
+(ts)i(time)d(is)i(tak)o(en)g(in)o(to)f(accoun)o(t)h(b)o(y)g(this)262
+1713 y('time)f(windo)o(w'.)34 b(F)m(or)19 b(example,)g(if)g(the)h(program)e
+(had)h(sp)q(en)o(t)i(60)e(seconds)i(thinking)262 1763 y(on)d(opp)q(onen)o(ts)
+g(time)f(and)h(the)h(exp)q(ected)i(reply)d(w)o(as)g(made,)g(a)g(new)h
+(respTime)e(of)h(62)262 1812 y(seconds)f(w)o(ould)e(only)g(require)i(2)f
+(more)f(seconds)j(though)o(t)d(b)o(y)h(the)h(program,)d(all)h(other)262
+1862 y(things)e(b)q(eing)h(equal.)324 1947 y(The)20 b(actual)f(time)g(tak)o
+(en)h(within)f(this)h('time)e(windo)o(w')g(will)h(dep)q(end)i(on)e(v)n
+(arious)262 1997 y(factors)e(measuring)f(ho)o(w)g(complex)g(the)h(mo)o(v)o(e)
+f(c)o(hoice)h(is.)27 b(Dep)q(ending)17 b(on)g(the)g(searc)o(h)262
+2047 y(status,)12 b(the)h(time)e(allo)q(cation)f(is)i(adjusted)h(under)g(5)e
+(categories.)19 b(Note,)12 b(to)g(facilitate)f(the)262 2097
+y(v)n(arying)h(time)h(allo)q(cation)f(c)o(hanges,)i(the)h(concept)g(of)e
+(extra)p 1130 2104 94 2 v 14 w(time)g(is)h(in)o(tro)q(duced.)262
+2240 y Fl(1.)25 b(Best)17 b(Mo)o(v)o(e)g(leads)f(to)h(a)g(Loss:)41
+b Fp(While)15 b(no)g(mo)o(v)o(es)f(are)h(found)g(to)g(a)o(v)o(oid)f(losing)
+262 2290 y(the)e(game,)e(the)j(allo)q(cated)f(time)e(is)i(set)h(to)f(the)g
+(maxTime.)i(This)e(allo)o(ws)f(the)h(program)f(to)262 2340
+y(con)o(tin)o(ue)k(searc)o(hing)h(un)o(til)e(either)j(mate)d(is)h(found)g(or)
+h(almost)d(all)h(the)i(program's)e(time)262 2390 y(expires.)20
+b(After)14 b(all,)f(the)i(program)e(is)h(v)o(ery)g(lik)o(ely)f(to)h(lose)g
+(if)g(it)g(pla)o(ys)f(a)h(mo)o(v)o(e)f(it)h(kno)o(ws)262 2439
+y(will)e(lead)i(to)f(a)h(loss,)f(therefore)i(it)f(migh)o(t)e(as)i(w)o(ell)f
+(sp)q(end)i(most)d(of)i(its)f(time)g(attempting)946 2574 y(136)p
+eop
+%%Page: 137 139
+137 138 bop 262 307 a Fp(to)16 b(\014nd)g(an)g(impro)o(v)o(emen)o(t.)22
+b(Of)16 b(course,)i(if)d(the)i(loss)f(is)g(found)f(to)h(b)q(e)h(una)o(v)o
+(oidable)e(the)262 357 y(mo)o(v)o(e)d(whic)o(h)i(lasts)g(out)f(the)i(longest)
+f(will)e(b)q(e)j(pla)o(y)o(ed)e(immedia)o(tely)m(.)262 499
+y Fl(2.)35 b(New)21 b(Iteration)d(Begun:)41 b Fp(Before)19
+b(eac)o(h)f(new)h(iteration)e(b)q(egins)i(the)f(program)262
+549 y(calculates)10 b(ho)o(w)f(long)g(the)i(iteration)e(is)h(exp)q(ected)i
+(to)e(tak)o(e)f(based)i(on)f(the)g(time)f(tak)o(en)h(o)o(v)o(er)262
+599 y(previous)g(iterations.)17 b(F)m(or)10 b(example,)f(in)h(the)h(middle)e
+(game)g(an)h(iteration)g(t)o(ypically)f(tak)o(es)262 649 y(ab)q(out)15
+b(6)g(times)f(the)i(length)g(of)e(all)g(previous)i(iterations)1177
+634 y Fk(5)1196 649 y Fp(.)22 b(Additionally)m(,)13 b(an)i(iteration)262
+699 y(commi)o(tm)o(en)o(t)d(time)i(is)g(calculated.)21 b(If)14
+b(the)h(curren)o(t)h(resp)q(onse)h(time)c(will)h(expire)h(b)q(efore)262
+748 y(the)f(iteration)f(commi)o(tm)o(en)o(t)e(time,)h(the)i(searc)o(h)g(is)g
+(ab)q(orted.)k(Ho)o(w)o(ev)o(er,)c(if)e(the)i(program)262 798
+y(is)h(committed)f(to)i(the)g(iteration,)g(it)g(allo)o(ws)e(the)j(extra)f
+(time)f(reasonably)h(exp)q(ected)i(to)262 848 y(ac)o(hiev)o(e)e(some)f
+(results)i(from)e(the)h(new)h(iteration)f(commitm)n(en)o(t.)23
+b(Note)16 b(that)g(the)h(time)262 898 y(previously)c(tak)o(en)h(thinking)f
+(on)h(opp)q(onen)o(ts)g(time)f(is)h(also)f(tak)o(en)h(in)o(to)f(accoun)o(t.)
+504 1011 y(extraTime)g(=)h(iterationTime)e Ff(\000)i Fp(respTime)g(+)g
+(oppTime)262 1153 y Fl(3.)20 b(Searc)o(h)13 b(F)l(ailed)f(Lo)o(w:)41
+b Fp(When)12 b(the)h(searc)o(h)g(has)f(failed)g(lo)o(w,)f(the)h(true)h(v)n
+(alue)f(of)f(the)262 1203 y(b)q(est)h(mo)o(v)o(e)f(found)g(is)h(not)f(kno)o
+(wn,)h(it)f(is)h(only)f(kno)o(wn)g(that)h(it)f(is)h(w)o(orse)h(than)e(the)i
+Fh(\013)e Fp(v)n(alue)262 1253 y(of)h(the)h(initial)e(searc)o(h)j(windo)o(w.)
+i(In)d(this)g(case,)h(a)e(large)g(amoun)o(t)f(of)h(time)g(is)g(allo)q(cated)h
+(to)262 1303 y(actually)g(\014nd)i(a)f(true)i(score.)21 b(Otherwise,)16
+b(if)d(the)j(b)q(est)f(mo)o(v)o(e)e(found)h(w)o(ere)i(pla)o(y)o(ed,)e(it)g
+(is)262 1353 y(lik)o(ely)e(to)i(b)q(e)g(a)g(blunder.)739 1466
+y(extraTime)f(=)h(8)g Ff(\001)f Fp(respTime)262 1608 y Fl(4.)23
+b(Searc)o(h)16 b(F)l(ailed)f(High:)41 b Fp(Lik)o(e)14 b(a)g(fail)f(lo)o(w,)h
+(when)h(the)g(searc)o(h)h(fails)d(high)h(the)i(true)262 1658
+y(score)21 b(is)e(not)h(kno)o(wn.)35 b(Ho)o(w)o(ev)o(er,)22
+b(things)d(are)h(not)g(so)g(sev)o(ere)i(as)d(with)h(the)g(fail)f(lo)o(w)262
+1708 y(condition)13 b(as)h(it)g(is)h(kno)o(wn)e(that)i(the)g(b)q(est)g(mo)o
+(v)o(e)e(found)h(is)g(b)q(etter)i(than)e Fh(\014)r Fp(.)20
+b(Therefore,)262 1758 y(some)12 b(extra)i(time)e(is)h(allo)q(cated)g(to)h
+(allo)o(w)d(the)j(true)h(score)f(to)g(b)q(e)g(determined,)f(ho)o(w)o(ev)o
+(er,)262 1808 y(this)g(time)g(is)h(not)g(excessiv)o(e,)h(b)q(eing)f(set)g
+(at:)739 1921 y(extraTime)f(=)h(2)g Ff(\001)f Fp(respTime)262
+2063 y Fl(5.)41 b(Searc)o(h)21 b(V)l(alue)g(in)h(Aspiration)d(Windo)o(w:)40
+b Fp(The)20 b(actual)g(b)q(est)g(mo)o(v)o(e)e(v)n(alue)262
+2113 y(is)e(kno)o(wn,)h(therefore,)h(time)e(can)h(b)q(e)g(allo)q(cated)f
+(directly)h(from)e(the)j(v)n(alue)e(itself.)26 b(The)262 2163
+y(judgemen)o(t)17 b(is)h(based)i(on)e(the)h(di\013erence)h(b)q(et)o(w)o(een)g
+(the)f(b)q(est)h(mo)o(v)o(e's)d(v)n(alue)h(and)g(the)262 2213
+y(score)e(at)f(the)h(end)g(of)e(the)i(last)f(iteration.)22
+b(If)15 b(this)g(di\013erence)i(is)e(less)h(than)g(or)f(equal)g(to)262
+2263 y Ff(\000)p Fp(16,)e(extra)h(time)f(is)g(allo)q(cated)h(as)g(follo)o
+(ws:)599 2376 y(extraTime)f(=)h(\()p Ff(j)g Fp(di\013)f Ff(j)h
+Fp(/)f(16)h Ff(\001)f Fp(respTime\))h(/)f(8)p 262 2411 573
+2 v 308 2437 a Fj(5)325 2449 y Fi(the)e(fact)f(that)h(o)q(dd)f(ply)h
+(iterations)e(tak)o(e)i(longer)f(than)g(ev)o(en)g(ones)h(is)g(also)g(tak)o
+(en)f(in)o(to)h(accoun)o(t)946 2574 y Fp(137)p eop
+%%Page: 138 140
+138 139 bop 262 307 a Fp(F)m(or)11 b(example,)f(if)g(the)i(b)q(est)h(mo)o(v)o
+(e)d(at)h(this)g(iteration)g(app)q(ears)i(to)e(lose)g(a)g(pa)o(wn)h(relativ)o
+(e)f(to)262 357 y(the)16 b(previous)f(iteration)g(\(di\013)h(=)f
+Ff(\000)p Fp(100\),)g(the)h(extra)g(time)e(allo)q(cated,)h(giv)o(en)g
+(respTime)262 407 y(=)i(180)g(seconds)i(and)f(in)o(teger)g(arithmetic,)f(w)o
+(ould)g(b)q(e)h(135)f(seconds,)j(making)15 b(a)i(total)262
+457 y(time)11 b(of)i(5)g(min)o(utes)f(15)h(seconds.)19 b(F)m(or)13
+b(the)h(loss)g(of)e(a)h(bishop,)g(the)h(extra)g(time)e(w)o(ould)g(b)q(e)262
+506 y(ab)q(out)h(8)h(min)o(utes)f(\(total)g(time)g(11)g(min)o(utes\).)324
+592 y(This)h(metho)q(d)g(allo)o(ws)f(extra)h(time)g(to)g(b)q(e)h(allo)q
+(cated)f(as)g(and)g(when)h(necessary)m(.)21 b(The)262 641 y(loss)14
+b(of)f(a)h(piece)i(is)e(v)o(ery)g(lik)o(ely)f(to)i(mean)e(the)h(loss)h(of)e
+(the)i(game,)e(so)h(it)g(is)g(imp)q(ortan)o(t)f(to)262 691
+y(allo)q(cate)j(a)g(signi\014can)o(t)g(amoun)o(t)f(of)h(time)g(in)g(order)h
+(to)g(searc)o(h)h(for)e(a)h(w)o(a)o(y)f(of)g(a)o(v)o(oiding)262
+741 y(the)d(loss.)18 b(As)13 b(can)h(b)q(e)f(seen)h(the)g(actual)f(extra)g
+(time)f(allo)q(cated)g(is)h(directly)h(prop)q(ortional)262
+791 y(to)e(the)i(threatened)h(loss.)j(This)13 b(approac)o(h)g(also)f(helps)i
+(the)g(program)d(a)o(v)o(oid)h(the)i(horizon)262 841 y(e\013ect)20
+b(b)o(y)f(detecting)g(when)h(scores)g(drop)f(b)q(et)o(w)o(een)h(iterations,)g
+(and)f(then)g(allo)q(cating)262 891 y(more)12 b(time)h(to)h(see)h(o)o(v)o(er)
+f(the)g(searc)o(h)h(horizon.)324 976 y(When)e(the)g(di\013erence)i(is)e
+(greater)h(than)e Ff(\000)p Fp(16,)h(no)f(extra)i(time)d(is)i(allo)q(cated.)k
+(In)c(fact,)262 1026 y(the)j(time)e(is)h(reduced)i(for)e(n)o(umerous)g(ob)o
+(vious)g(mo)o(v)o(es.)21 b(The)16 b(follo)o(wing)d(attributes)j(are)262
+1075 y(tak)o(en)e(in)o(to)f(accoun)o(t)h(for)g(time)e(reduction:)324
+1190 y Ff(\017)20 b Fp(Whether)15 b(the)f(b)q(est)g(mo)o(v)o(e)e(has)i(main)o
+(tained)d(top)i(p)q(osition)g(throughout)g(all)g(itera-)365
+1240 y(tions.)324 1321 y Ff(\017)20 b Fp(Whether)15 b(a)f(fail)e(lo)o(w)h(or)
+h(high)f(has)h(o)q(ccurred)i(during)e(this)f(searc)o(h.)324
+1402 y Ff(\017)20 b Fp(Whether)15 b(the)g(b)q(est)g(mo)o(v)o(e)d(is)i
+(clearly)f(b)q(etter)j(than)e(all)e(its)i(siblings.)324 1484
+y Ff(\017)20 b Fp(Whether)15 b(the)g(mo)o(v)o(e)d(is)i(a)f(capture)i(or)f
+(recapture.)324 1565 y Ff(\017)20 b Fp(Whether)c(the)e(mo)o(v)o(e)f(w)o(as)h
+(part)g(of)g(the)h(main)d(line)h(predicted)j(from)c(the)j(previous)365
+1615 y(searc)o(h.)324 1696 y Ff(\017)20 b Fp(Whether)11 b(a)e(mo)o(v)o(e's)f
+(v)n(alue)h(falls)g(within)g(a)g(score)i(range)f(predicted)h(b)o(y)e(the)h
+(previous)365 1745 y(searc)o(h.)262 1860 y(Giv)o(en)19 b(this)i(information,)
+d(the)j(time)f(allo)q(cation)e(function)i(can)h(mak)o(e)e(a)h(reasonable)262
+1910 y(decision)14 b(ab)q(out)f(what)h(can)g(safely)p 717 1925
+102 2 v 14 w(b)q(e)g(considered)i(ob)o(vious.)324 1995 y(Please)11
+b(note,)g(this)g(time)e(allo)q(cation)g(adjustmen)o(t)h(pro)q(cess)i(is)f
+(con)o(tin)o(ually)e(p)q(erformed)262 2045 y(ev)o(ery)14 b(time)f(a)g(new)i
+(b)q(est)g(mo)o(v)o(e)d(is)i(found)f(or)h(an)g(iteration)f(completes.)262
+2188 y Fl(Chec)o(king)h(Time)262 2300 y Fp(Whenev)o(er)g(the)g(allo)q(cated)f
+(time)f(is)h(adjusted,)h(a)f(new)h(searc)o(h)h(expiry)e(time)f(exists.)19
+b(This)262 2350 y(expiry)10 b(time)f(is)h(calculated)h(from)d(the)j(resp)q
+(onse)i(time,)c(extra)i(time,)e(time)g(sp)q(en)o(t)j(thinking)262
+2399 y(on)i(opp)q(onen)o(ts)i(time)d(and)i(the)h(max)d(time.)20
+b(Using)15 b(this)g(expiry)g(time,)e(an)i(alarm)e(call)h(is)262
+2449 y(set)i(up)g(to)f(signal)g(the)h(program)e(when)i(its)f(searc)o(h)i
+(time)d(has)i(matured.)23 b(Additionally)m(,)946 2574 y(138)p
+eop
+%%Page: 139 141
+139 140 bop 262 307 a Fp(b)q(efore)19 b(setting)f(a)g(new)h(alarm)d(call)i
+(time,)g(the)h(old)e('alarm)f(call')h(m)o(ust)g(b)q(e)i(cancelled.)262
+357 y(This)13 b(approac)o(h)h(mak)o(es)f(use)i(of)e(the)h(UNIX)h(system)e
+(call)g Fm(alarm)p Fp(.)262 530 y Fr(6.5)69 b(E\016ciency)22
+b(Asp)r(ects)262 656 y Fp(E\016ciency)f(is)f(v)o(ery)h(imp)q(ortan)o(t)d(to)j
+(an)o(y)f(c)o(hess)i(program.)36 b(In)20 b(fact,)i(b)q(ecause)g(of)e(the)262
+706 y(un)o(usually)14 b(dominan)o(t)g(factor)i(of)f(e\016ciency)m(,)h(c)o
+(hess)h(programs)e(are)h(usually)f(quite)h(hard)262 756 y(to)h(follo)o(w.)28
+b(I)17 b(ha)o(v)o(e)h(tried)g(to)g(mak)o(e)e(HIAR)o(CS)h(as)h(clear)g(and)g
+(easy)g(to)g(understand)h(as)262 805 y(p)q(ossible,)13 b(while)h(k)o(eeping)f
+(to)h(the)h(o)o(v)o(erall)d(aims)h(of)g(e\016ciency)m(.)324
+891 y(The)e(follo)o(wing)e(sections)j(explain)e(program)g(e\016ciency)i(from)
+d(three)j(di\013eren)o(t)g(angles:)262 1042 y Fu(6.5.1)55 b(Algorithms)262
+1154 y Fp(T)m(ree)17 b(searc)o(hing)h(e\016ciency)g(is)f(of)f(primary)g(imp)q
+(ortance)g(to)h(the)h(o)o(v)o(erall)e(sp)q(eed)i(of)f(the)262
+1204 y(program.)25 b(F)m(or)17 b(example,)f(the)i(di\013erence)h(b)q(et)o(w)o
+(een)f(applying)e Fh(\013\014)j Fp(to)e(a)g(w)o(ell)f(ordered)262
+1254 y(tree)g(and)g(a)f(badly)g(ordered)i(tree)g(is)f(man)o(y)e(orders)i(of)f
+(magnitude.)22 b(In)16 b(HIAR)o(CS,)f(par-)262 1304 y(ticular)g(atten)o(tion)
+g(has)h(b)q(een)h(paid)e(to)g(impro)o(ving)e(mo)o(v)o(e)h(ordering)h(to)h
+(therefore)h(a)o(v)o(oid)262 1354 y(exploration)c(of)g(man)o(y)f(unnecessary)
+k(no)q(des.)324 1439 y(Other)11 b(areas)g(lik)o(e)e(mo)o(v)o(e)f(generation,)
+j(for)f(example,)f(ha)o(v)o(e)h(b)q(een)h(made)e(more)g(e\016cien)o(t)262
+1489 y(b)o(y)k(the)i(use)f(of)g(suitable)f(data)h(structures.)262
+1640 y Fu(6.5.2)55 b(Data)19 b(Structures)262 1752 y Fp(Data)c(structure)k
+(comp)q(osition)c(mak)o(es)g(a)h(large)h(con)o(tribution)f(to)g(o)o(v)o
+(erall)g(program)f(ef-)262 1802 y(\014ciency)j(b)o(y)f(allo)o(wing)e(fast)i
+(storage)g(and)h(retriev)n(al)f(of)f(imp)q(ortan)o(t)g(information.)25
+b(The)262 1852 y(incremen)o(tal)13 b(attac)o(k)g(tables)i(and)e(transp)q
+(osition)h(table)g(are)g(ob)o(vious)g(examples)f(of)g(this.)262
+1902 y(The)e(rather)i(complex)d(ev)n(aluation)g(function)h(w)o(ould)f(b)q(e)j
+(just)e(to)q(o)g(exp)q(ensiv)o(e)i(to)e(compute)262 1952 y(w)o(ere)j(it)g
+(not)g(for)f(the)i(attac)o(k)f(tables.)324 2037 y(Without)d(the)h(use)g(of)f
+(a)g(large)g(easily)g(accessible)i(transp)q(osition)e(table,)h(m)o(uc)o(h)e
+(w)o(asted)262 2087 y(e\013ort)18 b(w)o(ould)f(result)h(from)e(exploring)h
+(duplicate)h(subtrees.)32 b(The)18 b(impro)o(v)o(emen)o(ts)d(are)262
+2137 y(particularly)f(eviden)o(t)j(in)e(the)h(endgame,)f(where)i(a)e(5-fold)g
+(sp)q(eed)i(impro)o(v)o(emen)o(t)c(is)j(not)262 2186 y(uncommon.)946
+2574 y(139)p eop
+%%Page: 140 142
+140 141 bop 262 307 a Fu(6.5.3)55 b(Co)r(de)18 b(Pro)r(duction)262
+419 y Fp(Consideration)d(m)o(ust)g(also)g(b)q(e)h(giv)o(en)f(to)h(the)g(co)q
+(de)h(pro)q(duced)g(b)o(y)e(the)i(C)e(compiler.)23 b(It)262
+469 y(ma)o(y)17 b(ha)o(v)o(e)j(b)q(een)h(noted)g(ho)o(w)e(all)g(m)o(y)f(main)
+g(data)h(structure)j(records)g(are)e(of)f(a)h(size)262 519
+y(divisible)e(b)o(y)i(2.)35 b(This)20 b(allo)o(ws)f(the)h(compiler)f(to)g
+(use)i(a)e(less)i(time)d(consuming)h(shift)262 569 y(op)q(eration,)13
+b(instead)h(of)f(m)o(ultiplication,)d(to)k(access)i(individual)11
+b(records.)324 654 y(Unsigned)19 b(data)f(t)o(yp)q(es)h(are)g(used)h(where)g
+(p)q(ossible)e(to)h(impro)o(v)o(e)e(the)i(e\016ciency)g(of)262
+704 y(the)13 b(addressing)h(co)q(de)g(pro)q(duced.)20 b(F)m(or)12
+b(example,)g(when)i(using)f(a)g(signed)g(16)g(bit)g(in)o(teger)262
+754 y(as)k(an)f(index)h(in)o(to)f(an)h(arra)o(y)m(,)f(the)i(compiler)d(m)o
+(ust)h(pro)q(duce)i(an)f(extra)h(instruction)f(to)262 803 y(p)q(erform)d
+(sign)i(extensions)h(\(EXT.L)e(on)h(a)f(MC68000\))g(in)h(a)f(32)g(bit)h
+(addressing)g(mo)q(de.)262 853 y(With)d(unsigned)h(in)o(tegers,)g(none)g(of)g
+(this)g(is)f(necessary)m(.)324 938 y(All)g(constructs)j(and)e(expressions)i
+(whic)o(h)e(pro)q(duce)i(time)d(exp)q(ensiv)o(e)i(mac)o(hine)e(co)q(de)262
+988 y(are)h(a)o(v)o(oided)f(where)i(p)q(ossible.)j(F)m(or)c(example,)e(few)i
+(division)e(op)q(erations)i(are)h(used.)324 1073 y(Most)g(functions)g(use)h
+(register)g(v)n(ariables)e(for)g(the)i(most)d(commonly)f(used)j(data)g(ob-)
+262 1123 y(jects.)36 b(Of)19 b(course,)j(ho)o(w)d(often)h(these)h(v)n
+(ariables)d(are)i(register)h(residen)o(t)g(dep)q(ends)g(on)262
+1173 y(UNIX)14 b(and)f(the)i(C)f(Compiler.)324 1258 y(Unfolding)f(lo)q(ops)i
+(and)f(pro)q(ducing)h(linear)g(co)q(de)g(is)g(another)g(tric)o(k)g(to)g
+(extract)h(more)262 1308 y(sp)q(eed.)j(Ho)o(w)o(ev)o(er,)12
+b(I)g(ha)o(v)o(e)g(a)o(v)o(oided)g(suc)o(h)h(practice)g(on)f(the)h(whole)f
+(to)g(impro)o(v)o(e)e(readabil-)262 1358 y(it)o(y)j(and)h(ease)g(dev)o
+(elopmen)o(t)f(testing.)324 1443 y(I)k(ha)o(v)o(e)h(made)e(a)h(n)o(um)o(b)q
+(er)g(of)g(critical)g(v)n(ariables)g(global)f(to)h(a)o(v)o(oid)f(using)i(up)f
+(time,)262 1493 y(passing)h(large)g(amoun)o(ts)g(of)g(data)g(on)g(the)i(stac)
+o(k.)32 b(Ho)o(w)o(ev)o(er,)20 b(I)f(ha)o(v)o(e)f(also)g(emplo)o(y)o(ed)262
+1543 y(some)e(data)h(hiding)f(tec)o(hniques)j(where)f(suitable)g(to)f(ease)h
+(dev)o(elopmen)o(t)e(and)i(testing.)262 1593 y(The)c(HashDriv)o(er)g(mo)q
+(dule)e(is)i(an)g(ob)o(vious)f(example)g(of)g(this.)324 1678
+y(Individually)m(,)18 b(all)g(these)j(impro)o(v)o(em)o(en)o(ts)d(are)h(v)o
+(ery)h(small.)32 b(Ho)o(w)o(ev)o(er,)21 b(when)f(y)o(ou)262
+1728 y(consider)15 b(that)g(a)f(n)o(um)o(b)q(er)g(of)h(co)q(de)g(units)g(are)
+g(executed)i(man)o(y)c(milli)o(ons)f(of)i(times,)g(the)262
+1778 y(o)o(v)o(erall)e(e\013ect)k(can)e(b)q(e)g(quite)g(impressiv)o(e.)946
+2574 y(140)p eop
+%%Page: 141 143
+141 142 bop 262 654 a Fn(Chapter)34 b(7)262 897 y Fo(Program)40
+b(P)m(erformance)262 1148 y Fp(In)17 b(order)h(to)f(b)q(e)i(able)e(to)g(ev)n
+(aluate)g(the)h(tec)o(hniques)h(emplo)o(y)o(ed)d(in)h(HIAR)o(CS)g(5.0,)g(the)
+262 1198 y(program's)g(strengths)k(and)d(w)o(eaknesses)k(need)e(to)f(b)q(e)g
+(assessed.)36 b(F)m(ortunately)m(,)19 b(c)o(hess)262 1248 y(pro)o(vides)14
+b(man)o(y)e(w)o(a)o(ys)h(of)g(testing)i(a)e('pla)o(y)o(ers')g(abilit)o(y)m(.)
+324 1333 y(The)g(ELO)h(c)o(hess)g(rating)f(system)g([19)o(])f(has)h(b)q(een)h
+(used)g(w)o(orld)f(wide)g(for)g(o)o(v)o(er)g(t)o(w)o(en)o(t)o(y)262
+1383 y(y)o(ears)h(to)h(estimate)e(a)h(pla)o(y)o(er's)g(abilit)o(y)f(in)h
+(terms)g(of)f(rating)h(p)q(oin)o(ts.)20 b(Chess)15 b(ratings)f(are)262
+1433 y(ac)o(hiev)o(ed)h(b)o(y)f(pla)o(ying)f(a)i(n)o(um)o(b)q(er)f(of)g
+(games)g(against)g(already)g(rated)i(pla)o(y)o(ers.)k(Using)15
+b(a)262 1483 y(rating/probabilit)o(y)c(table,)i(a)h(rating)f(can)h(b)q(e)h
+(calculated)f(based)h(on)e(ones)i(p)q(erformance)262 1532 y(against)9
+b(the)i(rated)f(pla)o(y)o(ers.)17 b(I)10 b(will)e(use)j(a)f(similar)e(metho)q
+(d)h(to)h(pro)o(vide)g(a)f(rough)h(estimate)262 1582 y(of)j(HIAR)o(CS's)g(c)o
+(hess)j(rating.)324 1667 y(Chess)g(ratings)g(can)f(also)g(b)q(e)h(estimated)f
+(from)f(a)h(set)h(of)f(test)i(p)q(ositions.)22 b(Although)262
+1717 y(this)d(metho)q(d)g(is)h(not)f(used)i(o\016cially)d(to)h(rate)h(pla)o
+(y)o(ers,)h(it)e(can)h(b)q(e)h(used)f(to)g(giv)o(e)f(an)262
+1767 y(estimate)11 b(of)h(the)h(tested)h(pla)o(y)o(ers)e(rating.)17
+b(Also,)12 b(these)h(tests)h(allo)o(w)d(a)h(pla)o(y)o(er's)g(abilit)o(y)e(in)
+262 1817 y(v)n(arious)k(areas)i(of)f(c)o(hess,)h(e.g.)23 b(tactical)15
+b(pla)o(y)m(,)e(to)j(b)q(e)g(measured.)22 b(Therefore,)16 b(suc)o(h)h(test)
+262 1867 y(p)q(ositions)9 b(will)f(b)q(e)j(useful)f(to)g(me)f(in)g(iden)o
+(tifying)f(the)j(relativ)o(e)e(strengths)j(and)e(w)o(eaknesses)262
+1916 y(of)j(HIAR)o(CS.)324 2002 y(The)j(follo)o(wing)d(tests)k(will)d(b)q(e)i
+(p)q(erformed)g(to)f(assess)i(the)g(program's)d(o)o(v)o(erall)g(c)o(hess)262
+2052 y(rating,)e(st)o(yle,)i(strength)h(and)f(w)o(eakness)h(in)e(the)i(v)n
+(arious)e(areas)h(of)g(the)g(game:)312 2170 y(1.)20 b Fl(Bratk)o(o-Kop)q(ec)g
+(T)l(ests)p Fp(:)k(These)19 b(test)g(p)q(ositions)e(will)f(b)q(e)i(used)h(to)
+e(estimate)g(a)365 2220 y(rating)10 b(and)f(assess)j(b)q(oth)e(the)g
+(tactical)g(and)f(p)q(ositional)g(strengths)i(of)e(the)i(program.)312
+2303 y(2.)20 b Fl(Computer)15 b(Opp)q(osition)p Fp(:)h(A)e(matc)o(h)g(will)f
+(b)q(e)i(pla)o(y)o(ed)f(b)q(et)o(w)o(een)i(HIAR)o(CS)e(and)365
+2353 y(a)g(rated)h(computer)e(opp)q(onen)o(t)h(to)g(illustrate)g(its)g(pla)o
+(ying)e(st)o(yle)i(and)g(estimate)g(its)365 2402 y(rating.)946
+2574 y(141)p eop
+%%Page: 142 144
+142 143 bop 312 307 a Fp(3.)20 b Fl(Human)f(Opp)q(osition)o
+Fp(:)h(A)d(matc)o(h)e(will)g(b)q(e)i(pla)o(y)o(ed)f(b)q(et)o(w)o(een)i(HIAR)o
+(CS)f(and)f(a)365 357 y(rated)h(h)o(uman)d(opp)q(onen)o(t)j(to)f(\014nd)g
+(out)g(ho)o(w)f(it)h(cop)q(es)h(with)f(a)g(h)o(uman's)e(st)o(yle)i(of)365
+407 y(pla)o(y)d(and)h(to)g(further)g(estimate)g(its)g(rating.)312
+490 y(4.)20 b Fl(Kno)o(wledge)c(v)o(ersus)g(Searc)o(h)p Fp(:)k(A)15
+b(matc)o(h)g(will)e(b)q(e)j(pla)o(y)o(ed)f(b)q(et)o(w)o(een)i(HIAR)o(CS)365
+540 y(and)c(a)g(v)o(ersion)g(of)f(itself)g(with)h(dramatically)d(reduced)15
+b(leaf)d(no)q(de)h(kno)o(wledge)g(and)365 589 y(no)19 b(searc)o(h)g
+(extensions.)33 b(This)18 b('kno)o(wledge-less')g(v)o(ersion)h(of)f(HIAR)o
+(CS)g(will)f(b)q(e)365 639 y(allo)o(w)o(ed)h(to)g(searc)o(h)i(3)e(ply)h(deep)
+q(er)h(than)f(the)g(more)f(in)o(telligen)o(t)f(v)o(ersion.)33
+b(This)365 689 y(should)18 b(enable)g(me)f(to)h(estimate)g(what)g(the)g(kno)o
+(wledge)g(is)g(w)o(orth)g(in)f(terms)h(of)365 739 y(searc)o(h)d(depth.)324
+857 y(All)h(tests)j(are)f(p)q(erformed)f(with)g(HIAR)o(CS)g(5.0)f(running)h
+(on)g(a)g(SUN)h(3/80,)f(whic)o(h)262 907 y(pro)o(vides)d(a)f(rate)i(of)e
+(appro)o(ximately)e(300)i(to)h(1200)f(\(legal\))g(no)q(des)i(p)q(er)g
+(second.)262 1080 y Fr(7.1)69 b(Bratk)n(o-Kop)r(ec)23 b(T)-6
+b(ests)262 1206 y Fp(A)10 b(series)i(of)d(24)h(test)h(p)q(ositions)f(w)o(as)h
+(devised)g(b)o(y)f(I.)f(Bratk)o(o)i(and)f(D.)f(Kop)q(ec)j(to)e(in)o(v)o
+(estigate)262 1256 y(and)j(assess)j(c)o(hess)f(p)q(erformance)f(under)h(t)o
+(w)o(o)e(categories:)324 1374 y Ff(\017)20 b Fp(T)m(actical)13
+b(pla)o(y)324 1458 y Ff(\017)20 b Fp(P)o(ositional)13 b(pla)o(y)262
+1576 y(The)f(p)q(ositional)f(tests)i(concen)o(trate)h(in)e(particular)g(on)f
+(lev)o(er)i(mo)o(v)o(es,)e(whic)o(h)h(Bratk)o(o)g(and)262 1626
+y(Kop)q(ec)j(b)q(eliev)o(ed,)e(pla)o(y)g(an)h(imp)q(ortan)o(t)e(role)i(in)f
+(a)h(strong)g(pla)o(y)o(ers)g(abilit)o(y)m(.)324 1711 y(This)f(test)h(set)h
+(w)o(as)e(c)o(hosen)h(in)f(particular)g(b)q(ecause)i(it)e(has)h(b)q(een)h
+(applied)d(to)h(almost)262 1761 y(all)18 b(the)j(strongest)h(c)o(hess)f
+(programs)e(in)h(the)h(w)o(orld)e([41)o(],)i(therefore)h(allo)o(wing)17
+b(useful)262 1811 y(comparisons)f(to)h(b)q(e)h(made.)28 b(In)17
+b(the)h(original)e(test,)i(pla)o(y)o(ers)g(w)o(ere)g(ask)o(ed)g(to)f(giv)o(e)
+g(the)262 1860 y(b)q(est)g(four)f(mo)o(v)o(es)e(in)i(order)h(of)e(merit)g
+(for)h(eac)o(h)h(p)q(osition.)24 b(A)16 b(correct)i(mo)o(v)o(e)c(w)o(as)i
+(then)262 1910 y(scored)j(as)f(follo)o(ws:)25 b(1)17 b(p)q(oin)o(t)h(for)g(a)
+f(correct)j(1st)e(c)o(hoice,)1226 1894 y Fk(1)p 1226 1901 17
+2 v 1226 1925 a(2)1265 1910 y Fp(p)q(oin)o(t)g(for)f(a)h(correct)i(2nd)262
+1960 y(c)o(hoice,)401 1944 y Fk(1)p 401 1951 V 401 1974 a(3)437
+1960 y Fp(p)q(oin)o(t)13 b(for)h(a)f(correct)j(3rd)e(c)o(hoice)g(and)1065
+1944 y Fk(1)p 1065 1951 V 1065 1974 a(4)1100 1960 y Fp(p)q(oin)o(t)g(for)f(a)
+h(correct)h(4th)f(c)o(hoice.)324 2045 y(The)f(problem)f(with)h(computer)f
+(test)j(sub)r(jects)f(is)f(that)g(the)h Fh(\013\014)i Fp(algorithm)10
+b(do)q(es)k(not)262 2095 y(pro)o(vide)f(an)f(accurate)j(b)q(est)f(n)f(c)o
+(hoices,)h(only)f(the)g(b)q(est)i(mo)o(v)o(e)c(found)i(so)g(far.)18
+b(Therefore,)262 2145 y(Bratk)o(o)g(and)f(Kop)q(ec)i(suggested)h(the)e
+(computers)h(c)o(hoice)f(after)g(120,)g(180,)g(30)f(and)h(60)262
+2195 y(seconds)f(should)e(b)q(e)h(used)h(as)e(the)i(1st,)e(2nd,)h(3rd)g(and)f
+(4th)g(c)o(hoices)i(resp)q(ectiv)o(ely)m(.)24 b(The)262 2245
+y(computer)16 b(is)h(therefore)h(at)f(a)g(sligh)o(t)f(disadv)n(an)o(tage)g
+(as)h(its)g(4)f(c)o(hoices)i(ma)o(y)d(all)g(b)q(e)j(the)262
+2294 y(same.)324 2380 y(The)13 b(actual)f(test)i(p)q(ositions)e(can)h(b)q(e)g
+(found)g(in)f(app)q(endix)h(D.)e(The)j(results)f(pro)q(duced)262
+2429 y(b)o(y)g(HIAR)o(CS)h(5.0)f(are)h(sho)o(wn)g(in)f(\014gure)i(7.1.)946
+2574 y(142)p eop
+%%Page: 143 145
+143 144 bop 344 596 1268 2 v 343 646 2 50 v 369 631 a Fm(No.)p
+496 646 V 88 w(Best)15 b(move)p 733 646 V 88 w(1st)p 911 646
+V 119 w(2nd)p 1089 646 V 117 w(3r)n(d)p 1267 646 V 121 w(4th)p
+1445 646 V 85 w(Points)p 1611 646 V 344 648 1268 2 v 343 697
+2 50 v 369 682 a Fp(1\(T\))p 496 697 V 70 w(...)i(Qd1+)p 733
+697 V 86 w(Qd1+)p 911 697 V 195 w(forced)e(mate)p 1445 697
+V 231 w(1)p 1611 697 V 344 699 1268 2 v 343 749 2 50 v 369
+734 a(2\(L\))p 496 749 V 74 w(d5)p 733 749 V 222 w(Re3)p 911
+749 V 108 w(Re3)p 1089 749 V 108 w(Re3)p 1267 749 V 108 w(Re3)p
+1445 749 V 126 w(0)p 1611 749 V 344 750 1268 2 v 343 800 2
+50 v 369 785 a(3\(L\))p 496 800 V 74 w(...)i(f5)p 733 800 V
+197 w(f5)p 911 800 V 144 w(f5)p 1089 800 V 123 w(Qd8)p 1267
+800 V 102 w(Qd8)p 1445 800 V 123 w(1)p 1611 800 V 344 802 1268
+2 v 343 852 2 50 v 369 837 a(4\(L\))p 496 852 V 74 w(e6)p 733
+852 V 243 w(e6)p 911 852 V 138 w(e6)p 1089 852 V 139 w(e6)p
+1267 852 V 139 w(e6)p 1445 852 V 142 w(1)p 1611 852 V 344 853
+1268 2 v 343 903 2 51 v 369 888 a(5\(T\))p 496 903 V 70 w(Nd5)p
+733 903 V 195 w(Bf4)p 911 903 V 115 w(Bf4)p 1089 903 V 108
+w(Nd5)p 1267 903 V 103 w(Nd5)p 1445 903 V 1520 872 a Fk(1)p
+1520 879 17 2 v 1520 903 a(3)p 1611 903 2 51 v 344 905 1268
+2 v 343 955 2 50 v 369 940 a Fp(6\(L\))p 496 955 V 74 w(g6)p
+733 955 V 238 w(g6)p 911 955 V 136 w(g6)p 1089 955 V 137 w(c4)p
+1267 955 V 139 w(c4)p 1445 955 V 142 w(1)p 1611 955 V 344 957
+1268 2 v 343 1006 2 50 v 369 991 a(7\(T\))p 496 1006 V 70 w(Nf6)p
+733 1006 V 200 w(Bb4)p 911 1006 V 104 w(Bb4)p 1089 1006 V 106
+w(Rg3)p 1267 1006 V 105 w(Rg3)p 1445 1006 V 124 w(0)p 1611
+1006 V 344 1008 1268 2 v 343 1058 2 50 v 369 1043 a(8\(L\))p
+496 1058 V 74 w(f5)p 733 1058 V 250 w(f5)p 911 1058 V 144 w(f5)p
+1089 1058 V 144 w(f5)p 1267 1058 V 144 w(f5)p 1445 1058 V 144
+w(1)p 1611 1058 V 344 1059 1268 2 v 343 1109 2 50 v 369 1094
+a(9\(L\))p 496 1109 V 74 w(f5)p 733 1109 V 232 w(Re1)p 911
+1109 V 108 w(Re1)p 1089 1109 V 108 w(Re1)p 1267 1109 V 108
+w(Re1)p 1445 1109 V 126 w(0)p 1611 1109 V 344 1111 1268 2 v
+343 1161 2 50 v 369 1146 a(10\(T\))p 496 1161 V 49 w(...)g(Ne5)p
+733 1161 V 142 w(Qc5)p 911 1161 V 107 w(Qc5)p 1089 1161 V 107
+w(Qc5)p 1267 1161 V 107 w(Qc5)p 1445 1161 V 126 w(0)p 1611
+1161 V 344 1162 1268 2 v 343 1212 2 50 v 369 1197 a(11\(L\))p
+496 1212 V 53 w(f4)p 733 1212 V 235 w(Nf5)p 911 1212 V 113
+w(Nf5)p 1089 1212 V 113 w(Nf5)p 1267 1212 V 112 w(Nf5)p 1445
+1212 V 129 w(0)p 1611 1212 V 344 1214 1268 2 v 343 1264 2 50
+v 369 1249 a(12\(T\))p 496 1264 V 49 w(...)g(Bf5)p 733 1264
+V 154 w(Bf5)p 911 1264 V 115 w(Bf5)p 1089 1264 V 114 w(Bf5)p
+1267 1264 V 115 w(Bf5)p 1445 1264 V 130 w(1)p 1611 1264 V 344
+1265 1268 2 v 343 1315 2 50 v 369 1300 a(13\(L\))p 496 1315
+V 53 w(b4)p 733 1315 V 222 w(Rc1)p 911 1315 V 108 w(Rc1)p 1089
+1315 V 108 w(Rc1)p 1267 1315 V 108 w(Rc1)p 1445 1315 V 126
+w(0)p 1611 1315 V 344 1317 1268 2 v 343 1367 2 50 v 369 1352
+a(14\(T\))p 496 1367 V 49 w(Qd2)p 733 1367 V 187 w(Qd2)p 911
+1367 V 102 w(Qd2)p 1089 1367 V 102 w(Qd2)p 1267 1367 V 102
+w(Qd2)p 1445 1367 V 123 w(1)p 1611 1367 V 344 1368 1268 2 v
+343 1418 2 50 v 369 1403 a(15\(T\))p 496 1418 V 49 w(Qxg7+)p
+733 1418 V 109 w(Qxg7+)p 911 1418 V 50 w(Qxg7+)p 1089 1418
+V 50 w(Qxg7+)p 1267 1418 V 50 w(Qxg7+)p 1445 1418 V 97 w(1)p
+1611 1418 V 344 1420 1268 2 v 343 1470 2 50 v 369 1455 a(16\(T\))p
+496 1470 V 49 w(Ne4)p 733 1470 V 196 w(Ne4)p 911 1470 V 108
+w(Ne4)p 1089 1470 V 108 w(Ne4)p 1267 1470 V 107 w(Ne4)p 1445
+1470 V 127 w(1)p 1611 1470 V 344 1471 1268 2 v 343 1521 2 50
+v 369 1506 a(17\(L\))p 496 1521 V 53 w(...)g(h5)p 733 1521
+V 182 w(h5)p 911 1521 V 134 w(h5)p 1089 1521 V 121 w(Nc5)p
+1267 1521 V 121 w(h5)p 1445 1521 V 139 w(1)p 1611 1521 V 344
+1523 1268 2 v 343 1573 2 50 v 369 1558 a(18\(T\))p 496 1573
+V 49 w(...)g(Nb3)p 733 1573 V 156 w(f5)p 911 1573 V 144 w(f5)p
+1089 1573 V 144 w(f5)p 1267 1573 V 144 w(f5)p 1445 1573 V 144
+w(0)p 1611 1573 V 344 1574 1268 2 v 343 1624 2 50 v 369 1609
+a(19\(T\))p 496 1624 V 49 w(...)g(Rxe4)p 733 1624 V 110 w(Rxe4)p
+911 1624 V 86 w(Rxe4)p 1089 1624 V 112 w(c5)p 1267 1624 V 139
+w(c5)p 1445 1624 V 142 w(1)p 1611 1624 V 344 1626 1268 2 v
+343 1676 2 50 v 369 1661 a(20\(L\))p 496 1676 V 53 w(g4)p 733
+1676 V 221 w(Qh5)p 911 1676 V 102 w(Qh5)p 1089 1676 V 102 w(Kb1)p
+1267 1676 V 102 w(Kb1)p 1445 1676 V 123 w(0)p 1611 1676 V 344
+1677 1268 2 v 343 1727 2 50 v 369 1712 a(21\(T\))p 496 1727
+V 49 w(Nh6)p 733 1727 V 189 w(Nh6)p 911 1727 V 103 w(Nh6)p
+1089 1727 V 102 w(Nh6)p 1267 1727 V 103 w(Nh6)p 1445 1727 V
+124 w(1)p 1611 1727 V 344 1729 1268 2 v 343 1778 2 50 v 369
+1764 a(22\(T\))p 496 1778 V 49 w(...)g(Bxe4)p 733 1778 V 121
+w(Rd8)p 911 1778 V 103 w(Rd8)p 1089 1778 V 105 w(Nc5)p 1267
+1778 V 107 w(Nc5)p 1445 1778 V 127 w(0)p 1611 1778 V 344 1780
+1268 2 v 343 1830 2 50 v 369 1815 a(23\(L\))p 496 1830 V 53
+w(...)g(f6)p 733 1830 V 183 w(Bf5)p 911 1830 V 115 w(Bf5)p
+1089 1830 V 114 w(Bf5)p 1267 1830 V 115 w(Bf5)p 1445 1830 V
+130 w(0)p 1611 1830 V 344 1832 1268 2 v 343 1881 2 50 v 369
+1866 a(24\(L\))p 496 1881 V 53 w(f4)p 733 1881 V 250 w(f4)p
+911 1881 V 144 w(f4)p 1089 1881 V 144 w(f4)p 1267 1881 V 144
+w(f4)p 1445 1881 V 144 w(1)p 1611 1881 V 344 1883 1268 2 v
+343 1933 2 51 v 369 1918 a Fm(T)m(otal)d(T)m(actic)n(al)g(Sc)n(or)n(e)h
+(\(T\))p 1445 1933 V 696 w Fp(7)1531 1902 y Fk(1)p 1531 1909
+17 2 v 1531 1932 a(3)p 1611 1933 2 51 v 344 1935 1268 2 v 343
+1985 2 50 v 369 1970 a Fm(T)m(otal)f(L)n(ever)g(Sc)n(or)n(e)h(\(L\))p
+1445 1985 V 757 w Fp(6)p 1611 1985 V 344 1986 1268 2 v 343
+2036 2 51 v 369 2021 a Fm(T)m(otal)f(Sc)n(or)n(e)h(\(S\))p
+1445 2036 V 850 w Fp(13)1542 2005 y Fk(1)p 1541 2012 17 2 v
+1541 2036 a(3)p 1611 2036 2 51 v 344 2038 1268 2 v 354 2154
+a Fp(Figure)f(7.1:)j(HIAR)o(CS)c(5.0)g(results)i(on)f(the)g(Bratk)o(o-Kop)q
+(ec)h(T)m(est)f(P)o(ositions.)946 2574 y(143)p eop
+%%Page: 144 146
+144 145 bop 324 307 a Fp(T)m(o)14 b(determine)h(the)h(relativ)o(e)f(bias)g
+(of)f(the)i(tested)h(pla)o(y)o(ers,)e(Bratk)o(o)g(and)g(Kop)q(ec)h(de-)262
+361 y(vised)f(the)h(follo)o(wing)c(equation:)21 b(bias)15 b(=)945
+341 y Fk(12)p Fd(\001)p Fk(\()p Fe(T)t Fd(\000)p Fe(L)p Fk(\))p
+945 352 142 2 v 1005 376 a Fe(S)1092 361 y Fp(,)g(where)h(T)f(is)h(the)f
+(tactical)g(score,)i(L)262 411 y(is)e(the)h(lev)o(er)h(score,)f(and)g(S)g(is)
+f(the)i(total)e(score.)24 b(This)16 b(equation)f(will)g(pro)q(duce)i(a)e(p)q
+(osi-)262 461 y(tiv)o(e)e(bias)h(v)n(alue)f(for)h(tactically)f(orien)o(ted)h
+(results)h(and)f(a)g(negativ)o(e)g(bias)f(v)n(alue)h(for)f(lev)o(er)262
+511 y(orien)o(ted)h(results.)324 596 y(Using)i(the)h(results)g(pro)q(duced)g
+(b)o(y)f(HIAR)o(CS,)g(this)g(equation)g(pro)q(duces)i(a)e(v)n(alue)f(of)262
+646 y(+1.2.)h(This)c(indicates)g(that)g(the)g(program)e(has)i(a)g(sligh)o(t)e
+(tactical)i(bias.)17 b(Ho)o(w)o(ev)o(er,)12 b(when)262 696
+y(Bratk)o(o)18 b(and)g(Kop)q(ec)h(pro)q(duced)g(a)f(histogram)f(of)g(the)i
+(bias)f(v)n(alues)g(pro)q(duced)h(b)o(y)f(the)262 745 y(c)o(hess)c(programs)e
+(in)g(their)i(exp)q(erimen)o(t,)e(programs)g(w)o(ere)i(found)f(to)f(ha)o(v)o
+(e)h(results)h(in)f(the)262 795 y(+2.4)d(to)i(+8)f(range)570
+780 y Fk(1)589 795 y Fp(.)17 b(The)12 b(most)f(frequen)o(t)h(v)n(alues)f(w)o
+(ere)i(found)e(in)g(the)h(+3)g(to)f(+5)h(range.)262 845 y(Therefore,)18
+b(when)f(HIAR)o(CS's)g(bias)g(v)n(alue)f(is)h(compared)f(to)h(these)h
+(results,)g(it)f(can)g(b)q(e)262 895 y(seen)e(that)f(HIAR)o(CS)f(has)h(a)g(w)
+o(ell)f(balanced)h(tactical)g(and)f(p)q(ositional)g(abilit)o(y)m(.)324
+980 y(It)g(is)g(in)o(teresting)h(to)g(note)f(that)h(of)f(the)g(h)o(umans)g
+(tested,)h(b)o(y)f(far)g(the)h(most)e(common)262 1030 y(v)n(alues)18
+b(la)o(y)g(in)h(the)g Ff(\000)p Fp(5)g(to)g(+3)g(range.)33
+b(Th)o(us,)20 b(indicating)e(that)h(most)f(h)o(uman)f(c)o(hess)262
+1080 y(pla)o(y)o(ers)c(ha)o(v)o(e)h(a)g(balanced)g(abilit)o(y)e(with)h(a)h
+(sligh)o(t)f(emphasis)g(on)h(p)q(ositional)e(pla)o(y)m(.)324
+1165 y(Bratk)o(o)i(and)f(Kop)q(ec)i(also)e(ga)o(v)o(e)h(a)f(table)h(giving)e
+(rating)i(ranges)g(and)g(corresp)q(onding)262 1215 y(mean)f(v)n(alues.)20
+b(The)15 b(v)n(alues)g(for)f(h)o(uman)f(pla)o(y)o(ers)i(in)f(the)h(ranges)h
+(2000-2199)c(and)j(2200-)262 1265 y(2399)d(are)j(giv)o(en)e(b)q(elo)o(w:)p
+516 1355 923 2 v 515 1405 2 50 v 541 1390 a Fm(R)n(ating)i(r)n(ange)p
+797 1405 V 50 w(Me)n(an)h(T)p 990 1405 V 49 w(Me)n(an)g(L)p
+1179 1405 V 50 w(12\(T)p Ff(\000)p Fm(L\)/S)p 1438 1405 V 516
+1407 923 2 v 515 1457 2 50 v 541 1442 a Fp(2000-2199)p 797
+1457 V 134 w(6.67)p 990 1457 V 116 w(4.84)p 1179 1457 V 150
+w(1.73)p 1438 1457 V 516 1458 923 2 v 515 1508 2 50 v 541 1493
+a(2200-2399)p 797 1508 V 134 w(7.81)p 990 1508 V 116 w(8.07)p
+1179 1508 V 160 w(0.2)p 1438 1508 V 516 1510 923 2 v 324 1620
+a(Comparing)9 b(these)j(results)h(with)d(those)i(of)f(HIAR)o(CS,)f(it)h(can)g
+(b)q(e)h(seen)h(that)e(HIAR)o(CS)262 1670 y(has)16 b(a)f(sligh)o(tly)g(b)q
+(etter)i(tactical)f(score)h(\(T\))f(and)g(a)g(noticeably)f(b)q(etter)j(lev)o
+(er)e(score)h(\(L\))262 1719 y(than)11 b(pla)o(y)o(ers)g(in)f(the)i
+(2000-2199)d(rating)h(range.)17 b(P)o(erhaps)c(more)d(surprisingly)m(,)g
+(HIAR)o(CS)262 1769 y(displa)o(y)o(ed)g(a)h(b)q(etter)i(balance)e(b)q(et)o(w)
+o(een)h(tactical)f(and)g(p)q(ositional)f(abilit)o(y)f(than)i(the)h(mean)262
+1819 y(results)j(in)e(that)h(rating)f(range.)324 1904 y(F)m(or)g(the)h
+(higher)g(rating)f(range,)h(HIAR)o(CS)f(has)h(a)f(lo)o(w)o(er)h(score,)g(b)q
+(oth)g(tactically)f(and)262 1954 y(p)q(ositionally)m(.)i(It)f(is)g(in)o
+(teresting,)g(ho)o(w)o(ev)o(er,)f(that)h(at)g(this)g(higher)g(range)g(the)g
+(lev)o(er)g(score)262 2004 y(is)20 b(greater)h(than)g(the)g(corresp)q(onding)
+g(tactical)g(score,)h(re-enforcing)f(m)o(y)e(b)q(elief)i(that)262
+2054 y(p)q(ositional)14 b(abilit)o(y)g(pla)o(ys)i(a)g(m)o(uc)o(h)e(greater)j
+(role)f(in)g(high)f(lev)o(el)h(c)o(hess)h(than)f(it)g(do)q(es)h(at)262
+2104 y(the)d(lo)o(w)o(er)g(lev)o(els)f(of)h(abilit)o(y)m(.)324
+2189 y(Examining)9 b(the)k(Bratk)o(o-Kop)q(ec)g(graph)f(of)f(rating)h(vs)g
+(score)i(and)d(the)i(results)g(ab)q(o)o(v)o(e,)262 2239 y(an)j(estimated)h
+(rating)f(can)i(b)q(e)f(assigned)h(to)f(HIAR)o(CS.)f(As)h(the)h(test)g
+(sample)e(is)h(small)262 2288 y(\(24)12 b(p)q(ositions\),)h(I)g(will)f(only)h
+(sa)o(y)g(HIAR)o(CS's)g(rating)f(is)i(lik)o(ely)e(to)h(lie)f(in)h(the)h
+(range)g(2030)p 262 2325 573 2 v 308 2352 a Fj(1)325 2364 y
+Fi(ignoring)c(w)o(eak)i(programs)d(whic)o(h)j(had)f(scores)g(so)h(lo)o(w)g
+(that)f(con\014dence)e(in)j(a)g(realistic)e(bias)h(v)n(alue)262
+2403 y(is)g(imp)q(ossible)946 2574 y Fp(144)p eop
+%%Page: 145 147
+145 146 bop 262 307 a Fp(to)16 b(2170.)25 b(My)16 b(past)h(exp)q(erience)i
+(of)d(c)o(hess)i(programs)d(b)q(eing)h(o)o(v)o(er-rated,)i(leads)e(me)g(to)
+262 357 y(exp)q(ect)f(that)f(this)g(rating)f(is)h(more)f(lik)o(ely)f(to)i
+(lie)f(at)h(the)h(lo)o(w)o(er)e(end)i(of)e(this)h(range.)324
+442 y(A)o(t)e(the)g(recen)o(t)h(\(1989\))e(W)m(orld)g(Computer)g(Chess)i
+(Championship)c(all)i(the)h(strongest)262 492 y(programs)18
+b(w)o(ere)i(also)f(tested)j(on)d(these)i(Bratk)o(o-Kop)q(ec)g(test)f(p)q
+(ositions)g([41)o(].)35 b(I)19 b(will)262 542 y(examine)c(the)j(reasons)h(wh)
+o(y)e(HIAR)o(CS)f(could)i(not)f(solv)o(e)g(some)f(of)h(the)h(test)g(p)q
+(ositions)262 592 y(and)h(using)g(the)h(ab)q(o)o(v)o(e)g(pap)q(er,)h(will)d
+(compare)h(its)g(successes)k(and)d(failures)f(with)g(the)262
+641 y(results)c(pro)q(duced)g(b)o(y)e(the)i(strongest)g(c)o(hess)g(mac)o
+(hines)e(in)h(the)g(w)o(orld.)324 727 y(Lo)q(oking)i(at)h(the)g(actual)g(mo)o
+(v)o(es)f(selected)j(in)e(the)g(tests,)i(a)e(n)o(um)o(b)q(er)g(of)f(p)q(oin)o
+(ts)h(are)262 777 y(w)o(orth)c(highligh)o(ting.)j(In)d(test)i(1,)e(HIAR)o(CS)
+g(found)g(the)h(forced)h(mate)d(in)h(3)h(v)o(ery)g(quic)o(kly)262
+826 y(\(2)j(seconds\).)32 b(In)18 b(test)i(5,)e(the)g(correct)i(mo)o(v)o(e)d
+(w)o(as)h(iden)o(ti\014ed)g(quic)o(kly)m(,)f(although)g(the)262
+876 y(program)12 b(w)o(as)h(not)h(fully)e(a)o(w)o(are)h(of)g(all)g(the)h(imp)
+q(ortan)o(t)e(v)n(ariations.)k(After)f(1)e(min)o(ute)f(50)262
+926 y(seconds)17 b(its)g(c)o(hoice)g(c)o(hanged)f(to)h(Bf4)f(un)o(til)f(at)h
+(the)h(next)g(iteration,)f(it)g(rev)o(erted)j(bac)o(k)262 976
+y(to)c(Nd5)g(once)h(ha)o(ving)e(examined)g(the)i(mo)o(v)o(e)e(to)h(enough)g
+(depth)h(to)f(fully)f('understand')262 1026 y(it.)26 b(Ho)o(w)o(ev)o(er,)17
+b(this)g(to)q(ok)g(a)f(total)g(of)h(ab)q(out)f(4)h(min)o(utes)f(and)g(could)h
+(therefore)h(not)f(b)q(e)262 1075 y(included)d(as)g(a)f(correct)j(answ)o(er.)
+324 1161 y(Of)k(the)i(tests)g(not)f(solv)o(ed,)g(the)h(follo)o(wing)c
+(reasons)k(can)f(b)q(e)g(iden)o(ti\014ed.)39 b(T)m(est)21 b(2)262
+1210 y(required)f(the)g(sacri\014ce)g(of)f(a)g(pa)o(wn)g(for)g(p)q(ositional)
+f(comp)q(ensation)h(whic)o(h)g(HIAR)o(CS)262 1260 y(could)d(not)g(fully)g
+(appreciate.)26 b(Ho)o(w)o(ev)o(er,)18 b(no)e(other)h(program)e(w)o(as)h
+(able)h(to)f(solv)o(e)h(this)262 1310 y(problem)12 b(either.)324
+1395 y(In)18 b(test)h(7,)f(HIAR)o(CS)g(w)o(as)g(able)g(to)g(see)h(the)g
+(correct)g(tactical)f(mo)o(v)o(e,)f(ho)o(w)o(ev)o(er,)i(it)262
+1445 y(disdained)e(the)g(mo)o(v)o(e)f(in)h(fa)o(v)o(our)f(of)h(the)h(strong)f
+(in)o(termediary)f(mo)o(v)o(e)g(Bb4.)28 b(The)18 b(top)262
+1495 y(Mephisto)g(mac)o(hine)f(also)g(refused)i(to)f(pla)o(y)f(Nf6)h(and)f
+(instead)i(c)o(hose)g(Qc1.)30 b(I)18 b(cannot)262 1545 y(b)q(eliev)o(e)c
+(this)g(w)o(as)f(b)q(ecause)j(it)e(could)f(not)h(see)h(the)g(tactical)e(p)q
+(ossibilities.)324 1630 y(In)f(tests)i(9,)e(11)f(and)i(13,)e(HIAR)o(CS)h(pla)
+o(y)o(ed)g(strong)h(p)q(ositional)d(mo)o(v)o(es,)h(although)h(not)262
+1680 y(the)f(b)q(est)g(mo)o(v)o(e.)k(This)c(highligh)o(ts)e(one)i(of)e(the)j
+(ma)r(jor)c(de\014ciencies)13 b(of)d(the)h(Bratk)o(o-Kop)q(ec)262
+1730 y(tests:)20 b(no)14 b(merit)f(is)h(giv)o(en)g(for)g(c)o(hosen)h(mo)o(v)o
+(es)e(whic)o(h,)h(although)g(not)g(correct,)i(are)e(v)o(ery)262
+1779 y(strong)g(alternativ)o(es.)k(After)d(all,)d(p)q(ositional)h(mo)o(v)o
+(es)f(are)j(sometimes)d(a)i(matter)f(of)g(st)o(yle)262 1829
+y(and)g('p)q(ersonal')h(preference.)324 1915 y(T)m(ests)h(10)f(and)g(22)g(w)o
+(ere)h(just)g(to)q(o)f(deep,)h(tactically)f(sp)q(eaking,)g(for)g(HIAR)o(CS)g
+(to)g(see)262 1964 y(in)h(the)h(allotted)e(t)o(w)o(o)h(min)o(utes.)22
+b(T)m(ests)16 b(20)f(and)h(23)f(are)h(v)o(ery)f(di\016cult)g(p)q(ositional)f
+(tests)262 2014 y(whic)o(h)f(HIAR)o(CS,)g(lik)o(e)g(almost)f(all)h(other)i
+(strong)f(programs)e(w)o(as)i(unable)g(to)g(solv)o(e.)324 2099
+y(I)21 b(w)o(as)f(particularly)g(impressed)h(b)o(y)g(HIAR)o(CS's)f(correct)i
+(c)o(hoice)g(in)e(tests)i(3)f(and)262 2149 y(17.)27 b(None)18
+b(of)f(the)h(strongest)g(programs)e(w)o(ere)j(able)e(to)g(solv)o(e)g(test)h
+(17,)f(indicating)g(its)262 2199 y(di\016cult)o(y)m(.)i(The)c(sp)q(eed)i(at)e
+(whic)o(h)f(HIAR)o(CS)h(iden)o(ti\014ed)g(the)g(correct)i(mo)o(v)o(e)c(...)20
+b(h5)15 b(\(less)262 2249 y(than)e(a)h(min)o(ute\),)e(w)o(as)i(encouraging.)
+324 2334 y(HIAR)o(CS)g(did)g(ac)o(hiev)o(e)h(a)f(lev)o(er)h(score)h
+Fm(e)n(qual)f Fp(to)f(Deep)i(Though)o(t,)d(1)i(p)q(oin)o(t)f
+Fm(ahe)n(ad)h Fp(of)262 2384 y(Hitec)o(h)c(and)h(only)e(1)h(p)q(oin)o(t)g
+Fm(less)g Fp(than)h(the)g(highly)e(p)q(ositional)g(Mephisto)h(mac)o(hine)g(!)
+17 b(This)262 2434 y(result)d(w)o(as)g(v)o(ery)g(pleasing.)946
+2574 y(145)p eop
+%%Page: 146 148
+146 147 bop 262 307 a Fr(7.2)69 b(Computer)22 b(Opp)r(osition)262
+434 y Fp(A)10 b(matc)o(h)f(will)g(b)q(e)i(pla)o(y)o(ed)f(b)q(et)o(w)o(een)i
+(HIAR)o(CS)e(5.0)f(and)i(the)g(commercial)c(c)o(hess)12 b(mac)o(hine,)262
+483 y(Mephisto)e(Exclusiv)o(e.)17 b(This)9 b(will)g(allo)o(w)f(a)h(further)i
+(rating)e(to)h(b)q(e)g(estimated)g(for)f(HIAR)o(CS)262 533
+y(and)16 b(will)e(pro)o(vide)j(n)o(umerous)e(examples)h(of)f(its)i(actual)f
+(pla)o(ying)e(st)o(yle,)j(strengths)h(and)262 583 y(w)o(eaknesses.)324
+668 y(The)i(Mephisto)f(mac)o(hine)f(used)j(w)o(as)e(rated)h(at)f(ELO)h(1733)f
+([24)o(].)34 b(This)19 b(mac)o(hine)262 718 y(is)h(sev)o(eral)h(y)o(ears)g
+(old)f(and)h(should)f(not)h(b)q(e)g(confused)h(with)e(the)h(latest)g
+(commercial)262 768 y(Mephistos)14 b(whic)o(h)g(ha)o(v)o(e)g(signi\014can)o
+(tly)e(higher)i(ratings)g(\(ELO)h(2100+\).)324 853 y(I)e(in)o(tend)h(to)f
+(pla)o(y)g(a)g(6)g(game)f(matc)o(h)h(b)q(et)o(w)o(een)h(the)h(mac)o(hines)d
+(using)h(a)h(time)e(con)o(trol)262 903 y(of)f(60)g(mo)o(v)o(es)f(in)i(30)f
+(min)o(utes)f(follo)o(w)o(ed)h(b)o(y)g(20)g(mo)o(v)o(es)g(in)g(ev)o(ery)h
+(subsequen)o(t)i(10)d(min)o(utes.)324 988 y(Belo)o(w)k(is)f(an)h(annotated)g
+(game)e(from)g(the)j(matc)o(h.)k(It)15 b(is)f(one)h(of)g(the)g(b)q(etter)i
+(games)262 1038 y(and)c(illustrates)h(man)o(y)e(attributes)j(of)e(HIAR)o
+(CS's)h(pla)o(y)m(.)i(HIAR)o(CS's)e(scores)h(are)g(sho)o(wn)262
+1088 y(p)q(erio)q(dically)d(in)i(brac)o(k)o(ets.)510 1169 y(Game)e(1)510
+1219 y(White)159 b(:)18 b Fl(Mephisto)c(Exclusiv)o(e)510 1269
+y Fp(Blac)o(k)170 b(:)18 b Fl(HIAR)o(CS)e(5.0)510 1319 y Fp(Op)q(ening)118
+b(:)18 b(Kings)c(Gam)o(bit)d(Accepted)781 1418 y(1.)62 b(e4)102
+b(e5)781 1468 y(2.)62 b(f4)107 b(ef)781 1518 y(3.)62 b(Nf3)76
+b(d6)781 1568 y(4.)62 b(Bc4)73 b(Be6)15 b(\(+59\))p 641 1678
+673 5 v 641 2343 5 665 v 646 1761 a Fg(rm0lkans)646 1844 y(opo0Zpop)646
+1927 y(0Z0obZ0Z)646 2010 y(Z0Z0Z0Z0)646 2094 y(0ZBZPo0Z)646
+2177 y(Z0Z0ZNZ0)646 2260 y(POPO0ZPO)646 2343 y(SNAQJ0ZR)p 1310
+2343 V 641 2347 673 5 v 762 2449 a Fp(P)o(osition)e(after)h(4.)k(...)f(Be6)
+946 2574 y(146)p eop
+%%Page: 147 149
+147 148 bop 262 307 a Fp(HIAR)o(CS)15 b(w)o(as)i(out)f(of)f(its)i(op)q(ening)
+f(b)q(o)q(ok)g(after)g(4.)25 b(Bc4.)g(BCO2)17 b(recommends)e(4.)25
+b(...)262 357 y(h6,)16 b(ho)o(w)o(ev)o(er,)i(HIAR)o(CS's)e(c)o(hoice)h(of)f
+(4.)26 b(...)g(Be6)17 b(ma)o(y)e(b)q(e)i(b)q(etter.)29 b(Mephisto)17
+b(is)f(also)262 407 y(no)o(w)d(out)h(of)f(its)h(op)q(ening)g(b)q(o)q(ok.)781
+575 y(5.)62 b(Bxe6)51 b(fe)781 625 y(6.)62 b(d4)97 b(Qf6)14
+b(\(+51\))262 743 y(With)d(blac)o(k's)h(pa)o(wn)g(structure)j(in)d(a)g
+(heathly)h(state,)g(HIAR)o(CS)f(aims)f(to)h(hang)g(on)g(to)h(its)262
+793 y(adv)n(anced)h(f-pa)o(wn.)k(An)c(alternativ)o(e)g(mo)o(v)o(e)f(w)o(as)h
+(6.)k(...)g(g5,)13 b(although)h(this)g(w)o(ould)f(limit)262
+843 y(HIAR)o(CS's)g(castling)g(options.)781 1011 y(7.)62 b(o-o)85
+b(Nc6)781 1061 y(8.)62 b(Nc3)71 b(Nge7)781 1111 y(9.)62 b(Nb5)k(o-o-o)781
+1161 y(10.)41 b(a4)99 b(a6)781 1210 y(11.)41 b(Nc3)71 b(e5!)19
+b(\(+148\))p 641 1337 673 5 v 641 2001 5 665 v 646 1420 a Fg(0Zks0a0s)646
+1503 y(Zpo0m0op)646 1586 y(pZno0l0Z)646 1669 y(Z0Z0o0Z0)646
+1752 y(PZ0OPo0Z)646 1835 y(Z0M0ZNZ0)646 1918 y(0OPZ0ZPO)646
+2001 y(S0AQZRJ0)p 1310 2001 V 641 2005 673 5 v 760 2124 a Fp(P)o(osition)13
+b(after)i(11.)i(...)g(e5!)262 2242 y(The)c(stage)g(is)g(set.)18
+b(With)13 b(the)g(kings)g(castled)g(on)g(opp)q(osite)g(\015anks,)g(blac)o
+(k's)f(activit)o(y)g(will)262 2292 y(concen)o(trate)20 b(on)e(the)h(king)f
+(side)g(while)g(white)h(will)e(concen)o(trate)j(on)e(the)h(queen)h(side.)262
+2342 y(After)15 b(mo)o(v)o(e)e(9,)h(HIAR)o(CS)g(c)o(hose)h(the)g(plan)f(of)g
+(king)g(side)h(attac)o(k)f(with)h(pa)o(wns.)20 b(Ha)o(ving)262
+2392 y(gained)11 b(a)h(temp)q(o)g(b)o(y)g(whites)g(premature)g(Nb5,)g(HIAR)o
+(CS)g(sets)i(out)e(to)g(close)h(the)f(cen)o(tre.)262 2442 y(It)f(is)h(imp)q
+(ortan)o(t)e(to)h(ha)o(v)o(e)h(a)f(closed)i(cen)o(tral)f(p)q(osition)f
+Fm(b)n(efor)n(e)g Fp(starting)g(an)o(y)h(\015ank)f(attac)o(k.)946
+2574 y(147)p eop
+%%Page: 148 150
+148 149 bop 781 357 a Fp(12.)41 b(d5)97 b(Nb4)262 460 y(12.)22
+b(...)g(Nb8)16 b(follo)o(w)o(ed)e(b)o(y)h(13.)23 b(...)f(Nd7)15
+b(lo)q(oks)g(a)g(b)q(etter)j(option.)k(Ho)o(w)o(ev)o(er,)16
+b(HIAR)o(CS)262 509 y(considered)e(whites)f(b)q(est)g(plan)f(w)o(as)h(a)f
+(queen)i(side)e(pa)o(wn)h(attac)o(k,)f(hence)i(it)e(preferred)j(to)262
+559 y(obstruct)g(this)f(b)o(y)f(pla)o(ying)f(Nb4)i(stopping)g(the)g(early)g
+(adv)n(ance)g(of)f(the)i(b)f(pa)o(wn)f(to)h(b4.)781 712 y(13.)41
+b(Bd2)68 b(Qg6?!)18 b(\(+82\))262 814 y(HIAR)o(CS)13 b(w)o(as)h(in)o(tending)
+f(to)h(follo)o(w)e(this)i(up)g(with)g(h5,)f(ho)o(w)o(ev)o(er)h(an)g
+(immediate)d(g5!)18 b(is)262 864 y(m)o(uc)o(h)12 b(stronger.)781
+1016 y(14.)41 b(Nh4)66 b(Qh6)781 1066 y(15.)41 b(Qg4+)35 b(Kb8)781
+1116 y(16.)41 b(Rac1)50 b(g5)781 1166 y(17.)41 b(Nf3)76 b(Rg8)781
+1216 y(18.)41 b(Nd1)66 b(a5)781 1265 y(19.)41 b(Bxb4)46 b(ab)781
+1315 y(20.)41 b(a5)99 b(Qg6)14 b(\(+179\))p 641 1476 673 5
+v 641 2140 5 665 v 646 1559 a Fg(0j0s0arZ)646 1642 y(Zpo0m0Zp)646
+1725 y(0Z0o0ZqZ)646 1808 y(O0ZPo0o0)646 1891 y(0o0ZPoQZ)646
+1974 y(Z0Z0ZNZ0)646 2057 y(0OPZ0ZPO)646 2140 y(Z0SNZRJ0)p 1310
+2140 V 641 2144 673 5 v 749 2247 a Fp(P)o(osition)f(after)h(20.)k(...)f(Qg6)
+262 2350 y(HIAR)o(CS)f(is)i(no)o(w)f(preparing)g(a)g(full)f(scale)i(pa)o(wn)f
+(assault)g(on)g(the)h(enem)o(y)f(king.)27 b(The)262 2399 y(precarious)12
+b(p)q(osition)f(of)g(the)h(white)g(queen)h(means)d(blac)o(ks)i(adv)n(ance)g
+(is)f(lik)o(ely)g(to)g(pro)q(ceed)262 2449 y(v)o(ery)j(quic)o(kly)m(.)946
+2574 y(148)p eop
+%%Page: 149 151
+149 150 bop 781 357 a Fp(21.)41 b(Nd2)262 475 y(Giving)12 b(the)i(white)g
+(queen)h(free)g(space)g(for)e(her)i(imp)q(ending)d(retreat.)781
+644 y(21.)41 b(...)105 b(Bg7?!)262 762 y(Unnecessary)m(,)15
+b(an)e(immediate)e(21)j(...)j(h5)c(is)h(v)o(ery)g(strong.)781
+930 y(22.)41 b(c4?)82 b(h5)781 980 y(23.)41 b(Qf3?)55 b(g4)781
+1030 y(24.)41 b(Qe2?!)262 1149 y(White)15 b(seems)g(una)o(w)o(are)h(of)f(the)
+h(imp)q(ending)e(danger.)23 b(Blac)o(ks)15 b(adv)n(an)o(tage)g(has)h(quic)o
+(kly)262 1198 y(b)q(ecome)d(o)o(v)o(erwhelming.)781 1367 y(24.)41
+b(...)105 b(f3!)18 b(\(+287\))p 641 1493 673 5 v 641 2158 5
+665 v 646 1576 a Fg(0j0s0ZrZ)646 1659 y(Zpo0m0a0)646 1742 y(0Z0o0ZqZ)646
+1825 y(O0ZPo0Zp)646 1908 y(0oPZPZpZ)646 1991 y(Z0Z0ZpZ0)646
+2075 y(0O0MQZPO)646 2158 y(Z0SNZRJ0)p 1310 2158 V 641 2162
+673 5 v 763 2280 a Fp(P)o(osition)13 b(after)h(24.)k(...)f(f3!)262
+2399 y(The)d(f-pa)o(wn)f(is)h(imm)n(une)e(to)h(attac)o(k,)h(if)f(25.)k(gf)d
+(gf+)f(wins.)946 2574 y(149)p eop
+%%Page: 150 152
+150 151 bop 781 357 a Fp(25.)41 b(Qf2)75 b(Bh6)781 407 y(26.)41
+b(Ne3)71 b(fg)781 457 y(27.)41 b(Kxg2)k(Rdf8)781 506 y(28.)c(Qe2)70
+b(Rf3!)17 b(\(+423\))781 556 y(29.)41 b(Nd1)66 b(Bxd2)781 606
+y(30.)41 b(Qxd2)i(Qxe4)781 656 y(31.)e(Qc2)70 b(Qf4)781 706
+y(32.)41 b(Nf2)76 b(g3)14 b(\(+793\))781 756 y(33.)41 b(Nd3)66
+b(gh+)p 641 878 673 5 v 641 1542 5 665 v 646 961 a Fg(0j0Z0ZrZ)646
+1044 y(Zpo0m0Z0)646 1127 y(0Z0o0Z0Z)646 1210 y(O0ZPo0Zp)646
+1293 y(0oPZ0l0Z)646 1376 y(Z0ZNZrZ0)646 1459 y(0OQZ0ZKo)646
+1542 y(Z0S0ZRZ0)p 1310 1542 V 641 1546 673 5 v 748 1660 a Fp(P)o(osition)13
+b(after)h(33.)j(...)g(gh+)262 1773 y(With)10 b(this)g(mo)o(v)o(e,)g(HIAR)o
+(CS)g(announced)h(mate)f(in)g(5)g(mo)o(v)o(es)g(after)h(a)f(2)h(ply)f(searc)o
+(h)h(taking)262 1823 y(just)j(1)f(second!)781 1987 y(34.)41
+b(Kh1)65 b(Rxf1+)781 2037 y(35.)41 b(Rxf1)54 b(Qxf1+)781 2086
+y(36.)41 b(Kxh2)i(Qg1+)781 2136 y(37.)e(Kh3)65 b(Qg3+)14 b(mate)899
+2186 y(0)36 b Ff(\000)65 b Fp(1)510 2236 y(Times:)242 b(21:23)45
+b(11:25)324 2350 y(Game)20 b(2)h(w)o(as)g(an)h(in)o(teresting)g(game.)39
+b(HIAR)o(CS)21 b(had)h(some)e(trouble)i(breaking)262 2399 y(through)15
+b(Mephisto's)h(defence.)26 b(HIAR)o(CS)15 b(ac)o(hiev)o(ed)h(success)i(b)o(y)
+e('sacri\014cing')f(the)h(ex-)262 2449 y(c)o(hange)c(of)f(ro)q(ok)h(for)f
+(knigh)o(t)g(and)h(pa)o(wn)f(on)h(mo)o(v)o(e)e(36.)17 b(Another)c(pa)o(wn)e
+(follo)o(w)o(ed)g(shortly)946 2574 y(150)p eop
+%%Page: 151 153
+151 152 bop 262 307 a Fp(afterw)o(ards)15 b(and)f(HIAR)o(CS)g(w)o(as)g(left)h
+(with)f(2)g(connected)i(passed)g(pa)o(wns)e(on)h(the)g(queen)262
+357 y(side.)324 442 y(The)j(p)q(osition)e(b)q(elo)o(w)h(w)o(as)g(reac)o(hed)i
+(after)f(56)e(mo)o(v)o(es)g(of)h(game)f(2.)28 b(HIAR)o(CS)17
+b(no)o(w)262 492 y(pla)o(y)o(ed)d(Qxe6+!)22 b(simplifying)12
+b(in)o(to)i(an)h(ev)o(en)g(more)f(easily)h(w)o(on)g(endgame.)20
+b(HIAR)o(CS's)262 542 y(score)15 b(increased)g(from)d(867)h(to)h(1116)f(p)q
+(oin)o(ts)g(after)i(this)f(mo)o(v)o(e.)p 641 635 673 5 v 641
+1300 5 665 v 646 718 a Fg(0Z0Z0Z0Z)646 801 y(Z0Z0Z0op)646 884
+y(0Z0Zrj0Z)646 968 y(O0Z0Z0Z0)646 1051 y(0O0Z0Z0Z)646 1134
+y(Z0Z0O0ZP)646 1217 y(QZ0Z0ZPJ)646 1300 y(Z0Z0Z0Z0)p 1310 1300
+V 641 1304 673 5 v 665 1407 a Fp(P)o(osition)f(after)h(56)f(mo)o(v)o(es)g(of)
+g(game)f(2.)324 1510 y(Game)k(3)h(w)o(as)h(a)f(strange)i(game)d(in)h(whic)o
+(h)h(b)q(oth)g(programs)e(made)h(tactical)g(blun-)262 1560
+y(ders.)30 b(Ho)o(w)o(ev)o(er,)18 b(HIAR)o(CS)g(consolidated)f(and)h(reco)o
+(v)o(ered)h(from)d(its)i(error,)h(where)g(as)262 1610 y(the)14
+b(Mephisto)g(mac)o(hine)f(did)g(not.)324 1695 y(Game)d(4)j(pro)q(duced)g(a)f
+(nice)h(solid)f(p)q(erformance)g(from)e(HIAR)o(CS,)i(announcing)g(mate)262
+1745 y(in)h(3)h(after)g(just)g(37)f(mo)o(v)o(es.)324 1830 y(Game)d(5)i
+(illustrated)g(reasonably)g(go)q(o)q(d)f(endgame)g(pla)o(y)m(,)g
+(particularly)g(the)i(handling)262 1880 y(of)g(the)h(king)f(and)h(pa)o(wn)g
+(ending.)324 1965 y(Game)9 b(6)h(pro)o(v)o(ed)g(di\016cult)g(for)g(HIAR)o
+(CS.)g(It)g(tried)h(a)f(n)o(um)o(b)q(er)g(of)f('to)q(o)h(clev)o(er')h
+(tactical)262 2015 y(mo)o(v)o(es)k(whic)o(h)i(had)g(longer)f(term)h(adv)o
+(erse)h(e\013ects.)29 b(The)17 b(blac)o(k)g(pa)o(wn)f(on)h(b2)g(allo)o(w)o
+(ed)262 2065 y(blac)o(k)h(to)h(p)q(ose)g(a)g(n)o(um)o(b)q(er)f(of)h
+(problems.)32 b(HIAR)o(CS)19 b(managed)e(to)i(see)h(through)f(the)262
+2115 y(complexit)o(y)d(and)i(had)g(prepared)i(a)e(nice)h(tactical)f(w)o(a)o
+(y)f(of)h(sa)o(ving)g(its)g(bishop)g(on)g(d7,)262 2165 y(something)c(whic)o
+(h)h(caugh)o(t)h(Mephisto)g(b)o(y)f(surprise.)25 b(By)16 b(the)g(endgame)e
+(HIAR)o(CS)i(w)o(as)262 2214 y(a)j(pa)o(wn)g(up,)h(ho)o(w)o(ev)o(er,)h(b)q
+(ecause)g(of)e(opp)q(osite)h(coloured)g(bishops)f(w)o(as)h(only)f(able)g(to)
+262 2264 y(dra)o(w.)i(This)15 b(is)g(an)g(example)e(where)k(sp)q(eci\014c)f
+(endgame)e(kno)o(wledge)h(could)g(ha)o(v)o(e)g(made)262 2314
+y(a)e(di\013erence.)324 2399 y(All)h(the)h(game)f(records)i(for)f(this)f
+(matc)o(h)g(can)h(b)q(e)h(found)e(in)g(app)q(endix)h(E.)g(The)g(\014nal)262
+2449 y(result)f(table)g(for)f(this)h(matc)o(h)f(can)h(b)q(e)h(seen)g(b)q(elo)
+o(w:)946 2574 y(151)p eop
+%%Page: 152 154
+152 153 bop 490 267 977 2 v 489 317 2 50 v 514 302 a Fm(Players)p
+890 317 V 268 w(1)p 961 317 V 50 w(2)p 1032 317 V 50 w(3)p
+1103 317 V 50 w(4)p 1174 317 V 50 w(5)p 1245 317 V 53 w(6)p
+1322 317 V 52 w(T)m(otal)p 1465 317 V 490 319 977 2 v 489 369
+2 51 v 514 354 a Fp(HIAR)o(CS)14 b(5.0)p 890 369 V 174 w(1)p
+961 369 V 50 w(1)p 1032 369 V 50 w(1)p 1103 369 V 50 w(1)p
+1174 369 V 50 w(1)p 1245 369 V 1276 338 a Fk(1)p 1276 345 17
+2 v 1276 368 a(2)p 1322 369 2 51 v 1370 354 a Fp(5)1396 338
+y Fk(1)p 1396 345 17 2 v 1396 368 a(2)p 1465 369 2 51 v 490
+370 977 2 v 489 420 2 51 v 514 406 a Fp(Mephisto)h(Exclusiv)o(e)p
+890 420 V 50 w(0)p 961 420 V 50 w(0)p 1032 420 V 50 w(0)p 1103
+420 V 50 w(0)p 1174 420 V 50 w(0)p 1245 420 V 1276 389 a Fk(1)p
+1276 396 17 2 v 1276 420 a(2)p 1322 420 2 51 v 1386 389 a(1)p
+1386 396 17 2 v 1386 420 a(2)p 1465 420 2 51 v 490 422 977
+2 v 324 521 a Fp(Before)j(I)f(calculate)h(HIAR)o(CS's)f(p)q(erformance)g
+(rating,)g(it)g(is)g(imp)q(ortan)o(t)f(to)h(stress)262 571
+y(that)11 b(ratings)g(calculated)g(at)g(one)h(time)e(con)o(trol)h(are)g(not)h
+(easily)e(transferred)j(in)o(to)e(ratings)262 621 y(at)17 b(other)i(time)e
+(con)o(trols.)31 b(Therefore,)20 b(some)d(risk)h(is)g(asso)q(ciated)h(with)e
+(p)q(erforming)g(a)262 671 y(matc)o(h)c(at)i(a)g(faster)g(time)f(con)o(trol)g
+(in)h(order)h(to)e(extrap)q(olate)i(a)e(rating)h(for)f(HIAR)o(CS)h(at)262
+720 y(tournamen)o(t)d(times.)324 806 y(HIAR)o(CS)18 b(w)o(on)g(the)h(matc)o
+(h)e(b)o(y)i(the)g(score)g(5)1072 789 y Fk(1)p 1072 796 17
+2 v 1072 820 a(2)1112 806 y Fp(-)1149 789 y Fk(1)p 1149 796
+V 1149 820 a(2)1171 806 y Fp(.)32 b(Using)18 b(the)h(win)f(probabilit)o(y)262
+855 y(tables)13 b(suggested)h(b)o(y)e(Arpad)i(Elo)e(and)h(found)f(in)g([32)o
+(],)g(an)h(estimated)f(rating)h(di\013erence)262 905 y(b)q(et)o(w)o(een)j
+(HIAR)o(CS)e(and)h(Mephisto)g(Exclusiv)o(e)g(can)g(b)q(e)g(lo)q(ok)o(ed)g
+(up.)21 b(The)15 b(matc)o(h)e(score)262 955 y(represen)o(ts)f(a)e(win)g
+(ratio)g(of)g(92\045.)16 b(This)10 b(con)o(v)o(erts)h(in)o(to)f(a)g(rating)f
+(di\013erence)k(of)c(401)h(p)q(oin)o(ts)262 1005 y(b)q(et)o(w)o(een)i(the)h
+(pla)o(y)o(ers.)k(Therefore,)c(giv)o(en)e(Mephisto)h(Exclusiv)o(e's)f(rating)
+g(of)g(ELO)h(1733,)262 1055 y(HIAR)o(CS's)h(p)q(erformance)h(rating)f(in)h
+(the)g(test)h(matc)o(h)e(is)g(ELO)i(2134)e(\(1733+401\).)324
+1140 y(T)m(aking)d(in)o(to)i(accoun)o(t)g(the)h(small)d(sample)h(of)g(the)i
+(test)g(matc)o(h)e(and)h(the)h(time)e(con)o(trol)262 1190 y(at)16
+b(whic)o(h)h(it)f(w)o(as)g(conducted,)j(this)d(rating)h(only)e(represen)o(ts)
+20 b(a)c(v)o(ery)h(rough)g(estimate.)262 1240 y(Ho)o(w)o(ev)o(er,)e(the)g
+(impressiv)o(e)f(score)i(b)o(y)f(whic)o(h)f(HIAR)o(CS)h(w)o(on)f(the)i(matc)o
+(h,)d(clearly)i(illus-)262 1289 y(trates)f(its)g(sup)q(eriorit)o(y)h(o)o(v)o
+(er)e(the)i(Mephisto)f(mac)o(hine.)262 1460 y Fr(7.3)69 b(Human)23
+b(Opp)r(osition)262 1587 y Fp(T)m(o)9 b(determine)i(ho)o(w)f(HIAR)o(CS)g(p)q
+(erforms)g(against)g(h)o(uman)f(opp)q(osition,)g(I)i(pla)o(y)o(ed)f(a)g
+(short)262 1636 y(t)o(w)o(o)16 b(game)f(matc)o(h)g(against)h(HIAR)o(CS.)g
+(When)h(I)f(last)g(pla)o(y)o(ed)g(activ)o(e)h(c)o(hess)h(\(1981/82\))262
+1686 y(m)o(y)10 b(rating)h(w)o(as)h(1920)f(on)h(the)g(ELO)g(scale.)18
+b(Since)13 b(I)f(ha)o(v)o(e)f(not)h(pla)o(y)o(ed)g(comp)q(etitiv)o(ely)e(for)
+262 1736 y(a)15 b(long)f(time,)g(I)h(am)f(lik)o(ely)g(to)h(b)q(e)h(a)f(bit)g
+('rust)o(y'.)22 b(Ho)o(w)o(ev)o(er,)16 b(m)o(y)d(in)o(terest)k(in)e(computer)
+262 1786 y(c)o(hess)i(has)f(allo)o(w)o(ed)f(me)g(to)g(pla)o(y)g('friendly')g
+(games)g(regularly)m(,)g(so)h(I)g(w)o(ould)f(exp)q(ect)i(m)o(y)262
+1836 y(rating)h(to)h(b)q(e)h(in)f(the)h(1900-2000)d(ELO)j(range.)34
+b(The)20 b(particular)f(adv)n(an)o(tage)g(I)g(ha)o(v)o(e)262
+1885 y(against)12 b(computer)h(opp)q(onen)o(ts)h(is)f(a)h(go)q(o)q(d)e
+(understanding)i(of)f(their)h(relativ)o(e)f(strengths)262 1935
+y(and)g(w)o(eaknesses.)324 2020 y(The)f(matc)o(h)f(games)h(w)o(ere)h(pla)o(y)
+o(ed)e(at)h(a)g(full)f(tournamen)o(t)h(time)f(con)o(trol)h(of)f(40)h(mo)o(v)o
+(es)262 2070 y(in)i(2)h(hours,)g(follo)o(w)o(ed)f(b)o(y)h(20)f(mo)o(v)o(es)g
+(in)h(eac)o(h)g(subsequen)o(t)i(hour.)22 b(Both)15 b(game)f(records)262
+2120 y(can)g(b)q(e)g(found)g(in)f(app)q(endix)h(E.)g(The)g(\014nal)f(matc)o
+(h)g(score)i(can)f(b)q(e)h(seen)g(b)q(elo)o(w:)p 683 2200 589
+2 v 682 2250 2 50 v 708 2235 a Fm(Players)p 986 2250 V 170
+w(1)p 1057 2250 V 50 w(2)p 1128 2250 V 50 w(T)m(otal)p 1271
+2250 V 683 2251 589 2 v 682 2301 2 50 v 708 2286 a Fp(HIAR)o(CS)f(5.0)p
+986 2301 V 76 w(1)p 1057 2301 V 50 w(0)p 1128 2301 V 86 w(1)p
+1271 2301 V 683 2303 589 2 v 682 2353 2 50 v 708 2338 a(Mark)g(Uniac)o(k)o(e)
+p 986 2353 V 50 w(0)p 1057 2353 V 50 w(1)p 1128 2353 V 86 w(1)p
+1271 2353 V 683 2354 589 2 v 324 2449 a(The)f(follo)o(wing)d(game)h(is)i(the)
+g(\014rst)h(from)d(the)i(matc)o(h.)k(HIAR)o(CS's)12 b(scores)i(are)g(sho)o
+(wn)946 2574 y(152)p eop
+%%Page: 153 155
+153 154 bop 262 307 a Fp(p)q(erio)q(dically)12 b(in)i(brac)o(k)o(ets.)510
+471 y(Game)e(1)510 521 y(White)159 b(:)18 b Fl(Mark)e(Uniac)o(k)o(e)510
+570 y Fp(Blac)o(k)170 b(:)18 b Fl(HIAR)o(CS)e(5.0)510 620 y
+Fp(Op)q(ening)118 b(:)18 b(Queens)e(Gam)o(bit)11 b(Declined)781
+720 y(1.)62 b(d4)97 b(d5)781 770 y(2.)62 b(c4)102 b(e6)781
+819 y(3.)62 b(Nc3)71 b(Nf6)781 869 y(4.)62 b(Bg5)70 b(Be7)781
+919 y(5.)62 b(e3)102 b(o-o)781 969 y(6.)62 b(Nf3)76 b(Nb)q(d7)781
+1019 y(7.)62 b(Bd3)p 641 1141 673 5 v 641 1805 5 665 v 646
+1224 a Fg(rZbl0skZ)646 1307 y(oponapop)646 1390 y(0Z0Zpm0Z)646
+1473 y(Z0ZpZ0A0)646 1556 y(0ZPO0Z0Z)646 1639 y(Z0MBONZ0)646
+1722 y(PO0Z0OPO)646 1805 y(S0ZQJ0ZR)p 1310 1805 V 641 1809
+673 5 v 780 1923 a Fp(P)o(osition)13 b(after)h(7.)k(Bd3.)324
+2037 y(This)d(mo)o(v)o(e)e(to)q(ok)h(HIAR)o(CS)h(out)g(of)f(its)h(op)q(ening)
+f(b)q(o)q(ok.)21 b(7.)g(Rc1)14 b(w)o(ould)h(ha)o(v)o(e)f(k)o(ept)262
+2086 y(HIAR)o(CS)f(in)g(b)q(o)q(ok.)781 2250 y(7.)62 b(...)105
+b(dc)15 b(\()p Ff(\000)p Fp(69\))781 2300 y(8.)62 b(Bxc4)51
+b(b6)14 b(\(!\))781 2350 y(9.)62 b(o-o)85 b(Bb7)781 2399 y(10.)41
+b(Rc1)71 b(c5)781 2449 y(11.)41 b(Re1)71 b(Rc8)14 b(\()p Ff(\000)p
+Fp(9\))946 2574 y(153)p eop
+%%Page: 154 156
+154 155 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0Zrl0skZ)646
+482 y(obZnapop)646 565 y(0o0Zpm0Z)646 648 y(Z0o0Z0A0)646 731
+y(0ZBO0Z0Z)646 814 y(Z0M0ONZ0)646 897 y(PO0Z0OPO)646 980 y(Z0SQS0J0)p
+1310 980 V 641 984 673 5 v 745 1090 a Fp(P)o(osition)13 b(after)h(11.)k(...)f
+(Rc8.)262 1197 y(HIAR)o(CS's)e(last)h(5)f(mo)o(v)o(es)g(ha)o(v)o(e)g(b)q(een)
+i(excellen)o(t)g(p)q(ositional)d(mo)o(v)o(es.)23 b(I)16 b(w)o(as)g(deligh)o
+(ted)262 1246 y(that)h(it)g(decided)i(to)e(\014anc)o(hetto)i(blac)o(k's)e
+(normally)d(bad)k(queens)h(bishop)e(on)g(the)i(long)262 1296
+y(diagonal.)c(HIAR)o(CS)d(seems)h(to)f(b)q(e)i(follo)o(wing)9
+b(the)14 b(correct)g(concepts)g(for)e(the)h(blac)o(k)f(side)262
+1346 y(of)h(a)g(queens)j(gam)o(bit.)781 1396 y(12.)41 b(Bd3)68
+b(cd)781 1446 y(13.)41 b(Nxd4)j(Ne5)781 1496 y(14.)d(Bb1)68
+b(Nfg4)781 1545 y(15.)41 b(Bxe7)51 b(Qxe7)781 1595 y(16.)41
+b(h3)97 b(Nf6)14 b(\(+64\))p 641 1674 V 641 2339 5 665 v 646
+1757 a Fg(0ZrZ0skZ)646 1840 y(obZ0lpop)646 1924 y(0o0Zpm0Z)646
+2007 y(Z0Z0m0Z0)646 2090 y(0Z0M0Z0Z)646 2173 y(Z0M0O0ZP)646
+2256 y(PO0Z0OPZ)646 2339 y(ZBSQS0J0)p 1310 2339 V 641 2343
+673 5 v 748 2449 a Fp(P)o(osition)f(after)h(16.)j(...)g(Nf6.)946
+2574 y(154)p eop
+%%Page: 155 157
+155 156 bop 262 345 a Fp(HIAR)o(CS)12 b(has)i(ac)o(hiev)o(ed)f(at)g(least)h
+(equalit)o(y)e(from)g(the)h(op)q(ening.)18 b(Ho)o(w)o(ev)o(er,)13
+b(I)g(w)o(as)h(more)262 395 y(afraid)g(of)h(16.)22 b(...)g(Qh4!)h(to)16
+b(whic)o(h)f(I)h(w)o(ould)e(ha)o(v)o(e)i(pla)o(y)o(ed)f(17.)22
+b(Qe2;)16 b(not)g(17)f(hg)g(Nxg4)262 445 y(whic)o(h)e(lo)q(oks)h(v)o(ery)g
+(promising)e(e.g.)17 b(18.)h(Nf3)13 b(Qxf2+)h(19.)j(Kh1)d(Qg3!)781
+542 y(17.)41 b(Qe2)70 b(Rfd8)781 592 y(18.)41 b(Red1)48 b(Rc5!?)781
+642 y(19.)41 b(e4)102 b(a6)781 692 y(20.)41 b(f4)107 b(Ng6)781
+741 y(21.)41 b(Qf2)75 b(Qc7)781 791 y(22.)41 b(Nde2)48 b(Rc4!)18
+b(\(+48\))p 641 918 673 5 v 641 1582 5 665 v 646 1001 a Fg(0Z0s0ZkZ)646
+1084 y(Zbl0Zpop)646 1167 y(po0ZpmnZ)646 1250 y(Z0Z0Z0Z0)646
+1333 y(0ZrZPO0Z)646 1416 y(Z0M0Z0ZP)646 1499 y(PO0ZNLPZ)646
+1582 y(ZBSRZ0J0)p 1310 1582 V 641 1586 673 5 v 745 1705 a Fp(P)o(osition)13
+b(after)h(22.)k(...)f(Rc4!)324 1823 y(I)e(w)o(an)o(ted)g(to)h(form)d(a)i
+(strong)h(pa)o(wn)f(cen)o(ter,)i(ho)o(w)o(ev)o(er,)e(in)g(hindsigh)o(t)g(I)g
+(feel)g(I)h(o)o(v)o(er-)262 1873 y(stretc)o(hed)g(m)o(yself.)g(The)e(pa)o
+(wns)g(on)g(e4)g(and)g(f4)f(are)h(under)h(extreme)f(pressure.)781
+2050 y(23.)41 b(Rxd8+)12 b(Qxd8)781 2099 y(24.)41 b(Rd1)66
+b(Qc7)781 2149 y(25.)41 b(Rd4?)946 2574 y(155)p eop
+%%Page: 156 158
+156 157 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0Z0Z0ZkZ)646
+482 y(Zbl0Zpop)646 565 y(po0ZpmnZ)646 648 y(Z0Z0Z0Z0)646 731
+y(0ZrSPO0Z)646 814 y(Z0M0Z0ZP)646 897 y(PO0ZNLPZ)646 980 y(ZBZ0Z0J0)p
+1310 980 V 641 984 673 5 v 765 1163 a Fp(P)o(osition)13 b(after)h(25.)k(Rd4?)
+324 1257 y(I)c(though)o(t)h(Rd4)f(w)o(ould)g(reliev)o(e)h(the)g(pressure)i
+(on)d(the)i(white)e(cen)o(ter)j(pa)o(wns.)j(After)262 1307
+y(25.)k(...)g(Rxd4)15 b(26.)24 b(Qxd4,)17 b(I)f(though)o(t)g(m)o(y)e(f-pa)o
+(wn)h(w)o(as)h(secure)j(b)q(ecause)e(of)f(the)h(mate)262 1357
+y(threat)g(on)g(d8,)g(e.g.)26 b(26.)g(...)g(Nxf4)16 b(27.)27
+b(Nxf4)16 b(Qxf4??)26 b(28.)g(Qd8+)18 b(Ne8)f(29.)26 b(Qxe8+)262
+1407 y(mate.)16 b(Ho)o(w)o(ev)o(er,)e(I)g(missed)f(27.)18 b(...)f(e5)d(whic)o
+(h)g(wins)f(the)i(pa)o(wn.)781 1491 y(25.)41 b(...)105 b(Rxd4)781
+1541 y(26.)41 b(Qxd4)i(Nxf4!)781 1591 y(27.)e(Nxf4)54 b(e5)781
+1641 y(28.)41 b(Qd2)65 b(ef)781 1691 y(29.)41 b(a3)99 b(Kf8)14
+b(\(+133\))p 641 1781 V 641 2445 5 665 v 646 1864 a Fg(0Z0Z0j0Z)646
+1947 y(Zbl0Zpop)646 2030 y(po0Z0m0Z)646 2113 y(Z0Z0Z0Z0)646
+2196 y(0Z0ZPo0Z)646 2279 y(O0M0Z0ZP)646 2362 y(0O0L0ZPZ)646
+2445 y(ZBZ0Z0J0)p 1310 2445 V 641 2449 673 5 v 946 2574 a Fp(156)p
+eop
+%%Page: 157 159
+157 158 bop 747 307 a Fp(P)o(osition)13 b(after)h(29.)k(...)f(Kf8.)324
+422 y(HIAR)o(CS)10 b(is)h(preparing)g(to)f(bring)h(its)g(king)f(in)o(to)g
+(pla)o(y)m(.)15 b(I)c(pla)o(y)o(ed)f(29.)17 b(a3)10 b(to)h(allo)o(w)e(Ba2)262
+472 y(at)15 b(an)g(opp)q(ortune)h(momen)o(t.)j(In)d(fact,)f(I)g(w)o(as)g
+(hoping)g(to)g(pla)o(y)f(Nd5;)i(sw)o(ap)f(o\013)g(knigh)o(ts)262
+522 y(and)g(obtain)g(a)g(supp)q(orted)i(passed)f(d)g(pa)o(wn.)23
+b(Ho)o(w)o(ev)o(er,)16 b(I)f(missed)g(31.)22 b(Qc5+)17 b(and)e(the)262
+572 y(mate)d(threat)j(on)f(g2)f(sa)o(ving)g(blac)o(ks)h(b)g(and)f(f)h(pa)o
+(wns.)k(After)c(whic)o(h)g(the)h(game)d(is)i(lost.)781 736
+y(30.)41 b(Nd5?)46 b(Nxd5)781 786 y(31.)41 b(ed)100 b(Qc5+)781
+836 y(32.)41 b(Kh2?)k(Qxd5)14 b(\(+201\))781 886 y(33.)41 b(Qxd5)i(Bxd5)14
+b(\(+248\))262 1001 y(Blac)o(ks)g(h-pa)o(wn)g(is)g(safe)g(as)h(Bxh7)f(is)g
+(met)f(b)o(y)h(g6!)19 b(The)14 b(mo)o(v)o(e)f(33.)18 b(Qxd5)d(w)o(as)f(bad,)f
+(but)262 1050 y(I)f(did)g(not)h(feel)g(lik)o(e)f(a)g(long)g(hard)h(queen)g
+(and)g(bishop)f(ending)h(whic)o(h)g(w)o(as)f(lost)h(an)o(yw)o(a)o(y)m(.)781
+1144 y(34.)41 b(Bd3)68 b(b5)781 1194 y(35.)41 b(Kg1)67 b(h5)781
+1244 y(36.)41 b(Be2)73 b(g6)781 1294 y(37.)41 b(a4)99 b(ba)781
+1343 y(38.)41 b(Bxa6)48 b(Bc6)781 1393 y(39.)41 b(Kf2)75 b(Ke7)781
+1443 y(40.)41 b(Be2)73 b(Kf6)781 1493 y(41.)41 b(Bc4)73 b(h4)781
+1543 y(42.)41 b(Be2)73 b(Ke5)15 b(\(+292\))p 641 1666 673 5
+v 641 2330 5 665 v 646 1749 a Fg(0Z0Z0Z0Z)646 1832 y(Z0Z0ZpZ0)646
+1915 y(0ZbZ0ZpZ)646 1998 y(Z0Z0j0Z0)646 2081 y(pZ0Z0o0o)646
+2164 y(Z0Z0Z0ZP)646 2247 y(0O0ZBJPZ)646 2330 y(Z0Z0Z0Z0)p 1310
+2330 V 641 2334 673 5 v 744 2449 a Fp(P)o(osition)e(after)h(42.)k(...)f(Ke5.)
+946 2574 y(157)p eop
+%%Page: 158 160
+158 159 bop 324 307 a Fp(I)14 b(cannot)h(defend)h(the)f(b-pa)o(wn,)f(g-pa)o
+(wn)g(and)h(hold)f(bac)o(k)h(the)g(ev)o(en)o(tual)g(f5,)f(g5)g(and)262
+357 y(g4,)19 b(therefore,)i(I)e(decided)i(to)d(simplify)f(and)i(attempt)f(to)
+h(pic)o(k)g(o\013)g(blac)o(ks)g(king)f(side)262 407 y(pa)o(wns)c(while)g
+(HIAR)o(CS)g(attempts)g(to)g(promote)f(its)i(a-pa)o(wn.)k(Ho)o(w)o(ev)o(er,)
+14 b(HIAR)o(CS)g(did)262 457 y(not)f(allo)o(w)g(me)f(an)i(inkling)e(of)i
+(coun)o(ter)g(pla)o(y)m(.)781 625 y(43.)41 b(Bf3)78 b(Bxf3)14
+b(\(+315\))781 675 y(44.)41 b(Kxf3)53 b(Kf5)781 725 y(45.)41
+b(Kf2)75 b(Ke4)781 774 y(46.)41 b(Ke2)70 b(f5)14 b(\(+401\))781
+824 y(47.)41 b(Kf2)75 b(Kd3)14 b(\(+670\))781 874 y(48.)41
+b(Kf3)75 b(g5)14 b(\(+973\))876 924 y(resigns)899 974 y(0)47
+b Ff(\000)42 b Fp(1)510 1023 y(Times:)242 b(1:46:33)12 b(1:59:47)262
+1142 y(HIAR)o(CS)19 b(pla)o(y)o(ed)f(this)i(game)e(v)o(ery)h(solidly)m(,)g
+(punishing)g(m)o(y)e(mistak)o(es)i(e\016cien)o(tly)m(.)34 b(I)262
+1192 y(think)14 b(it)h(w)o(ould)f(b)q(e)i(hard)f(to)g(tell)g(whether)h(a)f
+(computer)g(of)f(h)o(uman)f(w)o(as)i(blac)o(k)g(in)g(this)262
+1241 y(game.)324 1327 y(In)h(game)f(2,)h(I)g(w)o(as)g(also)g(under)h(some)e
+(pressure,)k(ho)o(w)o(ev)o(er,)e(I)f(slo)o(wly)f(mano)q(euvred)262
+1377 y(m)o(y)e(2)h(knigh)o(ts)g(in)o(to)g(activ)o(e)h(p)q(ositions)g(on)f
+(the)i(queen)f(side.)21 b(I)15 b(w)o(as)g(then)g(able)g(to)f(break)262
+1426 y(the)i(p)q(osition)g(op)q(en)h(to)f(m)o(y)f(adv)n(an)o(tage.)24
+b(I)17 b(ev)o(en)o(tually)f(reac)o(hed)h(the)g(ending,)g(a)f(queen)262
+1476 y(for)g(ro)q(ok)g(and)g(bishop)g(up.)26 b(I)17 b(pla)o(y)o(ed)f(w)o(ell)
+f(and)i(w)o(as)f(able)g(to)g(simplify)e(in)o(to)i(an)g(easily)262
+1526 y(w)o(on)d(king)g(and)h(pa)o(wn)f(ending.)324 1611 y(Although)k(HIAR)o
+(CS)g(c)o(hose)h(a)f(king)g(side)h(attac)o(k)f(plan)g(during)g(this)h(game,)e
+(it)h(did)262 1661 y(not)h(execute)j(it)d(e\016cien)o(tly)m(.)32
+b(By)19 b(the)h(time)d(HIAR)o(CS)h(had)h(ac)o(hiev)o(ed)g(an)g(op)q(en)g
+(h-\014le)262 1711 y(for)e(its)h(ro)q(oks,)h(m)o(y)d(o)o(wn)i(plan)f(w)o(as)h
+(already)f(w)o(ell)h(dev)o(elop)q(ed.)31 b(This)17 b(illustrates)i(that)262
+1761 y(the)i(planning)e(mec)o(hanism)f(used)k(in)e(HIAR)o(CS)g(still)g
+(requires)h(a)g(lot)f(of)g(tuning)g(and)262 1810 y(enhancemen)o(t.)324
+1896 y(I)e(will)e(not)i(use)h(this)f(matc)o(h)f(to)h(calculate)g(a)g(c)o
+(hess)i(rating)d(as)h(the)h(sample)e(is)h(to)q(o)262 1946 y(small.)24
+b(Ho)o(w)o(ev)o(er,)17 b(it)g(w)o(as)f(clear)h(from)e(pla)o(ying)h(HIAR)o
+(CS,)g(that)g(it)h(has)g(a)f(distinctiv)o(e,)262 1995 y(uncomputer)9
+b(lik)o(e,)h(pla)o(ying)e(st)o(yle)i(and)g(w)o(ould)f(mak)o(e)f(a)i(w)o(orth)
+o(y)g(opp)q(onen)o(t)g(for)g(an)o(y)f(pla)o(y)o(er)262 2045
+y(rated)14 b(at)g(around)g(2000)e(ELO.)262 2218 y Fr(7.4)69
+b(Kno)n(wledge)22 b(v)n(ersus)h(Searc)n(h)262 2344 y Fp(HIAR)o(CS)15
+b(5.0)g(con)o(tains)i(a)e(signi\014can)o(t)h(amoun)o(t)e(of)i(c)o(hess)i(kno)
+o(wledge)d(compared)h(with)262 2394 y(the)c(t)o(ypical)e(Shannon)h(t)o(yp)q
+(e)h(A)g(program.)j(Muc)o(h)d(of)f(the)h(c)o(hess)h(kno)o(wledge)e(is)g
+(applied)g(at)262 2444 y(the)g(horizon)f(no)q(des)h(of)f(the)h(main)d(searc)o
+(h.)18 b(Although)10 b(this)g(approac)o(h)h(allo)o(ws)e(application)946
+2574 y(158)p eop
+%%Page: 159 161
+159 160 bop 262 307 a Fp(of)16 b(up)h(to)g(date)g(p)q(ositional)f(kno)o
+(wledge,)h(it)f(is)h(quite)g(time)f(consuming,)f(and)i(therefore)262
+357 y(results)e(in)e(sligh)o(tly)f(shallo)o(w)o(er)i(searc)o(hes)i(b)q(eing)d
+(p)q(erformed.)324 442 y(It)j(w)o(ould)g(therefore)i(b)q(e)f(in)o(teresting)g
+(to)f(classify)g(what)h(the)g(kno)o(wledge)f(is)h('w)o(orth')262
+492 y(in)f(terms)g(of)g(searc)o(h)h(depth.)27 b(This)17 b('w)o(orth')e(could)
+h(then)i(b)q(e)f(compared)f(to)g(its)h(cost)g(to)262 542 y(determine)c
+(whether)j(the)e(kno)o(wledge)g(is)f(cost)i(e\013ectiv)o(e.)324
+627 y(I)g(ha)o(v)o(e)g(compared)g(kno)o(wledge)g(and)h(searc)o(h)g(b)o(y)g(p)
+q(erforming)e(a)h(4)g(game)f(matc)o(h)g(b)q(e-)262 677 y(t)o(w)o(een)j(HIAR)o
+(CS)g(5.0)f(and)g(a)h(v)o(ersion)g(of)f(itself)h(con)o(taining)f(only)g
+(piece)i(square)f(tables)262 727 y(for)11 b(its)h(horizon)g(no)q(de)h(ev)n
+(aluations)e(and)h(no)g(searc)o(h)h(extension)g(heuristics.)18
+b(This)12 b(sp)q(ecial)262 777 y(v)o(ersion)i(of)f(HIAR)o(CS)g(will)g(b)q(e)h
+(referred)i(to)e(as)g Fm(NOKNO)o(W)p Fp(.)324 862 y(In)h(the)h(matc)o(h,)e
+(NOKNO)o(W)i(w)o(as)f(allo)o(w)o(ed)f(to)h(p)q(erform)f(a)h(full)f(width)h(6)
+g(ply)f(searc)o(h)262 912 y(and)f(HIAR)o(CS)h(5.0)f(w)o(as)h(restricted)i(to)
+d(a)h(\014xed)g(depth)h(3)f(ply)f(searc)o(h.)19 b(NOKNO)o(W)c(to)q(ok)262
+961 y(b)q(et)o(w)o(een)20 b(30)f(seconds)i(and)e(20)g(min)o(utes)f(o)o(v)o
+(er)i(eac)o(h)g(mo)o(v)o(e,)e(whereas)j(HIAR)o(CS)e(to)q(ok)262
+1011 y(around)e(1)g(to)g(10)f(seconds)j(p)q(er)f(mo)o(v)o(e.)27
+b(Thinking)16 b(on)h(opp)q(onen)o(ts)h(time)e(w)o(as)h(disabled)262
+1061 y(during)12 b(the)i(matc)o(h.)i(In)d(the)g(\014rst)h(t)o(w)o(o)e(games)g
+(b)q(oth)h(program)e(w)o(ere)j(allo)o(w)o(ed)e(to)g(consult)262
+1111 y(their)k(op)q(ening)f(b)q(o)q(ok;)i(in)e(last)h(t)o(w)o(o)f(games,)g
+(NOKNO)o(W)h(w)o(as)g(not)g(allo)o(w)o(ed)f(to)g(consult)262
+1161 y(its)e(op)q(ening)g(b)q(o)q(ok.)18 b(All)12 b(game)g(records)j(for)e
+(this)g(matc)o(h)f(can)i(b)q(e)g(found)f(in)g(app)q(endix)g(E.)262
+1210 y(The)h(\014nal)f(matc)o(h)g(score)i(can)f(b)q(e)h(seen)g(b)q(elo)o(w:)p
+565 1286 826 2 v 564 1336 2 50 v 590 1321 a Fm(Players)p 957
+1336 V 261 w(1)p 1033 1336 V 53 w(2)p 1104 1336 V 50 w(3)p
+1175 1336 V 50 w(4)p 1246 1336 V 50 w(T)m(otal)p 1389 1336
+V 565 1338 826 2 v 564 1388 2 51 v 590 1373 a Fp(HIAR)o(CS)e(5.0,)g(3)g(ply)p
+957 1388 V 988 1357 a Fk(1)p 988 1364 17 2 v 988 1387 a(2)p
+1033 1388 2 51 v 1059 1373 a Fp(0)p 1104 1388 V 50 w(0)p 1175
+1388 V 50 w(1)p 1246 1388 V 73 w(1)1321 1357 y Fk(1)p 1321
+1364 17 2 v 1321 1387 a(2)p 1389 1388 2 51 v 565 1389 826 2
+v 564 1439 2 51 v 590 1425 a Fp(NOKNO)o(W,)h(6)f(ply)p 957
+1439 V 988 1408 a Fk(1)p 988 1415 17 2 v 988 1439 a(2)p 1033
+1439 2 51 v 1059 1425 a Fp(1)p 1104 1439 V 50 w(1)p 1175 1439
+V 50 w(0)p 1246 1439 V 73 w(2)1321 1408 y Fk(1)p 1321 1415
+17 2 v 1321 1439 a(2)p 1389 1439 2 51 v 565 1441 826 2 v 324
+1544 a Fp(When)20 b(considering)h(these)g(results,)i(a)c(n)o(um)o(b)q(er)h
+(of)g(factors)g(m)o(ust)f(b)q(e)i(tak)o(en)f(in)o(to)262 1594
+y(accoun)o(t:)324 1707 y Ff(\017)g Fp(NOKNO)o(W)d(is)e(not)h(a)f(tuned)h
+(brute)h(force)f(searc)o(her,)i(hence)f(its)e(sp)q(eed)j(could)d(b)q(e)365
+1757 y(signi\014can)o(tly)e(impro)o(v)o(ed.)324 1837 y Ff(\017)20
+b Fp(NOKNO)o(W)13 b(did)g(mak)o(e)e(use)i(of)f(HIAR)o(CS's)g(extensiv)o(e)i
+(mo)o(v)o(e)d(ordering)h(algorithm)365 1887 y(and)j(incremen)o(tal)e(ev)n
+(aluation)g(table.)20 b(This,)13 b(to)i(some)e(exten)o(t,)i(comp)q(ensated)g
+(for)365 1937 y(its)f(lac)o(k)g(of)f(tuning.)324 2017 y Ff(\017)20
+b Fp(HIAR)o(CS)f(w)o(as)g(unable)g(to)f(use)i(its)f(sup)q(erior)h(time)d(con)
+o(trol)i(algorithm)d(for)j(the)365 2067 y(matc)o(h)c(since)i(it)f(w)o(as)g
+(limited)e(to)i(a)g(\014xed)g(depth)h(searc)o(h.)26 b(Hence,)18
+b(HIAR)o(CS)e(5.0)365 2116 y(w)o(as)g(unable)f(to)h(exp)q(end)g(extra)g(time)
+e(and)i(depth)g(searc)o(hing)g(mo)o(v)o(es)e(it)h(felt)h(w)o(ere)365
+2166 y(critical.)262 2279 y(The)10 b(matc)o(h)f(score)j(seems)f(to)f
+(indicate)g(that)h(HIAR)o(CS's)e(p)q(ositional)g(and)i(tactical)f(kno)o(wl-)
+262 2329 y(edge)h(is)g(almost)e(w)o(orth)j(3)e(extra)i(plies)f(of)f(searc)o
+(h.)19 b(Eac)o(h)11 b(additional)e(ply)i(w)o(ould)f(normally)262
+2379 y(require)k(a)g(6)f(fold)g(increase)i(in)f(time)840 2364
+y Fk(2)857 2379 y Fp(,)g(therefore,)h(this)e(result)i(is)f(v)o(ery)g
+(signi\014can)o(t.)p 262 2411 573 2 v 308 2437 a Fj(2)325 2449
+y Fi(o)q(dd)d(ply's)f(usually)g(require)g(more)g(searc)o(h)g(e\013ort)g(than)
+g(ev)o(en)h(ply's)946 2574 y Fp(159)p eop
+%%Page: 160 162
+160 161 bop 324 307 a Fp(The)15 b(c)o(hess)i(kno)o(wledge)e(con)o(tained)h
+(in)e(HIAR)o(CS)h(5.0)g(seems)g(to)g(cost)h(around)f(a)g(2-3)262
+357 y(fold)10 b(increase)j(in)e(time.)16 b(This)11 b(additional)f(time)g(w)o
+(ould)h(not)g(b)q(e)h(enough)g(for)f(ev)o(en)h(1)f(extra)262
+407 y(ply)16 b(of)g(full)g(width)h(searc)o(h.)29 b(Therefore,)18
+b(HIAR)o(CS's)f(kno)o(wledge)g(app)q(ears)h(to)f(b)q(e)g(v)o(ery)262
+457 y(cost)d(e\013ectiv)o(e)h(when)g(compared)e(with)h(simply)d(in)o(v)o
+(esting)j(more)f(searc)o(h)i(e\013ort.)262 628 y Fr(7.5)69
+b(In)n(ternal)23 b(Statistics)262 755 y Fp(V)m(arious)12 b(statistics)i(ab)q
+(out)e(ho)o(w)h(the)h(program)d(sp)q(ends)j(its)f(time)f(ha)o(v)o(e)h(b)q
+(een)h(calculated.)324 840 y(HIAR)o(CS)h(5.0)f(searc)o(hes)j(b)q(et)o(w)o
+(een)f(300)f(and)g(1200)f(no)q(des)i(p)q(er)g(second.)23 b(The)16
+b(higher)262 890 y(sp)q(eeds)j(are)f(ac)o(hiev)o(ed)f(in)g(the)h(endgame.)28
+b(Unlik)o(e)17 b(most)f(other)i(programs,)f(only)g(legal)262
+940 y(no)q(des)d(are)h(coun)o(ted)f(in)g(this)g(no)q(de)g(coun)o(t.)324
+1025 y(When)19 b(pla)o(ying)e(at)h(tournamen)o(t)g(rates,)i(HIAR)o(CS)f(t)o
+(ypically)e(searc)o(hes)j(to)f(5)f(or)h(6)262 1075 y(plies)12
+b(in)h(the)g(op)q(ening,)g(5)f(plies)h(in)g(the)g(middle)e(game)h(and)g(an)o
+(ything)g(b)q(et)o(w)o(een)j(6)d(and)h(13)262 1125 y(plies)g(in)h(the)g
+(endgame.)p 641 1218 673 5 v 641 1882 5 665 v 646 1301 a Fg(rZbl0skZ)646
+1384 y(opopZpop)646 1467 y(0ZnZ0m0Z)646 1550 y(Z0a0o0Z0)646
+1633 y(0ZBZPZ0Z)646 1716 y(Z0M0ZNZ0)646 1799 y(POPO0OPO)646
+1882 y(S0AQZRJ0)p 1310 1882 V 641 1886 673 5 v 673 2001 a Fp(ABF)h
+(calculation:)i(White)c(to)h(mo)o(v)o(e.)324 2115 y(The)h(Av)o(erage)h(Branc)
+o(hing)f(F)m(actor)f Fl(\(ABF\))h Fp(is)f(an)h(extremely)g(imp)q(ortan)o(t)e
+(measure)262 2165 y(as)c(it)h(de\014nes)h(ho)o(w)e(e\016cien)o(t)h(the)h
+(tree)g(searc)o(h)g(is)e(and)h(hence)h(what)f(depths)g(are)h(ac)o(hiev)n
+(able.)262 2214 y(It)17 b(can)g(b)q(e)h(estimated)f(b)o(y)g(coun)o(ting)g
+(the)h(total)f(no)q(des,)h Fm(tn)p Fp(,)g(explored)g(in)f(a)g(full)f(width)
+262 2264 y(searc)o(h)f(at)e(depths)i Ff(\024)p Fm(n)p Fp(,)f(and)g(using)g
+(ABF)g(=)g Fh(tn)1030 2249 y Fk(1)p Fe(=n)1086 2264 y Fp(.)324
+2350 y(In)d(the)g(test)h(p)q(osition)e(ab)q(o)o(v)o(e,)h(HIAR)o(CS)f(5.0)g
+(explored)h(168992)e(no)q(des)j(within)e(a)h(6)f(ply)262 2399
+y(full)g(width)h(searc)o(h.)18 b(This)12 b(equates)g(to)g(an)f(ABF)h(of)f
+(7.43.)16 b(F)m(or)11 b(a)h(selectiv)o(e)g(searc)o(h)h(to)e(visit)262
+2449 y(few)o(er)f(no)q(des,)i(it)e(w)o(ould)f(ha)o(v)o(e)i(to)f(expand)g
+(less)h(than)g(7.43)e(no)q(des)i(from)e(eac)o(h)i(p)q(osition.)16
+b(Of)946 2574 y(160)p eop
+%%Page: 161 163
+161 162 bop 262 307 a Fp(course,)12 b(suc)o(h)f(a)f(selectiv)o(e)i(searc)o(h)
+g(could)e(still)g(miss)g(man)o(y)e(critical)j(v)n(ariations)e(within)h(the)
+262 357 y(6)k(plies;)i(a)f(problem)f(HIAR)o(CS's)g(full)g(width)h(searc)o(h)i
+(cannot)e(su\013er)i(from.)j(This)15 b(is)g(the)262 407 y(ma)r(jor)e(adv)n
+(an)o(tage)g(of)h(a)h(bac)o(kw)o(ard)f(pruning)h(algorithm)d(suc)o(h)j(as)g
+Fh(\013\014)i Fp(when)e(compared)262 457 y(with)e(forw)o(ard)h(pruning.)324
+542 y(This)20 b(ABF)g(includes)h(the)f(totals)g(for)g(eac)o(h)g(iteration.)36
+b(The)20 b(ABF)h(for)f(the)g(\014nal)262 592 y(iteration,)c(whic)o(h)h
+Fm(only)g Fp(explored)g(125102)f(no)q(des,)h(is)g(7.07.)26
+b(The)17 b(minim)o(al)c Fh(\013\014)19 b Fp(searc)o(h)262 641
+y(tree)14 b(for)e(the)i(p)q(osition)e(w)o(ould)g(b)q(e)i(of)e(the)i(order)f
+(2)7 b Ff(\001)g Fp(38)1123 626 y Fk(6)p Fe(=)p Fk(2)1182 641
+y Ff(\000)h Fp(1)j(=)h(109743.)k(The)e(fact)f(that)262 691
+y(HIAR)o(CS's)f(\014nal)h(iteration)g(searc)o(h)i(w)o(as)e(within)f(14\045)h
+(of)g(this)g(minim)o(al)d(tree)k(illustrates)262 741 y(the)h(e\013ectiv)o
+(eness)j(of)c(using)h(the)h(com)o(bination)d(of)h(iterativ)o(e)h(deep)q
+(ening,)h(searc)o(h)g(tables)262 791 y(and)d(in)o(terior)h(no)q(de)g(mo)o(v)o
+(e)e(ordering.)324 876 y(Occasionally)m(,)e(searc)o(hes)j(ha)o(v)o(e)e(b)q
+(een)i(found)e(to)g(explore)h(as)f(few)g(or)h(few)o(er)g(no)q(des)g(than)262
+926 y(the)i(minim)o(al)d Fh(\013\014)16 b Fp(tree)f(w)o(ould)e(suggest.)19
+b(This)14 b(is)g(ac)o(hiev)o(ed)g(b)q(ecause)i(the)f(transp)q(osition)262
+976 y(table)k(allo)o(ws)e(n)o(umerous,)j(sometimes)d(large,)j(subtrees)h(to)e
+(b)q(e)g(pruned)h(whic)o(h)f(w)o(ould)262 1026 y(otherwise)14
+b(require)h(searc)o(hing.)324 1111 y(It)f(has)h(also)f(b)q(een)i(found)e
+(that)g(it)g(is)h(not)f(uncommon)e(for)i(HIAR)o(CS)g(5.0)g(to)g(explore)262
+1161 y(v)n(ariations)h(to)h(a)g(depth)h(of)f(15)g(to)g(20)g(ply)m(.)25
+b(V)m(ery)17 b(o)q(ccasionally)m(,)e(the)i(searc)o(h)g(ma)o(y)e(ev)o(en)262
+1210 y(reac)o(h)h(the)f(maxim)o(um)c(depth)16 b(of)e(32)h(ply)m(.)21
+b(These)c(extremely)e(deep)h(searc)o(hes)h(are)f(infre-)262
+1260 y(quen)o(t)g(and)g(therefore)i(do)e(not)g(usually)f(cause)i(a)f(large)g
+(searc)o(h)h('explosion'.)24 b(Ho)o(w)o(ev)o(er,)262 1310 y(they)19
+b(o)q(ccasionally)e(allo)o(w)g(HIAR)o(CS)h(to)h(disco)o(v)o(er)g(deep)g(com)o
+(binations)e(whic)o(h)h(w)o(ould)262 1360 y(otherwise)c(b)q(e)h(imp)q
+(ossible)d(with)i(a)f(more)g(depth)i(restricted)h(searc)o(h.)324
+1445 y(Belo)o(w)e(is)f(giv)o(en)h(a)f(breakdo)o(wn)h(of)g(ho)o(w)f(HIAR)o(CS)
+h(sp)q(ends)h(its)f(time:)p 556 1528 843 2 v 555 1578 2 50
+v 581 1563 a Fm(A)n(ctivity)p 1076 1578 V 380 w(\045)g(of)h(total)g(time)p
+1398 1578 V 556 1579 843 2 v 555 1629 2 50 v 581 1614 a Fp(P)o(ositional)d
+(Analysis)p 1076 1629 V 250 w(44.4)g(\045)p 1398 1629 V 556
+1631 843 2 v 555 1680 2 50 v 581 1666 a(Making/Unmaking)e(Mo)o(v)o(es)p
+1076 1680 V 126 w(19.4)i(\045)p 1398 1680 V 556 1682 843 2
+v 555 1732 2 50 v 581 1717 a(Up)q(dating)i(A)o(ttac)o(k)g(T)m(ables)p
+1076 1732 V 158 w(14.9)e(\045)p 1398 1732 V 556 1734 843 2
+v 555 1783 2 50 v 581 1768 a(Mo)o(v)o(e)i(Generation)p 1076
+1783 V 294 w(9.3)f(\045)p 1398 1783 V 556 1785 843 2 v 555
+1835 2 50 v 581 1820 a(T)m(ree)i(Searc)o(h)f(Con)o(trol)p 1076
+1835 V 242 w(6.5)f(\045)p 1398 1835 V 556 1837 843 2 v 555
+1886 2 50 v 581 1871 a(Ev)o(erything)h(else)p 1076 1886 V 328
+w(5.5)f(\045)p 1398 1886 V 556 1888 843 2 v 262 1990 a(As)k(can)g(b)q(e)h
+(seen)g(from)e(these)i(\014gures,)g(HIAR)o(CS)f(sp)q(ends)i(an)d
+(extraordinary)h(amoun)o(t)262 2039 y(of)c(time)g(ev)n(aluating)g(p)q
+(ositions.)20 b(Compared)13 b(to)h(more)g(con)o(v)o(en)o(tional)f(programs,)g
+(whic)o(h)262 2089 y(sp)q(end)h(most)e(of)g(their)i(time)d(generating)j(and)e
+(searc)o(hing)i(mo)o(v)o(es,)d(the)j(di\013erence)h(in)e(pro-)262
+2139 y(gram)f(philosoph)o(y)h(is)g(ob)o(vious.)946 2574 y(161)p
+eop
+%%Page: 162 164
+162 163 bop 262 307 a Fr(7.6)69 b(Summary)23 b(of)g(P)n(erformance)262
+434 y Fp(HIAR)o(CS)17 b(5.0)f(p)q(erforms)h(at)g(or)h(near)g(the)g(exp)q(ert)
+h(lev)o(el)e(of)g(2000)f(ELO.)h(It)h(displa)o(ys)f(a)262 483
+y(go)q(o)q(d)10 b(balance)h(b)q(et)o(w)o(een)h(p)q(ositional)e(and)g
+(tactical)h(pla)o(y)f(whic)o(h)h(mak)o(es)e(it)i(an)g(in)o(teresting,)262
+533 y(more)f(h)o(uman)h(lik)o(e,)g(opp)q(onen)o(t.)17 b(Ho)o(w)o(ev)o(er,)12
+b(HIAR)o(CS)g(5.0)f(has)h(a)f(n)o(um)o(b)q(er)g(of)h(w)o(eaknesses)262
+583 y(b)q(oth)i(p)q(ositionally)e(and)i(tactically)m(.)j(Some)c(of)g(these)j
+(w)o(eaknesses)g(can)e(b)q(e)h(corrected)h(b)o(y)262 633 y(extensiv)o(e)c
+(tuning)e(of)h(the)g(ev)n(aluation)f(function)h(and)f(searc)o(h)j
+(extensions,)f(others)g(require)262 683 y(complex)g(higher)i(lev)o(el)g(kno)o
+(wledge)f(to)h(b)q(e)g(included)h(in)e(the)h(program.)324 768
+y(HIAR)o(CS)h(pla)o(ys)g(a)g(comp)q(eten)o(t)h(tactical)f(game)g(and)g
+(excels)i(in)e(iden)o(tifying)f(critical)262 818 y(v)n(ariations)e(in)o(v)o
+(olving)f(c)o(hec)o(ks)j(and)g(captures.)19 b(This)13 b(is)g(not)h
+(surprising)f(considering)h(the)262 867 y(t)o(yp)q(e)g(of)f(searc)o(h)i
+(extensions)g(included.)324 953 y(Unlik)o(e)10 b(most)g(other)h(c)o(hess)i
+(programs,)d(HIAR)o(CS's)g(impro)o(v)o(emen)o(t)e(as)j(time)f(increases)262
+1003 y(is)j(more)g(pronounced)h(than)g(w)o(ould)e(normally)f(b)q(e)j(exp)q
+(ected.)20 b(I)14 b(b)q(eliev)o(e)g(this)f(is)h(b)q(ecause)262
+1052 y(its)f(searc)o(h)i(extensions)g(ha)o(v)o(e)e(more)g(scop)q(e)i(to)f
+(expand)g(lines)f(and)h(its)f(p)q(ositional)g(kno)o(wl-)262
+1102 y(edge)e(has)g(more)g(e\013ect)h(as)f(the)h(searc)o(h)g(depth)g
+(increases.)19 b(F)m(or)10 b(example,)g(a)h(1)g(ply)f(increase)262
+1152 y(in)g(full)g(width)h(depth)h(ma)o(y)d(allo)o(w)h(HIAR)o(CS)h(to)g
+(extend)h(a)f(critical)g(v)n(ariation)e(2)i(or)g(3)g(plies.)324
+1237 y(The)i(use)g(of)f(general)h(plans)f(to)h(guide)f(the)i(searc)o(h)f(b)o
+(y)g(increasing)f(the)i(desirabilit)o(y)d(of)262 1287 y(certain)j(asp)q(ects)
+h(of)d(a)h(p)q(osition)g(has)h(on)f(the)h(whole)f(impro)o(v)o(ed)f(p)q
+(erformance)h(and)g(giv)o(en)262 1337 y(some)i(direction)i(to)f(the)i(pla)o
+(y)m(.)24 b(Ho)o(w)o(ev)o(er,)17 b(there)h(is)f(m)o(uc)o(h)e(ro)q(om)g(for)h
+(impro)o(v)o(emen)o(t)e(in)262 1387 y(this)f(area.)324 1472
+y(I)i(ha)o(v)o(e)g(found)h(that)f(the)h(time)e(con)o(trol)h(algorithm)e(has)j
+(pla)o(y)o(ed)f(an)g(imp)q(ortan)o(t)f(role)262 1522 y(in)f(helping)h(HIAR)o
+(CS)g(iden)o(tify)f(di\016cult)g(mo)o(v)o(es)g(and)h(allo)o(w)o(ed)f(extra)i
+(time)e(to)h(b)q(e)h(sp)q(en)o(t)262 1572 y(where)20 b(it)e(is)h(most)f
+(needed.)35 b(On)20 b(sev)o(eral)f(o)q(ccasions)h(this)f(has)g(allo)o(w)o(ed)
+f(HIAR)o(CS)h(to)262 1621 y(impro)o(v)o(e)12 b(its)h(mo)o(v)o(e)g(selection.)
+324 1707 y(The)f(com)o(bination)c(of)j(the)h(transp)q(osition)f(table)g(and)g
+(searc)o(h)i(extensions)f(has)f(caused)262 1756 y(serious)h(problems.)k
+(Occasionally)m(,)11 b(the)h(transp)q(osition)f(table)h(causes)h(early)e
+(termination)262 1806 y(of)g(in)o(teresting)i(v)n(ariations.)j(The)d(reason)g
+(for)f(this)g(lies)h(in)e(the)i(fact)g(that)f(at)g(eac)o(h)h(lev)o(el)f(in)
+262 1856 y(the)i(tree,)g(eac)o(h)h(no)q(de)f(has)g(no)f(w)o(a)o(y)g(of)g(kno)
+o(wing)g(whether)i(v)n(ariations)d(will)h(b)q(e)h(extended)262
+1906 y(at)i(no)q(des)h(in)f(their)g(subtree.)27 b(Hence,)18
+b(when)f(the)g(transp)q(osition)f(table)h(is)f(prob)q(ed,)h(the)262
+1956 y(required)j(searc)o(h)g(depth)h(ma)o(y)c(b)q(e)j(incorrect)h(b)q
+(ecause)g(it)e(do)q(es)h(not)g(tak)o(e)f(accoun)o(t)h(of)262
+2005 y(p)q(ossible)15 b(extensions)h(n)f(ply)f(do)o(wn)h(the)h(subtree.)23
+b(Therefore,)16 b(the)g(transp)q(osition)f(table)262 2055 y(ma)o(y)f(retriev)
+o(e)j(an)f(en)o(try)h(whic)o(h)f(satis\014es)h(the)g(depth)g(requiremen)o(t)f
+(at)g(this)h(no)q(de,)f(but)262 2105 y(w)o(ould)10 b(not)h(satisfy)g(the)h
+('true')f(depth)h(requiremen)o(t)f(if)g(searc)o(h)h(extensions)g(w)o(ere)g
+(to)g(o)q(ccur)262 2155 y(in)h(the)h(subtree.)324 2240 y(In)d(tactical)h(p)q
+(ositions,)f(this)h(often)f(causes)i(HIAR)o(CS)f(to)f(require)i(1)e(or)h(2)f
+(more)f(searc)o(h)262 2290 y(iterations)20 b(than)h(w)o(ould)e(normally)f(b)q
+(e)k(exp)q(ected.)40 b(This)20 b(is)h(most)e(noticeable)i(when)262
+2340 y(HIAR)o(CS's)13 b(searc)o(h)i(fails)e(high,)g(indicating)g(it)h(has)g
+(found)f(a)h(clearly)g(b)q(etter)h(mo)o(v)o(e,)d(only)262 2390
+y(for)h(the)i(re-searc)o(h)g(to)f(terminate)f(early)h(b)q(ecause)h(of)f(a)f
+(premature)h(en)o(try)h(matc)o(h.)946 2574 y(162)p eop
+%%Page: 163 165
+163 164 bop 324 307 a Fp(The)14 b(solution)f(to)h(this)g(problem)f(lies)h(in)
+f(dramatically)e(expanding)j(eac)o(h)g(transp)q(osi-)262 357
+y(tion)f(table)g(en)o(try)h(to)g(store)h(information)10 b(ab)q(out)k
+(extensions)h(in)e(the)h(subtree)i(b)q(elo)o(w)d(the)262 407
+y(no)q(de)d(resp)q(onsible)i(for)e(storing)g(the)h(en)o(try)m(.)17
+b(On)10 b(retriev)n(al,)h(this)f(information)d(can)k(then)g(b)q(e)262
+457 y(used)j(to)g(determine)f(more)g(accurately)h(whether)h(an)e(en)o(try)i
+(should)e(cause)i(termination.)324 542 y(The)d(cost)g(e\013ectiv)o(eness)i
+(of)d(eac)o(h)h(ev)n(aluation)e(de\014nition)i(is)f(y)o(et)h(to)f(b)q(e)h
+(determined.)18 b(I)262 592 y(susp)q(ect,)13 b(most)c(criteria)i(will)f(need)
+i(mo)q(di\014cation)c(of)i(some)g(sort,)i(while)e(others)i(ma)o(y)d(ev)o(en)
+262 641 y(b)q(e)16 b(unrequired.)25 b(Certainly)15 b(new)i(criteria)f(are)g
+(required)h(for)e(signi\014can)o(t)h(p)q(erformance)262 691
+y(impro)o(v)o(em)o(en)o(t.)946 2574 y(163)p eop
+%%Page: 164 166
+164 165 bop 262 654 a Fn(Chapter)34 b(8)262 897 y Fo(Conclusion)262
+1148 y Fp(This)19 b(c)o(hapter)i(concludes)f(the)h(rep)q(ort)f(b)o(y)g
+(reviewing)f(what)h(has)g(b)q(een)g(in)o(v)o(estigated,)262
+1198 y(discussing)14 b(the)h(ma)r(jor)d(ac)o(hiev)o(emen)o(ts)i(and)f
+(exploring)h(the)g(future)h(implications)c(of)i(m)o(y)262 1248
+y(\014ndings.)36 b(Before)21 b(I)f(review)g(the)h(pro)r(ject)g(and)f(examine)
+f(its)h(ac)o(hiev)o(emen)o(ts,)h(let)f(me)262 1298 y(re-iterate)15
+b(the)f(pro)r(ject)h(aims:)312 1374 y(1.)20 b(Ov)o(erview)15
+b(the)f(tec)o(hniques)h(used)g(in)f(curren)o(t)h(c)o(hess)g(programs.)312
+1454 y(2.)20 b(Dev)o(elop)13 b(an)g(ev)n(aluation)f(function)h(whic)o(h)g
+(exhibits)g(the)h(p)q(ositional)e(abilit)o(y)f(of)i(an)365
+1504 y(exp)q(ert)j(lev)o(el)d(c)o(hess)j(pla)o(y)o(er)d(\(2000)g(ELO\).)312
+1584 y(3.)20 b(Explore)14 b(fresh)h(w)o(a)o(ys)f(of)f(impro)o(ving)e(the)j
+(tactical)g(abilit)o(y)e(of)h(a)h(c)o(hess)h(program.)312 1664
+y(4.)20 b(Implemen)o(t)12 b(the)i(\014ndings)g(in)g(a)f(c)o(hess)j(program)c
+(\(HIAR)o(CS)h(5.0\).)312 1744 y(5.)20 b(Apply)15 b(the)h(Bratk)o(o-Kop)q(ec)
+g(exp)q(erimen)o(t)f(to)g(test)h(the)g(relativ)o(e)f(tactical)g(and)g(p)q(o-)
+365 1794 y(sitional)e(abilit)o(y)f(of)h(the)i(program.)312
+1874 y(6.)20 b(Ev)n(aluate)14 b(the)g(program)e(against)i(b)q(oth)g(h)o(uman)
+e(and)i(computer)f(opp)q(osition.)262 2010 y Fr(8.1)69 b(Review)262
+2100 y Fp(Before)14 b(the)g(pro)r(ject)h(b)q(egan,)f(the)g(aims)e(of)h(the)h
+(pro)r(ject)h(w)o(ere)g(set)f(out)g(and)f(an)h(o)o(v)o(erview)262
+2150 y(of)d(the)i(required)g(tasks)f(necessary)j(to)d(meet)f(the)i(o)o(v)o
+(erall)e(aims)f(w)o(as)i(devised.)19 b(An)12 b(o)o(v)o(erall)262
+2200 y(time)18 b(scale)i(plan)f(w)o(as)g(pro)q(duced)i(whic)o(h)e(set)i(time)
+d(scales)i(for)f(eac)o(h)i(ma)r(jor)c(activit)o(y)m(.)262 2250
+y(Regularly)m(,)12 b(during)i(the)h(pro)r(ject,)h(progress)f(w)o(as)g
+(measured)f(and)g(review)o(ed)i(against)e(set)262 2300 y(ob)r(jectiv)o(es)h
+(and)g(time)f(scales.)23 b(This)15 b(allo)o(w)o(ed)e(me)h(to)h(iden)o(tify)g
+(and)f(set)i(sub-goals,)f(and)262 2350 y(k)o(ept)g(me)f(a)o(w)o(are)h(of)g
+(the)g(implications)e(an)o(y)h(problems)h(w)o(ould)f(ha)o(v)o(e)h(on)g(the)g
+(rest)i(of)d(m)o(y)262 2399 y(pro)r(ject.)38 b(This)21 b(in)f(turn)g(enabled)
+h(me)f(to)g(rep)q(ort)h(progress)h(at)e(m)o(y)f(regular)i(pro)r(ject)262
+2449 y(meetings)13 b(and)g(allo)o(w)o(ed)g(the)i(pro)r(ject)f(to)g(dev)o
+(elop)g(smo)q(othly)m(.)946 2574 y(164)p eop
+%%Page: 165 167
+165 166 bop 324 307 a Fp(In)13 b(c)o(hapters)h(1)f(and)g(2)f(I)h(in)o(tro)q
+(duced)h(the)g(sub)r(ject)g(of)f(computer)f(c)o(hess.)19 b(This)13
+b(ga)o(v)o(e)g(a)262 357 y(go)q(o)q(d)g(foundation)g(for)g(the)i(more)e
+(complex)f(issues)j(explored)g(in)e(future)h(c)o(hapters.)324
+442 y(Chapter)j(3)g(explored)g(v)n(arious)f(tec)o(hniques)i(in)e(detail.)27
+b(I)16 b(in)o(tro)q(duced)i(the)f Fh(\013\014)i Fp(tree)262
+492 y(pruning)d(algorithm)e(and)i(a)h(n)o(um)o(b)q(er)f(of)g(its)g(ma)r(jor)f
+(deriv)n(ativ)o(es.)26 b(V)m(arious)16 b(tec)o(hniques)262
+542 y(w)o(ere)i(discussed)g(for)f(impro)o(ving)d(tree)19 b(searc)o(h)f
+(e\016ciency)m(,)g(e.g.)27 b(mo)o(v)o(e)15 b(ordering,)j(itera-)262
+592 y(tiv)o(e)c(deep)q(ening)j(etc.)22 b(Tw)o(o)15 b(forw)o(ard)g(pruning)g
+(tec)o(hniques)h(w)o(ere)g(also)f(examined.)20 b(The)262 641
+y(sub)r(ject)13 b(of)e(p)q(ositional)g(ev)n(aluation)f(w)o(as)i(explored)g
+(and)g(v)n(arious)f(metho)q(ds)h(of)f(ev)n(aluation)262 691
+y(w)o(ere)j(examined)f(including)g(piece)i(square)f(tables,)g(static)g(ev)n
+(aluation)f(and)h(incremen)o(tal)262 741 y(ev)n(aluation.)h(The)e(imp)q
+(ortance)d(of)i(planning)e(and)i(the)g(game)e(phase)j(w)o(as)e(also)g
+(discussed.)262 791 y(The)18 b(sub)r(ject)i(of)e(learning)f(in)h(c)o(hess)i
+(w)o(as)e(in)o(v)o(estigated)g(and)h(some)e(conclusions)i(w)o(ere)262
+841 y(dra)o(wn.)e(The)e(neglected)g(area)f(of)f(time)g(con)o(trol)h(w)o(as)f
+(also)h(explored.)324 926 y(In)f(c)o(hapter)i(4,)d(man)o(y)g(asp)q(ects)j(of)
+e(m)o(y)f(in)o(v)o(estigation)g(w)o(ere)i(put)g(to)f(use)h(in)f(designing)262
+976 y(an)i(ev)n(aluation)e(function.)22 b(I)15 b(drew)h(extensiv)o(ely)g
+(from)e(m)o(y)f(o)o(wn)i(exp)q(erience)j(of)c(pla)o(ying)262
+1026 y(c)o(hess)h(to)f(capture)h(some)f(of)f(the)i(heuristics)g(I)f(felt)g(w)
+o(ere)h(imp)q(ortan)o(t)d(in)i(mo)o(v)o(e)e(selection.)262
+1075 y(This)19 b(w)o(as)g(v)o(ery)h(di\016cult)e(b)q(ecause)j(m)o(uc)o(h)d
+(of)h(a)g(c)o(hess)i(pla)o(y)o(er's)e(abilit)o(y)e(seems)j(to)f(b)q(e)262
+1125 y(sub)q(conscious.)g(The)13 b(writings)f(of)h(man)o(y)e(great)i(pla)o(y)
+o(ers)g(and)g(in)f(particular,)g(Aron)i(Nim-)262 1175 y(zo)o(witsc)o(h,)g
+(help)q(ed)h(enormously)e(at)h(this)h(di\016cult)e(stage.)20
+b(I)14 b(also)g(felt)g(it)g(w)o(as)g(imp)q(ortan)o(t)262 1225
+y(to)f(dev)o(elop)h(a)g(set)h(of)e(pseudo)h(co)q(de)h(functions)f(for)g(use)g
+(in)g(de\014ning)g(the)g(ev)n(aluation)f(cri-)262 1275 y(teria.)23
+b(These)17 b(functions)f(w)o(ere)g(broad)g(enough)g(to)f(allo)o(w)f(me)h(to)g
+(express)j(a)d(signi\014can)o(t)262 1324 y(amoun)o(t)d(of)h(c)o(hess)i(kno)o
+(wledge,)e(while)h(b)q(eing)g(precise)h(enough)f(to)g(b)q(e)g(implemen)o
+(ted.)324 1410 y(In)g(c)o(hapter)g(5,)g(I)f(attempted)h(to)g(de\014ne)g(a)g
+(metho)q(d)f(of)g(tree)i(searc)o(hing)g(whic)o(h)e(w)o(ould)262
+1460 y(enable)g(most)g(searc)o(h)h(e\013ort)h(to)e(b)q(e)h(exp)q(ended)i(in)d
+(pursuit)h(of)f(go)q(o)q(d)g(or)h(in)o(teresting)g(v)n(ari-)262
+1509 y(ations.)k(My)d(hop)q(e)g(w)o(as)f(to)g(sim)o(ulate)f(the)h(greatly)h
+(v)n(ariable)e(depth)i(of)f(a)g(strong)g(h)o(uman)262 1559
+y(pla)o(y)o(er's)e(searc)o(h)j(tree,)f(while)f(comp)q(ensating)f(for)h(w)o
+(eak)g(selectivit)o(y)h(b)o(y)f(the)g(exploration)262 1609
+y(of)c(man)o(y)g(more)g(v)n(ariations.)15 b(The)c(searc)o(h)h(extensions)f
+(pro)q(duced,)h(concen)o(trate)g(on)e(forced)262 1659 y(or)15
+b(highly)g(tactical)g(elemen)o(ts)g(of)h(pla)o(y)e(whic)o(h)i(ha)o(v)o(e)f
+(some)g(lik)o(eliho)q(o)q(d)f(of)h(a\013ecting)h(the)262 1709
+y(searc)o(h)d(result.)18 b(Suc)o(h)13 b(extra)g(searc)o(h)h(in)o(telligence)e
+(w)o(as)g(required)i(to)e(comp)q(ensate)h(for)f(the)262 1758
+y(inevitably)e(shallo)o(w)o(er)i(searc)o(hes)i(resulting)e(from)f(more)g
+(time)f(b)q(eing)i(sp)q(en)o(t)i(applying)c(m)o(y)262 1808
+y(ev)n(aluation)i(function.)324 1893 y(Chapter)j(6)g(explains)f(some)g(of)g
+(the)h(implemen)o(tation)c(issues)16 b(whic)o(h)f(arose.)21
+b(In)15 b(par-)262 1943 y(ticular)g(it)h(describ)q(es)i(the)e(imp)q(ortan)o
+(t)f(data)g(structures)k(and)c(algorithms)f(necessary)k(in)262
+1993 y(the)d(program.)21 b(The)16 b(imp)q(ortance)f(of)f(program)g
+(e\016ciency)i(w)o(as)f(also)g(made)f(clear.)23 b(The)262 2043
+y(results)13 b(of)f(an)g(extensiv)o(e)i(analysis)e(of)f(time)h(allo)q(cation)
+f(and)h(con)o(trol)g(are)h(also)f(explained)262 2093 y(in)h(this)h(c)o
+(hapter.)324 2178 y(Chapter)19 b(7)g(describ)q(es)i(ho)o(w)e(the)g(p)q
+(erformance)g(of)g(HIAR)o(CS)f(5.0)g(w)o(as)h(measured.)262
+2228 y(Both)14 b(tactical)g(and)h(p)q(ositional)e(abilit)o(y)f(w)o(as)j(quan)
+o(ti\014ed)f(and)g(an)g(estimate)g(of)g(its)g(c)o(hess)262
+2278 y(rating)f(w)o(as)h(made)e(after)i(the)h(application)d(of)i(man)o(y)e
+(tests.)946 2574 y(165)p eop
+%%Page: 166 168
+166 167 bop 262 307 a Fr(8.2)69 b(Ac)n(hiev)n(emen)n(ts)262
+434 y Fp(Ha)o(ving)14 b(in)o(v)o(estigated)i(b)q(oth)f(tactical)h(and)f(p)q
+(ositional)f(ev)n(aluation;)h(together)i(with)e(the)262 483
+y(dev)o(elopmen)o(t)e(and)h(implemen)o(tatio)o(n)e(of)h(ideas)i(in)f(a)f
+(program,)g(it)h(is)g(time)f(to)h(re\015ect)i(on)262 533 y(what)d(has)h(b)q
+(een)h(ac)o(hiev)o(ed.)324 618 y(The)i(ideas)g(in)o(v)o(estigated)f(ha)o(v)o
+(e)g(b)q(een)i(implemen)o(ted)c(successfully)k(in)e(a)h(c)o(hess)h(pro-)262
+668 y(gram)12 b(called)h(HIAR)o(CS)h(5.0.)324 753 y(It)f(has)h(b)q(een)g
+(clearly)f(sho)o(wn)h(that)f(tree)i(searc)o(hing)e(signi\014can)o(tly)g
+(impro)o(v)o(es)f(the)h(tac-)262 803 y(tical)d(abilit)o(y)f(of)h(a)h
+(program.)k(F)m(or)c(example,)f(a)g(2)h(ply)f(searc)o(h)i(with)f(rudimen)o
+(tary)e(capture)262 853 y(searc)o(h)14 b(is)f(able)g(to)f('see')i(tactical)f
+(concepts,)h(suc)o(h)g(as)f(a)g(knigh)o(t)f(fork,)h(whic)o(h)g(w)o(ould)f
+(oth-)262 903 y(erwise)17 b(go)f(unseen)i(b)o(y)f(a)f(mere)h(1)f(ply)g(searc)
+o(h.)28 b(There)18 b(app)q(ears)f(no)f(viable)g(substitute)262
+953 y(for)c(tree)i(searc)o(hing)f(of)f(some)g(kind.)17 b(Static)c(tactical)g
+(ev)n(aluation)e(can)i(b)q(e)g(useful)g(in)f(some)262 1003
+y(p)q(ositions,)h(but)h(cannot)g(b)q(e)g(though)o(t)g(of)f(as)h(a)g(searc)o
+(h)h(replacemen)o(t.)324 1088 y(More)d(surprisingly)m(,)e(tree)j(searc)o
+(hing)f(w)o(as)f(seen)i(to)e(signi\014can)o(tly)f(impro)o(v)o(e)g(p)q
+(ositional)262 1138 y(abilit)o(y)m(.)15 b(This)c(w)o(as)h(clearly)f
+(illustrated)g(when)i(I)e(dev)o(elop)q(ed)h(an)g(almost)d('kno)o(wledge)i
+(less')262 1187 y(v)o(ersion)20 b(of)f(HIAR)o(CS,)h(whic)o(h)g(con)o(tained)g
+(only)f(Pc/Sq)i(tables.)37 b(When)20 b(this)g(sp)q(ecial)262
+1237 y(v)o(ersion)c(w)o(as)f(searc)o(hing)i(6)f(plies)f(in)h(the)g(matc)o(h)f
+(against)g(HIAR)o(CS)h(5.0,)f(its)h(p)q(ositional)262 1287
+y(pla)o(y)h(w)o(as)h(found)g(to)g(b)q(e)g(of)g(a)g(higher)g(calibre)g(than)g
+(could)g(b)q(e)h(exp)q(ected)h(considering)262 1337 y(its)f(rudimen)o(tary)f
+(c)o(hess)j(kno)o(wledge.)33 b(The)20 b(searc)o(h)g(w)o(as)f(actually)g
+(bridging)f(some)g(of)262 1387 y(the)c(program's)d(kno)o(wledge)i
+(de\014ciency)i(gap)e(b)o(y)g(allo)o(wing)f(higher)h(lev)o(el)g(concepts,)i
+(suc)o(h)262 1436 y(as)20 b(m)o(ultim)o(o)o(v)o(e)d(piece)22
+b(path)o(w)o(a)o(ys,)f(to)f(b)q(e)h(considered.)39 b(This)20
+b(in)g(part)h(explains)f(wh)o(y)262 1486 y(Deep)d(Though)o(t)f(is)g(able)h
+(to)f(displa)o(y)f(a)i(p)q(ositional)e(kno)o(wledge)h(m)o(uc)o(h)f(higher)i
+(than)g(its)262 1536 y(ev)n(aluation)12 b(function)i(w)o(ould)f(suggest.)324
+1621 y(The)j(amoun)o(t)d(of)i(kno)o(wledge)g(whic)o(h)g(can)g(b)q(e)h
+(bridged)g(b)o(y)f(tree)h(searc)o(hing)g(dep)q(ends)262 1671
+y(on)h(the)h(depth)h(of)e(searc)o(h.)30 b(Ho)o(w)o(ev)o(er,)19
+b(some)e(c)o(hess)i(concepts)g(are)f(so)g(deep,)h(40)e(or)h(50)262
+1721 y(plies,)12 b(that)h(it)g(will)e(b)q(e)j(almost)d(imp)q(ossible)g(for)i
+(searc)o(hing)h(alone)e(to)h(bridge)g(suc)o(h)h(a)f(gap.)262
+1771 y(This)h(explains)h(wh)o(y)f(b)q(oth)i(the)f(Hitec)o(h)h(and)e(Deep)i
+(Though)o(t)e(teams)g(are)i(encoun)o(tering)262 1821 y(diminishing)8
+b(returns)13 b(from)d(eac)o(h)i(additional)e(ply)h(of)g(searc)o(h.)18
+b(In)12 b(order)g(to)g(a)o(v)o(oid)e(similar)262 1870 y(problems)k(and)h
+(reduce)i(HIAR)o(CS's)d(dep)q(endency)k(on)c(tree)j(searc)o(hing,)e(I)g(ha)o
+(v)o(e)g(instilled)262 1920 y(a)h(signi\014can)o(t)h(amoun)o(t)e(of)h(static)
+h(kno)o(wledge)g(in)f(the)i(w)o(a)o(y)e(of)g(p)q(ositional)g(criteria)h(and)
+262 1970 y(dynamic)12 b(tactical)h(kno)o(wledge)h(in)f(the)i(w)o(a)o(y)e(of)g
+(selectiv)o(e)i(searc)o(h)g(extensions.)324 2055 y(HIAR)o(CS's)9
+b(p)q(erformance)g(has)h(clearly)f(illustrated)h(that)f(extra)h(kno)o(wledge)
+g(can)g(more)262 2105 y(than)k(comp)q(ensate)h(for)g(reduced)i(searc)o(h)f
+(capacit)o(y)m(.)k(A)15 b(pa)o(wn)f(outside)i(the)f(quadrate)g(of)262
+2155 y(the)i(opp)q(osing)f(king)f(is)i(a)f(clear)h(example)e(of)h(this:)24
+b(without)16 b(direct)h(kno)o(wledge)g(ab)q(out)262 2205 y(king-pa)o(wn)12
+b(quadrates,)j(a)e(full)g(width)h(searc)o(h)h(program)e(ma)o(y)f(require)j
+(up)f(to)g(an)g(11)f(ply)262 2255 y(searc)o(h)j(to)g(realise)g(the)g(pa)o(wn)
+f(can)h(queen.)24 b(HIAR)o(CS)15 b(5.0)g(is)g(capable)h(of)f(realising)g
+(this)262 2304 y(after)f(a)f(mere)h(1)f(ply)h(searc)o(h)h(b)q(ecause)g(of)f
+(its)g(c)o(hess)h(kno)o(wledge.)324 2390 y(Ho)o(w)d(far)g(c)o(hess)h(kno)o
+(wledge)g(can)f(b)q(e)h(increased)h(at)e(the)h(exp)q(ense)h(of)d(searc)o
+(hing,)i(with-)262 2439 y(out)h(degrading)g(o)o(v)o(erall)g(p)q(erformance)g
+(is)h(still)f(op)q(en)h(to)f(question.)21 b(Ho)o(w)o(ev)o(er,)15
+b(I)f(b)q(eliev)o(e)946 2574 y(166)p eop
+%%Page: 167 169
+167 168 bop 262 307 a Fp(full)10 b(width)i(searc)o(hing)g(can)g(b)q(e)g
+(reduced)i(in)d(fa)o(v)o(our)g(of)h(sophisticated)g(searc)o(h)h(extensions.)
+262 357 y(The)i(lev)o(el)g(to)g(whic)o(h)g(the)g(full)f(width)h(p)q(ortion)g
+(of)f(the)i(searc)o(h)g(can)f(b)q(e)h(reduced)h(greatly)262
+407 y(dep)q(ends)i(on)e(ho)o(w)g(comprehensiv)o(e)h(and)f(e\013ectiv)o(e)i
+(the)f(searc)o(h)h(extensions)f(are.)30 b(T)m(ak-)262 457 y(ing)15
+b(this)g(approac)o(h)h(to)g(its)f(extreme)h(w)o(ould)f(result)i(in)e(a)h
+(totally)e(selectiv)o(e)j(searc)o(h)g(of)e(a)262 506 y(narro)o(w,)e(deep)i
+(game)d(tree.)324 592 y(When)18 b(long)g(term)f(c)o(hess)j(kno)o(wledge)e(is)
+g(con)o(tained)h(in)f(the)g(ev)n(aluation)f(function,)262 641
+y(suc)o(h)f(as)g(pa)o(wn)g(structure)i(information)13 b(for)j(example,)f(eac)
+o(h)h(additional)e(ply)i(do)q(es)h(not)262 691 y(seem)d(to)h(su\013er)g(suc)o
+(h)h(diminishing)c(returns)k(as)f(seen)h(when)f(the)g(kno)o(wledge)f(con)o
+(ten)o(t)i(is)262 741 y(lo)o(w)o(er.)22 b(This)15 b(w)o(as)g(made)g(clear)g
+(b)o(y)h(the)g(un)o(usually)e(large)h(impro)o(v)o(emen)o(t)e(in)i(HIAR)o
+(CS's)262 791 y(pla)o(y)d(b)q(et)o(w)o(een)k(30)d(seconds)i(and)f(3)g(min)o
+(utes)f(a)g(mo)o(v)o(e.)324 876 y(The)19 b(ac)o(hiev)o(emen)o(t)f(of)f(iden)o
+(tifying)g(and)i(com)o(bining)d(tactical)i(uncertain)o(t)o(y)h(in)f(the)262
+926 y(ev)n(aluation)12 b(function)h(has)h(b)q(een)h(b)q(ene\014cial.)j(Allo)o
+(wing)12 b(the)i(searc)o(h)h(heuristics)g(to)e(mak)o(e)262
+976 y(use)19 b(of)f(this)h(information)d(has)j(help)q(ed)h(reduce)g(the)g
+(programs)d(susceptibilit)o(y)i(to)g(the)262 1026 y(horizon)13
+b(e\013ect.)324 1111 y(Not)d(only)g(is)h(HIAR)o(CS's)f(p)q(ositional)f(pla)o
+(y)h(signi\014can)o(tly)g(impro)o(v)o(ed,)f(but)i(the)g(tactical)262
+1161 y(standard)h(pro)q(duced)i(from)c(ev)o(en)j(shallo)o(w)e(searc)o(h)i
+(depths)h(is)e(impressiv)o(e.)17 b(F)m(or)11 b(example,)262
+1210 y(on)j(one)g(o)q(ccasion,)g(HIAR)o(CS)g(solv)o(ed)g(a)g("mate)f(in)h(5)g
+(problem")f(while)g(only)h(at)g(the)h(\014rst)262 1260 y(ply)e(of)h(full)f
+(width)h(searc)o(h.)20 b(The)15 b(tactical)f(impro)o(v)o(em)o(en)o(t)e(is)i
+(only)g(eviden)o(t,)g(ho)o(w)o(ev)o(er,)g(in)262 1310 y(v)n(ariations)g(con)o
+(taining)g(mo)o(v)o(es)h(that)g(can)h(b)q(e)g(iden)o(ti\014ed)g(b)o(y)f(the)i
+(extension)f(heuristics.)262 1360 y(Ho)o(w)o(ev)o(er,)d(as)h(the)h(tactical)e
+(co)o(v)o(erage)i(is)e(quite)h(large,)g(the)g(o)o(v)o(erall)f(a\013ect)i(is)e
+(b)q(ene\014cial.)324 1445 y(A)d(lot)f(of)h(progress)h(has)f(b)q(een)i(made)d
+(on)g(the)i(sub)r(ject)h(of)d(time)g(allo)q(cation)f(and)i(con)o(trol.)262
+1495 y(The)16 b(resulting)g(algorithm)d(has)j(certainly)g(impro)o(v)o(ed)f
+(HIAR)o(CS's)g(o)o(v)o(erall)g(standard)h(of)262 1545 y(pla)o(y)c(b)o(y)i
+(allo)q(cating)e(and)i(adjusting)f(time)g(relativ)o(e)h(to)f(the)i(needs)g
+(of)e(the)i(p)q(osition.)324 1630 y(The)i(results)h(pro)q(duced)g(on)f(the)g
+(Bratk)o(o-Kop)q(ec)h(test)g(p)q(ositions)e(clearly)h(illustrate)262
+1680 y(that)c(HIAR)o(CS)h(do)q(es)h(displa)o(y)d(the)j(tactical)f(and)f(p)q
+(ositional)g(abilit)o(y)f(of)h(an)h(exp)q(ert)h(lev)o(el)262
+1730 y(pla)o(y)o(er,)9 b(hence)i(meeting)e(the)i(aims)d(set)i(out)g(at)g(the)
+g(b)q(eginning)f(of)g(the)i(pro)r(ject.)17 b(What)10 b(w)o(as)262
+1779 y(most)j(surprising)h(ab)q(out)g(HIAR)o(CS's)g(results)i(on)e(the)h
+(test)g(p)q(ositions)f(w)o(as)g(its)h(balanced)262 1829 y(p)q(ositional)g
+(and)h(tactical)g(abilit)o(y)m(.)24 b(These)18 b(results)g(are)e
+(particularly)g(impressiv)o(e)g(when)262 1879 y(compared)f(to)g(the)i
+(results)g(obtained)e(from)f(other)j(c)o(hess)g(programs)e(on)g(the)i(same)e
+(test)262 1929 y(p)q(ositions.)324 2014 y(The)d(results)h(ac)o(hiev)o(ed)g
+(in)e(the)i(matc)o(hes)e(pla)o(y)o(ed)h(b)o(y)f(HIAR)o(CS)h(against)f(b)q
+(oth)h(h)o(uman)262 2064 y(and)17 b(computer)g(opp)q(osition)f(re-enforce)j
+(the)f(results)h(ac)o(hiev)o(ed)f(in)f(the)h(Bratk)o(o-Kop)q(ec)262
+2114 y(exp)q(erimen)o(t.)946 2574 y(167)p eop
+%%Page: 168 170
+168 169 bop 262 307 a Fr(8.3)69 b(Implications)20 b(and)k(F)-6
+b(uture)23 b(Prosp)r(ects)262 434 y Fp(Ov)o(er)16 b(the)h(last)e(10)h(y)o
+(ears,)g(full)f(width)g(Shannon)h(t)o(yp)q(e)g(A)g(programs)f(ha)o(v)o(e)h
+(made)e(great)262 483 y(adv)n(ances,)c(partly)g(due)h(to)f(adv)n(anced)g(sp)q
+(ecial)h(purp)q(ose)g(hardw)o(are)g(and)f(partly)g(to)g(sophis-)262
+533 y(ticated)17 b(searc)o(h)i(algorithms)c(suc)o(h)j(as)f(PVS)g(with)g
+(singular)g(extensions,)h(for)f(example.)262 583 y(V)m(ery)g(little)g(or)h
+(no)f(progress)i(has)f(b)q(een)g(made)f(o)o(v)o(er)g(the)h(same)f(p)q(erio)q
+(d)h(in)f(dev)o(eloping)262 633 y(purely)i(kno)o(wledge)h(based)g(programs)e
+(capable)i(of)f(high)g(lev)o(el)g(pla)o(y)f(throughout)i(the)262
+683 y(game.)c(It)e(seems)g(that)f(the)i(problems)e(of)g(kno)o(wledge)g
+(acquisition,)f(represen)o(tation)k(and)262 732 y(\014nally)d(implemen)o
+(tation)f(are)j(at)g(presen)o(t)h(to)q(o)f(great)g(to)g(mak)o(e)f(suc)o(h)h
+(kno)o(wledge)g(based)262 782 y(programs)g(successful.)28 b(Certainly)m(,)16
+b(the)h(k)o(ey)g(to)g(these)h(t)o(yp)q(es)f(of)f(program)f(remains)h(in)262
+832 y(the)e(b)q(etter)i(understanding)e(of)f(ho)o(w)h(strong)g(pla)o(y)o(ers)
+g(think.)324 917 y(There)e(seems)g(to)f(b)q(e)h(t)o(w)o(o)e(main)g(approac)o
+(hes)i(to)f(dev)o(eloping)f(an)h(in)o(telligen)o(t)g(selectiv)o(e)262
+967 y(searc)o(h)k(program.)312 1081 y(1.)20 b(Creating)14 b(an)g(in)o
+(telligen)o(t,)e(kno)o(wledge)i(based)g(program)e(from)h(scratc)o(h.)312
+1162 y(2.)20 b(Gradual)13 b(c)o(hange)h(to)g(a)g(full)e(width)i(Shannon)g(t)o
+(yp)q(e)g(A)g(program.)262 1276 y(An)9 b(approac)o(h)h(of)f(gradual)f(c)o
+(hange)i(to)g(existing)f(programs)f(seems)i(to)g(me)e(to)i(o\013er)g(a)f(b)q
+(etter)262 1326 y(hop)q(e)k(of)g(ev)o(en)o(tual)g(success.)21
+b(I)13 b(feel)g(a)h(program)d(lik)o(e)i(HIAR)o(CS)g(5.0)f(could)h(represen)o
+(t)j(the)262 1376 y(\014rst)e(step)g(in)f(a)g(gradual)f(transition)h(from)e
+(a)i(sophisticated)h(Shannon)f(t)o(yp)q(e)h(A)f(program)262
+1426 y(to)18 b(an)g(in)o(telligen)o(t)f(Shannon)i(t)o(yp)q(e)g(B/C)f
+(program.)31 b(The)19 b(ma)r(jor)d(adv)n(an)o(tage)i(of)g(suc)o(h)262
+1476 y(an)c(approac)o(h)g(is)h(that)f(the)i(program)d(can)h(serv)o(e)i(as)f
+(a)f(v)o(ehicle)h(for)f(exp)q(erimen)o(ting)g(with)262 1525
+y(ideas.)34 b(Hop)q(efully)m(,)20 b(this)f(will)f(in)h(turn)h(enable)g(the)g
+(researc)o(her)i(to)d(acquire)h(a)f(b)q(etter)262 1575 y(understanding)14
+b(of)f(the)i(problems)e(and)g(issues)i(in)o(v)o(olv)o(ed.)324
+1660 y(The)d(3)f(ma)r(jor)g(di\016culties)g(a\013ecting)h(the)g(dev)o
+(elopmen)o(t)f(of)g(a)h(go)q(o)q(d)f(ev)n(aluation)g(func-)262
+1710 y(tion)i(remain)f(kno)o(wing:)324 1824 y Ff(\017)20 b
+Fl(whic)o(h)13 b Fp(ev)n(aluation)f(criteria)j(are)f(imp)q(ortan)o(t.)324
+1905 y Ff(\017)20 b Fl(when)14 b Fp(ev)n(aluation)e(criteria)i(are)h(imp)q
+(ortan)o(t.)324 1986 y Ff(\017)20 b Fl(what)14 b Fp(the)g(relativ)o(e)g
+(merits)f(of)h(eac)o(h)g(ev)n(aluation)e(criterion)j(should)e(b)q(e.)262
+2100 y(The)i(solution)f(to)g(these)j(problems)d(lie)g(in)g(a)h(signi\014can)o
+(t)f(con)o(tribution)h(from)e(high)h(lev)o(el)262 2150 y(pla)o(y)o(ers)h(and)
+h(the)g(con)o(tin)o(ual)f(ev)o(olution)g(of)g(ev)n(aluation)f(criteria.)24
+b(The)17 b(problems)e(asso-)262 2200 y(ciated)g(with)g(assigning)f(discrete)j
+(v)n(alues)e(to)g(c)o(hess)i(concepts)g(is)e(a)g(ma)r(jor)f(di\016cult)o(y)g
+(for)262 2250 y(the)e(exp)q(ert)h(c)o(hess)g(pla)o(y)o(er.)k(Applying)11
+b(v)n(alue)g(ranges)h(instead)g(of)f(single)g(v)n(alues)h(ma)o(y)e(b)q(e)i(a)
+262 2300 y(p)q(ossibilit)o(y)m(.)j(This)e(com)o(bined)f(with)g(a)g(range)h
+(and)g(probabilit)o(y)e(based)i(searc)o(h)h(algorithm)262 2350
+y(w)o(ould)f(b)q(e)i(an)f(in)o(teresting)h(p)q(ossibilit)o(y)m(.)j(Learning)c
+(ma)o(y)e(pla)o(y)i(an)g(imp)q(ortan)o(t)f(role)h(here,)262
+2399 y(ho)o(w)o(ev)o(er,)i(man)o(y)e(of)h(the)h(problems)f(outlined)g(in)h(c)
+o(hapter)h(3)e(m)o(ust)g(b)q(e)h(solv)o(ed)g(if)f(this)h(is)262
+2449 y(to)d(b)q(e)i(the)f(case.)946 2574 y(168)p eop
+%%Page: 169 171
+169 170 bop 324 307 a Fp(The)11 b(com)o(bination)e(of)i(the)g(transp)q
+(osition)h(table)f(and)g(searc)o(h)h(extensions)g(has)f(pro)o(v)o(ed)262
+357 y(problematical.)j(The)e(expansion)e(of)g(eac)o(h)i(table)e(en)o(try)i
+(to)e(include)h(mo)o(v)o(e)e(sequences)14 b(and)262 407 y(extension)j
+(information)d(is)i(required.)27 b(As)18 b(w)o(ell)e(as)g(easing)h(the)g
+(problems)f(outlined)g(in)262 457 y(section)i(7.6,)e(this)i(impro)o(v)o(em)o
+(en)o(t)d(could)i(allo)o(w)f(a)h(h)o(uman)f(pla)o(y)o(er)g(to)i(ask)f("what)g
+(if)f(?")262 506 y(questions.)31 b(The)18 b(transp)q(osition)g(table)g(could)
+g(b)q(e)h(prob)q(ed)g(after)f(a)g(searc)o(h)h(to)f(answ)o(er)262
+556 y(suc)o(h)c(questions)h(with)f(mo)o(v)o(e)e(sequences)17
+b(and)d(scores.)20 b(The)14 b Fh(\013\014)j Fp(algorithm)11
+b(w)o(ould)i(limit)262 606 y(suc)o(h)j(a)g(metho)q(d)f(b)q(ecause)j(of)d(p)q
+(ossible)h(cut)h(o\013s,)f(but)g(still)f(a)h(step)h(in)e(the)i(direction)f
+(of)262 656 y(understanding)i(mo)o(v)o(e)e(selection)j(w)o(ould)e(b)q(e)h
+(made.)29 b(Another)19 b(p)q(ossibilit)o(y)e(is)g(the)i(use)262
+706 y(of)c(the)h(ev)n(aluation)f(function)h(to)f(answ)o(er)i(questions)f(ab)q
+(out)g(the)h(p)q(osition)e(e.g.)24 b("whic)o(h)262 756 y(squares)13
+b(are)h(w)o(eak)e(around)h(the)g(white)g(king)f(?".)17 b(Suc)o(h)c(approac)o
+(hes)h(w)o(ould)e(help)g(strong)262 805 y(c)o(hess)h(pla)o(y)o(ers)f(to)g
+(iden)o(tify)g(program)e(w)o(eaknesses)15 b(and)d(allo)o(w)e(the)j(program)e
+(designer)i(to)262 855 y(w)o(ork)g(more)g(closely)h(with)f(c)o(hess)j(pla)o
+(y)o(ers)e(ha)o(ving)e(little)i(programmi)o(ng)d(kno)o(wledge.)324
+940 y(HIAR)o(CS)16 b(5.0)f(con)o(tains)h(man)o(y)e(searc)o(h)j(extension)g
+(heuristics)g(whic)o(h)f(mak)o(e)f(a)g(p)q(os-)262 990 y(itiv)o(e)i(con)o
+(tribution)g(to)h(its)g(tactical)f(abilit)o(y)m(.)28 b(The)18
+b(next)h(step)f(w)o(ould)f(not)h(only)f(b)q(e)i(to)262 1040
+y(enhance)c(and)f(tune)h(these)h(existing)e(heuristics,)h(but)f(to)g(in)o
+(tro)q(duce)h(new)g(heuristics.)21 b(In)262 1090 y(particular,)13
+b(there)h(seems)g(no)g(reason)g(wh)o(y)f(p)q(ositional)g(t)o(yp)q(e)h(searc)o
+(h)h(extensions)f(cannot)262 1140 y(b)q(e)i(in)o(tro)q(duced.)27
+b(Although)15 b(the)i(asso)q(ciated)g(di\016culties)f(are)h(man)o(y)m(,)d
+(the)j(rew)o(ards)g(are)262 1189 y(great.)324 1275 y(Ov)o(er)d(the)f(coming)e
+(mon)o(ths,)h(I)h(will)f(endev)o(our)i(to)e(correct)j(man)o(y)c(of)i(the)h(w)
+o(eaknesses)262 1324 y(iden)o(ti\014ed)20 b(in)h(HIAR)o(CS)f(5.0's)g(pla)o(y)
+m(.)37 b(HIAR)o(CS)20 b(5.n)g(will)g(b)q(e)h(en)o(tered)h(in)f(the)g(c)o
+(hess)262 1374 y(tournamen)o(t)10 b(of)h(the)h(2nd)f(Computer)g(Olympiad)e
+(later)j(this)f(y)o(ear.)18 b(Hop)q(efully)m(,)10 b(HIAR)o(CS)262
+1424 y(will)16 b(b)q(e)j(using)f(a)g(25Mhz)h(68030)e(for)h(this)g(ev)o(en)o
+(t.)32 b(The)19 b(result)g(this)g(summer)d(will)h(b)q(e)262
+1474 y(in)o(teresting.)324 1559 y(Man)o(y)e(of)f(the)i(tec)o(hniques)g(used)g
+(in)f(computer)g(c)o(hess)i(programs)d(ma)o(y)f(b)q(e)j(useful)f(in)262
+1609 y(other)f(problem)e(domains.)k(I)e(con)o(tacted)h(Hans)f(Berliner)g(at)g
+(CMU)g(ab)q(out)f(the)h(p)q(ossibil-)262 1659 y(ities)i(of)f(applying)g(some)
+g(of)g(the)i(latest)f(searc)o(h)h(tec)o(hniques)h(to)d(Theorem)h(Pro)o(ving)f
+([8].)262 1709 y(Although)i(no)i(one)f(has)h(built)f(sp)q(ecial)g(purp)q(ose)
+i(hardw)o(are,)f(the)g('c)o(hess)h(approac)o(h')e(is)262 1758
+y(apparen)o(tly)13 b(b)q(eing)h(lo)q(ok)o(ed)f(up)q(on)h(fa)o(v)o(ourably)m
+(.)324 1844 y(I)g(hop)q(e)g(this)g(pro)r(ject)h(has)f(sho)o(wn)g(that)f(b)q
+(oth)h(c)o(hess)i(kno)o(wledge)d(and)h(searc)o(hing)g(can)262
+1893 y(complemen)o(t)f(eac)o(h)k(other)g(and)e(that)h(a)g(go)q(o)q(d)g
+(balance)g(b)q(et)o(w)o(een)h(the)g(t)o(w)o(o)e(can)h(ac)o(hiev)o(e)262
+1943 y(results.)946 2574 y(169)p eop
+%%Page: 170 172
+170 171 bop 262 675 a Fo(Bibliog)q(raph)m(y)324 913 y Fp([1])19
+b(G.)e(M.)g(Adelson-V)m(elskiy)h(and)f(M.)g(V.)h(Donsk)o(o)o(y)e(\(1975\))h
+(:)26 b Fm(Some)19 b(Metho)n(ds)g(of)388 963 y(Contr)n(ol)r(ling)g(the)g(T)m
+(r)n(e)n(e)g(Se)n(ar)n(ch)g(in)h(Chess)f(Pr)n(o)n(gr)n(ams.)f
+Fp(Arti\014cial)g(In)o(telligence,)388 1012 y(V)m(ol)13 b(6)h(No)f(4,)h(pp)g
+(361-371.)324 1095 y([2])19 b(G.)g(M.)f(Adelson-V)m(elskiy)m(,)i(V.)f(L.)f
+(Arlazaro)o(v,)i(A.)f(R.)f(Bitman,)h(A.)f(A.)h(Zhiv)o(o-)388
+1145 y(to)o(vskiy)h(and)f(A.)h(V.)f(Usk)o(o)o(v)h(\(1970\))f(:)30
+b Fm(Pr)n(o)n(gr)n(amming)20 b(a)g(Computer)g(to)h(Play)388
+1195 y(Chess.)14 b Fp(Russian)f(Math.)h(Surv)o(eys,)g(pp)g(221-262)324
+1278 y([3])19 b(T.)14 b(Anan)o(tharaman,)f(M.)g(Campb)q(ell,)g(F.)h(Hsu)h
+(\(1988\))e(:)19 b Fm(Singular)d(Extensions)g(:)388 1328 y(A)n(dding)i(Sele)n
+(ctivity)e(to)h(Brute{F)m(or)n(c)n(e)g(Se)n(ar)n(ching.)f Fp(ICCA)h(Journal,)
+f(V)m(ol)f(11)h(No)388 1378 y(4,)d(pp)h(135-143.)324 1461 y([4])19
+b(L.)f(R.)f(A)o(tkin)h(and)g(D.)f(J.)h(Slate)g(\(1977\))f(:)26
+b Fm(CHESS)20 b(4.5)e(-)h(The)g(Northwestern)388 1510 y(University)14
+b(Chess)g(Pr)n(o)n(gr)n(am.)f Fp(Chess)h(Skill)e(in)h(Man)g(and)g(Mac)o
+(hine,)g(P)m(.)g(W.)f(F)m(rey)388 1560 y(\(ed\),)j(pp)e(82-118,)f(Springer{V)
+m(erlag,)h(New)i(Y)m(ork.)324 1643 y([5])k(D.)13 b(F.)h(Beal)g(\(1989\))f(:)
+18 b Fm(Exp)n(eriments)c(with)g(the)h(Nul)r(l)f(Move.)h Fp(Adv)n(ances)f(in)f
+(Com-)388 1693 y(puter)20 b(Chess)g(5,)f(D.)f(F.)g(Beal)g(\(ed\),)j(pp)d
+(65-79,)g(Elsevier)i(Science)g(Publishers)388 1743 y(B.V.,)13
+b(North)i(Holland.)324 1826 y([6])k(H.)f(J.)f(Berliner)i(\(1979\))e(:)26
+b Fm(The)18 b(B*)h(T)m(r)n(e)n(e)e(Se)n(ar)n(ch)i(A)o(lgorithm)e(:)26
+b(A)18 b(Best)h(First)388 1876 y(Pr)n(o)n(of)c(Pr)n(o)n(c)n(e)n(dur)n(e.)e
+Fp(Arti\014cial)g(In)o(telligence,)h(V)m(ol)f(12,)f(No)i(1,)f(pp)h(23-40.)324
+1959 y([7])19 b(H.)11 b(J.)h(Berliner)g(\(1989\))f(:)16 b Fm(Some)e
+(Innovations)f(Intr)n(o)n(duc)n(e)n(d)g(by)g(Hite)n(ch.)e Fp(Adv)n(ances)388
+2009 y(in)h(Computer)f(Chess)j(5,)d(D.)h(F.)g(Beal)g(\(ed\),)h(pp)f(283-293,)
+e(Elsevier)j(Science)g(Pub-)388 2058 y(lishers)i(B.V.,)e(North)h(Holland.)324
+2141 y([8])19 b(H.)14 b(J.)g(Berliner)g(:)k Fm(Personal)d(Communic)n(ation,)g
+(F)m(eb)g(1990.)324 2224 y Fp([9])k(A.)14 b(Bernstein)h(and)f(M.)f(de)h(V.)f
+(Rob)q(erts)i(\(1958\))e(:)k Fm(Computer)e(vs)g(Chess)f(Player.)388
+2274 y Fp(Scien)o(ti\014c)h(American,)d(198,)h(pp)h(96-105.)303
+2357 y([10])19 b(P)m(.)14 b(Bettadapur)h(\(1986\))f(:)19 b
+Fm(In\015uenc)n(e)e(of)e(Or)n(dering)f(on)i(Captur)n(e)f(Se)n(ar)n(ch.)g
+Fp(ICCA)388 2407 y(Journal,)e(V)m(ol)g(9,)g(No)h(4,)f(pp)h(180-188.)946
+2574 y(170)p eop
+%%Page: 171 173
+171 172 bop 303 307 a Fp([11])19 b(J.)12 b(A.)g(Birmingham)d(and)j(P)m(.)f
+(Ken)o(t)i(\(1977\))e(:)17 b Fm(T)m(r)n(e)n(e-se)n(ar)n(ching)12
+b(and)i(T)m(r)n(e)n(e-pruning)388 357 y(T)m(e)n(chniques.)h
+Fp(Adv)n(ances)g(in)f(Computer)f(Chess)j(1,)e(M.)f(Clark)o(e)h(\(ed\),)h(pp)g
+(89-107.)388 407 y(Edin)o(burgh)f(Univ)o(ersit)o(y)g(Press.)303
+487 y([12])19 b(I.)g(Bratk)o(o)h(and)f(D.)f(Kop)q(ec)j(\(1982\))e(:)29
+b Fm(The)20 b(Br)n(atko{Kop)n(e)n(c)g(Exp)n(eriment)g(:)29
+b(A)388 536 y(Comp)n(arison)16 b(of)f(Human)i(and)f(Computer)f(Performanc)n
+(e)h(in)f(Chess.)g Fp(Adv)n(ances)388 586 y(in)10 b(Computer)g(Chess)i(3,)e
+(Clark)o(e)h(M.)f(\(ed\),)h(pp)g(51-72.)e(P)o(ergamon)g(Press,)j(Oxford.)303
+666 y([13])19 b(M.)12 b(S.)g(Campb)q(ell)f(and)h(T.)g(A.)g(Marsland)g
+(\(1983\))g(:)17 b Fm(A)c(Comp)n(arison)h(of)f(Minimax)388
+716 y(T)m(r)n(e)n(e)h(Se)n(ar)n(ch)h(A)o(lgorithms.)e Fp(Arti\014cial)g(In)o
+(telligence,)h(V)m(ol)e(20)i(No)f(4,)h(pp)g(347-367.)303 795
+y([14])19 b(J.)g(H.)f(Condon)g(and)g(K.)g(Thompson)f(\(1982\))h(:)27
+b Fm(Bel)r(le)19 b(Chess)g(Har)n(dwar)n(e.)e Fp(Ad-)388 845
+y(v)n(ances)d(in)e(Computer)g(Chess)h(3,)g(M.)f(Clark)o(e)g(\(ed\),)h(pp)g
+(45-54,)e(P)o(ergamon)g(Press,)388 895 y(Oxford.)303 975 y([15])19
+b(S.)14 b(M.)f(Cracraft)h(\(1984\))f(:)18 b Fm(Bitmap)c(Move)i(Gener)n(ation)
+f(in)f(Chess.)g Fp(ICCA)f(Jour-)388 1024 y(nal,)g(V)m(ol)g(7,)g(No)h(3,)f(pp)
+h(146-153.)303 1104 y([16])19 b(A.)26 b(D.)f(de)h(Gro)q(ot)f(\(1978\))g(:)42
+b Fm(Thought)26 b(and)h(Choic)n(e)f(in)g(Chess.)f Fp(Mouton-)388
+1154 y(DeGruyter,)15 b(2nd)e(edition.)303 1234 y([17])19 b(A.)e(D.)g(de)h
+(Gro)q(ot)f(and)h(R.)e(W.)h(Jongman)e(\(1966\))i(:)25 b Fm(Heuristics)18
+b(in)g(p)n(er)n(c)n(eptual)388 1284 y(pr)n(o)n(c)n(esses.)c
+Fp(In)o(ternational)f(Congress)i(of)e(Psyc)o(hology)m(,)g(Mosco)o(w,)g
+(August)h(1966.)303 1363 y([18])19 b(C.)10 b(Eb)q(eling)f(\(1986\))h(:)16
+b Fm(A)o(l)r(l)10 b(the)h(R)o(ight)h(Moves)f({)h(A)f(VLSI)g(A)o(r)n(chite)n
+(ctur)n(e)f(for)h(Chess.)388 1413 y Fp(PhD)j(thesis,)h(Carnegie{Mellon)e
+(Univ)o(ersit)o(y)m(.)303 1493 y([19])19 b(A.)i(E.)f(Elo)h(\(1978\))f(:)32
+b Fm(The)21 b(R)n(atings)g(of)h(Chess)f(Players)g(Past)g(and)h(Pr)n(esent.)
+388 1543 y Fp(Batsford)15 b(Bo)q(oks,)e(London.)303 1622 y([20])19
+b(M.)d(Eu)o(w)o(e)h(\(1970\))f(:)23 b Fm(Computers)17 b(and)h(Chess.)e
+Fp(The)h(Encyclopaedia)f(of)g(Chess,)388 1672 y(A.)e(Sunn)o(uc)o(ks)g
+(\(ed\),)h(St)f(Martin's)f(Press,)i(New)g(Y)m(ork.)303 1752
+y([21])k Fm(Discussion)d(with)e(T)m(om)h(F)m(urstembur)n(g,)e(Fidelity)i(Ele)
+n(ctr)n(onics,)f(A)o(ugust)h(1989.)303 1831 y Fp([22])k(J.)c(J.)f(Gillogly)e
+(\(1972\))i(:)19 b Fm(The)d(T)m(e)n(chnolo)n(gy)g(Chess)f(Pr)n(o)n(gr)n(am.)f
+Fp(Arti\014cial)g(In)o(telli-)388 1881 y(gence,)h(V)m(ol)e(3,)g(pp)h
+(145-163.)303 1961 y([23])19 b(R.)f(D.)f(Green)o(blatt,)i(D.)f(E.)g(Eastlak)o
+(e)g(I)q(I)q(I)h(and)f(S.)g(D.)f(Cro)q(c)o(k)o(er)i(\(1967\))f(:)27
+b Fm(The)388 2011 y(Gr)n(e)n(enblatt)15 b(Chess)f(Pr)n(o)n(gr)n(am.)f
+Fp(Pro)q(c.)i(FJCC,V)m(ol)d(31,)h(pp)h(801-810)303 2090 y([24])19
+b(G.)14 b(Grottling)g(\(1986\))g(:)19 b Fm(The)d(Swe)n(dish)f(r)n(ating)h
+(list.)d Fp(ICCA)i(Journal,)f(V)m(ol)g(9,)g(No)388 2140 y(1,)f(pp)h(56.)303
+2220 y([25])19 b(J.)i(Hamlen)e(\(1989\))g(:)32 b Fm(T)m(r)n(e)n(e)19
+b(Se)n(ar)n(ching)j(A)o(lgorithms)e(and)h(Computer)g(Chess.)388
+2270 y Fp(M.Sc.)14 b(Thesis,)g(Univ)o(ersit)o(y)g(of)f(London.)303
+2350 y([26])19 b(L.)12 b(R.)f(Harris)i(\(1977\))e(:)17 b Fm(The)d(Heuristic)e
+(Se)n(ar)n(ch)h(:)18 b(A)o(n)c(alternative)f(to)g(the)g(alpha-)388
+2399 y(b)n(eta)19 b(minimax)f(pr)n(o)n(c)n(e)n(dur)n(e.)f Fp(Chess)i(Skill)d
+(in)h(Man)h(and)f(Mac)o(hine.)h(P)m(.)f(W.)f(F)m(rey)388 2449
+y(\(ed\),)f(pp)e(157-166,)f(Springer{V)m(erlag,)h(New)i(Y)m(ork.)946
+2574 y(171)p eop
+%%Page: 172 174
+172 173 bop 303 307 a Fp([27])19 b(D.)d(Hartmann)g(\(1989\))g(:)24
+b Fm(Notions)17 b(of)h(Evaluation)g(F)m(unctions)g(T)m(este)n(d)f(against)388
+357 y(Gr)n(andmaster)g(Games.)f Fp(Adv)n(ances)h(in)f(Computer)f(Chess)i(5,)f
+(D.)f(F.)h(Beal)g(\(ed\),)388 407 y(pp)e(91-141,)e(Elsevier)j(Science)g
+(Publishers)g(B.V.,)e(North)h(Holland.)303 487 y([28])19 b(E.)c(Hearst)i
+(\(1977\))d(:)21 b Fm(Man)c(and)g(Machine)g(:)k(Chess)16 b(A)n(chievements)h
+(and)g(Chess)388 536 y(Thinking.)f Fp(Chess)h(Skill)d(in)h(Man)g(and)h(Mac)o
+(hine.)f(P)m(.)g(W.)f(F)m(rey)i(\(ed\),)g(Springer{)388 586
+y(V)m(erlag,)d(New)i(Y)m(ork.)303 666 y([29])k(R.)14 b(M.)g(Hy)o(att)g
+(\(1983\))f(:)19 b Fm(Cr)n(ay)c(Blitz)g(-)g(A)g(Computer)g(Chess)g(Playing)h
+(Pr)n(o)n(gr)n(am.)388 716 y Fp(M.Sc.)e(Thesis.)303 795 y([30])19
+b(R.)12 b(M.)g(Hy)o(att)h(\(1984\))f(:)17 b Fm(Using)d(Time)f(Wisely.)f
+Fp(ICCA)h(Journal,)f(V)m(ol)g(7)g(No)g(1,)h(pp)388 845 y(4-9.)303
+925 y([31])19 b(R.)10 b(M.)f(Hy)o(att,)i(A.)e(E.)h(Go)o(w)o(er)g(and)g(H.)g
+(L.)g(Nelson)g(\(1984\))g(:)16 b Fm(Cr)n(ay)11 b(Blitz.)e Fp(Adv)n(ances)388
+975 y(in)j(Computer)f(Chess)i(4,)e(D.)g(F.)h(Beal)g(\(ed\),)g(pp)g(8-18,)f(P)
+o(ergamon)g(Press,)i(Oxford.)303 1054 y([32])19 b(B.)11 b(M.)f(Kazic)i
+(\(1980\))e(:)16 b Fm(The)c(Chess)g(Comp)n(etitor's)f(Handb)n(o)n(ok.)h
+Fp(Batsford)f(Bo)q(oks,)388 1104 y(London.)303 1184 y([33])19
+b(D.)9 b(E.)h(Kn)o(uth)g(and)f(R.)g(W.)f(Mo)q(ore)i(\(1975\))f(:)16
+b Fm(A)o(n)11 b(analysis)g(of)g(alpha-b)n(eta)g(pruning.)388
+1234 y Fp(Arti\014cial)j(In)o(telligence,)f(V)m(ol)g(6)h(No)f(4,)g(pp)h
+(293-326.)303 1313 y([34])19 b(D.)11 b(Kop)q(ec,)h(M.)e(Newb)q(orn)i(and)f
+(W.)f(Y)m(u)h(\(1986\))f(:)17 b Fm(Exp)n(eriments)12 b(in)h(Chess)f(Co)n
+(gni-)388 1363 y(tion.)d Fp(Adv)n(ances)i(in)e(Computer)f(Chess)j(4,)e(D.)g
+(F.)g(Beal)g(\(ed\),)i(pp)e(59-79.)f(P)o(ergamon)388 1413 y(Press,)15
+b(Oxford.)303 1493 y([35])k(A.)e(Kotok)h(\(1962\))e(:)25 b
+Fm(A)18 b(Chess)h(Playing)f(Pr)n(o)n(gr)n(am)f(for)h(the)g(IBM)h(7090.)f
+Fp(B.Sc.)388 1543 y(Thesis,)c(MIT.)303 1622 y([36])19 b(D.)13
+b(Levy)h(\(1976\))g(:)k Fm(Chess)c(and)i(Computers.)d Fp(Batsford)i(Bo)q
+(oks,)e(London.)303 1702 y([37])19 b(D.)c(Levy)h(\(1979\))g(:)22
+b Fm(Chess)16 b(Pr)n(o)n(gr)n(amming.)f Fp(P)o(ersonal)h(Computer)f(W)m
+(orld,)g(Ma)o(y)388 1752 y(1979,)e(pp)h(25-27.)303 1831 y([38])19
+b(D.)12 b(Levy)m(,)g(D.)f(Brough)o(ton,)h(M.)g(T)m(a)o(ylor)f(\(1989\))h(:)17
+b Fm(The)c(SEX)h(A)o(lgorithm)e(in)i(Com-)388 1881 y(puter)h(Chess.)f
+Fp(ICCA)g(Journal,)f(V)m(ol)f(12)i(No)g(1,)f(pp)h(10-21.)303
+1961 y([39])19 b(T.)f(A.)f(Marsland)h(\(1985\))f(:)26 b Fm(Evaluation)19
+b(F)m(unction)g(F)m(actors.)e Fp(ICCA)h(Journal,)388 2011 y(V)m(ol)13
+b(8)h(No)f(2,)h(pp)g(47-57.)303 2090 y([40])19 b(T.)10 b(A.)f(Marsland)h
+(\(1986\))f(:)16 b Fm(A)c(R)n(eview)f(of)g(Game-T)m(r)n(e)n(e)f(Pruning.)g
+Fp(ICCA)g(Journal,)388 2140 y(V)m(ol)j(9)h(No)f(1,)h(pp)g(3-19.)303
+2220 y([41])19 b(T.)10 b(A.)f(Marsland)g(\(1990\))g(:)16 b
+Fm(The)11 b(Br)n(atko-Kop)n(e)n(c)g(T)m(est)g(R)n(evisite)n(d.)e
+Fp(ICCA)g(Journal,)388 2270 y(V)m(ol)k(13,)g(No)h(1,)f(pp)h(15-19.)303
+2350 y([42])19 b(A.)12 b(New)o(ell,)f(J.)h(C.)f(Sha)o(w)g(and)h(H.)f(A.)h
+(Simon)d(\(1958\))i(:)17 b Fm(Chess)c(Playing)g(Pr)n(o)n(gr)n(ams)388
+2399 y(and)k(the)e(Pr)n(oblem)h(of)f(Complexity.)f Fp(IBM)h(Journal)g(of)f
+(Researc)o(h)i(and)e(Dev)o(elop-)388 2449 y(men)o(t,)f(Oct)i(1958,)d(pp)i
+(320-335.)946 2574 y(172)p eop
+%%Page: 173 175
+173 174 bop 303 307 a Fp([43])19 b(A.)13 b(Nimzo)o(witsc)o(h)f(\(1929\))g(:)
+18 b Fm(My)c(System.)f Fp(Mo)q(dern)h(Chess)g(Masterpieces,)h(Bats-)388
+357 y(ford)f(Bo)q(oks,)g(London.)303 440 y([44])19 b(A.)11
+b(Nimzo)o(witsc)o(h)f(\(1936\))g(:)17 b Fm(Chess)12 b(Pr)n(axis.)f
+Fp(Batsford)g(Chess)i(Classics,)e(Batsford)388 490 y(Bo)q(oks,)j(London.)303
+573 y([45])19 b(T.)c(Nitsc)o(he)h(\(1982\))e(:)20 b Fm(A)c(L)n(e)n(arning)f
+(Chess)h(Pr)n(o)n(gr)n(am.)e Fp(Adv)n(ances)i(in)e(Computer)388
+623 y(Chess)h(3,)f(M.)f(Clark)o(e)h(\(ed\),)g(pp)g(113-120.)d(P)o(ergamon)i
+(Press,)i(Oxford.)303 706 y([46])k(A.)f(Reinefeld)f(\(1983\))g(:)25
+b Fm(A)o(n)18 b(Impr)n(ovement)h(of)f(the)g(Sc)n(out)h(T)m(r)n(e)n(e-Se)n(ar)
+n(ch)e(A)o(lgo-)388 756 y(rithm.)c Fp(ICCA)h(Journal,)f(V)m(ol)g(6)h(No)f(4,)
+g(pp)h(4-14.)303 839 y([47])19 b(F.)14 b(Rein\014eld)f(\(1945\))h(:)j
+Fm(Win)f(A)o(t)e(Chess.)g Fp(Do)o(v)o(er)f(Bo)q(oks.)303 922
+y([48])19 b(A.)h(L.)e(Sam)o(uels)h(\(1959\))f(:)30 b Fm(Some)20
+b(Studies)h(in)f(Machine)h(L)n(e)n(arning)f(using)h(the)388
+971 y(Game)f(of)f(Che)n(ckers.)e Fp(IBM)i(Journal)f(of)g(Researc)o(h)h(and)f
+(Dev)o(elopmen)o(t,)g(3,)h(pp)388 1021 y(211-229.)303 1104
+y([49])g(A.)h(L.)e(Sam)o(uels)h(\(1967\))f(:)30 b Fm(Some)20
+b(Studies)h(in)f(Machine)h(L)n(e)n(arning)f(using)h(the)388
+1154 y(Game)d(of)f(Che)n(ckers,)g(II)g(-)g(R)n(e)n(c)n(ent)g(Pr)n(o)n(gr)n
+(ess.)e Fp(IBM)i(Journal)f(of)f(Researc)o(h)j(and)388 1204
+y(Dev)o(elopmen)o(t,)13 b(V)m(ol)f(2)i(No)g(6,)f(pp)h(601-617.)303
+1287 y([50])19 b(J.)14 b(Sc)o(hae\013er)h(\(1983\))e(:)18 b
+Fm(The)d(History)f(Heuristic.)f Fp(ICCA)h(Journal,)f(V)m(ol)g(6,)g(No)g(3,)
+388 1337 y(pp)h(16-19.)303 1420 y([51])19 b(J.)12 b(Sc)o(hae\013er)h
+(\(1984\))e(:)17 b Fm(The)c(R)n(elative)f(Imp)n(ortanc)n(e)h(of)g(Know)r(le)n
+(dge.)f Fp(ICCA)f(Jour-)388 1469 y(nal,)i(V)m(ol)g(7)g(No)h(3,)f(pp)h
+(138-145.)303 1553 y([52])19 b(G.)14 b(Sc)o(hrufer)i(\(1989\))e(:)20
+b Fm(A)15 b(Str)n(ate)n(gic)g(Quiesc)n(enc)n(e)h(Se)n(ar)n(ch.)f
+Fp(ICCA)g(Journal,)f(V)m(ol)388 1602 y(12)g(No)f(1,)h(pp)g(3-9.)303
+1685 y([53])19 b(C.)f(E.)g(Shannon)g(\(1950\))g(:)27 b Fm(Pr)n(o)n(gr)n
+(amming)18 b(a)i(Computer)e(for)h(Playing)g(Chess.)388 1735
+y Fp(Philosophical)13 b(Mag,)g(V)m(ol)g(41,)f(pp)i(256-275.)303
+1818 y([54])19 b(A.)12 b(Shapiro)f(and)g(T.)g(Niblett)h(\(1982\))f(:)17
+b Fm(A)o(utomatic)12 b(Induction)i(of)f(Classi\014c)n(ation)388
+1868 y(R)o(ules)j(for)e(a)i(Chess)f(Endgame.)g Fp(Adv)n(ances)g(in)f
+(Computer)f(Chess)j(3,)d(M.)h(Clark)o(e)388 1918 y(\(ed\),)h(pp)e(73-91.)g(P)
+o(ergamon)f(Press,)j(Oxford.)303 2001 y([55])k(H.)14 b(A.)f(Simon)f(and)i(K.)
+f(A.)h(Gilmartin)d(\(1973\))i(:)18 b Fm(A)c(Simulation)h(of)g(Memory)g(for)
+388 2051 y(Chess)g(Positions.)f Fp(Cognitiv)o(e)f(Psyc)o(hology)m(,)f(5,)h
+(pp)h(29-46.)303 2134 y([56])19 b(H.)10 b(A.)f(Simon)f(and)h(W.)g(G.)g(Chase)
+i(\(1973\))e(:)15 b Fm(Skil)r(l)c(in)g(Chess.)f Fp(American)f(Scien)o(tist,)
+388 2183 y(61,)k(pp)h(394-403.)303 2267 y([57])19 b(S.)f(S.)f(Skiena)h
+(\(1986\))g(:)26 b Fm(A)o(n)19 b(Overview)e(of)i(Machine)g(L)n(e)n(arning)g
+(in)g(Computer)388 2316 y(Chess.)14 b Fp(ICCA)g(Journal,)f(V)m(ol)g(9)g(No)h
+(1,)f(pp)h(20-27.)303 2399 y([58])19 b(D.)c(J.)g(Slate)g(\(1987\))g(:)21
+b Fm(A)16 b(Chess)g(Pr)n(o)n(gr)n(am)f(that)h(uses)h(its)e(T)m(r)n(ansp)n
+(osition)h(T)m(able)388 2449 y(to)f(L)n(e)n(arn)g(fr)n(om)f(Exp)n(erienc)n
+(e.)g Fp(ICCA)g(Journal,)f(V)m(ol)g(10)g(No)h(2,)f(pp)h(59-71.)946
+2574 y(173)p eop
+%%Page: 174 176
+174 175 bop 303 307 a Fp([59])19 b(E.)i(Slater)g(\(1950\))f(:)32
+b Fm(Statistics)20 b(for)h(the)g(Chess)h(Computer)f(and)h(the)f(F)m(actor)388
+357 y(of)e(Mobility.)d Fp(Symp)q(osium)f(on)i(Information)e(Theory)m(,)j
+(London)f(:)26 b(Ministry)17 b(of)388 407 y(Supply)m(,)c(pp)h(150-152.)303
+490 y([60])19 b(A.)11 b(M.)h(T)m(uring)e(\(1950\))h(:)17 b
+Fm(Computing)c(Machinery)g(and)g(Intel)r(ligenc)n(e.)f Fp(Mind,)f(V)m(ol)388
+540 y(59,)i(pp)h(433-460.)303 623 y([61])19 b(D.)g(E.)f(Wilkins)g(\(1980\))g
+(:)28 b Fm(Using)20 b(Patterns)f(and)h(Plans)g(in)g(Chess.)e
+Fp(Arti\014cial)388 672 y(In)o(telligence,)c(V)m(ol)f(14,)g(No)g(1,)h(pp)f
+(165-203.)303 756 y([62])19 b(B.)14 b(H.)g(W)m(o)q(o)q(d)e(\(1986\))i(:)k
+Fm(The)c(World)h(Chess)g(Championship.)f Fp(Chess)h(Magazine,)388
+805 y(B.)f(H.)g(W)m(o)q(o)q(d)f(\(ed\),)h(August)g(-)g(No)o(v)o(em)o(b)q(er)f
+(86,)g(V)m(ol)g(51,)f(Nos)j(987-994.)303 888 y([63])k(A.)f(L.)e(Zobrist)i
+(\(1970\))f(:)25 b Fm(A)19 b(Hashing)f(Metho)n(d)h(with)f(Applic)n(ations)g
+(for)f(Game)388 938 y(Playing.)d Fp(T)m(ec)o(hnical)f(rep)q(ort)i(88,)e
+(Computer)g(Sciences)i(Dept,)f(Univ)f(of)g(Wiscon-)388 988
+y(sin,)h(Madison)f(WI,)g(April)g(1970.)303 1071 y([64])19 b(A.L.)f(Zobrist)h
+(and)f(F.)h(R.)e(Carlson,)i(Jr)g(\(1973\))f(:)27 b Fm(A)o(n)19
+b(A)n(dvic)n(e{T)m(aking)h(Chess)388 1121 y(Computer.)14 b
+Fp(Scien)o(ti\014c)g(American,)f(228,)f(pp)i(92-105.)946 2574
+y(174)p eop
+%%Page: 175 177
+175 176 bop 262 654 a Fn(App)s(endix)33 b(A)262 897 y Fo(Glossary)321
+1120 y Fl(ABF)254 b(A)p Fp(v)o(erage)14 b Fl(B)p Fp(ranc)o(hing)g
+Fl(F)p Fp(actor.)321 1220 y Fl(AI)300 b Fp(Arti\014cial)13
+b(In)o(telligence.)321 1320 y Fl(ELO)258 b Fp(A)14 b(c)o(hess)h(rating)f
+(system)f(used)i(b)o(y)f(the)g(w)o(orld)f(c)o(hess)j(federation.)321
+1419 y Fl(en-prise)187 b Fp(A)14 b(piece)h(is)e Fm(en-prise)h
+Fp(if)f(it)h(can)g(b)q(e)g(pro\014tably)g(captured.)321 1519
+y Fl(HIAR)o(CS)167 b(H)p Fp(igher)14 b Fl(I)p Fp(n)o(telligence)g
+Fl(A)p Fp(uto)g Fl(R)p Fp(esp)q(onse)i Fl(C)p Fp(hess)f Fl(S)p
+Fp(ystem.)321 1619 y Fl(ply)288 b Fp(One)15 b(half)d(mo)o(v)o(e)h(e.g.)k(a)d
+(mo)o(v)o(e)e(for)i(white.)321 1718 y Fl(P)o(osition)o(al)e(Pla)o(y)39
+b Fp(The)14 b(mano)q(euv)o(ering)f(of)g(pieces)i(to)f(b)q(etter)h(squares.)
+321 1818 y Fl(Pc/Sq)g(table)104 b Fp(Piece)15 b(Square)f(T)m(able.)321
+1918 y Fl(PVS)258 b(P)p Fp(rinciple)13 b Fl(V)p Fp(ariation)g
+Fl(S)p Fp(earc)o(h.)321 2017 y Fl(T)l(actical)i(Pla)o(y)81
+b Fp(Sequence)16 b(of)d(threat)i(and)e(capture)i(t)o(yp)q(e)g(mo)o(v)o(es.)
+321 2117 y Fl(T)l(emp)q(o)211 b Fp(A)14 b(single)f(mo)o(v)o(e)g(as)h(a)f
+(unit)h(of)f(time)g(in)g(c)o(hess,)i(e.g.)j(the)c(loss)g(of)f(a)h(temp)q(o)
+675 2167 y(w)o(ould)f(b)q(e)h(caused)h(b)o(y)f(taking)f(t)o(w)o(o)h(mo)o(v)o
+(es)e(to)i(accomplish)e(something)675 2216 y(whic)o(h)i(could)f(b)q(e)i(ac)o
+(hiev)o(ed)f(in)f(one)i(mo)o(v)o(e.)321 2316 y Fl(USCF)226
+b(U)p Fp(nited)14 b Fl(S)p Fp(tates)g Fl(C)p Fp(hess)i Fl(F)p
+Fp(ederation)e(rating)f(system.)18 b(Ratings)675 2366 y(on)c(this)g(scale)g
+(are)g(t)o(ypically)f(100-150)f(p)q(oin)o(ts)i(higher)g(than)f(the)675
+2416 y(equiv)n(alen)o(t)g(ELO)h(rating,)f(e.g.)18 b(2100)13
+b(USCF)h Ff(\031)g Fp(2000)f(ELO.)946 2574 y(175)p eop
+%%Page: 176 178
+176 177 bop 262 654 a Fn(App)s(endix)33 b(B)262 897 y Fo(Pseudo)40
+b(F)-10 b(unctions)262 1148 y Fp(This)15 b(app)q(endix)g(con)o(tains)h(a)f
+(description)h(of)e(the)i(pseudo)h(functions)e(used)h(in)f(the)h(de\014-)262
+1198 y(nition)11 b(of)h(m)o(y)f(ev)n(aluation)g(function.)18
+b(The)13 b(functions)f(are)h(giv)o(en)f(in)h(alphab)q(etical)e(order.)946
+2574 y(176)p eop
+%%Page: 177 179
+177 178 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(A)n(ttac)n(k)n(ed)19 b(:)24 b(PieceList)17 b(x)h(Colour)h(x)f(Square)h
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262
+571 182 2 v 262 660 a Ft(A)o(ttac)o(k)o(ed\(pl,c)o(ol,sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g
+(if)f(square)i Fm(sq)f Fp(is)f(attac)o(k)o(ed)h(b)o(y)g(an)o(y)g(of)f(the)h
+(pieces)h(in)f(piecelist)g Fm(pl)g Fp(of)321 910 y(colour)f
+Fm(c)n(ol)p Fp(.)321 960 y(Otherwise)i(F)-5 b(ALSE.)262 1309
+y Fu(FUNCTION)p 262 1316 309 2 v 262 1408 a(A)n(ttac)n(king)18
+b(:)25 b(Piece)17 b(x)i(Colour)g(x)f(Square)g(x)g(Square)g
+Ft(=)-8 b Fa(\))19 b Fu(Bo)r(olean)262 1508 y Fl(Example)p
+262 1523 182 2 v 262 1612 a Ft(A)o(ttac)o(king\(p)q(c,col,sq1,sq2\))262
+1711 y Fl(Descripti)o(on)p 262 1726 241 2 v 321 1812 a Fp(Returns)14
+b(TR)o(UE)g(if)f(piece)i Fm(p)n(c)f Fp(of)f(colour)h Fm(c)n(ol)f
+Fp(on)h(square)h Fm(sq1)f Fp(is)f(attac)o(king)h(square)g Fm(sq2)p
+Fp(.)321 1862 y(Otherwise)h(F)-5 b(ALSE.)946 2574 y(177)p eop
+%%Page: 178 180
+178 179 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a Fs(])p Fu(A)n(ttac)n(ks)19 b(:)24 b(PieceList)17 b(x)h(Colour)h(x)f(Square)
+g Ft(=)-8 b Fa(\))19 b Fu(In)n(teger)262 556 y Fl(Example)p
+262 571 182 2 v 262 660 a Fs(])p Ft(A)o(ttac)o(ks\(pl,col,sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)14
+b(the)h(n)o(um)o(b)q(er)e(of)g(attac)o(ks)h(on)g(square)h Fm(sq)f
+Fp(b)o(y)f(an)o(y)h(of)f(the)i(pieces)g(in)e(piecelist)h Fm(pl)321
+910 y Fp(of)f(colour)g Fm(c)n(ol)p Fp(.)262 1259 y Fu(FUNCTION)p
+262 1266 309 2 v 262 1359 a(Bishop)18 b(:)24 b(Colour)19 b(x)g(Colour)f
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 1458 y Fl(Example)p
+262 1473 182 2 v 262 1562 a Ft(Bishop\(col1,col2\))262 1661
+y Fl(Descripti)o(on)p 262 1676 241 2 v 321 1762 a Fp(Returns)c(TR)o(UE)g(if)f
+(colour)h Fm(c)n(ol1)f Fp(still)g(has)h(a)g(bishop)g(whic)o(h)f(op)q(erates)j
+(on)d(squares)i(of)321 1812 y(colour)e Fm(c)n(ol2)p Fp(.)946
+2574 y(178)p eop
+%%Page: 179 181
+179 180 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Castled)18 b(:)25 b(Colour)18 b Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262
+556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(Castled\(col\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g
+(if)f(colour)h Fm(c)n(ol)f Fp(has)h(castled.)19 b(Otherwise)c(F)-5
+b(ALSE.)262 1060 y Fu(FUNCTION)p 262 1067 309 2 v 262 1159
+a(Cen)n(tralP)n(oin)n(t)19 b(:)24 b(Square)19 b Ft(=)-8 b Fa(\))18
+b Fu(Square)262 1259 y Fl(Example)p 262 1274 182 2 v 262 1363
+a Ft(Cen)o(tralP)o(oin)o(t\(sq\))262 1462 y Fl(Descripti)o(on)p
+262 1477 241 2 v 321 1563 a Fp(Returns)c(an)g(o\013set)h(square,)f
+Fm(csq)g Fp(whic)o(h)g(represen)o(ts)i(the)f(cen)o(tral)f(p)q(oin)o(t)f(of)h
+(the)g(defensiv)o(e)321 1613 y(kings)f(p)q(osition.)k(Returns)e
+Fm(csq)f Fp(where)380 1713 y(csq)g(=)g(sq)380 1762 y Fl(if)e
+Fp(\(OnRank\(sq\))i(=)h(1\))439 1812 y(csq)f(=)g(csq)h(+)f(8)380
+1862 y Fl(else)439 1912 y(if)e Fp(\(OnRank\(sq\))j(=)f(8\))498
+1962 y(csq)g(=)g(csq)h(-)f(8)439 2012 y Fl(endif)380 2061 y(endif)380
+2111 y(if)e Fp(\(OnFile\(sq\))j(=)f(1\))439 2161 y(csq)g(=)g(csq)h(+)f(1)380
+2211 y Fl(else)439 2261 y(if)e Fp(\(OnFile\(sq\))j(=)f(8\))498
+2310 y(csq)g(=)g(csq)h(-)f(1)439 2360 y Fl(endif)380 2410 y(endif)946
+2574 y Fp(179)p eop
+%%Page: 180 182
+180 181 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Con)n(trol)19 b(:)24 b(Square)18 b Ft(=)-8 b Fa(\))18 b Fu(Con)n(troller)
+262 556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(Con)o(trol\(sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h(con)o
+(troller)f(of)f(square)i Fm(sq)p Fp(.)j(The)c(con)o(troller)g(is)g(de\014ned)
+h(to)e(b)q(e)i(the)321 910 y(colour)e(who)h(attac)o(ks)g(the)h(square)f
+Fm(sq)g Fp(with)g(more)f(pieces)i(of)e(a)h(sp)q(eci\014c)h(t)o(yp)q(e)f(than)
+321 960 y(the)g(opp)q(onen)o(t)g(and)g(the)g(n)o(um)o(b)q(er)g(of)f(all)g
+(other)h(attac)o(ks)g(b)o(y)g(lo)o(w)o(er)f(v)n(alued)h(pieces)321
+1010 y(are)g(equal.)321 1060 y(A)o(ttac)o(ks)g(are)g(compared)g(in)f(the)h
+(order)h(:)j(P)m(,N,B,R,Q,K.)12 b(If)h(all)g(attac)o(ks)h(b)o(y)g(eac)o(h)321
+1110 y(piece)g(are)h(equal)e(in)h(n)o(um)o(b)q(er)f(then)h(the)h(con)o
+(troller)f(is)f('None'.)262 1408 y Fu(FUNCTION)p 262 1415 309
+2 v 262 1508 a Fs(])p Fu(Di\013A)n(ttac)n(ks)18 b(:)24 b(Colour)19
+b(x)g(Square)f Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262 1608
+y Fl(Example)p 262 1622 182 2 v 262 1711 a Fs(])p Ft(Di\013A)o(ttac)o
+(ks\(col,sq\))262 1811 y Fl(Descripti)o(on)p 262 1826 241 2
+v 321 1912 a Fp(Returns)c(:)k Fh(])p Fp(A)o(ttac)o(ks\([An)o(y],col,sq\))13
+b Ff(\000)p Fh(])p Fp(A)o(ttac)o(ks\([An)o(y],Opp\(col\),sq\))946
+2574 y(180)p eop
+%%Page: 181 183
+181 182 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Distance)17 b(:)25 b(Square)18 b(x)g(Square)h Ft(=)-8 b Fa(\))18
+b Fu(In)n(teger)262 556 y Fl(Example)p 262 571 182 2 v 262
+660 a Ft(Distance\(sq1,sq2\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)c(:)380 910 y(max\()p
+Ff(j)d Fp(OnRank\(white,)p Fm(sq1)p Fp(\))j(-)g(OnRank\(white,)p
+Fm(sq2)p Fp(\))g Ff(j)f Fp(,)g Ff(j)h Fp(OnFile\()p Fm(sq1)p
+Fp(\))g(-)g(OnFile\()p Fm(sq2)p Fp(\))g Ff(j)f Fp(\))262 1259
+y Fu(FUNCTION)p 262 1266 309 2 v 262 1359 a(Doubled)18 b(:)24
+b(Colour)19 b(x)f(File)g Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262
+1458 y Fl(Example)p 262 1473 182 2 v 262 1562 a Ft(Doubled\(col,f)s(\))262
+1661 y Fl(Descripti)o(on)p 262 1676 241 2 v 321 1762 a Fp(Returns)c(TR)o(UE)g
+(if)f(more)g(than)h(one)g(pa)o(wn)f(of)h(colour)f Fm(c)n(ol)h
+Fp(is)g(on)f(\014le)h Fm(f)p Fp(.)321 1812 y(Otherwise)h(F)-5
+b(ALSE.)946 2574 y(181)p eop
+%%Page: 182 184
+182 183 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Escap)r(e)17 b(:)25 b(Colour)19 b(x)f(Square)g(x)g(Square)h
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262
+571 182 2 v 262 660 a Ft(Escap)q(e\(col,sq1,sq2\))262 759 y
+Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g(if)f
+(the)h(king)g(of)f(colour)g Fm(c)n(ol)h Fp(can)g(escap)q(e)i(a)d(c)o(hec)o(k)
+i(from)d(square)j Fm(sq2)321 910 y Fp(b)o(y)e(a)h(piece)h(mo)o(v)o(ed)d(from)
+g(square)j Fm(sq1)p Fp(.)262 1259 y Fu(FUNCTION)p 262 1266
+309 2 v 262 1359 a(Has)j(:)25 b(PieceList)17 b(x)h(Colour)h
+Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262 1458 y Fl(Example)p
+262 1473 182 2 v 262 1562 a Ft(Has\(pl,col\))262 1661 y Fl(Descripti)o(on)p
+262 1676 241 2 v 321 1762 a Fp(Returns)c(the)h(n)o(um)o(b)q(er)e(of)g(pieces)
+i(in)f(piecelist)g Fm(pl)g Fp(of)f(colour)h Fm(c)n(ol)f Fp(whic)o(h)h(are)g
+(still)321 1812 y(on)f(the)i(b)q(oard.)946 2574 y(182)p eop
+%%Page: 183 185
+183 184 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(InsideQuadrate)18 b(:)24 b(Colour)19 b(x)f(Square)g Ft(=)-8
+b Fa(\))19 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262 571 182
+2 v 262 660 a Ft(InsideQuadrate\(col,sq\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)14 b(TR)o(UE)g(if)f(the)h(king)g(of)f
+(colour)g Fm(c)n(ol)h Fp(is)g(inside)g(the)g("queening)g(square")g(or)321
+910 y("quadrate")f(with)h(resp)q(ect)i(to)e(square)g Fm(sq)p
+Fp(,)g(taking)f(in)o(to)g(accoun)o(t)h(who)g(has)g(the)321
+960 y(\014rst)g(mo)o(v)o(e.)262 1309 y Fu(FUNCTION)p 262 1316
+309 2 v 262 1408 a(Isolated)j(:)25 b(Colour)19 b(x)f(File)g
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 1508 y Fl(Example)p
+262 1523 182 2 v 262 1612 a Ft(Isolated\(col,f)s(\))262 1711
+y Fl(Descripti)o(on)p 262 1726 241 2 v 321 1812 a Fp(Returns)c(TR)o(UE)g(if)f
+(there)i(do)q(es)g(not)f(exist)g(a)f(pa)o(wn)h(of)f(colour)h
+Fm(c)n(ol)g Fp(on)f(either)i(\014le)321 1862 y(adjacen)o(t)f(to)f(\014le)h
+Fm(f)p Fp(.)321 1912 y(Otherwise)h(F)-5 b(ALSE.)946 2574 y(183)p
+eop
+%%Page: 184 186
+184 185 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(K)n(CRigh)n(ts)19 b(:)24 b(Colour)19 b Ft(=)-8 b Fa(\))18
+b Fu(Bo)r(olean)262 556 y Fl(Example)p 262 571 182 2 v 262
+660 a Ft(K)o(CRigh)o(ts\(col\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g(if)f(king)g(side)h(castling)
+g(righ)o(ts)g(for)f(colour)h Fm(c)n(ol)f Fp(are)i(in)o(tact.)321
+910 y(Otherwise)g(F)-5 b(ALSE.)262 1259 y Fu(FUNCTION)p 262
+1266 309 2 v 262 1359 a(KingDistance)17 b(:)25 b(Square)18
+b(x)g(Square)g Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262 1458
+y Fl(Example)p 262 1473 182 2 v 262 1562 a Ft(KingDistance\(sq1,sq2\))262
+1661 y Fl(Descripti)o(on)p 262 1676 241 2 v 321 1762 a Fp(Returns)c(:)380
+1812 y(min\()p Ff(j)d Fp(OnRank\(white,)p Fm(sq1)p Fp(\))j(-)g
+(OnRank\(white,)p Fm(sq2)p Fp(\))f Ff(j)h Fp(,)f Ff(j)h Fp(OnFile\()p
+Fm(sq1)p Fp(\))g(-)g(OnFile\()p Fm(sq2)p Fp(\))g Ff(j)f Fp(\))946
+2574 y(184)p eop
+%%Page: 185 187
+185 186 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(KingSq)18 b(:)24 b(Colour)19 b Ft(=)-8 b Fa(\))18 b Fu(square)262
+556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(KingSq\(col\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h
+(square)f(the)h(king)e(of)g(colour)h Fm(c)n(ol)g Fp(is)f(curren)o(tly)i(on.)
+262 1209 y Fu(FUNCTION)p 262 1216 309 2 v 262 1309 a(Lev)n(erSq)i(:)24
+b(File)18 b(x)g(Colour)h Ft(=)-8 b Fa(\))18 b Fu(Square)262
+1408 y Fl(Example)p 262 1423 182 2 v 262 1512 a Ft(Lev)o(erSq\(f,col\))262
+1612 y Fl(Descripti)o(on)p 262 1626 241 2 v 321 1713 a Fp(Returns)c(the)h
+(\014rst)f(square)h(where)g(a)f(pa)o(wn)f(of)h(colour)f Fm(c)n(ol)h
+Fp(on)g(\014le)f Fm(f)h Fp(w)o(ould)f(lev)o(er)h(an)g(enem)o(y)321
+1762 y(pa)o(wn)f(on)h(an)f(adjacen)o(t)h(\014le.)946 2574 y(185)p
+eop
+%%Page: 186 188
+186 187 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a Fs(])p Fu(Mo)n(v)n(es)18 b(:)25 b(Piece)18 b(x)g(Colour)h(x)f(Square)g
+Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262 556 y Fl(Example)p 262
+571 182 2 v 262 660 a Fs(])p Ft(Mo)o(v)o(es\(p)q(c,col,sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h(n)o
+(um)o(b)q(er)e(of)g(mo)o(v)o(es)g(p)q(ossible)h(b)o(y)g(piece)g
+Fm(p)n(c)g Fp(of)g(colour)f Fm(c)n(ol)h Fp(from)e(square)j
+Fm(sq)p Fp(.)262 1209 y Fu(FUNCTION)p 262 1216 309 2 v 262
+1309 a(Occupied)j(:)24 b(Square)18 b(x)h(Square)f Ft(=)-8 b
+Fa(\))18 b Fu(In)n(teger)262 1408 y Fl(Example)p 262 1423 182
+2 v 262 1512 a Ft(Occupied\(sq1,sq2\))262 1612 y Fl(Descripti)o(on)p
+262 1626 241 2 v 321 1713 a Fp(Returns)c(the)h(n)o(um)o(b)q(er)e(of)g
+(squares)i(whic)o(h)f(are)g(o)q(ccupied)h(b)q(et)o(w)o(een)g(square)g
+Fm(sq1)f Fp(and)321 1762 y Fm(sq2)g Fp(inclusiv)o(e)f(in)h(one)g(linear)f
+(direction.)946 2574 y(186)p eop
+%%Page: 187 189
+187 188 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Occup)n(y)18 b(:)25 b(PieceList)17 b(x)h(Colour)h(x)f(Square)g
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262
+571 182 2 v 262 660 a Ft(Occup)o(y\(pl,col,sq\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g(if)f(one)h(of)f(the)i
+(pieces)g(in)e(piecelist)i Fm(pl)e Fp(of)h(colour)f Fm(c)n(ol)h
+Fp(is)g(on)f(square)i Fm(sq)p Fp(.)321 910 y(Otherwise)g(F)-5
+b(ALSE.)262 1259 y Fu(FUNCTION)p 262 1266 309 2 v 262 1359
+a(On)18 b(:)25 b(Square)18 b Ft(=)-8 b Fa(\))18 b Fu(Piece)262
+1458 y Fl(Example)p 262 1473 182 2 v 262 1562 a Ft(On\(sq\))262
+1661 y Fl(Descripti)o(on)p 262 1676 241 2 v 321 1762 a Fp(Returns)c(the)h
+(piece)g(t)o(yp)q(e)f(o)q(ccup)o(ying)g(square)h Fm(sq)e Fp(regardless)j(of)d
+(colour.)946 2574 y(187)p eop
+%%Page: 188 190
+188 189 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(OnFile)17 b(:)25 b(Square)18 b Ft(=)-8 b Fa(\))18 b Fu(File)262
+556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(OnFile\(sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h
+(\014le)f(of)f(square)i Fm(sq)p Fp(.)262 1209 y Fu(FUNCTION)p
+262 1216 309 2 v 262 1309 a(OnRank)j(:)25 b(Colour)18 b(x)h(Square)f
+Ft(=)-8 b Fa(\))18 b Fu(Rank)262 1408 y Fl(Example)p 262 1423
+182 2 v 262 1512 a Ft(OnRank\(col,sq\))262 1612 y Fl(Descripti)o(on)p
+262 1626 241 2 v 321 1713 a Fp(Returns)c(the)h(rank)f(of)f(square)i
+Fm(sq)e Fp(with)h(resp)q(ect)i(to)e(colour)g Fm(c)n(ol)p Fp(.)946
+2574 y(188)p eop
+%%Page: 189 191
+189 190 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(OnWing)18 b(:)24 b(Flank)19 b(x)f(Square)g Ft(=)-8 b Fa(\))19
+b Fu(Bo)r(olean)262 556 y Fl(Example)p 262 571 182 2 v 262
+660 a Ft(OnWing\(\015k,sq\))262 759 y Fl(Descripti)o(on)p 262
+774 241 2 v 321 860 a Fp(Returns)14 b(TR)o(UE)g(if)f(square)i
+Fm(sq)f Fp(is)f(on)h(\015ank)g Fm(\015k)p Fp(.)321 910 y(Otherwise)h(F)-5
+b(ALSE.)262 1259 y Fu(FUNCTION)p 262 1266 309 2 v 262 1359
+a(Op)r(en)18 b(:)24 b(File)18 b Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262
+1458 y Fl(Example)p 262 1473 182 2 v 262 1562 a Ft(Op)q(en\(f)s(\))262
+1661 y Fl(Descripti)o(on)p 262 1676 241 2 v 321 1762 a Fp(Returns)c(TR)o(UE)g
+(if)f(\014le)h Fm(f)f Fp(has)h(no)g(pa)o(wns)g(of)f(an)o(y)h(colour)f(on)h
+(it.)321 1812 y(Otherwise)h(F)-5 b(ALSE.)946 2574 y(189)p eop
+%%Page: 190 192
+190 191 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Opp)19 b(:)24 b(Colour)19 b Ft(=)-8 b Fa(\))18 b Fu(Colour)262
+556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(Opp\(col\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h(opp)q
+(osite)f(colour)g(of)f(colour)h Fm(c)n(ol)p Fp(.)262 1209 y
+Fu(FUNCTION)p 262 1216 309 2 v 262 1309 a(Opp)r(ositeFlanks)j(:)24
+b Ft(=)-8 b Fa(\))19 b Fu(Bo)r(olean)262 1408 y Fl(Example)p
+262 1423 182 2 v 262 1509 a Ft(Opp)q(ositeFlanks)262 1609 y
+Fl(Descripti)o(on)p 262 1624 241 2 v 321 1710 a Fp(Returns)14
+b(:)380 1760 y(\(\(OnFile\(KingSq\(White\)\))g Ff(\024)g Fp(3)f
+Fl(and)h Fp(OnFile\(KingSq\(Blac)o(k\)\))f Ff(\025)i Fp(5\))e
+Fl(or)380 1810 y Fp(\(OnFile\(KingSq\(Blac)o(k\)\))h Ff(\024)g
+Fp(3)f Fl(and)g Fp(OnFile\(KingSq\(White\)\))h Ff(\025)g Fp(5\)\))946
+2574 y(190)p eop
+%%Page: 191 193
+191 192 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(PSq)18 b(:)25 b(Colour)18 b(x)h(Square)f Ft(=)-8 b Fa(\))18
+b Fu(Square)262 556 y Fl(Example)p 262 571 182 2 v 262 660
+a Ft(PSq\(col,sq\))262 759 y Fl(Descripti)o(on)p 262 774 241
+2 v 321 860 a Fp(Returns)c(the)h(promotion)d(square)i(for)g(a)f(pa)o(wn)h(on)
+g(square)g Fm(sq)g Fp(of)f(colour)h Fm(c)n(ol)p Fp(.)262 1209
+y Fu(FUNCTION)p 262 1216 309 2 v 262 1309 a(P)n(assed)19 b(:)25
+b(Colour)18 b(x)h(Square)f Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262
+1408 y Fl(Example)p 262 1423 182 2 v 262 1512 a Ft(P)o(assed\(col,sq\))262
+1612 y Fl(Descripti)o(on)p 262 1626 241 2 v 321 1713 a Fp(Returns)c(TR)o(UE)g
+(if)f(there)i(do)q(es)g(not)f(exist)g(an)f(enem)o(y)h(pa)o(wn)f(on)h(the)g
+(same)f(or)h(adjacen)o(t)321 1762 y(\014le,)f(whic)o(h)h(can)g(hinder)g(the)h
+(pa)o(wns)f(adv)n(ance)f(to)h(the)h(promotion)c(square.)946
+2574 y(191)p eop
+%%Page: 192 194
+192 193 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(P)n(a)n(wnHole)19 b(:)25 b(Colour)18 b(x)h(Square)f Ft(=)-8
+b Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262 571 182
+2 v 262 660 a Ft(P)o(a)o(wnHole\(col,sq\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g(if)f(square)i
+Fm(sq)f Fp(cannot)g(ev)o(er)g(b)q(e)h(attac)o(k)o(ed)f(b)o(y)g(pa)o(wns)g(of)
+f(colour)h Fm(c)n(ol)p Fp(.)321 910 y(Otherwise)h(F)-5 b(ALSE.)262
+1259 y Fu(FUNCTION)p 262 1266 309 2 v 262 1359 a(P)n(a)n(wnLev)n(er)19
+b(:)24 b(File)18 b(x)g(Colour)h Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262
+1458 y Fl(Example)p 262 1473 182 2 v 262 1562 a Ft(P)o(a)o(wnLev)o
+(er\(f,col\))262 1661 y Fl(Descripti)o(on)p 262 1676 241 2
+v 321 1762 a Fp(Returns)c(TR)o(UE)g(if)f(a)h(pa)o(wn)f(of)g(colour)h
+Fm(c)n(ol)g Fp(can)g(b)q(e)g(a)g(pa)o(wn)f(lev)o(er)i(on)e(\014le)h
+Fm(f)g Fp(and)321 1812 y(incur)g(no)f(enem)o(y)h(pa)o(wn)f(blo)q(c)o(k)n(ade)
+h(b)q(efore)g(the)h(pa)o(wn)e(lev)o(erage)i(square.)321 1862
+y(Otherwise)g(F)-5 b(ALSE.)946 2574 y(192)p eop
+%%Page: 193 195
+193 194 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a Fs(])p Fu(P)n(a)n(wns)20 b(:)25 b Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262
+556 y Fl(Example)p 262 571 182 2 v 262 657 a Fs(])p Ft(P)o(a)o(wns)262
+757 y Fl(Descripti)o(on)p 262 772 241 2 v 321 858 a Fp(Returns)c(the)h(n)o
+(um)o(b)q(er)e(of)g(pa)o(wns)h(curren)o(tly)h(on)f(the)g(b)q(oard.)262
+1207 y Fu(FUNCTION)p 262 1214 309 2 v 262 1306 a(Pin)k(:)25
+b(Colour)18 b(x)h(Square)f(x)g(Square)g(x)h(Square)f Ft(=)-8
+b Fa(\))18 b Fu(Bo)r(olean)262 1406 y Fl(Example)p 262 1421
+182 2 v 262 1509 a Ft(Pin\(col,sq1,sq2,sq3\))262 1609 y Fl(Descripti)o(on)p
+262 1624 241 2 v 321 1710 a Fp(Returns)c(TR)o(UE)g(if)f(a)h(piece)g(of)g
+(colour)f Fm(c)n(ol)h Fp(on)g(square)g Fm(sq1)g Fp(pins)g(a)g(piece)h(of)321
+1760 y(colour)e(OPP\(col\))i(on)f(square)g Fm(sq2)g Fp(against)g(a)f(piece)i
+(also)e(of)g(colour)h(Opp\(col\))321 1810 y(on)f(square)i Fm(sq3)p
+Fp(.)380 1860 y(where)131 b(On\(sq1\))14 b Ff(2)g Fp([Bishop,Ro)q(ok,Queen])e
+Fl(and)616 1909 y Fp(On\(sq2\))i Ff(2)g Fp([Knigh)o(t,Bishop,Ro)q(ok,Queen])e
+Fl(and)616 1959 y Fp(On\(sq3\))i Ff(2)g Fp([Knigh)o(t,Bishop,Ro)q
+(ok,Queen,King].)946 2574 y(193)p eop
+%%Page: 194 196
+194 195 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(P)n(oten)n(tialChec)n(k)18 b(:)25 b(Colour)18 b(x)h(Square)f(x)g(Square)g
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262
+571 182 2 v 262 660 a Ft(P)o(oten)o(tialChec)o(k\(col,sq1,sq2\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g
+(if)f(a)h(piece)g(of)g(colour)f Fm(c)n(ol)h Fp(on)g(square)g
+Fm(sq1)g Fp(can)g(mo)o(v)o(e)f(to)g(square)i Fm(sq2)321 910
+y Fp(and)e(giv)o(e)h(c)o(hec)o(k.)262 1259 y Fu(FUNCTION)p
+262 1266 309 2 v 262 1359 a(QCRigh)n(ts)19 b(:)24 b(Colour)19
+b Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 1458 y Fl(Example)p
+262 1473 182 2 v 262 1562 a Ft(QCRigh)o(ts\(col\))262 1661
+y Fl(Descripti)o(on)p 262 1676 241 2 v 321 1762 a Fp(Returns)c(TR)o(UE)g(if)f
+(queen)i(side)f(castling)f(righ)o(ts)h(for)g(colour)f Fm(c)n(ol)h
+Fp(are)g(in)o(tact.)321 1812 y(Otherwise)h(F)-5 b(ALSE.)946
+2574 y(194)p eop
+%%Page: 195 197
+195 196 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a Fs(])p Fu(SafeBlo)r(c)n(ks)17 b(:)25 b(Colour)19 b(x)f(Square)g(x)g(Square)
+g Ft(=)-8 b Fa(\))19 b Fu(In)n(teger)262 556 y Fl(Example)p
+262 571 182 2 v 262 660 a Fs(])p Ft(SafeBlo)q(c)o(ks\(col,sq1,sq2\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)14
+b(the)h(sum)e(of)g(:)380 910 y Fh(])p Fp(Di\013A)o(ttac)o(ks\(col,)p
+Fh(sq)719 916 y Fe(n)741 910 y Fp(\))321 960 y(if)g(and)g(only)g(if)g(\()p
+Fh(])p Fp(Di\013A)o(ttac)o(ks\(col,)p Fh(sq)923 966 y Fe(n)946
+960 y Fp(\))h Fh(>)g Fp(1\))g(and)f(where)i Fh(sq)1311 966
+y Fe(n)1348 960 y Fp(is)f(ev)o(ery)g(square)321 1010 y(on)f(a)h(piece)h(mo)o
+(v)o(emen)o(t)c(direction)j(b)q(et)o(w)o(een)h Fm(sq1)f Fp(and)g
+Fm(sq2)g Fp(inclusiv)o(e.)262 1359 y Fu(FUNCTION)p 262 1366
+309 2 v 262 1458 a(SameDiagonal)j(:)24 b(Square)18 b(x)h(Square)f
+Ft(=)-8 b Fa(\))18 b Fu(Bo)r(olean)262 1558 y Fl(Example)p
+262 1573 182 2 v 262 1661 a Ft(SameDiagonal\(sq1,sq2\))262
+1761 y Fl(Descripti)o(on)p 262 1776 241 2 v 321 1862 a Fp(Returns)c(TR)o(UE)g
+(if)f(squares)i Fm(sq1)f Fp(and)g Fm(sq2)g Fp(are)g(on)g(the)g(same)f
+(diagonal.)321 1912 y(Otherwise)i(F)-5 b(ALSE.)946 2574 y(195)p
+eop
+%%Page: 196 198
+196 197 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(SemiOp)r(en)16 b(:)24 b(Colour)19 b(x)f(File)g Ft(=)-8 b
+Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262 571 182
+2 v 262 660 a Ft(SemiOp)q(en\(col,f)s(\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g(if)f(there)i(are)f(no)g(pa)o
+(wns)g(of)f(colour)h Fm(c)n(ol)g Fp(on)f(\014le)h Fm(f)p Fp(.)321
+910 y(Otherwise)h(F)-5 b(ALSE.)262 1259 y Fu(FUNCTION)p 262
+1266 309 2 v 262 1359 a(Side)18 b(:)24 b(Square)18 b Ft(=)-8
+b Fa(\))18 b Fu(Colour)262 1458 y Fl(Example)p 262 1473 182
+2 v 262 1562 a Ft(Side\(sq\))262 1661 y Fl(Descripti)o(on)p
+262 1676 241 2 v 321 1762 a Fp(Returns)c(the)h(colour)e(whose)i(territory)f
+(square)h Fm(sq)f Fp(is)g(in.)321 1812 y(Where)g(eac)o(h)h(colour's)e
+(territory)i(is)f(de\014ned)h(to)e(b)q(e)i(within)e(its)h(\014rst)g(4)g
+(ranks.)946 2574 y(196)p eop
+%%Page: 197 199
+197 198 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(SqColour)18 b(:)24 b(Square)19 b Ft(=)-8 b Fa(\))18 b Fu(Colour)262
+556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(SqColour\(sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h
+(colour)e(of)h(the)g(square)h Fm(sq)p Fp(.)262 1209 y Fu(FUNCTION)p
+262 1216 309 2 v 262 1309 a(T)-5 b(axicab)18 b(:)25 b(Square)18
+b(x)g(Square)g Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262 1408
+y Fl(Example)p 262 1423 182 2 v 262 1512 a Ft(T)l(axicab\(sq1,sq2\))262
+1612 y Fl(Descripti)o(on)p 262 1626 241 2 v 321 1713 a Fp(Returns)c(:)321
+1762 y(\()p Ff(j)f Fp(OnRank\(white,)p Fm(sq1)p Fp(\))h(-)f(OnRank\(white,)p
+Fm(sq2)p Fp(\))h Ff(j)g Fp(+)g Ff(j)f Fp(OnFile\()p Fm(sq1)p
+Fp(\))h(-)g(OnFile\()p Fm(sq2)p Fp(\))g Ff(j)p Fp(\))946 2574
+y(197)p eop
+%%Page: 198 200
+198 199 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(T)-5 b(rapp)r(ed)18 b(:)25 b(Colour)18 b(x)h(Square)f Ft(=)-8
+b Fa(\))18 b Fu(Bo)r(olean)262 556 y Fl(Example)p 262 571 182
+2 v 262 660 a Ft(T)l(rapp)q(ed\(col,sq\))262 759 y Fl(Descripti)o(on)p
+262 774 241 2 v 321 860 a Fp(Returns)c(TR)o(UE)g(if)f(ev)o(ery)i(square,)f
+Fm(sq2)p Fp(,)f(a)h(piece)h(on)e(square)i Fm(sq)f Fp(can)g(mo)o(v)o(e)e(to,)i
+(meets)f(the)321 910 y(follo)o(wing)e(condition)i(:)380 960
+y(Con)o(trol\(sq2\))g(=)h(Opp\(col\))321 1010 y(Otherwise)h(F)-5
+b(ALSE.)262 1359 y Fu(FUNCTION)p 262 1366 309 2 v 262 1458
+a Fs(])p Fu(UnMo)n(v)n(ed)19 b(:)24 b(Colour)19 b(x)f(Piece)g
+Ft(=)-8 b Fa(\))18 b Fu(In)n(teger)262 1558 y Fl(Example)p
+262 1573 182 2 v 262 1661 a Fs(])p Ft(UnMo)o(v)o(ed\(col,p)q(c\))262
+1761 y Fl(Descripti)o(on)p 262 1776 241 2 v 321 1862 a Fp(Returns)c(the)h(n)o
+(um)o(b)q(er)e(of)g(pieces)i(of)f(colour)f Fm(c)n(ol)h Fp(and)g(t)o(yp)q(e)g
+Fm(p)n(c)g Fp(whic)o(h)g(ha)o(v)o(e)g(nev)o(er)g(mo)o(v)o(ed.)946
+2574 y(198)p eop
+%%Page: 199 201
+199 200 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(V)-5 b(alue)18 b(:)25 b(Square)18 b Ft(=)-8 b Fa(\))18 b
+Fu(In)n(teger)262 556 y Fl(Example)p 262 571 182 2 v 262 660
+a Ft(V)l(alue\(sq\))262 759 y Fl(Descripti)o(on)p 262 774 241
+2 v 321 860 a Fp(Returns)c(a)g(v)n(alue)f(for)h(the)g(piece)h(on)f(square)g
+Fm(sq)g Fp(regardless)h(of)f(colour.)321 910 y(De\014ned)g(b)o(y)g(:)380
+960 y(P)o(a)o(wn)77 b(=)14 b(1)380 1010 y(Knigh)o(t)51 b(=)14
+b(3)380 1060 y(Bishop)53 b(=)14 b(3)380 1110 y(Ro)q(ok)81 b(=)14
+b(5)380 1159 y(Queen)63 b(=)14 b(9)380 1209 y(King)89 b(=)14
+b(14)262 1508 y Fu(FUNCTION)p 262 1515 309 2 v 262 1608 a(W)-5
+b(eak)18 b(:)24 b(Colour)19 b(x)f(Square)h Ft(=)-8 b Fa(\))18
+b Fu(Bo)r(olean)262 1707 y Fl(Example)p 262 1722 182 2 v 262
+1811 a Ft(W)l(eak\(col,sq\))262 1910 y Fl(Descripti)o(on)p
+262 1925 241 2 v 321 2012 a Fp(Returns)c(:)380 2061 y Fl(not)e
+Fp(\()79 b(A)o(ttac)o(k)o(ed\([P)o(a)o(wn],col,sq\))12 b Fl(or)557
+2111 y Fp(A)o(ttac)o(k)o(ed\([P)o(a)o(wn],col,)p Fh(sq)972
+2117 y Fe(inf)s(r)q(ont)1090 2111 y Fp(\))i Fl(or)557 2161
+y Fp(A)o(ttac)o(k)o(ed\([P)o(a)o(wn],col,)p Fh(sq)972 2167
+y Fe(behind)1072 2161 y Fp(\))f(\).)946 2574 y(199)p eop
+%%Page: 200 202
+200 201 bop 262 357 a Fu(FUNCTION)p 262 364 309 2 v 262 457
+a(Wing)18 b(:)24 b(Square)19 b Ft(=)-8 b Fa(\))18 b Fu(Flank)262
+556 y Fl(Example)p 262 571 182 2 v 262 660 a Ft(Wing\(sq\))262
+759 y Fl(Descripti)o(on)p 262 774 241 2 v 321 860 a Fp(Returns)c(the)h
+(\015ank)e(the)i(square)g Fm(sq)e Fp(is)h(on.)946 2574 y(200)p
+eop
+%%Page: 201 203
+201 202 bop 324 307 a Fp(Pre{De\014ned)15 b(t)o(yp)q(es)g(are)f(as)g(follo)o
+(ws)e(:)321 475 y(Bo)q(olean)90 b(:)18 b(TR)o(UE)13 b Ff(j)h
+Fp(F)-5 b(ALSE)321 525 y(Colour)113 b(:)18 b(White)13 b Ff(j)h
+Fp(Blac)o(k)321 575 y(Con)o(troller)52 b(:)18 b(White)13 b
+Ff(j)h Fp(Blac)o(k)g Ff(j)f Fp(None)321 625 y(File)167 b(:)18
+b(Cardinal)13 b(Range)g(1)h(to)f(8)321 675 y(Flank)131 b(:)18
+b(QueenSide)d Ff(j)e Fp(KingSide)321 725 y(In)o(teger)110 b(:)18
+b(In)o(teger)d(Range)321 774 y(Piece)142 b(:)18 b(P)o(a)o(wn)13
+b Ff(j)h Fp(Knigh)o(t)f Ff(j)h Fp(Bishop)g Ff(j)f Fp(Ro)q(ok)g
+Ff(j)g Fp(Queen)i Ff(j)f Fp(King)f Ff(j)h Fp(An)o(y)321 824
+y(PieceList)72 b(:)18 b(Set)c(of)g(Piece)321 874 y(Rank)139
+b(:)18 b(Cardinal)13 b(Range)g(1)h(to)f(8)321 924 y(Square)113
+b(:)18 b(Cardinal)13 b(Range)g(1)h(to)f(64)321 1023 y(Note:)18
+b(An)o(y)c(is)g(a)f('wild)g(card')h(piece.)946 2574 y(201)p
+eop
+%%Page: 202 204
+202 203 bop 262 654 a Fn(App)s(endix)33 b(C)262 897 y Fo(Time)40
+b(Allo)s(catio)q(n)i(Graphs)262 1148 y Fp(This)13 b(app)q(endix)g(con)o
+(tains)g(the)g(time)f(allo)q(cation)g(graphs)h(for)g(Kasparo)o(v)g(and)g
+(Karp)q(o)o(v)g(in)262 1198 y(their)h(1986)f(w)o(orld)g(c)o(hampionship)f
+(matc)o(h.)946 2574 y(202)p eop
+%%Page: 203 205
+203 204 bop 526 2156 a Fp(Figure)14 b(C.1:)j(Time)c(Allo)q(cation,)f(Kasparo)
+o(v)i(as)g(White.)946 2574 y(203)p eop
+%%Page: 204 206
+204 205 bop 532 2156 a Fp(Figure)14 b(C.2:)j(Time)12 b(Allo)q(cation,)g
+(Kasparo)o(v)i(as)g(Blac)o(k.)946 2574 y(204)p eop
+%%Page: 205 207
+205 206 bop 544 2156 a Fp(Figure)14 b(C.3:)j(Time)c(Allo)q(cation,)f(Karp)q
+(o)o(v)i(as)g(White.)946 2574 y(205)p eop
+%%Page: 206 208
+206 207 bop 550 2156 a Fp(Figure)14 b(C.4:)j(Time)12 b(Allo)q(cation,)g(Karp)
+q(o)o(v)i(as)g(Blac)o(k.)946 2574 y(206)p eop
+%%Page: 207 209
+207 208 bop 401 2156 a Fp(Figure)14 b(C.5:)j(Time)c(Allo)q(cation,)f(Kasparo)
+o(v)i(and)f(Karp)q(o)o(v)h(Com)o(bined.)946 2574 y(207)p eop
+%%Page: 208 210
+208 209 bop 262 654 a Fn(App)s(endix)33 b(D)262 897 y Fo(Bratk)m(o-Kop)s(ec)
+40 b(T)-10 b(est)262 1021 y(P)m(ositions)946 2574 y Fp(208)p
+eop
+%%Page: 209 211
+209 210 bop 641 301 673 5 v 641 965 5 665 v 646 384 a Fg(0j0s0Z0Z)646
+467 y(opZbZRZ0)646 550 y(0Z0l0Zpo)646 633 y(Z0Z0o0Z0)646 716
+y(0ZBZ0Z0Z)646 799 y(Z0Z0L0Z0)646 882 y(POPZ0A0Z)646 965 y(Z0J0Z0Z0)p
+1310 965 V 641 969 673 5 v 423 1087 a Fp(T)m(est)15 b(1)e(\(T\):)h
+Fm(A)o(ndersson)h(v)g(Knuttson)p Fp(,)f(Blac)o(k)g(to)g(Pla)o(y)m(,)e
+Fl(...)22 b(Qd1+)p Fp(.)p 641 1450 V 641 2114 5 665 v 646 1533
+a Fg(0Z0s0j0Z)646 1616 y(Z0Z0mpo0)646 1699 y(0ops0Z0o)646 1782
+y(o0Z0Z0ZP)646 1865 y(PZ0OPOPZ)646 1948 y(ZNS0Z0Z0)646 2031
+y(0Z0Z0J0Z)646 2114 y(Z0S0Z0Z0)p 1310 2114 V 641 2118 673 5
+v 467 2237 a Fp(T)m(est)14 b(2)g(\(L\):)f Fm(Bo)n(golyub)n(ow)j(v)f
+(Spielmann)p Fp(,)f(White)f(to)h(Pla)o(y)m(,)e Fl(d5)p Fp(.)946
+2574 y(209)p eop
+%%Page: 210 212
+210 211 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0ZqZrs0j)646
+482 y(Z0Zbanmp)646 565 y(pZ0o0opZ)646 648 y(Z0oPo0Z0)646 731
+y(PoPZPZPZ)646 814 y(ZPZ0ANMP)646 897 y(0ZBL0ORJ)646 980 y(Z0Z0Z0ZR)p
+1310 980 V 641 984 673 5 v 500 1102 a Fp(T)m(est)14 b(3)g(\(L\):)g
+Fm(Evans)h(v)g(R)n(ossolimo)p Fp(,)f(Blac)o(k)f(to)h(Pla)o(y)m(,)e
+Fl(...)22 b(f5)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548
+a Fg(rmblka0s)646 1631 y(o0Z0opop)646 1714 y(0o0Z0Z0Z)646 1797
+y(Z0opO0Z0)646 1880 y(0Z0M0Z0Z)646 1963 y(Z0O0Z0Z0)646 2046
+y(POPZQOPO)646 2129 y(S0A0JBZR)p 1310 2129 V 641 2133 673 5
+v 511 2252 a Fp(T)m(est)14 b(4)g(\(L\):)g Fm(Spielmann)h(v)g(Walter)p
+Fp(,)e(White)h(to)g(Pla)o(y)m(,)e Fl(e6)p Fp(.)946 2574 y(210)p
+eop
+%%Page: 211 213
+211 212 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rZbZ0skZ)646
+482 y(Z0l0a0op)646 565 y(pZ0opm0Z)646 648 y(ZpZ0Z0Z0)646 731
+y(0Z0LPZ0Z)646 814 y(ZBM0A0Z0)646 897 y(POPZ0ZPO)646 980 y(S0Z0ZRJ0)p
+1310 980 V 641 984 673 5 v 492 1102 a Fp(T)m(est)14 b(5)g(\(T\):)f
+Fm(R)n(o)n(golewicz)i(v)g(Jar)n(e)n(cz)p Fp(,)e(White)g(to)h(Pla)o(y)m(,)e
+Fl(Nd5)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(0ZrZ0ZkZ)646
+1631 y(opoRZpo0)646 1714 y(0Z0ZpZ0Z)646 1797 y(Z0Z0O0O0)646
+1880 y(0Z0Z0O0Z)646 1963 y(ZPZ0Z0J0)646 2046 y(PZPZ0Z0Z)646
+2129 y(Z0Z0Z0Z0)p 1310 2129 V 641 2133 673 5 v 552 2252 a Fp(T)m(est)i(6)g
+(\(L\):)f Fm(Pachman)j(D222)p Fp(,)f(White)e(to)h(Pla)o(y)m(,)e
+Fl(g6)p Fp(.)946 2574 y(211)p eop
+%%Page: 212 214
+212 213 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0mkZrZrZ)646
+482 y(opZ0m0op)646 565 y(0Z0ZpZ0Z)646 648 y(l0ZpOpZN)646 731
+y(bZpO0O0Z)646 814 y(A0O0ZRZ0)646 897 y(0ZPZBZPO)646 980 y(S0ZQZ0J0)p
+1310 980 V 641 984 673 5 v 524 1102 a Fp(T)m(est)14 b(7)g(\(T\):)f
+Fm(Golyak)j(v)e(Gaiduk)p Fp(,)g(White)g(to)g(Pla)o(y)m(,)e
+Fl(Nf6)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(0Z0ZbZ0Z)646
+1631 y(o0Z0jpZ0)646 1714 y(0Z0Z0ZpZ)646 1797 y(Z0ZpO0Zp)646
+1880 y(0ZpO0O0Z)646 1963 y(Z0Z0J0O0)646 2046 y(PZ0ZNZ0O)646
+2129 y(Z0Z0Z0Z0)p 1310 2129 V 641 2133 673 5 v 544 2252 a Fp(T)m(est)i(8)g
+(\(L\):)g Fm(A)o(lekhine)g(v)h(Y)m(ates)p Fp(,)e(White)h(to)g(Pla)o(y)m(,)e
+Fl(f5)p Fp(.)946 2574 y(212)p eop
+%%Page: 213 215
+213 214 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0Zks0ans)646
+482 y(oboqZ0Z0)646 565 y(0onZpo0Z)646 648 y(Z0ZpZ0Zp)646 731
+y(0Z0O0O0A)646 814 y(Z0M0ZNZQ)646 897 y(POPZ0ZPO)646 980 y(Z0JRZBZR)p
+1310 980 V 641 984 673 5 v 539 1102 a Fp(T)m(est)15 b(9)e(\(L\):)h
+Fm(Jansa)h(v)g(Ornstein)p Fp(,)e(White)h(to)g(Pla)o(y)m(,)e
+Fl(f5)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(0Z0srZkZ)646
+1631 y(opZ0Zpo0)646 1714 y(0lnZ0mpZ)646 1797 y(Z0Z0Z0Z0)646
+1880 y(0Z0o0Z0Z)646 1963 y(OPZRZPZ0)646 2046 y(0ZPZNLPO)646
+2129 y(S0A0Z0J0)p 1310 2129 V 641 2133 673 5 v 427 2252 a Fp(T)m(est)i(10)f
+(\(T\):)h Fm(Kab)n(adzjan)i(v)e(Cib)n(elasvili)p Fp(,)e(Blac)o(k)i(to)g(Pla)o
+(y)m(,)e Fl(...)22 b(Ne5)p Fp(.)946 2574 y(213)p eop
+%%Page: 214 216
+214 215 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0ZrZnskZ)646
+482 y(o0ZqZpop)646 565 y(bo0o0Z0Z)646 648 y(m0oPo0Z0)646 731
+y(PZPZPZ0Z)646 814 y(Z0OBA0M0)646 897 y(0Z0ZQOPO)646 980 y(S0Z0ZRJ0)p
+1310 980 V 641 984 673 5 v 552 1102 a Fp(T)m(est)15 b(11)e(\(L\):)h
+Fm(Byrne)h(v)g(Kotov)p Fp(,)e(White)h(to)g(Pla)o(y)m(,)e Fl(f4)p
+Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(rZ0ZrZkZ)646
+1631 y(oplbZpop)646 1714 y(0Z0Z0Z0Z)646 1797 y(Z0Z0o0MQ)646
+1880 y(0Z0Z0Z0Z)646 1963 y(Z0O0Z0Z0)646 2046 y(PO0Z0OPO)646
+2129 y(S0Z0S0J0)p 1310 2129 V 641 2133 673 5 v 523 2252 a Fp(T)m(est)i(12)g
+(\(T\):)f Fm(Pachman)j(D3)p Fp(,)e(Blac)o(k)g(to)g(Pla)o(y)m(,)e
+Fl(...)22 b(Bf5)p Fp(.)946 2574 y(214)p eop
+%%Page: 215 217
+215 216 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rZ0l0skZ)646
+482 y(Z0Z0apop)646 565 y(pZ0o0Z0Z)646 648 y(Z0oPZ0Z0)646 731
+y(0Z0oPZ0Z)646 814 y(Z0ZQZ0Z0)646 897 y(PO0A0OPO)646 980 y(S0Z0S0J0)p
+1310 980 V 641 984 673 5 v 483 1102 a Fp(T)m(est)14 b(13)g(\(L\):)f
+Fm(Pfei\013er)i(v)g(T)m(rifunovich)p Fp(,)e(White)g(to)h(Pla)o(y)m(,)e
+Fl(b4)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(rmbZ0s0j)646
+1631 y(opZ0o0Zp)646 1714 y(0Zpo0ZpZ)646 1797 y(l0ZPZpZ0)646
+1880 y(0Z0Z0Z0Z)646 1963 y(ZPa0ZNO0)646 2046 y(PA0ZPOBO)646
+2129 y(S0ZQZRJ0)p 1310 2129 V 641 2133 673 5 v 425 2252 a Fp(T)m(est)i(14)f
+(\(T\):)h Fm(R)n(ob)n(atsch)h(v)g(Jansa)p Fp(,)f(White)g(to)g(Pla)o(y)m(,)e
+Fl(Qd2)j(or)g(Qe1)p Fp(.)946 2574 y(215)p eop
+%%Page: 216 218
+216 217 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0ZrZ0ZkZ)646
+482 y(ZpZ0l0op)646 565 y(0ZbZps0Z)646 648 y(o0opZ0Z0)646 731
+y(0Z0Z0ZQZ)646 814 y(ZPZPO0S0)646 897 y(PZPM0ZPO)646 980 y(Z0Z0ZRJ0)p
+1310 980 V 641 984 673 5 v 464 1102 a Fp(T)m(est)15 b(15)e(\(T\):)g
+Fm(Fischer)i(v)g(Me)n(cking)p Fp(,)f(White)g(to)f(Pla)o(y)m(,)g
+Fl(Qxg7+)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(rZblka0s)646
+1631 y(Z0Z0mpo0)646 1714 y(pZpZ0Z0o)646 1797 y(ZpZpO0A0)646
+1880 y(0Z0Z0Z0Z)646 1963 y(ZBZ0Z0Z0)646 2046 y(POPM0OPO)646
+2129 y(S0ZQZRJ0)p 1310 2129 V 641 2133 673 5 v 448 2252 a Fp(T)m(est)h(16)f
+(\(T\):)h Fm(V)m(asilchuk)h(v)g(Bob)n(olovitch)p Fp(,)e(White)h(to)g(Pla)o(y)
+m(,)e Fl(Ne4)p Fp(.)946 2574 y(216)p eop
+%%Page: 217 219
+217 218 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rZ0l0skZ)646
+482 y(Zponapop)646 565 y(pZ0o0mbZ)646 648 y(Z0ZPo0Z0)646 731
+y(0ZPZPZPZ)646 814 y(Z0M0ZNZP)646 897 y(POBZQO0Z)646 980 y(S0A0ZRJ0)p
+1310 980 V 641 984 673 5 v 517 1102 a Fp(T)m(est)15 b(17)e(\(L\):)h
+Fm(Bisch)h(v)g(Kmo)n(ch)p Fp(,)e(Blac)o(k)h(to)g(Pla)o(y)m(,)e
+Fl(...)22 b(h5)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548
+a Fg(rZbl0skZ)646 1631 y(opZ0opap)646 1714 y(0Zno0ZpZ)646 1797
+y(Z0m0Z0Z0)646 1880 y(PZ0ZPO0Z)646 1963 y(M0O0ZNZ0)646 2046
+y(0OBZ0ZPO)646 2129 y(S0A0LRJ0)p 1310 2129 V 641 2133 673 5
+v 488 2252 a Fp(T)m(est)14 b(18)g(\(T\):)f Fm(Maric)i(v)g(Fischer)p
+Fp(,)e(Blac)o(k)h(to)g(Pla)o(y)m(,)e Fl(...)22 b(Nb3)p Fp(.)946
+2574 y(217)p eop
+%%Page: 218 220
+218 219 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0Z0srZ0Z)646
+482 y(Z0oqZ0ok)646 565 y(pZ0o0ono)646 648 y(Z0Z0Z0Z0)646 731
+y(0ZQAPO0Z)646 814 y(ZPZ0Z0Z0)646 897 y(PZ0Z0ZPO)646 980 y(Z0Z0SRJ0)p
+1310 980 V 641 984 673 5 v 500 1102 a Fp(T)m(est)14 b(19)f(\(T\):)h
+Fm(Euwe)h(v)g(Ker)n(es)p Fp(,)e(Blac)o(k)g(to)h(Pla)o(y)m(,)e
+Fl(...)22 b(Rxe4)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548
+a Fg(rZ0Z0j0Z)646 1631 y(obZ0apZr)646 1714 y(0o0lpZ0o)646 1797
+y(Z0ZpMpZ0)646 1880 y(0Z0O0O0Z)646 1963 y(Z0M0Z0O0)646 2046
+y(POPZQZ0O)646 2129 y(Z0JRS0Z0)p 1310 2129 V 641 2133 673 5
+v 559 2252 a Fp(T)m(est)14 b(20)f(\(L\):)h Fm(Euwe)h(v)g(Flohr)p
+Fp(,)e(White)g(to)h(Pla)o(y)m(,)e Fl(g4)p Fp(.)946 2574 y(218)p
+eop
+%%Page: 219 221
+219 220 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(0Z0snZ0j)646
+482 y(opa0Zrop)646 565 y(0Zpoqo0Z)646 648 y(Z0Z0ZNZ0)646 731
+y(0ZPZPZ0Z)646 814 y(ZPZ0Z0ZQ)646 897 y(PA0Z0OPO)646 980 y(Z0ZRS0J0)p
+1310 980 V 641 984 673 5 v 454 1102 a Fp(T)m(est)14 b(21)g(\(T\):)f
+Fm(T)m(arr)n(asch)h(v)h(Blackburne)p Fp(,)f(White)g(to)g(Pla)o(y)m(,)e
+Fl(Nh6)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548 a Fg(0ZrZ0skZ)646
+1631 y(Zblnapo0)646 1714 y(0o0opm0o)646 1797 y(oPZ0Z0Z0)646
+1880 y(NZPZPZ0Z)646 1963 y(O0ZBZNZP)646 2046 y(0A0ZQOPZ)646
+2129 y(S0ZRZ0J0)p 1310 2129 V 641 2133 673 5 v 442 2252 a Fp(T)m(est)i(22)f
+(\(T\):)h Fm(Najdorf)g(v)h(R)n(eshevsky)p Fp(,)f(Blac)o(k)g(to)g(Pla)o(y)m(,)
+e Fl(...)22 b(Bxe4)p Fp(.)946 2574 y(219)p eop
+%%Page: 220 222
+220 221 bop 641 315 673 5 v 641 980 5 665 v 646 399 a Fg(rZblkZ0s)646
+482 y(opZ0apop)646 565 y(0ZpZ0Z0Z)646 648 y(Z0ZpO0Z0)646 731
+y(PZ0L0O0Z)646 814 y(Z0M0A0Z0)646 897 y(0OPZ0ZPO)646 980 y(S0Z0ZRJ0)p
+1310 980 V 641 984 673 5 v 512 1102 a Fp(T)m(est)14 b(23)g(\(L\):)f
+Fm(Jansa)j(v)f(Kavalek)p Fp(,)e(Blac)o(k)h(to)g(Pla)o(y)m(,)e
+Fl(...)22 b(f6)p Fp(.)p 641 1465 V 641 2129 5 665 v 646 1548
+a Fg(rZ0lnsnj)646 1631 y(o0ZbZ0a0)646 1714 y(0o0o0Zpo)646 1797
+y(Z0oPopZ0)646 1880 y(0OPZPZ0Z)646 1963 y(ORMBA0Z0)646 2046
+y(0Z0LNOPO)646 2129 y(Z0Z0ZRJ0)p 1310 2129 V 641 2133 673 5
+v 563 2252 a Fp(T)m(est)15 b(24)e(\(L\):)h Fm(Szab)n(o)h(v)g(Ivkov)p
+Fp(,)f(White)g(to)g(Pla)o(y)m(,)e Fl(f4)p Fp(.)946 2574 y(220)p
+eop
+%%Page: 221 223
+221 222 bop 262 654 a Fn(App)s(endix)33 b(E)262 897 y Fo(T)-10
+b(est)39 b(Games)h(Pla)m(y)m(ed)262 1148 y Fp(This)19 b(app)q(endix)h(con)o
+(tains)f(the)i(test)g(games)d(pla)o(y)o(ed)h(b)o(y)h(HIAR)o(CS)f(5.0.)35
+b(The)20 b(matc)o(h)262 1198 y(scores)15 b(w)o(ere)g(as)f(follo)o(ws:)p
+324 1416 977 2 v 323 1466 2 50 v 349 1451 a Fm(Players)p 724
+1466 V 267 w(1)p 795 1466 V 50 w(2)p 866 1466 V 50 w(3)p 937
+1466 V 50 w(4)p 1008 1466 V 50 w(5)p 1079 1466 V 53 w(6)p 1156
+1466 V 53 w(T)m(otal)p 1299 1466 V 324 1468 977 2 v 323 1518
+2 51 v 349 1503 a Fp(HIAR)o(CS)f(5.0)p 724 1518 V 174 w(1)p
+795 1518 V 50 w(1)p 866 1518 V 50 w(1)p 937 1518 V 50 w(1)p
+1008 1518 V 50 w(1)p 1079 1518 V 1110 1487 a Fk(1)p 1110 1494
+17 2 v 1110 1517 a(2)p 1156 1518 2 51 v 1205 1503 a Fp(5)1231
+1487 y Fk(1)p 1230 1494 17 2 v 1230 1517 a(2)p 1299 1518 2
+51 v 324 1520 977 2 v 323 1570 2 51 v 349 1555 a Fp(Mephisto)h(Exclusiv)o(e)p
+724 1570 V 50 w(0)p 795 1570 V 50 w(0)p 866 1570 V 50 w(0)p
+937 1570 V 50 w(0)p 1008 1570 V 50 w(0)p 1079 1570 V 1110 1538
+a Fk(1)p 1110 1545 17 2 v 1110 1569 a(2)p 1156 1570 2 51 v
+1220 1538 a(1)p 1220 1545 17 2 v 1220 1569 a(2)p 1299 1570
+2 51 v 324 1571 977 2 v 324 1790 589 2 v 323 1839 2 50 v 349
+1825 a Fm(Players)p 627 1839 V 169 w(1)p 698 1839 V 50 w(2)p
+769 1839 V 50 w(T)m(otal)p 912 1839 V 324 1841 589 2 v 323
+1891 2 50 v 349 1876 a Fp(HIAR)o(CS)f(5.0)p 627 1891 V 77 w(1)p
+698 1891 V 50 w(0)p 769 1891 V 86 w(1)p 912 1891 V 324 1893
+589 2 v 323 1942 2 50 v 349 1927 a(Mark)h(Uniac)o(k)o(e)p 627
+1942 V 50 w(0)p 698 1942 V 50 w(1)p 769 1942 V 86 w(1)p 912
+1942 V 324 1944 589 2 v 324 2163 826 2 v 323 2212 2 50 v 349
+2197 a Fm(Players)p 716 2212 V 261 w(1)p 792 2212 V 53 w(2)p
+863 2212 V 50 w(3)p 934 2212 V 50 w(4)p 1005 2212 V 50 w(T)m(otal)p
+1148 2212 V 324 2214 826 2 v 323 2264 2 51 v 349 2249 a Fp(HIAR)o(CS)f(5.0,)g
+(3)g(ply)p 716 2264 V 747 2233 a Fk(1)p 747 2240 17 2 v 747
+2263 a(2)p 792 2264 2 51 v 818 2249 a Fp(0)p 863 2264 V 50
+w(0)p 934 2264 V 50 w(1)p 1005 2264 V 73 w(1)1080 2233 y Fk(1)p
+1080 2240 17 2 v 1080 2263 a(2)p 1148 2264 2 51 v 324 2266
+826 2 v 323 2316 2 51 v 349 2301 a Fp(NOKNO)o(W,)h(6)f(ply)p
+716 2316 V 747 2284 a Fk(1)p 747 2291 17 2 v 747 2315 a(2)p
+792 2316 2 51 v 818 2301 a Fp(1)p 863 2316 V 50 w(1)p 934 2316
+V 50 w(0)p 1005 2316 V 73 w(2)1080 2284 y Fk(1)p 1080 2291
+17 2 v 1080 2315 a(2)p 1148 2316 2 51 v 324 2317 826 2 v 946
+2574 a Fp(221)p eop
+%%Page: 222 224
+222 223 bop 262 307 a Fr(E.1)69 b(HIAR)n(CS)22 b(5.0)i(v)n(ersus)f(Mephisto)g
+(Exclusiv)n(e)262 442 y Fu(E.1.1)55 b(Game)17 b(1)321 604 y
+Fp(White)77 b(:)18 b Fl(Mephisto)13 b(Exclusiv)o(e)321 654
+y Fp(Blac)o(k)88 b(:)18 b Fl(HIAR)o(CS)d(5.0)321 703 y Fp(Op)q(ening)36
+b(:)18 b(Kings)13 b(Gam)o(bit)f(Accepted)415 803 y(1.)62 b(e4)102
+b(e5)552 b(31.)40 b(Qc2)71 b(Qf4)415 853 y(2.)62 b(f4)107 b(ef)560
+b(32.)40 b(Nf2)77 b(g3)415 903 y(3.)62 b(Nf3)76 b(d6)547 b(33.)40
+b(Nd3)67 b(gh+)14 b(\(mate)f(in)g(5\))415 952 y(4.)62 b(Bc4)73
+b(Be6)523 b(34.)40 b(Kh1)66 b(Rxf1+)415 1002 y(5.)c(Bxe6)51
+b(fe)560 b(35.)40 b(Rxf1)55 b(Qxf1+)415 1052 y(6.)62 b(d4)97
+b(Qf6)525 b(36.)40 b(Kxh2)k(Qg1+)415 1102 y(7.)62 b(o-o)85
+b(Nc6)521 b(37.)40 b(Kh3)66 b(Qg3+)14 b(mate)415 1152 y(8.)62
+b(Nc3)71 b(Nge7)618 b(0)35 b Ff(\000)54 b Fp(1)415 1201 y(9.)62
+b(Nb5)k(o-o-o)415 1251 y(10.)41 b(a4)99 b(a6)415 1301 y(11.)41
+b(Nc3)71 b(e5)415 1351 y(12.)41 b(d5)97 b(Nb4)415 1401 y(13.)41
+b(Bd2)68 b(Qg6)415 1451 y(14.)41 b(Nh4)66 b(Qh6)415 1500 y(15.)41
+b(Qg4+)35 b(Kb8)415 1550 y(16.)41 b(Rac1)50 b(g5)415 1600 y(17.)41
+b(Nf3)76 b(Rg8)415 1650 y(18.)41 b(Nd1)66 b(a5)415 1700 y(19.)41
+b(Bxb4)46 b(ab)415 1749 y(20.)41 b(a5)99 b(Qg6)415 1799 y(21.)41
+b(Nd2)66 b(Bg7)415 1849 y(22.)41 b(c4)102 b(h5)415 1899 y(23.)41
+b(Qf3)75 b(g4)415 1949 y(24.)41 b(Qe2)70 b(f3)415 1998 y(25.)41
+b(Qf2)75 b(Bh6)415 2048 y(26.)41 b(Ne3)71 b(fg)415 2098 y(27.)41
+b(Kxg2)k(Rdf8)415 2148 y(28.)c(Qe2)70 b(Rf3)415 2198 y(29.)41
+b(Nd1)66 b(Bxd2)415 2248 y(30.)41 b(Qxd2)i(Qxe4)946 2574 y(222)p
+eop
+%%Page: 223 225
+223 224 bop 262 307 a Fu(E.1.2)55 b(Game)17 b(2)321 469 y Fp(White)77
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 519 y Fp(Blac)o(k)88 b(:)18
+b Fl(Mephisto)13 b(Exclusiv)o(e)321 569 y Fp(Op)q(ening)36
+b(:)18 b(Bogo{Indian)415 668 y(1.)62 b(d4)97 b(Nf6)526 b(31.)40
+b(Rc8)72 b(Rdd8)415 718 y(2.)62 b(c4)102 b(e6)552 b(32.)40
+b(Rc6)72 b(Qh6)415 768 y(3.)62 b(Nf3)76 b(Bb4)518 b(33.)40
+b(Qe2)71 b(Rf6)415 818 y(4.)62 b(Bd2)68 b(Bxd2)496 b(34.)40
+b(h3)98 b(Qg5)415 868 y(5.)62 b(Qxd2)43 b(o-o)535 b(35.)40
+b(Qb5)66 b(Qh4)415 917 y(6.)c(Nc3)71 b(d5)547 b(36.)40 b(Rxb6)45
+b(Nxb6)415 967 y(7.)62 b(e3)102 b(Ne4)521 b(37.)40 b(Qxb6)k(Rc8)415
+1017 y(8.)62 b(Nxe4)49 b(de)550 b(38.)40 b(Rxa5)47 b(Rc1+)415
+1067 y(9.)62 b(Ng1)68 b(Nc6)521 b(39.)40 b(Kh2)66 b(Rc2)415
+1117 y(10.)41 b(Ne2)71 b(Rb8)516 b(40.)40 b(Ra8)69 b(Kf7)415
+1166 y(11.)41 b(Ng3)68 b(f5)557 b(41.)40 b(Ra7)69 b(Kg6)415
+1216 y(12.)41 b(Be2)73 b(b6)547 b(42.)40 b(Re7)72 b(Rxf2)415
+1266 y(13.)41 b(o-o)85 b(Bb7)518 b(43.)40 b(Rxe6)50 b(Kf7)415
+1316 y(14.)41 b(Rac1)50 b(Ne5)521 b(44.)40 b(d5)98 b(Qh6)415
+1366 y(15.)41 b(Qc2)70 b(Nc6)521 b(45.)40 b(Kg1)68 b(Rd2)415
+1416 y(16.)41 b(c5)102 b(Nb4)516 b(46.)40 b(Nxf5)55 b(Rd1+)415
+1465 y(17.)41 b(Qb3)65 b(Nd5)516 b(47.)40 b(Kh2)66 b(Rxe6)415
+1515 y(18.)41 b(c6)102 b(Ba8)520 b(48.)40 b(Qb7+)34 b(Kf8)415
+1565 y(19.)41 b(Qa4)67 b(a5)549 b(49.)40 b(Qb4+)34 b(Kf7)415
+1615 y(20.)41 b(Qb3)65 b(Qh4)515 b(50.)40 b(Nxh6+)13 b(Rxh6)415
+1665 y(21.)41 b(Rfd1)53 b(Rb)q(d8)492 b(51.)40 b(Qxe4)49 b(Rd2)415
+1714 y(22.)41 b(a4)99 b(Rd6)516 b(52.)40 b(b4)98 b(Rg6)415
+1764 y(23.)41 b(Bb5)68 b(Nb4)516 b(53.)40 b(a5)100 b(Ra2)415
+1814 y(24.)41 b(Rd2)66 b(Bxc6)501 b(54.)40 b(d6)98 b(Rxd6)415
+1864 y(25.)41 b(Bxc6)51 b(Nxc6)499 b(55.)40 b(Qc4+)f(Re6)415
+1914 y(26.)i(Rdc2)48 b(Ne7)521 b(56.)40 b(Qxa2)46 b(Kf6)415
+1963 y(27.)41 b(Rxc7)49 b(Nd5)516 b(57.)40 b(Qxe6+)17 b(Kxe6)415
+2013 y(28.)41 b(Ra7)68 b(Qd8)515 b(58.)40 b(a6)100 b(Resigns)415
+2063 y(29.)41 b(Qb5)65 b(Qg5)635 b(1)35 b Ff(\000)54 b Fp(0)415
+2113 y(30.)41 b(Qa6)67 b(Qh4)946 2574 y(223)p eop
+%%Page: 224 226
+224 225 bop 262 307 a Fu(E.1.3)55 b(Game)17 b(3)321 469 y Fp(White)77
+b(:)18 b Fl(Mephisto)13 b(Exclusiv)o(e)321 519 y Fp(Blac)o(k)88
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 569 y Fp(Op)q(ening)36 b(:)18
+b(Ruy)13 b(Lop)q(ez,)h(exc)o(hange)h(v)n(ariation)415 668 y(1.)62
+b(e4)102 b(e5)552 b(31.)40 b(Qf3)76 b(Red8)415 718 y(2.)62
+b(Nf3)76 b(Nc6)521 b(32.)40 b(Qg4)68 b(Rd3)415 768 y(3.)62
+b(Bb5)68 b(a6)549 b(33.)40 b(Ne2)72 b(Rb3)415 818 y(4.)62 b(Bxc6)51
+b(dc)550 b(34.)40 b(g3)100 b(Rd2)415 868 y(5.)62 b(d3)97 b(Bg4)520
+b(35.)40 b(h5)98 b(Ke7)415 917 y(6.)62 b(h3)97 b(Bxf3)506 b(36.)40
+b(h6)98 b(Rbb2)415 967 y(7.)62 b(Qxf3)53 b(Nf6)526 b(37.)40
+b(Qf3)76 b(Rxe2)415 1017 y(8.)62 b(o-o)85 b(Qd4)515 b(38.)40
+b(Qa3)68 b(Ke6)415 1067 y(9.)62 b(Nc3)71 b(Qb4)515 b(39.)40
+b(Qxb2)k(Bxb2)415 1117 y(10.)d(Qf5)75 b(Bd6)518 b(40.)40 b(h7)98
+b(f5)415 1166 y(11.)41 b(Qg5)67 b(o-o)535 b(41.)40 b(Resigns)415
+1216 y(12.)h(Rb1)66 b(Rfe8)626 b(0)35 b Ff(\000)54 b Fp(1)415
+1266 y(13.)41 b(a3)99 b(Qc5)415 1316 y(14.)41 b(Be3)73 b(Qa5)415
+1366 y(15.)41 b(b4)97 b(h6)415 1416 y(16.)41 b(Qg3)67 b(Qxa3)415
+1465 y(17.)41 b(Rb3)66 b(Qxb3)415 1515 y(18.)41 b(cb)100 b(Bxb4)415
+1565 y(19.)41 b(Na2)68 b(Bf8)415 1615 y(20.)41 b(f4)107 b(ef)415
+1665 y(21.)41 b(Bxf4)56 b(Bc5+)415 1714 y(22.)41 b(Kh1)65 b(Nh5)415
+1764 y(23.)41 b(Qg4)67 b(Nxf4)415 1814 y(24.)41 b(Rxf4)54 b(Bd6)415
+1864 y(25.)41 b(Rf6)76 b(h5)415 1914 y(26.)41 b(Qxh5)i(gf)415
+1963 y(27.)e(h4)97 b(Rad8)415 2013 y(28.)41 b(Nc3)71 b(Be5)415
+2063 y(29.)41 b(Qg4)67 b(Kf8)415 2113 y(30.)41 b(d4)97 b(Rxd4)946
+2574 y(224)p eop
+%%Page: 225 227
+225 226 bop 262 307 a Fu(E.1.4)55 b(Game)17 b(4)321 469 y Fp(White)77
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 519 y Fp(Blac)o(k)88 b(:)18
+b Fl(Mephisto)13 b(Exclusiv)o(e)321 569 y Fp(Op)q(ening)36
+b(:)18 b(Catalan)415 668 y(1.)62 b(d4)97 b(Nf6)526 b(31.)40
+b(Kg2)68 b(Nb4)415 718 y(2.)62 b(c4)102 b(e6)552 b(32.)40 b(Rxa5)47
+b(Na6)415 768 y(3.)62 b(g3)99 b(d5)547 b(33.)40 b(Rad5)46 b(g6)415
+818 y(4.)62 b(Bg2)70 b(dc)550 b(34.)40 b(a4)100 b(Nb8)415 868
+y(5.)62 b(Nf3)76 b(Nb)q(d7)492 b(35.)40 b(Rf7)77 b(Na6)415
+917 y(6.)62 b(Nc3)71 b(Bb4)518 b(36.)40 b(Rd7)67 b(Re6)415
+967 y(7.)62 b(Bd2)68 b(o-o)535 b(37.)40 b(Rxh7+)13 b(Resigns)415
+1017 y(8.)62 b(o-o)85 b(Be7)617 b(\(mate)13 b(in)h(3\))415
+1067 y(9.)62 b(Bf4)78 b(c5)670 b(1)35 b Ff(\000)54 b Fp(0)415
+1117 y(10.)41 b(e3)102 b(cd)415 1166 y(11.)41 b(Qxd4)i(Qb6)415
+1216 y(12.)e(Rb1)66 b(Qxd4)415 1266 y(13.)41 b(Nxd4)j(Nc5)415
+1316 y(14.)d(Bc7)73 b(Bd7)415 1366 y(15.)41 b(Rfd1)53 b(Ng4)415
+1416 y(16.)41 b(h3)97 b(Rfc8)415 1465 y(17.)41 b(Ndb5)i(Bxb5)415
+1515 y(18.)e(Nxb5)j(Nh6)415 1565 y(19.)d(Bd6)68 b(Bxd6)415
+1615 y(20.)41 b(Nxd6)j(Rcb8)415 1665 y(21.)d(Nxc4)49 b(a5)415
+1714 y(22.)41 b(Rb)q(c1)47 b(Nf5)415 1764 y(23.)41 b(e4)102
+b(Ne7)415 1814 y(24.)41 b(Nb6)66 b(Ra6)415 1864 y(25.)41 b(Rxc5)49
+b(Rxb6)415 1914 y(26.)41 b(Rd7)66 b(Nc6)415 1963 y(27.)41 b(b3)97
+b(e5)415 2013 y(28.)41 b(Bf1)78 b(f6)415 2063 y(29.)41 b(Bb5)68
+b(Ra8)415 2113 y(30.)41 b(Bc4+)g(Kh8)946 2574 y(225)p eop
+%%Page: 226 228
+226 227 bop 262 307 a Fu(E.1.5)55 b(Game)17 b(5)321 469 y Fp(White)77
+b(:)18 b Fl(Mephisto)13 b(Exclusiv)o(e)321 519 y Fp(Blac)o(k)88
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 569 y Fp(Op)q(ening)36 b(:)18
+b(Sicilian)12 b(Dragon,)g(early)i(white)g(div)o(ergence)415
+668 y(1.)62 b(e4)102 b(c5)552 b(31.)40 b(Rb)q(c1)48 b(Rd2)415
+718 y(2.)62 b(Nf3)76 b(d6)547 b(32.)40 b(R1c2)51 b(Rxc2)415
+768 y(3.)62 b(Bc4)73 b(Nc6)521 b(33.)40 b(Rxc2)50 b(Rxa3)415
+818 y(4.)62 b(d4)97 b(Nf6)526 b(34.)40 b(Kf2)76 b(Kf7)415 868
+y(5.)62 b(d5)97 b(Na5)518 b(35.)40 b(Re2)72 b(Kf6)415 917 y(6.)62
+b(Bb5+)36 b(Bd7)518 b(36.)40 b(h3)98 b(Kf5)415 967 y(7.)62
+b(Bxd7+)14 b(Qxd7)493 b(37.)40 b(Ke1)71 b(h5)415 1017 y(8.)62
+b(Qd2)j(Nc4)521 b(38.)40 b(Kf2)76 b(Ra4)415 1067 y(9.)62 b(Qc3)70
+b(Nb6)516 b(39.)40 b(Rd2)67 b(Ke5)415 1117 y(10.)41 b(Nfd2)53
+b(e6)552 b(40.)40 b(Re2)72 b(Kd5)415 1166 y(11.)41 b(de)100
+b(fe)560 b(41.)40 b(Rd2)67 b(Rd4)415 1216 y(12.)41 b(o-o)85
+b(d5)547 b(42.)40 b(Ke3)71 b(Rxd2)415 1266 y(13.)41 b(ed)100
+b(Nb)o(xd5)472 b(43.)40 b(Kxd2)k(h4)415 1316 y(14.)d(Qh3)65
+b(Nf4)526 b(44.)40 b(Ke3)71 b(Ke5)415 1366 y(15.)41 b(Qe3)70
+b(Nf6d5)482 b(45.)40 b(Kd3)66 b(Kf4)415 1416 y(16.)41 b(Qe4)70
+b(Bd6)518 b(46.)40 b(Ke2)71 b(b5)415 1465 y(17.)41 b(Nc4)71
+b(o-o)535 b(47.)40 b(Kf2)76 b(a5)415 1515 y(18.)41 b(Nxd6)j(Qxd6)493
+b(48.)40 b(Ke2)71 b(b4)415 1565 y(19.)41 b(Na3)68 b(Qc6)520
+b(49.)40 b(Kf2)76 b(a4)415 1615 y(20.)41 b(Re1)71 b(g5)549
+b(50.)40 b(g3+)68 b(hg+)415 1665 y(21.)41 b(Bxf4)56 b(Rxf4)504
+b(51.)40 b(Ke2)71 b(a3)415 1714 y(22.)41 b(Qxe6+)16 b(Qxe6)498
+b(52.)40 b(h4)98 b(b3)415 1764 y(23.)41 b(Rxe6)49 b(Raf8)505
+b(53.)40 b(h5)98 b(ba)415 1814 y(24.)41 b(c4)102 b(Nb6)516
+b(54.)40 b(h6)98 b(a1\(Q\))415 1864 y(25.)41 b(Re5)71 b(h6)547
+b(55.)40 b(h7)98 b(a2)13 b(\(mate)g(in)h(7\))415 1914 y(26.)41
+b(f3)107 b(Nxc4)499 b(56.)40 b(h8\(Q\))34 b(Qxh8)415 1963 y(27.)41
+b(Rxc5)49 b(Nxa3)496 b(57.)40 b(Resigns)415 2013 y(28.)h(ba)97
+b(Ra4)636 b(0)35 b Ff(\000)54 b Fp(1)415 2063 y(29.)41 b(Rb1)66
+b(b6)415 2113 y(30.)41 b(Rc3)71 b(Rd8)946 2574 y(226)p eop
+%%Page: 227 229
+227 228 bop 262 307 a Fu(E.1.6)55 b(Game)17 b(6)321 469 y Fp(White)77
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 519 y Fp(Blac)o(k)88 b(:)18
+b Fl(Mephisto)13 b(Exclusiv)o(e)321 569 y Fp(Op)q(ening)36
+b(:)18 b(P)o(etro\013)c(Defence)415 668 y(1.)62 b(e4)102 b(e5)552
+b(31.)40 b(Qd4)66 b(Qxd4)415 718 y(2.)c(Nf3)76 b(Nf6)526 b(32.)40
+b(Rxd4)45 b(Kg7)415 768 y(3.)62 b(Nxe5)49 b(d6)547 b(33.)40
+b(Kf1)76 b(Bb6)415 818 y(4.)62 b(Nf3)76 b(Nxe4)499 b(34.)40
+b(Rd5)67 b(f5)415 868 y(5.)62 b(d4)97 b(d5)547 b(35.)40 b(Ke2)71
+b(h6)415 917 y(6.)62 b(Bd3)68 b(Be7)523 b(36.)40 b(h5)98 b(Kf6)415
+967 y(7.)62 b(o-o)85 b(Nc6)521 b(37.)40 b(hg)98 b(f4)415 1017
+y(8.)62 b(Re1)71 b(Bf5)528 b(38.)40 b(Kf3)76 b(Bc7)415 1067
+y(9.)62 b(Nb)q(d2)42 b(Nd6)516 b(39.)40 b(Kg4)68 b(Kxg6)415
+1117 y(10.)41 b(Nb3)66 b(o-o)535 b(40.)40 b(Bf5+)47 b(Kf6)415
+1166 y(11.)41 b(Nc5)71 b(b6)547 b(41.)40 b(Rxd8)45 b(Bxd8)415
+1216 y(12.)c(Bf4)78 b(b)q(c)549 b(42.)40 b(Kxf4)54 b(Be7)415
+1266 y(13.)41 b(Bxd6)46 b(Qxd6)493 b(43.)40 b(a4)100 b(Bc5)415
+1316 y(14.)41 b(Bxf5)56 b(Qf6)525 b(44.)40 b(f3)108 b(a5)415
+1366 y(15.)41 b(Qd3)65 b(g6)549 b(45.)40 b(Ke4)71 b(h5)415
+1416 y(16.)41 b(Bd7)68 b(Nxd4)494 b(46.)40 b(f4)108 b(h4)415
+1465 y(17.)41 b(Nxd4)j(cd)550 b(47.)40 b(Bc8)74 b(Bf2)415 1515
+y(18.)41 b(Rad1)k(Bb4)518 b(48.)40 b(Kf3)76 b(Bg3)415 1565
+y(19.)41 b(Re2)71 b(c5)552 b(49.)40 b(Kg4)68 b(Ke7)415 1615
+y(20.)41 b(c3)102 b(dc)550 b(50.)40 b(Kg5)68 b(Kd6)415 1665
+y(21.)41 b(a3)99 b(Ba5)520 b(51.)40 b(f5)108 b(Ke7)415 1714
+y(22.)41 b(Qxd5)i(cb)550 b(52.)40 b(f6+)76 b(Kf7)415 1764 y(23.)41
+b(Qxc5)48 b(Qc3)520 b(53.)40 b(Kf5)76 b(Kf8)415 1814 y(24.)41
+b(Re5)71 b(f6)557 b(54.)40 b(Be6)74 b(Ke8)415 1864 y(25.)41
+b(Qd5+)33 b(Kh8)515 b(55.)40 b(Bd5)69 b(Kf8)415 1914 y(26.)41
+b(Re3)71 b(Qc7)520 b(56.)40 b(f7)108 b(Ke7)415 1963 y(27.)41
+b(h4)97 b(Rab8)495 b(57.)40 b(Kg6)68 b(Kf8)415 2013 y(28.)41
+b(Rb3)66 b(Rxb3)494 b(58.)40 b(Dra)o(wn)415 2063 y(29.)h(Qxb3)i(Rd8)1365
+2047 y Fk(1)p 1365 2054 17 2 v 1365 2078 a(2)1422 2063 y Ff(\000)1507
+2047 y Fk(1)p 1507 2054 V 1507 2078 a(2)415 2113 y Fp(30.)e(Qxb2)i(Qf4)946
+2574 y(227)p eop
+%%Page: 228 230
+228 229 bop 262 307 a Fr(E.2)69 b(HIAR)n(CS)22 b(5.0)i(v)n(ersus)f(Mark)i
+(Uniac)n(k)n(e)262 442 y Fu(E.2.1)55 b(Game)17 b(1)321 604
+y Fp(White)77 b(:)18 b Fl(Mark)e(Uniac)o(k)o(e)321 654 y Fp(Blac)o(k)88
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 703 y Fp(Op)q(ening)36 b(:)18
+b(Queens)d(Gam)o(bit)c(Declined)415 803 y(1.)62 b(d4)97 b(d5)547
+b(31.)40 b(ed)101 b(Qc5)415 853 y(2.)62 b(c4)102 b(e6)552 b(32.)40
+b(Kh2)66 b(Qxd5)415 903 y(3.)c(Nc3)71 b(Nf6)526 b(33.)40 b(Qxd5)k(Bxd5)415
+952 y(4.)62 b(Bg5)70 b(Be7)523 b(34.)40 b(Bd3)69 b(b5)415 1002
+y(5.)62 b(e3)102 b(o-o)535 b(35.)40 b(Kg1)68 b(h5)415 1052
+y(6.)62 b(Nf3)76 b(Nb)q(d7)492 b(36.)40 b(Be2)74 b(g6)415 1102
+y(7.)62 b(Bd3)68 b(dc)550 b(37.)40 b(a4)100 b(ba)415 1152 y(8.)62
+b(Bxc4)51 b(b6)547 b(38.)40 b(Bxa6)49 b(Bc6)415 1201 y(9.)62
+b(o-o)85 b(Bb7)518 b(39.)40 b(Kf2)76 b(Ke7)415 1251 y(10.)41
+b(Rc1)71 b(c5)552 b(40.)40 b(Be2)74 b(Kf6)415 1301 y(11.)41
+b(Re1)71 b(Rc8)521 b(41.)40 b(Bc4)74 b(h4)415 1351 y(12.)41
+b(Bd3)68 b(cd)550 b(42.)40 b(Be2)74 b(Ke5)415 1401 y(13.)41
+b(Nxd4)j(Ne5)521 b(43.)40 b(Bf3)79 b(Bxf3)415 1451 y(14.)41
+b(Bb1)68 b(Nfg4)505 b(44.)40 b(Kxf3)54 b(Kf5)415 1500 y(15.)41
+b(Bxe7)51 b(Qxe7)498 b(45.)40 b(Kf2)76 b(Ke4)415 1550 y(16.)41
+b(h3)97 b(Nf6)526 b(46.)40 b(Ke2)71 b(f5)415 1600 y(17.)41
+b(Qe2)70 b(Rfd8)503 b(47.)40 b(Kf2)76 b(Kd3)415 1650 y(18.)41
+b(Red1)48 b(Rc5)521 b(48.)40 b(Kf3)76 b(g5)415 1700 y(19.)41
+b(e4)102 b(a6)549 b(49.)40 b(Resigns)415 1749 y(20.)h(f4)107
+b(Ng6)636 b(0)35 b Ff(\000)54 b Fp(1)415 1799 y(21.)41 b(Qf2)75
+b(Qc7)415 1849 y(22.)41 b(Nde2)48 b(Rc4)415 1899 y(23.)41 b(Rxd8)j(Qxd8)415
+1949 y(24.)d(Rd1)66 b(Qc7)415 1998 y(25.)41 b(Rd4)66 b(Rxd4)415
+2048 y(26.)41 b(Qxd4)i(Nxf4)415 2098 y(27.)e(Nxf4)54 b(e5)415
+2148 y(28.)41 b(Qd2)65 b(ef)415 2198 y(29.)41 b(a3)99 b(Kf8)415
+2248 y(30.)41 b(Nd5)66 b(Nxd5)946 2574 y(228)p eop
+%%Page: 229 231
+229 230 bop 262 307 a Fu(E.2.2)55 b(Game)17 b(2)321 469 y Fp(White)77
+b(:)18 b Fl(HIAR)o(CS)d(5.0)321 519 y Fp(Blac)o(k)88 b(:)18
+b Fl(Mark)e(Uniac)o(k)o(e)321 569 y Fp(Op)q(ening)36 b(:)18
+b(Pirc)c(Defence)415 668 y(1.)62 b(e4)102 b(d6)547 b(31.)40
+b(b3)98 b(Nb6)415 718 y(2.)62 b(d4)97 b(Nf6)526 b(32.)40 b(h4)98
+b(a5)415 768 y(3.)62 b(Nc3)71 b(g6)549 b(33.)40 b(h5)98 b(Na6)415
+818 y(4.)62 b(f4)107 b(Bg7)520 b(34.)40 b(hg)98 b(hg)415 868
+y(5.)62 b(Nf3)76 b(o-o)535 b(35.)40 b(Rh1+)35 b(Kg7)415 917
+y(6.)62 b(Be3)73 b(Ng4)518 b(36.)40 b(Kc1)71 b(a4)415 967 y(7.)62
+b(Bd2)68 b(c5)552 b(37.)40 b(ba)98 b(Nxa4)415 1017 y(8.)62
+b(dc)100 b(dc)550 b(38.)40 b(Qc2)71 b(Qc6)415 1067 y(9.)62
+b(e5)102 b(a6)549 b(39.)40 b(Rh3)67 b(ba)415 1117 y(10.)41
+b(h3)97 b(Nh6)516 b(40.)40 b(Nxa3)47 b(Nb4)415 1166 y(11.)41
+b(Be3)73 b(Qa5)517 b(41.)40 b(Rxd8)45 b(Nxc2)415 1216 y(12.)c(Qd5)65
+b(Nd7)516 b(42.)40 b(Rxe8)50 b(Qxe8)415 1266 y(13.)41 b(g4)99
+b(Kh8)515 b(43.)40 b(Kxc2)49 b(Qc6)415 1316 y(14.)41 b(o-o-o)50
+b(e6)552 b(44.)40 b(Bd2)69 b(Qe4+)415 1366 y(15.)41 b(Qd6)65
+b(Re8)521 b(45.)40 b(Kb3)66 b(Qe2)415 1416 y(16.)41 b(Ng5)68
+b(Bf8)528 b(46.)40 b(Kc2)71 b(Qxg4)415 1465 y(17.)41 b(Qd2)65
+b(Be7)523 b(47.)40 b(Rb3)67 b(Qf5+)415 1515 y(18.)41 b(Nge4)50
+b(b5)547 b(48.)40 b(Kc1)71 b(Qe4)415 1565 y(19.)41 b(Nd6)66
+b(Bxd6)496 b(49.)40 b(Kd1)66 b(Qd4)415 1615 y(20.)41 b(Qxd6)i(Bb7)518
+b(50.)40 b(Kc2)71 b(g5)415 1665 y(21.)41 b(Rh2)66 b(Rad8)495
+b(51.)40 b(Rg3)69 b(Kf8)415 1714 y(22.)41 b(Bg2)70 b(Bxg2)498
+b(52.)40 b(fg)108 b(Qxe5)415 1764 y(23.)41 b(Rxg2)46 b(b4)547
+b(53.)40 b(Rd3)67 b(Qe4)415 1814 y(24.)41 b(Nb1)66 b(Ng8)518
+b(54.)40 b(Be3)74 b(Nb2)415 1864 y(25.)41 b(a3)99 b(Ne7)521
+b(55.)40 b(Kxb2)k(Qxd3)415 1914 y(26.)d(c4)102 b(Nc8)521 b(56.)40
+b(Bxc5+)20 b(Kg7)415 1963 y(27.)41 b(Qc6)70 b(Ncb6)498 b(57.)40
+b(Be7)74 b(Kg6)415 2013 y(28.)41 b(Qe4)70 b(Nb8)516 b(58.)40
+b(Bf6)79 b(e5)415 2063 y(29.)41 b(Rgg1)47 b(Na4)518 b(59.)40
+b(Be7)74 b(e4)415 2113 y(30.)41 b(Kc2)70 b(Qc7)520 b(60.)40
+b(Nc2)72 b(Qxc4)946 2574 y(229)p eop
+%%Page: 230 232
+230 231 bop 415 357 a Fp(61.)41 b(Bf6)78 b(Qd3)415 407 y(62.)41
+b(Nb4)66 b(Qd2+)415 457 y(63.)41 b(Nc2)71 b(e3)415 506 y(64.)41
+b(Bc3)73 b(Qd3)415 556 y(65.)41 b(Bd4)68 b(e2)415 606 y(66.)41
+b(Bf6)78 b(Qd2)415 656 y(67.)41 b(Kb1)65 b(e1\(Q\)+)415 706
+y(68.)41 b(Nxe1)49 b(Qxe1+)415 756 y(69.)41 b(Kc2)70 b(Qf2+)415
+805 y(70.)41 b(Kd3)65 b(Qf4)415 855 y(71.)41 b(Ke2)70 b(Qxf6)415
+905 y(72.)41 b(gf)107 b(Kxf6)415 955 y(73.)41 b(Kf2)75 b(Kf5)415
+1005 y(74.)41 b(Kf3)75 b(f6)415 1054 y(75.)41 b(Kg3)67 b(Ke4)415
+1104 y(76.)41 b(Kf2)75 b(Kf4)415 1154 y(77.)41 b(Kg2)67 b(Ke3)415
+1204 y(78.)41 b(Kg3)67 b(f5)415 1254 y(79.)41 b(Kg2)67 b(f4)415
+1303 y(80.)41 b(Kf1)75 b(Kf3)415 1353 y(81.)41 b(Ke1)70 b(Kg2)415
+1403 y(82.)41 b(Resigns)533 1453 y(0)35 b Ff(\000)54 b Fp(1)946
+2574 y(230)p eop
+%%Page: 231 233
+231 232 bop 262 307 a Fr(E.3)69 b(HIAR)n(CS)22 b(5.0)i(v)n(ersus)f(NOKNO)n(W)
+262 442 y Fu(E.3.1)55 b(Game)17 b(1)321 604 y Fp(White)77 b(:)18
+b Fl(NOKNO)o(W,)f(6)e(ply)321 654 y Fp(Blac)o(k)88 b(:)18 b
+Fl(HIAR)o(CS)d(5.0,)i(3)e(ply)321 703 y Fp(Op)q(ening)36 b(:)18
+b(Queens)d(Gam)o(bit)c(Declined)415 803 y(1.)62 b(d4)97 b(d5)547
+b(31.)40 b(Qa7)68 b(Qxe5)415 853 y(2.)62 b(c4)102 b(e6)552
+b(32.)40 b(Rb1)67 b(Qe4)415 903 y(3.)62 b(Nc3)71 b(Nf6)526
+b(33.)40 b(a5)100 b(Rc2)415 952 y(4.)62 b(Bg5)70 b(Be7)523
+b(34.)40 b(a6)100 b(ba)415 1002 y(5.)62 b(e3)102 b(o-o)535
+b(35.)40 b(Qxa6)46 b(Kh7)415 1052 y(6.)62 b(Nf3)76 b(h6)547
+b(36.)40 b(Qd6)66 b(Rc6)415 1102 y(7.)c(Bxf6)56 b(Bxf6)506
+b(37.)40 b(Qd1)66 b(Rcc7)415 1152 y(8.)c(Qb3)j(c6)552 b(38.)40
+b(Rb6)67 b(Rcd7)415 1201 y(9.)62 b(Rd1)k(Nd7)516 b(39.)40 b(Rd6)67
+b(Qf5)415 1251 y(10.)41 b(Bd3)68 b(g6)549 b(40.)40 b(Rxd7)45
+b(Rxd7)415 1301 y(11.)c(cd)100 b(ed)550 b(41.)40 b(Qe2)71 b(Qc5)415
+1351 y(12.)41 b(e4)102 b(de)550 b(42.)40 b(Kg2)68 b(Qd5+)415
+1401 y(13.)41 b(Nxe4)49 b(Nb6)516 b(43.)40 b(f3)108 b(Qd4)415
+1451 y(14.)41 b(Nxf6)54 b(Qxf6)503 b(44.)40 b(f4)108 b(Qc3)415
+1500 y(15.)41 b(Be4)73 b(Bf5)528 b(45.)40 b(Kh3)66 b(Qd2)415
+1550 y(16.)41 b(Bxf5)56 b(Qxf5)503 b(46.)40 b(Qxd2)k(Rxd2)415
+1600 y(17.)d(o-o)85 b(Rde8)498 b(47.)40 b(Rh1)67 b(Kg7)415
+1650 y(18.)41 b(Ne5)71 b(Kg7)517 b(48.)40 b(Kg4)68 b(Kf6)415
+1700 y(19.)41 b(Qa3)67 b(f6)557 b(49.)40 b(Kf3)76 b(Rc2)415
+1749 y(20.)41 b(Qxa7)k(fe)560 b(50.)40 b(Ke4)71 b(Re2+)415
+1799 y(21.)41 b(Qxb6)i(Rf7)526 b(51.)40 b(Kd3)66 b(Rb2)415
+1849 y(22.)41 b(Qc5)70 b(Qf4)525 b(52.)40 b(Kc3)71 b(Rf2)415
+1899 y(23.)41 b(a4)99 b(Ree7)503 b(53.)40 b(Kd4)66 b(Rd2+)415
+1949 y(24.)41 b(b4)97 b(Ree8)503 b(54.)40 b(Kc4)71 b(Rc2+)415
+1998 y(25.)41 b(b5)97 b(Rf6)526 b(55.)40 b(Kd5)66 b(Rd2+)415
+2048 y(26.)41 b(Qa7)67 b(Re7)521 b(56.)40 b(Kc6)71 b(g5)415
+2098 y(27.)41 b(b)q(c)99 b(Rxc6)499 b(57.)40 b(fg+)76 b(Kxg5)415
+2148 y(28.)41 b(Qb8)65 b(Rc4)521 b(58.)40 b(h3)98 b(Rc2+)415
+2198 y(29.)41 b(g3)99 b(Qf5)525 b(59.)40 b(Kd5)66 b(Rg2)415
+2248 y(30.)41 b(de)100 b(Rc8)521 b(60.)40 b(g4)100 b(Kh4)946
+2574 y(231)p eop
+%%Page: 232 234
+232 233 bop 415 357 a Fp(61.)41 b(Ke4)70 b(Rg3)415 407 y(62.)41
+b(Kf4)75 b(Rxh3)415 457 y(63.)41 b(Rg1)68 b(Rd3)415 506 y(64.)41
+b(Kf5)75 b(Rd5+)415 556 y(65.)41 b(Kf6)75 b(Rd2)415 606 y(66.)41
+b(Ke5)70 b(Kg5)415 656 y(67.)41 b(Rh1)66 b(Re2+)415 706 y(68.)41
+b(Kd5)65 b(Re3)415 756 y(69.)41 b(Rh5+)34 b(Kxg4)415 805 y(70.)41
+b(Rxh6)510 855 y(Dra)o(wn)538 889 y Fk(1)p 538 896 17 2 v 538
+919 a(2)595 905 y Ff(\000)680 889 y Fk(1)p 680 896 V 680 919
+a(2)946 2574 y Fp(232)p eop
+%%Page: 233 235
+233 234 bop 262 307 a Fu(E.3.2)55 b(Game)17 b(2)321 469 y Fp(White)77
+b(:)18 b Fl(HIAR)o(CS)d(5.0,)i(3)e(ply)321 519 y Fp(Blac)o(k)88
+b(:)18 b Fl(NOKNO)o(W,)f(6)e(ply)321 569 y Fp(Op)q(ening)36
+b(:)18 b(Ruy)13 b(Lop)q(ez)415 668 y(1.)62 b(e4)102 b(e5)415
+718 y(2.)62 b(Nf3)76 b(Nc6)415 768 y(3.)62 b(Bb5)68 b(a6)415
+818 y(4.)62 b(Ba4)70 b(Nf6)415 868 y(5.)62 b(o-o)85 b(Be7)415
+917 y(6.)62 b(Re1)71 b(b5)415 967 y(7.)62 b(Bb3)68 b(d6)415
+1017 y(8.)62 b(c3)102 b(o-o)415 1067 y(9.)62 b(h3)97 b(Bb7)415
+1117 y(10.)41 b(d4)97 b(Re8)415 1166 y(11.)41 b(Ng5)68 b(Rf8)415
+1216 y(12.)41 b(f4)107 b(ed)415 1266 y(13.)41 b(cd)100 b(h6)415
+1316 y(14.)41 b(Nf3)76 b(d5)415 1366 y(15.)41 b(ed)100 b(Na5)415
+1416 y(16.)41 b(Bc2)73 b(Bxd5)415 1465 y(17.)41 b(Nc3)71 b(Bxf3)415
+1515 y(18.)41 b(gf)107 b(c5)415 1565 y(19.)41 b(Be3)73 b(Nc4)415
+1615 y(20.)41 b(dc)100 b(Nxe3)415 1665 y(21.)41 b(Rxe3)49 b(Bxc5)415
+1714 y(22.)41 b(Qe1)70 b(Qd4)415 1764 y(23.)41 b(Nd1)66 b(Nd5)415
+1814 y(24.)41 b(Resigns)533 1864 y(0)35 b Ff(\000)54 b Fp(1)946
+2574 y(233)p eop
+%%Page: 234 236
+234 235 bop 262 307 a Fu(E.3.3)55 b(Game)17 b(3)321 469 y Fp(White)77
+b(:)18 b Fl(NOKNO)o(W,)f(6)e(ply)321 519 y Fp(Blac)o(k)88 b(:)18
+b Fl(HIAR)o(CS)d(5.0,)i(3)e(ply)321 569 y Fp(Op)q(ening)36
+b(:)18 b(Reti)13 b(\(irregular\))415 668 y(1.)62 b(Nf3)76 b(d5)547
+b(31.)40 b(Ra1)69 b(Nb4)415 718 y(2.)62 b(Na3)68 b(Nc6)521
+b(32.)40 b(Rxa7)47 b(b6)415 768 y(3.)62 b(c4)102 b(e5)552 b(33.)40
+b(Rc7)72 b(c5+)415 818 y(4.)62 b(cd)100 b(Qxd5)493 b(34.)40
+b(Kc4)71 b(Nc2)415 868 y(5.)62 b(d3)97 b(Bb4+)486 b(35.)40
+b(Rb7)67 b(Nd4)415 917 y(6.)62 b(Bd2)68 b(Bg4)520 b(36.)40
+b(f4)108 b(Ne6)415 967 y(7.)62 b(Bxb4)46 b(Bxf3)506 b(37.)40
+b(Rxb6)45 b(g6)415 1017 y(8.)62 b(ef)110 b(Nxb4)494 b(38.)40
+b(f3)108 b(Ke7)415 1067 y(9.)62 b(Nc4)71 b(Nf6)526 b(39.)40
+b(Kd5)66 b(h5)415 1117 y(10.)41 b(Qe2)70 b(o-o)535 b(40.)40
+b(Ke4)71 b(Ng7)415 1166 y(11.)41 b(Nxe5)49 b(Nxd3+)462 b(41.)40
+b(Ke5)71 b(Nf5)415 1216 y(12.)41 b(Qxd3)i(Qxe5+)466 b(42.)40
+b(Rb7)67 b(Ke8)415 1266 y(13.)41 b(Qe2)70 b(Qc5)520 b(43.)40
+b(Kf6)76 b(Nxh4)415 1316 y(14.)41 b(Qd2)65 b(Rfe8+)476 b(44.)40
+b(Re7+)g(Kd8)415 1366 y(15.)h(Be2)73 b(Rad8)495 b(45.)40 b(Rxf7)55
+b(Nxf3)415 1416 y(16.)41 b(Qc1)70 b(Qb5)515 b(46.)40 b(Kxg6)46
+b(Nd4)415 1465 y(17.)41 b(Qc2)70 b(Rxe2+)467 b(47.)40 b(Rb7)67
+b(h4)415 1515 y(18.)41 b(Qxe2)48 b(Re8)521 b(48.)40 b(Kg5)68
+b(Kc8)415 1565 y(19.)41 b(Qxe8+)16 b(Qxe8+)466 b(49.)40 b(Rh7)67
+b(Nxb3)415 1615 y(20.)41 b(Kd2)65 b(Qe5)520 b(50.)40 b(Kxh4)k(c4)415
+1665 y(21.)d(b3)97 b(Qg5+)485 b(51.)40 b(Kg5)68 b(Nd4)415 1714
+y(22.)41 b(Ke2)70 b(Qxg2)495 b(52.)40 b(Kf6)76 b(c3)415 1764
+y(23.)41 b(h4)97 b(Nd5)516 b(53.)40 b(Rh5)67 b(Kb7)415 1814
+y(24.)41 b(Rag1)47 b(Nc3+)489 b(54.)40 b(Rc5)72 b(c2)415 1864
+y(25.)41 b(Ke3)70 b(Qxh1)493 b(55.)40 b(Ke5)71 b(Nc6+)415 1914
+y(26.)41 b(Rxh1)j(c6)552 b(56.)40 b(Kd6)66 b(Nb4)415 1963 y(27.)41
+b(Kd4)65 b(Nb5+)484 b(57.)40 b(f5)108 b(c1\(Q\))415 2013 y(28.)41
+b(Kc5)70 b(Nc3)521 b(58.)40 b(Rxc1)50 b(Resigns)415 2063 y(29.)41
+b(Re1)71 b(Kf8)643 b(1)35 b Ff(\000)54 b Fp(0)415 2113 y(30.)41
+b(Kd4)65 b(Nxa2)946 2574 y(234)p eop
+%%Page: 235 237
+235 236 bop 262 307 a Fu(E.3.4)55 b(Game)17 b(4)321 469 y Fp(White)77
+b(:)18 b Fl(HIAR)o(CS)d(5.0,)i(3)e(ply)321 519 y Fp(Blac)o(k)88
+b(:)18 b Fl(NOKNO)o(W,)f(6)e(ply)321 569 y Fp(Op)q(ening)36
+b(:)18 b(Alekhines)c(Defence)415 668 y(1.)62 b(e4)102 b(Nf6)526
+b(31.)40 b(Rb6)67 b(Rac8)415 718 y(2.)62 b(e5)102 b(Nd5)516
+b(32.)40 b(Rd4)67 b(Bc6)415 768 y(3.)62 b(d4)97 b(e6)552 b(33.)40
+b(Ra6)69 b(a4)415 818 y(4.)62 b(c4)102 b(Bb4+)486 b(34.)40
+b(Ra5)69 b(g6)415 868 y(5.)62 b(Bd2)68 b(Bxd2+)464 b(35.)40
+b(h5)98 b(Ke6)415 917 y(6.)62 b(Qxd2)43 b(Ne7)521 b(36.)40
+b(hg)98 b(hg)415 967 y(7.)62 b(Nc3)71 b(Nb)q(c6)497 b(37.)40
+b(Nh4)67 b(Rg7)415 1017 y(8.)62 b(Nf3)76 b(d6)547 b(38.)40
+b(f4)108 b(Ra8)415 1067 y(9.)62 b(o-o-o)50 b(o-o)535 b(39.)40
+b(Rc5)72 b(Ra6)415 1117 y(10.)41 b(Bd3)68 b(Nf5)526 b(40.)40
+b(Rd2)67 b(Be4)415 1166 y(11.)41 b(Bxf5)56 b(ef)560 b(41.)40
+b(Nf3)77 b(Rg8)415 1216 y(12.)41 b(ed)100 b(cd)550 b(42.)40
+b(Nd4+)35 b(Ke7)415 1266 y(13.)41 b(Rde1)48 b(b6)547 b(43.)40
+b(Rc7+)g(Ke8)415 1316 y(14.)h(Nd5)66 b(Be6)523 b(44.)40 b(Nb5)67
+b(Ra8)415 1366 y(15.)41 b(Ne3)71 b(Bd7)518 b(45.)40 b(Nd6+)35
+b(Kd8)415 1416 y(16.)41 b(h4)97 b(a5)549 b(46.)40 b(Rf7)77
+b(Bc6)415 1465 y(17.)41 b(Nd5)66 b(Be6)523 b(47.)40 b(Nxf5+)23
+b(Ke8)415 1515 y(18.)41 b(Nxb6)j(Qxb6)493 b(48.)40 b(Nd6+)35
+b(Kd8)415 1565 y(19.)41 b(d5)97 b(Qc5)520 b(49.)40 b(Nb5+)35
+b(Ke8)415 1615 y(20.)41 b(b3)97 b(Bd7)518 b(50.)40 b(Rxf6)55
+b(Bxb5)415 1665 y(21.)41 b(dc)100 b(Bxc6)501 b(51.)40 b(cb)101
+b(Ke7)415 1714 y(22.)41 b(Re7)71 b(d5)547 b(52.)40 b(Rfd6)54
+b(Rgf8)415 1764 y(23.)41 b(Re5)71 b(Qa3+)485 b(53.)40 b(g3)100
+b(Rf6)415 1814 y(24.)41 b(Qb2)65 b(Qxb2+)461 b(54.)40 b(Rd7+)35
+b(Ke8)415 1864 y(25.)41 b(Kxb2)i(dc)550 b(55.)40 b(Kb4)66 b(Re6)415
+1914 y(26.)41 b(b)q(c)99 b(Be4)523 b(56.)40 b(R7d6)46 b(Ke7)415
+1963 y(27.)41 b(Rd1)66 b(f6)557 b(57.)40 b(Rxe6+)18 b(Kxe6)415
+2013 y(28.)41 b(Re7)71 b(Rf7)526 b(58.)40 b(b6)98 b(Rb8)415
+2063 y(29.)41 b(Re6)71 b(Rc7)521 b(59.)40 b(Kc5)71 b(Rc8+)415
+2113 y(30.)41 b(Kc3)70 b(Kf7)525 b(60.)40 b(Kb5)66 b(a3)946
+2574 y(235)p eop
+%%Page: 236 238
+236 237 bop 415 357 a Fp(61.)41 b(Rd3)66 b(Ra8)415 407 y(62.)41
+b(b7)97 b(Rb8)415 457 y(63.)41 b(Kb6)65 b(Rg8)415 506 y(64.)41
+b(Rxa3)46 b(Rd8)415 556 y(65.)41 b(Re3+)e(Kf6)415 606 y(66.)i(Kc7)70
+b(Rf8)415 656 y(67.)41 b(b8\(Q\))33 b(Rxb8)415 706 y(68.)41
+b(Kxb8)i(g5)415 756 y(69.)e(fg+)75 b(Kxg5)415 805 y(70.)41
+b(a4)99 b(Resigns)533 855 y(1)35 b Ff(\000)54 b Fp(0)946 2574
+y(236)p eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/programs/xboard.html b/programs/xboard.html
new file mode 100644 (file)
index 0000000..c02b03b
--- /dev/null
@@ -0,0 +1,1300 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 
+<html>
+<head>
+<title>Chess Engine Communication Protocol</title>
+</head>
+
+<body>
+<hr noshade size="2">
+<h1>Chess Engine Communication Protocol</h1>
+<h2><a href="http://www.tim-mann.org/chess.html">Tim Mann</a></h2>
+<p>
+Last modified on Sun Sep 17 23:37:17 PDT 2000 by mann
+<hr noshade size="2">
+
+<ul>
+<li><a href="#1">1. Introduction</a>
+<li><a href="#2">2. Connection</a>
+<li><a href="#3">3. Debugging</a>
+<li><a href="#4">4. How it got this way</a>
+<li><a href="#5">5. WinBoard requires Win32 engines</a>
+<li><a href="#6">6. Hints on input/output</a>
+<li><a href="#7">7. Interrupts</a>
+<li><a href="#8">8. Commands from xboard to the engine</a>
+<li><a href="#9">9. Commands from the engine to xboard</a>
+<li><a href="#10">10. Thinking Output</a>
+<li><a href="#11">11. Time control</a>
+<li><a href="#12">12. Analyze Mode</a>
+<li><a href="#13">13. Idioms and backward compatibility features</a>
+</ul>
+
+<hr noshade size="2">
+
+<h2><a name="1">1. Introduction</a></h2>
+
+<p>
+This document is a set of rough notes on the protocol that xboard and
+WinBoard use to communicate with gnuchessx and other chess engines.
+These notes may be useful if you want to connect a different chess
+engine to xboard.  Throughout the notes, "xboard" means both xboard
+and WinBoard except where they are specifically contrasted.
+</p>
+
+<p>
+There are two reasons I can imagine someone wanting to do this: 
+</p>
+<ol>
+<li>You have, or are developing, a chess engine but you don't want to
+write your own graphical interface. 
+<li>You have, or are developing,a chess engine, and you want to
+interface it to the Internet Chess Server.
+</ol>
+
+<p>
+In case (2), if you are using xboard, you will need to configure the
+"Zippy" code into it, but WinBoard includes this code already.  See
+the file <a
+href="http://www.tim-mann.org/xboard/zippy.README">zippy.README</a>
+in the xboard or WinBoard distribution for more information.
+
+</p>
+
+<p>
+These notes are unpolished, but I've attempted to make them complete
+in this release.  If you notice any errors, omissions, or misleading
+statements, let me know.
+</p>
+
+<p>
+I'd like to hear from everyone who is trying to interface their own
+chess engine to xboard/WinBoard.  Please email me, <a
+href="mailto:[email protected]">[email protected]</a>.  Also, please join
+the mailing list for authors of xboard/WinBoard compatible chess
+engines.  The list is now hosted by egroups.com; you can join at <a
+href="http://www.egroups.com/group/chess-engines"
+>http://www.egroups.com/group/chess-engines</a>, or you can read the
+list there without joining.  The list is filtered to prevent spam.
+</p>
+
+<h2><a name="2">2. Connection</a></h2>
+
+<p>
+An xboard chess engine runs as a separate process from xboard itself,
+connected to xboard through a pair of anonymous pipes.  The engine
+does not have to do anything special to set up these pipes.  xboard
+sets up the pipes itself and starts the engine with one pipe as its
+standard input and the other as its standard output.  The engine then
+reads commands from its standard input and writes responses to its
+standard output.  This is, unfortunately, a little more complicated to
+do right than it sounds; see <a href="#6">section 6</a> below.
+</p>
+
+<p>
+And yes, contrary to some people's expectations, exactly the same
+thing is true for WinBoard.  Pipes and standard input/output are
+implemented in Win32 and work fine.  You don't have to use DDE, COM,
+DLLs, BSOD, or any of the other infinite complexity that
+Microsoft has created just to talk between two programs.  A WinBoard
+chess engine is a Win32 console program that simply reads from its
+standard input and writes to its standard output.  See sections 
+<a href="#5">5</a> and <a href="#6">6</a> below for additional details.
+</p>
+
+<h2><a name="3">3. Debugging</a></h2>
+
+<p>
+To diagnose problems in your engine's interaction with xboard, use the
+-debug flag on xboard's command line to see the messages that are
+being exchanged.  In WinBoard, these messages are written to the file
+WinBoard.debug instead of going to the screen.
+</p>
+
+<p>
+You can turn debug mode on or off while WinBoard is running by
+pressing Ctrl+Alt+F12.  You can turn debug mode on or off while xboard
+is running by binding DebugProc to a shortcut key (and pressing the
+key!); see the instructions on shortcut keys in the xboard man page.
+</p>
+
+<p>
+While your engine is running under xboard/WinBoard, you can send a
+command directly to the engine by pressing Shift+1 (xboard) or Alt+1
+(WinBoard 4.0.3 and later).  This brings up a dialog that you can type
+your command into.  Press Shift+2 (Alt+2) instead to send to the
+second chess engine in Two Machines mode.  On WinBoard 4.0.2 and earlier,
+Ctrl+Alt is used in place of Alt; this had to be changed due to a conflict
+with typing the @-sign on some European keyboards.
+</p>
+
+<h2><a name="4">4. How it got this way</a></h2>
+
+<p>
+Originally, xboard was just trying to talk to the existing
+command-line interface of gnuchess, designed for people to type
+commands to.  So the communication protocol is very ad-hoc.  (The
+reason why there is a gnuchessx that's different from gnuchessr is
+buried in the mists of time, before I started working on xboard, but I
+think it was due to someone working around a stupid bug in xboard by
+changing gnuchess instead of fixing the bug.  The differences are
+tiny.)  It's now tough to change the interface, because xboard and
+gnuchess are separate programs, and I don't want to force people to
+upgrade them together to versions that match.
+</p>
+
+<p>
+Things have changed a bit now that there are many more engines that
+work with xboard.  I've had to make the protocol description more
+precise, and I've added some features that GNU Chess does not support.
+In the latest version, I've specified a standard semantics for many
+commands that differs in some details from what GNU Chess provides,
+but is easier to work with.  In the future I may release a modified
+GNU Chess that conforms exactly to this protocol.
+</p>
+
+<h2><a name="5">5. WinBoard requires Win32 engines</a></h2>
+
+<p>
+Due to some Microsoft brain damage that I don't understand, WinBoard
+does not work with chess engines that were compiled to use a DOS
+extender for 32-bit addressing.  (Probably not with 16-bit DOS or
+Windows programs either.)  WinBoard works only with engines that are
+compiled for the Win32 API.  You can get a free compiler that targets
+the Win32 API from <a href="http://sourceware.cygnus.com/cygwin/"
+>http://sourceware.cygnus.com/cygwin/</a>.  I think DJGPP 2.x should
+also work if you use the RSXNTDJ extension, but I haven't tried it.
+Of course, Microsoft Visual C++ will work.  Most likely the other
+commercial products that support Win32 will work too (Borland, etc.),
+but I have not tried them.
+</p>
+
+<h2><a name="6">6. Hints on input/output</a></h2>
+
+<p>
+Beware of using buffered I/O in your chess engine.  The C stdio
+library, C++ streams, and the I/O packages in most other languages use
+buffering both on input and output.  That means two things.  First,
+when your engine tries to write some characters to xboard, the library
+stashes them in an internal buffer and does not actually write them to
+the pipe connected to xboard until either the buffer fills up or you
+call a special library routine asking for it to be flushed.  (In C
+stdio, this routine is named <tt>fflush</tt>.)  Second, when your engine tries
+to read some characters from xboard, the library does not read just
+the characters you asked for -- it reads all the characters that are
+currently available (up to some limit) and stashes any characters you
+are not yet ready for in an internal buffer.  The next time you ask to
+read, you get the characters from the buffer (if any) before the
+library tries to read more data from the actual pipe.
+</p>
+
+<p>
+Why does this cause problems?  First, on the output side, remember
+that your engine produces output in small quantities (say, a few
+characters for a move, or a line or two giving the current analysis),
+and that data always needs to be delivered to xboard/WinBoard for
+display immediately.  If you use buffered output, the data you print
+will sit in a buffer in your own address space instead of being
+delivered.
+</p>
+
+<p>
+You can usually fix the output buffering problem by asking for the
+buffering to be turned off.  In C stdio, you do this by calling
+<tt>setbuf(stdout, NULL)</tt>.  A more laborious and error-prone
+method is to carefully call <tt>fflush(stdout)</tt> after every line
+you output; I don't recommend this.  In C++, you can try
+<tt>cout.setf(ios::unitbuf)</tt>, which is documented in current
+editions of "The C++ Programming Language," but not older ones.
+Another C++ method that might work is
+<tt>cout.rdbuf()-&gt;setbuf(NULL, 0)</tt>.  Alternatively, you can
+carefully call <tt>cout.flush()</tt> after every line you output;
+again, I don't recommend this.
+</p>
+
+<p>
+Another way to fix the problem is to use unbuffered operating system
+calls to write directly to the file descriptor for standard output.
+On Unix, this means <tt>write(1, ...)</tt> -- see the man page for write(2).
+On Win32, you can use either the Unix-like <tt>_write(1, ...)</tt> or Win32
+native routines like <tt>WriteFile</tt>.
+</p>
+
+<p>
+Second, on the input side, you are likely to want to poll during your
+search and stop it if new input has come in.  If you implement
+pondering, you'll need this so that pondering stops when the user
+makes a move.  You should also poll during normal thinking on your
+move, so that you can implement the "?" (move now) command, and so
+that you can respond promptly to a "result", "force", or "quit"
+command if xboard wants to end the game or terminate your engine.
+Buffered input makes polling more complicated -- when you poll, you
+must stop your search if there are <em>either</em> characters in the buffer
+<em>or</em> characters available from the underlying file descriptor.
+</p>
+
+<p>
+The most direct way to fix this problem is to use unbuffered operating
+system calls to read (and poll) the underlying file descriptor
+directly.  On Unix, use <tt>read(0, ...)</tt> to read from standard input, and
+use <tt>select()</tt> to poll it.  See the man pages read(2) and select(2).
+(Don't follow the example of GNU Chess and use the FIONREAD ioctl to
+poll for input.  It is not very portable; that is, it does not exist
+on all versions of Unix, and is broken on some that do have it.)  On
+Win32, you can use either the Unix-like <tt>_read(0, ...)</tt> or the native
+Win32 <tt>ReadFile()</tt> to read.  Unfortunately, under Win32, the function to
+use for polling is different depending on whether the input device is
+a pipe, a console, or something else.  (More Microsoft brain damage
+here -- did they never hear of device independence?)  For pipes, you
+can use <tt>PeekNamedPipe</tt> to poll (even when the pipe is unnamed).
+For consoles, 
+you can use <tt>GetNumberOfConsoleInputEvents</tt>.  For sockets only, you can
+use <tt>select()</tt>.  It might be possible to use
+<tt>WaitForSingleObject</tt> more 
+generally, but I have not tried it.  Some code to do these things can
+be found in Crafty's utility.c, but I don't guarantee that it's all
+correct or optimal.
+</p>
+
+<p>
+A second way to fix the problem might be to ask your I/O library not
+to buffer on input.  It should then be safe to poll the underlying
+file descriptor as descrbed above.  With C, you can try calling
+<tt>setbuf(stdin, NULL)</tt>.  However, I have never tried this.  Also, there
+could be problems if you use <tt>scanf()</tt>, at least with certain patterns,
+because <tt>scanf()</tt> sometimes needs to read one extra character and "push
+it back" into the buffer; hence, there is a one-character pushback
+buffer even if you asked for stdio to be unbuffered.  With C++, you
+can try <tt>cin.rdbuf()-&gt;setbuf(NULL, 0)</tt>, but again, I have never tried
+this.
+</p>
+
+<p>
+A third way to fix the problem is to check whether there are
+characters in the buffer whenever you poll.  C I/O libraries generally
+do not provide any portable way to do this.  Under C++, you can use
+<tt>cin.rdbuf()-&gt;in_avail()</tt>.  This method has been reported to
+work with 
+EXchess.  Remember that if there are no characters in the buffer, you
+still have to poll the underlying file descriptor too, using the
+method descrbed above.
+</p>
+
+<p>
+A fourth way to fix the problem is to use a separate thread to read
+from stdin.  This way works well if you are familiar with thread
+programming.  This thread can be blocked waiting for input to come in
+at all times, while the main thread of your engine does its thinking.
+When input arrives, you have the thread put the input into a buffer
+and set a flag in a global variable.  Your search routine then
+periodically tests the global variable to see if there is input to
+process, and stops if there is.  WinBoard and my Win32 ports of ICC
+timestamp and FICS timeseal use threads to handle multiple input
+sources.
+</p>
+
+<h2><a name="7">7. Signals</a></h2>
+
+<p>Engines that run on Unix need to be concerned with two Unix
+signals: <tt>SIGTERM</tt> and <tt>SIGINT</tt>.  This applies both to
+engines that run under xboard and (the unusual case of) engines that
+WinBoard remotely runs on a Unix host using the -firstHost or
+-secondHost feature.  It does not apply to engines that run on
+Windows, because Windows does not have Unix-style signals.</p>
+
+<p>First, when an engine is sent the "quit" command, it is also given a
+<tt>SIGTERM</tt> signal shortly afterward to make sure it goes away.  If your
+engine reliably responds to "quit", and the signal causes problems for
+you, you should ignore it by calling <tt>signal(SIGTERM, SIG_IGN)</tt> at the
+start of your program.</p>
+
+<p>Second,
+xboard will send an interrupt signal (<tt>SIGINT</tt>) at certain times when it
+believes the engine may not be listening to user input (thinking or
+pondering).  WinBoard currently does this only when the engine is
+running remotely using the -firstHost or -secondHost feature, not when
+it is running locally.  You probably need to know only enough about
+this grungy feature to keep it from getting in your way.
+</p>
+
+<p>
+The <tt>SIGINT</tt>s are basically tailored to the needs of GNU Chess on
+systems where its input polling code is broken or disabled.  Because
+they work in a rather peculiar way, it is recommended that you simply
+ignore <tt>SIGINT</tt> when running under Unix in xboard mode.  You can do this
+by having your engine call <tt>signal(SIGINT, SIG_IGN)</tt>.  Alternatively,
+you can configure your personal copy of xboard to not send <tt>SIGINT</tt> by
+running configure with the --disable-sigint option.  This won't help
+you if you give your engine to other people who don't want to
+recompile their xboard and possibly break its interaction with GNU
+Chess.
+</p>
+
+<p>
+Here are details for the curious.  If xboard needs to send a command
+when it is the chess engine's move (such as before the "?" command), 
+it sends a <tt>SIGINT</tt> first.  If xboard needs to send commands when it is
+not the chess engine's move, but the chess engine may be pondering
+(thinking on its opponent's time) or analyzing (analysis or analyze
+file mode), xboard sends a <tt>SIGINT</tt> before the first such command only.
+Another <tt>SIGINT</tt> is not sent until another move is made, even if xboard
+issues more commands.  This behavior is necessary for GNU Chess.  The
+first <tt>SIGINT</tt> stops it from pondering until the next move, but on some
+systems, GNU Chess will die if it receives a <tt>SIGINT</tt> when not actually
+thinking or pondering.
+</p>
+
+<p>
+There are two reasons why WinBoard does not send the Win32 equivalent
+of <tt>SIGINT</tt> (which is called <tt>CTRL_C_EVENT</tt>) to local engines.  First, the
+Win32 GNU Chess port does not need it.  Second, I could not find a way
+to get it to work.  Win32 seems to be designed under the assumption
+that only console applications, not windowed applications, would ever
+want to send a <tt>CTRL_C_EVENT</tt>.  (More Microsoft brain damage.)
+</p>
+
+<h2><a name="8">8. Commands from xboard to the engine</a></h2>
+
+<p>
+All commands from xboard to the engine end with a newline (\n), even
+where that is not explicitly stated.  All your output to xboard must
+be in complete lines; any form of prompt or partial line will cause
+problems.
+</p>
+
+<p>
+At the beginning of each game, xboard sends an initialization string.
+This is currently "new\nrandom\n" unless the user changes it with the
+initString or secondInitString option.
+</p>
+
+<p>
+xboard normally reuses the same chess engine process for multiple
+games.  At the end of a game, xboard will send the
+"force" command (see 
+below) to make sure your engine stops thinking about the current
+position.  It will later send the initString again to start a new
+game.  If your engine can't play multiple games, give xboard the
+-xreuse (or -xreuse2) command line option to disable reuse.  xboard
+will then ask the process to quit after each game and start a new
+process for the next game.
+</p>
+
+<dl>
+<dt><strong>xboard</strong>
+<dd>This command will be sent once immediately after your engine
+process is started.  You can use it to put your engine into "xboard
+mode" if that is needed.  If your engine prints a prompt to ask for
+user input, you must turn off the prompt and output a newline when the
+"xboard" command comes in.
+<p>
+
+<dt><strong>new</strong>
+<dd>Reset the board to the standard chess starting position.  Set
+White on move.  Leave force mode and set the engine to play Black.
+Associate the engine's clock with Black and the opponent's clock with
+White.  Reset clocks and time controls to the start of a new game.
+Stop clocks.  Do not ponder on this move, even if pondering is on.
+Remove any search depth limit previously set by the sd command.
+<p>
+
+<dt><strong>variant VARNAME</strong>
+<dd>If the game is not standard chess, but a variant, this command is
+sent after "new" and before the first move or "edit" command.  Currently
+defined variant names are:
+
+<table>
+<tr align="left"><th>wildcastle<td>Shuffle chess where king can castle from d file
+<tr align="left"><th>nocastle<td>Shuffle chess with no castling at all
+<tr align="left"><th>fischerandom<td>FischeRandom (not supported yet)
+<tr align="left"><th>bughouse<td>Bughouse, ICC/FICS rules
+<tr align="left"><th>crazyhouse<td>Crazyhouse, ICC/FICS rules
+<tr align="left"><th>losers<td>Win by losing all pieces or getting mated (ICC)
+<tr align="left"><th>suicide<td>Win by losing all pieces including king (FICS)
+<tr align="left"><th>twokings<td>Weird ICC wild 9
+<tr align="left"><th>kriegspiel<td>Kriegspiel (not really supported)
+<tr align="left"><th>atomic<td>Atomic (not really supported)
+<tr align="left"><th>3check<td>Win by giving check 3 times (not supported)
+<tr align="left"><th>unknown<td>Unknown variant (not supported)
+</table>
+<p>
+
+<dt><strong>quit</strong>
+<dd>The chess engine should immediately exit.  This command is used
+when xboard is itself exiting, and also between games if the -xreuse
+command line option is given (or -xreuse2 for the second engine).
+See also <a href="#7">Signals</a> above.
+<p>
+
+<dt><strong>random</strong>
+<dd>This command is specific to GNU Chess.  You can either ignore it
+completely (that is, treat it as a no-op) or implement it as GNU Chess
+does.  The command toggles "random" mode (that is, it sets random =
+!random).  In random mode, the engine adds a small random value to its
+evaluation function to vary its play.  The "new" command sets random
+mode off.
+<p>
+
+<dt><strong>force</strong>
+<dd>Set the engine to play neither color ("force mode").  Stop clocks.
+The engine should check that moves received in force mode are legal
+and made in the proper turn, but should not think, ponder, or make
+moves of its own.
+<p>
+
+<dt><strong>white</strong>
+<dd>Set White on move.  Set the engine to play Black.  Stop clocks.
+<p>
+  
+<dt><strong>black</strong>
+<dd>Set Black on move.  Set the engine to play White.  Stop clocks.
+<p>
+
+<dt><strong>level MPS BASE INC</strong>
+<dd>Set time controls.  See the <a href="#11">Time Control</a> section below.
+<p>
+  
+<dt><strong>st TIME</strong>
+<dd>Set time controls.  See the <a href="#11">Time Control</a> section
+below. The commands "level" and "st" are not used together.
+<p>
+
+<dt><strong>sd DEPTH</strong>
+<dd>The engine should limit its thinking to DEPTH ply.
+<p>
+
+<dt><strong>time N</strong>
+<dd>Set a clock that always belongs to the engine.  N is a number in
+  centiseconds (units of 1/100 second).  Even if the engine changes to
+  playing the opposite color, this clock remains with the engine.
+<p>
+
+<dt><strong>otim N</strong>
+
+<dd>Set a clock that always belongs to the opponent.  N is a number in
+centiseconds (units of 1/100 second).  Even if the opponent changes to
+playing the opposite color, this clock remains with the opponent.
+<p>
+If needed for purposes of board display in force mode (where the
+engine is not participating in the game) the time clock should be
+associated with the last color that the engine was set to play, the
+otim clock with the opposite color.
+</p>
+
+<p>
+If you can't handle the time and otim commands, you can ignore them
+(that is, treat them as no-ops); or better, send back "Error (unknown
+command): time" the first time you see "time", and xboard will realize
+you don't implement the command.
+</p>
+
+<dt><strong>go</strong>
+
+<dd>Leave force mode and set the engine to play the color that is on
+move.  Associate the engine's clock with the color that is on move,
+the opponent's clock with the opposite color.  Start the engine's
+clock.  Start thinking and eventually make a move.
+<p>
+
+<dt><strong>MOVE</strong>
+<dd>See below for the syntax of moves.  If the move is illegal, print
+an error message; see the section "<a href="#9">Commands from the engine to
+xboard</a>".  If the move is legal and in turn, make it.  If not in force
+mode, stop the opponent's clock, start the engine's clock, start
+thinking, and eventually make a move.
+<p>
+When xboard sends your engine a move, it always sends coordinate
+algebraic notation.  There is no command name; the notation is just
+sent as a line by itself.  Examples:
+<p>
+<table>
+<tr align="left"><td>Normal moves:<td>e2e4
+<tr align="left"><td>Pawn promotion:<td>e7e8q
+<tr align="left"><td>Castling:<td>e1g1, e1c1, e8g8, e8c8
+<tr align="left"><td>Bughouse drop:<td>P@h3
+<tr align="left"><td>ICS Wild 0/1 castling:<td>d1f1, d1b1, d8f8, d8b8
+<tr align="left"><td>FischerRandom castling:<td>o-o, o-o-o  (future)
+</table>
+
+<p>
+If your engine can't handle this kind of output, change the routine
+SendMoveToProgram in backend.c to send the kind of notation you need.
+If you define SAN_TO_PROGRAM, your engine will be sent Standard
+Algebraic Notation (as defined by the PGN standard); for example, e4,
+Nf3, exd5, Bxf7+, Qxf7#, e8=Q, O-O, or P@h3.  (The P@h3 notation is a
+nonstandard extension to SAN.)  In the future, I may make
+SAN_TO_PROGRAM a runtime option if there is demand for it.
+</p>
+
+<p>
+xboard doesn't reliably detect illegal moves, because it does not keep
+track of castling unavailablity due to king or rook moves, or en
+passant availability.  If xboard sends an illegal move, send back an
+error message so that xboard can retract it and inform the user; see
+the section "<a href="#9">Commands from the engine to xboard</a>".
+</p>
+
+<dt><strong>?</strong>
+<dd>Move now.  If your engine is thinking, it should move immediately;
+  otherwise, the command should be ignored (treated as a no-op).  It
+  is permissible for your engine to always ignore the ? command.  The
+  only bad consequence is that xboard's Move Now menu command will do
+  nothing.
+<p>
+It is also permissible for your engine to move immediately if it gets
+any command while thinking, as long as it processes the command right
+after moving, but it's preferable if you don't do this.  For example,
+xboard may send post, nopost, easy, hard, force, or quit while the
+engine is on move.
+</p>
+
+<dt><strong>draw</strong>
+<dd>The engine's opponent offers the engine a draw.  To accept the
+draw, send "offer draw".  To decline, ignore the offer (that is, send
+nothing).  If you're playing on ICS, it's possible for the draw offer
+to have been withdrawn by the time you accept it, so don't assume the
+game is over because you accept a draw offer.  Continue playing until
+xboard tells you the game is over.  See also "offer draw" below.
+<p>
+
+<dt><strong>result RESULT {COMMENT}</strong>
+<dd>After the end of each game, xboard will send you a result command.
+You can use this command to trigger learning.  RESULT is either 1-0,
+0-1, 1/2-1/2, or *, indicating whether white won, black won, the game
+was a draw, or the game was unfinished.  The COMMENT string is purely
+a human-readable comment; its content is unspecified and subject to
+change.  In ICS mode, it is passed through from ICS uninterpreted.
+Example: <pre>result 1-0 {White mates}</pre>
+<p>
+Here are some notes on interpreting the "result" command.  Some apply
+only to playing on ICS ("Zippy" mode).
+</p>
+
+<p>
+If you won but did not just play a mate, your opponent must have
+resigned or forfeited.  If you lost but were not just mated, you
+probably forfeited on time, or perhaps the operator resigned manually.
+If there was a draw for some nonobvious reason, perhaps your opponent
+called your flag when he had insufficient mating material (or vice
+versa), or perhaps the operator agreed to a draw manually.
+</p>
+
+<p>
+You will get a result command even if you already know the game ended
+-- for example, after you just checkmated your opponent.  In fact, if
+you send the "RESULT {COMMENT}" command (discussed below), you will
+simply get the same thing fed back to you with "result" tacked in
+front.  You might not always get a "result *" command, however.  In
+particular, you won't get one in local chess engine mode when the user
+stops playing by selecting Reset, Edit Game, Exit or the like.
+</p>
+
+<dt><strong>edit</strong>
+<dd>The edit command puts the chess engine into a special mode, where
+it accepts the following subcommands:
+<table>
+<tr align="left"><th>c<td>change current piece color, initially white
+<tr align="left"><th>Pa4 (for example)<td>place pawn of current color on a4
+<tr align="left"><th>xa4 (for example)<td>empty the square a4 (not used by xboard)
+<tr align="left"><th>#<td>clear board
+<tr align="left"><th>.<td>leave edit mode
+</table>
+
+<p>The edit command does not change the side to move.  To set up a
+black-on-move position, xboard uses the following command sequence:
+</p>
+<pre>
+    new
+    force
+    a2a3
+    edit
+    &lt;edit commands&gt;
+    .
+</pre>
+
+<p>
+This sequence is used for compatibility with engines that do not
+interpret the "black" command according to the specification above;
+see "<a href="#13">Idioms</a>" below.
+</p>
+
+<p>
+After an edit command is complete, if a king and a rook are on their
+home squares, castling is assumed to be available to them.  En passant
+capture is assumed to be illegal on the current move regardless of the
+positions of the pawns.  The clock for the 50 move rule starts at
+zero, and for purposes of the draw by repetition rule, no prior
+positions are deemed to have occurred.
+</p>
+
+<dt><strong>hint</strong>
+<dd>If the user asks for a hint, xboard sends your engine the command
+"hint".  Your engine should respond with "Hint: xxx", where xxx is a
+suggested move.  If there is no move to suggest, you can ignore the
+hint command (that is, treat it as a no-op).
+<p>
+
+<dt><strong>bk</strong>
+<dd>If the user selects "Book" from the xboard menu, xboard will send
+your engine the command "bk".  You can send any text you like as the
+response, as long as each line begins with a blank space or tab (\t)
+character, and you send an empty line at the end.  The text pops up in
+a modal information dialog.
+<p>
+
+<dt><strong>undo</strong>
+<dd>If the user asks to back up one move, xboard will send you the
+"undo" command.  xboard will not send this command without putting you
+in "force" mode first, so you don't have to worry about what should
+happen if the user asks to undo a move your engine made.  (GNU Chess
+actually switches to playing the opposite color in this case.)
+<p>
+
+<dt><strong>remove</strong>
+<dd>If the user asks to retract a move, xboard will send you the
+"remove" command.  It sends this command only when the user is on
+move.  Your engine should undo the last two moves (one for each
+player) and continue playing the same color.
+<p>
+
+<dt><strong>hard</strong>
+<dd>Turn on pondering (thinking on the opponent's time, also known as
+"permanent brain").  xboard will not make any assumption about what
+your default is for pondering or whether "new" affects this setting.
+<p>
+
+<dt><strong>easy</strong>
+<dd>Turn off pondering.
+<p>
+  
+<dt><strong>post</strong>
+<dd>Turn on thinking/pondering output.  
+See <a href="#10">Thinking Output</a> section.
+<p>
+
+<dt><strong>nopost</strong>
+<dd>Turn off thinking/pondering output.
+<p>
+  
+<dt><strong>analyze</strong>
+<dd>Enter analyze mode.  See <a href="#12">Analyze Mode</a> section.
+</dl>
+
+<h3>Here are some special commands for Zippy mode:</h3>
+
+<dl>
+<dt><strong>name X</strong>
+<dd>In ICS mode, xboard obtains the name of its opponent from ICS when
+a game starts and saves it for use in the PGN tags.  In Zippy mode, it
+also passes the opponent's name on to the chess engine with the name
+command.  Example: <pre>name mann</pre>
+
+<dt><strong>rating</strong>
+<dd>In ICS mode, xboard obtains the ICS opponent's rating from the
+"Creating:" message that appears before each game.  (This message may
+not appear on servers using outdated versions of the FICS code.)  In
+Zippy mode, it sends these ratings on to the chess engine using the
+"rating" command.  The chess engine's own rating comes first, and if
+either opponent is not rated, his rating is given as 0.  Example:
+<pre>rating 2600 1500</pre>
+
+<dt><strong>computer</strong>
+<dd>The opponent is on the ICS computer list.
+</dl>
+
+<h3>Bughouse commands:</h3>
+
+<p>
+xboard now supports bughouse engines when in Zippy mode.  See
+<a href="http://www.tim-mann.org/xboard/zippy.README"
+>zippy.README</a> for information on Zippy mode and how to turn on the
+bughouse support.  The bughouse move format is given above.  xboard
+sends the following additional commands to the engine when in bughouse
+mode.  Commands to inform your engine of the partner's game state may
+be added in the future.
+</p>
+
+<dl>
+<dt><strong>partner &lt;player&gt;</strong>
+<dd>&lt;player&gt; is now your partner for future games.  Example: <pre>partner mann</pre>
+<p>
+
+<dt><strong>partner</strong>
+<dd>Meaning: You no longer have a partner.
+<p>
+
+<dt><strong>ptell &lt;text&gt;</strong>
+<dd>Your partner told you &lt;text&gt;, either with a ptell or an ordinary tell.  
+<p>
+
+<dt><strong>holding [&lt;white&gt;] [&lt;black&gt;]</strong>
+<dd>White currently holds &lt;white&gt;; black currently holds &lt;black&gt;.
+  Example: <pre>holding [PPPRQ] []</pre>
+
+<dt><strong>holding [&lt;white&gt;] [&lt;black&gt;] &lt;color&gt;&lt;piece&gt;</strong>
+<dd>White currently holds &lt;white&gt;; black currently holds &lt;black&gt;, after
+  &lt;color&gt; acquired &lt;piece&gt;.   Example: <pre>holding [PPPRQ] [R] BR</pre>
+</dl>
+
+<h2><a name="9">9. Commands from the engine to xboard</a></h2>
+
+<dl>
+<dt><strong>Illegal move: MOVE</strong>
+<dt><strong>Illegal move (REASON): MOVE</strong>
+<dd>If your engine receives a MOVE command that is recognizably a move
+but is not legal in the current position, your engine must print an
+error message in one of the above formats so that xboard can pass the
+error on to the user and retract the move.  The (REASON) is entirely
+optional.  Examples:
+
+<pre>
+  Illegal move: e2e4
+  Illegal move (in check): Nf3
+  Illegal move (moving into check): e1g1
+</pre>
+<p>
+Generally, xboard will never send an ambiguous move, so it does not 
+matter whether you respond to such a move with an Illegal move message 
+or an Error message.
+</p>
+
+<dt><strong>Error (ERRORTYPE): COMMAND</strong>
+<dd>If your engine receives a command it does not understand or does
+not implement, it should print an error message in the above format so
+that xboard can parse it.  Examples:
+<pre>
+  Error (ambiguous move): Nf3
+  Error (unknown command): analyze
+  Error (command not legal now): undo
+  Error (too many parameters): level 1 2 3 4 5 6 7
+</pre>
+
+<p>
+Note: versions of xboard prior to 3.6.11beta do not parse the "Error" 
+format.  To ease the transition, it is acceptable to use the "Illegal 
+move" format for all errors, even if the command given was not a 
+move.
+</p>
+
+<dt><strong>move MOVE</strong>
+<dd>Your engine is making the move MOVE.  Do not echo moves from
+  xboard with this command; send only new moves made by the engine.
+
+<p>
+Note: versions of xboard prior to 3.6.11beta do not parse the above
+format, so you may want to use the old "NUMBER ... MOVE" format
+temporarily.  See the section "<a href="#13">Idioms and backward
+compatibility features</a>" below.
+</p>
+
+<p>
+For the actual move text from your chess engine (in place of MOVE
+above), xboard will accept any kind of unambiguous algebraic format,
+including coordinate notation, SAN, and some slight variants of SAN.
+You don't have to send the pure coordinate notation that xboard sends
+to your engine; xboard parses the output with its general-purpose
+move parser, which was built to extract human-typed game scores from
+netnews messages.  For example, the following will all work:
+</p>
+<pre>
+  e2e4
+  e4
+  Nf3
+  ed
+  exd
+  exd5
+  Nxd5
+  Nfd3
+  e8q
+  e8Q
+  e8=q
+  e8(Q)
+  e7e8q
+  o-o
+  O-O
+  0-0
+</pre>
+
+<p>
+and many more.
+</p>
+
+<dt><strong>RESULT {COMMENT}</strong>
+<dd>When your engine detects that the game has ended by rule
+(checkmate, stalemate, triple repetition, the 50 move rule, or
+insufficient material), your engine must output a line of the form
+"RESULT {comment}" (without the quotes), where RESULT is a PGN result
+code (1-0, 0-1, or 1/2-1/2), and comment is the reason.  Examples:
+<pre>
+  0-1 {Black mates}
+  1-0 {White mates}
+  1/2-1/2 {Draw by repetition}
+  1/2-1/2 {Stalemate}
+</pre>
+
+<p>
+xboard relays the result to the user, the ICS, the other engine in Two
+Machines mode, and the PGN save file as required.
+</p>
+
+<dt><strong>resign</strong>
+<dd>If your engine wants to resign, it can send the command "resign".
+Alternatively, it can use the "RESULT {comment}" command if the string
+"resign" is included in the comment; for example "0-1 {White
+resigns}".  xboard relays the resignation to the user, the ICS, the
+other engine in Two Machines mode, and the PGN save file as required.
+<p>
+
+<dt><strong>offer draw</strong>
+<dd>If your engine wants to offer a draw by agreement (as opposed to
+claiming a draw by rule), it can send the command "offer draw".
+xboard relays the offer to the user, the ICS, the other engine in Two
+Machines mode, and the PGN save file as required.  In Machine White,
+Machine Black, or Two Machines mode, the offer is considered valid
+until your engine has made two more moves.
+<p>
+
+<dt><strong>telluser MESSAGE</strong>
+<dd>xboard pops up a modal information dialog containing the message.
+MESSAGE consists of any characters, including whitespace, to the end
+of the line.
+<p>
+
+<dt><strong>tellusererror MESSAGE</strong>
+<dd>xboard pops up a non-modal error dialog containing the message.
+MESSAGE consists of any characters, including whitespace, to the end
+of the line.
+<p>
+
+<dt><strong>askuser REPTAG MESSAGE</strong>
+<dd>Here REPTAG is a string containing no whitespace, and MESSAGE
+consists of any characters, including whitespace, to the end of the
+line.  xboard pops up a modal question dialog that says MESSAGE and
+has a typein box.  If the user types in "bar", xboard sends "REPTAG
+bar" to the engine.  The user can cancel the dialog and send nothing.
+<p>
+
+<dt><strong>tellics MESSAGE</strong>
+<dd>In Zippy mode, xboard sends "MESSAGE\n" to ICS.  MESSAGE consists
+of any characters, including whitespace, to the end of the line.
+
+</dl>
+
+<h2><a name="10">10. Thinking Output</a></h2>
+
+<p>
+If the user asks your engine to "show thinking", xboard sends your
+engine the "post" command.  It sends "nopost" to turn thinking off.
+In post mode, your engine sends output lines to show the progress of
+its thinking.  The engine can send as many or few of these lines as it
+wants to, whenever it wants to.  Typically they would be sent when the
+PV (principal variation) changes or the depth changes.  The thinking
+output should be in the following format:
+</p>
+
+<pre>ply score time nodes pv</pre>
+
+Where:
+<table>
+<tr align="left"><th>ply<td>Integer giving current search depth.
+<tr align="left"><th>score<td>Integer giving current evaluation in centipawns.
+<tr align="left"><th>time<td>Current search time in centiseconds (ex:
+1028 = 10.28 seconds).
+
+<tr align="left"><th>nodes<td>Nodes searched.
+<tr align="left"><th>pv<td>Freeform text giving current "best" line.
+You can continue the pv onto another line if you start each
+continuation line with at least four space characters.
+</table>
+
+<p>
+Example:
+</p>
+
+<pre>  9 156 1084 48000 Nf3 Nc6 Nc3 Nf6</pre>
+
+<p>
+Meaning:
+</p>
+
+9 ply, score=1.56, time = 10.84 seconds, nodes=48000, 
+PV = "Nf3 Nc6 Nc3 Nf6"
+
+<p>
+Longer example from actual Crafty output:
+</p>
+<pre>
+  4    109      14   1435  1. e4 d5 2. Qf3 dxe4 3. Qxe4 Nc6
+  4    116      23   2252  1. Nf3 Nc6 2. e4 e6
+  4    116      27   2589  1. Nf3 Nc6 2. e4 e6
+  5    141      44   4539  1. Nf3 Nc6 2. O-O e5 3. e4
+  5    141      54   5568  1. Nf3 Nc6 2. O-O e5 3. e4
+</pre>
+
+<p>
+You can use the PV to show other things; for instance, while in book,
+Crafty shows the observed frequency of different reply moves in its
+book.  In situations like this where your engine is not really
+searching, start the PV with a '(' character:
+</p>
+
+<pre>
+  0      0       0      0  (e4 64%, d4 24%)
+</pre>
+
+<p>
+GNU Chess output is very slightly different.  The ply number is
+followed by an extra nonblank character, and the time is in seconds,
+not hundredths of seconds.  For compatibility, xboard accepts the
+extra character and takes it as a flag indicating the different time
+units.  Example:
+</p>
+
+<pre>
+ 2.     14    0       38   d1d2  e8e7 
+ 3+     78    0       65   d1d2  e8e7  d2d3 
+ 3&     14    0       89   d1d2  e8e7  d2d3 
+ 3&     76    0      191   d1e2  e8e7  e2e3 
+ 3.     76    0      215   d1e2  e8e7  e2e3 
+ 4&     15    0      366   d1e2  e8e7  e2e3  e7e6 
+ 4.     15    0      515   d1e2  e8e7  e2e3  e7e6 
+ 5+     74    0      702   d1e2  f7f5  e2e3  e8e7  e3f4 
+ 5&     71    0     1085   d1e2  e8e7  e2e3  e7e6  e3f4 
+ 5.     71    0     1669   d1e2  e8e7  e2e3  e7e6  e3f4 
+ 6&     48    0     3035   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 6.     48    0     3720   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 7&     48    0     6381   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 7.     48    0    10056   d1e2  e8e7  e2e3  e7e6  e3e4  f7f5  e4d4 
+ 8&     66    1    20536   d1e2  e8e7  e2e3  e7e6  e3d4  g7g5  a2a4  f7f5 
+ 8.     66    1    24387   d1e2  e8e7  e2e3  e7e6  e3d4  g7g5  a2a4  f7f5 
+ 9&     62    2    38886   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  a2a4  h5h4 
+                           d4e4 
+ 9.     62    4    72578   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  a2a4  h5h4 
+                           d4e4 
+10&     34    7   135944   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  c2c4  h5h4 
+                           d4e4  f7f5  e4f4 
+10.     34    9   173474   d1e2  e8e7  e2e3  e7e6  e3d4  h7h5  c2c4  h5h4 
+                           d4e4  f7f5  e4f4 
+</pre>
+
+<p>If your engine is pondering (thinking on its opponent's time) in post
+mode, it can show its thinking then too.  In this case your engine may
+omit the hint move (the move it is assuming its opponent will make)
+from the thinking lines <em>if and only if</em> it sends xboard the move in
+the usual "Hint: xxx" format before sending the first line.
+</p>
+
+<h2><a name="11">11. Time control</a></h2>
+
+<p>
+xboard supports three styles of time control: conventional chess clocks,
+the ICS-style incremental clock, and an exact number of seconds per move.
+</p>
+
+<p>In conventional clock mode, every time control period is the same.
+That is, if the time control is 40 moves in 5 minutes, then after each
+side has made 40 moves, they each get an additional 5 minutes, and so
+on, ad infinitum.  At some future time it would be nice to support a
+series of distinct time controls.  This is very low on my personal
+priority list, but code donations to the xboard project are accepted,
+so feel free to take a swing at it.  I suggest you talk to me first,
+though.
+</p>
+
+<p>
+The command to set a conventional time control looks like this:
+</p>
+
+<pre>
+  level 40 5 0
+  level 40 0:30 0
+</pre>
+
+<p>
+The 40 means that there are 40 moves per time control.  The 5 means
+there are 5 minutes in the control.  In the second example, the 0:30
+means there are 30 seconds.  The final 0 means that we are in
+conventional clock mode.
+</p>
+
+<p>
+The command to set an incremental time control looks like this:
+</p>
+
+<pre>
+  level 0 2 12
+</pre>
+
+<p>
+Here the 0 means "play the whole game in this time control period",
+the 2 means "base=2 minutes", and the 12 means "inc=12 seconds".  As
+in conventional clock mode, the second argument to level can be in
+minutes and seconds.
+</p>
+
+<p>
+At the start of the game, each player's clock is set to base minutes.
+Immediately after a player makes a move, inc seconds are added to his
+clock.  A player's clock counts down while it is his turn.  Your flag
+can be called whenever your clock is zero or negative.  (Your clock
+can go negative and then become positive again because of the
+increment.)
+</p>
+
+<p>
+A special ICS rule: if you ask for a game with base=0, the clocks
+really start at 10 seconds instead of 0.  xboard itself does not know
+about this rule currently, so it may pass the 0 on to the engine
+instead of changing it to 0:10.
+</p>
+
+<p>
+ICS also has time odds games.  With time odds, each player has his own
+(base, inc) pair, but otherwise things work the same as in normal
+games.  The Zippy xboard accepts time odds games but ignores the fact
+that the opponent's parameters are different; this is perhaps not
+quite the right thing to do, but gnuchess doesn't understand time
+odds.  Time odds games are always unrated.
+</p>
+
+<p>The command to set an exact number of seconds per move looks like this:
+</p>
+
+<pre>
+  st 30
+</pre>
+
+<p>
+This means that each move must be made in 30 seconds.  Time not used
+on one move does not accumulate for use on later moves.
+</p>
+
+<h2><a name="12">12. Analyze Mode</a></h2>
+
+<p>xboard supports analyzing fresh games, edited positions, and games
+from files.  However, all of these look the same from the chess
+engine's perspective. Basically, the engine just has to respond to the
+"analyze" command.  If your engine does not support analyze mode, it
+should print the error message "Error (unknown command): analyze" in
+response to the "analyze" command.
+</p>
+
+<p>
+To enter analyze mode, xboard sends the command sequence "post",
+"white" or "black", "analyze".  Analyze mode in your engine should be
+similar to force mode, except that your engine thinks about what move
+it would make next if it were on move.  Your engine should accept the
+following commands while in analyze mode:
+</p>
+
+<ul>
+<li>Any legal move, as in force mode
+<li>"undo"
+<li>"new"  (reset position to start of game but stay in analyze mode)
+<li>"edit" (exiting edit mode returns to analyze mode)
+<li>"exit" (leave analyze mode)
+<li>"."    (optional, see below)
+</ul>
+  
+<p>
+If the user selects "Periodic Updates", xboard will send the string
+".\n" to the chess engine periodically during analyze mode, unless the
+last PV received began with a '(' character.
+</p>
+
+<p>
+The chess engine should respond to ".\n" with a line like this:
+</p>
+
+<pre>
+stat01: time nodes ply mvleft mvtot
+</pre>
+
+Where:
+<table>
+<tr align="left"><th>time<td>Elapsed search time in centiseconds (ie: 567 = 5.67 seconds).
+<tr align="left"><th>nodes<td>Nodes searched so far.
+<tr align="left"><th>ply<td>Search depth so far.
+<tr align="left"><th>mvleft<td>Number of moves left to consider at this depth.
+<tr align="left"><th>mvtot<td>Total number of moves to consider.
+</table>
+
+<p>
+Example:
+</p>
+<pre>
+  stat01: 1234 30000 7 5 30
+</pre>
+
+<p>
+Meaning:
+</p>
+
+<p>After 12.34 seconds, I've searched 7 ply/30000 nodes, there are a
+  total of 30 legal moves, and I have 5 more moves to search
+  before going to depth 8.</p>
+
+<p>
+Implementation of the "." command is OPTIONAL. If the engine does not
+respond to the "." command with a "stat01..." line, xboard will stop
+sending "."  commands.  If the engine does not implement this command,
+the analysis window will use a shortened format to display the engine
+info.
+</p>
+
+<p>
+To give the user some extra information, the chess engine can output
+the strings "++\n" and "--\n", to indicate that the current search is
+failing high or low, respectively.  You don't have to send anything
+else to say "Okay, I'm not failing high/low anymore."  xboard will
+figure this out itself.
+</p>
+
+<h2><a name="13">13. Idioms and backward compatibility features</a></h2>
+
+<p>
+Some engines have variant interpretations of the force/go/white/black,
+time/otim, and hard/easy command sets.  New engines should not use
+these interpretations, but in order to accommodate existing engines,
+xboard is currently very conservative about how it uses these
+commands.  Only the following idioms are currently used.
+</p>
+
+<dl>
+
+<dt><strong>white</strong>
+<dt><strong>go</strong>
+<dd>Sent when the engine is in force mode or playing Black but should
+switch to playing White.  This sequence is sent only when White is
+already on move.
+<p>
+
+<dt><strong>black</strong>
+<dt><strong>go</strong>
+<dd>Sent when the engine is in force mode or playing White but should
+switch to playing Black.  This sequence is sent only when Black is
+already on move.
+<p>
+
+<dt><strong>time N</strong>
+<dt><strong>otim N</strong>
+<dt><strong>MOVE</strong>
+<dd>Sent when the opponent makes a move and the engine is already
+playing the opposite color.
+<p>
+
+<dt><strong>white</strong>
+<dt><strong>time N</strong>
+<dt><strong>otim N</strong>
+<dt><strong>black</strong>
+<dt><strong>go</strong>
+<dd>Sent when Black is on move, the engine is in force mode or playing
+White, and the engine's clock needs to be updated before it starts
+playing.  The initial "white" is a kludge to accommodate GNU Chess
+4.0.77's variant interpretation of these commands.  It may be removed
+in the future, especially if it causes problems for other engines.
+<p>
+
+<dt><strong>black</strong>
+<dt><strong>time N</strong>
+<dt><strong>otim N</strong>
+<dt><strong>white</strong>
+<dt><strong>go</strong>
+<dd>Sent when White is on move, the engine is in force mode or playing
+Black, and the engine's clock needs to be updated before it starts
+playing.  See previous idiom.
+<p>
+
+<dt><strong>hard</strong>
+<dt><strong>easy</strong>
+<dd>Sent in sequence to turn off pondering if xboard is not sure
+whether it is on.  When xboard is sure, it will send "hard" or "easy"
+alone.  xboard does this because "easy" is a toggle in GNU Chess but
+"hard" is an absolute on.
+
+</dl>
+
+<p>
+To support older engines, certain additional commands from the engine
+to xboard are also recognized.  (These are commands by themselves, not
+values to be placed in the comment field of the PGN result code.)
+These forms are not recommended for new engines; use the PGN result
+code commands or the resign command instead:
+</p>
+
+<table>
+<tr align="left"><th>Command              <th>Interpreted as
+<tr align="left"><td>White resigns        <td>0-1 {White resigns}
+<tr align="left"><td>Black resigns        <td>1-0 {Black resigns}
+<tr align="left"><td>White                <td>1-0 {White mates}
+<tr align="left"><td>Black                <td>0-1 {Black mates}
+<tr align="left"><td>Draw                 <td>1/2-1/2 {Draw}
+<tr align="left"><td>computer mates       <td>1-0 {White mates} or 0-1 {Black mates}
+<tr align="left"><td>opponent mates       <td>1-0 {White mates} or 0-1 {Black mates}
+<tr align="left"><td>computer resigns     <td>0-1 {White resigns} or 1-0 {Black resigns}
+<tr align="left"><td>game is a draw       <td>1/2-1/2 {Draw}
+<tr align="left"><td>checkmate            <td>1-0 {White mates} or 0-1 {Black mates}
+</table>
+
+<p>
+Commands in the above table are recognized if they begin a line and
+arbitrary characters follow, so (for example) "White mates" will be
+recognized as "White", and "game is a draw by the 50 move rule" will
+be recognized as "game is a draw".  All the commands are
+case-sensitive.
+</p>
+
+<p>
+An alternative move syntax is also recognized:
+</p>
+
+<table>
+<tr align="left"><th>Command              <th>Interpreted as
+<tr align="left"><td>NUMBER ... MOVE      <td>move MOVE
+</table>
+
+<p>
+Here NUMBER means any string of decimal digits, optionally ending in a
+period.  MOVE is any string containing no whitespace.  In this command
+format, xboard requires the "..." even if your engine is playing
+White.  A command of the form NUMBER MOVE will be ignored.  This odd
+treatment of the commands is needed for compatibility with gnuchessx.
+The original reasons for it are lost in the mists of time, but I
+suspect it was originally a bug in the earliest versions of xboard,
+before I started working on it, which someone "fixed" in the wrong
+way, by creating a special version of gnuchess (gnuchessx) instead of
+changing xboard.
+</p>
+
+<p>
+Any line that contains the words "offer" and "draw" is recognized as
+"offer draw".
+</p>
+
+<p>
+The "Illegal move" message is recognized even if spelled "illegal
+move" and even if the colon (":") is omitted.  This accommodates GNU
+Chess 4.0.77, which prints messages like "Illegal move (no matching
+move)e2e4", and old versions of Crafty, which print just "illegal move".
+</p>
+
+<p>
+In Zippy mode, for compatibility with existing versions of Crafty,
+xboard passes through to ICS any line that begins "kibitz", "whisper",
+"tell", or "draw".  Do not use this feature in new code.
+</p>
+
+<p>
+Before the "sd DEPTH" command, xboard also sends the command
+"depth\nDEPTH", for the benefit of GNU Chess.  Note the newline in the
+middle of this command.  Ugh.
+</p>
+
+<p>
+For the benefit of GNU Chess, if an "st TIME"-style time control is
+being used, TIME is also given to the engine as a command-line
+argument when it is started.  Ugh.
+</p>
+
+<hr noshade size="2">
+<address>converted to HTML by <a href="http://www.jakob.at/steffen/">Steffen A. Jakob</a></address>
+</body>
+</html>
diff --git a/rules and standards/FideLawsOfChess b/rules and standards/FideLawsOfChess
new file mode 100755 (executable)
index 0000000..64bd75d
--- /dev/null
@@ -0,0 +1,791 @@
+From: [email protected] (Steven Rix)
+Newsgroups: rec.games.chess
+Subject: 1993 FIDE Laws of Chess
+Date: 16 Apr 93
+
+
+                        The F.I.D.E. Laws Of Chess 
+                        ==========================
+Preface   
+-------
+
+   The Laws of Chess cannot cover all possible situations that may 
+arise during a game, nor can they regulate all administrative questions. 
+Where cases are not precisely regulated by an Article of the Laws, it 
+should be possible to reach a correct decision by studying analogous
+situations which are discussed in the Laws.
+
+   The Laws assume arbiters have the necessary competence, sound
+judgment and absolute objectivity. Too detailed a rule might deprive
+the arbiter of his freedom of judgment and thus prevent him from finding
+the solution to a problem dictated by fairness, logic and special factors.
+
+   F.I.D.E. appeals to all chess players and federations to accept 
+this view. Any chess federation that already operates, or wants to 
+introduce, more detailed rules is free to do so, provided:
+
+ (a)  they do not conflict in any way with the official 
+F.I.D.E. Laws of Chess;
+
+ (b)  they are limited to the territory of the federation in
+question; and
+
+ (c)  they are not valid for any F.I.D.E. match, championship,
+or qualifying event, or to a F.I.D.E. title or rating tournament.
+                 
+   In the Articles of these Laws, "he", "him" and "his" can refer to 
+"she", "her" and "hers".
+
+
+Article 1:    The Chessboard 
+----------    --------------      
+
+      The game of chess is played between two opponents by moving pieces
+      on a square board called a  "chessboard".
+  
+ 1.1  The chessboard is composed of 64 equal squares, alternately light 
+      (the  "white" squares) and dark (the  "black" squares).
+
+ 1.2  The chessboard is placed between the players in such a way that 
+      the near corner to the right of each player is white.
+
+ 1.3  The eight vertical rows of squares are called  "files".
+
+ 1.4  The eight horizontal rows of squares are called  "ranks".
+
+ 1.5  The lines of squares of the same colour, touching corner to corner, 
+       are called  "diagonals".
+
+
+Article 2:    The Pieces   
+----------    ----------    
+
+ 2.1  At the beginning of the game, one player has 16 light-coloured 
+      pieces (the  "white" pieces), the other has 16 dark-coloured 
+      pieces (the  "black"  pieces.
+
+ 2.2  These pieces are as follows: 
+      A white king:          K            A black king:        k  
+      A white queen:         Q            A black queen:       q  
+      Two white rooks:       R            Two black rooks:     r  
+      Two white knights:     N            Two black knights:   n  
+      Two white bishops:     B            Two black bishops:   b  
+      Eight white pawns:     P            Eight black pawns:   p  
+
+ 2.3  The initial position of the pieces on the chessboard is as follows:
+
+      |---|---|---|---|---|---|---|---|
+      | r | n | b | q | k | b | n | r |   -- this square is "black"
+      |---|---|---|---|---|---|---|---|
+      | p | p | p | p | p | p | p | p |
+      |---|---|---|---|---|---|---|---|
+      |   | . |   | . |   | . |   | . |
+      |---|---|---|---|---|---|---|---|
+      | . |   | . |   | . |   | . |   |
+      |---|---|---|---|---|---|---|---|
+      |   | . |   | . |   | . |   | . |
+      |---|---|---|---|---|---|---|---|
+      | . |   | . |   | . |   | . |   |
+      |---|---|---|---|---|---|---|---|
+      | P | P | P | P | P | P | P | P |
+      |---|---|---|---|---|---|---|---|
+      | R | N | B | Q | K | B | N | R |   -- this square is "white"
+      |---|---|---|---|---|---|---|---|
+
+Article 3:    The Right To Move 
+----------    -----------------    
+
+ 3.1  The player with the white pieces commences the game. The players
+      alternate in making one move at a time until the game is completed. 
+      
+ 3.2  A player is said to  "have the move" when his opponent's move 
+      has been completed.
+
+
+Article 4:    The General Definition Of The Move    
+----------    ----------------------------------
+ 4.1  With the exception of castling (Article 5.1(b)), a move is the
+      transfer by a player of one of his pieces from one square to 
+      another square, which is either vacant or occupied by an opponent's 
+      piece. 
+      [A capture is, therefore, merely a certain type of move.] 
+
+ 4.2  No piece, except the rook when castling (Article 5.1(b)) and the
+      knight (Article 5.5), may cross a square occupied by another piece.
+
+ 4.3  A piece played to a square occupied by an opponent's piece captures 
+      it as part of the same move. The captured piece must be removed
+      immediately from the chessboard by the player making the capture 
+      (see Article 5.6(c) for capturing "en passant").
+
+
+Article 5:    The Moves Of The Pieces     
+----------    -----------------------
+ 5.1  The King:
+      (a)  Except when castling, the king moves to any adjoining square 
+           that is not attacked by an opponent's piece.
+      (b)  Castling is a move of the king and either rook, counting as a
+           single move of the king and executed as follows: the king is
+           transferred from its original square two squares toward either 
+           rook on the same rank; then that rook is transferred over the 
+           king to the square the king has just crossed.
+      (c)  If a player touches a rook and then his king, he may not castle 
+           with that rook and the situation will by governed by Articles 
+           7.2 and 7.3 [Touched Piece rules].
+      (d)  If a player, intending to castle, touches the king first, or
+           king and rook at the same time, and it then appears that castling 
+           is illegal, the player may choose either to move his king or to 
+           castle on the other side, provided that castling on that side is 
+           legal. If the king has no legal move, the player is free to make 
+           any legal move.
+      (e)  Castling is [permanently] illegal:
+           (i)  if the king has already been moved; or
+          (ii)  with a rook that has already been moved.
+      (f)  Castling is prevented for the time being:
+           (i)  if the king's original square, or the square which the king 
+                must pass over, or that which it is to occupy, is attacked 
+                by an  opponent's piece; or
+          (ii)  if there is any piece between the king and the rook with
+                which castling is to be effected [i.e. castling may still 
+                be legal even if the rook is attacked or, when castling 
+                queenside, passes over an attacked square] .
+
+ 5.2  The Queen.
+      The queen moves to any square (except as limited by Article 4.2)
+      [No leapfrogging]  on the file, rank, or diagonals on which it stands.
+
+ 5.3  The Rook.
+      The rook moves to any square (except as limited by Article 4.2) on the 
+      file or rank on which it stands.
+
+ 5.4  The Bishop.
+      The bishop moves to any square (except as limited by Article 4.2) on 
+      the diagonals on which it stands.
+
+ 5.5  The Knight.
+      The knight's move is composed of two different steps; first, it makes
+      one step of one single square along its rank or file, and then, still
+      moving away from the square of departure, one step of one single
+      square on a diagonal. It does not matter if the square of the first
+      step is occupied.
+
+ 5.6  The Pawn.
+      (a)  The pawn may move only forward [except as limited by Article 4.2].
+      (b)  Except when making a capture, it advances from its original 
+           square either one or two vacant squares along the file on which 
+           it is placed, and on subsequent moves it advances one vacant 
+           square along the file. When capturing, it advances one square 
+           along either of the diagonals on which it stands.
+      (c)  A pawn, attacking a square crossed by an opponent's pawn which
+           has  [just]  been advanced two squares in one move from its 
+           original square, may capture this opponent's pawn as though the 
+           latter had been moved only one square. This capture may only be 
+           made in [immediate] reply to such an advance, and is called an     
+           "en passant"  capture.
+      (d)  On reaching the last rank, a pawn must immediately be exchanged, 
+           as part of the same move, for [either] a queen, a rook, a bishop, 
+           or a knight, of the same colour as the pawn, at the player's 
+           choice and without taking into account the other pieces still 
+           remaining on the chessboard. This exchange of a pawn for another 
+           piece is called  "promotion", and the effect of the promoted 
+           piece is immediate [and permanent!].
+      (e)  In a competition, if a new piece required for the promotion is 
+           not immediately available, the player may stop his clock to ask 
+           for the assistance of the arbiter. The player must complete his 
+           move correctly, in the manner specified in Article 5.6(d).
+
+
+Article 6:    The Completion Of The Move    
+----------    --------------------------
+      A move is completed:
+
+ 6.1  in the case of the transfer of a piece to a vacant square, when 
+      the player's hand has released the piece;
+
+ 6.2  in the case of a capture, when the captured piece has been removed
+      from the chessboard and the player, having placed his own piece on 
+      its new square, has released this [capturing] piece from his hand;
+
+ 6.3  in the case of castling, when the player's hand has released the 
+      rook on the square [previously] crossed by the king. When the player 
+      has released the king from his hand, the move is not yet completed, 
+      but the player no longer has the right to make any move other than 
+      castling on that side, if this is legal;
+
+ 6.4  in the case of the promotion of a pawn, when the pawn has been
+      removed from the chessboard and the player's hand has released the 
+      new piece after placing it on the promotion square. If the player 
+      has released from his hand the pawn that has reached the promotion 
+      square, the move is not yet completed, but the player no longer has 
+      the right to play the pawn to another square.
+
+ 6.5  When determining whether the prescribed number of moves has been made 
+      in the allotted time, the last move is not considered complete until 
+      after the player has stopped his clock. This applies to all situations 
+      except those governed by Articles 10.1, 10.2, 10.3, 10.4 and 10.6. 
+      [i.e. when the move has been completed in the sense of Articles 6.1-6.4, 
+      and the game ends immediately after the move in question, which may, 
+      for example, put the player's opponent into checkmate. This Law was 
+      introduced to prevent the situation where a player returns to the board 
+      to claim a win on time, possibly an hour after being checkmated!] .
+
+
+Article 7:    The Touched Piece 
+----------    ----------------- 
+
+ 7.1  Provided that he first expresses his intention (e.g. by saying
+      "j'adoube"), the player having the move may adjust one or more pieces 
+      on their squares.    
+      [If a player's opponent is absent from the chessboard, it is best to 
+      inform one of his team-mates, or some other witness.] 
+
+ 7.2  Except for the above case, if the player having the move deliberately 
+      touches on the board:
+      (a)  one or more pieces of the same colour, he must move or capture
+           the first piece he touched that can be moved or captured; or
+      (b)  one of his own pieces and one of his opponent's pieces, he must
+           capture his opponent's piece with his own piece; or, if this is 
+           illegal, move or capture the first piece he touched that can be 
+           moved or captured. If it is impossible to establish which piece 
+           was touched first, the player's piece shall be considered the 
+           touched piece.
+
+ 7.3  If none of the touched pieces has a legal move (or if none of the
+      opponent's pieces which were touched can be captured legally), the 
+      player is free to make any legal move.
+
+ 7.4  If a player wishes to claim that his opponent has violated Article
+      7.2, he must do so before he himself touches a piece.
+      [Note that the clause "deliberately touches" protects a player from 
+      having to move a piece accidentally touched by his elbow/wrist etc] 
+
+
+Article 8:    Illegal Positions 
+----------    -----------------
+
+ 8.1  If, during a game, it is found that an illegal move was made, the
+      position shall be reinstated to what it was before the illegal move 
+      was made. The game shall then continue by applying the rules of 
+      Article 7 to the move replacing the illegal move. If the position 
+      cannot be reinstated, the game shall be annulled and a new game 
+      played. This applies to all sessions of play, and to a game awaiting 
+      a decision by adjudication.    
+      [Note that this discovery of an illegal move must be made while the 
+      game is still in progress, before resignation or the agreement of a 
+      draw. The only possible exception can be if the illegal move itself 
+      would theoretically end the game: anyone trying the trick 1. e2-e4 
+      e7-e5; 2. Bf1-c4 Ng8-f6; 3. Qd1xf7 "mate" may be penalised under 
+      Article 10.17! Note that the act of playing an illegal move, at ANY 
+      stage of the game, does not IN ITSELF forfeit the game.] 
+
+ 8.2  If, during a game, one or more pieces have been accidentally
+      displaced and incorrectly replaced, the position before the 
+      displacement occurred shall be reinstated, and the game shall 
+      continue. If the position cannot be reinstated, the game shall be 
+      annulled and a new game played.
+
+ 8.3  If a player moves and in the course of this inadvertently knocks 
+      over a piece, or several pieces, he must re-establish the position 
+      in his own time. 
+
+ 8.4  If, after an adjournment, the position is incorrectly set up, the 
+      position as it was on adjournment must be set up again and the game 
+      continued. 
+
+ 8.5  If, during a game, it is found that the initial position of the 
+      pieces was incorrect, the game shall be annulled and a new game played.
+
+ 8.6  If a game has begun with colours incorrectly reversed, then it shall 
+      continue if more than one quarter of the time allocated to both 
+      players to the first time control has elapsed. Earlier, the arbiter 
+      can arrange for a new game to start with the correct colours, if the 
+      event's timetable is not excessively disrupted. 
+
+ 8.7  If, during a game, it is found that the board has been placed contrary 
+      to Article 1.2, the position reached should be transferred to a
+      correctly-placed board, and the game continued. 
+      [In the situations covered by Articles 8.5-8.7, a spectator is 
+      justified in pointing out to the arbiter the error he has noticed. 
+      In Article 8.7, the implicit assumption is that the relative 
+      positions of the pieces relative to one another were correct] .
+
+
+Article 9:    Check   
+----------    -----   
+
+ 9.1  The king is in "check" when the square it occupies is attacked by 
+      one or more of the opponent's pieces; in this case, the latter is/are 
+      said to be  "checking" the king. A player may not make a move which 
+      leaves his king on a square attacked by any of his opponent's pieces.
+
+ 9.2  Check must be parried by the move immediately following. If any check 
+      cannot be parried, the king is said to be "checkmated" ("mated").
+ 9.3  Declaring a check is not obligatory. 
+      [Merely polite! Playing an illegal move does not imply the loss of 
+      the game: see Article 8.1.] 
+
+Article 10:    The Completed Game  
+-----------    ------------------
+10.1  The game is won by the player who has checkmated his opponent's 
+      king. This immediately ends the game.
+
+10.2  The game is won by the player whose opponent declares he resigns.
+      This immediately ends the game.
+
+10.3  The game is drawn when the king of the player who has the move is 
+      not in check, and this player cannot make any legal move. The player's 
+      king is then said to be "stalemated". This immediately ends the game. 
+      [If the stalemating move was actually legal!] .
+
+10.4  The game is drawn when one of the following endings arises:
+      (a)  king against king;
+      (b)  king against king with only bishop or knight;
+      (c)  king and bishop against king and bishop, with both bishops 
+           on diagonals of the same colour.
+      This immediately ends the game.
+
+10.5  A player having a bare king cannot win the game. A draw shall be 
+      declared if the opponent of a player with a bare king oversteps the 
+      time limit (Articles 10.13 and 10.14) or seals an illegal move 
+      (Articles 10.16).
+
+10.6  The game is drawn upon agreement between the two players. This 
+      immediately ends the game.
+
+10.7  A proposal of a draw under the provisions of Article 10.6 may be
+      made by a player only at the moment when he has just moved a piece. 
+      On then proposing a draw, he starts the clock of his opponent. The 
+      latter may accept the proposal, which is always to be taken as 
+      unconditional, or he may reject it either orally or by completing a 
+      move. A draw offer is valid until the opponent has accepted or 
+      rejected it.
+      [The gamesmanship question "Are you playing for a win?" can be 
+      considered as an offer of a draw] .
+
+10.8  If a player proposes a draw while his opponent's clock is running 
+      and his opponent is contemplating his move, the opponent may still 
+      agree to the draw or reject the offer. A player who offers a draw 
+      in this manner may be penalised by the arbiter.
+
+10.9  If a player proposes a draw while his own clock is running or after 
+      his move has been sealed, the opponent may postpone his decision 
+      until after he has seen the first player's move. 
+
+10.10 The game is drawn, upon a claim by the player having the move, when 
+      the same position, for the third time:
+      (a)  is about to appear, if he first writes the move on his scoresheet 
+           and declares to the arbiter his intention of making this move; or 
+      (b)  has just appeared, the same player having the move each time. 
+      The position is considered the same if pieces of the same kind and 
+      colour occupy the same squares, and if all the possible moves of all 
+      the pieces are the same, including the rights to castle [at some 
+      future time] or to capture a pawn "en passant".
+
+10.11 If a player executes a move without having claimed a draw for one 
+      of the reasons stated in Article 10.10, he loses the right to claim 
+      a draw. This right is restored to him, however, if the same position    
+      [later] appears again, the same player having the move.
+
+10.12 The game is drawn when a player having the move claims a draw and 
+      demonstrates that at least [the last?] 50 consecutive moves have been 
+      made by each side without the capture of any piece and without the 
+      movement of any pawn. This number of 50 moves can be increased for 
+      certain positions, provided that this increase in number and these 
+      positions have been clearly announced by the organisers before the 
+      event starts.
+      [The claim then proceeds according to 10.13. The most extreme case 
+      yet known of a position which might take more than 50 moves to win is
+      king, rook and bishop against king and two knights, which can run for 
+      223 moves between captures!] 
+
+10.13 If a player claims a draw under the provisions of Articles 10.10 
+      and/or 10.12, the arbiter must first stop the clocks while the claim 
+      is being investigated. In the absence of the arbiter, a player may
+      stop both clocks to seek the arbiter's assistance.
+      (a)  If the claim is found to be correct, the game is drawn.
+      (b)  If the claim is found to be incorrect, the arbiter shall then 
+           add five minutes to the claimant's used time. If this means that 
+           the claimant has [now] overstepped the time limit, his game will 
+           be declared lost. Otherwise, the game will be continued, and a 
+           player who has indicated a move according to Article 10.10(a) is 
+           obliged to execute this move on the chessboard.
+      (c)  A player who has made a claim under these Articles cannot 
+           withdraw the claim.
+
+10.14 The game is lost by a player who has not completed the prescribed
+      number of moves in the allotted time, unless his opponent has only 
+      the king remaining, in which case the game is drawn. (See Articles 6.5 
+      and 10.5.)
+      [Situations when Articles 10.1-10.4 or 10.6 apply are the only other 
+      exceptions.] 
+
+10.15 The game is lost by a player who arrives at the chessboard more than 
+      one hour late, for the beginning of the game or for the resumption of
+      an adjourned game. The time of delay is counted from the [scheduled]  
+      start of the playing session. However, in the case of an adjourned 
+      game, if the player who made the sealed move is the late player, the 
+      game is decided otherwise if:
+      (a)  the absent player has won the game by virtue of the fact that 
+           the  sealed move is checkmate; or
+      (b)  the absent player has produced a drawn game by virtue of the
+           fact that the sealed move is stalemate, or if one of the 
+           positions in Article 10.4 has arisen as a consequence of the 
+           sealed move; or
+      (c)  the player present at the chessboard has lost the game according 
+           to Article 10.14 by exceeding his time limit.
+
+10.16 At the resumption, the game is lost by a player whose recording
+      of his sealed move:
+      (a)  is ambiguous; or
+      (b)  would result in a false move the true significance of which is 
+           impossible to establish; or 
+      (c)  would result in an illegal move.
+
+10.17 The game is lost by a player who, during the game, refuses to comply 
+      with the Laws. If both players refuse to comply with the Laws, or if 
+      both players arrive at the chessboard more than one hour late, the 
+      game shall be declared lost by both players.
+
+
+Article 11:    The Recording Of Games    
+-----------    ----------------------
+11.1  In the course of play, each player is required to record the game
+      (his own moves and those of his opponent), move after move, as 
+      clearly and legibly as possible in the Algebraic Notation, on the 
+      scoresheet prescribed for the competition. It is irrelevant whether 
+      the player first makes his move and then records it, or vice versa.
+      [The use of Descriptive Notation or foreign versions of Algebraic 
+      Notation is tolerated in internal tournaments, e.g. weekend
+      congresses.] 
+
+11.2  If a player has less than five minutes on his clock until the time
+      control, he is not obliged to meet the requirements of Article 11.1. 
+      As soon as the special device (e.g. the flag) on the clock indicates 
+      the end of his allotted time, the player must immediately complete 
+      his record of the game by filling in the moves omitted from his 
+      scoresheet. 
+      [A player may be justified in restarting his opponent's clock, 
+      without having to make a move, if his opponent has more than 5 minutes 
+      left and is not fulfilling the requirements of Article 11.1. A player 
+      cannot stop his clock unless he has recorded at least his opponent's
+      last move and all previous moves of the game.] 
+
+11.3  If both players cannot keep score, the arbiter, or his deputy, must 
+      endeavour to be present and keep score. The arbiter must not intervene 
+      unless one flag falls, and until then he should not indicate in any 
+      manner to the players how many moves have been made.
+
+11.4  If Article 11.2 does not apply, and a player refuses to record the
+      game according to Article 11.1, then Article 10.17 should be applied
+      [Failure to comply with the Laws of Chess]. 
+
+11.5  If a player does not refuse to comply with the arbiter's request for 
+      a completed scoresheet, but declares that he cannot complete his 
+      scoresheet without consulting his opponent's, the request for this 
+      scoresheet must be made to the arbiter, who will determine whether 
+      the scoresheet can be completed before the time-control without 
+      inconveniencing the other player. The latter cannot refuse his 
+      scoresheet, because the scoresheet belongs to the organisers and the 
+      reconstruction will be made in his opponent's time. In all other 
+      cases, the scoresheets can be completed only after the time-control.
+
+11.6  If, after the time-control, one player alone has to complete his
+      scoresheet, he will do so before making another move, and with his 
+      clock running if his opponent has moved.
+
+11.7  If, after the time-control, both players need to complete their
+      scoresheets, both clocks will be stopped until the two scoresheets 
+      are completed, if necessary with the help of the arbiter's scoresheet 
+      and/or a chessboard under the control of the arbiter, who should have 
+      recorded the actual game position beforehand. 
+      [In case this position gets disturbed!] 
+
+11.8  If, in Article 11.6, the arbiter sees that the scoresheets alone cannot 
+      help in the reconstruction of the game, he will act as in Article 11.7.
+
+11.9  If it proves impossible to reconstruct the moves as prescribed under 
+      Article 11.7, the game shall continue. In this case, the next move
+      played will be considered to be the first one of the following 
+      time-control.
+
+
+Article 12:    The Chess Clock
+-----------    ---------------    
+
+12.1  Each player must make a certain number of moves in an allotted period 
+      of time, these two factors being specified in advance. The time saved 
+      by a player during one period is added to his time available for the 
+      next period.
+
+12.2  Control of each player's time is effected by means of a clock
+      equipped with a flag (or other special device) for this purpose. 
+      The flag is considered to have fallen when the arbiter observes 
+      the fact, or when the arbiter determines that the allotted time 
+      has been exceeded, even though the flag, because of a defect, 
+      has not fallen when the end of the minute hand has passed the 
+      end of the flag. In cases where no arbiter is present, the flag 
+      is considered to have fallen when a claim to that effect has been 
+      made by a player.
+
+12.3  At the time determined for the start of the game, the clock of the 
+      player who has the white pieces is started. During the game, each 
+      of the players, having completed his move, stops his own clock and 
+      starts his opponent's clock.
+
+12.4  Every indication given by a clock is considered to be conclusive
+      in the absence of evident defects. A player who wishes to claim 
+      any such defect must do so as soon as he himself has become aware 
+      of it, but not later than immediately after his flag has fallen 
+      at the time-control. A clock with an obvious defect should be 
+      replaced, and the time used by each player up to the time the 
+      game was interrupted should be indicated on the new clock as 
+      accurately as possible. The arbiter shall use his best judgment 
+      in determining what times shall be shown on the new clock. If 
+      the arbiter decides to add time used to the clock of one or both 
+      of the players, he shall under no circumstances (except as provided 
+      for in Article 10.13(b)) leave a player with:
+      (a)  less than five minutes to the time-control; or
+      (b)  less than one minute for every move to the time-control.
+
+12.5  If the game needs to be interrupted for some reason which requires
+      action by the arbiter, the clocks shall be stopped by the arbiter. 
+      This should be done, for example, in the case of an illegal position 
+      being corrected, in the case of a defective clock being changed, or 
+      if the piece which a player has declared he wishes to exchange for 
+      a promoted pawn is not immediately available, or to claim a draw by 
+      repetitions of position or under the 50 moves rule. If the arbiter 
+      is not present, a player may stop both clocks in order to seek the 
+      arbiter's assistance.
+
+12.6  In the case of Articles 8.1 and 8.2 [Illegal Positions], when it is 
+      not possible to determine the exact time used by each player up to 
+      the moment when the irregularity occurred, each player shall be 
+      allotted up to that moment a time proportional to that indicated by 
+      the clock when the irregularity was ascertained. 
+      For example, after Black's 30th move it is found that an irregularity 
+      took place at the 20th move. For these 30 moves, the clock shows 90 
+      minutes for White and 60 minutes for Black, so it is assumed that the 
+      times used by the two players for the first 20 moves were as follows:  
+      for White:   90 x 20/30 = 60 minutes
+      for Black:   60 x 20/30 = 40 minutes  
+      This rule must not be used to leave a player with less than five
+      minutes to the time control, or less than one minute for every move 
+      to the time control. (The most common occasion when this problem 
+      arises is immediately after an adjournment, when the clock times can 
+      be most easily adjusted using the times on the sealed move envelope.)
+
+12.7  A resignation or an agreement to draw (Articles 10.2 and 10.4) 
+      remains valid even if it is found later that a flag had fallen.
+
+12.8  If both flags have fallen at virtually the same time [or if both 
+      have fallen before a claim is made by either player] and the arbiter 
+      is unable to establish clearly which flag fell first, the game shall 
+      continue. In this case, if the scoresheets cannot be brought up to 
+      date showing that the time control has been passed, the next move 
+      played will be considered to be the first one of the following 
+      time-control.
+
+12.9  The arbiter [and everyone else, for that matter] shall refrain from 
+      calling a player's attention to the fact that his opponent has made a 
+      move or that the player has forgotten to stop his clock after he has 
+      made a move, or informing the player how many moves he has made, etc.
+
+
+Article 13:    The Adjournment Of The Game    
+-----------    ---------------------------
+13.1  (a)  If a game is not finished at the end of the time prescribed 
+           for play, the player having the move must write his move in 
+           unambiguous notation on his scoresheet, put his scoresheet and 
+           that of his opponent in an envelope, seal the envelope, and 
+           only then stop his clock without starting his opponent's clock. 
+           Until he has stopped the clocks, the player retains the right 
+           to change his sealed move. If, after being told by the arbiter 
+           to seal his move, the player makes a move on the chessboard, he 
+           must write that same move on his scoresheet as his sealed move.
+      (b)  A player having the move who adjourns the game before the end 
+           of the playing session will have added to the used time on his 
+           clock the whole of the remaining time to the end of the session.
+
+13.2  Upon the envelope shall be indicated:
+      (a)  the names of the players;
+      (b)  the position immediately before the sealed move;
+      (c)  the time used by each player;
+      (d)  the name of the player who has sealed the move; and
+      (e)  the number of the sealed move.
+
+13.3  The arbiter is responsible for the safekeeping of the envelope
+      and should check the accuracy of the information on it.
+
+
+Article 14:    The Resumption of the Adjourned Game   
+-----------    ------------------------------------
+14.1  When the game is resumed, the position immediately before the sealed 
+      move shall be set up on the chessboard, and the time used by each 
+      player when the game was adjourned shall be indicated on the clocks.
+
+
+14.2  The envelope shall be opened only when the player who must reply to 
+      the sealed move is present. This player's clock shall be started 
+      after the sealed move has been made on the chessboard.
+      (a)  If two players have agreed to a draw and announce their decision 
+           to the arbiter; or
+      (b)  if one of the players in an adjourned game notifies the arbiter 
+           that he resigns and it is found, when the envelope has been
+           opened, that the sealed move is invalid according to Article 
+           10.16, then in (a) the draw stands and in (b) the resignation 
+           is still valid.
+
+14.3  If the player having to respond to the sealed move is absent, his 
+      clock shall be started but the envelope containing the sealed move 
+      shall be opened only when he arrives. The player's clock shall then 
+      be stopped and restarted after the sealed move has been played on 
+      the chessboard.
+
+14.4  If the player who has sealed the move is absent, the player having 
+      the move is not obliged to reply to the sealed move on the chessboard.
+      He has the right to record his move in reply on his scoresheet, to 
+      seal the scoresheet in an envelope, to stop his clock and start his 
+      opponent's clock. The envelope should then be put into safekeeping 
+      and opened on the opponent's arrival.
+
+14.5  If the envelope containing the move recorded in accordance with 
+      Article 13 has disappeared:
+      (a)  the game shall be resumed from the position at the time of 
+           adjournment and with the clock times recorded at the time of 
+           adjournment;
+      (b)  if it is impossible to re-establish the position, the game is 
+           annulled and a new game must be played;
+      (c)  if the time used at the time of the adjournment cannot be
+           re-established, this question is decided by the arbiter. The 
+           player who sealed the move makes it on the board.  
+
+14.6  If, upon resumption of the game, the time used has been incorrectly 
+      indicated on either clock, and if either player points this out 
+      before making his first move, the error must be corrected. If the 
+      error is not so established, the game continues without correction, 
+      unless the arbiter feels that the consequences will be too severe.
+
+14.7  The duration of each resumption session shall be controlled by the 
+      wall clock, with the starting time and the finishing time announced 
+      in advance.
+
+
+Article 15:    The Conduct Of The Players   
+-----------    --------------------------
+15.1  Prohibitions:
+      (a)  During play, the players are forbidden to make use of 
+           hand-written, printed or otherwise recorded matter, or to 
+           analyse the game on another chessboard. They are also forbidden 
+           to have recourse to the advice of a third party, whether 
+           solicited or not. 
+           [The only possible exception is that a player in a team
+           competition may be allowed to ask his captain  "Should I accept 
+           his offer of a draw?" or  "Does the team need me to play for a 
+           win?". The captain or acting-captain must limit his reply to an 
+           immediate  "Yes",  "No", or  "It's up to you", without supplying 
+           his answer after a detailed analysis of the position, and without 
+           making his answer emphatic in any way. This captain, like all his 
+           players, is not allowed to receive opinions, from any source, on 
+           the states of play of any games still in progress] .
+      (b)  The use of notes made during the game as an aid to memory is 
+           also forbidden, aside from the actual recording of the moves 
+           and the times on the clocks.
+      (c)  No analysis is permitted in the playing rooms during play or 
+           during resumption sessions.
+      (d)  It is forbidden to distract or annoy the opponent in any manner 
+           whatsoever. This includes the persistent offering of a draw.
+
+15.2  Infractions of the rules indicated in Article 15.1 may incur penalties 
+      even to the extent of the loss of the game (see Article 16.5).
+
+
+Article 16:    The Arbiter 
+-----------    -----------
+
+      An arbiter should be designated to control the competition. His 
+      duties are:
+
+16.1  to see that the Laws are strictly observed;
+
+16.2  to supervise the progress of the competition, to establish that the 
+      prescribed time-limit has not been exceeded by the players, to arrange
+      the order of resumption of play of adjourned games, to see that the 
+      arrangements contained in Article 13 are observed (i.e. to see that 
+      the information on the envelope is correct), to keep the sealed-move 
+      envelope until the resumption of the adjourned game, etc;
+      
+16.3  to enforce the decisions he may make in disputes that have arisen 
+      during the course of the competition;
+
+16.4  to act in the best interests of the competition to ensure that a good 
+      playing environment is maintained and that the players are not 
+      disturbed by each other or by the audience;
+
+16.5  to impose penalties on the players for any fault or infraction of 
+      the Laws. These penalties may include a warning, a time penalty 
+      (by adding to the player's used time or to his opponent's unused time) 
+      or even the loss of the game.
+
+
+Article 17:    Scoring   
+-----------    -------  
+
+      For a won game, the winner gets 1 (one) point and the loser 0 (zero).
+      For a draw, each player gets   (half) a point.
+
+
+Article 18:    The Interpretation of the Laws    
+-----------    ------------------------------
+      In case of doubts as to the application or interpretation of the Laws, 
+      F.I.D.E. will examine the evidence and render official decisions. 
+      Rulings published are binding on all affiliated federations. All 
+      proposals and questions about interpretations should be submitted by 
+      member federations, with complete data.
+
+
+Article 19:    Validity   
+-----------    --------
+
+      This English text is slightly modified from the authentic version 
+      of the Laws of chess, as adopted by the 1984 F.I.D.E. Congress, and  
+      subsequently amended by the 1988 and 1992 F.I.D.E. Congresses. These 
+      Laws took effect from 1 January 1993.
+
+
+
+-- 
+Steve Rix,
+Department of Chemical Engineering, University of Edinburgh. 
+E-mail: [email protected],   phone: +44 (31) 650 8565.
diff --git a/rules and standards/FiftyMoveRule b/rules and standards/FiftyMoveRule
new file mode 100755 (executable)
index 0000000..cbc465e
--- /dev/null
@@ -0,0 +1,39 @@
+From: [email protected] (Hanon W. Russell)
+Newsgroups: rec.games.chess
+Subject: History of the 50-move rule
+Date: Wed, 25 Nov 1992
+
+
+A reader has inquired about the history of the 50-move rule,
+wondering if the move was put into effect in response to a
+"proof" in the 1930's that allegedly demonstrated that without
+the rule, infinitely long games were possible (we assume that
+this implied the best possible moves by both sides). Although
+we are decidedly non-mathematical (we are known to break out
+with severe cravings for ice cream and and hot fudge when
+subjected even to the threat of exposure to math books) we
+undertook a bit of historical research. The source, the newly
+released second edition of Whyld and Hooper's magnificent
+tome "The Oxford Companion to Chess" (which by the way, shall
+be duly reviewed here, possible when we finish this hot fudge
+sundae...)
+
+>From OCC: "The law existed in shatranj [whose golden age was
+the 8th-9th centuries, A.D.- HWR] as a 70-move version, and
+since then the intention has always been the same, that is, to
+counter the obstinacy of one who continues playing in an unwinnable
+position. In 1561 Ruy Lopez said that 50 moves was enough, but 
+Carrera thought this too generous and that 24 moves was right. On
+the other hand LaBourdonnais argued for 60 moves. By the 19th
+century a request for a count could be made only in specific
+endgames (not always the same in the various sets of laws). The
+count began only when the claim was made and was not annulled
+by a capture or a pawn move. Anomalies could arise such as if
+the queen were captured near the end of a 50-move count in an
+endgame K+Q v. K+R the result would still be a draw if mate was
+not effected in the remainder of the fifty moves. The laws used
+at London 1883 tournament stated that a pawn move or a capture
+annulled the count, but did not offer retrospective counting when
+the claim was first made."
+
+HWR
diff --git a/rules and standards/PGN-Standard b/rules and standards/PGN-Standard
new file mode 100644 (file)
index 0000000..07149fd
--- /dev/null
@@ -0,0 +1,2921 @@
+Standard: Portable Game Notation Specification and Implementation Guide
+
+Revised: 1994.03.12
+
+Authors: Interested readers of the Internet newsgroup rec.games.chess
+
+Coordinator: Steven J. Edwards (send comments to [email protected])
+
+
+0: Preface
+
+From the Tower of Babel story:
+
+"If now, while they are one people, all speaking the same language, they have
+started to do this, nothing will later stop them from doing whatever they
+propose to do."
+
+Genesis XI, v.6, _New American Bible_
+
+
+1: Introduction
+
+PGN is "Portable Game Notation", a standard designed for the representation of
+chess game data using ASCII text files.  PGN is structured for easy reading and
+writing by human users and for easy parsing and generation by computer
+programs.  The intent of the definition and propagation of PGN is to facilitate
+the sharing of public domain chess game data among chessplayers (both organic
+and otherwise), publishers, and computer chess researchers throughout the
+world.
+
+PGN is not intended to be a general purpose standard that is suitable for every
+possible use; no such standard could fill all conceivable requirements.
+Instead, PGN is proposed as a universal portable representation for data
+interchange.  The idea is to allow the construction of a family of chess
+applications that can quickly and easily process chess game data using PGN for
+import and export among themselves.
+
+
+2: Chess data representation
+
+Computer usage among chessplayers has become quite common in recent years and a
+variety of different programs, both commercial and public domain, are used to
+generate, access, and propagate chess game data.  Some of these programs are
+rather impressive; most are now well behaved in that they correctly follow the
+Laws of Chess and handle users' data with reasonable care.  Unfortunately, many
+programs have had serious problems with several aspects of the external
+representation of chess game data.  Sometimes these problems become more
+visible when a user attempts to move significant quantities of data from one
+program to another; if there has been no real effort to ensure portability of
+data, then the chances for a successful transfer are small at best.
+
+
+2.1: Data interchange incompatibility
+
+The reasons for format incompatibility are easy to understand.  In fact, most
+of them are correlated with the same problems that have already been seen with
+commercial software offerings for other domains such as word processing,
+spreadsheets, fonts, and graphics.  Sometimes a manufacturer deliberately
+designs a data format using encryption or some other secret, proprietary
+technique to "lock in" a customer.  Sometimes a designer may produce a format
+that can be deciphered without too much difficulty, but at the same time
+publicly discourage third party software by claiming trade secret protection.
+Another software producer may develop a non-proprietary system, but it may work
+well only within the scope of a single program or application because it is not
+easily expandable.  Finally, some other software may work very well for many
+purposes, but it uses symbols and language not easily understood by people or
+computers available to those outside the country of its development.
+
+
+2.2: Specification goals
+
+A specification for a portable game notation must observe the lessons of
+history and be able to handle probable needs of the future.  The design
+criteria for PGN were selected to meet these needs.  These criteria include:
+
+1) The details of the system must be publicly available and free of unnecessary
+complexity.  Ideally, if the documentation is not available for some reason,
+typical chess software developers and users should be able to understand most
+of the data without the need for third party assistance.
+
+2) The details of the system must be non-proprietary so that users and software
+developers are unrestricted by concerns about infringing on intellectual
+property rights.  The idea is to let chess programmers compete in a free market
+where customers may choose software based on their real needs and not based on
+artificial requirements created by a secret data format.
+
+3) The system must work for a variety of programs.  The format should be such
+that it can be used by chess database programs, chess publishing programs,
+chess server programs, and chessplaying programs without being unnecessarily
+specific to any particular application class.
+
+4) The system must be easily expandable and scalable.  The expansion ability
+must include handling data items that may not exist currently but could be
+expected to emerge in the future.  (Examples: new opening classifications and
+new country names.)  The system should be scalable in that it must not have any
+arbitrary restrictions concerning the quantity of stored data.  Also, planned
+modes of expansion should either preserve earlier databases or at least allow
+for their automatic conversion.
+
+5) The system must be international.  Chess software users are found in many
+countries and the system should be free of difficulties caused by conventions
+local to a given region.
+
+6) Finally, the system should handle the same kinds and amounts of data that
+are already handled by existing chess software and by print media.
+
+
+2.3: A sample PGN game
+
+Although its description may seem rather lengthy, PGN is actually fairly
+simple.  A sample PGN game follows; it has most of the important features
+described in later sections of this document.
+
+[Event "F/S Return Match"]
+[Site "Belgrade, Serbia JUG"]
+[Date "1992.11.04"]
+[Round "29"]
+[White "Fischer, Robert J."]
+[Black "Spassky, Boris V."]
+[Result "1/2-1/2"]
+
+1. e4 e5 2. Nf3 Nc6 3. Bb5 a6 4. Ba4 Nf6 5. O-O Be7 6. Re1 b5 7. Bb3 d6 8. c3
+O-O 9. h3 Nb8 10. d4 Nbd7 11. c4 c6 12. cxb5 axb5 13. Nc3 Bb7 14. Bg5 b4 15.
+Nb1 h6 16. Bh4 c5 17. dxe5 Nxe4 18. Bxe7 Qxe7 19. exd6 Qf6 20. Nbd2 Nxd6 21.
+Nc4 Nxc4 22. Bxc4 Nb6 23. Ne5 Rae8 24. Bxf7+ Rxf7 25. Nxf7 Rxe1+ 26. Qxe1 Kxf7
+27. Qe3 Qg5 28. Qxg5 hxg5 29. b3 Ke6 30. a3 Kd6 31. axb4 cxb4 32. Ra5 Nd5 33.
+f3 Bc8 34. Kf2 Bf5 35. Ra7 g6 36. Ra6+ Kc5 37. Ke1 Nf4 38. g3 Nxh3 39. Kd2 Kb5
+40. Rd6 Kc5 41. Ra6 Nf2 42. g4 Bd3 43. Re6 1/2-1/2
+
+
+3: Formats: import and export
+
+There are two formats in the PGN specification.  These are the "import" format
+and the "export" format.  These are the two different ways of formatting the
+same PGN data according to its source.  The details of the two formats are
+described throughout the following sections of this document.
+
+Other than formats, there is the additional topic of PGN presentation.  While
+both PGN import and export formats are designed to be readable by humans, there
+is no recommendation that either of these be an ultimate mode of chess data
+presentation.  Rather, software developers are urged to consider all of the
+various techniques at their disposal to enhance the display of chess data at
+the presentation level (i.e., highest level) of their programs.  This means
+that the use of different fonts, character sizes, color, and other tools of
+computer aided interaction and publishing should be explored to provide a high
+quality presentation appropriate to the function of the particular program.
+
+
+3.1: Import format allows for manually prepared data
+
+The import format is rather flexible and is used to describe data that may have
+been prepared by hand, much like a source file for a high level programming
+language.  A program that can read PGN data should be able to handle the
+somewhat lax import format.
+
+
+3.2: Export format used for program generated output
+
+The export format is rather strict and is used to describe data that is usually
+prepared under program control, something like a pretty printed source program
+reformatted by a compiler.
+
+
+3.2.1: Byte equivalence
+
+For a given PGN data file, export format representations generated by different
+PGN programs on the same computing system should be exactly equivalent, byte
+for byte.
+
+
+3.2.2: Archival storage and the newline character
+
+Export format should also be used for archival storage.  Here, "archival"
+storage is defined as storage that may be accessed by a variety of computing
+systems.  The only extra requirement for archival storage is that the newline
+character have a specific representation that is independent of its value for a
+particular computing system's text file usage.  The archival representation of
+a newline is the ASCII control character LF (line feed, decimal value 10,
+hexadecimal value 0x0a).
+
+Sadly, there are some accidents of history that survive to this day that have
+baroque representations for a newline: multicharacter sequences, end-of-line
+record markers, start-of-line byte counts, fixed length records, and so forth.
+It is well beyond the scope of the PGN project to reconcile all of these to the
+unified world of ANSI C and the those enjoying the bliss of a single '\n'
+convention.  Some systems may just not be able to handle an archival PGN text
+file with native text editors.  In these cases, an indulgence of sorts is
+granted to use the local newline convention in non-archival PGN files for those
+text editors.
+
+
+3.2.3: Speed of processing
+
+Several parts of the export format deal with exact descriptions of line and
+field justification that are absent from the import format details.  The main
+reason for these restrictions on the export format are to allow the
+construction of simple data translation programs that can easily scan PGN data
+without having to have a full chess engine or other complex parsing routines.
+The idea is to encourage chess software authors to always allow for at least a
+limited PGN reading capability.  Even when a full chess engine parsing
+capability is available, it is likely to be at least two orders of magnitude
+slower than a simple text scanner.
+
+
+3.2.4: Reduced export format
+
+A PGN game represented using export format is said to be in "reduced export
+format" if all of the following hold: 1) it has no commentary, 2) it has only
+the standard seven tag roster identification information ("STR", see below), 3)
+it has no recursive annotation variations ("RAV", see below), and 4) it has no
+numeric annotation glyphs ("NAG", see below).  Reduced export format is used
+for bulk storage of unannotated games.  It represents a minimum level of
+standard conformance for a PGN exporting application.
+
+
+4: Lexicographical issues
+
+PGN data is composed of characters; non-overlapping contiguous sequences of
+characters form lexical tokens.
+
+
+4.1: Character codes
+
+PGN data is represented using a subset of the eight bit ISO 8859/1 (Latin 1)
+character set.  ("ISO" is an acronym for the International Standards
+Organization.)  This set is also known as ECMA-94 and is similar to other ISO
+Latin character sets.  ISO 8859/1 includes the standard seven bit ASCII
+character set for the 32 control character code values from zero to 31.  The 95
+printing character code values from 32 to 126 are also equivalent to seven bit
+ASCII usage.  (Code value 127, the ASCII DEL control character, is a graphic
+character in ISO 8859/1; it is not used for PGN data representation.)
+
+The 32 ISO 8859/1 code values from 128 to 159 are non-printing control
+characters.  They are not used for PGN data representation.  The 32 code values
+from 160 to 191 are mostly non-alphabetic printing characters and their use for
+PGN data is discouraged as their graphic representation varies considerably
+among other ISO Latin sets.  Finally, the 64 code values from 192 to 255 are
+mostly alphabetic printing characters with various diacritical marks; their use
+is encouraged for those languages that require such characters.  The graphic
+representations of this last set of 64 characters is fairly constant for the
+ISO Latin family.
+
+Printing character codes outside of the seven bit ASCII range may only appear
+in string data and in commentary.  They are not permitted for use in symbol
+construction.
+
+Because some PGN users' environments may not support presentation of non-ASCII
+characters, PGN game authors should refrain from using such characters in
+critical commentary or string values in game data that may be referenced in
+such environments.  PGN software authors should have their programs handle such
+environments by displaying a question mark ("?") for non-ASCII character codes.
+This is an important point because there are many computing systems that can
+display eight bit character data, but the display graphics may differ among
+machines and operating systems from different manufacturers.
+
+Only four of the ASCII control characters are permitted in PGN import format;
+these are the horizontal and vertical tabs along with the linefeed and carriage
+return codes.
+
+The external representation of the newline character may differ among
+platforms; this is an acceptable variation as long as the details of the
+implementation are hidden from software implementors and users.  When a choice
+is practical, the Unix "newline is linefeed" convention is preferred.
+
+
+4.2: Tab characters
+
+Tab characters, both horizontal and vertical, are not permitted in the export
+format.  This is because the treatment of tab characters is highly dependent
+upon the particular software in use on the host computing system.  Also, tab
+characters may not appear inside of string data.
+
+
+4.3: Line lengths
+
+PGN data are organized as simple text lines without any special bytes or
+markers for secondary record structure imposed by specific operating systems.
+Import format PGN text lines are limited to having a maximum of 255 characters
+per line including the newline character.  Lines with 80 or more printing
+characters are strongly discouraged because of the difficulties experienced by
+common text editors with long lines.
+
+In some cases, very long tag values will require 80 or more columns, but these
+are relatively rare.  An example of this is the "FEN" tag pair; it may have a
+long tag value, but this particular tag pair is only used to represent a game
+that doesn't start from the usual initial position.
+
+
+5: Commentary
+
+Comment text may appear in PGN data.  There are two kinds of comments.  The
+first kind is the "rest of line" comment; this comment type starts with a
+semicolon character and continues to the end of the line.  The second kind
+starts with a left brace character and continues to the next right brace
+character.  Comments cannot appear inside any token.
+
+Brace comments do not nest; a left brace character appearing in a brace comment
+loses its special meaning and is ignored.  A semicolon appearing inside of a
+brace comment loses its special meaning and is ignored.  Braces appearing
+inside of a semicolon comments lose their special meaning and are ignored.
+
+*** Export format representation of comments needs definition work.
+
+
+6: Escape mechanism
+
+There is a special escape mechanism for PGN data.  This mechanism is triggered
+by a percent sign character ("%") appearing in the first column of a line; the
+data on the rest of the line is ignored by publicly available PGN scanning
+software.  This escape convention is intended for the private use of software
+developers and researchers to embed non-PGN commands and data in PGN streams.
+
+A percent sign appearing in any other place other than the first position in a
+line does not trigger the escape mechanism.
+
+
+7: Tokens
+
+PGN character data is organized as tokens.  A token is a contiguous sequence of
+characters that represents a basic semantic unit.  Tokens may be separated from
+adjacent tokens by white space characters.  (White space characters include
+space, newline, and tab characters.)  Some tokens are self delimiting and do
+not require white space characters.
+
+A string token is a sequence of zero or more printing characters delimited by a
+pair of quote characters (ASCII decimal value 34, hexadecimal value 0x22).  An
+empty string is represented by two adjacent quotes.  (Note: an apostrophe is
+not a quote.)  A quote inside a string is represented by the backslash
+immediately followed by a quote.  A backslash inside a string is represented by
+two adjacent backslashes.  Strings are commonly used as tag pair values (see
+below).  Non-printing characters like newline and tab are not permitted inside
+of strings.  A string token is terminated by its closing quote.  Currently, a
+string is limited to a maximum of 255 characters of data.
+
+An integer token is a sequence of one or more decimal digit characters.  It is
+a special case of the more general "symbol" token class described below.
+Integer tokens are used to help represent move number indications (see below).
+An integer token is terminated just prior to the first non-symbol character
+following the integer digit sequence.
+
+A period character (".") is a token by itself.  It is used for move number
+indications (see below).  It is self terminating.
+
+An asterisk character ("*") is a token by itself.  It is used as one of the
+possible game termination markers (see below); it indicates an incomplete game
+or a game with an unknown or otherwise unavailable result.  It is self
+terminating.
+
+The left and right bracket characters ("[" and "]") are tokens.  They are used
+to delimit tag pairs (see below).  Both are self terminating.
+
+The left and right parenthesis characters ("(" and ")") are tokens.  They are
+used to delimit Recursive Annotation Variations (see below).  Both are self
+terminating.
+
+The left and right angle bracket characters ("<" and ">") are tokens.  They are
+reserved for future expansion.  Both are self terminating.
+
+A Numeric Annotation Glyph ("NAG", see below) is a token; it is composed of a
+dollar sign character ("$") immediately followed by one or more digit
+characters.  It is terminated just prior to the first non-digit character
+following the digit sequence.
+
+A symbol token starts with a letter or digit character and is immediately
+followed by a sequence of zero or more symbol continuation characters.  These
+continuation characters are letter characters ("A-Za-z"), digit characters
+("0-9"), the underscore ("_"), the plus sign ("+"), the octothorpe sign ("#"),
+the equal sign ("="), the colon (":"),  and the hyphen ("-").  Symbols are used
+for a variety of purposes.  All characters in a symbol are significant.  A
+symbol token is terminated just prior to the first non-symbol character
+following the symbol character sequence.  Currently, a symbol is limited to a
+maximum of 255 characters in length.
+
+
+8: Parsing games
+
+A PGN database file is a sequential collection of zero or more PGN games.  An
+empty file is a valid, although somewhat uninformative, PGN database.
+
+A PGN game is composed of two sections.  The first is the tag pair section and
+the second is the movetext section.  The tag pair section provides information
+that identifies the game by defining the values associated with a set of
+standard parameters.  The movetext section gives the usually enumerated and
+possibly annotated moves of the game along with the concluding game termination
+marker.  The chess moves themselves are represented using SAN (Standard
+Algebraic Notation), also described later in this document.
+
+
+8.1: Tag pair section
+
+The tag pair section is composed of a series of zero or more tag pairs.
+
+A tag pair is composed of four consecutive tokens: a left bracket token, a
+symbol token, a string token, and a right bracket token.  The symbol token is
+the tag name and the string token is the tag value associated with the tag
+name.  (There is a standard set of tag names and semantics described below.)
+The same tag name should not appear more than once in a tag pair section.
+
+A further restriction on tag names is that they are composed exclusively of
+letters, digits, and the underscore character.  This is done to facilitate
+mapping of tag names into key and attribute names for use with general purpose
+database programs.
+
+For PGN import format, there may be zero or more white space characters between
+any adjacent pair of tokens in a tag pair.
+
+For PGN export format, there are no white space characters between the left
+bracket and the tag name, there are no white space characters between the tag
+value and the right bracket, and there is a single space character between the
+tag name and the tag value.
+
+Tag names, like all symbols, are case sensitive.  All tag names used for
+archival storage begin with an upper case letter.
+
+PGN import format may have multiple tag pairs on the same line and may even
+have a tag pair spanning more than a single line.  Export format requires each
+tag pair to appear left justified on a line by itself; a single empty line
+follows the last tag pair.
+
+Some tag values may be composed of a sequence of items.  For example, a
+consultation game may have more than one player for a given side.  When this
+occurs, the single character ":" (colon) appears between adjacent items.
+Because of this use as an internal separator in strings, the colon should not
+otherwise appear in a string.
+
+The tag pair format is designed for expansion; initially only strings are
+allowed as tag pair values.  Tag value formats associated with the STR (Seven
+Tag Roster, see below) will not change; they will always be string values.
+However, there are long term plans to allow general list structures as tag
+values for non-STR tag pairs.  Use of these expanded tag values will likely be
+restricted to special research programs.  In all events, the top level
+structure of a tag pair remains the same: left bracket, tag name, tag value,
+and right bracket.
+
+
+8.1.1: Seven Tag Roster
+
+There is a set of tags defined for mandatory use for archival storage of PGN
+data.  This is the STR (Seven Tag Roster).  The interpretation of these tags is
+fixed as is the order in which they appear.  Although the definition and use of
+additional tag names and semantics is permitted and encouraged when needed, the
+STR is the common ground that all programs should follow for public data
+interchange.
+
+For import format, the order of tag pairs is not important.  For export format,
+the STR tag pairs appear before any other tag pairs.  (The STR tag pairs must
+also appear in order; this order is described below).  Also for export format,
+any additional tag pairs appear in ASCII order by tag name.
+
+The seven tag names of the STR are (in order):
+
+1) Event (the name of the tournament or match event)
+
+2) Site (the location of the event)
+
+3) Date (the starting date of the game)
+
+4) Round (the playing round ordinal of the game)
+
+5) White (the player of the white pieces)
+
+6) Black (the player of the black pieces)
+
+7) Result (the result of the game)
+
+A set of supplemental tag names is given later in this document.
+
+For PGN export format, a single blank line appears after the last of the tag
+pairs to conclude the tag pair section.  This helps simple scanning programs to
+quickly determine the end of the tag pair section and the beginning of the
+movetext section.
+
+
+8.1.1.1: The Event tag
+
+The Event tag value should be reasonably descriptive.  Abbreviations are to be
+avoided unless absolutely necessary.  A consistent event naming should be used
+to help facilitate database scanning.  If the name of the event is unknown, a
+single question mark should appear as the tag value.
+
+Examples:
+
+[Event "FIDE World Championship"]
+
+[Event "Moscow City Championship"]
+
+[Event "ACM North American Computer Championship"]
+
+[Event "Casual Game"]
+
+
+8.1.1.2: The Site tag
+
+The Site tag value should include city and region names along with a standard
+name for the country.  The use of the IOC (International Olympic Committee)
+three letter names is suggested for those countries where such codes are
+available.  If the site of the event is unknown, a single question mark should
+appear as the tag value.  A comma may be used to separate a city from a region.
+No comma is needed to separate a city or region from the IOC country code.  A
+later section of this document gives a list of three letter nation codes along
+with a few additions for "locations" not covered by the IOC.
+
+Examples:
+
+[Site "New York City, NY USA"]
+
+[Site "St. Petersburg RUS"]
+
+[Site "Riga LAT"]
+
+
+8.1.1.3: The Date tag
+
+The Date tag value gives the starting date for the game.  (Note: this is not
+necessarily the same as the starting date for the event.)  The date is given
+with respect to the local time of the site given in the Event tag.  The Date
+tag value field always uses a standard ten character format: "YYYY.MM.DD".  The
+first four characters are digits that give the year, the next character is a
+period, the next two characters are digits that give the month, the next
+character is a period, and the final two characters are digits that give the
+day of the month.  If the any of the digit fields are not known, then question
+marks are used in place of the digits.
+
+Examples:
+
+[Date "1992.08.31"]
+
+[Date "1993.??.??"]
+
+[Date "2001.01.01"]
+
+
+8.1.1.4: The Round tag
+
+The Round tag value gives the playing round for the game.  In a match
+competition, this value is the number of the game played.  If the use of a
+round number is inappropriate, then the field should be a single hyphen
+character.  If the round is unknown, a single question mark should appear as
+the tag value.
+
+Some organizers employ unusual round designations and have multipart playing
+rounds and sometimes even have conditional rounds.  In these cases, a multipart
+round identifier can be made from a sequence of integer round numbers separated
+by periods.  The leftmost integer represents the most significant round and
+succeeding integers represent round numbers in descending hierarchical order.
+
+Examples:
+
+[Round "1"]
+
+[Round "3.1"]
+
+[Round "4.1.2"]
+
+
+8.1.1.5: The White tag
+
+The White tag value is the name of the player or players of the white pieces.
+The names are given as they would appear in a telephone directory.  The family
+or last name appears first.  If a first name or first initial is available, it
+is separated from the family name by a comma and a space.  Finally, one or more
+middle initials may appear.  (Wherever a comma appears, the very next character
+should be a space.  Wherever an initial appears, the very next character should
+be a period.)  If the name is unknown, a single question mark should appear as
+the tag value.
+
+The intent is to allow meaningful ASCII sorting of the tag value that is
+independent of regional name formation customs.  If more than one person is
+playing the white pieces, the names are listed in alphabetical order and are
+separated by the colon character between adjacent entries.  A player who is
+also a computer program should have appropriate version information listed
+after the name of the program.
+
+The format used in the FIDE Rating Lists is appropriate for use for player name
+tags.
+
+Examples:
+
+[White "Tal, Mikhail N."]
+
+[White "van der Wiel, Johan"]
+
+[White "Acme Pawngrabber v.3.2"]
+
+[White "Fine, R."]
+
+
+8.1.1.6: The Black tag
+
+The Black tag value is the name of the player or players of the black pieces.
+The names are given here as they are for the White tag value.
+
+Examples:
+
+[Black "Lasker, Emmanuel"]
+
+[Black "Smyslov, Vasily V."]
+
+[Black "Smith, John Q.:Woodpusher 2000"]
+
+[Black "Morphy"]
+
+
+8.1.1.7: The Result tag
+
+The Result field value is the result of the game.  It is always exactly the
+same as the game termination marker that concludes the associated movetext.  It
+is always one of four possible values: "1-0" (White wins), "0-1" (Black wins),
+"1/2-1/2" (drawn game), and "*" (game still in progress, game abandoned, or
+result otherwise unknown).  Note that the digit zero is used in both of the
+first two cases; not the letter "O".
+
+All possible examples:
+
+[Result "0-1"]
+
+[Result "1-0"]
+
+[Result "1/2-1/2"]
+
+[Result "*"]
+
+
+8.2: Movetext section
+
+The movetext section is composed of chess moves, move number indications,
+optional annotations, and a single concluding game termination marker.
+
+Because illegal moves are not real chess moves, they are not permitted in PGN
+movetext.  They may appear in commentary, however.  One would hope that illegal
+moves are relatively rare in games worthy of recording.
+
+
+8.2.1: Movetext line justification
+
+In PGN import format, tokens in the movetext do not require any specific line
+justification.
+
+In PGN export format, tokens in the movetext are placed left justified on
+successive text lines each of which has less than 80 printing characters.  As
+many tokens as possible are placed on a line with the remainder appearing on
+successive lines.  A single space character appears between any two adjacent
+symbol tokens on the same line in the movetext.  As with the tag pair section,
+a single empty line follows the last line of data to conclude the movetext
+section.
+
+Neither the first or the last character on an export format PGN line is a
+space.  (This may change in the case of commentary; this area is currently
+under development.)
+
+
+8.2.2: Movetext move number indications
+
+A move number indication is composed of one or more adjacent digits (an integer
+token) followed by zero or more periods.  The integer portion of the indication
+gives the move number of the immediately following white move (if present) and
+also the immediately following black move (if present).
+
+
+8.2.2.1: Import format move number indications
+
+PGN import format does not require move number indications.  It does not
+prohibit superfluous move number indications anywhere in the movetext as long
+as the move numbers are correct.
+
+PGN import format move number indications may have zero or more period
+characters following the digit sequence that gives the move number; one or more
+white space characters may appear between the digit sequence and the period(s).
+
+
+8.2.2.2: Export format move number indications
+
+There are two export format move number indication formats, one for use
+appearing immediately before a white move element and one for use appearing
+immediately before a black move element.  A white move number indication is
+formed from the integer giving the fullmove number with a single period
+character appended.  A black move number indication is formed from the integer
+giving the fullmove number with three period characters appended.
+
+All white move elements have a preceding move number indication.  A black move
+element has a preceding move number indication only in two cases: first, if
+there is intervening annotation or commentary between the black move and the
+previous white move; and second, if there is no previous white move in the
+special case where a game starts from a position where Black is the active
+player.
+
+There are no other cases where move number indications appear in PGN export
+format.
+
+
+8.2.3: Movetext SAN (Standard Algebraic Notation)
+
+SAN (Standard Algebraic Notation) is a representation standard for chess moves
+using the ASCII Latin alphabet.
+
+Examples of SAN recorded games are found throughout most modern chess
+publications.  SAN as presented in this document uses English language single
+character abbreviations for chess pieces, although this is easily changed in
+the source.  English is chosen over other languages because it appears to be
+the most widely recognized.
+
+An alternative to SAN is FAN (Figurine Algebraic Notation).  FAN uses miniature
+piece icons instead of single letter piece abbreviations.  The two notations
+are otherwise identical.
+
+
+8.2.3.1: Square identification
+
+SAN identifies each of the sixty four squares on the chessboard with a unique
+two character name.  The first character of a square identifier is the file of
+the square; a file is a column of eight squares designated by a single lower
+case letter from "a" (leftmost or queenside) up to and including "h" (rightmost
+or kingside).  The second character of a square identifier is the rank of the
+square; a rank is a row of eight squares designated by a single digit from "1"
+(bottom side [White's first rank]) up to and including "8" (top side [Black's
+first rank]).  The initial squares of some pieces are: white queen rook at a1,
+white king at e1, black queen knight pawn at b7, and black king rook at h8.
+
+
+8.2.3.2: Piece identification
+
+SAN identifies each piece by a single upper case letter.  The standard English
+values: pawn = "P", knight = "N", bishop = "B", rook = "R", queen = "Q", and
+king = "K".
+
+The letter code for a pawn is not used for SAN moves in PGN export format
+movetext.  However, some PGN import software disambiguation code may allow for
+the appearance of pawn letter codes.  Also, pawn and other piece letter codes
+are needed for use in some tag pair and annotation constructs.
+
+It is admittedly a bit chauvinistic to select English piece letters over those
+from other languages.  There is a slight justification in that English is a de
+facto universal second language among most chessplayers and program users.  It
+is probably the best that can be done for now.  A later section of this
+document gives alternative piece letters, but these should be used only for
+local presentation software and not for archival storage or for dynamic
+interchange among programs.
+
+
+8.2.3.3: Basic SAN move construction
+
+A basic SAN move is given by listing the moving piece letter (omitted for
+pawns) followed by the destination square.  Capture moves are denoted by the
+lower case letter "x" immediately prior to the destination square; pawn
+captures include the file letter of the originating square of the capturing
+pawn immediately prior to the "x" character.
+
+SAN kingside castling is indicated by the sequence "O-O"; queenside castling is
+indicated by the sequence "O-O-O".  Note that the upper case letter "O" is
+used, not the digit zero.  The use of a zero character is not only incompatible
+with traditional text practices, but it can also confuse parsing algorithms
+which also have to understand about move numbers and game termination markers.
+Also note that the use of the letter "O" is consistent with the practice of
+having all chess move symbols start with a letter; also, it follows the
+convention that all non-pwn move symbols start with an upper case letter.
+
+En passant captures do not have any special notation; they are formed as if the
+captured pawn were on the capturing pawn's destination square.  Pawn promotions
+are denoted by the equal sign "=" immediately following the destination square
+with a promoted piece letter (indicating one of knight, bishop, rook, or queen)
+immediately following the equal sign.  As above, the piece letter is in upper
+case.
+
+
+8.2.3.4: Disambiguation
+
+In the case of ambiguities (multiple pieces of the same type moving to the same
+square), the first appropriate disambiguating step of the three following steps
+is taken:
+
+First, if the moving pieces can be distinguished by their originating files,
+the originating file letter of the moving piece is inserted immediately after
+the moving piece letter.
+
+Second (when the first step fails), if the moving pieces can be distinguished
+by their originating ranks, the originating rank digit of the moving piece is
+inserted immediately after the moving piece letter.
+
+Third (when both the first and the second steps fail), the two character square
+coordinate of the originating square of the moving piece is inserted
+immediately after the moving piece letter.
+
+Note that the above disambiguation is needed only to distinguish among moves of
+the same piece type to the same square; it is not used to distinguish among
+attacks of the same piece type to the same square.  An example of this would be
+a position with two white knights, one on square c3 and one on square g1 and a
+vacant square e2 with White to move.  Both knights attack square e2, and if
+both could legally move there, then a file disambiguation is needed; the
+(nonchecking) knight moves would be "Nce2" and "Nge2".  However, if the white
+king were at square e1 and a black bishop were at square b4 with a vacant
+square d2 (thus an absolute pin of the white knight at square c3), then only
+one white knight (the one at square g1) could move to square e2: "Ne2".
+
+
+8.2.3.5: Check and checkmate indication characters
+
+If the move is a checking move, the plus sign "+" is appended as a suffix to
+the basic SAN move notation; if the move is a checkmating move, the octothorpe
+sign "#" is appended instead.
+
+Neither the appearance nor the absence of either a check or checkmating
+indicator is used for disambiguation purposes.  This means that if two (or
+more) pieces of the same type can move to the same square the differences in
+checking status of the moves does not allieviate the need for the standard rank
+and file disabiguation described above.  (Note that a difference in checking
+status for the above may occur only in the case of a discovered check.)
+
+Neither the checking or checkmating indicators are considered annotation as
+they do not communicate subjective information.  Therefore, they are
+qualitatively different from move suffix annotations like "!" and "?".
+Subjective move annotations are handled using Numeric Annotation Glyphs as
+described in a later section of this document.
+
+There are no special markings used for double checks or discovered checks.
+
+There are no special markings used for drawing moves.
+
+
+8.2.3.6: SAN move length
+
+SAN moves can be as short as two characters (e.g., "d4"), or as long as seven
+characters (e.g., "Qa6xb7#", "fxg1=Q+").  The average SAN move length seen in
+realistic games is probably just fractionally longer than three characters.  If
+the SAN rules seem complicated, be assured that the earlier notation systems of
+LEN (Long English Notation) and EDN (English Descriptive Notation) are much
+more complex, and that LAN (Long Algebraic Notation, the predecessor of SAN) is
+unnecessarily bulky.
+
+
+8.2.3.7: Import and export SAN
+
+PGN export format always uses the above canonical SAN to represent moves in the
+movetext section of a PGN game.  Import format is somewhat more relaxed and it
+makes allowances for moves that do not conform exactly to the canonical format.
+However, these allowances may differ among different PGN reader programs.  Only
+data appearing in export format is in all cases guaranteed to be importable
+into all PGN readers.
+
+There are a number of suggested guidelines for use with implementing PGN reader
+software for permitting non-canonical SAN move representation.  The idea is to
+have a PGN reader apply various transformations to attempt to discover the move
+that is represented by non-canonical input.  Some suggested transformations
+include: letter case remapping, capture indicator insertion, check indicator
+insertion, and checkmate indicator insertion.
+
+
+8.2.3.8: SAN move suffix annotations
+
+Import format PGN allows for the use of traditional suffix annotations for
+moves.  There are exactly six such annotations available: "!", "?", "!!", "!?",
+"?!", and "??".  At most one such suffix annotation may appear per move, and if
+present, it is always the last part of the move symbol.
+
+When exported, a move suffix annotation is translated into the corresponding
+Numeric Annotation Glyph as described in a later section of this document.  For
+example, if the single move symbol "Qxa8?" appears in an import format PGN
+movetext, it would be replaced with the two adjacent symbols "Qxa8 $2".
+
+
+8.2.4: Movetext NAG (Numeric Annotation Glyph)
+
+An NAG (Numeric Annotation Glyph) is a movetext element that is used to
+indicate a simple annotation in a language independent manner.  An NAG is
+formed from a dollar sign ("$") with a non-negative decimal integer suffix.
+The non-negative integer must be from zero to 255 in value.
+
+
+8.2.5: Movetext RAV (Recursive Annotation Variation)
+
+An RAV (Recursive Annotation Variation) is a sequence of movetext containing
+one or more moves enclosed in parentheses.  An RAV is used to represent an
+alternative variation.  The alternate move sequence given by an RAV is one that
+may be legally played by first unplaying the move that appears immediately
+prior to the RAV.  Because the RAV is a recursive construct, it may be nested.
+
+*** The specification for import/export representation of RAV elements needs
+further development.
+
+
+8.2.6: Game Termination Markers
+
+Each movetext section has exactly one game termination marker; the marker
+always occurs as the last element in the movetext.  The game termination marker
+is a symbol that is one of the following four values: "1-0" (White wins), "0-1"
+(Black wins), "1/2-1/2" (drawn game), and "*" (game in progress, result
+unknown, or game abandoned).  Note that the digit zero is used in the above;
+not the upper case letter "O".  The game termination marker appearing in the
+movetext of a game must match the value of the game's Result tag pair.  (While
+the marker appears as a string in the Result tag, it appears as a symbol
+without quotes in the movetext.)
+
+
+9: Supplemental tag names
+
+The following tag names and their associated semantics are recommended for use
+for information not contained in the Seven Tag Roster.
+
+
+9.1: Player related information
+
+Note that if there is more than one player field in an instance of a player
+(White or Black) tag, then there will be corresponding multiple fields in any
+of the following tags.  For example, if the White tag has the three field value
+"Jones:Smith:Zacharias" (a consultation game), then the WhiteTitle tag could
+have a value of "IM:-:GM" if Jones was an International Master, Smith was
+untitled, and Zacharias was a Grandmaster.
+
+
+9.1.1: Tags: WhiteTitle, BlackTitle
+
+These use string values such as "FM", "IM", and "GM"; these tags are used only
+for the standard abbreviations for FIDE titles.  A value of "-" is used for an
+untitled player.
+
+
+9.1.2: Tags: WhiteElo, BlackElo
+
+These tags use integer values; these are used for FIDE Elo ratings.  A value of
+"-" is used for an unrated player.
+
+
+9.1.3: Tags: WhiteUSCF, BlackUSCF
+
+These tags use integer values; these are used for USCF (United States Chess
+Federation) ratings.  Similar tag names can be constructed for other rating
+agencies.
+
+
+9.1.4: Tags: WhiteNA, BlackNA
+
+These tags use string values; these are the e-mail or network addresses of the
+players.  A value of "-" is used for a player without an electronic address.
+
+
+9.1.5: Tags: WhiteType, BlackType
+
+These tags use string values; these describe the player types.  The value
+"human" should be used for a person while the value "program" should be used
+for algorithmic (computer) players.
+
+
+9.2: Event related information
+
+The following tags are used for providing additional information about the
+event.
+
+
+9.2.1: Tag: EventDate
+
+This uses a date value, similar to the Date tag field, that gives the starting
+date of the Event.
+
+
+9.2.2: Tag: EventSponsor
+
+This uses a string value giving the name of the sponsor of the event.
+
+
+9.2.3: Tag: Section
+
+This uses a string; this is used for the playing section of a tournament (e.g.,
+"Open" or "Reserve").
+
+
+9.2.4: Tag: Stage
+
+This uses a string; this is used for the stage of a multistage event (e.g.,
+"Preliminary" or "Semifinal").
+
+
+9.2.5: Tag: Board
+
+This uses an integer; this identifies the board number in a team event and also
+in a simultaneous exhibition.
+
+
+9.3: Opening information (locale specific)
+
+The following tag pairs are used for traditional opening names.  The associated
+tag values will vary according to the local language in use.
+
+
+9.3.1: Tag: Opening
+
+This uses a string; this is used for the traditional opening name.  This will
+vary by locale.  This tag pair is associated with the use of the EPD opcode
+"v0" described in a later section of this document.
+
+
+9.3.2: Tag: Variation
+
+This uses a string; this is used to further refine the Opening tag.  This will
+vary by locale.  This tag pair is associated with the use of the EPD opcode
+"v1" described in a later section of this document.
+
+
+9.3.3: Tag: SubVariation
+
+This uses a string; this is used to further refine the Variation tag.  This
+will vary by locale.  This tag pair is associated with the use of the EPD
+opcode "v2" described in a later section of this document.
+
+
+9.4: Opening information (third party vendors)
+
+The following tag pairs are used for representing opening identification
+according to various third party vendors and organizations.  References to
+these organizations does not imply any endorsement of them or any endorsement
+by them.
+
+
+9.4.1: Tag: ECO
+
+This uses a string of either the form "XDD" or the form "XDD/DD" where the "X"
+is a letter from "A" to "E" and the "D" positions are digits; this is used for
+an opening designation from the five volume _Encyclopedia of Chess Openings_.
+This tag pair is associated with the use of the EPD opcode "eco" described in a
+later section of this document.
+
+
+9.4.2: Tag: NIC
+
+This uses a string; this is used for an opening designation from the _New in
+Chess_ database.  This tag pair is associated with the use of the EPD opcode
+"nic" described in a later section of this document.
+
+
+9.5: Time and date related information
+
+The following tags assist with further refinement of the time and data
+information associated with a game.
+
+
+9.5.1: Tag: Time
+
+This uses a time-of-day value in the form "HH:MM:SS"; similar to the Date tag
+except that it denotes the local clock time (hours, minutes, and seconds) of
+the start of the game.  Note that colons, not periods, are used for field
+separators for the Time tag value.  The value is taken from the local time
+corresponding to the location given in the Site tag pair.
+
+
+9.5.2: Tag: UTCTime
+
+This tag is similar to the Time tag except that the time is given according to
+the Universal Coordinated Time standard.
+
+
+9.5.3: Tag:; UTCDate
+
+This tag is similar to the Date tag except that the date is given according to
+the Universal Coordinated Time standard.
+
+
+9.6: Time control
+
+The follwing tag is used to help describe the time control used with the game.
+
+
+9.6.1: Tag: TimeControl
+
+This uses a list of one or more time control fields.  Each field contains a
+descriptor for each time control period; if more than one descriptor is present
+then they are separated by the colon character (":").  The descriptors appear
+in the order in which they are used in the game.  The last field appearing is
+considered to be implicitly repeated for further control periods as needed.
+
+There are six kinds of TimeControl fields.
+
+The first kind is a single question mark ("?") which means that the time
+control mode is unknown.  When used, it is usually the only descriptor present.
+
+The second kind is a single hyphen ("-") which means that there was no time
+control mode in use.  When used, it is usually the only descriptor present.
+
+The third Time control field kind is formed as two positive integers separated
+by a solidus ("/") character.  The first integer is the number of moves in the
+period and the second is the number of seconds in the period.  Thus, a time
+control period of 40 moves in 2 1/2 hours would be represented as "40/9000".
+
+The fourth TimeControl field kind is used for a "sudden death" control period.
+It should only be used for the last descriptor in a TimeControl tag value.  It
+is sometimes the only descriptor present.  The format consists of a single
+integer that gives the number of seconds in the period.  Thus, a blitz game
+would be represented with a TimeControl tag value of "300".
+
+The fifth TimeControl field kind is used for an "incremental" control period.
+It should only be used for the last descriptor in a TimeControl tag value and
+is usually the only descriptor in the value.  The format consists of two
+positive integers separated by a plus sign ("+") character.  The first integer
+gives the minimum number of seconds allocated for the period and the second
+integer gives the number of extra seconds added after each move is made.  So,
+an incremental time control of 90 minutes plus one extra minute per move would
+be given by "4500+60" in the TimeControl tag value.
+
+The sixth TimeControl field kind is used for a "sandclock" or "hourglass"
+control period.  It should only be used for the last descriptor in a
+TimeControl tag value and is usually the only descriptor in the value.  The
+format consists of an asterisk ("*") immediately followed by a positive
+integer.  The integer gives the total number of seconds in the sandclock
+period.  The time control is implemented as if a sandclock were set at the
+start of the period with an equal amount of sand in each of the two chambers
+and the players invert the sandclock after each move with a time forfeit
+indicated by an empty upper chamber.  Electronic implementation of a physical
+sandclock may be used.  An example sandclock specification for a common three
+minute egg timer sandclock would have a tag value of "*180".
+
+Additional TimeControl field kinds will be defined as necessary.
+
+
+9.7: Alternative starting positions
+
+There are two tags defined for assistance with describing games that did not
+start from the usual initial array.
+
+
+9.7.1: Tag: SetUp
+
+This tag takes an integer that denotes the "set-up" status of the game.  A
+value of "0" indicates that the game has started from the usual initial array.
+A value of "1" indicates that the game started from a set-up position; this
+position is given in the "FEN" tag pair.  This tag must appear for a game
+starting with a set-up position.  If it appears with a tag value of "1", a FEN
+tag pair must also appear.
+
+
+9.7.2: Tag: FEN
+
+This tag uses a string that gives the Forsyth-Edwards Notation for the starting
+position used in the game.  FEN is described in a later section of this
+document.  If a SetUp tag appears with a tag value of "1", the FEN tag pair is
+also required.
+
+
+9.8: Game conclusion
+
+There is a single tag that discusses the conclusion of the game.
+
+
+9.8.1: Tag: Termination
+
+This takes a string that describes the reason for the conclusion of the game.
+While the Result tag gives the result of the game, it does not provide any
+extra information and so the Termination tag is defined for this purpose.
+
+Strings that may appear as Termination tag values:
+
+* "abandoned": abandoned game.
+
+* "adjudication": result due to third party adjudication process.
+
+* "death": losing player called to greater things, one hopes.
+
+* "emergency": game concluded due to unforeseen circumstances.
+
+* "normal": game terminated in a normal fashion.
+
+* "rules infraction": administrative forfeit due to losing player's failure to
+observe either the Laws of Chess or the event regulations.
+
+* "time forfeit": loss due to losing player's failure to meet time control
+requirements.
+
+* "unterminated": game not terminated.
+
+
+9.9: Miscellaneous
+
+These are tags that can be briefly described and that doon't fit well inother
+sections.
+
+
+9.9.1: Tag: Annotator
+
+This tag uses a name or names in the format of the player name tags; this
+identifies the annotator or annotators of the game.
+
+
+9.9.2: Tag: Mode
+
+This uses a string that gives the playing mode of the game.  Examples: "OTB"
+(over the board), "PM" (paper mail), "EM" (electronic mail), "ICS" (Internet
+Chess Server), and "TC" (general telecommunication).
+
+
+9.9.3: Tag: PlyCount
+
+This tag takes a single integer that gives the number of ply (moves) in the
+game.
+
+
+10: Numeric Annotation Glyphs
+
+NAG zero is used for a null annotation; it is provided for the convenience of
+software designers as a placeholder value and should probably not be used in
+external PGN data.
+
+NAGs with values from 1 to 9 annotate the move just played.
+
+NAGs with values from 10 to 135 modify the current position.
+
+NAGs with values from 136 to 139 describe time pressure.
+
+Other NAG values are reserved for future definition.
+
+Note: the number assignments listed below should be considered preliminary in
+nature; they are likely to be changed as a result of reviewer feedback.
+
+NAG    Interpretation
+---    --------------
+  0    null annotation
+  1    good move (traditional "!")
+  2    poor move (traditional "?")
+  3    very good move (traditional "!!")
+  4    very poor move (traditional "??")
+  5    speculative move (traditional "!?")
+  6    questionable move (traditional "?!")
+  7    forced move (all others lose quickly)
+  8    singular move (no reasonable alternatives)
+  9    worst move
+ 10    drawish position
+ 11    equal chances, quiet position
+ 12    equal chances, active position
+ 13    unclear position
+ 14    White has a slight advantage
+ 15    Black has a slight advantage
+ 16    White has a moderate advantage
+ 17    Black has a moderate advantage
+ 18    White has a decisive advantage
+ 19    Black has a decisive advantage
+ 20    White has a crushing advantage (Black should resign)
+ 21    Black has a crushing advantage (White should resign)
+ 22    White is in zugzwang
+ 23    Black is in zugzwang
+ 24    White has a slight space advantage
+ 25    Black has a slight space advantage
+ 26    White has a moderate space advantage
+ 27    Black has a moderate space advantage
+ 28    White has a decisive space advantage
+ 29    Black has a decisive space advantage
+ 30    White has a slight time (development) advantage
+ 31    Black has a slight time (development) advantage
+ 32    White has a moderate time (development) advantage
+ 33    Black has a moderate time (development) advantage
+ 34    White has a decisive time (development) advantage
+ 35    Black has a decisive time (development) advantage
+ 36    White has the initiative
+ 37    Black has the initiative
+ 38    White has a lasting initiative
+ 39    Black has a lasting initiative
+ 40    White has the attack
+ 41    Black has the attack
+ 42    White has insufficient compensation for material deficit
+ 43    Black has insufficient compensation for material deficit
+ 44    White has sufficient compensation for material deficit
+ 45    Black has sufficient compensation for material deficit
+ 46    White has more than adequate compensation for material deficit
+ 47    Black has more than adequate compensation for material deficit
+ 48    White has a slight center control advantage
+ 49    Black has a slight center control advantage
+ 50    White has a moderate center control advantage
+ 51    Black has a moderate center control advantage
+ 52    White has a decisive center control advantage
+ 53    Black has a decisive center control advantage
+ 54    White has a slight kingside control advantage
+ 55    Black has a slight kingside control advantage
+ 56    White has a moderate kingside control advantage
+ 57    Black has a moderate kingside control advantage
+ 58    White has a decisive kingside control advantage
+ 59    Black has a decisive kingside control advantage
+ 60    White has a slight queenside control advantage
+ 61    Black has a slight queenside control advantage
+ 62    White has a moderate queenside control advantage
+ 63    Black has a moderate queenside control advantage
+ 64    White has a decisive queenside control advantage
+ 65    Black has a decisive queenside control advantage
+ 66    White has a vulnerable first rank
+ 67    Black has a vulnerable first rank
+ 68    White has a well protected first rank
+ 69    Black has a well protected first rank
+ 70    White has a poorly protected king
+ 71    Black has a poorly protected king
+ 72    White has a well protected king
+ 73    Black has a well protected king
+ 74    White has a poorly placed king
+ 75    Black has a poorly placed king
+ 76    White has a well placed king
+ 77    Black has a well placed king
+ 78    White has a very weak pawn structure
+ 79    Black has a very weak pawn structure
+ 80    White has a moderately weak pawn structure
+ 81    Black has a moderately weak pawn structure
+ 82    White has a moderately strong pawn structure
+ 83    Black has a moderately strong pawn structure
+ 84    White has a very strong pawn structure
+ 85    Black has a very strong pawn structure
+ 86    White has poor knight placement
+ 87    Black has poor knight placement
+ 88    White has good knight placement
+ 89    Black has good knight placement
+ 90    White has poor bishop placement
+ 91    Black has poor bishop placement
+ 92    White has good bishop placement
+ 93    Black has good bishop placement
+ 84    White has poor rook placement
+ 85    Black has poor rook placement
+ 86    White has good rook placement
+ 87    Black has good rook placement
+ 98    White has poor queen placement
+ 99    Black has poor queen placement
+100    White has good queen placement
+101    Black has good queen placement
+102    White has poor piece coordination
+103    Black has poor piece coordination
+104    White has good piece coordination
+105    Black has good piece coordination
+106    White has played the opening very poorly
+107    Black has played the opening very poorly
+108    White has played the opening poorly
+109    Black has played the opening poorly
+110    White has played the opening well
+111    Black has played the opening well
+112    White has played the opening very well
+113    Black has played the opening very well
+114    White has played the middlegame very poorly
+115    Black has played the middlegame very poorly
+116    White has played the middlegame poorly
+117    Black has played the middlegame poorly
+118    White has played the middlegame well
+119    Black has played the middlegame well
+120    White has played the middlegame very well
+121    Black has played the middlegame very well
+122    White has played the ending very poorly
+123    Black has played the ending very poorly
+124    White has played the ending poorly
+125    Black has played the ending poorly
+126    White has played the ending well
+127    Black has played the ending well
+128    White has played the ending very well
+129    Black has played the ending very well
+130    White has slight counterplay
+131    Black has slight counterplay
+132    White has moderate counterplay
+133    Black has moderate counterplay
+134    White has decisive counterplay
+135    Black has decisive counterplay
+136    White has moderate time control pressure
+137    Black has moderate time control pressure
+138    White has severe time control pressure
+139    Black has severe time control pressure
+
+
+11: File names and directories
+
+File names chosen for PGN data should be both informative and portable.  The
+directory names and arrangements should also be chosen for the same reasons and
+also for ease of navigation.
+
+Some of suggested file and directory names may be difficult or impossible to
+represent on certain computing systems.  Use of appropriate conversion customs
+is encouraged.
+
+
+11.1: File name suffix for PGN data
+
+The use of the file suffix ".pgn" is encouraged for ASCII text files containing
+PGN data.
+
+
+11.2: File name formation for PGN data for a specific player
+
+PGN games for a specific player should have a file name consisting of the
+player's last name followed by the ".pgn" suffix.
+
+
+11.3: File name formation for PGN data for a specific event
+
+PGN games for a specific event should have a file name consisting of the
+event's name followed by the ".pgn" suffix.
+
+
+11.4: File name formation for PGN data for chronologically ordered games
+
+PGN data files used for chronologically ordered (oldest first) archives use
+date information as file name root strings.  A file containing all the PGN
+games for a given year would have an eight character name in the format
+"YYYY.pgn".  A file containing PGN data for a given month would have a ten
+character name in the format "YYYYMM.pgn".  Finally, a file for PGN games for a
+single day would have a twelve character name in the format "YYYYMMDD.pgn".
+Large files are split into smaller files as needed.
+
+As game files are commonly arranged by chronological order, games with missing
+or incomplete Date tag pair data are to be avoided.  Any question mark
+characters in a Date tag value will be treated as zero digits for collation
+within a file and also for file naming.
+
+Large quantities of PGN data arranged by chronological order should be
+organized into hierarchical directories.  A directory containing all PGN data
+for a given year would have a four character name in the format "YYYY";
+directories containing PGN files for a given month would have a six character
+name in the format "YYYYMM".
+
+
+11.5: Suggested directory tree organization
+
+A suggested directory arrangement for ftp sites and CD-ROM distributions:
+
+* PGN: master directory of the PGN subtree (pub/chess/Game-Databases/PGN)
+
+* PGN/Events: directory of PGN files, each for a specific event
+
+* PGN/Events/News: news and status of the event collection
+
+* PGN/Events/ReadMe: brief description of the local directory contents
+
+* PGN/MGR: directory of the Master Games Repository subtree
+
+* PGN/MGR/News: news and status of the entire PGN/MGR subtree
+
+* PGN/MGR/ReadMe: brief description of the local directory contents
+
+* PGN/MGR/YYYY: directory of games or subtrees for the year YYYY
+
+* PGN/MGR/YYYY/ReadMe: description of local directory for year YYYY
+
+* PGN/MGR/YYYY/News: news and status for year YYYY data
+
+* PGN/News: news and status of the entire PGN subtree
+
+* PGN/Players: directory of PGN files, each for a specific player
+
+* PGN/Players/News: news and status of the player collection
+
+* PGN/Players/ReadMe: brief description of the local directory contents
+
+* PGN/ReadMe: brief description of the local directory contents
+
+* PGN/Standard: the PGN standard (this document)
+
+* PGN/Tools: software utilities that access PGN data
+
+
+12: PGN collating sequence
+
+There is a standard sorting order for PGN games within a file.  This collation
+is based on eight keys; these are the seven tag values of the STR and also the
+movetext itself.
+
+The first (most important, primary key) is the Date tag.  Earlier dated games
+appear prior to games played at a later date.  This field is sorted by
+ascending numeric value first with the year, then the month, and finally the
+day of the month.  Query characters used for unknown date digit values will be
+treated as zero digit characters for ordering comparison.
+
+The second key is the Event tag.  This is sorted in ascending ASCII order.
+
+The third key is the Site tag.  This is sorted in ascending ASCII order.
+
+The fourth key is the Round tag.  This is sorted in ascending numeric order
+based on the value of the integer used to denote the playing round.  A query or
+hyphen used for the round is ordered before any integer value.  A query
+character is ordered before a hyphen character.
+
+The fifth key is the White tag.  This is sorted in ascending ASCII order.
+
+The sixth key is the Black tag.  This is sorted in ascending ASCII order.
+
+The seventh key is the Result tag.  This is sorted in ascending ASCII order.
+
+The eighth key is the movetext itself.  This is sorted in ascending ASCII order
+with the entire text including spaces and newline characters.
+
+
+13: PGN software
+
+This section describes some PGN software that is either currently available or
+expected to be available in the near future.  The entries are presented in
+rough chronological order of their being made known to the PGN standard
+coordinator.  Authors of PGN capable software are encouraged to contact the
+coordinator (e-mail address listed near the start of this document) so that the
+information may be included here in this section.
+
+In addition to the PGN standard, there are two more chess standards of interest
+to the chess software community.  These are the FEN standard (Forsyth-Edwards
+Notation) for position notation and the EPD standard (Extended Position
+Description) for comprehensive position description for automated interprogram
+processing.  These are described in a later section of this document.
+
+Some PGN software is freeware and can be gotten from ftp sites and other
+sources.  Other PGN software is payware and appears as part of commercial
+chessplaying programs and chess database managers.  Those who are interested in
+the propagation of the PGN standard are encouraged to support manufacturers of
+chess software that use the standard.  If a particular vendor does not offer
+PGN compatibility, it is likely that a few letters to them along with a copy of
+this specification may help them decide to include PGN support in their next
+release.
+
+The staff at the University of Oklahoma at Norman (USA) have graciously
+provided an ftp site (chess.uoknor.edu) for the storage of chess related data
+and programs.  Because file names change over time, those accessing the site
+are encouraged to first retrieve the file "pub/chess/ls-lR.gz" for a current
+listing.  A scan of this listing will also help locate versions of PGN programs
+for machine types and operating systems other than those listed below.  Further
+information about this archive can be gotten from its administrator, Chris
+Petroff ([email protected]).
+
+For European users, the kind staff at the University of Hamburg (Germany) have
+provided the ftp site ftp.math.uni-hamburg.de; this carries a daily mirror of
+the pub/chess directory at the chess.uoknor.edu site.
+
+
+13.1: The SAN Kit
+
+The "SAN Kit" is an ANSI C source chess programming toolkit available for free
+from the ftp site chess.uoknor.edu in the directory pub/chess/Unix as the file
+"SAN.tar.gz" (a gzip tar archive).  This kit contains code for PGN import and
+export and can be used to "regularize" PGN data into reduced export format by
+use of its "tfgg" command.  The SAN Kit also supports FEN I/O.  Code from this
+kit is freely redistributable for anyone as long as future distribution is
+unhindered for everyone.  The SAN Kit is undergoing continuous development,
+although dates of future deliveries are quite difficult to predict and releases
+sometimes appear months apart.  Suggestions and comments should be directed to
+its author, Steven J. Edwards ([email protected]).
+
+
+13.2: pgnRead
+
+The program "pgnRead" runs under MS Windows 3.1 and provides an interactive
+graphical user interface for scanning PGN data files.  This program includes a
+colorful figurine chessboard display and scrolling controls for game and game
+text selection.  It is available from the chess.uoknor.edu ftp site in the
+pub/chess/DOS directory; several versions are available with names of the form
+"pgnrd**.exe"; the latest at this writing is "PGNRD130.EXE".  Suggestions and
+comments should be directed to its author, Keith Fuller ([email protected]).
+
+
+13.3: mail2pgn/GIICS
+
+The program "mail2pgn" produces a PGN version of chess game data generated by
+the ICS (Internet Chess Server).  It can be found at the chess.uoknor.edu ftp
+site in the pub/chess/DOS directory as the file "mail2pgn.zip"  A C language
+version is in the directory pub/chess/Unix as the file "mail2pgn.c".
+Suggestions and comments should be directed to its author, John Aronson
+([email protected]).  This code has been reportedly incorporated
+into the GIICS (Graphical Interface for the ICS); suggestions and comments
+should be directed to its author, Tony Acero ([email protected]).
+
+There is a report that mail2pgn has been superseded by the newer program
+"MV2PGN" described below.
+
+
+13.4: XBoard
+
+"XBoard" is a comprehensive chess utility running under the X Window System
+that provides a graphical user interface in a portable manner.  A new version
+now handles PGN data.  It is available from the chess.uoknor.edu ftp site in
+the pub/chess/X directory as the file "xboard-3.0.pl9.tar.gz".  Suggestions and
+comments should be directed to its author, Tim Mann ([email protected]).
+
+
+13.5: cupgn
+
+The program "cupgn" converts game data stored in the ChessBase format into PGN.
+It is available from the chess.uoknor.edu ftp site in the
+pub/chess/Game-Databases/CBUFF directory as the file "cupgn.tar.gz".  Another
+version is in the directory pub/chess/DOS as the file "cupgn120.exe".
+Suggestions and comments should be directed to its author, Anjo Anjewierden
+
+
+13.6: Zarkov
+
+The current version (3.0) of the commercial chessplaying program "Zarkov" can
+read and write games using PGN.  This program can also use the EPD standard for
+communication with other EPD capable programs.  Historically, Zarkov is the
+very first program to use EPD.  Suggestions and comments should be directed to
+its author, John Stanback ([email protected]).
+
+A vendor for North America is:
+
+    International Chess Enterprises
+    P.O. Box 19457
+    Seattle, WA 98109
+    USA
+    (800) 262-4277
+
+A vendor for Europe is:
+
+    Gambit-Soft
+    Feckenhauser Strasse 27
+    D-78628 Rottweil
+    GERMANY
+    49-741-21573
+
+
+13.7: Chess Assistant
+
+The upcoming version of the multifunction commercial database program "Chess
+Assistant" will be able to use the PGN standard as an import and export option.
+There is a report of a freeware program, "PGN2CA", that will convert PGN
+databases into Chess Assistant format.  For more information, the contact is
+Victor Zakharov, one of the members of the Chess Assistant development team
+
+A vendor for North America is:
+
+    International Chess Enterprises
+    P.O. Box 19457
+    Seattle, WA 98109
+    USA
+    (800) 262-4277
+
+
+13.8: BOOKUP
+
+The MS-DOS edition of the multifunction commercial program BOOKUP, version 8.1,
+is able to use the EPD standard for communication with other EPD capable
+programs.  It may also be PGN capable as well.
+
+The BOOKUP 8.1.1 Addenda notes dated 1993.12.17 provide comprehensive
+information on how to use EPD in conjunction with "analyst" programs such as
+Zarkov and HIARCS.  Specifically, the search and evaluation abilities of an
+analyst program are combined with the information organization abilities of the
+BOOKUP database program to provide position scoring.  This is done by first
+having BOOKUP export a database in EPD format, then having an analyst program
+annotate each EPD record with a numeric score, and then having BOOKUP import
+the changed EPD file.  BOOKUP can then apply minimaxing to the imported
+database; this results in scores from terminal positions being propagated back
+to earlier positions and even back to moves from the starting array.
+
+For some reason, BOOKUP calls this process "backsolving", but it's really just
+standard minimaxing.  In any case, it's a good example of how different
+programs from different authors performing different types of tasks can be
+integrated by use of a common, non-proprietary standard.  This allows for a new
+set of powerful features that are beyond the capabilities of any one of the
+individual component programs.
+
+BOOKUP allows for some customizing of EPD actions.  One such customization is
+to require the positional evaluations to follow the EPD standard; this means
+that the score is always given from the viewpoint of the active player.  This
+is explained more fully in the section on the "ce" (centipawn evaluation)
+opcode in the EPD description in a later section of this document.  To ensure
+that BOOKUP handles the centipawn evaluations in the "right" way, the EPD
+setting "Positive for White" must be set to "N".  This makes BOOKUP work
+correctly with Zarkov and with all other programs that use the "right"
+centipawn evaluation convention.  There is an apparent problem with HIARCS that
+requires this option to be set to "Y"; but this really means that, if true,
+HIARCS needs to be adjusted to use the "right" centipawn evaluation convention.
+
+A vendor in North America is:
+
+    BOOKUP
+    2763 Kensington Place West
+    Columbus, OH 43202
+    USA
+    (800) 949-5445
+    (614) 263-7219
+
+
+13.9: HIARCS
+
+The current version (2.1) of the commercial chessplaying program "HIARCS" is
+able to use the EPD standard for communication with other EPD capable programs.
+It may also be PGN capable as well.  More details will appear here as they
+become available.
+
+A vendor in North America is:
+
+    HIARCS
+    c/o BOOKUP
+    2763 Kensington Place West
+    Columbus, OH 43202
+    USA
+    (800) 949-5445
+    (614) 263-7219
+
+
+13.10: Deja Vu
+
+The chess database "Deja Vu" from ChessWorks is a PGN compatible collection of
+over 300,000 games.  It is available only on CD-ROM and is scheduled for
+release in 1994.05 with periodic revisions thereafter.  The introductory price
+is US$329.  For further information, the authors are John Crayton and Eric
+Schiller and they can be contacted via e-mail ([email protected]).
+
+
+13.11: MV2PGN
+
+The program "MV2PGN" can be used to convert game data generated by both current
+and older versions of the GIICS (Graphical Interface - Internet Chess Server).
+The program is included in the self extracting archive available from
+chess.uoknor.edu in the directory pub/chess/DOS as the file "ics2pgn.exe".
+Source code is also included.  This program is reported to supersede the older
+"mail2pgn" and was needed due to a change in ICS recording format in late 1993.
+For further information about MV2PGN, the contact person is Gary Bastin
+
+
+13.12: The Hansen utilities (cb2pgn, nic2pgn, pgn2cb, pgn2nic)
+
+The Hansen utilities are used to convert among various chess data
+representation formats.  The PGN related programs include: "cb2pgn.exe"
+(convert ChessBase to PGN), "nic2pgn.exe" (convert NIC to PGN), "pgn2cb.exe"
+(convert PGN to ChessBase), and "pgn2nic.exe" (convert PGN to NIC).
+
+The ChessBase related utilities (cb2pgn/pgn2cb) are found at chess.uoknor.edu
+in the pub/chess/Game-Databases/ChessBase directory.
+
+The NIC related utilities (nic2pgn/pgn2nic) are found at chess.uoknor.edu in
+the pub/chess/Game-Databases/NIC directory.
+
+For further information about the Hansen utilities, the contact person is the
+author, Carsten Hansen ([email protected]).
+
+
+13.13: Slappy the Database
+
+"Slappy the Database" is a commercial chess database and translation program
+scheduled for release no sooner than late 1994.  It is a low cost utility with
+a simple character interface intended for those who want a supported product
+but who do not need (or cannot afford) a comprehensive, feature-laden program
+with a graphical user interface.  Slappy's two most important features are its
+batch processing ability and its full implementation of each and every standard
+described in this document.  Versions of Slappy the Database will be provided
+for various platforms including: Intel 386/486 Unix, Apple Macintosh, and
+MS-DOS.
+
+Slappy may also be useful to those who have a full feature program who also
+need to run time consuming chess database tasks on a spare computer.
+
+Suggestions and comments should be directed to its author, Steven J. Edwards
+([email protected]).  More details will appear here as they become available.
+
+
+13.14: CBASCII
+
+"CBASCII" is a general utility for converting chess data between ChessBase
+format and ASCII representations.  It has PGN capability, and it is available
+from the chess.uoknor.edu ftp site in the pub/chess/DOS directory as the file
+"cba1_2.zip".  The contact person is the program's author, Andy Duplain
+
+
+13.15: ZZZZZZ
+
+"ZZZZZZ" is a chessplaying program, complete with source, that also includes
+some database functions.  A recent version is reported to have both PGN and EPD
+capabilities.  It is available from the chess.uoknor.edu ftp site in the
+pub/chess/Unix directory as the file "zzzzzz-3.2b1.tar.gz".  The contact person
+is its author, Gijsbert Wiesenecker ([email protected]).
+
+
+13.16: icsconv
+
+The program "icsconv" can be used to convert Internet Chess Server games, both
+old and new format, to PGN.  It is available from the chess.uoknor.edu site in
+the pub/chess/Game-Databases/PGN/Tools directory as the file "icsconv.exe".
+The contact person is the author, Kevin Nomura ([email protected]).
+
+
+13.17: CHESSOP (CHESSOPN/CHESSOPG)
+
+CHESSOP is an openings database and viewing tool with support for reading PGN
+games.  It runs under MS-DOS and displays positions rather than games.  For
+each position, both good and bad moves are listed with appropriate annotation.
+Transpositions are handled as well.  The distributed database contains over
+100,000 positions covering all the common openings.  Users can feed in their
+own PGN data as well.  CHESSOP takes 3 Mbyte of hard disk, costs US$39 and can
+be obtained from:
+
+    CHESSX Software
+    12 Bluebell Close
+    Glenmore Park
+    AUSTRALIA 2745.
+
+The ideas behind CHESSOP can be seen in CHESSOPN (alias CHESSOPG), a free
+version on the ICS server which has a reduced openings database (25,000
+positions) and no PGN or transposition support but is otherwise the same as
+CHESSOP.  (These are the files "chessopg.zip" in the directory pub/chess/DOS at
+the chess.uoknor.edu ftp site.)
+
+
+13.18: CAT2PGN
+
+The program "CAT2PGN" is a utility that translates data from the format used by
+Chess Assistant into PGN.  It is available from the chess.uoknor.edu ftp site.
+The contact person for CAT2PGN is its author, David Myers
+
+
+13.19: pgn2opg
+
+The utility "pgn2opg" can be used to convert PGN files into a text format used
+by the "CHESSOPG" program mentioned above.  Although it does not perform any
+semantic analysis on PGN input, it has been demonstrated to handle known
+correct PGN input properly.  The file can be found in the pub/chess/PGN/Tools
+directory at the chess.uoknor.edu ftp site.  For more information, the author
+is David Barnes ([email protected]).
+
+
+14: PGN data archives
+
+The primary PGN data archive repository is located at the ftp site
+chess.uoknor.edu as the directory "pub/chess/Game-Databases/PGN".  It is
+organized according to the description given in section C.5 of this document.
+The European site ftp.math.uni-hamburg.de is also reported to carry a regularly
+updated copy of the repository.
+
+
+15: International Olympic Committee country codes
+
+International Olympic Committee country codes are employed for Site nation
+information because of their traditional use with the reporting of
+international sporting events.  Due to changes in geography and linguistic
+custom, some of the following may be incorrect or outdated.  Corrections and
+extensions should be sent via e-mail to the PGN coordinator whose address
+listed near the start of this document.
+
+AFG: Afghanistan
+AIR: Aboard aircraft
+ALB: Albania
+ALG: Algeria
+AND: Andorra
+ANG: Angola
+ANT: Antigua
+ARG: Argentina
+ARM: Armenia
+ATA: Antarctica
+AUS: Australia
+AZB: Azerbaijan
+BAN: Bangladesh
+BAR: Bahrain
+BHM: Bahamas
+BEL: Belgium
+BER: Bermuda
+BIH: Bosnia and Herzegovina
+BLA: Belarus
+BLG: Bulgaria
+BLZ: Belize
+BOL: Bolivia
+BRB: Barbados
+BRS: Brazil
+BRU: Brunei
+BSW: Botswana
+CAN: Canada
+CHI: Chile
+COL: Columbia
+CRA: Costa Rica
+CRO: Croatia
+CSR: Czechoslovakia
+CUB: Cuba
+CYP: Cyprus
+DEN: Denmark
+DOM: Dominican Republic
+ECU: Ecuador
+EGY: Egypt
+ENG: England
+ESP: Spain
+EST: Estonia
+FAI: Faroe Islands
+FIJ: Fiji
+FIN: Finland
+FRA: France
+GAM: Gambia
+GCI: Guernsey-Jersey
+GEO: Georgia
+GER: Germany
+GHA: Ghana
+GRC: Greece
+GUA: Guatemala
+GUY: Guyana
+HAI: Haiti
+HKG: Hong Kong
+HON: Honduras
+HUN: Hungary
+IND: India
+IRL: Ireland
+IRN: Iran
+IRQ: Iraq
+ISD: Iceland
+ISR: Israel
+ITA: Italy
+IVO: Ivory Coast
+JAM: Jamaica
+JAP: Japan
+JRD: Jordan
+JUG: Yugoslavia
+KAZ: Kazakhstan
+KEN: Kenya
+KIR: Kyrgyzstan
+KUW: Kuwait
+LAT: Latvia
+LEB: Lebanon
+LIB: Libya
+LIC: Liechtenstein
+LTU: Lithuania
+LUX: Luxembourg
+MAL: Malaysia
+MAU: Mauritania
+MEX: Mexico
+MLI: Mali
+MLT: Malta
+MNC: Monaco
+MOL: Moldova
+MON: Mongolia
+MOZ: Mozambique
+MRC: Morocco
+MRT: Mauritius
+MYN: Myanmar
+NCG: Nicaragua
+NET: The Internet
+NIG: Nigeria
+NLA: Netherlands Antilles
+NLD: Netherlands
+NOR: Norway
+NZD: New Zealand
+OST: Austria
+PAK: Pakistan
+PAL: Palestine
+PAN: Panama
+PAR: Paraguay
+PER: Peru
+PHI: Philippines
+PNG: Papua New Guinea
+POL: Poland
+POR: Portugal
+PRC: People's Republic of China
+PRO: Puerto Rico
+QTR: Qatar
+RIN: Indonesia
+ROM: Romania
+RUS: Russia
+SAF: South Africa
+SAL: El Salvador
+SCO: Scotland
+SEA: At Sea
+SEN: Senegal
+SEY: Seychelles
+SIP: Singapore
+SLV: Slovenia
+SMA: San Marino
+SPC: Aboard spacecraft
+SRI: Sri Lanka
+SUD: Sudan
+SUR: Surinam
+SVE: Sweden
+SWZ: Switzerland
+SYR: Syria
+TAI: Thailand
+TMT: Turkmenistan
+TRK: Turkey
+TTO: Trinidad and Tobago
+TUN: Tunisia
+UAE: United Arab Emirates
+UGA: Uganda
+UKR: Ukraine
+UNK: Unknown
+URU: Uruguay
+USA: United States of America
+UZB: Uzbekistan
+VEN: Venezuela
+VGB: British Virgin Islands
+VIE: Vietnam
+VUS: U.S. Virgin Islands
+WLS: Wales
+YEM: Yemen
+YUG: Yugoslavia
+ZAM: Zambia
+ZIM: Zimbabwe
+ZRE: Zaire
+
+
+16: Additional chess data standards
+
+While PGN is used for game storage, there are other data representation
+standards for other chess related purposes.  Two important standards are FEN
+and EPD, both described in this section.
+
+
+16.1: FEN
+
+FEN is "Forsyth-Edwards Notation"; it is a standard for describing chess
+positions using the ASCII character set.
+
+A single FEN record uses one text line of variable length composed of six data
+fields.  The first four fields of the FEN specification are the same as the
+first four fields of the EPD specification.
+
+A text file composed exclusively of FEN data records should have a file name
+with the suffix ".fen".
+
+
+16.1.1: History
+
+FEN is based on a 19th century standard for position recording designed by the
+Scotsman David Forsyth, a newspaper journalist.  The original Forsyth standard
+has been slightly extended for use with chess software by Steven Edwards with
+assistance from commentators on the Internet.  This new standard, FEN, was
+first implemented in Edwards' SAN Kit.
+
+
+16.1.2: Uses for a position notation
+
+Having a standard position notation is particularly important for chess
+programmers as it allows them to share position databases.  For example, there
+exist standard position notation databases with many of the classical benchmark
+tests for chessplaying programs, and by using a common position notation format
+many hours of tedious data entry can be saved.  Additionally, a position
+notation can be useful for page layout programs and for confirming position
+status for e-mail competition.
+
+Many interesting chess problem sets represented using FEN can be found at the
+chess.uoknor.edu ftp site in the directory pub/chess/SAN_testsuites.
+
+
+16.1.3: Data fields
+
+FEN specifies the piece placement, the active color, the castling availability,
+the en passant target square, the halfmove clock, and the fullmove number.
+These can all fit on a single text line in an easily read format.  The length
+of a FEN position description varies somewhat according to the position. In
+some cases, the description could be eighty or more characters in length and so
+may not fit conveniently on some displays.  However, these positions aren't too
+common.
+
+A FEN description has six fields.  Each field is composed only of non-blank
+printing ASCII characters.  Adjacent fields are separated by a single ASCII
+space character.
+
+
+16.1.3.1: Piece placement data
+
+The first field represents the placement of the pieces on the board.  The board
+contents are specified starting with the eighth rank and ending with the first
+rank.  For each rank, the squares are specified from file a to file h.  White
+pieces are identified by uppercase SAN piece letters ("PNBRQK") and black
+pieces are identified by lowercase SAN piece letters ("pnbrqk").  Empty squares
+are represented by the digits one through eight; the digit used represents the
+count of contiguous empty squares along a rank.  A solidus character "/" is
+used to separate data of adjacent ranks.
+
+
+16.1.3.2: Active color
+
+The second field represents the active color.  A lower case "w" is used if
+White is to move; a lower case "b" is used if Black is the active player.
+
+
+16.1.3.3: Castling availability
+
+The third field represents castling availability.  This indicates potential
+future castling that may of may not be possible at the moment due to blocking
+pieces or enemy attacks.  If there is no castling availability for either side,
+the single character symbol "-" is used.  Otherwise, a combination of from one
+to four characters are present.  If White has kingside castling availability,
+the uppercase letter "K" appears.  If White has queenside castling
+availability, the uppercase letter "Q" appears.  If Black has kingside castling
+availability, the lowercase letter "k" appears.  If Black has queenside
+castling availability, then the lowercase letter "q" appears.  Those letters
+which appear will be ordered first uppercase before lowercase and second
+kingside before queenside.  There is no white space between the letters.
+
+
+16.1.3.4: En passant target square
+
+The fourth field is the en passant target square.  If there is no en passant
+target square then the single character symbol "-" appears.  If there is an en
+passant target square then is represented by a lowercase file character
+immediately followed by a rank digit.  Obviously, the rank digit will be "3"
+following a white pawn double advance (Black is the active color) or else be
+the digit "6" after a black pawn double advance (White being the active color).
+
+An en passant target square is given if and only if the last move was a pawn
+advance of two squares.  Therefore, an en passant target square field may have
+a square name even if there is no pawn of the opposing side that may
+immediately execute the en passant capture.
+
+
+16.1.3.5: Halfmove clock
+
+The fifth field is a nonnegative integer representing the halfmove clock.  This
+number is the count of halfmoves (or ply) since the last pawn advance or
+capturing move.  This value is used for the fifty move draw rule.
+
+
+16.1.3.6: Fullmove number
+
+The sixth and last field is a positive integer that gives the fullmove number.
+This will have the value "1" for the first move of a game for both White and
+Black.  It is incremented by one immediately after each move by Black.
+
+
+16.1.4: Examples
+
+Here's the FEN for the starting position:
+
+rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
+
+And after the move 1. e4:
+
+rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1
+
+And then after 1. ... c5:
+
+rnbqkbnr/pp1ppppp/8/2p5/4P3/8/PPPP1PPP/RNBQKBNR w KQkq c6 0 2
+
+And then after 2. Nf3:
+
+rnbqkbnr/pp1ppppp/8/2p5/4P3/5N2/PPPP1PPP/RNBQKB1R b KQkq - 1 2
+
+For two kings on their home squares and a white pawn on e2 (White to move) with
+thirty eight full moves played with five halfmoves since the last pawn move or
+capture:
+
+4k3/8/8/8/8/8/4P3/4K3 w - - 5 39
+
+
+16.2: EPD
+
+EPD is "Extended Position Description"; it is a standard for describing chess
+positions along with an extended set of structured attribute values using the
+ASCII character set.  It is intended for data and command interchange among
+chessplaying programs.  It is also intended for the representation of portable
+opening library repositories.
+
+A single EPD uses one text line of variable length composed of four data field
+followed by zero or more operations.  The four fields of the EPD specification
+are the same as the first four fields of the FEN specification.
+
+A text file composed exclusively of EPD data records should have a file name
+with the suffix ".epd".
+
+
+16.2.1: History
+
+EPD is based in part on the earlier FEN standard; it has added extensions for
+use with opening library preparation and also for general data and command
+interchange among advanced chess programs.  EPD was developed by John Stanback
+and Steven Edwards; its first implementation is in Stanback's master strength
+chessplaying program Zarkov.
+
+
+16.2.2: Uses for an extended position notation
+
+Like FEN, EPD can also be used for general position description.  However,
+unlike FEN, EPD is designed to be expandable by the addition of new operations
+that provide new functionality as needs arise.
+
+Many interesting chess problem sets represented using EPD can be found at the
+chess.uoknor.edu ftp site in the directory pub/chess/SAN_testsuites.
+
+
+16.2.3: Data fields
+
+EPD specifies the piece placement, the active color, the castling availability,
+and the en passant target square of a position.  These can all fit on a single
+text line in an easily read format.  The length of an EPD position description
+varies somewhat according to the position and any associated operations. In
+some cases, the description could be eighty or more characters in length and so
+may not fit conveniently on some displays.  However, most EPD descriptions pass
+among programs only and these are not usually seen by program users.
+
+(Note: due to the likelihood of future expansion of EPD, implementors are
+encouraged to have their programs handle EPD text lines of up to 1024
+characters long.)
+
+Each EPD data field is composed only of non-blank printing ASCII characters.
+Adjacent data fields are separated by a single ASCII space character.
+
+
+16.2.3.1: Piece placement data
+
+The first field represents the placement of the pieces on the board.  The board
+contents are specified starting with the eighth rank and ending with the first
+rank.  For each rank, the squares are specified from file a to file h.  White
+pieces are identified by uppercase SAN piece letters ("PNBRQK") and black
+pieces are identified by lowercase SAN piece letters ("pnbrqk").  Empty squares
+are represented by the digits one through eight; the digit used represents the
+count of contiguous empty squares along a rank.  A solidus character "/" is
+used to separate data of adjacent ranks.
+
+
+16.2.3.2: Active color
+
+The second field represents the active color.  A lower case "w" is used if
+White is to move; a lower case "b" is used if Black is the active player.
+
+
+16.2.3.3: Castling availability
+
+The third field represents castling availability.  This indicates potential
+future castling that may or may not be possible at the moment due to blocking
+pieces or enemy attacks.  If there is no castling availability for either side,
+the single character symbol "-" is used.  Otherwise, a combination of from one
+to four characters are present.  If White has kingside castling availability,
+the uppercase letter "K" appears.  If White has queenside castling
+availability, the uppercase letter "Q" appears.  If Black has kingside castling
+availability, the lowercase letter "k" appears.  If Black has queenside
+castling availability, then the lowercase letter "q" appears.  Those letters
+which appear will be ordered first uppercase before lowercase and second
+kingside before queenside.  There is no white space between the letters.
+
+
+16.2.3.4: En passant target square
+
+The fourth field is the en passant target square.  If there is no en passant
+target square then the single character symbol "-" appears.  If there is an en
+passant target square then is represented by a lowercase file character
+immediately followed by a rank digit.  Obviously, the rank digit will be "3"
+following a white pawn double advance (Black is the active color) or else be
+the digit "6" after a black pawn double advance (White being the active color).
+
+An en passant target square is given if and only if the last move was a pawn
+advance of two squares.  Therefore, an en passant target square field may have
+a square name even if there is no pawn of the opposing side that may
+immediately execute the en passant capture.
+
+
+16.2.4: Operations
+
+An EPD operation is composed of an opcode followed by zero or more operands and
+is concluded by a semicolon.
+
+Multiple operations are separated by a single space character.  If there is at
+least one operation present in an EPD line, it is separated from the last
+(fourth) data field by a single space character.
+
+
+16.2.4.1: General format
+
+An opcode is an identifier that starts with a letter character and may be
+followed by up to fourteen more characters.  Each additional character may be a
+letter or a digit or the underscore character.
+
+An operand is either a set of contiguous non-white space printing characters or
+a string.  A string is a set of contiguous printing characters delimited by a
+quote character at each end.  A string value must have less than 256 bytes of
+data.
+
+If at least one operand is present in an operation, there is a single space
+between the opcode and the first operand.  If more than one operand is present
+in an operation, there is a single blank character between every two adjacent
+operands.  If there are no operands, a semicolon character is appended to the
+opcode to mark the end of the operation.  If any operands appear, the last
+operand has an appended semicolon that marks the end of the operation.
+
+Any given opcode appears at most once per EPD record.  Multiple operations in a
+single EPD record should appear in ASCII order of their opcode names
+(mnemonics).  However, a program reading EPD records may allow for operations
+not in ASCII order by opcode mnemonics; the semantics are the same in either
+case.
+
+Some opcodes that allow for more than one operand may have special ordering
+requirements for the operands.  For example, the "pv" (predicted variation)
+opcode requires its operands (moves) to appear in the order in which they would
+be played.  All other opcodes that allow for more than one operand should have
+operands appearing in ASCII order.  An example of the latter set is the "bm"
+(best move[s]) opcode; its operands are moves that are all immediately playable
+from the current position.
+
+Some opcodes require one or more operands that are chess moves.  These moves
+should be represented using SAN.  If a different representation is used, there
+is no guarantee that the EPD will be read correctly during subsequent
+processing.
+
+Some opcodes require one or more operands that are integers.  Some opcodes may
+require that an integer operand must be within a given range; the details are
+described in the opcode list given below.  A negative integer is formed with a
+hyphen (minus sign) preceding the integer digit sequence.  An optional plus
+sign may be used for indicating a non-negative value, but such use is not
+required and is indeed discouraged.
+
+Some opcodes require one or more operands that are floating point numbers.
+Some opcodes may require that a floating point operand must be within a given
+range; the details are described in the opcode list given below.  A floating
+point operand is constructed from an optional sign character ("+" or "-"), a
+digit sequence (with at least one digit), a radix point (always "."), and a
+final digit sequence (with at least one digit).
+
+
+16.2.4.2: Opcode mnemonics
+
+An opcode mnemonic used for archival storage and for interprogram communication
+starts with a lower case letter and is composed of only lower case letters,
+digits, and the underscore character (i.e., no upper case letters).  These
+mnemonics will also all be at least two characters in length.
+
+Opcode mnemonics used only by a single program or an experimental suite of
+programs should start with an upper case letter.  This is so they may be easily
+distinguished should they be inadvertently be encountered by other programs.
+When a such a "private" opcode be demonstrated to be widely useful, it should
+be brought into the official list (appearing below) in a lower case form.
+
+If a given program does not recognize a particular opcode, that operation is
+simply ignored; it is not signaled as an error.
+
+
+16.2.5: Opcode list
+
+The opcodes are listed here in ASCII order of their mnemonics.  Suggestions for
+new opcodes should be sent to the PGN standard coordinator listed near the
+start of this document.
+
+
+16.2.5.1: Opcode "acn": analysis count: nodes
+
+The opcode "acn" takes a single non-negative integer operand.  It is used to
+represent the number of nodes examined in an analysis.  Note that the value may
+be quite large for some extended searches and so use of (at least) a long (four
+byte) representation is suggested.
+
+
+16.2.5.2: Opcode "acs": analysis count: seconds
+
+The opcode "acs" takes a single non-negative integer operand.  It is used to
+represent the number of seconds used for an analysis.  Note that the value may
+be quite large for some extended searches and so use of (at least) a long (four
+byte) representation is suggested.
+
+
+16.2.5.3: Opcode "am": avoid move(s)
+
+The opcode "am" indicates a set of zero or more moves, all immediately playable
+from the current position, that are to be avoided in the opinion of the EPD
+writer.  Each operand is a SAN move; they appear in ASCII order.
+
+
+16.2.5.4: Opcode "bm": best move(s)
+
+The opcode "bm" indicates a set of zero or more moves, all immediately playable
+from the current position, that are judged to the best available by the EPD
+writer.  Each operand is a SAN move; they appear in ASCII order.
+
+
+16.2.5.5: Opcode "c0": comment (primary, also "c1" though "c9")
+
+The opcode "c0" (lower case letter "c", digit character zero) indicates a top
+level comment that applies to the given position.  It is the first of ten
+ranked comments, each of which has a mnemonic formed from the lower case letter
+"c" followed by a single decimal digit.  Each of these opcodes takes either a
+single string operand or no operand at all.
+
+This ten member comment family of opcodes is intended for use as descriptive
+commentary for a complete game or game fragment.  The usual processing of these
+opcodes are as follows:
+
+1) At the beginning of a game (or game fragment), a move sequence scanning
+program initializes each element of its set of ten comment string registers to
+be null.
+
+2) As the EPD record for each position in the game is processed, the comment
+operations are interpreted from left to right.  (Actually, all operations in n
+EPD record are interpreted from left to right.)  Because operations appear in
+ASCII order according to their opcode mnemonics, opcode "c0" (if present) will
+be handled prior to all other opcodes, then opcode "c1" (if present), and so
+forth until opcode "c9" (if present).
+
+3) The processing of opcode "cN" (0 <= N <= 9) involves two steps.  First, all
+comment string registers with an index equal to or greater than N are set to
+null.  (This is the set "cN" though "c9".)  Second, and only if a string
+operand is present, the value of the corresponding comment string register is
+set equal to the string operand.
+
+
+16.2.5.6: Opcode "ce": centipawn evaluation
+
+The opcode "ce" indicates the evaluation of the indicated position in centipawn
+units.  It takes a single operand, an optionally signed integer that gives an
+evaluation of the position from the viewpoint of the active player; i.e., the
+player with the move.  Positive values indicate a position favorable to the
+moving player while negative values indicate a position favorable to the
+passive player; i.e., the player without the move.  A centipawn evaluation
+value close to zero indicates a neutral positional evaluation.
+
+Values are restricted to integers that are equal to or greater than -32767 and
+are less than or equal to 32766.
+
+A value greater than 32000 indicates the availability of a forced mate to the
+active player.  The number of plies until mate is given by subtracting the
+evaluation from the value 32767.  Thus, a winning mate in N fullmoves is a mate
+in ((2 * N) - 1) halfmoves (or ply) and has a corresponding centipawn
+evaluation of (32767 - ((2 * N) - 1)).  For example, a mate on the move (mate
+in one) has a centipawn evaluation of 32766 while a mate in five has a
+centipawn evaluation of 32758.
+
+A value less than -32000 indicates the availability of a forced mate to the
+passive player.  The number of plies until mate is given by subtracting the
+evaluation from the value -32767 and then negating the result.  Thus, a losing
+mate in N fullmoves is a mate in (2 * N) halfmoves (or ply) and has a
+corresponding centipawn evaluation of (-32767 + (2 * N)).  For example, a mate
+after the move (losing mate in one) has a centipawn evaluation of -32765 while
+a losing mate in five has a centipawn evaluation of -32757.
+
+A value of -32767 indicates an illegal position.  A stalemate position has a
+centipawn evaluation of zero as does a position drawn due to insufficient
+mating material.  Any other position known to be a certain forced draw also has
+a centipawn evaluation of zero.
+
+
+16.2.5.7: Opcode "dm": direct mate fullmove count
+
+The "dm" opcode is used to indicate the number of fullmoves until checkmate is
+to be delivered by the active color for the indicated position.  It always
+takes a single operand which is a positive integer giving the fullmove count.
+For example, a position known to be a "mate in three" would have an operation
+of "dm 3;" to indicate this.
+
+This opcode is intended for use with problem sets composed of positions
+requiring direct mate answers as solutions.
+
+
+16.2.5.8: Opcode "draw_accept": accept a draw offer
+
+The opcode "draw_accept" is used to indicate that a draw offer made after the
+move that lead to the indicated position is accepted by the active player.
+This opcode takes no operands.
+
+
+16.2.5.9: Opcode "draw_claim": claim a draw
+
+The opcode "draw_claim" is used to indicate claim by the active player that a
+draw exists.  The draw is claimed because of a third time repetition or because
+of the fifty move rule or because of insufficient mating material.  A supplied
+move (see the opcode "sm") is also required to appear as part of the same EPD
+record.  The draw_claim opcode takes no operands.
+
+
+16.2.5.10: Opcode "draw_offer": offer a draw
+
+The opcode "draw_offer" is used to indicate that a draw is offered by the
+active player.  A supplied move (see the opcode "sm") is also required to
+appear as part of the same EPD record; this move is considered played from the
+indicated position.  The draw_offer opcode takes no operands.
+
+
+16.2.5.11: Opcode "draw_reject": reject a draw offer
+
+The opcode "draw_reject" is used to indicate that a draw offer made after the
+move that lead to the indicated position is rejected by the active player.
+This opcode takes no operands.
+
+
+16.2.5.12: Opcode "eco": _Encyclopedia of Chess Openings_ opening code
+
+The opcode "eco" is used to associate an opening designation from the
+_Encyclopedia of Chess Openings_ taxonomy with the indicated position.  The
+opcode takes either a single string operand (the ECO opening name) or no
+operand at all.  If an operand is present, its value is associated with an
+"ECO" string register of the scanning program.  If there is no operand, the ECO
+string register of the scanning program is set to null.
+
+The usage is similar to that of the "ECO" tag pair of the PGN standard.
+
+
+16.2.5.13: Opcode "fmvn": fullmove number
+
+The opcode "fmvn" represents the fullmove n umber associated with the position.
+It always takes a single operand that is the positive integer value of the move
+number.
+
+This opcode is used to explicitly represent the fullmove number in EPD that is
+present by default in FEN as the sixth field.  Fullmove number information is
+usually omitted from EPD because it does not affect move generation (commonly
+needed for EPD-using tasks) but it does affect game notation (commonly needed
+for FEN-using tasks).  Because of the desire for space optimization for large
+EPD files, fullmove numbers were dropped from EPD's parent FEN.  The halfmove
+clock information was similarly dropped.
+
+
+16.2.5.14: Opcode "hmvc": halfmove clock
+
+The opcode "hmvc" represents the halfmove clock associated with the position.
+The halfmove clock of a position is equal to the number of plies since the last
+pawn move or capture.  This information is used to implement the fifty move
+draw rule.  It always takes a single operand that is the non-negative integer
+value of the halfmove clock.
+
+This opcode is used to explicitly represent the halfmove clock in EPD that is
+present by default in FEN as the fifth field.  Halfmove clock information is
+usually omitted from EPD because it does not affect move generation (commonly
+needed for EPD-using tasks) but it does affect game termination issues
+(commonly needed for FEN-using tasks).  Because of the desire for space
+optimization for large EPD files, halfmove clock values were dropped from EPD's
+parent FEN.  The fullmove number information was similarly dropped.
+
+
+16.2.5.15: Opcode "id": position identification
+
+The opcode "id" is used to provide a simple identifying label for the indicated
+position.  It takes a single string operand.
+
+This opcode is intended for use with test suites used for measuring
+chessplaying program strength.  An example "id" operand for the seven hundred
+fifty seventh position of the one thousand one problems in Reinfeld's _1001
+Winning Chess Sacrifices and Combinations_ would be "WCSAC.0757" while the
+fifteenth position in the twenty four problem Bratko-Kopec test suite would
+have an "id" operand of "BK.15".
+
+
+16.2.5.16: Opcode "nic": _New In Chess_ opening code
+
+The opcode "nic" is used to associate an opening designation from the _New In
+Chess_ taxonomy with the indicated position.  The opcode takes either a single
+string operand (the NIC opening name) or no operand at all.  If an operand is
+present, its value is associated with an "NIC" string register of the scanning
+program.  If there is no operand, the NIC string register of the scanning
+program is set to null.
+
+The usage is similar to that of the "NIC" tag pair of the PGN standard.
+
+
+16.2.5.17: Opcode "noop": no operation
+
+The "noop" opcode is used to indicate no operation.  It takes zero or more
+operands, each of which may be of any type.  The operation involves no
+processing.  It is intended for use by developers for program testing purposes.
+
+
+16.2.5.18: Opcode "pm": predicted move
+
+The "pm" opcode is used to provide a single predicted move for the indicated
+position.  It has exactly one operand, a move playable from the position.  This
+move is judged by the EPD writer to represent the best move available to the
+active player.
+
+If a non-empty "pv" (predicted variation) line of play is also present in the
+same EPD record, the first move of the predicted variation is the same as the
+predicted move.
+
+The "pm" opcode is intended for use as a general "display hint" mechanism.
+
+
+16.2.5.19: Opcode "pv": predicted variation
+
+The "pv" opcode is used to provide a predicted variation for the indicated
+position.  It has zero or more operands which represent a sequence of moves
+playable from the position.  This sequence is judged by the EPD writer to
+represent the best play available.
+
+If a "pm" (predicted move) operation is also present in the same EPD record,
+the predicted move is the same as the first move of the predicted variation.
+
+
+16.2.5.20: Opcode "rc": repetition count
+
+The "rc" opcode is used to indicate the number of occurrences of the indicated
+position.  It takes a single, positive integer operand.  Any position,
+including the initial starting position, is considered to have an "rc" value of
+at least one.  A value of three indicates a candidate for a draw claim by the
+position repetition rule.
+
+
+16.2.5.21: Opcode "resign": game resignation
+
+The opcode "resign" is used to indicate that the active player has resigned the
+game.  This opcode takes no operands.
+
+
+16.2.5.22: Opcode "sm": supplied move
+
+The "sm" opcode is used to provide a single supplied move for the indicated
+position.  It has exactly one operand, a move playable from the position.  This
+move is the move to be played from the position.
+
+The "sm" opcode is intended for use to communicate the most recent played move
+in an active game.  It is used to communicate moves between programs in
+automatic play via a network.  This includes correspondence play using e-mail
+and also programs acting as network front ends to human players.
+
+
+16.2.5.23: Opcode "tcgs": telecommunication: game selector
+
+The "tcgs" opcode is one of the telecommunication family of opcodes used for
+games conducted via e-mail and similar means.  This opcode takes a single
+operand that is a positive integer.  It is used to select among various games
+in progress between the same sender and receiver.
+
+
+16.2.5.24: Opcode "tcri": telecommunication: receiver identification
+
+The "tcri" opcode is one of the telecommunication family of opcodes used for
+games conducted via e-mail and similar means.  This opcode takes two order
+dependent string operands.  The first operand is the e-mail address of the
+receiver of the EPD record.  The second operand is the name of the player
+(program or human) at the address who is the actual receiver of the EPD record.
+
+
+16.2.5.25: Opcode "tcsi": telecommunication: sender identification
+
+The "tcsi" opcode is one of the telecommunication family of opcodes used for
+games conducted via e-mail and similar means.  This opcode takes two order
+dependent string operands.  The first operand is the e-mail address of the
+sender of the EPD record.  The second operand is the name of the player
+(program or human) at the address who is the actual sender of the EPD record.
+
+
+16.2.5.26: Opcode "v0": variation name (primary, also "v1" though "v9")
+
+The opcode "v0" (lower case letter "v", digit character zero) indicates a top
+level variation name that applies to the given position.  It is the first of
+ten ranked variation names, each of which has a mnemonic formed from the lower
+case letter "v" followed by a single decimal digit.  Each of these opcodes
+takes either a single string operand or no operand at all.
+
+This ten member variation name family of opcodes is intended for use as
+traditional variation names for a complete game or game fragment.  The usual
+processing of these opcodes are as follows:
+
+1) At the beginning of a game (or game fragment), a move sequence scanning
+program initializes each element of its set of ten variation name string
+registers to be null.
+
+2) As the EPD record for each position in the game is processed, the variation
+name operations are interpreted from left to right.  (Actually, all operations
+in n EPD record are interpreted from left to right.)  Because operations appear
+in ASCII order according to their opcode mnemonics, opcode "v0" (if present)
+will be handled prior to all other opcodes, then opcode "v1" (if present), and
+so forth until opcode "v9" (if present).
+
+3) The processing of opcode "vN" (0 <= N <= 9) involves two steps.  First, all
+variation name string registers with an index equal to or greater than N are
+set to null.  (This is the set "vN" though "v9".)  Second, and only if a string
+operand is present, the value of the corresponding variation name string
+register is set equal to the string operand.
+
+
+17: Alternative chesspiece identifier letters
+
+English language piece names are used to define the letter set for identifying
+chesspieces in PGN movetext.  However, authors of programs which are used only
+for local presentation or scanning of chess move data may find it convenient to
+use piece letter codes common in their locales.  This is not a problem as long
+as PGN data that resides in archival storage or that is exchanged among
+programs still uses the SAN (English) piece letter codes: "PNBRQK".
+
+For the above authors only, a list of alternative piece letter codes are
+provided:
+
+Language     Piece letters (pawn knight bishop rook queen king)
+----------   --------------------------------------------------
+Czech        P J S V D K
+Danish       B S L T D K
+Dutch        O P L T D K
+English      P N B R Q K
+Estonian     P R O V L K
+Finnish      P R L T D K
+French       P C F T D R
+German       B S L T D K
+Hungarian    G H F B V K
+Icelandic    P R B H D K
+Italian      P C A T D R
+Norwegian    B S L T D K
+Polish       P S G W H K
+Portuguese   P C B T D R
+Romanian     P C N T D R
+Spanish      P C A T D R
+Swedish      B S L T D K
+
+
+18: Formal syntax
+
+<PGN-database> ::= <PGN-game> <PGN-database>
+                   <empty>
+
+<PGN-game> ::= <tag-section> <movetext-section>
+
+<tag-section> ::= <tag-pair> <tag-section>
+                  <empty>
+
+<tag-pair> ::= [ <tag-name> <tag-value> ]
+
+<tag-name> ::= <identifier>
+
+<tag-value> ::= <string>
+
+<movetext-section> ::= <element-sequence> <game-termination>
+
+<element-sequence> ::= <element> <element-sequence>
+                       <recursive-variation> <element-sequence>
+                       <empty>
+
+<element> ::= <move-number-indication>
+              <SAN-move>
+              <numeric-annotation-glyph>
+
+<recursive-variation> ::= ( <element-sequence> )
+
+<game-termination> ::= 1-0
+                       0-1
+                       1/2-1/2
+                       *
+<empty> ::=
+
+
+19: Canonical chess position hash coding
+
+*** This section is under development.
+
+
+20: Binary representation (PGC)
+
+*** This section is under development.
+
+The binary coded version of PGN is PGC (PGN Game Coding).  PGC is a binary
+representation standard of PGN data designed for the dual goals of storage
+efficiency and program I/O.  A file containing PGC data should have a name with
+a suffix of ".pgc".
+
+Unlike PGN text files that may have locale dependent representations for
+newlines, PGC files have data that does not vary due to local processing
+environment.  This means that PGC files may be transferred among systems using
+general binary file methods.
+
+PGC files should be used only when the use of PGN is impractical due to time
+and space resource constraints.  As the general level of processing
+capabilities increases, the need for PGC over PGN will decrease.  Therefore,
+implementors are encouraged not to use PGC as the default representation
+because it is much more difficult (than PGN) to understand without proper
+software.
+
+PGC data is composed of a sequence of PGC records.  Each record is composed of
+a sequence of one or more bytes.  The first byte is the PGN record marker and
+it specifies the interpretation of the remaining portion of the record.  This
+remaining portion is composed of zero or more PGN record items.  Item types
+include move sequences, move sets, and character strings.
+
+
+20.1: Bytes, words, and doublewords
+
+At the lowest level, PGC binary data is organized as bytes, words (two
+contiguous bytes), and doublewords (four contiguous bytes).  All eight bits of
+a byte are used.  Longwords (eight contiguous bytes) are not used.  Integer
+values are stored using two's complement representation.  Integers may be
+signed or unsigned depending on context.  Multibyte integers are stored in
+low-endian format with the least significant byte appearing first.
+
+A one byte integer item is called "int-1".  A two byte integer item is called
+"int-2".  A four byte integer item is called "int-4".
+
+Characters are stored as bytes using the ISO 8859/1 Latin-1 (ECMA-94) code set.
+There is no provision for other characters sets or representations.
+
+
+20.2: Move ordinals
+
+A chess move is represented using a move ordinal.  This is a single unsigned
+byte quantity with values from zero to 255.  A move ordinal is interpreted as
+an index into the list of legal moves from the current position.  This list is
+constructed by generating the legal moves from the current position, assigning
+SAN ASCII strings to each move, and then sorting these strings in ascending
+order.  Note that a seven bit ordinal, as used by some inferior representation
+systems, is insufficient as there are some positions that have more than 128
+moves available.
+
+Examples:  From the initial position, there are twenty moves.  Move ordinal 0
+corresponds to the SAN move string "Na3"; move ordinal 1 corresponds to "Nc3",
+move ordinal 4 corresponds to "a3", and move ordinal 19 corresponds to "h4".
+
+Moves can be organized into sequences and sets.  A move sequence is an ordered
+list of moves that are played, one after another from first to last.  A move
+set is a list of moves that are all playable from the current position.
+
+Move sequence data is represented using a length header followed by move
+ordinal data.  The length header is an unsigned integer that may be a byte or a
+word.  The integer gives the number, possibly zero, of following move ordinal
+bytes.  Most move sequences can be represented using just a byte header; these
+are called "mvseq-1" items.  Move sequence data using a word header are called
+"mvseq-2" items.
+
+Move set data is represented using a length header followed by move ordinal
+data.  The length header is an unsigned integer that is a byte.  The integer
+gives the number, possibly zero, of following move ordinal bytes.  All move
+sets are be represented using just a byte header; these are called "mvset-1"
+items.  (Note the implied restriction that a move set can only have a maximum
+of 255 of the possible 256 ordinals present at one time.)
+
+
+20.3: String data
+
+PGC string data is represented using a length header followed by bytes of
+character data.  The length header is an unsigned integer that may be a byte, a
+word, or a doubleword.  The integer gives the number, possibly zero, of
+following character bytes.  Most strings can be represented using just a byte
+header; these are called "string-1" items.  String data using a word header are
+called "string-2" items and string data using a doubleword header are called
+"string-4" items.  No special ASCII NUL termination byte is required for PGC
+storage of a string as the length is explicitly given in the item header.
+
+
+20.4: Marker codes
+
+PGC marker codes are given in hexadecimal format.  PGC marker code zero (marker
+0x00) is the "noop" marker and carries no meaning.  Each additional marker code
+defined appears in its own subsection below.
+
+
+20.4.1: Marker 0x01: reduced export format single game
+
+Marker 0x01 is used to indicate a single complete game in reduced export
+format.  This refers to a game that has only the Seven Tag Roster data, played
+moves, and no annotations or comments.  This record type is used as an
+alternative to the general game data begin/end record pairs described below.
+The general marker pair (0x05/0x06) is used to help represent game data that
+can't be adequately represented in reduced export format.  There are eight
+items that follow marker 0x01 to form the "reduced export format single game"
+record.  In order, these are:
+
+1) string-1 (Event tag value)
+
+2) string-1 (Site tag value)
+
+3) string-1 (Date tag value)
+
+4) string-1 (Round tag value)
+
+5) string-1 (White tag value)
+
+6) string-1 (Black tag value)
+
+7) string-1 (Result tag value)
+
+8) mvseq-2 (played moves)
+
+
+20.4.2: Marker 0x02: tag pair
+
+Marker 0x02 is used to indicate a single tag pair.  There are two items that
+follow marker 0x02 to form the "tag pair" record; in order these are:
+
+1) string-1 (tag pair name)
+
+2) string-1 (tag pair value)
+
+
+20.4.3: Marker 0x03: short move sequence
+
+Marker 0x03 is used to indicate a short move sequence.  There is one item that
+follows marker 0x03 to form the "short move sequence" record; this is:
+
+1) mvseq-1 (played moves)
+
+
+20.4.4: Marker 0x04: long move sequence
+
+Marker 0x04 is used to indicate a long move sequence.  There is one item that
+follows marker 0x04 to form the "long move sequence" record; this is:
+
+1) mvseq-2 (played moves)
+
+
+20.4.5: Marker 0x05: general game data begin
+
+Marker 0x05 is used to indicate the beginning of data for a game.  It has no
+associated items; it is a complete record by itself.  Instead, it marks the
+beginning of PGC records used to describe a game.  All records up to the
+corresponding "general game data end" record are considered to be part of the
+same game.  (PGC record type 0x01, "reduced export format single game", is not
+permitted to appear within a general game begin/end record pair.  The general
+game construct is to be used as an alternative to record type 0x01 in those
+cases where the latter is too restrictive to contain the data for a game.)
+
+
+20.4.6: Marker 0x06: general game data end
+
+Marker 0x06 is used to indicate the end of data for a game.  It has no
+associated items; it is a complete record by itself.  Instead, it marks the end
+of PGC records used to describe a game.  All records after the corresponding
+(and earlier appearing) "general game data begin" record are considered to be
+part of the same game.
+
+
+20.4.7: Marker 0x07: simple-nag
+
+Marker 0x07 is used to indicate the presence of a simple NAG (Numeric
+Annotation Glyph).  This is an annotation marker that has only a short type
+identification and no operands.  There is one item that follows marker 0x07 to
+form the "simple-nag" record; this is:
+
+1) int-1 (unsigned NAG value, from 0 to 255)
+
+
+20.4.8: Marker 0x08: rav-begin
+
+Marker 0x08 is used to indicate the beginning of an RAV (Recursive Annotation
+Variation).  It has no associated items; it is a complete record by itself.
+Instead, it marks the beginning of PGC records used to describe a recursive
+annotation.  It is considered an opening bracket for a later rav-end record;
+the recursive annotation is completely described between the bracket pair.  The
+rav-begin/data/rav-end structures can be nested.
+
+
+20.4.9: Marker 0x09: rav-end
+
+Marker 0x09 is used to indicate the end of an RAV (Recursive Annotation
+Variation).  It has no associated items; it is a complete record by itself.
+Instead, it marks the end of PGC records used to describe a recursive
+annotation.  It is considered a closing bracket for an earlier rav-begin
+record; the recursive annotation is completely described between the bracket
+pair.  The rav-begin/data/rav-end structures can be nested.
+
+
+20.4.10: Marker 0x0a: escape-string
+
+Marker 0x0a is used to indicate the presence of an escape string.  This is a
+string represented by the use of the percent sign ("%") escape mechanism in
+PGN.  The data that is escaped is the sequence of characters immediately
+follwoing the percent sign up to but not including the terminating newline.  As
+is the case with the PGN percent sign escape, the use of a PGC escape-string
+record is limited to use for non-archival data.  There is one item that follows
+marker 0x0a to form the "escape-string" record; this is the string data being
+escaped:
+
+1) string-2 (escaped string data)
+
+
+21: E-mail correspondence usage
+
+*** This section is under development.
+
+
+Standard: EOF
diff --git a/rules and standards/WBCA_Blitz_Rules.txt b/rules and standards/WBCA_Blitz_Rules.txt
new file mode 100755 (executable)
index 0000000..34f84c8
--- /dev/null
@@ -0,0 +1,229 @@
+
+        The following is the current (December 15, 1993) complete offi-
+cial rules of the World Blitz Chess Association (WBCA) for Blitz
+(SD Game/5) chess.  It is reprinted with permission for non-commercial
+use only.  All other rights reserved.
+
+        The WBCA does not license tournament directors for its sanc-
+tioned events, but accepts the licensing of other organizations such as
+the U.S. Chess Federation and FIDE for tournament directors or arbiters
+as evidence of qualification.  For additional information on holding of-
+ficial WBCA tournaments, club affiliation or WBCA  membership, see the
+contact information at the end of these rules.
+
+        The U. S. Chess Federation sanctions and rates Quick Chess tour-
+naments with time controls from SD Game/10 to SD Game/29, but true Blitz
+(SD Game/5) is sanctioned and rated by the WBCA.
+
+        Every effort has been made to transcribe these rules exactly as
+distributed by the WBCA except for the minor reformatting required to
+allow for differences in fonts, line widths, etc.  As distributed by the
+WBCA, the rules are on two sheets, but can easily be copied on one sheet
+front and back with an inch left at the bottom of the second page for
+your personal tournament notes!
+
+Mike Burger, UH Chess Club
+
+   ______________________Begin Official Rules___________________________
+
+                       Rerevised WBCA Blitz Rules
+                           November 12, 1992
+
+    Approved by the ProChess committee of Nick Defirmian, Max Dlugy,
+                   Yasser Seirawan and Walter Browne
+
+1)      Each player must make all his moves in the five minutes allotted
+on his clock.  This is the standard international Blitz time limit for
+all WBCA events.  It is the only time limit which will be WBCA rated.
+
+2)      All the clocks must have a special device, usually called a
+"flag" marking the end for the time control period.  Either player may
+object to using a computer clock provided they produce a clock with a
+standard face.  In the event that both players prefer their own standard
+face clock, the player with Black will have the choice each game.
+
+3)      Before play begins both players should inspect the position of
+the pieces and the setting of the clock, since once each side has made a
+move all claims are null and void.
+
+4)      Each player must push the clock with the same hand he uses to
+move his pieces. Exception: only during castling may a player use both
+hands.  Also when capturing, may only one hand be used.  The first in-
+fraction will get a warning, the second a one minute penalty and the
+third will result in the loss of the game.
+
+5)      The arbiter should state at the start of the event the direction
+the clocks are to face, and the player with the Black pieces then de-
+cides which side he will play with that opponent.
+
+6)      Except for pushing the clock neither player should touch the
+clock except:
+
+        a) to straighten it.
+
+        b) If either player knocks over the clock his opponent gets one
+minute added to his clock.
+
+        c) If your opponent's clock does not tick you may push his side
+down and repunch your side; however, if this procedure is unsatisfacto-
+ry, please call for a director.
+
+        d) Each player must always be allowed to push the clock after
+their move is made.  Also neither player should keep his hand on or
+hover over the clock.
+
+7)      Defining a win
+
+        A game is won by the player:
+
+        a) who has mated his opponent's king.
+
+        b) whose opponent resigns.
+
+        c) whose opponent's flag falls first, at any time before the
+game is otherwise ended, provided he points it out and neutralizes the
+clock while his own flag is still up and that he still has mating ma-
+terial.
+
+                1.) Either two minor pieces (except K v K+N+N), a pawn
+or a rook will be sufficient mating material.  No trick mates are al-
+lowed which means a lone knight or bishop is insufficient unless a
+forced win can be demonstrated.
+
+8)      Defining a draw
+
+        A game is a draw:
+
+        a) If one of the kings is stalemated even if a fallen flag is
+claimed simultaneously.
+
+        b) By agreement between the players during a game only.
+
+        c) If the flag of one player falls after the flag of the other
+player has already fallen and a win has not been claimed.
+
+        d) To claim a draw by perpetual check, a four-time repetition is
+necessary with the player counting 1,2,3,4 etc. out loud so as to make
+it quite clear and easier for arbiters to assist.  Claimant should stop
+the clock after the 4th repetition.
+
+        e) If both players each have just one identical piece either may
+claim a draw by stopping the clock if neither side can show a forced
+win.
+
+        f) If one player has insufficient mating material when his
+opponent's flag falls or makes an illegal move.
+
+        g) In K+bishop vs K+bishop of opposite colors with only 1 pawn
+on the board, or in 2 vs 1 in a clearly blockaded position, a draw can
+be claimed by stopping the clocks and summoning an arbiter if necessary
+provided there is no forced win.
+
+        h) K+rook pawn vs K can be claimed as a draw once the defender
+is on the rook file in front of the pawn. K+pawn vs K can be claimed as
+a draw once the defender is immediately on the square directly in front
+of the pawn as long as it's not on the 7th rank.
+
+                             Miscellaneous
+
+9)      If a player accidentally displaces one or more pieces, he shall
+replace them on his own time.  If it is necessary, his opponent may
+start the opponent's clock without making a move in order to make sure
+that the culprit uses his own time while replacing the pieces.  If a
+player first touches one piece, then moves another; his opponent can
+restart the player's clock and make him move the first piece touched.
+Finally, it is unsportsmanly to knock over any pieces then punch the
+clock.  For a first offense the player will get a warning (unless he
+causes his opponent's flag to fall, in which case the offended shall get
+1 minute extra on his clock); for a second offense a 1 minute add on
+will be imposed; for a third offense he shall forfeit the game.
+Thereafter the arbiter may use other penalties or expel a player from
+the event for repeated offenses.
+
+10)     In case of a dispute either player may stop the clock while the
+arbiter is being summoned.  In any unclear situation the arbiter will
+consider the testimony of both players and any reliable witnesses before
+rendering his decision, which in all cases will be final.
+
+11)     The arbiter shall not pick up the clock except in the case of a
+dispute when both players allow him to do so.
+
+12)     Spectators and players in another game are not to speak or oth-
+erwise interfere in another game.  If a spectator interferes in any way
+such as by calling attention to a flag fall or an illegal move, the ar-
+biter may cancel the game and rule that a new game be played in its
+stead.  and he may also expel the offending party from the playing room.
+The arbiter should also be silent about illegal moves or flag falls (un-
+less there are sufficient arbiters and they have agreed with the players
+to call them before the event started) as this is entirely the responsi-
+bility of the players.
+
+13)     When a clear drawn position is reached either player may stop
+the clocks and appeal to the arbiter for a draw.
+
+        a) If the arbiter allows a draw the game is over.
+
+        b) If the appeal is rejected then 1 minute penalty is imposed on
+the player who stopped the clock.
+
+14)     A player who has played an illegal move must retract it and make
+a legal move on his own time.  If no legal move exists with that piece
+then he may make any legal move.  Illegal moves unoticed by both players
+cannot be corrected afterwards, nor can they become the basis for making
+a claim, although a piece once touched must be moved.  An illegal move
+is completed when the player neutralizes the clock, whereupon the op-
+ponent may claim a win provided he has mating material.
+
+15)     A legal move is completed when the hand leaves the piece.
+
+16)     Moving the King next to another King is illegal, however neither
+player can play King takes King! This cheap shot will not be tolerated!
+In that case you can claim a win because of an illegal move.
+
+17)     If a player promotes a pawn and leaves the pawn on the board the
+opponent only has the option of stopping the clocks while a replacement
+piece is found.
+
+18)     An arbiter may determine that a clock is defective and may
+change clocks at his discretion.
+
+19)     Before a tournament the organizers should post at least 2 copies
+of the complete Blitz rules in the tournament area unless there are
+fewer than 25 players, in which case 1 list will suffice.  Posting one
+hour before play would be advisable.
+
+20)     If the king and queen are set up incorrectly then you may castle
+short on the queenside and long on the kingside!
+
+21)     Finally, in all World Blitz Chess Association tournaments the
+decision of the arbiter is final.
+
+        However, for future consideration the WBCA will listen to any
+grievances or wrongdoings on the part of any arbiter or players.
+
+        Eventually the WBCA will publish a list of the best Blitz
+clocks.
+
+        With the rules being clarified in this way, Blitz events will
+run more smoothly because people will enjoy the game more with less ar-
+guments.  Many retired players will return to the game and new players
+will become involved.
+
+   _____________________End Official Rules___________________________
+
+For further World Blitz Chess Association information contact:
+
+W. B. C. A.
+8 Parnassus Road
+Berkeley, CA 94708
+
+Phone (US) 1-510-549-1169
+FAX   (US) 1-510-486-8078
+
+BLITZ CHESS is published quarterly by the W. B. C. A.
+GM Walter Browne, Editor in Chief
+Sam Parazette, Database & Ratings Director
+Kelly Clarke, Assistant Editor
+ISSN #1053-3087
+
diff --git a/rules and standards/fen.doc b/rules and standards/fen.doc
new file mode 100755 (executable)
index 0000000..da5570c
--- /dev/null
@@ -0,0 +1,130 @@
+
+Opening classification uses modified FEN notation, i.e. the halfmove and
+fullmove numbers are dropped since these are irrelvant for opening positions.
+
+---
+
+16.1.1: History
+
+FEN is based on a 19th century standard for position recording designed by the
+Scotsman David Forsyth, a newspaper journalist.  The original Forsyth standard
+has been slightly extended for use with chess software by Steven Edwards with
+assistance from commentators on the Internet.  This new standard, FEN, was
+first implemented in Edwards' SAN Kit.
+
+16.1.2: Uses for a position notation
+
+Having a standard position notation is particularly important for chess
+programmers as it allows them to share position databases.  For example,
+there exist standard position notation databases with many of the classical
+benchmark tests for chessplaying programs, and by using a common position
+notation format many hours of tedious data entry can be saved.  Additionally,
+a position notation can be useful for page layout programs and for confirming
+position status for e-mail competition.
+
+Many interesting chess problem sets represented using FEN can be found at the
+chess.uoknor.edu ftp site in the directory pub/chess/SAN_testsuites.
+
+
+16.1.3: Data fields
+
+FEN specifies the piece placement, the active color, the castling
+availability, the en passant target square, the halfmove clock, and the
+fullmove number.  These can all fit on a single text line in an easily
+read format.  The length of a FEN position description varies somewhat
+according to the position. In some cases, the description could be eighty
+or more characters in length and so may not fit conveniently on some
+displays.  However, these positions aren't too common.
+
+A FEN description has six fields.  Each field is composed only of non-blank
+printing ASCII characters.  Adjacent fields are separated by a single ASCII
+space character.
+
+
+16.1.3.1: Piece placement data
+
+The first field represents the placement of the pieces on the board.  The
+board contents are specified starting with the eighth rank and ending with
+the first rank.  For each rank, the squares are specified from file a to
+file h.  White pieces are identified by uppercase SAN piece letters
+("PNBRQK") and black pieces are identified by lowercase SAN piece letters
+("pnbrqk").  Empty squares are represented by the digits one through eight;
+the digit used represents the count of contiguous empty squares along a
+rank.  A solidus character "/" is used to separate data of adjacent ranks.
+
+
+16.1.3.2: Active color
+
+The second field represents the active color.  A lower case "w" is used if
+White is to move; a lower case "b" is used if Black is the active player.
+
+
+16.1.3.3: Castling availability
+
+The third field represents castling availability.  This indicates potential
+future castling that may of may not be possible at the moment due to blocking
+pieces or enemy attacks.  If there is no castling availability for either
+side, the single character symbol "-" is used.  Otherwise, a combination of
+from one to four characters are present.  If White has kingside castling
+availability, the uppercase letter "K" appears.  If White has queenside
+castling availability, the uppercase letter "Q" appears.  If Black has
+kingside castling availability, the lowercase letter "k" appears.  If
+Black has queenside castling availability, then the lowercase letter "q"
+appears.  Those letters which appear will be ordered first uppercase before
+lowercase and second kingside before queenside.  There is no white space
+between the letters.
+
+
+16.1.3.4: En passant target square
+
+The fourth field is the en passant target square.  If there is no en passant
+target square then the single character symbol "-" appears.  If there is an
+en passant target square then is represented by a lowercase file character
+immediately followed by a rank digit.  Obviously, the rank digit will be "3"
+following a white pawn double advance (Black is the active color) or else be
+the digit "6" after a black pawn double advance (White being the active
+color).
+
+An en passant target square is given if and only if the last move was a pawn
+advance of two squares.  Therefore, an en passant target square field may have
+a square name even if there is no pawn of the opposing side that may
+immediately execute the en passant capture.
+
+
+16.1.3.5: Halfmove clock
+
+The fifth field is a nonnegative integer representing the halfmove clock.
+This number is the count of halfmoves (or ply) since the last pawn advance
+or capturing move.  This value is used for the fifty move draw rule.
+
+
+16.1.3.6: Fullmove number
+
+The sixth and last field is a positive integer that gives the fullmove number.
+This will have the value "1" for the first move of a game for both White and
+Black.  It is incremented by one immediately after each move by Black.
+
+
+16.1.4: Examples
+
+Here's the FEN for the starting position:
+
+rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
+
+And after the move 1. e4:
+
+rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1
+
+And then after 1. ... c5:
+
+rnbqkbnr/pp1ppppp/8/2p5/4P3/8/PPPP1PPP/RNBQKBNR w KQkq c6 0 2
+
+And then after 2. Nf3:
+
+rnbqkbnr/pp1ppppp/8/2p5/4P3/5N2/PPPP1PPP/RNBQKB1R b KQkq - 1 2
+
+For two kings on their home squares and a white pawn on e2 (White to move)
+with thirty eight full moves played with five halfmoves since the last pawn
+move or capture:
+
+4k3/8/8/8/8/8/4P3/4K3 w - - 5 39